From e8eddf57f64daca19054f0e3dfbe73dd6af8c342 Mon Sep 17 00:00:00 2001 From: ArchPigeon Date: Sat, 17 Feb 2024 16:33:10 -0500 Subject: [PATCH 001/101] Stop wagging tails on crit (#25323) * Add Flammable Touch Reaction for liquid tritium * Stop tail wagging action on crit * Revert "Add Flammable Touch Reaction for liquid tritium" This reverts commit 41be57b058a0cdee0cecfc51eb1c4a25631e62f3. --- Content.Server/Wagging/WaggingSystem.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/Content.Server/Wagging/WaggingSystem.cs b/Content.Server/Wagging/WaggingSystem.cs index 7e9ffbbc8f4..7ccc19e20c6 100644 --- a/Content.Server/Wagging/WaggingSystem.cs +++ b/Content.Server/Wagging/WaggingSystem.cs @@ -48,9 +48,6 @@ private void OnWaggingToggle(EntityUid uid, WaggingComponent component, ref Togg private void OnMobStateChanged(EntityUid uid, WaggingComponent component, MobStateChangedEvent args) { - if (args.NewMobState != MobState.Dead) - return; - if (component.Wagging) TryToggleWagging(uid, wagging: component); } From fa09f7aaa1f21fe9e8f3a9dfd66dab5f189bdc6c Mon Sep 17 00:00:00 2001 From: PJBot Date: Sat, 17 Feb 2024 21:34:15 +0000 Subject: [PATCH 002/101] Automatic changelog update --- Resources/Changelog/Changelog.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index e6c389d8cd0..831cdda18f1 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,12 +1,4 @@ Entries: -- author: Alekshhh - changes: - - message: Changed wall lockers visually to match regular lockers and sit on walls - better - type: Tweak - id: 5461 - time: '2023-12-28T03:05:05.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23060 - author: EmoGarbage404 changes: - message: Added the clerical error station event, which causes a small amount of @@ -3869,3 +3861,10 @@ id: 5960 time: '2024-02-17T20:50:40.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/25215 +- author: ArchPigeon + changes: + - message: Tails now stop wagging on crit + type: Fix + id: 5961 + time: '2024-02-17T21:33:10.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/25323 From aadf7492f44d9cdf654898e64dc4f73c13927815 Mon Sep 17 00:00:00 2001 From: Killerqu00 <47712032+Killerqu00@users.noreply.github.com> Date: Sat, 17 Feb 2024 23:34:38 +0100 Subject: [PATCH 003/101] EVA suit helmets now have (un)equip sounds (#25349) add (un)equip sounds to EVA helms --- .../Prototypes/Entities/Clothing/Head/base_clothinghead.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Resources/Prototypes/Entities/Clothing/Head/base_clothinghead.yml b/Resources/Prototypes/Entities/Clothing/Head/base_clothinghead.yml index 813888fb6b4..e34208e9ca1 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/base_clothinghead.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/base_clothinghead.yml @@ -128,6 +128,12 @@ - type: TemperatureProtection coefficient: 0.2 - type: IngestionBlocker + - type: Clothing + #Copies ClothingHeadHardsuitBase behavior + equipSound: /Audio/Mecha/mechmove03.ogg + unequipSound: /Audio/Mecha/mechmove03.ogg + quickEquip: false + slots: [ HEAD ] - type: Tag tags: - HidesHair From a361e6aee55b083fd22b600d408b7123c54ea2b5 Mon Sep 17 00:00:00 2001 From: PJBot Date: Sat, 17 Feb 2024 22:35:44 +0000 Subject: [PATCH 004/101] Automatic changelog update --- Resources/Changelog/Changelog.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 831cdda18f1..67225918922 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,12 +1,4 @@ Entries: -- author: EmoGarbage404 - changes: - - message: Added the clerical error station event, which causes a small amount of - station records to be destroyed. - type: Add - id: 5462 - time: '2023-12-28T03:09:05.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23091 - author: EmoGarbage404 changes: - message: Added the GORILLA gauntlet. When powered with an anomaly core, a single @@ -3868,3 +3860,10 @@ id: 5961 time: '2024-02-17T21:33:10.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/25323 +- author: Killerqu00 + changes: + - message: EVA and paramedic suits now play sound when putting helmet on. + type: Fix + id: 5962 + time: '2024-02-17T22:34:39.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/25349 From 110437cc7f9b912093ec53560df6026c7873de51 Mon Sep 17 00:00:00 2001 From: Firewatch <54725557+musicmanvr@users.noreply.github.com> Date: Sat, 17 Feb 2024 18:55:58 -0500 Subject: [PATCH 005/101] Newton Cradle Fix + Addition to Bureaucracy Crate (#25357) fixes makes the newton cradle not able to decimate ears while also adding it to the bureaucracy crate and lowering its volume and range a little bit --- Resources/Audio/Items/newton_cradle.ogg | Bin 10019 -> 11276 bytes .../Catalog/Fills/Crates/service.yml | 3 ++- .../Prototypes/Entities/Objects/Fun/toys.yml | 6 ++++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Resources/Audio/Items/newton_cradle.ogg b/Resources/Audio/Items/newton_cradle.ogg index 6dfe528feb56f22afa59ad09dd953901f266a6e4..875841ee848987260aecf618cfef6f4d0921ff4c 100644 GIT binary patch literal 11276 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 literal 10019 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 Date: Sat, 17 Feb 2024 23:57:04 +0000 Subject: [PATCH 006/101] Automatic changelog update --- Resources/Changelog/Changelog.yml | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 67225918922..3e82a672e9e 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,16 +1,4 @@ Entries: -- author: EmoGarbage404 - changes: - - message: Added the GORILLA gauntlet. When powered with an anomaly core, a single - blow from this is able to send anomalies flying through the air. Just try not - to let it out on the clown. - type: Add - - message: Added Anomaly Core Harnessing technology to the Experimental discipline, - which contains the GORILLA gauntlet. - type: Add - id: 5463 - time: '2023-12-28T03:11:13.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23012 - author: Ubaser changes: - message: You can now purchase kobolds from cargo as an alternative to monkeys! @@ -3867,3 +3855,11 @@ id: 5962 time: '2024-02-17T22:34:39.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/25349 +- author: musicmanvr + changes: + - message: Toned down the newton cradle and added it to the bureaucracy crate for + bored accountants. + type: Fix + id: 5963 + time: '2024-02-17T23:55:58.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/25357 From 0c8e61757278715cb7a065c6cf8bf5d8ac24142f Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Sun, 18 Feb 2024 04:26:19 +0100 Subject: [PATCH 007/101] Shadow anomaly respects "reduced motion" (#25355) Enabling "reduced motion" now makes the smoke effects not animate. This helps some people with vision issues. --- .../Prototypes/Entities/Objects/Misc/kudzu.yml | 15 ++++++++++++--- .../Textures/Effects/spookysmoke.rsi/meta.json | 5 ++++- .../spookysmoke.rsi/spookysmoke_static.png | Bin 0 -> 9787 bytes 3 files changed, 16 insertions(+), 4 deletions(-) create mode 100644 Resources/Textures/Effects/spookysmoke.rsi/spookysmoke_static.png diff --git a/Resources/Prototypes/Entities/Objects/Misc/kudzu.yml b/Resources/Prototypes/Entities/Objects/Misc/kudzu.yml index 9727f2125d0..6ebf0951174 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/kudzu.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/kudzu.yml @@ -271,8 +271,10 @@ - type: Sprite drawdepth: Effects sprite: Effects/spookysmoke.rsi - state: spookysmoke - color: "#793a80dd" + layers: + - state: spookysmoke + color: "#793a80dd" + map: [base] - type: Kudzu growthTickChance: 0.2 spreadChance: 0.99 @@ -290,6 +292,13 @@ tags: - HideContextMenu - SpookyFog + - type: OptionsVisualizer + visuals: + base: + - options: Default + data: { state: spookysmoke } + - options: ReducedMotion + data: { state: spookysmoke_static } - type: entity name: Haze @@ -297,4 +306,4 @@ parent: ShadowKudzu components: - type: Kudzu - spreadChance: 0 #appears during pulsation. It shouldnt spreading. \ No newline at end of file + spreadChance: 0 #appears during pulsation. It shouldnt spreading. diff --git a/Resources/Textures/Effects/spookysmoke.rsi/meta.json b/Resources/Textures/Effects/spookysmoke.rsi/meta.json index c6655bdba21..13da3020fce 100644 --- a/Resources/Textures/Effects/spookysmoke.rsi/meta.json +++ b/Resources/Textures/Effects/spookysmoke.rsi/meta.json @@ -25,6 +25,9 @@ 0.2 ] ] + }, + { + "name": "spookysmoke_static" } ] -} \ No newline at end of file +} diff --git a/Resources/Textures/Effects/spookysmoke.rsi/spookysmoke_static.png b/Resources/Textures/Effects/spookysmoke.rsi/spookysmoke_static.png new file mode 100644 index 0000000000000000000000000000000000000000..a817fe76e297dd9d0754d6e91edf6639d1aa7221 GIT binary patch literal 9787 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 Date: Sun, 18 Feb 2024 16:06:09 +0200 Subject: [PATCH 008/101] Fixed directional window durability (#25259) shit --- .../Entities/Structures/Windows/reinforced.yml | 13 +++++++++++-- .../Entities/Structures/Windows/window.yml | 4 ++-- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/Resources/Prototypes/Entities/Structures/Windows/reinforced.yml b/Resources/Prototypes/Entities/Structures/Windows/reinforced.yml index 26d9da0745b..18da78f1b5b 100644 --- a/Resources/Prototypes/Entities/Structures/Windows/reinforced.yml +++ b/Resources/Prototypes/Entities/Structures/Windows/reinforced.yml @@ -18,7 +18,7 @@ thresholds: - trigger: !type:DamageTrigger - damage: 150 + damage: 150 #excess damage (nuke?). avoid computational cost of spawning entities. behaviors: - !type:DoActsBehavior acts: [ "Destruction" ] @@ -103,7 +103,16 @@ thresholds: - trigger: !type:DamageTrigger - damage: 150 + damage: 150 #excess damage (nuke?). avoid computational cost of spawning entities. + behaviors: + - !type:PlaySoundBehavior + sound: + collection: WindowShatter + - !type:DoActsBehavior + acts: [ "Destruction" ] + - trigger: + !type:DamageTrigger + damage: 50 behaviors: - !type:PlaySoundBehavior sound: diff --git a/Resources/Prototypes/Entities/Structures/Windows/window.yml b/Resources/Prototypes/Entities/Structures/Windows/window.yml index 74415737dc4..9ab770d8bcf 100644 --- a/Resources/Prototypes/Entities/Structures/Windows/window.yml +++ b/Resources/Prototypes/Entities/Structures/Windows/window.yml @@ -46,7 +46,7 @@ thresholds: - trigger: !type:DamageTrigger - damage: 100 + damage: 150 #excess damage (nuke?). avoid computational cost of spawning entities. behaviors: - !type:PlaySoundBehavior sound: @@ -151,7 +151,7 @@ collection: WindowShatter - trigger: !type:DamageTrigger - damage: 50 + damage: 25 behaviors: - !type:PlaySoundBehavior sound: From 0dd381ae37a1ae40e23c98d7310388b425bbe2a6 Mon Sep 17 00:00:00 2001 From: lzk <124214523+lzk228@users.noreply.github.com> Date: Sun, 18 Feb 2024 17:52:44 +0100 Subject: [PATCH 009/101] Very little cleanup (#25364) --- .../Objects/Specific/Security/evidence-marker.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Specific/Security/evidence-marker.yml b/Resources/Prototypes/Entities/Objects/Specific/Security/evidence-marker.yml index 35b99573d09..0773813461c 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Security/evidence-marker.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Security/evidence-marker.yml @@ -10,11 +10,10 @@ - type: Item sprite: Objects/Specific/Detective/evidence_marker.rsi size: Tiny - + - type: entity parent: EvidenceMarker id: EvidenceMarkerOne - name: evidence marker components: - type: Sprite state: one @@ -22,7 +21,6 @@ - type: entity parent: EvidenceMarker id: EvidenceMarkerTwo - name: evidence marker components: - type: Sprite state: two @@ -30,7 +28,6 @@ - type: entity parent: EvidenceMarker id: EvidenceMarkerThree - name: evidence marker components: - type: Sprite state: three @@ -38,7 +35,6 @@ - type: entity parent: EvidenceMarker id: EvidenceMarkerFour - name: evidence marker components: - type: Sprite state: four @@ -46,7 +42,6 @@ - type: entity parent: EvidenceMarker id: EvidenceMarkerFive - name: evidence marker components: - type: Sprite state: five @@ -54,7 +49,6 @@ - type: entity parent: EvidenceMarker id: EvidenceMarkerSix - name: evidence marker components: - type: Sprite state: six @@ -62,7 +56,6 @@ - type: entity parent: EvidenceMarker id: EvidenceMarkerSeven - name: evidence marker components: - type: Sprite state: seven @@ -70,7 +63,6 @@ - type: entity parent: EvidenceMarker id: EvidenceMarkerEight - name: evidence marker components: - type: Sprite state: eight @@ -78,7 +70,6 @@ - type: entity parent: EvidenceMarker id: EvidenceMarkerNine - name: evidence marker components: - type: Sprite state: nine @@ -107,4 +98,3 @@ layers: - state: box_security - state: evidence_markers - \ No newline at end of file From 8bb07df2cb46dd62971a3a0bdf71f1253b230fb5 Mon Sep 17 00:00:00 2001 From: brainfood1183 <113240905+brainfood1183@users.noreply.github.com> Date: Sun, 18 Feb 2024 21:21:02 +0000 Subject: [PATCH 010/101] Origin Station Update 18.02.2024 (medbay update) (#25369) --- Resources/Maps/origin.yml | 85354 ++++++++++++++++++------------------ 1 file changed, 42822 insertions(+), 42532 deletions(-) diff --git a/Resources/Maps/origin.yml b/Resources/Maps/origin.yml index d753dba463c..5817fe5a16c 100644 --- a/Resources/Maps/origin.yml +++ b/Resources/Maps/origin.yml @@ -38,28 +38,27 @@ tilemap: 77: FloorReinforced 79: FloorRockVault 80: FloorShowroom - 84: FloorShuttleRed - 85: FloorShuttleWhite - 89: FloorSteel - 94: FloorSteelDiagonal - 96: FloorSteelDirty - 97: FloorSteelHerringbone - 99: FloorSteelMini - 100: FloorSteelMono - 102: FloorSteelPavement - 103: FloorSteelPavementVertical - 104: FloorTechMaint - 105: FloorTechMaint2 - 106: FloorTechMaint3 - 108: FloorWhite - 111: FloorWhiteHerringbone - 112: FloorWhiteMini - 113: FloorWhiteMono - 118: FloorWood - 119: FloorWoodTile - 120: Lattice - 121: Plating - 122: PlatingAsteroid + 86: FloorShuttleRed + 87: FloorShuttleWhite + 91: FloorSteel + 96: FloorSteelDiagonal + 98: FloorSteelDirty + 99: FloorSteelHerringbone + 101: FloorSteelMini + 102: FloorSteelMono + 104: FloorSteelPavement + 105: FloorSteelPavementVertical + 106: FloorTechMaint + 107: FloorTechMaint2 + 108: FloorTechMaint3 + 110: FloorWhite + 113: FloorWhiteHerringbone + 114: FloorWhiteMini + 120: FloorWood + 121: FloorWoodTile + 122: Lattice + 123: Plating + 124: PlatingAsteroid entities: - proto: "" entities: @@ -86,447 +85,447 @@ entities: chunks: -1,-1: ind: -1,-1 - tiles: YAAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAZwAAAAACZAAAAAABZwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAaQAAAAAAaQAAAAAAYAAAAAAAagAAAAAAZwAAAAACZAAAAAAAZwAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAagAAAAAAeQAAAAAAZwAAAAACZAAAAAADZwAAAAABagAAAAABeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAYAAAAAAAagAAAAACYAAAAAAAaAAAAAAAaAAAAAAAagAAAAABeQAAAAAAZwAAAAAAZAAAAAACZwAAAAABaAAAAAAAeQAAAAAAagAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAagAAAAACeQAAAAAAeQAAAAAAeQAAAAAAagAAAAAAeQAAAAAAZwAAAAADZAAAAAADZwAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAagAAAAADagAAAAACagAAAAAAagAAAAADeQAAAAAAYAAAAAAAYAAAAAAAaAAAAAAAagAAAAAAZwAAAAAAZAAAAAACZwAAAAACeQAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAagAAAAADZwAAAAAAZAAAAAADZwAAAAADHQAAAAABeQAAAAAAYAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAYAAAAAAAaQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAZwAAAAACZAAAAAADZwAAAAABeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAZwAAAAABZAAAAAABZwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADYAAAAAAAWQAAAAADCwAAAAAAeQAAAAAAKQAAAAAAKQAAAAAAKQAAAAAAKQAAAAAAeQAAAAAAZwAAAAACZAAAAAABZwAAAAACHQAAAAADdgAAAAABdgAAAAADTAAAAAACZAAAAAAAZAAAAAABCwAAAAAAeQAAAAAAKQAAAAAAKQAAAAAAKQAAAAAAKQAAAAAAeQAAAAAAZwAAAAAAZAAAAAAAZwAAAAAAHQAAAAABdgAAAAADdgAAAAACWQAAAAAAWQAAAAABZAAAAAADCwAAAAAAeQAAAAAAKQAAAAAAKQAAAAAAKQAAAAAAKQAAAAAAeQAAAAAAZwAAAAACZAAAAAAAZwAAAAABeQAAAAAAdgAAAAADdgAAAAAAeQAAAAAAWQAAAAABZAAAAAABWQAAAAABeQAAAAAAKQAAAAAAKQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAZwAAAAABZAAAAAABZwAAAAADeQAAAAAAdgAAAAADdgAAAAAAeQAAAAAAWQAAAAACZAAAAAACWQAAAAADeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAagAAAAADeQAAAAAAHQAAAAAAHQAAAAABHQAAAAABeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAWQAAAAAATAAAAAABWQAAAAAAWQAAAAACWQAAAAADWQAAAAAAWQAAAAACWQAAAAADWQAAAAABWQAAAAACWQAAAAABYAAAAAAAWQAAAAACWQAAAAACWQAAAAADeQAAAAAAWQAAAAADZAAAAAAAWQAAAAABWQAAAAAAWQAAAAAAWQAAAAABWQAAAAACWQAAAAADWQAAAAADWQAAAAACWQAAAAADWQAAAAADWQAAAAABWQAAAAADWQAAAAAB + tiles: YgAAAAAAewAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAewAAAAAAaQAAAAADZgAAAAAAaQAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAHQAAAAABewAAAAAAawAAAAAAawAAAAAAYgAAAAAAbAAAAAADaQAAAAAAZgAAAAADaQAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAHQAAAAADewAAAAAAewAAAAAAewAAAAAAbAAAAAACewAAAAAAaQAAAAAAZgAAAAADaQAAAAADbAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAYgAAAAAAbAAAAAADYgAAAAAAagAAAAAAagAAAAAAbAAAAAAAewAAAAAAaQAAAAADZgAAAAACaQAAAAAAagAAAAAAewAAAAAAbAAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAbAAAAAABewAAAAAAewAAAAAAewAAAAAAbAAAAAAAewAAAAAAaQAAAAAAZgAAAAACaQAAAAACagAAAAAAewAAAAAAewAAAAAAagAAAAAAbAAAAAACbAAAAAABbAAAAAADbAAAAAAAewAAAAAAYgAAAAAAYgAAAAAAagAAAAAAbAAAAAACaQAAAAACZgAAAAACaQAAAAADewAAAAAAewAAAAAAYgAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbAAAAAAAaQAAAAAAZgAAAAACaQAAAAABHQAAAAAAewAAAAAAYgAAAAAAagAAAAAAagAAAAAAewAAAAAAawAAAAAAawAAAAAAYgAAAAAAawAAAAAAagAAAAAAagAAAAAAewAAAAAAaQAAAAAAZgAAAAAAaQAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAADewAAAAAAaQAAAAAAZgAAAAABaQAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAABYgAAAAAAWwAAAAADCwAAAAAAewAAAAAAKQAAAAAAKQAAAAAAKQAAAAAAKQAAAAAAewAAAAAAaQAAAAADZgAAAAADaQAAAAAAHQAAAAACeAAAAAABeAAAAAAATAAAAAACZgAAAAACZgAAAAABCwAAAAAAewAAAAAAKQAAAAAAKQAAAAAAKQAAAAAAKQAAAAAAewAAAAAAaQAAAAACZgAAAAAAaQAAAAADHQAAAAAAeAAAAAACeAAAAAACWwAAAAACWwAAAAACZgAAAAAACwAAAAAAewAAAAAAKQAAAAAAKQAAAAAAKQAAAAAAKQAAAAAAewAAAAAAaQAAAAABZgAAAAABaQAAAAAAewAAAAAAeAAAAAABeAAAAAABewAAAAAAWwAAAAADZgAAAAABWwAAAAABewAAAAAAKQAAAAAAKQAAAAAAewAAAAAAewAAAAAAewAAAAAAaQAAAAAAZgAAAAADaQAAAAAAewAAAAAAeAAAAAADeAAAAAABewAAAAAAWwAAAAABZgAAAAADWwAAAAADewAAAAAAewAAAAAAHQAAAAACewAAAAAAbAAAAAABewAAAAAAHQAAAAACHQAAAAACHQAAAAADewAAAAAAewAAAAAAHQAAAAAAewAAAAAAWwAAAAADTAAAAAADWwAAAAACWwAAAAADWwAAAAAAWwAAAAAAWwAAAAACWwAAAAADWwAAAAAAWwAAAAADWwAAAAABYgAAAAAAWwAAAAABWwAAAAADWwAAAAACewAAAAAAWwAAAAACZgAAAAABWwAAAAAAWwAAAAACWwAAAAAAWwAAAAABWwAAAAACWwAAAAABWwAAAAABWwAAAAACWwAAAAABWwAAAAAAWwAAAAAAWwAAAAABWwAAAAAD version: 6 0,-1: ind: 0,-1 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAACdgAAAAADdgAAAAADdgAAAAACdgAAAAAAdgAAAAAAeQAAAAAAagAAAAADeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAABdgAAAAABdgAAAAABdgAAAAADHQAAAAAAdgAAAAACdgAAAAABdgAAAAACdgAAAAAAdgAAAAAAdgAAAAACRQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAdgAAAAACdgAAAAAAdgAAAAABdgAAAAADeQAAAAAAdgAAAAABdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAADdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAdgAAAAAAdgAAAAADdgAAAAAAdgAAAAABeQAAAAAAdgAAAAACdgAAAAADdgAAAAACdgAAAAAAdgAAAAADeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAHQAAAAABeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAADdgAAAAACdgAAAAABdgAAAAACdgAAAAAAdgAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAdgAAAAACdgAAAAABdgAAAAACdgAAAAABeQAAAAAAHQAAAAAAdgAAAAAAdgAAAAABdgAAAAABdgAAAAACdgAAAAABdgAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAACdgAAAAABdgAAAAABdgAAAAABdgAAAAADeQAAAAAAdgAAAAACdgAAAAABdgAAAAADdgAAAAAAdgAAAAABdgAAAAADeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADdgAAAAAAdgAAAAADdgAAAAAAdgAAAAAAdgAAAAABeQAAAAAAdgAAAAACdgAAAAACdgAAAAADdgAAAAACdgAAAAADdgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAADdgAAAAACdgAAAAAAdgAAAAADdgAAAAACeQAAAAAAdgAAAAAAdgAAAAABdgAAAAACdgAAAAABdgAAAAAAdgAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAADdgAAAAAAdgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABHQAAAAABHQAAAAADHQAAAAADeQAAAAAAQAAAAAAAaAAAAAAAQAAAAAAAeQAAAAAAHQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAWQAAAAAAWQAAAAABWQAAAAADWQAAAAABWQAAAAADWQAAAAADWQAAAAABYAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAACWQAAAAABWQAAAAABWQAAAAABWQAAAAACWQAAAAABWQAAAAADWQAAAAADWQAAAAAATAAAAAABWQAAAAABWQAAAAACWQAAAAABWQAAAAADWQAAAAAATAAAAAAAWQAAAAAAWQAAAAADWQAAAAADWQAAAAABWQAAAAAA + tiles: ewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAawAAAAAAewAAAAAAewAAAAAAHQAAAAABewAAAAAAewAAAAAAewAAAAAAeAAAAAABeAAAAAABeAAAAAAAeAAAAAABeAAAAAABeAAAAAADewAAAAAAbAAAAAADewAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAABeAAAAAABeAAAAAABHQAAAAABeAAAAAAAeAAAAAACeAAAAAADeAAAAAADeAAAAAACeAAAAAADRQAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAeAAAAAABeAAAAAAAeAAAAAADeAAAAAABewAAAAAAeAAAAAAAeAAAAAADeAAAAAACeAAAAAAAeAAAAAAAeAAAAAABewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAeAAAAAACeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAeAAAAAAAeAAAAAACeAAAAAABeAAAAAACeAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAHQAAAAABewAAAAAAHQAAAAACewAAAAAAewAAAAAAewAAAAAAeAAAAAACeAAAAAADeAAAAAACeAAAAAADeAAAAAAAeAAAAAADewAAAAAAagAAAAAAagAAAAAAewAAAAAAeAAAAAABeAAAAAABeAAAAAABeAAAAAABewAAAAAAHQAAAAABeAAAAAAAeAAAAAABeAAAAAABeAAAAAABeAAAAAACeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAACeAAAAAABeAAAAAABeAAAAAADewAAAAAAeAAAAAABeAAAAAAAeAAAAAAAeAAAAAADeAAAAAACeAAAAAADewAAAAAAewAAAAAAewAAAAAAHQAAAAADeAAAAAAAeAAAAAADeAAAAAABeAAAAAAAeAAAAAADewAAAAAAeAAAAAAAeAAAAAAAeAAAAAACeAAAAAABeAAAAAADeAAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAADeAAAAAABeAAAAAABeAAAAAAAewAAAAAAeAAAAAADeAAAAAACeAAAAAABeAAAAAABeAAAAAACeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAACeAAAAAADeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAABHQAAAAACHQAAAAAAHQAAAAADewAAAAAAQAAAAAAAagAAAAAAQAAAAAAAewAAAAAAHQAAAAADHQAAAAABewAAAAAAewAAAAAAHQAAAAABewAAAAAAWwAAAAAAWwAAAAACWwAAAAADWwAAAAADWwAAAAABWwAAAAADWwAAAAAAYgAAAAAAWwAAAAADWwAAAAACWwAAAAABWwAAAAACWwAAAAAAWwAAAAADWwAAAAADWwAAAAABWwAAAAABWwAAAAAAWwAAAAADWwAAAAADTAAAAAADWwAAAAABWwAAAAABWwAAAAAAWwAAAAADWwAAAAABTAAAAAAAWwAAAAAAWwAAAAADWwAAAAACWwAAAAACWwAAAAAA version: 6 -1,0: ind: -1,0 - tiles: eQAAAAAAWQAAAAABZAAAAAADWQAAAAACeQAAAAAAHQAAAAABHQAAAAADHQAAAAADHQAAAAADHQAAAAABHQAAAAACHQAAAAABHQAAAAAAHQAAAAABeQAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAZAAAAAACWQAAAAAAeQAAAAAAHQAAAAACHQAAAAAAHQAAAAAAHQAAAAADHQAAAAAAHQAAAAACHQAAAAACHQAAAAABHQAAAAADeQAAAAAAHQAAAAADeQAAAAAAWQAAAAAAZAAAAAACWQAAAAABWQAAAAABWQAAAAAAWQAAAAACWQAAAAADWQAAAAADWQAAAAADWQAAAAAAWQAAAAADWQAAAAADWQAAAAABWQAAAAADWQAAAAACeQAAAAAAWQAAAAABTAAAAAABYAAAAAAAWQAAAAABWQAAAAABWQAAAAACWQAAAAACWQAAAAACWQAAAAAAWQAAAAACWQAAAAABWQAAAAABWQAAAAADWQAAAAADWQAAAAAAeQAAAAAAWQAAAAABZAAAAAABWQAAAAACeQAAAAAAHQAAAAABeQAAAAAAWQAAAAADWQAAAAADWQAAAAADeQAAAAAALwAAAAAALwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADZAAAAAACYAAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAADWQAAAAACYAAAAAAAWQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAeQAAAAAAPAAAAAAAWQAAAAADWQAAAAADZAAAAAACWQAAAAADLwAAAAAAWQAAAAAAWQAAAAABWQAAAAADYAAAAAAAWQAAAAAAWQAAAAADWQAAAAADYAAAAAAAWQAAAAADeQAAAAAAPAAAAAAATAAAAAACZAAAAAADZAAAAAACWQAAAAADLwAAAAAAOgAAAAAAWQAAAAACOgAAAAAAWQAAAAACOgAAAAAAWQAAAAACOgAAAAAAWQAAAAAAWQAAAAABOgAAAAAAPAAAAAAAWQAAAAADWQAAAAADWQAAAAAAWQAAAAABWQAAAAAAOgAAAAAAWQAAAAAAOgAAAAAAWQAAAAABOgAAAAAAWQAAAAAAOgAAAAAAWQAAAAAAWQAAAAABeQAAAAAAPAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAAAOgAAAAAAWQAAAAABOgAAAAAAWQAAAAACOgAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAPAAAAAAAaAAAAAAAaAAAAAAAagAAAAADaAAAAAAAWQAAAAAAOgAAAAAAYAAAAAAAOgAAAAAAWQAAAAACOgAAAAAAeQAAAAAAWQAAAAACWQAAAAADWQAAAAAAeQAAAAAAeQAAAAAAagAAAAABeQAAAAAAaQAAAAAAeQAAAAAAWQAAAAAAOgAAAAAAWQAAAAACOgAAAAAAWQAAAAABOgAAAAAAeQAAAAAAWQAAAAACYAAAAAAAWQAAAAABeQAAAAAALAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAOgAAAAAAWQAAAAACOgAAAAAAWQAAAAADOgAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAADeQAAAAAALAAAAAAAaQAAAAAAeQAAAAAAagAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAALAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAACOgAAAAAAWQAAAAABWQAAAAADOgAAAAAAWQAAAAACHQAAAAAALAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAYAAAAAAAeQAAAAAAeQAAAAAA + tiles: ewAAAAAAWwAAAAACZgAAAAADWwAAAAADewAAAAAAHQAAAAABHQAAAAACHQAAAAADHQAAAAAAHQAAAAADHQAAAAADHQAAAAAAHQAAAAABHQAAAAACewAAAAAAHQAAAAABewAAAAAAWwAAAAACZgAAAAACWwAAAAABewAAAAAAHQAAAAAAHQAAAAAAHQAAAAADHQAAAAAAHQAAAAABHQAAAAACHQAAAAABHQAAAAABHQAAAAABewAAAAAAHQAAAAABewAAAAAAWwAAAAACZgAAAAACWwAAAAADWwAAAAADWwAAAAAAWwAAAAAAWwAAAAADWwAAAAABWwAAAAADWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAABWwAAAAABWwAAAAADewAAAAAAWwAAAAAATAAAAAACYgAAAAAAWwAAAAADWwAAAAACWwAAAAACWwAAAAADWwAAAAACWwAAAAADWwAAAAABWwAAAAAAWwAAAAADWwAAAAACWwAAAAACWwAAAAADewAAAAAAWwAAAAAAZgAAAAABWwAAAAADewAAAAAAHQAAAAACewAAAAAAWwAAAAADWwAAAAADWwAAAAACewAAAAAALwAAAAAALwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAADZgAAAAACYgAAAAAAewAAAAAAWwAAAAADWwAAAAACWwAAAAADWwAAAAACYgAAAAAAWwAAAAACWwAAAAABWwAAAAABWwAAAAAAewAAAAAAPAAAAAAAWwAAAAADWwAAAAADZgAAAAACWwAAAAAALwAAAAAAWwAAAAACWwAAAAADWwAAAAABYgAAAAAAWwAAAAAAWwAAAAAAWwAAAAACYgAAAAAAWwAAAAADewAAAAAAPAAAAAAATAAAAAADZgAAAAAAZgAAAAAAWwAAAAAALwAAAAAAOgAAAAAAWwAAAAABOgAAAAAAWwAAAAADOgAAAAAAWwAAAAACOgAAAAAAWwAAAAABWwAAAAADOgAAAAAAPAAAAAAAWwAAAAAAWwAAAAACWwAAAAAAWwAAAAACWwAAAAADOgAAAAAAWwAAAAACOgAAAAAAWwAAAAAAOgAAAAAAWwAAAAADOgAAAAAAWwAAAAAAWwAAAAAAewAAAAAAPAAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAABWwAAAAAAOgAAAAAAWwAAAAABOgAAAAAAWwAAAAACOgAAAAAAewAAAAAAewAAAAAAHQAAAAADewAAAAAAewAAAAAAPAAAAAAAagAAAAAAagAAAAAAbAAAAAAAagAAAAAAWwAAAAAAOgAAAAAAYgAAAAAAOgAAAAAAWwAAAAACOgAAAAAAewAAAAAAWwAAAAACWwAAAAABWwAAAAABewAAAAAAewAAAAAAbAAAAAADewAAAAAAawAAAAAAewAAAAAAWwAAAAAAOgAAAAAAWwAAAAACOgAAAAAAWwAAAAACOgAAAAAAewAAAAAAWwAAAAABYgAAAAAAWwAAAAACewAAAAAALAAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAOgAAAAAAWwAAAAAAOgAAAAAAWwAAAAAAOgAAAAAAewAAAAAAWwAAAAADWwAAAAABWwAAAAABewAAAAAALAAAAAAAawAAAAAAewAAAAAAbAAAAAADewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAACewAAAAAAewAAAAAAHQAAAAACewAAAAAAewAAAAAALAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAADWwAAAAAAOgAAAAAAWwAAAAACWwAAAAADOgAAAAAAWwAAAAAAHQAAAAABLAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAYgAAAAAAewAAAAAAewAAAAAA version: 6 0,0: ind: 0,0 - tiles: HQAAAAADHQAAAAACHQAAAAACHQAAAAACHQAAAAABLwAAAAAALwAAAAAALwAAAAAAUAAAAAAAUAAAAAAALwAAAAAALwAAAAAALwAAAAAAHQAAAAABHQAAAAADeQAAAAAAHQAAAAAAHQAAAAACHQAAAAADHQAAAAAAHQAAAAABLwAAAAAALwAAAAAALwAAAAAAUAAAAAAAUAAAAAAALwAAAAAALwAAAAAALwAAAAAAHQAAAAAAHQAAAAADeQAAAAAAWQAAAAADWQAAAAADWQAAAAABWQAAAAADTAAAAAADYAAAAAAAWQAAAAAAWQAAAAABWQAAAAAAWQAAAAADTAAAAAAAWQAAAAAAYAAAAAAAWQAAAAACWQAAAAACWQAAAAAAWQAAAAAAWQAAAAABWQAAAAACWQAAAAACYAAAAAAAWQAAAAABWQAAAAACWQAAAAABWQAAAAADWQAAAAAAWQAAAAABWQAAAAAAWQAAAAADWQAAAAADWQAAAAAAWQAAAAADPAAAAAAAPAAAAAAAPAAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAeQAAAAAAdgAAAAACdgAAAAABdgAAAAAAdgAAAAACdgAAAAACdgAAAAAAdgAAAAABeQAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAABdgAAAAADdgAAAAAAdgAAAAABdgAAAAAAHQAAAAACPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAdgAAAAAAdgAAAAACdgAAAAACdgAAAAACdgAAAAADdgAAAAABdgAAAAADHQAAAAABPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAdgAAAAAAdgAAAAABdgAAAAADdgAAAAACdgAAAAABdgAAAAACdgAAAAADeQAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAdgAAAAACdgAAAAACdgAAAAADdgAAAAABdgAAAAADdgAAAAADdgAAAAABdwAAAAADHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAeQAAAAAAdgAAAAACdgAAAAACdgAAAAABdgAAAAADdgAAAAAAdgAAAAADdgAAAAACdwAAAAAALAAAAAAALAAAAAAALAAAAAAAeQAAAAAAHQAAAAADHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAADdgAAAAABdgAAAAAAdgAAAAACdgAAAAAAdwAAAAAALAAAAAAALAAAAAAALAAAAAAAeQAAAAAAHQAAAAAAHQAAAAABHQAAAAADHQAAAAABHQAAAAADeQAAAAAAdgAAAAAAdgAAAAABdgAAAAADdgAAAAAAdgAAAAACdwAAAAAALAAAAAAALAAAAAAALAAAAAAAeQAAAAAAHQAAAAADHQAAAAABHQAAAAADHQAAAAAAHQAAAAABeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAACdgAAAAACdgAAAAACdwAAAAAALAAAAAAALAAAAAAALAAAAAAAeQAAAAAAHQAAAAAAHQAAAAABHQAAAAACHQAAAAADHQAAAAAAeQAAAAAAdgAAAAABdgAAAAADdgAAAAACdgAAAAAAdgAAAAADdwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAADHQAAAAACHQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + tiles: HQAAAAACHQAAAAADHQAAAAAAHQAAAAAAHQAAAAABLwAAAAAALwAAAAAALwAAAAAAUAAAAAAAUAAAAAAALwAAAAAALwAAAAAALwAAAAAAHQAAAAABHQAAAAADewAAAAAAHQAAAAAAHQAAAAAAHQAAAAABHQAAAAAAHQAAAAABLwAAAAAALwAAAAAALwAAAAAAUAAAAAAAUAAAAAAALwAAAAAALwAAAAAALwAAAAAAHQAAAAADHQAAAAADewAAAAAAWwAAAAABWwAAAAABWwAAAAAAWwAAAAACTAAAAAABYgAAAAAAWwAAAAAAWwAAAAABWwAAAAAAWwAAAAABTAAAAAADWwAAAAACYgAAAAAAWwAAAAACWwAAAAAAWwAAAAACWwAAAAACWwAAAAABWwAAAAACWwAAAAAAYgAAAAAAWwAAAAADWwAAAAADWwAAAAABWwAAAAACWwAAAAADWwAAAAADWwAAAAACWwAAAAADWwAAAAADWwAAAAADWwAAAAACPAAAAAAAPAAAAAAAPAAAAAAAewAAAAAAewAAAAAAHQAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAewAAAAAAeAAAAAACeAAAAAACeAAAAAAAeAAAAAABeAAAAAADeAAAAAACeAAAAAABewAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAewAAAAAAeAAAAAACeAAAAAACeAAAAAACeAAAAAADeAAAAAAAeAAAAAADeAAAAAABHQAAAAABPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAeAAAAAABeAAAAAACeAAAAAAAeAAAAAABeAAAAAAAeAAAAAABeAAAAAAAHQAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAeAAAAAADeAAAAAABeAAAAAACeAAAAAADeAAAAAABeAAAAAAAeAAAAAABewAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAeAAAAAACeAAAAAADeAAAAAAAeAAAAAAAeAAAAAADeAAAAAABeAAAAAAAeQAAAAADHQAAAAAAewAAAAAAewAAAAAAewAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAewAAAAAAeAAAAAAAeAAAAAADeAAAAAADeAAAAAABeAAAAAACeAAAAAABeAAAAAADeQAAAAADLAAAAAAALAAAAAAALAAAAAAAewAAAAAAHQAAAAADHQAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAACeAAAAAAAeAAAAAAAeAAAAAACeAAAAAABeQAAAAADLAAAAAAALAAAAAAALAAAAAAAewAAAAAAHQAAAAABHQAAAAAAHQAAAAACHQAAAAADHQAAAAABewAAAAAAeAAAAAABeAAAAAADeAAAAAADeAAAAAABeAAAAAACeQAAAAABLAAAAAAALAAAAAAALAAAAAAAewAAAAAAHQAAAAABHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAACewAAAAAAeAAAAAABeAAAAAAAeAAAAAACeAAAAAADeAAAAAABeQAAAAACLAAAAAAALAAAAAAALAAAAAAAewAAAAAAHQAAAAACHQAAAAACHQAAAAADHQAAAAADHQAAAAACewAAAAAAeAAAAAADeAAAAAAAeAAAAAACeAAAAAACeAAAAAABeQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAABHQAAAAACHQAAAAABHQAAAAABHQAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAA version: 6 -2,-1: ind: -2,-1 - tiles: WQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAACWQAAAAACeQAAAAAAWQAAAAAAZAAAAAACWQAAAAABeQAAAAAAaQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADWQAAAAACHQAAAAAAWQAAAAACWQAAAAABWQAAAAABWQAAAAAAeQAAAAAAWQAAAAADZAAAAAABWQAAAAAAaAAAAAAAeQAAAAAAWQAAAAADeQAAAAAAWQAAAAABWQAAAAACWQAAAAACeQAAAAAAWQAAAAADWQAAAAAAWQAAAAAAWQAAAAACeQAAAAAAWQAAAAADZAAAAAADWQAAAAACeQAAAAAAaAAAAAAAWQAAAAACeQAAAAAAWQAAAAADWQAAAAABWQAAAAABWQAAAAADWQAAAAACWQAAAAABWQAAAAACWQAAAAABHQAAAAACWQAAAAADZAAAAAADWQAAAAABeQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAABWQAAAAACWQAAAAACWQAAAAAAHQAAAAACWQAAAAABZAAAAAACWQAAAAADeQAAAAAAeQAAAAAAWQAAAAABHQAAAAADWQAAAAAAWQAAAAADWQAAAAADeQAAAAAAWQAAAAABWQAAAAAAWQAAAAACWQAAAAAAeQAAAAAAWQAAAAAAZAAAAAABWQAAAAACeQAAAAAAaAAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAABeQAAAAAAWQAAAAAAYAAAAAAAWQAAAAACWQAAAAAAeQAAAAAAWQAAAAACZAAAAAADWQAAAAABeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAABWQAAAAABeQAAAAAAWQAAAAACZAAAAAACWQAAAAABeQAAAAAAaQAAAAAAbAAAAAAAbAAAAAADbAAAAAABVQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABHQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAABeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAADCwAAAAAAWQAAAAABWQAAAAAAWQAAAAAAWQAAAAAAZAAAAAADWQAAAAABYAAAAAAAWQAAAAAAbAAAAAADbAAAAAABbAAAAAAAVQAAAAAAeQAAAAAAWQAAAAACZAAAAAADZAAAAAACTAAAAAAAZAAAAAACZAAAAAABZAAAAAAATAAAAAABZAAAAAAAZAAAAAABZAAAAAADeQAAAAAAbAAAAAACeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABZAAAAAACWQAAAAACWQAAAAABWQAAAAACWQAAAAACWQAAAAAAWQAAAAADWQAAAAADWQAAAAADWQAAAAADbAAAAAACbAAAAAADbAAAAAACbAAAAAADeQAAAAAAWQAAAAAAZAAAAAADWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAABbAAAAAADbAAAAAACbAAAAAADeQAAAAAAWQAAAAACZAAAAAAAWQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACTAAAAAACWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAACWQAAAAAAWQAAAAABHQAAAAABWQAAAAADZAAAAAACWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + tiles: WwAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAABWwAAAAABewAAAAAAWwAAAAABZgAAAAAAWwAAAAADewAAAAAAawAAAAAAWwAAAAAAewAAAAAAWwAAAAADWwAAAAAAWwAAAAAAHQAAAAABWwAAAAAAWwAAAAADWwAAAAABWwAAAAACewAAAAAAWwAAAAADZgAAAAAAWwAAAAACagAAAAAAewAAAAAAWwAAAAACewAAAAAAWwAAAAACWwAAAAADWwAAAAACewAAAAAAWwAAAAAAWwAAAAAAWwAAAAABWwAAAAABewAAAAAAWwAAAAAAZgAAAAACWwAAAAAAewAAAAAAagAAAAAAWwAAAAACewAAAAAAWwAAAAAAWwAAAAADWwAAAAACWwAAAAABWwAAAAACWwAAAAAAWwAAAAAAWwAAAAAAHQAAAAACWwAAAAABZgAAAAABWwAAAAADewAAAAAAewAAAAAAWwAAAAAAewAAAAAAWwAAAAABWwAAAAAAWwAAAAADewAAAAAAWwAAAAABWwAAAAACWwAAAAAAWwAAAAADHQAAAAABWwAAAAABZgAAAAABWwAAAAAAewAAAAAAewAAAAAAWwAAAAACHQAAAAACWwAAAAABWwAAAAABWwAAAAACewAAAAAAWwAAAAADWwAAAAACWwAAAAABWwAAAAABewAAAAAAWwAAAAADZgAAAAACWwAAAAADewAAAAAAagAAAAAAWwAAAAACewAAAAAAWwAAAAABWwAAAAAAWwAAAAABewAAAAAAWwAAAAACYgAAAAAAWwAAAAAAWwAAAAABewAAAAAAWwAAAAACZgAAAAADWwAAAAACewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAADWwAAAAAAWwAAAAABewAAAAAAWwAAAAAAZgAAAAAAWwAAAAABewAAAAAAawAAAAAAbgAAAAACbgAAAAABbgAAAAAAVwAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAABHQAAAAADHQAAAAACewAAAAAAewAAAAAAewAAAAAAbgAAAAACewAAAAAAewAAAAAAewAAAAAAWwAAAAACWwAAAAAACwAAAAAAWwAAAAADWwAAAAACWwAAAAADWwAAAAABZgAAAAAAWwAAAAACYgAAAAAAWwAAAAABbgAAAAADbgAAAAACbgAAAAAAVwAAAAACewAAAAAAWwAAAAACZgAAAAADZgAAAAABTAAAAAADZgAAAAADZgAAAAAAZgAAAAACTAAAAAACZgAAAAABZgAAAAAAZgAAAAAAewAAAAAAbgAAAAACewAAAAAAewAAAAAAewAAAAAAWwAAAAADZgAAAAAAWwAAAAABWwAAAAACWwAAAAADWwAAAAAAWwAAAAACWwAAAAACWwAAAAACWwAAAAABWwAAAAACbgAAAAACbgAAAAAAbgAAAAABbgAAAAAAewAAAAAAWwAAAAAAZgAAAAAAWwAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAABewAAAAAAewAAAAAAewAAAAAAbgAAAAACbgAAAAACbgAAAAADbgAAAAACewAAAAAAWwAAAAADZgAAAAAAWwAAAAACewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAHQAAAAACewAAAAAAewAAAAAAWwAAAAADTAAAAAADWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAACewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAADWwAAAAAAHQAAAAAAWwAAAAACZgAAAAACWwAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAA version: 6 -2,0: ind: -2,0 - tiles: ZAAAAAADZAAAAAACZAAAAAACZAAAAAABHQAAAAAAZAAAAAACZAAAAAACWQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAACWQAAAAABWQAAAAACHQAAAAADWQAAAAAAZAAAAAACWQAAAAACeQAAAAAAWQAAAAABWQAAAAABHQAAAAAAHQAAAAAAHQAAAAADWQAAAAACWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAZAAAAAACWQAAAAADeQAAAAAAWQAAAAAAWQAAAAAAHQAAAAABHQAAAAACHQAAAAACWQAAAAACWQAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAeQAAAAAAWQAAAAADTAAAAAACWQAAAAAAeQAAAAAAWQAAAAADWQAAAAACHQAAAAACHQAAAAADHQAAAAADWQAAAAABWQAAAAADLwAAAAAALwAAAAAALwAAAAAALwAAAAAAeQAAAAAAWQAAAAABZAAAAAAAWQAAAAABeQAAAAAAWQAAAAABWQAAAAACWQAAAAACWQAAAAADWQAAAAAAWQAAAAACWQAAAAABLwAAAAAALwAAAAAALwAAAAAAeQAAAAAAeQAAAAAAWQAAAAACZAAAAAADWQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAALwAAAAAALwAAAAAALwAAAAAAeQAAAAAAYAAAAAAAWQAAAAAAZAAAAAADWQAAAAADWQAAAAACWQAAAAABWQAAAAABWQAAAAAAWQAAAAACWQAAAAACWQAAAAAAWQAAAAACeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACZAAAAAADZAAAAAAATAAAAAABZAAAAAADZAAAAAACZAAAAAABTAAAAAACZAAAAAACZAAAAAAAZAAAAAABIgAAAAACIQAAAAACHQAAAAADHQAAAAADeQAAAAAAWQAAAAABWQAAAAAAWQAAAAADWQAAAAACWQAAAAAAWQAAAAABWQAAAAACZAAAAAADWQAAAAADWQAAAAADWQAAAAADIQAAAAACIQAAAAACIQAAAAAAIQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAZAAAAAABWQAAAAAAWQAAAAACWQAAAAABIgAAAAAAIQAAAAABIQAAAAADIQAAAAACeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAYAAAAAAAZAAAAAABWQAAAAADaAAAAAAAaAAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAWQAAAAACZAAAAAADWQAAAAADaAAAAAAAeQAAAAAAIAAAAAACIAAAAAACIAAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAWQAAAAADZAAAAAABYAAAAAAAeQAAAAAAaAAAAAAAIAAAAAAAIAAAAAADIAAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAWQAAAAACZAAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAIAAAAAABIAAAAAADIAAAAAADeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAACHQAAAAAAeQAAAAAAeQAAAAAAIAAAAAADIAAAAAABIAAAAAACeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAHQAAAAACWQAAAAADZAAAAAADWQAAAAAAeQAAAAAAaAAAAAAA + tiles: ZgAAAAACZgAAAAABZgAAAAACZgAAAAADHQAAAAADZgAAAAAAZgAAAAABWwAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAABWwAAAAACWwAAAAAAHQAAAAAAWwAAAAACZgAAAAADWwAAAAACewAAAAAAWwAAAAADWwAAAAABHQAAAAABHQAAAAABHQAAAAACWwAAAAAAWwAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAABZgAAAAAAWwAAAAABewAAAAAAWwAAAAAAWwAAAAACHQAAAAABHQAAAAABHQAAAAADWwAAAAADWwAAAAADLwAAAAAALwAAAAAALwAAAAAALwAAAAAAewAAAAAAWwAAAAAATAAAAAACWwAAAAABewAAAAAAWwAAAAACWwAAAAAAHQAAAAADHQAAAAABHQAAAAAAWwAAAAACWwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAewAAAAAAWwAAAAABZgAAAAAAWwAAAAAAewAAAAAAWwAAAAACWwAAAAACWwAAAAAAWwAAAAADWwAAAAACWwAAAAADWwAAAAABLwAAAAAALwAAAAAALwAAAAAAewAAAAAAewAAAAAAWwAAAAAAZgAAAAABWwAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAACewAAAAAAewAAAAAAewAAAAAALwAAAAAALwAAAAAALwAAAAAAewAAAAAAYgAAAAAAWwAAAAAAZgAAAAADWwAAAAABWwAAAAABWwAAAAADWwAAAAACWwAAAAABWwAAAAABWwAAAAADWwAAAAADWwAAAAACewAAAAAAHQAAAAABewAAAAAAewAAAAAAewAAAAAAWwAAAAACZgAAAAADZgAAAAAATAAAAAADZgAAAAAAZgAAAAADZgAAAAAATAAAAAACZgAAAAADZgAAAAADZgAAAAABIgAAAAADIQAAAAAAHQAAAAABHQAAAAAAewAAAAAAWwAAAAABWwAAAAADWwAAAAACWwAAAAAAWwAAAAACWwAAAAAAWwAAAAADZgAAAAADWwAAAAADWwAAAAABWwAAAAADIQAAAAAAIQAAAAADIQAAAAAAIQAAAAACewAAAAAAewAAAAAAewAAAAAAHQAAAAADewAAAAAAewAAAAAAewAAAAAAYgAAAAAAZgAAAAABWwAAAAABWwAAAAAAWwAAAAADIgAAAAAAIQAAAAADIQAAAAADIQAAAAADewAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAewAAAAAAYgAAAAAAZgAAAAAAWwAAAAACagAAAAAAagAAAAAAewAAAAAAHQAAAAACewAAAAAAewAAAAAAewAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAewAAAAAAWwAAAAADZgAAAAADWwAAAAACagAAAAAAewAAAAAAIAAAAAAAIAAAAAABIAAAAAADewAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAewAAAAAAWwAAAAADZgAAAAADYgAAAAAAewAAAAAAagAAAAAAIAAAAAAAIAAAAAABIAAAAAAAewAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAewAAAAAAWwAAAAABZgAAAAAAYgAAAAAAewAAAAAAewAAAAAAIAAAAAACIAAAAAABIAAAAAABewAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAABHQAAAAACHQAAAAADewAAAAAAewAAAAAAIAAAAAABIAAAAAACIAAAAAACewAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAewAAAAAAagAAAAAAagAAAAAAHQAAAAABWwAAAAABZgAAAAABWwAAAAACewAAAAAAagAAAAAA version: 6 1,-1: ind: 1,-1 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAHQAAAAABHQAAAAADHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIAAAAAAAIAAAAAACIAAAAAADIAAAAAAAIAAAAAADIAAAAAAAeQAAAAAAYAAAAAAAZAAAAAAAWQAAAAADeQAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIAAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAWQAAAAACZAAAAAAAWQAAAAADeQAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAWQAAAAACeQAAAAAAIAAAAAADPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAWQAAAAAAZAAAAAAAWQAAAAABYAAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAWQAAAAACeQAAAAAAIAAAAAACPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAWQAAAAADZAAAAAABWQAAAAADYAAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAWQAAAAADeQAAAAAAIAAAAAACIAAAAAABIAAAAAACIAAAAAABIAAAAAAAIAAAAAAAeQAAAAAAWQAAAAAAZAAAAAABYAAAAAAAYAAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADZAAAAAADYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAWQAAAAACZAAAAAADWQAAAAABeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABZAAAAAACWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAADWQAAAAABHQAAAAADWQAAAAACWQAAAAACWQAAAAADWQAAAAAAWQAAAAADZAAAAAAAWQAAAAABWQAAAAAAWQAAAAADWQAAAAAAWQAAAAACHQAAAAACWQAAAAACWQAAAAACWQAAAAABHQAAAAACZAAAAAAAZAAAAAADZAAAAAACZAAAAAAAZAAAAAAAZAAAAAAAZAAAAAABZAAAAAAAZAAAAAAAZAAAAAAAZAAAAAADHQAAAAADWQAAAAACWQAAAAADWQAAAAADHQAAAAAAWQAAAAADWQAAAAACWQAAAAADWQAAAAABWQAAAAABWQAAAAABWQAAAAADWQAAAAAAYAAAAAAAWQAAAAACWQAAAAABHQAAAAACWQAAAAADWQAAAAADWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAWQAAAAADWQAAAAAAWQAAAAACeQAAAAAAYwAAAAABYwAAAAAAYwAAAAAAYwAAAAACYwAAAAABYwAAAAADYwAAAAADYwAAAAADWQAAAAABeQAAAAAAaAAAAAAAeQAAAAAAYAAAAAAAWQAAAAACWQAAAAABeQAAAAAAYwAAAAAAEgAAAAACEgAAAAADEgAAAAADEgAAAAABEgAAAAAAEgAAAAACYwAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAWQAAAAABWQAAAAADeQAAAAAAYwAAAAADEgAAAAADEgAAAAADEgAAAAADEgAAAAACEgAAAAADEgAAAAADYwAAAAACWQAAAAABWQAAAAACWQAAAAABeQAAAAAA + tiles: ewAAAAAAewAAAAAAewAAAAAAWwAAAAAAHQAAAAABWwAAAAAAewAAAAAAewAAAAAAHQAAAAABHQAAAAABHQAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAIAAAAAAAIAAAAAACIAAAAAAAIAAAAAAAIAAAAAACIAAAAAAAewAAAAAAYgAAAAAAZgAAAAABWwAAAAACewAAAAAAYgAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAIAAAAAACPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAewAAAAAAWwAAAAAAZgAAAAAAWwAAAAACewAAAAAAewAAAAAAYgAAAAAAewAAAAAAWwAAAAADewAAAAAAIAAAAAACPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAewAAAAAAWwAAAAADZgAAAAACWwAAAAABYgAAAAAAewAAAAAAYgAAAAAAewAAAAAAWwAAAAADewAAAAAAIAAAAAABPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAewAAAAAAWwAAAAAAZgAAAAADWwAAAAACYgAAAAAAewAAAAAAYgAAAAAAewAAAAAAWwAAAAADewAAAAAAIAAAAAAAIAAAAAACIAAAAAACIAAAAAABIAAAAAAAIAAAAAABewAAAAAAWwAAAAACZgAAAAACYgAAAAAAYgAAAAAAewAAAAAAYgAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAACZgAAAAADYgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAawAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAWwAAAAABZgAAAAABWwAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAZgAAAAABWwAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAADWwAAAAABWwAAAAADHQAAAAABWwAAAAABWwAAAAADWwAAAAACWwAAAAACWwAAAAAAZgAAAAAAWwAAAAADWwAAAAAAWwAAAAABWwAAAAACWwAAAAAAHQAAAAAAWwAAAAABWwAAAAAAWwAAAAADHQAAAAACZgAAAAADZgAAAAACZgAAAAACZgAAAAAAZgAAAAABZgAAAAAAZgAAAAABZgAAAAAAZgAAAAACZgAAAAABZgAAAAABHQAAAAADWwAAAAACWwAAAAAAWwAAAAADHQAAAAABWwAAAAADWwAAAAACWwAAAAAAWwAAAAACWwAAAAADWwAAAAAAWwAAAAADWwAAAAAAYgAAAAAAWwAAAAADWwAAAAACHQAAAAAAWwAAAAADWwAAAAACWwAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAWwAAAAACWwAAAAABWwAAAAAAewAAAAAAZQAAAAACZQAAAAACZQAAAAADZQAAAAACZQAAAAACZQAAAAACZQAAAAACZQAAAAABWwAAAAABewAAAAAAagAAAAAAewAAAAAAYgAAAAAAWwAAAAABWwAAAAACewAAAAAAZQAAAAACEgAAAAAAEgAAAAAAEgAAAAACEgAAAAADEgAAAAAAEgAAAAAAZQAAAAADWwAAAAABewAAAAAAewAAAAAAewAAAAAAYgAAAAAAWwAAAAACWwAAAAABewAAAAAAZQAAAAAAEgAAAAAAEgAAAAACEgAAAAAAEgAAAAABEgAAAAADEgAAAAABZQAAAAACWwAAAAABWwAAAAAAWwAAAAACewAAAAAA version: 6 1,0: ind: 1,0 - tiles: WQAAAAABWQAAAAAAWQAAAAADeQAAAAAAYwAAAAADEgAAAAAAEgAAAAACEgAAAAABEgAAAAABEgAAAAAAEgAAAAACYwAAAAADWQAAAAADWQAAAAADYAAAAAAAeQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAeQAAAAAAYwAAAAACEgAAAAADEgAAAAAAEgAAAAABEgAAAAABEgAAAAACEgAAAAAAYwAAAAADWQAAAAACWQAAAAAAWQAAAAABHQAAAAACWQAAAAADWQAAAAACWQAAAAAAeQAAAAAAYwAAAAADEgAAAAAAEgAAAAADEgAAAAADEgAAAAABEgAAAAABEgAAAAACYwAAAAABWQAAAAADYAAAAAAAWQAAAAABeQAAAAAAWQAAAAADWQAAAAADWQAAAAAAeQAAAAAAYwAAAAADEgAAAAAAEgAAAAABEgAAAAACEgAAAAACEgAAAAABEgAAAAAAYwAAAAACWQAAAAADWQAAAAADWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAABWQAAAAABeQAAAAAAYwAAAAAAYwAAAAABYwAAAAABYwAAAAADYwAAAAACYwAAAAACYwAAAAADYwAAAAABWQAAAAADWQAAAAABWQAAAAABeQAAAAAAWQAAAAACWQAAAAABWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAHQAAAAABWQAAAAACWQAAAAACWQAAAAAAWQAAAAACWQAAAAABWQAAAAABWQAAAAABWQAAAAAAWQAAAAABWQAAAAAAWQAAAAABHQAAAAACYAAAAAAAWQAAAAADWQAAAAADHQAAAAAAWQAAAAADWQAAAAAAWQAAAAADWQAAAAABWQAAAAAAWQAAAAABWQAAAAADWQAAAAABWQAAAAADWQAAAAADYAAAAAAAHQAAAAABYAAAAAAAYAAAAAAAWQAAAAADHQAAAAAAWQAAAAADWQAAAAACWQAAAAABCwAAAAAAYAAAAAAAWQAAAAABWQAAAAAAWQAAAAADYAAAAAAAWQAAAAABYAAAAAAAHQAAAAAAdgAAAAADdgAAAAACdgAAAAABeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAHQAAAAAAIQAAAAABHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAACdgAAAAAAdgAAAAAAHQAAAAABdgAAAAADdgAAAAACdgAAAAABeQAAAAAAHQAAAAADIQAAAAAAHQAAAAAAeQAAAAAAWQAAAAADWQAAAAAAeQAAAAAAWQAAAAACdgAAAAADdgAAAAABdgAAAAAAHQAAAAACdgAAAAACdgAAAAABdgAAAAABeQAAAAAAHQAAAAADIQAAAAABHQAAAAADeQAAAAAAYAAAAAAAWQAAAAABeQAAAAAAYAAAAAAAdgAAAAACdgAAAAACdgAAAAACeQAAAAAAdgAAAAABdgAAAAAAdgAAAAADeQAAAAAAHQAAAAACIQAAAAADHQAAAAACeQAAAAAAWQAAAAADWQAAAAAAeQAAAAAAWQAAAAADdgAAAAABdgAAAAAAdgAAAAABeQAAAAAAdgAAAAADdgAAAAADdgAAAAAAeQAAAAAAHQAAAAAAIQAAAAAAHQAAAAAAeQAAAAAAWQAAAAACWQAAAAABeQAAAAAAWQAAAAAAdgAAAAABdgAAAAACdgAAAAADdgAAAAACdgAAAAADdgAAAAACdgAAAAACeQAAAAAAHQAAAAACHQAAAAACHQAAAAADeQAAAAAAJAAAAAAAJAAAAAADJAAAAAADJAAAAAACeQAAAAAAdgAAAAACdgAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAACeQAAAAAAJAAAAAAAJAAAAAABJAAAAAABJAAAAAAC + tiles: WwAAAAADWwAAAAACWwAAAAABewAAAAAAZQAAAAADEgAAAAADEgAAAAABEgAAAAACEgAAAAADEgAAAAAAEgAAAAABZQAAAAADWwAAAAADWwAAAAADYgAAAAAAewAAAAAAWwAAAAACWwAAAAADWwAAAAAAewAAAAAAZQAAAAACEgAAAAABEgAAAAACEgAAAAAAEgAAAAADEgAAAAADEgAAAAABZQAAAAAAWwAAAAAAWwAAAAABWwAAAAADHQAAAAABWwAAAAADWwAAAAAAWwAAAAABewAAAAAAZQAAAAADEgAAAAABEgAAAAACEgAAAAADEgAAAAADEgAAAAADEgAAAAADZQAAAAADWwAAAAACYgAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAZQAAAAAAEgAAAAABEgAAAAABEgAAAAAAEgAAAAACEgAAAAADEgAAAAACZQAAAAACWwAAAAABWwAAAAACWwAAAAAAewAAAAAAWwAAAAADWwAAAAACWwAAAAADewAAAAAAZQAAAAABZQAAAAADZQAAAAABZQAAAAAAZQAAAAACZQAAAAACZQAAAAADZQAAAAABWwAAAAABWwAAAAAAWwAAAAAAewAAAAAAWwAAAAADWwAAAAABWwAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAWwAAAAABWwAAAAABWwAAAAABHQAAAAAAWwAAAAACWwAAAAADWwAAAAACWwAAAAACWwAAAAACWwAAAAAAWwAAAAACWwAAAAACWwAAAAAAWwAAAAACWwAAAAABHQAAAAAAYgAAAAAAWwAAAAAAWwAAAAADHQAAAAACWwAAAAADWwAAAAACWwAAAAADWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAYgAAAAAAHQAAAAACYgAAAAAAYgAAAAAAWwAAAAABHQAAAAAAWwAAAAACWwAAAAACWwAAAAACCwAAAAAAYgAAAAAAWwAAAAAAWwAAAAABWwAAAAABYgAAAAAAWwAAAAABYgAAAAAAHQAAAAABeAAAAAACeAAAAAABeAAAAAADewAAAAAAewAAAAAAHQAAAAADewAAAAAAewAAAAAAHQAAAAABIQAAAAACHQAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAADeAAAAAACeAAAAAADHQAAAAAAeAAAAAADeAAAAAAAeAAAAAABewAAAAAAHQAAAAAAIQAAAAABHQAAAAADewAAAAAAWwAAAAAAWwAAAAACewAAAAAAWwAAAAAAeAAAAAACeAAAAAAAeAAAAAAAHQAAAAADeAAAAAACeAAAAAACeAAAAAABewAAAAAAHQAAAAADIQAAAAADHQAAAAADewAAAAAAYgAAAAAAWwAAAAADewAAAAAAYgAAAAAAeAAAAAADeAAAAAABeAAAAAACewAAAAAAeAAAAAADeAAAAAACeAAAAAACewAAAAAAHQAAAAABIQAAAAADHQAAAAABewAAAAAAWwAAAAABWwAAAAACewAAAAAAWwAAAAABeAAAAAAAeAAAAAABeAAAAAAAewAAAAAAeAAAAAABeAAAAAACeAAAAAAAewAAAAAAHQAAAAAAIQAAAAADHQAAAAADewAAAAAAWwAAAAACWwAAAAAAewAAAAAAWwAAAAAAeAAAAAACeAAAAAADeAAAAAADeAAAAAAAeAAAAAADeAAAAAADeAAAAAACewAAAAAAHQAAAAACHQAAAAABHQAAAAAAewAAAAAAJAAAAAAAJAAAAAACJAAAAAABJAAAAAABewAAAAAAeAAAAAABeAAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAABHQAAAAADHQAAAAADewAAAAAAJAAAAAADJAAAAAAAJAAAAAACJAAAAAAD version: 6 -1,1: ind: -1,1 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAWQAAAAACYAAAAAAAYAAAAAAAWQAAAAAAYAAAAAAAWQAAAAACeQAAAAAAHgAAAAADHgAAAAACeQAAAAAAGQAAAAAATwAAAAAATwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAALwAAAAAASQAAAAAALwAAAAAALwAAAAAASQAAAAAALwAAAAAAeQAAAAAAHgAAAAACHgAAAAABGQAAAAAAeQAAAAAAWQAAAAACCwAAAAAAaAAAAAAAeQAAAAAAeQAAAAAALwAAAAAASQAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAeQAAAAAAHgAAAAAAHgAAAAABYAAAAAAAagAAAAADCwAAAAAAWQAAAAAAeQAAAAAAagAAAAACeQAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAeQAAAAAAHgAAAAADHgAAAAADYAAAAAAAGQAAAAAAWQAAAAAACwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHgAAAAADHgAAAAABWQAAAAACeQAAAAAAGQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaQAAAAAAHQAAAAAAaAAAAAAAYAAAAAAAagAAAAACYAAAAAAAYAAAAAAAeQAAAAAAHgAAAAACHgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADYAAAAAAAYAAAAAAAagAAAAADYAAAAAAAYAAAAAAAeQAAAAAAHQAAAAABeQAAAAAAIQAAAAADHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAIQAAAAADHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAagAAAAADYAAAAAAAYAAAAAAAIQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIQAAAAADHQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAIQAAAAABHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaAAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAWQAAAAABWQAAAAACeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAdgAAAAABdgAAAAACdgAAAAABeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAWQAAAAABWQAAAAADWQAAAAAC + tiles: ewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAWwAAAAACYgAAAAAAYgAAAAAAWwAAAAABYgAAAAAAWwAAAAABewAAAAAAHgAAAAAAHgAAAAABewAAAAAAGQAAAAAATwAAAAAATwAAAAAAewAAAAAAewAAAAAAewAAAAAALwAAAAAASQAAAAAALwAAAAAALwAAAAAASQAAAAAALwAAAAAAewAAAAAAHgAAAAACHgAAAAABGQAAAAAAewAAAAAAWwAAAAABCwAAAAAAagAAAAAAewAAAAAAewAAAAAALwAAAAAASQAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAewAAAAAAHgAAAAADHgAAAAADYgAAAAAAbAAAAAADCwAAAAAAWwAAAAABewAAAAAAbAAAAAACewAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAewAAAAAAHgAAAAACHgAAAAAAYgAAAAAAGQAAAAAAWwAAAAACCwAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHgAAAAACHgAAAAADWwAAAAACewAAAAAAGQAAAAAAewAAAAAAagAAAAAAewAAAAAAawAAAAAAHQAAAAACagAAAAAAYgAAAAAAbAAAAAABYgAAAAAAYgAAAAAAewAAAAAAHgAAAAADHgAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAYgAAAAAAYgAAAAAAbAAAAAADYgAAAAAAYgAAAAAAewAAAAAAHQAAAAADewAAAAAAIQAAAAADHQAAAAABewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAHQAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAIQAAAAABHQAAAAABewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbAAAAAACYgAAAAAAYgAAAAAAIQAAAAABHQAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAIQAAAAACHQAAAAACawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAIQAAAAACHQAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAHQAAAAADewAAAAAAewAAAAAAewAAAAAAawAAAAAAagAAAAAAYgAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAWwAAAAADWwAAAAACewAAAAAAagAAAAAAewAAAAAAewAAAAAAYgAAAAAAYgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAADWwAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAWwAAAAAAWwAAAAAAewAAAAAAeAAAAAADeAAAAAAAeAAAAAACewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAWwAAAAACWwAAAAAAWwAAAAAA version: 6 0,1: ind: 0,1 - tiles: HgAAAAAAHgAAAAADHgAAAAADHQAAAAACHQAAAAAAHQAAAAACHQAAAAADHQAAAAAAHQAAAAACHQAAAAADJAAAAAADJAAAAAACJAAAAAACJAAAAAACHQAAAAABJAAAAAABHgAAAAABHgAAAAADHgAAAAAAHQAAAAACHQAAAAACHQAAAAABHQAAAAABHQAAAAADHQAAAAAAHQAAAAAAJAAAAAABJAAAAAAAJAAAAAABJAAAAAACHQAAAAACJAAAAAACHgAAAAABHgAAAAACHgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHgAAAAABHgAAAAADHgAAAAACeQAAAAAAdwAAAAACdwAAAAADdwAAAAAAdwAAAAABdwAAAAACHQAAAAABYAAAAAAAWQAAAAACWQAAAAABeQAAAAAAIAAAAAABIAAAAAACHgAAAAABHgAAAAACHgAAAAADeQAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAABdwAAAAADeQAAAAAAHQAAAAABWQAAAAAAWQAAAAADeQAAAAAAIAAAAAABIAAAAAABHgAAAAADHgAAAAAAHgAAAAAAeQAAAAAAdwAAAAABdwAAAAAAdwAAAAABdwAAAAAAdwAAAAAAeQAAAAAAHQAAAAADWQAAAAAAWQAAAAABeQAAAAAAIAAAAAAAIAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdwAAAAACdwAAAAAAdwAAAAACdwAAAAACdwAAAAACeQAAAAAAHQAAAAAAWQAAAAABWQAAAAAAHQAAAAABIAAAAAABIAAAAAACaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAADWQAAAAAAeQAAAAAAIAAAAAADIAAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAQAAAAAAeQAAAAAAAQAAAAAAeQAAAAAAAQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAAQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAA + tiles: HgAAAAADHgAAAAABHgAAAAAAHQAAAAABHQAAAAAAHQAAAAADHQAAAAADHQAAAAACHQAAAAAAHQAAAAAAJAAAAAACJAAAAAACJAAAAAACJAAAAAACHQAAAAACJAAAAAACHgAAAAADHgAAAAADHgAAAAABHQAAAAAAHQAAAAAAHQAAAAADHQAAAAADHQAAAAABHQAAAAAAHQAAAAABJAAAAAADJAAAAAACJAAAAAABJAAAAAACHQAAAAADJAAAAAADHgAAAAAAHgAAAAACHgAAAAADewAAAAAAewAAAAAAewAAAAAAHQAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAHgAAAAADHgAAAAACHgAAAAADewAAAAAAeQAAAAADeQAAAAADeQAAAAACeQAAAAADeQAAAAABHQAAAAAAYgAAAAAAWwAAAAABWwAAAAABewAAAAAAIAAAAAABIAAAAAAAHgAAAAADHgAAAAACHgAAAAAAewAAAAAAeQAAAAACeQAAAAADeQAAAAADeQAAAAABeQAAAAAAewAAAAAAHQAAAAACWwAAAAACWwAAAAABewAAAAAAIAAAAAADIAAAAAABHgAAAAADHgAAAAAAHgAAAAABewAAAAAAeQAAAAACeQAAAAADeQAAAAABeQAAAAACeQAAAAACewAAAAAAHQAAAAAAWwAAAAADWwAAAAADewAAAAAAIAAAAAABIAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeQAAAAAAeQAAAAACeQAAAAABeQAAAAAAeQAAAAABewAAAAAAHQAAAAADWwAAAAACWwAAAAACHQAAAAABIAAAAAADIAAAAAABagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAADHQAAAAAAWwAAAAAAewAAAAAAIAAAAAACIAAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAYgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAQAAAAAAewAAAAAAAQAAAAAAewAAAAAAAQAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAQAAAAAAewAAAAAAewAAAAAAagAAAAAAAQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAA version: 6 1,1: ind: 1,1 - tiles: JAAAAAABJAAAAAABJAAAAAACHQAAAAACHQAAAAABHQAAAAADHQAAAAAAHQAAAAADHQAAAAAAHQAAAAABHQAAAAADeQAAAAAAJAAAAAACJAAAAAAAJAAAAAAAJAAAAAADJAAAAAACJAAAAAAAJAAAAAABHQAAAAACHQAAAAACHQAAAAAAHQAAAAAAHQAAAAABHQAAAAADHQAAAAAAHQAAAAACHQAAAAAAJQAAAAACJQAAAAABJQAAAAAAHQAAAAACHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAABHQAAAAADHQAAAAACHQAAAAABHQAAAAADHQAAAAACJQAAAAAAJQAAAAAAJQAAAAADHQAAAAADIAAAAAABIAAAAAADIAAAAAACeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADWQAAAAACeQAAAAAAJQAAAAABJQAAAAABJQAAAAACHQAAAAADIAAAAAABIAAAAAAAIAAAAAADeQAAAAAAHQAAAAAAHQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAJQAAAAACJQAAAAACJQAAAAAAeQAAAAAAIAAAAAAAIAAAAAADIAAAAAADeQAAAAAAHQAAAAACHQAAAAACPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAHQAAAAADJQAAAAADJQAAAAABJQAAAAADaQAAAAAAIAAAAAACIAAAAAACIAAAAAADeQAAAAAAHQAAAAADHQAAAAACPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAJQAAAAADJQAAAAADJQAAAAACeQAAAAAAIAAAAAABIAAAAAACIAAAAAABeQAAAAAAHQAAAAAAHQAAAAACHQAAAAACHQAAAAACHQAAAAABHQAAAAACHQAAAAADeQAAAAAAHQAAAAACHQAAAAACHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADdgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAADHQAAAAADHQAAAAADHQAAAAABHQAAAAAAHQAAAAACYAAAAAAAYAAAAAAAdgAAAAABeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAABHQAAAAABHQAAAAACHQAAAAADHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAdgAAAAADeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAABHQAAAAABHQAAAAABHQAAAAABHQAAAAACWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAADHQAAAAABHQAAAAAAHQAAAAABHQAAAAACHQAAAAACaQAAAAAAYAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAACHQAAAAACHQAAAAACHQAAAAADHQAAAAAC + tiles: JAAAAAACJAAAAAADJAAAAAAAHQAAAAACHQAAAAAAHQAAAAACHQAAAAACHQAAAAAAHQAAAAACHQAAAAABHQAAAAABewAAAAAAJAAAAAACJAAAAAAAJAAAAAABJAAAAAACJAAAAAAAJAAAAAABJAAAAAACHQAAAAADHQAAAAADHQAAAAAAHQAAAAAAHQAAAAABHQAAAAACHQAAAAAAHQAAAAADHQAAAAABJQAAAAADJQAAAAADJQAAAAADHQAAAAABHQAAAAADewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAACHQAAAAADHQAAAAACHQAAAAAAHQAAAAABHQAAAAACHQAAAAABJQAAAAADJQAAAAAAJQAAAAADHQAAAAAAIAAAAAACIAAAAAACIAAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAABewAAAAAAWwAAAAACWwAAAAACWwAAAAADewAAAAAAJQAAAAAAJQAAAAABJQAAAAADHQAAAAAAIAAAAAAAIAAAAAAAIAAAAAACewAAAAAAHQAAAAADHQAAAAACPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAewAAAAAAJQAAAAABJQAAAAACJQAAAAADewAAAAAAIAAAAAAAIAAAAAACIAAAAAABewAAAAAAHQAAAAAAHQAAAAACPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAHQAAAAABJQAAAAACJQAAAAADJQAAAAAAawAAAAAAIAAAAAADIAAAAAACIAAAAAADewAAAAAAHQAAAAABHQAAAAADPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAewAAAAAAJQAAAAAAJQAAAAAAJQAAAAACewAAAAAAIAAAAAAAIAAAAAADIAAAAAADewAAAAAAHQAAAAABHQAAAAAAHQAAAAACHQAAAAADHQAAAAABHQAAAAAAHQAAAAADewAAAAAAHQAAAAAAHQAAAAABHQAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAACewAAAAAAHQAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAYgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAATQAAAAAATQAAAAAATQAAAAAAewAAAAAAewAAAAAAYgAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAHQAAAAABewAAAAAAewAAAAAAWwAAAAAAeAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAHQAAAAADHQAAAAADHQAAAAADHQAAAAAAHQAAAAAAHQAAAAADYgAAAAAAYgAAAAAAeAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAHQAAAAACHQAAAAADHQAAAAAAHQAAAAABHQAAAAABHQAAAAABewAAAAAAewAAAAAAeAAAAAABewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAABHQAAAAADHQAAAAABHQAAAAABHQAAAAADWwAAAAADewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAHQAAAAABHQAAAAACHQAAAAABHQAAAAACHQAAAAACHQAAAAAAawAAAAAAYgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAADHQAAAAADHQAAAAACHQAAAAAAHQAAAAAA version: 6 -2,-2: ind: -2,-2 - tiles: WQAAAAACeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAXgAAAAABXgAAAAADXgAAAAAAXgAAAAACeQAAAAAAWQAAAAAAZAAAAAADWQAAAAADeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAHQAAAAAAHQAAAAABHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABZAAAAAABYAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAHQAAAAABHQAAAAACHQAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAWQAAAAAAZAAAAAABYAAAAAAAHQAAAAACeQAAAAAAWQAAAAACeQAAAAAAHQAAAAACHQAAAAAAHQAAAAACeQAAAAAAYAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAWQAAAAAAZAAAAAACYAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACZAAAAAACWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAADHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAYAAAAAAAZAAAAAACZAAAAAACZAAAAAADZAAAAAAAWQAAAAADeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAZAAAAAABWQAAAAADWQAAAAACWQAAAAABWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAACWQAAAAABWQAAAAADeQAAAAAAHQAAAAADHQAAAAABHQAAAAACeQAAAAAAeQAAAAAAWQAAAAABeQAAAAAAHQAAAAAAHQAAAAADeQAAAAAAWQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAWQAAAAABeQAAAAAAWQAAAAADZAAAAAABWQAAAAACHQAAAAABHQAAAAABWQAAAAABeQAAAAAAaAAAAAAAaAAAAAAAHQAAAAACWQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAWQAAAAACeQAAAAAAWQAAAAACZAAAAAABWQAAAAAAHQAAAAACHQAAAAABWQAAAAACHQAAAAACeQAAAAAAaAAAAAAAeQAAAAAACwAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAWQAAAAAAHQAAAAADYAAAAAAAZAAAAAAAWQAAAAACeQAAAAAAHQAAAAADWQAAAAADeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAWQAAAAABWQAAAAACWQAAAAACWQAAAAACWQAAAAABeQAAAAAAYAAAAAAAZAAAAAAAWQAAAAACeQAAAAAAHQAAAAADHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAZAAAAAABWQAAAAABeQAAAAAAagAAAAACWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAADZAAAAAACWQAAAAAAeQAAAAAAYAAAAAAAWQAAAAADWQAAAAADWQAAAAABWQAAAAADWQAAAAABHQAAAAADWQAAAAAAWQAAAAABWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAACZAAAAAAAWQAAAAACeQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAYAAAAAAAWQAAAAAAYAAAAAAAHQAAAAACYAAAAAAAYAAAAAAAWQAAAAABeQAAAAAAeQAAAAAAWQAAAAAAZAAAAAACWQAAAAAAeQAAAAAAeQAAAAAA + tiles: WwAAAAABewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAYAAAAAAAYAAAAAADYAAAAAAAYAAAAAADewAAAAAAWwAAAAAAZgAAAAAAWwAAAAABewAAAAAAewAAAAAAHQAAAAABewAAAAAAHQAAAAADHQAAAAACHQAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAADZgAAAAAAYgAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAHQAAAAAAHQAAAAACHQAAAAADewAAAAAAYgAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAWwAAAAADZgAAAAACYgAAAAAAHQAAAAACewAAAAAAWwAAAAADewAAAAAAHQAAAAABHQAAAAADHQAAAAAAewAAAAAAYgAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAWwAAAAABZgAAAAADYgAAAAAAewAAAAAAewAAAAAAWwAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAADZgAAAAACWwAAAAABWwAAAAABWwAAAAAAWwAAAAACHQAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAABYgAAAAAAZgAAAAABZgAAAAAAZgAAAAAAZgAAAAABWwAAAAACewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAZgAAAAACWwAAAAADWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAABWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAHQAAAAADHQAAAAACHQAAAAADewAAAAAAewAAAAAAWwAAAAAAewAAAAAAHQAAAAABHQAAAAABewAAAAAAWwAAAAADYgAAAAAAYgAAAAAAYgAAAAAAWwAAAAACewAAAAAAWwAAAAACZgAAAAAAWwAAAAABHQAAAAADHQAAAAACWwAAAAABewAAAAAAagAAAAAAagAAAAAAHQAAAAACWwAAAAADYgAAAAAAYgAAAAAAYgAAAAAAWwAAAAAAewAAAAAAWwAAAAABZgAAAAADWwAAAAABHQAAAAABHQAAAAABWwAAAAADHQAAAAACewAAAAAAagAAAAAAewAAAAAACwAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAWwAAAAABHQAAAAAAYgAAAAAAZgAAAAADWwAAAAACewAAAAAAHQAAAAACWwAAAAADewAAAAAAewAAAAAAagAAAAAAewAAAAAAWwAAAAABWwAAAAADWwAAAAAAWwAAAAACWwAAAAABewAAAAAAYgAAAAAAZgAAAAADWwAAAAACewAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAACWwAAAAACWwAAAAADWwAAAAADewAAAAAAewAAAAAAYgAAAAAAZgAAAAADWwAAAAAAewAAAAAAbAAAAAACWwAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAADWwAAAAABZgAAAAABWwAAAAAAewAAAAAAYgAAAAAAWwAAAAADWwAAAAADWwAAAAADWwAAAAAAWwAAAAACHQAAAAAAWwAAAAACWwAAAAADWwAAAAADewAAAAAAWwAAAAACWwAAAAACZgAAAAABWwAAAAADewAAAAAAewAAAAAAWwAAAAADWwAAAAAAYgAAAAAAWwAAAAAAYgAAAAAAHQAAAAABYgAAAAAAYgAAAAAAWwAAAAABewAAAAAAewAAAAAAWwAAAAADZgAAAAACWwAAAAADewAAAAAAewAAAAAA version: 6 -1,-2: ind: -1,-2 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACZAAAAAABYAAAAAAAYAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAWQAAAAACZAAAAAACWQAAAAACeQAAAAAAeAAAAAAAAAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAHQAAAAACWQAAAAABZAAAAAAAWQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADZAAAAAACWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAACHQAAAAACWQAAAAABWQAAAAADWQAAAAAAYAAAAAAAYAAAAAAAWQAAAAADWQAAAAADYwAAAAACYwAAAAADYwAAAAADWQAAAAAAWQAAAAACHQAAAAACZAAAAAADZAAAAAABHQAAAAABZAAAAAADZAAAAAAAZAAAAAACZAAAAAADZAAAAAAAZAAAAAAAZAAAAAADYwAAAAADTAAAAAABYwAAAAAAZAAAAAAAZAAAAAACHQAAAAACWQAAAAACWQAAAAAAHQAAAAACWQAAAAAAWQAAAAABWQAAAAABWQAAAAACWQAAAAAAWQAAAAAAWQAAAAAAYwAAAAABYwAAAAACYwAAAAAAWQAAAAADWQAAAAABHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAHQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAWQAAAAADZAAAAAAAWQAAAAADeQAAAAAAHQAAAAACeQAAAAAAHQAAAAADeQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAeQAAAAAAWQAAAAABZAAAAAAAWQAAAAADeQAAAAAAQQAAAAAAFAAAAAAAIQAAAAABeQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAeQAAAAAAHQAAAAAAHQAAAAACHQAAAAADeQAAAAAAQQAAAAAAFAAAAAAAIQAAAAABeQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAeQAAAAAAZwAAAAADZAAAAAACZwAAAAABeQAAAAAAQQAAAAAAFAAAAAAAIQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAZwAAAAABZAAAAAACZwAAAAAAHQAAAAADQQAAAAAAFAAAAAAAYAAAAAAAYAAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAeQAAAAAAZwAAAAAAZAAAAAACZwAAAAACeQAAAAAAQQAAAAAAFAAAAAAAYAAAAAAAeQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAeQAAAAAAZwAAAAADZAAAAAACZwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAeQAAAAAAZwAAAAAAZAAAAAADZwAAAAADHQAAAAACeQAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAZwAAAAAAZAAAAAABZwAAAAAAeQAAAAAAeQAAAAAAagAAAAAB + tiles: ewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAADZgAAAAAAYgAAAAAAYgAAAAAAewAAAAAAAAAAAAAAewAAAAAAewAAAAAAYgAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAWwAAAAAAZgAAAAACWwAAAAABewAAAAAAegAAAAAAAAAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAewAAAAAAewAAAAAAHQAAAAABWwAAAAAAZgAAAAABWwAAAAADewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAACZgAAAAAAWwAAAAACewAAAAAAewAAAAAAewAAAAAAWwAAAAACWwAAAAABHQAAAAAAWwAAAAADWwAAAAABWwAAAAAAYgAAAAAAYgAAAAAAWwAAAAABWwAAAAADZQAAAAABZQAAAAACZQAAAAACWwAAAAAAWwAAAAABHQAAAAAAZgAAAAADZgAAAAACHQAAAAABZgAAAAABZgAAAAABZgAAAAAAZgAAAAACZgAAAAABZgAAAAADZgAAAAAAZQAAAAACTAAAAAADZQAAAAAAZgAAAAACZgAAAAAAHQAAAAABWwAAAAABWwAAAAABHQAAAAABWwAAAAABWwAAAAACWwAAAAABWwAAAAADWwAAAAABWwAAAAACWwAAAAAAZQAAAAACZQAAAAABZQAAAAAAWwAAAAABWwAAAAAAHQAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAHQAAAAAAHQAAAAADewAAAAAAewAAAAAAWwAAAAADZgAAAAADWwAAAAAAewAAAAAAHQAAAAABewAAAAAAHQAAAAADewAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAewAAAAAAWwAAAAABZgAAAAAAWwAAAAADewAAAAAAQQAAAAAAFAAAAAAAIQAAAAACewAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAewAAAAAAHQAAAAAAHQAAAAACHQAAAAACewAAAAAAQQAAAAAAFAAAAAAAIQAAAAAAewAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAewAAAAAAaQAAAAADZgAAAAADaQAAAAADewAAAAAAQQAAAAAAFAAAAAAAIQAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAACewAAAAAAewAAAAAAaQAAAAACZgAAAAAAaQAAAAABHQAAAAAAQQAAAAAAFAAAAAAAYgAAAAAAYgAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAewAAAAAAaQAAAAABZgAAAAAAaQAAAAACewAAAAAAQQAAAAAAFAAAAAAAYgAAAAAAewAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAewAAAAAAaQAAAAADZgAAAAACaQAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAewAAAAAAaQAAAAAAZgAAAAAAaQAAAAAAHQAAAAADewAAAAAAewAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAaQAAAAABZgAAAAACaQAAAAABewAAAAAAewAAAAAAbAAAAAAA version: 6 0,-2: ind: 0,-2 - tiles: AAAAAAAAeQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAYwAAAAAAWQAAAAABZAAAAAACAAAAAAAAeQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABZAAAAAADAAAAAAAAeQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAeQAAAAAAagAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAWQAAAAABZAAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADZAAAAAADWQAAAAAAWQAAAAAAWQAAAAABWQAAAAACWQAAAAABWQAAAAABWQAAAAADWQAAAAACWQAAAAABWQAAAAABHQAAAAADWQAAAAAAWQAAAAABYAAAAAAAWQAAAAABZAAAAAACZAAAAAAAZAAAAAADZAAAAAAATAAAAAAAZAAAAAAAZAAAAAACTAAAAAACZAAAAAADZAAAAAADZAAAAAACHQAAAAACZAAAAAAAZAAAAAABZAAAAAACZAAAAAADZAAAAAADWQAAAAADWQAAAAAAWQAAAAADWQAAAAAAWQAAAAACWQAAAAAAWQAAAAACWQAAAAADWQAAAAADWQAAAAABHQAAAAADWQAAAAABYAAAAAAAYAAAAAAAWQAAAAADZAAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADZAAAAAACFAAAAAAAFAAAAAAAFAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAHQAAAAABHQAAAAABHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAWQAAAAACZAAAAAADFAAAAAAAFAAAAAAAFAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAHQAAAAABHQAAAAABHQAAAAAAHQAAAAAAHQAAAAACHQAAAAACeQAAAAAAWQAAAAABZAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAHQAAAAACNgAAAAAANgAAAAAANgAAAAAANgAAAAAAHQAAAAADHQAAAAABWQAAAAACZAAAAAADFAAAAAAAFAAAAAAAFAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAABHQAAAAADHQAAAAABHQAAAAABHQAAAAADeQAAAAAAWQAAAAAAZAAAAAACFAAAAAAAFAAAAAAAFAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAACHQAAAAACHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAHQAAAAABHQAAAAACHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAZAAAAAACeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADZAAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAagAAAAADeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAAD + tiles: AAAAAAAAewAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAZQAAAAACWwAAAAACZgAAAAADAAAAAAAAewAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAZgAAAAADAAAAAAAAewAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAewAAAAAAbAAAAAADewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAWwAAAAAAZgAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAZgAAAAACWwAAAAAAWwAAAAAAWwAAAAADWwAAAAADWwAAAAACWwAAAAAAWwAAAAADWwAAAAADWwAAAAADWwAAAAABHQAAAAABWwAAAAAAWwAAAAABYgAAAAAAWwAAAAAAZgAAAAADZgAAAAABZgAAAAABZgAAAAABTAAAAAADZgAAAAABZgAAAAACTAAAAAADZgAAAAAAZgAAAAADZgAAAAAAHQAAAAADZgAAAAABZgAAAAAAZgAAAAACZgAAAAADZgAAAAABWwAAAAABWwAAAAABWwAAAAADWwAAAAAAWwAAAAADWwAAAAACWwAAAAACWwAAAAACWwAAAAACWwAAAAACHQAAAAAAWwAAAAABYgAAAAAAYgAAAAAAWwAAAAACZgAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAABZgAAAAADFAAAAAAAFAAAAAAAFAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAHQAAAAADHQAAAAADHQAAAAACHQAAAAABHQAAAAAAHQAAAAACewAAAAAAWwAAAAAAZgAAAAADFAAAAAAAFAAAAAAAFAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAHQAAAAACHQAAAAACHQAAAAAAHQAAAAACHQAAAAABHQAAAAABewAAAAAAWwAAAAABZgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAHQAAAAACNgAAAAAANgAAAAAANgAAAAAANgAAAAAAHQAAAAABHQAAAAABWwAAAAABZgAAAAABFAAAAAAAFAAAAAAAFAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAACHQAAAAADHQAAAAACHQAAAAADHQAAAAACHQAAAAAAewAAAAAAWwAAAAABZgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAADHQAAAAABHQAAAAACHQAAAAAAHQAAAAACHQAAAAADewAAAAAAHQAAAAAAHQAAAAADHQAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAACZgAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAABZgAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbAAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAWwAAAAADWwAAAAAA version: 6 1,-2: ind: 1,-2 - tiles: WQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdwAAAAACdwAAAAADdwAAAAABdwAAAAAAdwAAAAADeQAAAAAAaQAAAAAAeQAAAAAAdwAAAAABdwAAAAADdwAAAAACdwAAAAADWQAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAdwAAAAACdwAAAAADdwAAAAAAdwAAAAADdwAAAAADeQAAAAAAaAAAAAAAeQAAAAAAdwAAAAADdwAAAAADdwAAAAACdwAAAAAAWQAAAAABeQAAAAAAaAAAAAAAeQAAAAAAdwAAAAACdwAAAAACdwAAAAAAdwAAAAABdwAAAAADeQAAAAAAaQAAAAAAeQAAAAAAdwAAAAADdwAAAAACdwAAAAACdwAAAAAAWQAAAAACeQAAAAAAYAAAAAAAeQAAAAAAdwAAAAACdwAAAAADdwAAAAADdwAAAAAAdwAAAAADeQAAAAAAaQAAAAAAeQAAAAAAdwAAAAACdwAAAAAAdwAAAAADdwAAAAABWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAHQAAAAADTwAAAAAAHQAAAAAAWQAAAAAAWQAAAAABWQAAAAADWQAAAAAAWQAAAAACWQAAAAAAWQAAAAAAWQAAAAACWQAAAAAAWQAAAAADWQAAAAABHQAAAAAAWQAAAAACHQAAAAADTwAAAAAAHQAAAAACWQAAAAABWQAAAAAAWQAAAAACWQAAAAABWQAAAAAAWQAAAAABWQAAAAABWQAAAAAAWQAAAAADWQAAAAADWQAAAAABHQAAAAABYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAACWQAAAAADWQAAAAABWQAAAAABWQAAAAAAWQAAAAAAWQAAAAADWQAAAAADWQAAAAAAWQAAAAADeQAAAAAAWQAAAAABeQAAAAAAWQAAAAAAWQAAAAABWQAAAAADWQAAAAAAWQAAAAADWQAAAAADWQAAAAADWQAAAAABWQAAAAABWQAAAAADWQAAAAADWQAAAAADWQAAAAAAWQAAAAACWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAABWQAAAAABWQAAAAAAWQAAAAADWQAAAAABWQAAAAADWQAAAAACWQAAAAADWQAAAAABWQAAAAADWQAAAAACWQAAAAACWQAAAAADeQAAAAAAWQAAAAABWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAAAWQAAAAADWQAAAAAAWQAAAAADZAAAAAACZAAAAAABZAAAAAAAZAAAAAADZAAAAAACZAAAAAACZAAAAAAAZAAAAAADZAAAAAAAWQAAAAAAWQAAAAACZAAAAAABZAAAAAADZAAAAAACZAAAAAABZAAAAAABZAAAAAABZAAAAAABZAAAAAADZAAAAAAAZAAAAAADZAAAAAAAZAAAAAABZAAAAAAAZAAAAAAAZAAAAAABZAAAAAAAWQAAAAACWQAAAAABWQAAAAAAWQAAAAABWQAAAAADZAAAAAACZAAAAAACZAAAAAAAZAAAAAAAZAAAAAABZAAAAAADZAAAAAACZAAAAAAAZAAAAAADWQAAAAADWQAAAAAC + tiles: WwAAAAACewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAACewAAAAAAewAAAAAAewAAAAAAYgAAAAAAewAAAAAAewAAAAAAHQAAAAABewAAAAAAewAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAeQAAAAADeQAAAAADeQAAAAADeQAAAAADeQAAAAAAewAAAAAAawAAAAAAewAAAAAAeQAAAAABeQAAAAABeQAAAAACeQAAAAADWwAAAAAAewAAAAAAYgAAAAAAewAAAAAAeQAAAAACeQAAAAADeQAAAAAAeQAAAAADeQAAAAAAewAAAAAAagAAAAAAewAAAAAAeQAAAAACeQAAAAADeQAAAAADeQAAAAACWwAAAAACewAAAAAAagAAAAAAewAAAAAAeQAAAAACeQAAAAAAeQAAAAACeQAAAAADeQAAAAABewAAAAAAawAAAAAAewAAAAAAeQAAAAADeQAAAAAAeQAAAAACeQAAAAADWwAAAAACewAAAAAAYgAAAAAAewAAAAAAeQAAAAACeQAAAAAAeQAAAAABeQAAAAAAeQAAAAAAewAAAAAAawAAAAAAewAAAAAAeQAAAAACeQAAAAADeQAAAAADeQAAAAAAWwAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAADewAAAAAAewAAAAAAewAAAAAAWwAAAAAAHQAAAAADTwAAAAAAHQAAAAADWwAAAAABWwAAAAAAWwAAAAAAWwAAAAACWwAAAAABWwAAAAACWwAAAAADWwAAAAAAWwAAAAACWwAAAAACWwAAAAABHQAAAAAAWwAAAAACHQAAAAABTwAAAAAAHQAAAAADWwAAAAAAWwAAAAACWwAAAAABWwAAAAAAWwAAAAABWwAAAAADWwAAAAAAWwAAAAACWwAAAAAAWwAAAAADWwAAAAADHQAAAAADYgAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAACWwAAAAABWwAAAAADWwAAAAABWwAAAAABWwAAAAADWwAAAAABWwAAAAACWwAAAAACWwAAAAADWwAAAAAAewAAAAAAWwAAAAAAewAAAAAAWwAAAAACWwAAAAACWwAAAAAAWwAAAAACWwAAAAADWwAAAAADWwAAAAADWwAAAAABWwAAAAADWwAAAAACWwAAAAAAWwAAAAABWwAAAAACWwAAAAAAWwAAAAADewAAAAAAWwAAAAABWwAAAAABWwAAAAADWwAAAAACWwAAAAAAWwAAAAACWwAAAAADWwAAAAACWwAAAAACWwAAAAABWwAAAAACWwAAAAADWwAAAAADWwAAAAABWwAAAAAAewAAAAAAWwAAAAADWwAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAABHQAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAewAAAAAAewAAAAAAWwAAAAACWwAAAAADWwAAAAACWwAAAAACWwAAAAAAZgAAAAACZgAAAAADZgAAAAACZgAAAAABZgAAAAABZgAAAAADZgAAAAACZgAAAAABZgAAAAADWwAAAAAAWwAAAAADZgAAAAACZgAAAAACZgAAAAADZgAAAAADZgAAAAAAZgAAAAAAZgAAAAADZgAAAAACZgAAAAABZgAAAAABZgAAAAABZgAAAAADZgAAAAACZgAAAAAAZgAAAAAAZgAAAAADWwAAAAADWwAAAAADWwAAAAACWwAAAAABWwAAAAAAZgAAAAABZgAAAAACZgAAAAAAZgAAAAACZgAAAAADZgAAAAACZgAAAAADZgAAAAAAZgAAAAACWwAAAAADWwAAAAAB version: 6 2,0: ind: 2,0 - tiles: WQAAAAABZAAAAAADWQAAAAABHQAAAAAAWQAAAAABWQAAAAAAWQAAAAABWQAAAAADWQAAAAAAWQAAAAADYAAAAAAAYAAAAAAAYAAAAAAAWQAAAAADWQAAAAACWQAAAAABWQAAAAADZAAAAAADZAAAAAABHQAAAAACZAAAAAACZAAAAAACZAAAAAAAZAAAAAAAZAAAAAAAZAAAAAACZAAAAAADZAAAAAACZAAAAAABZAAAAAAAZAAAAAAAZAAAAAACWQAAAAAAZAAAAAADWQAAAAABHQAAAAABYAAAAAAAWQAAAAADWQAAAAACWQAAAAACWQAAAAABWQAAAAAAWQAAAAACWQAAAAADWQAAAAAAWQAAAAABWQAAAAADWQAAAAABYAAAAAAAZAAAAAACWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAABeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAWQAAAAACZAAAAAACWQAAAAACeQAAAAAAWQAAAAAAWQAAAAACWQAAAAADWQAAAAABJQAAAAADJQAAAAADJQAAAAACeQAAAAAAbAAAAAADbAAAAAADbAAAAAABbAAAAAACWQAAAAACZAAAAAADYAAAAAAAeQAAAAAAWQAAAAAAYAAAAAAAWQAAAAAAWQAAAAADJQAAAAACJQAAAAACJQAAAAABeQAAAAAAbAAAAAADbAAAAAAAbAAAAAACbAAAAAABWQAAAAADZAAAAAADWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJQAAAAABJQAAAAADJQAAAAABHQAAAAAAbAAAAAACVQAAAAAAbAAAAAAAbAAAAAABZAAAAAABZAAAAAAAWQAAAAABeQAAAAAAWQAAAAABWQAAAAABWQAAAAADWQAAAAADJQAAAAABJQAAAAABJQAAAAADeQAAAAAAbAAAAAABbAAAAAAAbAAAAAABbAAAAAADWQAAAAADWQAAAAACWQAAAAADeQAAAAAAWQAAAAADYAAAAAAAWQAAAAACWQAAAAACJQAAAAADJQAAAAAAJQAAAAACeQAAAAAAbAAAAAABbAAAAAABbAAAAAACbAAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJQAAAAACJQAAAAABJQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABeQAAAAAAWQAAAAADWQAAAAABeQAAAAAAHQAAAAADHQAAAAAAeQAAAAAAJQAAAAABJQAAAAACJQAAAAABeQAAAAAAYAAAAAAAWQAAAAADWQAAAAACWQAAAAACWQAAAAACeQAAAAAAYAAAAAAAWQAAAAAAeQAAAAAAHQAAAAADHQAAAAAAHQAAAAACJQAAAAADJQAAAAADJQAAAAADeQAAAAAAYAAAAAAAYAAAAAAAagAAAAAAYAAAAAAAWQAAAAACeQAAAAAAWQAAAAABWQAAAAADeQAAAAAAHQAAAAAAHQAAAAABeQAAAAAAJQAAAAABJQAAAAAAJQAAAAADeQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAWQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJQAAAAADJQAAAAACJQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAJAAAAAACJAAAAAABJAAAAAACJAAAAAACJAAAAAACJAAAAAABJAAAAAACJAAAAAAAJAAAAAACJAAAAAADJAAAAAACHQAAAAADHQAAAAAAHQAAAAABHQAAAAADCwAAAAAAJAAAAAADJAAAAAACJAAAAAADJAAAAAAAJAAAAAAAJAAAAAACJAAAAAADJAAAAAAAJAAAAAADJAAAAAADJAAAAAABHQAAAAAAHQAAAAABHQAAAAADHQAAAAABCwAAAAAA + tiles: WwAAAAACZgAAAAAAWwAAAAACHQAAAAAAWwAAAAADWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAABWwAAAAABYgAAAAAAYgAAAAAAYgAAAAAAWwAAAAACWwAAAAABWwAAAAADWwAAAAAAZgAAAAACZgAAAAAAHQAAAAAAZgAAAAADZgAAAAABZgAAAAAAZgAAAAAAZgAAAAADZgAAAAADZgAAAAACZgAAAAAAZgAAAAADZgAAAAABZgAAAAAAZgAAAAABWwAAAAABZgAAAAAAWwAAAAABHQAAAAACYgAAAAAAWwAAAAACWwAAAAAAWwAAAAABWwAAAAADWwAAAAABWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAABWwAAAAAAWwAAAAACYgAAAAAAZgAAAAAAWwAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAABHQAAAAADewAAAAAAewAAAAAAHQAAAAACewAAAAAAewAAAAAAWwAAAAADZgAAAAAAWwAAAAACewAAAAAAWwAAAAACWwAAAAAAWwAAAAABWwAAAAACJQAAAAAAJQAAAAACJQAAAAAAewAAAAAAbgAAAAAAbgAAAAABbgAAAAACbgAAAAACWwAAAAACZgAAAAACYgAAAAAAewAAAAAAWwAAAAACYgAAAAAAWwAAAAACWwAAAAACJQAAAAACJQAAAAACJQAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAABbgAAAAADWwAAAAAAZgAAAAACWwAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJQAAAAACJQAAAAACJQAAAAACHQAAAAABbgAAAAACVwAAAAACbgAAAAAAbgAAAAABZgAAAAADZgAAAAABWwAAAAAAewAAAAAAWwAAAAACWwAAAAADWwAAAAAAWwAAAAACJQAAAAAAJQAAAAAAJQAAAAACewAAAAAAbgAAAAAAbgAAAAABbgAAAAABbgAAAAABWwAAAAADWwAAAAACWwAAAAAAewAAAAAAWwAAAAABYgAAAAAAWwAAAAAAWwAAAAACJQAAAAAAJQAAAAADJQAAAAAAewAAAAAAbgAAAAABbgAAAAAAbgAAAAADbgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJQAAAAABJQAAAAABJQAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAWwAAAAABWwAAAAABewAAAAAAHQAAAAABHQAAAAAAewAAAAAAJQAAAAAAJQAAAAADJQAAAAADewAAAAAAYgAAAAAAWwAAAAADWwAAAAAAWwAAAAACWwAAAAAAewAAAAAAYgAAAAAAWwAAAAADewAAAAAAHQAAAAADHQAAAAADHQAAAAAAJQAAAAACJQAAAAABJQAAAAABewAAAAAAYgAAAAAAYgAAAAAAbAAAAAACYgAAAAAAWwAAAAABewAAAAAAWwAAAAABWwAAAAAAewAAAAAAHQAAAAADHQAAAAABewAAAAAAJQAAAAAAJQAAAAAAJQAAAAADewAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAWwAAAAACewAAAAAAWwAAAAACWwAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAJQAAAAAAJQAAAAADJQAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAJAAAAAACJAAAAAADJAAAAAACJAAAAAAAJAAAAAABJAAAAAADJAAAAAAAJAAAAAABJAAAAAAAJAAAAAACJAAAAAABHQAAAAABHQAAAAACHQAAAAACHQAAAAADCwAAAAAAJAAAAAABJAAAAAABJAAAAAAAJAAAAAADJAAAAAAAJAAAAAACJAAAAAABJAAAAAABJAAAAAAAJAAAAAADJAAAAAADHQAAAAAAHQAAAAABHQAAAAACHQAAAAABCwAAAAAA version: 6 2,1: ind: 2,1 - tiles: JAAAAAAAJAAAAAADJAAAAAAAJAAAAAACJAAAAAABJAAAAAACJAAAAAAAJAAAAAADJAAAAAAAJAAAAAADJAAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAHQAAAAABeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAADdgAAAAABdgAAAAACdgAAAAABdgAAAAABeQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAWQAAAAACWQAAAAAAeQAAAAAAdgAAAAABdgAAAAABdgAAAAADdgAAAAADdgAAAAADHQAAAAABYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAADWQAAAAACHQAAAAAAdgAAAAAAdgAAAAABdgAAAAABdgAAAAAAdgAAAAADHQAAAAABYAAAAAAAYAAAAAAACwAAAAAACwAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAABdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAADeQAAAAAAYAAAAAAAYAAAAAAACwAAAAAAagAAAAAAaAAAAAAAaAAAAAAAaQAAAAAAaAAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAYAAAAAAAaAAAAAAAaAAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAYAAAAAAAWQAAAAACeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAACeQAAAAAAYAAAAAAAeQAAAAAAWQAAAAACeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAaQAAAAAAeQAAAAAAeQAAAAAA + tiles: JAAAAAAAJAAAAAABJAAAAAAAJAAAAAADJAAAAAACJAAAAAADJAAAAAADJAAAAAADJAAAAAACJAAAAAAAJAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAHQAAAAACewAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAACeAAAAAAAeAAAAAACeAAAAAAAeAAAAAAAewAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAHQAAAAADewAAAAAAWwAAAAACWwAAAAABWwAAAAAAewAAAAAAeAAAAAADeAAAAAADeAAAAAAAeAAAAAABeAAAAAABHQAAAAACYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAewAAAAAAewAAAAAAWwAAAAABWwAAAAADWwAAAAADHQAAAAACeAAAAAADeAAAAAACeAAAAAADeAAAAAABeAAAAAACHQAAAAABYgAAAAAAYgAAAAAACwAAAAAACwAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAADeAAAAAAAeAAAAAADeAAAAAAAeAAAAAACewAAAAAAYgAAAAAAYgAAAAAACwAAAAAAbAAAAAACagAAAAAAagAAAAAAawAAAAAAagAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAABWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAACWwAAAAABagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAWwAAAAADWwAAAAADagAAAAAAagAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAYgAAAAAAagAAAAAAagAAAAAAHQAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAADewAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAYgAAAAAAewAAAAAAawAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAYgAAAAAAWwAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAABewAAAAAAYgAAAAAAewAAAAAAWwAAAAABewAAAAAAHQAAAAADewAAAAAAewAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAYgAAAAAAYgAAAAAAawAAAAAAewAAAAAAewAAAAAA version: 6 2,-1: ind: 2,-1 - tiles: HQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAABYAAAAAAAWQAAAAADeQAAAAAAYAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAABYAAAAAAAWQAAAAABWQAAAAABWQAAAAACeQAAAAAAWQAAAAABeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAWQAAAAACWQAAAAACWQAAAAABeQAAAAAAdgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAZAAAAAAAZAAAAAACWQAAAAAAeQAAAAAAdgAAAAAAdgAAAAADdgAAAAABeQAAAAAAeQAAAAAAdgAAAAABdgAAAAACdgAAAAADdgAAAAABeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABZAAAAAAAWQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAABdgAAAAAAHQAAAAABdgAAAAAAdgAAAAACdgAAAAAAdgAAAAABeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACZAAAAAABWQAAAAADHQAAAAABdgAAAAADdgAAAAAAdgAAAAAAdgAAAAACeQAAAAAAdgAAAAABdgAAAAADdgAAAAABdgAAAAABeQAAAAAAaAAAAAAAaAAAAAAAWQAAAAACZAAAAAAAYAAAAAAAeQAAAAAAdgAAAAADdgAAAAAAdgAAAAADdgAAAAAAeQAAAAAAdgAAAAACdgAAAAACdgAAAAAAdgAAAAABeQAAAAAAaAAAAAAAaAAAAAAAYAAAAAAAZAAAAAABYAAAAAAAeQAAAAAAdgAAAAADdgAAAAADdgAAAAACdgAAAAAAHQAAAAABdgAAAAACdgAAAAACdgAAAAACdgAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAYAAAAAAAZAAAAAADWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAA + tiles: HQAAAAABewAAAAAAewAAAAAAYgAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAADWwAAAAABYgAAAAAAWwAAAAADewAAAAAAYgAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAYgAAAAAAWwAAAAAAWwAAAAADWwAAAAAAewAAAAAAWwAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAABewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAACewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAYgAAAAAAewAAAAAAWwAAAAADWwAAAAACWwAAAAAAewAAAAAAeAAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAZgAAAAADZgAAAAAAWwAAAAABewAAAAAAeAAAAAACeAAAAAADeAAAAAADewAAAAAAewAAAAAAeAAAAAAAeAAAAAADeAAAAAACeAAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAZgAAAAABWwAAAAADewAAAAAAeAAAAAADeAAAAAACeAAAAAAAeAAAAAABHQAAAAADeAAAAAADeAAAAAADeAAAAAACeAAAAAADewAAAAAAewAAAAAAewAAAAAAWwAAAAABZgAAAAACWwAAAAABHQAAAAAAeAAAAAACeAAAAAAAeAAAAAACeAAAAAADewAAAAAAeAAAAAABeAAAAAABeAAAAAADeAAAAAACewAAAAAAagAAAAAAagAAAAAAWwAAAAACZgAAAAADYgAAAAAAewAAAAAAeAAAAAACeAAAAAADeAAAAAADeAAAAAABewAAAAAAeAAAAAABeAAAAAABeAAAAAACeAAAAAABewAAAAAAagAAAAAAagAAAAAAYgAAAAAAZgAAAAADYgAAAAAAewAAAAAAeAAAAAAAeAAAAAABeAAAAAAAeAAAAAABHQAAAAAAeAAAAAACeAAAAAABeAAAAAACeAAAAAAAewAAAAAAagAAAAAAagAAAAAAYgAAAAAAZgAAAAAAWwAAAAACewAAAAAAewAAAAAAewAAAAAAHQAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAA version: 6 -2,1: ind: -2,1 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADZAAAAAACWQAAAAACeQAAAAAAaAAAAAAAWQAAAAACWQAAAAACWQAAAAABWQAAAAABWQAAAAADeQAAAAAAWQAAAAACWQAAAAAAWQAAAAAAWQAAAAABeQAAAAAAWQAAAAADZAAAAAACWQAAAAADeQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAWQAAAAAAWQAAAAADYAAAAAAAHQAAAAACYAAAAAAAWQAAAAABWQAAAAACWQAAAAAAeQAAAAAAWQAAAAACZAAAAAADWQAAAAACeQAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAAAWQAAAAADYAAAAAAAHQAAAAACYAAAAAAAWQAAAAACWQAAAAABWQAAAAAAeQAAAAAAWQAAAAADZAAAAAAAWQAAAAACagAAAAADYAAAAAAAWQAAAAACWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAADWQAAAAABWQAAAAABHQAAAAACWQAAAAADZAAAAAAAWQAAAAADeQAAAAAAWQAAAAADWQAAAAAAWQAAAAABeQAAAAAAWQAAAAADWQAAAAACeQAAAAAAWQAAAAADWQAAAAACWQAAAAACWQAAAAADHQAAAAAAWQAAAAAAZAAAAAABWQAAAAAAeQAAAAAAWQAAAAACWQAAAAABWQAAAAAAHQAAAAAAWQAAAAABWQAAAAAAWQAAAAADWQAAAAAAWQAAAAACWQAAAAABWQAAAAACeQAAAAAAWQAAAAABZAAAAAACWQAAAAADeQAAAAAAeQAAAAAAWQAAAAACWQAAAAACeQAAAAAAWQAAAAACWQAAAAADeQAAAAAAWQAAAAABWQAAAAABWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAZAAAAAADWQAAAAAAeQAAAAAAHQAAAAAAWQAAAAACWQAAAAADeQAAAAAAZAAAAAABWQAAAAABeQAAAAAAWQAAAAAAWQAAAAABWQAAAAADWQAAAAACeQAAAAAAWQAAAAABZAAAAAAAWQAAAAABeQAAAAAAHQAAAAACWQAAAAACWQAAAAABCwAAAAAAWQAAAAADCwAAAAAAWQAAAAAACwAAAAAAWQAAAAABWQAAAAAAWQAAAAADeQAAAAAAWQAAAAABZAAAAAADWQAAAAACHQAAAAABHQAAAAADWQAAAAACWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAZAAAAAADWQAAAAACeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADZAAAAAAAWQAAAAAAeQAAAAAAHQAAAAADWQAAAAABWQAAAAACHQAAAAACeQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAZAAAAAABWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAACdgAAAAACeQAAAAAAWQAAAAABZAAAAAACWQAAAAADHQAAAAACWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAagAAAAABeQAAAAAAdgAAAAABdgAAAAAAdgAAAAAAHQAAAAABWQAAAAACZAAAAAADWQAAAAAAHQAAAAADWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAABdgAAAAADdgAAAAADeQAAAAAAWQAAAAADZAAAAAAAWQAAAAAAeQAAAAAAWQAAAAAD + tiles: ewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAADZgAAAAABWwAAAAADewAAAAAAagAAAAAAWwAAAAAAWwAAAAAAWwAAAAABWwAAAAADWwAAAAACewAAAAAAWwAAAAAAWwAAAAADWwAAAAAAWwAAAAABewAAAAAAWwAAAAABZgAAAAADWwAAAAABewAAAAAAewAAAAAAWwAAAAADWwAAAAAAWwAAAAAAWwAAAAACYgAAAAAAHQAAAAABYgAAAAAAWwAAAAABWwAAAAAAWwAAAAAAewAAAAAAWwAAAAACZgAAAAAAWwAAAAABewAAAAAAewAAAAAAWwAAAAABWwAAAAABWwAAAAAAWwAAAAADYgAAAAAAHQAAAAAAYgAAAAAAWwAAAAADWwAAAAAAWwAAAAACewAAAAAAWwAAAAABZgAAAAAAWwAAAAACbAAAAAADYgAAAAAAWwAAAAAAWwAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAHQAAAAADWwAAAAACZgAAAAABWwAAAAACewAAAAAAWwAAAAADWwAAAAACWwAAAAACewAAAAAAWwAAAAADWwAAAAABewAAAAAAWwAAAAACWwAAAAAAWwAAAAAAWwAAAAABHQAAAAABWwAAAAAAZgAAAAABWwAAAAAAewAAAAAAWwAAAAAAWwAAAAACWwAAAAADHQAAAAABWwAAAAABWwAAAAAAWwAAAAABWwAAAAABWwAAAAADWwAAAAADWwAAAAAAewAAAAAAWwAAAAABZgAAAAACWwAAAAACewAAAAAAewAAAAAAWwAAAAADWwAAAAABewAAAAAAWwAAAAAAWwAAAAABewAAAAAAWwAAAAABWwAAAAABWwAAAAADWwAAAAACewAAAAAAWwAAAAAAZgAAAAABWwAAAAADewAAAAAAHQAAAAAAWwAAAAADWwAAAAACewAAAAAAZgAAAAABWwAAAAADewAAAAAAWwAAAAACWwAAAAADWwAAAAACWwAAAAAAewAAAAAAWwAAAAAAZgAAAAADWwAAAAAAewAAAAAAHQAAAAABWwAAAAABWwAAAAACCwAAAAAAWwAAAAACCwAAAAAAWwAAAAAACwAAAAAAWwAAAAABWwAAAAABWwAAAAADewAAAAAAWwAAAAADZgAAAAAAWwAAAAAAHQAAAAACHQAAAAACWwAAAAAAWwAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAZgAAAAABWwAAAAAAewAAAAAAHQAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAADZgAAAAADWwAAAAABewAAAAAAHQAAAAACWwAAAAAAWwAAAAADHQAAAAAAewAAAAAAawAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAZgAAAAAAWwAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAABeAAAAAAAeAAAAAADewAAAAAAWwAAAAABZgAAAAACWwAAAAABHQAAAAADWwAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbAAAAAADewAAAAAAeAAAAAADeAAAAAACeAAAAAACHQAAAAACWwAAAAAAZgAAAAAAWwAAAAADHQAAAAACWwAAAAADewAAAAAAewAAAAAAewAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAADeAAAAAABeAAAAAABewAAAAAAWwAAAAADZgAAAAACWwAAAAABewAAAAAAWwAAAAAD version: 6 3,1: ind: 3,1 - tiles: YAAAAAAAYAAAAAAAYAAAAAAAWQAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAWQAAAAACYAAAAAAACwAAAAAAYAAAAAAAYAAAAAAAWQAAAAACWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAWQAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAWQAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAWQAAAAAAWQAAAAABWQAAAAABWQAAAAACWQAAAAADYAAAAAAAYAAAAAAAYAAAAAAAagAAAAADWQAAAAACWQAAAAAAWQAAAAACeQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAACwAAAAAAWQAAAAADWQAAAAABWQAAAAABWQAAAAADYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAWQAAAAACWQAAAAABWQAAAAACeQAAAAAACwAAAAAACwAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAACwAAAAAAagAAAAAAYAAAAAAACwAAAAAAagAAAAAAYAAAAAAACwAAAAAAagAAAAABYAAAAAAAYAAAAAAAagAAAAADbAAAAAAAbAAAAAABbAAAAAACbAAAAAACeQAAAAAAWQAAAAAAWQAAAAACeQAAAAAAWQAAAAAAWQAAAAADeQAAAAAAWQAAAAACWQAAAAAAeQAAAAAAWQAAAAADWQAAAAADeQAAAAAAbAAAAAADbAAAAAADbAAAAAAAeQAAAAAAWQAAAAABWQAAAAACeQAAAAAAWQAAAAADWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAACeQAAAAAAWQAAAAAAWQAAAAACeQAAAAAAbAAAAAADeQAAAAAAbAAAAAABeQAAAAAAWQAAAAACWQAAAAABeQAAAAAAWQAAAAABWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAACeQAAAAAAWQAAAAAAWQAAAAADeQAAAAAAVQAAAAAAeQAAAAAAVQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAYAAAAAAAYAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAYAAAAAAAaAAAAAAAWQAAAAACeQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAACYAAAAAAAWQAAAAADeQAAAAAAWQAAAAABWQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAWQAAAAAAYAAAAAAAHQAAAAABHQAAAAAAeQAAAAAAWQAAAAABWQAAAAACaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAYAAAAAAAeQAAAAAAagAAAAADeQAAAAAAeQAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAYAAAAAAAYAAAAAAAdgAAAAABeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAD + tiles: YgAAAAAAYgAAAAAAYgAAAAAAWwAAAAADPAAAAAAAPAAAAAAAPAAAAAAAWwAAAAADYgAAAAAACwAAAAAAYgAAAAAAYgAAAAAAWwAAAAAAWwAAAAACWwAAAAADewAAAAAAewAAAAAAYgAAAAAAYgAAAAAAWwAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAWwAAAAABYgAAAAAAYgAAAAAAewAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAWwAAAAAAWwAAAAADWwAAAAABWwAAAAADWwAAAAABYgAAAAAAYgAAAAAAYgAAAAAAbAAAAAACWwAAAAADWwAAAAACWwAAAAADewAAAAAAYgAAAAAAYgAAAAAAYgAAAAAACwAAAAAAWwAAAAAAWwAAAAACWwAAAAADWwAAAAABYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAWwAAAAAAWwAAAAADWwAAAAACewAAAAAACwAAAAAACwAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAACwAAAAAAbAAAAAACYgAAAAAACwAAAAAAbAAAAAABYgAAAAAACwAAAAAAbAAAAAAAYgAAAAAAYgAAAAAAbAAAAAADbgAAAAADbgAAAAAAbgAAAAABbgAAAAAAewAAAAAAWwAAAAADWwAAAAADewAAAAAAWwAAAAABWwAAAAACewAAAAAAWwAAAAADWwAAAAABewAAAAAAWwAAAAABWwAAAAADewAAAAAAbgAAAAACbgAAAAACbgAAAAAAewAAAAAAWwAAAAABWwAAAAABewAAAAAAWwAAAAAAWwAAAAABewAAAAAAWwAAAAACWwAAAAABewAAAAAAWwAAAAABWwAAAAADewAAAAAAbgAAAAADewAAAAAAbgAAAAABewAAAAAAWwAAAAAAWwAAAAACewAAAAAAWwAAAAACWwAAAAAAewAAAAAAWwAAAAACWwAAAAACewAAAAAAWwAAAAABWwAAAAABewAAAAAAVwAAAAADewAAAAAAVwAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAYgAAAAAAYgAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAYgAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAYgAAAAAAagAAAAAAWwAAAAABewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAABWwAAAAADWwAAAAADewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAYgAAAAAAWwAAAAAAewAAAAAAWwAAAAABWwAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAADWwAAAAADWwAAAAABewAAAAAAewAAAAAAWwAAAAADYgAAAAAAHQAAAAACHQAAAAABewAAAAAAWwAAAAADWwAAAAACawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAYgAAAAAAewAAAAAAbAAAAAABewAAAAAAewAAAAAAewAAAAAAPgAAAAAAPgAAAAAAYgAAAAAAYgAAAAAAeAAAAAABewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHQAAAAAA version: 6 3,0: ind: 3,0 - tiles: WQAAAAACWQAAAAAAWQAAAAADWQAAAAACZAAAAAABWQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAagAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAZAAAAAABZAAAAAAAZAAAAAADZAAAAAACZAAAAAABWQAAAAABYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAagAAAAAAWQAAAAADWQAAAAABWQAAAAADWQAAAAAAWQAAAAACYAAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAHQAAAAABaAAAAAAAaAAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAWQAAAAADWQAAAAACCwAAAAAAWQAAAAADWQAAAAADYAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAWQAAAAABWQAAAAAAYAAAAAAAWQAAAAACWQAAAAADYAAAAAAAYAAAAAAAWQAAAAAAWQAAAAABWQAAAAAAWQAAAAAAWQAAAAABYAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAWQAAAAADWQAAAAADWQAAAAACWQAAAAACWQAAAAABCwAAAAAACwAAAAAAWQAAAAAAWQAAAAAAWQAAAAACWQAAAAACYAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAAAWQAAAAACWQAAAAABWQAAAAABWQAAAAADWQAAAAABWQAAAAABWQAAAAACWQAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAABYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAbAAAAAACVQAAAAAAWQAAAAABWQAAAAABYAAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAACwAAAAAACwAAAAAAeQAAAAAAbAAAAAADeQAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAWQAAAAADWQAAAAAAWQAAAAABeQAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAbAAAAAACVQAAAAAAYAAAAAAAYAAAAAAAagAAAAACeQAAAAAAWQAAAAABWQAAAAACWQAAAAADeQAAAAAAagAAAAABYAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAWQAAAAABWQAAAAABWQAAAAACeQAAAAAAagAAAAAAagAAAAAAagAAAAAAYAAAAAAAbAAAAAABbAAAAAAAbAAAAAACVQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAACwAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAATAAAAAACYAAAAAAAWQAAAAAAWQAAAAACCwAAAAAAWQAAAAACWQAAAAAACwAAAAAATAAAAAADCwAAAAAAagAAAAAAWQAAAAABWQAAAAACWQAAAAAAeQAAAAAA + tiles: WwAAAAACWwAAAAABWwAAAAAAWwAAAAABZgAAAAADWwAAAAABWwAAAAABewAAAAAAewAAAAAAbAAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAZgAAAAADZgAAAAABZgAAAAABZgAAAAAAZgAAAAADWwAAAAACYgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbAAAAAADWwAAAAADWwAAAAADWwAAAAACWwAAAAAAWwAAAAABYgAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAawAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAHQAAAAADagAAAAAAagAAAAAAewAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAWwAAAAADWwAAAAADCwAAAAAAWwAAAAADWwAAAAAAYgAAAAAAewAAAAAAagAAAAAAagAAAAAAWwAAAAAAWwAAAAADYgAAAAAAWwAAAAACWwAAAAAAYgAAAAAAYgAAAAAAWwAAAAABWwAAAAABWwAAAAACWwAAAAADWwAAAAABYgAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAWwAAAAABWwAAAAADWwAAAAABWwAAAAADWwAAAAADCwAAAAAACwAAAAAAWwAAAAADWwAAAAABWwAAAAABWwAAAAAAYgAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAWwAAAAAAWwAAAAABWwAAAAADWwAAAAAAWwAAAAADWwAAAAABWwAAAAABWwAAAAADWwAAAAADWwAAAAACWwAAAAABYgAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAADYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAewAAAAAAbgAAAAABVwAAAAAAWwAAAAABWwAAAAABYgAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAYgAAAAAAYgAAAAAAYgAAAAAACwAAAAAACwAAAAAAewAAAAAAbgAAAAADewAAAAAAewAAAAAAYgAAAAAAYgAAAAAAewAAAAAAWwAAAAACWwAAAAACWwAAAAAAewAAAAAAYgAAAAAAYgAAAAAAewAAAAAAYgAAAAAAYgAAAAAAewAAAAAAbgAAAAADVwAAAAABYgAAAAAAYgAAAAAAbAAAAAAAewAAAAAAWwAAAAAAWwAAAAABWwAAAAADewAAAAAAbAAAAAACYgAAAAAAYgAAAAAAYgAAAAAAewAAAAAAewAAAAAAbgAAAAABewAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAewAAAAAAWwAAAAADWwAAAAACWwAAAAACewAAAAAAbAAAAAADbAAAAAADbAAAAAADYgAAAAAAbgAAAAACbgAAAAABbgAAAAADVwAAAAABYgAAAAAAYgAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAACwAAAAAAYgAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAATAAAAAAAYgAAAAAAWwAAAAAAWwAAAAADCwAAAAAAWwAAAAADWwAAAAABCwAAAAAATAAAAAADCwAAAAAAbAAAAAAAWwAAAAACWwAAAAAAWwAAAAABewAAAAAA version: 6 3,-1: ind: 3,-1 - tiles: eQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAWQAAAAABWQAAAAACWQAAAAAAWQAAAAADWQAAAAABWQAAAAACeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAWQAAAAABWQAAAAABWQAAAAACWQAAAAADWQAAAAABWQAAAAADWQAAAAADWQAAAAADYAAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABYAAAAAAAWQAAAAABWQAAAAADWQAAAAADWQAAAAABYAAAAAAAWQAAAAAAWQAAAAACWQAAAAABWQAAAAAAYAAAAAAAWQAAAAACaAAAAAAAeQAAAAAALwAAAAAAWQAAAAADWQAAAAACWQAAAAADWQAAAAADWQAAAAADWQAAAAABWQAAAAACWQAAAAAAWQAAAAAAWQAAAAABWQAAAAABWQAAAAACYAAAAAAAeQAAAAAAeQAAAAAALwAAAAAAWQAAAAACWQAAAAAAWQAAAAAAWQAAAAACWQAAAAADWQAAAAADWQAAAAADWQAAAAABWQAAAAACWQAAAAACWQAAAAADWQAAAAADWQAAAAADeQAAAAAAWQAAAAABWQAAAAADWQAAAAADWQAAAAAALwAAAAAALwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAALwAAAAAALwAAAAAAWQAAAAADWQAAAAADHQAAAAACYAAAAAAAWQAAAAAAWQAAAAADWQAAAAABLwAAAAAALwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAALwAAAAAALwAAAAAAWQAAAAADWQAAAAADeQAAAAAAYAAAAAAAYAAAAAAAWQAAAAADWQAAAAADLwAAAAAALwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAALwAAAAAALwAAAAAAWQAAAAACWQAAAAACeQAAAAAAYAAAAAAALwAAAAAAWQAAAAACWQAAAAADWQAAAAAAYAAAAAAAWQAAAAABWQAAAAADWQAAAAADWQAAAAABWQAAAAACWQAAAAABWQAAAAAAWQAAAAAAYAAAAAAAeQAAAAAAeQAAAAAALwAAAAAAWQAAAAABWQAAAAADWQAAAAAAWQAAAAAAWQAAAAADWQAAAAAAWQAAAAACWQAAAAACWQAAAAABWQAAAAACWQAAAAADYAAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAHQAAAAADHQAAAAABHQAAAAACeQAAAAAAaQAAAAAAaAAAAAAAaQAAAAAAeQAAAAAAdgAAAAADdgAAAAAAdgAAAAABdgAAAAADdgAAAAABaAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAZAAAAAACWQAAAAACeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAdgAAAAACdgAAAAABdgAAAAABdgAAAAACdgAAAAABaAAAAAAAeQAAAAAAWQAAAAACWQAAAAADZAAAAAAAWQAAAAABWQAAAAABeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAdgAAAAACdgAAAAADdgAAAAADdgAAAAAAdgAAAAACeQAAAAAAeQAAAAAAWQAAAAACWQAAAAAAZAAAAAAAWQAAAAADWQAAAAADHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAADdgAAAAABdgAAAAACdgAAAAACdgAAAAAC + tiles: ewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAADewAAAAAAWwAAAAABWwAAAAAAWwAAAAADWwAAAAACWwAAAAABWwAAAAABewAAAAAAewAAAAAAHQAAAAACewAAAAAAewAAAAAAagAAAAAAagAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAWwAAAAACWwAAAAADWwAAAAADWwAAAAACWwAAAAABWwAAAAADWwAAAAADWwAAAAABYgAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAYgAAAAAAWwAAAAAAWwAAAAADWwAAAAABWwAAAAADYgAAAAAAWwAAAAAAWwAAAAAAWwAAAAACWwAAAAACYgAAAAAAWwAAAAADagAAAAAAewAAAAAALwAAAAAAWwAAAAADWwAAAAACWwAAAAACWwAAAAABWwAAAAADWwAAAAADWwAAAAAAWwAAAAADWwAAAAAAWwAAAAABWwAAAAACWwAAAAAAYgAAAAAAewAAAAAAewAAAAAALwAAAAAAWwAAAAAAWwAAAAAAWwAAAAABWwAAAAAAWwAAAAABWwAAAAACWwAAAAACWwAAAAABWwAAAAABWwAAAAABWwAAAAACWwAAAAAAWwAAAAADewAAAAAAWwAAAAABWwAAAAACWwAAAAACWwAAAAADLwAAAAAALwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAALwAAAAAALwAAAAAAWwAAAAABWwAAAAAAHQAAAAACYgAAAAAAWwAAAAACWwAAAAABWwAAAAABLwAAAAAALwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAALwAAAAAALwAAAAAAWwAAAAABWwAAAAABewAAAAAAYgAAAAAAYgAAAAAAWwAAAAABWwAAAAAALwAAAAAALwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAALwAAAAAALwAAAAAAWwAAAAACWwAAAAACewAAAAAAYgAAAAAALwAAAAAAWwAAAAAAWwAAAAAAWwAAAAADYgAAAAAAWwAAAAABWwAAAAADWwAAAAADWwAAAAADWwAAAAADWwAAAAADWwAAAAACWwAAAAADYgAAAAAAewAAAAAAewAAAAAALwAAAAAAWwAAAAADWwAAAAADWwAAAAAAWwAAAAACWwAAAAADWwAAAAACWwAAAAABWwAAAAABWwAAAAADWwAAAAADWwAAAAADYgAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAHQAAAAABHQAAAAABHQAAAAABewAAAAAAawAAAAAAagAAAAAAawAAAAAAewAAAAAAeAAAAAADeAAAAAABeAAAAAABeAAAAAAAeAAAAAABagAAAAAAewAAAAAAewAAAAAAWwAAAAAAZgAAAAABWwAAAAABewAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAeAAAAAACeAAAAAACeAAAAAADeAAAAAADeAAAAAADagAAAAAAewAAAAAAWwAAAAAAWwAAAAABZgAAAAAAWwAAAAABWwAAAAACewAAAAAAagAAAAAAewAAAAAAewAAAAAAeAAAAAADeAAAAAADeAAAAAABeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAWwAAAAABWwAAAAACZgAAAAADWwAAAAADWwAAAAAAHQAAAAACewAAAAAAewAAAAAAewAAAAAAeAAAAAADeAAAAAACeAAAAAABeAAAAAAAeAAAAAAD version: 6 2,-2: ind: 2,-2 - tiles: eQAAAAAAeQAAAAAAYAAAAAAAZAAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdwAAAAADeQAAAAAAWQAAAAAAZAAAAAACWQAAAAABHQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAdwAAAAAAeQAAAAAAWQAAAAABZAAAAAABWQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAUAAAAAAANgAAAAAANgAAAAAANgAAAAAAdwAAAAACeQAAAAAAWQAAAAAAZAAAAAABWQAAAAADeQAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAUAAAAAAANgAAAAAANgAAAAAANgAAAAAAdwAAAAABeQAAAAAAWQAAAAABZAAAAAABWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATQAAAAAATQAAAAAAHQAAAAACUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAeQAAAAAAHQAAAAAAYAAAAAAAZAAAAAAAWQAAAAAAWQAAAAADWQAAAAADWQAAAAAAWQAAAAAATQAAAAAATQAAAAAAeQAAAAAAUAAAAAAAUAAAAAAAeQAAAAAAeQAAAAAATwAAAAAAHQAAAAADYAAAAAAAZAAAAAADWQAAAAAAWQAAAAACWQAAAAACWQAAAAACWQAAAAACTQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABUAAAAAAATwAAAAAAHQAAAAADWQAAAAACZAAAAAABWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATQAAAAAATQAAAAAAHQAAAAACUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAeQAAAAAAeQAAAAAAWQAAAAACZAAAAAAAYAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAUAAAAAAANgAAAAAANgAAAAAANgAAAAAAWQAAAAACeQAAAAAAWQAAAAADZAAAAAAAYAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAUAAAAAAANgAAAAAANgAAAAAANgAAAAAAWQAAAAAAeQAAAAAAWQAAAAADZAAAAAAAWQAAAAADeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAWQAAAAAAeQAAAAAAWQAAAAACZAAAAAADWQAAAAACeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAACHQAAAAABeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAADWQAAAAACWQAAAAAAZAAAAAADWQAAAAABWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZAAAAAABZAAAAAAAZAAAAAAAZAAAAAACWQAAAAADWQAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAACWQAAAAABWQAAAAACWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAWQAAAAABeQAAAAAA + tiles: ewAAAAAAewAAAAAAYgAAAAAAZgAAAAABWwAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeQAAAAACewAAAAAAWwAAAAADZgAAAAACWwAAAAAAHQAAAAABagAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAeQAAAAAAewAAAAAAWwAAAAACZgAAAAABWwAAAAABewAAAAAAagAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAUAAAAAAANgAAAAAANgAAAAAANgAAAAAAeQAAAAACewAAAAAAWwAAAAACZgAAAAACWwAAAAAAewAAAAAAYgAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAUAAAAAAANgAAAAAANgAAAAAANgAAAAAAeQAAAAADewAAAAAAWwAAAAAAZgAAAAACWwAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAATQAAAAAATQAAAAAAHQAAAAACUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAewAAAAAAHQAAAAADYgAAAAAAZgAAAAACWwAAAAABWwAAAAACWwAAAAADWwAAAAADWwAAAAACTQAAAAAATQAAAAAAewAAAAAAUAAAAAAAUAAAAAAAewAAAAAAewAAAAAATwAAAAAAHQAAAAAAYgAAAAAAZgAAAAADWwAAAAADWwAAAAACWwAAAAAAWwAAAAACWwAAAAAATQAAAAAATQAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAADUAAAAAAATwAAAAAAHQAAAAABWwAAAAAAZgAAAAACWwAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAATQAAAAAATQAAAAAAHQAAAAADUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAewAAAAAAewAAAAAAWwAAAAACZgAAAAACYgAAAAAAewAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAUAAAAAAANgAAAAAANgAAAAAANgAAAAAAWwAAAAABewAAAAAAWwAAAAADZgAAAAACYgAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAUAAAAAAANgAAAAAANgAAAAAANgAAAAAAWwAAAAACewAAAAAAWwAAAAACZgAAAAADWwAAAAADewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAWwAAAAACewAAAAAAWwAAAAADZgAAAAADWwAAAAABewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAACHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAAAWwAAAAABWwAAAAACZgAAAAAAWwAAAAAAWwAAAAABewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZgAAAAABZgAAAAAAZgAAAAACZgAAAAACWwAAAAABWwAAAAADewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAACWwAAAAAAWwAAAAADWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAYgAAAAAAWwAAAAAAewAAAAAA version: 6 -2,-3: ind: -2,-3 - tiles: HQAAAAABaQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABNgAAAAAAHQAAAAADHQAAAAACeQAAAAAAbwAAAAABHQAAAAAAHQAAAAABHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAHQAAAAADNgAAAAAAHQAAAAACHQAAAAAAeQAAAAAAbwAAAAACaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAHQAAAAAANgAAAAAAHQAAAAADHQAAAAACeQAAAAAAbwAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaAAAAAAAeQAAAAAAYAAAAAAAWQAAAAABWQAAAAAAWQAAAAACHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAHQAAAAACWQAAAAABZAAAAAACZAAAAAAAZAAAAAADHQAAAAABWQAAAAABeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAWQAAAAABZAAAAAAAYAAAAAAAYAAAAAAAHQAAAAABWQAAAAACHQAAAAABaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABZAAAAAAAWQAAAAABeQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAWQAAAAACWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAHQAAAAACHQAAAAABHQAAAAACeQAAAAAAdgAAAAADWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAYAAAAAAAZAAAAAACYAAAAAAAeQAAAAAAdgAAAAACWQAAAAAAYAAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAZAAAAAAAWQAAAAABeQAAAAAAdgAAAAABHQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAXgAAAAACXgAAAAAAXgAAAAACXgAAAAAAeQAAAAAAYAAAAAAAZAAAAAACWQAAAAACeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAXgAAAAADXgAAAAAAXgAAAAACXgAAAAACeQAAAAAAWQAAAAABZAAAAAACWQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAABHQAAAAAAaQAAAAAAWQAAAAABHQAAAAAAXgAAAAAAXgAAAAACXgAAAAADXgAAAAADWQAAAAADWQAAAAABZAAAAAABWQAAAAACeQAAAAAAaAAAAAAAYAAAAAAAWQAAAAAAHQAAAAABWQAAAAAAaQAAAAAAHQAAAAAAXgAAAAACXgAAAAADXgAAAAAAXgAAAAABeQAAAAAAWQAAAAADZAAAAAACWQAAAAACeQAAAAAAagAAAAADWQAAAAABWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAXgAAAAADXgAAAAAAXgAAAAACXgAAAAADHQAAAAADWQAAAAACZAAAAAABWQAAAAABeQAAAAAAeQAAAAAA + tiles: HQAAAAADawAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAANgAAAAAAHQAAAAADHQAAAAABewAAAAAAcQAAAAACHQAAAAABHQAAAAACHQAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAewAAAAAAHQAAAAABNgAAAAAAHQAAAAACHQAAAAADewAAAAAAcQAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAewAAAAAAHQAAAAABNgAAAAAAHQAAAAABHQAAAAACewAAAAAAcQAAAAACYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAADewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAagAAAAAAewAAAAAAYgAAAAAAWwAAAAAAWwAAAAAAWwAAAAADHQAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAawAAAAAAHQAAAAABWwAAAAAAZgAAAAACZgAAAAAAZgAAAAADHQAAAAABWwAAAAACewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAWwAAAAABZgAAAAADYgAAAAAAYgAAAAAAHQAAAAAAWwAAAAAAHQAAAAACagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAACZgAAAAADWwAAAAABewAAAAAAewAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAYgAAAAAAewAAAAAAHQAAAAABHQAAAAABHQAAAAADewAAAAAAeAAAAAADWwAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAYgAAAAAAewAAAAAAYgAAAAAAZgAAAAADYgAAAAAAewAAAAAAeAAAAAADWwAAAAACYgAAAAAAewAAAAAAYgAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAZgAAAAAAWwAAAAACewAAAAAAeAAAAAACHQAAAAADewAAAAAAewAAAAAAYgAAAAAAYgAAAAAAewAAAAAAYAAAAAABYAAAAAACYAAAAAAAYAAAAAADewAAAAAAYgAAAAAAZgAAAAADWwAAAAACewAAAAAAewAAAAAAWwAAAAACWwAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAYAAAAAACYAAAAAACYAAAAAADYAAAAAAAewAAAAAAWwAAAAAAZgAAAAADWwAAAAACewAAAAAAewAAAAAAWwAAAAABWwAAAAACHQAAAAAAawAAAAAAWwAAAAAAHQAAAAABYAAAAAABYAAAAAACYAAAAAACYAAAAAADWwAAAAABWwAAAAAAZgAAAAADWwAAAAAAewAAAAAAagAAAAAAYgAAAAAAWwAAAAAAHQAAAAAAWwAAAAADawAAAAAAHQAAAAADYAAAAAABYAAAAAABYAAAAAABYAAAAAADewAAAAAAWwAAAAADZgAAAAACWwAAAAACewAAAAAAbAAAAAACWwAAAAABWwAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAYAAAAAABYAAAAAADYAAAAAACYAAAAAADHQAAAAABWwAAAAADZgAAAAADWwAAAAAAewAAAAAAewAAAAAA version: 6 -1,-3: ind: -1,-3 - tiles: bwAAAAADbwAAAAABbwAAAAABbwAAAAACbwAAAAACeQAAAAAAbAAAAAADbAAAAAABbAAAAAAAbAAAAAADbAAAAAACbAAAAAACbAAAAAADbAAAAAABbAAAAAAAbAAAAAAAbwAAAAAAbwAAAAAAbwAAAAADbwAAAAABbwAAAAAAWQAAAAAAbAAAAAACbAAAAAABbAAAAAACbAAAAAACbAAAAAABbAAAAAAAbAAAAAACbAAAAAACbAAAAAABbAAAAAAAbwAAAAABbwAAAAADbwAAAAACbwAAAAABbwAAAAADeQAAAAAAbAAAAAACbAAAAAAAbAAAAAADbAAAAAADbAAAAAACbAAAAAAAbAAAAAADbAAAAAACbAAAAAACbAAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAABWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAAAYAAAAAAAWQAAAAAAYAAAAAAAWQAAAAACWQAAAAABWQAAAAACYAAAAAAAYAAAAAAAYAAAAAAAXgAAAAADXgAAAAABXgAAAAADXgAAAAABXgAAAAADYAAAAAAAYAAAAAAAZAAAAAAAZAAAAAAATAAAAAACZAAAAAAAZAAAAAABZAAAAAADTAAAAAAAZAAAAAACZAAAAAABXgAAAAADXgAAAAACXgAAAAABXgAAAAABXgAAAAAAZAAAAAABZAAAAAAAYAAAAAAAYAAAAAAAWQAAAAAAWQAAAAADWQAAAAACWQAAAAADWQAAAAABWQAAAAABWQAAAAAAXgAAAAACXgAAAAACXgAAAAADXgAAAAABXgAAAAAAWQAAAAACWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAXgAAAAAAXgAAAAABXgAAAAABXgAAAAADXgAAAAAAeQAAAAAAeQAAAAAAdgAAAAABdgAAAAABeQAAAAAAdgAAAAADdgAAAAABdgAAAAAAdgAAAAACdgAAAAADeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAADHQAAAAADeQAAAAAAeQAAAAAAAAAAAAAAdgAAAAAAdgAAAAACHQAAAAABdgAAAAAAdgAAAAADdgAAAAABdgAAAAAAdgAAAAACdgAAAAABeQAAAAAAWQAAAAACZAAAAAADWQAAAAACeQAAAAAAAAAAAAAAAAAAAAAAdgAAAAABdgAAAAADeQAAAAAAdgAAAAABdgAAAAABdgAAAAAAdgAAAAAAdgAAAAABdgAAAAABeQAAAAAAWQAAAAAAZAAAAAABWQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAABdgAAAAABdgAAAAADdgAAAAAAdgAAAAABdgAAAAABeQAAAAAAWQAAAAACZAAAAAADWQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAdgAAAAABdgAAAAAAdgAAAAAAdgAAAAADdgAAAAAAeQAAAAAAeQAAAAAAWQAAAAADZAAAAAACYAAAAAAAYAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAagAAAAACeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAWQAAAAACZAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAYAAAAAAAagAAAAACYAAAAAAAYAAAAAAAeQAAAAAAYAAAAAAAWQAAAAADZAAAAAABYAAAAAAAYAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAYAAAAAAAWQAAAAAAZAAAAAABYAAAAAAAYAAAAAAAeQAAAAAAAAAAAAAA + tiles: cQAAAAACcQAAAAADcQAAAAACcQAAAAABcQAAAAADewAAAAAAbgAAAAADbgAAAAACbgAAAAADbgAAAAABbgAAAAACbgAAAAAAbgAAAAACbgAAAAAAbgAAAAADbgAAAAACcQAAAAAAcQAAAAADcQAAAAADcQAAAAADcQAAAAACWwAAAAAAbgAAAAADbgAAAAABbgAAAAAAbgAAAAADbgAAAAAAbgAAAAACbgAAAAABbgAAAAAAbgAAAAADbgAAAAADcQAAAAACcQAAAAADcQAAAAACcQAAAAAAcQAAAAACewAAAAAAbgAAAAABbgAAAAADbgAAAAACbgAAAAABbgAAAAAAbgAAAAADbgAAAAABbgAAAAACbgAAAAAAbgAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAADWwAAAAADWwAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAABWwAAAAADYgAAAAAAWwAAAAABYgAAAAAAWwAAAAACWwAAAAABWwAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYAAAAAADYAAAAAADYAAAAAACYAAAAAACYAAAAAADYgAAAAAAYgAAAAAAZgAAAAAAZgAAAAAATAAAAAACZgAAAAACZgAAAAABZgAAAAAATAAAAAADZgAAAAADZgAAAAACYAAAAAACYAAAAAACYAAAAAADYAAAAAADYAAAAAADZgAAAAABZgAAAAACYgAAAAAAYgAAAAAAWwAAAAADWwAAAAADWwAAAAADWwAAAAABWwAAAAAAWwAAAAABWwAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAADYAAAAAADWwAAAAACWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAABewAAAAAAYAAAAAADYAAAAAABYAAAAAAAYAAAAAACYAAAAAACewAAAAAAewAAAAAAeAAAAAABeAAAAAABewAAAAAAeAAAAAADeAAAAAACeAAAAAACeAAAAAADeAAAAAACewAAAAAAewAAAAAAHQAAAAABHQAAAAAAHQAAAAADewAAAAAAewAAAAAAAAAAAAAAeAAAAAAAeAAAAAACHQAAAAADeAAAAAABeAAAAAACeAAAAAACeAAAAAACeAAAAAADeAAAAAAAewAAAAAAWwAAAAABZgAAAAACWwAAAAADewAAAAAAAAAAAAAAAAAAAAAAeAAAAAACeAAAAAADewAAAAAAeAAAAAADeAAAAAAAeAAAAAAAeAAAAAABeAAAAAABeAAAAAABewAAAAAAWwAAAAABZgAAAAAAWwAAAAADewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAABeAAAAAACeAAAAAADeAAAAAACeAAAAAACeAAAAAADewAAAAAAWwAAAAAAZgAAAAABWwAAAAACewAAAAAAegAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAeAAAAAAAeAAAAAADeAAAAAACeAAAAAACeAAAAAADewAAAAAAewAAAAAAWwAAAAACZgAAAAADYgAAAAAAYgAAAAAAewAAAAAAAAAAAAAAewAAAAAAbAAAAAABewAAAAAAewAAAAAAHQAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAWwAAAAADZgAAAAACYgAAAAAAYgAAAAAAewAAAAAAAAAAAAAAewAAAAAAewAAAAAAYgAAAAAAewAAAAAAYgAAAAAAbAAAAAACYgAAAAAAYgAAAAAAewAAAAAAYgAAAAAAWwAAAAABZgAAAAABYgAAAAAAYgAAAAAAewAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAewAAAAAAYgAAAAAAWwAAAAADZgAAAAABYgAAAAAAYgAAAAAAewAAAAAAAAAAAAAA version: 6 0,-3: ind: 0,-3 - tiles: bAAAAAADeQAAAAAAbAAAAAACbAAAAAACbAAAAAAAbAAAAAADbAAAAAABbAAAAAABHQAAAAAALAAAAAAALAAAAAAALAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAbAAAAAACbAAAAAABbAAAAAAAcAAAAAACbAAAAAABbAAAAAADbAAAAAACbAAAAAACeQAAAAAALAAAAAAALAAAAAAALAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAbAAAAAABeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAABbAAAAAADbAAAAAABbAAAAAAAeQAAAAAALAAAAAAALAAAAAAALAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABYAAAAAAAWQAAAAADWQAAAAAAYAAAAAAAWQAAAAAAWQAAAAABWQAAAAABHQAAAAAAWQAAAAAAWQAAAAAAWQAAAAABWQAAAAABWQAAAAADWQAAAAABWQAAAAAAWQAAAAADTAAAAAAAZAAAAAADZAAAAAABZAAAAAACTAAAAAAAZAAAAAADZAAAAAABHQAAAAADZAAAAAACZAAAAAABZAAAAAACZAAAAAABZAAAAAACZAAAAAACZAAAAAADZAAAAAAAWQAAAAADWQAAAAABWQAAAAABWQAAAAABWQAAAAABWQAAAAACWQAAAAABHQAAAAACWQAAAAAAWQAAAAACWQAAAAAAWQAAAAAAWQAAAAACWQAAAAACWQAAAAABZAAAAAACeQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAWQAAAAABZAAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAdgAAAAACdwAAAAACdgAAAAADeQAAAAAAWQAAAAABZAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAdgAAAAADdwAAAAACdgAAAAADeQAAAAAAHQAAAAAAHQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAADdwAAAAACdgAAAAAAeQAAAAAAWQAAAAABZAAAAAABAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAagAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAdgAAAAAAdwAAAAACdgAAAAADeQAAAAAAWQAAAAABZAAAAAACAAAAAAAAeQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAZAAAAAACAAAAAAAAeQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAYwAAAAAAWQAAAAAATAAAAAAAAAAAAAAAeQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAYwAAAAABWQAAAAADZAAAAAADAAAAAAAAeQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAYwAAAAABWQAAAAABZAAAAAAA + tiles: bgAAAAACewAAAAAAbgAAAAACbgAAAAABbgAAAAAAbgAAAAAAbgAAAAABbgAAAAAAHQAAAAADLAAAAAAALAAAAAAALAAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAbgAAAAABbgAAAAABbgAAAAADcgAAAAAAbgAAAAABbgAAAAABbgAAAAACbgAAAAADewAAAAAALAAAAAAALAAAAAAALAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAbgAAAAADewAAAAAAbgAAAAABbgAAAAADbgAAAAABbgAAAAABbgAAAAACbgAAAAABewAAAAAALAAAAAAALAAAAAAALAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAWwAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAACYgAAAAAAWwAAAAAAWwAAAAACYgAAAAAAWwAAAAACWwAAAAABWwAAAAAAHQAAAAACWwAAAAAAWwAAAAACWwAAAAACWwAAAAAAWwAAAAABWwAAAAADWwAAAAAAWwAAAAABTAAAAAADZgAAAAABZgAAAAADZgAAAAACTAAAAAACZgAAAAACZgAAAAABHQAAAAABZgAAAAACZgAAAAADZgAAAAAAZgAAAAADZgAAAAABZgAAAAACZgAAAAADZgAAAAABWwAAAAACWwAAAAABWwAAAAACWwAAAAACWwAAAAAAWwAAAAAAWwAAAAABHQAAAAAAWwAAAAABWwAAAAACWwAAAAAAWwAAAAAAWwAAAAABWwAAAAADWwAAAAADZgAAAAADewAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAHQAAAAACewAAAAAAewAAAAAAWwAAAAABZgAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAewAAAAAAawAAAAAAewAAAAAAeAAAAAACeQAAAAABeAAAAAABewAAAAAAWwAAAAACZgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAeAAAAAAAeQAAAAACeAAAAAACewAAAAAAHQAAAAABHQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAADeQAAAAADeAAAAAABewAAAAAAWwAAAAABZgAAAAABAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbAAAAAADewAAAAAAewAAAAAAagAAAAAAeAAAAAAAeQAAAAABeAAAAAAAewAAAAAAWwAAAAAAZgAAAAADAAAAAAAAewAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAADZgAAAAADAAAAAAAAewAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAZQAAAAADWwAAAAACTAAAAAACAAAAAAAAewAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAZQAAAAAAWwAAAAACZgAAAAAAAAAAAAAAewAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAZQAAAAABWwAAAAAAZgAAAAAB version: 6 1,-3: ind: 1,-3 - tiles: eQAAAAAAYAAAAAAAeQAAAAAAHQAAAAABHQAAAAACHQAAAAAAHQAAAAABeQAAAAAAWQAAAAACWQAAAAAAWQAAAAACeQAAAAAAdwAAAAACdwAAAAABdgAAAAADdgAAAAADeQAAAAAAYAAAAAAAeQAAAAAAIQAAAAABIQAAAAAAIQAAAAADIQAAAAACeQAAAAAAYAAAAAAAWQAAAAAAWQAAAAACeQAAAAAAHQAAAAABdgAAAAACdgAAAAADHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAADHQAAAAABHQAAAAADeQAAAAAAYAAAAAAAYAAAAAAAWQAAAAABeQAAAAAAIQAAAAACIQAAAAADIQAAAAACIQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAHQAAAAACHQAAAAAAHQAAAAADHQAAAAABeQAAAAAAHQAAAAAAHQAAAAADHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABWQAAAAAAWQAAAAADWQAAAAACWQAAAAADWQAAAAABWQAAAAADWQAAAAADWQAAAAABWQAAAAACWQAAAAAAWQAAAAADWQAAAAABWQAAAAADWQAAAAADWQAAAAACWQAAAAADZAAAAAABZAAAAAADZAAAAAAAZAAAAAADZAAAAAABZAAAAAABZAAAAAABZAAAAAADZAAAAAABZAAAAAABZAAAAAABZAAAAAADZAAAAAABZAAAAAACZAAAAAAAZAAAAAACWQAAAAACWQAAAAAAWQAAAAABWQAAAAADWQAAAAABWQAAAAADWQAAAAADWQAAAAACWQAAAAAAWQAAAAADWQAAAAABWQAAAAABWQAAAAADWQAAAAACWQAAAAADWQAAAAAAWQAAAAAAWQAAAAABWQAAAAABWQAAAAADWQAAAAABWQAAAAABWQAAAAACeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAALwAAAAAAWQAAAAABWQAAAAACWQAAAAAAWQAAAAABWQAAAAADeQAAAAAAdgAAAAACdgAAAAABdgAAAAAAdgAAAAAAdgAAAAACdgAAAAAAdgAAAAAAdgAAAAACeQAAAAAALwAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAABdgAAAAADdgAAAAABdgAAAAABdgAAAAACdgAAAAADeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAdgAAAAADdgAAAAACdgAAAAACdgAAAAADdgAAAAAAdgAAAAADdgAAAAAAdgAAAAACdgAAAAACeQAAAAAAAAAAAAAAWQAAAAACeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAdgAAAAADdgAAAAADdgAAAAAAdgAAAAACdgAAAAABdgAAAAACdgAAAAADdgAAAAABdgAAAAABeQAAAAAAAAAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAdgAAAAABdgAAAAAAdgAAAAAAdgAAAAABdgAAAAACdgAAAAAAdgAAAAACdgAAAAACdgAAAAABeQAAAAAAAAAAAAAAWQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAADdgAAAAABdgAAAAADdgAAAAABdgAAAAADdgAAAAABdgAAAAABeQAAAAAAAAAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACdgAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAYAAAAAAAaAAAAAAAaQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAA + tiles: ewAAAAAAYgAAAAAAewAAAAAAHQAAAAACHQAAAAABHQAAAAACHQAAAAAAewAAAAAAWwAAAAADWwAAAAACWwAAAAADewAAAAAAeQAAAAAAeQAAAAAAeAAAAAACeAAAAAACewAAAAAAYgAAAAAAewAAAAAAIQAAAAACIQAAAAABIQAAAAACIQAAAAACewAAAAAAYgAAAAAAWwAAAAAAWwAAAAADewAAAAAAHQAAAAADeAAAAAABeAAAAAADHQAAAAACewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAADHQAAAAACewAAAAAAYgAAAAAAYgAAAAAAWwAAAAADewAAAAAAIQAAAAAAIQAAAAABIQAAAAABIQAAAAAAewAAAAAAHQAAAAAAewAAAAAAHQAAAAACHQAAAAADHQAAAAAAHQAAAAAAewAAAAAAHQAAAAADHQAAAAADHQAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAABWwAAAAACWwAAAAAAWwAAAAACWwAAAAAAWwAAAAABWwAAAAABWwAAAAABWwAAAAACWwAAAAAAWwAAAAAAWwAAAAABWwAAAAAAWwAAAAACWwAAAAABWwAAAAACWwAAAAADZgAAAAAAZgAAAAABZgAAAAACZgAAAAABZgAAAAACZgAAAAAAZgAAAAABZgAAAAAAZgAAAAADZgAAAAADZgAAAAABZgAAAAADZgAAAAACZgAAAAADZgAAAAABZgAAAAACWwAAAAADWwAAAAACWwAAAAABWwAAAAAAWwAAAAABWwAAAAACWwAAAAACWwAAAAADWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAACWwAAAAAAWwAAAAABWwAAAAADWwAAAAAAWwAAAAACWwAAAAACWwAAAAACWwAAAAADWwAAAAADWwAAAAACewAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAWwAAAAACewAAAAAAewAAAAAALwAAAAAAWwAAAAACWwAAAAABWwAAAAACWwAAAAACWwAAAAACewAAAAAAeAAAAAAAeAAAAAADeAAAAAADeAAAAAABeAAAAAADeAAAAAACeAAAAAACeAAAAAABewAAAAAALwAAAAAAHQAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAADeAAAAAABeAAAAAADeAAAAAADeAAAAAADeAAAAAADeAAAAAACewAAAAAAewAAAAAAWwAAAAADewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAeAAAAAABeAAAAAADeAAAAAABeAAAAAACeAAAAAAAeAAAAAADeAAAAAACeAAAAAACeAAAAAAAewAAAAAAAAAAAAAAWwAAAAADewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAACeAAAAAABeAAAAAABeAAAAAAAeAAAAAADeAAAAAACeAAAAAABewAAAAAAAAAAAAAAWwAAAAABewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAeAAAAAADeAAAAAACeAAAAAACeAAAAAAAeAAAAAADeAAAAAABeAAAAAACeAAAAAACeAAAAAABewAAAAAAAAAAAAAAWwAAAAADewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAeAAAAAAAeAAAAAACeAAAAAADeAAAAAABeAAAAAABeAAAAAABeAAAAAABeAAAAAAAeAAAAAADewAAAAAAAAAAAAAAWwAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAADeAAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAYgAAAAAAagAAAAAAawAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAagAAAAAA version: 6 2,-3: ind: 2,-3 - tiles: dgAAAAADdwAAAAADdwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAACWQAAAAADWQAAAAACWQAAAAAAWQAAAAAAeQAAAAAAdgAAAAAAHQAAAAAAdgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAWQAAAAABWQAAAAABWQAAAAACWQAAAAAAWQAAAAACWQAAAAAAHQAAAAAAIQAAAAACIQAAAAACIQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAWQAAAAABWQAAAAAAWQAAAAAAWQAAAAACWQAAAAABWQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAACWQAAAAADWQAAAAABWQAAAAACWQAAAAABWQAAAAABWQAAAAADHQAAAAABZgAAAAACZgAAAAAAZgAAAAABZgAAAAACZgAAAAACZgAAAAACHQAAAAABZAAAAAADZAAAAAADZAAAAAACZAAAAAAAZAAAAAADZAAAAAAAZAAAAAAAZAAAAAAAHQAAAAADZgAAAAADZgAAAAACZgAAAAAAZgAAAAADZgAAAAAAZgAAAAADHQAAAAABWQAAAAABWQAAAAABWQAAAAACZAAAAAAAWQAAAAAAWQAAAAABWQAAAAAAWQAAAAACHQAAAAABZgAAAAADZgAAAAADZgAAAAADZgAAAAABZgAAAAADZgAAAAABHQAAAAABLwAAAAAAWQAAAAABWQAAAAADZAAAAAADWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAACHQAAAAADHQAAAAACHQAAAAAAeQAAAAAALwAAAAAAWQAAAAACWQAAAAAAZAAAAAADWQAAAAABeQAAAAAAWQAAAAACWQAAAAADWQAAAAACWQAAAAADWQAAAAAAWQAAAAADWQAAAAACWQAAAAACWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAABHQAAAAAAeQAAAAAAWQAAAAACaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAWQAAAAACeQAAAAAAAAAAAAAAeQAAAAAAWQAAAAADZAAAAAAAWQAAAAABeQAAAAAAWQAAAAABaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAWQAAAAADHQAAAAAAAAAAAAAAeQAAAAAAWQAAAAACZAAAAAACWQAAAAACeQAAAAAAWQAAAAADaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAWQAAAAABeQAAAAAAAAAAAAAAeQAAAAAAWQAAAAACZAAAAAACWQAAAAACeQAAAAAAWQAAAAABWQAAAAACWQAAAAAAWQAAAAABWQAAAAADWQAAAAAAWQAAAAADWQAAAAABWQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAWQAAAAADZAAAAAADWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACZAAAAAACWQAAAAACaQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAYAAAAAAAYAAAAAAAZAAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAagAAAAADagAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + tiles: eAAAAAADeQAAAAABeQAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAABWwAAAAABWwAAAAADWwAAAAAAewAAAAAAeAAAAAADHQAAAAAAeAAAAAABewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAWwAAAAABWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAABWwAAAAABHQAAAAAAIQAAAAADIQAAAAAAIQAAAAADewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAWwAAAAADWwAAAAAAWwAAAAACWwAAAAADWwAAAAADWwAAAAADHQAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAADWwAAAAACWwAAAAAAWwAAAAADWwAAAAABWwAAAAADWwAAAAAAWwAAAAAAHQAAAAAAaAAAAAAAaAAAAAABaAAAAAAAaAAAAAACaAAAAAACaAAAAAAAHQAAAAABZgAAAAADZgAAAAABZgAAAAAAZgAAAAADZgAAAAABZgAAAAADZgAAAAADZgAAAAACHQAAAAABaAAAAAADaAAAAAACaAAAAAACaAAAAAABaAAAAAABaAAAAAAAHQAAAAABWwAAAAAAWwAAAAABWwAAAAAAZgAAAAABWwAAAAACWwAAAAABWwAAAAABWwAAAAAAHQAAAAADaAAAAAABaAAAAAAAaAAAAAAAaAAAAAACaAAAAAAAaAAAAAAAHQAAAAACLwAAAAAAWwAAAAAAWwAAAAACZgAAAAAAWwAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAABHQAAAAADHQAAAAACHQAAAAACHQAAAAAAewAAAAAALwAAAAAAWwAAAAAAWwAAAAACZgAAAAAAWwAAAAAAewAAAAAAWwAAAAADWwAAAAAAWwAAAAACWwAAAAADWwAAAAABWwAAAAABWwAAAAABWwAAAAAAWwAAAAACewAAAAAAewAAAAAAewAAAAAAHQAAAAABHQAAAAAAHQAAAAACewAAAAAAWwAAAAACagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAWwAAAAADewAAAAAAAAAAAAAAewAAAAAAWwAAAAABZgAAAAADWwAAAAACewAAAAAAWwAAAAADagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAWwAAAAAAHQAAAAABAAAAAAAAewAAAAAAWwAAAAADZgAAAAADWwAAAAAAewAAAAAAWwAAAAABagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAWwAAAAACewAAAAAAAAAAAAAAewAAAAAAWwAAAAABZgAAAAACWwAAAAAAewAAAAAAWwAAAAAAWwAAAAACWwAAAAACWwAAAAAAWwAAAAAAWwAAAAABWwAAAAACWwAAAAADWwAAAAAAewAAAAAAAAAAAAAAewAAAAAAWwAAAAACZgAAAAADWwAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAZgAAAAAAWwAAAAACawAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAYgAAAAAAYgAAAAAAZgAAAAABWwAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAbAAAAAAAbAAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAA version: 6 2,2: ind: 2,2 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAHQAAAAABYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAYAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAagAAAAADeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAWQAAAAAAYAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAYAAAAAAAaAAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAABYAAAAAAAdgAAAAACdgAAAAAADgAAAAABeQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAACdgAAAAACDgAAAAACWQAAAAAADgAAAAABdgAAAAABDgAAAAACdgAAAAADWQAAAAAAdgAAAAADeQAAAAAAdgAAAAABeQAAAAAAWQAAAAACWQAAAAADeQAAAAAAdgAAAAAADgAAAAABWQAAAAACDgAAAAADWQAAAAAAeQAAAAAAeQAAAAAAdgAAAAACdgAAAAABeQAAAAAAdgAAAAADWQAAAAAAWQAAAAAAWQAAAAABWQAAAAADeQAAAAAAWQAAAAACeQAAAAAAeQAAAAAADgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABeQAAAAAADgAAAAADdgAAAAABWQAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAAAWQAAAAAADgAAAAADDgAAAAAADgAAAAACDgAAAAADeQAAAAAADgAAAAAAdgAAAAABYAAAAAAAWQAAAAACWQAAAAABeQAAAAAAWQAAAAAAWQAAAAADeQAAAAAA + tiles: ewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAawAAAAAAWwAAAAACewAAAAAAewAAAAAAHQAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAYgAAAAAAYgAAAAAAewAAAAAAewAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAADewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAYgAAAAAAewAAAAAAYgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAbAAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAWwAAAAADYgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAYgAAAAAAagAAAAAAawAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAADYgAAAAAAeAAAAAADeAAAAAABDgAAAAAAewAAAAAAewAAAAAAWwAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAADeAAAAAADDgAAAAADWwAAAAADDgAAAAABeAAAAAAADgAAAAADeAAAAAADWwAAAAACeAAAAAABewAAAAAAeAAAAAABewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAeAAAAAADDgAAAAACWwAAAAADDgAAAAADWwAAAAADewAAAAAAewAAAAAAeAAAAAABeAAAAAADewAAAAAAeAAAAAAAWwAAAAADWwAAAAABWwAAAAADWwAAAAADewAAAAAAWwAAAAADewAAAAAAewAAAAAADgAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAADgAAAAADeAAAAAADWwAAAAABewAAAAAAWwAAAAABWwAAAAABWwAAAAABWwAAAAADDgAAAAADDgAAAAACDgAAAAABDgAAAAAAewAAAAAADgAAAAADeAAAAAAAYgAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAACWwAAAAABewAAAAAA version: 6 1,2: ind: 1,2 - tiles: aQAAAAAAYAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAYAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAYAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAWQAAAAABWQAAAAADWQAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAAAYAAAAAAAaQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAaQAAAAAAWQAAAAADYAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAWQAAAAABWQAAAAACYAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAHQAAAAACeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAADeQAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAACeQAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAABwAAAAAECQAAAAAABwAAAAAABwAAAAAKBwAAAAAAeQAAAAAAHQAAAAACHQAAAAAAHQAAAAABHQAAAAACHQAAAAACeQAAAAAAWQAAAAAAWQAAAAADWQAAAAADeQAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAADBwAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAHQAAAAAAWQAAAAADWQAAAAADYAAAAAAAHQAAAAACBwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAADHQAAAAABHQAAAAADeQAAAAAAWQAAAAAAYAAAAAAAWQAAAAAAeQAAAAAABwAAAAAABwAAAAAACQAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAWQAAAAADWQAAAAAAeQAAAAAA + tiles: awAAAAAAYgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAawAAAAAAYgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAYgAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWwAAAAABWwAAAAABWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAAAYgAAAAAAawAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAAAWwAAAAABYgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAWwAAAAADWwAAAAADYgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAHQAAAAACewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHQAAAAABewAAAAAAAAAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHQAAAAABewAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAHQAAAAADewAAAAAAewAAAAAABwAAAAAACQAAAAAABwAAAAAABwAAAAAABwAAAAAAewAAAAAAHQAAAAABHQAAAAABHQAAAAABHQAAAAADHQAAAAADewAAAAAAWwAAAAABWwAAAAABWwAAAAABewAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAewAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAHQAAAAABWwAAAAADWwAAAAACYgAAAAAAHQAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAewAAAAAAHQAAAAABHQAAAAACHQAAAAABHQAAAAABHQAAAAAAewAAAAAAWwAAAAAAYgAAAAAAWwAAAAAAewAAAAAABwAAAAAABwAAAAAACQAAAAAABwAAAAADBwAAAAAKBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAABWwAAAAACWwAAAAADewAAAAAA version: 6 0,-4: ind: 0,-4 - tiles: bAAAAAACeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAACeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAACeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAbAAAAAACbAAAAAADbAAAAAADeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAeQAAAAAAbAAAAAABbAAAAAABbAAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAACbAAAAAADbAAAAAACbAAAAAAAbAAAAAAAbAAAAAACbAAAAAABWQAAAAABbAAAAAABbAAAAAADbAAAAAADeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAACLAAAAAAALAAAAAAAbAAAAAAALAAAAAAALAAAAAAALAAAAAAAeQAAAAAAbAAAAAAAbAAAAAACbAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAACbAAAAAABbAAAAAADeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAbAAAAAADeQAAAAAAHQAAAAACHQAAAAADHQAAAAACbAAAAAAAbAAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAbAAAAAACeQAAAAAAHQAAAAACHQAAAAACHQAAAAADbAAAAAACbAAAAAACeQAAAAAAHQAAAAADaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAADeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAagAAAAADeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAADbAAAAAABbAAAAAABbAAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAACbAAAAAACbAAAAAACbAAAAAABbAAAAAADbAAAAAAAbAAAAAADWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAABbAAAAAAAbAAAAAABbAAAAAADbAAAAAAAbAAAAAADbAAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAbAAAAAADbAAAAAABbAAAAAADbAAAAAACbAAAAAAAbAAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADbAAAAAADeQAAAAAAbAAAAAAAbAAAAAACbAAAAAACbAAAAAADbAAAAAACbAAAAAACHQAAAAAAeQAAAAAAYAAAAAAAWQAAAAADYAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAbAAAAAABbAAAAAABbAAAAAADcAAAAAADbAAAAAAAbAAAAAADbAAAAAABbAAAAAACeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAA + tiles: ewAAAAAAbgAAAAAAbgAAAAACbgAAAAACbgAAAAADbgAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAABbgAAAAAAbgAAAAADbgAAAAACbgAAAAABbgAAAAACbgAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAABbgAAAAACewAAAAAAewAAAAAAewAAAAAAbgAAAAACbgAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAACewAAAAAAbgAAAAAAbgAAAAADbgAAAAACewAAAAAAbgAAAAACWwAAAAAAWwAAAAADWwAAAAABewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAAAewAAAAAAbgAAAAABbgAAAAACbgAAAAACewAAAAAAbgAAAAADewAAAAAAWwAAAAAAWwAAAAABewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAACbgAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAADbgAAAAACewAAAAAAWwAAAAADWwAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAawAAAAAAbgAAAAADbgAAAAACbgAAAAAAbgAAAAAAbgAAAAADbgAAAAACbgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAawAAAAAAbgAAAAAAbgAAAAADbgAAAAACbgAAAAAAbgAAAAADbgAAAAABbgAAAAABHQAAAAAAHQAAAAABagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAADbgAAAAACbgAAAAAAbgAAAAACbgAAAAACbgAAAAADbgAAAAABewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAbAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAABewAAAAAAWwAAAAADewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAABewAAAAAAbgAAAAACbgAAAAABbgAAAAABbgAAAAACbgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAADewAAAAAAbgAAAAABcgAAAAAAbgAAAAAAbgAAAAAAbgAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAADewAAAAAAbgAAAAACbgAAAAABbgAAAAAAbgAAAAADbgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAACewAAAAAAbgAAAAAAbgAAAAABbgAAAAAAbgAAAAAAbgAAAAABbgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAACbgAAAAABewAAAAAAbgAAAAACbgAAAAAAbgAAAAABbgAAAAAAbgAAAAADbgAAAAADHQAAAAACewAAAAAAYgAAAAAAWwAAAAAAYgAAAAAAewAAAAAAewAAAAAAWwAAAAABbgAAAAABbgAAAAABbgAAAAABcgAAAAABbgAAAAADbgAAAAAAbgAAAAADbgAAAAADewAAAAAAewAAAAAAHQAAAAABewAAAAAAewAAAAAAewAAAAAAHQAAAAACewAAAAAA version: 6 1,-4: ind: 1,-4 - tiles: eQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAWQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAYAAAAAAAWQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAWQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAABWQAAAAACWQAAAAADWQAAAAADWQAAAAADWQAAAAADWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAACWQAAAAACWQAAAAACWQAAAAAAWQAAAAAAWQAAAAABWQAAAAACeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAWQAAAAACWQAAAAACWQAAAAADWQAAAAABWQAAAAAAYAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAABWQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAWQAAAAABWQAAAAADeQAAAAAAdwAAAAAAdwAAAAACdwAAAAADdwAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAACWQAAAAACeQAAAAAAdwAAAAACdwAAAAADdwAAAAAAdwAAAAACeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAWQAAAAAAWQAAAAACWQAAAAAAeQAAAAAAdwAAAAAAdwAAAAABdwAAAAAAdwAAAAACaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAHQAAAAABWQAAAAABWQAAAAABYAAAAAAAeQAAAAAAdwAAAAAAdwAAAAAAdwAAAAABdwAAAAADeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAWQAAAAACWQAAAAABeQAAAAAAdgAAAAACdgAAAAACdgAAAAADdgAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAADWQAAAAAAeQAAAAAAdgAAAAADdgAAAAABdgAAAAAAdgAAAAABeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAHQAAAAACYAAAAAAAeQAAAAAAWQAAAAADWQAAAAACWQAAAAAAeQAAAAAAdgAAAAABdgAAAAACdgAAAAAAdgAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAWQAAAAABWQAAAAACWQAAAAABeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAABdgAAAAABeQAAAAAAQAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAACeQAAAAAAdwAAAAABdwAAAAADdgAAAAAAdgAAAAAC + tiles: ewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAYgAAAAAAWwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAADYgAAAAAAWwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAACWwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAABWwAAAAAAWwAAAAAAWwAAAAACWwAAAAADWwAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAABWwAAAAADWwAAAAADWwAAAAACWwAAAAADewAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAADWwAAAAACWwAAAAAAWwAAAAADWwAAAAADWwAAAAADYgAAAAAAewAAAAAAegAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAABWwAAAAABWwAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAABWwAAAAABWwAAAAABewAAAAAAeQAAAAADeQAAAAABeQAAAAACeQAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAACWwAAAAAAWwAAAAACewAAAAAAeQAAAAACeQAAAAABeQAAAAACeQAAAAABewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAWwAAAAACWwAAAAADWwAAAAAAewAAAAAAeQAAAAACeQAAAAABeQAAAAABeQAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAADewAAAAAAewAAAAAAHQAAAAAAWwAAAAADWwAAAAAAYgAAAAAAewAAAAAAeQAAAAABeQAAAAACeQAAAAACeQAAAAADewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAWwAAAAADWwAAAAAAewAAAAAAeAAAAAABeAAAAAAAeAAAAAADeAAAAAADewAAAAAAewAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAACWwAAAAAAWwAAAAADewAAAAAAeAAAAAACeAAAAAAAeAAAAAADeAAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAHQAAAAABYgAAAAAAewAAAAAAWwAAAAACWwAAAAAAWwAAAAABewAAAAAAeAAAAAACeAAAAAAAeAAAAAADeAAAAAACewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAewAAAAAAWwAAAAACWwAAAAABWwAAAAAAewAAAAAAeAAAAAABeAAAAAAAeAAAAAABeAAAAAADewAAAAAAQAAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAACewAAAAAAeQAAAAADeQAAAAABeAAAAAAAeAAAAAAD version: 6 2,-4: ind: 2,-4 - tiles: eQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAADWQAAAAACWQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAADWQAAAAADHQAAAAAAWQAAAAADWQAAAAACWQAAAAADWQAAAAACWQAAAAADYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAADYAAAAAAAHQAAAAACWQAAAAAAWQAAAAABWQAAAAACWQAAAAAAWQAAAAAAYAAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAYAAAAAAAWQAAAAADHQAAAAADWQAAAAACWQAAAAADWQAAAAAAWQAAAAACYAAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAAAdwAAAAAAdwAAAAAAdwAAAAABeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAAAWQAAAAACCwAAAAAAeQAAAAAAaAAAAAAAHQAAAAACWQAAAAAAWQAAAAADWQAAAAABdwAAAAACdwAAAAABdwAAAAADeQAAAAAAaAAAAAAAeQAAAAAAWQAAAAABWQAAAAACWQAAAAACWQAAAAABeQAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAdwAAAAAAdwAAAAADdwAAAAABeQAAAAAAeQAAAAAAeQAAAAAACwAAAAAAWQAAAAADWQAAAAAAWQAAAAABeQAAAAAAWQAAAAABeQAAAAAAaQAAAAAAaAAAAAAAHQAAAAADdwAAAAADdwAAAAABdwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAACWQAAAAABWQAAAAACeQAAAAAAWQAAAAACeQAAAAAAaAAAAAAAaAAAAAAAHQAAAAAAdgAAAAAAdgAAAAABdgAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAagAAAAAAHQAAAAAAdgAAAAABdgAAAAAAdgAAAAABeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAHQAAAAABdgAAAAABdgAAAAACdgAAAAACeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAACdgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAADWQAAAAADWQAAAAADeQAAAAAAdgAAAAACdwAAAAACdwAAAAACeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAABWQAAAAAAWQAAAAACWQAAAAABeQAAAAAA + tiles: ewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAAWwAAAAADWwAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAewAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAWwAAAAAAWwAAAAACWwAAAAAAewAAAAAAWwAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAADWwAAAAADWwAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAACWwAAAAADWwAAAAACHQAAAAADWwAAAAACWwAAAAACWwAAAAACWwAAAAACWwAAAAADYgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAABWwAAAAABYgAAAAAAHQAAAAADWwAAAAAAWwAAAAACWwAAAAADWwAAAAACWwAAAAADYgAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAABYgAAAAAAWwAAAAABHQAAAAADWwAAAAABWwAAAAAAWwAAAAADWwAAAAADYgAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAABewAAAAAAewAAAAAAHQAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAADeQAAAAABeQAAAAACeQAAAAACewAAAAAAewAAAAAAewAAAAAAWwAAAAABWwAAAAAAWwAAAAADCwAAAAAAewAAAAAAagAAAAAAHQAAAAABWwAAAAAAWwAAAAABWwAAAAACeQAAAAACeQAAAAACeQAAAAACewAAAAAAagAAAAAAewAAAAAAWwAAAAAAWwAAAAADWwAAAAABWwAAAAACewAAAAAAYgAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAeQAAAAAAeQAAAAACeQAAAAADewAAAAAAewAAAAAAewAAAAAACwAAAAAAWwAAAAAAWwAAAAABWwAAAAACewAAAAAAWwAAAAAAewAAAAAAawAAAAAAagAAAAAAHQAAAAAAeQAAAAAAeQAAAAABeQAAAAABewAAAAAAewAAAAAAewAAAAAAWwAAAAACWwAAAAABWwAAAAADWwAAAAACewAAAAAAWwAAAAABewAAAAAAagAAAAAAagAAAAAAHQAAAAABeAAAAAADeAAAAAADeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAbAAAAAABHQAAAAADeAAAAAACeAAAAAABeAAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAewAAAAAAagAAAAAAagAAAAAAHQAAAAAAeAAAAAACeAAAAAACeAAAAAACewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAABeAAAAAAAeAAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAYgAAAAAAewAAAAAAWwAAAAABWwAAAAABWwAAAAADWwAAAAACWwAAAAADewAAAAAAeAAAAAADeQAAAAACeQAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAYgAAAAAAewAAAAAAewAAAAAAWwAAAAABWwAAAAABWwAAAAACWwAAAAAAWwAAAAABewAAAAAA version: 6 -1,-4: ind: -1,-4 - tiles: LAAAAAAALAAAAAAALAAAAAAALAAAAAAAHQAAAAAAeQAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAeQAAAAAAbAAAAAADbAAAAAADbAAAAAACbAAAAAAAeQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAADeQAAAAAAeQAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAbAAAAAADbAAAAAAAbAAAAAACbAAAAAACbAAAAAACbAAAAAABbAAAAAAAbAAAAAACbAAAAAACbAAAAAABbAAAAAABbAAAAAACbAAAAAABbAAAAAACbAAAAAABbAAAAAACbAAAAAACbAAAAAACLAAAAAAALAAAAAAAbAAAAAADLAAAAAAALAAAAAAAbAAAAAABLAAAAAAALAAAAAAAbAAAAAACLAAAAAAALAAAAAAAbAAAAAACLAAAAAAALAAAAAAAWQAAAAADWQAAAAADeQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAWQAAAAACWQAAAAABeQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAbAAAAAABbAAAAAABeQAAAAAAbAAAAAABbAAAAAAAeQAAAAAAbAAAAAACbAAAAAADeQAAAAAAbAAAAAADbAAAAAAAeQAAAAAAbAAAAAADbAAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAABeQAAAAAAbAAAAAADbAAAAAACeQAAAAAAbAAAAAAAbAAAAAACeQAAAAAAbAAAAAADbAAAAAADeQAAAAAAbAAAAAACbAAAAAABeQAAAAAAbAAAAAACWQAAAAADWQAAAAACeQAAAAAAeQAAAAAAbAAAAAADeQAAAAAAeQAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAbAAAAAABeQAAAAAAHQAAAAAAbAAAAAABeQAAAAAAHQAAAAADbAAAAAADbAAAAAAAbAAAAAADbAAAAAACbAAAAAACbAAAAAADbAAAAAADbAAAAAACbAAAAAACbAAAAAACbAAAAAADbAAAAAACbAAAAAABbAAAAAABbAAAAAAAbAAAAAABbAAAAAAAbAAAAAADbAAAAAAAbAAAAAABbAAAAAACbAAAAAAAbAAAAAADVQAAAAAAbAAAAAACbAAAAAACbAAAAAACbAAAAAADbAAAAAACbAAAAAADbAAAAAABVQAAAAAAbAAAAAADbAAAAAACbAAAAAABbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAABbAAAAAADbAAAAAACbAAAAAABbAAAAAABbAAAAAADbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAABeQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAADWQAAAAADeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAACbwAAAAACbwAAAAADbwAAAAACbwAAAAACbwAAAAADeQAAAAAAWQAAAAACWQAAAAAAWQAAAAABeQAAAAAAbAAAAAACbAAAAAACbAAAAAADeQAAAAAAWQAAAAACWQAAAAAAbwAAAAABbwAAAAADbwAAAAABbwAAAAACbwAAAAABeQAAAAAAbAAAAAABbAAAAAACbAAAAAADbAAAAAADbAAAAAADbAAAAAABbAAAAAACbAAAAAACbAAAAAACbAAAAAADbwAAAAACbwAAAAAAbwAAAAADbwAAAAAAbwAAAAAAeQAAAAAAbAAAAAADbAAAAAAAbAAAAAACbAAAAAABbAAAAAACbAAAAAAAbAAAAAABbAAAAAACbAAAAAACbAAAAAAC + tiles: LAAAAAAAHQAAAAABLAAAAAAAHQAAAAACLAAAAAAAHQAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAALAAAAAAALAAAAAAALAAAAAAAbgAAAAACLAAAAAAALAAAAAAALAAAAAAAewAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAewAAAAAALAAAAAAALAAAAAAALAAAAAAAcgAAAAABLAAAAAAALAAAAAAALAAAAAAAewAAAAAAbgAAAAAAbgAAAAACbgAAAAABbgAAAAADbgAAAAABbgAAAAACLAAAAAAAWwAAAAABLAAAAAAALAAAAAAALAAAAAAAcgAAAAAALAAAAAAALAAAAAAALAAAAAAAewAAAAAAbgAAAAADbgAAAAADbgAAAAABbgAAAAACbgAAAAAAbgAAAAABLAAAAAAAWwAAAAAALAAAAAAALAAAAAAALAAAAAAAcgAAAAADLAAAAAAALAAAAAAALAAAAAAAewAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAewAAAAAALAAAAAAALAAAAAAALAAAAAAAcgAAAAABLAAAAAAALAAAAAAALAAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAALAAAAAAALAAAAAAALAAAAAAAcgAAAAAALAAAAAAALAAAAAAALAAAAAAAewAAAAAAbgAAAAABbgAAAAAAbgAAAAADbgAAAAABbgAAAAADewAAAAAAbgAAAAACbgAAAAADLAAAAAAALAAAAAAALAAAAAAAbgAAAAADLAAAAAAALAAAAAAALAAAAAAAWwAAAAACbgAAAAADbgAAAAADbgAAAAADbgAAAAAAbgAAAAADewAAAAAAbgAAAAABbgAAAAADbgAAAAADbgAAAAABbgAAAAAAbgAAAAABbgAAAAABbgAAAAAAbgAAAAABewAAAAAAbgAAAAADbgAAAAABVwAAAAABbgAAAAACbgAAAAACWwAAAAAAbgAAAAADVwAAAAABbgAAAAADbgAAAAACbgAAAAAAbgAAAAAAbgAAAAABbgAAAAABbgAAAAAAewAAAAAAbgAAAAAAbgAAAAACbgAAAAADbgAAAAADbgAAAAAAewAAAAAAbgAAAAACbgAAAAAAbgAAAAADbgAAAAACbgAAAAACbgAAAAADbgAAAAABbgAAAAAAbgAAAAABbgAAAAADbgAAAAACbgAAAAAAbgAAAAABbgAAAAABbgAAAAAAewAAAAAAbgAAAAADbgAAAAACbgAAAAAAbgAAAAABbgAAAAADbgAAAAACbgAAAAABbgAAAAABbgAAAAAAbgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAABWwAAAAADWwAAAAADewAAAAAAewAAAAAAWwAAAAADewAAAAAAewAAAAAAWwAAAAACWwAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAADewAAAAAAWwAAAAABWwAAAAACWwAAAAADewAAAAAAbgAAAAAAbgAAAAADbgAAAAAAewAAAAAAWwAAAAAAWwAAAAAAcQAAAAAAcQAAAAABcQAAAAABcQAAAAABcQAAAAADewAAAAAAbgAAAAADbgAAAAABbgAAAAACbgAAAAACbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAABbgAAAAADbgAAAAADcQAAAAACcQAAAAACcQAAAAABcQAAAAADcQAAAAABewAAAAAAbgAAAAACbgAAAAACbgAAAAAAbgAAAAABbgAAAAABbgAAAAAAbgAAAAADbgAAAAADbgAAAAAAbgAAAAAD version: 6 -2,-4: ind: -2,-4 - tiles: HQAAAAACHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAACbAAAAAADbAAAAAACeQAAAAAAHQAAAAABYAAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAbAAAAAABbAAAAAACbAAAAAADbAAAAAAAeQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAbAAAAAADbAAAAAADbAAAAAACbAAAAAAAbAAAAAABeQAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAACWQAAAAADLAAAAAAAbAAAAAABbAAAAAABbAAAAAACbAAAAAAAeAAAAAAAeQAAAAAAaAAAAAAAaQAAAAAAeQAAAAAAbAAAAAABbAAAAAAAcQAAAAACbAAAAAACbAAAAAADeQAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaQAAAAAAaAAAAAAAbAAAAAABeQAAAAAAbAAAAAAAeQAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaQAAAAAAeQAAAAAAbAAAAAACbAAAAAADbAAAAAACbAAAAAADbAAAAAAAeQAAAAAAdwAAAAADdwAAAAACdwAAAAABdwAAAAACeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdwAAAAAAdwAAAAADdwAAAAACdwAAAAAAWQAAAAABaAAAAAAAaAAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAdwAAAAACdwAAAAADdwAAAAAAdwAAAAADdwAAAAADdwAAAAACeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAdwAAAAAAdwAAAAABdwAAAAACdwAAAAAAdwAAAAABdwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAagAAAAABYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAagAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAQAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAbwAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAbwAAAAABHQAAAAADHQAAAAACHQAAAAACeQAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAHQAAAAADNgAAAAAAeQAAAAAAHQAAAAADeQAAAAAAbwAAAAAD + tiles: HQAAAAAAHQAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAADbgAAAAABbgAAAAABewAAAAAAHQAAAAADYgAAAAAAewAAAAAAewAAAAAAYgAAAAAAewAAAAAAewAAAAAAbgAAAAADbgAAAAACbgAAAAAAbgAAAAABewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAewAAAAAAYgAAAAAAYgAAAAAAbgAAAAAAbgAAAAADbgAAAAABbgAAAAAAbgAAAAAAewAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAbgAAAAADbgAAAAACbgAAAAACbgAAAAADbgAAAAACWwAAAAAALAAAAAAAbgAAAAACbgAAAAACbgAAAAABbgAAAAABegAAAAAAewAAAAAAagAAAAAAawAAAAAAewAAAAAAbgAAAAAAbgAAAAABbgAAAAAAbgAAAAAAbgAAAAACewAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAewAAAAAAewAAAAAAagAAAAAAawAAAAAAewAAAAAAbgAAAAACbgAAAAADbgAAAAACbgAAAAADbgAAAAAAewAAAAAAewAAAAAAWwAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAawAAAAAAewAAAAAAbgAAAAADbgAAAAABbgAAAAADbgAAAAADbgAAAAABewAAAAAAeQAAAAADeQAAAAADeQAAAAACeQAAAAADewAAAAAAagAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeQAAAAADeQAAAAADeQAAAAACeQAAAAABWwAAAAACagAAAAAAagAAAAAAewAAAAAAYgAAAAAAewAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAewAAAAAAeQAAAAABeQAAAAADeQAAAAACeQAAAAADeQAAAAAAeQAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAewAAAAAAeQAAAAACeQAAAAADeQAAAAAAeQAAAAAAeQAAAAACeQAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAbAAAAAACYgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAewAAAAAAewAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAewAAAAAAewAAAAAAbAAAAAAAWwAAAAABeQAAAAACeQAAAAADeQAAAAAAHQAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAeQAAAAABeQAAAAADeQAAAAABewAAAAAAagAAAAAAagAAAAAAQAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAYgAAAAAAagAAAAAAagAAAAAAewAAAAAAcQAAAAADewAAAAAAHQAAAAADewAAAAAAewAAAAAAYgAAAAAAYgAAAAAAewAAAAAAYgAAAAAAYgAAAAAAewAAAAAAHQAAAAADewAAAAAAewAAAAAAHQAAAAABewAAAAAAcQAAAAACHQAAAAAAHQAAAAADHQAAAAACewAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAewAAAAAAHQAAAAABNgAAAAAAewAAAAAAHQAAAAACewAAAAAAcQAAAAAD version: 6 -1,-5: ind: -1,-5 - tiles: WQAAAAADWQAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAYAAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAYAAAAAAAYAAAAAAAaAAAAAAAaQAAAAAAYAAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAWQAAAAACWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAWQAAAAADeQAAAAAAaQAAAAAAaQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAaQAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaAAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAHQAAAAADHQAAAAABHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAagAAAAABeQAAAAAAeQAAAAAAaQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAHQAAAAADeQAAAAAAaAAAAAAAeQAAAAAAYAAAAAAAagAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAagAAAAADaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaQAAAAAAagAAAAADHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAagAAAAABaAAAAAAAeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAeQAAAAAAeQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAADbAAAAAADbAAAAAAAbAAAAAACLAAAAAAAHQAAAAACHQAAAAAALAAAAAAAHQAAAAACeQAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAeQAAAAAAbAAAAAADYwAAAAACYwAAAAABYwAAAAABLAAAAAAAHQAAAAAAHQAAAAADLAAAAAAAHQAAAAACeQAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAeQAAAAAAbAAAAAABYwAAAAAAYwAAAAABYwAAAAABLAAAAAAAHQAAAAADHQAAAAABLAAAAAAAHQAAAAACeQAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAeQAAAAAAbAAAAAABYwAAAAAAYwAAAAACYwAAAAAA + tiles: WwAAAAACWwAAAAADewAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAawAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAYgAAAAAAWwAAAAADewAAAAAAewAAAAAAagAAAAAAYgAAAAAAYgAAAAAAagAAAAAAawAAAAAAYgAAAAAAewAAAAAAYgAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAYgAAAAAAYgAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAWwAAAAACWwAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAWwAAAAAAewAAAAAAawAAAAAAawAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAawAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAagAAAAAAewAAAAAAawAAAAAAawAAAAAAewAAAAAAHQAAAAAAHQAAAAACHQAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAbAAAAAADewAAAAAAewAAAAAAawAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAawAAAAAAHQAAAAABewAAAAAAagAAAAAAewAAAAAAYgAAAAAAbAAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAbAAAAAADagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAawAAAAAAbAAAAAACHQAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAACWwAAAAADewAAAAAAagAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbAAAAAABagAAAAAAewAAAAAAHQAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAALAAAAAAAHQAAAAADLAAAAAAAHQAAAAAALAAAAAAAHQAAAAAAewAAAAAAbgAAAAAAbgAAAAABWwAAAAABbgAAAAAAbgAAAAADbgAAAAAAewAAAAAAIAAAAAADIAAAAAADLAAAAAAAHQAAAAACLAAAAAAAHQAAAAADLAAAAAAAHQAAAAADewAAAAAAbgAAAAACbgAAAAABewAAAAAAbgAAAAACbgAAAAADbgAAAAADewAAAAAAPgAAAAAAPgAAAAAALAAAAAAAHQAAAAADLAAAAAAAHQAAAAACLAAAAAAAHQAAAAACewAAAAAAbgAAAAABbgAAAAABewAAAAAAbgAAAAADbgAAAAABbgAAAAABewAAAAAAPgAAAAAAPgAAAAAA version: 6 -2,-5: ind: -2,-5 - tiles: eQAAAAAALAAAAAAALAAAAAAALAAAAAAAbAAAAAACbAAAAAADbAAAAAACbAAAAAADbAAAAAACbAAAAAABeQAAAAAAbAAAAAAAbAAAAAABbAAAAAAAbAAAAAACWQAAAAADeQAAAAAALAAAAAAALAAAAAAALAAAAAAAbAAAAAAAbAAAAAABbAAAAAACbAAAAAAAbAAAAAABbAAAAAABeQAAAAAAbAAAAAAAbAAAAAADbAAAAAACbAAAAAAAWQAAAAABeQAAAAAALAAAAAAALAAAAAAALAAAAAAAbAAAAAADbAAAAAADbAAAAAADbAAAAAABbAAAAAABbAAAAAACeQAAAAAAbAAAAAAAbAAAAAACbAAAAAADbAAAAAADWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAACbAAAAAADbAAAAAABbAAAAAABeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAADWQAAAAAAbAAAAAACbAAAAAAAbAAAAAABbAAAAAABbAAAAAACeQAAAAAAbAAAAAACbAAAAAACbAAAAAABbAAAAAACeQAAAAAAbAAAAAABbAAAAAAAbAAAAAAAbAAAAAACWQAAAAACbAAAAAAAbAAAAAABbAAAAAACbAAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAADbAAAAAADbAAAAAABbAAAAAAAWQAAAAADbAAAAAABbAAAAAABbAAAAAAAbAAAAAADbAAAAAACbAAAAAABbAAAAAACbAAAAAABbAAAAAACeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAADbAAAAAADbAAAAAAAbAAAAAADbAAAAAAAbAAAAAADbAAAAAADbAAAAAABbAAAAAACeQAAAAAAbwAAAAACbwAAAAABbwAAAAACbwAAAAACbwAAAAABeQAAAAAAbAAAAAAAbAAAAAADbAAAAAADbAAAAAADbAAAAAADbAAAAAABbAAAAAAAbAAAAAAAbAAAAAABeQAAAAAAbwAAAAABbwAAAAABbwAAAAACbwAAAAABbwAAAAAAeQAAAAAAbAAAAAAAbAAAAAABbAAAAAAAbAAAAAAAbAAAAAADbAAAAAADbAAAAAADbAAAAAACbAAAAAABeQAAAAAAbwAAAAACbwAAAAACbwAAAAAAbwAAAAABbwAAAAACeQAAAAAAbAAAAAABbAAAAAACbAAAAAACbAAAAAAAbAAAAAABbAAAAAABbAAAAAADbAAAAAABbAAAAAABWQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAagAAAAADeQAAAAAAeQAAAAAAYAAAAAAAagAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAADeQAAAAAALAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAbAAAAAACbAAAAAABbAAAAAADeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAABbAAAAAADbAAAAAABeQAAAAAAHQAAAAAB + tiles: ewAAAAAALAAAAAAALAAAAAAALAAAAAAAbgAAAAAAbgAAAAACbgAAAAADbgAAAAADbgAAAAACbgAAAAACewAAAAAAbgAAAAAAbgAAAAACbgAAAAAAbgAAAAACWwAAAAABewAAAAAALAAAAAAALAAAAAAALAAAAAAAbgAAAAAAbgAAAAADbgAAAAAAbgAAAAADbgAAAAADbgAAAAABewAAAAAAbgAAAAAAbgAAAAABbgAAAAACbgAAAAABWwAAAAAAewAAAAAALAAAAAAALAAAAAAALAAAAAAAbgAAAAACbgAAAAABbgAAAAAAbgAAAAACbgAAAAACbgAAAAACewAAAAAAbgAAAAACbgAAAAAAbgAAAAACbgAAAAAAWwAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAAAbgAAAAABbgAAAAADbgAAAAADewAAAAAAbgAAAAABbgAAAAACbgAAAAABbgAAAAACWwAAAAAAbgAAAAAAbgAAAAADbgAAAAAAbgAAAAAAbgAAAAACewAAAAAAbgAAAAAAbgAAAAACbgAAAAAAbgAAAAABewAAAAAAbgAAAAACbgAAAAACbgAAAAACbgAAAAABWwAAAAADbgAAAAABbgAAAAAAbgAAAAADbgAAAAAAbgAAAAABewAAAAAAewAAAAAAWwAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAADewAAAAAAewAAAAAAbgAAAAAAbgAAAAACbgAAAAABbgAAAAAAbgAAAAAAWwAAAAACbgAAAAAAbgAAAAADbgAAAAABbgAAAAAAbgAAAAACbgAAAAAAbgAAAAADbgAAAAACbgAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAACewAAAAAAewAAAAAAewAAAAAAbgAAAAACbgAAAAABbgAAAAADbgAAAAAAbgAAAAAAbgAAAAABbgAAAAADbgAAAAADbgAAAAACewAAAAAAcQAAAAAAcQAAAAABcQAAAAADcQAAAAAAcQAAAAABewAAAAAAbgAAAAADbgAAAAAAbgAAAAAAbgAAAAADbgAAAAABbgAAAAABbgAAAAADbgAAAAABbgAAAAACewAAAAAAcQAAAAABcQAAAAACcQAAAAADcQAAAAADcQAAAAABewAAAAAAbgAAAAAAbgAAAAABbgAAAAACbgAAAAABbgAAAAADbgAAAAADbgAAAAABbgAAAAACbgAAAAACewAAAAAAcQAAAAABcQAAAAABcQAAAAADcQAAAAACcQAAAAABewAAAAAAbgAAAAADbgAAAAABbgAAAAADbgAAAAACbgAAAAABbgAAAAABbgAAAAAAbgAAAAACbgAAAAABWwAAAAACewAAAAAAHQAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAbAAAAAAAewAAAAAAewAAAAAAYgAAAAAAbAAAAAABagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAbgAAAAACbgAAAAADbgAAAAAAewAAAAAALAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAbgAAAAAAbgAAAAADbgAAAAACewAAAAAAHQAAAAADewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAADewAAAAAAewAAAAAAHQAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAABbgAAAAABbgAAAAABewAAAAAAHQAAAAAD version: 6 0,-5: ind: 0,-5 - tiles: eQAAAAAAAAAAAAAAAAAAAAAAaAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAdwAAAAABdwAAAAAAdwAAAAACeQAAAAAAAAAAAAAAAAAAAAAAaAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAaAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAYAAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeAAAAAAAeQAAAAAAaQAAAAAAaAAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAagAAAAABaQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAYAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAbAAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAYAAAAAAAbAAAAAAAeQAAAAAAbAAAAAAAbAAAAAABbAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAagAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAYAAAAAAAbAAAAAABeQAAAAAAbAAAAAABVQAAAAAAbAAAAAADeQAAAAAAaAAAAAAAYAAAAAAAYAAAAAAAagAAAAACaAAAAAAAagAAAAADagAAAAAAeQAAAAAAeQAAAAAAYAAAAAAA + tiles: ewAAAAAAAAAAAAAAAAAAAAAAagAAAAAAAAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAeQAAAAABeQAAAAABeQAAAAADewAAAAAAAAAAAAAAAAAAAAAAagAAAAAAAAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAagAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAAAewAAAAAAawAAAAAAawAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAYgAAAAAAewAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAewAAAAAAawAAAAAAawAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAACewAAAAAAegAAAAAAewAAAAAAawAAAAAAagAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbAAAAAADawAAAAAAawAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAYgAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAbAAAAAABbAAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbAAAAAABewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAIAAAAAACewAAAAAAbAAAAAABagAAAAAAewAAAAAAbAAAAAACagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAYgAAAAAAIAAAAAADawAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAbAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAACYgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAbAAAAAABagAAAAAAbAAAAAADbAAAAAAAewAAAAAAewAAAAAAYgAAAAAA version: 6 -1,-6: ind: -1,-6 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAACWQAAAAAAWQAAAAACWQAAAAADWQAAAAABeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAABaQAAAAAAHQAAAAADeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAaQAAAAAAHQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAaQAAAAAAHQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAADaQAAAAAAHQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAYAAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAYAAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAaQAAAAAAaQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + tiles: ewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAADWwAAAAADWwAAAAADWwAAAAAAWwAAAAAAWwAAAAADewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAABewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAABawAAAAAAHQAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAACawAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAawAAAAAAHQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAawAAAAAAHQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAegAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAYgAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAYgAAAAAAewAAAAAAYgAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAYgAAAAAAewAAAAAAYgAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAYgAAAAAAawAAAAAAawAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAA version: 6 -2,-6: ind: -2,-6 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAAAWQAAAAABWQAAAAABWQAAAAABWQAAAAABWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAABWQAAAAABWQAAAAADWQAAAAACWQAAAAADWQAAAAACWQAAAAACWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAABYAAAAAAAWQAAAAADWQAAAAABWQAAAAABWQAAAAADYAAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAABWQAAAAAAWQAAAAADWQAAAAACWQAAAAADWQAAAAADWQAAAAADWQAAAAACeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAcAAAAAADcAAAAAABcAAAAAABcAAAAAABcAAAAAAAcAAAAAADcAAAAAACcAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAcAAAAAACcAAAAAADcAAAAAAAcAAAAAABcAAAAAADcAAAAAACcAAAAAABcAAAAAABeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAcAAAAAACcAAAAAADcAAAAAADcAAAAAAAcAAAAAABcAAAAAABcAAAAAABcAAAAAADeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAcAAAAAAAcAAAAAACcAAAAAAAcAAAAAABcAAAAAABcAAAAAAAcAAAAAABcAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAcAAAAAAAcAAAAAADeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAcAAAAAAAcAAAAAADeQAAAAAAHQAAAAADeQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAACeQAAAAAAHQAAAAAAeQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeQAAAAAALAAAAAAALAAAAAAALAAAAAAAbAAAAAAAbAAAAAACbAAAAAACbAAAAAACbAAAAAABbAAAAAACWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + tiles: ewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAACWwAAAAADWwAAAAABWwAAAAACWwAAAAABWwAAAAACWwAAAAACewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAABWwAAAAACWwAAAAAAWwAAAAAAWwAAAAACWwAAAAABWwAAAAACWwAAAAABewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAWwAAAAAAYgAAAAAAWwAAAAADWwAAAAABWwAAAAABWwAAAAACYgAAAAAAWwAAAAADewAAAAAAegAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAWwAAAAACWwAAAAABWwAAAAADWwAAAAAAWwAAAAAAWwAAAAADWwAAAAABWwAAAAABewAAAAAAegAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAcgAAAAADcgAAAAAAcgAAAAADcgAAAAADcgAAAAACcgAAAAAAcgAAAAACcgAAAAAAewAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAcgAAAAABcgAAAAABcgAAAAACcgAAAAADcgAAAAABcgAAAAABcgAAAAACcgAAAAABewAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAcgAAAAADcgAAAAADcgAAAAACcgAAAAACcgAAAAABcgAAAAADcgAAAAAAcgAAAAACewAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAcgAAAAADcgAAAAACcgAAAAABcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAACcgAAAAADewAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAcgAAAAAAcgAAAAADewAAAAAAWwAAAAACewAAAAAAewAAAAAAewAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAcgAAAAAAcgAAAAABewAAAAAAHQAAAAABewAAAAAATQAAAAAATQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAACWwAAAAADewAAAAAAHQAAAAAAewAAAAAATQAAAAAATQAAAAAAewAAAAAAewAAAAAALAAAAAAALAAAAAAALAAAAAAAbgAAAAACbgAAAAACbgAAAAAAbgAAAAADbgAAAAABbgAAAAAAWwAAAAABWwAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAA version: 6 0,-6: ind: 0,-6 - tiles: AAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAABwAAAAAABwAAAAAACQAAAAAABwAAAAACCQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGCQAAAAAEBwAAAAAACQAAAAAIBwAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAdwAAAAABdwAAAAABdwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAACdgAAAAACdgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAHQAAAAADeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAdwAAAAACdgAAAAABYwAAAAACYwAAAAABYwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdwAAAAADdgAAAAAAYwAAAAABLwAAAAAALwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAagAAAAACaAAAAAAAaAAAAAAAeQAAAAAAdwAAAAABdgAAAAAAYwAAAAABLwAAAAAALwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdwAAAAADdgAAAAAAYwAAAAAALwAAAAAALwAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAdwAAAAADdgAAAAABYwAAAAACYwAAAAAAYwAAAAACeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAACdgAAAAACdgAAAAAD + tiles: AAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAABwAAAAAABwAAAAAACQAAAAAGBwAAAAAACQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACQAAAAAABwAAAAAJCQAAAAAABwAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAeQAAAAADeQAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAHQAAAAABewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAeAAAAAACeAAAAAACeAAAAAABeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAHQAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAeQAAAAADeAAAAAABZQAAAAADZQAAAAACZQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAHQAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAeQAAAAAAeAAAAAABZQAAAAAALwAAAAAALwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAbAAAAAABagAAAAAAagAAAAAAewAAAAAAeQAAAAAAeAAAAAADZQAAAAADLwAAAAAALwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAeQAAAAABeAAAAAACZQAAAAACLwAAAAAALwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAAAAAAAAAewAAAAAAeQAAAAABeAAAAAABZQAAAAABZQAAAAAAZQAAAAADewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAAAAAAAAAewAAAAAAewAAAAAAeAAAAAABeAAAAAACeAAAAAACeAAAAAAB version: 6 -3,-5: ind: -3,-5 - tiles: WQAAAAADYAAAAAAACwAAAAAAWQAAAAABWQAAAAAAWQAAAAAAWQAAAAACWQAAAAACWQAAAAAAeQAAAAAAWQAAAAADWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACwAAAAAAWQAAAAADWQAAAAABWQAAAAADdgAAAAABdgAAAAACdgAAAAADdgAAAAAAWQAAAAAAWQAAAAABYAAAAAAAWQAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACwAAAAAAWQAAAAACYAAAAAAAdgAAAAADdgAAAAACWQAAAAAAdgAAAAABdgAAAAABdgAAAAABYAAAAAAAWQAAAAADWQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAWQAAAAAAeQAAAAAAYAAAAAAAdgAAAAACYAAAAAAAagAAAAAAYAAAAAAAYAAAAAAAdgAAAAABYAAAAAAAWQAAAAACWQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAAACwAAAAAAWQAAAAACdgAAAAABdgAAAAAAWQAAAAADdgAAAAADYAAAAAAAdgAAAAADWQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAACwAAAAAAYAAAAAAAWQAAAAADeQAAAAAAdgAAAAAAdgAAAAADdgAAAAAAdgAAAAACeQAAAAAACwAAAAAAWQAAAAACWQAAAAADeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAACwAAAAAACwAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAWQAAAAAACwAAAAAAagAAAAACagAAAAABCwAAAAAAWQAAAAADWQAAAAABWQAAAAAACwAAAAAAWQAAAAADWQAAAAACeQAAAAAAHQAAAAAAHQAAAAADHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAACwAAAAAAWQAAAAACWQAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAABCwAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAHQAAAAACHQAAAAACHQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADHQAAAAACHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAADeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAACwAAAAAAWQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACCwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAQAAAAAAAeQAAAAAAeQAAAAAA + tiles: WwAAAAABYgAAAAAACwAAAAAAWwAAAAAAWwAAAAACWwAAAAADWwAAAAAAWwAAAAADWwAAAAABewAAAAAAWwAAAAAAWwAAAAACewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACwAAAAAAWwAAAAACWwAAAAAAWwAAAAAAeAAAAAABeAAAAAADeAAAAAAAeAAAAAADWwAAAAABWwAAAAADYgAAAAAAWwAAAAADewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACwAAAAAAWwAAAAABYgAAAAAAeAAAAAABeAAAAAACWwAAAAACeAAAAAACeAAAAAACeAAAAAACYgAAAAAAWwAAAAACWwAAAAADewAAAAAAegAAAAAAegAAAAAAegAAAAAAWwAAAAACewAAAAAAYgAAAAAAeAAAAAAAYgAAAAAAbAAAAAADYgAAAAAAYgAAAAAAeAAAAAABYgAAAAAAWwAAAAABWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAAACwAAAAAAWwAAAAABeAAAAAABeAAAAAAAWwAAAAACeAAAAAADYgAAAAAAeAAAAAADWwAAAAADewAAAAAAWwAAAAADewAAAAAAAAAAAAAAAAAAAAAAewAAAAAACwAAAAAAYgAAAAAAWwAAAAADewAAAAAAeAAAAAADeAAAAAABeAAAAAAAeAAAAAABewAAAAAACwAAAAAAWwAAAAABWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAWwAAAAADWwAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAACwAAAAAACwAAAAAAWwAAAAACewAAAAAAewAAAAAAewAAAAAAHQAAAAADewAAAAAAWwAAAAABCwAAAAAAbAAAAAADbAAAAAABCwAAAAAAWwAAAAAAWwAAAAAAWwAAAAABCwAAAAAAWwAAAAABWwAAAAABewAAAAAAHQAAAAAAHQAAAAABHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAACwAAAAAAWwAAAAAAWwAAAAACewAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAADewAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAWwAAAAACWwAAAAAACwAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAHQAAAAABHQAAAAACHQAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAABHQAAAAACHQAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAACWwAAAAABewAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAACwAAAAAAWwAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAABCwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAewAAAAAAewAAAAAAYgAAAAAAawAAAAAAawAAAAAAewAAAAAAQAAAAAAAewAAAAAAewAAAAAA version: 6 1,-6: ind: 1,-6 - tiles: eAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAHQAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAYAAAAAAAZAAAAAADYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAABZAAAAAAAWQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAZAAAAAADWQAAAAADeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAWQAAAAABTAAAAAABZAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAACZAAAAAAAWQAAAAAAdwAAAAABdwAAAAADeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACZAAAAAABYAAAAAAAdgAAAAAAdgAAAAADdgAAAAADeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAADWQAAAAAAZAAAAAABWQAAAAACYwAAAAAAYwAAAAAAdgAAAAABdgAAAAADeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAYQAAAAACYQAAAAABYwAAAAABWQAAAAACYAAAAAAAWQAAAAABZAAAAAACWQAAAAABLwAAAAAAYwAAAAACdgAAAAACdgAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYQAAAAAAYQAAAAABYwAAAAADWQAAAAABWQAAAAABWQAAAAADZAAAAAABWQAAAAADLwAAAAAAYwAAAAADdgAAAAABdgAAAAAAHQAAAAABZAAAAAAAZAAAAAABHQAAAAACZAAAAAAAZAAAAAAAZAAAAAABZAAAAAADZAAAAAAAZAAAAAADZAAAAAAAWQAAAAAALwAAAAAAYwAAAAAAdgAAAAAAdgAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYQAAAAAAYQAAAAADYwAAAAACWQAAAAACYAAAAAAAWQAAAAADTAAAAAABZAAAAAACYwAAAAADYwAAAAACdgAAAAABdgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAYQAAAAABYQAAAAABYwAAAAACWQAAAAACWQAAAAABYAAAAAAAZAAAAAACWQAAAAABdgAAAAABdgAAAAADdgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAACWQAAAAABZAAAAAABWQAAAAAA + tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAHQAAAAADewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAHQAAAAABewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAHQAAAAACewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAYgAAAAAAZgAAAAACYgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAWwAAAAACZgAAAAAAWwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAWwAAAAAAZgAAAAADWwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAWwAAAAAATAAAAAAAZgAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAADZgAAAAACWwAAAAADeQAAAAAAeQAAAAACewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAZgAAAAACYgAAAAAAeAAAAAABeAAAAAADeAAAAAABewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAACWwAAAAABZgAAAAACWwAAAAAAZQAAAAAAZQAAAAACeAAAAAACeAAAAAABewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAYwAAAAAAYwAAAAABZQAAAAAAWwAAAAAAYgAAAAAAWwAAAAABZgAAAAABWwAAAAADLwAAAAAAZQAAAAACeAAAAAADeAAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAYwAAAAADYwAAAAAAZQAAAAACWwAAAAAAWwAAAAAAWwAAAAAAZgAAAAACWwAAAAAALwAAAAAAZQAAAAAAeAAAAAABeAAAAAADHQAAAAADZgAAAAABZgAAAAADHQAAAAADZgAAAAADZgAAAAAAZgAAAAAAZgAAAAADZgAAAAABZgAAAAABZgAAAAAAWwAAAAABLwAAAAAAZQAAAAACeAAAAAAAeAAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAYwAAAAAAYwAAAAADZQAAAAAAWwAAAAADYgAAAAAAWwAAAAABTAAAAAABZgAAAAABZQAAAAAAZQAAAAAAeAAAAAADeAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAYwAAAAABYwAAAAABZQAAAAAAWwAAAAAAWwAAAAADYgAAAAAAZgAAAAACWwAAAAABeAAAAAACeAAAAAACeAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAACWwAAAAAAZgAAAAABWwAAAAAA version: 6 0,-7: ind: 0,-7 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 1,-5: ind: 1,-5 - tiles: dwAAAAAAdwAAAAACeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAZAAAAAACWQAAAAACeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAABZAAAAAADYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAACZAAAAAABWQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAACHQAAAAABHQAAAAADeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAZAAAAAABWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAAAWQAAAAACYAAAAAAAWQAAAAABWQAAAAADZAAAAAACWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAWQAAAAABWQAAAAADWQAAAAACYAAAAAAAYAAAAAAAWQAAAAAAZAAAAAACWQAAAAADagAAAAACaQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAAAWQAAAAABWQAAAAABWQAAAAAAWQAAAAADWQAAAAADZAAAAAABZAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAYAAAAAAAWQAAAAAAWQAAAAAAYAAAAAAAYAAAAAAAWQAAAAACWQAAAAACWQAAAAACWQAAAAADWQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAWQAAAAAAWQAAAAABWQAAAAABWQAAAAADWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAABYAAAAAAAWQAAAAACeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + tiles: eQAAAAADeQAAAAADewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAABZgAAAAABWwAAAAADewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAADZgAAAAADYgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAACZgAAAAACWwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHQAAAAABHQAAAAADHQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAADZgAAAAACWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAABWwAAAAABWwAAAAABYgAAAAAAWwAAAAACWwAAAAACZgAAAAADWwAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAYgAAAAAAWwAAAAACWwAAAAABWwAAAAACYgAAAAAAYgAAAAAAWwAAAAABZgAAAAAAWwAAAAACbAAAAAAAawAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAADWwAAAAACWwAAAAABWwAAAAAAWwAAAAADWwAAAAACWwAAAAACWwAAAAACZgAAAAAAZgAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAYgAAAAAAWwAAAAABWwAAAAACYgAAAAAAYgAAAAAAWwAAAAABWwAAAAADWwAAAAABWwAAAAACWwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAYgAAAAAAWwAAAAAAWwAAAAAAWwAAAAABWwAAAAAAWwAAAAABewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAWwAAAAACWwAAAAADYgAAAAAAWwAAAAADewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAYgAAAAAAWwAAAAABewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAagAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAA version: 6 2,-5: ind: 2,-5 - tiles: eQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAACeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAABeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAWQAAAAABWQAAAAACWQAAAAADWQAAAAABWQAAAAACWQAAAAADWQAAAAACWQAAAAADWQAAAAAAWQAAAAADWQAAAAACYAAAAAAAYAAAAAAAHQAAAAADWQAAAAACHQAAAAAAWQAAAAACTAAAAAAAWQAAAAAAWQAAAAABWQAAAAABWQAAAAACWQAAAAAAWQAAAAADWQAAAAAAWQAAAAABWQAAAAACTAAAAAADYAAAAAAAHQAAAAADZAAAAAABHQAAAAACWQAAAAABYAAAAAAAWQAAAAAAWQAAAAABWQAAAAACWQAAAAACWQAAAAABWQAAAAABWQAAAAACWQAAAAAAWQAAAAAAWQAAAAABWQAAAAADHQAAAAACYAAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAWQAAAAAAWQAAAAAAWQAAAAADWQAAAAAAWQAAAAABWQAAAAADWQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAACHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAWQAAAAADWQAAAAAAWQAAAAACeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAYAAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAATAAAAAABWQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAagAAAAACeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAYAAAAAAATAAAAAABWQAAAAACaAAAAAAAaQAAAAAAaQAAAAAAaAAAAAAAagAAAAACaAAAAAAAeQAAAAAA + tiles: ewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAYgAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAWwAAAAADewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAWwAAAAABewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAHQAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAACHQAAAAAAWwAAAAAAWwAAAAACWwAAAAABWwAAAAADWwAAAAADWwAAAAADWwAAAAACWwAAAAACWwAAAAAAWwAAAAAAWwAAAAACYgAAAAAAYgAAAAAAHQAAAAACWwAAAAABHQAAAAAAWwAAAAADTAAAAAABWwAAAAABWwAAAAADWwAAAAAAWwAAAAABWwAAAAADWwAAAAAAWwAAAAABWwAAAAACWwAAAAACTAAAAAADYgAAAAAAHQAAAAADZgAAAAABHQAAAAAAWwAAAAADYgAAAAAAWwAAAAAAWwAAAAACWwAAAAAAWwAAAAAAWwAAAAADWwAAAAAAWwAAAAAAWwAAAAADWwAAAAAAWwAAAAAAWwAAAAAAHQAAAAABYgAAAAAAewAAAAAAewAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAWwAAAAAAWwAAAAACWwAAAAABWwAAAAADWwAAAAADWwAAAAABWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAABHQAAAAAAHQAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAWwAAAAADWwAAAAACWwAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAWwAAAAAAYgAAAAAAWwAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAACTAAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAADWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAbAAAAAADewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAYgAAAAAATAAAAAABWwAAAAACagAAAAAAawAAAAAAawAAAAAAagAAAAAAbAAAAAACagAAAAAAewAAAAAA version: 6 3,-2: ind: 3,-2 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAADWQAAAAACWQAAAAABUAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAAUAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAAUAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaQAAAAAAeQAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAAUAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAagAAAAABaAAAAAAAeQAAAAAAUAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAagAAAAABeQAAAAAAUAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAUAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAUAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAUAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAA + tiles: ewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAABWwAAAAABWwAAAAACWwAAAAAAUAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAawAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAATQAAAAAATQAAAAAATQAAAAAAUAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAATQAAAAAATQAAAAAATQAAAAAAUAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAagAAAAAAawAAAAAAewAAAAAAewAAAAAATQAAAAAATQAAAAAATQAAAAAAUAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAHQAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAagAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbAAAAAACagAAAAAAewAAAAAAUAAAAAAAewAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbAAAAAABewAAAAAAUAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAUAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAUAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAUAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHQAAAAACewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAA version: 6 0,2: ind: 0,2 - tiles: YAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAAQAAAAAAAQAAAAAAYAAAAAAAAQAAAAAAAQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAAwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAQAAAAAAeQAAAAAAAQAAAAAAAQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAACYAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaQAAAAAAWQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAYAAAAAAAWQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAYAAAAAAAWQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAMAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAAIBwAAAAAEBwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAACQAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAALBwAAAAAJCQAAAAAABwAAAAAABwAAAAAABwAAAAAAWQAAAAABWQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAABBwAAAAAAWQAAAAACWQAAAAACeQAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAAWQAAAAAAWQAAAAABeQAAAAAABwAAAAAFBwAAAAAABwAAAAAACQAAAAACBwAAAAAABwAAAAAABwAAAAAKBwAAAAALBwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAAWQAAAAADWQAAAAAAeQAAAAAABwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAC + tiles: YgAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAAQAAAAAAAQAAAAAAYgAAAAAAAQAAAAAAAQAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAAwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAYgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAQAAAAAAewAAAAAAAQAAAAAAAQAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAYgAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAABYgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAawAAAAAAWwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAYgAAAAAAWwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAYgAAAAAAWwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAGBwAAAAAACQAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAKBwAAAAAFCQAAAAAABwAAAAAABwAAAAAABwAAAAAAWwAAAAABWwAAAAABewAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAACBwAAAAALBwAAAAAABwAAAAAAWwAAAAAAWwAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAWwAAAAADWwAAAAAAewAAAAAABwAAAAABBwAAAAAABwAAAAAACQAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAAWwAAAAADWwAAAAABewAAAAAABwAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAA version: 6 1,3: ind: 1,3 - tiles: BwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAJBwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAJBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAGBwAAAAAFBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: BwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAFBwAAAAAGBwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,3: ind: 0,3 - tiles: WQAAAAABWQAAAAABeQAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAALWQAAAAADWQAAAAACeQAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHWQAAAAADWQAAAAAAeQAAAAAABwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACWQAAAAABWQAAAAAAeQAAAAAACQAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAGBwAAAAAABwAAAAAABwAAAAAAWQAAAAABWQAAAAADeQAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAALwAAAAAALwAAAAAALwAAAAAAKAAAAAADBwAAAAAABwAAAAAHBwAAAAAAHQAAAAABHQAAAAABeQAAAAAABwAAAAAABwAAAAAABwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAKAAAAAABBwAAAAAABwAAAAAEWQAAAAABWQAAAAACeQAAAAAABwAAAAAABwAAAAAABwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAKAAAAAACKAAAAAABBwAAAAAAWQAAAAAAWQAAAAADeQAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAILwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAKAAAAAADBwAAAAAABwAAAAAABwAAAAAAWQAAAAACWQAAAAADeQAAAAAAeQAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAAKAAAAAABBwAAAAAABwAAAAAABwAAAAAGBwAAAAAAWQAAAAACWQAAAAABaQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAWQAAAAADWQAAAAABaQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAAWQAAAAABWQAAAAABaQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAADBwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: WwAAAAAAWwAAAAAAewAAAAAAfAAAAAAAfAAAAAAAawAAAAAAawAAAAAAfAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAAWwAAAAAAWwAAAAACewAAAAAAfAAAAAAAfAAAAAAAawAAAAAAawAAAAAAfAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAWwAAAAADWwAAAAAAewAAAAAABwAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAALWwAAAAABWwAAAAABewAAAAAACQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAWwAAAAAAWwAAAAACewAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAEBwAAAAAALwAAAAAALwAAAAAALwAAAAAAKAAAAAABBwAAAAAABwAAAAAABwAAAAAAHQAAAAAAHQAAAAACewAAAAAABwAAAAACBwAAAAAABwAAAAAFLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAKAAAAAABBwAAAAAABwAAAAAAWwAAAAABWwAAAAACewAAAAAABwAAAAAABwAAAAAEBwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAKAAAAAAAKAAAAAADBwAAAAAAWwAAAAABWwAAAAABewAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAKAAAAAACBwAAAAAFBwAAAAAABwAAAAAAWwAAAAACWwAAAAADewAAAAAAewAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAKAAAAAACBwAAAAAABwAAAAAABwAAAAAKBwAAAAAAWwAAAAADWwAAAAADawAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAWwAAAAAAWwAAAAABawAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAAWwAAAAADWwAAAAABawAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAMBwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,2: ind: -1,2 - tiles: WQAAAAACWQAAAAAAeQAAAAAAdgAAAAADdgAAAAABdgAAAAABeQAAAAAAYAAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAaAAAAAAAYAAAAAAAWQAAAAADaQAAAAAAWQAAAAAAWQAAAAAAWQAAAAACeQAAAAAAdgAAAAAAdgAAAAADeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAWQAAAAABWQAAAAADWQAAAAACWQAAAAADWQAAAAABHQAAAAABdgAAAAADdgAAAAADeQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAWQAAAAABWQAAAAABeQAAAAAAdgAAAAADdgAAAAABeQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAADWQAAAAABHQAAAAACWQAAAAABWQAAAAADWQAAAAABWQAAAAACWQAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAADWQAAAAAAHQAAAAADWQAAAAADWQAAAAACWQAAAAACWQAAAAABWQAAAAADeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAWQAAAAABWQAAAAACHQAAAAAAWQAAAAADWQAAAAAAWQAAAAABWQAAAAABWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAABWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAADWQAAAAABHQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAACWQAAAAAAeQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAGQAAAAAAGQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAWQAAAAACWQAAAAABHQAAAAACWQAAAAAAWQAAAAABWQAAAAACWQAAAAADWQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAWQAAAAACWQAAAAAAWQAAAAAAWQAAAAABWQAAAAACWQAAAAADWQAAAAADHQAAAAAAWQAAAAAAWQAAAAABWQAAAAADWQAAAAABWQAAAAADWQAAAAADWQAAAAADWQAAAAABWQAAAAADWQAAAAAAWQAAAAAAWQAAAAADWQAAAAABWQAAAAACWQAAAAABHQAAAAAAWQAAAAADWQAAAAACWQAAAAABWQAAAAAAWQAAAAABWQAAAAADWQAAAAABWQAAAAACWQAAAAADWQAAAAADWQAAAAADWQAAAAACWQAAAAABWQAAAAACWQAAAAAAeQAAAAAAagAAAAABaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAB + tiles: WwAAAAADWwAAAAAAewAAAAAAeAAAAAADeAAAAAACeAAAAAAAewAAAAAAYgAAAAAAewAAAAAAYgAAAAAAewAAAAAAagAAAAAAYgAAAAAAWwAAAAAAawAAAAAAWwAAAAABWwAAAAADWwAAAAACewAAAAAAeAAAAAADeAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAWwAAAAADWwAAAAACWwAAAAACWwAAAAACWwAAAAACHQAAAAADeAAAAAACeAAAAAABewAAAAAAawAAAAAAawAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAWwAAAAADWwAAAAABewAAAAAAeAAAAAACeAAAAAADewAAAAAAawAAAAAAawAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAACWwAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAACWwAAAAACHQAAAAAAWwAAAAADWwAAAAACWwAAAAAAWwAAAAACWwAAAAADewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAABWwAAAAACHQAAAAAAWwAAAAADWwAAAAACWwAAAAABWwAAAAADWwAAAAABewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWwAAAAABWwAAAAAAHQAAAAABWwAAAAABWwAAAAADWwAAAAACWwAAAAABWwAAAAACewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAACWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAABWwAAAAABHQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAAAWwAAAAACewAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAewAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAABWwAAAAABewAAAAAAewAAAAAAewAAAAAAGQAAAAAAGQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAWwAAAAADWwAAAAABHQAAAAACWwAAAAACWwAAAAADWwAAAAAAWwAAAAACWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAABWwAAAAACWwAAAAABWwAAAAAAWwAAAAABWwAAAAAAWwAAAAADWwAAAAAAHQAAAAABWwAAAAADWwAAAAACWwAAAAAAWwAAAAADWwAAAAACWwAAAAACWwAAAAAAWwAAAAACWwAAAAABWwAAAAADWwAAAAADWwAAAAAAWwAAAAADWwAAAAACWwAAAAABHQAAAAACWwAAAAAAWwAAAAADWwAAAAABWwAAAAABWwAAAAABWwAAAAAAWwAAAAAAWwAAAAABWwAAAAAAWwAAAAACWwAAAAACWwAAAAAAWwAAAAAAWwAAAAABWwAAAAAAewAAAAAAbAAAAAADawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAACewAAAAAAewAAAAAAewAAAAAAWwAAAAAA version: 6 4,1: ind: 4,1 - tiles: aAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAADeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAWQAAAAACeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAA + tiles: agAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAawAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbAAAAAADewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAWwAAAAABewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAA version: 6 4,0: ind: 4,0 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaQAAAAAAWQAAAAADWQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAYAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAYAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: ewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAYgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAawAAAAAAWwAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAawAAAAAAWwAAAAADWwAAAAABewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAYgAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAYgAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAawAAAAAAewAAAAAAYgAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAagAAAAAAYgAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAWwAAAAACewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAawAAAAAAYgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 4,-1: ind: 4,-1 - tiles: AAAAAAAAAAAAAAAAeQAAAAAAHQAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAACWQAAAAABHQAAAAAAHQAAAAACHQAAAAACHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAADWQAAAAAAHQAAAAAAHQAAAAACHQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAADWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAACWQAAAAAALwAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAADWQAAAAABLwAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAALwAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAADWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAADWQAAAAABHQAAAAAAHQAAAAACHQAAAAADHQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAABdgAAAAACHQAAAAABHQAAAAABHQAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAADdgAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAAAdgAAAAADeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAACdgAAAAABeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAewAAAAAAHQAAAAABewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAACewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAADWwAAAAABHQAAAAADHQAAAAADHQAAAAADHQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAABWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAAAWwAAAAADHQAAAAAAHQAAAAADHQAAAAADHQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAABWwAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAABWwAAAAABLwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAAAWwAAAAAALwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAABWwAAAAAALwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAABWwAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAADWwAAAAAAHQAAAAACHQAAAAABHQAAAAACHQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAACeAAAAAACHQAAAAACHQAAAAAAHQAAAAACewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAADeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAABeAAAAAABewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAACeAAAAAABewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 4,-3: ind: 4,-3 - tiles: WQAAAAAAWQAAAAADeQAAAAAAYAAAAAAAYAAAAAAAYwAAAAACYwAAAAAAYwAAAAACYwAAAAAAYwAAAAAAYAAAAAAAWQAAAAADWQAAAAAAWQAAAAACeQAAAAAAeAAAAAAAWQAAAAAAWQAAAAADHQAAAAACHQAAAAABHQAAAAABHQAAAAADHQAAAAAAHQAAAAABHQAAAAADHQAAAAACHQAAAAACHQAAAAABWQAAAAACYAAAAAAAeQAAAAAAeAAAAAAAWQAAAAADWQAAAAADHQAAAAABHQAAAAACHQAAAAAAHQAAAAABHQAAAAACHQAAAAAAHQAAAAADHQAAAAABHQAAAAACHQAAAAACYAAAAAAAYAAAAAAAeQAAAAAAeAAAAAAAWQAAAAACWQAAAAABeQAAAAAAWQAAAAACWQAAAAAAWQAAAAAAYAAAAAAAWQAAAAACWQAAAAAAWQAAAAACHQAAAAACHQAAAAABYAAAAAAAYAAAAAAAeQAAAAAAeAAAAAAAWQAAAAACWQAAAAADeQAAAAAAWQAAAAAAWQAAAAABWQAAAAABWQAAAAACWQAAAAACWQAAAAABWQAAAAABHQAAAAABHQAAAAADYAAAAAAAYAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABHQAAAAACeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAHQAAAAABHQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAHQAAAAACHQAAAAADeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAWQAAAAABWQAAAAACWQAAAAABWQAAAAAAHQAAAAABHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAAHQAAAAADWQAAAAAAWQAAAAADWQAAAAADWQAAAAAAHQAAAAADHQAAAAAAHQAAAAABHQAAAAADHQAAAAACHQAAAAACWQAAAAAAeQAAAAAAeQAAAAAATQAAAAAATQAAAAAAeQAAAAAAWQAAAAADWQAAAAABHQAAAAACHQAAAAABHQAAAAADHQAAAAADHQAAAAAAHQAAAAABHQAAAAAAHQAAAAACWQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACYAAAAAAAHQAAAAACHQAAAAABHQAAAAABHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAACHQAAAAADWQAAAAACWQAAAAADHQAAAAABWQAAAAAAYAAAAAAAHQAAAAACHQAAAAABHQAAAAABHQAAAAAAHQAAAAADHQAAAAABHQAAAAAAHQAAAAAATAAAAAADWQAAAAAAHQAAAAACWQAAAAACYAAAAAAAHQAAAAACWQAAAAACWQAAAAACWQAAAAADWQAAAAADHQAAAAADHQAAAAABHQAAAAAAHQAAAAABHQAAAAADHQAAAAABWQAAAAADWQAAAAACeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAWQAAAAADWQAAAAAAWQAAAAACWQAAAAAAWQAAAAACWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + tiles: WwAAAAACWwAAAAAAewAAAAAAYgAAAAAAYgAAAAAAZQAAAAABZQAAAAABZQAAAAADZQAAAAABZQAAAAABYgAAAAAAWwAAAAACWwAAAAADWwAAAAADewAAAAAAegAAAAAAWwAAAAAAWwAAAAABHQAAAAACHQAAAAADHQAAAAABHQAAAAACHQAAAAADHQAAAAADHQAAAAABHQAAAAADHQAAAAABHQAAAAADWwAAAAADYgAAAAAAewAAAAAAegAAAAAAWwAAAAACWwAAAAABHQAAAAAAHQAAAAADHQAAAAACHQAAAAACHQAAAAABHQAAAAABHQAAAAABHQAAAAAAHQAAAAACHQAAAAAAYgAAAAAAYgAAAAAAewAAAAAAegAAAAAAWwAAAAACWwAAAAACewAAAAAAWwAAAAACWwAAAAADWwAAAAAAYgAAAAAAWwAAAAABWwAAAAACWwAAAAACHQAAAAABHQAAAAAAYgAAAAAAYgAAAAAAewAAAAAAegAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAABWwAAAAACWwAAAAACWwAAAAACWwAAAAACHQAAAAAAHQAAAAACYgAAAAAAYgAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAABHQAAAAABewAAAAAAewAAAAAAegAAAAAAegAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAHQAAAAAAHQAAAAADewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAHQAAAAADHQAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAATQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAABHQAAAAACewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAATQAAAAAATQAAAAAATQAAAAAAewAAAAAAWwAAAAAAWwAAAAACWwAAAAACWwAAAAABHQAAAAACHQAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAATQAAAAAATQAAAAAATQAAAAAAHQAAAAABWwAAAAACWwAAAAABWwAAAAACWwAAAAACHQAAAAADHQAAAAABHQAAAAAAHQAAAAADHQAAAAABHQAAAAAAWwAAAAAAewAAAAAAewAAAAAATQAAAAAATQAAAAAAewAAAAAAWwAAAAACWwAAAAADHQAAAAACHQAAAAACHQAAAAACHQAAAAABHQAAAAACHQAAAAADHQAAAAABHQAAAAAAWwAAAAADWwAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAADYgAAAAAAHQAAAAACHQAAAAADHQAAAAACHQAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAADWwAAAAAAHQAAAAACWwAAAAAAWwAAAAADHQAAAAADWwAAAAABYgAAAAAAHQAAAAACHQAAAAAAHQAAAAABHQAAAAABHQAAAAACHQAAAAABHQAAAAACHQAAAAAATAAAAAAAWwAAAAABHQAAAAACWwAAAAACYgAAAAAAHQAAAAADWwAAAAABWwAAAAACWwAAAAAAWwAAAAADHQAAAAAAHQAAAAAAHQAAAAABHQAAAAAAHQAAAAADHQAAAAABWwAAAAABWwAAAAAAewAAAAAAewAAAAAAHQAAAAACewAAAAAAWwAAAAABWwAAAAAAWwAAAAAAWwAAAAABWwAAAAACWwAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAA version: 6 4,-2: ind: 4,-2 - tiles: WQAAAAABeQAAAAAAeQAAAAAAWQAAAAABWQAAAAADeQAAAAAAeQAAAAAAWQAAAAABWQAAAAACWQAAAAADWQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: WwAAAAACewAAAAAAewAAAAAAWwAAAAABWwAAAAADewAAAAAAewAAAAAAWwAAAAADWwAAAAADWwAAAAAAWwAAAAACewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAewAAAAAAewAAAAAATQAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAWwAAAAACTQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAATQAAAAAATQAAAAAATQAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAWwAAAAAATQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAATQAAAAAATQAAAAAATQAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAATQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAATQAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHQAAAAADewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 3,-3: ind: 3,-3 - tiles: WQAAAAACWQAAAAABWQAAAAABWQAAAAAAeQAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAADHgAAAAADWQAAAAADWQAAAAABWQAAAAADWQAAAAABWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAADHgAAAAADHgAAAAADHgAAAAACWQAAAAAAWQAAAAACWQAAAAABWQAAAAACWQAAAAADWQAAAAADHQAAAAAAZgAAAAAAZgAAAAADZgAAAAACHQAAAAADWQAAAAADWQAAAAABWQAAAAAAHgAAAAACWQAAAAADWQAAAAADWQAAAAADWQAAAAABWQAAAAACWQAAAAABWQAAAAAAHQAAAAADZgAAAAABZgAAAAAAZgAAAAABHQAAAAAAWQAAAAABWQAAAAABWQAAAAABWQAAAAABWQAAAAACWQAAAAABWQAAAAAAWQAAAAACWQAAAAADWQAAAAABWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAWQAAAAADWQAAAAAAWQAAAAABWQAAAAAAWQAAAAACWQAAAAAAWQAAAAACWQAAAAADWQAAAAACWQAAAAACWQAAAAAAeQAAAAAAHQAAAAAAHQAAAAACWQAAAAABeQAAAAAAaQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAACWQAAAAAAWQAAAAADWQAAAAACWQAAAAAAWQAAAAACWQAAAAACHQAAAAABWQAAAAACWQAAAAADWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABHQAAAAACeQAAAAAAWQAAAAACWQAAAAABWQAAAAABWQAAAAACWQAAAAAAWQAAAAACeQAAAAAAHQAAAAACHQAAAAABHQAAAAAAeQAAAAAAeQAAAAAAagAAAAABWQAAAAADWQAAAAADeQAAAAAAWQAAAAACWQAAAAAAWQAAAAABWQAAAAACWQAAAAACWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAagAAAAACWQAAAAADWQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAWQAAAAACWQAAAAADWQAAAAABWQAAAAACeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAagAAAAADWQAAAAAAWQAAAAACeQAAAAAAWQAAAAACWQAAAAABWQAAAAAAWQAAAAACWQAAAAABeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAagAAAAACagAAAAAAagAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAABWQAAAAACWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAagAAAAABaAAAAAAAagAAAAACeQAAAAAATQAAAAAATQAAAAAATQAAAAAAWQAAAAABWQAAAAADWQAAAAABWQAAAAABeQAAAAAAWQAAAAABeQAAAAAAaAAAAAAAeQAAAAAAagAAAAABagAAAAADagAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAAWQAAAAADWQAAAAACTAAAAAAATAAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAAWQAAAAABTAAAAAABWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAAagAAAAADagAAAAACaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAAWQAAAAAAWQAAAAAATAAAAAABTAAAAAAB + tiles: WwAAAAACWwAAAAADWwAAAAADWwAAAAAAewAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAewAAAAAAWwAAAAAAWwAAAAABWwAAAAADHgAAAAACWwAAAAACWwAAAAADWwAAAAACWwAAAAACWwAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAHgAAAAADHgAAAAADHgAAAAABWwAAAAACWwAAAAADWwAAAAADWwAAAAABWwAAAAABWwAAAAABHQAAAAABaAAAAAAAaAAAAAABaAAAAAABHQAAAAADWwAAAAABWwAAAAAAWwAAAAAAHgAAAAABWwAAAAAAWwAAAAADWwAAAAAAWwAAAAABWwAAAAAAWwAAAAADWwAAAAACHQAAAAACaAAAAAABaAAAAAAAaAAAAAABHQAAAAADWwAAAAABWwAAAAADWwAAAAACWwAAAAADWwAAAAABWwAAAAADWwAAAAABWwAAAAABWwAAAAACWwAAAAACWwAAAAACewAAAAAAewAAAAAAewAAAAAAHQAAAAADewAAAAAAWwAAAAAAWwAAAAABWwAAAAAAWwAAAAAAWwAAAAADWwAAAAAAWwAAAAADWwAAAAADWwAAAAAAWwAAAAABWwAAAAADewAAAAAAHQAAAAABHQAAAAABWwAAAAACewAAAAAAawAAAAAAewAAAAAAWwAAAAABWwAAAAABWwAAAAABWwAAAAACWwAAAAADWwAAAAADWwAAAAABWwAAAAAAWwAAAAADHQAAAAADWwAAAAADWwAAAAACWwAAAAABewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAADewAAAAAAWwAAAAAAWwAAAAAAWwAAAAADWwAAAAACWwAAAAADWwAAAAAAewAAAAAAHQAAAAABHQAAAAABHQAAAAACewAAAAAAewAAAAAAbAAAAAADWwAAAAAAWwAAAAACewAAAAAAWwAAAAABWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAACWwAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbAAAAAACWwAAAAAAWwAAAAADewAAAAAAWwAAAAABWwAAAAACWwAAAAADWwAAAAADWwAAAAADWwAAAAACewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbAAAAAABWwAAAAADWwAAAAACewAAAAAAWwAAAAABWwAAAAABWwAAAAABWwAAAAACWwAAAAACewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAABHQAAAAACewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAbAAAAAADbAAAAAACbAAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAABWwAAAAAAWwAAAAABWwAAAAABWwAAAAACewAAAAAAewAAAAAAagAAAAAAewAAAAAAbAAAAAABagAAAAAAbAAAAAABewAAAAAATQAAAAAATQAAAAAATQAAAAAAWwAAAAADWwAAAAACWwAAAAACWwAAAAAAewAAAAAAWwAAAAADewAAAAAAagAAAAAAewAAAAAAbAAAAAABbAAAAAADbAAAAAAAewAAAAAATQAAAAAATQAAAAAATQAAAAAAWwAAAAADWwAAAAACTAAAAAACTAAAAAAAawAAAAAAawAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAATQAAAAAATQAAAAAATQAAAAAAWwAAAAABTAAAAAADWwAAAAADWwAAAAACewAAAAAAewAAAAAAbAAAAAAAbAAAAAABawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAATQAAAAAATQAAAAAATQAAAAAAWwAAAAADWwAAAAACTAAAAAABTAAAAAAB version: 6 3,-4: ind: 3,-4 - tiles: AAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAagAAAAACeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaQAAAAAAaAAAAAAAaQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAHQAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACYAAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAADWQAAAAABWQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAWQAAAAACWQAAAAACWQAAAAACeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAWQAAAAACWQAAAAACWQAAAAAAWQAAAAABHQAAAAABYAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAADWQAAAAADWQAAAAABWQAAAAABeQAAAAAAeQAAAAAAHQAAAAACHQAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAADHQAAAAAAHQAAAAAAWQAAAAABWQAAAAAAWQAAAAABWQAAAAABWQAAAAACeQAAAAAAaAAAAAAAaQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAUAAAAAAAaQAAAAAAUAAAAAAAWQAAAAAAWQAAAAAAWQAAAAADWQAAAAACWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAUAAAAAAAUAAAAAAAaQAAAAAAUAAAAAAAWQAAAAAAWQAAAAADWQAAAAABWQAAAAACWQAAAAACWQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAWQAAAAABWQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAUAAAAAAAaQAAAAAAUAAAAAAAaQAAAAAAUAAAAAAAWQAAAAADWQAAAAADWQAAAAAAWQAAAAAAWQAAAAADWQAAAAACeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAaQAAAAAAUAAAAAAAaQAAAAAAUAAAAAAAaQAAAAAAWQAAAAADWQAAAAAAWQAAAAABWQAAAAADWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAWQAAAAADWQAAAAAAWQAAAAADWQAAAAACeQAAAAAAeQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAWQAAAAACWQAAAAABWQAAAAADeQAAAAAAHQAAAAAAHQAAAAACeQAAAAAAeQAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAHQAAAAACWQAAAAAAWQAAAAABWQAAAAADWQAAAAABWQAAAAAC + tiles: AAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAawAAAAAAbAAAAAABewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAHQAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAawAAAAAAagAAAAAAawAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAHQAAAAADYgAAAAAAYgAAAAAAewAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAACYgAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAADWwAAAAABWwAAAAABWwAAAAACHQAAAAACWwAAAAAAWwAAAAAAWwAAAAABWwAAAAACewAAAAAAewAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWwAAAAADWwAAAAADWwAAAAABWwAAAAACHQAAAAACYgAAAAAAYgAAAAAAYgAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAADWwAAAAAAWwAAAAADWwAAAAACewAAAAAAewAAAAAAHQAAAAAAHQAAAAACewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHQAAAAADHQAAAAAAHQAAAAAAWwAAAAAAWwAAAAACWwAAAAAAWwAAAAACWwAAAAAAewAAAAAAagAAAAAAawAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAUAAAAAAAawAAAAAAUAAAAAAAWwAAAAABWwAAAAADWwAAAAADWwAAAAADWwAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAHQAAAAABUAAAAAAAUAAAAAAAawAAAAAAUAAAAAAAWwAAAAADWwAAAAADWwAAAAACWwAAAAAAWwAAAAABWwAAAAABewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAWwAAAAABWwAAAAABWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAABUAAAAAAAawAAAAAAUAAAAAAAawAAAAAAUAAAAAAAWwAAAAACWwAAAAADWwAAAAADWwAAAAAAWwAAAAADWwAAAAABewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAHQAAAAADawAAAAAAUAAAAAAAawAAAAAAUAAAAAAAawAAAAAAWwAAAAADWwAAAAADWwAAAAACWwAAAAACWwAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAADewAAAAAAWwAAAAACWwAAAAADWwAAAAAAWwAAAAACewAAAAAAewAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAewAAAAAAWwAAAAADWwAAAAAAWwAAAAADWwAAAAACWwAAAAABewAAAAAAHQAAAAADHQAAAAABewAAAAAAewAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAHQAAAAACWwAAAAAAWwAAAAABWwAAAAADWwAAAAACWwAAAAAD version: 6 4,-4: ind: 4,-4 - tiles: aQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAAABwAAAAAJeQAAAAAAeQAAAAAAagAAAAACeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAIBwAAAAADBwAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAagAAAAACagAAAAABeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAagAAAAACeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAAUAAAAAAAHQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAABwAAAAAEBwAAAAAABwAAAAAAUAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAIBwAAAAAAaQAAAAAAUAAAAAAAHQAAAAACeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAABwAAAAAIBwAAAAAJBwAAAAAAUAAAAAAAaQAAAAAAHQAAAAABeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAALBwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAAeAAAAAAAWQAAAAAAWQAAAAABeQAAAAAAYAAAAAAAWQAAAAAAYwAAAAACYwAAAAADYwAAAAADYwAAAAABYwAAAAABYAAAAAAAWQAAAAAAYAAAAAAAeQAAAAAABwAAAAAAeAAAAAAAWQAAAAAAWQAAAAACHQAAAAACWQAAAAACYAAAAAAAYwAAAAACYwAAAAABYwAAAAABYwAAAAAAYwAAAAABYAAAAAAAWQAAAAAAWQAAAAADeQAAAAAABwAAAAAAeAAAAAAA + tiles: awAAAAAAewAAAAAAewAAAAAAYgAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAawAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAABwAAAAAMBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAewAAAAAAewAAAAAAbAAAAAADewAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAawAAAAAAbAAAAAAAbAAAAAACewAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAADewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAbAAAAAABewAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAAUAAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAAUAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAEBwAAAAAAawAAAAAAUAAAAAAAHQAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAEUAAAAAAAawAAAAAAHQAAAAADegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAMegAAAAAAWwAAAAADWwAAAAABewAAAAAAYgAAAAAAWwAAAAABZQAAAAAAZQAAAAADZQAAAAABZQAAAAADZQAAAAADYgAAAAAAWwAAAAABYgAAAAAAewAAAAAABwAAAAAAegAAAAAAWwAAAAACWwAAAAACHQAAAAAAWwAAAAADYgAAAAAAZQAAAAABZQAAAAACZQAAAAAAZQAAAAACZQAAAAAAYgAAAAAAWwAAAAADWwAAAAABewAAAAAABwAAAAAAegAAAAAA version: 6 -3,-1: ind: -3,-1 - tiles: HQAAAAADeQAAAAAAHQAAAAAAWQAAAAACeQAAAAAAWQAAAAACWQAAAAABWQAAAAACWQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAWQAAAAAAWQAAAAADeQAAAAAAYAAAAAAAHQAAAAAAeQAAAAAAHQAAAAABWQAAAAABeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAHQAAAAADeQAAAAAAHQAAAAAAWQAAAAACeQAAAAAAZwAAAAACZwAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAWQAAAAABYAAAAAAAWQAAAAADWQAAAAAAeQAAAAAAYAAAAAAAHQAAAAABeQAAAAAAHQAAAAABWQAAAAACeQAAAAAAZwAAAAACZwAAAAABeQAAAAAAYAAAAAAAYAAAAAAAWQAAAAAAWQAAAAAAWQAAAAADWQAAAAABeQAAAAAAWQAAAAACHQAAAAAAeQAAAAAAHQAAAAABYAAAAAAAHQAAAAACZwAAAAAAZwAAAAABHQAAAAADYAAAAAAAYAAAAAAAYwAAAAAAYwAAAAAAWQAAAAAAWQAAAAAAHQAAAAACWQAAAAABHQAAAAABeQAAAAAAHQAAAAADWQAAAAAAHQAAAAABZwAAAAAAZwAAAAADHQAAAAACWQAAAAACWQAAAAADYwAAAAABYwAAAAAAYAAAAAAAWQAAAAACHQAAAAABWQAAAAACHQAAAAACeQAAAAAAHQAAAAACWQAAAAADeQAAAAAAZwAAAAADZwAAAAADeQAAAAAAWQAAAAACWQAAAAAAYwAAAAABYwAAAAAAWQAAAAACWQAAAAACeQAAAAAAWQAAAAADHQAAAAACHQAAAAADHQAAAAACWQAAAAACeQAAAAAAWQAAAAABWQAAAAADeQAAAAAAWQAAAAADWQAAAAADYwAAAAACYwAAAAABWQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAZwAAAAABZwAAAAADeQAAAAAAWQAAAAAAWQAAAAAAYwAAAAAAYwAAAAACWQAAAAACWQAAAAADeQAAAAAAVQAAAAAAZgAAAAABZgAAAAAAZgAAAAACZgAAAAACHQAAAAAAZwAAAAAAZwAAAAACHQAAAAAAWQAAAAADWQAAAAADYwAAAAACYwAAAAACWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAZgAAAAADZgAAAAABZgAAAAAAZgAAAAACHQAAAAABZwAAAAADZwAAAAACHQAAAAAAWQAAAAAAWQAAAAACWQAAAAACWQAAAAABWQAAAAACWQAAAAAAeQAAAAAAVQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAaAAAAAAAYAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAagAAAAACaQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAADWQAAAAAAHQAAAAADWQAAAAACWQAAAAABWQAAAAAAWQAAAAAAWQAAAAACWQAAAAABWQAAAAADWQAAAAACWQAAAAAAWQAAAAADWQAAAAABWQAAAAAA + tiles: HQAAAAADewAAAAAAHQAAAAABWwAAAAACewAAAAAAWwAAAAACWwAAAAACWwAAAAADWwAAAAACewAAAAAAWwAAAAADWwAAAAAAWwAAAAADWwAAAAADewAAAAAAYgAAAAAAHQAAAAABewAAAAAAHQAAAAABWwAAAAACewAAAAAAewAAAAAAHQAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAACewAAAAAAewAAAAAAewAAAAAAYgAAAAAAHQAAAAABewAAAAAAHQAAAAABWwAAAAACewAAAAAAaQAAAAADaQAAAAABewAAAAAAYgAAAAAAYgAAAAAAWwAAAAACYgAAAAAAWwAAAAABWwAAAAADewAAAAAAYgAAAAAAHQAAAAADewAAAAAAHQAAAAABWwAAAAAAewAAAAAAaQAAAAABaQAAAAADewAAAAAAYgAAAAAAYgAAAAAAWwAAAAABWwAAAAAAWwAAAAACWwAAAAACewAAAAAAWwAAAAADHQAAAAADewAAAAAAHQAAAAAAYgAAAAAAHQAAAAAAaQAAAAABaQAAAAABHQAAAAACYgAAAAAAYgAAAAAAZQAAAAAAZQAAAAADWwAAAAACWwAAAAAAHQAAAAACWwAAAAADHQAAAAACewAAAAAAHQAAAAABWwAAAAABHQAAAAAAaQAAAAABaQAAAAAAHQAAAAABWwAAAAACWwAAAAADZQAAAAAAZQAAAAACYgAAAAAAWwAAAAABHQAAAAADWwAAAAAAHQAAAAADewAAAAAAHQAAAAAAWwAAAAAAewAAAAAAaQAAAAAAaQAAAAACewAAAAAAWwAAAAACWwAAAAADZQAAAAACZQAAAAACWwAAAAADWwAAAAAAewAAAAAAWwAAAAADHQAAAAACHQAAAAADHQAAAAACWwAAAAACewAAAAAAWwAAAAABWwAAAAABewAAAAAAWwAAAAABWwAAAAABZQAAAAADZQAAAAACWwAAAAACWwAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAaQAAAAADaQAAAAADewAAAAAAWwAAAAADWwAAAAACZQAAAAAAZQAAAAADWwAAAAABWwAAAAACewAAAAAAVwAAAAADaAAAAAAAaAAAAAACaAAAAAADaAAAAAACHQAAAAABaQAAAAACaQAAAAAAHQAAAAAAWwAAAAADWwAAAAABZQAAAAADZQAAAAAAWwAAAAACWwAAAAADewAAAAAAewAAAAAAaAAAAAADaAAAAAACaAAAAAAAaAAAAAABHQAAAAAAaQAAAAADaQAAAAAAHQAAAAABWwAAAAACWwAAAAACWwAAAAACWwAAAAABWwAAAAAAWwAAAAACewAAAAAAVwAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAYgAAAAAAagAAAAAAYgAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbAAAAAACawAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAYgAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAABWwAAAAABWwAAAAABHQAAAAABWwAAAAACWwAAAAACWwAAAAAAWwAAAAADWwAAAAADWwAAAAAAWwAAAAADWwAAAAADWwAAAAACWwAAAAAAWwAAAAAAWwAAAAAB version: 6 -3,-2: ind: -3,-2 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABaAAAAAAAaAAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAagAAAAACagAAAAADaAAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAaAAAAAAAeQAAAAAAWQAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAHQAAAAAAWQAAAAABWQAAAAAAaQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADYAAAAAAAWQAAAAADYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAQAAAAAAAWQAAAAADaAAAAAAAaQAAAAAAaAAAAAAAaQAAAAAAHQAAAAACaQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAQAAAAAAAWQAAAAAAaAAAAAAAaQAAAAAAaAAAAAAAaQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAaAAAAAAAWQAAAAABaAAAAAAAWQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAADWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAABWQAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAADWQAAAAACWQAAAAACeQAAAAAAWQAAAAACWQAAAAADWQAAAAADWQAAAAADeQAAAAAAWQAAAAACHQAAAAADHQAAAAACHQAAAAAAWQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAWQAAAAADWQAAAAACeQAAAAAAWQAAAAACWQAAAAACWQAAAAAAWQAAAAAAHQAAAAABWQAAAAADHQAAAAAAeQAAAAAAHQAAAAABWQAAAAACeQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAWQAAAAABeQAAAAAAWQAAAAAAWQAAAAACWQAAAAACWQAAAAABHQAAAAADWQAAAAAA + tiles: ewAAAAAAewAAAAAAewAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAACagAAAAAAagAAAAAAewAAAAAAYgAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAbAAAAAACbAAAAAACagAAAAAAewAAAAAAYgAAAAAAYgAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAawAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAawAAAAAAewAAAAAAYgAAAAAAYgAAAAAAagAAAAAAewAAAAAAWwAAAAABYgAAAAAAewAAAAAAewAAAAAAawAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAABewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAHQAAAAAAWwAAAAACWwAAAAAAawAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAagAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAABYgAAAAAAWwAAAAABYgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAQAAAAAAAWwAAAAABagAAAAAAawAAAAAAagAAAAAAawAAAAAAHQAAAAACawAAAAAAawAAAAAAewAAAAAAewAAAAAAYgAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAQAAAAAAAWwAAAAACagAAAAAAawAAAAAAagAAAAAAawAAAAAAewAAAAAAawAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAABagAAAAAAWwAAAAACagAAAAAAWwAAAAADewAAAAAAawAAAAAAawAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAACWwAAAAADewAAAAAAewAAAAAAewAAAAAAWwAAAAACWwAAAAABWwAAAAADWwAAAAABYgAAAAAAewAAAAAAewAAAAAAHQAAAAACewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAACewAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAABWwAAAAACWwAAAAAAWwAAAAABewAAAAAAWwAAAAABWwAAAAADWwAAAAAAWwAAAAACewAAAAAAWwAAAAADHQAAAAACHQAAAAADHQAAAAABWwAAAAADewAAAAAAWwAAAAAAWwAAAAACWwAAAAABWwAAAAACewAAAAAAWwAAAAAAWwAAAAABWwAAAAABWwAAAAACHQAAAAACWwAAAAADHQAAAAADewAAAAAAHQAAAAAAWwAAAAABewAAAAAAWwAAAAADWwAAAAABWwAAAAADWwAAAAAAewAAAAAAWwAAAAAAWwAAAAACWwAAAAACWwAAAAABHQAAAAABWwAAAAAA version: 6 2,-6: ind: 2,-6 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAACeQAAAAAAHQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAADHQAAAAACeQAAAAAAWQAAAAAAHQAAAAAAHQAAAAADHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAADHQAAAAABHQAAAAAAZAAAAAADeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAALwAAAAAALwAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAALwAAAAAALwAAAAAAWQAAAAACLwAAAAAALwAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAALwAAAAAALwAAAAAAWQAAAAAALwAAAAAALwAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAALwAAAAAALwAAAAAAWQAAAAACLwAAAAAALwAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAALwAAAAAALwAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAHQAAAAAAHQAAAAABHQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAABHQAAAAACHQAAAAACZAAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAABeQAAAAAAWQAAAAABeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAC + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAYgAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAWwAAAAACewAAAAAAHQAAAAACewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAABHQAAAAADewAAAAAAWwAAAAACHQAAAAACHQAAAAABHQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAADHQAAAAABHQAAAAABZgAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAALwAAAAAALwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAALwAAAAAALwAAAAAAWwAAAAADLwAAAAAALwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAALwAAAAAALwAAAAAAWwAAAAADLwAAAAAALwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAALwAAAAAALwAAAAAAWwAAAAADLwAAAAAALwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAALwAAAAAALwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAHQAAAAABHQAAAAAAHQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAABHQAAAAABHQAAAAADZgAAAAACewAAAAAAHQAAAAACewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHQAAAAADewAAAAAAWwAAAAABewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAWwAAAAAD version: 6 3,-6: ind: 3,-6 - tiles: HQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAACeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZAAAAAADYAAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZAAAAAABYAAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZAAAAAADWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATAAAAAAAZAAAAAABHQAAAAACHQAAAAABHQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZAAAAAABWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZAAAAAADYAAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZAAAAAACWQAAAAABeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZAAAAAABWQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZAAAAAABWQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZAAAAAABWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATAAAAAAAZAAAAAABHQAAAAACHQAAAAADHQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZAAAAAACYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZAAAAAADWQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: HQAAAAACewAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAACewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAABewAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZgAAAAACYgAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZgAAAAAAYgAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZgAAAAADWwAAAAACewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATAAAAAACZgAAAAAAHQAAAAADHQAAAAACHQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZgAAAAADWwAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZgAAAAACYgAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZgAAAAAAWwAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZgAAAAABWwAAAAACewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZgAAAAADWwAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZgAAAAACWwAAAAADewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATAAAAAAAZgAAAAADHQAAAAAAHQAAAAADHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZgAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZgAAAAABWwAAAAADewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 3,-5: ind: 3,-5 - tiles: ZAAAAAABWQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZAAAAAADWQAAAAADeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZAAAAAABWQAAAAACeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAACHQAAAAABeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZAAAAAABWQAAAAADeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZAAAAAACYAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAZAAAAAADWQAAAAAAYAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAZAAAAAABYAAAAAAAWQAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAWQAAAAABWQAAAAAAWQAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAagAAAAACaAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAagAAAAAAaQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAYAAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAaAAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAagAAAAAAeQAAAAAAeQAAAAAAagAAAAABaQAAAAAAagAAAAABeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + tiles: ZgAAAAAAWwAAAAADewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZgAAAAADWwAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZgAAAAADWwAAAAACewAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAHQAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZgAAAAACWwAAAAABewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZgAAAAADYgAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAZgAAAAABWwAAAAAAYgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAZgAAAAADYgAAAAAAWwAAAAACewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWwAAAAACWwAAAAACWwAAAAACewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAbAAAAAADagAAAAAAewAAAAAAewAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbAAAAAABawAAAAAAagAAAAAAewAAAAAAewAAAAAAawAAAAAAawAAAAAAawAAAAAAYgAAAAAAawAAAAAAawAAAAAAawAAAAAAewAAAAAAagAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAbAAAAAADewAAAAAAewAAAAAAbAAAAAADawAAAAAAbAAAAAADewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAawAAAAAAawAAAAAAawAAAAAAewAAAAAAawAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAA version: 6 4,-5: ind: 4,-5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAACQAAAAAKBwAAAAADBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAACQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAMBwAAAAAABwAAAAAHAAAAAAAAAAAAAAAAeQAAAAAABwAAAAAABwAAAAAAeQAAAAAAHQAAAAABeQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAeQAAAAAAeQAAAAAABwAAAAAAeQAAAAAAHQAAAAAAeQAAAAAABwAAAAAABwAAAAAACQAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAJeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAACQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAagAAAAADagAAAAADaAAAAAAAagAAAAADYAAAAAAAeQAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAaAAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAaAAAAAAAaQAAAAAAagAAAAADeQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACQAAAAAABwAAAAAABwAAAAAG + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAACQAAAAAKBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAEBwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABCQAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAMAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAADBwAAAAAMBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAALAAAAAAAAAAAAAAAAewAAAAAABwAAAAAJBwAAAAAAewAAAAAAHQAAAAADewAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJAAAAAAAAewAAAAAAewAAAAAABwAAAAAAewAAAAAAHQAAAAACewAAAAAABwAAAAAABwAAAAAACQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAACewAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAADBwAAAAAMBwAAAAAABwAAAAAFBwAAAAADBwAAAAAABwAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAewAAAAAABwAAAAAABwAAAAAKBwAAAAAACQAAAAAEBwAAAAAABwAAAAAABwAAAAAFBwAAAAAAewAAAAAAewAAAAAAbAAAAAAAbAAAAAAAagAAAAAAbAAAAAABYgAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAagAAAAAAewAAAAAAYgAAAAAAewAAAAAAagAAAAAAawAAAAAAbAAAAAAAewAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAACQAAAAAABwAAAAAFBwAAAAAA version: 6 -3,-3: ind: -3,-3 - tiles: eQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAACwAAAAAAWQAAAAABWQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAWQAAAAACWQAAAAACWQAAAAABWQAAAAACeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAADYAAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAACWQAAAAADWQAAAAADWQAAAAADeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAWQAAAAADWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAACWQAAAAABWQAAAAADWQAAAAADWQAAAAADWQAAAAACHQAAAAABWQAAAAAAHQAAAAACHQAAAAABHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAABHQAAAAABeQAAAAAAWQAAAAAAWQAAAAADHQAAAAABWQAAAAAAHQAAAAADHQAAAAACHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABeQAAAAAAWQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAWQAAAAABeQAAAAAAAAAAAAAAeQAAAAAAWQAAAAADaQAAAAAAWQAAAAABeQAAAAAAWQAAAAAAWQAAAAADWQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeAAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADWQAAAAACWQAAAAADYAAAAAAAWQAAAAADeQAAAAAAWQAAAAAAWQAAAAADeQAAAAAAAAAAAAAAHQAAAAAAWQAAAAACaQAAAAAAWQAAAAABeQAAAAAAWQAAAAADWQAAAAACYAAAAAAAYAAAAAAAWQAAAAADWQAAAAAAHQAAAAACYAAAAAAAWQAAAAADeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACYAAAAAAAWQAAAAACWQAAAAACWQAAAAADWQAAAAABHQAAAAABWQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAACWQAAAAABWQAAAAACWQAAAAACWQAAAAACeQAAAAAAWQAAAAABWQAAAAAC + tiles: ewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAACWwAAAAABYgAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAACwAAAAAAWwAAAAABWwAAAAADWwAAAAADewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAWwAAAAAAWwAAAAADWwAAAAAAWwAAAAACewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAABWwAAAAABWwAAAAACYgAAAAAAWwAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAACWwAAAAABWwAAAAACWwAAAAABWwAAAAABewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAABWwAAAAABWwAAAAACWwAAAAACewAAAAAAewAAAAAAewAAAAAAHQAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAACWwAAAAACWwAAAAAAWwAAAAABWwAAAAADWwAAAAAAWwAAAAAAHQAAAAADWwAAAAADHQAAAAABHQAAAAAAHQAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAADHQAAAAACHQAAAAAAewAAAAAAWwAAAAABWwAAAAAAHQAAAAADWwAAAAACHQAAAAAAHQAAAAABHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAADewAAAAAAWwAAAAADewAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAYgAAAAAAewAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAWwAAAAABewAAAAAAAAAAAAAAewAAAAAAWwAAAAADawAAAAAAWwAAAAACewAAAAAAWwAAAAAAWwAAAAADWwAAAAACWwAAAAACWwAAAAACWwAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAegAAAAAAewAAAAAAawAAAAAAewAAAAAAawAAAAAAewAAAAAAWwAAAAADWwAAAAABWwAAAAACWwAAAAABYgAAAAAAWwAAAAADewAAAAAAWwAAAAADWwAAAAACewAAAAAAAAAAAAAAHQAAAAAAWwAAAAABawAAAAAAWwAAAAADewAAAAAAWwAAAAADWwAAAAABYgAAAAAAYgAAAAAAWwAAAAABWwAAAAADHQAAAAACYgAAAAAAWwAAAAADewAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAABYgAAAAAAWwAAAAADWwAAAAACWwAAAAABWwAAAAABHQAAAAADWwAAAAACWwAAAAAAewAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAACWwAAAAAAWwAAAAABWwAAAAACWwAAAAABWwAAAAACewAAAAAAWwAAAAABWwAAAAAD version: 6 -3,-4: ind: -3,-4 - tiles: eQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAQAAAAAAAQAAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABeQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAABCwAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAACWQAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAACWQAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAACeQAAAAAAYAAAAAAAWQAAAAACWQAAAAACWQAAAAACeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADWQAAAAACWQAAAAACeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAABeQAAAAAAeQAAAAAAWQAAAAADWQAAAAACWQAAAAABeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAACwAAAAAAWQAAAAACWQAAAAACeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAACWQAAAAABeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABYAAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADWQAAAAACeQAAAAAA + tiles: ewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAawAAAAAAewAAAAAAQAAAAAAAQAAAAAAAHQAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAADewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAACWwAAAAACCwAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAADWwAAAAACWwAAAAADYgAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAADWwAAAAAAYgAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAABewAAAAAAYgAAAAAAWwAAAAADWwAAAAACWwAAAAABewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAABWwAAAAACewAAAAAAWwAAAAADWwAAAAAAWwAAAAAAWwAAAAADewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAABWwAAAAABewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAACwAAAAAAWwAAAAABWwAAAAABewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAADWwAAAAADWwAAAAADewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAABYgAAAAAAWwAAAAABewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAABWwAAAAACWwAAAAAAewAAAAAA version: 6 -4,-3: ind: -4,-3 - tiles: AAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAagAAAAADaAAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAABeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAaAAAAAAAYAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAYAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAYAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAYAAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAWQAAAAACYAAAAAAAWQAAAAABeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAWQAAAAADWQAAAAACWQAAAAACeQAAAAAAeAAAAAAAeQAAAAAAYAAAAAAAWQAAAAACWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAagAAAAAAWQAAAAABWQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAABeQAAAAAAaQAAAAAAaAAAAAAAaQAAAAAAaAAAAAAAaQAAAAAAHQAAAAADWQAAAAACYAAAAAAAWQAAAAADWQAAAAACWQAAAAAAaAAAAAAAHQAAAAADWQAAAAADYAAAAAAAeQAAAAAAaAAAAAAAaQAAAAAAaAAAAAAAaQAAAAAAaAAAAAAAHQAAAAADWQAAAAADWQAAAAABYAAAAAAAWQAAAAABHQAAAAACWQAAAAAAHQAAAAABWQAAAAACWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAADYAAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAYAAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + tiles: AAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAbAAAAAAAagAAAAAAawAAAAAAawAAAAAAewAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAADegAAAAAAegAAAAAAegAAAAAAewAAAAAAagAAAAAAYgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAYgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAYgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAYgAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAWwAAAAACYgAAAAAAWwAAAAABegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAACWwAAAAADWwAAAAACWwAAAAACewAAAAAAegAAAAAAewAAAAAAYgAAAAAAWwAAAAABWwAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbAAAAAABWwAAAAAAWwAAAAAAWwAAAAABewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAACewAAAAAAawAAAAAAagAAAAAAawAAAAAAagAAAAAAawAAAAAAHQAAAAACWwAAAAADYgAAAAAAWwAAAAAAWwAAAAACWwAAAAACagAAAAAAHQAAAAAAWwAAAAAAYgAAAAAAewAAAAAAagAAAAAAawAAAAAAagAAAAAAawAAAAAAagAAAAAAHQAAAAABWwAAAAAAWwAAAAACYgAAAAAAWwAAAAACHQAAAAAAWwAAAAAAHQAAAAADWwAAAAAAWwAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAACWwAAAAABYgAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAagAAAAAAYgAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAagAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAA version: 6 -4,-4: ind: -4,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAABWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAagAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAWQAAAAABHQAAAAACHQAAAAACHQAAAAABeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAHQAAAAADHQAAAAABHQAAAAADaAAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAYAAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAWwAAAAABWwAAAAACWwAAAAACewAAAAAAewAAAAAAewAAAAAAbAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAawAAAAAAawAAAAAAawAAAAAAewAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAewAAAAAAawAAAAAAawAAAAAAawAAAAAAWwAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAewAAAAAAawAAAAAAawAAAAAAawAAAAAAewAAAAAAWwAAAAABHQAAAAADHQAAAAAAHQAAAAADegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAegAAAAAAHQAAAAABHQAAAAACHQAAAAACagAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAagAAAAAAawAAAAAAawAAAAAAewAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAYgAAAAAAawAAAAAAawAAAAAAewAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAagAAAAAAawAAAAAAawAAAAAAewAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAA version: 6 -3,0: ind: -3,0 - tiles: WQAAAAAAWQAAAAACWQAAAAADHQAAAAACZAAAAAAAZAAAAAADZAAAAAABZAAAAAACZAAAAAAAZAAAAAADZAAAAAABZAAAAAABZAAAAAAAZAAAAAABZAAAAAADZAAAAAACWQAAAAADWQAAAAAAWQAAAAABHQAAAAABWQAAAAAAWQAAAAACWQAAAAADYAAAAAAAWQAAAAADWQAAAAADWQAAAAACWQAAAAADWQAAAAACWQAAAAADWQAAAAACWQAAAAAAHQAAAAAAHQAAAAABHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAWQAAAAAAWQAAAAABaQAAAAAAeQAAAAAALwAAAAAALwAAAAAALwAAAAAAZwAAAAAAZwAAAAAALwAAAAAALwAAAAAALwAAAAAAeQAAAAAALwAAAAAAWQAAAAADWQAAAAAAWQAAAAADWQAAAAAAaAAAAAAAeQAAAAAALwAAAAAALwAAAAAALwAAAAAAZwAAAAABZwAAAAADLwAAAAAALwAAAAAALwAAAAAAeQAAAAAALwAAAAAAWQAAAAABWQAAAAACWQAAAAAAWQAAAAABaAAAAAAAeQAAAAAALwAAAAAALwAAAAAALwAAAAAAZwAAAAAAZwAAAAACLwAAAAAALwAAAAAALwAAAAAAeQAAAAAALwAAAAAAWQAAAAABWQAAAAADWQAAAAAAWQAAAAADaQAAAAAAeQAAAAAALwAAAAAALwAAAAAALwAAAAAAZwAAAAACZwAAAAABLwAAAAAALwAAAAAALwAAAAAAeQAAAAAALwAAAAAAWQAAAAACWQAAAAACWQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAADWQAAAAADWQAAAAACeQAAAAAAdgAAAAAAeQAAAAAAIgAAAAABIgAAAAABIgAAAAADIgAAAAABIgAAAAABIgAAAAACeQAAAAAAHQAAAAAAHQAAAAABeQAAAAAAHQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAdgAAAAADeQAAAAAAIgAAAAAAIgAAAAAAIgAAAAAAIgAAAAABIgAAAAACIgAAAAABeQAAAAAAIQAAAAAAIQAAAAABWQAAAAADWQAAAAABWQAAAAACeQAAAAAAdgAAAAADdgAAAAABeQAAAAAAIgAAAAABIgAAAAADIgAAAAACIgAAAAADIgAAAAADIgAAAAADeQAAAAAAIQAAAAACIgAAAAACWQAAAAABYAAAAAAAWQAAAAABHQAAAAAAdgAAAAADdgAAAAACeQAAAAAAIgAAAAAAIgAAAAABIgAAAAAAIgAAAAABIgAAAAACIgAAAAABeQAAAAAAIQAAAAACeQAAAAAAWQAAAAACWQAAAAABWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIgAAAAAAIgAAAAABIgAAAAAAIgAAAAACIgAAAAABIgAAAAABeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAZAAAAAAAeQAAAAAATAAAAAACTAAAAAADIgAAAAACIgAAAAACTAAAAAAATAAAAAABHQAAAAABHQAAAAACeQAAAAAAWQAAAAADWQAAAAABYAAAAAAAWQAAAAAAaQAAAAAAZAAAAAADeQAAAAAATAAAAAACTAAAAAAAIgAAAAAAIgAAAAACTAAAAAADTAAAAAABHQAAAAABHQAAAAABHQAAAAACWQAAAAABYAAAAAAAYAAAAAAAWQAAAAABeQAAAAAAZAAAAAABeQAAAAAATAAAAAABTAAAAAACIgAAAAACIgAAAAAATAAAAAABTAAAAAADHQAAAAACHQAAAAACeQAAAAAA + tiles: WwAAAAADWwAAAAACWwAAAAACHQAAAAACZgAAAAABZgAAAAADZgAAAAACZgAAAAAAZgAAAAABZgAAAAAAZgAAAAABZgAAAAAAZgAAAAAAZgAAAAABZgAAAAAAZgAAAAACWwAAAAADWwAAAAAAWwAAAAABHQAAAAABWwAAAAABWwAAAAACWwAAAAABYgAAAAAAWwAAAAAAWwAAAAABWwAAAAACWwAAAAABWwAAAAACWwAAAAADWwAAAAACWwAAAAABHQAAAAACHQAAAAACHQAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAACHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAACWwAAAAAAWwAAAAACWwAAAAADawAAAAAAewAAAAAALwAAAAAALwAAAAAALwAAAAAAaQAAAAACaQAAAAABLwAAAAAALwAAAAAALwAAAAAAewAAAAAALwAAAAAAWwAAAAAAWwAAAAACWwAAAAADWwAAAAACagAAAAAAewAAAAAALwAAAAAALwAAAAAALwAAAAAAaQAAAAABaQAAAAABLwAAAAAALwAAAAAALwAAAAAAewAAAAAALwAAAAAAWwAAAAADWwAAAAAAWwAAAAADWwAAAAABagAAAAAAewAAAAAALwAAAAAALwAAAAAALwAAAAAAaQAAAAADaQAAAAAALwAAAAAALwAAAAAALwAAAAAAewAAAAAALwAAAAAAWwAAAAADWwAAAAADWwAAAAADWwAAAAAAawAAAAAAewAAAAAALwAAAAAALwAAAAAALwAAAAAAaQAAAAABaQAAAAAALwAAAAAALwAAAAAALwAAAAAAewAAAAAALwAAAAAAWwAAAAACWwAAAAAAWwAAAAAAWwAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAABWwAAAAACWwAAAAACWwAAAAADewAAAAAAeAAAAAACewAAAAAAIgAAAAAAIgAAAAACIgAAAAAAIgAAAAADIgAAAAACIgAAAAACewAAAAAAHQAAAAADHQAAAAADewAAAAAAHQAAAAACHQAAAAACewAAAAAAewAAAAAAeAAAAAADewAAAAAAIgAAAAACIgAAAAABIgAAAAADIgAAAAADIgAAAAABIgAAAAACewAAAAAAIQAAAAAAIQAAAAACWwAAAAABWwAAAAACWwAAAAAAewAAAAAAeAAAAAACeAAAAAADewAAAAAAIgAAAAAAIgAAAAABIgAAAAABIgAAAAAAIgAAAAADIgAAAAAAewAAAAAAIQAAAAAAIgAAAAACWwAAAAABYgAAAAAAWwAAAAADHQAAAAADeAAAAAAAeAAAAAACewAAAAAAIgAAAAACIgAAAAABIgAAAAADIgAAAAAAIgAAAAAAIgAAAAADewAAAAAAIQAAAAABewAAAAAAWwAAAAABWwAAAAABWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAIgAAAAACIgAAAAADIgAAAAABIgAAAAABIgAAAAADIgAAAAACewAAAAAAewAAAAAAewAAAAAAWwAAAAACewAAAAAAHQAAAAABewAAAAAAewAAAAAAZgAAAAACewAAAAAATAAAAAAATAAAAAACIgAAAAADIgAAAAABTAAAAAACTAAAAAABHQAAAAAAHQAAAAADewAAAAAAWwAAAAABWwAAAAACYgAAAAAAWwAAAAADawAAAAAAZgAAAAABewAAAAAATAAAAAADTAAAAAAAIgAAAAADIgAAAAAATAAAAAABTAAAAAABHQAAAAACHQAAAAADHQAAAAADWwAAAAABYgAAAAAAYgAAAAAAWwAAAAAAewAAAAAAZgAAAAADewAAAAAATAAAAAAATAAAAAACIgAAAAABIgAAAAAATAAAAAAATAAAAAACHQAAAAADHQAAAAACewAAAAAA version: 6 -3,1: ind: -3,1 - tiles: YAAAAAAAWQAAAAABWQAAAAACWQAAAAACeQAAAAAAZAAAAAABeQAAAAAAIQAAAAADIQAAAAAAIQAAAAADIQAAAAAAIQAAAAABIQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAWQAAAAAAZAAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAWQAAAAACWQAAAAAAWQAAAAACWQAAAAAAWQAAAAADZAAAAAAAZAAAAAADZAAAAAABZAAAAAADZAAAAAAAZAAAAAACZAAAAAADZAAAAAACZAAAAAACZAAAAAADeQAAAAAAWQAAAAAAWQAAAAACWQAAAAABWQAAAAABWQAAAAAAZAAAAAACIgAAAAAAIgAAAAACHQAAAAAAIgAAAAABIgAAAAAAHQAAAAACIgAAAAADIgAAAAAAZAAAAAADeQAAAAAAWQAAAAACWQAAAAACWQAAAAACXgAAAAAAXgAAAAAAZAAAAAADIgAAAAAAIgAAAAACHQAAAAADIgAAAAAAIgAAAAABHQAAAAACIgAAAAACIgAAAAADZAAAAAAAeQAAAAAAWQAAAAACWQAAAAAAWQAAAAAAXgAAAAADXgAAAAACZAAAAAABHQAAAAADHQAAAAABHQAAAAAAHQAAAAACHQAAAAAAHQAAAAADHQAAAAADHQAAAAACZAAAAAABHQAAAAAAYAAAAAAAWQAAAAACWQAAAAAAXgAAAAABXgAAAAABZAAAAAADIgAAAAADIgAAAAACHQAAAAADIgAAAAABIgAAAAADHQAAAAADIgAAAAADIgAAAAABZAAAAAADHQAAAAACYAAAAAAAWQAAAAAAWQAAAAAAWQAAAAADWQAAAAAAZAAAAAAAIgAAAAACIgAAAAACHQAAAAABIgAAAAABIgAAAAACHQAAAAADIgAAAAADIgAAAAACZAAAAAADeQAAAAAAWQAAAAABWQAAAAABWQAAAAADWQAAAAADWQAAAAABZAAAAAADZAAAAAABZAAAAAAAZAAAAAADZAAAAAAAZAAAAAACZAAAAAACZAAAAAAAZAAAAAACZAAAAAAAeQAAAAAAWQAAAAAAWQAAAAADWQAAAAABWQAAAAABWQAAAAACWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAACWQAAAAADWQAAAAAAWQAAAAADWQAAAAABWQAAAAADWQAAAAACWQAAAAADWQAAAAABWQAAAAADWQAAAAACYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAACwAAAAAAWQAAAAABWQAAAAAAeQAAAAAAHQAAAAABHQAAAAABeQAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAWQAAAAACWQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADWQAAAAAAYAAAAAAAYAAAAAAAWQAAAAADWQAAAAADWQAAAAADWQAAAAADWQAAAAADeQAAAAAAWQAAAAACWQAAAAADWQAAAAADeQAAAAAAWQAAAAACWQAAAAADWQAAAAADWQAAAAADWQAAAAACWQAAAAAAWQAAAAADWQAAAAABWQAAAAACWQAAAAABWQAAAAAAHQAAAAACWQAAAAABWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAADZAAAAAABZAAAAAACZAAAAAADZAAAAAADZAAAAAAAWQAAAAACeQAAAAAAWQAAAAAAWQAAAAACWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAXgAAAAADXgAAAAADZAAAAAAAIgAAAAACIgAAAAADIgAAAAAAZAAAAAADWQAAAAACeQAAAAAAWQAAAAABWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + tiles: YgAAAAAAWwAAAAACWwAAAAACWwAAAAABewAAAAAAZgAAAAACewAAAAAAIQAAAAABIQAAAAACIQAAAAACIQAAAAAAIQAAAAAAIQAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAABewAAAAAAewAAAAAAWwAAAAACZgAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAACewAAAAAAWwAAAAABWwAAAAAAWwAAAAAAWwAAAAADWwAAAAACZgAAAAADZgAAAAABZgAAAAAAZgAAAAAAZgAAAAABZgAAAAAAZgAAAAACZgAAAAAAZgAAAAADZgAAAAAAewAAAAAAWwAAAAABWwAAAAABWwAAAAAAWwAAAAAAWwAAAAAAZgAAAAADIgAAAAABIgAAAAACHQAAAAADIgAAAAADIgAAAAAAHQAAAAACIgAAAAACIgAAAAAAZgAAAAABewAAAAAAWwAAAAADWwAAAAAAWwAAAAADYAAAAAACYAAAAAACZgAAAAADIgAAAAADIgAAAAABHQAAAAABIgAAAAAAIgAAAAAAHQAAAAAAIgAAAAAAIgAAAAABZgAAAAAAewAAAAAAWwAAAAACWwAAAAAAWwAAAAAAYAAAAAADYAAAAAAAZgAAAAADHQAAAAAAHQAAAAACHQAAAAAAHQAAAAAAHQAAAAACHQAAAAACHQAAAAAAHQAAAAADZgAAAAAAHQAAAAACYgAAAAAAWwAAAAACWwAAAAABYAAAAAADYAAAAAACZgAAAAABIgAAAAADIgAAAAAAHQAAAAABIgAAAAABIgAAAAABHQAAAAABIgAAAAACIgAAAAAAZgAAAAADHQAAAAABYgAAAAAAWwAAAAABWwAAAAAAWwAAAAACWwAAAAABZgAAAAAAIgAAAAABIgAAAAACHQAAAAABIgAAAAACIgAAAAADHQAAAAACIgAAAAAAIgAAAAAAZgAAAAAAewAAAAAAWwAAAAACWwAAAAADWwAAAAABWwAAAAAAWwAAAAACZgAAAAACZgAAAAADZgAAAAAAZgAAAAADZgAAAAACZgAAAAADZgAAAAACZgAAAAABZgAAAAACZgAAAAAAewAAAAAAWwAAAAABWwAAAAAAWwAAAAABWwAAAAACWwAAAAADWwAAAAAAWwAAAAABWwAAAAACWwAAAAABWwAAAAABWwAAAAAAWwAAAAACWwAAAAABWwAAAAADWwAAAAACWwAAAAACWwAAAAABWwAAAAACWwAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAewAAAAAAewAAAAAAWwAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAACwAAAAAAWwAAAAACWwAAAAADewAAAAAAHQAAAAADHQAAAAACewAAAAAAewAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAewAAAAAAWwAAAAACWwAAAAAAWwAAAAABewAAAAAAewAAAAAAewAAAAAAHQAAAAACWwAAAAADYgAAAAAAYgAAAAAAWwAAAAAAWwAAAAABWwAAAAABWwAAAAABWwAAAAADewAAAAAAWwAAAAACWwAAAAABWwAAAAACewAAAAAAWwAAAAABWwAAAAABWwAAAAAAWwAAAAADWwAAAAABWwAAAAADWwAAAAAAWwAAAAAAWwAAAAABWwAAAAADWwAAAAADHQAAAAABWwAAAAABWwAAAAABWwAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAZgAAAAAAZgAAAAABZgAAAAADZgAAAAADZgAAAAADWwAAAAADewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYAAAAAAAYAAAAAABZgAAAAABIgAAAAADIgAAAAADIgAAAAACZgAAAAAAWwAAAAAAewAAAAAAWwAAAAADWwAAAAAAWwAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAA version: 6 -4,-1: ind: -4,-1 - tiles: AAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAADWQAAAAADWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAABWQAAAAACeQAAAAAAagAAAAAAagAAAAACWQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAAAWQAAAAADWQAAAAABeQAAAAAAagAAAAADagAAAAABWQAAAAABAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAADWQAAAAACWQAAAAAAeQAAAAAAagAAAAAAagAAAAABWQAAAAADAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAYAAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAWQAAAAAAWQAAAAABWQAAAAABWQAAAAAAWQAAAAABeQAAAAAAYAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAABYAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAADAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAACWQAAAAAAHQAAAAAAWQAAAAABWQAAAAADeQAAAAAAWQAAAAADAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAADWQAAAAACWQAAAAADWQAAAAABWQAAAAADeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAABYAAAAAAAWQAAAAABWQAAAAACWQAAAAAAHQAAAAACZgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAABWQAAAAAAWQAAAAAAWQAAAAABHQAAAAABZgAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAHQAAAAABHQAAAAABHQAAAAABaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + tiles: AAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAWwAAAAABWwAAAAADWwAAAAACWwAAAAABewAAAAAAewAAAAAAewAAAAAAYgAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAWwAAAAABWwAAAAACWwAAAAACWwAAAAABewAAAAAAbAAAAAACbAAAAAABWwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAWwAAAAACWwAAAAADWwAAAAACWwAAAAABewAAAAAAbAAAAAAAbAAAAAAAWwAAAAADAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAWwAAAAACWwAAAAABWwAAAAAAWwAAAAACewAAAAAAbAAAAAAAbAAAAAAAWwAAAAADAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAWwAAAAABWwAAAAADYgAAAAAAWwAAAAABewAAAAAAewAAAAAAewAAAAAAWwAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAWwAAAAAAWwAAAAACWwAAAAACWwAAAAABWwAAAAADewAAAAAAYgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAABWwAAAAABYgAAAAAAWwAAAAABWwAAAAAAWwAAAAACewAAAAAAWwAAAAABAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAADWwAAAAADHQAAAAABWwAAAAAAWwAAAAACewAAAAAAWwAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAADWwAAAAAAWwAAAAACWwAAAAADWwAAAAACewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAWwAAAAADWwAAAAAAYgAAAAAAWwAAAAADWwAAAAACWwAAAAABHQAAAAACaAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAADWwAAAAADWwAAAAADWwAAAAABHQAAAAAAaAAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAYgAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAHQAAAAACewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHQAAAAABHQAAAAADHQAAAAADagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAA version: 6 -4,-2: ind: -4,-2 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAagAAAAACYAAAAAAAeQAAAAAAHQAAAAACWQAAAAABWQAAAAAAWQAAAAADWQAAAAAAWQAAAAAAWQAAAAABeQAAAAAAWQAAAAADYAAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAAAYAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAACwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAACeQAAAAAAYAAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAACwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAYAAAAAAAWQAAAAAAWQAAAAABWQAAAAABWQAAAAACWQAAAAADWQAAAAAAWQAAAAAAWQAAAAACWQAAAAADWQAAAAABeQAAAAAAaQAAAAAAHQAAAAAAYAAAAAAAWQAAAAACWQAAAAADWQAAAAACWQAAAAADWQAAAAACWQAAAAAAWQAAAAACWQAAAAACYAAAAAAAWQAAAAACWQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAHQAAAAADWQAAAAABWQAAAAADWQAAAAADWQAAAAADWQAAAAABWQAAAAABWQAAAAACWQAAAAAAYAAAAAAAWQAAAAADWQAAAAAAWQAAAAAAWQAAAAACHQAAAAACWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAWQAAAAABWQAAAAABWQAAAAACWQAAAAADWQAAAAACeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAHQAAAAADHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAWQAAAAADWQAAAAADYAAAAAAAWQAAAAADWQAAAAABWQAAAAACWQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADYAAAAAAAWQAAAAAAWQAAAAABWQAAAAABeQAAAAAAWQAAAAABAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAHQAAAAAAHQAAAAAAHQAAAAACWQAAAAACYAAAAAAAWQAAAAABWQAAAAABWQAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAABWQAAAAABWQAAAAAAWQAAAAADWQAAAAADHQAAAAABWQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAACYAAAAAAAWQAAAAABWQAAAAACWQAAAAAAHQAAAAACWQAAAAAA + tiles: ewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAbAAAAAACYgAAAAAAewAAAAAAHQAAAAAAWwAAAAAAWwAAAAABWwAAAAADWwAAAAACWwAAAAABWwAAAAAAewAAAAAAWwAAAAAAYgAAAAAAWwAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAACWwAAAAADYgAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAACwAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAACWwAAAAADewAAAAAAYgAAAAAAewAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAACwAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAABWwAAAAADWwAAAAADewAAAAAAewAAAAAAYgAAAAAAewAAAAAAewAAAAAAawAAAAAAawAAAAAAewAAAAAAewAAAAAAWwAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAABWwAAAAACYgAAAAAAWwAAAAACWwAAAAABWwAAAAADWwAAAAACWwAAAAADWwAAAAABWwAAAAABWwAAAAADWwAAAAADWwAAAAAAewAAAAAAawAAAAAAHQAAAAADYgAAAAAAWwAAAAADWwAAAAADWwAAAAABWwAAAAADWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAYgAAAAAAWwAAAAABWwAAAAABWwAAAAADewAAAAAAewAAAAAAHQAAAAACWwAAAAADWwAAAAABWwAAAAADWwAAAAACWwAAAAAAWwAAAAACWwAAAAABWwAAAAACYgAAAAAAWwAAAAACWwAAAAABWwAAAAABWwAAAAACHQAAAAACWwAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAACewAAAAAAWwAAAAAAWwAAAAADWwAAAAAAWwAAAAADWwAAAAACewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAWwAAAAACWwAAAAABYgAAAAAAWwAAAAADWwAAAAADWwAAAAAAWwAAAAABAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAACYgAAAAAAWwAAAAACWwAAAAAAWwAAAAACewAAAAAAWwAAAAADAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAHQAAAAADHQAAAAADHQAAAAACWwAAAAAAYgAAAAAAWwAAAAAAWwAAAAACWwAAAAABYgAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAABWwAAAAADWwAAAAACWwAAAAAAWwAAAAADWwAAAAACHQAAAAAAWwAAAAABAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAACWwAAAAAAYgAAAAAAWwAAAAACWwAAAAABWwAAAAACHQAAAAADWwAAAAAB version: 6 -5,-1: ind: -5,-1 - tiles: eAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: egAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -5,-2: ind: -5,-2 - tiles: eAAAAAAAeAAAAAAAHQAAAAAAHQAAAAACHQAAAAABaQAAAAAAWQAAAAAAaQAAAAAAWQAAAAADaQAAAAAAHQAAAAABHQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAHQAAAAABeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAWQAAAAAAaQAAAAAAWQAAAAADaQAAAAAAeQAAAAAAHQAAAAABaAAAAAAAHQAAAAABaAAAAAAAHQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaQAAAAAAWQAAAAADaQAAAAAAWQAAAAACaQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAWQAAAAACWQAAAAACWQAAAAADWQAAAAAAWQAAAAACeQAAAAAAYAAAAAAAHQAAAAACHQAAAAAAHQAAAAAAYAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAHQAAAAADHQAAAAABHQAAAAADYAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAADWQAAAAABWQAAAAACWQAAAAAAeQAAAAAAYAAAAAAAHQAAAAACeQAAAAAAHQAAAAABYAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAWQAAAAADWQAAAAABeQAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADWQAAAAAAWQAAAAAAWQAAAAABHQAAAAABYAAAAAAAHQAAAAADHQAAAAADHQAAAAADYAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAADWQAAAAABWQAAAAABWQAAAAADHQAAAAACYAAAAAAAHQAAAAAAHQAAAAABHQAAAAABYAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAA + tiles: egAAAAAAegAAAAAAHQAAAAACHQAAAAACHQAAAAABawAAAAAAWwAAAAABawAAAAAAWwAAAAACawAAAAAAHQAAAAAAHQAAAAABagAAAAAAagAAAAAAagAAAAAAHQAAAAADegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAWwAAAAABawAAAAAAWwAAAAACawAAAAAAewAAAAAAHQAAAAABagAAAAAAHQAAAAABagAAAAAAHQAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAawAAAAAAWwAAAAAAawAAAAAAWwAAAAACawAAAAAAewAAAAAAHQAAAAABewAAAAAAewAAAAAAewAAAAAAHQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAWwAAAAAAWwAAAAADWwAAAAACWwAAAAABWwAAAAADewAAAAAAYgAAAAAAHQAAAAABHQAAAAAAHQAAAAACYgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAHQAAAAAAHQAAAAABHQAAAAACYgAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAWwAAAAACWwAAAAACWwAAAAAAWwAAAAACWwAAAAACewAAAAAAYgAAAAAAHQAAAAACewAAAAAAHQAAAAAAYgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAWwAAAAACWwAAAAACWwAAAAABWwAAAAACWwAAAAAAewAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAABWwAAAAAAWwAAAAABWwAAAAABHQAAAAACYgAAAAAAHQAAAAADHQAAAAABHQAAAAABYgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAWwAAAAADWwAAAAACWwAAAAADWwAAAAACWwAAAAADHQAAAAADYgAAAAAAHQAAAAADHQAAAAABHQAAAAACYgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAA version: 6 -5,-3: ind: -5,-3 - tiles: eAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAWQAAAAACaQAAAAAAWQAAAAACeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAaQAAAAAAaAAAAAAAaQAAAAAAeQAAAAAAagAAAAACeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeAAAAAAAeQAAAAAAWQAAAAADaQAAAAAAWQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAaQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAWQAAAAACaQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAADWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAYAAAAAAAWQAAAAADHQAAAAACeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAaQAAAAAAHQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaQAAAAAAWQAAAAACeQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAADWQAAAAABWQAAAAACWQAAAAABeQAAAAAAHQAAAAABHQAAAAAAHQAAAAABHQAAAAABHQAAAAAC + tiles: egAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAWwAAAAACawAAAAAAWwAAAAACewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAawAAAAAAagAAAAAAawAAAAAAewAAAAAAbAAAAAADewAAAAAAewAAAAAAewAAAAAAWwAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAegAAAAAAewAAAAAAWwAAAAAAawAAAAAAWwAAAAACewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAACewAAAAAAewAAAAAAegAAAAAAewAAAAAAWwAAAAAAawAAAAAAWwAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAACewAAAAAAewAAAAAAegAAAAAAewAAAAAAawAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAWwAAAAAAawAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAABWwAAAAABWwAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAWwAAAAAAWwAAAAABWwAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAAWwAAAAABWwAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAADYgAAAAAAWwAAAAADHQAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAABawAAAAAAHQAAAAADawAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAawAAAAAAWwAAAAACewAAAAAAawAAAAAAawAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAHQAAAAACHQAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAABWwAAAAAAWwAAAAACWwAAAAADWwAAAAACewAAAAAAHQAAAAACHQAAAAABHQAAAAACHQAAAAACHQAAAAAC version: 6 -4,-5: ind: -4,-5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAADHQAAAAADHQAAAAABWQAAAAADWQAAAAADWQAAAAAACwAAAAAAWQAAAAADWQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAACwAAAAAAWQAAAAABWQAAAAAAYAAAAAAAWQAAAAABeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAagAAAAADeQAAAAAAWQAAAAADYAAAAAAAWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAYAAAAAAACwAAAAAAWQAAAAADWQAAAAADCwAAAAAACwAAAAAAaQAAAAAAaQAAAAAAWQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAYAAAAAAAWQAAAAACWQAAAAADeQAAAAAAWQAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAYAAAAAAAWQAAAAADWQAAAAACYAAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAACagAAAAABYAAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAWQAAAAABYAAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAABHQAAAAACHQAAAAAAWQAAAAADWQAAAAACWQAAAAABYAAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAACwAAAAAACwAAAAAAWQAAAAAAWQAAAAACeQAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAKAAAAAACKAAAAAABKAAAAAABKAAAAAAAKAAAAAADeQAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAKAAAAAAAKAAAAAACKAAAAAACKAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAKAAAAAADKAAAAAAAKAAAAAACKAAAAAABeQAAAAAAWQAAAAADWQAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAACHQAAAAAAHQAAAAADWwAAAAABWwAAAAABWwAAAAABCwAAAAAAWwAAAAADWwAAAAABewAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAACwAAAAAAWwAAAAAAWwAAAAABYgAAAAAAWwAAAAADewAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAbAAAAAADewAAAAAAWwAAAAAAYgAAAAAAWwAAAAAAWwAAAAABewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAYgAAAAAACwAAAAAAWwAAAAAAWwAAAAACCwAAAAAACwAAAAAAawAAAAAAawAAAAAAWwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAYgAAAAAAWwAAAAADWwAAAAABewAAAAAAWwAAAAACYgAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAABYgAAAAAAWwAAAAAAWwAAAAADYgAAAAAAewAAAAAAYgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAHQAAAAADewAAAAAAewAAAAAAewAAAAAAWwAAAAABWwAAAAACbAAAAAADYgAAAAAAewAAAAAAYgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAWwAAAAABYgAAAAAAYgAAAAAAewAAAAAAewAAAAAAYgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAHQAAAAAAHQAAAAADWwAAAAAAWwAAAAABWwAAAAACYgAAAAAAewAAAAAAewAAAAAAYgAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAACwAAAAAACwAAAAAAWwAAAAACWwAAAAABewAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAYgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAKAAAAAACKAAAAAACKAAAAAACKAAAAAADKAAAAAADewAAAAAAYgAAAAAAYgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAKAAAAAABKAAAAAACKAAAAAAAKAAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAKAAAAAACKAAAAAAAKAAAAAAAKAAAAAACewAAAAAAWwAAAAAAWwAAAAACewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAAWwAAAAADewAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAA version: 6 -4,-6: ind: -4,-6 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAHQAAAAABIQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAVAAAAAAAHQAAAAACIQAAAAAAeQAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAVAAAAAAAHQAAAAABIQAAAAADIQAAAAAAIQAAAAAAIQAAAAADHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAVAAAAAAAHQAAAAADIQAAAAADeQAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAHQAAAAADIQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAACwAAAAAAeQAAAAAACwAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAACHQAAAAACHQAAAAABeQAAAAAACwAAAAAAWQAAAAABYAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAWQAAAAAAWQAAAAACWQAAAAADeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAHQAAAAAAIQAAAAACewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAVgAAAAACHQAAAAACIQAAAAACewAAAAAAVgAAAAACVgAAAAABVgAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAVgAAAAAAHQAAAAABIQAAAAABIQAAAAAAIQAAAAABIQAAAAAAHQAAAAADewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAVgAAAAAAHQAAAAAAIQAAAAADewAAAAAAVgAAAAACVgAAAAAAVgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAHQAAAAACIQAAAAADewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAACwAAAAAAewAAAAAACwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAADHQAAAAACHQAAAAAAewAAAAAACwAAAAAAWwAAAAAAYgAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAWwAAAAABWwAAAAADWwAAAAAAewAAAAAAewAAAAAAAAAAAAAAewAAAAAA version: 6 -3,-6: ind: -3,-6 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAABWQAAAAADWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAagAAAAABeQAAAAAAagAAAAACeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAagAAAAADaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAagAAAAACYAAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAYAAAAAAAaAAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAYAAAAAAAWQAAAAAACwAAAAAAWQAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAACwAAAAAAWQAAAAACYAAAAAAAWQAAAAADWQAAAAADCwAAAAAAWQAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAYAAAAAAAYAAAAAAACwAAAAAAWQAAAAACWQAAAAACeQAAAAAAYAAAAAAAWQAAAAACWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAACwAAAAAAWQAAAAADWQAAAAACWQAAAAACagAAAAABCwAAAAAAWQAAAAAAWQAAAAABYAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAWQAAAAADCwAAAAAAeQAAAAAAWQAAAAABCwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAYAAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAWwAAAAABWwAAAAAAewAAAAAAWwAAAAABWwAAAAADWwAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAbAAAAAAAewAAAAAAbAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAagAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAYgAAAAAAbAAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAbAAAAAABYgAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAYgAAAAAAagAAAAAAWwAAAAADewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAYgAAAAAAWwAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAYgAAAAAAWwAAAAABCwAAAAAAWwAAAAADCwAAAAAACwAAAAAACwAAAAAACwAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAAAYgAAAAAAewAAAAAACwAAAAAAWwAAAAABYgAAAAAAWwAAAAACWwAAAAAACwAAAAAAWwAAAAAAYgAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAYgAAAAAAYgAAAAAACwAAAAAAWwAAAAACWwAAAAABewAAAAAAYgAAAAAAWwAAAAADWwAAAAACWwAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAAAYgAAAAAAewAAAAAACwAAAAAAWwAAAAACWwAAAAABWwAAAAABbAAAAAADCwAAAAAAWwAAAAACWwAAAAADYgAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAWwAAAAABCwAAAAAAewAAAAAAWwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAYgAAAAAAWwAAAAAAWwAAAAADewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -4,1: ind: -4,1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAHQAAAAAAHQAAAAADHQAAAAACHQAAAAAAWQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAADHQAAAAABHQAAAAADHQAAAAACHQAAAAADXgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAXgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAADHQAAAAABHQAAAAACHQAAAAADHQAAAAADXgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAHQAAAAABHQAAAAABHQAAAAACHQAAAAACWQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACwAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAHQAAAAAAHQAAAAACeQAAAAAAWQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAHQAAAAAAHQAAAAABHQAAAAABHQAAAAABWQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAHQAAAAAAHQAAAAADHQAAAAABHQAAAAADXgAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAHQAAAAACHQAAAAADHQAAAAAAHQAAAAAAYAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAADHQAAAAACHQAAAAABHQAAAAADHQAAAAADYAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAABHQAAAAABHQAAAAADHQAAAAAAHQAAAAAAWwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACwAAAAAAWwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAYgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAHQAAAAADHQAAAAADewAAAAAAWwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAHQAAAAACHQAAAAAAHQAAAAABHQAAAAAAWwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAHQAAAAABHQAAAAAAHQAAAAACHQAAAAAAYAAAAAAA version: 6 -4,0: ind: -4,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAYAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAWQAAAAADWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAWQAAAAACWQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAdgAAAAABdgAAAAADeQAAAAAAWQAAAAACWQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAdgAAAAADdgAAAAACeQAAAAAAWQAAAAACWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAdgAAAAABdgAAAAAAeQAAAAAAWQAAAAACWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAABWQAAAAAAWQAAAAAAWQAAAAADWQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAABWQAAAAACWQAAAAADWQAAAAACWQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAWQAAAAADWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAdgAAAAADdgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAdgAAAAAAdgAAAAABeQAAAAAAWQAAAAADWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAdgAAAAACdgAAAAAAeQAAAAAAWQAAAAADYAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAYgAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAWwAAAAACWwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAYgAAAAAAewAAAAAAWwAAAAAAWwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAABWwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAeAAAAAACeAAAAAABewAAAAAAWwAAAAAAWwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAeAAAAAABeAAAAAADewAAAAAAWwAAAAABWwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAeAAAAAABeAAAAAADewAAAAAAWwAAAAAAWwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHQAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAACWwAAAAADWwAAAAAAWwAAAAAAWwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAAWwAAAAADWwAAAAADWwAAAAACWwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAHQAAAAACewAAAAAAWwAAAAADWwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAeAAAAAADeAAAAAACewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAeAAAAAAAeAAAAAADewAAAAAAWwAAAAABWwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAeAAAAAAAeAAAAAADewAAAAAAWwAAAAACYgAAAAAA version: 6 -2,2: ind: -2,2 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAagAAAAADaAAAAAAAeQAAAAAAeQAAAAAAdgAAAAABdgAAAAAAdgAAAAACdgAAAAAAeQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAHQAAAAABdgAAAAADdgAAAAADdgAAAAAAdgAAAAAAHQAAAAABWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAABeQAAAAAAWQAAAAABagAAAAADagAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAeQAAAAAAagAAAAACWQAAAAAAdgAAAAABeQAAAAAAYAAAAAAAeQAAAAAAYAAAAAAAWQAAAAACeQAAAAAAeQAAAAAAHQAAAAABFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAeQAAAAAAaQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAagAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAagAAAAACagAAAAACYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADWQAAAAACAAAAAAAAeQAAAAAAagAAAAADagAAAAABWQAAAAABeQAAAAAAaAAAAAAAeQAAAAAAHQAAAAABdgAAAAADdgAAAAACdgAAAAABdgAAAAABWQAAAAADWQAAAAABWQAAAAACAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAACdgAAAAABdgAAAAAAdgAAAAABWQAAAAABWQAAAAABWQAAAAACAAAAAAAAAAAAAAAAeQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAACdgAAAAADdgAAAAADdgAAAAABWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAABdgAAAAADdgAAAAACeQAAAAAAWQAAAAADWQAAAAACWQAAAAADAAAAAAAAAAAAAAAAeQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAdgAAAAACdgAAAAAAdgAAAAACHQAAAAABWQAAAAAAWQAAAAADWQAAAAABAAAAAAAAAAAAAAAAeQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABdgAAAAADdgAAAAADdgAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAD + tiles: ewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAbAAAAAADagAAAAAAewAAAAAAewAAAAAAeAAAAAABeAAAAAAAeAAAAAACeAAAAAADewAAAAAAWwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAHQAAAAAAeAAAAAABeAAAAAADeAAAAAACeAAAAAADHQAAAAABWwAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAawAAAAAAewAAAAAAeAAAAAADeAAAAAACeAAAAAABeAAAAAADewAAAAAAWwAAAAABbAAAAAADbAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAACewAAAAAAewAAAAAAagAAAAAAewAAAAAAawAAAAAAawAAAAAAewAAAAAAYgAAAAAAewAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAewAAAAAAbAAAAAADWwAAAAADeAAAAAADewAAAAAAYgAAAAAAewAAAAAAYgAAAAAAWwAAAAADewAAAAAAewAAAAAAHQAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAewAAAAAAawAAAAAAWwAAAAADewAAAAAAewAAAAAAYgAAAAAAewAAAAAAbAAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAABewAAAAAAewAAAAAAewAAAAAAbAAAAAADbAAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAABWwAAAAABWwAAAAADAAAAAAAAewAAAAAAbAAAAAABbAAAAAACWwAAAAAAewAAAAAAagAAAAAAewAAAAAAHQAAAAABeAAAAAAAeAAAAAACeAAAAAADeAAAAAACWwAAAAACWwAAAAACWwAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAADeAAAAAABeAAAAAACeAAAAAADWwAAAAAAWwAAAAADWwAAAAADAAAAAAAAAAAAAAAAewAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAACeAAAAAACeAAAAAADeAAAAAABWwAAAAADWwAAAAAAWwAAAAADAAAAAAAAAAAAAAAAewAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAACeAAAAAADewAAAAAAWwAAAAABWwAAAAADWwAAAAAAAAAAAAAAAAAAAAAAewAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAHQAAAAADewAAAAAAewAAAAAAeAAAAAAAeAAAAAACeAAAAAAAHQAAAAABWwAAAAADWwAAAAABWwAAAAACAAAAAAAAAAAAAAAAewAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAADWwAAAAAAWwAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAACeAAAAAABeAAAAAABeAAAAAABewAAAAAAWwAAAAADWwAAAAACWwAAAAAB version: 6 -2,3: ind: -2,3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAdgAAAAADdgAAAAACdgAAAAADeQAAAAAAHQAAAAADHQAAAAAAHQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAADWQAAAAABWQAAAAACWQAAAAAAWQAAAAADWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAagAAAAADeQAAAAAAeQAAAAAAWQAAAAADWQAAAAACWQAAAAADWQAAAAACWQAAAAADWQAAAAABWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAagAAAAABeQAAAAAAeQAAAAAAWQAAAAACWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAagAAAAABeQAAAAAAeQAAAAAAWQAAAAABWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAABWQAAAAADeQAAAAAAagAAAAABeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAADWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAABWQAAAAAAeQAAAAAAaAAAAAAAagAAAAACagAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAADWQAAAAADeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAADWQAAAAABeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAADWQAAAAAAeQAAAAAAaAAAAAAAaQAAAAAAeQAAAAAAaAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAYgAAAAAAewAAAAAAeAAAAAADeAAAAAAAeAAAAAADewAAAAAAHQAAAAADHQAAAAADHQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAABWwAAAAAAWwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAABWwAAAAABWwAAAAADWwAAAAAAWwAAAAACWwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAbAAAAAADewAAAAAAewAAAAAAWwAAAAABWwAAAAACWwAAAAAAWwAAAAABWwAAAAADWwAAAAABWwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAbAAAAAACewAAAAAAewAAAAAAWwAAAAABWwAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAYgAAAAAAewAAAAAAewAAAAAAWwAAAAACWwAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAYgAAAAAAewAAAAAAewAAAAAAWwAAAAABWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAbAAAAAABewAAAAAAewAAAAAAWwAAAAADWwAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAWwAAAAABWwAAAAABWwAAAAABWwAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAACWwAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAADWwAAAAACewAAAAAAbAAAAAADewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAACWwAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAABWwAAAAACewAAAAAAagAAAAAAbAAAAAADbAAAAAABewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAABWwAAAAADewAAAAAAawAAAAAAewAAAAAAewAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAABWwAAAAADewAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAABWwAAAAAAewAAAAAAagAAAAAAawAAAAAAewAAAAAAagAAAAAA version: 6 -1,3: ind: -1,3 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAKAAAAAACLwAAAAAALwAAAAAAeQAAAAAAWQAAAAADeQAAAAAAaAAAAAAAagAAAAAAaAAAAAAAeQAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAKAAAAAADLwAAAAAALwAAAAAAeQAAAAAAWQAAAAABHQAAAAABWQAAAAADWQAAAAACWQAAAAACeQAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAKAAAAAACKAAAAAAALwAAAAAALwAAAAAAeQAAAAAAWQAAAAABHQAAAAABWQAAAAABWQAAAAACWQAAAAACeQAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAKAAAAAAALwAAAAAALwAAAAAALwAAAAAAeQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAWQAAAAABWQAAAAABHQAAAAAAKAAAAAACKAAAAAADKAAAAAAAKAAAAAAAKAAAAAADKAAAAAACLwAAAAAALwAAAAAALwAAAAAAeQAAAAAAWQAAAAACAAAAAAAAeQAAAAAAWQAAAAAAWQAAAAACeQAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAKAAAAAACLwAAAAAALwAAAAAALwAAAAAALwAAAAAAeQAAAAAAHQAAAAADAAAAAAAAeQAAAAAAWQAAAAABWQAAAAACeQAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAKAAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAeQAAAAAAWQAAAAABAAAAAAAAeQAAAAAAWQAAAAABWQAAAAADeQAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAKAAAAAADLwAAAAAALwAAAAAALwAAAAAALwAAAAAAeQAAAAAAWQAAAAADAAAAAAAAeQAAAAAAWQAAAAACWQAAAAACeQAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAKAAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAeQAAAAAAWQAAAAADAAAAAAAAeQAAAAAAWQAAAAACWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACAAAAAAAAeQAAAAAAWQAAAAABWQAAAAACHQAAAAABWQAAAAABWQAAAAACWQAAAAACWQAAAAACWQAAAAACWQAAAAADWQAAAAADWQAAAAABWQAAAAABWQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAWQAAAAABWQAAAAABHQAAAAAAWQAAAAAAWQAAAAACWQAAAAAAWQAAAAABWQAAAAAAWQAAAAAAWQAAAAABWQAAAAABWQAAAAADWQAAAAADWQAAAAADaAAAAAAAeQAAAAAAWQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAaAAAAAAAeQAAAAAAWQAAAAABWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAABWQAAAAABHQAAAAADaQAAAAAAeQAAAAAAWQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAWQAAAAACHQAAAAADaQAAAAAAeQAAAAAAWQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAHQAAAAADWQAAAAAAHQAAAAAC + tiles: ewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAKAAAAAACLwAAAAAALwAAAAAAewAAAAAAWwAAAAAAewAAAAAAagAAAAAAbAAAAAACagAAAAAAewAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAKAAAAAAALwAAAAAALwAAAAAAewAAAAAAWwAAAAAAHQAAAAABWwAAAAAAWwAAAAADWwAAAAABewAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAKAAAAAADKAAAAAADLwAAAAAALwAAAAAAewAAAAAAWwAAAAABHQAAAAABWwAAAAACWwAAAAABWwAAAAAAewAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAKAAAAAADLwAAAAAALwAAAAAALwAAAAAAewAAAAAAWwAAAAABewAAAAAAewAAAAAAWwAAAAABWwAAAAAAHQAAAAADKAAAAAABKAAAAAACKAAAAAAAKAAAAAACKAAAAAAAKAAAAAADLwAAAAAALwAAAAAALwAAAAAAewAAAAAAWwAAAAAAAAAAAAAAewAAAAAAWwAAAAADWwAAAAADewAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAKAAAAAADLwAAAAAALwAAAAAALwAAAAAALwAAAAAAewAAAAAAHQAAAAACAAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAKAAAAAABLwAAAAAALwAAAAAALwAAAAAALwAAAAAAewAAAAAAWwAAAAACAAAAAAAAewAAAAAAWwAAAAADWwAAAAABewAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAKAAAAAACLwAAAAAALwAAAAAALwAAAAAALwAAAAAAewAAAAAAWwAAAAACAAAAAAAAewAAAAAAWwAAAAACWwAAAAABewAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAKAAAAAABLwAAAAAALwAAAAAALwAAAAAALwAAAAAAewAAAAAAWwAAAAADAAAAAAAAewAAAAAAWwAAAAABWwAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAABAAAAAAAAewAAAAAAWwAAAAAAWwAAAAABHQAAAAADWwAAAAAAWwAAAAACWwAAAAACWwAAAAACWwAAAAADWwAAAAAAWwAAAAAAWwAAAAADWwAAAAAAWwAAAAABWwAAAAADewAAAAAAewAAAAAAWwAAAAABWwAAAAAAHQAAAAADWwAAAAADWwAAAAACWwAAAAAAWwAAAAADWwAAAAABWwAAAAABWwAAAAADWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAagAAAAAAewAAAAAAWwAAAAACWwAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAADewAAAAAAagAAAAAAewAAAAAAWwAAAAADWwAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHQAAAAADWwAAAAADHQAAAAACawAAAAAAewAAAAAAWwAAAAADWwAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHQAAAAADWwAAAAAAHQAAAAABawAAAAAAewAAAAAAWwAAAAABWwAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAHQAAAAACWwAAAAAAHQAAAAAD version: 6 -3,2: ind: -3,2 - tiles: XgAAAAAAXgAAAAABZAAAAAADIgAAAAACIgAAAAACIgAAAAACZAAAAAACWQAAAAAAeQAAAAAAWQAAAAACWQAAAAACWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAXgAAAAAAXgAAAAAAZAAAAAAAIgAAAAABIgAAAAAAIgAAAAACZAAAAAADWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADWQAAAAADeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAWQAAAAACWQAAAAAAZAAAAAADZAAAAAADZAAAAAAAZAAAAAABZAAAAAADWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAACWQAAAAABWQAAAAADWQAAAAADWQAAAAACWQAAAAADWQAAAAADWQAAAAABeQAAAAAAeQAAAAAAYAAAAAAAdgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAdgAAAAACeQAAAAAAeQAAAAAAagAAAAADagAAAAAAeQAAAAAAHQAAAAABHQAAAAADeQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAADYAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAADWQAAAAACYAAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAACYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACYAAAAAAAWQAAAAABeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAACWQAAAAADWQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZAAAAAACZAAAAAABZAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAABWQAAAAACWQAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: YAAAAAADYAAAAAADZgAAAAAAIgAAAAABIgAAAAAAIgAAAAADZgAAAAACWwAAAAABewAAAAAAWwAAAAADWwAAAAAAWwAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAYAAAAAAAYAAAAAADZgAAAAAAIgAAAAADIgAAAAAAIgAAAAAAZgAAAAADWwAAAAADewAAAAAAWwAAAAACWwAAAAAAWwAAAAABewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAWwAAAAAAWwAAAAACZgAAAAAAZgAAAAAAZgAAAAACZgAAAAACZgAAAAAAWwAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAADWwAAAAACWwAAAAACWwAAAAAAWwAAAAADWwAAAAAAWwAAAAACWwAAAAADewAAAAAAewAAAAAAYgAAAAAAeAAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAADWwAAAAABWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAeAAAAAABewAAAAAAewAAAAAAbAAAAAADbAAAAAAAewAAAAAAHQAAAAABHQAAAAABewAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAACWwAAAAABYgAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAABWwAAAAADYgAAAAAAWwAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAABWwAAAAACYgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAACYgAAAAAAWwAAAAADewAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHQAAAAADewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAAAWwAAAAAAWwAAAAADewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHQAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZgAAAAABZgAAAAACZgAAAAACewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHQAAAAADewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -4,2: ind: -4,2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAXgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAHQAAAAACHQAAAAAAHQAAAAACHQAAAAABXgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAHQAAAAACHQAAAAACHQAAAAABHQAAAAACWQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAHQAAAAABHQAAAAADeQAAAAAAWQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAHQAAAAACHQAAAAADWQAAAAAAWQAAAAAAYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAADHQAAAAAAHQAAAAABZAAAAAAAZAAAAAAAZAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAWQAAAAABYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAeQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAHQAAAAADHQAAAAAAHQAAAAADHQAAAAACYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAHQAAAAABHQAAAAADHQAAAAABHQAAAAAAWwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAHQAAAAAAHQAAAAADewAAAAAAWwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAHQAAAAAAHQAAAAACWwAAAAACWwAAAAACYgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAABHQAAAAABHQAAAAAAZgAAAAACZgAAAAAAZgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAWwAAAAADYgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAHQAAAAADewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHQAAAAADewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHQAAAAADewAAAAAA version: 6 -3,3: ind: -3,3 - tiles: AAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAACBwAAAAAABwAAAAABBwAAAAAIBwAAAAABBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAACQAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAACBwAAAAAKBwAAAAAEBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAAABwAAAAAMBwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAEBwAAAAAABwAAAAAABwAAAAAHAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAACBwAAAAABBwAAAAAFCQAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAAAAAAAAAAeAAAAAAAAAAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAeAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAeAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAACQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAABwAAAAAMBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACQAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAAAAAAAAAAegAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAegAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAKBwAAAAAEBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAegAAAAAAAAAAAAAA version: 6 -4,3: ind: -4,3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAABwAAAAAABwAAAAAMBwAAAAAABwAAAAAEBwAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAADCQAAAAAGBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAGBwAAAAAIBwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAJBwAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAKBwAAAAAABwAAAAAACQAAAAAABwAAAAAABwAAAAAABwAAAAAHAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAALAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAJAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAABBwAAAAABBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAFBwAAAAAABwAAAAACBwAAAAAABwAAAAAGBwAAAAAA version: 6 -3,4: ind: -3,4 - tiles: BwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAAAAAAAAAAAeAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAeAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAACQAAAAAMBwAAAAAABwAAAAAFBwAAAAAABwAAAAAJBwAAAAACBwAAAAAAAAAAAAAAeAAAAAAAAAAAAAAABwAAAAAABwAAAAAACQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAACCQAAAAAABwAAAAAABwAAAAAAAAAAAAAAeAAAAAAAAAAAAAAABwAAAAAABwAAAAAKBwAAAAAIBwAAAAAABwAAAAADBwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAABwAAAAAFBwAAAAAABwAAAAACBwAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAALBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: BwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAegAAAAAAAAAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAACAAAAAAAAegAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAACQAAAAAABwAAAAAFBwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAJAAAAAAAAegAAAAAAAAAAAAAABwAAAAAABwAAAAAMCQAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAACQAAAAAABwAAAAAGBwAAAAAAAAAAAAAAegAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAABwAAAAAIBwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -4,4: ind: -4,4 - tiles: AAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAADBwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAIBwAAAAAABwAAAAAABwAAAAAKBwAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAABwAAAAABBwAAAAAACQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACQAAAAALBwAAAAAABwAAAAAEAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAGBwAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAACQAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAKAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAABwAAAAAABwAAAAAACQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACQAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAHBwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAADCQAAAAAABwAAAAAABwAAAAACAAAAAAAABwAAAAAGBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 1,-7: ind: 1,-7 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 3,2: ind: 3,2 - tiles: YAAAAAAAagAAAAABYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAPgAAAAAAPgAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAADagAAAAACYAAAAAAAagAAAAACeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAABYAAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaAAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaAAAAAAAagAAAAACaQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAYAAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAagAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAADWQAAAAAAaAAAAAAAeQAAAAAAWQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAaAAAAAAAeQAAAAAABwAAAAAAeQAAAAAAeQAAAAAABwAAAAALAAAAAAAAeQAAAAAAWQAAAAADaAAAAAAAaAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAWQAAAAADaAAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAAWQAAAAAAWQAAAAABaQAAAAAAagAAAAADaQAAAAAAagAAAAAAaQAAAAAAagAAAAADaQAAAAAAagAAAAADaQAAAAAAagAAAAABagAAAAACegAAAAAABwAAAAAABwAAAAAAWQAAAAADeQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAegAAAAAAegAAAAAABwAAAAAAWQAAAAADWQAAAAABaQAAAAAAagAAAAACaQAAAAAAagAAAAAAaQAAAAAAagAAAAACaQAAAAAAagAAAAADaQAAAAAAagAAAAAAagAAAAABegAAAAAABwAAAAAACQAAAAAH + tiles: YgAAAAAAbAAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAACPgAAAAAAPgAAAAAAYgAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHQAAAAADbAAAAAACYgAAAAAAbAAAAAACewAAAAAAewAAAAAAewAAAAAAeAAAAAACeAAAAAACYgAAAAAAeAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAewAAAAAAYgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAawAAAAAAawAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAYgAAAAAAYgAAAAAAewAAAAAAawAAAAAAawAAAAAAawAAAAAAagAAAAAAewAAAAAAawAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAYgAAAAAAYgAAAAAAewAAAAAAawAAAAAAawAAAAAAawAAAAAAagAAAAAAbAAAAAACawAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAYgAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAewAAAAAAbAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAewAAAAAAawAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAABWwAAAAAAagAAAAAAewAAAAAAWwAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAagAAAAAAewAAAAAABwAAAAAAewAAAAAAewAAAAAABwAAAAAEAAAAAAAAewAAAAAAWwAAAAACagAAAAAAagAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAewAAAAAAWwAAAAADagAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAawAAAAAAewAAAAAAawAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAWwAAAAAAWwAAAAACawAAAAAAbAAAAAABawAAAAAAbAAAAAABawAAAAAAbAAAAAABawAAAAAAbAAAAAADawAAAAAAbAAAAAACbAAAAAABfAAAAAAABwAAAAAABwAAAAABWwAAAAABewAAAAAAewAAAAAAWwAAAAADewAAAAAAewAAAAAAewAAAAAAWwAAAAACewAAAAAAawAAAAAAewAAAAAAewAAAAAAYgAAAAAAfAAAAAAAfAAAAAAABwAAAAAAWwAAAAADWwAAAAABawAAAAAAbAAAAAABawAAAAAAbAAAAAAAawAAAAAAbAAAAAAAawAAAAAAbAAAAAAAawAAAAAAbAAAAAABbAAAAAAAfAAAAAAABwAAAAAACQAAAAAA version: 6 2,3: ind: 2,3 - tiles: eQAAAAAAeQAAAAAAeQAAAAAADgAAAAACDgAAAAABDgAAAAABDgAAAAAAeQAAAAAAdgAAAAACWQAAAAABWQAAAAABWQAAAAACeQAAAAAAWQAAAAACWQAAAAAAWQAAAAABAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAADeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAdgAAAAADeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAABdgAAAAABdgAAAAADdgAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAATAAAAAADeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAATAAAAAAATAAAAAABTAAAAAADeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAATAAAAAAALQAAAAAALQAAAAACLQAAAAABTAAAAAADeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAATAAAAAADLQAAAAABLQAAAAAALQAAAAADLQAAAAABLQAAAAADTAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAATAAAAAAALQAAAAABLQAAAAADLQAAAAABLQAAAAAALQAAAAADTAAAAAACeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: ewAAAAAAewAAAAAAewAAAAAADgAAAAAADgAAAAADDgAAAAABDgAAAAACewAAAAAAeAAAAAACWwAAAAAAWwAAAAABWwAAAAADewAAAAAAWwAAAAABWwAAAAABWwAAAAACAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAABWwAAAAAAWwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAeAAAAAADeAAAAAABewAAAAAAewAAAAAAeAAAAAAAewAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAWwAAAAADWwAAAAADeAAAAAACeAAAAAADeAAAAAABewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATAAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATAAAAAABTAAAAAADTAAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATAAAAAADLQAAAAAALQAAAAAALQAAAAABTAAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATAAAAAACLQAAAAADLQAAAAAALQAAAAAALQAAAAAALQAAAAADTAAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATAAAAAABLQAAAAAALQAAAAADLQAAAAABLQAAAAAALQAAAAAATAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 3,3: ind: 3,3 - tiles: WQAAAAADeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAAWQAAAAACeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAWQAAAAADaAAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAWQAAAAABeQAAAAAAeQAAAAAAaAAAAAAAYAAAAAAAaAAAAAAAYAAAAAAAWQAAAAAAaAAAAAAAaAAAAAAAWQAAAAACeQAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAagAAAAAAYAAAAAAAagAAAAADeQAAAAAAWQAAAAABWQAAAAABWQAAAAABaAAAAAAAeQAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAagAAAAADYAAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAACaAAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAADYAAAAAAAWQAAAAADaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAKeAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAYAAAAAAAHQAAAAACeQAAAAAAYAAAAAAAWQAAAAADagAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAagAAAAADeQAAAAAAagAAAAABWQAAAAAAHQAAAAABYAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAaAAAAAAAYAAAAAAAWQAAAAADWQAAAAADaAAAAAAAagAAAAABWQAAAAAAYAAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAWQAAAAADaQAAAAAAaQAAAAAAaQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: WwAAAAACewAAAAAAewAAAAAAawAAAAAAewAAAAAAawAAAAAAewAAAAAAawAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAWwAAAAABewAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAYgAAAAAAYgAAAAAAewAAAAAAWwAAAAADagAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAWwAAAAAAewAAAAAAewAAAAAAagAAAAAAYgAAAAAAagAAAAAAYgAAAAAAWwAAAAADagAAAAAAagAAAAAAWwAAAAADewAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAewAAAAAAewAAAAAAagAAAAAAbAAAAAAAYgAAAAAAbAAAAAABewAAAAAAWwAAAAACWwAAAAAAWwAAAAACagAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAewAAAAAAewAAAAAAbAAAAAACYgAAAAAAYgAAAAAAewAAAAAAewAAAAAAWwAAAAABWwAAAAACagAAAAAAewAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAACAAAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAACWwAAAAABYgAAAAAAWwAAAAADagAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAWwAAAAADewAAAAAAHQAAAAABewAAAAAAWwAAAAABewAAAAAAewAAAAAAegAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAYgAAAAAAHQAAAAABewAAAAAAYgAAAAAAWwAAAAAAbAAAAAACewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAbAAAAAACewAAAAAAbAAAAAACWwAAAAABHQAAAAABYgAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAagAAAAAAYgAAAAAAWwAAAAAAWwAAAAAAagAAAAAAbAAAAAACWwAAAAACYgAAAAAAagAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAWwAAAAAAawAAAAAAawAAAAAAawAAAAAAagAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAawAAAAAAawAAAAAAawAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -2,4: ind: -2,4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAABWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAACWQAAAAABeQAAAAAAWQAAAAABWQAAAAABWQAAAAABWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAACWQAAAAABHQAAAAAAYwAAAAACYwAAAAABYwAAAAAAYwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAWQAAAAABeQAAAAAAaQAAAAAAaQAAAAAAYwAAAAABaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAADWQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAHQAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAADHQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAHQAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAABHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAHQAAAAABHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAADHQAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAHQAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAACWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAAWwAAAAACewAAAAAAWwAAAAAAWwAAAAABWwAAAAADWwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAACWwAAAAACHQAAAAACZQAAAAACZQAAAAADZQAAAAABZQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAACWwAAAAACewAAAAAAawAAAAAAawAAAAAAZQAAAAACawAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAACWwAAAAADewAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAAAAAAAAAewAAAAAAHQAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHQAAAAAAHQAAAAABewAAAAAAAAAAAAAAewAAAAAAHQAAAAADewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHQAAAAACHQAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAHQAAAAAAHQAAAAADewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAawAAAAAAawAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHQAAAAAAHQAAAAADewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHQAAAAABHQAAAAABewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,4: ind: -1,4 - tiles: eQAAAAAAeQAAAAAAWQAAAAACWQAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAWQAAAAABeQAAAAAAWQAAAAABWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIQAAAAABIQAAAAABHQAAAAAAWQAAAAADHQAAAAABYwAAAAACHQAAAAACWQAAAAACWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAADNgAAAAAANgAAAAAANgAAAAAANgAAAAAANgAAAAAAaQAAAAAAeQAAAAAAWQAAAAAAWQAAAAACeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAADHQAAAAAAHQAAAAACNgAAAAAAIAAAAAAAIAAAAAACIAAAAAAAIAAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAACeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAACWQAAAAABHQAAAAADNgAAAAAAIAAAAAABEQAAAAAAEQAAAAAAEQAAAAAAAAAAAAAAeQAAAAAAWQAAAAACWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAABWQAAAAADHQAAAAABNgAAAAAAIAAAAAACEQAAAAAAHQAAAAAAEQAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAWQAAAAADHQAAAAACNgAAAAAAIAAAAAADEQAAAAAAEQAAAAAAEQAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAADWQAAAAAAWQAAAAAANgAAAAAAIAAAAAADIAAAAAAAIAAAAAABIAAAAAADAAAAAAAAeQAAAAAAHQAAAAAAHQAAAAADeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAACWQAAAAAANgAAAAAANgAAAAAANgAAAAAANgAAAAAANgAAAAAAAAAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAWQAAAAADHQAAAAAAeQAAAAAAHQAAAAAAAAAAAAAAeQAAAAAAHQAAAAACHQAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAHQAAAAABHQAAAAABeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: ewAAAAAAewAAAAAAWwAAAAAAWwAAAAADewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAADewAAAAAAWwAAAAACewAAAAAAWwAAAAAAWwAAAAADewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAIQAAAAADIQAAAAADHQAAAAABWwAAAAABHQAAAAABZQAAAAABHQAAAAADWwAAAAAAWwAAAAABewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAABNgAAAAAANgAAAAAANgAAAAAANgAAAAAANgAAAAAAawAAAAAAewAAAAAAWwAAAAADWwAAAAABewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHQAAAAACHQAAAAADHQAAAAACNgAAAAAAIAAAAAACIAAAAAADIAAAAAAAIAAAAAACewAAAAAAewAAAAAAWwAAAAACWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHQAAAAABWwAAAAABHQAAAAABNgAAAAAAIAAAAAADEQAAAAAAEQAAAAAAEQAAAAAAAAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHQAAAAAAWwAAAAADHQAAAAABNgAAAAAAIAAAAAADEQAAAAAAHQAAAAADEQAAAAAAAAAAAAAAewAAAAAAHQAAAAADHQAAAAABewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHQAAAAABWwAAAAABHQAAAAADNgAAAAAAIAAAAAADEQAAAAAAEQAAAAAAEQAAAAAAAAAAAAAAewAAAAAAHQAAAAACHQAAAAACewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHQAAAAAAWwAAAAADWwAAAAABNgAAAAAAIAAAAAACIAAAAAADIAAAAAABIAAAAAADAAAAAAAAewAAAAAAHQAAAAABHQAAAAABewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAHQAAAAADWwAAAAABNgAAAAAANgAAAAAANgAAAAAANgAAAAAANgAAAAAAAAAAAAAAewAAAAAAawAAAAAAawAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAWwAAAAABWwAAAAAAWwAAAAAAHQAAAAAAewAAAAAAHQAAAAAAAAAAAAAAewAAAAAAHQAAAAADHQAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAewAAAAAAHQAAAAABHQAAAAABewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 4,3: ind: 4,3 - tiles: BwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAALAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAACQAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: BwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAIBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAACQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAKBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAJBwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 4,2: ind: 4,2 - tiles: eQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAACWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAABWQAAAAADWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAHQAAAAACHQAAAAAAHQAAAAADWQAAAAADWQAAAAADWQAAAAADWQAAAAACWQAAAAAAHQAAAAADHQAAAAABHQAAAAADeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAADWQAAAAABWQAAAAACWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAABWQAAAAACWQAAAAADeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAGBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: ewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAAWwAAAAACWwAAAAABWwAAAAAAWwAAAAADewAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAABWwAAAAABWwAAAAABWwAAAAABWwAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAHQAAAAACHQAAAAAAHQAAAAACWwAAAAADWwAAAAABWwAAAAABWwAAAAABWwAAAAABHQAAAAAAHQAAAAACHQAAAAACegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAADWwAAAAABWwAAAAABWwAAAAAAWwAAAAADewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAWwAAAAAAWwAAAAABWwAAAAABWwAAAAACWwAAAAACewAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAJAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,4: ind: 0,4 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIQAAAAADIQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANgAAAAAANgAAAAAAHQAAAAADHQAAAAABeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAABNgAAAAAAHQAAAAABHQAAAAABHQAAAAADeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAANgAAAAAAHQAAAAAAWQAAAAACHQAAAAACeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAANgAAAAAAHQAAAAABWQAAAAACHQAAAAADeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAANgAAAAAAHQAAAAAAWQAAAAABHQAAAAABeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAANgAAAAAAWQAAAAACWQAAAAAAHQAAAAADeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANgAAAAAANgAAAAAAWQAAAAACHQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAADWQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: ewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIQAAAAAAIQAAAAACewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANgAAAAAANgAAAAAAHQAAAAADHQAAAAADewAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAACNgAAAAAAHQAAAAACHQAAAAAAHQAAAAABewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAADNgAAAAAAHQAAAAABWwAAAAADHQAAAAADewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAABNgAAAAAAHQAAAAACWwAAAAABHQAAAAADewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAABNgAAAAAAHQAAAAACWwAAAAAAHQAAAAABewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAABNgAAAAAAWwAAAAACWwAAAAADHQAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANgAAAAAANgAAAAAAWwAAAAABHQAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAACWwAAAAAAWwAAAAABewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 5,2: ind: 5,2 - tiles: AAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 5,1: ind: 5,1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,-7: ind: -1,-7 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAADHQAAAAAAWQAAAAABWQAAAAACWQAAAAADeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADHQAAAAADHQAAAAABWQAAAAABWQAAAAADWQAAAAADWQAAAAACeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAADWQAAAAADWQAAAAABWQAAAAADYAAAAAAAWQAAAAACWQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAWQAAAAADWQAAAAAAWQAAAAABWQAAAAACYAAAAAAAYAAAAAAAWQAAAAACWQAAAAAAWQAAAAACeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAAAWQAAAAABWQAAAAADWQAAAAADWQAAAAAAWQAAAAACWQAAAAACeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAWwAAAAABHQAAAAACWwAAAAADWwAAAAAAWwAAAAACewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAADHQAAAAACHQAAAAABWwAAAAABWwAAAAABWwAAAAADWwAAAAADewAAAAAAegAAAAAAegAAAAAAegAAAAAAYgAAAAAAYgAAAAAAewAAAAAAWwAAAAADWwAAAAACWwAAAAABWwAAAAACWwAAAAACWwAAAAAAYgAAAAAAWwAAAAADWwAAAAABewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAWwAAAAADWwAAAAACWwAAAAAAWwAAAAABYgAAAAAAYgAAAAAAWwAAAAAAWwAAAAADWwAAAAACewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAagAAAAAAewAAAAAAWwAAAAADWwAAAAACWwAAAAACWwAAAAACWwAAAAADWwAAAAACWwAAAAAAWwAAAAABWwAAAAADewAAAAAAegAAAAAAegAAAAAAegAAAAAA version: 6 -2,-7: ind: -2,-7 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAADWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAAAWQAAAAADWQAAAAABWQAAAAABWQAAAAACWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAYAAAAAAAWQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAWQAAAAABYAAAAAAAYAAAAAAAYAAAAAAAHQAAAAACYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAWQAAAAABYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAWQAAAAACeQAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAWQAAAAABYAAAAAAAYAAAAAAAYAAAAAAAagAAAAACYAAAAAAAWQAAAAADYAAAAAAAaAAAAAAAeQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAABWwAAAAAAWwAAAAACewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAABWwAAAAAAWwAAAAABWwAAAAACWwAAAAACWwAAAAACWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAYgAAAAAAWwAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAWwAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAHQAAAAACYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAewAAAAAAWwAAAAACYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAWwAAAAADewAAAAAAYgAAAAAAYgAAAAAAewAAAAAAYgAAAAAAYgAAAAAAewAAAAAAYgAAAAAAYgAAAAAAWwAAAAABYgAAAAAAYgAAAAAAYgAAAAAAbAAAAAAAYgAAAAAAWwAAAAAAYgAAAAAAagAAAAAAewAAAAAA version: 6 -3,-7: ind: -3,-7 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAHQAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAHQAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAADagAAAAACaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAHQAAAAACewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAHQAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAACewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAWwAAAAABWwAAAAADbAAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAA version: 6 -5,-4: ind: -5,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAVQAAAAAAeAAAAAAAVQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAeAAAAAAAeAAAAAAAVQAAAAAAVQAAAAAAeAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAeAAAAAAAVQAAAAAAVQAAAAAAeQAAAAAAVQAAAAAAVQAAAAAAeQAAAAAAVQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAeQAAAAAAVQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAeAAAAAAAeAAAAAAAVQAAAAAAVQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAVQAAAAAAeAAAAAAAVQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAVwAAAAABegAAAAAAVwAAAAABegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAVwAAAAADVwAAAAADVwAAAAADegAAAAAAegAAAAAAVwAAAAADVwAAAAACegAAAAAAVwAAAAADVwAAAAAAVwAAAAAAVwAAAAACVwAAAAAAVwAAAAACVwAAAAABVwAAAAABVwAAAAADVwAAAAACVwAAAAADVwAAAAAAegAAAAAAVwAAAAABVwAAAAADewAAAAAAVwAAAAACVwAAAAACewAAAAAAVwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAVwAAAAACVwAAAAABVwAAAAACVwAAAAADVwAAAAADewAAAAAAVwAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAVwAAAAAAVwAAAAABVwAAAAAAVwAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAVwAAAAACVwAAAAABVwAAAAAAVwAAAAABVwAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAVwAAAAADVwAAAAACVwAAAAABVwAAAAACVwAAAAADVwAAAAADVwAAAAABegAAAAAAegAAAAAAVwAAAAACVwAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAVwAAAAABegAAAAAAVwAAAAADegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA version: 6 5,-4: ind: 5,-4 - tiles: BwAAAAAFBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAHBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: BwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAABwAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAJBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAFBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 5,-5: ind: 5,-5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -6,-4: ind: -6,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAA version: 6 -6,-2: ind: -6,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -6,-3: ind: -6,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAA version: 6 2,4: ind: 2,4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAATAAAAAADLQAAAAACLQAAAAACLQAAAAACLQAAAAAALQAAAAACTAAAAAACeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAATAAAAAADLQAAAAACLQAAAAAALQAAAAAATAAAAAABeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAATAAAAAACTAAAAAACTAAAAAADeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATAAAAAADLQAAAAABLQAAAAADLQAAAAAALQAAAAACLQAAAAABTAAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATAAAAAACLQAAAAABLQAAAAACLQAAAAACTAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATAAAAAACTAAAAAACTAAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 - type: Broadphase - type: Physics @@ -548,6329 +547,6716 @@ entities: color: '#FFFFFFFF' id: Arrows decals: - 3608: 6,-71 - 3609: -14,-16 - 3856: -69,-45 - 3869: 1,-2 + 3436: 6,-71 + 3437: -14,-16 + 3664: -69,-45 + 3677: 1,-2 - node: angle: 3.141592653589793 rad color: '#FFFFFFFF' id: Arrows decals: - 3901: -71,-45 + 3709: -71,-45 - node: angle: 4.71238898038469 rad color: '#FFFFFFFF' id: Arrows decals: - 3140: 67,-46 - 3141: 67,-47 + 2975: 67,-46 + 2976: 67,-47 - node: color: '#FFFFFFFF' id: Bot decals: - 30: 10,22 - 31: 10,21 - 32: 10,20 - 174: 68,-46 - 175: 68,-47 - 324: -59,-74 - 325: -59,-72 - 326: -59,-80 - 327: -59,-82 - 329: -38,23 - 330: -39,23 - 331: -41,23 - 332: -42,23 - 333: -44,23 - 334: -45,23 - 335: -45,22 - 336: -44,22 - 337: -41,22 - 338: -42,22 - 339: -39,22 - 340: -45,20 - 341: -44,20 - 342: -42,20 - 343: -41,20 - 344: -38,20 - 345: -38,19 - 346: -41,19 - 347: -42,19 - 348: -45,19 - 349: -44,19 - 350: -39,20 - 351: -39,19 - 352: -38,22 - 353: 52,-16 - 354: -51,22 - 355: -51,20 - 356: -53,22 - 357: -53,20 - 360: -45,33 - 361: -44,33 - 362: -43,33 - 363: -44,32 - 364: -43,32 - 365: -45,32 - 366: -45,31 - 367: -44,31 - 368: -43,31 - 369: -51,33 - 370: -51,31 - 371: -52,29 - 372: -51,29 - 373: -52,35 - 374: -51,35 - 380: -57,-2 - 402: -60,-55 - 403: 59,29 - 404: 60,29 - 405: 68,-4 - 406: 68,-6 - 407: 68,-12 - 408: 68,-14 - 451: 76,36 - 452: 68,36 - 453: 63,31 - 454: 29,42 - 555: -13,74 - 556: -14,74 - 557: -22,74 - 558: -23,74 - 563: -38,42 - 603: -36,-101 - 604: 67,-16 - 3029: 73,-37 - 3030: 73,-36 - 3031: 72,-36 - 3032: 73,-35 - 3098: -52,-59 - 3119: 68,-69 - 3134: 69,-46 - 3135: 69,-47 - 3136: 70,-46 - 3137: 70,-47 - 3311: -47,-41 - 3316: -12,-14 - 3454: 33,-83 - 3455: 33,-90 - 3456: 30,-95 - 3457: 48,-95 - 3458: 45,-90 - 3459: 45,-83 - 3558: -58,-19 - 3559: -18,69 - 3606: 6,-86 - 3618: -53,43 - 3619: -53,42 - 3620: -50,46 - 3659: 68,-29 - 3664: 68,-28 - 3665: 69,-29 - 3666: 67,-29 - 3667: 68,-30 - 3668: 51,-83 - 3669: 51,-90 - 3752: -77,-32 - 3757: -64,-46 - 3845: -67,-43 - 3863: -47,-40 - 3865: 1,-3 - 3866: 2,-3 - 3867: 3,-3 - - node: - color: '#60A5D9D6' - id: BotGreyscale - decals: - 3406: -25,-60 + 15: 10,22 + 16: 10,21 + 17: 10,20 + 159: 68,-46 + 160: 68,-47 + 302: -59,-74 + 303: -59,-72 + 304: -59,-80 + 305: -59,-82 + 307: -38,23 + 308: -39,23 + 309: -41,23 + 310: -42,23 + 311: -44,23 + 312: -45,23 + 313: -45,22 + 314: -44,22 + 315: -41,22 + 316: -42,22 + 317: -39,22 + 318: -45,20 + 319: -44,20 + 320: -42,20 + 321: -41,20 + 322: -38,20 + 323: -38,19 + 324: -41,19 + 325: -42,19 + 326: -45,19 + 327: -44,19 + 328: -39,20 + 329: -39,19 + 330: -38,22 + 331: 52,-16 + 332: -51,22 + 333: -51,20 + 334: -53,22 + 335: -53,20 + 338: -45,33 + 339: -44,33 + 340: -43,33 + 341: -44,32 + 342: -43,32 + 343: -45,32 + 344: -45,31 + 345: -44,31 + 346: -43,31 + 347: -51,33 + 348: -51,31 + 349: -52,29 + 350: -51,29 + 351: -52,35 + 352: -51,35 + 358: -57,-2 + 380: -60,-55 + 381: 59,29 + 382: 60,29 + 383: 68,-4 + 384: 68,-6 + 385: 68,-12 + 386: 68,-14 + 429: 76,36 + 430: 68,36 + 431: 63,31 + 432: 29,42 + 533: -13,74 + 534: -14,74 + 535: -22,74 + 536: -23,74 + 541: -38,42 + 581: -36,-101 + 582: 67,-16 + 2864: 73,-37 + 2865: 73,-36 + 2866: 72,-36 + 2867: 73,-35 + 2933: -52,-59 + 2954: 68,-69 + 2969: 69,-46 + 2970: 69,-47 + 2971: 70,-46 + 2972: 70,-47 + 3143: -47,-41 + 3148: -12,-14 + 3282: 33,-83 + 3283: 33,-90 + 3284: 30,-95 + 3285: 48,-95 + 3286: 45,-90 + 3287: 45,-83 + 3386: -58,-19 + 3387: -18,69 + 3434: 6,-86 + 3446: -53,43 + 3447: -53,42 + 3448: -50,46 + 3467: 68,-29 + 3472: 68,-28 + 3473: 69,-29 + 3474: 67,-29 + 3475: 68,-30 + 3476: 51,-83 + 3477: 51,-90 + 3560: -77,-32 + 3565: -64,-46 + 3653: -67,-43 + 3671: -47,-40 + 3673: 1,-3 + 3674: 2,-3 + 3675: 3,-3 - node: color: '#FFFFFFFF' id: BotLeft decals: - 206: -19,3 - 207: -21,1 - 3027: 72,-37 - 3660: 67,-28 - 3661: 69,-30 - 3662: 67,-30 - 3663: 69,-28 - 3854: -69,-45 - 3899: -71,-45 + 191: -19,3 + 192: -21,1 + 2862: 72,-37 + 3468: 67,-28 + 3469: 69,-30 + 3470: 67,-30 + 3471: 69,-28 + 3662: -69,-45 + 3707: -71,-45 - node: color: '#FFFFFFFF' id: BotRight decals: - 204: -21,3 - 205: -19,1 - 3028: 72,-35 - 3855: -69,-45 - 3900: -71,-45 + 189: -21,3 + 190: -19,1 + 2863: 72,-35 + 3663: -69,-45 + 3708: -71,-45 - node: color: '#FFFFFFFF' id: Box decals: - 199: -20,3 - 200: -20,2 - 201: -21,2 - 202: -19,2 - 203: -20,1 - 3607: 7,-83 + 184: -20,3 + 185: -20,2 + 186: -21,2 + 187: -19,2 + 188: -20,1 + 3435: 7,-83 - node: color: '#FFFFFFFF' id: BoxGreyscale decals: - 3906: 10,23 - 3907: 11,23 + 3714: 10,23 + 3715: 11,23 - node: color: '#D4D4D4D6' id: BrickTileSteelCornerNe decals: - 3337: 30,4 + 3168: 30,4 - node: color: '#D4D4D4D6' id: BrickTileSteelCornerNw decals: - 3336: 28,4 + 3167: 28,4 - node: color: '#D4D4D4D6' id: BrickTileSteelCornerSe decals: - 3335: 30,-1 + 3166: 30,-1 - node: color: '#D4D4D4D6' id: BrickTileSteelEndS decals: - 3332: 28,-3 + 3163: 28,-3 - node: color: '#D4D4D4D6' id: BrickTileSteelInnerNe decals: - 3369: 20,-3 + 3200: 20,-3 - node: color: '#D4D4D4D6' id: BrickTileSteelInnerNw decals: - 3371: 27,-3 + 3202: 27,-3 - node: color: '#D4D4D4D6' id: BrickTileSteelInnerSe decals: - 3343: 28,-1 - 3370: 20,4 + 3174: 28,-1 + 3201: 20,4 - node: color: '#D4D4D4D6' id: BrickTileSteelInnerSw decals: - 3368: 27,4 + 3199: 27,4 - node: color: '#D4D4D4D6' id: BrickTileSteelLineE decals: - 3333: 28,-2 - 3338: 30,3 - 3339: 30,2 - 3340: 30,1 - 3341: 30,0 - 3356: 20,3 - 3357: 20,2 - 3358: 20,1 - 3359: 20,0 - 3360: 20,-1 - 3361: 20,-2 + 3164: 28,-2 + 3169: 30,3 + 3170: 30,2 + 3171: 30,1 + 3172: 30,0 + 3187: 20,3 + 3188: 20,2 + 3189: 20,1 + 3190: 20,0 + 3191: 20,-1 + 3192: 20,-2 - node: color: '#D4D4D4D6' id: BrickTileSteelLineN decals: - 3342: 29,4 - 3362: 21,-3 - 3363: 22,-3 - 3364: 23,-3 - 3365: 24,-3 - 3366: 25,-3 - 3367: 26,-3 + 3173: 29,4 + 3193: 21,-3 + 3194: 22,-3 + 3195: 23,-3 + 3196: 24,-3 + 3197: 25,-3 + 3198: 26,-3 - node: color: '#D4D4D4D6' id: BrickTileSteelLineS decals: - 3334: 29,-1 - 3350: 26,4 - 3351: 25,4 - 3352: 24,4 - 3353: 23,4 - 3354: 22,4 - 3355: 21,4 + 3165: 29,-1 + 3181: 26,4 + 3182: 25,4 + 3183: 24,4 + 3184: 23,4 + 3185: 22,4 + 3186: 21,4 - node: color: '#D4D4D4D6' id: BrickTileSteelLineW decals: - 3326: 28,-2 - 3327: 28,3 - 3328: 28,2 - 3329: 28,1 - 3330: 28,0 - 3331: 28,-1 - 3344: 27,3 - 3345: 27,2 - 3346: 27,1 - 3347: 27,0 - 3348: 27,-1 - 3349: 27,-2 + 3157: 28,-2 + 3158: 28,3 + 3159: 28,2 + 3160: 28,1 + 3161: 28,0 + 3162: 28,-1 + 3175: 27,3 + 3176: 27,2 + 3177: 27,1 + 3178: 27,0 + 3179: 27,-1 + 3180: 27,-2 - node: color: '#334E6DC8' id: BrickTileWhiteBox decals: - 3565: 9,-21 + 3393: 9,-21 - node: color: '#3AB3DAFF' id: BrickTileWhiteBox decals: - 3436: -19,-47 + 3264: -19,-47 - node: color: '#3C44AAFF' id: BrickTileWhiteBox decals: - 3433: -19,-49 + 3261: -19,-49 - node: color: '#52B4E996' id: BrickTileWhiteBox decals: - 3561: 9,-23 + 3389: 9,-23 - node: color: '#80C71FFF' id: BrickTileWhiteBox decals: - 3435: -19,-48 + 3263: -19,-48 - node: color: '#835432FF' id: BrickTileWhiteBox decals: - 3431: -22,-47 + 3259: -22,-47 - node: color: '#9D9D97FF' id: BrickTileWhiteBox decals: - 3434: -19,-46 + 3262: -19,-46 - node: color: '#9FED5896' id: BrickTileWhiteBox decals: - 3563: 11,-23 + 3391: 11,-23 - node: color: '#A4610696' id: BrickTileWhiteBox decals: - 3564: 8,-21 + 3392: 8,-21 - node: color: '#B02E26FF' id: BrickTileWhiteBox decals: - 3432: -22,-49 + 3260: -22,-49 - node: color: '#C74EBDFF' id: BrickTileWhiteBox decals: - 3430: -22,-46 + 3258: -22,-46 - node: color: '#D381C996' id: BrickTileWhiteBox decals: - 3560: 8,-23 + 3388: 8,-23 - node: color: '#D4D4D496' id: BrickTileWhiteBox decals: - 3566: 10,-21 + 3394: 10,-21 - node: color: '#DE3A3A96' id: BrickTileWhiteBox decals: - 3562: 10,-23 + 3390: 10,-23 - node: color: '#EFB34196' id: BrickTileWhiteBox decals: - 3567: 11,-21 + 3395: 11,-21 - node: color: '#FEAC3DFF' id: BrickTileWhiteBox decals: - 3437: -22,-48 + 3265: -22,-48 - node: color: '#FFA5180C' id: BrickTileWhiteBox decals: - 3776: -42,0 + 3584: -42,0 - node: color: '#334E6DC8' id: BrickTileWhiteCornerNe decals: - 3568: 12,-20 + 3396: 12,-20 - node: cleanable: True color: '#334E6DFF' id: BrickTileWhiteCornerNe decals: - 4006: 26,3 + 3814: 26,3 + - node: + color: '#52B4E9D9' + id: BrickTileWhiteCornerNe + decals: + 4113: 4,-60 + - node: + color: '#52B4E9DC' + id: BrickTileWhiteCornerNe + decals: + 4059: 1,-62 - node: color: '#334E6DC8' id: BrickTileWhiteCornerNw decals: - 3571: 7,-20 + 3399: 7,-20 - node: cleanable: True color: '#334E6DFF' id: BrickTileWhiteCornerNw decals: - 4007: 21,3 + 3815: 21,3 + - node: + color: '#52B4E9D9' + id: BrickTileWhiteCornerNw + decals: + 4112: 2,-60 + - node: + color: '#52B4E9DC' + id: BrickTileWhiteCornerNw + decals: + 4058: 5,-62 - node: color: '#334E6DC8' id: BrickTileWhiteCornerSe decals: - 3569: 12,-24 + 3397: 12,-24 - node: cleanable: True color: '#334E6DFF' id: BrickTileWhiteCornerSe decals: - 4004: 26,-2 + 3812: 26,-2 + - node: + color: '#52B4E9DC' + id: BrickTileWhiteCornerSe + decals: + 4056: 1,-59 - node: color: '#334E6DC8' id: BrickTileWhiteCornerSw decals: - 3570: 7,-24 + 3398: 7,-24 - node: cleanable: True color: '#334E6DFF' id: BrickTileWhiteCornerSw decals: - 4005: 21,-2 + 3813: 21,-2 + - node: + color: '#52B4E9DC' + id: BrickTileWhiteCornerSw + decals: + 4057: 5,-59 + - node: + color: '#52B4E9D9' + id: BrickTileWhiteEndS + decals: + 4110: 2,-61 + 4111: 4,-61 + - node: + color: '#52B4E9DC' + id: BrickTileWhiteInnerNe + decals: + 4069: 1,-63 + 4070: 0,-62 + - node: + color: '#52B4E9DC' + id: BrickTileWhiteInnerNw + decals: + 4071: 5,-63 + 4072: 6,-62 + - node: + color: '#52B4E9D9' + id: BrickTileWhiteInnerSe + decals: + 4117: 2,-60 + - node: + color: '#52B4E9DC' + id: BrickTileWhiteInnerSe + decals: + 4068: 0,-59 + 4079: 1,-57 + - node: + color: '#52B4E9D9' + id: BrickTileWhiteInnerSw + decals: + 4116: 4,-60 + - node: + color: '#52B4E9DC' + id: BrickTileWhiteInnerSw + decals: + 4067: 6,-59 + 4078: 5,-57 - node: color: '#334E6DC8' id: BrickTileWhiteLineE decals: - 3576: 12,-21 - 3577: 12,-22 - 3578: 12,-23 + 3404: 12,-21 + 3405: 12,-22 + 3406: 12,-23 - node: cleanable: True color: '#334E6DFF' id: BrickTileWhiteLineE decals: - 4008: 26,2 - 4009: 26,1 - 4010: 26,0 - 4011: 26,-1 + 3816: 26,2 + 3817: 26,1 + 3818: 26,0 + 3819: 26,-1 + - node: + color: '#52B4E9DC' + id: BrickTileWhiteLineE + decals: + 4063: 0,-60 + 4064: 0,-61 + 4075: 1,-58 - node: color: '#334E6DC8' id: BrickTileWhiteLineN decals: - 3572: 8,-20 - 3573: 9,-20 - 3574: 10,-20 - 3575: 11,-20 + 3400: 8,-20 + 3401: 9,-20 + 3402: 10,-20 + 3403: 11,-20 - node: cleanable: True color: '#334E6DFF' id: BrickTileWhiteLineN decals: - 4000: 22,3 - 4001: 23,3 - 4002: 24,3 - 4003: 25,3 + 3808: 22,3 + 3809: 23,3 + 3810: 24,3 + 3811: 25,3 + - node: + color: '#52B4E9D9' + id: BrickTileWhiteLineN + decals: + 4114: 3,-60 + - node: + color: '#52B4E9DC' + id: BrickTileWhiteLineN + decals: + 4060: 2,-63 + 4061: 3,-63 + 4062: 4,-63 - node: color: '#334E6DC8' id: BrickTileWhiteLineS decals: - 3582: 8,-24 - 3583: 9,-24 - 3584: 10,-24 - 3585: 11,-24 + 3410: 8,-24 + 3411: 9,-24 + 3412: 10,-24 + 3413: 11,-24 - node: cleanable: True color: '#334E6DFF' id: BrickTileWhiteLineS decals: - 4016: 22,-2 - 4017: 23,-2 - 4018: 24,-2 - 4019: 25,-2 + 3824: 22,-2 + 3825: 23,-2 + 3826: 24,-2 + 3827: 25,-2 + - node: + color: '#52B4E9D9' + id: BrickTileWhiteLineS + decals: + 4115: 3,-60 + - node: + color: '#52B4E9DC' + id: BrickTileWhiteLineS + decals: + 4073: 3,-57 + 4076: 2,-57 + 4077: 4,-57 - node: color: '#334E6DC8' id: BrickTileWhiteLineW decals: - 3579: 7,-21 - 3580: 7,-22 - 3581: 7,-23 + 3407: 7,-21 + 3408: 7,-22 + 3409: 7,-23 - node: cleanable: True color: '#334E6DFF' id: BrickTileWhiteLineW decals: - 4012: 21,2 - 4013: 21,1 - 4014: 21,0 - 4015: 21,-1 + 3820: 21,2 + 3821: 21,1 + 3822: 21,0 + 3823: 21,-1 + - node: + color: '#52B4E9DC' + id: BrickTileWhiteLineW + decals: + 4065: 6,-60 + 4066: 6,-61 + 4074: 5,-58 - node: color: '#FFFFFFFF' id: Busha1 decals: - 502: -8.396269,51.324306 - 503: -8.978583,51.511806 - 2938: 5.324413,-0.030564666 + 480: -8.396269,51.324306 + 481: -8.978583,51.511806 + 2774: 5.324413,-0.030564666 - node: color: '#FFFFFFFF' id: Busha2 decals: - 504: -9.822333,51.261806 - 505: -10.681708,51.293056 - 506: -11.416083,51.40243 + 482: -9.822333,51.261806 + 483: -10.681708,51.293056 + 484: -11.416083,51.40243 - node: color: '#FFFFFFFF' id: Bushc1 decals: - 553: -6.4137044,52.65711 - 554: -7.6637044,52.519527 + 531: -6.4137044,52.65711 + 532: -7.6637044,52.519527 - node: color: '#FFFFFFFF' id: Bushd2 decals: - 508: -6.1305466,49.392605 - 509: -5.6149216,48.955105 - 510: -5.5992966,48.06448 - 511: -5.6305466,48.47073 + 486: -6.1305466,49.392605 + 487: -5.6149216,48.955105 + 488: -5.5992966,48.06448 + 489: -5.6305466,48.47073 - node: color: '#FFFFFFFF' id: Bushd4 decals: - 507: -6.5836716,49.455547 + 485: -6.5836716,49.455547 - node: color: '#FFFFFFFF' id: Bushe1 decals: - 379: -4.6178575,3.9941478 + 357: -4.6178575,3.9941478 - node: color: '#FFFFFFFF' id: Bushe4 decals: - 3025: -11.957823,6.4384537 - 3026: -4.0984473,3.9853287 + 2860: -11.957823,6.4384537 + 2861: -4.0984473,3.9853287 - node: color: '#FFFFFFFF' id: Bushi1 decals: - 494: -4.994979,50.827797 - 495: -5.541854,51.452797 - 496: -5.448104,50.905922 - 497: -6.7868943,51.465733 + 472: -4.994979,50.827797 + 473: -5.541854,51.452797 + 474: -5.448104,50.905922 + 475: -6.7868943,51.465733 - node: color: '#FFFFFFFF' id: Bushi3 decals: - 498: -6.7243943,50.903233 - 499: -6.7400193,50.309483 - 500: -7.2868943,51.575108 + 476: -6.7243943,50.903233 + 477: -6.7400193,50.309483 + 478: -7.2868943,51.575108 - node: color: '#FFFFFFFF' id: Bushj1 decals: - 501: -7.8962693,51.361984 + 479: -7.8962693,51.361984 - node: color: '#FFFFFFFF' id: Bushk2 decals: - 455: -4.1263514,50.81898 + 433: -4.1263514,50.81898 - node: color: '#FFFFFFFF' id: Caution decals: - 3084: 16.006746,36.692352 + 2919: 16.006746,36.692352 - node: color: '#334E6DC8' id: CheckerNESW decals: - 27: 32,-26 - 400: 32,-25 + 12: 32,-26 + 378: 32,-25 - node: color: '#D381C9C7' id: CheckerNESW decals: - 169: 44,-37 - 170: 45,-37 - 171: 39,-37 - 172: 39,-38 - 173: 39,-39 + 154: 44,-37 + 155: 45,-37 + 156: 39,-37 + 157: 39,-38 + 158: 39,-39 - node: color: '#D381C9FF' id: CheckerNESW decals: - 152: 40,-37 - 153: 41,-37 - 154: 40,-38 - 155: 41,-38 - 156: 40,-39 - 157: 41,-39 - 158: 42,-37 - 159: 42,-38 - 160: 42,-39 - 161: 43,-37 - 162: 44,-38 - 163: 43,-37 - 164: 44,-39 - 165: 45,-39 - 166: 45,-38 - 167: 43,-38 - 168: 43,-39 + 137: 40,-37 + 138: 41,-37 + 139: 40,-38 + 140: 41,-38 + 141: 40,-39 + 142: 41,-39 + 143: 42,-37 + 144: 42,-38 + 145: 42,-39 + 146: 43,-37 + 147: 44,-38 + 148: 43,-37 + 149: 44,-39 + 150: 45,-39 + 151: 45,-38 + 152: 43,-38 + 153: 43,-39 - node: color: '#334E6DC8' id: CheckerNWSE decals: - 26: 18,-26 - 401: 18,-25 + 11: 18,-26 + 379: 18,-25 - node: color: '#DE3A3A53' id: CheckerNWSE decals: - 3110: 29,32 + 2945: 29,32 - node: color: '#DE3A3A5A' id: CheckerNWSE decals: - 133: 26,31 - 134: 27,31 - 135: 28,31 - 136: 29,31 - 137: 30,31 - 138: 31,31 - 139: 32,31 - 140: 30,30 - 141: 29,30 - 142: 28,30 - 143: 30,29 - 144: 29,29 - 145: 28,29 - 146: 28,28 - 147: 29,28 - 148: 30,28 - 149: 30,27 - 150: 29,27 - 151: 28,27 + 118: 26,31 + 119: 27,31 + 120: 28,31 + 121: 29,31 + 122: 30,31 + 123: 31,31 + 124: 32,31 + 125: 30,30 + 126: 29,30 + 127: 28,30 + 128: 30,29 + 129: 29,29 + 130: 28,29 + 131: 28,28 + 132: 29,28 + 133: 30,28 + 134: 30,27 + 135: 29,27 + 136: 28,27 - node: color: '#DE3A3A96' id: CheckerNWSE decals: - 24: -21,-83 - 25: -21,-82 + 9: -21,-83 + 10: -21,-82 - node: color: '#FFFFFFFF' id: Delivery decals: - 3868: 4,-3 - 3898: -70,-45 + 3676: 4,-3 + 3706: -70,-45 - node: cleanable: True color: '#DE3A3A96' id: Diablo decals: - 389: -43,-72 + 367: -43,-72 - node: cleanable: True color: '#0F267C34' id: DiagonalCheckerBOverlay decals: - 3821: -25,-33 - 3822: -25,-34 - 3823: -24,-34 - 3824: -24,-33 - 3825: -26,-33 - 3826: -26,-34 - 3827: -26,-32 - 3828: -25,-32 - 3829: -24,-32 - 3830: -23,-32 - 3831: -23,-33 - 3832: -23,-34 - 3833: -23,-36 - 3834: -23,-35 - 3835: -24,-35 - 3836: -24,-36 - 3837: -24,-37 - 3838: -23,-37 - 3839: -25,-37 - 3840: -26,-37 - 3841: -26,-36 - 3842: -25,-36 - 3843: -25,-35 - 3844: -26,-35 + 3629: -25,-33 + 3630: -25,-34 + 3631: -24,-34 + 3632: -24,-33 + 3633: -26,-33 + 3634: -26,-34 + 3635: -26,-32 + 3636: -25,-32 + 3637: -24,-32 + 3638: -23,-32 + 3639: -23,-33 + 3640: -23,-34 + 3641: -23,-36 + 3642: -23,-35 + 3643: -24,-35 + 3644: -24,-36 + 3645: -24,-37 + 3646: -23,-37 + 3647: -25,-37 + 3648: -26,-37 + 3649: -26,-36 + 3650: -25,-36 + 3651: -25,-35 + 3652: -26,-35 - node: color: '#923A3A93' id: DiagonalCheckerBOverlay decals: - 3672: -1,17 - 3673: -1,18 - 3674: -2,18 - 3675: -2,19 - 3676: -2,20 - 3677: -1,21 - 3678: -1,20 - 3679: -1,19 - 3680: 0,21 - 3681: 0,20 - 3682: 0,18 - 3683: 0,19 - 3684: 0,17 - 3685: 0,16 - 3686: 2,16 - 3687: 1,16 - 3688: 1,17 - 3689: 2,17 - 3690: 2,18 - 3691: 1,18 - 3692: 1,20 - 3693: 1,19 - 3694: 2,19 - 3695: 2,20 - 3696: 2,21 - 3697: 1,21 + 3480: -1,17 + 3481: -1,18 + 3482: -2,18 + 3483: -2,19 + 3484: -2,20 + 3485: -1,21 + 3486: -1,20 + 3487: -1,19 + 3488: 0,21 + 3489: 0,20 + 3490: 0,18 + 3491: 0,19 + 3492: 0,17 + 3493: 0,16 + 3494: 2,16 + 3495: 1,16 + 3496: 1,17 + 3497: 2,17 + 3498: 2,18 + 3499: 1,18 + 3500: 1,20 + 3501: 1,19 + 3502: 2,19 + 3503: 2,20 + 3504: 2,21 + 3505: 1,21 - node: color: '#983A3A93' id: DiagonalCheckerBOverlay decals: - 3698: -1,16 - 3699: -2,21 + 3506: -1,16 + 3507: -2,21 - node: cleanable: True color: '#D4D4D496' id: Dirt decals: - 67: -5,-30 - 68: -5,-30 + 52: -5,-30 + 53: -5,-30 - node: color: '#FFFFFFFF' id: Dirt decals: - 36: 5,-27 - 39: 20,-14 - 43: 26,-6 + 21: 5,-27 + 24: 20,-14 + 28: 26,-6 - node: cleanable: True color: '#FFFFFFFF' id: Dirt decals: - 102: 52,16 - 119: 53,22 - 120: 60,18 - 121: 62,12 - 122: 62,10 - 198: 68,-45 - 309: -39,-80 - 310: -48,-80 + 87: 52,16 + 104: 53,22 + 105: 60,18 + 106: 62,12 + 107: 62,10 + 183: 68,-45 + 287: -39,-80 + 288: -48,-80 - node: cleanable: True color: '#D4D4D496' id: DirtHeavy decals: - 65: -8,-27 - 66: -9,-27 - 69: -5,-12 - 70: 8,-1 - 71: 26,7 - 72: 25,12 - 77: 20,22 - 78: 15,20 - 79: 11,21 - 80: 11,20 - 81: 11,20 - 82: 11,22 - 83: 21,23 - 84: 20,20 - 85: 21,23 - 86: 21,22 - 87: 22,22 - 88: 33,15 - 218: -8,-47 - 220: -5,-54 - 221: 1,-54 - 222: -8,-67 - 223: -8,-67 - 224: -6,-65 - 225: -6,-65 + 50: -8,-27 + 51: -9,-27 + 54: -5,-12 + 55: 8,-1 + 56: 26,7 + 57: 25,12 + 62: 20,22 + 63: 15,20 + 64: 11,21 + 65: 11,20 + 66: 11,20 + 67: 11,22 + 68: 21,23 + 69: 20,20 + 70: 21,23 + 71: 21,22 + 72: 22,22 + 73: 33,15 + 203: -8,-47 + 205: -5,-54 + 206: 1,-54 - node: color: '#FFFFFFFF' id: DirtHeavy decals: - 47: 5,14 - 177: 57,-13 - 179: 61,-12 - 209: -25,-10 - 210: -21,-18 - 211: -26,-23 - 212: -25,-23 + 32: 5,14 + 162: 57,-13 + 164: 61,-12 + 194: -25,-10 + 195: -21,-18 + 196: -26,-23 + 197: -25,-23 - node: cleanable: True color: '#FFFFFFFF' id: DirtHeavy decals: - 49: 7,16 - 51: 6,7 - 55: 1,-1 - 56: 2,-1 - 57: 9,1 - 58: -4,2 - 59: -6,1 - 60: -8,2 - 62: -8,-1 - 63: -9,2 - 99: 56,15 - 100: 54,15 - 101: 53,15 - 103: 47,11 - 104: 48,9 - 105: 47,9 - 106: 48,8 - 123: 61,13 - 124: 60,15 - 125: 61,23 - 126: 63,21 - 127: 52,21 - 128: 47,14 - 129: 46,4 - 130: 49,4 - 183: 49,-39 - 188: 40,-39 - 189: 40,-39 - 190: 39,-37 - 192: 61,-56 - 193: 68,-48 - 194: 68,-48 - 195: 68,-48 - 196: 71,-47 - 197: 68,-46 - 279: -38,-82 - 280: -37,-83 - 281: -38,-83 - 317: -55,-75 - 318: -56,-76 - 382: -46,7 - 587: 64,-9 - 588: 63,-11 - 589: 63,-11 - 590: -9,5 - 595: -16,39 - 599: 0,46 - 600: 0,56 + 34: 7,16 + 36: 6,7 + 40: 1,-1 + 41: 2,-1 + 42: 9,1 + 43: -4,2 + 44: -6,1 + 45: -8,2 + 47: -8,-1 + 48: -9,2 + 84: 56,15 + 85: 54,15 + 86: 53,15 + 88: 47,11 + 89: 48,9 + 90: 47,9 + 91: 48,8 + 108: 61,13 + 109: 60,15 + 110: 61,23 + 111: 63,21 + 112: 52,21 + 113: 47,14 + 114: 46,4 + 115: 49,4 + 168: 49,-39 + 173: 40,-39 + 174: 40,-39 + 175: 39,-37 + 177: 61,-56 + 178: 68,-48 + 179: 68,-48 + 180: 68,-48 + 181: 71,-47 + 182: 68,-46 + 257: -38,-82 + 258: -37,-83 + 259: -38,-83 + 295: -55,-75 + 296: -56,-76 + 360: -46,7 + 565: 64,-9 + 566: 63,-11 + 567: 63,-11 + 568: -9,5 + 573: -16,39 + 577: 0,46 + 578: 0,56 - node: cleanable: True color: '#D4D4D496' id: DirtLight decals: - 73: 23,22 - 74: 24,21 - 217: 10,-43 + 58: 23,22 + 59: 24,21 + 202: 10,-43 - node: cleanable: True color: '#D4D4D4D6' id: DirtLight decals: - 3372: 29,3 - 3373: 29,3 + 3203: 29,3 + 3204: 29,3 - node: color: '#FFFFFFFF' id: DirtLight decals: - 38: 17,-12 - 41: 27,-13 - 42: 27,-13 - 44: 17,0 - 45: 17,0 - 46: 6,15 - 178: 53,-12 - 208: -25,-12 - 215: -27,-24 - 216: -27,-22 + 23: 17,-12 + 26: 27,-13 + 27: 27,-13 + 29: 17,0 + 30: 17,0 + 31: 6,15 + 163: 53,-12 + 193: -25,-12 + 200: -27,-24 + 201: -27,-22 - node: cleanable: True color: '#FFFFFFFF' id: DirtLight decals: - 50: 5,16 - 53: 1,2 - 61: -6,-1 - 89: 57,9 - 90: 56,9 - 91: 57,10 - 92: 57,10 - 96: 60,9 - 97: 60,8 - 98: 57,15 - 107: 45,6 - 108: 54,8 - 109: 54,8 - 110: 53,8 - 115: 47,20 - 116: 50,23 - 117: 47,23 - 118: 47,23 - 132: 29,16 - 180: 56,-46 - 184: 44,-38 - 185: 45,-38 - 186: 45,-38 - 191: 64,-54 - 282: -38,-83 - 283: -39,-83 - 284: -41,-81 - 285: -41,-83 - 286: -41,-83 - 305: -42,-68 - 306: -43,-77 - 307: -42,-77 - 315: -54,-80 - 316: -53,-81 - 381: -55,-8 - 591: 3,5 - 592: 4,5 - 593: 4,5 - 596: -18,46 - 597: -16,46 - 601: -18,50 - 602: -18,50 + 35: 5,16 + 38: 1,2 + 46: -6,-1 + 74: 57,9 + 75: 56,9 + 76: 57,10 + 77: 57,10 + 81: 60,9 + 82: 60,8 + 83: 57,15 + 92: 45,6 + 93: 54,8 + 94: 54,8 + 95: 53,8 + 100: 47,20 + 101: 50,23 + 102: 47,23 + 103: 47,23 + 117: 29,16 + 165: 56,-46 + 169: 44,-38 + 170: 45,-38 + 171: 45,-38 + 176: 64,-54 + 260: -38,-83 + 261: -39,-83 + 262: -41,-81 + 263: -41,-83 + 264: -41,-83 + 283: -42,-68 + 284: -43,-77 + 285: -42,-77 + 293: -54,-80 + 294: -53,-81 + 359: -55,-8 + 569: 3,5 + 570: 4,5 + 571: 4,5 + 574: -18,46 + 575: -16,46 + 579: -18,50 + 580: -18,50 - node: cleanable: True color: '#D4D4D496' id: DirtMedium decals: - 64: -5,-27 - 75: 21,21 - 76: 20,21 - 219: -8,-47 - 226: -7,-65 - 227: -7,-65 - 228: -6,-67 + 49: -5,-27 + 60: 21,21 + 61: 20,21 + 204: -8,-47 - node: cleanable: True color: '#D4D4D4D6' id: DirtMedium decals: - 3374: 30,-1 - 3375: 27,-2 + 3205: 30,-1 + 3206: 27,-2 - node: color: '#FFFFFFFF' id: DirtMedium decals: - 37: 21,-11 - 40: 27,-11 - 48: 6,14 - 176: 58,-12 - 213: -26,-24 - 214: -25,-22 + 22: 21,-11 + 25: 27,-11 + 33: 6,14 + 161: 58,-12 + 198: -26,-24 + 199: -25,-22 - node: cleanable: True color: '#FFFFFFFF' id: DirtMedium decals: - 52: 1,5 - 54: 0,0 - 93: 56,10 - 94: 59,10 - 95: 60,10 - 111: 53,6 - 112: 49,20 - 113: 49,21 - 114: 46,21 - 131: 29,20 - 181: 51,-45 - 182: 49,-47 - 187: 42,-39 - 287: -41,-83 - 288: -41,-83 - 289: -41,-83 - 290: -40,-82 - 291: -47,-74 - 292: -46,-75 - 293: -46,-76 - 294: -43,-71 - 295: -42,-72 - 296: -42,-72 - 297: -42,-72 - 298: -42,-72 - 299: -42,-72 - 300: -42,-72 - 301: -42,-72 - 302: -42,-72 - 303: -41,-73 - 304: -43,-73 - 308: -41,-77 - 311: -48,-78 - 312: -47,-78 - 313: -55,-79 - 314: -56,-80 - 319: -56,-72 - 320: -55,-73 - 321: -57,-77 - 322: -57,-78 - 323: -51,-77 - 594: -16,31 - 598: -8,45 + 37: 1,5 + 39: 0,0 + 78: 56,10 + 79: 59,10 + 80: 60,10 + 96: 53,6 + 97: 49,20 + 98: 49,21 + 99: 46,21 + 116: 29,20 + 166: 51,-45 + 167: 49,-47 + 172: 42,-39 + 265: -41,-83 + 266: -41,-83 + 267: -41,-83 + 268: -40,-82 + 269: -47,-74 + 270: -46,-75 + 271: -46,-76 + 272: -43,-71 + 273: -42,-72 + 274: -42,-72 + 275: -42,-72 + 276: -42,-72 + 277: -42,-72 + 278: -42,-72 + 279: -42,-72 + 280: -42,-72 + 281: -41,-73 + 282: -43,-73 + 286: -41,-77 + 289: -48,-78 + 290: -47,-78 + 291: -55,-79 + 292: -56,-80 + 297: -56,-72 + 298: -55,-73 + 299: -57,-77 + 300: -57,-78 + 301: -51,-77 + 572: -16,31 + 576: -8,45 - node: color: '#FFFFFFFF' id: FlowersBROne decals: - 3748: -4.2428155,17.233944 - 3749: -8.086565,18.640194 - 4039: 31.317625,-40.694973 + 3556: -4.2428155,17.233944 + 3557: -8.086565,18.640194 + 3847: 31.317625,-40.694973 - node: color: '#FFFFFFFF' id: FlowersBRThree decals: - 4042: 5.23739,0.5862826 + 3850: 5.23739,0.5862826 - node: color: '#FFFFFFFF' id: Flowersbr1 decals: - 19: 23,-20 - 3750: -8.649066,17.499569 - 3751: -5.2115655,18.499569 - 4041: 6.83114,0.4612826 + 4: 23,-20 + 3558: -8.649066,17.499569 + 3559: -5.2115655,18.499569 + 3849: 6.83114,0.4612826 - node: color: '#FFFFFFFF' id: Flowersbr2 decals: - 18: 22,-20 - 464: -7.9438224,54.971848 - 465: -7.7875724,53.628098 - 466: -7.7250724,54.393723 - 467: -5.9438224,54.393723 - 468: -6.4438224,53.815598 - 469: -6.0844474,53.346848 - 470: -9.631323,52.971848 - 471: -10.225073,51.006943 - 472: -9.959448,51.163193 - 473: -11.115698,50.303818 - 474: -7.3188224,49.847054 - 475: -6.0531974,48.972054 - 476: -7.7406974,47.972054 - 477: -4.0050426,49.72508 - 478: -4.3175426,48.72508 - 479: -3.1144176,47.88133 - 480: -5.0675426,53.662476 - 481: -4.1456676,53.1781 - 4031: 14.281914,-83.73461 - 4032: 32.40751,-85.70861 - 4040: 10.92489,0.14878261 + 3: 22,-20 + 442: -7.9438224,54.971848 + 443: -7.7875724,53.628098 + 444: -7.7250724,54.393723 + 445: -5.9438224,54.393723 + 446: -6.4438224,53.815598 + 447: -6.0844474,53.346848 + 448: -9.631323,52.971848 + 449: -10.225073,51.006943 + 450: -9.959448,51.163193 + 451: -11.115698,50.303818 + 452: -7.3188224,49.847054 + 453: -6.0531974,48.972054 + 454: -7.7406974,47.972054 + 455: -4.0050426,49.72508 + 456: -4.3175426,48.72508 + 457: -3.1144176,47.88133 + 458: -5.0675426,53.662476 + 459: -4.1456676,53.1781 + 3839: 14.281914,-83.73461 + 3840: 32.40751,-85.70861 + 3848: 10.92489,0.14878261 - node: color: '#FFFFFFFF' id: Flowersbr3 decals: - 3381: -40.519615,3.8355665 - 3382: -41.269615,3.0543165 - 3383: -40.25399,5.8355665 - 4038: 31.770752,-40.366848 + 3212: -40.519615,3.8355665 + 3213: -41.269615,3.0543165 + 3214: -40.25399,5.8355665 + 3846: 31.770752,-40.366848 - node: color: '#FFFFFFFF' id: Flowerspv1 decals: - 21: 26,-20 - 22: 29,-20 - 3392: -35.06649,3.0386915 - 3393: -36.59774,5.4761915 - 3394: -32.2259,5.128909 - 3395: -32.647774,3.019534 - 3396: -31.054026,2.972659 - 4047: 66.11165,-9.076797 - 4048: 60.79915,-9.326797 + 6: 26,-20 + 7: 29,-20 + 3223: -35.06649,3.0386915 + 3224: -36.59774,5.4761915 + 3225: -32.2259,5.128909 + 3226: -32.647774,3.019534 + 3227: -31.054026,2.972659 + 3855: 66.11165,-9.076797 + 3856: 60.79915,-9.326797 - node: color: '#FFFFFFFF' id: Flowerspv3 decals: - 4043: 10.26864,0.6175326 + 3851: 10.26864,0.6175326 - node: color: '#FFFFFFFF' id: Flowersy1 decals: - 20: 21,-20 - 23: 28,-20 - 4044: 53.855778,-8.686172 - 4045: 53.418278,-9.420547 - 4046: 66.06477,-8.279921 + 5: 21,-20 + 8: 28,-20 + 3852: 53.855778,-8.686172 + 3853: 53.418278,-9.420547 + 3854: 66.06477,-8.279921 - node: color: '#FFFFFFFF' id: Flowersy2 decals: - 487: -3.198104,50.273075 - 488: -5.010604,52.366825 - 489: -8.291855,53.364235 - 490: -6.135604,55.832985 - 491: -10.65123,52.966118 - 492: -7.307479,50.772125 - 493: -9.46373,48.678375 - 4029: 15.688164,-83.59399 - 4030: 14.391289,-84.64086 - 4037: 45.66365,-87.620224 - 4049: 49.854713,-6.2645936 - 4050: 49.979713,-11.498969 + 465: -3.198104,50.273075 + 466: -5.010604,52.366825 + 467: -8.291855,53.364235 + 468: -6.135604,55.832985 + 469: -10.65123,52.966118 + 470: -7.307479,50.772125 + 471: -9.46373,48.678375 + 3837: 15.688164,-83.59399 + 3838: 14.391289,-84.64086 + 3845: 45.66365,-87.620224 + 3857: 49.854713,-6.2645936 + 3858: 49.979713,-11.498969 - node: color: '#2B3F4A22' id: FullTileOverlayGreyscale decals: - 3817: -31,-4 - 3818: -29,-3 - 3819: -31,-7 + 3625: -31,-4 + 3626: -29,-3 + 3627: -31,-7 - node: color: '#D4D4D496' id: FullTileOverlayGreyscale decals: - 576: 48,48 - 577: 47,48 - 578: 46,48 - 579: 45,48 - 580: 48,50 - 581: 47,50 - 582: 48,46 - 583: 47,46 - 584: 46,46 - 585: 46,44 - 586: 45,44 + 554: 48,48 + 555: 47,48 + 556: 46,48 + 557: 45,48 + 558: 48,50 + 559: 47,50 + 560: 48,46 + 561: 47,46 + 562: 46,46 + 563: 46,44 + 564: 45,44 - node: color: '#DE3A3A96' id: FullTileOverlayGreyscale decals: - 564: 48,49 - 565: 47,49 - 566: 46,49 - 567: 45,49 - 568: 49,47 - 569: 48,47 - 570: 46,47 - 571: 45,47 - 572: 49,45 - 573: 48,45 - 574: 46,45 - 575: 45,45 + 542: 48,49 + 543: 47,49 + 544: 46,49 + 545: 45,49 + 546: 49,47 + 547: 48,47 + 548: 46,47 + 549: 45,47 + 550: 49,45 + 551: 48,45 + 552: 46,45 + 553: 45,45 - node: color: '#FFFFFFFF' id: Grassa1 decals: - 3376: -40.269615,3.5386915 - 3377: -41.50399,4.0230665 - 3397: -30.3509,4.378909 - 3398: -29.50715,3.753909 - 3399: -30.429026,5.613284 - 3400: -31.5384,5.925784 - 3401: -32.3509,5.816409 - 3402: -29.6634,5.738284 - 3403: -32.710274,3.2350059 - 3730: -8.570941,18.515194 - 3731: -7.4146905,18.405819 - 3732: -7.0709405,17.405819 - 3733: -7.9771905,18.515194 - 3734: -8.649066,17.233944 - 3735: -5.2115655,17.890194 - 3736: -5.6959405,17.249569 - 3737: -4.1803155,17.265194 - 3738: -5.2115655,18.671444 + 3207: -40.269615,3.5386915 + 3208: -41.50399,4.0230665 + 3228: -30.3509,4.378909 + 3229: -29.50715,3.753909 + 3230: -30.429026,5.613284 + 3231: -31.5384,5.925784 + 3232: -32.3509,5.816409 + 3233: -29.6634,5.738284 + 3234: -32.710274,3.2350059 + 3538: -8.570941,18.515194 + 3539: -7.4146905,18.405819 + 3540: -7.0709405,17.405819 + 3541: -7.9771905,18.515194 + 3542: -8.649066,17.233944 + 3543: -5.2115655,17.890194 + 3544: -5.6959405,17.249569 + 3545: -4.1803155,17.265194 + 3546: -5.2115655,18.671444 - node: color: '#FFFFFFFF' id: Grassa3 decals: - 409: 12,54 - 410: 11.417037,54.859276 - 411: 8.745162,55.046776 - 412: 11.057662,53.3749 - 413: 10.995162,55.78115 - 414: 9.995162,55.1249 - 415: 12.135787,53.1874 - 416: 11.073287,52.3749 - 417: 9.463912,52.359276 - 418: 8.979537,54.046776 - 419: 6.2227497,52.7499 - 420: 7.0196247,54.3124 - 421: 7.2539997,55.3749 - 422: 8.675875,53.1874 + 387: 12,54 + 388: 11.417037,54.859276 + 389: 8.745162,55.046776 + 390: 11.057662,53.3749 + 391: 10.995162,55.78115 + 392: 9.995162,55.1249 + 393: 12.135787,53.1874 + 394: 11.073287,52.3749 + 395: 9.463912,52.359276 + 396: 8.979537,54.046776 + 397: 6.2227497,52.7499 + 398: 7.0196247,54.3124 + 399: 7.2539997,55.3749 + 400: 8.675875,53.1874 - node: color: '#FFFFFFFF' id: Grassa4 decals: - 3384: -36.175865,3.0074415 - 3385: -35.144615,3.8199415 - 3386: -35.394615,4.5855665 - 3387: -34.94149,4.6636915 - 3388: -36.59774,5.5230665 + 3215: -36.175865,3.0074415 + 3216: -35.144615,3.8199415 + 3217: -35.394615,4.5855665 + 3218: -34.94149,4.6636915 + 3219: -36.59774,5.5230665 - node: color: '#FFFFFFFF' id: Grassb2 decals: - 3024: -11.879698,6.0478287 - 4028: 14.491955,-83.73193 + 2859: -11.879698,6.0478287 + 3836: 14.491955,-83.73193 - node: color: '#FFFFFFFF' id: Grassb3 decals: - 4027: 15.3420315,-83.51318 + 3835: 15.3420315,-83.51318 - node: color: '#FFFFFFFF' id: Grassb5 decals: - 3739: -5.8053155,18.655819 - 3740: -7.0553155,18.890194 - 3741: -7.2584405,17.108944 - 3742: -7.2740655,17.937069 - 3743: -8.633441,18.968319 - 3744: -5.8834405,17.124569 - 3745: -5.9303155,19.077694 - 3746: -4.1021905,17.968319 - 3747: -4.9615655,17.671444 + 3547: -5.8053155,18.655819 + 3548: -7.0553155,18.890194 + 3549: -7.2584405,17.108944 + 3550: -7.2740655,17.937069 + 3551: -8.633441,18.968319 + 3552: -5.8834405,17.124569 + 3553: -5.9303155,19.077694 + 3554: -4.1021905,17.968319 + 3555: -4.9615655,17.671444 - node: color: '#FFFFFFFF' id: Grassc1 decals: - 423: 11.441196,54.4999 - 424: 12.534946,54.03115 - 425: 12.050571,54.796776 - 426: 12.363071,54.359276 - 427: 12.394321,52.890526 - 428: 11.706821,52.28115 - 429: 11.316196,52.078026 - 430: 10.800571,53.296776 - 431: 11.441196,53.921776 - 432: 10.675571,55.84365 - 433: 10.012899,54.390526 - 434: 9.716024,53.265526 - 435: 10.559774,52.359276 - 436: 8.669149,54.109276 - 437: 7.621642,52.84365 - 438: 6.5747676,52.90615 - 439: 5.9810176,54.171776 - 440: 7.4810176,55.671776 - 441: 9.465392,55.265526 - 3378: -41.832115,3.1480665 - 3379: -42.082115,4.5074415 - 3380: -40.425865,5.7261915 - 3389: -36.44149,5.3668165 - 3390: -36.644615,3.3824415 - 3391: -35.37899,3.1168165 + 401: 11.441196,54.4999 + 402: 12.534946,54.03115 + 403: 12.050571,54.796776 + 404: 12.363071,54.359276 + 405: 12.394321,52.890526 + 406: 11.706821,52.28115 + 407: 11.316196,52.078026 + 408: 10.800571,53.296776 + 409: 11.441196,53.921776 + 410: 10.675571,55.84365 + 411: 10.012899,54.390526 + 412: 9.716024,53.265526 + 413: 10.559774,52.359276 + 414: 8.669149,54.109276 + 415: 7.621642,52.84365 + 416: 6.5747676,52.90615 + 417: 5.9810176,54.171776 + 418: 7.4810176,55.671776 + 419: 9.465392,55.265526 + 3209: -41.832115,3.1480665 + 3210: -42.082115,4.5074415 + 3211: -40.425865,5.7261915 + 3220: -36.44149,5.3668165 + 3221: -36.644615,3.3824415 + 3222: -35.37899,3.1168165 - node: color: '#FFFFFFFF' id: Grassc4 decals: - 377: -5.001564,4.018616 - 3023: -12.004698,6.9072037 - 4026: 15.7170315,-84.54443 + 355: -5.001564,4.018616 + 2858: -12.004698,6.9072037 + 3834: 15.7170315,-84.54443 - node: color: '#FFFFFFFF' id: Grasse2 decals: - 378: -4.6178575,4.009773 - 516: -6.076791,52.85032 - 517: -5.483041,52.022194 - 518: -5.623666,52.615944 - 519: -7.529916,54.67404 - 520: -7.592416,53.908417 - 521: -7.717416,56.181545 - 522: -7.623666,55.88467 - 523: -6.420541,56.25967 - 524: -6.311166,55.72842 - 525: -6.233041,55.10342 - 526: -6.311166,54.47842 - 527: -6.342416,54.94717 - 528: -5.983041,49.3346 - 529: -6.498666,49.8971 - 530: -5.764291,49.2096 - 531: -5.639291,48.05335 - 532: -9.6108055,52.803352 - 533: -9.0014305,52.881477 - 534: -10.1733055,52.725227 - 535: -10.9858055,52.709602 - 536: -11.0483055,52.818977 - 537: -10.1733055,52.772102 - 538: -4.410207,50.704334 - 539: -4.160207,49.860584 - 540: -4.253957,48.891834 - 541: -4.253957,49.298084 - 542: -4.160207,48.016834 - 543: -3.5221872,52.73997 - 544: -4.147187,52.02122 - 545: -5.303437,55.786846 - 546: -4.225312,56.23997 - 547: -2.9753122,53.286846 - 548: -3.0690622,51.286846 - 549: -8.428438,54.974346 - 550: -8.928438,56.05247 - 551: -10.678438,55.30247 - 552: -10.850313,53.86497 - 3718: -8.633441,18.608944 - 3719: -8.617816,17.921444 - 3720: -7.9146905,18.593319 - 3721: -7.3209405,18.265194 - 3722: -4.5709405,18.452694 - 3723: -5.6178155,17.983944 - 3724: -5.7896905,17.421444 - 3725: -4.5084405,17.358944 + 356: -4.6178575,4.009773 + 494: -6.076791,52.85032 + 495: -5.483041,52.022194 + 496: -5.623666,52.615944 + 497: -7.529916,54.67404 + 498: -7.592416,53.908417 + 499: -7.717416,56.181545 + 500: -7.623666,55.88467 + 501: -6.420541,56.25967 + 502: -6.311166,55.72842 + 503: -6.233041,55.10342 + 504: -6.311166,54.47842 + 505: -6.342416,54.94717 + 506: -5.983041,49.3346 + 507: -6.498666,49.8971 + 508: -5.764291,49.2096 + 509: -5.639291,48.05335 + 510: -9.6108055,52.803352 + 511: -9.0014305,52.881477 + 512: -10.1733055,52.725227 + 513: -10.9858055,52.709602 + 514: -11.0483055,52.818977 + 515: -10.1733055,52.772102 + 516: -4.410207,50.704334 + 517: -4.160207,49.860584 + 518: -4.253957,48.891834 + 519: -4.253957,49.298084 + 520: -4.160207,48.016834 + 521: -3.5221872,52.73997 + 522: -4.147187,52.02122 + 523: -5.303437,55.786846 + 524: -4.225312,56.23997 + 525: -2.9753122,53.286846 + 526: -3.0690622,51.286846 + 527: -8.428438,54.974346 + 528: -8.928438,56.05247 + 529: -10.678438,55.30247 + 530: -10.850313,53.86497 + 3526: -8.633441,18.608944 + 3527: -8.617816,17.921444 + 3528: -7.9146905,18.593319 + 3529: -7.3209405,18.265194 + 3530: -4.5709405,18.452694 + 3531: -5.6178155,17.983944 + 3532: -5.7896905,17.421444 + 3533: -4.5084405,17.358944 - node: color: '#FFFFFFFF' id: Grasse3 decals: - 442: 12.153599,54.59365 - 443: 11.419224,55.40615 - 444: 12.508601,53.68905 - 445: 12.571101,52.892174 - 446: 11.789851,52.392174 - 447: 12.117976,52.5328 - 448: 12.852351,53.9703 - 3726: -7.1178155,17.671444 - 3727: -4.1646905,18.749569 + 420: 12.153599,54.59365 + 421: 11.419224,55.40615 + 422: 12.508601,53.68905 + 423: 12.571101,52.892174 + 424: 11.789851,52.392174 + 425: 12.117976,52.5328 + 426: 12.852351,53.9703 + 3534: -7.1178155,17.671444 + 3535: -4.1646905,18.749569 - node: color: '#50AF7F6F' id: HalfTileOverlayGreyscale decals: - 3670: -8,12 - 3671: -10,12 + 3478: -8,12 + 3479: -10,12 - node: color: '#D381C996' id: HalfTileOverlayGreyscale decals: - 953: 62,-49 - - node: - color: '#D4D4D496' - id: HalfTileOverlayGreyscale - decals: - 4: -7,-64 - 5: -8,-64 - 6: -9,-64 + 789: 62,-49 - node: color: '#EFB34150' id: HalfTileOverlayGreyscale decals: - 3018: -16,-5 + 2854: -16,-5 - node: color: '#EFB3415A' id: HalfTileOverlayGreyscale decals: - 262: -19,-5 - 263: -22,-5 + 240: -19,-5 + 241: -22,-5 - node: color: '#EFB34160' id: HalfTileOverlayGreyscale decals: - 2993: -24,-5 - 2994: -23,-5 - 2995: -21,-5 - 2996: -20,-5 - 2997: -18,-5 - 2998: -17,-5 + 2829: -24,-5 + 2830: -23,-5 + 2831: -21,-5 + 2832: -20,-5 + 2833: -18,-5 + 2834: -17,-5 + - node: + color: '#F0F0F073' + id: HalfTileOverlayGreyscale + decals: + 3917: -7,-60 + 3918: -8,-60 + - node: + color: '#F0F0F08F' + id: HalfTileOverlayGreyscale + decals: + 4045: -11,-62 + 4046: -13,-62 + 4047: -12,-62 + 4048: -14,-62 + 4049: -15,-62 + 4050: -16,-62 + - node: + color: '#F0F0F0AA' + id: HalfTileOverlayGreyscale + decals: + 3885: -8,-57 + 3886: -7,-57 + 3887: -6,-57 + 3901: -4,-57 + 3902: -3,-57 + - node: + color: '#F0F0F0C3' + id: HalfTileOverlayGreyscale + decals: + 3911: -6,-61 + 3912: -7,-61 + 3913: -8,-61 + - node: + color: '#F0F0F0FF' + id: HalfTileOverlayGreyscale + decals: + 3990: -2,-57 - node: color: '#FFFFFF79' id: HalfTileOverlayGreyscale decals: - 612: 6,-62 - 613: 5,-62 - 614: 4,-62 - 615: 3,-62 - 616: 2,-62 - 617: 1,-62 - 618: 0,-62 - 619: -1,-62 - 620: -2,-62 - 621: -3,-62 - 622: -4,-62 - 623: -5,-62 - 624: -6,-62 - 625: -7,-62 - 626: -8,-62 - 627: -9,-62 - 628: -10,-62 - 629: -12,-62 - 630: -11,-62 - 631: -13,-62 - 632: -14,-62 - 633: -15,-62 - 634: -16,-62 - 635: -17,-62 - 636: -18,-62 - 637: -19,-62 - 638: -20,-62 + 584: -17,-62 + 585: -18,-62 + 586: -19,-62 + 587: -20,-62 - node: color: '#6C896FAB' id: HalfTileOverlayGreyscale180 decals: - 33: -10,7 - 34: -8,7 - 35: -6,7 + 18: -10,7 + 19: -8,7 + 20: -6,7 - node: color: '#D381C996' id: HalfTileOverlayGreyscale180 decals: - 952: 62,-45 + 788: 62,-45 - node: - color: '#D4D4D47C' + color: '#EFB3415A' id: HalfTileOverlayGreyscale180 decals: - 3309: 5,-60 - 3310: 6,-60 + 239: -16,6 + 2156: -21,6 + 2157: -24,6 - node: - color: '#D4D4D496' + color: '#EFB34160' id: HalfTileOverlayGreyscale180 decals: - 9: -7,-67 - 12: -8,-67 - 13: -8,-67 - 14: -9,-67 + 2819: -22,6 + 2820: -23,6 + 2821: -20,6 - node: - color: '#EFB3415A' + color: '#EFB34163' id: HalfTileOverlayGreyscale180 decals: - 261: -16,6 - 2320: -21,6 - 2321: -24,6 + 2779: -19,6 + 2780: -18,6 + 2781: -17,6 - node: - color: '#EFB34160' + color: '#F0F0F05A' id: HalfTileOverlayGreyscale180 decals: - 2983: -22,6 - 2984: -23,6 - 2985: -20,6 + 3903: -8,-57 + 3904: -7,-57 - node: - color: '#EFB34163' + color: '#F0F0F073' + id: HalfTileOverlayGreyscale180 + decals: + 3919: -8,-61 + 3920: -7,-61 + 3927: -4,-57 + 3928: -3,-57 + - node: + color: '#F0F0F088' + id: HalfTileOverlayGreyscale180 + decals: + 3991: -2,-57 + - node: + color: '#F0F0F08F' + id: HalfTileOverlayGreyscale180 + decals: + 4037: -16,-59 + 4038: -15,-59 + 4039: -14,-59 + 4040: -13,-59 + 4041: -12,-59 + 4042: -11,-59 + - node: + color: '#F0F0F0C3' id: HalfTileOverlayGreyscale180 decals: - 2943: -19,6 - 2944: -18,6 - 2945: -17,6 + 3914: -6,-60 + 3915: -7,-60 + 3916: -8,-60 - node: color: '#FFFFFF79' id: HalfTileOverlayGreyscale180 decals: - 642: -20,-60 - 643: -19,-60 - 644: -18,-60 + 591: -20,-60 + 592: -19,-60 + 593: -18,-60 - node: color: '#221F2E28' id: HalfTileOverlayGreyscale270 decals: - 15: 0,2 + 0: 0,2 - node: color: '#D381C996' id: HalfTileOverlayGreyscale270 decals: - 959: 64,-47 - - node: - color: '#D4D4D496' - id: HalfTileOverlayGreyscale270 - decals: - 10: -10,-66 - 11: -10,-65 + 795: 64,-47 - node: color: '#EFB34153' id: HalfTileOverlayGreyscale270 decals: - 3012: -15,5 + 2848: -15,5 - node: color: '#EFB3415A' id: HalfTileOverlayGreyscale270 decals: - 248: -15,-1 - 249: -15,-2 - 250: -15,-3 - 251: -15,0 - 252: -15,1 - 253: -15,2 - 254: -15,3 - 255: -15,4 + 226: -15,-1 + 227: -15,-2 + 228: -15,-3 + 229: -15,0 + 230: -15,1 + 231: -15,2 + 232: -15,3 + 233: -15,4 - node: color: '#EFB34160' id: HalfTileOverlayGreyscale270 decals: - 2991: -15,-4 + 2827: -15,-4 + - node: + color: '#F0F0F05A' + id: HalfTileOverlayGreyscale270 + decals: + 3905: -6,-57 + 3906: -6,-58 + 3907: -6,-59 + 3908: -6,-60 + 3909: -6,-61 + 3910: -6,-62 + - node: + color: '#F0F0F088' + id: HalfTileOverlayGreyscale270 + decals: + 3992: -6,-63 + - node: + color: '#F0F0F08F' + id: HalfTileOverlayGreyscale270 + decals: + 4043: -10,-60 + 4044: -10,-61 + - node: + color: '#F0F0F0AA' + id: HalfTileOverlayGreyscale270 + decals: + 3894: -4,-57 + 3895: -4,-58 + 3896: -4,-60 + 3897: -4,-59 + 3898: -4,-61 + 3899: -4,-62 + 3900: -4,-63 - node: color: '#334E6DC8' id: HalfTileOverlayGreyscale90 decals: - 28: 40,-26 - 29: 40,-27 + 13: 40,-26 + 14: 40,-27 - node: color: '#D381C996' id: HalfTileOverlayGreyscale90 decals: - 958: 60,-47 + 794: 60,-47 - node: - color: '#D4D4D496' + color: '#EFB3415A' id: HalfTileOverlayGreyscale90 decals: - 7: -6,-65 - 8: -6,-66 + 234: -25,3 + 235: -25,2 + 236: -25,1 + 237: -25,-3 + 238: -25,-4 + 2155: -25,-2 - node: - color: '#EFB3415A' + color: '#EFB34160' id: HalfTileOverlayGreyscale90 decals: - 256: -25,3 - 257: -25,2 - 258: -25,1 - 259: -25,-3 - 260: -25,-4 - 2319: -25,-2 + 2823: -25,5 + 2824: -25,4 + 2825: -25,0 + 2826: -25,-1 - node: - color: '#EFB34160' + color: '#F0F0F073' + id: HalfTileOverlayGreyscale90 + decals: + 3921: -4,-58 + 3922: -4,-59 + 3923: -4,-60 + 3924: -4,-61 + 3925: -4,-62 + 3926: -4,-63 + - node: + color: '#F0F0F0AA' id: HalfTileOverlayGreyscale90 decals: - 2987: -25,5 - 2988: -25,4 - 2989: -25,0 - 2990: -25,-1 + 3888: -6,-57 + 3889: -6,-58 + 3890: -6,-59 + 3891: -6,-60 + 3892: -6,-61 + 3893: -6,-62 + - node: + color: '#F0F0F0FF' + id: HalfTileOverlayGreyscale90 + decals: + 3993: -6,-63 - node: color: '#FFFFFF79' id: HalfTileOverlayGreyscale90 decals: - 640: -21,-61 + 589: -21,-61 - node: color: '#FFFFFFFF' id: HatchSmall decals: - 3139: 51,-56 + 2974: 51,-56 - node: angle: 3.141592653589793 rad color: '#FFFFFFFF' id: LoadingArea decals: - 559: -13,70 - 560: -14,70 - 561: -22,70 - 562: -23,70 + 537: -13,70 + 538: -14,70 + 539: -22,70 + 540: -23,70 - node: color: '#EFB34196' id: MiniTileCheckerAOverlay decals: - 3238: -38,-9 - 3239: -37,-9 - 3240: -37,-10 - 3241: -38,-10 - 3242: -38,-11 - 3243: -37,-11 - 3244: -38,-12 - 3245: -37,-12 - 3246: -38,-8 - 3247: -37,-8 - 3248: -38,-7 - 3249: -37,-7 + 3073: -38,-9 + 3074: -37,-9 + 3075: -37,-10 + 3076: -38,-10 + 3077: -38,-11 + 3078: -37,-11 + 3079: -38,-12 + 3080: -37,-12 + 3081: -38,-8 + 3082: -37,-8 + 3083: -38,-7 + 3084: -37,-7 - node: color: '#D4D4D406' id: MiniTileOverlay decals: - 3926: -41,15 - 3927: -40,15 - 3928: -40,14 - 3929: -41,14 - 3930: -37,15 - 3931: -36,15 - 3932: -36,14 - 3933: -37,14 - 3934: -37,13 - 3935: -36,13 - 3936: -41,13 - 3937: -40,13 + 3734: -41,15 + 3735: -40,15 + 3736: -40,14 + 3737: -41,14 + 3738: -37,15 + 3739: -36,15 + 3740: -36,14 + 3741: -37,14 + 3742: -37,13 + 3743: -36,13 + 3744: -41,13 + 3745: -40,13 - node: color: '#D4D4D4C7' id: MiniTileSteelBox decals: - 2999: -20,-6 - 3000: -16,-6 - 3001: -20,7 + 2835: -20,-6 + 2836: -16,-6 + 2837: -20,7 - node: color: '#D4D4D4D3' id: MiniTileSteelBox decals: - 2282: -24,7 - 2283: -26,3 - 2284: -26,-2 - 2285: -24,-6 - 2286: -14,-2 - 2287: -14,3 - 2288: -16,7 - 2293: 6,-27 - 2294: 3,-27 - 2295: 4,-43 - 2296: 0,-43 - 2297: -10,-43 - 2298: -14,-43 - 2299: -5,-27 + 2118: -24,7 + 2119: -26,3 + 2120: -26,-2 + 2121: -24,-6 + 2122: -14,-2 + 2123: -14,3 + 2124: -16,7 + 2129: 6,-27 + 2130: 3,-27 + 2131: 4,-43 + 2132: 0,-43 + 2133: -10,-43 + 2134: -14,-43 + 2135: -5,-27 - node: color: '#C8C8C8FF' id: MiniTileSteelCornerNe decals: - 3923: -19,-10 + 3731: -19,-10 - node: color: '#D4D4D4CD' id: MiniTileSteelCornerNe decals: - 3197: 18,7 + 3032: 18,7 - node: color: '#D4D4D4D3' id: MiniTileSteelCornerNe decals: - 1038: 36,-17 - 1039: 37,-18 - 1095: 39,-42 - 1099: 36,-40 - 1116: 20,-40 - 1135: 34,-59 - 1145: 26,-46 - 1188: 41,-59 - 1227: 4,-41 - 1229: 6,-42 - 1256: -19,-41 - 1262: -18,-42 - 1270: -15,-26 - 1306: -4,-24 - 1325: -3,-32 - 1343: -2,-26 - 1422: -13,8 - 1423: -19,13 - 1428: -19,31 - 1466: -29,1 - 1499: -46,1 - 1504: -45,8 - 1557: -15,47 - 1568: -17,51 - 1587: -22,67 - 1614: -4,-4 - 1674: 1,52 - 1704: 1,59 - 1736: -13,67 - 1801: 30,8 - 1836: 34,8 - 1878: 30,-5 - 1923: 54,2 - 1982: 65,-6 - 1989: 53,-5 - 2021: 16,-21 - 2079: 9,-26 - 2080: 36,-21 - 2129: -3,-41 - 2134: -4,-26 - 2207: 14,1 - 2208: 4,1 - 2209: -3,1 + 874: 36,-17 + 875: 37,-18 + 931: 39,-42 + 935: 36,-40 + 952: 20,-40 + 971: 34,-59 + 981: 26,-46 + 1024: 41,-59 + 1063: 4,-41 + 1065: 6,-42 + 1092: -19,-41 + 1098: -18,-42 + 1106: -15,-26 + 1142: -4,-24 + 1161: -3,-32 + 1179: -2,-26 + 1258: -13,8 + 1259: -19,13 + 1264: -19,31 + 1302: -29,1 + 1335: -46,1 + 1340: -45,8 + 1393: -15,47 + 1404: -17,51 + 1423: -22,67 + 1450: -4,-4 + 1510: 1,52 + 1540: 1,59 + 1572: -13,67 + 1637: 30,8 + 1672: 34,8 + 1714: 30,-5 + 1759: 54,2 + 1818: 65,-6 + 1825: 53,-5 + 1857: 16,-21 + 1915: 9,-26 + 1916: 36,-21 + 1965: -3,-41 + 1970: -4,-26 + 2043: 14,1 + 2044: 4,1 + 2045: -3,1 - node: color: '#DE3A3A96' id: MiniTileSteelCornerNe decals: - 2763: 18,23 + 2599: 18,23 - node: color: '#88EFB1D9' id: MiniTileSteelCornerNw decals: - 3020: -28,-78 + 2855: -28,-78 - node: color: '#C8C8C8FF' id: MiniTileSteelCornerNw decals: - 3922: -21,-10 + 3730: -21,-10 - node: color: '#D4D4D4AE' id: MiniTileSteelCornerNw decals: - 3200: 33,-40 + 3035: 33,-40 - node: color: '#D4D4D4B4' id: MiniTileSteelCornerNw decals: - 3306: -7,-41 + 3141: -7,-41 - node: color: '#D4D4D4CD' id: MiniTileSteelCornerNw decals: - 3198: 16,7 + 3033: 16,7 - node: color: '#D4D4D4D3' id: MiniTileSteelCornerNw decals: - 1037: 14,-17 - 1115: 14,-40 - 1118: 8,-42 - 1138: 24,-56 - 1139: 24,-46 - 1191: 36,-59 - 1228: 1,-41 - 1243: -16,-42 - 1257: -21,-41 - 1271: -21,-26 - 1307: -6,-24 - 1346: -13,-26 - 1411: -27,8 - 1421: -17,8 - 1424: -21,13 - 1427: -21,31 - 1464: -44,1 - 1498: -48,1 - 1507: -50,8 - 1558: -19,47 - 1586: -23,67 - 1613: -6,-4 - 1675: -1,52 - 1693: -13,46 - 1716: -11,59 - 1734: -15,51 - 1735: -14,67 - 1792: 16,-6 - 1803: 20,8 - 1837: 32,8 - 1880: 20,-5 - 1905: 36,2 - 1987: 51,-5 - 1988: 49,-8 - 2019: 11,-26 - 2020: 14,-21 - 2078: 0,-26 - 2081: 34,-21 - 2133: -6,-26 - 2206: 13,1 - 2210: -1,1 - 2211: -11,1 + 873: 14,-17 + 951: 14,-40 + 954: 8,-42 + 974: 24,-56 + 975: 24,-46 + 1027: 36,-59 + 1064: 1,-41 + 1079: -16,-42 + 1093: -21,-41 + 1107: -21,-26 + 1143: -6,-24 + 1182: -13,-26 + 1247: -27,8 + 1257: -17,8 + 1260: -21,13 + 1263: -21,31 + 1300: -44,1 + 1334: -48,1 + 1343: -50,8 + 1394: -19,47 + 1422: -23,67 + 1449: -6,-4 + 1511: -1,52 + 1529: -13,46 + 1552: -11,59 + 1570: -15,51 + 1571: -14,67 + 1628: 16,-6 + 1639: 20,8 + 1673: 32,8 + 1716: 20,-5 + 1741: 36,2 + 1823: 51,-5 + 1824: 49,-8 + 1855: 11,-26 + 1856: 14,-21 + 1914: 0,-26 + 1917: 34,-21 + 1969: -6,-26 + 2042: 13,1 + 2046: -1,1 + 2047: -11,1 - node: color: '#DE3A3A96' id: MiniTileSteelCornerNw decals: - 2764: 14,23 + 2600: 14,23 - node: color: '#C8C8C8FF' id: MiniTileSteelCornerSe decals: - 3918: -19,-23 + 3726: -19,-23 - node: color: '#D4D4D4D3' id: MiniTileSteelCornerSe decals: - 1036: 37,-19 - 1093: 39,-44 - 1140: 34,-61 - 1141: 32,-63 - 1142: 31,-64 - 1186: 41,-61 - 1187: 40,-69 - 1230: 6,-44 - 1253: -18,-44 - 1268: -15,-28 - 1269: -19,-39 - 1326: -3,-36 - 1332: -4,-39 - 1342: -2,-28 - 1369: -13,-7 - 1370: -23,-7 - 1462: -19,15 - 1465: -29,-1 - 1501: -46,-1 - 1505: -45,3 - 1556: -15,29 - 1566: -17,49 - 1615: -4,-22 - 1666: 1,44 - 1698: 1,54 - 1732: -13,50 - 1770: 18,-7 - 1802: 30,6 - 1819: 34,-7 - 1858: 26,-15 - 1879: 30,-7 - 1927: 54,-2 - 1928: 53,-3 - 1981: 65,-14 - 1983: 59,-15 - 2025: 16,-38 - 2077: 9,-28 - 2088: 36,-38 - 2131: -3,-44 - 2132: -4,-28 - 2202: 4,0 - 2203: -3,0 - 2204: 14,0 + 872: 37,-19 + 929: 39,-44 + 976: 34,-61 + 977: 32,-63 + 978: 31,-64 + 1022: 41,-61 + 1023: 40,-69 + 1066: 6,-44 + 1089: -18,-44 + 1104: -15,-28 + 1105: -19,-39 + 1162: -3,-36 + 1168: -4,-39 + 1178: -2,-28 + 1205: -13,-7 + 1206: -23,-7 + 1298: -19,15 + 1301: -29,-1 + 1337: -46,-1 + 1341: -45,3 + 1392: -15,29 + 1402: -17,49 + 1451: -4,-22 + 1502: 1,44 + 1534: 1,54 + 1568: -13,50 + 1606: 18,-7 + 1638: 30,6 + 1655: 34,-7 + 1694: 26,-15 + 1715: 30,-7 + 1763: 54,-2 + 1764: 53,-3 + 1817: 65,-14 + 1819: 59,-15 + 1861: 16,-38 + 1913: 9,-28 + 1924: 36,-38 + 1967: -3,-44 + 1968: -4,-28 + 2038: 4,0 + 2039: -3,0 + 2040: 14,0 - node: color: '#DE3A3A96' id: MiniTileSteelCornerSe decals: - 2755: 18,19 + 2591: 18,19 - node: color: '#88EFB1D9' id: MiniTileSteelCornerSw decals: - 3021: -28,-81 + 2856: -28,-81 - node: color: '#C8C8C8FF' id: MiniTileSteelCornerSw decals: - 3919: -21,-23 + 3727: -21,-23 - node: color: '#D4D4D4C3' id: MiniTileSteelCornerSw decals: - 3318: -27,-7 + 3150: -27,-7 - node: color: '#D4D4D4D3' id: MiniTileSteelCornerSw decals: - 1059: 14,-19 - 1117: 8,-44 - 1136: 25,-61 - 1137: 24,-57 - 1143: 30,-64 - 1144: 29,-63 - 1146: 24,-54 - 1189: 38,-69 - 1190: 36,-61 - 1244: -16,-44 - 1254: -21,-44 - 1272: -21,-39 - 1333: -6,-39 - 1345: -13,-28 - 1400: -21,-7 - 1461: -21,15 - 1463: -44,-1 - 1503: -48,-1 - 1506: -50,3 - 1555: -17,29 - 1559: -19,40 - 1565: -19,49 - 1610: -23,50 - 1616: -6,-22 - 1694: -13,44 - 1699: -1,54 - 1717: -11,58 - 1733: -15,50 - 1793: 16,-7 - 1794: 16,-4 - 1804: 20,6 - 1820: 32,-7 - 1857: 24,-15 - 1881: 20,-7 - 1929: 50,-2 - 1930: 51,-3 - 1933: 36,0 - 1984: 54,-15 - 1985: 49,-10 - 1986: 51,-14 - 2022: 11,-28 - 2023: 14,-38 - 2076: 0,-28 - 2089: 34,-38 - 2130: -7,-44 - 2135: -6,-28 - 2205: 13,0 - 2212: -11,0 - 2213: -1,0 + 895: 14,-19 + 953: 8,-44 + 972: 25,-61 + 973: 24,-57 + 979: 30,-64 + 980: 29,-63 + 982: 24,-54 + 1025: 38,-69 + 1026: 36,-61 + 1080: -16,-44 + 1090: -21,-44 + 1108: -21,-39 + 1169: -6,-39 + 1181: -13,-28 + 1236: -21,-7 + 1297: -21,15 + 1299: -44,-1 + 1339: -48,-1 + 1342: -50,3 + 1391: -17,29 + 1395: -19,40 + 1401: -19,49 + 1446: -23,50 + 1452: -6,-22 + 1530: -13,44 + 1535: -1,54 + 1553: -11,58 + 1569: -15,50 + 1629: 16,-7 + 1630: 16,-4 + 1640: 20,6 + 1656: 32,-7 + 1693: 24,-15 + 1717: 20,-7 + 1765: 50,-2 + 1766: 51,-3 + 1769: 36,0 + 1820: 54,-15 + 1821: 49,-10 + 1822: 51,-14 + 1858: 11,-28 + 1859: 14,-38 + 1912: 0,-28 + 1925: 34,-38 + 1966: -7,-44 + 1971: -6,-28 + 2041: 13,0 + 2048: -11,0 + 2049: -1,0 - node: color: '#DE3A3A96' id: MiniTileSteelCornerSw decals: - 2756: 14,19 + 2592: 14,19 - node: color: '#D4D4D4C7' id: MiniTileSteelInnerNe decals: - 3005: -19,7 + 2841: -19,7 - node: color: '#D4D4D4D3' id: MiniTileSteelInnerNe decals: - 1060: 36,-18 - 1132: 20,-42 - 1182: 26,-59 - 1232: 4,-42 - 1235: 36,-42 - 1261: -19,-42 - 1331: -4,-32 - 1611: -22,51 - 2012: 53,-6 - 2013: 52,-11 - 2119: 36,-26 + 896: 36,-18 + 968: 20,-42 + 1018: 26,-59 + 1068: 4,-42 + 1071: 36,-42 + 1097: -19,-42 + 1167: -4,-32 + 1447: -22,51 + 1848: 53,-6 + 1849: 52,-11 + 1955: 36,-26 - node: color: '#D4D4D4D6' id: MiniTileSteelInnerNe decals: - 3014: -25.018312,-5.498596 - 3015: -25.283937,-5.498596 - 3016: -25.502687,-5.498596 + 2850: -25.018312,-5.498596 + 2851: -25.283937,-5.498596 + 2852: -25.502687,-5.498596 - node: color: '#D4D4D4FF' id: MiniTileSteelInnerNe decals: - 3279: -39,-13 + 3114: -39,-13 - node: color: '#D4D4D4AE' id: MiniTileSteelInnerNw decals: - 3205: 33,-42 + 3040: 33,-42 - node: color: '#D4D4D4C0' id: MiniTileSteelInnerNw decals: - 2977: -14.760899,-5.480981 - 2978: -15.010899,-5.480981 - 2979: -14.526524,-5.480981 + 2813: -14.760899,-5.480981 + 2814: -15.010899,-5.480981 + 2815: -14.526524,-5.480981 - node: color: '#D4D4D4C7' id: MiniTileSteelInnerNw decals: - 3006: -17,7 + 2842: -17,7 - node: color: '#D4D4D4D3' id: MiniTileSteelInnerNw decals: - 1183: 25,-56 - 1233: 1,-42 - 1234: 14,-42 - 1425: -21,8 - 1696: -1,46 - 1768: -14,51 - 1797: 17,-6 - 2010: 62,-11 - 2011: 51,-8 - 2049: 14,-26 + 1019: 25,-56 + 1069: 1,-42 + 1070: 14,-42 + 1261: -21,8 + 1532: -1,46 + 1604: -14,51 + 1633: 17,-6 + 1846: 62,-11 + 1847: 51,-8 + 1885: 14,-26 - node: color: '#D4D4D4FF' id: MiniTileSteelInnerNw decals: - 3277: -36,-13 + 3112: -36,-13 - node: color: '#D4D4D4C0' id: MiniTileSteelInnerSe decals: - 2980: -25.008694,6.5088334 - 2981: -25.274319,6.5088334 - 2982: -25.508694,6.5088334 + 2816: -25.008694,6.5088334 + 2817: -25.274319,6.5088334 + 2818: -25.508694,6.5088334 - node: color: '#D4D4D4C7' id: MiniTileSteelInnerSe decals: - 3004: -23,-6 + 2840: -23,-6 - node: color: '#D4D4D4D3' id: MiniTileSteelInnerSe decals: - 1178: 32,-61 - 1181: 31,-63 - 1215: 40,-61 - 1300: -19,-28 - 1330: -4,-36 - 1890: 26,-7 - 1936: 53,-2 - 2008: 52,-7 - 2009: 59,-14 - 2118: 36,-27 + 1014: 32,-61 + 1017: 31,-63 + 1051: 40,-61 + 1136: -19,-28 + 1166: -4,-36 + 1726: 26,-7 + 1772: 53,-2 + 1844: 52,-7 + 1845: 59,-14 + 1954: 36,-27 - node: color: '#D4D4D4FF' id: MiniTileSteelInnerSe decals: - 3278: -39,-6 + 3113: -39,-6 - node: color: '#D4D4D4C7' id: MiniTileSteelInnerSw decals: - 3003: -21,-6 - 3008: -14.7582035,6.5086117 - 3009: -14.5238285,6.5086117 - 3010: -15.0082035,6.5086117 + 2839: -21,-6 + 2844: -14.7582035,6.5086117 + 2845: -14.5238285,6.5086117 + 2846: -15.0082035,6.5086117 - node: color: '#D4D4D4D3' id: MiniTileSteelInnerSw decals: - 1179: 29,-61 - 1180: 30,-63 - 1184: 25,-57 - 1185: 25,-54 - 1214: 38,-61 - 1561: -17,40 - 1612: -19,50 - 1730: -1,58 - 1796: 17,-4 - 1889: 24,-7 - 1934: 50,0 - 1935: 51,-2 - 2006: 54,-14 - 2007: 62,-7 - 2014: 51,-10 - 2052: 14,-28 + 1015: 29,-61 + 1016: 30,-63 + 1020: 25,-57 + 1021: 25,-54 + 1050: 38,-61 + 1397: -17,40 + 1448: -19,50 + 1566: -1,58 + 1632: 17,-4 + 1725: 24,-7 + 1770: 50,0 + 1771: 51,-2 + 1842: 54,-14 + 1843: 62,-7 + 1850: 51,-10 + 1888: 14,-28 - node: color: '#D4D4D4FF' id: MiniTileSteelInnerSw decals: - 3276: -36,-6 + 3111: -36,-6 - node: color: '#C8C8C89E' id: MiniTileSteelLineE decals: - 3613: 18,0 - 3614: 18,1 + 3441: 18,0 + 3442: 18,1 - node: color: '#CACFD6C1' id: MiniTileSteelLineE decals: - 4024: -15,36 + 3832: -15,36 - node: color: '#D4D4D4C0' id: MiniTileSteelLineE decals: - 2966: -25.510418,5.5102654 - 2967: -25.510418,4.5102654 - 2968: -25.510418,3.5239472 - 2969: -25.510418,2.5239472 - 2970: -25.510418,1.5420241 - 2971: -25.510418,0.5198039 - 2972: -25.510418,-0.4823848 - 2973: -25.510418,-1.4980098 - 2974: -25.510418,-2.4674516 - 2975: -25.510418,-3.5051284 - 2976: -25.510418,-4.481826 + 2802: -25.510418,5.5102654 + 2803: -25.510418,4.5102654 + 2804: -25.510418,3.5239472 + 2805: -25.510418,2.5239472 + 2806: -25.510418,1.5420241 + 2807: -25.510418,0.5198039 + 2808: -25.510418,-0.4823848 + 2809: -25.510418,-1.4980098 + 2810: -25.510418,-2.4674516 + 2811: -25.510418,-3.5051284 + 2812: -25.510418,-4.481826 - node: color: '#D4D4D4D3' id: MiniTileSteelLineE decals: - 1094: 39,-43 - 1098: 36,-41 - 1104: 20,-41 - 1152: 26,-47 - 1153: 26,-48 - 1154: 26,-49 - 1155: 26,-50 - 1156: 26,-51 - 1157: 26,-52 - 1158: 26,-53 - 1159: 26,-54 - 1160: 26,-55 - 1161: 26,-56 - 1162: 26,-57 - 1163: 26,-58 - 1164: 34,-60 - 1177: 32,-62 - 1198: 41,-60 - 1199: 40,-63 - 1200: 40,-62 - 1201: 40,-64 - 1202: 40,-65 - 1203: 40,-66 - 1204: 40,-67 - 1205: 40,-68 - 1219: 6,-43 - 1255: -18,-43 - 1277: -19,-29 - 1278: -19,-30 - 1279: -19,-31 - 1280: -19,-32 - 1281: -19,-33 - 1282: -19,-34 - 1283: -19,-35 - 1284: -19,-36 - 1285: -19,-37 - 1286: -19,-38 - 1299: -15,-27 - 1308: -4,-25 - 1309: -2,-27 - 1310: -4,-29 - 1311: -4,-30 - 1312: -4,-31 - 1313: -4,-37 - 1314: -4,-38 - 1327: -3,-35 - 1328: -3,-34 - 1329: -3,-33 - 1348: -19,-11 - 1349: -19,-12 - 1350: -19,-13 - 1351: -19,-14 - 1352: -19,-15 - 1353: -19,-17 - 1354: -19,-16 - 1355: -19,-18 - 1356: -19,-19 - 1357: -19,-20 - 1358: -19,-21 - 1359: -19,-22 - 1384: -13,7 - 1385: -13,6 - 1386: -13,4 - 1387: -13,5 - 1388: -13,3 - 1389: -13,2 - 1390: -13,1 - 1391: -13,0 - 1392: -13,-1 - 1393: -13,-2 - 1394: -13,-3 - 1395: -13,-4 - 1396: -13,-5 - 1397: -13,-6 - 1416: -19,12 - 1417: -19,11 - 1418: -19,10 - 1419: -19,9 - 1420: -19,8 - 1430: -19,30 - 1431: -19,29 - 1432: -19,28 - 1433: -19,27 - 1434: -19,26 - 1435: -19,25 - 1436: -19,24 - 1437: -19,23 - 1438: -19,22 - 1439: -19,21 - 1440: -19,20 - 1441: -19,19 - 1442: -19,18 - 1443: -19,17 - 1444: -19,16 - 1467: -29,0 - 1516: -45,7 - 1517: -45,6 - 1518: -45,5 - 1519: -45,4 - 1539: -15,46 - 1540: -15,45 - 1541: -15,44 - 1542: -15,43 - 1543: -15,42 - 1544: -15,41 - 1545: -15,40 - 1546: -15,39 - 1547: -15,38 - 1548: -15,37 - 1549: -15,35 - 1550: -15,34 - 1551: -15,33 - 1552: -15,32 - 1553: -15,31 - 1554: -15,30 - 1569: -17,50 - 1588: -22,66 - 1589: -22,65 - 1590: -22,64 - 1591: -22,63 - 1592: -22,62 - 1593: -22,61 - 1594: -22,60 - 1595: -22,58 - 1596: -22,59 - 1597: -22,57 - 1598: -22,56 - 1599: -22,55 - 1600: -22,54 - 1601: -22,53 - 1602: -22,52 - 1618: -4,-21 - 1619: -4,-20 - 1620: -4,-19 - 1621: -4,-18 - 1622: -4,-17 - 1623: -4,-16 - 1624: -4,-15 - 1625: -4,-14 - 1626: -4,-13 - 1627: -4,-12 - 1628: -4,-11 - 1629: -4,-10 - 1630: -4,-9 - 1631: -4,-8 - 1632: -4,-7 - 1633: -4,-6 - 1634: -4,-5 - 1667: 1,45 - 1668: 1,46 - 1669: 1,47 - 1670: 1,48 - 1671: 1,49 - 1672: 1,50 - 1673: 1,51 - 1700: 1,55 - 1701: 1,56 - 1702: 1,57 - 1703: 1,58 - 1737: -13,66 - 1738: -13,65 - 1739: -13,64 - 1740: -13,63 - 1741: -13,62 - 1742: -13,61 - 1743: -13,60 - 1744: -13,59 - 1745: -13,58 - 1746: -13,57 - 1747: -13,55 - 1748: -13,56 - 1749: -13,54 - 1750: -13,53 - 1751: -13,52 - 1752: -13,51 - 1771: 18,-6 - 1772: 18,-5 - 1773: 18,-3 - 1774: 18,-4 - 1775: 18,-1 - 1776: 18,-2 - 1777: 18,2 - 1778: 18,4 - 1779: 18,5 - 1780: 18,3 - 1781: 18,6 - 1805: 30,7 - 1822: 34,-6 - 1823: 34,-5 - 1824: 34,-4 - 1825: 34,-3 - 1826: 34,-2 - 1827: 34,-1 - 1828: 34,0 - 1829: 34,1 - 1830: 34,2 - 1831: 34,3 - 1832: 34,4 - 1833: 34,5 - 1834: 34,6 - 1835: 34,7 - 1860: 26,-14 - 1861: 26,-13 - 1862: 26,-12 - 1863: 26,-11 - 1864: 26,-10 - 1865: 26,-9 - 1866: 26,-8 - 1867: 30,-6 - 1924: 54,1 - 1925: 54,0 - 1926: 54,-1 - 1971: 52,-8 - 1972: 52,-9 - 1973: 52,-10 - 1974: 65,-8 - 1975: 65,-9 - 1976: 65,-10 - 1977: 65,-11 - 1978: 65,-12 - 1979: 65,-13 - 1980: 65,-7 - 2026: 16,-37 - 2027: 16,-36 - 2028: 16,-35 - 2029: 16,-34 - 2030: 16,-32 - 2031: 16,-33 - 2032: 16,-31 - 2033: 16,-30 - 2034: 16,-29 - 2035: 16,-28 - 2036: 16,-27 - 2037: 16,-24 - 2038: 16,-23 - 2039: 16,-22 - 2074: 9,-27 - 2090: 36,-37 - 2091: 36,-35 - 2092: 36,-36 - 2093: 36,-34 - 2094: 36,-33 - 2095: 36,-32 - 2096: 36,-31 - 2097: 36,-29 - 2098: 36,-28 - 2099: 36,-30 - 2100: 36,-25 - 2101: 36,-24 - 2102: 36,-23 - 2103: 36,-22 - 2120: -3,-42 - 2121: -3,-43 - 2137: -4,-27 + 930: 39,-43 + 934: 36,-41 + 940: 20,-41 + 988: 26,-47 + 989: 26,-48 + 990: 26,-49 + 991: 26,-50 + 992: 26,-51 + 993: 26,-52 + 994: 26,-53 + 995: 26,-54 + 996: 26,-55 + 997: 26,-56 + 998: 26,-57 + 999: 26,-58 + 1000: 34,-60 + 1013: 32,-62 + 1034: 41,-60 + 1035: 40,-63 + 1036: 40,-62 + 1037: 40,-64 + 1038: 40,-65 + 1039: 40,-66 + 1040: 40,-67 + 1041: 40,-68 + 1055: 6,-43 + 1091: -18,-43 + 1113: -19,-29 + 1114: -19,-30 + 1115: -19,-31 + 1116: -19,-32 + 1117: -19,-33 + 1118: -19,-34 + 1119: -19,-35 + 1120: -19,-36 + 1121: -19,-37 + 1122: -19,-38 + 1135: -15,-27 + 1144: -4,-25 + 1145: -2,-27 + 1146: -4,-29 + 1147: -4,-30 + 1148: -4,-31 + 1149: -4,-37 + 1150: -4,-38 + 1163: -3,-35 + 1164: -3,-34 + 1165: -3,-33 + 1184: -19,-11 + 1185: -19,-12 + 1186: -19,-13 + 1187: -19,-14 + 1188: -19,-15 + 1189: -19,-17 + 1190: -19,-16 + 1191: -19,-18 + 1192: -19,-19 + 1193: -19,-20 + 1194: -19,-21 + 1195: -19,-22 + 1220: -13,7 + 1221: -13,6 + 1222: -13,4 + 1223: -13,5 + 1224: -13,3 + 1225: -13,2 + 1226: -13,1 + 1227: -13,0 + 1228: -13,-1 + 1229: -13,-2 + 1230: -13,-3 + 1231: -13,-4 + 1232: -13,-5 + 1233: -13,-6 + 1252: -19,12 + 1253: -19,11 + 1254: -19,10 + 1255: -19,9 + 1256: -19,8 + 1266: -19,30 + 1267: -19,29 + 1268: -19,28 + 1269: -19,27 + 1270: -19,26 + 1271: -19,25 + 1272: -19,24 + 1273: -19,23 + 1274: -19,22 + 1275: -19,21 + 1276: -19,20 + 1277: -19,19 + 1278: -19,18 + 1279: -19,17 + 1280: -19,16 + 1303: -29,0 + 1352: -45,7 + 1353: -45,6 + 1354: -45,5 + 1355: -45,4 + 1375: -15,46 + 1376: -15,45 + 1377: -15,44 + 1378: -15,43 + 1379: -15,42 + 1380: -15,41 + 1381: -15,40 + 1382: -15,39 + 1383: -15,38 + 1384: -15,37 + 1385: -15,35 + 1386: -15,34 + 1387: -15,33 + 1388: -15,32 + 1389: -15,31 + 1390: -15,30 + 1405: -17,50 + 1424: -22,66 + 1425: -22,65 + 1426: -22,64 + 1427: -22,63 + 1428: -22,62 + 1429: -22,61 + 1430: -22,60 + 1431: -22,58 + 1432: -22,59 + 1433: -22,57 + 1434: -22,56 + 1435: -22,55 + 1436: -22,54 + 1437: -22,53 + 1438: -22,52 + 1454: -4,-21 + 1455: -4,-20 + 1456: -4,-19 + 1457: -4,-18 + 1458: -4,-17 + 1459: -4,-16 + 1460: -4,-15 + 1461: -4,-14 + 1462: -4,-13 + 1463: -4,-12 + 1464: -4,-11 + 1465: -4,-10 + 1466: -4,-9 + 1467: -4,-8 + 1468: -4,-7 + 1469: -4,-6 + 1470: -4,-5 + 1503: 1,45 + 1504: 1,46 + 1505: 1,47 + 1506: 1,48 + 1507: 1,49 + 1508: 1,50 + 1509: 1,51 + 1536: 1,55 + 1537: 1,56 + 1538: 1,57 + 1539: 1,58 + 1573: -13,66 + 1574: -13,65 + 1575: -13,64 + 1576: -13,63 + 1577: -13,62 + 1578: -13,61 + 1579: -13,60 + 1580: -13,59 + 1581: -13,58 + 1582: -13,57 + 1583: -13,55 + 1584: -13,56 + 1585: -13,54 + 1586: -13,53 + 1587: -13,52 + 1588: -13,51 + 1607: 18,-6 + 1608: 18,-5 + 1609: 18,-3 + 1610: 18,-4 + 1611: 18,-1 + 1612: 18,-2 + 1613: 18,2 + 1614: 18,4 + 1615: 18,5 + 1616: 18,3 + 1617: 18,6 + 1641: 30,7 + 1658: 34,-6 + 1659: 34,-5 + 1660: 34,-4 + 1661: 34,-3 + 1662: 34,-2 + 1663: 34,-1 + 1664: 34,0 + 1665: 34,1 + 1666: 34,2 + 1667: 34,3 + 1668: 34,4 + 1669: 34,5 + 1670: 34,6 + 1671: 34,7 + 1696: 26,-14 + 1697: 26,-13 + 1698: 26,-12 + 1699: 26,-11 + 1700: 26,-10 + 1701: 26,-9 + 1702: 26,-8 + 1703: 30,-6 + 1760: 54,1 + 1761: 54,0 + 1762: 54,-1 + 1807: 52,-8 + 1808: 52,-9 + 1809: 52,-10 + 1810: 65,-8 + 1811: 65,-9 + 1812: 65,-10 + 1813: 65,-11 + 1814: 65,-12 + 1815: 65,-13 + 1816: 65,-7 + 1862: 16,-37 + 1863: 16,-36 + 1864: 16,-35 + 1865: 16,-34 + 1866: 16,-32 + 1867: 16,-33 + 1868: 16,-31 + 1869: 16,-30 + 1870: 16,-29 + 1871: 16,-28 + 1872: 16,-27 + 1873: 16,-24 + 1874: 16,-23 + 1875: 16,-22 + 1910: 9,-27 + 1926: 36,-37 + 1927: 36,-35 + 1928: 36,-36 + 1929: 36,-34 + 1930: 36,-33 + 1931: 36,-32 + 1932: 36,-31 + 1933: 36,-29 + 1934: 36,-28 + 1935: 36,-30 + 1936: 36,-25 + 1937: 36,-24 + 1938: 36,-23 + 1939: 36,-22 + 1956: -3,-42 + 1957: -3,-43 + 1973: -4,-27 - node: color: '#D4D4D4FF' id: MiniTileSteelLineE decals: - 3262: -39,-7 - 3263: -39,-8 - 3264: -39,-9 - 3265: -39,-10 - 3266: -39,-11 - 3267: -39,-12 + 3097: -39,-7 + 3098: -39,-8 + 3099: -39,-9 + 3100: -39,-10 + 3101: -39,-11 + 3102: -39,-12 - node: color: '#DE3A3A96' id: MiniTileSteelLineE decals: - 2765: 18,22 - 2766: 18,21 - 2767: 18,20 + 2601: 18,22 + 2602: 18,21 + 2603: 18,20 - node: color: '#C8C8C8FF' id: MiniTileSteelLineN decals: - 3921: -20,-10 + 3729: -20,-10 - node: color: '#D4D4D4AE' id: MiniTileSteelLineN decals: - 3202: 32,-42 - 3203: 31,-42 - 3204: 30,-42 + 3037: 32,-42 + 3038: 31,-42 + 3039: 30,-42 - node: color: '#D4D4D4B4' id: MiniTileSteelLineN decals: - 3307: -6,-41 + 3142: -6,-41 - node: color: '#D4D4D4C0' id: MiniTileSteelLineN decals: - 2953: -18.018867,-5.48975 - 2954: -17.019917,-5.49304 - 2955: -19.00948,-5.49304 - 2956: -20.010675,-5.49304 - 2957: -21.010675,-5.49304 - 2958: -22.0263,-5.49304 - 2959: -23.028214,-5.497755 - 2960: -24.012589,-5.497755 + 2789: -18.018867,-5.48975 + 2790: -17.019917,-5.49304 + 2791: -19.00948,-5.49304 + 2792: -20.010675,-5.49304 + 2793: -21.010675,-5.49304 + 2794: -22.0263,-5.49304 + 2795: -23.028214,-5.497755 + 2796: -24.012589,-5.497755 - node: color: '#D4D4D4C7' id: MiniTileSteelLineN decals: - 3002: -18,7 + 2838: -18,7 - node: color: '#D4D4D4CA' id: MiniTileSteelLineN decals: - 3013: -16.015686,-5.492559 + 2849: -16.015686,-5.492559 - node: color: '#D4D4D4CD' id: MiniTileSteelLineN decals: - 3199: 17,7 + 3034: 17,7 - node: color: '#D4D4D4D3' id: MiniTileSteelLineN decals: - 1040: 35,-17 - 1041: 34,-17 - 1042: 33,-17 - 1043: 31,-17 - 1044: 30,-17 - 1045: 29,-17 - 1046: 28,-17 - 1047: 27,-17 - 1048: 26,-17 - 1049: 24,-17 - 1050: 23,-17 - 1051: 21,-17 - 1052: 22,-17 - 1053: 19,-17 - 1054: 18,-17 - 1055: 17,-17 - 1056: 16,-17 - 1057: 15,-17 - 1067: 25,-17 - 1068: 27,-42 - 1069: 26,-42 - 1070: 25,-42 - 1071: 24,-42 - 1072: 23,-42 - 1073: 22,-42 - 1074: 21,-42 - 1075: 28,-42 - 1076: 29,-42 - 1096: 38,-42 - 1097: 37,-42 - 1100: 35,-40 - 1101: 34,-40 - 1105: 19,-40 - 1106: 18,-40 - 1107: 17,-40 - 1108: 16,-40 - 1109: 15,-40 - 1110: 9,-42 - 1111: 10,-42 - 1112: 11,-42 - 1113: 13,-42 - 1114: 12,-42 - 1133: 28,-59 - 1134: 27,-59 - 1147: 25,-46 - 1192: 40,-59 - 1193: 39,-59 - 1194: 38,-59 - 1195: 37,-59 - 1216: -2,-42 - 1217: -1,-42 - 1218: 0,-42 - 1225: 2,-41 - 1226: 3,-41 - 1231: 5,-42 - 1236: -8,-42 - 1237: -10,-42 - 1238: -11,-42 - 1239: -12,-42 - 1240: -13,-42 - 1241: -14,-42 - 1242: -15,-42 - 1260: -20,-41 - 1263: -18,-26 - 1264: -19,-26 - 1265: -20,-26 - 1266: -16,-26 - 1267: -17,-26 - 1301: -5,-24 - 1302: -3,-26 - 1303: -7,-26 - 1304: -8,-26 - 1305: -11,-26 - 1377: -14,8 - 1378: -15,8 - 1379: -20,13 - 1380: -22,8 - 1381: -23,8 - 1382: -25,8 - 1383: -26,8 - 1429: -20,31 - 1482: -43,1 - 1483: -42,1 - 1484: -41,1 - 1485: -39,1 - 1486: -40,1 - 1487: -38,1 - 1488: -37,1 - 1489: -36,1 - 1490: -34,1 - 1491: -33,1 - 1492: -35,1 - 1493: -32,1 - 1494: -30,1 - 1495: -31,1 - 1500: -47,1 - 1508: -46,8 - 1509: -47,8 - 1510: -48,8 - 1511: -49,8 - 1562: -16,47 - 1563: -17,47 - 1564: -18,47 - 1603: -18,51 - 1604: -19,51 - 1605: -20,51 - 1606: -21,51 - 1635: -5,-4 - 1676: 0,52 - 1682: -2,46 - 1683: -3,46 - 1684: -4,46 - 1685: -5,46 - 1686: -6,46 - 1687: -7,46 - 1688: -8,46 - 1689: -9,46 - 1690: -10,46 - 1691: -11,46 - 1692: -12,46 - 1705: 0,59 - 1706: -1,59 - 1707: -2,59 - 1708: -3,59 - 1709: -4,59 - 1710: -5,59 - 1711: -6,59 - 1712: -7,59 - 1713: -8,59 - 1714: -9,59 - 1715: -10,59 - 1798: 27,8 - 1799: 28,8 - 1800: 29,8 - 1816: 21,8 - 1817: 22,8 - 1818: 23,8 - 1838: 33,8 - 1869: 29,-5 - 1870: 28,-5 - 1871: 27,-5 - 1872: 26,-5 - 1873: 25,-5 - 1874: 24,-5 - 1875: 23,-5 - 1876: 22,-5 - 1877: 21,-5 - 1906: 53,2 - 1907: 52,2 - 1908: 50,2 - 1909: 51,2 - 1910: 49,2 - 1911: 48,2 - 1912: 47,2 - 1913: 46,2 - 1914: 45,2 - 1915: 44,2 - 1916: 43,2 - 1917: 41,2 - 1918: 42,2 - 1919: 40,2 - 1920: 39,2 - 1921: 38,2 - 1922: 37,2 - 1937: 64,-6 - 1938: 63,-6 - 1939: 62,-6 - 1940: 60,-6 - 1941: 59,-6 - 1942: 61,-6 - 1943: 58,-6 - 1944: 57,-6 - 1945: 56,-6 - 1946: 55,-6 - 1947: 54,-6 - 1948: 52,-5 - 1949: 50,-8 - 1995: 61,-11 - 1996: 60,-11 - 1997: 59,-11 - 1998: 58,-11 - 1999: 57,-11 - 2000: 56,-11 - 2001: 55,-11 - 2002: 54,-11 - 2003: 53,-11 - 2016: 15,-21 - 2017: 13,-26 - 2018: 12,-26 - 2066: 8,-26 - 2067: 7,-26 - 2068: 6,-26 - 2069: 5,-26 - 2070: 4,-26 - 2071: 3,-26 - 2072: 2,-26 - 2073: 1,-26 - 2082: 35,-21 - 2083: 37,-26 - 2084: 38,-26 - 2122: -5,-41 - 2123: -4,-41 - 2136: -5,-26 - 2214: 3,1 - 2215: 1,1 - 2216: 0,1 - 2217: 2,1 - 2218: -4,1 - 2219: -5,1 - 2220: -7,1 - 2221: -6,1 - 2222: -8,1 - 2223: -9,1 - 2224: -10,1 - 2291: -16,8 - 2292: -24,8 + 876: 35,-17 + 877: 34,-17 + 878: 33,-17 + 879: 31,-17 + 880: 30,-17 + 881: 29,-17 + 882: 28,-17 + 883: 27,-17 + 884: 26,-17 + 885: 24,-17 + 886: 23,-17 + 887: 21,-17 + 888: 22,-17 + 889: 19,-17 + 890: 18,-17 + 891: 17,-17 + 892: 16,-17 + 893: 15,-17 + 903: 25,-17 + 904: 27,-42 + 905: 26,-42 + 906: 25,-42 + 907: 24,-42 + 908: 23,-42 + 909: 22,-42 + 910: 21,-42 + 911: 28,-42 + 912: 29,-42 + 932: 38,-42 + 933: 37,-42 + 936: 35,-40 + 937: 34,-40 + 941: 19,-40 + 942: 18,-40 + 943: 17,-40 + 944: 16,-40 + 945: 15,-40 + 946: 9,-42 + 947: 10,-42 + 948: 11,-42 + 949: 13,-42 + 950: 12,-42 + 969: 28,-59 + 970: 27,-59 + 983: 25,-46 + 1028: 40,-59 + 1029: 39,-59 + 1030: 38,-59 + 1031: 37,-59 + 1052: -2,-42 + 1053: -1,-42 + 1054: 0,-42 + 1061: 2,-41 + 1062: 3,-41 + 1067: 5,-42 + 1072: -8,-42 + 1073: -10,-42 + 1074: -11,-42 + 1075: -12,-42 + 1076: -13,-42 + 1077: -14,-42 + 1078: -15,-42 + 1096: -20,-41 + 1099: -18,-26 + 1100: -19,-26 + 1101: -20,-26 + 1102: -16,-26 + 1103: -17,-26 + 1137: -5,-24 + 1138: -3,-26 + 1139: -7,-26 + 1140: -8,-26 + 1141: -11,-26 + 1213: -14,8 + 1214: -15,8 + 1215: -20,13 + 1216: -22,8 + 1217: -23,8 + 1218: -25,8 + 1219: -26,8 + 1265: -20,31 + 1318: -43,1 + 1319: -42,1 + 1320: -41,1 + 1321: -39,1 + 1322: -40,1 + 1323: -38,1 + 1324: -37,1 + 1325: -36,1 + 1326: -34,1 + 1327: -33,1 + 1328: -35,1 + 1329: -32,1 + 1330: -30,1 + 1331: -31,1 + 1336: -47,1 + 1344: -46,8 + 1345: -47,8 + 1346: -48,8 + 1347: -49,8 + 1398: -16,47 + 1399: -17,47 + 1400: -18,47 + 1439: -18,51 + 1440: -19,51 + 1441: -20,51 + 1442: -21,51 + 1471: -5,-4 + 1512: 0,52 + 1518: -2,46 + 1519: -3,46 + 1520: -4,46 + 1521: -5,46 + 1522: -6,46 + 1523: -7,46 + 1524: -8,46 + 1525: -9,46 + 1526: -10,46 + 1527: -11,46 + 1528: -12,46 + 1541: 0,59 + 1542: -1,59 + 1543: -2,59 + 1544: -3,59 + 1545: -4,59 + 1546: -5,59 + 1547: -6,59 + 1548: -7,59 + 1549: -8,59 + 1550: -9,59 + 1551: -10,59 + 1634: 27,8 + 1635: 28,8 + 1636: 29,8 + 1652: 21,8 + 1653: 22,8 + 1654: 23,8 + 1674: 33,8 + 1705: 29,-5 + 1706: 28,-5 + 1707: 27,-5 + 1708: 26,-5 + 1709: 25,-5 + 1710: 24,-5 + 1711: 23,-5 + 1712: 22,-5 + 1713: 21,-5 + 1742: 53,2 + 1743: 52,2 + 1744: 50,2 + 1745: 51,2 + 1746: 49,2 + 1747: 48,2 + 1748: 47,2 + 1749: 46,2 + 1750: 45,2 + 1751: 44,2 + 1752: 43,2 + 1753: 41,2 + 1754: 42,2 + 1755: 40,2 + 1756: 39,2 + 1757: 38,2 + 1758: 37,2 + 1773: 64,-6 + 1774: 63,-6 + 1775: 62,-6 + 1776: 60,-6 + 1777: 59,-6 + 1778: 61,-6 + 1779: 58,-6 + 1780: 57,-6 + 1781: 56,-6 + 1782: 55,-6 + 1783: 54,-6 + 1784: 52,-5 + 1785: 50,-8 + 1831: 61,-11 + 1832: 60,-11 + 1833: 59,-11 + 1834: 58,-11 + 1835: 57,-11 + 1836: 56,-11 + 1837: 55,-11 + 1838: 54,-11 + 1839: 53,-11 + 1852: 15,-21 + 1853: 13,-26 + 1854: 12,-26 + 1902: 8,-26 + 1903: 7,-26 + 1904: 6,-26 + 1905: 5,-26 + 1906: 4,-26 + 1907: 3,-26 + 1908: 2,-26 + 1909: 1,-26 + 1918: 35,-21 + 1919: 37,-26 + 1920: 38,-26 + 1958: -5,-41 + 1959: -4,-41 + 1972: -5,-26 + 2050: 3,1 + 2051: 1,1 + 2052: 0,1 + 2053: 2,1 + 2054: -4,1 + 2055: -5,1 + 2056: -7,1 + 2057: -6,1 + 2058: -8,1 + 2059: -9,1 + 2060: -10,1 + 2127: -16,8 + 2128: -24,8 - node: color: '#D4D4D4FF' id: MiniTileSteelLineN decals: - 3274: -38,-13 - 3275: -37,-13 + 3109: -38,-13 + 3110: -37,-13 - node: color: '#DE3A3A96' id: MiniTileSteelLineN decals: - 2757: 17,23 - 2758: 16,23 - 2759: 15,23 + 2593: 17,23 + 2594: 16,23 + 2595: 15,23 - node: color: '#C8C8C8FF' id: MiniTileSteelLineS decals: - 3920: -20,-23 + 3728: -20,-23 - node: color: '#D4D4D4C0' id: MiniTileSteelLineS decals: - 2961: -20.013802,6.514251 - 2962: -21.019838,6.510408 - 2963: -22.019838,6.510408 - 2964: -23.019838,6.510408 - 2965: -24.019838,6.510408 - 3312: -25,-7 + 2797: -20.013802,6.514251 + 2798: -21.019838,6.510408 + 2799: -22.019838,6.510408 + 2800: -23.019838,6.510408 + 2801: -24.019838,6.510408 + 3144: -25,-7 - node: color: '#D4D4D4C3' id: MiniTileSteelLineS decals: - 2939: -18.011988,6.5150476 - 2940: -19.02412,6.5150476 - 2941: -16.008495,6.503191 - 2942: -17.022287,6.5092306 - 3321: -26,-7 + 2775: -18.011988,6.5150476 + 2776: -19.02412,6.5150476 + 2777: -16.008495,6.503191 + 2778: -17.022287,6.5092306 + 3153: -26,-7 - node: color: '#D4D4D4D3' id: MiniTileSteelLineS decals: - 1013: 26,-19 - 1014: 24,-19 - 1015: 25,-19 - 1016: 23,-19 - 1017: 21,-19 - 1018: 22,-19 - 1019: 20,-19 - 1020: 19,-19 - 1021: 18,-19 - 1022: 17,-19 - 1023: 16,-19 - 1024: 15,-19 - 1025: 27,-19 - 1026: 28,-19 - 1027: 28,-19 - 1028: 29,-19 - 1029: 30,-19 - 1030: 31,-19 - 1031: 32,-19 - 1032: 33,-19 - 1033: 34,-19 - 1034: 35,-19 - 1035: 36,-19 - 1077: 25,-44 - 1078: 23,-44 - 1079: 24,-44 - 1080: 26,-44 - 1081: 27,-44 - 1082: 28,-44 - 1083: 29,-44 - 1084: 30,-44 - 1085: 31,-44 - 1086: 32,-44 - 1087: 33,-44 - 1088: 35,-44 - 1089: 34,-44 - 1090: 36,-44 - 1091: 38,-44 - 1092: 37,-44 - 1119: 9,-44 - 1120: 10,-44 - 1121: 11,-44 - 1122: 12,-44 - 1123: 13,-44 - 1124: 14,-44 - 1125: 15,-44 - 1126: 16,-44 - 1127: 18,-44 - 1128: 17,-44 - 1129: 19,-44 - 1130: 21,-44 - 1131: 22,-44 - 1148: 33,-61 - 1149: 28,-61 - 1150: 27,-61 - 1151: 26,-61 - 1196: 39,-69 - 1197: 37,-61 - 1220: 5,-44 - 1221: 4,-44 - 1222: 3,-44 - 1223: 2,-44 - 1224: 1,-44 - 1246: -15,-44 - 1247: -14,-44 - 1248: -13,-44 - 1249: -12,-44 - 1250: -11,-44 - 1251: -19,-44 - 1252: -20,-44 - 1273: -20,-39 - 1274: -16,-28 - 1275: -17,-28 - 1276: -18,-28 - 1334: -5,-39 - 1335: -7,-28 - 1336: -8,-28 - 1337: -10,-28 - 1338: -9,-28 - 1339: -11,-28 - 1340: -12,-28 - 1341: -3,-28 - 1371: -22,-6 - 1372: -18,-7 - 1373: -17,-7 - 1374: -16,-7 - 1375: -15,-7 - 1376: -14,-7 - 1398: -19,-7 - 1399: -20,-7 - 1426: -24,-7 - 1460: -20,15 - 1468: -30,-1 - 1469: -31,-1 - 1470: -32,-1 - 1471: -33,-1 - 1472: -34,-1 - 1473: -35,-1 - 1474: -36,-1 - 1475: -38,-1 - 1476: -37,-1 - 1477: -39,-1 - 1478: -40,-1 - 1479: -41,-1 - 1480: -42,-1 - 1481: -43,-1 - 1497: -47,-1 - 1512: -46,3 - 1513: -47,3 - 1514: -48,3 - 1515: -49,3 - 1524: -16,29 - 1560: -18,40 - 1567: -18,49 - 1607: -20,50 - 1608: -21,50 - 1609: -22,50 - 1617: -5,-22 - 1653: -12,44 - 1654: -11,44 - 1655: -10,44 - 1656: -9,44 - 1657: -8,44 - 1658: -7,44 - 1659: -6,44 - 1660: -5,44 - 1661: -4,44 - 1662: -3,44 - 1663: -2,44 - 1664: -1,44 - 1665: 0,44 - 1697: 0,54 - 1718: -10,58 - 1719: -8,58 - 1720: -7,58 - 1721: -6,58 - 1722: -9,58 - 1723: -5,58 - 1724: -4,58 - 1725: -3,58 - 1726: -2,58 - 1731: -14,50 - 1769: 17,-7 - 1807: 21,6 - 1808: 24,6 - 1809: 23,6 - 1810: 22,6 - 1811: 25,6 - 1812: 26,6 - 1813: 27,6 - 1814: 28,6 - 1815: 29,6 - 1821: 33,-7 - 1851: 29,-7 - 1852: 27,-7 - 1853: 28,-7 - 1854: 23,-7 - 1855: 22,-7 - 1856: 21,-7 - 1859: 25,-15 - 1891: 52,-3 - 1892: 49,0 - 1893: 48,0 - 1894: 47,0 - 1895: 46,0 - 1896: 44,0 - 1897: 45,0 - 1898: 43,0 - 1899: 42,0 - 1900: 41,0 - 1901: 40,0 - 1902: 39,0 - 1903: 38,0 - 1904: 37,0 - 1950: 50,-10 - 1951: 52,-14 - 1952: 53,-14 - 1953: 55,-15 - 1954: 56,-15 - 1955: 57,-15 - 1956: 58,-15 - 1957: 60,-14 - 1958: 61,-14 - 1959: 62,-14 - 1960: 63,-14 - 1961: 64,-14 - 1962: 57,-7 - 1963: 58,-7 - 1964: 59,-7 - 1965: 60,-7 - 1966: 61,-7 - 1967: 56,-7 - 1968: 55,-7 - 1969: 54,-7 - 1970: 53,-7 - 2024: 15,-38 - 2040: 12,-28 - 2041: 13,-28 - 2058: 8,-28 - 2059: 7,-28 - 2060: 6,-28 - 2061: 5,-28 - 2062: 4,-28 - 2063: 3,-28 - 2064: 2,-28 - 2065: 1,-28 - 2085: 38,-27 - 2086: 37,-27 - 2087: 35,-38 - 2124: -4,-44 - 2125: -5,-44 - 2126: -6,-44 - 2139: -5,-28 - 2191: 3,0 - 2192: 2,0 - 2193: 1,0 - 2194: 0,0 - 2195: -4,0 - 2196: -5,0 - 2197: -6,0 - 2198: -7,0 - 2199: -8,0 - 2200: -9,0 - 2201: -10,0 + 849: 26,-19 + 850: 24,-19 + 851: 25,-19 + 852: 23,-19 + 853: 21,-19 + 854: 22,-19 + 855: 20,-19 + 856: 19,-19 + 857: 18,-19 + 858: 17,-19 + 859: 16,-19 + 860: 15,-19 + 861: 27,-19 + 862: 28,-19 + 863: 28,-19 + 864: 29,-19 + 865: 30,-19 + 866: 31,-19 + 867: 32,-19 + 868: 33,-19 + 869: 34,-19 + 870: 35,-19 + 871: 36,-19 + 913: 25,-44 + 914: 23,-44 + 915: 24,-44 + 916: 26,-44 + 917: 27,-44 + 918: 28,-44 + 919: 29,-44 + 920: 30,-44 + 921: 31,-44 + 922: 32,-44 + 923: 33,-44 + 924: 35,-44 + 925: 34,-44 + 926: 36,-44 + 927: 38,-44 + 928: 37,-44 + 955: 9,-44 + 956: 10,-44 + 957: 11,-44 + 958: 12,-44 + 959: 13,-44 + 960: 14,-44 + 961: 15,-44 + 962: 16,-44 + 963: 18,-44 + 964: 17,-44 + 965: 19,-44 + 966: 21,-44 + 967: 22,-44 + 984: 33,-61 + 985: 28,-61 + 986: 27,-61 + 987: 26,-61 + 1032: 39,-69 + 1033: 37,-61 + 1056: 5,-44 + 1057: 4,-44 + 1058: 3,-44 + 1059: 2,-44 + 1060: 1,-44 + 1082: -15,-44 + 1083: -14,-44 + 1084: -13,-44 + 1085: -12,-44 + 1086: -11,-44 + 1087: -19,-44 + 1088: -20,-44 + 1109: -20,-39 + 1110: -16,-28 + 1111: -17,-28 + 1112: -18,-28 + 1170: -5,-39 + 1171: -7,-28 + 1172: -8,-28 + 1173: -10,-28 + 1174: -9,-28 + 1175: -11,-28 + 1176: -12,-28 + 1177: -3,-28 + 1207: -22,-6 + 1208: -18,-7 + 1209: -17,-7 + 1210: -16,-7 + 1211: -15,-7 + 1212: -14,-7 + 1234: -19,-7 + 1235: -20,-7 + 1262: -24,-7 + 1296: -20,15 + 1304: -30,-1 + 1305: -31,-1 + 1306: -32,-1 + 1307: -33,-1 + 1308: -34,-1 + 1309: -35,-1 + 1310: -36,-1 + 1311: -38,-1 + 1312: -37,-1 + 1313: -39,-1 + 1314: -40,-1 + 1315: -41,-1 + 1316: -42,-1 + 1317: -43,-1 + 1333: -47,-1 + 1348: -46,3 + 1349: -47,3 + 1350: -48,3 + 1351: -49,3 + 1360: -16,29 + 1396: -18,40 + 1403: -18,49 + 1443: -20,50 + 1444: -21,50 + 1445: -22,50 + 1453: -5,-22 + 1489: -12,44 + 1490: -11,44 + 1491: -10,44 + 1492: -9,44 + 1493: -8,44 + 1494: -7,44 + 1495: -6,44 + 1496: -5,44 + 1497: -4,44 + 1498: -3,44 + 1499: -2,44 + 1500: -1,44 + 1501: 0,44 + 1533: 0,54 + 1554: -10,58 + 1555: -8,58 + 1556: -7,58 + 1557: -6,58 + 1558: -9,58 + 1559: -5,58 + 1560: -4,58 + 1561: -3,58 + 1562: -2,58 + 1567: -14,50 + 1605: 17,-7 + 1643: 21,6 + 1644: 24,6 + 1645: 23,6 + 1646: 22,6 + 1647: 25,6 + 1648: 26,6 + 1649: 27,6 + 1650: 28,6 + 1651: 29,6 + 1657: 33,-7 + 1687: 29,-7 + 1688: 27,-7 + 1689: 28,-7 + 1690: 23,-7 + 1691: 22,-7 + 1692: 21,-7 + 1695: 25,-15 + 1727: 52,-3 + 1728: 49,0 + 1729: 48,0 + 1730: 47,0 + 1731: 46,0 + 1732: 44,0 + 1733: 45,0 + 1734: 43,0 + 1735: 42,0 + 1736: 41,0 + 1737: 40,0 + 1738: 39,0 + 1739: 38,0 + 1740: 37,0 + 1786: 50,-10 + 1787: 52,-14 + 1788: 53,-14 + 1789: 55,-15 + 1790: 56,-15 + 1791: 57,-15 + 1792: 58,-15 + 1793: 60,-14 + 1794: 61,-14 + 1795: 62,-14 + 1796: 63,-14 + 1797: 64,-14 + 1798: 57,-7 + 1799: 58,-7 + 1800: 59,-7 + 1801: 60,-7 + 1802: 61,-7 + 1803: 56,-7 + 1804: 55,-7 + 1805: 54,-7 + 1806: 53,-7 + 1860: 15,-38 + 1876: 12,-28 + 1877: 13,-28 + 1894: 8,-28 + 1895: 7,-28 + 1896: 6,-28 + 1897: 5,-28 + 1898: 4,-28 + 1899: 3,-28 + 1900: 2,-28 + 1901: 1,-28 + 1921: 38,-27 + 1922: 37,-27 + 1923: 35,-38 + 1960: -4,-44 + 1961: -5,-44 + 1962: -6,-44 + 1975: -5,-28 + 2027: 3,0 + 2028: 2,0 + 2029: 1,0 + 2030: 0,0 + 2031: -4,0 + 2032: -5,0 + 2033: -6,0 + 2034: -7,0 + 2035: -8,0 + 2036: -9,0 + 2037: -10,0 - node: color: '#D4D4D4FF' id: MiniTileSteelLineS decals: - 3280: -38,-6 - 3281: -37,-6 + 3115: -38,-6 + 3116: -37,-6 - node: color: '#DE3A3A96' id: MiniTileSteelLineS decals: - 2760: 17,19 - 2761: 16,19 - 2762: 15,19 + 2596: 17,19 + 2597: 16,19 + 2598: 15,19 - node: color: '#C3C3C3BC' id: MiniTileSteelLineW decals: - 3902: 32,-4 - 3903: 32,-5 + 3710: 32,-4 + 3711: 32,-5 - node: color: '#D4D4D496' id: MiniTileSteelLineW decals: - 4021: -14.533487,-3.5022268 - 4022: -14.517862,-2.4866018 - 4023: -14.533487,0.5134914 + 3829: -14.533487,-3.5022268 + 3830: -14.517862,-2.4866018 + 3831: -14.533487,0.5134914 - node: color: '#D4D4D4AE' id: MiniTileSteelLineW decals: - 3201: 33,-41 + 3036: 33,-41 - node: color: '#D4D4D4BA' id: MiniTileSteelLineW decals: - 4020: -27,7 + 3828: -27,7 - node: color: '#D4D4D4C0' id: MiniTileSteelLineW decals: - 2946: -14.526791,4.511916 - 2947: -14.526791,3.535493 - 2948: -14.526791,2.535493 - 2949: -14.526791,1.5321715 - 2950: -14.526791,-0.47854245 - 2951: -14.526791,-1.4661165 - 2952: -14.526791,-4.4806275 + 2782: -14.526791,4.511916 + 2783: -14.526791,3.535493 + 2784: -14.526791,2.535493 + 2785: -14.526791,1.5321715 + 2786: -14.526791,-0.47854245 + 2787: -14.526791,-1.4661165 + 2788: -14.526791,-4.4806275 - node: color: '#D4D4D4C3' id: MiniTileSteelLineW decals: - 2887: -17,38 - 2888: -17,37 - 3319: -27,-5 - 3320: -27,-6 + 2723: -17,38 + 2724: -17,37 + 3151: -27,-5 + 3152: -27,-6 - node: color: '#D4D4D4C7' id: MiniTileSteelLineW decals: - 3007: -14.529805,5.530867 + 2843: -14.529805,5.530867 - node: color: '#D4D4D4CD' id: MiniTileSteelLineW decals: - 4025: 27,-83 + 3833: 27,-83 - node: color: '#D4D4D4D3' id: MiniTileSteelLineW decals: - 1058: 14,-18 - 1102: 8,-43 - 1103: 14,-41 - 1165: 25,-60 - 1166: 25,-59 - 1167: 25,-58 - 1168: 25,-55 - 1169: 24,-53 - 1170: 24,-52 - 1171: 24,-50 - 1172: 24,-49 - 1173: 24,-51 - 1174: 24,-48 - 1175: 24,-47 - 1176: 29,-62 - 1206: 38,-68 - 1207: 38,-67 - 1208: 38,-66 - 1209: 38,-65 - 1210: 38,-64 - 1211: 38,-63 - 1212: 38,-62 - 1213: 36,-60 - 1245: -16,-43 - 1258: -21,-42 - 1259: -21,-43 - 1287: -21,-38 - 1288: -21,-37 - 1289: -21,-35 - 1290: -21,-34 - 1291: -21,-36 - 1292: -21,-33 - 1293: -21,-31 - 1294: -21,-30 - 1295: -21,-32 - 1296: -21,-28 - 1297: -21,-27 - 1298: -21,-29 - 1315: -6,-38 - 1316: -6,-37 - 1317: -6,-36 - 1318: -6,-35 - 1319: -6,-34 - 1320: -6,-33 - 1321: -6,-32 - 1322: -6,-31 - 1323: -6,-30 - 1324: -6,-29 - 1344: -6,-25 - 1347: -13,-27 - 1360: -21,-22 - 1361: -21,-21 - 1362: -21,-20 - 1363: -21,-11 - 1364: -21,-12 - 1365: -21,-13 - 1366: -21,-14 - 1367: -21,-15 - 1368: -21,-16 - 1401: -27,-4 - 1402: -28,-3 - 1403: -27,-3 - 1404: -27,-2 - 1405: -27,0 - 1406: -27,1 - 1407: -27,2 - 1408: -27,4 - 1409: -27,5 - 1410: -27,6 - 1412: -21,9 - 1413: -21,11 - 1414: -21,12 - 1415: -21,10 - 1445: -21,16 - 1446: -21,17 - 1447: -21,18 - 1448: -21,19 - 1449: -21,20 - 1450: -21,21 - 1451: -21,22 - 1452: -21,23 - 1453: -21,24 - 1454: -21,25 - 1455: -21,26 - 1456: -21,27 - 1457: -21,28 - 1458: -21,29 - 1459: -21,30 - 1496: -44,0 - 1502: -48,0 - 1520: -50,7 - 1521: -50,6 - 1522: -50,5 - 1523: -50,4 - 1525: -17,30 - 1526: -17,31 - 1527: -17,33 - 1528: -17,32 - 1529: -17,35 - 1530: -17,34 - 1531: -17,36 - 1532: -17,39 - 1533: -19,41 - 1534: -19,42 - 1535: -19,43 - 1536: -19,44 - 1537: -19,45 - 1538: -19,46 - 1570: -23,51 - 1571: -23,52 - 1572: -23,53 - 1573: -23,55 - 1574: -23,54 - 1575: -23,56 - 1576: -23,57 - 1577: -23,58 - 1578: -23,59 - 1579: -23,60 - 1580: -23,61 - 1581: -23,62 - 1582: -23,63 - 1583: -23,64 - 1584: -23,65 - 1585: -23,66 - 1636: -6,-5 - 1637: -6,-6 - 1638: -6,-7 - 1639: -6,-8 - 1640: -6,-9 - 1641: -6,-10 - 1642: -6,-11 - 1643: -6,-12 - 1644: -6,-13 - 1645: -6,-14 - 1646: -6,-15 - 1647: -6,-16 - 1648: -6,-17 - 1649: -6,-18 - 1650: -6,-19 - 1651: -6,-20 - 1652: -6,-21 - 1677: -1,51 - 1678: -1,50 - 1679: -1,48 - 1680: -1,49 - 1681: -1,47 - 1695: -13,45 - 1727: -1,57 - 1728: -1,56 - 1729: -1,55 - 1753: -14,52 - 1754: -14,54 - 1755: -14,53 - 1756: -14,55 - 1757: -14,57 - 1758: -14,56 - 1759: -14,58 - 1760: -14,59 - 1761: -14,60 - 1762: -14,62 - 1763: -14,61 - 1764: -14,63 - 1765: -14,64 - 1766: -14,65 - 1767: -14,66 - 1782: 16,6 - 1783: 16,5 - 1784: 16,4 - 1785: 16,3 - 1786: 16,2 - 1787: 16,1 - 1788: 16,0 - 1789: 16,-1 - 1790: 16,-2 - 1791: 16,-3 - 1795: 17,-5 - 1806: 20,7 - 1839: 32,7 - 1840: 32,6 - 1841: 32,4 - 1842: 32,5 - 1843: 32,3 - 1844: 32,2 - 1845: 32,1 - 1846: 32,0 - 1847: 32,-1 - 1848: 32,-2 - 1849: 32,-3 - 1850: 32,-6 - 1868: 20,-6 - 1882: 24,-14 - 1883: 24,-13 - 1884: 24,-11 - 1885: 24,-10 - 1886: 24,-9 - 1887: 24,-8 - 1888: 24,-12 - 1931: 50,-1 - 1932: 36,1 - 1990: 51,-13 - 1991: 51,-12 - 1992: 51,-11 - 1993: 51,-7 - 1994: 51,-6 - 2004: 62,-9 - 2005: 62,-10 - 2015: 62,-8 - 2042: 14,-29 - 2043: 14,-30 - 2044: 14,-31 - 2045: 14,-37 - 2046: 14,-24 - 2047: 14,-22 - 2048: 14,-23 - 2050: 14,-25 - 2051: 11,-27 - 2053: 14,-32 - 2054: 14,-34 - 2055: 14,-33 - 2056: 14,-35 - 2057: 14,-36 - 2075: 0,-27 - 2104: 34,-22 - 2105: 34,-23 - 2106: 34,-23 - 2107: 34,-24 - 2108: 34,-27 - 2109: 34,-28 - 2110: 34,-29 - 2111: 34,-30 - 2112: 34,-32 - 2113: 34,-33 - 2114: 34,-34 - 2115: 34,-35 - 2116: 34,-36 - 2117: 34,-37 - 2127: -7,-42 - 2128: -7,-43 - 2138: -6,-27 - 2289: -27,3 - 2290: -27,-1 - 3610: -21,-17 - 3611: -21,-18 - 3612: -21,-19 + 894: 14,-18 + 938: 8,-43 + 939: 14,-41 + 1001: 25,-60 + 1002: 25,-59 + 1003: 25,-58 + 1004: 25,-55 + 1005: 24,-53 + 1006: 24,-52 + 1007: 24,-50 + 1008: 24,-49 + 1009: 24,-51 + 1010: 24,-48 + 1011: 24,-47 + 1012: 29,-62 + 1042: 38,-68 + 1043: 38,-67 + 1044: 38,-66 + 1045: 38,-65 + 1046: 38,-64 + 1047: 38,-63 + 1048: 38,-62 + 1049: 36,-60 + 1081: -16,-43 + 1094: -21,-42 + 1095: -21,-43 + 1123: -21,-38 + 1124: -21,-37 + 1125: -21,-35 + 1126: -21,-34 + 1127: -21,-36 + 1128: -21,-33 + 1129: -21,-31 + 1130: -21,-30 + 1131: -21,-32 + 1132: -21,-28 + 1133: -21,-27 + 1134: -21,-29 + 1151: -6,-38 + 1152: -6,-37 + 1153: -6,-36 + 1154: -6,-35 + 1155: -6,-34 + 1156: -6,-33 + 1157: -6,-32 + 1158: -6,-31 + 1159: -6,-30 + 1160: -6,-29 + 1180: -6,-25 + 1183: -13,-27 + 1196: -21,-22 + 1197: -21,-21 + 1198: -21,-20 + 1199: -21,-11 + 1200: -21,-12 + 1201: -21,-13 + 1202: -21,-14 + 1203: -21,-15 + 1204: -21,-16 + 1237: -27,-4 + 1238: -28,-3 + 1239: -27,-3 + 1240: -27,-2 + 1241: -27,0 + 1242: -27,1 + 1243: -27,2 + 1244: -27,4 + 1245: -27,5 + 1246: -27,6 + 1248: -21,9 + 1249: -21,11 + 1250: -21,12 + 1251: -21,10 + 1281: -21,16 + 1282: -21,17 + 1283: -21,18 + 1284: -21,19 + 1285: -21,20 + 1286: -21,21 + 1287: -21,22 + 1288: -21,23 + 1289: -21,24 + 1290: -21,25 + 1291: -21,26 + 1292: -21,27 + 1293: -21,28 + 1294: -21,29 + 1295: -21,30 + 1332: -44,0 + 1338: -48,0 + 1356: -50,7 + 1357: -50,6 + 1358: -50,5 + 1359: -50,4 + 1361: -17,30 + 1362: -17,31 + 1363: -17,33 + 1364: -17,32 + 1365: -17,35 + 1366: -17,34 + 1367: -17,36 + 1368: -17,39 + 1369: -19,41 + 1370: -19,42 + 1371: -19,43 + 1372: -19,44 + 1373: -19,45 + 1374: -19,46 + 1406: -23,51 + 1407: -23,52 + 1408: -23,53 + 1409: -23,55 + 1410: -23,54 + 1411: -23,56 + 1412: -23,57 + 1413: -23,58 + 1414: -23,59 + 1415: -23,60 + 1416: -23,61 + 1417: -23,62 + 1418: -23,63 + 1419: -23,64 + 1420: -23,65 + 1421: -23,66 + 1472: -6,-5 + 1473: -6,-6 + 1474: -6,-7 + 1475: -6,-8 + 1476: -6,-9 + 1477: -6,-10 + 1478: -6,-11 + 1479: -6,-12 + 1480: -6,-13 + 1481: -6,-14 + 1482: -6,-15 + 1483: -6,-16 + 1484: -6,-17 + 1485: -6,-18 + 1486: -6,-19 + 1487: -6,-20 + 1488: -6,-21 + 1513: -1,51 + 1514: -1,50 + 1515: -1,48 + 1516: -1,49 + 1517: -1,47 + 1531: -13,45 + 1563: -1,57 + 1564: -1,56 + 1565: -1,55 + 1589: -14,52 + 1590: -14,54 + 1591: -14,53 + 1592: -14,55 + 1593: -14,57 + 1594: -14,56 + 1595: -14,58 + 1596: -14,59 + 1597: -14,60 + 1598: -14,62 + 1599: -14,61 + 1600: -14,63 + 1601: -14,64 + 1602: -14,65 + 1603: -14,66 + 1618: 16,6 + 1619: 16,5 + 1620: 16,4 + 1621: 16,3 + 1622: 16,2 + 1623: 16,1 + 1624: 16,0 + 1625: 16,-1 + 1626: 16,-2 + 1627: 16,-3 + 1631: 17,-5 + 1642: 20,7 + 1675: 32,7 + 1676: 32,6 + 1677: 32,4 + 1678: 32,5 + 1679: 32,3 + 1680: 32,2 + 1681: 32,1 + 1682: 32,0 + 1683: 32,-1 + 1684: 32,-2 + 1685: 32,-3 + 1686: 32,-6 + 1704: 20,-6 + 1718: 24,-14 + 1719: 24,-13 + 1720: 24,-11 + 1721: 24,-10 + 1722: 24,-9 + 1723: 24,-8 + 1724: 24,-12 + 1767: 50,-1 + 1768: 36,1 + 1826: 51,-13 + 1827: 51,-12 + 1828: 51,-11 + 1829: 51,-7 + 1830: 51,-6 + 1840: 62,-9 + 1841: 62,-10 + 1851: 62,-8 + 1878: 14,-29 + 1879: 14,-30 + 1880: 14,-31 + 1881: 14,-37 + 1882: 14,-24 + 1883: 14,-22 + 1884: 14,-23 + 1886: 14,-25 + 1887: 11,-27 + 1889: 14,-32 + 1890: 14,-34 + 1891: 14,-33 + 1892: 14,-35 + 1893: 14,-36 + 1911: 0,-27 + 1940: 34,-22 + 1941: 34,-23 + 1942: 34,-23 + 1943: 34,-24 + 1944: 34,-27 + 1945: 34,-28 + 1946: 34,-29 + 1947: 34,-30 + 1948: 34,-32 + 1949: 34,-33 + 1950: 34,-34 + 1951: 34,-35 + 1952: 34,-36 + 1953: 34,-37 + 1963: -7,-42 + 1964: -7,-43 + 1974: -6,-27 + 2125: -27,3 + 2126: -27,-1 + 3438: -21,-17 + 3439: -21,-18 + 3440: -21,-19 - node: color: '#D4D4D4FF' id: MiniTileSteelLineW decals: - 3268: -36,-7 - 3269: -36,-8 - 3270: -36,-9 - 3271: -36,-10 - 3272: -36,-11 - 3273: -36,-12 + 3103: -36,-7 + 3104: -36,-8 + 3105: -36,-9 + 3106: -36,-10 + 3107: -36,-11 + 3108: -36,-12 - node: color: '#DE3A3A96' id: MiniTileSteelLineW decals: - 2768: 14,22 - 2769: 14,21 - 2770: 14,20 + 2604: 14,22 + 2605: 14,21 + 2606: 14,20 + - node: + color: '#9FED58C0' + id: MiniTileWhiteBox + decals: + 4108: 3,-58 + 4109: 3,-61 - node: color: '#FFFFFFFF' id: MiniTileWhiteBox decals: - 663: -1,-48 - 664: -13,-48 + 594: -1,-48 + 595: -13,-48 - node: color: '#258CC0EA' id: MiniTileWhiteCornerNe decals: - 3625: 7,-46 - 3653: -23,-58 + 3461: -23,-58 - node: color: '#334E6DC8' id: MiniTileWhiteCornerNe decals: - 2919: 32,-21 - 2920: 19,-21 + 2755: 32,-21 + 2756: 19,-21 - node: color: '#478C5DDC' id: MiniTileWhiteCornerNe decals: - 815: -18,-70 - 843: -23,-76 - 861: -20,-85 - 864: -23,-83 + 651: -18,-70 + 679: -23,-76 + 697: -20,-85 + 700: -23,-83 - node: color: '#52B4E963' id: MiniTileWhiteCornerNe decals: - 3180: 73,-48 + 3015: 73,-48 - node: color: '#52B4E9B7' id: MiniTileWhiteCornerNe decals: - 3603: 47,7 - 3604: 46,8 + 3431: 47,7 + 3432: 46,8 - node: color: '#52B4E9CD' id: MiniTileWhiteCornerNe decals: - 668: 0,-46 - 728: 6,-53 - 775: -12,-46 - 784: 0,-64 - 785: -1,-65 + 599: 0,-46 + 636: -12,-46 + - node: + color: '#52B4E9D3' + id: MiniTileWhiteCornerNe + decals: + 4035: -4,-65 + - node: + color: '#52B4E9D6' + id: MiniTileWhiteCornerNe + decals: + 3983: 0,-53 + - node: + color: '#52B4E9DC' + id: MiniTileWhiteCornerNe + decals: + 4080: 6,-56 + - node: + color: '#52B4E9DF' + id: MiniTileWhiteCornerNe + decals: + 4018: -12,-53 + - node: + color: '#52B4E9E6' + id: MiniTileWhiteCornerNe + decals: + 3879: 7,-46 - node: color: '#707070B7' id: MiniTileWhiteCornerNe decals: - 3438: 31,-72 - 3439: 28,-71 - 3440: 27,-70 + 3266: 31,-72 + 3267: 28,-71 + 3268: 27,-70 - node: color: '#73C2A496' id: MiniTileWhiteCornerNe decals: - 2591: -23,-32 - 2599: -32,-32 - 2600: -31,-33 - 2620: -36,-33 - 2629: -32,-38 - 2670: -34,-44 + 2427: -23,-32 + 2435: -32,-32 + 2436: -31,-33 + 2456: -36,-33 + 2465: -32,-38 + 2506: -34,-44 - node: color: '#787878B7' id: MiniTileWhiteCornerNe decals: - 3473: 31,-78 - 3513: 50,-72 - 3525: 49,-78 + 3301: 31,-78 + 3341: 50,-72 + 3353: 49,-78 - node: color: '#88C598FF' id: MiniTileWhiteCornerNe decals: - 3958: 17,-82 + 3766: 17,-82 + - node: + color: '#9FED58E9' + id: MiniTileWhiteCornerNe + decals: + 4022: -13,-54 - node: color: '#A4610696' id: MiniTileWhiteCornerNe decals: - 2353: -31,26 - 2354: -23,25 - 2356: -28,19 - 2376: -47,22 - 2389: -47,33 + 2189: -31,26 + 2190: -23,25 + 2192: -28,19 + 2212: -47,22 + 2225: -47,33 - node: color: '#D381C996' id: MiniTileWhiteCornerNe decals: - 896: 46,-42 - 920: 53,-40 - 921: 51,-38 - 933: 57,-45 - 965: 51,-50 - 966: 52,-51 - 967: 53,-52 - 995: 46,-46 - 3034: 74,-32 - 3038: 73,-38 - 3153: 73,-44 - 3162: 68,-48 - 3168: 77,-44 - 3408: 64,-32 - 3409: 65,-33 + 732: 46,-42 + 756: 53,-40 + 757: 51,-38 + 769: 57,-45 + 801: 51,-50 + 802: 52,-51 + 803: 53,-52 + 831: 46,-46 + 2869: 74,-32 + 2873: 73,-38 + 2988: 73,-44 + 2997: 68,-48 + 3003: 77,-44 + 3236: 64,-32 + 3237: 65,-33 - node: color: '#D381C9C0' id: MiniTileWhiteCornerNe decals: - 3100: 65,-44 - 3107: 63,-43 + 2935: 65,-44 + 2942: 63,-43 - node: color: '#D4D4D406' id: MiniTileWhiteCornerNe decals: - 3940: -40,15 - 3941: -36,15 + 3748: -40,15 + 3749: -36,15 - node: color: '#D4D4D40F' id: MiniTileWhiteCornerNe decals: - 3114: 55,-35 + 2949: 55,-35 - node: color: '#D4D4D428' id: MiniTileWhiteCornerNe decals: - 2453: -46,-9 + 2289: -46,-9 - node: color: '#D4D4D4D3' id: MiniTileWhiteCornerNe decals: - 2182: 14,3 - 2225: 14,-1 - 2247: 3,-1 - 2248: 9,-1 - 2271: -3,-1 - 2272: -3,3 + 2018: 14,3 + 2061: 14,-1 + 2083: 3,-1 + 2084: 9,-1 + 2107: -3,-1 + 2108: -3,3 - node: color: '#DE3A3A96' id: MiniTileWhiteCornerNe decals: - 2702: 26,13 - 2706: 26,18 - 2725: 18,17 - 2729: 13,17 - 2739: 8,17 - 2773: 42,16 - 3061: -16,-21 - 3126: 22,-46 - 3289: -15,27 + 2538: 26,13 + 2542: 26,18 + 2561: 18,17 + 2565: 13,17 + 2575: 8,17 + 2609: 42,16 + 2896: -16,-21 + 2961: 22,-46 + 3124: -15,27 - node: color: '#DE3A3AA7' id: MiniTileWhiteCornerNe decals: - 3905: 30,22 + 3713: 30,22 - node: color: '#EFB34196' id: MiniTileWhiteCornerNe decals: - 2410: -23,-9 - 2414: -28,-17 - 2442: -42,-10 - 2481: -45,-6 - 2505: -51,-6 - 2509: -51,-17 - 2510: -53,-13 - 2569: -71,-24 - 3225: -28,-10 - 3250: -35,-6 - 3283: -42,-6 - 3323: -32,-10 + 2246: -23,-9 + 2250: -28,-17 + 2278: -42,-10 + 2317: -45,-6 + 2341: -51,-6 + 2345: -51,-17 + 2346: -53,-13 + 2405: -71,-24 + 3060: -28,-10 + 3085: -35,-6 + 3118: -42,-6 + 3155: -32,-10 - node: color: '#EFB341A7' id: MiniTileWhiteCornerNe decals: - 3924: -32,-22 + 3732: -32,-22 - node: color: '#EFB341B1' id: MiniTileWhiteCornerNe decals: - 3914: -51,-23 - - node: - color: '#FFFFFFFF' - id: MiniTileWhiteCornerNe - decals: - 658: 4,-64 + 3722: -51,-23 - node: color: '#258CC0EA' id: MiniTileWhiteCornerNw decals: - 3626: 2,-46 - 3654: -27,-58 + 3462: -27,-58 - node: color: '#334E6DC8' id: MiniTileWhiteCornerNw decals: - 2917: 18,-21 - 2918: 31,-21 + 2753: 18,-21 + 2754: 31,-21 - node: color: '#478C5DDC' id: MiniTileWhiteCornerNw decals: - 825: -26,-70 - 844: -26,-76 - 862: -27,-85 - 863: -24,-83 + 661: -26,-70 + 680: -26,-76 + 698: -27,-85 + 699: -24,-83 - node: color: '#52B4E963' id: MiniTileWhiteCornerNw decals: - 3184: 69,-48 + 3019: 69,-48 - node: color: '#52B4E9B7' id: MiniTileWhiteCornerNw decals: - 3602: 44,8 + 3430: 44,8 - node: color: '#52B4E9CD' id: MiniTileWhiteCornerNw decals: - 669: -10,-46 - 696: -16,-53 - 774: -17,-46 - 789: -4,-64 - 790: -3,-65 + 600: -10,-46 + 635: -17,-46 + - node: + color: '#52B4E9D3' + id: MiniTileWhiteCornerNw + decals: + 4032: -6,-65 + - node: + color: '#52B4E9D6' + id: MiniTileWhiteCornerNw + decals: + 3964: -10,-53 + - node: + color: '#52B4E9DC' + id: MiniTileWhiteCornerNw + decals: + 4081: 0,-56 + - node: + color: '#52B4E9DF' + id: MiniTileWhiteCornerNw + decals: + 4017: -16,-53 + - node: + color: '#52B4E9E6' + id: MiniTileWhiteCornerNw + decals: + 3880: 2,-46 - node: color: '#707070B7' id: MiniTileWhiteCornerNw decals: - 3442: 22,-72 - 3443: 23,-71 - 3444: 24,-70 + 3270: 22,-72 + 3271: 23,-71 + 3272: 24,-70 - node: color: '#73C2A496' id: MiniTileWhiteCornerNw decals: - 2592: -26,-32 - 2601: -33,-32 - 2602: -34,-33 - 2621: -41,-33 - 2630: -33,-38 + 2428: -26,-32 + 2437: -33,-32 + 2438: -34,-33 + 2457: -41,-33 + 2466: -33,-38 - node: color: '#787878B7' id: MiniTileWhiteCornerNw decals: - 3474: 29,-78 - 3507: 27,-81 - 3514: 47,-72 - 3524: 47,-78 + 3302: 29,-78 + 3335: 27,-81 + 3342: 47,-72 + 3352: 47,-78 - node: color: '#88C598FF' id: MiniTileWhiteCornerNw decals: - 3959: 13,-82 + 3767: 13,-82 + - node: + color: '#9FED58E9' + id: MiniTileWhiteCornerNw + decals: + 4021: -15,-54 - node: color: '#A4610696' id: MiniTileWhiteCornerNw decals: - 2352: -35,26 - 2355: -26,25 - 2375: -49,22 - 2388: -49,33 + 2188: -35,26 + 2191: -26,25 + 2211: -49,22 + 2224: -49,33 - node: color: '#D381C996' id: MiniTileWhiteCornerNw decals: - 895: 41,-42 - 925: 48,-38 - 936: 55,-45 - 963: 48,-50 - 964: 45,-57 - 997: 41,-46 - 3033: 71,-32 - 3039: 70,-33 - 3152: 67,-44 - 3161: 67,-48 - 3166: 74,-48 - 3167: 76,-44 - 3407: 60,-32 + 731: 41,-42 + 761: 48,-38 + 772: 55,-45 + 799: 48,-50 + 800: 45,-57 + 833: 41,-46 + 2868: 71,-32 + 2874: 70,-33 + 2987: 67,-44 + 2996: 67,-48 + 3001: 74,-48 + 3002: 76,-44 + 3235: 60,-32 - node: color: '#D381C9C0' id: MiniTileWhiteCornerNw decals: - 3099: 59,-44 - 3106: 61,-43 + 2934: 59,-44 + 2941: 61,-43 - node: color: '#D4D4D406' id: MiniTileWhiteCornerNw decals: - 3944: -41,15 - 3945: -37,15 + 3752: -41,15 + 3753: -37,15 - node: color: '#D4D4D40F' id: MiniTileWhiteCornerNw decals: - 3112: 53,-35 + 2947: 53,-35 - node: color: '#D4D4D428' id: MiniTileWhiteCornerNw decals: - 2473: -48,-9 + 2309: -48,-9 - node: color: '#D4D4D4D3' id: MiniTileWhiteCornerNw decals: - 2185: -11,3 - 2186: -1,3 - 2232: -1,-1 - 2233: -11,-1 - 2245: 11,-1 - 2246: 5,-1 + 2021: -11,3 + 2022: -1,3 + 2068: -1,-1 + 2069: -11,-1 + 2081: 11,-1 + 2082: 5,-1 - node: color: '#DE3A3A96' id: MiniTileWhiteCornerNw decals: - 2701: 24,13 - 2708: 20,18 - 2728: 15,17 - 2735: 10,17 - 2740: 4,17 - 2772: 28,22 - 3059: -17,-21 - 3125: 19,-46 - 3288: -17,27 - 3302: 28,16 + 2537: 24,13 + 2544: 20,18 + 2564: 15,17 + 2571: 10,17 + 2576: 4,17 + 2608: 28,22 + 2894: -17,-21 + 2960: 19,-46 + 3123: -17,27 + 3137: 28,16 - node: color: '#EFB34196' id: MiniTileWhiteCornerNw decals: - 2413: -26,-9 - 2443: -43,-10 - 2482: -49,-6 - 2500: -56,-7 - 2501: -55,-6 - 2546: -55,-23 - 2548: -63,-24 - 2568: -75,-24 - 3224: -30,-10 - 3251: -40,-6 - 3284: -43,-6 - 3322: -33,-10 + 2249: -26,-9 + 2279: -43,-10 + 2318: -49,-6 + 2336: -56,-7 + 2337: -55,-6 + 2382: -55,-23 + 2384: -63,-24 + 2404: -75,-24 + 3059: -30,-10 + 3086: -40,-6 + 3119: -43,-6 + 3154: -33,-10 - node: color: '#EFB341A7' id: MiniTileWhiteCornerNw decals: - 3925: -33,-22 - - node: - color: '#FFFFFFFF' - id: MiniTileWhiteCornerNw - decals: - 655: 2,-64 + 3733: -33,-22 - node: color: '#258CC0EA' id: MiniTileWhiteCornerSe decals: - 3627: 7,-51 - 3657: -23,-63 + 3465: -23,-63 - node: color: '#334E6DC8' id: MiniTileWhiteCornerSe decals: - 2923: 32,-23 - 2924: 30,-26 + 2759: 32,-23 + 2760: 30,-26 - node: color: '#478C5DDC' id: MiniTileWhiteCornerSe decals: - 816: -18,-74 - 842: -23,-81 - 877: -20,-88 + 652: -18,-74 + 678: -23,-81 + 713: -20,-88 - node: color: '#52B4E963' id: MiniTileWhiteCornerSe decals: - 3186: 73,-50 + 3021: 73,-50 - node: color: '#52B4E9B7' id: MiniTileWhiteCornerSe decals: - 3601: 47,4 + 3429: 47,4 - node: color: '#52B4E9CD' id: MiniTileWhiteCornerSe decals: - 665: 0,-50 - 686: -8,-50 - 695: 6,-55 - 764: -12,-51 - 787: -1,-67 - 788: 0,-68 + 596: 0,-50 + 617: -8,-50 + 627: -12,-51 + - node: + color: '#52B4E9D3' + id: MiniTileWhiteCornerSe + decals: + 4033: -4,-67 + - node: + color: '#52B4E9D6' + id: MiniTileWhiteCornerSe + decals: + 3962: -4,-63 + 3963: 0,-54 + - node: + color: '#52B4E9DC' + id: MiniTileWhiteCornerSe + decals: + 3994: -2,-57 + 4099: 5,-64 + 4100: 6,-63 + - node: + color: '#52B4E9DF' + id: MiniTileWhiteCornerSe + decals: + 4015: -12,-57 + - node: + color: '#52B4E9E6' + id: MiniTileWhiteCornerSe + decals: + 3881: 7,-51 + 3882: 6,-54 - node: color: '#73C2A496' id: MiniTileWhiteCornerSe decals: - 2585: -23,-37 - 2605: -31,-36 - 2615: -36,-37 - 2631: -32,-42 - 2671: -34,-57 - 2672: -35,-58 + 2421: -23,-37 + 2441: -31,-36 + 2451: -36,-37 + 2467: -32,-42 + 2507: -34,-57 + 2508: -35,-58 - node: color: '#787878AB' id: MiniTileWhiteCornerSe decals: - 3463: 31,-76 + 3291: 31,-76 - node: color: '#787878B7' id: MiniTileWhiteCornerSe decals: - 3497: 31,-93 - 3510: 49,-76 - 3511: 50,-74 - 3526: 49,-93 + 3325: 31,-93 + 3338: 49,-76 + 3339: 50,-74 + 3354: 49,-93 - node: color: '#88C598FF' id: MiniTileWhiteCornerSe decals: - 3963: 17,-86 + 3771: 17,-86 + - node: + color: '#9FED58E9' + id: MiniTileWhiteCornerSe + decals: + 4019: -13,-56 - node: color: '#A4610696' id: MiniTileWhiteCornerSe decals: - 2357: -28,17 - 2377: -47,20 - 2386: -47,31 + 2193: -28,17 + 2213: -47,20 + 2222: -47,31 - node: color: '#D381C996' id: MiniTileWhiteCornerSe decals: - 891: 46,-44 - 922: 53,-46 - 923: 51,-48 - 934: 57,-46 - 943: 65,-50 - 960: 51,-59 - 961: 52,-56 - 962: 53,-54 - 993: 46,-50 - 3036: 73,-34 - 3037: 73,-39 - 3151: 73,-45 - 3160: 68,-50 - 3169: 77,-48 - 3170: 76,-50 - 3410: 65,-36 - 3411: 64,-37 + 727: 46,-44 + 758: 53,-46 + 759: 51,-48 + 770: 57,-46 + 779: 65,-50 + 796: 51,-59 + 797: 52,-56 + 798: 53,-54 + 829: 46,-50 + 2871: 73,-34 + 2872: 73,-39 + 2986: 73,-45 + 2995: 68,-50 + 3004: 77,-48 + 3005: 76,-50 + 3238: 65,-36 + 3239: 64,-37 - node: color: '#D4D4D406' id: MiniTileWhiteCornerSe decals: - 3942: -40,13 - 3943: -36,13 + 3750: -40,13 + 3751: -36,13 - node: color: '#D4D4D40F' id: MiniTileWhiteCornerSe decals: - 3113: 55,-37 + 2948: 55,-37 - node: color: '#D4D4D428' id: MiniTileWhiteCornerSe decals: - 2454: -46,-18 + 2290: -46,-18 - node: color: '#D4D4D4D3' id: MiniTileWhiteCornerSe decals: - 2183: 14,-2 - 2188: -3,-2 - 2234: -3,2 - 2235: 14,2 - 2237: 3,2 - 2240: 9,2 + 2019: 14,-2 + 2024: -3,-2 + 2070: -3,2 + 2071: 14,2 + 2073: 3,2 + 2076: 9,2 - node: color: '#DE3A3A96' id: MiniTileWhiteCornerSe decals: - 2703: 26,9 - 2707: 26,16 - 2726: 18,16 - 2730: 13,16 - 2745: 8,12 - 2771: 42,4 - 3062: -16,-24 - 3127: 22,-48 - 3291: -15,23 - 3303: 42,14 + 2539: 26,9 + 2543: 26,16 + 2562: 18,16 + 2566: 13,16 + 2581: 8,12 + 2607: 42,4 + 2897: -16,-24 + 2962: 22,-48 + 3126: -15,23 + 3138: 42,14 - node: color: '#EFB34196' id: MiniTileWhiteCornerSe decals: - 2408: -28,-15 - 2432: -35,-14 - 2445: -42,-14 - 2480: -45,-7 - 2484: -32,-30 - 2506: -51,-7 - 2537: -51,-21 - 2567: -71,-27 - 3220: -32,-19 - 3221: -24,-18 - 3222: -23,-16 - 3228: -28,-18 - 3282: -42,-8 + 2244: -28,-15 + 2268: -35,-14 + 2281: -42,-14 + 2316: -45,-7 + 2320: -32,-30 + 2342: -51,-7 + 2373: -51,-21 + 2403: -71,-27 + 3055: -32,-19 + 3056: -24,-18 + 3057: -23,-16 + 3063: -28,-18 + 3117: -42,-8 - node: color: '#EFB341B1' id: MiniTileWhiteCornerSe decals: - 3908: -51,-26 - - node: - color: '#FFFFFFFF' - id: MiniTileWhiteCornerSe - decals: - 657: 4,-66 + 3716: -51,-26 - node: color: '#258CC0EA' id: MiniTileWhiteCornerSw decals: - 3628: 2,-51 - 3655: -27,-62 - 3656: -26,-63 + 3463: -27,-62 + 3464: -26,-63 - node: color: '#334E6DC8' id: MiniTileWhiteCornerSw decals: - 2921: 20,-26 - 2922: 18,-23 + 2757: 20,-26 + 2758: 18,-23 - node: color: '#478C5DDC' id: MiniTileWhiteCornerSw decals: - 824: -26,-74 - 860: -27,-88 + 660: -26,-74 + 696: -27,-88 - node: color: '#52B4E963' id: MiniTileWhiteCornerSw decals: - 3185: 69,-50 + 3020: 69,-50 - node: color: '#52B4E9B7' id: MiniTileWhiteCornerSw decals: - 3600: 44,4 + 3428: 44,4 + - node: + color: '#52B4E9CA' + id: MiniTileWhiteCornerSw + decals: + 4053: -16,-51 + 4054: -17,-50 - node: color: '#52B4E9CD' id: MiniTileWhiteCornerSw decals: - 667: -2,-50 - 685: -10,-50 - 697: -16,-55 - 765: -17,-51 - 786: -3,-67 - 803: -4,-68 + 598: -2,-50 + 616: -10,-50 + - node: + color: '#52B4E9D3' + id: MiniTileWhiteCornerSw + decals: + 4034: -6,-67 + - node: + color: '#52B4E9D6' + id: MiniTileWhiteCornerSw + decals: + 3965: -10,-57 + - node: + color: '#52B4E9DC' + id: MiniTileWhiteCornerSw + decals: + 3995: -6,-63 + 4101: 0,-63 + 4102: 1,-64 + - node: + color: '#52B4E9DF' + id: MiniTileWhiteCornerSw + decals: + 4016: -16,-57 + - node: + color: '#52B4E9E6' + id: MiniTileWhiteCornerSw + decals: + 3883: 2,-54 - node: color: '#707070B7' id: MiniTileWhiteCornerSw decals: - 3441: 22,-74 + 3269: 22,-74 - node: color: '#73C2A496' id: MiniTileWhiteCornerSw decals: - 2586: -26,-37 - 2606: -34,-36 - 2616: -41,-37 - 2632: -33,-42 + 2422: -26,-37 + 2442: -34,-36 + 2452: -41,-37 + 2468: -33,-42 - node: color: '#787878AB' id: MiniTileWhiteCornerSw decals: - 3464: 24,-75 - 3465: 29,-76 + 3292: 24,-75 + 3293: 29,-76 - node: color: '#787878B7' id: MiniTileWhiteCornerSw decals: - 3498: 29,-93 - 3506: 27,-87 - 3512: 47,-76 - 3527: 47,-93 + 3326: 29,-93 + 3334: 27,-87 + 3340: 47,-76 + 3355: 47,-93 - node: color: '#88C598FF' id: MiniTileWhiteCornerSw decals: - 3967: 13,-86 + 3775: 13,-86 + - node: + color: '#9FED58E9' + id: MiniTileWhiteCornerSw + decals: + 4020: -15,-56 - node: color: '#A4610696' id: MiniTileWhiteCornerSw decals: - 2350: -26,17 - 2351: -35,17 - 2378: -49,20 - 2387: -49,31 + 2186: -26,17 + 2187: -35,17 + 2214: -49,20 + 2223: -49,31 - node: color: '#D381C996' id: MiniTileWhiteCornerSw decals: - 892: 41,-44 - 924: 48,-48 - 935: 55,-46 - 942: 59,-50 - 994: 42,-50 - 996: 41,-48 - 3142: 67,-45 - 3143: 67,-50 - 3144: 74,-50 - 3415: 60,-37 + 728: 41,-44 + 760: 48,-48 + 771: 55,-46 + 778: 59,-50 + 830: 42,-50 + 832: 41,-48 + 2977: 67,-45 + 2978: 67,-50 + 2979: 74,-50 + 3243: 60,-37 - node: color: '#D381C9AB' id: MiniTileWhiteCornerSw decals: - 3121: 70,-39 + 2956: 70,-39 - node: color: '#D4D4D406' id: MiniTileWhiteCornerSw decals: - 3938: -41,13 - 3939: -37,13 + 3746: -41,13 + 3747: -37,13 - node: color: '#D4D4D40F' id: MiniTileWhiteCornerSw decals: - 3111: 53,-37 + 2946: 53,-37 - node: color: '#D4D4D428' id: MiniTileWhiteCornerSw decals: - 2455: -48,-18 + 2291: -48,-18 - node: color: '#D4D4D4D3' id: MiniTileWhiteCornerSw decals: - 2184: -11,-2 - 2187: -1,-2 - 2236: -1,2 - 2238: 5,2 - 2239: 11,2 - 2273: -11,2 + 2020: -11,-2 + 2023: -1,-2 + 2072: -1,2 + 2074: 5,2 + 2075: 11,2 + 2109: -11,2 - node: color: '#DE3A3A96' id: MiniTileWhiteCornerSw decals: - 2704: 24,9 - 2705: 20,16 - 2727: 15,16 - 2736: 10,16 - 2743: 4,12 - 2795: 40,4 - 2817: 28,14 - 3060: -17,-24 - 3124: 19,-48 - 3290: -17,23 + 2540: 24,9 + 2541: 20,16 + 2563: 15,16 + 2572: 10,16 + 2579: 4,12 + 2631: 40,4 + 2653: 28,14 + 2895: -17,-24 + 2959: 19,-48 + 3125: -17,23 - node: color: '#EFB34196' id: MiniTileWhiteCornerSw decals: - 2409: -30,-15 - 2415: -33,-19 - 2433: -40,-14 - 2444: -43,-14 - 2483: -49,-7 - 2499: -33,-30 - 2507: -56,-19 - 2508: -55,-21 - 2547: -63,-26 - 2570: -75,-27 - 3223: -26,-18 - 3285: -43,-8 - - node: - color: '#FFFFFFFF' - id: MiniTileWhiteCornerSw - decals: - 656: 2,-66 + 2245: -30,-15 + 2251: -33,-19 + 2269: -40,-14 + 2280: -43,-14 + 2319: -49,-7 + 2335: -33,-30 + 2343: -56,-19 + 2344: -55,-21 + 2383: -63,-26 + 2406: -75,-27 + 3058: -26,-18 + 3120: -43,-8 - node: color: '#D381C996' id: MiniTileWhiteEndE decals: - 3035: 75,-33 - - node: - color: '#52B4E9CD' - id: MiniTileWhiteEndS - decals: - 706: -6,-56 - 707: -9,-56 - 708: -12,-56 - 709: -3,-56 - 739: 0,-56 + 2870: 75,-33 - node: color: '#334E6DC8' id: MiniTileWhiteInnerNe decals: - 2927: 19,-22 + 2763: 19,-22 - node: color: '#478C5DDC' id: MiniTileWhiteInnerNe decals: - 872: -23,-85 + 708: -23,-85 - node: color: '#52B4E9B7' id: MiniTileWhiteInnerNe decals: - 3605: 46,7 + 3433: 46,7 + - node: + color: '#52B4E9D6' + id: MiniTileWhiteInnerNe + decals: + 3985: -6,-63 + - node: + color: '#52B4E9DC' + id: MiniTileWhiteInnerNe + decals: + 3996: -6,-63 - node: color: '#707070B7' id: MiniTileWhiteInnerNe decals: - 3451: 27,-71 + 3279: 27,-71 - node: color: '#73C2A496' id: MiniTileWhiteInnerNe decals: - 2610: -32,-33 - 2674: -35,-44 + 2446: -32,-33 + 2510: -35,-44 - node: color: '#787878AB' id: MiniTileWhiteInnerNe decals: - 3460: 28,-72 + 3288: 28,-72 - node: color: '#A4610696' id: MiniTileWhiteInnerNe decals: - 2374: -31,19 + 2210: -31,19 - node: color: '#D381C996' id: MiniTileWhiteInnerNe decals: - 927: 51,-40 - 979: 52,-52 - 989: 51,-51 - 3055: 74,-33 - 3429: 64,-33 + 763: 51,-40 + 815: 52,-52 + 825: 51,-51 + 2890: 74,-33 + 3257: 64,-33 - node: color: '#D381C9AB' id: MiniTileWhiteInnerNe decals: - 3123: 71,-38 + 2958: 71,-38 - node: color: '#D381C9C0' id: MiniTileWhiteInnerNe decals: - 3108: 63,-44 + 2943: 63,-44 - node: color: '#D4D4D4D3' id: MiniTileWhiteInnerNe decals: - 2278: 9,-2 - 2279: 3,-2 + 2114: 9,-2 + 2115: 3,-2 - node: color: '#EFB34196' id: MiniTileWhiteInnerNe decals: - 2427: -32,-17 - 2542: -54,-13 - 2543: -53,-17 + 2263: -32,-17 + 2378: -54,-13 + 2379: -53,-17 - node: - color: '#FFFFFFFF' + color: '#F0F0F0FF' id: MiniTileWhiteInnerNe decals: - 755: -2,-55 - 756: -10,-55 + 3935: -10,-56 - node: color: '#334E6DC8' id: MiniTileWhiteInnerNw decals: - 2928: 31,-22 + 2764: 31,-22 - node: color: '#478C5DDC' id: MiniTileWhiteInnerNw decals: - 853: -26,-78 - 871: -24,-85 + 689: -26,-78 + 707: -24,-85 + - node: + color: '#52B4E9D6' + id: MiniTileWhiteInnerNw + decals: + 3984: -6,-60 + 3986: -4,-63 - node: color: '#707070B7' id: MiniTileWhiteInnerNw decals: - 3452: 23,-72 - 3453: 24,-71 + 3280: 23,-72 + 3281: 24,-71 - node: color: '#73C2A496' id: MiniTileWhiteInnerNw decals: - 2609: -33,-33 - 2676: -36,-54 - 2677: -36,-42 + 2445: -33,-33 + 2512: -36,-54 + 2513: -36,-42 - node: color: '#787878B7' id: MiniTileWhiteInnerNw decals: - 3508: 29,-81 + 3336: 29,-81 - node: color: '#D381C996' id: MiniTileWhiteInnerNw decals: - 986: 48,-57 - 3056: 71,-33 - 3178: 76,-48 + 822: 48,-57 + 2891: 71,-33 + 3013: 76,-48 - node: color: '#D381C9C0' id: MiniTileWhiteInnerNw decals: - 3109: 61,-44 + 2944: 61,-44 - node: color: '#D4D4D4D3' id: MiniTileWhiteInnerNw decals: - 2280: 11,-2 - 2281: 5,-2 + 2116: 11,-2 + 2117: 5,-2 - node: color: '#EFB34196' id: MiniTileWhiteInnerNw decals: - 2545: -55,-7 - 2565: -55,-24 + 2381: -55,-7 + 2401: -55,-24 - node: - color: '#FFFFFFFF' + color: '#F0F0F0FF' id: MiniTileWhiteInnerNw decals: - 754: 0,-55 - 757: -9,-55 - 758: -8,-55 + 3936: -8,-56 - node: color: '#334E6DC8' id: MiniTileWhiteInnerSe decals: - 2925: 30,-23 + 2761: 30,-23 - node: color: '#52B4E9CD' id: MiniTileWhiteInnerSe decals: - 694: -8,-48 - 745: 0,-55 - 746: -3,-55 - 747: -6,-55 - 748: -9,-55 - 749: -12,-55 + 625: -8,-48 + - node: + color: '#52B4E9D6' + id: MiniTileWhiteInnerSe + decals: + 3979: -4,-57 + 3980: -2,-54 + 3987: -6,-57 + - node: + color: '#52B4E9DC' + id: MiniTileWhiteInnerSe + decals: + 4107: 5,-63 + - node: + color: '#52B4E9E6' + id: MiniTileWhiteInnerSe + decals: + 3884: 6,-51 - node: color: '#73C2A496' id: MiniTileWhiteInnerSe decals: - 2673: -35,-57 + 2509: -35,-57 - node: color: '#787878B7' id: MiniTileWhiteInnerSe decals: - 3523: 49,-74 + 3351: 49,-74 - node: color: '#D381C996' id: MiniTileWhiteInnerSe decals: - 928: 51,-46 - 978: 52,-54 - 988: 51,-56 - 3053: 73,-33 - 3054: 71,-34 - 3179: 76,-48 - 3428: 64,-36 + 764: 51,-46 + 814: 52,-54 + 824: 51,-56 + 2888: 73,-33 + 2889: 71,-34 + 3014: 76,-48 + 3256: 64,-36 - node: color: '#D4D4D4D3' id: MiniTileWhiteInnerSe decals: - 2276: 3,3 - 2277: 9,3 + 2112: 3,3 + 2113: 9,3 - node: color: '#EFB34196' id: MiniTileWhiteInnerSe decals: - 2541: -54,-7 - 3232: -32,-18 - 3237: -24,-16 + 2377: -54,-7 + 3067: -32,-18 + 3072: -24,-16 - node: - color: '#FFFFFFFF' + color: '#F0F0F0FF' id: MiniTileWhiteInnerSe decals: - 750: -2,-53 - 761: -10,-53 + 3933: -10,-54 - node: color: '#258CC0EA' id: MiniTileWhiteInnerSw decals: - 3658: -26,-62 + 3466: -26,-62 - node: color: '#334E6DC8' id: MiniTileWhiteInnerSw decals: - 2926: 20,-23 + 2762: 20,-23 + - node: + color: '#52B4E9CA' + id: MiniTileWhiteInnerSw + decals: + 4055: -16,-50 - node: color: '#52B4E9CD' id: MiniTileWhiteInnerSw decals: - 740: 0,-55 - 741: -3,-55 - 742: -6,-55 - 743: -9,-55 - 744: -12,-55 - 3022: -2,-48 + 2857: -2,-48 + - node: + color: '#52B4E9D6' + id: MiniTileWhiteInnerSw + decals: + 3978: -6,-57 + 3988: -5,-57 + 3989: -4,-57 + - node: + color: '#52B4E9DC' + id: MiniTileWhiteInnerSw + decals: + 4002: -6,-61 + 4106: 1,-63 - node: color: '#73C2A496' id: MiniTileWhiteInnerSw decals: - 2675: -36,-47 + 2511: -36,-47 - node: color: '#787878AB' id: MiniTileWhiteInnerSw decals: - 3472: 29,-75 + 3300: 29,-75 - node: color: '#787878B7' id: MiniTileWhiteInnerSw decals: - 3509: 29,-87 + 3337: 29,-87 - node: color: '#D381C996' id: MiniTileWhiteInnerSw decals: - 1007: 42,-48 + 843: 42,-48 - node: color: '#D4D4D4D3' id: MiniTileWhiteInnerSw decals: - 2274: 11,3 - 2275: 5,3 + 2110: 11,3 + 2111: 5,3 - node: color: '#EFB34196' id: MiniTileWhiteInnerSw decals: - 2544: -55,-19 + 2380: -55,-19 - node: - color: '#FFFFFFFF' + color: '#F0F0F0FF' id: MiniTileWhiteInnerSw decals: - 753: 0,-53 - 760: -8,-53 + 3934: -8,-54 - node: color: '#258CC0EA' id: MiniTileWhiteLineE decals: - 3629: 7,-50 - 3630: 7,-49 - 3631: 7,-48 - 3632: 7,-47 - 3649: -23,-59 - 3650: -23,-60 - 3651: -23,-61 - 3652: -23,-62 + 3457: -23,-59 + 3458: -23,-60 + 3459: -23,-61 + 3460: -23,-62 - node: color: '#334E6DC8' id: MiniTileWhiteLineE decals: - 2914: 32,-22 - 2915: 30,-25 - 2916: 30,-24 - 2931: 16,-26 - 2932: 16,-25 + 2750: 32,-22 + 2751: 30,-25 + 2752: 30,-24 + 2767: 16,-26 + 2768: 16,-25 - node: color: '#478C5DDC' id: MiniTileWhiteLineE decals: - 812: -18,-71 - 813: -18,-72 - 814: -18,-73 - 847: -23,-77 - 848: -23,-78 - 849: -23,-79 - 850: -23,-80 - 868: -23,-84 - 875: -20,-86 - 876: -20,-87 + 648: -18,-71 + 649: -18,-72 + 650: -18,-73 + 683: -23,-77 + 684: -23,-78 + 685: -23,-79 + 686: -23,-80 + 704: -23,-84 + 711: -20,-86 + 712: -20,-87 - node: color: '#52B4E963' id: MiniTileWhiteLineE decals: - 3191: 73,-49 + 3026: 73,-49 - node: color: '#52B4E9B7' id: MiniTileWhiteLineE decals: - 3598: 47,6 - 3599: 47,5 + 3426: 47,6 + 3427: 47,5 - node: color: '#52B4E9CD' id: MiniTileWhiteLineE decals: - 679: 0,-47 - 680: 0,-48 - 681: 0,-49 - 687: -8,-49 - 729: 6,-54 - 776: -12,-47 - 777: -12,-48 - 778: -12,-49 - 779: -12,-50 - 791: 0,-65 - 792: 0,-66 - 793: 0,-67 - 794: -1,-66 + 610: 0,-47 + 611: 0,-48 + 612: 0,-49 + 618: -8,-49 + 637: -12,-47 + 638: -12,-48 + 639: -12,-49 + 640: -12,-50 + - node: + color: '#52B4E9D3' + id: MiniTileWhiteLineE + decals: + 4029: -4,-66 + - node: + color: '#52B4E9D6' + id: MiniTileWhiteLineE + decals: + 3957: -4,-58 + 3958: -4,-59 + 3959: -4,-60 + 3960: -4,-61 + 3961: -4,-62 + 3973: -6,-58 + 3974: -6,-59 + 3975: -6,-60 + 3976: -6,-61 + 3977: -6,-62 + 3981: -2,-55 + 3982: -2,-56 + - node: + color: '#52B4E9DC' + id: MiniTileWhiteLineE + decals: + 4087: 6,-57 + 4088: 6,-58 + 4089: 6,-59 + 4090: 6,-60 + 4091: 6,-61 + 4092: 6,-62 + - node: + color: '#52B4E9DF' + id: MiniTileWhiteLineE + decals: + 4007: -12,-54 + 4008: -12,-55 + 4009: -12,-56 + - node: + color: '#52B4E9E6' + id: MiniTileWhiteLineE + decals: + 3859: 7,-48 + 3860: 7,-47 + 3861: 7,-49 + 3862: 7,-50 + 3863: 6,-52 + 3864: 6,-53 - node: color: '#646464C7' id: MiniTileWhiteLineE decals: - 3777: -46,0 + 3585: -46,0 - node: color: '#707070B7' id: MiniTileWhiteLineE decals: - 3445: 31,-73 + 3273: 31,-73 - node: color: '#73C2A496' id: MiniTileWhiteLineE decals: - 2587: -23,-36 - 2588: -23,-35 - 2589: -23,-34 - 2590: -23,-33 - 2607: -31,-34 - 2608: -31,-35 - 2617: -36,-36 - 2618: -36,-35 - 2619: -36,-34 - 2633: -32,-39 - 2634: -32,-40 - 2635: -32,-41 - 2643: -35,-41 - 2645: -35,-42 - 2646: -35,-43 - 2647: -34,-45 - 2648: -34,-46 - 2649: -34,-47 - 2650: -34,-48 - 2651: -34,-49 - 2652: -34,-50 - 2653: -34,-51 - 2654: -34,-52 - 2655: -34,-53 - 2656: -34,-54 - 2657: -34,-55 - 2658: -34,-56 + 2423: -23,-36 + 2424: -23,-35 + 2425: -23,-34 + 2426: -23,-33 + 2443: -31,-34 + 2444: -31,-35 + 2453: -36,-36 + 2454: -36,-35 + 2455: -36,-34 + 2469: -32,-39 + 2470: -32,-40 + 2471: -32,-41 + 2479: -35,-41 + 2481: -35,-42 + 2482: -35,-43 + 2483: -34,-45 + 2484: -34,-46 + 2485: -34,-47 + 2486: -34,-48 + 2487: -34,-49 + 2488: -34,-50 + 2489: -34,-51 + 2490: -34,-52 + 2491: -34,-53 + 2492: -34,-54 + 2493: -34,-55 + 2494: -34,-56 - node: color: '#787878AB' id: MiniTileWhiteLineE decals: - 3461: 31,-74 - 3462: 31,-75 + 3289: 31,-74 + 3290: 31,-75 - node: color: '#787878B7' id: MiniTileWhiteLineE decals: - 3478: 31,-79 - 3479: 31,-80 - 3480: 31,-81 - 3481: 31,-82 - 3482: 31,-83 - 3483: 31,-84 - 3484: 31,-85 - 3485: 31,-86 - 3486: 31,-87 - 3487: 31,-88 - 3488: 31,-89 - 3489: 31,-90 - 3490: 31,-91 - 3491: 31,-92 - 3519: 50,-73 - 3520: 49,-75 - 3528: 49,-92 - 3529: 49,-91 - 3530: 49,-90 - 3531: 49,-89 - 3532: 49,-88 - 3533: 49,-87 - 3534: 49,-86 - 3535: 49,-85 - 3536: 49,-84 - 3537: 49,-83 - 3538: 49,-82 - 3539: 49,-81 - 3540: 49,-80 - 3541: 49,-79 + 3306: 31,-79 + 3307: 31,-80 + 3308: 31,-81 + 3309: 31,-82 + 3310: 31,-83 + 3311: 31,-84 + 3312: 31,-85 + 3313: 31,-86 + 3314: 31,-87 + 3315: 31,-88 + 3316: 31,-89 + 3317: 31,-90 + 3318: 31,-91 + 3319: 31,-92 + 3347: 50,-73 + 3348: 49,-75 + 3356: 49,-92 + 3357: 49,-91 + 3358: 49,-90 + 3359: 49,-89 + 3360: 49,-88 + 3361: 49,-87 + 3362: 49,-86 + 3363: 49,-85 + 3364: 49,-84 + 3365: 49,-83 + 3366: 49,-82 + 3367: 49,-81 + 3368: 49,-80 + 3369: 49,-79 - node: color: '#88C598FF' id: MiniTileWhiteLineE decals: - 3968: 17,-84 - 3969: 17,-83 - 3970: 17,-85 + 3776: 17,-84 + 3777: 17,-83 + 3778: 17,-85 + - node: + color: '#9FED58E9' + id: MiniTileWhiteLineE + decals: + 4024: -13,-55 - node: color: '#A4610696' id: MiniTileWhiteLineE decals: - 2330: -23,18 - 2331: -23,19 - 2332: -23,20 - 2333: -23,21 - 2334: -23,22 - 2335: -23,23 - 2336: -23,24 - 2337: -31,24 - 2338: -31,23 - 2339: -31,25 - 2340: -31,22 - 2341: -31,21 - 2342: -31,20 - 2358: -28,18 - 2380: -47,21 - 2384: -47,32 + 2166: -23,18 + 2167: -23,19 + 2168: -23,20 + 2169: -23,21 + 2170: -23,22 + 2171: -23,23 + 2172: -23,24 + 2173: -31,24 + 2174: -31,23 + 2175: -31,25 + 2176: -31,22 + 2177: -31,21 + 2178: -31,20 + 2194: -28,18 + 2216: -47,21 + 2220: -47,32 - node: color: '#D381C996' id: MiniTileWhiteLineE decals: - 894: 46,-43 - 904: 53,-45 - 905: 53,-44 - 906: 53,-43 - 907: 53,-42 - 908: 53,-41 - 909: 51,-39 - 910: 51,-47 - 944: 65,-46 - 945: 65,-47 - 946: 65,-48 - 947: 65,-49 - 968: 51,-58 - 969: 51,-57 - 976: 53,-53 - 977: 52,-55 - 1002: 46,-47 - 1003: 46,-48 - 1004: 46,-49 - 3044: 71,-37 - 3045: 71,-36 - 3046: 71,-35 - 3163: 68,-49 - 3171: 76,-49 - 3172: 77,-47 - 3173: 77,-46 - 3174: 77,-45 - 3416: 65,-34 - 3417: 65,-35 + 730: 46,-43 + 740: 53,-45 + 741: 53,-44 + 742: 53,-43 + 743: 53,-42 + 744: 53,-41 + 745: 51,-39 + 746: 51,-47 + 780: 65,-46 + 781: 65,-47 + 782: 65,-48 + 783: 65,-49 + 804: 51,-58 + 805: 51,-57 + 812: 53,-53 + 813: 52,-55 + 838: 46,-47 + 839: 46,-48 + 840: 46,-49 + 2879: 71,-37 + 2880: 71,-36 + 2881: 71,-35 + 2998: 68,-49 + 3006: 76,-49 + 3007: 77,-47 + 3008: 77,-46 + 3009: 77,-45 + 3244: 65,-34 + 3245: 65,-35 - node: color: '#D381C9C0' id: MiniTileWhiteLineE decals: - 3101: 65,-45 + 2936: 65,-45 - node: color: '#D4D4D406' id: MiniTileWhiteLineE decals: - 3946: -40,14 - 3947: -36,14 + 3754: -40,14 + 3755: -36,14 - node: color: '#D4D4D40F' id: MiniTileWhiteLineE decals: - 3116: 55,-36 + 2951: 55,-36 - node: color: '#D4D4D428' id: MiniTileWhiteLineE decals: - 2457: -46,-17 - 2458: -46,-16 - 2459: -46,-14 - 2460: -46,-15 - 2461: -46,-13 - 2462: -46,-10 - 2463: -46,-11 - 2464: -46,-12 + 2293: -46,-17 + 2294: -46,-16 + 2295: -46,-14 + 2296: -46,-15 + 2297: -46,-13 + 2298: -46,-10 + 2299: -46,-11 + 2300: -46,-12 - node: color: '#DE3A3A96' id: MiniTileWhiteLineE decals: - 2695: 26,12 - 2696: 26,11 - 2697: 26,10 - 2714: 26,17 - 2746: 8,13 - 2747: 8,14 - 2748: 8,15 - 2749: 8,16 - 2784: 42,15 - 2785: 42,13 - 2786: 42,11 - 2787: 42,12 - 2788: 42,10 - 2789: 42,9 - 2790: 42,8 - 2791: 42,7 - 2792: 42,6 - 2793: 42,5 - 2810: 30,20 - 2818: 30,19 - 2819: 30,18 - 2820: 30,17 - 3063: -16,-22 - 3064: -16,-23 - 3133: 22,-47 - 3297: -15,26 - 3298: -15,25 - 3299: -15,24 + 2531: 26,12 + 2532: 26,11 + 2533: 26,10 + 2550: 26,17 + 2582: 8,13 + 2583: 8,14 + 2584: 8,15 + 2585: 8,16 + 2620: 42,15 + 2621: 42,13 + 2622: 42,11 + 2623: 42,12 + 2624: 42,10 + 2625: 42,9 + 2626: 42,8 + 2627: 42,7 + 2628: 42,6 + 2629: 42,5 + 2646: 30,20 + 2654: 30,19 + 2655: 30,18 + 2656: 30,17 + 2898: -16,-22 + 2899: -16,-23 + 2968: 22,-47 + 3132: -15,26 + 3133: -15,25 + 3134: -15,24 - node: color: '#DE3A3AA7' id: MiniTileWhiteLineE decals: - 3904: 30,21 + 3712: 30,21 - node: color: '#DE3A3AD3' id: MiniTileWhiteLineE decals: - 808: -19,-76 - 809: -19,-77 - 810: -19,-79 - 811: -19,-80 + 644: -19,-76 + 645: -19,-77 + 646: -19,-79 + 647: -19,-80 - node: color: '#EFB34196' id: MiniTileWhiteLineE decals: - 2391: -23,-14 - 2392: -23,-13 - 2393: -23,-12 - 2394: -23,-11 - 2395: -23,-10 - 2404: -28,-12 - 2405: -28,-13 - 2406: -28,-14 - 2416: -32,-16 - 2417: -32,-14 - 2418: -32,-13 - 2419: -32,-15 - 2434: -35,-13 - 2435: -35,-12 - 2436: -35,-11 - 2437: -35,-10 - 2446: -42,-11 - 2447: -42,-12 - 2448: -42,-13 - 2485: -32,-29 - 2486: -32,-28 - 2487: -32,-27 - 2488: -32,-26 - 2489: -32,-25 - 2490: -32,-23 - 2491: -32,-24 - 2511: -51,-20 - 2512: -51,-19 - 2513: -51,-18 - 2514: -53,-16 - 2515: -53,-15 - 2516: -53,-14 - 2517: -54,-12 - 2518: -54,-11 - 2519: -54,-10 - 2520: -54,-9 - 2521: -54,-8 - 2577: -71,-25 - 2578: -71,-26 - 3215: -32,-11 - 3216: -32,-12 - 3217: -28,-11 - 3218: -23,-15 - 3219: -24,-17 - 3259: -35,-7 - 3260: -35,-8 - 3261: -35,-9 - 3286: -42,-7 + 2227: -23,-14 + 2228: -23,-13 + 2229: -23,-12 + 2230: -23,-11 + 2231: -23,-10 + 2240: -28,-12 + 2241: -28,-13 + 2242: -28,-14 + 2252: -32,-16 + 2253: -32,-14 + 2254: -32,-13 + 2255: -32,-15 + 2270: -35,-13 + 2271: -35,-12 + 2272: -35,-11 + 2273: -35,-10 + 2282: -42,-11 + 2283: -42,-12 + 2284: -42,-13 + 2321: -32,-29 + 2322: -32,-28 + 2323: -32,-27 + 2324: -32,-26 + 2325: -32,-25 + 2326: -32,-23 + 2327: -32,-24 + 2347: -51,-20 + 2348: -51,-19 + 2349: -51,-18 + 2350: -53,-16 + 2351: -53,-15 + 2352: -53,-14 + 2353: -54,-12 + 2354: -54,-11 + 2355: -54,-10 + 2356: -54,-9 + 2357: -54,-8 + 2413: -71,-25 + 2414: -71,-26 + 3050: -32,-11 + 3051: -32,-12 + 3052: -28,-11 + 3053: -23,-15 + 3054: -24,-17 + 3094: -35,-7 + 3095: -35,-8 + 3096: -35,-9 + 3121: -42,-7 - node: color: '#EFB341B1' id: MiniTileWhiteLineE decals: - 3909: -51,-25 - 3910: -51,-24 + 3717: -51,-25 + 3718: -51,-24 - node: - color: '#FFFFFFFF' + color: '#F0F0F0FF' id: MiniTileWhiteLineE decals: - 653: -2,-54 - 661: 4,-65 - 3019: -10,-54 + 3931: -10,-55 - node: color: '#258CC0EA' id: MiniTileWhiteLineN decals: - 3637: 3,-46 - 3638: 4,-46 - 3639: 5,-46 - 3640: 6,-46 - 3641: -25,-58 - 3642: -26,-58 - 3643: -24,-58 + 3449: -25,-58 + 3450: -26,-58 + 3451: -24,-58 - node: color: '#334E6DC8' id: MiniTileWhiteLineN decals: - 1008: 32,-59 - 1009: 33,-59 - 1010: 31,-59 - 1011: 30,-59 - 1012: 29,-59 - 2754: 6,17 - 2900: 30,-22 - 2901: 29,-22 - 2902: 28,-22 - 2903: 27,-22 - 2904: 26,-22 - 2905: 25,-22 - 2906: 24,-22 - 2907: 23,-22 - 2908: 22,-22 - 2909: 21,-22 - 2910: 20,-22 - 2935: 32,-17 + 844: 32,-59 + 845: 33,-59 + 846: 31,-59 + 847: 30,-59 + 848: 29,-59 + 2590: 6,17 + 2736: 30,-22 + 2737: 29,-22 + 2738: 28,-22 + 2739: 27,-22 + 2740: 26,-22 + 2741: 25,-22 + 2742: 24,-22 + 2743: 23,-22 + 2744: 22,-22 + 2745: 21,-22 + 2746: 20,-22 + 2771: 32,-17 - node: color: '#478C5DDC' id: MiniTileWhiteLineN decals: - 826: -25,-70 - 827: -24,-70 - 828: -23,-70 - 829: -22,-70 - 830: -21,-70 - 831: -20,-70 - 832: -19,-70 - 845: -25,-76 - 846: -24,-76 - 851: -27,-78 - 869: -21,-85 - 870: -22,-85 - 873: -25,-85 - 874: -26,-85 + 662: -25,-70 + 663: -24,-70 + 664: -23,-70 + 665: -22,-70 + 666: -21,-70 + 667: -20,-70 + 668: -19,-70 + 681: -25,-76 + 682: -24,-76 + 687: -27,-78 + 705: -21,-85 + 706: -22,-85 + 709: -25,-85 + 710: -26,-85 - node: color: '#52B4E963' id: MiniTileWhiteLineN decals: - 3181: 72,-48 - 3182: 71,-48 - 3183: 70,-48 + 3016: 72,-48 + 3017: 71,-48 + 3018: 70,-48 - node: color: '#52B4E996' id: MiniTileWhiteLineN decals: - 2937: -9,-42 + 2773: -9,-42 - node: color: '#52B4E9B7' id: MiniTileWhiteLineN decals: - 3592: 45,8 + 3420: 45,8 - node: color: '#52B4E9CD' id: MiniTileWhiteLineN decals: - 670: -2,-46 - 671: -1,-46 - 672: -3,-46 - 673: -4,-46 - 674: -5,-46 - 675: -6,-46 - 676: -7,-46 - 677: -8,-46 - 678: -9,-46 - 710: -15,-53 - 711: -14,-53 - 712: -11,-53 - 713: -9,-53 - 714: -8,-53 - 715: -7,-53 - 716: -6,-53 - 717: -5,-53 - 718: -4,-53 - 719: -3,-53 - 720: -2,-53 - 721: -1,-53 - 722: 0,-53 - 723: 1,-53 - 724: 2,-53 - 725: 3,-53 - 726: 4,-53 - 727: 5,-53 - 762: -10,-53 - 770: -13,-46 - 771: -14,-46 - 772: -16,-46 - 773: -15,-46 - 804: -2,-65 - 805: -1,-64 - 806: -2,-64 - 807: -3,-64 + 601: -2,-46 + 602: -1,-46 + 603: -3,-46 + 604: -4,-46 + 605: -5,-46 + 606: -6,-46 + 607: -7,-46 + 608: -8,-46 + 609: -9,-46 + 631: -13,-46 + 632: -14,-46 + 633: -16,-46 + 634: -15,-46 + - node: + color: '#52B4E9D3' + id: MiniTileWhiteLineN + decals: + 4031: -5,-65 - node: - color: '#5D9C7FC1' + color: '#52B4E9D6' + id: MiniTileWhiteLineN + decals: + 3937: -9,-53 + 3938: -8,-53 + 3939: -7,-53 + 3940: -6,-53 + 3941: -5,-53 + 3942: -4,-53 + 3943: -3,-53 + 3944: -2,-53 + 3945: -1,-53 + 3966: -5,-63 + - node: + color: '#52B4E9DC' + id: MiniTileWhiteLineN + decals: + 3998: -7,-60 + 3999: -8,-60 + 4082: 1,-56 + 4083: 2,-56 + 4084: 3,-56 + 4085: 4,-56 + 4086: 5,-56 + - node: + color: '#52B4E9DF' + id: MiniTileWhiteLineN + decals: + 4012: -15,-53 + 4013: -14,-53 + 4014: -13,-53 + - node: + color: '#52B4E9E6' id: MiniTileWhiteLineN decals: - 3616: -41,-42 + 3875: 6,-46 + 3876: 5,-46 + 3877: 4,-46 + 3878: 3,-46 - node: - color: '#60A5D9D6' + color: '#5D9C7FC1' id: MiniTileWhiteLineN decals: - 3404: -13,-53 - 3405: -12,-53 + 3444: -41,-42 - node: color: '#707070B7' id: MiniTileWhiteLineN decals: - 3446: 25,-70 - 3447: 26,-70 - 3449: 29,-72 - 3450: 30,-72 + 3274: 25,-70 + 3275: 26,-70 + 3277: 29,-72 + 3278: 30,-72 - node: color: '#73C2A496' id: MiniTileWhiteLineN decals: - 2581: -25,-32 - 2582: -24,-32 - 2622: -38,-33 - 2623: -39,-33 - 2624: -40,-33 - 2625: -37,-33 - 2639: -42,-42 - 2640: -40,-42 - 2641: -39,-42 - 2642: -38,-42 - 2661: -37,-54 - 2678: -37,-42 + 2417: -25,-32 + 2418: -24,-32 + 2458: -38,-33 + 2459: -39,-33 + 2460: -40,-33 + 2461: -37,-33 + 2475: -42,-42 + 2476: -40,-42 + 2477: -39,-42 + 2478: -38,-42 + 2497: -37,-54 + 2514: -37,-42 - node: color: '#787878B7' id: MiniTileWhiteLineN decals: - 3475: 30,-78 - 3501: 28,-81 - 3521: 48,-72 - 3522: 49,-72 - 3557: 48,-78 + 3303: 30,-78 + 3329: 28,-81 + 3349: 48,-72 + 3350: 49,-72 + 3385: 48,-78 - node: color: '#88C598FF' id: MiniTileWhiteLineN decals: - 3955: 16,-82 - 3956: 15,-82 - 3957: 14,-82 + 3763: 16,-82 + 3764: 15,-82 + 3765: 14,-82 - node: color: '#9FED5896' id: MiniTileWhiteLineN decals: - 884: -9,-26 - 885: -10,-26 - 886: -12,-26 + 720: -9,-26 + 721: -10,-26 + 722: -12,-26 + - node: + color: '#9FED58E9' + id: MiniTileWhiteLineN + decals: + 4026: -14,-54 - node: color: '#A4610696' id: MiniTileWhiteLineN decals: - 2343: -29,19 - 2344: -30,19 - 2345: -33,26 - 2346: -32,26 - 2347: -34,26 - 2348: -25,25 - 2349: -24,25 - 2379: -48,22 - 2390: -48,33 + 2179: -29,19 + 2180: -30,19 + 2181: -33,26 + 2182: -32,26 + 2183: -34,26 + 2184: -25,25 + 2185: -24,25 + 2215: -48,22 + 2226: -48,33 - node: color: '#D381C996' id: MiniTileWhiteLineN decals: - 897: 45,-42 - 898: 44,-42 - 899: 43,-42 - 900: 42,-42 - 926: 52,-40 - 929: 50,-38 - 930: 49,-38 - 932: 56,-45 - 972: 46,-57 - 973: 47,-57 - 974: 49,-50 - 975: 50,-50 - 998: 45,-46 - 999: 44,-46 - 1000: 42,-46 - 1001: 43,-46 - 3050: 72,-38 - 3051: 72,-32 - 3052: 73,-32 - 3154: 68,-44 - 3155: 69,-44 - 3156: 70,-44 - 3157: 71,-44 - 3158: 72,-44 - 3159: 75,-48 - 3422: 61,-32 - 3423: 62,-32 - 3424: 63,-32 + 733: 45,-42 + 734: 44,-42 + 735: 43,-42 + 736: 42,-42 + 762: 52,-40 + 765: 50,-38 + 766: 49,-38 + 768: 56,-45 + 808: 46,-57 + 809: 47,-57 + 810: 49,-50 + 811: 50,-50 + 834: 45,-46 + 835: 44,-46 + 836: 42,-46 + 837: 43,-46 + 2885: 72,-38 + 2886: 72,-32 + 2887: 73,-32 + 2989: 68,-44 + 2990: 69,-44 + 2991: 70,-44 + 2992: 71,-44 + 2993: 72,-44 + 2994: 75,-48 + 3250: 61,-32 + 3251: 62,-32 + 3252: 63,-32 - node: color: '#D381C9C0' id: MiniTileWhiteLineN decals: - 3103: 60,-44 - 3104: 64,-44 - 3105: 62,-43 + 2938: 60,-44 + 2939: 64,-44 + 2940: 62,-43 - node: color: '#D4D4D40F' id: MiniTileWhiteLineN decals: - 3115: 54,-35 + 2950: 54,-35 - node: color: '#D4D4D428' id: MiniTileWhiteLineN decals: - 2452: -47,-9 + 2288: -47,-9 - node: color: '#D4D4D4D3' id: MiniTileWhiteLineN decals: - 2161: -10,3 - 2162: -9,3 - 2163: -8,3 - 2164: -6,3 - 2165: -7,3 - 2166: -5,3 - 2167: -4,3 - 2168: 0,3 - 2169: 1,3 - 2170: 2,3 - 2171: 3,3 - 2172: 4,3 - 2173: 5,3 - 2174: 6,3 - 2175: 7,3 - 2176: 8,3 - 2177: 9,3 - 2178: 10,3 - 2179: 11,3 - 2180: 12,3 - 2181: 13,3 - 2189: 13,-1 - 2190: 12,-1 - 2226: 8,-1 - 2227: 7,-1 - 2228: 6,-1 - 2229: 2,-1 - 2230: 0,-1 - 2231: 1,-1 - 2243: 10,-2 - 2244: 4,-2 - 2264: -4,-1 - 2265: -5,-1 - 2266: -7,-1 - 2267: -6,-1 - 2268: -8,-1 - 2269: -9,-1 - 2270: -10,-1 + 1997: -10,3 + 1998: -9,3 + 1999: -8,3 + 2000: -6,3 + 2001: -7,3 + 2002: -5,3 + 2003: -4,3 + 2004: 0,3 + 2005: 1,3 + 2006: 2,3 + 2007: 3,3 + 2008: 4,3 + 2009: 5,3 + 2010: 6,3 + 2011: 7,3 + 2012: 8,3 + 2013: 9,3 + 2014: 10,3 + 2015: 11,3 + 2016: 12,3 + 2017: 13,3 + 2025: 13,-1 + 2026: 12,-1 + 2062: 8,-1 + 2063: 7,-1 + 2064: 6,-1 + 2065: 2,-1 + 2066: 0,-1 + 2067: 1,-1 + 2079: 10,-2 + 2080: 4,-2 + 2100: -4,-1 + 2101: -5,-1 + 2102: -7,-1 + 2103: -6,-1 + 2104: -8,-1 + 2105: -9,-1 + 2106: -10,-1 - node: color: '#DE3A3A96' id: MiniTileWhiteLineN decals: - 2690: 26,8 - 2691: 25,8 - 2692: 24,8 - 2694: 25,13 - 2709: 21,18 - 2710: 22,18 - 2711: 23,18 - 2712: 24,18 - 2713: 25,18 - 2723: 17,17 - 2724: 16,17 - 2731: 12,17 - 2732: 11,17 - 2737: 7,17 - 2738: 5,17 - 2774: 29,22 - 2775: 33,16 - 2776: 34,16 - 2777: 35,16 - 2778: 36,16 - 2779: 37,16 - 2780: 38,16 - 2781: 39,16 - 2782: 40,16 - 2783: 41,16 - 2821: 32,16 - 2822: 31,16 - 2934: 20,-17 - 3130: 21,-46 - 3131: 20,-46 - 3292: -16,27 - 3300: 30,16 - 3301: 29,16 + 2526: 26,8 + 2527: 25,8 + 2528: 24,8 + 2530: 25,13 + 2545: 21,18 + 2546: 22,18 + 2547: 23,18 + 2548: 24,18 + 2549: 25,18 + 2559: 17,17 + 2560: 16,17 + 2567: 12,17 + 2568: 11,17 + 2573: 7,17 + 2574: 5,17 + 2610: 29,22 + 2611: 33,16 + 2612: 34,16 + 2613: 35,16 + 2614: 36,16 + 2615: 37,16 + 2616: 38,16 + 2617: 39,16 + 2618: 40,16 + 2619: 41,16 + 2657: 32,16 + 2658: 31,16 + 2770: 20,-17 + 2965: 21,-46 + 2966: 20,-46 + 3127: -16,27 + 3135: 30,16 + 3136: 29,16 - node: color: '#EFB34196' id: MiniTileWhiteLineN decals: - 2411: -24,-9 - 2412: -25,-9 - 2424: -29,-17 - 2425: -30,-17 - 2426: -31,-17 - 2474: -46,-6 - 2475: -47,-6 - 2476: -48,-6 - 2502: -54,-6 - 2503: -53,-6 - 2504: -52,-6 - 2538: -52,-17 - 2549: -56,-24 - 2550: -57,-24 - 2551: -58,-24 - 2552: -59,-24 - 2553: -60,-24 - 2554: -61,-24 - 2555: -62,-24 - 2571: -72,-24 - 2572: -73,-24 - 2573: -74,-24 - 3226: -29,-10 - 3252: -39,-6 - 3253: -38,-6 - 3254: -37,-6 - 3255: -36,-6 + 2247: -24,-9 + 2248: -25,-9 + 2260: -29,-17 + 2261: -30,-17 + 2262: -31,-17 + 2310: -46,-6 + 2311: -47,-6 + 2312: -48,-6 + 2338: -54,-6 + 2339: -53,-6 + 2340: -52,-6 + 2374: -52,-17 + 2385: -56,-24 + 2386: -57,-24 + 2387: -58,-24 + 2388: -59,-24 + 2389: -60,-24 + 2390: -61,-24 + 2391: -62,-24 + 2407: -72,-24 + 2408: -73,-24 + 2409: -74,-24 + 3061: -29,-10 + 3087: -39,-6 + 3088: -38,-6 + 3089: -37,-6 + 3090: -36,-6 - node: color: '#EFB341B1' id: MiniTileWhiteLineN decals: - 3911: -54,-23 - 3912: -53,-23 - 3913: -52,-23 + 3719: -54,-23 + 3720: -53,-23 + 3721: -52,-23 - node: - color: '#FFFFFFFF' + color: '#F0F0F0FF' id: MiniTileWhiteLineN decals: - 651: -9,-55 - 659: 3,-64 - 751: -1,-55 + 3932: -9,-56 - node: color: '#258CC0EA' id: MiniTileWhiteLineS decals: - 3621: 4,-51 - 3622: 5,-51 - 3623: 3,-51 - 3624: 6,-51 - 3644: -25,-63 - 3645: -24,-63 + 3452: -25,-63 + 3453: -24,-63 - node: color: '#334E6DC8' id: MiniTileWhiteLineS decals: - 2889: 29,-26 - 2890: 28,-26 - 2891: 27,-26 - 2892: 26,-26 - 2893: 25,-26 - 2894: 24,-26 - 2895: 23,-26 - 2896: 22,-26 - 2897: 21,-26 - 2898: 31,-23 - 2899: 19,-23 - 2936: 20,-44 + 2725: 29,-26 + 2726: 28,-26 + 2727: 27,-26 + 2728: 26,-26 + 2729: 25,-26 + 2730: 24,-26 + 2731: 23,-26 + 2732: 22,-26 + 2733: 21,-26 + 2734: 31,-23 + 2735: 19,-23 + 2772: 20,-44 - node: color: '#478C5DDC' id: MiniTileWhiteLineS decals: - 817: -20,-74 - 818: -21,-74 - 819: -19,-74 - 820: -22,-74 - 821: -23,-74 - 822: -24,-74 - 823: -25,-74 - 838: -27,-81 - 839: -26,-81 - 840: -25,-81 - 841: -24,-81 - 854: -21,-88 - 855: -22,-88 - 856: -23,-88 - 857: -24,-88 - 858: -25,-88 - 859: -26,-88 + 653: -20,-74 + 654: -21,-74 + 655: -19,-74 + 656: -22,-74 + 657: -23,-74 + 658: -24,-74 + 659: -25,-74 + 674: -27,-81 + 675: -26,-81 + 676: -25,-81 + 677: -24,-81 + 690: -21,-88 + 691: -22,-88 + 692: -23,-88 + 693: -24,-88 + 694: -25,-88 + 695: -26,-88 - node: color: '#52B4E963' id: MiniTileWhiteLineS decals: - 3187: 70,-50 - 3188: 71,-50 - 3189: 72,-50 + 3022: 70,-50 + 3023: 71,-50 + 3024: 72,-50 - node: color: '#52B4E9AE' id: MiniTileWhiteLineS decals: - 878: 0,-44 - 879: -1,-44 - 880: -2,-44 - 881: -8,-44 - 882: -9,-44 - 883: -10,-44 + 714: 0,-44 + 715: -1,-44 + 716: -2,-44 + 717: -8,-44 + 718: -9,-44 + 719: -10,-44 - node: color: '#52B4E9B7' id: MiniTileWhiteLineS decals: - 3593: 45,4 - 3594: 46,4 + 3421: 45,4 + 3422: 46,4 - node: color: '#52B4E9CD' id: MiniTileWhiteLineS decals: - 666: -1,-50 - 688: -7,-48 - 689: -6,-48 - 690: -5,-48 - 691: -4,-48 - 692: -3,-48 - 699: -15,-55 - 700: -14,-55 - 701: -13,-55 - 702: -11,-55 - 703: -10,-55 - 704: -8,-55 - 705: -7,-55 - 730: 5,-55 - 731: 4,-55 - 732: 3,-55 - 733: 2,-55 - 734: 1,-55 - 735: -1,-55 - 736: -2,-55 - 737: -4,-55 - 738: -5,-55 - 763: -9,-50 - 766: -13,-51 - 767: -14,-51 - 768: -16,-51 - 769: -15,-51 - 799: -2,-67 - 800: -2,-68 - 801: -1,-68 - 802: -3,-68 + 597: -1,-50 + 619: -7,-48 + 620: -6,-48 + 621: -5,-48 + 622: -4,-48 + 623: -3,-48 + 626: -9,-50 + 628: -13,-51 + 629: -14,-51 + 630: -15,-51 + - node: + color: '#52B4E9D3' + id: MiniTileWhiteLineS + decals: + 4030: -5,-67 + - node: + color: '#52B4E9D6' + id: MiniTileWhiteLineS + decals: + 3946: -3,-57 + 3947: -7,-57 + 3948: -8,-57 + 3949: -9,-57 + 3950: -1,-54 + 3967: -5,-57 + - node: + color: '#52B4E9DC' + id: MiniTileWhiteLineS + decals: + 3997: -5,-63 + 4000: -7,-61 + 4001: -8,-61 + 4103: 3,-64 + 4104: 2,-64 + 4105: 4,-64 + - node: + color: '#52B4E9DF' + id: MiniTileWhiteLineS + decals: + 4004: -13,-57 + 4005: -14,-57 + 4006: -15,-57 + - node: + color: '#52B4E9E6' + id: MiniTileWhiteLineS + decals: + 3865: 5,-54 + 3866: 4,-54 + 3867: 3,-54 - node: color: '#73C2A496' id: MiniTileWhiteLineS decals: - 2583: -25,-37 - 2584: -24,-37 - 2603: -33,-36 - 2604: -32,-36 - 2611: -37,-37 - 2612: -38,-37 - 2613: -39,-37 - 2614: -40,-37 - 2659: -36,-58 - 2660: -37,-58 - 2668: -37,-47 - 2669: -38,-47 + 2419: -25,-37 + 2420: -24,-37 + 2439: -33,-36 + 2440: -32,-36 + 2447: -37,-37 + 2448: -38,-37 + 2449: -39,-37 + 2450: -40,-37 + 2495: -36,-58 + 2496: -37,-58 + 2504: -37,-47 + 2505: -38,-47 - node: color: '#787878AB' id: MiniTileWhiteLineS decals: - 3466: 28,-75 - 3467: 26,-75 - 3468: 27,-75 - 3469: 25,-75 - 3470: 23,-74 - 3471: 30,-76 + 3294: 28,-75 + 3295: 26,-75 + 3296: 27,-75 + 3297: 25,-75 + 3298: 23,-74 + 3299: 30,-76 - node: color: '#787878B7' id: MiniTileWhiteLineS decals: - 3499: 30,-93 - 3500: 28,-87 - 3515: 48,-76 - 3556: 48,-93 + 3327: 30,-93 + 3328: 28,-87 + 3343: 48,-76 + 3384: 48,-93 - node: color: '#88C598FF' id: MiniTileWhiteLineS decals: - 3964: 15,-86 - 3965: 16,-86 - 3966: 14,-86 + 3772: 15,-86 + 3773: 16,-86 + 3774: 14,-86 + - node: + color: '#9FED58E9' + id: MiniTileWhiteLineS + decals: + 4023: -14,-56 - node: color: '#A4610696' id: MiniTileWhiteLineS decals: - 2322: -25,17 - 2323: -24,17 - 2324: -29,17 - 2325: -30,17 - 2326: -31,17 - 2327: -34,17 - 2328: -33,17 - 2329: -32,17 - 2382: -48,20 - 2383: -48,31 + 2158: -25,17 + 2159: -24,17 + 2160: -29,17 + 2161: -30,17 + 2162: -31,17 + 2163: -34,17 + 2164: -33,17 + 2165: -32,17 + 2218: -48,20 + 2219: -48,31 - node: color: '#D381C996' id: MiniTileWhiteLineS decals: - 887: 45,-44 - 888: 44,-44 - 889: 43,-44 - 890: 42,-44 - 901: 50,-48 - 902: 49,-48 - 903: 52,-46 - 931: 56,-46 - 937: 62,-50 - 938: 63,-50 - 939: 64,-50 - 940: 61,-50 - 941: 60,-50 - 980: 50,-59 - 981: 49,-59 - 982: 48,-59 - 983: 47,-59 - 990: 45,-50 - 991: 44,-50 - 992: 43,-50 - 3047: 72,-34 - 3048: 72,-39 - 3049: 74,-33 - 3145: 75,-50 - 3146: 68,-45 - 3147: 69,-45 - 3148: 70,-45 - 3149: 71,-45 - 3150: 72,-45 - 3412: 63,-37 - 3413: 62,-37 - 3414: 61,-37 + 723: 45,-44 + 724: 44,-44 + 725: 43,-44 + 726: 42,-44 + 737: 50,-48 + 738: 49,-48 + 739: 52,-46 + 767: 56,-46 + 773: 62,-50 + 774: 63,-50 + 775: 64,-50 + 776: 61,-50 + 777: 60,-50 + 816: 50,-59 + 817: 49,-59 + 818: 48,-59 + 819: 47,-59 + 826: 45,-50 + 827: 44,-50 + 828: 43,-50 + 2882: 72,-34 + 2883: 72,-39 + 2884: 74,-33 + 2980: 75,-50 + 2981: 68,-45 + 2982: 69,-45 + 2983: 70,-45 + 2984: 71,-45 + 2985: 72,-45 + 3240: 63,-37 + 3241: 62,-37 + 3242: 61,-37 - node: color: '#D381C9AB' id: MiniTileWhiteLineS decals: - 3120: 71,-39 + 2955: 71,-39 - node: color: '#D4D4D40F' id: MiniTileWhiteLineS decals: - 3118: 54,-37 + 2953: 54,-37 - node: color: '#D4D4D428' id: MiniTileWhiteLineS decals: - 2456: -47,-18 + 2292: -47,-18 - node: color: '#D4D4D4D3' id: MiniTileWhiteLineS decals: - 2140: 6,-2 - 2141: 7,-2 - 2142: 8,-2 - 2143: 9,-2 - 2144: 10,-2 - 2145: 11,-2 - 2146: 12,-2 - 2147: 13,-2 - 2148: 5,-2 - 2149: 4,-2 - 2150: 3,-2 - 2151: 2,-2 - 2152: 1,-2 - 2153: 0,-2 - 2154: -4,-2 - 2155: -5,-2 - 2156: -6,-2 - 2157: -7,-2 - 2158: -8,-2 - 2159: -9,-2 - 2160: -10,-2 - 2241: 10,3 - 2242: 4,3 - 2249: 12,2 - 2250: 13,2 - 2251: 8,2 - 2252: 7,2 - 2253: 6,2 - 2254: 2,2 - 2255: 1,2 - 2256: 0,2 - 2257: -4,2 - 2258: -5,2 - 2259: -6,2 - 2260: -7,2 - 2261: -8,2 - 2262: -9,2 - 2263: -10,2 + 1976: 6,-2 + 1977: 7,-2 + 1978: 8,-2 + 1979: 9,-2 + 1980: 10,-2 + 1981: 11,-2 + 1982: 12,-2 + 1983: 13,-2 + 1984: 5,-2 + 1985: 4,-2 + 1986: 3,-2 + 1987: 2,-2 + 1988: 1,-2 + 1989: 0,-2 + 1990: -4,-2 + 1991: -5,-2 + 1992: -6,-2 + 1993: -7,-2 + 1994: -8,-2 + 1995: -9,-2 + 1996: -10,-2 + 2077: 10,3 + 2078: 4,3 + 2085: 12,2 + 2086: 13,2 + 2087: 8,2 + 2088: 7,2 + 2089: 6,2 + 2090: 2,2 + 2091: 1,2 + 2092: 0,2 + 2093: -4,2 + 2094: -5,2 + 2095: -6,2 + 2096: -7,2 + 2097: -8,2 + 2098: -9,2 + 2099: -10,2 - node: color: '#DE3A3A96' id: MiniTileWhiteLineS decals: - 2693: 25,9 - 2715: 25,16 - 2716: 24,16 - 2717: 23,16 - 2718: 21,16 - 2719: 22,16 - 2721: 17,16 - 2722: 16,16 - 2733: 12,16 - 2734: 11,16 - 2741: 6,12 - 2742: 7,12 - 2744: 5,12 - 2794: 41,4 - 2799: 39,14 - 2800: 38,14 - 2801: 37,14 - 2802: 36,14 - 2803: 34,14 - 2804: 35,14 - 2805: 33,14 - 2806: 32,14 - 2807: 31,14 - 2808: 29,14 - 2809: 30,14 - 3128: 21,-48 - 3129: 20,-48 - 3293: -16,23 - 3304: 41,14 - 3305: 40,14 + 2529: 25,9 + 2551: 25,16 + 2552: 24,16 + 2553: 23,16 + 2554: 21,16 + 2555: 22,16 + 2557: 17,16 + 2558: 16,16 + 2569: 12,16 + 2570: 11,16 + 2577: 6,12 + 2578: 7,12 + 2580: 5,12 + 2630: 41,4 + 2635: 39,14 + 2636: 38,14 + 2637: 37,14 + 2638: 36,14 + 2639: 34,14 + 2640: 35,14 + 2641: 33,14 + 2642: 32,14 + 2643: 31,14 + 2644: 29,14 + 2645: 30,14 + 2963: 21,-48 + 2964: 20,-48 + 3128: -16,23 + 3139: 41,14 + 3140: 40,14 - node: color: '#EFB34196' id: MiniTileWhiteLineS decals: - 2407: -29,-15 - 2428: -37,-14 - 2429: -38,-14 - 2430: -39,-14 - 2431: -36,-14 - 2477: -46,-7 - 2478: -48,-7 - 2479: -47,-7 - 2534: -54,-21 - 2535: -53,-21 - 2536: -52,-21 - 2539: -52,-7 - 2540: -53,-7 - 2556: -62,-26 - 2557: -61,-26 - 2558: -61,-26 - 2559: -60,-26 - 2560: -59,-26 - 2561: -58,-26 - 2562: -57,-26 - 2563: -56,-26 - 2564: -55,-26 - 2574: -72,-27 - 2575: -73,-27 - 2576: -74,-27 - 3229: -29,-18 - 3230: -30,-18 - 3231: -31,-18 - 3233: -25,-18 + 2243: -29,-15 + 2264: -37,-14 + 2265: -38,-14 + 2266: -39,-14 + 2267: -36,-14 + 2313: -46,-7 + 2314: -48,-7 + 2315: -47,-7 + 2370: -54,-21 + 2371: -53,-21 + 2372: -52,-21 + 2375: -52,-7 + 2376: -53,-7 + 2392: -62,-26 + 2393: -61,-26 + 2394: -61,-26 + 2395: -60,-26 + 2396: -59,-26 + 2397: -58,-26 + 2398: -57,-26 + 2399: -56,-26 + 2400: -55,-26 + 2410: -72,-27 + 2411: -73,-27 + 2412: -74,-27 + 3064: -29,-18 + 3065: -30,-18 + 3066: -31,-18 + 3068: -25,-18 - node: color: '#EFB341B1' id: MiniTileWhiteLineS decals: - 3915: -52,-26 - 3916: -53,-26 - 3917: -54,-26 + 3723: -52,-26 + 3724: -53,-26 + 3725: -54,-26 - node: - color: '#FFFFFFFF' + color: '#F0F0F0FF' id: MiniTileWhiteLineS decals: - 660: 3,-66 - 752: -1,-53 - 759: -9,-53 + 3929: -9,-54 - node: color: '#258CC0EA' id: MiniTileWhiteLineW decals: - 3633: 2,-50 - 3634: 2,-49 - 3635: 2,-48 - 3636: 2,-47 - 3646: -27,-59 - 3647: -27,-60 - 3648: -27,-61 + 3454: -27,-59 + 3455: -27,-60 + 3456: -27,-61 - node: color: '#334E6DC8' id: MiniTileWhiteLineW decals: - 2911: 20,-25 - 2912: 20,-24 - 2913: 18,-22 - 2929: 34,-25 - 2930: 34,-26 - 2933: 34,-31 + 2747: 20,-25 + 2748: 20,-24 + 2749: 18,-22 + 2765: 34,-25 + 2766: 34,-26 + 2769: 34,-31 - node: color: '#478C5DDC' id: MiniTileWhiteLineW decals: - 833: -26,-71 - 834: -26,-72 - 835: -26,-73 - 836: -28,-79 - 837: -28,-80 - 852: -26,-77 - 865: -27,-86 - 866: -27,-87 - 867: -24,-84 + 669: -26,-71 + 670: -26,-72 + 671: -26,-73 + 672: -28,-79 + 673: -28,-80 + 688: -26,-77 + 701: -27,-86 + 702: -27,-87 + 703: -24,-84 - node: color: '#52B4E963' id: MiniTileWhiteLineW decals: - 3190: 69,-49 + 3025: 69,-49 - node: color: '#52B4E9B7' id: MiniTileWhiteLineW decals: - 3595: 44,7 - 3596: 44,6 - 3597: 44,5 + 3423: 44,7 + 3424: 44,6 + 3425: 44,5 - node: color: '#52B4E9CD' id: MiniTileWhiteLineW decals: - 682: -10,-47 - 683: -10,-48 - 684: -10,-49 - 693: -2,-49 - 698: -16,-54 - 780: -17,-47 - 781: -17,-48 - 782: -17,-49 - 783: -17,-50 - 795: -4,-65 - 796: -4,-66 - 797: -4,-67 - 798: -3,-66 + 613: -10,-47 + 614: -10,-48 + 615: -10,-49 + 624: -2,-49 + 641: -17,-47 + 642: -17,-48 + 643: -17,-49 + - node: + color: '#52B4E9D3' + id: MiniTileWhiteLineW + decals: + 4027: -16,-56 + 4028: -6,-66 + - node: + color: '#52B4E9D6' + id: MiniTileWhiteLineW + decals: + 3951: -10,-56 + 3952: -10,-55 + 3953: -10,-54 + 3954: -6,-58 + 3955: -6,-59 + 3956: -6,-62 + 3968: -4,-58 + 3969: -4,-59 + 3970: -4,-60 + 3971: -4,-61 + 3972: -4,-62 + - node: + color: '#52B4E9DC' + id: MiniTileWhiteLineW + decals: + 4093: 0,-57 + 4094: 0,-58 + 4095: 0,-59 + 4096: 0,-60 + 4097: 0,-61 + 4098: 0,-62 + - node: + color: '#52B4E9DF' + id: MiniTileWhiteLineW + decals: + 4010: -16,-54 + 4011: -16,-55 + - node: + color: '#52B4E9E6' + id: MiniTileWhiteLineW + decals: + 3868: 2,-53 + 3869: 2,-52 + 3870: 2,-51 + 3871: 2,-50 + 3872: 2,-49 + 3873: 2,-48 + 3874: 2,-47 - node: color: '#707070B7' id: MiniTileWhiteLineW decals: - 3448: 22,-73 + 3276: 22,-73 - node: color: '#73C2A496' id: MiniTileWhiteLineW decals: - 2593: -26,-33 - 2594: -26,-34 - 2595: -26,-35 - 2596: -26,-36 - 2597: -34,-34 - 2598: -34,-35 - 2626: -41,-34 - 2627: -41,-35 - 2628: -41,-36 - 2636: -33,-39 - 2637: -33,-40 - 2638: -33,-41 - 2644: -36,-41 - 2662: -36,-53 - 2663: -36,-51 - 2664: -36,-50 - 2665: -36,-52 - 2666: -36,-49 - 2667: -36,-48 + 2429: -26,-33 + 2430: -26,-34 + 2431: -26,-35 + 2432: -26,-36 + 2433: -34,-34 + 2434: -34,-35 + 2462: -41,-34 + 2463: -41,-35 + 2464: -41,-36 + 2472: -33,-39 + 2473: -33,-40 + 2474: -33,-41 + 2480: -36,-41 + 2498: -36,-53 + 2499: -36,-51 + 2500: -36,-50 + 2501: -36,-52 + 2502: -36,-49 + 2503: -36,-48 - node: color: '#787878B7' id: MiniTileWhiteLineW decals: - 3476: 29,-79 - 3477: 29,-80 - 3492: 29,-92 - 3493: 29,-91 - 3494: 29,-90 - 3495: 29,-89 - 3496: 29,-88 - 3502: 27,-82 - 3503: 27,-84 - 3504: 27,-85 - 3505: 27,-86 - 3516: 47,-75 - 3517: 47,-74 - 3518: 47,-73 - 3542: 47,-79 - 3543: 47,-80 - 3544: 47,-82 - 3545: 47,-81 - 3546: 47,-83 - 3547: 47,-84 - 3548: 47,-85 - 3549: 47,-86 - 3550: 47,-88 - 3551: 47,-87 - 3552: 47,-89 - 3553: 47,-90 - 3554: 47,-91 - 3555: 47,-92 + 3304: 29,-79 + 3305: 29,-80 + 3320: 29,-92 + 3321: 29,-91 + 3322: 29,-90 + 3323: 29,-89 + 3324: 29,-88 + 3330: 27,-82 + 3331: 27,-84 + 3332: 27,-85 + 3333: 27,-86 + 3344: 47,-75 + 3345: 47,-74 + 3346: 47,-73 + 3370: 47,-79 + 3371: 47,-80 + 3372: 47,-82 + 3373: 47,-81 + 3374: 47,-83 + 3375: 47,-84 + 3376: 47,-85 + 3377: 47,-86 + 3378: 47,-88 + 3379: 47,-87 + 3380: 47,-89 + 3381: 47,-90 + 3382: 47,-91 + 3383: 47,-92 - node: color: '#88C598FF' id: MiniTileWhiteLineW decals: - 3960: 13,-83 - 3961: 13,-84 - 3962: 13,-85 + 3768: 13,-83 + 3769: 13,-84 + 3770: 13,-85 + - node: + color: '#9FED58E9' + id: MiniTileWhiteLineW + decals: + 4025: -15,-55 - node: color: '#A4610696' id: MiniTileWhiteLineW decals: - 2359: -26,18 - 2360: -26,19 - 2361: -26,20 - 2362: -26,21 - 2363: -26,22 - 2364: -26,23 - 2365: -26,24 - 2366: -35,18 - 2367: -35,19 - 2368: -35,21 - 2369: -35,22 - 2370: -35,20 - 2371: -35,23 - 2372: -35,24 - 2373: -35,25 - 2381: -49,21 - 2385: -49,32 + 2195: -26,18 + 2196: -26,19 + 2197: -26,20 + 2198: -26,21 + 2199: -26,22 + 2200: -26,23 + 2201: -26,24 + 2202: -35,18 + 2203: -35,19 + 2204: -35,21 + 2205: -35,22 + 2206: -35,20 + 2207: -35,23 + 2208: -35,24 + 2209: -35,25 + 2217: -49,21 + 2221: -49,32 - node: color: '#D381C996' id: MiniTileWhiteLineW decals: - 893: 41,-43 - 911: 48,-47 - 912: 48,-46 - 913: 48,-45 - 914: 48,-44 - 915: 48,-43 - 916: 48,-42 - 917: 48,-41 - 918: 48,-40 - 919: 48,-39 - 948: 59,-46 - 949: 59,-47 - 950: 59,-48 - 951: 59,-49 - 970: 48,-51 - 971: 45,-58 - 987: 48,-56 - 1005: 41,-47 - 1006: 42,-49 - 3040: 70,-34 - 3041: 70,-35 - 3042: 70,-36 - 3043: 70,-37 - 3164: 67,-49 - 3165: 74,-49 - 3175: 76,-47 - 3176: 76,-46 - 3177: 76,-45 - 3418: 60,-33 - 3419: 60,-34 - 3420: 60,-35 - 3421: 60,-36 + 729: 41,-43 + 747: 48,-47 + 748: 48,-46 + 749: 48,-45 + 750: 48,-44 + 751: 48,-43 + 752: 48,-42 + 753: 48,-41 + 754: 48,-40 + 755: 48,-39 + 784: 59,-46 + 785: 59,-47 + 786: 59,-48 + 787: 59,-49 + 806: 48,-51 + 807: 45,-58 + 823: 48,-56 + 841: 41,-47 + 842: 42,-49 + 2875: 70,-34 + 2876: 70,-35 + 2877: 70,-36 + 2878: 70,-37 + 2999: 67,-49 + 3000: 74,-49 + 3010: 76,-47 + 3011: 76,-46 + 3012: 76,-45 + 3246: 60,-33 + 3247: 60,-34 + 3248: 60,-35 + 3249: 60,-36 - node: color: '#D381C9AB' id: MiniTileWhiteLineW decals: - 3122: 70,-38 + 2957: 70,-38 - node: color: '#D381C9C0' id: MiniTileWhiteLineW decals: - 3102: 59,-45 + 2937: 59,-45 - node: color: '#D4D4D406' id: MiniTileWhiteLineW decals: - 3948: -41,14 - 3949: -37,14 + 3756: -41,14 + 3757: -37,14 - node: color: '#D4D4D40F' id: MiniTileWhiteLineW decals: - 3117: 53,-36 + 2952: 53,-36 - node: color: '#D4D4D428' id: MiniTileWhiteLineW decals: - 2465: -48,-10 - 2466: -48,-11 - 2467: -48,-12 - 2468: -48,-13 - 2469: -48,-14 - 2470: -48,-15 - 2471: -48,-16 - 2472: -48,-17 + 2301: -48,-10 + 2302: -48,-11 + 2303: -48,-12 + 2304: -48,-13 + 2305: -48,-14 + 2306: -48,-15 + 2307: -48,-16 + 2308: -48,-17 - node: color: '#DE3A3A96' id: MiniTileWhiteLineW decals: - 2698: 24,12 - 2699: 24,11 - 2700: 24,10 - 2720: 20,17 - 2750: 4,16 - 2751: 4,15 - 2752: 4,13 - 2753: 4,14 - 2796: 40,5 - 2797: 40,6 - 2798: 40,7 - 2811: 28,21 - 2812: 28,20 - 2813: 28,19 - 2814: 28,18 - 2815: 28,17 - 2816: 28,15 - 3065: -17,-22 - 3066: -17,-23 - 3132: 19,-47 - 3294: -17,24 - 3295: -17,25 - 3296: -17,26 - 3586: 40,13 - 3587: 40,12 - 3588: 40,11 - 3589: 40,10 - 3590: 40,9 - 3591: 40,8 + 2534: 24,12 + 2535: 24,11 + 2536: 24,10 + 2556: 20,17 + 2586: 4,16 + 2587: 4,15 + 2588: 4,13 + 2589: 4,14 + 2632: 40,5 + 2633: 40,6 + 2634: 40,7 + 2647: 28,21 + 2648: 28,20 + 2649: 28,19 + 2650: 28,18 + 2651: 28,17 + 2652: 28,15 + 2900: -17,-22 + 2901: -17,-23 + 2967: 19,-47 + 3129: -17,24 + 3130: -17,25 + 3131: -17,26 + 3414: 40,13 + 3415: 40,12 + 3416: 40,11 + 3417: 40,10 + 3418: 40,9 + 3419: 40,8 - node: color: '#EFB34196' id: MiniTileWhiteLineW decals: - 2396: -26,-14 - 2397: -26,-13 - 2398: -26,-11 - 2399: -26,-12 - 2400: -26,-10 - 2401: -30,-12 - 2402: -30,-13 - 2403: -30,-14 - 2420: -33,-15 - 2421: -33,-17 - 2422: -33,-16 - 2423: -33,-18 - 2438: -40,-10 - 2439: -40,-11 - 2440: -40,-12 - 2441: -40,-13 - 2449: -43,-11 - 2450: -43,-12 - 2451: -43,-13 - 2492: -33,-23 - 2493: -33,-24 - 2494: -33,-25 - 2495: -33,-26 - 2496: -33,-27 - 2497: -33,-28 - 2498: -33,-29 - 2522: -56,-8 - 2523: -56,-9 - 2524: -56,-10 - 2525: -56,-11 - 2526: -56,-12 - 2527: -56,-14 - 2528: -56,-13 - 2529: -56,-15 - 2530: -56,-16 - 2531: -56,-17 - 2532: -56,-18 - 2533: -55,-20 - 2566: -63,-25 - 2579: -75,-25 - 2580: -75,-26 - 3213: -33,-12 - 3214: -33,-11 - 3227: -30,-11 - 3234: -26,-17 - 3235: -26,-16 - 3236: -26,-15 - 3256: -40,-7 - 3257: -40,-8 - 3258: -40,-9 - 3287: -43,-7 - 3815: -33,-14 - 3816: -33,-13 - - node: - color: '#FFFFFFFF' + 2232: -26,-14 + 2233: -26,-13 + 2234: -26,-11 + 2235: -26,-12 + 2236: -26,-10 + 2237: -30,-12 + 2238: -30,-13 + 2239: -30,-14 + 2256: -33,-15 + 2257: -33,-17 + 2258: -33,-16 + 2259: -33,-18 + 2274: -40,-10 + 2275: -40,-11 + 2276: -40,-12 + 2277: -40,-13 + 2285: -43,-11 + 2286: -43,-12 + 2287: -43,-13 + 2328: -33,-23 + 2329: -33,-24 + 2330: -33,-25 + 2331: -33,-26 + 2332: -33,-27 + 2333: -33,-28 + 2334: -33,-29 + 2358: -56,-8 + 2359: -56,-9 + 2360: -56,-10 + 2361: -56,-11 + 2362: -56,-12 + 2363: -56,-14 + 2364: -56,-13 + 2365: -56,-15 + 2366: -56,-16 + 2367: -56,-17 + 2368: -56,-18 + 2369: -55,-20 + 2402: -63,-25 + 2415: -75,-25 + 2416: -75,-26 + 3048: -33,-12 + 3049: -33,-11 + 3062: -30,-11 + 3069: -26,-17 + 3070: -26,-16 + 3071: -26,-15 + 3091: -40,-7 + 3092: -40,-8 + 3093: -40,-9 + 3122: -43,-7 + 3623: -33,-14 + 3624: -33,-13 + - node: + color: '#F0F0F0FF' id: MiniTileWhiteLineW decals: - 652: -8,-54 - 654: 0,-54 - 662: 2,-65 + 3930: -8,-55 - node: color: '#646C6447' id: MonoOverlay decals: - 3778: -20,-19 - 3779: -20,-23 - 3780: -20,-11 - 3781: -20,-28 - 3782: -16,-27 - 3783: -20,-35 - 3784: -10,-27 - 3785: -5,-33 - 3786: -5,-25 - 3787: 1,-27 - 3788: 8,-27 - 3789: -1,-43 - 3790: -12,-43 - 3791: -19,-43 - 3792: -20,-37 - 3793: 33,-3 - 3794: 43,1 - 3795: 52,-2 - 3796: 32,7 + 3586: -20,-19 + 3587: -20,-23 + 3588: -20,-11 + 3589: -20,-28 + 3590: -16,-27 + 3591: -20,-35 + 3592: -10,-27 + 3593: -5,-33 + 3594: -5,-25 + 3595: 1,-27 + 3596: 8,-27 + 3597: -1,-43 + 3598: -12,-43 + 3599: -19,-43 + 3600: -20,-37 + 3601: 33,-3 + 3602: 43,1 + 3603: 52,-2 + 3604: 32,7 - node: color: '#D4F8D406' id: MonoOverlay decals: - 3950: -5,-11 - 3951: -5,-5 - 3952: -5,-20 - 3953: -20,-13 - 3954: -17,-27 + 3758: -5,-11 + 3759: -5,-5 + 3760: -5,-20 + 3761: -20,-13 + 3762: -17,-27 - node: color: '#646C6447' id: OffsetCheckerAOverlay decals: - 3797: -4,-26 - 3798: -5,-28 + 3605: -4,-26 + 3606: -5,-28 + - node: + color: '#52B4E9A1' + id: OffsetCheckerBOverlay + decals: + 4003: -9,-55 - node: color: '#8259640C' id: OffsetCheckerBOverlay decals: - 3799: -32,9 - 3800: -33,9 - 3801: -34,9 - 3802: -34,10 - 3803: -31,10 - 3804: -31,9 - 3805: -31,8 - 3806: -30,10 - 3807: -30,9 + 3607: -32,9 + 3608: -33,9 + 3609: -34,9 + 3610: -34,10 + 3611: -31,10 + 3612: -31,9 + 3613: -31,8 + 3614: -30,10 + 3615: -30,9 - node: color: '#FFFFFFFF' id: OriginStationSign1 decals: - 393: 22,-18 + 371: 22,-18 - node: color: '#FFFFFFFF' id: OriginStationSign10 decals: - 1063: 26,-17 + 899: 26,-17 - node: color: '#FFFFFFFF' id: OriginStationSign11 decals: - 1065: 24,-19 + 901: 24,-19 - node: color: '#FFFFFFFF' id: OriginStationSign12 decals: - 1064: 25,-19 + 900: 25,-19 - node: color: '#FFFFFFFF' id: OriginStationSign13 decals: - 1066: 26,-19 + 902: 26,-19 - node: color: '#FFFFFFFF' id: OriginStationSign2 decals: - 394: 23,-18 + 372: 23,-18 - node: color: '#FFFFFFFF' id: OriginStationSign3 decals: - 395: 24,-18 + 373: 24,-18 - node: color: '#FFFFFFFF' id: OriginStationSign4 decals: - 396: 25,-18 + 374: 25,-18 - node: color: '#FFFFFFFF' id: OriginStationSign5 decals: - 397: 26,-18 + 375: 26,-18 - node: color: '#FFFFFFFF' id: OriginStationSign6 decals: - 398: 27,-18 + 376: 27,-18 - node: color: '#FFFFFFFF' id: OriginStationSign7 decals: - 399: 28,-18 + 377: 28,-18 - node: color: '#FFFFFFFF' id: OriginStationSign8 decals: - 1062: 24,-17 + 898: 24,-17 - node: color: '#FFFFFFFF' id: OriginStationSign9 decals: - 1061: 25,-17 + 897: 25,-17 - node: color: '#3B000098' id: PavementVerticalCheckerAOverlay decals: - 3760: -39,6 - 3761: -39,5 - 3762: -39,4 - 3763: -39,3 - 3764: -38,3 - 3765: -38,4 - 3766: -38,5 - 3767: -38,6 + 3568: -39,6 + 3569: -39,5 + 3570: -39,4 + 3571: -39,3 + 3572: -38,3 + 3573: -38,4 + 3574: -38,5 + 3575: -38,6 - node: color: '#476F6433' id: PavementVerticalCheckerAOverlay decals: - 3808: -42,-13 - 3809: -43,-11 - 3810: -42,-7 - 3811: -43,-8 - 3812: -39,-11 - 3813: -30,-13 - 3814: -29,-15 + 3616: -42,-13 + 3617: -43,-11 + 3618: -42,-7 + 3619: -43,-8 + 3620: -39,-11 + 3621: -30,-13 + 3622: -29,-15 - node: color: '#00000093' id: PavementVerticalCheckerBOverlay decals: - 3768: -39,6 - 3769: -38,6 - 3770: -39,5 - 3771: -38,5 - 3772: -39,4 - 3773: -38,4 - 3774: -39,3 - 3775: -38,3 + 3576: -39,6 + 3577: -38,6 + 3578: -39,5 + 3579: -38,5 + 3580: -39,4 + 3581: -38,4 + 3582: -39,3 + 3583: -38,3 - node: color: '#EFB34160' id: QuarterTileOverlayGreyscale decals: - 2992: -15,-5 + 2828: -15,-5 + - node: + color: '#F0F0F08F' + id: QuarterTileOverlayGreyscale + decals: + 4052: -10,-62 - node: color: '#EFB34160' id: QuarterTileOverlayGreyscale180 decals: - 2986: -25,6 + 2822: -25,6 - node: color: '#FFFFFF79' id: QuarterTileOverlayGreyscale180 decals: - 641: -21,-60 + 590: -21,-60 - node: color: '#EFB34153' id: QuarterTileOverlayGreyscale270 decals: - 3011: -15,6 + 2847: -15,6 + - node: + color: '#F0F0F08F' + id: QuarterTileOverlayGreyscale270 + decals: + 4051: -10,-59 - node: color: '#EFB34150' id: QuarterTileOverlayGreyscale90 decals: - 3017: -25,-5 + 2853: -25,-5 - node: color: '#FFFFFF79' id: QuarterTileOverlayGreyscale90 decals: - 639: -21,-62 + 588: -21,-62 - node: color: '#FFFFFFFF' id: Rock01 decals: - 4034: 32.28251,-88.02844 - 4036: 45.023026,-87.13585 + 3842: 32.28251,-88.02844 + 3844: 45.023026,-87.13585 - node: color: '#FFFFFFFF' id: Rock02 decals: - 482: -10.301918,53.89685 - 483: -9.380043,53.8031 - 484: -3.5987926,53.818726 - 3728: -8.789691,17.921444 - 3729: -4.6178155,17.827694 - 4033: 32.90751,-86.01282 + 460: -10.301918,53.89685 + 461: -9.380043,53.8031 + 462: -3.5987926,53.818726 + 3536: -8.789691,17.921444 + 3537: -4.6178155,17.827694 + 3841: 32.90751,-86.01282 - node: color: '#FFFFFFFF' id: Rock03 decals: - 456: -10.764814,50.076122 - 457: -10.296064,50.404247 - 458: -7.1241894,49.888622 - 485: -4.3331676,54.14685 - 486: -8.959863,49.049328 - 4035: 45.491776,-86.3546 + 434: -10.764814,50.076122 + 435: -10.296064,50.404247 + 436: -7.1241894,49.888622 + 463: -4.3331676,54.14685 + 464: -8.959863,49.049328 + 3843: 45.491776,-86.3546 - node: color: '#FFFFFFFF' id: Rock04 decals: - 459: -7.4210644,49.888622 - 460: -3.3754807,48.982372 - 461: -4.0786057,48.216747 - 462: -7.6469474,55.2557 - 463: -6.2719474,53.567944 - 3209: -36,6 - 3210: -32,5 - 3211: -31,3 + 437: -7.4210644,49.888622 + 438: -3.3754807,48.982372 + 439: -4.0786057,48.216747 + 440: -7.6469474,55.2557 + 441: -6.2719474,53.567944 + 3044: -36,6 + 3045: -32,5 + 3046: -31,3 - node: color: '#FFFFFFFF' id: Rock06 decals: - 3206: -42,3 - 3208: -35,4 - 3212: -33,3 + 3041: -42,3 + 3043: -35,4 + 3047: -33,3 - node: cleanable: True color: '#FFFFFFFF' id: Rock06 decals: - 3997: 53.911736,-9.502742 + 3805: 53.911736,-9.502742 - node: color: '#FFFFFFFF' id: Rock07 decals: - 3207: -40,5 + 3042: -40,5 - node: cleanable: True color: '#FFFFFFFF' id: Rock07 decals: - 3998: 60.067986,-9.424617 - 3999: 66.06798,-9.408992 + 3806: 60.067986,-9.424617 + 3807: 66.06798,-9.408992 - node: color: '#FFFFFFFF' id: SpaceStationSign1 decals: - 237: 36,-73 + 215: 36,-73 - node: color: '#FFFFFFFF' id: SpaceStationSign2 decals: - 238: 37,-73 + 216: 37,-73 - node: color: '#FFFFFFFF' id: SpaceStationSign3 decals: - 239: 38,-73 + 217: 38,-73 - node: color: '#FFFFFFFF' id: SpaceStationSign4 decals: - 240: 39,-73 + 218: 39,-73 - node: color: '#FFFFFFFF' id: SpaceStationSign5 decals: - 241: 40,-73 + 219: 40,-73 - node: color: '#FFFFFFFF' id: SpaceStationSign6 decals: - 242: 41,-73 + 220: 41,-73 - node: color: '#FFFFFFFF' id: SpaceStationSign7 decals: - 243: 42,-73 + 221: 42,-73 - node: color: '#FFFFFFFF' id: StandClear decals: - 391: -9,-45 - 392: -1,-45 - 3092: 77.48695,-34.5492 - 3093: 77.50258,-37.51795 - 3324: -9,-52 - 3325: -1,-52 + 369: -9,-45 + 370: -1,-45 + 2927: 77.48695,-34.5492 + 2928: 77.50258,-37.51795 + 3156: -1,-52 + 4036: -9,-52 - node: color: '#D381C996' id: ThreeQuarterTileOverlayGreyscale decals: - 955: 63,-48 - - node: - color: '#D4D4D496' - id: ThreeQuarterTileOverlayGreyscale - decals: - 3: -10,-64 + 791: 63,-48 - node: color: '#D381C996' id: ThreeQuarterTileOverlayGreyscale180 decals: - 956: 61,-46 - - node: - color: '#D4D4D496' - id: ThreeQuarterTileOverlayGreyscale180 - decals: - 2: -6,-67 + 792: 61,-46 - node: color: '#FFFFFF79' id: ThreeQuarterTileOverlayGreyscale180 decals: - 606: -7,-60 - 607: 2,-60 - 608: -1,-60 - 609: -10,-60 - 610: -13,-60 - 611: -17,-60 - 650: -4,-60 + 583: -17,-60 - node: color: '#D381C996' id: ThreeQuarterTileOverlayGreyscale270 decals: - 957: 63,-46 - - node: - color: '#D4D4D47C' - id: ThreeQuarterTileOverlayGreyscale270 - decals: - 3308: 4,-60 - - node: - color: '#D4D4D496' - id: ThreeQuarterTileOverlayGreyscale270 - decals: - 1: -10,-67 - - node: - color: '#FFFFFF79' - id: ThreeQuarterTileOverlayGreyscale270 - decals: - 605: -5,-60 - 645: -14,-60 - 646: -11,-60 - 647: -8,-60 - 648: -2,-60 - 649: 1,-60 + 793: 63,-46 - node: color: '#D381C996' id: ThreeQuarterTileOverlayGreyscale90 decals: - 954: 61,-48 - - node: - color: '#D4D4D496' - id: ThreeQuarterTileOverlayGreyscale90 - decals: - 0: -6,-64 + 790: 61,-48 - node: cleanable: True color: '#DE3A3A96' id: Tunnel decals: - 388: -37,-81 + 366: -37,-81 - node: color: '#FFFFFFFF' id: VentSmall decals: - 3138: 62,-44 + 2973: 62,-44 - node: color: '#A46106FF' id: WarnBox decals: - 3314: -13,-13 + 3146: -13,-13 - node: color: '#FFFFFFFF' id: WarnBox decals: - 358: -52,22 - 359: -52,20 - 375: -52,33 - 376: -52,31 - 3315: -11,-13 - 3317: -41,18 + 336: -52,22 + 337: -52,20 + 353: -52,33 + 354: -52,31 + 3147: -11,-13 + 3149: -41,18 - node: color: '#FFFFFFFF' id: WarnCornerNE decals: - 3057: -40,-59 - 3087: 54,-62 - 3090: 78,-34 - 3091: 78,-37 - 3857: -50,-37 + 2892: -40,-59 + 2922: 54,-62 + 2925: 78,-34 + 2926: 78,-37 + 3665: -50,-37 - node: color: '#FFFFFFFF' id: WarnCornerNW decals: - 3058: -38,-59 - 3086: 56,-61 - 3088: 77,-34 - 3089: 77,-37 + 2893: -38,-59 + 2921: 56,-61 + 2923: 77,-34 + 2924: 77,-37 - node: color: '#FFFFFFFF' id: WarnCornerSE decals: - 3094: 78,-38 - 3095: 78,-35 - 3753: -72,-40 + 2929: 78,-38 + 2930: 78,-35 + 3561: -72,-40 - node: color: '#FFFFFFFF' id: WarnCornerSW decals: - 3096: 77,-35 - 3097: 77,-38 + 2931: 77,-35 + 2932: 77,-38 - node: color: '#FFFFFFFF' id: WarnCornerSmallNE decals: - 3080: 17,36 - 3081: 15,37 - 3852: -78,-43 - 3862: -50,-40 + 2915: 17,36 + 2916: 15,37 + 3660: -78,-43 + 3670: -50,-40 - node: color: '#FFFFFFFF' id: WarnCornerSmallNW decals: - 3082: 15,36 - 3083: 17,37 - 3851: -76,-43 + 2917: 15,36 + 2918: 17,37 + 3659: -76,-43 - node: color: '#FFFFFFFF' id: WarnCornerSmallSE decals: - 3078: 15,39 - 3079: 17,38 - 3850: -78,-41 + 2913: 15,39 + 2914: 17,38 + 3658: -78,-41 - node: color: '#FFFFFFFF' id: WarnCornerSmallSW decals: - 328: 47,-58 - 2688: -38,-42 - 3076: 17,39 - 3077: 15,38 - 3853: -76,-41 + 306: 47,-58 + 2524: -38,-42 + 2911: 17,39 + 2912: 15,38 + 3661: -76,-41 - node: color: '#FFFFFFFF' id: WarnEndN decals: - 3758: -70,-46 + 3566: -70,-46 - node: color: '#FFFFFFFF' id: WarnEndS decals: - 3759: -70,-47 + 3567: -70,-47 - node: color: '#FFFFFFFF' id: WarnLineE decals: - 274: -39,-53 - 275: -39,-54 - 276: -39,-55 - 2317: 38,-26 - 2318: 38,-27 - 3070: 15,38 - 3074: 17,37 - 3754: -72,-39 - 3849: -78,-42 - 3860: -50,-38 - 3861: -50,-39 - 3864: -72,-38 + 252: -39,-53 + 253: -39,-54 + 254: -39,-55 + 2153: 38,-26 + 2154: 38,-27 + 2905: 15,38 + 2909: 17,37 + 3562: -72,-39 + 3657: -78,-42 + 3668: -50,-38 + 3669: -50,-39 + 3672: -72,-38 - node: color: '#DE3A3A96' id: WarnLineGreyscaleE decals: - 16: -19,-78 - 17: -19,-78 + 1: -19,-78 + 2: -19,-78 - node: color: '#FFFFFFFF' id: WarnLineN decals: - 229: 53,-59 - 230: 54,-59 - 231: 55,-59 - 232: 56,-59 - 236: 46,-58 - 270: -40,-55 - 271: -39,-55 - 277: -39,-42 - 278: -40,-42 - 985: 45,-58 - 3069: 14,38 - 3072: 16,39 - 3073: 18,38 - 3425: 63,-31 - 3426: 62,-31 - 3427: 61,-31 - 3615: -42,-42 - 3617: -41,-42 - 3755: -73,-40 - 3756: -74,-40 - 3848: -77,-41 + 207: 53,-59 + 208: 54,-59 + 209: 55,-59 + 210: 56,-59 + 214: 46,-58 + 248: -40,-55 + 249: -39,-55 + 255: -39,-42 + 256: -40,-42 + 821: 45,-58 + 2904: 14,38 + 2907: 16,39 + 2908: 18,38 + 3253: 63,-31 + 3254: 62,-31 + 3255: 61,-31 + 3443: -42,-42 + 3445: -41,-42 + 3563: -73,-40 + 3564: -74,-40 + 3656: -77,-41 - node: color: '#FFFFFFFF' id: WarnLineS decals: - 234: 56,-62 - 244: 48,-55 - 245: 48,-54 - 246: 48,-52 - 247: 48,-53 - 264: -37,-55 - 265: -37,-56 - 266: -37,-57 - 267: -40,-53 - 268: -40,-54 - 269: -40,-55 - 984: 47,-59 - 2681: -38,-43 - 2682: -38,-44 - 2683: -38,-45 - 2684: -38,-46 - 2685: -38,-47 - 2686: -37,-54 - 2687: -37,-58 - 2689: -42,-42 - 3067: 15,37 - 3071: 17,38 - 3847: -76,-42 + 212: 56,-62 + 222: 48,-55 + 223: 48,-54 + 224: 48,-52 + 225: 48,-53 + 242: -37,-55 + 243: -37,-56 + 244: -37,-57 + 245: -40,-53 + 246: -40,-54 + 247: -40,-55 + 820: 47,-59 + 2517: -38,-43 + 2518: -38,-44 + 2519: -38,-45 + 2520: -38,-46 + 2521: -38,-47 + 2522: -37,-54 + 2523: -37,-58 + 2525: -42,-42 + 2902: 15,37 + 2906: 17,38 + 3655: -76,-42 - node: color: '#FFFFFFFF' id: WarnLineW decals: - 233: 57,-61 - 235: 53,-62 - 272: -40,-53 - 273: -39,-53 - 2679: -36,-41 - 2680: -35,-41 - 3068: 14,36 - 3075: 18,36 - 3085: 16,37 - 3846: -77,-43 - 3858: -49,-40 - 3859: -51,-37 + 211: 57,-61 + 213: 53,-62 + 250: -40,-53 + 251: -39,-53 + 2515: -36,-41 + 2516: -35,-41 + 2903: 14,36 + 2910: 18,36 + 2920: 16,37 + 3654: -77,-43 + 3666: -49,-40 + 3667: -51,-37 - node: color: '#A7A5FFFF' id: WoodTrimThinCornerNe decals: - 3873: 29,-35 - 3874: 29,-39 + 3681: 29,-35 + 3682: 29,-39 - node: color: '#AE8C69FF' id: WoodTrimThinCornerNe decals: - 3976: 18,-81 - 3977: 19,-82 + 3784: 18,-81 + 3785: 19,-82 - node: color: '#D4D4D4E3' id: WoodTrimThinCornerNe decals: - 2826: 14,14 - 2852: 18,14 - 2863: 13,-11 - 2864: 12,-4 + 2662: 14,14 + 2688: 18,14 + 2699: 13,-11 + 2700: 12,-4 - node: color: '#FFFFFFFF' id: WoodTrimThinCornerNe decals: - 2308: 34,-54 - 3704: 2,21 + 2144: 34,-54 + 3512: 2,21 - node: color: '#A7A5FFFF' id: WoodTrimThinCornerNw decals: - 3870: 21,-35 + 3678: 21,-35 - node: color: '#AE8C69FF' id: WoodTrimThinCornerNw decals: - 3981: 12,-81 + 3789: 12,-81 - node: color: '#D4D4D4E3' id: WoodTrimThinCornerNw decals: - 2824: 8,10 - 2825: 10,14 - 2853: 16,14 - 2865: 10,-4 + 2660: 8,10 + 2661: 10,14 + 2689: 16,14 + 2701: 10,-4 - node: color: '#FFFFFFFF' id: WoodTrimThinCornerNw decals: - 2309: 28,-54 - 3702: -2,21 + 2145: 28,-54 + 3510: -2,21 - node: color: '#A7A5FFFF' id: WoodTrimThinCornerSe decals: - 3875: 29,-37 - 3876: 29,-40 + 3683: 29,-37 + 3684: 29,-40 - node: color: '#AE8C69FF' id: WoodTrimThinCornerSe decals: - 3978: 18,-87 - 3979: 19,-86 + 3786: 18,-87 + 3787: 19,-86 - node: color: '#D4D4D4E3' id: WoodTrimThinCornerSe decals: - 2823: 14,5 - 2861: 13,-13 + 2659: 14,5 + 2697: 13,-13 - node: color: '#D4D4D4E9' id: WoodTrimThinCornerSe decals: - 3192: 18,9 + 3027: 18,9 - node: color: '#FFFFFFFF' id: WoodTrimThinCornerSe decals: - 2305: 34,-57 - 3703: 2,16 + 2141: 34,-57 + 3511: 2,16 - node: color: '#A7A5FFFF' id: WoodTrimThinCornerSw decals: - 3871: 21,-38 - 3872: 22,-40 + 3679: 21,-38 + 3680: 22,-40 - node: color: '#AE8C69FF' id: WoodTrimThinCornerSw decals: - 3980: 12,-87 + 3788: 12,-87 - node: color: '#D4D4D4E3' id: WoodTrimThinCornerSw decals: - 2827: 8,5 - 2862: 8,-13 + 2663: 8,5 + 2698: 8,-13 - node: color: '#D4D4D4E9' id: WoodTrimThinCornerSw decals: - 3193: 16,9 + 3028: 16,9 - node: color: '#FFFFFFFF' id: WoodTrimThinCornerSw decals: - 2304: 28,-57 - 3700: -1,16 - 3701: -2,17 + 2140: 28,-57 + 3508: -1,16 + 3509: -2,17 - node: color: '#A7A5FFFF' id: WoodTrimThinInnerNe decals: - 3896: 28,-39 + 3704: 28,-39 - node: color: '#AE8C69FF' id: WoodTrimThinInnerNe decals: - 3990: 18,-82 + 3798: 18,-82 - node: color: '#D4D4D4E3' id: WoodTrimThinInnerNe decals: - 2883: 12,-11 + 2719: 12,-11 - node: color: '#D4D4D4E3' id: WoodTrimThinInnerNw decals: - 2850: 10,10 - 2884: 10,-5 + 2686: 10,10 + 2720: 10,-5 - node: color: '#A7A5FFFF' id: WoodTrimThinInnerSe decals: - 3897: 28,-37 + 3705: 28,-37 - node: color: '#AE8C69FF' id: WoodTrimThinInnerSe decals: - 3991: 18,-86 + 3799: 18,-86 - node: color: '#A7A5FFFF' id: WoodTrimThinInnerSw decals: - 3895: 22,-38 + 3703: 22,-38 - node: color: '#D4D4D4E3' id: WoodTrimThinInnerSw decals: - 2851: 10,13 - 2885: 8,-8 + 2687: 10,13 + 2721: 8,-8 - node: color: '#FFFFFFFF' id: WoodTrimThinInnerSw decals: - 3717: -1,17 + 3525: -1,17 - node: color: '#A7A5FFFF' id: WoodTrimThinLineE decals: - 3883: 29,-36 - 3884: 28,-38 + 3691: 29,-36 + 3692: 28,-38 - node: color: '#AE8C69FF' id: WoodTrimThinLineE decals: - 3982: 19,-83 - 3983: 19,-84 - 3984: 19,-85 + 3790: 19,-83 + 3791: 19,-84 + 3792: 19,-85 - node: color: '#D4D4D4E3' id: WoodTrimThinLineE decals: - 2832: 14,6 - 2833: 14,7 - 2834: 14,10 - 2835: 14,11 - 2836: 14,12 - 2837: 14,13 - 2854: 18,11 - 2855: 18,12 - 2856: 18,13 - 2876: 12,-5 - 2877: 12,-6 - 2878: 12,-7 - 2879: 12,-8 - 2880: 12,-9 - 2881: 12,-10 - 2882: 13,-12 + 2668: 14,6 + 2669: 14,7 + 2670: 14,10 + 2671: 14,11 + 2672: 14,12 + 2673: 14,13 + 2690: 18,11 + 2691: 18,12 + 2692: 18,13 + 2712: 12,-5 + 2713: 12,-6 + 2714: 12,-7 + 2715: 12,-8 + 2716: 12,-9 + 2717: 12,-10 + 2718: 13,-12 - node: color: '#D4D4D4E9' id: WoodTrimThinLineE decals: - 3195: 14,8 - 3196: 14,9 + 3030: 14,8 + 3031: 14,9 - node: color: '#FFFFFFFF' id: WoodTrimThinLineE decals: - 2306: 34,-56 - 2307: 34,-55 - 3713: 2,17 - 3714: 2,18 - 3715: 2,19 - 3716: 2,20 + 2142: 34,-56 + 2143: 34,-55 + 3521: 2,17 + 3522: 2,18 + 3523: 2,19 + 3524: 2,20 - node: color: '#A7A5FFFF' id: WoodTrimThinLineN decals: - 3885: 22,-35 - 3886: 23,-35 - 3887: 24,-35 - 3888: 25,-35 - 3889: 26,-35 - 3890: 27,-35 - 3891: 28,-35 + 3693: 22,-35 + 3694: 23,-35 + 3695: 24,-35 + 3696: 25,-35 + 3697: 26,-35 + 3698: 27,-35 + 3699: 28,-35 - node: color: '#AE8C69FF' id: WoodTrimThinLineN decals: - 3992: 13,-81 - 3993: 14,-81 - 3994: 15,-81 - 3995: 16,-81 - 3996: 17,-81 + 3800: 13,-81 + 3801: 14,-81 + 3802: 15,-81 + 3803: 16,-81 + 3804: 17,-81 - node: color: '#D4D4D4E3' id: WoodTrimThinLineN decals: - 2828: 9,10 - 2829: 11,14 - 2830: 12,14 - 2831: 13,14 - 2860: 17,14 - 2873: 7,-5 - 2874: 8,-5 - 2875: 9,-5 - 2886: 11,-4 + 2664: 9,10 + 2665: 11,14 + 2666: 12,14 + 2667: 13,14 + 2696: 17,14 + 2709: 7,-5 + 2710: 8,-5 + 2711: 9,-5 + 2722: 11,-4 - node: color: '#FFFFFFFF' id: WoodTrimThinLineN decals: - 2310: 33,-54 - 2311: 32,-54 - 2312: 31,-54 - 2313: 30,-54 - 2314: 29,-54 - 3705: -1,21 - 3706: 0,21 - 3707: 1,21 + 2146: 33,-54 + 2147: 32,-54 + 2148: 31,-54 + 2149: 30,-54 + 2150: 29,-54 + 3513: -1,21 + 3514: 0,21 + 3515: 1,21 - node: color: '#A7A5FFFF' id: WoodTrimThinLineS decals: - 3877: 23,-40 - 3878: 24,-40 - 3879: 25,-40 - 3880: 26,-40 - 3881: 27,-40 - 3882: 28,-40 + 3685: 23,-40 + 3686: 24,-40 + 3687: 25,-40 + 3688: 26,-40 + 3689: 27,-40 + 3690: 28,-40 - node: color: '#AE8C69FF' id: WoodTrimThinLineS decals: - 3971: 13,-87 - 3972: 14,-87 - 3973: 15,-87 - 3974: 16,-87 - 3975: 17,-87 + 3779: 13,-87 + 3780: 14,-87 + 3781: 15,-87 + 3782: 16,-87 + 3783: 17,-87 - node: color: '#D4D4D4E3' id: WoodTrimThinLineS decals: - 2845: 13,5 - 2846: 12,5 - 2847: 11,5 - 2848: 10,5 - 2849: 9,5 - 2866: 9,-13 - 2867: 10,-13 - 2868: 11,-13 - 2869: 12,-13 + 2681: 13,5 + 2682: 12,5 + 2683: 11,5 + 2684: 10,5 + 2685: 9,5 + 2702: 9,-13 + 2703: 10,-13 + 2704: 11,-13 + 2705: 12,-13 - node: color: '#FFFFFFFF' id: WoodTrimThinLineS decals: - 2300: 32,-57 - 2301: 33,-57 - 2302: 30,-57 - 2303: 29,-57 - 3711: 0,16 - 3712: 1,16 + 2136: 32,-57 + 2137: 33,-57 + 2138: 30,-57 + 2139: 29,-57 + 3519: 0,16 + 3520: 1,16 - node: color: '#A7A5FFFF' id: WoodTrimThinLineW decals: - 3892: 21,-36 - 3893: 21,-37 - 3894: 22,-39 + 3700: 21,-36 + 3701: 21,-37 + 3702: 22,-39 - node: color: '#AE8C69FF' id: WoodTrimThinLineW decals: - 3985: 12,-82 - 3986: 12,-83 - 3987: 12,-84 - 3988: 12,-85 - 3989: 12,-86 + 3793: 12,-82 + 3794: 12,-83 + 3795: 12,-84 + 3796: 12,-85 + 3797: 12,-86 - node: color: '#D4D4D4E3' id: WoodTrimThinLineW decals: - 2838: 10,13 - 2839: 10,12 - 2840: 10,11 - 2841: 8,9 - 2842: 8,8 - 2843: 8,7 - 2844: 8,6 - 2857: 16,13 - 2858: 16,12 - 2859: 16,11 - 2870: 8,-12 - 2871: 8,-11 - 2872: 8,-10 + 2674: 10,13 + 2675: 10,12 + 2676: 10,11 + 2677: 8,9 + 2678: 8,8 + 2679: 8,7 + 2680: 8,6 + 2693: 16,13 + 2694: 16,12 + 2695: 16,11 + 2706: 8,-12 + 2707: 8,-11 + 2708: 8,-10 - node: color: '#D4D4D4E9' id: WoodTrimThinLineW decals: - 3194: 16,10 + 3029: 16,10 - node: color: '#FFFFFFFF' id: WoodTrimThinLineW decals: - 2315: 28,-55 - 2316: 28,-56 - 3708: -2,18 - 3709: -2,19 - 3710: -2,20 + 2151: 28,-55 + 2152: 28,-56 + 3516: -2,18 + 3517: -2,19 + 3518: -2,20 - node: cleanable: True color: '#D03F4A21' id: corgi decals: - 3820: 27,-19 + 3628: 27,-19 - node: color: '#FFFFFFFF' id: grasssnowb2 decals: - 515: -6.3993635,53.002754 + 493: -6.3993635,53.002754 - node: color: '#FFFFFFFF' id: grasssnowc1 decals: - 449: 9.76384,53.565598 - 450: 6.3516917,53.659348 + 427: 9.76384,53.565598 + 428: 6.3516917,53.659348 - node: color: '#FFFFFFFF' id: grasssnowc2 decals: - 512: -7.712725,52.914776 - 513: -8.29085,52.758526 + 490: -7.712725,52.914776 + 491: -8.29085,52.758526 - node: color: '#FFFFFFFF' id: grasssnowc3 decals: - 514: -8.806476,52.64177 + 492: -8.806476,52.64177 - node: cleanable: True color: '#DE3A3A96' id: revolution decals: - 387: -44,-83 + 365: -44,-83 - node: color: '#EFB341F5' id: shop decals: - 3313: -49,12 + 3145: -49,12 - node: cleanable: True color: '#A4610696' id: skull decals: - 390: -48,-77 + 368: -48,-77 - node: cleanable: True color: '#7F728818' id: splatter decals: - 383: 12,12 - 384: 14,6 + 361: 12,12 + 362: 14,6 - node: cleanable: True color: '#7F7288DF' id: splatter decals: - 385: 17,1 + 363: 17,1 - node: cleanable: True color: '#9FED5896' id: stickman decals: - 386: -47,-79 + 364: -47,-79 - type: GridAtmosphere version: 2 data: @@ -7182,8 +7568,7 @@ entities: -4,-5: 0: 65535 -3,-5: - 0: 63487 - 2: 2048 + 0: 65535 -2,-5: 0: 65535 -1,-5: @@ -8277,7 +8662,7 @@ entities: 11,-15: 0: 65535 12,-16: - 3: 65280 + 2: 65280 0: 242 12,-15: 0: 65535 @@ -8501,10 +8886,10 @@ entities: 0: 65535 -11,-10: 0: 53247 - 3: 12288 + 2: 12288 -11,-9: 0: 65484 - 3: 51 + 2: 51 -10,-12: 0: 65535 -10,-11: @@ -8543,20 +8928,20 @@ entities: 0: 65535 -13,-12: 0: 7967 - 4: 224 - 3: 57344 + 3: 224 + 2: 57344 -13,-11: 0: 65311 - 3: 224 + 2: 224 -13,-15: 0: 65523 -13,-14: 0: 7967 - 5: 224 - 6: 57344 + 4: 224 + 5: 57344 -13,-13: 0: 7967 - 3: 57568 + 2: 57568 -10,0: 0: 65535 -9,0: @@ -8649,10 +9034,10 @@ entities: 0: 65535 -12,-10: 0: 24063 - 3: 32768 + 2: 32768 -12,-9: 0: 56663 - 3: 136 + 2: 136 -12,-16: 0: 511 -11,-16: @@ -9128,8 +9513,7 @@ entities: -7,8: 0: 65535 5,-24: - 0: 56789 - 3: 512 + 0: 57301 0,-27: 0: 50252 0,-26: @@ -9684,7 +10068,7 @@ entities: 0: 65535 -19,-11: 0: 61167 - 3: 4368 + 2: 4368 -18,-12: 0: 65535 -18,-11: @@ -9975,7 +10359,7 @@ entities: 0: 65535 -20,-11: 0: 13119 - 3: 52416 + 2: 52416 -21,-13: 0: 8192 -21,-8: @@ -10037,21 +10421,6 @@ entities: - 0 - 0 - 0 - - volume: 2500 - temperature: 293.14975 - moles: - - 20.078888 - - 75.53487 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - volume: 2500 temperature: 293.15 moles: @@ -10146,25 +10515,25 @@ entities: parent: 2 - type: DeviceList devices: - - 19901 - - 817 - - 19692 - - 15049 - - 15108 - - 15110 - - 15132 - - 15131 - - 15133 - - 14894 - - 14872 - - 14873 - - 14871 - - 14869 - - 14870 - - 15137 - - 15040 - - 15039 - - 15038 + - 19903 + - 813 + - 19686 + - 15045 + - 15101 + - 15103 + - 15120 + - 15119 + - 15121 + - 14887 + - 14867 + - 14868 + - 14866 + - 14864 + - 14865 + - 15125 + - 15036 + - 15035 + - 15034 - type: AtmosDevice joinedGrid: 2 - uid: 6 @@ -10174,16 +10543,16 @@ entities: parent: 2 - type: DeviceList devices: - - 19931 - - 19660 - - 841 - - 15059 - - 15103 - - 15058 - - 15128 - - 15095 + - 19927 + - 19658 + - 830 + - 15055 + - 15096 + - 15054 + - 15116 - 15089 - - 15350 + - 15084 + - 15326 - type: AtmosDevice joinedGrid: 2 - uid: 7 @@ -10193,22 +10562,22 @@ entities: parent: 2 - type: DeviceList devices: - - 19950 - - 844 - - 19663 - - 19902 - - 15003 - - 15002 - - 15083 - - 15024 - - 15021 - - 15055 - - 15076 - - 15096 - - 15028 - - 15062 - - 15034 - - 15070 + - 19946 + - 833 + - 19661 + - 19904 + - 14996 + - 14995 + - 15078 + - 15022 + - 15019 + - 15051 + - 15071 + - 15090 + - 15026 + - 15058 + - 15031 + - 15065 - type: AtmosDevice joinedGrid: 2 - uid: 8 @@ -10218,25 +10587,25 @@ entities: parent: 2 - type: DeviceList devices: - - 857 - - 19957 - - 19727 - - 19966 - - 19728 - - 19965 - - 19719 - - 19964 + - 846 + - 19953 - 19721 - - 19722 - - 19963 - - 19723 - 19962 - - 19724 + - 19722 - 19961 - - 19725 + - 19713 - 19960 - - 19726 + - 19715 + - 19716 - 19959 + - 19717 + - 19958 + - 19718 + - 19957 + - 19719 + - 19956 + - 19720 + - 19955 - type: AtmosDevice joinedGrid: 2 - uid: 9 @@ -10246,9 +10615,9 @@ entities: parent: 2 - type: DeviceList devices: - - 876 - - 19818 - - 20055 + - 865 + - 19810 + - 20050 - type: AtmosDevice joinedGrid: 2 - uid: 10 @@ -10258,24 +10627,24 @@ entities: parent: 2 - type: DeviceList devices: - - 842 - - 19891 + - 831 + - 19893 - 19648 - - 15238 - - 15239 - - 15236 - - 15237 - - 14904 - - 15059 - - 15103 - - 15058 - - 15078 - - 15080 - - 15043 - - 15029 - - 15077 - - 15042 - - 15247 + - 15219 + - 15220 + - 15217 + - 15218 + - 14897 + - 15055 + - 15096 + - 15054 + - 15073 + - 15075 + - 15039 + - 15027 + - 15072 + - 15038 + - 15228 - type: AtmosDevice joinedGrid: 2 - uid: 11 @@ -10285,19 +10654,19 @@ entities: parent: 2 - type: DeviceList devices: - - 846 - - 19659 - - 19938 - - 15134 - - 15094 - - 15135 - - 15104 - - 15076 - - 15096 - - 15028 - - 15100 - - 15129 - - 15130 + - 835 + - 19657 + - 19934 + - 15122 + - 15088 + - 15123 + - 15097 + - 15071 + - 15090 + - 15026 + - 15093 + - 15117 + - 15118 - type: AtmosDevice joinedGrid: 2 - uid: 12 @@ -10307,10 +10676,10 @@ entities: parent: 2 - type: DeviceList devices: - - 929 - - 19889 - - 19697 - - 15069 + - 917 + - 19891 + - 19691 + - 15064 - type: AtmosDevice joinedGrid: 2 - uid: 13 @@ -10320,20 +10689,20 @@ entities: parent: 2 - type: DeviceList devices: - - 881 - - 20006 - - 19768 - - 15173 - - 15191 - - 15091 - - 15016 - - 15127 - - 15232 - - 15233 - - 15234 - - 15170 - - 15197 - - 15198 + - 870 + - 20002 + - 19762 + - 15161 + - 15175 + - 15086 + - 15014 + - 15115 + - 15213 + - 15214 + - 15215 + - 15158 + - 15181 + - 15182 - type: AtmosDevice joinedGrid: 2 - uid: 14 @@ -10344,20 +10713,20 @@ entities: parent: 2 - type: DeviceList devices: - - 19691 - - 19922 - - 870 - - 15069 - - 15072 - - 15097 - - 15230 - - 15068 - - 15052 - - 15082 - - 15027 - - 15054 - - 15081 - - 15120 + - 19685 + - 19918 + - 859 + - 15064 + - 15067 + - 15091 + - 15211 + - 15063 + - 15048 + - 15077 + - 15025 + - 15050 + - 15076 + - 15110 - type: AtmosDevice joinedGrid: 2 - uid: 15 @@ -10367,16 +10736,16 @@ entities: parent: 2 - type: DeviceList devices: - - 901 - - 19744 - - 19983 - - 15155 - - 15014 - - 15013 - - 14907 - - 15156 - - 15265 - - 15266 + - 890 + - 19738 + - 19979 + - 15143 + - 15007 + - 15006 + - 14900 + - 15144 + - 15241 + - 15242 - type: AtmosDevice joinedGrid: 2 - uid: 16 @@ -10386,11 +10755,11 @@ entities: parent: 2 - type: DeviceList devices: - - 14909 - - 14908 - - 899 - - 19978 - - 15151 + - 14902 + - 14901 + - 888 + - 19974 + - 15139 - type: AtmosDevice joinedGrid: 2 - uid: 17 @@ -10400,8 +10769,8 @@ entities: parent: 2 - type: DeviceList devices: - - 856 - - 19751 + - 845 + - 19745 - type: AtmosDevice joinedGrid: 2 - uid: 18 @@ -10418,18 +10787,18 @@ entities: parent: 2 - type: DeviceList devices: - - 862 - - 20075 - - 19839 - - 15295 - - 15294 - - 15288 - - 15287 - - 15286 - - 15278 - - 15277 - - 15291 - - 15290 + - 851 + - 20070 + - 19831 + - 15271 + - 15270 + - 15264 + - 15263 + - 15262 + - 15254 + - 15253 + - 15267 + - 15266 - type: AtmosDevice joinedGrid: 2 - uid: 20 @@ -10439,11 +10808,11 @@ entities: parent: 2 - type: DeviceList devices: - - 20054 - - 865 - - 19814 - - 14940 - - 14937 + - 20049 + - 854 + - 19806 + - 14932 + - 14929 - type: AtmosDevice joinedGrid: 2 - uid: 21 @@ -10453,24 +10822,24 @@ entities: parent: 2 - type: DeviceList devices: - - 19683 - - 19936 - - 843 - - 15043 - - 15080 - - 15078 - - 15134 - - 15094 - - 15135 - - 15100 - - 15055 - - 15021 - - 15020 + - 19677 + - 19932 + - 832 + - 15039 + - 15075 + - 15073 + - 15122 + - 15088 + - 15123 + - 15093 - 15051 - - 15044 - - 15030 - - 15022 - - 15086 + - 15019 + - 15018 + - 15047 + - 15040 + - 15028 + - 15020 + - 15081 - type: AtmosDevice joinedGrid: 2 - uid: 22 @@ -10480,25 +10849,25 @@ entities: parent: 2 - type: DeviceList devices: - - 19776 - - 866 - - 19758 - - 19996 + - 19769 + - 855 + - 19752 + - 19992 + - 15194 + - 15195 + - 15196 + - 15219 + - 15220 + - 15217 + - 15218 - 15210 - - 15211 - - 15212 - - 15238 - - 15239 - - 15236 - - 15237 - - 15229 - - 15227 - - 15228 - - 15172 - - 15169 - - 15107 - - 15240 - - 14891 + - 15208 + - 15209 + - 15160 + - 15157 + - 15100 + - 15221 + - 14884 - type: AtmosDevice joinedGrid: 2 - uid: 23 @@ -10508,18 +10877,18 @@ entities: parent: 2 - type: DeviceList devices: - - 867 - - 19651 - - 19887 - - 15027 - - 15054 - - 15081 - - 15125 - - 15106 - - 15045 - - 15019 - - 15114 + - 856 + - 19650 + - 19889 + - 15025 + - 15050 + - 15076 + - 15113 + - 15099 - 15041 + - 15017 + - 15106 + - 15037 - type: AtmosDevice joinedGrid: 2 - uid: 24 @@ -10529,1407 +10898,1442 @@ entities: parent: 2 - type: DeviceList devices: - - 871 - - 19937 - - 19689 - - 15259 - - 15244 - - 15243 - - 15242 - - 15026 - - 15074 - - 14865 - - 14867 - - 14877 - - 14883 - - 14897 - - 15025 + - 860 + - 19933 + - 19683 + - 15235 + - 15225 + - 15224 + - 15223 + - 15024 + - 15069 + - 14860 + - 14862 + - 14870 + - 14876 + - 14890 + - 15023 - type: AtmosDevice joinedGrid: 2 - uid: 25 components: - type: Transform - pos: -3.5,-51.5 + pos: -33.5,-42.5 parent: 2 - type: DeviceList devices: - - 819 - - 19914 - - 19676 - - 15111 - - 15116 - - 15124 - - 15122 - - 15258 - - 15064 - - 15065 - - 15109 - - 15183 - - 15182 - - 15184 - - 15190 - - 15118 - - 15099 - - 15032 - - 15037 - - 15220 - - 14991 + - 20055 + - 19814 + - 866 + - 15176 + - 15177 - type: AtmosDevice joinedGrid: 2 - uid: 26 components: - type: Transform - pos: -33.5,-42.5 + pos: -30.5,-31.5 parent: 2 - type: DeviceList devices: - - 20060 - - 19822 - - 877 - - 15192 - - 15193 + - 868 + - 20021 + - 19779 + - 14907 + - 14908 + - 15154 + - 15155 + - 14912 + - 14911 + - 15176 + - 15177 - type: AtmosDevice joinedGrid: 2 - uid: 27 components: - type: Transform - pos: -30.5,-31.5 + pos: 21.5,-20.5 parent: 2 - type: DeviceList devices: - - 879 - - 20026 - - 19786 - - 14914 - - 14915 - - 15166 - - 15167 - - 14919 - - 14918 - - 15192 - - 15193 + - 14853 + - 14857 + - 14858 + - 14856 + - 14888 + - 14883 + - 19938 + - 19698 + - 871 - type: AtmosDevice joinedGrid: 2 - uid: 28 components: - type: Transform - pos: -17.5,-58.5 + pos: 41.5,-69.5 parent: 2 - type: DeviceList devices: - - 19913 - - 19649 - - 820 - - 15066 - - 14888 - - 15093 - - 15178 - - 15179 - - 14875 - - 15225 - - 15185 - - 15249 - - 15067 - - 15221 - - 15250 - - 15248 - - 15254 + - 847 + - 19763 + - 20006 + - 15302 + - 15303 + - 15304 + - 15299 + - 15300 + - 15301 - type: AtmosDevice joinedGrid: 2 - uid: 29 components: - type: Transform - pos: 21.5,-20.5 + pos: 58.5,-4.5 parent: 2 - type: DeviceList devices: - - 14858 - - 14862 - - 14863 - - 14861 - - 14895 - - 14890 - - 19942 - - 19704 - - 882 + - 15153 + - 15135 + - 15134 + - 15133 + - 844 + - 19733 + - 19972 - type: AtmosDevice joinedGrid: 2 - uid: 30 components: - type: Transform - pos: 41.5,-69.5 + pos: -12.5,-24.5 parent: 2 - type: DeviceList devices: - - 858 - - 19769 - - 20010 - - 15326 - - 15327 - - 15328 - - 15323 - - 15324 - - 15325 + - 20052 + - 19812 + - 829 + - 15213 + - 15214 + - 15215 + - 15057 + - 15085 + - 15114 + - 15084 + - 15089 + - 15116 + - 15119 + - 15120 + - 15121 + - 14873 - type: AtmosDevice joinedGrid: 2 - uid: 31 components: - type: Transform - pos: 58.5,-4.5 + pos: 23.5,-15.5 parent: 2 - type: DeviceList devices: - - 15165 - - 15147 - - 15146 - - 15145 - - 855 - - 19739 - - 19976 + - 15017 + - 15106 + - 15037 + - 15108 + - 15070 + - 15059 + - 15094 + - 15074 + - 15043 + - 15044 + - 19908 + - 872 + - 19695 - type: AtmosDevice joinedGrid: 2 - uid: 32 components: - type: Transform - pos: -12.5,-24.5 + rot: -1.5707963267948966 rad + pos: 19.5,4.5 parent: 2 - type: DeviceList devices: - - 20057 - - 19820 - - 840 - - 15232 - - 15233 - - 15234 - - 15061 - - 15090 - - 15126 - - 15089 + - 857 + - 19665 + - 19917 + - 15018 + - 15047 + - 15040 + - 15028 + - 15022 + - 15078 + - 15079 - 15095 - - 15128 - - 15131 - - 15132 - - 15133 - - 14880 + - 15113 + - 15099 + - 15041 - type: AtmosDevice joinedGrid: 2 - uid: 33 components: - type: Transform - pos: 23.5,-15.5 + pos: 11.5,-24.5 parent: 2 - type: DeviceList devices: - - 15019 - - 15114 - - 15041 - - 15117 - - 15075 - - 15063 - - 15101 - - 15079 - - 15047 - - 15048 - - 19906 - - 883 - - 19701 + - 827 + - 19926 + - 19693 - type: AtmosDevice joinedGrid: 2 - uid: 34 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,4.5 + pos: 13.5,-36.5 parent: 2 - type: DeviceList devices: - - 868 - - 19667 - - 19921 - - 15020 - - 15051 - - 15044 - - 15030 - - 15024 - - 15083 - - 15084 - - 15102 - - 15125 - - 15106 - - 15045 + - 827 + - 19926 + - 19693 - type: AtmosDevice joinedGrid: 2 - uid: 35 components: - type: Transform - pos: 11.5,-24.5 + pos: 40.5,-24.5 parent: 2 - type: DeviceList devices: - - 838 + - 19940 + - 19702 + - 874 - 19930 - - 19699 + - 19690 + - 19662 + - 19929 - type: AtmosDevice joinedGrid: 2 - uid: 36 components: - type: Transform - pos: 13.5,-36.5 + pos: 33.5,-21.5 parent: 2 - type: DeviceList devices: - - 838 - - 19930 - - 19699 + - 19706 + - 817 + - 19945 + - 14858 + - 14856 + - 15074 + - 15043 + - 15044 + - 14852 + - 14851 + - 15104 + - 15032 + - 15053 - type: AtmosDevice joinedGrid: 2 - uid: 37 components: - type: Transform - pos: 40.5,-24.5 + pos: 33.5,-37.5 parent: 2 - type: DeviceList devices: - - 19944 - - 19708 - - 885 - - 19934 - - 19696 - - 19664 - - 19933 + - 19706 + - 817 + - 19945 - type: AtmosDevice joinedGrid: 2 - uid: 38 components: - type: Transform - pos: 33.5,-21.5 + pos: -5.5,9.5 parent: 2 - type: DeviceList devices: - - 19712 - - 824 - - 19949 - - 14863 - - 14861 - - 15079 - - 15047 - - 15048 - - 14857 - - 14856 - - 15112 - - 15035 - - 15057 + - 19896 + - 837 + - 19692 + - 15097 + - 14906 + - 15228 + - 15038 + - 15072 + - 15027 - type: AtmosDevice joinedGrid: 2 - uid: 39 components: - type: Transform - pos: 33.5,-37.5 + pos: 50.5,3.5 parent: 2 - type: DeviceList devices: - - 19712 - - 824 - - 19949 + - 842 + - 19725 + - 19969 + - 15091 + - 15067 + - 15211 + - 15105 + - 15133 + - 15134 + - 15135 + - 15276 + - 15277 + - 15310 - type: AtmosDevice joinedGrid: 2 - uid: 40 components: - type: Transform - pos: -5.5,9.5 + pos: -33.5,2.5 parent: 2 - type: DeviceList devices: - - 19894 - - 848 - - 19698 - - 15104 - - 14913 - - 15247 - - 15042 - - 15077 - - 15029 + - 15199 + - 15198 + - 15200 + - 15201 + - 15205 + - 15100 + - 15157 + - 15160 + - 875 + - 19801 + - 20038 - type: AtmosDevice joinedGrid: 2 - uid: 41 components: - type: Transform - pos: 50.5,3.5 + pos: -44.5,9.5 parent: 2 - type: DeviceList devices: - - 853 - - 19731 - - 19973 - - 15097 - - 15072 - - 15230 - - 15113 - - 15145 - - 15146 - - 15147 - - 15300 - - 15301 - - 15334 + - 876 + - 19803 + - 20047 + - 15207 + - 15204 + - 15200 + - 15201 + - 15205 - type: AtmosDevice joinedGrid: 2 - uid: 42 components: - type: Transform - pos: -33.5,2.5 + pos: -50.5,12.5 parent: 2 - type: DeviceList devices: - - 15215 - - 15214 - - 15216 - - 15217 - - 15223 - - 15107 - - 15169 - - 15172 - - 886 - - 19809 - - 20043 + - 20044 + - 19808 + - 877 - type: AtmosDevice joinedGrid: 2 - uid: 43 components: - type: Transform - pos: -44.5,9.5 + pos: -39.5,26.5 parent: 2 - type: DeviceList devices: - - 887 - - 19811 - - 20052 - - 15226 - - 15222 - - 15216 - - 15217 - - 15223 + - 19789 + - 20033 + - 878 + - 15290 + - 15292 + - 15066 - type: AtmosDevice joinedGrid: 2 - uid: 44 components: - type: Transform - pos: -50.5,12.5 + pos: -39.5,30.5 parent: 2 - type: DeviceList devices: - - 20049 - - 19816 - - 888 + - 19793 + - 879 + - 15290 + - 15292 + - 15066 - type: AtmosDevice joinedGrid: 2 - uid: 45 components: - type: Transform - pos: -39.5,26.5 + pos: -29.5,20.5 parent: 2 - type: DeviceList devices: - - 19797 - - 20038 - - 889 - - 15314 - - 15316 - - 15071 + - 19787 + - 880 + - 20032 - type: AtmosDevice joinedGrid: 2 - uid: 46 components: - type: Transform - pos: -39.5,30.5 + pos: -17.5,18.5 parent: 2 - type: DeviceList devices: - - 19801 - - 890 - - 15314 - - 15316 - - 15071 + - 19785 + - 20029 + - 882 + - 15193 + - 15192 + - 15136 + - 15248 + - 15249 + - 15194 + - 15195 + - 15196 + - 15197 - type: AtmosDevice joinedGrid: 2 - uid: 47 components: - type: Transform - pos: -29.5,20.5 + pos: -30.5,-15.5 parent: 2 - type: DeviceList devices: - - 19795 - - 891 - - 20037 + - 864 + - 20007 + - 15183 + - 15184 + - 15172 + - 15171 + - 15186 + - 15185 + - 14939 + - 15159 - type: AtmosDevice joinedGrid: 2 - uid: 48 components: - type: Transform - pos: -17.5,18.5 + pos: -39.5,-4.5 parent: 2 - type: DeviceList devices: - - 19793 - - 20034 - - 893 - - 15209 - - 15208 - - 15148 - - 15272 - - 15273 - - 15210 - - 15211 - - 15212 - - 15213 + - 886 + - 15174 + - 15173 + - 19767 + - 14940 + - 20010 + - 15189 + - 15232 - type: AtmosDevice joinedGrid: 2 - uid: 49 components: - type: Transform - pos: -30.5,-15.5 + pos: -53.5,-4.5 parent: 2 - type: DeviceList devices: - - 875 - - 20012 - - 15199 - - 15200 - - 15187 - - 15186 - - 15202 - - 15201 - - 14947 - - 15171 + - 885 + - 20015 + - 19772 + - 14916 + - 14917 + - 15179 + - 15178 - type: AtmosDevice joinedGrid: 2 - uid: 50 components: - type: Transform - pos: -39.5,-4.5 + pos: -55.5,-22.5 parent: 2 - type: DeviceList devices: - - 897 - - 15189 - - 15188 - - 19774 - - 14948 - - 20015 - - 15205 - - 15255 + - 20017 + - 884 + - 19775 + - 15178 + - 15179 + - 15190 + - 15216 + - 14913 - type: AtmosDevice joinedGrid: 2 - uid: 51 components: - type: Transform - pos: -53.5,-4.5 + pos: -71.5,-22.5 parent: 2 - type: DeviceList devices: - - 896 - - 20020 - - 19779 - - 14924 - - 14925 - - 15195 - - 15194 + - 883 + - 14966 + - 15180 + - 15013 - type: AtmosDevice joinedGrid: 2 - uid: 52 components: - type: Transform - pos: -55.5,-22.5 + pos: -30.5,-24.5 parent: 2 - type: DeviceList devices: - - 20022 - - 895 - - 19782 - - 15194 - - 15195 - - 15206 - - 15235 - - 14920 + - 887 + - 20008 + - 19765 - type: AtmosDevice joinedGrid: 2 - uid: 53 components: - type: Transform - pos: -71.5,-22.5 + pos: 48.5,-36.5 parent: 2 - type: DeviceList devices: - - 894 - - 14974 - - 15196 - - 15015 + - 850 + - 19975 + - 19734 + - 15139 + - 15142 + - 15151 + - 15140 + - 15141 + - 15145 + - 15149 + - 15150 + - 15239 + - 15240 - type: AtmosDevice joinedGrid: 2 - uid: 54 components: - type: Transform - pos: -30.5,-24.5 + pos: 52.5,-49.5 parent: 2 - type: DeviceList devices: - - 898 - - 20013 - - 19772 + - 19744 + - 19984 + - 19985 + - 849 + - 15149 + - 15150 - type: AtmosDevice joinedGrid: 2 - uid: 55 components: - type: Transform - pos: 48.5,-36.5 + pos: 60.5,0.5 parent: 2 - type: DeviceList devices: - - 861 - - 19979 - - 19740 - - 15151 - - 15154 - - 15163 - - 15152 - 15153 - - 15157 - - 15161 - - 15162 - - 15263 - - 15264 + - 19981 + - 19741 + - 900 - type: AtmosDevice joinedGrid: 2 - uid: 56 components: - type: Transform - pos: 52.5,-49.5 + pos: 65.5,-53.5 parent: 2 - type: DeviceList devices: - - 19750 - - 19988 - - 19989 - - 860 - - 15161 - - 15162 + - 891 + - 19982 + - 19742 + - 15144 - type: AtmosDevice joinedGrid: 2 - uid: 57 components: - type: Transform - pos: 60.5,0.5 + pos: -39.5,-73.5 parent: 2 - type: DeviceList devices: - - 15165 - - 19985 - - 19747 - - 912 + - 895 + - 19782 + - 20028 + - 15278 + - 15279 - type: AtmosDevice joinedGrid: 2 - uid: 58 components: - type: Transform - pos: 65.5,-53.5 + pos: -51.5,-72.5 parent: 2 - type: DeviceList devices: - - 902 - - 19986 - - 19748 - - 15156 + - 20051 + - 19811 + - 894 - type: AtmosDevice joinedGrid: 2 - uid: 59 components: - type: Transform - pos: -39.5,-73.5 + pos: 31.5,20.5 parent: 2 - type: DeviceList devices: - - 906 - - 19790 - - 20033 - - 15302 - - 15303 + - 19968 + - 19730 + - 19895 + - 19729 + - 843 + - 14891 + - 14880 + - 14863 + - 15127 + - 15024 + - 15069 + - 15131 + - 15049 + - 15277 + - 15276 - type: AtmosDevice joinedGrid: 2 - uid: 60 components: - type: Transform - pos: -51.5,-72.5 + pos: 23.5,24.5 parent: 2 - type: DeviceList devices: - - 20056 - - 19819 - - 905 + - 19924 + - 841 + - 19668 + - 15235 + - 15225 + - 15224 + - 15223 + - 15127 - type: AtmosDevice joinedGrid: 2 - uid: 61 components: - type: Transform - pos: 31.5,20.5 + pos: 27.5,9.5 parent: 2 - type: DeviceList devices: - - 19972 - - 19736 - - 19893 - - 19735 - - 854 - - 14898 - - 14887 - - 14868 - - 15139 - - 15026 - - 15074 - - 15143 - - 15053 - - 15301 - - 15300 + - 858 + - 19906 + - 19656 + - 14870 + - 14862 + - 14860 + - 15063 + - 15048 + - 15077 + - 15079 + - 15095 + - 14936 - type: AtmosDevice joinedGrid: 2 - uid: 62 components: - type: Transform - pos: 23.5,24.5 + pos: -21.5,-83.5 parent: 2 - type: DeviceList devices: - - 19928 - - 852 - - 19670 - - 15259 - - 15244 - - 15243 - - 15242 - - 15139 + - 822 + - 19914 + - 19652 + - 15068 + - 15111 + - 15238 - type: AtmosDevice joinedGrid: 2 - uid: 63 components: - type: Transform - pos: 27.5,9.5 + pos: -27.5,-76.5 parent: 2 - type: DeviceList devices: - - 869 - - 19904 - - 19658 - - 14877 - - 14867 - - 14865 + - 19915 + - 19681 + - 820 + - 15231 + - 15111 - 15068 - - 15052 - - 15082 - - 15084 - - 15102 - - 14944 - type: AtmosDevice joinedGrid: 2 - uid: 64 components: - type: Transform - pos: -21.5,-83.5 + pos: 37.5,-63.5 parent: 2 - type: DeviceList devices: - - 829 - - 19918 - - 19654 - - 15073 - - 15121 - - 15262 + - 848 + - 20000 + - 19759 - type: AtmosDevice joinedGrid: 2 - uid: 65 components: - type: Transform - pos: -27.5,-76.5 + pos: -25.5,-56.5 parent: 2 - type: DeviceList devices: - - 19919 - - 19687 - - 827 - - 15253 - - 15121 - - 15073 + - 928 + - 19640 + - 20025 + - 15191 - type: AtmosDevice joinedGrid: 2 - uid: 66 components: - type: Transform - pos: 37.5,-63.5 + pos: -29.5,-68.5 parent: 2 - - type: DeviceList - devices: - - 859 - - 20004 - - 19765 - type: AtmosDevice joinedGrid: 2 - uid: 67 components: - type: Transform - pos: -25.5,-56.5 + pos: -15.5,68.5 parent: 2 - type: DeviceList devices: - - 20030 - - 19789 - - 908 - - 15207 + - 899 + - 19848 + - 20102 + - 15309 + - 15308 - type: AtmosDevice joinedGrid: 2 - uid: 68 components: - type: Transform - pos: -29.5,-68.5 + pos: 43.5,49.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - uid: 69 components: - type: Transform - pos: -15.5,68.5 + pos: -17.5,39.5 parent: 2 - type: DeviceList devices: - - 911 - - 19856 - - 20107 - - 15333 - - 15332 + - 20061 + - 901 + - 19821 + - 14960 + - 14957 + - 14959 + - 14958 + - 15248 + - 15249 + - 15256 + - 15257 + - 15258 + - 15264 + - 15263 + - 15262 + - 14956 + - 15245 + - 15246 + - 15247 + - 14937 - type: AtmosDevice joinedGrid: 2 - uid: 70 components: - type: Transform - pos: 43.5,49.5 + pos: -10.5,47.5 parent: 2 + - type: DeviceList + devices: + - 902 + - 19826 + - 20069 + - 15256 + - 15257 + - 15258 + - 15251 + - 15252 + - 15272 + - 15260 + - 15261 + - 15259 - type: AtmosDevice joinedGrid: 2 - uid: 71 components: - type: Transform - pos: -17.5,39.5 + rot: -1.5707963267948966 rad + pos: -11.5,57.5 parent: 2 - type: DeviceList devices: - - 20066 - - 913 - - 19829 - - 14968 - - 14965 - - 14967 - - 14966 - - 15272 - - 15273 - - 15280 - - 15281 - - 15282 - - 15288 - - 15287 - - 15286 - - 14964 + - 20074 + - 19827 + - 852 + - 15268 - 15269 + - 15273 - 15270 - 15271 - - 14945 + - 15308 + - 15265 + - 15243 - type: AtmosDevice joinedGrid: 2 - uid: 72 components: - type: Transform - pos: -10.5,47.5 + pos: 0.5,60.5 parent: 2 - type: DeviceList devices: - - 914 - - 19834 - - 20074 - - 15280 - - 15281 - - 15282 - - 15275 - - 15276 - - 15296 - - 15284 - - 15285 - - 15283 + - 853 + - 19832 + - 20075 + - 15261 + - 15260 + - 15259 + - 15274 + - 15268 + - 15269 - type: AtmosDevice joinedGrid: 2 - uid: 73 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,57.5 + pos: -33.5,-95.5 parent: 2 - type: DeviceList devices: - - 20079 - - 19835 - - 863 - - 15292 - - 15293 - - 15297 - - 15294 - - 15295 - - 15332 - - 15289 - - 15267 + - 19839 + - 20082 + - 904 - type: AtmosDevice joinedGrid: 2 - uid: 74 components: - type: Transform - pos: 0.5,60.5 + pos: -22.5,-68.5 parent: 2 - type: DeviceList devices: - - 864 - - 19840 - - 20080 - - 15285 - - 15284 - - 15283 - - 15298 - - 15292 - - 15293 + - 19942 + - 819 + - 19703 + - 15237 + - 15231 + - 15015 + - 14951 - type: AtmosDevice joinedGrid: 2 - uid: 75 components: - type: Transform - pos: -33.5,-95.5 + pos: 26.5,-33.5 parent: 2 - type: DeviceList devices: - - 19847 - - 20087 - - 916 + - 15322 + - 15323 + - 15325 + - 19866 + - 20111 + - 927 - type: AtmosDevice joinedGrid: 2 - uid: 76 components: - type: Transform - pos: -10.5,-48.5 + pos: 19.5,-9.5 parent: 2 - type: DeviceList devices: - - 816 - - 19915 - - 19677 - - 14871 - - 14870 - - 14869 + - 19936 + - 873 + - 19694 + - 15108 - 14894 - - 14872 - - 14873 - - 15218 - - 15219 - - 15184 - - 15182 - - 15183 - - 15065 - - 15064 - - 15109 - - 14957 - - 14991 - type: AtmosDevice joinedGrid: 2 - uid: 77 components: - type: Transform - pos: -22.5,-68.5 + pos: 65.5,-31.5 parent: 2 - type: DeviceList devices: - - 19946 - - 826 - - 19709 - - 15261 - - 15253 - - 15017 - - 14959 + - 19840 + - 20083 + - 892 + - 14968 + - 14969 + - 908 + - 14903 + - 14967 - type: AtmosDevice joinedGrid: 2 - uid: 78 components: - type: Transform - pos: 26.5,-33.5 + pos: 70.5,-31.5 parent: 2 - type: DeviceList devices: - - 15346 - - 15347 - - 15349 - - 19874 - - 20116 - - 939 + - 14970 + - 14971 + - 15282 + - 15283 + - 907 + - 20085 - type: AtmosDevice joinedGrid: 2 - uid: 79 components: - type: Transform - pos: 19.5,-9.5 + pos: 72.5,-42.5 parent: 2 - type: DeviceList devices: - - 19940 - - 884 - - 19700 - - 15117 - - 14901 + - 19843 + - 893 + - 15007 + - 15006 + - 14900 + - 15284 + - 15285 - type: AtmosDevice joinedGrid: 2 - uid: 80 components: - type: Transform - pos: 65.5,-31.5 + pos: 4.5,-24.5 parent: 2 - type: DeviceList devices: - - 19848 - - 20088 - - 903 - - 14976 - - 14977 - - 920 - - 14910 - - 14975 + - 15289 + - 15057 + - 15085 + - 15114 + - 15092 + - 15016 + - 15087 + - 19892 + - 19653 + - 828 - type: AtmosDevice joinedGrid: 2 - uid: 81 components: - type: Transform - pos: 70.5,-31.5 + pos: -22.5,-7.5 parent: 2 - type: DeviceList devices: - - 14978 - - 14979 - - 15306 - - 15307 - - 919 - - 20090 + - 19994 + - 862 + - 19754 + - 15226 + - 15052 + - 15056 + - 15183 + - 15184 + - 14938 - type: AtmosDevice joinedGrid: 2 - uid: 82 components: - type: Transform - pos: 72.5,-42.5 + pos: -21.5,-16.5 parent: 2 - type: DeviceList devices: - - 19851 - - 904 - - 15014 - - 15013 - - 14907 - - 15308 - - 15309 + - 863 + - 19996 + - 19756 + - 15056 + - 15052 + - 15210 + - 15208 + - 15209 + - 15156 + - 15181 + - 15158 + - 15182 + - 15286 + - 15287 + - 14972 - type: AtmosDevice joinedGrid: 2 - uid: 83 components: - type: Transform - pos: 4.5,-24.5 + pos: 22.5,-70.5 parent: 2 - type: DeviceList devices: - - 15313 - - 15061 - - 15090 - - 15126 - - 15098 - - 15018 - - 15092 - - 19890 - - 19655 - - 839 + - 20100 + - 915 + - 19857 + - 15299 + - 15300 + - 15301 + - 15298 + - 15297 + - 15296 - type: AtmosDevice joinedGrid: 2 - uid: 84 components: - type: Transform - pos: -22.5,-7.5 + pos: 19.5,-80.5 parent: 2 - type: DeviceList devices: - - 19998 - - 873 - - 19760 - - 15245 - - 15056 - - 15060 - - 15199 - - 15200 - - 14946 + - 15295 + - 19858 + - 20099 + - 916 - type: AtmosDevice joinedGrid: 2 - uid: 85 components: - type: Transform - pos: -21.5,-16.5 + rot: -1.5707963267948966 rad + pos: 32.5,-83.5 parent: 2 - type: DeviceList devices: - - 874 - - 20000 - - 19762 - - 15060 - - 15056 - - 15229 - - 15227 - - 15228 - - 15168 - - 15197 - - 15170 - - 15198 - - 15310 - - 15311 - - 14980 + - 19855 + - 898 + - 20004 + - 15294 + - 15296 + - 15297 + - 15298 - type: AtmosDevice joinedGrid: 2 - uid: 86 components: - type: Transform - pos: 22.5,-70.5 + rot: 1.5707963267948966 rad + pos: 46.5,-80.5 parent: 2 - type: DeviceList devices: - - 20105 - - 927 - - 19865 - - 15323 - - 15324 - - 15325 - - 15322 - - 15321 - - 15320 + - 905 + - 20101 + - 19859 + - 15305 + - 15306 + - 15307 - type: AtmosDevice joinedGrid: 2 - uid: 87 components: - type: Transform - pos: 19.5,-80.5 + rot: 1.5707963267948966 rad + pos: 43.5,4.5 parent: 2 - type: DeviceList devices: - - 15319 - - 19866 + - 810 + - 15128 + - 15310 + - 15222 + - 19861 - 20104 - - 928 - type: AtmosDevice joinedGrid: 2 - uid: 88 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,-83.5 + rot: 1.5707963267948966 rad + pos: 39.5,10.5 parent: 2 - type: DeviceList devices: - - 19863 - - 910 - - 20008 - - 15318 - - 15320 - - 15321 - - 15322 + - 15131 + - 15049 + - 19971 + - 19729 + - 843 + - 19895 + - 19730 + - 19968 + - 15222 + - 15276 + - 15277 + - 15024 + - 15069 + - 15127 + - 14891 + - 14880 + - 14863 - type: AtmosDevice joinedGrid: 2 - uid: 89 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 46.5,-80.5 + rot: -1.5707963267948966 rad + pos: -44.5,42.5 parent: 2 - type: DeviceList devices: - - 917 - 20106 - - 19867 - - 15329 - - 15330 - - 15331 + - 19862 + - 919 + - 15312 + - 15313 - type: AtmosDevice joinedGrid: 2 - uid: 90 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 43.5,4.5 + pos: -7.5,20.5 parent: 2 - type: DeviceList devices: - - 814 - - 15140 - - 15334 - - 15241 - - 19869 - - 20109 + - 920 + - 20108 + - 19864 + - 14985 + - 14906 + - 14931 + - 14984 - type: AtmosDevice joinedGrid: 2 - uid: 91 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,10.5 + pos: -68.5,-36.5 parent: 2 - type: DeviceList devices: - - 15143 - - 15053 - - 19975 - - 19735 - - 854 - - 19893 - - 19736 - - 19972 - - 15241 - - 15300 - - 15301 - - 15026 - - 15074 - - 15139 - - 14898 - - 14887 - - 14868 + - 921 + - 19646 + - 19886 + - 15314 + - 15315 + - 14986 + - 14990 - type: AtmosDevice joinedGrid: 2 - uid: 92 components: - type: Transform - pos: 6.5,-44.5 + rot: 1.5707963267948966 rad + pos: -74.5,-39.5 parent: 2 - type: DeviceList devices: - - 834 - - 15220 - - 15219 - - 15218 + - 922 - type: AtmosDevice joinedGrid: 2 - uid: 93 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,42.5 + rot: 1.5707963267948966 rad + pos: -45.5,-38.5 parent: 2 - type: DeviceList devices: - - 20111 - - 19870 - - 931 - - 15336 - - 15337 + - 923 + - 20024 - type: AtmosDevice joinedGrid: 2 - uid: 94 components: - type: Transform - pos: -7.5,20.5 + pos: 5.5,-3.5 parent: 2 - type: DeviceList devices: - - 932 - - 20113 - - 19872 - - 14993 - - 14913 - - 14939 - - 14992 + - 925 + - 19884 + - 19644 + - 15316 + - 15318 + - 15319 - type: AtmosDevice joinedGrid: 2 - uid: 95 components: - type: Transform - pos: -68.5,-36.5 + rot: 3.141592653589793 rad + pos: -0.5,-7.5 parent: 2 - type: DeviceList devices: - - 933 - - 19646 - - 19884 - - 15338 - - 15339 - - 14994 - - 14998 + - 924 + - 20109 + - 19643 + - 15318 + - 15317 - type: AtmosDevice joinedGrid: 2 - uid: 96 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -74.5,-39.5 + pos: -1.5,-18.5 parent: 2 - type: DeviceList devices: - - 934 + - 926 + - 19865 + - 20110 + - 15320 + - 15321 - type: AtmosDevice joinedGrid: 2 - uid: 97 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,-38.5 + pos: 22.5,-40.5 parent: 2 - type: DeviceList devices: - - 935 - - 20029 + - 815 + - 15082 + - 15138 + - 15107 + - 15045 + - 15101 + - 15103 + - 20053 + - 19654 + - 15126 + - 15124 + - 15046 + - 15112 + - 15227 + - 19894 + - 19813 + - 15325 + - 15104 + - 15032 + - 15053 + - 15148 + - 15146 + - 15147 + - 14874 - type: AtmosDevice joinedGrid: 2 - uid: 98 components: - type: Transform - pos: 5.5,-3.5 + pos: -6.5,-51.5 parent: 2 - type: DeviceList devices: - - 937 - - 19882 - - 19644 - - 15340 - - 15342 - - 15343 + - 19871 + - 20114 + - 930 + - 15102 + - 15061 + - 15060 + - 15169 + - 15168 + - 15170 + - 15008 + - 15328 + - 15329 - type: AtmosDevice joinedGrid: 2 - uid: 99 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-7.5 + pos: -9.5,-57.5 parent: 2 - type: DeviceList devices: - - 936 - - 20114 - - 19643 - - 15342 - - 15341 + - 14994 + - 14881 + - 15191 + - 15062 + - 20123 + - 19880 + - 929 + - 15010 + - 15011 + - 15009 - type: AtmosDevice joinedGrid: 2 - uid: 100 components: - type: Transform - pos: -1.5,-18.5 + pos: -15.5,-44.5 parent: 2 - type: DeviceList devices: - - 938 - - 19873 - - 20115 - - 15344 - - 15345 + - 19913 + - 811 + - 19649 + - 14949 - type: AtmosDevice joinedGrid: 2 - uid: 101 components: - type: Transform - pos: 22.5,-40.5 + pos: -15.5,-51.5 parent: 2 - type: DeviceList devices: - - 821 - - 15087 - - 15150 - - 15115 - - 15049 - - 15108 - - 15110 - - 20058 - - 19656 - - 15138 - - 15136 - - 15050 - - 15123 - - 15246 - - 19892 - - 19821 - - 15349 - - 15112 - - 15035 - - 15057 - - 15160 - - 15158 - - 15159 - - 14881 + - 19872 + - 20115 + - 933 + - 15328 + - 15010 + - type: AtmosDevice + joinedGrid: 2 + - uid: 102 + components: + - type: Transform + pos: 0.5,-54.5 + parent: 2 + - type: DeviceList + devices: + - 20122 + - 19879 + - 15008 + - 15327 + - 15012 + - 932 + - type: AtmosDevice + joinedGrid: 2 + - uid: 103 + components: + - type: Transform + pos: -6.5,-44.5 + parent: 2 + - type: DeviceList + devices: + - 812 + - 19912 + - 19672 + - 15060 + - 15061 + - 15102 + - 15169 + - 15168 + - 15170 + - 14949 + - 15202 + - 15203 + - 14868 + - 14867 + - 14887 + - 14866 + - 14865 + - 14864 + - type: AtmosDevice + joinedGrid: 2 + - uid: 104 + components: + - type: Transform + pos: 6.5,-44.5 + parent: 2 + - type: DeviceList + devices: + - 823 + - 19869 + - 19882 + - 15012 + - 15203 + - 15202 + - 15327 - type: AtmosDevice joinedGrid: 2 - proto: AirCanister entities: - - uid: 102 + - uid: 105 components: - type: Transform pos: -34.5,-57.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 103 + - uid: 106 components: - type: Transform pos: -29.5,-48.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 104 + - uid: 107 components: - type: Transform pos: 60.5,29.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 105 + - uid: 108 components: - type: Transform pos: 45.5,-53.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 106 + - uid: 109 components: - type: Transform pos: -15.5,-10.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 107 + - uid: 110 components: - type: Transform pos: 71.5,38.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 108 + - uid: 111 components: - type: Transform pos: -42.5,37.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 109 + - uid: 112 components: - type: Transform pos: 51.5,-34.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 110 + - uid: 113 components: - type: Transform pos: 46.5,-53.5 parent: 2 - type: AtmosDevice joinedGrid: 2 + - uid: 114 + components: + - type: Transform + pos: 11.5,-59.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 - proto: Airlock entities: - - uid: 111 + - uid: 115 components: - type: Transform rot: 3.141592653589793 rad @@ -11937,16 +12341,16 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24279 - - uid: 112 + - 24262 + - uid: 116 components: - type: Transform pos: -51.5,12.5 parent: 2 - type: DeviceLinkSink links: - - 24277 - - uid: 113 + - 24260 + - uid: 117 components: - type: Transform rot: 3.141592653589793 rad @@ -11954,8 +12358,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24278 - - uid: 114 + - 24261 + - uid: 118 components: - type: Transform rot: -1.5707963267948966 rad @@ -11964,8 +12368,8 @@ entities: - type: DeviceLinkSink invokeCounter: 1 links: - - 24281 - - uid: 115 + - 24264 + - uid: 119 components: - type: Transform rot: -1.5707963267948966 rad @@ -11973,8 +12377,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24282 - - uid: 116 + - 24265 + - uid: 120 components: - type: Transform rot: -1.5707963267948966 rad @@ -11982,8 +12386,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24284 - - uid: 117 + - 24267 + - uid: 121 components: - type: Transform rot: -1.5707963267948966 rad @@ -11991,7 +12395,7 @@ entities: parent: 2 - proto: AirlockArmoryGlassLocked entities: - - uid: 118 + - uid: 122 components: - type: MetaData name: secway garage @@ -11999,7 +12403,7 @@ entities: rot: 3.141592653589793 rad pos: 11.5,18.5 parent: 2 - - uid: 119 + - uid: 123 components: - type: MetaData name: warden office @@ -12007,7 +12411,7 @@ entities: rot: 1.5707963267948966 rad pos: 27.5,21.5 parent: 2 - - uid: 120 + - uid: 124 components: - type: MetaData name: secway garage @@ -12015,7 +12419,7 @@ entities: rot: 3.141592653589793 rad pos: 13.5,22.5 parent: 2 - - uid: 121 + - uid: 125 components: - type: MetaData name: wardens office @@ -12023,19 +12427,19 @@ entities: rot: 1.5707963267948966 rad pos: 22.5,19.5 parent: 2 - - uid: 122 + - uid: 126 components: - type: Transform pos: 46.5,15.5 parent: 2 - - uid: 123 + - uid: 127 components: - type: Transform pos: 46.5,14.5 parent: 2 - proto: AirlockArmoryLocked entities: - - uid: 124 + - uid: 128 components: - type: MetaData name: wardens office @@ -12045,61 +12449,61 @@ entities: parent: 2 - proto: AirlockAtmosphericsGlassLocked entities: - - uid: 125 + - uid: 129 components: - type: MetaData name: atmos - type: Transform pos: -21.5,-32.5 parent: 2 - - uid: 126 + - uid: 130 components: - type: Transform pos: -45.5,-40.5 parent: 2 - - uid: 127 + - uid: 131 components: - type: Transform rot: -1.5707963267948966 rad pos: -33.5,-40.5 parent: 2 - - uid: 128 + - uid: 132 components: - type: Transform rot: -1.5707963267948966 rad pos: -33.5,-41.5 parent: 2 - - uid: 129 + - uid: 133 components: - type: Transform pos: -34.5,-33.5 parent: 2 - - uid: 130 + - uid: 134 components: - type: Transform pos: -34.5,-34.5 parent: 2 - - uid: 131 + - uid: 135 components: - type: Transform pos: -52.5,-58.5 parent: 2 - - uid: 132 + - uid: 136 components: - type: Transform pos: -47.5,-39.5 parent: 2 - - uid: 133 + - uid: 137 components: - type: Transform pos: -43.5,-37.5 parent: 2 - - uid: 134 + - uid: 138 components: - type: Transform pos: -47.5,-40.5 parent: 2 - - uid: 135 + - uid: 139 components: - type: Transform rot: -1.5707963267948966 rad @@ -12107,65 +12511,65 @@ entities: parent: 2 - proto: AirlockAtmosphericsLocked entities: - - uid: 136 + - uid: 140 components: - type: Transform rot: 1.5707963267948966 rad pos: -29.5,-34.5 parent: 2 - - uid: 137 + - uid: 141 components: - type: Transform rot: 1.5707963267948966 rad pos: -29.5,-33.5 parent: 2 - - uid: 138 + - uid: 142 components: - type: Transform pos: -31.5,-36.5 parent: 2 - - uid: 139 + - uid: 143 components: - type: Transform pos: -32.5,-36.5 parent: 2 - - uid: 140 + - uid: 144 components: - type: MetaData name: atmos - type: Transform pos: -31.5,-30.5 parent: 2 - - uid: 141 + - uid: 145 components: - type: MetaData name: atmos - type: Transform pos: -32.5,-30.5 parent: 2 - - uid: 142 + - uid: 146 components: - type: Transform pos: -26.5,-33.5 parent: 2 - - uid: 143 + - uid: 147 components: - type: Transform pos: -26.5,-34.5 parent: 2 - - uid: 144 + - uid: 148 components: - type: Transform rot: -1.5707963267948966 rad pos: 5.5,-74.5 parent: 2 - - uid: 145 + - uid: 149 components: - type: Transform rot: 1.5707963267948966 rad pos: -51.5,-37.5 parent: 2 - - uid: 146 + - uid: 150 components: - type: Transform rot: 1.5707963267948966 rad @@ -12173,7 +12577,7 @@ entities: parent: 2 - proto: AirlockBarLocked entities: - - uid: 147 + - uid: 151 components: - type: MetaData name: bartender quarters @@ -12181,7 +12585,7 @@ entities: rot: -1.5707963267948966 rad pos: 19.5,14.5 parent: 2 - - uid: 148 + - uid: 152 components: - type: MetaData name: bartender quarters @@ -12191,85 +12595,73 @@ entities: parent: 2 - proto: AirlockBrigGlassLocked entities: - - uid: 149 + - uid: 153 components: - type: MetaData name: interrogation - type: Transform pos: 16.5,18.5 parent: 2 - - uid: 150 + - uid: 154 components: - type: Transform pos: 19.5,17.5 parent: 2 - - uid: 151 - components: - - type: Transform - pos: 3.5,-58.5 - parent: 2 - - uid: 152 + - uid: 155 components: - type: Transform pos: 19.5,16.5 parent: 2 - type: Door - secondsUntilStateChange: -3944.3728 + secondsUntilStateChange: -14538.642 state: Opening - - uid: 153 + - uid: 156 components: - type: MetaData name: brig - type: Transform pos: 42.5,3.5 parent: 2 - - uid: 154 + - uid: 157 components: - type: MetaData name: brig - type: Transform pos: 41.5,3.5 parent: 2 - - uid: 155 + - uid: 158 components: - type: Transform pos: 40.5,-4.5 parent: 2 - - uid: 156 + - uid: 159 components: - type: Transform pos: 53.5,10.5 parent: 2 - - uid: 157 + - uid: 160 components: - type: Transform pos: 40.5,-1.5 parent: 2 - - uid: 158 - components: - - type: MetaData - name: suspect treatment - - type: Transform - pos: 3.5,-55.5 - parent: 2 - - uid: 159 + - uid: 161 components: - type: Transform pos: 39.5,11.5 parent: 2 - - uid: 160 + - uid: 162 components: - type: Transform pos: 27.5,17.5 parent: 2 - - uid: 161 + - uid: 163 components: - type: Transform pos: 27.5,18.5 parent: 2 - proto: AirlockBrigLocked entities: - - uid: 162 + - uid: 164 components: - type: MetaData name: lawyers office @@ -12278,7 +12670,7 @@ entities: parent: 2 - proto: AirlockCaptainLocked entities: - - uid: 163 + - uid: 165 components: - type: MetaData name: captains quarters @@ -12287,17 +12679,17 @@ entities: parent: 2 - proto: AirlockCargoGlassLocked entities: - - uid: 164 + - uid: 166 components: - type: Transform pos: -26.5,18.5 parent: 2 - - uid: 165 + - uid: 167 components: - type: Transform pos: -29.5,22.5 parent: 2 - - uid: 166 + - uid: 168 components: - type: MetaData name: cargo access @@ -12305,21 +12697,21 @@ entities: rot: -1.5707963267948966 rad pos: -26.5,19.5 parent: 2 - - uid: 167 + - uid: 169 components: - type: MetaData name: cargo dock - type: Transform pos: -35.5,22.5 parent: 2 - - uid: 168 + - uid: 170 components: - type: MetaData name: cargo dock - type: Transform pos: -35.5,21.5 parent: 2 - - uid: 169 + - uid: 171 components: - type: Transform rot: -1.5707963267948966 rad @@ -12327,25 +12719,25 @@ entities: parent: 2 - proto: AirlockCargoLocked entities: - - uid: 170 + - uid: 172 components: - type: Transform pos: -45.5,17.5 parent: 2 - - uid: 171 + - uid: 173 components: - type: Transform pos: -45.5,13.5 parent: 2 - proto: AirlockChapelLocked entities: - - uid: 172 + - uid: 174 components: - type: Transform rot: -1.5707963267948966 rad pos: -32.5,14.5 parent: 2 - - uid: 173 + - uid: 175 components: - type: Transform rot: -1.5707963267948966 rad @@ -12353,7 +12745,7 @@ entities: parent: 2 - proto: AirlockChemistryGlassLocked entities: - - uid: 174 + - uid: 176 components: - type: Transform rot: -1.5707963267948966 rad @@ -12361,15 +12753,20 @@ entities: parent: 2 - proto: AirlockChemistryLocked entities: - - uid: 175 + - uid: 177 + components: + - type: Transform + pos: 5.5,-54.5 + parent: 2 + - uid: 178 components: - type: Transform rot: 3.141592653589793 rad - pos: 5.5,-51.5 + pos: 7.5,-60.5 parent: 2 - proto: AirlockChiefEngineerLocked entities: - - uid: 176 + - uid: 179 components: - type: MetaData name: vault substation @@ -12377,7 +12774,7 @@ entities: rot: 3.141592653589793 rad pos: 37.5,-30.5 parent: 2 - - uid: 177 + - uid: 180 components: - type: MetaData name: ce room @@ -12385,14 +12782,14 @@ entities: rot: -1.5707963267948966 rad pos: -33.5,-16.5 parent: 2 - - uid: 178 + - uid: 181 components: - type: Transform pos: -36.5,-14.5 parent: 2 - proto: AirlockChiefMedicalOfficerLocked entities: - - uid: 179 + - uid: 182 components: - type: MetaData name: cmo office @@ -12402,62 +12799,62 @@ entities: parent: 2 - proto: AirlockCommandGlassLocked entities: - - uid: 180 + - uid: 183 components: - type: Transform pos: 19.5,-25.5 parent: 2 - - uid: 181 + - uid: 184 components: - type: Transform pos: 19.5,-24.5 parent: 2 - - uid: 182 + - uid: 185 components: - type: Transform pos: 33.5,-24.5 parent: 2 - - uid: 183 + - uid: 186 components: - type: MetaData name: EVA - type: Transform pos: 32.5,-15.5 parent: 2 - - uid: 184 + - uid: 187 components: - type: Transform pos: 31.5,-24.5 parent: 2 - - uid: 185 + - uid: 188 components: - type: Transform pos: 17.5,-24.5 parent: 2 - - uid: 186 + - uid: 189 components: - type: Transform rot: -1.5707963267948966 rad pos: 64.5,-4.5 parent: 2 - - uid: 187 + - uid: 190 components: - type: Transform pos: 17.5,-25.5 parent: 2 - - uid: 188 + - uid: 191 components: - type: Transform pos: 33.5,-25.5 parent: 2 - - uid: 189 + - uid: 192 components: - type: Transform pos: 31.5,-25.5 parent: 2 - proto: AirlockCommandLocked entities: - - uid: 190 + - uid: 193 components: - type: MetaData name: conference room @@ -12465,7 +12862,7 @@ entities: rot: 3.141592653589793 rad pos: 23.5,-26.5 parent: 2 - - uid: 191 + - uid: 194 components: - type: MetaData name: bridge bar @@ -12473,7 +12870,7 @@ entities: rot: 3.141592653589793 rad pos: 22.5,-33.5 parent: 2 - - uid: 192 + - uid: 195 components: - type: MetaData name: bridge bar @@ -12481,21 +12878,21 @@ entities: rot: 3.141592653589793 rad pos: 28.5,-33.5 parent: 2 - - uid: 193 + - uid: 196 components: - type: Transform pos: 25.5,-40.5 parent: 2 - proto: AirlockDetectiveGlassLocked entities: - - uid: 194 + - uid: 197 components: - type: Transform pos: 20.5,-15.5 parent: 2 - proto: AirlockEngineering entities: - - uid: 195 + - uid: 198 components: - type: MetaData name: PA smes @@ -12504,72 +12901,72 @@ entities: parent: 2 - proto: AirlockEngineeringGlassLocked entities: - - uid: 196 + - uid: 199 components: - type: Transform pos: -69.5,-23.5 parent: 2 - - uid: 197 + - uid: 200 components: - type: Transform pos: -63.5,-24.5 parent: 2 - - uid: 198 + - uid: 201 components: - type: Transform rot: 3.141592653589793 rad pos: -26.5,-17.5 parent: 2 - - uid: 199 + - uid: 202 components: - type: Transform rot: 3.141592653589793 rad pos: -26.5,-16.5 parent: 2 - - uid: 200 + - uid: 203 components: - type: Transform rot: 1.5707963267948966 rad pos: -30.5,-10.5 parent: 2 - - uid: 201 + - uid: 204 components: - type: Transform pos: -40.5,-6.5 parent: 2 - - uid: 202 + - uid: 205 components: - type: Transform pos: -43.5,-5.5 parent: 2 - - uid: 203 + - uid: 206 components: - type: Transform pos: -69.5,-24.5 parent: 2 - - uid: 204 + - uid: 207 components: - type: Transform pos: -32.5,-19.5 parent: 2 - - uid: 205 + - uid: 208 components: - type: Transform pos: -31.5,-19.5 parent: 2 - - uid: 206 + - uid: 209 components: - type: Transform rot: 1.5707963267948966 rad pos: -53.5,-21.5 parent: 2 - - uid: 207 + - uid: 210 components: - type: Transform rot: 1.5707963267948966 rad pos: -54.5,-21.5 parent: 2 - - uid: 208 + - uid: 211 components: - type: MetaData name: particle accelerator @@ -12577,44 +12974,44 @@ entities: rot: -1.5707963267948966 rad pos: -63.5,-23.5 parent: 2 - - uid: 209 + - uid: 212 components: - type: Transform rot: -1.5707963267948966 rad pos: -40.5,-11.5 parent: 2 - - uid: 210 + - uid: 213 components: - type: Transform rot: -1.5707963267948966 rad pos: -40.5,-10.5 parent: 2 - - uid: 211 + - uid: 214 components: - type: Transform pos: -33.5,-11.5 parent: 2 - - uid: 212 + - uid: 215 components: - type: Transform pos: -33.5,-10.5 parent: 2 - - uid: 213 + - uid: 216 components: - type: Transform pos: -43.5,-6.5 parent: 2 - - uid: 214 + - uid: 217 components: - type: Transform pos: -64.5,-29.5 parent: 2 - - uid: 215 + - uid: 218 components: - type: Transform pos: -68.5,-29.5 parent: 2 - - uid: 216 + - uid: 219 components: - type: MetaData name: electrical storage @@ -12622,108 +13019,108 @@ entities: rot: -1.5707963267948966 rad pos: -13.5,38.5 parent: 2 - - uid: 217 + - uid: 220 components: - type: Transform rot: 1.5707963267948966 rad pos: -43.5,-22.5 parent: 2 - - uid: 218 + - uid: 221 components: - type: Transform pos: -40.5,-5.5 parent: 2 - - uid: 219 + - uid: 222 components: - type: Transform rot: 3.141592653589793 rad pos: -63.5,-30.5 parent: 2 - - uid: 220 + - uid: 223 components: - type: Transform rot: -1.5707963267948966 rad pos: -74.5,-41.5 parent: 2 - - uid: 221 + - uid: 224 components: - type: Transform pos: -69.5,-31.5 parent: 2 - - uid: 222 + - uid: 225 components: - type: Transform rot: 3.141592653589793 rad pos: -60.5,-26.5 parent: 2 - - uid: 223 + - uid: 226 components: - type: Transform rot: -1.5707963267948966 rad pos: -72.5,-33.5 parent: 2 - - uid: 224 + - uid: 227 components: - type: Transform rot: -1.5707963267948966 rad pos: -73.5,-33.5 parent: 2 - - uid: 225 + - uid: 228 components: - type: Transform rot: -1.5707963267948966 rad pos: -73.5,-36.5 parent: 2 - - uid: 226 + - uid: 229 components: - type: Transform rot: -1.5707963267948966 rad pos: -72.5,-36.5 parent: 2 - - uid: 227 + - uid: 230 components: - type: Transform rot: -1.5707963267948966 rad pos: -64.5,-45.5 parent: 2 - - uid: 228 + - uid: 231 components: - type: Transform pos: -64.5,-36.5 parent: 2 - - uid: 229 + - uid: 232 components: - type: Transform pos: -49.5,-23.5 parent: 2 - - uid: 230 + - uid: 233 components: - type: Transform pos: -64.5,-37.5 parent: 2 - proto: AirlockEngineeringLocked entities: - - uid: 231 + - uid: 234 components: - type: Transform pos: -58.5,-36.5 parent: 2 - - uid: 232 + - uid: 235 components: - type: Transform pos: -58.5,-37.5 parent: 2 - - uid: 233 + - uid: 236 components: - type: Transform pos: -19.5,-1.5 parent: 2 - - uid: 234 + - uid: 237 components: - type: Transform pos: -26.5,-14.5 parent: 2 - - uid: 235 + - uid: 238 components: - type: MetaData name: command substation @@ -12731,7 +13128,7 @@ entities: rot: 1.5707963267948966 rad pos: 17.5,-29.5 parent: 2 - - uid: 236 + - uid: 239 components: - type: MetaData name: detective substation @@ -12739,33 +13136,33 @@ entities: rot: 3.141592653589793 rad pos: 12.5,-15.5 parent: 2 - - uid: 237 + - uid: 240 components: - type: MetaData name: virology substation - type: Transform pos: -11.5,-70.5 parent: 2 - - uid: 238 + - uid: 241 components: - type: Transform pos: 30.5,-3.5 parent: 2 - - uid: 239 + - uid: 242 components: - type: MetaData name: gravity generator - type: Transform pos: -19.5,-3.5 parent: 2 - - uid: 240 + - uid: 243 components: - type: MetaData name: south solar - type: Transform pos: -1.5,-76.5 parent: 2 - - uid: 241 + - uid: 244 components: - type: MetaData name: medical substation @@ -12773,31 +13170,31 @@ entities: rot: 3.141592653589793 rad pos: 13.5,-57.5 parent: 2 - - uid: 242 + - uid: 245 components: - type: MetaData name: substation - type: Transform pos: 32.5,23.5 parent: 2 - - uid: 243 + - uid: 246 components: - type: Transform pos: 46.5,-0.5 parent: 2 - - uid: 244 + - uid: 247 components: - type: Transform pos: 63.5,27.5 parent: 2 - - uid: 245 + - uid: 248 components: - type: MetaData name: evac substation - type: Transform pos: 47.5,-6.5 parent: 2 - - uid: 246 + - uid: 249 components: - type: MetaData name: science substation @@ -12805,42 +13202,42 @@ entities: rot: 3.141592653589793 rad pos: 38.5,-44.5 parent: 2 - - uid: 247 + - uid: 250 components: - type: MetaData name: engineering substation - type: Transform pos: -27.5,-22.5 parent: 2 - - uid: 248 + - uid: 251 components: - type: MetaData name: engineering substation - type: Transform pos: -30.5,-23.5 parent: 2 - - uid: 249 + - uid: 252 components: - type: MetaData name: arrivals substation - type: Transform pos: 42.5,-59.5 parent: 2 - - uid: 250 + - uid: 253 components: - type: MetaData name: storage - type: Transform pos: -41.5,-14.5 parent: 2 - - uid: 251 + - uid: 254 components: - type: MetaData name: ame - type: Transform pos: -43.5,-10.5 parent: 2 - - uid: 252 + - uid: 255 components: - type: MetaData name: ame @@ -12848,54 +13245,54 @@ entities: rot: 1.5707963267948966 rad pos: -43.5,-11.5 parent: 2 - - uid: 253 + - uid: 256 components: - type: MetaData name: singularity - type: Transform pos: -49.5,-6.5 parent: 2 - - uid: 254 + - uid: 257 components: - type: MetaData name: singularity - type: Transform pos: -49.5,-5.5 parent: 2 - - uid: 255 + - uid: 258 components: - type: MetaData name: atmos substation - type: Transform pos: -27.5,-35.5 parent: 2 - - uid: 256 + - uid: 259 components: - type: Transform pos: -72.5,-27.5 parent: 2 - - uid: 257 + - uid: 260 components: - type: MetaData name: singularity substation - type: Transform pos: -52.5,-8.5 parent: 2 - - uid: 258 + - uid: 261 components: - type: MetaData name: maints bar substation - type: Transform pos: -29.5,-55.5 parent: 2 - - uid: 259 + - uid: 262 components: - type: MetaData name: cargo substation - type: Transform pos: -21.5,15.5 parent: 2 - - uid: 260 + - uid: 263 components: - type: MetaData name: substation @@ -12903,7 +13300,7 @@ entities: rot: 3.141592653589793 rad pos: 14.5,-59.5 parent: 2 - - uid: 261 + - uid: 264 components: - type: MetaData name: chapel substation @@ -12911,7 +13308,7 @@ entities: rot: 3.141592653589793 rad pos: -35.5,-2.5 parent: 2 - - uid: 262 + - uid: 265 components: - type: MetaData name: maints substation @@ -12919,33 +13316,33 @@ entities: rot: -1.5707963267948966 rad pos: 49.5,28.5 parent: 2 - - uid: 263 + - uid: 266 components: - type: MetaData name: north maints substation - type: Transform pos: -8.5,33.5 parent: 2 - - uid: 264 + - uid: 267 components: - type: MetaData name: ai substation - type: Transform pos: -10.5,60.5 parent: 2 - - uid: 265 + - uid: 268 components: - type: MetaData name: robotics substation - type: Transform pos: 68.5,-60.5 parent: 2 - - uid: 266 + - uid: 269 components: - type: Transform pos: -21.5,0.5 parent: 2 - - uid: 267 + - uid: 270 components: - type: MetaData name: telecoms substation @@ -12953,12 +13350,12 @@ entities: rot: 3.141592653589793 rad pos: 6.5,-21.5 parent: 2 - - uid: 268 + - uid: 271 components: - type: Transform pos: -41.5,-19.5 parent: 2 - - uid: 269 + - uid: 272 components: - type: MetaData name: teg substation @@ -12966,198 +13363,198 @@ entities: rot: -1.5707963267948966 rad pos: -71.5,-35.5 parent: 2 - - uid: 270 + - uid: 273 components: - type: Transform pos: -49.5,-16.5 parent: 2 - - uid: 271 + - uid: 274 components: - type: Transform pos: -49.5,-17.5 parent: 2 - - uid: 272 + - uid: 275 components: - type: MetaData name: substation - type: Transform pos: 15.5,-44.5 parent: 2 - - uid: 273 + - uid: 276 components: - type: MetaData name: substation - type: Transform pos: 14.5,-48.5 parent: 2 - - uid: 274 + - uid: 277 components: - type: Transform pos: -2.5,-14.5 parent: 2 - proto: AirlockExternalGlass entities: - - uid: 275 + - uid: 278 components: - type: Transform pos: -57.5,-71.5 parent: 2 - - uid: 276 + - uid: 279 components: - type: Transform rot: 1.5707963267948966 rad pos: 66.5,-5.5 parent: 2 - - uid: 277 + - uid: 280 components: - type: Transform pos: 76.5,-34.5 parent: 2 - - uid: 278 + - uid: 281 components: - type: Transform rot: -1.5707963267948966 rad pos: 32.5,-89.5 parent: 2 - - uid: 279 + - uid: 282 components: - type: Transform rot: -1.5707963267948966 rad pos: 30.5,-93.5 parent: 2 - - uid: 280 + - uid: 283 components: - type: Transform pos: -57.5,-81.5 parent: 2 - - uid: 281 + - uid: 284 components: - type: Transform pos: -57.5,-79.5 parent: 2 - - uid: 282 + - uid: 285 components: - type: Transform pos: -57.5,-73.5 parent: 2 - - uid: 283 + - uid: 286 components: - type: Transform rot: 1.5707963267948966 rad pos: 66.5,-3.5 parent: 2 - - uid: 284 + - uid: 287 components: - type: Transform rot: 1.5707963267948966 rad pos: 66.5,-11.5 parent: 2 - - uid: 285 + - uid: 288 components: - type: Transform rot: 1.5707963267948966 rad pos: 66.5,-13.5 parent: 2 - - uid: 286 + - uid: 289 components: - type: Transform pos: 27.5,45.5 parent: 2 - - uid: 287 + - uid: 290 components: - type: Transform pos: 21.5,45.5 parent: 2 - - uid: 288 + - uid: 291 components: - type: Transform rot: 3.141592653589793 rad pos: -17.5,68.5 parent: 2 - - uid: 289 + - uid: 292 components: - type: Transform pos: 16.5,41.5 parent: 2 - - uid: 290 + - uid: 293 components: - type: Transform pos: 76.5,-36.5 parent: 2 - - uid: 291 + - uid: 294 components: - type: Transform pos: 76.5,-37.5 parent: 2 - - uid: 292 + - uid: 295 components: - type: Transform pos: 76.5,-33.5 parent: 2 - - uid: 293 + - uid: 296 components: - type: Transform rot: -1.5707963267948966 rad pos: 32.5,-82.5 parent: 2 - - uid: 294 + - uid: 297 components: - type: Transform pos: 48.5,-93.5 parent: 2 - - uid: 295 + - uid: 298 components: - type: Transform rot: 1.5707963267948966 rad pos: 46.5,-82.5 parent: 2 - - uid: 296 + - uid: 299 components: - type: Transform rot: 1.5707963267948966 rad pos: 46.5,-89.5 parent: 2 - - uid: 297 + - uid: 300 components: - type: Transform pos: 50.5,-82.5 parent: 2 - - uid: 298 + - uid: 301 components: - type: Transform pos: 50.5,-89.5 parent: 2 - - uid: 299 + - uid: 302 components: - type: Transform rot: 1.5707963267948966 rad pos: 33.5,-90.5 parent: 2 - - uid: 300 + - uid: 303 components: - type: Transform rot: 3.141592653589793 rad pos: 45.5,-81.5 parent: 2 - - uid: 301 + - uid: 304 components: - type: Transform rot: 3.141592653589793 rad pos: 33.5,-81.5 parent: 2 - - uid: 302 + - uid: 305 components: - type: Transform rot: 1.5707963267948966 rad pos: 45.5,-90.5 parent: 2 - - uid: 303 + - uid: 306 components: - type: Transform rot: 3.141592653589793 rad pos: 68.5,-69.5 parent: 2 - - uid: 304 + - uid: 307 components: - type: Transform rot: 3.141592653589793 rad @@ -13165,281 +13562,281 @@ entities: parent: 2 - proto: AirlockExternalGlassCargoLocked entities: - - uid: 305 + - uid: 308 components: - type: Transform pos: -52.5,33.5 parent: 2 - - uid: 306 + - uid: 309 components: - type: Transform pos: -49.5,33.5 parent: 2 - - uid: 307 + - uid: 310 components: - type: Transform pos: -52.5,31.5 parent: 2 - - uid: 308 + - uid: 311 components: - type: Transform pos: -49.5,31.5 parent: 2 - - uid: 309 + - uid: 312 components: - type: Transform pos: -51.5,43.5 parent: 2 - - uid: 310 + - uid: 313 components: - type: Transform pos: -51.5,42.5 parent: 2 - - uid: 311 + - uid: 314 components: - type: Transform pos: -49.5,20.5 parent: 2 - - uid: 312 + - uid: 315 components: - type: Transform pos: -49.5,22.5 parent: 2 - - uid: 313 + - uid: 316 components: - type: Transform pos: -49.5,47.5 parent: 2 - - uid: 314 + - uid: 317 components: - type: Transform pos: -49.5,45.5 parent: 2 - proto: AirlockExternalGlassEngineeringLocked entities: - - uid: 315 + - uid: 318 components: - type: Transform pos: -58.5,-18.5 parent: 2 - - uid: 316 + - uid: 319 components: - type: Transform pos: -56.5,-18.5 parent: 2 - proto: AirlockExternalGlassLocked entities: - - uid: 317 + - uid: 320 components: - type: Transform pos: -1.5,-80.5 parent: 2 - - uid: 318 + - uid: 321 components: - type: Transform pos: 52.5,-14.5 parent: 2 - - uid: 319 + - uid: 322 components: - type: Transform pos: -7.5,-89.5 parent: 2 - - uid: 320 + - uid: 323 components: - type: Transform pos: -7.5,-94.5 parent: 2 - - uid: 321 + - uid: 324 components: - type: Transform pos: 67.5,-14.5 parent: 2 - - uid: 322 + - uid: 325 components: - type: Transform pos: 6.5,-86.5 parent: 2 - - uid: 323 + - uid: 326 components: - type: Transform pos: -37.5,43.5 parent: 2 - - uid: 324 + - uid: 327 components: - type: Transform pos: 6.5,-84.5 parent: 2 - - uid: 325 + - uid: 328 components: - type: Transform pos: -58.5,-54.5 parent: 2 - - uid: 326 + - uid: 329 components: - type: Transform pos: -60.5,-54.5 parent: 2 - - uid: 327 + - uid: 330 components: - type: Transform pos: -55.5,-1.5 parent: 2 - - uid: 328 + - uid: 331 components: - type: Transform pos: -37.5,41.5 parent: 2 - - uid: 329 + - uid: 332 components: - type: Transform pos: -1.5,-84.5 parent: 2 - - uid: 330 + - uid: 333 components: - type: Transform pos: 52.5,-16.5 parent: 2 - - uid: 331 + - uid: 334 components: - type: Transform pos: -46.5,-41.5 parent: 2 - - uid: 332 + - uid: 335 components: - type: Transform rot: -1.5707963267948966 rad pos: 63.5,30.5 parent: 2 - - uid: 333 + - uid: 336 components: - type: Transform pos: 69.5,36.5 parent: 2 - - uid: 334 + - uid: 337 components: - type: Transform pos: 75.5,36.5 parent: 2 - - uid: 335 + - uid: 338 components: - type: Transform pos: 77.5,36.5 parent: 2 - - uid: 336 + - uid: 339 components: - type: Transform pos: 67.5,36.5 parent: 2 - - uid: 337 + - uid: 340 components: - type: Transform pos: 63.5,32.5 parent: 2 - - uid: 338 + - uid: 341 components: - type: Transform pos: 29.5,41.5 parent: 2 - - uid: 339 + - uid: 342 components: - type: Transform pos: 29.5,43.5 parent: 2 - - uid: 340 + - uid: 343 components: - type: Transform pos: -12.5,71.5 parent: 2 - - uid: 341 + - uid: 344 components: - type: Transform pos: -13.5,71.5 parent: 2 - - uid: 342 + - uid: 345 components: - type: Transform pos: -21.5,71.5 parent: 2 - - uid: 343 + - uid: 346 components: - type: Transform pos: -22.5,71.5 parent: 2 - - uid: 344 + - uid: 347 components: - type: Transform pos: 67.5,-16.5 parent: 2 - - uid: 345 + - uid: 348 components: - type: Transform pos: -35.5,-99.5 parent: 2 - - uid: 346 + - uid: 349 components: - type: Transform pos: -35.5,-101.5 parent: 2 - - uid: 347 + - uid: 350 components: - type: Transform rot: 1.5707963267948966 rad pos: -50.5,-58.5 parent: 2 - - uid: 348 + - uid: 351 components: - type: Transform pos: -75.5,-31.5 parent: 2 - - uid: 349 + - uid: 352 components: - type: Transform pos: -77.5,-31.5 parent: 2 - - uid: 350 + - uid: 353 components: - type: Transform rot: -1.5707963267948966 rad pos: -62.5,-45.5 parent: 2 - - uid: 351 + - uid: 354 components: - type: Transform rot: 3.141592653589793 rad pos: -63.5,-44.5 parent: 2 - - uid: 352 + - uid: 355 components: - type: Transform rot: -1.5707963267948966 rad pos: 39.5,59.5 parent: 2 - - uid: 353 + - uid: 356 components: - type: Transform pos: -57.5,-1.5 parent: 2 - proto: AirlockExternalGlassShuttleArrivals entities: - - uid: 354 + - uid: 357 components: - type: Transform rot: 1.5707963267948966 rad pos: 34.5,-89.5 parent: 2 - - uid: 355 + - uid: 358 components: - type: Transform rot: -1.5707963267948966 rad pos: 44.5,-82.5 parent: 2 - - uid: 356 + - uid: 359 components: - type: Transform rot: -1.5707963267948966 rad pos: 44.5,-89.5 parent: 2 - - uid: 357 + - uid: 360 components: - type: Transform rot: 1.5707963267948966 rad @@ -13447,25 +13844,25 @@ entities: parent: 2 - proto: AirlockExternalGlassShuttleEmergencyLocked entities: - - uid: 358 + - uid: 361 components: - type: Transform rot: 1.5707963267948966 rad pos: 69.5,-3.5 parent: 2 - - uid: 359 + - uid: 362 components: - type: Transform rot: 1.5707963267948966 rad pos: 69.5,-13.5 parent: 2 - - uid: 360 + - uid: 363 components: - type: Transform rot: 1.5707963267948966 rad pos: 69.5,-11.5 parent: 2 - - uid: 361 + - uid: 364 components: - type: Transform rot: 1.5707963267948966 rad @@ -13473,43 +13870,43 @@ entities: parent: 2 - proto: AirlockExternalGlassShuttleEscape entities: - - uid: 362 + - uid: 365 components: - type: Transform pos: 30.5,-95.5 parent: 2 - - uid: 363 + - uid: 366 components: - type: Transform rot: 3.141592653589793 rad pos: -17.5,70.5 parent: 2 - - uid: 364 + - uid: 367 components: - type: Transform pos: 48.5,-95.5 parent: 2 - proto: AirlockExternalGlassShuttleLocked entities: - - uid: 365 + - uid: 368 components: - type: Transform rot: 3.141592653589793 rad pos: -13.5,75.5 parent: 2 - - uid: 366 + - uid: 369 components: - type: Transform rot: 3.141592653589793 rad pos: -12.5,75.5 parent: 2 - - uid: 367 + - uid: 370 components: - type: Transform rot: 3.141592653589793 rad pos: -21.5,75.5 parent: 2 - - uid: 368 + - uid: 371 components: - type: Transform rot: 3.141592653589793 rad @@ -13517,12 +13914,12 @@ entities: parent: 2 - proto: AirlockExternalGlassShuttleSyndicateLocked entities: - - uid: 369 + - uid: 372 components: - type: Transform pos: -54.5,-90.5 parent: 2 - - uid: 370 + - uid: 373 components: - type: Transform rot: 3.141592653589793 rad @@ -13530,26 +13927,26 @@ entities: parent: 2 - proto: AirlockFreezerKitchenHydroLocked entities: - - uid: 371 + - uid: 374 components: - type: Transform pos: 0.5,10.5 parent: 2 - - uid: 372 + - uid: 375 components: - type: MetaData name: service - type: Transform pos: -9.5,15.5 parent: 2 - - uid: 373 + - uid: 376 components: - type: Transform pos: -1.5,14.5 parent: 2 - proto: AirlockGlass entities: - - uid: 374 + - uid: 377 components: - type: MetaData name: lawyer office @@ -13557,59 +13954,59 @@ entities: rot: 3.141592653589793 rad pos: 35.5,-3.5 parent: 2 - - uid: 375 + - uid: 378 components: - type: Transform rot: 3.141592653589793 rad pos: -20.5,66.5 parent: 2 - - uid: 376 + - uid: 379 components: - type: Transform pos: 31.5,7.5 parent: 2 - - uid: 377 + - uid: 380 components: - type: Transform rot: 3.141592653589793 rad pos: 15.5,-38.5 parent: 2 - - uid: 378 + - uid: 381 components: - type: Transform pos: 19.5,-5.5 parent: 2 - - uid: 379 + - uid: 382 components: - type: MetaData name: bar - type: Transform pos: 10.5,4.5 parent: 2 - - uid: 380 + - uid: 383 components: - type: Transform rot: 1.5707963267948966 rad pos: 26.5,-15.5 parent: 2 - - uid: 381 + - uid: 384 components: - type: Transform rot: 1.5707963267948966 rad pos: 34.5,-19.5 parent: 2 - - uid: 382 + - uid: 385 components: - type: Transform rot: 3.141592653589793 rad pos: -0.5,-27.5 parent: 2 - - uid: 383 + - uid: 386 components: - type: Transform pos: -16.5,-42.5 parent: 2 - - uid: 384 + - uid: 387 components: - type: MetaData name: youtool @@ -13617,133 +14014,117 @@ entities: rot: -1.5707963267948966 rad pos: -21.5,-21.5 parent: 2 - - uid: 385 + - uid: 388 components: - type: Transform pos: 26.5,15.5 parent: 2 - type: DeviceLinkSink links: - - 24344 - - uid: 386 + - 24326 + - uid: 389 components: - type: Transform pos: 24.5,15.5 parent: 2 - type: DeviceLinkSink links: - - 24344 - - uid: 387 + - 24326 + - uid: 390 components: - type: Transform pos: -1.5,7.5 parent: 2 - - uid: 388 + - uid: 391 components: - type: Transform pos: 31.5,8.5 parent: 2 - - uid: 389 + - uid: 392 components: - type: Transform rot: -1.5707963267948966 rad pos: -3.5,-39.5 parent: 2 - - uid: 390 + - uid: 393 components: - type: Transform rot: -1.5707963267948966 rad pos: 24.5,-44.5 parent: 2 - - uid: 391 + - uid: 394 components: - type: Transform rot: -1.5707963267948966 rad pos: -5.5,-39.5 parent: 2 - - uid: 392 + - uid: 395 components: - type: Transform pos: 25.5,15.5 parent: 2 - type: DeviceLinkSink links: - - 24344 - - uid: 393 + - 24326 + - uid: 396 components: - type: Transform rot: -1.5707963267948966 rad pos: 15.5,7.5 parent: 2 - - uid: 394 + - uid: 397 components: - type: Transform rot: -1.5707963267948966 rad pos: 15.5,6.5 parent: 2 - - uid: 395 + - uid: 398 components: - type: Transform pos: 35.5,1.5 parent: 2 - - uid: 396 + - uid: 399 components: - type: Transform rot: 1.5707963267948966 rad pos: 16.5,-19.5 parent: 2 - - uid: 397 + - uid: 400 components: - type: Transform rot: 1.5707963267948966 rad pos: 15.5,-19.5 parent: 2 - - uid: 398 + - uid: 401 components: - type: Transform rot: 1.5707963267948966 rad pos: 14.5,-19.5 parent: 2 - - uid: 399 + - uid: 402 components: - type: Transform rot: 3.141592653589793 rad pos: 10.5,-27.5 parent: 2 - - uid: 400 + - uid: 403 components: - type: Transform rot: 3.141592653589793 rad pos: 10.5,-26.5 parent: 2 - - uid: 401 - components: - - type: Transform - pos: 0.5,-50.5 - parent: 2 - - type: DeviceLinkSink - links: - - 24359 - - uid: 402 - components: - - type: Transform - pos: -0.5,-50.5 - parent: 2 - - type: DeviceLinkSink - links: - - 24359 - - uid: 403 + - uid: 404 components: - type: Transform pos: 31.5,1.5 parent: 2 - - uid: 404 + - uid: 405 components: - type: Transform rot: 3.141592653589793 rad pos: 31.5,-6.5 parent: 2 - - uid: 405 + - uid: 406 components: - type: MetaData name: lawyer office @@ -13751,14 +14132,6 @@ entities: rot: 3.141592653589793 rad pos: 38.5,-0.5 parent: 2 - - uid: 406 - components: - - type: Transform - pos: -1.5,-50.5 - parent: 2 - - type: DeviceLinkSink - links: - - 24359 - uid: 407 components: - type: Transform @@ -13939,7 +14312,7 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24358 + - 24339 - uid: 439 components: - type: Transform @@ -13947,7 +14320,7 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24358 + - 24339 - uid: 440 components: - type: Transform @@ -13955,7 +14328,7 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24358 + - 24339 - uid: 441 components: - type: Transform @@ -14053,7 +14426,7 @@ entities: pos: 51.5,-3.5 parent: 2 - type: Door - secondsUntilStateChange: -2758.1892 + secondsUntilStateChange: -13352.458 state: Opening - uid: 457 components: @@ -14062,7 +14435,7 @@ entities: pos: 52.5,-3.5 parent: 2 - type: Door - secondsUntilStateChange: -2756.9727 + secondsUntilStateChange: -13351.241 state: Opening - uid: 458 components: @@ -14162,383 +14535,359 @@ entities: pos: 39.5,-57.5 parent: 2 - uid: 475 - components: - - type: Transform - pos: -7.5,-50.5 - parent: 2 - - type: DeviceLinkSink - links: - - 24359 - - uid: 476 - components: - - type: Transform - pos: -8.5,-50.5 - parent: 2 - - type: DeviceLinkSink - links: - - 24359 - - uid: 477 - components: - - type: Transform - pos: -9.5,-50.5 - parent: 2 - - type: DeviceLinkSink - links: - - 24359 - - uid: 478 components: - type: Transform pos: -19.5,14.5 parent: 2 - - uid: 479 + - uid: 476 components: - type: Transform pos: -18.5,14.5 parent: 2 - - uid: 480 + - uid: 477 components: - type: Transform pos: -20.5,14.5 parent: 2 - - uid: 481 + - uid: 478 components: - type: Transform pos: -19.5,-39.5 parent: 2 - - uid: 482 + - uid: 479 components: - type: Transform pos: -20.5,-39.5 parent: 2 - - uid: 483 + - uid: 480 components: - type: Transform pos: -18.5,-39.5 parent: 2 - - uid: 484 + - uid: 481 components: - type: Transform pos: -18.5,-24.5 parent: 2 - - uid: 485 + - uid: 482 components: - type: Transform rot: -1.5707963267948966 rad pos: -18.5,-7.5 parent: 2 - - uid: 486 + - uid: 483 components: - type: Transform rot: -1.5707963267948966 rad pos: -19.5,-7.5 parent: 2 - - uid: 487 + - uid: 484 components: - type: Transform rot: -1.5707963267948966 rad pos: -20.5,-7.5 parent: 2 - - uid: 488 + - uid: 485 components: - type: Transform pos: -21.5,-12.5 parent: 2 - type: DeviceLinkSink links: - - 24356 - - uid: 489 + - 24337 + - uid: 486 components: - type: Transform pos: -21.5,-11.5 parent: 2 - type: DeviceLinkSink links: - - 24356 - - uid: 490 + - 24337 + - uid: 487 components: - type: Transform pos: -21.5,20.5 parent: 2 - type: DeviceLinkSink links: - - 24345 - - uid: 491 + - 24327 + - uid: 488 components: - type: Transform rot: -1.5707963267948966 rad pos: -17.5,29.5 parent: 2 - - uid: 492 + - uid: 489 components: - type: Transform rot: -1.5707963267948966 rad pos: -17.5,30.5 parent: 2 - - uid: 493 + - uid: 490 components: - type: Transform pos: -30.5,7.5 parent: 2 - - uid: 494 + - uid: 491 components: - type: Transform pos: -44.5,-0.5 parent: 2 - - uid: 495 + - uid: 492 components: - type: Transform pos: -4.5,-2.5 parent: 2 - - uid: 496 + - uid: 493 components: - type: Transform pos: -3.5,-2.5 parent: 2 - - uid: 497 + - uid: 494 components: - type: Transform pos: -44.5,1.5 parent: 2 - - uid: 498 + - uid: 495 components: - type: Transform pos: -44.5,0.5 parent: 2 - - uid: 499 + - uid: 496 components: - type: Transform pos: -38.5,2.5 parent: 2 - - uid: 500 + - uid: 497 components: - type: Transform pos: -37.5,2.5 parent: 2 - - uid: 501 + - uid: 498 components: - type: Transform pos: -27.5,1.5 parent: 2 - - uid: 502 + - uid: 499 components: - type: Transform pos: -27.5,0.5 parent: 2 - - uid: 503 + - uid: 500 components: - type: Transform pos: -27.5,-0.5 parent: 2 - - uid: 504 + - uid: 501 components: - type: Transform pos: -5.5,-2.5 parent: 2 - - uid: 505 + - uid: 502 components: - type: Transform pos: -21.5,21.5 parent: 2 - type: DeviceLinkSink links: - - 24345 - - uid: 506 + - 24327 + - uid: 503 components: - type: Transform pos: -46.5,2.5 parent: 2 - - uid: 507 + - uid: 504 components: - type: Transform pos: -47.5,2.5 parent: 2 - - uid: 508 + - uid: 505 components: - type: Transform pos: -45.5,2.5 parent: 2 - - uid: 509 + - uid: 506 components: - type: Transform rot: 3.141592653589793 rad pos: -45.5,9.5 parent: 2 - - uid: 510 + - uid: 507 components: - type: Transform rot: 3.141592653589793 rad pos: -46.5,9.5 parent: 2 - - uid: 511 + - uid: 508 components: - type: Transform rot: 1.5707963267948966 rad pos: 19.5,7.5 parent: 2 - - uid: 512 + - uid: 509 components: - type: Transform rot: -1.5707963267948966 rad pos: -17.5,48.5 parent: 2 - - uid: 513 + - uid: 510 components: - type: Transform rot: -1.5707963267948966 rad pos: -13.5,44.5 parent: 2 - - uid: 514 + - uid: 511 components: - type: Transform rot: -1.5707963267948966 rad pos: -18.5,48.5 parent: 2 - - uid: 515 + - uid: 512 components: - type: Transform rot: -1.5707963267948966 rad pos: -16.5,48.5 parent: 2 - - uid: 516 + - uid: 513 components: - type: Transform rot: 3.141592653589793 rad pos: -11.5,52.5 parent: 2 - - uid: 517 + - uid: 514 components: - type: Transform rot: 3.141592653589793 rad pos: -6.5,57.5 parent: 2 - - uid: 518 + - uid: 515 components: - type: Transform pos: -11.5,59.5 parent: 2 - - uid: 519 + - uid: 516 components: - type: Transform pos: -11.5,58.5 parent: 2 - - uid: 520 + - uid: 517 components: - type: Transform pos: -15.5,51.5 parent: 2 - - uid: 521 + - uid: 518 components: - type: Transform pos: -15.5,50.5 parent: 2 - - uid: 522 + - uid: 519 components: - type: Transform rot: 3.141592653589793 rad pos: -4.5,47.5 parent: 2 - - uid: 523 + - uid: 520 components: - type: Transform pos: 4.5,-28.5 parent: 2 - - uid: 524 + - uid: 521 components: - type: Transform pos: 47.5,-76.5 parent: 2 - - uid: 525 + - uid: 522 components: - type: Transform rot: 3.141592653589793 rad pos: 23.5,-83.5 parent: 2 - - uid: 526 + - uid: 523 components: - type: Transform rot: 3.141592653589793 rad pos: 20.5,-83.5 parent: 2 - - uid: 527 + - uid: 524 components: - type: Transform rot: 1.5707963267948966 rad pos: 46.5,-72.5 parent: 2 - - uid: 528 + - uid: 525 components: - type: Transform rot: 1.5707963267948966 rad pos: 32.5,-73.5 parent: 2 - - uid: 529 + - uid: 526 components: - type: Transform pos: 49.5,-76.5 parent: 2 - - uid: 530 + - uid: 527 components: - type: Transform rot: 1.5707963267948966 rad pos: 32.5,-71.5 parent: 2 - - uid: 531 + - uid: 528 components: - type: Transform rot: 1.5707963267948966 rad pos: 46.5,-73.5 parent: 2 - - uid: 532 + - uid: 529 components: - type: Transform pos: 48.5,-76.5 parent: 2 - - uid: 533 + - uid: 530 components: - type: Transform rot: 1.5707963267948966 rad pos: -75.5,-54.5 parent: 2 - - uid: 534 + - uid: 531 components: - type: Transform rot: 1.5707963267948966 rad pos: -75.5,-53.5 parent: 2 - - uid: 535 + - uid: 532 components: - type: Transform rot: 1.5707963267948966 rad pos: -67.5,-53.5 parent: 2 - - uid: 536 + - uid: 533 components: - type: Transform rot: -1.5707963267948966 rad pos: -67.5,-54.5 parent: 2 - - uid: 537 + - uid: 534 components: - type: Transform rot: 1.5707963267948966 rad pos: 7.5,-11.5 parent: 2 - - uid: 538 + - uid: 535 components: - type: Transform pos: 47.5,-43.5 parent: 2 - - uid: 539 + - uid: 536 components: - type: Transform pos: 47.5,-41.5 parent: 2 - - uid: 540 + - uid: 537 components: - type: Transform pos: 47.5,-42.5 parent: 2 - - uid: 541 + - uid: 538 components: - type: MetaData name: barbers @@ -14548,111 +14897,111 @@ entities: parent: 2 - proto: AirlockGlassShuttle entities: - - uid: 542 + - uid: 539 components: - type: Transform rot: -1.5707963267948966 rad pos: -53.5,22.5 parent: 2 - - uid: 543 + - uid: 540 components: - type: Transform rot: -1.5707963267948966 rad pos: -53.5,20.5 parent: 2 - - uid: 544 + - uid: 541 components: - type: Transform rot: -1.5707963267948966 rad pos: -59.5,-71.5 parent: 2 - - uid: 545 + - uid: 542 components: - type: Transform rot: -1.5707963267948966 rad pos: -59.5,-73.5 parent: 2 - - uid: 546 + - uid: 543 components: - type: Transform rot: -1.5707963267948966 rad pos: -59.5,-81.5 parent: 2 - - uid: 547 + - uid: 544 components: - type: Transform rot: -1.5707963267948966 rad pos: -59.5,-79.5 parent: 2 - - uid: 548 + - uid: 545 components: - type: Transform rot: 1.5707963267948966 rad pos: 79.5,-37.5 parent: 2 - - uid: 549 + - uid: 546 components: - type: Transform rot: 1.5707963267948966 rad pos: 79.5,-34.5 parent: 2 - - uid: 550 + - uid: 547 components: - type: Transform rot: 1.5707963267948966 rad pos: 79.5,-36.5 parent: 2 - - uid: 551 + - uid: 548 components: - type: Transform rot: 1.5707963267948966 rad pos: 79.5,-33.5 parent: 2 - - uid: 552 + - uid: 549 components: - type: Transform rot: 1.5707963267948966 rad pos: 52.5,-82.5 parent: 2 - - uid: 553 + - uid: 550 components: - type: Transform rot: 1.5707963267948966 rad pos: 52.5,-89.5 parent: 2 - - uid: 554 + - uid: 551 components: - type: Transform rot: 3.141592653589793 rad pos: -73.5,-50.5 parent: 2 - - uid: 555 + - uid: 552 components: - type: Transform rot: 3.141592653589793 rad pos: -71.5,-50.5 parent: 2 - - uid: 556 + - uid: 553 components: - type: Transform pos: -73.5,-57.5 parent: 2 - - uid: 557 + - uid: 554 components: - type: Transform pos: -71.5,-57.5 parent: 2 - proto: AirlockHeadOfPersonnelLocked entities: - - uid: 558 + - uid: 555 components: - type: Transform pos: 0.5,-5.5 parent: 2 - type: DeviceLinkSink links: - - 24056 - - uid: 559 + - 24031 + - uid: 556 components: - type: MetaData name: hop office @@ -14661,15 +15010,15 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24056 - - uid: 560 + - 24031 + - uid: 557 components: - type: Transform pos: -2.5,-5.5 parent: 2 - proto: AirlockHeadOfSecurityGlassLocked entities: - - uid: 561 + - uid: 558 components: - type: MetaData name: hos office @@ -14677,7 +15026,7 @@ entities: rot: -1.5707963267948966 rad pos: 6.5,18.5 parent: 2 - - uid: 562 + - uid: 559 components: - type: Transform rot: 1.5707963267948966 rad @@ -14685,7 +15034,7 @@ entities: parent: 2 - proto: AirlockHeadOfSecurityLocked entities: - - uid: 563 + - uid: 560 components: - type: MetaData name: hos office @@ -14694,24 +15043,24 @@ entities: parent: 2 - proto: AirlockHydroponicsLocked entities: - - uid: 564 + - uid: 561 components: - type: Transform pos: -3.5,9.5 parent: 2 - - uid: 565 + - uid: 562 components: - type: MetaData name: hydrophonics - type: Transform pos: -10.5,4.5 parent: 2 - - uid: 566 + - uid: 563 components: - type: Transform pos: -6.5,13.5 parent: 2 - - uid: 567 + - uid: 564 components: - type: Transform rot: -1.5707963267948966 rad @@ -14719,24 +15068,24 @@ entities: parent: 2 - proto: AirlockJanitorLocked entities: - - uid: 568 + - uid: 565 components: - type: Transform pos: -11.5,-16.5 parent: 2 - - uid: 569 + - uid: 566 components: - type: Transform pos: -11.5,-20.5 parent: 2 - - uid: 570 + - uid: 567 components: - type: MetaData name: janitorial closet - type: Transform pos: -11.5,-24.5 parent: 2 - - uid: 571 + - uid: 568 components: - type: Transform rot: -1.5707963267948966 rad @@ -14744,7 +15093,7 @@ entities: parent: 2 - proto: AirlockKitchenLocked entities: - - uid: 572 + - uid: 569 components: - type: MetaData name: kitchen @@ -14754,7 +15103,7 @@ entities: parent: 2 - proto: AirlockMaint entities: - - uid: 573 + - uid: 570 components: - type: MetaData name: waste disposal @@ -14762,23 +15111,23 @@ entities: rot: -1.5707963267948966 rad pos: 14.5,-51.5 parent: 2 - - uid: 574 + - uid: 571 components: - type: Transform rot: 3.141592653589793 rad pos: 23.5,-53.5 parent: 2 - - uid: 575 + - uid: 572 components: - type: Transform pos: -6.5,-29.5 parent: 2 - - uid: 576 + - uid: 573 components: - type: Transform pos: -17.5,-29.5 parent: 2 - - uid: 577 + - uid: 574 components: - type: MetaData name: waste disposal @@ -14788,7 +15137,7 @@ entities: parent: 2 - proto: AirlockMaintAtmoLocked entities: - - uid: 578 + - uid: 575 components: - type: MetaData name: atmospherics @@ -14796,14 +15145,14 @@ entities: rot: 3.141592653589793 rad pos: -24.5,-30.5 parent: 2 - - uid: 579 + - uid: 576 components: - type: MetaData name: atmos - type: Transform pos: -30.5,-40.5 parent: 2 - - uid: 580 + - uid: 577 components: - type: MetaData name: atmos @@ -14811,7 +15160,7 @@ entities: rot: 3.141592653589793 rad pos: -32.5,-50.5 parent: 2 - - uid: 581 + - uid: 578 components: - type: MetaData name: atmospherics @@ -14820,7 +15169,7 @@ entities: parent: 2 - proto: AirlockMaintCaptainLocked entities: - - uid: 582 + - uid: 579 components: - type: MetaData name: captains quarters @@ -14829,7 +15178,7 @@ entities: parent: 2 - proto: AirlockMaintChemLocked entities: - - uid: 583 + - uid: 580 components: - type: MetaData name: chemistry @@ -14837,7 +15186,7 @@ entities: rot: -1.5707963267948966 rad pos: 8.5,-49.5 parent: 2 - - uid: 584 + - uid: 581 components: - type: MetaData name: chemistry @@ -14845,39 +15194,51 @@ entities: rot: -1.5707963267948966 rad pos: 10.5,-48.5 parent: 2 +- proto: AirlockMaintChiefMedicalOfficerLocked + entities: + - uid: 582 + components: + - type: Transform + pos: -16.5,-52.5 + parent: 2 + - uid: 583 + components: + - type: Transform + pos: -20.5,-52.5 + parent: 2 - proto: AirlockMaintCommandLocked entities: - - uid: 585 + - uid: 584 components: - type: Transform rot: 1.5707963267948966 rad pos: 33.5,-32.5 parent: 2 - - uid: 586 + - uid: 585 components: - type: Transform rot: 1.5707963267948966 rad pos: 17.5,-32.5 parent: 2 - - uid: 587 + - uid: 586 components: - type: Transform pos: 18.5,-30.5 parent: 2 - - uid: 588 + - uid: 587 components: - type: Transform rot: 1.5707963267948966 rad pos: 63.5,0.5 parent: 2 - - uid: 589 + - uid: 588 components: - type: MetaData name: bridge - type: Transform pos: 26.5,-26.5 parent: 2 - - uid: 590 + - uid: 589 components: - type: MetaData name: conference room @@ -14887,216 +15248,216 @@ entities: parent: 2 - proto: AirlockMaintDetectiveLocked entities: - - uid: 591 + - uid: 590 components: - type: Transform pos: 20.5,-9.5 parent: 2 - proto: AirlockMaintEngiLocked entities: - - uid: 592 + - uid: 591 components: - type: MetaData name: engineering - type: Transform pos: -41.5,-4.5 parent: 2 - - uid: 593 + - uid: 592 components: - type: Transform pos: -51.5,-26.5 parent: 2 - proto: AirlockMaintGlass entities: - - uid: 594 + - uid: 593 components: - type: Transform rot: 3.141592653589793 rad pos: -8.5,25.5 parent: 2 - - uid: 595 + - uid: 594 components: - type: Transform pos: 47.5,-33.5 parent: 2 - - uid: 596 + - uid: 595 components: - type: Transform pos: -41.5,-86.5 parent: 2 - - uid: 597 + - uid: 596 components: - type: Transform pos: -42.5,-86.5 parent: 2 - - uid: 598 + - uid: 597 components: - type: Transform pos: -7.5,21.5 parent: 2 - - uid: 599 + - uid: 598 components: - type: Transform pos: -8.5,30.5 parent: 2 - - uid: 600 + - uid: 599 components: - type: Transform rot: -1.5707963267948966 rad pos: -42.5,-28.5 parent: 2 - - uid: 601 + - uid: 600 components: - type: Transform rot: 3.141592653589793 rad pos: -10.5,25.5 parent: 2 - - uid: 602 + - uid: 601 components: - type: Transform pos: 57.5,-27.5 parent: 2 - - uid: 603 + - uid: 602 components: - type: Transform pos: -11.5,18.5 parent: 2 - - uid: 604 + - uid: 603 components: - type: Transform pos: -16.5,16.5 parent: 2 - - uid: 605 + - uid: 604 components: - type: Transform pos: 52.5,-32.5 parent: 2 - - uid: 606 + - uid: 605 components: - type: Transform pos: 54.5,40.5 parent: 2 - - uid: 607 + - uid: 606 components: - type: Transform pos: 54.5,54.5 parent: 2 - - uid: 608 + - uid: 607 components: - type: Transform pos: 52.5,41.5 parent: 2 - - uid: 609 + - uid: 608 components: - type: Transform rot: 1.5707963267948966 rad pos: 52.5,34.5 parent: 2 - - uid: 610 + - uid: 609 components: - type: Transform pos: 44.5,45.5 parent: 2 - - uid: 611 + - uid: 610 components: - type: Transform pos: 31.5,45.5 parent: 2 - - uid: 612 + - uid: 611 components: - type: Transform pos: -26.5,35.5 parent: 2 - - uid: 613 + - uid: 612 components: - type: Transform pos: -26.5,33.5 parent: 2 - - uid: 614 + - uid: 613 components: - type: Transform rot: 3.141592653589793 rad pos: -11.5,21.5 parent: 2 - - uid: 615 + - uid: 614 components: - type: Transform rot: -1.5707963267948966 rad pos: -8.5,-76.5 parent: 2 - - uid: 616 + - uid: 615 components: - type: Transform pos: -13.5,-97.5 parent: 2 - - uid: 617 + - uid: 616 components: - type: Transform pos: -31.5,-97.5 parent: 2 - - uid: 618 + - uid: 617 components: - type: Transform rot: 1.5707963267948966 rad pos: -42.5,-93.5 parent: 2 - - uid: 619 + - uid: 618 components: - type: Transform pos: 65.5,-65.5 parent: 2 - - uid: 620 + - uid: 619 components: - type: Transform pos: 57.5,-65.5 parent: 2 - - uid: 621 + - uid: 620 components: - type: Transform pos: 54.5,-33.5 parent: 2 - proto: AirlockMaintGlassLocked entities: - - uid: 622 + - uid: 621 components: - type: Transform pos: 56.5,35.5 parent: 2 - - uid: 623 + - uid: 622 components: - type: Transform pos: 51.5,31.5 parent: 2 - - uid: 624 + - uid: 623 components: - type: Transform pos: -17.5,64.5 parent: 2 - - uid: 625 + - uid: 624 components: - type: Transform pos: -17.5,59.5 parent: 2 - - uid: 626 + - uid: 625 components: - type: MetaData name: forgotten dock - type: Transform pos: -48.5,-76.5 parent: 2 - - uid: 627 + - uid: 626 components: - type: Transform pos: 57.5,30.5 parent: 2 - - uid: 628 + - uid: 627 components: - type: Transform pos: 16.5,35.5 parent: 2 - proto: AirlockMaintHOPLocked entities: - - uid: 629 + - uid: 628 components: - type: MetaData name: hop office @@ -15106,246 +15467,233 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24056 + - 24031 - proto: AirlockMaintJanitorLocked entities: - - uid: 630 + - uid: 629 components: - type: Transform pos: -14.5,-14.5 parent: 2 - proto: AirlockMaintLocked entities: - - uid: 631 + - uid: 630 components: - type: Transform rot: 3.141592653589793 rad pos: -55.5,-29.5 parent: 2 - - uid: 632 + - uid: 631 components: - type: Transform pos: 18.5,-7.5 parent: 2 - - uid: 633 + - uid: 632 components: - type: Transform pos: 14.5,-2.5 parent: 2 - - uid: 634 + - uid: 633 components: - type: Transform pos: -8.5,-70.5 parent: 2 - - uid: 635 + - uid: 634 components: - type: Transform rot: 3.141592653589793 rad pos: 27.5,-8.5 parent: 2 - - uid: 636 + - uid: 635 components: - type: Transform pos: 35.5,-15.5 parent: 2 - - uid: 637 + - uid: 636 components: - type: Transform pos: -13.5,-7.5 parent: 2 - - uid: 638 + - uid: 637 components: - type: Transform pos: 36.5,-44.5 parent: 2 - - uid: 639 - components: - - type: MetaData - name: medbay - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-53.5 - parent: 2 - - uid: 640 + - uid: 638 components: - type: Transform pos: 15.5,-15.5 parent: 2 - - uid: 641 + - uid: 639 components: - type: Transform pos: 13.5,-29.5 parent: 2 - - uid: 642 + - uid: 640 components: - type: Transform rot: -1.5707963267948966 rad pos: 37.5,-33.5 parent: 2 - - uid: 643 + - uid: 641 components: - type: Transform rot: 1.5707963267948966 rad pos: -2.5,-9.5 parent: 2 - - uid: 644 + - uid: 642 components: - type: Transform pos: -6.5,-9.5 parent: 2 - - uid: 645 + - uid: 643 components: - type: Transform rot: -1.5707963267948966 rad pos: 55.5,-0.5 parent: 2 - - uid: 646 + - uid: 644 components: - type: MetaData name: evac - type: Transform pos: 48.5,-8.5 parent: 2 - - uid: 647 + - uid: 645 components: - type: Transform pos: 57.5,-4.5 parent: 2 - - uid: 648 + - uid: 646 components: - type: Transform pos: 64.5,2.5 parent: 2 - - uid: 649 + - uid: 647 components: - type: Transform pos: -17.5,-14.5 parent: 2 - - uid: 650 + - uid: 648 components: - type: MetaData name: evac - type: Transform pos: 62.5,-14.5 parent: 2 - - uid: 651 + - uid: 649 components: - type: Transform rot: 1.5707963267948966 rad pos: 50.5,-13.5 parent: 2 - - uid: 652 + - uid: 650 components: - type: Transform pos: -17.5,52.5 parent: 2 - - uid: 653 + - uid: 651 components: - type: Transform pos: -20.5,55.5 parent: 2 - - uid: 654 + - uid: 652 components: - type: MetaData name: courtroom - type: Transform pos: 35.5,-54.5 parent: 2 - - uid: 655 + - uid: 653 components: - type: Transform pos: -21.5,-26.5 parent: 2 - - uid: 656 + - uid: 654 components: - type: Transform pos: -21.5,-42.5 parent: 2 - - uid: 657 + - uid: 655 components: - type: Transform pos: 36.5,-57.5 parent: 2 - - uid: 658 + - uid: 656 components: - type: Transform pos: 9.5,-70.5 parent: 2 - - uid: 659 + - uid: 657 components: - type: Transform rot: -1.5707963267948966 rad pos: 41.5,-64.5 parent: 2 - - uid: 660 + - uid: 658 components: - type: Transform pos: 21.5,-73.5 parent: 2 - - uid: 661 + - uid: 659 components: - type: MetaData name: engineering - type: Transform pos: -30.5,-26.5 parent: 2 - - uid: 662 + - uid: 660 components: - type: MetaData name: engineering - type: Transform pos: -33.5,-26.5 parent: 2 - - uid: 663 + - uid: 661 components: - type: Transform rot: 3.141592653589793 rad pos: -31.5,-45.5 parent: 2 - - uid: 664 + - uid: 662 components: - type: Transform rot: 1.5707963267948966 rad pos: -51.5,-63.5 parent: 2 - - uid: 665 - components: - - type: Transform - pos: -16.5,-52.5 - parent: 2 - - uid: 666 + - uid: 663 components: - type: Transform rot: -1.5707963267948966 rad pos: -17.5,19.5 parent: 2 - - uid: 667 + - uid: 664 components: - type: Transform pos: -24.5,26.5 parent: 2 - - uid: 668 + - uid: 665 components: - type: Transform pos: -4.5,32.5 parent: 2 - - uid: 669 + - uid: 666 components: - type: Transform pos: 1.5,32.5 parent: 2 - - uid: 670 + - uid: 667 components: - type: Transform rot: -1.5707963267948966 rad pos: -37.5,-1.5 parent: 2 - - uid: 671 + - uid: 668 components: - type: Transform pos: -48.5,0.5 parent: 2 - - uid: 672 + - uid: 669 components: - type: MetaData name: singularity catwalk @@ -15353,80 +15701,80 @@ entities: rot: 3.141592653589793 rad pos: -53.5,-2.5 parent: 2 - - uid: 673 + - uid: 670 components: - type: Transform rot: 1.5707963267948966 rad pos: -21.5,27.5 parent: 2 - - uid: 674 + - uid: 671 components: - type: Transform pos: 11.5,32.5 parent: 2 - - uid: 675 + - uid: 672 components: - type: Transform pos: -23.5,56.5 parent: 2 - - uid: 676 + - uid: 673 components: - type: Transform pos: 4.5,32.5 parent: 2 - - uid: 677 + - uid: 674 components: - type: Transform pos: -22.5,34.5 parent: 2 - type: DeviceLinkSink links: - - 24282 - - uid: 678 + - 24265 + - uid: 675 components: - type: Transform rot: 1.5707963267948966 rad pos: -41.5,-93.5 parent: 2 - - uid: 679 + - uid: 676 components: - type: Transform rot: 1.5707963267948966 rad pos: -56.5,-57.5 parent: 2 - - uid: 680 + - uid: 677 components: - type: Transform pos: 6.5,-35.5 parent: 2 - - uid: 681 + - uid: 678 components: - type: Transform pos: 61.5,-26.5 parent: 2 - - uid: 682 + - uid: 679 components: - type: Transform pos: 10.5,-83.5 parent: 2 - - uid: 683 + - uid: 680 components: - type: Transform rot: 3.141592653589793 rad pos: -55.5,-34.5 parent: 2 - - uid: 684 + - uid: 681 components: - type: Transform rot: 1.5707963267948966 rad pos: -17.5,11.5 parent: 2 - - uid: 685 + - uid: 682 components: - type: Transform pos: -2.5,-17.5 parent: 2 - - uid: 686 + - uid: 683 components: - type: MetaData name: library @@ -15434,66 +15782,49 @@ entities: rot: 1.5707963267948966 rad pos: 4.5,-12.5 parent: 2 - - uid: 687 + - uid: 684 components: - type: Transform pos: -56.5,-40.5 parent: 2 - - uid: 688 + - uid: 685 components: - type: MetaData name: science - type: Transform pos: 50.5,-36.5 parent: 2 - - uid: 689 + - uid: 686 components: - type: Transform pos: 17.5,-44.5 parent: 2 - - uid: 690 + - uid: 687 components: - type: Transform pos: 8.5,-40.5 parent: 2 - - uid: 691 + - uid: 688 components: - type: Transform rot: 3.141592653589793 rad pos: 9.5,-36.5 parent: 2 -- proto: AirlockMaintMedLocked - entities: - - uid: 692 - components: - - type: MetaData - name: surgery - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-68.5 - parent: 2 - - uid: 693 + - uid: 689 components: - - type: MetaData - name: storeroom - type: Transform rot: -1.5707963267948966 rad pos: -8.5,-67.5 parent: 2 - - uid: 694 - components: - - type: MetaData - name: medbay - - type: Transform - pos: 6.5,-62.5 - parent: 2 - - uid: 695 +- proto: AirlockMaintMedLocked + entities: + - uid: 690 components: - type: Transform rot: 3.141592653589793 rad pos: -16.5,-72.5 parent: 2 - - uid: 696 + - uid: 691 components: - type: MetaData name: virology @@ -15501,22 +15832,32 @@ entities: rot: -1.5707963267948966 rad pos: -32.5,-71.5 parent: 2 - - uid: 697 + - uid: 692 + components: + - type: Transform + pos: -11.5,-31.5 + parent: 2 + - uid: 693 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-67.5 + parent: 2 + - uid: 694 components: - - type: MetaData - name: cryogenics - type: Transform rot: 1.5707963267948966 rad - pos: -27.5,-58.5 + pos: 5.5,-64.5 parent: 2 - - uid: 698 + - uid: 695 components: - type: Transform - pos: -11.5,-31.5 + rot: 1.5707963267948966 rad + pos: 7.5,-56.5 parent: 2 - proto: AirlockMaintRnDLocked entities: - - uid: 699 + - uid: 696 components: - type: MetaData name: robotics @@ -15524,21 +15865,21 @@ entities: rot: -1.5707963267948966 rad pos: 75.5,-50.5 parent: 2 - - uid: 700 + - uid: 697 components: - type: MetaData name: r&d - type: Transform pos: 45.5,-34.5 parent: 2 - - uid: 701 + - uid: 698 components: - type: MetaData name: toxins - type: Transform pos: 44.5,-56.5 parent: 2 - - uid: 702 + - uid: 699 components: - type: MetaData name: science @@ -15547,7 +15888,7 @@ entities: parent: 2 - proto: AirlockMaintSalvageLocked entities: - - uid: 703 + - uid: 700 components: - type: MetaData name: salvage @@ -15555,7 +15896,7 @@ entities: rot: -1.5707963267948966 rad pos: -37.5,34.5 parent: 2 - - uid: 704 + - uid: 701 components: - type: Transform rot: -1.5707963267948966 rad @@ -15563,43 +15904,43 @@ entities: parent: 2 - proto: AirlockMaintSecLocked entities: - - uid: 705 + - uid: 702 components: - type: Transform pos: 31.5,21.5 parent: 2 - - uid: 706 + - uid: 703 components: - type: Transform pos: -15.5,-19.5 parent: 2 - - uid: 707 + - uid: 704 components: - type: MetaData name: interrogation room - type: Transform pos: 14.5,24.5 parent: 2 - - uid: 708 + - uid: 705 components: - type: Transform rot: 1.5707963267948966 rad pos: 21.5,-48.5 parent: 2 - - uid: 709 + - uid: 706 components: - type: Transform rot: -1.5707963267948966 rad pos: -13.5,26.5 parent: 2 - - uid: 710 + - uid: 707 components: - type: Transform pos: -1.5,22.5 parent: 2 - proto: AirlockMaintTheatreLocked entities: - - uid: 711 + - uid: 708 components: - type: MetaData name: theatre @@ -15608,145 +15949,138 @@ entities: parent: 2 - proto: AirlockMedicalGlass entities: - - uid: 712 + - uid: 709 components: - type: Transform pos: 43.5,6.5 parent: 2 +- proto: AirlockMedicalGlassLocked + entities: + - uid: 710 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-50.5 + parent: 2 + - uid: 711 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-50.5 + parent: 2 + - uid: 712 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-50.5 + parent: 2 - uid: 713 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-62.5 + rot: -1.5707963267948966 rad + pos: -1.5,-50.5 parent: 2 -- proto: AirlockMedicalGlassLocked - entities: - uid: 714 components: - type: Transform - pos: -15.5,-55.5 + rot: -1.5707963267948966 rad + pos: -0.5,-50.5 parent: 2 - uid: 715 components: - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-58.5 + rot: -1.5707963267948966 rad + pos: 0.5,-50.5 parent: 2 - uid: 716 components: - - type: MetaData - name: cryogenics - type: Transform pos: -21.5,-60.5 parent: 2 - uid: 717 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-58.5 + pos: 45.5,3.5 parent: 2 - uid: 718 components: - - type: MetaData - name: medical storage - type: Transform - pos: 7.5,-60.5 + rot: -1.5707963267948966 rad + pos: -8.5,-60.5 parent: 2 - uid: 719 components: - type: Transform - pos: 45.5,3.5 + rot: -1.5707963267948966 rad + pos: -13.5,-57.5 parent: 2 - uid: 720 components: - - type: MetaData - name: surgery - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-62.5 + rot: -1.5707963267948966 rad + pos: -10.5,-54.5 parent: 2 - uid: 721 components: - type: Transform - pos: -14.5,-58.5 + rot: -1.5707963267948966 rad + pos: -4.5,-63.5 parent: 2 - uid: 722 components: - type: Transform - pos: -14.5,-55.5 + rot: -1.5707963267948966 rad + pos: -8.5,-59.5 parent: 2 - uid: 723 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-58.5 + pos: -0.5,-56.5 parent: 2 - uid: 724 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-58.5 + pos: -6.5,-66.5 parent: 2 +- proto: AirlockMedicalLocked + entities: - uid: 725 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-58.5 + pos: -4.5,-51.5 parent: 2 - uid: 726 components: - type: Transform - pos: -15.5,-58.5 + pos: -13.5,-38.5 parent: 2 - uid: 727 components: - - type: MetaData - name: surgery - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-62.5 + pos: -11.5,-34.5 parent: 2 - uid: 728 components: - type: MetaData name: changing room - type: Transform - pos: -13.5,-51.5 + pos: -10.5,-46.5 parent: 2 -- proto: AirlockMedicalLocked - entities: - uid: 729 components: - type: Transform - pos: -4.5,-51.5 - parent: 2 - - uid: 730 - components: - - type: MetaData - name: morgue - - type: Transform + rot: 3.141592653589793 rad pos: -13.5,-62.5 parent: 2 - - uid: 731 - components: - - type: Transform - pos: -13.5,-38.5 - parent: 2 - - uid: 732 - components: - - type: Transform - pos: -11.5,-34.5 - parent: 2 - - uid: 733 + - uid: 730 components: - - type: MetaData - name: changing room - type: Transform - pos: -10.5,-46.5 + rot: 1.5707963267948966 rad + pos: -14.5,-68.5 parent: 2 - proto: AirlockQuartermasterGlassLocked entities: - - uid: 734 + - uid: 731 components: - type: MetaData name: quartermasters office @@ -15755,7 +16089,7 @@ entities: parent: 2 - proto: AirlockQuartermasterLocked entities: - - uid: 735 + - uid: 732 components: - type: MetaData name: quartermasters office @@ -15764,7 +16098,7 @@ entities: parent: 2 - proto: AirlockResearchDirectorGlassLocked entities: - - uid: 736 + - uid: 733 components: - type: MetaData name: server room @@ -15773,7 +16107,7 @@ entities: parent: 2 - proto: AirlockResearchDirectorLocked entities: - - uid: 737 + - uid: 734 components: - type: MetaData name: research director's office @@ -15782,34 +16116,34 @@ entities: parent: 2 - proto: AirlockSalvageGlassLocked entities: - - uid: 738 + - uid: 735 components: - type: MetaData name: salvage magnet - type: Transform pos: -46.5,27.5 parent: 2 - - uid: 739 + - uid: 736 components: - type: MetaData name: salvage magnet - type: Transform pos: -45.5,27.5 parent: 2 - - uid: 740 + - uid: 737 components: - type: MetaData name: salvage - type: Transform pos: -39.5,29.5 parent: 2 - - uid: 741 + - uid: 738 components: - type: Transform rot: -1.5707963267948966 rad pos: -46.5,37.5 parent: 2 - - uid: 742 + - uid: 739 components: - type: Transform rot: -1.5707963267948966 rad @@ -15817,7 +16151,7 @@ entities: parent: 2 - proto: AirlockScienceGlassLocked entities: - - uid: 743 + - uid: 740 components: - type: MetaData name: anomaly lab @@ -15825,59 +16159,59 @@ entities: rot: 1.5707963267948966 rad pos: 61.5,-41.5 parent: 2 - - uid: 744 + - uid: 741 components: - type: Transform pos: 54.5,-44.5 parent: 2 - - uid: 745 + - uid: 742 components: - type: Transform pos: 54.5,-45.5 parent: 2 - - uid: 746 + - uid: 743 components: - type: Transform pos: 57.5,-43.5 parent: 2 - - uid: 747 + - uid: 744 components: - type: Transform rot: -1.5707963267948966 rad pos: 54.5,-41.5 parent: 2 - - uid: 748 + - uid: 745 components: - type: Transform pos: 58.5,-45.5 parent: 2 - - uid: 749 + - uid: 746 components: - type: Transform pos: 58.5,-44.5 parent: 2 - - uid: 750 + - uid: 747 components: - type: MetaData name: toxins - type: Transform pos: 49.5,-48.5 parent: 2 - - uid: 751 + - uid: 748 components: - type: MetaData name: science canteen - type: Transform pos: 47.5,-45.5 parent: 2 - - uid: 752 + - uid: 749 components: - type: MetaData name: toxins - type: Transform pos: 50.5,-48.5 parent: 2 - - uid: 753 + - uid: 750 components: - type: MetaData name: science canteen @@ -15885,14 +16219,14 @@ entities: rot: 3.141592653589793 rad pos: 47.5,-46.5 parent: 2 - - uid: 754 + - uid: 751 components: - type: MetaData name: anomaly lab - type: Transform pos: 62.5,-41.5 parent: 2 - - uid: 755 + - uid: 752 components: - type: MetaData name: r&d @@ -15900,100 +16234,100 @@ entities: rot: 1.5707963267948966 rad pos: 47.5,-37.5 parent: 2 - - uid: 756 + - uid: 753 components: - type: Transform pos: 69.5,-33.5 parent: 2 - - uid: 757 + - uid: 754 components: - type: Transform pos: 69.5,-34.5 parent: 2 - - uid: 758 + - uid: 755 components: - type: Transform rot: -1.5707963267948966 rad pos: 74.5,-42.5 parent: 2 - - uid: 759 + - uid: 756 components: - type: Transform rot: -1.5707963267948966 rad pos: 75.5,-42.5 parent: 2 - - uid: 760 + - uid: 757 components: - type: Transform rot: -1.5707963267948966 rad pos: 74.5,-39.5 parent: 2 - - uid: 761 + - uid: 758 components: - type: Transform rot: -1.5707963267948966 rad pos: 75.5,-39.5 parent: 2 - - uid: 762 + - uid: 759 components: - type: Transform rot: 1.5707963267948966 rad pos: 69.5,-37.5 parent: 2 - - uid: 763 + - uid: 760 components: - type: Transform rot: 3.141592653589793 rad pos: 72.5,-30.5 parent: 2 - - uid: 764 + - uid: 761 components: - type: Transform pos: 68.5,-32.5 parent: 2 - - uid: 765 + - uid: 762 components: - type: Transform pos: 51.5,-59.5 parent: 2 - proto: AirlockScienceLocked entities: - - uid: 766 + - uid: 763 components: - type: MetaData name: r&d - type: Transform pos: 45.5,-40.5 parent: 2 - - uid: 767 + - uid: 764 components: - type: MetaData name: robotics - type: Transform pos: 66.5,-48.5 parent: 2 - - uid: 768 + - uid: 765 components: - type: MetaData name: anomaly lab - type: Transform pos: 62.5,-37.5 parent: 2 - - uid: 769 + - uid: 766 components: - type: MetaData name: anomaly lab - type: Transform pos: 66.5,-33.5 parent: 2 - - uid: 770 + - uid: 767 components: - type: MetaData name: anomaly lab - type: Transform pos: 66.5,-34.5 parent: 2 - - uid: 771 + - uid: 768 components: - type: MetaData name: anomaly lab @@ -16003,42 +16337,42 @@ entities: parent: 2 - proto: AirlockSecurityGlassLocked entities: - - uid: 772 + - uid: 769 components: - type: Transform pos: 43.5,15.5 parent: 2 - - uid: 773 + - uid: 770 components: - type: Transform pos: 43.5,14.5 parent: 2 - - uid: 774 + - uid: 771 components: - type: Transform rot: 3.141592653589793 rad pos: 9.5,16.5 parent: 2 - - uid: 775 + - uid: 772 components: - type: MetaData name: prison substation - type: Transform pos: 61.5,4.5 parent: 2 - - uid: 776 + - uid: 773 components: - type: Transform rot: 1.5707963267948966 rad pos: 28.5,-46.5 parent: 2 - - uid: 777 + - uid: 774 components: - type: Transform rot: 1.5707963267948966 rad pos: 33.5,-46.5 parent: 2 - - uid: 778 + - uid: 775 components: - type: Transform rot: 3.141592653589793 rad @@ -16046,7 +16380,7 @@ entities: parent: 2 - proto: AirlockSecurityLocked entities: - - uid: 779 + - uid: 776 components: - type: MetaData name: sec dorm @@ -16054,18 +16388,18 @@ entities: rot: 3.141592653589793 rad pos: 3.5,17.5 parent: 2 - - uid: 780 + - uid: 777 components: - type: Transform rot: 1.5707963267948966 rad pos: 19.5,-44.5 parent: 2 - - uid: 781 + - uid: 778 components: - type: Transform pos: -17.5,-20.5 parent: 2 - - uid: 782 + - uid: 779 components: - type: MetaData name: sec dorm @@ -16073,7 +16407,7 @@ entities: rot: 3.141592653589793 rad pos: 3.5,16.5 parent: 2 - - uid: 783 + - uid: 780 components: - type: MetaData name: courtroom @@ -16081,13 +16415,13 @@ entities: rot: 1.5707963267948966 rad pos: 31.5,-44.5 parent: 2 - - uid: 784 + - uid: 781 components: - type: Transform rot: 3.141592653589793 rad pos: -19.5,-44.5 parent: 2 - - uid: 785 + - uid: 782 components: - type: Transform rot: -1.5707963267948966 rad @@ -16095,14 +16429,14 @@ entities: parent: 2 - proto: AirlockServiceLocked entities: - - uid: 786 + - uid: 783 components: - type: MetaData name: reporters office - type: Transform pos: -24.5,9.5 parent: 2 - - uid: 787 + - uid: 784 components: - type: MetaData name: donk cafe @@ -16110,34 +16444,34 @@ entities: rot: 1.5707963267948966 rad pos: -13.5,41.5 parent: 2 - - uid: 788 + - uid: 785 components: - type: MetaData name: changs - type: Transform pos: -23.5,41.5 parent: 2 - - uid: 789 + - uid: 786 components: - type: MetaData name: changs - type: Transform pos: -19.5,45.5 parent: 2 - - uid: 790 + - uid: 787 components: - type: Transform pos: -23.5,47.5 parent: 2 - proto: AirlockShuttle entities: - - uid: 791 + - uid: 788 components: - type: Transform rot: -1.5707963267948966 rad pos: -53.5,43.5 parent: 2 - - uid: 792 + - uid: 789 components: - type: Transform rot: -1.5707963267948966 rad @@ -16145,7 +16479,7 @@ entities: parent: 2 - proto: AirlockSyndicateGlass entities: - - uid: 793 + - uid: 790 components: - type: Transform rot: 1.5707963267948966 rad @@ -16153,21 +16487,21 @@ entities: parent: 2 - proto: AirlockTheatreLocked entities: - - uid: 794 + - uid: 791 components: - type: MetaData name: theatre - type: Transform pos: -1.5,-24.5 parent: 2 - - uid: 795 + - uid: 792 components: - type: MetaData name: recording studio - type: Transform pos: -9.5,-2.5 parent: 2 - - uid: 796 + - uid: 793 components: - type: MetaData name: recording studio @@ -16175,7 +16509,7 @@ entities: rot: 1.5707963267948966 rad pos: -7.5,-7.5 parent: 2 - - uid: 797 + - uid: 794 components: - type: MetaData name: mime room @@ -16184,8 +16518,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24283 - - uid: 798 + - 24266 + - uid: 795 components: - type: MetaData name: clown room @@ -16194,10 +16528,10 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24280 + - 24263 - proto: AirlockVirologyGlass entities: - - uid: 799 + - uid: 796 components: - type: MetaData name: virology testing @@ -16205,28 +16539,28 @@ entities: rot: -1.5707963267948966 rad pos: -20.5,-83.5 parent: 2 - - uid: 800 + - uid: 797 components: - type: Transform pos: -17.5,-77.5 parent: 2 - proto: AirlockVirologyGlassLocked entities: - - uid: 801 + - uid: 798 components: - type: MetaData name: zombie containment - type: Transform pos: -20.5,-80.5 parent: 2 - - uid: 802 + - uid: 799 components: - type: MetaData name: zombie containment - type: Transform pos: -18.5,-74.5 parent: 2 - - uid: 803 + - uid: 800 components: - type: MetaData name: virology testing @@ -16234,13 +16568,13 @@ entities: rot: -1.5707963267948966 rad pos: -23.5,-81.5 parent: 2 - - uid: 804 + - uid: 801 components: - type: Transform rot: 3.141592653589793 rad pos: -29.5,-72.5 parent: 2 - - uid: 805 + - uid: 802 components: - type: MetaData name: virology testing @@ -16248,19 +16582,19 @@ entities: rot: -1.5707963267948966 rad pos: -22.5,-81.5 parent: 2 - - uid: 806 + - uid: 803 components: - type: MetaData name: virology treatment - type: Transform pos: -24.5,-74.5 parent: 2 - - uid: 807 + - uid: 804 components: - type: Transform pos: -19.5,-68.5 parent: 2 - - uid: 808 + - uid: 805 components: - type: Transform rot: 1.5707963267948966 rad @@ -16268,19 +16602,12 @@ entities: parent: 2 - proto: AirlockVirologyLocked entities: - - uid: 809 - components: - - type: MetaData - name: morgue - - type: Transform - pos: -14.5,-68.5 - parent: 2 - - uid: 810 + - uid: 806 components: - type: Transform pos: -19.5,-65.5 parent: 2 - - uid: 811 + - uid: 807 components: - type: MetaData name: virology @@ -16290,739 +16617,758 @@ entities: parent: 2 - proto: AirSensor entities: - - uid: 812 + - uid: 808 components: - type: Transform pos: -20.5,-64.5 parent: 2 - - uid: 813 + - uid: 809 components: - type: Transform pos: 22.5,-27.5 parent: 2 - - uid: 814 + - uid: 810 components: - type: Transform pos: 46.5,6.5 parent: 2 - - uid: 815 + - uid: 811 components: - type: Transform pos: -12.5,-49.5 parent: 2 - - uid: 816 + - type: DeviceNetwork + deviceLists: + - 100 + - uid: 812 components: - type: Transform pos: -5.5,-47.5 parent: 2 - - uid: 817 + - type: DeviceNetwork + deviceLists: + - 103 + - 14839 + - uid: 813 components: - type: Transform pos: 2.5,-42.5 parent: 2 - - uid: 818 + - uid: 814 components: - type: Transform pos: 0.5,11.5 parent: 2 + - uid: 815 + components: + - type: Transform + pos: 25.5,-42.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 97 + - uid: 816 + components: + - type: Transform + pos: 28.5,-28.5 + parent: 2 + - uid: 817 + components: + - type: Transform + pos: 36.5,-27.5 + parent: 2 + - uid: 818 + components: + - type: Transform + pos: -20.5,-67.5 + parent: 2 - uid: 819 components: - type: Transform - pos: -3.5,-53.5 + pos: -18.5,-71.5 parent: 2 - uid: 820 components: - type: Transform - pos: 0.5,-60.5 + pos: -25.5,-80.5 parent: 2 - uid: 821 components: - type: Transform - pos: 25.5,-42.5 + pos: -19.5,-79.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 101 - uid: 822 components: - type: Transform - pos: -11.5,-57.5 + pos: -20.5,-86.5 parent: 2 - uid: 823 components: - type: Transform - pos: 28.5,-28.5 + pos: 6.5,-49.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 104 + - 14841 - uid: 824 components: - type: Transform - pos: 36.5,-27.5 + pos: -10.5,-38.5 parent: 2 - uid: 825 components: - type: Transform - pos: -20.5,-67.5 + pos: -9.5,-33.5 parent: 2 - uid: 826 components: - type: Transform - pos: -18.5,-71.5 + pos: -9.5,-23.5 parent: 2 - uid: 827 components: - type: Transform - pos: -25.5,-80.5 + pos: 14.5,-27.5 parent: 2 - uid: 828 components: - type: Transform - pos: -19.5,-79.5 + pos: 6.5,-27.5 parent: 2 - uid: 829 components: - type: Transform - pos: -20.5,-86.5 + pos: -5.5,-28.5 parent: 2 - uid: 830 components: - type: Transform - pos: -6.5,-64.5 + pos: -3.5,-7.5 parent: 2 - uid: 831 components: - type: Transform - pos: -3.5,-63.5 + pos: -5.5,2.5 parent: 2 - uid: 832 components: - type: Transform - pos: 4.5,-65.5 + pos: 6.5,-0.5 parent: 2 - uid: 833 components: - type: Transform - pos: 8.5,-60.5 + pos: 11.5,11.5 parent: 2 - uid: 834 components: - type: Transform - pos: 6.5,-49.5 + pos: 4.5,13.5 parent: 2 - uid: 835 components: - type: Transform - pos: -10.5,-38.5 + pos: 6.5,7.5 parent: 2 - uid: 836 components: - type: Transform - pos: -9.5,-33.5 + pos: -2.5,10.5 parent: 2 - uid: 837 components: - type: Transform - pos: -9.5,-23.5 + pos: -10.5,6.5 parent: 2 - uid: 838 components: - type: Transform - pos: 14.5,-27.5 + pos: 7.5,19.5 parent: 2 - uid: 839 components: - type: Transform - pos: 6.5,-27.5 + pos: 18.5,20.5 parent: 2 - uid: 840 components: - type: Transform - pos: -5.5,-28.5 + pos: 11.5,22.5 parent: 2 - uid: 841 components: - type: Transform - pos: -3.5,-7.5 + pos: 20.5,20.5 parent: 2 - uid: 842 components: - type: Transform - pos: -5.5,2.5 + pos: 51.5,1.5 parent: 2 - uid: 843 components: - type: Transform - pos: 6.5,-0.5 + pos: 35.5,15.5 parent: 2 - uid: 844 components: - type: Transform - pos: 11.5,11.5 + rot: -1.5707963267948966 rad + pos: 62.5,-8.5 parent: 2 - uid: 845 components: - type: Transform - pos: 4.5,13.5 + pos: 26.5,-59.5 parent: 2 - uid: 846 components: - type: Transform - pos: 6.5,7.5 + rot: 1.5707963267948966 rad + pos: 48.5,14.5 parent: 2 - uid: 847 components: - type: Transform - pos: -2.5,10.5 + rot: 1.5707963267948966 rad + pos: 39.5,-73.5 parent: 2 - uid: 848 components: - type: Transform - pos: -10.5,6.5 + rot: 1.5707963267948966 rad + pos: 39.5,-59.5 parent: 2 - uid: 849 - components: - - type: Transform - pos: 7.5,19.5 - parent: 2 - - uid: 850 - components: - - type: Transform - pos: 18.5,20.5 - parent: 2 - - uid: 851 - components: - - type: Transform - pos: 11.5,22.5 - parent: 2 - - uid: 852 - components: - - type: Transform - pos: 20.5,20.5 - parent: 2 - - uid: 853 - components: - - type: Transform - pos: 51.5,1.5 - parent: 2 - - uid: 854 - components: - - type: Transform - pos: 35.5,15.5 - parent: 2 - - uid: 855 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 62.5,-8.5 - parent: 2 - - uid: 856 - components: - - type: Transform - pos: 26.5,-59.5 - parent: 2 - - uid: 857 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 48.5,14.5 - parent: 2 - - uid: 858 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,-73.5 - parent: 2 - - uid: 859 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,-59.5 - parent: 2 - - uid: 860 components: - type: Transform rot: 1.5707963267948966 rad pos: 49.5,-54.5 parent: 2 - - uid: 861 + - uid: 850 components: - type: Transform rot: 1.5707963267948966 rad pos: 50.5,-39.5 parent: 2 - - uid: 862 + - uid: 851 components: - type: Transform pos: -21.5,56.5 parent: 2 - - uid: 863 + - uid: 852 components: - type: Transform pos: -13.5,63.5 parent: 2 - - uid: 864 + - uid: 853 components: - type: Transform pos: -2.5,59.5 parent: 2 - - uid: 865 + - uid: 854 components: - type: Transform pos: -47.5,15.5 parent: 2 - - uid: 866 + - uid: 855 components: - type: Transform pos: -17.5,-4.5 parent: 2 - - uid: 867 + - uid: 856 components: - type: Transform pos: 23.5,-5.5 parent: 2 - - uid: 868 + - uid: 857 components: - type: Transform pos: 16.5,3.5 parent: 2 - - uid: 869 + - uid: 858 components: - type: Transform pos: 24.5,6.5 parent: 2 - - uid: 870 + - uid: 859 components: - type: Transform pos: 32.5,-0.5 parent: 2 - - uid: 871 + - uid: 860 components: - type: Transform pos: 25.5,17.5 parent: 2 - - uid: 872 + - uid: 861 components: - type: Transform pos: 17.5,17.5 parent: 2 - - uid: 873 + - uid: 862 components: - type: Transform rot: 3.141592653589793 rad pos: -24.5,-11.5 parent: 2 - - uid: 874 + - uid: 863 components: - type: Transform rot: 3.141592653589793 rad pos: -19.5,-17.5 parent: 2 - - uid: 875 + - uid: 864 components: - type: Transform pos: -32.5,-14.5 parent: 2 - - uid: 876 + - uid: 865 components: - type: Transform pos: 18.5,-53.5 parent: 2 - - uid: 877 + - uid: 866 components: - type: Transform rot: 1.5707963267948966 rad pos: -37.5,-42.5 parent: 2 - - uid: 878 + - uid: 867 components: - type: Transform rot: 3.141592653589793 rad pos: -36.5,-35.5 parent: 2 - - uid: 879 + - uid: 868 components: - type: Transform rot: 3.141592653589793 rad pos: -30.5,-35.5 parent: 2 - - uid: 880 + - uid: 869 components: - type: Transform rot: 3.141592653589793 rad pos: -24.5,-32.5 parent: 2 - - uid: 881 + - uid: 870 components: - type: Transform pos: -20.5,-28.5 parent: 2 - - uid: 882 + - uid: 871 components: - type: Transform pos: 21.5,-25.5 parent: 2 - - uid: 883 + - uid: 872 components: - type: Transform pos: 32.5,-17.5 parent: 2 - - uid: 884 + - uid: 873 components: - type: Transform pos: 21.5,-14.5 parent: 2 - - uid: 885 + - uid: 874 components: - type: Transform pos: 41.5,-24.5 parent: 2 - - uid: 886 + - uid: 875 components: - type: Transform pos: -36.5,0.5 parent: 2 - - uid: 887 + - uid: 876 components: - type: Transform pos: -45.5,7.5 parent: 2 - - uid: 888 + - uid: 877 components: - type: Transform pos: -48.5,11.5 parent: 2 - - uid: 889 + - uid: 878 components: - type: Transform pos: -43.5,24.5 parent: 2 - - uid: 890 + - uid: 879 components: - type: Transform pos: -43.5,30.5 parent: 2 - - uid: 891 + - uid: 880 components: - type: Transform pos: -31.5,23.5 parent: 2 - - uid: 892 + - uid: 881 components: - type: Transform pos: -24.5,20.5 parent: 2 - - uid: 893 + - uid: 882 components: - type: Transform pos: -19.5,21.5 parent: 2 - - uid: 894 + - uid: 883 components: - type: Transform rot: 1.5707963267948966 rad pos: -73.5,-25.5 parent: 2 - - uid: 895 + - uid: 884 components: - type: Transform rot: 1.5707963267948966 rad pos: -54.5,-24.5 parent: 2 - - uid: 896 + - uid: 885 components: - type: Transform rot: 1.5707963267948966 rad pos: -54.5,-10.5 parent: 2 - - uid: 897 + - uid: 886 components: - type: Transform rot: 1.5707963267948966 rad pos: -34.5,-6.5 parent: 2 - - uid: 898 + - uid: 887 components: - type: Transform pos: -32.5,-23.5 parent: 2 - - uid: 899 + - uid: 888 components: - type: Transform pos: 44.5,-37.5 parent: 2 - - uid: 900 + - uid: 889 components: - type: Transform pos: 42.5,-43.5 parent: 2 - - uid: 901 + - uid: 890 components: - type: Transform pos: 59.5,-47.5 parent: 2 - - uid: 902 + - uid: 891 components: - type: Transform pos: 63.5,-51.5 parent: 2 - - uid: 903 + - uid: 892 components: - type: Transform pos: 59.5,-35.5 parent: 2 - - uid: 904 + - uid: 893 components: - type: Transform pos: 70.5,-47.5 parent: 2 - - uid: 905 + - uid: 894 components: - type: Transform pos: -55.5,-75.5 parent: 2 - - uid: 906 + - uid: 895 components: - type: Transform pos: -38.5,-80.5 parent: 2 - - uid: 907 + - uid: 896 components: - type: Transform pos: -31.5,-71.5 parent: 2 - - uid: 908 - components: - - type: Transform - pos: -23.5,-61.5 - parent: 2 - - uid: 909 + - uid: 897 components: - type: Transform pos: 42.5,-42.5 parent: 2 - - uid: 910 + - uid: 898 components: - type: Transform pos: 30.5,-83.5 parent: 2 - - uid: 911 + - uid: 899 components: - type: Transform pos: -17.5,66.5 parent: 2 - - uid: 912 + - uid: 900 components: - type: Transform pos: 64.5,-2.5 parent: 2 - - uid: 913 + - uid: 901 components: - type: Transform rot: 1.5707963267948966 rad pos: -16.5,45.5 parent: 2 - - uid: 914 + - uid: 902 components: - type: Transform rot: 1.5707963267948966 rad pos: -3.5,45.5 parent: 2 - - uid: 915 + - uid: 903 components: - type: Transform rot: 1.5707963267948966 rad pos: 40.5,47.5 parent: 2 - - uid: 916 + - uid: 904 components: - type: Transform pos: -33.5,-96.5 parent: 2 - - uid: 917 + - uid: 905 components: - type: Transform pos: 48.5,-83.5 parent: 2 - - uid: 918 + - uid: 906 components: - type: Transform pos: 49.5,-72.5 parent: 2 - - uid: 919 + - uid: 907 components: - type: Transform rot: 3.141592653589793 rad pos: 72.5,-34.5 parent: 2 - - uid: 920 + - uid: 908 components: - type: Transform pos: 62.5,-36.5 parent: 2 - - uid: 921 + - uid: 909 components: - type: Transform rot: 3.141592653589793 rad pos: 4.5,-33.5 parent: 2 - - uid: 922 + - uid: 910 components: - type: Transform pos: -28.5,-13.5 parent: 2 - - uid: 923 + - uid: 911 components: - type: Transform rot: 1.5707963267948966 rad pos: -0.5,18.5 parent: 2 - - uid: 924 + - uid: 912 components: - type: Transform pos: -11.5,-19.5 parent: 2 - - uid: 925 + - uid: 913 components: - type: Transform pos: -9.5,-14.5 parent: 2 - - uid: 926 + - uid: 914 components: - type: Transform pos: -29.5,-74.5 parent: 2 - - uid: 927 + - uid: 915 components: - type: Transform pos: 25.5,-72.5 parent: 2 - - uid: 928 + - uid: 916 components: - type: Transform pos: 15.5,-86.5 parent: 2 - - uid: 929 + - uid: 917 components: - type: Transform pos: 27.5,2.5 parent: 2 - - uid: 930 + - uid: 918 components: - type: Transform rot: -1.5707963267948966 rad pos: -45.5,32.5 parent: 2 - - uid: 931 + - uid: 919 components: - type: Transform rot: -1.5707963267948966 rad pos: -46.5,42.5 parent: 2 - - uid: 932 + - uid: 920 components: - type: Transform pos: -5.5,15.5 parent: 2 - - uid: 933 + - uid: 921 components: - type: Transform rot: 3.141592653589793 rad pos: -71.5,-38.5 parent: 2 - - uid: 934 + - uid: 922 components: - type: Transform rot: 3.141592653589793 rad pos: -77.5,-41.5 parent: 2 - - uid: 935 + - uid: 923 components: - type: Transform rot: 1.5707963267948966 rad pos: -44.5,-34.5 parent: 2 - - uid: 936 + - uid: 924 components: - type: Transform pos: -1.5,-4.5 parent: 2 - - uid: 937 + - uid: 925 components: - type: Transform pos: 1.5,-7.5 parent: 2 - - uid: 938 + - uid: 926 components: - type: Transform rot: -1.5707963267948966 rad pos: -1.5,-19.5 parent: 2 - - uid: 939 + - uid: 927 components: - type: Transform pos: 25.5,-37.5 parent: 2 + - uid: 928 + components: + - type: Transform + pos: -23.5,-59.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 65 + - uid: 929 + components: + - type: Transform + pos: -12.5,-59.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 99 + - 14837 + - uid: 930 + components: + - type: Transform + pos: -4.5,-56.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 98 + - 14838 + - uid: 931 + components: + - type: Transform + pos: -5.5,-66.5 + parent: 2 + - uid: 932 + components: + - type: Transform + pos: 3.5,-55.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 102 + - 14840 + - uid: 933 + components: + - type: Transform + pos: -11.5,-56.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 101 - proto: AltarConvertRed entities: - - uid: 940 + - uid: 934 components: - type: Transform pos: -37.5,14.5 parent: 2 - - uid: 941 + - uid: 935 components: - type: Transform pos: -38.5,14.5 parent: 2 - proto: AltarSpawner entities: - - uid: 942 + - uid: 936 components: - type: Transform pos: 45.5,47.5 parent: 2 - proto: AltarToolbox entities: - - uid: 943 + - uid: 937 components: - type: Transform pos: 61.5,-69.5 parent: 2 - proto: AmeController entities: - - uid: 944 + - uid: 938 components: - type: Transform pos: -46.5,-16.5 parent: 2 - proto: AmeJar entities: - - uid: 945 + - uid: 939 components: - type: Transform pos: -49.455143,64.63223 parent: 2 - proto: AnomalyScanner entities: - - uid: 946 + - uid: 940 components: - type: Transform pos: 63.468235,-36.25785 parent: 2 - - uid: 947 + - uid: 941 components: - type: Transform pos: 63.686985,-36.460976 parent: 2 - proto: AnomalyVesselCircuitboard entities: - - uid: 948 + - uid: 942 components: - type: Transform pos: 64.46823,-36.460976 parent: 2 - proto: APCBasic entities: - - uid: 949 + - uid: 943 components: - type: MetaData name: Head Bar APC @@ -17030,14 +17376,14 @@ entities: rot: 1.5707963267948966 rad pos: 21.5,-39.5 parent: 2 - - uid: 950 + - uid: 944 components: - type: MetaData name: Bar APC - type: Transform pos: 21.5,15.5 parent: 2 - - uid: 951 + - uid: 945 components: - type: MetaData name: Boxing APC @@ -17045,14 +17391,14 @@ entities: rot: -1.5707963267948966 rad pos: 31.5,2.5 parent: 2 - - uid: 952 + - uid: 946 components: - type: MetaData name: Janitorial APC - type: Transform pos: -10.5,-20.5 parent: 2 - - uid: 953 + - uid: 947 components: - type: MetaData name: Armory APC @@ -17060,7 +17406,7 @@ entities: rot: -1.5707963267948966 rad pos: 43.5,-26.5 parent: 2 - - uid: 954 + - uid: 948 components: - type: MetaData name: Electrical Storage APC @@ -17068,84 +17414,84 @@ entities: rot: -1.5707963267948966 rad pos: -13.5,42.5 parent: 2 - - uid: 955 + - uid: 949 components: - type: MetaData name: Lawyer Offic APC - type: Transform pos: 49.5,3.5 parent: 2 - - uid: 956 + - uid: 950 components: - type: MetaData name: Evac APC - type: Transform pos: 59.5,-4.5 parent: 2 - - uid: 957 + - uid: 951 components: - type: MetaData name: Toxins APC - type: Transform pos: 48.5,-48.5 parent: 2 - - uid: 958 + - uid: 952 components: - type: MetaData name: Gravity APC - type: Transform pos: -20.5,0.5 parent: 2 - - uid: 959 + - uid: 953 components: - type: MetaData name: Arrivals APC - type: Transform pos: 37.5,-57.5 parent: 2 - - uid: 960 + - uid: 954 components: - type: MetaData name: Syndicate Shuttle APC - type: Transform pos: -56.5,-85.5 parent: 2 - - uid: 961 + - uid: 955 components: - type: MetaData name: Maints Bar APC - type: Transform pos: -39.5,-69.5 parent: 2 - - uid: 962 + - uid: 956 components: - type: MetaData name: Sec Maints APC - type: Transform pos: 52.5,38.5 parent: 2 - - uid: 963 + - uid: 957 components: - type: MetaData name: AI APC - type: Transform pos: -8.5,60.5 parent: 2 - - uid: 964 + - uid: 958 components: - type: MetaData name: Maints Chapel APC - type: Transform pos: 55.5,-62.5 parent: 2 - - uid: 965 + - uid: 959 components: - type: MetaData name: Telecoms APC - type: Transform pos: 11.5,-18.5 parent: 2 - - uid: 966 + - uid: 960 components: - type: MetaData name: Brig APC @@ -17153,163 +17499,161 @@ entities: rot: 3.141592653589793 rad pos: 37.5,13.5 parent: 2 - - uid: 967 + - uid: 961 components: - type: MetaData name: Junk Shuttle APC - type: Transform pos: -74.5,-50.5 parent: 2 - - uid: 968 + - uid: 962 components: - type: MetaData name: Salvage APC - type: Transform pos: -44.5,36.5 parent: 2 + - uid: 963 + components: + - type: Transform + pos: -10.5,-57.5 + parent: 2 - proto: APCHighCapacity entities: - - uid: 969 + - uid: 964 components: - type: MetaData name: North Maints APC - type: Transform pos: 0.5,35.5 parent: 2 - - uid: 970 + - uid: 965 components: - type: MetaData name: Warden Office APC - type: Transform pos: 24.5,24.5 parent: 2 - - uid: 971 + - uid: 966 components: - type: MetaData name: Virology APC - type: Transform pos: -21.5,-68.5 parent: 2 - - uid: 972 + - uid: 967 components: - type: MetaData name: Psychologist Office APC - type: Transform pos: 0.5,-40.5 parent: 2 - - uid: 973 + - uid: 968 components: - type: MetaData name: Disposal APC - type: Transform pos: 19.5,-51.5 parent: 2 - - uid: 974 - components: - - type: MetaData - name: Lower Medbay APC - - type: Transform - pos: -10.5,-58.5 - parent: 2 - - uid: 975 + - uid: 969 components: - type: MetaData name: Library APC - type: Transform pos: 8.5,-3.5 parent: 2 - - uid: 976 + - uid: 970 components: - type: MetaData name: Kitchen APC - type: Transform pos: 1.5,10.5 parent: 2 - - uid: 977 + - uid: 971 components: - type: MetaData name: Detective APC - type: Transform pos: 21.5,-9.5 parent: 2 - - uid: 978 + - uid: 972 components: - type: MetaData name: Prison APC - type: Transform pos: 58.5,11.5 parent: 2 - - uid: 979 + - uid: 973 components: - type: MetaData name: Science APC - type: Transform pos: 55.5,-43.5 parent: 2 - - uid: 980 + - uid: 974 components: - type: MetaData name: West Engineering APC - type: Transform pos: -50.5,-15.5 parent: 2 - - uid: 981 + - uid: 975 components: - type: MetaData name: Atmos APC - type: Transform pos: -35.5,-31.5 parent: 2 - - uid: 982 + - uid: 976 components: - type: MetaData name: West Medbay Maints APC - type: Transform pos: -29.5,-64.5 parent: 2 - - uid: 983 + - uid: 977 components: - type: MetaData name: Command APC - type: Transform pos: 29.5,-26.5 parent: 2 - - uid: 984 + - uid: 978 components: - type: MetaData name: Cargo APC - type: Transform pos: -23.5,26.5 parent: 2 - - uid: 985 + - uid: 979 components: - type: MetaData name: Chapel APC - type: Transform pos: -42.5,2.5 parent: 2 - - uid: 986 + - uid: 980 components: - type: MetaData name: East Engineering APC - type: Transform pos: -29.5,-8.5 parent: 2 - - uid: 987 + - uid: 981 components: - type: MetaData name: Robotics APC - type: Transform pos: 71.5,-42.5 parent: 2 - - uid: 988 + - uid: 982 components: - type: MetaData name: TEG APC - type: Transform pos: -66.5,-35.5 parent: 2 - - uid: 989 + - uid: 983 components: - type: MetaData name: HOP Office APC @@ -17319,3556 +17663,3554 @@ entities: parent: 2 - proto: APCSuperCapacity entities: - - uid: 990 + - uid: 984 components: - type: MetaData - name: South Medbay Maints APC + name: Upper Medbay APC - type: Transform - pos: -3.5,-68.5 + pos: -2.5,-51.5 parent: 2 - - uid: 991 + - uid: 985 components: - - type: MetaData - name: Upper Medbay APC - type: Transform - pos: -2.5,-51.5 + pos: -3.5,-67.5 parent: 2 - proto: AppraisalTool entities: - - uid: 992 + - uid: 986 components: - type: Transform pos: -38.189224,18.730852 parent: 2 - - uid: 993 + - uid: 987 components: - type: Transform pos: -38.01735,18.465227 parent: 2 - proto: AsteroidRock entities: - - uid: 994 + - uid: 988 components: - type: Transform pos: 67.5,51.5 parent: 2 - - uid: 995 + - uid: 989 components: - type: Transform pos: 70.5,47.5 parent: 2 - - uid: 996 + - uid: 990 components: - type: Transform pos: 12.5,58.5 parent: 2 - - uid: 997 + - uid: 991 components: - type: Transform pos: 72.5,-73.5 parent: 2 - - uid: 998 + - uid: 992 components: - type: Transform pos: 73.5,-71.5 parent: 2 - - uid: 999 + - uid: 993 components: - type: Transform pos: 70.5,48.5 parent: 2 - - uid: 1000 + - uid: 994 components: - type: Transform pos: 9.5,58.5 parent: 2 - - uid: 1001 + - uid: 995 components: - type: Transform pos: 66.5,51.5 parent: 2 - - uid: 1002 + - uid: 996 components: - type: Transform pos: 69.5,51.5 parent: 2 - - uid: 1003 + - uid: 997 components: - type: Transform pos: 68.5,51.5 parent: 2 - - uid: 1004 + - uid: 998 components: - type: Transform pos: 72.5,-72.5 parent: 2 - - uid: 1005 + - uid: 999 components: - type: Transform pos: 75.5,-69.5 parent: 2 - - uid: 1006 + - uid: 1000 components: - type: Transform pos: 76.5,-70.5 parent: 2 - - uid: 1007 + - uid: 1001 components: - type: Transform pos: 77.5,-70.5 parent: 2 - - uid: 1008 + - uid: 1002 components: - type: Transform pos: 74.5,-70.5 parent: 2 - - uid: 1009 + - uid: 1003 components: - type: Transform pos: 14.5,52.5 parent: 2 - - uid: 1010 + - uid: 1004 components: - type: Transform pos: 11.5,58.5 parent: 2 - - uid: 1011 + - uid: 1005 components: - type: Transform pos: -55.5,70.5 parent: 2 - - uid: 1012 + - uid: 1006 components: - type: Transform pos: -41.5,65.5 parent: 2 - - uid: 1013 + - uid: 1007 components: - type: Transform pos: -36.5,68.5 parent: 2 - - uid: 1014 + - uid: 1008 components: - type: Transform pos: -39.5,69.5 parent: 2 - - uid: 1015 + - uid: 1009 components: - type: Transform pos: -54.5,71.5 parent: 2 - - uid: 1016 + - uid: 1010 components: - type: Transform pos: -46.5,59.5 parent: 2 - - uid: 1017 + - uid: 1011 components: - type: Transform pos: -49.5,67.5 parent: 2 - - uid: 1018 + - uid: 1012 components: - type: Transform pos: -46.5,66.5 parent: 2 - - uid: 1019 + - uid: 1013 components: - type: Transform pos: -48.5,61.5 parent: 2 - - uid: 1020 + - uid: 1014 components: - type: Transform pos: -58.5,65.5 parent: 2 - - uid: 1021 + - uid: 1015 components: - type: Transform pos: -49.5,66.5 parent: 2 - - uid: 1022 + - uid: 1016 components: - type: Transform pos: -47.5,66.5 parent: 2 - - uid: 1023 + - uid: 1017 components: - type: Transform pos: -48.5,55.5 parent: 2 - - uid: 1024 + - uid: 1018 components: - type: Transform pos: -58.5,64.5 parent: 2 - - uid: 1025 + - uid: 1019 components: - type: Transform pos: -48.5,67.5 parent: 2 - - uid: 1026 + - uid: 1020 components: - type: Transform pos: -48.5,66.5 parent: 2 - - uid: 1027 + - uid: 1021 components: - type: Transform pos: -51.5,56.5 parent: 2 - - uid: 1028 + - uid: 1022 components: - type: Transform pos: -58.5,66.5 parent: 2 - - uid: 1029 + - uid: 1023 components: - type: Transform pos: -58.5,67.5 parent: 2 - - uid: 1030 + - uid: 1024 components: - type: Transform pos: -56.5,70.5 parent: 2 - - uid: 1031 + - uid: 1025 components: - type: Transform pos: -43.5,60.5 parent: 2 - - uid: 1032 + - uid: 1026 components: - type: Transform pos: -43.5,57.5 parent: 2 - - uid: 1033 + - uid: 1027 components: - type: Transform pos: -43.5,58.5 parent: 2 - - uid: 1034 + - uid: 1028 components: - type: Transform pos: -46.5,63.5 parent: 2 - - uid: 1035 + - uid: 1029 components: - type: Transform pos: -47.5,64.5 parent: 2 - - uid: 1036 + - uid: 1030 components: - type: Transform pos: -45.5,64.5 parent: 2 - - uid: 1037 + - uid: 1031 components: - type: Transform pos: -41.5,67.5 parent: 2 - - uid: 1038 + - uid: 1032 components: - type: Transform pos: -43.5,55.5 parent: 2 - - uid: 1039 + - uid: 1033 components: - type: Transform pos: -43.5,54.5 parent: 2 - - uid: 1040 + - uid: 1034 components: - type: Transform pos: -41.5,55.5 parent: 2 - - uid: 1041 + - uid: 1035 components: - type: Transform pos: -42.5,66.5 parent: 2 - - uid: 1042 + - uid: 1036 components: - type: Transform pos: -47.5,63.5 parent: 2 - - uid: 1043 + - uid: 1037 components: - type: Transform pos: -43.5,67.5 parent: 2 - - uid: 1044 + - uid: 1038 components: - type: Transform pos: -43.5,65.5 parent: 2 - - uid: 1045 + - uid: 1039 components: - type: Transform pos: -51.5,65.5 parent: 2 - - uid: 1046 + - uid: 1040 components: - type: Transform pos: -42.5,55.5 parent: 2 - - uid: 1047 + - uid: 1041 components: - type: Transform pos: -42.5,65.5 parent: 2 - - uid: 1048 + - uid: 1042 components: - type: Transform pos: -45.5,63.5 parent: 2 - - uid: 1049 + - uid: 1043 components: - type: Transform pos: -39.5,65.5 parent: 2 - - uid: 1050 + - uid: 1044 components: - type: Transform pos: -43.5,66.5 parent: 2 - - uid: 1051 + - uid: 1045 components: - type: Transform pos: -40.5,54.5 parent: 2 - - uid: 1052 + - uid: 1046 components: - type: Transform pos: -53.5,65.5 parent: 2 - - uid: 1053 + - uid: 1047 components: - type: Transform pos: -37.5,66.5 parent: 2 - - uid: 1054 + - uid: 1048 components: - type: Transform pos: -37.5,65.5 parent: 2 - - uid: 1055 + - uid: 1049 components: - type: Transform pos: -38.5,65.5 parent: 2 - - uid: 1056 + - uid: 1050 components: - type: Transform pos: -39.5,55.5 parent: 2 - - uid: 1057 + - uid: 1051 components: - type: Transform pos: -40.5,55.5 parent: 2 - - uid: 1058 + - uid: 1052 components: - type: Transform pos: -44.5,63.5 parent: 2 - - uid: 1059 + - uid: 1053 components: - type: Transform pos: -37.5,67.5 parent: 2 - - uid: 1060 + - uid: 1054 components: - type: Transform pos: -36.5,65.5 parent: 2 - - uid: 1061 + - uid: 1055 components: - type: Transform pos: -44.5,65.5 parent: 2 - - uid: 1062 + - uid: 1056 components: - type: Transform pos: -54.5,66.5 parent: 2 - - uid: 1063 + - uid: 1057 components: - type: Transform pos: -55.5,69.5 parent: 2 - - uid: 1064 + - uid: 1058 components: - type: Transform pos: -55.5,71.5 parent: 2 - - uid: 1065 + - uid: 1059 components: - type: Transform pos: -54.5,65.5 parent: 2 - - uid: 1066 + - uid: 1060 components: - type: Transform pos: -43.5,61.5 parent: 2 - - uid: 1067 + - uid: 1061 components: - type: Transform pos: -37.5,68.5 parent: 2 - - uid: 1068 + - uid: 1062 components: - type: Transform pos: -41.5,69.5 parent: 2 - - uid: 1069 + - uid: 1063 components: - type: Transform pos: -44.5,58.5 parent: 2 - - uid: 1070 + - uid: 1064 components: - type: Transform pos: -54.5,69.5 parent: 2 - - uid: 1071 + - uid: 1065 components: - type: Transform pos: -45.5,59.5 parent: 2 - - uid: 1072 + - uid: 1066 components: - type: Transform pos: -45.5,61.5 parent: 2 - - uid: 1073 + - uid: 1067 components: - type: Transform pos: -37.5,69.5 parent: 2 - - uid: 1074 + - uid: 1068 components: - type: Transform pos: -40.5,69.5 parent: 2 - - uid: 1075 + - uid: 1069 components: - type: Transform pos: -42.5,60.5 parent: 2 - - uid: 1076 + - uid: 1070 components: - type: Transform pos: -42.5,59.5 parent: 2 - - uid: 1077 + - uid: 1071 components: - type: Transform pos: -50.5,66.5 parent: 2 - - uid: 1078 + - uid: 1072 components: - type: Transform pos: -50.5,69.5 parent: 2 - - uid: 1079 + - uid: 1073 components: - type: Transform pos: -50.5,65.5 parent: 2 - - uid: 1080 + - uid: 1074 components: - type: Transform pos: -48.5,65.5 parent: 2 - - uid: 1081 + - uid: 1075 components: - type: Transform pos: -50.5,68.5 parent: 2 - - uid: 1082 + - uid: 1076 components: - type: Transform pos: -48.5,64.5 parent: 2 - - uid: 1083 + - uid: 1077 components: - type: Transform pos: -50.5,67.5 parent: 2 - - uid: 1084 + - uid: 1078 components: - type: Transform pos: -40.5,65.5 parent: 2 - - uid: 1085 + - uid: 1079 components: - type: Transform pos: -41.5,66.5 parent: 2 - - uid: 1086 + - uid: 1080 components: - type: Transform pos: -40.5,66.5 parent: 2 - - uid: 1087 + - uid: 1081 components: - type: Transform pos: -39.5,66.5 parent: 2 - - uid: 1088 + - uid: 1082 components: - type: Transform pos: -40.5,67.5 parent: 2 - - uid: 1089 + - uid: 1083 components: - type: Transform pos: -39.5,67.5 parent: 2 - - uid: 1090 + - uid: 1084 components: - type: Transform pos: -38.5,66.5 parent: 2 - - uid: 1091 + - uid: 1085 components: - type: Transform pos: -38.5,67.5 parent: 2 - - uid: 1092 + - uid: 1086 components: - type: Transform pos: -45.5,67.5 parent: 2 - - uid: 1093 + - uid: 1087 components: - type: Transform pos: -44.5,66.5 parent: 2 - - uid: 1094 + - uid: 1088 components: - type: Transform pos: -40.5,68.5 parent: 2 - - uid: 1095 + - uid: 1089 components: - type: Transform pos: -44.5,67.5 parent: 2 - - uid: 1096 + - uid: 1090 components: - type: Transform pos: -39.5,68.5 parent: 2 - - uid: 1097 + - uid: 1091 components: - type: Transform pos: -41.5,70.5 parent: 2 - - uid: 1098 + - uid: 1092 components: - type: Transform pos: -36.5,66.5 parent: 2 - - uid: 1099 + - uid: 1093 components: - type: Transform pos: -36.5,67.5 parent: 2 - - uid: 1100 + - uid: 1094 components: - type: Transform pos: -35.5,65.5 parent: 2 - - uid: 1101 + - uid: 1095 components: - type: Transform pos: -38.5,69.5 parent: 2 - - uid: 1102 + - uid: 1096 components: - type: Transform pos: -45.5,66.5 parent: 2 - - uid: 1103 + - uid: 1097 components: - type: Transform pos: -45.5,65.5 parent: 2 - - uid: 1104 + - uid: 1098 components: - type: Transform pos: -38.5,68.5 parent: 2 - - uid: 1105 + - uid: 1099 components: - type: Transform pos: -40.5,70.5 parent: 2 - - uid: 1106 + - uid: 1100 components: - type: Transform pos: -41.5,68.5 parent: 2 - - uid: 1107 + - uid: 1101 components: - type: Transform pos: -46.5,67.5 parent: 2 - - uid: 1108 + - uid: 1102 components: - type: Transform pos: -44.5,69.5 parent: 2 - - uid: 1109 + - uid: 1103 components: - type: Transform pos: -43.5,70.5 parent: 2 - - uid: 1110 + - uid: 1104 components: - type: Transform pos: -46.5,58.5 parent: 2 - - uid: 1111 + - uid: 1105 components: - type: Transform pos: -44.5,70.5 parent: 2 - - uid: 1112 + - uid: 1106 components: - type: Transform pos: -44.5,68.5 parent: 2 - - uid: 1113 + - uid: 1107 components: - type: Transform pos: -45.5,69.5 parent: 2 - - uid: 1114 + - uid: 1108 components: - type: Transform pos: -47.5,54.5 parent: 2 - - uid: 1115 + - uid: 1109 components: - type: Transform pos: -45.5,68.5 parent: 2 - - uid: 1116 + - uid: 1110 components: - type: Transform pos: -57.5,64.5 parent: 2 - - uid: 1117 + - uid: 1111 components: - type: Transform pos: -57.5,65.5 parent: 2 - - uid: 1118 + - uid: 1112 components: - type: Transform pos: -57.5,66.5 parent: 2 - - uid: 1119 + - uid: 1113 components: - type: Transform pos: -52.5,66.5 parent: 2 - - uid: 1120 + - uid: 1114 components: - type: Transform pos: -38.5,64.5 parent: 2 - - uid: 1121 + - uid: 1115 components: - type: Transform pos: -42.5,68.5 parent: 2 - - uid: 1122 + - uid: 1116 components: - type: Transform pos: -39.5,64.5 parent: 2 - - uid: 1123 + - uid: 1117 components: - type: Transform pos: -43.5,59.5 parent: 2 - - uid: 1124 + - uid: 1118 components: - type: Transform pos: -51.5,68.5 parent: 2 - - uid: 1125 + - uid: 1119 components: - type: Transform pos: -43.5,68.5 parent: 2 - - uid: 1126 + - uid: 1120 components: - type: Transform pos: -42.5,70.5 parent: 2 - - uid: 1127 + - uid: 1121 components: - type: Transform pos: -43.5,69.5 parent: 2 - - uid: 1128 + - uid: 1122 components: - type: Transform pos: -43.5,56.5 parent: 2 - - uid: 1129 + - uid: 1123 components: - type: Transform pos: -35.5,67.5 parent: 2 - - uid: 1130 + - uid: 1124 components: - type: Transform pos: -47.5,59.5 parent: 2 - - uid: 1131 + - uid: 1125 components: - type: Transform pos: -42.5,69.5 parent: 2 - - uid: 1132 + - uid: 1126 components: - type: Transform pos: -46.5,61.5 parent: 2 - - uid: 1133 + - uid: 1127 components: - type: Transform pos: -45.5,62.5 parent: 2 - - uid: 1134 + - uid: 1128 components: - type: Transform pos: -47.5,62.5 parent: 2 - - uid: 1135 + - uid: 1129 components: - type: Transform pos: -48.5,63.5 parent: 2 - - uid: 1136 + - uid: 1130 components: - type: Transform pos: -44.5,62.5 parent: 2 - - uid: 1137 + - uid: 1131 components: - type: Transform pos: -48.5,59.5 parent: 2 - - uid: 1138 + - uid: 1132 components: - type: Transform pos: -48.5,58.5 parent: 2 - - uid: 1139 + - uid: 1133 components: - type: Transform pos: -48.5,57.5 parent: 2 - - uid: 1140 + - uid: 1134 components: - type: Transform pos: -41.5,63.5 parent: 2 - - uid: 1141 + - uid: 1135 components: - type: Transform pos: -41.5,62.5 parent: 2 - - uid: 1142 + - uid: 1136 components: - type: Transform pos: -41.5,64.5 parent: 2 - - uid: 1143 + - uid: 1137 components: - type: Transform pos: -42.5,64.5 parent: 2 - - uid: 1144 + - uid: 1138 components: - type: Transform pos: -51.5,69.5 parent: 2 - - uid: 1145 + - uid: 1139 components: - type: Transform pos: -37.5,64.5 parent: 2 - - uid: 1146 + - uid: 1140 components: - type: Transform pos: -47.5,55.5 parent: 2 - - uid: 1147 + - uid: 1141 components: - type: Transform pos: -39.5,62.5 parent: 2 - - uid: 1148 + - uid: 1142 components: - type: Transform pos: -39.5,63.5 parent: 2 - - uid: 1149 + - uid: 1143 components: - type: Transform pos: -40.5,62.5 parent: 2 - - uid: 1150 + - uid: 1144 components: - type: Transform pos: -43.5,63.5 parent: 2 - - uid: 1151 + - uid: 1145 components: - type: Transform pos: -51.5,67.5 parent: 2 - - uid: 1152 + - uid: 1146 components: - type: Transform pos: -47.5,56.5 parent: 2 - - uid: 1153 + - uid: 1147 components: - type: Transform pos: -40.5,64.5 parent: 2 - - uid: 1154 + - uid: 1148 components: - type: Transform pos: -43.5,64.5 parent: 2 - - uid: 1155 + - uid: 1149 components: - type: Transform pos: -42.5,63.5 parent: 2 - - uid: 1156 + - uid: 1150 components: - type: Transform pos: -35.5,66.5 parent: 2 - - uid: 1157 + - uid: 1151 components: - type: Transform pos: -52.5,67.5 parent: 2 - - uid: 1158 + - uid: 1152 components: - type: Transform pos: -52.5,68.5 parent: 2 - - uid: 1159 + - uid: 1153 components: - type: Transform pos: -53.5,67.5 parent: 2 - - uid: 1160 + - uid: 1154 components: - type: Transform pos: -52.5,69.5 parent: 2 - - uid: 1161 + - uid: 1155 components: - type: Transform pos: -47.5,60.5 parent: 2 - - uid: 1162 + - uid: 1156 components: - type: Transform pos: -44.5,60.5 parent: 2 - - uid: 1163 + - uid: 1157 components: - type: Transform pos: -43.5,62.5 parent: 2 - - uid: 1164 + - uid: 1158 components: - type: Transform pos: -44.5,59.5 parent: 2 - - uid: 1165 + - uid: 1159 components: - type: Transform pos: -54.5,60.5 parent: 2 - - uid: 1166 + - uid: 1160 components: - type: Transform pos: -57.5,63.5 parent: 2 - - uid: 1167 + - uid: 1161 components: - type: Transform pos: -45.5,58.5 parent: 2 - - uid: 1168 + - uid: 1162 components: - type: Transform pos: -49.5,62.5 parent: 2 - - uid: 1169 + - uid: 1163 components: - type: Transform pos: -40.5,56.5 parent: 2 - - uid: 1170 + - uid: 1164 components: - type: Transform pos: -37.5,57.5 parent: 2 - - uid: 1171 + - uid: 1165 components: - type: Transform pos: -48.5,56.5 parent: 2 - - uid: 1172 + - uid: 1166 components: - type: Transform pos: -46.5,56.5 parent: 2 - - uid: 1173 + - uid: 1167 components: - type: Transform pos: -54.5,67.5 parent: 2 - - uid: 1174 + - uid: 1168 components: - type: Transform pos: -54.5,68.5 parent: 2 - - uid: 1175 + - uid: 1169 components: - type: Transform pos: -42.5,67.5 parent: 2 - - uid: 1176 + - uid: 1170 components: - type: Transform pos: -49.5,59.5 parent: 2 - - uid: 1177 + - uid: 1171 components: - type: Transform pos: -51.5,57.5 parent: 2 - - uid: 1178 + - uid: 1172 components: - type: Transform pos: -51.5,64.5 parent: 2 - - uid: 1179 + - uid: 1173 components: - type: Transform pos: -44.5,57.5 parent: 2 - - uid: 1180 + - uid: 1174 components: - type: Transform pos: -55.5,68.5 parent: 2 - - uid: 1181 + - uid: 1175 components: - type: Transform pos: -54.5,70.5 parent: 2 - - uid: 1182 + - uid: 1176 components: - type: Transform pos: -51.5,70.5 parent: 2 - - uid: 1183 + - uid: 1177 components: - type: Transform pos: -50.5,60.5 parent: 2 - - uid: 1184 + - uid: 1178 components: - type: Transform pos: -50.5,61.5 parent: 2 - - uid: 1185 + - uid: 1179 components: - type: Transform pos: -53.5,59.5 parent: 2 - - uid: 1186 + - uid: 1180 components: - type: Transform pos: -44.5,56.5 parent: 2 - - uid: 1187 + - uid: 1181 components: - type: Transform pos: -55.5,67.5 parent: 2 - - uid: 1188 + - uid: 1182 components: - type: Transform pos: -48.5,54.5 parent: 2 - - uid: 1189 + - uid: 1183 components: - type: Transform pos: -48.5,62.5 parent: 2 - - uid: 1190 + - uid: 1184 components: - type: Transform pos: -52.5,71.5 parent: 2 - - uid: 1191 + - uid: 1185 components: - type: Transform pos: -50.5,59.5 parent: 2 - - uid: 1192 + - uid: 1186 components: - type: Transform pos: -52.5,58.5 parent: 2 - - uid: 1193 + - uid: 1187 components: - type: Transform pos: -53.5,58.5 parent: 2 - - uid: 1194 + - uid: 1188 components: - type: Transform pos: -45.5,54.5 parent: 2 - - uid: 1195 + - uid: 1189 components: - type: Transform pos: -55.5,66.5 parent: 2 - - uid: 1196 + - uid: 1190 components: - type: Transform pos: -49.5,56.5 parent: 2 - - uid: 1197 + - uid: 1191 components: - type: Transform pos: -47.5,61.5 parent: 2 - - uid: 1198 + - uid: 1192 components: - type: Transform pos: -49.5,68.5 parent: 2 - - uid: 1199 + - uid: 1193 components: - type: Transform pos: -57.5,69.5 parent: 2 - - uid: 1200 + - uid: 1194 components: - type: Transform pos: -52.5,59.5 parent: 2 - - uid: 1201 + - uid: 1195 components: - type: Transform pos: -54.5,59.5 parent: 2 - - uid: 1202 + - uid: 1196 components: - type: Transform pos: -44.5,55.5 parent: 2 - - uid: 1203 + - uid: 1197 components: - type: Transform pos: -55.5,65.5 parent: 2 - - uid: 1204 + - uid: 1198 components: - type: Transform pos: -50.5,55.5 parent: 2 - - uid: 1205 + - uid: 1199 components: - type: Transform pos: -50.5,56.5 parent: 2 - - uid: 1206 + - uid: 1200 components: - type: Transform pos: -49.5,69.5 parent: 2 - - uid: 1207 + - uid: 1201 components: - type: Transform pos: -56.5,63.5 parent: 2 - - uid: 1208 + - uid: 1202 components: - type: Transform pos: -52.5,60.5 parent: 2 - - uid: 1209 + - uid: 1203 components: - type: Transform pos: -45.5,56.5 parent: 2 - - uid: 1210 + - uid: 1204 components: - type: Transform pos: -45.5,55.5 parent: 2 - - uid: 1211 + - uid: 1205 components: - type: Transform pos: -54.5,58.5 parent: 2 - - uid: 1212 + - uid: 1206 components: - type: Transform pos: -49.5,54.5 parent: 2 - - uid: 1213 + - uid: 1207 components: - type: Transform pos: -51.5,55.5 parent: 2 - - uid: 1214 + - uid: 1208 components: - type: Transform pos: -49.5,70.5 parent: 2 - - uid: 1215 + - uid: 1209 components: - type: Transform pos: -53.5,60.5 parent: 2 - - uid: 1216 + - uid: 1210 components: - type: Transform pos: -52.5,61.5 parent: 2 - - uid: 1217 + - uid: 1211 components: - type: Transform pos: -45.5,57.5 parent: 2 - - uid: 1218 + - uid: 1212 components: - type: Transform pos: -44.5,54.5 parent: 2 - - uid: 1219 + - uid: 1213 components: - type: Transform pos: 10.5,41.5 parent: 2 - - uid: 1220 + - uid: 1214 components: - type: Transform pos: -49.5,55.5 parent: 2 - - uid: 1221 + - uid: 1215 components: - type: Transform pos: -52.5,56.5 parent: 2 - - uid: 1222 + - uid: 1216 components: - type: Transform pos: -52.5,55.5 parent: 2 - - uid: 1223 + - uid: 1217 components: - type: Transform pos: -50.5,63.5 parent: 2 - - uid: 1224 + - uid: 1218 components: - type: Transform pos: -51.5,60.5 parent: 2 - - uid: 1225 + - uid: 1219 components: - type: Transform pos: -51.5,61.5 parent: 2 - - uid: 1226 + - uid: 1220 components: - type: Transform pos: -46.5,54.5 parent: 2 - - uid: 1227 + - uid: 1221 components: - type: Transform pos: -38.5,58.5 parent: 2 - - uid: 1228 + - uid: 1222 components: - type: Transform pos: -46.5,55.5 parent: 2 - - uid: 1229 + - uid: 1223 components: - type: Transform pos: -52.5,57.5 parent: 2 - - uid: 1230 + - uid: 1224 components: - type: Transform pos: -53.5,57.5 parent: 2 - - uid: 1231 + - uid: 1225 components: - type: Transform pos: -51.5,63.5 parent: 2 - - uid: 1232 + - uid: 1226 components: - type: Transform pos: -51.5,62.5 parent: 2 - - uid: 1233 + - uid: 1227 components: - type: Transform pos: -51.5,59.5 parent: 2 - - uid: 1234 + - uid: 1228 components: - type: Transform pos: -51.5,58.5 parent: 2 - - uid: 1235 + - uid: 1229 components: - type: Transform pos: -37.5,59.5 parent: 2 - - uid: 1236 + - uid: 1230 components: - type: Transform pos: -37.5,58.5 parent: 2 - - uid: 1237 + - uid: 1231 components: - type: Transform pos: -38.5,59.5 parent: 2 - - uid: 1238 + - uid: 1232 components: - type: Transform pos: -37.5,61.5 parent: 2 - - uid: 1239 + - uid: 1233 components: - type: Transform pos: -49.5,63.5 parent: 2 - - uid: 1240 + - uid: 1234 components: - type: Transform pos: -39.5,56.5 parent: 2 - - uid: 1241 + - uid: 1235 components: - type: Transform pos: -39.5,57.5 parent: 2 - - uid: 1242 + - uid: 1236 components: - type: Transform pos: -38.5,60.5 parent: 2 - - uid: 1243 + - uid: 1237 components: - type: Transform pos: -37.5,60.5 parent: 2 - - uid: 1244 + - uid: 1238 components: - type: Transform pos: -36.5,59.5 parent: 2 - - uid: 1245 + - uid: 1239 components: - type: Transform pos: -50.5,58.5 parent: 2 - - uid: 1246 + - uid: 1240 components: - type: Transform pos: -50.5,57.5 parent: 2 - - uid: 1247 + - uid: 1241 components: - type: Transform pos: -40.5,58.5 parent: 2 - - uid: 1248 + - uid: 1242 components: - type: Transform pos: -55.5,63.5 parent: 2 - - uid: 1249 + - uid: 1243 components: - type: Transform pos: -57.5,68.5 parent: 2 - - uid: 1250 + - uid: 1244 components: - type: Transform pos: -57.5,67.5 parent: 2 - - uid: 1251 + - uid: 1245 components: - type: Transform pos: -51.5,66.5 parent: 2 - - uid: 1252 + - uid: 1246 components: - type: Transform pos: -53.5,66.5 parent: 2 - - uid: 1253 + - uid: 1247 components: - type: Transform pos: -39.5,58.5 parent: 2 - - uid: 1254 + - uid: 1248 components: - type: Transform pos: -55.5,64.5 parent: 2 - - uid: 1255 + - uid: 1249 components: - type: Transform pos: -54.5,64.5 parent: 2 - - uid: 1256 + - uid: 1250 components: - type: Transform pos: -42.5,56.5 parent: 2 - - uid: 1257 + - uid: 1251 components: - type: Transform pos: -52.5,64.5 parent: 2 - - uid: 1258 + - uid: 1252 components: - type: Transform pos: -53.5,64.5 parent: 2 - - uid: 1259 + - uid: 1253 components: - type: Transform pos: -49.5,60.5 parent: 2 - - uid: 1260 + - uid: 1254 components: - type: Transform pos: -35.5,61.5 parent: 2 - - uid: 1261 + - uid: 1255 components: - type: Transform pos: -36.5,61.5 parent: 2 - - uid: 1262 + - uid: 1256 components: - type: Transform pos: -47.5,57.5 parent: 2 - - uid: 1263 + - uid: 1257 components: - type: Transform pos: -35.5,64.5 parent: 2 - - uid: 1264 + - uid: 1258 components: - type: Transform pos: -38.5,61.5 parent: 2 - - uid: 1265 + - uid: 1259 components: - type: Transform pos: -38.5,62.5 parent: 2 - - uid: 1266 + - uid: 1260 components: - type: Transform pos: -36.5,64.5 parent: 2 - - uid: 1267 + - uid: 1261 components: - type: Transform pos: -56.5,68.5 parent: 2 - - uid: 1268 + - uid: 1262 components: - type: Transform pos: -56.5,67.5 parent: 2 - - uid: 1269 + - uid: 1263 components: - type: Transform pos: -56.5,71.5 parent: 2 - - uid: 1270 + - uid: 1264 components: - type: Transform pos: -56.5,69.5 parent: 2 - - uid: 1271 + - uid: 1265 components: - type: Transform pos: -36.5,60.5 parent: 2 - - uid: 1272 + - uid: 1266 components: - type: Transform pos: -46.5,57.5 parent: 2 - - uid: 1273 + - uid: 1267 components: - type: Transform pos: -58.5,68.5 parent: 2 - - uid: 1274 + - uid: 1268 components: - type: Transform pos: -58.5,69.5 parent: 2 - - uid: 1275 + - uid: 1269 components: - type: Transform pos: -56.5,66.5 parent: 2 - - uid: 1276 + - uid: 1270 components: - type: Transform pos: -56.5,64.5 parent: 2 - - uid: 1277 + - uid: 1271 components: - type: Transform pos: -38.5,63.5 parent: 2 - - uid: 1278 + - uid: 1272 components: - type: Transform pos: -56.5,65.5 parent: 2 - - uid: 1279 + - uid: 1273 components: - type: Transform pos: -44.5,64.5 parent: 2 - - uid: 1280 + - uid: 1274 components: - type: Transform pos: -53.5,68.5 parent: 2 - - uid: 1281 + - uid: 1275 components: - type: Transform pos: -52.5,70.5 parent: 2 - - uid: 1282 + - uid: 1276 components: - type: Transform pos: -53.5,69.5 parent: 2 - - uid: 1283 + - uid: 1277 components: - type: Transform pos: -49.5,58.5 parent: 2 - - uid: 1284 + - uid: 1278 components: - type: Transform pos: -49.5,61.5 parent: 2 - - uid: 1285 + - uid: 1279 components: - type: Transform pos: -49.5,57.5 parent: 2 - - uid: 1286 + - uid: 1280 components: - type: Transform pos: -41.5,58.5 parent: 2 - - uid: 1287 + - uid: 1281 components: - type: Transform pos: -41.5,56.5 parent: 2 - - uid: 1288 + - uid: 1282 components: - type: Transform pos: -42.5,58.5 parent: 2 - - uid: 1289 + - uid: 1283 components: - type: Transform pos: -42.5,57.5 parent: 2 - - uid: 1290 + - uid: 1284 components: - type: Transform pos: -37.5,56.5 parent: 2 - - uid: 1291 + - uid: 1285 components: - type: Transform pos: 13.5,44.5 parent: 2 - - uid: 1292 + - uid: 1286 components: - type: Transform pos: 61.5,53.5 parent: 2 - - uid: 1293 + - uid: 1287 components: - type: Transform pos: 60.5,54.5 parent: 2 - - uid: 1294 + - uid: 1288 components: - type: Transform pos: 70.5,46.5 parent: 2 - - uid: 1295 + - uid: 1289 components: - type: Transform pos: 61.5,55.5 parent: 2 - - uid: 1296 + - uid: 1290 components: - type: Transform pos: 69.5,44.5 parent: 2 - - uid: 1297 + - uid: 1291 components: - type: Transform pos: 70.5,50.5 parent: 2 - - uid: 1298 + - uid: 1292 components: - type: Transform pos: 70.5,49.5 parent: 2 - - uid: 1299 + - uid: 1293 components: - type: Transform pos: 70.5,51.5 parent: 2 - - uid: 1300 + - uid: 1294 components: - type: Transform pos: 69.5,50.5 parent: 2 - - uid: 1301 + - uid: 1295 components: - type: Transform pos: 69.5,47.5 parent: 2 - - uid: 1302 + - uid: 1296 components: - type: Transform pos: 69.5,46.5 parent: 2 - - uid: 1303 + - uid: 1297 components: - type: Transform pos: 69.5,45.5 parent: 2 - - uid: 1304 + - uid: 1298 components: - type: Transform pos: 69.5,48.5 parent: 2 - - uid: 1305 + - uid: 1299 components: - type: Transform pos: 69.5,49.5 parent: 2 - - uid: 1306 + - uid: 1300 components: - type: Transform pos: 7.5,57.5 parent: 2 - - uid: 1307 + - uid: 1301 components: - type: Transform pos: 64.5,53.5 parent: 2 - - uid: 1308 + - uid: 1302 components: - type: Transform pos: 64.5,52.5 parent: 2 - - uid: 1309 + - uid: 1303 components: - type: Transform pos: 64.5,53.5 parent: 2 - - uid: 1310 + - uid: 1304 components: - type: Transform pos: 64.5,51.5 parent: 2 - - uid: 1311 + - uid: 1305 components: - type: Transform pos: 67.5,53.5 parent: 2 - - uid: 1312 + - uid: 1306 components: - type: Transform pos: 65.5,52.5 parent: 2 - - uid: 1313 + - uid: 1307 components: - type: Transform pos: 65.5,53.5 parent: 2 - - uid: 1314 + - uid: 1308 components: - type: Transform pos: 65.5,54.5 parent: 2 - - uid: 1315 + - uid: 1309 components: - type: Transform pos: 62.5,55.5 parent: 2 - - uid: 1316 + - uid: 1310 components: - type: Transform pos: 64.5,55.5 parent: 2 - - uid: 1317 + - uid: 1311 components: - type: Transform pos: 64.5,54.5 parent: 2 - - uid: 1318 + - uid: 1312 components: - type: Transform pos: 68.5,52.5 parent: 2 - - uid: 1319 + - uid: 1313 components: - type: Transform pos: 65.5,52.5 parent: 2 - - uid: 1320 + - uid: 1314 components: - type: Transform pos: 66.5,54.5 parent: 2 - - uid: 1321 + - uid: 1315 components: - type: Transform pos: 66.5,53.5 parent: 2 - - uid: 1322 + - uid: 1316 components: - type: Transform pos: 67.5,52.5 parent: 2 - - uid: 1323 + - uid: 1317 components: - type: Transform pos: 65.5,55.5 parent: 2 - - uid: 1324 + - uid: 1318 components: - type: Transform pos: 62.5,52.5 parent: 2 - - uid: 1325 + - uid: 1319 components: - type: Transform pos: 63.5,55.5 parent: 2 - - uid: 1326 + - uid: 1320 components: - type: Transform pos: 10.5,58.5 parent: 2 - - uid: 1327 + - uid: 1321 components: - type: Transform pos: 4.5,42.5 parent: 2 - - uid: 1328 + - uid: 1322 components: - type: Transform pos: 9.5,50.5 parent: 2 - - uid: 1329 + - uid: 1323 components: - type: Transform pos: 3.5,42.5 parent: 2 - - uid: 1330 + - uid: 1324 components: - type: Transform pos: 3.5,52.5 parent: 2 - - uid: 1331 + - uid: 1325 components: - type: Transform pos: 63.5,54.5 parent: 2 - - uid: 1332 + - uid: 1326 components: - type: Transform pos: 62.5,54.5 parent: 2 - - uid: 1333 + - uid: 1327 components: - type: Transform pos: 11.5,57.5 parent: 2 - - uid: 1334 + - uid: 1328 components: - type: Transform pos: 12.5,56.5 parent: 2 - - uid: 1335 + - uid: 1329 components: - type: Transform pos: 12.5,57.5 parent: 2 - - uid: 1336 + - uid: 1330 components: - type: Transform pos: 3.5,43.5 parent: 2 - - uid: 1337 + - uid: 1331 components: - type: Transform pos: 5.5,42.5 parent: 2 - - uid: 1338 + - uid: 1332 components: - type: Transform pos: 9.5,57.5 parent: 2 - - uid: 1339 + - uid: 1333 components: - type: Transform pos: 10.5,57.5 parent: 2 - - uid: 1340 + - uid: 1334 components: - type: Transform pos: 10.5,56.5 parent: 2 - - uid: 1341 + - uid: 1335 components: - type: Transform pos: 9.5,56.5 parent: 2 - - uid: 1342 + - uid: 1336 components: - type: Transform pos: 8.5,56.5 parent: 2 - - uid: 1343 + - uid: 1337 components: - type: Transform pos: 7.5,56.5 parent: 2 - - uid: 1344 + - uid: 1338 components: - type: Transform pos: 3.5,53.5 parent: 2 - - uid: 1345 + - uid: 1339 components: - type: Transform pos: 61.5,54.5 parent: 2 - - uid: 1346 + - uid: 1340 components: - type: Transform pos: 3.5,45.5 parent: 2 - - uid: 1347 + - uid: 1341 components: - type: Transform pos: 3.5,46.5 parent: 2 - - uid: 1348 + - uid: 1342 components: - type: Transform pos: 60.5,53.5 parent: 2 - - uid: 1349 + - uid: 1343 components: - type: Transform pos: 61.5,52.5 parent: 2 - - uid: 1350 + - uid: 1344 components: - type: Transform pos: 60.5,50.5 parent: 2 - - uid: 1351 + - uid: 1345 components: - type: Transform pos: 60.5,51.5 parent: 2 - - uid: 1352 + - uid: 1346 components: - type: Transform pos: 5.5,44.5 parent: 2 - - uid: 1353 + - uid: 1347 components: - type: Transform pos: 4.5,45.5 parent: 2 - - uid: 1354 + - uid: 1348 components: - type: Transform pos: 5.5,43.5 parent: 2 - - uid: 1355 + - uid: 1349 components: - type: Transform pos: 3.5,44.5 parent: 2 - - uid: 1356 + - uid: 1350 components: - type: Transform pos: 60.5,52.5 parent: 2 - - uid: 1357 + - uid: 1351 components: - type: Transform pos: 61.5,50.5 parent: 2 - - uid: 1358 + - uid: 1352 components: - type: Transform pos: 61.5,51.5 parent: 2 - - uid: 1359 + - uid: 1353 components: - type: Transform pos: 60.5,49.5 parent: 2 - - uid: 1360 + - uid: 1354 components: - type: Transform pos: 6.5,43.5 parent: 2 - - uid: 1361 + - uid: 1355 components: - type: Transform pos: 4.5,43.5 parent: 2 - - uid: 1362 + - uid: 1356 components: - type: Transform pos: 4.5,43.5 parent: 2 - - uid: 1363 + - uid: 1357 components: - type: Transform pos: 4.5,44.5 parent: 2 - - uid: 1364 + - uid: 1358 components: - type: Transform pos: 63.5,53.5 parent: 2 - - uid: 1365 + - uid: 1359 components: - type: Transform pos: 63.5,52.5 parent: 2 - - uid: 1366 + - uid: 1360 components: - type: Transform pos: 76.5,-60.5 parent: 2 - - uid: 1367 + - uid: 1361 components: - type: Transform pos: 77.5,-60.5 parent: 2 - - uid: 1368 + - uid: 1362 components: - type: Transform pos: 77.5,-61.5 parent: 2 - - uid: 1369 + - uid: 1363 components: - type: Transform pos: 77.5,-62.5 parent: 2 - - uid: 1370 + - uid: 1364 components: - type: Transform pos: 80.5,-66.5 parent: 2 - - uid: 1371 + - uid: 1365 components: - type: Transform pos: 77.5,-59.5 parent: 2 - - uid: 1372 + - uid: 1366 components: - type: Transform pos: 72.5,-65.5 parent: 2 - - uid: 1373 + - uid: 1367 components: - type: Transform pos: 75.5,-61.5 parent: 2 - - uid: 1374 + - uid: 1368 components: - type: Transform pos: 78.5,-53.5 parent: 2 - - uid: 1375 + - uid: 1369 components: - type: Transform pos: 78.5,-54.5 parent: 2 - - uid: 1376 + - uid: 1370 components: - type: Transform pos: 78.5,-54.5 parent: 2 - - uid: 1377 + - uid: 1371 components: - type: Transform pos: 76.5,-58.5 parent: 2 - - uid: 1378 + - uid: 1372 components: - type: Transform pos: 75.5,-59.5 parent: 2 - - uid: 1379 + - uid: 1373 components: - type: Transform pos: 78.5,-52.5 parent: 2 - - uid: 1380 + - uid: 1374 components: - type: Transform pos: 78.5,-51.5 parent: 2 - - uid: 1381 + - uid: 1375 components: - type: Transform pos: 70.5,45.5 parent: 2 - - uid: 1382 + - uid: 1376 components: - type: Transform pos: 78.5,-50.5 parent: 2 - - uid: 1383 + - uid: 1377 components: - type: Transform pos: 4.5,-90.5 parent: 2 - - uid: 1384 + - uid: 1378 components: - type: Transform pos: 3.5,-90.5 parent: 2 - - uid: 1385 + - uid: 1379 components: - type: Transform pos: 69.5,-70.5 parent: 2 - - uid: 1386 + - uid: 1380 components: - type: Transform pos: 4.5,-91.5 parent: 2 - - uid: 1387 + - uid: 1381 components: - type: Transform pos: 6.5,-90.5 parent: 2 - - uid: 1388 + - uid: 1382 components: - type: Transform pos: 7.5,-90.5 parent: 2 - - uid: 1389 + - uid: 1383 components: - type: Transform pos: 18.5,45.5 parent: 2 - - uid: 1390 + - uid: 1384 components: - type: Transform pos: 11.5,-91.5 parent: 2 - - uid: 1391 + - uid: 1385 components: - type: Transform pos: 7.5,-91.5 parent: 2 - - uid: 1392 + - uid: 1386 components: - type: Transform pos: 10.5,-90.5 parent: 2 - - uid: 1393 + - uid: 1387 components: - type: Transform pos: 17.5,48.5 parent: 2 - - uid: 1394 + - uid: 1388 components: - type: Transform pos: 80.5,-65.5 parent: 2 - - uid: 1395 + - uid: 1389 components: - type: Transform pos: 78.5,-61.5 parent: 2 - - uid: 1396 + - uid: 1390 components: - type: Transform pos: 78.5,-69.5 parent: 2 - - uid: 1397 + - uid: 1391 components: - type: Transform pos: 79.5,-68.5 parent: 2 - - uid: 1398 + - uid: 1392 components: - type: Transform pos: 73.5,-62.5 parent: 2 - - uid: 1399 + - uid: 1393 components: - type: Transform pos: 73.5,-61.5 parent: 2 - - uid: 1400 + - uid: 1394 components: - type: Transform pos: 74.5,-59.5 parent: 2 - - uid: 1401 + - uid: 1395 components: - type: Transform pos: 74.5,-60.5 parent: 2 - - uid: 1402 + - uid: 1396 components: - type: Transform pos: 78.5,-53.5 parent: 2 - - uid: 1403 + - uid: 1397 components: - type: Transform pos: 78.5,-52.5 parent: 2 - - uid: 1404 + - uid: 1398 components: - type: Transform pos: 70.5,44.5 parent: 2 - - uid: 1405 + - uid: 1399 components: - type: Transform pos: 68.5,45.5 parent: 2 - - uid: 1406 + - uid: 1400 components: - type: Transform pos: 67.5,45.5 parent: 2 - - uid: 1407 + - uid: 1401 components: - type: Transform pos: 68.5,44.5 parent: 2 - - uid: 1408 + - uid: 1402 components: - type: Transform pos: 67.5,44.5 parent: 2 - - uid: 1409 + - uid: 1403 components: - type: Transform pos: 71.5,-73.5 parent: 2 - - uid: 1410 + - uid: 1404 components: - type: Transform pos: 70.5,-73.5 parent: 2 - - uid: 1411 + - uid: 1405 components: - type: Transform pos: 73.5,-72.5 parent: 2 - - uid: 1412 + - uid: 1406 components: - type: Transform pos: 71.5,-72.5 parent: 2 - - uid: 1413 + - uid: 1407 components: - type: Transform pos: 74.5,-72.5 parent: 2 - - uid: 1414 + - uid: 1408 components: - type: Transform pos: 74.5,-71.5 parent: 2 - - uid: 1415 + - uid: 1409 components: - type: Transform pos: 77.5,-69.5 parent: 2 - - uid: 1416 + - uid: 1410 components: - type: Transform pos: 18.5,46.5 parent: 2 - - uid: 1417 + - uid: 1411 components: - type: Transform pos: 19.5,44.5 parent: 2 - - uid: 1418 + - uid: 1412 components: - type: Transform pos: 18.5,44.5 parent: 2 - - uid: 1419 + - uid: 1413 components: - type: Transform pos: 18.5,43.5 parent: 2 - - uid: 1420 + - uid: 1414 components: - type: Transform pos: 16.5,46.5 parent: 2 - - uid: 1421 + - uid: 1415 components: - type: Transform pos: 15.5,48.5 parent: 2 - - uid: 1422 + - uid: 1416 components: - type: Transform pos: 16.5,47.5 parent: 2 - - uid: 1423 + - uid: 1417 components: - type: Transform pos: 16.5,49.5 parent: 2 - - uid: 1424 + - uid: 1418 components: - type: Transform pos: 16.5,48.5 parent: 2 - - uid: 1425 + - uid: 1419 components: - type: Transform pos: 17.5,43.5 parent: 2 - - uid: 1426 + - uid: 1420 components: - type: Transform pos: 65.5,47.5 parent: 2 - - uid: 1427 + - uid: 1421 components: - type: Transform pos: 65.5,44.5 parent: 2 - - uid: 1428 + - uid: 1422 components: - type: Transform pos: 65.5,43.5 parent: 2 - - uid: 1429 + - uid: 1423 components: - type: Transform pos: 67.5,42.5 parent: 2 - - uid: 1430 + - uid: 1424 components: - type: Transform pos: 66.5,42.5 parent: 2 - - uid: 1431 + - uid: 1425 components: - type: Transform pos: 65.5,42.5 parent: 2 - - uid: 1432 + - uid: 1426 components: - type: Transform pos: 64.5,42.5 parent: 2 - - uid: 1433 + - uid: 1427 components: - type: Transform pos: 63.5,42.5 parent: 2 - - uid: 1434 + - uid: 1428 components: - type: Transform pos: 62.5,43.5 parent: 2 - - uid: 1435 + - uid: 1429 components: - type: Transform pos: 61.5,43.5 parent: 2 - - uid: 1436 + - uid: 1430 components: - type: Transform pos: 62.5,44.5 parent: 2 - - uid: 1437 + - uid: 1431 components: - type: Transform pos: 65.5,51.5 parent: 2 - - uid: 1438 + - uid: 1432 components: - type: Transform pos: 65.5,50.5 parent: 2 - - uid: 1439 + - uid: 1433 components: - type: Transform pos: 9.5,41.5 parent: 2 - - uid: 1440 + - uid: 1434 components: - type: Transform pos: 14.5,45.5 parent: 2 - - uid: 1441 + - uid: 1435 components: - type: Transform pos: 77.5,-68.5 parent: 2 - - uid: 1442 + - uid: 1436 components: - type: Transform pos: 15.5,49.5 parent: 2 - - uid: 1443 + - uid: 1437 components: - type: Transform pos: 16.5,50.5 parent: 2 - - uid: 1444 + - uid: 1438 components: - type: Transform pos: 76.5,-71.5 parent: 2 - - uid: 1445 + - uid: 1439 components: - type: Transform pos: 76.5,-69.5 parent: 2 - - uid: 1446 + - uid: 1440 components: - type: Transform pos: 16.5,51.5 parent: 2 - - uid: 1447 + - uid: 1441 components: - type: Transform pos: 75.5,-71.5 parent: 2 - - uid: 1448 + - uid: 1442 components: - type: Transform pos: 81.5,-58.5 parent: 2 - - uid: 1449 + - uid: 1443 components: - type: Transform pos: 81.5,-62.5 parent: 2 - - uid: 1450 + - uid: 1444 components: - type: Transform pos: 75.5,-72.5 parent: 2 - - uid: 1451 + - uid: 1445 components: - type: Transform pos: 80.5,-63.5 parent: 2 - - uid: 1452 + - uid: 1446 components: - type: Transform pos: 81.5,-63.5 parent: 2 - - uid: 1453 + - uid: 1447 components: - type: Transform pos: 81.5,-61.5 parent: 2 - - uid: 1454 + - uid: 1448 components: - type: Transform pos: 81.5,-60.5 parent: 2 - - uid: 1455 + - uid: 1449 components: - type: Transform pos: 81.5,-57.5 parent: 2 - - uid: 1456 + - uid: 1450 components: - type: Transform pos: 77.5,-56.5 parent: 2 - - uid: 1457 + - uid: 1451 components: - type: Transform pos: 77.5,-57.5 parent: 2 - - uid: 1458 + - uid: 1452 components: - type: Transform pos: 77.5,-55.5 parent: 2 - - uid: 1459 + - uid: 1453 components: - type: Transform pos: 77.5,-54.5 parent: 2 - - uid: 1460 + - uid: 1454 components: - type: Transform pos: 77.5,-52.5 parent: 2 - - uid: 1461 + - uid: 1455 components: - type: Transform pos: 81.5,-59.5 parent: 2 - - uid: 1462 + - uid: 1456 components: - type: Transform pos: 80.5,-51.5 parent: 2 - - uid: 1463 + - uid: 1457 components: - type: Transform pos: 66.5,-69.5 parent: 2 - - uid: 1464 + - uid: 1458 components: - type: Transform pos: 70.5,-70.5 parent: 2 - - uid: 1465 + - uid: 1459 components: - type: Transform pos: 67.5,-71.5 parent: 2 - - uid: 1466 + - uid: 1460 components: - type: Transform pos: 66.5,-70.5 parent: 2 - - uid: 1467 + - uid: 1461 components: - type: Transform pos: 66.5,-68.5 parent: 2 - - uid: 1468 + - uid: 1462 components: - type: Transform pos: 66.5,-71.5 parent: 2 - - uid: 1469 + - uid: 1463 components: - type: Transform pos: 65.5,-69.5 parent: 2 - - uid: 1470 + - uid: 1464 components: - type: Transform pos: 77.5,-65.5 parent: 2 - - uid: 1471 + - uid: 1465 components: - type: Transform pos: 76.5,-65.5 parent: 2 - - uid: 1472 + - uid: 1466 components: - type: Transform pos: 78.5,-67.5 parent: 2 - - uid: 1473 + - uid: 1467 components: - type: Transform pos: 78.5,-66.5 parent: 2 - - uid: 1474 + - uid: 1468 components: - type: Transform pos: 79.5,-67.5 parent: 2 - - uid: 1475 + - uid: 1469 components: - type: Transform pos: 75.5,-68.5 parent: 2 - - uid: 1476 + - uid: 1470 components: - type: Transform pos: 75.5,-65.5 parent: 2 - - uid: 1477 + - uid: 1471 components: - type: Transform pos: 66.5,-72.5 parent: 2 - - uid: 1478 + - uid: 1472 components: - type: Transform pos: 64.5,47.5 parent: 2 - - uid: 1479 + - uid: 1473 components: - type: Transform pos: 64.5,46.5 parent: 2 - - uid: 1480 + - uid: 1474 components: - type: Transform pos: 65.5,46.5 parent: 2 - - uid: 1481 + - uid: 1475 components: - type: Transform pos: 66.5,52.5 parent: 2 - - uid: 1482 + - uid: 1476 components: - type: Transform pos: 4.5,54.5 parent: 2 - - uid: 1483 + - uid: 1477 components: - type: Transform pos: 15.5,51.5 parent: 2 - - uid: 1484 + - uid: 1478 components: - type: Transform pos: 78.5,-68.5 parent: 2 - - uid: 1485 + - uid: 1479 components: - type: Transform pos: 12.5,50.5 parent: 2 - - uid: 1486 + - uid: 1480 components: - type: Transform pos: 79.5,-65.5 parent: 2 - - uid: 1487 + - uid: 1481 components: - type: Transform pos: 76.5,-68.5 parent: 2 - - uid: 1488 + - uid: 1482 components: - type: Transform pos: 15.5,52.5 parent: 2 - - uid: 1489 + - uid: 1483 components: - type: Transform pos: 17.5,44.5 parent: 2 - - uid: 1490 + - uid: 1484 components: - type: Transform pos: 6.5,-91.5 parent: 2 - - uid: 1491 + - uid: 1485 components: - type: Transform pos: 5.5,-91.5 parent: 2 - - uid: 1492 + - uid: 1486 components: - type: Transform pos: 75.5,-70.5 parent: 2 - - uid: 1493 + - uid: 1487 components: - type: Transform pos: 3.5,-91.5 parent: 2 - - uid: 1494 + - uid: 1488 components: - type: Transform pos: 17.5,45.5 parent: 2 - - uid: 1495 + - uid: 1489 components: - type: Transform pos: 79.5,-65.5 parent: 2 - - uid: 1496 + - uid: 1490 components: - type: Transform pos: 65.5,48.5 parent: 2 - - uid: 1497 + - uid: 1491 components: - type: Transform pos: 66.5,43.5 parent: 2 - - uid: 1498 + - uid: 1492 components: - type: Transform pos: 67.5,43.5 parent: 2 - - uid: 1499 + - uid: 1493 components: - type: Transform pos: 65.5,47.5 parent: 2 - - uid: 1500 + - uid: 1494 components: - type: Transform pos: 68.5,43.5 parent: 2 - - uid: 1501 + - uid: 1495 components: - type: Transform pos: 14.5,44.5 parent: 2 - - uid: 1502 + - uid: 1496 components: - type: Transform pos: 11.5,-90.5 parent: 2 - - uid: 1503 + - uid: 1497 components: - type: Transform pos: 9.5,-91.5 parent: 2 - - uid: 1504 + - uid: 1498 components: - type: Transform pos: 8.5,-91.5 parent: 2 - - uid: 1505 + - uid: 1499 components: - type: Transform pos: 9.5,-90.5 parent: 2 - - uid: 1506 + - uid: 1500 components: - type: Transform pos: 17.5,47.5 parent: 2 - - uid: 1507 + - uid: 1501 components: - type: Transform pos: 8.5,-90.5 parent: 2 - - uid: 1508 + - uid: 1502 components: - type: Transform pos: 17.5,46.5 parent: 2 - - uid: 1509 + - uid: 1503 components: - type: Transform pos: 77.5,-51.5 parent: 2 - - uid: 1510 + - uid: 1504 components: - type: Transform pos: 77.5,-53.5 parent: 2 - - uid: 1511 + - uid: 1505 components: - type: Transform pos: 80.5,-57.5 parent: 2 - - uid: 1512 + - uid: 1506 components: - type: Transform pos: 80.5,-58.5 parent: 2 - - uid: 1513 + - uid: 1507 components: - type: Transform pos: 80.5,-55.5 parent: 2 - - uid: 1514 + - uid: 1508 components: - type: Transform pos: 80.5,-56.5 parent: 2 - - uid: 1515 + - uid: 1509 components: - type: Transform pos: 81.5,-56.5 parent: 2 - - uid: 1516 + - uid: 1510 components: - type: Transform pos: 80.5,-54.5 parent: 2 - - uid: 1517 + - uid: 1511 components: - type: Transform pos: 80.5,-53.5 parent: 2 - - uid: 1518 + - uid: 1512 components: - type: Transform pos: 80.5,-52.5 parent: 2 - - uid: 1519 + - uid: 1513 components: - type: Transform pos: 81.5,-55.5 parent: 2 - - uid: 1520 + - uid: 1514 components: - type: Transform pos: 80.5,-64.5 parent: 2 - - uid: 1521 + - uid: 1515 components: - type: Transform pos: 79.5,-66.5 parent: 2 - - uid: 1522 + - uid: 1516 components: - type: Transform pos: 76.5,-64.5 parent: 2 - - uid: 1523 + - uid: 1517 components: - type: Transform pos: 80.5,-67.5 parent: 2 - - uid: 1524 + - uid: 1518 components: - type: Transform pos: 72.5,-66.5 parent: 2 - - uid: 1525 + - uid: 1519 components: - type: Transform pos: 70.5,-68.5 parent: 2 - - uid: 1526 + - uid: 1520 components: - type: Transform pos: 70.5,-69.5 parent: 2 - - uid: 1527 + - uid: 1521 components: - type: Transform pos: 71.5,-68.5 parent: 2 - - uid: 1528 + - uid: 1522 components: - type: Transform pos: 71.5,-68.5 parent: 2 - - uid: 1529 + - uid: 1523 components: - type: Transform pos: 76.5,-66.5 parent: 2 - - uid: 1530 + - uid: 1524 components: - type: Transform pos: 76.5,-67.5 parent: 2 - - uid: 1531 + - uid: 1525 components: - type: Transform pos: 65.5,-71.5 parent: 2 - - uid: 1532 + - uid: 1526 components: - type: Transform pos: 75.5,-64.5 parent: 2 - - uid: 1533 + - uid: 1527 components: - type: Transform pos: 65.5,-70.5 parent: 2 - - uid: 1534 + - uid: 1528 components: - type: Transform pos: 64.5,-70.5 parent: 2 - - uid: 1535 + - uid: 1529 components: - type: Transform pos: 24.5,51.5 parent: 2 - - uid: 1536 + - uid: 1530 components: - type: Transform pos: 17.5,42.5 parent: 2 - - uid: 1537 + - uid: 1531 components: - type: Transform pos: 15.5,42.5 parent: 2 - - uid: 1538 + - uid: 1532 components: - type: Transform pos: 14.5,42.5 parent: 2 - - uid: 1539 + - uid: 1533 components: - type: Transform pos: 11.5,41.5 parent: 2 - - uid: 1540 + - uid: 1534 components: - type: Transform pos: 12.5,42.5 parent: 2 - - uid: 1541 + - uid: 1535 components: - type: Transform pos: 11.5,42.5 parent: 2 - - uid: 1542 + - uid: 1536 components: - type: Transform pos: 11.5,43.5 parent: 2 - - uid: 1543 + - uid: 1537 components: - type: Transform pos: 6.5,52.5 parent: 2 - - uid: 1544 + - uid: 1538 components: - type: Transform pos: 8.5,51.5 parent: 2 - - uid: 1545 + - uid: 1539 components: - type: Transform pos: 5.5,55.5 parent: 2 - - uid: 1546 + - uid: 1540 components: - type: Transform pos: 6.5,55.5 parent: 2 - - uid: 1547 + - uid: 1541 components: - type: Transform pos: 6.5,56.5 parent: 2 - - uid: 1548 + - uid: 1542 components: - type: Transform pos: 5.5,56.5 parent: 2 - - uid: 1549 + - uid: 1543 components: - type: Transform pos: 4.5,55.5 parent: 2 - - uid: 1550 + - uid: 1544 components: - type: Transform pos: 21.5,57.5 parent: 2 - - uid: 1551 + - uid: 1545 components: - type: Transform pos: 20.5,57.5 parent: 2 - - uid: 1552 + - uid: 1546 components: - type: Transform pos: 21.5,56.5 parent: 2 - - uid: 1553 + - uid: 1547 components: - type: Transform pos: 18.5,56.5 parent: 2 - - uid: 1554 + - uid: 1548 components: - type: Transform pos: 17.5,55.5 parent: 2 - - uid: 1555 + - uid: 1549 components: - type: Transform pos: 19.5,56.5 parent: 2 - - uid: 1556 + - uid: 1550 components: - type: Transform pos: 19.5,57.5 parent: 2 - - uid: 1557 + - uid: 1551 components: - type: Transform pos: 18.5,53.5 parent: 2 - - uid: 1558 + - uid: 1552 components: - type: Transform pos: 19.5,53.5 parent: 2 - - uid: 1559 + - uid: 1553 components: - type: Transform pos: 18.5,52.5 parent: 2 - - uid: 1560 + - uid: 1554 components: - type: Transform pos: 16.5,52.5 parent: 2 - - uid: 1561 + - uid: 1555 components: - type: Transform pos: 17.5,52.5 parent: 2 - - uid: 1562 + - uid: 1556 components: - type: Transform pos: 19.5,52.5 parent: 2 - - uid: 1563 + - uid: 1557 components: - type: Transform pos: 22.5,54.5 parent: 2 - - uid: 1564 + - uid: 1558 components: - type: Transform pos: 21.5,55.5 parent: 2 - - uid: 1565 + - uid: 1559 components: - type: Transform pos: 22.5,53.5 parent: 2 - - uid: 1566 + - uid: 1560 components: - type: Transform pos: 17.5,51.5 parent: 2 - - uid: 1567 + - uid: 1561 components: - type: Transform pos: 21.5,54.5 parent: 2 - - uid: 1568 + - uid: 1562 components: - type: Transform pos: 16.5,53.5 parent: 2 - - uid: 1569 + - uid: 1563 components: - type: Transform pos: 16.5,54.5 parent: 2 - - uid: 1570 + - uid: 1564 components: - type: Transform pos: 17.5,53.5 parent: 2 - - uid: 1571 + - uid: 1565 components: - type: Transform pos: 5.5,54.5 parent: 2 - - uid: 1572 + - uid: 1566 components: - type: Transform pos: 5.5,53.5 parent: 2 - - uid: 1573 + - uid: 1567 components: - type: Transform pos: 13.5,57.5 parent: 2 - - uid: 1574 + - uid: 1568 components: - type: Transform pos: 18.5,57.5 parent: 2 - - uid: 1575 + - uid: 1569 components: - type: Transform pos: 13.5,51.5 parent: 2 - - uid: 1576 + - uid: 1570 components: - type: Transform pos: 10.5,51.5 parent: 2 - - uid: 1577 + - uid: 1571 components: - type: Transform pos: 8.5,52.5 parent: 2 - - uid: 1578 + - uid: 1572 components: - type: Transform pos: 9.5,51.5 parent: 2 - - uid: 1579 + - uid: 1573 components: - type: Transform pos: 13.5,52.5 parent: 2 - - uid: 1580 + - uid: 1574 components: - type: Transform pos: 14.5,53.5 parent: 2 - - uid: 1581 + - uid: 1575 components: - type: Transform pos: 13.5,56.5 parent: 2 - - uid: 1582 + - uid: 1576 components: - type: Transform pos: 14.5,55.5 parent: 2 - - uid: 1583 + - uid: 1577 components: - type: Transform pos: 13.5,55.5 parent: 2 - - uid: 1584 + - uid: 1578 components: - type: Transform pos: 15.5,54.5 parent: 2 - - uid: 1585 + - uid: 1579 components: - type: Transform pos: 15.5,53.5 parent: 2 - - uid: 1586 + - uid: 1580 components: - type: Transform pos: 7.5,52.5 parent: 2 - - uid: 1587 + - uid: 1581 components: - type: Transform pos: 15.5,58.5 parent: 2 - - uid: 1588 + - uid: 1582 components: - type: Transform pos: 14.5,58.5 parent: 2 - - uid: 1589 + - uid: 1583 components: - type: Transform pos: 13.5,58.5 parent: 2 - - uid: 1590 + - uid: 1584 components: - type: Transform pos: 12.5,51.5 parent: 2 - - uid: 1591 + - uid: 1585 components: - type: Transform pos: 17.5,58.5 parent: 2 - - uid: 1592 + - uid: 1586 components: - type: Transform pos: 22.5,56.5 parent: 2 - - uid: 1593 + - uid: 1587 components: - type: Transform pos: 22.5,57.5 parent: 2 - - uid: 1594 + - uid: 1588 components: - type: Transform pos: 11.5,51.5 parent: 2 - - uid: 1595 + - uid: 1589 components: - type: Transform pos: 17.5,50.5 parent: 2 - - uid: 1596 + - uid: 1590 components: - type: Transform pos: 18.5,48.5 parent: 2 - - uid: 1597 + - uid: 1591 components: - type: Transform pos: 21.5,51.5 parent: 2 - - uid: 1598 + - uid: 1592 components: - type: Transform pos: 17.5,49.5 parent: 2 - - uid: 1599 + - uid: 1593 components: - type: Transform pos: 21.5,49.5 parent: 2 - - uid: 1600 + - uid: 1594 components: - type: Transform pos: 18.5,51.5 parent: 2 - - uid: 1601 + - uid: 1595 components: - type: Transform pos: 19.5,48.5 parent: 2 - - uid: 1602 + - uid: 1596 components: - type: Transform pos: 20.5,51.5 parent: 2 - - uid: 1603 + - uid: 1597 components: - type: Transform pos: 21.5,52.5 parent: 2 - - uid: 1604 + - uid: 1598 components: - type: Transform pos: 20.5,52.5 parent: 2 - - uid: 1605 + - uid: 1599 components: - type: Transform pos: 20.5,54.5 parent: 2 - - uid: 1606 + - uid: 1600 components: - type: Transform pos: 23.5,54.5 parent: 2 - - uid: 1607 + - uid: 1601 components: - type: Transform pos: 20.5,53.5 parent: 2 - - uid: 1608 + - uid: 1602 components: - type: Transform pos: 23.5,52.5 parent: 2 - - uid: 1609 + - uid: 1603 components: - type: Transform pos: 18.5,42.5 parent: 2 - - uid: 1610 + - uid: 1604 components: - type: Transform pos: 20.5,48.5 parent: 2 - - uid: 1611 + - uid: 1605 components: - type: Transform pos: 21.5,47.5 parent: 2 - - uid: 1612 + - uid: 1606 components: - type: Transform pos: 20.5,44.5 parent: 2 - - uid: 1613 + - uid: 1607 components: - type: Transform pos: 19.5,42.5 parent: 2 - - uid: 1614 + - uid: 1608 components: - type: Transform pos: 21.5,48.5 parent: 2 - - uid: 1615 + - uid: 1609 components: - type: Transform pos: 20.5,43.5 parent: 2 - - uid: 1616 + - uid: 1610 components: - type: Transform pos: 19.5,43.5 parent: 2 - - uid: 1617 + - uid: 1611 components: - type: Transform pos: 22.5,49.5 parent: 2 - - uid: 1618 + - uid: 1612 components: - type: Transform pos: 23.5,50.5 parent: 2 - - uid: 1619 + - uid: 1613 components: - type: Transform pos: 22.5,50.5 parent: 2 - - uid: 1620 + - uid: 1614 components: - type: Transform pos: 24.5,52.5 parent: 2 - - uid: 1621 + - uid: 1615 components: - type: Transform pos: 23.5,51.5 parent: 2 - - uid: 1622 + - uid: 1616 components: - type: Transform pos: 24.5,53.5 parent: 2 - - uid: 1623 + - uid: 1617 components: - type: Transform pos: 24.5,56.5 parent: 2 - - uid: 1624 + - uid: 1618 components: - type: Transform pos: 25.5,54.5 parent: 2 - - uid: 1625 + - uid: 1619 components: - type: Transform pos: 25.5,55.5 parent: 2 - - uid: 1626 + - uid: 1620 components: - type: Transform pos: 25.5,53.5 parent: 2 - - uid: 1627 + - uid: 1621 components: - type: Transform pos: 24.5,57.5 parent: 2 - - uid: 1628 + - uid: 1622 components: - type: Transform pos: 23.5,57.5 parent: 2 - - uid: 1629 + - uid: 1623 components: - type: Transform pos: 21.5,58.5 parent: 2 - - uid: 1630 + - uid: 1624 components: - type: Transform pos: 19.5,58.5 parent: 2 - - uid: 1631 + - uid: 1625 components: - type: Transform pos: 20.5,58.5 parent: 2 - - uid: 1632 + - uid: 1626 components: - type: Transform pos: 18.5,58.5 parent: 2 - - uid: 1633 + - uid: 1627 components: - type: Transform pos: 17.5,59.5 parent: 2 - - uid: 1634 + - uid: 1628 components: - type: Transform pos: 18.5,59.5 parent: 2 - - uid: 1635 + - uid: 1629 components: - type: Transform pos: 20.5,50.5 parent: 2 - - uid: 1636 + - uid: 1630 components: - type: Transform pos: 19.5,51.5 parent: 2 - - uid: 1637 + - uid: 1631 components: - type: Transform pos: 21.5,50.5 parent: 2 - - uid: 1638 + - uid: 1632 components: - type: Transform pos: 14.5,59.5 parent: 2 - - uid: 1639 + - uid: 1633 components: - type: Transform pos: 16.5,59.5 parent: 2 - - uid: 1640 + - uid: 1634 components: - type: Transform pos: 22.5,58.5 parent: 2 - - uid: 1641 + - uid: 1635 components: - type: Transform pos: 23.5,55.5 parent: 2 - - uid: 1642 + - uid: 1636 components: - type: Transform pos: 24.5,55.5 parent: 2 - - uid: 1643 + - uid: 1637 components: - type: Transform pos: 23.5,56.5 parent: 2 - - uid: 1644 + - uid: 1638 components: - type: Transform pos: 24.5,55.5 parent: 2 - - uid: 1645 + - uid: 1639 components: - type: Transform pos: 13.5,59.5 parent: 2 - - uid: 1646 + - uid: 1640 components: - type: Transform pos: 15.5,59.5 parent: 2 - - uid: 1647 + - uid: 1641 components: - type: Transform pos: 23.5,53.5 parent: 2 - - uid: 1648 + - uid: 1642 components: - type: Transform pos: 24.5,54.5 parent: 2 - - uid: 1649 + - uid: 1643 components: - type: Transform pos: 23.5,53.5 parent: 2 - - uid: 1650 + - uid: 1644 components: - type: Transform pos: 22.5,52.5 parent: 2 - - uid: 1651 + - uid: 1645 components: - type: Transform pos: 3.5,54.5 parent: 2 - - uid: 1652 + - uid: 1646 components: - type: Transform pos: 3.5,55.5 parent: 2 - - uid: 1653 + - uid: 1647 components: - type: Transform pos: 22.5,48.5 parent: 2 - - uid: 1654 + - uid: 1648 components: - type: Transform pos: 75.5,-60.5 parent: 2 - - uid: 1655 + - uid: 1649 components: - type: Transform pos: 76.5,-59.5 parent: 2 - - uid: 1656 + - uid: 1650 components: - type: Transform pos: 4.5,53.5 parent: 2 - - uid: 1657 + - uid: 1651 components: - type: Transform pos: 10.5,42.5 parent: 2 - - uid: 1658 + - uid: 1652 components: - type: Transform pos: 7.5,42.5 parent: 2 - - uid: 1659 + - uid: 1653 components: - type: Transform pos: 10.5,43.5 parent: 2 - - uid: 1660 + - uid: 1654 components: - type: Transform pos: 7.5,43.5 parent: 2 - - uid: 1661 + - uid: 1655 components: - type: Transform pos: 6.5,42.5 parent: 2 - - uid: 1662 + - uid: 1656 components: - type: Transform pos: 8.5,44.5 parent: 2 - - uid: 1663 + - uid: 1657 components: - type: Transform pos: 13.5,43.5 parent: 2 - - uid: 1664 + - uid: 1658 components: - type: Transform pos: 9.5,44.5 parent: 2 - - uid: 1665 + - uid: 1659 components: - type: Transform pos: 12.5,43.5 parent: 2 - - uid: 1666 + - uid: 1660 components: - type: Transform pos: 13.5,42.5 parent: 2 - - uid: 1667 + - uid: 1661 components: - type: Transform pos: 65.5,45.5 parent: 2 - - uid: 1668 + - uid: 1662 components: - type: Transform pos: 11.5,44.5 parent: 2 - - uid: 1669 + - uid: 1663 components: - type: Transform pos: 10.5,45.5 parent: 2 - - uid: 1670 + - uid: 1664 components: - type: Transform pos: 11.5,45.5 parent: 2 - - uid: 1671 + - uid: 1665 components: - type: Transform pos: 10.5,44.5 parent: 2 - - uid: 1672 + - uid: 1666 components: - type: Transform pos: 12.5,44.5 parent: 2 - - uid: 1673 + - uid: 1667 components: - type: Transform pos: 67.5,-73.5 parent: 2 - - uid: 1674 + - uid: 1668 components: - type: Transform pos: -38.5,55.5 parent: 2 - - uid: 1675 + - uid: 1669 components: - type: Transform pos: -47.5,58.5 parent: 2 - - uid: 1676 + - uid: 1670 components: - type: Transform pos: 5.5,52.5 parent: 2 - - uid: 1677 + - uid: 1671 components: - type: Transform pos: -47.5,70.5 parent: 2 - - uid: 1678 + - uid: 1672 components: - type: Transform pos: -44.5,73.5 parent: 2 - - uid: 1679 + - uid: 1673 components: - type: Transform pos: -45.5,73.5 parent: 2 - - uid: 1680 + - uid: 1674 components: - type: Transform pos: -46.5,73.5 parent: 2 - - uid: 1681 + - uid: 1675 components: - type: Transform pos: -47.5,73.5 parent: 2 - - uid: 1682 + - uid: 1676 components: - type: Transform pos: -48.5,73.5 parent: 2 - - uid: 1683 + - uid: 1677 components: - type: Transform pos: -49.5,73.5 parent: 2 - - uid: 1684 + - uid: 1678 components: - type: Transform pos: -50.5,73.5 parent: 2 - - uid: 1685 + - uid: 1679 components: - type: Transform pos: -49.5,74.5 parent: 2 - - uid: 1686 + - uid: 1680 components: - type: Transform pos: -48.5,74.5 parent: 2 - - uid: 1687 + - uid: 1681 components: - type: Transform pos: -47.5,74.5 parent: 2 - - uid: 1688 + - uid: 1682 components: - type: Transform pos: -46.5,74.5 parent: 2 - - uid: 1689 + - uid: 1683 components: - type: Transform pos: -45.5,74.5 parent: 2 - - uid: 1690 + - uid: 1684 components: - type: Transform pos: -49.5,71.5 parent: 2 - - uid: 1691 + - uid: 1685 components: - type: Transform pos: -45.5,71.5 parent: 2 - - uid: 1692 + - uid: 1686 components: - type: Transform pos: -45.5,70.5 parent: 2 - - uid: 1693 + - uid: 1687 components: - type: Transform pos: -44.5,71.5 parent: 2 - - uid: 1694 + - uid: 1688 components: - type: Transform pos: -56.5,62.5 parent: 2 - - uid: 1695 + - uid: 1689 components: - type: Transform pos: -56.5,61.5 parent: 2 - - uid: 1696 + - uid: 1690 components: - type: Transform pos: -54.5,61.5 parent: 2 - - uid: 1697 + - uid: 1691 components: - type: Transform rot: -1.5707963267948966 rad pos: 8.5,41.5 parent: 2 - - uid: 1698 + - uid: 1692 components: - type: Transform rot: -1.5707963267948966 rad @@ -20876,162 +21218,162 @@ entities: parent: 2 - proto: AtmosDeviceFanTiny entities: - - uid: 1699 + - uid: 1693 components: - type: Transform pos: 45.5,-89.5 parent: 2 - - uid: 1700 + - uid: 1694 components: - type: Transform pos: 33.5,-82.5 parent: 2 - - uid: 1701 + - uid: 1695 components: - type: Transform pos: 33.5,-89.5 parent: 2 - - uid: 1702 + - uid: 1696 components: - type: Transform pos: 0.5,10.5 parent: 2 - - uid: 1703 + - uid: 1697 components: - type: Transform pos: 79.5,-36.5 parent: 2 - - uid: 1704 + - uid: 1698 components: - type: Transform pos: 69.5,-3.5 parent: 2 - - uid: 1705 + - uid: 1699 components: - type: Transform rot: 3.141592653589793 rad pos: 48.5,-95.5 parent: 2 - - uid: 1706 + - uid: 1700 components: - type: Transform rot: -1.5707963267948966 rad pos: -53.5,20.5 parent: 2 - - uid: 1707 + - uid: 1701 components: - type: Transform rot: -1.5707963267948966 rad pos: -53.5,22.5 parent: 2 - - uid: 1708 + - uid: 1702 components: - type: Transform pos: -52.5,30.5 parent: 2 - - uid: 1709 + - uid: 1703 components: - type: Transform pos: -52.5,34.5 parent: 2 - - uid: 1710 + - uid: 1704 components: - type: Transform pos: 79.5,-37.5 parent: 2 - - uid: 1711 + - uid: 1705 components: - type: Transform pos: 79.5,-34.5 parent: 2 - - uid: 1712 + - uid: 1706 components: - type: Transform pos: 79.5,-33.5 parent: 2 - - uid: 1713 + - uid: 1707 components: - type: Transform pos: 69.5,-5.5 parent: 2 - - uid: 1714 + - uid: 1708 components: - type: Transform pos: 69.5,-11.5 parent: 2 - - uid: 1715 + - uid: 1709 components: - type: Transform pos: 69.5,-13.5 parent: 2 - - uid: 1716 + - uid: 1710 components: - type: Transform pos: -1.5,14.5 parent: 2 - - uid: 1717 + - uid: 1711 components: - type: Transform rot: 3.141592653589793 rad pos: 30.5,-95.5 parent: 2 - - uid: 1718 + - uid: 1712 components: - type: Transform pos: -17.5,70.5 parent: 2 - - uid: 1719 + - uid: 1713 components: - type: Transform pos: -12.5,75.5 parent: 2 - - uid: 1720 + - uid: 1714 components: - type: Transform pos: -13.5,75.5 parent: 2 - - uid: 1721 + - uid: 1715 components: - type: Transform pos: -21.5,75.5 parent: 2 - - uid: 1722 + - uid: 1716 components: - type: Transform pos: -22.5,75.5 parent: 2 - - uid: 1723 + - uid: 1717 components: - type: Transform pos: -52.5,33.5 parent: 2 - - uid: 1724 + - uid: 1718 components: - type: Transform pos: -52.5,31.5 parent: 2 - - uid: 1725 + - uid: 1719 components: - type: Transform pos: 45.5,-82.5 parent: 2 - - uid: 1726 + - uid: 1720 components: - type: Transform pos: 52.5,-82.5 parent: 2 - - uid: 1727 + - uid: 1721 components: - type: Transform pos: 52.5,-89.5 parent: 2 - - uid: 1728 + - uid: 1722 components: - type: Transform rot: -1.5707963267948966 rad pos: 67.5,-15.5 parent: 2 - - uid: 1729 + - uid: 1723 components: - type: Transform rot: 3.141592653589793 rad @@ -21039,912 +21381,912 @@ entities: parent: 2 - proto: AtmosFixBlockerMarker entities: - - uid: 1730 + - uid: 1724 components: - type: Transform pos: 51.5,-60.5 parent: 2 - - uid: 1731 + - uid: 1725 components: - type: Transform pos: 50.5,-60.5 parent: 2 - - uid: 1732 + - uid: 1726 components: - type: Transform pos: 49.5,-60.5 parent: 2 - - uid: 1733 + - uid: 1727 components: - type: Transform pos: 48.5,-60.5 parent: 2 - - uid: 1734 + - uid: 1728 components: - type: Transform pos: 48.5,-61.5 parent: 2 - - uid: 1735 + - uid: 1729 components: - type: Transform pos: 49.5,-61.5 parent: 2 - - uid: 1736 + - uid: 1730 components: - type: Transform pos: 50.5,-61.5 parent: 2 - - uid: 1737 + - uid: 1731 components: - type: Transform pos: 51.5,-61.5 parent: 2 - - uid: 1738 + - uid: 1732 components: - type: Transform pos: -44.5,-34.5 parent: 2 - - uid: 1739 + - uid: 1733 components: - type: Transform pos: -44.5,-35.5 parent: 2 - - uid: 1740 + - uid: 1734 components: - type: Transform pos: -43.5,-34.5 parent: 2 - - uid: 1741 + - uid: 1735 components: - type: Transform pos: -43.5,-35.5 parent: 2 - - uid: 1742 + - uid: 1736 components: - type: Transform pos: -42.5,-34.5 parent: 2 - - uid: 1743 + - uid: 1737 components: - type: Transform pos: -42.5,-35.5 parent: 2 - - uid: 1744 + - uid: 1738 components: - type: Transform pos: -42.5,-36.5 parent: 2 - - uid: 1745 + - uid: 1739 components: - type: Transform pos: -48.5,-50.5 parent: 2 - - uid: 1746 + - uid: 1740 components: - type: Transform pos: -49.5,-50.5 parent: 2 - - uid: 1747 + - uid: 1741 components: - type: Transform pos: -50.5,-50.5 parent: 2 - - uid: 1748 + - uid: 1742 components: - type: Transform pos: -48.5,-48.5 parent: 2 - - uid: 1749 + - uid: 1743 components: - type: Transform pos: -49.5,-48.5 parent: 2 - - uid: 1750 + - uid: 1744 components: - type: Transform pos: -50.5,-48.5 parent: 2 - - uid: 1751 + - uid: 1745 components: - type: Transform pos: -48.5,-44.5 parent: 2 - - uid: 1752 + - uid: 1746 components: - type: Transform pos: -49.5,-44.5 parent: 2 - - uid: 1753 + - uid: 1747 components: - type: Transform pos: -50.5,-44.5 parent: 2 - - uid: 1754 + - uid: 1748 components: - type: Transform pos: -48.5,-42.5 parent: 2 - - uid: 1755 + - uid: 1749 components: - type: Transform pos: -49.5,-42.5 parent: 2 - - uid: 1756 + - uid: 1750 components: - type: Transform pos: -50.5,-42.5 parent: 2 - - uid: 1757 + - uid: 1751 components: - type: Transform pos: -43.5,-36.5 parent: 2 - - uid: 1758 + - uid: 1752 components: - type: Transform pos: -44.5,-36.5 parent: 2 - - uid: 1759 + - uid: 1753 components: - type: Transform pos: -77.5,-40.5 parent: 2 - - uid: 1760 + - uid: 1754 components: - type: Transform pos: -76.5,-40.5 parent: 2 - - uid: 1761 + - uid: 1755 components: - type: Transform pos: -75.5,-40.5 parent: 2 - - uid: 1762 + - uid: 1756 components: - type: Transform pos: -75.5,-41.5 parent: 2 - - uid: 1763 + - uid: 1757 components: - type: Transform pos: -76.5,-41.5 parent: 2 - - uid: 1764 + - uid: 1758 components: - type: Transform pos: -77.5,-41.5 parent: 2 - - uid: 1765 + - uid: 1759 components: - type: Transform pos: -77.5,-42.5 parent: 2 - - uid: 1766 + - uid: 1760 components: - type: Transform pos: -76.5,-42.5 parent: 2 - - uid: 1767 + - uid: 1761 components: - type: Transform pos: -75.5,-42.5 parent: 2 - proto: AtmosFixFreezerMarker entities: - - uid: 1768 + - uid: 1762 components: - type: Transform pos: 0.5,13.5 parent: 2 - - uid: 1769 + - uid: 1763 components: - type: Transform pos: 1.5,13.5 parent: 2 - - uid: 1770 + - uid: 1764 components: - type: Transform pos: 1.5,14.5 parent: 2 - - uid: 1771 + - uid: 1765 components: - type: Transform pos: 2.5,13.5 parent: 2 - - uid: 1772 + - uid: 1766 components: - type: Transform pos: 0.5,14.5 parent: 2 - - uid: 1773 + - uid: 1767 components: - type: Transform pos: -0.5,14.5 parent: 2 - - uid: 1774 + - uid: 1768 components: - type: Transform pos: 2.5,14.5 parent: 2 - - uid: 1775 + - uid: 1769 components: - type: Transform pos: -0.5,12.5 parent: 2 - - uid: 1776 + - uid: 1770 components: - type: Transform pos: -0.5,11.5 parent: 2 - - uid: 1777 + - uid: 1771 components: - type: Transform pos: 0.5,12.5 parent: 2 - - uid: 1778 + - uid: 1772 components: - type: Transform pos: 0.5,11.5 parent: 2 - - uid: 1779 + - uid: 1773 components: - type: Transform pos: 1.5,12.5 parent: 2 - - uid: 1780 + - uid: 1774 components: - type: Transform pos: 1.5,11.5 parent: 2 - - uid: 1781 + - uid: 1775 components: - type: Transform pos: 2.5,12.5 parent: 2 - - uid: 1782 + - uid: 1776 components: - type: Transform pos: 2.5,11.5 parent: 2 - - uid: 1783 + - uid: 1777 components: - type: Transform pos: -0.5,13.5 parent: 2 - - uid: 1784 + - uid: 1778 components: - type: Transform pos: -5.5,73.5 parent: 2 - - uid: 1785 + - uid: 1779 components: - type: Transform pos: -5.5,72.5 parent: 2 - - uid: 1786 + - uid: 1780 components: - type: Transform pos: -5.5,71.5 parent: 2 - - uid: 1787 + - uid: 1781 components: - type: Transform pos: -5.5,70.5 parent: 2 - - uid: 1788 + - uid: 1782 components: - type: Transform pos: -5.5,69.5 parent: 2 - - uid: 1789 + - uid: 1783 components: - type: Transform pos: -5.5,68.5 parent: 2 - - uid: 1790 + - uid: 1784 components: - type: Transform pos: -5.5,67.5 parent: 2 - - uid: 1791 + - uid: 1785 components: - type: Transform pos: -5.5,66.5 parent: 2 - - uid: 1792 + - uid: 1786 components: - type: Transform pos: -4.5,73.5 parent: 2 - - uid: 1793 + - uid: 1787 components: - type: Transform pos: -4.5,72.5 parent: 2 - - uid: 1794 + - uid: 1788 components: - type: Transform pos: -4.5,71.5 parent: 2 - - uid: 1795 + - uid: 1789 components: - type: Transform pos: -4.5,70.5 parent: 2 - - uid: 1796 + - uid: 1790 components: - type: Transform pos: -4.5,69.5 parent: 2 - - uid: 1797 + - uid: 1791 components: - type: Transform pos: -4.5,68.5 parent: 2 - - uid: 1798 + - uid: 1792 components: - type: Transform pos: -4.5,67.5 parent: 2 - - uid: 1799 + - uid: 1793 components: - type: Transform pos: -4.5,66.5 parent: 2 - - uid: 1800 + - uid: 1794 components: - type: Transform pos: -3.5,73.5 parent: 2 - - uid: 1801 + - uid: 1795 components: - type: Transform pos: -3.5,72.5 parent: 2 - - uid: 1802 + - uid: 1796 components: - type: Transform pos: -3.5,71.5 parent: 2 - - uid: 1803 + - uid: 1797 components: - type: Transform pos: -3.5,70.5 parent: 2 - - uid: 1804 + - uid: 1798 components: - type: Transform pos: -3.5,69.5 parent: 2 - - uid: 1805 + - uid: 1799 components: - type: Transform pos: -3.5,68.5 parent: 2 - - uid: 1806 + - uid: 1800 components: - type: Transform pos: -3.5,67.5 parent: 2 - - uid: 1807 + - uid: 1801 components: - type: Transform pos: -3.5,66.5 parent: 2 - - uid: 1808 + - uid: 1802 components: - type: Transform pos: -2.5,73.5 parent: 2 - - uid: 1809 + - uid: 1803 components: - type: Transform pos: -2.5,72.5 parent: 2 - - uid: 1810 + - uid: 1804 components: - type: Transform pos: -2.5,71.5 parent: 2 - - uid: 1811 + - uid: 1805 components: - type: Transform pos: -2.5,70.5 parent: 2 - - uid: 1812 + - uid: 1806 components: - type: Transform pos: -2.5,69.5 parent: 2 - - uid: 1813 + - uid: 1807 components: - type: Transform pos: -2.5,68.5 parent: 2 - - uid: 1814 + - uid: 1808 components: - type: Transform pos: -2.5,67.5 parent: 2 - - uid: 1815 + - uid: 1809 components: - type: Transform pos: -2.5,66.5 parent: 2 - - uid: 1816 + - uid: 1810 components: - type: Transform pos: -6.5,72.5 parent: 2 - - uid: 1817 + - uid: 1811 components: - type: Transform pos: -6.5,71.5 parent: 2 - - uid: 1818 + - uid: 1812 components: - type: Transform pos: -6.5,70.5 parent: 2 - - uid: 1819 + - uid: 1813 components: - type: Transform pos: -6.5,69.5 parent: 2 - - uid: 1820 + - uid: 1814 components: - type: Transform pos: -6.5,68.5 parent: 2 - - uid: 1821 + - uid: 1815 components: - type: Transform pos: -6.5,67.5 parent: 2 - - uid: 1822 + - uid: 1816 components: - type: Transform pos: -6.5,66.5 parent: 2 - - uid: 1823 + - uid: 1817 components: - type: Transform pos: -7.5,71.5 parent: 2 - - uid: 1824 + - uid: 1818 components: - type: Transform pos: -7.5,70.5 parent: 2 - - uid: 1825 + - uid: 1819 components: - type: Transform pos: -7.5,69.5 parent: 2 - - uid: 1826 + - uid: 1820 components: - type: Transform pos: -7.5,68.5 parent: 2 - - uid: 1827 + - uid: 1821 components: - type: Transform pos: -7.5,67.5 parent: 2 - - uid: 1828 + - uid: 1822 components: - type: Transform pos: -1.5,72.5 parent: 2 - - uid: 1829 + - uid: 1823 components: - type: Transform pos: -1.5,71.5 parent: 2 - - uid: 1830 + - uid: 1824 components: - type: Transform pos: -0.5,72.5 parent: 2 - - uid: 1831 + - uid: 1825 components: - type: Transform pos: -0.5,71.5 parent: 2 - - uid: 1832 + - uid: 1826 components: - type: Transform pos: 0.5,72.5 parent: 2 - - uid: 1833 + - uid: 1827 components: - type: Transform pos: 0.5,71.5 parent: 2 - - uid: 1834 + - uid: 1828 components: - type: Transform pos: 1.5,72.5 parent: 2 - - uid: 1835 + - uid: 1829 components: - type: Transform pos: 1.5,71.5 parent: 2 - - uid: 1836 + - uid: 1830 components: - type: Transform pos: 2.5,72.5 parent: 2 - - uid: 1837 + - uid: 1831 components: - type: Transform pos: 2.5,71.5 parent: 2 - - uid: 1838 + - uid: 1832 components: - type: Transform pos: 3.5,72.5 parent: 2 - - uid: 1839 + - uid: 1833 components: - type: Transform pos: 3.5,71.5 parent: 2 - - uid: 1840 + - uid: 1834 components: - type: Transform pos: -0.5,73.5 parent: 2 - - uid: 1841 + - uid: 1835 components: - type: Transform pos: 0.5,73.5 parent: 2 - - uid: 1842 + - uid: 1836 components: - type: Transform pos: 1.5,73.5 parent: 2 - - uid: 1843 + - uid: 1837 components: - type: Transform pos: 2.5,73.5 parent: 2 - - uid: 1844 + - uid: 1838 components: - type: Transform pos: 4.5,71.5 parent: 2 - - uid: 1845 + - uid: 1839 components: - type: Transform pos: 4.5,70.5 parent: 2 - - uid: 1846 + - uid: 1840 components: - type: Transform pos: 4.5,69.5 parent: 2 - - uid: 1847 + - uid: 1841 components: - type: Transform pos: 4.5,68.5 parent: 2 - - uid: 1848 + - uid: 1842 components: - type: Transform pos: 4.5,67.5 parent: 2 - - uid: 1849 + - uid: 1843 components: - type: Transform pos: 2.5,70.5 parent: 2 - - uid: 1850 + - uid: 1844 components: - type: Transform pos: 2.5,69.5 parent: 2 - - uid: 1851 + - uid: 1845 components: - type: Transform pos: 2.5,68.5 parent: 2 - - uid: 1852 + - uid: 1846 components: - type: Transform pos: 2.5,67.5 parent: 2 - - uid: 1853 + - uid: 1847 components: - type: Transform pos: 2.5,66.5 parent: 2 - - uid: 1854 + - uid: 1848 components: - type: Transform pos: 3.5,70.5 parent: 2 - - uid: 1855 + - uid: 1849 components: - type: Transform pos: 3.5,69.5 parent: 2 - - uid: 1856 + - uid: 1850 components: - type: Transform pos: 3.5,68.5 parent: 2 - - uid: 1857 + - uid: 1851 components: - type: Transform pos: 3.5,67.5 parent: 2 - - uid: 1858 + - uid: 1852 components: - type: Transform pos: 3.5,66.5 parent: 2 - - uid: 1859 + - uid: 1853 components: - type: Transform pos: 0.5,70.5 parent: 2 - - uid: 1860 + - uid: 1854 components: - type: Transform pos: 0.5,69.5 parent: 2 - - uid: 1861 + - uid: 1855 components: - type: Transform pos: 0.5,68.5 parent: 2 - - uid: 1862 + - uid: 1856 components: - type: Transform pos: 0.5,67.5 parent: 2 - - uid: 1863 + - uid: 1857 components: - type: Transform pos: 0.5,66.5 parent: 2 - - uid: 1864 + - uid: 1858 components: - type: Transform pos: 0.5,65.5 parent: 2 - - uid: 1865 + - uid: 1859 components: - type: Transform pos: 1.5,70.5 parent: 2 - - uid: 1866 + - uid: 1860 components: - type: Transform pos: 1.5,69.5 parent: 2 - - uid: 1867 + - uid: 1861 components: - type: Transform pos: 1.5,68.5 parent: 2 - - uid: 1868 + - uid: 1862 components: - type: Transform pos: 1.5,67.5 parent: 2 - - uid: 1869 + - uid: 1863 components: - type: Transform pos: 1.5,66.5 parent: 2 - - uid: 1870 + - uid: 1864 components: - type: Transform pos: 1.5,65.5 parent: 2 - - uid: 1871 + - uid: 1865 components: - type: Transform pos: -1.5,70.5 parent: 2 - - uid: 1872 + - uid: 1866 components: - type: Transform pos: -1.5,69.5 parent: 2 - - uid: 1873 + - uid: 1867 components: - type: Transform pos: -1.5,68.5 parent: 2 - - uid: 1874 + - uid: 1868 components: - type: Transform pos: -1.5,67.5 parent: 2 - - uid: 1875 + - uid: 1869 components: - type: Transform pos: -1.5,66.5 parent: 2 - - uid: 1876 + - uid: 1870 components: - type: Transform pos: -1.5,65.5 parent: 2 - - uid: 1877 + - uid: 1871 components: - type: Transform pos: -0.5,70.5 parent: 2 - - uid: 1878 + - uid: 1872 components: - type: Transform pos: -0.5,69.5 parent: 2 - - uid: 1879 + - uid: 1873 components: - type: Transform pos: -0.5,68.5 parent: 2 - - uid: 1880 + - uid: 1874 components: - type: Transform pos: -0.5,67.5 parent: 2 - - uid: 1881 + - uid: 1875 components: - type: Transform pos: -0.5,66.5 parent: 2 - - uid: 1882 + - uid: 1876 components: - type: Transform pos: -0.5,65.5 parent: 2 - - uid: 1883 + - uid: 1877 components: - type: Transform pos: -2.5,65.5 parent: 2 - - uid: 1884 + - uid: 1878 components: - type: Transform pos: -3.5,65.5 parent: 2 - - uid: 1885 + - uid: 1879 components: - type: Transform pos: -4.5,65.5 parent: 2 - - uid: 1886 + - uid: 1880 components: - type: Transform pos: 53.5,-47.5 parent: 2 - - uid: 1887 + - uid: 1881 components: - type: Transform pos: 53.5,-48.5 parent: 2 - - uid: 1888 + - uid: 1882 components: - type: Transform pos: 54.5,-47.5 parent: 2 - - uid: 1889 + - uid: 1883 components: - type: Transform pos: 54.5,-48.5 parent: 2 - - uid: 1890 + - uid: 1884 components: - type: Transform pos: 55.5,-47.5 parent: 2 - - uid: 1891 + - uid: 1885 components: - type: Transform pos: 55.5,-48.5 parent: 2 - - uid: 1892 + - uid: 1886 components: - type: Transform pos: 56.5,-47.5 parent: 2 - - uid: 1893 + - uid: 1887 components: - type: Transform pos: 56.5,-48.5 parent: 2 - - uid: 1894 + - uid: 1888 components: - type: Transform pos: 57.5,-47.5 parent: 2 - - uid: 1895 + - uid: 1889 components: - type: Transform pos: 57.5,-48.5 parent: 2 - - uid: 1896 + - uid: 1890 components: - type: Transform pos: 54.5,-49.5 parent: 2 - - uid: 1897 + - uid: 1891 components: - type: Transform pos: 55.5,-49.5 parent: 2 - - uid: 1898 + - uid: 1892 components: - type: Transform pos: 56.5,-49.5 parent: 2 - - uid: 1899 + - uid: 1893 components: - type: Transform pos: 57.5,-49.5 parent: 2 - proto: AtmosFixNitrogenMarker entities: - - uid: 1900 + - uid: 1894 components: - type: Transform pos: -48.5,-54.5 parent: 2 - - uid: 1901 + - uid: 1895 components: - type: Transform pos: -49.5,-54.5 parent: 2 - - uid: 1902 + - uid: 1896 components: - type: Transform pos: -50.5,-54.5 parent: 2 - proto: AtmosFixOxygenMarker entities: - - uid: 1903 + - uid: 1897 components: - type: Transform pos: -48.5,-52.5 parent: 2 - - uid: 1904 + - uid: 1898 components: - type: Transform pos: -49.5,-52.5 parent: 2 - - uid: 1905 + - uid: 1899 components: - type: Transform pos: -50.5,-52.5 parent: 2 - proto: AtmosFixPlasmaMarker entities: - - uid: 1906 + - uid: 1900 components: - type: Transform pos: -48.5,-46.5 parent: 2 - - uid: 1907 + - uid: 1901 components: - type: Transform pos: -49.5,-46.5 parent: 2 - - uid: 1908 + - uid: 1902 components: - type: Transform pos: -50.5,-46.5 parent: 2 - proto: Autolathe entities: - - uid: 1909 + - uid: 1903 components: - type: Transform pos: 40.5,-35.5 @@ -21956,270 +22298,270 @@ entities: - Wood - Glass - Cloth - - uid: 1910 + - uid: 1904 components: - type: Transform pos: -34.5,19.5 parent: 2 - - uid: 1911 + - uid: 1905 components: - type: Transform pos: -37.5,-9.5 parent: 2 - proto: AutolatheMachineCircuitboard entities: - - uid: 1912 + - uid: 1906 components: - type: Transform pos: -37.452168,-18.414932 parent: 2 - proto: BananaPhoneInstrument entities: - - uid: 1913 + - uid: 1907 components: - type: Transform pos: -19.559175,37.640453 parent: 2 - proto: BananaSeeds entities: - - uid: 1914 + - uid: 1908 components: - type: Transform pos: 2.4199185,-21.169794 parent: 2 - proto: BananiumOre1 entities: - - uid: 1915 + - uid: 1909 components: - type: Transform pos: -44.56904,61.76841 parent: 2 - - uid: 1916 + - uid: 1910 components: - type: Transform pos: -45.38154,60.565285 parent: 2 - - uid: 1917 + - uid: 1911 components: - type: Transform pos: -44.647163,61.39341 parent: 2 - proto: BannerCargo entities: - - uid: 1918 + - uid: 1912 components: - type: Transform pos: -25.5,24.5 parent: 2 - - uid: 1919 + - uid: 1913 components: - type: Transform pos: -25.5,17.5 parent: 2 - proto: BannerEngineering entities: - - uid: 1920 + - uid: 1914 components: - type: Transform pos: -25.5,-8.5 parent: 2 - - uid: 1921 + - uid: 1915 components: - type: Transform pos: -23.5,-17.5 parent: 2 - proto: BannerMedical entities: - - uid: 1922 + - uid: 1916 components: - type: Transform pos: 1.5,-43.5 parent: 2 - - uid: 1923 + - uid: 1917 components: - type: Transform pos: -10.5,-43.5 parent: 2 - proto: BannerNanotrasen entities: - - uid: 1924 + - uid: 1918 components: - type: Transform pos: 28.5,-16.5 parent: 2 - - uid: 1925 + - uid: 1919 components: - type: Transform pos: 22.5,-16.5 parent: 2 - proto: BannerRevolution entities: - - uid: 1926 + - uid: 1920 components: - type: Transform pos: 0.5,-73.5 parent: 2 - - uid: 1927 + - uid: 1921 components: - type: Transform pos: -47.5,-72.5 parent: 2 - - uid: 1928 + - uid: 1922 components: - type: Transform pos: -36.5,-72.5 parent: 2 - - uid: 1929 + - uid: 1923 components: - type: Transform pos: -46.5,-84.5 parent: 2 - - uid: 1930 + - uid: 1924 components: - type: Transform pos: -37.5,-84.5 parent: 2 - - uid: 1931 + - uid: 1925 components: - type: Transform pos: 62.5,-69.5 parent: 2 - - uid: 1932 + - uid: 1926 components: - type: Transform pos: 60.5,-69.5 parent: 2 - - uid: 1933 + - uid: 1927 components: - type: Transform pos: 55.5,57.5 parent: 2 - - uid: 1934 + - uid: 1928 components: - type: Transform pos: 53.5,57.5 parent: 2 - proto: BannerScience entities: - - uid: 1935 + - uid: 1929 components: - type: Transform pos: 48.5,-40.5 parent: 2 - - uid: 1936 + - uid: 1930 components: - type: Transform pos: 48.5,-44.5 parent: 2 - - uid: 1937 + - uid: 1931 components: - type: Transform pos: 59.5,-49.5 parent: 2 - - uid: 1938 + - uid: 1932 components: - type: Transform pos: 65.5,-49.5 parent: 2 - proto: BannerSecurity entities: - - uid: 1939 + - uid: 1933 components: - type: Transform pos: 21.5,18.5 parent: 2 - - uid: 1940 + - uid: 1934 components: - type: Transform pos: 27.5,8.5 parent: 2 - - uid: 1941 + - uid: 1935 components: - type: Transform pos: 23.5,8.5 parent: 2 - proto: BarberScissors entities: - - uid: 1942 + - uid: 1936 components: - type: Transform pos: 12.468836,-36.35414 parent: 2 - proto: Barricade entities: - - uid: 1943 + - uid: 1937 components: - type: Transform rot: -1.5707963267948966 rad pos: -26.5,-64.5 parent: 2 - - uid: 1944 + - uid: 1938 components: - type: Transform pos: -3.5,-75.5 parent: 2 - - uid: 1945 + - uid: 1939 components: - type: Transform pos: 42.5,-9.5 parent: 2 - - uid: 1946 + - uid: 1940 components: - type: Transform pos: 44.5,-9.5 parent: 2 - - uid: 1947 + - uid: 1941 components: - type: Transform pos: 48.5,-12.5 parent: 2 - - uid: 1948 + - uid: 1942 components: - type: Transform rot: 3.141592653589793 rad pos: -35.5,-23.5 parent: 2 - - uid: 1949 + - uid: 1943 components: - type: Transform rot: 1.5707963267948966 rad pos: -48.5,-66.5 parent: 2 - - uid: 1950 + - uid: 1944 components: - type: Transform rot: 1.5707963267948966 rad pos: -44.5,-66.5 parent: 2 - - uid: 1951 + - uid: 1945 components: - type: Transform rot: 1.5707963267948966 rad pos: -45.5,-67.5 parent: 2 - - uid: 1952 + - uid: 1946 components: - type: Transform rot: 3.141592653589793 rad pos: 20.5,-49.5 parent: 2 - - uid: 1953 + - uid: 1947 components: - type: Transform rot: 3.141592653589793 rad pos: 67.5,-61.5 parent: 2 - - uid: 1954 + - uid: 1948 components: - type: Transform pos: 67.5,-63.5 parent: 2 - - uid: 1955 + - uid: 1949 components: - type: Transform pos: -39.5,-21.5 parent: 2 - - uid: 1956 + - uid: 1950 components: - type: Transform rot: -1.5707963267948966 rad @@ -22227,28 +22569,28 @@ entities: parent: 2 - proto: BarricadeBlock entities: - - uid: 1957 + - uid: 1951 components: - type: Transform pos: -39.5,-95.5 parent: 2 - - uid: 1958 + - uid: 1952 components: - type: Transform pos: -42.5,-86.5 parent: 2 - - uid: 1959 + - uid: 1953 components: - type: Transform pos: -42.5,-28.5 parent: 2 - - uid: 1960 + - uid: 1954 components: - type: Transform rot: -1.5707963267948966 rad pos: 56.5,35.5 parent: 2 - - uid: 1961 + - uid: 1955 components: - type: Transform rot: -1.5707963267948966 rad @@ -22256,55 +22598,55 @@ entities: parent: 2 - proto: BarricadeDirectional entities: - - uid: 1962 + - uid: 1956 components: - type: Transform rot: 3.141592653589793 rad pos: -17.5,-96.5 parent: 2 - - uid: 1963 + - uid: 1957 components: - type: Transform rot: -1.5707963267948966 rad pos: -47.5,-77.5 parent: 2 - - uid: 1964 + - uid: 1958 components: - type: Transform rot: -1.5707963267948966 rad pos: -47.5,-78.5 parent: 2 - - uid: 1965 + - uid: 1959 components: - type: Transform rot: 1.5707963267948966 rad pos: -49.5,-68.5 parent: 2 - - uid: 1966 + - uid: 1960 components: - type: Transform rot: -1.5707963267948966 rad pos: -50.5,-65.5 parent: 2 - - uid: 1967 + - uid: 1961 components: - type: Transform rot: -1.5707963267948966 rad pos: 24.5,-84.5 parent: 2 - - uid: 1968 + - uid: 1962 components: - type: Transform rot: -1.5707963267948966 rad pos: 24.5,-85.5 parent: 2 - - uid: 1969 + - uid: 1963 components: - type: Transform rot: -1.5707963267948966 rad pos: 24.5,-81.5 parent: 2 - - uid: 1970 + - uid: 1964 components: - type: Transform rot: -1.5707963267948966 rad @@ -22312,7 +22654,7 @@ entities: parent: 2 - proto: BarSign entities: - - uid: 1971 + - uid: 1965 components: - type: MetaData desc: Recently relicensed after a long closure. @@ -22322,7 +22664,7 @@ entities: parent: 2 - type: BarSign current: EmergencyRumParty - - uid: 1972 + - uid: 1966 components: - type: MetaData desc: A very controversial bar known for its wide variety of constantly-changing drinks. @@ -22332,28 +22674,28 @@ entities: parent: 2 - type: BarSign current: TheCoderbus - - uid: 1973 + - uid: 1967 components: - type: Transform pos: 33.5,48.5 parent: 2 - proto: BaseGasCondenser entities: - - uid: 1974 + - uid: 1968 components: - type: Transform pos: -49.5,-34.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 1975 + - uid: 1969 components: - type: Transform pos: -49.5,-35.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 1976 + - uid: 1970 components: - type: Transform pos: 10.5,-45.5 @@ -22362,230 +22704,235 @@ entities: joinedGrid: 2 - proto: Basketball entities: - - uid: 1977 + - uid: 1971 components: - type: Transform pos: 59.373314,-2.3464775 parent: 2 - - uid: 1978 + - uid: 1972 components: - type: Transform pos: -49.590145,-63.44321 parent: 2 - proto: Beaker entities: - - uid: 1979 + - uid: 1973 components: - type: Transform pos: -25.200409,-78.7421 parent: 2 - - uid: 1980 + - uid: 1974 components: - type: Transform pos: 54.768433,18.769468 parent: 2 - - uid: 1981 + - uid: 1975 components: - type: Transform pos: 54.659058,18.535093 parent: 2 - - uid: 1982 + - uid: 1976 components: - type: Transform pos: 51.539406,-40.488155 parent: 2 - proto: Bed entities: - - uid: 1983 + - uid: 1977 components: - type: Transform pos: 36.5,7.5 parent: 2 - - uid: 1984 + - uid: 1978 components: - type: Transform pos: 36.5,4.5 parent: 2 - - uid: 1985 + - uid: 1979 components: - type: Transform pos: 8.5,22.5 parent: 2 - - uid: 1986 + - uid: 1980 components: - type: Transform pos: 29.5,10.5 parent: 2 - - uid: 1987 + - uid: 1981 components: - type: Transform pos: 32.5,10.5 parent: 2 - - uid: 1988 + - uid: 1982 components: - type: Transform pos: 35.5,10.5 parent: 2 - - uid: 1989 + - uid: 1983 components: - type: Transform pos: -26.5,43.5 parent: 2 - - uid: 1990 + - uid: 1984 components: - type: Transform pos: -7.5,-4.5 parent: 2 - - uid: 1991 + - uid: 1985 components: - type: Transform pos: 55.5,24.5 parent: 2 - - uid: 1992 + - uid: 1986 components: - type: Transform pos: 52.5,24.5 parent: 2 - - uid: 1993 + - uid: 1987 components: - type: Transform pos: 49.5,24.5 parent: 2 - - uid: 1994 + - uid: 1988 components: - type: Transform pos: 46.5,24.5 parent: 2 - - uid: 1995 + - uid: 1989 components: - type: Transform pos: 58.5,24.5 parent: 2 - - uid: 1996 + - uid: 1990 components: - type: Transform pos: 62.5,19.5 parent: 2 - - uid: 1997 + - uid: 1991 components: - type: Transform pos: 62.5,16.5 parent: 2 - - uid: 1998 + - uid: 1992 components: - type: Transform pos: 62.5,-55.5 parent: 2 - - uid: 1999 + - uid: 1993 components: - type: Transform pos: -30.5,31.5 parent: 2 - - uid: 2000 + - uid: 1994 components: - type: Transform pos: 32.5,-29.5 parent: 2 - - uid: 2001 + - uid: 1995 components: - type: Transform pos: -29.5,14.5 parent: 2 - - uid: 2002 + - uid: 1996 components: - type: Transform pos: -42.5,9.5 parent: 2 - - uid: 2003 + - uid: 1997 components: - type: Transform pos: -51.5,6.5 parent: 2 - - uid: 2004 + - uid: 1998 components: - type: Transform pos: -52.5,15.5 parent: 2 - - uid: 2005 + - uid: 1999 components: - type: Transform pos: -23.5,31.5 parent: 2 - - uid: 2006 + - uid: 2000 components: - type: Transform pos: -19.5,33.5 parent: 2 - - uid: 2007 + - uid: 2001 components: - type: Transform pos: -10.5,31.5 parent: 2 - - uid: 2008 + - uid: 2002 components: - type: Transform pos: -19.5,38.5 parent: 2 - - uid: 2009 + - uid: 2003 components: - type: Transform pos: 48.5,-11.5 parent: 2 - - uid: 2010 + - uid: 2004 components: - type: Transform pos: -0.5,-6.5 parent: 2 - - uid: 2011 + - uid: 2005 components: - type: Transform pos: -1.5,-19.5 parent: 2 - - uid: 2012 + - uid: 2006 components: - type: Transform pos: -1.5,-20.5 parent: 2 - - uid: 2013 + - uid: 2007 components: - type: Transform pos: -52.5,-88.5 parent: 2 - - uid: 2014 + - uid: 2008 components: - type: Transform pos: -36.5,-20.5 parent: 2 + - uid: 2009 + components: + - type: Transform + pos: 3.5,-65.5 + parent: 2 - proto: BedsheetBlack entities: - - uid: 2015 + - uid: 2010 components: - type: Transform pos: -42.5,9.5 parent: 2 - proto: BedsheetCaptain entities: - - uid: 2016 + - uid: 2011 components: - type: Transform pos: 32.5,-29.5 parent: 2 - proto: BedsheetCE entities: - - uid: 2017 + - uid: 2012 components: - type: Transform pos: -36.5,-20.5 parent: 2 - proto: BedsheetClown entities: - - uid: 2018 + - uid: 2013 components: - type: Transform rot: 3.141592653589793 rad pos: -19.5,38.5 parent: 2 - - uid: 2019 + - uid: 2014 components: - type: Transform rot: -1.5707963267948966 rad @@ -22593,60 +22940,60 @@ entities: parent: 2 - proto: BedsheetCult entities: - - uid: 2020 + - uid: 2015 components: - type: Transform pos: -29.5,14.5 parent: 2 - proto: BedsheetGreen entities: - - uid: 2021 + - uid: 2016 components: - type: Transform pos: -51.5,6.5 parent: 2 - proto: BedsheetGrey entities: - - uid: 2022 + - uid: 2017 components: - type: Transform pos: 29.5,10.5 parent: 2 - - uid: 2023 + - uid: 2018 components: - type: Transform pos: 32.5,10.5 parent: 2 - - uid: 2024 + - uid: 2019 components: - type: Transform pos: 35.5,10.5 parent: 2 - - uid: 2025 + - uid: 2020 components: - type: Transform pos: 36.5,7.5 parent: 2 - - uid: 2026 + - uid: 2021 components: - type: Transform pos: 36.5,4.5 parent: 2 - - uid: 2027 + - uid: 2022 components: - type: Transform pos: -52.5,15.5 parent: 2 - proto: BedsheetHOP entities: - - uid: 2028 + - uid: 2023 components: - type: Transform pos: -0.5,-6.5 parent: 2 - proto: BedsheetHOS entities: - - uid: 2029 + - uid: 2024 components: - type: Transform rot: -1.5707963267948966 rad @@ -22654,72 +23001,36 @@ entities: parent: 2 - proto: BedsheetIan entities: - - uid: 2030 + - uid: 2025 components: - type: Transform pos: 48.5,-11.5 parent: 2 - proto: BedsheetMedical entities: - - uid: 2031 - components: - - type: Transform - pos: -21.5,-54.5 - parent: 2 - - uid: 2032 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-57.5 - parent: 2 - - uid: 2033 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-57.5 - parent: 2 - - uid: 2034 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-57.5 - parent: 2 - - uid: 2035 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-57.5 - parent: 2 - - uid: 2036 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-57.5 - parent: 2 - - uid: 2037 + - uid: 2026 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-56.5 + pos: 44.5,4.5 parent: 2 - - uid: 2038 + - uid: 2027 components: - type: Transform - pos: 44.5,4.5 + pos: 44.5,5.5 parent: 2 - - uid: 2039 + - uid: 2028 components: - type: Transform - pos: 44.5,5.5 + pos: -17.5,-51.5 parent: 2 - proto: BedsheetMime entities: - - uid: 2040 + - uid: 2029 components: - type: Transform pos: -26.5,43.5 parent: 2 - - uid: 2041 + - uid: 2030 components: - type: Transform rot: -1.5707963267948966 rad @@ -22727,44 +23038,44 @@ entities: parent: 2 - proto: BedsheetOrange entities: - - uid: 2042 + - uid: 2031 components: - type: Transform pos: 58.5,24.5 parent: 2 - - uid: 2043 + - uid: 2032 components: - type: Transform pos: 55.5,24.5 parent: 2 - - uid: 2044 + - uid: 2033 components: - type: Transform pos: 52.5,24.5 parent: 2 - - uid: 2045 + - uid: 2034 components: - type: Transform pos: 49.5,24.5 parent: 2 - - uid: 2046 + - uid: 2035 components: - type: Transform pos: 46.5,24.5 parent: 2 - - uid: 2047 + - uid: 2036 components: - type: Transform pos: 62.5,19.5 parent: 2 - - uid: 2048 + - uid: 2037 components: - type: Transform pos: 62.5,16.5 parent: 2 - proto: BedsheetQM entities: - - uid: 2049 + - uid: 2038 components: - type: Transform rot: 3.141592653589793 rad @@ -22772,26 +23083,26 @@ entities: parent: 2 - proto: BedsheetRD entities: - - uid: 2050 + - uid: 2039 components: - type: Transform pos: 62.5,-55.5 parent: 2 - proto: BedsheetSpawner entities: - - uid: 2051 + - uid: 2040 components: - type: Transform pos: -10.5,31.5 parent: 2 - - uid: 2052 + - uid: 2041 components: - type: Transform pos: -19.5,33.5 parent: 2 - proto: BedsheetSyndie entities: - - uid: 2053 + - uid: 2042 components: - type: Transform rot: 3.141592653589793 rad @@ -22799,174 +23110,174 @@ entities: parent: 2 - proto: BedsheetUSA entities: - - uid: 2054 + - uid: 2043 components: - type: Transform pos: -23.5,31.5 parent: 2 - proto: Bible entities: - - uid: 2055 + - uid: 2044 components: - type: Transform pos: -30.453314,15.631503 parent: 2 - proto: BigBox entities: - - uid: 2056 + - uid: 2045 components: - type: Transform pos: 58.475555,34.501217 parent: 2 - proto: BikeHorn entities: - - uid: 2057 + - uid: 2046 components: - type: Transform pos: -22.127623,37.564125 parent: 2 - proto: BikeHornInstrument entities: - - uid: 2058 + - uid: 2047 components: - type: Transform pos: 2.4660668,-20.657997 parent: 2 - proto: BlastDoor entities: - - uid: 2059 + - uid: 2048 components: - type: Transform pos: -78.5,-41.5 parent: 2 - type: DeviceLinkSink links: - - 24341 - - uid: 2060 + - 24322 + - uid: 2049 components: - type: Transform pos: -78.5,-40.5 parent: 2 - type: DeviceLinkSink links: - - 24341 - - uid: 2061 + - 24322 + - uid: 2050 components: - type: Transform pos: -78.5,-42.5 parent: 2 - type: DeviceLinkSink links: - - 24341 - - uid: 2062 + - 24322 + - uid: 2051 components: - type: Transform pos: -74.5,-46.5 parent: 2 - type: DeviceLinkSink links: - - 24340 - - uid: 2063 + - 24321 + - uid: 2052 components: - type: Transform pos: -74.5,-44.5 parent: 2 - type: DeviceLinkSink links: - - 24340 - - uid: 2064 + - 24321 + - uid: 2053 components: - type: Transform pos: -74.5,-45.5 parent: 2 - type: DeviceLinkSink links: - - 24340 + - 24321 - proto: BlastDoorBridge entities: - - uid: 2065 + - uid: 2054 components: - type: Transform pos: 10.5,47.5 parent: 2 - type: DeviceLinkSink links: - - 24321 - - uid: 2066 + - 24303 + - uid: 2055 components: - type: Transform pos: 10.5,49.5 parent: 2 - type: DeviceLinkSink links: - - 24321 - - uid: 2067 + - 24303 + - uid: 2056 components: - type: Transform pos: 10.5,48.5 parent: 2 - type: DeviceLinkSink links: - - 24321 + - 24303 - proto: BlastDoorExterior1 entities: - - uid: 2068 + - uid: 2057 components: - type: Transform pos: 18.5,-56.5 parent: 2 - type: DeviceLinkSink links: - - 24297 - - uid: 2069 + - 24279 + - uid: 2058 components: - type: Transform pos: 47.5,-51.5 parent: 2 - type: DeviceLinkSink links: - - 24293 - - uid: 2070 + - 24275 + - uid: 2059 components: - type: Transform pos: 47.5,-52.5 parent: 2 - type: DeviceLinkSink links: - - 24293 - - uid: 2071 + - 24275 + - uid: 2060 components: - type: Transform pos: 47.5,-53.5 parent: 2 - type: DeviceLinkSink links: - - 24293 - - uid: 2072 + - 24275 + - uid: 2061 components: - type: Transform pos: 47.5,-54.5 parent: 2 - type: DeviceLinkSink links: - - 24293 - - uid: 2073 + - 24275 + - uid: 2062 components: - type: Transform pos: 52.5,-58.5 parent: 2 - type: DeviceLinkSink links: - - 24294 - - uid: 2074 + - 24276 + - uid: 2063 components: - type: Transform pos: 50.5,-62.5 parent: 2 - type: DeviceLinkSink links: - - 24327 - - uid: 2075 + - 24309 + - uid: 2064 components: - type: Transform rot: 1.5707963267948966 rad @@ -22974,8 +23285,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24296 - - uid: 2076 + - 24278 + - uid: 2065 components: - type: Transform rot: 1.5707963267948966 rad @@ -22983,16 +23294,16 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24296 - - uid: 2077 + - 24278 + - uid: 2066 components: - type: Transform pos: -45.5,-34.5 parent: 2 - type: DeviceLinkSink links: - - 24342 - - uid: 2078 + - 24323 + - uid: 2067 components: - type: Transform rot: -1.5707963267948966 rad @@ -23000,8 +23311,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24300 - - uid: 2079 + - 24282 + - uid: 2068 components: - type: Transform rot: -1.5707963267948966 rad @@ -23009,8 +23320,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24300 - - uid: 2080 + - 24282 + - uid: 2069 components: - type: Transform rot: -1.5707963267948966 rad @@ -23018,8 +23329,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24300 - - uid: 2081 + - 24282 + - uid: 2070 components: - type: Transform rot: -1.5707963267948966 rad @@ -23027,282 +23338,282 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24300 - - uid: 2082 + - 24282 + - uid: 2071 components: - type: Transform pos: -49.5,19.5 parent: 2 - type: DeviceLinkSink links: - - 24302 - - uid: 2083 + - 24284 + - uid: 2072 components: - type: Transform pos: -49.5,23.5 parent: 2 - type: DeviceLinkSink links: - - 24302 - - uid: 2084 + - 24284 + - uid: 2073 components: - type: Transform pos: 51.5,44.5 parent: 2 - type: DeviceLinkSink links: - - 24310 - - 24312 - - 24317 - - uid: 2085 + - 24292 + - 24294 + - 24299 + - uid: 2074 components: - type: Transform pos: 54.5,45.5 parent: 2 - type: DeviceLinkSink links: - - 24308 - - 24310 - - uid: 2086 + - 24290 + - 24292 + - uid: 2075 components: - type: Transform pos: -52.5,34.5 parent: 2 - type: DeviceLinkSink links: - - 24332 - - uid: 2087 + - 24313 + - uid: 2076 components: - type: Transform pos: -52.5,30.5 parent: 2 - type: DeviceLinkSink links: - - 24295 - - uid: 2088 + - 24277 + - uid: 2077 components: - type: Transform pos: -53.5,23.5 parent: 2 - type: DeviceLinkSink links: - - 24301 - - uid: 2089 + - 24283 + - uid: 2078 components: - type: Transform pos: -53.5,19.5 parent: 2 - type: DeviceLinkSink links: - - 24301 - - uid: 2090 + - 24283 + - uid: 2079 components: - type: Transform pos: 53.5,46.5 parent: 2 - type: DeviceLinkSink links: - - 24304 - - 24313 - - 24320 - - uid: 2091 + - 24286 + - 24295 + - 24302 + - uid: 2080 components: - type: Transform pos: 55.5,46.5 parent: 2 - type: DeviceLinkSink links: - - 24308 - - 24311 - - uid: 2092 + - 24290 + - 24293 + - uid: 2081 components: - type: Transform pos: 50.5,47.5 parent: 2 - type: DeviceLinkSink links: - - 24306 - - uid: 2093 + - 24288 + - uid: 2082 components: - type: Transform pos: 57.5,44.5 parent: 2 - type: DeviceLinkSink links: - - 24312 - - uid: 2094 + - 24294 + - uid: 2083 components: - type: Transform pos: 56.5,47.5 parent: 2 - type: DeviceLinkSink links: - - 24303 - - uid: 2095 + - 24285 + - uid: 2084 components: - type: Transform pos: 51.5,48.5 parent: 2 - - uid: 2096 + - uid: 2085 components: - type: Transform pos: 53.5,48.5 parent: 2 - type: DeviceLinkSink links: - - 24303 - - 24318 - - 24320 - - uid: 2097 + - 24285 + - 24300 + - 24302 + - uid: 2086 components: - type: Transform pos: 55.5,48.5 parent: 2 - type: DeviceLinkSink links: - - 24318 - - uid: 2098 + - 24300 + - uid: 2087 components: - type: Transform pos: 58.5,47.5 parent: 2 - type: DeviceLinkSink links: - - 24304 - - uid: 2099 + - 24286 + - uid: 2088 components: - type: Transform pos: 52.5,45.5 parent: 2 - type: DeviceLinkSink links: - - 24307 - - 24316 - - uid: 2100 + - 24289 + - 24298 + - uid: 2089 components: - type: Transform pos: 53.5,44.5 parent: 2 - type: DeviceLinkSink links: - - 24314 - - 24320 - - uid: 2101 + - 24296 + - 24302 + - uid: 2090 components: - type: Transform pos: 55.5,44.5 parent: 2 - type: DeviceLinkSink links: - - 24314 - - 24317 - - uid: 2102 + - 24296 + - 24299 + - uid: 2091 components: - type: Transform pos: 58.5,45.5 parent: 2 - type: DeviceLinkSink links: - - 24315 - - uid: 2103 + - 24297 + - uid: 2092 components: - type: Transform pos: 57.5,46.5 parent: 2 - type: DeviceLinkSink links: - - 24307 - - 24309 - - 24318 - - uid: 2104 + - 24289 + - 24291 + - 24300 + - uid: 2093 components: - type: Transform pos: 57.5,48.5 parent: 2 - - uid: 2105 + - uid: 2094 components: - type: Transform pos: 54.5,47.5 parent: 2 - type: DeviceLinkSink links: - - 24311 - - uid: 2106 + - 24293 + - uid: 2095 components: - type: Transform pos: 52.5,47.5 parent: 2 - type: DeviceLinkSink links: - - 24313 - - uid: 2107 + - 24295 + - uid: 2096 components: - type: Transform pos: 51.5,46.5 parent: 2 - type: DeviceLinkSink links: - - 24317 - - 24318 - - uid: 2108 + - 24299 + - 24300 + - uid: 2097 components: - type: Transform pos: 56.5,45.5 parent: 2 - type: DeviceLinkSink links: - - 24309 - - 24315 - - uid: 2109 + - 24291 + - 24297 + - uid: 2098 components: - type: Transform pos: 50.5,45.5 parent: 2 - type: DeviceLinkSink links: - - 24306 - - 24316 - - uid: 2110 + - 24288 + - 24298 + - uid: 2099 components: - type: Transform pos: -18.5,-96.5 parent: 2 - type: DeviceLinkSink links: - - 24323 - - uid: 2111 + - 24305 + - uid: 2100 components: - type: Transform pos: -18.5,-98.5 parent: 2 - type: DeviceLinkSink links: - - 24323 - - uid: 2112 + - 24305 + - uid: 2101 components: - type: Transform pos: -26.5,-96.5 parent: 2 - type: DeviceLinkSink links: - - 24324 - - uid: 2113 + - 24306 + - uid: 2102 components: - type: Transform pos: -26.5,-98.5 parent: 2 - type: DeviceLinkSink links: - - 24324 - - uid: 2114 + - 24306 + - uid: 2103 components: - type: Transform pos: 67.5,-39.5 parent: 2 - type: DeviceLinkSink links: - - 24292 - - uid: 2115 + - 24274 + - uid: 2104 components: - type: Transform rot: 3.141592653589793 rad @@ -23310,18 +23621,18 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24328 - - uid: 2116 + - 24310 + - uid: 2105 components: - type: Transform pos: -45.5,-35.5 parent: 2 - type: DeviceLinkSink links: - - 24342 + - 24323 - proto: BlastDoorExterior1Open entities: - - uid: 2117 + - uid: 2106 components: - type: Transform rot: -1.5707963267948966 rad @@ -23329,8 +23640,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24322 - - uid: 2118 + - 24304 + - uid: 2107 components: - type: Transform rot: -1.5707963267948966 rad @@ -23338,8 +23649,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24322 - - uid: 2119 + - 24304 + - uid: 2108 components: - type: Transform rot: -1.5707963267948966 rad @@ -23347,8 +23658,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24322 - - uid: 2120 + - 24304 + - uid: 2109 components: - type: Transform rot: -1.5707963267948966 rad @@ -23356,8 +23667,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24322 - - uid: 2121 + - 24304 + - uid: 2110 components: - type: Transform rot: -1.5707963267948966 rad @@ -23365,8 +23676,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24322 - - uid: 2122 + - 24304 + - uid: 2111 components: - type: Transform rot: -1.5707963267948966 rad @@ -23374,8 +23685,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24322 - - uid: 2123 + - 24304 + - uid: 2112 components: - type: Transform rot: -1.5707963267948966 rad @@ -23383,8 +23694,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24322 - - uid: 2124 + - 24304 + - uid: 2113 components: - type: Transform rot: -1.5707963267948966 rad @@ -23392,8 +23703,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24322 - - uid: 2125 + - 24304 + - uid: 2114 components: - type: Transform rot: -1.5707963267948966 rad @@ -23401,8 +23712,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24322 - - uid: 2126 + - 24304 + - uid: 2115 components: - type: Transform rot: -1.5707963267948966 rad @@ -23410,132 +23721,122 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24322 - - uid: 2127 + - 24304 + - uid: 2116 components: - type: Transform pos: -8.5,-91.5 parent: 2 - type: DeviceLinkSink links: - - 24325 - - 24326 - - uid: 2128 + - 24307 + - 24308 + - uid: 2117 components: - type: Transform pos: -8.5,-92.5 parent: 2 - type: DeviceLinkSink links: - - 24325 - - 24326 - - uid: 2129 + - 24307 + - 24308 + - uid: 2118 components: - type: Transform pos: -8.5,-93.5 parent: 2 - type: DeviceLinkSink links: - - 24325 - - 24326 - - uid: 2130 + - 24307 + - 24308 + - uid: 2119 components: - type: Transform pos: -6.5,-91.5 parent: 2 - type: DeviceLinkSink links: - - 24325 - - 24326 - - uid: 2131 + - 24307 + - 24308 + - uid: 2120 components: - type: Transform pos: -6.5,-90.5 parent: 2 - type: DeviceLinkSink links: - - 24325 - - 24326 - - uid: 2132 + - 24307 + - 24308 + - uid: 2121 components: - type: Transform pos: -6.5,-92.5 parent: 2 - type: DeviceLinkSink links: - - 24325 - - 24326 - - uid: 2133 + - 24307 + - 24308 + - uid: 2122 components: - type: Transform pos: -6.5,-93.5 parent: 2 - type: DeviceLinkSink links: - - 24325 - - 24326 - - uid: 2134 + - 24307 + - 24308 + - uid: 2123 components: - type: Transform pos: -8.5,-90.5 parent: 2 - type: DeviceLinkSink links: - - 24325 - - 24326 -- proto: BlastDoorExterior2 - entities: - - uid: 2135 - components: - - type: Transform - pos: -11.5,-11.5 - parent: 2 - - type: DeviceLinkSink - links: - - 24289 + - 24307 + - 24308 - proto: BlastDoorOpen entities: - - uid: 2136 + - uid: 2124 components: - type: Transform pos: -56.5,-11.5 parent: 2 - type: DeviceLinkSink links: - - 24299 - - uid: 2137 + - 24281 + - uid: 2125 components: - type: Transform pos: -56.5,-12.5 parent: 2 - type: DeviceLinkSink links: - - 24299 - - uid: 2138 + - 24281 + - uid: 2126 components: - type: Transform pos: -56.5,-13.5 parent: 2 - type: DeviceLinkSink links: - - 24299 - - uid: 2139 + - 24281 + - uid: 2127 components: - type: Transform pos: -56.5,-14.5 parent: 2 - type: DeviceLinkSink links: - - 24299 - - uid: 2140 + - 24281 + - uid: 2128 components: - type: Transform pos: -56.5,-15.5 parent: 2 - type: DeviceLinkSink links: - - 24299 - - uid: 2141 + - 24281 + - uid: 2129 components: - type: Transform rot: -1.5707963267948966 rad @@ -23543,8 +23844,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24298 - - uid: 2142 + - 24280 + - uid: 2130 components: - type: Transform rot: -1.5707963267948966 rad @@ -23552,8 +23853,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24298 - - uid: 2143 + - 24280 + - uid: 2131 components: - type: Transform rot: -1.5707963267948966 rad @@ -23561,8 +23862,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24298 - - uid: 2144 + - 24280 + - uid: 2132 components: - type: Transform rot: -1.5707963267948966 rad @@ -23570,8 +23871,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24298 - - uid: 2145 + - 24280 + - uid: 2133 components: - type: Transform rot: -1.5707963267948966 rad @@ -23579,193 +23880,200 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24298 + - 24280 - proto: BlockGameArcadeComputerCircuitboard entities: - - uid: 2146 + - uid: 2134 components: - type: Transform pos: -25.444056,-24.257809 parent: 2 +- proto: Bloodpack + entities: + - uid: 2135 + components: + - type: Transform + pos: -4.322395,-55.097134 + parent: 2 - proto: BookAtmosAirAlarms entities: - - uid: 2147 + - uid: 2136 components: - type: Transform pos: -24.358501,-36.435444 parent: 2 - proto: BookAtmosDistro entities: - - uid: 2148 + - uid: 2137 components: - type: Transform pos: -24.608501,-36.51357 parent: 2 - proto: BookAtmosVentsMore entities: - - uid: 2149 + - uid: 2138 components: - type: Transform pos: -25.155376,-36.48232 parent: 2 - proto: BookAtmosWaste entities: - - uid: 2150 + - uid: 2139 components: - type: Transform pos: -25.389751,-36.57607 parent: 2 - proto: BookChefGaming entities: - - uid: 2151 + - uid: 2140 components: - type: Transform pos: -8.120271,14.578207 parent: 2 - proto: BookDetective entities: - - uid: 2152 + - uid: 2141 components: - type: Transform pos: 8.262031,-12.4473095 parent: 2 - - uid: 2153 + - uid: 2142 components: - type: Transform pos: 40.304634,21.43983 parent: 2 - proto: BookEscalation entities: - - uid: 2154 + - uid: 2143 components: - type: Transform pos: 9.419705,-6.507422 parent: 2 - proto: BookEscalationSecurity entities: - - uid: 2155 + - uid: 2144 components: - type: Transform pos: 15.607252,21.663286 parent: 2 - proto: BookFishing entities: - - uid: 2156 + - uid: 2145 components: - type: Transform pos: 40.53901,21.517956 parent: 2 - proto: BookGnominomicon entities: - - uid: 2157 + - uid: 2146 components: - type: Transform pos: 8.605781,-12.4316845 parent: 2 - proto: BookRandom entities: - - uid: 2158 + - uid: 2147 components: - type: Transform pos: 40.523384,18.611706 parent: 2 - - uid: 2159 + - uid: 2148 components: - type: Transform pos: 38.492134,18.674206 parent: 2 - - uid: 2160 + - uid: 2149 components: - type: Transform pos: 38.429634,21.580456 parent: 2 - - uid: 2161 + - uid: 2150 components: - type: Transform pos: -33.495968,-67.45002 parent: 2 - proto: Bookshelf entities: - - uid: 2162 + - uid: 2151 components: - type: Transform pos: 6.5,-9.5 parent: 2 - proto: BookshelfFilled entities: - - uid: 2163 + - uid: 2152 components: - type: Transform pos: 6.5,-10.5 parent: 2 - - uid: 2164 + - uid: 2153 components: - type: Transform pos: 41.5,21.5 parent: 2 - - uid: 2165 + - uid: 2154 components: - type: Transform pos: 39.5,21.5 parent: 2 - - uid: 2166 + - uid: 2155 components: - type: Transform pos: 41.5,18.5 parent: 2 - - uid: 2167 + - uid: 2156 components: - type: Transform pos: 39.5,18.5 parent: 2 - - uid: 2168 + - uid: 2157 components: - type: Transform pos: 12.5,-10.5 parent: 2 - - uid: 2169 + - uid: 2158 components: - type: Transform pos: 8.5,-10.5 parent: 2 - - uid: 2170 + - uid: 2159 components: - type: Transform pos: 11.5,-12.5 parent: 2 - - uid: 2171 + - uid: 2160 components: - type: Transform pos: 12.5,-12.5 parent: 2 - - uid: 2172 + - uid: 2161 components: - type: Transform pos: 13.5,-12.5 parent: 2 - - uid: 2173 + - uid: 2162 components: - type: Transform pos: 7.5,-4.5 parent: 2 - - uid: 2174 + - uid: 2163 components: - type: Transform pos: 7.5,-6.5 parent: 2 - - uid: 2175 + - uid: 2164 components: - type: Transform pos: 11.5,-10.5 parent: 2 - - uid: 2176 + - uid: 2165 components: - type: Transform pos: 13.5,-10.5 parent: 2 - proto: BookWatched entities: - - uid: 2177 + - uid: 2166 components: - type: Transform rot: 1.5707963267948966 rad @@ -23773,118 +24081,123 @@ entities: parent: 2 - proto: BoozeDispenser entities: - - uid: 2178 + - uid: 2167 components: - type: Transform rot: -1.5707963267948966 rad pos: 18.5,12.5 parent: 2 - - uid: 2179 + - uid: 2168 components: - type: Transform pos: -43.5,-74.5 parent: 2 - - uid: 2180 + - uid: 2169 components: - type: Transform pos: 38.5,51.5 parent: 2 - - uid: 2181 + - uid: 2170 components: - type: Transform rot: -1.5707963267948966 rad pos: 29.5,-35.5 parent: 2 - - uid: 2182 + - uid: 2171 components: - type: Transform pos: 39.5,63.5 parent: 2 - proto: BorgCharger entities: - - uid: 2183 + - uid: 2172 components: - type: Transform pos: 16.5,-3.5 parent: 2 - - uid: 2184 + - uid: 2173 components: - type: Transform pos: -22.5,-6.5 parent: 2 - - uid: 2185 + - uid: 2174 components: - type: Transform pos: 2.5,59.5 parent: 2 - - uid: 2186 + - uid: 2175 components: - type: Transform pos: 49.5,-9.5 parent: 2 - - uid: 2187 + - uid: 2176 components: - type: Transform pos: 70.5,-43.5 parent: 2 - proto: BoxBeaker entities: - - uid: 2188 + - uid: 2177 components: - type: Transform pos: 9.707096,-45.50268 parent: 2 - - uid: 2189 + - uid: 2178 components: - type: Transform pos: -26.122566,-84.458 parent: 2 - - uid: 2190 + - uid: 2179 components: - type: Transform pos: 42.431667,-35.402893 parent: 2 - - uid: 2191 + - uid: 2180 components: - type: Transform - pos: 8.7782135,-62.351368 + pos: -25.588665,-61.41238 parent: 2 - proto: BoxBeanbag entities: - - uid: 2192 + - uid: 2181 components: - type: Transform pos: 22.537981,13.588842 parent: 2 - proto: BoxBodyBag entities: - - uid: 2193 + - uid: 2182 + components: + - type: Transform + pos: -16.368479,-66.33691 + parent: 2 + - uid: 2183 components: - type: Transform - pos: -11.506837,-67.45136 + pos: -16.571604,-66.44628 parent: 2 - proto: BoxCardboard entities: - - uid: 2194 + - uid: 2184 components: - type: Transform pos: 57.684505,34.726276 parent: 2 - - uid: 2195 + - uid: 2185 components: - type: Transform pos: 57.26263,34.39815 parent: 2 - proto: BoxFlashbang entities: - - uid: 2196 + - uid: 2186 components: - type: Transform pos: 24.642923,23.542374 parent: 2 - proto: BoxFolderBase entities: - - uid: 2197 + - uid: 2187 components: - type: Transform rot: 1.5707963267948966 rad @@ -23892,7 +24205,7 @@ entities: parent: 2 - proto: BoxFolderBlack entities: - - uid: 2198 + - uid: 2188 components: - type: Transform rot: 1.5707963267948966 rad @@ -23900,20 +24213,20 @@ entities: parent: 2 - proto: BoxFolderBlue entities: - - uid: 2199 + - uid: 2189 components: - type: Transform pos: 38.992214,-2.4237523 parent: 2 - proto: BoxFolderGrey entities: - - uid: 2200 + - uid: 2190 components: - type: Transform rot: 1.5707963267948966 rad pos: 51.514782,-42.450638 parent: 2 - - uid: 2201 + - uid: 2191 components: - type: Transform rot: 3.141592653589793 rad @@ -23921,98 +24234,98 @@ entities: parent: 2 - proto: BoxFolderRed entities: - - uid: 2202 + - uid: 2192 components: - type: Transform pos: 20.994316,-12.4294405 parent: 2 - - uid: 2203 + - uid: 2193 components: - type: Transform pos: 39.22659,-2.4550023 parent: 2 - proto: BoxFolderWhite entities: - - uid: 2204 + - uid: 2194 components: - type: Transform rot: -1.5707963267948966 rad pos: -22.629791,-70.464714 parent: 2 - - uid: 2205 + - uid: 2195 components: - type: Transform pos: -5.7449856,-48.471176 parent: 2 - - uid: 2206 + - uid: 2196 components: - type: Transform pos: -5.5262356,-48.408676 parent: 2 - proto: BoxFolderYellow entities: - - uid: 2207 + - uid: 2197 components: - type: Transform rot: 1.5707963267948966 rad pos: 37.554714,-4.439378 parent: 2 - - uid: 2208 + - uid: 2198 components: - type: Transform rot: 1.5707963267948966 rad pos: 51.655407,-42.653763 parent: 2 - - uid: 2209 + - uid: 2199 components: - type: Transform rot: 3.141592653589793 rad pos: -23.71936,11.498327 parent: 2 - - uid: 2210 + - uid: 2200 components: - type: Transform pos: 55.534363,-40.44579 parent: 2 - proto: BoxForensicPad entities: - - uid: 2211 + - uid: 2201 components: - type: Transform pos: 22.673187,-14.497248 parent: 2 - proto: BoxHandcuff entities: - - uid: 2212 + - uid: 2202 components: - type: Transform pos: 2.4978194,19.97727 parent: 2 - - uid: 2213 + - uid: 2203 components: - type: Transform pos: 24.439798,23.714249 parent: 2 - proto: BoxHug entities: - - uid: 2214 + - uid: 2204 components: - type: Transform pos: 21.518953,53.54002 parent: 2 - - uid: 2215 + - uid: 2205 components: - type: Transform pos: 2.5439682,-20.063549 parent: 2 - proto: BoxingBell entities: - - uid: 2216 + - uid: 2206 components: - type: Transform pos: 28.5,5.5 parent: 2 - - uid: 2217 + - uid: 2207 components: - type: Transform rot: 1.5707963267948966 rad @@ -24020,228 +24333,238 @@ entities: parent: 2 - proto: BoxLatexGloves entities: - - uid: 2218 + - uid: 2208 components: - type: Transform - pos: 8.430597,-62.372696 + pos: -22.700918,-76.44757 parent: 2 - - uid: 2219 + - uid: 2209 components: - type: Transform - pos: -22.700918,-76.44757 + pos: 69.515594,-49.409985 parent: 2 - - uid: 2220 + - uid: 2210 components: - type: Transform - pos: 69.515594,-49.409985 + pos: -23.4413,-62.28618 parent: 2 - - uid: 2221 + - uid: 2211 components: - type: Transform - pos: -0.28067696,-61.388348 + pos: -23.66005,-62.489304 parent: 2 - proto: BoxLightbulb entities: - - uid: 2222 + - uid: 2212 components: - type: Transform pos: -39.570137,-77.31351 parent: 2 - proto: BoxLightMixed entities: - - uid: 2223 + - uid: 2213 components: - type: Transform pos: 39.546867,49.67635 parent: 2 - - uid: 2224 + - uid: 2214 components: - type: Transform pos: -23.56665,-100.24527 parent: 2 - proto: BoxLighttube entities: - - uid: 2225 + - uid: 2215 components: - type: Transform pos: -40.05791,25.682219 parent: 2 - proto: BoxMousetrap entities: - - uid: 2226 + - uid: 2216 components: - type: Transform pos: -7.3951936,-15.377466 parent: 2 - - uid: 2227 + - uid: 2217 components: - type: Transform pos: 2.2602339,11.636776 parent: 2 - proto: BoxMouthSwab entities: - - uid: 2228 + - uid: 2218 components: - type: Transform - pos: 10.414972,-62.341446 + pos: -22.524687,-71.12971 parent: 2 - - uid: 2229 + - uid: 2219 components: - type: Transform - pos: -22.524687,-71.12971 + pos: -22.357168,-76.22882 parent: 2 - - uid: 2230 + - uid: 2220 components: - type: Transform - pos: -22.357168,-76.22882 + pos: -25.676897,-62.388275 + parent: 2 + - uid: 2221 + components: + - type: Transform + pos: -25.395647,-62.2164 parent: 2 - proto: BoxPDA entities: - - uid: 2231 + - uid: 2222 components: - type: Transform pos: 4.5991206,-7.254335 parent: 2 - proto: BoxPillCanister entities: - - uid: 2232 + - uid: 2223 components: - type: Transform pos: -25.106941,-84.458755 parent: 2 - - uid: 2233 + - uid: 2224 components: - type: Transform pos: -8.487805,-33.36571 parent: 2 - - uid: 2234 + - uid: 2225 + components: + - type: Transform + pos: 9.535221,-45.143307 + parent: 2 + - uid: 2226 components: - type: Transform - pos: 10.629656,-62.107815 + pos: -22.414755,-62.239304 parent: 2 - - uid: 2235 + - uid: 2227 components: - type: Transform - pos: 9.535221,-45.143307 + pos: -22.727255,-62.489304 parent: 2 - proto: BoxShotgunSlug entities: - - uid: 2236 + - uid: 2228 components: - type: Transform pos: 27.073633,32.655933 parent: 2 - - uid: 2237 + - uid: 2229 components: - type: Transform pos: 27.052765,32.658382 parent: 2 - - uid: 2238 + - uid: 2230 components: - type: Transform pos: 27.017645,32.73731 parent: 2 - proto: BoxSterileMask entities: - - uid: 2239 - components: - - type: Transform - pos: -0.45298922,-61.30278 - parent: 2 - - uid: 2240 + - uid: 2231 components: - type: Transform pos: -22.622793,-78.244446 parent: 2 - - uid: 2241 + - uid: 2232 components: - type: Transform pos: -20.619028,-78.321075 parent: 2 - proto: BoxSyringe entities: - - uid: 2242 + - uid: 2233 components: - type: Transform pos: 9.300846,-45.47143 parent: 2 - - uid: 2243 - components: - - type: Transform - pos: 8.848293,-62.473377 - parent: 2 - - uid: 2244 + - uid: 2234 components: - type: Transform pos: -22.337778,-78.539825 parent: 2 - - uid: 2245 + - uid: 2235 components: - type: Transform pos: -20.634653,-77.352325 parent: 2 - - uid: 2246 + - uid: 2236 components: - type: Transform pos: -26.571459,-84.31156 parent: 2 - - uid: 2247 + - uid: 2237 components: - type: Transform pos: -8.384587,-32.982723 parent: 2 + - uid: 2238 + components: + - type: Transform + pos: -24.4402,-62.377586 + parent: 2 + - uid: 2239 + components: + - type: Transform + pos: -24.737076,-62.51821 + parent: 2 - proto: BoxZiptie entities: - - uid: 2248 + - uid: 2240 components: - type: Transform pos: 15.609102,22.64932 parent: 2 - proto: BrbSign entities: - - uid: 2249 + - uid: 2241 components: - type: Transform pos: -28.403494,21.398111 parent: 2 - - uid: 2250 + - uid: 2242 components: - type: Transform pos: 4.567957,-7.561912 parent: 2 - proto: BriefcaseBrown entities: - - uid: 2251 + - uid: 2243 components: - type: Transform pos: 62.36704,-10.4423 parent: 2 - - uid: 2252 + - uid: 2244 components: - type: Transform rot: 1.5707963267948966 rad pos: -22.463455,11.6035385 parent: 2 - - uid: 2253 + - uid: 2245 components: - type: Transform pos: -43.482876,-88.91509 parent: 2 - proto: BriefcaseBrownFilled entities: - - uid: 2254 + - uid: 2246 components: - type: Transform pos: 43.51077,-2.4121785 parent: 2 - - uid: 2255 + - uid: 2247 components: - type: Transform pos: 32.38076,-48.30607 parent: 2 - proto: BrigTimer entities: - - uid: 2256 + - uid: 2248 components: - type: MetaData name: cell 3 brig timer @@ -24251,11 +24574,11 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 31154: + 31149: - Start: Close - Timer: AutoClose - Timer: Open - - uid: 2257 + - uid: 2249 components: - type: MetaData name: cell 1 brig timer @@ -24265,11 +24588,11 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 31146: + 31142: - Start: Close - Timer: AutoClose - Timer: Open - - uid: 2258 + - uid: 2250 components: - type: MetaData name: cell 2 brig timer @@ -24279,11 +24602,11 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 31151: + 31146: - Start: Close - Timer: AutoClose - Timer: Open - - uid: 2259 + - uid: 2251 components: - type: MetaData name: cell 4 brig timer @@ -24293,11 +24616,11 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 31147: + 31143: - Start: Close - Timer: AutoClose - Timer: Open - - uid: 2260 + - uid: 2252 components: - type: MetaData name: cell 5 brig timer @@ -24307,13 +24630,13 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 31152: + 31147: - Start: Close - Timer: AutoClose - Timer: Open - proto: BrokenBottle entities: - - uid: 2261 + - uid: 2253 components: - type: Transform rot: -1.5707963267948966 rad @@ -24321,34308 +24644,34352 @@ entities: parent: 2 - proto: Brutepack entities: + - uid: 2254 + components: + - type: Transform + pos: -10.641302,-3.848185 + parent: 2 + - uid: 2255 + components: + - type: Transform + pos: -10.266302,-3.785685 + parent: 2 + - uid: 2256 + components: + - type: Transform + pos: 30.05692,4.5786 + parent: 2 + - uid: 2257 + components: + - type: Transform + pos: -6.3699856,-49.096176 + parent: 2 + - uid: 2258 + components: + - type: Transform + pos: -6.6512356,-49.408676 + parent: 2 + - uid: 2259 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.410034,4.616682 + parent: 2 + - uid: 2260 + components: + - type: Transform + pos: -4.6713076,-54.75437 + parent: 2 +- proto: Brutepack1 + entities: + - uid: 2261 + components: + - type: Transform + pos: -7.483823,-57.377747 + parent: 2 - uid: 2262 components: - type: Transform - pos: -9.633343,-56.47309 + pos: -7.421323,-61.408997 parent: 2 - uid: 2263 components: - type: Transform - pos: -10.641302,-3.848185 + pos: -1.515073,-57.42462 parent: 2 - uid: 2264 components: - type: Transform - pos: -10.266302,-3.785685 + pos: -1.436948,-59.45587 parent: 2 - uid: 2265 components: - type: Transform - pos: -0.6646667,-56.50434 + pos: -1.390073,-61.440247 parent: 2 +- proto: Bucket + entities: - uid: 2266 components: - type: Transform - pos: -3.5865417,-56.488716 + pos: -7.4822392,14.606249 parent: 2 - uid: 2267 components: - type: Transform - pos: -6.5713716,-56.519966 + pos: 2.6959906,11.392093 parent: 2 - uid: 2268 components: - type: Transform - pos: -12.617692,-56.44184 + pos: 55.336075,17.733736 parent: 2 - uid: 2269 components: - type: Transform - pos: 30.05692,4.5786 + pos: -29.554869,3.5549593 parent: 2 - uid: 2270 components: - type: Transform - pos: -6.3699856,-49.096176 + pos: 13.468333,-66.41357 parent: 2 - uid: 2271 components: - type: Transform - pos: -6.6512356,-49.408676 + pos: 55.53834,27.595942 parent: 2 - uid: 2272 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 47.410034,4.616682 + pos: -4.262462,56.45376 parent: 2 -- proto: Bucket - entities: - uid: 2273 components: - type: Transform - pos: -7.4822392,14.606249 + pos: -4.167221,5.7952065 parent: 2 - uid: 2274 components: - type: Transform - pos: 2.6959906,11.392093 + pos: -4.417221,5.4827065 parent: 2 - uid: 2275 components: - type: Transform - pos: 55.336075,17.733736 + pos: -7.3575215,-19.475973 parent: 2 +- proto: BulletFoam + entities: - uid: 2276 components: - type: Transform - pos: -29.554869,3.5549593 + rot: -1.5707963267948966 rad + pos: -11.707516,41.19452 parent: 2 - uid: 2277 components: - type: Transform - pos: 13.468333,-66.41357 + rot: 3.141592653589793 rad + pos: -11.879391,41.47577 parent: 2 +- proto: BungoSeeds + entities: - uid: 2278 components: - type: Transform - pos: 55.53834,27.595942 + pos: -50.533592,-27.38226 parent: 2 +- proto: CableApcExtension + entities: - uid: 2279 components: - type: Transform - pos: -4.262462,56.45376 + pos: -3.5,-67.5 parent: 2 - uid: 2280 components: - type: Transform - pos: -4.167221,5.7952065 + pos: 8.5,-40.5 parent: 2 - uid: 2281 components: - type: Transform - pos: -4.417221,5.4827065 + pos: 10.5,-46.5 parent: 2 - uid: 2282 components: - type: Transform - pos: -7.3575215,-19.475973 + pos: 4.5,-11.5 parent: 2 -- proto: BulletFoam - entities: - uid: 2283 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.707516,41.19452 + pos: 21.5,-39.5 parent: 2 - uid: 2284 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.879391,41.47577 + pos: 4.5,-6.5 parent: 2 -- proto: BungoSeeds - entities: - uid: 2285 components: - type: Transform - pos: -50.533592,-27.38226 + pos: -16.5,11.5 parent: 2 -- proto: CableApcExtension - entities: - uid: 2286 components: - type: Transform - pos: 8.5,-40.5 + pos: -66.5,-35.5 parent: 2 - uid: 2287 components: - type: Transform - pos: 10.5,-46.5 + pos: -65.5,-38.5 parent: 2 - uid: 2288 components: - type: Transform - pos: 4.5,-11.5 + pos: -7.5,8.5 parent: 2 - uid: 2289 components: - type: Transform - pos: 21.5,-39.5 + pos: -12.5,-33.5 parent: 2 - uid: 2290 components: - type: Transform - pos: 4.5,-6.5 + pos: 18.5,-52.5 parent: 2 - uid: 2291 components: - type: Transform - pos: -16.5,11.5 + pos: -5.5,1.5 parent: 2 - uid: 2292 components: - type: Transform - pos: -66.5,-35.5 + pos: -7.5,-26.5 parent: 2 - uid: 2293 components: - type: Transform - pos: -65.5,-38.5 + pos: 33.5,-17.5 parent: 2 - uid: 2294 components: - type: Transform - pos: -7.5,8.5 + pos: 15.5,-32.5 parent: 2 - uid: 2295 components: - type: Transform - pos: -12.5,-33.5 + pos: -10.5,-26.5 parent: 2 - uid: 2296 components: - type: Transform - pos: 18.5,-52.5 + pos: 14.5,-51.5 parent: 2 - uid: 2297 components: - type: Transform - pos: -5.5,1.5 + pos: 27.5,-60.5 parent: 2 - uid: 2298 components: - type: Transform - pos: -7.5,-26.5 + pos: 7.5,-8.5 parent: 2 - uid: 2299 components: - type: Transform - pos: 33.5,-17.5 + pos: 7.5,-8.5 parent: 2 - uid: 2300 components: - type: Transform - pos: 15.5,-32.5 + pos: 15.5,-18.5 parent: 2 - uid: 2301 components: - type: Transform - pos: -10.5,-26.5 + pos: -47.5,38.5 parent: 2 - uid: 2302 components: - type: Transform - pos: 14.5,-51.5 + pos: 0.5,-41.5 parent: 2 - uid: 2303 components: - type: Transform - pos: 27.5,-60.5 + pos: -1.5,-41.5 parent: 2 - uid: 2304 components: - type: Transform - pos: 7.5,-8.5 + pos: 15.5,-10.5 parent: 2 - uid: 2305 components: - type: Transform - pos: 7.5,-8.5 + pos: -4.5,-41.5 parent: 2 - uid: 2306 components: - type: Transform - pos: 15.5,-18.5 + pos: 32.5,-11.5 parent: 2 - uid: 2307 components: - type: Transform - pos: -47.5,38.5 + pos: -6.5,-75.5 parent: 2 - uid: 2308 components: - type: Transform - pos: 0.5,-41.5 + pos: 32.5,-13.5 parent: 2 - uid: 2309 components: - type: Transform - pos: -1.5,-41.5 + pos: 14.5,-47.5 parent: 2 - uid: 2310 components: - type: Transform - pos: 15.5,-10.5 + pos: 6.5,-65.5 parent: 2 - uid: 2311 components: - type: Transform - pos: -4.5,-41.5 + pos: -4.5,-37.5 parent: 2 - uid: 2312 components: - type: Transform - pos: 32.5,-11.5 + pos: 8.5,-17.5 parent: 2 - uid: 2313 components: - type: Transform - pos: -6.5,-75.5 + pos: -12.5,-45.5 parent: 2 - uid: 2314 components: - type: Transform - pos: 32.5,-13.5 + pos: 14.5,-50.5 parent: 2 - uid: 2315 components: - type: Transform - pos: 14.5,-47.5 + pos: 15.5,-52.5 parent: 2 - uid: 2316 components: - type: Transform - pos: 6.5,-65.5 + pos: 27.5,-47.5 parent: 2 - uid: 2317 components: - type: Transform - pos: -4.5,-37.5 + pos: 31.5,-16.5 parent: 2 - uid: 2318 components: - type: Transform - pos: 8.5,-17.5 + pos: 20.5,-52.5 parent: 2 - uid: 2319 components: - type: Transform - pos: -12.5,-45.5 + pos: 21.5,-17.5 parent: 2 - uid: 2320 components: - type: Transform - pos: 14.5,-50.5 + pos: 15.5,-17.5 parent: 2 - uid: 2321 components: - type: Transform - pos: 15.5,-52.5 + pos: 16.5,-17.5 parent: 2 - uid: 2322 components: - type: Transform - pos: 27.5,-47.5 + pos: -8.5,3.5 parent: 2 - uid: 2323 components: - type: Transform - pos: 31.5,-16.5 + pos: -5.5,4.5 parent: 2 - uid: 2324 components: - type: Transform - pos: 20.5,-52.5 + pos: 30.5,-62.5 parent: 2 - uid: 2325 components: - type: Transform - pos: 21.5,-17.5 + pos: 15.5,-33.5 parent: 2 - uid: 2326 components: - type: Transform - pos: 15.5,-17.5 + pos: 18.5,-17.5 parent: 2 - uid: 2327 components: - type: Transform - pos: 16.5,-17.5 + pos: 20.5,-53.5 parent: 2 - uid: 2328 components: - type: Transform - pos: -8.5,3.5 + pos: 6.5,-71.5 parent: 2 - uid: 2329 components: - type: Transform - pos: -5.5,4.5 + pos: 19.5,-52.5 parent: 2 - uid: 2330 components: - type: Transform - pos: 30.5,-62.5 + pos: 21.5,-8.5 parent: 2 - uid: 2331 components: - type: Transform - pos: 15.5,-33.5 + pos: 25.5,-57.5 parent: 2 - uid: 2332 components: - type: Transform - pos: 18.5,-17.5 + pos: 15.5,-34.5 parent: 2 - uid: 2333 components: - type: Transform - pos: 20.5,-53.5 + pos: 0.5,10.5 parent: 2 - uid: 2334 components: - type: Transform - pos: 6.5,-71.5 + pos: 5.5,14.5 parent: 2 - uid: 2335 components: - type: Transform - pos: 19.5,-52.5 + pos: -1.5,14.5 parent: 2 - uid: 2336 components: - type: Transform - pos: 21.5,-8.5 + pos: 32.5,0.5 parent: 2 - uid: 2337 components: - type: Transform - pos: 25.5,-57.5 + pos: 33.5,2.5 parent: 2 - uid: 2338 components: - type: Transform - pos: 15.5,-34.5 + pos: 5.5,-10.5 parent: 2 - uid: 2339 components: - type: Transform - pos: -0.5,-54.5 + pos: 0.5,-10.5 parent: 2 - uid: 2340 components: - type: Transform - pos: 0.5,10.5 + pos: 10.5,-6.5 parent: 2 - uid: 2341 components: - type: Transform - pos: 5.5,14.5 + pos: -3.5,11.5 parent: 2 - uid: 2342 components: - type: Transform - pos: -1.5,14.5 + pos: -4.5,6.5 parent: 2 - uid: 2343 components: - type: Transform - pos: 32.5,0.5 + pos: -8.5,9.5 parent: 2 - uid: 2344 components: - type: Transform - pos: 33.5,2.5 + pos: -4.5,-47.5 parent: 2 - uid: 2345 components: - type: Transform - pos: 5.5,-10.5 + pos: 1.5,-48.5 parent: 2 - uid: 2346 components: - type: Transform - pos: 0.5,-10.5 + pos: -1.5,-48.5 parent: 2 - uid: 2347 components: - type: Transform - pos: 10.5,-6.5 + pos: -1.5,-50.5 parent: 2 - uid: 2348 components: - type: Transform - pos: -3.5,11.5 + pos: -8.5,6.5 parent: 2 - uid: 2349 components: - type: Transform - pos: -4.5,6.5 + pos: -0.5,14.5 parent: 2 - uid: 2350 components: - type: Transform - pos: -8.5,9.5 + pos: -5.5,-42.5 parent: 2 - uid: 2351 components: - type: Transform - pos: -4.5,-47.5 + pos: 36.5,18.5 parent: 2 - uid: 2352 components: - type: Transform - pos: 1.5,-48.5 + pos: 29.5,32.5 parent: 2 - uid: 2353 components: - type: Transform - pos: -1.5,-48.5 + pos: 62.5,-6.5 parent: 2 - uid: 2354 components: - type: Transform - pos: -1.5,-50.5 + pos: -1.5,-51.5 parent: 2 - uid: 2355 components: - type: Transform - pos: 4.5,-54.5 + pos: 6.5,-48.5 parent: 2 - uid: 2356 components: - type: Transform - pos: 0.5,-54.5 + pos: -1.5,-45.5 parent: 2 - uid: 2357 components: - type: Transform - pos: -15.5,-61.5 + pos: 2.5,-70.5 parent: 2 - uid: 2358 components: - type: Transform - pos: -6.5,-62.5 + pos: 16.5,-29.5 parent: 2 - uid: 2359 components: - type: Transform - pos: -8.5,6.5 + pos: 1.5,-10.5 parent: 2 - uid: 2360 components: - type: Transform - pos: -0.5,14.5 + pos: 4.5,-10.5 parent: 2 - uid: 2361 components: - type: Transform - pos: -5.5,-42.5 + pos: 11.5,-17.5 parent: 2 - uid: 2362 components: - type: Transform - pos: 36.5,18.5 + pos: 2.5,-26.5 parent: 2 - uid: 2363 components: - type: Transform - pos: 29.5,32.5 + pos: -10.5,-21.5 parent: 2 - uid: 2364 components: - type: Transform - pos: 62.5,-6.5 + pos: -8.5,-45.5 parent: 2 - uid: 2365 components: - type: Transform - pos: -1.5,-51.5 + pos: -1.5,-46.5 parent: 2 - uid: 2366 components: - type: Transform - pos: 6.5,-48.5 + pos: -2.5,-45.5 parent: 2 - uid: 2367 components: - type: Transform - pos: -1.5,-45.5 + pos: 12.5,2.5 parent: 2 - uid: 2368 components: - type: Transform - pos: -3.5,-52.5 + pos: 8.5,2.5 parent: 2 - uid: 2369 components: - type: Transform - pos: -4.5,-54.5 + pos: 4.5,0.5 parent: 2 - uid: 2370 components: - type: Transform - pos: -7.5,-54.5 + pos: -12.5,-22.5 parent: 2 - uid: 2371 components: - type: Transform - pos: -9.5,-54.5 + pos: -13.5,-22.5 parent: 2 - uid: 2372 components: - type: Transform - pos: 1.5,-54.5 + pos: 30.5,-32.5 parent: 2 - uid: 2373 components: - type: Transform - pos: 2.5,-60.5 + pos: 22.5,-29.5 parent: 2 - uid: 2374 components: - type: Transform - pos: -13.5,-62.5 + pos: 20.5,-23.5 parent: 2 - uid: 2375 components: - type: Transform - pos: -14.5,-66.5 + pos: 29.5,-28.5 parent: 2 - uid: 2376 components: - type: Transform - pos: -15.5,-65.5 + pos: 25.5,-23.5 parent: 2 - uid: 2377 components: - type: Transform - pos: -15.5,-54.5 + pos: 9.5,-6.5 parent: 2 - uid: 2378 components: - type: Transform - pos: 2.5,-70.5 + pos: 8.5,-6.5 parent: 2 - uid: 2379 components: - type: Transform - pos: 16.5,-29.5 + pos: 8.5,-6.5 parent: 2 - uid: 2380 components: - type: Transform - pos: 1.5,-10.5 + pos: 8.5,-6.5 parent: 2 - uid: 2381 components: - type: Transform - pos: 4.5,-10.5 + pos: 7.5,-8.5 parent: 2 - uid: 2382 components: - type: Transform - pos: 11.5,-17.5 + pos: 7.5,-7.5 parent: 2 - uid: 2383 components: - type: Transform - pos: 2.5,-26.5 + pos: 4.5,-41.5 parent: 2 - uid: 2384 components: - type: Transform - pos: -10.5,-21.5 + pos: -6.5,-74.5 parent: 2 - uid: 2385 components: - type: Transform - pos: -8.5,-45.5 + pos: -8.5,-75.5 parent: 2 - uid: 2386 components: - type: Transform - pos: 3.5,-62.5 + pos: -10.5,-75.5 parent: 2 - uid: 2387 components: - type: Transform - pos: -5.5,-60.5 + pos: 10.5,-50.5 parent: 2 - uid: 2388 components: - type: Transform - pos: -1.5,-46.5 + pos: 20.5,-46.5 parent: 2 - uid: 2389 components: - type: Transform - pos: -2.5,-45.5 + pos: 18.5,-48.5 parent: 2 - uid: 2390 components: - type: Transform - pos: 12.5,2.5 + pos: 21.5,-46.5 parent: 2 - uid: 2391 components: - type: Transform - pos: 8.5,2.5 + pos: 21.5,-50.5 parent: 2 - uid: 2392 components: - type: Transform - pos: 4.5,0.5 + pos: 21.5,-53.5 parent: 2 - uid: 2393 components: - type: Transform - pos: -12.5,-22.5 + pos: 23.5,-53.5 parent: 2 - uid: 2394 components: - type: Transform - pos: -13.5,-22.5 + pos: 25.5,-52.5 parent: 2 - uid: 2395 components: - type: Transform - pos: 30.5,-32.5 + pos: -4.5,-16.5 parent: 2 - uid: 2396 components: - type: Transform - pos: 22.5,-29.5 + pos: 6.5,8.5 parent: 2 - uid: 2397 components: - type: Transform - pos: 20.5,-23.5 + pos: 46.5,-22.5 parent: 2 - uid: 2398 components: - type: Transform - pos: 29.5,-28.5 + pos: 0.5,14.5 parent: 2 - uid: 2399 components: - type: Transform - pos: 25.5,-23.5 + pos: 9.5,-26.5 parent: 2 - uid: 2400 components: - type: Transform - pos: 9.5,-6.5 + pos: 18.5,-29.5 parent: 2 - uid: 2401 components: - type: Transform - pos: 8.5,-6.5 + pos: -8.5,-6.5 parent: 2 - uid: 2402 components: - type: Transform - pos: 8.5,-6.5 + pos: -4.5,14.5 parent: 2 - uid: 2403 components: - type: Transform - pos: 8.5,-6.5 + pos: -5.5,14.5 parent: 2 - uid: 2404 components: - type: Transform - pos: 7.5,-8.5 + pos: 3.5,-46.5 parent: 2 - uid: 2405 components: - type: Transform - pos: 7.5,-7.5 + pos: -33.5,-70.5 parent: 2 - uid: 2406 components: - type: Transform - pos: 4.5,-41.5 + pos: -34.5,-70.5 parent: 2 - uid: 2407 components: - type: Transform - pos: -6.5,-74.5 + pos: -12.5,-26.5 parent: 2 - uid: 2408 components: - type: Transform - pos: -8.5,-75.5 + pos: 31.5,-32.5 parent: 2 - uid: 2409 components: - type: Transform - pos: -10.5,-75.5 + pos: 24.5,4.5 parent: 2 - uid: 2410 components: - type: Transform - pos: 10.5,-50.5 + pos: -3.5,-74.5 parent: 2 - uid: 2411 components: - type: Transform - pos: 20.5,-46.5 + pos: 8.5,-42.5 parent: 2 - uid: 2412 components: - type: Transform - pos: 18.5,-48.5 + pos: 8.5,-65.5 parent: 2 - uid: 2413 components: - type: Transform - pos: 21.5,-46.5 + pos: -9.5,-4.5 parent: 2 - uid: 2414 components: - type: Transform - pos: 21.5,-50.5 + pos: -7.5,-71.5 parent: 2 - uid: 2415 components: - type: Transform - pos: 21.5,-53.5 + pos: -12.5,-75.5 parent: 2 - uid: 2416 components: - type: Transform - pos: 23.5,-53.5 + pos: -8.5,-71.5 parent: 2 - uid: 2417 components: - type: Transform - pos: 25.5,-52.5 + pos: -8.5,4.5 parent: 2 - uid: 2418 components: - type: Transform - pos: -4.5,-16.5 + pos: 12.5,-17.5 parent: 2 - uid: 2419 components: - type: Transform - pos: 6.5,8.5 + pos: 46.5,-27.5 parent: 2 - uid: 2420 components: - type: Transform - pos: 46.5,-22.5 + pos: 50.5,8.5 parent: 2 - uid: 2421 components: - type: Transform - pos: 0.5,14.5 + pos: 50.5,7.5 parent: 2 - uid: 2422 components: - type: Transform - pos: 9.5,-26.5 + pos: -16.5,-16.5 parent: 2 - uid: 2423 components: - type: Transform - pos: 18.5,-29.5 + pos: -4.5,-40.5 parent: 2 - uid: 2424 components: - type: Transform - pos: -8.5,-6.5 + pos: 30.5,-72.5 parent: 2 - uid: 2425 components: - type: Transform - pos: -4.5,14.5 + pos: -16.5,-54.5 parent: 2 - uid: 2426 components: - type: Transform - pos: -5.5,14.5 + pos: -17.5,-54.5 parent: 2 - uid: 2427 components: - type: Transform - pos: 3.5,-46.5 + pos: -17.5,-55.5 parent: 2 - uid: 2428 components: - type: Transform - pos: -33.5,-70.5 + pos: -18.5,-55.5 parent: 2 - uid: 2429 components: - type: Transform - pos: -34.5,-70.5 + pos: -4.5,-48.5 parent: 2 - uid: 2430 components: - type: Transform - pos: -12.5,-26.5 + pos: 25.5,-14.5 parent: 2 - uid: 2431 components: - type: Transform - pos: 31.5,-32.5 + pos: 25.5,-7.5 parent: 2 - uid: 2432 components: - type: Transform - pos: 24.5,4.5 + pos: 24.5,-6.5 parent: 2 - uid: 2433 components: - type: Transform - pos: -3.5,-74.5 + pos: 18.5,-12.5 parent: 2 - uid: 2434 components: - type: Transform - pos: 8.5,-42.5 + pos: 35.5,-40.5 parent: 2 - uid: 2435 components: - type: Transform - pos: 8.5,-65.5 + pos: 17.5,-53.5 parent: 2 - uid: 2436 components: - type: Transform - pos: -8.5,-66.5 + pos: 9.5,-17.5 parent: 2 - uid: 2437 components: - type: Transform - pos: -9.5,-4.5 + pos: 15.5,-28.5 parent: 2 - uid: 2438 components: - type: Transform - pos: -7.5,-71.5 + pos: 14.5,-28.5 parent: 2 - uid: 2439 components: - type: Transform - pos: -12.5,-75.5 + pos: 14.5,-27.5 parent: 2 - uid: 2440 components: - type: Transform - pos: -8.5,-71.5 + pos: 13.5,-26.5 parent: 2 - uid: 2441 components: - type: Transform - pos: -8.5,4.5 + pos: -5.5,-73.5 parent: 2 - uid: 2442 components: - type: Transform - pos: -14.5,-61.5 + pos: 8.5,-26.5 parent: 2 - uid: 2443 components: - type: Transform - pos: -14.5,-55.5 + pos: -2.5,-74.5 parent: 2 - uid: 2444 components: - type: Transform - pos: 12.5,-17.5 + pos: 11.5,-26.5 parent: 2 - uid: 2445 components: - type: Transform - pos: 46.5,-27.5 + pos: 3.5,-26.5 parent: 2 - uid: 2446 components: - type: Transform - pos: 50.5,8.5 + pos: -7.5,1.5 parent: 2 - uid: 2447 components: - type: Transform - pos: 50.5,7.5 + pos: -8.5,1.5 parent: 2 - uid: 2448 components: - type: Transform - pos: -16.5,-16.5 + pos: -1.5,-75.5 parent: 2 - uid: 2449 components: - type: Transform - pos: -4.5,-40.5 + pos: -3.5,8.5 parent: 2 - uid: 2450 components: - type: Transform - pos: 30.5,-72.5 + pos: -3.5,10.5 parent: 2 - uid: 2451 components: - type: Transform - pos: -9.5,-61.5 + pos: 28.5,2.5 parent: 2 - uid: 2452 components: - type: Transform - pos: -13.5,-64.5 + pos: 32.5,1.5 parent: 2 - uid: 2453 components: - type: Transform - pos: -16.5,-54.5 + pos: 32.5,2.5 parent: 2 - uid: 2454 components: - type: Transform - pos: -17.5,-54.5 + pos: 1.5,-9.5 parent: 2 - uid: 2455 components: - type: Transform - pos: -17.5,-55.5 + pos: 2.5,8.5 parent: 2 - uid: 2456 components: - type: Transform - pos: -18.5,-55.5 + pos: 61.5,-11.5 parent: 2 - uid: 2457 components: - type: Transform - pos: -6.5,-64.5 + pos: 21.5,-10.5 parent: 2 - uid: 2458 components: - type: Transform - pos: -6.5,-65.5 + pos: 20.5,-13.5 parent: 2 - uid: 2459 components: - type: Transform - pos: -1.5,-54.5 + pos: -0.5,0.5 parent: 2 - uid: 2460 components: - type: Transform - pos: -4.5,-48.5 + pos: 20.5,-5.5 parent: 2 - uid: 2461 components: - type: Transform - pos: 25.5,-14.5 + pos: 22.5,-6.5 parent: 2 - uid: 2462 components: - type: Transform - pos: 25.5,-7.5 + pos: 23.5,-6.5 parent: 2 - uid: 2463 components: - type: Transform - pos: 24.5,-6.5 + pos: 25.5,-6.5 parent: 2 - uid: 2464 components: - type: Transform - pos: 18.5,-12.5 + pos: 25.5,-13.5 parent: 2 - uid: 2465 components: - type: Transform - pos: 35.5,-40.5 + pos: 25.5,-12.5 parent: 2 - uid: 2466 components: - type: Transform - pos: 17.5,-53.5 + pos: 25.5,-8.5 parent: 2 - uid: 2467 components: - type: Transform - pos: 9.5,-17.5 + pos: 24.5,-11.5 parent: 2 - uid: 2468 components: - type: Transform - pos: 15.5,-28.5 + pos: 10.5,-17.5 parent: 2 - uid: 2469 components: - type: Transform - pos: 14.5,-28.5 + pos: 10.5,-14.5 parent: 2 - uid: 2470 components: - type: Transform - pos: 14.5,-27.5 + pos: 11.5,-14.5 parent: 2 - uid: 2471 components: - type: Transform - pos: 13.5,-26.5 + pos: 13.5,-14.5 parent: 2 - uid: 2472 components: - type: Transform - pos: -5.5,-73.5 + pos: 14.5,-14.5 parent: 2 - uid: 2473 components: - type: Transform - pos: 8.5,-26.5 + pos: 15.5,-14.5 parent: 2 - uid: 2474 components: - type: Transform - pos: -2.5,-74.5 + pos: 15.5,-13.5 parent: 2 - uid: 2475 components: - type: Transform - pos: 11.5,-26.5 + pos: 15.5,-11.5 parent: 2 - uid: 2476 components: - type: Transform - pos: 3.5,-26.5 + pos: 14.5,-2.5 parent: 2 - uid: 2477 components: - type: Transform - pos: -7.5,1.5 + pos: -19.5,-56.5 parent: 2 - uid: 2478 components: - type: Transform - pos: -8.5,1.5 + pos: -19.5,-55.5 parent: 2 - uid: 2479 components: - type: Transform - pos: -1.5,-75.5 + pos: 14.5,-3.5 parent: 2 - uid: 2480 components: - type: Transform - pos: -3.5,8.5 + pos: 14.5,-6.5 parent: 2 - uid: 2481 components: - type: Transform - pos: -3.5,10.5 + pos: 20.5,-45.5 parent: 2 - uid: 2482 components: - type: Transform - pos: 28.5,2.5 + pos: -41.5,25.5 parent: 2 - uid: 2483 components: - type: Transform - pos: 32.5,1.5 + pos: 32.5,-8.5 parent: 2 - uid: 2484 components: - type: Transform - pos: 32.5,2.5 + pos: 14.5,-5.5 parent: 2 - uid: 2485 components: - type: Transform - pos: 1.5,-9.5 + pos: 12.5,-14.5 parent: 2 - uid: 2486 components: - type: Transform - pos: 2.5,8.5 + pos: -3.5,-69.5 parent: 2 - uid: 2487 components: - type: Transform - pos: 61.5,-11.5 + pos: -4.5,-69.5 parent: 2 - uid: 2488 components: - type: Transform - pos: 21.5,-10.5 + pos: -5.5,-70.5 parent: 2 - uid: 2489 components: - type: Transform - pos: 20.5,-13.5 + pos: -1.5,-77.5 parent: 2 - uid: 2490 components: - type: Transform - pos: -0.5,0.5 + pos: -0.5,-69.5 parent: 2 - uid: 2491 components: - type: Transform - pos: 20.5,-5.5 + pos: 10.5,2.5 parent: 2 - uid: 2492 components: - type: Transform - pos: 22.5,-6.5 + pos: -5.5,-47.5 parent: 2 - uid: 2493 components: - type: Transform - pos: 23.5,-6.5 + pos: -4.5,-11.5 parent: 2 - uid: 2494 components: - type: Transform - pos: 25.5,-6.5 + pos: 62.5,-9.5 parent: 2 - uid: 2495 components: - type: Transform - pos: 25.5,-13.5 + pos: 62.5,-7.5 parent: 2 - uid: 2496 components: - type: Transform - pos: 25.5,-12.5 + pos: 8.5,-8.5 parent: 2 - uid: 2497 components: - type: Transform - pos: 25.5,-8.5 + pos: 8.5,-10.5 parent: 2 - uid: 2498 components: - type: Transform - pos: 24.5,-11.5 + pos: 1.5,9.5 parent: 2 - uid: 2499 components: - type: Transform - pos: 5.5,-60.5 + pos: 2.5,-71.5 parent: 2 - uid: 2500 components: - type: Transform - pos: 5.5,-54.5 + pos: 22.5,-32.5 parent: 2 - uid: 2501 components: - type: Transform - pos: 2.5,-54.5 + pos: -15.5,-21.5 parent: 2 - uid: 2502 components: - type: Transform - pos: -14.5,-60.5 + pos: -2.5,-69.5 parent: 2 - uid: 2503 components: - type: Transform - pos: -8.5,-65.5 + pos: -9.5,10.5 parent: 2 - uid: 2504 components: - type: Transform - pos: -7.5,-65.5 + pos: 18.5,-13.5 parent: 2 - uid: 2505 components: - type: Transform - pos: -6.5,-60.5 + pos: 21.5,-11.5 parent: 2 - uid: 2506 components: - type: Transform - pos: -3.5,-60.5 + pos: -4.5,-28.5 parent: 2 - uid: 2507 components: - type: Transform - pos: -2.5,-60.5 + pos: 27.5,2.5 parent: 2 - uid: 2508 components: - type: Transform - pos: -0.5,-60.5 + pos: 6.5,15.5 parent: 2 - uid: 2509 components: - type: Transform - pos: 3.5,-63.5 + pos: 5.5,15.5 parent: 2 - uid: 2510 components: - type: Transform - pos: 3.5,-61.5 + pos: 0.5,12.5 parent: 2 - uid: 2511 components: - type: Transform - pos: 10.5,-17.5 + pos: 5.5,12.5 parent: 2 - uid: 2512 components: - type: Transform - pos: 10.5,-14.5 + pos: 5.5,13.5 parent: 2 - uid: 2513 components: - type: Transform - pos: 11.5,-14.5 + pos: 32.5,18.5 parent: 2 - uid: 2514 components: - type: Transform - pos: 13.5,-14.5 + pos: 1.5,0.5 parent: 2 - uid: 2515 components: - type: Transform - pos: 14.5,-14.5 + pos: 13.5,2.5 parent: 2 - uid: 2516 components: - type: Transform - pos: 15.5,-14.5 + pos: 13.5,0.5 parent: 2 - uid: 2517 components: - type: Transform - pos: 15.5,-13.5 + pos: 12.5,-0.5 parent: 2 - uid: 2518 components: - type: Transform - pos: 15.5,-11.5 + pos: 27.5,1.5 parent: 2 - uid: 2519 components: - type: Transform - pos: 14.5,-2.5 + pos: -2.5,-41.5 parent: 2 - uid: 2520 components: - type: Transform - pos: -19.5,-56.5 + pos: -3.5,-0.5 parent: 2 - uid: 2521 components: - type: Transform - pos: -19.5,-55.5 + pos: 29.5,-47.5 parent: 2 - uid: 2522 components: - type: Transform - pos: 14.5,-3.5 + pos: 15.5,-40.5 parent: 2 - uid: 2523 components: - type: Transform - pos: 14.5,-6.5 + pos: 11.5,-42.5 parent: 2 - uid: 2524 components: - type: Transform - pos: 20.5,-45.5 + pos: 8.5,-41.5 parent: 2 - uid: 2525 components: - type: Transform - pos: -41.5,25.5 + pos: 13.5,-42.5 parent: 2 - uid: 2526 components: - type: Transform - pos: 32.5,-8.5 + pos: 17.5,-54.5 parent: 2 - uid: 2527 components: - type: Transform - pos: 14.5,-5.5 + pos: 34.5,-41.5 parent: 2 - uid: 2528 components: - type: Transform - pos: 12.5,-14.5 + pos: 36.5,-40.5 parent: 2 - uid: 2529 components: - type: Transform - pos: -3.5,-69.5 + pos: 34.5,-40.5 parent: 2 - uid: 2530 components: - type: Transform - pos: -4.5,-69.5 + pos: 12.5,-6.5 parent: 2 - uid: 2531 components: - type: Transform - pos: -5.5,-70.5 + pos: 11.5,-6.5 parent: 2 - uid: 2532 components: - type: Transform - pos: -1.5,-77.5 + pos: 4.5,5.5 parent: 2 - uid: 2533 components: - type: Transform - pos: -0.5,-69.5 + pos: 7.5,-17.5 parent: 2 - uid: 2534 components: - type: Transform - pos: 10.5,2.5 + pos: 1.5,7.5 parent: 2 - uid: 2535 components: - type: Transform - pos: -5.5,-47.5 + pos: 1.5,8.5 parent: 2 - uid: 2536 components: - type: Transform - pos: -14.5,-54.5 + pos: 3.5,8.5 parent: 2 - uid: 2537 components: - type: Transform - pos: -13.5,-59.5 + pos: -3.5,7.5 parent: 2 - uid: 2538 components: - type: Transform - pos: -10.5,-61.5 + pos: -1.5,7.5 parent: 2 - uid: 2539 components: - type: Transform - pos: -4.5,-11.5 + pos: -2.5,7.5 parent: 2 - uid: 2540 components: - type: Transform - pos: 62.5,-9.5 + pos: -0.5,6.5 parent: 2 - uid: 2541 components: - type: Transform - pos: 62.5,-7.5 + pos: -0.5,7.5 parent: 2 - uid: 2542 components: - type: Transform - pos: 8.5,-8.5 + pos: 0.5,6.5 parent: 2 - uid: 2543 components: - type: Transform - pos: 8.5,-10.5 + pos: 0.5,11.5 parent: 2 - uid: 2544 components: - type: Transform - pos: 1.5,9.5 + pos: 0.5,13.5 parent: 2 - uid: 2545 components: - type: Transform - pos: 2.5,-71.5 + pos: 0.5,9.5 parent: 2 - uid: 2546 components: - type: Transform - pos: 22.5,-32.5 + pos: -8.5,7.5 parent: 2 - uid: 2547 components: - type: Transform - pos: -15.5,-21.5 + pos: -7.5,7.5 parent: 2 - uid: 2548 components: - type: Transform - pos: -2.5,-69.5 + pos: -6.5,7.5 parent: 2 - uid: 2549 components: - type: Transform - pos: -9.5,10.5 + pos: -5.5,7.5 parent: 2 - uid: 2550 components: - type: Transform - pos: 18.5,-13.5 + pos: 10.5,-11.5 parent: 2 - uid: 2551 components: - type: Transform - pos: 21.5,-11.5 + pos: 7.5,-6.5 parent: 2 - uid: 2552 components: - type: Transform - pos: -4.5,-28.5 + pos: 8.5,-6.5 parent: 2 - uid: 2553 components: - type: Transform - pos: 27.5,2.5 + pos: 4.5,-13.5 parent: 2 - uid: 2554 components: - type: Transform - pos: 6.5,15.5 + pos: 10.5,-10.5 parent: 2 - uid: 2555 components: - type: Transform - pos: 5.5,15.5 + pos: 42.5,-26.5 parent: 2 - uid: 2556 components: - type: Transform - pos: 0.5,12.5 + pos: -8.5,-50.5 parent: 2 - uid: 2557 components: - type: Transform - pos: 5.5,12.5 + pos: 5.5,8.5 parent: 2 - uid: 2558 components: - type: Transform - pos: 5.5,13.5 + pos: -8.5,-51.5 parent: 2 - uid: 2559 components: - type: Transform - pos: 32.5,18.5 + pos: 6.5,7.5 parent: 2 - uid: 2560 components: - type: Transform - pos: 1.5,0.5 + pos: 31.5,-14.5 parent: 2 - uid: 2561 components: - type: Transform - pos: 13.5,2.5 + pos: 32.5,-9.5 parent: 2 - uid: 2562 components: - type: Transform - pos: 13.5,0.5 + pos: -4.5,-20.5 parent: 2 - uid: 2563 components: - type: Transform - pos: 12.5,-0.5 + pos: 5.5,11.5 parent: 2 - uid: 2564 components: - type: Transform - pos: -13.5,-54.5 + pos: 5.5,7.5 parent: 2 - uid: 2565 components: - type: Transform - pos: -14.5,-59.5 + pos: 32.5,-41.5 parent: 2 - uid: 2566 components: - type: Transform - pos: -2.5,-54.5 + pos: 33.5,-40.5 parent: 2 - uid: 2567 components: - type: Transform - pos: 27.5,1.5 + pos: 34.5,-42.5 parent: 2 - uid: 2568 components: - type: Transform - pos: -2.5,-41.5 + pos: 23.5,-42.5 parent: 2 - uid: 2569 components: - type: Transform - pos: -3.5,-0.5 + pos: 21.5,-42.5 parent: 2 - uid: 2570 components: - type: Transform - pos: 29.5,-47.5 + pos: 8.5,-9.5 parent: 2 - uid: 2571 components: - type: Transform - pos: 15.5,-40.5 + pos: -20.5,-87.5 parent: 2 - uid: 2572 components: - type: Transform - pos: 11.5,-42.5 + pos: -2.5,14.5 parent: 2 - uid: 2573 components: - type: Transform - pos: 8.5,-41.5 + pos: -3.5,14.5 parent: 2 - uid: 2574 components: - type: Transform - pos: 13.5,-42.5 + pos: 32.5,17.5 parent: 2 - uid: 2575 components: - type: Transform - pos: 17.5,-54.5 + pos: 27.5,0.5 parent: 2 - uid: 2576 components: - type: Transform - pos: 34.5,-41.5 + pos: 26.5,-32.5 parent: 2 - uid: 2577 components: - type: Transform - pos: 36.5,-40.5 + pos: 25.5,-42.5 parent: 2 - uid: 2578 components: - type: Transform - pos: 34.5,-40.5 + pos: 27.5,-42.5 parent: 2 - uid: 2579 components: - type: Transform - pos: 12.5,-6.5 + pos: 35.5,-38.5 parent: 2 - uid: 2580 components: - type: Transform - pos: 11.5,-6.5 + pos: 35.5,-39.5 parent: 2 - uid: 2581 components: - type: Transform - pos: 4.5,5.5 + pos: 23.5,-32.5 parent: 2 - uid: 2582 components: - type: Transform - pos: 7.5,-17.5 + pos: 20.5,-32.5 parent: 2 - uid: 2583 components: - type: Transform - pos: 1.5,7.5 + pos: -7.5,-7.5 parent: 2 - uid: 2584 components: - type: Transform - pos: 1.5,8.5 + pos: 16.5,-32.5 parent: 2 - uid: 2585 components: - type: Transform - pos: 3.5,8.5 + pos: 1.5,10.5 parent: 2 - uid: 2586 components: - type: Transform - pos: -3.5,7.5 + pos: -15.5,25.5 parent: 2 - uid: 2587 components: - type: Transform - pos: -1.5,7.5 + pos: 7.5,-49.5 parent: 2 - uid: 2588 components: - type: Transform - pos: -2.5,7.5 + pos: 55.5,-32.5 parent: 2 - uid: 2589 components: - type: Transform - pos: -0.5,6.5 + pos: 32.5,-4.5 parent: 2 - uid: 2590 components: - type: Transform - pos: -0.5,7.5 + pos: 26.5,-25.5 parent: 2 - uid: 2591 components: - type: Transform - pos: 0.5,6.5 + pos: 25.5,-25.5 parent: 2 - uid: 2592 components: - type: Transform - pos: 0.5,11.5 + pos: 24.5,-22.5 parent: 2 - uid: 2593 components: - type: Transform - pos: 0.5,13.5 + pos: 23.5,-22.5 parent: 2 - uid: 2594 components: - type: Transform - pos: 0.5,9.5 + pos: 21.5,-24.5 parent: 2 - uid: 2595 components: - type: Transform - pos: -8.5,7.5 + pos: 21.5,-23.5 parent: 2 - uid: 2596 components: - type: Transform - pos: -7.5,7.5 + pos: 21.5,-22.5 parent: 2 - uid: 2597 components: - type: Transform - pos: -6.5,7.5 + pos: 26.5,-23.5 parent: 2 - uid: 2598 components: - type: Transform - pos: -5.5,7.5 + pos: 27.5,-23.5 parent: 2 - uid: 2599 components: - type: Transform - pos: 10.5,-11.5 + pos: 28.5,-29.5 parent: 2 - uid: 2600 components: - type: Transform - pos: 7.5,-6.5 + pos: 27.5,-29.5 parent: 2 - uid: 2601 components: - type: Transform - pos: 8.5,-6.5 + pos: 27.5,-30.5 parent: 2 - uid: 2602 components: - type: Transform - pos: 4.5,-13.5 + pos: 27.5,-33.5 parent: 2 - uid: 2603 components: - type: Transform - pos: 10.5,-10.5 + pos: 26.5,-30.5 parent: 2 - uid: 2604 components: - type: Transform - pos: 42.5,-26.5 + pos: 25.5,-30.5 parent: 2 - uid: 2605 components: - type: Transform - pos: -8.5,-50.5 + pos: 24.5,-30.5 parent: 2 - uid: 2606 components: - type: Transform - pos: 5.5,8.5 + pos: 23.5,-30.5 parent: 2 - uid: 2607 components: - type: Transform - pos: -8.5,-51.5 + pos: 22.5,-30.5 parent: 2 - uid: 2608 components: - type: Transform - pos: -8.5,-52.5 + pos: 22.5,-28.5 parent: 2 - uid: 2609 components: - type: Transform - pos: -7.5,-52.5 + pos: 6.5,-3.5 parent: 2 - uid: 2610 components: - type: Transform - pos: -7.5,-53.5 + pos: 5.5,-3.5 parent: 2 - uid: 2611 components: - type: Transform - pos: 6.5,7.5 + pos: 8.5,-4.5 parent: 2 - uid: 2612 components: - type: Transform - pos: 31.5,-14.5 + pos: 12.5,-5.5 parent: 2 - uid: 2613 components: - type: Transform - pos: 32.5,-9.5 + pos: 12.5,-9.5 parent: 2 - uid: 2614 components: - type: Transform - pos: -4.5,-20.5 + pos: -10.5,-22.5 parent: 2 - uid: 2615 components: - type: Transform - pos: 5.5,11.5 + pos: -15.5,-22.5 parent: 2 - uid: 2616 components: - type: Transform - pos: 5.5,7.5 + pos: -24.5,-16.5 parent: 2 - uid: 2617 components: - type: Transform - pos: 32.5,-41.5 + pos: -24.5,-15.5 parent: 2 - uid: 2618 components: - type: Transform - pos: 33.5,-40.5 + pos: 23.5,-11.5 parent: 2 - uid: 2619 components: - type: Transform - pos: 34.5,-42.5 + pos: 25.5,-11.5 parent: 2 - uid: 2620 components: - type: Transform - pos: 23.5,-42.5 + pos: 25.5,-10.5 parent: 2 - uid: 2621 components: - type: Transform - pos: 21.5,-42.5 + pos: 25.5,-9.5 parent: 2 - uid: 2622 components: - type: Transform - pos: 8.5,-9.5 + pos: 21.5,-6.5 parent: 2 - uid: 2623 components: - type: Transform - pos: -20.5,-87.5 + pos: 20.5,-6.5 parent: 2 - uid: 2624 components: - type: Transform - pos: -2.5,14.5 + pos: 26.5,-6.5 parent: 2 - uid: 2625 components: - type: Transform - pos: -3.5,14.5 + pos: 27.5,-6.5 parent: 2 - uid: 2626 components: - type: Transform - pos: 32.5,17.5 + pos: 28.5,-6.5 parent: 2 - uid: 2627 components: - type: Transform - pos: 27.5,0.5 + pos: 29.5,-6.5 parent: 2 - uid: 2628 components: - type: Transform - pos: 26.5,-32.5 + pos: 30.5,-6.5 parent: 2 - uid: 2629 components: - type: Transform - pos: 25.5,-42.5 + pos: 30.5,-5.5 parent: 2 - uid: 2630 components: - type: Transform - pos: 27.5,-42.5 + pos: 29.5,-32.5 parent: 2 - uid: 2631 components: - type: Transform - pos: 35.5,-38.5 + pos: 8.5,-3.5 parent: 2 - uid: 2632 components: - type: Transform - pos: 35.5,-39.5 + pos: 8.5,-2.5 parent: 2 - uid: 2633 components: - type: Transform - pos: 23.5,-32.5 + pos: 8.5,-1.5 parent: 2 - uid: 2634 components: - type: Transform - pos: 20.5,-32.5 + pos: 7.5,-1.5 parent: 2 - uid: 2635 components: - type: Transform - pos: -7.5,-7.5 + pos: 6.5,-1.5 parent: 2 - uid: 2636 components: - type: Transform - pos: 16.5,-32.5 + pos: 5.5,-1.5 parent: 2 - uid: 2637 components: - type: Transform - pos: 1.5,10.5 + pos: 4.5,-1.5 parent: 2 - uid: 2638 components: - type: Transform - pos: -15.5,25.5 + pos: 4.5,-0.5 parent: 2 - uid: 2639 components: - type: Transform - pos: 7.5,-49.5 + pos: 2.5,0.5 parent: 2 - uid: 2640 components: - type: Transform - pos: 55.5,-32.5 + pos: 0.5,0.5 parent: 2 - uid: 2641 components: - type: Transform - pos: 32.5,-4.5 + pos: -0.5,1.5 parent: 2 - uid: 2642 components: - type: Transform - pos: 26.5,-25.5 + pos: -0.5,2.5 parent: 2 - uid: 2643 components: - type: Transform - pos: 25.5,-25.5 + pos: 0.5,2.5 parent: 2 - uid: 2644 components: - type: Transform - pos: 24.5,-22.5 + pos: 1.5,2.5 parent: 2 - uid: 2645 components: - type: Transform - pos: 23.5,-22.5 + pos: 3.5,2.5 parent: 2 - uid: 2646 components: - type: Transform - pos: 21.5,-24.5 + pos: 4.5,2.5 parent: 2 - uid: 2647 components: - type: Transform - pos: 21.5,-23.5 + pos: 5.5,2.5 parent: 2 - uid: 2648 components: - type: Transform - pos: 21.5,-22.5 + pos: 6.5,2.5 parent: 2 - uid: 2649 components: - type: Transform - pos: 26.5,-23.5 + pos: 7.5,2.5 parent: 2 - uid: 2650 components: - type: Transform - pos: 27.5,-23.5 + pos: 11.5,-0.5 parent: 2 - uid: 2651 components: - type: Transform - pos: 28.5,-29.5 + pos: -2.5,-51.5 parent: 2 - uid: 2652 components: - type: Transform - pos: 27.5,-29.5 + pos: -1.5,-49.5 parent: 2 - uid: 2653 components: - type: Transform - pos: 27.5,-30.5 + pos: -0.5,-48.5 parent: 2 - uid: 2654 components: - type: Transform - pos: 27.5,-33.5 + pos: 2.5,-48.5 parent: 2 - uid: 2655 components: - type: Transform - pos: 26.5,-30.5 + pos: 4.5,-48.5 parent: 2 - uid: 2656 components: - type: Transform - pos: 25.5,-30.5 + pos: -1.5,-47.5 parent: 2 - uid: 2657 components: - type: Transform - pos: 24.5,-30.5 + pos: -6.5,-47.5 parent: 2 - uid: 2658 components: - type: Transform - pos: 23.5,-30.5 + pos: 6.5,-60.5 parent: 2 - uid: 2659 components: - type: Transform - pos: 22.5,-30.5 + pos: 7.5,-60.5 parent: 2 - uid: 2660 components: - type: Transform - pos: 22.5,-28.5 + pos: -11.5,-75.5 parent: 2 - uid: 2661 components: - type: Transform - pos: 6.5,-3.5 + pos: -21.5,-68.5 parent: 2 - uid: 2662 components: - type: Transform - pos: 5.5,-3.5 + pos: -21.5,-69.5 parent: 2 - uid: 2663 components: - type: Transform - pos: 8.5,-4.5 + pos: -21.5,-70.5 parent: 2 - uid: 2664 components: - type: Transform - pos: 12.5,-5.5 + pos: -20.5,-70.5 parent: 2 - uid: 2665 components: - type: Transform - pos: 12.5,-9.5 + pos: -19.5,-70.5 parent: 2 - uid: 2666 components: - type: Transform - pos: -10.5,-22.5 + pos: -19.5,-69.5 parent: 2 - uid: 2667 components: - type: Transform - pos: -15.5,-22.5 + pos: -19.5,-68.5 parent: 2 - uid: 2668 components: - type: Transform - pos: -24.5,-16.5 + pos: -19.5,-72.5 parent: 2 - uid: 2669 components: - type: Transform - pos: -24.5,-15.5 + pos: -19.5,-73.5 parent: 2 - uid: 2670 components: - type: Transform - pos: 23.5,-11.5 + pos: -18.5,-74.5 parent: 2 - uid: 2671 components: - type: Transform - pos: 25.5,-11.5 + pos: -18.5,-76.5 parent: 2 - uid: 2672 components: - type: Transform - pos: 25.5,-10.5 + pos: -18.5,-77.5 parent: 2 - uid: 2673 components: - type: Transform - pos: 25.5,-9.5 + pos: -17.5,-77.5 parent: 2 - uid: 2674 components: - type: Transform - pos: 21.5,-6.5 + pos: -19.5,-77.5 parent: 2 - uid: 2675 components: - type: Transform - pos: 20.5,-6.5 + pos: -20.5,-85.5 parent: 2 - uid: 2676 components: - type: Transform - pos: 26.5,-6.5 + pos: -25.5,-87.5 parent: 2 - uid: 2677 components: - type: Transform - pos: 27.5,-6.5 + pos: -25.5,-88.5 parent: 2 - uid: 2678 components: - type: Transform - pos: 28.5,-6.5 + pos: 8.5,-6.5 parent: 2 - uid: 2679 components: - type: Transform - pos: 29.5,-6.5 + pos: -7.5,-75.5 parent: 2 - uid: 2680 components: - type: Transform - pos: 30.5,-6.5 + pos: 17.5,-32.5 parent: 2 - uid: 2681 components: - type: Transform - pos: 30.5,-5.5 + pos: -8.5,8.5 parent: 2 - uid: 2682 components: - type: Transform - pos: 29.5,-32.5 + pos: -8.5,10.5 parent: 2 - uid: 2683 components: - type: Transform - pos: 8.5,-3.5 + pos: -8.5,5.5 parent: 2 - uid: 2684 components: - type: Transform - pos: 8.5,-2.5 + pos: -3.5,9.5 parent: 2 - uid: 2685 components: - type: Transform - pos: 8.5,-1.5 + pos: 5.5,9.5 parent: 2 - uid: 2686 components: - type: Transform - pos: 7.5,-1.5 + pos: 9.5,-10.5 parent: 2 - uid: 2687 components: - type: Transform - pos: 6.5,-1.5 + pos: 32.5,16.5 parent: 2 - uid: 2688 components: - type: Transform - pos: 5.5,-1.5 + pos: 0.5,8.5 parent: 2 - uid: 2689 components: - type: Transform - pos: 4.5,-1.5 + pos: 0.5,-26.5 parent: 2 - uid: 2690 components: - type: Transform - pos: 4.5,-0.5 + pos: -0.5,-26.5 parent: 2 - uid: 2691 components: - type: Transform - pos: 2.5,0.5 + pos: -8.5,2.5 parent: 2 - uid: 2692 components: - type: Transform - pos: 0.5,0.5 + pos: 1.5,-26.5 parent: 2 - uid: 2693 components: - type: Transform - pos: -0.5,1.5 + pos: 6.5,-26.5 parent: 2 - uid: 2694 components: - type: Transform - pos: -0.5,2.5 + pos: 7.5,-26.5 parent: 2 - uid: 2695 components: - type: Transform - pos: 0.5,2.5 + pos: 12.5,-26.5 parent: 2 - uid: 2696 components: - type: Transform - pos: 1.5,2.5 + pos: 14.5,-26.5 parent: 2 - uid: 2697 components: - type: Transform - pos: 3.5,2.5 + pos: 17.5,-48.5 parent: 2 - uid: 2698 components: - type: Transform - pos: 4.5,2.5 + pos: 27.5,4.5 parent: 2 - uid: 2699 components: - type: Transform - pos: 5.5,2.5 + pos: 27.5,-0.5 parent: 2 - uid: 2700 components: - type: Transform - pos: 6.5,2.5 + pos: 25.5,4.5 parent: 2 - uid: 2701 components: - type: Transform - pos: 7.5,2.5 + pos: 26.5,4.5 parent: 2 - uid: 2702 components: - type: Transform - pos: 11.5,-0.5 + pos: -4.5,-13.5 parent: 2 - uid: 2703 components: - type: Transform - pos: -2.5,-51.5 + pos: -20.5,-86.5 parent: 2 - uid: 2704 components: - type: Transform - pos: -1.5,-49.5 + pos: 20.5,-42.5 parent: 2 - uid: 2705 components: - type: Transform - pos: -0.5,-48.5 + pos: -18.5,-60.5 parent: 2 - uid: 2706 components: - type: Transform - pos: 2.5,-48.5 + pos: 8.5,-56.5 parent: 2 - uid: 2707 components: - type: Transform - pos: 4.5,-48.5 + pos: -3.5,-51.5 parent: 2 - uid: 2708 components: - type: Transform - pos: -1.5,-47.5 + pos: 3.5,-48.5 parent: 2 - uid: 2709 components: - type: Transform - pos: -6.5,-47.5 + pos: 5.5,-48.5 parent: 2 - uid: 2710 components: - type: Transform - pos: -3.5,-54.5 + pos: 6.5,-47.5 parent: 2 - uid: 2711 components: - type: Transform - pos: -5.5,-54.5 + pos: -4.5,-50.5 parent: 2 - uid: 2712 components: - type: Transform - pos: -6.5,-54.5 + pos: -4.5,-49.5 parent: 2 - uid: 2713 components: - type: Transform - pos: -8.5,-54.5 + pos: -6.5,-45.5 parent: 2 - uid: 2714 components: - type: Transform - pos: -10.5,-54.5 + pos: 22.5,-24.5 parent: 2 - uid: 2715 components: - type: Transform - pos: -11.5,-54.5 + pos: -6.5,-71.5 parent: 2 - uid: 2716 components: - type: Transform - pos: 3.5,-54.5 + pos: -9.5,-71.5 parent: 2 - uid: 2717 components: - type: Transform - pos: 5.5,-55.5 + pos: 10.5,-51.5 parent: 2 - uid: 2718 components: - type: Transform - pos: 5.5,-57.5 + pos: 16.5,-52.5 parent: 2 - uid: 2719 components: - type: Transform - pos: 5.5,-58.5 + pos: 14.5,-52.5 parent: 2 - uid: 2720 components: - type: Transform - pos: 5.5,-59.5 + pos: 25.5,-50.5 parent: 2 - uid: 2721 components: - type: Transform - pos: 6.5,-60.5 + pos: 25.5,-54.5 parent: 2 - uid: 2722 components: - type: Transform - pos: 7.5,-60.5 + pos: 25.5,-55.5 parent: 2 - uid: 2723 components: - type: Transform - pos: 4.5,-60.5 + pos: 25.5,-56.5 parent: 2 - uid: 2724 components: - type: Transform - pos: 1.5,-60.5 + pos: -4.5,-14.5 parent: 2 - uid: 2725 components: - type: Transform - pos: 0.5,-60.5 + pos: -4.5,-18.5 parent: 2 - uid: 2726 components: - type: Transform - pos: -1.5,-61.5 + pos: 59.5,-4.5 parent: 2 - uid: 2727 components: - type: Transform - pos: -1.5,-62.5 + pos: 46.5,-25.5 parent: 2 - uid: 2728 components: - type: Transform - pos: -1.5,-64.5 + pos: 46.5,-24.5 parent: 2 - uid: 2729 components: - type: Transform - pos: -7.5,-61.5 + pos: 46.5,-29.5 parent: 2 - uid: 2730 components: - type: Transform - pos: -6.5,-61.5 + pos: 46.5,-28.5 parent: 2 - uid: 2731 components: - type: Transform - pos: -11.5,-75.5 + pos: 45.5,-27.5 parent: 2 - uid: 2732 components: - type: Transform - pos: -11.5,-61.5 + pos: 43.5,-27.5 parent: 2 - uid: 2733 components: - type: Transform - pos: -12.5,-61.5 + pos: 44.5,-27.5 parent: 2 - uid: 2734 components: - type: Transform - pos: -13.5,-61.5 + pos: 43.5,-26.5 parent: 2 - uid: 2735 components: - type: Transform - pos: -13.5,-63.5 + pos: 5.5,10.5 parent: 2 - uid: 2736 components: - type: Transform - pos: -13.5,-65.5 + pos: 5.5,8.5 parent: 2 - uid: 2737 components: - type: Transform - pos: -13.5,-66.5 + pos: 10.5,-26.5 parent: 2 - uid: 2738 components: - type: Transform - pos: -15.5,-64.5 + pos: -4.5,-21.5 parent: 2 - uid: 2739 components: - type: Transform - pos: -21.5,-68.5 + pos: 17.5,-29.5 parent: 2 - uid: 2740 components: - type: Transform - pos: -21.5,-69.5 + pos: -6.5,14.5 parent: 2 - uid: 2741 components: - type: Transform - pos: -21.5,-70.5 + pos: -6.5,13.5 parent: 2 - uid: 2742 components: - type: Transform - pos: -20.5,-70.5 + pos: 24.5,-32.5 parent: 2 - uid: 2743 components: - type: Transform - pos: -19.5,-70.5 + pos: 27.5,-25.5 parent: 2 - uid: 2744 components: - type: Transform - pos: -19.5,-69.5 + pos: 25.5,-22.5 parent: 2 - uid: 2745 components: - type: Transform - pos: -19.5,-68.5 + pos: 28.5,-23.5 parent: 2 - uid: 2746 components: - type: Transform - pos: -19.5,-72.5 + pos: 29.5,-23.5 parent: 2 - uid: 2747 components: - type: Transform - pos: -19.5,-73.5 + pos: 30.5,-23.5 parent: 2 - uid: 2748 components: - type: Transform - pos: -18.5,-74.5 + pos: 28.5,-28.5 parent: 2 - uid: 2749 components: - type: Transform - pos: -18.5,-76.5 + pos: 7.5,-3.5 parent: 2 - uid: 2750 components: - type: Transform - pos: -18.5,-77.5 + pos: 25.5,-32.5 parent: 2 - uid: 2751 components: - type: Transform - pos: -17.5,-77.5 + pos: -16.5,-22.5 parent: 2 - uid: 2752 components: - type: Transform - pos: -19.5,-77.5 + pos: 7.5,-65.5 parent: 2 - uid: 2753 components: - type: Transform - pos: -20.5,-85.5 + pos: -13.5,-73.5 parent: 2 - uid: 2754 components: - type: Transform - pos: -25.5,-87.5 + pos: -7.5,-6.5 parent: 2 - uid: 2755 components: - type: Transform - pos: -25.5,-88.5 + pos: -29.5,1.5 parent: 2 - uid: 2756 components: - type: Transform - pos: 8.5,-6.5 + pos: 18.5,-40.5 parent: 2 - uid: 2757 components: - type: Transform - pos: -7.5,-75.5 + pos: -39.5,-68.5 parent: 2 - uid: 2758 components: - type: Transform - pos: 17.5,-32.5 + pos: -36.5,-70.5 parent: 2 - uid: 2759 components: - type: Transform - pos: -8.5,8.5 + pos: 41.5,-26.5 parent: 2 - uid: 2760 components: - type: Transform - pos: -8.5,10.5 + pos: -35.5,-70.5 parent: 2 - uid: 2761 components: - type: Transform - pos: -8.5,5.5 + pos: -37.5,-69.5 parent: 2 - uid: 2762 components: - type: Transform - pos: -3.5,9.5 + pos: -9.5,-22.5 parent: 2 - uid: 2763 components: - type: Transform - pos: 5.5,9.5 + pos: 12.5,-8.5 parent: 2 - uid: 2764 components: - type: Transform - pos: 9.5,-10.5 + pos: 8.5,-5.5 parent: 2 - uid: 2765 components: - type: Transform - pos: 32.5,16.5 + pos: -8.5,-22.5 parent: 2 - uid: 2766 components: - type: Transform - pos: 0.5,8.5 + pos: -11.5,-22.5 parent: 2 - uid: 2767 components: - type: Transform - pos: 0.5,-26.5 + pos: -4.5,-12.5 parent: 2 - uid: 2768 components: - type: Transform - pos: -0.5,-26.5 + pos: 2.5,-69.5 parent: 2 - uid: 2769 components: - type: Transform - pos: -8.5,2.5 + pos: 22.5,-32.5 parent: 2 - uid: 2770 components: - type: Transform - pos: 1.5,-26.5 + pos: -47.5,37.5 parent: 2 - uid: 2771 components: - type: Transform - pos: 6.5,-26.5 + pos: -10.5,-19.5 parent: 2 - uid: 2772 components: - type: Transform - pos: 7.5,-26.5 + pos: 29.5,-42.5 parent: 2 - uid: 2773 components: - type: Transform - pos: 12.5,-26.5 + pos: 67.5,-13.5 parent: 2 - uid: 2774 components: - type: Transform - pos: 14.5,-26.5 + pos: 25.5,-46.5 parent: 2 - uid: 2775 components: - type: Transform - pos: 17.5,-48.5 + pos: -5.5,-72.5 parent: 2 - uid: 2776 components: - type: Transform - pos: 27.5,4.5 + pos: -7.5,10.5 parent: 2 - uid: 2777 components: - type: Transform - pos: 27.5,-0.5 + pos: 15.5,-42.5 parent: 2 - uid: 2778 components: - type: Transform - pos: 25.5,4.5 + pos: 2.5,-68.5 parent: 2 - uid: 2779 components: - type: Transform - pos: 26.5,4.5 + pos: 7.5,-70.5 parent: 2 - uid: 2780 components: - type: Transform - pos: -4.5,-13.5 + pos: -2.5,-26.5 parent: 2 - uid: 2781 components: - type: Transform - pos: -20.5,-86.5 + pos: 12.5,-7.5 parent: 2 - uid: 2782 components: - type: Transform - pos: 20.5,-42.5 + pos: 15.5,-39.5 parent: 2 - uid: 2783 components: - type: Transform - pos: -18.5,-60.5 + pos: 29.5,-60.5 parent: 2 - uid: 2784 components: - type: Transform - pos: 8.5,-56.5 + pos: 30.5,-13.5 parent: 2 - uid: 2785 components: - type: Transform - pos: -4.5,-60.5 + pos: 15.5,-45.5 parent: 2 - uid: 2786 components: - type: Transform - pos: -1.5,-65.5 + pos: 17.5,-45.5 parent: 2 - uid: 2787 components: - type: Transform - pos: -1.5,-60.5 + pos: -3.5,-26.5 parent: 2 - uid: 2788 components: - type: Transform - pos: 3.5,-60.5 + pos: 1.5,-71.5 parent: 2 - uid: 2789 components: - type: Transform - pos: -3.5,-51.5 + pos: -8.5,-26.5 parent: 2 - uid: 2790 components: - type: Transform - pos: 3.5,-48.5 + pos: -4.5,1.5 parent: 2 - uid: 2791 components: - type: Transform - pos: 5.5,-48.5 + pos: 8.5,-70.5 parent: 2 - uid: 2792 components: - type: Transform - pos: 6.5,-47.5 + pos: 30.5,-61.5 parent: 2 - uid: 2793 components: - type: Transform - pos: -4.5,-50.5 + pos: -16.5,-21.5 parent: 2 - uid: 2794 components: - type: Transform - pos: -4.5,-49.5 + pos: -4.5,-24.5 parent: 2 - uid: 2795 components: - type: Transform - pos: -6.5,-45.5 + pos: -4.5,-23.5 parent: 2 - uid: 2796 components: - type: Transform - pos: 22.5,-24.5 + pos: -4.5,-30.5 parent: 2 - uid: 2797 components: - type: Transform - pos: -6.5,-71.5 + pos: -4.5,-29.5 parent: 2 - uid: 2798 components: - type: Transform - pos: -9.5,-71.5 + pos: -4.5,-31.5 parent: 2 - uid: 2799 components: - type: Transform - pos: 10.5,-51.5 + pos: -9.5,-26.5 parent: 2 - uid: 2800 components: - type: Transform - pos: 16.5,-52.5 + pos: -11.5,-26.5 parent: 2 - uid: 2801 components: - type: Transform - pos: 14.5,-52.5 + pos: -15.5,-20.5 parent: 2 - uid: 2802 components: - type: Transform - pos: 25.5,-50.5 + pos: -15.5,-19.5 parent: 2 - uid: 2803 components: - type: Transform - pos: 25.5,-54.5 + pos: -15.5,-16.5 parent: 2 - uid: 2804 components: - type: Transform - pos: 25.5,-55.5 + pos: 46.5,-23.5 parent: 2 - uid: 2805 components: - type: Transform - pos: 25.5,-56.5 + pos: 1.5,-69.5 parent: 2 - uid: 2806 components: - type: Transform - pos: -4.5,-14.5 + pos: 30.5,-60.5 parent: 2 - uid: 2807 components: - type: Transform - pos: -4.5,-18.5 + pos: 9.5,-65.5 parent: 2 - uid: 2808 components: - type: Transform - pos: 59.5,-4.5 + pos: 38.5,-25.5 parent: 2 - uid: 2809 components: - type: Transform - pos: 46.5,-25.5 + pos: 41.5,-25.5 parent: 2 - uid: 2810 components: - type: Transform - pos: 46.5,-24.5 + pos: 14.5,-49.5 parent: 2 - uid: 2811 components: - type: Transform - pos: 46.5,-29.5 + pos: 24.5,-53.5 parent: 2 - uid: 2812 components: - type: Transform - pos: 46.5,-28.5 + pos: 25.5,-51.5 parent: 2 - uid: 2813 components: - type: Transform - pos: 45.5,-27.5 + pos: -3.5,2.5 parent: 2 - uid: 2814 components: - type: Transform - pos: 43.5,-27.5 + pos: -9.5,-75.5 parent: 2 - uid: 2815 components: - type: Transform - pos: 44.5,-27.5 + pos: -5.5,-26.5 parent: 2 - uid: 2816 components: - type: Transform - pos: 43.5,-26.5 + pos: 25.5,-58.5 parent: 2 - uid: 2817 components: - type: Transform - pos: 5.5,10.5 + pos: 25.5,-59.5 parent: 2 - uid: 2818 components: - type: Transform - pos: 5.5,8.5 + pos: 26.5,-60.5 parent: 2 - uid: 2819 components: - type: Transform - pos: 10.5,-26.5 + pos: 28.5,-42.5 parent: 2 - uid: 2820 components: - type: Transform - pos: -18.5,-52.5 + pos: 8.5,-69.5 parent: 2 - uid: 2821 components: - type: Transform - pos: -4.5,-21.5 + pos: 19.5,-47.5 parent: 2 - uid: 2822 components: - type: Transform - pos: 17.5,-29.5 + pos: -1.5,-74.5 parent: 2 - uid: 2823 components: - type: Transform - pos: -6.5,14.5 + pos: 30.5,1.5 parent: 2 - uid: 2824 components: - type: Transform - pos: -6.5,13.5 + pos: -1.5,-76.5 parent: 2 - uid: 2825 components: - type: Transform - pos: 24.5,-32.5 + pos: -5.5,-74.5 parent: 2 - uid: 2826 components: - type: Transform - pos: 27.5,-25.5 + pos: -5.5,-71.5 parent: 2 - uid: 2827 components: - type: Transform - pos: 25.5,-22.5 + pos: 31.5,2.5 parent: 2 - uid: 2828 components: - type: Transform - pos: 28.5,-23.5 + pos: 19.5,-42.5 parent: 2 - uid: 2829 components: - type: Transform - pos: 29.5,-23.5 + pos: 44.5,7.5 parent: 2 - uid: 2830 components: - type: Transform - pos: 30.5,-23.5 + pos: 4.5,-71.5 parent: 2 - uid: 2831 components: - type: Transform - pos: 28.5,-28.5 + pos: 10.5,-42.5 parent: 2 - uid: 2832 components: - type: Transform - pos: 7.5,-3.5 + pos: -14.5,-47.5 parent: 2 - uid: 2833 components: - type: Transform - pos: 25.5,-32.5 + pos: -12.5,-49.5 parent: 2 - uid: 2834 components: - type: Transform - pos: -16.5,-22.5 + pos: -13.5,-49.5 parent: 2 - uid: 2835 components: - type: Transform - pos: -13.5,-53.5 + pos: -13.5,-48.5 parent: 2 - uid: 2836 components: - type: Transform - pos: 7.5,-65.5 + pos: -13.5,-47.5 parent: 2 - uid: 2837 components: - type: Transform - pos: -13.5,-73.5 + pos: -12.5,-47.5 parent: 2 - uid: 2838 components: - type: Transform - pos: -7.5,-6.5 + pos: -10.5,-18.5 parent: 2 - uid: 2839 components: - type: Transform - pos: -29.5,1.5 + pos: 21.5,-9.5 parent: 2 - uid: 2840 components: - type: Transform - pos: 18.5,-40.5 + pos: 20.5,-11.5 parent: 2 - uid: 2841 components: - type: Transform - pos: -39.5,-68.5 + pos: 20.5,-12.5 parent: 2 - uid: 2842 components: - type: Transform - pos: -36.5,-70.5 + pos: 22.5,-41.5 parent: 2 - uid: 2843 components: - type: Transform - pos: 41.5,-26.5 + pos: 19.5,-13.5 parent: 2 - uid: 2844 components: - type: Transform - pos: -35.5,-70.5 + pos: 22.5,-11.5 parent: 2 - uid: 2845 components: - type: Transform - pos: -37.5,-69.5 + pos: 62.5,-8.5 parent: 2 - uid: 2846 components: - type: Transform - pos: -9.5,-22.5 + pos: 8.5,-60.5 parent: 2 - uid: 2847 components: - type: Transform - pos: 12.5,-8.5 + pos: -20.5,-88.5 parent: 2 - uid: 2848 components: - type: Transform - pos: 8.5,-5.5 + pos: 28.5,-60.5 parent: 2 - uid: 2849 components: - type: Transform - pos: -8.5,-22.5 + pos: -8.5,-24.5 parent: 2 - uid: 2850 components: - type: Transform - pos: -11.5,-22.5 + pos: -4.5,-25.5 parent: 2 - uid: 2851 components: - type: Transform - pos: -15.5,-66.5 + pos: 8.5,-54.5 parent: 2 - uid: 2852 components: - type: Transform - pos: -4.5,-12.5 + pos: 8.5,-55.5 parent: 2 - uid: 2853 components: - type: Transform - pos: 2.5,-69.5 + pos: -17.5,-61.5 parent: 2 - uid: 2854 components: - type: Transform - pos: 22.5,-32.5 + pos: -18.5,-61.5 parent: 2 - uid: 2855 components: - type: Transform - pos: -47.5,37.5 + pos: 20.5,0.5 parent: 2 - uid: 2856 components: - type: Transform - pos: -10.5,-19.5 + pos: -12.5,-74.5 parent: 2 - uid: 2857 components: - type: Transform - pos: 29.5,-42.5 + pos: 40.5,-25.5 parent: 2 - uid: 2858 components: - type: Transform - pos: 67.5,-13.5 + pos: 31.5,-62.5 parent: 2 - uid: 2859 components: - type: Transform - pos: 25.5,-46.5 + pos: 22.5,-53.5 parent: 2 - uid: 2860 components: - type: Transform - pos: -5.5,-72.5 + pos: 25.5,-47.5 parent: 2 - uid: 2861 components: - type: Transform - pos: -7.5,10.5 + pos: 5.5,-70.5 parent: 2 - uid: 2862 components: - type: Transform - pos: 15.5,-42.5 + pos: 4.5,8.5 parent: 2 - uid: 2863 components: - type: Transform - pos: 2.5,-68.5 + pos: -31.5,30.5 parent: 2 - uid: 2864 components: - type: Transform - pos: 7.5,-70.5 + pos: 15.5,-41.5 parent: 2 - uid: 2865 components: - type: Transform - pos: -2.5,-26.5 + pos: 20.5,1.5 parent: 2 - uid: 2866 components: - type: Transform - pos: 12.5,-7.5 + pos: -8.5,-23.5 parent: 2 - uid: 2867 components: - type: Transform - pos: 15.5,-39.5 + pos: 25.5,-60.5 parent: 2 - uid: 2868 components: - type: Transform - pos: 29.5,-60.5 + pos: -1.5,-69.5 parent: 2 - uid: 2869 components: - type: Transform - pos: 30.5,-13.5 + pos: 18.5,-32.5 parent: 2 - uid: 2870 components: - type: Transform - pos: 3.5,-67.5 + pos: -1.5,-26.5 parent: 2 - uid: 2871 components: - type: Transform - pos: 15.5,-45.5 + pos: -41.5,28.5 parent: 2 - uid: 2872 components: - type: Transform - pos: 17.5,-45.5 + pos: -37.5,-68.5 parent: 2 - uid: 2873 components: - type: Transform - pos: -3.5,-26.5 + pos: 1.5,6.5 parent: 2 - uid: 2874 components: - type: Transform - pos: 1.5,-71.5 + pos: 0.5,-71.5 parent: 2 - uid: 2875 components: - type: Transform - pos: -8.5,-26.5 + pos: -10.5,-20.5 parent: 2 - uid: 2876 components: - type: Transform - pos: -4.5,1.5 + pos: 4.5,-46.5 parent: 2 - uid: 2877 components: - type: Transform - pos: 8.5,-70.5 + pos: -8.5,-46.5 parent: 2 - uid: 2878 components: - type: Transform - pos: 30.5,-61.5 + pos: 17.5,-55.5 parent: 2 - uid: 2879 components: - type: Transform - pos: -16.5,-21.5 + pos: 18.5,-55.5 parent: 2 - uid: 2880 components: - type: Transform - pos: -4.5,-24.5 + pos: -6.5,-26.5 parent: 2 - uid: 2881 components: - type: Transform - pos: -4.5,-23.5 + pos: 24.5,-42.5 parent: 2 - uid: 2882 components: - type: Transform - pos: -4.5,-30.5 + pos: 14.5,-42.5 parent: 2 - uid: 2883 components: - type: Transform - pos: -4.5,-29.5 + pos: 17.5,-47.5 parent: 2 - uid: 2884 components: - type: Transform - pos: -4.5,-31.5 + pos: 17.5,-52.5 parent: 2 - uid: 2885 components: - type: Transform - pos: -9.5,-26.5 + pos: 14.5,-48.5 parent: 2 - uid: 2886 components: - type: Transform - pos: -11.5,-26.5 + pos: 4.5,-70.5 parent: 2 - uid: 2887 components: - type: Transform - pos: -15.5,-20.5 + pos: 28.5,-47.5 parent: 2 - uid: 2888 components: - type: Transform - pos: -15.5,-19.5 + pos: 25.5,-49.5 parent: 2 - uid: 2889 components: - type: Transform - pos: -15.5,-16.5 + pos: -1.5,-71.5 parent: 2 - uid: 2890 components: - type: Transform - pos: 46.5,-23.5 + pos: -6.5,1.5 parent: 2 - uid: 2891 components: - type: Transform - pos: 1.5,-69.5 + pos: 15.5,-49.5 parent: 2 - uid: 2892 components: - type: Transform - pos: 30.5,-60.5 + pos: -2.5,11.5 parent: 2 - uid: 2893 components: - type: Transform - pos: 9.5,-65.5 + pos: 4.5,6.5 parent: 2 - uid: 2894 components: - type: Transform - pos: 38.5,-25.5 + pos: 46.5,-26.5 parent: 2 - uid: 2895 components: - type: Transform - pos: 41.5,-25.5 + pos: 15.5,-35.5 parent: 2 - uid: 2896 components: - type: Transform - pos: 14.5,-49.5 + pos: 15.5,-36.5 parent: 2 - uid: 2897 components: - type: Transform - pos: 24.5,-53.5 + pos: 20.5,-14.5 parent: 2 - uid: 2898 components: - type: Transform - pos: 25.5,-51.5 + pos: 20.5,-15.5 parent: 2 - uid: 2899 components: - type: Transform - pos: -3.5,2.5 + pos: 20.5,-16.5 parent: 2 - uid: 2900 components: - type: Transform - pos: -9.5,-75.5 + pos: 20.5,-17.5 parent: 2 - uid: 2901 components: - type: Transform - pos: 2.5,-67.5 + pos: 19.5,-17.5 parent: 2 - uid: 2902 components: - type: Transform - pos: -5.5,-26.5 + pos: 17.5,-17.5 parent: 2 - uid: 2903 components: - type: Transform - pos: 25.5,-58.5 + pos: 23.5,-17.5 parent: 2 - uid: 2904 components: - type: Transform - pos: 25.5,-59.5 + pos: 25.5,-18.5 parent: 2 - uid: 2905 components: - type: Transform - pos: 26.5,-60.5 + pos: 27.5,-17.5 parent: 2 - uid: 2906 components: - type: Transform - pos: 28.5,-42.5 + pos: 27.5,-18.5 parent: 2 - uid: 2907 components: - type: Transform - pos: 8.5,-69.5 + pos: 23.5,-18.5 parent: 2 - uid: 2908 components: - type: Transform - pos: 19.5,-47.5 + pos: 28.5,-17.5 parent: 2 - uid: 2909 components: - type: Transform - pos: -1.5,-74.5 + pos: 29.5,-17.5 parent: 2 - uid: 2910 components: - type: Transform - pos: 30.5,1.5 + pos: 30.5,-17.5 parent: 2 - uid: 2911 components: - type: Transform - pos: -1.5,-76.5 + pos: 30.5,-16.5 parent: 2 - uid: 2912 components: - type: Transform - pos: -5.5,-74.5 + pos: 32.5,-16.5 parent: 2 - uid: 2913 components: - type: Transform - pos: -5.5,-71.5 + pos: 32.5,-15.5 parent: 2 - uid: 2914 components: - type: Transform - pos: 31.5,2.5 + pos: 32.5,-14.5 parent: 2 - uid: 2915 components: - type: Transform - pos: 19.5,-42.5 + pos: 32.5,-12.5 parent: 2 - uid: 2916 components: - type: Transform - pos: 44.5,7.5 + pos: 32.5,-17.5 parent: 2 - uid: 2917 components: - type: Transform - pos: 4.5,-71.5 + pos: 34.5,-18.5 parent: 2 - uid: 2918 components: - type: Transform - pos: -17.5,-52.5 + pos: 20.5,-8.5 parent: 2 - uid: 2919 components: - type: Transform - pos: 10.5,-42.5 + pos: 19.5,-8.5 parent: 2 - uid: 2920 components: - type: Transform - pos: -14.5,-47.5 + pos: 17.5,-8.5 parent: 2 - uid: 2921 components: - type: Transform - pos: -12.5,-49.5 + pos: 15.5,-8.5 parent: 2 - uid: 2922 components: - type: Transform - pos: -13.5,-49.5 + pos: 14.5,-7.5 parent: 2 - uid: 2923 components: - type: Transform - pos: -13.5,-48.5 + pos: 9.5,-14.5 parent: 2 - uid: 2924 components: - type: Transform - pos: -13.5,-47.5 + pos: 26.5,-14.5 parent: 2 - uid: 2925 components: - type: Transform - pos: -12.5,-47.5 + pos: 29.5,-8.5 parent: 2 - uid: 2926 components: - type: Transform - pos: -10.5,-18.5 + pos: 27.5,-14.5 parent: 2 - uid: 2927 components: - type: Transform - pos: 21.5,-9.5 + pos: 30.5,-8.5 parent: 2 - uid: 2928 components: - type: Transform - pos: 20.5,-11.5 + pos: 31.5,-8.5 parent: 2 - uid: 2929 components: - type: Transform - pos: 20.5,-12.5 + pos: -4.5,-15.5 parent: 2 - uid: 2930 components: - type: Transform - pos: 22.5,-41.5 + pos: -15.5,-17.5 parent: 2 - uid: 2931 components: - type: Transform - pos: 19.5,-13.5 + pos: -12.5,-73.5 parent: 2 - uid: 2932 components: - type: Transform - pos: 22.5,-11.5 + pos: -4.5,-19.5 parent: 2 - uid: 2933 components: - type: Transform - pos: 62.5,-8.5 + pos: -7.5,-47.5 parent: 2 - uid: 2934 components: - type: Transform - pos: -3.5,-53.5 + pos: 25.5,-24.5 parent: 2 - uid: 2935 components: - type: Transform - pos: -14.5,-58.5 + pos: 23.5,-23.5 parent: 2 - uid: 2936 components: - type: Transform - pos: 8.5,-60.5 + pos: 20.5,-22.5 parent: 2 - uid: 2937 components: - type: Transform - pos: -8.5,-61.5 + pos: 30.5,-24.5 parent: 2 - uid: 2938 components: - type: Transform - pos: -20.5,-88.5 + pos: -8.5,-47.5 parent: 2 - uid: 2939 components: - type: Transform - pos: 28.5,-60.5 + pos: 27.5,-31.5 parent: 2 - uid: 2940 components: - type: Transform - pos: -8.5,-24.5 + pos: 22.5,-33.5 parent: 2 - uid: 2941 components: - type: Transform - pos: -4.5,-25.5 + pos: 22.5,-31.5 parent: 2 - uid: 2942 components: - type: Transform - pos: 8.5,-54.5 + pos: -7.5,-45.5 parent: 2 - uid: 2943 components: - type: Transform - pos: 8.5,-55.5 + pos: -5.5,-45.5 parent: 2 - uid: 2944 components: - type: Transform - pos: -17.5,-61.5 + pos: -4.5,-45.5 parent: 2 - uid: 2945 components: - type: Transform - pos: -18.5,-61.5 + pos: -3.5,-45.5 parent: 2 - uid: 2946 components: - type: Transform - pos: 20.5,0.5 + pos: 5.5,-46.5 parent: 2 - uid: 2947 components: - type: Transform - pos: -12.5,-74.5 + pos: 6.5,-46.5 parent: 2 - uid: 2948 components: - type: Transform - pos: 40.5,-25.5 + pos: 19.5,-50.5 parent: 2 - uid: 2949 components: - type: Transform - pos: 31.5,-62.5 + pos: -2.5,-42.5 parent: 2 - uid: 2950 components: - type: Transform - pos: 22.5,-53.5 + pos: -4.5,-42.5 parent: 2 - uid: 2951 components: - type: Transform - pos: 25.5,-47.5 + pos: -6.5,-42.5 parent: 2 - uid: 2952 components: - type: Transform - pos: 5.5,-70.5 + pos: -7.5,-42.5 parent: 2 - uid: 2953 components: - type: Transform - pos: 4.5,8.5 + pos: -8.5,-42.5 parent: 2 - uid: 2954 components: - type: Transform - pos: -31.5,30.5 + pos: -9.5,-42.5 parent: 2 - uid: 2955 components: - type: Transform - pos: 15.5,-41.5 + pos: -10.5,-42.5 parent: 2 - uid: 2956 components: - type: Transform - pos: 20.5,1.5 + pos: -11.5,-42.5 parent: 2 - uid: 2957 components: - type: Transform - pos: -8.5,-23.5 + pos: -12.5,-42.5 parent: 2 - uid: 2958 components: - type: Transform - pos: 25.5,-60.5 + pos: 1.5,-41.5 parent: 2 - uid: 2959 components: - type: Transform - pos: -1.5,-69.5 + pos: 2.5,-41.5 parent: 2 - uid: 2960 components: - type: Transform - pos: 18.5,-32.5 + pos: 3.5,-41.5 parent: 2 - uid: 2961 components: - type: Transform - pos: -1.5,-26.5 + pos: 5.5,-41.5 parent: 2 - uid: 2962 components: - type: Transform - pos: -41.5,28.5 + pos: 5.5,-42.5 parent: 2 - uid: 2963 components: - type: Transform - pos: -37.5,-68.5 + pos: -4.5,-38.5 parent: 2 - uid: 2964 components: - type: Transform - pos: 1.5,6.5 + pos: -4.5,-36.5 parent: 2 - uid: 2965 components: - type: Transform - pos: 0.5,-71.5 + pos: -4.5,-35.5 parent: 2 - uid: 2966 components: - type: Transform - pos: -10.5,-20.5 + pos: -4.5,-34.5 parent: 2 - uid: 2967 components: - type: Transform - pos: 4.5,-46.5 + pos: -12.5,-43.5 parent: 2 - uid: 2968 components: - type: Transform - pos: -8.5,-46.5 + pos: -12.5,-44.5 parent: 2 - uid: 2969 components: - type: Transform - pos: 17.5,-55.5 + pos: -12.5,-46.5 parent: 2 - uid: 2970 components: - type: Transform - pos: 18.5,-55.5 + pos: -5.5,-69.5 parent: 2 - uid: 2971 components: - type: Transform - pos: -6.5,-26.5 + pos: 26.5,-42.5 parent: 2 - uid: 2972 components: - type: Transform - pos: 24.5,-42.5 + pos: 30.5,2.5 parent: 2 - uid: 2973 components: - type: Transform - pos: 14.5,-42.5 + pos: 18.5,-41.5 parent: 2 - uid: 2974 components: - type: Transform - pos: 17.5,-47.5 + pos: 8.5,-68.5 parent: 2 - uid: 2975 components: - type: Transform - pos: 17.5,-52.5 + pos: 26.5,-47.5 parent: 2 - uid: 2976 components: - type: Transform - pos: 14.5,-48.5 + pos: -4.5,-27.5 parent: 2 - uid: 2977 components: - type: Transform - pos: 4.5,-70.5 + pos: 29.5,2.5 parent: 2 - uid: 2978 components: - type: Transform - pos: 28.5,-47.5 + pos: 25.5,-48.5 parent: 2 - uid: 2979 components: - type: Transform - pos: 25.5,-49.5 + pos: -4.5,7.5 parent: 2 - uid: 2980 components: - type: Transform - pos: -1.5,-71.5 + pos: 28.5,-32.5 parent: 2 - uid: 2981 components: - type: Transform - pos: -6.5,1.5 + pos: 30.5,-30.5 parent: 2 - uid: 2982 components: - type: Transform - pos: 15.5,-49.5 + pos: 30.5,-29.5 parent: 2 - uid: 2983 components: - type: Transform - pos: -2.5,11.5 + pos: 30.5,-28.5 parent: 2 - uid: 2984 components: - type: Transform - pos: 4.5,6.5 + pos: 62.5,-10.5 parent: 2 - uid: 2985 components: - type: Transform - pos: 46.5,-26.5 + pos: 9.5,2.5 parent: 2 - uid: 2986 components: - type: Transform - pos: 15.5,-35.5 + pos: 2.5,2.5 parent: 2 - uid: 2987 components: - type: Transform - pos: 15.5,-36.5 + pos: 27.5,-32.5 parent: 2 - uid: 2988 components: - type: Transform - pos: 20.5,-14.5 + pos: 62.5,-12.5 parent: 2 - uid: 2989 components: - type: Transform - pos: 20.5,-15.5 + pos: -4.5,-22.5 parent: 2 - uid: 2990 components: - type: Transform - pos: 20.5,-16.5 + pos: -4.5,-3.5 parent: 2 - uid: 2991 components: - type: Transform - pos: 20.5,-17.5 + pos: -4.5,-2.5 parent: 2 - uid: 2992 components: - type: Transform - pos: 19.5,-17.5 + pos: -4.5,-0.5 parent: 2 - uid: 2993 components: - type: Transform - pos: 17.5,-17.5 + pos: -4.5,-1.5 parent: 2 - uid: 2994 components: - type: Transform - pos: 23.5,-17.5 + pos: -8.5,-0.5 parent: 2 - uid: 2995 components: - type: Transform - pos: 25.5,-18.5 + pos: -8.5,0.5 parent: 2 - uid: 2996 components: - type: Transform - pos: 27.5,-17.5 + pos: -3.5,-42.5 parent: 2 - uid: 2997 components: - type: Transform - pos: 27.5,-18.5 + pos: -0.5,-41.5 parent: 2 - uid: 2998 components: - type: Transform - pos: 23.5,-18.5 + pos: -4.5,-32.5 parent: 2 - uid: 2999 components: - type: Transform - pos: 28.5,-17.5 + pos: 22.5,-42.5 parent: 2 - uid: 3000 components: - type: Transform - pos: 29.5,-17.5 + pos: -1.5,-78.5 parent: 2 - uid: 3001 components: - type: Transform - pos: 30.5,-17.5 + pos: -4.5,-74.5 parent: 2 - uid: 3002 components: - type: Transform - pos: 30.5,-16.5 + pos: 13.5,1.5 parent: 2 - uid: 3003 components: - type: Transform - pos: 32.5,-16.5 + pos: 3.5,0.5 parent: 2 - uid: 3004 components: - type: Transform - pos: 32.5,-15.5 + pos: 11.5,2.5 parent: 2 - uid: 3005 components: - type: Transform - pos: 32.5,-14.5 + pos: 5.5,6.5 parent: 2 - uid: 3006 components: - type: Transform - pos: 32.5,-12.5 + pos: 20.5,-0.5 parent: 2 - uid: 3007 components: - type: Transform - pos: 32.5,-17.5 + pos: 35.5,-37.5 parent: 2 - uid: 3008 components: - type: Transform - pos: 34.5,-18.5 + pos: 9.5,-42.5 parent: 2 - uid: 3009 components: - type: Transform - pos: 20.5,-8.5 + pos: 37.5,13.5 parent: 2 - uid: 3010 components: - type: Transform - pos: 19.5,-8.5 + pos: -33.5,-55.5 parent: 2 - uid: 3011 components: - type: Transform - pos: 17.5,-8.5 + pos: -38.5,-68.5 parent: 2 - uid: 3012 components: - type: Transform - pos: 15.5,-8.5 + pos: -8.5,-5.5 parent: 2 - uid: 3013 components: - type: Transform - pos: 14.5,-7.5 + pos: -9.5,-5.5 parent: 2 - uid: 3014 components: - type: Transform - pos: 9.5,-14.5 + pos: -9.5,-3.5 parent: 2 - uid: 3015 components: - type: Transform - pos: 26.5,-14.5 + pos: -4.5,-39.5 parent: 2 - uid: 3016 components: - type: Transform - pos: 29.5,-8.5 + pos: 0.5,-40.5 parent: 2 - uid: 3017 components: - type: Transform - pos: 27.5,-14.5 + pos: 21.5,-32.5 parent: 2 - uid: 3018 components: - type: Transform - pos: 30.5,-8.5 + pos: 0.5,-69.5 parent: 2 - uid: 3019 components: - type: Transform - pos: 31.5,-8.5 + pos: -19.5,-65.5 parent: 2 - uid: 3020 components: - type: Transform - pos: -4.5,-15.5 + pos: -19.5,-67.5 parent: 2 - uid: 3021 components: - type: Transform - pos: -15.5,-17.5 + pos: -19.5,-71.5 parent: 2 - uid: 3022 components: - type: Transform - pos: -12.5,-73.5 + pos: -18.5,-73.5 parent: 2 - uid: 3023 components: - type: Transform - pos: -4.5,-19.5 + pos: -18.5,-75.5 parent: 2 - uid: 3024 components: - type: Transform - pos: -1.5,-63.5 + pos: -16.5,-77.5 parent: 2 - uid: 3025 components: - type: Transform - pos: -7.5,-47.5 + pos: -24.5,-14.5 parent: 2 - uid: 3026 components: - type: Transform - pos: 25.5,-24.5 + pos: 23.5,-24.5 parent: 2 - uid: 3027 components: - type: Transform - pos: 23.5,-23.5 + pos: 45.5,-24.5 parent: 2 - uid: 3028 components: - type: Transform - pos: 20.5,-22.5 + pos: -47.5,36.5 parent: 2 - uid: 3029 components: - type: Transform - pos: 30.5,-24.5 + pos: 12.5,-15.5 parent: 2 - uid: 3030 components: - type: Transform - pos: -8.5,-47.5 + pos: 0.5,-48.5 parent: 2 - uid: 3031 components: - type: Transform - pos: 27.5,-31.5 + pos: 13.5,-0.5 parent: 2 - uid: 3032 components: - type: Transform - pos: 22.5,-33.5 + pos: 20.5,2.5 parent: 2 - uid: 3033 components: - type: Transform - pos: 22.5,-31.5 + pos: 20.5,-1.5 parent: 2 - uid: 3034 components: - type: Transform - pos: -7.5,-45.5 + pos: 17.5,-13.5 parent: 2 - uid: 3035 components: - type: Transform - pos: -5.5,-45.5 + pos: 62.5,-11.5 parent: 2 - uid: 3036 components: - type: Transform - pos: -4.5,-45.5 + pos: -8.5,-25.5 parent: 2 - uid: 3037 components: - type: Transform - pos: -3.5,-45.5 + pos: -36.5,-69.5 parent: 2 - uid: 3038 components: - type: Transform - pos: 5.5,-46.5 + pos: 19.5,-32.5 parent: 2 - uid: 3039 components: - type: Transform - pos: 6.5,-46.5 + pos: 1.5,11.5 parent: 2 - uid: 3040 components: - type: Transform - pos: -12.5,-54.5 + pos: 22.5,-17.5 parent: 2 - uid: 3041 components: - type: Transform - pos: 19.5,-50.5 + pos: 24.5,-17.5 parent: 2 - uid: 3042 components: - type: Transform - pos: -2.5,-42.5 + pos: 25.5,-17.5 parent: 2 - uid: 3043 components: - type: Transform - pos: -4.5,-42.5 + pos: 26.5,-17.5 parent: 2 - uid: 3044 components: - type: Transform - pos: -6.5,-42.5 + pos: 17.5,-40.5 parent: 2 - uid: 3045 components: - type: Transform - pos: -7.5,-42.5 + pos: -4.5,-17.5 parent: 2 - uid: 3046 components: - type: Transform - pos: -8.5,-42.5 + pos: 20.5,-47.5 parent: 2 - uid: 3047 components: - type: Transform - pos: -9.5,-42.5 + pos: -3.5,-68.5 parent: 2 - uid: 3048 components: - type: Transform - pos: -10.5,-42.5 + pos: 6.5,-66.5 parent: 2 - uid: 3049 components: - type: Transform - pos: -11.5,-42.5 + pos: 6.5,-67.5 parent: 2 - uid: 3050 components: - type: Transform - pos: -12.5,-42.5 + pos: 6.5,-72.5 parent: 2 - uid: 3051 components: - type: Transform - pos: 1.5,-41.5 + pos: 3.5,-71.5 parent: 2 - uid: 3052 components: - type: Transform - pos: 2.5,-41.5 + pos: 6.5,-70.5 parent: 2 - uid: 3053 components: - type: Transform - pos: 3.5,-41.5 + pos: -0.5,-71.5 parent: 2 - uid: 3054 components: - type: Transform - pos: 5.5,-41.5 + pos: -3.5,0.5 parent: 2 - uid: 3055 components: - type: Transform - pos: 5.5,-42.5 + pos: -3.5,1.5 parent: 2 - uid: 3056 components: - type: Transform - pos: -4.5,-38.5 + pos: 15.5,-46.5 parent: 2 - uid: 3057 components: - type: Transform - pos: -4.5,-36.5 + pos: 17.5,-46.5 parent: 2 - uid: 3058 components: - type: Transform - pos: -4.5,-35.5 + pos: 19.5,-48.5 parent: 2 - uid: 3059 components: - type: Transform - pos: -4.5,-34.5 + pos: 25.5,-53.5 parent: 2 - uid: 3060 components: - type: Transform - pos: -12.5,-43.5 + pos: 18.5,-42.5 parent: 2 - uid: 3061 components: - type: Transform - pos: -12.5,-44.5 + pos: 16.5,-40.5 parent: 2 - uid: 3062 components: - type: Transform - pos: -12.5,-46.5 + pos: -4.5,-26.5 parent: 2 - uid: 3063 components: - type: Transform - pos: -5.5,-69.5 + pos: 33.5,-32.5 parent: 2 - uid: 3064 components: - type: Transform - pos: 26.5,-42.5 + pos: 34.5,-32.5 parent: 2 - uid: 3065 components: - type: Transform - pos: 30.5,2.5 + pos: 15.5,-31.5 parent: 2 - uid: 3066 components: - type: Transform - pos: 18.5,-41.5 + pos: 15.5,-30.5 parent: 2 - uid: 3067 components: - type: Transform - pos: 8.5,-68.5 + pos: 15.5,-29.5 parent: 2 - uid: 3068 components: - type: Transform - pos: 26.5,-47.5 + pos: 15.5,-21.5 parent: 2 - uid: 3069 components: - type: Transform - pos: -4.5,-27.5 + pos: 15.5,-22.5 parent: 2 - uid: 3070 components: - type: Transform - pos: 29.5,2.5 + pos: 15.5,-23.5 parent: 2 - uid: 3071 components: - type: Transform - pos: 25.5,-48.5 + pos: 15.5,-24.5 parent: 2 - uid: 3072 components: - type: Transform - pos: -4.5,7.5 + pos: 15.5,-25.5 parent: 2 - uid: 3073 components: - type: Transform - pos: 28.5,-32.5 + pos: 15.5,-26.5 parent: 2 - uid: 3074 components: - type: Transform - pos: 30.5,-30.5 + pos: 34.5,-17.5 parent: 2 - uid: 3075 components: - type: Transform - pos: 30.5,-29.5 + pos: 35.5,-18.5 parent: 2 - uid: 3076 components: - type: Transform - pos: 30.5,-28.5 + pos: 18.5,-8.5 parent: 2 - uid: 3077 components: - type: Transform - pos: 62.5,-10.5 + pos: 16.5,-8.5 parent: 2 - uid: 3078 components: - type: Transform - pos: 9.5,2.5 + pos: 14.5,-8.5 parent: 2 - uid: 3079 components: - type: Transform - pos: 2.5,2.5 + pos: 14.5,-4.5 parent: 2 - uid: 3080 components: - type: Transform - pos: 27.5,-32.5 + pos: 14.5,-1.5 parent: 2 - uid: 3081 components: - type: Transform - pos: 62.5,-12.5 + pos: 15.5,-9.5 parent: 2 - uid: 3082 components: - type: Transform - pos: -4.5,-22.5 + pos: 15.5,-12.5 parent: 2 - uid: 3083 components: - type: Transform - pos: -4.5,-3.5 + pos: 39.5,-25.5 parent: 2 - uid: 3084 components: - type: Transform - pos: -4.5,-2.5 + pos: 39.5,-26.5 parent: 2 - uid: 3085 components: - type: Transform - pos: -4.5,-0.5 + pos: -25.5,-86.5 parent: 2 - uid: 3086 components: - type: Transform - pos: -4.5,-1.5 + pos: -25.5,-85.5 parent: 2 - uid: 3087 components: - type: Transform - pos: -8.5,-0.5 + pos: 8.5,-53.5 parent: 2 - uid: 3088 components: - type: Transform - pos: -8.5,0.5 + pos: 8.5,-52.5 parent: 2 - uid: 3089 components: - type: Transform - pos: -3.5,-42.5 + pos: 9.5,-52.5 parent: 2 - uid: 3090 components: - type: Transform - pos: -0.5,-41.5 + pos: 10.5,-52.5 parent: 2 - uid: 3091 components: - type: Transform - pos: -4.5,-32.5 + pos: 10.5,-49.5 parent: 2 - uid: 3092 components: - type: Transform - pos: -6.5,-63.5 + pos: 15.5,-43.5 parent: 2 - uid: 3093 components: - type: Transform - pos: 22.5,-42.5 + pos: -16.5,-61.5 parent: 2 - uid: 3094 components: - type: Transform - pos: -1.5,-78.5 + pos: -19.5,-64.5 parent: 2 - uid: 3095 components: - type: Transform - pos: -4.5,-74.5 + pos: -19.5,-66.5 parent: 2 - uid: 3096 components: - type: Transform - pos: 13.5,1.5 + pos: -28.5,-79.5 parent: 2 - uid: 3097 components: - type: Transform - pos: 3.5,0.5 + pos: -28.5,-78.5 parent: 2 - uid: 3098 components: - type: Transform - pos: 11.5,2.5 + pos: -27.5,-78.5 parent: 2 - uid: 3099 components: - type: Transform - pos: 5.5,6.5 + pos: -26.5,-78.5 parent: 2 - uid: 3100 components: - type: Transform - pos: 20.5,-0.5 + pos: -26.5,-77.5 parent: 2 - uid: 3101 components: - type: Transform - pos: 35.5,-37.5 + pos: -25.5,-77.5 parent: 2 - uid: 3102 components: - type: Transform - pos: 9.5,-42.5 + pos: -22.5,-86.5 parent: 2 - uid: 3103 components: - type: Transform - pos: 37.5,13.5 + pos: -20.5,-85.5 parent: 2 - uid: 3104 components: - type: Transform - pos: -33.5,-55.5 + pos: -21.5,-85.5 parent: 2 - uid: 3105 components: - type: Transform - pos: -38.5,-68.5 + pos: -24.5,-85.5 parent: 2 - uid: 3106 components: - type: Transform - pos: -8.5,-5.5 + pos: -23.5,-85.5 parent: 2 - uid: 3107 components: - type: Transform - pos: -9.5,-5.5 + pos: -22.5,-85.5 parent: 2 - uid: 3108 components: - type: Transform - pos: -9.5,-3.5 + pos: -22.5,-84.5 parent: 2 - uid: 3109 components: - type: Transform - pos: -4.5,-39.5 + pos: -22.5,-81.5 parent: 2 - uid: 3110 components: - type: Transform - pos: 0.5,-40.5 + pos: -22.5,-83.5 parent: 2 - uid: 3111 components: - type: Transform - pos: 21.5,-32.5 + pos: -22.5,-82.5 parent: 2 - uid: 3112 components: - type: Transform - pos: 0.5,-69.5 + pos: -22.5,-80.5 parent: 2 - uid: 3113 components: - type: Transform - pos: -19.5,-65.5 + pos: -23.5,-80.5 parent: 2 - uid: 3114 components: - type: Transform - pos: -19.5,-67.5 + pos: -23.5,-79.5 parent: 2 - uid: 3115 components: - type: Transform - pos: -19.5,-71.5 + pos: -23.5,-78.5 parent: 2 - uid: 3116 components: - type: Transform - pos: -18.5,-73.5 + pos: -23.5,-77.5 parent: 2 - uid: 3117 components: - type: Transform - pos: -18.5,-75.5 + pos: -24.5,-77.5 parent: 2 - uid: 3118 components: - type: Transform - pos: -16.5,-77.5 + pos: -24.5,-76.5 parent: 2 - uid: 3119 components: - type: Transform - pos: -24.5,-14.5 + pos: -24.5,-75.5 parent: 2 - uid: 3120 components: - type: Transform - pos: 23.5,-24.5 + pos: -24.5,-74.5 parent: 2 - uid: 3121 components: - type: Transform - pos: 45.5,-24.5 + pos: -24.5,-73.5 parent: 2 - uid: 3122 components: - type: Transform - pos: -47.5,36.5 + pos: -24.5,-72.5 parent: 2 - uid: 3123 components: - type: Transform - pos: 12.5,-15.5 + pos: -23.5,-72.5 parent: 2 - uid: 3124 components: - type: Transform - pos: -14.5,-57.5 + pos: -22.5,-72.5 parent: 2 - uid: 3125 components: - type: Transform - pos: 0.5,-48.5 + pos: -21.5,-72.5 parent: 2 - uid: 3126 components: - type: Transform - pos: 13.5,-0.5 + pos: -21.5,-71.5 parent: 2 - uid: 3127 components: - type: Transform - pos: 20.5,2.5 + pos: -20.5,-79.5 parent: 2 - uid: 3128 components: - type: Transform - pos: 20.5,-1.5 + pos: -19.5,-79.5 parent: 2 - uid: 3129 components: - type: Transform - pos: 17.5,-13.5 + pos: -19.5,-78.5 parent: 2 - uid: 3130 components: - type: Transform - pos: 62.5,-11.5 + pos: 33.5,3.5 parent: 2 - uid: 3131 components: - type: Transform - pos: -8.5,-25.5 + pos: 33.5,4.5 parent: 2 - uid: 3132 components: - type: Transform - pos: -36.5,-69.5 + pos: 33.5,7.5 parent: 2 - uid: 3133 components: - type: Transform - pos: 19.5,-32.5 + pos: 33.5,6.5 parent: 2 - uid: 3134 components: - type: Transform - pos: 1.5,11.5 + pos: 33.5,5.5 parent: 2 - uid: 3135 components: - type: Transform - pos: 22.5,-17.5 + pos: 26.5,7.5 parent: 2 - uid: 3136 components: - type: Transform - pos: 24.5,-17.5 + pos: 33.5,0.5 parent: 2 - uid: 3137 components: - type: Transform - pos: 25.5,-17.5 + pos: 33.5,-0.5 parent: 2 - uid: 3138 components: - type: Transform - pos: 26.5,-17.5 + pos: 33.5,-1.5 parent: 2 - uid: 3139 components: - type: Transform - pos: 17.5,-40.5 + pos: 33.5,-2.5 parent: 2 - uid: 3140 components: - type: Transform - pos: -4.5,-17.5 + pos: 33.5,-3.5 parent: 2 - uid: 3141 components: - type: Transform - pos: 20.5,-47.5 + pos: 33.5,-4.5 parent: 2 - uid: 3142 components: - type: Transform - pos: -3.5,-68.5 + pos: 33.5,-5.5 parent: 2 - uid: 3143 components: - type: Transform - pos: 6.5,-66.5 + pos: 27.5,7.5 parent: 2 - uid: 3144 components: - type: Transform - pos: 6.5,-67.5 + pos: 28.5,7.5 parent: 2 - uid: 3145 components: - type: Transform - pos: 5.5,-67.5 + pos: 29.5,7.5 parent: 2 - uid: 3146 components: - type: Transform - pos: 4.5,-67.5 + pos: 30.5,7.5 parent: 2 - uid: 3147 components: - type: Transform - pos: 6.5,-72.5 + pos: 31.5,7.5 parent: 2 - uid: 3148 components: - type: Transform - pos: 3.5,-71.5 + pos: 32.5,7.5 parent: 2 - uid: 3149 components: - type: Transform - pos: 6.5,-70.5 + pos: 26.5,8.5 parent: 2 - uid: 3150 components: - type: Transform - pos: -0.5,-71.5 + pos: 26.5,9.5 parent: 2 - uid: 3151 components: - type: Transform - pos: -3.5,0.5 + pos: 26.5,10.5 parent: 2 - uid: 3152 components: - type: Transform - pos: -3.5,1.5 + pos: 26.5,11.5 parent: 2 - uid: 3153 components: - type: Transform - pos: 15.5,-46.5 + pos: 26.5,12.5 parent: 2 - uid: 3154 components: - type: Transform - pos: 17.5,-46.5 + pos: 26.5,13.5 parent: 2 - uid: 3155 components: - type: Transform - pos: 19.5,-48.5 + pos: 25.5,7.5 parent: 2 - uid: 3156 components: - type: Transform - pos: 25.5,-53.5 + pos: 24.5,7.5 parent: 2 - uid: 3157 components: - type: Transform - pos: 18.5,-42.5 + pos: 23.5,7.5 parent: 2 - uid: 3158 components: - type: Transform - pos: 16.5,-40.5 + pos: 22.5,7.5 parent: 2 - uid: 3159 components: - type: Transform - pos: -4.5,-26.5 + pos: 21.5,7.5 parent: 2 - uid: 3160 components: - type: Transform - pos: 33.5,-32.5 + pos: 34.5,0.5 parent: 2 - uid: 3161 components: - type: Transform - pos: 34.5,-32.5 + pos: 37.5,-25.5 parent: 2 - uid: 3162 components: - type: Transform - pos: 15.5,-31.5 + pos: 36.5,-25.5 parent: 2 - uid: 3163 components: - type: Transform - pos: 15.5,-30.5 + pos: 36.5,-24.5 parent: 2 - uid: 3164 components: - type: Transform - pos: 15.5,-29.5 + pos: 36.5,-23.5 parent: 2 - uid: 3165 components: - type: Transform - pos: 15.5,-21.5 + pos: 36.5,-22.5 parent: 2 - uid: 3166 components: - type: Transform - pos: 15.5,-22.5 + pos: 35.5,-22.5 parent: 2 - uid: 3167 components: - type: Transform - pos: 15.5,-23.5 + pos: 35.5,-21.5 parent: 2 - uid: 3168 components: - type: Transform - pos: 15.5,-24.5 + pos: 35.5,-25.5 parent: 2 - uid: 3169 components: - type: Transform - pos: 15.5,-25.5 + pos: 34.5,-25.5 parent: 2 - uid: 3170 components: - type: Transform - pos: 15.5,-26.5 + pos: 35.5,-26.5 parent: 2 - uid: 3171 components: - type: Transform - pos: 34.5,-17.5 + pos: 35.5,-27.5 parent: 2 - uid: 3172 components: - type: Transform - pos: 35.5,-18.5 + pos: 35.5,-28.5 parent: 2 - uid: 3173 components: - type: Transform - pos: 18.5,-8.5 + pos: 35.5,-29.5 parent: 2 - uid: 3174 components: - type: Transform - pos: 16.5,-8.5 + pos: 35.5,-30.5 parent: 2 - uid: 3175 components: - type: Transform - pos: 14.5,-8.5 + pos: 35.5,-31.5 parent: 2 - uid: 3176 components: - type: Transform - pos: 14.5,-4.5 + pos: 35.5,-32.5 parent: 2 - uid: 3177 components: - type: Transform - pos: 14.5,-1.5 + pos: 35.5,-33.5 parent: 2 - uid: 3178 components: - type: Transform - pos: 15.5,-9.5 + pos: 35.5,-34.5 parent: 2 - uid: 3179 components: - type: Transform - pos: 15.5,-12.5 + pos: 35.5,-35.5 parent: 2 - uid: 3180 components: - type: Transform - pos: 39.5,-25.5 + pos: 35.5,-36.5 parent: 2 - uid: 3181 components: - type: Transform - pos: 39.5,-26.5 + pos: 36.5,-30.5 parent: 2 - uid: 3182 components: - type: Transform - pos: -25.5,-86.5 + pos: 37.5,-30.5 parent: 2 - uid: 3183 components: - type: Transform - pos: -25.5,-85.5 + pos: 38.5,-30.5 parent: 2 - uid: 3184 components: - type: Transform - pos: 5.5,-53.5 + pos: 39.5,-30.5 parent: 2 - uid: 3185 components: - type: Transform - pos: 6.5,-53.5 + pos: 31.5,-4.5 parent: 2 - uid: 3186 components: - type: Transform - pos: 7.5,-53.5 + pos: -4.5,-10.5 parent: 2 - uid: 3187 components: - type: Transform - pos: 8.5,-53.5 + pos: -4.5,-9.5 parent: 2 - uid: 3188 components: - type: Transform - pos: 8.5,-52.5 + pos: -4.5,-8.5 parent: 2 - uid: 3189 components: - type: Transform - pos: 9.5,-52.5 + pos: -4.5,-7.5 parent: 2 - uid: 3190 components: - type: Transform - pos: 10.5,-52.5 + pos: -4.5,-6.5 parent: 2 - uid: 3191 components: - type: Transform - pos: 10.5,-49.5 + pos: -4.5,-5.5 parent: 2 - uid: 3192 components: - type: Transform - pos: 15.5,-43.5 + pos: 63.5,-5.5 parent: 2 - uid: 3193 components: - type: Transform - pos: -16.5,-61.5 + pos: 62.5,-5.5 parent: 2 - uid: 3194 components: - type: Transform - pos: -19.5,-64.5 + pos: 21.5,15.5 parent: 2 - uid: 3195 components: - type: Transform - pos: -19.5,-66.5 + pos: 21.5,14.5 parent: 2 - uid: 3196 components: - type: Transform - pos: -14.5,-67.5 + pos: 21.5,13.5 parent: 2 - uid: 3197 components: - type: Transform - pos: -28.5,-79.5 + pos: 21.5,12.5 parent: 2 - uid: 3198 components: - type: Transform - pos: -28.5,-78.5 + pos: 21.5,11.5 parent: 2 - uid: 3199 components: - type: Transform - pos: -27.5,-78.5 + pos: 21.5,10.5 parent: 2 - uid: 3200 components: - type: Transform - pos: -26.5,-78.5 + pos: 20.5,14.5 parent: 2 - uid: 3201 components: - type: Transform - pos: -26.5,-77.5 + pos: 19.5,14.5 parent: 2 - uid: 3202 components: - type: Transform - pos: -25.5,-77.5 + pos: 18.5,14.5 parent: 2 - uid: 3203 components: - type: Transform - pos: -22.5,-86.5 + pos: 17.5,14.5 parent: 2 - uid: 3204 components: - type: Transform - pos: -20.5,-85.5 + pos: 17.5,13.5 parent: 2 - uid: 3205 components: - type: Transform - pos: -21.5,-85.5 + pos: 17.5,12.5 parent: 2 - uid: 3206 components: - type: Transform - pos: -24.5,-85.5 + pos: 17.5,11.5 parent: 2 - uid: 3207 components: - type: Transform - pos: -23.5,-85.5 + pos: 16.5,11.5 parent: 2 - uid: 3208 components: - type: Transform - pos: -22.5,-85.5 + pos: 15.5,11.5 parent: 2 - uid: 3209 components: - type: Transform - pos: -22.5,-84.5 + pos: 14.5,11.5 parent: 2 - uid: 3210 components: - type: Transform - pos: -22.5,-81.5 + pos: 13.5,11.5 parent: 2 - uid: 3211 components: - type: Transform - pos: -22.5,-83.5 + pos: 13.5,12.5 parent: 2 - uid: 3212 components: - type: Transform - pos: -22.5,-82.5 + pos: 13.5,13.5 parent: 2 - uid: 3213 components: - type: Transform - pos: -22.5,-80.5 + pos: 12.5,13.5 parent: 2 - uid: 3214 components: - type: Transform - pos: -23.5,-80.5 + pos: 11.5,13.5 parent: 2 - uid: 3215 components: - type: Transform - pos: -23.5,-79.5 + pos: 11.5,12.5 parent: 2 - uid: 3216 components: - type: Transform - pos: -23.5,-78.5 + pos: 11.5,11.5 parent: 2 - uid: 3217 components: - type: Transform - pos: -23.5,-77.5 + pos: 11.5,10.5 parent: 2 - uid: 3218 components: - type: Transform - pos: -24.5,-77.5 + pos: 11.5,9.5 parent: 2 - uid: 3219 components: - type: Transform - pos: -24.5,-76.5 + pos: 11.5,8.5 parent: 2 - uid: 3220 components: - type: Transform - pos: -24.5,-75.5 + pos: 11.5,7.5 parent: 2 - uid: 3221 components: - type: Transform - pos: -24.5,-74.5 + pos: 11.5,6.5 parent: 2 - uid: 3222 components: - type: Transform - pos: -24.5,-73.5 + pos: 12.5,8.5 parent: 2 - uid: 3223 components: - type: Transform - pos: -24.5,-72.5 + pos: 13.5,8.5 parent: 2 - uid: 3224 components: - type: Transform - pos: -23.5,-72.5 + pos: 13.5,7.5 parent: 2 - uid: 3225 components: - type: Transform - pos: -22.5,-72.5 + pos: 14.5,7.5 parent: 2 - uid: 3226 components: - type: Transform - pos: -21.5,-72.5 + pos: 15.5,7.5 parent: 2 - uid: 3227 components: - type: Transform - pos: -21.5,-71.5 + pos: 16.5,7.5 parent: 2 - uid: 3228 components: - type: Transform - pos: -20.5,-79.5 + pos: 17.5,7.5 parent: 2 - uid: 3229 components: - type: Transform - pos: -19.5,-79.5 + pos: 17.5,6.5 parent: 2 - uid: 3230 components: - type: Transform - pos: -19.5,-78.5 + pos: 17.5,5.5 parent: 2 - uid: 3231 components: - type: Transform - pos: 33.5,3.5 + pos: 17.5,4.5 parent: 2 - uid: 3232 components: - type: Transform - pos: 33.5,4.5 + pos: 17.5,3.5 parent: 2 - uid: 3233 components: - type: Transform - pos: 33.5,7.5 + pos: 17.5,2.5 parent: 2 - uid: 3234 components: - type: Transform - pos: 33.5,6.5 + pos: 17.5,1.5 parent: 2 - uid: 3235 components: - type: Transform - pos: 33.5,5.5 + pos: 17.5,0.5 parent: 2 - uid: 3236 components: - type: Transform - pos: 26.5,7.5 + pos: 17.5,-0.5 parent: 2 - uid: 3237 components: - type: Transform - pos: 33.5,0.5 + pos: 17.5,-1.5 parent: 2 - uid: 3238 components: - type: Transform - pos: 33.5,-0.5 + pos: 17.5,-2.5 parent: 2 - uid: 3239 components: - type: Transform - pos: 33.5,-1.5 + pos: 17.5,-3.5 parent: 2 - uid: 3240 components: - type: Transform - pos: 33.5,-2.5 + pos: 17.5,-4.5 parent: 2 - uid: 3241 components: - type: Transform - pos: 33.5,-3.5 + pos: 17.5,-5.5 parent: 2 - uid: 3242 components: - type: Transform - pos: 33.5,-4.5 + pos: 18.5,4.5 parent: 2 - uid: 3243 components: - type: Transform - pos: 33.5,-5.5 + pos: 16.5,-2.5 parent: 2 - uid: 3244 components: - type: Transform - pos: 27.5,7.5 + pos: 10.5,8.5 parent: 2 - uid: 3245 components: - type: Transform - pos: 28.5,7.5 + pos: 24.5,24.5 parent: 2 - uid: 3246 components: - type: Transform - pos: 29.5,7.5 + pos: 24.5,23.5 parent: 2 - uid: 3247 components: - type: Transform - pos: 30.5,7.5 + pos: 24.5,22.5 parent: 2 - uid: 3248 components: - type: Transform - pos: 31.5,7.5 + pos: 23.5,22.5 parent: 2 - uid: 3249 components: - type: Transform - pos: 32.5,7.5 + pos: 22.5,22.5 parent: 2 - uid: 3250 components: - type: Transform - pos: 26.5,8.5 + pos: 22.5,21.5 parent: 2 - uid: 3251 components: - type: Transform - pos: 26.5,9.5 + pos: 22.5,20.5 parent: 2 - uid: 3252 components: - type: Transform - pos: 26.5,10.5 + pos: 22.5,19.5 parent: 2 - uid: 3253 components: - type: Transform - pos: 26.5,11.5 + pos: 22.5,18.5 parent: 2 - uid: 3254 components: - type: Transform - pos: 26.5,12.5 + pos: 22.5,17.5 parent: 2 - uid: 3255 components: - type: Transform - pos: 26.5,13.5 + pos: 21.5,17.5 parent: 2 - uid: 3256 components: - type: Transform - pos: 25.5,7.5 + pos: 20.5,17.5 parent: 2 - uid: 3257 components: - type: Transform - pos: 24.5,7.5 + pos: 19.5,17.5 parent: 2 - uid: 3258 components: - type: Transform - pos: 23.5,7.5 + pos: 18.5,17.5 parent: 2 - uid: 3259 components: - type: Transform - pos: 22.5,7.5 + pos: 17.5,17.5 parent: 2 - uid: 3260 components: - type: Transform - pos: 21.5,7.5 + pos: 16.5,17.5 parent: 2 - uid: 3261 components: - type: Transform - pos: 34.5,0.5 + pos: 15.5,17.5 parent: 2 - uid: 3262 components: - type: Transform - pos: 37.5,-25.5 + pos: 14.5,17.5 parent: 2 - uid: 3263 components: - type: Transform - pos: 36.5,-25.5 + pos: 13.5,17.5 parent: 2 - uid: 3264 components: - type: Transform - pos: 36.5,-24.5 + pos: 12.5,17.5 parent: 2 - uid: 3265 components: - type: Transform - pos: 36.5,-23.5 + pos: 11.5,17.5 parent: 2 - uid: 3266 components: - type: Transform - pos: 36.5,-22.5 + pos: 10.5,17.5 parent: 2 - uid: 3267 components: - type: Transform - pos: 35.5,-22.5 + pos: 9.5,17.5 parent: 2 - uid: 3268 components: - type: Transform - pos: 35.5,-21.5 + pos: 8.5,17.5 parent: 2 - uid: 3269 components: - type: Transform - pos: 35.5,-25.5 + pos: 7.5,17.5 parent: 2 - uid: 3270 components: - type: Transform - pos: 34.5,-25.5 + pos: 11.5,18.5 parent: 2 - uid: 3271 components: - type: Transform - pos: 35.5,-26.5 + pos: 11.5,19.5 parent: 2 - uid: 3272 components: - type: Transform - pos: 35.5,-27.5 + pos: 11.5,20.5 parent: 2 - uid: 3273 components: - type: Transform - pos: 35.5,-28.5 + pos: 11.5,21.5 parent: 2 - uid: 3274 components: - type: Transform - pos: 35.5,-29.5 + pos: 16.5,18.5 parent: 2 - uid: 3275 components: - type: Transform - pos: 35.5,-30.5 + pos: 16.5,19.5 parent: 2 - uid: 3276 components: - type: Transform - pos: 35.5,-31.5 + pos: 16.5,20.5 parent: 2 - uid: 3277 components: - type: Transform - pos: 35.5,-32.5 + pos: 16.5,21.5 parent: 2 - uid: 3278 components: - type: Transform - pos: 35.5,-33.5 + pos: 17.5,21.5 parent: 2 - uid: 3279 components: - type: Transform - pos: 35.5,-34.5 + pos: 15.5,21.5 parent: 2 - uid: 3280 components: - type: Transform - pos: 35.5,-35.5 + pos: 6.5,17.5 parent: 2 - uid: 3281 components: - type: Transform - pos: 35.5,-36.5 + pos: 6.5,18.5 parent: 2 - uid: 3282 components: - type: Transform - pos: 36.5,-30.5 + pos: 6.5,19.5 parent: 2 - uid: 3283 components: - type: Transform - pos: 37.5,-30.5 + pos: 6.5,20.5 parent: 2 - uid: 3284 components: - type: Transform - pos: 38.5,-30.5 + pos: 6.5,21.5 parent: 2 - uid: 3285 components: - type: Transform - pos: 39.5,-30.5 + pos: 7.5,21.5 parent: 2 - uid: 3286 components: - type: Transform - pos: 31.5,-4.5 + pos: 5.5,21.5 parent: 2 - uid: 3287 components: - type: Transform - pos: -4.5,-10.5 + pos: 5.5,17.5 parent: 2 - uid: 3288 components: - type: Transform - pos: -4.5,-9.5 + pos: 4.5,17.5 parent: 2 - uid: 3289 components: - type: Transform - pos: -4.5,-8.5 + pos: 2.5,17.5 parent: 2 - uid: 3290 components: - type: Transform - pos: -4.5,-7.5 + pos: 3.5,17.5 parent: 2 - uid: 3291 components: - type: Transform - pos: -4.5,-6.5 + pos: 1.5,17.5 parent: 2 - uid: 3292 components: - type: Transform - pos: -4.5,-5.5 + pos: 0.5,17.5 parent: 2 - uid: 3293 components: - type: Transform - pos: 63.5,-5.5 + pos: 0.5,18.5 parent: 2 - uid: 3294 components: - type: Transform - pos: 62.5,-5.5 + pos: -0.5,18.5 parent: 2 - uid: 3295 components: - type: Transform - pos: 21.5,15.5 + pos: -0.5,19.5 parent: 2 - uid: 3296 components: - type: Transform - pos: 21.5,14.5 + pos: -0.5,20.5 parent: 2 - uid: 3297 components: - type: Transform - pos: 21.5,13.5 + pos: 0.5,20.5 parent: 2 - uid: 3298 components: - type: Transform - pos: 21.5,12.5 + pos: 1.5,20.5 parent: 2 - uid: 3299 components: - type: Transform - pos: 21.5,11.5 + pos: 24.5,21.5 parent: 2 - uid: 3300 components: - type: Transform - pos: 21.5,10.5 + pos: 25.5,21.5 parent: 2 - uid: 3301 components: - type: Transform - pos: 20.5,14.5 + pos: 26.5,21.5 parent: 2 - uid: 3302 components: - type: Transform - pos: 19.5,14.5 + pos: 27.5,21.5 parent: 2 - uid: 3303 components: - type: Transform - pos: 18.5,14.5 + pos: 28.5,21.5 parent: 2 - uid: 3304 components: - type: Transform - pos: 17.5,14.5 + pos: 23.5,17.5 parent: 2 - uid: 3305 components: - type: Transform - pos: 17.5,13.5 + pos: 24.5,17.5 parent: 2 - uid: 3306 components: - type: Transform - pos: 17.5,12.5 + pos: 25.5,17.5 parent: 2 - uid: 3307 components: - type: Transform - pos: 17.5,11.5 + pos: 25.5,16.5 parent: 2 - uid: 3308 components: - type: Transform - pos: 16.5,11.5 + pos: 26.5,17.5 parent: 2 - uid: 3309 components: - type: Transform - pos: 15.5,11.5 + pos: 27.5,17.5 parent: 2 - uid: 3310 components: - type: Transform - pos: 14.5,11.5 + pos: 28.5,17.5 parent: 2 - uid: 3311 components: - type: Transform - pos: 13.5,11.5 + pos: 29.5,17.5 parent: 2 - uid: 3312 components: - type: Transform - pos: 13.5,12.5 + pos: 40.5,7.5 parent: 2 - uid: 3313 components: - type: Transform - pos: 13.5,13.5 + pos: 29.5,15.5 parent: 2 - uid: 3314 components: - type: Transform - pos: 12.5,13.5 + pos: 29.5,21.5 parent: 2 - uid: 3315 components: - type: Transform - pos: 11.5,13.5 + pos: 30.5,21.5 parent: 2 - uid: 3316 components: - type: Transform - pos: 11.5,12.5 + pos: 31.5,21.5 parent: 2 - uid: 3317 components: - type: Transform - pos: 11.5,11.5 + pos: 32.5,21.5 parent: 2 - uid: 3318 components: - type: Transform - pos: 11.5,10.5 + pos: 32.5,22.5 parent: 2 - uid: 3319 components: - type: Transform - pos: 11.5,9.5 + pos: 32.5,23.5 parent: 2 - uid: 3320 components: - type: Transform - pos: 11.5,8.5 + pos: 29.5,22.5 parent: 2 - uid: 3321 components: - type: Transform - pos: 11.5,7.5 + pos: 29.5,23.5 parent: 2 - uid: 3322 components: - type: Transform - pos: 11.5,6.5 + pos: 29.5,24.5 parent: 2 - uid: 3323 components: - type: Transform - pos: 12.5,8.5 + pos: 29.5,25.5 parent: 2 - uid: 3324 components: - type: Transform - pos: 13.5,8.5 + pos: 29.5,26.5 parent: 2 - uid: 3325 components: - type: Transform - pos: 13.5,7.5 + pos: 29.5,27.5 parent: 2 - uid: 3326 components: - type: Transform - pos: 14.5,7.5 + pos: 29.5,28.5 parent: 2 - uid: 3327 components: - type: Transform - pos: 15.5,7.5 + pos: 29.5,29.5 parent: 2 - uid: 3328 components: - type: Transform - pos: 16.5,7.5 + pos: 29.5,30.5 parent: 2 - uid: 3329 components: - type: Transform - pos: 17.5,7.5 + pos: 29.5,31.5 parent: 2 - uid: 3330 components: - type: Transform - pos: 17.5,6.5 + pos: 30.5,31.5 parent: 2 - uid: 3331 components: - type: Transform - pos: 17.5,5.5 + pos: 32.5,31.5 parent: 2 - uid: 3332 components: - type: Transform - pos: 17.5,4.5 + pos: 31.5,31.5 parent: 2 - uid: 3333 components: - type: Transform - pos: 17.5,3.5 + pos: 28.5,31.5 parent: 2 - uid: 3334 components: - type: Transform - pos: 17.5,2.5 + pos: 27.5,31.5 parent: 2 - uid: 3335 components: - type: Transform - pos: 17.5,1.5 + pos: 27.5,30.5 parent: 2 - uid: 3336 components: - type: Transform - pos: 17.5,0.5 + pos: 27.5,29.5 parent: 2 - uid: 3337 components: - type: Transform - pos: 17.5,-0.5 + pos: 32.5,30.5 parent: 2 - uid: 3338 components: - type: Transform - pos: 17.5,-1.5 + pos: 32.5,29.5 parent: 2 - uid: 3339 components: - type: Transform - pos: 17.5,-2.5 + pos: 27.5,28.5 parent: 2 - uid: 3340 components: - type: Transform - pos: 17.5,-3.5 + pos: 32.5,28.5 parent: 2 - uid: 3341 components: - type: Transform - pos: 17.5,-4.5 + pos: -8.5,-41.5 parent: 2 - uid: 3342 components: - type: Transform - pos: 17.5,-5.5 + pos: -8.5,-40.5 parent: 2 - uid: 3343 components: - type: Transform - pos: 18.5,4.5 + pos: -8.5,-39.5 parent: 2 - uid: 3344 components: - type: Transform - pos: 16.5,-2.5 + pos: -8.5,-38.5 parent: 2 - uid: 3345 components: - type: Transform - pos: 10.5,8.5 + pos: -8.5,-37.5 parent: 2 - uid: 3346 components: - type: Transform - pos: 24.5,24.5 + pos: -8.5,-36.5 parent: 2 - uid: 3347 components: - type: Transform - pos: 24.5,23.5 + pos: -9.5,-36.5 parent: 2 - uid: 3348 components: - type: Transform - pos: 24.5,22.5 + pos: -10.5,-36.5 parent: 2 - uid: 3349 components: - type: Transform - pos: 23.5,22.5 + pos: -11.5,-36.5 parent: 2 - uid: 3350 components: - type: Transform - pos: 22.5,22.5 + pos: -12.5,-36.5 parent: 2 - uid: 3351 components: - type: Transform - pos: 22.5,21.5 + pos: -12.5,-37.5 parent: 2 - uid: 3352 components: - type: Transform - pos: 22.5,20.5 + pos: -12.5,-38.5 parent: 2 - uid: 3353 components: - type: Transform - pos: 22.5,19.5 + pos: -13.5,-38.5 parent: 2 - uid: 3354 components: - type: Transform - pos: 22.5,18.5 + pos: -14.5,-38.5 parent: 2 - uid: 3355 components: - type: Transform - pos: 22.5,17.5 + pos: -15.5,-38.5 parent: 2 - uid: 3356 components: - type: Transform - pos: 21.5,17.5 + pos: -11.5,-35.5 parent: 2 - uid: 3357 components: - type: Transform - pos: 20.5,17.5 + pos: -11.5,-34.5 parent: 2 - uid: 3358 components: - type: Transform - pos: 19.5,17.5 + pos: -11.5,-33.5 parent: 2 - uid: 3359 components: - type: Transform - pos: 18.5,17.5 + pos: -10.5,-33.5 parent: 2 - uid: 3360 components: - type: Transform - pos: 17.5,17.5 + pos: -9.5,-33.5 parent: 2 - uid: 3361 components: - type: Transform - pos: 16.5,17.5 + pos: -12.5,-39.5 parent: 2 - uid: 3362 components: - type: Transform - pos: 15.5,17.5 + pos: -11.5,-39.5 parent: 2 - uid: 3363 components: - type: Transform - pos: 14.5,17.5 + pos: 21.5,-47.5 parent: 2 - uid: 3364 components: - type: Transform - pos: 13.5,17.5 + pos: -55.5,-27.5 parent: 2 - uid: 3365 components: - type: Transform - pos: 12.5,17.5 + pos: -54.5,-27.5 parent: 2 - uid: 3366 components: - type: Transform - pos: 11.5,17.5 + pos: -53.5,-27.5 parent: 2 - uid: 3367 components: - type: Transform - pos: 10.5,17.5 + pos: 17.5,-49.5 parent: 2 - uid: 3368 components: - type: Transform - pos: 9.5,17.5 + pos: 18.5,-51.5 parent: 2 - uid: 3369 components: - type: Transform - pos: 8.5,17.5 + pos: 21.5,-48.5 parent: 2 - uid: 3370 components: - type: Transform - pos: 7.5,17.5 + pos: 21.5,-49.5 parent: 2 - uid: 3371 components: - type: Transform - pos: 11.5,18.5 + pos: 20.5,-50.5 parent: 2 - uid: 3372 components: - type: Transform - pos: 11.5,19.5 + pos: 27.5,3.5 parent: 2 - uid: 3373 components: - type: Transform - pos: 11.5,20.5 + pos: 18.5,-50.5 parent: 2 - uid: 3374 components: - type: Transform - pos: 11.5,21.5 + pos: 17.5,-50.5 parent: 2 - uid: 3375 components: - type: Transform - pos: 16.5,18.5 + pos: -13.5,42.5 parent: 2 - uid: 3376 components: - type: Transform - pos: 16.5,19.5 + pos: -7.5,-8.5 parent: 2 - uid: 3377 components: - type: Transform - pos: 16.5,20.5 + pos: 34.5,18.5 parent: 2 - uid: 3378 components: - type: Transform - pos: 16.5,21.5 + pos: 35.5,18.5 parent: 2 - uid: 3379 components: - type: Transform - pos: 17.5,21.5 + pos: 46.5,5.5 parent: 2 - uid: 3380 components: - type: Transform - pos: 15.5,21.5 + pos: 44.5,5.5 parent: 2 - uid: 3381 components: - type: Transform - pos: 6.5,17.5 + pos: 45.5,5.5 parent: 2 - uid: 3382 components: - type: Transform - pos: 6.5,18.5 + pos: 59.5,-5.5 parent: 2 - uid: 3383 components: - type: Transform - pos: 6.5,19.5 + pos: 61.5,-5.5 parent: 2 - uid: 3384 components: - type: Transform - pos: 6.5,20.5 + pos: 58.5,11.5 parent: 2 - uid: 3385 components: - type: Transform - pos: 6.5,21.5 + pos: 58.5,12.5 parent: 2 - uid: 3386 components: - type: Transform - pos: 7.5,21.5 + pos: 58.5,13.5 parent: 2 - uid: 3387 components: - type: Transform - pos: 5.5,21.5 + pos: 58.5,14.5 parent: 2 - uid: 3388 components: - type: Transform - pos: 5.5,17.5 + pos: 58.5,15.5 parent: 2 - uid: 3389 components: - type: Transform - pos: 4.5,17.5 + pos: 58.5,16.5 parent: 2 - uid: 3390 components: - type: Transform - pos: 2.5,17.5 + pos: 57.5,16.5 parent: 2 - uid: 3391 components: - type: Transform - pos: 3.5,17.5 + pos: 57.5,17.5 parent: 2 - uid: 3392 components: - type: Transform - pos: 1.5,17.5 + pos: 57.5,18.5 parent: 2 - uid: 3393 components: - type: Transform - pos: 0.5,17.5 + pos: 56.5,18.5 parent: 2 - uid: 3394 components: - type: Transform - pos: 0.5,18.5 + pos: 56.5,19.5 parent: 2 - uid: 3395 components: - type: Transform - pos: -0.5,18.5 + pos: 56.5,20.5 parent: 2 - uid: 3396 components: - type: Transform - pos: -0.5,19.5 + pos: 55.5,20.5 parent: 2 - uid: 3397 components: - type: Transform - pos: -0.5,20.5 + pos: 54.5,20.5 parent: 2 - uid: 3398 components: - type: Transform - pos: 0.5,20.5 + pos: 56.5,21.5 parent: 2 - uid: 3399 components: - type: Transform - pos: 1.5,20.5 + pos: 58.5,21.5 parent: 2 - uid: 3400 components: - type: Transform - pos: 24.5,21.5 + pos: 57.5,21.5 parent: 2 - uid: 3401 components: - type: Transform - pos: 25.5,21.5 + pos: 58.5,21.5 parent: 2 - uid: 3402 components: - type: Transform - pos: 26.5,21.5 + pos: 53.5,20.5 parent: 2 - uid: 3403 components: - type: Transform - pos: 27.5,21.5 + pos: 52.5,20.5 parent: 2 - uid: 3404 components: - type: Transform - pos: 28.5,21.5 + pos: 51.5,20.5 parent: 2 - uid: 3405 components: - type: Transform - pos: 23.5,17.5 + pos: 50.5,20.5 parent: 2 - uid: 3406 components: - type: Transform - pos: 24.5,17.5 + pos: 49.5,20.5 parent: 2 - uid: 3407 components: - type: Transform - pos: 25.5,17.5 + pos: 48.5,20.5 parent: 2 - uid: 3408 components: - type: Transform - pos: 25.5,16.5 + pos: 47.5,20.5 parent: 2 - uid: 3409 components: - type: Transform - pos: 26.5,17.5 + pos: 46.5,20.5 parent: 2 - uid: 3410 components: - type: Transform - pos: 27.5,17.5 + pos: 46.5,21.5 parent: 2 - uid: 3411 components: - type: Transform - pos: 28.5,17.5 + pos: 49.5,21.5 parent: 2 - uid: 3412 components: - type: Transform - pos: 29.5,17.5 + pos: 52.5,21.5 parent: 2 - uid: 3413 components: - type: Transform - pos: 40.5,7.5 + pos: 54.5,21.5 parent: 2 - uid: 3414 components: - type: Transform - pos: 29.5,15.5 + pos: 59.5,18.5 parent: 2 - uid: 3415 components: - type: Transform - pos: 29.5,21.5 + pos: 58.5,18.5 parent: 2 - uid: 3416 components: - type: Transform - pos: 30.5,21.5 + pos: 59.5,15.5 parent: 2 - uid: 3417 components: - type: Transform - pos: 31.5,21.5 + pos: 60.5,13.5 parent: 2 - uid: 3418 components: - type: Transform - pos: 32.5,21.5 + pos: 59.5,13.5 parent: 2 - uid: 3419 components: - type: Transform - pos: 32.5,22.5 + pos: 61.5,13.5 parent: 2 - uid: 3420 components: - type: Transform - pos: 32.5,23.5 + pos: 57.5,11.5 parent: 2 - uid: 3421 components: - type: Transform - pos: 29.5,22.5 + pos: 56.5,11.5 parent: 2 - uid: 3422 components: - type: Transform - pos: 29.5,23.5 + pos: 56.5,10.5 parent: 2 - uid: 3423 components: - type: Transform - pos: 29.5,24.5 + pos: 56.5,9.5 parent: 2 - uid: 3424 components: - type: Transform - pos: 29.5,25.5 + pos: 56.5,8.5 parent: 2 - uid: 3425 components: - type: Transform - pos: 29.5,26.5 + pos: 56.5,7.5 parent: 2 - uid: 3426 components: - type: Transform - pos: 29.5,27.5 + pos: 56.5,6.5 parent: 2 - uid: 3427 components: - type: Transform - pos: 29.5,28.5 + pos: 55.5,6.5 parent: 2 - uid: 3428 components: - type: Transform - pos: 29.5,29.5 + pos: 54.5,6.5 parent: 2 - uid: 3429 components: - type: Transform - pos: 29.5,30.5 + pos: 53.5,6.5 parent: 2 - uid: 3430 components: - type: Transform - pos: 29.5,31.5 + pos: 52.5,6.5 parent: 2 - uid: 3431 components: - type: Transform - pos: 30.5,31.5 + pos: 51.5,6.5 parent: 2 - uid: 3432 components: - type: Transform - pos: 32.5,31.5 + pos: 50.5,6.5 parent: 2 - uid: 3433 components: - type: Transform - pos: 31.5,31.5 + pos: 49.5,6.5 parent: 2 - uid: 3434 components: - type: Transform - pos: 28.5,31.5 + pos: 48.5,6.5 parent: 2 - uid: 3435 components: - type: Transform - pos: 27.5,31.5 + pos: 47.5,6.5 parent: 2 - uid: 3436 components: - type: Transform - pos: 27.5,30.5 + pos: 47.5,7.5 parent: 2 - uid: 3437 components: - type: Transform - pos: 27.5,29.5 + pos: 47.5,8.5 parent: 2 - uid: 3438 components: - type: Transform - pos: 32.5,30.5 + pos: 48.5,10.5 parent: 2 - uid: 3439 components: - type: Transform - pos: 32.5,29.5 + pos: 47.5,10.5 parent: 2 - uid: 3440 components: - type: Transform - pos: 27.5,28.5 + pos: 47.5,11.5 parent: 2 - uid: 3441 components: - type: Transform - pos: 32.5,28.5 + pos: 47.5,12.5 parent: 2 - uid: 3442 components: - type: Transform - pos: -8.5,-41.5 + pos: 47.5,13.5 parent: 2 - uid: 3443 components: - type: Transform - pos: -8.5,-40.5 + pos: 47.5,14.5 parent: 2 - uid: 3444 components: - type: Transform - pos: -8.5,-39.5 + pos: 47.5,15.5 parent: 2 - uid: 3445 components: - type: Transform - pos: -8.5,-38.5 + pos: 48.5,13.5 parent: 2 - uid: 3446 components: - type: Transform - pos: -8.5,-37.5 + pos: 49.5,13.5 parent: 2 - uid: 3447 components: - type: Transform - pos: -8.5,-36.5 + pos: 49.5,14.5 parent: 2 - uid: 3448 components: - type: Transform - pos: -9.5,-36.5 + pos: 49.5,15.5 parent: 2 - uid: 3449 components: - type: Transform - pos: -10.5,-36.5 + pos: 49.5,16.5 parent: 2 - uid: 3450 components: - type: Transform - pos: -11.5,-36.5 + pos: 50.5,16.5 parent: 2 - uid: 3451 components: - type: Transform - pos: -12.5,-36.5 + pos: 51.5,16.5 parent: 2 - uid: 3452 components: - type: Transform - pos: -12.5,-37.5 + pos: 52.5,16.5 parent: 2 - uid: 3453 components: - type: Transform - pos: -12.5,-38.5 + pos: 53.5,16.5 parent: 2 - uid: 3454 components: - type: Transform - pos: -13.5,-38.5 + pos: 54.5,16.5 parent: 2 - uid: 3455 components: - type: Transform - pos: -14.5,-38.5 + pos: 55.5,16.5 parent: 2 - uid: 3456 components: - type: Transform - pos: -15.5,-38.5 + pos: 50.5,17.5 parent: 2 - uid: 3457 components: - type: Transform - pos: -11.5,-35.5 + pos: 50.5,18.5 parent: 2 - uid: 3458 components: - type: Transform - pos: -11.5,-34.5 + pos: 49.5,12.5 parent: 2 - uid: 3459 components: - type: Transform - pos: -11.5,-33.5 + pos: 50.5,12.5 parent: 2 - uid: 3460 components: - type: Transform - pos: -10.5,-33.5 + pos: 50.5,11.5 parent: 2 - uid: 3461 components: - type: Transform - pos: -9.5,-33.5 + pos: 50.5,10.5 parent: 2 - uid: 3462 components: - type: Transform - pos: -12.5,-39.5 + pos: 50.5,9.5 parent: 2 - uid: 3463 components: - type: Transform - pos: -11.5,-39.5 + pos: 51.5,9.5 parent: 2 - uid: 3464 components: - type: Transform - pos: 21.5,-47.5 + pos: 52.5,9.5 parent: 2 - uid: 3465 components: - type: Transform - pos: -55.5,-27.5 + pos: 53.5,9.5 parent: 2 - uid: 3466 components: - type: Transform - pos: -54.5,-27.5 + pos: 53.5,10.5 parent: 2 - uid: 3467 components: - type: Transform - pos: -53.5,-27.5 + pos: 53.5,11.5 parent: 2 - uid: 3468 components: - type: Transform - pos: 17.5,-49.5 + pos: 53.5,12.5 parent: 2 - uid: 3469 components: - type: Transform - pos: 18.5,-51.5 + pos: 59.5,11.5 parent: 2 - uid: 3470 components: - type: Transform - pos: 21.5,-48.5 + pos: 59.5,10.5 parent: 2 - uid: 3471 components: - type: Transform - pos: 21.5,-49.5 + pos: 59.5,9.5 parent: 2 - uid: 3472 components: - type: Transform - pos: 20.5,-50.5 + pos: 60.5,9.5 parent: 2 - uid: 3473 components: - type: Transform - pos: 27.5,3.5 + pos: 60.5,8.5 parent: 2 - uid: 3474 components: - type: Transform - pos: 18.5,-50.5 + pos: 60.5,7.5 parent: 2 - uid: 3475 components: - type: Transform - pos: 17.5,-50.5 + pos: 60.5,6.5 parent: 2 - uid: 3476 components: - type: Transform - pos: -13.5,42.5 + pos: 60.5,5.5 parent: 2 - uid: 3477 components: - type: Transform - pos: -7.5,-8.5 + pos: 60.5,4.5 parent: 2 - uid: 3478 components: - type: Transform - pos: 34.5,18.5 + pos: 61.5,4.5 parent: 2 - uid: 3479 components: - type: Transform - pos: 35.5,18.5 + pos: 62.5,4.5 parent: 2 - uid: 3480 components: - type: Transform - pos: 46.5,5.5 + pos: 62.5,5.5 parent: 2 - uid: 3481 components: - type: Transform - pos: 44.5,5.5 + pos: 60.5,-5.5 parent: 2 - uid: 3482 components: - type: Transform - pos: 45.5,5.5 + pos: 45.5,20.5 parent: 2 - uid: 3483 components: - type: Transform - pos: 59.5,-5.5 + pos: 44.5,20.5 parent: 2 - uid: 3484 components: - type: Transform - pos: 61.5,-5.5 + pos: 43.5,20.5 parent: 2 - uid: 3485 components: - type: Transform - pos: 58.5,11.5 + pos: 42.5,20.5 parent: 2 - uid: 3486 components: - type: Transform - pos: 58.5,12.5 + pos: 41.5,20.5 parent: 2 - uid: 3487 components: - type: Transform - pos: 58.5,13.5 + pos: 40.5,20.5 parent: 2 - uid: 3488 components: - type: Transform - pos: 58.5,14.5 + pos: 39.5,20.5 parent: 2 - uid: 3489 components: - type: Transform - pos: 58.5,15.5 + pos: 38.5,20.5 parent: 2 - uid: 3490 components: - type: Transform - pos: 58.5,16.5 + pos: 37.5,20.5 parent: 2 - uid: 3491 components: - type: Transform - pos: 57.5,16.5 + pos: 36.5,20.5 parent: 2 - uid: 3492 components: - type: Transform - pos: 57.5,17.5 + pos: 35.5,20.5 parent: 2 - uid: 3493 components: - type: Transform - pos: 57.5,18.5 + pos: 35.5,19.5 parent: 2 - uid: 3494 components: - type: Transform - pos: 56.5,18.5 + pos: 46.5,11.5 parent: 2 - uid: 3495 components: - type: Transform - pos: 56.5,19.5 + pos: 45.5,11.5 parent: 2 - uid: 3496 components: - type: Transform - pos: 56.5,20.5 + pos: 43.5,11.5 parent: 2 - uid: 3497 components: - type: Transform - pos: 55.5,20.5 + pos: 42.5,11.5 parent: 2 - uid: 3498 components: - type: Transform - pos: 54.5,20.5 + pos: 41.5,11.5 parent: 2 - uid: 3499 components: - type: Transform - pos: 56.5,21.5 + pos: 40.5,11.5 parent: 2 - uid: 3500 components: - type: Transform - pos: 58.5,21.5 + pos: 41.5,10.5 parent: 2 - uid: 3501 components: - type: Transform - pos: 57.5,21.5 + pos: 41.5,9.5 parent: 2 - uid: 3502 components: - type: Transform - pos: 58.5,21.5 + pos: 41.5,8.5 parent: 2 - uid: 3503 components: - type: Transform - pos: 53.5,20.5 + pos: 41.5,7.5 parent: 2 - uid: 3504 components: - type: Transform - pos: 52.5,20.5 + pos: 41.5,6.5 parent: 2 - uid: 3505 components: - type: Transform - pos: 51.5,20.5 + pos: 41.5,5.5 parent: 2 - uid: 3506 components: - type: Transform - pos: 50.5,20.5 + pos: 41.5,4.5 parent: 2 - uid: 3507 components: - type: Transform - pos: 49.5,20.5 + pos: 40.5,12.5 parent: 2 - uid: 3508 components: - type: Transform - pos: 48.5,20.5 + pos: 40.5,13.5 parent: 2 - uid: 3509 components: - type: Transform - pos: 47.5,20.5 + pos: 40.5,14.5 parent: 2 - uid: 3510 components: - type: Transform - pos: 46.5,20.5 + pos: 39.5,14.5 parent: 2 - uid: 3511 components: - type: Transform - pos: 46.5,21.5 + pos: 38.5,14.5 parent: 2 - uid: 3512 components: - type: Transform - pos: 49.5,21.5 + pos: 37.5,14.5 parent: 2 - uid: 3513 components: - type: Transform - pos: 52.5,21.5 + pos: 36.5,14.5 parent: 2 - uid: 3514 components: - type: Transform - pos: 54.5,21.5 + pos: 35.5,14.5 parent: 2 - uid: 3515 components: - type: Transform - pos: 59.5,18.5 + pos: 34.5,14.5 parent: 2 - uid: 3516 components: - type: Transform - pos: 58.5,18.5 + pos: 33.5,14.5 parent: 2 - uid: 3517 components: - type: Transform - pos: 59.5,15.5 + pos: 32.5,14.5 parent: 2 - uid: 3518 components: - type: Transform - pos: 60.5,13.5 + pos: 31.5,14.5 parent: 2 - uid: 3519 components: - type: Transform - pos: 59.5,13.5 + pos: 35.5,15.5 parent: 2 - uid: 3520 components: - type: Transform - pos: 61.5,13.5 + pos: 35.5,16.5 parent: 2 - uid: 3521 components: - type: Transform - pos: 57.5,11.5 + pos: 32.5,13.5 parent: 2 - uid: 3522 components: - type: Transform - pos: 56.5,11.5 + pos: 32.5,12.5 parent: 2 - uid: 3523 components: - type: Transform - pos: 56.5,10.5 + pos: 32.5,11.5 parent: 2 - uid: 3524 components: - type: Transform - pos: 56.5,9.5 + pos: 30.5,14.5 parent: 2 - uid: 3525 components: - type: Transform - pos: 56.5,8.5 + pos: 29.5,14.5 parent: 2 - uid: 3526 components: - type: Transform - pos: 56.5,7.5 + pos: 29.5,13.5 parent: 2 - uid: 3527 components: - type: Transform - pos: 56.5,6.5 + pos: 29.5,12.5 parent: 2 - uid: 3528 components: - type: Transform - pos: 55.5,6.5 + pos: 29.5,11.5 parent: 2 - uid: 3529 components: - type: Transform - pos: 54.5,6.5 + pos: 35.5,13.5 parent: 2 - uid: 3530 components: - type: Transform - pos: 53.5,6.5 + pos: 35.5,12.5 parent: 2 - uid: 3531 components: - type: Transform - pos: 52.5,6.5 + pos: 35.5,11.5 parent: 2 - uid: 3532 components: - type: Transform - pos: 51.5,6.5 + pos: 38.5,7.5 parent: 2 - uid: 3533 components: - type: Transform - pos: 50.5,6.5 + pos: 37.5,7.5 parent: 2 - uid: 3534 components: - type: Transform - pos: 49.5,6.5 + pos: 40.5,4.5 parent: 2 - uid: 3535 components: - type: Transform - pos: 48.5,6.5 + pos: 39.5,4.5 parent: 2 - uid: 3536 components: - type: Transform - pos: 47.5,6.5 + pos: 37.5,4.5 parent: 2 - uid: 3537 components: - type: Transform - pos: 47.5,7.5 + pos: 38.5,4.5 parent: 2 - uid: 3538 components: - type: Transform - pos: 47.5,8.5 + pos: -12.5,42.5 parent: 2 - uid: 3539 components: - type: Transform - pos: 48.5,10.5 + pos: 51.5,11.5 parent: 2 - uid: 3540 components: - type: Transform - pos: 47.5,10.5 + pos: 55.5,13.5 parent: 2 - uid: 3541 components: - type: Transform - pos: 47.5,11.5 + pos: 55.5,14.5 parent: 2 - uid: 3542 components: - type: Transform - pos: 47.5,12.5 + pos: 54.5,14.5 parent: 2 - uid: 3543 components: - type: Transform - pos: 47.5,13.5 + pos: 53.5,14.5 parent: 2 - uid: 3544 components: - type: Transform - pos: 47.5,14.5 + pos: 52.5,14.5 parent: 2 - uid: 3545 components: - type: Transform - pos: 47.5,15.5 + pos: 51.5,14.5 parent: 2 - uid: 3546 components: - type: Transform - pos: 48.5,13.5 + pos: 51.5,13.5 parent: 2 - uid: 3547 components: - type: Transform - pos: 49.5,13.5 + pos: 51.5,12.5 parent: 2 - uid: 3548 components: - type: Transform - pos: 49.5,14.5 + pos: 49.5,10.5 parent: 2 - uid: 3549 components: - type: Transform - pos: 49.5,15.5 + pos: 45.5,7.5 parent: 2 - uid: 3550 components: - type: Transform - pos: 49.5,16.5 + pos: 42.5,21.5 parent: 2 - uid: 3551 components: - type: Transform - pos: 50.5,16.5 + pos: 42.5,22.5 parent: 2 - uid: 3552 components: - type: Transform - pos: 51.5,16.5 + pos: 49.5,3.5 parent: 2 - uid: 3553 components: - type: Transform - pos: 52.5,16.5 + pos: 49.5,2.5 parent: 2 - uid: 3554 components: - type: Transform - pos: 53.5,16.5 + pos: 48.5,2.5 parent: 2 - uid: 3555 components: - type: Transform - pos: 54.5,16.5 + pos: 48.5,1.5 parent: 2 - uid: 3556 components: - type: Transform - pos: 55.5,16.5 + pos: 47.5,1.5 parent: 2 - uid: 3557 components: - type: Transform - pos: 50.5,17.5 + pos: 46.5,1.5 parent: 2 - uid: 3558 components: - type: Transform - pos: 50.5,18.5 + pos: 45.5,1.5 parent: 2 - uid: 3559 components: - type: Transform - pos: 49.5,12.5 + pos: 44.5,1.5 parent: 2 - uid: 3560 components: - type: Transform - pos: 50.5,12.5 + pos: 43.5,1.5 parent: 2 - uid: 3561 components: - type: Transform - pos: 50.5,11.5 + pos: 42.5,1.5 parent: 2 - uid: 3562 components: - type: Transform - pos: 50.5,10.5 + pos: 42.5,0.5 parent: 2 - uid: 3563 components: - type: Transform - pos: 50.5,9.5 + pos: 42.5,-0.5 parent: 2 - uid: 3564 components: - type: Transform - pos: 51.5,9.5 + pos: 42.5,-1.5 parent: 2 - uid: 3565 components: - type: Transform - pos: 52.5,9.5 + pos: 42.5,-2.5 parent: 2 - uid: 3566 components: - type: Transform - pos: 53.5,9.5 + pos: 42.5,-3.5 parent: 2 - uid: 3567 components: - type: Transform - pos: 53.5,10.5 + pos: 41.5,-1.5 parent: 2 - uid: 3568 components: - type: Transform - pos: 53.5,11.5 + pos: 40.5,-1.5 parent: 2 - uid: 3569 components: - type: Transform - pos: 53.5,12.5 + pos: 39.5,-1.5 parent: 2 - uid: 3570 components: - type: Transform - pos: 59.5,11.5 + pos: 38.5,-1.5 parent: 2 - uid: 3571 components: - type: Transform - pos: 59.5,10.5 + pos: 37.5,-1.5 parent: 2 - uid: 3572 components: - type: Transform - pos: 59.5,9.5 + pos: 37.5,-2.5 parent: 2 - uid: 3573 components: - type: Transform - pos: 60.5,9.5 + pos: 37.5,-3.5 parent: 2 - uid: 3574 components: - type: Transform - pos: 60.5,8.5 + pos: 43.5,-1.5 parent: 2 - uid: 3575 components: - type: Transform - pos: 60.5,7.5 + pos: 44.5,-1.5 parent: 2 - uid: 3576 components: - type: Transform - pos: 60.5,6.5 + pos: 44.5,-2.5 parent: 2 - uid: 3577 components: - type: Transform - pos: 60.5,5.5 + pos: 38.5,-3.5 parent: 2 - uid: 3578 components: - type: Transform - pos: 60.5,4.5 + pos: 38.5,-4.5 parent: 2 - uid: 3579 components: - type: Transform - pos: 61.5,4.5 + pos: 38.5,-5.5 parent: 2 - uid: 3580 components: - type: Transform - pos: 62.5,4.5 + pos: 38.5,-6.5 parent: 2 - uid: 3581 components: - type: Transform - pos: 62.5,5.5 + pos: 38.5,-8.5 parent: 2 - uid: 3582 components: - type: Transform - pos: 60.5,-5.5 + pos: 38.5,-7.5 parent: 2 - uid: 3583 components: - type: Transform - pos: 45.5,20.5 + pos: 39.5,-8.5 parent: 2 - uid: 3584 components: - type: Transform - pos: 44.5,20.5 + pos: 46.5,0.5 parent: 2 - uid: 3585 components: - type: Transform - pos: 43.5,20.5 + pos: 46.5,-0.5 parent: 2 - uid: 3586 components: - type: Transform - pos: 42.5,20.5 + pos: 46.5,-1.5 parent: 2 - uid: 3587 components: - type: Transform - pos: 41.5,20.5 + pos: 47.5,-1.5 parent: 2 - uid: 3588 components: - type: Transform - pos: 40.5,20.5 + pos: 47.5,-2.5 parent: 2 - uid: 3589 components: - type: Transform - pos: 39.5,20.5 + pos: 41.5,1.5 parent: 2 - uid: 3590 components: - type: Transform - pos: 38.5,20.5 + pos: 40.5,1.5 parent: 2 - uid: 3591 components: - type: Transform - pos: 37.5,20.5 + pos: 39.5,1.5 parent: 2 - uid: 3592 components: - type: Transform - pos: 36.5,20.5 + pos: 38.5,1.5 parent: 2 - uid: 3593 components: - type: Transform - pos: 35.5,20.5 + pos: 37.5,1.5 parent: 2 - uid: 3594 components: - type: Transform - pos: 35.5,19.5 + pos: 41.5,2.5 parent: 2 - uid: 3595 components: - type: Transform - pos: 46.5,11.5 + pos: 48.5,0.5 parent: 2 - uid: 3596 components: - type: Transform - pos: 45.5,11.5 + pos: 49.5,0.5 parent: 2 - uid: 3597 components: - type: Transform - pos: 43.5,11.5 + pos: 50.5,0.5 parent: 2 - uid: 3598 components: - type: Transform - pos: 42.5,11.5 + pos: 51.5,0.5 parent: 2 - uid: 3599 components: - type: Transform - pos: 41.5,11.5 + pos: 52.5,0.5 parent: 2 - uid: 3600 components: - type: Transform - pos: 40.5,11.5 + pos: 52.5,1.5 parent: 2 - uid: 3601 components: - type: Transform - pos: 41.5,10.5 + pos: 52.5,2.5 parent: 2 - uid: 3602 components: - type: Transform - pos: 41.5,9.5 + pos: 53.5,0.5 parent: 2 - uid: 3603 components: - type: Transform - pos: 41.5,8.5 + pos: 53.5,-0.5 parent: 2 - uid: 3604 components: - type: Transform - pos: 41.5,7.5 + pos: 54.5,-0.5 parent: 2 - uid: 3605 components: - type: Transform - pos: 41.5,6.5 + pos: 55.5,-0.5 parent: 2 - uid: 3606 components: - type: Transform - pos: 41.5,5.5 + pos: 56.5,-0.5 parent: 2 - uid: 3607 components: - type: Transform - pos: 41.5,4.5 + pos: 57.5,-0.5 parent: 2 - uid: 3608 components: - type: Transform - pos: 40.5,12.5 + pos: 57.5,0.5 parent: 2 - uid: 3609 components: - type: Transform - pos: 40.5,13.5 + pos: 57.5,1.5 parent: 2 - uid: 3610 components: - type: Transform - pos: 40.5,14.5 + pos: 58.5,1.5 parent: 2 - uid: 3611 components: - type: Transform - pos: 39.5,14.5 + pos: 59.5,1.5 parent: 2 - uid: 3612 components: - type: Transform - pos: 38.5,14.5 + pos: 60.5,1.5 parent: 2 - uid: 3613 components: - type: Transform - pos: 37.5,14.5 + pos: 61.5,1.5 parent: 2 - uid: 3614 components: - type: Transform - pos: 36.5,14.5 + pos: 62.5,1.5 parent: 2 - uid: 3615 components: - type: Transform - pos: 35.5,14.5 + pos: 56.5,-1.5 parent: 2 - uid: 3616 components: - type: Transform - pos: 34.5,14.5 + pos: 56.5,-2.5 parent: 2 - uid: 3617 components: - type: Transform - pos: 33.5,14.5 + pos: 56.5,-3.5 parent: 2 - uid: 3618 components: - type: Transform - pos: 32.5,14.5 + pos: 51.5,-0.5 parent: 2 - uid: 3619 components: - type: Transform - pos: 31.5,14.5 + pos: 51.5,-1.5 parent: 2 - uid: 3620 components: - type: Transform - pos: 35.5,15.5 + pos: 51.5,-2.5 parent: 2 - uid: 3621 components: - type: Transform - pos: 35.5,16.5 + pos: 52.5,-2.5 parent: 2 - uid: 3622 components: - type: Transform - pos: 32.5,13.5 + pos: 52.5,-3.5 parent: 2 - uid: 3623 components: - type: Transform - pos: 32.5,12.5 + pos: 52.5,-5.5 parent: 2 - uid: 3624 components: - type: Transform - pos: 32.5,11.5 + pos: 59.5,21.5 parent: 2 - uid: 3625 components: - type: Transform - pos: 30.5,14.5 + pos: 60.5,21.5 parent: 2 - uid: 3626 components: - type: Transform - pos: 29.5,14.5 + pos: 61.5,21.5 parent: 2 - uid: 3627 components: - type: Transform - pos: 29.5,13.5 + pos: 67.5,-11.5 parent: 2 - uid: 3628 components: - type: Transform - pos: 29.5,12.5 + pos: 68.5,-11.5 parent: 2 - uid: 3629 components: - type: Transform - pos: 29.5,11.5 + pos: 66.5,-13.5 parent: 2 - uid: 3630 components: - type: Transform - pos: 35.5,13.5 + pos: 68.5,-13.5 parent: 2 - uid: 3631 components: - type: Transform - pos: 35.5,12.5 + pos: 66.5,-11.5 parent: 2 - uid: 3632 components: - type: Transform - pos: 35.5,11.5 + pos: 58.5,-34.5 parent: 2 - uid: 3633 components: - type: Transform - pos: 38.5,7.5 + pos: 63.5,-43.5 parent: 2 - uid: 3634 components: - type: Transform - pos: 37.5,7.5 + pos: 45.5,-39.5 parent: 2 - uid: 3635 components: - type: Transform - pos: 40.5,4.5 + pos: 44.5,-39.5 parent: 2 - uid: 3636 components: - type: Transform - pos: 39.5,4.5 + pos: 54.5,-33.5 parent: 2 - uid: 3637 components: - type: Transform - pos: 37.5,4.5 + pos: 65.5,-45.5 parent: 2 - uid: 3638 components: - type: Transform - pos: 38.5,4.5 + pos: 65.5,-44.5 parent: 2 - uid: 3639 components: - type: Transform - pos: -12.5,42.5 + pos: 60.5,-11.5 parent: 2 - uid: 3640 components: - type: Transform - pos: 51.5,11.5 + pos: 59.5,-11.5 parent: 2 - uid: 3641 components: - type: Transform - pos: 55.5,13.5 + pos: 58.5,-11.5 parent: 2 - uid: 3642 components: - type: Transform - pos: 55.5,14.5 + pos: 57.5,-11.5 parent: 2 - uid: 3643 components: - type: Transform - pos: 54.5,14.5 + pos: 56.5,-11.5 parent: 2 - uid: 3644 components: - type: Transform - pos: 53.5,14.5 + pos: 55.5,-11.5 parent: 2 - uid: 3645 components: - type: Transform - pos: 52.5,14.5 + pos: 54.5,-11.5 parent: 2 - uid: 3646 components: - type: Transform - pos: 51.5,14.5 + pos: 53.5,-11.5 parent: 2 - uid: 3647 components: - type: Transform - pos: 51.5,13.5 + pos: 52.5,-11.5 parent: 2 - uid: 3648 components: - type: Transform - pos: 51.5,12.5 + pos: 53.5,-12.5 parent: 2 - uid: 3649 components: - type: Transform - pos: 49.5,10.5 + pos: 53.5,-13.5 parent: 2 - uid: 3650 components: - type: Transform - pos: 45.5,7.5 + pos: 51.5,-11.5 parent: 2 - uid: 3651 components: - type: Transform - pos: 42.5,21.5 + pos: 51.5,-10.5 parent: 2 - uid: 3652 components: - type: Transform - pos: 42.5,22.5 + pos: 51.5,-9.5 parent: 2 - uid: 3653 components: - type: Transform - pos: 49.5,3.5 + pos: 51.5,-8.5 parent: 2 - uid: 3654 components: - type: Transform - pos: 49.5,2.5 + pos: 50.5,-8.5 parent: 2 - uid: 3655 components: - type: Transform - pos: 48.5,2.5 + pos: 49.5,-8.5 parent: 2 - uid: 3656 components: - type: Transform - pos: 48.5,1.5 + pos: 48.5,-8.5 parent: 2 - uid: 3657 components: - type: Transform - pos: 47.5,1.5 + pos: 47.5,-8.5 parent: 2 - uid: 3658 components: - type: Transform - pos: 46.5,1.5 + pos: 46.5,-8.5 parent: 2 - uid: 3659 components: - type: Transform - pos: 45.5,1.5 + pos: 47.5,-7.5 parent: 2 - uid: 3660 components: - type: Transform - pos: 44.5,1.5 + pos: 46.5,-9.5 parent: 2 - uid: 3661 components: - type: Transform - pos: 43.5,1.5 + pos: 46.5,-10.5 parent: 2 - uid: 3662 components: - type: Transform - pos: 42.5,1.5 + pos: 46.5,-11.5 parent: 2 - uid: 3663 components: - type: Transform - pos: 42.5,0.5 + pos: 45.5,-11.5 parent: 2 - uid: 3664 components: - type: Transform - pos: 42.5,-0.5 + pos: 44.5,-11.5 parent: 2 - uid: 3665 components: - type: Transform - pos: 42.5,-1.5 + pos: 43.5,-11.5 parent: 2 - uid: 3666 components: - type: Transform - pos: 42.5,-2.5 + pos: 42.5,-11.5 parent: 2 - uid: 3667 components: - type: Transform - pos: 42.5,-3.5 + pos: 41.5,-11.5 parent: 2 - uid: 3668 components: - type: Transform - pos: 41.5,-1.5 + pos: 40.5,-11.5 parent: 2 - uid: 3669 components: - type: Transform - pos: 40.5,-1.5 + pos: 40.5,-12.5 parent: 2 - uid: 3670 components: - type: Transform - pos: 39.5,-1.5 + pos: 39.5,-12.5 parent: 2 - uid: 3671 components: - type: Transform - pos: 38.5,-1.5 + pos: 38.5,-12.5 parent: 2 - uid: 3672 components: - type: Transform - pos: 37.5,-1.5 + pos: 38.5,-13.5 parent: 2 - uid: 3673 components: - type: Transform - pos: 37.5,-2.5 + pos: 38.5,-14.5 parent: 2 - uid: 3674 components: - type: Transform - pos: 37.5,-3.5 + pos: 38.5,-15.5 parent: 2 - uid: 3675 components: - type: Transform - pos: 43.5,-1.5 + pos: 39.5,-14.5 parent: 2 - uid: 3676 components: - type: Transform - pos: 44.5,-1.5 + pos: 40.5,-14.5 parent: 2 - uid: 3677 components: - type: Transform - pos: 44.5,-2.5 + pos: 41.5,-14.5 parent: 2 - uid: 3678 components: - type: Transform - pos: 38.5,-3.5 + pos: 42.5,-14.5 parent: 2 - uid: 3679 components: - type: Transform - pos: 38.5,-4.5 + pos: 43.5,-13.5 parent: 2 - uid: 3680 components: - type: Transform - pos: 38.5,-5.5 + pos: 42.5,-13.5 parent: 2 - uid: 3681 components: - type: Transform - pos: 38.5,-6.5 + pos: 38.5,-11.5 parent: 2 - uid: 3682 components: - type: Transform - pos: 38.5,-8.5 + pos: 38.5,-10.5 parent: 2 - uid: 3683 components: - type: Transform - pos: 38.5,-7.5 + pos: 37.5,-8.5 parent: 2 - uid: 3684 components: - type: Transform - pos: 39.5,-8.5 + pos: 36.5,-8.5 parent: 2 - uid: 3685 components: - type: Transform - pos: 46.5,0.5 + pos: 35.5,-8.5 parent: 2 - uid: 3686 components: - type: Transform - pos: 46.5,-0.5 + pos: 33.5,-8.5 parent: 2 - uid: 3687 components: - type: Transform - pos: 46.5,-1.5 + pos: 34.5,-8.5 parent: 2 - uid: 3688 components: - type: Transform - pos: 47.5,-1.5 + pos: 35.5,-9.5 parent: 2 - uid: 3689 components: - type: Transform - pos: 47.5,-2.5 + pos: 44.5,-10.5 parent: 2 - uid: 3690 components: - type: Transform - pos: 41.5,1.5 + pos: 58.5,-5.5 parent: 2 - uid: 3691 components: - type: Transform - pos: 40.5,1.5 + pos: 57.5,-5.5 parent: 2 - uid: 3692 components: - type: Transform - pos: 39.5,1.5 + pos: 56.5,-5.5 parent: 2 - uid: 3693 components: - type: Transform - pos: 38.5,1.5 + pos: 55.5,-5.5 parent: 2 - uid: 3694 components: - type: Transform - pos: 37.5,1.5 + pos: 54.5,-6.5 parent: 2 - uid: 3695 components: - type: Transform - pos: 41.5,2.5 + pos: 54.5,-5.5 parent: 2 - uid: 3696 components: - type: Transform - pos: 48.5,0.5 + pos: 59.5,-3.5 parent: 2 - uid: 3697 components: - type: Transform - pos: 49.5,0.5 + pos: 59.5,-2.5 parent: 2 - uid: 3698 components: - type: Transform - pos: 50.5,0.5 + pos: 60.5,-2.5 parent: 2 - uid: 3699 components: - type: Transform - pos: 51.5,0.5 + pos: 61.5,-2.5 parent: 2 - uid: 3700 components: - type: Transform - pos: 52.5,0.5 + pos: 62.5,-2.5 parent: 2 - uid: 3701 components: - type: Transform - pos: 52.5,1.5 + pos: 63.5,-2.5 parent: 2 - uid: 3702 components: - type: Transform - pos: 52.5,2.5 + pos: 62.5,-1.5 parent: 2 - uid: 3703 components: - type: Transform - pos: 53.5,0.5 + pos: 60.5,-1.5 parent: 2 - uid: 3704 components: - type: Transform - pos: 53.5,-0.5 + pos: 63.5,-11.5 parent: 2 - uid: 3705 components: - type: Transform - pos: 54.5,-0.5 + pos: 64.5,-11.5 parent: 2 - uid: 3706 components: - type: Transform - pos: 55.5,-0.5 + pos: 62.5,-13.5 parent: 2 - uid: 3707 components: - type: Transform - pos: 56.5,-0.5 + pos: 63.5,-13.5 parent: 2 - uid: 3708 components: - type: Transform - pos: 57.5,-0.5 + pos: 64.5,-13.5 parent: 2 - uid: 3709 components: - type: Transform - pos: 57.5,0.5 + pos: 62.5,-14.5 parent: 2 - uid: 3710 components: - type: Transform - pos: 57.5,1.5 + pos: 62.5,-15.5 parent: 2 - uid: 3711 components: - type: Transform - pos: 58.5,1.5 + pos: 62.5,-16.5 parent: 2 - uid: 3712 components: - type: Transform - pos: 59.5,1.5 + pos: 62.5,-17.5 parent: 2 - uid: 3713 components: - type: Transform - pos: 60.5,1.5 + pos: 62.5,-18.5 parent: 2 - uid: 3714 components: - type: Transform - pos: 61.5,1.5 + pos: 62.5,-19.5 parent: 2 - uid: 3715 components: - type: Transform - pos: 62.5,1.5 + pos: 62.5,-20.5 parent: 2 - uid: 3716 components: - type: Transform - pos: 56.5,-1.5 + pos: 62.5,-21.5 parent: 2 - uid: 3717 components: - type: Transform - pos: 56.5,-2.5 + pos: 62.5,-22.5 parent: 2 - uid: 3718 components: - type: Transform - pos: 56.5,-3.5 + pos: 62.5,-23.5 parent: 2 - uid: 3719 components: - type: Transform - pos: 51.5,-0.5 + pos: 62.5,-24.5 parent: 2 - uid: 3720 components: - type: Transform - pos: 51.5,-1.5 + pos: 62.5,-25.5 parent: 2 - uid: 3721 components: - type: Transform - pos: 51.5,-2.5 + pos: 62.5,-26.5 parent: 2 - uid: 3722 components: - type: Transform - pos: 52.5,-2.5 + pos: 62.5,-27.5 parent: 2 - uid: 3723 components: - type: Transform - pos: 52.5,-3.5 + pos: 62.5,-28.5 parent: 2 - uid: 3724 components: - type: Transform - pos: 52.5,-5.5 + pos: 64.5,-5.5 parent: 2 - uid: 3725 components: - type: Transform - pos: 59.5,21.5 + pos: 63.5,-3.5 parent: 2 - uid: 3726 components: - type: Transform - pos: 60.5,21.5 + pos: 64.5,-3.5 parent: 2 - uid: 3727 components: - type: Transform - pos: 61.5,21.5 + pos: 57.5,-12.5 parent: 2 - uid: 3728 components: - type: Transform - pos: 67.5,-11.5 + pos: 57.5,-13.5 parent: 2 - uid: 3729 components: - type: Transform - pos: 68.5,-11.5 + pos: 45.5,19.5 parent: 2 - uid: 3730 components: - type: Transform - pos: 66.5,-13.5 + pos: 55.5,-43.5 parent: 2 - uid: 3731 components: - type: Transform - pos: 68.5,-13.5 + pos: 55.5,-42.5 parent: 2 - uid: 3732 components: - type: Transform - pos: 66.5,-11.5 + pos: 55.5,-41.5 parent: 2 - uid: 3733 components: - type: Transform - pos: 58.5,-34.5 + pos: 54.5,-41.5 parent: 2 - uid: 3734 components: - type: Transform - pos: 63.5,-43.5 + pos: 53.5,-41.5 parent: 2 - uid: 3735 components: - type: Transform - pos: 45.5,-39.5 + pos: 53.5,-42.5 parent: 2 - uid: 3736 components: - type: Transform - pos: 44.5,-39.5 + pos: 52.5,-42.5 parent: 2 - uid: 3737 components: - type: Transform - pos: 54.5,-33.5 + pos: 51.5,-42.5 parent: 2 - uid: 3738 components: - type: Transform - pos: 65.5,-45.5 + pos: 50.5,-42.5 parent: 2 - uid: 3739 components: - type: Transform - pos: 65.5,-44.5 + pos: 49.5,-42.5 parent: 2 - uid: 3740 components: - type: Transform - pos: 60.5,-11.5 + pos: 48.5,-42.5 parent: 2 - uid: 3741 components: - type: Transform - pos: 59.5,-11.5 + pos: 47.5,-42.5 parent: 2 - uid: 3742 components: - type: Transform - pos: 58.5,-11.5 + pos: 46.5,-42.5 parent: 2 - uid: 3743 components: - type: Transform - pos: 57.5,-11.5 + pos: 45.5,-42.5 parent: 2 - uid: 3744 components: - type: Transform - pos: 56.5,-11.5 + pos: 44.5,-42.5 parent: 2 - uid: 3745 components: - type: Transform - pos: 55.5,-11.5 + pos: 43.5,-42.5 parent: 2 - uid: 3746 components: - type: Transform - pos: 54.5,-11.5 + pos: 42.5,-42.5 parent: 2 - uid: 3747 components: - type: Transform - pos: 53.5,-11.5 + pos: 46.5,-41.5 parent: 2 - uid: 3748 components: - type: Transform - pos: 52.5,-11.5 + pos: 46.5,-40.5 parent: 2 - uid: 3749 components: - type: Transform - pos: 53.5,-12.5 + pos: 46.5,-39.5 parent: 2 - uid: 3750 components: - type: Transform - pos: 53.5,-13.5 + pos: 46.5,-38.5 parent: 2 - uid: 3751 components: - type: Transform - pos: 51.5,-11.5 + pos: 46.5,-37.5 parent: 2 - uid: 3752 components: - type: Transform - pos: 51.5,-10.5 + pos: 45.5,-37.5 parent: 2 - uid: 3753 components: - type: Transform - pos: 51.5,-9.5 + pos: 44.5,-37.5 parent: 2 - uid: 3754 components: - type: Transform - pos: 51.5,-8.5 + pos: 43.5,-37.5 parent: 2 - uid: 3755 components: - type: Transform - pos: 50.5,-8.5 + pos: 42.5,-37.5 parent: 2 - uid: 3756 components: - type: Transform - pos: 49.5,-8.5 + pos: 41.5,-37.5 parent: 2 - uid: 3757 components: - type: Transform - pos: 48.5,-8.5 + pos: 40.5,-37.5 parent: 2 - uid: 3758 components: - type: Transform - pos: 47.5,-8.5 + pos: 39.5,-37.5 parent: 2 - uid: 3759 components: - type: Transform - pos: 46.5,-8.5 + pos: 40.5,-36.5 parent: 2 - uid: 3760 components: - type: Transform - pos: 47.5,-7.5 + pos: 43.5,-36.5 parent: 2 - uid: 3761 components: - type: Transform - pos: 46.5,-9.5 + pos: 45.5,-36.5 parent: 2 - uid: 3762 components: - type: Transform - pos: 46.5,-10.5 + pos: 43.5,-38.5 parent: 2 - uid: 3763 components: - type: Transform - pos: 46.5,-11.5 + pos: 40.5,-38.5 parent: 2 - uid: 3764 components: - type: Transform - pos: 45.5,-11.5 + pos: 49.5,-41.5 parent: 2 - uid: 3765 components: - type: Transform - pos: 44.5,-11.5 + pos: 49.5,-40.5 parent: 2 - uid: 3766 components: - type: Transform - pos: 43.5,-11.5 + pos: 49.5,-39.5 parent: 2 - uid: 3767 components: - type: Transform - pos: 42.5,-11.5 + pos: 49.5,-38.5 parent: 2 - uid: 3768 components: - type: Transform - pos: 41.5,-11.5 + pos: 50.5,-38.5 parent: 2 - uid: 3769 components: - type: Transform - pos: 40.5,-11.5 + pos: 51.5,-38.5 parent: 2 - uid: 3770 components: - type: Transform - pos: 40.5,-12.5 + pos: 49.5,-37.5 parent: 2 - uid: 3771 components: - type: Transform - pos: 39.5,-12.5 + pos: 55.5,-44.5 parent: 2 - uid: 3772 components: - type: Transform - pos: 38.5,-12.5 + pos: 56.5,-44.5 parent: 2 - uid: 3773 components: - type: Transform - pos: 38.5,-13.5 + pos: 57.5,-44.5 parent: 2 - uid: 3774 components: - type: Transform - pos: 38.5,-14.5 + pos: 58.5,-44.5 parent: 2 - uid: 3775 components: - type: Transform - pos: 38.5,-15.5 + pos: 59.5,-44.5 parent: 2 - uid: 3776 components: - type: Transform - pos: 39.5,-14.5 + pos: 60.5,-44.5 parent: 2 - uid: 3777 components: - type: Transform - pos: 40.5,-14.5 + pos: 61.5,-44.5 parent: 2 - uid: 3778 components: - type: Transform - pos: 41.5,-14.5 + pos: 62.5,-44.5 parent: 2 - uid: 3779 components: - type: Transform - pos: 42.5,-14.5 + pos: 62.5,-43.5 parent: 2 - uid: 3780 components: - type: Transform - pos: 43.5,-13.5 + pos: 62.5,-42.5 parent: 2 - uid: 3781 components: - type: Transform - pos: 42.5,-13.5 + pos: 62.5,-41.5 parent: 2 - uid: 3782 components: - type: Transform - pos: 38.5,-11.5 + pos: 62.5,-40.5 parent: 2 - uid: 3783 components: - type: Transform - pos: 38.5,-10.5 + pos: 62.5,-39.5 parent: 2 - uid: 3784 components: - type: Transform - pos: 37.5,-8.5 + pos: 62.5,-37.5 parent: 2 - uid: 3785 components: - type: Transform - pos: 36.5,-8.5 + pos: 62.5,-36.5 parent: 2 - uid: 3786 components: - type: Transform - pos: 35.5,-8.5 + pos: 62.5,-35.5 parent: 2 - uid: 3787 components: - type: Transform - pos: 33.5,-8.5 + pos: 62.5,-34.5 parent: 2 - uid: 3788 components: - type: Transform - pos: 34.5,-8.5 + pos: 63.5,-34.5 parent: 2 - uid: 3789 components: - type: Transform - pos: 35.5,-9.5 + pos: 64.5,-34.5 parent: 2 - uid: 3790 components: - type: Transform - pos: 44.5,-10.5 + pos: 65.5,-34.5 parent: 2 - uid: 3791 components: - type: Transform - pos: 58.5,-5.5 + pos: 62.5,-33.5 parent: 2 - uid: 3792 components: - type: Transform - pos: 57.5,-5.5 + pos: 62.5,-32.5 parent: 2 - uid: 3793 components: - type: Transform - pos: 56.5,-5.5 + pos: 62.5,-31.5 parent: 2 - uid: 3794 components: - type: Transform - pos: 55.5,-5.5 + pos: 61.5,-34.5 parent: 2 - uid: 3795 components: - type: Transform - pos: 54.5,-6.5 + pos: 60.5,-34.5 parent: 2 - uid: 3796 components: - type: Transform - pos: 54.5,-5.5 + pos: 59.5,-34.5 parent: 2 - uid: 3797 components: - type: Transform - pos: 59.5,-3.5 + pos: 64.5,-35.5 parent: 2 - uid: 3798 components: - type: Transform - pos: 59.5,-2.5 + pos: 60.5,-35.5 parent: 2 - uid: 3799 components: - type: Transform - pos: 60.5,-2.5 + pos: 63.5,-33.5 parent: 2 - uid: 3800 components: - type: Transform - pos: 61.5,-2.5 + pos: 62.5,-45.5 parent: 2 - uid: 3801 components: - type: Transform - pos: 62.5,-2.5 + pos: 62.5,-46.5 parent: 2 - uid: 3802 components: - type: Transform - pos: 63.5,-2.5 + pos: 62.5,-47.5 parent: 2 - uid: 3803 components: - type: Transform - pos: 62.5,-1.5 + pos: 62.5,-48.5 parent: 2 - uid: 3804 components: - type: Transform - pos: 60.5,-1.5 + pos: 62.5,-49.5 parent: 2 - uid: 3805 components: - type: Transform - pos: 63.5,-11.5 + pos: 62.5,-50.5 parent: 2 - uid: 3806 components: - type: Transform - pos: 64.5,-11.5 + pos: 62.5,-51.5 parent: 2 - uid: 3807 components: - type: Transform - pos: 62.5,-13.5 + pos: 62.5,-52.5 parent: 2 - uid: 3808 components: - type: Transform - pos: 63.5,-13.5 + pos: 62.5,-53.5 parent: 2 - uid: 3809 components: - type: Transform - pos: 64.5,-13.5 + pos: 62.5,-54.5 parent: 2 - uid: 3810 components: - type: Transform - pos: 62.5,-14.5 + pos: 63.5,-52.5 parent: 2 - uid: 3811 components: - type: Transform - pos: 62.5,-15.5 + pos: 64.5,-52.5 parent: 2 - uid: 3812 components: - type: Transform - pos: 62.5,-16.5 + pos: 61.5,-52.5 parent: 2 - uid: 3813 components: - type: Transform - pos: 62.5,-17.5 + pos: 60.5,-52.5 parent: 2 - uid: 3814 components: - type: Transform - pos: 62.5,-18.5 + pos: 63.5,-46.5 parent: 2 - uid: 3815 components: - type: Transform - pos: 62.5,-19.5 + pos: 64.5,-46.5 parent: 2 - uid: 3816 components: - type: Transform - pos: 62.5,-20.5 + pos: 65.5,-46.5 parent: 2 - uid: 3817 components: - type: Transform - pos: 62.5,-21.5 + pos: 66.5,-46.5 parent: 2 - uid: 3818 components: - type: Transform - pos: 62.5,-22.5 + pos: 68.5,-46.5 parent: 2 - uid: 3819 components: - type: Transform - pos: 62.5,-23.5 + pos: 69.5,-46.5 parent: 2 - uid: 3820 components: - type: Transform - pos: 62.5,-24.5 + pos: 70.5,-46.5 parent: 2 - uid: 3821 components: - type: Transform - pos: 62.5,-25.5 + pos: 71.5,-46.5 parent: 2 - uid: 3822 components: - type: Transform - pos: 62.5,-26.5 + pos: 72.5,-46.5 parent: 2 - uid: 3823 components: - type: Transform - pos: 62.5,-27.5 + pos: 69.5,-47.5 parent: 2 - uid: 3824 components: - type: Transform - pos: 62.5,-28.5 + pos: 69.5,-48.5 parent: 2 - uid: 3825 components: - type: Transform - pos: 64.5,-5.5 + pos: 69.5,-49.5 parent: 2 - uid: 3826 components: - type: Transform - pos: 63.5,-3.5 + pos: 69.5,-45.5 parent: 2 - uid: 3827 components: - type: Transform - pos: 64.5,-3.5 + pos: 69.5,-44.5 parent: 2 - uid: 3828 components: - type: Transform - pos: 57.5,-12.5 + pos: 71.5,-45.5 parent: 2 - uid: 3829 components: - type: Transform - pos: 57.5,-13.5 + pos: 71.5,-47.5 parent: 2 - uid: 3830 components: - type: Transform - pos: 45.5,19.5 + pos: 73.5,-46.5 parent: 2 - uid: 3831 components: - type: Transform - pos: 55.5,-43.5 + pos: 73.5,-47.5 parent: 2 - uid: 3832 components: - type: Transform - pos: 55.5,-42.5 + pos: 73.5,-45.5 parent: 2 - uid: 3833 components: - type: Transform - pos: 55.5,-41.5 + pos: 49.5,-43.5 parent: 2 - uid: 3834 components: - type: Transform - pos: 54.5,-41.5 + pos: 49.5,-44.5 parent: 2 - uid: 3835 components: - type: Transform - pos: 53.5,-41.5 + pos: 49.5,-46.5 parent: 2 - uid: 3836 components: - type: Transform - pos: 53.5,-42.5 + pos: 49.5,-47.5 parent: 2 - uid: 3837 components: - type: Transform - pos: 52.5,-42.5 + pos: 49.5,-49.5 parent: 2 - uid: 3838 components: - type: Transform - pos: 51.5,-42.5 + pos: 49.5,-50.5 parent: 2 - uid: 3839 components: - type: Transform - pos: 50.5,-42.5 + pos: 49.5,-51.5 parent: 2 - uid: 3840 components: - type: Transform - pos: 49.5,-42.5 + pos: 49.5,-52.5 parent: 2 - uid: 3841 components: - type: Transform - pos: 48.5,-42.5 + pos: 49.5,-53.5 parent: 2 - uid: 3842 components: - type: Transform - pos: 47.5,-42.5 + pos: 49.5,-54.5 parent: 2 - uid: 3843 components: - type: Transform - pos: 46.5,-42.5 + pos: 48.5,-45.5 parent: 2 - uid: 3844 components: - type: Transform - pos: 45.5,-42.5 + pos: 47.5,-45.5 parent: 2 - uid: 3845 components: - type: Transform - pos: 44.5,-42.5 + pos: 46.5,-45.5 parent: 2 - uid: 3846 components: - type: Transform - pos: 43.5,-42.5 + pos: 45.5,-45.5 parent: 2 - uid: 3847 components: - type: Transform - pos: 42.5,-42.5 + pos: 45.5,-46.5 parent: 2 - uid: 3848 components: - type: Transform - pos: 46.5,-41.5 + pos: 45.5,-47.5 parent: 2 - uid: 3849 components: - type: Transform - pos: 46.5,-40.5 + pos: 45.5,-48.5 parent: 2 - uid: 3850 components: - type: Transform - pos: 46.5,-39.5 + pos: 44.5,-48.5 parent: 2 - uid: 3851 components: - type: Transform - pos: 46.5,-38.5 + pos: 43.5,-48.5 parent: 2 - uid: 3852 components: - type: Transform - pos: 46.5,-37.5 + pos: 43.5,-47.5 parent: 2 - uid: 3853 components: - type: Transform - pos: 45.5,-37.5 + pos: 43.5,-46.5 parent: 2 - uid: 3854 components: - type: Transform - pos: 44.5,-37.5 + pos: 42.5,-46.5 parent: 2 - uid: 3855 components: - type: Transform - pos: 43.5,-37.5 + pos: 41.5,-46.5 parent: 2 - uid: 3856 components: - type: Transform - pos: 42.5,-37.5 + pos: 40.5,-46.5 parent: 2 - uid: 3857 components: - type: Transform - pos: 41.5,-37.5 + pos: 39.5,-46.5 parent: 2 - uid: 3858 components: - type: Transform - pos: 40.5,-37.5 + pos: 41.5,-42.5 parent: 2 - uid: 3859 components: - type: Transform - pos: 39.5,-37.5 + pos: 40.5,-42.5 parent: 2 - uid: 3860 components: - type: Transform - pos: 40.5,-36.5 + pos: 39.5,-42.5 parent: 2 - uid: 3861 components: - type: Transform - pos: 43.5,-36.5 + pos: 38.5,-42.5 parent: 2 - uid: 3862 components: - type: Transform - pos: 45.5,-36.5 + pos: 37.5,-42.5 parent: 2 - uid: 3863 components: - type: Transform - pos: 43.5,-38.5 + pos: 59.5,-33.5 parent: 2 - uid: 3864 components: - type: Transform - pos: 40.5,-38.5 + pos: 55.5,-63.5 parent: 2 - uid: 3865 components: - type: Transform - pos: 49.5,-41.5 + pos: 64.5,-43.5 parent: 2 - uid: 3866 components: - type: Transform - pos: 49.5,-40.5 + pos: -15.5,-18.5 parent: 2 - uid: 3867 components: - type: Transform - pos: 49.5,-39.5 + pos: -21.5,-59.5 parent: 2 - uid: 3868 components: - type: Transform - pos: 49.5,-38.5 + pos: 30.5,-47.5 parent: 2 - uid: 3869 components: - type: Transform - pos: 50.5,-38.5 + pos: 31.5,-47.5 parent: 2 - uid: 3870 components: - type: Transform - pos: 51.5,-38.5 + pos: 32.5,-47.5 parent: 2 - uid: 3871 components: - type: Transform - pos: 49.5,-37.5 + pos: 33.5,-47.5 parent: 2 - uid: 3872 components: - type: Transform - pos: 55.5,-44.5 + pos: 31.5,-46.5 parent: 2 - uid: 3873 components: - type: Transform - pos: 56.5,-44.5 + pos: 31.5,-46.5 parent: 2 - uid: 3874 components: - type: Transform - pos: 57.5,-44.5 + pos: 31.5,-45.5 parent: 2 - uid: 3875 components: - type: Transform - pos: 58.5,-44.5 + pos: 29.5,-48.5 parent: 2 - uid: 3876 components: - type: Transform - pos: 59.5,-44.5 + pos: 29.5,-49.5 parent: 2 - uid: 3877 components: - type: Transform - pos: 60.5,-44.5 + pos: 30.5,-49.5 parent: 2 - uid: 3878 components: - type: Transform - pos: 61.5,-44.5 + pos: 31.5,-49.5 parent: 2 - uid: 3879 components: - type: Transform - pos: 62.5,-44.5 + pos: 31.5,-50.5 parent: 2 - uid: 3880 components: - type: Transform - pos: 62.5,-43.5 + pos: 31.5,-51.5 parent: 2 - uid: 3881 components: - type: Transform - pos: 62.5,-42.5 + pos: 31.5,-52.5 parent: 2 - uid: 3882 components: - type: Transform - pos: 62.5,-41.5 + pos: 30.5,-51.5 parent: 2 - uid: 3883 components: - type: Transform - pos: 62.5,-40.5 + pos: 32.5,-51.5 parent: 2 - uid: 3884 components: - type: Transform - pos: 62.5,-39.5 + pos: 31.5,-53.5 parent: 2 - uid: 3885 components: - type: Transform - pos: 62.5,-37.5 + pos: 31.5,-54.5 parent: 2 - uid: 3886 components: - type: Transform - pos: 62.5,-36.5 + pos: 31.5,-56.5 parent: 2 - uid: 3887 components: - type: Transform - pos: 62.5,-35.5 + pos: 31.5,-55.5 parent: 2 - uid: 3888 components: - type: Transform - pos: 62.5,-34.5 + pos: 30.5,-54.5 parent: 2 - uid: 3889 components: - type: Transform - pos: 63.5,-34.5 + pos: 29.5,-54.5 parent: 2 - uid: 3890 components: - type: Transform - pos: 64.5,-34.5 + pos: 32.5,-54.5 parent: 2 - uid: 3891 components: - type: Transform - pos: 65.5,-34.5 + pos: 33.5,-54.5 parent: 2 - uid: 3892 components: - type: Transform - pos: 62.5,-33.5 + pos: 30.5,-45.5 parent: 2 - uid: 3893 components: - type: Transform - pos: 62.5,-32.5 + pos: 32.5,-45.5 parent: 2 - uid: 3894 components: - type: Transform - pos: 62.5,-31.5 + pos: 29.5,-45.5 parent: 2 - uid: 3895 components: - type: Transform - pos: 61.5,-34.5 + pos: 33.5,-45.5 parent: 2 - uid: 3896 components: - type: Transform - pos: 60.5,-34.5 + pos: 48.5,-54.5 parent: 2 - uid: 3897 components: - type: Transform - pos: 59.5,-34.5 + pos: 47.5,-54.5 parent: 2 - uid: 3898 components: - type: Transform - pos: 64.5,-35.5 + pos: 46.5,-54.5 parent: 2 - uid: 3899 components: - type: Transform - pos: 60.5,-35.5 + pos: 49.5,-55.5 parent: 2 - uid: 3900 components: - type: Transform - pos: 63.5,-33.5 + pos: 49.5,-56.5 parent: 2 - uid: 3901 components: - type: Transform - pos: 62.5,-45.5 + pos: 49.5,-57.5 parent: 2 - uid: 3902 components: - type: Transform - pos: 62.5,-46.5 + pos: 49.5,-58.5 parent: 2 - uid: 3903 components: - type: Transform - pos: 62.5,-47.5 + pos: 49.5,-59.5 parent: 2 - uid: 3904 components: - type: Transform - pos: 62.5,-48.5 + pos: 49.5,-60.5 parent: 2 - uid: 3905 components: - type: Transform - pos: 62.5,-49.5 + pos: 50.5,-60.5 parent: 2 - uid: 3906 components: - type: Transform - pos: 62.5,-50.5 + pos: 50.5,-53.5 parent: 2 - uid: 3907 components: - type: Transform - pos: 62.5,-51.5 + pos: 51.5,-53.5 parent: 2 - uid: 3908 components: - type: Transform - pos: 62.5,-52.5 + pos: 52.5,-53.5 parent: 2 - uid: 3909 components: - type: Transform - pos: 62.5,-53.5 + pos: 52.5,-52.5 parent: 2 - uid: 3910 components: - type: Transform - pos: 62.5,-54.5 + pos: 52.5,-51.5 parent: 2 - uid: 3911 components: - type: Transform - pos: 63.5,-52.5 + pos: 50.5,-50.5 parent: 2 - uid: 3912 components: - type: Transform - pos: 64.5,-52.5 + pos: 48.5,-57.5 parent: 2 - uid: 3913 components: - type: Transform - pos: 61.5,-52.5 + pos: 47.5,-57.5 parent: 2 - uid: 3914 components: - type: Transform - pos: 60.5,-52.5 + pos: 46.5,-57.5 parent: 2 - uid: 3915 components: - type: Transform - pos: 63.5,-46.5 + pos: 45.5,-57.5 parent: 2 - uid: 3916 components: - type: Transform - pos: 64.5,-46.5 + pos: 51.5,-54.5 parent: 2 - uid: 3917 components: - type: Transform - pos: 65.5,-46.5 + pos: 51.5,-55.5 parent: 2 - uid: 3918 components: - type: Transform - pos: 66.5,-46.5 + pos: 51.5,-56.5 parent: 2 - uid: 3919 components: - type: Transform - pos: 68.5,-46.5 + pos: 49.5,-48.5 parent: 2 - uid: 3920 components: - type: Transform - pos: 69.5,-46.5 + pos: 32.5,15.5 parent: 2 - uid: 3921 components: - type: Transform - pos: 70.5,-46.5 + pos: -20.5,0.5 parent: 2 - uid: 3922 components: - type: Transform - pos: 71.5,-46.5 + pos: -21.5,0.5 parent: 2 - uid: 3923 components: - type: Transform - pos: 72.5,-46.5 + pos: -21.5,1.5 parent: 2 - uid: 3924 components: - type: Transform - pos: 69.5,-47.5 + pos: -20.5,1.5 parent: 2 - uid: 3925 components: - type: Transform - pos: 69.5,-48.5 + pos: -19.5,1.5 parent: 2 - uid: 3926 components: - type: Transform - pos: 69.5,-49.5 + pos: -19.5,2.5 parent: 2 - uid: 3927 components: - type: Transform - pos: 69.5,-45.5 + pos: -18.5,2.5 parent: 2 - uid: 3928 components: - type: Transform - pos: 69.5,-44.5 + pos: -17.5,2.5 parent: 2 - uid: 3929 components: - type: Transform - pos: 71.5,-45.5 + pos: -17.5,3.5 parent: 2 - uid: 3930 components: - type: Transform - pos: 71.5,-47.5 + pos: -19.5,-1.5 parent: 2 - uid: 3931 components: - type: Transform - pos: 73.5,-46.5 + pos: -19.5,-2.5 parent: 2 - uid: 3932 components: - type: Transform - pos: 73.5,-47.5 + pos: -19.5,-0.5 parent: 2 - uid: 3933 components: - type: Transform - pos: 73.5,-45.5 + pos: -20.5,-0.5 parent: 2 - uid: 3934 components: - type: Transform - pos: 49.5,-43.5 + pos: -21.5,2.5 parent: 2 - uid: 3935 components: - type: Transform - pos: 49.5,-44.5 + pos: -21.5,3.5 parent: 2 - uid: 3936 components: - type: Transform - pos: 49.5,-46.5 + pos: -18.5,-0.5 parent: 2 - uid: 3937 components: - type: Transform - pos: 49.5,-47.5 + pos: 57.5,6.5 parent: 2 - uid: 3938 components: - type: Transform - pos: 49.5,-49.5 + pos: 18.5,-81.5 parent: 2 - uid: 3939 components: - type: Transform - pos: 49.5,-50.5 + pos: -29.5,-9.5 parent: 2 - uid: 3940 components: - type: Transform - pos: 49.5,-51.5 + pos: -29.5,-10.5 parent: 2 - uid: 3941 components: - type: Transform - pos: 49.5,-52.5 + pos: -29.5,-11.5 parent: 2 - uid: 3942 components: - type: Transform - pos: 49.5,-53.5 + pos: -29.5,-12.5 parent: 2 - uid: 3943 components: - type: Transform - pos: 49.5,-54.5 + pos: -28.5,-12.5 parent: 2 - uid: 3944 components: - type: Transform - pos: 48.5,-45.5 + pos: -27.5,-12.5 parent: 2 - uid: 3945 components: - type: Transform - pos: 47.5,-45.5 + pos: -26.5,-12.5 parent: 2 - uid: 3946 components: - type: Transform - pos: 46.5,-45.5 + pos: -25.5,-12.5 parent: 2 - uid: 3947 components: - type: Transform - pos: 45.5,-45.5 + pos: -24.5,-12.5 parent: 2 - uid: 3948 components: - type: Transform - pos: 45.5,-46.5 + pos: -23.5,-12.5 parent: 2 - uid: 3949 components: - type: Transform - pos: 45.5,-47.5 + pos: -22.5,-12.5 parent: 2 - uid: 3950 components: - type: Transform - pos: 45.5,-48.5 + pos: -21.5,-12.5 parent: 2 - uid: 3951 components: - type: Transform - pos: 44.5,-48.5 + pos: -20.5,-12.5 parent: 2 - uid: 3952 components: - type: Transform - pos: 43.5,-48.5 + pos: -19.5,-12.5 parent: 2 - uid: 3953 components: - type: Transform - pos: 43.5,-47.5 + pos: -24.5,-11.5 parent: 2 - uid: 3954 components: - type: Transform - pos: 43.5,-46.5 + pos: -24.5,-10.5 parent: 2 - uid: 3955 components: - type: Transform - pos: 42.5,-46.5 + pos: -24.5,-9.5 parent: 2 - uid: 3956 components: - type: Transform - pos: 41.5,-46.5 + pos: -19.5,-13.5 parent: 2 - uid: 3957 components: - type: Transform - pos: 40.5,-46.5 + pos: -19.5,-14.5 parent: 2 - uid: 3958 components: - type: Transform - pos: 39.5,-46.5 + pos: -19.5,-15.5 parent: 2 - uid: 3959 components: - type: Transform - pos: 41.5,-42.5 + pos: -19.5,-16.5 parent: 2 - uid: 3960 components: - type: Transform - pos: 40.5,-42.5 + pos: -19.5,-17.5 parent: 2 - uid: 3961 components: - type: Transform - pos: 39.5,-42.5 + pos: -19.5,-18.5 parent: 2 - uid: 3962 components: - type: Transform - pos: 38.5,-42.5 + pos: -19.5,-19.5 parent: 2 - uid: 3963 components: - type: Transform - pos: 37.5,-42.5 + pos: -19.5,-20.5 parent: 2 - uid: 3964 components: - type: Transform - pos: 59.5,-33.5 + pos: -19.5,-21.5 parent: 2 - uid: 3965 components: - type: Transform - pos: 55.5,-63.5 + pos: -19.5,-22.5 parent: 2 - uid: 3966 components: - type: Transform - pos: 64.5,-43.5 + pos: -20.5,-17.5 parent: 2 - uid: 3967 components: - type: Transform - pos: -15.5,-18.5 + pos: -21.5,-17.5 parent: 2 - uid: 3968 components: - type: Transform - pos: -21.5,-59.5 + pos: -23.5,-17.5 parent: 2 - uid: 3969 components: - type: Transform - pos: 30.5,-47.5 + pos: -24.5,-17.5 parent: 2 - uid: 3970 components: - type: Transform - pos: 31.5,-47.5 + pos: -25.5,-17.5 parent: 2 - uid: 3971 components: - type: Transform - pos: 32.5,-47.5 + pos: -26.5,-17.5 parent: 2 - uid: 3972 components: - type: Transform - pos: 33.5,-47.5 + pos: -27.5,-17.5 parent: 2 - uid: 3973 components: - type: Transform - pos: 31.5,-46.5 + pos: -28.5,-17.5 parent: 2 - uid: 3974 components: - type: Transform - pos: 31.5,-46.5 + pos: -29.5,-17.5 parent: 2 - uid: 3975 components: - type: Transform - pos: 31.5,-45.5 + pos: -20.5,-22.5 parent: 2 - uid: 3976 components: - type: Transform - pos: 29.5,-48.5 + pos: -21.5,-22.5 parent: 2 - uid: 3977 components: - type: Transform - pos: 29.5,-49.5 + pos: -22.5,-22.5 parent: 2 - uid: 3978 components: - type: Transform - pos: 30.5,-49.5 + pos: -23.5,-22.5 parent: 2 - uid: 3979 components: - type: Transform - pos: 31.5,-49.5 + pos: -24.5,-22.5 parent: 2 - uid: 3980 components: - type: Transform - pos: 31.5,-50.5 + pos: -25.5,-22.5 parent: 2 - uid: 3981 components: - type: Transform - pos: 31.5,-51.5 + pos: -26.5,-22.5 parent: 2 - uid: 3982 components: - type: Transform - pos: 31.5,-52.5 + pos: -27.5,-22.5 parent: 2 - uid: 3983 components: - type: Transform - pos: 30.5,-51.5 + pos: -28.5,-22.5 parent: 2 - uid: 3984 components: - type: Transform - pos: 32.5,-51.5 + pos: -29.5,-22.5 parent: 2 - uid: 3985 components: - type: Transform - pos: 31.5,-53.5 + pos: -19.5,-23.5 parent: 2 - uid: 3986 components: - type: Transform - pos: 31.5,-54.5 + pos: -19.5,-11.5 parent: 2 - uid: 3987 components: - type: Transform - pos: 31.5,-56.5 + pos: -19.5,-10.5 parent: 2 - uid: 3988 components: - type: Transform - pos: 31.5,-55.5 + pos: -19.5,-9.5 parent: 2 - uid: 3989 components: - type: Transform - pos: 30.5,-54.5 + pos: -19.5,-8.5 parent: 2 - uid: 3990 components: - type: Transform - pos: 29.5,-54.5 + pos: -19.5,-6.5 parent: 2 - uid: 3991 components: - type: Transform - pos: 32.5,-54.5 + pos: -19.5,-5.5 parent: 2 - uid: 3992 components: - type: Transform - pos: 33.5,-54.5 + pos: -18.5,-5.5 parent: 2 - uid: 3993 components: - type: Transform - pos: 30.5,-45.5 + pos: -17.5,-5.5 parent: 2 - uid: 3994 components: - type: Transform - pos: 32.5,-45.5 + pos: -16.5,-5.5 parent: 2 - uid: 3995 components: - type: Transform - pos: 29.5,-45.5 + pos: -15.5,-5.5 parent: 2 - uid: 3996 components: - type: Transform - pos: 33.5,-45.5 + pos: -14.5,-5.5 parent: 2 - uid: 3997 components: - type: Transform - pos: 48.5,-54.5 + pos: -13.5,-5.5 parent: 2 - uid: 3998 components: - type: Transform - pos: 47.5,-54.5 + pos: -13.5,-4.5 parent: 2 - uid: 3999 components: - type: Transform - pos: 46.5,-54.5 + pos: -13.5,3.5 parent: 2 - uid: 4000 components: - type: Transform - pos: 49.5,-55.5 + pos: -19.5,7.5 parent: 2 - uid: 4001 components: - type: Transform - pos: 49.5,-56.5 + pos: -20.5,7.5 parent: 2 - uid: 4002 components: - type: Transform - pos: 49.5,-57.5 + pos: -21.5,7.5 parent: 2 - uid: 4003 components: - type: Transform - pos: 49.5,-58.5 + pos: -22.5,7.5 parent: 2 - uid: 4004 components: - type: Transform - pos: 49.5,-59.5 + pos: -20.5,-5.5 parent: 2 - uid: 4005 components: - type: Transform - pos: 49.5,-60.5 + pos: -21.5,-5.5 parent: 2 - uid: 4006 components: - type: Transform - pos: 50.5,-60.5 + pos: -22.5,-5.5 parent: 2 - uid: 4007 components: - type: Transform - pos: 50.5,-53.5 + pos: -23.5,-5.5 parent: 2 - uid: 4008 components: - type: Transform - pos: 51.5,-53.5 + pos: -24.5,-5.5 parent: 2 - uid: 4009 components: - type: Transform - pos: 52.5,-53.5 + pos: -25.5,-5.5 parent: 2 - uid: 4010 components: - type: Transform - pos: 52.5,-52.5 + pos: -25.5,-4.5 parent: 2 - uid: 4011 components: - type: Transform - pos: 52.5,-51.5 + pos: -25.5,-3.5 parent: 2 - uid: 4012 components: - type: Transform - pos: 50.5,-50.5 + pos: -25.5,-2.5 parent: 2 - uid: 4013 components: - type: Transform - pos: 48.5,-57.5 + pos: -25.5,-1.5 parent: 2 - uid: 4014 components: - type: Transform - pos: 47.5,-57.5 + pos: -25.5,-0.5 parent: 2 - uid: 4015 components: - type: Transform - pos: 46.5,-57.5 + pos: -25.5,0.5 parent: 2 - uid: 4016 components: - type: Transform - pos: 45.5,-57.5 + pos: -24.5,-9.5 parent: 2 - uid: 4017 components: - type: Transform - pos: 51.5,-54.5 + pos: -23.5,-9.5 parent: 2 - uid: 4018 components: - type: Transform - pos: 51.5,-55.5 + pos: -29.5,-13.5 parent: 2 - uid: 4019 components: - type: Transform - pos: 51.5,-56.5 + pos: -29.5,-14.5 parent: 2 - uid: 4020 components: - type: Transform - pos: 49.5,-48.5 + pos: -29.5,-8.5 parent: 2 - uid: 4021 components: - type: Transform - pos: 32.5,15.5 + pos: 45.5,18.5 parent: 2 - uid: 4022 components: - type: Transform - pos: -20.5,0.5 + pos: 30.5,-59.5 parent: 2 - uid: 4023 components: - type: Transform - pos: -21.5,0.5 + pos: 31.5,-59.5 parent: 2 - uid: 4024 components: - type: Transform - pos: -21.5,1.5 + pos: 32.5,-59.5 parent: 2 - uid: 4025 components: - type: Transform - pos: -20.5,1.5 + pos: 33.5,-59.5 parent: 2 - uid: 4026 components: - type: Transform - pos: -19.5,1.5 + pos: 34.5,-59.5 parent: 2 - uid: 4027 components: - type: Transform - pos: -19.5,2.5 + pos: 38.5,-36.5 parent: 2 - uid: 4028 components: - type: Transform - pos: -18.5,2.5 + pos: 38.5,-37.5 parent: 2 - uid: 4029 components: - type: Transform - pos: -17.5,2.5 + pos: 51.5,-57.5 parent: 2 - uid: 4030 components: - type: Transform - pos: -17.5,3.5 + pos: 51.5,-58.5 parent: 2 - uid: 4031 components: - type: Transform - pos: -19.5,-1.5 + pos: 52.5,-58.5 parent: 2 - uid: 4032 components: - type: Transform - pos: -19.5,-2.5 + pos: 53.5,-58.5 parent: 2 - uid: 4033 components: - type: Transform - pos: -19.5,-0.5 + pos: 54.5,-58.5 parent: 2 - uid: 4034 components: - type: Transform - pos: -20.5,-0.5 + pos: 55.5,-58.5 parent: 2 - uid: 4035 components: - type: Transform - pos: -21.5,2.5 + pos: 55.5,-59.5 parent: 2 - uid: 4036 components: - type: Transform - pos: -21.5,3.5 + pos: 55.5,-60.5 parent: 2 - uid: 4037 components: - type: Transform - pos: -18.5,-0.5 + pos: 56.5,-60.5 parent: 2 - uid: 4038 components: - type: Transform - pos: 57.5,6.5 + pos: -35.5,-39.5 parent: 2 - uid: 4039 components: - type: Transform - pos: 18.5,-81.5 + pos: 29.5,-72.5 parent: 2 - uid: 4040 components: - type: Transform - pos: -29.5,-9.5 + pos: 47.5,-82.5 parent: 2 - uid: 4041 components: - type: Transform - pos: -29.5,-10.5 + pos: 37.5,-57.5 parent: 2 - uid: 4042 components: - type: Transform - pos: -29.5,-11.5 + pos: 37.5,-58.5 parent: 2 - uid: 4043 components: - type: Transform - pos: -29.5,-12.5 + pos: 37.5,-59.5 parent: 2 - uid: 4044 components: - type: Transform - pos: -28.5,-12.5 + pos: 38.5,-59.5 parent: 2 - uid: 4045 components: - type: Transform - pos: -27.5,-12.5 + pos: 39.5,-59.5 parent: 2 - uid: 4046 components: - type: Transform - pos: -26.5,-12.5 + pos: 40.5,-59.5 parent: 2 - uid: 4047 components: - type: Transform - pos: -25.5,-12.5 + pos: 40.5,-59.5 parent: 2 - uid: 4048 components: - type: Transform - pos: -24.5,-12.5 + pos: 40.5,-60.5 parent: 2 - uid: 4049 components: - type: Transform - pos: -23.5,-12.5 + pos: 40.5,-61.5 parent: 2 - uid: 4050 components: - type: Transform - pos: -22.5,-12.5 + pos: 40.5,-62.5 parent: 2 - uid: 4051 components: - type: Transform - pos: -21.5,-12.5 + pos: 40.5,-63.5 parent: 2 - uid: 4052 components: - type: Transform - pos: -20.5,-12.5 + pos: 40.5,-64.5 parent: 2 - uid: 4053 components: - type: Transform - pos: -19.5,-12.5 + pos: 40.5,-65.5 parent: 2 - uid: 4054 components: - type: Transform - pos: -24.5,-11.5 + pos: 40.5,-66.5 parent: 2 - uid: 4055 components: - type: Transform - pos: -24.5,-10.5 + pos: 40.5,-67.5 parent: 2 - uid: 4056 components: - type: Transform - pos: -24.5,-9.5 + pos: 40.5,-68.5 parent: 2 - uid: 4057 components: - type: Transform - pos: -19.5,-13.5 + pos: 40.5,-69.5 parent: 2 - uid: 4058 components: - type: Transform - pos: -19.5,-14.5 + pos: 40.5,-70.5 parent: 2 - uid: 4059 components: - type: Transform - pos: -19.5,-15.5 + pos: 40.5,-71.5 parent: 2 - uid: 4060 components: - type: Transform - pos: -19.5,-16.5 + pos: 40.5,-72.5 parent: 2 - uid: 4061 components: - type: Transform - pos: -19.5,-17.5 + pos: 41.5,-72.5 parent: 2 - uid: 4062 components: - type: Transform - pos: -19.5,-18.5 + pos: 42.5,-72.5 parent: 2 - uid: 4063 components: - type: Transform - pos: -19.5,-19.5 + pos: 43.5,-72.5 parent: 2 - uid: 4064 components: - type: Transform - pos: -19.5,-20.5 + pos: 44.5,-72.5 parent: 2 - uid: 4065 components: - type: Transform - pos: -19.5,-21.5 + pos: 44.5,-73.5 parent: 2 - uid: 4066 components: - type: Transform - pos: -19.5,-22.5 + pos: 42.5,-73.5 parent: 2 - uid: 4067 components: - type: Transform - pos: -20.5,-17.5 + pos: 39.5,-72.5 parent: 2 - uid: 4068 components: - type: Transform - pos: -21.5,-17.5 + pos: 38.5,-72.5 parent: 2 - uid: 4069 components: - type: Transform - pos: -23.5,-17.5 + pos: 37.5,-72.5 parent: 2 - uid: 4070 components: - type: Transform - pos: -24.5,-17.5 + pos: 36.5,-72.5 parent: 2 - uid: 4071 components: - type: Transform - pos: -25.5,-17.5 + pos: 35.5,-72.5 parent: 2 - uid: 4072 components: - type: Transform - pos: -26.5,-17.5 + pos: 34.5,-72.5 parent: 2 - uid: 4073 components: - type: Transform - pos: -27.5,-17.5 + pos: 34.5,-73.5 parent: 2 - uid: 4074 components: - type: Transform - pos: -28.5,-17.5 + pos: 36.5,-73.5 parent: 2 - uid: 4075 components: - type: Transform - pos: -29.5,-17.5 + pos: 44.5,-71.5 parent: 2 - uid: 4076 components: - type: Transform - pos: -20.5,-22.5 + pos: 44.5,-70.5 parent: 2 - uid: 4077 components: - type: Transform - pos: -21.5,-22.5 + pos: 34.5,-71.5 parent: 2 - uid: 4078 components: - type: Transform - pos: -22.5,-22.5 + pos: 34.5,-70.5 parent: 2 - uid: 4079 components: - type: Transform - pos: -23.5,-22.5 + pos: 41.5,-59.5 parent: 2 - uid: 4080 components: - type: Transform - pos: -24.5,-22.5 + pos: 42.5,-59.5 parent: 2 - uid: 4081 components: - type: Transform - pos: -25.5,-22.5 + pos: 43.5,-59.5 parent: 2 - uid: 4082 components: - type: Transform - pos: -26.5,-22.5 + pos: 39.5,-58.5 parent: 2 - uid: 4083 components: - type: Transform - pos: -27.5,-22.5 + pos: 39.5,-57.5 parent: 2 - uid: 4084 components: - type: Transform - pos: -28.5,-22.5 + pos: 39.5,-56.5 parent: 2 - uid: 4085 components: - type: Transform - pos: -29.5,-22.5 + pos: 39.5,-55.5 parent: 2 - uid: 4086 components: - type: Transform - pos: -19.5,-23.5 + pos: 39.5,-54.5 parent: 2 - uid: 4087 components: - type: Transform - pos: -19.5,-11.5 + pos: 40.5,-55.5 parent: 2 - uid: 4088 components: - type: Transform - pos: -19.5,-10.5 + pos: 36.5,-58.5 parent: 2 - uid: 4089 components: - type: Transform - pos: -19.5,-9.5 + pos: 36.5,-56.5 parent: 2 - uid: 4090 components: - type: Transform - pos: -19.5,-8.5 + pos: 36.5,-54.5 parent: 2 - uid: 4091 components: - type: Transform - pos: -19.5,-6.5 + pos: 36.5,-57.5 parent: 2 - uid: 4092 components: - type: Transform - pos: -19.5,-5.5 + pos: 36.5,-55.5 parent: 2 - uid: 4093 components: - type: Transform - pos: -18.5,-5.5 + pos: 36.5,-53.5 parent: 2 - uid: 4094 components: - type: Transform - pos: -17.5,-5.5 + pos: 36.5,-52.5 parent: 2 - uid: 4095 components: - type: Transform - pos: -16.5,-5.5 + pos: 36.5,-51.5 parent: 2 - uid: 4096 components: - type: Transform - pos: -15.5,-5.5 + pos: 37.5,-51.5 parent: 2 - uid: 4097 components: - type: Transform - pos: -14.5,-5.5 + pos: 38.5,-51.5 parent: 2 - uid: 4098 components: - type: Transform - pos: -13.5,-5.5 + pos: 39.5,-51.5 parent: 2 - uid: 4099 components: - type: Transform - pos: -13.5,-4.5 + pos: 40.5,-51.5 parent: 2 - uid: 4100 components: - type: Transform - pos: -13.5,3.5 + pos: 40.5,-50.5 parent: 2 - uid: 4101 components: - type: Transform - pos: -19.5,7.5 + pos: 40.5,-49.5 parent: 2 - uid: 4102 components: - type: Transform - pos: -20.5,7.5 + pos: 39.5,-49.5 parent: 2 - uid: 4103 components: - type: Transform - pos: -21.5,7.5 + pos: 39.5,-48.5 parent: 2 - uid: 4104 components: - type: Transform - pos: -22.5,7.5 + pos: 38.5,-48.5 parent: 2 - uid: 4105 components: - type: Transform - pos: -20.5,-5.5 + pos: 41.5,-51.5 parent: 2 - uid: 4106 components: - type: Transform - pos: -21.5,-5.5 + pos: 42.5,-51.5 parent: 2 - uid: 4107 components: - type: Transform - pos: -22.5,-5.5 + pos: 43.5,-51.5 parent: 2 - uid: 4108 components: - type: Transform - pos: -23.5,-5.5 + pos: 43.5,-52.5 parent: 2 - uid: 4109 components: - type: Transform - pos: -24.5,-5.5 + pos: 43.5,-53.5 parent: 2 - uid: 4110 components: - type: Transform - pos: -25.5,-5.5 + pos: 43.5,-54.5 parent: 2 - uid: 4111 components: - type: Transform - pos: -25.5,-4.5 + pos: 31.5,-72.5 parent: 2 - uid: 4112 components: - type: Transform - pos: -25.5,-3.5 + pos: 27.5,-72.5 parent: 2 - uid: 4113 components: - type: Transform - pos: -25.5,-2.5 + pos: 28.5,-72.5 parent: 2 - uid: 4114 components: - type: Transform - pos: -25.5,-1.5 + pos: 22.5,-83.5 parent: 2 - uid: 4115 components: - type: Transform - pos: -25.5,-0.5 + pos: 23.5,-72.5 parent: 2 - uid: 4116 components: - type: Transform - pos: -25.5,0.5 + pos: 25.5,-70.5 parent: 2 - uid: 4117 components: - type: Transform - pos: -24.5,-9.5 + pos: 25.5,-69.5 parent: 2 - uid: 4118 components: - type: Transform - pos: -23.5,-9.5 + pos: 13.5,-83.5 parent: 2 - uid: 4119 components: - type: Transform - pos: -29.5,-13.5 + pos: 26.5,-72.5 parent: 2 - uid: 4120 components: - type: Transform - pos: -29.5,-14.5 + pos: 25.5,-72.5 parent: 2 - uid: 4121 components: - type: Transform - pos: -29.5,-8.5 + pos: 25.5,-71.5 parent: 2 - uid: 4122 components: - type: Transform - pos: 45.5,18.5 + pos: 20.5,-83.5 parent: 2 - uid: 4123 components: - type: Transform - pos: 30.5,-59.5 + pos: 18.5,-83.5 parent: 2 - uid: 4124 components: - type: Transform - pos: 31.5,-59.5 + pos: 24.5,-72.5 parent: 2 - uid: 4125 components: - type: Transform - pos: 32.5,-59.5 + pos: 13.5,-86.5 parent: 2 - uid: 4126 components: - type: Transform - pos: 33.5,-59.5 + pos: 21.5,-83.5 parent: 2 - uid: 4127 components: - type: Transform - pos: 34.5,-59.5 + pos: 14.5,-81.5 parent: 2 - uid: 4128 components: - type: Transform - pos: 38.5,-36.5 + pos: 12.5,-81.5 parent: 2 - uid: 4129 components: - type: Transform - pos: 38.5,-37.5 + pos: 17.5,-81.5 parent: 2 - uid: 4130 components: - type: Transform - pos: 51.5,-57.5 + pos: 14.5,-86.5 parent: 2 - uid: 4131 components: - type: Transform - pos: 51.5,-58.5 + pos: 10.5,-70.5 parent: 2 - uid: 4132 components: - type: Transform - pos: 52.5,-58.5 + pos: 32.5,-72.5 parent: 2 - uid: 4133 components: - type: Transform - pos: 53.5,-58.5 + pos: 30.5,-75.5 parent: 2 - uid: 4134 components: - type: Transform - pos: 54.5,-58.5 + pos: 30.5,-73.5 parent: 2 - uid: 4135 components: - type: Transform - pos: 55.5,-58.5 + pos: 30.5,-76.5 parent: 2 - uid: 4136 components: - type: Transform - pos: 55.5,-59.5 + pos: 30.5,-74.5 parent: 2 - uid: 4137 components: - type: Transform - pos: 55.5,-60.5 + pos: 33.5,-72.5 parent: 2 - uid: 4138 components: - type: Transform - pos: 56.5,-60.5 + pos: 48.5,-73.5 parent: 2 - uid: 4139 components: - type: Transform - pos: -35.5,-39.5 + pos: 30.5,-78.5 parent: 2 - uid: 4140 components: - type: Transform - pos: 29.5,-72.5 + pos: 46.5,-82.5 parent: 2 - uid: 4141 components: - type: Transform - pos: 47.5,-82.5 + pos: 48.5,-91.5 parent: 2 - uid: 4142 components: - type: Transform - pos: 37.5,-57.5 + pos: 21.5,-73.5 parent: 2 - uid: 4143 components: - type: Transform - pos: 37.5,-58.5 + pos: 20.5,-73.5 parent: 2 - uid: 4144 components: - type: Transform - pos: 37.5,-59.5 + pos: 19.5,-73.5 parent: 2 - uid: 4145 components: - type: Transform - pos: 38.5,-59.5 + pos: 18.5,-73.5 parent: 2 - uid: 4146 components: - type: Transform - pos: 39.5,-59.5 + pos: 17.5,-73.5 parent: 2 - uid: 4147 components: - type: Transform - pos: 40.5,-59.5 + pos: 16.5,-73.5 parent: 2 - uid: 4148 components: - type: Transform - pos: 40.5,-59.5 + pos: 15.5,-73.5 parent: 2 - uid: 4149 components: - type: Transform - pos: 40.5,-60.5 + pos: 14.5,-73.5 parent: 2 - uid: 4150 components: - type: Transform - pos: 40.5,-61.5 + pos: 13.5,-73.5 parent: 2 - uid: 4151 components: - type: Transform - pos: 40.5,-62.5 + pos: 12.5,-73.5 parent: 2 - uid: 4152 components: - type: Transform - pos: 40.5,-63.5 + pos: 11.5,-73.5 parent: 2 - uid: 4153 components: - type: Transform - pos: 40.5,-64.5 + pos: 11.5,-72.5 parent: 2 - uid: 4154 components: - type: Transform - pos: 40.5,-65.5 + pos: 11.5,-71.5 parent: 2 - uid: 4155 components: - type: Transform - pos: 40.5,-66.5 + pos: 11.5,-70.5 parent: 2 - uid: 4156 components: - type: Transform - pos: 40.5,-67.5 + pos: 19.5,-83.5 parent: 2 - uid: 4157 components: - type: Transform - pos: 40.5,-68.5 + pos: 48.5,-89.5 parent: 2 - uid: 4158 components: - type: Transform - pos: 40.5,-69.5 + pos: 23.5,-83.5 parent: 2 - uid: 4159 components: - type: Transform - pos: 40.5,-70.5 + pos: 9.5,-70.5 parent: 2 - uid: 4160 components: - type: Transform - pos: 40.5,-71.5 + pos: 16.5,-86.5 parent: 2 - uid: 4161 components: - type: Transform - pos: 40.5,-72.5 + pos: 15.5,-86.5 parent: 2 - uid: 4162 components: - type: Transform - pos: 41.5,-72.5 + pos: 12.5,-86.5 parent: 2 - uid: 4163 components: - type: Transform - pos: 42.5,-72.5 + pos: 17.5,-86.5 parent: 2 - uid: 4164 components: - type: Transform - pos: 43.5,-72.5 + pos: -13.5,-26.5 parent: 2 - uid: 4165 components: - type: Transform - pos: 44.5,-72.5 + pos: -14.5,-26.5 parent: 2 - uid: 4166 components: - type: Transform - pos: 44.5,-73.5 + pos: -15.5,-26.5 parent: 2 - uid: 4167 components: - type: Transform - pos: 42.5,-73.5 + pos: -16.5,-26.5 parent: 2 - uid: 4168 components: - type: Transform - pos: 39.5,-72.5 + pos: -17.5,-26.5 parent: 2 - uid: 4169 components: - type: Transform - pos: 38.5,-72.5 + pos: -18.5,-26.5 parent: 2 - uid: 4170 components: - type: Transform - pos: 37.5,-72.5 + pos: -19.5,-26.5 parent: 2 - uid: 4171 components: - type: Transform - pos: 36.5,-72.5 + pos: -19.5,-27.5 parent: 2 - uid: 4172 components: - type: Transform - pos: 35.5,-72.5 + pos: -19.5,-28.5 parent: 2 - uid: 4173 components: - type: Transform - pos: 34.5,-72.5 + pos: -19.5,-29.5 parent: 2 - uid: 4174 components: - type: Transform - pos: 34.5,-73.5 + pos: -19.5,-30.5 parent: 2 - uid: 4175 components: - type: Transform - pos: 36.5,-73.5 + pos: -19.5,-31.5 parent: 2 - uid: 4176 components: - type: Transform - pos: 44.5,-71.5 + pos: -19.5,-32.5 parent: 2 - uid: 4177 components: - type: Transform - pos: 44.5,-70.5 + pos: -19.5,-33.5 parent: 2 - uid: 4178 components: - type: Transform - pos: 34.5,-71.5 + pos: -19.5,-34.5 parent: 2 - uid: 4179 components: - type: Transform - pos: 34.5,-70.5 + pos: -19.5,-35.5 parent: 2 - uid: 4180 components: - type: Transform - pos: 41.5,-59.5 + pos: -19.5,-36.5 parent: 2 - uid: 4181 components: - type: Transform - pos: 42.5,-59.5 + pos: -19.5,-37.5 parent: 2 - uid: 4182 components: - type: Transform - pos: 43.5,-59.5 + pos: -20.5,-26.5 parent: 2 - uid: 4183 components: - type: Transform - pos: 39.5,-58.5 + pos: -18.5,-29.5 parent: 2 - uid: 4184 components: - type: Transform - pos: 39.5,-57.5 + pos: -13.5,-42.5 parent: 2 - uid: 4185 components: - type: Transform - pos: 39.5,-56.5 + pos: -14.5,-42.5 parent: 2 - uid: 4186 components: - type: Transform - pos: 39.5,-55.5 + pos: -15.5,-42.5 parent: 2 - uid: 4187 components: - type: Transform - pos: 39.5,-54.5 + pos: -16.5,-42.5 parent: 2 - uid: 4188 components: - type: Transform - pos: 40.5,-55.5 + pos: -17.5,-42.5 parent: 2 - uid: 4189 components: - type: Transform - pos: 36.5,-58.5 + pos: -18.5,-42.5 parent: 2 - uid: 4190 components: - type: Transform - pos: 36.5,-56.5 + pos: -19.5,-42.5 parent: 2 - uid: 4191 components: - type: Transform - pos: 36.5,-54.5 + pos: -19.5,-43.5 parent: 2 - uid: 4192 components: - type: Transform - pos: 36.5,-57.5 + pos: -19.5,-44.5 parent: 2 - uid: 4193 components: - type: Transform - pos: 36.5,-55.5 + pos: -19.5,-45.5 parent: 2 - uid: 4194 components: - type: Transform - pos: 36.5,-53.5 + pos: -19.5,-46.5 parent: 2 - uid: 4195 components: - type: Transform - pos: 36.5,-52.5 + pos: -19.5,-47.5 parent: 2 - uid: 4196 components: - type: Transform - pos: 36.5,-51.5 + pos: -20.5,-46.5 parent: 2 - uid: 4197 components: - type: Transform - pos: 37.5,-51.5 + pos: -19.5,-48.5 parent: 2 - uid: 4198 components: - type: Transform - pos: 38.5,-51.5 + pos: -20.5,-42.5 parent: 2 - uid: 4199 components: - type: Transform - pos: 39.5,-51.5 + pos: -19.5,-41.5 parent: 2 - uid: 4200 components: - type: Transform - pos: 40.5,-51.5 + pos: 30.5,-89.5 parent: 2 - uid: 4201 components: - type: Transform - pos: 40.5,-50.5 + pos: 48.5,-72.5 parent: 2 - uid: 4202 components: - type: Transform - pos: 40.5,-49.5 + pos: 30.5,-90.5 parent: 2 - uid: 4203 components: - type: Transform - pos: 39.5,-49.5 + pos: -37.5,-14.5 parent: 2 - uid: 4204 components: - type: Transform - pos: 39.5,-48.5 + pos: -29.5,-21.5 parent: 2 - uid: 4205 components: - type: Transform - pos: 38.5,-48.5 + pos: -30.5,-21.5 parent: 2 - uid: 4206 components: - type: Transform - pos: 41.5,-51.5 + pos: -31.5,-21.5 parent: 2 - uid: 4207 components: - type: Transform - pos: 42.5,-51.5 + pos: -32.5,-21.5 parent: 2 - uid: 4208 components: - type: Transform - pos: 43.5,-51.5 + pos: -32.5,-20.5 parent: 2 - uid: 4209 components: - type: Transform - pos: 43.5,-52.5 + pos: -32.5,-19.5 parent: 2 - uid: 4210 components: - type: Transform - pos: 43.5,-53.5 + pos: -32.5,-18.5 parent: 2 - uid: 4211 components: - type: Transform - pos: 43.5,-54.5 + pos: -32.5,-17.5 parent: 2 - uid: 4212 components: - type: Transform - pos: 31.5,-72.5 + pos: -32.5,-16.5 parent: 2 - uid: 4213 components: - type: Transform - pos: 27.5,-72.5 + pos: -32.5,-15.5 parent: 2 - uid: 4214 components: - type: Transform - pos: 28.5,-72.5 + pos: -32.5,-14.5 parent: 2 - uid: 4215 components: - type: Transform - pos: 22.5,-83.5 + pos: -32.5,-13.5 parent: 2 - uid: 4216 components: - type: Transform - pos: 23.5,-72.5 + pos: -32.5,-12.5 parent: 2 - uid: 4217 components: - type: Transform - pos: 25.5,-70.5 + pos: -32.5,-11.5 parent: 2 - uid: 4218 components: - type: Transform - pos: 25.5,-69.5 + pos: -32.5,-10.5 parent: 2 - uid: 4219 components: - type: Transform - pos: 13.5,-83.5 + pos: -38.5,-7.5 parent: 2 - uid: 4220 components: - type: Transform - pos: 26.5,-72.5 + pos: -31.5,-17.5 parent: 2 - uid: 4221 components: - type: Transform - pos: 25.5,-72.5 + pos: -33.5,-10.5 parent: 2 - uid: 4222 components: - type: Transform - pos: 25.5,-71.5 + pos: -34.5,-10.5 parent: 2 - uid: 4223 components: - type: Transform - pos: 20.5,-83.5 + pos: -35.5,-10.5 parent: 2 - uid: 4224 components: - type: Transform - pos: 18.5,-83.5 + pos: -36.5,-10.5 parent: 2 - uid: 4225 components: - type: Transform - pos: 24.5,-72.5 + pos: -37.5,-10.5 parent: 2 - uid: 4226 components: - type: Transform - pos: 13.5,-86.5 + pos: -38.5,-10.5 parent: 2 - uid: 4227 components: - type: Transform - pos: 21.5,-83.5 + pos: -39.5,-10.5 parent: 2 - uid: 4228 components: - type: Transform - pos: 14.5,-81.5 + pos: -37.5,-11.5 parent: 2 - uid: 4229 components: - type: Transform - pos: 12.5,-81.5 + pos: -37.5,-12.5 parent: 2 - uid: 4230 components: - type: Transform - pos: 17.5,-81.5 + pos: -37.5,-13.5 parent: 2 - uid: 4231 components: - type: Transform - pos: 14.5,-86.5 + pos: -38.5,-9.5 parent: 2 - uid: 4232 components: - type: Transform - pos: 10.5,-70.5 + pos: -35.5,-9.5 parent: 2 - uid: 4233 components: - type: Transform - pos: 32.5,-72.5 + pos: -38.5,-84.5 parent: 2 - uid: 4234 components: - type: Transform - pos: 30.5,-75.5 + pos: -33.5,-16.5 parent: 2 - uid: 4235 components: - type: Transform - pos: 30.5,-73.5 + pos: -34.5,-16.5 parent: 2 - uid: 4236 components: - type: Transform - pos: 30.5,-76.5 + pos: -35.5,-16.5 parent: 2 - uid: 4237 components: - type: Transform - pos: 30.5,-74.5 + pos: -36.5,-16.5 parent: 2 - uid: 4238 components: - type: Transform - pos: 33.5,-72.5 + pos: -36.5,-17.5 parent: 2 - uid: 4239 components: - type: Transform - pos: 48.5,-73.5 + pos: -35.5,-11.5 parent: 2 - uid: 4240 components: - type: Transform - pos: 30.5,-78.5 + pos: -35.5,-12.5 parent: 2 - uid: 4241 components: - type: Transform - pos: 46.5,-82.5 + pos: -32.5,-22.5 parent: 2 - uid: 4242 components: - type: Transform - pos: 48.5,-91.5 + pos: -32.5,-23.5 parent: 2 - uid: 4243 components: - type: Transform - pos: 21.5,-73.5 + pos: -32.5,-24.5 parent: 2 - uid: 4244 components: - type: Transform - pos: 20.5,-73.5 + pos: -32.5,-25.5 parent: 2 - uid: 4245 components: - type: Transform - pos: 19.5,-73.5 + pos: -32.5,-26.5 parent: 2 - uid: 4246 components: - type: Transform - pos: 18.5,-73.5 + pos: -32.5,-27.5 parent: 2 - uid: 4247 components: - type: Transform - pos: 17.5,-73.5 + pos: -32.5,-28.5 parent: 2 - uid: 4248 components: - type: Transform - pos: 16.5,-73.5 + pos: -40.5,-10.5 parent: 2 - uid: 4249 components: - type: Transform - pos: 15.5,-73.5 + pos: -41.5,-10.5 parent: 2 - uid: 4250 components: - type: Transform - pos: 14.5,-73.5 + pos: -41.5,-11.5 parent: 2 - uid: 4251 components: - type: Transform - pos: 13.5,-73.5 + pos: -41.5,-12.5 parent: 2 - uid: 4252 components: - type: Transform - pos: 12.5,-73.5 + pos: -41.5,-13.5 parent: 2 - uid: 4253 components: - type: Transform - pos: 11.5,-73.5 + pos: -41.5,-14.5 parent: 2 - uid: 4254 components: - type: Transform - pos: 11.5,-72.5 + pos: -41.5,-15.5 parent: 2 - uid: 4255 components: - type: Transform - pos: 11.5,-71.5 + pos: -41.5,-16.5 parent: 2 - uid: 4256 components: - type: Transform - pos: 11.5,-70.5 + pos: -40.5,-16.5 parent: 2 - uid: 4257 components: - type: Transform - pos: 19.5,-83.5 + pos: -31.5,-26.5 parent: 2 - uid: 4258 components: - type: Transform - pos: 48.5,-89.5 + pos: -30.5,-26.5 parent: 2 - uid: 4259 components: - type: Transform - pos: 23.5,-83.5 + pos: -29.5,-26.5 parent: 2 - uid: 4260 components: - type: Transform - pos: 9.5,-70.5 + pos: -28.5,-26.5 parent: 2 - uid: 4261 components: - type: Transform - pos: 16.5,-86.5 + pos: -27.5,-26.5 parent: 2 - uid: 4262 components: - type: Transform - pos: 15.5,-86.5 + pos: -26.5,-26.5 parent: 2 - uid: 4263 components: - type: Transform - pos: 12.5,-86.5 + pos: -25.5,-26.5 parent: 2 - uid: 4264 components: - type: Transform - pos: 17.5,-86.5 + pos: 3.5,-49.5 parent: 2 - uid: 4265 components: - type: Transform - pos: -13.5,-26.5 + pos: 3.5,-50.5 parent: 2 - uid: 4266 components: - type: Transform - pos: -14.5,-26.5 + pos: -18.5,14.5 parent: 2 - uid: 4267 components: - type: Transform - pos: -15.5,-26.5 + pos: -18.5,13.5 parent: 2 - uid: 4268 components: - type: Transform - pos: -16.5,-26.5 + pos: -18.5,12.5 parent: 2 - uid: 4269 components: - type: Transform - pos: -17.5,-26.5 + pos: -18.5,11.5 parent: 2 - uid: 4270 components: - type: Transform - pos: -18.5,-26.5 + pos: -18.5,10.5 parent: 2 - uid: 4271 components: - type: Transform - pos: -19.5,-26.5 + pos: -18.5,9.5 parent: 2 - uid: 4272 components: - type: Transform - pos: -19.5,-27.5 + pos: -18.5,8.5 parent: 2 - uid: 4273 components: - type: Transform - pos: -19.5,-28.5 + pos: -18.5,7.5 parent: 2 - uid: 4274 components: - type: Transform - pos: -19.5,-29.5 + pos: -17.5,7.5 parent: 2 - uid: 4275 components: - type: Transform - pos: -19.5,-30.5 + pos: -16.5,7.5 parent: 2 - uid: 4276 components: - type: Transform - pos: -19.5,-31.5 + pos: -15.5,7.5 parent: 2 - uid: 4277 components: - type: Transform - pos: -19.5,-32.5 + pos: -14.5,7.5 parent: 2 - uid: 4278 components: - type: Transform - pos: -19.5,-33.5 + pos: -13.5,7.5 parent: 2 - uid: 4279 components: - type: Transform - pos: -19.5,-34.5 + pos: -12.5,7.5 parent: 2 - uid: 4280 components: - type: Transform - pos: -19.5,-35.5 + pos: -12.5,6.5 parent: 2 - uid: 4281 components: - type: Transform - pos: -19.5,-36.5 + pos: -12.5,5.5 parent: 2 - uid: 4282 components: - type: Transform - pos: -19.5,-37.5 + pos: -12.5,4.5 parent: 2 - uid: 4283 components: - type: Transform - pos: -20.5,-26.5 + pos: -12.5,3.5 parent: 2 - uid: 4284 components: - type: Transform - pos: -18.5,-29.5 + pos: -12.5,2.5 parent: 2 - uid: 4285 components: - type: Transform - pos: -13.5,-42.5 + pos: -12.5,1.5 parent: 2 - uid: 4286 components: - type: Transform - pos: -14.5,-42.5 + pos: -12.5,0.5 parent: 2 - uid: 4287 components: - type: Transform - pos: -15.5,-42.5 + pos: -12.5,-0.5 parent: 2 - uid: 4288 components: - type: Transform - pos: -16.5,-42.5 + pos: -12.5,-1.5 parent: 2 - uid: 4289 components: - type: Transform - pos: -17.5,-42.5 + pos: -12.5,-2.5 parent: 2 - uid: 4290 components: - type: Transform - pos: -18.5,-42.5 + pos: -13.5,-2.5 parent: 2 - uid: 4291 components: - type: Transform - pos: -19.5,-42.5 + pos: -12.5,-4.5 parent: 2 - uid: 4292 components: - type: Transform - pos: -19.5,-43.5 + pos: -23.5,7.5 parent: 2 - uid: 4293 components: - type: Transform - pos: -19.5,-44.5 + pos: -24.5,7.5 parent: 2 - uid: 4294 components: - type: Transform - pos: -19.5,-45.5 + pos: -25.5,7.5 parent: 2 - uid: 4295 components: - type: Transform - pos: -19.5,-46.5 + pos: -25.5,6.5 parent: 2 - uid: 4296 components: - type: Transform - pos: -19.5,-47.5 + pos: -25.5,5.5 parent: 2 - uid: 4297 components: - type: Transform - pos: -20.5,-46.5 + pos: -25.5,4.5 parent: 2 - uid: 4298 components: - type: Transform - pos: -19.5,-48.5 + pos: -25.5,3.5 parent: 2 - uid: 4299 components: - type: Transform - pos: -20.5,-42.5 + pos: -25.5,2.5 parent: 2 - uid: 4300 components: - type: Transform - pos: -19.5,-41.5 + pos: -16.5,10.5 parent: 2 - uid: 4301 components: - type: Transform - pos: 30.5,-89.5 + pos: -15.5,10.5 parent: 2 - uid: 4302 components: - type: Transform - pos: 48.5,-72.5 + pos: -14.5,10.5 parent: 2 - uid: 4303 components: - type: Transform - pos: 30.5,-90.5 + pos: -14.5,11.5 parent: 2 - uid: 4304 components: - type: Transform - pos: -37.5,-14.5 + pos: -14.5,12.5 parent: 2 - uid: 4305 components: - type: Transform - pos: -29.5,-21.5 + pos: -14.5,13.5 parent: 2 - uid: 4306 components: - type: Transform - pos: -30.5,-21.5 + pos: -14.5,14.5 parent: 2 - uid: 4307 components: - type: Transform - pos: -31.5,-21.5 + pos: -14.5,15.5 parent: 2 - uid: 4308 components: - type: Transform - pos: -32.5,-21.5 + pos: -13.5,15.5 parent: 2 - uid: 4309 components: - type: Transform - pos: -32.5,-20.5 + pos: -12.5,15.5 parent: 2 - uid: 4310 components: - type: Transform - pos: -32.5,-19.5 + pos: -11.5,15.5 parent: 2 - uid: 4311 components: - type: Transform - pos: -32.5,-18.5 + pos: -10.5,15.5 parent: 2 - uid: 4312 components: - type: Transform - pos: -32.5,-17.5 + pos: -8.5,16.5 parent: 2 - uid: 4313 components: - type: Transform - pos: -32.5,-16.5 + pos: -7.5,16.5 parent: 2 - uid: 4314 components: - type: Transform - pos: -32.5,-15.5 + pos: -6.5,16.5 parent: 2 - uid: 4315 components: - type: Transform - pos: -32.5,-14.5 + pos: -5.5,16.5 parent: 2 - uid: 4316 components: - type: Transform - pos: -32.5,-13.5 + pos: -4.5,16.5 parent: 2 - uid: 4317 components: - type: Transform - pos: -32.5,-12.5 + pos: -42.5,-10.5 parent: 2 - uid: 4318 components: - type: Transform - pos: -32.5,-11.5 + pos: -43.5,-10.5 parent: 2 - uid: 4319 components: - type: Transform - pos: -32.5,-10.5 + pos: -44.5,-10.5 parent: 2 - uid: 4320 components: - type: Transform - pos: -38.5,-7.5 + pos: -45.5,-10.5 parent: 2 - uid: 4321 components: - type: Transform - pos: -31.5,-17.5 + pos: -46.5,-10.5 parent: 2 - uid: 4322 components: - type: Transform - pos: -33.5,-10.5 + pos: -46.5,-9.5 parent: 2 - uid: 4323 components: - type: Transform - pos: -34.5,-10.5 + pos: -46.5,-11.5 parent: 2 - uid: 4324 components: - type: Transform - pos: -35.5,-10.5 + pos: -46.5,-12.5 parent: 2 - uid: 4325 components: - type: Transform - pos: -36.5,-10.5 + pos: -46.5,-13.5 parent: 2 - uid: 4326 components: - type: Transform - pos: -37.5,-10.5 + pos: -46.5,-14.5 parent: 2 - uid: 4327 components: - type: Transform - pos: -38.5,-10.5 + pos: -46.5,-15.5 parent: 2 - uid: 4328 components: - type: Transform - pos: -39.5,-10.5 + pos: -46.5,-16.5 parent: 2 - uid: 4329 components: - type: Transform - pos: -37.5,-11.5 + pos: -47.5,-13.5 parent: 2 - uid: 4330 components: - type: Transform - pos: -37.5,-12.5 + pos: -48.5,-13.5 parent: 2 - uid: 4331 components: - type: Transform - pos: -37.5,-13.5 + pos: -49.5,-13.5 parent: 2 - uid: 4332 components: - type: Transform - pos: -38.5,-9.5 + pos: -45.5,-16.5 parent: 2 - uid: 4333 components: - type: Transform - pos: -35.5,-9.5 + pos: -45.5,-17.5 parent: 2 - uid: 4334 components: - type: Transform - pos: -38.5,-84.5 + pos: -45.5,-18.5 parent: 2 - uid: 4335 components: - type: Transform - pos: -33.5,-16.5 + pos: -45.5,-19.5 parent: 2 - uid: 4336 components: - type: Transform - pos: -34.5,-16.5 + pos: -45.5,-20.5 parent: 2 - uid: 4337 components: - type: Transform - pos: -35.5,-16.5 + pos: -45.5,-21.5 parent: 2 - uid: 4338 components: - type: Transform - pos: -36.5,-16.5 + pos: -46.5,-20.5 parent: 2 - uid: 4339 components: - type: Transform - pos: -36.5,-17.5 + pos: -47.5,-20.5 parent: 2 - uid: 4340 components: - type: Transform - pos: -35.5,-11.5 + pos: -47.5,-21.5 parent: 2 - uid: 4341 components: - type: Transform - pos: -35.5,-12.5 + pos: -45.5,-22.5 parent: 2 - uid: 4342 components: - type: Transform - pos: -32.5,-22.5 + pos: -48.5,-22.5 parent: 2 - uid: 4343 components: - type: Transform - pos: -32.5,-23.5 + pos: -47.5,-22.5 parent: 2 - uid: 4344 components: - type: Transform - pos: -32.5,-24.5 + pos: -38.5,-8.5 parent: 2 - uid: 4345 components: - type: Transform - pos: -32.5,-25.5 + pos: -35.5,-7.5 parent: 2 - uid: 4346 components: - type: Transform - pos: -32.5,-26.5 + pos: -35.5,-8.5 parent: 2 - uid: 4347 components: - type: Transform - pos: -32.5,-27.5 + pos: -34.5,-6.5 parent: 2 - uid: 4348 components: - type: Transform - pos: -32.5,-28.5 + pos: -35.5,-6.5 parent: 2 - uid: 4349 components: - type: Transform - pos: -40.5,-10.5 + pos: -36.5,-6.5 parent: 2 - uid: 4350 components: - type: Transform - pos: -41.5,-10.5 + pos: -37.5,-6.5 parent: 2 - uid: 4351 components: - type: Transform - pos: -41.5,-11.5 + pos: -38.5,-6.5 parent: 2 - uid: 4352 components: - type: Transform - pos: -41.5,-12.5 + pos: -39.5,-6.5 parent: 2 - uid: 4353 components: - type: Transform - pos: -41.5,-13.5 + pos: -40.5,-6.5 parent: 2 - uid: 4354 components: - type: Transform - pos: -41.5,-14.5 + pos: -41.5,-6.5 parent: 2 - uid: 4355 components: - type: Transform - pos: -41.5,-15.5 + pos: -38.5,-5.5 parent: 2 - uid: 4356 components: - type: Transform - pos: -41.5,-16.5 + pos: -55.5,-28.5 parent: 2 - uid: 4357 components: - type: Transform - pos: -40.5,-16.5 + pos: -55.5,-30.5 parent: 2 - uid: 4358 components: - type: Transform - pos: -31.5,-26.5 + pos: -57.5,-28.5 parent: 2 - uid: 4359 components: - type: Transform - pos: -30.5,-26.5 + pos: -39.5,-69.5 parent: 2 - uid: 4360 components: - type: Transform - pos: -29.5,-26.5 + pos: -39.5,-71.5 parent: 2 - uid: 4361 components: - type: Transform - pos: -28.5,-26.5 + pos: -50.5,-15.5 parent: 2 - uid: 4362 components: - type: Transform - pos: -27.5,-26.5 + pos: -50.5,-16.5 parent: 2 - uid: 4363 components: - type: Transform - pos: -26.5,-26.5 + pos: -51.5,-16.5 parent: 2 - uid: 4364 components: - type: Transform - pos: -25.5,-26.5 + pos: -51.5,-17.5 parent: 2 - uid: 4365 components: - type: Transform - pos: 3.5,-49.5 + pos: -51.5,-18.5 parent: 2 - uid: 4366 components: - type: Transform - pos: 3.5,-50.5 + pos: -51.5,-19.5 parent: 2 - uid: 4367 components: - type: Transform - pos: -18.5,14.5 + pos: -51.5,-20.5 parent: 2 - uid: 4368 components: - type: Transform - pos: -18.5,13.5 + pos: -52.5,-23.5 parent: 2 - uid: 4369 components: - type: Transform - pos: -18.5,12.5 + pos: -51.5,-22.5 parent: 2 - uid: 4370 components: - type: Transform - pos: -18.5,11.5 + pos: -51.5,-23.5 parent: 2 - uid: 4371 components: - type: Transform - pos: -18.5,10.5 + pos: -51.5,-24.5 parent: 2 - uid: 4372 components: - type: Transform - pos: -18.5,9.5 + pos: -51.5,-25.5 parent: 2 - uid: 4373 components: - type: Transform - pos: -18.5,8.5 + pos: -50.5,-25.5 parent: 2 - uid: 4374 components: - type: Transform - pos: -18.5,7.5 + pos: -52.5,-19.5 parent: 2 - uid: 4375 components: - type: Transform - pos: -17.5,7.5 + pos: -53.5,-19.5 parent: 2 - uid: 4376 components: - type: Transform - pos: -16.5,7.5 + pos: -54.5,-19.5 parent: 2 - uid: 4377 components: - type: Transform - pos: -15.5,7.5 + pos: -54.5,-20.5 parent: 2 - uid: 4378 components: - type: Transform - pos: -14.5,7.5 + pos: -54.5,-21.5 parent: 2 - uid: 4379 components: - type: Transform - pos: -13.5,7.5 + pos: -54.5,-22.5 parent: 2 - uid: 4380 components: - type: Transform - pos: -12.5,7.5 + pos: -54.5,-23.5 parent: 2 - uid: 4381 components: - type: Transform - pos: -12.5,6.5 + pos: -54.5,-24.5 parent: 2 - uid: 4382 components: - type: Transform - pos: -12.5,5.5 + pos: -55.5,-24.5 parent: 2 - uid: 4383 components: - type: Transform - pos: -12.5,4.5 + pos: -56.5,-24.5 parent: 2 - uid: 4384 components: - type: Transform - pos: -12.5,3.5 + pos: -57.5,-24.5 parent: 2 - uid: 4385 components: - type: Transform - pos: -12.5,2.5 + pos: -58.5,-24.5 parent: 2 - uid: 4386 components: - type: Transform - pos: -12.5,1.5 + pos: -59.5,-24.5 parent: 2 - uid: 4387 components: - type: Transform - pos: -12.5,0.5 + pos: -60.5,-24.5 parent: 2 - uid: 4388 components: - type: Transform - pos: -12.5,-0.5 + pos: -61.5,-24.5 parent: 2 - uid: 4389 components: - type: Transform - pos: -12.5,-1.5 + pos: -62.5,-24.5 parent: 2 - uid: 4390 components: - type: Transform - pos: -12.5,-2.5 + pos: -63.5,-24.5 parent: 2 - uid: 4391 components: - type: Transform - pos: -13.5,-2.5 + pos: -64.5,-24.5 parent: 2 - uid: 4392 components: - type: Transform - pos: -12.5,-4.5 + pos: -64.5,-25.5 parent: 2 - uid: 4393 components: - type: Transform - pos: -23.5,7.5 + pos: -64.5,-26.5 parent: 2 - uid: 4394 components: - type: Transform - pos: -24.5,7.5 + pos: -64.5,-27.5 parent: 2 - uid: 4395 components: - type: Transform - pos: -25.5,7.5 + pos: -64.5,-28.5 parent: 2 - uid: 4396 components: - type: Transform - pos: -25.5,6.5 + pos: -64.5,-29.5 parent: 2 - uid: 4397 components: - type: Transform - pos: -25.5,5.5 + pos: -64.5,-30.5 parent: 2 - uid: 4398 components: - type: Transform - pos: -25.5,4.5 + pos: -65.5,-30.5 parent: 2 - uid: 4399 components: - type: Transform - pos: -25.5,3.5 + pos: -66.5,-30.5 parent: 2 - uid: 4400 components: - type: Transform - pos: -25.5,2.5 + pos: -67.5,-30.5 parent: 2 - uid: 4401 components: - type: Transform - pos: -16.5,10.5 + pos: -68.5,-30.5 parent: 2 - uid: 4402 components: - type: Transform - pos: -15.5,10.5 + pos: -65.5,-30.5 parent: 2 - uid: 4403 components: - type: Transform - pos: -14.5,10.5 + pos: -65.5,-31.5 parent: 2 - uid: 4404 components: - type: Transform - pos: -14.5,11.5 + pos: -65.5,-32.5 parent: 2 - uid: 4405 components: - type: Transform - pos: -14.5,12.5 + pos: -68.5,-31.5 parent: 2 - uid: 4406 components: - type: Transform - pos: -14.5,13.5 + pos: -68.5,-28.5 parent: 2 - uid: 4407 components: - type: Transform - pos: -14.5,14.5 + pos: -68.5,-27.5 parent: 2 - uid: 4408 components: - type: Transform - pos: -14.5,15.5 + pos: -68.5,-26.5 parent: 2 - uid: 4409 components: - type: Transform - pos: -13.5,15.5 + pos: -68.5,-29.5 parent: 2 - uid: 4410 components: - type: Transform - pos: -12.5,15.5 + pos: -54.5,-18.5 parent: 2 - uid: 4411 components: - type: Transform - pos: -11.5,15.5 + pos: -54.5,-17.5 parent: 2 - uid: 4412 components: - type: Transform - pos: -10.5,15.5 + pos: -54.5,-16.5 parent: 2 - uid: 4413 components: - type: Transform - pos: -8.5,16.5 + pos: -54.5,-15.5 parent: 2 - uid: 4414 components: - type: Transform - pos: -7.5,16.5 + pos: -54.5,-14.5 parent: 2 - uid: 4415 components: - type: Transform - pos: -6.5,16.5 + pos: -54.5,-13.5 parent: 2 - uid: 4416 components: - type: Transform - pos: -5.5,16.5 + pos: -54.5,-12.5 parent: 2 - uid: 4417 components: - type: Transform - pos: -4.5,16.5 + pos: -54.5,-11.5 parent: 2 - uid: 4418 components: - type: Transform - pos: -42.5,-10.5 + pos: -54.5,-10.5 parent: 2 - uid: 4419 components: - type: Transform - pos: -43.5,-10.5 + pos: -54.5,-9.5 parent: 2 - uid: 4420 components: - type: Transform - pos: -44.5,-10.5 + pos: -54.5,-8.5 parent: 2 - uid: 4421 components: - type: Transform - pos: -45.5,-10.5 + pos: -54.5,-7.5 parent: 2 - uid: 4422 components: - type: Transform - pos: -46.5,-10.5 + pos: -54.5,-6.5 parent: 2 - uid: 4423 components: - type: Transform - pos: -46.5,-9.5 + pos: -53.5,-7.5 parent: 2 - uid: 4424 components: - type: Transform - pos: -46.5,-11.5 + pos: -52.5,-7.5 parent: 2 - uid: 4425 components: - type: Transform - pos: -46.5,-12.5 + pos: -51.5,-7.5 parent: 2 - uid: 4426 components: - type: Transform - pos: -46.5,-13.5 + pos: -52.5,-6.5 parent: 2 - uid: 4427 components: - type: Transform - pos: -46.5,-14.5 + pos: -56.5,-28.5 parent: 2 - uid: 4428 components: - type: Transform - pos: -46.5,-15.5 + pos: -55.5,-29.5 parent: 2 - uid: 4429 components: - type: Transform - pos: -46.5,-16.5 + pos: -39.5,-70.5 parent: 2 - uid: 4430 components: - type: Transform - pos: -47.5,-13.5 + pos: 55.5,10.5 parent: 2 - uid: 4431 components: - type: Transform - pos: -48.5,-13.5 + pos: -35.5,-31.5 parent: 2 - uid: 4432 components: - type: Transform - pos: -49.5,-13.5 + pos: -35.5,-32.5 parent: 2 - uid: 4433 components: - type: Transform - pos: -45.5,-16.5 + pos: -35.5,-33.5 parent: 2 - uid: 4434 components: - type: Transform - pos: -45.5,-17.5 + pos: -35.5,-34.5 parent: 2 - uid: 4435 components: - type: Transform - pos: -45.5,-18.5 + pos: -36.5,-34.5 parent: 2 - uid: 4436 components: - type: Transform - pos: -45.5,-19.5 + pos: -37.5,-34.5 parent: 2 - uid: 4437 components: - type: Transform - pos: -45.5,-20.5 + pos: -38.5,-34.5 parent: 2 - uid: 4438 components: - type: Transform - pos: -45.5,-21.5 + pos: -39.5,-34.5 parent: 2 - uid: 4439 components: - type: Transform - pos: -46.5,-20.5 + pos: -40.5,-34.5 parent: 2 - uid: 4440 components: - type: Transform - pos: -47.5,-20.5 + pos: -41.5,-34.5 parent: 2 - uid: 4441 components: - type: Transform - pos: -47.5,-21.5 + pos: -42.5,-34.5 parent: 2 - uid: 4442 components: - type: Transform - pos: -45.5,-22.5 + pos: -43.5,-34.5 parent: 2 - uid: 4443 components: - type: Transform - pos: -48.5,-22.5 + pos: -39.5,-33.5 parent: 2 - uid: 4444 components: - type: Transform - pos: -47.5,-22.5 + pos: -41.5,-35.5 parent: 2 - uid: 4445 components: - type: Transform - pos: -38.5,-8.5 + pos: -41.5,-36.5 parent: 2 - uid: 4446 components: - type: Transform - pos: -35.5,-7.5 + pos: -41.5,-37.5 parent: 2 - uid: 4447 components: - type: Transform - pos: -35.5,-8.5 + pos: -41.5,-38.5 parent: 2 - uid: 4448 components: - type: Transform - pos: -34.5,-6.5 + pos: -41.5,-39.5 parent: 2 - uid: 4449 components: - type: Transform - pos: -35.5,-6.5 + pos: -42.5,-39.5 parent: 2 - uid: 4450 components: - type: Transform - pos: -36.5,-6.5 + pos: -43.5,-39.5 parent: 2 - uid: 4451 components: - type: Transform - pos: -37.5,-6.5 + pos: -44.5,-39.5 parent: 2 - uid: 4452 components: - type: Transform - pos: -38.5,-6.5 + pos: -45.5,-39.5 parent: 2 - uid: 4453 components: - type: Transform - pos: -39.5,-6.5 + pos: -46.5,-39.5 parent: 2 - uid: 4454 components: - type: Transform - pos: -40.5,-6.5 + pos: -47.5,-39.5 parent: 2 - uid: 4455 components: - type: Transform - pos: -41.5,-6.5 + pos: -47.5,-40.5 parent: 2 - uid: 4456 components: - type: Transform - pos: -38.5,-5.5 + pos: -47.5,-41.5 parent: 2 - uid: 4457 components: - type: Transform - pos: -55.5,-28.5 + pos: -48.5,-41.5 parent: 2 - uid: 4458 components: - type: Transform - pos: -55.5,-30.5 + pos: -49.5,-41.5 parent: 2 - uid: 4459 components: - type: Transform - pos: -57.5,-28.5 + pos: -50.5,-41.5 parent: 2 - uid: 4460 components: - type: Transform - pos: -39.5,-69.5 + pos: -51.5,-41.5 parent: 2 - uid: 4461 components: - type: Transform - pos: -39.5,-71.5 + pos: -51.5,-42.5 parent: 2 - uid: 4462 components: - type: Transform - pos: -50.5,-15.5 + pos: -51.5,-43.5 parent: 2 - uid: 4463 components: - type: Transform - pos: -50.5,-16.5 + pos: -51.5,-44.5 parent: 2 - uid: 4464 components: - type: Transform - pos: -51.5,-16.5 + pos: -51.5,-45.5 parent: 2 - uid: 4465 components: - type: Transform - pos: -51.5,-17.5 + pos: -51.5,-46.5 parent: 2 - uid: 4466 components: - type: Transform - pos: -51.5,-18.5 + pos: -51.5,-47.5 parent: 2 - uid: 4467 components: - type: Transform - pos: -51.5,-19.5 + pos: -51.5,-48.5 parent: 2 - uid: 4468 components: - type: Transform - pos: -51.5,-20.5 + pos: -51.5,-49.5 parent: 2 - uid: 4469 components: - type: Transform - pos: -52.5,-23.5 + pos: -51.5,-50.5 parent: 2 - uid: 4470 components: - type: Transform - pos: -51.5,-22.5 + pos: -51.5,-51.5 parent: 2 - uid: 4471 components: - type: Transform - pos: -51.5,-23.5 + pos: -51.5,-52.5 parent: 2 - uid: 4472 components: - type: Transform - pos: -51.5,-24.5 + pos: -51.5,-53.5 parent: 2 - uid: 4473 components: - type: Transform - pos: -51.5,-25.5 + pos: -51.5,-54.5 parent: 2 - uid: 4474 components: - type: Transform - pos: -50.5,-25.5 + pos: -51.5,-55.5 parent: 2 - uid: 4475 components: - type: Transform - pos: -52.5,-19.5 + pos: -50.5,-55.5 parent: 2 - uid: 4476 components: - type: Transform - pos: -53.5,-19.5 + pos: -49.5,-55.5 parent: 2 - uid: 4477 components: - type: Transform - pos: -54.5,-19.5 + pos: -48.5,-55.5 parent: 2 - uid: 4478 components: - type: Transform - pos: -54.5,-20.5 + pos: -47.5,-55.5 parent: 2 - uid: 4479 components: - type: Transform - pos: -54.5,-21.5 + pos: -50.5,-53.5 parent: 2 - uid: 4480 components: - type: Transform - pos: -54.5,-22.5 + pos: -49.5,-53.5 parent: 2 - uid: 4481 components: - type: Transform - pos: -54.5,-23.5 + pos: -48.5,-53.5 parent: 2 - uid: 4482 components: - type: Transform - pos: -54.5,-24.5 + pos: -47.5,-53.5 parent: 2 - uid: 4483 components: - type: Transform - pos: -55.5,-24.5 + pos: -50.5,-51.5 parent: 2 - uid: 4484 components: - type: Transform - pos: -56.5,-24.5 + pos: -49.5,-51.5 parent: 2 - uid: 4485 components: - type: Transform - pos: -57.5,-24.5 + pos: -48.5,-51.5 parent: 2 - uid: 4486 components: - type: Transform - pos: -58.5,-24.5 + pos: -47.5,-51.5 parent: 2 - uid: 4487 components: - type: Transform - pos: -59.5,-24.5 + pos: -50.5,-49.5 parent: 2 - uid: 4488 components: - type: Transform - pos: -60.5,-24.5 + pos: -49.5,-49.5 parent: 2 - uid: 4489 components: - type: Transform - pos: -61.5,-24.5 + pos: -48.5,-49.5 parent: 2 - uid: 4490 components: - type: Transform - pos: -62.5,-24.5 + pos: -47.5,-49.5 parent: 2 - uid: 4491 components: - type: Transform - pos: -63.5,-24.5 + pos: -50.5,-47.5 parent: 2 - uid: 4492 components: - type: Transform - pos: -64.5,-24.5 + pos: -49.5,-47.5 parent: 2 - uid: 4493 components: - type: Transform - pos: -64.5,-25.5 + pos: -48.5,-47.5 parent: 2 - uid: 4494 components: - type: Transform - pos: -64.5,-26.5 + pos: -47.5,-47.5 parent: 2 - uid: 4495 components: - type: Transform - pos: -64.5,-27.5 + pos: -50.5,-45.5 parent: 2 - uid: 4496 components: - type: Transform - pos: -64.5,-28.5 + pos: -49.5,-45.5 parent: 2 - uid: 4497 components: - type: Transform - pos: -64.5,-29.5 + pos: -48.5,-45.5 parent: 2 - uid: 4498 components: - type: Transform - pos: -64.5,-30.5 + pos: -47.5,-45.5 parent: 2 - uid: 4499 components: - type: Transform - pos: -65.5,-30.5 + pos: -50.5,-43.5 parent: 2 - uid: 4500 components: - type: Transform - pos: -66.5,-30.5 + pos: -49.5,-43.5 parent: 2 - uid: 4501 components: - type: Transform - pos: -67.5,-30.5 + pos: -48.5,-43.5 parent: 2 - uid: 4502 components: - type: Transform - pos: -68.5,-30.5 + pos: -47.5,-43.5 parent: 2 - uid: 4503 components: - type: Transform - pos: -65.5,-30.5 + pos: -38.5,-35.5 parent: 2 - uid: 4504 components: - type: Transform - pos: -65.5,-31.5 + pos: -38.5,-36.5 parent: 2 - uid: 4505 components: - type: Transform - pos: -65.5,-32.5 + pos: -38.5,-37.5 parent: 2 - uid: 4506 components: - type: Transform - pos: -68.5,-31.5 + pos: -38.5,-38.5 parent: 2 - uid: 4507 components: - type: Transform - pos: -68.5,-28.5 + pos: -38.5,-39.5 parent: 2 - uid: 4508 components: - type: Transform - pos: -68.5,-27.5 + pos: -34.5,-34.5 parent: 2 - uid: 4509 components: - type: Transform - pos: -68.5,-26.5 + pos: -33.5,-34.5 parent: 2 - uid: 4510 components: - type: Transform - pos: -68.5,-29.5 + pos: -32.5,-34.5 parent: 2 - uid: 4511 components: - type: Transform - pos: -54.5,-18.5 + pos: -31.5,-34.5 parent: 2 - uid: 4512 components: - type: Transform - pos: -54.5,-17.5 + pos: -30.5,-34.5 parent: 2 - uid: 4513 components: - type: Transform - pos: -54.5,-16.5 + pos: -29.5,-34.5 parent: 2 - uid: 4514 components: - type: Transform - pos: -54.5,-15.5 + pos: -28.5,-34.5 parent: 2 - uid: 4515 components: - type: Transform - pos: -54.5,-14.5 + pos: -27.5,-34.5 parent: 2 - uid: 4516 components: - type: Transform - pos: -54.5,-13.5 + pos: -26.5,-34.5 parent: 2 - uid: 4517 components: - type: Transform - pos: -54.5,-12.5 + pos: -25.5,-34.5 parent: 2 - uid: 4518 components: - type: Transform - pos: -54.5,-11.5 + pos: -24.5,-34.5 parent: 2 - uid: 4519 components: - type: Transform - pos: -54.5,-10.5 + pos: -23.5,-34.5 parent: 2 - uid: 4520 components: - type: Transform - pos: -54.5,-9.5 + pos: -23.5,-33.5 parent: 2 - uid: 4521 components: - type: Transform - pos: -54.5,-8.5 + pos: -32.5,-33.5 parent: 2 - uid: 4522 components: - type: Transform - pos: -54.5,-7.5 + pos: -32.5,-32.5 parent: 2 - uid: 4523 components: - type: Transform - pos: -54.5,-6.5 + pos: -31.5,-35.5 parent: 2 - uid: 4524 components: - type: Transform - pos: -53.5,-7.5 + pos: -31.5,-36.5 parent: 2 - uid: 4525 components: - type: Transform - pos: -52.5,-7.5 + pos: -31.5,-37.5 parent: 2 - uid: 4526 components: - type: Transform - pos: -51.5,-7.5 + pos: -31.5,-38.5 parent: 2 - uid: 4527 components: - type: Transform - pos: -52.5,-6.5 + pos: -31.5,-39.5 parent: 2 - uid: 4528 components: - type: Transform - pos: -56.5,-28.5 + pos: -31.5,-40.5 parent: 2 - uid: 4529 components: - type: Transform - pos: -55.5,-29.5 + pos: -32.5,-40.5 parent: 2 - uid: 4530 components: - type: Transform - pos: -39.5,-70.5 + pos: -33.5,-40.5 parent: 2 - uid: 4531 components: - type: Transform - pos: 55.5,10.5 + pos: -34.5,-40.5 parent: 2 - uid: 4532 components: - type: Transform - pos: -35.5,-31.5 + pos: -35.5,-40.5 parent: 2 - uid: 4533 components: - type: Transform - pos: -35.5,-32.5 + pos: -35.5,-41.5 parent: 2 - uid: 4534 components: - type: Transform - pos: -35.5,-33.5 + pos: -35.5,-42.5 parent: 2 - uid: 4535 components: - type: Transform - pos: -35.5,-34.5 + pos: -35.5,-43.5 parent: 2 - uid: 4536 components: - type: Transform - pos: -36.5,-34.5 + pos: -35.5,-44.5 parent: 2 - uid: 4537 components: - type: Transform - pos: -37.5,-34.5 + pos: -35.5,-45.5 parent: 2 - uid: 4538 components: - type: Transform - pos: -38.5,-34.5 + pos: -35.5,-46.5 parent: 2 - uid: 4539 components: - type: Transform - pos: -39.5,-34.5 + pos: -35.5,-47.5 parent: 2 - uid: 4540 components: - type: Transform - pos: -40.5,-34.5 + pos: -35.5,-48.5 parent: 2 - uid: 4541 components: - type: Transform - pos: -41.5,-34.5 + pos: -35.5,-49.5 parent: 2 - uid: 4542 components: - type: Transform - pos: -42.5,-34.5 + pos: -35.5,-50.5 parent: 2 - uid: 4543 components: - type: Transform - pos: -43.5,-34.5 + pos: -35.5,-51.5 parent: 2 - uid: 4544 components: - type: Transform - pos: -39.5,-33.5 + pos: -35.5,-52.5 parent: 2 - uid: 4545 components: - type: Transform - pos: -41.5,-35.5 + pos: -35.5,-53.5 parent: 2 - uid: 4546 components: - type: Transform - pos: -41.5,-36.5 + pos: -35.5,-54.5 parent: 2 - uid: 4547 components: - type: Transform - pos: -41.5,-37.5 + pos: -35.5,-55.5 parent: 2 - uid: 4548 components: - type: Transform - pos: -41.5,-38.5 + pos: -36.5,-43.5 parent: 2 - uid: 4549 components: - type: Transform - pos: -41.5,-39.5 + pos: -37.5,-43.5 parent: 2 - uid: 4550 components: - type: Transform - pos: -42.5,-39.5 + pos: -36.5,-46.5 parent: 2 - uid: 4551 components: - type: Transform - pos: -43.5,-39.5 + pos: -37.5,-46.5 parent: 2 - uid: 4552 components: - type: Transform - pos: -44.5,-39.5 + pos: 55.5,11.5 parent: 2 - uid: 4553 components: - type: Transform - pos: -45.5,-39.5 + pos: -63.5,-30.5 parent: 2 - uid: 4554 components: - type: Transform - pos: -46.5,-39.5 + pos: -52.5,-29.5 parent: 2 - uid: 4555 components: - type: Transform - pos: -47.5,-39.5 + pos: -52.5,-28.5 parent: 2 - uid: 4556 components: - type: Transform - pos: -47.5,-40.5 + pos: -57.5,-18.5 parent: 2 - uid: 4557 components: - type: Transform - pos: -47.5,-41.5 + pos: -55.5,-18.5 parent: 2 - uid: 4558 components: - type: Transform - pos: -48.5,-41.5 + pos: -41.5,-40.5 parent: 2 - uid: 4559 components: - type: Transform - pos: -49.5,-41.5 + pos: -41.5,-41.5 parent: 2 - uid: 4560 components: - type: Transform - pos: -50.5,-41.5 + pos: -46.5,-40.5 parent: 2 - uid: 4561 components: - type: Transform - pos: -51.5,-41.5 + pos: -46.5,-41.5 parent: 2 - uid: 4562 components: - type: Transform - pos: -51.5,-42.5 + pos: -46.5,-42.5 parent: 2 - uid: 4563 components: - type: Transform - pos: -51.5,-43.5 + pos: -46.5,-43.5 parent: 2 - uid: 4564 components: - type: Transform - pos: -51.5,-44.5 + pos: -46.5,-44.5 parent: 2 - uid: 4565 components: - type: Transform - pos: -51.5,-45.5 + pos: -46.5,-45.5 parent: 2 - uid: 4566 components: - type: Transform - pos: -51.5,-46.5 + pos: -25.5,-73.5 parent: 2 - uid: 4567 components: - type: Transform - pos: -51.5,-47.5 + pos: -21.5,-42.5 parent: 2 - uid: 4568 components: - type: Transform - pos: -51.5,-48.5 + pos: -22.5,-42.5 parent: 2 - uid: 4569 components: - type: Transform - pos: -51.5,-49.5 + pos: -29.5,-73.5 parent: 2 - uid: 4570 components: - type: Transform - pos: -51.5,-50.5 + pos: -39.5,-66.5 parent: 2 - uid: 4571 components: - type: Transform - pos: -51.5,-51.5 + pos: -29.5,-64.5 parent: 2 - uid: 4572 components: - type: Transform - pos: -51.5,-52.5 + pos: -29.5,-65.5 parent: 2 - uid: 4573 components: - type: Transform - pos: -51.5,-53.5 + pos: -29.5,-66.5 parent: 2 - uid: 4574 components: - type: Transform - pos: -51.5,-54.5 + pos: -30.5,-66.5 parent: 2 - uid: 4575 components: - type: Transform - pos: -51.5,-55.5 + pos: -31.5,-66.5 parent: 2 - uid: 4576 components: - type: Transform - pos: -50.5,-55.5 + pos: -32.5,-66.5 parent: 2 - uid: 4577 components: - type: Transform - pos: -49.5,-55.5 + pos: -33.5,-66.5 parent: 2 - uid: 4578 components: - type: Transform - pos: -48.5,-55.5 + pos: -34.5,-66.5 parent: 2 - uid: 4579 components: - type: Transform - pos: -47.5,-55.5 + pos: -35.5,-66.5 parent: 2 - uid: 4580 components: - type: Transform - pos: -50.5,-53.5 + pos: -35.5,-65.5 parent: 2 - uid: 4581 components: - type: Transform - pos: -49.5,-53.5 + pos: -36.5,-65.5 parent: 2 - uid: 4582 components: - type: Transform - pos: -48.5,-53.5 + pos: -37.5,-65.5 parent: 2 - uid: 4583 components: - type: Transform - pos: -47.5,-53.5 + pos: -38.5,-65.5 parent: 2 - uid: 4584 components: - type: Transform - pos: -50.5,-51.5 + pos: -39.5,-65.5 parent: 2 - uid: 4585 components: - type: Transform - pos: -49.5,-51.5 + pos: -39.5,-64.5 parent: 2 - uid: 4586 components: - type: Transform - pos: -48.5,-51.5 + pos: -40.5,-64.5 parent: 2 - uid: 4587 components: - type: Transform - pos: -47.5,-51.5 + pos: -41.5,-64.5 parent: 2 - uid: 4588 components: - type: Transform - pos: -50.5,-49.5 + pos: -42.5,-64.5 parent: 2 - uid: 4589 components: - type: Transform - pos: -49.5,-49.5 + pos: -43.5,-64.5 parent: 2 - uid: 4590 components: - type: Transform - pos: -48.5,-49.5 + pos: -44.5,-64.5 parent: 2 - uid: 4591 components: - type: Transform - pos: -47.5,-49.5 + pos: -45.5,-64.5 parent: 2 - uid: 4592 components: - type: Transform - pos: -50.5,-47.5 + pos: -45.5,-63.5 parent: 2 - uid: 4593 components: - type: Transform - pos: -49.5,-47.5 + pos: -46.5,-63.5 parent: 2 - uid: 4594 components: - type: Transform - pos: -48.5,-47.5 + pos: -47.5,-63.5 parent: 2 - uid: 4595 components: - type: Transform - pos: -47.5,-47.5 + pos: -47.5,-64.5 parent: 2 - uid: 4596 components: - type: Transform - pos: -50.5,-45.5 + pos: -48.5,-64.5 parent: 2 - uid: 4597 components: - type: Transform - pos: -49.5,-45.5 + pos: -49.5,-64.5 parent: 2 - uid: 4598 components: - type: Transform - pos: -48.5,-45.5 + pos: -49.5,-65.5 parent: 2 - uid: 4599 components: - type: Transform - pos: -47.5,-45.5 + pos: -49.5,-66.5 parent: 2 - uid: 4600 components: - type: Transform - pos: -50.5,-43.5 + pos: -48.5,-66.5 parent: 2 - uid: 4601 components: - type: Transform - pos: -49.5,-43.5 + pos: -47.5,-66.5 parent: 2 - uid: 4602 components: - type: Transform - pos: -48.5,-43.5 + pos: -46.5,-66.5 parent: 2 - uid: 4603 components: - type: Transform - pos: -47.5,-43.5 + pos: -45.5,-66.5 parent: 2 - uid: 4604 components: - type: Transform - pos: -38.5,-35.5 + pos: -44.5,-66.5 parent: 2 - uid: 4605 components: - type: Transform - pos: -38.5,-36.5 + pos: -43.5,-66.5 parent: 2 - uid: 4606 components: - type: Transform - pos: -38.5,-37.5 + pos: -42.5,-66.5 parent: 2 - uid: 4607 components: - type: Transform - pos: -38.5,-38.5 + pos: -42.5,-68.5 parent: 2 - uid: 4608 components: - type: Transform - pos: -38.5,-39.5 + pos: -42.5,-69.5 parent: 2 - uid: 4609 components: - type: Transform - pos: -34.5,-34.5 + pos: -42.5,-70.5 parent: 2 - uid: 4610 components: - type: Transform - pos: -33.5,-34.5 + pos: -42.5,-71.5 parent: 2 - uid: 4611 components: - type: Transform - pos: -32.5,-34.5 + pos: -43.5,-71.5 parent: 2 - uid: 4612 components: - type: Transform - pos: -31.5,-34.5 + pos: -44.5,-71.5 parent: 2 - uid: 4613 components: - type: Transform - pos: -30.5,-34.5 + pos: -45.5,-71.5 parent: 2 - uid: 4614 components: - type: Transform - pos: -29.5,-34.5 + pos: -45.5,-72.5 parent: 2 - uid: 4615 components: - type: Transform - pos: -28.5,-34.5 + pos: -45.5,-73.5 parent: 2 - uid: 4616 components: - type: Transform - pos: -27.5,-34.5 + pos: -45.5,-74.5 parent: 2 - uid: 4617 components: - type: Transform - pos: -26.5,-34.5 + pos: -45.5,-75.5 parent: 2 - uid: 4618 components: - type: Transform - pos: -25.5,-34.5 + pos: -44.5,-75.5 parent: 2 - uid: 4619 components: - type: Transform - pos: -24.5,-34.5 + pos: -43.5,-75.5 parent: 2 - uid: 4620 components: - type: Transform - pos: -23.5,-34.5 + pos: -42.5,-76.5 parent: 2 - uid: 4621 components: - type: Transform - pos: -23.5,-33.5 + pos: -42.5,-75.5 parent: 2 - uid: 4622 components: - type: Transform - pos: -32.5,-33.5 + pos: -41.5,-76.5 parent: 2 - uid: 4623 components: - type: Transform - pos: -32.5,-32.5 + pos: -40.5,-76.5 parent: 2 - uid: 4624 components: - type: Transform - pos: -31.5,-35.5 + pos: -40.5,-75.5 parent: 2 - uid: 4625 components: - type: Transform - pos: -31.5,-36.5 + pos: -39.5,-75.5 parent: 2 - uid: 4626 components: - type: Transform - pos: -31.5,-37.5 + pos: -38.5,-75.5 parent: 2 - uid: 4627 components: - type: Transform - pos: -31.5,-38.5 + pos: -37.5,-75.5 parent: 2 - uid: 4628 components: - type: Transform - pos: -31.5,-39.5 + pos: -37.5,-76.5 parent: 2 - uid: 4629 components: - type: Transform - pos: -31.5,-40.5 + pos: -37.5,-77.5 parent: 2 - uid: 4630 components: - type: Transform - pos: -32.5,-40.5 + pos: -37.5,-78.5 parent: 2 - uid: 4631 components: - type: Transform - pos: -33.5,-40.5 + pos: -37.5,-79.5 parent: 2 - uid: 4632 components: - type: Transform - pos: -34.5,-40.5 + pos: -37.5,-80.5 parent: 2 - uid: 4633 components: - type: Transform - pos: -35.5,-40.5 + pos: -37.5,-81.5 parent: 2 - uid: 4634 components: - type: Transform - pos: -35.5,-41.5 + pos: -37.5,-82.5 parent: 2 - uid: 4635 components: - type: Transform - pos: -35.5,-42.5 + pos: -44.5,-85.5 parent: 2 - uid: 4636 components: - type: Transform - pos: -35.5,-43.5 + pos: -45.5,-85.5 parent: 2 - uid: 4637 components: - type: Transform - pos: -35.5,-44.5 + pos: -45.5,-84.5 parent: 2 - uid: 4638 components: - type: Transform - pos: -35.5,-45.5 + pos: -41.5,-85.5 parent: 2 - uid: 4639 components: - type: Transform - pos: -35.5,-46.5 + pos: -45.5,-83.5 parent: 2 - uid: 4640 components: - type: Transform - pos: -35.5,-47.5 + pos: -45.5,-82.5 parent: 2 - uid: 4641 components: - type: Transform - pos: -35.5,-48.5 + pos: -46.5,-82.5 parent: 2 - uid: 4642 components: - type: Transform - pos: -35.5,-49.5 + pos: -46.5,-83.5 parent: 2 - uid: 4643 components: - type: Transform - pos: -35.5,-50.5 + pos: -42.5,-85.5 parent: 2 - uid: 4644 components: - type: Transform - pos: -35.5,-51.5 + pos: -37.5,-83.5 parent: 2 - uid: 4645 components: - type: Transform - pos: -35.5,-52.5 + pos: -37.5,-84.5 parent: 2 - uid: 4646 components: - type: Transform - pos: -35.5,-53.5 + pos: -46.5,-81.5 parent: 2 - uid: 4647 components: - type: Transform - pos: -35.5,-54.5 + pos: -46.5,-80.5 parent: 2 - uid: 4648 components: - type: Transform - pos: -35.5,-55.5 + pos: -46.5,-79.5 parent: 2 - uid: 4649 components: - type: Transform - pos: -36.5,-43.5 + pos: -46.5,-78.5 parent: 2 - uid: 4650 components: - type: Transform - pos: -37.5,-43.5 + pos: -46.5,-77.5 parent: 2 - uid: 4651 components: - type: Transform - pos: -36.5,-46.5 + pos: -46.5,-76.5 parent: 2 - uid: 4652 components: - type: Transform - pos: -37.5,-46.5 + pos: -47.5,-76.5 parent: 2 - uid: 4653 components: - type: Transform - pos: 55.5,11.5 + pos: -48.5,-76.5 parent: 2 - uid: 4654 components: - type: Transform - pos: -63.5,-30.5 + pos: -49.5,-76.5 parent: 2 - uid: 4655 components: - type: Transform - pos: -52.5,-29.5 + pos: -50.5,-76.5 parent: 2 - uid: 4656 components: - type: Transform - pos: -52.5,-28.5 + pos: -51.5,-76.5 parent: 2 - uid: 4657 components: - type: Transform - pos: -57.5,-18.5 + pos: -52.5,-76.5 parent: 2 - uid: 4658 components: - type: Transform - pos: -55.5,-18.5 + pos: -53.5,-76.5 parent: 2 - uid: 4659 components: - type: Transform - pos: -41.5,-40.5 + pos: -54.5,-76.5 parent: 2 - uid: 4660 components: - type: Transform - pos: -41.5,-41.5 + pos: -55.5,-76.5 parent: 2 - uid: 4661 components: - type: Transform - pos: -46.5,-40.5 + pos: -55.5,-77.5 parent: 2 - uid: 4662 components: - type: Transform - pos: -46.5,-41.5 + pos: -55.5,-78.5 parent: 2 - uid: 4663 components: - type: Transform - pos: -46.5,-42.5 + pos: -55.5,-79.5 parent: 2 - uid: 4664 components: - type: Transform - pos: -46.5,-43.5 + pos: -55.5,-80.5 parent: 2 - uid: 4665 components: - type: Transform - pos: -46.5,-44.5 + pos: -55.5,-81.5 parent: 2 - uid: 4666 components: - type: Transform - pos: -46.5,-45.5 + pos: -55.5,-75.5 parent: 2 - uid: 4667 components: - type: Transform - pos: -25.5,-73.5 + pos: -55.5,-74.5 parent: 2 - uid: 4668 components: - type: Transform - pos: -21.5,-42.5 + pos: -55.5,-73.5 parent: 2 - uid: 4669 components: - type: Transform - pos: -22.5,-42.5 + pos: -55.5,-72.5 parent: 2 - uid: 4670 components: - type: Transform - pos: -29.5,-73.5 + pos: -55.5,-71.5 parent: 2 - uid: 4671 components: - type: Transform - pos: -39.5,-66.5 + pos: -54.5,-73.5 parent: 2 - uid: 4672 components: - type: Transform - pos: -29.5,-64.5 + pos: -53.5,-73.5 parent: 2 - uid: 4673 components: - type: Transform - pos: -29.5,-65.5 + pos: -54.5,-79.5 parent: 2 - uid: 4674 components: - type: Transform - pos: -29.5,-66.5 + pos: -53.5,-79.5 parent: 2 - uid: 4675 components: - type: Transform - pos: -30.5,-66.5 + pos: -56.5,-71.5 parent: 2 - uid: 4676 components: - type: Transform - pos: -31.5,-66.5 + pos: -57.5,-71.5 parent: 2 - uid: 4677 components: - type: Transform - pos: -32.5,-66.5 + pos: -56.5,-73.5 parent: 2 - uid: 4678 components: - type: Transform - pos: -33.5,-66.5 + pos: -57.5,-73.5 parent: 2 - uid: 4679 components: - type: Transform - pos: -34.5,-66.5 + pos: -56.5,-79.5 parent: 2 - uid: 4680 components: - type: Transform - pos: -35.5,-66.5 + pos: -57.5,-79.5 parent: 2 - uid: 4681 components: - type: Transform - pos: -35.5,-65.5 + pos: -56.5,-81.5 parent: 2 - uid: 4682 components: - type: Transform - pos: -36.5,-65.5 + pos: -57.5,-81.5 parent: 2 - uid: 4683 components: - type: Transform - pos: -37.5,-65.5 + pos: -55.5,-82.5 parent: 2 - uid: 4684 components: - type: Transform - pos: -38.5,-65.5 + pos: -29.5,-63.5 parent: 2 - uid: 4685 components: - type: Transform - pos: -39.5,-65.5 + pos: -28.5,-63.5 parent: 2 - uid: 4686 components: - type: Transform - pos: -39.5,-64.5 + pos: -28.5,-62.5 parent: 2 - uid: 4687 components: - type: Transform - pos: -40.5,-64.5 + pos: -28.5,-61.5 parent: 2 - uid: 4688 components: - type: Transform - pos: -41.5,-64.5 + pos: -28.5,-60.5 parent: 2 - uid: 4689 components: - type: Transform - pos: -42.5,-64.5 + pos: -28.5,-59.5 parent: 2 - uid: 4690 components: - type: Transform - pos: -43.5,-64.5 + pos: -28.5,-58.5 parent: 2 - uid: 4691 components: - type: Transform - pos: -44.5,-64.5 + pos: -28.5,-57.5 parent: 2 - uid: 4692 components: - type: Transform - pos: -45.5,-64.5 + pos: -28.5,-56.5 parent: 2 - uid: 4693 components: - type: Transform - pos: -45.5,-63.5 + pos: -28.5,-55.5 parent: 2 - uid: 4694 components: - type: Transform - pos: -46.5,-63.5 + pos: -28.5,-54.5 parent: 2 - uid: 4695 components: - type: Transform - pos: -47.5,-63.5 + pos: -27.5,-54.5 parent: 2 - uid: 4696 components: - type: Transform - pos: -47.5,-64.5 + pos: -26.5,-54.5 parent: 2 - uid: 4697 components: - type: Transform - pos: -48.5,-64.5 + pos: -25.5,-54.5 parent: 2 - uid: 4698 components: - type: Transform - pos: -49.5,-64.5 + pos: -25.5,-53.5 parent: 2 - uid: 4699 components: - type: Transform - pos: -49.5,-65.5 + pos: -25.5,-52.5 parent: 2 - uid: 4700 components: - type: Transform - pos: -49.5,-66.5 + pos: -25.5,-51.5 parent: 2 - uid: 4701 components: - type: Transform - pos: -48.5,-66.5 + pos: -24.5,-51.5 parent: 2 - uid: 4702 components: - type: Transform - pos: -47.5,-66.5 + pos: -27.5,-63.5 parent: 2 - uid: 4703 components: - type: Transform - pos: -46.5,-66.5 + pos: -27.5,-64.5 parent: 2 - uid: 4704 components: - type: Transform - pos: -45.5,-66.5 + pos: -23.5,-64.5 parent: 2 - uid: 4705 components: - type: Transform - pos: -44.5,-66.5 + pos: -24.5,-64.5 parent: 2 - uid: 4706 components: - type: Transform - pos: -43.5,-66.5 + pos: -25.5,-64.5 parent: 2 - uid: 4707 components: - type: Transform - pos: -42.5,-66.5 + pos: -26.5,-64.5 parent: 2 - uid: 4708 components: - type: Transform - pos: -42.5,-68.5 + pos: -23.5,-66.5 parent: 2 - uid: 4709 components: - type: Transform - pos: -42.5,-69.5 + pos: -23.5,-65.5 parent: 2 - uid: 4710 components: - type: Transform - pos: -42.5,-70.5 + pos: -42.5,-72.5 parent: 2 - uid: 4711 components: - type: Transform - pos: -42.5,-71.5 + pos: -41.5,-72.5 parent: 2 - uid: 4712 components: - type: Transform - pos: -43.5,-71.5 + pos: -40.5,-72.5 parent: 2 - uid: 4713 components: - type: Transform - pos: -44.5,-71.5 + pos: -39.5,-72.5 parent: 2 - uid: 4714 components: - type: Transform - pos: -45.5,-71.5 + pos: -38.5,-72.5 parent: 2 - uid: 4715 components: - type: Transform - pos: -45.5,-72.5 + pos: -23.5,-42.5 parent: 2 - uid: 4716 components: - type: Transform - pos: -45.5,-73.5 + pos: -23.5,-43.5 parent: 2 - uid: 4717 components: - type: Transform - pos: -45.5,-74.5 + pos: -23.5,-44.5 parent: 2 - uid: 4718 components: - type: Transform - pos: -45.5,-75.5 + pos: -23.5,-45.5 parent: 2 - uid: 4719 components: - type: Transform - pos: -44.5,-75.5 + pos: -23.5,-46.5 parent: 2 - uid: 4720 components: - type: Transform - pos: -43.5,-75.5 + pos: -23.5,-47.5 parent: 2 - uid: 4721 components: - type: Transform - pos: -42.5,-76.5 + pos: -23.5,-48.5 parent: 2 - uid: 4722 components: - type: Transform - pos: -42.5,-75.5 + pos: -23.5,-49.5 parent: 2 - uid: 4723 components: - type: Transform - pos: -41.5,-76.5 + pos: -24.5,-49.5 parent: 2 - uid: 4724 components: - type: Transform - pos: -40.5,-76.5 + pos: -25.5,-49.5 parent: 2 - uid: 4725 components: - type: Transform - pos: -40.5,-75.5 + pos: -26.5,-49.5 parent: 2 - uid: 4726 components: - type: Transform - pos: -39.5,-75.5 + pos: -27.5,-49.5 parent: 2 - uid: 4727 components: - type: Transform - pos: -38.5,-75.5 + pos: -27.5,-48.5 parent: 2 - uid: 4728 components: - type: Transform - pos: -37.5,-75.5 + pos: -27.5,-47.5 parent: 2 - uid: 4729 components: - type: Transform - pos: -37.5,-76.5 + pos: -27.5,-46.5 parent: 2 - uid: 4730 components: - type: Transform - pos: -37.5,-77.5 + pos: -26.5,-46.5 parent: 2 - uid: 4731 components: - type: Transform - pos: -37.5,-78.5 + pos: -25.5,-46.5 parent: 2 - uid: 4732 components: - type: Transform - pos: -37.5,-79.5 + pos: -25.5,-45.5 parent: 2 - uid: 4733 components: - type: Transform - pos: -37.5,-80.5 + pos: -25.5,-44.5 parent: 2 - uid: 4734 components: - type: Transform - pos: -37.5,-81.5 + pos: -25.5,-43.5 parent: 2 - uid: 4735 components: - type: Transform - pos: -37.5,-82.5 + pos: -25.5,-42.5 parent: 2 - uid: 4736 components: - type: Transform - pos: -44.5,-85.5 + pos: -25.5,-41.5 parent: 2 - uid: 4737 components: - type: Transform - pos: -45.5,-85.5 + pos: -25.5,-40.5 parent: 2 - uid: 4738 components: - type: Transform - pos: -45.5,-84.5 + pos: -25.5,-39.5 parent: 2 - uid: 4739 components: - type: Transform - pos: -41.5,-85.5 + pos: -26.5,-41.5 parent: 2 - uid: 4740 components: - type: Transform - pos: -45.5,-83.5 + pos: -27.5,-41.5 parent: 2 - uid: 4741 components: - type: Transform - pos: -45.5,-82.5 + pos: -28.5,-41.5 parent: 2 - uid: 4742 components: - type: Transform - pos: -46.5,-82.5 + pos: -27.5,-45.5 parent: 2 - uid: 4743 components: - type: Transform - pos: -46.5,-83.5 + pos: -27.5,-44.5 parent: 2 - uid: 4744 components: - type: Transform - pos: -42.5,-85.5 + pos: -28.5,-44.5 parent: 2 - uid: 4745 components: - type: Transform - pos: -37.5,-83.5 + pos: -29.5,-44.5 parent: 2 - uid: 4746 components: - type: Transform - pos: -37.5,-84.5 + pos: -30.5,-44.5 parent: 2 - uid: 4747 components: - type: Transform - pos: -46.5,-81.5 + pos: -31.5,-44.5 parent: 2 - uid: 4748 components: - type: Transform - pos: -46.5,-80.5 + pos: -31.5,-45.5 parent: 2 - uid: 4749 components: - type: Transform - pos: -46.5,-79.5 + pos: -31.5,-46.5 parent: 2 - uid: 4750 components: - type: Transform - pos: -46.5,-78.5 + pos: -31.5,-47.5 parent: 2 - uid: 4751 components: - type: Transform - pos: -46.5,-77.5 + pos: -23.5,-51.5 parent: 2 - uid: 4752 components: - type: Transform - pos: -46.5,-76.5 + pos: -30.5,-47.5 parent: 2 - uid: 4753 components: - type: Transform - pos: -47.5,-76.5 + pos: -30.5,-48.5 parent: 2 - uid: 4754 components: - type: Transform - pos: -48.5,-76.5 + pos: -30.5,-49.5 parent: 2 - uid: 4755 components: - type: Transform - pos: -49.5,-76.5 + pos: -22.5,-51.5 parent: 2 - uid: 4756 components: - type: Transform - pos: -50.5,-76.5 + pos: -19.5,-49.5 parent: 2 - uid: 4757 components: - type: Transform - pos: -51.5,-76.5 + pos: -20.5,-49.5 parent: 2 - uid: 4758 components: - type: Transform - pos: -52.5,-76.5 + pos: -22.5,-53.5 parent: 2 - uid: 4759 components: - type: Transform - pos: -53.5,-76.5 + pos: -22.5,-54.5 parent: 2 - uid: 4760 components: - type: Transform - pos: -54.5,-76.5 + pos: -22.5,-55.5 parent: 2 - uid: 4761 components: - type: Transform - pos: -55.5,-76.5 + pos: -55.5,-60.5 parent: 2 - uid: 4762 components: - type: Transform - pos: -55.5,-77.5 + pos: 30.5,-14.5 parent: 2 - uid: 4763 components: - type: Transform - pos: -55.5,-78.5 + pos: 29.5,-14.5 parent: 2 - uid: 4764 components: - type: Transform - pos: -55.5,-79.5 + pos: 30.5,-11.5 parent: 2 - uid: 4765 components: - type: Transform - pos: -55.5,-80.5 + pos: 30.5,-12.5 parent: 2 - uid: 4766 components: - type: Transform - pos: -55.5,-81.5 + pos: -1.5,-79.5 parent: 2 - uid: 4767 components: - type: Transform - pos: -55.5,-75.5 + pos: 28.5,-25.5 parent: 2 - uid: 4768 components: - type: Transform - pos: -55.5,-74.5 + pos: -34.5,-55.5 parent: 2 - uid: 4769 components: - type: Transform - pos: -55.5,-73.5 + pos: -33.5,-26.5 parent: 2 - uid: 4770 components: - type: Transform - pos: -55.5,-72.5 + pos: -34.5,-26.5 parent: 2 - uid: 4771 components: - type: Transform - pos: -55.5,-71.5 + pos: -35.5,-26.5 parent: 2 - uid: 4772 components: - type: Transform - pos: -54.5,-73.5 + pos: -35.5,-25.5 parent: 2 - uid: 4773 components: - type: Transform - pos: -53.5,-73.5 + pos: -35.5,-24.5 parent: 2 - uid: 4774 components: - type: Transform - pos: -54.5,-79.5 + pos: -36.5,-24.5 parent: 2 - uid: 4775 components: - type: Transform - pos: -53.5,-79.5 + pos: -37.5,-24.5 parent: 2 - uid: 4776 components: - type: Transform - pos: -56.5,-71.5 + pos: -37.5,-23.5 parent: 2 - uid: 4777 components: - type: Transform - pos: -57.5,-71.5 + pos: -37.5,-22.5 parent: 2 - uid: 4778 components: - type: Transform - pos: -56.5,-73.5 + pos: -37.5,-21.5 parent: 2 - uid: 4779 components: - type: Transform - pos: -57.5,-73.5 + pos: -38.5,-22.5 parent: 2 - uid: 4780 components: - type: Transform - pos: -56.5,-79.5 + pos: -39.5,-22.5 parent: 2 - uid: 4781 components: - type: Transform - pos: -57.5,-79.5 + pos: -39.5,-23.5 parent: 2 - uid: 4782 components: - type: Transform - pos: -56.5,-81.5 + pos: -39.5,-24.5 parent: 2 - uid: 4783 components: - type: Transform - pos: -57.5,-81.5 + pos: -40.5,-24.5 parent: 2 - uid: 4784 components: - type: Transform - pos: -55.5,-82.5 + pos: -41.5,-24.5 parent: 2 - uid: 4785 components: - type: Transform - pos: -29.5,-63.5 + pos: -41.5,-25.5 parent: 2 - uid: 4786 components: - type: Transform - pos: -28.5,-63.5 + pos: -41.5,-26.5 parent: 2 - uid: 4787 components: - type: Transform - pos: -28.5,-62.5 + pos: -43.5,-26.5 parent: 2 - uid: 4788 components: - type: Transform - pos: -28.5,-61.5 + pos: -42.5,-26.5 parent: 2 - uid: 4789 components: - type: Transform - pos: -28.5,-60.5 + pos: -40.5,-26.5 parent: 2 - uid: 4790 components: - type: Transform - pos: -28.5,-59.5 + pos: -39.5,-26.5 parent: 2 - uid: 4791 components: - type: Transform - pos: -28.5,-58.5 + pos: -38.5,-26.5 parent: 2 - uid: 4792 components: - type: Transform - pos: -28.5,-57.5 + pos: -37.5,-26.5 parent: 2 - uid: 4793 components: - type: Transform - pos: -28.5,-56.5 + pos: -37.5,-27.5 parent: 2 - uid: 4794 components: - type: Transform - pos: -28.5,-55.5 + pos: -37.5,-28.5 parent: 2 - uid: 4795 components: - type: Transform - pos: -28.5,-54.5 + pos: -36.5,-28.5 parent: 2 - uid: 4796 components: - type: Transform - pos: -27.5,-54.5 + pos: -35.5,-28.5 parent: 2 - uid: 4797 components: - type: Transform - pos: -26.5,-54.5 + pos: -35.5,-29.5 parent: 2 - uid: 4798 components: - type: Transform - pos: -25.5,-54.5 + pos: -35.5,-30.5 parent: 2 - uid: 4799 components: - type: Transform - pos: -25.5,-53.5 + pos: -44.5,-26.5 parent: 2 - uid: 4800 components: - type: Transform - pos: -25.5,-52.5 + pos: -44.5,-27.5 parent: 2 - uid: 4801 components: - type: Transform - pos: -25.5,-51.5 + pos: -45.5,-27.5 parent: 2 - uid: 4802 components: - type: Transform - pos: -24.5,-51.5 + pos: -46.5,-27.5 parent: 2 - uid: 4803 components: - type: Transform - pos: -27.5,-63.5 + pos: -47.5,-27.5 parent: 2 - uid: 4804 components: - type: Transform - pos: -27.5,-64.5 + pos: -48.5,-27.5 parent: 2 - uid: 4805 components: - type: Transform - pos: -23.5,-64.5 + pos: -48.5,-28.5 parent: 2 - uid: 4806 components: - type: Transform - pos: -24.5,-64.5 + pos: -48.5,-29.5 parent: 2 - uid: 4807 components: - type: Transform - pos: -25.5,-64.5 + pos: -48.5,-30.5 parent: 2 - uid: 4808 components: - type: Transform - pos: -26.5,-64.5 + pos: -48.5,-31.5 parent: 2 - uid: 4809 components: - type: Transform - pos: -23.5,-66.5 + pos: -48.5,-32.5 parent: 2 - uid: 4810 components: - type: Transform - pos: -23.5,-65.5 + pos: -50.5,-32.5 parent: 2 - uid: 4811 components: - type: Transform - pos: -42.5,-72.5 + pos: -49.5,-32.5 parent: 2 - uid: 4812 components: - type: Transform - pos: -41.5,-72.5 + pos: -51.5,-32.5 parent: 2 - uid: 4813 components: - type: Transform - pos: -40.5,-72.5 + pos: -52.5,-32.5 parent: 2 - uid: 4814 components: - type: Transform - pos: -39.5,-72.5 + pos: -53.5,-32.5 parent: 2 - uid: 4815 components: - type: Transform - pos: -38.5,-72.5 + pos: -54.5,-32.5 parent: 2 - uid: 4816 components: - type: Transform - pos: -23.5,-42.5 + pos: -55.5,-32.5 parent: 2 - uid: 4817 components: - type: Transform - pos: -23.5,-43.5 + pos: -55.5,-33.5 parent: 2 - uid: 4818 components: - type: Transform - pos: -23.5,-44.5 + pos: -55.5,-34.5 parent: 2 - uid: 4819 components: - type: Transform - pos: -23.5,-45.5 + pos: -55.5,-35.5 parent: 2 - uid: 4820 components: - type: Transform - pos: -23.5,-46.5 + pos: -55.5,-36.5 parent: 2 - uid: 4821 components: - type: Transform - pos: -23.5,-47.5 + pos: -55.5,-37.5 parent: 2 - uid: 4822 components: - type: Transform - pos: -23.5,-48.5 + pos: -55.5,-38.5 parent: 2 - uid: 4823 components: - type: Transform - pos: -23.5,-49.5 + pos: -55.5,-39.5 parent: 2 - uid: 4824 components: - type: Transform - pos: -24.5,-49.5 + pos: -56.5,-39.5 parent: 2 - uid: 4825 components: - type: Transform - pos: -25.5,-49.5 + pos: -56.5,-40.5 parent: 2 - uid: 4826 components: - type: Transform - pos: -26.5,-49.5 + pos: -56.5,-41.5 parent: 2 - uid: 4827 components: - type: Transform - pos: -27.5,-49.5 + pos: -56.5,-42.5 parent: 2 - uid: 4828 components: - type: Transform - pos: -27.5,-48.5 + pos: -56.5,-43.5 parent: 2 - uid: 4829 components: - type: Transform - pos: -27.5,-47.5 + pos: -56.5,-44.5 parent: 2 - uid: 4830 components: - type: Transform - pos: -27.5,-46.5 + pos: -56.5,-45.5 parent: 2 - uid: 4831 components: - type: Transform - pos: -26.5,-46.5 + pos: -56.5,-46.5 parent: 2 - uid: 4832 components: - type: Transform - pos: -25.5,-46.5 + pos: -56.5,-47.5 parent: 2 - uid: 4833 components: - type: Transform - pos: -25.5,-45.5 + pos: -56.5,-48.5 parent: 2 - uid: 4834 components: - type: Transform - pos: -25.5,-44.5 + pos: -56.5,-49.5 parent: 2 - uid: 4835 components: - type: Transform - pos: -25.5,-43.5 + pos: -56.5,-50.5 parent: 2 - uid: 4836 components: - type: Transform - pos: -25.5,-42.5 + pos: -56.5,-51.5 parent: 2 - uid: 4837 components: - type: Transform - pos: -25.5,-41.5 + pos: -56.5,-52.5 parent: 2 - uid: 4838 components: - type: Transform - pos: -25.5,-40.5 + pos: -56.5,-53.5 parent: 2 - uid: 4839 components: - type: Transform - pos: -25.5,-39.5 + pos: -56.5,-54.5 parent: 2 - uid: 4840 components: - type: Transform - pos: -26.5,-41.5 + pos: -56.5,-55.5 parent: 2 - uid: 4841 components: - type: Transform - pos: -27.5,-41.5 + pos: -56.5,-56.5 parent: 2 - uid: 4842 components: - type: Transform - pos: -28.5,-41.5 + pos: -56.5,-57.5 parent: 2 - uid: 4843 components: - type: Transform - pos: -27.5,-45.5 + pos: -56.5,-58.5 parent: 2 - uid: 4844 components: - type: Transform - pos: -27.5,-44.5 + pos: -57.5,-58.5 parent: 2 - uid: 4845 components: - type: Transform - pos: -28.5,-44.5 + pos: -57.5,-59.5 parent: 2 - uid: 4846 components: - type: Transform - pos: -29.5,-44.5 + pos: -50.5,-64.5 parent: 2 - uid: 4847 components: - type: Transform - pos: -30.5,-44.5 + pos: -50.5,-63.5 parent: 2 - uid: 4848 components: - type: Transform - pos: -31.5,-44.5 + pos: -51.5,-63.5 parent: 2 - uid: 4849 components: - type: Transform - pos: -31.5,-45.5 + pos: -55.5,-58.5 parent: 2 - uid: 4850 components: - type: Transform - pos: -31.5,-46.5 + pos: -55.5,-59.5 parent: 2 - uid: 4851 components: - type: Transform - pos: -31.5,-47.5 + pos: -55.5,-61.5 parent: 2 - uid: 4852 components: - type: Transform - pos: -23.5,-51.5 + pos: -36.5,-30.5 parent: 2 - uid: 4853 components: - type: Transform - pos: -30.5,-47.5 + pos: -38.5,-28.5 parent: 2 - uid: 4854 components: - type: Transform - pos: -30.5,-48.5 + pos: -38.5,-30.5 parent: 2 - uid: 4855 components: - type: Transform - pos: -30.5,-49.5 + pos: -39.5,-30.5 parent: 2 - uid: 4856 components: - type: Transform - pos: -22.5,-51.5 + pos: -40.5,-30.5 parent: 2 - uid: 4857 components: - type: Transform - pos: -19.5,-49.5 + pos: -41.5,-30.5 parent: 2 - uid: 4858 components: - type: Transform - pos: -20.5,-49.5 + pos: -41.5,-29.5 parent: 2 - uid: 4859 components: - type: Transform - pos: -22.5,-52.5 + pos: -56.5,-85.5 parent: 2 - uid: 4860 components: - type: Transform - pos: -22.5,-53.5 + pos: -56.5,-86.5 parent: 2 - uid: 4861 components: - type: Transform - pos: -22.5,-54.5 + pos: -56.5,-87.5 parent: 2 - uid: 4862 components: - type: Transform - pos: -22.5,-55.5 + pos: -55.5,-87.5 parent: 2 - uid: 4863 components: - type: Transform - pos: -21.5,-52.5 + pos: -54.5,-87.5 parent: 2 - uid: 4864 components: - type: Transform - pos: -55.5,-60.5 + pos: -53.5,-87.5 parent: 2 - uid: 4865 components: - type: Transform - pos: 30.5,-14.5 + pos: -52.5,-87.5 parent: 2 - uid: 4866 components: - type: Transform - pos: 29.5,-14.5 + pos: -54.5,-86.5 parent: 2 - uid: 4867 components: - type: Transform - pos: 30.5,-11.5 + pos: -54.5,-85.5 parent: 2 - uid: 4868 components: - type: Transform - pos: 30.5,-12.5 + pos: -54.5,-88.5 parent: 2 - uid: 4869 components: - type: Transform - pos: -1.5,-79.5 + pos: -54.5,-89.5 parent: 2 - uid: 4870 components: - type: Transform - pos: 28.5,-25.5 + pos: -55.5,-85.5 parent: 2 - uid: 4871 components: - type: Transform - pos: -34.5,-55.5 + pos: 33.5,22.5 parent: 2 - uid: 4872 components: - type: Transform - pos: -33.5,-26.5 + pos: 34.5,22.5 parent: 2 - uid: 4873 components: - type: Transform - pos: -34.5,-26.5 + pos: 35.5,22.5 parent: 2 - uid: 4874 components: - type: Transform - pos: -35.5,-26.5 + pos: 36.5,22.5 parent: 2 - uid: 4875 components: - type: Transform - pos: -35.5,-25.5 + pos: 36.5,23.5 parent: 2 - uid: 4876 components: - type: Transform - pos: -35.5,-24.5 + pos: 37.5,23.5 parent: 2 - uid: 4877 components: - type: Transform - pos: -36.5,-24.5 + pos: 38.5,23.5 parent: 2 - uid: 4878 components: - type: Transform - pos: -37.5,-24.5 + pos: 39.5,23.5 parent: 2 - uid: 4879 components: - type: Transform - pos: -37.5,-23.5 + pos: 40.5,23.5 parent: 2 - uid: 4880 components: - type: Transform - pos: -37.5,-22.5 + pos: 42.5,23.5 parent: 2 - uid: 4881 components: - type: Transform - pos: -37.5,-21.5 + pos: 44.5,23.5 parent: 2 - uid: 4882 components: - type: Transform - pos: -38.5,-22.5 + pos: 43.5,23.5 parent: 2 - uid: 4883 components: - type: Transform - pos: -39.5,-22.5 + pos: 44.5,24.5 parent: 2 - uid: 4884 components: - type: Transform - pos: -39.5,-23.5 + pos: 44.5,25.5 parent: 2 - uid: 4885 components: - type: Transform - pos: -39.5,-24.5 + pos: 44.5,26.5 parent: 2 - uid: 4886 components: - type: Transform - pos: -40.5,-24.5 + pos: 47.5,26.5 parent: 2 - uid: 4887 components: - type: Transform - pos: -41.5,-24.5 + pos: 48.5,26.5 parent: 2 - uid: 4888 components: - type: Transform - pos: -41.5,-25.5 + pos: 49.5,26.5 parent: 2 - uid: 4889 components: - type: Transform - pos: -41.5,-26.5 + pos: 50.5,26.5 parent: 2 - uid: 4890 components: - type: Transform - pos: -43.5,-26.5 + pos: 51.5,26.5 parent: 2 - uid: 4891 components: - type: Transform - pos: -42.5,-26.5 + pos: 52.5,26.5 parent: 2 - uid: 4892 components: - type: Transform - pos: -40.5,-26.5 + pos: 53.5,26.5 parent: 2 - uid: 4893 components: - type: Transform - pos: -39.5,-26.5 + pos: 54.5,26.5 parent: 2 - uid: 4894 components: - type: Transform - pos: -38.5,-26.5 + pos: 55.5,26.5 parent: 2 - uid: 4895 components: - type: Transform - pos: -37.5,-26.5 + pos: 56.5,26.5 parent: 2 - uid: 4896 components: - type: Transform - pos: -37.5,-27.5 + pos: 57.5,26.5 parent: 2 - uid: 4897 components: - type: Transform - pos: -37.5,-28.5 + pos: 58.5,26.5 parent: 2 - uid: 4898 components: - type: Transform - pos: -36.5,-28.5 + pos: 59.5,26.5 parent: 2 - uid: 4899 components: - type: Transform - pos: -35.5,-28.5 + pos: 60.5,26.5 parent: 2 - uid: 4900 components: - type: Transform - pos: -35.5,-29.5 + pos: 63.5,5.5 parent: 2 - uid: 4901 components: - type: Transform - pos: -35.5,-30.5 + pos: 64.5,5.5 parent: 2 - uid: 4902 components: - type: Transform - pos: -44.5,-26.5 + pos: 65.5,5.5 parent: 2 - uid: 4903 components: - type: Transform - pos: -44.5,-27.5 + pos: 65.5,4.5 parent: 2 - uid: 4904 components: - type: Transform - pos: -45.5,-27.5 + pos: 65.5,6.5 parent: 2 - uid: 4905 components: - type: Transform - pos: -46.5,-27.5 + pos: 65.5,7.5 parent: 2 - uid: 4906 components: - type: Transform - pos: -47.5,-27.5 + pos: 65.5,8.5 parent: 2 - uid: 4907 components: - type: Transform - pos: -48.5,-27.5 + pos: 65.5,9.5 parent: 2 - uid: 4908 components: - type: Transform - pos: -48.5,-28.5 + pos: 65.5,10.5 parent: 2 - uid: 4909 components: - type: Transform - pos: -48.5,-29.5 + pos: 65.5,11.5 parent: 2 - uid: 4910 components: - type: Transform - pos: -48.5,-30.5 + pos: 65.5,12.5 parent: 2 - uid: 4911 components: - type: Transform - pos: -48.5,-31.5 + pos: 65.5,13.5 parent: 2 - uid: 4912 components: - type: Transform - pos: -48.5,-32.5 + pos: 65.5,14.5 parent: 2 - uid: 4913 components: - type: Transform - pos: -50.5,-32.5 + pos: 65.5,15.5 parent: 2 - uid: 4914 components: - type: Transform - pos: -49.5,-32.5 + pos: 53.5,27.5 parent: 2 - uid: 4915 components: - type: Transform - pos: -51.5,-32.5 + pos: -25.5,-27.5 parent: 2 - uid: 4916 components: - type: Transform - pos: -52.5,-32.5 + pos: -25.5,-28.5 parent: 2 - uid: 4917 components: - type: Transform - pos: -53.5,-32.5 + pos: -25.5,-29.5 parent: 2 - uid: 4918 components: - type: Transform - pos: -54.5,-32.5 + pos: -26.5,-29.5 parent: 2 - uid: 4919 components: - type: Transform - pos: -55.5,-32.5 + pos: -28.5,-29.5 parent: 2 - uid: 4920 components: - type: Transform - pos: -55.5,-33.5 + pos: -27.5,-29.5 parent: 2 - uid: 4921 components: - type: Transform - pos: -55.5,-34.5 + pos: -24.5,-29.5 parent: 2 - uid: 4922 components: - type: Transform - pos: -55.5,-35.5 + pos: 8.5,-14.5 parent: 2 - uid: 4923 components: - type: Transform - pos: -55.5,-36.5 + pos: 7.5,-14.5 parent: 2 - uid: 4924 components: - type: Transform - pos: -55.5,-37.5 + pos: 6.5,-14.5 parent: 2 - uid: 4925 components: - type: Transform - pos: -55.5,-38.5 + pos: 5.5,-14.5 parent: 2 - uid: 4926 components: - type: Transform - pos: -55.5,-39.5 + pos: 4.5,-14.5 parent: 2 - uid: 4927 components: - type: Transform - pos: -56.5,-39.5 + pos: 4.5,-15.5 parent: 2 - uid: 4928 components: - type: Transform - pos: -56.5,-40.5 + pos: 4.5,-16.5 parent: 2 - uid: 4929 components: - type: Transform - pos: -56.5,-41.5 + pos: 3.5,-16.5 parent: 2 - uid: 4930 components: - type: Transform - pos: -56.5,-42.5 + pos: 2.5,-16.5 parent: 2 - uid: 4931 components: - type: Transform - pos: -56.5,-43.5 + pos: 1.5,-16.5 parent: 2 - uid: 4932 components: - type: Transform - pos: -56.5,-44.5 + pos: 0.5,-16.5 parent: 2 - uid: 4933 components: - type: Transform - pos: -56.5,-45.5 + pos: 2.5,-14.5 parent: 2 - uid: 4934 components: - type: Transform - pos: -56.5,-46.5 + pos: 3.5,-14.5 parent: 2 - uid: 4935 components: - type: Transform - pos: -56.5,-47.5 + pos: 1.5,-14.5 parent: 2 - uid: 4936 components: - type: Transform - pos: -56.5,-48.5 + pos: 1.5,-13.5 parent: 2 - uid: 4937 components: - type: Transform - pos: -56.5,-49.5 + pos: -2.5,-14.5 parent: 2 - uid: 4938 components: - type: Transform - pos: -56.5,-50.5 + pos: -0.5,-12.5 parent: 2 - uid: 4939 components: - type: Transform - pos: -56.5,-51.5 + pos: -0.5,-11.5 parent: 2 - uid: 4940 components: - type: Transform - pos: -56.5,-52.5 + pos: -0.5,-9.5 parent: 2 - uid: 4941 components: - type: Transform - pos: -56.5,-53.5 + pos: -0.5,-10.5 parent: 2 - uid: 4942 components: - type: Transform - pos: -56.5,-54.5 + pos: 0.5,35.5 parent: 2 - uid: 4943 components: - type: Transform - pos: -56.5,-55.5 + pos: 0.5,34.5 parent: 2 - uid: 4944 components: - type: Transform - pos: -56.5,-56.5 + pos: 0.5,33.5 parent: 2 - uid: 4945 components: - type: Transform - pos: -56.5,-57.5 + pos: 0.5,32.5 parent: 2 - uid: 4946 components: - type: Transform - pos: -56.5,-58.5 + pos: 1.5,32.5 parent: 2 - uid: 4947 components: - type: Transform - pos: -57.5,-58.5 + pos: 2.5,32.5 parent: 2 - uid: 4948 components: - type: Transform - pos: -57.5,-59.5 + pos: 13.5,32.5 parent: 2 - uid: 4949 components: - type: Transform - pos: -50.5,-64.5 + pos: 14.5,32.5 parent: 2 - uid: 4950 components: - type: Transform - pos: -50.5,-63.5 + pos: 15.5,32.5 parent: 2 - uid: 4951 components: - type: Transform - pos: -51.5,-63.5 + pos: 16.5,32.5 parent: 2 - uid: 4952 components: - type: Transform - pos: -55.5,-58.5 + pos: 16.5,33.5 parent: 2 - uid: 4953 components: - type: Transform - pos: -55.5,-59.5 + pos: 16.5,34.5 parent: 2 - uid: 4954 components: - type: Transform - pos: -55.5,-61.5 + pos: 16.5,31.5 parent: 2 - uid: 4955 components: - type: Transform - pos: -36.5,-30.5 + pos: 16.5,30.5 parent: 2 - uid: 4956 components: - type: Transform - pos: -38.5,-28.5 + pos: 16.5,29.5 parent: 2 - uid: 4957 components: - type: Transform - pos: -38.5,-30.5 + pos: 16.5,28.5 parent: 2 - uid: 4958 components: - type: Transform - pos: -39.5,-30.5 + pos: 16.5,27.5 parent: 2 - uid: 4959 components: - type: Transform - pos: -40.5,-30.5 + pos: 16.5,26.5 parent: 2 - uid: 4960 components: - type: Transform - pos: -41.5,-30.5 + pos: 16.5,25.5 parent: 2 - uid: 4961 components: - type: Transform - pos: -41.5,-29.5 + pos: 15.5,25.5 parent: 2 - uid: 4962 components: - type: Transform - pos: -56.5,-85.5 + pos: 14.5,25.5 parent: 2 - uid: 4963 components: - type: Transform - pos: -56.5,-86.5 + pos: 13.5,25.5 parent: 2 - uid: 4964 components: - type: Transform - pos: -56.5,-87.5 + pos: 12.5,25.5 parent: 2 - uid: 4965 components: - type: Transform - pos: -55.5,-87.5 + pos: 11.5,25.5 parent: 2 - uid: 4966 components: - type: Transform - pos: -54.5,-87.5 + pos: 8.5,25.5 parent: 2 - uid: 4967 components: - type: Transform - pos: -53.5,-87.5 + pos: 9.5,25.5 parent: 2 - uid: 4968 components: - type: Transform - pos: -52.5,-87.5 + pos: 10.5,25.5 parent: 2 - uid: 4969 components: - type: Transform - pos: -54.5,-86.5 + pos: 8.5,24.5 parent: 2 - uid: 4970 components: - type: Transform - pos: -54.5,-85.5 + pos: 7.5,24.5 parent: 2 - uid: 4971 components: - type: Transform - pos: -54.5,-88.5 + pos: 6.5,24.5 parent: 2 - uid: 4972 components: - type: Transform - pos: -54.5,-89.5 + pos: 5.5,24.5 parent: 2 - uid: 4973 components: - type: Transform - pos: -55.5,-85.5 + pos: 4.5,24.5 parent: 2 - uid: 4974 components: - type: Transform - pos: 33.5,22.5 + pos: 3.5,24.5 parent: 2 - uid: 4975 components: - type: Transform - pos: 34.5,22.5 + pos: 2.5,24.5 parent: 2 - uid: 4976 components: - type: Transform - pos: 35.5,22.5 + pos: 1.5,24.5 parent: 2 - uid: 4977 components: - type: Transform - pos: 36.5,22.5 + pos: 0.5,24.5 parent: 2 - uid: 4978 components: - type: Transform - pos: 36.5,23.5 + pos: -0.5,24.5 parent: 2 - uid: 4979 components: - type: Transform - pos: 37.5,23.5 + pos: -1.5,24.5 parent: 2 - uid: 4980 components: - type: Transform - pos: 38.5,23.5 + pos: -0.5,32.5 parent: 2 - uid: 4981 components: - type: Transform - pos: 39.5,23.5 + pos: -1.5,32.5 parent: 2 - uid: 4982 components: - type: Transform - pos: 40.5,23.5 + pos: -2.5,32.5 parent: 2 - uid: 4983 components: - type: Transform - pos: 42.5,23.5 + pos: -3.5,32.5 parent: 2 - uid: 4984 components: - type: Transform - pos: 44.5,23.5 + pos: -4.5,32.5 parent: 2 - uid: 4985 components: - type: Transform - pos: 43.5,23.5 + pos: -5.5,32.5 parent: 2 - uid: 4986 components: - type: Transform - pos: 44.5,24.5 + pos: -6.5,32.5 parent: 2 - uid: 4987 components: - type: Transform - pos: 44.5,25.5 + pos: -7.5,32.5 parent: 2 - uid: 4988 components: - type: Transform - pos: 44.5,26.5 + pos: -8.5,32.5 parent: 2 - uid: 4989 components: - type: Transform - pos: 47.5,26.5 + pos: -8.5,31.5 parent: 2 - uid: 4990 components: - type: Transform - pos: 48.5,26.5 + pos: -8.5,30.5 parent: 2 - uid: 4991 components: - type: Transform - pos: 49.5,26.5 + pos: -8.5,29.5 parent: 2 - uid: 4992 components: - type: Transform - pos: 50.5,26.5 + pos: -8.5,28.5 parent: 2 - uid: 4993 components: - type: Transform - pos: 51.5,26.5 + pos: -8.5,27.5 parent: 2 - uid: 4994 components: - type: Transform - pos: 52.5,26.5 + pos: -8.5,26.5 parent: 2 - uid: 4995 components: - type: Transform - pos: 53.5,26.5 + pos: -12.5,26.5 parent: 2 - uid: 4996 components: - type: Transform - pos: 54.5,26.5 + pos: -8.5,23.5 parent: 2 - uid: 4997 components: - type: Transform - pos: 55.5,26.5 + pos: -1.5,33.5 parent: 2 - uid: 4998 components: - type: Transform - pos: 56.5,26.5 + pos: -1.5,34.5 parent: 2 - uid: 4999 components: - type: Transform - pos: 57.5,26.5 + pos: -1.5,31.5 parent: 2 - uid: 5000 components: - type: Transform - pos: 58.5,26.5 + pos: -15.5,26.5 parent: 2 - uid: 5001 components: - type: Transform - pos: 59.5,26.5 + pos: -11.5,28.5 parent: 2 - uid: 5002 components: - type: Transform - pos: 60.5,26.5 + pos: -11.5,29.5 parent: 2 - uid: 5003 components: - type: Transform - pos: 63.5,5.5 + pos: -68.5,-25.5 parent: 2 - uid: 5004 components: - type: Transform - pos: 64.5,5.5 + pos: -68.5,-24.5 parent: 2 - uid: 5005 components: - type: Transform - pos: 65.5,5.5 + pos: -68.5,-23.5 parent: 2 - uid: 5006 components: - type: Transform - pos: 65.5,4.5 + pos: -69.5,-23.5 parent: 2 - uid: 5007 components: - type: Transform - pos: 65.5,6.5 + pos: -70.5,-23.5 parent: 2 - uid: 5008 components: - type: Transform - pos: 65.5,7.5 + pos: -71.5,-23.5 parent: 2 - uid: 5009 components: - type: Transform - pos: 65.5,8.5 + pos: -72.5,-23.5 parent: 2 - uid: 5010 components: - type: Transform - pos: 65.5,9.5 + pos: -73.5,-23.5 parent: 2 - uid: 5011 components: - type: Transform - pos: 65.5,10.5 + pos: -72.5,-24.5 parent: 2 - uid: 5012 components: - type: Transform - pos: 65.5,11.5 + pos: -72.5,-25.5 parent: 2 - uid: 5013 components: - type: Transform - pos: 65.5,12.5 + pos: -74.5,-23.5 parent: 2 - uid: 5014 components: - type: Transform - pos: 65.5,13.5 + pos: -74.5,-24.5 parent: 2 - uid: 5015 components: - type: Transform - pos: 65.5,14.5 + pos: -42.5,-6.5 parent: 2 - uid: 5016 components: - type: Transform - pos: 65.5,15.5 + pos: -43.5,-6.5 parent: 2 - uid: 5017 components: - type: Transform - pos: 53.5,27.5 + pos: -44.5,-6.5 parent: 2 - uid: 5018 components: - type: Transform - pos: -25.5,-27.5 + pos: -45.5,-6.5 parent: 2 - uid: 5019 components: - type: Transform - pos: -25.5,-28.5 + pos: -46.5,-6.5 parent: 2 - uid: 5020 components: - type: Transform - pos: -25.5,-29.5 + pos: -47.5,-6.5 parent: 2 - uid: 5021 components: - type: Transform - pos: -26.5,-29.5 + pos: -48.5,-6.5 parent: 2 - uid: 5022 components: - type: Transform - pos: -28.5,-29.5 + pos: -42.5,16.5 parent: 2 - uid: 5023 components: - type: Transform - pos: -27.5,-29.5 + pos: -9.5,24.5 parent: 2 - uid: 5024 components: - type: Transform - pos: -24.5,-29.5 + pos: -10.5,26.5 parent: 2 - uid: 5025 components: - type: Transform - pos: 8.5,-14.5 + pos: -9.5,26.5 parent: 2 - uid: 5026 components: - type: Transform - pos: 7.5,-14.5 + pos: -9.5,25.5 parent: 2 - uid: 5027 components: - type: Transform - pos: 6.5,-14.5 + pos: -9.5,23.5 parent: 2 - uid: 5028 components: - type: Transform - pos: 5.5,-14.5 + pos: -14.5,26.5 parent: 2 - uid: 5029 components: - type: Transform - pos: 4.5,-14.5 + pos: -11.5,27.5 parent: 2 - uid: 5030 components: - type: Transform - pos: 4.5,-15.5 + pos: 21.5,22.5 parent: 2 - uid: 5031 components: - type: Transform - pos: 4.5,-16.5 + pos: 21.5,23.5 parent: 2 - uid: 5032 components: - type: Transform - pos: 3.5,-16.5 + pos: -18.5,15.5 parent: 2 - uid: 5033 components: - type: Transform - pos: 2.5,-16.5 + pos: -18.5,16.5 parent: 2 - uid: 5034 components: - type: Transform - pos: 1.5,-16.5 + pos: -18.5,17.5 parent: 2 - uid: 5035 components: - type: Transform - pos: 0.5,-16.5 + pos: -18.5,18.5 parent: 2 - uid: 5036 components: - type: Transform - pos: 2.5,-14.5 + pos: -18.5,19.5 parent: 2 - uid: 5037 components: - type: Transform - pos: 3.5,-14.5 + pos: -18.5,20.5 parent: 2 - uid: 5038 components: - type: Transform - pos: 1.5,-14.5 + pos: -18.5,21.5 parent: 2 - uid: 5039 components: - type: Transform - pos: 1.5,-13.5 + pos: -19.5,21.5 parent: 2 - uid: 5040 components: - type: Transform - pos: -2.5,-14.5 + pos: -20.5,21.5 parent: 2 - uid: 5041 components: - type: Transform - pos: -0.5,-12.5 + pos: -21.5,21.5 parent: 2 - uid: 5042 components: - type: Transform - pos: -0.5,-11.5 + pos: -22.5,21.5 parent: 2 - uid: 5043 components: - type: Transform - pos: -0.5,-9.5 + pos: -23.5,21.5 parent: 2 - uid: 5044 components: - type: Transform - pos: -0.5,-10.5 + pos: -23.5,22.5 parent: 2 - uid: 5045 components: - type: Transform - pos: 0.5,35.5 + pos: -23.5,23.5 parent: 2 - uid: 5046 components: - type: Transform - pos: 0.5,34.5 + pos: -23.5,24.5 parent: 2 - uid: 5047 components: - type: Transform - pos: 0.5,33.5 + pos: -23.5,25.5 parent: 2 - uid: 5048 components: - type: Transform - pos: 0.5,32.5 + pos: -23.5,26.5 parent: 2 - uid: 5049 components: - type: Transform - pos: 1.5,32.5 + pos: -24.5,21.5 parent: 2 - uid: 5050 components: - type: Transform - pos: 2.5,32.5 + pos: -25.5,21.5 parent: 2 - uid: 5051 components: - type: Transform - pos: 13.5,32.5 + pos: -26.5,21.5 parent: 2 - uid: 5052 components: - type: Transform - pos: 14.5,32.5 + pos: -27.5,21.5 parent: 2 - uid: 5053 components: - type: Transform - pos: 15.5,32.5 + pos: -28.5,21.5 parent: 2 - uid: 5054 components: - type: Transform - pos: 16.5,32.5 + pos: -28.5,22.5 parent: 2 - uid: 5055 components: - type: Transform - pos: 16.5,33.5 + pos: -29.5,22.5 parent: 2 - uid: 5056 components: - type: Transform - pos: 16.5,34.5 + pos: -30.5,22.5 parent: 2 - uid: 5057 components: - type: Transform - pos: 16.5,31.5 + pos: -31.5,22.5 parent: 2 - uid: 5058 components: - type: Transform - pos: 16.5,30.5 + pos: -32.5,22.5 parent: 2 - uid: 5059 components: - type: Transform - pos: 16.5,29.5 + pos: -32.5,23.5 parent: 2 - uid: 5060 components: - type: Transform - pos: 16.5,28.5 + pos: -32.5,24.5 parent: 2 - uid: 5061 components: - type: Transform - pos: 16.5,27.5 + pos: -32.5,25.5 parent: 2 - uid: 5062 components: - type: Transform - pos: 16.5,26.5 + pos: -32.5,26.5 parent: 2 - uid: 5063 components: - type: Transform - pos: 16.5,25.5 + pos: -32.5,27.5 parent: 2 - uid: 5064 components: - type: Transform - pos: 15.5,25.5 + pos: -31.5,27.5 parent: 2 - uid: 5065 components: - type: Transform - pos: 14.5,25.5 + pos: -30.5,27.5 parent: 2 - uid: 5066 components: - type: Transform - pos: 13.5,25.5 + pos: -33.5,27.5 parent: 2 - uid: 5067 components: - type: Transform - pos: 12.5,25.5 + pos: -32.5,28.5 parent: 2 - uid: 5068 components: - type: Transform - pos: 11.5,25.5 + pos: -32.5,29.5 parent: 2 - uid: 5069 components: - type: Transform - pos: 8.5,25.5 + pos: -32.5,30.5 parent: 2 - uid: 5070 components: - type: Transform - pos: 9.5,25.5 + pos: -33.5,30.5 parent: 2 - uid: 5071 components: - type: Transform - pos: 10.5,25.5 + pos: -33.5,25.5 parent: 2 - uid: 5072 components: - type: Transform - pos: 8.5,24.5 + pos: -34.5,25.5 parent: 2 - uid: 5073 components: - type: Transform - pos: 7.5,24.5 + pos: -35.5,25.5 parent: 2 - uid: 5074 components: - type: Transform - pos: 6.5,24.5 + pos: -36.5,25.5 parent: 2 - uid: 5075 components: - type: Transform - pos: 5.5,24.5 + pos: -37.5,25.5 parent: 2 - uid: 5076 components: - type: Transform - pos: 4.5,24.5 + pos: -38.5,25.5 parent: 2 - uid: 5077 components: - type: Transform - pos: 3.5,24.5 + pos: -38.5,24.5 parent: 2 - uid: 5078 components: - type: Transform - pos: 2.5,24.5 + pos: -38.5,23.5 parent: 2 - uid: 5079 components: - type: Transform - pos: 1.5,24.5 + pos: -38.5,22.5 parent: 2 - uid: 5080 components: - type: Transform - pos: 0.5,24.5 + pos: -39.5,22.5 parent: 2 - uid: 5081 components: - type: Transform - pos: -0.5,24.5 + pos: -40.5,22.5 parent: 2 - uid: 5082 components: - type: Transform - pos: -1.5,24.5 + pos: -41.5,22.5 parent: 2 - uid: 5083 components: - type: Transform - pos: -0.5,32.5 + pos: -42.5,22.5 parent: 2 - uid: 5084 components: - type: Transform - pos: -1.5,32.5 + pos: -43.5,22.5 parent: 2 - uid: 5085 components: - type: Transform - pos: -2.5,32.5 + pos: -44.5,22.5 parent: 2 - uid: 5086 components: - type: Transform - pos: -3.5,32.5 + pos: -45.5,22.5 parent: 2 - uid: 5087 components: - type: Transform - pos: -4.5,32.5 + pos: -46.5,22.5 parent: 2 - uid: 5088 components: - type: Transform - pos: -5.5,32.5 + pos: -47.5,22.5 parent: 2 - uid: 5089 components: - type: Transform - pos: -6.5,32.5 + pos: -48.5,22.5 parent: 2 - uid: 5090 components: - type: Transform - pos: -7.5,32.5 + pos: -49.5,22.5 parent: 2 - uid: 5091 components: - type: Transform - pos: -8.5,32.5 + pos: -50.5,22.5 parent: 2 - uid: 5092 components: - type: Transform - pos: -8.5,31.5 + pos: -32.5,21.5 parent: 2 - uid: 5093 components: - type: Transform - pos: -8.5,30.5 + pos: -32.5,20.5 parent: 2 - uid: 5094 components: - type: Transform - pos: -8.5,29.5 + pos: -32.5,19.5 parent: 2 - uid: 5095 components: - type: Transform - pos: -8.5,28.5 + pos: -32.5,18.5 parent: 2 - uid: 5096 components: - type: Transform - pos: -8.5,27.5 + pos: -33.5,18.5 parent: 2 - uid: 5097 components: - type: Transform - pos: -8.5,26.5 + pos: -30.5,18.5 parent: 2 - uid: 5098 components: - type: Transform - pos: -12.5,26.5 + pos: -31.5,18.5 parent: 2 - uid: 5099 components: - type: Transform - pos: -8.5,23.5 + pos: -36.5,18.5 parent: 2 - uid: 5100 components: - type: Transform - pos: -1.5,33.5 + pos: -37.5,18.5 parent: 2 - uid: 5101 components: - type: Transform - pos: -1.5,34.5 + pos: -38.5,18.5 parent: 2 - uid: 5102 components: - type: Transform - pos: -1.5,31.5 + pos: -39.5,18.5 parent: 2 - uid: 5103 components: - type: Transform - pos: -15.5,26.5 + pos: -40.5,18.5 parent: 2 - uid: 5104 components: - type: Transform - pos: -11.5,28.5 + pos: -41.5,18.5 parent: 2 - uid: 5105 components: - type: Transform - pos: -11.5,29.5 + pos: -42.5,18.5 parent: 2 - uid: 5106 components: - type: Transform - pos: -68.5,-25.5 + pos: -43.5,18.5 parent: 2 - uid: 5107 components: - type: Transform - pos: -68.5,-24.5 + pos: -44.5,18.5 parent: 2 - uid: 5108 components: - type: Transform - pos: -68.5,-23.5 + pos: -45.5,18.5 parent: 2 - uid: 5109 components: - type: Transform - pos: -69.5,-23.5 + pos: -46.5,18.5 parent: 2 - uid: 5110 components: - type: Transform - pos: -70.5,-23.5 + pos: -47.5,18.5 parent: 2 - uid: 5111 components: - type: Transform - pos: -71.5,-23.5 + pos: -37.5,19.5 parent: 2 - uid: 5112 components: - type: Transform - pos: -72.5,-23.5 + pos: -37.5,20.5 parent: 2 - uid: 5113 components: - type: Transform - pos: -73.5,-23.5 + pos: -37.5,21.5 parent: 2 - uid: 5114 components: - type: Transform - pos: -72.5,-24.5 + pos: -36.5,22.5 parent: 2 - uid: 5115 components: - type: Transform - pos: -72.5,-25.5 + pos: -47.5,19.5 parent: 2 - uid: 5116 components: - type: Transform - pos: -74.5,-23.5 + pos: -48.5,19.5 parent: 2 - uid: 5117 components: - type: Transform - pos: -74.5,-24.5 + pos: -49.5,19.5 parent: 2 - uid: 5118 components: - type: Transform - pos: -42.5,-6.5 + pos: -50.5,19.5 parent: 2 - uid: 5119 components: - type: Transform - pos: -43.5,-6.5 + pos: -46.5,23.5 parent: 2 - uid: 5120 components: - type: Transform - pos: -44.5,-6.5 + pos: -46.5,24.5 parent: 2 - uid: 5121 components: - type: Transform - pos: -45.5,-6.5 + pos: -46.5,25.5 parent: 2 - uid: 5122 components: - type: Transform - pos: -46.5,-6.5 + pos: -43.5,19.5 parent: 2 - uid: 5123 components: - type: Transform - pos: -47.5,-6.5 + pos: -41.5,19.5 parent: 2 - uid: 5124 components: - type: Transform - pos: -48.5,-6.5 + pos: -31.5,25.5 parent: 2 - uid: 5125 components: - type: Transform - pos: -42.5,16.5 + pos: -30.5,25.5 parent: 2 - uid: 5126 components: - type: Transform - pos: -9.5,24.5 + pos: -29.5,25.5 parent: 2 - uid: 5127 components: - type: Transform - pos: -10.5,26.5 + pos: -28.5,25.5 parent: 2 - uid: 5128 components: - type: Transform - pos: -9.5,26.5 + pos: -27.5,25.5 parent: 2 - uid: 5129 components: - type: Transform - pos: -9.5,25.5 + pos: -25.5,20.5 parent: 2 - uid: 5130 components: - type: Transform - pos: -9.5,23.5 + pos: -25.5,19.5 parent: 2 - uid: 5131 components: - type: Transform - pos: -14.5,26.5 + pos: -25.5,18.5 parent: 2 - uid: 5132 components: - type: Transform - pos: -11.5,27.5 + pos: -26.5,18.5 parent: 2 - uid: 5133 components: - type: Transform - pos: 21.5,22.5 + pos: -27.5,18.5 parent: 2 - uid: 5134 components: - type: Transform - pos: 21.5,23.5 + pos: -29.5,18.5 parent: 2 - uid: 5135 components: - type: Transform - pos: -18.5,15.5 + pos: -28.5,18.5 parent: 2 - uid: 5136 components: - type: Transform - pos: -18.5,16.5 + pos: -18.5,22.5 parent: 2 - uid: 5137 components: - type: Transform - pos: -18.5,17.5 + pos: -18.5,23.5 parent: 2 - uid: 5138 components: - type: Transform - pos: -18.5,18.5 + pos: -24.5,18.5 parent: 2 - uid: 5139 components: - type: Transform - pos: -18.5,19.5 + pos: -51.5,22.5 parent: 2 - uid: 5140 components: - type: Transform - pos: -18.5,20.5 + pos: -52.5,22.5 parent: 2 - uid: 5141 components: - type: Transform - pos: -18.5,21.5 + pos: -52.5,21.5 parent: 2 - uid: 5142 components: - type: Transform - pos: -19.5,21.5 + pos: -52.5,-27.5 parent: 2 - uid: 5143 components: - type: Transform - pos: -20.5,21.5 + pos: -46.5,27.5 parent: 2 - uid: 5144 components: - type: Transform - pos: -21.5,21.5 + pos: -46.5,28.5 parent: 2 - uid: 5145 components: - type: Transform - pos: -22.5,21.5 + pos: -46.5,29.5 parent: 2 - uid: 5146 components: - type: Transform - pos: -23.5,21.5 + pos: -46.5,30.5 parent: 2 - uid: 5147 components: - type: Transform - pos: -23.5,22.5 + pos: -46.5,31.5 parent: 2 - uid: 5148 components: - type: Transform - pos: -23.5,23.5 + pos: -46.5,32.5 parent: 2 - uid: 5149 components: - type: Transform - pos: -23.5,24.5 + pos: -46.5,33.5 parent: 2 - uid: 5150 components: - type: Transform - pos: -23.5,25.5 + pos: -47.5,33.5 parent: 2 - uid: 5151 components: - type: Transform - pos: -23.5,26.5 + pos: -48.5,33.5 parent: 2 - uid: 5152 components: - type: Transform - pos: -24.5,21.5 + pos: -49.5,33.5 parent: 2 - uid: 5153 components: - type: Transform - pos: -25.5,21.5 + pos: -50.5,33.5 parent: 2 - uid: 5154 components: - type: Transform - pos: -26.5,21.5 + pos: -51.5,33.5 parent: 2 - uid: 5155 components: - type: Transform - pos: -27.5,21.5 + pos: -47.5,31.5 parent: 2 - uid: 5156 components: - type: Transform - pos: -28.5,21.5 + pos: -48.5,31.5 parent: 2 - uid: 5157 components: - type: Transform - pos: -28.5,22.5 + pos: -49.5,31.5 parent: 2 - uid: 5158 components: - type: Transform - pos: -29.5,22.5 + pos: -50.5,31.5 parent: 2 - uid: 5159 components: - type: Transform - pos: -30.5,22.5 + pos: -51.5,31.5 parent: 2 - uid: 5160 components: - type: Transform - pos: -31.5,22.5 + pos: -45.5,30.5 parent: 2 - uid: 5161 components: - type: Transform - pos: -32.5,22.5 + pos: -44.5,30.5 parent: 2 - uid: 5162 components: - type: Transform - pos: -32.5,23.5 + pos: -43.5,30.5 parent: 2 - uid: 5163 components: - type: Transform - pos: -32.5,24.5 + pos: -42.5,30.5 parent: 2 - uid: 5164 components: - type: Transform - pos: -32.5,25.5 + pos: -41.5,30.5 parent: 2 - uid: 5165 components: - type: Transform - pos: -32.5,26.5 + pos: -40.5,30.5 parent: 2 - uid: 5166 components: - type: Transform - pos: -32.5,27.5 + pos: -40.5,31.5 parent: 2 - uid: 5167 components: - type: Transform - pos: -31.5,27.5 + pos: -39.5,31.5 parent: 2 - uid: 5168 components: - type: Transform - pos: -30.5,27.5 + pos: -38.5,31.5 parent: 2 - uid: 5169 components: - type: Transform - pos: -33.5,27.5 + pos: -37.5,31.5 parent: 2 - uid: 5170 components: - type: Transform - pos: -32.5,28.5 + pos: -36.5,31.5 parent: 2 - uid: 5171 components: - type: Transform - pos: -32.5,29.5 + pos: -37.5,30.5 parent: 2 - uid: 5172 components: - type: Transform - pos: -32.5,30.5 + pos: -37.5,29.5 parent: 2 - uid: 5173 components: - type: Transform - pos: -33.5,30.5 + pos: -44.5,31.5 parent: 2 - uid: 5174 components: - type: Transform - pos: -33.5,25.5 + pos: -44.5,32.5 parent: 2 - uid: 5175 components: - type: Transform - pos: -34.5,25.5 + pos: -44.5,33.5 parent: 2 - uid: 5176 components: - type: Transform - pos: -35.5,25.5 + pos: -44.5,34.5 parent: 2 - uid: 5177 components: - type: Transform - pos: -36.5,25.5 + pos: -42.5,29.5 parent: 2 - uid: 5178 components: - type: Transform - pos: -37.5,25.5 + pos: -42.5,28.5 parent: 2 - uid: 5179 components: - type: Transform - pos: -38.5,25.5 + pos: -43.5,33.5 parent: 2 - uid: 5180 components: - type: Transform - pos: -38.5,24.5 + pos: -44.5,35.5 parent: 2 - uid: 5181 components: - type: Transform - pos: -38.5,23.5 + pos: -45.5,35.5 parent: 2 - uid: 5182 components: - type: Transform - pos: -38.5,22.5 + pos: -46.5,35.5 parent: 2 - uid: 5183 components: - type: Transform - pos: -39.5,22.5 + pos: -47.5,35.5 parent: 2 - uid: 5184 components: - type: Transform - pos: -40.5,22.5 + pos: -23.5,17.5 parent: 2 - uid: 5185 components: - type: Transform - pos: -41.5,22.5 + pos: -24.5,8.5 parent: 2 - uid: 5186 components: - type: Transform - pos: -42.5,22.5 + pos: -24.5,9.5 parent: 2 - uid: 5187 components: - type: Transform - pos: -43.5,22.5 + pos: -24.5,10.5 parent: 2 - uid: 5188 components: - type: Transform - pos: -44.5,22.5 + pos: -25.5,10.5 parent: 2 - uid: 5189 components: - type: Transform - pos: -45.5,22.5 + pos: -25.5,11.5 parent: 2 - uid: 5190 components: - type: Transform - pos: -46.5,22.5 + pos: -25.5,12.5 parent: 2 - uid: 5191 components: - type: Transform - pos: -47.5,22.5 + pos: -25.5,13.5 parent: 2 - uid: 5192 components: - type: Transform - pos: -48.5,22.5 + pos: -25.5,14.5 parent: 2 - uid: 5193 components: - type: Transform - pos: -49.5,22.5 + pos: -24.5,13.5 parent: 2 - uid: 5194 components: - type: Transform - pos: -50.5,22.5 + pos: -23.5,13.5 parent: 2 - uid: 5195 components: - type: Transform - pos: -32.5,21.5 + pos: -26.5,12.5 parent: 2 - uid: 5196 components: - type: Transform - pos: -32.5,20.5 + pos: -27.5,12.5 parent: 2 - uid: 5197 components: - type: Transform - pos: -32.5,19.5 + pos: -42.5,15.5 parent: 2 - uid: 5198 components: - type: Transform - pos: -32.5,18.5 + pos: -42.5,2.5 parent: 2 - uid: 5199 components: - type: Transform - pos: -33.5,18.5 + pos: -42.5,1.5 parent: 2 - uid: 5200 components: - type: Transform - pos: -30.5,18.5 + pos: -41.5,1.5 parent: 2 - uid: 5201 components: - type: Transform - pos: -31.5,18.5 + pos: -40.5,1.5 parent: 2 - uid: 5202 components: - type: Transform - pos: -36.5,18.5 + pos: -39.5,1.5 parent: 2 - uid: 5203 components: - type: Transform - pos: -37.5,18.5 + pos: -38.5,1.5 parent: 2 - uid: 5204 components: - type: Transform - pos: -38.5,18.5 + pos: -37.5,1.5 parent: 2 - uid: 5205 components: - type: Transform - pos: -39.5,18.5 + pos: -37.5,2.5 parent: 2 - uid: 5206 components: - type: Transform - pos: -40.5,18.5 + pos: -37.5,3.5 parent: 2 - uid: 5207 components: - type: Transform - pos: -41.5,18.5 + pos: -37.5,4.5 parent: 2 - uid: 5208 components: - type: Transform - pos: -42.5,18.5 + pos: -37.5,5.5 parent: 2 - uid: 5209 components: - type: Transform - pos: -43.5,18.5 + pos: -37.5,6.5 parent: 2 - uid: 5210 components: - type: Transform - pos: -44.5,18.5 + pos: -37.5,7.5 parent: 2 - uid: 5211 components: - type: Transform - pos: -45.5,18.5 + pos: -37.5,8.5 parent: 2 - uid: 5212 components: - type: Transform - pos: -46.5,18.5 + pos: -37.5,9.5 parent: 2 - uid: 5213 components: - type: Transform - pos: -47.5,18.5 + pos: -37.5,10.5 parent: 2 - uid: 5214 components: - type: Transform - pos: -37.5,19.5 + pos: -37.5,11.5 parent: 2 - uid: 5215 components: - type: Transform - pos: -37.5,20.5 + pos: -37.5,12.5 parent: 2 - uid: 5216 components: - type: Transform - pos: -37.5,21.5 + pos: -37.5,13.5 parent: 2 - uid: 5217 components: - type: Transform - pos: -36.5,22.5 + pos: -38.5,13.5 parent: 2 - uid: 5218 components: - type: Transform - pos: -47.5,19.5 + pos: -39.5,13.5 parent: 2 - uid: 5219 components: - type: Transform - pos: -48.5,19.5 + pos: -42.5,13.5 parent: 2 - uid: 5220 components: - type: Transform - pos: -49.5,19.5 + pos: -42.5,14.5 parent: 2 - uid: 5221 components: - type: Transform - pos: -50.5,19.5 + pos: -39.5,14.5 parent: 2 - uid: 5222 components: - type: Transform - pos: -46.5,23.5 + pos: -39.5,15.5 parent: 2 - uid: 5223 components: - type: Transform - pos: -46.5,24.5 + pos: -36.5,13.5 parent: 2 - uid: 5224 components: - type: Transform - pos: -46.5,25.5 + pos: -35.5,13.5 parent: 2 - uid: 5225 components: - type: Transform - pos: -43.5,19.5 + pos: -34.5,13.5 parent: 2 - uid: 5226 components: - type: Transform - pos: -41.5,19.5 + pos: -33.5,13.5 parent: 2 - uid: 5227 components: - type: Transform - pos: -31.5,25.5 + pos: -35.5,14.5 parent: 2 - uid: 5228 components: - type: Transform - pos: -30.5,25.5 + pos: -35.5,15.5 parent: 2 - uid: 5229 components: - type: Transform - pos: -29.5,25.5 + pos: -33.5,14.5 parent: 2 - uid: 5230 components: - type: Transform - pos: -28.5,25.5 + pos: -32.5,14.5 parent: 2 - uid: 5231 components: - type: Transform - pos: -27.5,25.5 + pos: -31.5,14.5 parent: 2 - uid: 5232 components: - type: Transform - pos: -25.5,20.5 + pos: -30.5,14.5 parent: 2 - uid: 5233 components: - type: Transform - pos: -25.5,19.5 + pos: -30.5,13.5 parent: 2 - uid: 5234 components: - type: Transform - pos: -25.5,18.5 + pos: -30.5,12.5 parent: 2 - uid: 5235 components: - type: Transform - pos: -26.5,18.5 + pos: -30.5,11.5 parent: 2 - uid: 5236 components: - type: Transform - pos: -27.5,18.5 + pos: -30.5,10.5 parent: 2 - uid: 5237 components: - type: Transform - pos: -29.5,18.5 + pos: -30.5,9.5 parent: 2 - uid: 5238 components: - type: Transform - pos: -28.5,18.5 + pos: -30.5,8.5 parent: 2 - uid: 5239 components: - type: Transform - pos: -18.5,22.5 + pos: -31.5,10.5 parent: 2 - uid: 5240 components: - type: Transform - pos: -18.5,23.5 + pos: -32.5,10.5 parent: 2 - uid: 5241 components: - type: Transform - pos: -24.5,18.5 + pos: -33.5,10.5 parent: 2 - uid: 5242 components: - type: Transform - pos: -51.5,22.5 + pos: -29.5,9.5 parent: 2 - uid: 5243 components: - type: Transform - pos: -52.5,22.5 + pos: -28.5,9.5 parent: 2 - uid: 5244 components: - type: Transform - pos: -52.5,21.5 + pos: -30.5,7.5 parent: 2 - uid: 5245 components: - type: Transform - pos: -52.5,-27.5 + pos: -37.5,0.5 parent: 2 - uid: 5246 components: - type: Transform - pos: -46.5,27.5 + pos: -37.5,-0.5 parent: 2 - uid: 5247 components: - type: Transform - pos: -46.5,28.5 + pos: -37.5,-1.5 parent: 2 - uid: 5248 components: - type: Transform - pos: -46.5,29.5 + pos: -37.5,-2.5 parent: 2 - uid: 5249 components: - type: Transform - pos: -46.5,30.5 + pos: -38.5,-2.5 parent: 2 - uid: 5250 components: - type: Transform - pos: -46.5,31.5 + pos: -39.5,-2.5 parent: 2 - uid: 5251 components: - type: Transform - pos: -46.5,32.5 + pos: -40.5,-2.5 parent: 2 - uid: 5252 components: - type: Transform - pos: -46.5,33.5 + pos: -41.5,-2.5 parent: 2 - uid: 5253 components: - type: Transform - pos: -47.5,33.5 + pos: -42.5,-2.5 parent: 2 - uid: 5254 components: - type: Transform - pos: -48.5,33.5 + pos: -42.5,-3.5 parent: 2 - uid: 5255 components: - type: Transform - pos: -49.5,33.5 + pos: -43.5,-3.5 parent: 2 - uid: 5256 components: - type: Transform - pos: -50.5,33.5 + pos: -44.5,-3.5 parent: 2 - uid: 5257 components: - type: Transform - pos: -51.5,33.5 + pos: -45.5,-3.5 parent: 2 - uid: 5258 components: - type: Transform - pos: -47.5,31.5 + pos: 55.5,12.5 parent: 2 - uid: 5259 components: - type: Transform - pos: -48.5,31.5 + pos: -36.5,-0.5 parent: 2 - uid: 5260 components: - type: Transform - pos: -49.5,31.5 + pos: -35.5,-0.5 parent: 2 - uid: 5261 components: - type: Transform - pos: -50.5,31.5 + pos: -34.5,-0.5 parent: 2 - uid: 5262 components: - type: Transform - pos: -51.5,31.5 + pos: -33.5,-0.5 parent: 2 - uid: 5263 components: - type: Transform - pos: -45.5,30.5 + pos: -32.5,-0.5 parent: 2 - uid: 5264 components: - type: Transform - pos: -44.5,30.5 + pos: -31.5,-0.5 parent: 2 - uid: 5265 components: - type: Transform - pos: -43.5,30.5 + pos: -30.5,-0.5 parent: 2 - uid: 5266 components: - type: Transform - pos: -42.5,30.5 + pos: -29.5,-0.5 parent: 2 - uid: 5267 components: - type: Transform - pos: -41.5,30.5 + pos: -29.5,-1.5 parent: 2 - uid: 5268 components: - type: Transform - pos: -40.5,30.5 + pos: -29.5,-2.5 parent: 2 - uid: 5269 components: - type: Transform - pos: -40.5,31.5 + pos: -29.5,-3.5 parent: 2 - uid: 5270 components: - type: Transform - pos: -39.5,31.5 + pos: -28.5,-3.5 parent: 2 - uid: 5271 components: - type: Transform - pos: -38.5,31.5 + pos: -28.5,-4.5 parent: 2 - uid: 5272 components: - type: Transform - pos: -37.5,31.5 + pos: -28.5,-4.5 parent: 2 - uid: 5273 components: - type: Transform - pos: -36.5,31.5 + pos: -28.5,-5.5 parent: 2 - uid: 5274 components: - type: Transform - pos: -37.5,30.5 + pos: -30.5,0.5 parent: 2 - uid: 5275 components: - type: Transform - pos: -37.5,29.5 + pos: -30.5,1.5 parent: 2 - uid: 5276 components: - type: Transform - pos: -44.5,31.5 + pos: -23.5,18.5 parent: 2 - uid: 5277 components: - type: Transform - pos: -44.5,32.5 + pos: -41.5,26.5 parent: 2 - uid: 5278 components: - type: Transform - pos: -44.5,33.5 + pos: -2.5,24.5 parent: 2 - uid: 5279 components: - type: Transform - pos: -44.5,34.5 + pos: -2.5,23.5 parent: 2 - uid: 5280 components: - type: Transform - pos: -42.5,29.5 + pos: -3.5,23.5 parent: 2 - uid: 5281 components: - type: Transform - pos: -42.5,28.5 + pos: -3.5,22.5 parent: 2 - uid: 5282 components: - type: Transform - pos: -43.5,33.5 + pos: -4.5,22.5 parent: 2 - uid: 5283 components: - type: Transform - pos: -44.5,35.5 + pos: -5.5,22.5 parent: 2 - uid: 5284 components: - type: Transform - pos: -45.5,35.5 + pos: 65.5,-8.5 parent: 2 - uid: 5285 components: - type: Transform - pos: -46.5,35.5 + pos: 65.5,-0.5 parent: 2 - uid: 5286 components: - type: Transform - pos: -47.5,35.5 + pos: 65.5,-1.5 parent: 2 - uid: 5287 components: - type: Transform - pos: -23.5,17.5 + pos: 68.5,-3.5 parent: 2 - uid: 5288 components: - type: Transform - pos: -24.5,8.5 + pos: 65.5,-12.5 parent: 2 - uid: 5289 components: - type: Transform - pos: -24.5,9.5 + pos: 65.5,-10.5 parent: 2 - uid: 5290 components: - type: Transform - pos: -24.5,10.5 + pos: -42.5,0.5 parent: 2 - uid: 5291 components: - type: Transform - pos: -25.5,10.5 + pos: -43.5,0.5 parent: 2 - uid: 5292 components: - type: Transform - pos: -25.5,11.5 + pos: -44.5,0.5 parent: 2 - uid: 5293 components: - type: Transform - pos: -25.5,12.5 + pos: -45.5,0.5 parent: 2 - uid: 5294 components: - type: Transform - pos: -25.5,13.5 + pos: -46.5,0.5 parent: 2 - uid: 5295 components: - type: Transform - pos: -25.5,14.5 + pos: -46.5,1.5 parent: 2 - uid: 5296 components: - type: Transform - pos: -24.5,13.5 + pos: -46.5,2.5 parent: 2 - uid: 5297 components: - type: Transform - pos: -23.5,13.5 + pos: -46.5,3.5 parent: 2 - uid: 5298 components: - type: Transform - pos: -26.5,12.5 + pos: -46.5,4.5 parent: 2 - uid: 5299 components: - type: Transform - pos: -27.5,12.5 + pos: -46.5,5.5 parent: 2 - uid: 5300 components: - type: Transform - pos: -42.5,15.5 + pos: -46.5,6.5 parent: 2 - uid: 5301 components: - type: Transform - pos: -42.5,2.5 + pos: -46.5,7.5 parent: 2 - uid: 5302 components: - type: Transform - pos: -42.5,1.5 + pos: -46.5,8.5 parent: 2 - uid: 5303 components: - type: Transform - pos: -41.5,1.5 + pos: -45.5,5.5 parent: 2 - uid: 5304 components: - type: Transform - pos: -40.5,1.5 + pos: -44.5,5.5 parent: 2 - uid: 5305 components: - type: Transform - pos: -39.5,1.5 + pos: -45.5,3.5 parent: 2 - uid: 5306 components: - type: Transform - pos: -38.5,1.5 + pos: -44.5,3.5 parent: 2 - uid: 5307 components: - type: Transform - pos: -37.5,1.5 + pos: -47.5,7.5 parent: 2 - uid: 5308 components: - type: Transform - pos: -37.5,2.5 + pos: -48.5,7.5 parent: 2 - uid: 5309 components: - type: Transform - pos: -37.5,3.5 + pos: -46.5,9.5 parent: 2 - uid: 5310 components: - type: Transform - pos: -37.5,4.5 + pos: -46.5,10.5 parent: 2 - uid: 5311 components: - type: Transform - pos: -37.5,5.5 + pos: -46.5,11.5 parent: 2 - uid: 5312 components: - type: Transform - pos: -37.5,6.5 + pos: -47.5,11.5 parent: 2 - uid: 5313 components: - type: Transform - pos: -37.5,7.5 + pos: -48.5,11.5 parent: 2 - uid: 5314 components: - type: Transform - pos: -37.5,8.5 + pos: -49.5,11.5 parent: 2 - uid: 5315 components: - type: Transform - pos: -37.5,9.5 + pos: -50.5,11.5 parent: 2 - uid: 5316 components: - type: Transform - pos: -37.5,10.5 + pos: -51.5,11.5 parent: 2 - uid: 5317 components: - type: Transform - pos: -37.5,11.5 + pos: -51.5,10.5 parent: 2 - uid: 5318 components: - type: Transform - pos: -37.5,12.5 + pos: -52.5,10.5 parent: 2 - uid: 5319 components: - type: Transform - pos: -37.5,13.5 + pos: -52.5,9.5 parent: 2 - uid: 5320 components: - type: Transform - pos: -38.5,13.5 + pos: -52.5,8.5 parent: 2 - uid: 5321 components: - type: Transform - pos: -39.5,13.5 + pos: -52.5,7.5 parent: 2 - uid: 5322 components: - type: Transform - pos: -42.5,13.5 + pos: -51.5,12.5 parent: 2 - uid: 5323 components: - type: Transform - pos: -42.5,14.5 + pos: -51.5,13.5 parent: 2 - uid: 5324 components: - type: Transform - pos: -39.5,14.5 + pos: -51.5,14.5 parent: 2 - uid: 5325 components: - type: Transform - pos: -39.5,15.5 + pos: -48.5,12.5 parent: 2 - uid: 5326 components: - type: Transform - pos: -36.5,13.5 + pos: -48.5,13.5 parent: 2 - uid: 5327 components: - type: Transform - pos: -35.5,13.5 + pos: -48.5,14.5 parent: 2 - uid: 5328 components: - type: Transform - pos: -34.5,13.5 + pos: -46.5,12.5 parent: 2 - uid: 5329 components: - type: Transform - pos: -33.5,13.5 + pos: -46.5,13.5 parent: 2 - uid: 5330 components: - type: Transform - pos: -35.5,14.5 + pos: -46.5,14.5 parent: 2 - uid: 5331 components: - type: Transform - pos: -35.5,15.5 + pos: -45.5,11.5 parent: 2 - uid: 5332 components: - type: Transform - pos: -33.5,14.5 + pos: -44.5,11.5 parent: 2 - uid: 5333 components: - type: Transform - pos: -32.5,14.5 + pos: -43.5,11.5 parent: 2 - uid: 5334 components: - type: Transform - pos: -31.5,14.5 + pos: -42.5,11.5 parent: 2 - uid: 5335 components: - type: Transform - pos: -30.5,14.5 + pos: -42.5,10.5 parent: 2 - uid: 5336 components: - type: Transform - pos: -30.5,13.5 + pos: -47.5,7.5 parent: 2 - uid: 5337 components: - type: Transform - pos: -30.5,12.5 + pos: -47.5,0.5 parent: 2 - uid: 5338 components: - type: Transform - pos: -30.5,11.5 + pos: -48.5,0.5 parent: 2 - uid: 5339 components: - type: Transform - pos: -30.5,10.5 + pos: -49.5,0.5 parent: 2 - uid: 5340 components: - type: Transform - pos: -30.5,9.5 + pos: -49.5,-0.5 parent: 2 - uid: 5341 components: - type: Transform - pos: -30.5,8.5 + pos: -49.5,-1.5 parent: 2 - uid: 5342 components: - type: Transform - pos: -31.5,10.5 + pos: -49.5,-2.5 parent: 2 - uid: 5343 components: - type: Transform - pos: -32.5,10.5 + pos: -49.5,-3.5 parent: 2 - uid: 5344 components: - type: Transform - pos: -33.5,10.5 + pos: -50.5,-3.5 parent: 2 - uid: 5345 components: - type: Transform - pos: -29.5,9.5 + pos: -51.5,-3.5 parent: 2 - uid: 5346 components: - type: Transform - pos: -28.5,9.5 + pos: -52.5,-3.5 parent: 2 - uid: 5347 components: - type: Transform - pos: -30.5,7.5 + pos: -53.5,-3.5 parent: 2 - uid: 5348 components: - type: Transform - pos: -37.5,0.5 + pos: -54.5,-3.5 parent: 2 - uid: 5349 components: - type: Transform - pos: -37.5,-0.5 + pos: -53.5,-2.5 parent: 2 - uid: 5350 components: - type: Transform - pos: -37.5,-1.5 + pos: -53.5,-1.5 parent: 2 - uid: 5351 components: - type: Transform - pos: -37.5,-2.5 + pos: -54.5,-1.5 parent: 2 - uid: 5352 components: - type: Transform - pos: -38.5,-2.5 + pos: -55.5,-1.5 parent: 2 - uid: 5353 components: - type: Transform - pos: -39.5,-2.5 + pos: -56.5,-1.5 parent: 2 - uid: 5354 components: - type: Transform - pos: -40.5,-2.5 + pos: -51.5,-2.5 parent: 2 - uid: 5355 components: - type: Transform - pos: -41.5,-2.5 + pos: -51.5,-1.5 parent: 2 - uid: 5356 components: - type: Transform - pos: -42.5,-2.5 + pos: -51.5,-0.5 parent: 2 - uid: 5357 components: - type: Transform - pos: -42.5,-3.5 + pos: -51.5,0.5 parent: 2 - uid: 5358 components: - type: Transform - pos: -43.5,-3.5 + pos: -51.5,1.5 parent: 2 - uid: 5359 components: - type: Transform - pos: -44.5,-3.5 + pos: -51.5,2.5 parent: 2 - uid: 5360 components: - type: Transform - pos: -45.5,-3.5 + pos: -51.5,3.5 parent: 2 - uid: 5361 components: - type: Transform - pos: 55.5,12.5 + pos: -45.5,-2.5 parent: 2 - uid: 5362 components: - type: Transform - pos: -36.5,-0.5 + pos: -46.5,-2.5 parent: 2 - uid: 5363 components: - type: Transform - pos: -35.5,-0.5 + pos: -47.5,-2.5 parent: 2 - uid: 5364 components: - type: Transform - pos: -34.5,-0.5 + pos: 68.5,-5.5 parent: 2 - uid: 5365 components: - type: Transform - pos: -33.5,-0.5 + pos: 67.5,-5.5 parent: 2 - uid: 5366 components: - type: Transform - pos: -32.5,-0.5 + pos: 66.5,-5.5 parent: 2 - uid: 5367 components: - type: Transform - pos: -31.5,-0.5 + pos: 65.5,-6.5 parent: 2 - uid: 5368 components: - type: Transform - pos: -30.5,-0.5 + pos: 65.5,-7.5 parent: 2 - uid: 5369 components: - type: Transform - pos: -29.5,-0.5 + pos: 65.5,-9.5 parent: 2 - uid: 5370 components: - type: Transform - pos: -29.5,-1.5 + pos: 66.5,-3.5 parent: 2 - uid: 5371 components: - type: Transform - pos: -29.5,-2.5 + pos: 65.5,-2.5 parent: 2 - uid: 5372 components: - type: Transform - pos: -29.5,-3.5 + pos: 67.5,-3.5 parent: 2 - uid: 5373 components: - type: Transform - pos: -28.5,-3.5 + pos: -28.5,1.5 parent: 2 - uid: 5374 components: - type: Transform - pos: -28.5,-4.5 + pos: -27.5,1.5 parent: 2 - uid: 5375 components: - type: Transform - pos: -28.5,-4.5 + pos: -27.5,0.5 parent: 2 - uid: 5376 components: - type: Transform - pos: -28.5,-5.5 + pos: 22.5,-46.5 parent: 2 - uid: 5377 components: - type: Transform - pos: -30.5,0.5 + pos: -11.5,26.5 parent: 2 - uid: 5378 components: - type: Transform - pos: -30.5,1.5 + pos: -13.5,26.5 parent: 2 - uid: 5379 components: - type: Transform - pos: -23.5,18.5 + pos: -26.5,0.5 parent: 2 - uid: 5380 components: - type: Transform - pos: -41.5,26.5 + pos: -8.5,14.5 parent: 2 - uid: 5381 components: - type: Transform - pos: -2.5,24.5 + pos: -8.5,15.5 parent: 2 - uid: 5382 components: - type: Transform - pos: -2.5,23.5 + pos: -1.5,-80.5 parent: 2 - uid: 5383 components: - type: Transform - pos: -3.5,23.5 + pos: -1.5,-81.5 parent: 2 - uid: 5384 components: - type: Transform - pos: -3.5,22.5 + pos: -1.5,-82.5 parent: 2 - uid: 5385 components: - type: Transform - pos: -4.5,22.5 + pos: -74.5,-25.5 parent: 2 - uid: 5386 components: - type: Transform - pos: -5.5,22.5 + pos: -56.5,-18.5 parent: 2 - uid: 5387 components: - type: Transform - pos: 65.5,-8.5 + pos: -23.5,10.5 parent: 2 - uid: 5388 components: - type: Transform - pos: 65.5,-0.5 + pos: -22.5,10.5 parent: 2 - uid: 5389 components: - type: Transform - pos: 65.5,-1.5 + pos: -22.5,11.5 parent: 2 - uid: 5390 components: - type: Transform - pos: 68.5,-3.5 + pos: 41.5,14.5 parent: 2 - uid: 5391 components: - type: Transform - pos: 65.5,-12.5 + pos: 42.5,14.5 parent: 2 - uid: 5392 components: - type: Transform - pos: 65.5,-10.5 + pos: -75.5,-11.5 parent: 2 - uid: 5393 components: - type: Transform - pos: -42.5,0.5 + pos: -75.5,-10.5 parent: 2 - uid: 5394 components: - type: Transform - pos: -43.5,0.5 + pos: -75.5,-9.5 parent: 2 - uid: 5395 components: - type: Transform - pos: -44.5,0.5 + pos: -75.5,-8.5 parent: 2 - uid: 5396 components: - type: Transform - pos: -45.5,0.5 + pos: -75.5,-7.5 parent: 2 - uid: 5397 components: - type: Transform - pos: -46.5,0.5 + pos: -75.5,-6.5 parent: 2 - uid: 5398 components: - type: Transform - pos: -46.5,1.5 + pos: -75.5,-5.5 parent: 2 - uid: 5399 components: - type: Transform - pos: -46.5,2.5 + pos: -75.5,-4.5 parent: 2 - uid: 5400 components: - type: Transform - pos: -46.5,3.5 + pos: -74.5,-4.5 parent: 2 - uid: 5401 components: - type: Transform - pos: -46.5,4.5 + pos: -73.5,-4.5 parent: 2 - uid: 5402 components: - type: Transform - pos: -46.5,5.5 + pos: -72.5,-4.5 parent: 2 - uid: 5403 components: - type: Transform - pos: -46.5,6.5 + pos: -71.5,-4.5 parent: 2 - uid: 5404 components: - type: Transform - pos: -46.5,7.5 + pos: -70.5,-4.5 parent: 2 - uid: 5405 components: - type: Transform - pos: -46.5,8.5 + pos: -69.5,-4.5 parent: 2 - uid: 5406 components: - type: Transform - pos: -45.5,5.5 + pos: -68.5,-4.5 parent: 2 - uid: 5407 components: - type: Transform - pos: -44.5,5.5 + pos: -67.5,-4.5 parent: 2 - uid: 5408 components: - type: Transform - pos: -45.5,3.5 + pos: -66.5,-4.5 parent: 2 - uid: 5409 components: - type: Transform - pos: -44.5,3.5 + pos: -65.5,-4.5 parent: 2 - uid: 5410 components: - type: Transform - pos: -47.5,7.5 + pos: -64.5,-4.5 parent: 2 - uid: 5411 components: - type: Transform - pos: -48.5,7.5 + pos: -47.5,39.5 parent: 2 - uid: 5412 components: - type: Transform - pos: -46.5,9.5 + pos: -47.5,40.5 parent: 2 - uid: 5413 components: - type: Transform - pos: -46.5,10.5 + pos: -47.5,41.5 parent: 2 - uid: 5414 components: - type: Transform - pos: -46.5,11.5 + pos: -46.5,41.5 parent: 2 - uid: 5415 components: - type: Transform - pos: -47.5,11.5 + pos: -45.5,41.5 parent: 2 - uid: 5416 components: - type: Transform - pos: -48.5,11.5 + pos: -45.5,42.5 parent: 2 - uid: 5417 components: - type: Transform - pos: -49.5,11.5 + pos: -45.5,46.5 parent: 2 - uid: 5418 components: - type: Transform - pos: -50.5,11.5 + pos: -45.5,47.5 parent: 2 - uid: 5419 components: - type: Transform - pos: -51.5,11.5 + pos: -45.5,48.5 parent: 2 - uid: 5420 components: - type: Transform - pos: -51.5,10.5 + pos: -45.5,49.5 parent: 2 - uid: 5421 components: - type: Transform - pos: -52.5,10.5 + pos: -46.5,49.5 parent: 2 - uid: 5422 components: - type: Transform - pos: -52.5,9.5 + pos: -46.5,50.5 parent: 2 - uid: 5423 components: - type: Transform - pos: -52.5,8.5 + pos: -46.5,51.5 parent: 2 - uid: 5424 components: - type: Transform - pos: -52.5,7.5 + pos: -46.5,52.5 parent: 2 - uid: 5425 components: - type: Transform - pos: -51.5,12.5 + pos: -46.5,53.5 parent: 2 - uid: 5426 components: - type: Transform - pos: -51.5,13.5 + pos: -45.5,53.5 parent: 2 - uid: 5427 components: - type: Transform - pos: -51.5,14.5 + pos: -44.5,53.5 parent: 2 - uid: 5428 components: - type: Transform - pos: -48.5,12.5 + pos: -43.5,53.5 parent: 2 - uid: 5429 components: - type: Transform - pos: -48.5,13.5 + pos: -42.5,53.5 parent: 2 - uid: 5430 components: - type: Transform - pos: -48.5,14.5 + pos: -41.5,53.5 parent: 2 - uid: 5431 components: - type: Transform - pos: -46.5,12.5 + pos: -40.5,53.5 parent: 2 - uid: 5432 components: - type: Transform - pos: -46.5,13.5 + pos: -39.5,53.5 parent: 2 - uid: 5433 components: - type: Transform - pos: -46.5,14.5 + pos: -38.5,53.5 parent: 2 - uid: 5434 components: - type: Transform - pos: -45.5,11.5 + pos: -37.5,53.5 parent: 2 - uid: 5435 components: - type: Transform - pos: -44.5,11.5 + pos: -47.5,53.5 parent: 2 - uid: 5436 components: - type: Transform - pos: -43.5,11.5 + pos: -48.5,53.5 parent: 2 - uid: 5437 components: - type: Transform - pos: -42.5,11.5 + pos: -49.5,53.5 parent: 2 - uid: 5438 components: - type: Transform - pos: -42.5,10.5 + pos: -50.5,53.5 parent: 2 - uid: 5439 components: - type: Transform - pos: -47.5,7.5 + pos: -51.5,53.5 parent: 2 - uid: 5440 components: - type: Transform - pos: -47.5,0.5 + pos: -52.5,53.5 parent: 2 - uid: 5441 components: - type: Transform - pos: -48.5,0.5 + pos: 9.5,-64.5 parent: 2 - uid: 5442 components: - type: Transform - pos: -49.5,0.5 + pos: 14.5,-65.5 parent: 2 - uid: 5443 components: - type: Transform - pos: -49.5,-0.5 + pos: 26.5,31.5 parent: 2 - uid: 5444 components: - type: Transform - pos: -49.5,-1.5 + pos: 25.5,31.5 parent: 2 - uid: 5445 components: - type: Transform - pos: -49.5,-2.5 + pos: 24.5,31.5 parent: 2 - uid: 5446 components: - type: Transform - pos: -49.5,-3.5 + pos: 24.5,32.5 parent: 2 - uid: 5447 components: - type: Transform - pos: -50.5,-3.5 + pos: 24.5,33.5 parent: 2 - uid: 5448 components: - type: Transform - pos: -51.5,-3.5 + pos: 24.5,34.5 parent: 2 - uid: 5449 components: - type: Transform - pos: -52.5,-3.5 + pos: 54.5,28.5 parent: 2 - uid: 5450 components: - type: Transform - pos: -53.5,-3.5 + pos: 53.5,28.5 parent: 2 - uid: 5451 components: - type: Transform - pos: -54.5,-3.5 + pos: -62.5,-30.5 parent: 2 - uid: 5452 components: - type: Transform - pos: -53.5,-2.5 + pos: -61.5,-30.5 parent: 2 - uid: 5453 components: - type: Transform - pos: -53.5,-1.5 + pos: -60.5,-30.5 parent: 2 - uid: 5454 components: - type: Transform - pos: -54.5,-1.5 + pos: -40.5,-41.5 parent: 2 - uid: 5455 components: - type: Transform - pos: -55.5,-1.5 + pos: 48.5,-46.5 parent: 2 - uid: 5456 components: - type: Transform - pos: -56.5,-1.5 + pos: 48.5,-48.5 parent: 2 - uid: 5457 components: - type: Transform - pos: -51.5,-2.5 + pos: 28.5,-5.5 parent: 2 - uid: 5458 components: - type: Transform - pos: -51.5,-1.5 + pos: -24.5,-13.5 parent: 2 - uid: 5459 components: - type: Transform - pos: -51.5,-0.5 + pos: 65.5,-43.5 parent: 2 - uid: 5460 components: - type: Transform - pos: -51.5,0.5 + pos: -52.5,-73.5 parent: 2 - uid: 5461 components: - type: Transform - pos: -51.5,1.5 + pos: -51.5,-73.5 parent: 2 - uid: 5462 components: - type: Transform - pos: -51.5,2.5 + pos: -51.5,-74.5 parent: 2 - uid: 5463 components: - type: Transform - pos: -51.5,3.5 + pos: -46.5,-75.5 parent: 2 - uid: 5464 components: - type: Transform - pos: -45.5,-2.5 + pos: 59.5,-32.5 parent: 2 - uid: 5465 components: - type: Transform - pos: -46.5,-2.5 + pos: 52.5,-13.5 parent: 2 - uid: 5466 components: - type: Transform - pos: -47.5,-2.5 + pos: 52.5,-14.5 parent: 2 - uid: 5467 components: - type: Transform - pos: 3.5,-64.5 + pos: 52.5,-15.5 parent: 2 - uid: 5468 components: - type: Transform - pos: 68.5,-5.5 + pos: 65.5,-11.5 parent: 2 - uid: 5469 components: - type: Transform - pos: -19.5,-52.5 + pos: 65.5,-13.5 parent: 2 - uid: 5470 components: - type: Transform - pos: -20.5,-52.5 + pos: 65.5,-5.5 parent: 2 - uid: 5471 components: - type: Transform - pos: 67.5,-5.5 + pos: 65.5,-3.5 parent: 2 - uid: 5472 components: - type: Transform - pos: 66.5,-5.5 + pos: 11.5,-5.5 parent: 2 - uid: 5473 components: - type: Transform - pos: 65.5,-6.5 + pos: 10.5,-0.5 parent: 2 - uid: 5474 components: - type: Transform - pos: 65.5,-7.5 + pos: 9.5,-0.5 parent: 2 - uid: 5475 components: - type: Transform - pos: 65.5,-9.5 + pos: 9.5,-1.5 parent: 2 - uid: 5476 components: - type: Transform - pos: 66.5,-3.5 + pos: 10.5,-5.5 parent: 2 - uid: 5477 components: - type: Transform - pos: 65.5,-2.5 + pos: 9.5,-5.5 parent: 2 - uid: 5478 components: - type: Transform - pos: 67.5,-3.5 + pos: 17.5,-43.5 parent: 2 - uid: 5479 components: - type: Transform - pos: -28.5,1.5 + pos: 18.5,-43.5 parent: 2 - uid: 5480 components: - type: Transform - pos: -27.5,1.5 + pos: 16.5,-43.5 parent: 2 - uid: 5481 components: - type: Transform - pos: -27.5,0.5 + pos: 11.5,-41.5 parent: 2 - uid: 5482 components: - type: Transform - pos: 22.5,-46.5 + pos: 33.5,-42.5 parent: 2 - uid: 5483 components: - type: Transform - pos: -11.5,26.5 + pos: 34.5,-21.5 parent: 2 - uid: 5484 components: - type: Transform - pos: -13.5,26.5 + pos: 32.5,-42.5 parent: 2 - uid: 5485 components: - type: Transform - pos: -26.5,0.5 + pos: 34.5,-24.5 parent: 2 - uid: 5486 components: - type: Transform - pos: -8.5,14.5 + pos: 34.5,-23.5 parent: 2 - uid: 5487 components: - type: Transform - pos: -8.5,15.5 + pos: 34.5,-22.5 parent: 2 - uid: 5488 components: - type: Transform - pos: -1.5,-80.5 + pos: -7.5,5.5 parent: 2 - uid: 5489 components: - type: Transform - pos: -1.5,-81.5 + pos: 1.5,5.5 parent: 2 - uid: 5490 components: - type: Transform - pos: -1.5,-82.5 + pos: 11.5,-25.5 parent: 2 - uid: 5491 components: - type: Transform - pos: -74.5,-25.5 + pos: 2.5,5.5 parent: 2 - uid: 5492 components: - type: Transform - pos: -56.5,-18.5 + pos: -6.5,5.5 parent: 2 - uid: 5493 components: - type: Transform - pos: -23.5,10.5 + pos: 3.5,5.5 parent: 2 - uid: 5494 components: - type: Transform - pos: -22.5,10.5 + pos: -4.5,5.5 parent: 2 - uid: 5495 components: - type: Transform - pos: -22.5,11.5 + pos: -3.5,3.5 parent: 2 - uid: 5496 components: - type: Transform - pos: 41.5,14.5 + pos: -5.5,5.5 parent: 2 - uid: 5497 components: - type: Transform - pos: 42.5,14.5 + pos: -4.5,3.5 parent: 2 - uid: 5498 components: - type: Transform - pos: -75.5,-11.5 + pos: -18.5,4.5 parent: 2 - uid: 5499 components: - type: Transform - pos: -75.5,-10.5 + pos: -5.5,3.5 parent: 2 - uid: 5500 components: - type: Transform - pos: -75.5,-9.5 + pos: -20.5,4.5 parent: 2 - uid: 5501 components: - type: Transform - pos: -75.5,-8.5 + pos: -17.5,4.5 parent: 2 - uid: 5502 components: - type: Transform - pos: -75.5,-7.5 + pos: -19.5,4.5 parent: 2 - uid: 5503 components: - type: Transform - pos: -75.5,-6.5 + pos: -21.5,4.5 parent: 2 - uid: 5504 components: - type: Transform - pos: -75.5,-5.5 + pos: -44.5,8.5 parent: 2 - uid: 5505 components: - type: Transform - pos: -75.5,-4.5 + pos: -44.5,4.5 parent: 2 - uid: 5506 components: - type: Transform - pos: -74.5,-4.5 + pos: -45.5,8.5 parent: 2 - uid: 5507 components: - type: Transform - pos: -73.5,-4.5 + pos: -44.5,6.5 parent: 2 - uid: 5508 components: - type: Transform - pos: -72.5,-4.5 + pos: -44.5,7.5 parent: 2 - uid: 5509 components: - type: Transform - pos: -71.5,-4.5 + pos: -22.5,-9.5 parent: 2 - uid: 5510 components: - type: Transform - pos: -70.5,-4.5 + pos: -48.5,10.5 parent: 2 - uid: 5511 components: - type: Transform - pos: -69.5,-4.5 + pos: -22.5,-10.5 parent: 2 - uid: 5512 components: - type: Transform - pos: -68.5,-4.5 + pos: -50.5,10.5 parent: 2 - uid: 5513 components: - type: Transform - pos: -67.5,-4.5 + pos: -49.5,10.5 parent: 2 - uid: 5514 components: - type: Transform - pos: -66.5,-4.5 + pos: -22.5,-11.5 parent: 2 - uid: 5515 components: - type: Transform - pos: -65.5,-4.5 + pos: -2.5,-47.5 parent: 2 - uid: 5516 components: - type: Transform - pos: -64.5,-4.5 + pos: -37.5,-41.5 parent: 2 - uid: 5517 components: - type: Transform - pos: -47.5,39.5 + pos: -3.5,-47.5 parent: 2 - uid: 5518 components: - type: Transform - pos: -47.5,40.5 + pos: -37.5,-42.5 parent: 2 - uid: 5519 components: - type: Transform - pos: -47.5,41.5 + pos: -38.5,-41.5 parent: 2 - uid: 5520 components: - type: Transform - pos: -46.5,41.5 + pos: -39.5,-41.5 parent: 2 - uid: 5521 components: - type: Transform - pos: -45.5,41.5 + pos: 52.5,-40.5 parent: 2 - uid: 5522 components: - type: Transform - pos: -45.5,42.5 + pos: 63.5,-48.5 parent: 2 - uid: 5523 components: - type: Transform - pos: -45.5,46.5 + pos: 52.5,-39.5 parent: 2 - uid: 5524 components: - type: Transform - pos: -45.5,47.5 + pos: 51.5,-39.5 parent: 2 - uid: 5525 components: - type: Transform - pos: -45.5,48.5 + pos: 68.5,-48.5 parent: 2 - uid: 5526 components: - type: Transform - pos: -45.5,49.5 + pos: 66.5,-48.5 parent: 2 - uid: 5527 components: - type: Transform - pos: -46.5,49.5 + pos: 52.5,-41.5 parent: 2 - uid: 5528 components: - type: Transform - pos: -46.5,50.5 + pos: 65.5,-48.5 parent: 2 - uid: 5529 components: - type: Transform - pos: -46.5,51.5 + pos: 64.5,-48.5 parent: 2 - uid: 5530 components: - type: Transform - pos: -46.5,52.5 + pos: -14.5,-73.5 parent: 2 - uid: 5531 components: - type: Transform - pos: -46.5,53.5 + pos: -14.5,-71.5 parent: 2 - uid: 5532 components: - type: Transform - pos: -45.5,53.5 + pos: -15.5,-73.5 parent: 2 - uid: 5533 components: - type: Transform - pos: -44.5,53.5 + pos: -15.5,-72.5 parent: 2 - uid: 5534 components: - type: Transform - pos: -43.5,53.5 + pos: -37.5,22.5 parent: 2 - uid: 5535 components: - type: Transform - pos: -42.5,53.5 + pos: -15.5,-71.5 parent: 2 - uid: 5536 components: - type: Transform - pos: -41.5,53.5 + pos: -11.5,-71.5 parent: 2 - uid: 5537 components: - type: Transform - pos: -40.5,53.5 + pos: -12.5,-71.5 parent: 2 - uid: 5538 components: - type: Transform - pos: -39.5,53.5 + pos: -13.5,-71.5 parent: 2 - uid: 5539 components: - type: Transform - pos: -38.5,53.5 + pos: -45.5,33.5 parent: 2 - uid: 5540 components: - type: Transform - pos: -37.5,53.5 + pos: -44.5,28.5 parent: 2 - uid: 5541 components: - type: Transform - pos: -47.5,53.5 + pos: -10.5,-71.5 parent: 2 - uid: 5542 components: - type: Transform - pos: -48.5,53.5 + pos: -45.5,28.5 parent: 2 - uid: 5543 components: - type: Transform - pos: -49.5,53.5 + pos: -43.5,28.5 parent: 2 - uid: 5544 components: - type: Transform - pos: -50.5,53.5 + pos: -41.5,31.5 parent: 2 - uid: 5545 components: - type: Transform - pos: -51.5,53.5 + pos: -42.5,33.5 parent: 2 - uid: 5546 components: - type: Transform - pos: -52.5,53.5 + pos: -41.5,32.5 parent: 2 - uid: 5547 components: - type: Transform - pos: 10.5,-65.5 + pos: -41.5,33.5 parent: 2 - uid: 5548 components: - type: Transform - pos: 11.5,-65.5 + pos: -20.5,18.5 parent: 2 - uid: 5549 components: - type: Transform - pos: 12.5,-65.5 + pos: -20.5,20.5 parent: 2 - uid: 5550 components: - type: Transform - pos: 13.5,-65.5 + pos: -20.5,16.5 parent: 2 - uid: 5551 components: - type: Transform - pos: 14.5,-65.5 + pos: -20.5,19.5 parent: 2 - uid: 5552 components: - type: Transform - pos: 26.5,31.5 + pos: -20.5,17.5 parent: 2 - uid: 5553 components: - type: Transform - pos: 25.5,31.5 + pos: -19.5,16.5 parent: 2 - uid: 5554 components: - type: Transform - pos: 24.5,31.5 + pos: 53.5,-6.5 parent: 2 - uid: 5555 components: - type: Transform - pos: 24.5,32.5 + pos: 52.5,-6.5 parent: 2 - uid: 5556 components: - type: Transform - pos: 24.5,33.5 + pos: 51.5,-6.5 parent: 2 - uid: 5557 components: - type: Transform - pos: 24.5,34.5 + pos: 51.5,-7.5 parent: 2 - uid: 5558 components: - type: Transform - pos: 54.5,28.5 + pos: 5.5,21.5 parent: 2 - uid: 5559 components: - type: Transform - pos: 53.5,28.5 + pos: 6.5,21.5 parent: 2 - uid: 5560 components: - type: Transform - pos: -62.5,-30.5 + pos: 7.5,15.5 parent: 2 - uid: 5561 components: - type: Transform - pos: -61.5,-30.5 + pos: 8.5,15.5 parent: 2 - uid: 5562 components: - type: Transform - pos: -60.5,-30.5 + pos: 2.5,20.5 parent: 2 - uid: 5563 components: - type: Transform - pos: -40.5,-41.5 + pos: 2.5,19.5 parent: 2 - uid: 5564 components: - type: Transform - pos: 48.5,-46.5 + pos: 2.5,18.5 parent: 2 - uid: 5565 components: - type: Transform - pos: 48.5,-48.5 + pos: 42.5,15.5 parent: 2 - uid: 5566 components: - type: Transform - pos: 28.5,-5.5 + pos: 42.5,16.5 parent: 2 - uid: 5567 components: - type: Transform - pos: -24.5,-13.5 + pos: 41.5,16.5 parent: 2 - uid: 5568 components: - type: Transform - pos: 65.5,-43.5 + pos: 40.5,16.5 parent: 2 - uid: 5569 components: - type: Transform - pos: -52.5,-73.5 + pos: 39.5,16.5 parent: 2 - uid: 5570 components: - type: Transform - pos: -51.5,-73.5 + pos: 38.5,16.5 parent: 2 - uid: 5571 components: - type: Transform - pos: -51.5,-74.5 + pos: 37.5,16.5 parent: 2 - uid: 5572 components: - type: Transform - pos: -46.5,-75.5 + pos: 36.5,16.5 parent: 2 - uid: 5573 components: - type: Transform - pos: 59.5,-32.5 + pos: 34.5,16.5 parent: 2 - uid: 5574 components: - type: Transform - pos: 52.5,-13.5 + pos: 33.5,16.5 parent: 2 - uid: 5575 components: - type: Transform - pos: 52.5,-14.5 + pos: 42.5,13.5 parent: 2 - uid: 5576 components: - type: Transform - pos: 52.5,-15.5 + pos: 42.5,12.5 parent: 2 - uid: 5577 components: - type: Transform - pos: 65.5,-11.5 + pos: 28.5,28.5 parent: 2 - uid: 5578 components: - type: Transform - pos: 65.5,-13.5 + pos: 31.5,28.5 parent: 2 - uid: 5579 components: - type: Transform - pos: 65.5,-5.5 + pos: 30.5,28.5 parent: 2 - uid: 5580 components: - type: Transform - pos: 65.5,-3.5 + pos: -51.5,-75.5 parent: 2 - uid: 5581 components: - type: Transform - pos: 11.5,-5.5 + pos: -51.5,-77.5 parent: 2 - uid: 5582 components: - type: Transform - pos: 10.5,-0.5 + pos: -51.5,-78.5 parent: 2 - uid: 5583 components: - type: Transform - pos: 9.5,-0.5 + pos: -51.5,-79.5 parent: 2 - uid: 5584 components: - type: Transform - pos: 9.5,-1.5 + pos: -52.5,-79.5 parent: 2 - uid: 5585 components: - type: Transform - pos: 10.5,-5.5 + pos: 38.5,17.5 parent: 2 - uid: 5586 components: - type: Transform - pos: 9.5,-5.5 + pos: 18.5,-31.5 parent: 2 - uid: 5587 components: - type: Transform - pos: 17.5,-43.5 + pos: 52.5,10.5 parent: 2 - uid: 5588 components: - type: Transform - pos: 18.5,-43.5 + pos: 45.5,-72.5 parent: 2 - uid: 5589 components: - type: Transform - pos: 16.5,-43.5 + pos: 29.5,-27.5 parent: 2 - uid: 5590 components: - type: Transform - pos: 11.5,-41.5 + pos: 29.5,-26.5 parent: 2 - uid: 5591 components: - type: Transform - pos: 33.5,-42.5 + pos: 29.5,-25.5 parent: 2 - uid: 5592 components: - type: Transform - pos: 34.5,-21.5 + pos: 31.5,-42.5 parent: 2 - uid: 5593 components: - type: Transform - pos: 32.5,-42.5 + pos: 30.5,-42.5 parent: 2 - uid: 5594 components: - type: Transform - pos: 34.5,-24.5 + pos: 28.5,-41.5 parent: 2 - uid: 5595 components: - type: Transform - pos: 34.5,-23.5 + pos: 38.5,-60.5 parent: 2 - uid: 5596 components: - type: Transform - pos: 34.5,-22.5 + pos: 38.5,-61.5 parent: 2 - uid: 5597 components: - type: Transform - pos: -7.5,5.5 + pos: 38.5,-62.5 parent: 2 - uid: 5598 components: - type: Transform - pos: 1.5,5.5 + pos: 38.5,-63.5 parent: 2 - uid: 5599 components: - type: Transform - pos: 11.5,-25.5 + pos: 38.5,-64.5 parent: 2 - uid: 5600 components: - type: Transform - pos: 2.5,5.5 + pos: 38.5,-65.5 parent: 2 - uid: 5601 components: - type: Transform - pos: -6.5,5.5 + pos: 38.5,-66.5 parent: 2 - uid: 5602 components: - type: Transform - pos: 3.5,5.5 + pos: 38.5,-67.5 parent: 2 - uid: 5603 components: - type: Transform - pos: -4.5,5.5 + pos: 38.5,-68.5 parent: 2 - uid: 5604 components: - type: Transform - pos: -3.5,3.5 + pos: 38.5,-69.5 parent: 2 - uid: 5605 components: - type: Transform - pos: -5.5,5.5 + pos: 38.5,-70.5 parent: 2 - uid: 5606 components: - type: Transform - pos: -4.5,3.5 + pos: 38.5,-71.5 parent: 2 - uid: 5607 components: - type: Transform - pos: -18.5,4.5 + pos: 14.5,-64.5 parent: 2 - uid: 5608 components: - type: Transform - pos: -5.5,3.5 + pos: 14.5,-63.5 parent: 2 - uid: 5609 components: - type: Transform - pos: -20.5,4.5 + pos: 14.5,-62.5 parent: 2 - uid: 5610 components: - type: Transform - pos: -17.5,4.5 + pos: 14.5,-61.5 parent: 2 - uid: 5611 components: - type: Transform - pos: -19.5,4.5 + pos: 14.5,-60.5 parent: 2 - uid: 5612 components: - type: Transform - pos: -21.5,4.5 + pos: 14.5,-59.5 parent: 2 - uid: 5613 components: - type: Transform - pos: -44.5,8.5 + pos: 14.5,-58.5 parent: 2 - uid: 5614 components: - type: Transform - pos: -44.5,4.5 + pos: 10.5,-64.5 parent: 2 - uid: 5615 components: - type: Transform - pos: -45.5,8.5 + pos: 11.5,-64.5 parent: 2 - uid: 5616 components: - type: Transform - pos: -44.5,6.5 + pos: 12.5,-64.5 parent: 2 - uid: 5617 components: - type: Transform - pos: -44.5,7.5 + pos: 12.5,-63.5 parent: 2 - uid: 5618 components: - type: Transform - pos: -22.5,-9.5 + pos: 12.5,-62.5 parent: 2 - uid: 5619 components: - type: Transform - pos: -48.5,10.5 + pos: 12.5,-61.5 parent: 2 - uid: 5620 components: - type: Transform - pos: -22.5,-10.5 + pos: 12.5,-60.5 parent: 2 - uid: 5621 components: - type: Transform - pos: -50.5,10.5 + pos: 12.5,-59.5 parent: 2 - uid: 5622 components: - type: Transform - pos: -49.5,10.5 + pos: 12.5,-58.5 parent: 2 - uid: 5623 components: - type: Transform - pos: -22.5,-11.5 + pos: 12.5,-57.5 parent: 2 - uid: 5624 components: - type: Transform - pos: -2.5,-47.5 + pos: 12.5,-56.5 parent: 2 - uid: 5625 components: - type: Transform - pos: -37.5,-41.5 + pos: 14.5,-57.5 parent: 2 - uid: 5626 components: - type: Transform - pos: -3.5,-47.5 + pos: 13.5,-57.5 parent: 2 - uid: 5627 components: - type: Transform - pos: -37.5,-42.5 + pos: -33.5,-71.5 parent: 2 - uid: 5628 components: - type: Transform - pos: -38.5,-41.5 + pos: -33.5,-72.5 parent: 2 - uid: 5629 components: - type: Transform - pos: -39.5,-41.5 + pos: -26.5,-73.5 parent: 2 - uid: 5630 components: - type: Transform - pos: 52.5,-40.5 + pos: -28.5,-73.5 parent: 2 - uid: 5631 components: - type: Transform - pos: 63.5,-48.5 + pos: -29.5,-72.5 parent: 2 - uid: 5632 components: - type: Transform - pos: 52.5,-39.5 + pos: -29.5,-75.5 parent: 2 - uid: 5633 components: - type: Transform - pos: 51.5,-39.5 + pos: -30.5,-71.5 parent: 2 - uid: 5634 components: - type: Transform - pos: 68.5,-48.5 + pos: -30.5,-70.5 parent: 2 - uid: 5635 components: - type: Transform - pos: 66.5,-48.5 + pos: -30.5,-69.5 parent: 2 - uid: 5636 components: - type: Transform - pos: 52.5,-41.5 + pos: -29.5,-69.5 parent: 2 - uid: 5637 components: - type: Transform - pos: 65.5,-48.5 + pos: -28.5,-69.5 parent: 2 - uid: 5638 components: - type: Transform - pos: 64.5,-48.5 + pos: -27.5,-69.5 parent: 2 - uid: 5639 components: - type: Transform - pos: -14.5,-73.5 + pos: -27.5,-70.5 parent: 2 - uid: 5640 components: - type: Transform - pos: -14.5,-71.5 + pos: -27.5,-71.5 parent: 2 - uid: 5641 components: - type: Transform - pos: -15.5,-73.5 + pos: -27.5,-73.5 parent: 2 - uid: 5642 components: - type: Transform - pos: -15.5,-72.5 + pos: -27.5,-74.5 parent: 2 - uid: 5643 components: - type: Transform - pos: -37.5,22.5 + pos: -27.5,-75.5 parent: 2 - uid: 5644 components: - type: Transform - pos: -15.5,-71.5 + pos: -28.5,-75.5 parent: 2 - uid: 5645 components: - type: Transform - pos: -11.5,-71.5 + pos: -30.5,-75.5 parent: 2 - uid: 5646 components: - type: Transform - pos: -12.5,-71.5 + pos: -30.5,-74.5 parent: 2 - uid: 5647 components: - type: Transform - pos: -13.5,-71.5 + pos: -30.5,-73.5 parent: 2 - uid: 5648 components: - type: Transform - pos: -45.5,33.5 + pos: -28.5,-71.5 parent: 2 - uid: 5649 components: - type: Transform - pos: -44.5,28.5 + pos: -29.5,-72.5 parent: 2 - uid: 5650 components: - type: Transform - pos: -10.5,-71.5 + pos: -29.5,-71.5 parent: 2 - uid: 5651 components: - type: Transform - pos: -45.5,28.5 + pos: 52.5,38.5 parent: 2 - uid: 5652 components: - type: Transform - pos: -43.5,28.5 + pos: 52.5,37.5 parent: 2 - uid: 5653 components: - type: Transform - pos: -41.5,31.5 + pos: 52.5,36.5 parent: 2 - uid: 5654 components: - type: Transform - pos: -42.5,33.5 + pos: 52.5,35.5 parent: 2 - uid: 5655 components: - type: Transform - pos: -41.5,32.5 + pos: 52.5,34.5 parent: 2 - uid: 5656 components: - type: Transform - pos: -41.5,33.5 + pos: 52.5,33.5 parent: 2 - uid: 5657 components: - type: Transform - pos: -20.5,18.5 + pos: 52.5,32.5 parent: 2 - uid: 5658 components: - type: Transform - pos: -20.5,20.5 + pos: 52.5,31.5 parent: 2 - uid: 5659 components: - type: Transform - pos: -20.5,16.5 + pos: 51.5,31.5 parent: 2 - uid: 5660 components: - type: Transform - pos: -20.5,19.5 + pos: 50.5,31.5 parent: 2 - uid: 5661 components: - type: Transform - pos: -20.5,17.5 + pos: 49.5,31.5 parent: 2 - uid: 5662 components: - type: Transform - pos: -19.5,16.5 + pos: 48.5,31.5 parent: 2 - uid: 5663 components: - type: Transform - pos: 53.5,-6.5 + pos: 48.5,30.5 parent: 2 - uid: 5664 components: - type: Transform - pos: 52.5,-6.5 + pos: 48.5,29.5 parent: 2 - uid: 5665 components: - type: Transform - pos: 51.5,-6.5 + pos: 48.5,28.5 parent: 2 - uid: 5666 components: - type: Transform - pos: 51.5,-7.5 + pos: 53.5,37.5 parent: 2 - uid: 5667 components: - type: Transform - pos: 5.5,21.5 + pos: 54.5,37.5 parent: 2 - uid: 5668 components: - type: Transform - pos: 6.5,21.5 + pos: 55.5,37.5 parent: 2 - uid: 5669 components: - type: Transform - pos: 7.5,15.5 + pos: 56.5,37.5 parent: 2 - uid: 5670 components: - type: Transform - pos: 8.5,15.5 + pos: 56.5,35.5 parent: 2 - uid: 5671 components: - type: Transform - pos: 2.5,20.5 + pos: 56.5,33.5 parent: 2 - uid: 5672 components: - type: Transform - pos: 2.5,19.5 + pos: 56.5,32.5 parent: 2 - uid: 5673 components: - type: Transform - pos: 2.5,18.5 + pos: 56.5,31.5 parent: 2 - uid: 5674 components: - type: Transform - pos: 42.5,15.5 + pos: 57.5,31.5 parent: 2 - uid: 5675 components: - type: Transform - pos: 42.5,16.5 + pos: 57.5,30.5 parent: 2 - uid: 5676 components: - type: Transform - pos: 41.5,16.5 + pos: 57.5,29.5 parent: 2 - uid: 5677 components: - type: Transform - pos: 40.5,16.5 + pos: 57.5,28.5 parent: 2 - uid: 5678 components: - type: Transform - pos: 39.5,16.5 + pos: 54.5,38.5 parent: 2 - uid: 5679 components: - type: Transform - pos: 38.5,16.5 + pos: 54.5,39.5 parent: 2 - uid: 5680 components: - type: Transform - pos: 37.5,16.5 + pos: 54.5,40.5 parent: 2 - uid: 5681 components: - type: Transform - pos: 36.5,16.5 + pos: 54.5,41.5 parent: 2 - uid: 5682 components: - type: Transform - pos: 34.5,16.5 + pos: 54.5,42.5 parent: 2 - uid: 5683 components: - type: Transform - pos: 33.5,16.5 + pos: 54.5,43.5 parent: 2 - uid: 5684 components: - type: Transform - pos: 42.5,13.5 + pos: 54.5,44.5 parent: 2 - uid: 5685 components: - type: Transform - pos: 42.5,12.5 + pos: 54.5,45.5 parent: 2 - uid: 5686 components: - type: Transform - pos: 28.5,28.5 + pos: 54.5,46.5 parent: 2 - uid: 5687 components: - type: Transform - pos: 31.5,28.5 + pos: 54.5,47.5 parent: 2 - uid: 5688 components: - type: Transform - pos: 30.5,28.5 + pos: 54.5,48.5 parent: 2 - uid: 5689 components: - type: Transform - pos: -12.5,-59.5 + pos: 54.5,49.5 parent: 2 - uid: 5690 components: - type: Transform - pos: -11.5,-59.5 + pos: 54.5,50.5 parent: 2 - uid: 5691 components: - type: Transform - pos: -10.5,-59.5 + pos: 53.5,42.5 parent: 2 - uid: 5692 components: - type: Transform - pos: -10.5,-58.5 + pos: 52.5,42.5 parent: 2 - uid: 5693 components: - type: Transform - pos: -9.5,-59.5 + pos: 51.5,42.5 parent: 2 - uid: 5694 components: - type: Transform - pos: -8.5,-59.5 + pos: 51.5,43.5 parent: 2 - uid: 5695 components: - type: Transform - pos: -7.5,-59.5 + pos: 51.5,44.5 parent: 2 - uid: 5696 components: - type: Transform - pos: -6.5,-59.5 + pos: 51.5,45.5 parent: 2 - uid: 5697 components: - type: Transform - pos: -51.5,-75.5 + pos: 51.5,46.5 parent: 2 - uid: 5698 components: - type: Transform - pos: -51.5,-77.5 + pos: 51.5,47.5 parent: 2 - uid: 5699 components: - type: Transform - pos: -51.5,-78.5 + pos: 51.5,48.5 parent: 2 - uid: 5700 components: - type: Transform - pos: -51.5,-79.5 + pos: 51.5,49.5 parent: 2 - uid: 5701 components: - type: Transform - pos: -52.5,-79.5 + pos: 51.5,50.5 parent: 2 - uid: 5702 components: - type: Transform - pos: 38.5,17.5 + pos: 55.5,42.5 parent: 2 - uid: 5703 components: - type: Transform - pos: 18.5,-31.5 + pos: 56.5,42.5 parent: 2 - uid: 5704 components: - type: Transform - pos: 52.5,10.5 + pos: 57.5,42.5 parent: 2 - uid: 5705 components: - type: Transform - pos: 45.5,-72.5 + pos: 57.5,43.5 parent: 2 - uid: 5706 components: - type: Transform - pos: 29.5,-27.5 + pos: 57.5,44.5 parent: 2 - uid: 5707 components: - type: Transform - pos: 29.5,-26.5 + pos: 57.5,45.5 parent: 2 - uid: 5708 components: - type: Transform - pos: 29.5,-25.5 + pos: 57.5,46.5 parent: 2 - uid: 5709 components: - type: Transform - pos: 31.5,-42.5 + pos: 57.5,47.5 parent: 2 - uid: 5710 components: - type: Transform - pos: 30.5,-42.5 + pos: 57.5,48.5 parent: 2 - uid: 5711 components: - type: Transform - pos: 28.5,-41.5 + pos: 57.5,49.5 parent: 2 - uid: 5712 components: - type: Transform - pos: 38.5,-60.5 + pos: 57.5,50.5 parent: 2 - uid: 5713 components: - type: Transform - pos: 38.5,-61.5 + pos: 56.5,50.5 parent: 2 - uid: 5714 components: - type: Transform - pos: 38.5,-62.5 + pos: 55.5,50.5 parent: 2 - uid: 5715 components: - type: Transform - pos: 38.5,-63.5 + pos: 53.5,50.5 parent: 2 - uid: 5716 components: - type: Transform - pos: 38.5,-64.5 + pos: 52.5,50.5 parent: 2 - uid: 5717 components: - type: Transform - pos: 38.5,-65.5 + pos: 56.5,51.5 parent: 2 - uid: 5718 components: - type: Transform - pos: 38.5,-66.5 + pos: 56.5,52.5 parent: 2 - uid: 5719 components: - type: Transform - pos: 38.5,-67.5 + pos: 52.5,51.5 parent: 2 - uid: 5720 components: - type: Transform - pos: 38.5,-68.5 + pos: 52.5,52.5 parent: 2 - uid: 5721 components: - type: Transform - pos: 38.5,-69.5 + pos: 56.5,53.5 parent: 2 - uid: 5722 components: - type: Transform - pos: 38.5,-70.5 + pos: 55.5,53.5 parent: 2 - uid: 5723 components: - type: Transform - pos: 38.5,-71.5 + pos: 54.5,53.5 parent: 2 - uid: 5724 components: - type: Transform - pos: 14.5,-64.5 + pos: 52.5,53.5 parent: 2 - uid: 5725 components: - type: Transform - pos: 14.5,-63.5 + pos: 53.5,53.5 parent: 2 - uid: 5726 components: - type: Transform - pos: 14.5,-62.5 + pos: 54.5,54.5 parent: 2 - uid: 5727 components: - type: Transform - pos: 14.5,-61.5 + pos: 54.5,55.5 parent: 2 - uid: 5728 components: - type: Transform - pos: 14.5,-60.5 + pos: 54.5,57.5 parent: 2 - uid: 5729 components: - type: Transform - pos: 14.5,-59.5 + pos: 54.5,56.5 parent: 2 - uid: 5730 components: - type: Transform - pos: 14.5,-58.5 + pos: 54.5,58.5 parent: 2 - uid: 5731 components: - type: Transform - pos: 10.5,-64.5 + pos: 54.5,59.5 parent: 2 - uid: 5732 components: - type: Transform - pos: 11.5,-64.5 + pos: 53.5,57.5 parent: 2 - uid: 5733 components: - type: Transform - pos: 12.5,-64.5 + pos: 52.5,57.5 parent: 2 - uid: 5734 components: - type: Transform - pos: 12.5,-63.5 + pos: 51.5,57.5 parent: 2 - uid: 5735 components: - type: Transform - pos: 12.5,-62.5 + pos: 55.5,57.5 parent: 2 - uid: 5736 components: - type: Transform - pos: 12.5,-61.5 + pos: 56.5,57.5 parent: 2 - uid: 5737 components: - type: Transform - pos: 12.5,-60.5 + pos: 57.5,57.5 parent: 2 - uid: 5738 components: - type: Transform - pos: 12.5,-59.5 + pos: 58.5,57.5 parent: 2 - uid: 5739 components: - type: Transform - pos: 12.5,-58.5 + pos: 50.5,57.5 parent: 2 - uid: 5740 components: - type: Transform - pos: 12.5,-57.5 + pos: 54.5,60.5 parent: 2 - uid: 5741 components: - type: Transform - pos: 12.5,-56.5 + pos: 54.5,61.5 parent: 2 - uid: 5742 components: - type: Transform - pos: 14.5,-57.5 + pos: 50.5,45.5 parent: 2 - uid: 5743 components: - type: Transform - pos: 13.5,-57.5 + pos: 49.5,45.5 parent: 2 - uid: 5744 components: - type: Transform - pos: -33.5,-71.5 + pos: 48.5,45.5 parent: 2 - uid: 5745 components: - type: Transform - pos: -33.5,-72.5 + pos: 47.5,45.5 parent: 2 - uid: 5746 components: - type: Transform - pos: -26.5,-73.5 + pos: 46.5,45.5 parent: 2 - uid: 5747 components: - type: Transform - pos: -28.5,-73.5 + pos: 45.5,45.5 parent: 2 - uid: 5748 components: - type: Transform - pos: -29.5,-72.5 + pos: 44.5,45.5 parent: 2 - uid: 5749 components: - type: Transform - pos: -29.5,-75.5 + pos: 58.5,45.5 parent: 2 - uid: 5750 components: - type: Transform - pos: -30.5,-71.5 + pos: 59.5,45.5 parent: 2 - uid: 5751 components: - type: Transform - pos: -30.5,-70.5 + pos: 60.5,45.5 parent: 2 - uid: 5752 components: - type: Transform - pos: -30.5,-69.5 + pos: 60.5,46.5 parent: 2 - uid: 5753 components: - type: Transform - pos: -29.5,-69.5 + pos: 60.5,47.5 parent: 2 - uid: 5754 components: - type: Transform - pos: -28.5,-69.5 + pos: -18.5,24.5 parent: 2 - uid: 5755 components: - type: Transform - pos: -27.5,-69.5 + pos: -18.5,25.5 parent: 2 - uid: 5756 components: - type: Transform - pos: -27.5,-70.5 + pos: -18.5,26.5 parent: 2 - uid: 5757 components: - type: Transform - pos: -27.5,-71.5 + pos: -18.5,27.5 parent: 2 - uid: 5758 components: - type: Transform - pos: -27.5,-73.5 + pos: -18.5,28.5 parent: 2 - uid: 5759 components: - type: Transform - pos: -27.5,-74.5 + pos: -18.5,29.5 parent: 2 - uid: 5760 components: - type: Transform - pos: -27.5,-75.5 + pos: -18.5,30.5 parent: 2 - uid: 5761 components: - type: Transform - pos: -28.5,-75.5 + pos: -19.5,30.5 parent: 2 - uid: 5762 components: - type: Transform - pos: -30.5,-75.5 + pos: -20.5,30.5 parent: 2 - uid: 5763 components: - type: Transform - pos: -30.5,-74.5 + pos: -21.5,30.5 parent: 2 - uid: 5764 components: - type: Transform - pos: -30.5,-73.5 + pos: -22.5,30.5 parent: 2 - uid: 5765 components: - type: Transform - pos: -28.5,-71.5 + pos: -23.5,30.5 parent: 2 - uid: 5766 components: - type: Transform - pos: -29.5,-72.5 + pos: -20.5,22.5 parent: 2 - uid: 5767 components: - type: Transform - pos: -29.5,-71.5 + pos: -20.5,23.5 parent: 2 - uid: 5768 components: - type: Transform - pos: 52.5,38.5 + pos: -20.5,24.5 parent: 2 - uid: 5769 components: - type: Transform - pos: 52.5,37.5 + pos: -20.5,25.5 parent: 2 - uid: 5770 components: - type: Transform - pos: 52.5,36.5 + pos: -20.5,26.5 parent: 2 - uid: 5771 components: - type: Transform - pos: 52.5,35.5 + pos: -20.5,27.5 parent: 2 - uid: 5772 components: - type: Transform - pos: 52.5,34.5 + pos: -20.5,28.5 parent: 2 - uid: 5773 components: - type: Transform - pos: 52.5,33.5 + pos: -20.5,29.5 parent: 2 - uid: 5774 components: - type: Transform - pos: 52.5,32.5 + pos: 44.5,-13.5 parent: 2 - uid: 5775 components: - type: Transform - pos: 52.5,31.5 + pos: 45.5,-13.5 parent: 2 - uid: 5776 components: - type: Transform - pos: 51.5,31.5 + pos: 46.5,-13.5 parent: 2 - uid: 5777 components: - type: Transform - pos: 50.5,31.5 + pos: 47.5,-13.5 parent: 2 - uid: 5778 components: - type: Transform - pos: 49.5,31.5 + pos: 46.5,-14.5 parent: 2 - uid: 5779 components: - type: Transform - pos: 48.5,31.5 + pos: 46.5,-15.5 parent: 2 - uid: 5780 components: - type: Transform - pos: 48.5,30.5 + pos: 46.5,-16.5 parent: 2 - uid: 5781 components: - type: Transform - pos: 48.5,29.5 + pos: 37.5,-13.5 parent: 2 - uid: 5782 components: - type: Transform - pos: 48.5,28.5 + pos: 36.5,-13.5 parent: 2 - uid: 5783 components: - type: Transform - pos: 53.5,37.5 + pos: 61.5,26.5 parent: 2 - uid: 5784 components: - type: Transform - pos: 54.5,37.5 + pos: 62.5,26.5 parent: 2 - uid: 5785 components: - type: Transform - pos: 55.5,37.5 + pos: 63.5,26.5 parent: 2 - uid: 5786 components: - type: Transform - pos: 56.5,37.5 + pos: 64.5,26.5 parent: 2 - uid: 5787 components: - type: Transform - pos: 56.5,35.5 + pos: 65.5,26.5 parent: 2 - uid: 5788 components: - type: Transform - pos: 56.5,33.5 + pos: 65.5,25.5 parent: 2 - uid: 5789 components: - type: Transform - pos: 56.5,32.5 + pos: 64.5,15.5 parent: 2 - uid: 5790 components: - type: Transform - pos: 56.5,31.5 + pos: 64.5,16.5 parent: 2 - uid: 5791 components: - type: Transform - pos: 57.5,31.5 + pos: 64.5,17.5 parent: 2 - uid: 5792 components: - type: Transform - pos: 57.5,30.5 + pos: 12.5,32.5 parent: 2 - uid: 5793 components: - type: Transform - pos: 57.5,29.5 + pos: 11.5,32.5 parent: 2 - uid: 5794 components: - type: Transform - pos: 57.5,28.5 + pos: 10.5,32.5 parent: 2 - uid: 5795 components: - type: Transform - pos: 54.5,38.5 + pos: 9.5,32.5 parent: 2 - uid: 5796 components: - type: Transform - pos: 54.5,39.5 + pos: 8.5,32.5 parent: 2 - uid: 5797 components: - type: Transform - pos: 54.5,40.5 + pos: 7.5,32.5 parent: 2 - uid: 5798 components: - type: Transform - pos: 54.5,41.5 + pos: 6.5,32.5 parent: 2 - uid: 5799 components: - type: Transform - pos: 54.5,42.5 + pos: 5.5,32.5 parent: 2 - uid: 5800 components: - type: Transform - pos: 54.5,43.5 + pos: 4.5,32.5 parent: 2 - uid: 5801 components: - type: Transform - pos: 54.5,44.5 + pos: 9.5,31.5 parent: 2 - uid: 5802 components: - type: Transform - pos: 54.5,45.5 + pos: 9.5,30.5 parent: 2 - uid: 5803 components: - type: Transform - pos: 54.5,46.5 + pos: 8.5,30.5 parent: 2 - uid: 5804 components: - type: Transform - pos: 54.5,47.5 + pos: 7.5,30.5 parent: 2 - uid: 5805 components: - type: Transform - pos: 54.5,48.5 + pos: 6.5,30.5 parent: 2 - uid: 5806 components: - type: Transform - pos: 54.5,49.5 + pos: 6.5,31.5 parent: 2 - uid: 5807 components: - type: Transform - pos: 54.5,50.5 + pos: 6.5,33.5 parent: 2 - uid: 5808 components: - type: Transform - pos: 53.5,42.5 + pos: 6.5,34.5 parent: 2 - uid: 5809 components: - type: Transform - pos: 52.5,42.5 + pos: 7.5,34.5 parent: 2 - uid: 5810 components: - type: Transform - pos: 51.5,42.5 + pos: 8.5,34.5 parent: 2 - uid: 5811 components: - type: Transform - pos: 51.5,43.5 + pos: 9.5,34.5 parent: 2 - uid: 5812 components: - type: Transform - pos: 51.5,44.5 + pos: 9.5,33.5 parent: 2 - uid: 5813 components: - type: Transform - pos: 51.5,45.5 + pos: 57.5,33.5 parent: 2 - uid: 5814 components: - type: Transform - pos: 51.5,46.5 + pos: 58.5,33.5 parent: 2 - uid: 5815 components: - type: Transform - pos: 51.5,47.5 + pos: 55.5,31.5 parent: 2 - uid: 5816 components: - type: Transform - pos: 51.5,48.5 + pos: 54.5,31.5 parent: 2 - uid: 5817 components: - type: Transform - pos: 51.5,49.5 + pos: -15.5,42.5 parent: 2 - uid: 5818 components: - type: Transform - pos: 51.5,50.5 + pos: -16.5,42.5 parent: 2 - uid: 5819 components: - type: Transform - pos: 55.5,42.5 + pos: -16.5,41.5 parent: 2 - uid: 5820 components: - type: Transform - pos: 56.5,42.5 + pos: -16.5,40.5 parent: 2 - uid: 5821 components: - type: Transform - pos: 57.5,42.5 + pos: -16.5,39.5 parent: 2 - uid: 5822 components: - type: Transform - pos: 57.5,43.5 + pos: -16.5,38.5 parent: 2 - uid: 5823 components: - type: Transform - pos: 57.5,44.5 + pos: -16.5,37.5 parent: 2 - uid: 5824 components: - type: Transform - pos: 57.5,45.5 + pos: -16.5,36.5 parent: 2 - uid: 5825 components: - type: Transform - pos: 57.5,46.5 + pos: -16.5,35.5 parent: 2 - uid: 5826 components: - type: Transform - pos: 57.5,47.5 + pos: -16.5,34.5 parent: 2 - uid: 5827 components: - type: Transform - pos: 57.5,48.5 + pos: -16.5,33.5 parent: 2 - uid: 5828 components: - type: Transform - pos: 57.5,49.5 + pos: -16.5,32.5 parent: 2 - uid: 5829 components: - type: Transform - pos: 57.5,50.5 + pos: -16.5,31.5 parent: 2 - uid: 5830 components: - type: Transform - pos: 56.5,50.5 + pos: -16.5,30.5 parent: 2 - uid: 5831 components: - type: Transform - pos: 55.5,50.5 + pos: -16.5,29.5 parent: 2 - uid: 5832 components: - type: Transform - pos: 53.5,50.5 + pos: -15.5,29.5 parent: 2 - uid: 5833 components: - type: Transform - pos: 52.5,50.5 + pos: -14.5,29.5 parent: 2 - uid: 5834 components: - type: Transform - pos: 56.5,51.5 + pos: -14.5,30.5 parent: 2 - uid: 5835 components: - type: Transform - pos: 56.5,52.5 + pos: -14.5,31.5 parent: 2 - uid: 5836 components: - type: Transform - pos: 52.5,51.5 + pos: -14.5,32.5 parent: 2 - uid: 5837 components: - type: Transform - pos: 52.5,52.5 + pos: -14.5,33.5 parent: 2 - uid: 5838 components: - type: Transform - pos: 56.5,53.5 + pos: -14.5,34.5 parent: 2 - uid: 5839 components: - type: Transform - pos: 55.5,53.5 + pos: -14.5,35.5 parent: 2 - uid: 5840 components: - type: Transform - pos: 54.5,53.5 + pos: -14.5,36.5 parent: 2 - uid: 5841 components: - type: Transform - pos: 52.5,53.5 + pos: -14.5,37.5 parent: 2 - uid: 5842 components: - type: Transform - pos: 53.5,53.5 + pos: -14.5,38.5 parent: 2 - uid: 5843 components: - type: Transform - pos: 54.5,54.5 + pos: -14.5,39.5 parent: 2 - uid: 5844 components: - type: Transform - pos: 54.5,55.5 + pos: -14.5,40.5 parent: 2 - uid: 5845 components: - type: Transform - pos: 54.5,57.5 + pos: -14.5,41.5 parent: 2 - uid: 5846 components: - type: Transform - pos: 54.5,56.5 + pos: -14.5,42.5 parent: 2 - uid: 5847 components: - type: Transform - pos: 54.5,58.5 + pos: -17.5,41.5 parent: 2 - uid: 5848 components: - type: Transform - pos: 54.5,59.5 + pos: -18.5,41.5 parent: 2 - uid: 5849 components: - type: Transform - pos: 53.5,57.5 + pos: -18.5,42.5 parent: 2 - uid: 5850 components: - type: Transform - pos: 52.5,57.5 + pos: -18.5,43.5 parent: 2 - uid: 5851 components: - type: Transform - pos: 51.5,57.5 + pos: -18.5,44.5 parent: 2 - uid: 5852 components: - type: Transform - pos: 55.5,57.5 + pos: -18.5,45.5 parent: 2 - uid: 5853 components: - type: Transform - pos: 56.5,57.5 + pos: -19.5,45.5 parent: 2 - uid: 5854 components: - type: Transform - pos: 57.5,57.5 + pos: -20.5,45.5 parent: 2 - uid: 5855 components: - type: Transform - pos: 58.5,57.5 + pos: -21.5,45.5 parent: 2 - uid: 5856 components: - type: Transform - pos: 50.5,57.5 + pos: -22.5,45.5 parent: 2 - uid: 5857 components: - type: Transform - pos: 54.5,60.5 + pos: -21.5,44.5 parent: 2 - uid: 5858 components: - type: Transform - pos: 54.5,61.5 + pos: -21.5,43.5 parent: 2 - uid: 5859 components: - type: Transform - pos: 50.5,45.5 + pos: -21.5,42.5 parent: 2 - uid: 5860 components: - type: Transform - pos: 49.5,45.5 + pos: -21.5,41.5 parent: 2 - uid: 5861 components: - type: Transform - pos: 48.5,45.5 + pos: -21.5,40.5 parent: 2 - uid: 5862 components: - type: Transform - pos: 47.5,45.5 + pos: -17.5,44.5 parent: 2 - uid: 5863 components: - type: Transform - pos: 46.5,45.5 + pos: -16.5,44.5 parent: 2 - uid: 5864 components: - type: Transform - pos: 45.5,45.5 + pos: -16.5,45.5 parent: 2 - uid: 5865 components: - type: Transform - pos: 44.5,45.5 + pos: -16.5,46.5 parent: 2 - uid: 5866 components: - type: Transform - pos: 58.5,45.5 + pos: -16.5,47.5 parent: 2 - uid: 5867 components: - type: Transform - pos: 59.5,45.5 + pos: -16.5,48.5 parent: 2 - uid: 5868 components: - type: Transform - pos: 60.5,45.5 + pos: -16.5,49.5 parent: 2 - uid: 5869 components: - type: Transform - pos: 60.5,46.5 + pos: -16.5,50.5 parent: 2 - uid: 5870 components: - type: Transform - pos: 60.5,47.5 + pos: -16.5,51.5 parent: 2 - uid: 5871 components: - type: Transform - pos: -18.5,24.5 + pos: -17.5,51.5 parent: 2 - uid: 5872 components: - type: Transform - pos: -18.5,25.5 + pos: -18.5,51.5 parent: 2 - uid: 5873 components: - type: Transform - pos: -18.5,26.5 + pos: -18.5,50.5 parent: 2 - uid: 5874 components: - type: Transform - pos: -18.5,27.5 + pos: -18.5,49.5 parent: 2 - uid: 5875 components: - type: Transform - pos: -18.5,28.5 + pos: -18.5,48.5 parent: 2 - uid: 5876 components: - type: Transform - pos: -18.5,29.5 + pos: -18.5,47.5 parent: 2 - uid: 5877 components: - type: Transform - pos: -18.5,30.5 + pos: -18.5,46.5 parent: 2 - uid: 5878 components: - type: Transform - pos: -19.5,30.5 + pos: -13.5,39.5 parent: 2 - uid: 5879 components: - type: Transform - pos: -20.5,30.5 + pos: -12.5,39.5 parent: 2 - uid: 5880 components: - type: Transform - pos: -21.5,30.5 + pos: -11.5,39.5 parent: 2 - uid: 5881 components: - type: Transform - pos: -22.5,30.5 + pos: -10.5,39.5 parent: 2 - uid: 5882 components: - type: Transform - pos: -23.5,30.5 + pos: -9.5,39.5 parent: 2 - uid: 5883 components: - type: Transform - pos: -20.5,22.5 + pos: -8.5,39.5 parent: 2 - uid: 5884 components: - type: Transform - pos: -20.5,23.5 + pos: -8.5,38.5 parent: 2 - uid: 5885 components: - type: Transform - pos: -20.5,24.5 + pos: -8.5,37.5 parent: 2 - uid: 5886 components: - type: Transform - pos: -20.5,25.5 + pos: -9.5,37.5 parent: 2 - uid: 5887 components: - type: Transform - pos: -20.5,26.5 + pos: -10.5,37.5 parent: 2 - uid: 5888 components: - type: Transform - pos: -20.5,27.5 + pos: -11.5,37.5 parent: 2 - uid: 5889 components: - type: Transform - pos: -20.5,28.5 + pos: -12.5,37.5 parent: 2 - uid: 5890 components: - type: Transform - pos: -20.5,29.5 + pos: -13.5,37.5 parent: 2 - uid: 5891 components: - type: Transform - pos: 44.5,-13.5 + pos: -17.5,34.5 parent: 2 - uid: 5892 components: - type: Transform - pos: 45.5,-13.5 + pos: -18.5,34.5 parent: 2 - uid: 5893 components: - type: Transform - pos: 46.5,-13.5 + pos: -19.5,34.5 parent: 2 - uid: 5894 components: - type: Transform - pos: 47.5,-13.5 + pos: -20.5,34.5 parent: 2 - uid: 5895 components: - type: Transform - pos: 46.5,-14.5 + pos: -21.5,34.5 parent: 2 - uid: 5896 components: - type: Transform - pos: 46.5,-15.5 + pos: -13.5,34.5 parent: 2 - uid: 5897 components: - type: Transform - pos: 46.5,-16.5 + pos: -12.5,34.5 parent: 2 - uid: 5898 components: - type: Transform - pos: 37.5,-13.5 + pos: -11.5,34.5 parent: 2 - uid: 5899 components: - type: Transform - pos: 36.5,-13.5 + pos: -11.5,33.5 parent: 2 - uid: 5900 components: - type: Transform - pos: 61.5,26.5 + pos: -11.5,32.5 parent: 2 - uid: 5901 components: - type: Transform - pos: 62.5,26.5 + pos: -11.5,31.5 parent: 2 - uid: 5902 components: - type: Transform - pos: 63.5,26.5 + pos: -15.5,44.5 parent: 2 - uid: 5903 components: - type: Transform - pos: 64.5,26.5 + pos: -41.5,23.5 parent: 2 - uid: 5904 components: - type: Transform - pos: 65.5,26.5 + pos: -41.5,24.5 parent: 2 - uid: 5905 components: - type: Transform - pos: 65.5,25.5 + pos: -14.5,44.5 parent: 2 - uid: 5906 components: - type: Transform - pos: 64.5,15.5 + pos: -13.5,44.5 parent: 2 - uid: 5907 components: - type: Transform - pos: 64.5,16.5 + pos: -12.5,44.5 parent: 2 - uid: 5908 components: - type: Transform - pos: 64.5,17.5 + pos: -11.5,44.5 parent: 2 - uid: 5909 components: - type: Transform - pos: 12.5,32.5 + pos: -10.5,44.5 parent: 2 - uid: 5910 components: - type: Transform - pos: 11.5,32.5 + pos: -15.5,46.5 parent: 2 - uid: 5911 components: - type: Transform - pos: 10.5,32.5 + pos: -14.5,46.5 parent: 2 - uid: 5912 components: - type: Transform - pos: 9.5,32.5 + pos: -13.5,46.5 parent: 2 - uid: 5913 components: - type: Transform - pos: 8.5,32.5 + pos: -12.5,46.5 parent: 2 - uid: 5914 components: - type: Transform - pos: 7.5,32.5 + pos: -11.5,46.5 parent: 2 - uid: 5915 components: - type: Transform - pos: 6.5,32.5 + pos: -10.5,46.5 parent: 2 - uid: 5916 components: - type: Transform - pos: 5.5,32.5 + pos: 52.5,39.5 parent: 2 - uid: 5917 components: - type: Transform - pos: 4.5,32.5 + pos: 51.5,39.5 parent: 2 - uid: 5918 components: - type: Transform - pos: 9.5,31.5 + pos: 49.5,39.5 parent: 2 - uid: 5919 components: - type: Transform - pos: 9.5,30.5 + pos: 48.5,39.5 parent: 2 - uid: 5920 components: - type: Transform - pos: 8.5,30.5 + pos: 47.5,38.5 parent: 2 - uid: 5921 components: - type: Transform - pos: 7.5,30.5 + pos: 47.5,39.5 parent: 2 - uid: 5922 components: - type: Transform - pos: 6.5,30.5 + pos: 47.5,37.5 parent: 2 - uid: 5923 components: - type: Transform - pos: 6.5,31.5 + pos: 46.5,37.5 parent: 2 - uid: 5924 components: - type: Transform - pos: 6.5,33.5 + pos: 45.5,37.5 parent: 2 - uid: 5925 components: - type: Transform - pos: 6.5,34.5 + pos: 45.5,36.5 parent: 2 - uid: 5926 components: - type: Transform - pos: 7.5,34.5 + pos: 45.5,35.5 parent: 2 - uid: 5927 components: - type: Transform - pos: 8.5,34.5 + pos: 46.5,35.5 parent: 2 - uid: 5928 components: - type: Transform - pos: 9.5,34.5 + pos: 46.5,33.5 parent: 2 - uid: 5929 components: - type: Transform - pos: 9.5,33.5 + pos: 46.5,32.5 parent: 2 - uid: 5930 components: - type: Transform - pos: 57.5,33.5 + pos: 47.5,32.5 parent: 2 - uid: 5931 components: - type: Transform - pos: 58.5,33.5 + pos: 48.5,32.5 parent: 2 - uid: 5932 components: - type: Transform - pos: 55.5,31.5 + pos: 49.5,32.5 parent: 2 - uid: 5933 components: - type: Transform - pos: 54.5,31.5 + pos: 52.5,40.5 parent: 2 - uid: 5934 components: - type: Transform - pos: -15.5,42.5 + pos: 52.5,41.5 parent: 2 - uid: 5935 components: - type: Transform - pos: -16.5,42.5 + pos: 49.5,38.5 parent: 2 - uid: 5936 components: - type: Transform - pos: -16.5,41.5 + pos: 49.5,37.5 parent: 2 - uid: 5937 components: - type: Transform - pos: -16.5,40.5 + pos: 49.5,36.5 parent: 2 - uid: 5938 components: - type: Transform - pos: -16.5,39.5 + pos: 6.5,48.5 parent: 2 - uid: 5939 components: - type: Transform - pos: -16.5,38.5 + pos: 5.5,48.5 parent: 2 - uid: 5940 components: - type: Transform - pos: -16.5,37.5 + pos: 4.5,48.5 parent: 2 - uid: 5941 components: - type: Transform - pos: -16.5,36.5 + pos: 3.5,48.5 parent: 2 - uid: 5942 components: - type: Transform - pos: -16.5,35.5 + pos: 3.5,49.5 parent: 2 - uid: 5943 components: - type: Transform - pos: -16.5,34.5 + pos: 2.5,49.5 parent: 2 - uid: 5944 components: - type: Transform - pos: -16.5,33.5 + pos: 1.5,49.5 parent: 2 - uid: 5945 components: - type: Transform - pos: -16.5,32.5 + pos: 58.5,27.5 parent: 2 - uid: 5946 components: - type: Transform - pos: -16.5,31.5 + pos: 59.5,28.5 parent: 2 - uid: 5947 components: - type: Transform - pos: -16.5,30.5 + pos: 58.5,28.5 parent: 2 - uid: 5948 components: - type: Transform - pos: -16.5,29.5 + pos: 5.5,49.5 parent: 2 - uid: 5949 components: - type: Transform - pos: -15.5,29.5 + pos: 5.5,50.5 parent: 2 - uid: 5950 components: - type: Transform - pos: -14.5,29.5 + pos: 5.5,51.5 parent: 2 - uid: 5951 components: - type: Transform - pos: -14.5,30.5 + pos: 6.5,51.5 parent: 2 - uid: 5952 components: - type: Transform - pos: -14.5,31.5 + pos: 6.5,52.5 parent: 2 - uid: 5953 components: - type: Transform - pos: -14.5,32.5 + pos: 7.5,52.5 parent: 2 - uid: 5954 components: - type: Transform - pos: -14.5,33.5 + pos: 8.5,52.5 parent: 2 - uid: 5955 components: - type: Transform - pos: -14.5,34.5 + pos: 63.5,27.5 parent: 2 - uid: 5956 components: - type: Transform - pos: -14.5,35.5 + pos: 63.5,28.5 parent: 2 - uid: 5957 components: - type: Transform - pos: -14.5,36.5 + pos: 63.5,29.5 parent: 2 - uid: 5958 components: - type: Transform - pos: -14.5,37.5 + pos: 16.5,35.5 parent: 2 - uid: 5959 components: - type: Transform - pos: -14.5,38.5 + pos: 16.5,36.5 parent: 2 - uid: 5960 components: - type: Transform - pos: -14.5,39.5 + pos: 16.5,37.5 parent: 2 - uid: 5961 components: - type: Transform - pos: -14.5,40.5 + pos: 16.5,38.5 parent: 2 - uid: 5962 components: - type: Transform - pos: -14.5,41.5 + pos: 16.5,39.5 parent: 2 - uid: 5963 components: - type: Transform - pos: -14.5,42.5 + pos: 15.5,39.5 parent: 2 - uid: 5964 components: - type: Transform - pos: -17.5,41.5 + pos: 14.5,39.5 parent: 2 - uid: 5965 components: - type: Transform - pos: -18.5,41.5 + pos: 14.5,38.5 parent: 2 - uid: 5966 components: - type: Transform - pos: -18.5,42.5 + pos: 14.5,37.5 parent: 2 - uid: 5967 components: - type: Transform - pos: -18.5,43.5 + pos: 14.5,36.5 parent: 2 - uid: 5968 components: - type: Transform - pos: -18.5,44.5 + pos: 15.5,36.5 parent: 2 - uid: 5969 components: - type: Transform - pos: -18.5,45.5 + pos: 17.5,39.5 parent: 2 - uid: 5970 components: - type: Transform - pos: -19.5,45.5 + pos: 18.5,39.5 parent: 2 - uid: 5971 components: - type: Transform - pos: -20.5,45.5 + pos: 18.5,38.5 parent: 2 - uid: 5972 components: - type: Transform - pos: -21.5,45.5 + pos: 18.5,37.5 parent: 2 - uid: 5973 components: - type: Transform - pos: -22.5,45.5 + pos: 18.5,36.5 parent: 2 - uid: 5974 components: - type: Transform - pos: -21.5,44.5 + pos: 17.5,36.5 parent: 2 - uid: 5975 components: - type: Transform - pos: -21.5,43.5 + pos: 16.5,40.5 parent: 2 - uid: 5976 components: - type: Transform - pos: -21.5,42.5 + pos: 63.5,30.5 parent: 2 - uid: 5977 components: - type: Transform - pos: -21.5,41.5 + pos: 63.5,31.5 parent: 2 - uid: 5978 components: - type: Transform - pos: -21.5,40.5 + pos: 63.5,32.5 parent: 2 - uid: 5979 components: - type: Transform - pos: -17.5,44.5 + pos: 63.5,33.5 parent: 2 - uid: 5980 components: - type: Transform - pos: -16.5,44.5 + pos: 63.5,34.5 parent: 2 - uid: 5981 components: - type: Transform - pos: -16.5,45.5 + pos: 63.5,35.5 parent: 2 - uid: 5982 components: - type: Transform - pos: -16.5,46.5 + pos: 63.5,36.5 parent: 2 - uid: 5983 components: - type: Transform - pos: -16.5,47.5 + pos: 64.5,36.5 parent: 2 - uid: 5984 components: - type: Transform - pos: -16.5,48.5 + pos: 65.5,36.5 parent: 2 - uid: 5985 components: - type: Transform - pos: -16.5,49.5 + pos: 66.5,36.5 parent: 2 - uid: 5986 components: - type: Transform - pos: -16.5,50.5 + pos: 67.5,36.5 parent: 2 - uid: 5987 components: - type: Transform - pos: -16.5,51.5 + pos: 68.5,36.5 parent: 2 - uid: 5988 components: - type: Transform - pos: -17.5,51.5 + pos: 69.5,36.5 parent: 2 - uid: 5989 components: - type: Transform - pos: -18.5,51.5 + pos: 70.5,36.5 parent: 2 - uid: 5990 components: - type: Transform - pos: -18.5,50.5 + pos: 71.5,36.5 parent: 2 - uid: 5991 components: - type: Transform - pos: -18.5,49.5 + pos: 72.5,36.5 parent: 2 - uid: 5992 components: - type: Transform - pos: -18.5,48.5 + pos: 73.5,36.5 parent: 2 - uid: 5993 components: - type: Transform - pos: -18.5,47.5 + pos: 74.5,36.5 parent: 2 - uid: 5994 components: - type: Transform - pos: -18.5,46.5 + pos: 75.5,36.5 parent: 2 - uid: 5995 components: - type: Transform - pos: -13.5,39.5 + pos: 76.5,36.5 parent: 2 - uid: 5996 components: - type: Transform - pos: -12.5,39.5 + pos: 73.5,35.5 parent: 2 - uid: 5997 components: - type: Transform - pos: -11.5,39.5 + pos: 73.5,34.5 parent: 2 - uid: 5998 components: - type: Transform - pos: -10.5,39.5 + pos: 71.5,35.5 parent: 2 - uid: 5999 components: - type: Transform - pos: -9.5,39.5 + pos: 71.5,34.5 parent: 2 - uid: 6000 components: - type: Transform - pos: -8.5,39.5 + pos: 71.5,37.5 parent: 2 - uid: 6001 components: - type: Transform - pos: -8.5,38.5 + pos: 71.5,38.5 parent: 2 - uid: 6002 components: - type: Transform - pos: -8.5,37.5 + pos: 73.5,38.5 parent: 2 - uid: 6003 components: - type: Transform - pos: -9.5,37.5 + pos: 73.5,37.5 parent: 2 - uid: 6004 components: - type: Transform - pos: -10.5,37.5 + pos: 39.5,47.5 parent: 2 - uid: 6005 components: - type: Transform - pos: -11.5,37.5 + pos: 43.5,45.5 parent: 2 - uid: 6006 components: - type: Transform - pos: -12.5,37.5 + pos: 42.5,45.5 parent: 2 - uid: 6007 components: - type: Transform - pos: -13.5,37.5 + pos: 41.5,45.5 parent: 2 - uid: 6008 components: - type: Transform - pos: -17.5,34.5 + pos: 40.5,45.5 parent: 2 - uid: 6009 components: - type: Transform - pos: -18.5,34.5 + pos: 39.5,45.5 parent: 2 - uid: 6010 components: - type: Transform - pos: -19.5,34.5 + pos: 38.5,45.5 parent: 2 - uid: 6011 components: - type: Transform - pos: -20.5,34.5 + pos: 37.5,45.5 parent: 2 - uid: 6012 components: - type: Transform - pos: -21.5,34.5 + pos: 36.5,45.5 parent: 2 - uid: 6013 components: - type: Transform - pos: -13.5,34.5 + pos: 35.5,45.5 parent: 2 - uid: 6014 components: - type: Transform - pos: -12.5,34.5 + pos: 34.5,45.5 parent: 2 - uid: 6015 components: - type: Transform - pos: -11.5,34.5 + pos: 39.5,46.5 parent: 2 - uid: 6016 components: - type: Transform - pos: -11.5,33.5 + pos: 38.5,44.5 parent: 2 - uid: 6017 components: - type: Transform - pos: -11.5,32.5 + pos: 38.5,43.5 parent: 2 - uid: 6018 components: - type: Transform - pos: -11.5,31.5 + pos: 38.5,48.5 parent: 2 - uid: 6019 components: - type: Transform - pos: -15.5,44.5 + pos: 38.5,49.5 parent: 2 - uid: 6020 components: - type: Transform - pos: -41.5,23.5 + pos: 38.5,50.5 parent: 2 - uid: 6021 components: - type: Transform - pos: -41.5,24.5 + pos: 39.5,50.5 parent: 2 - uid: 6022 components: - type: Transform - pos: -14.5,44.5 + pos: 39.5,51.5 parent: 2 - uid: 6023 components: - type: Transform - pos: -13.5,44.5 + pos: 40.5,51.5 parent: 2 - uid: 6024 components: - type: Transform - pos: -12.5,44.5 + pos: 41.5,51.5 parent: 2 - uid: 6025 components: - type: Transform - pos: -11.5,44.5 + pos: 41.5,44.5 parent: 2 - uid: 6026 components: - type: Transform - pos: -10.5,44.5 + pos: 41.5,46.5 parent: 2 - uid: 6027 components: - type: Transform - pos: -15.5,46.5 + pos: 41.5,47.5 parent: 2 - uid: 6028 components: - type: Transform - pos: -14.5,46.5 + pos: 34.5,46.5 parent: 2 - uid: 6029 components: - type: Transform - pos: -13.5,46.5 + pos: 34.5,47.5 parent: 2 - uid: 6030 components: - type: Transform - pos: -12.5,46.5 + pos: 35.5,44.5 parent: 2 - uid: 6031 components: - type: Transform - pos: -11.5,46.5 + pos: 35.5,43.5 parent: 2 - uid: 6032 components: - type: Transform - pos: -10.5,46.5 + pos: 45.5,32.5 parent: 2 - uid: 6033 components: - type: Transform - pos: 52.5,39.5 + pos: 45.5,31.5 parent: 2 - uid: 6034 components: - type: Transform - pos: 51.5,39.5 + pos: 45.5,30.5 parent: 2 - uid: 6035 components: - type: Transform - pos: 49.5,39.5 + pos: 45.5,29.5 parent: 2 - uid: 6036 components: - type: Transform - pos: 48.5,39.5 + pos: 44.5,29.5 parent: 2 - uid: 6037 components: - type: Transform - pos: 47.5,38.5 + pos: 43.5,29.5 parent: 2 - uid: 6038 components: - type: Transform - pos: 47.5,39.5 + pos: 37.5,50.5 parent: 2 - uid: 6039 components: - type: Transform - pos: 47.5,37.5 + pos: -9.5,46.5 parent: 2 - uid: 6040 components: - type: Transform - pos: 46.5,37.5 + pos: -8.5,46.5 parent: 2 - uid: 6041 components: - type: Transform - pos: 45.5,37.5 + pos: -7.5,46.5 parent: 2 - uid: 6042 components: - type: Transform - pos: 45.5,36.5 + pos: -6.5,46.5 parent: 2 - uid: 6043 components: - type: Transform - pos: 45.5,35.5 + pos: -5.5,46.5 parent: 2 - uid: 6044 components: - type: Transform - pos: 46.5,35.5 + pos: -4.5,46.5 parent: 2 - uid: 6045 components: - type: Transform - pos: 46.5,33.5 + pos: -3.5,46.5 parent: 2 - uid: 6046 components: - type: Transform - pos: 46.5,32.5 + pos: -2.5,46.5 parent: 2 - uid: 6047 components: - type: Transform - pos: 47.5,32.5 + pos: -1.5,46.5 parent: 2 - uid: 6048 components: - type: Transform - pos: 48.5,32.5 + pos: -0.5,46.5 parent: 2 - uid: 6049 components: - type: Transform - pos: 49.5,32.5 + pos: -0.5,45.5 parent: 2 - uid: 6050 components: - type: Transform - pos: 52.5,40.5 + pos: -0.5,44.5 parent: 2 - uid: 6051 components: - type: Transform - pos: 52.5,41.5 + pos: -1.5,44.5 parent: 2 - uid: 6052 components: - type: Transform - pos: 49.5,38.5 + pos: -2.5,44.5 parent: 2 - uid: 6053 components: - type: Transform - pos: 49.5,37.5 + pos: -3.5,44.5 parent: 2 - uid: 6054 components: - type: Transform - pos: 49.5,36.5 + pos: -4.5,44.5 parent: 2 - uid: 6055 components: - type: Transform - pos: 6.5,48.5 + pos: -5.5,44.5 parent: 2 - uid: 6056 components: - type: Transform - pos: 5.5,48.5 + pos: -6.5,44.5 parent: 2 - uid: 6057 components: - type: Transform - pos: 4.5,48.5 + pos: -7.5,44.5 parent: 2 - uid: 6058 components: - type: Transform - pos: 3.5,48.5 + pos: -8.5,44.5 parent: 2 - uid: 6059 components: - type: Transform - pos: 3.5,49.5 + pos: -9.5,44.5 parent: 2 - uid: 6060 components: - type: Transform - pos: 2.5,49.5 + pos: 0.5,46.5 parent: 2 - uid: 6061 components: - type: Transform - pos: 1.5,49.5 + pos: 0.5,47.5 parent: 2 - uid: 6062 components: - type: Transform - pos: 58.5,27.5 + pos: -0.5,48.5 parent: 2 - uid: 6063 components: - type: Transform - pos: 59.5,28.5 + pos: -0.5,49.5 parent: 2 - uid: 6064 components: - type: Transform - pos: 58.5,28.5 + pos: -0.5,50.5 parent: 2 - uid: 6065 components: - type: Transform - pos: 5.5,49.5 + pos: -0.5,51.5 parent: 2 - uid: 6066 components: - type: Transform - pos: 5.5,50.5 + pos: -0.5,52.5 parent: 2 - uid: 6067 components: - type: Transform - pos: 5.5,51.5 + pos: -0.5,53.5 parent: 2 - uid: 6068 components: - type: Transform - pos: 6.5,51.5 + pos: -0.5,54.5 parent: 2 - uid: 6069 components: - type: Transform - pos: 6.5,52.5 + pos: 0.5,48.5 parent: 2 - uid: 6070 components: - type: Transform - pos: 7.5,52.5 + pos: 1.5,48.5 parent: 2 - uid: 6071 components: - type: Transform - pos: 8.5,52.5 + pos: 1.5,50.5 parent: 2 - uid: 6072 components: - type: Transform - pos: 63.5,27.5 + pos: 1.5,51.5 parent: 2 - uid: 6073 components: - type: Transform - pos: 63.5,28.5 + pos: 1.5,52.5 parent: 2 - uid: 6074 components: - type: Transform - pos: 63.5,29.5 + pos: 1.5,53.5 parent: 2 - uid: 6075 components: - type: Transform - pos: 16.5,35.5 + pos: 1.5,54.5 parent: 2 - uid: 6076 components: - type: Transform - pos: 16.5,36.5 + pos: -10.5,23.5 parent: 2 - uid: 6077 components: - type: Transform - pos: 16.5,37.5 + pos: -10.5,22.5 parent: 2 - uid: 6078 components: - type: Transform - pos: 16.5,38.5 + pos: -10.5,21.5 parent: 2 - uid: 6079 components: - type: Transform - pos: 16.5,39.5 + pos: -10.5,20.5 parent: 2 - uid: 6080 components: - type: Transform - pos: 15.5,39.5 + pos: -10.5,19.5 parent: 2 - uid: 6081 components: - type: Transform - pos: 14.5,39.5 + pos: -10.5,18.5 parent: 2 - uid: 6082 components: - type: Transform - pos: 14.5,38.5 + pos: -11.5,18.5 parent: 2 - uid: 6083 components: - type: Transform - pos: 14.5,37.5 + pos: -12.5,18.5 parent: 2 - uid: 6084 components: - type: Transform - pos: 14.5,36.5 + pos: -13.5,18.5 parent: 2 - uid: 6085 components: - type: Transform - pos: 15.5,36.5 + pos: -13.5,19.5 parent: 2 - uid: 6086 components: - type: Transform - pos: 17.5,39.5 + pos: -13.5,20.5 parent: 2 - uid: 6087 components: - type: Transform - pos: 18.5,39.5 + pos: -13.5,21.5 parent: 2 - uid: 6088 components: - type: Transform - pos: 18.5,38.5 + pos: -11.5,42.5 parent: 2 - uid: 6089 components: - type: Transform - pos: 18.5,37.5 + pos: -10.5,42.5 parent: 2 - uid: 6090 components: - type: Transform - pos: 18.5,36.5 + pos: -9.5,42.5 parent: 2 - uid: 6091 components: - type: Transform - pos: 17.5,36.5 + pos: -9.5,43.5 parent: 2 - uid: 6092 components: - type: Transform - pos: 16.5,40.5 + pos: 33.5,45.5 parent: 2 - uid: 6093 components: - type: Transform - pos: 63.5,30.5 + pos: 32.5,45.5 parent: 2 - uid: 6094 components: - type: Transform - pos: 63.5,31.5 + pos: 31.5,45.5 parent: 2 - uid: 6095 components: - type: Transform - pos: 63.5,32.5 + pos: 30.5,45.5 parent: 2 - uid: 6096 components: - type: Transform - pos: 63.5,33.5 + pos: 29.5,45.5 parent: 2 - uid: 6097 components: - type: Transform - pos: 63.5,34.5 + pos: 29.5,44.5 parent: 2 - uid: 6098 components: - type: Transform - pos: 63.5,35.5 + pos: 29.5,43.5 parent: 2 - uid: 6099 components: - type: Transform - pos: 63.5,36.5 + pos: 29.5,42.5 parent: 2 - uid: 6100 components: - type: Transform - pos: 64.5,36.5 + pos: 29.5,46.5 parent: 2 - uid: 6101 components: - type: Transform - pos: 65.5,36.5 + pos: 29.5,47.5 parent: 2 - uid: 6102 components: - type: Transform - pos: 66.5,36.5 + pos: -2.5,31.5 parent: 2 - uid: 6103 components: - type: Transform - pos: 67.5,36.5 + pos: -2.5,30.5 parent: 2 - uid: 6104 components: - type: Transform - pos: 68.5,36.5 + pos: -2.5,29.5 parent: 2 - uid: 6105 components: - type: Transform - pos: 69.5,36.5 + pos: -2.5,28.5 parent: 2 - uid: 6106 components: - type: Transform - pos: 70.5,36.5 + pos: -2.5,27.5 parent: 2 - uid: 6107 components: - type: Transform - pos: 71.5,36.5 + pos: -2.5,26.5 parent: 2 - uid: 6108 components: - type: Transform - pos: 72.5,36.5 + pos: -2.5,25.5 parent: 2 - uid: 6109 components: - type: Transform - pos: 73.5,36.5 + pos: 3.5,32.5 parent: 2 - uid: 6110 components: - type: Transform - pos: 74.5,36.5 + pos: -22.5,34.5 parent: 2 - uid: 6111 components: - type: Transform - pos: 75.5,36.5 + pos: -23.5,34.5 parent: 2 - uid: 6112 components: - type: Transform - pos: 76.5,36.5 + pos: -24.5,34.5 parent: 2 - uid: 6113 components: - type: Transform - pos: 73.5,35.5 + pos: -24.5,35.5 parent: 2 - uid: 6114 components: - type: Transform - pos: 73.5,34.5 + pos: -24.5,36.5 parent: 2 - uid: 6115 components: - type: Transform - pos: 71.5,35.5 + pos: -24.5,37.5 parent: 2 - uid: 6116 components: - type: Transform - pos: 71.5,34.5 + pos: -24.5,38.5 parent: 2 - uid: 6117 components: - type: Transform - pos: 71.5,37.5 + pos: -23.5,38.5 parent: 2 - uid: 6118 components: - type: Transform - pos: 71.5,38.5 + pos: -22.5,38.5 parent: 2 - uid: 6119 components: - type: Transform - pos: 73.5,38.5 + pos: -21.5,38.5 parent: 2 - uid: 6120 components: - type: Transform - pos: 73.5,37.5 + pos: -20.5,38.5 parent: 2 - uid: 6121 components: - type: Transform - pos: 39.5,47.5 + pos: -24.5,39.5 parent: 2 - uid: 6122 components: - type: Transform - pos: 43.5,45.5 + pos: -24.5,40.5 parent: 2 - uid: 6123 components: - type: Transform - pos: 42.5,45.5 + pos: -24.5,41.5 parent: 2 - uid: 6124 components: - type: Transform - pos: 41.5,45.5 + pos: -24.5,42.5 parent: 2 - uid: 6125 components: - type: Transform - pos: 40.5,45.5 + pos: -24.5,43.5 parent: 2 - uid: 6126 components: - type: Transform - pos: 39.5,45.5 + pos: -24.5,44.5 parent: 2 - uid: 6127 components: - type: Transform - pos: 38.5,45.5 + pos: -24.5,45.5 parent: 2 - uid: 6128 components: - type: Transform - pos: 37.5,45.5 + pos: -25.5,45.5 parent: 2 - uid: 6129 components: - type: Transform - pos: 36.5,45.5 + pos: -26.5,45.5 parent: 2 - uid: 6130 components: - type: Transform - pos: 35.5,45.5 + pos: -27.5,45.5 parent: 2 - uid: 6131 components: - type: Transform - pos: 34.5,45.5 + pos: -27.5,44.5 parent: 2 - uid: 6132 components: - type: Transform - pos: 39.5,46.5 + pos: -24.5,46.5 parent: 2 - uid: 6133 components: - type: Transform - pos: 38.5,44.5 + pos: -24.5,47.5 parent: 2 - uid: 6134 components: - type: Transform - pos: 38.5,43.5 + pos: -23.5,47.5 parent: 2 - uid: 6135 components: - type: Transform - pos: 38.5,48.5 + pos: -22.5,47.5 parent: 2 - uid: 6136 components: - type: Transform - pos: 38.5,49.5 + pos: -22.5,48.5 parent: 2 - uid: 6137 components: - type: Transform - pos: 38.5,50.5 + pos: -21.5,48.5 parent: 2 - uid: 6138 components: - type: Transform - pos: 39.5,50.5 + pos: -20.5,48.5 parent: 2 - uid: 6139 components: - type: Transform - pos: 39.5,51.5 + pos: -20.5,50.5 parent: 2 - uid: 6140 components: - type: Transform - pos: 40.5,51.5 + pos: -19.5,50.5 parent: 2 - uid: 6141 components: - type: Transform - pos: 41.5,51.5 + pos: -20.5,49.5 parent: 2 - uid: 6142 components: - type: Transform - pos: 41.5,44.5 + pos: -8.5,60.5 parent: 2 - uid: 6143 components: - type: Transform - pos: 41.5,46.5 + pos: -8.5,59.5 parent: 2 - uid: 6144 components: - type: Transform - pos: 41.5,47.5 + pos: -7.5,58.5 parent: 2 - uid: 6145 components: - type: Transform - pos: 34.5,46.5 + pos: -6.5,58.5 parent: 2 - uid: 6146 components: - type: Transform - pos: 34.5,47.5 + pos: -5.5,58.5 parent: 2 - uid: 6147 components: - type: Transform - pos: 35.5,44.5 + pos: -4.5,58.5 parent: 2 - uid: 6148 components: - type: Transform - pos: 35.5,43.5 + pos: -3.5,58.5 parent: 2 - uid: 6149 components: - type: Transform - pos: 45.5,32.5 + pos: -2.5,58.5 parent: 2 - uid: 6150 components: - type: Transform - pos: 45.5,31.5 + pos: -1.5,58.5 parent: 2 - uid: 6151 components: - type: Transform - pos: 45.5,30.5 + pos: -0.5,58.5 parent: 2 - uid: 6152 components: - type: Transform - pos: 45.5,29.5 + pos: 0.5,58.5 parent: 2 - uid: 6153 components: - type: Transform - pos: 44.5,29.5 + pos: 0.5,57.5 parent: 2 - uid: 6154 components: - type: Transform - pos: 43.5,29.5 + pos: 0.5,56.5 parent: 2 - uid: 6155 components: - type: Transform - pos: 37.5,50.5 + pos: 0.5,55.5 parent: 2 - uid: 6156 components: - type: Transform - pos: -9.5,46.5 + pos: -2.5,59.5 parent: 2 - uid: 6157 components: - type: Transform - pos: -8.5,46.5 + pos: -2.5,60.5 parent: 2 - uid: 6158 components: - type: Transform - pos: -7.5,46.5 + pos: -2.5,61.5 parent: 2 - uid: 6159 components: - type: Transform - pos: -6.5,46.5 + pos: -2.5,62.5 parent: 2 - uid: 6160 components: - type: Transform - pos: -5.5,46.5 + pos: -1.5,62.5 parent: 2 - uid: 6161 components: - type: Transform - pos: -4.5,46.5 + pos: -1.5,63.5 parent: 2 - uid: 6162 components: - type: Transform - pos: -3.5,46.5 + pos: -1.5,65.5 parent: 2 - uid: 6163 components: - type: Transform - pos: -2.5,46.5 + pos: -1.5,64.5 parent: 2 - uid: 6164 components: - type: Transform - pos: -1.5,46.5 + pos: -0.5,59.5 parent: 2 - uid: 6165 components: - type: Transform - pos: -0.5,46.5 + pos: -0.5,60.5 parent: 2 - uid: 6166 components: - type: Transform - pos: -0.5,45.5 + pos: -0.5,61.5 parent: 2 - uid: 6167 components: - type: Transform - pos: -0.5,44.5 + pos: -0.5,62.5 parent: 2 - uid: 6168 components: - type: Transform - pos: -1.5,44.5 + pos: -1.5,66.5 parent: 2 - uid: 6169 components: - type: Transform - pos: -2.5,44.5 + pos: -2.5,66.5 parent: 2 - uid: 6170 components: - type: Transform - pos: -3.5,44.5 + pos: -3.5,66.5 parent: 2 - uid: 6171 components: - type: Transform - pos: -4.5,44.5 + pos: -4.5,66.5 parent: 2 - uid: 6172 components: - type: Transform - pos: -5.5,44.5 + pos: -5.5,66.5 parent: 2 - uid: 6173 components: - type: Transform - pos: -6.5,44.5 + pos: -5.5,67.5 parent: 2 - uid: 6174 components: - type: Transform - pos: -7.5,44.5 + pos: -5.5,68.5 parent: 2 - uid: 6175 components: - type: Transform - pos: -8.5,44.5 + pos: -5.5,69.5 parent: 2 - uid: 6176 components: - type: Transform - pos: -9.5,44.5 + pos: -5.5,70.5 parent: 2 - uid: 6177 components: - type: Transform - pos: 0.5,46.5 + pos: -5.5,71.5 parent: 2 - uid: 6178 components: - type: Transform - pos: 0.5,47.5 + pos: -5.5,72.5 parent: 2 - uid: 6179 components: - type: Transform - pos: -0.5,48.5 + pos: -4.5,72.5 parent: 2 - uid: 6180 components: - type: Transform - pos: -0.5,49.5 + pos: -3.5,72.5 parent: 2 - uid: 6181 components: - type: Transform - pos: -0.5,50.5 + pos: -2.5,72.5 parent: 2 - uid: 6182 components: - type: Transform - pos: -0.5,51.5 + pos: -1.5,72.5 parent: 2 - uid: 6183 components: - type: Transform - pos: -0.5,52.5 + pos: -0.5,72.5 parent: 2 - uid: 6184 components: - type: Transform - pos: -0.5,53.5 + pos: 0.5,72.5 parent: 2 - uid: 6185 components: - type: Transform - pos: -0.5,54.5 + pos: 1.5,72.5 parent: 2 - uid: 6186 components: - type: Transform - pos: 0.5,48.5 + pos: 2.5,72.5 parent: 2 - uid: 6187 components: - type: Transform - pos: 1.5,48.5 + pos: 2.5,71.5 parent: 2 - uid: 6188 components: - type: Transform - pos: 1.5,50.5 + pos: 2.5,70.5 parent: 2 - uid: 6189 components: - type: Transform - pos: 1.5,51.5 + pos: 2.5,69.5 parent: 2 - uid: 6190 components: - type: Transform - pos: 1.5,52.5 + pos: 2.5,68.5 parent: 2 - uid: 6191 components: - type: Transform - pos: 1.5,53.5 + pos: 2.5,67.5 parent: 2 - uid: 6192 components: - type: Transform - pos: 1.5,54.5 + pos: 2.5,66.5 parent: 2 - uid: 6193 components: - type: Transform - pos: -10.5,23.5 + pos: 1.5,66.5 parent: 2 - uid: 6194 components: - type: Transform - pos: -10.5,22.5 + pos: 0.5,66.5 parent: 2 - uid: 6195 components: - type: Transform - pos: -10.5,21.5 + pos: -0.5,66.5 parent: 2 - uid: 6196 components: - type: Transform - pos: -10.5,20.5 + pos: -1.5,67.5 parent: 2 - uid: 6197 components: - type: Transform - pos: -10.5,19.5 + pos: -1.5,68.5 parent: 2 - uid: 6198 components: - type: Transform - pos: -10.5,18.5 + pos: -1.5,69.5 parent: 2 - uid: 6199 components: - type: Transform - pos: -11.5,18.5 + pos: -7.5,59.5 parent: 2 - uid: 6200 components: - type: Transform - pos: -12.5,18.5 + pos: -9.5,59.5 parent: 2 - uid: 6201 components: - type: Transform - pos: -13.5,18.5 + pos: -10.5,59.5 parent: 2 - uid: 6202 components: - type: Transform - pos: -13.5,19.5 + pos: -11.5,59.5 parent: 2 - uid: 6203 components: - type: Transform - pos: -13.5,20.5 + pos: -12.5,59.5 parent: 2 - uid: 6204 components: - type: Transform - pos: -13.5,21.5 + pos: -12.5,58.5 parent: 2 - uid: 6205 components: - type: Transform - pos: -11.5,42.5 + pos: -12.5,57.5 parent: 2 - uid: 6206 components: - type: Transform - pos: -10.5,42.5 + pos: -12.5,56.5 parent: 2 - uid: 6207 components: - type: Transform - pos: -9.5,42.5 + pos: -12.5,55.5 parent: 2 - uid: 6208 components: - type: Transform - pos: -9.5,43.5 + pos: -12.5,54.5 parent: 2 - uid: 6209 components: - type: Transform - pos: 33.5,45.5 + pos: -12.5,53.5 parent: 2 - uid: 6210 components: - type: Transform - pos: 32.5,45.5 + pos: -12.5,52.5 parent: 2 - uid: 6211 components: - type: Transform - pos: 31.5,45.5 + pos: -12.5,51.5 parent: 2 - uid: 6212 components: - type: Transform - pos: 30.5,45.5 + pos: -12.5,50.5 parent: 2 - uid: 6213 components: - type: Transform - pos: 29.5,45.5 + pos: -12.5,49.5 parent: 2 - uid: 6214 components: - type: Transform - pos: 29.5,44.5 + pos: -13.5,49.5 parent: 2 - uid: 6215 components: - type: Transform - pos: 29.5,43.5 + pos: -14.5,49.5 parent: 2 - uid: 6216 components: - type: Transform - pos: 29.5,42.5 + pos: -14.5,50.5 parent: 2 - uid: 6217 components: - type: Transform - pos: 29.5,46.5 + pos: -14.5,51.5 parent: 2 - uid: 6218 components: - type: Transform - pos: 29.5,47.5 + pos: -13.5,51.5 parent: 2 - uid: 6219 components: - type: Transform - pos: -2.5,31.5 + pos: -12.5,60.5 parent: 2 - uid: 6220 components: - type: Transform - pos: -2.5,30.5 + pos: -12.5,61.5 parent: 2 - uid: 6221 components: - type: Transform - pos: -2.5,29.5 + pos: -12.5,62.5 parent: 2 - uid: 6222 components: - type: Transform - pos: -2.5,28.5 + pos: -12.5,63.5 parent: 2 - uid: 6223 components: - type: Transform - pos: -2.5,27.5 + pos: -12.5,64.5 parent: 2 - uid: 6224 components: - type: Transform - pos: -2.5,26.5 + pos: -12.5,65.5 parent: 2 - uid: 6225 components: - type: Transform - pos: -2.5,25.5 + pos: -12.5,66.5 parent: 2 - uid: 6226 components: - type: Transform - pos: 3.5,32.5 + pos: -12.5,67.5 parent: 2 - uid: 6227 components: - type: Transform - pos: -22.5,34.5 + pos: -12.5,68.5 parent: 2 - uid: 6228 components: - type: Transform - pos: -23.5,34.5 + pos: -12.5,69.5 parent: 2 - uid: 6229 components: - type: Transform - pos: -24.5,34.5 + pos: -12.5,70.5 parent: 2 - uid: 6230 components: - type: Transform - pos: -24.5,35.5 + pos: -12.5,71.5 parent: 2 - uid: 6231 components: - type: Transform - pos: -24.5,36.5 + pos: -12.5,72.5 parent: 2 - uid: 6232 components: - type: Transform - pos: -24.5,37.5 + pos: -12.5,73.5 parent: 2 - uid: 6233 components: - type: Transform - pos: -24.5,38.5 + pos: -12.5,74.5 parent: 2 - uid: 6234 components: - type: Transform - pos: -23.5,38.5 + pos: -13.5,67.5 parent: 2 - uid: 6235 components: - type: Transform - pos: -22.5,38.5 + pos: -14.5,67.5 parent: 2 - uid: 6236 components: - type: Transform - pos: -21.5,38.5 + pos: -15.5,67.5 parent: 2 - uid: 6237 components: - type: Transform - pos: -20.5,38.5 + pos: -16.5,67.5 parent: 2 - uid: 6238 components: - type: Transform - pos: -24.5,39.5 + pos: -17.5,67.5 parent: 2 - uid: 6239 components: - type: Transform - pos: -24.5,40.5 + pos: -17.5,66.5 parent: 2 - uid: 6240 components: - type: Transform - pos: -24.5,41.5 + pos: -17.5,65.5 parent: 2 - uid: 6241 components: - type: Transform - pos: -24.5,42.5 + pos: -17.5,64.5 parent: 2 - uid: 6242 components: - type: Transform - pos: -24.5,43.5 + pos: -17.5,63.5 parent: 2 - uid: 6243 components: - type: Transform - pos: -24.5,44.5 + pos: -17.5,62.5 parent: 2 - uid: 6244 components: - type: Transform - pos: -24.5,45.5 + pos: -17.5,61.5 parent: 2 - uid: 6245 components: - type: Transform - pos: -25.5,45.5 + pos: -17.5,60.5 parent: 2 - uid: 6246 components: - type: Transform - pos: -26.5,45.5 + pos: -17.5,59.5 parent: 2 - uid: 6247 components: - type: Transform - pos: -27.5,45.5 + pos: -17.5,58.5 parent: 2 - uid: 6248 components: - type: Transform - pos: -27.5,44.5 + pos: -17.5,57.5 parent: 2 - uid: 6249 components: - type: Transform - pos: -24.5,46.5 + pos: -17.5,56.5 parent: 2 - uid: 6250 components: - type: Transform - pos: -24.5,47.5 + pos: -17.5,55.5 parent: 2 - uid: 6251 components: - type: Transform - pos: -23.5,47.5 + pos: -18.5,55.5 parent: 2 - uid: 6252 components: - type: Transform - pos: -22.5,47.5 + pos: -19.5,55.5 parent: 2 - uid: 6253 components: - type: Transform - pos: -22.5,48.5 + pos: -20.5,55.5 parent: 2 - uid: 6254 components: - type: Transform - pos: -21.5,48.5 + pos: -21.5,55.5 parent: 2 - uid: 6255 components: - type: Transform - pos: -20.5,48.5 + pos: -22.5,55.5 parent: 2 - uid: 6256 components: - type: Transform - pos: -20.5,50.5 + pos: -22.5,54.5 parent: 2 - uid: 6257 components: - type: Transform - pos: -19.5,50.5 + pos: -22.5,53.5 parent: 2 - uid: 6258 components: - type: Transform - pos: -20.5,49.5 + pos: -22.5,52.5 parent: 2 - uid: 6259 components: - type: Transform - pos: -8.5,60.5 + pos: -22.5,51.5 parent: 2 - uid: 6260 components: - type: Transform - pos: -8.5,59.5 + pos: -21.5,53.5 parent: 2 - uid: 6261 components: - type: Transform - pos: -7.5,58.5 + pos: -21.5,56.5 parent: 2 - uid: 6262 components: - type: Transform - pos: -6.5,58.5 + pos: -21.5,57.5 parent: 2 - uid: 6263 components: - type: Transform - pos: -5.5,58.5 + pos: -21.5,58.5 parent: 2 - uid: 6264 components: - type: Transform - pos: -4.5,58.5 + pos: -21.5,59.5 parent: 2 - uid: 6265 components: - type: Transform - pos: -3.5,58.5 + pos: -21.5,60.5 parent: 2 - uid: 6266 components: - type: Transform - pos: -2.5,58.5 + pos: -21.5,61.5 parent: 2 - uid: 6267 components: - type: Transform - pos: -1.5,58.5 + pos: -21.5,62.5 parent: 2 - uid: 6268 components: - type: Transform - pos: -0.5,58.5 + pos: -21.5,63.5 parent: 2 - uid: 6269 components: - type: Transform - pos: 0.5,58.5 + pos: -21.5,64.5 parent: 2 - uid: 6270 components: - type: Transform - pos: 0.5,57.5 + pos: -21.5,65.5 parent: 2 - uid: 6271 components: - type: Transform - pos: 0.5,56.5 + pos: -21.5,66.5 parent: 2 - uid: 6272 components: - type: Transform - pos: 0.5,55.5 + pos: -21.5,67.5 parent: 2 - uid: 6273 components: - type: Transform - pos: -2.5,59.5 + pos: -21.5,68.5 parent: 2 - uid: 6274 components: - type: Transform - pos: -2.5,60.5 + pos: -21.5,69.5 parent: 2 - uid: 6275 components: - type: Transform - pos: -2.5,61.5 + pos: -21.5,70.5 parent: 2 - uid: 6276 components: - type: Transform - pos: -2.5,62.5 + pos: -21.5,71.5 parent: 2 - uid: 6277 components: - type: Transform - pos: -1.5,62.5 + pos: -21.5,72.5 parent: 2 - uid: 6278 components: - type: Transform - pos: -1.5,63.5 + pos: -21.5,73.5 parent: 2 - uid: 6279 components: - type: Transform - pos: -1.5,65.5 + pos: -21.5,74.5 parent: 2 - uid: 6280 components: - type: Transform - pos: -1.5,64.5 + pos: -17.5,68.5 parent: 2 - uid: 6281 components: - type: Transform - pos: -0.5,59.5 + pos: -17.5,69.5 parent: 2 - uid: 6282 components: - type: Transform - pos: -0.5,60.5 + pos: -17.5,70.5 parent: 2 - uid: 6283 components: - type: Transform - pos: -0.5,61.5 + pos: -17.5,54.5 parent: 2 - uid: 6284 components: - type: Transform - pos: -0.5,62.5 + pos: -17.5,53.5 parent: 2 - uid: 6285 components: - type: Transform - pos: -1.5,66.5 + pos: -25.5,41.5 parent: 2 - uid: 6286 components: - type: Transform - pos: -2.5,66.5 + pos: -25.5,40.5 parent: 2 - uid: 6287 components: - type: Transform - pos: -3.5,66.5 + pos: -26.5,41.5 parent: 2 - uid: 6288 components: - type: Transform - pos: -4.5,66.5 + pos: -28.5,39.5 parent: 2 - uid: 6289 components: - type: Transform - pos: -5.5,66.5 + pos: -27.5,41.5 parent: 2 - uid: 6290 components: - type: Transform - pos: -5.5,67.5 + pos: -28.5,40.5 parent: 2 - uid: 6291 components: - type: Transform - pos: -5.5,68.5 + pos: -28.5,41.5 parent: 2 - uid: 6292 components: - type: Transform - pos: -5.5,69.5 + pos: -28.5,38.5 parent: 2 - uid: 6293 components: - type: Transform - pos: -5.5,70.5 + pos: -29.5,38.5 parent: 2 - uid: 6294 components: - type: Transform - pos: -5.5,71.5 + pos: -30.5,38.5 parent: 2 - uid: 6295 components: - type: Transform - pos: -5.5,72.5 + pos: -31.5,38.5 parent: 2 - uid: 6296 components: - type: Transform - pos: -4.5,72.5 + pos: -32.5,38.5 parent: 2 - uid: 6297 components: - type: Transform - pos: -3.5,72.5 + pos: -32.5,39.5 parent: 2 - uid: 6298 components: - type: Transform - pos: -2.5,72.5 + pos: -33.5,39.5 parent: 2 - uid: 6299 components: - type: Transform - pos: -1.5,72.5 + pos: -34.5,39.5 parent: 2 - uid: 6300 components: - type: Transform - pos: -0.5,72.5 + pos: -35.5,39.5 parent: 2 - uid: 6301 components: - type: Transform - pos: 0.5,72.5 + pos: -36.5,39.5 parent: 2 - uid: 6302 components: - type: Transform - pos: 1.5,72.5 + pos: -37.5,39.5 parent: 2 - uid: 6303 components: - type: Transform - pos: 2.5,72.5 + pos: -37.5,40.5 parent: 2 - uid: 6304 components: - type: Transform - pos: 2.5,71.5 + pos: -37.5,41.5 parent: 2 - uid: 6305 components: - type: Transform - pos: 2.5,70.5 + pos: -37.5,42.5 parent: 2 - uid: 6306 components: - type: Transform - pos: 2.5,69.5 + pos: -38.5,39.5 parent: 2 - uid: 6307 components: - type: Transform - pos: 2.5,68.5 + pos: -39.5,39.5 parent: 2 - uid: 6308 components: - type: Transform - pos: 2.5,67.5 + pos: -40.5,39.5 parent: 2 - uid: 6309 components: - type: Transform - pos: 2.5,66.5 + pos: -41.5,39.5 parent: 2 - uid: 6310 components: - type: Transform - pos: 1.5,66.5 + pos: -42.5,39.5 parent: 2 - uid: 6311 components: - type: Transform - pos: 0.5,66.5 + pos: -43.5,39.5 parent: 2 - uid: 6312 components: - type: Transform - pos: -0.5,66.5 + pos: -44.5,39.5 parent: 2 - uid: 6313 components: - type: Transform - pos: -1.5,67.5 + pos: -45.5,39.5 parent: 2 - uid: 6314 components: - type: Transform - pos: -1.5,68.5 + pos: -46.5,39.5 parent: 2 - uid: 6315 components: - type: Transform - pos: -1.5,69.5 + pos: -41.5,38.5 parent: 2 - uid: 6316 components: - type: Transform - pos: -7.5,59.5 + pos: -29.5,37.5 parent: 2 - uid: 6317 components: - type: Transform - pos: -9.5,59.5 + pos: -29.5,36.5 parent: 2 - uid: 6318 components: - type: Transform - pos: -10.5,59.5 + pos: -30.5,36.5 parent: 2 - uid: 6319 components: - type: Transform - pos: -11.5,59.5 + pos: -31.5,36.5 parent: 2 - uid: 6320 components: - type: Transform - pos: -12.5,59.5 + pos: -32.5,36.5 parent: 2 - uid: 6321 components: - type: Transform - pos: -12.5,58.5 + pos: -33.5,36.5 parent: 2 - uid: 6322 components: - type: Transform - pos: -12.5,57.5 + pos: -34.5,36.5 parent: 2 - uid: 6323 components: - type: Transform - pos: -12.5,56.5 + pos: -34.5,37.5 parent: 2 - uid: 6324 components: - type: Transform - pos: -12.5,55.5 + pos: -35.5,37.5 parent: 2 - uid: 6325 components: - type: Transform - pos: -12.5,54.5 + pos: -36.5,37.5 parent: 2 - uid: 6326 components: - type: Transform - pos: -12.5,53.5 + pos: -37.5,37.5 parent: 2 - uid: 6327 components: - type: Transform - pos: -12.5,52.5 + pos: -37.5,36.5 parent: 2 - uid: 6328 components: - type: Transform - pos: -12.5,51.5 + pos: -21.5,27.5 parent: 2 - uid: 6329 components: - type: Transform - pos: -12.5,50.5 + pos: -22.5,27.5 parent: 2 - uid: 6330 components: - type: Transform - pos: -12.5,49.5 + pos: -23.5,27.5 parent: 2 - uid: 6331 components: - type: Transform - pos: -13.5,49.5 + pos: -24.5,27.5 parent: 2 - uid: 6332 components: - type: Transform - pos: -14.5,49.5 + pos: -25.5,27.5 parent: 2 - uid: 6333 components: - type: Transform - pos: -14.5,50.5 + pos: -26.5,27.5 parent: 2 - uid: 6334 components: - type: Transform - pos: -14.5,51.5 + pos: -27.5,27.5 parent: 2 - uid: 6335 components: - type: Transform - pos: -13.5,51.5 + pos: -28.5,27.5 parent: 2 - uid: 6336 components: - type: Transform - pos: -12.5,60.5 + pos: -28.5,28.5 parent: 2 - uid: 6337 components: - type: Transform - pos: -12.5,61.5 + pos: -28.5,29.5 parent: 2 - uid: 6338 components: - type: Transform - pos: -12.5,62.5 + pos: -28.5,30.5 parent: 2 - uid: 6339 components: - type: Transform - pos: -12.5,63.5 + pos: -28.5,31.5 parent: 2 - uid: 6340 components: - type: Transform - pos: -12.5,64.5 + pos: -27.5,31.5 parent: 2 - uid: 6341 components: - type: Transform - pos: -12.5,65.5 + pos: -27.5,33.5 parent: 2 - uid: 6342 components: - type: Transform - pos: -12.5,66.5 + pos: -27.5,34.5 parent: 2 - uid: 6343 components: - type: Transform - pos: -12.5,67.5 + pos: -27.5,35.5 parent: 2 - uid: 6344 components: - type: Transform - pos: -12.5,68.5 + pos: -27.5,32.5 parent: 2 - uid: 6345 components: - type: Transform - pos: -12.5,69.5 + pos: -16.5,62.5 parent: 2 - uid: 6346 components: - type: Transform - pos: -12.5,70.5 + pos: -16.5,61.5 parent: 2 - uid: 6347 components: - type: Transform - pos: -12.5,71.5 + pos: -18.5,62.5 parent: 2 - uid: 6348 components: - type: Transform - pos: -12.5,72.5 + pos: -18.5,61.5 parent: 2 - uid: 6349 components: - type: Transform - pos: -12.5,73.5 + pos: 56.5,36.5 parent: 2 - uid: 6350 components: - type: Transform - pos: -12.5,74.5 + pos: 28.5,45.5 parent: 2 - uid: 6351 components: - type: Transform - pos: -13.5,67.5 + pos: 27.5,45.5 parent: 2 - uid: 6352 components: - type: Transform - pos: -14.5,67.5 + pos: 26.5,45.5 parent: 2 - uid: 6353 components: - type: Transform - pos: -15.5,67.5 + pos: 25.5,45.5 parent: 2 - uid: 6354 components: - type: Transform - pos: -16.5,67.5 + pos: 24.5,45.5 parent: 2 - uid: 6355 components: - type: Transform - pos: -17.5,67.5 + pos: 23.5,45.5 parent: 2 - uid: 6356 components: - type: Transform - pos: -17.5,66.5 + pos: 22.5,45.5 parent: 2 - uid: 6357 components: - type: Transform - pos: -17.5,65.5 + pos: 21.5,45.5 parent: 2 - uid: 6358 components: - type: Transform - pos: -17.5,64.5 + pos: -8.5,-76.5 parent: 2 - uid: 6359 components: - type: Transform - pos: -17.5,63.5 + pos: -8.5,-77.5 parent: 2 - uid: 6360 components: - type: Transform - pos: -17.5,62.5 + pos: -8.5,-78.5 parent: 2 - uid: 6361 components: - type: Transform - pos: -17.5,61.5 + pos: -8.5,-79.5 parent: 2 - uid: 6362 components: - type: Transform - pos: -17.5,60.5 + pos: -8.5,-80.5 parent: 2 - uid: 6363 components: - type: Transform - pos: -17.5,59.5 + pos: -8.5,-81.5 parent: 2 - uid: 6364 components: - type: Transform - pos: -17.5,58.5 + pos: -8.5,-82.5 parent: 2 - uid: 6365 components: - type: Transform - pos: -17.5,57.5 + pos: -8.5,-83.5 parent: 2 - uid: 6366 components: - type: Transform - pos: -17.5,56.5 + pos: -8.5,-84.5 parent: 2 - uid: 6367 components: - type: Transform - pos: -17.5,55.5 + pos: -8.5,-85.5 parent: 2 - uid: 6368 components: - type: Transform - pos: -18.5,55.5 + pos: -8.5,-86.5 parent: 2 - uid: 6369 components: - type: Transform - pos: -19.5,55.5 + pos: -7.5,-86.5 parent: 2 - uid: 6370 components: - type: Transform - pos: -20.5,55.5 + pos: -7.5,-87.5 parent: 2 - uid: 6371 components: - type: Transform - pos: -21.5,55.5 + pos: -7.5,-88.5 parent: 2 - uid: 6372 components: - type: Transform - pos: -22.5,55.5 + pos: -7.5,-89.5 parent: 2 - uid: 6373 components: - type: Transform - pos: -22.5,54.5 + pos: -7.5,-90.5 parent: 2 - uid: 6374 components: - type: Transform - pos: -22.5,53.5 + pos: -7.5,-91.5 parent: 2 - uid: 6375 components: - type: Transform - pos: -22.5,52.5 + pos: -7.5,-92.5 parent: 2 - uid: 6376 components: - type: Transform - pos: -22.5,51.5 + pos: -7.5,-93.5 parent: 2 - uid: 6377 components: - type: Transform - pos: -21.5,53.5 + pos: -7.5,-94.5 parent: 2 - uid: 6378 components: - type: Transform - pos: -21.5,56.5 + pos: -7.5,-95.5 parent: 2 - uid: 6379 components: - type: Transform - pos: -21.5,57.5 + pos: -7.5,-96.5 parent: 2 - uid: 6380 components: - type: Transform - pos: -21.5,58.5 + pos: -7.5,-97.5 parent: 2 - uid: 6381 components: - type: Transform - pos: -21.5,59.5 + pos: -8.5,-97.5 parent: 2 - uid: 6382 components: - type: Transform - pos: -21.5,60.5 + pos: -9.5,-97.5 parent: 2 - uid: 6383 components: - type: Transform - pos: -21.5,61.5 + pos: -10.5,-97.5 parent: 2 - uid: 6384 components: - type: Transform - pos: -21.5,62.5 + pos: -11.5,-97.5 parent: 2 - uid: 6385 components: - type: Transform - pos: -21.5,63.5 + pos: -12.5,-97.5 parent: 2 - uid: 6386 components: - type: Transform - pos: -21.5,64.5 + pos: -13.5,-97.5 parent: 2 - uid: 6387 components: - type: Transform - pos: -21.5,65.5 + pos: -14.5,-97.5 parent: 2 - uid: 6388 components: - type: Transform - pos: -21.5,66.5 + pos: -15.5,-97.5 parent: 2 - uid: 6389 components: - type: Transform - pos: -21.5,67.5 + pos: -16.5,-97.5 parent: 2 - uid: 6390 components: - type: Transform - pos: -21.5,68.5 + pos: -17.5,-97.5 parent: 2 - uid: 6391 components: - type: Transform - pos: -21.5,69.5 + pos: -18.5,-97.5 parent: 2 - uid: 6392 components: - type: Transform - pos: -21.5,70.5 + pos: -19.5,-97.5 parent: 2 - uid: 6393 components: - type: Transform - pos: -21.5,71.5 + pos: -20.5,-97.5 parent: 2 - uid: 6394 components: - type: Transform - pos: -21.5,72.5 + pos: -20.5,-96.5 parent: 2 - uid: 6395 components: - type: Transform - pos: -21.5,73.5 + pos: -20.5,-95.5 parent: 2 - uid: 6396 components: - type: Transform - pos: -21.5,74.5 + pos: -21.5,-95.5 parent: 2 - uid: 6397 components: - type: Transform - pos: -17.5,68.5 + pos: -22.5,-95.5 parent: 2 - uid: 6398 components: - type: Transform - pos: -17.5,69.5 + pos: -23.5,-95.5 parent: 2 - uid: 6399 components: - type: Transform - pos: -17.5,70.5 + pos: -24.5,-95.5 parent: 2 - uid: 6400 components: - type: Transform - pos: -17.5,54.5 + pos: -24.5,-96.5 parent: 2 - uid: 6401 components: - type: Transform - pos: -17.5,53.5 + pos: -24.5,-97.5 parent: 2 - uid: 6402 components: - type: Transform - pos: -25.5,41.5 + pos: -24.5,-98.5 parent: 2 - uid: 6403 components: - type: Transform - pos: -25.5,40.5 + pos: -24.5,-99.5 parent: 2 - uid: 6404 components: - type: Transform - pos: -26.5,41.5 + pos: -23.5,-99.5 parent: 2 - uid: 6405 components: - type: Transform - pos: -28.5,39.5 + pos: -22.5,-99.5 parent: 2 - uid: 6406 components: - type: Transform - pos: -27.5,41.5 + pos: -21.5,-99.5 parent: 2 - uid: 6407 components: - type: Transform - pos: -28.5,40.5 + pos: -20.5,-99.5 parent: 2 - uid: 6408 components: - type: Transform - pos: -28.5,41.5 + pos: -20.5,-98.5 parent: 2 - uid: 6409 components: - type: Transform - pos: -28.5,38.5 + pos: -15.5,-98.5 parent: 2 - uid: 6410 components: - type: Transform - pos: -29.5,38.5 + pos: -6.5,-97.5 parent: 2 - uid: 6411 components: - type: Transform - pos: -30.5,38.5 + pos: -5.5,-97.5 parent: 2 - uid: 6412 components: - type: Transform - pos: -31.5,38.5 + pos: -4.5,-97.5 parent: 2 - uid: 6413 components: - type: Transform - pos: -32.5,38.5 + pos: -7.5,-98.5 parent: 2 - uid: 6414 components: - type: Transform - pos: -32.5,39.5 + pos: -7.5,-99.5 parent: 2 - uid: 6415 components: - type: Transform - pos: -33.5,39.5 + pos: -7.5,-100.5 parent: 2 - uid: 6416 components: - type: Transform - pos: -34.5,39.5 + pos: -8.5,-95.5 parent: 2 - uid: 6417 components: - type: Transform - pos: -35.5,39.5 + pos: -43.5,-85.5 parent: 2 - uid: 6418 components: - type: Transform - pos: -36.5,39.5 + pos: -43.5,-86.5 parent: 2 - uid: 6419 components: - type: Transform - pos: -37.5,39.5 + pos: -43.5,-87.5 parent: 2 - uid: 6420 components: - type: Transform - pos: -37.5,40.5 + pos: -43.5,-88.5 parent: 2 - uid: 6421 components: - type: Transform - pos: -37.5,41.5 + pos: -43.5,-89.5 parent: 2 - uid: 6422 components: - type: Transform - pos: -37.5,42.5 + pos: -38.5,-85.5 parent: 2 - uid: 6423 components: - type: Transform - pos: -38.5,39.5 + pos: -39.5,-85.5 parent: 2 - uid: 6424 components: - type: Transform - pos: -39.5,39.5 + pos: -40.5,-85.5 parent: 2 - uid: 6425 components: - type: Transform - pos: -40.5,39.5 + pos: -40.5,-86.5 parent: 2 - uid: 6426 components: - type: Transform - pos: -41.5,39.5 + pos: -40.5,-87.5 parent: 2 - uid: 6427 components: - type: Transform - pos: -42.5,39.5 + pos: -40.5,-88.5 parent: 2 - uid: 6428 components: - type: Transform - pos: -43.5,39.5 + pos: -40.5,-89.5 parent: 2 - uid: 6429 components: - type: Transform - pos: -44.5,39.5 + pos: -40.5,-90.5 parent: 2 - uid: 6430 components: - type: Transform - pos: -45.5,39.5 + pos: -25.5,-97.5 parent: 2 - uid: 6431 components: - type: Transform - pos: -46.5,39.5 + pos: -26.5,-97.5 parent: 2 - uid: 6432 components: - type: Transform - pos: -41.5,38.5 + pos: -40.5,-91.5 parent: 2 - uid: 6433 components: - type: Transform - pos: -29.5,37.5 + pos: -43.5,-91.5 parent: 2 - uid: 6434 components: - type: Transform - pos: -29.5,36.5 + pos: -43.5,-92.5 parent: 2 - uid: 6435 components: - type: Transform - pos: -30.5,36.5 + pos: -42.5,-92.5 parent: 2 - uid: 6436 components: - type: Transform - pos: -31.5,36.5 + pos: -40.5,-92.5 parent: 2 - uid: 6437 components: - type: Transform - pos: -32.5,36.5 + pos: -41.5,-92.5 parent: 2 - uid: 6438 components: - type: Transform - pos: -33.5,36.5 + pos: -41.5,-93.5 parent: 2 - uid: 6439 components: - type: Transform - pos: -34.5,36.5 + pos: -41.5,-94.5 parent: 2 - uid: 6440 components: - type: Transform - pos: -34.5,37.5 + pos: -41.5,-95.5 parent: 2 - uid: 6441 components: - type: Transform - pos: -35.5,37.5 + pos: -42.5,-95.5 parent: 2 - uid: 6442 components: - type: Transform - pos: -36.5,37.5 + pos: -43.5,-95.5 parent: 2 - uid: 6443 components: - type: Transform - pos: -37.5,37.5 + pos: -43.5,-96.5 parent: 2 - uid: 6444 components: - type: Transform - pos: -37.5,36.5 + pos: -43.5,-97.5 parent: 2 - uid: 6445 components: - type: Transform - pos: -21.5,27.5 + pos: -42.5,-97.5 parent: 2 - uid: 6446 components: - type: Transform - pos: -22.5,27.5 + pos: -41.5,-97.5 parent: 2 - uid: 6447 components: - type: Transform - pos: -23.5,27.5 + pos: -40.5,-97.5 parent: 2 - uid: 6448 components: - type: Transform - pos: -24.5,27.5 + pos: -39.5,-97.5 parent: 2 - uid: 6449 components: - type: Transform - pos: -25.5,27.5 + pos: -38.5,-97.5 parent: 2 - uid: 6450 components: - type: Transform - pos: -26.5,27.5 + pos: -37.5,-97.5 parent: 2 - uid: 6451 components: - type: Transform - pos: -27.5,27.5 + pos: -36.5,-97.5 parent: 2 - uid: 6452 components: - type: Transform - pos: -28.5,27.5 + pos: -35.5,-97.5 parent: 2 - uid: 6453 components: - type: Transform - pos: -28.5,28.5 + pos: -40.5,-95.5 parent: 2 - uid: 6454 components: - type: Transform - pos: -28.5,29.5 + pos: -39.5,-95.5 parent: 2 - uid: 6455 components: - type: Transform - pos: -28.5,30.5 + pos: -38.5,-95.5 parent: 2 - uid: 6456 components: - type: Transform - pos: -28.5,31.5 + pos: -37.5,-95.5 parent: 2 - uid: 6457 components: - type: Transform - pos: -27.5,31.5 + pos: -36.5,-95.5 parent: 2 - uid: 6458 components: - type: Transform - pos: -27.5,33.5 + pos: -35.5,-95.5 parent: 2 - uid: 6459 components: - type: Transform - pos: -27.5,34.5 + pos: -35.5,-96.5 parent: 2 - uid: 6460 components: - type: Transform - pos: -27.5,35.5 + pos: -34.5,-97.5 parent: 2 - uid: 6461 components: - type: Transform - pos: -27.5,32.5 + pos: -33.5,-97.5 parent: 2 - uid: 6462 components: - type: Transform - pos: -16.5,62.5 + pos: -32.5,-97.5 parent: 2 - uid: 6463 components: - type: Transform - pos: -16.5,61.5 + pos: -31.5,-97.5 parent: 2 - uid: 6464 components: - type: Transform - pos: -18.5,62.5 + pos: -30.5,-97.5 parent: 2 - uid: 6465 components: - type: Transform - pos: -18.5,61.5 + pos: -29.5,-97.5 parent: 2 - uid: 6466 components: - type: Transform - pos: 56.5,36.5 + pos: -28.5,-97.5 parent: 2 - uid: 6467 components: - type: Transform - pos: 28.5,45.5 + pos: -43.5,-90.5 parent: 2 - uid: 6468 components: - type: Transform - pos: 27.5,45.5 + pos: -35.5,-98.5 parent: 2 - uid: 6469 components: - type: Transform - pos: 26.5,45.5 + pos: -35.5,-99.5 parent: 2 - uid: 6470 components: - type: Transform - pos: 25.5,45.5 + pos: -35.5,-100.5 parent: 2 - uid: 6471 components: - type: Transform - pos: 24.5,45.5 + pos: -35.5,-100.5 parent: 2 - uid: 6472 components: - type: Transform - pos: 23.5,45.5 + pos: -35.5,-99.5 parent: 2 - uid: 6473 components: - type: Transform - pos: 22.5,45.5 + pos: -35.5,-102.5 parent: 2 - uid: 6474 components: - type: Transform - pos: 21.5,45.5 + pos: -35.5,-103.5 parent: 2 - uid: 6475 components: - type: Transform - pos: -8.5,-76.5 + pos: -35.5,-104.5 parent: 2 - uid: 6476 components: - type: Transform - pos: -8.5,-77.5 + pos: -35.5,-105.5 parent: 2 - uid: 6477 components: - type: Transform - pos: -8.5,-78.5 + pos: -36.5,-104.5 parent: 2 - uid: 6478 components: - type: Transform - pos: -8.5,-79.5 + pos: 37.5,-48.5 parent: 2 - uid: 6479 components: - type: Transform - pos: -8.5,-80.5 + pos: 36.5,-48.5 parent: 2 - uid: 6480 components: - type: Transform - pos: -8.5,-81.5 + pos: 36.5,-47.5 parent: 2 - uid: 6481 components: - type: Transform - pos: -8.5,-82.5 + pos: 36.5,-46.5 parent: 2 - uid: 6482 components: - type: Transform - pos: -8.5,-83.5 + pos: -71.5,-31.5 parent: 2 - uid: 6483 components: - type: Transform - pos: -8.5,-84.5 + pos: -72.5,-26.5 parent: 2 - uid: 6484 components: - type: Transform - pos: -8.5,-85.5 + pos: -72.5,-27.5 parent: 2 - uid: 6485 components: - type: Transform - pos: -8.5,-86.5 + pos: -72.5,-28.5 parent: 2 - uid: 6486 components: - type: Transform - pos: -7.5,-86.5 + pos: -72.5,-29.5 parent: 2 - uid: 6487 components: - type: Transform - pos: -7.5,-87.5 + pos: -73.5,-31.5 parent: 2 - uid: 6488 components: - type: Transform - pos: -7.5,-88.5 + pos: -72.5,-31.5 parent: 2 - uid: 6489 components: - type: Transform - pos: -7.5,-89.5 + pos: -72.5,-32.5 parent: 2 - uid: 6490 components: - type: Transform - pos: -7.5,-90.5 + pos: -72.5,-33.5 parent: 2 - uid: 6491 components: - type: Transform - pos: -7.5,-91.5 + pos: -73.5,-30.5 parent: 2 - uid: 6492 components: - type: Transform - pos: -7.5,-92.5 + pos: -73.5,-29.5 parent: 2 - uid: 6493 components: - type: Transform - pos: -7.5,-93.5 + pos: 27.5,-1.5 parent: 2 - uid: 6494 components: - type: Transform - pos: -7.5,-94.5 + pos: -12.5,-14.5 parent: 2 - uid: 6495 components: - type: Transform - pos: -7.5,-95.5 + pos: 62.5,-29.5 parent: 2 - uid: 6496 components: - type: Transform - pos: -7.5,-96.5 + pos: 74.5,-45.5 parent: 2 - uid: 6497 components: - type: Transform - pos: -7.5,-97.5 + pos: 75.5,-45.5 parent: 2 - uid: 6498 components: - type: Transform - pos: -8.5,-97.5 + pos: 76.5,-45.5 parent: 2 - uid: 6499 components: - type: Transform - pos: -9.5,-97.5 + pos: 74.5,-44.5 parent: 2 - uid: 6500 components: - type: Transform - pos: -10.5,-97.5 + pos: 74.5,-43.5 parent: 2 - uid: 6501 components: - type: Transform - pos: -11.5,-97.5 + pos: 74.5,-42.5 parent: 2 - uid: 6502 components: - type: Transform - pos: -12.5,-97.5 + pos: 74.5,-41.5 parent: 2 - uid: 6503 components: - type: Transform - pos: -13.5,-97.5 + pos: 74.5,-40.5 parent: 2 - uid: 6504 components: - type: Transform - pos: -14.5,-97.5 + pos: 74.5,-39.5 parent: 2 - uid: 6505 components: - type: Transform - pos: -15.5,-97.5 + pos: 74.5,-38.5 parent: 2 - uid: 6506 components: - type: Transform - pos: -16.5,-97.5 + pos: 76.5,-46.5 parent: 2 - uid: 6507 components: - type: Transform - pos: -17.5,-97.5 + pos: 76.5,-47.5 parent: 2 - uid: 6508 components: - type: Transform - pos: -18.5,-97.5 + pos: 76.5,-48.5 parent: 2 - uid: 6509 components: - type: Transform - pos: -19.5,-97.5 + pos: 76.5,-49.5 parent: 2 - uid: 6510 components: - type: Transform - pos: -20.5,-97.5 + pos: 73.5,-48.5 parent: 2 - uid: 6511 components: - type: Transform - pos: -20.5,-96.5 + pos: 74.5,-48.5 parent: 2 - uid: 6512 components: - type: Transform - pos: -20.5,-95.5 + pos: 74.5,-47.5 parent: 2 - uid: 6513 components: - type: Transform - pos: -21.5,-95.5 + pos: 75.5,-47.5 parent: 2 - uid: 6514 components: - type: Transform - pos: -22.5,-95.5 + pos: 74.5,-37.5 parent: 2 - uid: 6515 components: - type: Transform - pos: -23.5,-95.5 + pos: 75.5,-37.5 parent: 2 - uid: 6516 components: - type: Transform - pos: -24.5,-95.5 + pos: 76.5,-37.5 parent: 2 - uid: 6517 components: - type: Transform - pos: -24.5,-96.5 + pos: 77.5,-37.5 parent: 2 - uid: 6518 components: - type: Transform - pos: -24.5,-97.5 + pos: 78.5,-37.5 parent: 2 - uid: 6519 components: - type: Transform - pos: -24.5,-98.5 + pos: 78.5,-36.5 parent: 2 - uid: 6520 components: - type: Transform - pos: -24.5,-99.5 + pos: 78.5,-35.5 parent: 2 - uid: 6521 components: - type: Transform - pos: -23.5,-99.5 + pos: 78.5,-34.5 parent: 2 - uid: 6522 components: - type: Transform - pos: -22.5,-99.5 + pos: 78.5,-33.5 parent: 2 - uid: 6523 components: - type: Transform - pos: -21.5,-99.5 + pos: 77.5,-33.5 parent: 2 - uid: 6524 components: - type: Transform - pos: -20.5,-99.5 + pos: 76.5,-33.5 parent: 2 - uid: 6525 components: - type: Transform - pos: -20.5,-98.5 + pos: 75.5,-33.5 parent: 2 - uid: 6526 components: - type: Transform - pos: -15.5,-98.5 + pos: 74.5,-33.5 parent: 2 - uid: 6527 components: - type: Transform - pos: -6.5,-97.5 + pos: 74.5,-32.5 parent: 2 - uid: 6528 components: - type: Transform - pos: -5.5,-97.5 + pos: 73.5,-32.5 parent: 2 - uid: 6529 components: - type: Transform - pos: -4.5,-97.5 + pos: 72.5,-32.5 parent: 2 - uid: 6530 components: - type: Transform - pos: -7.5,-98.5 + pos: 71.5,-32.5 parent: 2 - uid: 6531 components: - type: Transform - pos: -7.5,-99.5 + pos: 70.5,-32.5 parent: 2 - uid: 6532 components: - type: Transform - pos: -7.5,-100.5 + pos: 70.5,-33.5 parent: 2 - uid: 6533 components: - type: Transform - pos: -8.5,-95.5 + pos: 70.5,-34.5 parent: 2 - uid: 6534 components: - type: Transform - pos: -43.5,-85.5 + pos: 70.5,-35.5 parent: 2 - uid: 6535 components: - type: Transform - pos: -43.5,-86.5 + pos: 70.5,-36.5 parent: 2 - uid: 6536 components: - type: Transform - pos: -43.5,-87.5 + pos: 71.5,-36.5 parent: 2 - uid: 6537 components: - type: Transform - pos: -43.5,-88.5 + pos: 72.5,-37.5 parent: 2 - uid: 6538 components: - type: Transform - pos: -43.5,-89.5 + pos: 73.5,-37.5 parent: 2 - uid: 6539 components: - type: Transform - pos: -38.5,-85.5 + pos: 73.5,-36.5 parent: 2 - uid: 6540 components: - type: Transform - pos: -39.5,-85.5 + pos: 73.5,-35.5 parent: 2 - uid: 6541 components: - type: Transform - pos: -40.5,-85.5 + pos: 69.5,-33.5 parent: 2 - uid: 6542 components: - type: Transform - pos: -40.5,-86.5 + pos: 68.5,-33.5 parent: 2 - uid: 6543 components: - type: Transform - pos: -40.5,-87.5 + pos: 67.5,-33.5 parent: 2 - uid: 6544 components: - type: Transform - pos: -40.5,-88.5 + pos: 66.5,-33.5 parent: 2 - uid: 6545 components: - type: Transform - pos: -40.5,-89.5 + pos: 65.5,-33.5 parent: 2 - uid: 6546 components: - type: Transform - pos: -40.5,-90.5 + pos: 62.5,-30.5 parent: 2 - uid: 6547 components: - type: Transform - pos: -25.5,-97.5 + pos: 65.5,-32.5 parent: 2 - uid: 6548 components: - type: Transform - pos: -26.5,-97.5 + pos: -21.5,-61.5 parent: 2 - uid: 6549 components: - type: Transform - pos: -40.5,-91.5 + pos: -16.5,-15.5 parent: 2 - uid: 6550 components: - type: Transform - pos: -43.5,-91.5 + pos: 70.5,-37.5 parent: 2 - uid: 6551 components: - type: Transform - pos: -43.5,-92.5 + pos: 69.5,-37.5 parent: 2 - uid: 6552 components: - type: Transform - pos: -42.5,-92.5 + pos: 68.5,-37.5 parent: 2 - uid: 6553 components: - type: Transform - pos: -40.5,-92.5 + pos: 67.5,-37.5 parent: 2 - uid: 6554 components: - type: Transform - pos: -41.5,-92.5 + pos: 67.5,-38.5 parent: 2 - uid: 6555 components: - type: Transform - pos: -41.5,-93.5 + pos: 54.5,10.5 parent: 2 - uid: 6556 components: - type: Transform - pos: -41.5,-94.5 + pos: -71.5,-29.5 parent: 2 - uid: 6557 components: - type: Transform - pos: -41.5,-95.5 + pos: -55.5,-62.5 parent: 2 - uid: 6558 components: - type: Transform - pos: -42.5,-95.5 + pos: -54.5,-62.5 parent: 2 - uid: 6559 components: - type: Transform - pos: -43.5,-95.5 + pos: -53.5,-62.5 parent: 2 - uid: 6560 components: - type: Transform - pos: -43.5,-96.5 + pos: -54.5,-58.5 parent: 2 - uid: 6561 components: - type: Transform - pos: -43.5,-97.5 + pos: -53.5,-58.5 parent: 2 - uid: 6562 components: - type: Transform - pos: -42.5,-97.5 + pos: -52.5,-58.5 parent: 2 - uid: 6563 components: - type: Transform - pos: -41.5,-97.5 + pos: -51.5,-58.5 parent: 2 - uid: 6564 components: - type: Transform - pos: -40.5,-97.5 + pos: -56.5,-61.5 parent: 2 - uid: 6565 components: - type: Transform - pos: -39.5,-97.5 + pos: -54.5,-63.5 parent: 2 - uid: 6566 components: - type: Transform - pos: -38.5,-97.5 + pos: 72.5,-31.5 parent: 2 - uid: 6567 components: - type: Transform - pos: -37.5,-97.5 + pos: 72.5,-30.5 parent: 2 - uid: 6568 components: - type: Transform - pos: -36.5,-97.5 + pos: 72.5,-29.5 parent: 2 - uid: 6569 components: - type: Transform - pos: -35.5,-97.5 + pos: 72.5,-28.5 parent: 2 - uid: 6570 components: - type: Transform - pos: -40.5,-95.5 + pos: -53.5,-63.5 parent: 2 - uid: 6571 components: - type: Transform - pos: -39.5,-95.5 + pos: 56.5,34.5 parent: 2 - uid: 6572 components: - type: Transform - pos: -38.5,-95.5 + pos: -71.5,-30.5 parent: 2 - uid: 6573 components: - type: Transform - pos: -37.5,-95.5 + pos: 6.5,-42.5 parent: 2 - uid: 6574 components: - type: Transform - pos: -36.5,-95.5 + pos: 7.5,-42.5 parent: 2 - uid: 6575 components: - type: Transform - pos: -35.5,-95.5 + pos: 8.5,-39.5 parent: 2 - uid: 6576 components: - type: Transform - pos: -35.5,-96.5 + pos: 8.5,-38.5 parent: 2 - uid: 6577 components: - type: Transform - pos: -34.5,-97.5 + pos: 8.5,-37.5 parent: 2 - uid: 6578 components: - type: Transform - pos: -33.5,-97.5 + pos: 8.5,-36.5 parent: 2 - uid: 6579 components: - type: Transform - pos: -32.5,-97.5 + pos: 8.5,-35.5 parent: 2 - uid: 6580 components: - type: Transform - pos: -31.5,-97.5 + pos: 8.5,-34.5 parent: 2 - uid: 6581 components: - type: Transform - pos: -30.5,-97.5 + pos: 8.5,-33.5 parent: 2 - uid: 6582 components: - type: Transform - pos: -29.5,-97.5 + pos: 8.5,-32.5 parent: 2 - uid: 6583 components: - type: Transform - pos: -28.5,-97.5 + pos: 8.5,-31.5 parent: 2 - uid: 6584 components: - type: Transform - pos: -43.5,-90.5 + pos: 8.5,-30.5 parent: 2 - uid: 6585 components: - type: Transform - pos: -35.5,-98.5 + pos: 8.5,-29.5 parent: 2 - uid: 6586 components: - type: Transform - pos: -35.5,-99.5 + pos: 9.5,-29.5 parent: 2 - uid: 6587 components: - type: Transform - pos: -35.5,-100.5 + pos: 10.5,-29.5 parent: 2 - uid: 6588 components: - type: Transform - pos: -35.5,-100.5 + pos: 11.5,-29.5 parent: 2 - uid: 6589 components: - type: Transform - pos: -35.5,-99.5 + pos: 7.5,-36.5 parent: 2 - uid: 6590 components: - type: Transform - pos: -35.5,-102.5 + pos: 6.5,-36.5 parent: 2 - uid: 6591 components: - type: Transform - pos: -35.5,-103.5 + pos: 6.5,-35.5 parent: 2 - uid: 6592 components: - type: Transform - pos: -35.5,-104.5 + pos: 6.5,-34.5 parent: 2 - uid: 6593 components: - type: Transform - pos: -35.5,-105.5 + pos: 6.5,-33.5 parent: 2 - uid: 6594 components: - type: Transform - pos: -36.5,-104.5 + pos: 6.5,-32.5 parent: 2 - uid: 6595 components: - type: Transform - pos: 37.5,-48.5 + pos: 6.5,-31.5 parent: 2 - uid: 6596 components: - type: Transform - pos: 36.5,-48.5 + pos: 5.5,-31.5 parent: 2 - uid: 6597 components: - type: Transform - pos: 36.5,-47.5 + pos: 4.5,-31.5 parent: 2 - uid: 6598 components: - type: Transform - pos: 36.5,-46.5 + pos: 3.5,-31.5 parent: 2 - uid: 6599 components: - type: Transform - pos: -71.5,-31.5 + pos: 2.5,-31.5 parent: 2 - uid: 6600 components: - type: Transform - pos: -72.5,-26.5 + pos: 4.5,-32.5 parent: 2 - uid: 6601 components: - type: Transform - pos: -72.5,-27.5 + pos: 4.5,-33.5 parent: 2 - uid: 6602 components: - type: Transform - pos: -72.5,-28.5 + pos: 55.5,-62.5 parent: 2 - uid: 6603 components: - type: Transform - pos: -72.5,-29.5 + pos: 6.5,-30.5 parent: 2 - uid: 6604 components: - type: Transform - pos: -73.5,-31.5 + pos: 54.5,-32.5 parent: 2 - uid: 6605 components: - type: Transform - pos: -72.5,-31.5 + pos: 53.5,-32.5 parent: 2 - uid: 6606 components: - type: Transform - pos: -72.5,-32.5 + pos: 52.5,-32.5 parent: 2 - uid: 6607 components: - type: Transform - pos: -72.5,-33.5 + pos: 55.5,-31.5 parent: 2 - uid: 6608 components: - type: Transform - pos: -73.5,-30.5 + pos: 55.5,-30.5 parent: 2 - uid: 6609 components: - type: Transform - pos: -73.5,-29.5 + pos: 55.5,-29.5 parent: 2 - uid: 6610 components: - type: Transform - pos: 27.5,-1.5 + pos: 55.5,-28.5 parent: 2 - uid: 6611 components: - type: Transform - pos: -12.5,-14.5 + pos: 55.5,-27.5 parent: 2 - uid: 6612 components: - type: Transform - pos: 62.5,-29.5 + pos: 55.5,-26.5 parent: 2 - uid: 6613 components: - type: Transform - pos: 74.5,-45.5 + pos: 61.5,-26.5 parent: 2 - uid: 6614 components: - type: Transform - pos: 75.5,-45.5 + pos: 60.5,-26.5 parent: 2 - uid: 6615 components: - type: Transform - pos: 76.5,-45.5 + pos: 59.5,-26.5 parent: 2 - uid: 6616 components: - type: Transform - pos: 74.5,-44.5 + pos: 58.5,-26.5 parent: 2 - uid: 6617 components: - type: Transform - pos: 74.5,-43.5 + pos: 57.5,-26.5 parent: 2 - uid: 6618 components: - type: Transform - pos: 74.5,-42.5 + pos: 57.5,-27.5 parent: 2 - uid: 6619 components: - type: Transform - pos: 74.5,-41.5 + pos: 57.5,-28.5 parent: 2 - uid: 6620 components: - type: Transform - pos: 74.5,-40.5 + pos: 58.5,-28.5 parent: 2 - uid: 6621 components: - type: Transform - pos: 74.5,-39.5 + pos: 58.5,-29.5 parent: 2 - uid: 6622 components: - type: Transform - pos: 74.5,-38.5 + pos: 55.5,-35.5 parent: 2 - uid: 6623 components: - type: Transform - pos: 76.5,-46.5 + pos: 54.5,-35.5 parent: 2 - uid: 6624 components: - type: Transform - pos: 76.5,-47.5 + pos: 54.5,-36.5 parent: 2 - uid: 6625 components: - type: Transform - pos: 76.5,-48.5 + pos: 54.5,-37.5 parent: 2 - uid: 6626 components: - type: Transform - pos: 76.5,-49.5 + pos: 55.5,-37.5 parent: 2 - uid: 6627 components: - type: Transform - pos: 73.5,-48.5 + pos: 55.5,-38.5 parent: 2 - uid: 6628 components: - type: Transform - pos: 74.5,-48.5 + pos: 57.5,-38.5 parent: 2 - uid: 6629 components: - type: Transform - pos: 74.5,-47.5 + pos: 58.5,-38.5 parent: 2 - uid: 6630 components: - type: Transform - pos: 75.5,-47.5 + pos: 59.5,-38.5 parent: 2 - uid: 6631 components: - type: Transform - pos: 74.5,-37.5 + pos: 59.5,-39.5 parent: 2 - uid: 6632 components: - type: Transform - pos: 75.5,-37.5 + pos: 59.5,-40.5 parent: 2 - uid: 6633 components: - type: Transform - pos: 76.5,-37.5 + pos: 59.5,-41.5 parent: 2 - uid: 6634 components: - type: Transform - pos: 77.5,-37.5 + pos: 59.5,-42.5 parent: 2 - uid: 6635 components: - type: Transform - pos: 78.5,-37.5 + pos: 59.5,-43.5 parent: 2 - uid: 6636 components: - type: Transform - pos: 78.5,-36.5 + pos: 36.5,-33.5 parent: 2 - uid: 6637 components: - type: Transform - pos: 78.5,-35.5 + pos: 37.5,-33.5 parent: 2 - uid: 6638 components: - type: Transform - pos: 78.5,-34.5 + pos: 38.5,-33.5 parent: 2 - uid: 6639 components: - type: Transform - pos: 78.5,-33.5 + pos: 39.5,-33.5 parent: 2 - uid: 6640 components: - type: Transform - pos: 77.5,-33.5 + pos: 40.5,-33.5 parent: 2 - uid: 6641 components: - type: Transform - pos: 76.5,-33.5 + pos: 41.5,-33.5 parent: 2 - uid: 6642 components: - type: Transform - pos: 75.5,-33.5 + pos: 42.5,-33.5 parent: 2 - uid: 6643 components: - type: Transform - pos: 74.5,-33.5 + pos: 43.5,-33.5 parent: 2 - uid: 6644 components: - type: Transform - pos: 74.5,-32.5 + pos: 44.5,-33.5 parent: 2 - uid: 6645 components: - type: Transform - pos: 73.5,-32.5 + pos: 45.5,-33.5 parent: 2 - uid: 6646 components: - type: Transform - pos: 72.5,-32.5 + pos: 46.5,-33.5 parent: 2 - uid: 6647 components: - type: Transform - pos: 71.5,-32.5 + pos: 47.5,-33.5 parent: 2 - uid: 6648 components: - type: Transform - pos: 70.5,-32.5 + pos: 48.5,-33.5 parent: 2 - uid: 6649 components: - type: Transform - pos: 70.5,-33.5 + pos: 49.5,-33.5 parent: 2 - uid: 6650 components: - type: Transform - pos: 70.5,-34.5 + pos: 49.5,-34.5 parent: 2 - uid: 6651 components: - type: Transform - pos: 70.5,-35.5 + pos: 50.5,-34.5 parent: 2 - uid: 6652 components: - type: Transform - pos: 70.5,-36.5 + pos: 51.5,-34.5 parent: 2 - uid: 6653 components: - type: Transform - pos: 71.5,-36.5 + pos: 55.5,-64.5 parent: 2 - uid: 6654 components: - type: Transform - pos: 72.5,-37.5 + pos: 55.5,-65.5 parent: 2 - uid: 6655 components: - type: Transform - pos: 73.5,-37.5 + pos: 54.5,-65.5 parent: 2 - uid: 6656 components: - type: Transform - pos: 73.5,-36.5 + pos: 53.5,-65.5 parent: 2 - uid: 6657 components: - type: Transform - pos: 73.5,-35.5 + pos: 52.5,-65.5 parent: 2 - uid: 6658 components: - type: Transform - pos: 69.5,-33.5 + pos: 51.5,-65.5 parent: 2 - uid: 6659 components: - type: Transform - pos: 68.5,-33.5 + pos: 50.5,-65.5 parent: 2 - uid: 6660 components: - type: Transform - pos: 67.5,-33.5 + pos: 49.5,-65.5 parent: 2 - uid: 6661 components: - type: Transform - pos: 66.5,-33.5 + pos: 48.5,-65.5 parent: 2 - uid: 6662 components: - type: Transform - pos: 65.5,-33.5 + pos: 47.5,-65.5 parent: 2 - uid: 6663 components: - type: Transform - pos: 62.5,-30.5 + pos: 46.5,-65.5 parent: 2 - uid: 6664 components: - type: Transform - pos: 65.5,-32.5 + pos: 45.5,-65.5 parent: 2 - uid: 6665 components: - type: Transform - pos: -21.5,-61.5 + pos: 45.5,-64.5 parent: 2 - uid: 6666 components: - type: Transform - pos: -16.5,-15.5 + pos: 44.5,-64.5 parent: 2 - uid: 6667 components: - type: Transform - pos: 70.5,-37.5 + pos: 43.5,-64.5 parent: 2 - uid: 6668 components: - type: Transform - pos: 69.5,-37.5 + pos: 45.5,-63.5 parent: 2 - uid: 6669 components: - type: Transform - pos: 68.5,-37.5 + pos: 43.5,-63.5 parent: 2 - uid: 6670 components: - type: Transform - pos: 67.5,-37.5 + pos: 56.5,-65.5 parent: 2 - uid: 6671 components: - type: Transform - pos: 67.5,-38.5 + pos: 57.5,-65.5 parent: 2 - uid: 6672 components: - type: Transform - pos: 54.5,10.5 + pos: 58.5,-65.5 parent: 2 - uid: 6673 components: - type: Transform - pos: -71.5,-29.5 + pos: 59.5,-65.5 parent: 2 - uid: 6674 components: - type: Transform - pos: -55.5,-62.5 + pos: 60.5,-65.5 parent: 2 - uid: 6675 components: - type: Transform - pos: -54.5,-62.5 + pos: 61.5,-65.5 parent: 2 - uid: 6676 components: - type: Transform - pos: -53.5,-62.5 + pos: 61.5,-66.5 parent: 2 - uid: 6677 components: - type: Transform - pos: -54.5,-58.5 + pos: 61.5,-67.5 parent: 2 - uid: 6678 components: - type: Transform - pos: -53.5,-58.5 + pos: 61.5,-68.5 parent: 2 - uid: 6679 components: - type: Transform - pos: -52.5,-58.5 + pos: 62.5,-65.5 parent: 2 - uid: 6680 components: - type: Transform - pos: -51.5,-58.5 + pos: 63.5,-65.5 parent: 2 - uid: 6681 components: - type: Transform - pos: -56.5,-61.5 + pos: 64.5,-65.5 parent: 2 - uid: 6682 components: - type: Transform - pos: -54.5,-63.5 + pos: 65.5,-65.5 parent: 2 - uid: 6683 components: - type: Transform - pos: 72.5,-31.5 + pos: 66.5,-65.5 parent: 2 - uid: 6684 components: - type: Transform - pos: 72.5,-30.5 + pos: 61.5,-64.5 parent: 2 - uid: 6685 components: - type: Transform - pos: 72.5,-29.5 + pos: 61.5,-63.5 parent: 2 - uid: 6686 components: - type: Transform - pos: 72.5,-28.5 + pos: 61.5,-62.5 parent: 2 - uid: 6687 components: - type: Transform - pos: -53.5,-63.5 + pos: 62.5,-62.5 parent: 2 - uid: 6688 components: - type: Transform - pos: 56.5,34.5 + pos: 60.5,-63.5 parent: 2 - uid: 6689 components: - type: Transform - pos: -71.5,-30.5 + pos: 59.5,-63.5 parent: 2 - uid: 6690 components: - type: Transform - pos: 6.5,-42.5 + pos: 57.5,-34.5 parent: 2 - uid: 6691 components: - type: Transform - pos: 7.5,-42.5 + pos: 67.5,-65.5 parent: 2 - uid: 6692 components: - type: Transform - pos: 8.5,-39.5 + pos: 68.5,-65.5 parent: 2 - uid: 6693 components: - type: Transform - pos: 8.5,-38.5 + pos: 68.5,-66.5 parent: 2 - uid: 6694 components: - type: Transform - pos: 8.5,-37.5 + pos: 68.5,-67.5 parent: 2 - uid: 6695 components: - type: Transform - pos: 8.5,-36.5 + pos: 68.5,-68.5 parent: 2 - uid: 6696 components: - type: Transform - pos: 8.5,-35.5 + pos: 68.5,-69.5 parent: 2 - uid: 6697 components: - type: Transform - pos: 8.5,-34.5 + pos: 68.5,-70.5 parent: 2 - uid: 6698 components: - type: Transform - pos: 8.5,-33.5 + pos: 68.5,-71.5 parent: 2 - uid: 6699 components: - type: Transform - pos: 8.5,-32.5 + pos: 69.5,-71.5 parent: 2 - uid: 6700 components: - type: Transform - pos: 8.5,-31.5 + pos: 70.5,-71.5 parent: 2 - uid: 6701 components: - type: Transform - pos: 8.5,-30.5 + pos: 71.5,-71.5 parent: 2 - uid: 6702 components: - type: Transform - pos: 8.5,-29.5 + pos: 72.5,-71.5 parent: 2 - uid: 6703 components: - type: Transform - pos: 9.5,-29.5 + pos: 72.5,-70.5 parent: 2 - uid: 6704 components: - type: Transform - pos: 10.5,-29.5 + pos: 72.5,-69.5 parent: 2 - uid: 6705 components: - type: Transform - pos: 11.5,-29.5 + pos: 73.5,-69.5 parent: 2 - uid: 6706 components: - type: Transform - pos: 7.5,-36.5 + pos: 74.5,-69.5 parent: 2 - uid: 6707 components: - type: Transform - pos: 6.5,-36.5 + pos: 74.5,-68.5 parent: 2 - uid: 6708 components: - type: Transform - pos: 6.5,-35.5 + pos: 74.5,-67.5 parent: 2 - uid: 6709 components: - type: Transform - pos: 6.5,-34.5 + pos: 74.5,-66.5 parent: 2 - uid: 6710 components: - type: Transform - pos: 6.5,-33.5 + pos: 74.5,-65.5 parent: 2 - uid: 6711 components: - type: Transform - pos: 6.5,-32.5 + pos: 74.5,-64.5 parent: 2 - uid: 6712 components: - type: Transform - pos: 6.5,-31.5 + pos: 74.5,-63.5 parent: 2 - uid: 6713 components: - type: Transform - pos: 5.5,-31.5 + pos: 68.5,-64.5 parent: 2 - uid: 6714 components: - type: Transform - pos: 4.5,-31.5 + pos: 68.5,-63.5 parent: 2 - uid: 6715 components: - type: Transform - pos: 3.5,-31.5 + pos: 68.5,-62.5 parent: 2 - uid: 6716 components: - type: Transform - pos: 2.5,-31.5 + pos: 68.5,-61.5 parent: 2 - uid: 6717 components: - type: Transform - pos: 4.5,-32.5 + pos: 69.5,-61.5 parent: 2 - uid: 6718 components: - type: Transform - pos: 4.5,-33.5 + pos: 70.5,-61.5 parent: 2 - uid: 6719 components: - type: Transform - pos: 55.5,-62.5 + pos: 71.5,-61.5 parent: 2 - uid: 6720 components: - type: Transform - pos: 6.5,-30.5 + pos: 71.5,-60.5 parent: 2 - uid: 6721 components: - type: Transform - pos: 54.5,-32.5 + pos: 71.5,-59.5 parent: 2 - uid: 6722 components: - type: Transform - pos: 53.5,-32.5 + pos: 71.5,-58.5 parent: 2 - uid: 6723 components: - type: Transform - pos: 52.5,-32.5 + pos: 71.5,-57.5 parent: 2 - uid: 6724 components: - type: Transform - pos: 55.5,-31.5 + pos: 72.5,-57.5 parent: 2 - uid: 6725 components: - type: Transform - pos: 55.5,-30.5 + pos: 73.5,-57.5 parent: 2 - uid: 6726 components: - type: Transform - pos: 55.5,-29.5 + pos: 74.5,-57.5 parent: 2 - uid: 6727 components: - type: Transform - pos: 55.5,-28.5 + pos: 74.5,-56.5 parent: 2 - uid: 6728 components: - type: Transform - pos: 55.5,-27.5 + pos: 74.5,-55.5 parent: 2 - uid: 6729 components: - type: Transform - pos: 55.5,-26.5 + pos: 75.5,-55.5 parent: 2 - uid: 6730 components: - type: Transform - pos: 61.5,-26.5 + pos: 75.5,-54.5 parent: 2 - uid: 6731 components: - type: Transform - pos: 60.5,-26.5 + pos: 75.5,-53.5 parent: 2 - uid: 6732 components: - type: Transform - pos: 59.5,-26.5 + pos: 75.5,-52.5 parent: 2 - uid: 6733 components: - type: Transform - pos: 58.5,-26.5 + pos: 56.5,-38.5 parent: 2 - uid: 6734 components: - type: Transform - pos: 57.5,-26.5 + pos: 55.5,-66.5 parent: 2 - uid: 6735 components: - type: Transform - pos: 57.5,-27.5 + pos: 71.5,-44.5 parent: 2 - uid: 6736 components: - type: Transform - pos: 57.5,-28.5 + pos: 71.5,-43.5 parent: 2 - uid: 6737 components: - type: Transform - pos: 58.5,-28.5 + pos: 71.5,-42.5 parent: 2 - uid: 6738 components: - type: Transform - pos: 58.5,-29.5 + pos: 61.5,-48.5 parent: 2 - uid: 6739 components: - type: Transform - pos: 55.5,-35.5 + pos: 60.5,-48.5 parent: 2 - uid: 6740 components: - type: Transform - pos: 54.5,-35.5 + pos: 59.5,-48.5 parent: 2 - uid: 6741 components: - type: Transform - pos: 54.5,-36.5 + pos: 58.5,-48.5 parent: 2 - uid: 6742 components: - type: Transform - pos: 54.5,-37.5 + pos: 57.5,-48.5 parent: 2 - uid: 6743 components: - type: Transform - pos: 55.5,-37.5 + pos: 56.5,-48.5 parent: 2 - uid: 6744 components: - type: Transform - pos: 55.5,-38.5 + pos: 55.5,-48.5 parent: 2 - uid: 6745 components: - type: Transform - pos: 57.5,-38.5 + pos: 54.5,-48.5 parent: 2 - uid: 6746 components: - type: Transform - pos: 58.5,-38.5 + pos: 43.5,-39.5 parent: 2 - uid: 6747 components: - type: Transform - pos: 59.5,-38.5 + pos: 43.5,-40.5 parent: 2 - uid: 6748 components: - type: Transform - pos: 59.5,-39.5 + pos: 43.5,-41.5 parent: 2 - uid: 6749 components: - type: Transform - pos: 59.5,-40.5 + pos: 19.5,-51.5 parent: 2 - uid: 6750 components: - type: Transform - pos: 59.5,-41.5 + pos: 16.5,10.5 parent: 2 - uid: 6751 components: - type: Transform - pos: 59.5,-42.5 + pos: 16.5,9.5 parent: 2 - uid: 6752 components: - type: Transform - pos: 59.5,-43.5 + pos: 43.5,10.5 parent: 2 - uid: 6753 components: - type: Transform - pos: 36.5,-33.5 + pos: 47.5,5.5 parent: 2 - uid: 6754 components: - type: Transform - pos: 37.5,-33.5 + pos: 58.5,6.5 parent: 2 - uid: 6755 components: - type: Transform - pos: 38.5,-33.5 + pos: 59.5,6.5 parent: 2 - uid: 6756 components: - type: Transform - pos: 39.5,-33.5 + pos: 12.5,-84.5 parent: 2 - uid: 6757 components: - type: Transform - pos: 40.5,-33.5 + pos: 12.5,-82.5 parent: 2 - uid: 6758 components: - type: Transform - pos: 41.5,-33.5 + pos: -15.5,24.5 parent: 2 - uid: 6759 components: - type: Transform - pos: 42.5,-33.5 + pos: 48.5,-92.5 parent: 2 - uid: 6760 components: - type: Transform - pos: 43.5,-33.5 + pos: 48.5,-93.5 parent: 2 - uid: 6761 components: - type: Transform - pos: 44.5,-33.5 + pos: 48.5,-76.5 parent: 2 - uid: 6762 components: - type: Transform - pos: 45.5,-33.5 + pos: 46.5,-89.5 parent: 2 - uid: 6763 components: - type: Transform - pos: 46.5,-33.5 + pos: 47.5,-89.5 parent: 2 - uid: 6764 components: - type: Transform - pos: 47.5,-33.5 + pos: 43.5,9.5 parent: 2 - uid: 6765 components: - type: Transform - pos: 48.5,-33.5 + pos: 43.5,8.5 parent: 2 - uid: 6766 components: - type: Transform - pos: 49.5,-33.5 + pos: 43.5,7.5 parent: 2 - uid: 6767 components: - type: Transform - pos: 49.5,-34.5 + pos: -11.5,-18.5 parent: 2 - uid: 6768 components: - type: Transform - pos: 50.5,-34.5 + pos: -11.5,-17.5 parent: 2 - uid: 6769 components: - type: Transform - pos: 51.5,-34.5 + pos: -11.5,-16.5 parent: 2 - uid: 6770 components: - type: Transform - pos: 55.5,-64.5 + pos: -11.5,-15.5 parent: 2 - uid: 6771 components: - type: Transform - pos: 55.5,-65.5 + pos: -11.5,-14.5 parent: 2 - uid: 6772 components: - type: Transform - pos: 54.5,-65.5 + pos: -11.5,-13.5 parent: 2 - uid: 6773 components: - type: Transform - pos: 53.5,-65.5 + pos: -11.5,-12.5 parent: 2 - uid: 6774 components: - type: Transform - pos: 52.5,-65.5 + pos: -11.5,-11.5 parent: 2 - uid: 6775 components: - type: Transform - pos: 51.5,-65.5 + pos: -11.5,-10.5 parent: 2 - uid: 6776 components: - type: Transform - pos: 50.5,-65.5 + pos: -12.5,-10.5 parent: 2 - uid: 6777 components: - type: Transform - pos: 49.5,-65.5 + pos: -13.5,-10.5 parent: 2 - uid: 6778 components: - type: Transform - pos: 48.5,-65.5 + pos: -14.5,-10.5 parent: 2 - uid: 6779 components: - type: Transform - pos: 47.5,-65.5 + pos: -13.5,-14.5 parent: 2 - uid: 6780 components: - type: Transform - pos: 46.5,-65.5 + pos: -14.5,-14.5 parent: 2 - uid: 6781 components: - type: Transform - pos: 45.5,-65.5 + pos: -15.5,-14.5 parent: 2 - uid: 6782 components: - type: Transform - pos: 45.5,-64.5 + pos: -16.5,-14.5 parent: 2 - uid: 6783 components: - type: Transform - pos: 44.5,-64.5 + pos: -10.5,-14.5 parent: 2 - uid: 6784 components: - type: Transform - pos: 43.5,-64.5 + pos: -9.5,-14.5 parent: 2 - uid: 6785 components: - type: Transform - pos: 45.5,-63.5 + pos: -8.5,-14.5 parent: 2 - uid: 6786 components: - type: Transform - pos: 43.5,-63.5 + pos: -8.5,-13.5 parent: 2 - uid: 6787 components: - type: Transform - pos: 56.5,-65.5 + pos: -7.5,-13.5 parent: 2 - uid: 6788 components: - type: Transform - pos: 57.5,-65.5 + pos: -7.5,-12.5 parent: 2 - uid: 6789 components: - type: Transform - pos: 58.5,-65.5 + pos: -7.5,-11.5 parent: 2 - uid: 6790 components: - type: Transform - pos: 59.5,-65.5 + pos: -7.5,-10.5 parent: 2 - uid: 6791 components: - type: Transform - pos: 60.5,-65.5 + pos: -8.5,-9.5 parent: 2 - uid: 6792 components: - type: Transform - pos: 61.5,-65.5 + pos: -7.5,-9.5 parent: 2 - uid: 6793 components: - type: Transform - pos: 61.5,-66.5 + pos: -9.5,-9.5 parent: 2 - uid: 6794 components: - type: Transform - pos: 61.5,-67.5 + pos: -10.5,-9.5 parent: 2 - uid: 6795 components: - type: Transform - pos: 61.5,-68.5 + pos: -11.5,-9.5 parent: 2 - uid: 6796 components: - type: Transform - pos: 62.5,-65.5 + pos: -12.5,-9.5 parent: 2 - uid: 6797 components: - type: Transform - pos: 63.5,-65.5 + pos: -13.5,-9.5 parent: 2 - uid: 6798 components: - type: Transform - pos: 64.5,-65.5 + pos: -14.5,-9.5 parent: 2 - uid: 6799 components: - type: Transform - pos: 65.5,-65.5 + pos: -15.5,-9.5 parent: 2 - uid: 6800 components: - type: Transform - pos: 66.5,-65.5 + pos: -42.5,17.5 parent: 2 - uid: 6801 components: - type: Transform - pos: 61.5,-64.5 + pos: -5.5,-19.5 parent: 2 - uid: 6802 components: - type: Transform - pos: 61.5,-63.5 + pos: -9.5,-18.5 parent: 2 - uid: 6803 components: - type: Transform - pos: 61.5,-62.5 + pos: 18.5,-82.5 parent: 2 - uid: 6804 components: - type: Transform - pos: 62.5,-62.5 + pos: 18.5,-84.5 parent: 2 - uid: 6805 components: - type: Transform - pos: 60.5,-63.5 + pos: 18.5,-85.5 parent: 2 - uid: 6806 components: - type: Transform - pos: 59.5,-63.5 + pos: 12.5,-83.5 parent: 2 - uid: 6807 components: - type: Transform - pos: 57.5,-34.5 + pos: 4.5,-49.5 parent: 2 - uid: 6808 components: - type: Transform - pos: 67.5,-65.5 + pos: 6.5,-49.5 parent: 2 - uid: 6809 components: - type: Transform - pos: 68.5,-65.5 + pos: -8.5,-68.5 parent: 2 - uid: 6810 components: - type: Transform - pos: 68.5,-66.5 + pos: -8.5,-69.5 parent: 2 - uid: 6811 components: - type: Transform - pos: 68.5,-67.5 + pos: -19.5,-60.5 parent: 2 - uid: 6812 components: - type: Transform - pos: 68.5,-68.5 + pos: -20.5,-60.5 parent: 2 - uid: 6813 components: - type: Transform - pos: 68.5,-69.5 + pos: -21.5,-60.5 parent: 2 - uid: 6814 components: - type: Transform - pos: 68.5,-70.5 + pos: -22.5,-60.5 parent: 2 - uid: 6815 components: - type: Transform - pos: 68.5,-71.5 + pos: -23.5,-60.5 parent: 2 - uid: 6816 components: - type: Transform - pos: 69.5,-71.5 + pos: -24.5,-60.5 parent: 2 - uid: 6817 components: - type: Transform - pos: 70.5,-71.5 + pos: -25.5,-60.5 parent: 2 - uid: 6818 components: - type: Transform - pos: 71.5,-71.5 + pos: -24.5,-59.5 parent: 2 - uid: 6819 components: - type: Transform - pos: 72.5,-71.5 + pos: -24.5,-58.5 parent: 2 - uid: 6820 components: - type: Transform - pos: 72.5,-70.5 + pos: -24.5,-57.5 parent: 2 - uid: 6821 components: - type: Transform - pos: 72.5,-69.5 + pos: -24.5,-61.5 parent: 2 - uid: 6822 components: - type: Transform - pos: 73.5,-69.5 + pos: -24.5,-62.5 parent: 2 - uid: 6823 components: - type: Transform - pos: 74.5,-69.5 + pos: 30.5,-22.5 parent: 2 - uid: 6824 components: - type: Transform - pos: 74.5,-68.5 + pos: 31.5,-22.5 parent: 2 - uid: 6825 components: - type: Transform - pos: 74.5,-67.5 + pos: 31.5,-21.5 parent: 2 - uid: 6826 components: - type: Transform - pos: 74.5,-66.5 + pos: 19.5,-22.5 parent: 2 - uid: 6827 components: - type: Transform - pos: 74.5,-65.5 + pos: 19.5,-21.5 parent: 2 - uid: 6828 components: - type: Transform - pos: 74.5,-64.5 + pos: -31.5,-10.5 parent: 2 - uid: 6829 components: - type: Transform - pos: 74.5,-63.5 + pos: -49.5,-33.5 parent: 2 - uid: 6830 components: - type: Transform - pos: 68.5,-64.5 + pos: -47.5,-33.5 parent: 2 - uid: 6831 components: - type: Transform - pos: 68.5,-63.5 + pos: -48.5,-33.5 parent: 2 - uid: 6832 components: - type: Transform - pos: 68.5,-62.5 + pos: -47.5,-34.5 parent: 2 - uid: 6833 components: - type: Transform - pos: 68.5,-61.5 + pos: -47.5,-38.5 parent: 2 - uid: 6834 components: - type: Transform - pos: 69.5,-61.5 + pos: -47.5,-35.5 parent: 2 - uid: 6835 components: - type: Transform - pos: 70.5,-61.5 + pos: -47.5,-36.5 parent: 2 - uid: 6836 components: - type: Transform - pos: 71.5,-61.5 + pos: -47.5,-37.5 parent: 2 - uid: 6837 components: - type: Transform - pos: 71.5,-60.5 + pos: -50.5,-33.5 parent: 2 - uid: 6838 components: - type: Transform - pos: 71.5,-59.5 + pos: -51.5,-33.5 parent: 2 - uid: 6839 components: - type: Transform - pos: 71.5,-58.5 + pos: -51.5,-34.5 parent: 2 - uid: 6840 components: - type: Transform - pos: 71.5,-57.5 + pos: -51.5,-35.5 parent: 2 - uid: 6841 components: - type: Transform - pos: 72.5,-57.5 + pos: -51.5,-36.5 parent: 2 - uid: 6842 components: - type: Transform - pos: 73.5,-57.5 + pos: -51.5,-37.5 parent: 2 - uid: 6843 components: - type: Transform - pos: 74.5,-57.5 + pos: -51.5,-38.5 parent: 2 - uid: 6844 components: - type: Transform - pos: 74.5,-56.5 + pos: -51.5,-39.5 parent: 2 - uid: 6845 components: - type: Transform - pos: 74.5,-55.5 + pos: 54.5,-34.5 parent: 2 - uid: 6846 components: - type: Transform - pos: 75.5,-55.5 + pos: 30.5,-88.5 parent: 2 - uid: 6847 components: - type: Transform - pos: 75.5,-54.5 + pos: 30.5,-77.5 parent: 2 - uid: 6848 components: - type: Transform - pos: 75.5,-53.5 + pos: 30.5,-80.5 parent: 2 - uid: 6849 components: - type: Transform - pos: 75.5,-52.5 + pos: 30.5,-81.5 parent: 2 - uid: 6850 components: - type: Transform - pos: 56.5,-38.5 + pos: 30.5,-84.5 parent: 2 - uid: 6851 components: - type: Transform - pos: 55.5,-66.5 + pos: 30.5,-85.5 parent: 2 - uid: 6852 components: - type: Transform - pos: 71.5,-44.5 + pos: 48.5,-90.5 parent: 2 - uid: 6853 components: - type: Transform - pos: 71.5,-43.5 + pos: 31.5,-82.5 parent: 2 - uid: 6854 components: - type: Transform - pos: 71.5,-42.5 + pos: 48.5,-74.5 parent: 2 - uid: 6855 components: - type: Transform - pos: 61.5,-48.5 + pos: 48.5,-75.5 parent: 2 - uid: 6856 components: - type: Transform - pos: 60.5,-48.5 + pos: 30.5,-91.5 parent: 2 - uid: 6857 components: - type: Transform - pos: 59.5,-48.5 + pos: 27.5,-81.5 parent: 2 - uid: 6858 components: - type: Transform - pos: 58.5,-48.5 + pos: 32.5,-82.5 parent: 2 - uid: 6859 components: - type: Transform - pos: 57.5,-48.5 + pos: 30.5,-79.5 parent: 2 - uid: 6860 components: - type: Transform - pos: 56.5,-48.5 + pos: 30.5,-92.5 parent: 2 - uid: 6861 components: - type: Transform - pos: 55.5,-48.5 + pos: 16.5,-81.5 parent: 2 - uid: 6862 components: - type: Transform - pos: 54.5,-48.5 + pos: 15.5,-81.5 parent: 2 - uid: 6863 components: - type: Transform - pos: 43.5,-39.5 + pos: 18.5,-86.5 parent: 2 - uid: 6864 components: - type: Transform - pos: 43.5,-40.5 + pos: 13.5,-81.5 parent: 2 - uid: 6865 components: - type: Transform - pos: 43.5,-41.5 + pos: 30.5,-86.5 parent: 2 - uid: 6866 components: - type: Transform - pos: 19.5,-51.5 + pos: 30.5,-87.5 parent: 2 - uid: 6867 components: - type: Transform - pos: 16.5,10.5 + pos: 30.5,-82.5 parent: 2 - uid: 6868 components: - type: Transform - pos: 16.5,9.5 + pos: 30.5,-83.5 parent: 2 - uid: 6869 components: - type: Transform - pos: 43.5,10.5 + pos: 27.5,-82.5 parent: 2 - uid: 6870 components: - type: Transform - pos: 47.5,5.5 + pos: 30.5,-93.5 parent: 2 - uid: 6871 components: - type: Transform - pos: 58.5,6.5 + pos: 31.5,-89.5 parent: 2 - uid: 6872 components: - type: Transform - pos: 59.5,6.5 + pos: 32.5,-89.5 parent: 2 - uid: 6873 components: - type: Transform - pos: 12.5,-84.5 + pos: 26.5,-83.5 parent: 2 - uid: 6874 components: - type: Transform - pos: 12.5,-82.5 + pos: 25.5,-83.5 parent: 2 - uid: 6875 components: - type: Transform - pos: -15.5,24.5 + pos: 24.5,-83.5 parent: 2 - uid: 6876 components: - type: Transform - pos: 48.5,-92.5 + pos: 29.5,-83.5 parent: 2 - uid: 6877 components: - type: Transform - pos: 48.5,-93.5 + pos: 12.5,-85.5 parent: 2 - uid: 6878 components: - type: Transform - pos: 48.5,-76.5 + pos: 28.5,-83.5 parent: 2 - uid: 6879 components: - type: Transform - pos: 46.5,-89.5 + pos: 27.5,-83.5 parent: 2 - uid: 6880 components: - type: Transform - pos: 47.5,-89.5 + pos: 49.5,-72.5 parent: 2 - uid: 6881 components: - type: Transform - pos: 43.5,9.5 + pos: 46.5,-72.5 parent: 2 - uid: 6882 components: - type: Transform - pos: 43.5,8.5 + pos: 47.5,-72.5 parent: 2 - uid: 6883 components: - type: Transform - pos: 43.5,7.5 + pos: 48.5,-88.5 parent: 2 - uid: 6884 components: - type: Transform - pos: -11.5,-18.5 + pos: 48.5,-87.5 parent: 2 - uid: 6885 components: - type: Transform - pos: -11.5,-17.5 + pos: 48.5,-86.5 parent: 2 - uid: 6886 components: - type: Transform - pos: -11.5,-16.5 + pos: 48.5,-85.5 parent: 2 - uid: 6887 components: - type: Transform - pos: -11.5,-15.5 + pos: 48.5,-84.5 parent: 2 - uid: 6888 components: - type: Transform - pos: -11.5,-14.5 + pos: 48.5,-83.5 parent: 2 - uid: 6889 components: - type: Transform - pos: -11.5,-13.5 + pos: 48.5,-82.5 parent: 2 - uid: 6890 components: - type: Transform - pos: -11.5,-12.5 + pos: 48.5,-81.5 parent: 2 - uid: 6891 components: - type: Transform - pos: -11.5,-11.5 + pos: 48.5,-80.5 parent: 2 - uid: 6892 components: - type: Transform - pos: -11.5,-10.5 + pos: 48.5,-79.5 parent: 2 - uid: 6893 components: - type: Transform - pos: -12.5,-10.5 + pos: 48.5,-78.5 parent: 2 - uid: 6894 components: - type: Transform - pos: -13.5,-10.5 + pos: 48.5,-77.5 parent: 2 - uid: 6895 components: - type: Transform - pos: -14.5,-10.5 + pos: 26.5,-84.5 parent: 2 - uid: 6896 components: - type: Transform - pos: -13.5,-14.5 + pos: 26.5,-85.5 parent: 2 - uid: 6897 components: - type: Transform - pos: -14.5,-14.5 + pos: 11.5,-18.5 parent: 2 - uid: 6898 components: - type: Transform - pos: -15.5,-14.5 + pos: 11.5,-19.5 parent: 2 - uid: 6899 components: - type: Transform - pos: -16.5,-14.5 + pos: 11.5,-20.5 parent: 2 - uid: 6900 components: - type: Transform - pos: -10.5,-14.5 + pos: 11.5,-21.5 parent: 2 - uid: 6901 components: - type: Transform - pos: -9.5,-14.5 + pos: 10.5,-21.5 parent: 2 - uid: 6902 components: - type: Transform - pos: -8.5,-14.5 + pos: 9.5,-21.5 parent: 2 - uid: 6903 components: - type: Transform - pos: -8.5,-13.5 + pos: 8.5,-21.5 parent: 2 - uid: 6904 components: - type: Transform - pos: -7.5,-13.5 + pos: 7.5,-21.5 parent: 2 - uid: 6905 components: - type: Transform - pos: -7.5,-12.5 + pos: 7.5,-22.5 parent: 2 - uid: 6906 components: - type: Transform - pos: -7.5,-11.5 + pos: 7.5,-23.5 parent: 2 - uid: 6907 components: - type: Transform - pos: -7.5,-10.5 + pos: 8.5,-23.5 parent: 2 - uid: 6908 components: - type: Transform - pos: -8.5,-9.5 + pos: 9.5,-23.5 parent: 2 - uid: 6909 components: - type: Transform - pos: -7.5,-9.5 + pos: 10.5,-23.5 parent: 2 - uid: 6910 components: - type: Transform - pos: -9.5,-9.5 + pos: 11.5,-23.5 parent: 2 - uid: 6911 components: - type: Transform - pos: -10.5,-9.5 + pos: 11.5,-22.5 parent: 2 - uid: 6912 components: - type: Transform - pos: -11.5,-9.5 + pos: 8.5,-20.5 parent: 2 - uid: 6913 components: - type: Transform - pos: -12.5,-9.5 + pos: 9.5,-20.5 parent: 2 - uid: 6914 components: - type: Transform - pos: -13.5,-9.5 + pos: 39.5,11.5 parent: 2 - uid: 6915 components: - type: Transform - pos: -14.5,-9.5 + pos: 38.5,11.5 parent: 2 - uid: 6916 components: - type: Transform - pos: -15.5,-9.5 + pos: 39.5,7.5 parent: 2 - uid: 6917 components: - type: Transform - pos: -42.5,17.5 + pos: 44.5,6.5 parent: 2 - uid: 6918 components: - type: Transform - pos: -5.5,-19.5 + pos: 46.5,7.5 parent: 2 - uid: 6919 components: - type: Transform - pos: -9.5,-18.5 + pos: 3.5,-51.5 parent: 2 - uid: 6920 components: - type: Transform - pos: 18.5,-82.5 + pos: 6.5,-73.5 parent: 2 - uid: 6921 components: - type: Transform - pos: 18.5,-84.5 + pos: 6.5,-74.5 parent: 2 - uid: 6922 components: - type: Transform - pos: 18.5,-85.5 + pos: 6.5,-75.5 parent: 2 - uid: 6923 components: - type: Transform - pos: 12.5,-83.5 + pos: 6.5,-76.5 parent: 2 - uid: 6924 components: - type: Transform - pos: 4.5,-49.5 + pos: 6.5,-77.5 parent: 2 - uid: 6925 components: - type: Transform - pos: 6.5,-49.5 + pos: 6.5,-78.5 parent: 2 - uid: 6926 components: - type: Transform - pos: -8.5,-67.5 + pos: 6.5,-79.5 parent: 2 - uid: 6927 components: - type: Transform - pos: -8.5,-68.5 + pos: 6.5,-80.5 parent: 2 - uid: 6928 components: - type: Transform - pos: -8.5,-69.5 + pos: 6.5,-81.5 parent: 2 - uid: 6929 components: - type: Transform - pos: -19.5,-60.5 + pos: 6.5,-82.5 parent: 2 - uid: 6930 components: - type: Transform - pos: -20.5,-60.5 + pos: 6.5,-83.5 parent: 2 - uid: 6931 components: - type: Transform - pos: -21.5,-60.5 + pos: 6.5,-84.5 parent: 2 - uid: 6932 components: - type: Transform - pos: -22.5,-60.5 + pos: 7.5,-83.5 parent: 2 - uid: 6933 components: - type: Transform - pos: -23.5,-60.5 + pos: 8.5,-83.5 parent: 2 - uid: 6934 components: - type: Transform - pos: -24.5,-60.5 + pos: 5.5,-74.5 parent: 2 - uid: 6935 components: - type: Transform - pos: -25.5,-60.5 + pos: 4.5,-74.5 parent: 2 - uid: 6936 components: - type: Transform - pos: -24.5,-59.5 + pos: 3.5,-74.5 parent: 2 - uid: 6937 components: - type: Transform - pos: -24.5,-58.5 + pos: 9.5,-83.5 parent: 2 - uid: 6938 components: - type: Transform - pos: -24.5,-57.5 + pos: 2.5,-74.5 parent: 2 - uid: 6939 components: - type: Transform - pos: -24.5,-61.5 + pos: 1.5,-74.5 parent: 2 - uid: 6940 components: - type: Transform - pos: -24.5,-62.5 + pos: -46.5,-53.5 parent: 2 - uid: 6941 components: - type: Transform - pos: 30.5,-22.5 + pos: -46.5,-51.5 parent: 2 - uid: 6942 components: - type: Transform - pos: 31.5,-22.5 + pos: -46.5,-46.5 parent: 2 - uid: 6943 components: - type: Transform - pos: 31.5,-21.5 + pos: -46.5,-48.5 parent: 2 - uid: 6944 components: - type: Transform - pos: 19.5,-22.5 + pos: -46.5,-47.5 parent: 2 - uid: 6945 components: - type: Transform - pos: 19.5,-21.5 + pos: -46.5,-49.5 parent: 2 - uid: 6946 components: - type: Transform - pos: -31.5,-10.5 + pos: -46.5,-50.5 parent: 2 - uid: 6947 components: - type: Transform - pos: -49.5,-33.5 + pos: -46.5,-52.5 parent: 2 - uid: 6948 components: - type: Transform - pos: -47.5,-33.5 + pos: -46.5,-54.5 parent: 2 - uid: 6949 components: - type: Transform - pos: -48.5,-33.5 + pos: -46.5,-55.5 parent: 2 - uid: 6950 components: - type: Transform - pos: -47.5,-34.5 + pos: -46.5,-56.5 parent: 2 - uid: 6951 components: - type: Transform - pos: -47.5,-38.5 + pos: -46.5,-57.5 parent: 2 - uid: 6952 components: - type: Transform - pos: -47.5,-35.5 + pos: -46.5,-58.5 parent: 2 - uid: 6953 components: - type: Transform - pos: -47.5,-36.5 + pos: -45.5,-58.5 parent: 2 - uid: 6954 components: - type: Transform - pos: -47.5,-37.5 + pos: -44.5,-58.5 parent: 2 - uid: 6955 components: - type: Transform - pos: -50.5,-33.5 + pos: -43.5,-58.5 parent: 2 - uid: 6956 components: - type: Transform - pos: -51.5,-33.5 + pos: -42.5,-58.5 parent: 2 - uid: 6957 components: - type: Transform - pos: -51.5,-34.5 + pos: -41.5,-58.5 parent: 2 - uid: 6958 components: - type: Transform - pos: -51.5,-35.5 + pos: -40.5,-58.5 parent: 2 - uid: 6959 components: - type: Transform - pos: -51.5,-36.5 + pos: -40.5,-59.5 parent: 2 - uid: 6960 components: - type: Transform - pos: -51.5,-37.5 + pos: -39.5,-59.5 parent: 2 - uid: 6961 components: - type: Transform - pos: -51.5,-38.5 + pos: -38.5,-59.5 parent: 2 - uid: 6962 components: - type: Transform - pos: -51.5,-39.5 + pos: -37.5,-59.5 parent: 2 - uid: 6963 components: - type: Transform - pos: 54.5,-34.5 + pos: -36.5,-59.5 parent: 2 - uid: 6964 components: - type: Transform - pos: 30.5,-88.5 + pos: -36.5,-58.5 parent: 2 - uid: 6965 components: - type: Transform - pos: 30.5,-77.5 + pos: -35.5,-58.5 parent: 2 - uid: 6966 components: - type: Transform - pos: 30.5,-80.5 + pos: -35.5,-56.5 parent: 2 - uid: 6967 components: - type: Transform - pos: 30.5,-81.5 + pos: -35.5,-57.5 parent: 2 - uid: 6968 components: - type: Transform - pos: 30.5,-84.5 + pos: -48.5,42.5 parent: 2 - uid: 6969 components: - type: Transform - pos: 30.5,-85.5 + pos: -49.5,42.5 parent: 2 - uid: 6970 components: - type: Transform - pos: 48.5,-90.5 + pos: -49.5,43.5 parent: 2 - uid: 6971 components: - type: Transform - pos: 31.5,-82.5 + pos: -50.5,43.5 parent: 2 - uid: 6972 components: - type: Transform - pos: 48.5,-74.5 + pos: -52.5,43.5 parent: 2 - uid: 6973 components: - type: Transform - pos: 48.5,-75.5 + pos: -51.5,43.5 parent: 2 - uid: 6974 components: - type: Transform - pos: 30.5,-91.5 + pos: -49.5,44.5 parent: 2 - uid: 6975 components: - type: Transform - pos: 27.5,-81.5 + pos: -49.5,45.5 parent: 2 - uid: 6976 components: - type: Transform - pos: 32.5,-82.5 + pos: -49.5,46.5 parent: 2 - uid: 6977 components: - type: Transform - pos: 30.5,-79.5 + pos: -49.5,47.5 parent: 2 - uid: 6978 components: - type: Transform - pos: 30.5,-92.5 + pos: -49.5,48.5 parent: 2 - uid: 6979 components: - type: Transform - pos: 16.5,-81.5 + pos: -49.5,49.5 parent: 2 - uid: 6980 components: - type: Transform - pos: 15.5,-81.5 + pos: -48.5,49.5 parent: 2 - uid: 6981 components: - type: Transform - pos: 18.5,-86.5 + pos: -47.5,49.5 parent: 2 - uid: 6982 components: - type: Transform - pos: 13.5,-81.5 + pos: -47.5,42.5 parent: 2 - uid: 6983 components: - type: Transform - pos: 30.5,-86.5 + pos: 8.5,-59.5 parent: 2 - uid: 6984 components: - type: Transform - pos: 30.5,-87.5 + pos: 8.5,-58.5 parent: 2 - uid: 6985 components: - type: Transform - pos: 30.5,-82.5 + pos: 68.5,-32.5 parent: 2 - uid: 6986 components: - type: Transform - pos: 30.5,-83.5 + pos: 68.5,-31.5 parent: 2 - uid: 6987 components: - type: Transform - pos: 27.5,-82.5 + pos: 68.5,-30.5 parent: 2 - uid: 6988 components: - type: Transform - pos: 30.5,-93.5 + pos: 67.5,-30.5 parent: 2 - uid: 6989 components: - type: Transform - pos: 31.5,-89.5 + pos: 66.5,-30.5 parent: 2 - uid: 6990 components: - type: Transform - pos: 32.5,-89.5 + pos: -13.5,-33.5 parent: 2 - uid: 6991 components: - type: Transform - pos: 26.5,-83.5 + pos: -15.5,-33.5 parent: 2 - uid: 6992 components: - type: Transform - pos: 25.5,-83.5 + pos: -16.5,-33.5 parent: 2 - uid: 6993 components: - type: Transform - pos: 24.5,-83.5 + pos: 49.5,-89.5 parent: 2 - uid: 6994 components: - type: Transform - pos: 29.5,-83.5 + pos: 50.5,-89.5 parent: 2 - uid: 6995 components: - type: Transform - pos: 12.5,-85.5 + pos: 51.5,-89.5 parent: 2 - uid: 6996 components: - type: Transform - pos: 28.5,-83.5 + pos: 49.5,-82.5 parent: 2 - uid: 6997 components: - type: Transform - pos: 27.5,-83.5 + pos: 50.5,-82.5 parent: 2 - uid: 6998 components: - type: Transform - pos: 49.5,-72.5 + pos: 51.5,-82.5 parent: 2 - uid: 6999 components: - type: Transform - pos: 46.5,-72.5 + pos: -8.5,18.5 parent: 2 - uid: 7000 components: - type: Transform - pos: 47.5,-72.5 + pos: -4.5,15.5 parent: 2 - uid: 7001 components: - type: Transform - pos: 48.5,-88.5 + pos: -6.5,12.5 parent: 2 - uid: 7002 components: - type: Transform - pos: 48.5,-87.5 + pos: -7.5,11.5 parent: 2 - uid: 7003 components: - type: Transform - pos: 48.5,-86.5 + pos: -6.5,11.5 parent: 2 - uid: 7004 components: - type: Transform - pos: 48.5,-85.5 + pos: -9.5,11.5 parent: 2 - uid: 7005 components: - type: Transform - pos: 48.5,-84.5 + pos: -9.5,8.5 parent: 2 - uid: 7006 components: - type: Transform - pos: 48.5,-83.5 + pos: -8.5,17.5 parent: 2 - uid: 7007 components: - type: Transform - pos: 48.5,-82.5 + pos: -7.5,23.5 parent: 2 - uid: 7008 components: - type: Transform - pos: 48.5,-81.5 + pos: -6.5,23.5 parent: 2 - uid: 7009 components: - type: Transform - pos: 48.5,-80.5 + pos: -5.5,23.5 parent: 2 - uid: 7010 components: - type: Transform - pos: 48.5,-79.5 + pos: -5.5,21.5 parent: 2 - uid: 7011 components: - type: Transform - pos: 48.5,-78.5 + pos: -6.5,21.5 parent: 2 - uid: 7012 components: - type: Transform - pos: 48.5,-77.5 + pos: -7.5,21.5 parent: 2 - uid: 7013 components: - type: Transform - pos: 26.5,-84.5 + pos: -74.5,-51.5 parent: 2 - uid: 7014 components: - type: Transform - pos: 26.5,-85.5 + pos: -74.5,-50.5 parent: 2 - uid: 7015 components: - type: Transform - pos: 11.5,-18.5 + pos: -74.5,-52.5 parent: 2 - uid: 7016 components: - type: Transform - pos: 11.5,-19.5 + pos: -74.5,-53.5 parent: 2 - uid: 7017 components: - type: Transform - pos: 11.5,-20.5 + pos: -75.5,-53.5 parent: 2 - uid: 7018 components: - type: Transform - pos: 11.5,-21.5 + pos: -76.5,-53.5 parent: 2 - uid: 7019 components: - type: Transform - pos: 10.5,-21.5 + pos: -73.5,-53.5 parent: 2 - uid: 7020 components: - type: Transform - pos: 9.5,-21.5 + pos: -72.5,-53.5 parent: 2 - uid: 7021 components: - type: Transform - pos: 8.5,-21.5 + pos: -71.5,-53.5 parent: 2 - uid: 7022 components: - type: Transform - pos: 7.5,-21.5 + pos: -70.5,-53.5 parent: 2 - uid: 7023 components: - type: Transform - pos: 7.5,-22.5 + pos: -69.5,-53.5 parent: 2 - uid: 7024 components: - type: Transform - pos: 7.5,-23.5 + pos: -68.5,-53.5 parent: 2 - uid: 7025 components: - type: Transform - pos: 8.5,-23.5 + pos: -67.5,-53.5 parent: 2 - uid: 7026 components: - type: Transform - pos: 9.5,-23.5 + pos: -66.5,-53.5 parent: 2 - uid: 7027 components: - type: Transform - pos: 10.5,-23.5 + pos: -71.5,-54.5 parent: 2 - uid: 7028 components: - type: Transform - pos: 11.5,-23.5 + pos: -71.5,-55.5 parent: 2 - uid: 7029 components: - type: Transform - pos: 11.5,-22.5 + pos: -73.5,-54.5 parent: 2 - uid: 7030 components: - type: Transform - pos: 8.5,-20.5 + pos: -73.5,-55.5 parent: 2 - uid: 7031 components: - type: Transform - pos: 9.5,-20.5 + pos: -73.5,-51.5 parent: 2 - uid: 7032 components: - type: Transform - pos: 39.5,11.5 + pos: -71.5,-51.5 parent: 2 - uid: 7033 components: - type: Transform - pos: 38.5,11.5 + pos: -71.5,-52.5 parent: 2 - uid: 7034 components: - type: Transform - pos: 39.5,7.5 + pos: -65.5,-56.5 parent: 2 - uid: 7035 components: - type: Transform - pos: 44.5,6.5 + pos: -66.5,-56.5 parent: 2 - uid: 7036 components: - type: Transform - pos: 46.5,7.5 + pos: -66.5,-52.5 parent: 2 - uid: 7037 components: - type: Transform - pos: 3.5,-51.5 + pos: -66.5,-54.5 parent: 2 - uid: 7038 components: - type: Transform - pos: 3.5,-52.5 + pos: -66.5,-55.5 parent: 2 - uid: 7039 components: - type: Transform - pos: 3.5,-53.5 + pos: -64.5,-56.5 parent: 2 - uid: 7040 components: - type: Transform - pos: 6.5,-73.5 + pos: -64.5,-55.5 parent: 2 - uid: 7041 components: - type: Transform - pos: 6.5,-74.5 + pos: -64.5,-54.5 parent: 2 - uid: 7042 components: - type: Transform - pos: 6.5,-75.5 + pos: -67.5,-41.5 parent: 2 - uid: 7043 components: - type: Transform - pos: 6.5,-76.5 + pos: -69.5,-42.5 parent: 2 - uid: 7044 components: - type: Transform - pos: 6.5,-77.5 + pos: -68.5,-41.5 parent: 2 - uid: 7045 components: - type: Transform - pos: 6.5,-78.5 + pos: -69.5,-41.5 parent: 2 - uid: 7046 components: - type: Transform - pos: 6.5,-79.5 + pos: -69.5,-40.5 parent: 2 - uid: 7047 components: - type: Transform - pos: 6.5,-80.5 + pos: -69.5,-43.5 parent: 2 - uid: 7048 components: - type: Transform - pos: 6.5,-81.5 + pos: -70.5,-40.5 parent: 2 - uid: 7049 components: - type: Transform - pos: 6.5,-82.5 + pos: -71.5,-40.5 parent: 2 - uid: 7050 components: - type: Transform - pos: 6.5,-83.5 + pos: -71.5,-39.5 parent: 2 - uid: 7051 components: - type: Transform - pos: 6.5,-84.5 + pos: -65.5,-42.5 parent: 2 - uid: 7052 components: - type: Transform - pos: 7.5,-83.5 + pos: -72.5,-39.5 parent: 2 - uid: 7053 components: - type: Transform - pos: 8.5,-83.5 + pos: -73.5,-44.5 parent: 2 - uid: 7054 components: - type: Transform - pos: 5.5,-74.5 + pos: -73.5,-43.5 parent: 2 - uid: 7055 components: - type: Transform - pos: 4.5,-74.5 + pos: -73.5,-42.5 parent: 2 - uid: 7056 components: - type: Transform - pos: 3.5,-74.5 + pos: -73.5,-41.5 parent: 2 - uid: 7057 components: - type: Transform - pos: 9.5,-83.5 + pos: -73.5,-40.5 parent: 2 - uid: 7058 components: - type: Transform - pos: 2.5,-74.5 + pos: -73.5,-39.5 parent: 2 - uid: 7059 components: - type: Transform - pos: 1.5,-74.5 + pos: -68.5,-37.5 parent: 2 - uid: 7060 components: - type: Transform - pos: -46.5,-53.5 + pos: -70.5,-37.5 parent: 2 - uid: 7061 components: - type: Transform - pos: -46.5,-51.5 + pos: -69.5,-37.5 parent: 2 - uid: 7062 components: - type: Transform - pos: -46.5,-46.5 + pos: -73.5,-37.5 parent: 2 - uid: 7063 components: - type: Transform - pos: -46.5,-48.5 + pos: -72.5,-37.5 parent: 2 - uid: 7064 components: - type: Transform - pos: -46.5,-47.5 + pos: -66.5,-36.5 parent: 2 - uid: 7065 components: - type: Transform - pos: -46.5,-49.5 + pos: -65.5,-41.5 parent: 2 - uid: 7066 components: - type: Transform - pos: -46.5,-50.5 + pos: -65.5,-43.5 parent: 2 - uid: 7067 components: - type: Transform - pos: -46.5,-52.5 + pos: -65.5,-44.5 parent: 2 - uid: 7068 components: - type: Transform - pos: -46.5,-54.5 + pos: -67.5,-37.5 parent: 2 - uid: 7069 components: - type: Transform - pos: -46.5,-55.5 + pos: -73.5,-35.5 parent: 2 - uid: 7070 components: - type: Transform - pos: -46.5,-56.5 + pos: -73.5,-38.5 parent: 2 - uid: 7071 components: - type: Transform - pos: -46.5,-57.5 + pos: -73.5,-36.5 parent: 2 - uid: 7072 components: - type: Transform - pos: -46.5,-58.5 + pos: -66.5,-37.5 parent: 2 - uid: 7073 components: - type: Transform - pos: -45.5,-58.5 + pos: -65.5,-37.5 parent: 2 - uid: 7074 components: - type: Transform - pos: -44.5,-58.5 + pos: -65.5,-39.5 parent: 2 - uid: 7075 components: - type: Transform - pos: -43.5,-58.5 + pos: -65.5,-40.5 parent: 2 - uid: 7076 components: - type: Transform - pos: -42.5,-58.5 + pos: -66.5,-41.5 parent: 2 - uid: 7077 components: - type: Transform - pos: -41.5,-58.5 + pos: -65.5,-45.5 parent: 2 - uid: 7078 components: - type: Transform - pos: -40.5,-58.5 + pos: -66.5,-45.5 parent: 2 - uid: 7079 components: - type: Transform - pos: -40.5,-59.5 + pos: -73.5,-45.5 parent: 2 - uid: 7080 components: - type: Transform - pos: -39.5,-59.5 + pos: -72.5,-45.5 parent: 2 - uid: 7081 components: - type: Transform - pos: -38.5,-59.5 + pos: -74.5,-41.5 parent: 2 - uid: 7082 components: - type: Transform - pos: -37.5,-59.5 + pos: -75.5,-41.5 parent: 2 - uid: 7083 components: - type: Transform - pos: -36.5,-59.5 + pos: -76.5,-41.5 parent: 2 - uid: 7084 components: - type: Transform - pos: -36.5,-58.5 + pos: -41.5,-17.5 parent: 2 - uid: 7085 components: - type: Transform - pos: -35.5,-58.5 + pos: -41.5,-18.5 parent: 2 - uid: 7086 components: - type: Transform - pos: -35.5,-56.5 + pos: -74.5,-45.5 parent: 2 - uid: 7087 components: - type: Transform - pos: -35.5,-57.5 + pos: -75.5,-45.5 parent: 2 - uid: 7088 components: - type: Transform - pos: -48.5,42.5 + pos: -76.5,-45.5 parent: 2 - uid: 7089 components: - type: Transform - pos: -49.5,42.5 + pos: -72.5,-38.5 parent: 2 - uid: 7090 components: - type: Transform - pos: -49.5,43.5 + pos: -71.5,-38.5 parent: 2 - uid: 7091 components: - type: Transform - pos: -50.5,43.5 + pos: -70.5,-38.5 parent: 2 - uid: 7092 components: - type: Transform - pos: -52.5,43.5 + pos: -65.5,-33.5 parent: 2 - uid: 7093 components: - type: Transform - pos: -51.5,43.5 + pos: -56.5,-37.5 parent: 2 - uid: 7094 components: - type: Transform - pos: -49.5,44.5 + pos: -59.5,-37.5 parent: 2 - uid: 7095 components: - type: Transform - pos: -49.5,45.5 + pos: -57.5,-37.5 parent: 2 - uid: 7096 components: - type: Transform - pos: -49.5,46.5 + pos: -62.5,-37.5 parent: 2 - uid: 7097 components: - type: Transform - pos: -49.5,47.5 + pos: -61.5,-37.5 parent: 2 - uid: 7098 components: - type: Transform - pos: -49.5,48.5 + pos: -60.5,-37.5 parent: 2 - uid: 7099 components: - type: Transform - pos: -49.5,49.5 + pos: -17.5,11.5 parent: 2 - uid: 7100 components: - type: Transform - pos: -48.5,49.5 + pos: -58.5,-37.5 parent: 2 - uid: 7101 components: - type: Transform - pos: -47.5,49.5 + pos: -54.5,-36.5 parent: 2 - uid: 7102 components: - type: Transform - pos: -47.5,42.5 + pos: -53.5,-36.5 parent: 2 - uid: 7103 components: - type: Transform - pos: 8.5,-59.5 + pos: -52.5,-36.5 parent: 2 - uid: 7104 components: - type: Transform - pos: 8.5,-58.5 + pos: -42.5,-28.5 parent: 2 - uid: 7105 components: - type: Transform - pos: 68.5,-32.5 + pos: -43.5,-28.5 parent: 2 - uid: 7106 components: - type: Transform - pos: 68.5,-31.5 + pos: -43.5,-30.5 parent: 2 - uid: 7107 components: - type: Transform - pos: 68.5,-30.5 + pos: -43.5,-29.5 parent: 2 - uid: 7108 components: - type: Transform - pos: 67.5,-30.5 + pos: -41.5,-28.5 parent: 2 - uid: 7109 components: - type: Transform - pos: 66.5,-30.5 + pos: -38.5,-29.5 parent: 2 - uid: 7110 components: - type: Transform - pos: -13.5,-33.5 + pos: -55.5,-31.5 parent: 2 - uid: 7111 components: - type: Transform - pos: -15.5,-33.5 + pos: 24.5,-38.5 parent: 2 - uid: 7112 components: - type: Transform - pos: -16.5,-33.5 + pos: 22.5,-38.5 parent: 2 - uid: 7113 components: - type: Transform - pos: 49.5,-89.5 + pos: 24.5,-34.5 parent: 2 - uid: 7114 components: - type: Transform - pos: 50.5,-89.5 + pos: 24.5,-35.5 parent: 2 - uid: 7115 components: - type: Transform - pos: 51.5,-89.5 + pos: 24.5,-37.5 parent: 2 - uid: 7116 components: - type: Transform - pos: 49.5,-82.5 + pos: 24.5,-36.5 parent: 2 - uid: 7117 components: - type: Transform - pos: 50.5,-82.5 + pos: 23.5,-38.5 parent: 2 - uid: 7118 components: - type: Transform - pos: 51.5,-82.5 + pos: 2.5,-5.5 parent: 2 - uid: 7119 components: - type: Transform - pos: -8.5,18.5 + pos: -0.5,-4.5 parent: 2 - uid: 7120 components: - type: Transform - pos: -4.5,15.5 + pos: 1.5,-4.5 parent: 2 - uid: 7121 components: - type: Transform - pos: -6.5,12.5 + pos: -0.5,-6.5 parent: 2 - uid: 7122 components: - type: Transform - pos: -7.5,11.5 + pos: -0.5,-5.5 parent: 2 - uid: 7123 components: - type: Transform - pos: -6.5,11.5 + pos: 1.5,-5.5 parent: 2 - uid: 7124 components: - type: Transform - pos: -9.5,11.5 + pos: 3.5,-5.5 parent: 2 - uid: 7125 components: - type: Transform - pos: -9.5,8.5 + pos: 3.5,-6.5 parent: 2 - uid: 7126 components: - type: Transform - pos: -8.5,17.5 + pos: 1.5,-6.5 parent: 2 - uid: 7127 components: - type: Transform - pos: -7.5,23.5 + pos: 1.5,-3.5 parent: 2 - uid: 7128 components: - type: Transform - pos: -6.5,23.5 + pos: 2.5,-3.5 parent: 2 - uid: 7129 components: - type: Transform - pos: -5.5,23.5 + pos: 3.5,-3.5 parent: 2 - uid: 7130 components: - type: Transform - pos: -5.5,21.5 + pos: 18.5,-30.5 parent: 2 - uid: 7131 components: - type: Transform - pos: -6.5,21.5 + pos: 1.5,-7.5 parent: 2 - uid: 7132 components: - type: Transform - pos: -7.5,21.5 + pos: 1.5,-8.5 parent: 2 - uid: 7133 components: - type: Transform - pos: -74.5,-51.5 + pos: 0.5,-5.5 parent: 2 - uid: 7134 components: - type: Transform - pos: -74.5,-50.5 + pos: 0.5,-6.5 parent: 2 - uid: 7135 components: - type: Transform - pos: -74.5,-52.5 + pos: 3.5,-7.5 parent: 2 - uid: 7136 components: - type: Transform - pos: -74.5,-53.5 + pos: 2.5,-7.5 parent: 2 - uid: 7137 components: - type: Transform - pos: -75.5,-53.5 + pos: 5.5,-7.5 parent: 2 - uid: 7138 components: - type: Transform - pos: -76.5,-53.5 + pos: 22.5,-39.5 parent: 2 - uid: 7139 components: - type: Transform - pos: -73.5,-53.5 + pos: 0.5,-17.5 parent: 2 - uid: 7140 components: - type: Transform - pos: -72.5,-53.5 + pos: 0.5,-18.5 parent: 2 - uid: 7141 components: - type: Transform - pos: -71.5,-53.5 + pos: 0.5,-19.5 parent: 2 - uid: 7142 components: - type: Transform - pos: -70.5,-53.5 + pos: 0.5,-20.5 parent: 2 - uid: 7143 components: - type: Transform - pos: -69.5,-53.5 + pos: 0.5,-21.5 parent: 2 - uid: 7144 components: - type: Transform - pos: -68.5,-53.5 + pos: 0.5,-23.5 parent: 2 - uid: 7145 components: - type: Transform - pos: -67.5,-53.5 + pos: 0.5,-22.5 parent: 2 - uid: 7146 components: - type: Transform - pos: -66.5,-53.5 + pos: 1.5,-22.5 parent: 2 - uid: 7147 components: - type: Transform - pos: -71.5,-54.5 + pos: -0.5,-21.5 parent: 2 - uid: 7148 components: - type: Transform - pos: -71.5,-55.5 + pos: -0.5,-19.5 parent: 2 - uid: 7149 components: - type: Transform - pos: -73.5,-54.5 + pos: -0.5,-23.5 parent: 2 - uid: 7150 components: - type: Transform - pos: -73.5,-55.5 + pos: -1.5,-23.5 parent: 2 - uid: 7151 components: - type: Transform - pos: -73.5,-51.5 + pos: 4.5,-12.5 parent: 2 - uid: 7152 components: - type: Transform - pos: -71.5,-51.5 + pos: 25.5,-38.5 parent: 2 - uid: 7153 components: - type: Transform - pos: -71.5,-52.5 + pos: 26.5,-38.5 parent: 2 - uid: 7154 components: - type: Transform - pos: -65.5,-56.5 + pos: 27.5,-38.5 parent: 2 - uid: 7155 components: - type: Transform - pos: -66.5,-56.5 + pos: 28.5,-38.5 parent: 2 - uid: 7156 components: - type: Transform - pos: -66.5,-52.5 + pos: 28.5,-37.5 parent: 2 - uid: 7157 components: - type: Transform - pos: -66.5,-54.5 + pos: 28.5,-36.5 parent: 2 - uid: 7158 components: - type: Transform - pos: -66.5,-55.5 + pos: 28.5,-33.5 parent: 2 - uid: 7159 components: - type: Transform - pos: -64.5,-56.5 + pos: -53.5,-23.5 parent: 2 - uid: 7160 components: - type: Transform - pos: -64.5,-55.5 + pos: 59.5,56.5 parent: 2 - uid: 7161 components: - type: Transform - pos: -64.5,-54.5 + pos: 59.5,57.5 parent: 2 - uid: 7162 components: - type: Transform - pos: -67.5,-41.5 + pos: 59.5,58.5 parent: 2 - uid: 7163 components: - type: Transform - pos: -69.5,-42.5 + pos: 59.5,59.5 parent: 2 - uid: 7164 components: - type: Transform - pos: -68.5,-41.5 + pos: 59.5,55.5 parent: 2 - uid: 7165 components: - type: Transform - pos: -69.5,-41.5 + pos: 55.5,62.5 parent: 2 - uid: 7166 components: - type: Transform - pos: -69.5,-40.5 + pos: 54.5,62.5 parent: 2 - uid: 7167 components: - type: Transform - pos: -69.5,-43.5 + pos: 53.5,62.5 parent: 2 - uid: 7168 components: - type: Transform - pos: -70.5,-40.5 + pos: 56.5,62.5 parent: 2 - uid: 7169 components: - type: Transform - pos: -71.5,-40.5 + pos: 52.5,62.5 parent: 2 - uid: 7170 components: - type: Transform - pos: -71.5,-39.5 + pos: 49.5,59.5 parent: 2 - uid: 7171 components: - type: Transform - pos: -65.5,-42.5 + pos: 49.5,57.5 parent: 2 - uid: 7172 components: - type: Transform - pos: -72.5,-39.5 + pos: 49.5,56.5 parent: 2 - uid: 7173 components: - type: Transform - pos: -73.5,-44.5 + pos: 49.5,55.5 parent: 2 - uid: 7174 components: - type: Transform - pos: -73.5,-43.5 + pos: 49.5,58.5 parent: 2 - uid: 7175 components: - type: Transform - pos: -73.5,-42.5 + pos: 48.5,55.5 parent: 2 - uid: 7176 components: - type: Transform - pos: -73.5,-41.5 + pos: 47.5,55.5 parent: 2 - uid: 7177 components: - type: Transform - pos: -73.5,-40.5 + pos: 46.5,55.5 parent: 2 - uid: 7178 components: - type: Transform - pos: -73.5,-39.5 + pos: 45.5,55.5 parent: 2 - uid: 7179 components: - type: Transform - pos: -68.5,-37.5 + pos: 44.5,55.5 parent: 2 - uid: 7180 components: - type: Transform - pos: -70.5,-37.5 + pos: 43.5,55.5 parent: 2 - uid: 7181 components: - type: Transform - pos: -69.5,-37.5 + pos: 42.5,55.5 parent: 2 - uid: 7182 components: - type: Transform - pos: -73.5,-37.5 + pos: 41.5,55.5 parent: 2 - uid: 7183 components: - type: Transform - pos: -72.5,-37.5 + pos: 40.5,55.5 parent: 2 - uid: 7184 components: - type: Transform - pos: -66.5,-36.5 + pos: 39.5,55.5 parent: 2 - uid: 7185 components: - type: Transform - pos: -65.5,-41.5 + pos: 39.5,56.5 parent: 2 - uid: 7186 components: - type: Transform - pos: -65.5,-43.5 + pos: 39.5,57.5 parent: 2 - uid: 7187 components: - type: Transform - pos: -65.5,-44.5 + pos: 39.5,58.5 parent: 2 - uid: 7188 components: - type: Transform - pos: -67.5,-37.5 + pos: 39.5,59.5 parent: 2 - uid: 7189 components: - type: Transform - pos: -73.5,-35.5 + pos: 39.5,60.5 parent: 2 - uid: 7190 components: - type: Transform - pos: -73.5,-38.5 + pos: 39.5,61.5 parent: 2 - uid: 7191 components: - type: Transform - pos: -73.5,-36.5 + pos: 39.5,62.5 parent: 2 - uid: 7192 components: - type: Transform - pos: -66.5,-37.5 + pos: 39.5,63.5 parent: 2 - uid: 7193 components: - type: Transform - pos: -65.5,-37.5 + pos: 40.5,62.5 parent: 2 - uid: 7194 components: - type: Transform - pos: -65.5,-39.5 + pos: 41.5,62.5 parent: 2 - uid: 7195 components: - type: Transform - pos: -65.5,-40.5 + pos: 41.5,63.5 parent: 2 - uid: 7196 components: - type: Transform - pos: -66.5,-41.5 + pos: 38.5,62.5 parent: 2 - uid: 7197 components: - type: Transform - pos: -65.5,-45.5 + pos: 37.5,62.5 parent: 2 - uid: 7198 components: - type: Transform - pos: -66.5,-45.5 + pos: 37.5,63.5 parent: 2 - uid: 7199 components: - type: Transform - pos: -73.5,-45.5 + pos: 37.5,64.5 parent: 2 - uid: 7200 components: - type: Transform - pos: -72.5,-45.5 + pos: 38.5,64.5 parent: 2 - uid: 7201 components: - type: Transform - pos: -74.5,-41.5 + pos: 38.5,65.5 parent: 2 - uid: 7202 components: - type: Transform - pos: -75.5,-41.5 + pos: 41.5,64.5 parent: 2 - uid: 7203 components: - type: Transform - pos: -76.5,-41.5 + pos: 40.5,64.5 parent: 2 - uid: 7204 components: - type: Transform - pos: -41.5,-17.5 + pos: 40.5,65.5 parent: 2 - uid: 7205 components: - type: Transform - pos: -41.5,-18.5 + pos: -37.5,17.5 parent: 2 - uid: 7206 components: - type: Transform - pos: -74.5,-45.5 + pos: -38.5,17.5 parent: 2 - uid: 7207 components: - type: Transform - pos: -75.5,-45.5 + pos: 23.5,4.5 parent: 2 - uid: 7208 components: - type: Transform - pos: -76.5,-45.5 + pos: 22.5,4.5 parent: 2 - uid: 7209 components: - type: Transform - pos: -72.5,-38.5 + pos: 21.5,4.5 parent: 2 - uid: 7210 components: - type: Transform - pos: -71.5,-38.5 + pos: 20.5,4.5 parent: 2 - uid: 7211 components: - type: Transform - pos: -70.5,-38.5 + pos: 20.5,3.5 parent: 2 - uid: 7212 components: - type: Transform - pos: -65.5,-33.5 + pos: 20.5,-2.5 parent: 2 - uid: 7213 components: - type: Transform - pos: -56.5,-37.5 + pos: 21.5,-2.5 parent: 2 - uid: 7214 components: - type: Transform - pos: -59.5,-37.5 + pos: 23.5,-2.5 parent: 2 - uid: 7215 components: - type: Transform - pos: -57.5,-37.5 + pos: 22.5,-2.5 parent: 2 - uid: 7216 components: - type: Transform - pos: -62.5,-37.5 + pos: 24.5,-2.5 parent: 2 - uid: 7217 components: - type: Transform - pos: -61.5,-37.5 + pos: 25.5,-2.5 parent: 2 - uid: 7218 components: - type: Transform - pos: -60.5,-37.5 + pos: 26.5,-2.5 parent: 2 - uid: 7219 components: - type: Transform - pos: -17.5,11.5 + pos: 27.5,-2.5 parent: 2 - uid: 7220 components: - type: Transform - pos: -58.5,-37.5 + pos: 10.5,-47.5 parent: 2 - uid: 7221 components: - type: Transform - pos: -54.5,-36.5 + pos: -30.5,-4.5 parent: 2 - uid: 7222 components: - type: Transform - pos: -53.5,-36.5 + pos: -30.5,-5.5 parent: 2 - uid: 7223 components: - type: Transform - pos: -52.5,-36.5 + pos: -30.5,-3.5 parent: 2 - uid: 7224 components: - type: Transform - pos: -42.5,-28.5 + pos: 14.5,-46.5 parent: 2 - uid: 7225 components: - type: Transform - pos: -43.5,-28.5 + pos: 7.5,-47.5 parent: 2 - uid: 7226 components: - type: Transform - pos: -43.5,-30.5 + pos: 8.5,-47.5 parent: 2 - uid: 7227 components: - type: Transform - pos: -43.5,-29.5 + pos: 9.5,-47.5 parent: 2 - uid: 7228 components: - type: Transform - pos: -41.5,-28.5 + pos: 16.5,-49.5 parent: 2 - uid: 7229 components: - type: Transform - pos: -38.5,-29.5 + pos: -30.5,-6.5 parent: 2 - uid: 7230 components: - type: Transform - pos: -55.5,-31.5 + pos: -30.5,-7.5 parent: 2 - uid: 7231 components: - type: Transform - pos: 24.5,-38.5 + pos: 1.5,-12.5 parent: 2 - uid: 7232 components: - type: Transform - pos: 22.5,-38.5 + pos: -3.5,-14.5 parent: 2 - uid: 7233 components: - type: Transform - pos: 24.5,-34.5 + pos: -7.5,-18.5 parent: 2 - uid: 7234 components: - type: Transform - pos: 24.5,-35.5 + pos: -8.5,-18.5 parent: 2 - uid: 7235 components: - type: Transform - pos: 24.5,-37.5 + pos: 0.5,-12.5 parent: 2 - uid: 7236 components: - type: Transform - pos: 24.5,-36.5 + pos: -27.5,-20.5 parent: 2 - uid: 7237 components: - type: Transform - pos: 23.5,-38.5 + pos: -29.5,-20.5 parent: 2 - uid: 7238 components: - type: Transform - pos: 2.5,-5.5 + pos: -28.5,-20.5 parent: 2 - uid: 7239 components: - type: Transform - pos: -0.5,-4.5 + pos: -33.5,22.5 parent: 2 - uid: 7240 components: - type: Transform - pos: 1.5,-4.5 + pos: -35.5,22.5 parent: 2 - uid: 7241 components: - type: Transform - pos: -0.5,-6.5 + pos: -34.5,22.5 parent: 2 - uid: 7242 components: - type: Transform - pos: -0.5,-5.5 + pos: -44.5,36.5 parent: 2 - uid: 7243 components: - type: Transform - pos: 1.5,-5.5 + pos: 11.5,-40.5 parent: 2 - uid: 7244 components: - type: Transform - pos: 3.5,-5.5 + pos: 11.5,-39.5 parent: 2 - uid: 7245 components: - type: Transform - pos: 3.5,-6.5 + pos: 11.5,-38.5 parent: 2 - uid: 7246 components: - type: Transform - pos: 1.5,-6.5 + pos: 11.5,-37.5 parent: 2 - uid: 7247 components: - type: Transform - pos: 1.5,-3.5 + pos: 12.5,-37.5 parent: 2 - uid: 7248 components: - type: Transform - pos: 2.5,-3.5 + pos: -18.5,-54.5 parent: 2 - uid: 7249 components: - type: Transform - pos: 3.5,-3.5 + pos: -19.5,-52.5 parent: 2 - uid: 7250 components: - type: Transform - pos: 18.5,-30.5 + pos: -18.5,-53.5 parent: 2 - uid: 7251 components: - type: Transform - pos: 1.5,-7.5 + pos: -17.5,-52.5 parent: 2 - uid: 7252 components: - type: Transform - pos: 1.5,-8.5 + pos: -13.5,-61.5 parent: 2 - uid: 7253 components: - type: Transform - pos: 0.5,-5.5 + pos: -18.5,-52.5 parent: 2 - uid: 7254 components: - type: Transform - pos: 0.5,-6.5 + pos: 3.5,-52.5 parent: 2 - uid: 7255 components: - type: Transform - pos: 3.5,-7.5 + pos: 4.5,-52.5 parent: 2 - uid: 7256 components: - type: Transform - pos: 2.5,-7.5 + pos: 5.5,-52.5 parent: 2 - uid: 7257 components: - type: Transform - pos: 5.5,-7.5 + pos: 5.5,-53.5 parent: 2 - uid: 7258 components: - type: Transform - pos: 22.5,-39.5 + pos: -2.5,-52.5 parent: 2 - uid: 7259 components: - type: Transform - pos: 0.5,-17.5 + pos: -2.5,-53.5 parent: 2 - uid: 7260 components: - type: Transform - pos: 0.5,-18.5 + pos: -2.5,-54.5 parent: 2 - uid: 7261 components: - type: Transform - pos: 0.5,-19.5 + pos: -2.5,-55.5 parent: 2 - uid: 7262 components: - type: Transform - pos: 0.5,-20.5 + pos: -2.5,-56.5 parent: 2 - uid: 7263 components: - type: Transform - pos: 0.5,-21.5 + pos: -3.5,-56.5 parent: 2 - uid: 7264 components: - type: Transform - pos: 0.5,-23.5 + pos: -4.5,-56.5 parent: 2 - uid: 7265 components: - type: Transform - pos: 0.5,-22.5 + pos: -4.5,-57.5 parent: 2 - uid: 7266 components: - type: Transform - pos: 1.5,-22.5 + pos: -4.5,-58.5 parent: 2 - uid: 7267 components: - type: Transform - pos: -0.5,-21.5 + pos: -4.5,-59.5 parent: 2 - uid: 7268 components: - type: Transform - pos: -0.5,-19.5 + pos: -4.5,-60.5 parent: 2 - uid: 7269 components: - type: Transform - pos: -0.5,-23.5 + pos: -4.5,-61.5 parent: 2 - uid: 7270 components: - type: Transform - pos: -1.5,-23.5 + pos: -4.5,-62.5 parent: 2 - uid: 7271 components: - type: Transform - pos: 4.5,-12.5 + pos: -4.5,-63.5 parent: 2 - uid: 7272 components: - type: Transform - pos: 25.5,-38.5 + pos: -4.5,-64.5 parent: 2 - uid: 7273 components: - type: Transform - pos: 26.5,-38.5 + pos: -4.5,-65.5 parent: 2 - uid: 7274 components: - type: Transform - pos: 27.5,-38.5 + pos: -3.5,-59.5 parent: 2 - uid: 7275 components: - type: Transform - pos: 28.5,-38.5 + pos: -2.5,-59.5 parent: 2 - uid: 7276 components: - type: Transform - pos: 28.5,-37.5 + pos: -5.5,-59.5 parent: 2 - uid: 7277 components: - type: Transform - pos: 28.5,-36.5 + pos: -6.5,-59.5 parent: 2 - uid: 7278 components: - type: Transform - pos: 28.5,-33.5 + pos: -7.5,-59.5 parent: 2 - uid: 7279 components: - type: Transform - pos: -53.5,-23.5 + pos: -5.5,-56.5 parent: 2 - uid: 7280 components: - type: Transform - pos: 59.5,56.5 + pos: -6.5,-56.5 parent: 2 - uid: 7281 components: - type: Transform - pos: 59.5,57.5 + pos: -7.5,-56.5 parent: 2 - uid: 7282 components: - type: Transform - pos: 59.5,58.5 + pos: -7.5,-55.5 parent: 2 - uid: 7283 components: - type: Transform - pos: 59.5,59.5 + pos: -7.5,-54.5 parent: 2 - uid: 7284 components: - type: Transform - pos: 59.5,55.5 + pos: -7.5,-53.5 parent: 2 - uid: 7285 components: - type: Transform - pos: 55.5,62.5 + pos: -7.5,-52.5 parent: 2 - uid: 7286 components: - type: Transform - pos: 54.5,62.5 + pos: -8.5,-52.5 parent: 2 - uid: 7287 components: - type: Transform - pos: 53.5,62.5 + pos: -1.5,-56.5 parent: 2 - uid: 7288 components: - type: Transform - pos: 56.5,62.5 + pos: -0.5,-56.5 parent: 2 - uid: 7289 components: - type: Transform - pos: 52.5,62.5 + pos: 0.5,-56.5 parent: 2 - uid: 7290 components: - type: Transform - pos: 49.5,59.5 + pos: 1.5,-56.5 parent: 2 - uid: 7291 components: - type: Transform - pos: 49.5,57.5 + pos: 2.5,-56.5 parent: 2 - uid: 7292 components: - type: Transform - pos: 49.5,56.5 + pos: 3.5,-56.5 parent: 2 - uid: 7293 components: - type: Transform - pos: 49.5,55.5 + pos: 4.5,-56.5 parent: 2 - uid: 7294 components: - type: Transform - pos: 49.5,58.5 + pos: 5.5,-56.5 parent: 2 - uid: 7295 components: - type: Transform - pos: 48.5,55.5 + pos: 5.5,-55.5 parent: 2 - uid: 7296 components: - type: Transform - pos: 47.5,55.5 + pos: 1.5,-57.5 parent: 2 - uid: 7297 components: - type: Transform - pos: 46.5,55.5 + pos: 1.5,-58.5 parent: 2 - uid: 7298 components: - type: Transform - pos: 45.5,55.5 + pos: 1.5,-59.5 parent: 2 - uid: 7299 components: - type: Transform - pos: 44.5,55.5 + pos: 1.5,-60.5 parent: 2 - uid: 7300 components: - type: Transform - pos: 43.5,55.5 + pos: 1.5,-61.5 parent: 2 - uid: 7301 components: - type: Transform - pos: 42.5,55.5 + pos: 1.5,-62.5 parent: 2 - uid: 7302 components: - type: Transform - pos: 41.5,55.5 + pos: 5.5,-57.5 parent: 2 - uid: 7303 components: - type: Transform - pos: 40.5,55.5 + pos: 5.5,-58.5 parent: 2 - uid: 7304 components: - type: Transform - pos: 39.5,55.5 + pos: 5.5,-59.5 parent: 2 - uid: 7305 components: - type: Transform - pos: 39.5,56.5 + pos: 5.5,-60.5 parent: 2 - uid: 7306 components: - type: Transform - pos: 39.5,57.5 + pos: 5.5,-61.5 parent: 2 - uid: 7307 components: - type: Transform - pos: 39.5,58.5 + pos: 5.5,-62.5 parent: 2 - uid: 7308 components: - type: Transform - pos: 39.5,59.5 + pos: 5.5,-54.5 parent: 2 - uid: 7309 components: - type: Transform - pos: 39.5,60.5 + pos: -8.5,-54.5 parent: 2 - uid: 7310 components: - type: Transform - pos: 39.5,61.5 + pos: -9.5,-54.5 parent: 2 - uid: 7311 components: - type: Transform - pos: 39.5,62.5 + pos: -10.5,-54.5 parent: 2 - uid: 7312 components: - type: Transform - pos: 39.5,63.5 + pos: -11.5,-54.5 parent: 2 - uid: 7313 components: - type: Transform - pos: 40.5,62.5 + pos: -11.5,-53.5 parent: 2 - uid: 7314 components: - type: Transform - pos: 41.5,62.5 + pos: -12.5,-53.5 parent: 2 - uid: 7315 components: - type: Transform - pos: 41.5,63.5 + pos: -13.5,-53.5 parent: 2 - uid: 7316 components: - type: Transform - pos: 38.5,62.5 + pos: -14.5,-53.5 parent: 2 - uid: 7317 components: - type: Transform - pos: 37.5,62.5 + pos: -15.5,-53.5 parent: 2 - uid: 7318 components: - type: Transform - pos: 37.5,63.5 + pos: -15.5,-55.5 parent: 2 - uid: 7319 components: - type: Transform - pos: 37.5,64.5 + pos: -15.5,-56.5 parent: 2 - uid: 7320 components: - type: Transform - pos: 38.5,64.5 + pos: -14.5,-56.5 parent: 2 - uid: 7321 components: - type: Transform - pos: 38.5,65.5 + pos: -13.5,-56.5 parent: 2 - uid: 7322 components: - type: Transform - pos: 41.5,64.5 + pos: -12.5,-56.5 parent: 2 - uid: 7323 components: - type: Transform - pos: 40.5,64.5 + pos: -11.5,-56.5 parent: 2 - uid: 7324 components: - type: Transform - pos: 40.5,65.5 + pos: -11.5,-55.5 parent: 2 - uid: 7325 components: - type: Transform - pos: -37.5,17.5 + pos: -10.5,-57.5 parent: 2 - uid: 7326 components: - type: Transform - pos: -38.5,17.5 + pos: -10.5,-58.5 parent: 2 - uid: 7327 components: - type: Transform - pos: 23.5,4.5 + pos: -10.5,-59.5 parent: 2 - uid: 7328 components: - type: Transform - pos: 22.5,4.5 + pos: -11.5,-59.5 parent: 2 - uid: 7329 components: - type: Transform - pos: 21.5,4.5 + pos: -12.5,-59.5 parent: 2 - uid: 7330 components: - type: Transform - pos: 20.5,4.5 + pos: -13.5,-59.5 parent: 2 - uid: 7331 components: - type: Transform - pos: 20.5,3.5 + pos: -14.5,-59.5 parent: 2 - uid: 7332 components: - type: Transform - pos: 20.5,-2.5 + pos: -15.5,-59.5 parent: 2 - uid: 7333 components: - type: Transform - pos: 21.5,-2.5 + pos: -16.5,-59.5 parent: 2 - uid: 7334 components: - type: Transform - pos: 23.5,-2.5 + pos: -17.5,-59.5 parent: 2 - uid: 7335 components: - type: Transform - pos: 22.5,-2.5 + pos: -13.5,-60.5 parent: 2 - uid: 7336 components: - type: Transform - pos: 24.5,-2.5 + pos: -17.5,-60.5 parent: 2 - uid: 7337 components: - type: Transform - pos: 25.5,-2.5 + pos: -19.5,-59.5 parent: 2 - uid: 7338 components: - type: Transform - pos: 26.5,-2.5 + pos: -19.5,-58.5 parent: 2 - uid: 7339 components: - type: Transform - pos: 27.5,-2.5 + pos: -19.5,-57.5 parent: 2 - uid: 7340 components: - type: Transform - pos: 10.5,-47.5 + pos: -13.5,-62.5 parent: 2 - uid: 7341 components: - type: Transform - pos: -30.5,-4.5 + pos: -13.5,-63.5 parent: 2 - uid: 7342 components: - type: Transform - pos: -30.5,-5.5 + pos: -13.5,-64.5 parent: 2 - uid: 7343 components: - type: Transform - pos: -30.5,-3.5 + pos: -13.5,-65.5 parent: 2 - uid: 7344 components: - type: Transform - pos: 14.5,-46.5 + pos: -13.5,-66.5 parent: 2 - uid: 7345 components: - type: Transform - pos: 7.5,-47.5 + pos: -14.5,-64.5 parent: 2 - uid: 7346 components: - type: Transform - pos: 8.5,-47.5 + pos: -12.5,-64.5 parent: 2 - uid: 7347 components: - type: Transform - pos: 9.5,-47.5 + pos: -10.5,-64.5 parent: 2 - uid: 7348 components: - type: Transform - pos: 16.5,-49.5 + pos: -11.5,-64.5 parent: 2 - uid: 7349 components: - type: Transform - pos: -30.5,-6.5 + pos: -12.5,-66.5 parent: 2 - uid: 7350 components: - type: Transform - pos: -30.5,-7.5 + pos: -11.5,-66.5 parent: 2 - uid: 7351 components: - type: Transform - pos: 1.5,-12.5 + pos: -14.5,-66.5 parent: 2 - uid: 7352 components: - type: Transform - pos: -3.5,-14.5 + pos: -15.5,-66.5 parent: 2 - uid: 7353 components: - type: Transform - pos: -7.5,-18.5 + pos: -8.5,-70.5 parent: 2 - uid: 7354 components: - type: Transform - pos: -8.5,-18.5 + pos: -18.5,-69.5 parent: 2 - uid: 7355 components: - type: Transform - pos: 0.5,-12.5 + pos: -17.5,-69.5 parent: 2 - uid: 7356 components: - type: Transform - pos: -27.5,-20.5 + pos: -16.5,-69.5 parent: 2 - uid: 7357 components: - type: Transform - pos: -29.5,-20.5 + pos: -15.5,-69.5 parent: 2 - uid: 7358 components: - type: Transform - pos: -28.5,-20.5 + pos: 4.5,-68.5 parent: 2 - uid: 7359 components: - type: Transform - pos: -33.5,22.5 + pos: 0.5,-68.5 parent: 2 - uid: 7360 components: - type: Transform - pos: -35.5,22.5 + pos: 5.5,-68.5 parent: 2 - uid: 7361 components: - type: Transform - pos: -34.5,22.5 + pos: 0.5,-67.5 parent: 2 - uid: 7362 components: - type: Transform - pos: -44.5,36.5 + pos: 5.5,-67.5 parent: 2 - uid: 7363 components: - type: Transform - pos: 11.5,-40.5 + pos: 9.5,-62.5 parent: 2 - uid: 7364 components: - type: Transform - pos: 11.5,-39.5 + pos: 9.5,-63.5 parent: 2 - uid: 7365 components: - type: Transform - pos: 11.5,-38.5 + pos: 0.5,-66.5 parent: 2 - uid: 7366 components: - type: Transform - pos: 11.5,-37.5 + pos: -0.5,-66.5 parent: 2 - uid: 7367 components: - type: Transform - pos: 12.5,-37.5 + pos: -0.5,-65.5 parent: 2 -- proto: CableApcStack - entities: - uid: 7368 components: - type: Transform - pos: -22.574043,-20.541626 + pos: 1.5,-66.5 parent: 2 - uid: 7369 components: - type: Transform - pos: -11.530048,37.577045 + pos: 2.5,-66.5 parent: 2 - uid: 7370 components: - type: Transform - pos: 77.47492,-43.4493 + pos: -4.5,-66.5 parent: 2 - uid: 7371 components: - type: Transform - pos: -66.46611,-34.373695 + pos: -5.5,-66.5 parent: 2 -- proto: CableApcStack1 - entities: - uid: 7372 components: - type: Transform - rot: 3.141592653589793 rad - pos: 55.427982,45.52066 + pos: -6.5,-66.5 parent: 2 - uid: 7373 components: - type: Transform - rot: 3.141592653589793 rad - pos: 38.439327,47.51809 + pos: -7.5,-66.5 parent: 2 - uid: 7374 components: - type: Transform - pos: -14.8449135,-96.398895 + pos: -7.5,-65.5 parent: 2 - uid: 7375 components: - type: Transform - pos: 57.114487,42.493305 + pos: 6.5,-56.5 parent: 2 - uid: 7376 components: - type: Transform - pos: -14.677503,-33.453545 + pos: 7.5,-56.5 parent: 2 -- proto: CableHV - entities: - uid: 7377 components: - type: Transform - pos: -79.5,-38.5 + pos: 5.5,-63.5 parent: 2 - uid: 7378 components: - type: Transform - pos: 15.5,-28.5 + pos: 5.5,-64.5 parent: 2 - uid: 7379 components: - type: Transform - pos: 7.5,-26.5 + pos: 5.5,-65.5 parent: 2 +- proto: CableApcStack + entities: - uid: 7380 components: - type: Transform - pos: 27.5,-42.5 + pos: -22.574043,-20.541626 parent: 2 - uid: 7381 components: - type: Transform - pos: 8.5,-95.5 + pos: -11.530048,37.577045 parent: 2 - uid: 7382 components: - type: Transform - pos: -1.5,-66.5 + pos: 77.47492,-43.4493 parent: 2 - uid: 7383 components: - type: Transform - pos: 15.5,-33.5 + pos: -66.46611,-34.373695 parent: 2 +- proto: CableApcStack1 + entities: - uid: 7384 components: - type: Transform - pos: 12.5,-26.5 + rot: 3.141592653589793 rad + pos: 55.427982,45.52066 parent: 2 - uid: 7385 components: - type: Transform - pos: -11.5,-26.5 + rot: 3.141592653589793 rad + pos: 38.439327,47.51809 parent: 2 - uid: 7386 components: - type: Transform - pos: 2.5,-42.5 + pos: -14.8449135,-96.398895 parent: 2 - uid: 7387 components: - type: Transform - pos: 6.5,-42.5 + pos: 57.114487,42.493305 parent: 2 - uid: 7388 components: - type: Transform - pos: 0.5,-42.5 + pos: -14.677503,-33.453545 parent: 2 +- proto: CablecuffsBroken + entities: - uid: 7389 components: - type: Transform - pos: 4.5,-42.5 + pos: 3.5204124,-65.66156 parent: 2 +- proto: CableHV + entities: - uid: 7390 components: - type: Transform - pos: -5.5,-39.5 + pos: -79.5,-38.5 parent: 2 - uid: 7391 components: - type: Transform - pos: 8.5,-55.5 + pos: 15.5,-28.5 parent: 2 - uid: 7392 components: - type: Transform - pos: -1.5,-42.5 + pos: 7.5,-26.5 parent: 2 - uid: 7393 components: - type: Transform - pos: -1.5,-26.5 + pos: 27.5,-42.5 parent: 2 - uid: 7394 components: - type: Transform - pos: 15.5,-26.5 + pos: 8.5,-95.5 parent: 2 - uid: 7395 components: - type: Transform - pos: -1.5,-64.5 + pos: 15.5,-33.5 parent: 2 - uid: 7396 components: - type: Transform - pos: -12.5,-75.5 + pos: 12.5,-26.5 parent: 2 - uid: 7397 components: - type: Transform - pos: 32.5,-42.5 + pos: -11.5,-26.5 parent: 2 - uid: 7398 components: - type: Transform - pos: 14.5,-46.5 + pos: 2.5,-42.5 parent: 2 - uid: 7399 components: - type: Transform - pos: 21.5,-42.5 + pos: 6.5,-42.5 parent: 2 - uid: 7400 components: - type: Transform - pos: 38.5,-30.5 + pos: 0.5,-42.5 parent: 2 - uid: 7401 components: - type: Transform - pos: -12.5,-71.5 + pos: 4.5,-42.5 parent: 2 - uid: 7402 components: - type: Transform - pos: 4.5,-16.5 + pos: -5.5,-39.5 parent: 2 - uid: 7403 components: - type: Transform - pos: 3.5,-16.5 + pos: 8.5,-55.5 parent: 2 - uid: 7404 components: - type: Transform - pos: 2.5,-16.5 + pos: -1.5,-42.5 parent: 2 - uid: 7405 components: - type: Transform - pos: 1.5,-16.5 + pos: -1.5,-26.5 parent: 2 - uid: 7406 components: - type: Transform - pos: 1.5,-17.5 + pos: 15.5,-26.5 parent: 2 - uid: 7407 components: - type: Transform - pos: 0.5,-17.5 + pos: -12.5,-75.5 parent: 2 - uid: 7408 components: - type: Transform - pos: 39.5,-28.5 + pos: 32.5,-42.5 parent: 2 - uid: 7409 components: - type: Transform - pos: 25.5,-42.5 + pos: 14.5,-46.5 parent: 2 - uid: 7410 components: - type: Transform - pos: 24.5,-42.5 + pos: 21.5,-42.5 parent: 2 - uid: 7411 components: - type: Transform - pos: 23.5,-42.5 + pos: 38.5,-30.5 parent: 2 - uid: 7412 components: - type: Transform - pos: 22.5,-42.5 + pos: -12.5,-71.5 parent: 2 - uid: 7413 components: - type: Transform - pos: 25.5,-10.5 + pos: 4.5,-16.5 parent: 2 - uid: 7414 components: - type: Transform - pos: 24.5,-5.5 + pos: 3.5,-16.5 parent: 2 - uid: 7415 components: - type: Transform - pos: 12.5,-42.5 + pos: 2.5,-16.5 parent: 2 - uid: 7416 components: - type: Transform - pos: -14.5,34.5 + pos: 1.5,-16.5 parent: 2 - uid: 7417 components: - type: Transform - pos: 8.5,-16.5 + pos: 1.5,-17.5 parent: 2 - uid: 7418 components: - type: Transform - pos: 4.5,-14.5 + pos: 0.5,-17.5 parent: 2 - uid: 7419 components: - type: Transform - pos: -4.5,-18.5 + pos: 39.5,-28.5 parent: 2 - uid: 7420 components: - type: Transform - pos: 5.5,-92.5 + pos: 25.5,-42.5 parent: 2 - uid: 7421 components: - type: Transform - pos: 4.5,-92.5 + pos: 24.5,-42.5 parent: 2 - uid: 7422 components: - type: Transform - pos: 2.5,-92.5 + pos: 23.5,-42.5 parent: 2 - uid: 7423 components: - type: Transform - pos: 12.5,-49.5 + pos: 22.5,-42.5 parent: 2 - uid: 7424 components: - type: Transform - pos: 10.5,-49.5 + pos: 25.5,-10.5 parent: 2 - uid: 7425 components: - type: Transform - pos: 9.5,-52.5 + pos: 24.5,-5.5 parent: 2 - uid: 7426 components: - type: Transform - pos: 8.5,-54.5 + pos: 12.5,-42.5 parent: 2 - uid: 7427 components: - type: Transform - pos: 8.5,-53.5 + pos: -14.5,34.5 parent: 2 - uid: 7428 components: - type: Transform - pos: 10.5,-55.5 + pos: 8.5,-16.5 parent: 2 - uid: 7429 components: - type: Transform - pos: 11.5,-55.5 + pos: 4.5,-14.5 parent: 2 - uid: 7430 components: - type: Transform - pos: 12.5,-56.5 + pos: -4.5,-18.5 parent: 2 - uid: 7431 components: - type: Transform - pos: 14.5,-57.5 + pos: 5.5,-92.5 parent: 2 - uid: 7432 components: - type: Transform - pos: 14.5,-58.5 + pos: 4.5,-92.5 parent: 2 - uid: 7433 components: - type: Transform - pos: 39.5,-29.5 + pos: 2.5,-92.5 parent: 2 - uid: 7434 components: - type: Transform - pos: 36.5,-30.5 + pos: 12.5,-49.5 parent: 2 - uid: 7435 components: - type: Transform - pos: 10.5,-92.5 + pos: 10.5,-49.5 parent: 2 - uid: 7436 components: - type: Transform - pos: -11.5,-75.5 + pos: 9.5,-52.5 parent: 2 - uid: 7437 components: - type: Transform - pos: 6.5,-92.5 + pos: 8.5,-54.5 parent: 2 - uid: 7438 components: - type: Transform - pos: -7.5,-75.5 + pos: 8.5,-53.5 parent: 2 - uid: 7439 components: - type: Transform - pos: -5.5,-75.5 + pos: 10.5,-55.5 parent: 2 - uid: 7440 components: - type: Transform - pos: 25.5,-49.5 + pos: 11.5,-55.5 parent: 2 - uid: 7441 components: - type: Transform - pos: 0.5,-89.5 + pos: 12.5,-56.5 parent: 2 - uid: 7442 components: - type: Transform - pos: -0.5,-89.5 + pos: 14.5,-57.5 parent: 2 - uid: 7443 components: - type: Transform - pos: -1.5,-89.5 + pos: 14.5,-58.5 parent: 2 - uid: 7444 components: - type: Transform - pos: -1.5,-88.5 + pos: 39.5,-29.5 parent: 2 - uid: 7445 components: - type: Transform - pos: -1.5,-87.5 + pos: 36.5,-30.5 parent: 2 - uid: 7446 components: - type: Transform - pos: 14.5,-98.5 + pos: 10.5,-92.5 parent: 2 - uid: 7447 components: - type: Transform - pos: 12.5,-95.5 + pos: -11.5,-75.5 parent: 2 - uid: 7448 components: - type: Transform - pos: -4.5,-22.5 + pos: 6.5,-92.5 parent: 2 - uid: 7449 components: - type: Transform - pos: 10.5,-95.5 + pos: -7.5,-75.5 parent: 2 - uid: 7450 components: - type: Transform - pos: 15.5,-37.5 + pos: -5.5,-75.5 parent: 2 - uid: 7451 components: - type: Transform - pos: -15.5,-71.5 + pos: 25.5,-49.5 parent: 2 - uid: 7452 components: - type: Transform - pos: 35.5,-40.5 + pos: 0.5,-89.5 parent: 2 - uid: 7453 components: - type: Transform - pos: 13.5,-45.5 + pos: -0.5,-89.5 parent: 2 - uid: 7454 components: - type: Transform - pos: -4.5,-25.5 + pos: -1.5,-89.5 parent: 2 - uid: 7455 components: - type: Transform - pos: -5.5,-30.5 + pos: -1.5,-88.5 parent: 2 - uid: 7456 components: - type: Transform - pos: 6.5,-26.5 + pos: -1.5,-87.5 parent: 2 - uid: 7457 components: - type: Transform - pos: 5.5,-26.5 + pos: 14.5,-98.5 parent: 2 - uid: 7458 components: - type: Transform - pos: 3.5,-26.5 + pos: 12.5,-95.5 parent: 2 - uid: 7459 components: - type: Transform - pos: 2.5,-26.5 + pos: -4.5,-22.5 parent: 2 - uid: 7460 components: - type: Transform - pos: 1.5,-26.5 + pos: 10.5,-95.5 parent: 2 - uid: 7461 components: - type: Transform - pos: -17.5,-26.5 + pos: 15.5,-37.5 parent: 2 - uid: 7462 components: - type: Transform - pos: 15.5,-41.5 + pos: -15.5,-71.5 parent: 2 - uid: 7463 components: - type: Transform - pos: 13.5,-42.5 + pos: 35.5,-40.5 parent: 2 - uid: 7464 components: - type: Transform - pos: 10.5,-42.5 + pos: 13.5,-45.5 parent: 2 - uid: 7465 components: - type: Transform - pos: 7.5,-42.5 + pos: -4.5,-25.5 parent: 2 - uid: 7466 components: - type: Transform - pos: 8.5,-42.5 + pos: -5.5,-30.5 parent: 2 - uid: 7467 components: - type: Transform - pos: 25.5,-6.5 + pos: 6.5,-26.5 parent: 2 - uid: 7468 components: - type: Transform - pos: 25.5,-12.5 + pos: 5.5,-26.5 parent: 2 - uid: 7469 components: - type: Transform - pos: 25.5,-13.5 + pos: 3.5,-26.5 parent: 2 - uid: 7470 components: - type: Transform - pos: 25.5,-14.5 + pos: 2.5,-26.5 parent: 2 - uid: 7471 components: - type: Transform - pos: 2.5,-71.5 + pos: 1.5,-26.5 parent: 2 - uid: 7472 components: - type: Transform - pos: -12.5,-73.5 + pos: -17.5,-26.5 parent: 2 - uid: 7473 components: - type: Transform - pos: 35.5,-34.5 + pos: 15.5,-41.5 parent: 2 - uid: 7474 components: - type: Transform - pos: 25.5,-44.5 + pos: 13.5,-42.5 parent: 2 - uid: 7475 components: - type: Transform - pos: 25.5,-43.5 + pos: 10.5,-42.5 parent: 2 - uid: 7476 components: - type: Transform - pos: 33.5,-42.5 + pos: 7.5,-42.5 parent: 2 - uid: 7477 components: - type: Transform - pos: -67.5,-25.5 + pos: 8.5,-42.5 parent: 2 - uid: 7478 components: - type: Transform - pos: -2.5,-61.5 + pos: 25.5,-6.5 parent: 2 - uid: 7479 components: - type: Transform - pos: -2.5,-59.5 + pos: 25.5,-12.5 parent: 2 - uid: 7480 components: - type: Transform - pos: -6.5,-69.5 + pos: 25.5,-13.5 parent: 2 - uid: 7481 components: - type: Transform - pos: -15.5,-72.5 + pos: 25.5,-14.5 parent: 2 - uid: 7482 components: - type: Transform - pos: 11.5,-92.5 + pos: 2.5,-71.5 parent: 2 - uid: 7483 components: - type: Transform - pos: 18.5,-95.5 + pos: -12.5,-73.5 parent: 2 - uid: 7484 components: - type: Transform - pos: 12.5,-98.5 + pos: 35.5,-34.5 parent: 2 - uid: 7485 components: - type: Transform - pos: -1.5,-77.5 + pos: 25.5,-44.5 parent: 2 - uid: 7486 components: - type: Transform - pos: -1.5,-80.5 + pos: 25.5,-43.5 parent: 2 - uid: 7487 components: - type: Transform - pos: -1.5,-68.5 + pos: 33.5,-42.5 parent: 2 - uid: 7488 components: - type: Transform - pos: -12.5,-69.5 + pos: -67.5,-25.5 parent: 2 - uid: 7489 components: - type: Transform - pos: 8.5,-92.5 + pos: -6.5,-69.5 parent: 2 - uid: 7490 components: - type: Transform - pos: 23.5,-17.5 + pos: -15.5,-72.5 parent: 2 - uid: 7491 components: - type: Transform - pos: -14.5,-71.5 + pos: 11.5,-92.5 parent: 2 - uid: 7492 components: - type: Transform - pos: -15.5,-73.5 + pos: 18.5,-95.5 parent: 2 - uid: 7493 components: - type: Transform - pos: 15.5,-43.5 + pos: 12.5,-98.5 parent: 2 - uid: 7494 components: - type: Transform - pos: -2.5,-63.5 + pos: -1.5,-77.5 parent: 2 - uid: 7495 components: - type: Transform - pos: 12.5,-57.5 + pos: -1.5,-80.5 parent: 2 - uid: 7496 components: - type: Transform - pos: 9.5,-55.5 + pos: -12.5,-69.5 parent: 2 - uid: 7497 components: - type: Transform - pos: 15.5,-40.5 + pos: 8.5,-92.5 parent: 2 - uid: 7498 components: - type: Transform - pos: -4.5,-69.5 + pos: 23.5,-17.5 parent: 2 - uid: 7499 components: - type: Transform - pos: -1.5,-65.5 + pos: -14.5,-71.5 parent: 2 - uid: 7500 components: - type: Transform - pos: 14.5,-47.5 + pos: -15.5,-73.5 parent: 2 - uid: 7501 components: - type: Transform - pos: 14.5,-45.5 + pos: 15.5,-43.5 parent: 2 - uid: 7502 components: - type: Transform - pos: -0.5,-42.5 + pos: 12.5,-57.5 parent: 2 - uid: 7503 components: - type: Transform - pos: 1.5,-42.5 + pos: 9.5,-55.5 parent: 2 - uid: 7504 components: - type: Transform - pos: 3.5,-42.5 + pos: 15.5,-40.5 parent: 2 - uid: 7505 components: - type: Transform - pos: 5.5,-42.5 + pos: -4.5,-69.5 parent: 2 - uid: 7506 components: - type: Transform - pos: 31.5,-5.5 + pos: 14.5,-47.5 parent: 2 - uid: 7507 components: - type: Transform - pos: 25.5,-5.5 + pos: 14.5,-45.5 parent: 2 - uid: 7508 components: - type: Transform - pos: -4.5,-24.5 + pos: -0.5,-42.5 parent: 2 - uid: 7509 components: - type: Transform - pos: -5.5,-40.5 + pos: 1.5,-42.5 parent: 2 - uid: 7510 components: - type: Transform - pos: -5.5,-38.5 + pos: 3.5,-42.5 parent: 2 - uid: 7511 components: - type: Transform - pos: -5.5,-26.5 + pos: 5.5,-42.5 parent: 2 - uid: 7512 components: - type: Transform - pos: 18.5,-29.5 + pos: 31.5,-5.5 parent: 2 - uid: 7513 components: - type: Transform - pos: -0.5,-17.5 + pos: 25.5,-5.5 parent: 2 - uid: 7514 components: - type: Transform - pos: 30.5,-3.5 + pos: -4.5,-24.5 parent: 2 - uid: 7515 components: - type: Transform - pos: 30.5,7.5 + pos: -5.5,-40.5 parent: 2 - uid: 7516 components: - type: Transform - pos: -24.5,-14.5 + pos: -5.5,-38.5 parent: 2 - uid: 7517 components: - type: Transform - pos: -5.5,-19.5 + pos: -5.5,-26.5 parent: 2 - uid: 7518 components: - type: Transform - pos: -4.5,-19.5 + pos: 18.5,-29.5 parent: 2 - uid: 7519 components: - type: Transform - pos: -4.5,-21.5 + pos: -0.5,-17.5 parent: 2 - uid: 7520 components: - type: Transform - pos: 2.5,-91.5 + pos: 30.5,-3.5 parent: 2 - uid: 7521 components: - type: Transform - pos: 13.5,-47.5 + pos: 30.5,7.5 parent: 2 - uid: 7522 components: - type: Transform - pos: 7.5,-92.5 + pos: -24.5,-14.5 parent: 2 - uid: 7523 components: - type: Transform - pos: -3.5,-75.5 + pos: -5.5,-19.5 parent: 2 - uid: 7524 components: - type: Transform - pos: 20.5,-42.5 + pos: -4.5,-19.5 parent: 2 - uid: 7525 components: - type: Transform - pos: -65.5,-25.5 + pos: -4.5,-21.5 parent: 2 - uid: 7526 components: - type: Transform - pos: -24.5,-13.5 + pos: 2.5,-91.5 parent: 2 - uid: 7527 components: - type: Transform - pos: 2.5,-89.5 + pos: 13.5,-47.5 parent: 2 - uid: 7528 components: - type: Transform - pos: -1.5,-84.5 + pos: 7.5,-92.5 parent: 2 - uid: 7529 components: - type: Transform - pos: -1.5,-85.5 + pos: -3.5,-75.5 parent: 2 - uid: 7530 components: - type: Transform - pos: 17.5,-95.5 + pos: 20.5,-42.5 parent: 2 - uid: 7531 components: - type: Transform - pos: 4.5,-95.5 + pos: -65.5,-25.5 parent: 2 - uid: 7532 components: - type: Transform - pos: 25.5,-11.5 + pos: -24.5,-13.5 parent: 2 - uid: 7533 components: - type: Transform - pos: 25.5,-9.5 + pos: 2.5,-89.5 parent: 2 - uid: 7534 components: - type: Transform - pos: 25.5,-8.5 + pos: -1.5,-84.5 parent: 2 - uid: 7535 components: - type: Transform - pos: 25.5,-7.5 + pos: -1.5,-85.5 parent: 2 - uid: 7536 components: - type: Transform - pos: 9.5,-42.5 + pos: 17.5,-95.5 parent: 2 - uid: 7537 components: - type: Transform - pos: 14.5,-42.5 + pos: 4.5,-95.5 parent: 2 - uid: 7538 components: - type: Transform - pos: 11.5,-42.5 + pos: 25.5,-11.5 parent: 2 - uid: 7539 components: - type: Transform - pos: 4.5,-26.5 + pos: 25.5,-9.5 parent: 2 - uid: 7540 components: - type: Transform - pos: -3.5,-17.5 + pos: 25.5,-8.5 parent: 2 - uid: 7541 components: - type: Transform - pos: 10.5,-98.5 + pos: 25.5,-7.5 parent: 2 - uid: 7542 components: - type: Transform - pos: 7.5,-95.5 + pos: 9.5,-42.5 parent: 2 - uid: 7543 components: - type: Transform - pos: 15.5,-42.5 + pos: 14.5,-42.5 parent: 2 - uid: 7544 components: - type: Transform - pos: 15.5,-44.5 + pos: 11.5,-42.5 parent: 2 - uid: 7545 components: - type: Transform - pos: 15.5,-36.5 + pos: 4.5,-26.5 parent: 2 - uid: 7546 components: - type: Transform - pos: 15.5,-34.5 + pos: -3.5,-17.5 parent: 2 - uid: 7547 components: - type: Transform - pos: 15.5,-32.5 + pos: 10.5,-98.5 parent: 2 - uid: 7548 components: - type: Transform - pos: -3.5,-69.5 + pos: 7.5,-95.5 parent: 2 - uid: 7549 components: - type: Transform - pos: -5.5,-69.5 + pos: 15.5,-42.5 parent: 2 - uid: 7550 components: - type: Transform - pos: 14.5,-48.5 + pos: 15.5,-44.5 parent: 2 - uid: 7551 components: - type: Transform - pos: -6.5,-71.5 + pos: 15.5,-36.5 parent: 2 - uid: 7552 components: - type: Transform - pos: -6.5,-70.5 + pos: 15.5,-34.5 parent: 2 - uid: 7553 components: - type: Transform - pos: -8.5,-71.5 + pos: 15.5,-32.5 parent: 2 - uid: 7554 components: - type: Transform - pos: -10.5,-71.5 + pos: -3.5,-69.5 parent: 2 - uid: 7555 components: - type: Transform - pos: 14.5,-49.5 + pos: -5.5,-69.5 parent: 2 - uid: 7556 components: - type: Transform - pos: 13.5,-49.5 + pos: 14.5,-48.5 parent: 2 - uid: 7557 components: - type: Transform - pos: 11.5,-49.5 + pos: -6.5,-71.5 parent: 2 - uid: 7558 components: - type: Transform - pos: -11.5,-71.5 + pos: -6.5,-70.5 parent: 2 - uid: 7559 components: - type: Transform - pos: 25.5,-17.5 + pos: -8.5,-71.5 parent: 2 - uid: 7560 components: - type: Transform - pos: 38.5,-28.5 + pos: -10.5,-71.5 parent: 2 - uid: 7561 components: - type: Transform - pos: 37.5,-30.5 + pos: 14.5,-49.5 parent: 2 - uid: 7562 components: - type: Transform - pos: 35.5,-30.5 + pos: 13.5,-49.5 parent: 2 - uid: 7563 components: - type: Transform - pos: 35.5,-29.5 + pos: 11.5,-49.5 parent: 2 - uid: 7564 components: - type: Transform - pos: 9.5,-101.5 + pos: -11.5,-71.5 parent: 2 - uid: 7565 components: - type: Transform - pos: -11.5,58.5 + pos: 25.5,-17.5 parent: 2 - uid: 7566 components: - type: Transform - pos: -12.5,58.5 + pos: 38.5,-28.5 parent: 2 - uid: 7567 components: - type: Transform - pos: -15.5,44.5 + pos: 37.5,-30.5 parent: 2 - uid: 7568 components: - type: Transform - pos: -16.5,44.5 + pos: 35.5,-30.5 parent: 2 - uid: 7569 components: - type: Transform - pos: -17.5,44.5 + pos: 35.5,-29.5 parent: 2 - uid: 7570 components: - type: Transform - pos: -17.5,45.5 + pos: 9.5,-101.5 parent: 2 - uid: 7571 components: - type: Transform - pos: -17.5,46.5 + pos: -11.5,58.5 parent: 2 - uid: 7572 components: - type: Transform - pos: -17.5,47.5 + pos: -12.5,58.5 parent: 2 - uid: 7573 components: - type: Transform - pos: -17.5,48.5 + pos: -15.5,44.5 parent: 2 - uid: 7574 components: - type: Transform - pos: -17.5,49.5 + pos: -16.5,44.5 parent: 2 - uid: 7575 components: - type: Transform - pos: -17.5,50.5 + pos: -17.5,44.5 parent: 2 - uid: 7576 components: - type: Transform - pos: -16.5,50.5 + pos: -17.5,45.5 parent: 2 - uid: 7577 components: - type: Transform - pos: -13.5,50.5 + pos: -17.5,46.5 parent: 2 - uid: 7578 components: - type: Transform - pos: -15.5,50.5 + pos: -17.5,47.5 parent: 2 - uid: 7579 components: - type: Transform - pos: -14.5,50.5 + pos: -17.5,48.5 parent: 2 - uid: 7580 components: - type: Transform - pos: -13.5,58.5 + pos: -17.5,49.5 parent: 2 - uid: 7581 components: - type: Transform - pos: -13.5,57.5 + pos: -17.5,50.5 parent: 2 - uid: 7582 components: - type: Transform - pos: -13.5,51.5 + pos: -16.5,50.5 parent: 2 - uid: 7583 components: - type: Transform - pos: -13.5,52.5 + pos: -13.5,50.5 parent: 2 - uid: 7584 components: - type: Transform - pos: -13.5,53.5 + pos: -15.5,50.5 parent: 2 - uid: 7585 components: - type: Transform - pos: -13.5,54.5 + pos: -14.5,50.5 parent: 2 - uid: 7586 components: - type: Transform - pos: -13.5,55.5 + pos: -13.5,58.5 parent: 2 - uid: 7587 components: - type: Transform - pos: -13.5,56.5 + pos: -13.5,57.5 parent: 2 - uid: 7588 components: - type: Transform - pos: 15.5,-39.5 + pos: -13.5,51.5 parent: 2 - uid: 7589 components: - type: Transform - pos: -6.5,-75.5 + pos: -13.5,52.5 parent: 2 - uid: 7590 components: - type: Transform - pos: 18.5,-42.5 + pos: -13.5,53.5 parent: 2 - uid: 7591 components: - type: Transform - pos: -24.5,-15.5 + pos: -13.5,54.5 parent: 2 - uid: 7592 components: - type: Transform - pos: 17.5,-29.5 + pos: -13.5,55.5 parent: 2 - uid: 7593 components: - type: Transform - pos: 35.5,-38.5 + pos: -13.5,56.5 parent: 2 - uid: 7594 components: - type: Transform - pos: 26.5,-42.5 + pos: 15.5,-39.5 parent: 2 - uid: 7595 components: - type: Transform - pos: -13.5,-26.5 + pos: -6.5,-75.5 parent: 2 - uid: 7596 components: - type: Transform - pos: -10.5,-26.5 + pos: 18.5,-42.5 parent: 2 - uid: 7597 components: - type: Transform - pos: -5.5,-34.5 + pos: -24.5,-15.5 parent: 2 - uid: 7598 components: - type: Transform - pos: -5.5,-41.5 + pos: 17.5,-29.5 parent: 2 - uid: 7599 components: - type: Transform - pos: 13.5,-57.5 + pos: 35.5,-38.5 parent: 2 - uid: 7600 components: - type: Transform - pos: 12.5,-55.5 + pos: 26.5,-42.5 parent: 2 - uid: 7601 components: - type: Transform - pos: 8.5,-52.5 + pos: -13.5,-26.5 parent: 2 - uid: 7602 components: - type: Transform - pos: -11.5,-42.5 + pos: -10.5,-26.5 parent: 2 - uid: 7603 components: - type: Transform - pos: -8.5,-26.5 + pos: -5.5,-34.5 parent: 2 - uid: 7604 components: - type: Transform - pos: -13.5,-73.5 + pos: -5.5,-41.5 parent: 2 - uid: 7605 components: - type: Transform - pos: 25.5,-47.5 + pos: 13.5,-57.5 parent: 2 - uid: 7606 components: - type: Transform - pos: -5.5,-31.5 + pos: 12.5,-55.5 parent: 2 - uid: 7607 components: - type: Transform - pos: -5.5,-33.5 + pos: 8.5,-52.5 parent: 2 - uid: 7608 components: - type: Transform - pos: -14.5,-26.5 + pos: -11.5,-42.5 parent: 2 - uid: 7609 components: - type: Transform - pos: -15.5,-26.5 + pos: -8.5,-26.5 parent: 2 - uid: 7610 components: - type: Transform - pos: -3.5,-26.5 + pos: -13.5,-73.5 parent: 2 - uid: 7611 components: - type: Transform - pos: -2.5,-26.5 + pos: 25.5,-47.5 parent: 2 - uid: 7612 components: - type: Transform - pos: -0.5,-26.5 + pos: -5.5,-31.5 parent: 2 - uid: 7613 components: - type: Transform - pos: 9.5,-26.5 + pos: -5.5,-33.5 parent: 2 - uid: 7614 components: - type: Transform - pos: 13.5,-26.5 + pos: -14.5,-26.5 parent: 2 - uid: 7615 components: - type: Transform - pos: 15.5,-29.5 + pos: -15.5,-26.5 parent: 2 - uid: 7616 components: - type: Transform - pos: -4.5,-42.5 + pos: -3.5,-26.5 parent: 2 - uid: 7617 components: - type: Transform - pos: -7.5,-42.5 + pos: -2.5,-26.5 parent: 2 - uid: 7618 components: - type: Transform - pos: -8.5,-42.5 + pos: -0.5,-26.5 parent: 2 - uid: 7619 components: - type: Transform - pos: -10.5,-42.5 + pos: 9.5,-26.5 parent: 2 - uid: 7620 components: - type: Transform - pos: -12.5,-42.5 + pos: 13.5,-26.5 parent: 2 - uid: 7621 components: - type: Transform - pos: -13.5,-42.5 + pos: 15.5,-29.5 parent: 2 - uid: 7622 components: - type: Transform - pos: 10.5,-51.5 + pos: -4.5,-42.5 parent: 2 - uid: 7623 components: - type: Transform - pos: -15.5,-42.5 + pos: -7.5,-42.5 parent: 2 - uid: 7624 components: - type: Transform - pos: -12.5,-70.5 + pos: -8.5,-42.5 parent: 2 - uid: 7625 components: - type: Transform - pos: -8.5,-75.5 + pos: -10.5,-42.5 parent: 2 - uid: 7626 components: - type: Transform - pos: -18.5,-42.5 + pos: -12.5,-42.5 parent: 2 - uid: 7627 components: - type: Transform - pos: 15.5,-95.5 + pos: -13.5,-42.5 parent: 2 - uid: 7628 components: - type: Transform - pos: 25.5,-50.5 + pos: 10.5,-51.5 parent: 2 - uid: 7629 components: - type: Transform - pos: 9.5,-92.5 + pos: -15.5,-42.5 parent: 2 - uid: 7630 components: - type: Transform - pos: 13.5,-95.5 + pos: -12.5,-70.5 parent: 2 - uid: 7631 components: - type: Transform - pos: 34.5,-42.5 + pos: -8.5,-75.5 parent: 2 - uid: 7632 components: - type: Transform - pos: 35.5,-42.5 + pos: -18.5,-42.5 parent: 2 - uid: 7633 components: - type: Transform - pos: 25.5,-45.5 + pos: 15.5,-95.5 parent: 2 - uid: 7634 components: - type: Transform - pos: 35.5,-32.5 + pos: 25.5,-50.5 parent: 2 - uid: 7635 components: - type: Transform - pos: 35.5,-36.5 + pos: 9.5,-92.5 parent: 2 - uid: 7636 components: - type: Transform - pos: 70.5,-46.5 + pos: 13.5,-95.5 parent: 2 - uid: 7637 components: - type: Transform - pos: -12.5,-74.5 + pos: 34.5,-42.5 parent: 2 - uid: 7638 components: - type: Transform - pos: -0.5,-72.5 + pos: 35.5,-42.5 parent: 2 - uid: 7639 components: - type: Transform - pos: 11.5,-105.5 + pos: 25.5,-45.5 parent: 2 - uid: 7640 components: - type: Transform - pos: -1.5,-86.5 + pos: 35.5,-32.5 parent: 2 - uid: 7641 components: - type: Transform - pos: -16.5,-26.5 + pos: 35.5,-36.5 parent: 2 - uid: 7642 components: - type: Transform - pos: 11.5,-26.5 + pos: 70.5,-46.5 parent: 2 - uid: 7643 components: - type: Transform - pos: -17.5,-42.5 + pos: -12.5,-74.5 parent: 2 - uid: 7644 components: - type: Transform - pos: -9.5,-71.5 + pos: -0.5,-72.5 parent: 2 - uid: 7645 components: - type: Transform - pos: 6.5,-14.5 + pos: 11.5,-105.5 parent: 2 - uid: 7646 components: - type: Transform - pos: -4.5,-19.5 + pos: -1.5,-86.5 parent: 2 - uid: 7647 components: - type: Transform - pos: -5.5,-32.5 + pos: -16.5,-26.5 parent: 2 - uid: 7648 components: - type: Transform - pos: 25.5,-48.5 + pos: 11.5,-26.5 parent: 2 - uid: 7649 components: - type: Transform - pos: -9.5,-26.5 + pos: -17.5,-42.5 parent: 2 - uid: 7650 components: - type: Transform - pos: 25.5,-46.5 + pos: -9.5,-71.5 parent: 2 - uid: 7651 components: - type: Transform - pos: -5.5,-42.5 + pos: 6.5,-14.5 parent: 2 - uid: 7652 components: - type: Transform - pos: 15.5,-38.5 + pos: -4.5,-19.5 parent: 2 - uid: 7653 components: - type: Transform - pos: -5.5,-36.5 + pos: -5.5,-32.5 parent: 2 - uid: 7654 components: - type: Transform - pos: 25.5,-51.5 + pos: 25.5,-48.5 parent: 2 - uid: 7655 components: - type: Transform - pos: 15.5,-45.5 + pos: -9.5,-26.5 parent: 2 - uid: 7656 components: - type: Transform - pos: 15.5,-31.5 + pos: 25.5,-46.5 parent: 2 - uid: 7657 components: - type: Transform - pos: 6.5,-95.5 + pos: -5.5,-42.5 parent: 2 - uid: 7658 components: - type: Transform - pos: 15.5,-35.5 + pos: 15.5,-38.5 parent: 2 - uid: 7659 components: - type: Transform - pos: -16.5,-42.5 + pos: -5.5,-36.5 parent: 2 - uid: 7660 components: - type: Transform - pos: 15.5,-30.5 + pos: 25.5,-51.5 parent: 2 - uid: 7661 components: - type: Transform - pos: 10.5,-50.5 + pos: 15.5,-45.5 parent: 2 - uid: 7662 components: - type: Transform - pos: -1.5,-63.5 + pos: 15.5,-31.5 parent: 2 - uid: 7663 components: - type: Transform - pos: -12.5,-26.5 + pos: 6.5,-95.5 parent: 2 - uid: 7664 components: - type: Transform - pos: 0.5,-26.5 + pos: 15.5,-35.5 parent: 2 - uid: 7665 components: - type: Transform - pos: 14.5,-26.5 + pos: -16.5,-42.5 parent: 2 - uid: 7666 components: - type: Transform - pos: 15.5,-27.5 + pos: 15.5,-30.5 parent: 2 - uid: 7667 components: - type: Transform - pos: -6.5,-42.5 + pos: 10.5,-50.5 parent: 2 - uid: 7668 components: - type: Transform - pos: -3.5,-42.5 + pos: -12.5,-26.5 parent: 2 - uid: 7669 components: - type: Transform - pos: -2.5,-17.5 + pos: 0.5,-26.5 parent: 2 - uid: 7670 components: - type: Transform - pos: -1.5,-17.5 + pos: 14.5,-26.5 parent: 2 - uid: 7671 components: - type: Transform - pos: 30.5,-2.5 + pos: 15.5,-27.5 parent: 2 - uid: 7672 components: - type: Transform - pos: 30.5,-4.5 + pos: -6.5,-42.5 parent: 2 - uid: 7673 components: - type: Transform - pos: -4.5,-75.5 + pos: -3.5,-42.5 parent: 2 - uid: 7674 components: - type: Transform - pos: 24.5,-17.5 + pos: -2.5,-17.5 parent: 2 - uid: 7675 components: - type: Transform - pos: 25.5,-16.5 + pos: -1.5,-17.5 parent: 2 - uid: 7676 components: - type: Transform - pos: 25.5,-15.5 + pos: 30.5,-2.5 parent: 2 - uid: 7677 components: - type: Transform - pos: 17.5,-5.5 + pos: 30.5,-4.5 parent: 2 - uid: 7678 components: - type: Transform - pos: 32.5,-17.5 + pos: -4.5,-75.5 parent: 2 - uid: 7679 components: - type: Transform - pos: 35.5,-21.5 + pos: 24.5,-17.5 parent: 2 - uid: 7680 components: - type: Transform - pos: -13.5,-71.5 + pos: 25.5,-16.5 parent: 2 - uid: 7681 components: - type: Transform - pos: 9.5,-95.5 + pos: 25.5,-15.5 parent: 2 - uid: 7682 components: - type: Transform - pos: 13.5,-98.5 + pos: 17.5,-5.5 parent: 2 - uid: 7683 components: - type: Transform - pos: -2.5,-77.5 + pos: 32.5,-17.5 parent: 2 - uid: 7684 components: - type: Transform - pos: -2.5,-78.5 + pos: 35.5,-21.5 parent: 2 - uid: 7685 components: - type: Transform - pos: -1.5,-82.5 + pos: -13.5,-71.5 parent: 2 - uid: 7686 components: - type: Transform - pos: -9.5,-75.5 + pos: 9.5,-95.5 parent: 2 - uid: 7687 components: - type: Transform - pos: 28.5,-42.5 + pos: 13.5,-98.5 parent: 2 - uid: 7688 components: - type: Transform - pos: -4.5,-23.5 + pos: -2.5,-77.5 parent: 2 - uid: 7689 components: - type: Transform - pos: -5.5,-28.5 + pos: -2.5,-78.5 parent: 2 - uid: 7690 components: - type: Transform - pos: -5.5,-35.5 + pos: -1.5,-82.5 parent: 2 - uid: 7691 components: - type: Transform - pos: 10.5,-26.5 + pos: -9.5,-75.5 parent: 2 - uid: 7692 components: - type: Transform - pos: 8.5,-26.5 + pos: 28.5,-42.5 parent: 2 - uid: 7693 components: - type: Transform - pos: -7.5,-71.5 + pos: -4.5,-23.5 parent: 2 - uid: 7694 components: - type: Transform - pos: -7.5,-26.5 + pos: -5.5,-28.5 parent: 2 - uid: 7695 components: - type: Transform - pos: -6.5,-26.5 + pos: -5.5,-35.5 parent: 2 - uid: 7696 components: - type: Transform - pos: -9.5,-42.5 + pos: 10.5,-26.5 parent: 2 - uid: 7697 components: - type: Transform - pos: 8.5,-98.5 + pos: 8.5,-26.5 parent: 2 - uid: 7698 components: - type: Transform - pos: 2.5,-90.5 + pos: -7.5,-71.5 parent: 2 - uid: 7699 components: - type: Transform - pos: 15.5,-31.5 + pos: -7.5,-26.5 parent: 2 - uid: 7700 components: - type: Transform - pos: 14.5,-95.5 + pos: -6.5,-26.5 parent: 2 - uid: 7701 components: - type: Transform - pos: -5.5,-37.5 + pos: -9.5,-42.5 parent: 2 - uid: 7702 components: - type: Transform - pos: -14.5,-73.5 + pos: 8.5,-98.5 parent: 2 - uid: 7703 components: - type: Transform - pos: 35.5,-28.5 + pos: 2.5,-90.5 parent: 2 - uid: 7704 components: - type: Transform - pos: -14.5,-42.5 + pos: 15.5,-31.5 parent: 2 - uid: 7705 components: - type: Transform - pos: 1.5,-89.5 + pos: 14.5,-95.5 parent: 2 - uid: 7706 components: - type: Transform - pos: 3.5,-92.5 + pos: -5.5,-37.5 parent: 2 - uid: 7707 components: - type: Transform - pos: 5.5,-95.5 + pos: -14.5,-73.5 parent: 2 - uid: 7708 components: - type: Transform - pos: 13.5,-101.5 + pos: 35.5,-28.5 parent: 2 - uid: 7709 components: - type: Transform - pos: 9.5,-14.5 + pos: -14.5,-42.5 parent: 2 - uid: 7710 components: - type: Transform - pos: -4.5,-20.5 + pos: 1.5,-89.5 parent: 2 - uid: 7711 components: - type: Transform - pos: 16.5,-29.5 + pos: 3.5,-92.5 parent: 2 - uid: 7712 components: - type: Transform - pos: -4.5,-26.5 + pos: 5.5,-95.5 parent: 2 - uid: 7713 components: - type: Transform - pos: 16.5,-95.5 + pos: 13.5,-101.5 parent: 2 - uid: 7714 components: - type: Transform - pos: -2.5,-42.5 + pos: 9.5,-14.5 parent: 2 - uid: 7715 components: - type: Transform - pos: 16.5,-42.5 + pos: -4.5,-20.5 parent: 2 - uid: 7716 components: - type: Transform - pos: 7.5,-14.5 + pos: 16.5,-29.5 parent: 2 - uid: 7717 components: - type: Transform - pos: 12.5,-101.5 + pos: -4.5,-26.5 parent: 2 - uid: 7718 components: - type: Transform - pos: 10.5,-101.5 + pos: 16.5,-95.5 parent: 2 - uid: 7719 components: - type: Transform - pos: 8.5,-101.5 + pos: -2.5,-42.5 parent: 2 - uid: 7720 components: - type: Transform - pos: 14.5,-101.5 + pos: 16.5,-42.5 parent: 2 - uid: 7721 components: - type: Transform - pos: 9.5,-104.5 + pos: 7.5,-14.5 parent: 2 - uid: 7722 components: - type: Transform - pos: 13.5,-104.5 + pos: 12.5,-101.5 parent: 2 - uid: 7723 components: - type: Transform - pos: 9.5,-98.5 + pos: 10.5,-101.5 parent: 2 - uid: 7724 components: - type: Transform - pos: -1.5,-83.5 + pos: 8.5,-101.5 parent: 2 - uid: 7725 components: - type: Transform - pos: -1.5,-81.5 + pos: 14.5,-101.5 parent: 2 - uid: 7726 components: - type: Transform - pos: -1.5,-79.5 + pos: 9.5,-104.5 parent: 2 - uid: 7727 components: - type: Transform - pos: -2.5,-79.5 + pos: 13.5,-104.5 parent: 2 - uid: 7728 components: - type: Transform - pos: -2.5,-75.5 + pos: 9.5,-98.5 parent: 2 - uid: 7729 components: - type: Transform - pos: -2.5,-76.5 + pos: -1.5,-83.5 parent: 2 - uid: 7730 components: - type: Transform - pos: -10.5,-75.5 + pos: -1.5,-81.5 parent: 2 - uid: 7731 components: - type: Transform - pos: 15.5,-58.5 + pos: -1.5,-79.5 parent: 2 - uid: 7732 components: - type: Transform - pos: -5.5,-27.5 + pos: -2.5,-79.5 parent: 2 - uid: 7733 components: - type: Transform - pos: -5.5,-29.5 + pos: -2.5,-75.5 parent: 2 - uid: 7734 components: - type: Transform - pos: 21.5,-17.5 + pos: -2.5,-76.5 parent: 2 - uid: 7735 components: - type: Transform - pos: 22.5,-17.5 + pos: -10.5,-75.5 parent: 2 - uid: 7736 components: - type: Transform - pos: 20.5,-17.5 + pos: 15.5,-58.5 parent: 2 - uid: 7737 components: - type: Transform - pos: 19.5,-17.5 + pos: -5.5,-27.5 parent: 2 - uid: 7738 components: - type: Transform - pos: 18.5,-17.5 + pos: -5.5,-29.5 parent: 2 - uid: 7739 components: - type: Transform - pos: 17.5,-17.5 + pos: 21.5,-17.5 parent: 2 - uid: 7740 components: - type: Transform - pos: 16.5,-17.5 + pos: 22.5,-17.5 parent: 2 - uid: 7741 components: - type: Transform - pos: 15.5,-22.5 + pos: 20.5,-17.5 parent: 2 - uid: 7742 components: - type: Transform - pos: 15.5,-17.5 + pos: 19.5,-17.5 parent: 2 - uid: 7743 components: - type: Transform - pos: 15.5,-18.5 + pos: 18.5,-17.5 parent: 2 - uid: 7744 components: - type: Transform - pos: 15.5,-19.5 + pos: 17.5,-17.5 parent: 2 - uid: 7745 components: - type: Transform - pos: 15.5,-20.5 + pos: 16.5,-17.5 parent: 2 - uid: 7746 components: - type: Transform - pos: 15.5,-21.5 + pos: 15.5,-22.5 parent: 2 - uid: 7747 components: - type: Transform - pos: 15.5,-23.5 + pos: 15.5,-17.5 parent: 2 - uid: 7748 components: - type: Transform - pos: 15.5,-24.5 + pos: 15.5,-18.5 parent: 2 - uid: 7749 components: - type: Transform - pos: 15.5,-25.5 + pos: 15.5,-19.5 parent: 2 - uid: 7750 components: - type: Transform - pos: 18.5,-5.5 + pos: 15.5,-20.5 parent: 2 - uid: 7751 components: - type: Transform - pos: 19.5,-5.5 + pos: 15.5,-21.5 parent: 2 - uid: 7752 components: - type: Transform - pos: 20.5,-5.5 + pos: 15.5,-23.5 parent: 2 - uid: 7753 components: - type: Transform - pos: 21.5,-5.5 + pos: 15.5,-24.5 parent: 2 - uid: 7754 components: - type: Transform - pos: 22.5,-5.5 + pos: 15.5,-25.5 parent: 2 - uid: 7755 components: - type: Transform - pos: 23.5,-5.5 + pos: 18.5,-5.5 parent: 2 - uid: 7756 components: - type: Transform - pos: 31.5,-17.5 + pos: 19.5,-5.5 parent: 2 - uid: 7757 components: - type: Transform - pos: 30.5,-17.5 + pos: 20.5,-5.5 parent: 2 - uid: 7758 components: - type: Transform - pos: 29.5,-17.5 + pos: 21.5,-5.5 parent: 2 - uid: 7759 components: - type: Transform - pos: 28.5,-17.5 + pos: 22.5,-5.5 parent: 2 - uid: 7760 components: - type: Transform - pos: 27.5,-17.5 + pos: 23.5,-5.5 parent: 2 - uid: 7761 components: - type: Transform - pos: 26.5,-17.5 + pos: 31.5,-17.5 parent: 2 - uid: 7762 components: - type: Transform - pos: 35.5,-20.5 + pos: 30.5,-17.5 parent: 2 - uid: 7763 components: - type: Transform - pos: 35.5,-19.5 + pos: 29.5,-17.5 parent: 2 - uid: 7764 components: - type: Transform - pos: 35.5,-18.5 + pos: 28.5,-17.5 parent: 2 - uid: 7765 components: - type: Transform - pos: 35.5,-17.5 + pos: 27.5,-17.5 parent: 2 - uid: 7766 components: - type: Transform - pos: 34.5,-17.5 + pos: 26.5,-17.5 parent: 2 - uid: 7767 components: - type: Transform - pos: 33.5,-17.5 + pos: 35.5,-20.5 parent: 2 - uid: 7768 components: - type: Transform - pos: 35.5,-27.5 + pos: 35.5,-19.5 parent: 2 - uid: 7769 components: - type: Transform - pos: 35.5,-26.5 + pos: 35.5,-18.5 parent: 2 - uid: 7770 components: - type: Transform - pos: 35.5,-25.5 + pos: 35.5,-17.5 parent: 2 - uid: 7771 components: - type: Transform - pos: 35.5,-24.5 + pos: 34.5,-17.5 parent: 2 - uid: 7772 components: - type: Transform - pos: 35.5,-23.5 + pos: 33.5,-17.5 parent: 2 - uid: 7773 components: - type: Transform - pos: 35.5,-22.5 + pos: 35.5,-27.5 parent: 2 - uid: 7774 components: - type: Transform - pos: 30.5,-5.5 + pos: 35.5,-26.5 parent: 2 - uid: 7775 components: - type: Transform - pos: 29.5,-5.5 + pos: 35.5,-25.5 parent: 2 - uid: 7776 components: - type: Transform - pos: 28.5,-5.5 + pos: 35.5,-24.5 parent: 2 - uid: 7777 components: - type: Transform - pos: 27.5,-5.5 + pos: 35.5,-23.5 parent: 2 - uid: 7778 components: - type: Transform - pos: 26.5,-5.5 + pos: 35.5,-22.5 parent: 2 - uid: 7779 components: - type: Transform - pos: 33.5,-2.5 + pos: 30.5,-5.5 parent: 2 - uid: 7780 components: - type: Transform - pos: 33.5,-3.5 + pos: 29.5,-5.5 parent: 2 - uid: 7781 components: - type: Transform - pos: 33.5,-4.5 + pos: 28.5,-5.5 parent: 2 - uid: 7782 components: - type: Transform - pos: 33.5,-5.5 + pos: 27.5,-5.5 parent: 2 - uid: 7783 components: - type: Transform - pos: 32.5,-5.5 + pos: 26.5,-5.5 parent: 2 - uid: 7784 components: - type: Transform - pos: 39.5,-30.5 + pos: 33.5,-2.5 parent: 2 - uid: 7785 components: - type: Transform - pos: 35.5,-31.5 + pos: 33.5,-3.5 parent: 2 - uid: 7786 components: - type: Transform - pos: 35.5,-33.5 + pos: 33.5,-4.5 parent: 2 - uid: 7787 components: - type: Transform - pos: 35.5,-35.5 + pos: 33.5,-5.5 parent: 2 - uid: 7788 components: - type: Transform - pos: 35.5,-37.5 + pos: 32.5,-5.5 parent: 2 - uid: 7789 components: - type: Transform - pos: 35.5,-39.5 + pos: 39.5,-30.5 parent: 2 - uid: 7790 components: - type: Transform - pos: 35.5,-41.5 + pos: 35.5,-31.5 parent: 2 - uid: 7791 components: - type: Transform - pos: 17.5,-42.5 + pos: 35.5,-33.5 parent: 2 - uid: 7792 components: - type: Transform - pos: 19.5,-42.5 + pos: 35.5,-35.5 parent: 2 - uid: 7793 components: - type: Transform - pos: 10.5,-52.5 + pos: 35.5,-37.5 parent: 2 - uid: 7794 components: - type: Transform - pos: 33.5,-1.5 + pos: 35.5,-39.5 parent: 2 - uid: 7795 components: - type: Transform - pos: 33.5,-0.5 + pos: 35.5,-41.5 parent: 2 - uid: 7796 components: - type: Transform - pos: 33.5,0.5 + pos: 17.5,-42.5 parent: 2 - uid: 7797 components: - type: Transform - pos: 33.5,1.5 + pos: 19.5,-42.5 parent: 2 - uid: 7798 components: - type: Transform - pos: 33.5,2.5 + pos: 10.5,-52.5 parent: 2 - uid: 7799 components: - type: Transform - pos: 33.5,3.5 + pos: 33.5,-1.5 parent: 2 - uid: 7800 components: - type: Transform - pos: 33.5,4.5 + pos: 33.5,-0.5 parent: 2 - uid: 7801 components: - type: Transform - pos: 33.5,5.5 + pos: 33.5,0.5 parent: 2 - uid: 7802 components: - type: Transform - pos: 33.5,6.5 + pos: 33.5,1.5 parent: 2 - uid: 7803 components: - type: Transform - pos: 33.5,7.5 + pos: 33.5,2.5 parent: 2 - uid: 7804 components: - type: Transform - pos: 32.5,7.5 + pos: 33.5,3.5 parent: 2 - uid: 7805 components: - type: Transform - pos: 31.5,7.5 + pos: 33.5,4.5 parent: 2 - uid: 7806 components: - type: Transform - pos: 29.5,7.5 + pos: 33.5,5.5 parent: 2 - uid: 7807 components: - type: Transform - pos: 28.5,7.5 + pos: 33.5,6.5 parent: 2 - uid: 7808 components: - type: Transform - pos: 27.5,7.5 + pos: 33.5,7.5 parent: 2 - uid: 7809 components: - type: Transform - pos: 26.5,7.5 + pos: 32.5,7.5 parent: 2 - uid: 7810 components: - type: Transform - pos: 25.5,7.5 + pos: 31.5,7.5 parent: 2 - uid: 7811 components: - type: Transform - pos: 24.5,7.5 + pos: 29.5,7.5 parent: 2 - uid: 7812 components: - type: Transform - pos: 23.5,7.5 + pos: 28.5,7.5 parent: 2 - uid: 7813 components: - type: Transform - pos: 22.5,7.5 + pos: 27.5,7.5 parent: 2 - uid: 7814 components: - type: Transform - pos: 21.5,7.5 + pos: 26.5,7.5 parent: 2 - uid: 7815 components: - type: Transform - pos: 20.5,7.5 + pos: 25.5,7.5 parent: 2 - uid: 7816 components: - type: Transform - pos: 19.5,7.5 + pos: 24.5,7.5 parent: 2 - uid: 7817 components: - type: Transform - pos: 18.5,7.5 + pos: 23.5,7.5 parent: 2 - uid: 7818 components: - type: Transform - pos: 17.5,7.5 + pos: 22.5,7.5 parent: 2 - uid: 7819 components: - type: Transform - pos: 17.5,6.5 + pos: 21.5,7.5 parent: 2 - uid: 7820 components: - type: Transform - pos: 17.5,5.5 + pos: 20.5,7.5 parent: 2 - uid: 7821 components: - type: Transform - pos: 17.5,4.5 + pos: 19.5,7.5 parent: 2 - uid: 7822 components: - type: Transform - pos: 17.5,3.5 + pos: 18.5,7.5 parent: 2 - uid: 7823 components: - type: Transform - pos: 17.5,2.5 + pos: 17.5,7.5 parent: 2 - uid: 7824 components: - type: Transform - pos: 17.5,1.5 + pos: 17.5,6.5 parent: 2 - uid: 7825 components: - type: Transform - pos: 17.5,0.5 + pos: 17.5,5.5 parent: 2 - uid: 7826 components: - type: Transform - pos: 17.5,-0.5 + pos: 17.5,4.5 parent: 2 - uid: 7827 components: - type: Transform - pos: 17.5,-1.5 + pos: 17.5,3.5 parent: 2 - uid: 7828 components: - type: Transform - pos: 17.5,-2.5 + pos: 17.5,2.5 parent: 2 - uid: 7829 components: - type: Transform - pos: 17.5,-3.5 + pos: 17.5,1.5 parent: 2 - uid: 7830 components: - type: Transform - pos: 17.5,-4.5 + pos: 17.5,0.5 parent: 2 - uid: 7831 components: - type: Transform - pos: -4.5,-17.5 + pos: 17.5,-0.5 parent: 2 - uid: 7832 components: - type: Transform - pos: -4.5,-16.5 + pos: 17.5,-1.5 parent: 2 - uid: 7833 components: - type: Transform - pos: -4.5,-15.5 + pos: 17.5,-2.5 parent: 2 - uid: 7834 components: - type: Transform - pos: -4.5,-14.5 + pos: 17.5,-3.5 parent: 2 - uid: 7835 components: - type: Transform - pos: -4.5,-13.5 + pos: 17.5,-4.5 parent: 2 - uid: 7836 components: - type: Transform - pos: -4.5,-12.5 + pos: -4.5,-17.5 parent: 2 - uid: 7837 components: - type: Transform - pos: -4.5,-11.5 + pos: -4.5,-16.5 parent: 2 - uid: 7838 components: - type: Transform - pos: -4.5,-10.5 + pos: -4.5,-15.5 parent: 2 - uid: 7839 components: - type: Transform - pos: -4.5,-9.5 + pos: -4.5,-14.5 parent: 2 - uid: 7840 components: - type: Transform - pos: -4.5,-8.5 + pos: -4.5,-13.5 parent: 2 - uid: 7841 components: - type: Transform - pos: -4.5,-7.5 + pos: -4.5,-12.5 parent: 2 - uid: 7842 components: - type: Transform - pos: -4.5,-6.5 + pos: -4.5,-11.5 parent: 2 - uid: 7843 components: - type: Transform - pos: -4.5,-5.5 + pos: -4.5,-10.5 parent: 2 - uid: 7844 components: - type: Transform - pos: -4.5,-4.5 + pos: -4.5,-9.5 parent: 2 - uid: 7845 components: - type: Transform - pos: -4.5,-3.5 + pos: -4.5,-8.5 parent: 2 - uid: 7846 components: - type: Transform - pos: -4.5,-2.5 + pos: -4.5,-7.5 parent: 2 - uid: 7847 components: - type: Transform - pos: -4.5,-1.5 + pos: -4.5,-6.5 parent: 2 - uid: 7848 components: - type: Transform - pos: -4.5,-0.5 + pos: -4.5,-5.5 parent: 2 - uid: 7849 components: - type: Transform - pos: -4.5,0.5 + pos: -4.5,-4.5 parent: 2 - uid: 7850 components: - type: Transform - pos: -4.5,1.5 + pos: -4.5,-3.5 parent: 2 - uid: 7851 components: - type: Transform - pos: 25.5,8.5 + pos: -4.5,-2.5 parent: 2 - uid: 7852 components: - type: Transform - pos: 25.5,9.5 + pos: -4.5,-1.5 parent: 2 - uid: 7853 components: - type: Transform - pos: 24.5,9.5 + pos: -4.5,-0.5 parent: 2 - uid: 7854 components: - type: Transform - pos: 24.5,10.5 + pos: -4.5,0.5 parent: 2 - uid: 7855 components: - type: Transform - pos: 24.5,11.5 + pos: -4.5,1.5 parent: 2 - uid: 7856 components: - type: Transform - pos: 24.5,12.5 + pos: 25.5,8.5 parent: 2 - uid: 7857 components: - type: Transform - pos: 24.5,13.5 + pos: 25.5,9.5 parent: 2 - uid: 7858 components: - type: Transform - pos: 24.5,14.5 + pos: 24.5,9.5 parent: 2 - uid: 7859 components: - type: Transform - pos: 24.5,15.5 + pos: 24.5,10.5 parent: 2 - uid: 7860 components: - type: Transform - pos: 24.5,16.5 + pos: 24.5,11.5 parent: 2 - uid: 7861 components: - type: Transform - pos: 23.5,16.5 + pos: 24.5,12.5 parent: 2 - uid: 7862 components: - type: Transform - pos: 22.5,16.5 + pos: 24.5,13.5 parent: 2 - uid: 7863 components: - type: Transform - pos: 24.5,17.5 + pos: 24.5,14.5 parent: 2 - uid: 7864 components: - type: Transform - pos: 24.5,18.5 + pos: 24.5,15.5 parent: 2 - uid: 7865 components: - type: Transform - pos: 25.5,18.5 + pos: 24.5,16.5 parent: 2 - uid: 7866 components: - type: Transform - pos: 26.5,18.5 + pos: 23.5,16.5 parent: 2 - uid: 7867 components: - type: Transform - pos: 27.5,18.5 + pos: 22.5,16.5 parent: 2 - uid: 7868 components: - type: Transform - pos: 28.5,18.5 + pos: 24.5,17.5 parent: 2 - uid: 7869 components: - type: Transform - pos: 29.5,18.5 + pos: 24.5,18.5 parent: 2 - uid: 7870 components: - type: Transform - pos: 29.5,20.5 + pos: 25.5,18.5 parent: 2 - uid: 7871 components: - type: Transform - pos: 29.5,19.5 + pos: 26.5,18.5 parent: 2 - uid: 7872 components: - type: Transform - pos: 29.5,21.5 + pos: 27.5,18.5 parent: 2 - uid: 7873 components: - type: Transform - pos: 30.5,21.5 + pos: 28.5,18.5 parent: 2 - uid: 7874 components: - type: Transform - pos: 31.5,21.5 + pos: 29.5,18.5 parent: 2 - uid: 7875 components: - type: Transform - pos: 32.5,21.5 + pos: 29.5,20.5 parent: 2 - uid: 7876 components: - type: Transform - pos: 32.5,22.5 + pos: 29.5,19.5 parent: 2 - uid: 7877 components: - type: Transform - pos: 32.5,23.5 + pos: 29.5,21.5 parent: 2 - uid: 7878 components: - type: Transform - pos: 32.5,24.5 + pos: 30.5,21.5 parent: 2 - uid: 7879 components: - type: Transform - pos: 32.5,25.5 + pos: 31.5,21.5 parent: 2 - uid: 7880 components: - type: Transform - pos: 22.5,17.5 + pos: 32.5,21.5 parent: 2 - uid: 7881 components: - type: Transform - pos: 22.5,18.5 + pos: 32.5,22.5 parent: 2 - uid: 7882 components: - type: Transform - pos: 22.5,19.5 + pos: 32.5,23.5 parent: 2 - uid: 7883 components: - type: Transform - pos: 22.5,20.5 + pos: 32.5,24.5 parent: 2 - uid: 7884 components: - type: Transform - pos: 22.5,21.5 + pos: 32.5,25.5 parent: 2 - uid: 7885 components: - type: Transform - pos: 22.5,22.5 + pos: 22.5,17.5 parent: 2 - uid: 7886 components: - type: Transform - pos: 21.5,22.5 + pos: 22.5,18.5 parent: 2 - uid: 7887 components: - type: Transform - pos: 21.5,23.5 + pos: 22.5,19.5 parent: 2 - uid: 7888 components: - type: Transform - pos: 21.5,24.5 + pos: 22.5,20.5 parent: 2 - uid: 7889 components: - type: Transform - pos: 21.5,25.5 + pos: 22.5,21.5 parent: 2 - uid: 7890 components: - type: Transform - pos: 20.5,25.5 + pos: 22.5,22.5 parent: 2 - uid: 7891 components: - type: Transform - pos: 18.5,25.5 + pos: 21.5,22.5 parent: 2 - uid: 7892 components: - type: Transform - pos: 19.5,25.5 + pos: 21.5,23.5 parent: 2 - uid: 7893 components: - type: Transform - pos: 33.5,25.5 + pos: 21.5,24.5 parent: 2 - uid: 7894 components: - type: Transform - pos: -4.5,2.5 + pos: 21.5,25.5 parent: 2 - uid: 7895 components: - type: Transform - pos: -5.5,2.5 + pos: 20.5,25.5 parent: 2 - uid: 7896 components: - type: Transform - pos: -6.5,2.5 + pos: 18.5,25.5 parent: 2 - uid: 7897 components: - type: Transform - pos: -7.5,2.5 + pos: 19.5,25.5 parent: 2 - uid: 7898 components: - type: Transform - pos: -8.5,2.5 + pos: 33.5,25.5 parent: 2 - uid: 7899 components: - type: Transform - pos: -9.5,2.5 + pos: -4.5,2.5 parent: 2 - uid: 7900 components: - type: Transform - pos: -10.5,2.5 + pos: -5.5,2.5 parent: 2 - uid: 7901 components: - type: Transform - pos: -11.5,2.5 + pos: -6.5,2.5 parent: 2 - uid: 7902 components: - type: Transform - pos: -12.5,2.5 + pos: -7.5,2.5 parent: 2 - uid: 7903 components: - type: Transform - pos: -13.5,2.5 + pos: -8.5,2.5 parent: 2 - uid: 7904 components: - type: Transform - pos: -2.5,-62.5 + pos: -9.5,2.5 parent: 2 - uid: 7905 components: - type: Transform - pos: 34.5,1.5 + pos: -10.5,2.5 parent: 2 - uid: 7906 components: - type: Transform - pos: 35.5,1.5 + pos: -11.5,2.5 parent: 2 - uid: 7907 components: - type: Transform - pos: 36.5,1.5 + pos: -12.5,2.5 parent: 2 - uid: 7908 components: - type: Transform - pos: 36.5,2.5 + pos: -13.5,2.5 parent: 2 - uid: 7909 components: - type: Transform - pos: 37.5,2.5 + pos: 34.5,1.5 parent: 2 - uid: 7910 components: - type: Transform - pos: 38.5,2.5 + pos: 35.5,1.5 parent: 2 - uid: 7911 components: - type: Transform - pos: 39.5,2.5 + pos: 36.5,1.5 parent: 2 - uid: 7912 components: - type: Transform - pos: 40.5,2.5 + pos: 36.5,2.5 parent: 2 - uid: 7913 components: - type: Transform - pos: 41.5,2.5 + pos: 37.5,2.5 parent: 2 - uid: 7914 components: - type: Transform - pos: 42.5,2.5 + pos: 38.5,2.5 parent: 2 - uid: 7915 components: - type: Transform - pos: 44.5,2.5 + pos: 39.5,2.5 parent: 2 - uid: 7916 components: - type: Transform - pos: 43.5,2.5 + pos: 40.5,2.5 parent: 2 - uid: 7917 components: - type: Transform - pos: -10.5,26.5 + pos: 41.5,2.5 parent: 2 - uid: 7918 components: - type: Transform - pos: -14.5,35.5 + pos: 42.5,2.5 parent: 2 - uid: 7919 components: - type: Transform - pos: -9.5,26.5 + pos: 44.5,2.5 parent: 2 - uid: 7920 components: - type: Transform - pos: -20.5,29.5 + pos: 43.5,2.5 parent: 2 - uid: 7921 components: - type: Transform - pos: -18.5,29.5 + pos: -10.5,26.5 parent: 2 - uid: 7922 components: - type: Transform - pos: -20.5,28.5 + pos: -14.5,35.5 parent: 2 - uid: 7923 components: - type: Transform - pos: -14.5,31.5 + pos: -9.5,26.5 parent: 2 - uid: 7924 components: - type: Transform - pos: -19.5,29.5 + pos: -20.5,29.5 parent: 2 - uid: 7925 components: - type: Transform - pos: -14.5,33.5 + pos: -18.5,29.5 parent: 2 - uid: 7926 components: - type: Transform - pos: -20.5,26.5 + pos: -20.5,28.5 parent: 2 - uid: 7927 components: - type: Transform - pos: -20.5,27.5 + pos: -14.5,31.5 parent: 2 - uid: 7928 components: - type: Transform - pos: -14.5,39.5 + pos: -19.5,29.5 parent: 2 - uid: 7929 components: - type: Transform - pos: -14.5,40.5 + pos: -14.5,33.5 parent: 2 - uid: 7930 components: - type: Transform - pos: -9.5,27.5 + pos: -20.5,26.5 parent: 2 - uid: 7931 components: - type: Transform - pos: -9.5,29.5 + pos: -20.5,27.5 parent: 2 - uid: 7932 components: - type: Transform - pos: -8.5,29.5 + pos: -14.5,39.5 parent: 2 - uid: 7933 components: - type: Transform - pos: -8.5,30.5 + pos: -14.5,40.5 parent: 2 - uid: 7934 components: - type: Transform - pos: -8.5,31.5 + pos: -9.5,27.5 parent: 2 - uid: 7935 components: - type: Transform - pos: 16.5,27.5 + pos: -9.5,29.5 parent: 2 - uid: 7936 components: - type: Transform - pos: 16.5,26.5 + pos: -8.5,29.5 parent: 2 - uid: 7937 components: - type: Transform - pos: 16.5,25.5 + pos: -8.5,30.5 parent: 2 - uid: 7938 components: - type: Transform - pos: 17.5,25.5 + pos: -8.5,31.5 parent: 2 - uid: 7939 components: - type: Transform - pos: 45.5,2.5 + pos: 16.5,27.5 parent: 2 - uid: 7940 components: - type: Transform - pos: 46.5,2.5 + pos: 16.5,26.5 parent: 2 - uid: 7941 components: - type: Transform - pos: 47.5,2.5 + pos: 16.5,25.5 parent: 2 - uid: 7942 components: - type: Transform - pos: 48.5,2.5 + pos: 17.5,25.5 parent: 2 - uid: 7943 components: - type: Transform - pos: 49.5,2.5 + pos: 45.5,2.5 parent: 2 - uid: 7944 components: - type: Transform - pos: 50.5,2.5 + pos: 46.5,2.5 parent: 2 - uid: 7945 components: - type: Transform - pos: 51.5,2.5 + pos: 47.5,2.5 parent: 2 - uid: 7946 components: - type: Transform - pos: 52.5,2.5 + pos: 48.5,2.5 parent: 2 - uid: 7947 components: - type: Transform - pos: 52.5,1.5 + pos: 49.5,2.5 parent: 2 - uid: 7948 components: - type: Transform - pos: 52.5,0.5 + pos: 50.5,2.5 parent: 2 - uid: 7949 components: - type: Transform - pos: 52.5,-0.5 + pos: 51.5,2.5 parent: 2 - uid: 7950 components: - type: Transform - pos: 53.5,1.5 + pos: 52.5,2.5 parent: 2 - uid: 7951 components: - type: Transform - pos: 54.5,1.5 + pos: 52.5,1.5 parent: 2 - uid: 7952 components: - type: Transform - pos: 55.5,1.5 + pos: 52.5,0.5 parent: 2 - uid: 7953 components: - type: Transform - pos: 56.5,1.5 + pos: 52.5,-0.5 parent: 2 - uid: 7954 components: - type: Transform - pos: 57.5,1.5 + pos: 53.5,1.5 parent: 2 - uid: 7955 components: - type: Transform - pos: 58.5,1.5 + pos: 54.5,1.5 parent: 2 - uid: 7956 components: - type: Transform - pos: 59.5,1.5 + pos: 55.5,1.5 parent: 2 - uid: 7957 components: - type: Transform - pos: 60.5,1.5 + pos: 56.5,1.5 parent: 2 - uid: 7958 components: - type: Transform - pos: 61.5,1.5 + pos: 57.5,1.5 parent: 2 - uid: 7959 components: - type: Transform - pos: 62.5,1.5 + pos: 58.5,1.5 parent: 2 - uid: 7960 components: - type: Transform - pos: 62.5,2.5 + pos: 59.5,1.5 parent: 2 - uid: 7961 components: - type: Transform - pos: 62.5,3.5 + pos: 60.5,1.5 parent: 2 - uid: 7962 components: - type: Transform - pos: 62.5,4.5 + pos: 61.5,1.5 parent: 2 - uid: 7963 components: - type: Transform - pos: 62.5,5.5 + pos: 62.5,1.5 parent: 2 - uid: 7964 components: - type: Transform - pos: 62.5,6.5 + pos: 62.5,2.5 parent: 2 - uid: 7965 components: - type: Transform - pos: 62.5,7.5 + pos: 62.5,3.5 parent: 2 - uid: 7966 components: - type: Transform - pos: 63.5,7.5 + pos: 62.5,4.5 parent: 2 - uid: 7967 components: - type: Transform - pos: 25.5,-52.5 + pos: 62.5,5.5 parent: 2 - uid: 7968 components: - type: Transform - pos: 25.5,-53.5 + pos: 62.5,6.5 parent: 2 - uid: 7969 components: - type: Transform - pos: 25.5,-54.5 + pos: 62.5,7.5 parent: 2 - uid: 7970 components: - type: Transform - pos: 25.5,-55.5 + pos: 63.5,7.5 parent: 2 - uid: 7971 components: - type: Transform - pos: 25.5,-56.5 + pos: 25.5,-52.5 parent: 2 - uid: 7972 components: - type: Transform - pos: 25.5,-57.5 + pos: 25.5,-53.5 parent: 2 - uid: 7973 components: - type: Transform - pos: 25.5,-58.5 + pos: 25.5,-54.5 parent: 2 - uid: 7974 components: - type: Transform - pos: 25.5,-59.5 + pos: 25.5,-55.5 parent: 2 - uid: 7975 components: - type: Transform - pos: 26.5,-59.5 + pos: 25.5,-56.5 parent: 2 - uid: 7976 components: - type: Transform - pos: 27.5,-59.5 + pos: 25.5,-57.5 parent: 2 - uid: 7977 components: - type: Transform - pos: 28.5,-59.5 + pos: 25.5,-58.5 parent: 2 - uid: 7978 components: - type: Transform - pos: 29.5,-59.5 + pos: 25.5,-59.5 parent: 2 - uid: 7979 components: - type: Transform - pos: 30.5,-59.5 + pos: 26.5,-59.5 parent: 2 - uid: 7980 components: - type: Transform - pos: 31.5,-59.5 + pos: 27.5,-59.5 parent: 2 - uid: 7981 components: - type: Transform - pos: 32.5,-59.5 + pos: 28.5,-59.5 parent: 2 - uid: 7982 components: - type: Transform - pos: 33.5,-59.5 + pos: 29.5,-59.5 parent: 2 - uid: 7983 components: - type: Transform - pos: 34.5,-59.5 + pos: 30.5,-59.5 parent: 2 - uid: 7984 components: - type: Transform - pos: -13.5,1.5 + pos: 31.5,-59.5 parent: 2 - uid: 7985 components: - type: Transform - pos: -13.5,0.5 + pos: 32.5,-59.5 parent: 2 - uid: 7986 components: - type: Transform - pos: -13.5,-0.5 + pos: 33.5,-59.5 parent: 2 - uid: 7987 components: - type: Transform - pos: -13.5,-1.5 + pos: 34.5,-59.5 parent: 2 - uid: 7988 components: - type: Transform - pos: -13.5,-2.5 + pos: -13.5,1.5 parent: 2 - uid: 7989 components: - type: Transform - pos: -13.5,-3.5 + pos: -13.5,0.5 parent: 2 - uid: 7990 components: - type: Transform - pos: -13.5,-4.5 + pos: -13.5,-0.5 parent: 2 - uid: 7991 components: - type: Transform - pos: -13.5,-5.5 + pos: -13.5,-1.5 parent: 2 - uid: 7992 components: - type: Transform - pos: -14.5,-5.5 + pos: -13.5,-2.5 parent: 2 - uid: 7993 components: - type: Transform - pos: -15.5,-5.5 + pos: -13.5,-3.5 parent: 2 - uid: 7994 components: - type: Transform - pos: -16.5,-5.5 + pos: -13.5,-4.5 parent: 2 - uid: 7995 components: - type: Transform - pos: -17.5,-5.5 + pos: -13.5,-5.5 parent: 2 - uid: 7996 components: - type: Transform - pos: -18.5,-5.5 + pos: -14.5,-5.5 parent: 2 - uid: 7997 components: - type: Transform - pos: -19.5,-5.5 + pos: -15.5,-5.5 parent: 2 - uid: 7998 components: - type: Transform - pos: -19.5,-6.5 + pos: -16.5,-5.5 parent: 2 - uid: 7999 components: - type: Transform - pos: -19.5,-7.5 + pos: -17.5,-5.5 parent: 2 - uid: 8000 components: - type: Transform - pos: -19.5,-8.5 + pos: -18.5,-5.5 parent: 2 - uid: 8001 components: - type: Transform - pos: -19.5,-9.5 + pos: -19.5,-5.5 parent: 2 - uid: 8002 components: - type: Transform - pos: -19.5,-10.5 + pos: -19.5,-6.5 parent: 2 - uid: 8003 components: - type: Transform - pos: -19.5,-11.5 + pos: -19.5,-7.5 parent: 2 - uid: 8004 components: - type: Transform - pos: -19.5,-12.5 + pos: -19.5,-8.5 parent: 2 - uid: 8005 components: - type: Transform - pos: -19.5,-13.5 + pos: -19.5,-9.5 parent: 2 - uid: 8006 components: - type: Transform - pos: -19.5,-14.5 + pos: -19.5,-10.5 parent: 2 - uid: 8007 components: - type: Transform - pos: -19.5,-15.5 + pos: -19.5,-11.5 parent: 2 - uid: 8008 components: - type: Transform - pos: -19.5,-16.5 + pos: -19.5,-12.5 parent: 2 - uid: 8009 components: - type: Transform - pos: -19.5,-17.5 + pos: -19.5,-13.5 parent: 2 - uid: 8010 components: - type: Transform - pos: -19.5,-18.5 + pos: -19.5,-14.5 parent: 2 - uid: 8011 components: - type: Transform - pos: -19.5,-19.5 + pos: -19.5,-15.5 parent: 2 - uid: 8012 components: - type: Transform - pos: -19.5,-20.5 + pos: -19.5,-16.5 parent: 2 - uid: 8013 components: - type: Transform - pos: -19.5,-21.5 + pos: -19.5,-17.5 parent: 2 - uid: 8014 components: - type: Transform - pos: -19.5,-22.5 + pos: -19.5,-18.5 parent: 2 - uid: 8015 components: - type: Transform - pos: -19.5,-23.5 + pos: -19.5,-19.5 parent: 2 - uid: 8016 components: - type: Transform - pos: -19.5,-24.5 + pos: -19.5,-20.5 parent: 2 - uid: 8017 components: - type: Transform - pos: -19.5,-25.5 + pos: -19.5,-21.5 parent: 2 - uid: 8018 components: - type: Transform - pos: -19.5,-26.5 + pos: -19.5,-22.5 parent: 2 - uid: 8019 components: - type: Transform - pos: -19.5,-27.5 + pos: -19.5,-23.5 parent: 2 - uid: 8020 components: - type: Transform - pos: -18.5,-26.5 + pos: -19.5,-24.5 parent: 2 - uid: 8021 components: - type: Transform - pos: 4.5,-15.5 + pos: -19.5,-25.5 parent: 2 - uid: 8022 components: - type: Transform - pos: 52.5,-1.5 + pos: -19.5,-26.5 parent: 2 - uid: 8023 components: - type: Transform - pos: 52.5,-2.5 + pos: -19.5,-27.5 parent: 2 - uid: 8024 components: - type: Transform - pos: 52.5,-3.5 + pos: -18.5,-26.5 parent: 2 - uid: 8025 components: - type: Transform - pos: 52.5,-4.5 + pos: 4.5,-15.5 parent: 2 - uid: 8026 components: - type: Transform - pos: 52.5,-5.5 + pos: 52.5,-1.5 parent: 2 - uid: 8027 components: - type: Transform - pos: 52.5,-6.5 + pos: 52.5,-2.5 parent: 2 - uid: 8028 components: - type: Transform - pos: 52.5,-7.5 + pos: 52.5,-3.5 parent: 2 - uid: 8029 components: - type: Transform - pos: 51.5,-7.5 + pos: 52.5,-4.5 parent: 2 - uid: 8030 components: - type: Transform - pos: 50.5,-7.5 + pos: 52.5,-5.5 parent: 2 - uid: 8031 components: - type: Transform - pos: 51.5,-1.5 + pos: 52.5,-6.5 parent: 2 - uid: 8032 components: - type: Transform - pos: 50.5,-1.5 + pos: 52.5,-7.5 parent: 2 - uid: 8033 components: - type: Transform - pos: 49.5,-1.5 + pos: 51.5,-7.5 parent: 2 - uid: 8034 components: - type: Transform - pos: 48.5,-1.5 + pos: 50.5,-7.5 parent: 2 - uid: 8035 components: - type: Transform - pos: 48.5,-2.5 + pos: 51.5,-1.5 parent: 2 - uid: 8036 components: - type: Transform - pos: 48.5,-3.5 + pos: 50.5,-1.5 parent: 2 - uid: 8037 components: - type: Transform - pos: 47.5,-3.5 + pos: 49.5,-1.5 parent: 2 - uid: 8038 components: - type: Transform - pos: 71.5,-46.5 + pos: 48.5,-1.5 parent: 2 - uid: 8039 components: - type: Transform - pos: 49.5,-7.5 + pos: 48.5,-2.5 parent: 2 - uid: 8040 components: - type: Transform - pos: 49.5,-6.5 + pos: 48.5,-3.5 parent: 2 - uid: 8041 components: - type: Transform - pos: 49.5,-5.5 + pos: 47.5,-3.5 parent: 2 - uid: 8042 components: - type: Transform - pos: 48.5,-5.5 + pos: 71.5,-46.5 parent: 2 - uid: 8043 components: - type: Transform - pos: 38.5,-44.5 + pos: 49.5,-7.5 parent: 2 - uid: 8044 components: - type: Transform - pos: -24.5,-16.5 + pos: 49.5,-6.5 parent: 2 - uid: 8045 components: - type: Transform - pos: 36.5,-42.5 + pos: 49.5,-5.5 parent: 2 - uid: 8046 components: - type: Transform - pos: 37.5,-42.5 + pos: 48.5,-5.5 parent: 2 - uid: 8047 components: - type: Transform - pos: 38.5,-42.5 + pos: 38.5,-44.5 parent: 2 - uid: 8048 components: - type: Transform - pos: 39.5,-42.5 + pos: -24.5,-16.5 parent: 2 - uid: 8049 components: - type: Transform - pos: 40.5,-42.5 + pos: 36.5,-42.5 parent: 2 - uid: 8050 components: - type: Transform - pos: 41.5,-42.5 + pos: 37.5,-42.5 parent: 2 - uid: 8051 components: - type: Transform - pos: 42.5,-42.5 + pos: 38.5,-42.5 parent: 2 - uid: 8052 components: - type: Transform - pos: 43.5,-42.5 + pos: 39.5,-42.5 parent: 2 - uid: 8053 components: - type: Transform - pos: 44.5,-42.5 + pos: 40.5,-42.5 parent: 2 - uid: 8054 components: - type: Transform - pos: 45.5,-42.5 + pos: 41.5,-42.5 parent: 2 - uid: 8055 components: - type: Transform - pos: 46.5,-42.5 + pos: 42.5,-42.5 parent: 2 - uid: 8056 components: - type: Transform - pos: 47.5,-42.5 + pos: 43.5,-42.5 parent: 2 - uid: 8057 components: - type: Transform - pos: 48.5,-42.5 + pos: 44.5,-42.5 parent: 2 - uid: 8058 components: - type: Transform - pos: 49.5,-42.5 + pos: 45.5,-42.5 parent: 2 - uid: 8059 components: - type: Transform - pos: 49.5,-43.5 + pos: 46.5,-42.5 parent: 2 - uid: 8060 components: - type: Transform - pos: 49.5,-44.5 + pos: 47.5,-42.5 parent: 2 - uid: 8061 components: - type: Transform - pos: 38.5,-45.5 + pos: 48.5,-42.5 parent: 2 - uid: 8062 components: - type: Transform - pos: 38.5,-43.5 + pos: 49.5,-42.5 parent: 2 - uid: 8063 components: - type: Transform - pos: 38.5,-46.5 + pos: 49.5,-43.5 parent: 2 - uid: 8064 components: - type: Transform - pos: -19.5,-4.5 + pos: 49.5,-44.5 parent: 2 - uid: 8065 components: - type: Transform - pos: -19.5,-3.5 + pos: 38.5,-45.5 parent: 2 - uid: 8066 components: - type: Transform - pos: -19.5,-2.5 + pos: 38.5,-43.5 parent: 2 - uid: 8067 components: - type: Transform - pos: -19.5,-1.5 + pos: 38.5,-46.5 parent: 2 - uid: 8068 components: - type: Transform - pos: -19.5,-0.5 + pos: -19.5,-4.5 parent: 2 - uid: 8069 components: - type: Transform - pos: -18.5,-0.5 + pos: -19.5,-3.5 parent: 2 - uid: 8070 components: - type: Transform - pos: -17.5,-0.5 + pos: -19.5,-2.5 parent: 2 - uid: 8071 components: - type: Transform - pos: -16.5,-0.5 + pos: -19.5,-1.5 parent: 2 - uid: 8072 components: - type: Transform - pos: -20.5,-12.5 + pos: -19.5,-0.5 parent: 2 - uid: 8073 components: - type: Transform - pos: -21.5,-12.5 + pos: -18.5,-0.5 parent: 2 - uid: 8074 components: - type: Transform - pos: -23.5,-12.5 + pos: -17.5,-0.5 parent: 2 - uid: 8075 components: - type: Transform - pos: -22.5,-12.5 + pos: -16.5,-0.5 parent: 2 - uid: 8076 components: - type: Transform - pos: -24.5,-17.5 + pos: -20.5,-12.5 parent: 2 - uid: 8077 components: - type: Transform - pos: -25.5,-17.5 + pos: -21.5,-12.5 parent: 2 - uid: 8078 components: - type: Transform - pos: -26.5,-17.5 + pos: -23.5,-12.5 parent: 2 - uid: 8079 components: - type: Transform - pos: -27.5,-17.5 + pos: -22.5,-12.5 parent: 2 - uid: 8080 components: - type: Transform - pos: -28.5,-17.5 + pos: -24.5,-17.5 parent: 2 - uid: 8081 components: - type: Transform - pos: -29.5,-17.5 + pos: -25.5,-17.5 parent: 2 - uid: 8082 components: - type: Transform - pos: -30.5,-17.5 + pos: -26.5,-17.5 parent: 2 - uid: 8083 components: - type: Transform - pos: -31.5,-17.5 + pos: -27.5,-17.5 parent: 2 - uid: 8084 components: - type: Transform - pos: -20.5,-22.5 + pos: -28.5,-17.5 parent: 2 - uid: 8085 components: - type: Transform - pos: -21.5,-22.5 + pos: -29.5,-17.5 parent: 2 - uid: 8086 components: - type: Transform - pos: -22.5,-22.5 + pos: -30.5,-17.5 parent: 2 - uid: 8087 components: - type: Transform - pos: -23.5,-22.5 + pos: -31.5,-17.5 parent: 2 - uid: 8088 components: - type: Transform - pos: -24.5,-22.5 + pos: -20.5,-22.5 parent: 2 - uid: 8089 components: - type: Transform - pos: -25.5,-22.5 + pos: -21.5,-22.5 parent: 2 - uid: 8090 components: - type: Transform - pos: -26.5,-22.5 + pos: -22.5,-22.5 parent: 2 - uid: 8091 components: - type: Transform - pos: -27.5,-22.5 + pos: -23.5,-22.5 parent: 2 - uid: 8092 components: - type: Transform - pos: -28.5,-22.5 + pos: -24.5,-22.5 parent: 2 - uid: 8093 components: - type: Transform - pos: -28.5,-23.5 + pos: -25.5,-22.5 parent: 2 - uid: 8094 components: - type: Transform - pos: -24.5,-12.5 + pos: -26.5,-22.5 parent: 2 - uid: 8095 components: - type: Transform - pos: 35.5,-59.5 + pos: -27.5,-22.5 parent: 2 - uid: 8096 components: - type: Transform - pos: 36.5,-59.5 + pos: -28.5,-22.5 parent: 2 - uid: 8097 components: - type: Transform - pos: 37.5,-59.5 + pos: -28.5,-23.5 parent: 2 - uid: 8098 components: - type: Transform - pos: -18.5,-41.5 + pos: -24.5,-12.5 parent: 2 - uid: 8099 components: - type: Transform - pos: -18.5,-40.5 + pos: 35.5,-59.5 parent: 2 - uid: 8100 components: - type: Transform - pos: -18.5,-39.5 + pos: 36.5,-59.5 parent: 2 - uid: 8101 components: - type: Transform - pos: -18.5,-38.5 + pos: 37.5,-59.5 parent: 2 - uid: 8102 components: - type: Transform - pos: -18.5,-37.5 + pos: -18.5,-41.5 parent: 2 - uid: 8103 components: - type: Transform - pos: -18.5,-36.5 + pos: -18.5,-40.5 parent: 2 - uid: 8104 components: - type: Transform - pos: -18.5,-35.5 + pos: -18.5,-39.5 parent: 2 - uid: 8105 components: - type: Transform - pos: -18.5,-34.5 + pos: -18.5,-38.5 parent: 2 - uid: 8106 components: - type: Transform - pos: -18.5,-33.5 + pos: -18.5,-37.5 parent: 2 - uid: 8107 components: - type: Transform - pos: -18.5,-32.5 + pos: -18.5,-36.5 parent: 2 - uid: 8108 components: - type: Transform - pos: -18.5,-31.5 + pos: -18.5,-35.5 parent: 2 - uid: 8109 components: - type: Transform - pos: -18.5,-30.5 + pos: -18.5,-34.5 parent: 2 - uid: 8110 components: - type: Transform - pos: -19.5,-30.5 + pos: -18.5,-33.5 parent: 2 - uid: 8111 components: - type: Transform - pos: -19.5,-29.5 + pos: -18.5,-32.5 parent: 2 - uid: 8112 components: - type: Transform - pos: -19.5,-28.5 + pos: -18.5,-31.5 parent: 2 - uid: 8113 components: - type: Transform - pos: 38.5,-59.5 + pos: -18.5,-30.5 parent: 2 - uid: 8114 components: - type: Transform - pos: 39.5,-59.5 + pos: -19.5,-30.5 parent: 2 - uid: 8115 components: - type: Transform - pos: 40.5,-59.5 + pos: -19.5,-29.5 parent: 2 - uid: 8116 components: - type: Transform - pos: 40.5,-60.5 + pos: -19.5,-28.5 parent: 2 - uid: 8117 components: - type: Transform - pos: 40.5,-61.5 + pos: 38.5,-59.5 parent: 2 - uid: 8118 components: - type: Transform - pos: 40.5,-62.5 + pos: 39.5,-59.5 parent: 2 - uid: 8119 components: - type: Transform - pos: 40.5,-63.5 + pos: 40.5,-59.5 parent: 2 - uid: 8120 components: - type: Transform - pos: 40.5,-64.5 + pos: 40.5,-60.5 parent: 2 - uid: 8121 components: - type: Transform - pos: 40.5,-65.5 + pos: 40.5,-61.5 parent: 2 - uid: 8122 components: - type: Transform - pos: 40.5,-66.5 + pos: 40.5,-62.5 parent: 2 - uid: 8123 components: - type: Transform - pos: 40.5,-67.5 + pos: 40.5,-63.5 parent: 2 - uid: 8124 components: - type: Transform - pos: 40.5,-68.5 + pos: 40.5,-64.5 parent: 2 - uid: 8125 components: - type: Transform - pos: 41.5,-59.5 + pos: 40.5,-65.5 parent: 2 - uid: 8126 components: - type: Transform - pos: 42.5,-59.5 + pos: 40.5,-66.5 parent: 2 - uid: 8127 components: - type: Transform - pos: 43.5,-59.5 + pos: 40.5,-67.5 parent: 2 - uid: 8128 components: - type: Transform - pos: 43.5,-58.5 + pos: 40.5,-68.5 parent: 2 - uid: 8129 components: - type: Transform - pos: -31.5,-16.5 + pos: 41.5,-59.5 parent: 2 - uid: 8130 components: - type: Transform - pos: -31.5,-15.5 + pos: 42.5,-59.5 parent: 2 - uid: 8131 components: - type: Transform - pos: -31.5,-14.5 + pos: 43.5,-59.5 parent: 2 - uid: 8132 components: - type: Transform - pos: -31.5,-13.5 + pos: 43.5,-58.5 parent: 2 - uid: 8133 components: - type: Transform - pos: -31.5,-12.5 + pos: -31.5,-16.5 parent: 2 - uid: 8134 components: - type: Transform - pos: -31.5,-11.5 + pos: -31.5,-15.5 parent: 2 - uid: 8135 components: - type: Transform - pos: -32.5,-11.5 + pos: -31.5,-14.5 parent: 2 - uid: 8136 components: - type: Transform - pos: -33.5,-11.5 + pos: -31.5,-13.5 parent: 2 - uid: 8137 components: - type: Transform - pos: -34.5,-11.5 + pos: -31.5,-12.5 parent: 2 - uid: 8138 components: - type: Transform - pos: -35.5,-11.5 + pos: -31.5,-11.5 parent: 2 - uid: 8139 components: - type: Transform - pos: -36.5,-11.5 + pos: -32.5,-11.5 parent: 2 - uid: 8140 components: - type: Transform - pos: -37.5,-11.5 + pos: -33.5,-11.5 parent: 2 - uid: 8141 components: - type: Transform - pos: -38.5,-11.5 + pos: -34.5,-11.5 parent: 2 - uid: 8142 components: - type: Transform - pos: -39.5,-11.5 + pos: -35.5,-11.5 parent: 2 - uid: 8143 components: - type: Transform - pos: -40.5,-11.5 + pos: -36.5,-11.5 parent: 2 - uid: 8144 components: - type: Transform - pos: -41.5,-11.5 + pos: -37.5,-11.5 parent: 2 - uid: 8145 components: - type: Transform - pos: -42.5,-11.5 + pos: -38.5,-11.5 parent: 2 - uid: 8146 components: - type: Transform - pos: -2.5,-69.5 + pos: -39.5,-11.5 parent: 2 - uid: 8147 components: - type: Transform - pos: -1.5,-69.5 + pos: -40.5,-11.5 parent: 2 - uid: 8148 components: - type: Transform - pos: -1.5,-67.5 + pos: -41.5,-11.5 parent: 2 - uid: 8149 components: - type: Transform - pos: -2.5,-60.5 + pos: -42.5,-11.5 parent: 2 - uid: 8150 components: - type: Transform - pos: -2.5,-58.5 + pos: -42.5,-6.5 parent: 2 - uid: 8151 components: - type: Transform - pos: -42.5,-6.5 + pos: -42.5,-10.5 parent: 2 - uid: 8152 components: - type: Transform - pos: -42.5,-10.5 + pos: -42.5,-7.5 parent: 2 - uid: 8153 components: - type: Transform - pos: -42.5,-7.5 + pos: -42.5,-8.5 parent: 2 - uid: 8154 components: - type: Transform - pos: -42.5,-8.5 + pos: -46.5,-11.5 parent: 2 - uid: 8155 components: - type: Transform - pos: -46.5,-11.5 + pos: -46.5,-12.5 parent: 2 - uid: 8156 components: - type: Transform - pos: -46.5,-12.5 + pos: -46.5,-13.5 parent: 2 - uid: 8157 components: - type: Transform - pos: -46.5,-13.5 + pos: -46.5,-14.5 parent: 2 - uid: 8158 components: - type: Transform - pos: -46.5,-14.5 + pos: -46.5,-10.5 parent: 2 - uid: 8159 components: - type: Transform - pos: -46.5,-10.5 + pos: -46.5,-9.5 parent: 2 - uid: 8160 components: - type: Transform - pos: -46.5,-9.5 + pos: -46.5,-15.5 parent: 2 - uid: 8161 components: - type: Transform - pos: -46.5,-15.5 + pos: -46.5,-16.5 parent: 2 - uid: 8162 components: - type: Transform - pos: -46.5,-16.5 + pos: -42.5,-9.5 parent: 2 - uid: 8163 components: - type: Transform - pos: -42.5,-9.5 + pos: -46.5,-17.5 parent: 2 - uid: 8164 components: - type: Transform - pos: -46.5,-17.5 + pos: -46.5,-18.5 parent: 2 - uid: 8165 components: - type: Transform - pos: -46.5,-18.5 + pos: -46.5,-19.5 parent: 2 - uid: 8166 components: - type: Transform - pos: -46.5,-19.5 + pos: -47.5,-19.5 parent: 2 - uid: 8167 components: - type: Transform - pos: -47.5,-19.5 + pos: -48.5,-19.5 parent: 2 - uid: 8168 components: - type: Transform - pos: -48.5,-19.5 + pos: -48.5,-20.5 parent: 2 - uid: 8169 components: - type: Transform - pos: -48.5,-20.5 + pos: -46.5,-20.5 parent: 2 - uid: 8170 components: - type: Transform - pos: -46.5,-20.5 + pos: -45.5,-19.5 parent: 2 - uid: 8171 components: - type: Transform - pos: -45.5,-19.5 + pos: -44.5,-19.5 parent: 2 - uid: 8172 components: - type: Transform - pos: -44.5,-19.5 + pos: -44.5,-20.5 parent: 2 - uid: 8173 components: - type: Transform - pos: -44.5,-20.5 + pos: -46.5,-21.5 parent: 2 - uid: 8174 components: - type: Transform - pos: -46.5,-21.5 + pos: -48.5,-21.5 parent: 2 - uid: 8175 components: - type: Transform - pos: -48.5,-21.5 + pos: -44.5,-21.5 parent: 2 - uid: 8176 components: - type: Transform - pos: -44.5,-21.5 + pos: -46.5,-22.5 parent: 2 - uid: 8177 components: - type: Transform - pos: -46.5,-22.5 + pos: -48.5,-22.5 parent: 2 - uid: 8178 components: - type: Transform - pos: -48.5,-22.5 + pos: -44.5,-22.5 parent: 2 - uid: 8179 components: - type: Transform - pos: -44.5,-22.5 + pos: -48.5,-23.5 parent: 2 - uid: 8180 components: - type: Transform - pos: -48.5,-23.5 + pos: -47.5,-23.5 parent: 2 - uid: 8181 components: - type: Transform - pos: -47.5,-23.5 + pos: -46.5,-23.5 parent: 2 - uid: 8182 components: - type: Transform - pos: -46.5,-23.5 + pos: -44.5,-23.5 parent: 2 - uid: 8183 components: - type: Transform - pos: -44.5,-23.5 + pos: -45.5,-23.5 parent: 2 - uid: 8184 components: - type: Transform - pos: -45.5,-23.5 + pos: -49.5,-23.5 parent: 2 - uid: 8185 components: - type: Transform - pos: -49.5,-23.5 + pos: -50.5,-23.5 parent: 2 - uid: 8186 components: - type: Transform - pos: -50.5,-23.5 + pos: -51.5,-24.5 parent: 2 - uid: 8187 components: - type: Transform - pos: -51.5,-24.5 + pos: -51.5,-23.5 parent: 2 - uid: 8188 components: - type: Transform - pos: -51.5,-23.5 + pos: -43.5,-22.5 parent: 2 - uid: 8189 components: - type: Transform - pos: -43.5,-22.5 + pos: -42.5,-22.5 parent: 2 - uid: 8190 components: - type: Transform - pos: -42.5,-22.5 + pos: -41.5,-22.5 parent: 2 - uid: 8191 components: - type: Transform - pos: -41.5,-22.5 + pos: -41.5,-21.5 parent: 2 - uid: 8192 components: - type: Transform - pos: -41.5,-21.5 + pos: -41.5,-20.5 parent: 2 - uid: 8193 components: - type: Transform - pos: -41.5,-20.5 + pos: -43.5,-6.5 parent: 2 - uid: 8194 components: - type: Transform - pos: -43.5,-6.5 + pos: -44.5,-6.5 parent: 2 - uid: 8195 components: - type: Transform - pos: -44.5,-6.5 + pos: -45.5,-6.5 parent: 2 - uid: 8196 components: - type: Transform - pos: -45.5,-6.5 + pos: -46.5,-6.5 parent: 2 - uid: 8197 components: - type: Transform - pos: -46.5,-6.5 + pos: -47.5,-6.5 parent: 2 - uid: 8198 components: - type: Transform - pos: -47.5,-6.5 + pos: -48.5,-6.5 parent: 2 - uid: 8199 components: - type: Transform - pos: -48.5,-6.5 + pos: -49.5,-6.5 parent: 2 - uid: 8200 components: - type: Transform - pos: -49.5,-6.5 + pos: -50.5,-6.5 parent: 2 - uid: 8201 components: - type: Transform - pos: -50.5,-6.5 + pos: -51.5,-6.5 parent: 2 - uid: 8202 components: - type: Transform - pos: -51.5,-6.5 + pos: -52.5,-6.5 parent: 2 - uid: 8203 components: - type: Transform - pos: -52.5,-6.5 + pos: -52.5,-7.5 parent: 2 - uid: 8204 components: - type: Transform - pos: -52.5,-7.5 + pos: -52.5,-8.5 parent: 2 - uid: 8205 components: - type: Transform - pos: -52.5,-8.5 + pos: -52.5,-9.5 parent: 2 - uid: 8206 components: - type: Transform - pos: -52.5,-9.5 + pos: -41.5,-12.5 parent: 2 - uid: 8207 components: - type: Transform - pos: -41.5,-12.5 + pos: -41.5,-13.5 parent: 2 - uid: 8208 components: - type: Transform - pos: -41.5,-13.5 + pos: -41.5,-14.5 parent: 2 - uid: 8209 components: - type: Transform - pos: -41.5,-14.5 + pos: -41.5,-15.5 parent: 2 - uid: 8210 components: - type: Transform - pos: -41.5,-15.5 + pos: -41.5,-18.5 parent: 2 - uid: 8211 components: - type: Transform - pos: -41.5,-18.5 + pos: -41.5,-17.5 parent: 2 - uid: 8212 components: - type: Transform - pos: -41.5,-17.5 + pos: -41.5,-19.5 parent: 2 - uid: 8213 components: - type: Transform - pos: -41.5,-19.5 + pos: -41.5,-16.5 parent: 2 - uid: 8214 components: - type: Transform - pos: -41.5,-16.5 + pos: -51.5,-9.5 parent: 2 - uid: 8215 components: - type: Transform - pos: -51.5,-9.5 + pos: -50.5,-9.5 parent: 2 - uid: 8216 components: - type: Transform - pos: -50.5,-9.5 + pos: -50.5,-8.5 parent: 2 - uid: 8217 components: - type: Transform - pos: -50.5,-8.5 + pos: -57.5,-20.5 parent: 2 - uid: 8218 components: - type: Transform - pos: -57.5,-20.5 + pos: -14.5,45.5 parent: 2 - uid: 8219 components: - type: Transform - pos: -14.5,45.5 + pos: -14.5,44.5 parent: 2 - uid: 8220 components: - type: Transform - pos: -14.5,44.5 + pos: -56.5,-24.5 parent: 2 - uid: 8221 components: - type: Transform - pos: -56.5,-24.5 + pos: -65.5,-25.5 parent: 2 - uid: 8222 components: - type: Transform - pos: -65.5,-25.5 + pos: -53.5,-19.5 parent: 2 - uid: 8223 components: - type: Transform - pos: -53.5,-19.5 + pos: -66.5,-25.5 parent: 2 - uid: 8224 components: - type: Transform - pos: -66.5,-25.5 + pos: -53.5,-21.5 parent: 2 - uid: 8225 components: - type: Transform - pos: -53.5,-21.5 + pos: -57.5,-13.5 parent: 2 - uid: 8226 components: - type: Transform - pos: -57.5,-13.5 + pos: -64.5,-28.5 parent: 2 - uid: 8227 components: - type: Transform - pos: -64.5,-28.5 + pos: -65.5,-28.5 parent: 2 - uid: 8228 components: - type: Transform - pos: -65.5,-28.5 + pos: -66.5,-28.5 parent: 2 - uid: 8229 components: - type: Transform - pos: -66.5,-28.5 + pos: -66.5,-27.5 parent: 2 - uid: 8230 components: - type: Transform - pos: -66.5,-27.5 + pos: -66.5,-26.5 parent: 2 - uid: 8231 components: - type: Transform - pos: -66.5,-26.5 + pos: -64.5,-25.5 parent: 2 - uid: 8232 components: - type: Transform - pos: -64.5,-25.5 + pos: -14.5,36.5 parent: 2 - uid: 8233 components: - type: Transform - pos: -14.5,36.5 + pos: -56.5,-23.5 parent: 2 - uid: 8234 components: - type: Transform - pos: -56.5,-23.5 + pos: -56.5,-22.5 parent: 2 - uid: 8235 components: - type: Transform - pos: -56.5,-22.5 + pos: -56.5,-21.5 parent: 2 - uid: 8236 components: - type: Transform - pos: -56.5,-21.5 + pos: -56.5,-20.5 parent: 2 - uid: 8237 components: - type: Transform - pos: -56.5,-20.5 + pos: -64.5,-29.5 parent: 2 - uid: 8238 components: - type: Transform - pos: -64.5,-29.5 + pos: -64.5,-30.5 parent: 2 - uid: 8239 components: - type: Transform - pos: -64.5,-30.5 + pos: -63.5,-30.5 parent: 2 - uid: 8240 components: - type: Transform - pos: -63.5,-30.5 + pos: -62.5,-30.5 parent: 2 - uid: 8241 components: - type: Transform - pos: -62.5,-30.5 + pos: -61.5,-30.5 parent: 2 - uid: 8242 components: - type: Transform - pos: -61.5,-30.5 + pos: -60.5,-30.5 parent: 2 - uid: 8243 components: - type: Transform - pos: -60.5,-30.5 + pos: -64.5,-31.5 parent: 2 - uid: 8244 components: - type: Transform - pos: -64.5,-31.5 + pos: -68.5,-31.5 parent: 2 - uid: 8245 components: - type: Transform - pos: -68.5,-31.5 + pos: -65.5,-31.5 parent: 2 - uid: 8246 components: - type: Transform - pos: -65.5,-31.5 + pos: -14.5,42.5 parent: 2 - uid: 8247 components: - type: Transform - pos: -14.5,42.5 + pos: -60.5,-29.5 parent: 2 - uid: 8248 components: - type: Transform - pos: -60.5,-29.5 + pos: -60.5,-26.5 parent: 2 - uid: 8249 components: - type: Transform - pos: -60.5,-26.5 + pos: -60.5,-25.5 parent: 2 - uid: 8250 components: - type: Transform - pos: -60.5,-25.5 + pos: -59.5,-25.5 parent: 2 - uid: 8251 components: - type: Transform - pos: -59.5,-25.5 + pos: -58.5,-25.5 parent: 2 - uid: 8252 components: - type: Transform - pos: -58.5,-25.5 + pos: -56.5,-13.5 parent: 2 - uid: 8253 components: - type: Transform - pos: -56.5,-13.5 + pos: -58.5,-13.5 parent: 2 - uid: 8254 components: - type: Transform - pos: -58.5,-13.5 + pos: -52.5,-19.5 parent: 2 - uid: 8255 components: - type: Transform - pos: -52.5,-19.5 + pos: -51.5,-19.5 parent: 2 - uid: 8256 components: - type: Transform - pos: -51.5,-19.5 + pos: -50.5,-19.5 parent: 2 - uid: 8257 components: - type: Transform - pos: -50.5,-19.5 + pos: -49.5,-19.5 parent: 2 - uid: 8258 components: - type: Transform - pos: -49.5,-19.5 + pos: -31.5,-18.5 parent: 2 - uid: 8259 components: - type: Transform - pos: -31.5,-18.5 + pos: -31.5,-19.5 parent: 2 - uid: 8260 components: - type: Transform - pos: -31.5,-19.5 + pos: -31.5,-20.5 parent: 2 - uid: 8261 components: - type: Transform - pos: -31.5,-20.5 + pos: -31.5,-21.5 parent: 2 - uid: 8262 components: - type: Transform - pos: -31.5,-21.5 + pos: -31.5,-22.5 parent: 2 - uid: 8263 components: - type: Transform - pos: -31.5,-22.5 + pos: -31.5,-23.5 parent: 2 - uid: 8264 components: - type: Transform - pos: -31.5,-23.5 + pos: -31.5,-24.5 parent: 2 - uid: 8265 components: - type: Transform - pos: -31.5,-24.5 + pos: -31.5,-25.5 parent: 2 - uid: 8266 components: - type: Transform - pos: -31.5,-25.5 + pos: -31.5,-26.5 parent: 2 - uid: 8267 components: - type: Transform - pos: -31.5,-26.5 + pos: -31.5,-27.5 parent: 2 - uid: 8268 components: - type: Transform - pos: -31.5,-27.5 + pos: -31.5,-28.5 parent: 2 - uid: 8269 components: - type: Transform - pos: -31.5,-28.5 + pos: -31.5,-29.5 parent: 2 - uid: 8270 components: - type: Transform - pos: -31.5,-29.5 + pos: -31.5,-30.5 parent: 2 - uid: 8271 components: - type: Transform - pos: -31.5,-30.5 + pos: -31.5,-31.5 parent: 2 - uid: 8272 components: - type: Transform - pos: -31.5,-31.5 + pos: -31.5,-32.5 parent: 2 - uid: 8273 components: - type: Transform - pos: -31.5,-32.5 + pos: -31.5,-33.5 parent: 2 - uid: 8274 components: - type: Transform - pos: -31.5,-33.5 + pos: -31.5,-34.5 parent: 2 - uid: 8275 components: - type: Transform - pos: -31.5,-34.5 + pos: -30.5,-34.5 parent: 2 - uid: 8276 components: - type: Transform - pos: -30.5,-34.5 + pos: -29.5,-34.5 parent: 2 - uid: 8277 components: - type: Transform - pos: -29.5,-34.5 + pos: -28.5,-34.5 parent: 2 - uid: 8278 components: - type: Transform - pos: -28.5,-34.5 + pos: -28.5,-35.5 parent: 2 - uid: 8279 components: - type: Transform - pos: -28.5,-35.5 + pos: -28.5,-36.5 parent: 2 - uid: 8280 components: - type: Transform - pos: -28.5,-36.5 + pos: -28.5,-37.5 parent: 2 - uid: 8281 components: - type: Transform - pos: -28.5,-37.5 + pos: -27.5,-37.5 parent: 2 - uid: 8282 components: - type: Transform - pos: -27.5,-37.5 + pos: -60.5,-28.5 parent: 2 - uid: 8283 components: - type: Transform - pos: -60.5,-28.5 + pos: -71.5,-22.5 parent: 2 - uid: 8284 components: - type: Transform - pos: -71.5,-22.5 + pos: -72.5,-22.5 parent: 2 - uid: 8285 components: - type: Transform - pos: -72.5,-22.5 + pos: -73.5,-22.5 parent: 2 - uid: 8286 components: - type: Transform - pos: -73.5,-22.5 + pos: -74.5,-22.5 parent: 2 - uid: 8287 components: - type: Transform - pos: -74.5,-22.5 + pos: -75.5,-22.5 parent: 2 - uid: 8288 components: - type: Transform - pos: -75.5,-22.5 + pos: -76.5,-22.5 parent: 2 - uid: 8289 components: - type: Transform - pos: -76.5,-22.5 + pos: -76.5,-21.5 parent: 2 - uid: 8290 components: - type: Transform - pos: -76.5,-21.5 + pos: -76.5,-20.5 parent: 2 - uid: 8291 components: - type: Transform - pos: -76.5,-20.5 + pos: -76.5,-19.5 parent: 2 - uid: 8292 components: - type: Transform - pos: -76.5,-19.5 + pos: -76.5,-18.5 parent: 2 - uid: 8293 components: - type: Transform - pos: -76.5,-18.5 + pos: -76.5,-17.5 parent: 2 - uid: 8294 components: - type: Transform - pos: -76.5,-17.5 + pos: -76.5,-16.5 parent: 2 - uid: 8295 components: - type: Transform - pos: -76.5,-16.5 + pos: -76.5,-15.5 parent: 2 - uid: 8296 components: - type: Transform - pos: -76.5,-15.5 + pos: -76.5,-14.5 parent: 2 - uid: 8297 components: - type: Transform - pos: -76.5,-14.5 + pos: -76.5,-13.5 parent: 2 - uid: 8298 components: - type: Transform - pos: -76.5,-13.5 + pos: -76.5,-12.5 parent: 2 - uid: 8299 components: - type: Transform - pos: -76.5,-12.5 + pos: -76.5,-11.5 parent: 2 - uid: 8300 components: - type: Transform - pos: -76.5,-11.5 + pos: -76.5,-10.5 parent: 2 - uid: 8301 components: - type: Transform - pos: -76.5,-10.5 + pos: -76.5,-9.5 parent: 2 - uid: 8302 components: - type: Transform - pos: -76.5,-9.5 + pos: -76.5,-8.5 parent: 2 - uid: 8303 components: - type: Transform - pos: -76.5,-8.5 + pos: -76.5,-7.5 parent: 2 - uid: 8304 components: - type: Transform - pos: -76.5,-7.5 + pos: -76.5,-6.5 parent: 2 - uid: 8305 components: - type: Transform - pos: -76.5,-6.5 + pos: -76.5,-5.5 parent: 2 - uid: 8306 components: - type: Transform - pos: -76.5,-5.5 + pos: -76.5,-4.5 parent: 2 - uid: 8307 components: - type: Transform - pos: -76.5,-4.5 + pos: -76.5,-3.5 parent: 2 - uid: 8308 components: - type: Transform - pos: -76.5,-3.5 + pos: -75.5,-3.5 parent: 2 - uid: 8309 components: - type: Transform - pos: -75.5,-3.5 + pos: -74.5,-3.5 parent: 2 - uid: 8310 components: - type: Transform - pos: -74.5,-3.5 + pos: -73.5,-3.5 parent: 2 - uid: 8311 components: - type: Transform - pos: -73.5,-3.5 + pos: -72.5,-3.5 parent: 2 - uid: 8312 components: - type: Transform - pos: -72.5,-3.5 + pos: -71.5,-3.5 parent: 2 - uid: 8313 components: - type: Transform - pos: -71.5,-3.5 + pos: -70.5,-3.5 parent: 2 - uid: 8314 components: - type: Transform - pos: -70.5,-3.5 + pos: -69.5,-3.5 parent: 2 - uid: 8315 components: - type: Transform - pos: -69.5,-3.5 + pos: -68.5,-3.5 parent: 2 - uid: 8316 components: - type: Transform - pos: -68.5,-3.5 + pos: -67.5,-3.5 parent: 2 - uid: 8317 components: - type: Transform - pos: -67.5,-3.5 + pos: -66.5,-3.5 parent: 2 - uid: 8318 components: - type: Transform - pos: -66.5,-3.5 + pos: -65.5,-3.5 parent: 2 - uid: 8319 components: - type: Transform - pos: -65.5,-3.5 + pos: -64.5,-3.5 parent: 2 - uid: 8320 components: - type: Transform - pos: -64.5,-3.5 + pos: -63.5,-3.5 parent: 2 - uid: 8321 components: - type: Transform - pos: -63.5,-3.5 + pos: -62.5,-3.5 parent: 2 - uid: 8322 components: - type: Transform - pos: -62.5,-3.5 + pos: -61.5,-3.5 parent: 2 - uid: 8323 components: - type: Transform - pos: -61.5,-3.5 + pos: -60.5,-3.5 parent: 2 - uid: 8324 components: - type: Transform - pos: -60.5,-3.5 + pos: -59.5,-3.5 parent: 2 - uid: 8325 components: - type: Transform - pos: -59.5,-3.5 + pos: -58.5,-3.5 parent: 2 - uid: 8326 components: - type: Transform - pos: -58.5,-3.5 + pos: -57.5,-3.5 parent: 2 - uid: 8327 components: - type: Transform - pos: -57.5,-3.5 + pos: -56.5,-3.5 parent: 2 - uid: 8328 components: - type: Transform - pos: -56.5,-3.5 + pos: -56.5,-4.5 parent: 2 - uid: 8329 components: - type: Transform - pos: -56.5,-4.5 + pos: -56.5,-6.5 parent: 2 - uid: 8330 components: - type: Transform - pos: -56.5,-6.5 + pos: -56.5,-5.5 parent: 2 - uid: 8331 components: - type: Transform - pos: -56.5,-5.5 + pos: -76.5,-23.5 parent: 2 - uid: 8332 components: - type: Transform - pos: -76.5,-23.5 + pos: -76.5,-24.5 parent: 2 - uid: 8333 components: - type: Transform - pos: -76.5,-24.5 + pos: -76.5,-25.5 parent: 2 - uid: 8334 components: - type: Transform - pos: -76.5,-25.5 + pos: -53.5,-25.5 parent: 2 - uid: 8335 components: - type: Transform - pos: -53.5,-25.5 + pos: -51.5,-25.5 parent: 2 - uid: 8336 components: - type: Transform - pos: -51.5,-25.5 + pos: -71.5,-21.5 parent: 2 - uid: 8337 components: - type: Transform - pos: -71.5,-21.5 + pos: -19.5,-42.5 parent: 2 - uid: 8338 components: - type: Transform - pos: -19.5,-42.5 + pos: -20.5,-42.5 parent: 2 - uid: 8339 components: - type: Transform - pos: -20.5,-42.5 + pos: -21.5,-42.5 parent: 2 - uid: 8340 components: - type: Transform - pos: -21.5,-42.5 + pos: -22.5,-42.5 parent: 2 - uid: 8341 components: - type: Transform - pos: -22.5,-42.5 + pos: -23.5,-42.5 parent: 2 - uid: 8342 components: - type: Transform - pos: -23.5,-42.5 + pos: -23.5,-43.5 parent: 2 - uid: 8343 components: - type: Transform - pos: -23.5,-43.5 + pos: -23.5,-44.5 parent: 2 - uid: 8344 components: - type: Transform - pos: -23.5,-44.5 + pos: -23.5,-45.5 parent: 2 - uid: 8345 components: - type: Transform - pos: -23.5,-45.5 + pos: -23.5,-46.5 parent: 2 - uid: 8346 components: - type: Transform - pos: -23.5,-46.5 + pos: -23.5,-47.5 parent: 2 - uid: 8347 components: - type: Transform - pos: -23.5,-47.5 + pos: -23.5,-48.5 parent: 2 - uid: 8348 components: - type: Transform - pos: -23.5,-48.5 + pos: -23.5,-49.5 parent: 2 - uid: 8349 components: - type: Transform - pos: -23.5,-49.5 + pos: -24.5,-49.5 parent: 2 - uid: 8350 components: - type: Transform - pos: -24.5,-49.5 + pos: -25.5,-49.5 parent: 2 - uid: 8351 components: - type: Transform - pos: -25.5,-49.5 + pos: -26.5,-49.5 parent: 2 - uid: 8352 components: - type: Transform - pos: -26.5,-49.5 + pos: -27.5,-49.5 parent: 2 - uid: 8353 components: - type: Transform - pos: -27.5,-49.5 + pos: -27.5,-48.5 parent: 2 - uid: 8354 components: - type: Transform - pos: -27.5,-48.5 + pos: -27.5,-47.5 parent: 2 - uid: 8355 components: - type: Transform - pos: -27.5,-47.5 + pos: -27.5,-46.5 parent: 2 - uid: 8356 components: - type: Transform - pos: -27.5,-46.5 + pos: -27.5,-45.5 parent: 2 - uid: 8357 components: - type: Transform - pos: -27.5,-45.5 + pos: -27.5,-44.5 parent: 2 - uid: 8358 components: - type: Transform - pos: -27.5,-44.5 + pos: -28.5,-44.5 parent: 2 - uid: 8359 components: - type: Transform - pos: -28.5,-44.5 + pos: -29.5,-44.5 parent: 2 - uid: 8360 components: - type: Transform - pos: -29.5,-44.5 + pos: -30.5,-44.5 parent: 2 - uid: 8361 components: - type: Transform - pos: -30.5,-44.5 + pos: -31.5,-44.5 parent: 2 - uid: 8362 components: - type: Transform - pos: -31.5,-44.5 + pos: -31.5,-45.5 parent: 2 - uid: 8363 components: - type: Transform - pos: -31.5,-45.5 + pos: -31.5,-46.5 parent: 2 - uid: 8364 components: - type: Transform - pos: -31.5,-46.5 + pos: -31.5,-47.5 parent: 2 - uid: 8365 components: - type: Transform - pos: -31.5,-47.5 + pos: -30.5,-47.5 parent: 2 - uid: 8366 components: - type: Transform - pos: -30.5,-47.5 + pos: -30.5,-48.5 parent: 2 - uid: 8367 components: - type: Transform - pos: -30.5,-48.5 + pos: -30.5,-49.5 parent: 2 - uid: 8368 components: - type: Transform - pos: -30.5,-49.5 + pos: -30.5,-50.5 parent: 2 - uid: 8369 components: - type: Transform - pos: -30.5,-50.5 + pos: -30.5,-51.5 parent: 2 - uid: 8370 components: - type: Transform - pos: -30.5,-51.5 + pos: -30.5,-52.5 parent: 2 - uid: 8371 components: - type: Transform - pos: -30.5,-52.5 + pos: -30.5,-53.5 parent: 2 - uid: 8372 components: - type: Transform - pos: -30.5,-53.5 + pos: -31.5,-53.5 parent: 2 - uid: 8373 components: - type: Transform - pos: -31.5,-53.5 + pos: -31.5,-54.5 parent: 2 - uid: 8374 components: - type: Transform - pos: -31.5,-54.5 + pos: -58.5,-88.5 parent: 2 - uid: 8375 components: - type: Transform - pos: -58.5,-88.5 + pos: -57.5,-88.5 parent: 2 - uid: 8376 components: - type: Transform - pos: -57.5,-88.5 + pos: -58.5,-87.5 parent: 2 - uid: 8377 components: - type: Transform - pos: -58.5,-87.5 + pos: -56.5,-88.5 parent: 2 - uid: 8378 components: - type: Transform - pos: -56.5,-88.5 + pos: -9.5,28.5 parent: 2 - uid: 8379 components: - type: Transform - pos: -9.5,28.5 + pos: 14.5,32.5 parent: 2 - uid: 8380 components: - type: Transform - pos: 14.5,32.5 + pos: 13.5,32.5 parent: 2 - uid: 8381 components: - type: Transform - pos: 13.5,32.5 + pos: 2.5,32.5 parent: 2 - uid: 8382 components: - type: Transform - pos: 2.5,32.5 + pos: 1.5,32.5 parent: 2 - uid: 8383 components: - type: Transform - pos: 1.5,32.5 + pos: 0.5,32.5 parent: 2 - uid: 8384 components: - type: Transform - pos: 0.5,32.5 + pos: -0.5,32.5 parent: 2 - uid: 8385 components: - type: Transform - pos: -0.5,32.5 + pos: -1.5,32.5 parent: 2 - uid: 8386 components: - type: Transform - pos: -1.5,32.5 + pos: -2.5,32.5 parent: 2 - uid: 8387 components: - type: Transform - pos: -2.5,32.5 + pos: -3.5,32.5 parent: 2 - uid: 8388 components: - type: Transform - pos: -3.5,32.5 + pos: -4.5,32.5 parent: 2 - uid: 8389 components: - type: Transform - pos: -4.5,32.5 + pos: -5.5,32.5 parent: 2 - uid: 8390 components: - type: Transform - pos: -5.5,32.5 + pos: -6.5,32.5 parent: 2 - uid: 8391 components: - type: Transform - pos: -6.5,32.5 + pos: -7.5,32.5 parent: 2 - uid: 8392 components: - type: Transform - pos: -7.5,32.5 + pos: -8.5,32.5 parent: 2 - uid: 8393 components: - type: Transform - pos: -8.5,32.5 + pos: -8.5,33.5 parent: 2 - uid: 8394 components: - type: Transform - pos: -8.5,33.5 + pos: -8.5,34.5 parent: 2 - uid: 8395 components: - type: Transform - pos: -8.5,34.5 + pos: -8.5,35.5 parent: 2 - uid: 8396 components: - type: Transform - pos: -8.5,35.5 + pos: -14.5,32.5 parent: 2 - uid: 8397 components: - type: Transform - pos: -14.5,32.5 + pos: -14.5,30.5 parent: 2 - uid: 8398 components: - type: Transform - pos: -14.5,30.5 + pos: -14.5,29.5 parent: 2 - uid: 8399 components: - type: Transform - pos: -14.5,29.5 + pos: -16.5,29.5 parent: 2 - uid: 8400 components: - type: Transform - pos: -16.5,29.5 + pos: -22.5,17.5 parent: 2 - uid: 8401 components: - type: Transform - pos: -22.5,17.5 + pos: -21.5,17.5 parent: 2 - uid: 8402 components: - type: Transform - pos: -21.5,17.5 + pos: -20.5,17.5 parent: 2 - uid: 8403 components: - type: Transform - pos: -20.5,17.5 + pos: -22.5,16.5 parent: 2 - uid: 8404 components: - type: Transform - pos: -22.5,16.5 + pos: -23.5,16.5 parent: 2 - uid: 8405 components: - type: Transform - pos: -23.5,16.5 + pos: -23.5,15.5 parent: 2 - uid: 8406 components: - type: Transform - pos: -23.5,15.5 + pos: -13.5,3.5 parent: 2 - uid: 8407 components: - type: Transform - pos: -13.5,3.5 + pos: -13.5,4.5 parent: 2 - uid: 8408 components: - type: Transform - pos: -13.5,4.5 + pos: -13.5,5.5 parent: 2 - uid: 8409 components: - type: Transform - pos: -13.5,5.5 + pos: -13.5,6.5 parent: 2 - uid: 8410 components: - type: Transform - pos: -13.5,6.5 + pos: -13.5,7.5 parent: 2 - uid: 8411 components: - type: Transform - pos: -13.5,7.5 + pos: -14.5,7.5 parent: 2 - uid: 8412 components: - type: Transform - pos: -14.5,7.5 + pos: -15.5,7.5 parent: 2 - uid: 8413 components: - type: Transform - pos: -15.5,7.5 + pos: -16.5,7.5 parent: 2 - uid: 8414 components: - type: Transform - pos: -16.5,7.5 + pos: -17.5,7.5 parent: 2 - uid: 8415 components: - type: Transform - pos: -17.5,7.5 + pos: -18.5,7.5 parent: 2 - uid: 8416 components: - type: Transform - pos: -18.5,7.5 + pos: -19.5,7.5 parent: 2 - uid: 8417 components: - type: Transform - pos: -19.5,7.5 + pos: -20.5,7.5 parent: 2 - uid: 8418 components: - type: Transform - pos: -20.5,7.5 + pos: -20.5,8.5 parent: 2 - uid: 8419 components: - type: Transform - pos: -20.5,8.5 + pos: -20.5,9.5 parent: 2 - uid: 8420 components: - type: Transform - pos: -20.5,9.5 + pos: -20.5,10.5 parent: 2 - uid: 8421 components: - type: Transform - pos: -20.5,10.5 + pos: -20.5,11.5 parent: 2 - uid: 8422 components: - type: Transform - pos: -20.5,11.5 + pos: -20.5,12.5 parent: 2 - uid: 8423 components: - type: Transform - pos: -20.5,12.5 + pos: -20.5,13.5 parent: 2 - uid: 8424 components: - type: Transform - pos: -20.5,13.5 + pos: -20.5,14.5 parent: 2 - uid: 8425 components: - type: Transform - pos: -20.5,14.5 + pos: -20.5,15.5 parent: 2 - uid: 8426 components: - type: Transform - pos: -20.5,15.5 + pos: -20.5,16.5 parent: 2 - uid: 8427 components: - type: Transform - pos: -20.5,16.5 + pos: -71.5,-20.5 parent: 2 - uid: 8428 components: - type: Transform - pos: -71.5,-20.5 + pos: -72.5,-20.5 parent: 2 - uid: 8429 components: - type: Transform - pos: -72.5,-20.5 + pos: -73.5,-20.5 parent: 2 - uid: 8430 components: - type: Transform - pos: -73.5,-20.5 + pos: -73.5,-19.5 parent: 2 - uid: 8431 components: - type: Transform - pos: -73.5,-19.5 + pos: -73.5,-18.5 parent: 2 - uid: 8432 components: - type: Transform - pos: -73.5,-18.5 + pos: -73.5,-17.5 parent: 2 - uid: 8433 components: - type: Transform - pos: -73.5,-17.5 + pos: -73.5,-16.5 parent: 2 - uid: 8434 components: - type: Transform - pos: -73.5,-16.5 + pos: -73.5,-15.5 parent: 2 - uid: 8435 components: - type: Transform - pos: -73.5,-15.5 + pos: -73.5,-14.5 parent: 2 - uid: 8436 components: - type: Transform - pos: -73.5,-14.5 + pos: -73.5,-13.5 parent: 2 - uid: 8437 components: - type: Transform - pos: -73.5,-13.5 + pos: -73.5,-12.5 parent: 2 - uid: 8438 components: - type: Transform - pos: -73.5,-12.5 + pos: -73.5,-11.5 parent: 2 - uid: 8439 components: - type: Transform - pos: -73.5,-11.5 + pos: -73.5,-10.5 parent: 2 - uid: 8440 components: - type: Transform - pos: -73.5,-10.5 + pos: -73.5,-9.5 parent: 2 - uid: 8441 components: - type: Transform - pos: -73.5,-9.5 + pos: -73.5,-8.5 parent: 2 - uid: 8442 components: - type: Transform - pos: -73.5,-8.5 + pos: -73.5,-7.5 parent: 2 - uid: 8443 components: - type: Transform - pos: -73.5,-7.5 + pos: -73.5,-6.5 parent: 2 - uid: 8444 components: - type: Transform - pos: -73.5,-6.5 + pos: -72.5,-6.5 parent: 2 - uid: 8445 components: - type: Transform - pos: -72.5,-6.5 + pos: -71.5,-6.5 parent: 2 - uid: 8446 components: - type: Transform - pos: -71.5,-6.5 + pos: -70.5,-6.5 parent: 2 - uid: 8447 components: - type: Transform - pos: -70.5,-6.5 + pos: -69.5,-6.5 parent: 2 - uid: 8448 components: - type: Transform - pos: -69.5,-6.5 + pos: -68.5,-6.5 parent: 2 - uid: 8449 components: - type: Transform - pos: -68.5,-6.5 + pos: -67.5,-6.5 parent: 2 - uid: 8450 components: - type: Transform - pos: -67.5,-6.5 + pos: -66.5,-6.5 parent: 2 - uid: 8451 components: - type: Transform - pos: -66.5,-6.5 + pos: -65.5,-6.5 parent: 2 - uid: 8452 components: - type: Transform - pos: -65.5,-6.5 + pos: -64.5,-6.5 parent: 2 - uid: 8453 components: - type: Transform - pos: -64.5,-6.5 + pos: -63.5,-6.5 parent: 2 - uid: 8454 components: - type: Transform - pos: -63.5,-6.5 + pos: -62.5,-6.5 parent: 2 - uid: 8455 components: - type: Transform - pos: -62.5,-6.5 + pos: -61.5,-6.5 parent: 2 - uid: 8456 components: - type: Transform - pos: -61.5,-6.5 + pos: -60.5,-6.5 parent: 2 - uid: 8457 components: - type: Transform - pos: -60.5,-6.5 + pos: -59.5,-6.5 parent: 2 - uid: 8458 components: - type: Transform - pos: -59.5,-6.5 + pos: -59.5,-7.5 parent: 2 - uid: 8459 components: - type: Transform - pos: -59.5,-7.5 + pos: -59.5,-8.5 parent: 2 - uid: 8460 components: - type: Transform - pos: -59.5,-8.5 + pos: -59.5,-9.5 parent: 2 - uid: 8461 components: - type: Transform - pos: -59.5,-9.5 + pos: -59.5,-10.5 parent: 2 - uid: 8462 components: - type: Transform - pos: -59.5,-10.5 + pos: -59.5,-11.5 parent: 2 - uid: 8463 components: - type: Transform - pos: -59.5,-11.5 + pos: -59.5,-12.5 parent: 2 - uid: 8464 components: - type: Transform - pos: -59.5,-12.5 + pos: -59.5,-13.5 parent: 2 - uid: 8465 components: - type: Transform - pos: -59.5,-13.5 + pos: -59.5,-14.5 parent: 2 - uid: 8466 components: - type: Transform - pos: -59.5,-14.5 + pos: -59.5,-15.5 parent: 2 - uid: 8467 components: - type: Transform - pos: -59.5,-15.5 + pos: -59.5,-16.5 parent: 2 - uid: 8468 components: - type: Transform - pos: -59.5,-16.5 + pos: -59.5,-17.5 parent: 2 - uid: 8469 components: - type: Transform - pos: -59.5,-17.5 + pos: -59.5,-18.5 parent: 2 - uid: 8470 components: - type: Transform - pos: -59.5,-18.5 + pos: -59.5,-19.5 parent: 2 - uid: 8471 components: - type: Transform - pos: -59.5,-19.5 + pos: -59.5,-20.5 parent: 2 - uid: 8472 components: - type: Transform - pos: -59.5,-20.5 + pos: -60.5,-20.5 parent: 2 - uid: 8473 components: - type: Transform - pos: -60.5,-20.5 + pos: -61.5,-20.5 parent: 2 - uid: 8474 components: - type: Transform - pos: -61.5,-20.5 + pos: -62.5,-20.5 parent: 2 - uid: 8475 components: - type: Transform - pos: -62.5,-20.5 + pos: -63.5,-20.5 parent: 2 - uid: 8476 components: - type: Transform - pos: -63.5,-20.5 + pos: -64.5,-20.5 parent: 2 - uid: 8477 components: - type: Transform - pos: -64.5,-20.5 + pos: -65.5,-20.5 parent: 2 - uid: 8478 components: - type: Transform - pos: -65.5,-20.5 + pos: -66.5,-20.5 parent: 2 - uid: 8479 components: - type: Transform - pos: -66.5,-20.5 + pos: -67.5,-20.5 parent: 2 - uid: 8480 components: - type: Transform - pos: -67.5,-20.5 + pos: -68.5,-20.5 parent: 2 - uid: 8481 components: - type: Transform - pos: -68.5,-20.5 + pos: -69.5,-20.5 parent: 2 - uid: 8482 components: - type: Transform - pos: -69.5,-20.5 + pos: -70.5,-20.5 parent: 2 - uid: 8483 components: - type: Transform - pos: -70.5,-20.5 + pos: -20.5,-5.5 parent: 2 - uid: 8484 components: - type: Transform - pos: -20.5,-5.5 + pos: -21.5,-5.5 parent: 2 - uid: 8485 components: - type: Transform - pos: -21.5,-5.5 + pos: -22.5,-5.5 parent: 2 - uid: 8486 components: - type: Transform - pos: -22.5,-5.5 + pos: -23.5,-5.5 parent: 2 - uid: 8487 components: - type: Transform - pos: -23.5,-5.5 + pos: -24.5,-5.5 parent: 2 - uid: 8488 components: - type: Transform - pos: -24.5,-5.5 + pos: -25.5,-5.5 parent: 2 - uid: 8489 components: - type: Transform - pos: -25.5,-5.5 + pos: -25.5,-4.5 parent: 2 - uid: 8490 components: - type: Transform - pos: -25.5,-4.5 + pos: -25.5,-3.5 parent: 2 - uid: 8491 components: - type: Transform - pos: -25.5,-3.5 + pos: -25.5,-2.5 parent: 2 - uid: 8492 components: - type: Transform - pos: -25.5,-2.5 + pos: -25.5,-1.5 parent: 2 - uid: 8493 components: - type: Transform - pos: -25.5,-1.5 + pos: -25.5,-0.5 parent: 2 - uid: 8494 components: - type: Transform - pos: -25.5,-0.5 + pos: -26.5,-0.5 parent: 2 - uid: 8495 components: - type: Transform - pos: -26.5,-0.5 + pos: -27.5,-0.5 parent: 2 - uid: 8496 components: - type: Transform - pos: -27.5,-0.5 + pos: -28.5,-0.5 parent: 2 - uid: 8497 components: - type: Transform - pos: -28.5,-0.5 + pos: -29.5,-0.5 parent: 2 - uid: 8498 components: - type: Transform - pos: -29.5,-0.5 + pos: -30.5,-0.5 parent: 2 - uid: 8499 components: - type: Transform - pos: -30.5,-0.5 + pos: -31.5,-0.5 parent: 2 - uid: 8500 components: - type: Transform - pos: -31.5,-0.5 + pos: -32.5,-0.5 parent: 2 - uid: 8501 components: - type: Transform - pos: -32.5,-0.5 + pos: -33.5,-0.5 parent: 2 - uid: 8502 components: - type: Transform - pos: -33.5,-0.5 + pos: -34.5,-0.5 parent: 2 - uid: 8503 components: - type: Transform - pos: -34.5,-0.5 + pos: -35.5,-0.5 parent: 2 - uid: 8504 components: - type: Transform - pos: -35.5,-0.5 + pos: -36.5,-0.5 parent: 2 - uid: 8505 components: - type: Transform - pos: -36.5,-0.5 + pos: -37.5,-0.5 parent: 2 - uid: 8506 components: - type: Transform - pos: -37.5,-0.5 + pos: -37.5,-1.5 parent: 2 - uid: 8507 components: - type: Transform - pos: -37.5,-1.5 + pos: -37.5,-2.5 parent: 2 - uid: 8508 components: - type: Transform - pos: -37.5,-2.5 + pos: -36.5,-2.5 parent: 2 - uid: 8509 components: - type: Transform - pos: -36.5,-2.5 + pos: -35.5,-2.5 parent: 2 - uid: 8510 components: - type: Transform - pos: -35.5,-2.5 + pos: -34.5,-2.5 parent: 2 - uid: 8511 components: - type: Transform - pos: -34.5,-2.5 + pos: -34.5,-3.5 parent: 2 - uid: 8512 components: - type: Transform - pos: -34.5,-3.5 + pos: -20.5,18.5 parent: 2 - uid: 8513 components: - type: Transform - pos: -20.5,18.5 + pos: -20.5,19.5 parent: 2 - uid: 8514 components: - type: Transform - pos: -20.5,19.5 + pos: -20.5,20.5 parent: 2 - uid: 8515 components: - type: Transform - pos: -20.5,20.5 + pos: -20.5,21.5 parent: 2 - uid: 8516 components: - type: Transform - pos: -20.5,21.5 + pos: -20.5,22.5 parent: 2 - uid: 8517 components: - type: Transform - pos: -20.5,22.5 + pos: -20.5,23.5 parent: 2 - uid: 8518 components: - type: Transform - pos: -20.5,23.5 + pos: -20.5,24.5 parent: 2 - uid: 8519 components: - type: Transform - pos: -20.5,24.5 + pos: -20.5,25.5 parent: 2 - uid: 8520 components: - type: Transform - pos: -20.5,25.5 + pos: 8.5,-104.5 parent: 2 - uid: 8521 components: - type: Transform - pos: 8.5,-104.5 + pos: 7.5,-104.5 parent: 2 - uid: 8522 components: - type: Transform - pos: 7.5,-104.5 + pos: 6.5,-104.5 parent: 2 - uid: 8523 components: - type: Transform - pos: 6.5,-104.5 + pos: 5.5,-104.5 parent: 2 - uid: 8524 components: - type: Transform - pos: 5.5,-104.5 + pos: 4.5,-104.5 parent: 2 - uid: 8525 components: - type: Transform - pos: 4.5,-104.5 + pos: 14.5,-104.5 parent: 2 - uid: 8526 components: - type: Transform - pos: 14.5,-104.5 + pos: 15.5,-104.5 parent: 2 - uid: 8527 components: - type: Transform - pos: 15.5,-104.5 + pos: 16.5,-104.5 parent: 2 - uid: 8528 components: - type: Transform - pos: 16.5,-104.5 + pos: 17.5,-104.5 parent: 2 - uid: 8529 components: - type: Transform - pos: 17.5,-104.5 + pos: 18.5,-104.5 parent: 2 - uid: 8530 components: - type: Transform - pos: 18.5,-104.5 + pos: 15.5,-101.5 parent: 2 - uid: 8531 components: - type: Transform - pos: 15.5,-101.5 + pos: 16.5,-101.5 parent: 2 - uid: 8532 components: - type: Transform - pos: 16.5,-101.5 + pos: 17.5,-101.5 parent: 2 - uid: 8533 components: - type: Transform - pos: 17.5,-101.5 + pos: 18.5,-101.5 parent: 2 - uid: 8534 components: - type: Transform - pos: 18.5,-101.5 + pos: 7.5,-101.5 parent: 2 - uid: 8535 components: - type: Transform - pos: 7.5,-101.5 + pos: 6.5,-101.5 parent: 2 - uid: 8536 components: - type: Transform - pos: 6.5,-101.5 + pos: 5.5,-101.5 parent: 2 - uid: 8537 components: - type: Transform - pos: 5.5,-101.5 + pos: 4.5,-101.5 parent: 2 - uid: 8538 components: - type: Transform - pos: 4.5,-101.5 + pos: 4.5,-98.5 parent: 2 - uid: 8539 components: - type: Transform - pos: 4.5,-98.5 + pos: 5.5,-98.5 parent: 2 - uid: 8540 components: - type: Transform - pos: 5.5,-98.5 + pos: 6.5,-98.5 parent: 2 - uid: 8541 components: - type: Transform - pos: 6.5,-98.5 + pos: 7.5,-98.5 parent: 2 - uid: 8542 components: - type: Transform - pos: 7.5,-98.5 + pos: 18.5,-98.5 parent: 2 - uid: 8543 components: - type: Transform - pos: 18.5,-98.5 + pos: 17.5,-98.5 parent: 2 - uid: 8544 components: - type: Transform - pos: 17.5,-98.5 + pos: 16.5,-98.5 parent: 2 - uid: 8545 components: - type: Transform - pos: 16.5,-98.5 + pos: 15.5,-98.5 parent: 2 - uid: 8546 components: - type: Transform - pos: 15.5,-98.5 + pos: -0.5,-51.5 parent: 2 - uid: 8547 components: - type: Transform - pos: -2.5,-57.5 + pos: -0.5,-50.5 parent: 2 - uid: 8548 components: - type: Transform - pos: -2.5,-56.5 + pos: -0.5,-49.5 parent: 2 - uid: 8549 components: - type: Transform - pos: -2.5,-55.5 + pos: -0.5,-48.5 parent: 2 - uid: 8550 components: - type: Transform - pos: -2.5,-54.5 + pos: -0.5,-47.5 parent: 2 - uid: 8551 components: - type: Transform - pos: -2.5,-53.5 + pos: -0.5,-46.5 parent: 2 - uid: 8552 components: - type: Transform - pos: -1.5,-53.5 + pos: -0.5,-45.5 parent: 2 - uid: 8553 components: - type: Transform - pos: -0.5,-53.5 + pos: -0.5,-44.5 parent: 2 - uid: 8554 components: - type: Transform - pos: -0.5,-52.5 + pos: -0.5,-43.5 parent: 2 - uid: 8555 components: - type: Transform - pos: -0.5,-51.5 + pos: -53.5,-18.5 parent: 2 - uid: 8556 components: - type: Transform - pos: -0.5,-50.5 + pos: -53.5,-17.5 parent: 2 - uid: 8557 components: - type: Transform - pos: -0.5,-49.5 + pos: -53.5,-16.5 parent: 2 - uid: 8558 components: - type: Transform - pos: -0.5,-48.5 + pos: -53.5,-15.5 parent: 2 - uid: 8559 components: - type: Transform - pos: -0.5,-47.5 + pos: -53.5,-14.5 parent: 2 - uid: 8560 components: - type: Transform - pos: -0.5,-46.5 + pos: -53.5,-13.5 parent: 2 - uid: 8561 components: - type: Transform - pos: -0.5,-45.5 + pos: -54.5,-13.5 parent: 2 - uid: 8562 components: - type: Transform - pos: -0.5,-44.5 + pos: -55.5,-13.5 parent: 2 - uid: 8563 components: - type: Transform - pos: -0.5,-43.5 + pos: -55.5,-25.5 parent: 2 - uid: 8564 components: - type: Transform - pos: -53.5,-18.5 + pos: -56.5,-25.5 parent: 2 - uid: 8565 components: - type: Transform - pos: -53.5,-17.5 + pos: -57.5,-25.5 parent: 2 - uid: 8566 components: - type: Transform - pos: -53.5,-16.5 + pos: -60.5,-27.5 parent: 2 - uid: 8567 components: - type: Transform - pos: -53.5,-15.5 + pos: -54.5,-25.5 parent: 2 - uid: 8568 components: - type: Transform - pos: -53.5,-14.5 + pos: -52.5,-25.5 parent: 2 - uid: 8569 components: - type: Transform - pos: -53.5,-13.5 + pos: -0.5,-79.5 parent: 2 - uid: 8570 components: - type: Transform - pos: -54.5,-13.5 + pos: -14.5,38.5 parent: 2 - uid: 8571 components: - type: Transform - pos: -55.5,-13.5 + pos: -14.5,43.5 parent: 2 - uid: 8572 components: - type: Transform - pos: -55.5,-25.5 + pos: -14.5,41.5 parent: 2 - uid: 8573 components: - type: Transform - pos: -56.5,-25.5 + pos: -17.5,29.5 parent: 2 - uid: 8574 components: - type: Transform - pos: -57.5,-25.5 + pos: -14.5,37.5 parent: 2 - uid: 8575 components: - type: Transform - pos: -60.5,-27.5 + pos: -15.5,29.5 parent: 2 - uid: 8576 components: - type: Transform - pos: -54.5,-25.5 + pos: -0.5,-78.5 parent: 2 - uid: 8577 components: - type: Transform - pos: -52.5,-25.5 + pos: -0.5,-77.5 parent: 2 - uid: 8578 components: - type: Transform - pos: -0.5,-79.5 + pos: 12.5,-104.5 parent: 2 - uid: 8579 components: - type: Transform - pos: -14.5,38.5 + pos: 10.5,-104.5 parent: 2 - uid: 8580 components: - type: Transform - pos: -14.5,43.5 + pos: -74.5,-38.5 parent: 2 - uid: 8581 components: - type: Transform - pos: -14.5,41.5 + pos: -75.5,-38.5 parent: 2 - uid: 8582 components: - type: Transform - pos: -17.5,29.5 + pos: -79.5,-37.5 parent: 2 - uid: 8583 components: - type: Transform - pos: -14.5,37.5 + pos: 5.5,-14.5 parent: 2 - uid: 8584 components: - type: Transform - pos: -15.5,29.5 + pos: 8.5,-14.5 parent: 2 - uid: 8585 components: - type: Transform - pos: -0.5,-78.5 + pos: 33.5,22.5 parent: 2 - uid: 8586 components: - type: Transform - pos: -0.5,-77.5 + pos: 34.5,22.5 parent: 2 - uid: 8587 components: - type: Transform - pos: 12.5,-104.5 + pos: 35.5,22.5 parent: 2 - uid: 8588 components: - type: Transform - pos: 10.5,-104.5 + pos: 36.5,22.5 parent: 2 - uid: 8589 components: - type: Transform - pos: -74.5,-38.5 + pos: 36.5,23.5 parent: 2 - uid: 8590 components: - type: Transform - pos: -75.5,-38.5 + pos: 37.5,23.5 parent: 2 - uid: 8591 components: - type: Transform - pos: -79.5,-37.5 + pos: 38.5,23.5 parent: 2 - uid: 8592 components: - type: Transform - pos: 5.5,-14.5 + pos: 39.5,23.5 parent: 2 - uid: 8593 components: - type: Transform - pos: 8.5,-14.5 + pos: 40.5,23.5 parent: 2 - uid: 8594 components: - type: Transform - pos: 33.5,22.5 + pos: 41.5,23.5 parent: 2 - uid: 8595 components: - type: Transform - pos: 34.5,22.5 + pos: 42.5,23.5 parent: 2 - uid: 8596 components: - type: Transform - pos: 35.5,22.5 + pos: 43.5,23.5 parent: 2 - uid: 8597 components: - type: Transform - pos: 36.5,22.5 + pos: 44.5,23.5 parent: 2 - uid: 8598 components: - type: Transform - pos: 36.5,23.5 + pos: 44.5,24.5 parent: 2 - uid: 8599 components: - type: Transform - pos: 37.5,23.5 + pos: 44.5,25.5 parent: 2 - uid: 8600 components: - type: Transform - pos: 38.5,23.5 + pos: 44.5,26.5 parent: 2 - uid: 8601 components: - type: Transform - pos: 39.5,23.5 + pos: 45.5,26.5 parent: 2 - uid: 8602 components: - type: Transform - pos: 40.5,23.5 + pos: 46.5,26.5 parent: 2 - uid: 8603 components: - type: Transform - pos: 41.5,23.5 + pos: 47.5,26.5 parent: 2 - uid: 8604 components: - type: Transform - pos: 42.5,23.5 + pos: 48.5,26.5 parent: 2 - uid: 8605 components: - type: Transform - pos: 43.5,23.5 + pos: 48.5,27.5 parent: 2 - uid: 8606 components: - type: Transform - pos: 44.5,23.5 + pos: 48.5,28.5 parent: 2 - uid: 8607 components: - type: Transform - pos: 44.5,24.5 + pos: 49.5,28.5 parent: 2 - uid: 8608 components: - type: Transform - pos: 44.5,25.5 + pos: 50.5,28.5 parent: 2 - uid: 8609 components: - type: Transform - pos: 44.5,26.5 + pos: 50.5,29.5 parent: 2 - uid: 8610 components: - type: Transform - pos: 45.5,26.5 + pos: 91.5,36.5 parent: 2 - uid: 8611 components: - type: Transform - pos: 46.5,26.5 + pos: 77.5,36.5 parent: 2 - uid: 8612 components: - type: Transform - pos: 47.5,26.5 + pos: 76.5,36.5 parent: 2 - uid: 8613 components: - type: Transform - pos: 48.5,26.5 + pos: 75.5,36.5 parent: 2 - uid: 8614 components: - type: Transform - pos: 48.5,27.5 + pos: 74.5,36.5 parent: 2 - uid: 8615 components: - type: Transform - pos: 48.5,28.5 + pos: 78.5,44.5 parent: 2 - uid: 8616 components: - type: Transform - pos: 49.5,28.5 + pos: 78.5,43.5 parent: 2 - uid: 8617 components: - type: Transform - pos: 50.5,28.5 + pos: 78.5,42.5 parent: 2 - uid: 8618 components: - type: Transform - pos: 50.5,29.5 + pos: 78.5,41.5 parent: 2 - uid: 8619 components: - type: Transform - pos: 91.5,36.5 + pos: 78.5,40.5 parent: 2 - uid: 8620 components: - type: Transform - pos: 77.5,36.5 + pos: 78.5,39.5 parent: 2 - uid: 8621 components: - type: Transform - pos: 76.5,36.5 + pos: 78.5,38.5 parent: 2 - uid: 8622 components: - type: Transform - pos: 75.5,36.5 + pos: 78.5,37.5 parent: 2 - uid: 8623 components: - type: Transform - pos: 74.5,36.5 + pos: 78.5,35.5 parent: 2 - uid: 8624 components: - type: Transform - pos: 78.5,44.5 + pos: 78.5,34.5 parent: 2 - uid: 8625 components: - type: Transform - pos: 78.5,43.5 + pos: 78.5,33.5 parent: 2 - uid: 8626 components: - type: Transform - pos: 78.5,42.5 + pos: 78.5,32.5 parent: 2 - uid: 8627 components: - type: Transform - pos: 78.5,41.5 + pos: 78.5,31.5 parent: 2 - uid: 8628 components: - type: Transform - pos: 78.5,40.5 + pos: 78.5,30.5 parent: 2 - uid: 8629 components: - type: Transform - pos: 78.5,39.5 + pos: 78.5,29.5 parent: 2 - uid: 8630 components: - type: Transform - pos: 78.5,38.5 + pos: 78.5,28.5 parent: 2 - uid: 8631 components: - type: Transform - pos: 78.5,37.5 + pos: 81.5,28.5 parent: 2 - uid: 8632 components: - type: Transform - pos: 78.5,35.5 + pos: 81.5,29.5 parent: 2 - uid: 8633 components: - type: Transform - pos: 78.5,34.5 + pos: 81.5,30.5 parent: 2 - uid: 8634 components: - type: Transform - pos: 78.5,33.5 + pos: 81.5,31.5 parent: 2 - uid: 8635 components: - type: Transform - pos: 78.5,32.5 + pos: 81.5,32.5 parent: 2 - uid: 8636 components: - type: Transform - pos: 78.5,31.5 + pos: 81.5,33.5 parent: 2 - uid: 8637 components: - type: Transform - pos: 78.5,30.5 + pos: 81.5,34.5 parent: 2 - uid: 8638 components: - type: Transform - pos: 78.5,29.5 + pos: 81.5,35.5 parent: 2 - uid: 8639 components: - type: Transform - pos: 78.5,28.5 + pos: 81.5,37.5 parent: 2 - uid: 8640 components: - type: Transform - pos: 81.5,28.5 + pos: 81.5,38.5 parent: 2 - uid: 8641 components: - type: Transform - pos: 81.5,29.5 + pos: 81.5,39.5 parent: 2 - uid: 8642 components: - type: Transform - pos: 81.5,30.5 + pos: 81.5,40.5 parent: 2 - uid: 8643 components: - type: Transform - pos: 81.5,31.5 + pos: 81.5,41.5 parent: 2 - uid: 8644 components: - type: Transform - pos: 81.5,32.5 + pos: 81.5,42.5 parent: 2 - uid: 8645 components: - type: Transform - pos: 81.5,33.5 + pos: 81.5,43.5 parent: 2 - uid: 8646 components: - type: Transform - pos: 81.5,34.5 + pos: 81.5,44.5 parent: 2 - uid: 8647 components: - type: Transform - pos: 81.5,35.5 + pos: 84.5,44.5 parent: 2 - uid: 8648 components: - type: Transform - pos: 81.5,37.5 + pos: 84.5,43.5 parent: 2 - uid: 8649 components: - type: Transform - pos: 81.5,38.5 + pos: 84.5,42.5 parent: 2 - uid: 8650 components: - type: Transform - pos: 81.5,39.5 + pos: 84.5,41.5 parent: 2 - uid: 8651 components: - type: Transform - pos: 81.5,40.5 + pos: 84.5,40.5 parent: 2 - uid: 8652 components: - type: Transform - pos: 81.5,41.5 + pos: 84.5,39.5 parent: 2 - uid: 8653 components: - type: Transform - pos: 81.5,42.5 + pos: 84.5,38.5 parent: 2 - uid: 8654 components: - type: Transform - pos: 81.5,43.5 + pos: 84.5,37.5 parent: 2 - uid: 8655 components: - type: Transform - pos: 81.5,44.5 + pos: 84.5,35.5 parent: 2 - uid: 8656 components: - type: Transform - pos: 84.5,44.5 + pos: 84.5,34.5 parent: 2 - uid: 8657 components: - type: Transform - pos: 84.5,43.5 + pos: 84.5,33.5 parent: 2 - uid: 8658 components: - type: Transform - pos: 84.5,42.5 + pos: 84.5,32.5 parent: 2 - uid: 8659 components: - type: Transform - pos: 84.5,41.5 + pos: 84.5,31.5 parent: 2 - uid: 8660 components: - type: Transform - pos: 84.5,40.5 + pos: 84.5,30.5 parent: 2 - uid: 8661 components: - type: Transform - pos: 84.5,39.5 + pos: 84.5,29.5 parent: 2 - uid: 8662 components: - type: Transform - pos: 84.5,38.5 + pos: 84.5,28.5 parent: 2 - uid: 8663 components: - type: Transform - pos: 84.5,37.5 + pos: 87.5,28.5 parent: 2 - uid: 8664 components: - type: Transform - pos: 84.5,35.5 + pos: 87.5,29.5 parent: 2 - uid: 8665 components: - type: Transform - pos: 84.5,34.5 + pos: 87.5,30.5 parent: 2 - uid: 8666 components: - type: Transform - pos: 84.5,33.5 + pos: 87.5,31.5 parent: 2 - uid: 8667 components: - type: Transform - pos: 84.5,32.5 + pos: 87.5,32.5 parent: 2 - uid: 8668 components: - type: Transform - pos: 84.5,31.5 + pos: 87.5,33.5 parent: 2 - uid: 8669 components: - type: Transform - pos: 84.5,30.5 + pos: 87.5,34.5 parent: 2 - uid: 8670 components: - type: Transform - pos: 84.5,29.5 + pos: 87.5,35.5 parent: 2 - uid: 8671 components: - type: Transform - pos: 84.5,28.5 + pos: 87.5,37.5 parent: 2 - uid: 8672 components: - type: Transform - pos: 87.5,28.5 + pos: 87.5,38.5 parent: 2 - uid: 8673 components: - type: Transform - pos: 87.5,29.5 + pos: 87.5,39.5 parent: 2 - uid: 8674 components: - type: Transform - pos: 87.5,30.5 + pos: 87.5,40.5 parent: 2 - uid: 8675 components: - type: Transform - pos: 87.5,31.5 + pos: 87.5,41.5 parent: 2 - uid: 8676 components: - type: Transform - pos: 87.5,32.5 + pos: 87.5,42.5 parent: 2 - uid: 8677 components: - type: Transform - pos: 87.5,33.5 + pos: 87.5,43.5 parent: 2 - uid: 8678 components: - type: Transform - pos: 87.5,34.5 + pos: 87.5,44.5 parent: 2 - uid: 8679 components: - type: Transform - pos: 87.5,35.5 + pos: 90.5,44.5 parent: 2 - uid: 8680 components: - type: Transform - pos: 87.5,37.5 + pos: 90.5,43.5 parent: 2 - uid: 8681 components: - type: Transform - pos: 87.5,38.5 + pos: 90.5,42.5 parent: 2 - uid: 8682 components: - type: Transform - pos: 87.5,39.5 + pos: 90.5,41.5 parent: 2 - uid: 8683 components: - type: Transform - pos: 87.5,40.5 + pos: 90.5,40.5 parent: 2 - uid: 8684 components: - type: Transform - pos: 87.5,41.5 + pos: 90.5,39.5 parent: 2 - uid: 8685 components: - type: Transform - pos: 87.5,42.5 + pos: 90.5,38.5 parent: 2 - uid: 8686 components: - type: Transform - pos: 87.5,43.5 + pos: 90.5,37.5 parent: 2 - uid: 8687 components: - type: Transform - pos: 87.5,44.5 + pos: 90.5,35.5 parent: 2 - uid: 8688 components: - type: Transform - pos: 90.5,44.5 + pos: 90.5,34.5 parent: 2 - uid: 8689 components: - type: Transform - pos: 90.5,43.5 + pos: 90.5,33.5 parent: 2 - uid: 8690 components: - type: Transform - pos: 90.5,42.5 + pos: 90.5,32.5 parent: 2 - uid: 8691 components: - type: Transform - pos: 90.5,41.5 + pos: 90.5,31.5 parent: 2 - uid: 8692 components: - type: Transform - pos: 90.5,40.5 + pos: 90.5,30.5 parent: 2 - uid: 8693 components: - type: Transform - pos: 90.5,39.5 + pos: 90.5,29.5 parent: 2 - uid: 8694 components: - type: Transform - pos: 90.5,38.5 + pos: 90.5,28.5 parent: 2 - uid: 8695 components: - type: Transform - pos: 90.5,37.5 + pos: 74.5,37.5 parent: 2 - uid: 8696 components: - type: Transform - pos: 90.5,35.5 + pos: 74.5,38.5 parent: 2 - uid: 8697 components: - type: Transform - pos: 90.5,34.5 + pos: 73.5,38.5 parent: 2 - uid: 8698 components: - type: Transform - pos: 90.5,33.5 + pos: 72.5,38.5 parent: 2 - uid: 8699 components: - type: Transform - pos: 90.5,32.5 + pos: 74.5,35.5 parent: 2 - uid: 8700 components: - type: Transform - pos: 90.5,31.5 + pos: 74.5,34.5 parent: 2 - uid: 8701 components: - type: Transform - pos: 90.5,30.5 + pos: 73.5,34.5 parent: 2 - uid: 8702 components: - type: Transform - pos: 90.5,29.5 + pos: 72.5,34.5 parent: 2 - uid: 8703 components: - type: Transform - pos: 90.5,28.5 + pos: 71.5,34.5 parent: 2 - uid: 8704 components: - type: Transform - pos: 74.5,37.5 + pos: 70.5,34.5 parent: 2 - uid: 8705 components: - type: Transform - pos: 74.5,38.5 + pos: 70.5,35.5 parent: 2 - uid: 8706 components: - type: Transform - pos: 73.5,38.5 + pos: 70.5,36.5 parent: 2 - uid: 8707 components: - type: Transform - pos: 72.5,38.5 + pos: 69.5,36.5 parent: 2 - uid: 8708 components: - type: Transform - pos: 74.5,35.5 + pos: 71.5,38.5 parent: 2 - uid: 8709 components: - type: Transform - pos: 74.5,34.5 + pos: 70.5,38.5 parent: 2 - uid: 8710 components: - type: Transform - pos: 73.5,34.5 + pos: 70.5,37.5 parent: 2 - uid: 8711 components: - type: Transform - pos: 72.5,34.5 + pos: 68.5,36.5 parent: 2 - uid: 8712 components: - type: Transform - pos: 71.5,34.5 + pos: 67.5,36.5 parent: 2 - uid: 8713 components: - type: Transform - pos: 70.5,34.5 + pos: 66.5,36.5 parent: 2 - uid: 8714 components: - type: Transform - pos: 70.5,35.5 + pos: 65.5,36.5 parent: 2 - uid: 8715 components: - type: Transform - pos: 70.5,36.5 + pos: 64.5,36.5 parent: 2 - uid: 8716 components: - type: Transform - pos: 69.5,36.5 + pos: 63.5,36.5 parent: 2 - uid: 8717 components: - type: Transform - pos: 71.5,38.5 + pos: 63.5,35.5 parent: 2 - uid: 8718 components: - type: Transform - pos: 70.5,38.5 + pos: 63.5,34.5 parent: 2 - uid: 8719 components: - type: Transform - pos: 70.5,37.5 + pos: 63.5,33.5 parent: 2 - uid: 8720 components: - type: Transform - pos: 68.5,36.5 + pos: 63.5,32.5 parent: 2 - uid: 8721 components: - type: Transform - pos: 67.5,36.5 + pos: 63.5,31.5 parent: 2 - uid: 8722 components: - type: Transform - pos: 66.5,36.5 + pos: 63.5,30.5 parent: 2 - uid: 8723 components: - type: Transform - pos: 65.5,36.5 + pos: 63.5,29.5 parent: 2 - uid: 8724 components: - type: Transform - pos: 64.5,36.5 + pos: 63.5,28.5 parent: 2 - uid: 8725 components: - type: Transform - pos: 63.5,36.5 + pos: 63.5,27.5 parent: 2 - uid: 8726 components: - type: Transform - pos: 63.5,35.5 + pos: 63.5,26.5 parent: 2 - uid: 8727 components: - type: Transform - pos: 63.5,34.5 + pos: 62.5,26.5 parent: 2 - uid: 8728 components: - type: Transform - pos: 63.5,33.5 + pos: 61.5,26.5 parent: 2 - uid: 8729 components: - type: Transform - pos: 63.5,32.5 + pos: 60.5,26.5 parent: 2 - uid: 8730 components: - type: Transform - pos: 63.5,31.5 + pos: 59.5,26.5 parent: 2 - uid: 8731 components: - type: Transform - pos: 63.5,30.5 + pos: 58.5,26.5 parent: 2 - uid: 8732 components: - type: Transform - pos: 63.5,29.5 + pos: 57.5,26.5 parent: 2 - uid: 8733 components: - type: Transform - pos: 63.5,28.5 + pos: 56.5,26.5 parent: 2 - uid: 8734 components: - type: Transform - pos: 63.5,27.5 + pos: 55.5,26.5 parent: 2 - uid: 8735 components: - type: Transform - pos: 63.5,26.5 + pos: 54.5,26.5 parent: 2 - uid: 8736 components: - type: Transform - pos: 62.5,26.5 + pos: 53.5,26.5 parent: 2 - uid: 8737 components: - type: Transform - pos: 61.5,26.5 + pos: 52.5,26.5 parent: 2 - uid: 8738 components: - type: Transform - pos: 60.5,26.5 + pos: 51.5,26.5 parent: 2 - uid: 8739 components: - type: Transform - pos: 59.5,26.5 + pos: 50.5,26.5 parent: 2 - uid: 8740 components: - type: Transform - pos: 58.5,26.5 + pos: 49.5,26.5 parent: 2 - uid: 8741 components: - type: Transform - pos: 57.5,26.5 + pos: -11.5,26.5 parent: 2 - uid: 8742 components: - type: Transform - pos: 56.5,26.5 + pos: -12.5,26.5 parent: 2 - uid: 8743 components: - type: Transform - pos: 55.5,26.5 + pos: -13.5,26.5 parent: 2 - uid: 8744 components: - type: Transform - pos: 54.5,26.5 + pos: -14.5,26.5 parent: 2 - uid: 8745 components: - type: Transform - pos: 53.5,26.5 + pos: -15.5,26.5 parent: 2 - uid: 8746 components: - type: Transform - pos: 52.5,26.5 + pos: -15.5,27.5 parent: 2 - uid: 8747 components: - type: Transform - pos: 51.5,26.5 + pos: -15.5,28.5 parent: 2 - uid: 8748 components: - type: Transform - pos: 50.5,26.5 + pos: -1.5,69.5 parent: 2 - uid: 8749 components: - type: Transform - pos: 49.5,26.5 + pos: -1.5,68.5 parent: 2 - uid: 8750 components: - type: Transform - pos: -11.5,26.5 + pos: -1.5,67.5 parent: 2 - uid: 8751 components: - type: Transform - pos: -12.5,26.5 + pos: -1.5,66.5 parent: 2 - uid: 8752 components: - type: Transform - pos: -13.5,26.5 + pos: -1.5,65.5 parent: 2 - uid: 8753 components: - type: Transform - pos: -14.5,26.5 + pos: -1.5,64.5 parent: 2 - uid: 8754 components: - type: Transform - pos: -15.5,26.5 + pos: -1.5,63.5 parent: 2 - uid: 8755 components: - type: Transform - pos: -15.5,27.5 + pos: -1.5,62.5 parent: 2 - uid: 8756 components: - type: Transform - pos: -15.5,28.5 + pos: -1.5,61.5 parent: 2 - uid: 8757 components: - type: Transform - pos: -1.5,69.5 + pos: -1.5,60.5 parent: 2 - uid: 8758 components: - type: Transform - pos: -1.5,68.5 + pos: -1.5,59.5 parent: 2 - uid: 8759 components: - type: Transform - pos: -1.5,67.5 + pos: -1.5,58.5 parent: 2 - uid: 8760 components: - type: Transform - pos: -1.5,66.5 + pos: -2.5,58.5 parent: 2 - uid: 8761 components: - type: Transform - pos: -1.5,65.5 + pos: -3.5,58.5 parent: 2 - uid: 8762 components: - type: Transform - pos: -1.5,64.5 + pos: -4.5,58.5 parent: 2 - uid: 8763 components: - type: Transform - pos: -1.5,63.5 + pos: -5.5,58.5 parent: 2 - uid: 8764 components: - type: Transform - pos: -1.5,62.5 + pos: -6.5,58.5 parent: 2 - uid: 8765 components: - type: Transform - pos: -1.5,61.5 + pos: -7.5,58.5 parent: 2 - uid: 8766 components: - type: Transform - pos: -1.5,60.5 + pos: -8.5,58.5 parent: 2 - uid: 8767 components: - type: Transform - pos: -1.5,59.5 + pos: -9.5,58.5 parent: 2 - uid: 8768 components: - type: Transform - pos: -1.5,58.5 + pos: -10.5,58.5 parent: 2 - uid: 8769 components: - type: Transform - pos: -2.5,58.5 + pos: -10.5,59.5 parent: 2 - uid: 8770 components: - type: Transform - pos: -3.5,58.5 + pos: -10.5,60.5 parent: 2 - uid: 8771 components: - type: Transform - pos: -4.5,58.5 + pos: -10.5,61.5 parent: 2 - uid: 8772 components: - type: Transform - pos: -5.5,58.5 + pos: -10.5,62.5 parent: 2 - uid: 8773 components: - type: Transform - pos: -6.5,58.5 + pos: -71.5,-23.5 parent: 2 - uid: 8774 components: - type: Transform - pos: -7.5,58.5 + pos: -71.5,-24.5 parent: 2 - uid: 8775 components: - type: Transform - pos: -8.5,58.5 + pos: -71.5,-25.5 parent: 2 - uid: 8776 components: - type: Transform - pos: -9.5,58.5 + pos: -72.5,-25.5 parent: 2 - uid: 8777 components: - type: Transform - pos: -10.5,58.5 + pos: -72.5,-26.5 parent: 2 - uid: 8778 components: - type: Transform - pos: -10.5,59.5 + pos: -72.5,-27.5 parent: 2 - uid: 8779 components: - type: Transform - pos: -10.5,60.5 + pos: -72.5,-28.5 parent: 2 - uid: 8780 components: - type: Transform - pos: -10.5,61.5 + pos: -71.5,-28.5 parent: 2 - uid: 8781 components: - type: Transform - pos: -10.5,62.5 + pos: -70.5,-28.5 parent: 2 - uid: 8782 components: - type: Transform - pos: -71.5,-23.5 + pos: -70.5,-29.5 parent: 2 - uid: 8783 components: - type: Transform - pos: -71.5,-24.5 + pos: -72.5,-29.5 parent: 2 - uid: 8784 components: - type: Transform - pos: -71.5,-25.5 + pos: -73.5,-28.5 parent: 2 - uid: 8785 components: - type: Transform - pos: -72.5,-25.5 + pos: -74.5,-28.5 parent: 2 - uid: 8786 components: - type: Transform - pos: -72.5,-26.5 + pos: -74.5,-29.5 parent: 2 - uid: 8787 components: - type: Transform - pos: -72.5,-27.5 + pos: -74.5,-30.5 parent: 2 - uid: 8788 components: - type: Transform - pos: -72.5,-28.5 + pos: -72.5,-30.5 parent: 2 - uid: 8789 components: - type: Transform - pos: -71.5,-28.5 + pos: -70.5,-30.5 parent: 2 - uid: 8790 components: - type: Transform - pos: -70.5,-28.5 + pos: -70.5,-31.5 parent: 2 - uid: 8791 components: - type: Transform - pos: -70.5,-29.5 + pos: -72.5,-38.5 parent: 2 - uid: 8792 components: - type: Transform - pos: -72.5,-29.5 + pos: -72.5,-32.5 parent: 2 - uid: 8793 components: - type: Transform - pos: -73.5,-28.5 + pos: -74.5,-31.5 parent: 2 - uid: 8794 components: - type: Transform - pos: -74.5,-28.5 + pos: -74.5,-32.5 parent: 2 - uid: 8795 components: - type: Transform - pos: -74.5,-29.5 + pos: -72.5,-31.5 parent: 2 - uid: 8796 components: - type: Transform - pos: -74.5,-30.5 + pos: -72.5,-33.5 parent: 2 - uid: 8797 components: - type: Transform - pos: -72.5,-30.5 + pos: -69.5,-34.5 parent: 2 - uid: 8798 components: - type: Transform - pos: -70.5,-30.5 + pos: -69.5,-35.5 parent: 2 - uid: 8799 components: - type: Transform - pos: -70.5,-31.5 + pos: -76.5,-38.5 parent: 2 - uid: 8800 components: - type: Transform - pos: -72.5,-38.5 + pos: -73.5,-38.5 parent: 2 - uid: 8801 components: - type: Transform - pos: -72.5,-32.5 + pos: -79.5,-35.5 parent: 2 - uid: 8802 components: - type: Transform - pos: -74.5,-31.5 + pos: 68.5,-46.5 parent: 2 - uid: 8803 components: - type: Transform - pos: -74.5,-32.5 + pos: 67.5,-46.5 parent: 2 - uid: 8804 components: - type: Transform - pos: -72.5,-31.5 + pos: 66.5,-46.5 parent: 2 - uid: 8805 components: - type: Transform - pos: -72.5,-33.5 + pos: 65.5,-46.5 parent: 2 - uid: 8806 components: - type: Transform - pos: -69.5,-34.5 + pos: 64.5,-46.5 parent: 2 - uid: 8807 components: - type: Transform - pos: -69.5,-35.5 + pos: 64.5,-45.5 parent: 2 - uid: 8808 components: - type: Transform - pos: -76.5,-38.5 + pos: 64.5,-44.5 parent: 2 - uid: 8809 components: - type: Transform - pos: -73.5,-38.5 + pos: 63.5,-44.5 parent: 2 - uid: 8810 components: - type: Transform - pos: -79.5,-35.5 + pos: 62.5,-44.5 parent: 2 - uid: 8811 components: - type: Transform - pos: 68.5,-46.5 + pos: 61.5,-44.5 parent: 2 - uid: 8812 components: - type: Transform - pos: 67.5,-46.5 + pos: 60.5,-44.5 parent: 2 - uid: 8813 components: - type: Transform - pos: 66.5,-46.5 + pos: 59.5,-44.5 parent: 2 - uid: 8814 components: - type: Transform - pos: 65.5,-46.5 + pos: 58.5,-44.5 parent: 2 - uid: 8815 components: - type: Transform - pos: 64.5,-46.5 + pos: 57.5,-44.5 parent: 2 - uid: 8816 components: - type: Transform - pos: 64.5,-45.5 + pos: 56.5,-44.5 parent: 2 - uid: 8817 components: - type: Transform - pos: 64.5,-44.5 + pos: 55.5,-44.5 parent: 2 - uid: 8818 components: - type: Transform - pos: 63.5,-44.5 + pos: 54.5,-44.5 parent: 2 - uid: 8819 components: - type: Transform - pos: 62.5,-44.5 + pos: 53.5,-44.5 parent: 2 - uid: 8820 components: - type: Transform - pos: 61.5,-44.5 + pos: 52.5,-44.5 parent: 2 - uid: 8821 components: - type: Transform - pos: 60.5,-44.5 + pos: 51.5,-44.5 parent: 2 - uid: 8822 components: - type: Transform - pos: 59.5,-44.5 + pos: 50.5,-44.5 parent: 2 - uid: 8823 components: - type: Transform - pos: 58.5,-44.5 + pos: 69.5,-46.5 parent: 2 - uid: 8824 components: - type: Transform - pos: 57.5,-44.5 + pos: 72.5,-46.5 parent: 2 - uid: 8825 components: - type: Transform - pos: 56.5,-44.5 + pos: 73.5,-46.5 parent: 2 - uid: 8826 components: - type: Transform - pos: 55.5,-44.5 + pos: 74.5,-46.5 parent: 2 - uid: 8827 components: - type: Transform - pos: 54.5,-44.5 + pos: 75.5,-46.5 parent: 2 - uid: 8828 components: - type: Transform - pos: 53.5,-44.5 + pos: 75.5,-47.5 parent: 2 - uid: 8829 components: - type: Transform - pos: 52.5,-44.5 + pos: 75.5,-48.5 parent: 2 - uid: 8830 components: - type: Transform - pos: 51.5,-44.5 + pos: 75.5,-49.5 parent: 2 - uid: 8831 components: - type: Transform - pos: 50.5,-44.5 + pos: 75.5,-50.5 parent: 2 - uid: 8832 components: - type: Transform - pos: 69.5,-46.5 + pos: 75.5,-51.5 parent: 2 - uid: 8833 components: - type: Transform - pos: 72.5,-46.5 + pos: 75.5,-52.5 parent: 2 - uid: 8834 components: - type: Transform - pos: 73.5,-46.5 + pos: 75.5,-53.5 parent: 2 - uid: 8835 components: - type: Transform - pos: 74.5,-46.5 + pos: 75.5,-54.5 parent: 2 - uid: 8836 components: - type: Transform - pos: 75.5,-46.5 + pos: 75.5,-55.5 parent: 2 - uid: 8837 components: - type: Transform - pos: 75.5,-47.5 + pos: 75.5,-56.5 parent: 2 - uid: 8838 components: - type: Transform - pos: 75.5,-48.5 + pos: 74.5,-56.5 parent: 2 - uid: 8839 components: - type: Transform - pos: 75.5,-49.5 + pos: 74.5,-57.5 parent: 2 - uid: 8840 components: - type: Transform - pos: 75.5,-50.5 + pos: 73.5,-57.5 parent: 2 - uid: 8841 components: - type: Transform - pos: 75.5,-51.5 + pos: 72.5,-57.5 parent: 2 - uid: 8842 components: - type: Transform - pos: 75.5,-52.5 + pos: 71.5,-57.5 parent: 2 - uid: 8843 components: - type: Transform - pos: 75.5,-53.5 + pos: 71.5,-58.5 parent: 2 - uid: 8844 components: - type: Transform - pos: 75.5,-54.5 + pos: 71.5,-59.5 parent: 2 - uid: 8845 components: - type: Transform - pos: 75.5,-55.5 + pos: 71.5,-60.5 parent: 2 - uid: 8846 components: - type: Transform - pos: 75.5,-56.5 + pos: 71.5,-61.5 parent: 2 - uid: 8847 components: - type: Transform - pos: 74.5,-56.5 + pos: 70.5,-61.5 parent: 2 - uid: 8848 components: - type: Transform - pos: 74.5,-57.5 + pos: 69.5,-61.5 parent: 2 - uid: 8849 components: - type: Transform - pos: 73.5,-57.5 + pos: 68.5,-61.5 parent: 2 - uid: 8850 components: - type: Transform - pos: 72.5,-57.5 + pos: 68.5,-60.5 parent: 2 - uid: 8851 components: - type: Transform - pos: 71.5,-57.5 + pos: 68.5,-59.5 parent: 2 - uid: 8852 components: - type: Transform - pos: 71.5,-58.5 + pos: 69.5,-59.5 parent: 2 - uid: 8853 components: - type: Transform - pos: 71.5,-59.5 + pos: 12.5,-92.5 parent: 2 - uid: 8854 components: - type: Transform - pos: 71.5,-60.5 + pos: 12.5,-91.5 parent: 2 - uid: 8855 components: - type: Transform - pos: 71.5,-61.5 + pos: 12.5,-90.5 parent: 2 - uid: 8856 components: - type: Transform - pos: 70.5,-61.5 + pos: 12.5,-89.5 parent: 2 - uid: 8857 components: - type: Transform - pos: 69.5,-61.5 + pos: 11.5,-89.5 parent: 2 - uid: 8858 components: - type: Transform - pos: 68.5,-61.5 + pos: 10.5,-89.5 parent: 2 - uid: 8859 components: - type: Transform - pos: 68.5,-60.5 + pos: 9.5,-89.5 parent: 2 - uid: 8860 components: - type: Transform - pos: 68.5,-59.5 + pos: 8.5,-89.5 parent: 2 - uid: 8861 components: - type: Transform - pos: 69.5,-59.5 + pos: 7.5,-89.5 parent: 2 - uid: 8862 components: - type: Transform - pos: 12.5,-92.5 + pos: 6.5,-89.5 parent: 2 - uid: 8863 components: - type: Transform - pos: 12.5,-91.5 + pos: 5.5,-89.5 parent: 2 - uid: 8864 components: - type: Transform - pos: 12.5,-90.5 + pos: 4.5,-89.5 parent: 2 - uid: 8865 components: - type: Transform - pos: 12.5,-89.5 + pos: 3.5,-89.5 parent: 2 - uid: 8866 components: - type: Transform - pos: 11.5,-89.5 + pos: 16.5,-24.5 parent: 2 - uid: 8867 components: - type: Transform - pos: 10.5,-89.5 + pos: 17.5,-24.5 parent: 2 - uid: 8868 components: - type: Transform - pos: 9.5,-89.5 + pos: 18.5,-24.5 parent: 2 - uid: 8869 components: - type: Transform - pos: 8.5,-89.5 + pos: 19.5,-24.5 parent: 2 - uid: 8870 components: - type: Transform - pos: 7.5,-89.5 + pos: 20.5,-24.5 parent: 2 - uid: 8871 components: - type: Transform - pos: 6.5,-89.5 + pos: 21.5,-24.5 parent: 2 - uid: 8872 components: - type: Transform - pos: 5.5,-89.5 + pos: 21.5,-23.5 parent: 2 - uid: 8873 components: - type: Transform - pos: 4.5,-89.5 + pos: 21.5,-22.5 parent: 2 - uid: 8874 components: - type: Transform - pos: 3.5,-89.5 + pos: 21.5,-21.5 parent: 2 - uid: 8875 components: - type: Transform - pos: 16.5,-24.5 + pos: -30.5,-13.5 parent: 2 - uid: 8876 components: - type: Transform - pos: 17.5,-24.5 + pos: -29.5,-13.5 parent: 2 - uid: 8877 components: - type: Transform - pos: 18.5,-24.5 + pos: -28.5,-13.5 parent: 2 - uid: 8878 components: - type: Transform - pos: 19.5,-24.5 + pos: -27.5,-13.5 parent: 2 - uid: 8879 components: - type: Transform - pos: 20.5,-24.5 + pos: 4.5,-21.5 parent: 2 - uid: 8880 components: - type: Transform - pos: 21.5,-24.5 + pos: 4.5,-22.5 parent: 2 - uid: 8881 components: - type: Transform - pos: 21.5,-23.5 + pos: 4.5,-19.5 parent: 2 - uid: 8882 components: - type: Transform - pos: 21.5,-22.5 + pos: 4.5,-20.5 parent: 2 - uid: 8883 components: - type: Transform - pos: 21.5,-21.5 + pos: 10.5,-14.5 parent: 2 - uid: 8884 components: - type: Transform - pos: -30.5,-13.5 + pos: 11.5,-14.5 parent: 2 - uid: 8885 components: - type: Transform - pos: -29.5,-13.5 + pos: 12.5,-14.5 parent: 2 - uid: 8886 components: - type: Transform - pos: -28.5,-13.5 + pos: 12.5,-15.5 parent: 2 - uid: 8887 components: - type: Transform - pos: -27.5,-13.5 + pos: 12.5,-16.5 parent: 2 - uid: 8888 components: - type: Transform - pos: 4.5,-21.5 + pos: 11.5,-16.5 parent: 2 - uid: 8889 components: - type: Transform - pos: 4.5,-22.5 + pos: 10.5,-16.5 parent: 2 - uid: 8890 components: - type: Transform - pos: 4.5,-19.5 + pos: 9.5,-16.5 parent: 2 - uid: 8891 components: - type: Transform - pos: 4.5,-20.5 + pos: -76.5,-26.5 parent: 2 - uid: 8892 components: - type: Transform - pos: 10.5,-14.5 + pos: 4.5,-23.5 parent: 2 - uid: 8893 components: - type: Transform - pos: 11.5,-14.5 + pos: 31.5,-16.5 parent: 2 - uid: 8894 components: - type: Transform - pos: 12.5,-14.5 + pos: 31.5,-15.5 parent: 2 - uid: 8895 components: - type: Transform - pos: 12.5,-15.5 + pos: 33.5,-16.5 parent: 2 - uid: 8896 components: - type: Transform - pos: 12.5,-16.5 + pos: 33.5,-15.5 parent: 2 - uid: 8897 components: - type: Transform - pos: 11.5,-16.5 + pos: -65.5,-51.5 parent: 2 - uid: 8898 components: - type: Transform - pos: 10.5,-16.5 + pos: -65.5,-52.5 parent: 2 - uid: 8899 components: - type: Transform - pos: 9.5,-16.5 + pos: -65.5,-53.5 parent: 2 - uid: 8900 components: - type: Transform - pos: -76.5,-26.5 + pos: -65.5,-54.5 parent: 2 - uid: 8901 components: - type: Transform - pos: 4.5,-23.5 + pos: -71.5,-35.5 parent: 2 - uid: 8902 components: - type: Transform - pos: 31.5,-16.5 + pos: -69.5,-44.5 parent: 2 - uid: 8903 components: - type: Transform - pos: 31.5,-15.5 + pos: -69.5,-43.5 parent: 2 - uid: 8904 components: - type: Transform - pos: 33.5,-16.5 + pos: -69.5,-42.5 parent: 2 - uid: 8905 components: - type: Transform - pos: 33.5,-15.5 + pos: -69.5,-41.5 parent: 2 - uid: 8906 components: - type: Transform - pos: -65.5,-51.5 + pos: -69.5,-40.5 parent: 2 - uid: 8907 components: - type: Transform - pos: -65.5,-52.5 + pos: -70.5,-40.5 parent: 2 - uid: 8908 components: - type: Transform - pos: -65.5,-53.5 + pos: -71.5,-40.5 parent: 2 - uid: 8909 components: - type: Transform - pos: -65.5,-54.5 + pos: -71.5,-39.5 parent: 2 - uid: 8910 components: - type: Transform - pos: -71.5,-35.5 + pos: -71.5,-38.5 parent: 2 - uid: 8911 components: - type: Transform - pos: -69.5,-44.5 + pos: -78.5,-38.5 parent: 2 - uid: 8912 components: - type: Transform - pos: -69.5,-43.5 + pos: -77.5,-38.5 parent: 2 - uid: 8913 components: - type: Transform - pos: -69.5,-42.5 + pos: -69.5,-31.5 parent: 2 - uid: 8914 components: - type: Transform - pos: -69.5,-41.5 + pos: -72.5,-34.5 parent: 2 - uid: 8915 components: - type: Transform - pos: -69.5,-40.5 + pos: -72.5,-35.5 parent: 2 - uid: 8916 components: - type: Transform - pos: -70.5,-40.5 + pos: -79.5,-36.5 parent: 2 - uid: 8917 components: - type: Transform - pos: -71.5,-40.5 + pos: -79.5,-34.5 parent: 2 - uid: 8918 components: - type: Transform - pos: -71.5,-39.5 + pos: -79.5,-33.5 parent: 2 - uid: 8919 components: - type: Transform - pos: -71.5,-38.5 + pos: -79.5,-32.5 parent: 2 - uid: 8920 components: - type: Transform - pos: -78.5,-38.5 + pos: -79.5,-31.5 parent: 2 - uid: 8921 components: - type: Transform - pos: -77.5,-38.5 + pos: -79.5,-30.5 parent: 2 - uid: 8922 components: - type: Transform - pos: -69.5,-31.5 + pos: -79.5,-29.5 parent: 2 - uid: 8923 components: - type: Transform - pos: -72.5,-34.5 + pos: -79.5,-28.5 parent: 2 - uid: 8924 components: - type: Transform - pos: -72.5,-35.5 + pos: -78.5,-28.5 parent: 2 - uid: 8925 components: - type: Transform - pos: -79.5,-36.5 + pos: -77.5,-28.5 parent: 2 - uid: 8926 components: - type: Transform - pos: -79.5,-34.5 + pos: -76.5,-28.5 parent: 2 - uid: 8927 components: - type: Transform - pos: -79.5,-33.5 + pos: -75.5,-28.5 parent: 2 - uid: 8928 components: - type: Transform - pos: -79.5,-32.5 + pos: -73.5,-31.5 parent: 2 - uid: 8929 components: - type: Transform - pos: -79.5,-31.5 + pos: -71.5,-31.5 parent: 2 - uid: 8930 components: - type: Transform - pos: -79.5,-30.5 + pos: -67.5,-31.5 parent: 2 - uid: 8931 components: - type: Transform - pos: -79.5,-29.5 + pos: -66.5,-31.5 parent: 2 - uid: 8932 components: - type: Transform - pos: -79.5,-28.5 + pos: 18.5,-28.5 parent: 2 - uid: 8933 components: - type: Transform - pos: -78.5,-28.5 + pos: 18.5,-27.5 parent: 2 - uid: 8934 components: - type: Transform - pos: -77.5,-28.5 + pos: 5.5,-23.5 parent: 2 - uid: 8935 components: - type: Transform - pos: -76.5,-28.5 + pos: 7.5,-23.5 parent: 2 - uid: 8936 components: - type: Transform - pos: -75.5,-28.5 + pos: 6.5,-23.5 parent: 2 - uid: 8937 components: - type: Transform - pos: -73.5,-31.5 + pos: 8.5,-23.5 parent: 2 - uid: 8938 components: - type: Transform - pos: -71.5,-31.5 + pos: 9.5,-23.5 parent: 2 - uid: 8939 components: - type: Transform - pos: -67.5,-31.5 + pos: 10.5,-23.5 parent: 2 - uid: 8940 components: - type: Transform - pos: -66.5,-31.5 + pos: 11.5,-23.5 parent: 2 - uid: 8941 components: - type: Transform - pos: 18.5,-28.5 + pos: 12.5,-23.5 parent: 2 - uid: 8942 components: - type: Transform - pos: 18.5,-27.5 + pos: 12.5,-22.5 parent: 2 - uid: 8943 components: - type: Transform - pos: 5.5,-23.5 + pos: 12.5,-21.5 parent: 2 - uid: 8944 components: - type: Transform - pos: 7.5,-23.5 + pos: 13.5,-21.5 parent: 2 - uid: 8945 components: - type: Transform - pos: 6.5,-23.5 + pos: 14.5,-21.5 parent: 2 - uid: 8946 components: - type: Transform - pos: 8.5,-23.5 + pos: -71.5,-35.5 parent: 2 - uid: 8947 components: - type: Transform - pos: 9.5,-23.5 + pos: -56.5,-86.5 parent: 2 - uid: 8948 components: - type: Transform - pos: 10.5,-23.5 + pos: -56.5,-87.5 parent: 2 - uid: 8949 components: - type: Transform - pos: 11.5,-23.5 + pos: -3.5,-14.5 parent: 2 - uid: 8950 components: - type: Transform - pos: 12.5,-23.5 + pos: -2.5,-14.5 parent: 2 - uid: 8951 components: - type: Transform - pos: 12.5,-22.5 + pos: -1.5,-14.5 parent: 2 - uid: 8952 components: - type: Transform - pos: 12.5,-21.5 + pos: -0.5,-14.5 parent: 2 - uid: 8953 components: - type: Transform - pos: 13.5,-21.5 + pos: -70.5,-35.5 parent: 2 - uid: 8954 components: - type: Transform - pos: 14.5,-21.5 + pos: -72.5,-13.5 parent: 2 - uid: 8955 components: - type: Transform - pos: -71.5,-35.5 + pos: -72.5,-11.5 parent: 2 - uid: 8956 components: - type: Transform - pos: -56.5,-86.5 + pos: -60.5,-13.5 parent: 2 - uid: 8957 components: - type: Transform - pos: -56.5,-87.5 + pos: -72.5,-15.5 parent: 2 - uid: 8958 components: - type: Transform - pos: -3.5,-14.5 + pos: -60.5,-15.5 parent: 2 - uid: 8959 components: - type: Transform - pos: -2.5,-14.5 + pos: -60.5,-11.5 parent: 2 - uid: 8960 components: - type: Transform - pos: -1.5,-14.5 + pos: -0.5,-52.5 parent: 2 - uid: 8961 components: - type: Transform - pos: -0.5,-14.5 + pos: -0.5,-53.5 parent: 2 - uid: 8962 components: - type: Transform - pos: -70.5,-35.5 + pos: -1.5,-53.5 parent: 2 - uid: 8963 components: - type: Transform - pos: -72.5,-13.5 + pos: -2.5,-53.5 parent: 2 - uid: 8964 components: - type: Transform - pos: -72.5,-11.5 + pos: -2.5,-54.5 parent: 2 - uid: 8965 components: - type: Transform - pos: -60.5,-13.5 + pos: -2.5,-55.5 parent: 2 - uid: 8966 components: - type: Transform - pos: -72.5,-15.5 + pos: -2.5,-56.5 parent: 2 - uid: 8967 components: - type: Transform - pos: -60.5,-15.5 + pos: -3.5,-56.5 parent: 2 - uid: 8968 components: - type: Transform - pos: -60.5,-11.5 + pos: -4.5,-56.5 parent: 2 -- proto: CableHVStack - entities: - uid: 8969 components: - type: Transform - pos: -39.402794,-17.87967 + pos: -4.5,-57.5 parent: 2 - uid: 8970 components: - type: Transform - pos: 71.74222,36.65267 + pos: -4.5,-58.5 parent: 2 - uid: 8971 components: - type: Transform - pos: -0.5088408,-77.44958 + pos: -4.5,-59.5 parent: 2 -- proto: CableMV - entities: - uid: 8972 components: - type: Transform - pos: -45.5,21.5 + pos: -4.5,-60.5 parent: 2 - uid: 8973 components: - type: Transform - pos: -7.5,-18.5 + pos: -4.5,-61.5 parent: 2 - uid: 8974 components: - type: Transform - pos: -7.5,-19.5 + pos: -4.5,-62.5 parent: 2 - uid: 8975 components: - type: Transform - pos: 6.5,-47.5 + pos: -4.5,-63.5 parent: 2 - uid: 8976 components: - type: Transform - pos: -57.5,-21.5 + pos: -4.5,-64.5 parent: 2 - uid: 8977 components: - type: Transform - pos: 22.5,-39.5 + pos: -4.5,-65.5 parent: 2 - uid: 8978 components: - type: Transform - pos: 18.5,-31.5 + pos: -4.5,-66.5 parent: 2 - uid: 8979 components: - type: Transform - pos: 1.5,-5.5 + pos: -4.5,-67.5 parent: 2 - uid: 8980 components: - type: Transform - pos: 18.5,-27.5 + pos: -4.5,-68.5 parent: 2 +- proto: CableHVStack + entities: - uid: 8981 components: - type: Transform - pos: 18.5,-29.5 + pos: -39.402794,-17.87967 parent: 2 - uid: 8982 components: - type: Transform - pos: 18.5,-30.5 + pos: 71.74222,36.65267 parent: 2 - uid: 8983 components: - type: Transform - pos: 3.5,-3.5 + pos: -0.5088408,-77.44958 parent: 2 +- proto: CableMV + entities: - uid: 8984 components: - type: Transform - pos: 20.5,-32.5 + pos: -45.5,21.5 parent: 2 - uid: 8985 components: - type: Transform - pos: 9.5,-4.5 + pos: -7.5,-18.5 parent: 2 - uid: 8986 components: - type: Transform - pos: 10.5,-2.5 + pos: -7.5,-19.5 parent: 2 - uid: 8987 components: - type: Transform - pos: 18.5,-32.5 + pos: 6.5,-47.5 parent: 2 - uid: 8988 components: - type: Transform - pos: 19.5,-32.5 + pos: -57.5,-21.5 parent: 2 - uid: 8989 components: - type: Transform - pos: 10.5,-1.5 + pos: 22.5,-39.5 parent: 2 - uid: 8990 components: - type: Transform - pos: 8.5,-1.5 + pos: 18.5,-31.5 parent: 2 - uid: 8991 components: - type: Transform - pos: 22.5,-36.5 + pos: 1.5,-5.5 parent: 2 - uid: 8992 components: - type: Transform - pos: 22.5,-32.5 + pos: 18.5,-27.5 parent: 2 - uid: 8993 components: - type: Transform - pos: 22.5,-34.5 + pos: 18.5,-29.5 parent: 2 - uid: 8994 components: - type: Transform - pos: 9.5,-1.5 + pos: 18.5,-30.5 parent: 2 - uid: 8995 components: - type: Transform - pos: 22.5,-37.5 + pos: 3.5,-3.5 parent: 2 - uid: 8996 components: - type: Transform - pos: 22.5,-33.5 + pos: 20.5,-32.5 parent: 2 - uid: 8997 components: - type: Transform - pos: 22.5,-35.5 + pos: 9.5,-4.5 parent: 2 - uid: 8998 components: - type: Transform - pos: 21.5,-32.5 + pos: 10.5,-2.5 parent: 2 - uid: 8999 components: - type: Transform - pos: 7.5,-1.5 + pos: 18.5,-32.5 parent: 2 - uid: 9000 components: - type: Transform - pos: 22.5,-38.5 + pos: 19.5,-32.5 parent: 2 - uid: 9001 components: - type: Transform - pos: 6.5,-1.5 + pos: 10.5,-1.5 parent: 2 - uid: 9002 components: - type: Transform - pos: 5.5,-1.5 + pos: 8.5,-1.5 parent: 2 - uid: 9003 components: - type: Transform - pos: -72.5,-38.5 + pos: 22.5,-36.5 parent: 2 - uid: 9004 components: - type: Transform - pos: -10.5,15.5 + pos: 22.5,-32.5 parent: 2 - uid: 9005 components: - type: Transform - pos: -6.5,-70.5 + pos: 22.5,-34.5 parent: 2 - uid: 9006 components: - type: Transform - pos: 18.5,-52.5 + pos: 9.5,-1.5 parent: 2 - uid: 9007 components: - type: Transform - pos: 10.5,-55.5 + pos: 22.5,-37.5 parent: 2 - uid: 9008 components: - type: Transform - pos: 37.5,21.5 + pos: 22.5,-33.5 parent: 2 - uid: 9009 components: - type: Transform - pos: 3.5,-49.5 + pos: 22.5,-35.5 parent: 2 - uid: 9010 components: - type: Transform - pos: 32.5,0.5 + pos: 21.5,-32.5 parent: 2 - uid: 9011 components: - type: Transform - pos: 32.5,1.5 + pos: 7.5,-1.5 parent: 2 - uid: 9012 components: - type: Transform - pos: -2.5,-51.5 + pos: 22.5,-38.5 parent: 2 - uid: 9013 components: - type: Transform - pos: -2.5,-52.5 + pos: 6.5,-1.5 parent: 2 - uid: 9014 components: - type: Transform - pos: -2.5,-53.5 + pos: 5.5,-1.5 parent: 2 - uid: 9015 components: - type: Transform - pos: 40.5,-26.5 + pos: -72.5,-38.5 parent: 2 - uid: 9016 components: - type: Transform - pos: 31.5,2.5 + pos: -10.5,15.5 parent: 2 - uid: 9017 components: - type: Transform - pos: -6.5,-71.5 + pos: -6.5,-70.5 parent: 2 - uid: 9018 components: - type: Transform - pos: -6.5,-69.5 + pos: 18.5,-52.5 parent: 2 - uid: 9019 components: - type: Transform - pos: 27.5,-28.5 + pos: 10.5,-55.5 parent: 2 - uid: 9020 components: - type: Transform - pos: 4.5,-49.5 + pos: 37.5,21.5 parent: 2 - uid: 9021 components: - type: Transform - pos: 3.5,-52.5 + pos: 3.5,-49.5 parent: 2 - uid: 9022 components: - type: Transform - pos: -0.5,-53.5 + pos: 32.5,0.5 parent: 2 - uid: 9023 components: - type: Transform - pos: 8.5,-43.5 + pos: 32.5,1.5 parent: 2 - uid: 9024 components: - type: Transform - pos: -14.5,-69.5 + pos: -2.5,-51.5 parent: 2 - uid: 9025 components: - type: Transform - pos: 9.5,-43.5 + pos: 40.5,-26.5 parent: 2 - uid: 9026 components: - type: Transform - pos: 24.5,-28.5 + pos: 31.5,2.5 parent: 2 - uid: 9027 components: - type: Transform - pos: 45.5,-64.5 + pos: -6.5,-71.5 parent: 2 - uid: 9028 components: - type: Transform - pos: 5.5,-45.5 + pos: -6.5,-69.5 parent: 2 - uid: 9029 components: - type: Transform - pos: 5.5,-44.5 + pos: 27.5,-28.5 parent: 2 - uid: 9030 components: - type: Transform - pos: 4.5,-43.5 + pos: 4.5,-49.5 parent: 2 - uid: 9031 components: - type: Transform - pos: 3.5,-43.5 + pos: 8.5,-43.5 parent: 2 - uid: 9032 components: - type: Transform - pos: 3.5,-42.5 + pos: -14.5,-69.5 parent: 2 - uid: 9033 components: - type: Transform - pos: 2.5,-42.5 + pos: 9.5,-43.5 parent: 2 - uid: 9034 components: - type: Transform - pos: 1.5,-42.5 + pos: 24.5,-28.5 parent: 2 - uid: 9035 components: - type: Transform - pos: 0.5,-42.5 + pos: 45.5,-64.5 parent: 2 - uid: 9036 components: - type: Transform - pos: 0.5,-41.5 + pos: 5.5,-45.5 parent: 2 - uid: 9037 components: - type: Transform - pos: 0.5,-40.5 + pos: 5.5,-44.5 parent: 2 - uid: 9038 components: - type: Transform - pos: 15.5,-58.5 + pos: 4.5,-43.5 parent: 2 - uid: 9039 components: - type: Transform - pos: 15.5,-57.5 + pos: 3.5,-43.5 parent: 2 - uid: 9040 components: - type: Transform - pos: 14.5,-57.5 + pos: 3.5,-42.5 parent: 2 - uid: 9041 components: - type: Transform - pos: 12.5,-57.5 + pos: 2.5,-42.5 parent: 2 - uid: 9042 components: - type: Transform - pos: 12.5,-56.5 + pos: 1.5,-42.5 parent: 2 - uid: 9043 components: - type: Transform - pos: 11.5,-55.5 + pos: 0.5,-42.5 parent: 2 - uid: 9044 components: - type: Transform - pos: 12.5,-55.5 + pos: 0.5,-41.5 parent: 2 - uid: 9045 components: - type: Transform - pos: 8.5,-55.5 + pos: 0.5,-40.5 parent: 2 - uid: 9046 components: - type: Transform - pos: 8.5,-54.5 + pos: 15.5,-58.5 parent: 2 - uid: 9047 components: - type: Transform - pos: 8.5,-53.5 + pos: 15.5,-57.5 parent: 2 - uid: 9048 components: - type: Transform - pos: 7.5,-53.5 + pos: 14.5,-57.5 parent: 2 - uid: 9049 components: - type: Transform - pos: 16.5,-52.5 + pos: 12.5,-57.5 parent: 2 - uid: 9050 components: - type: Transform - pos: 43.5,-26.5 + pos: 12.5,-56.5 parent: 2 - uid: 9051 components: - type: Transform - pos: 0.5,14.5 + pos: 11.5,-55.5 parent: 2 - uid: 9052 components: - type: Transform - pos: 37.5,13.5 + pos: 12.5,-55.5 parent: 2 - uid: 9053 components: - type: Transform - pos: 38.5,14.5 + pos: 8.5,-55.5 parent: 2 - uid: 9054 components: - type: Transform - pos: -5.5,-69.5 + pos: 16.5,-52.5 parent: 2 - uid: 9055 components: - type: Transform - pos: 38.5,-28.5 + pos: 43.5,-26.5 parent: 2 - uid: 9056 components: - type: Transform - pos: 35.5,-29.5 + pos: 0.5,14.5 parent: 2 - uid: 9057 components: - type: Transform - pos: 37.5,-30.5 + pos: 37.5,13.5 parent: 2 - uid: 9058 components: - type: Transform - pos: -11.5,-70.5 + pos: 38.5,14.5 parent: 2 - uid: 9059 components: - type: Transform - pos: 21.5,15.5 + pos: -5.5,-69.5 parent: 2 - uid: 9060 components: - type: Transform - pos: 5.5,-48.5 + pos: 38.5,-28.5 parent: 2 - uid: 9061 components: - type: Transform - pos: 29.5,-26.5 + pos: 35.5,-29.5 parent: 2 - uid: 9062 components: - type: Transform - pos: 0.5,11.5 + pos: 37.5,-30.5 parent: 2 - uid: 9063 components: - type: Transform - pos: 28.5,18.5 + pos: -11.5,-70.5 parent: 2 - uid: 9064 components: - type: Transform - pos: -11.5,-71.5 + pos: 21.5,15.5 parent: 2 - uid: 9065 components: - type: Transform - pos: -7.5,-71.5 + pos: 5.5,-48.5 parent: 2 - uid: 9066 components: - type: Transform - pos: -3.5,-68.5 + pos: 29.5,-26.5 parent: 2 - uid: 9067 components: - type: Transform - pos: -1.5,-53.5 + pos: 0.5,11.5 parent: 2 - uid: 9068 components: - type: Transform - pos: -19.5,25.5 + pos: 28.5,18.5 parent: 2 - uid: 9069 components: - type: Transform - pos: 1.5,9.5 + pos: -11.5,-71.5 parent: 2 - uid: 9070 components: - type: Transform - pos: -11.5,-69.5 + pos: -7.5,-71.5 parent: 2 - uid: 9071 components: - type: Transform - pos: -8.5,-71.5 + pos: -3.5,-68.5 parent: 2 - uid: 9072 components: - type: Transform - pos: -10.5,-71.5 + pos: -19.5,25.5 parent: 2 - uid: 9073 components: - type: Transform - pos: 21.5,-9.5 + pos: 1.5,9.5 parent: 2 - uid: 9074 components: - type: Transform - pos: 29.5,18.5 + pos: -11.5,-69.5 parent: 2 - uid: 9075 components: - type: Transform - pos: 29.5,19.5 + pos: -8.5,-71.5 parent: 2 - uid: 9076 components: - type: Transform - pos: 21.5,17.5 + pos: -10.5,-71.5 parent: 2 - uid: 9077 components: - type: Transform - pos: 32.5,2.5 + pos: 21.5,-9.5 parent: 2 - uid: 9078 components: - type: Transform - pos: 32.5,-0.5 + pos: 29.5,18.5 parent: 2 - uid: 9079 components: - type: Transform - pos: 32.5,-1.5 + pos: 29.5,19.5 parent: 2 - uid: 9080 components: - type: Transform - pos: 5.5,-46.5 + pos: 21.5,17.5 parent: 2 - uid: 9081 components: - type: Transform - pos: 3.5,-50.5 + pos: 32.5,2.5 parent: 2 - uid: 9082 components: - type: Transform - pos: 13.5,-14.5 + pos: 32.5,-0.5 parent: 2 - uid: 9083 components: - type: Transform - pos: 5.5,-49.5 + pos: 32.5,-1.5 parent: 2 - uid: 9084 components: - type: Transform - pos: 9.5,-55.5 + pos: 5.5,-46.5 parent: 2 - uid: 9085 components: - type: Transform - pos: -3.5,14.5 + pos: 3.5,-50.5 parent: 2 - uid: 9086 components: - type: Transform - pos: -2.5,14.5 + pos: 13.5,-14.5 parent: 2 - uid: 9087 components: - type: Transform - pos: -1.5,14.5 + pos: 5.5,-49.5 parent: 2 - uid: 9088 components: - type: Transform - pos: -0.5,14.5 + pos: 9.5,-55.5 parent: 2 - uid: 9089 components: - type: Transform - pos: -5.5,14.5 + pos: -3.5,14.5 parent: 2 - uid: 9090 components: - type: Transform - pos: -6.5,14.5 + pos: -2.5,14.5 parent: 2 - uid: 9091 components: - type: Transform - pos: 1.5,10.5 + pos: -1.5,14.5 parent: 2 - uid: 9092 components: - type: Transform - pos: 0.5,10.5 + pos: -0.5,14.5 parent: 2 - uid: 9093 components: - type: Transform - pos: 18.5,-28.5 + pos: -5.5,14.5 parent: 2 - uid: 9094 components: - type: Transform - pos: 21.5,16.5 + pos: -6.5,14.5 parent: 2 - uid: 9095 components: - type: Transform - pos: -19.5,24.5 + pos: 1.5,10.5 parent: 2 - uid: 9096 components: - type: Transform - pos: 12.5,-15.5 + pos: 0.5,10.5 parent: 2 - uid: 9097 components: - type: Transform - pos: 31.5,-4.5 + pos: 18.5,-28.5 parent: 2 - uid: 9098 components: - type: Transform - pos: 30.5,-4.5 + pos: 21.5,16.5 parent: 2 - uid: 9099 components: - type: Transform - pos: 30.5,-3.5 + pos: -19.5,24.5 parent: 2 - uid: 9100 components: - type: Transform - pos: 30.5,-2.5 + pos: 12.5,-15.5 parent: 2 - uid: 9101 components: - type: Transform - pos: -9.5,-21.5 + pos: 31.5,-4.5 parent: 2 - uid: 9102 components: - type: Transform - pos: -8.5,-19.5 + pos: 30.5,-4.5 parent: 2 - uid: 9103 components: - type: Transform - pos: -8.5,-20.5 + pos: 30.5,-3.5 parent: 2 - uid: 9104 components: - type: Transform - pos: -8.5,-21.5 + pos: 30.5,-2.5 parent: 2 - uid: 9105 components: - type: Transform - pos: -10.5,-21.5 + pos: -9.5,-21.5 parent: 2 - uid: 9106 components: - type: Transform - pos: -10.5,-20.5 + pos: -8.5,-19.5 parent: 2 - uid: 9107 components: - type: Transform - pos: 13.5,-46.5 + pos: -8.5,-20.5 parent: 2 - uid: 9108 components: - type: Transform - pos: 3.5,-51.5 + pos: -8.5,-21.5 parent: 2 - uid: 9109 components: - type: Transform - pos: 3.5,-53.5 + pos: -10.5,-21.5 parent: 2 - uid: 9110 components: - type: Transform - pos: 1.5,-53.5 + pos: -10.5,-20.5 parent: 2 - uid: 9111 components: - type: Transform - pos: 0.5,-53.5 + pos: 13.5,-46.5 parent: 2 - uid: 9112 components: - type: Transform - pos: 7.5,-43.5 + pos: 3.5,-51.5 parent: 2 - uid: 9113 components: - type: Transform - pos: -20.5,-69.5 + pos: 7.5,-43.5 parent: 2 - uid: 9114 components: - type: Transform - pos: -21.5,-68.5 + pos: -20.5,-69.5 parent: 2 - uid: 9115 components: - type: Transform - pos: -9.5,-71.5 + pos: -21.5,-68.5 parent: 2 - uid: 9116 components: - type: Transform - pos: -3.5,-69.5 + pos: -9.5,-71.5 parent: 2 - uid: 9117 components: - type: Transform - pos: 2.5,-53.5 + pos: -3.5,-69.5 parent: 2 - uid: 9118 components: @@ -61312,1761 +61679,1851 @@ entities: - uid: 9655 components: - type: Transform - pos: -10.5,-58.5 + pos: 34.5,23.5 parent: 2 - uid: 9656 components: - type: Transform - pos: -9.5,-58.5 + pos: 35.5,23.5 parent: 2 - uid: 9657 components: - type: Transform - pos: -8.5,-58.5 + pos: 35.5,22.5 parent: 2 - uid: 9658 components: - type: Transform - pos: -8.5,-57.5 + pos: 36.5,22.5 parent: 2 - uid: 9659 components: - type: Transform - pos: -8.5,-56.5 + pos: 37.5,22.5 parent: 2 - uid: 9660 components: - type: Transform - pos: -7.5,-56.5 + pos: 37.5,20.5 parent: 2 - uid: 9661 components: - type: Transform - pos: -6.5,-56.5 + pos: 37.5,19.5 parent: 2 - uid: 9662 components: - type: Transform - pos: -5.5,-56.5 + pos: 37.5,18.5 parent: 2 - uid: 9663 components: - type: Transform - pos: -4.5,-56.5 + pos: 38.5,18.5 parent: 2 - uid: 9664 components: - type: Transform - pos: -3.5,-56.5 + pos: 38.5,17.5 parent: 2 - uid: 9665 components: - type: Transform - pos: -2.5,-56.5 + pos: 29.5,-27.5 parent: 2 - uid: 9666 components: - type: Transform - pos: -1.5,-56.5 + pos: 50.5,29.5 parent: 2 - uid: 9667 components: - type: Transform - pos: -0.5,-56.5 + pos: 50.5,28.5 parent: 2 - uid: 9668 components: - type: Transform - pos: 0.5,-56.5 + pos: 49.5,28.5 parent: 2 - uid: 9669 components: - type: Transform - pos: 1.5,-56.5 + pos: 48.5,28.5 parent: 2 - uid: 9670 components: - type: Transform - pos: 2.5,-56.5 + pos: 48.5,29.5 parent: 2 - uid: 9671 components: - type: Transform - pos: 3.5,-56.5 + pos: 48.5,30.5 parent: 2 - uid: 9672 components: - type: Transform - pos: 4.5,-56.5 + pos: 48.5,31.5 parent: 2 - uid: 9673 components: - type: Transform - pos: 5.5,-56.5 + pos: 49.5,31.5 parent: 2 - uid: 9674 components: - type: Transform - pos: 6.5,-56.5 + pos: 50.5,31.5 parent: 2 - uid: 9675 components: - type: Transform - pos: 6.5,-55.5 + pos: 51.5,31.5 parent: 2 - uid: 9676 components: - type: Transform - pos: 6.5,-54.5 + pos: 52.5,31.5 parent: 2 - uid: 9677 components: - type: Transform - pos: 6.5,-53.5 + pos: 52.5,32.5 parent: 2 - uid: 9678 components: - type: Transform - pos: 34.5,23.5 + pos: 52.5,33.5 parent: 2 - uid: 9679 components: - type: Transform - pos: 35.5,23.5 + pos: 52.5,34.5 parent: 2 - uid: 9680 components: - type: Transform - pos: 35.5,22.5 + pos: 52.5,35.5 parent: 2 - uid: 9681 components: - type: Transform - pos: 36.5,22.5 + pos: 52.5,36.5 parent: 2 - uid: 9682 components: - type: Transform - pos: 37.5,22.5 + pos: 52.5,37.5 parent: 2 - uid: 9683 components: - type: Transform - pos: 37.5,20.5 + pos: 52.5,38.5 parent: 2 - uid: 9684 components: - type: Transform - pos: 37.5,19.5 + pos: 52.5,39.5 parent: 2 - uid: 9685 components: - type: Transform - pos: 37.5,18.5 + pos: 52.5,40.5 parent: 2 - uid: 9686 components: - type: Transform - pos: 38.5,18.5 + pos: 52.5,41.5 parent: 2 - uid: 9687 components: - type: Transform - pos: 38.5,17.5 + pos: 52.5,42.5 parent: 2 - uid: 9688 components: - type: Transform - pos: 29.5,-27.5 + pos: 53.5,42.5 parent: 2 - uid: 9689 components: - type: Transform - pos: 50.5,29.5 + pos: 54.5,42.5 parent: 2 - uid: 9690 components: - type: Transform - pos: 50.5,28.5 + pos: 55.5,42.5 parent: 2 - uid: 9691 components: - type: Transform - pos: 49.5,28.5 + pos: 56.5,42.5 parent: 2 - uid: 9692 components: - type: Transform - pos: 48.5,28.5 + pos: 57.5,42.5 parent: 2 - uid: 9693 components: - type: Transform - pos: 48.5,29.5 + pos: 58.5,42.5 parent: 2 - uid: 9694 components: - type: Transform - pos: 48.5,30.5 + pos: 58.5,43.5 parent: 2 - uid: 9695 components: - type: Transform - pos: 48.5,31.5 + pos: 59.5,43.5 parent: 2 - uid: 9696 components: - type: Transform - pos: 49.5,31.5 + pos: -19.5,26.5 parent: 2 - uid: 9697 components: - type: Transform - pos: 50.5,31.5 + pos: -19.5,27.5 parent: 2 - uid: 9698 components: - type: Transform - pos: 51.5,31.5 + pos: -19.5,28.5 parent: 2 - uid: 9699 components: - type: Transform - pos: 52.5,31.5 + pos: -19.5,29.5 parent: 2 - uid: 9700 components: - type: Transform - pos: 52.5,32.5 + pos: -18.5,29.5 parent: 2 - uid: 9701 components: - type: Transform - pos: 52.5,33.5 + pos: -17.5,29.5 parent: 2 - uid: 9702 components: - type: Transform - pos: 52.5,34.5 + pos: -16.5,29.5 parent: 2 - uid: 9703 components: - type: Transform - pos: 52.5,35.5 + pos: -15.5,29.5 parent: 2 - uid: 9704 components: - type: Transform - pos: 52.5,36.5 + pos: -15.5,30.5 parent: 2 - uid: 9705 components: - type: Transform - pos: 52.5,37.5 + pos: -15.5,31.5 parent: 2 - uid: 9706 components: - type: Transform - pos: 52.5,38.5 + pos: -15.5,32.5 parent: 2 - uid: 9707 components: - type: Transform - pos: 52.5,39.5 + pos: -15.5,33.5 parent: 2 - uid: 9708 components: - type: Transform - pos: 52.5,40.5 + pos: -15.5,34.5 parent: 2 - uid: 9709 components: - type: Transform - pos: 52.5,41.5 + pos: -15.5,35.5 parent: 2 - uid: 9710 components: - type: Transform - pos: 52.5,42.5 + pos: -15.5,36.5 parent: 2 - uid: 9711 components: - type: Transform - pos: 53.5,42.5 + pos: -15.5,37.5 parent: 2 - uid: 9712 components: - type: Transform - pos: 54.5,42.5 + pos: -15.5,38.5 parent: 2 - uid: 9713 components: - type: Transform - pos: 55.5,42.5 + pos: -15.5,39.5 parent: 2 - uid: 9714 components: - type: Transform - pos: 56.5,42.5 + pos: -15.5,40.5 parent: 2 - uid: 9715 components: - type: Transform - pos: 57.5,42.5 + pos: -15.5,41.5 parent: 2 - uid: 9716 components: - type: Transform - pos: 58.5,42.5 + pos: -15.5,42.5 parent: 2 - uid: 9717 components: - type: Transform - pos: 58.5,43.5 + pos: -10.5,62.5 parent: 2 - uid: 9718 components: - type: Transform - pos: 59.5,43.5 + pos: -10.5,61.5 parent: 2 - uid: 9719 components: - type: Transform - pos: -19.5,26.5 + pos: -10.5,60.5 parent: 2 - uid: 9720 components: - type: Transform - pos: -19.5,27.5 + pos: -10.5,59.5 parent: 2 - uid: 9721 components: - type: Transform - pos: -19.5,28.5 + pos: -9.5,59.5 parent: 2 - uid: 9722 components: - type: Transform - pos: -19.5,29.5 + pos: -8.5,59.5 parent: 2 - uid: 9723 components: - type: Transform - pos: -18.5,29.5 + pos: -8.5,60.5 parent: 2 - uid: 9724 components: - type: Transform - pos: -17.5,29.5 + pos: 40.5,-61.5 parent: 2 - uid: 9725 components: - type: Transform - pos: -16.5,29.5 + pos: 40.5,-63.5 parent: 2 - uid: 9726 components: - type: Transform - pos: -15.5,29.5 + pos: 48.5,-65.5 parent: 2 - uid: 9727 components: - type: Transform - pos: -15.5,30.5 + pos: 51.5,-65.5 parent: 2 - uid: 9728 components: - type: Transform - pos: -15.5,31.5 + pos: 50.5,-65.5 parent: 2 - uid: 9729 components: - type: Transform - pos: -15.5,32.5 + pos: 49.5,-65.5 parent: 2 - uid: 9730 components: - type: Transform - pos: -15.5,33.5 + pos: 40.5,-64.5 parent: 2 - uid: 9731 components: - type: Transform - pos: -15.5,34.5 + pos: 41.5,-64.5 parent: 2 - uid: 9732 components: - type: Transform - pos: -15.5,35.5 + pos: 52.5,-65.5 parent: 2 - uid: 9733 components: - type: Transform - pos: -15.5,36.5 + pos: 53.5,-65.5 parent: 2 - uid: 9734 components: - type: Transform - pos: -15.5,37.5 + pos: 54.5,-65.5 parent: 2 - uid: 9735 components: - type: Transform - pos: -15.5,38.5 + pos: 55.5,-65.5 parent: 2 - uid: 9736 components: - type: Transform - pos: -15.5,39.5 + pos: 55.5,-64.5 parent: 2 - uid: 9737 components: - type: Transform - pos: -15.5,40.5 + pos: 55.5,-63.5 parent: 2 - uid: 9738 components: - type: Transform - pos: -15.5,41.5 + pos: 55.5,-62.5 parent: 2 - uid: 9739 components: - type: Transform - pos: -15.5,42.5 + pos: 68.5,-60.5 parent: 2 - uid: 9740 components: - type: Transform - pos: -10.5,62.5 + pos: 68.5,-61.5 parent: 2 - uid: 9741 components: - type: Transform - pos: -10.5,61.5 + pos: 69.5,-61.5 parent: 2 - uid: 9742 components: - type: Transform - pos: -10.5,60.5 + pos: 70.5,-61.5 parent: 2 - uid: 9743 components: - type: Transform - pos: -10.5,59.5 + pos: 71.5,-61.5 parent: 2 - uid: 9744 components: - type: Transform - pos: -9.5,59.5 + pos: 71.5,-60.5 parent: 2 - uid: 9745 components: - type: Transform - pos: -8.5,59.5 + pos: 71.5,-59.5 parent: 2 - uid: 9746 components: - type: Transform - pos: -8.5,60.5 + pos: 71.5,-58.5 parent: 2 - uid: 9747 components: - type: Transform - pos: 40.5,-61.5 + pos: 71.5,-57.5 parent: 2 - uid: 9748 components: - type: Transform - pos: 40.5,-63.5 + pos: 72.5,-57.5 parent: 2 - uid: 9749 components: - type: Transform - pos: 48.5,-65.5 + pos: 73.5,-57.5 parent: 2 - uid: 9750 components: - type: Transform - pos: 51.5,-65.5 + pos: 74.5,-57.5 parent: 2 - uid: 9751 components: - type: Transform - pos: 50.5,-65.5 + pos: 74.5,-56.5 parent: 2 - uid: 9752 components: - type: Transform - pos: 49.5,-65.5 + pos: 74.5,-55.5 parent: 2 - uid: 9753 components: - type: Transform - pos: 40.5,-64.5 + pos: 74.5,-54.5 parent: 2 - uid: 9754 components: - type: Transform - pos: 41.5,-64.5 + pos: 75.5,-54.5 parent: 2 - uid: 9755 components: - type: Transform - pos: 52.5,-65.5 + pos: 75.5,-53.5 parent: 2 - uid: 9756 components: - type: Transform - pos: 53.5,-65.5 + pos: 75.5,-52.5 parent: 2 - uid: 9757 components: - type: Transform - pos: 54.5,-65.5 + pos: 75.5,-51.5 parent: 2 - uid: 9758 components: - type: Transform - pos: 55.5,-65.5 + pos: 75.5,-50.5 parent: 2 - uid: 9759 components: - type: Transform - pos: 55.5,-64.5 + pos: 75.5,-49.5 parent: 2 - uid: 9760 components: - type: Transform - pos: 55.5,-63.5 + pos: 75.5,-48.5 parent: 2 - uid: 9761 components: - type: Transform - pos: 55.5,-62.5 + pos: 75.5,-47.5 parent: 2 - uid: 9762 components: - type: Transform - pos: 68.5,-60.5 + pos: 75.5,-46.5 parent: 2 - uid: 9763 components: - type: Transform - pos: 68.5,-61.5 + pos: 75.5,-45.5 parent: 2 - uid: 9764 components: - type: Transform - pos: 69.5,-61.5 + pos: 74.5,-45.5 parent: 2 - uid: 9765 components: - type: Transform - pos: 70.5,-61.5 + pos: 73.5,-45.5 parent: 2 - uid: 9766 components: - type: Transform - pos: 71.5,-61.5 + pos: 72.5,-45.5 parent: 2 - uid: 9767 components: - type: Transform - pos: 71.5,-60.5 + pos: 71.5,-45.5 parent: 2 - uid: 9768 components: - type: Transform - pos: 71.5,-59.5 + pos: 71.5,-44.5 parent: 2 - uid: 9769 components: - type: Transform - pos: 71.5,-58.5 + pos: 71.5,-43.5 parent: 2 - uid: 9770 components: - type: Transform - pos: 71.5,-57.5 + pos: 71.5,-42.5 parent: 2 - uid: 9771 components: - type: Transform - pos: 72.5,-57.5 + pos: 4.5,-19.5 parent: 2 - uid: 9772 components: - type: Transform - pos: 73.5,-57.5 + pos: 7.5,-19.5 parent: 2 - uid: 9773 components: - type: Transform - pos: 74.5,-57.5 + pos: 5.5,-19.5 parent: 2 - uid: 9774 components: - type: Transform - pos: 74.5,-56.5 + pos: 7.5,-20.5 parent: 2 - uid: 9775 components: - type: Transform - pos: 74.5,-55.5 + pos: 8.5,-20.5 parent: 2 - uid: 9776 components: - type: Transform - pos: 74.5,-54.5 + pos: 9.5,-20.5 parent: 2 - uid: 9777 components: - type: Transform - pos: 75.5,-54.5 + pos: 10.5,-20.5 parent: 2 - uid: 9778 components: - type: Transform - pos: 75.5,-53.5 + pos: 11.5,-20.5 parent: 2 - uid: 9779 components: - type: Transform - pos: 75.5,-52.5 + pos: 11.5,-19.5 parent: 2 - uid: 9780 components: - type: Transform - pos: 75.5,-51.5 + pos: 11.5,-18.5 parent: 2 - uid: 9781 components: - type: Transform - pos: 75.5,-50.5 + pos: 6.5,-49.5 parent: 2 - uid: 9782 components: - type: Transform - pos: 75.5,-49.5 + pos: 7.5,-49.5 parent: 2 - uid: 9783 components: - type: Transform - pos: 75.5,-48.5 + pos: 9.5,-49.5 parent: 2 - uid: 9784 components: - type: Transform - pos: 75.5,-47.5 + pos: 8.5,-49.5 parent: 2 - uid: 9785 components: - type: Transform - pos: 75.5,-46.5 + pos: 31.5,35.5 parent: 2 - uid: 9786 components: - type: Transform - pos: 75.5,-45.5 + pos: 30.5,35.5 parent: 2 - uid: 9787 components: - type: Transform - pos: 74.5,-45.5 + pos: 29.5,35.5 parent: 2 - uid: 9788 components: - type: Transform - pos: 73.5,-45.5 + pos: 28.5,35.5 parent: 2 - uid: 9789 components: - type: Transform - pos: 72.5,-45.5 + pos: 27.5,35.5 parent: 2 - uid: 9790 components: - type: Transform - pos: 71.5,-45.5 + pos: -10.5,17.5 parent: 2 - uid: 9791 components: - type: Transform - pos: 71.5,-44.5 + pos: -8.5,15.5 parent: 2 - uid: 9792 components: - type: Transform - pos: 71.5,-43.5 + pos: -9.5,15.5 parent: 2 - uid: 9793 components: - type: Transform - pos: 71.5,-42.5 + pos: -7.5,15.5 parent: 2 - uid: 9794 components: - type: Transform - pos: 4.5,-19.5 + pos: -65.5,-54.5 parent: 2 - uid: 9795 components: - type: Transform - pos: 7.5,-19.5 + pos: -66.5,-54.5 parent: 2 - uid: 9796 components: - type: Transform - pos: 5.5,-19.5 + pos: -66.5,-53.5 parent: 2 - uid: 9797 components: - type: Transform - pos: 7.5,-20.5 + pos: -67.5,-53.5 parent: 2 - uid: 9798 components: - type: Transform - pos: 8.5,-20.5 + pos: -68.5,-53.5 parent: 2 - uid: 9799 components: - type: Transform - pos: 9.5,-20.5 + pos: -69.5,-53.5 parent: 2 - uid: 9800 components: - type: Transform - pos: 10.5,-20.5 + pos: -70.5,-53.5 parent: 2 - uid: 9801 components: - type: Transform - pos: 11.5,-20.5 + pos: -71.5,-53.5 parent: 2 - uid: 9802 components: - type: Transform - pos: 11.5,-19.5 + pos: -72.5,-53.5 parent: 2 - uid: 9803 components: - type: Transform - pos: 11.5,-18.5 + pos: -73.5,-53.5 parent: 2 - uid: 9804 components: - type: Transform - pos: 6.5,-49.5 + pos: -73.5,-52.5 parent: 2 - uid: 9805 components: - type: Transform - pos: 7.5,-49.5 + pos: -74.5,-52.5 parent: 2 - uid: 9806 components: - type: Transform - pos: 9.5,-49.5 + pos: -74.5,-51.5 parent: 2 - uid: 9807 components: - type: Transform - pos: 8.5,-49.5 + pos: -74.5,-50.5 parent: 2 - uid: 9808 components: - type: Transform - pos: 31.5,35.5 + pos: -67.5,-37.5 parent: 2 - uid: 9809 components: - type: Transform - pos: 30.5,35.5 + pos: -69.5,-34.5 parent: 2 - uid: 9810 components: - type: Transform - pos: 29.5,35.5 + pos: -68.5,-37.5 parent: 2 - uid: 9811 components: - type: Transform - pos: 28.5,35.5 + pos: -66.5,-37.5 parent: 2 - uid: 9812 components: - type: Transform - pos: 27.5,35.5 + pos: -66.5,-36.5 parent: 2 - uid: 9813 components: - type: Transform - pos: -10.5,17.5 + pos: -72.5,-35.5 parent: 2 - uid: 9814 components: - type: Transform - pos: -8.5,15.5 + pos: -71.5,-35.5 parent: 2 - uid: 9815 components: - type: Transform - pos: -9.5,15.5 + pos: -70.5,-35.5 parent: 2 - uid: 9816 components: - type: Transform - pos: -7.5,15.5 + pos: -70.5,-34.5 parent: 2 - uid: 9817 components: - type: Transform - pos: -65.5,-54.5 + pos: -69.5,-37.5 parent: 2 - uid: 9818 components: - type: Transform - pos: -66.5,-54.5 + pos: -70.5,-37.5 parent: 2 - uid: 9819 components: - type: Transform - pos: -66.5,-53.5 + pos: -72.5,-37.5 parent: 2 - uid: 9820 components: - type: Transform - pos: -67.5,-53.5 + pos: -72.5,-36.5 parent: 2 - uid: 9821 components: - type: Transform - pos: -68.5,-53.5 + pos: -71.5,-38.5 parent: 2 - uid: 9822 components: - type: Transform - pos: -69.5,-53.5 + pos: -70.5,-38.5 parent: 2 - uid: 9823 components: - type: Transform - pos: -70.5,-53.5 + pos: -66.5,-35.5 parent: 2 - uid: 9824 components: - type: Transform - pos: -71.5,-53.5 + pos: 46.5,1.5 parent: 2 - uid: 9825 components: - type: Transform - pos: -72.5,-53.5 + pos: 46.5,2.5 parent: 2 - uid: 9826 components: - type: Transform - pos: -73.5,-53.5 + pos: 46.5,3.5 parent: 2 - uid: 9827 components: - type: Transform - pos: -73.5,-52.5 + pos: 46.5,4.5 parent: 2 - uid: 9828 components: - type: Transform - pos: -74.5,-52.5 + pos: 47.5,4.5 parent: 2 - uid: 9829 components: - type: Transform - pos: -74.5,-51.5 + pos: 47.5,5.5 parent: 2 - uid: 9830 components: - type: Transform - pos: -74.5,-50.5 + pos: 47.5,6.5 parent: 2 - uid: 9831 components: - type: Transform - pos: -67.5,-37.5 + pos: 48.5,6.5 parent: 2 - uid: 9832 components: - type: Transform - pos: -69.5,-34.5 + pos: 48.5,7.5 parent: 2 - uid: 9833 components: - type: Transform - pos: -68.5,-37.5 + pos: 46.5,6.5 parent: 2 - uid: 9834 components: - type: Transform - pos: -66.5,-37.5 + pos: 46.5,7.5 parent: 2 - uid: 9835 components: - type: Transform - pos: -66.5,-36.5 + pos: 46.5,8.5 parent: 2 - uid: 9836 components: - type: Transform - pos: -72.5,-35.5 + pos: 46.5,9.5 parent: 2 - uid: 9837 components: - type: Transform - pos: -71.5,-35.5 + pos: 45.5,9.5 parent: 2 - uid: 9838 components: - type: Transform - pos: -70.5,-35.5 + pos: 21.5,-39.5 parent: 2 - uid: 9839 components: - type: Transform - pos: -70.5,-34.5 + pos: 4.5,-1.5 parent: 2 - uid: 9840 components: - type: Transform - pos: -69.5,-37.5 + pos: 3.5,-2.5 parent: 2 - uid: 9841 components: - type: Transform - pos: -70.5,-37.5 + pos: 11.5,-16.5 parent: 2 - uid: 9842 components: - type: Transform - pos: -72.5,-37.5 + pos: 9.5,-18.5 parent: 2 - uid: 9843 components: - type: Transform - pos: -72.5,-36.5 + pos: 9.5,-19.5 parent: 2 - uid: 9844 components: - type: Transform - pos: -71.5,-38.5 + pos: 2.5,-3.5 parent: 2 - uid: 9845 components: - type: Transform - pos: -70.5,-38.5 + pos: 1.5,-3.5 parent: 2 - uid: 9846 components: - type: Transform - pos: -66.5,-35.5 + pos: 3.5,-1.5 parent: 2 - uid: 9847 components: - type: Transform - pos: 46.5,1.5 + pos: 10.5,-4.5 parent: 2 - uid: 9848 components: - type: Transform - pos: 46.5,2.5 + pos: -0.5,-6.5 parent: 2 - uid: 9849 components: - type: Transform - pos: 46.5,3.5 + pos: 10.5,-3.5 parent: 2 - uid: 9850 components: - type: Transform - pos: 46.5,4.5 + pos: 1.5,-6.5 parent: 2 - uid: 9851 components: - type: Transform - pos: 47.5,4.5 + pos: 1.5,-4.5 parent: 2 - uid: 9852 components: - type: Transform - pos: 47.5,5.5 + pos: 0.5,-6.5 parent: 2 - uid: 9853 components: - type: Transform - pos: 47.5,6.5 + pos: 23.5,-38.5 parent: 2 - uid: 9854 components: - type: Transform - pos: 48.5,6.5 + pos: 23.5,-39.5 parent: 2 - uid: 9855 components: - type: Transform - pos: 48.5,7.5 + pos: 23.5,-40.5 parent: 2 - uid: 9856 components: - type: Transform - pos: 46.5,6.5 + pos: 24.5,-40.5 parent: 2 - uid: 9857 components: - type: Transform - pos: 46.5,7.5 + pos: 25.5,-40.5 parent: 2 - uid: 9858 components: - type: Transform - pos: 46.5,8.5 + pos: 26.5,-40.5 parent: 2 - uid: 9859 components: - type: Transform - pos: 46.5,9.5 + pos: 27.5,-40.5 parent: 2 - uid: 9860 components: - type: Transform - pos: 45.5,9.5 + pos: 10.5,-16.5 parent: 2 - uid: 9861 components: - type: Transform - pos: 21.5,-39.5 + pos: 4.5,-14.5 parent: 2 - uid: 9862 components: - type: Transform - pos: 4.5,-1.5 + pos: 4.5,-13.5 parent: 2 - uid: 9863 components: - type: Transform - pos: 3.5,-2.5 + pos: 9.5,-16.5 parent: 2 - uid: 9864 components: - type: Transform - pos: 11.5,-16.5 + pos: 4.5,-12.5 parent: 2 - uid: 9865 components: - type: Transform - pos: 9.5,-18.5 + pos: 5.5,-14.5 parent: 2 - uid: 9866 components: - type: Transform - pos: 9.5,-19.5 + pos: 4.5,-11.5 parent: 2 - uid: 9867 components: - type: Transform - pos: 2.5,-3.5 + pos: 8.5,-16.5 parent: 2 - uid: 9868 components: - type: Transform - pos: 1.5,-3.5 + pos: 12.5,-16.5 parent: 2 - uid: 9869 components: - type: Transform - pos: 3.5,-1.5 + pos: 5.5,-11.5 parent: 2 - uid: 9870 components: - type: Transform - pos: 10.5,-4.5 + pos: 22.5,-30.5 parent: 2 - uid: 9871 components: - type: Transform - pos: -0.5,-6.5 + pos: 22.5,-31.5 parent: 2 - uid: 9872 components: - type: Transform - pos: 10.5,-3.5 + pos: 23.5,-30.5 parent: 2 - uid: 9873 components: - type: Transform - pos: 1.5,-6.5 + pos: 24.5,-30.5 parent: 2 - uid: 9874 components: - type: Transform - pos: 1.5,-4.5 + pos: 24.5,-29.5 parent: 2 - uid: 9875 components: - type: Transform - pos: 0.5,-6.5 + pos: -56.5,-22.5 parent: 2 - uid: 9876 components: - type: Transform - pos: 23.5,-38.5 + pos: -56.5,-23.5 parent: 2 - uid: 9877 components: - type: Transform - pos: 23.5,-39.5 + pos: -64.5,-24.5 parent: 2 - uid: 9878 components: - type: Transform - pos: 23.5,-40.5 + pos: -64.5,-25.5 parent: 2 - uid: 9879 components: - type: Transform - pos: 24.5,-40.5 + pos: -65.5,-25.5 parent: 2 - uid: 9880 components: - type: Transform - pos: 25.5,-40.5 + pos: -66.5,-25.5 parent: 2 - uid: 9881 components: - type: Transform - pos: 26.5,-40.5 + pos: -66.5,-26.5 parent: 2 - uid: 9882 components: - type: Transform - pos: 27.5,-40.5 + pos: -63.5,-24.5 parent: 2 - uid: 9883 components: - type: Transform - pos: 10.5,-16.5 + pos: -62.5,-24.5 parent: 2 - uid: 9884 components: - type: Transform - pos: 4.5,-14.5 + pos: -61.5,-24.5 parent: 2 - uid: 9885 components: - type: Transform - pos: 4.5,-13.5 + pos: -60.5,-24.5 parent: 2 - uid: 9886 components: - type: Transform - pos: 9.5,-16.5 + pos: -59.5,-24.5 parent: 2 - uid: 9887 components: - type: Transform - pos: 4.5,-12.5 + pos: -58.5,-24.5 parent: 2 - uid: 9888 components: - type: Transform - pos: 5.5,-14.5 + pos: -57.5,-24.5 parent: 2 - uid: 9889 components: - type: Transform - pos: 4.5,-11.5 + pos: -56.5,-24.5 parent: 2 - uid: 9890 components: - type: Transform - pos: 8.5,-16.5 + pos: -55.5,-24.5 parent: 2 - uid: 9891 components: - type: Transform - pos: 12.5,-16.5 + pos: -54.5,-24.5 parent: 2 - uid: 9892 components: - type: Transform - pos: 5.5,-11.5 + pos: -54.5,-23.5 parent: 2 - uid: 9893 components: - type: Transform - pos: 22.5,-30.5 + pos: -54.5,-22.5 parent: 2 - uid: 9894 components: - type: Transform - pos: 22.5,-31.5 + pos: -54.5,-21.5 parent: 2 - uid: 9895 components: - type: Transform - pos: 23.5,-30.5 + pos: -54.5,-20.5 parent: 2 - uid: 9896 components: - type: Transform - pos: 24.5,-30.5 + pos: -54.5,-19.5 parent: 2 - uid: 9897 components: - type: Transform - pos: 24.5,-29.5 + pos: -54.5,-18.5 parent: 2 - uid: 9898 components: - type: Transform - pos: -56.5,-22.5 + pos: -55.5,-18.5 parent: 2 - uid: 9899 components: - type: Transform - pos: -56.5,-23.5 + pos: -56.5,-18.5 parent: 2 - uid: 9900 components: - type: Transform - pos: -64.5,-24.5 + pos: -57.5,-18.5 parent: 2 - uid: 9901 components: - type: Transform - pos: -64.5,-25.5 + pos: -58.5,-18.5 parent: 2 - uid: 9902 components: - type: Transform - pos: -65.5,-25.5 + pos: 13.5,-45.5 parent: 2 - uid: 9903 components: - type: Transform - pos: -66.5,-25.5 + pos: 15.5,-45.5 parent: 2 - uid: 9904 components: - type: Transform - pos: -66.5,-26.5 + pos: 13.5,-47.5 parent: 2 - uid: 9905 components: - type: Transform - pos: -63.5,-24.5 + pos: 15.5,-46.5 parent: 2 - uid: 9906 components: - type: Transform - pos: -62.5,-24.5 + pos: 12.5,-43.5 parent: 2 - uid: 9907 components: - type: Transform - pos: -61.5,-24.5 + pos: 14.5,-46.5 parent: 2 - uid: 9908 components: - type: Transform - pos: -60.5,-24.5 + pos: 13.5,-43.5 parent: 2 - uid: 9909 components: - type: Transform - pos: -59.5,-24.5 + pos: 15.5,-43.5 parent: 2 - uid: 9910 components: - type: Transform - pos: -58.5,-24.5 + pos: 15.5,-44.5 parent: 2 - uid: 9911 components: - type: Transform - pos: -57.5,-24.5 + pos: 10.5,-43.5 parent: 2 - uid: 9912 components: - type: Transform - pos: -56.5,-24.5 + pos: 11.5,-43.5 parent: 2 - uid: 9913 components: - type: Transform - pos: -55.5,-24.5 + pos: 14.5,-43.5 parent: 2 - uid: 9914 components: - type: Transform - pos: -54.5,-24.5 + pos: -3.5,-14.5 parent: 2 - uid: 9915 components: - type: Transform - pos: -54.5,-23.5 + pos: -6.5,-18.5 parent: 2 - uid: 9916 components: - type: Transform - pos: -54.5,-22.5 + pos: -5.5,-18.5 parent: 2 - uid: 9917 components: - type: Transform - pos: -54.5,-21.5 + pos: -4.5,-14.5 parent: 2 - uid: 9918 components: - type: Transform - pos: -54.5,-20.5 + pos: -5.5,-17.5 parent: 2 - uid: 9919 components: - type: Transform - pos: -54.5,-19.5 + pos: -5.5,-16.5 parent: 2 - uid: 9920 components: - type: Transform - pos: -54.5,-18.5 + pos: -5.5,-15.5 parent: 2 - uid: 9921 components: - type: Transform - pos: -55.5,-18.5 + pos: -5.5,-14.5 parent: 2 - uid: 9922 components: - type: Transform - pos: -56.5,-18.5 + pos: -2.5,-14.5 parent: 2 - uid: 9923 components: - type: Transform - pos: -57.5,-18.5 + pos: -1.5,-14.5 parent: 2 - uid: 9924 components: - type: Transform - pos: -58.5,-18.5 + pos: -0.5,-14.5 parent: 2 - uid: 9925 components: - type: Transform - pos: 13.5,-45.5 + pos: -25.5,21.5 parent: 2 - uid: 9926 components: - type: Transform - pos: 15.5,-45.5 + pos: -29.5,21.5 parent: 2 - uid: 9927 components: - type: Transform - pos: 13.5,-47.5 + pos: -26.5,21.5 parent: 2 - uid: 9928 components: - type: Transform - pos: 15.5,-46.5 + pos: -28.5,21.5 parent: 2 - uid: 9929 components: - type: Transform - pos: 12.5,-43.5 + pos: -24.5,21.5 parent: 2 - uid: 9930 components: - type: Transform - pos: 14.5,-46.5 + pos: -27.5,21.5 parent: 2 - uid: 9931 components: - type: Transform - pos: 13.5,-43.5 + pos: -30.5,21.5 parent: 2 - uid: 9932 components: - type: Transform - pos: 15.5,-43.5 + pos: -31.5,21.5 parent: 2 - uid: 9933 components: - type: Transform - pos: 15.5,-44.5 + pos: -32.5,21.5 parent: 2 - uid: 9934 components: - type: Transform - pos: 10.5,-43.5 + pos: -33.5,21.5 parent: 2 - uid: 9935 components: - type: Transform - pos: 11.5,-43.5 + pos: -34.5,21.5 parent: 2 - uid: 9936 components: - type: Transform - pos: 14.5,-43.5 + pos: -35.5,21.5 parent: 2 - uid: 9937 components: - type: Transform - pos: -3.5,-14.5 + pos: -36.5,21.5 parent: 2 - uid: 9938 components: - type: Transform - pos: -6.5,-18.5 + pos: -37.5,21.5 parent: 2 - uid: 9939 components: - type: Transform - pos: -5.5,-18.5 + pos: -38.5,21.5 parent: 2 - uid: 9940 components: - type: Transform - pos: -4.5,-14.5 + pos: -39.5,21.5 parent: 2 - uid: 9941 components: - type: Transform - pos: -5.5,-17.5 + pos: -40.5,21.5 parent: 2 - uid: 9942 components: - type: Transform - pos: -5.5,-16.5 + pos: -41.5,21.5 parent: 2 - uid: 9943 components: - type: Transform - pos: -5.5,-15.5 + pos: -42.5,21.5 parent: 2 - uid: 9944 components: - type: Transform - pos: -5.5,-14.5 + pos: -43.5,21.5 parent: 2 - uid: 9945 components: - type: Transform - pos: -2.5,-14.5 + pos: -44.5,21.5 parent: 2 - uid: 9946 components: - type: Transform - pos: -1.5,-14.5 + pos: -45.5,22.5 parent: 2 - uid: 9947 components: - type: Transform - pos: -0.5,-14.5 + pos: -45.5,23.5 parent: 2 - uid: 9948 components: - type: Transform - pos: -25.5,21.5 + pos: -45.5,24.5 parent: 2 - uid: 9949 components: - type: Transform - pos: -29.5,21.5 + pos: -45.5,25.5 parent: 2 - uid: 9950 components: - type: Transform - pos: -26.5,21.5 + pos: -45.5,26.5 parent: 2 - uid: 9951 components: - type: Transform - pos: -28.5,21.5 + pos: -45.5,27.5 parent: 2 - uid: 9952 components: - type: Transform - pos: -24.5,21.5 + pos: -45.5,28.5 parent: 2 - uid: 9953 components: - type: Transform - pos: -27.5,21.5 + pos: -45.5,29.5 parent: 2 - uid: 9954 components: - type: Transform - pos: -30.5,21.5 + pos: -45.5,30.5 parent: 2 - uid: 9955 components: - type: Transform - pos: -31.5,21.5 + pos: -45.5,31.5 parent: 2 - uid: 9956 components: - type: Transform - pos: -32.5,21.5 + pos: -45.5,32.5 parent: 2 - uid: 9957 components: - type: Transform - pos: -33.5,21.5 + pos: -45.5,33.5 parent: 2 - uid: 9958 components: - type: Transform - pos: -34.5,21.5 + pos: -45.5,34.5 parent: 2 - uid: 9959 components: - type: Transform - pos: -35.5,21.5 + pos: -45.5,35.5 parent: 2 - uid: 9960 components: - type: Transform - pos: -36.5,21.5 + pos: -45.5,36.5 parent: 2 - uid: 9961 components: - type: Transform - pos: -37.5,21.5 + pos: -44.5,36.5 parent: 2 - uid: 9962 components: - type: Transform - pos: -38.5,21.5 + pos: 8.5,-56.5 parent: 2 - uid: 9963 components: - type: Transform - pos: -39.5,21.5 + pos: -3.5,-67.5 parent: 2 - uid: 9964 components: - type: Transform - pos: -40.5,21.5 + pos: 2.5,-49.5 parent: 2 - uid: 9965 components: - type: Transform - pos: -41.5,21.5 + pos: 2.5,-48.5 parent: 2 - uid: 9966 components: - type: Transform - pos: -42.5,21.5 + pos: 1.5,-48.5 parent: 2 - uid: 9967 components: - type: Transform - pos: -43.5,21.5 + pos: 0.5,-48.5 parent: 2 - uid: 9968 components: - type: Transform - pos: -44.5,21.5 + pos: -0.5,-48.5 parent: 2 - uid: 9969 components: - type: Transform - pos: -45.5,22.5 + pos: -0.5,-49.5 parent: 2 - uid: 9970 components: - type: Transform - pos: -45.5,23.5 + pos: -0.5,-50.5 parent: 2 - uid: 9971 components: - type: Transform - pos: -45.5,24.5 + pos: -0.5,-51.5 parent: 2 - uid: 9972 components: - type: Transform - pos: -45.5,25.5 + pos: -1.5,-51.5 parent: 2 - uid: 9973 components: - type: Transform - pos: -45.5,26.5 + pos: 7.5,-56.5 parent: 2 - uid: 9974 components: - type: Transform - pos: -45.5,27.5 + pos: 6.5,-56.5 parent: 2 - uid: 9975 components: - type: Transform - pos: -45.5,28.5 + pos: 5.5,-56.5 parent: 2 - uid: 9976 components: - type: Transform - pos: -45.5,29.5 + pos: 4.5,-56.5 parent: 2 - uid: 9977 components: - type: Transform - pos: -45.5,30.5 + pos: 3.5,-56.5 parent: 2 - uid: 9978 components: - type: Transform - pos: -45.5,31.5 + pos: 2.5,-56.5 parent: 2 - uid: 9979 components: - type: Transform - pos: -45.5,32.5 + pos: 1.5,-56.5 parent: 2 - uid: 9980 components: - type: Transform - pos: -45.5,33.5 + pos: 0.5,-56.5 parent: 2 - uid: 9981 components: - type: Transform - pos: -45.5,34.5 + pos: -0.5,-56.5 parent: 2 - uid: 9982 components: - type: Transform - pos: -45.5,35.5 + pos: -1.5,-56.5 parent: 2 - uid: 9983 components: - type: Transform - pos: -45.5,36.5 + pos: -2.5,-56.5 parent: 2 - uid: 9984 components: - type: Transform - pos: -44.5,36.5 + pos: -3.5,-56.5 + parent: 2 + - uid: 9985 + components: + - type: Transform + pos: -4.5,-56.5 + parent: 2 + - uid: 9986 + components: + - type: Transform + pos: -4.5,-57.5 + parent: 2 + - uid: 9987 + components: + - type: Transform + pos: -4.5,-58.5 + parent: 2 + - uid: 9988 + components: + - type: Transform + pos: -4.5,-59.5 + parent: 2 + - uid: 9989 + components: + - type: Transform + pos: -5.5,-59.5 + parent: 2 + - uid: 9990 + components: + - type: Transform + pos: -6.5,-59.5 + parent: 2 + - uid: 9991 + components: + - type: Transform + pos: -7.5,-59.5 + parent: 2 + - uid: 9992 + components: + - type: Transform + pos: -8.5,-59.5 + parent: 2 + - uid: 9993 + components: + - type: Transform + pos: -9.5,-59.5 + parent: 2 + - uid: 9994 + components: + - type: Transform + pos: -10.5,-59.5 + parent: 2 + - uid: 9995 + components: + - type: Transform + pos: -10.5,-58.5 + parent: 2 + - uid: 9996 + components: + - type: Transform + pos: -2.5,-55.5 + parent: 2 + - uid: 9997 + components: + - type: Transform + pos: -2.5,-54.5 + parent: 2 + - uid: 9998 + components: + - type: Transform + pos: -2.5,-53.5 + parent: 2 + - uid: 9999 + components: + - type: Transform + pos: -2.5,-52.5 + parent: 2 + - uid: 10000 + components: + - type: Transform + pos: -10.5,-57.5 + parent: 2 + - uid: 10001 + components: + - type: Transform + pos: 14.5,-48.5 + parent: 2 + - uid: 10002 + components: + - type: Transform + pos: 14.5,-47.5 parent: 2 - proto: CableMVStack entities: - - uid: 9985 + - uid: 10003 components: - type: Transform pos: -39.41842,-18.34842 parent: 2 - - uid: 9986 + - uid: 10004 components: - type: Transform pos: -36.572292,-8.416974 parent: 2 - proto: CableTerminal entities: - - uid: 9987 + - uid: 10005 components: - type: Transform rot: 1.5707963267948966 rad pos: -70.5,-35.5 parent: 2 - - uid: 9988 + - uid: 10006 components: - type: Transform rot: 3.141592653589793 rad pos: -2.5,-79.5 parent: 2 - - uid: 9989 + - uid: 10007 components: - type: Transform pos: 48.5,-2.5 parent: 2 - - uid: 9990 + - uid: 10008 components: - type: Transform pos: -48.5,-20.5 parent: 2 - - uid: 9991 + - uid: 10009 components: - type: Transform pos: -46.5,-20.5 parent: 2 - - uid: 9992 + - uid: 10010 components: - type: Transform pos: -44.5,-20.5 parent: 2 - - uid: 9993 + - uid: 10011 components: - type: Transform rot: 1.5707963267948966 rad pos: -51.5,-9.5 parent: 2 - - uid: 9994 + - uid: 10012 components: - type: Transform rot: 3.141592653589793 rad pos: -56.5,-21.5 parent: 2 - - uid: 9995 + - uid: 10013 components: - type: Transform pos: -28.5,-36.5 parent: 2 - - uid: 9996 + - uid: 10014 components: - type: Transform rot: -1.5707963267948966 rad pos: 74.5,38.5 parent: 2 - - uid: 9997 + - uid: 10015 components: - type: Transform rot: -1.5707963267948966 rad pos: 74.5,34.5 parent: 2 - - uid: 9998 + - uid: 10016 components: - type: Transform rot: 3.141592653589793 rad pos: -0.5,-79.5 parent: 2 - - uid: 9999 + - uid: 10017 components: - type: Transform pos: -74.5,-29.5 parent: 2 - - uid: 10000 + - uid: 10018 components: - type: Transform pos: -72.5,-29.5 parent: 2 - - uid: 10001 + - uid: 10019 components: - type: Transform pos: -70.5,-29.5 parent: 2 - - uid: 10002 + - uid: 10020 components: - type: Transform rot: 3.141592653589793 rad pos: 4.5,-21.5 parent: 2 - - uid: 10003 + - uid: 10021 components: - type: Transform pos: -65.5,-52.5 parent: 2 - - uid: 10004 + - uid: 10022 components: - type: Transform rot: 3.141592653589793 rad @@ -63074,25 +63531,25 @@ entities: parent: 2 - proto: CandleRed entities: - - uid: 10005 + - uid: 10023 components: - type: Transform pos: -40.745144,15.782043 parent: 2 - - uid: 10006 + - uid: 10024 components: - type: Transform pos: -35.32327,15.891418 parent: 2 - proto: CannabisSeeds entities: - - uid: 10007 + - uid: 10025 components: - type: Transform rot: 3.141592653589793 rad pos: -55.50433,-67.64641 parent: 2 - - uid: 10008 + - uid: 10026 components: - type: Transform rot: 1.5707963267948966 rad @@ -63100,64 +63557,64 @@ entities: parent: 2 - proto: CapacitorStockPart entities: - - uid: 10009 + - uid: 10027 components: - type: Transform pos: 38.490074,-35.297806 parent: 2 - - uid: 10010 + - uid: 10028 components: - type: Transform pos: 38.302574,-35.672806 parent: 2 - - uid: 10011 + - uid: 10029 components: - type: Transform pos: 38.521324,-35.53218 parent: 2 - - uid: 10012 + - uid: 10030 components: - type: Transform pos: -50.47893,-28.448412 parent: 2 - proto: CaptainIDCard entities: - - uid: 10013 + - uid: 10031 components: - type: Transform pos: 30.440884,-27.198164 parent: 2 - proto: CarbonDioxideCanister entities: - - uid: 10014 + - uid: 10032 components: - type: Transform pos: -40.5,-38.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 10015 + - uid: 10033 components: - type: Transform pos: -50.5,-50.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 10016 + - uid: 10034 components: - type: Transform pos: -52.5,-62.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 10017 + - uid: 10035 components: - type: Transform pos: -76.5,-45.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 10018 + - uid: 10036 components: - type: Transform pos: 46.5,-54.5 @@ -63166,486 +63623,486 @@ entities: joinedGrid: 2 - proto: Carpet entities: - - uid: 10019 + - uid: 10037 components: - type: Transform rot: 3.141592653589793 rad pos: 5.5,20.5 parent: 2 - - uid: 10020 + - uid: 10038 components: - type: Transform rot: 3.141592653589793 rad pos: 4.5,22.5 parent: 2 - - uid: 10021 + - uid: 10039 components: - type: Transform rot: 3.141592653589793 rad pos: 4.5,21.5 parent: 2 - - uid: 10022 + - uid: 10040 components: - type: Transform rot: 3.141592653589793 rad pos: 4.5,20.5 parent: 2 - - uid: 10023 + - uid: 10041 components: - type: Transform rot: 3.141592653589793 rad pos: 6.5,22.5 parent: 2 - - uid: 10024 + - uid: 10042 components: - type: Transform rot: 3.141592653589793 rad pos: 6.5,21.5 parent: 2 - - uid: 10025 + - uid: 10043 components: - type: Transform rot: 3.141592653589793 rad pos: 6.5,20.5 parent: 2 - - uid: 10026 + - uid: 10044 components: - type: Transform rot: 3.141592653589793 rad pos: 7.5,22.5 parent: 2 - - uid: 10027 + - uid: 10045 components: - type: Transform rot: 3.141592653589793 rad pos: 7.5,21.5 parent: 2 - - uid: 10028 + - uid: 10046 components: - type: Transform rot: 3.141592653589793 rad pos: 7.5,20.5 parent: 2 - - uid: 10029 + - uid: 10047 components: - type: Transform rot: 3.141592653589793 rad pos: 8.5,22.5 parent: 2 - - uid: 10030 + - uid: 10048 components: - type: Transform rot: 3.141592653589793 rad pos: 8.5,21.5 parent: 2 - - uid: 10031 + - uid: 10049 components: - type: Transform rot: 3.141592653589793 rad pos: 8.5,20.5 parent: 2 - - uid: 10032 + - uid: 10050 components: - type: Transform pos: 39.5,-5.5 parent: 2 - - uid: 10033 + - uid: 10051 components: - type: Transform pos: 43.5,-5.5 parent: 2 - - uid: 10034 + - uid: 10052 components: - type: Transform pos: 44.5,-5.5 parent: 2 - - uid: 10035 + - uid: 10053 components: - type: Transform pos: 42.5,-5.5 parent: 2 - - uid: 10036 + - uid: 10054 components: - type: Transform pos: 42.5,-2.5 parent: 2 - - uid: 10037 + - uid: 10055 components: - type: Transform pos: 42.5,-3.5 parent: 2 - - uid: 10038 + - uid: 10056 components: - type: Transform pos: 42.5,-4.5 parent: 2 - - uid: 10039 + - uid: 10057 components: - type: Transform pos: 43.5,-2.5 parent: 2 - - uid: 10040 + - uid: 10058 components: - type: Transform pos: 43.5,-3.5 parent: 2 - - uid: 10041 + - uid: 10059 components: - type: Transform pos: 43.5,-4.5 parent: 2 - - uid: 10042 + - uid: 10060 components: - type: Transform pos: 44.5,-2.5 parent: 2 - - uid: 10043 + - uid: 10061 components: - type: Transform pos: 44.5,-3.5 parent: 2 - - uid: 10044 + - uid: 10062 components: - type: Transform pos: 44.5,-4.5 parent: 2 - - uid: 10045 + - uid: 10063 components: - type: Transform pos: 37.5,-2.5 parent: 2 - - uid: 10046 + - uid: 10064 components: - type: Transform pos: 38.5,-2.5 parent: 2 - - uid: 10047 + - uid: 10065 components: - type: Transform pos: 39.5,-2.5 parent: 2 - - uid: 10048 + - uid: 10066 components: - type: Transform pos: 37.5,-3.5 parent: 2 - - uid: 10049 + - uid: 10067 components: - type: Transform pos: 37.5,-4.5 parent: 2 - - uid: 10050 + - uid: 10068 components: - type: Transform pos: 38.5,-3.5 parent: 2 - - uid: 10051 + - uid: 10069 components: - type: Transform pos: 38.5,-4.5 parent: 2 - - uid: 10052 + - uid: 10070 components: - type: Transform pos: 39.5,-3.5 parent: 2 - - uid: 10053 + - uid: 10071 components: - type: Transform pos: 39.5,-4.5 parent: 2 - - uid: 10054 + - uid: 10072 components: - type: Transform pos: 38.5,-5.5 parent: 2 - - uid: 10055 + - uid: 10073 components: - type: Transform pos: 37.5,-5.5 parent: 2 - - uid: 10056 + - uid: 10074 components: - type: Transform rot: 3.141592653589793 rad pos: 28.5,-50.5 parent: 2 - - uid: 10057 + - uid: 10075 components: - type: Transform rot: 3.141592653589793 rad pos: 28.5,-51.5 parent: 2 - - uid: 10058 + - uid: 10076 components: - type: Transform rot: 3.141592653589793 rad pos: 29.5,-50.5 parent: 2 - - uid: 10059 + - uid: 10077 components: - type: Transform rot: 3.141592653589793 rad pos: 29.5,-51.5 parent: 2 - - uid: 10060 + - uid: 10078 components: - type: Transform rot: 3.141592653589793 rad pos: 30.5,-50.5 parent: 2 - - uid: 10061 + - uid: 10079 components: - type: Transform rot: 3.141592653589793 rad pos: 30.5,-51.5 parent: 2 - - uid: 10062 + - uid: 10080 components: - type: Transform rot: -1.5707963267948966 rad pos: -38.5,15.5 parent: 2 - - uid: 10063 + - uid: 10081 components: - type: Transform rot: -1.5707963267948966 rad pos: -38.5,14.5 parent: 2 - - uid: 10064 + - uid: 10082 components: - type: Transform rot: -1.5707963267948966 rad pos: -38.5,13.5 parent: 2 - - uid: 10065 + - uid: 10083 components: - type: Transform rot: -1.5707963267948966 rad pos: -38.5,12.5 parent: 2 - - uid: 10066 + - uid: 10084 components: - type: Transform rot: -1.5707963267948966 rad pos: -38.5,11.5 parent: 2 - - uid: 10067 + - uid: 10085 components: - type: Transform rot: -1.5707963267948966 rad pos: -38.5,10.5 parent: 2 - - uid: 10068 + - uid: 10086 components: - type: Transform rot: -1.5707963267948966 rad pos: -38.5,9.5 parent: 2 - - uid: 10069 + - uid: 10087 components: - type: Transform rot: -1.5707963267948966 rad pos: -38.5,8.5 parent: 2 - - uid: 10070 + - uid: 10088 components: - type: Transform rot: -1.5707963267948966 rad pos: -37.5,15.5 parent: 2 - - uid: 10071 + - uid: 10089 components: - type: Transform rot: -1.5707963267948966 rad pos: -37.5,14.5 parent: 2 - - uid: 10072 + - uid: 10090 components: - type: Transform rot: -1.5707963267948966 rad pos: -37.5,13.5 parent: 2 - - uid: 10073 + - uid: 10091 components: - type: Transform rot: -1.5707963267948966 rad pos: -37.5,12.5 parent: 2 - - uid: 10074 + - uid: 10092 components: - type: Transform rot: -1.5707963267948966 rad pos: -37.5,11.5 parent: 2 - - uid: 10075 + - uid: 10093 components: - type: Transform rot: -1.5707963267948966 rad pos: -37.5,10.5 parent: 2 - - uid: 10076 + - uid: 10094 components: - type: Transform rot: -1.5707963267948966 rad pos: -37.5,9.5 parent: 2 - - uid: 10077 + - uid: 10095 components: - type: Transform rot: -1.5707963267948966 rad pos: -37.5,8.5 parent: 2 - - uid: 10078 + - uid: 10096 components: - type: Transform rot: -1.5707963267948966 rad pos: -34.5,15.5 parent: 2 - - uid: 10079 + - uid: 10097 components: - type: Transform rot: -1.5707963267948966 rad pos: -34.5,14.5 parent: 2 - - uid: 10080 + - uid: 10098 components: - type: Transform rot: -1.5707963267948966 rad pos: -34.5,13.5 parent: 2 - - uid: 10081 + - uid: 10099 components: - type: Transform rot: -1.5707963267948966 rad pos: -33.5,15.5 parent: 2 - - uid: 10082 + - uid: 10100 components: - type: Transform rot: -1.5707963267948966 rad pos: -33.5,14.5 parent: 2 - - uid: 10083 + - uid: 10101 components: - type: Transform rot: -1.5707963267948966 rad pos: -33.5,13.5 parent: 2 - - uid: 10084 + - uid: 10102 components: - type: Transform pos: -30.5,14.5 parent: 2 - - uid: 10085 + - uid: 10103 components: - type: Transform pos: -30.5,13.5 parent: 2 - - uid: 10086 + - uid: 10104 components: - type: Transform pos: -30.5,12.5 parent: 2 - - uid: 10087 + - uid: 10105 components: - type: Transform pos: 64.5,-0.5 parent: 2 - - uid: 10088 + - uid: 10106 components: - type: Transform pos: 64.5,-1.5 parent: 2 - - uid: 10089 + - uid: 10107 components: - type: Transform pos: 65.5,-0.5 parent: 2 - - uid: 10090 + - uid: 10108 components: - type: Transform pos: 65.5,-1.5 parent: 2 - - uid: 10091 + - uid: 10109 components: - type: Transform rot: 3.141592653589793 rad pos: 61.5,-63.5 parent: 2 - - uid: 10092 + - uid: 10110 components: - type: Transform rot: 3.141592653589793 rad pos: 61.5,-64.5 parent: 2 - - uid: 10093 + - uid: 10111 components: - type: Transform rot: 3.141592653589793 rad pos: 61.5,-65.5 parent: 2 - - uid: 10094 + - uid: 10112 components: - type: Transform rot: 3.141592653589793 rad pos: 61.5,-66.5 parent: 2 - - uid: 10095 + - uid: 10113 components: - type: Transform rot: 3.141592653589793 rad pos: 61.5,-67.5 parent: 2 - - uid: 10096 + - uid: 10114 components: - type: Transform rot: 3.141592653589793 rad pos: 61.5,-68.5 parent: 2 - - uid: 10097 + - uid: 10115 components: - type: Transform rot: 1.5707963267948966 rad pos: 2.5,21.5 parent: 2 - - uid: 10098 + - uid: 10116 components: - type: Transform rot: 1.5707963267948966 rad pos: 2.5,20.5 parent: 2 - - uid: 10099 + - uid: 10117 components: - type: Transform rot: 1.5707963267948966 rad pos: 2.5,19.5 parent: 2 - - uid: 10100 + - uid: 10118 components: - type: Transform rot: 3.141592653589793 rad pos: 5.5,21.5 parent: 2 - - uid: 10101 + - uid: 10119 components: - type: Transform rot: 3.141592653589793 rad pos: 5.5,22.5 parent: 2 - - uid: 10102 + - uid: 10120 components: - type: Transform rot: -1.5707963267948966 rad pos: 1.5,21.5 parent: 2 - - uid: 10103 + - uid: 10121 components: - type: Transform rot: -1.5707963267948966 rad pos: 1.5,19.5 parent: 2 - - uid: 10104 + - uid: 10122 components: - type: Transform rot: -1.5707963267948966 rad @@ -63653,585 +64110,590 @@ entities: parent: 2 - proto: CarpetBlack entities: - - uid: 10105 + - uid: 10123 components: - type: Transform pos: -7.5,-36.5 parent: 2 - - uid: 10106 + - uid: 10124 components: - type: Transform pos: -7.5,-37.5 parent: 2 - - uid: 10107 + - uid: 10125 components: - type: Transform pos: -7.5,-38.5 parent: 2 - - uid: 10108 + - uid: 10126 components: - type: Transform pos: -11.5,-39.5 parent: 2 - - uid: 10109 + - uid: 10127 components: - type: Transform pos: -10.5,-39.5 parent: 2 - - uid: 10110 + - uid: 10128 components: - type: Transform pos: -9.5,-39.5 parent: 2 - - uid: 10111 + - uid: 10129 components: - type: Transform rot: 3.141592653589793 rad pos: 31.5,-53.5 parent: 2 - - uid: 10112 + - uid: 10130 components: - type: Transform rot: 3.141592653589793 rad pos: 31.5,-54.5 parent: 2 - - uid: 10113 + - uid: 10131 components: - type: Transform rot: 3.141592653589793 rad pos: 31.5,-55.5 parent: 2 - - uid: 10114 + - uid: 10132 components: - type: Transform rot: 3.141592653589793 rad pos: 31.5,-56.5 parent: 2 - - uid: 10115 + - uid: 10133 components: - type: Transform rot: 3.141592653589793 rad pos: -12.5,32.5 parent: 2 - - uid: 10116 + - uid: 10134 components: - type: Transform rot: 3.141592653589793 rad pos: -12.5,31.5 parent: 2 - - uid: 10117 + - uid: 10135 components: - type: Transform rot: 3.141592653589793 rad pos: -11.5,32.5 parent: 2 - - uid: 10118 + - uid: 10136 components: - type: Transform rot: 3.141592653589793 rad pos: -11.5,31.5 parent: 2 - - uid: 10119 + - uid: 10137 components: - type: Transform rot: 3.141592653589793 rad pos: -10.5,32.5 parent: 2 - - uid: 10120 + - uid: 10138 components: - type: Transform rot: 3.141592653589793 rad pos: -10.5,31.5 parent: 2 - - uid: 10121 + - uid: 10139 components: - type: Transform pos: 12.5,-38.5 parent: 2 - proto: CarpetBlue entities: - - uid: 10122 + - uid: 10140 components: - type: Transform rot: -1.5707963267948966 rad pos: 2.5,-7.5 parent: 2 - - uid: 10123 + - uid: 10141 components: - type: Transform rot: -1.5707963267948966 rad pos: 9.5,5.5 parent: 2 - - uid: 10124 + - uid: 10142 components: - type: Transform pos: -18.5,-56.5 parent: 2 - - uid: 10125 + - uid: 10143 components: - type: Transform pos: -18.5,-55.5 parent: 2 - - uid: 10126 + - uid: 10144 components: - type: Transform pos: -20.5,-55.5 parent: 2 - - uid: 10127 + - uid: 10145 components: - type: Transform pos: -20.5,-54.5 parent: 2 - - uid: 10128 + - uid: 10146 components: - type: Transform pos: -19.5,-54.5 parent: 2 - - uid: 10129 - components: - - type: Transform - pos: -17.5,-56.5 - parent: 2 - - uid: 10130 + - uid: 10147 components: - type: Transform pos: -20.5,-56.5 parent: 2 - - uid: 10131 - components: - - type: Transform - pos: -17.5,-54.5 - parent: 2 - - uid: 10132 - components: - - type: Transform - pos: -17.5,-55.5 - parent: 2 - - uid: 10133 + - uid: 10148 components: - type: Transform pos: -19.5,-55.5 parent: 2 - - uid: 10134 + - uid: 10149 components: - type: Transform pos: -19.5,-56.5 parent: 2 - - uid: 10135 - components: - - type: Transform - pos: -18.5,-54.5 - parent: 2 - - uid: 10136 + - uid: 10150 components: - type: Transform rot: -1.5707963267948966 rad pos: 8.5,5.5 parent: 2 - - uid: 10137 + - uid: 10151 components: - type: Transform rot: 3.141592653589793 rad pos: 17.5,13.5 parent: 2 - - uid: 10138 + - uid: 10152 components: - type: Transform rot: 3.141592653589793 rad pos: 17.5,12.5 parent: 2 - - uid: 10139 + - uid: 10153 components: - type: Transform rot: 3.141592653589793 rad pos: 17.5,11.5 parent: 2 - - uid: 10140 + - uid: 10154 components: - type: Transform pos: 17.5,9.5 parent: 2 - - uid: 10141 + - uid: 10155 components: - type: Transform pos: 17.5,14.5 parent: 2 - - uid: 10142 + - uid: 10156 components: - type: Transform pos: 17.5,10.5 parent: 2 - - uid: 10143 + - uid: 10157 components: - type: Transform pos: -22.5,-55.5 parent: 2 - - uid: 10144 + - uid: 10158 components: - type: Transform pos: -21.5,-55.5 parent: 2 - - uid: 10145 + - uid: 10159 components: - type: Transform pos: -21.5,-54.5 parent: 2 - - uid: 10146 + - uid: 10160 components: - type: Transform pos: -22.5,-54.5 parent: 2 - - uid: 10147 + - uid: 10161 components: - type: Transform pos: -1.5,-6.5 parent: 2 - - uid: 10148 + - uid: 10162 components: - type: Transform rot: -1.5707963267948966 rad pos: 3.5,-4.5 parent: 2 - - uid: 10149 + - uid: 10163 components: - type: Transform rot: -1.5707963267948966 rad pos: 4.5,-5.5 parent: 2 - - uid: 10150 + - uid: 10164 components: - type: Transform rot: -1.5707963267948966 rad pos: 5.5,-4.5 parent: 2 - - uid: 10151 + - uid: 10165 components: - type: Transform rot: -1.5707963267948966 rad pos: 2.5,-6.5 parent: 2 - - uid: 10152 + - uid: 10166 components: - type: Transform rot: -1.5707963267948966 rad pos: 4.5,-6.5 parent: 2 - - uid: 10153 + - uid: 10167 components: - type: Transform pos: -1.5,-5.5 parent: 2 - - uid: 10154 + - uid: 10168 components: - type: Transform rot: -1.5707963267948966 rad pos: 3.5,-7.5 parent: 2 - - uid: 10155 + - uid: 10169 components: - type: Transform pos: -0.5,-6.5 parent: 2 - - uid: 10156 + - uid: 10170 components: - type: Transform rot: -1.5707963267948966 rad pos: 3.5,-6.5 parent: 2 - - uid: 10157 + - uid: 10171 components: - type: Transform rot: -1.5707963267948966 rad pos: 4.5,-7.5 parent: 2 - - uid: 10158 + - uid: 10172 components: - type: Transform pos: -0.5,-5.5 parent: 2 - - uid: 10159 + - uid: 10173 components: - type: Transform rot: -1.5707963267948966 rad pos: 5.5,-6.5 parent: 2 - - uid: 10160 + - uid: 10174 components: - type: Transform rot: -1.5707963267948966 rad pos: 5.5,-7.5 parent: 2 - - uid: 10161 + - uid: 10175 components: - type: Transform rot: 1.5707963267948966 rad pos: 28.5,-36.5 parent: 2 - - uid: 10162 + - uid: 10176 components: - type: Transform pos: 3.5,-5.5 parent: 2 - - uid: 10163 + - uid: 10177 components: - type: Transform pos: 2.5,-5.5 parent: 2 - - uid: 10164 + - uid: 10178 components: - type: Transform pos: 2.5,-4.5 parent: 2 - - uid: 10165 + - uid: 10179 components: - type: Transform pos: 4.5,-4.5 parent: 2 - - uid: 10166 + - uid: 10180 components: - type: Transform pos: 5.5,-5.5 parent: 2 - - uid: 10167 + - uid: 10181 components: - type: Transform rot: 1.5707963267948966 rad pos: 28.5,-35.5 parent: 2 - - uid: 10168 + - uid: 10182 components: - type: Transform rot: 1.5707963267948966 rad pos: 28.5,-37.5 parent: 2 - - uid: 10169 + - uid: 10183 components: - type: Transform rot: 3.141592653589793 rad pos: 28.5,-34.5 parent: 2 - - uid: 10170 + - uid: 10184 components: - type: Transform rot: -1.5707963267948966 rad pos: 10.5,-39.5 parent: 2 - - uid: 10171 + - uid: 10185 components: - type: Transform rot: -1.5707963267948966 rad pos: 10.5,-38.5 parent: 2 - - uid: 10172 + - uid: 10186 components: - type: Transform rot: -1.5707963267948966 rad pos: 10.5,-37.5 parent: 2 + - uid: 10187 + components: + - type: Transform + pos: -17.5,-51.5 + parent: 2 + - uid: 10188 + components: + - type: Transform + pos: -18.5,-52.5 + parent: 2 + - uid: 10189 + components: + - type: Transform + pos: -17.5,-52.5 + parent: 2 + - uid: 10190 + components: + - type: Transform + pos: -18.5,-51.5 + parent: 2 + - uid: 10191 + components: + - type: Transform + pos: -18.5,-54.5 + parent: 2 - proto: CarpetChapel entities: - - uid: 10173 + - uid: 10192 components: - type: Transform rot: -1.5707963267948966 rad pos: -36.5,10.5 parent: 2 - - uid: 10174 + - uid: 10193 components: - type: Transform rot: 3.141592653589793 rad pos: -35.5,10.5 parent: 2 - - uid: 10175 + - uid: 10194 components: - type: Transform rot: 1.5707963267948966 rad pos: -35.5,9.5 parent: 2 - - uid: 10176 + - uid: 10195 components: - type: Transform pos: -36.5,9.5 parent: 2 - - uid: 10177 + - uid: 10196 components: - type: Transform pos: -36.5,11.5 parent: 2 - - uid: 10178 + - uid: 10197 components: - type: Transform rot: 1.5707963267948966 rad pos: -35.5,11.5 parent: 2 - - uid: 10179 + - uid: 10198 components: - type: Transform rot: -1.5707963267948966 rad pos: -36.5,12.5 parent: 2 - - uid: 10180 + - uid: 10199 components: - type: Transform rot: 3.141592653589793 rad pos: -35.5,12.5 parent: 2 - - uid: 10181 + - uid: 10200 components: - type: Transform rot: 3.141592653589793 rad pos: -39.5,12.5 parent: 2 - - uid: 10182 + - uid: 10201 components: - type: Transform rot: 1.5707963267948966 rad pos: -39.5,11.5 parent: 2 - - uid: 10183 + - uid: 10202 components: - type: Transform pos: -40.5,11.5 parent: 2 - - uid: 10184 + - uid: 10203 components: - type: Transform rot: -1.5707963267948966 rad pos: -40.5,10.5 parent: 2 - - uid: 10185 + - uid: 10204 components: - type: Transform rot: 3.141592653589793 rad pos: -39.5,10.5 parent: 2 - - uid: 10186 + - uid: 10205 components: - type: Transform pos: -40.5,9.5 parent: 2 - - uid: 10187 + - uid: 10206 components: - type: Transform rot: 1.5707963267948966 rad pos: -39.5,9.5 parent: 2 - - uid: 10188 + - uid: 10207 components: - type: Transform rot: -1.5707963267948966 rad pos: -40.5,12.5 parent: 2 - - uid: 10189 + - uid: 10208 components: - type: Transform rot: -1.5707963267948966 rad pos: 59.5,-65.5 parent: 2 - - uid: 10190 + - uid: 10209 components: - type: Transform rot: 3.141592653589793 rad pos: 60.5,-65.5 parent: 2 - - uid: 10191 + - uid: 10210 components: - type: Transform pos: 59.5,-66.5 parent: 2 - - uid: 10192 + - uid: 10211 components: - type: Transform rot: -1.5707963267948966 rad pos: 62.5,-65.5 parent: 2 - - uid: 10193 + - uid: 10212 components: - type: Transform pos: 62.5,-66.5 parent: 2 - - uid: 10194 + - uid: 10213 components: - type: Transform rot: 3.141592653589793 rad pos: 63.5,-65.5 parent: 2 - - uid: 10195 + - uid: 10214 components: - type: Transform rot: 1.5707963267948966 rad pos: 63.5,-66.5 parent: 2 - - uid: 10196 + - uid: 10215 components: - type: Transform rot: -1.5707963267948966 rad pos: 62.5,-63.5 parent: 2 - - uid: 10197 + - uid: 10216 components: - type: Transform rot: 3.141592653589793 rad pos: 63.5,-63.5 parent: 2 - - uid: 10198 + - uid: 10217 components: - type: Transform rot: 1.5707963267948966 rad pos: 63.5,-64.5 parent: 2 - - uid: 10199 + - uid: 10218 components: - type: Transform pos: 62.5,-64.5 parent: 2 - - uid: 10200 + - uid: 10219 components: - type: Transform rot: 3.141592653589793 rad pos: 60.5,-63.5 parent: 2 - - uid: 10201 + - uid: 10220 components: - type: Transform rot: -1.5707963267948966 rad pos: 59.5,-63.5 parent: 2 - - uid: 10202 + - uid: 10221 components: - type: Transform pos: 59.5,-64.5 parent: 2 - - uid: 10203 + - uid: 10222 components: - type: Transform rot: 1.5707963267948966 rad pos: 60.5,-64.5 parent: 2 - - uid: 10204 + - uid: 10223 components: - type: Transform pos: 60.5,-68.5 parent: 2 - - uid: 10205 + - uid: 10224 components: - type: Transform rot: 1.5707963267948966 rad pos: 62.5,-68.5 parent: 2 - - uid: 10206 + - uid: 10225 components: - type: Transform rot: -1.5707963267948966 rad pos: 60.5,-67.5 parent: 2 - - uid: 10207 + - uid: 10226 components: - type: Transform rot: 3.141592653589793 rad pos: 62.5,-67.5 parent: 2 - - uid: 10208 + - uid: 10227 components: - type: Transform rot: 1.5707963267948966 rad @@ -64239,540 +64701,540 @@ entities: parent: 2 - proto: CarpetGreen entities: - - uid: 10209 + - uid: 10228 components: - type: Transform pos: 22.5,-34.5 parent: 2 - - uid: 10210 + - uid: 10229 components: - type: Transform rot: -1.5707963267948966 rad pos: 13.5,-10.5 parent: 2 - - uid: 10211 + - uid: 10230 components: - type: Transform rot: -1.5707963267948966 rad pos: 9.5,-10.5 parent: 2 - - uid: 10212 + - uid: 10231 components: - type: Transform rot: -1.5707963267948966 rad pos: 10.5,-10.5 parent: 2 - - uid: 10213 + - uid: 10232 components: - type: Transform rot: -1.5707963267948966 rad pos: 9.5,-12.5 parent: 2 - - uid: 10214 + - uid: 10233 components: - type: Transform rot: -1.5707963267948966 rad pos: 10.5,-12.5 parent: 2 - - uid: 10215 + - uid: 10234 components: - type: Transform rot: -1.5707963267948966 rad pos: 10.5,-11.5 parent: 2 - - uid: 10216 + - uid: 10235 components: - type: Transform rot: -1.5707963267948966 rad pos: 11.5,-11.5 parent: 2 - - uid: 10217 + - uid: 10236 components: - type: Transform rot: -1.5707963267948966 rad pos: 12.5,-11.5 parent: 2 - - uid: 10218 + - uid: 10237 components: - type: Transform rot: -1.5707963267948966 rad pos: 13.5,-11.5 parent: 2 - - uid: 10219 + - uid: 10238 components: - type: Transform rot: -1.5707963267948966 rad pos: 11.5,-10.5 parent: 2 - - uid: 10220 + - uid: 10239 components: - type: Transform rot: -1.5707963267948966 rad pos: 12.5,-10.5 parent: 2 - - uid: 10221 + - uid: 10240 components: - type: Transform rot: -1.5707963267948966 rad pos: 11.5,-12.5 parent: 2 - - uid: 10222 + - uid: 10241 components: - type: Transform pos: 20.5,13.5 parent: 2 - - uid: 10223 + - uid: 10242 components: - type: Transform pos: 14.5,9.5 parent: 2 - - uid: 10224 + - uid: 10243 components: - type: Transform pos: 9.5,-11.5 parent: 2 - - uid: 10225 + - uid: 10244 components: - type: Transform rot: -1.5707963267948966 rad pos: 12.5,-12.5 parent: 2 - - uid: 10226 + - uid: 10245 components: - type: Transform rot: -1.5707963267948966 rad pos: 13.5,-12.5 parent: 2 - - uid: 10227 + - uid: 10246 components: - type: Transform rot: 1.5707963267948966 rad pos: 8.5,8.5 parent: 2 - - uid: 10228 + - uid: 10247 components: - type: Transform rot: 3.141592653589793 rad pos: 14.5,13.5 parent: 2 - - uid: 10229 + - uid: 10248 components: - type: Transform rot: 3.141592653589793 rad pos: 14.5,12.5 parent: 2 - - uid: 10230 + - uid: 10249 components: - type: Transform rot: 3.141592653589793 rad pos: 14.5,11.5 parent: 2 - - uid: 10231 + - uid: 10250 components: - type: Transform rot: 3.141592653589793 rad pos: 14.5,10.5 parent: 2 - - uid: 10232 + - uid: 10251 components: - type: Transform rot: 1.5707963267948966 rad pos: 8.5,9.5 parent: 2 - - uid: 10233 + - uid: 10252 components: - type: Transform pos: -5.5,-49.5 parent: 2 - - uid: 10234 + - uid: 10253 components: - type: Transform pos: -4.5,-49.5 parent: 2 - - uid: 10235 + - uid: 10254 components: - type: Transform pos: -3.5,-49.5 parent: 2 - - uid: 10236 + - uid: 10255 components: - type: Transform pos: -3.5,-50.5 parent: 2 - - uid: 10237 + - uid: 10256 components: - type: Transform pos: -4.5,-50.5 parent: 2 - - uid: 10238 + - uid: 10257 components: - type: Transform pos: -5.5,-50.5 parent: 2 - - uid: 10239 + - uid: 10258 components: - type: Transform pos: 21.5,13.5 parent: 2 - - uid: 10240 + - uid: 10259 components: - type: Transform pos: 21.5,10.5 parent: 2 - - uid: 10241 + - uid: 10260 components: - type: Transform pos: 20.5,10.5 parent: 2 - - uid: 10242 + - uid: 10261 components: - type: Transform pos: 20.5,12.5 parent: 2 - - uid: 10243 + - uid: 10262 components: - type: Transform pos: 20.5,11.5 parent: 2 - - uid: 10244 + - uid: 10263 components: - type: Transform pos: 21.5,11.5 parent: 2 - - uid: 10245 + - uid: 10264 components: - type: Transform pos: 21.5,12.5 parent: 2 - - uid: 10246 + - uid: 10265 components: - type: Transform pos: -22.5,45.5 parent: 2 - - uid: 10247 + - uid: 10266 components: - type: Transform pos: -22.5,44.5 parent: 2 - - uid: 10248 + - uid: 10267 components: - type: Transform pos: -22.5,43.5 parent: 2 - - uid: 10249 + - uid: 10268 components: - type: Transform pos: -22.5,42.5 parent: 2 - - uid: 10250 + - uid: 10269 components: - type: Transform pos: -21.5,45.5 parent: 2 - - uid: 10251 + - uid: 10270 components: - type: Transform pos: -21.5,44.5 parent: 2 - - uid: 10252 + - uid: 10271 components: - type: Transform rot: 3.141592653589793 rad pos: 32.5,-50.5 parent: 2 - - uid: 10253 + - uid: 10272 components: - type: Transform rot: 3.141592653589793 rad pos: 32.5,-51.5 parent: 2 - - uid: 10254 + - uid: 10273 components: - type: Transform rot: 3.141592653589793 rad pos: 33.5,-50.5 parent: 2 - - uid: 10255 + - uid: 10274 components: - type: Transform rot: 3.141592653589793 rad pos: 33.5,-51.5 parent: 2 - - uid: 10256 + - uid: 10275 components: - type: Transform rot: 3.141592653589793 rad pos: 34.5,-50.5 parent: 2 - - uid: 10257 + - uid: 10276 components: - type: Transform rot: 3.141592653589793 rad pos: 34.5,-51.5 parent: 2 - - uid: 10258 + - uid: 10277 components: - type: Transform pos: -21.5,42.5 parent: 2 - - uid: 10259 + - uid: 10278 components: - type: Transform pos: -21.5,43.5 parent: 2 - - uid: 10260 + - uid: 10279 components: - type: Transform rot: 1.5707963267948966 rad pos: -22.5,30.5 parent: 2 - - uid: 10261 + - uid: 10280 components: - type: Transform rot: 1.5707963267948966 rad pos: -23.5,30.5 parent: 2 - - uid: 10262 + - uid: 10281 components: - type: Transform pos: -23.5,31.5 parent: 2 - - uid: 10263 + - uid: 10282 components: - type: Transform pos: -23.5,29.5 parent: 2 - - uid: 10264 + - uid: 10283 components: - type: Transform pos: -22.5,31.5 parent: 2 - - uid: 10265 + - uid: 10284 components: - type: Transform pos: -22.5,29.5 parent: 2 - - uid: 10266 + - uid: 10285 components: - type: Transform rot: 1.5707963267948966 rad pos: -19.5,33.5 parent: 2 - - uid: 10267 + - uid: 10286 components: - type: Transform rot: 1.5707963267948966 rad pos: -19.5,34.5 parent: 2 - - uid: 10268 + - uid: 10287 components: - type: Transform rot: 1.5707963267948966 rad pos: -19.5,35.5 parent: 2 - - uid: 10269 + - uid: 10288 components: - type: Transform rot: 1.5707963267948966 rad pos: -18.5,33.5 parent: 2 - - uid: 10270 + - uid: 10289 components: - type: Transform rot: 1.5707963267948966 rad pos: -18.5,34.5 parent: 2 - - uid: 10271 + - uid: 10290 components: - type: Transform rot: 1.5707963267948966 rad pos: -18.5,35.5 parent: 2 - - uid: 10272 + - uid: 10291 components: - type: Transform rot: 1.5707963267948966 rad pos: 8.5,7.5 parent: 2 - - uid: 10273 + - uid: 10292 components: - type: Transform rot: 1.5707963267948966 rad pos: 13.5,-79.5 parent: 2 - - uid: 10274 + - uid: 10293 components: - type: Transform rot: 1.5707963267948966 rad pos: 14.5,-79.5 parent: 2 - - uid: 10275 + - uid: 10294 components: - type: Transform rot: 1.5707963267948966 rad pos: 15.5,-79.5 parent: 2 - - uid: 10276 + - uid: 10295 components: - type: Transform rot: 1.5707963267948966 rad pos: 16.5,-79.5 parent: 2 - - uid: 10277 + - uid: 10296 components: - type: Transform rot: 1.5707963267948966 rad pos: 17.5,-79.5 parent: 2 - - uid: 10278 + - uid: 10297 components: - type: Transform rot: 1.5707963267948966 rad pos: 13.5,-87.5 parent: 2 - - uid: 10279 + - uid: 10298 components: - type: Transform rot: 1.5707963267948966 rad pos: 14.5,-87.5 parent: 2 - - uid: 10280 + - uid: 10299 components: - type: Transform rot: 1.5707963267948966 rad pos: 15.5,-87.5 parent: 2 - - uid: 10281 + - uid: 10300 components: - type: Transform rot: 1.5707963267948966 rad pos: 16.5,-87.5 parent: 2 - - uid: 10282 + - uid: 10301 components: - type: Transform rot: 1.5707963267948966 rad pos: 17.5,-87.5 parent: 2 - - uid: 10283 + - uid: 10302 components: - type: Transform rot: -1.5707963267948966 rad pos: 22.5,-35.5 parent: 2 - - uid: 10284 + - uid: 10303 components: - type: Transform rot: -1.5707963267948966 rad pos: 22.5,-36.5 parent: 2 - - uid: 10285 + - uid: 10304 components: - type: Transform rot: -1.5707963267948966 rad pos: 23.5,-35.5 parent: 2 - - uid: 10286 + - uid: 10305 components: - type: Transform rot: -1.5707963267948966 rad pos: 23.5,-36.5 parent: 2 - - uid: 10287 + - uid: 10306 components: - type: Transform rot: -1.5707963267948966 rad pos: 24.5,-34.5 parent: 2 - - uid: 10288 + - uid: 10307 components: - type: Transform rot: -1.5707963267948966 rad pos: 24.5,-35.5 parent: 2 - - uid: 10289 + - uid: 10308 components: - type: Transform rot: -1.5707963267948966 rad pos: 24.5,-36.5 parent: 2 - - uid: 10290 + - uid: 10309 components: - type: Transform rot: -1.5707963267948966 rad pos: 26.5,-35.5 parent: 2 - - uid: 10291 + - uid: 10310 components: - type: Transform rot: -1.5707963267948966 rad pos: 26.5,-36.5 parent: 2 - - uid: 10292 + - uid: 10311 components: - type: Transform rot: -1.5707963267948966 rad pos: 26.5,-37.5 parent: 2 - - uid: 10293 + - uid: 10312 components: - type: Transform pos: 26.5,-34.5 parent: 2 - - uid: 10294 + - uid: 10313 components: - type: Transform pos: 23.5,-34.5 parent: 2 - - uid: 10295 + - uid: 10314 components: - type: Transform rot: 1.5707963267948966 rad pos: 3.5,-9.5 parent: 2 - - uid: 10296 + - uid: 10315 components: - type: Transform rot: 1.5707963267948966 rad pos: 3.5,-10.5 parent: 2 - - uid: 10297 + - uid: 10316 components: - type: Transform rot: 1.5707963267948966 rad pos: 3.5,-11.5 parent: 2 - - uid: 10298 + - uid: 10317 components: - type: Transform rot: 1.5707963267948966 rad pos: 4.5,-9.5 parent: 2 - - uid: 10299 + - uid: 10318 components: - type: Transform rot: 1.5707963267948966 rad pos: 4.5,-10.5 parent: 2 - - uid: 10300 + - uid: 10319 components: - type: Transform rot: 1.5707963267948966 rad pos: 4.5,-11.5 parent: 2 - - uid: 10301 + - uid: 10320 components: - type: Transform rot: 1.5707963267948966 rad pos: 5.5,-9.5 parent: 2 - - uid: 10302 + - uid: 10321 components: - type: Transform rot: 1.5707963267948966 rad pos: 5.5,-10.5 parent: 2 - - uid: 10303 + - uid: 10322 components: - type: Transform rot: 1.5707963267948966 rad @@ -64780,979 +65242,979 @@ entities: parent: 2 - proto: CarpetOrange entities: - - uid: 10304 + - uid: 10323 components: - type: Transform rot: -1.5707963267948966 rad pos: 8.5,-6.5 parent: 2 - - uid: 10305 + - uid: 10324 components: - type: Transform rot: -1.5707963267948966 rad pos: 9.5,-5.5 parent: 2 - - uid: 10306 + - uid: 10325 components: - type: Transform rot: 3.141592653589793 rad pos: 12.5,11.5 parent: 2 - - uid: 10307 + - uid: 10326 components: - type: Transform rot: 1.5707963267948966 rad pos: 10.5,7.5 parent: 2 - - uid: 10308 + - uid: 10327 components: - type: Transform rot: -1.5707963267948966 rad pos: 11.5,-6.5 parent: 2 - - uid: 10309 + - uid: 10328 components: - type: Transform rot: -1.5707963267948966 rad pos: 11.5,-7.5 parent: 2 - - uid: 10310 + - uid: 10329 components: - type: Transform rot: -1.5707963267948966 rad pos: 11.5,-8.5 parent: 2 - - uid: 10311 + - uid: 10330 components: - type: Transform rot: -1.5707963267948966 rad pos: 10.5,-8.5 parent: 2 - - uid: 10312 + - uid: 10331 components: - type: Transform rot: -1.5707963267948966 rad pos: 9.5,-8.5 parent: 2 - - uid: 10313 + - uid: 10332 components: - type: Transform rot: -1.5707963267948966 rad pos: 8.5,-8.5 parent: 2 - - uid: 10314 + - uid: 10333 components: - type: Transform rot: -1.5707963267948966 rad pos: 8.5,-7.5 parent: 2 - - uid: 10315 + - uid: 10334 components: - type: Transform rot: -1.5707963267948966 rad pos: 8.5,-5.5 parent: 2 - - uid: 10316 + - uid: 10335 components: - type: Transform rot: -1.5707963267948966 rad pos: 9.5,-6.5 parent: 2 - - uid: 10317 + - uid: 10336 components: - type: Transform rot: -1.5707963267948966 rad pos: 10.5,-6.5 parent: 2 - - uid: 10318 + - uid: 10337 components: - type: Transform rot: -1.5707963267948966 rad pos: 10.5,-7.5 parent: 2 - - uid: 10319 + - uid: 10338 components: - type: Transform rot: -1.5707963267948966 rad pos: 9.5,-7.5 parent: 2 - - uid: 10320 + - uid: 10339 components: - type: Transform rot: 1.5707963267948966 rad pos: 12.5,7.5 parent: 2 - - uid: 10321 + - uid: 10340 components: - type: Transform rot: -1.5707963267948966 rad pos: 10.5,-5.5 parent: 2 - - uid: 10322 + - uid: 10341 components: - type: Transform rot: -1.5707963267948966 rad pos: 11.5,-5.5 parent: 2 - - uid: 10323 + - uid: 10342 components: - type: Transform rot: 1.5707963267948966 rad pos: 12.5,8.5 parent: 2 - - uid: 10324 + - uid: 10343 components: - type: Transform rot: 3.141592653589793 rad pos: 12.5,10.5 parent: 2 - - uid: 10325 + - uid: 10344 components: - type: Transform rot: 1.5707963267948966 rad pos: 10.5,8.5 parent: 2 - - uid: 10326 + - uid: 10345 components: - type: Transform rot: 1.5707963267948966 rad pos: 11.5,7.5 parent: 2 - - uid: 10327 + - uid: 10346 components: - type: Transform rot: 1.5707963267948966 rad pos: 11.5,8.5 parent: 2 - - uid: 10328 + - uid: 10347 components: - type: Transform rot: 3.141592653589793 rad pos: 11.5,11.5 parent: 2 - - uid: 10329 + - uid: 10348 components: - type: Transform rot: 3.141592653589793 rad pos: 11.5,12.5 parent: 2 - - uid: 10330 + - uid: 10349 components: - type: Transform pos: -12.5,-35.5 parent: 2 - - uid: 10331 + - uid: 10350 components: - type: Transform pos: -12.5,-36.5 parent: 2 - - uid: 10332 + - uid: 10351 components: - type: Transform pos: -12.5,-37.5 parent: 2 - - uid: 10333 + - uid: 10352 components: - type: Transform pos: -11.5,-35.5 parent: 2 - - uid: 10334 + - uid: 10353 components: - type: Transform pos: -11.5,-36.5 parent: 2 - - uid: 10335 + - uid: 10354 components: - type: Transform pos: -11.5,-37.5 parent: 2 - - uid: 10336 + - uid: 10355 components: - type: Transform pos: -10.5,-35.5 parent: 2 - - uid: 10337 + - uid: 10356 components: - type: Transform pos: -10.5,-36.5 parent: 2 - - uid: 10338 + - uid: 10357 components: - type: Transform pos: -10.5,-37.5 parent: 2 - - uid: 10339 + - uid: 10358 components: - type: Transform pos: -9.5,-35.5 parent: 2 - - uid: 10340 + - uid: 10359 components: - type: Transform pos: -9.5,-36.5 parent: 2 - - uid: 10341 + - uid: 10360 components: - type: Transform pos: -9.5,-37.5 parent: 2 - - uid: 10342 + - uid: 10361 components: - type: Transform rot: 3.141592653589793 rad pos: 12.5,12.5 parent: 2 - - uid: 10343 + - uid: 10362 components: - type: Transform rot: 3.141592653589793 rad pos: -37.5,-15.5 parent: 2 - - uid: 10344 + - uid: 10363 components: - type: Transform rot: 3.141592653589793 rad pos: -37.5,-16.5 parent: 2 - - uid: 10345 + - uid: 10364 components: - type: Transform rot: 3.141592653589793 rad pos: -37.5,-17.5 parent: 2 - - uid: 10346 + - uid: 10365 components: - type: Transform rot: 3.141592653589793 rad pos: -37.5,-18.5 parent: 2 - - uid: 10347 + - uid: 10366 components: - type: Transform rot: 3.141592653589793 rad pos: -36.5,-16.5 parent: 2 - - uid: 10348 + - uid: 10367 components: - type: Transform rot: 3.141592653589793 rad pos: -36.5,-17.5 parent: 2 - - uid: 10349 + - uid: 10368 components: - type: Transform rot: 3.141592653589793 rad pos: -36.5,-18.5 parent: 2 - - uid: 10350 + - uid: 10369 components: - type: Transform rot: 3.141592653589793 rad pos: -35.5,-15.5 parent: 2 - - uid: 10351 + - uid: 10370 components: - type: Transform rot: 3.141592653589793 rad pos: -35.5,-16.5 parent: 2 - - uid: 10352 + - uid: 10371 components: - type: Transform rot: 3.141592653589793 rad pos: -35.5,-17.5 parent: 2 - - uid: 10353 + - uid: 10372 components: - type: Transform rot: 3.141592653589793 rad pos: -35.5,-18.5 parent: 2 - - uid: 10354 + - uid: 10373 components: - type: Transform rot: 3.141592653589793 rad pos: -34.5,31.5 parent: 2 - - uid: 10355 + - uid: 10374 components: - type: Transform pos: -34.5,30.5 parent: 2 - - uid: 10356 + - uid: 10375 components: - type: Transform rot: 3.141592653589793 rad pos: -34.5,29.5 parent: 2 - - uid: 10357 + - uid: 10376 components: - type: Transform rot: 3.141592653589793 rad pos: -33.5,31.5 parent: 2 - - uid: 10358 + - uid: 10377 components: - type: Transform rot: 3.141592653589793 rad pos: -33.5,30.5 parent: 2 - - uid: 10359 + - uid: 10378 components: - type: Transform rot: 3.141592653589793 rad pos: -33.5,29.5 parent: 2 - - uid: 10360 + - uid: 10379 components: - type: Transform rot: 3.141592653589793 rad pos: -32.5,31.5 parent: 2 - - uid: 10361 + - uid: 10380 components: - type: Transform rot: 3.141592653589793 rad pos: -32.5,30.5 parent: 2 - - uid: 10362 + - uid: 10381 components: - type: Transform rot: 3.141592653589793 rad pos: -32.5,29.5 parent: 2 - - uid: 10363 + - uid: 10382 components: - type: Transform rot: 3.141592653589793 rad pos: -31.5,31.5 parent: 2 - - uid: 10364 + - uid: 10383 components: - type: Transform rot: 3.141592653589793 rad pos: -31.5,30.5 parent: 2 - - uid: 10365 + - uid: 10384 components: - type: Transform rot: 3.141592653589793 rad pos: -31.5,29.5 parent: 2 - - uid: 10366 + - uid: 10385 components: - type: Transform rot: 3.141592653589793 rad pos: -30.5,31.5 parent: 2 - - uid: 10367 + - uid: 10386 components: - type: Transform rot: 3.141592653589793 rad pos: -30.5,30.5 parent: 2 - - uid: 10368 + - uid: 10387 components: - type: Transform rot: 3.141592653589793 rad pos: -30.5,29.5 parent: 2 - - uid: 10369 + - uid: 10388 components: - type: Transform rot: 3.141592653589793 rad pos: 11.5,10.5 parent: 2 - - uid: 10370 + - uid: 10389 components: - type: Transform pos: 23.5,-38.5 parent: 2 - - uid: 10371 + - uid: 10390 components: - type: Transform pos: 22.5,-38.5 parent: 2 - - uid: 10372 + - uid: 10391 components: - type: Transform pos: 22.5,-39.5 parent: 2 - - uid: 10373 + - uid: 10392 components: - type: Transform pos: 23.5,-39.5 parent: 2 - - uid: 10374 + - uid: 10393 components: - type: Transform pos: 27.5,-39.5 parent: 2 - - uid: 10375 + - uid: 10394 components: - type: Transform pos: 28.5,-39.5 parent: 2 - - uid: 10376 + - uid: 10395 components: - type: Transform pos: 29.5,-39.5 parent: 2 - - uid: 10377 + - uid: 10396 components: - type: Transform pos: -36.5,-15.5 parent: 2 - proto: CarpetPink entities: - - uid: 10378 + - uid: 10397 components: - type: Transform pos: 21.5,-29.5 parent: 2 - - uid: 10379 + - uid: 10398 components: - type: Transform pos: 23.5,-29.5 parent: 2 - - uid: 10380 + - uid: 10399 components: - type: Transform pos: 22.5,-29.5 parent: 2 - - uid: 10381 + - uid: 10400 components: - type: Transform pos: 22.5,-28.5 parent: 2 - - uid: 10382 + - uid: 10401 components: - type: Transform pos: 21.5,-28.5 parent: 2 - - uid: 10383 + - uid: 10402 components: - type: Transform pos: 22.5,-29.5 parent: 2 - - uid: 10384 + - uid: 10403 components: - type: Transform pos: 23.5,-29.5 parent: 2 - - uid: 10385 + - uid: 10404 components: - type: Transform pos: 23.5,-28.5 parent: 2 - - uid: 10386 + - uid: 10405 components: - type: Transform rot: -1.5707963267948966 rad pos: 22.5,-28.5 parent: 2 - - uid: 10387 + - uid: 10406 components: - type: Transform pos: 24.5,-28.5 parent: 2 - - uid: 10388 + - uid: 10407 components: - type: Transform rot: 1.5707963267948966 rad pos: 20.5,-29.5 parent: 2 - - uid: 10389 + - uid: 10408 components: - type: Transform pos: 20.5,-28.5 parent: 2 - - uid: 10390 + - uid: 10409 components: - type: Transform pos: 24.5,-29.5 parent: 2 - proto: CarpetPurple entities: - - uid: 10391 + - uid: 10410 components: - type: Transform pos: -16.5,-38.5 parent: 2 - - uid: 10392 + - uid: 10411 components: - type: Transform pos: -16.5,-39.5 parent: 2 - - uid: 10393 + - uid: 10412 components: - type: Transform pos: -15.5,-38.5 parent: 2 - - uid: 10394 + - uid: 10413 components: - type: Transform pos: -15.5,-39.5 parent: 2 - - uid: 10395 + - uid: 10414 components: - type: Transform pos: -14.5,-38.5 parent: 2 - - uid: 10396 + - uid: 10415 components: - type: Transform pos: -14.5,-39.5 parent: 2 - - uid: 10397 + - uid: 10416 components: - type: Transform rot: -1.5707963267948966 rad pos: -49.5,7.5 parent: 2 - - uid: 10398 + - uid: 10417 components: - type: Transform rot: -1.5707963267948966 rad pos: -49.5,6.5 parent: 2 - - uid: 10399 + - uid: 10418 components: - type: Transform rot: -1.5707963267948966 rad pos: -49.5,5.5 parent: 2 - - uid: 10400 + - uid: 10419 components: - type: Transform rot: -1.5707963267948966 rad pos: -49.5,4.5 parent: 2 - - uid: 10401 + - uid: 10420 components: - type: Transform rot: -1.5707963267948966 rad pos: -48.5,7.5 parent: 2 - - uid: 10402 + - uid: 10421 components: - type: Transform rot: -1.5707963267948966 rad pos: -48.5,6.5 parent: 2 - - uid: 10403 + - uid: 10422 components: - type: Transform rot: -1.5707963267948966 rad pos: -48.5,5.5 parent: 2 - - uid: 10404 + - uid: 10423 components: - type: Transform rot: -1.5707963267948966 rad pos: -48.5,4.5 parent: 2 - - uid: 10405 + - uid: 10424 components: - type: Transform rot: -1.5707963267948966 rad pos: -47.5,7.5 parent: 2 - - uid: 10406 + - uid: 10425 components: - type: Transform rot: -1.5707963267948966 rad pos: -47.5,6.5 parent: 2 - - uid: 10407 + - uid: 10426 components: - type: Transform rot: -1.5707963267948966 rad pos: -47.5,5.5 parent: 2 - - uid: 10408 + - uid: 10427 components: - type: Transform rot: -1.5707963267948966 rad pos: -47.5,4.5 parent: 2 - - uid: 10409 + - uid: 10428 components: - type: Transform rot: -1.5707963267948966 rad pos: -46.5,7.5 parent: 2 - - uid: 10410 + - uid: 10429 components: - type: Transform rot: -1.5707963267948966 rad pos: -46.5,6.5 parent: 2 - - uid: 10411 + - uid: 10430 components: - type: Transform rot: -1.5707963267948966 rad pos: -46.5,5.5 parent: 2 - - uid: 10412 + - uid: 10431 components: - type: Transform rot: -1.5707963267948966 rad pos: -46.5,4.5 parent: 2 - - uid: 10413 + - uid: 10432 components: - type: Transform pos: 51.5,-40.5 parent: 2 - - uid: 10414 + - uid: 10433 components: - type: Transform pos: 52.5,-39.5 parent: 2 - - uid: 10415 + - uid: 10434 components: - type: Transform pos: 52.5,-41.5 parent: 2 - - uid: 10416 + - uid: 10435 components: - type: Transform pos: 53.5,-40.5 parent: 2 - - uid: 10417 + - uid: 10436 components: - type: Transform pos: 52.5,-43.5 parent: 2 - - uid: 10418 + - uid: 10437 components: - type: Transform pos: 51.5,-42.5 parent: 2 - - uid: 10419 + - uid: 10438 components: - type: Transform pos: 53.5,-43.5 parent: 2 - - uid: 10420 + - uid: 10439 components: - type: Transform pos: 51.5,-43.5 parent: 2 - - uid: 10421 + - uid: 10440 components: - type: Transform pos: 52.5,-40.5 parent: 2 - - uid: 10422 + - uid: 10441 components: - type: Transform pos: 53.5,-39.5 parent: 2 - - uid: 10423 + - uid: 10442 components: - type: Transform pos: 52.5,-42.5 parent: 2 - - uid: 10424 + - uid: 10443 components: - type: Transform pos: 51.5,-39.5 parent: 2 - - uid: 10425 + - uid: 10444 components: - type: Transform pos: 53.5,-41.5 parent: 2 - - uid: 10426 + - uid: 10445 components: - type: Transform pos: 53.5,-42.5 parent: 2 - - uid: 10427 + - uid: 10446 components: - type: Transform pos: 51.5,-41.5 parent: 2 - proto: CarpetSBlue entities: - - uid: 10428 + - uid: 10447 components: - type: Transform pos: 21.5,-22.5 parent: 2 - - uid: 10429 + - uid: 10448 components: - type: Transform pos: 21.5,-23.5 parent: 2 - - uid: 10430 + - uid: 10449 components: - type: Transform pos: 23.5,-23.5 parent: 2 - - uid: 10431 + - uid: 10450 components: - type: Transform pos: 24.5,-25.5 parent: 2 - - uid: 10432 + - uid: 10451 components: - type: Transform pos: 26.5,-24.5 parent: 2 - - uid: 10433 + - uid: 10452 components: - type: Transform pos: 26.5,-25.5 parent: 2 - - uid: 10434 + - uid: 10453 components: - type: Transform pos: 29.5,-23.5 parent: 2 - - uid: 10435 + - uid: 10454 components: - type: Transform pos: 28.5,-22.5 parent: 2 - - uid: 10436 + - uid: 10455 components: - type: Transform pos: 29.5,-23.5 parent: 2 - - uid: 10437 + - uid: 10456 components: - type: Transform pos: 25.5,-25.5 parent: 2 - - uid: 10438 + - uid: 10457 components: - type: Transform pos: 29.5,-22.5 parent: 2 - - uid: 10439 + - uid: 10458 components: - type: Transform pos: 27.5,-22.5 parent: 2 - - uid: 10440 + - uid: 10459 components: - type: Transform pos: 26.5,-22.5 parent: 2 - - uid: 10441 + - uid: 10460 components: - type: Transform pos: 24.5,-24.5 parent: 2 - - uid: 10442 + - uid: 10461 components: - type: Transform pos: 24.5,-23.5 parent: 2 - - uid: 10443 + - uid: 10462 components: - type: Transform pos: 24.5,-22.5 parent: 2 - - uid: 10444 + - uid: 10463 components: - type: Transform pos: 25.5,-24.5 parent: 2 - - uid: 10445 + - uid: 10464 components: - type: Transform pos: 28.5,-23.5 parent: 2 - - uid: 10446 + - uid: 10465 components: - type: Transform pos: 22.5,-23.5 parent: 2 - - uid: 10447 + - uid: 10466 components: - type: Transform pos: 22.5,-22.5 parent: 2 - - uid: 10448 + - uid: 10467 components: - type: Transform pos: 23.5,-22.5 parent: 2 - - uid: 10449 + - uid: 10468 components: - type: Transform pos: 25.5,-23.5 parent: 2 - - uid: 10450 + - uid: 10469 components: - type: Transform pos: 25.5,-22.5 parent: 2 - - uid: 10451 + - uid: 10470 components: - type: Transform pos: 26.5,-23.5 parent: 2 - - uid: 10452 + - uid: 10471 components: - type: Transform rot: 3.141592653589793 rad pos: 30.5,-47.5 parent: 2 - - uid: 10453 + - uid: 10472 components: - type: Transform rot: 3.141592653589793 rad pos: 30.5,-48.5 parent: 2 - - uid: 10454 + - uid: 10473 components: - type: Transform rot: 3.141592653589793 rad pos: 31.5,-47.5 parent: 2 - - uid: 10455 + - uid: 10474 components: - type: Transform rot: 3.141592653589793 rad pos: 31.5,-48.5 parent: 2 - - uid: 10456 + - uid: 10475 components: - type: Transform rot: 3.141592653589793 rad pos: 32.5,-47.5 parent: 2 - - uid: 10457 + - uid: 10476 components: - type: Transform rot: 3.141592653589793 rad pos: 32.5,-48.5 parent: 2 - - uid: 10458 + - uid: 10477 components: - type: Transform pos: 30.5,-28.5 parent: 2 - - uid: 10459 + - uid: 10478 components: - type: Transform pos: 30.5,-29.5 parent: 2 - - uid: 10460 + - uid: 10479 components: - type: Transform pos: 31.5,-27.5 parent: 2 - - uid: 10461 + - uid: 10480 components: - type: Transform pos: 31.5,-28.5 parent: 2 - - uid: 10462 + - uid: 10481 components: - type: Transform pos: 31.5,-29.5 parent: 2 - - uid: 10463 + - uid: 10482 components: - type: Transform pos: 32.5,-27.5 parent: 2 - - uid: 10464 + - uid: 10483 components: - type: Transform pos: 32.5,-28.5 parent: 2 - - uid: 10465 + - uid: 10484 components: - type: Transform pos: 32.5,-29.5 parent: 2 - - uid: 10466 + - uid: 10485 components: - type: Transform pos: 30.5,-27.5 parent: 2 - - uid: 10467 + - uid: 10486 components: - type: Transform pos: 31.5,-30.5 parent: 2 - - uid: 10468 + - uid: 10487 components: - type: Transform pos: 30.5,-30.5 parent: 2 - - uid: 10469 + - uid: 10488 components: - type: Transform pos: 59.5,-0.5 parent: 2 - - uid: 10470 + - uid: 10489 components: - type: Transform pos: 59.5,-1.5 parent: 2 - - uid: 10471 + - uid: 10490 components: - type: Transform pos: 60.5,-0.5 parent: 2 - - uid: 10472 + - uid: 10491 components: - type: Transform pos: 60.5,-1.5 parent: 2 - - uid: 10473 + - uid: 10492 components: - type: Transform pos: 61.5,-0.5 parent: 2 - - uid: 10474 + - uid: 10493 components: - type: Transform pos: 61.5,-1.5 parent: 2 - - uid: 10475 + - uid: 10494 components: - type: Transform pos: 62.5,-0.5 parent: 2 - - uid: 10476 + - uid: 10495 components: - type: Transform pos: 62.5,-1.5 parent: 2 - - uid: 10477 + - uid: 10496 components: - type: Transform pos: 32.5,-30.5 parent: 2 - - uid: 10478 + - uid: 10497 components: - type: Transform pos: 27.5,-23.5 parent: 2 - proto: CartridgeMagnumAP entities: - - uid: 10479 + - uid: 10498 components: - type: Transform rot: 1.5707963267948966 rad pos: 23.553988,-35.486286 parent: 2 - - uid: 10480 + - uid: 10499 components: - type: Transform rot: 1.5707963267948966 rad pos: 23.460238,-35.548786 parent: 2 - - uid: 10481 + - uid: 10500 components: - type: Transform rot: 1.5707963267948966 rad @@ -65760,8583 +66222,8568 @@ entities: parent: 2 - proto: Catwalk entities: - - uid: 10482 + - uid: 10501 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-69.5 + parent: 2 + - uid: 10502 + components: + - type: Transform + pos: 8.5,-53.5 + parent: 2 + - uid: 10503 components: - type: Transform rot: 1.5707963267948966 rad pos: 15.5,-46.5 parent: 2 - - uid: 10483 + - uid: 10504 components: - type: Transform pos: 58.5,-38.5 parent: 2 - - uid: 10484 + - uid: 10505 components: - type: Transform rot: 3.141592653589793 rad pos: 22.5,-32.5 parent: 2 - - uid: 10485 + - uid: 10506 components: - type: Transform rot: 3.141592653589793 rad pos: -76.5,-38.5 parent: 2 - - uid: 10486 + - uid: 10507 components: - type: Transform pos: -79.5,-40.5 parent: 2 - - uid: 10487 + - uid: 10508 components: - type: Transform pos: -79.5,-41.5 parent: 2 - - uid: 10488 + - uid: 10509 components: - type: Transform rot: 3.141592653589793 rad pos: -61.5,-53.5 parent: 2 - - uid: 10489 + - uid: 10510 components: - type: Transform rot: 3.141592653589793 rad pos: -61.5,-54.5 parent: 2 - - uid: 10490 + - uid: 10511 components: - type: Transform rot: 3.141592653589793 rad pos: -61.5,-52.5 parent: 2 - - uid: 10491 + - uid: 10512 components: - type: Transform rot: 3.141592653589793 rad pos: -61.5,-51.5 parent: 2 - - uid: 10492 + - uid: 10513 components: - type: Transform rot: 3.141592653589793 rad pos: -61.5,-50.5 parent: 2 - - uid: 10493 + - uid: 10514 components: - type: Transform rot: 3.141592653589793 rad pos: -61.5,-49.5 parent: 2 - - uid: 10494 + - uid: 10515 components: - type: Transform rot: 3.141592653589793 rad pos: -61.5,-48.5 parent: 2 - - uid: 10495 + - uid: 10516 components: - type: Transform rot: 1.5707963267948966 rad pos: -59.5,56.5 parent: 2 - - uid: 10496 + - uid: 10517 components: - type: Transform rot: 1.5707963267948966 rad pos: -57.5,56.5 parent: 2 - - uid: 10497 + - uid: 10518 components: - type: Transform rot: 1.5707963267948966 rad pos: -55.5,56.5 parent: 2 - - uid: 10498 + - uid: 10519 components: - type: Transform rot: 1.5707963267948966 rad pos: -54.5,55.5 parent: 2 - - uid: 10499 + - uid: 10520 components: - type: Transform rot: 3.141592653589793 rad pos: -0.5,-71.5 parent: 2 - - uid: 10500 + - uid: 10521 components: - type: Transform pos: 65.5,-25.5 parent: 2 - - uid: 10501 + - uid: 10522 components: - type: Transform rot: 3.141592653589793 rad pos: 79.5,-26.5 parent: 2 - - uid: 10502 + - uid: 10523 components: - type: Transform pos: 31.5,-14.5 parent: 2 - - uid: 10503 + - uid: 10524 components: - type: Transform pos: -11.5,-15.5 parent: 2 - - uid: 10504 + - uid: 10525 components: - type: Transform pos: -7.5,-75.5 parent: 2 - - uid: 10505 + - uid: 10526 components: - type: Transform pos: 32.5,-11.5 parent: 2 - - uid: 10506 + - uid: 10527 components: - type: Transform pos: -1.5,-83.5 parent: 2 - - uid: 10507 + - uid: 10528 components: - type: Transform pos: -12.5,-15.5 parent: 2 - - uid: 10508 + - uid: 10529 components: - type: Transform pos: -5.5,-69.5 parent: 2 - - uid: 10509 + - uid: 10530 components: - type: Transform pos: 2.5,-90.5 parent: 2 - - uid: 10510 + - uid: 10531 components: - type: Transform pos: -1.5,-88.5 parent: 2 - - uid: 10511 + - uid: 10532 components: - type: Transform pos: -0.5,-89.5 parent: 2 - - uid: 10512 + - uid: 10533 components: - type: Transform pos: 0.5,-89.5 parent: 2 - - uid: 10513 + - uid: 10534 components: - type: Transform pos: 3.5,-92.5 parent: 2 - - uid: 10514 - components: - - type: Transform - pos: 8.5,-53.5 - parent: 2 - - uid: 10515 + - uid: 10535 components: - type: Transform pos: 4.5,-92.5 parent: 2 - - uid: 10516 + - uid: 10536 components: - type: Transform pos: -46.5,-50.5 parent: 2 - - uid: 10517 + - uid: 10537 components: - type: Transform rot: 3.141592653589793 rad pos: 0.5,-71.5 parent: 2 - - uid: 10518 + - uid: 10538 components: - type: Transform pos: 2.5,-91.5 parent: 2 - - uid: 10519 + - uid: 10539 components: - type: Transform pos: -1.5,-89.5 parent: 2 - - uid: 10520 + - uid: 10540 components: - type: Transform pos: 4.5,-89.5 parent: 2 - - uid: 10521 + - uid: 10541 components: - type: Transform pos: -6.5,-75.5 parent: 2 - - uid: 10522 + - uid: 10542 components: - type: Transform pos: -8.5,-75.5 parent: 2 - - uid: 10523 + - uid: 10543 components: - type: Transform pos: 30.5,-14.5 parent: 2 - - uid: 10524 + - uid: 10544 components: - type: Transform pos: -5.5,-75.5 parent: 2 - - uid: 10525 + - uid: 10545 components: - type: Transform pos: -4.5,-75.5 parent: 2 - - uid: 10526 + - uid: 10546 components: - type: Transform pos: -3.5,-75.5 parent: 2 - - uid: 10527 + - uid: 10547 components: - type: Transform pos: -14.5,-73.5 parent: 2 - - uid: 10528 + - uid: 10548 components: - type: Transform pos: 30.5,-10.5 parent: 2 - - uid: 10529 + - uid: 10549 components: - type: Transform pos: -13.5,-73.5 parent: 2 - - uid: 10530 + - uid: 10550 components: - type: Transform rot: 3.141592653589793 rad pos: 18.5,-52.5 parent: 2 - - uid: 10531 + - uid: 10551 components: - type: Transform rot: 3.141592653589793 rad pos: 14.5,-53.5 parent: 2 - - uid: 10532 + - uid: 10552 components: - type: Transform rot: 3.141592653589793 rad pos: 14.5,-52.5 parent: 2 - - uid: 10533 + - uid: 10553 components: - type: Transform rot: 3.141592653589793 rad pos: 21.5,-53.5 parent: 2 - - uid: 10534 + - uid: 10554 components: - type: Transform rot: 3.141592653589793 rad pos: 15.5,-53.5 parent: 2 - - uid: 10535 + - uid: 10555 components: - type: Transform rot: 3.141592653589793 rad pos: 15.5,-52.5 parent: 2 - - uid: 10536 + - uid: 10556 components: - type: Transform rot: 3.141592653589793 rad pos: 16.5,-52.5 parent: 2 - - uid: 10537 + - uid: 10557 components: - type: Transform rot: 3.141592653589793 rad pos: 17.5,-52.5 parent: 2 - - uid: 10538 + - uid: 10558 components: - type: Transform rot: 3.141592653589793 rad pos: 17.5,-53.5 parent: 2 - - uid: 10539 + - uid: 10559 components: - type: Transform pos: -46.5,-43.5 parent: 2 - - uid: 10540 + - uid: 10560 components: - type: Transform pos: 32.5,-10.5 parent: 2 - - uid: 10541 + - uid: 10561 components: - type: Transform pos: 32.5,-13.5 parent: 2 - - uid: 10542 + - uid: 10562 components: - type: Transform rot: -1.5707963267948966 rad pos: 27.5,-32.5 parent: 2 - - uid: 10543 + - uid: 10563 components: - type: Transform rot: -1.5707963267948966 rad pos: 24.5,-32.5 parent: 2 - - uid: 10544 + - uid: 10564 components: - type: Transform rot: 3.141592653589793 rad pos: 12.5,-16.5 parent: 2 - - uid: 10545 + - uid: 10565 components: - type: Transform rot: -1.5707963267948966 rad pos: 21.5,-32.5 parent: 2 - - uid: 10546 - components: - - type: Transform - pos: -17.5,-52.5 - parent: 2 - - uid: 10547 + - uid: 10566 components: - type: Transform pos: -8.5,-13.5 parent: 2 - - uid: 10548 + - uid: 10567 components: - type: Transform pos: -6.5,-70.5 parent: 2 - - uid: 10549 + - uid: 10568 components: - type: Transform pos: 11.5,-17.5 parent: 2 - - uid: 10550 - components: - - type: Transform - pos: -19.5,-52.5 - parent: 2 - - uid: 10551 + - uid: 10569 components: - type: Transform rot: 3.141592653589793 rad pos: 9.5,-92.5 parent: 2 - - uid: 10552 + - uid: 10570 components: - type: Transform rot: 3.141592653589793 rad pos: 10.5,-92.5 parent: 2 - - uid: 10553 + - uid: 10571 components: - type: Transform pos: -1.5,-82.5 parent: 2 - - uid: 10554 + - uid: 10572 components: - type: Transform rot: -1.5707963267948966 rad pos: 25.5,-32.5 parent: 2 - - uid: 10555 + - uid: 10573 components: - type: Transform pos: 32.5,-12.5 parent: 2 - - uid: 10556 + - uid: 10574 components: - type: Transform pos: 32.5,-14.5 parent: 2 - - uid: 10557 + - uid: 10575 components: - type: Transform pos: -1.5,-85.5 parent: 2 - - uid: 10558 + - uid: 10576 components: - type: Transform pos: -1.5,-87.5 parent: 2 - - uid: 10559 + - uid: 10577 components: - type: Transform rot: 3.141592653589793 rad pos: 11.5,-105.5 parent: 2 - - uid: 10560 + - uid: 10578 components: - type: Transform pos: -12.5,-14.5 parent: 2 - - uid: 10561 - components: - - type: Transform - pos: 4.5,-67.5 - parent: 2 - - uid: 10562 + - uid: 10579 components: - type: Transform pos: 1.5,-89.5 parent: 2 - - uid: 10563 + - uid: 10580 components: - type: Transform pos: 8.5,-55.5 parent: 2 - - uid: 10564 + - uid: 10581 components: - type: Transform rot: 3.141592653589793 rad pos: 11.5,-92.5 parent: 2 - - uid: 10565 - components: - - type: Transform - pos: 3.5,-67.5 - parent: 2 - - uid: 10566 - components: - - type: Transform - pos: 5.5,-67.5 - parent: 2 - - uid: 10567 - components: - - type: Transform - pos: 8.5,-54.5 - parent: 2 - - uid: 10568 + - uid: 10582 components: - type: Transform rot: 1.5707963267948966 rad pos: -24.5,53.5 parent: 2 - - uid: 10569 + - uid: 10583 components: - type: Transform rot: 1.5707963267948966 rad pos: -24.5,50.5 parent: 2 - - uid: 10570 + - uid: 10584 components: - type: Transform rot: 1.5707963267948966 rad pos: -24.5,51.5 parent: 2 - - uid: 10571 + - uid: 10585 components: - type: Transform rot: 1.5707963267948966 rad pos: -24.5,52.5 parent: 2 - - uid: 10572 + - uid: 10586 components: - type: Transform rot: 1.5707963267948966 rad pos: -24.5,49.5 parent: 2 - - uid: 10573 + - uid: 10587 components: - type: Transform rot: 3.141592653589793 rad pos: 2.5,-71.5 parent: 2 - - uid: 10574 + - uid: 10588 components: - type: Transform pos: 30.5,-11.5 parent: 2 - - uid: 10575 + - uid: 10589 components: - type: Transform rot: -1.5707963267948966 rad pos: 20.5,-32.5 parent: 2 - - uid: 10576 + - uid: 10590 components: - type: Transform pos: -1.5,-81.5 parent: 2 - - uid: 10577 + - uid: 10591 components: - type: Transform pos: -1.5,-86.5 parent: 2 - - uid: 10578 + - uid: 10592 components: - type: Transform pos: 2.5,-89.5 parent: 2 - - uid: 10579 + - uid: 10593 components: - type: Transform pos: 7.5,-92.5 parent: 2 - - uid: 10580 + - uid: 10594 components: - type: Transform pos: 2.5,-92.5 parent: 2 - - uid: 10581 + - uid: 10595 components: - type: Transform pos: 11.5,-100.5 parent: 2 - - uid: 10582 + - uid: 10596 components: - type: Transform rot: 3.141592653589793 rad pos: 8.5,-92.5 parent: 2 - - uid: 10583 + - uid: 10597 components: - type: Transform pos: 6.5,-92.5 parent: 2 - - uid: 10584 + - uid: 10598 components: - type: Transform pos: 5.5,-92.5 parent: 2 - - uid: 10585 + - uid: 10599 components: - type: Transform pos: -9.5,-75.5 parent: 2 - - uid: 10586 + - uid: 10600 components: - type: Transform rot: 3.141592653589793 rad pos: 20.5,-53.5 parent: 2 - - uid: 10587 + - uid: 10601 components: - type: Transform pos: 30.5,-12.5 parent: 2 - - uid: 10588 + - uid: 10602 components: - type: Transform pos: 60.5,-58.5 parent: 2 - - uid: 10589 + - uid: 10603 components: - type: Transform pos: -4.5,-69.5 parent: 2 - - uid: 10590 + - uid: 10604 components: - type: Transform pos: -13.5,-31.5 parent: 2 - - uid: 10591 + - uid: 10605 components: - type: Transform pos: -3.5,-69.5 parent: 2 - - uid: 10592 + - uid: 10606 components: - type: Transform pos: -9.5,-13.5 parent: 2 - - uid: 10593 + - uid: 10607 components: - type: Transform pos: -12.5,-13.5 parent: 2 - - uid: 10594 + - uid: 10608 components: - type: Transform pos: -10.5,-13.5 parent: 2 - - uid: 10595 + - uid: 10609 components: - type: Transform pos: -10.5,-14.5 parent: 2 - - uid: 10596 + - uid: 10610 components: - type: Transform pos: -10.5,-15.5 parent: 2 - - uid: 10597 + - uid: 10611 components: - type: Transform pos: -13.5,-14.5 parent: 2 - - uid: 10598 + - uid: 10612 components: - type: Transform pos: -7.5,-13.5 parent: 2 - - uid: 10599 + - uid: 10613 components: - type: Transform pos: -14.5,-31.5 parent: 2 - - uid: 10600 + - uid: 10614 components: - type: Transform pos: -15.5,-31.5 parent: 2 - - uid: 10601 - components: - - type: Transform - pos: -2.5,-69.5 - parent: 2 - - uid: 10602 + - uid: 10615 components: - type: Transform pos: -16.5,-31.5 parent: 2 - - uid: 10603 + - uid: 10616 components: - type: Transform pos: -6.5,-69.5 parent: 2 - - uid: 10604 + - uid: 10617 components: - type: Transform pos: -12.5,15.5 parent: 2 - - uid: 10605 + - uid: 10618 components: - type: Transform pos: -14.5,15.5 parent: 2 - - uid: 10606 + - uid: 10619 components: - type: Transform pos: -6.5,-71.5 parent: 2 - - uid: 10607 + - uid: 10620 components: - type: Transform pos: -7.5,-71.5 parent: 2 - - uid: 10608 + - uid: 10621 components: - type: Transform pos: -8.5,-71.5 parent: 2 - - uid: 10609 + - uid: 10622 components: - type: Transform pos: -9.5,-71.5 parent: 2 - - uid: 10610 + - uid: 10623 components: - type: Transform pos: -10.5,-71.5 parent: 2 - - uid: 10611 + - uid: 10624 components: - type: Transform pos: -11.5,-71.5 parent: 2 - - uid: 10612 + - uid: 10625 components: - type: Transform pos: 3.5,-16.5 parent: 2 - - uid: 10613 + - uid: 10626 components: - type: Transform pos: 2.5,-16.5 parent: 2 - - uid: 10614 + - uid: 10627 components: - type: Transform pos: 1.5,-16.5 parent: 2 - - uid: 10615 + - uid: 10628 components: - type: Transform pos: 1.5,-17.5 parent: 2 - - uid: 10616 + - uid: 10629 components: - type: Transform pos: 0.5,-17.5 parent: 2 - - uid: 10617 + - uid: 10630 components: - type: Transform pos: -0.5,-17.5 parent: 2 - - uid: 10618 + - uid: 10631 components: - type: Transform pos: -0.5,-17.5 parent: 2 - - uid: 10619 + - uid: 10632 components: - type: Transform pos: 14.5,-14.5 parent: 2 - - uid: 10620 + - uid: 10633 components: - type: Transform pos: 13.5,-14.5 parent: 2 - - uid: 10621 + - uid: 10634 components: - type: Transform pos: 12.5,-14.5 parent: 2 - - uid: 10622 + - uid: 10635 components: - type: Transform pos: 11.5,-14.5 parent: 2 - - uid: 10623 + - uid: 10636 components: - type: Transform pos: 10.5,-14.5 parent: 2 - - uid: 10624 + - uid: 10637 components: - type: Transform pos: 9.5,-14.5 parent: 2 - - uid: 10625 + - uid: 10638 components: - type: Transform pos: 8.5,-14.5 parent: 2 - - uid: 10626 + - uid: 10639 components: - type: Transform pos: 7.5,-14.5 parent: 2 - - uid: 10627 + - uid: 10640 components: - type: Transform pos: 14.5,-5.5 parent: 2 - - uid: 10628 + - uid: 10641 components: - type: Transform pos: 14.5,-6.5 parent: 2 - - uid: 10629 + - uid: 10642 components: - type: Transform pos: 14.5,-4.5 parent: 2 - - uid: 10630 + - uid: 10643 components: - type: Transform pos: 56.5,1.5 parent: 2 - - uid: 10631 + - uid: 10644 components: - type: Transform pos: 57.5,2.5 parent: 2 - - uid: 10632 + - uid: 10645 components: - type: Transform pos: 56.5,2.5 parent: 2 - - uid: 10633 + - uid: 10646 components: - type: Transform pos: 57.5,1.5 parent: 2 - - uid: 10634 + - uid: 10647 components: - type: Transform pos: 58.5,1.5 parent: 2 - - uid: 10635 + - uid: 10648 components: - type: Transform pos: 59.5,1.5 parent: 2 - - uid: 10636 + - uid: 10649 components: - type: Transform pos: 60.5,1.5 parent: 2 - - uid: 10637 + - uid: 10650 components: - type: Transform pos: 61.5,1.5 parent: 2 - - uid: 10638 + - uid: 10651 components: - type: Transform pos: 62.5,1.5 parent: 2 - - uid: 10639 + - uid: 10652 components: - type: Transform pos: 62.5,2.5 parent: 2 - - uid: 10640 + - uid: 10653 components: - type: Transform pos: 12.5,-17.5 parent: 2 - - uid: 10641 + - uid: 10654 components: - type: Transform pos: 10.5,-17.5 parent: 2 - - uid: 10642 + - uid: 10655 components: - type: Transform pos: 8.5,-17.5 parent: 2 - - uid: 10643 + - uid: 10656 components: - type: Transform pos: 7.5,-17.5 parent: 2 - - uid: 10644 + - uid: 10657 components: - type: Transform rot: -1.5707963267948966 rad pos: 59.5,-19.5 parent: 2 - - uid: 10645 + - uid: 10658 components: - type: Transform rot: -1.5707963267948966 rad pos: 59.5,-20.5 parent: 2 - - uid: 10646 + - uid: 10659 components: - type: Transform rot: -1.5707963267948966 rad pos: 59.5,-21.5 parent: 2 - - uid: 10647 + - uid: 10660 components: - type: Transform rot: -1.5707963267948966 rad pos: 58.5,-19.5 parent: 2 - - uid: 10648 + - uid: 10661 components: - type: Transform rot: -1.5707963267948966 rad pos: 57.5,-19.5 parent: 2 - - uid: 10649 + - uid: 10662 components: - type: Transform rot: -1.5707963267948966 rad pos: 57.5,-18.5 parent: 2 - - uid: 10650 + - uid: 10663 components: - type: Transform rot: -1.5707963267948966 rad pos: 57.5,-17.5 parent: 2 - - uid: 10651 + - uid: 10664 components: - type: Transform rot: -1.5707963267948966 rad pos: 52.5,-17.5 parent: 2 - - uid: 10652 + - uid: 10665 components: - type: Transform rot: -1.5707963267948966 rad pos: 53.5,-17.5 parent: 2 - - uid: 10653 + - uid: 10666 components: - type: Transform rot: -1.5707963267948966 rad pos: 54.5,-17.5 parent: 2 - - uid: 10654 + - uid: 10667 components: - type: Transform rot: -1.5707963267948966 rad pos: 55.5,-17.5 parent: 2 - - uid: 10655 + - uid: 10668 components: - type: Transform rot: -1.5707963267948966 rad pos: 56.5,-17.5 parent: 2 - - uid: 10656 + - uid: 10669 components: - type: Transform pos: 61.5,-58.5 parent: 2 - - uid: 10657 + - uid: 10670 components: - type: Transform pos: 62.5,-58.5 parent: 2 - - uid: 10658 + - uid: 10671 components: - type: Transform pos: 63.5,-58.5 parent: 2 - - uid: 10659 + - uid: 10672 components: - type: Transform pos: 79.5,-43.5 parent: 2 - - uid: 10660 + - uid: 10673 components: - type: Transform pos: 79.5,-42.5 parent: 2 - - uid: 10661 + - uid: 10674 components: - type: Transform pos: -46.5,-55.5 parent: 2 - - uid: 10662 + - uid: 10675 components: - type: Transform pos: -16.5,-0.5 parent: 2 - - uid: 10663 + - uid: 10676 components: - type: Transform pos: -17.5,-0.5 parent: 2 - - uid: 10664 + - uid: 10677 components: - type: Transform pos: -18.5,-0.5 parent: 2 - - uid: 10665 + - uid: 10678 components: - type: Transform pos: -19.5,-0.5 parent: 2 - - uid: 10666 + - uid: 10679 components: - type: Transform pos: -20.5,-0.5 parent: 2 - - uid: 10667 + - uid: 10680 components: - type: Transform pos: -21.5,-0.5 parent: 2 - - uid: 10668 + - uid: 10681 components: - type: Transform pos: -22.5,-0.5 parent: 2 - - uid: 10669 + - uid: 10682 components: - type: Transform rot: 3.141592653589793 rad pos: 52.5,-85.5 parent: 2 - - uid: 10670 + - uid: 10683 components: - type: Transform rot: 3.141592653589793 rad pos: 52.5,-86.5 parent: 2 - - uid: 10671 + - uid: 10684 components: - type: Transform rot: 3.141592653589793 rad pos: 52.5,-87.5 parent: 2 - - uid: 10672 + - uid: 10685 components: - type: Transform rot: 3.141592653589793 rad pos: 52.5,-92.5 parent: 2 - - uid: 10673 + - uid: 10686 components: - type: Transform rot: 3.141592653589793 rad pos: 52.5,-77.5 parent: 2 - - uid: 10674 + - uid: 10687 components: - type: Transform rot: 3.141592653589793 rad pos: 14.5,-89.5 parent: 2 - - uid: 10675 + - uid: 10688 components: - type: Transform rot: 3.141592653589793 rad pos: 52.5,-78.5 parent: 2 - - uid: 10676 + - uid: 10689 components: - type: Transform rot: 3.141592653589793 rad pos: 15.5,-89.5 parent: 2 - - uid: 10677 + - uid: 10690 components: - type: Transform rot: 3.141592653589793 rad pos: 26.5,-89.5 parent: 2 - - uid: 10678 + - uid: 10691 components: - type: Transform rot: 3.141592653589793 rad pos: 24.5,-89.5 parent: 2 - - uid: 10679 + - uid: 10692 components: - type: Transform rot: 3.141592653589793 rad pos: 25.5,-89.5 parent: 2 - - uid: 10680 + - uid: 10693 components: - type: Transform rot: 3.141592653589793 rad pos: 52.5,-84.5 parent: 2 - - uid: 10681 + - uid: 10694 components: - type: Transform rot: 3.141592653589793 rad pos: 52.5,-94.5 parent: 2 - - uid: 10682 + - uid: 10695 components: - type: Transform rot: 3.141592653589793 rad pos: 52.5,-79.5 parent: 2 - - uid: 10683 + - uid: 10696 components: - type: Transform rot: 3.141592653589793 rad pos: 16.5,-89.5 parent: 2 - - uid: 10684 + - uid: 10697 components: - type: Transform rot: 3.141592653589793 rad pos: 17.5,-89.5 parent: 2 - - uid: 10685 + - uid: 10698 components: - type: Transform rot: 3.141592653589793 rad pos: 18.5,-89.5 parent: 2 - - uid: 10686 + - uid: 10699 components: - type: Transform rot: 3.141592653589793 rad pos: 19.5,-89.5 parent: 2 - - uid: 10687 + - uid: 10700 components: - type: Transform rot: 3.141592653589793 rad pos: 20.5,-89.5 parent: 2 - - uid: 10688 + - uid: 10701 components: - type: Transform rot: 3.141592653589793 rad pos: 21.5,-89.5 parent: 2 - - uid: 10689 + - uid: 10702 components: - type: Transform rot: 3.141592653589793 rad pos: 22.5,-89.5 parent: 2 - - uid: 10690 + - uid: 10703 components: - type: Transform rot: 3.141592653589793 rad pos: 27.5,-89.5 parent: 2 - - uid: 10691 + - uid: 10704 components: - type: Transform rot: 3.141592653589793 rad pos: 57.5,-74.5 parent: 2 - - uid: 10692 + - uid: 10705 components: - type: Transform rot: 3.141592653589793 rad pos: 27.5,-93.5 parent: 2 - - uid: 10693 + - uid: 10706 components: - type: Transform rot: 3.141592653589793 rad pos: 27.5,-94.5 parent: 2 - - uid: 10694 + - uid: 10707 components: - type: Transform rot: 3.141592653589793 rad pos: 27.5,-91.5 parent: 2 - - uid: 10695 + - uid: 10708 components: - type: Transform rot: 3.141592653589793 rad pos: 27.5,-92.5 parent: 2 - - uid: 10696 + - uid: 10709 components: - type: Transform rot: 3.141592653589793 rad pos: 52.5,-91.5 parent: 2 - - uid: 10697 + - uid: 10710 components: - type: Transform rot: 1.5707963267948966 rad pos: 22.5,-75.5 parent: 2 - - uid: 10698 + - uid: 10711 components: - type: Transform pos: 20.5,-73.5 parent: 2 - - uid: 10699 + - uid: 10712 components: - type: Transform pos: 19.5,-73.5 parent: 2 - - uid: 10700 + - uid: 10713 components: - type: Transform pos: 18.5,-73.5 parent: 2 - - uid: 10701 + - uid: 10714 components: - type: Transform pos: 17.5,-73.5 parent: 2 - - uid: 10702 + - uid: 10715 components: - type: Transform pos: 16.5,-73.5 parent: 2 - - uid: 10703 + - uid: 10716 components: - type: Transform pos: 15.5,-73.5 parent: 2 - - uid: 10704 + - uid: 10717 components: - type: Transform pos: 14.5,-73.5 parent: 2 - - uid: 10705 + - uid: 10718 components: - type: Transform pos: 13.5,-73.5 parent: 2 - - uid: 10706 + - uid: 10719 components: - type: Transform pos: 12.5,-73.5 parent: 2 - - uid: 10707 + - uid: 10720 components: - type: Transform pos: 11.5,-73.5 parent: 2 - - uid: 10708 + - uid: 10721 components: - type: Transform pos: 43.5,-59.5 parent: 2 - - uid: 10709 + - uid: 10722 components: - type: Transform pos: -46.5,-48.5 parent: 2 - - uid: 10710 + - uid: 10723 components: - type: Transform pos: -46.5,-45.5 parent: 2 - - uid: 10711 + - uid: 10724 components: - type: Transform pos: -46.5,-46.5 parent: 2 - - uid: 10712 + - uid: 10725 components: - type: Transform pos: -46.5,-52.5 parent: 2 - - uid: 10713 + - uid: 10726 components: - type: Transform rot: 1.5707963267948966 rad pos: -19.5,-45.5 parent: 2 - - uid: 10714 + - uid: 10727 components: - type: Transform rot: 1.5707963267948966 rad pos: -19.5,-46.5 parent: 2 - - uid: 10715 + - uid: 10728 components: - type: Transform rot: 1.5707963267948966 rad pos: -19.5,-47.5 parent: 2 - - uid: 10716 + - uid: 10729 components: - type: Transform rot: 3.141592653589793 rad pos: 27.5,-95.5 parent: 2 - - uid: 10717 + - uid: 10730 components: - type: Transform rot: 3.141592653589793 rad pos: 28.5,-95.5 parent: 2 - - uid: 10718 + - uid: 10731 components: - type: Transform rot: 3.141592653589793 rad pos: 56.5,-74.5 parent: 2 - - uid: 10719 + - uid: 10732 components: - type: Transform pos: -46.5,-47.5 parent: 2 - - uid: 10720 + - uid: 10733 components: - type: Transform pos: -46.5,-49.5 parent: 2 - - uid: 10721 + - uid: 10734 components: - type: Transform pos: -46.5,-44.5 parent: 2 - - uid: 10722 + - uid: 10735 components: - type: Transform pos: -46.5,-51.5 parent: 2 - - uid: 10723 + - uid: 10736 components: - type: Transform pos: 79.5,-50.5 parent: 2 - - uid: 10724 + - uid: 10737 components: - type: Transform pos: 79.5,-49.5 parent: 2 - - uid: 10725 + - uid: 10738 components: - type: Transform pos: 79.5,-44.5 parent: 2 - - uid: 10726 + - uid: 10739 components: - type: Transform pos: 79.5,-45.5 parent: 2 - - uid: 10727 + - uid: 10740 components: - type: Transform pos: 79.5,-46.5 parent: 2 - - uid: 10728 + - uid: 10741 components: - type: Transform pos: 79.5,-47.5 parent: 2 - - uid: 10729 + - uid: 10742 components: - type: Transform pos: 79.5,-48.5 parent: 2 - - uid: 10730 + - uid: 10743 components: - type: Transform pos: 79.5,-41.5 parent: 2 - - uid: 10731 + - uid: 10744 components: - type: Transform pos: 68.5,-74.5 parent: 2 - - uid: 10732 + - uid: 10745 components: - type: Transform pos: 68.5,-73.5 parent: 2 - - uid: 10733 + - uid: 10746 components: - type: Transform pos: -23.5,-26.5 parent: 2 - - uid: 10734 + - uid: 10747 components: - type: Transform pos: -24.5,-26.5 parent: 2 - - uid: 10735 + - uid: 10748 components: - type: Transform pos: -25.5,-26.5 parent: 2 - - uid: 10736 + - uid: 10749 components: - type: Transform pos: -26.5,-26.5 parent: 2 - - uid: 10737 + - uid: 10750 components: - type: Transform pos: -27.5,-26.5 parent: 2 - - uid: 10738 + - uid: 10751 components: - type: Transform pos: -28.5,-26.5 parent: 2 - - uid: 10739 + - uid: 10752 components: - type: Transform pos: 68.5,-72.5 parent: 2 - - uid: 10740 + - uid: 10753 components: - type: Transform pos: 68.5,-71.5 parent: 2 - - uid: 10741 + - uid: 10754 components: - type: Transform pos: 36.5,-56.5 parent: 2 - - uid: 10742 + - uid: 10755 components: - type: Transform pos: 36.5,-54.5 parent: 2 - - uid: 10743 + - uid: 10756 components: - type: Transform pos: 36.5,-53.5 parent: 2 - - uid: 10744 + - uid: 10757 components: - type: Transform pos: 36.5,-52.5 parent: 2 - - uid: 10745 + - uid: 10758 components: - type: Transform pos: 38.5,-51.5 parent: 2 - - uid: 10746 + - uid: 10759 components: - type: Transform pos: 39.5,-51.5 parent: 2 - - uid: 10747 + - uid: 10760 components: - type: Transform pos: 40.5,-51.5 parent: 2 - - uid: 10748 + - uid: 10761 components: - type: Transform pos: 41.5,-51.5 parent: 2 - - uid: 10749 + - uid: 10762 components: - type: Transform rot: 3.141592653589793 rad pos: -1.5,-71.5 parent: 2 - - uid: 10750 + - uid: 10763 components: - type: Transform pos: 8.5,-56.5 parent: 2 - - uid: 10751 + - uid: 10764 components: - type: Transform pos: 62.5,-17.5 parent: 2 - - uid: 10752 + - uid: 10765 components: - type: Transform pos: 62.5,-18.5 parent: 2 - - uid: 10753 + - uid: 10766 components: - type: Transform pos: 62.5,-19.5 parent: 2 - - uid: 10754 + - uid: 10767 components: - type: Transform pos: 62.5,-20.5 parent: 2 - - uid: 10755 + - uid: 10768 components: - type: Transform pos: 62.5,-21.5 parent: 2 - - uid: 10756 + - uid: 10769 components: - type: Transform pos: 62.5,-22.5 parent: 2 - - uid: 10757 + - uid: 10770 components: - type: Transform pos: 62.5,-23.5 parent: 2 - - uid: 10758 + - uid: 10771 components: - type: Transform pos: -46.5,-9.5 parent: 2 - - uid: 10759 + - uid: 10772 components: - type: Transform pos: -46.5,-10.5 parent: 2 - - uid: 10760 + - uid: 10773 components: - type: Transform pos: -46.5,-11.5 parent: 2 - - uid: 10761 + - uid: 10774 components: - type: Transform pos: -46.5,-12.5 parent: 2 - - uid: 10762 + - uid: 10775 components: - type: Transform pos: -46.5,-13.5 parent: 2 - - uid: 10763 + - uid: 10776 components: - type: Transform pos: -46.5,-14.5 parent: 2 - - uid: 10764 + - uid: 10777 components: - type: Transform pos: -46.5,-15.5 parent: 2 - - uid: 10765 + - uid: 10778 components: - type: Transform pos: -46.5,-16.5 parent: 2 - - uid: 10766 + - uid: 10779 components: - type: Transform rot: -1.5707963267948966 rad pos: -59.5,-12.5 parent: 2 - - uid: 10767 + - uid: 10780 components: - type: Transform rot: -1.5707963267948966 rad pos: -59.5,-13.5 parent: 2 - - uid: 10768 + - uid: 10781 components: - type: Transform rot: -1.5707963267948966 rad pos: -59.5,-14.5 parent: 2 - - uid: 10769 + - uid: 10782 components: - type: Transform rot: -1.5707963267948966 rad pos: -59.5,-15.5 parent: 2 - - uid: 10770 + - uid: 10783 components: - type: Transform rot: -1.5707963267948966 rad pos: -59.5,-16.5 parent: 2 - - uid: 10771 + - uid: 10784 components: - type: Transform rot: -1.5707963267948966 rad pos: -59.5,-17.5 parent: 2 - - uid: 10772 + - uid: 10785 components: - type: Transform rot: -1.5707963267948966 rad pos: -59.5,-18.5 parent: 2 - - uid: 10773 + - uid: 10786 components: - type: Transform rot: -1.5707963267948966 rad pos: -59.5,-19.5 parent: 2 - - uid: 10774 + - uid: 10787 components: - type: Transform rot: -1.5707963267948966 rad pos: -59.5,-20.5 parent: 2 - - uid: 10775 + - uid: 10788 components: - type: Transform rot: -1.5707963267948966 rad pos: -60.5,-20.5 parent: 2 - - uid: 10776 + - uid: 10789 components: - type: Transform rot: -1.5707963267948966 rad pos: -61.5,-20.5 parent: 2 - - uid: 10777 + - uid: 10790 components: - type: Transform rot: -1.5707963267948966 rad pos: -62.5,-20.5 parent: 2 - - uid: 10778 + - uid: 10791 components: - type: Transform rot: -1.5707963267948966 rad pos: -63.5,-20.5 parent: 2 - - uid: 10779 + - uid: 10792 components: - type: Transform rot: -1.5707963267948966 rad pos: -64.5,-20.5 parent: 2 - - uid: 10780 + - uid: 10793 components: - type: Transform rot: -1.5707963267948966 rad pos: -65.5,-20.5 parent: 2 - - uid: 10781 + - uid: 10794 components: - type: Transform rot: -1.5707963267948966 rad pos: -66.5,-20.5 parent: 2 - - uid: 10782 + - uid: 10795 components: - type: Transform rot: -1.5707963267948966 rad pos: -67.5,-20.5 parent: 2 - - uid: 10783 + - uid: 10796 components: - type: Transform rot: -1.5707963267948966 rad pos: -68.5,-20.5 parent: 2 - - uid: 10784 + - uid: 10797 components: - type: Transform rot: -1.5707963267948966 rad pos: -69.5,-20.5 parent: 2 - - uid: 10785 + - uid: 10798 components: - type: Transform rot: -1.5707963267948966 rad pos: -70.5,-20.5 parent: 2 - - uid: 10786 + - uid: 10799 components: - type: Transform rot: -1.5707963267948966 rad pos: -71.5,-20.5 parent: 2 - - uid: 10787 + - uid: 10800 components: - type: Transform rot: -1.5707963267948966 rad pos: -72.5,-20.5 parent: 2 - - uid: 10788 + - uid: 10801 components: - type: Transform rot: -1.5707963267948966 rad pos: -73.5,-20.5 parent: 2 - - uid: 10789 + - uid: 10802 components: - type: Transform rot: -1.5707963267948966 rad pos: -73.5,-19.5 parent: 2 - - uid: 10790 + - uid: 10803 components: - type: Transform rot: -1.5707963267948966 rad pos: -73.5,-18.5 parent: 2 - - uid: 10791 + - uid: 10804 components: - type: Transform rot: -1.5707963267948966 rad pos: -73.5,-17.5 parent: 2 - - uid: 10792 + - uid: 10805 components: - type: Transform rot: -1.5707963267948966 rad pos: -73.5,-16.5 parent: 2 - - uid: 10793 + - uid: 10806 components: - type: Transform rot: -1.5707963267948966 rad pos: -73.5,-15.5 parent: 2 - - uid: 10794 + - uid: 10807 components: - type: Transform rot: -1.5707963267948966 rad pos: -73.5,-14.5 parent: 2 - - uid: 10795 + - uid: 10808 components: - type: Transform rot: -1.5707963267948966 rad pos: -73.5,-13.5 parent: 2 - - uid: 10796 + - uid: 10809 components: - type: Transform rot: -1.5707963267948966 rad pos: -73.5,-12.5 parent: 2 - - uid: 10797 + - uid: 10810 components: - type: Transform rot: -1.5707963267948966 rad pos: -73.5,-11.5 parent: 2 - - uid: 10798 + - uid: 10811 components: - type: Transform rot: -1.5707963267948966 rad pos: -73.5,-10.5 parent: 2 - - uid: 10799 + - uid: 10812 components: - type: Transform rot: -1.5707963267948966 rad pos: -73.5,-9.5 parent: 2 - - uid: 10800 + - uid: 10813 components: - type: Transform rot: -1.5707963267948966 rad pos: -73.5,-8.5 parent: 2 - - uid: 10801 + - uid: 10814 components: - type: Transform rot: -1.5707963267948966 rad pos: -73.5,-7.5 parent: 2 - - uid: 10802 + - uid: 10815 components: - type: Transform rot: -1.5707963267948966 rad pos: -73.5,-6.5 parent: 2 - - uid: 10803 + - uid: 10816 components: - type: Transform rot: -1.5707963267948966 rad pos: -72.5,-6.5 parent: 2 - - uid: 10804 + - uid: 10817 components: - type: Transform rot: -1.5707963267948966 rad pos: -71.5,-6.5 parent: 2 - - uid: 10805 + - uid: 10818 components: - type: Transform rot: -1.5707963267948966 rad pos: -70.5,-6.5 parent: 2 - - uid: 10806 + - uid: 10819 components: - type: Transform rot: -1.5707963267948966 rad pos: -69.5,-6.5 parent: 2 - - uid: 10807 + - uid: 10820 components: - type: Transform rot: -1.5707963267948966 rad pos: -68.5,-6.5 parent: 2 - - uid: 10808 + - uid: 10821 components: - type: Transform rot: -1.5707963267948966 rad pos: -67.5,-6.5 parent: 2 - - uid: 10809 + - uid: 10822 components: - type: Transform rot: -1.5707963267948966 rad pos: -66.5,-6.5 parent: 2 - - uid: 10810 + - uid: 10823 components: - type: Transform rot: -1.5707963267948966 rad pos: -65.5,-6.5 parent: 2 - - uid: 10811 + - uid: 10824 components: - type: Transform rot: -1.5707963267948966 rad pos: -64.5,-6.5 parent: 2 - - uid: 10812 + - uid: 10825 components: - type: Transform rot: -1.5707963267948966 rad pos: -63.5,-6.5 parent: 2 - - uid: 10813 + - uid: 10826 components: - type: Transform rot: -1.5707963267948966 rad pos: -62.5,-6.5 parent: 2 - - uid: 10814 + - uid: 10827 components: - type: Transform rot: -1.5707963267948966 rad pos: -61.5,-6.5 parent: 2 - - uid: 10815 + - uid: 10828 components: - type: Transform rot: -1.5707963267948966 rad pos: -60.5,-6.5 parent: 2 - - uid: 10816 + - uid: 10829 components: - type: Transform rot: -1.5707963267948966 rad pos: -59.5,-6.5 parent: 2 - - uid: 10817 + - uid: 10830 components: - type: Transform rot: -1.5707963267948966 rad pos: -59.5,-7.5 parent: 2 - - uid: 10818 + - uid: 10831 components: - type: Transform rot: -1.5707963267948966 rad pos: -59.5,-8.5 parent: 2 - - uid: 10819 + - uid: 10832 components: - type: Transform rot: -1.5707963267948966 rad pos: -59.5,-9.5 parent: 2 - - uid: 10820 + - uid: 10833 components: - type: Transform rot: -1.5707963267948966 rad pos: -59.5,-10.5 parent: 2 - - uid: 10821 + - uid: 10834 components: - type: Transform rot: -1.5707963267948966 rad pos: -59.5,-11.5 parent: 2 - - uid: 10822 + - uid: 10835 components: - type: Transform rot: -1.5707963267948966 rad pos: -79.5,-1.5 parent: 2 - - uid: 10823 + - uid: 10836 components: - type: Transform rot: -1.5707963267948966 rad pos: -79.5,-2.5 parent: 2 - - uid: 10824 + - uid: 10837 components: - type: Transform rot: -1.5707963267948966 rad pos: -79.5,-3.5 parent: 2 - - uid: 10825 + - uid: 10838 components: - type: Transform rot: -1.5707963267948966 rad pos: -79.5,-4.5 parent: 2 - - uid: 10826 + - uid: 10839 components: - type: Transform rot: -1.5707963267948966 rad pos: -79.5,-5.5 parent: 2 - - uid: 10827 + - uid: 10840 components: - type: Transform rot: -1.5707963267948966 rad pos: -79.5,-6.5 parent: 2 - - uid: 10828 + - uid: 10841 components: - type: Transform rot: -1.5707963267948966 rad pos: -79.5,-7.5 parent: 2 - - uid: 10829 + - uid: 10842 components: - type: Transform rot: -1.5707963267948966 rad pos: -79.5,-8.5 parent: 2 - - uid: 10830 + - uid: 10843 components: - type: Transform rot: -1.5707963267948966 rad pos: -79.5,-9.5 parent: 2 - - uid: 10831 + - uid: 10844 components: - type: Transform rot: -1.5707963267948966 rad pos: -79.5,-10.5 parent: 2 - - uid: 10832 + - uid: 10845 components: - type: Transform rot: -1.5707963267948966 rad pos: -79.5,-11.5 parent: 2 - - uid: 10833 + - uid: 10846 components: - type: Transform rot: -1.5707963267948966 rad pos: -79.5,-15.5 parent: 2 - - uid: 10834 + - uid: 10847 components: - type: Transform rot: -1.5707963267948966 rad pos: -79.5,-19.5 parent: 2 - - uid: 10835 + - uid: 10848 components: - type: Transform rot: -1.5707963267948966 rad pos: -79.5,-22.5 parent: 2 - - uid: 10836 + - uid: 10849 components: - type: Transform rot: -1.5707963267948966 rad pos: -79.5,-26.5 parent: 2 - - uid: 10837 + - uid: 10850 components: - type: Transform rot: -1.5707963267948966 rad pos: -78.5,-1.5 parent: 2 - - uid: 10838 + - uid: 10851 components: - type: Transform rot: -1.5707963267948966 rad pos: -77.5,-1.5 parent: 2 - - uid: 10839 + - uid: 10852 components: - type: Transform rot: -1.5707963267948966 rad pos: -76.5,-1.5 parent: 2 - - uid: 10840 + - uid: 10853 components: - type: Transform rot: -1.5707963267948966 rad pos: -75.5,-1.5 parent: 2 - - uid: 10841 + - uid: 10854 components: - type: Transform rot: -1.5707963267948966 rad pos: -74.5,-1.5 parent: 2 - - uid: 10842 + - uid: 10855 components: - type: Transform rot: -1.5707963267948966 rad pos: -73.5,-1.5 parent: 2 - - uid: 10843 + - uid: 10856 components: - type: Transform rot: -1.5707963267948966 rad pos: -72.5,-1.5 parent: 2 - - uid: 10844 + - uid: 10857 components: - type: Transform rot: -1.5707963267948966 rad pos: -71.5,-1.5 parent: 2 - - uid: 10845 + - uid: 10858 components: - type: Transform rot: -1.5707963267948966 rad pos: -70.5,-1.5 parent: 2 - - uid: 10846 + - uid: 10859 components: - type: Transform rot: -1.5707963267948966 rad pos: -69.5,-1.5 parent: 2 - - uid: 10847 + - uid: 10860 components: - type: Transform rot: -1.5707963267948966 rad pos: -68.5,-1.5 parent: 2 - - uid: 10848 + - uid: 10861 components: - type: Transform rot: -1.5707963267948966 rad pos: -67.5,-1.5 parent: 2 - - uid: 10849 + - uid: 10862 components: - type: Transform rot: -1.5707963267948966 rad pos: -66.5,-1.5 parent: 2 - - uid: 10850 + - uid: 10863 components: - type: Transform rot: -1.5707963267948966 rad pos: -65.5,-1.5 parent: 2 - - uid: 10851 + - uid: 10864 components: - type: Transform rot: -1.5707963267948966 rad pos: -64.5,-1.5 parent: 2 - - uid: 10852 + - uid: 10865 components: - type: Transform rot: -1.5707963267948966 rad pos: -63.5,-1.5 parent: 2 - - uid: 10853 + - uid: 10866 components: - type: Transform rot: -1.5707963267948966 rad pos: -62.5,-1.5 parent: 2 - - uid: 10854 + - uid: 10867 components: - type: Transform rot: -1.5707963267948966 rad pos: -61.5,-1.5 parent: 2 - - uid: 10855 + - uid: 10868 components: - type: Transform rot: -1.5707963267948966 rad pos: -60.5,-1.5 parent: 2 - - uid: 10856 + - uid: 10869 components: - type: Transform rot: -1.5707963267948966 rad pos: -59.5,-1.5 parent: 2 - - uid: 10857 + - uid: 10870 components: - type: Transform rot: -1.5707963267948966 rad pos: -58.5,-1.5 parent: 2 - - uid: 10858 - components: - - type: Transform - pos: -25.5,-58.5 - parent: 2 - - uid: 10859 + - uid: 10871 components: - type: Transform pos: -28.5,-66.5 parent: 2 - - uid: 10860 + - uid: 10872 components: - type: Transform pos: -29.5,-66.5 parent: 2 - - uid: 10861 + - uid: 10873 components: - type: Transform pos: -30.5,-66.5 parent: 2 - - uid: 10862 + - uid: 10874 components: - type: Transform pos: -31.5,-66.5 parent: 2 - - uid: 10863 + - uid: 10875 components: - type: Transform pos: -32.5,-66.5 parent: 2 - - uid: 10864 + - uid: 10876 components: - type: Transform pos: -33.5,-66.5 parent: 2 - - uid: 10865 + - uid: 10877 components: - type: Transform pos: -34.5,-66.5 parent: 2 - - uid: 10866 + - uid: 10878 components: - type: Transform pos: -35.5,-66.5 parent: 2 - - uid: 10867 + - uid: 10879 components: - type: Transform pos: -24.5,-51.5 parent: 2 - - uid: 10868 + - uid: 10880 components: - type: Transform pos: -25.5,-51.5 parent: 2 - - uid: 10869 + - uid: 10881 components: - type: Transform pos: -26.5,-51.5 parent: 2 - - uid: 10870 + - uid: 10882 components: - type: Transform pos: -27.5,-51.5 parent: 2 - - uid: 10871 + - uid: 10883 components: - type: Transform pos: -28.5,-51.5 parent: 2 - - uid: 10872 + - uid: 10884 components: - type: Transform pos: -29.5,-51.5 parent: 2 - - uid: 10873 + - uid: 10885 components: - type: Transform pos: -25.5,-41.5 parent: 2 - - uid: 10874 + - uid: 10886 components: - type: Transform pos: -25.5,-42.5 parent: 2 - - uid: 10875 + - uid: 10887 components: - type: Transform pos: -25.5,-43.5 parent: 2 - - uid: 10876 + - uid: 10888 components: - type: Transform pos: -25.5,-44.5 parent: 2 - - uid: 10877 + - uid: 10889 components: - type: Transform pos: -25.5,-45.5 parent: 2 - - uid: 10878 + - uid: 10890 components: - type: Transform pos: -25.5,-46.5 parent: 2 - - uid: 10879 + - uid: 10891 components: - type: Transform pos: -26.5,-46.5 parent: 2 - - uid: 10880 + - uid: 10892 components: - type: Transform pos: -25.5,-47.5 parent: 2 - - uid: 10881 + - uid: 10893 components: - type: Transform pos: -25.5,-47.5 parent: 2 - - uid: 10882 + - uid: 10894 components: - type: Transform pos: -26.5,-47.5 parent: 2 - - uid: 10883 + - uid: 10895 components: - type: Transform pos: -26.5,-39.5 parent: 2 - - uid: 10884 + - uid: 10896 components: - type: Transform pos: -26.5,-40.5 parent: 2 - - uid: 10885 + - uid: 10897 components: - type: Transform pos: -25.5,-40.5 parent: 2 - - uid: 10886 + - uid: 10898 components: - type: Transform pos: -25.5,-39.5 parent: 2 - - uid: 10887 + - uid: 10899 components: - type: Transform pos: -47.5,-67.5 parent: 2 - - uid: 10888 + - uid: 10900 components: - type: Transform pos: -47.5,-66.5 parent: 2 - - uid: 10889 + - uid: 10901 components: - type: Transform pos: -47.5,-68.5 parent: 2 - - uid: 10890 + - uid: 10902 components: - type: Transform pos: -46.5,-66.5 parent: 2 - - uid: 10891 + - uid: 10903 components: - type: Transform pos: -46.5,-67.5 parent: 2 - - uid: 10892 + - uid: 10904 components: - type: Transform pos: -46.5,-68.5 parent: 2 - - uid: 10893 + - uid: 10905 components: - type: Transform pos: 46.5,-11.5 parent: 2 - - uid: 10894 + - uid: 10906 components: - type: Transform pos: 45.5,-11.5 parent: 2 - - uid: 10895 + - uid: 10907 components: - type: Transform pos: 44.5,-11.5 parent: 2 - - uid: 10896 + - uid: 10908 components: - type: Transform pos: 43.5,-11.5 parent: 2 - - uid: 10897 + - uid: 10909 components: - type: Transform pos: 42.5,-11.5 parent: 2 - - uid: 10898 + - uid: 10910 components: - type: Transform pos: 40.5,-7.5 parent: 2 - - uid: 10899 + - uid: 10911 components: - type: Transform pos: 40.5,-8.5 parent: 2 - - uid: 10900 + - uid: 10912 components: - type: Transform pos: 40.5,-9.5 parent: 2 - - uid: 10901 + - uid: 10913 components: - type: Transform pos: 40.5,-10.5 parent: 2 - - uid: 10902 + - uid: 10914 components: - type: Transform pos: 40.5,-11.5 parent: 2 - - uid: 10903 + - uid: 10915 components: - type: Transform pos: 30.5,-8.5 parent: 2 - - uid: 10904 + - uid: 10916 components: - type: Transform pos: 31.5,-8.5 parent: 2 - - uid: 10905 + - uid: 10917 components: - type: Transform pos: 33.5,-8.5 parent: 2 - - uid: 10906 + - uid: 10918 components: - type: Transform pos: 34.5,-8.5 parent: 2 - - uid: 10907 + - uid: 10919 components: - type: Transform pos: 35.5,-8.5 parent: 2 - - uid: 10908 + - uid: 10920 components: - type: Transform pos: 30.5,-13.5 parent: 2 - - uid: 10909 + - uid: 10921 components: - type: Transform pos: 37.5,-8.5 parent: 2 - - uid: 10910 + - uid: 10922 components: - type: Transform pos: -46.5,-42.5 parent: 2 - - uid: 10911 - components: - - type: Transform - pos: -20.5,-52.5 - parent: 2 - - uid: 10912 + - uid: 10923 components: - type: Transform pos: -37.5,-21.5 parent: 2 - - uid: 10913 + - uid: 10924 components: - type: Transform pos: -37.5,-22.5 parent: 2 - - uid: 10914 + - uid: 10925 components: - type: Transform pos: -37.5,-23.5 parent: 2 - - uid: 10915 + - uid: 10926 components: - type: Transform pos: -37.5,-24.5 parent: 2 - - uid: 10916 + - uid: 10927 components: - type: Transform pos: -43.5,-26.5 parent: 2 - - uid: 10917 + - uid: 10928 components: - type: Transform pos: -42.5,-26.5 parent: 2 - - uid: 10918 + - uid: 10929 components: - type: Transform pos: -41.5,-26.5 parent: 2 - - uid: 10919 + - uid: 10930 components: - type: Transform pos: -40.5,-26.5 parent: 2 - - uid: 10920 + - uid: 10931 components: - type: Transform pos: -39.5,-26.5 parent: 2 - - uid: 10921 + - uid: 10932 components: - type: Transform pos: -38.5,-26.5 parent: 2 - - uid: 10922 + - uid: 10933 components: - type: Transform pos: -48.5,-32.5 parent: 2 - - uid: 10923 + - uid: 10934 components: - type: Transform pos: -52.5,-32.5 parent: 2 - - uid: 10924 + - uid: 10935 components: - type: Transform pos: 69.5,3.5 parent: 2 - - uid: 10925 + - uid: 10936 components: - type: Transform pos: -2.5,29.5 parent: 2 - - uid: 10926 + - uid: 10937 components: - type: Transform rot: 3.141592653589793 rad pos: 14.5,32.5 parent: 2 - - uid: 10927 + - uid: 10938 components: - type: Transform rot: 3.141592653589793 rad pos: 13.5,32.5 parent: 2 - - uid: 10928 + - uid: 10939 components: - type: Transform rot: 3.141592653589793 rad pos: 2.5,32.5 parent: 2 - - uid: 10929 + - uid: 10940 components: - type: Transform rot: 3.141592653589793 rad pos: 19.5,25.5 parent: 2 - - uid: 10930 + - uid: 10941 components: - type: Transform rot: 3.141592653589793 rad pos: 18.5,25.5 parent: 2 - - uid: 10931 + - uid: 10942 components: - type: Transform rot: 3.141592653589793 rad pos: 17.5,25.5 parent: 2 - - uid: 10932 + - uid: 10943 components: - type: Transform rot: 3.141592653589793 rad pos: 16.5,25.5 parent: 2 - - uid: 10933 + - uid: 10944 components: - type: Transform rot: 3.141592653589793 rad pos: 15.5,25.5 parent: 2 - - uid: 10934 + - uid: 10945 components: - type: Transform rot: 3.141592653589793 rad pos: 14.5,25.5 parent: 2 - - uid: 10935 + - uid: 10946 components: - type: Transform rot: 3.141592653589793 rad pos: 13.5,25.5 parent: 2 - - uid: 10936 + - uid: 10947 components: - type: Transform rot: 3.141592653589793 rad pos: 16.5,27.5 parent: 2 - - uid: 10937 + - uid: 10948 components: - type: Transform rot: 3.141592653589793 rad pos: 16.5,26.5 parent: 2 - - uid: 10938 + - uid: 10949 components: - type: Transform rot: 3.141592653589793 rad pos: 8.5,24.5 parent: 2 - - uid: 10939 + - uid: 10950 components: - type: Transform rot: 3.141592653589793 rad pos: 7.5,24.5 parent: 2 - - uid: 10940 + - uid: 10951 components: - type: Transform rot: 3.141592653589793 rad pos: 6.5,24.5 parent: 2 - - uid: 10941 + - uid: 10952 components: - type: Transform rot: 3.141592653589793 rad pos: 5.5,24.5 parent: 2 - - uid: 10942 + - uid: 10953 components: - type: Transform rot: 3.141592653589793 rad pos: 4.5,24.5 parent: 2 - - uid: 10943 + - uid: 10954 components: - type: Transform rot: 3.141592653589793 rad pos: 3.5,24.5 parent: 2 - - uid: 10944 + - uid: 10955 components: - type: Transform rot: 3.141592653589793 rad pos: 2.5,24.5 parent: 2 - - uid: 10945 + - uid: 10956 components: - type: Transform rot: 3.141592653589793 rad pos: 0.5,24.5 parent: 2 - - uid: 10946 + - uid: 10957 components: - type: Transform rot: 3.141592653589793 rad pos: -3.5,23.5 parent: 2 - - uid: 10947 + - uid: 10958 components: - type: Transform rot: 3.141592653589793 rad pos: -4.5,23.5 parent: 2 - - uid: 10948 + - uid: 10959 components: - type: Transform rot: 3.141592653589793 rad pos: -5.5,23.5 parent: 2 - - uid: 10949 + - uid: 10960 components: - type: Transform rot: 3.141592653589793 rad pos: -6.5,23.5 parent: 2 - - uid: 10950 + - uid: 10961 components: - type: Transform rot: 3.141592653589793 rad pos: -7.5,23.5 parent: 2 - - uid: 10951 + - uid: 10962 components: - type: Transform pos: -11.5,18.5 parent: 2 - - uid: 10952 + - uid: 10963 components: - type: Transform pos: -11.5,15.5 parent: 2 - - uid: 10953 + - uid: 10964 components: - type: Transform pos: -12.5,24.5 parent: 2 - - uid: 10954 + - uid: 10965 components: - type: Transform rot: -1.5707963267948966 rad pos: 65.5,-24.5 parent: 2 - - uid: 10955 + - uid: 10966 components: - type: Transform rot: -1.5707963267948966 rad pos: 65.5,-23.5 parent: 2 - - uid: 10956 + - uid: 10967 components: - type: Transform rot: -1.5707963267948966 rad pos: 65.5,-22.5 parent: 2 - - uid: 10957 + - uid: 10968 components: - type: Transform rot: -1.5707963267948966 rad pos: 65.5,-21.5 parent: 2 - - uid: 10958 + - uid: 10969 components: - type: Transform pos: 67.5,-18.5 parent: 2 - - uid: 10959 + - uid: 10970 components: - type: Transform pos: -45.5,46.5 parent: 2 - - uid: 10960 + - uid: 10971 components: - type: Transform pos: -45.5,47.5 parent: 2 - - uid: 10961 + - uid: 10972 components: - type: Transform pos: -45.5,48.5 parent: 2 - - uid: 10962 + - uid: 10973 components: - type: Transform pos: -45.5,49.5 parent: 2 - - uid: 10963 + - uid: 10974 components: - type: Transform rot: -1.5707963267948966 rad pos: -41.5,46.5 parent: 2 - - uid: 10964 + - uid: 10975 components: - type: Transform rot: -1.5707963267948966 rad pos: -42.5,46.5 parent: 2 - - uid: 10965 + - uid: 10976 components: - type: Transform rot: -1.5707963267948966 rad pos: -43.5,46.5 parent: 2 - - uid: 10966 + - uid: 10977 components: - type: Transform rot: -1.5707963267948966 rad pos: -44.5,46.5 parent: 2 - - uid: 10967 + - uid: 10978 components: - type: Transform pos: -40.5,45.5 parent: 2 - - uid: 10968 + - uid: 10979 components: - type: Transform pos: -39.5,45.5 parent: 2 - - uid: 10969 + - uid: 10980 components: - type: Transform pos: -38.5,45.5 parent: 2 - - uid: 10970 + - uid: 10981 components: - type: Transform pos: -40.5,46.5 parent: 2 - - uid: 10971 + - uid: 10982 components: - type: Transform pos: -40.5,47.5 parent: 2 - - uid: 10972 + - uid: 10983 components: - type: Transform pos: -40.5,48.5 parent: 2 - - uid: 10973 + - uid: 10984 components: - type: Transform pos: -40.5,49.5 parent: 2 - - uid: 10974 + - uid: 10985 components: - type: Transform pos: -40.5,50.5 parent: 2 - - uid: 10975 + - uid: 10986 components: - type: Transform pos: -40.5,51.5 parent: 2 - - uid: 10976 + - uid: 10987 components: - type: Transform pos: -40.5,52.5 parent: 2 - - uid: 10977 + - uid: 10988 components: - type: Transform pos: -40.5,53.5 parent: 2 - - uid: 10978 + - uid: 10989 components: - type: Transform pos: -48.5,53.5 parent: 2 - - uid: 10979 + - uid: 10990 components: - type: Transform pos: -47.5,53.5 parent: 2 - - uid: 10980 + - uid: 10991 components: - type: Transform pos: -46.5,53.5 parent: 2 - - uid: 10981 + - uid: 10992 components: - type: Transform pos: -45.5,53.5 parent: 2 - - uid: 10982 + - uid: 10993 components: - type: Transform pos: -44.5,53.5 parent: 2 - - uid: 10983 + - uid: 10994 components: - type: Transform pos: -43.5,53.5 parent: 2 - - uid: 10984 + - uid: 10995 components: - type: Transform pos: -42.5,53.5 parent: 2 - - uid: 10985 + - uid: 10996 components: - type: Transform pos: -41.5,53.5 parent: 2 - - uid: 10986 + - uid: 10997 components: - type: Transform pos: -40.5,53.5 parent: 2 - - uid: 10987 + - uid: 10998 components: - type: Transform pos: -39.5,53.5 parent: 2 - - uid: 10988 + - uid: 10999 components: - type: Transform pos: -49.5,0.5 parent: 2 - - uid: 10989 + - uid: 11000 components: - type: Transform pos: -49.5,-0.5 parent: 2 - - uid: 10990 + - uid: 11001 components: - type: Transform pos: -49.5,-1.5 parent: 2 - - uid: 10991 + - uid: 11002 components: - type: Transform pos: -49.5,-2.5 parent: 2 - - uid: 10992 + - uid: 11003 components: - type: Transform pos: -49.5,-3.5 parent: 2 - - uid: 10993 + - uid: 11004 components: - type: Transform pos: -50.5,-3.5 parent: 2 - - uid: 10994 + - uid: 11005 components: - type: Transform pos: -51.5,-3.5 parent: 2 - - uid: 10995 + - uid: 11006 components: - type: Transform pos: -51.5,-2.5 parent: 2 - - uid: 10996 + - uid: 11007 components: - type: Transform pos: -51.5,-1.5 parent: 2 - - uid: 10997 + - uid: 11008 components: - type: Transform pos: -51.5,-0.5 parent: 2 - - uid: 10998 + - uid: 11009 components: - type: Transform pos: -51.5,0.5 parent: 2 - - uid: 10999 + - uid: 11010 components: - type: Transform pos: -51.5,1.5 parent: 2 - - uid: 11000 + - uid: 11011 components: - type: Transform pos: -38.5,-2.5 parent: 2 - - uid: 11001 + - uid: 11012 components: - type: Transform pos: -37.5,-2.5 parent: 2 - - uid: 11002 + - uid: 11013 components: - type: Transform pos: -36.5,-2.5 parent: 2 - - uid: 11003 + - uid: 11014 components: - type: Transform rot: -1.5707963267948966 rad pos: -38.5,53.5 parent: 2 - - uid: 11004 + - uid: 11015 components: - type: Transform rot: -1.5707963267948966 rad pos: -37.5,53.5 parent: 2 - - uid: 11005 + - uid: 11016 components: - type: Transform rot: -1.5707963267948966 rad pos: -36.5,53.5 parent: 2 - - uid: 11006 + - uid: 11017 components: - type: Transform rot: -1.5707963267948966 rad pos: -35.5,53.5 parent: 2 - - uid: 11007 + - uid: 11018 components: - type: Transform rot: -1.5707963267948966 rad pos: -34.5,53.5 parent: 2 - - uid: 11008 + - uid: 11019 components: - type: Transform rot: -1.5707963267948966 rad pos: -33.5,53.5 parent: 2 - - uid: 11009 + - uid: 11020 components: - type: Transform rot: -1.5707963267948966 rad pos: -33.5,54.5 parent: 2 - - uid: 11010 + - uid: 11021 components: - type: Transform rot: -1.5707963267948966 rad pos: -33.5,55.5 parent: 2 - - uid: 11011 + - uid: 11022 components: - type: Transform rot: -1.5707963267948966 rad pos: -33.5,56.5 parent: 2 - - uid: 11012 + - uid: 11023 components: - type: Transform rot: -1.5707963267948966 rad pos: -33.5,57.5 parent: 2 - - uid: 11013 + - uid: 11024 components: - type: Transform rot: -1.5707963267948966 rad pos: -33.5,58.5 parent: 2 - - uid: 11014 + - uid: 11025 components: - type: Transform rot: -1.5707963267948966 rad pos: -33.5,59.5 parent: 2 - - uid: 11015 + - uid: 11026 components: - type: Transform rot: -1.5707963267948966 rad pos: -33.5,60.5 parent: 2 - - uid: 11016 + - uid: 11027 components: - type: Transform rot: -1.5707963267948966 rad pos: -33.5,61.5 parent: 2 - - uid: 11017 + - uid: 11028 components: - type: Transform rot: -1.5707963267948966 rad pos: -33.5,62.5 parent: 2 - - uid: 11018 + - uid: 11029 components: - type: Transform rot: -1.5707963267948966 rad pos: -33.5,63.5 parent: 2 - - uid: 11019 + - uid: 11030 components: - type: Transform rot: -1.5707963267948966 rad pos: -33.5,64.5 parent: 2 - - uid: 11020 + - uid: 11031 components: - type: Transform rot: -1.5707963267948966 rad pos: -33.5,65.5 parent: 2 - - uid: 11021 + - uid: 11032 components: - type: Transform rot: -1.5707963267948966 rad pos: -33.5,66.5 parent: 2 - - uid: 11022 + - uid: 11033 components: - type: Transform rot: -1.5707963267948966 rad pos: -33.5,67.5 parent: 2 - - uid: 11023 + - uid: 11034 components: - type: Transform rot: -1.5707963267948966 rad pos: -33.5,68.5 parent: 2 - - uid: 11024 + - uid: 11035 components: - type: Transform rot: -1.5707963267948966 rad pos: -33.5,69.5 parent: 2 - - uid: 11025 + - uid: 11036 components: - type: Transform rot: -1.5707963267948966 rad pos: -33.5,70.5 parent: 2 - - uid: 11026 + - uid: 11037 components: - type: Transform rot: -1.5707963267948966 rad pos: -33.5,71.5 parent: 2 - - uid: 11027 + - uid: 11038 components: - type: Transform rot: -1.5707963267948966 rad pos: -33.5,72.5 parent: 2 - - uid: 11028 + - uid: 11039 components: - type: Transform rot: -1.5707963267948966 rad pos: -34.5,72.5 parent: 2 - - uid: 11029 + - uid: 11040 components: - type: Transform rot: -1.5707963267948966 rad pos: -35.5,72.5 parent: 2 - - uid: 11030 + - uid: 11041 components: - type: Transform rot: -1.5707963267948966 rad pos: -36.5,72.5 parent: 2 - - uid: 11031 + - uid: 11042 components: - type: Transform rot: -1.5707963267948966 rad pos: -37.5,72.5 parent: 2 - - uid: 11032 + - uid: 11043 components: - type: Transform rot: -1.5707963267948966 rad pos: -38.5,72.5 parent: 2 - - uid: 11033 + - uid: 11044 components: - type: Transform rot: -1.5707963267948966 rad pos: -39.5,72.5 parent: 2 - - uid: 11034 + - uid: 11045 components: - type: Transform rot: -1.5707963267948966 rad pos: -40.5,72.5 parent: 2 - - uid: 11035 + - uid: 11046 components: - type: Transform rot: -1.5707963267948966 rad pos: -41.5,72.5 parent: 2 - - uid: 11036 + - uid: 11047 components: - type: Transform rot: -1.5707963267948966 rad pos: -42.5,72.5 parent: 2 - - uid: 11037 + - uid: 11048 components: - type: Transform rot: -1.5707963267948966 rad pos: -43.5,72.5 parent: 2 - - uid: 11038 + - uid: 11049 components: - type: Transform rot: -1.5707963267948966 rad pos: -44.5,72.5 parent: 2 - - uid: 11039 + - uid: 11050 components: - type: Transform rot: -1.5707963267948966 rad pos: -45.5,72.5 parent: 2 - - uid: 11040 + - uid: 11051 components: - type: Transform rot: -1.5707963267948966 rad pos: -46.5,72.5 parent: 2 - - uid: 11041 + - uid: 11052 components: - type: Transform rot: -1.5707963267948966 rad pos: -47.5,72.5 parent: 2 - - uid: 11042 + - uid: 11053 components: - type: Transform rot: -1.5707963267948966 rad pos: -48.5,72.5 parent: 2 - - uid: 11043 + - uid: 11054 components: - type: Transform rot: -1.5707963267948966 rad pos: -49.5,72.5 parent: 2 - - uid: 11044 + - uid: 11055 components: - type: Transform rot: -1.5707963267948966 rad pos: -50.5,72.5 parent: 2 - - uid: 11045 + - uid: 11056 components: - type: Transform rot: -1.5707963267948966 rad pos: -51.5,72.5 parent: 2 - - uid: 11046 + - uid: 11057 components: - type: Transform rot: -1.5707963267948966 rad pos: -52.5,72.5 parent: 2 - - uid: 11047 + - uid: 11058 components: - type: Transform rot: -1.5707963267948966 rad pos: -53.5,72.5 parent: 2 - - uid: 11048 + - uid: 11059 components: - type: Transform rot: -1.5707963267948966 rad pos: -54.5,72.5 parent: 2 - - uid: 11049 + - uid: 11060 components: - type: Transform rot: -1.5707963267948966 rad pos: -55.5,72.5 parent: 2 - - uid: 11050 + - uid: 11061 components: - type: Transform rot: -1.5707963267948966 rad pos: -56.5,72.5 parent: 2 - - uid: 11051 + - uid: 11062 components: - type: Transform rot: -1.5707963267948966 rad pos: -57.5,72.5 parent: 2 - - uid: 11052 + - uid: 11063 components: - type: Transform rot: -1.5707963267948966 rad pos: -58.5,72.5 parent: 2 - - uid: 11053 + - uid: 11064 components: - type: Transform rot: -1.5707963267948966 rad pos: -59.5,72.5 parent: 2 - - uid: 11054 + - uid: 11065 components: - type: Transform rot: -1.5707963267948966 rad pos: -60.5,72.5 parent: 2 - - uid: 11055 + - uid: 11066 components: - type: Transform rot: -1.5707963267948966 rad pos: -61.5,72.5 parent: 2 - - uid: 11056 + - uid: 11067 components: - type: Transform rot: -1.5707963267948966 rad pos: -61.5,71.5 parent: 2 - - uid: 11057 + - uid: 11068 components: - type: Transform rot: -1.5707963267948966 rad pos: -61.5,70.5 parent: 2 - - uid: 11058 + - uid: 11069 components: - type: Transform rot: -1.5707963267948966 rad pos: -61.5,69.5 parent: 2 - - uid: 11059 + - uid: 11070 components: - type: Transform rot: -1.5707963267948966 rad pos: -61.5,68.5 parent: 2 - - uid: 11060 + - uid: 11071 components: - type: Transform rot: -1.5707963267948966 rad pos: -61.5,67.5 parent: 2 - - uid: 11061 + - uid: 11072 components: - type: Transform rot: -1.5707963267948966 rad pos: -61.5,66.5 parent: 2 - - uid: 11062 + - uid: 11073 components: - type: Transform rot: -1.5707963267948966 rad pos: -61.5,65.5 parent: 2 - - uid: 11063 + - uid: 11074 components: - type: Transform rot: -1.5707963267948966 rad pos: -61.5,64.5 parent: 2 - - uid: 11064 + - uid: 11075 components: - type: Transform rot: -1.5707963267948966 rad pos: -61.5,63.5 parent: 2 - - uid: 11065 + - uid: 11076 components: - type: Transform rot: -1.5707963267948966 rad pos: -61.5,62.5 parent: 2 - - uid: 11066 + - uid: 11077 components: - type: Transform rot: -1.5707963267948966 rad pos: -61.5,61.5 parent: 2 - - uid: 11067 + - uid: 11078 components: - type: Transform rot: -1.5707963267948966 rad pos: -61.5,60.5 parent: 2 - - uid: 11068 + - uid: 11079 components: - type: Transform rot: -1.5707963267948966 rad pos: -61.5,59.5 parent: 2 - - uid: 11069 + - uid: 11080 components: - type: Transform rot: -1.5707963267948966 rad pos: -61.5,58.5 parent: 2 - - uid: 11070 + - uid: 11081 components: - type: Transform rot: -1.5707963267948966 rad pos: -61.5,57.5 parent: 2 - - uid: 11071 + - uid: 11082 components: - type: Transform rot: -1.5707963267948966 rad pos: -61.5,56.5 parent: 2 - - uid: 11072 + - uid: 11083 components: - type: Transform rot: 1.5707963267948966 rad pos: -53.5,53.5 parent: 2 - - uid: 11073 + - uid: 11084 components: - type: Transform rot: 1.5707963267948966 rad pos: -53.5,54.5 parent: 2 - - uid: 11074 + - uid: 11085 components: - type: Transform rot: 1.5707963267948966 rad pos: -53.5,55.5 parent: 2 - - uid: 11075 + - uid: 11086 components: - type: Transform rot: 1.5707963267948966 rad pos: -54.5,56.5 parent: 2 - - uid: 11076 + - uid: 11087 components: - type: Transform rot: 1.5707963267948966 rad pos: -56.5,56.5 parent: 2 - - uid: 11077 + - uid: 11088 components: - type: Transform rot: 1.5707963267948966 rad pos: -58.5,56.5 parent: 2 - - uid: 11078 + - uid: 11089 components: - type: Transform rot: 1.5707963267948966 rad pos: -60.5,56.5 parent: 2 - - uid: 11079 + - uid: 11090 components: - type: Transform rot: -1.5707963267948966 rad pos: -52.5,53.5 parent: 2 - - uid: 11080 + - uid: 11091 components: - type: Transform rot: -1.5707963267948966 rad pos: -51.5,53.5 parent: 2 - - uid: 11081 + - uid: 11092 components: - type: Transform rot: -1.5707963267948966 rad pos: -50.5,53.5 parent: 2 - - uid: 11082 + - uid: 11093 components: - type: Transform rot: -1.5707963267948966 rad pos: -49.5,53.5 parent: 2 - - uid: 11083 + - uid: 11094 components: - type: Transform pos: 12.5,-92.5 parent: 2 - - uid: 11084 + - uid: 11095 components: - type: Transform pos: 11.5,-99.5 parent: 2 - - uid: 11085 + - uid: 11096 components: - type: Transform rot: 3.141592653589793 rad pos: 1.5,-71.5 parent: 2 - - uid: 11086 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-67.5 - parent: 2 - - uid: 11087 + - uid: 11097 components: - type: Transform rot: 3.141592653589793 rad pos: 3.5,-71.5 parent: 2 - - uid: 11088 + - uid: 11098 components: - type: Transform rot: 3.141592653589793 rad pos: 4.5,-71.5 parent: 2 - - uid: 11089 + - uid: 11099 components: - type: Transform rot: 3.141592653589793 rad pos: 2.5,-68.5 parent: 2 - - uid: 11090 + - uid: 11100 components: - type: Transform rot: -1.5707963267948966 rad pos: -79.5,-25.5 parent: 2 - - uid: 11091 + - uid: 11101 components: - type: Transform rot: -1.5707963267948966 rad pos: -79.5,-24.5 parent: 2 - - uid: 11092 + - uid: 11102 components: - type: Transform rot: -1.5707963267948966 rad pos: -79.5,-23.5 parent: 2 - - uid: 11093 + - uid: 11103 components: - type: Transform rot: -1.5707963267948966 rad pos: -79.5,-21.5 parent: 2 - - uid: 11094 + - uid: 11104 components: - type: Transform rot: -1.5707963267948966 rad pos: -79.5,-20.5 parent: 2 - - uid: 11095 + - uid: 11105 components: - type: Transform rot: -1.5707963267948966 rad pos: -79.5,-18.5 parent: 2 - - uid: 11096 + - uid: 11106 components: - type: Transform rot: -1.5707963267948966 rad pos: -79.5,-17.5 parent: 2 - - uid: 11097 + - uid: 11107 components: - type: Transform rot: -1.5707963267948966 rad pos: -79.5,-16.5 parent: 2 - - uid: 11098 + - uid: 11108 components: - type: Transform rot: -1.5707963267948966 rad pos: -79.5,-14.5 parent: 2 - - uid: 11099 + - uid: 11109 components: - type: Transform rot: -1.5707963267948966 rad pos: -79.5,-12.5 parent: 2 - - uid: 11100 + - uid: 11110 components: - type: Transform rot: -1.5707963267948966 rad pos: -79.5,-13.5 parent: 2 - - uid: 11101 + - uid: 11111 components: - type: Transform pos: -13.5,-8.5 parent: 2 - - uid: 11102 + - uid: 11112 components: - type: Transform rot: 3.141592653589793 rad pos: 23.5,-89.5 parent: 2 - - uid: 11103 + - uid: 11113 components: - type: Transform pos: 36.5,23.5 parent: 2 - - uid: 11104 + - uid: 11114 components: - type: Transform pos: 37.5,23.5 parent: 2 - - uid: 11105 + - uid: 11115 components: - type: Transform pos: 38.5,23.5 parent: 2 - - uid: 11106 + - uid: 11116 components: - type: Transform pos: 39.5,23.5 parent: 2 - - uid: 11107 + - uid: 11117 components: - type: Transform pos: 40.5,23.5 parent: 2 - - uid: 11108 + - uid: 11118 components: - type: Transform pos: 41.5,23.5 parent: 2 - - uid: 11109 + - uid: 11119 components: - type: Transform pos: 42.5,23.5 parent: 2 - - uid: 11110 + - uid: 11120 components: - type: Transform pos: 35.5,23.5 parent: 2 - - uid: 11111 + - uid: 11121 components: - type: Transform pos: 43.5,23.5 parent: 2 - - uid: 11112 + - uid: 11122 components: - type: Transform pos: 46.5,26.5 parent: 2 - - uid: 11113 + - uid: 11123 components: - type: Transform pos: 47.5,26.5 parent: 2 - - uid: 11114 + - uid: 11124 components: - type: Transform pos: 48.5,26.5 parent: 2 - - uid: 11115 + - uid: 11125 components: - type: Transform pos: 11.5,-97.5 parent: 2 - - uid: 11116 + - uid: 11126 components: - type: Transform pos: 11.5,-93.5 parent: 2 - - uid: 11117 + - uid: 11127 components: - type: Transform pos: 11.5,-94.5 parent: 2 - - uid: 11118 + - uid: 11128 components: - type: Transform pos: 11.5,-95.5 parent: 2 - - uid: 11119 + - uid: 11129 components: - type: Transform pos: 11.5,-98.5 parent: 2 - - uid: 11120 + - uid: 11130 components: - type: Transform pos: 11.5,-96.5 parent: 2 - - uid: 11121 + - uid: 11131 components: - type: Transform pos: 11.5,-104.5 parent: 2 - - uid: 11122 + - uid: 11132 components: - type: Transform pos: 11.5,-103.5 parent: 2 - - uid: 11123 + - uid: 11133 components: - type: Transform pos: 11.5,-102.5 parent: 2 - - uid: 11124 + - uid: 11134 components: - type: Transform pos: 11.5,-101.5 parent: 2 - - uid: 11125 + - uid: 11135 components: - type: Transform rot: 3.141592653589793 rad pos: 19.5,-53.5 parent: 2 - - uid: 11126 + - uid: 11136 components: - type: Transform rot: 3.141592653589793 rad pos: 18.5,-53.5 parent: 2 - - uid: 11127 + - uid: 11137 components: - type: Transform rot: 3.141592653589793 rad pos: 22.5,-53.5 parent: 2 - - uid: 11128 + - uid: 11138 components: - type: Transform pos: -79.5,-27.5 parent: 2 - - uid: 11129 + - uid: 11139 components: - type: Transform pos: -79.5,-28.5 parent: 2 - - uid: 11130 + - uid: 11140 components: - type: Transform pos: -79.5,-29.5 parent: 2 - - uid: 11131 + - uid: 11141 components: - type: Transform pos: -79.5,-30.5 parent: 2 - - uid: 11132 + - uid: 11142 components: - type: Transform pos: -79.5,-31.5 parent: 2 - - uid: 11133 + - uid: 11143 components: - type: Transform pos: -61.5,-55.5 parent: 2 - - uid: 11134 - components: - - type: Transform - pos: -18.5,-52.5 - parent: 2 - - uid: 11135 + - uid: 11144 components: - type: Transform rot: -1.5707963267948966 rad pos: 14.5,-60.5 parent: 2 - - uid: 11136 + - uid: 11145 components: - type: Transform rot: -1.5707963267948966 rad pos: 14.5,-61.5 parent: 2 - - uid: 11137 + - uid: 11146 components: - type: Transform rot: -1.5707963267948966 rad pos: 14.5,-62.5 parent: 2 - - uid: 11138 + - uid: 11147 components: - type: Transform rot: -1.5707963267948966 rad pos: 14.5,-63.5 parent: 2 - - uid: 11139 + - uid: 11148 components: - type: Transform rot: -1.5707963267948966 rad pos: 14.5,-64.5 parent: 2 - - uid: 11140 + - uid: 11149 components: - type: Transform rot: -1.5707963267948966 rad pos: 8.5,-67.5 parent: 2 - - uid: 11141 + - uid: 11150 components: - type: Transform rot: -1.5707963267948966 rad pos: 9.5,-67.5 parent: 2 - - uid: 11142 + - uid: 11151 components: - type: Transform rot: -1.5707963267948966 rad pos: 10.5,-67.5 parent: 2 - - uid: 11143 + - uid: 11152 components: - type: Transform rot: -1.5707963267948966 rad pos: 11.5,-67.5 parent: 2 - - uid: 11144 + - uid: 11153 components: - type: Transform rot: -1.5707963267948966 rad pos: 12.5,-67.5 parent: 2 - - uid: 11145 + - uid: 11154 components: - type: Transform rot: -1.5707963267948966 rad pos: 13.5,-67.5 parent: 2 - - uid: 11146 + - uid: 11155 components: - type: Transform rot: -1.5707963267948966 rad pos: 14.5,-67.5 parent: 2 - - uid: 11147 + - uid: 11156 components: - type: Transform rot: 1.5707963267948966 rad pos: 42.5,-13.5 parent: 2 - - uid: 11148 + - uid: 11157 components: - type: Transform rot: 1.5707963267948966 rad pos: 43.5,-13.5 parent: 2 - - uid: 11149 + - uid: 11158 components: - type: Transform rot: 1.5707963267948966 rad pos: 44.5,-13.5 parent: 2 - - uid: 11150 + - uid: 11159 components: - type: Transform rot: 1.5707963267948966 rad pos: 45.5,-13.5 parent: 2 - - uid: 11151 + - uid: 11160 components: - type: Transform rot: 1.5707963267948966 rad pos: 46.5,-13.5 parent: 2 - - uid: 11152 + - uid: 11161 components: - type: Transform rot: 1.5707963267948966 rad pos: 47.5,-13.5 parent: 2 - - uid: 11153 + - uid: 11162 components: - type: Transform rot: 1.5707963267948966 rad pos: 48.5,-13.5 parent: 2 - - uid: 11154 + - uid: 11163 components: - type: Transform pos: 49.5,26.5 parent: 2 - - uid: 11155 + - uid: 11164 components: - type: Transform pos: 50.5,26.5 parent: 2 - - uid: 11156 + - uid: 11165 components: - type: Transform pos: 51.5,26.5 parent: 2 - - uid: 11157 + - uid: 11166 components: - type: Transform pos: 52.5,26.5 parent: 2 - - uid: 11158 + - uid: 11167 components: - type: Transform pos: 53.5,26.5 parent: 2 - - uid: 11159 + - uid: 11168 components: - type: Transform rot: 3.141592653589793 rad pos: 49.5,38.5 parent: 2 - - uid: 11160 + - uid: 11169 components: - type: Transform rot: 3.141592653589793 rad pos: 49.5,37.5 parent: 2 - - uid: 11161 + - uid: 11170 components: - type: Transform rot: 3.141592653589793 rad pos: 49.5,36.5 parent: 2 - - uid: 11162 + - uid: 11171 components: - type: Transform rot: 3.141592653589793 rad pos: 49.5,35.5 parent: 2 - - uid: 11163 + - uid: 11172 components: - type: Transform rot: 3.141592653589793 rad pos: 48.5,35.5 parent: 2 - - uid: 11164 + - uid: 11173 components: - type: Transform rot: 3.141592653589793 rad pos: 47.5,35.5 parent: 2 - - uid: 11165 + - uid: 11174 components: - type: Transform rot: 3.141592653589793 rad pos: 52.5,31.5 parent: 2 - - uid: 11166 + - uid: 11175 components: - type: Transform rot: 3.141592653589793 rad pos: 52.5,32.5 parent: 2 - - uid: 11167 + - uid: 11176 components: - type: Transform rot: 3.141592653589793 rad pos: 52.5,33.5 parent: 2 - - uid: 11168 + - uid: 11177 components: - type: Transform pos: 81.5,36.5 parent: 2 - - uid: 11169 + - uid: 11178 components: - type: Transform pos: 80.5,36.5 parent: 2 - - uid: 11170 + - uid: 11179 components: - type: Transform pos: 86.5,36.5 parent: 2 - - uid: 11171 + - uid: 11180 components: - type: Transform pos: 87.5,36.5 parent: 2 - - uid: 11172 + - uid: 11181 components: - type: Transform pos: 79.5,36.5 parent: 2 - - uid: 11173 + - uid: 11182 components: - type: Transform pos: 78.5,36.5 parent: 2 - - uid: 11174 + - uid: 11183 components: - type: Transform pos: 88.5,36.5 parent: 2 - - uid: 11175 + - uid: 11184 components: - type: Transform pos: 82.5,36.5 parent: 2 - - uid: 11176 + - uid: 11185 components: - type: Transform pos: -24.5,47.5 parent: 2 - - uid: 11177 + - uid: 11186 components: - type: Transform pos: -24.5,46.5 parent: 2 - - uid: 11178 + - uid: 11187 components: - type: Transform pos: -24.5,45.5 parent: 2 - - uid: 11179 + - uid: 11188 components: - type: Transform pos: -24.5,44.5 parent: 2 - - uid: 11180 + - uid: 11189 components: - type: Transform pos: -24.5,43.5 parent: 2 - - uid: 11181 + - uid: 11190 components: - type: Transform pos: -24.5,42.5 parent: 2 - - uid: 11182 + - uid: 11191 components: - type: Transform pos: -24.5,41.5 parent: 2 - - uid: 11183 + - uid: 11192 components: - type: Transform pos: -24.5,40.5 parent: 2 - - uid: 11184 + - uid: 11193 components: - type: Transform pos: -24.5,39.5 parent: 2 - - uid: 11185 + - uid: 11194 components: - type: Transform pos: -24.5,38.5 parent: 2 - - uid: 11186 + - uid: 11195 components: - type: Transform pos: -31.5,39.5 parent: 2 - - uid: 11187 + - uid: 11196 components: - type: Transform pos: -32.5,39.5 parent: 2 - - uid: 11188 + - uid: 11197 components: - type: Transform pos: -33.5,39.5 parent: 2 - - uid: 11189 + - uid: 11198 components: - type: Transform pos: -34.5,39.5 parent: 2 - - uid: 11190 + - uid: 11199 components: - type: Transform pos: -35.5,39.5 parent: 2 - - uid: 11191 + - uid: 11200 components: - type: Transform pos: -36.5,39.5 parent: 2 - - uid: 11192 + - uid: 11201 components: - type: Transform pos: -39.5,39.5 parent: 2 - - uid: 11193 + - uid: 11202 components: - type: Transform pos: -40.5,39.5 parent: 2 - - uid: 11194 + - uid: 11203 components: - type: Transform pos: -41.5,39.5 parent: 2 - - uid: 11195 + - uid: 11204 components: - type: Transform pos: -42.5,39.5 parent: 2 - - uid: 11196 + - uid: 11205 components: - type: Transform pos: -43.5,39.5 parent: 2 - - uid: 11197 + - uid: 11206 components: - type: Transform pos: -2.5,28.5 parent: 2 - - uid: 11198 + - uid: 11207 components: - type: Transform pos: -2.5,27.5 parent: 2 - - uid: 11199 + - uid: 11208 components: - type: Transform pos: -2.5,26.5 parent: 2 - - uid: 11200 + - uid: 11209 components: - type: Transform pos: -2.5,25.5 parent: 2 - - uid: 11201 + - uid: 11210 components: - type: Transform pos: -12.5,26.5 parent: 2 - - uid: 11202 + - uid: 11211 components: - type: Transform pos: -11.5,26.5 parent: 2 - - uid: 11203 + - uid: 11212 components: - type: Transform pos: -10.5,26.5 parent: 2 - - uid: 11204 + - uid: 11213 components: - type: Transform pos: -10.5,24.5 parent: 2 - - uid: 11205 + - uid: 11214 components: - type: Transform pos: -37.5,45.5 parent: 2 - - uid: 11206 + - uid: 11215 components: - type: Transform pos: -37.5,44.5 parent: 2 - - uid: 11207 + - uid: 11216 components: - type: Transform pos: -17.5,58.5 parent: 2 - - uid: 11208 + - uid: 11217 components: - type: Transform pos: -17.5,57.5 parent: 2 - - uid: 11209 + - uid: 11218 components: - type: Transform pos: -17.5,56.5 parent: 2 - - uid: 11210 + - uid: 11219 components: - type: Transform pos: -17.5,55.5 parent: 2 - - uid: 11211 + - uid: 11220 components: - type: Transform pos: -17.5,54.5 parent: 2 - - uid: 11212 + - uid: 11221 components: - type: Transform pos: -17.5,53.5 parent: 2 - - uid: 11213 + - uid: 11222 components: - type: Transform rot: 1.5707963267948966 rad pos: -11.5,24.5 parent: 2 - - uid: 11214 + - uid: 11223 components: - type: Transform rot: 3.141592653589793 rad pos: 66.5,36.5 parent: 2 - - uid: 11215 + - uid: 11224 components: - type: Transform rot: 3.141592653589793 rad pos: 65.5,36.5 parent: 2 - - uid: 11216 + - uid: 11225 components: - type: Transform rot: 3.141592653589793 rad pos: 64.5,36.5 parent: 2 - - uid: 11217 + - uid: 11226 components: - type: Transform rot: 3.141592653589793 rad pos: 63.5,36.5 parent: 2 - - uid: 11218 + - uid: 11227 components: - type: Transform rot: 3.141592653589793 rad pos: 63.5,35.5 parent: 2 - - uid: 11219 + - uid: 11228 components: - type: Transform rot: 3.141592653589793 rad pos: 63.5,34.5 parent: 2 - - uid: 11220 + - uid: 11229 components: - type: Transform rot: 3.141592653589793 rad pos: 63.5,33.5 parent: 2 - - uid: 11221 + - uid: 11230 components: - type: Transform pos: 83.5,36.5 parent: 2 - - uid: 11222 + - uid: 11231 components: - type: Transform pos: 84.5,36.5 parent: 2 - - uid: 11223 + - uid: 11232 components: - type: Transform pos: 85.5,36.5 parent: 2 - - uid: 11224 + - uid: 11233 components: - type: Transform pos: 89.5,36.5 parent: 2 - - uid: 11225 + - uid: 11234 components: - type: Transform pos: 90.5,36.5 parent: 2 - - uid: 11226 + - uid: 11235 components: - type: Transform pos: -22.5,27.5 parent: 2 - - uid: 11227 + - uid: 11236 components: - type: Transform pos: -23.5,27.5 parent: 2 - - uid: 11228 + - uid: 11237 components: - type: Transform pos: -24.5,27.5 parent: 2 - - uid: 11229 + - uid: 11238 components: - type: Transform pos: -25.5,27.5 parent: 2 - - uid: 11230 + - uid: 11239 components: - type: Transform pos: -26.5,27.5 parent: 2 - - uid: 11231 + - uid: 11240 components: - type: Transform pos: -27.5,27.5 parent: 2 - - uid: 11232 + - uid: 11241 components: - type: Transform pos: -28.5,27.5 parent: 2 - - uid: 11233 + - uid: 11242 components: - type: Transform pos: 29.5,55.5 parent: 2 - - uid: 11234 + - uid: 11243 components: - type: Transform pos: 29.5,56.5 parent: 2 - - uid: 11235 + - uid: 11244 components: - type: Transform pos: 29.5,57.5 parent: 2 - - uid: 11236 + - uid: 11245 components: - type: Transform pos: 29.5,58.5 parent: 2 - - uid: 11237 + - uid: 11246 components: - type: Transform pos: 29.5,59.5 parent: 2 - - uid: 11238 + - uid: 11247 components: - type: Transform pos: 29.5,60.5 parent: 2 - - uid: 11239 + - uid: 11248 components: - type: Transform pos: 29.5,61.5 parent: 2 - - uid: 11240 + - uid: 11249 components: - type: Transform pos: 29.5,62.5 parent: 2 - - uid: 11241 + - uid: 11250 components: - type: Transform pos: 28.5,62.5 parent: 2 - - uid: 11242 + - uid: 11251 components: - type: Transform pos: 27.5,62.5 parent: 2 - - uid: 11243 + - uid: 11252 components: - type: Transform pos: 26.5,62.5 parent: 2 - - uid: 11244 + - uid: 11253 components: - type: Transform pos: 25.5,62.5 parent: 2 - - uid: 11245 + - uid: 11254 components: - type: Transform pos: 24.5,62.5 parent: 2 - - uid: 11246 + - uid: 11255 components: - type: Transform pos: 23.5,62.5 parent: 2 - - uid: 11247 + - uid: 11256 components: - type: Transform pos: 22.5,62.5 parent: 2 - - uid: 11248 + - uid: 11257 components: - type: Transform pos: 21.5,62.5 parent: 2 - - uid: 11249 + - uid: 11258 components: - type: Transform pos: 20.5,62.5 parent: 2 - - uid: 11250 + - uid: 11259 components: - type: Transform pos: 19.5,62.5 parent: 2 - - uid: 11251 + - uid: 11260 components: - type: Transform pos: 18.5,62.5 parent: 2 - - uid: 11252 + - uid: 11261 components: - type: Transform pos: 17.5,62.5 parent: 2 - - uid: 11253 + - uid: 11262 components: - type: Transform pos: 16.5,62.5 parent: 2 - - uid: 11254 + - uid: 11263 components: - type: Transform pos: 15.5,62.5 parent: 2 - - uid: 11255 + - uid: 11264 components: - type: Transform pos: 14.5,62.5 parent: 2 - - uid: 11256 + - uid: 11265 components: - type: Transform pos: 13.5,62.5 parent: 2 - - uid: 11257 + - uid: 11266 components: - type: Transform pos: 12.5,62.5 parent: 2 - - uid: 11258 + - uid: 11267 components: - type: Transform pos: 11.5,62.5 parent: 2 - - uid: 11259 + - uid: 11268 components: - type: Transform pos: 10.5,62.5 parent: 2 - - uid: 11260 + - uid: 11269 components: - type: Transform pos: 9.5,62.5 parent: 2 - - uid: 11261 + - uid: 11270 components: - type: Transform pos: 8.5,62.5 parent: 2 - - uid: 11262 + - uid: 11271 components: - type: Transform pos: 7.5,62.5 parent: 2 - - uid: 11263 + - uid: 11272 components: - type: Transform pos: 7.5,63.5 parent: 2 - - uid: 11264 + - uid: 11273 components: - type: Transform pos: 7.5,64.5 parent: 2 - - uid: 11265 + - uid: 11274 components: - type: Transform pos: 7.5,65.5 parent: 2 - - uid: 11266 + - uid: 11275 components: - type: Transform pos: 7.5,66.5 parent: 2 - - uid: 11267 + - uid: 11276 components: - type: Transform pos: 7.5,67.5 parent: 2 - - uid: 11268 + - uid: 11277 components: - type: Transform pos: 7.5,68.5 parent: 2 - - uid: 11269 + - uid: 11278 components: - type: Transform pos: 7.5,69.5 parent: 2 - - uid: 11270 + - uid: 11279 components: - type: Transform pos: 7.5,70.5 parent: 2 - - uid: 11271 + - uid: 11280 components: - type: Transform pos: 7.5,71.5 parent: 2 - - uid: 11272 + - uid: 11281 components: - type: Transform pos: 7.5,72.5 parent: 2 - - uid: 11273 + - uid: 11282 components: - type: Transform pos: 7.5,73.5 parent: 2 - - uid: 11274 + - uid: 11283 components: - type: Transform pos: 7.5,74.5 parent: 2 - - uid: 11275 + - uid: 11284 components: - type: Transform pos: 7.5,75.5 parent: 2 - - uid: 11276 + - uid: 11285 components: - type: Transform pos: 6.5,75.5 parent: 2 - - uid: 11277 + - uid: 11286 components: - type: Transform pos: 5.5,75.5 parent: 2 - - uid: 11278 + - uid: 11287 components: - type: Transform pos: 4.5,75.5 parent: 2 - - uid: 11279 + - uid: 11288 components: - type: Transform pos: 3.5,75.5 parent: 2 - - uid: 11280 + - uid: 11289 components: - type: Transform pos: 2.5,75.5 parent: 2 - - uid: 11281 + - uid: 11290 components: - type: Transform pos: 1.5,75.5 parent: 2 - - uid: 11282 + - uid: 11291 components: - type: Transform pos: 0.5,75.5 parent: 2 - - uid: 11283 + - uid: 11292 components: - type: Transform pos: -0.5,75.5 parent: 2 - - uid: 11284 + - uid: 11293 components: - type: Transform pos: -1.5,75.5 parent: 2 - - uid: 11285 + - uid: 11294 components: - type: Transform pos: -2.5,75.5 parent: 2 - - uid: 11286 + - uid: 11295 components: - type: Transform pos: -3.5,75.5 parent: 2 - - uid: 11287 + - uid: 11296 components: - type: Transform pos: -4.5,75.5 parent: 2 - - uid: 11288 + - uid: 11297 components: - type: Transform pos: -5.5,75.5 parent: 2 - - uid: 11289 + - uid: 11298 components: - type: Transform pos: -6.5,75.5 parent: 2 - - uid: 11290 + - uid: 11299 components: - type: Transform pos: -7.5,75.5 parent: 2 - - uid: 11291 + - uid: 11300 components: - type: Transform pos: -8.5,75.5 parent: 2 - - uid: 11292 + - uid: 11301 components: - type: Transform pos: -9.5,75.5 parent: 2 - - uid: 11293 + - uid: 11302 components: - type: Transform pos: -10.5,75.5 parent: 2 - - uid: 11294 + - uid: 11303 components: - type: Transform pos: 1.5,-92.5 parent: 2 - - uid: 11295 + - uid: 11304 components: - type: Transform pos: 0.5,-92.5 parent: 2 - - uid: 11296 + - uid: 11305 components: - type: Transform pos: -0.5,-92.5 parent: 2 - - uid: 11297 + - uid: 11306 components: - type: Transform pos: -0.5,-93.5 parent: 2 - - uid: 11298 + - uid: 11307 components: - type: Transform pos: -0.5,-94.5 parent: 2 - - uid: 11299 + - uid: 11308 components: - type: Transform pos: -0.5,-95.5 parent: 2 - - uid: 11300 + - uid: 11309 components: - type: Transform pos: -0.5,-96.5 parent: 2 - - uid: 11301 + - uid: 11310 components: - type: Transform pos: -0.5,-97.5 parent: 2 - - uid: 11302 + - uid: 11311 components: - type: Transform pos: -0.5,-98.5 parent: 2 - - uid: 11303 + - uid: 11312 components: - type: Transform pos: -0.5,-99.5 parent: 2 - - uid: 11304 + - uid: 11313 components: - type: Transform pos: -0.5,-100.5 parent: 2 - - uid: 11305 + - uid: 11314 components: - type: Transform pos: -0.5,-101.5 parent: 2 - - uid: 11306 + - uid: 11315 components: - type: Transform pos: -0.5,-102.5 parent: 2 - - uid: 11307 + - uid: 11316 components: - type: Transform pos: -0.5,-103.5 parent: 2 - - uid: 11308 + - uid: 11317 components: - type: Transform pos: -0.5,-104.5 parent: 2 - - uid: 11309 + - uid: 11318 components: - type: Transform pos: -0.5,-105.5 parent: 2 - - uid: 11310 + - uid: 11319 components: - type: Transform pos: -28.5,-105.5 parent: 2 - - uid: 11311 + - uid: 11320 components: - type: Transform pos: -29.5,-105.5 parent: 2 - - uid: 11312 + - uid: 11321 components: - type: Transform pos: -30.5,-105.5 parent: 2 - - uid: 11313 + - uid: 11322 components: - type: Transform pos: -31.5,-105.5 parent: 2 - - uid: 11314 + - uid: 11323 components: - type: Transform pos: -32.5,-105.5 parent: 2 - - uid: 11315 + - uid: 11324 components: - type: Transform pos: -33.5,-105.5 parent: 2 - - uid: 11316 + - uid: 11325 components: - type: Transform pos: -34.5,-105.5 parent: 2 - - uid: 11317 + - uid: 11326 components: - type: Transform pos: -35.5,-105.5 parent: 2 - - uid: 11318 + - uid: 11327 components: - type: Transform pos: -1.5,-105.5 parent: 2 - - uid: 11319 + - uid: 11328 components: - type: Transform pos: -2.5,-105.5 parent: 2 - - uid: 11320 + - uid: 11329 components: - type: Transform pos: -3.5,-105.5 parent: 2 - - uid: 11321 + - uid: 11330 components: - type: Transform pos: -4.5,-105.5 parent: 2 - - uid: 11322 + - uid: 11331 components: - type: Transform pos: -5.5,-105.5 parent: 2 - - uid: 11323 + - uid: 11332 components: - type: Transform pos: -6.5,-105.5 parent: 2 - - uid: 11324 + - uid: 11333 components: - type: Transform pos: -7.5,-105.5 parent: 2 - - uid: 11325 + - uid: 11334 components: - type: Transform pos: -8.5,-105.5 parent: 2 - - uid: 11326 + - uid: 11335 components: - type: Transform pos: -9.5,-105.5 parent: 2 - - uid: 11327 + - uid: 11336 components: - type: Transform pos: -10.5,-105.5 parent: 2 - - uid: 11328 + - uid: 11337 components: - type: Transform pos: -11.5,-105.5 parent: 2 - - uid: 11329 + - uid: 11338 components: - type: Transform pos: -12.5,-105.5 parent: 2 - - uid: 11330 + - uid: 11339 components: - type: Transform pos: -13.5,-105.5 parent: 2 - - uid: 11331 + - uid: 11340 components: - type: Transform pos: -14.5,-105.5 parent: 2 - - uid: 11332 + - uid: 11341 components: - type: Transform pos: -15.5,-105.5 parent: 2 - - uid: 11333 + - uid: 11342 components: - type: Transform pos: -16.5,-105.5 parent: 2 - - uid: 11334 + - uid: 11343 components: - type: Transform pos: -17.5,-105.5 parent: 2 - - uid: 11335 + - uid: 11344 components: - type: Transform pos: -18.5,-105.5 parent: 2 - - uid: 11336 + - uid: 11345 components: - type: Transform pos: -19.5,-105.5 parent: 2 - - uid: 11337 + - uid: 11346 components: - type: Transform pos: -20.5,-105.5 parent: 2 - - uid: 11338 + - uid: 11347 components: - type: Transform pos: -21.5,-105.5 parent: 2 - - uid: 11339 + - uid: 11348 components: - type: Transform pos: -22.5,-105.5 parent: 2 - - uid: 11340 + - uid: 11349 components: - type: Transform pos: -23.5,-105.5 parent: 2 - - uid: 11341 + - uid: 11350 components: - type: Transform pos: -24.5,-105.5 parent: 2 - - uid: 11342 + - uid: 11351 components: - type: Transform pos: -25.5,-105.5 parent: 2 - - uid: 11343 + - uid: 11352 components: - type: Transform pos: -26.5,-105.5 parent: 2 - - uid: 11344 + - uid: 11353 components: - type: Transform pos: -27.5,-105.5 parent: 2 - - uid: 11345 + - uid: 11354 components: - type: Transform pos: -35.5,-104.5 parent: 2 - - uid: 11346 + - uid: 11355 components: - type: Transform pos: -35.5,-103.5 parent: 2 - - uid: 11347 + - uid: 11356 components: - type: Transform pos: -35.5,-102.5 parent: 2 - - uid: 11348 + - uid: 11357 components: - type: Transform pos: 67.5,-17.5 parent: 2 - - uid: 11349 + - uid: 11358 components: - type: Transform pos: -79.5,-32.5 parent: 2 - - uid: 11350 + - uid: 11359 components: - type: Transform pos: -78.5,-31.5 parent: 2 - - uid: 11351 + - uid: 11360 components: - type: Transform pos: -74.5,-48.5 parent: 2 - - uid: 11352 + - uid: 11361 components: - type: Transform pos: -73.5,-48.5 parent: 2 - - uid: 11353 + - uid: 11362 components: - type: Transform pos: -72.5,-48.5 parent: 2 - - uid: 11354 + - uid: 11363 components: - type: Transform pos: -71.5,-48.5 parent: 2 - - uid: 11355 + - uid: 11364 components: - type: Transform pos: -70.5,-48.5 parent: 2 - - uid: 11356 + - uid: 11365 components: - type: Transform pos: -69.5,-48.5 parent: 2 - - uid: 11357 + - uid: 11366 components: - type: Transform pos: -68.5,-48.5 parent: 2 - - uid: 11358 + - uid: 11367 components: - type: Transform pos: -67.5,-48.5 parent: 2 - - uid: 11359 + - uid: 11368 components: - type: Transform pos: -66.5,-48.5 parent: 2 - - uid: 11360 + - uid: 11369 components: - type: Transform pos: -65.5,-48.5 parent: 2 - - uid: 11361 + - uid: 11370 components: - type: Transform pos: -64.5,-48.5 parent: 2 - - uid: 11362 + - uid: 11371 components: - type: Transform pos: -63.5,-48.5 parent: 2 - - uid: 11363 + - uid: 11372 components: - type: Transform pos: -62.5,-48.5 parent: 2 - - uid: 11364 + - uid: 11373 components: - type: Transform rot: 3.141592653589793 rad pos: 55.5,-74.5 parent: 2 - - uid: 11365 + - uid: 11374 components: - type: Transform rot: 3.141592653589793 rad pos: 79.5,-27.5 parent: 2 - - uid: 11366 + - uid: 11375 components: - type: Transform rot: 3.141592653589793 rad pos: 79.5,-28.5 parent: 2 - - uid: 11367 + - uid: 11376 components: - type: Transform pos: 79.5,-29.5 parent: 2 - - uid: 11368 + - uid: 11377 components: - type: Transform pos: 79.5,-30.5 parent: 2 - - uid: 11369 + - uid: 11378 components: - type: Transform pos: 79.5,-31.5 parent: 2 - - uid: 11370 + - uid: 11379 components: - type: Transform pos: 79.5,-40.5 parent: 2 - - uid: 11371 + - uid: 11380 components: - type: Transform pos: 79.5,-39.5 parent: 2 - - uid: 11372 + - uid: 11381 components: - type: Transform rot: 1.5707963267948966 rad pos: -61.5,-56.5 parent: 2 - - uid: 11373 + - uid: 11382 components: - type: Transform rot: 1.5707963267948966 rad pos: -61.5,-57.5 parent: 2 - - uid: 11374 + - uid: 11383 components: - type: Transform rot: 1.5707963267948966 rad pos: -60.5,-57.5 parent: 2 - - uid: 11375 + - uid: 11384 components: - type: Transform rot: 1.5707963267948966 rad pos: -59.5,-57.5 parent: 2 - - uid: 11376 + - uid: 11385 components: - type: Transform rot: 1.5707963267948966 rad pos: -59.5,-58.5 parent: 2 - - uid: 11377 + - uid: 11386 components: - type: Transform rot: 1.5707963267948966 rad pos: -59.5,-59.5 parent: 2 - - uid: 11378 + - uid: 11387 components: - type: Transform rot: 1.5707963267948966 rad pos: -59.5,-60.5 parent: 2 - - uid: 11379 + - uid: 11388 components: - type: Transform rot: 1.5707963267948966 rad pos: -59.5,-61.5 parent: 2 - - uid: 11380 + - uid: 11389 components: - type: Transform rot: 1.5707963267948966 rad pos: -59.5,-62.5 parent: 2 - - uid: 11381 + - uid: 11390 components: - type: Transform rot: 1.5707963267948966 rad pos: -59.5,-63.5 parent: 2 - - uid: 11382 + - uid: 11391 components: - type: Transform rot: 1.5707963267948966 rad pos: -59.5,-64.5 parent: 2 - - uid: 11383 + - uid: 11392 components: - type: Transform rot: 1.5707963267948966 rad pos: -59.5,-65.5 parent: 2 - - uid: 11384 + - uid: 11393 components: - type: Transform rot: 1.5707963267948966 rad pos: -59.5,-66.5 parent: 2 - - uid: 11385 + - uid: 11394 components: - type: Transform rot: 1.5707963267948966 rad pos: -59.5,-67.5 parent: 2 - - uid: 11386 + - uid: 11395 components: - type: Transform rot: 1.5707963267948966 rad pos: -59.5,-68.5 parent: 2 - - uid: 11387 + - uid: 11396 components: - type: Transform rot: 1.5707963267948966 rad pos: -59.5,-69.5 parent: 2 - - uid: 11388 + - uid: 11397 components: - type: Transform pos: 8.5,-35.5 parent: 2 - - uid: 11389 + - uid: 11398 components: - type: Transform pos: 8.5,-34.5 parent: 2 - - uid: 11390 + - uid: 11399 components: - type: Transform pos: 8.5,-32.5 parent: 2 - - uid: 11391 + - uid: 11400 components: - type: Transform pos: 8.5,-33.5 parent: 2 - - uid: 11392 + - uid: 11401 components: - type: Transform pos: 46.5,-33.5 parent: 2 - - uid: 11393 + - uid: 11402 components: - type: Transform pos: 45.5,-33.5 parent: 2 - - uid: 11394 + - uid: 11403 components: - type: Transform pos: 44.5,-33.5 parent: 2 - - uid: 11395 + - uid: 11404 components: - type: Transform pos: 8.5,-31.5 parent: 2 - - uid: 11396 + - uid: 11405 components: - type: Transform pos: 8.5,-30.5 parent: 2 - - uid: 11397 + - uid: 11406 components: - type: Transform pos: 68.5,-70.5 parent: 2 - - uid: 11398 + - uid: 11407 components: - type: Transform pos: 69.5,-71.5 parent: 2 - - uid: 11399 + - uid: 11408 components: - type: Transform pos: 70.5,-71.5 parent: 2 - - uid: 11400 + - uid: 11409 components: - type: Transform pos: 71.5,-71.5 parent: 2 - - uid: 11401 + - uid: 11410 components: - type: Transform pos: 71.5,-71.5 parent: 2 - - uid: 11402 + - uid: 11411 components: - type: Transform pos: 71.5,-70.5 parent: 2 - - uid: 11403 + - uid: 11412 components: - type: Transform pos: 72.5,-70.5 parent: 2 - - uid: 11404 + - uid: 11413 components: - type: Transform pos: 72.5,-69.5 parent: 2 - - uid: 11405 + - uid: 11414 components: - type: Transform pos: 73.5,-69.5 parent: 2 - - uid: 11406 + - uid: 11415 components: - type: Transform pos: 74.5,-69.5 parent: 2 - - uid: 11407 + - uid: 11416 components: - type: Transform pos: 74.5,-68.5 parent: 2 - - uid: 11408 + - uid: 11417 components: - type: Transform pos: 74.5,-67.5 parent: 2 - - uid: 11409 + - uid: 11418 components: - type: Transform pos: 74.5,-66.5 parent: 2 - - uid: 11410 + - uid: 11419 components: - type: Transform pos: 74.5,-65.5 parent: 2 - - uid: 11411 + - uid: 11420 components: - type: Transform pos: 74.5,-64.5 parent: 2 - - uid: 11412 + - uid: 11421 components: - type: Transform pos: 74.5,-63.5 parent: 2 - - uid: 11413 + - uid: 11422 components: - type: Transform pos: 75.5,-63.5 parent: 2 - - uid: 11414 + - uid: 11423 components: - type: Transform pos: 76.5,-63.5 parent: 2 - - uid: 11415 + - uid: 11424 components: - type: Transform pos: 77.5,-63.5 parent: 2 - - uid: 11416 + - uid: 11425 components: - type: Transform pos: 78.5,-63.5 parent: 2 - - uid: 11417 + - uid: 11426 components: - type: Transform pos: 79.5,-63.5 parent: 2 - - uid: 11418 + - uid: 11427 components: - type: Transform pos: 79.5,-51.5 parent: 2 - - uid: 11419 + - uid: 11428 components: - type: Transform pos: 79.5,-52.5 parent: 2 - - uid: 11420 + - uid: 11429 components: - type: Transform pos: 79.5,-53.5 parent: 2 - - uid: 11421 + - uid: 11430 components: - type: Transform pos: 79.5,-54.5 parent: 2 - - uid: 11422 + - uid: 11431 components: - type: Transform pos: 79.5,-55.5 parent: 2 - - uid: 11423 + - uid: 11432 components: - type: Transform pos: 79.5,-56.5 parent: 2 - - uid: 11424 + - uid: 11433 components: - type: Transform pos: 79.5,-57.5 parent: 2 - - uid: 11425 + - uid: 11434 components: - type: Transform pos: 79.5,-58.5 parent: 2 - - uid: 11426 + - uid: 11435 components: - type: Transform pos: 79.5,-59.5 parent: 2 - - uid: 11427 + - uid: 11436 components: - type: Transform pos: 79.5,-60.5 parent: 2 - - uid: 11428 + - uid: 11437 components: - type: Transform pos: 79.5,-61.5 parent: 2 - - uid: 11429 + - uid: 11438 components: - type: Transform pos: 79.5,-62.5 parent: 2 - - uid: 11430 + - uid: 11439 components: - type: Transform pos: 72.5,-71.5 parent: 2 - - uid: 11431 + - uid: 11440 components: - type: Transform pos: 71.5,-69.5 parent: 2 - - uid: 11432 + - uid: 11441 components: - type: Transform pos: 55.5,-32.5 parent: 2 - - uid: 11433 + - uid: 11442 components: - type: Transform pos: 54.5,-32.5 parent: 2 - - uid: 11434 + - uid: 11443 components: - type: Transform pos: 53.5,-32.5 parent: 2 - - uid: 11435 + - uid: 11444 components: - type: Transform pos: 67.5,-74.5 parent: 2 - - uid: 11436 + - uid: 11445 components: - type: Transform pos: 66.5,-74.5 parent: 2 - - uid: 11437 + - uid: 11446 components: - type: Transform pos: 65.5,-74.5 parent: 2 - - uid: 11438 + - uid: 11447 components: - type: Transform pos: 64.5,-74.5 parent: 2 - - uid: 11439 + - uid: 11448 components: - type: Transform pos: 63.5,-74.5 parent: 2 - - uid: 11440 + - uid: 11449 components: - type: Transform pos: 62.5,-74.5 parent: 2 - - uid: 11441 + - uid: 11450 components: - type: Transform pos: 61.5,-74.5 parent: 2 - - uid: 11442 + - uid: 11451 components: - type: Transform pos: 60.5,-74.5 parent: 2 - - uid: 11443 + - uid: 11452 components: - type: Transform pos: 59.5,-74.5 parent: 2 - - uid: 11444 + - uid: 11453 components: - type: Transform pos: 58.5,-74.5 parent: 2 - - uid: 11445 + - uid: 11454 components: - type: Transform pos: 55.5,-30.5 parent: 2 - - uid: 11446 + - uid: 11455 components: - type: Transform pos: 55.5,-31.5 parent: 2 - - uid: 11447 + - uid: 11456 components: - type: Transform pos: 59.5,-22.5 parent: 2 - - uid: 11448 + - uid: 11457 components: - type: Transform pos: 59.5,-41.5 parent: 2 - - uid: 11449 + - uid: 11458 components: - type: Transform pos: 59.5,-40.5 parent: 2 - - uid: 11450 + - uid: 11459 components: - type: Transform pos: 59.5,-39.5 parent: 2 - - uid: 11451 + - uid: 11460 components: - type: Transform pos: 59.5,-38.5 parent: 2 - - uid: 11452 + - uid: 11461 components: - type: Transform pos: 57.5,-38.5 parent: 2 - - uid: 11453 + - uid: 11462 components: - type: Transform pos: 56.5,-38.5 parent: 2 - - uid: 11454 + - uid: 11463 components: - type: Transform pos: 59.5,-23.5 parent: 2 - - uid: 11455 + - uid: 11464 components: - type: Transform pos: 59.5,-24.5 parent: 2 - - uid: 11456 + - uid: 11465 components: - type: Transform rot: 3.141592653589793 rad pos: 65.5,-20.5 parent: 2 - - uid: 11457 + - uid: 11466 components: - type: Transform rot: 3.141592653589793 rad pos: 65.5,-19.5 parent: 2 - - uid: 11458 + - uid: 11467 components: - type: Transform rot: 3.141592653589793 rad pos: 65.5,-18.5 parent: 2 - - uid: 11459 + - uid: 11468 components: - type: Transform rot: 3.141592653589793 rad pos: 66.5,-18.5 parent: 2 - - uid: 11460 + - uid: 11469 components: - type: Transform pos: 75.5,-51.5 parent: 2 - - uid: 11461 + - uid: 11470 components: - type: Transform pos: 75.5,-52.5 parent: 2 - - uid: 11462 + - uid: 11471 components: - type: Transform pos: 75.5,-53.5 parent: 2 - - uid: 11463 + - uid: 11472 components: - type: Transform pos: 75.5,-54.5 parent: 2 - - uid: 11464 + - uid: 11473 components: - type: Transform pos: 75.5,-55.5 parent: 2 - - uid: 11465 + - uid: 11474 components: - type: Transform pos: 75.5,-56.5 parent: 2 - - uid: 11466 + - uid: 11475 components: - type: Transform pos: 60.5,-26.5 parent: 2 - - uid: 11467 + - uid: 11476 components: - type: Transform pos: 59.5,-26.5 parent: 2 - - uid: 11468 + - uid: 11477 components: - type: Transform pos: 58.5,-26.5 parent: 2 - - uid: 11469 + - uid: 11478 components: - type: Transform pos: 57.5,-26.5 parent: 2 - - uid: 11470 + - uid: 11479 components: - type: Transform pos: 56.5,-26.5 parent: 2 - - uid: 11471 + - uid: 11480 components: - type: Transform pos: 64.5,-58.5 parent: 2 - - uid: 11472 + - uid: 11481 components: - type: Transform pos: 71.5,-57.5 parent: 2 - - uid: 11473 + - uid: 11482 components: - type: Transform pos: 71.5,-58.5 parent: 2 - - uid: 11474 + - uid: 11483 components: - type: Transform pos: 71.5,-59.5 parent: 2 - - uid: 11475 + - uid: 11484 components: - type: Transform pos: 71.5,-60.5 parent: 2 - - uid: 11476 + - uid: 11485 components: - type: Transform pos: 71.5,-61.5 parent: 2 - - uid: 11477 + - uid: 11486 components: - type: Transform pos: 47.5,-65.5 parent: 2 - - uid: 11478 + - uid: 11487 components: - type: Transform pos: 48.5,-65.5 parent: 2 - - uid: 11479 + - uid: 11488 components: - type: Transform pos: 49.5,-65.5 parent: 2 - - uid: 11480 + - uid: 11489 components: - type: Transform pos: 50.5,-65.5 parent: 2 - - uid: 11481 + - uid: 11490 components: - type: Transform pos: 52.5,-66.5 parent: 2 - - uid: 11482 + - uid: 11491 components: - type: Transform pos: 69.5,-63.5 parent: 2 - - uid: 11483 + - uid: 11492 components: - type: Transform pos: 67.5,-66.5 parent: 2 - - uid: 11484 + - uid: 11493 components: - type: Transform pos: 11.5,-89.5 parent: 2 - - uid: 11485 + - uid: 11494 components: - type: Transform pos: 12.5,-89.5 parent: 2 - - uid: 11486 + - uid: 11495 components: - type: Transform pos: 12.5,-90.5 parent: 2 - - uid: 11487 + - uid: 11496 components: - type: Transform pos: 12.5,-91.5 parent: 2 - - uid: 11488 + - uid: 11497 components: - type: Transform pos: 5.5,-89.5 parent: 2 - - uid: 11489 + - uid: 11498 components: - type: Transform pos: 6.5,-89.5 parent: 2 - - uid: 11490 + - uid: 11499 components: - type: Transform pos: 7.5,-89.5 parent: 2 - - uid: 11491 + - uid: 11500 components: - type: Transform pos: 8.5,-89.5 parent: 2 - - uid: 11492 + - uid: 11501 components: - type: Transform pos: 9.5,-89.5 parent: 2 - - uid: 11493 + - uid: 11502 components: - type: Transform pos: 10.5,-89.5 parent: 2 - - uid: 11494 + - uid: 11503 components: - type: Transform pos: 3.5,-89.5 parent: 2 - - uid: 11495 + - uid: 11504 components: - type: Transform pos: 70.5,-25.5 parent: 2 - - uid: 11496 + - uid: 11505 components: - type: Transform pos: 69.5,-25.5 parent: 2 - - uid: 11497 + - uid: 11506 components: - type: Transform pos: 68.5,-25.5 parent: 2 - - uid: 11498 + - uid: 11507 components: - type: Transform pos: 66.5,-25.5 parent: 2 - - uid: 11499 + - uid: 11508 components: - type: Transform pos: 67.5,-25.5 parent: 2 - - uid: 11500 + - uid: 11509 components: - type: Transform pos: 71.5,-26.5 parent: 2 - - uid: 11501 + - uid: 11510 components: - type: Transform pos: 72.5,-26.5 parent: 2 - - uid: 11502 + - uid: 11511 components: - type: Transform pos: 73.5,-26.5 parent: 2 - - uid: 11503 + - uid: 11512 components: - type: Transform pos: 74.5,-26.5 parent: 2 - - uid: 11504 + - uid: 11513 components: - type: Transform pos: 75.5,-26.5 parent: 2 - - uid: 11505 + - uid: 11514 components: - type: Transform pos: 76.5,-26.5 parent: 2 - - uid: 11506 + - uid: 11515 components: - type: Transform pos: 77.5,-26.5 parent: 2 - - uid: 11507 + - uid: 11516 components: - type: Transform pos: 78.5,-26.5 parent: 2 - - uid: 11508 + - uid: 11517 components: - type: Transform pos: -46.5,-53.5 parent: 2 - - uid: 11509 + - uid: 11518 components: - type: Transform pos: -46.5,-54.5 parent: 2 - - uid: 11510 + - uid: 11519 components: - type: Transform pos: 6.5,-88.5 parent: 2 - - uid: 11511 + - uid: 11520 components: - type: Transform pos: 6.5,-87.5 parent: 2 - - uid: 11512 + - uid: 11521 components: - type: Transform pos: 8.5,-75.5 parent: 2 - - uid: 11513 + - uid: 11522 components: - type: Transform pos: 9.5,-75.5 parent: 2 - - uid: 11514 + - uid: 11523 components: - type: Transform pos: 10.5,-75.5 parent: 2 - - uid: 11515 + - uid: 11524 components: - type: Transform pos: 11.5,-75.5 parent: 2 - - uid: 11516 + - uid: 11525 components: - type: Transform pos: 12.5,-75.5 parent: 2 - - uid: 11517 + - uid: 11526 components: - type: Transform pos: 13.5,-75.5 parent: 2 - - uid: 11518 + - uid: 11527 components: - type: Transform pos: 14.5,-75.5 parent: 2 - - uid: 11519 + - uid: 11528 components: - type: Transform pos: 15.5,-75.5 parent: 2 - - uid: 11520 + - uid: 11529 components: - type: Transform pos: 16.5,-75.5 parent: 2 - - uid: 11521 + - uid: 11530 components: - type: Transform pos: 17.5,-75.5 parent: 2 - - uid: 11522 + - uid: 11531 components: - type: Transform pos: 18.5,-75.5 parent: 2 - - uid: 11523 + - uid: 11532 components: - type: Transform pos: 19.5,-75.5 parent: 2 - - uid: 11524 + - uid: 11533 components: - type: Transform pos: 20.5,-75.5 parent: 2 - - uid: 11525 + - uid: 11534 components: - type: Transform pos: 21.5,-75.5 parent: 2 - - uid: 11526 + - uid: 11535 components: - type: Transform pos: 69.5,4.5 parent: 2 - - uid: 11527 + - uid: 11536 components: - type: Transform pos: 69.5,2.5 parent: 2 - - uid: 11528 + - uid: 11537 components: - type: Transform pos: 69.5,1.5 parent: 2 - - uid: 11529 + - uid: 11538 components: - type: Transform pos: 69.5,0.5 parent: 2 - - uid: 11530 + - uid: 11539 components: - type: Transform pos: 69.5,-0.5 parent: 2 - - uid: 11531 + - uid: 11540 components: - type: Transform pos: 69.5,-1.5 parent: 2 - - uid: 11532 + - uid: 11541 components: - type: Transform pos: 69.5,31.5 parent: 2 - - uid: 11533 + - uid: 11542 components: - type: Transform pos: 69.5,30.5 parent: 2 - - uid: 11534 + - uid: 11543 components: - type: Transform pos: 69.5,29.5 parent: 2 - - uid: 11535 + - uid: 11544 components: - type: Transform pos: 69.5,28.5 parent: 2 - - uid: 11536 + - uid: 11545 components: - type: Transform pos: 69.5,27.5 parent: 2 - - uid: 11537 + - uid: 11546 components: - type: Transform pos: 69.5,26.5 parent: 2 - - uid: 11538 + - uid: 11547 components: - type: Transform pos: 69.5,25.5 parent: 2 - - uid: 11539 + - uid: 11548 components: - type: Transform pos: 69.5,24.5 parent: 2 - - uid: 11540 + - uid: 11549 components: - type: Transform pos: 69.5,23.5 parent: 2 - - uid: 11541 + - uid: 11550 components: - type: Transform pos: 69.5,22.5 parent: 2 - - uid: 11542 + - uid: 11551 components: - type: Transform pos: 69.5,21.5 parent: 2 - - uid: 11543 + - uid: 11552 components: - type: Transform pos: 69.5,20.5 parent: 2 - - uid: 11544 + - uid: 11553 components: - type: Transform pos: 69.5,19.5 parent: 2 - - uid: 11545 + - uid: 11554 components: - type: Transform pos: 69.5,18.5 parent: 2 - - uid: 11546 + - uid: 11555 components: - type: Transform pos: 69.5,17.5 parent: 2 - - uid: 11547 + - uid: 11556 components: - type: Transform pos: 69.5,16.5 parent: 2 - - uid: 11548 + - uid: 11557 components: - type: Transform pos: 69.5,15.5 parent: 2 - - uid: 11549 + - uid: 11558 components: - type: Transform pos: 69.5,14.5 parent: 2 - - uid: 11550 + - uid: 11559 components: - type: Transform pos: 69.5,13.5 parent: 2 - - uid: 11551 + - uid: 11560 components: - type: Transform pos: 69.5,12.5 parent: 2 - - uid: 11552 + - uid: 11561 components: - type: Transform pos: 69.5,11.5 parent: 2 - - uid: 11553 + - uid: 11562 components: - type: Transform pos: 69.5,10.5 parent: 2 - - uid: 11554 + - uid: 11563 components: - type: Transform pos: 69.5,9.5 parent: 2 - - uid: 11555 + - uid: 11564 components: - type: Transform pos: 69.5,8.5 parent: 2 - - uid: 11556 + - uid: 11565 components: - type: Transform pos: 69.5,7.5 parent: 2 - - uid: 11557 + - uid: 11566 components: - type: Transform pos: 69.5,6.5 parent: 2 - - uid: 11558 + - uid: 11567 components: - type: Transform pos: 69.5,5.5 parent: 2 - - uid: 11559 + - uid: 11568 components: - type: Transform pos: 75.5,43.5 parent: 2 - - uid: 11560 + - uid: 11569 components: - type: Transform pos: 63.5,37.5 parent: 2 - - uid: 11561 + - uid: 11570 components: - type: Transform pos: 63.5,38.5 parent: 2 - - uid: 11562 + - uid: 11571 components: - type: Transform pos: 63.5,39.5 parent: 2 - - uid: 11563 + - uid: 11572 components: - type: Transform pos: 64.5,39.5 parent: 2 - - uid: 11564 + - uid: 11573 components: - type: Transform pos: 65.5,39.5 parent: 2 - - uid: 11565 + - uid: 11574 components: - type: Transform pos: 66.5,39.5 parent: 2 - - uid: 11566 + - uid: 11575 components: - type: Transform pos: 67.5,39.5 parent: 2 - - uid: 11567 + - uid: 11576 components: - type: Transform pos: 67.5,40.5 parent: 2 - - uid: 11568 + - uid: 11577 components: - type: Transform pos: 67.5,41.5 parent: 2 - - uid: 11569 + - uid: 11578 components: - type: Transform pos: 68.5,41.5 parent: 2 - - uid: 11570 + - uid: 11579 components: - type: Transform pos: 69.5,41.5 parent: 2 - - uid: 11571 + - uid: 11580 components: - type: Transform pos: 70.5,41.5 parent: 2 - - uid: 11572 + - uid: 11581 components: - type: Transform pos: 71.5,41.5 parent: 2 - - uid: 11573 + - uid: 11582 components: - type: Transform pos: 72.5,41.5 parent: 2 - - uid: 11574 + - uid: 11583 components: - type: Transform pos: 72.5,42.5 parent: 2 - - uid: 11575 + - uid: 11584 components: - type: Transform pos: 73.5,42.5 parent: 2 - - uid: 11576 + - uid: 11585 components: - type: Transform pos: 74.5,42.5 parent: 2 - - uid: 11577 + - uid: 11586 components: - type: Transform pos: 75.5,42.5 parent: 2 - - uid: 11578 + - uid: 11587 components: - type: Transform pos: 75.5,44.5 parent: 2 - - uid: 11579 + - uid: 11588 components: - type: Transform pos: 75.5,45.5 parent: 2 - - uid: 11580 + - uid: 11589 components: - type: Transform pos: 75.5,46.5 parent: 2 - - uid: 11581 + - uid: 11590 components: - type: Transform pos: 74.5,46.5 parent: 2 - - uid: 11582 + - uid: 11591 components: - type: Transform pos: 74.5,47.5 parent: 2 - - uid: 11583 + - uid: 11592 components: - type: Transform pos: 74.5,48.5 parent: 2 - - uid: 11584 + - uid: 11593 components: - type: Transform pos: 74.5,49.5 parent: 2 - - uid: 11585 + - uid: 11594 components: - type: Transform pos: 74.5,50.5 parent: 2 - - uid: 11586 + - uid: 11595 components: - type: Transform pos: 74.5,51.5 parent: 2 - - uid: 11587 + - uid: 11596 components: - type: Transform pos: 74.5,52.5 parent: 2 - - uid: 11588 + - uid: 11597 components: - type: Transform pos: 74.5,53.5 parent: 2 - - uid: 11589 + - uid: 11598 components: - type: Transform pos: 74.5,54.5 parent: 2 - - uid: 11590 + - uid: 11599 components: - type: Transform pos: 74.5,55.5 parent: 2 - - uid: 11591 + - uid: 11600 components: - type: Transform pos: 74.5,56.5 parent: 2 - - uid: 11592 + - uid: 11601 components: - type: Transform pos: 74.5,57.5 parent: 2 - - uid: 11593 + - uid: 11602 components: - type: Transform pos: 60.5,58.5 parent: 2 - - uid: 11594 + - uid: 11603 components: - type: Transform pos: 73.5,57.5 parent: 2 - - uid: 11595 + - uid: 11604 components: - type: Transform pos: 72.5,57.5 parent: 2 - - uid: 11596 + - uid: 11605 components: - type: Transform pos: 71.5,57.5 parent: 2 - - uid: 11597 + - uid: 11606 components: - type: Transform pos: 70.5,57.5 parent: 2 - - uid: 11598 + - uid: 11607 components: - type: Transform pos: 69.5,57.5 parent: 2 - - uid: 11599 + - uid: 11608 components: - type: Transform pos: 68.5,57.5 parent: 2 - - uid: 11600 + - uid: 11609 components: - type: Transform pos: 67.5,57.5 parent: 2 - - uid: 11601 + - uid: 11610 components: - type: Transform pos: 66.5,57.5 parent: 2 - - uid: 11602 + - uid: 11611 components: - type: Transform pos: 65.5,57.5 parent: 2 - - uid: 11603 + - uid: 11612 components: - type: Transform pos: 64.5,57.5 parent: 2 - - uid: 11604 + - uid: 11613 components: - type: Transform pos: 63.5,57.5 parent: 2 - - uid: 11605 + - uid: 11614 components: - type: Transform pos: 62.5,57.5 parent: 2 - - uid: 11606 + - uid: 11615 components: - type: Transform pos: 61.5,57.5 parent: 2 - - uid: 11607 + - uid: 11616 components: - type: Transform pos: 60.5,57.5 parent: 2 - - uid: 11608 + - uid: 11617 components: - type: Transform pos: 60.5,59.5 parent: 2 - - uid: 11609 + - uid: 11618 components: - type: Transform pos: 60.5,60.5 parent: 2 - - uid: 11610 + - uid: 11619 components: - type: Transform pos: 60.5,61.5 parent: 2 - - uid: 11611 + - uid: 11620 components: - type: Transform pos: 60.5,62.5 parent: 2 - - uid: 11612 + - uid: 11621 components: - type: Transform pos: 60.5,63.5 parent: 2 - - uid: 11613 + - uid: 11622 components: - type: Transform pos: 47.5,55.5 parent: 2 - - uid: 11614 + - uid: 11623 components: - type: Transform pos: 59.5,63.5 parent: 2 - - uid: 11615 + - uid: 11624 components: - type: Transform pos: 58.5,63.5 parent: 2 - - uid: 11616 + - uid: 11625 components: - type: Transform pos: 57.5,63.5 parent: 2 - - uid: 11617 + - uid: 11626 components: - type: Transform pos: 56.5,63.5 parent: 2 - - uid: 11618 + - uid: 11627 components: - type: Transform pos: 55.5,63.5 parent: 2 - - uid: 11619 + - uid: 11628 components: - type: Transform pos: 54.5,63.5 parent: 2 - - uid: 11620 + - uid: 11629 components: - type: Transform pos: 53.5,63.5 parent: 2 - - uid: 11621 + - uid: 11630 components: - type: Transform pos: 52.5,63.5 parent: 2 - - uid: 11622 + - uid: 11631 components: - type: Transform pos: 51.5,63.5 parent: 2 - - uid: 11623 + - uid: 11632 components: - type: Transform pos: 50.5,63.5 parent: 2 - - uid: 11624 + - uid: 11633 components: - type: Transform pos: 49.5,63.5 parent: 2 - - uid: 11625 + - uid: 11634 components: - type: Transform pos: 48.5,63.5 parent: 2 - - uid: 11626 + - uid: 11635 components: - type: Transform pos: 48.5,62.5 parent: 2 - - uid: 11627 + - uid: 11636 components: - type: Transform pos: 48.5,61.5 parent: 2 - - uid: 11628 + - uid: 11637 components: - type: Transform pos: 48.5,60.5 parent: 2 - - uid: 11629 + - uid: 11638 components: - type: Transform pos: 48.5,59.5 parent: 2 - - uid: 11630 + - uid: 11639 components: - type: Transform pos: 48.5,58.5 parent: 2 - - uid: 11631 + - uid: 11640 components: - type: Transform pos: 48.5,57.5 parent: 2 - - uid: 11632 + - uid: 11641 components: - type: Transform pos: 48.5,56.5 parent: 2 - - uid: 11633 + - uid: 11642 components: - type: Transform pos: 48.5,55.5 parent: 2 - - uid: 11634 + - uid: 11643 components: - type: Transform pos: 46.5,55.5 parent: 2 - - uid: 11635 + - uid: 11644 components: - type: Transform pos: 45.5,55.5 parent: 2 - - uid: 11636 + - uid: 11645 components: - type: Transform pos: 44.5,55.5 parent: 2 - - uid: 11637 + - uid: 11646 components: - type: Transform pos: 43.5,55.5 parent: 2 - - uid: 11638 + - uid: 11647 components: - type: Transform pos: 42.5,55.5 parent: 2 - - uid: 11639 + - uid: 11648 components: - type: Transform pos: 41.5,55.5 parent: 2 - - uid: 11640 + - uid: 11649 components: - type: Transform pos: 40.5,55.5 parent: 2 - - uid: 11641 + - uid: 11650 components: - type: Transform pos: 37.5,55.5 parent: 2 - - uid: 11642 + - uid: 11651 components: - type: Transform pos: 36.5,55.5 parent: 2 - - uid: 11643 + - uid: 11652 components: - type: Transform pos: 35.5,55.5 parent: 2 - - uid: 11644 + - uid: 11653 components: - type: Transform pos: 34.5,55.5 parent: 2 - - uid: 11645 + - uid: 11654 components: - type: Transform pos: 33.5,55.5 parent: 2 - - uid: 11646 + - uid: 11655 components: - type: Transform pos: 32.5,55.5 parent: 2 - - uid: 11647 + - uid: 11656 components: - type: Transform pos: 31.5,55.5 parent: 2 - - uid: 11648 + - uid: 11657 components: - type: Transform pos: 30.5,55.5 parent: 2 - - uid: 11649 + - uid: 11658 components: - type: Transform pos: 66.5,35.5 parent: 2 - - uid: 11650 + - uid: 11659 components: - type: Transform pos: 66.5,34.5 parent: 2 - - uid: 11651 + - uid: 11660 components: - type: Transform pos: 66.5,33.5 parent: 2 - - uid: 11652 + - uid: 11661 components: - type: Transform pos: 66.5,32.5 parent: 2 - - uid: 11653 + - uid: 11662 components: - type: Transform pos: 66.5,31.5 parent: 2 - - uid: 11654 + - uid: 11663 components: - type: Transform pos: 67.5,31.5 parent: 2 - - uid: 11655 + - uid: 11664 components: - type: Transform pos: 68.5,31.5 parent: 2 - - uid: 11656 + - uid: 11665 components: - type: Transform rot: 3.141592653589793 rad pos: 27.5,-90.5 parent: 2 - - uid: 11657 + - uid: 11666 components: - type: Transform rot: 3.141592653589793 rad pos: 13.5,-89.5 parent: 2 - - uid: 11658 + - uid: 11667 components: - type: Transform pos: -7.5,-9.5 parent: 2 - - uid: 11659 + - uid: 11668 components: - type: Transform pos: -8.5,-9.5 parent: 2 - - uid: 11660 + - uid: 11669 components: - type: Transform pos: -9.5,-9.5 parent: 2 - - uid: 11661 + - uid: 11670 components: - type: Transform pos: -10.5,-9.5 parent: 2 - - uid: 11662 + - uid: 11671 components: - type: Transform pos: -11.5,-9.5 parent: 2 - - uid: 11663 + - uid: 11672 components: - type: Transform pos: -12.5,-9.5 parent: 2 - - uid: 11664 + - uid: 11673 components: - type: Transform pos: -13.5,-9.5 parent: 2 - - uid: 11665 + - uid: 11674 components: - type: Transform pos: -15.5,-14.5 parent: 2 - - uid: 11666 + - uid: 11675 components: - type: Transform pos: -46.5,52.5 parent: 2 - - uid: 11667 + - uid: 11676 components: - type: Transform pos: -46.5,51.5 parent: 2 - - uid: 11668 + - uid: 11677 components: - type: Transform pos: -46.5,50.5 parent: 2 - - uid: 11669 + - uid: 11678 components: - type: Transform pos: -46.5,49.5 parent: 2 - - uid: 11670 + - uid: 11679 components: - type: Transform pos: -46.5,-56.5 parent: 2 - - uid: 11671 + - uid: 11680 components: - type: Transform pos: -46.5,-57.5 parent: 2 - - uid: 11672 + - uid: 11681 components: - type: Transform pos: -46.5,-58.5 parent: 2 - - uid: 11673 + - uid: 11682 components: - type: Transform pos: -47.5,-58.5 parent: 2 - - uid: 11674 + - uid: 11683 components: - type: Transform pos: -48.5,-58.5 parent: 2 - - uid: 11675 + - uid: 11684 components: - type: Transform pos: -49.5,-58.5 parent: 2 - - uid: 11676 + - uid: 11685 components: - type: Transform pos: -29.5,-19.5 parent: 2 - - uid: 11677 + - uid: 11686 components: - type: Transform pos: -29.5,-20.5 parent: 2 - - uid: 11678 + - uid: 11687 components: - type: Transform pos: -29.5,-21.5 parent: 2 - - uid: 11679 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,-60.5 - parent: 2 - - uid: 11680 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,-60.5 - parent: 2 - - uid: 11681 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,-60.5 - parent: 2 - - uid: 11682 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,-58.5 - parent: 2 - - uid: 11683 + - uid: 11688 components: - type: Transform pos: 63.5,2.5 parent: 2 - - uid: 11684 + - uid: 11689 components: - type: Transform rot: 3.141592653589793 rad pos: 52.5,-93.5 parent: 2 - - uid: 11685 + - uid: 11690 components: - type: Transform rot: 3.141592653589793 rad pos: 52.5,-80.5 parent: 2 - - uid: 11686 + - uid: 11691 components: - type: Transform rot: 3.141592653589793 rad pos: 52.5,-76.5 parent: 2 - - uid: 11687 + - uid: 11692 components: - type: Transform rot: 3.141592653589793 rad pos: 51.5,-95.5 parent: 2 - - uid: 11688 + - uid: 11693 components: - type: Transform rot: 3.141592653589793 rad pos: 52.5,-95.5 parent: 2 - - uid: 11689 + - uid: 11694 components: - type: Transform pos: 6.5,-73.5 parent: 2 - - uid: 11690 + - uid: 11695 components: - type: Transform rot: 3.141592653589793 rad pos: 50.5,-95.5 parent: 2 - - uid: 11691 + - uid: 11696 components: - type: Transform rot: 3.141592653589793 rad pos: 52.5,-75.5 parent: 2 - - uid: 11692 + - uid: 11697 components: - type: Transform rot: 3.141592653589793 rad pos: 52.5,-74.5 parent: 2 - - uid: 11693 + - uid: 11698 components: - type: Transform rot: 3.141592653589793 rad pos: 54.5,-74.5 parent: 2 - - uid: 11694 + - uid: 11699 components: - type: Transform rot: 3.141592653589793 rad pos: 53.5,-74.5 parent: 2 - - uid: 11695 + - uid: 11700 components: - type: Transform rot: 1.5707963267948966 rad pos: -19.5,-48.5 parent: 2 - - uid: 11696 + - uid: 11701 components: - type: Transform rot: 1.5707963267948966 rad pos: -19.5,-49.5 parent: 2 - - uid: 11697 + - uid: 11702 components: - type: Transform rot: 3.141592653589793 rad pos: 5.5,-19.5 parent: 2 - - uid: 11698 + - uid: 11703 components: - type: Transform rot: 3.141592653589793 rad pos: 5.5,-20.5 parent: 2 - - uid: 11699 + - uid: 11704 components: - type: Transform rot: 3.141592653589793 rad pos: 5.5,-21.5 parent: 2 - - uid: 11700 + - uid: 11705 components: - type: Transform rot: 3.141592653589793 rad pos: 5.5,-22.5 parent: 2 - - uid: 11701 + - uid: 11706 components: - type: Transform rot: 3.141592653589793 rad pos: 4.5,-16.5 parent: 2 - - uid: 11702 + - uid: 11707 components: - type: Transform rot: 3.141592653589793 rad pos: 6.5,-14.5 parent: 2 - - uid: 11703 + - uid: 11708 components: - type: Transform rot: 3.141592653589793 rad pos: 5.5,-14.5 parent: 2 - - uid: 11704 + - uid: 11709 components: - type: Transform rot: 3.141592653589793 rad pos: 4.5,-14.5 parent: 2 - - uid: 11705 + - uid: 11710 components: - type: Transform rot: 1.5707963267948966 rad pos: -20.5,-49.5 parent: 2 - - uid: 11706 + - uid: 11711 components: - type: Transform pos: 6.5,-74.5 parent: 2 - - uid: 11707 + - uid: 11712 components: - type: Transform pos: 6.5,-75.5 parent: 2 - - uid: 11708 + - uid: 11713 components: - type: Transform pos: 6.5,-76.5 parent: 2 - - uid: 11709 + - uid: 11714 components: - type: Transform pos: 6.5,-77.5 parent: 2 - - uid: 11710 + - uid: 11715 components: - type: Transform pos: 6.5,-78.5 parent: 2 - - uid: 11711 + - uid: 11716 components: - type: Transform pos: 6.5,-79.5 parent: 2 - - uid: 11712 + - uid: 11717 components: - type: Transform pos: 6.5,-80.5 parent: 2 - - uid: 11713 + - uid: 11718 components: - type: Transform pos: 6.5,-81.5 parent: 2 - - uid: 11714 + - uid: 11719 components: - type: Transform pos: 6.5,-82.5 parent: 2 - - uid: 11715 + - uid: 11720 components: - type: Transform rot: -1.5707963267948966 rad pos: -47.5,49.5 parent: 2 - - uid: 11716 + - uid: 11721 components: - type: Transform rot: -1.5707963267948966 rad pos: -48.5,49.5 parent: 2 - - uid: 11717 + - uid: 11722 components: - type: Transform rot: -1.5707963267948966 rad pos: -49.5,49.5 parent: 2 - - uid: 11718 + - uid: 11723 components: - type: Transform rot: -1.5707963267948966 rad pos: -49.5,48.5 parent: 2 - - uid: 11719 + - uid: 11724 components: - type: Transform pos: 71.5,-25.5 parent: 2 - - uid: 11720 + - uid: 11725 components: - type: Transform rot: 1.5707963267948966 rad pos: -61.5,-58.5 parent: 2 - - uid: 11721 + - uid: 11726 components: - type: Transform rot: 1.5707963267948966 rad pos: -61.5,-59.5 parent: 2 - - uid: 11722 + - uid: 11727 components: - type: Transform rot: 1.5707963267948966 rad pos: -62.5,-59.5 parent: 2 - - uid: 11723 + - uid: 11728 components: - type: Transform rot: 1.5707963267948966 rad pos: -63.5,-59.5 parent: 2 - - uid: 11724 + - uid: 11729 components: - type: Transform rot: 1.5707963267948966 rad pos: -64.5,-59.5 parent: 2 - - uid: 11725 + - uid: 11730 components: - type: Transform rot: 1.5707963267948966 rad pos: -65.5,-59.5 parent: 2 - - uid: 11726 + - uid: 11731 components: - type: Transform rot: 1.5707963267948966 rad pos: -66.5,-59.5 parent: 2 - - uid: 11727 + - uid: 11732 components: - type: Transform rot: 1.5707963267948966 rad pos: -67.5,-59.5 parent: 2 - - uid: 11728 + - uid: 11733 components: - type: Transform rot: 1.5707963267948966 rad pos: -68.5,-59.5 parent: 2 - - uid: 11729 + - uid: 11734 components: - type: Transform rot: 1.5707963267948966 rad pos: -69.5,-59.5 parent: 2 - - uid: 11730 + - uid: 11735 components: - type: Transform rot: 1.5707963267948966 rad pos: -70.5,-59.5 parent: 2 - - uid: 11731 + - uid: 11736 components: - type: Transform rot: 1.5707963267948966 rad pos: -71.5,-59.5 parent: 2 - - uid: 11732 + - uid: 11737 components: - type: Transform rot: 1.5707963267948966 rad pos: -72.5,-59.5 parent: 2 - - uid: 11733 + - uid: 11738 components: - type: Transform rot: 1.5707963267948966 rad pos: -73.5,-59.5 parent: 2 - - uid: 11734 + - uid: 11739 components: - type: Transform rot: 1.5707963267948966 rad pos: -74.5,-59.5 parent: 2 - - uid: 11735 + - uid: 11740 components: - type: Transform rot: 3.141592653589793 rad pos: 45.5,-80.5 parent: 2 - - uid: 11736 + - uid: 11741 components: - type: Transform rot: 3.141592653589793 rad pos: 45.5,-79.5 parent: 2 - - uid: 11737 + - uid: 11742 components: - type: Transform rot: 1.5707963267948966 rad pos: 33.5,-91.5 parent: 2 - - uid: 11738 + - uid: 11743 components: - type: Transform rot: 1.5707963267948966 rad pos: 45.5,-91.5 parent: 2 - - uid: 11739 + - uid: 11744 components: - type: Transform rot: 1.5707963267948966 rad pos: 45.5,-92.5 parent: 2 - - uid: 11740 + - uid: 11745 components: - type: Transform rot: 1.5707963267948966 rad pos: 45.5,-93.5 parent: 2 - - uid: 11741 + - uid: 11746 components: - type: Transform rot: 1.5707963267948966 rad pos: 33.5,-92.5 parent: 2 - - uid: 11742 + - uid: 11747 components: - type: Transform rot: 1.5707963267948966 rad pos: 33.5,-93.5 parent: 2 - - uid: 11743 + - uid: 11748 components: - type: Transform rot: 3.141592653589793 rad pos: 45.5,-78.5 parent: 2 - - uid: 11744 + - uid: 11749 components: - type: Transform rot: 3.141592653589793 rad pos: 45.5,-77.5 parent: 2 - - uid: 11745 + - uid: 11750 components: - type: Transform rot: 3.141592653589793 rad pos: 45.5,-76.5 parent: 2 - - uid: 11746 + - uid: 11751 components: - type: Transform rot: 3.141592653589793 rad pos: 45.5,-75.5 parent: 2 - - uid: 11747 + - uid: 11752 components: - type: Transform rot: 3.141592653589793 rad pos: 33.5,-80.5 parent: 2 - - uid: 11748 + - uid: 11753 components: - type: Transform rot: 3.141592653589793 rad pos: 33.5,-79.5 parent: 2 - - uid: 11749 + - uid: 11754 components: - type: Transform rot: 3.141592653589793 rad pos: 33.5,-78.5 parent: 2 - - uid: 11750 + - uid: 11755 components: - type: Transform rot: 3.141592653589793 rad pos: 33.5,-77.5 parent: 2 - - uid: 11751 + - uid: 11756 components: - type: Transform rot: 3.141592653589793 rad pos: 33.5,-76.5 parent: 2 - - uid: 11752 + - uid: 11757 components: - type: Transform rot: 3.141592653589793 rad pos: 33.5,-75.5 parent: 2 - - uid: 11753 + - uid: 11758 components: - type: Transform pos: -79.5,-33.5 parent: 2 - - uid: 11754 + - uid: 11759 components: - type: Transform pos: -79.5,-39.5 parent: 2 - - uid: 11755 + - uid: 11760 components: - type: Transform pos: -79.5,-38.5 parent: 2 - - uid: 11756 + - uid: 11761 components: - type: Transform pos: -79.5,-34.5 parent: 2 - - uid: 11757 + - uid: 11762 components: - type: Transform pos: -79.5,-36.5 parent: 2 - - uid: 11758 + - uid: 11763 components: - type: Transform pos: -79.5,-43.5 parent: 2 - - uid: 11759 + - uid: 11764 components: - type: Transform pos: -79.5,-37.5 parent: 2 - - uid: 11760 + - uid: 11765 components: - type: Transform pos: -79.5,-42.5 parent: 2 - - uid: 11761 + - uid: 11766 components: - type: Transform pos: -79.5,-35.5 parent: 2 - - uid: 11762 + - uid: 11767 components: - type: Transform rot: 3.141592653589793 rad pos: -79.5,-44.5 parent: 2 - - uid: 11763 + - uid: 11768 components: - type: Transform pos: -70.5,-37.5 parent: 2 - - uid: 11764 + - uid: 11769 components: - type: Transform pos: -69.5,-37.5 parent: 2 - - uid: 11765 + - uid: 11770 components: - type: Transform pos: -68.5,-37.5 parent: 2 - - uid: 11766 + - uid: 11771 components: - type: Transform pos: -67.5,-37.5 parent: 2 - - uid: 11767 + - uid: 11772 components: - type: Transform pos: -66.5,-37.5 parent: 2 - - uid: 11768 + - uid: 11773 components: - type: Transform pos: -65.5,-37.5 parent: 2 - - uid: 11769 + - uid: 11774 components: - type: Transform pos: -65.5,-38.5 parent: 2 - - uid: 11770 + - uid: 11775 components: - type: Transform pos: -65.5,-39.5 parent: 2 - - uid: 11771 + - uid: 11776 components: - type: Transform pos: -65.5,-40.5 parent: 2 - - uid: 11772 + - uid: 11777 components: - type: Transform pos: -65.5,-41.5 parent: 2 - - uid: 11773 + - uid: 11778 components: - type: Transform pos: -65.5,-42.5 parent: 2 - - uid: 11774 + - uid: 11779 components: - type: Transform pos: -65.5,-43.5 parent: 2 - - uid: 11775 + - uid: 11780 components: - type: Transform pos: -65.5,-45.5 parent: 2 - - uid: 11776 + - uid: 11781 components: - type: Transform rot: 3.141592653589793 rad pos: -79.5,-45.5 parent: 2 - - uid: 11777 + - uid: 11782 components: - type: Transform rot: 3.141592653589793 rad pos: -79.5,-46.5 parent: 2 - - uid: 11778 + - uid: 11783 components: - type: Transform rot: 3.141592653589793 rad pos: -79.5,-47.5 parent: 2 - - uid: 11779 + - uid: 11784 components: - type: Transform rot: 3.141592653589793 rad pos: -79.5,-48.5 parent: 2 - - uid: 11780 + - uid: 11785 components: - type: Transform rot: 3.141592653589793 rad pos: -78.5,-48.5 parent: 2 - - uid: 11781 + - uid: 11786 components: - type: Transform rot: 3.141592653589793 rad pos: -77.5,-48.5 parent: 2 - - uid: 11782 + - uid: 11787 components: - type: Transform rot: 3.141592653589793 rad pos: -76.5,-48.5 parent: 2 - - uid: 11783 + - uid: 11788 components: - type: Transform rot: 3.141592653589793 rad pos: -75.5,-48.5 parent: 2 - - uid: 11784 + - uid: 11789 components: - type: Transform rot: -1.5707963267948966 rad pos: -65.5,-44.5 parent: 2 - - uid: 11785 + - uid: 11790 components: - type: Transform rot: -1.5707963267948966 rad pos: -61.5,-47.5 parent: 2 - - uid: 11786 + - uid: 11791 components: - type: Transform rot: -1.5707963267948966 rad pos: -61.5,-46.5 parent: 2 - - uid: 11787 + - uid: 11792 components: - type: Transform rot: -1.5707963267948966 rad pos: -61.5,-45.5 parent: 2 - - uid: 11788 + - uid: 11793 components: - type: Transform rot: 3.141592653589793 rad pos: -78.5,-38.5 parent: 2 - - uid: 11789 + - uid: 11794 components: - type: Transform rot: 1.5707963267948966 rad pos: -15.5,15.5 parent: 2 - - uid: 11790 + - uid: 11795 components: - type: Transform rot: 3.141592653589793 rad pos: -77.5,-38.5 parent: 2 - - uid: 11791 + - uid: 11796 components: - type: Transform rot: 3.141592653589793 rad pos: -75.5,-38.5 parent: 2 - - uid: 11792 + - uid: 11797 components: - type: Transform rot: 3.141592653589793 rad pos: -52.5,-33.5 parent: 2 - - uid: 11793 + - uid: 11798 components: - type: Transform rot: -1.5707963267948966 rad pos: -43.5,-38.5 parent: 2 - - uid: 11794 + - uid: 11799 components: - type: Transform rot: -1.5707963267948966 rad pos: -43.5,-39.5 parent: 2 - - uid: 11795 + - uid: 11800 components: - type: Transform rot: -1.5707963267948966 rad pos: -43.5,-40.5 parent: 2 - - uid: 11796 + - uid: 11801 components: - type: Transform rot: 3.141592653589793 rad pos: 23.5,-32.5 parent: 2 - - uid: 11797 + - uid: 11802 components: - type: Transform rot: 3.141592653589793 rad pos: 26.5,-32.5 parent: 2 - - uid: 11798 + - uid: 11803 components: - type: Transform pos: 12.5,25.5 parent: 2 - - uid: 11799 + - uid: 11804 components: - type: Transform pos: 11.5,25.5 parent: 2 - - uid: 11800 + - uid: 11805 components: - type: Transform pos: 10.5,25.5 parent: 2 - - uid: 11801 + - uid: 11806 components: - type: Transform pos: 9.5,25.5 parent: 2 - - uid: 11802 + - uid: 11807 components: - type: Transform pos: 8.5,25.5 parent: 2 - - uid: 11803 + - uid: 11808 components: - type: Transform rot: 3.141592653589793 rad pos: 39.5,58.5 parent: 2 - - uid: 11804 + - uid: 11809 components: - type: Transform rot: 3.141592653589793 rad pos: 39.5,57.5 parent: 2 - - uid: 11805 + - uid: 11810 components: - type: Transform rot: 3.141592653589793 rad pos: 39.5,56.5 parent: 2 - - uid: 11806 + - uid: 11811 components: - type: Transform rot: 1.5707963267948966 rad pos: 39.5,55.5 parent: 2 - - uid: 11807 + - uid: 11812 components: - type: Transform rot: 1.5707963267948966 rad pos: 38.5,55.5 parent: 2 - - uid: 11808 + - uid: 11813 components: - type: Transform rot: 1.5707963267948966 rad pos: 15.5,-45.5 parent: 2 - - uid: 11809 + - uid: 11814 components: - type: Transform rot: 1.5707963267948966 rad pos: 14.5,-47.5 parent: 2 - - uid: 11810 + - uid: 11815 components: - type: Transform rot: 1.5707963267948966 rad pos: 14.5,-46.5 parent: 2 - - uid: 11811 + - uid: 11816 components: - type: Transform rot: -1.5707963267948966 rad pos: 1.5,24.5 parent: 2 + - uid: 11817 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-58.5 + parent: 2 + - uid: 11818 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-58.5 + parent: 2 + - uid: 11819 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-58.5 + parent: 2 + - uid: 11820 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-61.5 + parent: 2 + - uid: 11821 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-61.5 + parent: 2 + - uid: 11822 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-61.5 + parent: 2 + - uid: 11823 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-59.5 + parent: 2 + - uid: 11824 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-60.5 + parent: 2 + - uid: 11825 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-59.5 + parent: 2 + - uid: 11826 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-60.5 + parent: 2 - proto: Cautery entities: - - uid: 11812 + - uid: 11827 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5414771,-66.9678 + pos: 73.52661,-47.78304 parent: 2 - - uid: 11813 + - uid: 11828 components: - type: Transform - pos: 73.52661,-47.78304 + pos: -15.480821,-55.39353 parent: 2 - proto: Chair entities: - - uid: 11814 + - uid: 11829 components: - type: Transform rot: 1.5707963267948966 rad pos: 10.5,-37.5 parent: 2 - - uid: 11815 + - uid: 11830 components: - type: Transform rot: -1.5707963267948966 rad pos: 58.5,58.5 parent: 2 - - uid: 11816 + - uid: 11831 components: - type: Transform rot: -1.5707963267948966 rad pos: 18.5,-72.5 parent: 2 - - uid: 11817 + - uid: 11832 components: - type: Transform rot: -1.5707963267948966 rad pos: -51.5,-75.5 parent: 2 - - uid: 11818 + - uid: 11833 components: - type: Transform pos: 14.5,-72.5 parent: 2 - - uid: 11819 + - uid: 11834 components: - type: Transform rot: -1.5707963267948966 rad pos: -51.5,-79.5 parent: 2 - - uid: 11820 + - uid: 11835 components: - type: Transform rot: -1.5707963267948966 rad pos: -51.5,-78.5 parent: 2 - - uid: 11821 + - uid: 11836 components: - type: Transform rot: -1.5707963267948966 rad pos: -51.5,-77.5 parent: 2 - - uid: 11822 + - uid: 11837 components: - type: Transform rot: -1.5707963267948966 rad pos: -51.5,-74.5 parent: 2 - - uid: 11823 + - uid: 11838 components: - type: Transform rot: -1.5707963267948966 rad pos: -51.5,-73.5 parent: 2 - - uid: 11824 + - uid: 11839 components: - type: Transform pos: -23.5,-38.5 parent: 2 - - uid: 11825 + - uid: 11840 components: - type: Transform rot: 3.141592653589793 rad pos: 27.5,-4.5 parent: 2 - - uid: 11826 + - uid: 11841 components: - type: Transform pos: -2.5,-32.5 parent: 2 - - uid: 11827 + - uid: 11842 components: - type: Transform rot: 1.5707963267948966 rad pos: 17.5,-65.5 parent: 2 - - uid: 11828 + - uid: 11843 components: - type: Transform rot: 1.5707963267948966 rad pos: 17.5,-66.5 parent: 2 - - uid: 11829 + - uid: 11844 components: - type: Transform rot: 1.5707963267948966 rad pos: 18.5,-0.5 parent: 2 - - uid: 11830 + - uid: 11845 components: - type: Transform pos: 16.5,-67.5 parent: 2 - - uid: 11831 + - uid: 11846 components: - type: Transform rot: 1.5707963267948966 rad pos: 18.5,2.5 parent: 2 - - uid: 11832 + - uid: 11847 components: - type: Transform pos: 27.5,6.5 parent: 2 - - uid: 11833 + - uid: 11848 components: - type: Transform pos: 26.5,6.5 parent: 2 - - uid: 11834 + - uid: 11849 components: - type: Transform rot: 1.5707963267948966 rad pos: 7.5,13.5 parent: 2 - - uid: 11835 + - uid: 11850 components: - type: Transform rot: 1.5707963267948966 rad pos: 7.5,14.5 parent: 2 - - uid: 11836 + - uid: 11851 components: - type: Transform rot: 3.141592653589793 rad pos: 23.5,-4.5 parent: 2 - - uid: 11837 + - uid: 11852 components: - type: Transform rot: 3.141592653589793 rad pos: 26.5,-4.5 parent: 2 - - uid: 11838 + - uid: 11853 components: - type: Transform pos: 22.5,6.5 parent: 2 - - uid: 11839 + - uid: 11854 components: - type: Transform pos: 25.5,6.5 parent: 2 - - uid: 11840 + - uid: 11855 components: - type: Transform pos: 21.5,6.5 parent: 2 - - uid: 11841 + - uid: 11856 components: - type: Transform rot: 3.141592653589793 rad pos: -2.5,-34.5 parent: 2 - - uid: 11842 + - uid: 11857 components: - type: Transform pos: 15.5,-67.5 parent: 2 - - uid: 11843 + - uid: 11858 components: - type: Transform rot: 3.141592653589793 rad pos: 22.5,-4.5 parent: 2 - - uid: 11844 + - uid: 11859 components: - type: Transform rot: 3.141592653589793 rad pos: 21.5,-4.5 parent: 2 - - uid: 11845 + - uid: 11860 components: - type: Transform rot: -1.5707963267948966 rad pos: 65.5,-9.5 parent: 2 - - uid: 11846 + - uid: 11861 components: - type: Transform rot: -1.5707963267948966 rad pos: -7.5,-36.5 parent: 2 - - uid: 11847 + - uid: 11862 components: - type: Transform rot: -1.5707963267948966 rad pos: -7.5,-37.5 parent: 2 - - uid: 11848 + - uid: 11863 components: - type: Transform rot: -1.5707963267948966 rad pos: -7.5,-38.5 parent: 2 - - uid: 11849 + - uid: 11864 components: - type: Transform pos: 17.5,23.5 parent: 2 - - uid: 11850 + - uid: 11865 components: - type: Transform pos: 15.5,23.5 parent: 2 - - uid: 11851 + - uid: 11866 components: - type: Transform rot: 3.141592653589793 rad pos: 16.5,20.5 parent: 2 - - uid: 11852 + - uid: 11867 components: - type: Transform pos: 35.5,19.5 parent: 2 - - uid: 11853 + - uid: 11868 components: - type: Transform rot: 3.141592653589793 rad pos: 35.5,17.5 parent: 2 - - uid: 11854 + - uid: 11869 components: - type: Transform rot: -1.5707963267948966 rad pos: 18.5,29.5 parent: 2 - - uid: 11855 + - uid: 11870 components: - type: Transform rot: -1.5707963267948966 rad pos: 18.5,28.5 parent: 2 - - uid: 11856 + - uid: 11871 components: - type: Transform pos: 48.5,19.5 parent: 2 - - uid: 11857 + - uid: 11872 components: - type: Transform pos: 52.5,8.5 parent: 2 - - uid: 11858 + - uid: 11873 components: - type: Transform rot: 3.141592653589793 rad pos: 52.5,5.5 parent: 2 - - uid: 11859 + - uid: 11874 components: - type: Transform pos: 51.5,8.5 parent: 2 - - uid: 11860 + - uid: 11875 components: - type: Transform rot: 3.141592653589793 rad pos: 51.5,5.5 parent: 2 - - uid: 11861 + - uid: 11876 components: - type: Transform pos: 58.5,21.5 parent: 2 - - uid: 11862 + - uid: 11877 components: - type: Transform pos: 57.5,21.5 parent: 2 - - uid: 11863 + - uid: 11878 components: - type: Transform rot: 3.141592653589793 rad pos: 58.5,18.5 parent: 2 - - uid: 11864 + - uid: 11879 components: - type: Transform rot: 3.141592653589793 rad pos: 57.5,18.5 parent: 2 - - uid: 11865 + - uid: 11880 components: - type: Transform rot: 1.5707963267948966 rad pos: 42.5,-3.5 parent: 2 - - uid: 11866 + - uid: 11881 components: - type: Transform pos: 59.5,-10.5 parent: 2 - - uid: 11867 + - uid: 11882 components: - type: Transform pos: 58.5,-10.5 parent: 2 - - uid: 11868 + - uid: 11883 components: - type: Transform pos: 57.5,-10.5 parent: 2 - - uid: 11869 + - uid: 11884 components: - type: Transform pos: 56.5,-10.5 parent: 2 - - uid: 11870 + - uid: 11885 components: - type: Transform pos: 55.5,-10.5 parent: 2 - - uid: 11871 + - uid: 11886 components: - type: Transform rot: 3.141592653589793 rad pos: 55.5,-6.5 parent: 2 - - uid: 11872 + - uid: 11887 components: - type: Transform rot: 3.141592653589793 rad pos: 56.5,-6.5 parent: 2 - - uid: 11873 + - uid: 11888 components: - type: Transform rot: 3.141592653589793 rad pos: 57.5,-6.5 parent: 2 - - uid: 11874 + - uid: 11889 components: - type: Transform rot: 3.141592653589793 rad pos: 58.5,-6.5 parent: 2 - - uid: 11875 + - uid: 11890 components: - type: Transform rot: 3.141592653589793 rad pos: 59.5,-6.5 parent: 2 - - uid: 11876 + - uid: 11891 components: - type: Transform pos: 55.5,-14.5 parent: 2 - - uid: 11877 + - uid: 11892 components: - type: Transform pos: 56.5,-14.5 parent: 2 - - uid: 11878 + - uid: 11893 components: - type: Transform pos: 59.5,-14.5 parent: 2 - - uid: 11879 + - uid: 11894 components: - type: Transform pos: 58.5,-14.5 parent: 2 - - uid: 11880 + - uid: 11895 components: - type: Transform pos: 61.5,-10.5 parent: 2 - - uid: 11881 + - uid: 11896 components: - type: Transform pos: 60.5,-10.5 parent: 2 - - uid: 11882 + - uid: 11897 components: - type: Transform pos: 44.5,-48.5 parent: 2 - - uid: 11883 + - uid: 11898 components: - type: Transform pos: 46.5,-48.5 parent: 2 - - uid: 11884 + - uid: 11899 components: - type: Transform rot: 3.141592653589793 rad pos: 28.5,-55.5 parent: 2 - - uid: 11885 + - uid: 11900 components: - type: Transform rot: 3.141592653589793 rad pos: 29.5,-55.5 parent: 2 - - uid: 11886 + - uid: 11901 components: - type: Transform rot: 3.141592653589793 rad pos: 30.5,-55.5 parent: 2 - - uid: 11887 + - uid: 11902 components: - type: Transform rot: 3.141592653589793 rad pos: 30.5,-54.5 parent: 2 - - uid: 11888 + - uid: 11903 components: - type: Transform rot: 3.141592653589793 rad pos: 29.5,-54.5 parent: 2 - - uid: 11889 + - uid: 11904 components: - type: Transform rot: 3.141592653589793 rad pos: 28.5,-54.5 parent: 2 - - uid: 11890 + - uid: 11905 components: - type: Transform rot: 3.141592653589793 rad pos: 32.5,-54.5 parent: 2 - - uid: 11891 + - uid: 11906 components: - type: Transform rot: 3.141592653589793 rad pos: 33.5,-54.5 parent: 2 - - uid: 11892 + - uid: 11907 components: - type: Transform rot: 3.141592653589793 rad pos: 34.5,-54.5 parent: 2 - - uid: 11893 + - uid: 11908 components: - type: Transform rot: 3.141592653589793 rad pos: 34.5,-55.5 parent: 2 - - uid: 11894 + - uid: 11909 components: - type: Transform rot: 3.141592653589793 rad pos: 33.5,-55.5 parent: 2 - - uid: 11895 + - uid: 11910 components: - type: Transform rot: 3.141592653589793 rad pos: 32.5,-55.5 parent: 2 - - uid: 11896 + - uid: 11911 components: - type: Transform rot: 3.141592653589793 rad pos: 32.5,-53.5 parent: 2 - - uid: 11897 + - uid: 11912 components: - type: Transform rot: 3.141592653589793 rad pos: 33.5,-53.5 parent: 2 - - uid: 11898 + - uid: 11913 components: - type: Transform rot: 3.141592653589793 rad pos: 34.5,-53.5 parent: 2 - - uid: 11899 + - uid: 11914 components: - type: Transform rot: 3.141592653589793 rad pos: 30.5,-53.5 parent: 2 - - uid: 11900 + - uid: 11915 components: - type: Transform rot: 3.141592653589793 rad pos: 29.5,-53.5 parent: 2 - - uid: 11901 + - uid: 11916 components: - type: Transform rot: 3.141592653589793 rad pos: 28.5,-53.5 parent: 2 - - uid: 11902 + - uid: 11917 components: - type: Transform pos: 33.5,-48.5 parent: 2 - - uid: 11903 + - uid: 11918 components: - type: Transform rot: 1.5707963267948966 rad pos: 29.5,-48.5 parent: 2 - - uid: 11904 + - uid: 11919 components: - type: Transform rot: -1.5707963267948966 rad pos: -22.5,-9.5 parent: 2 - - uid: 11905 + - uid: 11920 components: - type: Transform rot: -1.5707963267948966 rad pos: -22.5,-10.5 parent: 2 - - uid: 11906 + - uid: 11921 components: - type: Transform rot: -1.5707963267948966 rad pos: -22.5,-13.5 parent: 2 - - uid: 11907 + - uid: 11922 components: - type: Transform rot: -1.5707963267948966 rad pos: -22.5,-14.5 parent: 2 - - uid: 11908 + - uid: 11923 components: - type: Transform rot: 3.141592653589793 rad pos: -48.5,10.5 parent: 2 - - uid: 11909 + - uid: 11924 components: - type: Transform pos: 44.5,-70.5 parent: 2 - - uid: 11910 + - uid: 11925 components: - type: Transform pos: 43.5,-70.5 parent: 2 - - uid: 11911 + - uid: 11926 components: - type: Transform pos: 42.5,-70.5 parent: 2 - - uid: 11912 + - uid: 11927 components: - type: Transform pos: 41.5,-70.5 parent: 2 - - uid: 11913 + - uid: 11928 components: - type: Transform pos: 37.5,-70.5 parent: 2 - - uid: 11914 + - uid: 11929 components: - type: Transform pos: 36.5,-70.5 parent: 2 - - uid: 11915 + - uid: 11930 components: - type: Transform pos: 35.5,-70.5 parent: 2 - - uid: 11916 + - uid: 11931 components: - type: Transform pos: 34.5,-70.5 parent: 2 - - uid: 11917 + - uid: 11932 components: - type: Transform rot: 3.141592653589793 rad pos: -49.5,10.5 parent: 2 - - uid: 11918 + - uid: 11933 components: - type: Transform rot: 3.141592653589793 rad pos: 23.5,16.5 parent: 2 - - uid: 11919 + - uid: 11934 components: - type: Transform rot: 1.5707963267948966 rad pos: -56.5,-75.5 parent: 2 - - uid: 11920 + - uid: 11935 components: - type: Transform rot: 1.5707963267948966 rad pos: -56.5,-76.5 parent: 2 - - uid: 11921 + - uid: 11936 components: - type: Transform rot: 1.5707963267948966 rad pos: -56.5,-77.5 parent: 2 - - uid: 11922 + - uid: 11937 components: - type: Transform rot: 3.141592653589793 rad pos: -53.5,-82.5 parent: 2 - - uid: 11923 + - uid: 11938 components: - type: Transform rot: 3.141592653589793 rad pos: -55.5,-82.5 parent: 2 - - uid: 11924 + - uid: 11939 components: - type: Transform pos: -53.5,-70.5 parent: 2 - - uid: 11925 + - uid: 11940 components: - type: Transform pos: -54.5,-70.5 parent: 2 - - uid: 11926 + - uid: 11941 components: - type: Transform pos: -55.5,-70.5 parent: 2 - - uid: 11927 + - uid: 11942 components: - type: Transform rot: -1.5707963267948966 rad pos: -36.5,-81.5 parent: 2 - - uid: 11928 + - uid: 11943 components: - type: Transform rot: -1.5707963267948966 rad pos: -36.5,-82.5 parent: 2 - - uid: 11929 + - uid: 11944 components: - type: Transform rot: -1.5707963267948966 rad pos: -36.5,-83.5 parent: 2 - - uid: 11930 + - uid: 11945 components: - type: Transform rot: 1.5707963267948966 rad pos: -47.5,-81.5 parent: 2 - - uid: 11931 + - uid: 11946 components: - type: Transform rot: 1.5707963267948966 rad pos: -47.5,-82.5 parent: 2 - - uid: 11932 + - uid: 11947 components: - type: Transform rot: 1.5707963267948966 rad pos: -47.5,-83.5 parent: 2 - - uid: 11933 + - uid: 11948 components: - type: Transform pos: -54.5,-58.5 parent: 2 - - uid: 11934 + - uid: 11949 components: - type: Transform rot: 1.5707963267948966 rad pos: 69.5,-56.5 parent: 2 - - uid: 11935 + - uid: 11950 components: - type: Transform rot: 3.141592653589793 rad pos: 34.5,-36.5 parent: 2 - - uid: 11936 + - uid: 11951 components: - type: Transform pos: 70.5,-55.5 parent: 2 - - uid: 11937 + - uid: 11952 components: - type: Transform rot: -1.5707963267948966 rad pos: -57.5,-51.5 parent: 2 - - uid: 11938 + - uid: 11953 components: - type: Transform rot: -1.5707963267948966 rad pos: -57.5,-52.5 parent: 2 - - uid: 11939 + - uid: 11954 components: - type: Transform rot: -1.5707963267948966 rad pos: -22.5,24.5 parent: 2 - - uid: 11940 + - uid: 11955 components: - type: Transform rot: -1.5707963267948966 rad pos: -22.5,23.5 parent: 2 - - uid: 11941 + - uid: 11956 components: - type: Transform rot: -1.5707963267948966 rad pos: -22.5,22.5 parent: 2 - - uid: 11942 + - uid: 11957 components: - type: Transform rot: -1.5707963267948966 rad pos: -22.5,19.5 parent: 2 - - uid: 11943 + - uid: 11958 components: - type: Transform rot: -1.5707963267948966 rad pos: -22.5,18.5 parent: 2 - - uid: 11944 + - uid: 11959 components: - type: Transform rot: 3.141592653589793 rad pos: -0.5,34.5 parent: 2 - - uid: 11945 + - uid: 11960 components: - type: Transform rot: 3.141592653589793 rad pos: -1.5,34.5 parent: 2 - - uid: 11946 + - uid: 11961 components: - type: Transform rot: 3.141592653589793 rad pos: -2.5,34.5 parent: 2 - - uid: 11947 + - uid: 11962 components: - type: Transform rot: -1.5707963267948966 rad pos: 65.5,-7.5 parent: 2 - - uid: 11948 + - uid: 11963 components: - type: Transform rot: 3.141592653589793 rad pos: 61.5,-6.5 parent: 2 - - uid: 11949 + - uid: 11964 components: - type: Transform rot: 3.141592653589793 rad pos: 60.5,-6.5 parent: 2 - - uid: 11950 + - uid: 11965 components: - type: Transform pos: 31.5,-60.5 parent: 2 - - uid: 11951 + - uid: 11966 components: - type: Transform rot: 3.141592653589793 rad pos: 30.5,-62.5 parent: 2 - - uid: 11952 + - uid: 11967 components: - type: Transform pos: 30.5,-60.5 parent: 2 - - uid: 11953 + - uid: 11968 components: - type: Transform rot: -1.5707963267948966 rad pos: 65.5,-8.5 parent: 2 - - uid: 11954 + - uid: 11969 components: - type: Transform rot: 3.141592653589793 rad pos: -50.5,10.5 parent: 2 - - uid: 11955 + - uid: 11970 components: - type: Transform rot: 3.141592653589793 rad pos: 25.5,-4.5 parent: 2 - - uid: 11956 + - uid: 11971 components: - type: Transform pos: 71.5,-55.5 parent: 2 - - uid: 11957 + - uid: 11972 components: - type: Transform pos: 23.5,6.5 parent: 2 - - uid: 11958 + - uid: 11973 components: - type: Transform rot: 3.141592653589793 rad pos: -5.5,-16.5 parent: 2 - - uid: 11959 + - uid: 11974 components: - type: Transform rot: 3.141592653589793 rad pos: 30.5,-43.5 parent: 2 - - uid: 11960 + - uid: 11975 components: - type: Transform rot: 3.141592653589793 rad pos: 29.5,-43.5 parent: 2 - - uid: 11961 + - uid: 11976 components: - type: Transform rot: 3.141592653589793 rad pos: 28.5,-43.5 parent: 2 - - uid: 11962 + - uid: 11977 components: - type: Transform rot: 3.141592653589793 rad pos: 44.5,-43.5 parent: 2 - - uid: 11963 + - uid: 11978 components: - type: Transform rot: 3.141592653589793 rad pos: 43.5,-43.5 parent: 2 - - uid: 11964 + - uid: 11979 components: - type: Transform rot: 3.141592653589793 rad pos: 42.5,-43.5 parent: 2 - - uid: 11965 + - uid: 11980 components: - type: Transform pos: 34.5,-34.5 parent: 2 - - uid: 11966 + - uid: 11981 components: - type: Transform pos: 3.5,-40.5 parent: 2 - - uid: 11967 + - uid: 11982 components: - type: Transform pos: -14.5,8.5 parent: 2 - - uid: 11968 + - uid: 11983 components: - type: Transform pos: -15.5,8.5 parent: 2 - - uid: 11969 + - uid: 11984 components: - type: Transform rot: 3.141592653589793 rad pos: -40.5,-0.5 parent: 2 - - uid: 11970 + - uid: 11985 components: - type: Transform rot: 3.141592653589793 rad pos: -39.5,-0.5 parent: 2 - - uid: 11971 + - uid: 11986 components: - type: Transform rot: 3.141592653589793 rad pos: -38.5,-0.5 parent: 2 - - uid: 11972 + - uid: 11987 components: - type: Transform rot: 3.141592653589793 rad pos: -36.5,-0.5 parent: 2 - - uid: 11973 + - uid: 11988 components: - type: Transform rot: 3.141592653589793 rad pos: -35.5,-0.5 parent: 2 - - uid: 11974 + - uid: 11989 components: - type: Transform rot: 3.141592653589793 rad pos: -34.5,-0.5 parent: 2 - - uid: 11975 + - uid: 11990 components: - type: Transform rot: -1.5707963267948966 rad pos: -17.5,-70.5 parent: 2 - - uid: 11976 + - uid: 11991 components: - type: Transform rot: -1.5707963267948966 rad pos: -17.5,-71.5 parent: 2 - - uid: 11977 + - uid: 11992 components: - type: Transform rot: 3.141592653589793 rad pos: 31.5,-62.5 parent: 2 - - uid: 11978 + - uid: 11993 components: - type: Transform rot: -1.5707963267948966 rad pos: -18.5,-34.5 parent: 2 - - uid: 11979 + - uid: 11994 components: - type: Transform rot: -1.5707963267948966 rad pos: -18.5,-33.5 parent: 2 - - uid: 11980 + - uid: 11995 components: - type: Transform rot: -1.5707963267948966 rad pos: -18.5,-32.5 parent: 2 - - uid: 11981 + - uid: 11996 components: - type: Transform rot: 1.5707963267948966 rad pos: -34.5,-67.5 parent: 2 - - uid: 11982 + - uid: 11997 components: - type: Transform rot: 3.141592653589793 rad pos: 22.5,16.5 parent: 2 - - uid: 11983 + - uid: 11998 components: - type: Transform rot: 3.141592653589793 rad pos: 21.5,16.5 parent: 2 - - uid: 11984 + - uid: 11999 components: - type: Transform rot: 3.141592653589793 rad pos: 32.5,-18.5 parent: 2 - - uid: 11985 + - uid: 12000 components: - type: Transform rot: 3.141592653589793 rad pos: 31.5,-18.5 parent: 2 - - uid: 11986 + - uid: 12001 components: - type: Transform rot: 3.141592653589793 rad pos: 30.5,-18.5 parent: 2 - - uid: 11987 + - uid: 12002 components: - type: Transform rot: 3.141592653589793 rad pos: 20.5,-18.5 parent: 2 - - uid: 11988 + - uid: 12003 components: - type: Transform rot: 3.141592653589793 rad pos: 19.5,-18.5 parent: 2 - - uid: 11989 + - uid: 12004 components: - type: Transform rot: 3.141592653589793 rad pos: 18.5,-18.5 parent: 2 - - uid: 11990 + - uid: 12005 components: - type: Transform rot: 1.5707963267948966 rad pos: 18.5,1.5 parent: 2 - - uid: 11991 + - uid: 12006 components: - type: Transform rot: 1.5707963267948966 rad pos: 18.5,0.5 parent: 2 - - uid: 11992 + - uid: 12007 components: - type: Transform rot: 1.5707963267948966 rad pos: 50.5,56.5 parent: 2 - - uid: 11993 + - uid: 12008 components: - type: Transform rot: 1.5707963267948966 rad pos: 50.5,57.5 parent: 2 - - uid: 11994 + - uid: 12009 components: - type: Transform rot: 1.5707963267948966 rad pos: 50.5,58.5 parent: 2 - - uid: 11995 + - uid: 12010 components: - type: Transform rot: -1.5707963267948966 rad pos: 55.5,29.5 parent: 2 - - uid: 11996 + - uid: 12011 components: - type: Transform rot: -1.5707963267948966 rad pos: 55.5,28.5 parent: 2 - - uid: 11997 + - uid: 12012 components: - type: Transform rot: 1.5707963267948966 rad pos: 52.5,29.5 parent: 2 - - uid: 11998 + - uid: 12013 components: - type: Transform rot: 1.5707963267948966 rad pos: 52.5,28.5 parent: 2 - - uid: 11999 + - uid: 12014 components: - type: Transform pos: -18.5,67.5 parent: 2 - - uid: 12000 + - uid: 12015 components: - type: Transform pos: -16.5,67.5 parent: 2 - - uid: 12001 + - uid: 12016 components: - type: Transform pos: 6.5,34.5 parent: 2 - - uid: 12002 + - uid: 12017 components: - type: Transform pos: 10.5,34.5 parent: 2 - - uid: 12003 + - uid: 12018 components: - type: Transform pos: -1.5,43.5 parent: 2 - - uid: 12004 + - uid: 12019 components: - type: Transform pos: -3.5,43.5 parent: 2 - - uid: 12005 + - uid: 12020 components: - type: Transform pos: -16.5,63.5 parent: 2 - - uid: 12006 + - uid: 12021 components: - type: Transform pos: -17.5,63.5 parent: 2 - - uid: 12007 + - uid: 12022 components: - type: Transform pos: -18.5,63.5 parent: 2 - - uid: 12008 + - uid: 12023 components: - type: Transform rot: -1.5707963267948966 rad pos: -15.5,62.5 parent: 2 - - uid: 12009 + - uid: 12024 components: - type: Transform rot: -1.5707963267948966 rad pos: -15.5,61.5 parent: 2 - - uid: 12010 + - uid: 12025 components: - type: Transform rot: 1.5707963267948966 rad pos: -19.5,62.5 parent: 2 - - uid: 12011 + - uid: 12026 components: - type: Transform rot: 1.5707963267948966 rad pos: -19.5,61.5 parent: 2 - - uid: 12012 + - uid: 12027 components: - type: Transform rot: 3.141592653589793 rad pos: -18.5,60.5 parent: 2 - - uid: 12013 + - uid: 12028 components: - type: Transform rot: 3.141592653589793 rad pos: -17.5,60.5 parent: 2 - - uid: 12014 + - uid: 12029 components: - type: Transform rot: 3.141592653589793 rad pos: -16.5,60.5 parent: 2 - - uid: 12015 + - uid: 12030 components: - type: Transform rot: -1.5707963267948966 rad pos: -40.5,-90.5 parent: 2 - - uid: 12016 + - uid: 12031 components: - type: Transform rot: -1.5707963267948966 rad pos: -40.5,-89.5 parent: 2 - - uid: 12017 + - uid: 12032 components: - type: Transform rot: 1.5707963267948966 rad pos: -43.5,-89.5 parent: 2 - - uid: 12018 + - uid: 12033 components: - type: Transform rot: 1.5707963267948966 rad pos: -43.5,-90.5 parent: 2 - - uid: 12019 + - uid: 12034 components: - type: Transform pos: -42.5,-97.5 parent: 2 - - uid: 12020 + - uid: 12035 components: - type: Transform rot: -1.5707963267948966 rad pos: -4.5,-99.5 parent: 2 - - uid: 12021 + - uid: 12036 components: - type: Transform rot: 1.5707963267948966 rad pos: 62.5,-7.5 parent: 2 - - uid: 12022 + - uid: 12037 components: - type: Transform rot: 1.5707963267948966 rad pos: 62.5,-8.5 parent: 2 - - uid: 12023 + - uid: 12038 components: - type: Transform rot: 1.5707963267948966 rad pos: 62.5,-9.5 parent: 2 - - uid: 12024 + - uid: 12039 components: - type: Transform pos: 2.5,-40.5 parent: 2 - - uid: 12025 + - uid: 12040 components: - type: Transform pos: 60.5,-64.5 parent: 2 - - uid: 12026 + - uid: 12041 components: - type: Transform pos: 64.5,-66.5 parent: 2 - - uid: 12027 + - uid: 12042 components: - type: Transform pos: 64.5,-64.5 parent: 2 - - uid: 12028 + - uid: 12043 components: - type: Transform pos: 62.5,-66.5 parent: 2 - - uid: 12029 + - uid: 12044 components: - type: Transform pos: 63.5,-66.5 parent: 2 - - uid: 12030 + - uid: 12045 components: - type: Transform pos: 59.5,-66.5 parent: 2 - - uid: 12031 + - uid: 12046 components: - type: Transform pos: 58.5,-66.5 parent: 2 - - uid: 12032 + - uid: 12047 components: - type: Transform pos: 62.5,-62.5 parent: 2 - - uid: 12033 + - uid: 12048 components: - type: Transform pos: 63.5,-62.5 parent: 2 - - uid: 12034 + - uid: 12049 components: - type: Transform pos: 59.5,-62.5 parent: 2 - - uid: 12035 + - uid: 12050 components: - type: Transform pos: 58.5,-62.5 parent: 2 - - uid: 12036 + - uid: 12051 components: - type: Transform pos: 58.5,-64.5 parent: 2 - - uid: 12037 + - uid: 12052 components: - type: Transform pos: 59.5,-64.5 parent: 2 - - uid: 12038 + - uid: 12053 components: - type: Transform pos: 62.5,-64.5 parent: 2 - - uid: 12039 + - uid: 12054 components: - type: Transform pos: 63.5,-64.5 parent: 2 - - uid: 12040 + - uid: 12055 components: - type: Transform pos: 64.5,-62.5 parent: 2 - - uid: 12041 + - uid: 12056 components: - type: Transform pos: 60.5,-62.5 parent: 2 - - uid: 12042 + - uid: 12057 components: - type: Transform pos: 50.5,-32.5 parent: 2 - - uid: 12043 + - uid: 12058 components: - type: Transform pos: 60.5,-66.5 parent: 2 - - uid: 12044 + - uid: 12059 components: - type: Transform rot: 1.5707963267948966 rad pos: 69.5,-57.5 parent: 2 - - uid: 12045 + - uid: 12060 components: - type: Transform rot: -1.5707963267948966 rad pos: 56.5,-67.5 parent: 2 - - uid: 12046 + - uid: 12061 components: - type: Transform rot: 1.5707963267948966 rad pos: 54.5,-67.5 parent: 2 - - uid: 12047 + - uid: 12062 components: - type: Transform rot: 3.141592653589793 rad pos: 45.5,-43.5 parent: 2 - - uid: 12048 + - uid: 12063 components: - type: Transform pos: -5.5,-14.5 parent: 2 - - uid: 12049 + - uid: 12064 components: - type: Transform rot: 3.141592653589793 rad pos: 25.5,-69.5 parent: 2 - - uid: 12050 + - uid: 12065 components: - type: Transform rot: 3.141592653589793 rad pos: 26.5,-69.5 parent: 2 - - uid: 12051 + - uid: 12066 components: - type: Transform pos: 50.5,-71.5 parent: 2 - - uid: 12052 + - uid: 12067 components: - type: Transform rot: 3.141592653589793 rad pos: 50.5,-73.5 parent: 2 - - uid: 12053 + - uid: 12068 components: - type: Transform pos: -37.5,-45.5 parent: 2 - - uid: 12054 + - uid: 12069 components: - type: Transform pos: -36.5,-45.5 parent: 2 - - uid: 12055 + - uid: 12070 components: - type: Transform pos: -71.5,-54.5 parent: 2 - - uid: 12056 + - uid: 12071 components: - type: Transform pos: -72.5,-54.5 parent: 2 - - uid: 12057 + - uid: 12072 components: - type: Transform pos: -73.5,-54.5 parent: 2 - - uid: 12058 + - uid: 12073 components: - type: Transform rot: 3.141592653589793 rad pos: -73.5,-53.5 parent: 2 - - uid: 12059 + - uid: 12074 components: - type: Transform rot: 3.141592653589793 rad pos: -72.5,-53.5 parent: 2 - - uid: 12060 + - uid: 12075 components: - type: Transform rot: 3.141592653589793 rad pos: -71.5,-53.5 parent: 2 - - uid: 12061 + - uid: 12076 components: - type: Transform rot: 3.141592653589793 rad pos: -70.5,-53.5 parent: 2 - - uid: 12062 + - uid: 12077 components: - type: Transform pos: -70.5,-54.5 parent: 2 - - uid: 12063 + - uid: 12078 components: - type: Transform rot: -1.5707963267948966 rad pos: 58.5,57.5 parent: 2 - - uid: 12064 + - uid: 12079 components: - type: Transform rot: -1.5707963267948966 rad pos: 58.5,56.5 parent: 2 - - uid: 12065 + - uid: 12080 components: - type: Transform rot: 3.141592653589793 rad pos: 12.5,-43.5 parent: 2 - - uid: 12066 + - uid: 12081 components: - type: Transform rot: 3.141592653589793 rad pos: 11.5,-43.5 parent: 2 - - uid: 12067 + - uid: 12082 components: - type: Transform rot: 3.141592653589793 rad pos: 13.5,-43.5 parent: 2 - - uid: 12068 + - uid: 12083 components: - type: Transform rot: 1.5707963267948966 rad pos: 10.5,-38.5 parent: 2 - - uid: 12069 + - uid: 12084 components: - type: Transform rot: 1.5707963267948966 rad @@ -74344,467 +74791,466 @@ entities: parent: 2 - proto: ChairFolding entities: - - uid: 12070 + - uid: 12085 components: - type: Transform rot: -1.5707963267948966 rad pos: 28.5,1.5 parent: 2 - - uid: 12071 + - uid: 12086 components: - type: Transform rot: -1.5707963267948966 rad pos: 28.5,3.5 parent: 2 - - uid: 12072 + - uid: 12087 components: - type: Transform rot: -1.5707963267948966 rad pos: 29.5,1.5 parent: 2 - - uid: 12073 + - uid: 12088 components: - type: Transform rot: -1.5707963267948966 rad pos: 29.5,2.5 parent: 2 - - uid: 12074 + - uid: 12089 components: - type: Transform rot: -1.5707963267948966 rad pos: 29.5,-0.5 parent: 2 - - uid: 12075 + - uid: 12090 components: - type: Transform rot: -1.5707963267948966 rad pos: 28.5,-0.5 parent: 2 - - uid: 12076 + - uid: 12091 components: - type: Transform rot: -1.5707963267948966 rad pos: 28.5,0.5 parent: 2 - - uid: 12077 + - uid: 12092 components: - type: Transform rot: -1.5707963267948966 rad pos: 29.5,0.5 parent: 2 - - uid: 12078 + - uid: 12093 components: - type: Transform rot: -1.5707963267948966 rad pos: 28.5,-1.5 parent: 2 - - uid: 12079 + - uid: 12094 components: - type: Transform rot: -1.5707963267948966 rad pos: 28.5,2.5 parent: 2 - - uid: 12080 + - uid: 12095 components: - type: Transform rot: -1.5707963267948966 rad pos: 18.5,26.5 parent: 2 - - uid: 12081 + - uid: 12096 components: - type: Transform rot: 1.5707963267948966 rad pos: -25.5,53.5 parent: 2 - - uid: 12082 + - uid: 12097 components: - type: Transform pos: -27.5,-28.5 parent: 2 - - uid: 12083 + - uid: 12098 components: - type: Transform pos: -34.5,-69.5 parent: 2 - - uid: 12084 + - uid: 12099 components: - type: Transform pos: -24.5,-95.5 parent: 2 - - uid: 12085 + - uid: 12100 components: - type: Transform pos: -25.5,-95.5 parent: 2 - - uid: 12086 + - uid: 12101 components: - type: Transform pos: -19.5,-95.5 parent: 2 - - uid: 12087 + - uid: 12102 components: - type: Transform pos: -29.5,-28.5 parent: 2 - proto: ChairGreyscale entities: - - uid: 12088 - components: - - type: Transform - pos: 2.5,-52.5 - parent: 2 - - uid: 12089 + - uid: 12103 components: - type: Transform pos: -3.5,-45.5 parent: 2 - - uid: 12090 - components: - - type: Transform - pos: -11.5,-52.5 - parent: 2 - - uid: 12091 - components: - - type: Transform - pos: 4.5,-52.5 - parent: 2 - - uid: 12092 - components: - - type: Transform - pos: -12.5,-52.5 - parent: 2 - - uid: 12093 - components: - - type: Transform - pos: -14.5,-52.5 - parent: 2 - - uid: 12094 + - uid: 12104 components: - type: Transform pos: -4.5,-45.5 parent: 2 - - uid: 12095 + - uid: 12105 components: - type: Transform pos: -5.5,-45.5 parent: 2 - - uid: 12096 - components: - - type: Transform - pos: 1.5,-52.5 - parent: 2 - proto: ChairOfficeDark entities: - - uid: 12097 + - uid: 12106 components: - type: Transform rot: 3.141592653589793 rad pos: 4.5,-4.5 parent: 2 - - uid: 12098 + - uid: 12107 components: - type: Transform rot: 1.5707963267948966 rad pos: -25.5,54.5 parent: 2 - - uid: 12099 + - uid: 12108 components: - type: Transform rot: -1.5707963267948966 rad pos: 38.5,-3.5 parent: 2 - - uid: 12100 + - uid: 12109 components: - type: Transform rot: -1.5707963267948966 rad pos: 38.5,-4.5 parent: 2 - - uid: 12101 + - uid: 12110 components: - type: Transform rot: -1.5707963267948966 rad pos: 71.5,-36.5 parent: 2 - - uid: 12102 + - uid: 12111 components: - type: Transform rot: 3.141592653589793 rad pos: 68.5,-44.5 parent: 2 - - uid: 12103 + - uid: 12112 components: - type: Transform rot: 1.5707963267948966 rad pos: -27.5,-12.5 parent: 2 - - uid: 12104 + - uid: 12113 components: - type: Transform rot: 3.141592653589793 rad pos: 50.5,-53.5 parent: 2 - - uid: 12105 + - uid: 12114 components: - type: Transform rot: 1.5707963267948966 rad pos: -22.5,-34.5 parent: 2 - - uid: 12106 + - uid: 12115 components: - type: Transform rot: 3.141592653589793 rad pos: 21.5,-45.5 parent: 2 - - uid: 12107 + - uid: 12116 components: - type: Transform rot: -1.5707963267948966 rad pos: -16.5,25.5 parent: 2 - - uid: 12108 + - uid: 12117 components: - type: Transform rot: -1.5707963267948966 rad pos: -27.5,22.5 parent: 2 - - uid: 12109 + - uid: 12118 components: - type: Transform pos: -32.5,30.5 parent: 2 - - uid: 12110 + - uid: 12119 components: - type: Transform rot: 1.5707963267948966 rad pos: 1.5,20.5 parent: 2 - - uid: 12111 + - uid: 12120 components: - type: Transform pos: -33.5,-69.5 parent: 2 - - uid: 12112 + - uid: 12121 components: - type: Transform rot: 1.5707963267948966 rad pos: 72.5,37.5 parent: 2 - - uid: 12113 + - uid: 12122 components: - type: Transform rot: -1.5707963267948966 rad pos: -4.5,-97.5 parent: 2 - - uid: 12114 + - uid: 12123 components: - type: Transform rot: 1.5707963267948966 rad pos: -13.5,-18.5 parent: 2 - - uid: 12115 + - uid: 12124 components: - type: Transform rot: 3.141592653589793 rad pos: 62.5,-31.5 parent: 2 - - uid: 12116 + - uid: 12125 components: - type: Transform rot: 3.141592653589793 rad pos: 73.5,-32.5 parent: 2 - - uid: 12117 + - uid: 12126 components: - type: Transform rot: -1.5707963267948966 rad pos: -16.5,-22.5 parent: 2 - - uid: 12118 + - uid: 12127 components: - type: Transform rot: 1.5707963267948966 rad pos: -7.5,-18.5 parent: 2 + - uid: 12128 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-65.5 + parent: 2 + - uid: 12129 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,17.5 + parent: 2 - proto: ChairOfficeLight entities: - - uid: 12119 + - uid: 12130 components: - type: Transform rot: 3.141592653589793 rad pos: 27.5,-22.5 parent: 2 - - uid: 12120 + - uid: 12131 components: - type: Transform rot: 3.141592653589793 rad pos: 29.5,-22.5 parent: 2 - - uid: 12121 + - uid: 12132 components: - type: Transform rot: 3.141592653589793 rad pos: 23.5,-22.5 parent: 2 - - uid: 12122 + - uid: 12133 components: - type: Transform rot: 3.141592653589793 rad pos: 21.5,-22.5 parent: 2 - - uid: 12123 + - uid: 12134 components: - type: Transform pos: -23.5,-70.5 parent: 2 - - uid: 12124 + - uid: 12135 components: - type: Transform rot: 3.141592653589793 rad pos: -4.5,-49.5 parent: 2 - - uid: 12125 + - uid: 12136 components: - type: Transform rot: 3.141592653589793 rad pos: 25.5,-25.5 parent: 2 - - uid: 12126 + - uid: 12137 components: - type: Transform pos: -10.5,-36.5 parent: 2 - - uid: 12127 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,20.5 - parent: 2 - - uid: 12128 + - uid: 12138 components: - type: Transform rot: 3.141592653589793 rad pos: 53.5,12.5 parent: 2 - - uid: 12129 + - uid: 12139 components: - type: Transform rot: -1.5707963267948966 rad pos: 52.5,-41.5 parent: 2 - - uid: 12130 + - uid: 12140 components: - type: Transform pos: 42.5,-39.5 parent: 2 - - uid: 12131 + - uid: 12141 components: - type: Transform pos: -26.5,15.5 parent: 2 - - uid: 12132 + - uid: 12142 components: - type: Transform pos: -23.5,12.5 parent: 2 - - uid: 12133 + - uid: 12143 components: - type: Transform rot: 1.5707963267948966 rad pos: 47.5,6.5 parent: 2 - - uid: 12134 + - uid: 12144 components: - type: Transform rot: 1.5707963267948966 rad pos: -12.5,-49.5 parent: 2 + - uid: 12145 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-48.5 + parent: 2 + - uid: 12146 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-46.5 + parent: 2 + - uid: 12147 + components: + - type: Transform + pos: 3.5,-53.5 + parent: 2 + - uid: 12148 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,20.5 + parent: 2 - proto: ChairPilotSeat entities: - - uid: 12135 + - uid: 12149 components: - type: Transform rot: 3.141592653589793 rad pos: 25.5,-22.5 parent: 2 - - uid: 12136 + - uid: 12150 components: - type: Transform rot: 3.141592653589793 rad pos: 16.5,23.5 parent: 2 - - uid: 12137 + - uid: 12151 components: - type: Transform pos: 25.5,20.5 parent: 2 - - uid: 12138 + - uid: 12152 components: - type: Transform rot: 3.141592653589793 rad pos: 62.5,-54.5 parent: 2 - - uid: 12139 + - uid: 12153 components: - type: Transform rot: 3.141592653589793 rad pos: 31.5,-47.5 parent: 2 - - uid: 12140 + - uid: 12154 components: - type: Transform pos: 62.5,-0.5 parent: 2 - - uid: 12141 + - uid: 12155 components: - type: Transform pos: 59.5,-0.5 parent: 2 - - uid: 12142 + - uid: 12156 components: - type: Transform pos: 61.5,-0.5 parent: 2 - - uid: 12143 + - uid: 12157 components: - type: Transform pos: 60.5,-0.5 parent: 2 - - uid: 12144 + - uid: 12158 components: - type: Transform rot: -1.5707963267948966 rad pos: -54.5,-13.5 parent: 2 - - uid: 12145 + - uid: 12159 components: - type: Transform rot: -1.5707963267948966 rad pos: 31.5,-28.5 parent: 2 - - uid: 12146 + - uid: 12160 components: - type: Transform pos: 54.5,57.5 parent: 2 - - uid: 12147 + - uid: 12161 components: - type: Transform rot: 1.5707963267948966 rad pos: -51.5,-87.5 parent: 2 - - uid: 12148 + - uid: 12162 components: - type: Transform rot: -1.5707963267948966 rad pos: -78.5,-53.5 parent: 2 - - uid: 12149 + - uid: 12163 components: - type: Transform rot: -1.5707963267948966 rad pos: -78.5,-54.5 parent: 2 - - uid: 12150 + - uid: 12164 components: - type: MetaData name: barber's chair @@ -74814,494 +75260,494 @@ entities: parent: 2 - proto: ChairWood entities: - - uid: 12151 + - uid: 12165 components: - type: Transform rot: 3.141592653589793 rad pos: 23.5,-36.5 parent: 2 - - uid: 12152 + - uid: 12166 components: - type: Transform rot: -1.5707963267948966 rad pos: 24.5,-35.5 parent: 2 - - uid: 12153 + - uid: 12167 components: - type: Transform pos: 9.5,-5.5 parent: 2 - - uid: 12154 + - uid: 12168 components: - type: Transform rot: 1.5707963267948966 rad pos: 8.5,-6.5 parent: 2 - - uid: 12155 + - uid: 12169 components: - type: Transform rot: 1.5707963267948966 rad pos: 8.5,-7.5 parent: 2 - - uid: 12156 + - uid: 12170 components: - type: Transform rot: -1.5707963267948966 rad pos: 3.5,1.5 parent: 2 - - uid: 12157 + - uid: 12171 components: - type: Transform rot: 1.5707963267948966 rad pos: 1.5,1.5 parent: 2 - - uid: 12158 + - uid: 12172 components: - type: Transform rot: -1.5707963267948966 rad pos: 11.5,-7.5 parent: 2 - - uid: 12159 + - uid: 12173 components: - type: Transform pos: 10.5,-5.5 parent: 2 - - uid: 12160 + - uid: 12174 components: - type: Transform rot: 3.141592653589793 rad pos: 10.5,-8.5 parent: 2 - - uid: 12161 + - uid: 12175 components: - type: Transform rot: 1.5707963267948966 rad pos: 10.5,7.5 parent: 2 - - uid: 12162 + - uid: 12176 components: - type: Transform rot: 3.141592653589793 rad pos: 9.5,-8.5 parent: 2 - - uid: 12163 + - uid: 12177 components: - type: Transform rot: -1.5707963267948966 rad pos: 11.5,-6.5 parent: 2 - - uid: 12164 + - uid: 12178 components: - type: Transform rot: 1.5707963267948966 rad pos: 1.5,0.5 parent: 2 - - uid: 12165 + - uid: 12179 components: - type: Transform rot: -1.5707963267948966 rad pos: 3.5,0.5 parent: 2 - - uid: 12166 + - uid: 12180 components: - type: Transform rot: -1.5707963267948966 rad pos: 12.5,8.5 parent: 2 - - uid: 12167 + - uid: 12181 components: - type: Transform rot: -1.5707963267948966 rad pos: 18.5,27.5 parent: 2 - - uid: 12168 + - uid: 12182 components: - type: Transform pos: -1.5,-16.5 parent: 2 - - uid: 12169 + - uid: 12183 components: - type: Transform pos: 11.5,12.5 parent: 2 - - uid: 12170 + - uid: 12184 components: - type: Transform pos: 12.5,12.5 parent: 2 - - uid: 12171 + - uid: 12185 components: - type: Transform rot: -1.5707963267948966 rad pos: 12.5,7.5 parent: 2 - - uid: 12172 + - uid: 12186 components: - type: Transform rot: 3.141592653589793 rad pos: 12.5,10.5 parent: 2 - - uid: 12173 + - uid: 12187 components: - type: Transform rot: 3.141592653589793 rad pos: 11.5,10.5 parent: 2 - - uid: 12174 + - uid: 12188 components: - type: Transform rot: 1.5707963267948966 rad pos: -9.5,1.5 parent: 2 - - uid: 12175 + - uid: 12189 components: - type: Transform rot: 1.5707963267948966 rad pos: -9.5,0.5 parent: 2 - - uid: 12176 + - uid: 12190 components: - type: Transform rot: 1.5707963267948966 rad pos: 10.5,8.5 parent: 2 - - uid: 12177 + - uid: 12191 components: - type: Transform rot: 1.5707963267948966 rad pos: 53.5,-26.5 parent: 2 - - uid: 12178 + - uid: 12192 components: - type: Transform rot: -1.5707963267948966 rad pos: -32.5,-67.5 parent: 2 - - uid: 12179 + - uid: 12193 components: - type: Transform rot: 3.141592653589793 rad pos: -36.5,9.5 parent: 2 - - uid: 12180 + - uid: 12194 components: - type: Transform rot: 3.141592653589793 rad pos: -35.5,9.5 parent: 2 - - uid: 12181 + - uid: 12195 components: - type: Transform rot: 3.141592653589793 rad pos: -36.5,10.5 parent: 2 - - uid: 12182 + - uid: 12196 components: - type: Transform rot: 3.141592653589793 rad pos: -35.5,10.5 parent: 2 - - uid: 12183 + - uid: 12197 components: - type: Transform rot: 3.141592653589793 rad pos: -35.5,11.5 parent: 2 - - uid: 12184 + - uid: 12198 components: - type: Transform rot: 3.141592653589793 rad pos: -36.5,11.5 parent: 2 - - uid: 12185 + - uid: 12199 components: - type: Transform rot: 3.141592653589793 rad pos: -36.5,12.5 parent: 2 - - uid: 12186 + - uid: 12200 components: - type: Transform rot: 3.141592653589793 rad pos: -35.5,12.5 parent: 2 - - uid: 12187 + - uid: 12201 components: - type: Transform rot: 3.141592653589793 rad pos: -39.5,12.5 parent: 2 - - uid: 12188 + - uid: 12202 components: - type: Transform rot: 3.141592653589793 rad pos: -40.5,11.5 parent: 2 - - uid: 12189 + - uid: 12203 components: - type: Transform rot: 3.141592653589793 rad pos: -39.5,11.5 parent: 2 - - uid: 12190 + - uid: 12204 components: - type: Transform rot: 3.141592653589793 rad pos: -40.5,10.5 parent: 2 - - uid: 12191 + - uid: 12205 components: - type: Transform rot: 3.141592653589793 rad pos: -39.5,10.5 parent: 2 - - uid: 12192 + - uid: 12206 components: - type: Transform rot: 3.141592653589793 rad pos: -40.5,9.5 parent: 2 - - uid: 12193 + - uid: 12207 components: - type: Transform rot: 3.141592653589793 rad pos: -39.5,9.5 parent: 2 - - uid: 12194 + - uid: 12208 components: - type: Transform rot: 3.141592653589793 rad pos: -40.5,12.5 parent: 2 - - uid: 12195 + - uid: 12209 components: - type: Transform rot: 3.141592653589793 rad pos: -3.5,51.5 parent: 2 - - uid: 12196 + - uid: 12210 components: - type: Transform pos: -3.5,53.5 parent: 2 - - uid: 12197 + - uid: 12211 components: - type: Transform pos: -17.5,43.5 parent: 2 - - uid: 12198 + - uid: 12212 components: - type: Transform pos: -16.5,43.5 parent: 2 - - uid: 12199 + - uid: 12213 components: - type: Transform rot: 3.141592653589793 rad pos: -17.5,40.5 parent: 2 - - uid: 12200 + - uid: 12214 components: - type: Transform rot: -1.5707963267948966 rad pos: -7.5,1.5 parent: 2 - - uid: 12201 + - uid: 12215 components: - type: Transform rot: -1.5707963267948966 rad pos: -7.5,0.5 parent: 2 - - uid: 12202 + - uid: 12216 components: - type: Transform rot: 1.5707963267948966 rad pos: -5.5,1.5 parent: 2 - - uid: 12203 + - uid: 12217 components: - type: Transform rot: 1.5707963267948966 rad pos: -5.5,0.5 parent: 2 - - uid: 12204 + - uid: 12218 components: - type: Transform rot: -1.5707963267948966 rad pos: -3.5,1.5 parent: 2 - - uid: 12205 + - uid: 12219 components: - type: Transform rot: -1.5707963267948966 rad pos: -3.5,0.5 parent: 2 - - uid: 12206 + - uid: 12220 components: - type: Transform rot: 3.141592653589793 rad pos: -16.5,40.5 parent: 2 - - uid: 12207 + - uid: 12221 components: - type: Transform rot: 1.5707963267948966 rad pos: -15.5,47.5 parent: 2 - - uid: 12208 + - uid: 12222 components: - type: Transform rot: -1.5707963267948966 rad pos: 46.5,-16.5 parent: 2 - - uid: 12209 + - uid: 12223 components: - type: Transform rot: -1.5707963267948966 rad pos: 9.5,32.5 parent: 2 - - uid: 12210 + - uid: 12224 components: - type: Transform rot: 1.5707963267948966 rad pos: 7.5,32.5 parent: 2 - - uid: 12211 + - uid: 12225 components: - type: Transform rot: 3.141592653589793 rad pos: -11.5,34.5 parent: 2 - - uid: 12212 + - uid: 12226 components: - type: Transform rot: -1.5707963267948966 rad pos: 41.5,43.5 parent: 2 - - uid: 12213 + - uid: 12227 components: - type: Transform rot: -1.5707963267948966 rad pos: 39.5,46.5 parent: 2 - - uid: 12214 + - uid: 12228 components: - type: Transform rot: -1.5707963267948966 rad pos: 39.5,45.5 parent: 2 - - uid: 12215 + - uid: 12229 components: - type: Transform rot: 1.5707963267948966 rad pos: 36.5,46.5 parent: 2 - - uid: 12216 + - uid: 12230 components: - type: Transform rot: 1.5707963267948966 rad pos: 36.5,45.5 parent: 2 - - uid: 12217 + - uid: 12231 components: - type: Transform rot: 3.141592653589793 rad pos: 42.5,47.5 parent: 2 - - uid: 12218 + - uid: 12232 components: - type: Transform rot: 3.141592653589793 rad pos: 43.5,47.5 parent: 2 - - uid: 12219 + - uid: 12233 components: - type: Transform rot: -1.5707963267948966 rad pos: 33.5,47.5 parent: 2 - - uid: 12220 + - uid: 12234 components: - type: Transform rot: -1.5707963267948966 rad pos: 33.5,46.5 parent: 2 - - uid: 12221 + - uid: 12235 components: - type: Transform rot: 1.5707963267948966 rad pos: 32.5,44.5 parent: 2 - - uid: 12222 + - uid: 12236 components: - type: Transform rot: -1.5707963267948966 rad pos: 34.5,44.5 parent: 2 - - uid: 12223 + - uid: 12237 components: - type: Transform rot: 1.5707963267948966 rad pos: 39.5,43.5 parent: 2 - - uid: 12224 + - uid: 12238 components: - type: Transform pos: -41.5,-97.5 parent: 2 - - uid: 12225 + - uid: 12239 components: - type: Transform rot: -1.5707963267948966 rad pos: 4.5,-35.5 parent: 2 - - uid: 12226 + - uid: 12240 components: - type: Transform rot: 1.5707963267948966 rad pos: 2.5,-35.5 parent: 2 - - uid: 12227 + - uid: 12241 components: - type: Transform pos: -23.5,30.5 parent: 2 - - uid: 12228 + - uid: 12242 components: - type: Transform rot: 1.5707963267948966 rad pos: 22.5,-35.5 parent: 2 - - uid: 12229 + - uid: 12243 components: - type: Transform pos: 23.5,-34.5 parent: 2 - - uid: 12230 + - uid: 12244 components: - type: Transform rot: -1.5707963267948966 rad pos: 23.5,-38.5 parent: 2 - - uid: 12231 + - uid: 12245 components: - type: Transform rot: -1.5707963267948966 rad pos: 23.5,-39.5 parent: 2 - - uid: 12232 + - uid: 12246 components: - type: Transform rot: -1.5707963267948966 rad pos: 29.5,-39.5 parent: 2 - - uid: 12233 + - uid: 12247 components: - type: Transform rot: 1.5707963267948966 rad pos: 27.5,-39.5 parent: 2 - - uid: 12234 + - uid: 12248 components: - type: Transform rot: -1.5707963267948966 rad @@ -75309,103 +75755,103 @@ entities: parent: 2 - proto: CheapLighter entities: - - uid: 12236 + - uid: 12250 components: - type: Transform - parent: 12235 + parent: 12249 - type: Physics canCollide: False - - uid: 12237 + - uid: 12251 components: - type: Transform pos: 1.9080955,23.554485 parent: 2 - proto: CheapRollerBed entities: - - uid: 12238 + - uid: 12252 components: - type: Transform pos: -9.460541,-47.24853 parent: 2 - - uid: 12239 + - uid: 12253 components: - type: Transform pos: -9.476166,-48.27978 parent: 2 - proto: chem_master entities: - - uid: 12240 + - uid: 12254 components: - type: Transform pos: 2.5,-45.5 parent: 2 - - uid: 12241 + - uid: 12255 components: - type: Transform - pos: 2.5,-50.5 + pos: 2.5,-47.5 parent: 2 - - uid: 12242 + - uid: 12256 components: - type: Transform - pos: 2.5,-47.5 + pos: 2.5,-53.5 parent: 2 - proto: ChemDispenser entities: - - uid: 12243 + - uid: 12257 components: - type: Transform - pos: 4.5,-45.5 + pos: 2.5,-51.5 parent: 2 - - uid: 12244 + - uid: 12258 components: - type: Transform - pos: 4.5,-47.5 + pos: 4.5,-45.5 parent: 2 - - uid: 12245 + - uid: 12259 components: - type: Transform - pos: 2.5,-49.5 + pos: 4.5,-47.5 parent: 2 - proto: ChemistryHotplate entities: - - uid: 12246 + - uid: 12260 components: - type: Transform - pos: 4.5,-50.5 + pos: 5.5,-50.5 parent: 2 - proto: ChessBoard entities: - - uid: 12247 + - uid: 12261 components: - type: Transform pos: 52.446415,7.1683345 parent: 2 - - uid: 12248 + - uid: 12262 components: - type: Transform rot: 1.5707963267948966 rad pos: 8.516274,32.607613 parent: 2 - - uid: 12249 + - uid: 12263 components: - type: Transform rot: 3.141592653589793 rad pos: -3.4812293,52.59116 parent: 2 - - uid: 12250 + - uid: 12264 components: - type: Transform rot: 3.141592653589793 rad pos: 50.48214,-72.40164 parent: 2 - - uid: 31653 + - uid: 12265 components: - type: Transform pos: -5.519873,-15.44043 parent: 2 - proto: ChurchOrganInstrument entities: - - uid: 12251 + - uid: 12266 components: - type: Transform rot: -1.5707963267948966 rad @@ -75413,51 +75859,51 @@ entities: parent: 2 - proto: Cigar entities: - - uid: 12252 + - uid: 12267 components: - type: Transform pos: 13.506795,-34.413578 parent: 2 - - uid: 12253 + - uid: 12268 components: - type: Transform pos: 13.55367,-32.429203 parent: 2 - - uid: 12254 + - uid: 12269 components: - type: Transform pos: 13.49117,-32.382328 parent: 2 - - uid: 12255 + - uid: 12270 components: - type: Transform pos: 13.444295,-34.351078 parent: 2 - proto: CigarCase entities: - - uid: 12256 + - uid: 12271 components: - type: Transform pos: -12.420865,-35.409706 parent: 2 - - uid: 12257 + - uid: 12272 components: - type: Transform pos: 15.66736,-87.50202 parent: 2 - proto: Cigarette entities: - - uid: 12258 + - uid: 12273 components: - type: Transform pos: 15.438844,-64.32231 parent: 2 - - uid: 12259 + - uid: 12274 components: - type: Transform pos: 63.44384,24.664883 parent: 2 - - uid: 12260 + - uid: 12275 components: - type: Transform rot: -1.5707963267948966 rad @@ -75465,48 +75911,48 @@ entities: parent: 2 - proto: CigarGold entities: - - uid: 12261 + - uid: 12276 components: - type: Transform rot: -1.5707963267948966 rad pos: 45.625916,-26.476032 parent: 2 - - uid: 12262 + - uid: 12277 components: - type: Transform pos: 65.5063,-0.5499393 parent: 2 - proto: CigarGoldCase entities: - - uid: 12263 + - uid: 12278 components: - type: Transform pos: 61.545517,-1.3427625 parent: 2 - proto: CigPackBlack entities: - - uid: 12264 + - uid: 12279 components: - type: Transform pos: 37.5,46.5 parent: 2 - proto: CigPackBlue entities: - - uid: 12265 + - uid: 12280 components: - type: Transform pos: 47.844124,50.55344 parent: 2 - proto: CigPackMixedMedical entities: - - uid: 12266 + - uid: 12281 components: - type: Transform pos: -16.642096,-35.41203 parent: 2 - proto: CircuitImprinter entities: - - uid: 12267 + - uid: 12282 components: - type: Transform pos: 44.5,-35.5 @@ -75518,50 +75964,50 @@ entities: - Gold - proto: CleanerDispenser entities: - - uid: 12268 + - uid: 12283 components: - type: Transform pos: -12.5,-20.5 parent: 2 - proto: ClockworkShield entities: - - uid: 12269 + - uid: 12284 components: - type: Transform pos: 57.48767,32.508053 parent: 2 - proto: ClosetBombFilled entities: - - uid: 12270 + - uid: 12285 components: - type: Transform pos: 51.5,-49.5 parent: 2 - - uid: 12271 + - uid: 12286 components: - type: Transform pos: 67.5,-31.5 parent: 2 - - uid: 12272 + - uid: 12287 components: - type: Transform pos: 12.5,23.5 parent: 2 - proto: ClosetChefFilled entities: - - uid: 12273 + - uid: 12288 components: - type: Transform pos: -5.5,14.5 parent: 2 - proto: ClosetEmergencyFilledRandom entities: - - uid: 12274 + - uid: 12289 components: - type: Transform pos: 69.5,-63.5 parent: 2 - - uid: 12275 + - uid: 12290 components: - type: Transform pos: -52.5,-80.5 @@ -75584,7 +76030,7 @@ entities: - 0 - 0 - 0 - - uid: 12276 + - uid: 12291 components: - type: Transform pos: -12.5,10.5 @@ -75607,30 +76053,7 @@ entities: - 0 - 0 - 0 - - uid: 12277 - components: - - type: Transform - pos: -18.5,-51.5 - parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14957 - moles: - - 8.402782 - - 31.610466 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 12278 + - uid: 12292 components: - type: Transform pos: 21.5,-52.5 @@ -75653,7 +76076,7 @@ entities: - 0 - 0 - 0 - - uid: 12279 + - uid: 12293 components: - type: Transform pos: 24.5,-56.5 @@ -75676,30 +76099,7 @@ entities: - 0 - 0 - 0 - - uid: 12280 - components: - - type: Transform - pos: -5.5,-68.5 - parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14957 - moles: - - 8.402782 - - 31.610466 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 12281 + - uid: 12294 components: - type: Transform pos: 38.5,-32.5 @@ -75722,7 +76122,7 @@ entities: - 0 - 0 - 0 - - uid: 12282 + - uid: 12295 components: - type: Transform pos: -25.5,52.5 @@ -75745,7 +76145,7 @@ entities: - 0 - 0 - 0 - - uid: 12283 + - uid: 12296 components: - type: Transform pos: 5.5,-69.5 @@ -75768,7 +76168,7 @@ entities: - 0 - 0 - 0 - - uid: 12284 + - uid: 12297 components: - type: Transform pos: 57.5,-14.5 @@ -75791,7 +76191,7 @@ entities: - 0 - 0 - 0 - - uid: 12285 + - uid: 12298 components: - type: Transform pos: 52.5,-50.5 @@ -75814,7 +76214,7 @@ entities: - 0 - 0 - 0 - - uid: 12286 + - uid: 12299 components: - type: Transform pos: -2.5,-11.5 @@ -75837,12 +76237,12 @@ entities: - 0 - 0 - 0 - - uid: 12287 + - uid: 12300 components: - type: Transform pos: 43.5,-74.5 parent: 2 - - uid: 12288 + - uid: 12301 components: - type: Transform pos: 11.5,-69.5 @@ -75865,12 +76265,12 @@ entities: - 0 - 0 - 0 - - uid: 12289 + - uid: 12302 components: - type: Transform pos: 27.5,-80.5 parent: 2 - - uid: 12290 + - uid: 12303 components: - type: Transform pos: -23.5,-31.5 @@ -75893,12 +76293,12 @@ entities: - 0 - 0 - 0 - - uid: 12291 + - uid: 12304 components: - type: Transform pos: 47.5,-92.5 parent: 2 - - uid: 12292 + - uid: 12305 components: - type: Transform pos: -54.5,-5.5 @@ -75921,12 +76321,12 @@ entities: - 0 - 0 - 0 - - uid: 12293 + - uid: 12306 components: - type: Transform pos: 31.5,-92.5 parent: 2 - - uid: 12294 + - uid: 12307 components: - type: Transform pos: -57.5,-32.5 @@ -75949,7 +76349,7 @@ entities: - 0 - 0 - 0 - - uid: 12295 + - uid: 12308 components: - type: Transform pos: 17.5,34.5 @@ -75972,7 +76372,7 @@ entities: - 0 - 0 - 0 - - uid: 12296 + - uid: 12309 components: - type: Transform pos: 63.5,-5.5 @@ -75995,7 +76395,7 @@ entities: - 0 - 0 - 0 - - uid: 12297 + - uid: 12310 components: - type: Transform pos: 18.5,-39.5 @@ -76018,7 +76418,7 @@ entities: - 0 - 0 - 0 - - uid: 12298 + - uid: 12311 components: - type: Transform pos: 3.5,-25.5 @@ -76041,7 +76441,7 @@ entities: - 0 - 0 - 0 - - uid: 12299 + - uid: 12312 components: - type: Transform pos: 47.5,-15.5 @@ -76064,7 +76464,7 @@ entities: - 0 - 0 - 0 - - uid: 12300 + - uid: 12313 components: - type: Transform pos: 16.5,-5.5 @@ -76087,7 +76487,7 @@ entities: - 0 - 0 - 0 - - uid: 12301 + - uid: 12314 components: - type: Transform pos: -31.5,-0.5 @@ -76110,7 +76510,7 @@ entities: - 0 - 0 - 0 - - uid: 12302 + - uid: 12315 components: - type: Transform pos: -17.5,38.5 @@ -76133,7 +76533,7 @@ entities: - 0 - 0 - 0 - - uid: 12303 + - uid: 12316 components: - type: Transform pos: -12.5,47.5 @@ -76156,7 +76556,7 @@ entities: - 0 - 0 - 0 - - uid: 12304 + - uid: 12317 components: - type: Transform pos: 50.5,40.5 @@ -76179,7 +76579,7 @@ entities: - 0 - 0 - 0 - - uid: 12305 + - uid: 12318 components: - type: Transform pos: 65.5,1.5 @@ -76202,17 +76602,17 @@ entities: - 0 - 0 - 0 - - uid: 12306 + - uid: 12319 components: - type: Transform pos: -15.5,67.5 parent: 2 - - uid: 12307 + - uid: 12320 components: - type: Transform pos: -19.5,67.5 parent: 2 - - uid: 12308 + - uid: 12321 components: - type: Transform pos: -12.5,49.5 @@ -76235,7 +76635,7 @@ entities: - 0 - 0 - 0 - - uid: 12309 + - uid: 12322 components: - type: Transform pos: -26.5,28.5 @@ -76258,7 +76658,7 @@ entities: - 0 - 0 - 0 - - uid: 12310 + - uid: 12323 components: - type: Transform pos: -36.5,-93.5 @@ -76281,7 +76681,7 @@ entities: - 0 - 0 - 0 - - uid: 12311 + - uid: 12324 components: - type: Transform pos: 74.5,-51.5 @@ -76304,7 +76704,7 @@ entities: - 0 - 0 - 0 - - uid: 12312 + - uid: 12325 components: - type: Transform pos: 42.5,-62.5 @@ -76327,7 +76727,7 @@ entities: - 0 - 0 - 0 - - uid: 12313 + - uid: 12326 components: - type: Transform pos: -10.5,-8.5 @@ -76350,7 +76750,7 @@ entities: - 0 - 0 - 0 - - uid: 12314 + - uid: 12327 components: - type: Transform pos: 41.5,-27.5 @@ -76373,29 +76773,29 @@ entities: - 0 - 0 - 0 - - uid: 12315 + - uid: 12328 components: - type: Transform pos: 20.5,-21.5 parent: 2 - - uid: 12316 + - uid: 12329 components: - type: Transform pos: -47.5,41.5 parent: 2 - - uid: 12317 + - uid: 12330 components: - type: Transform pos: -10.5,-30.5 parent: 2 - - uid: 12318 + - uid: 12331 components: - type: Transform pos: -23.5,-6.5 parent: 2 - proto: ClosetFireFilled entities: - - uid: 12319 + - uid: 12332 components: - type: Transform pos: -11.5,-45.5 @@ -76418,7 +76818,7 @@ entities: - 0 - 0 - 0 - - uid: 12320 + - uid: 12333 components: - type: Transform pos: -11.5,-73.5 @@ -76441,7 +76841,7 @@ entities: - 0 - 0 - 0 - - uid: 12321 + - uid: 12334 components: - type: Transform pos: 22.5,-52.5 @@ -76464,7 +76864,7 @@ entities: - 0 - 0 - 0 - - uid: 12322 + - uid: 12335 components: - type: Transform pos: 24.5,-55.5 @@ -76487,7 +76887,7 @@ entities: - 0 - 0 - 0 - - uid: 12323 + - uid: 12336 components: - type: Transform pos: -25.5,51.5 @@ -76510,7 +76910,7 @@ entities: - 0 - 0 - 0 - - uid: 12324 + - uid: 12337 components: - type: Transform pos: -12.5,-30.5 @@ -76533,7 +76933,7 @@ entities: - 0 - 0 - 0 - - uid: 12325 + - uid: 12338 components: - type: Transform pos: -2.5,-12.5 @@ -76556,7 +76956,7 @@ entities: - 0 - 0 - 0 - - uid: 12326 + - uid: 12339 components: - type: Transform pos: -52.5,-72.5 @@ -76579,7 +76979,7 @@ entities: - 0 - 0 - 0 - - uid: 12327 + - uid: 12340 components: - type: Transform pos: -23.5,-41.5 @@ -76602,7 +77002,7 @@ entities: - 0 - 0 - 0 - - uid: 12328 + - uid: 12341 components: - type: Transform pos: 22.5,-8.5 @@ -76625,7 +77025,7 @@ entities: - 0 - 0 - 0 - - uid: 12329 + - uid: 12342 components: - type: Transform pos: 62.5,-5.5 @@ -76648,7 +77048,7 @@ entities: - 0 - 0 - 0 - - uid: 12330 + - uid: 12343 components: - type: Transform pos: 19.5,-39.5 @@ -76671,7 +77071,7 @@ entities: - 0 - 0 - 0 - - uid: 12331 + - uid: 12344 components: - type: Transform pos: 16.5,-6.5 @@ -76694,7 +77094,7 @@ entities: - 0 - 0 - 0 - - uid: 12332 + - uid: 12345 components: - type: Transform pos: -32.5,-0.5 @@ -76717,7 +77117,7 @@ entities: - 0 - 0 - 0 - - uid: 12333 + - uid: 12346 components: - type: Transform pos: 2.5,-25.5 @@ -76740,7 +77140,7 @@ entities: - 0 - 0 - 0 - - uid: 12334 + - uid: 12347 components: - type: Transform pos: -11.5,47.5 @@ -76763,7 +77163,7 @@ entities: - 0 - 0 - 0 - - uid: 12335 + - uid: 12348 components: - type: Transform pos: 49.5,40.5 @@ -76786,7 +77186,7 @@ entities: - 0 - 0 - 0 - - uid: 12336 + - uid: 12349 components: - type: Transform pos: -43.5,37.5 @@ -76809,7 +77209,7 @@ entities: - 0 - 0 - 0 - - uid: 12337 + - uid: 12350 components: - type: Transform pos: -31.5,-41.5 @@ -76832,7 +77232,7 @@ entities: - 0 - 0 - 0 - - uid: 12338 + - uid: 12351 components: - type: Transform pos: -27.5,28.5 @@ -76855,7 +77255,7 @@ entities: - 0 - 0 - 0 - - uid: 12339 + - uid: 12352 components: - type: Transform pos: -35.5,-93.5 @@ -76878,7 +77278,7 @@ entities: - 0 - 0 - 0 - - uid: 12340 + - uid: 12353 components: - type: Transform pos: 74.5,-52.5 @@ -76901,7 +77301,7 @@ entities: - 0 - 0 - 0 - - uid: 12341 + - uid: 12354 components: - type: Transform pos: 64.5,-31.5 @@ -76924,7 +77324,7 @@ entities: - 0 - 0 - 0 - - uid: 12342 + - uid: 12355 components: - type: Transform pos: 35.5,-74.5 @@ -76947,39 +77347,39 @@ entities: - 0 - 0 - 0 - - uid: 12343 + - uid: 12356 components: - type: Transform pos: 29.5,-92.5 parent: 2 - - uid: 12344 + - uid: 12357 components: - type: Transform pos: 49.5,-92.5 parent: 2 - - uid: 12345 + - uid: 12358 components: - type: Transform pos: 28.5,-80.5 parent: 2 - - uid: 12346 + - uid: 12359 components: - type: Transform pos: -24.5,-6.5 parent: 2 - - uid: 12347 + - uid: 12360 components: - type: Transform pos: -74.5,-32.5 parent: 2 - - uid: 12348 + - uid: 12361 components: - type: Transform pos: -57.5,-56.5 parent: 2 - proto: ClosetJanitorFilled entities: - - uid: 24909 + - uid: 12362 components: - type: Transform pos: -8.5,-17.5 @@ -77004,14 +77404,14 @@ entities: - 0 - proto: ClosetL3JanitorFilled entities: - - uid: 12349 + - uid: 12363 components: - type: Transform pos: -10.5,-19.5 parent: 2 - proto: ClosetL3VirologyFilled entities: - - uid: 12350 + - uid: 12364 components: - type: Transform pos: -18.5,-63.5 @@ -77034,7 +77434,7 @@ entities: - 0 - 0 - 0 - - uid: 12351 + - uid: 12365 components: - type: Transform pos: -22.5,-79.5 @@ -77059,7 +77459,7 @@ entities: - 0 - proto: ClosetMaintenance entities: - - uid: 12352 + - uid: 12366 components: - type: Transform pos: -22.5,-38.5 @@ -77082,7 +77482,7 @@ entities: - 0 - 0 - 0 - - uid: 12353 + - uid: 12367 components: - type: Transform pos: -44.5,-31.5 @@ -77105,7 +77505,7 @@ entities: - 0 - 0 - 0 - - uid: 12354 + - uid: 12368 components: - type: Transform pos: -41.5,-30.5 @@ -77128,7 +77528,7 @@ entities: - 0 - 0 - 0 - - uid: 12355 + - uid: 12369 components: - type: Transform pos: 14.5,39.5 @@ -77151,7 +77551,7 @@ entities: - 0 - 0 - 0 - - uid: 12356 + - uid: 12370 components: - type: Transform pos: -19.5,56.5 @@ -77176,12 +77576,12 @@ entities: - 0 - proto: ClosetMaintenanceFilledRandom entities: - - uid: 12357 + - uid: 12371 components: - type: Transform pos: -42.5,-32.5 parent: 2 - - uid: 12358 + - uid: 12372 components: - type: Transform pos: 12.5,-51.5 @@ -77204,7 +77604,7 @@ entities: - 0 - 0 - 0 - - uid: 12359 + - uid: 12373 components: - type: Transform pos: -5.5,-73.5 @@ -77227,7 +77627,7 @@ entities: - 0 - 0 - 0 - - uid: 12360 + - uid: 12374 components: - type: Transform pos: -19.5,58.5 @@ -77250,7 +77650,7 @@ entities: - 0 - 0 - 0 - - uid: 12361 + - uid: 12375 components: - type: Transform pos: 16.5,-72.5 @@ -77273,7 +77673,7 @@ entities: - 0 - 0 - 0 - - uid: 12362 + - uid: 12376 components: - type: Transform pos: -15.5,-12.5 @@ -77296,7 +77696,7 @@ entities: - 0 - 0 - 0 - - uid: 12363 + - uid: 12377 components: - type: Transform pos: -37.5,-67.5 @@ -77319,7 +77719,7 @@ entities: - 0 - 0 - 0 - - uid: 12364 + - uid: 12378 components: - type: Transform pos: -29.5,-57.5 @@ -77342,7 +77742,7 @@ entities: - 0 - 0 - 0 - - uid: 12365 + - uid: 12379 components: - type: Transform pos: -29.5,-39.5 @@ -77365,7 +77765,7 @@ entities: - 0 - 0 - 0 - - uid: 12366 + - uid: 12380 components: - type: Transform pos: -28.5,-67.5 @@ -77388,7 +77788,7 @@ entities: - 0 - 0 - 0 - - uid: 12367 + - uid: 12381 components: - type: Transform pos: -56.5,-32.5 @@ -77411,7 +77811,7 @@ entities: - 0 - 0 - 0 - - uid: 12368 + - uid: 12382 components: - type: Transform pos: 36.5,-12.5 @@ -77434,7 +77834,7 @@ entities: - 0 - 0 - 0 - - uid: 12369 + - uid: 12383 components: - type: Transform pos: -22.5,-28.5 @@ -77457,7 +77857,7 @@ entities: - 0 - 0 - 0 - - uid: 12370 + - uid: 12384 components: - type: Transform pos: 0.5,34.5 @@ -77480,7 +77880,7 @@ entities: - 0 - 0 - 0 - - uid: 12371 + - uid: 12385 components: - type: Transform pos: 55.5,-3.5 @@ -77503,7 +77903,7 @@ entities: - 0 - 0 - 0 - - uid: 12372 + - uid: 12386 components: - type: Transform pos: -27.5,-67.5 @@ -77526,7 +77926,7 @@ entities: - 0 - 0 - 0 - - uid: 12373 + - uid: 12387 components: - type: Transform pos: 39.5,-15.5 @@ -77549,7 +77949,7 @@ entities: - 0 - 0 - 0 - - uid: 12374 + - uid: 12388 components: - type: Transform pos: 58.5,29.5 @@ -77572,7 +77972,7 @@ entities: - 0 - 0 - 0 - - uid: 12375 + - uid: 12389 components: - type: Transform pos: -31.5,38.5 @@ -77595,7 +77995,7 @@ entities: - 0 - 0 - 0 - - uid: 12376 + - uid: 12390 components: - type: Transform pos: -12.5,29.5 @@ -77618,7 +78018,7 @@ entities: - 0 - 0 - 0 - - uid: 12377 + - uid: 12391 components: - type: Transform pos: -43.5,-94.5 @@ -77641,7 +78041,7 @@ entities: - 0 - 0 - 0 - - uid: 12378 + - uid: 12392 components: - type: Transform pos: 48.5,-35.5 @@ -77664,7 +78064,7 @@ entities: - 0 - 0 - 0 - - uid: 12379 + - uid: 12393 components: - type: Transform pos: 72.5,-55.5 @@ -77687,7 +78087,7 @@ entities: - 0 - 0 - 0 - - uid: 12380 + - uid: 12394 components: - type: Transform pos: -9.5,-8.5 @@ -77710,19 +78110,19 @@ entities: - 0 - 0 - 0 - - uid: 12381 + - uid: 12395 components: - type: Transform pos: 7.5,-78.5 parent: 2 - - uid: 12382 + - uid: 12396 components: - type: Transform pos: 8.5,26.5 parent: 2 - proto: ClosetRadiationSuitFilled entities: - - uid: 12383 + - uid: 12397 components: - type: Transform pos: -59.5,-23.5 @@ -77745,7 +78145,7 @@ entities: - 0 - 0 - 0 - - uid: 12384 + - uid: 12398 components: - type: Transform pos: -60.5,-23.5 @@ -77768,7 +78168,7 @@ entities: - 0 - 0 - 0 - - uid: 12385 + - uid: 12399 components: - type: Transform pos: 70.5,-35.5 @@ -77793,7 +78193,7 @@ entities: - 0 - proto: ClosetToolFilled entities: - - uid: 12386 + - uid: 12400 components: - type: Transform pos: -26.5,-21.5 @@ -77816,7 +78216,7 @@ entities: - 0 - 0 - 0 - - uid: 12387 + - uid: 12401 components: - type: Transform pos: -22.5,-31.5 @@ -77826,14 +78226,14 @@ entities: removedMasks: 20 - proto: ClosetWall entities: - - uid: 12388 + - uid: 12402 components: - type: Transform pos: 45.5,-32.5 parent: 2 - proto: ClosetWallMaintenanceFilledRandom entities: - - uid: 12389 + - uid: 12403 components: - type: Transform pos: 53.5,-33.5 @@ -77856,12 +78256,12 @@ entities: - 0 - 0 - 0 - - uid: 12390 + - uid: 12404 components: - type: Transform pos: 47.5,-64.5 parent: 2 - - uid: 12391 + - uid: 12405 components: - type: Transform pos: -52.5,-26.5 @@ -77884,64 +78284,59 @@ entities: - 0 - 0 - 0 - - uid: 12392 + - uid: 12406 components: - type: Transform pos: 2.5,-12.5 parent: 2 - proto: ClothingBackpack entities: - - uid: 12393 + - uid: 12407 components: - type: Transform pos: -56.640278,-27.45032 parent: 2 - proto: ClothingBackpackDuffelCaptain entities: - - uid: 12394 + - uid: 12408 components: - type: Transform pos: 30.440884,-27.760664 parent: 2 - proto: ClothingBackpackDuffelClown entities: - - uid: 12395 + - uid: 12409 components: - type: Transform pos: 53.57669,61.550056 parent: 2 - proto: ClothingBackpackDuffelMedical entities: - - uid: 12396 + - uid: 12410 components: - type: Transform pos: -2.4848266,-48.830677 parent: 2 - - uid: 12397 + - uid: 12411 components: - type: Transform pos: -16.552103,-49.311478 parent: 2 - proto: ClothingBackpackDuffelSecurity entities: - - uid: 12398 + - uid: 12412 components: - type: Transform pos: 5.4199524,15.682768 parent: 2 - proto: ClothingBackpackDuffelSurgeryFilled entities: - - uid: 12399 + - uid: 12413 components: - type: Transform pos: -6.4692874,-100.35278 parent: 2 - - uid: 12400 - components: - - type: Transform - pos: -3.4849787,-66.40156 - parent: 2 - - uid: 12401 + - uid: 12414 components: - type: Transform rot: 1.5707963267948966 rad @@ -77949,346 +78344,351 @@ entities: parent: 2 - proto: ClothingBackpackDuffelSyndicate entities: - - uid: 12402 + - uid: 12415 components: - type: Transform pos: -46.5,62.5 parent: 2 - proto: ClothingBackpackMedical entities: - - uid: 12403 + - uid: 12416 components: - type: Transform - pos: 0.5470823,-61.419598 + pos: -26.55289,-59.123634 parent: 2 - proto: ClothingBackpackSatchel entities: - - uid: 12404 + - uid: 12417 components: - type: Transform pos: -48.296333,5.808547 parent: 2 - proto: ClothingBackpackSatchelMedical entities: - - uid: 12405 + - uid: 12418 components: - type: Transform pos: -11.364604,-50.389603 parent: 2 - proto: ClothingBackpackVirology entities: - - uid: 12406 + - uid: 12419 components: - type: Transform pos: -31.439095,-73.39239 parent: 2 - proto: ClothingBeltAssault entities: - - uid: 12408 + - uid: 12421 components: - type: Transform - parent: 12407 + parent: 12420 - type: Physics canCollide: False - type: InsideEntityStorage - proto: ClothingBeltMedicalFilled entities: - - uid: 12410 + - uid: 12423 components: - type: Transform pos: -11.470623,-49.143177 parent: 2 - proto: ClothingBeltUtility entities: - - uid: 12411 + - uid: 12424 components: - type: Transform pos: -39.52201,-20.517406 parent: 2 - - uid: 12412 + - uid: 12425 components: - type: Transform pos: 47.423275,49.588562 parent: 2 - - uid: 12413 + - uid: 12426 components: - type: Transform pos: -3.42201,34.480587 parent: 2 - proto: ClothingBeltUtilityFilled entities: - - uid: 12414 + - uid: 12427 components: - type: Transform pos: 41.37638,-39.3584 parent: 2 - - uid: 12415 + - uid: 12428 components: - type: Transform pos: -30.494818,-37.432365 parent: 2 - - uid: 12416 + - uid: 12429 components: - type: Transform pos: -21.644775,-100.24527 parent: 2 - - uid: 12417 + - uid: 12430 components: - type: Transform pos: -34.48208,26.5042 parent: 2 - - uid: 12418 + - uid: 12431 components: - type: Transform pos: -26.513802,-20.343254 parent: 2 - proto: ClothingEyesGlasses entities: - - uid: 12419 + - uid: 12432 components: - type: Transform pos: -57.484028,-27.38782 parent: 2 - proto: ClothingEyesGlassesMeson entities: - - uid: 12420 + - uid: 12433 components: - type: Transform pos: -52.538578,-12.210998 parent: 2 - - uid: 12421 + - uid: 12434 components: - type: Transform pos: -56.32557,-25.518402 parent: 2 - - uid: 12422 + - uid: 12435 components: - type: Transform pos: 2.454368,-75.40744 parent: 2 - proto: ClothingEyesGlassesSecurity entities: - - uid: 12423 + - uid: 12436 components: - type: Transform pos: 22.490807,-47.25673 parent: 2 - proto: ClothingEyesHudBeer entities: - - uid: 12424 + - uid: 12437 components: - type: Transform pos: -41.966873,-78.417305 parent: 2 - proto: ClothingHandsGlovesBoxingBlue entities: - - uid: 12425 + - uid: 12438 components: - type: Transform pos: 21.737816,3.36442 parent: 2 - - uid: 12426 + - uid: 12439 components: - type: Transform pos: -40.008175,-83.602425 parent: 2 - proto: ClothingHandsGlovesBoxingGreen entities: - - uid: 12427 + - uid: 12440 components: - type: Transform pos: 30.201283,4.7139225 parent: 2 - proto: ClothingHandsGlovesBoxingRed entities: - - uid: 12428 + - uid: 12441 components: - type: Transform pos: 26.335562,-1.3744954 parent: 2 - - uid: 12429 + - uid: 12442 components: - type: Transform pos: -44.121326,-80.72781 parent: 2 - proto: ClothingHandsGlovesBoxingYellow entities: - - uid: 12430 + - uid: 12443 components: - type: Transform pos: 30.232533,4.5889225 parent: 2 - proto: ClothingHandsGlovesColorBlack entities: - - uid: 12431 + - uid: 12444 components: - type: Transform pos: -47.515083,6.5429225 parent: 2 - proto: ClothingHandsGlovesColorOrange entities: - - uid: 12432 + - uid: 12445 components: - type: Transform pos: -57.515278,-30.528444 parent: 2 - proto: ClothingHandsGlovesColorYellow entities: - - uid: 12433 + - uid: 12446 components: - type: Transform pos: -28.54305,-20.538445 parent: 2 - - uid: 12434 + - uid: 12447 components: - type: Transform pos: -56.97646,-35.48593 parent: 2 - proto: ClothingHandsGlovesCombat entities: - - uid: 12435 + - uid: 12448 components: - type: Transform pos: -37.5,-32.5 parent: 2 - proto: ClothingHandsGlovesLatex entities: - - uid: 12436 + - uid: 12449 components: - type: Transform pos: -19.466316,-85.552505 parent: 2 - - uid: 12437 + - uid: 12450 components: - type: Transform pos: -5.563123,-96.94655 parent: 2 - proto: ClothingHeadFishCap entities: - - uid: 12438 + - uid: 12451 components: - type: Transform pos: -24.484636,34.673782 parent: 2 - proto: ClothingHeadHatAnimalCatBlack entities: - - uid: 12439 + - uid: 12452 components: - type: Transform pos: -51.4974,8.551356 parent: 2 - proto: ClothingHeadHatAnimalHeadslime entities: - - uid: 12440 + - uid: 12453 components: - type: Transform pos: -48.252262,60.451523 parent: 2 - proto: ClothingHeadHatBeaverHat entities: - - uid: 12441 + - uid: 12454 components: - type: Transform pos: 22.537655,11.563517 parent: 2 - proto: ClothingHeadHatBunny entities: - - uid: 12442 + - uid: 12455 components: - type: Transform pos: 57.503056,-8.485766 parent: 2 - proto: ClothingHeadHatCake entities: - - uid: 12443 + - uid: 12456 components: - type: Transform pos: -23.42545,-67.41026 parent: 2 - proto: ClothingHeadHatCardborg entities: - - uid: 12444 + - uid: 12457 components: - type: Transform pos: 72.844894,-43.422203 parent: 2 - proto: ClothingHeadHatCasa entities: - - uid: 12445 + - uid: 12458 components: - type: Transform pos: -22.35962,44.65524 parent: 2 - - uid: 12446 + - uid: 12459 components: - type: Transform pos: -22.60962,44.452114 parent: 2 - - uid: 12447 + - uid: 12460 components: - type: Transform pos: -22.218994,44.34274 parent: 2 - proto: ClothingHeadHatChickenhead entities: - - uid: 12448 + - uid: 12461 components: - type: Transform pos: -38.364468,56.565044 parent: 2 - - uid: 12449 + - uid: 12462 components: - type: Transform pos: 69.487785,-66.37648 parent: 2 - proto: ClothingHeadHatCone entities: - - uid: 12450 + - uid: 12463 components: - type: Transform pos: 20.465803,-52.422585 parent: 2 - - uid: 12451 + - uid: 12464 components: - type: Transform pos: -40.213425,-17.545645 parent: 2 - - uid: 12452 + - uid: 12465 components: - type: Transform pos: -28.525217,-54.052208 parent: 2 - proto: ClothingHeadHatFedoraBrown entities: - - uid: 12453 + - uid: 12466 components: - type: Transform pos: -42.4974,8.520106 parent: 2 + - uid: 12467 + components: + - type: Transform + pos: -1.5497928,-64.38667 + parent: 2 - proto: ClothingHeadHatFedoraGrey entities: - - uid: 12454 + - uid: 12468 components: - type: Transform pos: -22.922485,11.607702 parent: 2 - proto: ClothingHeadHatFez entities: - - uid: 12455 + - uid: 12469 components: - type: Transform pos: 20.326727,12.833071 parent: 2 - proto: ClothingHeadHatGreensoft entities: - - uid: 12456 + - uid: 12470 components: - type: Transform pos: 31.51696,-61.276703 parent: 2 - proto: ClothingHeadHatHairflower entities: - - uid: 12457 + - uid: 12471 components: - type: Transform rot: -1.5707963267948966 rad @@ -78296,533 +78696,514 @@ entities: parent: 2 - proto: ClothingHeadHatHardhatOrange entities: - - uid: 12458 + - uid: 12472 components: - type: Transform pos: 15.782594,-64.08794 parent: 2 - proto: ClothingHeadHatHetmanHat entities: - - uid: 12459 + - uid: 12473 components: - type: Transform pos: -40.407463,-78.02446 parent: 2 - proto: ClothingHeadHatHoodMoth entities: - - uid: 12460 + - uid: 12474 components: - type: Transform pos: -14.455677,-96.43048 parent: 2 - proto: ClothingHeadHatHoodNunHood entities: - - uid: 12461 + - uid: 12475 components: - type: Transform pos: -38.629223,16.497232 parent: 2 - proto: ClothingHeadHatJesterAlt entities: - - uid: 12462 + - uid: 12476 components: - type: Transform pos: -15.170754,12.526345 parent: 2 - proto: ClothingHeadHatPlaguedoctor entities: - - uid: 12463 + - uid: 12477 components: - type: Transform pos: -31.265268,5.276951 parent: 2 - proto: ClothingHeadHatPumpkin entities: - - uid: 12464 + - uid: 12478 components: - type: Transform pos: -6.603641,4.509495 parent: 2 - proto: ClothingHeadHatRichard entities: - - uid: 12465 + - uid: 12479 components: - type: Transform pos: -16.484713,20.572138 parent: 2 - proto: ClothingHeadHatSantahat entities: - - uid: 12466 + - uid: 12480 components: - type: Transform pos: 70.456535,-65.50148 parent: 2 - proto: ClothingHeadHatShrineMaidenWig entities: - - uid: 12467 + - uid: 12481 components: - type: Transform pos: 73.5263,-65.23457 parent: 2 - proto: ClothingHeadHatSquid entities: - - uid: 12468 + - uid: 12482 components: - type: Transform pos: 9.466757,-12.457433 parent: 2 - proto: ClothingHeadHatTophat entities: - - uid: 12469 + - uid: 12483 components: - type: Transform pos: 22.506405,10.969767 parent: 2 - - uid: 12470 + - uid: 12484 components: - type: Transform pos: -19.575691,-87.365005 parent: 2 - proto: ClothingHeadHatTrucker entities: - - uid: 12471 + - uid: 12485 components: - type: Transform pos: -35.471638,-48.0912 parent: 2 - proto: ClothingHeadHatUshanka entities: - - uid: 12472 + - uid: 12486 components: - type: Transform pos: 20.592352,12.520571 parent: 2 - - uid: 12473 + - uid: 12487 components: - type: Transform pos: 63.56368,11.408342 parent: 2 - - uid: 12474 + - uid: 12488 components: - type: Transform pos: -39.523006,-76.44785 parent: 2 - - uid: 12475 + - uid: 12489 components: - type: Transform pos: -43.43965,-78.05615 parent: 2 - proto: ClothingHeadHatVioletwizard entities: - - uid: 12476 + - uid: 12490 components: - type: Transform pos: 18.520521,50.50226 parent: 2 - proto: ClothingHeadHatWelding entities: - - uid: 12477 + - uid: 12491 components: - type: Transform pos: -35.502888,-47.3412 parent: 2 - - uid: 12478 + - uid: 12492 components: - type: Transform pos: -12.456746,17.595669 parent: 2 - - uid: 12479 + - uid: 12493 components: - type: Transform pos: 42.55075,-32.360874 parent: 2 - proto: ClothingHeadHatWeldingMaskFlameBlue entities: - - uid: 12480 + - uid: 12494 components: - type: Transform pos: 0.64530456,23.439005 parent: 2 - - uid: 12481 - components: - - type: Transform - pos: -20.443554,-51.52769 - parent: 2 - proto: ClothingHeadHatWizard entities: - - uid: 12482 + - uid: 12495 components: - type: Transform pos: -27.578125,55.49253 parent: 2 - proto: ClothingHeadHelmetCosmonaut entities: - - uid: 12483 + - uid: 12496 components: - type: Transform pos: -31.517996,-64.46434 parent: 2 - - uid: 12484 + - uid: 12497 components: - type: Transform pos: -37.48917,27.661566 parent: 2 - proto: ClothingHeadHelmetEVA entities: - - uid: 12485 + - uid: 12498 components: - type: Transform pos: -71.04211,-26.39878 parent: 2 - proto: ClothingHeadHelmetScaf entities: - - uid: 12486 + - uid: 12499 components: - type: Transform pos: -31.458502,-43.474 parent: 2 - proto: ClothingHeadHelmetTemplar entities: - - uid: 12487 + - uid: 12500 components: - type: Transform pos: 38.423565,-15.642361 parent: 2 -- proto: ClothingHeadNurseHat - entities: - - uid: 12488 - components: - - type: Transform - pos: 2.5095897,-65.392746 - parent: 2 - proto: ClothingHeadSafari entities: - - uid: 12489 + - uid: 12501 components: - type: Transform pos: -3.5832248,52.757553 parent: 2 - proto: ClothingMaskBat entities: - - uid: 12490 + - uid: 12502 components: - type: Transform pos: -28.497562,8.541992 parent: 2 - proto: ClothingMaskBear entities: - - uid: 12491 + - uid: 12503 components: - type: Transform pos: -38.62821,28.538465 parent: 2 - proto: ClothingMaskBee entities: - - uid: 12492 + - uid: 12504 components: - type: Transform pos: -3.4901123,53.561974 parent: 2 - proto: ClothingMaskBreathMedical entities: - - uid: 12493 + - uid: 12505 components: - type: Transform pos: -16.243101,-35.3368 parent: 2 - proto: ClothingMaskFox entities: - - uid: 12494 + - uid: 12506 components: - type: Transform pos: 30.331896,-28.644527 parent: 2 - proto: ClothingMaskGas entities: - - uid: 12495 + - uid: 12507 components: - type: Transform pos: -25.389828,-6.471097 parent: 2 - - uid: 12496 + - uid: 12508 components: - type: Transform pos: -70.49962,-26.436932 parent: 2 - - uid: 12497 + - uid: 12509 components: - type: Transform pos: -8.705846,-15.426237 parent: 2 - proto: ClothingMaskGasAtmos entities: - - uid: 12498 + - uid: 12510 components: - type: Transform pos: 3.1338544,-75.35811 parent: 2 - proto: ClothingMaskJackal entities: - - uid: 12499 + - uid: 12511 components: - type: Transform pos: 16.67739,21.87369 parent: 2 - proto: ClothingMaskMuzzle entities: - - uid: 12500 + - uid: 12512 components: - type: Transform pos: -15.336851,-35.602425 parent: 2 - proto: ClothingMaskNeckGaiter entities: - - uid: 12409 + - uid: 12422 components: - type: Transform - parent: 12407 + parent: 12420 - type: Physics canCollide: False - type: InsideEntityStorage - proto: ClothingMaskPlague entities: - - uid: 12501 + - uid: 12513 components: - type: Transform pos: -31.093393,5.386326 parent: 2 - proto: ClothingMaskRat entities: - - uid: 12502 + - uid: 12514 components: - type: Transform pos: -9.217388,-10.5028515 parent: 2 - proto: ClothingMaskRaven entities: - - uid: 12503 + - uid: 12515 components: - type: Transform pos: 12.510361,-6.449043 parent: 2 - proto: ClothingNeckAromanticPin entities: - - uid: 12504 + - uid: 12516 components: - type: Transform pos: -16.507944,41.79273 parent: 2 - proto: ClothingNeckAsexualPin entities: - - uid: 12505 + - uid: 12517 components: - type: Transform pos: -16.289194,41.51148 parent: 2 - proto: ClothingNeckBisexualPin entities: - - uid: 12506 + - uid: 12518 components: - type: Transform pos: -42.7372,8.687558 parent: 2 - proto: ClothingNeckBling entities: - - uid: 12507 + - uid: 12519 components: - type: Transform pos: 48.258717,-21.370115 parent: 2 - proto: ClothingNeckCloakMoth entities: - - uid: 12508 + - uid: 12520 components: - type: Transform pos: -8.662971,-82.55483 parent: 2 - proto: ClothingNeckCloakTrans entities: - - uid: 12509 + - uid: 12521 components: - type: Transform pos: -9.4988165,23.574131 parent: 2 - proto: ClothingNeckIntersexPin entities: - - uid: 12510 + - uid: 12522 components: - type: Transform pos: -12.691556,31.94308 parent: 2 - proto: ClothingNeckLawyerbadge entities: - - uid: 12511 + - uid: 12523 components: - type: Transform pos: 43.39902,-3.8456278 parent: 2 - proto: ClothingNeckLesbianPin entities: - - uid: 12512 + - uid: 12524 components: - type: Transform pos: -51.700592,8.465523 parent: 2 - proto: ClothingNeckLGBTPin entities: - - uid: 12513 + - uid: 12525 components: - type: Transform pos: -10.776614,43.48699 parent: 2 - proto: ClothingNeckMantleCE entities: - - uid: 12514 + - uid: 12526 components: - type: Transform pos: -35.58501,-17.148493 parent: 2 -- proto: ClothingNeckMantleCMO - entities: - - uid: 12515 - components: - - type: Transform - pos: -20.144634,-56.34305 - parent: 2 - proto: ClothingNeckMantleHOS entities: - - uid: 12516 + - uid: 12527 components: - type: Transform pos: 5.905226,20.807451 parent: 2 - proto: ClothingNeckMantleRD entities: - - uid: 12517 + - uid: 12528 components: - type: Transform pos: 63.464256,-53.431217 parent: 2 - proto: ClothingNeckNonBinaryPin entities: - - uid: 12518 + - uid: 12529 components: - type: Transform pos: -21.722902,35.752502 parent: 2 - - uid: 12519 + - uid: 12530 components: - type: Transform pos: -47.78141,6.181047 parent: 2 - proto: ClothingNeckPansexualPin entities: - - uid: 12520 + - uid: 12531 components: - type: Transform pos: -1.5377516,30.493696 parent: 2 - proto: ClothingNeckScarfStripedCentcom entities: - - uid: 12521 + - uid: 12532 components: - type: Transform pos: 77.62025,-67.25297 parent: 2 - proto: ClothingNeckScarfStripedZebra entities: - - uid: 12522 + - uid: 12533 components: - type: Transform pos: -28.25746,44.644928 parent: 2 - proto: ClothingNeckTransPin entities: - - uid: 12523 + - uid: 12534 components: - type: Transform pos: 65.36391,-1.4805084 parent: 2 - proto: ClothingOuterArmorBulletproof entities: - - uid: 12524 + - uid: 12535 components: - type: Transform pos: 32.367626,30.579184 parent: 2 - - uid: 12525 + - uid: 12536 components: - type: Transform pos: 31.015066,32.43679 parent: 2 - - uid: 12526 + - uid: 12537 components: - type: Transform pos: 31.015066,32.43679 parent: 2 - - uid: 12527 + - uid: 12538 components: - type: Transform pos: 31.015066,32.43679 parent: 2 - - uid: 12528 + - uid: 12539 components: - type: Transform pos: 31.015066,32.43679 parent: 2 - - uid: 12529 + - uid: 12540 components: - type: Transform pos: 32.398876,30.266684 parent: 2 - - uid: 12530 + - uid: 12541 components: - type: Transform pos: 32.617626,30.485434 parent: 2 - - uid: 12531 + - uid: 12542 components: - type: Transform pos: 32.648876,30.157309 parent: 2 - proto: ClothingOuterArmorReflective entities: - - uid: 12532 + - uid: 12543 components: - type: Transform pos: 32.477,29.610434 parent: 2 - proto: ClothingOuterCardborg entities: - - uid: 12533 + - uid: 12544 components: - type: Transform pos: 73.548645,-43.410946 parent: 2 - proto: ClothingOuterCoatBomber entities: - - uid: 12534 + - uid: 12545 components: - type: Transform pos: 15.5274105,-50.516087 parent: 2 - proto: ClothingOuterCoatDetective entities: - - uid: 12535 + - uid: 12546 components: - type: Transform pos: -32.515205,-59.44035 parent: 2 - proto: ClothingOuterCoatGentle entities: - - uid: 12536 + - uid: 12547 components: - type: Transform pos: 59.512882,24.492107 parent: 2 - proto: ClothingOuterCoatJensen entities: - - uid: 12235 + - uid: 12249 components: - type: Transform pos: 62.5886,15.642659 @@ -78833,336 +79214,334 @@ entities: showEnts: False occludes: True ents: - - 12236 + - 12250 toggleable-clothing: !type:ContainerSlot showEnts: False occludes: True ent: null - proto: ClothingOuterDameDane entities: - - uid: 12537 + - uid: 12548 components: - type: Transform pos: -30.207304,-98.49032 parent: 2 - proto: ClothingOuterHardsuitEVA entities: - - uid: 12538 + - uid: 12549 components: - type: Transform pos: -71.62023,-26.30503 parent: 2 - proto: ClothingOuterHoodieChaplain entities: - - uid: 12539 + - uid: 12550 components: - type: Transform pos: -39.238598,16.669107 parent: 2 - proto: ClothingOuterPlagueSuit entities: - - uid: 12540 + - uid: 12551 components: - type: Transform pos: -31.046518,5.058201 parent: 2 - proto: ClothingOuterStraightjacket entities: - - uid: 12541 + - uid: 12552 components: - type: Transform pos: -15.008726,-35.30555 parent: 2 - - uid: 12542 + - uid: 12553 + components: + - type: Transform + pos: -26.52164,-58.26426 + parent: 2 + - uid: 12554 components: - type: Transform - pos: 6.437404,-57.306335 + pos: 44.453926,8.619596 parent: 2 - proto: ClothingOuterSuitChicken entities: - - uid: 12543 + - uid: 12555 components: - type: Transform pos: -41.535904,57.643673 parent: 2 - proto: ClothingOuterSuitMonkey entities: - - uid: 12544 + - uid: 12556 components: - type: Transform pos: -23.4853,-87.30585 parent: 2 - proto: ClothingOuterSuitShrineMaiden entities: - - uid: 12545 + - uid: 12557 components: - type: Transform pos: -40.497574,63.50408 parent: 2 - - uid: 12546 + - uid: 12558 components: - type: Transform pos: 73.55755,-64.51582 parent: 2 - proto: ClothingOuterWinterRobo entities: - - uid: 12547 + - uid: 12559 components: - type: Transform pos: 77.51138,-47.408936 parent: 2 - proto: ClothingOuterWinterViro entities: - - uid: 12548 + - uid: 12560 components: - type: Transform pos: -31.470345,-74.22051 parent: 2 - proto: ClothingOuterWizard entities: - - uid: 12549 + - uid: 12561 components: - type: Transform pos: -41.58894,41.559685 parent: 2 - proto: ClothingOuterWizardRed entities: - - uid: 12550 + - uid: 12562 components: - type: Transform pos: -59.983215,-45.447025 parent: 2 - proto: ClothingOuterWizardViolet entities: - - uid: 12551 + - uid: 12563 components: - type: Transform pos: 19.504896,49.611633 parent: 2 - proto: ClothingShoesBling entities: - - uid: 12552 + - uid: 12564 components: - type: Transform pos: 47.782166,-25.351032 parent: 2 - proto: ClothingShoesBootsJack entities: - - uid: 12553 + - uid: 12565 components: - type: Transform pos: -1.4635531,17.609518 parent: 2 - proto: ClothingShoesBootsLaceup entities: - - uid: 12554 + - uid: 12566 components: - type: Transform pos: 45.797165,49.377663 parent: 2 - proto: ClothingShoesBootsMag entities: - - uid: 12555 + - uid: 12567 components: - type: Transform pos: -34.59344,-13.376695 parent: 2 - - uid: 12556 + - uid: 12568 components: - type: Transform pos: -47.52257,38.626587 parent: 2 - - uid: 12557 + - uid: 12569 components: - type: Transform pos: 33.46236,-13.4915285 parent: 2 - - uid: 12558 + - uid: 12570 components: - type: Transform pos: 27.527689,27.317041 parent: 2 - - uid: 12559 + - uid: 12571 components: - type: Transform pos: 31.527689,27.285791 parent: 2 - - uid: 12560 + - uid: 12572 components: - type: Transform pos: 31.516712,-13.514931 parent: 2 - - uid: 12561 + - uid: 12573 components: - type: Transform pos: 31.501087,-11.577431 parent: 2 - - uid: 12562 + - uid: 12574 components: - type: Transform pos: 33.563587,-11.530556 parent: 2 - - uid: 12563 + - uid: 12575 components: - type: Transform pos: 29.610462,-11.499306 parent: 2 - - uid: 12564 + - uid: 12576 components: - type: Transform pos: 29.532337,-13.577431 parent: 2 - - uid: 12565 + - uid: 12577 components: - type: Transform pos: 26.669048,29.395418 parent: 2 - proto: ClothingShoesColorWhite entities: - - uid: 12566 + - uid: 12578 components: - type: Transform pos: -16.54276,-45.461185 parent: 2 - proto: ClothingShoesDameDane entities: - - uid: 12567 + - uid: 12579 components: - type: Transform pos: -22.591383,-96.25594 parent: 2 - proto: ClothingShoesFlippers entities: - - uid: 12568 + - uid: 12580 components: - type: Transform pos: -3.5418344,21.579527 parent: 2 - proto: ClothingShoeSlippersDuck entities: - - uid: 12569 + - uid: 12581 components: - type: Transform pos: 15.423054,34.567764 parent: 2 - proto: ClothingShoesSkates entities: - - uid: 12570 + - uid: 12582 components: - type: Transform pos: -34.53309,-20.500399 parent: 2 - proto: ClothingUnderSocksBee entities: - - uid: 12571 + - uid: 12583 components: - type: Transform pos: 62.522377,-58.450882 parent: 2 -- proto: ClothingUniformJumpskirtJanimaidmini - entities: - - uid: 12572 - components: - - type: Transform - pos: -13.518242,-15.499978 - parent: 2 - proto: ClothingUniformJumpskirtOfLife entities: - - uid: 12573 + - uid: 12584 components: - type: Transform pos: 62.5,53.5 parent: 2 - proto: ClothingUniformJumpsuitCossack entities: - - uid: 12574 + - uid: 12585 components: - type: Transform pos: -40.657463,-77.46196 parent: 2 - proto: ClothingUniformJumpsuitDameDane entities: - - uid: 12575 + - uid: 12586 components: - type: Transform pos: -15.484091,-96.41976 parent: 2 - proto: ClothingUniformJumpsuitMonasticRobeDark entities: - - uid: 12576 + - uid: 12587 components: - type: Transform pos: -32.383476,8.575315 parent: 2 - - uid: 12577 + - uid: 12588 components: - type: Transform pos: -32.383476,8.575315 parent: 2 - - uid: 12578 + - uid: 12589 components: - type: Transform pos: -32.383476,8.575315 parent: 2 - - uid: 12579 + - uid: 12590 components: - type: Transform pos: -32.383476,8.575315 parent: 2 - - uid: 12580 + - uid: 12591 components: - type: Transform pos: -32.383476,8.575315 parent: 2 - proto: ClothingUniformJumpsuitMonasticRobeLight entities: - - uid: 12581 + - uid: 12592 components: - type: Transform pos: -22.894775,-100.24527 parent: 2 - - uid: 12582 + - uid: 12593 components: - type: Transform pos: -33.11785,8.55969 parent: 2 - - uid: 12583 + - uid: 12594 components: - type: Transform pos: -33.11785,8.55969 parent: 2 - - uid: 12584 + - uid: 12595 components: - type: Transform pos: -33.11785,8.55969 parent: 2 - - uid: 12585 + - uid: 12596 components: - type: Transform pos: -33.11785,8.55969 parent: 2 - - uid: 12586 + - uid: 12597 components: - type: Transform pos: -33.11785,8.55969 parent: 2 - proto: ClothingUniformJumpsuitReporter entities: - - uid: 12587 + - uid: 12598 components: - type: Transform pos: -27.443762,14.534213 parent: 2 - proto: ClothingUniformJumpsuitSafari entities: - - uid: 12588 + - uid: 12599 components: - type: Transform pos: -3.4738498,52.42943 parent: 2 - proto: CluwneHorn entities: - - uid: 12589 + - uid: 12600 components: - type: Transform rot: 1.5707963267948966 rad @@ -79170,352 +79549,352 @@ entities: parent: 2 - proto: Cobweb1 entities: - - uid: 12590 + - uid: 12601 components: - type: Transform pos: -42.5,-20.5 parent: 2 - - uid: 12591 + - uid: 12602 components: - type: Transform pos: -55.5,-66.5 parent: 2 - - uid: 12592 + - uid: 12603 components: - type: Transform pos: -45.5,-71.5 parent: 2 - proto: Cobweb2 entities: - - uid: 12593 + - uid: 12604 components: - type: Transform pos: -48.5,-34.5 parent: 2 - - uid: 12594 + - uid: 12605 components: - type: Transform pos: -53.5,-70.5 parent: 2 - - uid: 12595 + - uid: 12606 components: - type: Transform pos: -38.5,-71.5 parent: 2 - proto: CockroachTimedSpawner entities: - - uid: 12596 + - uid: 12607 components: - type: Transform pos: -11.5,-9.5 parent: 2 - proto: ComfyChair entities: - - uid: 12597 + - uid: 12608 components: - type: Transform pos: -19.5,-55.5 parent: 2 - - uid: 12598 + - uid: 12609 components: - type: Transform pos: 20.5,-11.5 parent: 2 - - uid: 12599 + - uid: 12610 components: - type: Transform rot: 1.5707963267948966 rad pos: 13.5,-33.5 parent: 2 - - uid: 12600 + - uid: 12611 components: - type: Transform pos: 6.5,21.5 parent: 2 - - uid: 12601 + - uid: 12612 components: - type: Transform rot: -1.5707963267948966 rad pos: 24.5,-28.5 parent: 2 - - uid: 12602 + - uid: 12613 components: - type: Transform rot: 1.5707963267948966 rad pos: 13.5,-31.5 parent: 2 - - uid: 12603 + - uid: 12614 components: - type: Transform rot: 3.141592653589793 rad pos: 20.5,11.5 parent: 2 - - uid: 12604 + - uid: 12615 components: - type: Transform pos: 20.5,13.5 parent: 2 - - uid: 12605 + - uid: 12616 components: - type: Transform pos: -15.5,-37.5 parent: 2 - - uid: 12606 + - uid: 12617 components: - type: Transform rot: -1.5707963267948966 rad pos: 24.5,-29.5 parent: 2 - - uid: 12607 + - uid: 12618 components: - type: Transform rot: -1.5707963267948966 rad pos: 44.5,-3.5 parent: 2 - - uid: 12608 + - uid: 12619 components: - type: Transform rot: 3.141592653589793 rad pos: 33.5,-51.5 parent: 2 - - uid: 12609 + - uid: 12620 components: - type: Transform rot: 3.141592653589793 rad pos: 29.5,-51.5 parent: 2 - - uid: 12610 + - uid: 12621 components: - type: Transform pos: 32.5,-47.5 parent: 2 - - uid: 12611 + - uid: 12622 components: - type: Transform pos: 30.5,-47.5 parent: 2 - - uid: 12612 + - uid: 12623 components: - type: Transform pos: 25.5,-81.5 parent: 2 - - uid: 12613 + - uid: 12624 components: - type: Transform rot: 1.5707963267948966 rad pos: -36.5,-16.5 parent: 2 - - uid: 12614 + - uid: 12625 components: - type: Transform pos: -48.5,7.5 parent: 2 - - uid: 12615 + - uid: 12626 components: - type: Transform pos: -47.5,7.5 parent: 2 - - uid: 12616 + - uid: 12627 components: - type: Transform rot: 1.5707963267948966 rad pos: -49.5,6.5 parent: 2 - - uid: 12617 + - uid: 12628 components: - type: Transform rot: 1.5707963267948966 rad pos: -49.5,5.5 parent: 2 - - uid: 12618 + - uid: 12629 components: - type: Transform rot: 3.141592653589793 rad pos: -48.5,4.5 parent: 2 - - uid: 12619 + - uid: 12630 components: - type: Transform rot: 3.141592653589793 rad pos: -47.5,4.5 parent: 2 - - uid: 12620 + - uid: 12631 components: - type: Transform rot: -1.5707963267948966 rad pos: -46.5,6.5 parent: 2 - - uid: 12621 + - uid: 12632 components: - type: Transform rot: -1.5707963267948966 rad pos: -46.5,5.5 parent: 2 - - uid: 12622 + - uid: 12633 components: - type: Transform rot: 3.141592653589793 rad pos: 25.5,-85.5 parent: 2 - - uid: 12623 + - uid: 12634 components: - type: Transform rot: 3.141592653589793 rad pos: 67.5,7.5 parent: 2 - - uid: 12624 + - uid: 12635 components: - type: Transform pos: 67.5,11.5 parent: 2 - - uid: 12625 + - uid: 12636 components: - type: Transform pos: 44.5,33.5 parent: 2 - - uid: 12626 + - uid: 12637 components: - type: Transform pos: 43.5,33.5 parent: 2 - - uid: 12627 + - uid: 12638 components: - type: Transform pos: 42.5,33.5 parent: 2 - - uid: 12628 + - uid: 12639 components: - type: Transform rot: 1.5707963267948966 rad pos: 64.5,-0.5 parent: 2 - - uid: 12629 + - uid: 12640 components: - type: Transform rot: 1.5707963267948966 rad pos: 64.5,-1.5 parent: 2 - - uid: 12630 + - uid: 12641 components: - type: Transform rot: 3.141592653589793 rad pos: 44.5,28.5 parent: 2 - - uid: 12631 + - uid: 12642 components: - type: Transform rot: 3.141592653589793 rad pos: 45.5,28.5 parent: 2 - - uid: 12632 + - uid: 12643 components: - type: Transform rot: 3.141592653589793 rad pos: 46.5,28.5 parent: 2 - - uid: 12633 + - uid: 12644 components: - type: Transform rot: -1.5707963267948966 rad pos: -54.5,-48.5 parent: 2 - - uid: 12634 + - uid: 12645 components: - type: Transform rot: -1.5707963267948966 rad pos: -54.5,-49.5 parent: 2 - - uid: 12635 + - uid: 12646 components: - type: Transform pos: -55.5,-47.5 parent: 2 - - uid: 12636 + - uid: 12647 components: - type: Transform rot: 3.141592653589793 rad pos: -55.5,-50.5 parent: 2 - - uid: 12637 + - uid: 12648 components: - type: Transform rot: -1.5707963267948966 rad pos: -4.5,-98.5 parent: 2 - - uid: 12638 + - uid: 12649 components: - type: Transform rot: -1.5707963267948966 rad pos: -21.5,-97.5 parent: 2 - - uid: 12639 + - uid: 12650 components: - type: Transform rot: 1.5707963267948966 rad pos: -23.5,-97.5 parent: 2 - - uid: 12640 + - uid: 12651 components: - type: Transform pos: -0.5,-73.5 parent: 2 - - uid: 12641 + - uid: 12652 components: - type: Transform pos: 16.5,-79.5 parent: 2 - - uid: 12642 + - uid: 12653 components: - type: Transform pos: 14.5,-79.5 parent: 2 - - uid: 12643 + - uid: 12654 components: - type: Transform pos: 13.5,-79.5 parent: 2 - - uid: 12644 + - uid: 12655 components: - type: Transform pos: 17.5,-79.5 parent: 2 - - uid: 12645 + - uid: 12656 components: - type: Transform rot: 3.141592653589793 rad pos: 14.5,-87.5 parent: 2 - - uid: 12646 + - uid: 12657 components: - type: Transform rot: 3.141592653589793 rad pos: 13.5,-87.5 parent: 2 - - uid: 12647 + - uid: 12658 components: - type: Transform rot: 3.141592653589793 rad pos: 17.5,-87.5 parent: 2 - - uid: 12648 + - uid: 12659 components: - type: Transform rot: 3.141592653589793 rad pos: 16.5,-87.5 parent: 2 - - uid: 12649 + - uid: 12660 components: - type: Transform rot: -1.5707963267948966 rad pos: 7.5,-79.5 parent: 2 - - uid: 12650 + - uid: 12661 components: - type: Transform rot: 1.5707963267948966 rad pos: 20.5,-29.5 parent: 2 - - uid: 12651 + - uid: 12662 components: - type: Transform rot: 1.5707963267948966 rad @@ -79523,18 +79902,18 @@ entities: parent: 2 - proto: ComputerAlert entities: - - uid: 12652 + - uid: 12663 components: - type: Transform pos: 27.5,-21.5 parent: 2 - - uid: 12653 + - uid: 12664 components: - type: Transform rot: 1.5707963267948966 rad pos: -55.5,-12.5 parent: 2 - - uid: 12654 + - uid: 12665 components: - type: Transform rot: 3.141592653589793 rad @@ -79542,73 +79921,73 @@ entities: parent: 2 - proto: ComputerAnalysisConsole entities: - - uid: 12655 + - uid: 12666 components: - type: Transform pos: 73.5,-31.5 parent: 2 - type: DeviceLinkSource linkedPorts: - 21506: + 21487: - ArtifactAnalyzerSender: ArtifactAnalyzerReceiver - proto: computerBodyScanner entities: - - uid: 12656 + - uid: 12667 components: - type: Transform rot: -1.5707963267948966 rad - pos: 4.5,-65.5 + pos: -3.5,-66.5 parent: 2 - - uid: 12657 + - uid: 12668 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,-60.5 + rot: 3.141592653589793 rad + pos: 3.5,-63.5 parent: 2 - proto: ComputerBroken entities: - - uid: 12658 + - uid: 12669 components: - type: Transform rot: -1.5707963267948966 rad pos: 52.5,37.5 parent: 2 - - uid: 12659 + - uid: 12670 components: - type: Transform pos: 51.5,36.5 parent: 2 - - uid: 12660 + - uid: 12671 components: - type: Transform rot: -1.5707963267948966 rad pos: 51.5,37.5 parent: 2 - - uid: 12661 + - uid: 12672 components: - type: Transform rot: 1.5707963267948966 rad pos: -0.5,73.5 parent: 2 - - uid: 12662 + - uid: 12673 components: - type: Transform rot: -1.5707963267948966 rad pos: -2.5,73.5 parent: 2 - - uid: 12663 + - uid: 12674 components: - type: Transform rot: 1.5707963267948966 rad pos: 2.5,69.5 parent: 2 - - uid: 12664 + - uid: 12675 components: - type: Transform rot: -1.5707963267948966 rad pos: -5.5,69.5 parent: 2 - - uid: 12665 + - uid: 12676 components: - type: Transform rot: -1.5707963267948966 rad @@ -79616,36 +79995,36 @@ entities: parent: 2 - proto: ComputerCargoBounty entities: - - uid: 12666 + - uid: 12677 components: - type: Transform pos: -42.5,25.5 parent: 2 - proto: ComputerCargoOrders entities: - - uid: 12667 + - uid: 12678 components: - type: Transform pos: -31.5,31.5 parent: 2 - - uid: 12668 + - uid: 12679 components: - type: Transform pos: 29.5,-21.5 parent: 2 - - uid: 12669 + - uid: 12680 components: - type: Transform pos: -27.5,23.5 parent: 2 - - uid: 12670 + - uid: 12681 components: - type: Transform pos: -44.5,35.5 parent: 2 - proto: ComputerCargoShuttle entities: - - uid: 12671 + - uid: 12682 components: - type: Transform rot: 3.141592653589793 rad @@ -79653,12 +80032,12 @@ entities: parent: 2 - proto: ComputerComms entities: - - uid: 12672 + - uid: 12683 components: - type: Transform pos: 25.5,-21.5 parent: 2 - - uid: 12673 + - uid: 12684 components: - type: Transform rot: 1.5707963267948966 rad @@ -79666,70 +80045,93 @@ entities: parent: 2 - proto: ComputerCrewMonitoring entities: - - uid: 12674 + - uid: 12685 components: - type: Transform pos: 23.5,-21.5 parent: 2 - - uid: 12675 + - uid: 12686 components: - type: Transform pos: 54.5,13.5 parent: 2 - - uid: 12694 + - uid: 12687 components: - type: Transform rot: -1.5707963267948966 rad pos: -3.5,-50.5 parent: 2 + - uid: 12688 + components: + - type: Transform + pos: -20.5,-54.5 + parent: 2 + - uid: 12689 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-56.5 + parent: 2 - proto: ComputerCriminalRecords entities: - - uid: 12676 + - uid: 12690 components: - type: Transform rot: -1.5707963267948966 rad pos: 22.5,-45.5 parent: 2 - - uid: 12677 + - uid: 12691 components: - type: Transform pos: -16.5,26.5 parent: 2 - - uid: 12678 + - uid: 12692 components: - type: Transform pos: 23.5,23.5 parent: 2 + - uid: 12693 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,17.5 + parent: 2 + - uid: 25618 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-22.5 + parent: 2 - proto: ComputerFrame entities: - - uid: 12679 + - uid: 12694 components: - type: Transform rot: 1.5707963267948966 rad pos: 70.5,-36.5 parent: 2 - - uid: 12680 + - uid: 12695 components: - type: Transform pos: 51.5,35.5 parent: 2 - - uid: 12681 + - uid: 12696 components: - type: Transform pos: -10.5,37.5 parent: 2 - - uid: 12682 + - uid: 12697 components: - type: Transform pos: -29.5,-96.5 parent: 2 - - uid: 12683 + - uid: 12698 components: - type: Transform rot: 1.5707963267948966 rad pos: -79.5,-54.5 parent: 2 - - uid: 12684 + - uid: 12699 components: - type: Transform rot: 1.5707963267948966 rad @@ -79737,48 +80139,49 @@ entities: parent: 2 - proto: ComputerId entities: - - uid: 12685 + - uid: 12700 components: - type: Transform rot: 1.5707963267948966 rad pos: -37.5,-17.5 parent: 2 - - uid: 12686 + - uid: 12701 components: - type: Transform pos: 60.5,-53.5 parent: 2 - - uid: 12687 + - uid: 12702 components: - type: Transform rot: 3.141592653589793 rad pos: -30.5,29.5 parent: 2 - - uid: 12688 + - uid: 12703 components: - type: Transform pos: 25.5,-24.5 parent: 2 - - uid: 12689 + - uid: 12704 components: - type: Transform rot: 3.141592653589793 rad pos: 4.5,20.5 parent: 2 - - uid: 12690 + - uid: 12705 components: - type: Transform - pos: -19.5,-54.5 + rot: 1.5707963267948966 rad + pos: 3.5,-4.5 parent: 2 - - uid: 12691 + - uid: 12706 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-4.5 + rot: 3.141592653589793 rad + pos: -20.5,-56.5 parent: 2 - proto: ComputerMassMedia entities: - - uid: 12692 + - uid: 12707 components: - type: Transform rot: -1.5707963267948966 rad @@ -79786,47 +80189,53 @@ entities: parent: 2 - proto: ComputerMedicalRecords entities: - - uid: 12693 + - uid: 12708 components: - type: Transform - pos: -20.5,-54.5 + rot: 3.141592653589793 rad + pos: 47.5,5.5 parent: 2 - - uid: 12695 + - uid: 12709 components: - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,5.5 + pos: -21.5,-54.5 + parent: 2 + - uid: 12710 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-50.5 parent: 2 - proto: ComputerPowerMonitoring entities: - - uid: 12696 + - uid: 12711 components: - type: Transform pos: -46.5,-22.5 parent: 2 - - uid: 12697 + - uid: 12712 components: - type: Transform pos: -72.5,-31.5 parent: 2 - - uid: 12698 + - uid: 12713 components: - type: Transform pos: 21.5,-21.5 parent: 2 - - uid: 12699 + - uid: 12714 components: - type: Transform rot: 3.141592653589793 rad pos: -27.5,-13.5 parent: 2 - - uid: 12700 + - uid: 12715 components: - type: Transform rot: 1.5707963267948966 rad pos: -55.5,-13.5 parent: 2 - - uid: 12701 + - uid: 12716 components: - type: Transform rot: 3.141592653589793 rad @@ -79834,7 +80243,7 @@ entities: parent: 2 - proto: ComputerRadar entities: - - uid: 12702 + - uid: 12717 components: - type: Transform rot: 1.5707963267948966 rad @@ -79842,40 +80251,40 @@ entities: parent: 2 - proto: ComputerResearchAndDevelopment entities: - - uid: 12703 + - uid: 12718 components: - type: Transform rot: 3.141592653589793 rad pos: 61.5,-55.5 parent: 2 - - uid: 12704 + - uid: 12719 components: - type: Transform rot: -1.5707963267948966 rad pos: 43.5,-39.5 parent: 2 - - uid: 12705 + - uid: 12720 components: - type: Transform pos: 68.5,-43.5 parent: 2 - - uid: 12706 + - uid: 12721 components: - type: Transform pos: 50.5,-52.5 parent: 2 - - uid: 12707 + - uid: 12722 components: - type: Transform rot: 3.141592653589793 rad pos: 60.5,-36.5 parent: 2 - - uid: 12708 + - uid: 12723 components: - type: Transform pos: 74.5,-31.5 parent: 2 - - uid: 12709 + - uid: 12724 components: - type: Transform rot: 3.141592653589793 rad @@ -79883,14 +80292,14 @@ entities: parent: 2 - proto: ComputerSalvageExpedition entities: - - uid: 12710 + - uid: 12725 components: - type: Transform pos: -46.5,44.5 parent: 2 - proto: ComputerShuttleCargo entities: - - uid: 12711 + - uid: 12726 components: - type: Transform rot: 1.5707963267948966 rad @@ -79898,66 +80307,60 @@ entities: parent: 2 - proto: ComputerShuttleSalvage entities: - - uid: 12712 + - uid: 12727 components: - type: Transform pos: -47.5,44.5 parent: 2 - proto: ComputerSolarControl entities: - - uid: 12713 + - uid: 12728 components: - type: Transform rot: 1.5707963267948966 rad pos: -2.5,-77.5 parent: 2 - - uid: 12714 + - uid: 12729 components: - type: Transform pos: 72.5,38.5 parent: 2 - proto: ComputerStationRecords entities: - - uid: 12715 + - uid: 12730 components: - type: Transform rot: -1.5707963267948966 rad pos: 5.5,-4.5 parent: 2 - - uid: 12716 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-57.5 - parent: 2 - - uid: 12717 + - uid: 12731 components: - type: Transform pos: 18.5,-10.5 parent: 2 - - uid: 12718 + - uid: 12732 components: - type: Transform pos: 24.5,-24.5 parent: 2 - - uid: 12719 + - uid: 12733 components: - type: Transform rot: -1.5707963267948966 rad pos: 26.5,20.5 parent: 2 - - uid: 12720 + - uid: 12734 components: - type: Transform pos: 47.5,7.5 parent: 2 - - uid: 12721 + - uid: 12735 components: - type: Transform rot: 3.141592653589793 rad pos: 20.5,-47.5 parent: 2 - - uid: 12722 + - uid: 12736 components: - type: Transform rot: 3.141592653589793 rad @@ -79965,158 +80368,163 @@ entities: parent: 2 - proto: ComputerSurveillanceCameraMonitor entities: - - uid: 12723 + - uid: 12737 components: - type: Transform pos: 26.5,-24.5 parent: 2 - - uid: 12724 + - uid: 12738 components: - type: Transform rot: 3.141592653589793 rad pos: 18.5,-12.5 parent: 2 - - uid: 12725 + - uid: 12739 components: - type: Transform rot: 1.5707963267948966 rad pos: 24.5,20.5 parent: 2 - - uid: 12726 + - uid: 12740 components: - type: Transform pos: 53.5,13.5 parent: 2 - - uid: 12727 + - uid: 12741 components: - type: Transform rot: 1.5707963267948966 rad pos: -55.5,-14.5 parent: 2 - - uid: 12728 + - uid: 12742 components: - type: Transform pos: -23.5,-69.5 parent: 2 - - uid: 12729 + - uid: 12743 components: - type: Transform pos: -11.5,-14.5 parent: 2 - - uid: 12730 + - uid: 12744 components: - type: Transform rot: 1.5707963267948966 rad pos: -21.5,-49.5 parent: 2 - - uid: 12731 + - uid: 12745 components: - type: Transform rot: 3.141592653589793 rad pos: -37.5,-46.5 parent: 2 - - uid: 12732 + - uid: 12746 components: - type: Transform rot: 1.5707963267948966 rad pos: -27.5,15.5 parent: 2 + - uid: 12747 + components: + - type: Transform + pos: -0.5,-64.5 + parent: 2 - proto: ComputerTechnologyDiskTerminal entities: - - uid: 12733 + - uid: 12748 components: - type: Transform pos: 56.5,-47.5 parent: 2 - proto: ComputerTelevision entities: - - uid: 12734 + - uid: 12749 components: - type: Transform pos: -6.5,-48.5 parent: 2 - - uid: 12735 + - uid: 12750 components: - type: Transform pos: -28.5,43.5 parent: 2 - - uid: 12736 + - uid: 12751 components: - type: Transform pos: 15.5,9.5 parent: 2 - - uid: 12737 + - uid: 12752 components: - type: Transform pos: -22.5,31.5 parent: 2 - - uid: 12738 + - uid: 12753 components: - type: Transform pos: -18.5,35.5 parent: 2 - - uid: 12739 + - uid: 12754 components: - type: Transform pos: -11.5,35.5 parent: 2 - - uid: 12740 + - uid: 12755 components: - type: Transform pos: -21.5,39.5 parent: 2 - proto: ComputerTelevisionCircuitboard entities: - - uid: 12741 + - uid: 12756 components: - type: Transform pos: 41.546516,-53.695484 parent: 2 - proto: ContainmentFieldGenerator entities: - - uid: 12742 + - uid: 12757 components: - type: Transform pos: -70.5,-9.5 parent: 2 - - uid: 12743 + - uid: 12758 components: - type: Transform pos: -62.5,-9.5 parent: 2 - - uid: 12744 + - uid: 12759 components: - type: Transform pos: -62.5,-17.5 parent: 2 - - uid: 12745 + - uid: 12760 components: - type: Transform pos: -70.5,-17.5 parent: 2 - - uid: 12746 + - uid: 12761 components: - type: Transform pos: -74.5,-26.5 parent: 2 - - uid: 12747 + - uid: 12762 components: - type: Transform pos: -73.5,-26.5 parent: 2 - - uid: 12748 + - uid: 12763 components: - type: Transform pos: -74.5,-23.5 parent: 2 - - uid: 12749 + - uid: 12764 components: - type: Transform pos: -73.5,-23.5 parent: 2 - proto: ConveyorBelt entities: - - uid: 12750 + - uid: 12765 components: - type: Transform rot: 1.5707963267948966 rad @@ -80124,16 +80532,16 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26022 - - uid: 12751 + - 26009 + - uid: 12766 components: - type: Transform pos: 18.5,-56.5 parent: 2 - type: DeviceLinkSink links: - - 26022 - - uid: 12752 + - 26009 + - uid: 12767 components: - type: Transform rot: 1.5707963267948966 rad @@ -80141,8 +80549,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26022 - - uid: 12753 + - 26009 + - uid: 12768 components: - type: Transform rot: 1.5707963267948966 rad @@ -80150,16 +80558,16 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26022 - - uid: 12754 + - 26009 + - uid: 12769 components: - type: Transform pos: 18.5,-55.5 parent: 2 - type: DeviceLinkSink links: - - 26022 - - uid: 12755 + - 26009 + - uid: 12770 components: - type: Transform rot: -1.5707963267948966 rad @@ -80167,24 +80575,24 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26035 - - uid: 12756 + - 26022 + - uid: 12771 components: - type: Transform pos: 15.5,-54.5 parent: 2 - type: DeviceLinkSink links: - - 26022 - - uid: 12757 + - 26009 + - uid: 12772 components: - type: Transform pos: 18.5,-57.5 parent: 2 - type: DeviceLinkSink links: - - 26022 - - uid: 12758 + - 26009 + - uid: 12773 components: - type: Transform rot: -1.5707963267948966 rad @@ -80192,8 +80600,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26022 - - uid: 12759 + - 26009 + - uid: 12774 components: - type: Transform rot: -1.5707963267948966 rad @@ -80201,8 +80609,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26022 - - uid: 12760 + - 26009 + - uid: 12775 components: - type: Transform rot: -1.5707963267948966 rad @@ -80210,8 +80618,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26022 - - uid: 12761 + - 26009 + - uid: 12776 components: - type: Transform rot: -1.5707963267948966 rad @@ -80219,8 +80627,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26035 - - uid: 12762 + - 26022 + - uid: 12777 components: - type: Transform rot: -1.5707963267948966 rad @@ -80228,8 +80636,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26035 - - uid: 12763 + - 26022 + - uid: 12778 components: - type: Transform rot: 3.141592653589793 rad @@ -80237,8 +80645,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26035 - - uid: 12764 + - 26022 + - uid: 12779 components: - type: Transform rot: 1.5707963267948966 rad @@ -80246,8 +80654,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26023 - - uid: 12765 + - 26010 + - uid: 12780 components: - type: Transform rot: 1.5707963267948966 rad @@ -80255,8 +80663,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26023 - - uid: 12766 + - 26010 + - uid: 12781 components: - type: Transform rot: 1.5707963267948966 rad @@ -80264,8 +80672,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26023 - - uid: 12767 + - 26010 + - uid: 12782 components: - type: Transform rot: 1.5707963267948966 rad @@ -80273,8 +80681,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26023 - - uid: 12768 + - 26010 + - uid: 12783 components: - type: Transform rot: 1.5707963267948966 rad @@ -80282,8 +80690,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26023 - - uid: 12769 + - 26010 + - uid: 12784 components: - type: Transform rot: 1.5707963267948966 rad @@ -80291,8 +80699,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26023 - - uid: 12770 + - 26010 + - uid: 12785 components: - type: Transform rot: 1.5707963267948966 rad @@ -80300,8 +80708,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26027 - - uid: 12771 + - 26014 + - uid: 12786 components: - type: Transform rot: 1.5707963267948966 rad @@ -80309,8 +80717,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26027 - - uid: 12772 + - 26014 + - uid: 12787 components: - type: Transform rot: 1.5707963267948966 rad @@ -80318,8 +80726,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26027 - - uid: 12773 + - 26014 + - uid: 12788 components: - type: Transform rot: 1.5707963267948966 rad @@ -80327,8 +80735,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26027 - - uid: 12774 + - 26014 + - uid: 12789 components: - type: Transform rot: 1.5707963267948966 rad @@ -80336,8 +80744,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26027 - - uid: 12775 + - 26014 + - uid: 12790 components: - type: Transform rot: 1.5707963267948966 rad @@ -80345,8 +80753,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26026 - - uid: 12776 + - 26013 + - uid: 12791 components: - type: Transform rot: 1.5707963267948966 rad @@ -80354,8 +80762,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26026 - - uid: 12777 + - 26013 + - uid: 12792 components: - type: Transform rot: 1.5707963267948966 rad @@ -80363,8 +80771,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26026 - - uid: 12778 + - 26013 + - uid: 12793 components: - type: Transform rot: 1.5707963267948966 rad @@ -80372,8 +80780,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26026 - - uid: 12779 + - 26013 + - uid: 12794 components: - type: Transform rot: 1.5707963267948966 rad @@ -80381,8 +80789,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26025 - - uid: 12780 + - 26012 + - uid: 12795 components: - type: Transform rot: 1.5707963267948966 rad @@ -80390,8 +80798,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26025 - - uid: 12781 + - 26012 + - uid: 12796 components: - type: Transform rot: 1.5707963267948966 rad @@ -80399,8 +80807,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26025 - - uid: 12782 + - 26012 + - uid: 12797 components: - type: Transform rot: 1.5707963267948966 rad @@ -80408,8 +80816,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26025 - - uid: 12783 + - 26012 + - uid: 12798 components: - type: Transform rot: 1.5707963267948966 rad @@ -80417,8 +80825,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26026 - - uid: 12784 + - 26013 + - uid: 12799 components: - type: Transform rot: 1.5707963267948966 rad @@ -80426,8 +80834,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26026 - - uid: 12785 + - 26013 + - uid: 12800 components: - type: Transform rot: 1.5707963267948966 rad @@ -80435,8 +80843,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26026 - - uid: 12786 + - 26013 + - uid: 12801 components: - type: Transform rot: 1.5707963267948966 rad @@ -80444,8 +80852,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26026 - - uid: 12787 + - 26013 + - uid: 12802 components: - type: Transform rot: 1.5707963267948966 rad @@ -80453,8 +80861,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26025 - - uid: 12788 + - 26012 + - uid: 12803 components: - type: Transform rot: 1.5707963267948966 rad @@ -80462,8 +80870,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26025 - - uid: 12789 + - 26012 + - uid: 12804 components: - type: Transform rot: 1.5707963267948966 rad @@ -80471,8 +80879,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26025 - - uid: 12790 + - 26012 + - uid: 12805 components: - type: Transform rot: 1.5707963267948966 rad @@ -80480,8 +80888,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26025 - - uid: 12791 + - 26012 + - uid: 12806 components: - type: Transform rot: 3.141592653589793 rad @@ -80489,8 +80897,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26024 - - uid: 12792 + - 26011 + - uid: 12807 components: - type: Transform rot: 1.5707963267948966 rad @@ -80498,8 +80906,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26029 - - uid: 12793 + - 26016 + - uid: 12808 components: - type: Transform rot: 1.5707963267948966 rad @@ -80507,8 +80915,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26029 - - uid: 12794 + - 26016 + - uid: 12809 components: - type: Transform rot: 1.5707963267948966 rad @@ -80516,8 +80924,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26029 - - uid: 12795 + - 26016 + - uid: 12810 components: - type: Transform rot: 1.5707963267948966 rad @@ -80525,8 +80933,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26029 - - uid: 12796 + - 26016 + - uid: 12811 components: - type: Transform rot: 1.5707963267948966 rad @@ -80534,8 +80942,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26029 - - uid: 12797 + - 26016 + - uid: 12812 components: - type: Transform rot: 1.5707963267948966 rad @@ -80543,8 +80951,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26030 - - uid: 12798 + - 26017 + - uid: 12813 components: - type: Transform rot: 1.5707963267948966 rad @@ -80552,8 +80960,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26030 - - uid: 12799 + - 26017 + - uid: 12814 components: - type: Transform rot: 1.5707963267948966 rad @@ -80561,8 +80969,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26030 - - uid: 12800 + - 26017 + - uid: 12815 components: - type: Transform rot: 1.5707963267948966 rad @@ -80570,8 +80978,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26030 - - uid: 12801 + - 26017 + - uid: 12816 components: - type: Transform rot: 1.5707963267948966 rad @@ -80579,8 +80987,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26030 - - uid: 12802 + - 26017 + - uid: 12817 components: - type: Transform rot: 1.5707963267948966 rad @@ -80588,8 +80996,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26030 - - uid: 12803 + - 26017 + - uid: 12818 components: - type: Transform rot: 1.5707963267948966 rad @@ -80597,8 +81005,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26029 - - uid: 12804 + - 26016 + - uid: 12819 components: - type: Transform rot: 1.5707963267948966 rad @@ -80606,8 +81014,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26030 - - uid: 12805 + - 26017 + - uid: 12820 components: - type: Transform rot: 1.5707963267948966 rad @@ -80615,8 +81023,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26029 - - uid: 12806 + - 26016 + - uid: 12821 components: - type: Transform rot: -1.5707963267948966 rad @@ -80624,16 +81032,16 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26028 - - uid: 12807 + - 26015 + - uid: 12822 components: - type: Transform pos: -10.5,28.5 parent: 2 - type: DeviceLinkSink links: - - 26028 - - uid: 12808 + - 26015 + - uid: 12823 components: - type: Transform rot: -1.5707963267948966 rad @@ -80641,8 +81049,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26028 - - uid: 12809 + - 26015 + - uid: 12824 components: - type: Transform rot: 3.141592653589793 rad @@ -80650,8 +81058,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26024 - - uid: 12810 + - 26011 + - uid: 12825 components: - type: Transform rot: 3.141592653589793 rad @@ -80659,8 +81067,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26024 - - uid: 12811 + - 26011 + - uid: 12826 components: - type: Transform rot: 3.141592653589793 rad @@ -80668,32 +81076,32 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26024 - - uid: 12812 + - 26011 + - uid: 12827 components: - type: Transform pos: -47.5,13.5 parent: 2 - type: DeviceLinkSink links: - - 26031 - - uid: 12813 + - 26018 + - uid: 12828 components: - type: Transform pos: -47.5,14.5 parent: 2 - type: DeviceLinkSink links: - - 26031 - - uid: 12814 + - 26018 + - uid: 12829 components: - type: Transform pos: -47.5,12.5 parent: 2 - type: DeviceLinkSink links: - - 26031 - - uid: 12815 + - 26018 + - uid: 12830 components: - type: Transform rot: 1.5707963267948966 rad @@ -80701,8 +81109,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26028 - - uid: 12816 + - 26015 + - uid: 12831 components: - type: Transform rot: 1.5707963267948966 rad @@ -80710,8 +81118,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26028 - - uid: 12817 + - 26015 + - uid: 12832 components: - type: Transform rot: 1.5707963267948966 rad @@ -80719,8 +81127,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26028 - - uid: 12818 + - 26015 + - uid: 12833 components: - type: Transform rot: 1.5707963267948966 rad @@ -80728,8 +81136,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26032 - - uid: 12819 + - 26019 + - uid: 12834 components: - type: Transform rot: 1.5707963267948966 rad @@ -80737,8 +81145,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26032 - - uid: 12820 + - 26019 + - uid: 12835 components: - type: Transform rot: 1.5707963267948966 rad @@ -80746,16 +81154,16 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26032 - - uid: 12821 + - 26019 + - uid: 12836 components: - type: Transform pos: 46.5,37.5 parent: 2 - type: DeviceLinkSink links: - - 26032 - - uid: 12822 + - 26019 + - uid: 12837 components: - type: Transform rot: 1.5707963267948966 rad @@ -80763,8 +81171,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26032 - - uid: 12823 + - 26019 + - uid: 12838 components: - type: Transform rot: 1.5707963267948966 rad @@ -80772,8 +81180,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26032 - - uid: 12824 + - 26019 + - uid: 12839 components: - type: Transform rot: 3.141592653589793 rad @@ -80781,8 +81189,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26032 - - uid: 12825 + - 26019 + - uid: 12840 components: - type: Transform rot: 3.141592653589793 rad @@ -80790,8 +81198,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26032 - - uid: 12826 + - 26019 + - uid: 12841 components: - type: Transform rot: 1.5707963267948966 rad @@ -80799,49 +81207,49 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26028 - - uid: 12827 + - 26015 + - uid: 12842 components: - type: Transform pos: -9.5,27.5 parent: 2 - type: DeviceLinkSink links: - - 26028 - - uid: 12828 + - 26015 + - uid: 12843 components: - type: Transform pos: -9.5,26.5 parent: 2 - type: DeviceLinkSink links: - - 26028 - - uid: 12829 + - 26015 + - uid: 12844 components: - type: Transform pos: -9.5,25.5 parent: 2 - type: DeviceLinkSink links: - - 26028 - - uid: 12830 + - 26015 + - uid: 12845 components: - type: Transform pos: -9.5,24.5 parent: 2 - type: DeviceLinkSink links: - - 26028 - - uid: 12831 + - 26015 + - uid: 12846 components: - type: Transform pos: -9.5,23.5 parent: 2 - type: DeviceLinkSink links: - - 26028 + - 26015 - type: ActiveConveyor - - uid: 12832 + - uid: 12847 components: - type: Transform rot: 3.141592653589793 rad @@ -80849,8 +81257,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26028 - - uid: 12833 + - 26015 + - uid: 12848 components: - type: Transform rot: 1.5707963267948966 rad @@ -80858,8 +81266,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26028 - - uid: 12834 + - 26015 + - uid: 12849 components: - type: Transform rot: -1.5707963267948966 rad @@ -80867,8 +81275,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26028 - - uid: 12835 + - 26015 + - uid: 12850 components: - type: Transform rot: -1.5707963267948966 rad @@ -80876,8 +81284,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26028 - - uid: 12836 + - 26015 + - uid: 12851 components: - type: Transform rot: 3.141592653589793 rad @@ -80885,8 +81293,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26032 - - uid: 12837 + - 26019 + - uid: 12852 components: - type: Transform rot: 3.141592653589793 rad @@ -80894,9 +81302,9 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26033 - - 26034 - - uid: 12838 + - 26020 + - 26021 + - uid: 12853 components: - type: Transform rot: 3.141592653589793 rad @@ -80904,9 +81312,9 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26033 - - 26034 - - uid: 12839 + - 26020 + - 26021 + - uid: 12854 components: - type: Transform rot: 3.141592653589793 rad @@ -80914,9 +81322,9 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26033 - - 26034 - - uid: 12840 + - 26020 + - 26021 + - uid: 12855 components: - type: Transform rot: 3.141592653589793 rad @@ -80924,9 +81332,9 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26033 - - 26034 - - uid: 12841 + - 26020 + - 26021 + - uid: 12856 components: - type: Transform rot: 3.141592653589793 rad @@ -80934,9 +81342,9 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26033 - - 26034 - - uid: 12842 + - 26020 + - 26021 + - uid: 12857 components: - type: Transform rot: 3.141592653589793 rad @@ -80944,9 +81352,9 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26033 - - 26034 - - uid: 12843 + - 26020 + - 26021 + - uid: 12858 components: - type: Transform rot: 3.141592653589793 rad @@ -80954,9 +81362,9 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26033 - - 26034 - - uid: 12844 + - 26020 + - 26021 + - uid: 12859 components: - type: Transform rot: -1.5707963267948966 rad @@ -80964,9 +81372,9 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26033 - - 26034 - - uid: 12845 + - 26020 + - 26021 + - uid: 12860 components: - type: Transform rot: -1.5707963267948966 rad @@ -80974,9 +81382,9 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26033 - - 26034 - - uid: 12846 + - 26020 + - 26021 + - uid: 12861 components: - type: Transform rot: 3.141592653589793 rad @@ -80984,9 +81392,9 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26033 - - 26034 - - uid: 12847 + - 26020 + - 26021 + - uid: 12862 components: - type: Transform rot: 1.5707963267948966 rad @@ -80994,9 +81402,9 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26033 - - 26034 - - uid: 12848 + - 26020 + - 26021 + - uid: 12863 components: - type: Transform rot: 3.141592653589793 rad @@ -81004,8 +81412,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26035 - - uid: 12849 + - 26022 + - uid: 12864 components: - type: Transform rot: 3.141592653589793 rad @@ -81013,8 +81421,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26035 - - uid: 12850 + - 26022 + - uid: 12865 components: - type: Transform rot: 3.141592653589793 rad @@ -81022,8 +81430,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26024 - - uid: 12851 + - 26011 + - uid: 12866 components: - type: Transform pos: -16.5,10.5 @@ -81031,8 +81439,8 @@ entities: - type: DeviceLinkSink invokeCounter: 2 links: - - 26036 - - uid: 12852 + - 26023 + - uid: 12867 components: - type: Transform pos: -16.5,9.5 @@ -81040,8 +81448,8 @@ entities: - type: DeviceLinkSink invokeCounter: 2 links: - - 26036 - - uid: 12853 + - 26023 + - uid: 12868 components: - type: Transform pos: -16.5,8.5 @@ -81049,24 +81457,24 @@ entities: - type: DeviceLinkSink invokeCounter: 2 links: - - 26036 + - 26023 - proto: ConveyorBeltAssembly entities: - - uid: 12854 + - uid: 12869 components: - type: Transform pos: -27.603226,-31.351301 parent: 2 - proto: CounterWoodFrame entities: - - uid: 12855 + - uid: 12870 components: - type: Transform pos: -47.5,-64.5 parent: 2 - proto: CrateAirlockKit entities: - - uid: 12856 + - uid: 12871 components: - type: Transform pos: 44.5,-7.5 @@ -81098,7 +81506,7 @@ entities: isPlaceable: True - proto: CrateArtifactContainer entities: - - uid: 12857 + - uid: 12872 components: - type: Transform pos: 73.5,-36.5 @@ -81123,12 +81531,12 @@ entities: - 0 - proto: CrateCoffin entities: - - uid: 12858 + - uid: 12873 components: - type: Transform pos: -31.5,10.5 parent: 2 - - uid: 12859 + - uid: 12874 components: - type: Transform pos: -32.5,10.5 @@ -81151,7 +81559,7 @@ entities: - 0 - 0 - 0 - - uid: 12860 + - uid: 12875 components: - type: Transform pos: -31.5,8.5 @@ -81174,14 +81582,14 @@ entities: - 0 - 0 - 0 - - uid: 12861 + - uid: 12876 components: - type: Transform pos: -55.5,-67.5 parent: 2 - proto: CrateEmergencyFire entities: - - uid: 12862 + - uid: 12877 components: - type: Transform pos: -39.5,-15.5 @@ -81204,7 +81612,7 @@ entities: - 0 - 0 - 0 - - uid: 12863 + - uid: 12878 components: - type: Transform pos: -38.5,23.5 @@ -81253,44 +81661,44 @@ entities: isPlaceable: True - proto: CrateEmptySpawner entities: - - uid: 12864 + - uid: 12879 components: - type: Transform pos: -43.5,23.5 parent: 2 - - uid: 12865 + - uid: 12880 components: - type: Transform pos: -44.5,22.5 parent: 2 - - uid: 12866 + - uid: 12881 components: - type: Transform pos: -40.5,20.5 parent: 2 - - uid: 12867 + - uid: 12882 components: - type: Transform pos: -38.5,19.5 parent: 2 - - uid: 12868 + - uid: 12883 components: - type: Transform pos: 6.5,49.5 parent: 2 - - uid: 12869 + - uid: 12884 components: - type: Transform pos: -35.5,-96.5 parent: 2 - - uid: 12870 + - uid: 12885 components: - type: Transform pos: -36.5,-96.5 parent: 2 - proto: CrateEngineeringAMEJar entities: - - uid: 12871 + - uid: 12886 components: - type: Transform pos: -50.5,-13.5 @@ -81315,7 +81723,7 @@ entities: - 0 - proto: CrateEngineeringAMEShielding entities: - - uid: 12872 + - uid: 12887 components: - type: Transform pos: -50.5,-14.5 @@ -81338,7 +81746,7 @@ entities: - 0 - 0 - 0 - - uid: 12873 + - uid: 12888 components: - type: Transform pos: -50.5,-12.5 @@ -81363,7 +81771,7 @@ entities: - 0 - proto: CrateEngineeringCableLV entities: - - uid: 12874 + - uid: 12889 components: - type: Transform pos: -42.5,-15.5 @@ -81388,7 +81796,7 @@ entities: - 0 - proto: CrateEngineeringElectricalSupplies entities: - - uid: 12875 + - uid: 12890 components: - type: Transform pos: 22.5,-49.5 @@ -81413,24 +81821,24 @@ entities: - 0 - proto: CrateFilledSpawner entities: - - uid: 12876 + - uid: 12891 components: - type: Transform pos: -31.5,-48.5 parent: 2 - - uid: 12877 + - uid: 12892 components: - type: Transform pos: 72.5,-56.5 parent: 2 - - uid: 12878 + - uid: 12893 components: - type: Transform pos: 71.5,-62.5 parent: 2 - proto: CrateFoodCooking entities: - - uid: 12879 + - uid: 12894 components: - type: Transform pos: -47.5,-80.5 @@ -81455,7 +81863,7 @@ entities: - 0 - proto: CrateFunBoardGames entities: - - uid: 12880 + - uid: 12895 components: - type: Transform pos: 63.5,6.5 @@ -81480,14 +81888,14 @@ entities: - 0 - proto: CrateFunToyBox entities: - - uid: 12881 + - uid: 12896 components: - type: Transform pos: 1.5,-19.5 parent: 2 - proto: CrateHydroponicsSeeds entities: - - uid: 12882 + - uid: 12897 components: - type: Transform pos: 12.5,-52.5 @@ -81512,7 +81920,7 @@ entities: - 0 - proto: CrateHydroponicsSeedsExotic entities: - - uid: 12883 + - uid: 12898 components: - type: Transform pos: -47.5,-70.5 @@ -81537,21 +81945,21 @@ entities: - 0 - proto: CrateMaterialGlass entities: - - uid: 12884 + - uid: 12899 components: - type: Transform pos: 43.5,-7.5 parent: 2 - proto: CrateMindShieldImplants entities: - - uid: 12885 + - uid: 12900 components: - type: Transform pos: 29.5,29.5 parent: 2 - proto: CrateMousetrapBoxes entities: - - uid: 12886 + - uid: 12901 components: - type: Transform pos: 60.5,42.5 @@ -81576,7 +81984,7 @@ entities: - 0 - proto: CratePirate entities: - - uid: 12887 + - uid: 12902 components: - type: Transform pos: 3.5,-11.5 @@ -81601,7 +82009,7 @@ entities: - 0 - proto: CrateScience entities: - - uid: 12888 + - uid: 12903 components: - type: Transform pos: 73.5,-34.5 @@ -81626,14 +82034,14 @@ entities: - 0 - proto: CrateSecurityNonlethal entities: - - uid: 12889 + - uid: 12904 components: - type: Transform pos: 29.5,28.5 parent: 2 - proto: CrateServiceJanitorialSupplies entities: - - uid: 12890 + - uid: 12905 components: - type: Transform pos: -9.5,-21.5 @@ -81658,7 +82066,7 @@ entities: - 0 - proto: CrateServiceSmokeables entities: - - uid: 12891 + - uid: 12906 components: - type: Transform pos: 56.5,59.5 @@ -81683,7 +82091,7 @@ entities: - 0 - proto: CrateStoneGrave entities: - - uid: 12892 + - uid: 12907 components: - type: Transform pos: -32.5,4.5 @@ -81708,58 +82116,58 @@ entities: - 0 - proto: CrateTrashCart entities: - - uid: 12893 + - uid: 12908 components: - type: Transform pos: 19.5,-49.5 parent: 2 - - uid: 12894 + - uid: 12909 components: - type: Transform pos: -38.5,-93.5 parent: 2 - - uid: 12895 + - uid: 12910 components: - type: Transform pos: -10.5,14.5 parent: 2 - - uid: 12896 + - uid: 12911 components: - type: Transform pos: -52.5,-34.5 parent: 2 - proto: CrateTrashCartFilled entities: - - uid: 12897 + - uid: 12912 components: - type: Transform pos: 18.5,-49.5 parent: 2 - - uid: 12898 + - uid: 12913 components: - type: Transform pos: 5.5,-17.5 parent: 2 - - uid: 12899 + - uid: 12914 components: - type: Transform pos: -40.5,-3.5 parent: 2 - proto: CrateTrashCartJani entities: - - uid: 12900 + - uid: 12915 components: - type: Transform pos: -15.5,-8.5 parent: 2 - proto: CrateWoodenGrave entities: - - uid: 12901 + - uid: 12916 components: - type: Transform pos: -10.5,55.5 parent: 2 - - uid: 12902 + - uid: 12917 components: - type: Transform pos: -30.5,4.5 @@ -81782,39 +82190,39 @@ entities: - 0 - 0 - 0 - - uid: 12903 + - uid: 12918 components: - type: Transform pos: -32.5,6.5 parent: 2 - proto: CrayonBox entities: - - uid: 12904 + - uid: 12919 components: - type: Transform pos: -29.428709,8.545935 parent: 2 - - uid: 12905 + - uid: 12920 components: - type: Transform rot: 3.141592653589793 rad pos: 54.561592,-64.4996 parent: 2 - - uid: 12906 + - uid: 12921 components: - type: Transform pos: 0.5708022,-23.573645 parent: 2 - proto: CrayonMime entities: - - uid: 12907 + - uid: 12922 components: - type: Transform pos: -28.463287,46.56972 parent: 2 - proto: Crematorium entities: - - uid: 12908 + - uid: 12923 components: - type: Transform pos: -33.5,11.5 @@ -81839,205 +82247,196 @@ entities: - 0 - proto: CrewMonitoringComputerCircuitboard entities: - - uid: 12909 + - uid: 12924 components: - type: Transform pos: 53.35249,35.65033 parent: 2 - proto: CrewMonitoringServer entities: - - uid: 12910 + - uid: 12925 components: - type: Transform - pos: 8.5,-58.5 + pos: -19.5,-51.5 parent: 2 - proto: Crowbar entities: - - uid: 12911 + - uid: 12926 components: - type: Transform pos: 73.47424,-38.51016 parent: 2 - - uid: 12912 + - uid: 12927 components: - type: Transform pos: -29.495306,-23.60064 parent: 2 - - uid: 12913 + - uid: 12928 components: - type: Transform pos: 40.56214,-53.476734 parent: 2 - - uid: 12914 + - uid: 12929 components: - type: Transform pos: -56.61051,-70.40599 parent: 2 - - uid: 12915 + - uid: 12930 components: - type: Transform pos: -23.432364,-28.473803 parent: 2 - - uid: 12916 + - uid: 12931 components: - type: Transform pos: -36.564224,18.558977 parent: 2 - - uid: 12917 + - uid: 12932 components: - type: Transform rot: 6.283185307179586 rad pos: 57.539654,47.47334 parent: 2 - - uid: 12918 + - uid: 12933 components: - type: Transform pos: -9.421157,-15.518739 parent: 2 - - uid: 12919 + - uid: 12934 components: - type: Transform pos: 62.5,6.5 parent: 2 - proto: CrowbarRed entities: - - uid: 12920 + - uid: 12935 components: - type: Transform pos: 52.637024,11.413784 parent: 2 - - uid: 12921 + - uid: 12936 components: - type: Transform pos: -16.370653,65.49348 parent: 2 - - uid: 12922 + - uid: 12937 components: - type: Transform pos: 2.5771694,-21.302826 parent: 2 - proto: CryogenicSleepUnit entities: - - uid: 12923 + - uid: 12938 components: - type: Transform rot: 1.5707963267948966 rad pos: 17.5,-83.5 parent: 2 - - uid: 12924 - components: - - type: Transform - pos: -5.5,-64.5 - parent: 2 - - uid: 12925 + - uid: 12939 components: - type: Transform pos: 13.5,-83.5 parent: 2 - - uid: 12926 + - uid: 12940 components: - type: Transform pos: 13.5,-84.5 parent: 2 - - uid: 12927 + - uid: 12941 components: - type: Transform rot: 1.5707963267948966 rad pos: 17.5,-82.5 parent: 2 - - uid: 12928 + - uid: 12942 components: - type: Transform pos: 13.5,-82.5 parent: 2 - - uid: 12929 - components: - - type: Transform - pos: -5.5,-65.5 - parent: 2 - - uid: 12930 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-66.5 - parent: 2 - - uid: 12931 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-65.5 - parent: 2 - - uid: 12932 + - uid: 12943 components: - type: Transform rot: 1.5707963267948966 rad pos: 17.5,-84.5 parent: 2 - - uid: 12933 + - uid: 12944 components: - type: Transform - pos: -5.5,-66.5 + pos: 46.5,8.5 parent: 2 - - uid: 12934 + - uid: 12945 components: - type: Transform rot: 3.141592653589793 rad - pos: -9.5,-64.5 + pos: -8.5,-65.5 parent: 2 - - uid: 12935 + - uid: 12946 components: - type: Transform - pos: 46.5,8.5 + rot: 3.141592653589793 rad + pos: -8.5,-64.5 parent: 2 - proto: CryoPod entities: - - uid: 12936 + - uid: 12947 components: - type: Transform - pos: -24.5,-59.5 + pos: 3.5,-57.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 12948 + components: + - type: Transform + pos: 3.5,-60.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - proto: CryoxadoneBeakerSmall entities: - - uid: 12937 + - uid: 12949 + components: + - type: Transform + pos: 0.38943613,-59.455074 + parent: 2 + - uid: 12950 components: - type: Transform - pos: -26.756777,-59.261105 + pos: 0.5456861,-59.236324 parent: 2 - proto: CultAltarSpawner entities: - - uid: 12938 + - uid: 12951 components: - type: Transform pos: -56.5,-62.5 parent: 2 - proto: d10Dice entities: - - uid: 12939 + - uid: 12952 components: - type: Transform pos: 9.458234,-7.2284737 parent: 2 - - uid: 12940 + - uid: 12953 components: - type: Transform pos: -29.44911,-46.43667 parent: 2 - proto: d6Dice entities: - - uid: 12941 + - uid: 12954 components: - type: Transform pos: -1.2845753,31.100819 parent: 2 - - uid: 12942 + - uid: 12955 components: - type: Transform rot: 1.5707963267948966 rad pos: 54.383816,29.301033 parent: 2 - - uid: 12943 + - uid: 12956 components: - type: Transform rot: 1.5707963267948966 rad @@ -82045,586 +82444,574 @@ entities: parent: 2 - proto: d8Dice entities: - - uid: 12944 + - uid: 12957 components: - type: Transform pos: 10.036359,-7.0722237 parent: 2 - proto: DefaultStationBeaconAI entities: - - uid: 12945 + - uid: 12958 components: - type: Transform pos: -1.5,67.5 parent: 2 - proto: DefaultStationBeaconAME entities: - - uid: 12946 + - uid: 12959 components: - type: Transform pos: -46.5,-12.5 parent: 2 - - uid: 12947 + - uid: 12960 components: - type: Transform pos: -44.5,-14.5 parent: 2 - proto: DefaultStationBeaconAnomalyGenerator entities: - - uid: 12948 + - uid: 12961 components: - type: Transform pos: 63.5,-31.5 parent: 2 - proto: DefaultStationBeaconArmory entities: - - uid: 12949 + - uid: 12962 components: - type: Transform pos: 29.5,30.5 parent: 2 - proto: DefaultStationBeaconArrivals entities: - - uid: 12950 + - uid: 12963 components: - type: Transform pos: 39.5,-71.5 parent: 2 - proto: DefaultStationBeaconArtifactLab entities: - - uid: 12951 + - uid: 12964 components: - type: Transform pos: 73.5,-33.5 parent: 2 - proto: DefaultStationBeaconAtmospherics entities: - - uid: 12952 + - uid: 12965 components: - type: Transform pos: -43.5,-46.5 parent: 2 - proto: DefaultStationBeaconBar entities: - - uid: 12953 + - uid: 12966 components: - type: Transform pos: 13.5,11.5 parent: 2 - proto: DefaultStationBeaconBotany entities: - - uid: 12954 + - uid: 12967 components: - type: Transform pos: -7.5,8.5 parent: 2 - proto: DefaultStationBeaconBridge entities: - - uid: 12955 + - uid: 12968 components: - type: Transform pos: 24.5,-22.5 parent: 2 - proto: DefaultStationBeaconBrig entities: - - uid: 12956 + - uid: 12969 components: - type: Transform pos: 39.5,14.5 parent: 2 - proto: DefaultStationBeaconCaptainsQuarters entities: - - uid: 12957 + - uid: 12970 components: - type: Transform pos: 29.5,-28.5 parent: 2 - proto: DefaultStationBeaconCargoBay entities: - - uid: 12958 + - uid: 12971 components: - type: Transform pos: -42.5,21.5 parent: 2 - proto: DefaultStationBeaconCargoReception entities: - - uid: 12959 + - uid: 12972 components: - type: Transform pos: -28.5,23.5 parent: 2 - proto: DefaultStationBeaconCERoom entities: - - uid: 12960 + - uid: 12973 components: - type: Transform pos: -36.5,-18.5 parent: 2 - proto: DefaultStationBeaconChapel entities: - - uid: 12961 + - uid: 12974 components: - type: Transform pos: -37.5,12.5 parent: 2 - proto: DefaultStationBeaconChemistry entities: - - uid: 12962 + - uid: 12975 components: - type: Transform - pos: 5.5,-47.5 + pos: 4.5,-49.5 parent: 2 - proto: DefaultStationBeaconCMORoom entities: - - uid: 12963 + - uid: 12976 components: - type: Transform pos: -20.5,-55.5 parent: 2 - proto: DefaultStationBeaconCourtroom entities: - - uid: 12964 + - uid: 12977 components: - type: Transform pos: 31.5,-50.5 parent: 2 - proto: DefaultStationBeaconCryonics entities: - - uid: 12965 + - uid: 12978 components: - type: Transform - pos: -22.5,-59.5 + pos: 4.5,-59.5 parent: 2 - proto: DefaultStationBeaconCryosleep entities: - - uid: 31654 + - uid: 12979 components: - type: Transform pos: 15.5,-85.5 parent: 2 - proto: DefaultStationBeaconDetectiveRoom entities: - - uid: 12966 + - uid: 12980 components: - type: Transform pos: 20.5,-13.5 parent: 2 - proto: DefaultStationBeaconDisposals entities: - - uid: 12967 + - uid: 12981 components: - type: Transform pos: -10.5,-13.5 parent: 2 - - uid: 12968 + - uid: 12982 components: - type: Transform pos: 19.5,-52.5 parent: 2 - proto: DefaultStationBeaconDorms entities: - - uid: 12969 + - uid: 12983 components: - type: Transform pos: -16.5,38.5 parent: 2 - proto: DefaultStationBeaconEngineering entities: - - uid: 12970 + - uid: 12984 components: - type: Transform pos: -25.5,-12.5 parent: 2 - proto: DefaultStationBeaconEvac entities: - - uid: 12971 + - uid: 12985 components: - type: Transform pos: 64.5,-8.5 parent: 2 - proto: DefaultStationBeaconEVAStorage entities: - - uid: 12972 + - uid: 12986 components: - type: Transform pos: 30.5,-12.5 parent: 2 - proto: DefaultStationBeaconGravGen entities: - - uid: 12973 + - uid: 12987 components: - type: Transform pos: -17.5,2.5 parent: 2 - proto: DefaultStationBeaconHOPOffice entities: - - uid: 12974 + - uid: 12988 components: - type: Transform pos: 3.5,-5.5 parent: 2 - proto: DefaultStationBeaconHOSRoom entities: - - uid: 12975 + - uid: 12989 components: - type: Transform pos: 5.5,21.5 parent: 2 - proto: DefaultStationBeaconJanitorsCloset entities: - - uid: 12976 + - uid: 12990 components: - type: Transform pos: -8.5,-23.5 parent: 2 - proto: DefaultStationBeaconKitchen entities: - - uid: 12977 + - uid: 12991 components: - type: Transform pos: 2.5,8.5 parent: 2 - proto: DefaultStationBeaconLawOffice entities: - - uid: 12978 + - uid: 12992 components: - type: Transform pos: 39.5,-3.5 parent: 2 - proto: DefaultStationBeaconLibrary entities: - - uid: 12979 + - uid: 12993 components: - type: Transform pos: 11.5,-5.5 parent: 2 - proto: DefaultStationBeaconMedbay entities: - - uid: 12980 + - uid: 12994 components: - type: Transform pos: -4.5,-47.5 parent: 2 -- proto: DefaultStationBeaconMorgue - entities: - - uid: 12981 - components: - - type: Transform - pos: -14.5,-63.5 - parent: 2 - proto: DefaultStationBeaconPermaBrig entities: - - uid: 12982 + - uid: 12995 components: - type: Transform pos: 53.5,11.5 parent: 2 - proto: DefaultStationBeaconQMRoom entities: - - uid: 12983 + - uid: 12996 components: - type: Transform pos: -33.5,30.5 parent: 2 - proto: DefaultStationBeaconRDRoom entities: - - uid: 12984 + - uid: 12997 components: - type: Transform pos: 62.5,-52.5 parent: 2 - proto: DefaultStationBeaconRND entities: - - uid: 12985 + - uid: 12998 components: - type: Transform pos: 50.5,-40.5 parent: 2 - proto: DefaultStationBeaconRobotics entities: - - uid: 12986 + - uid: 12999 components: - type: Transform pos: 72.5,-45.5 parent: 2 - proto: DefaultStationBeaconSalvage entities: - - uid: 12987 + - uid: 13000 components: - type: Transform pos: -44.5,29.5 parent: 2 - proto: DefaultStationBeaconSecurity entities: - - uid: 12988 + - uid: 13001 components: - type: Transform pos: 25.5,16.5 parent: 2 - proto: DefaultStationBeaconServerRoom entities: - - uid: 12989 + - uid: 13002 components: - type: Transform pos: 55.5,-48.5 parent: 2 - proto: DefaultStationBeaconSingularity entities: - - uid: 12990 + - uid: 13003 components: - type: Transform rot: 3.141592653589793 rad pos: -66.5,-23.5 parent: 2 - - uid: 12991 + - uid: 13004 components: - type: Transform pos: -67.5,-26.5 parent: 2 - proto: DefaultStationBeaconSolars entities: - - uid: 12992 + - uid: 13005 components: - type: Transform pos: -1.5,-78.5 parent: 2 - - uid: 12993 + - uid: 13006 components: - type: Transform pos: 72.5,35.5 parent: 2 - proto: DefaultStationBeaconSurgery entities: - - uid: 12994 + - uid: 13007 components: - type: Transform - pos: -1.5,-63.5 + pos: -12.5,-55.5 parent: 2 - proto: DefaultStationBeaconTechVault entities: - - uid: 12995 + - uid: 13008 components: - type: Transform pos: -10.5,38.5 parent: 2 - proto: DefaultStationBeaconTEG entities: - - uid: 12996 + - uid: 13009 components: - type: Transform pos: -69.5,-42.5 parent: 2 - proto: DefaultStationBeaconTelecoms entities: - - uid: 12997 + - uid: 13010 components: - type: Transform pos: 9.5,-21.5 parent: 2 - proto: DefaultStationBeaconTheater entities: - - uid: 12998 + - uid: 13011 components: - type: Transform pos: 1.5,-23.5 parent: 2 - proto: DefaultStationBeaconToolRoom entities: - - uid: 12999 + - uid: 13012 components: - type: Transform pos: 39.5,-55.5 parent: 2 - - uid: 13000 + - uid: 13013 components: - type: Transform pos: -24.5,-21.5 parent: 2 - proto: DefaultStationBeaconVault entities: - - uid: 13001 + - uid: 13014 components: - type: Transform pos: 46.5,-24.5 parent: 2 - proto: DefaultStationBeaconWardensOffice entities: - - uid: 13002 + - uid: 13015 components: - type: Transform pos: 23.5,22.5 parent: 2 - proto: DefibrillatorCabinetFilled entities: - - uid: 13003 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,-72.5 - parent: 2 - - uid: 13004 + - uid: 13016 components: - type: Transform - pos: 44.5,16.5 + pos: -16.5,-58.5 parent: 2 - - uid: 13005 + - uid: 13017 components: - type: Transform - pos: -1.5,-58.5 + pos: 1.5,-54.5 parent: 2 - - uid: 13006 + - uid: 13018 components: - type: Transform - pos: -4.5,-58.5 + rot: 1.5707963267948966 rad + pos: -26.5,-72.5 parent: 2 - - uid: 13007 + - uid: 13019 components: - type: Transform - pos: -7.5,-58.5 + pos: 44.5,16.5 parent: 2 - - uid: 13008 + - uid: 13020 components: - type: Transform rot: -1.5707963267948966 rad pos: -30.5,-38.5 parent: 2 - - uid: 13009 + - uid: 13021 components: - type: Transform pos: -32.5,-8.5 parent: 2 - - uid: 13010 + - uid: 13022 components: - type: Transform pos: -28.5,20.5 parent: 2 - - uid: 13011 + - uid: 13023 components: - type: Transform pos: -9.5,47.5 parent: 2 - - uid: 13012 + - uid: 13024 components: - type: Transform rot: -1.5707963267948966 rad pos: 33.5,18.5 parent: 2 - - uid: 13013 - components: - - type: Transform - pos: -5.5,-51.5 - parent: 2 - - uid: 13014 + - uid: 13025 components: - type: Transform pos: 29.5,-3.5 parent: 2 - - uid: 13015 + - uid: 13026 components: - type: Transform pos: 33.5,-70.5 parent: 2 - - uid: 13016 + - uid: 13027 components: - type: Transform pos: 56.5,-43.5 parent: 2 - - uid: 13017 + - uid: 13028 components: - type: Transform pos: 6.5,-24.5 parent: 2 - - uid: 13018 + - uid: 13029 components: - type: Transform pos: 32.5,-23.5 parent: 2 - - uid: 13019 + - uid: 13030 components: - type: Transform pos: -48.5,45.5 parent: 2 - - uid: 13020 + - uid: 13031 components: - type: Transform rot: -1.5707963267948966 rad pos: 66.5,-10.5 parent: 2 - - uid: 13021 + - uid: 13032 components: - type: Transform rot: 1.5707963267948966 rad pos: 43.5,8.5 parent: 2 + - uid: 13033 + components: + - type: Transform + pos: -3.5,-51.5 + parent: 2 - proto: DeployableBarrier entities: - - uid: 13022 + - uid: 13034 components: - type: Transform pos: 29.5,25.5 parent: 2 - - uid: 13023 + - uid: 13035 components: - type: Transform pos: -16.5,27.5 parent: 2 - - uid: 13024 + - uid: 13036 components: - type: Transform pos: 62.5,7.5 parent: 2 - proto: DeskBell entities: - - uid: 13025 + - uid: 13037 components: - type: Transform pos: 26.493649,19.578499 parent: 2 missingComponents: - Item - - uid: 13026 + - uid: 13038 components: - type: Transform pos: -26.393543,22.737104 parent: 2 missingComponents: - Item - - uid: 13027 + - uid: 13039 components: - type: Transform pos: 2.482698,4.566377 parent: 2 missingComponents: - Item - - uid: 13028 + - uid: 13040 components: - type: Transform pos: 7.4455647,7.463886 parent: 2 missingComponents: - Item - - uid: 13029 + - uid: 13041 components: - type: Transform pos: 15.491525,13.615058 parent: 2 missingComponents: - Item - - uid: 13030 + - uid: 13042 components: - type: Transform pos: -2.9507003,-48.39704 parent: 2 missingComponents: - Item - - uid: 13031 + - uid: 13043 components: - type: Transform pos: 42.281975,-40.51448 parent: 2 missingComponents: - Item - - uid: 13032 + - uid: 13044 components: - type: Transform pos: 51.51352,-39.9676 @@ -82633,882 +83020,888 @@ entities: - Item - proto: DiceBag entities: - - uid: 13033 + - uid: 13045 components: - type: Transform pos: 10.645734,-7.4315987 parent: 2 - - uid: 13034 + - uid: 13046 components: - type: Transform pos: 23.269382,-29.34838 parent: 2 - - uid: 13035 + - uid: 13047 components: - type: Transform pos: -0.45645034,30.694569 parent: 2 - - uid: 13036 + - uid: 13048 components: - type: Transform pos: -16.724815,61.696495 parent: 2 - - uid: 13037 + - uid: 13049 components: - type: Transform pos: -18.55294,62.55587 parent: 2 - proto: DiseaseDiagnoser entities: - - uid: 13038 + - uid: 13050 components: - type: Transform pos: -22.5,-75.5 parent: 2 - proto: DisposalBend entities: - - uid: 13039 + - uid: 13051 components: - type: Transform rot: 1.5707963267948966 rad pos: -0.5,1.5 parent: 2 - - uid: 13040 + - uid: 13052 components: - type: Transform pos: 21.5,-29.5 parent: 2 - - uid: 13041 + - uid: 13053 components: - type: Transform rot: 1.5707963267948966 rad pos: -19.5,-60.5 parent: 2 - - uid: 13042 + - uid: 13054 components: - type: Transform pos: 34.5,8.5 parent: 2 - - uid: 13043 + - uid: 13055 components: - type: Transform rot: 1.5707963267948966 rad pos: -14.5,-9.5 parent: 2 - - uid: 13044 + - uid: 13056 components: - type: Transform rot: 1.5707963267948966 rad pos: 16.5,-18.5 parent: 2 - - uid: 13045 + - uid: 13057 components: - type: Transform pos: 0.5,0.5 parent: 2 - - uid: 13046 + - uid: 13058 components: - type: Transform rot: 1.5707963267948966 rad pos: 0.5,2.5 parent: 2 - - uid: 13047 + - uid: 13059 components: - type: Transform rot: 3.141592653589793 rad pos: 8.5,13.5 parent: 2 - - uid: 13048 + - uid: 13060 components: - type: Transform rot: 1.5707963267948966 rad pos: 17.5,7.5 parent: 2 - - uid: 13049 + - uid: 13061 components: - type: Transform rot: -1.5707963267948966 rad pos: 22.5,7.5 parent: 2 - - uid: 13050 + - uid: 13062 components: - type: Transform rot: 1.5707963267948966 rad pos: 22.5,8.5 parent: 2 - - uid: 13051 + - uid: 13063 components: - type: Transform rot: -1.5707963267948966 rad pos: 20.5,-25.5 parent: 2 - - uid: 13052 + - uid: 13064 components: - type: Transform pos: 36.5,-17.5 parent: 2 - - uid: 13053 - components: - - type: Transform - pos: 1.5,-53.5 - parent: 2 - - uid: 13054 + - uid: 13065 components: - type: Transform rot: -1.5707963267948966 rad pos: 34.5,-6.5 parent: 2 - - uid: 13055 + - uid: 13066 components: - type: Transform pos: 18.5,-49.5 parent: 2 - - uid: 13056 + - uid: 13067 components: - type: Transform rot: 3.141592653589793 rad pos: -4.5,-12.5 parent: 2 - - uid: 13057 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,-53.5 - parent: 2 - - uid: 13058 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,-54.5 - parent: 2 - - uid: 13059 + - uid: 13068 components: - type: Transform rot: 1.5707963267948966 rad pos: -17.5,-54.5 parent: 2 - - uid: 13060 + - uid: 13069 components: - type: Transform pos: 18.5,1.5 parent: 2 - - uid: 13061 + - uid: 13070 components: - type: Transform rot: 3.141592653589793 rad pos: 10.5,-3.5 parent: 2 - - uid: 13062 + - uid: 13071 components: - type: Transform rot: -1.5707963267948966 rad pos: 0.5,1.5 parent: 2 - - uid: 13063 + - uid: 13072 components: - type: Transform rot: 3.141592653589793 rad pos: 0.5,-0.5 parent: 2 - - uid: 13064 + - uid: 13073 components: - type: Transform pos: 12.5,13.5 parent: 2 - - uid: 13065 + - uid: 13074 components: - type: Transform rot: 3.141592653589793 rad pos: 22.5,-11.5 parent: 2 - - uid: 13066 + - uid: 13075 components: - type: Transform rot: 3.141592653589793 rad pos: 18.5,-6.5 parent: 2 - - uid: 13067 + - uid: 13076 components: - type: Transform rot: 3.141592653589793 rad pos: -23.5,-84.5 parent: 2 - - uid: 13068 + - uid: 13077 components: - type: Transform rot: -1.5707963267948966 rad pos: 17.5,0.5 parent: 2 - - uid: 13069 + - uid: 13078 components: - type: Transform rot: -1.5707963267948966 rad pos: 24.5,-18.5 parent: 2 - - uid: 13070 + - uid: 13079 components: - type: Transform rot: -1.5707963267948966 rad pos: -17.5,-60.5 parent: 2 - - uid: 13071 + - uid: 13080 components: - type: Transform rot: -1.5707963267948966 rad pos: 13.5,-0.5 parent: 2 - - uid: 13072 + - uid: 13081 components: - type: Transform rot: 1.5707963267948966 rad pos: -23.5,-73.5 parent: 2 - - uid: 13073 + - uid: 13082 components: - type: Transform pos: 15.5,19.5 parent: 2 - - uid: 13074 + - uid: 13083 components: - type: Transform pos: -3.5,-12.5 parent: 2 - - uid: 13075 + - uid: 13084 components: - type: Transform pos: 15.5,-25.5 parent: 2 - - uid: 13076 + - uid: 13085 components: - type: Transform rot: 3.141592653589793 rad pos: 17.5,-49.5 parent: 2 - - uid: 13077 + - uid: 13086 components: - type: Transform rot: -1.5707963267948966 rad pos: 34.5,16.5 parent: 2 - - uid: 13078 + - uid: 13087 components: - type: Transform pos: 29.5,17.5 parent: 2 - - uid: 13079 + - uid: 13088 components: - type: Transform rot: 3.141592653589793 rad pos: 29.5,16.5 parent: 2 - - uid: 13080 + - uid: 13089 components: - type: Transform pos: 41.5,6.5 parent: 2 - - uid: 13081 + - uid: 13090 components: - type: Transform rot: 3.141592653589793 rad pos: 52.5,-13.5 parent: 2 - - uid: 13082 + - uid: 13091 components: - type: Transform pos: 54.5,-13.5 parent: 2 - - uid: 13083 + - uid: 13092 components: - type: Transform pos: 49.5,-43.5 parent: 2 - - uid: 13084 + - uid: 13093 components: - type: Transform rot: -1.5707963267948966 rad pos: 49.5,-50.5 parent: 2 - - uid: 13085 + - uid: 13094 components: - type: Transform pos: 67.5,-45.5 parent: 2 - - uid: 13086 + - uid: 13095 components: - type: Transform pos: 49.5,-55.5 parent: 2 - - uid: 13087 + - uid: 13096 components: - type: Transform rot: 3.141592653589793 rad pos: -23.5,-15.5 parent: 2 - - uid: 13088 + - uid: 13097 components: - type: Transform rot: 3.141592653589793 rad pos: 25.5,-60.5 parent: 2 - - uid: 13089 + - uid: 13098 components: - type: Transform pos: 39.5,-60.5 parent: 2 - - uid: 13090 + - uid: 13099 components: - type: Transform rot: 3.141592653589793 rad pos: -19.5,-43.5 parent: 2 - - uid: 13091 + - uid: 13100 components: - type: Transform rot: -1.5707963267948966 rad pos: 39.5,-73.5 parent: 2 - - uid: 13092 + - uid: 13101 components: - type: Transform rot: -1.5707963267948966 rad pos: -13.5,-6.5 parent: 2 - - uid: 13093 + - uid: 13102 components: - type: Transform pos: -13.5,8.5 parent: 2 - - uid: 13094 + - uid: 13103 components: - type: Transform rot: -1.5707963267948966 rad pos: -19.5,6.5 parent: 2 - - uid: 13095 + - uid: 13104 components: - type: Transform rot: 3.141592653589793 rad pos: -25.5,-6.5 parent: 2 - - uid: 13096 + - uid: 13105 components: - type: Transform rot: 3.141592653589793 rad pos: -32.5,-13.5 parent: 2 - - uid: 13097 + - uid: 13106 components: - type: Transform pos: -32.5,-10.5 parent: 2 - - uid: 13098 + - uid: 13107 components: - type: Transform rot: 3.141592653589793 rad pos: -36.5,-10.5 parent: 2 - - uid: 13099 + - uid: 13108 components: - type: Transform pos: -36.5,-5.5 parent: 2 - - uid: 13100 + - uid: 13109 components: - type: Transform rot: 3.141592653589793 rad pos: -38.5,-5.5 parent: 2 - - uid: 13101 + - uid: 13110 components: - type: Transform rot: 1.5707963267948966 rad pos: -19.5,-75.5 parent: 2 - - uid: 13102 + - uid: 13111 components: - type: Transform rot: -1.5707963267948966 rad pos: -19.5,-77.5 parent: 2 - - uid: 13103 + - uid: 13112 components: - type: Transform rot: 1.5707963267948966 rad pos: -36.5,-77.5 parent: 2 - - uid: 13104 + - uid: 13113 components: - type: Transform rot: 3.141592653589793 rad pos: -42.5,23.5 parent: 2 - - uid: 13105 + - uid: 13114 components: - type: Transform rot: 1.5707963267948966 rad pos: -42.5,19.5 parent: 2 - - uid: 13106 + - uid: 13115 components: - type: Transform rot: 1.5707963267948966 rad pos: -45.5,5.5 parent: 2 - - uid: 13107 + - uid: 13116 components: - type: Transform rot: 3.141592653589793 rad pos: -45.5,-0.5 parent: 2 - - uid: 13108 - components: - - type: Transform - pos: 2.5,-61.5 - parent: 2 - - uid: 13109 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-61.5 - parent: 2 - - uid: 13110 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-67.5 - parent: 2 - - uid: 13111 + - uid: 13117 components: - type: Transform rot: -1.5707963267948966 rad pos: -12.5,5.5 parent: 2 - - uid: 13112 + - uid: 13118 components: - type: Transform rot: -1.5707963267948966 rad pos: -45.5,11.5 parent: 2 - - uid: 13113 + - uid: 13119 components: - type: Transform rot: 1.5707963267948966 rad pos: -45.5,18.5 parent: 2 - - uid: 13114 + - uid: 13120 components: - type: Transform rot: -1.5707963267948966 rad pos: 20.5,-40.5 parent: 2 - - uid: 13115 + - uid: 13121 components: - type: Transform rot: 1.5707963267948966 rad pos: 19.5,-40.5 parent: 2 - - uid: 13116 + - uid: 13122 components: - type: Transform rot: 1.5707963267948966 rad pos: -19.5,29.5 parent: 2 - - uid: 13117 + - uid: 13123 components: - type: Transform rot: -1.5707963267948966 rad pos: -15.5,29.5 parent: 2 - - uid: 13118 + - uid: 13124 components: - type: Transform rot: 3.141592653589793 rad pos: -17.5,44.5 parent: 2 - - uid: 13119 + - uid: 13125 components: - type: Transform pos: -4.5,44.5 parent: 2 - - uid: 13120 + - uid: 13126 components: - type: Transform pos: -13.5,50.5 parent: 2 - - uid: 13121 + - uid: 13127 components: - type: Transform rot: 1.5707963267948966 rad pos: -17.5,50.5 parent: 2 - - uid: 13122 + - uid: 13128 components: - type: Transform rot: -1.5707963267948966 rad pos: 75.5,-47.5 parent: 2 - - uid: 13123 + - uid: 13129 components: - type: Transform pos: -5.5,-13.5 parent: 2 - - uid: 13124 + - uid: 13130 components: - type: Transform rot: 3.141592653589793 rad pos: -10.5,-13.5 parent: 2 - - uid: 13125 + - uid: 13131 components: - type: Transform rot: 3.141592653589793 rad pos: -18.5,-14.5 parent: 2 - - uid: 13126 + - uid: 13132 components: - type: Transform rot: -1.5707963267948966 rad pos: -12.5,-14.5 parent: 2 - - uid: 13127 + - uid: 13133 components: - type: Transform pos: -18.5,-4.5 parent: 2 - - uid: 13128 + - uid: 13134 components: - type: Transform rot: 3.141592653589793 rad pos: -24.5,-4.5 parent: 2 - - uid: 13129 + - uid: 13135 components: - type: Transform rot: 1.5707963267948966 rad pos: -24.5,8.5 parent: 2 - - uid: 13130 + - uid: 13136 components: - type: Transform rot: -1.5707963267948966 rad pos: -20.5,8.5 parent: 2 - - uid: 13131 + - uid: 13137 components: - type: Transform pos: -20.5,20.5 parent: 2 - - uid: 13132 + - uid: 13138 components: - type: Transform rot: 1.5707963267948966 rad pos: -25.5,20.5 parent: 2 - - uid: 13133 + - uid: 13139 components: - type: Transform rot: -1.5707963267948966 rad pos: -25.5,19.5 parent: 2 - - uid: 13134 + - uid: 13140 components: - type: Transform rot: 1.5707963267948966 rad pos: -46.5,11.5 parent: 2 - - uid: 13135 + - uid: 13141 components: - type: Transform rot: 3.141592653589793 rad pos: -46.5,0.5 parent: 2 - - uid: 13136 + - uid: 13142 components: - type: Transform pos: -26.5,0.5 parent: 2 - - uid: 13137 + - uid: 13143 components: - type: Transform rot: 3.141592653589793 rad pos: -26.5,-5.5 parent: 2 - - uid: 13138 + - uid: 13144 components: - type: Transform pos: -20.5,-5.5 parent: 2 - - uid: 13139 + - uid: 13145 components: - type: Transform rot: 3.141592653589793 rad pos: -20.5,-25.5 parent: 2 - - uid: 13140 + - uid: 13146 components: - type: Transform rot: -1.5707963267948966 rad pos: 30.5,-86.5 parent: 2 - - uid: 13141 + - uid: 13147 components: - type: Transform rot: 1.5707963267948966 rad pos: 24.5,-73.5 parent: 2 - - uid: 13142 + - uid: 13148 components: - type: Transform rot: 3.141592653589793 rad pos: 15.5,17.5 parent: 2 - - uid: 13143 + - uid: 13149 components: - type: Transform pos: -67.5,-41.5 parent: 2 - - uid: 13144 + - uid: 13150 components: - type: Transform rot: 3.141592653589793 rad pos: -67.5,-42.5 parent: 2 - - uid: 13145 + - uid: 13151 components: - type: Transform rot: -1.5707963267948966 rad pos: 12.5,2.5 parent: 2 - - uid: 13146 + - uid: 13152 components: - type: Transform rot: 1.5707963267948966 rad pos: 13.5,0.5 parent: 2 - - uid: 13147 + - uid: 13153 components: - type: Transform rot: 3.141592653589793 rad pos: -43.5,-38.5 parent: 2 - - uid: 13148 + - uid: 13154 components: - type: Transform rot: 3.141592653589793 rad pos: 3.5,-3.5 parent: 2 - - uid: 13149 + - uid: 13155 components: - type: Transform rot: 3.141592653589793 rad pos: 3.5,-5.5 parent: 2 - - uid: 13150 + - uid: 13156 components: - type: Transform rot: 3.141592653589793 rad pos: 15.5,-41.5 parent: 2 - - uid: 13151 + - uid: 13157 components: - type: Transform pos: 17.5,-41.5 parent: 2 - - uid: 13152 + - uid: 13158 components: - type: Transform rot: 1.5707963267948966 rad pos: -32.5,23.5 parent: 2 - - uid: 13153 + - uid: 13159 components: - type: Transform rot: -1.5707963267948966 rad pos: -32.5,22.5 parent: 2 - - uid: 13154 + - uid: 13160 components: - type: Transform rot: 3.141592653589793 rad pos: -37.5,22.5 parent: 2 - - uid: 13155 + - uid: 13161 components: - type: Transform pos: -37.5,23.5 parent: 2 - - uid: 13156 + - uid: 13162 components: - type: Transform rot: 1.5707963267948966 rad pos: -39.5,21.5 parent: 2 - - uid: 13157 + - uid: 13163 components: - type: Transform rot: 3.141592653589793 rad pos: -32.5,19.5 parent: 2 - - uid: 13158 + - uid: 13164 components: - type: Transform rot: -1.5707963267948966 rad pos: -39.5,19.5 parent: 2 - - uid: 13159 + - uid: 13165 components: - type: Transform pos: -32.5,21.5 parent: 2 + - uid: 13166 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,-52.5 + parent: 2 + - uid: 13167 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-53.5 + parent: 2 + - uid: 13168 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-53.5 + parent: 2 + - uid: 13169 + components: + - type: Transform + pos: 1.5,-55.5 + parent: 2 + - uid: 13170 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-62.5 + parent: 2 + - uid: 13171 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-67.5 + parent: 2 + - uid: 13172 + components: + - type: Transform + pos: -9.5,-54.5 + parent: 2 - proto: DisposalJunction entities: - - uid: 13160 + - uid: 13173 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-54.5 + parent: 2 + - uid: 13174 components: - type: Transform rot: -1.5707963267948966 rad pos: 19.5,-43.5 parent: 2 - - uid: 13161 + - uid: 13175 components: - type: Transform rot: -1.5707963267948966 rad pos: 25.5,8.5 parent: 2 - - uid: 13162 + - uid: 13176 components: - type: Transform rot: 1.5707963267948966 rad pos: -7.5,0.5 parent: 2 - - uid: 13163 + - uid: 13177 components: - type: Transform rot: -1.5707963267948966 rad pos: 6.5,2.5 parent: 2 - - uid: 13164 + - uid: 13178 components: - type: Transform rot: -1.5707963267948966 rad pos: -0.5,0.5 parent: 2 - - uid: 13165 + - uid: 13179 components: - type: Transform rot: 3.141592653589793 rad pos: 24.5,-10.5 parent: 2 - - uid: 13166 + - uid: 13180 components: - type: Transform rot: -1.5707963267948966 rad pos: 18.5,-29.5 parent: 2 - - uid: 13167 + - uid: 13181 components: - type: Transform rot: 3.141592653589793 rad pos: 34.5,6.5 parent: 2 - - uid: 13168 + - uid: 13182 components: - type: Transform rot: 1.5707963267948966 rad pos: -13.5,-43.5 parent: 2 - - uid: 13169 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-53.5 - parent: 2 - - uid: 13170 + - uid: 13183 components: - type: Transform rot: 3.141592653589793 rad pos: 16.5,-29.5 parent: 2 - - uid: 13171 + - uid: 13184 components: - type: Transform rot: -1.5707963267948966 rad pos: 18.5,7.5 parent: 2 - - uid: 13172 + - uid: 13185 components: - type: Transform rot: 1.5707963267948966 rad pos: -4.5,-27.5 parent: 2 - - uid: 13173 + - uid: 13186 components: - type: Transform rot: -1.5707963267948966 rad pos: 36.5,-43.5 parent: 2 - - uid: 13174 + - uid: 13187 components: - type: Transform rot: -1.5707963267948966 rad pos: 41.5,1.5 parent: 2 - - uid: 13175 + - uid: 13188 components: - type: Transform rot: -1.5707963267948966 rad pos: 46.5,-43.5 parent: 2 - - uid: 13176 + - uid: 13189 components: - type: Transform rot: 3.141592653589793 rad pos: 49.5,-45.5 parent: 2 - - uid: 13177 + - uid: 13190 components: - type: Transform rot: 3.141592653589793 rad pos: 49.5,-47.5 parent: 2 - - uid: 13178 + - uid: 13191 components: - type: Transform rot: 3.141592653589793 rad pos: 67.5,-47.5 parent: 2 - - uid: 13179 + - uid: 13192 components: - type: Transform rot: 1.5707963267948966 rad pos: -23.5,-13.5 parent: 2 - - uid: 13180 + - uid: 13193 components: - type: Transform pos: -19.5,-13.5 parent: 2 - - uid: 13181 + - uid: 13194 components: - type: Transform pos: -25.5,-0.5 parent: 2 - - uid: 13182 + - uid: 13195 components: - type: Transform pos: -19.5,23.5 parent: 2 - - uid: 13183 + - uid: 13196 components: - type: Transform pos: -15.5,37.5 parent: 2 - - uid: 13184 + - uid: 13197 components: - type: Transform rot: 1.5707963267948966 rad pos: 30.5,-73.5 parent: 2 - - uid: 13185 + - uid: 13198 components: - type: Transform rot: -1.5707963267948966 rad @@ -83516,1845 +83909,1769 @@ entities: parent: 2 - proto: DisposalJunctionFlipped entities: - - uid: 13186 + - uid: 13199 components: - type: Transform rot: 1.5707963267948966 rad pos: -9.5,0.5 parent: 2 - - uid: 13187 + - uid: 13200 components: - type: Transform rot: -1.5707963267948966 rad pos: -0.5,-43.5 parent: 2 - - uid: 13188 + - uid: 13201 components: - type: Transform pos: 24.5,-17.5 parent: 2 - - uid: 13189 + - uid: 13202 components: - type: Transform rot: 1.5707963267948966 rad pos: 21.5,17.5 parent: 2 - - uid: 13190 + - uid: 13203 components: - type: Transform rot: -1.5707963267948966 rad pos: 3.5,-0.5 parent: 2 - - uid: 13191 + - uid: 13204 components: - type: Transform pos: 36.5,-18.5 parent: 2 - - uid: 13192 + - uid: 13205 components: - type: Transform pos: 16.5,-25.5 parent: 2 - - uid: 13193 + - uid: 13206 components: - type: Transform rot: 1.5707963267948966 rad pos: -5.5,-25.5 parent: 2 - - uid: 13194 + - uid: 13207 components: - type: Transform rot: 3.141592653589793 rad pos: -0.5,-45.5 parent: 2 - - uid: 13195 + - uid: 13208 components: - type: Transform pos: 34.5,1.5 parent: 2 - - uid: 13196 + - uid: 13209 components: - type: Transform rot: 3.141592653589793 rad pos: -17.5,-57.5 parent: 2 - - uid: 13197 + - uid: 13210 components: - type: Transform pos: 12.5,5.5 parent: 2 - - uid: 13198 + - uid: 13211 components: - type: Transform rot: -1.5707963267948966 rad pos: 10.5,-0.5 parent: 2 - - uid: 13199 + - uid: 13212 components: - type: Transform rot: -1.5707963267948966 rad pos: 6.5,-0.5 parent: 2 - - uid: 13200 + - uid: 13213 components: - type: Transform rot: -1.5707963267948966 rad pos: 24.5,-6.5 parent: 2 - - uid: 13201 + - uid: 13214 components: - type: Transform rot: 3.141592653589793 rad pos: 24.5,-11.5 parent: 2 - - uid: 13202 + - uid: 13215 components: - type: Transform rot: 3.141592653589793 rad pos: -4.5,-33.5 parent: 2 - - uid: 13203 + - uid: 13216 components: - type: Transform rot: -1.5707963267948966 rad pos: 6.5,-43.5 parent: 2 - - uid: 13204 + - uid: 13217 components: - type: Transform pos: 17.5,1.5 parent: 2 - - uid: 13205 + - uid: 13218 components: - type: Transform rot: 1.5707963267948966 rad pos: -10.5,-27.5 parent: 2 - - uid: 13206 + - uid: 13219 components: - type: Transform rot: -1.5707963267948966 rad pos: 25.5,-43.5 parent: 2 - - uid: 13207 + - uid: 13220 components: - type: Transform rot: 3.141592653589793 rad pos: -23.5,-75.5 parent: 2 - - uid: 13208 + - uid: 13221 components: - type: Transform rot: -1.5707963267948966 rad pos: 29.5,-60.5 parent: 2 - - uid: 13209 + - uid: 13222 components: - type: Transform pos: -13.5,5.5 parent: 2 - - uid: 13210 + - uid: 13223 components: - type: Transform rot: 1.5707963267948966 rad pos: -22.5,23.5 parent: 2 - - uid: 13211 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-61.5 - parent: 2 - proto: DisposalMachineFrame entities: - - uid: 13212 + - uid: 13224 components: - type: Transform pos: 46.5,44.5 parent: 2 - - uid: 13213 + - uid: 13225 components: - type: Transform pos: -57.5,-41.5 parent: 2 - - uid: 13214 + - uid: 13226 components: - type: Transform pos: -22.5,-24.5 parent: 2 - - uid: 13215 + - uid: 13227 components: - type: Transform pos: -19.5,-99.5 parent: 2 - proto: DisposalPipe entities: - - uid: 13216 + - uid: 13228 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,-54.5 + parent: 2 + - uid: 13229 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-54.5 + parent: 2 + - uid: 13230 components: - type: Transform rot: -1.5707963267948966 rad pos: -35.5,21.5 parent: 2 - - uid: 13217 + - uid: 13231 components: - type: Transform rot: 3.141592653589793 rad pos: 17.5,-42.5 parent: 2 - - uid: 13218 + - uid: 13232 components: - type: Transform rot: 3.141592653589793 rad pos: 17.5,-44.5 parent: 2 - - uid: 13219 + - uid: 13233 components: - type: Transform rot: 3.141592653589793 rad pos: 17.5,-45.5 parent: 2 - - uid: 13220 + - uid: 13234 components: - type: Transform rot: 3.141592653589793 rad pos: 17.5,-43.5 parent: 2 - - uid: 13221 + - uid: 13235 components: - type: Transform rot: 3.141592653589793 rad pos: 2.5,-25.5 parent: 2 - - uid: 13222 + - uid: 13236 components: - type: Transform rot: 3.141592653589793 rad pos: 2.5,-26.5 parent: 2 - - uid: 13223 + - uid: 13237 components: - type: Transform rot: 3.141592653589793 rad pos: 2.5,-24.5 parent: 2 - - uid: 13224 + - uid: 13238 components: - type: Transform rot: 1.5707963267948966 rad pos: -6.5,-9.5 parent: 2 - - uid: 13225 + - uid: 13239 components: - type: Transform pos: 12.5,6.5 parent: 2 - - uid: 13226 + - uid: 13240 components: - type: Transform rot: -1.5707963267948966 rad pos: 1.5,2.5 parent: 2 - - uid: 13227 + - uid: 13241 components: - type: Transform pos: 36.5,-25.5 parent: 2 - - uid: 13228 + - uid: 13242 components: - type: Transform pos: 36.5,-22.5 parent: 2 - - uid: 13229 + - uid: 13243 components: - type: Transform rot: -1.5707963267948966 rad pos: 25.5,-6.5 parent: 2 - - uid: 13230 + - uid: 13244 components: - type: Transform pos: 16.5,-42.5 parent: 2 - - uid: 13231 + - uid: 13245 components: - type: Transform pos: 16.5,-41.5 parent: 2 - - uid: 13232 + - uid: 13246 components: - type: Transform rot: -1.5707963267948966 rad pos: 20.5,-43.5 parent: 2 - - uid: 13233 + - uid: 13247 components: - type: Transform rot: 1.5707963267948966 rad pos: 13.5,-43.5 parent: 2 - - uid: 13234 + - uid: 13248 components: - type: Transform rot: 1.5707963267948966 rad pos: 12.5,-43.5 parent: 2 - - uid: 13235 + - uid: 13249 components: - type: Transform rot: 1.5707963267948966 rad pos: 8.5,-43.5 parent: 2 - - uid: 13236 + - uid: 13250 components: - type: Transform rot: 1.5707963267948966 rad pos: 4.5,-43.5 parent: 2 - - uid: 13237 + - uid: 13251 components: - type: Transform rot: -1.5707963267948966 rad pos: 0.5,-43.5 parent: 2 - - uid: 13238 + - uid: 13252 components: - type: Transform rot: -1.5707963267948966 rad pos: 17.5,-29.5 parent: 2 - - uid: 13239 + - uid: 13253 components: - type: Transform pos: 21.5,-33.5 parent: 2 - - uid: 13240 + - uid: 13254 components: - type: Transform rot: 1.5707963267948966 rad pos: -13.5,-27.5 parent: 2 - - uid: 13241 + - uid: 13255 components: - type: Transform rot: -1.5707963267948966 rad pos: 31.5,-17.5 parent: 2 - - uid: 13242 + - uid: 13256 components: - type: Transform pos: 21.5,-30.5 parent: 2 - - uid: 13243 + - uid: 13257 components: - type: Transform pos: 21.5,-31.5 parent: 2 - - uid: 13244 + - uid: 13258 components: - type: Transform rot: -1.5707963267948966 rad pos: 33.5,-17.5 parent: 2 - - uid: 13245 + - uid: 13259 components: - type: Transform rot: -1.5707963267948966 rad pos: 32.5,8.5 parent: 2 - - uid: 13246 + - uid: 13260 components: - type: Transform rot: -1.5707963267948966 rad pos: -6.5,-43.5 parent: 2 - - uid: 13247 + - uid: 13261 components: - type: Transform rot: -1.5707963267948966 rad pos: -8.5,-43.5 parent: 2 - - uid: 13248 + - uid: 13262 components: - type: Transform pos: -13.5,-45.5 parent: 2 - - uid: 13249 + - uid: 13263 components: - type: Transform pos: -17.5,-55.5 parent: 2 - - uid: 13250 + - uid: 13264 components: - type: Transform rot: -1.5707963267948966 rad pos: -18.5,-60.5 parent: 2 - - uid: 13251 + - uid: 13265 components: - type: Transform pos: -19.5,-61.5 parent: 2 - - uid: 13252 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-53.5 - parent: 2 - - uid: 13253 + - uid: 13266 components: - type: Transform rot: -1.5707963267948966 rad pos: 11.5,-0.5 parent: 2 - - uid: 13254 + - uid: 13267 components: - type: Transform rot: 1.5707963267948966 rad pos: 8.5,2.5 parent: 2 - - uid: 13255 + - uid: 13268 components: - type: Transform rot: 3.141592653589793 rad pos: -4.5,-1.5 parent: 2 - - uid: 13256 + - uid: 13269 components: - type: Transform rot: 3.141592653589793 rad pos: 8.5,14.5 parent: 2 - - uid: 13257 + - uid: 13270 components: - type: Transform pos: 19.5,-41.5 parent: 2 - - uid: 13258 + - uid: 13271 components: - type: Transform pos: -9.5,1.5 parent: 2 - - uid: 13259 + - uid: 13272 components: - type: Transform pos: -9.5,4.5 parent: 2 - - uid: 13260 + - uid: 13273 components: - type: Transform pos: -9.5,3.5 parent: 2 - - uid: 13261 + - uid: 13274 components: - type: Transform pos: -9.5,2.5 parent: 2 - - uid: 13262 + - uid: 13275 components: - type: Transform rot: -1.5707963267948966 rad pos: 10.5,13.5 parent: 2 - - uid: 13263 + - uid: 13276 components: - type: Transform pos: 24.5,-9.5 parent: 2 - - uid: 13264 + - uid: 13277 components: - type: Transform rot: 1.5707963267948966 rad pos: 23.5,-6.5 parent: 2 - - uid: 13265 + - uid: 13278 components: - type: Transform pos: 24.5,-7.5 parent: 2 - - uid: 13266 + - uid: 13279 components: - type: Transform rot: -1.5707963267948966 rad pos: 3.5,2.5 parent: 2 - - uid: 13267 + - uid: 13280 components: - type: Transform rot: 1.5707963267948966 rad pos: -5.5,0.5 parent: 2 - - uid: 13268 + - uid: 13281 components: - type: Transform pos: -23.5,-74.5 parent: 2 - - uid: 13269 + - uid: 13282 components: - type: Transform pos: 12.5,11.5 parent: 2 - - uid: 13270 + - uid: 13283 components: - type: Transform rot: -1.5707963267948966 rad pos: -14.5,-43.5 parent: 2 - - uid: 13271 + - uid: 13284 components: - type: Transform rot: 1.5707963267948966 rad pos: -8.5,0.5 parent: 2 - - uid: 13272 + - uid: 13285 components: - type: Transform rot: 1.5707963267948966 rad pos: -8.5,-27.5 parent: 2 - - uid: 13273 + - uid: 13286 components: - type: Transform rot: 1.5707963267948966 rad pos: -9.5,-9.5 parent: 2 - - uid: 13274 + - uid: 13287 components: - type: Transform rot: 1.5707963267948966 rad pos: -2.5,0.5 parent: 2 - - uid: 13275 + - uid: 13288 components: - type: Transform rot: -1.5707963267948966 rad pos: 21.5,7.5 parent: 2 - - uid: 13276 + - uid: 13289 components: - type: Transform pos: 36.5,-24.5 parent: 2 - - uid: 13277 + - uid: 13290 components: - type: Transform pos: 34.5,-4.5 parent: 2 - - uid: 13278 + - uid: 13291 components: - type: Transform pos: 34.5,-2.5 parent: 2 - - uid: 13279 + - uid: 13292 components: - type: Transform rot: 3.141592653589793 rad pos: 34.5,5.5 parent: 2 - - uid: 13280 + - uid: 13293 components: - type: Transform rot: -1.5707963267948966 rad pos: 39.5,6.5 parent: 2 - - uid: 13281 + - uid: 13294 components: - type: Transform rot: -1.5707963267948966 rad pos: 28.5,-6.5 parent: 2 - - uid: 13282 + - uid: 13295 components: - type: Transform rot: -1.5707963267948966 rad pos: 26.5,-6.5 parent: 2 - - uid: 13283 + - uid: 13296 components: - type: Transform rot: 1.5707963267948966 rad pos: 11.5,-43.5 parent: 2 - - uid: 13284 + - uid: 13297 components: - type: Transform rot: 1.5707963267948966 rad pos: 9.5,-43.5 parent: 2 - - uid: 13285 + - uid: 13298 components: - type: Transform rot: 1.5707963267948966 rad pos: 10.5,-43.5 parent: 2 - - uid: 13286 + - uid: 13299 components: - type: Transform rot: 1.5707963267948966 rad pos: 7.5,-43.5 parent: 2 - - uid: 13287 + - uid: 13300 components: - type: Transform rot: 1.5707963267948966 rad pos: 5.5,-43.5 parent: 2 - - uid: 13288 + - uid: 13301 components: - type: Transform rot: -1.5707963267948966 rad pos: 1.5,-43.5 parent: 2 - - uid: 13289 + - uid: 13302 components: - type: Transform pos: 6.5,-44.5 parent: 2 - - uid: 13290 + - uid: 13303 components: - type: Transform pos: 21.5,-32.5 parent: 2 - - uid: 13291 + - uid: 13304 components: - type: Transform rot: 1.5707963267948966 rad pos: 20.5,-18.5 parent: 2 - - uid: 13292 + - uid: 13305 components: - type: Transform pos: 24.5,-13.5 parent: 2 - - uid: 13293 + - uid: 13306 components: - type: Transform rot: 1.5707963267948966 rad pos: 22.5,17.5 parent: 2 - - uid: 13294 + - uid: 13307 components: - type: Transform rot: -1.5707963267948966 rad pos: 28.5,17.5 parent: 2 - - uid: 13295 + - uid: 13308 components: - type: Transform pos: 25.5,15.5 parent: 2 - - uid: 13296 + - uid: 13309 components: - type: Transform rot: 1.5707963267948966 rad pos: 21.5,-6.5 parent: 2 - - uid: 13297 + - uid: 13310 components: - type: Transform rot: -1.5707963267948966 rad pos: 26.5,8.5 parent: 2 - - uid: 13298 + - uid: 13311 components: - type: Transform rot: -1.5707963267948966 rad pos: 11.5,2.5 parent: 2 - - uid: 13299 + - uid: 13312 components: - type: Transform pos: 6.5,4.5 parent: 2 - - uid: 13300 + - uid: 13313 components: - type: Transform rot: 1.5707963267948966 rad pos: -17.5,-27.5 parent: 2 - - uid: 13301 + - uid: 13314 components: - type: Transform rot: 1.5707963267948966 rad pos: -15.5,-27.5 parent: 2 - - uid: 13302 + - uid: 13315 components: - type: Transform rot: 1.5707963267948966 rad pos: -16.5,-27.5 parent: 2 - - uid: 13303 + - uid: 13316 components: - type: Transform rot: 1.5707963267948966 rad pos: -6.5,-27.5 parent: 2 - - uid: 13304 + - uid: 13317 components: - type: Transform rot: 1.5707963267948966 rad pos: -5.5,-27.5 parent: 2 - - uid: 13305 + - uid: 13318 components: - type: Transform rot: 1.5707963267948966 rad pos: -14.5,-27.5 parent: 2 - - uid: 13306 + - uid: 13319 components: - type: Transform rot: -1.5707963267948966 rad pos: -5.5,-33.5 parent: 2 - - uid: 13307 + - uid: 13320 components: - type: Transform pos: -19.5,-63.5 parent: 2 - - uid: 13308 + - uid: 13321 components: - type: Transform rot: 1.5707963267948966 rad pos: 8.5,-27.5 parent: 2 - - uid: 13309 + - uid: 13322 components: - type: Transform rot: 1.5707963267948966 rad pos: 7.5,-27.5 parent: 2 - - uid: 13310 + - uid: 13323 components: - type: Transform rot: 1.5707963267948966 rad pos: 5.5,-27.5 parent: 2 - - uid: 13311 + - uid: 13324 components: - type: Transform rot: 1.5707963267948966 rad pos: 3.5,-27.5 parent: 2 - - uid: 13312 + - uid: 13325 components: - type: Transform pos: -23.5,-77.5 parent: 2 - - uid: 13313 + - uid: 13326 components: - type: Transform rot: 1.5707963267948966 rad pos: 1.5,-27.5 parent: 2 - - uid: 13314 + - uid: 13327 components: - type: Transform rot: 1.5707963267948966 rad pos: -0.5,-27.5 parent: 2 - - uid: 13315 + - uid: 13328 components: - type: Transform rot: 1.5707963267948966 rad pos: -2.5,-27.5 parent: 2 - - uid: 13316 + - uid: 13329 components: - type: Transform rot: 1.5707963267948966 rad pos: 2.5,-0.5 parent: 2 - - uid: 13317 + - uid: 13330 components: - type: Transform pos: 18.5,-2.5 parent: 2 - - uid: 13318 + - uid: 13331 components: - type: Transform rot: -1.5707963267948966 rad pos: 27.5,17.5 parent: 2 - - uid: 13319 + - uid: 13332 components: - type: Transform rot: 3.141592653589793 rad pos: 16.5,-34.5 parent: 2 - - uid: 13320 + - uid: 13333 components: - type: Transform rot: 3.141592653589793 rad pos: 16.5,-32.5 parent: 2 - - uid: 13321 + - uid: 13334 components: - type: Transform rot: 3.141592653589793 rad pos: 16.5,-30.5 parent: 2 - - uid: 13322 + - uid: 13335 components: - type: Transform rot: 3.141592653589793 rad pos: 16.5,-28.5 parent: 2 - - uid: 13323 + - uid: 13336 components: - type: Transform rot: -1.5707963267948966 rad pos: 28.5,8.5 parent: 2 - - uid: 13324 + - uid: 13337 components: - type: Transform rot: 1.5707963267948966 rad pos: 7.5,-0.5 parent: 2 - - uid: 13325 + - uid: 13338 components: - type: Transform rot: 3.141592653589793 rad pos: 18.5,-26.5 parent: 2 - - uid: 13326 + - uid: 13339 components: - type: Transform pos: 18.5,-3.5 parent: 2 - - uid: 13327 + - uid: 13340 components: - type: Transform rot: 1.5707963267948966 rad pos: 0.5,-27.5 parent: 2 - - uid: 13328 + - uid: 13341 components: - type: Transform rot: 1.5707963267948966 rad pos: -1.5,-27.5 parent: 2 - - uid: 13329 + - uid: 13342 components: - type: Transform rot: 3.141592653589793 rad pos: 16.5,-33.5 parent: 2 - - uid: 13330 + - uid: 13343 components: - type: Transform rot: 3.141592653589793 rad pos: 16.5,-31.5 parent: 2 - - uid: 13331 + - uid: 13344 components: - type: Transform rot: -1.5707963267948966 rad pos: 26.5,-17.5 parent: 2 - - uid: 13332 + - uid: 13345 components: - type: Transform rot: 1.5707963267948966 rad pos: 5.5,-0.5 parent: 2 - - uid: 13333 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-53.5 - parent: 2 - - uid: 13334 + - uid: 13346 components: - type: Transform rot: 1.5707963267948966 rad pos: 6.5,-27.5 parent: 2 - - uid: 13335 + - uid: 13347 components: - type: Transform pos: 24.5,-15.5 parent: 2 - - uid: 13336 + - uid: 13348 components: - type: Transform rot: 1.5707963267948966 rad pos: 22.5,-18.5 parent: 2 - - uid: 13337 + - uid: 13349 components: - type: Transform rot: 1.5707963267948966 rad pos: 18.5,-18.5 parent: 2 - - uid: 13338 + - uid: 13350 components: - type: Transform pos: 12.5,7.5 parent: 2 - - uid: 13339 + - uid: 13351 components: - type: Transform rot: 3.141592653589793 rad pos: 17.5,3.5 parent: 2 - - uid: 13340 + - uid: 13352 components: - type: Transform rot: 1.5707963267948966 rad pos: -1.5,0.5 parent: 2 - - uid: 13341 + - uid: 13353 components: - type: Transform rot: 1.5707963267948966 rad pos: -3.5,0.5 parent: 2 - - uid: 13342 + - uid: 13354 components: - type: Transform pos: 10.5,-2.5 parent: 2 - - uid: 13343 + - uid: 13355 components: - type: Transform rot: -1.5707963267948966 rad pos: 14.5,0.5 parent: 2 - - uid: 13344 + - uid: 13356 components: - type: Transform rot: -1.5707963267948966 rad pos: 16.5,0.5 parent: 2 - - uid: 13345 + - uid: 13357 components: - type: Transform rot: 3.141592653589793 rad pos: -4.5,-7.5 parent: 2 - - uid: 13346 + - uid: 13358 components: - type: Transform rot: 3.141592653589793 rad pos: -3.5,-18.5 parent: 2 - - uid: 13347 + - uid: 13359 components: - type: Transform rot: 3.141592653589793 rad pos: 18.5,-51.5 parent: 2 - - uid: 13348 + - uid: 13360 components: - type: Transform rot: 3.141592653589793 rad pos: 18.5,-50.5 parent: 2 - - uid: 13349 + - uid: 13361 components: - type: Transform pos: -4.5,-42.5 parent: 2 - - uid: 13350 + - uid: 13362 components: - type: Transform pos: -4.5,-40.5 parent: 2 - - uid: 13351 + - uid: 13363 components: - type: Transform pos: -4.5,-38.5 parent: 2 - - uid: 13352 + - uid: 13364 components: - type: Transform pos: -4.5,-36.5 parent: 2 - - uid: 13353 + - uid: 13365 components: - type: Transform pos: -4.5,-34.5 parent: 2 - - uid: 13354 + - uid: 13366 components: - type: Transform pos: -4.5,-32.5 parent: 2 - - uid: 13355 + - uid: 13367 components: - type: Transform pos: -4.5,-30.5 parent: 2 - - uid: 13356 + - uid: 13368 components: - type: Transform rot: -1.5707963267948966 rad pos: -17.5,-43.5 parent: 2 - - uid: 13357 + - uid: 13369 components: - type: Transform rot: -1.5707963267948966 rad pos: -16.5,-43.5 parent: 2 - - uid: 13358 + - uid: 13370 components: - type: Transform rot: 1.5707963267948966 rad pos: 11.5,-27.5 parent: 2 - - uid: 13359 + - uid: 13371 components: - type: Transform rot: 1.5707963267948966 rad pos: 9.5,-27.5 parent: 2 - - uid: 13360 + - uid: 13372 components: - type: Transform rot: 1.5707963267948966 rad pos: 10.5,-27.5 parent: 2 - - uid: 13361 + - uid: 13373 components: - type: Transform rot: 1.5707963267948966 rad pos: -9.5,-27.5 parent: 2 - - uid: 13362 + - uid: 13374 components: - type: Transform rot: 1.5707963267948966 rad pos: -7.5,-27.5 parent: 2 - - uid: 13363 + - uid: 13375 components: - type: Transform rot: 1.5707963267948966 rad pos: 15.5,-27.5 parent: 2 - - uid: 13364 + - uid: 13376 components: - type: Transform rot: 1.5707963267948966 rad pos: 14.5,-27.5 parent: 2 - - uid: 13365 + - uid: 13377 components: - type: Transform rot: 1.5707963267948966 rad pos: 13.5,-27.5 parent: 2 - - uid: 13366 + - uid: 13378 components: - type: Transform rot: 1.5707963267948966 rad pos: -12.5,-27.5 parent: 2 - - uid: 13367 + - uid: 13379 components: - type: Transform rot: 1.5707963267948966 rad pos: -11.5,-27.5 parent: 2 - - uid: 13368 + - uid: 13380 components: - type: Transform pos: 17.5,-48.5 parent: 2 - - uid: 13369 + - uid: 13381 components: - type: Transform rot: -1.5707963267948966 rad pos: 1.5,-0.5 parent: 2 - - uid: 13370 + - uid: 13382 components: - type: Transform rot: -1.5707963267948966 rad pos: 2.5,2.5 parent: 2 - - uid: 13371 + - uid: 13383 components: - type: Transform rot: -1.5707963267948966 rad pos: 11.5,13.5 parent: 2 - - uid: 13372 + - uid: 13384 components: - type: Transform pos: 12.5,12.5 parent: 2 - - uid: 13373 + - uid: 13385 components: - type: Transform rot: 1.5707963267948966 rad pos: 23.5,17.5 parent: 2 - - uid: 13374 + - uid: 13386 components: - type: Transform rot: -1.5707963267948966 rad pos: 35.5,-17.5 parent: 2 - - uid: 13375 + - uid: 13387 components: - type: Transform pos: 36.5,-19.5 parent: 2 - - uid: 13376 + - uid: 13388 components: - type: Transform rot: -1.5707963267948966 rad pos: 30.5,8.5 parent: 2 - - uid: 13377 + - uid: 13389 components: - type: Transform rot: -1.5707963267948966 rad pos: 27.5,8.5 parent: 2 - - uid: 13378 + - uid: 13390 components: - type: Transform rot: -1.5707963267948966 rad pos: 29.5,8.5 parent: 2 - - uid: 13379 + - uid: 13391 components: - type: Transform rot: -1.5707963267948966 rad pos: 31.5,8.5 parent: 2 - - uid: 13380 + - uid: 13392 components: - type: Transform rot: -1.5707963267948966 rad pos: 26.5,-10.5 parent: 2 - - uid: 13381 + - uid: 13393 components: - type: Transform rot: 1.5707963267948966 rad pos: 23.5,-11.5 parent: 2 - - uid: 13382 + - uid: 13394 components: - type: Transform rot: -1.5707963267948966 rad pos: 20.5,7.5 parent: 2 - - uid: 13383 + - uid: 13395 components: - type: Transform rot: -1.5707963267948966 rad pos: 19.5,7.5 parent: 2 - - uid: 13384 + - uid: 13396 components: - type: Transform rot: -1.5707963267948966 rad pos: 23.5,8.5 parent: 2 - - uid: 13385 + - uid: 13397 components: - type: Transform rot: -1.5707963267948966 rad pos: 24.5,8.5 parent: 2 - - uid: 13386 + - uid: 13398 components: - type: Transform pos: 25.5,9.5 parent: 2 - - uid: 13387 + - uid: 13399 components: - type: Transform pos: 25.5,10.5 parent: 2 - - uid: 13388 + - uid: 13400 components: - type: Transform pos: 25.5,11.5 parent: 2 - - uid: 13389 + - uid: 13401 components: - type: Transform pos: 25.5,12.5 parent: 2 - - uid: 13390 + - uid: 13402 components: - type: Transform pos: 25.5,13.5 parent: 2 - - uid: 13391 + - uid: 13403 components: - type: Transform pos: 25.5,14.5 parent: 2 - - uid: 13392 + - uid: 13404 components: - type: Transform pos: 25.5,16.5 parent: 2 - - uid: 13393 + - uid: 13405 components: - type: Transform rot: -1.5707963267948966 rad pos: 26.5,17.5 parent: 2 - - uid: 13394 + - uid: 13406 components: - type: Transform rot: -1.5707963267948966 rad pos: 24.5,17.5 parent: 2 - - uid: 13395 + - uid: 13407 components: - type: Transform pos: 21.5,18.5 parent: 2 - - uid: 13396 + - uid: 13408 components: - type: Transform pos: 21.5,19.5 parent: 2 - - uid: 13397 + - uid: 13409 components: - type: Transform pos: 24.5,-12.5 parent: 2 - - uid: 13398 + - uid: 13410 components: - type: Transform rot: 1.5707963267948966 rad pos: 19.5,-18.5 parent: 2 - - uid: 13399 + - uid: 13411 components: - type: Transform rot: 1.5707963267948966 rad pos: 17.5,-18.5 parent: 2 - - uid: 13400 + - uid: 13412 components: - type: Transform pos: 16.5,-20.5 parent: 2 - - uid: 13401 + - uid: 13413 components: - type: Transform pos: 16.5,-21.5 parent: 2 - - uid: 13402 + - uid: 13414 components: - type: Transform pos: 16.5,-22.5 parent: 2 - - uid: 13403 + - uid: 13415 components: - type: Transform pos: 16.5,-23.5 parent: 2 - - uid: 13404 + - uid: 13416 components: - type: Transform pos: 16.5,-24.5 parent: 2 - - uid: 13405 + - uid: 13417 components: - type: Transform rot: -1.5707963267948966 rad pos: 17.5,-25.5 parent: 2 - - uid: 13406 + - uid: 13418 components: - type: Transform rot: -1.5707963267948966 rad pos: 19.5,-25.5 parent: 2 - - uid: 13407 + - uid: 13419 components: - type: Transform pos: 20.5,-24.5 parent: 2 - - uid: 13408 + - uid: 13420 components: - type: Transform rot: -1.5707963267948966 rad pos: 25.5,-17.5 parent: 2 - - uid: 13409 + - uid: 13421 components: - type: Transform rot: -1.5707963267948966 rad pos: 27.5,-17.5 parent: 2 - - uid: 13410 + - uid: 13422 components: - type: Transform rot: -1.5707963267948966 rad pos: 29.5,-17.5 parent: 2 - - uid: 13411 + - uid: 13423 components: - type: Transform rot: -1.5707963267948966 rad pos: 28.5,-17.5 parent: 2 - - uid: 13412 + - uid: 13424 components: - type: Transform rot: -1.5707963267948966 rad pos: 30.5,-17.5 parent: 2 - - uid: 13413 + - uid: 13425 components: - type: Transform rot: -1.5707963267948966 rad pos: 32.5,-17.5 parent: 2 - - uid: 13414 + - uid: 13426 components: - type: Transform rot: 3.141592653589793 rad pos: 16.5,-26.5 parent: 2 - - uid: 13415 + - uid: 13427 components: - type: Transform rot: -1.5707963267948966 rad pos: 19.5,-29.5 parent: 2 - - uid: 13416 + - uid: 13428 components: - type: Transform rot: -1.5707963267948966 rad pos: 20.5,-29.5 parent: 2 - - uid: 13417 + - uid: 13429 components: - type: Transform rot: -1.5707963267948966 rad pos: 34.5,-17.5 parent: 2 - - uid: 13418 + - uid: 13430 components: - type: Transform rot: 3.141592653589793 rad pos: 36.5,-20.5 parent: 2 - - uid: 13419 + - uid: 13431 components: - type: Transform rot: 3.141592653589793 rad pos: 36.5,-21.5 parent: 2 - - uid: 13420 + - uid: 13432 components: - type: Transform rot: -1.5707963267948966 rad pos: 33.5,8.5 parent: 2 - - uid: 13421 + - uid: 13433 components: - type: Transform rot: 3.141592653589793 rad pos: -4.5,-10.5 parent: 2 - - uid: 13422 + - uid: 13434 components: - type: Transform rot: -1.5707963267948966 rad pos: 7.5,-25.5 parent: 2 - - uid: 13423 + - uid: 13435 components: - type: Transform pos: -7.5,-1.5 parent: 2 - - uid: 13424 + - uid: 13436 components: - type: Transform rot: -1.5707963267948966 rad pos: 20.5,17.5 parent: 2 - - uid: 13425 + - uid: 13437 components: - type: Transform rot: -1.5707963267948966 rad pos: 19.5,17.5 parent: 2 - - uid: 13426 + - uid: 13438 components: - type: Transform rot: -1.5707963267948966 rad pos: -4.5,-25.5 parent: 2 - - uid: 13427 + - uid: 13439 components: - type: Transform pos: 16.5,-35.5 parent: 2 - - uid: 13428 + - uid: 13440 components: - type: Transform pos: 16.5,-36.5 parent: 2 - - uid: 13429 + - uid: 13441 components: - type: Transform pos: 16.5,-37.5 parent: 2 - - uid: 13430 + - uid: 13442 components: - type: Transform pos: 16.5,-38.5 parent: 2 - - uid: 13431 + - uid: 13443 components: - type: Transform pos: 16.5,-39.5 parent: 2 - - uid: 13432 + - uid: 13444 components: - type: Transform pos: 16.5,-40.5 parent: 2 - - uid: 13433 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-58.5 - parent: 2 - - uid: 13434 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-57.5 - parent: 2 - - uid: 13435 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-56.5 - parent: 2 - - uid: 13436 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-55.5 - parent: 2 - - uid: 13437 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-54.5 - parent: 2 - - uid: 13438 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-53.5 - parent: 2 - - uid: 13439 + - uid: 13445 components: - type: Transform rot: -1.5707963267948966 rad pos: -1.5,-45.5 parent: 2 - - uid: 13440 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-52.5 - parent: 2 - - uid: 13441 + - uid: 13446 components: - type: Transform rot: 3.141592653589793 rad pos: -0.5,-51.5 parent: 2 - - uid: 13442 + - uid: 13447 components: - type: Transform rot: 3.141592653589793 rad pos: -0.5,-50.5 parent: 2 - - uid: 13443 + - uid: 13448 components: - type: Transform rot: 3.141592653589793 rad pos: -0.5,-48.5 parent: 2 - - uid: 13444 + - uid: 13449 components: - type: Transform rot: 3.141592653589793 rad pos: -0.5,-47.5 parent: 2 - - uid: 13445 + - uid: 13450 components: - type: Transform pos: -0.5,-44.5 parent: 2 - - uid: 13446 + - uid: 13451 components: - type: Transform rot: -1.5707963267948966 rad pos: 27.5,-6.5 parent: 2 - - uid: 13447 + - uid: 13452 components: - type: Transform rot: -1.5707963267948966 rad pos: 29.5,-6.5 parent: 2 - - uid: 13448 + - uid: 13453 components: - type: Transform rot: -1.5707963267948966 rad pos: 30.5,-6.5 parent: 2 - - uid: 13449 + - uid: 13454 components: - type: Transform rot: -1.5707963267948966 rad pos: 31.5,-6.5 parent: 2 - - uid: 13450 + - uid: 13455 components: - type: Transform rot: -1.5707963267948966 rad pos: 32.5,-6.5 parent: 2 - - uid: 13451 + - uid: 13456 components: - type: Transform rot: -1.5707963267948966 rad pos: 33.5,-6.5 parent: 2 - - uid: 13452 + - uid: 13457 components: - type: Transform rot: 3.141592653589793 rad pos: 34.5,7.5 parent: 2 - - uid: 13453 + - uid: 13458 components: - type: Transform rot: -1.5707963267948966 rad pos: 35.5,6.5 parent: 2 - - uid: 13454 + - uid: 13459 components: - type: Transform rot: -1.5707963267948966 rad pos: 36.5,6.5 parent: 2 - - uid: 13455 + - uid: 13460 components: - type: Transform rot: -1.5707963267948966 rad pos: 37.5,6.5 parent: 2 - - uid: 13456 + - uid: 13461 components: - type: Transform rot: -1.5707963267948966 rad pos: 38.5,6.5 parent: 2 - - uid: 13457 + - uid: 13462 components: - type: Transform rot: -1.5707963267948966 rad pos: 40.5,6.5 parent: 2 - - uid: 13458 + - uid: 13463 components: - type: Transform rot: 3.141592653589793 rad pos: 34.5,3.5 parent: 2 - - uid: 13459 + - uid: 13464 components: - type: Transform pos: 34.5,-0.5 parent: 2 - - uid: 13460 + - uid: 13465 components: - type: Transform pos: 34.5,-1.5 parent: 2 - - uid: 13461 + - uid: 13466 components: - type: Transform pos: 36.5,-27.5 parent: 2 - - uid: 13462 + - uid: 13467 components: - type: Transform pos: 36.5,-28.5 parent: 2 - - uid: 13463 + - uid: 13468 components: - type: Transform rot: -1.5707963267948966 rad pos: 16.5,-41.5 parent: 2 - - uid: 13464 + - uid: 13469 components: - type: Transform pos: 17.5,-46.5 parent: 2 - - uid: 13465 + - uid: 13470 components: - type: Transform rot: 1.5707963267948966 rad pos: 17.5,-43.5 parent: 2 - - uid: 13466 + - uid: 13471 components: - type: Transform rot: 1.5707963267948966 rad pos: 18.5,-43.5 parent: 2 - - uid: 13467 + - uid: 13472 components: - type: Transform pos: 19.5,-42.5 parent: 2 - - uid: 13468 + - uid: 13473 components: - type: Transform pos: 18.5,-27.5 parent: 2 - - uid: 13469 + - uid: 13474 components: - type: Transform pos: -23.5,-80.5 parent: 2 - - uid: 13470 + - uid: 13475 components: - type: Transform rot: -1.5707963267948966 rad pos: -2.5,-25.5 parent: 2 - - uid: 13471 + - uid: 13476 components: - type: Transform rot: -1.5707963267948966 rad pos: -3.5,-25.5 parent: 2 - - uid: 13472 + - uid: 13477 components: - type: Transform rot: 3.141592653589793 rad pos: -4.5,-2.5 parent: 2 - - uid: 13473 + - uid: 13478 components: - type: Transform rot: -1.5707963267948966 rad pos: -1.5,-25.5 parent: 2 - - uid: 13474 + - uid: 13479 components: - type: Transform rot: 3.141592653589793 rad pos: 15.5,-33.5 parent: 2 - - uid: 13475 + - uid: 13480 components: - type: Transform rot: -1.5707963267948966 rad pos: -1.5,-43.5 parent: 2 - - uid: 13476 + - uid: 13481 components: - type: Transform rot: -1.5707963267948966 rad pos: -2.5,-43.5 parent: 2 - - uid: 13477 + - uid: 13482 components: - type: Transform rot: -1.5707963267948966 rad pos: -3.5,-43.5 parent: 2 - - uid: 13478 + - uid: 13483 components: - type: Transform rot: -1.5707963267948966 rad pos: -5.5,-43.5 parent: 2 - - uid: 13479 + - uid: 13484 components: - type: Transform rot: -1.5707963267948966 rad pos: -7.5,-43.5 parent: 2 - - uid: 13480 + - uid: 13485 components: - type: Transform rot: -1.5707963267948966 rad pos: -9.5,-43.5 parent: 2 - - uid: 13481 + - uid: 13486 components: - type: Transform rot: -1.5707963267948966 rad pos: -10.5,-43.5 parent: 2 - - uid: 13482 + - uid: 13487 components: - type: Transform rot: -1.5707963267948966 rad pos: -11.5,-43.5 parent: 2 - - uid: 13483 + - uid: 13488 components: - type: Transform rot: -1.5707963267948966 rad pos: -12.5,-43.5 parent: 2 - - uid: 13484 + - uid: 13489 components: - type: Transform pos: -13.5,-44.5 parent: 2 - - uid: 13485 + - uid: 13490 components: - type: Transform pos: -13.5,-46.5 parent: 2 - - uid: 13486 + - uid: 13491 components: - type: Transform pos: -13.5,-47.5 parent: 2 - - uid: 13487 + - uid: 13492 components: - type: Transform pos: -13.5,-48.5 parent: 2 - - uid: 13488 + - uid: 13493 components: - type: Transform pos: -13.5,-49.5 parent: 2 - - uid: 13489 + - uid: 13494 components: - type: Transform pos: -13.5,-50.5 parent: 2 - - uid: 13490 - components: - - type: Transform - pos: -13.5,-51.5 - parent: 2 - - uid: 13491 - components: - - type: Transform - pos: -13.5,-52.5 - parent: 2 - - uid: 13492 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,-53.5 - parent: 2 - - uid: 13493 + - uid: 13495 components: - type: Transform rot: 1.5707963267948966 rad pos: -16.5,-54.5 parent: 2 - - uid: 13494 + - uid: 13496 components: - type: Transform pos: -17.5,-56.5 parent: 2 - - uid: 13495 + - uid: 13497 components: - type: Transform rot: 3.141592653589793 rad pos: -17.5,-58.5 parent: 2 - - uid: 13496 + - uid: 13498 components: - type: Transform rot: 3.141592653589793 rad pos: -17.5,-59.5 parent: 2 - - uid: 13497 + - uid: 13499 components: - type: Transform rot: 1.5707963267948966 rad pos: -18.5,-57.5 parent: 2 - - uid: 13498 + - uid: 13500 components: - type: Transform rot: 1.5707963267948966 rad pos: -19.5,-57.5 parent: 2 - - uid: 13499 + - uid: 13501 components: - type: Transform pos: -19.5,-69.5 parent: 2 - - uid: 13500 + - uid: 13502 components: - type: Transform pos: -19.5,-70.5 parent: 2 - - uid: 13501 + - uid: 13503 components: - type: Transform pos: -19.5,-71.5 parent: 2 - - uid: 13502 + - uid: 13504 components: - type: Transform pos: -19.5,-72.5 parent: 2 - - uid: 13503 + - uid: 13505 components: - type: Transform rot: 1.5707963267948966 rad pos: -18.5,-73.5 parent: 2 - - uid: 13504 + - uid: 13506 components: - type: Transform rot: 1.5707963267948966 rad pos: -21.5,-73.5 parent: 2 - - uid: 13505 + - uid: 13507 components: - type: Transform rot: -1.5707963267948966 rad pos: -22.5,-73.5 parent: 2 - - uid: 13506 - components: - - type: Transform - pos: -23.5,-82.5 - parent: 2 - - uid: 13507 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-53.5 - parent: 2 - uid: 13508 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-53.5 + pos: -23.5,-82.5 parent: 2 - uid: 13509 components: @@ -85467,6035 +85784,6013 @@ entities: pos: 5.5,2.5 parent: 2 - uid: 13529 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,-53.5 - parent: 2 - - uid: 13530 components: - type: Transform rot: 1.5707963267948966 rad pos: -22.5,-84.5 parent: 2 - - uid: 13531 + - uid: 13530 components: - type: Transform pos: -23.5,-83.5 parent: 2 - - uid: 13532 + - uid: 13531 components: - type: Transform pos: -23.5,-78.5 parent: 2 - - uid: 13533 + - uid: 13532 components: - type: Transform rot: 1.5707963267948966 rad pos: 7.5,2.5 parent: 2 - - uid: 13534 + - uid: 13533 components: - type: Transform rot: -1.5707963267948966 rad pos: 11.5,-25.5 parent: 2 - - uid: 13535 + - uid: 13534 components: - type: Transform pos: 24.5,-16.5 parent: 2 - - uid: 13536 + - uid: 13535 components: - type: Transform rot: -1.5707963267948966 rad pos: -15.5,-43.5 parent: 2 - - uid: 13537 + - uid: 13536 components: - type: Transform rot: -1.5707963267948966 rad pos: 11.5,2.5 parent: 2 - - uid: 13538 + - uid: 13537 components: - type: Transform rot: 1.5707963267948966 rad pos: 22.5,-6.5 parent: 2 - - uid: 13539 + - uid: 13538 components: - type: Transform pos: 24.5,-8.5 parent: 2 - - uid: 13540 + - uid: 13539 components: - type: Transform rot: -1.5707963267948966 rad pos: 25.5,-10.5 parent: 2 - - uid: 13541 + - uid: 13540 components: - type: Transform pos: 16.5,-19.5 parent: 2 - - uid: 13542 + - uid: 13541 components: - type: Transform rot: -1.5707963267948966 rad pos: 6.5,-25.5 parent: 2 - - uid: 13543 + - uid: 13542 components: - type: Transform rot: -1.5707963267948966 rad pos: 5.5,-25.5 parent: 2 - - uid: 13544 + - uid: 13543 components: - type: Transform rot: -1.5707963267948966 rad pos: -0.5,-25.5 parent: 2 - - uid: 13545 + - uid: 13544 components: - type: Transform pos: -7.5,-0.5 parent: 2 - - uid: 13546 + - uid: 13545 components: - type: Transform rot: 3.141592653589793 rad pos: -5.5,-22.5 parent: 2 - - uid: 13547 + - uid: 13546 components: - type: Transform rot: -1.5707963267948966 rad pos: 10.5,-25.5 parent: 2 - - uid: 13548 + - uid: 13547 components: - type: Transform rot: 3.141592653589793 rad pos: -0.5,-49.5 parent: 2 - - uid: 13549 + - uid: 13548 components: - type: Transform rot: 3.141592653589793 rad pos: -0.5,-46.5 parent: 2 - - uid: 13550 + - uid: 13549 components: - type: Transform rot: 3.141592653589793 rad pos: 15.5,-28.5 parent: 2 - - uid: 13551 + - uid: 13550 components: - type: Transform pos: 18.5,-5.5 parent: 2 - - uid: 13552 + - uid: 13551 components: - type: Transform rot: 3.141592653589793 rad pos: 18.5,8.5 parent: 2 - - uid: 13553 + - uid: 13552 components: - type: Transform rot: 1.5707963267948966 rad pos: 19.5,-6.5 parent: 2 - - uid: 13554 + - uid: 13553 components: - type: Transform rot: -1.5707963267948966 rad pos: 4.5,-25.5 parent: 2 - - uid: 13555 + - uid: 13554 components: - type: Transform rot: 1.5707963267948966 rad pos: 4.5,-0.5 parent: 2 - - uid: 13556 + - uid: 13555 components: - type: Transform rot: 3.141592653589793 rad pos: -4.5,-5.5 parent: 2 - - uid: 13557 + - uid: 13556 components: - type: Transform rot: 3.141592653589793 rad pos: -3.5,-25.5 parent: 2 - - uid: 13558 + - uid: 13557 components: - type: Transform rot: 1.5707963267948966 rad pos: 12.5,-27.5 parent: 2 - - uid: 13559 + - uid: 13558 components: - type: Transform pos: 18.5,-28.5 parent: 2 - - uid: 13560 + - uid: 13559 components: - type: Transform pos: -23.5,-79.5 parent: 2 - - uid: 13561 + - uid: 13560 components: - type: Transform rot: 1.5707963267948966 rad pos: -24.5,-75.5 parent: 2 - - uid: 13562 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-53.5 - parent: 2 - - uid: 13563 + - uid: 13561 components: - type: Transform rot: 1.5707963267948966 rad pos: 9.5,-0.5 parent: 2 - - uid: 13564 + - uid: 13562 components: - type: Transform rot: 1.5707963267948966 rad pos: -5.5,-9.5 parent: 2 - - uid: 13565 + - uid: 13563 components: - type: Transform pos: 6.5,3.5 parent: 2 - - uid: 13566 + - uid: 13564 components: - type: Transform rot: -1.5707963267948966 rad pos: 3.5,-25.5 parent: 2 - - uid: 13567 + - uid: 13565 components: - type: Transform pos: 18.5,0.5 parent: 2 - - uid: 13568 + - uid: 13566 components: - type: Transform rot: 3.141592653589793 rad pos: 3.5,-1.5 parent: 2 - - uid: 13569 + - uid: 13567 components: - type: Transform rot: 3.141592653589793 rad pos: -3.5,-24.5 parent: 2 - - uid: 13570 + - uid: 13568 components: - type: Transform rot: 1.5707963267948966 rad pos: 15.5,-43.5 parent: 2 - - uid: 13571 + - uid: 13569 components: - type: Transform rot: 3.141592653589793 rad pos: -5.5,-21.5 parent: 2 - - uid: 13572 + - uid: 13570 components: - type: Transform rot: 1.5707963267948966 rad pos: 11.5,-3.5 parent: 2 - - uid: 13573 + - uid: 13571 components: - type: Transform rot: -1.5707963267948966 rad pos: 8.5,-25.5 parent: 2 - - uid: 13574 + - uid: 13572 components: - type: Transform rot: 1.5707963267948966 rad pos: 20.5,-6.5 parent: 2 - - uid: 13575 - components: - - type: Transform - pos: -5.5,-54.5 - parent: 2 - - uid: 13576 + - uid: 13573 components: - type: Transform rot: -1.5707963267948966 rad pos: 2.5,-43.5 parent: 2 - - uid: 13577 + - uid: 13574 components: - type: Transform pos: -4.5,-35.5 parent: 2 - - uid: 13578 + - uid: 13575 components: - type: Transform pos: -4.5,-31.5 parent: 2 - - uid: 13579 + - uid: 13576 components: - type: Transform pos: -4.5,-28.5 parent: 2 - - uid: 13580 + - uid: 13577 components: - type: Transform pos: -19.5,-65.5 parent: 2 - - uid: 13581 + - uid: 13578 components: - type: Transform pos: 36.5,-26.5 parent: 2 - - uid: 13582 + - uid: 13579 components: - type: Transform pos: 36.5,-23.5 parent: 2 - - uid: 13583 + - uid: 13580 components: - type: Transform pos: 34.5,-5.5 parent: 2 - - uid: 13584 + - uid: 13581 components: - type: Transform pos: 34.5,0.5 parent: 2 - - uid: 13585 + - uid: 13582 components: - type: Transform rot: 3.141592653589793 rad pos: 34.5,2.5 parent: 2 - - uid: 13586 + - uid: 13583 components: - type: Transform rot: 3.141592653589793 rad pos: 34.5,4.5 parent: 2 - - uid: 13587 + - uid: 13584 components: - type: Transform pos: 34.5,-3.5 parent: 2 - - uid: 13588 + - uid: 13585 components: - type: Transform rot: 1.5707963267948966 rad pos: 14.5,-43.5 parent: 2 - - uid: 13589 + - uid: 13586 components: - type: Transform rot: 1.5707963267948966 rad pos: 3.5,-43.5 parent: 2 - - uid: 13590 + - uid: 13587 components: - type: Transform rot: 1.5707963267948966 rad pos: 22.5,-43.5 parent: 2 - - uid: 13591 + - uid: 13588 components: - type: Transform rot: 3.141592653589793 rad pos: -3.5,-19.5 parent: 2 - - uid: 13592 + - uid: 13589 components: - type: Transform rot: 3.141592653589793 rad pos: -4.5,-6.5 parent: 2 - - uid: 13593 + - uid: 13590 components: - type: Transform rot: 1.5707963267948966 rad pos: 21.5,-18.5 parent: 2 - - uid: 13594 + - uid: 13591 components: - type: Transform rot: 1.5707963267948966 rad pos: 23.5,-18.5 parent: 2 - - uid: 13595 + - uid: 13592 components: - type: Transform pos: 24.5,-14.5 parent: 2 - - uid: 13596 + - uid: 13593 components: - type: Transform rot: 1.5707963267948966 rad pos: 9.5,2.5 parent: 2 - - uid: 13597 + - uid: 13594 components: - type: Transform rot: 1.5707963267948966 rad pos: 26.5,-43.5 parent: 2 - - uid: 13598 + - uid: 13595 components: - type: Transform rot: 1.5707963267948966 rad pos: -20.5,-73.5 parent: 2 - - uid: 13599 + - uid: 13596 components: - type: Transform pos: -23.5,-76.5 parent: 2 - - uid: 13600 + - uid: 13597 components: - type: Transform pos: -19.5,-64.5 parent: 2 - - uid: 13601 + - uid: 13598 components: - type: Transform pos: -19.5,-62.5 parent: 2 - - uid: 13602 + - uid: 13599 components: - type: Transform pos: -19.5,-66.5 parent: 2 - - uid: 13603 + - uid: 13600 components: - type: Transform pos: -19.5,-68.5 parent: 2 - - uid: 13604 + - uid: 13601 components: - type: Transform pos: -19.5,-67.5 parent: 2 - - uid: 13605 + - uid: 13602 components: - type: Transform rot: 3.141592653589793 rad pos: -3.5,-20.5 parent: 2 - - uid: 13606 + - uid: 13603 components: - type: Transform rot: 3.141592653589793 rad pos: 15.5,-26.5 parent: 2 - - uid: 13607 + - uid: 13604 components: - type: Transform rot: 1.5707963267948966 rad pos: -6.5,0.5 parent: 2 - - uid: 13608 + - uid: 13605 components: - type: Transform rot: 3.141592653589793 rad pos: -5.5,-23.5 parent: 2 - - uid: 13609 + - uid: 13606 components: - type: Transform rot: 3.141592653589793 rad pos: -5.5,-24.5 parent: 2 - - uid: 13610 + - uid: 13607 components: - type: Transform rot: -1.5707963267948966 rad pos: 13.5,5.5 parent: 2 - - uid: 13611 + - uid: 13608 components: - type: Transform pos: 12.5,8.5 parent: 2 - - uid: 13612 + - uid: 13609 components: - type: Transform rot: 3.141592653589793 rad pos: 17.5,5.5 parent: 2 - - uid: 13613 + - uid: 13610 components: - type: Transform pos: 17.5,9.5 parent: 2 - - uid: 13614 + - uid: 13611 components: - type: Transform pos: 12.5,4.5 parent: 2 - - uid: 13615 + - uid: 13612 components: - type: Transform rot: -1.5707963267948966 rad pos: 12.5,-0.5 parent: 2 - - uid: 13616 + - uid: 13613 components: - type: Transform pos: -4.5,-41.5 parent: 2 - - uid: 13617 + - uid: 13614 components: - type: Transform pos: -4.5,-39.5 parent: 2 - - uid: 13618 + - uid: 13615 components: - type: Transform pos: -4.5,-37.5 parent: 2 - - uid: 13619 + - uid: 13616 components: - type: Transform rot: 1.5707963267948966 rad pos: 4.5,-27.5 parent: 2 - - uid: 13620 + - uid: 13617 components: - type: Transform rot: -1.5707963267948966 rad pos: -18.5,-43.5 parent: 2 - - uid: 13621 + - uid: 13618 components: - type: Transform rot: 1.5707963267948966 rad pos: 33.5,-43.5 parent: 2 - - uid: 13622 + - uid: 13619 components: - type: Transform rot: 3.141592653589793 rad pos: 18.5,-52.5 parent: 2 - - uid: 13623 + - uid: 13620 components: - type: Transform pos: -10.5,-24.5 parent: 2 - - uid: 13624 + - uid: 13621 components: - type: Transform pos: -10.5,-25.5 parent: 2 - - uid: 13625 + - uid: 13622 components: - type: Transform pos: -10.5,-26.5 parent: 2 - - uid: 13626 + - uid: 13623 components: - type: Transform rot: 1.5707963267948966 rad pos: 21.5,-43.5 parent: 2 - - uid: 13627 + - uid: 13624 components: - type: Transform rot: 3.141592653589793 rad pos: 25.5,-46.5 parent: 2 - - uid: 13628 + - uid: 13625 components: - type: Transform rot: 3.141592653589793 rad pos: 25.5,-45.5 parent: 2 - - uid: 13629 + - uid: 13626 components: - type: Transform rot: 3.141592653589793 rad pos: 25.5,-44.5 parent: 2 - - uid: 13630 + - uid: 13627 components: - type: Transform rot: 1.5707963267948966 rad pos: 24.5,-43.5 parent: 2 - - uid: 13631 + - uid: 13628 components: - type: Transform rot: 1.5707963267948966 rad pos: 23.5,-43.5 parent: 2 - - uid: 13632 + - uid: 13629 components: - type: Transform rot: 1.5707963267948966 rad pos: 32.5,-43.5 parent: 2 - - uid: 13633 + - uid: 13630 components: - type: Transform rot: 1.5707963267948966 rad pos: 31.5,-43.5 parent: 2 - - uid: 13634 + - uid: 13631 components: - type: Transform rot: 1.5707963267948966 rad pos: 30.5,-43.5 parent: 2 - - uid: 13635 + - uid: 13632 components: - type: Transform rot: 1.5707963267948966 rad pos: 29.5,-43.5 parent: 2 - - uid: 13636 + - uid: 13633 components: - type: Transform rot: 1.5707963267948966 rad pos: 28.5,-43.5 parent: 2 - - uid: 13637 + - uid: 13634 components: - type: Transform rot: 1.5707963267948966 rad pos: 27.5,-43.5 parent: 2 - - uid: 13638 + - uid: 13635 components: - type: Transform rot: 1.5707963267948966 rad pos: 34.5,-43.5 parent: 2 - - uid: 13639 + - uid: 13636 components: - type: Transform rot: 1.5707963267948966 rad pos: -13.5,-9.5 parent: 2 - - uid: 13640 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-53.5 - parent: 2 - - uid: 13641 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-53.5 - parent: 2 - - uid: 13642 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-53.5 - parent: 2 - - uid: 13643 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-53.5 - parent: 2 - - uid: 13644 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-53.5 - parent: 2 - - uid: 13645 + - uid: 13637 components: - type: Transform pos: 36.5,-29.5 parent: 2 - - uid: 13646 + - uid: 13638 components: - type: Transform pos: 36.5,-30.5 parent: 2 - - uid: 13647 + - uid: 13639 components: - type: Transform pos: 36.5,-31.5 parent: 2 - - uid: 13648 + - uid: 13640 components: - type: Transform pos: 36.5,-32.5 parent: 2 - - uid: 13649 + - uid: 13641 components: - type: Transform pos: 36.5,-33.5 parent: 2 - - uid: 13650 + - uid: 13642 components: - type: Transform pos: 36.5,-34.5 parent: 2 - - uid: 13651 + - uid: 13643 components: - type: Transform pos: 36.5,-35.5 parent: 2 - - uid: 13652 + - uid: 13644 components: - type: Transform pos: 36.5,-36.5 parent: 2 - - uid: 13653 + - uid: 13645 components: - type: Transform pos: 36.5,-37.5 parent: 2 - - uid: 13654 + - uid: 13646 components: - type: Transform pos: 36.5,-38.5 parent: 2 - - uid: 13655 + - uid: 13647 components: - type: Transform pos: 36.5,-39.5 parent: 2 - - uid: 13656 + - uid: 13648 components: - type: Transform pos: 36.5,-40.5 parent: 2 - - uid: 13657 + - uid: 13649 components: - type: Transform pos: 36.5,-41.5 parent: 2 - - uid: 13658 + - uid: 13650 components: - type: Transform pos: 36.5,-42.5 parent: 2 - - uid: 13659 + - uid: 13651 components: - type: Transform rot: -1.5707963267948966 rad pos: 35.5,-43.5 parent: 2 - - uid: 13660 + - uid: 13652 components: - type: Transform rot: -1.5707963267948966 rad pos: 37.5,-43.5 parent: 2 - - uid: 13661 + - uid: 13653 components: - type: Transform rot: -1.5707963267948966 rad pos: 38.5,-43.5 parent: 2 - - uid: 13662 + - uid: 13654 components: - type: Transform rot: -1.5707963267948966 rad pos: 39.5,-43.5 parent: 2 - - uid: 13663 + - uid: 13655 components: - type: Transform rot: -1.5707963267948966 rad pos: 40.5,-43.5 parent: 2 - - uid: 13664 + - uid: 13656 components: - type: Transform rot: -1.5707963267948966 rad pos: 41.5,-43.5 parent: 2 - - uid: 13665 + - uid: 13657 components: - type: Transform rot: -1.5707963267948966 rad pos: 35.5,1.5 parent: 2 - - uid: 13666 + - uid: 13658 components: - type: Transform rot: -1.5707963267948966 rad pos: 36.5,1.5 parent: 2 - - uid: 13667 + - uid: 13659 components: - type: Transform rot: -1.5707963267948966 rad pos: 37.5,1.5 parent: 2 - - uid: 13668 + - uid: 13660 components: - type: Transform rot: -1.5707963267948966 rad pos: 38.5,1.5 parent: 2 - - uid: 13669 + - uid: 13661 components: - type: Transform rot: -1.5707963267948966 rad pos: 39.5,1.5 parent: 2 - - uid: 13670 + - uid: 13662 components: - type: Transform rot: -1.5707963267948966 rad pos: 17.5,17.5 parent: 2 - - uid: 13671 + - uid: 13663 components: - type: Transform rot: -1.5707963267948966 rad pos: 18.5,17.5 parent: 2 - - uid: 13672 + - uid: 13664 components: - type: Transform rot: -1.5707963267948966 rad pos: 16.5,17.5 parent: 2 - - uid: 13673 + - uid: 13665 components: - type: Transform pos: 15.5,18.5 parent: 2 - - uid: 13674 + - uid: 13666 components: - type: Transform rot: 1.5707963267948966 rad pos: -10.5,0.5 parent: 2 - - uid: 13675 + - uid: 13667 components: - type: Transform rot: 1.5707963267948966 rad pos: -11.5,0.5 parent: 2 - - uid: 13676 + - uid: 13668 components: - type: Transform rot: 1.5707963267948966 rad pos: -12.5,0.5 parent: 2 - - uid: 13677 + - uid: 13669 components: - type: Transform rot: 3.141592653589793 rad pos: 15.5,-34.5 parent: 2 - - uid: 13678 + - uid: 13670 components: - type: Transform rot: 3.141592653589793 rad pos: -3.5,-21.5 parent: 2 - - uid: 13679 + - uid: 13671 components: - type: Transform rot: -1.5707963267948966 rad pos: 12.5,-25.5 parent: 2 - - uid: 13680 + - uid: 13672 components: - type: Transform rot: -1.5707963267948966 rad pos: 13.5,-25.5 parent: 2 - - uid: 13681 + - uid: 13673 components: - type: Transform rot: 3.141592653589793 rad pos: -4.5,-8.5 parent: 2 - - uid: 13682 + - uid: 13674 components: - type: Transform rot: -1.5707963267948966 rad pos: 0.5,-25.5 parent: 2 - - uid: 13683 + - uid: 13675 components: - type: Transform rot: 1.5707963267948966 rad pos: -8.5,-9.5 parent: 2 - - uid: 13684 + - uid: 13676 components: - type: Transform rot: 1.5707963267948966 rad pos: -11.5,-9.5 parent: 2 - - uid: 13685 + - uid: 13677 components: - type: Transform rot: 1.5707963267948966 rad pos: -10.5,-9.5 parent: 2 - - uid: 13686 + - uid: 13678 components: - type: Transform rot: 1.5707963267948966 rad pos: -12.5,-9.5 parent: 2 - - uid: 13687 + - uid: 13679 components: - type: Transform pos: -4.5,-0.5 parent: 2 - - uid: 13688 + - uid: 13680 components: - type: Transform rot: 3.141592653589793 rad pos: 15.5,-32.5 parent: 2 - - uid: 13689 + - uid: 13681 components: - type: Transform rot: 3.141592653589793 rad pos: -4.5,-11.5 parent: 2 - - uid: 13690 + - uid: 13682 components: - type: Transform rot: 3.141592653589793 rad pos: 15.5,-29.5 parent: 2 - - uid: 13691 + - uid: 13683 components: - type: Transform rot: 3.141592653589793 rad pos: 15.5,-36.5 parent: 2 - - uid: 13692 + - uid: 13684 components: - type: Transform rot: 3.141592653589793 rad pos: 15.5,-35.5 parent: 2 - - uid: 13693 + - uid: 13685 components: - type: Transform rot: 3.141592653589793 rad pos: 15.5,-27.5 parent: 2 - - uid: 13694 + - uid: 13686 components: - type: Transform rot: -1.5707963267948966 rad pos: 9.5,-25.5 parent: 2 - - uid: 13695 + - uid: 13687 components: - type: Transform rot: -1.5707963267948966 rad pos: 14.5,-25.5 parent: 2 - - uid: 13696 + - uid: 13688 components: - type: Transform rot: 3.141592653589793 rad pos: -3.5,-14.5 parent: 2 - - uid: 13697 + - uid: 13689 components: - type: Transform rot: 3.141592653589793 rad pos: -3.5,-17.5 parent: 2 - - uid: 13698 + - uid: 13690 components: - type: Transform rot: 3.141592653589793 rad pos: -3.5,-15.5 parent: 2 - - uid: 13699 + - uid: 13691 components: - type: Transform pos: 17.5,-47.5 parent: 2 - - uid: 13700 + - uid: 13692 components: - type: Transform rot: 1.5707963267948966 rad pos: 33.5,16.5 parent: 2 - - uid: 13701 + - uid: 13693 components: - type: Transform rot: 1.5707963267948966 rad pos: 32.5,16.5 parent: 2 - - uid: 13702 + - uid: 13694 components: - type: Transform rot: 1.5707963267948966 rad pos: 31.5,16.5 parent: 2 - - uid: 13703 + - uid: 13695 components: - type: Transform rot: 1.5707963267948966 rad pos: 30.5,16.5 parent: 2 - - uid: 13704 + - uid: 13696 components: - type: Transform rot: 3.141592653589793 rad pos: 41.5,5.5 parent: 2 - - uid: 13705 + - uid: 13697 components: - type: Transform rot: 3.141592653589793 rad pos: 41.5,4.5 parent: 2 - - uid: 13706 + - uid: 13698 components: - type: Transform rot: 3.141592653589793 rad pos: 41.5,3.5 parent: 2 - - uid: 13707 + - uid: 13699 components: - type: Transform rot: 3.141592653589793 rad pos: 41.5,2.5 parent: 2 - - uid: 13708 + - uid: 13700 components: - type: Transform rot: -1.5707963267948966 rad pos: 40.5,1.5 parent: 2 - - uid: 13709 + - uid: 13701 components: - type: Transform rot: -1.5707963267948966 rad pos: 42.5,1.5 parent: 2 - - uid: 13710 + - uid: 13702 components: - type: Transform rot: -1.5707963267948966 rad pos: 43.5,1.5 parent: 2 - - uid: 13711 + - uid: 13703 components: - type: Transform rot: -1.5707963267948966 rad pos: 44.5,1.5 parent: 2 - - uid: 13712 + - uid: 13704 components: - type: Transform rot: -1.5707963267948966 rad pos: 45.5,1.5 parent: 2 - - uid: 13713 + - uid: 13705 components: - type: Transform rot: -1.5707963267948966 rad pos: 46.5,1.5 parent: 2 - - uid: 13714 + - uid: 13706 components: - type: Transform rot: -1.5707963267948966 rad pos: 47.5,1.5 parent: 2 - - uid: 13715 + - uid: 13707 components: - type: Transform rot: -1.5707963267948966 rad pos: 48.5,1.5 parent: 2 - - uid: 13716 + - uid: 13708 components: - type: Transform rot: -1.5707963267948966 rad pos: 49.5,1.5 parent: 2 - - uid: 13717 + - uid: 13709 components: - type: Transform rot: -1.5707963267948966 rad pos: 50.5,1.5 parent: 2 - - uid: 13718 + - uid: 13710 components: - type: Transform rot: -1.5707963267948966 rad pos: 51.5,1.5 parent: 2 - - uid: 13719 + - uid: 13711 components: - type: Transform rot: 3.141592653589793 rad pos: 52.5,2.5 parent: 2 - - uid: 13720 + - uid: 13712 components: - type: Transform rot: 3.141592653589793 rad pos: 52.5,0.5 parent: 2 - - uid: 13721 + - uid: 13713 components: - type: Transform rot: 3.141592653589793 rad pos: 52.5,-0.5 parent: 2 - - uid: 13722 + - uid: 13714 components: - type: Transform rot: 3.141592653589793 rad pos: 52.5,-1.5 parent: 2 - - uid: 13723 + - uid: 13715 components: - type: Transform rot: 3.141592653589793 rad pos: 52.5,-2.5 parent: 2 - - uid: 13724 + - uid: 13716 components: - type: Transform rot: 3.141592653589793 rad pos: 52.5,-3.5 parent: 2 - - uid: 13725 + - uid: 13717 components: - type: Transform rot: 3.141592653589793 rad pos: 52.5,-4.5 parent: 2 - - uid: 13726 + - uid: 13718 components: - type: Transform rot: 3.141592653589793 rad pos: 52.5,-5.5 parent: 2 - - uid: 13727 + - uid: 13719 components: - type: Transform rot: 3.141592653589793 rad pos: 52.5,-6.5 parent: 2 - - uid: 13728 + - uid: 13720 components: - type: Transform rot: 3.141592653589793 rad pos: 52.5,-7.5 parent: 2 - - uid: 13729 + - uid: 13721 components: - type: Transform rot: 3.141592653589793 rad pos: 52.5,-8.5 parent: 2 - - uid: 13730 + - uid: 13722 components: - type: Transform pos: 25.5,-47.5 parent: 2 - - uid: 13731 + - uid: 13723 components: - type: Transform pos: 25.5,-48.5 parent: 2 - - uid: 13732 + - uid: 13724 components: - type: Transform pos: 25.5,-49.5 parent: 2 - - uid: 13733 + - uid: 13725 components: - type: Transform pos: 25.5,-50.5 parent: 2 - - uid: 13734 + - uid: 13726 components: - type: Transform pos: 25.5,-51.5 parent: 2 - - uid: 13735 + - uid: 13727 components: - type: Transform pos: 25.5,-52.5 parent: 2 - - uid: 13736 + - uid: 13728 components: - type: Transform rot: 3.141592653589793 rad pos: 15.5,-37.5 parent: 2 - - uid: 13737 + - uid: 13729 components: - type: Transform pos: 25.5,-54.5 parent: 2 - - uid: 13738 + - uid: 13730 components: - type: Transform pos: 25.5,-55.5 parent: 2 - - uid: 13739 + - uid: 13731 components: - type: Transform pos: 25.5,-56.5 parent: 2 - - uid: 13740 + - uid: 13732 components: - type: Transform pos: 25.5,-57.5 parent: 2 - - uid: 13741 + - uid: 13733 components: - type: Transform pos: 25.5,-58.5 parent: 2 - - uid: 13742 + - uid: 13734 components: - type: Transform rot: 3.141592653589793 rad pos: -3.5,-16.5 parent: 2 - - uid: 13743 + - uid: 13735 components: - type: Transform pos: 52.5,-9.5 parent: 2 - - uid: 13744 + - uid: 13736 components: - type: Transform pos: 52.5,-10.5 parent: 2 - - uid: 13745 + - uid: 13737 components: - type: Transform pos: 52.5,-11.5 parent: 2 - - uid: 13746 + - uid: 13738 components: - type: Transform pos: 52.5,-12.5 parent: 2 - - uid: 13747 + - uid: 13739 components: - type: Transform rot: -1.5707963267948966 rad pos: 53.5,-13.5 parent: 2 - - uid: 13748 + - uid: 13740 components: - type: Transform rot: -1.5707963267948966 rad pos: 42.5,-43.5 parent: 2 - - uid: 13749 + - uid: 13741 components: - type: Transform rot: -1.5707963267948966 rad pos: 43.5,-43.5 parent: 2 - - uid: 13750 + - uid: 13742 components: - type: Transform rot: -1.5707963267948966 rad pos: 44.5,-43.5 parent: 2 - - uid: 13751 + - uid: 13743 components: - type: Transform rot: -1.5707963267948966 rad pos: 45.5,-43.5 parent: 2 - - uid: 13752 + - uid: 13744 components: - type: Transform rot: -1.5707963267948966 rad pos: 47.5,-43.5 parent: 2 - - uid: 13753 + - uid: 13745 components: - type: Transform rot: -1.5707963267948966 rad pos: 48.5,-43.5 parent: 2 - - uid: 13754 + - uid: 13746 components: - type: Transform pos: 49.5,-44.5 parent: 2 - - uid: 13755 + - uid: 13747 components: - type: Transform rot: 3.141592653589793 rad pos: 49.5,-46.5 parent: 2 - - uid: 13756 + - uid: 13748 components: - type: Transform rot: 1.5707963267948966 rad pos: 50.5,-47.5 parent: 2 - - uid: 13757 + - uid: 13749 components: - type: Transform pos: 49.5,-48.5 parent: 2 - - uid: 13758 + - uid: 13750 components: - type: Transform pos: 49.5,-49.5 parent: 2 - - uid: 13759 + - uid: 13751 components: - type: Transform rot: -1.5707963267948966 rad pos: 50.5,-45.5 parent: 2 - - uid: 13760 + - uid: 13752 components: - type: Transform rot: -1.5707963267948966 rad pos: 51.5,-45.5 parent: 2 - - uid: 13761 + - uid: 13753 components: - type: Transform rot: -1.5707963267948966 rad pos: 52.5,-45.5 parent: 2 - - uid: 13762 + - uid: 13754 components: - type: Transform rot: -1.5707963267948966 rad pos: 53.5,-45.5 parent: 2 - - uid: 13763 + - uid: 13755 components: - type: Transform rot: -1.5707963267948966 rad pos: 54.5,-45.5 parent: 2 - - uid: 13764 + - uid: 13756 components: - type: Transform rot: -1.5707963267948966 rad pos: 55.5,-45.5 parent: 2 - - uid: 13765 + - uid: 13757 components: - type: Transform rot: -1.5707963267948966 rad pos: 56.5,-45.5 parent: 2 - - uid: 13766 + - uid: 13758 components: - type: Transform rot: -1.5707963267948966 rad pos: 57.5,-45.5 parent: 2 - - uid: 13767 + - uid: 13759 components: - type: Transform rot: -1.5707963267948966 rad pos: 58.5,-45.5 parent: 2 - - uid: 13768 + - uid: 13760 components: - type: Transform rot: -1.5707963267948966 rad pos: 59.5,-45.5 parent: 2 - - uid: 13769 + - uid: 13761 components: - type: Transform rot: -1.5707963267948966 rad pos: 60.5,-45.5 parent: 2 - - uid: 13770 + - uid: 13762 components: - type: Transform rot: -1.5707963267948966 rad pos: 61.5,-45.5 parent: 2 - - uid: 13771 + - uid: 13763 components: - type: Transform rot: -1.5707963267948966 rad pos: 62.5,-45.5 parent: 2 - - uid: 13772 + - uid: 13764 components: - type: Transform rot: -1.5707963267948966 rad pos: 63.5,-45.5 parent: 2 - - uid: 13773 + - uid: 13765 components: - type: Transform rot: 3.141592653589793 rad pos: 46.5,-42.5 parent: 2 - - uid: 13774 + - uid: 13766 components: - type: Transform rot: 3.141592653589793 rad pos: 46.5,-41.5 parent: 2 - - uid: 13775 + - uid: 13767 components: - type: Transform rot: 3.141592653589793 rad pos: 46.5,-40.5 parent: 2 - - uid: 13776 + - uid: 13768 components: - type: Transform rot: 3.141592653589793 rad pos: 46.5,-39.5 parent: 2 - - uid: 13777 + - uid: 13769 components: - type: Transform rot: 3.141592653589793 rad pos: 46.5,-38.5 parent: 2 - - uid: 13778 + - uid: 13770 components: - type: Transform rot: 3.141592653589793 rad pos: 46.5,-37.5 parent: 2 - - uid: 13779 + - uid: 13771 components: - type: Transform rot: 3.141592653589793 rad pos: 46.5,-36.5 parent: 2 - - uid: 13780 + - uid: 13772 components: - type: Transform rot: -1.5707963267948966 rad pos: 64.5,-45.5 parent: 2 - - uid: 13781 + - uid: 13773 components: - type: Transform rot: -1.5707963267948966 rad pos: 65.5,-45.5 parent: 2 - - uid: 13782 + - uid: 13774 components: - type: Transform rot: -1.5707963267948966 rad pos: 66.5,-45.5 parent: 2 - - uid: 13783 + - uid: 13775 components: - type: Transform pos: 67.5,-46.5 parent: 2 - - uid: 13784 + - uid: 13776 components: - type: Transform pos: 67.5,-48.5 parent: 2 - - uid: 13785 + - uid: 13777 components: - type: Transform pos: 49.5,-56.5 parent: 2 - - uid: 13786 + - uid: 13778 components: - type: Transform pos: 49.5,-57.5 parent: 2 - - uid: 13787 + - uid: 13779 components: - type: Transform pos: 49.5,-58.5 parent: 2 - - uid: 13788 + - uid: 13780 components: - type: Transform pos: 49.5,-59.5 parent: 2 - - uid: 13789 + - uid: 13781 components: - type: Transform rot: 3.141592653589793 rad pos: -3.5,-13.5 parent: 2 - - uid: 13790 + - uid: 13782 components: - type: Transform pos: 29.5,-61.5 parent: 2 - - uid: 13791 + - uid: 13783 components: - type: Transform rot: 3.141592653589793 rad pos: 25.5,-59.5 parent: 2 - - uid: 13792 + - uid: 13784 components: - type: Transform rot: 1.5707963267948966 rad pos: 26.5,-60.5 parent: 2 - - uid: 13793 + - uid: 13785 components: - type: Transform rot: 1.5707963267948966 rad pos: 27.5,-60.5 parent: 2 - - uid: 13794 + - uid: 13786 components: - type: Transform rot: 1.5707963267948966 rad pos: 28.5,-60.5 parent: 2 - - uid: 13795 + - uid: 13787 components: - type: Transform rot: 1.5707963267948966 rad pos: 30.5,-60.5 parent: 2 - - uid: 13796 + - uid: 13788 components: - type: Transform rot: 1.5707963267948966 rad pos: 31.5,-60.5 parent: 2 - - uid: 13797 + - uid: 13789 components: - type: Transform rot: 1.5707963267948966 rad pos: 32.5,-60.5 parent: 2 - - uid: 13798 + - uid: 13790 components: - type: Transform rot: 1.5707963267948966 rad pos: 33.5,-60.5 parent: 2 - - uid: 13799 + - uid: 13791 components: - type: Transform rot: 1.5707963267948966 rad pos: 34.5,-60.5 parent: 2 - - uid: 13800 + - uid: 13792 components: - type: Transform rot: 1.5707963267948966 rad pos: 35.5,-60.5 parent: 2 - - uid: 13801 + - uid: 13793 components: - type: Transform rot: 1.5707963267948966 rad pos: 36.5,-60.5 parent: 2 - - uid: 13802 + - uid: 13794 components: - type: Transform rot: 3.141592653589793 rad pos: -23.5,-14.5 parent: 2 - - uid: 13803 + - uid: 13795 components: - type: Transform rot: 1.5707963267948966 rad pos: -22.5,-13.5 parent: 2 - - uid: 13804 + - uid: 13796 components: - type: Transform rot: 1.5707963267948966 rad pos: -21.5,-13.5 parent: 2 - - uid: 13805 + - uid: 13797 components: - type: Transform rot: 1.5707963267948966 rad pos: -20.5,-13.5 parent: 2 - - uid: 13806 + - uid: 13798 components: - type: Transform pos: -19.5,-14.5 parent: 2 - - uid: 13807 + - uid: 13799 components: - type: Transform pos: -19.5,-15.5 parent: 2 - - uid: 13808 + - uid: 13800 components: - type: Transform pos: -19.5,-16.5 parent: 2 - - uid: 13809 + - uid: 13801 components: - type: Transform pos: -19.5,-17.5 parent: 2 - - uid: 13810 + - uid: 13802 components: - type: Transform pos: -19.5,-18.5 parent: 2 - - uid: 13811 + - uid: 13803 components: - type: Transform pos: -19.5,-19.5 parent: 2 - - uid: 13812 + - uid: 13804 components: - type: Transform pos: -19.5,-20.5 parent: 2 - - uid: 13813 + - uid: 13805 components: - type: Transform pos: -19.5,-21.5 parent: 2 - - uid: 13814 + - uid: 13806 components: - type: Transform pos: -19.5,-22.5 parent: 2 - - uid: 13815 + - uid: 13807 components: - type: Transform pos: -19.5,-23.5 parent: 2 - - uid: 13816 + - uid: 13808 components: - type: Transform pos: -19.5,-24.5 parent: 2 - - uid: 13817 + - uid: 13809 components: - type: Transform pos: -19.5,-25.5 parent: 2 - - uid: 13818 + - uid: 13810 components: - type: Transform pos: -19.5,-26.5 parent: 2 - - uid: 13819 + - uid: 13811 components: - type: Transform rot: 1.5707963267948966 rad pos: -18.5,-27.5 parent: 2 - - uid: 13820 + - uid: 13812 components: - type: Transform pos: -19.5,-28.5 parent: 2 - - uid: 13821 + - uid: 13813 components: - type: Transform pos: -19.5,-29.5 parent: 2 - - uid: 13822 + - uid: 13814 components: - type: Transform pos: -19.5,-30.5 parent: 2 - - uid: 13823 + - uid: 13815 components: - type: Transform pos: -19.5,-31.5 parent: 2 - - uid: 13824 + - uid: 13816 components: - type: Transform pos: -19.5,-32.5 parent: 2 - - uid: 13825 + - uid: 13817 components: - type: Transform rot: -1.5707963267948966 rad pos: -24.5,-13.5 parent: 2 - - uid: 13826 + - uid: 13818 components: - type: Transform rot: -1.5707963267948966 rad pos: -25.5,-13.5 parent: 2 - - uid: 13827 + - uid: 13819 components: - type: Transform rot: -1.5707963267948966 rad pos: -26.5,-13.5 parent: 2 - - uid: 13828 + - uid: 13820 components: - type: Transform rot: -1.5707963267948966 rad pos: -27.5,-13.5 parent: 2 - - uid: 13829 + - uid: 13821 components: - type: Transform rot: -1.5707963267948966 rad pos: -28.5,-13.5 parent: 2 - - uid: 13830 + - uid: 13822 components: - type: Transform rot: -1.5707963267948966 rad pos: -29.5,-13.5 parent: 2 - - uid: 13831 + - uid: 13823 components: - type: Transform rot: -1.5707963267948966 rad pos: -30.5,-13.5 parent: 2 - - uid: 13832 + - uid: 13824 components: - type: Transform rot: -1.5707963267948966 rad pos: -31.5,-13.5 parent: 2 - - uid: 13833 + - uid: 13825 components: - type: Transform rot: 3.141592653589793 rad pos: 15.5,-39.5 parent: 2 - - uid: 13834 + - uid: 13826 components: - type: Transform rot: 1.5707963267948966 rad pos: 37.5,-60.5 parent: 2 - - uid: 13835 + - uid: 13827 components: - type: Transform rot: 1.5707963267948966 rad pos: 38.5,-60.5 parent: 2 - - uid: 13836 + - uid: 13828 components: - type: Transform pos: 39.5,-61.5 parent: 2 - - uid: 13837 + - uid: 13829 components: - type: Transform pos: 39.5,-62.5 parent: 2 - - uid: 13838 + - uid: 13830 components: - type: Transform pos: 39.5,-63.5 parent: 2 - - uid: 13839 + - uid: 13831 components: - type: Transform pos: 39.5,-64.5 parent: 2 - - uid: 13840 + - uid: 13832 components: - type: Transform pos: 39.5,-65.5 parent: 2 - - uid: 13841 + - uid: 13833 components: - type: Transform pos: 39.5,-66.5 parent: 2 - - uid: 13842 + - uid: 13834 components: - type: Transform pos: 39.5,-67.5 parent: 2 - - uid: 13843 + - uid: 13835 components: - type: Transform pos: 39.5,-68.5 parent: 2 - - uid: 13844 + - uid: 13836 components: - type: Transform rot: 3.141592653589793 rad pos: -19.5,-33.5 parent: 2 - - uid: 13845 + - uid: 13837 components: - type: Transform rot: 3.141592653589793 rad pos: -19.5,-34.5 parent: 2 - - uid: 13846 + - uid: 13838 components: - type: Transform rot: 3.141592653589793 rad pos: -19.5,-35.5 parent: 2 - - uid: 13847 + - uid: 13839 components: - type: Transform rot: 3.141592653589793 rad pos: -19.5,-36.5 parent: 2 - - uid: 13848 + - uid: 13840 components: - type: Transform rot: 3.141592653589793 rad pos: -19.5,-37.5 parent: 2 - - uid: 13849 + - uid: 13841 components: - type: Transform rot: 3.141592653589793 rad pos: -19.5,-38.5 parent: 2 - - uid: 13850 + - uid: 13842 components: - type: Transform rot: 3.141592653589793 rad pos: -19.5,-39.5 parent: 2 - - uid: 13851 + - uid: 13843 components: - type: Transform rot: 3.141592653589793 rad pos: -19.5,-40.5 parent: 2 - - uid: 13852 + - uid: 13844 components: - type: Transform rot: 3.141592653589793 rad pos: -19.5,-41.5 parent: 2 - - uid: 13853 + - uid: 13845 components: - type: Transform rot: 3.141592653589793 rad pos: -19.5,-42.5 parent: 2 - - uid: 13854 + - uid: 13846 components: - type: Transform pos: 30.5,-80.5 parent: 2 - - uid: 13855 + - uid: 13847 components: - type: Transform pos: 30.5,-78.5 parent: 2 - - uid: 13856 + - uid: 13848 components: - type: Transform pos: 30.5,-79.5 parent: 2 - - uid: 13857 + - uid: 13849 components: - type: Transform pos: 39.5,-69.5 parent: 2 - - uid: 13858 + - uid: 13850 components: - type: Transform pos: 39.5,-70.5 parent: 2 - - uid: 13859 + - uid: 13851 components: - type: Transform pos: 39.5,-71.5 parent: 2 - - uid: 13860 + - uid: 13852 components: - type: Transform pos: 39.5,-72.5 parent: 2 - - uid: 13861 + - uid: 13853 components: - type: Transform rot: 1.5707963267948966 rad pos: 25.5,-73.5 parent: 2 - - uid: 13862 + - uid: 13854 components: - type: Transform pos: 30.5,-83.5 parent: 2 - - uid: 13863 + - uid: 13855 components: - type: Transform pos: 30.5,-84.5 parent: 2 - - uid: 13864 + - uid: 13856 components: - type: Transform rot: 1.5707963267948966 rad pos: 29.5,-86.5 parent: 2 - - uid: 13865 + - uid: 13857 components: - type: Transform pos: 30.5,-85.5 parent: 2 - - uid: 13866 + - uid: 13858 components: - type: Transform pos: -13.5,1.5 parent: 2 - - uid: 13867 + - uid: 13859 components: - type: Transform pos: -13.5,-0.5 parent: 2 - - uid: 13868 + - uid: 13860 components: - type: Transform pos: -13.5,-1.5 parent: 2 - - uid: 13869 + - uid: 13861 components: - type: Transform pos: -13.5,-2.5 parent: 2 - - uid: 13870 + - uid: 13862 components: - type: Transform pos: -13.5,-3.5 parent: 2 - - uid: 13871 + - uid: 13863 components: - type: Transform pos: -13.5,-4.5 parent: 2 - - uid: 13872 + - uid: 13864 components: - type: Transform pos: -13.5,-5.5 parent: 2 - - uid: 13873 + - uid: 13865 components: - type: Transform pos: -13.5,2.5 parent: 2 - - uid: 13874 + - uid: 13866 components: - type: Transform pos: -13.5,3.5 parent: 2 - - uid: 13875 + - uid: 13867 components: - type: Transform pos: -13.5,4.5 parent: 2 - - uid: 13876 + - uid: 13868 components: - type: Transform pos: -13.5,6.5 parent: 2 - - uid: 13877 + - uid: 13869 components: - type: Transform pos: -13.5,7.5 parent: 2 - - uid: 13878 + - uid: 13870 components: - type: Transform rot: -1.5707963267948966 rad pos: -14.5,-6.5 parent: 2 - - uid: 13879 + - uid: 13871 components: - type: Transform rot: -1.5707963267948966 rad pos: -15.5,-6.5 parent: 2 - - uid: 13880 + - uid: 13872 components: - type: Transform rot: -1.5707963267948966 rad pos: -16.5,-6.5 parent: 2 - - uid: 13881 + - uid: 13873 components: - type: Transform rot: -1.5707963267948966 rad pos: -17.5,-6.5 parent: 2 - - uid: 13882 + - uid: 13874 components: - type: Transform rot: -1.5707963267948966 rad pos: -18.5,-6.5 parent: 2 - - uid: 13883 + - uid: 13875 components: - type: Transform pos: -19.5,-12.5 parent: 2 - - uid: 13884 + - uid: 13876 components: - type: Transform pos: -19.5,-11.5 parent: 2 - - uid: 13885 + - uid: 13877 components: - type: Transform pos: -19.5,-10.5 parent: 2 - - uid: 13886 + - uid: 13878 components: - type: Transform pos: -19.5,-9.5 parent: 2 - - uid: 13887 + - uid: 13879 components: - type: Transform pos: -19.5,-8.5 parent: 2 - - uid: 13888 + - uid: 13880 components: - type: Transform pos: -19.5,-7.5 parent: 2 - - uid: 13889 + - uid: 13881 components: - type: Transform rot: -1.5707963267948966 rad pos: -14.5,8.5 parent: 2 - - uid: 13890 + - uid: 13882 components: - type: Transform rot: -1.5707963267948966 rad pos: -15.5,8.5 parent: 2 - - uid: 13891 + - uid: 13883 components: - type: Transform rot: -1.5707963267948966 rad pos: -17.5,8.5 parent: 2 - - uid: 13892 + - uid: 13884 components: - type: Transform rot: -1.5707963267948966 rad pos: -18.5,8.5 parent: 2 - - uid: 13893 + - uid: 13885 components: - type: Transform rot: 3.141592653589793 rad pos: -19.5,7.5 parent: 2 - - uid: 13894 + - uid: 13886 components: - type: Transform rot: -1.5707963267948966 rad pos: -20.5,6.5 parent: 2 - - uid: 13895 + - uid: 13887 components: - type: Transform rot: -1.5707963267948966 rad pos: -21.5,6.5 parent: 2 - - uid: 13896 + - uid: 13888 components: - type: Transform rot: -1.5707963267948966 rad pos: -22.5,6.5 parent: 2 - - uid: 13897 + - uid: 13889 components: - type: Transform rot: -1.5707963267948966 rad pos: -23.5,6.5 parent: 2 - - uid: 13898 + - uid: 13890 components: - type: Transform rot: -1.5707963267948966 rad pos: -24.5,6.5 parent: 2 - - uid: 13899 + - uid: 13891 components: - type: Transform rot: -1.5707963267948966 rad pos: -20.5,-6.5 parent: 2 - - uid: 13900 + - uid: 13892 components: - type: Transform rot: -1.5707963267948966 rad pos: -21.5,-6.5 parent: 2 - - uid: 13901 + - uid: 13893 components: - type: Transform rot: -1.5707963267948966 rad pos: -22.5,-6.5 parent: 2 - - uid: 13902 + - uid: 13894 components: - type: Transform rot: -1.5707963267948966 rad pos: -23.5,-6.5 parent: 2 - - uid: 13903 + - uid: 13895 components: - type: Transform rot: -1.5707963267948966 rad pos: -24.5,-6.5 parent: 2 - - uid: 13904 + - uid: 13896 components: - type: Transform pos: -25.5,5.5 parent: 2 - - uid: 13905 + - uid: 13897 components: - type: Transform pos: -25.5,4.5 parent: 2 - - uid: 13906 + - uid: 13898 components: - type: Transform pos: -25.5,3.5 parent: 2 - - uid: 13907 + - uid: 13899 components: - type: Transform pos: -25.5,2.5 parent: 2 - - uid: 13908 + - uid: 13900 components: - type: Transform pos: -25.5,1.5 parent: 2 - - uid: 13909 + - uid: 13901 components: - type: Transform pos: -25.5,0.5 parent: 2 - - uid: 13910 + - uid: 13902 components: - type: Transform pos: -25.5,-1.5 parent: 2 - - uid: 13911 + - uid: 13903 components: - type: Transform pos: -25.5,-2.5 parent: 2 - - uid: 13912 + - uid: 13904 components: - type: Transform pos: -25.5,-3.5 parent: 2 - - uid: 13913 + - uid: 13905 components: - type: Transform pos: -25.5,-4.5 parent: 2 - - uid: 13914 + - uid: 13906 components: - type: Transform pos: -25.5,-5.5 parent: 2 - - uid: 13915 + - uid: 13907 components: - type: Transform pos: -19.5,9.5 parent: 2 - - uid: 13916 + - uid: 13908 components: - type: Transform pos: -19.5,10.5 parent: 2 - - uid: 13917 + - uid: 13909 components: - type: Transform pos: -19.5,11.5 parent: 2 - - uid: 13918 + - uid: 13910 components: - type: Transform pos: -19.5,12.5 parent: 2 - - uid: 13919 + - uid: 13911 components: - type: Transform rot: 1.5707963267948966 rad pos: -26.5,6.5 parent: 2 - - uid: 13920 + - uid: 13912 components: - type: Transform rot: 3.141592653589793 rad pos: -32.5,-12.5 parent: 2 - - uid: 13921 + - uid: 13913 components: - type: Transform rot: 3.141592653589793 rad pos: -32.5,-11.5 parent: 2 - - uid: 13922 + - uid: 13914 components: - type: Transform rot: -1.5707963267948966 rad pos: -33.5,-10.5 parent: 2 - - uid: 13923 + - uid: 13915 components: - type: Transform rot: -1.5707963267948966 rad pos: -34.5,-10.5 parent: 2 - - uid: 13924 + - uid: 13916 components: - type: Transform rot: -1.5707963267948966 rad pos: -35.5,-10.5 parent: 2 - - uid: 13925 + - uid: 13917 components: - type: Transform pos: -36.5,-9.5 parent: 2 - - uid: 13926 + - uid: 13918 components: - type: Transform pos: -36.5,-8.5 parent: 2 - - uid: 13927 + - uid: 13919 components: - type: Transform pos: -36.5,-7.5 parent: 2 - - uid: 13928 + - uid: 13920 components: - type: Transform pos: -36.5,-6.5 parent: 2 - - uid: 13929 + - uid: 13921 components: - type: Transform rot: -1.5707963267948966 rad pos: -37.5,-5.5 parent: 2 - - uid: 13930 + - uid: 13922 components: - type: Transform rot: -1.5707963267948966 rad pos: -26.5,-0.5 parent: 2 - - uid: 13931 + - uid: 13923 components: - type: Transform rot: -1.5707963267948966 rad pos: -27.5,-0.5 parent: 2 - - uid: 13932 + - uid: 13924 components: - type: Transform rot: -1.5707963267948966 rad pos: -28.5,-0.5 parent: 2 - - uid: 13933 + - uid: 13925 components: - type: Transform rot: -1.5707963267948966 rad pos: -29.5,-0.5 parent: 2 - - uid: 13934 + - uid: 13926 components: - type: Transform rot: -1.5707963267948966 rad pos: -30.5,-0.5 parent: 2 - - uid: 13935 + - uid: 13927 components: - type: Transform rot: -1.5707963267948966 rad pos: -0.5,-75.5 parent: 2 - - uid: 13936 + - uid: 13928 components: - type: Transform rot: -1.5707963267948966 rad pos: -1.5,-75.5 parent: 2 - - uid: 13937 + - uid: 13929 components: - type: Transform rot: -1.5707963267948966 rad pos: -2.5,-75.5 parent: 2 - - uid: 13938 + - uid: 13930 components: - type: Transform rot: -1.5707963267948966 rad pos: -3.5,-75.5 parent: 2 - - uid: 13939 + - uid: 13931 components: - type: Transform rot: -1.5707963267948966 rad pos: -4.5,-75.5 parent: 2 - - uid: 13940 + - uid: 13932 components: - type: Transform rot: -1.5707963267948966 rad pos: -5.5,-75.5 parent: 2 - - uid: 13941 + - uid: 13933 components: - type: Transform rot: -1.5707963267948966 rad pos: -6.5,-75.5 parent: 2 - - uid: 13942 + - uid: 13934 components: - type: Transform rot: -1.5707963267948966 rad pos: -7.5,-75.5 parent: 2 - - uid: 13943 + - uid: 13935 components: - type: Transform rot: -1.5707963267948966 rad pos: -8.5,-75.5 parent: 2 - - uid: 13944 + - uid: 13936 components: - type: Transform rot: -1.5707963267948966 rad pos: -9.5,-75.5 parent: 2 - - uid: 13945 + - uid: 13937 components: - type: Transform rot: -1.5707963267948966 rad pos: -10.5,-75.5 parent: 2 - - uid: 13946 + - uid: 13938 components: - type: Transform rot: -1.5707963267948966 rad pos: -11.5,-75.5 parent: 2 - - uid: 13947 + - uid: 13939 components: - type: Transform rot: -1.5707963267948966 rad pos: -12.5,-75.5 parent: 2 - - uid: 13948 + - uid: 13940 components: - type: Transform rot: -1.5707963267948966 rad pos: -13.5,-75.5 parent: 2 - - uid: 13949 + - uid: 13941 components: - type: Transform rot: -1.5707963267948966 rad pos: -14.5,-75.5 parent: 2 - - uid: 13950 + - uid: 13942 components: - type: Transform rot: -1.5707963267948966 rad pos: -15.5,-75.5 parent: 2 - - uid: 13951 + - uid: 13943 components: - type: Transform rot: -1.5707963267948966 rad pos: -16.5,-75.5 parent: 2 - - uid: 13952 + - uid: 13944 components: - type: Transform rot: -1.5707963267948966 rad pos: -17.5,-75.5 parent: 2 - - uid: 13953 + - uid: 13945 components: - type: Transform rot: -1.5707963267948966 rad pos: -18.5,-75.5 parent: 2 - - uid: 13954 + - uid: 13946 components: - type: Transform rot: 3.141592653589793 rad pos: -19.5,-76.5 parent: 2 - - uid: 13955 + - uid: 13947 components: - type: Transform rot: 1.5707963267948966 rad pos: -20.5,-77.5 parent: 2 - - uid: 13956 + - uid: 13948 components: - type: Transform rot: 1.5707963267948966 rad pos: -21.5,-77.5 parent: 2 - - uid: 13957 + - uid: 13949 components: - type: Transform rot: 1.5707963267948966 rad pos: -22.5,-77.5 parent: 2 - - uid: 13958 + - uid: 13950 components: - type: Transform rot: 1.5707963267948966 rad pos: -23.5,-77.5 parent: 2 - - uid: 13959 + - uid: 13951 components: - type: Transform rot: 1.5707963267948966 rad pos: -24.5,-77.5 parent: 2 - - uid: 13960 + - uid: 13952 components: - type: Transform rot: 1.5707963267948966 rad pos: -25.5,-77.5 parent: 2 - - uid: 13961 + - uid: 13953 components: - type: Transform rot: 1.5707963267948966 rad pos: -26.5,-77.5 parent: 2 - - uid: 13962 + - uid: 13954 components: - type: Transform rot: 1.5707963267948966 rad pos: -27.5,-77.5 parent: 2 - - uid: 13963 + - uid: 13955 components: - type: Transform rot: 1.5707963267948966 rad pos: -28.5,-77.5 parent: 2 - - uid: 13964 + - uid: 13956 components: - type: Transform rot: 1.5707963267948966 rad pos: -29.5,-77.5 parent: 2 - - uid: 13965 + - uid: 13957 components: - type: Transform rot: 1.5707963267948966 rad pos: -30.5,-77.5 parent: 2 - - uid: 13966 + - uid: 13958 components: - type: Transform rot: 1.5707963267948966 rad pos: -31.5,-77.5 parent: 2 - - uid: 13967 + - uid: 13959 components: - type: Transform rot: 1.5707963267948966 rad pos: -32.5,-77.5 parent: 2 - - uid: 13968 + - uid: 13960 components: - type: Transform rot: 1.5707963267948966 rad pos: -33.5,-77.5 parent: 2 - - uid: 13969 + - uid: 13961 components: - type: Transform rot: 1.5707963267948966 rad pos: -34.5,-77.5 parent: 2 - - uid: 13970 + - uid: 13962 components: - type: Transform rot: 1.5707963267948966 rad pos: -35.5,-77.5 parent: 2 - - uid: 13971 + - uid: 13963 components: - type: Transform pos: -36.5,-78.5 parent: 2 - - uid: 13972 + - uid: 13964 components: - type: Transform pos: -36.5,-79.5 parent: 2 - - uid: 13973 + - uid: 13965 components: - type: Transform rot: 3.141592653589793 rad pos: -19.5,13.5 parent: 2 - - uid: 13974 + - uid: 13966 components: - type: Transform rot: 3.141592653589793 rad pos: -19.5,14.5 parent: 2 - - uid: 13975 + - uid: 13967 components: - type: Transform rot: 3.141592653589793 rad pos: -19.5,15.5 parent: 2 - - uid: 13976 + - uid: 13968 components: - type: Transform rot: 3.141592653589793 rad pos: -19.5,16.5 parent: 2 - - uid: 13977 + - uid: 13969 components: - type: Transform rot: 3.141592653589793 rad pos: -19.5,17.5 parent: 2 - - uid: 13978 + - uid: 13970 components: - type: Transform rot: 3.141592653589793 rad pos: -19.5,18.5 parent: 2 - - uid: 13979 + - uid: 13971 components: - type: Transform rot: 3.141592653589793 rad pos: -19.5,19.5 parent: 2 - - uid: 13980 + - uid: 13972 components: - type: Transform rot: 3.141592653589793 rad pos: -19.5,20.5 parent: 2 - - uid: 13981 + - uid: 13973 components: - type: Transform rot: 3.141592653589793 rad pos: -19.5,21.5 parent: 2 - - uid: 13982 + - uid: 13974 components: - type: Transform rot: 3.141592653589793 rad pos: -19.5,22.5 parent: 2 - - uid: 13983 + - uid: 13975 components: - type: Transform rot: -1.5707963267948966 rad pos: -20.5,23.5 parent: 2 - - uid: 13984 + - uid: 13976 components: - type: Transform rot: -1.5707963267948966 rad pos: -21.5,23.5 parent: 2 - - uid: 13985 + - uid: 13977 components: - type: Transform rot: 3.141592653589793 rad pos: -22.5,24.5 parent: 2 - - uid: 13986 + - uid: 13978 components: - type: Transform rot: -1.5707963267948966 rad pos: -41.5,19.5 parent: 2 - - uid: 13987 + - uid: 13979 components: - type: Transform rot: -1.5707963267948966 rad pos: -37.5,21.5 parent: 2 - - uid: 13988 + - uid: 13980 components: - type: Transform rot: 1.5707963267948966 rad pos: -23.5,23.5 parent: 2 - - uid: 13989 + - uid: 13981 components: - type: Transform rot: 1.5707963267948966 rad pos: -24.5,23.5 parent: 2 - - uid: 13990 + - uid: 13982 components: - type: Transform rot: 1.5707963267948966 rad pos: -25.5,23.5 parent: 2 - - uid: 13991 + - uid: 13983 components: - type: Transform rot: 1.5707963267948966 rad pos: -26.5,23.5 parent: 2 - - uid: 13992 + - uid: 13984 components: - type: Transform rot: 1.5707963267948966 rad pos: -27.5,23.5 parent: 2 - - uid: 13993 + - uid: 13985 components: - type: Transform rot: 1.5707963267948966 rad pos: -28.5,23.5 parent: 2 - - uid: 13994 + - uid: 13986 components: - type: Transform rot: 1.5707963267948966 rad pos: -29.5,23.5 parent: 2 - - uid: 13995 + - uid: 13987 components: - type: Transform rot: 1.5707963267948966 rad pos: -30.5,23.5 parent: 2 - - uid: 13996 + - uid: 13988 components: - type: Transform rot: 1.5707963267948966 rad pos: -31.5,23.5 parent: 2 - - uid: 13997 + - uid: 13989 components: - type: Transform rot: -1.5707963267948966 rad pos: -33.5,22.5 parent: 2 - - uid: 13998 + - uid: 13990 components: - type: Transform rot: -1.5707963267948966 rad pos: -35.5,22.5 parent: 2 - - uid: 13999 + - uid: 13991 components: - type: Transform rot: 1.5707963267948966 rad pos: -38.5,23.5 parent: 2 - - uid: 14000 + - uid: 13992 components: - type: Transform rot: 3.141592653589793 rad pos: -46.5,10.5 parent: 2 - - uid: 14001 + - uid: 13993 components: - type: Transform rot: 1.5707963267948966 rad pos: -40.5,23.5 parent: 2 - - uid: 14002 + - uid: 13994 components: - type: Transform rot: 1.5707963267948966 rad pos: -41.5,23.5 parent: 2 - - uid: 14003 + - uid: 13995 components: - type: Transform rot: 3.141592653589793 rad pos: -42.5,24.5 parent: 2 - - uid: 14004 + - uid: 13996 components: - type: Transform rot: 3.141592653589793 rad pos: -42.5,25.5 parent: 2 - - uid: 14005 + - uid: 13997 components: - type: Transform rot: 3.141592653589793 rad pos: -42.5,26.5 parent: 2 - - uid: 14006 + - uid: 13998 components: - type: Transform pos: -42.5,18.5 parent: 2 - - uid: 14007 + - uid: 13999 components: - type: Transform pos: -42.5,17.5 parent: 2 - - uid: 14008 + - uid: 14000 components: - type: Transform pos: -42.5,15.5 parent: 2 - - uid: 14009 + - uid: 14001 components: - type: Transform pos: -42.5,16.5 parent: 2 - - uid: 14010 + - uid: 14002 components: - type: Transform rot: 3.141592653589793 rad pos: -5.5,-19.5 parent: 2 - - uid: 14011 + - uid: 14003 components: - type: Transform rot: 3.141592653589793 rad pos: -5.5,-17.5 parent: 2 - - uid: 14012 + - uid: 14004 components: - type: Transform rot: -1.5707963267948966 rad pos: -44.5,5.5 parent: 2 - - uid: 14013 + - uid: 14005 components: - type: Transform pos: -45.5,4.5 parent: 2 - - uid: 14014 + - uid: 14006 components: - type: Transform pos: -45.5,3.5 parent: 2 - - uid: 14015 + - uid: 14007 components: - type: Transform pos: -45.5,2.5 parent: 2 - - uid: 14016 + - uid: 14008 components: - type: Transform pos: -45.5,1.5 parent: 2 - - uid: 14017 + - uid: 14009 components: - type: Transform pos: -45.5,0.5 parent: 2 - - uid: 14018 + - uid: 14010 components: - type: Transform rot: -1.5707963267948966 rad pos: -31.5,-0.5 parent: 2 - - uid: 14019 + - uid: 14011 components: - type: Transform rot: -1.5707963267948966 rad pos: -32.5,-0.5 parent: 2 - - uid: 14020 + - uid: 14012 components: - type: Transform rot: -1.5707963267948966 rad pos: -33.5,-0.5 parent: 2 - - uid: 14021 + - uid: 14013 components: - type: Transform rot: -1.5707963267948966 rad pos: -34.5,-0.5 parent: 2 - - uid: 14022 + - uid: 14014 components: - type: Transform rot: -1.5707963267948966 rad pos: -35.5,-0.5 parent: 2 - - uid: 14023 + - uid: 14015 components: - type: Transform rot: -1.5707963267948966 rad pos: -36.5,-0.5 parent: 2 - - uid: 14024 + - uid: 14016 components: - type: Transform rot: -1.5707963267948966 rad pos: -37.5,-0.5 parent: 2 - - uid: 14025 + - uid: 14017 components: - type: Transform rot: -1.5707963267948966 rad pos: -38.5,-0.5 parent: 2 - - uid: 14026 + - uid: 14018 components: - type: Transform rot: -1.5707963267948966 rad pos: -39.5,-0.5 parent: 2 - - uid: 14027 + - uid: 14019 components: - type: Transform rot: -1.5707963267948966 rad pos: -40.5,-0.5 parent: 2 - - uid: 14028 + - uid: 14020 components: - type: Transform rot: -1.5707963267948966 rad pos: -41.5,-0.5 parent: 2 - - uid: 14029 + - uid: 14021 components: - type: Transform rot: -1.5707963267948966 rad pos: -42.5,-0.5 parent: 2 - - uid: 14030 + - uid: 14022 components: - type: Transform rot: -1.5707963267948966 rad pos: -43.5,-0.5 parent: 2 - - uid: 14031 + - uid: 14023 components: - type: Transform rot: -1.5707963267948966 rad pos: -44.5,-0.5 parent: 2 - - uid: 14032 + - uid: 14024 components: - type: Transform rot: 3.141592653589793 rad pos: -5.5,-20.5 parent: 2 - - uid: 14033 + - uid: 14025 components: - type: Transform rot: 3.141592653589793 rad pos: -5.5,-18.5 parent: 2 - - uid: 14034 + - uid: 14026 components: - type: Transform rot: -1.5707963267948966 rad pos: -42.5,18.5 parent: 2 - - uid: 14035 + - uid: 14027 components: - type: Transform rot: 3.141592653589793 rad pos: -3.5,-22.5 parent: 2 - - uid: 14036 + - uid: 14028 components: - type: Transform rot: 3.141592653589793 rad pos: -3.5,-23.5 parent: 2 - - uid: 14037 + - uid: 14029 components: - type: Transform rot: 1.5707963267948966 rad pos: -7.5,-9.5 parent: 2 - - uid: 14038 + - uid: 14030 components: - type: Transform rot: 1.5707963267948966 rad pos: 28.5,-86.5 parent: 2 - - uid: 14039 + - uid: 14031 components: - type: Transform rot: 3.141592653589793 rad pos: 15.5,-30.5 parent: 2 - - uid: 14040 + - uid: 14032 components: - type: Transform rot: 3.141592653589793 rad pos: 25.5,-53.5 parent: 2 - - uid: 14041 + - uid: 14033 components: - type: Transform rot: 3.141592653589793 rad pos: 18.5,-53.5 parent: 2 - - uid: 14042 + - uid: 14034 components: - type: Transform rot: 3.141592653589793 rad pos: 15.5,-40.5 parent: 2 - - uid: 14043 + - uid: 14035 components: - type: Transform rot: 3.141592653589793 rad pos: 15.5,-38.5 parent: 2 - - uid: 14044 - components: - - type: Transform - pos: -5.5,-55.5 - parent: 2 - - uid: 14045 - components: - - type: Transform - pos: -5.5,-56.5 - parent: 2 - - uid: 14046 - components: - - type: Transform - pos: -5.5,-57.5 - parent: 2 - - uid: 14047 - components: - - type: Transform - pos: -5.5,-58.5 - parent: 2 - - uid: 14048 - components: - - type: Transform - pos: -5.5,-59.5 - parent: 2 - - uid: 14049 - components: - - type: Transform - pos: -5.5,-60.5 - parent: 2 - - uid: 14050 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-61.5 - parent: 2 - - uid: 14051 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-66.5 - parent: 2 - - uid: 14052 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-65.5 - parent: 2 - - uid: 14053 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-64.5 - parent: 2 - - uid: 14054 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-63.5 - parent: 2 - - uid: 14055 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-62.5 - parent: 2 - - uid: 14056 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-61.5 - parent: 2 - - uid: 14057 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-61.5 - parent: 2 - - uid: 14058 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-61.5 - parent: 2 - - uid: 14059 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-61.5 - parent: 2 - - uid: 14060 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-61.5 - parent: 2 - - uid: 14061 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-61.5 - parent: 2 - - uid: 14062 - components: - - type: Transform - pos: 2.5,-62.5 - parent: 2 - - uid: 14063 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-61.5 - parent: 2 - - uid: 14064 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-61.5 - parent: 2 - - uid: 14065 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-61.5 - parent: 2 - - uid: 14066 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-61.5 - parent: 2 - - uid: 14067 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-61.5 - parent: 2 - - uid: 14068 - components: - - type: Transform - pos: -13.5,-62.5 - parent: 2 - - uid: 14069 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,-63.5 - parent: 2 - - uid: 14070 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,-64.5 - parent: 2 - - uid: 14071 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,-65.5 - parent: 2 - - uid: 14072 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,-66.5 - parent: 2 - - uid: 14073 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,-67.5 - parent: 2 - - uid: 14074 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,-67.5 - parent: 2 - - uid: 14075 + - uid: 14036 components: - type: Transform rot: 3.141592653589793 rad pos: -3.5,-26.5 parent: 2 - - uid: 14076 + - uid: 14037 components: - type: Transform rot: 3.141592653589793 rad pos: -12.5,6.5 parent: 2 - - uid: 14077 + - uid: 14038 components: - type: Transform rot: 3.141592653589793 rad pos: -12.5,7.5 parent: 2 - - uid: 14078 + - uid: 14039 components: - type: Transform pos: -45.5,12.5 parent: 2 - - uid: 14079 + - uid: 14040 components: - type: Transform pos: -45.5,13.5 parent: 2 - - uid: 14080 + - uid: 14041 components: - type: Transform rot: 1.5707963267948966 rad pos: -44.5,18.5 parent: 2 - - uid: 14081 + - uid: 14042 components: - type: Transform rot: -1.5707963267948966 rad pos: -39.5,23.5 parent: 2 - - uid: 14082 + - uid: 14043 components: - type: Transform pos: -45.5,14.5 parent: 2 - - uid: 14083 + - uid: 14044 components: - type: Transform pos: -45.5,15.5 parent: 2 - - uid: 14084 + - uid: 14045 components: - type: Transform pos: -45.5,16.5 parent: 2 - - uid: 14085 + - uid: 14046 components: - type: Transform pos: -45.5,17.5 parent: 2 - - uid: 14086 + - uid: 14047 components: - type: Transform rot: -1.5707963267948966 rad pos: -43.5,18.5 parent: 2 - - uid: 14087 + - uid: 14048 components: - type: Transform pos: -19.5,24.5 parent: 2 - - uid: 14088 + - uid: 14049 components: - type: Transform pos: -19.5,25.5 parent: 2 - - uid: 14089 + - uid: 14050 components: - type: Transform pos: -19.5,26.5 parent: 2 - - uid: 14090 + - uid: 14051 components: - type: Transform pos: -19.5,27.5 parent: 2 - - uid: 14091 + - uid: 14052 components: - type: Transform pos: -19.5,28.5 parent: 2 - - uid: 14092 + - uid: 14053 components: - type: Transform rot: 1.5707963267948966 rad pos: -18.5,29.5 parent: 2 - - uid: 14093 + - uid: 14054 components: - type: Transform rot: 1.5707963267948966 rad pos: -17.5,29.5 parent: 2 - - uid: 14094 + - uid: 14055 components: - type: Transform rot: 1.5707963267948966 rad pos: -16.5,29.5 parent: 2 - - uid: 14095 + - uid: 14056 components: - type: Transform rot: 3.141592653589793 rad pos: -15.5,30.5 parent: 2 - - uid: 14096 + - uid: 14057 components: - type: Transform rot: 3.141592653589793 rad pos: -15.5,31.5 parent: 2 - - uid: 14097 + - uid: 14058 components: - type: Transform rot: 3.141592653589793 rad pos: -15.5,32.5 parent: 2 - - uid: 14098 + - uid: 14059 components: - type: Transform rot: 3.141592653589793 rad pos: -15.5,33.5 parent: 2 - - uid: 14099 + - uid: 14060 components: - type: Transform rot: 3.141592653589793 rad pos: -15.5,34.5 parent: 2 - - uid: 14100 + - uid: 14061 components: - type: Transform rot: 3.141592653589793 rad pos: -15.5,35.5 parent: 2 - - uid: 14101 + - uid: 14062 components: - type: Transform rot: 3.141592653589793 rad pos: -15.5,36.5 parent: 2 - - uid: 14102 + - uid: 14063 components: - type: Transform rot: -1.5707963267948966 rad pos: -16.5,37.5 parent: 2 - - uid: 14103 + - uid: 14064 components: - type: Transform pos: -15.5,38.5 parent: 2 - - uid: 14104 + - uid: 14065 components: - type: Transform pos: -15.5,39.5 parent: 2 - - uid: 14105 + - uid: 14066 components: - type: Transform pos: -15.5,40.5 parent: 2 - - uid: 14106 + - uid: 14067 components: - type: Transform pos: -15.5,41.5 parent: 2 - - uid: 14107 + - uid: 14068 components: - type: Transform pos: -15.5,42.5 parent: 2 - - uid: 14108 + - uid: 14069 components: - type: Transform pos: -15.5,43.5 parent: 2 - - uid: 14109 + - uid: 14070 components: - type: Transform rot: -1.5707963267948966 rad pos: -14.5,44.5 parent: 2 - - uid: 14110 + - uid: 14071 components: - type: Transform rot: -1.5707963267948966 rad pos: -13.5,44.5 parent: 2 - - uid: 14111 + - uid: 14072 components: - type: Transform rot: -1.5707963267948966 rad pos: -12.5,44.5 parent: 2 - - uid: 14112 + - uid: 14073 components: - type: Transform rot: -1.5707963267948966 rad pos: -11.5,44.5 parent: 2 - - uid: 14113 + - uid: 14074 components: - type: Transform rot: -1.5707963267948966 rad pos: -16.5,44.5 parent: 2 - - uid: 14114 + - uid: 14075 components: - type: Transform rot: 3.141592653589793 rad pos: -17.5,45.5 parent: 2 - - uid: 14115 + - uid: 14076 components: - type: Transform rot: 3.141592653589793 rad pos: -17.5,46.5 parent: 2 - - uid: 14116 + - uid: 14077 components: - type: Transform rot: 3.141592653589793 rad pos: -17.5,47.5 parent: 2 - - uid: 14117 + - uid: 14078 components: - type: Transform rot: 3.141592653589793 rad pos: -17.5,48.5 parent: 2 - - uid: 14118 + - uid: 14079 components: - type: Transform rot: 3.141592653589793 rad pos: -17.5,49.5 parent: 2 - - uid: 14119 + - uid: 14080 components: - type: Transform rot: -1.5707963267948966 rad pos: -5.5,44.5 parent: 2 - - uid: 14120 + - uid: 14081 components: - type: Transform rot: -1.5707963267948966 rad pos: -6.5,44.5 parent: 2 - - uid: 14121 + - uid: 14082 components: - type: Transform rot: -1.5707963267948966 rad pos: -7.5,44.5 parent: 2 - - uid: 14122 + - uid: 14083 components: - type: Transform rot: -1.5707963267948966 rad pos: -8.5,44.5 parent: 2 - - uid: 14123 + - uid: 14084 components: - type: Transform rot: -1.5707963267948966 rad pos: -9.5,44.5 parent: 2 - - uid: 14124 + - uid: 14085 components: - type: Transform rot: -1.5707963267948966 rad pos: -10.5,44.5 parent: 2 - - uid: 14125 + - uid: 14086 components: - type: Transform rot: -1.5707963267948966 rad pos: -14.5,50.5 parent: 2 - - uid: 14126 + - uid: 14087 components: - type: Transform rot: -1.5707963267948966 rad pos: -16.5,50.5 parent: 2 - - uid: 14127 + - uid: 14088 components: - type: Transform rot: -1.5707963267948966 rad pos: -15.5,50.5 parent: 2 - - uid: 14128 + - uid: 14089 components: - type: Transform pos: -37.5,-94.5 parent: 2 - - uid: 14129 + - uid: 14090 components: - type: Transform rot: -1.5707963267948966 rad pos: -39.5,-95.5 parent: 2 - - uid: 14130 + - uid: 14091 components: - type: Transform rot: -1.5707963267948966 rad pos: -40.5,-95.5 parent: 2 - - uid: 14131 + - uid: 14092 components: - type: Transform rot: 3.141592653589793 rad pos: -41.5,-94.5 parent: 2 - - uid: 14132 + - uid: 14093 components: - type: Transform rot: 3.141592653589793 rad pos: -41.5,-93.5 parent: 2 - - uid: 14133 + - uid: 14094 components: - type: Transform rot: 3.141592653589793 rad pos: -41.5,-92.5 parent: 2 - - uid: 14134 + - uid: 14095 components: - type: Transform rot: 3.141592653589793 rad pos: -41.5,-91.5 parent: 2 - - uid: 14135 + - uid: 14096 components: - type: Transform rot: 3.141592653589793 rad pos: -41.5,-90.5 parent: 2 - - uid: 14136 + - uid: 14097 components: - type: Transform rot: 3.141592653589793 rad pos: -41.5,-89.5 parent: 2 - - uid: 14137 + - uid: 14098 components: - type: Transform rot: 3.141592653589793 rad pos: -41.5,-88.5 parent: 2 - - uid: 14138 + - uid: 14099 components: - type: Transform rot: 1.5707963267948966 rad pos: 68.5,-47.5 parent: 2 - - uid: 14139 + - uid: 14100 components: - type: Transform rot: 1.5707963267948966 rad pos: 69.5,-47.5 parent: 2 - - uid: 14140 + - uid: 14101 components: - type: Transform rot: 1.5707963267948966 rad pos: 70.5,-47.5 parent: 2 - - uid: 14141 + - uid: 14102 components: - type: Transform rot: 1.5707963267948966 rad pos: 71.5,-47.5 parent: 2 - - uid: 14142 + - uid: 14103 components: - type: Transform rot: 1.5707963267948966 rad pos: 72.5,-47.5 parent: 2 - - uid: 14143 + - uid: 14104 components: - type: Transform rot: 1.5707963267948966 rad pos: 73.5,-47.5 parent: 2 - - uid: 14144 + - uid: 14105 components: - type: Transform rot: 1.5707963267948966 rad pos: 74.5,-47.5 parent: 2 - - uid: 14145 + - uid: 14106 components: - type: Transform rot: 3.141592653589793 rad pos: 75.5,-46.5 parent: 2 - - uid: 14146 + - uid: 14107 components: - type: Transform rot: 3.141592653589793 rad pos: 75.5,-45.5 parent: 2 - - uid: 14147 + - uid: 14108 components: - type: Transform rot: 3.141592653589793 rad pos: 75.5,-44.5 parent: 2 - - uid: 14148 + - uid: 14109 components: - type: Transform rot: 3.141592653589793 rad pos: 75.5,-43.5 parent: 2 - - uid: 14149 + - uid: 14110 components: - type: Transform rot: 3.141592653589793 rad pos: 75.5,-42.5 parent: 2 - - uid: 14150 + - uid: 14111 components: - type: Transform rot: 3.141592653589793 rad pos: 75.5,-41.5 parent: 2 - - uid: 14151 + - uid: 14112 components: - type: Transform rot: 3.141592653589793 rad pos: 75.5,-40.5 parent: 2 - - uid: 14152 + - uid: 14113 components: - type: Transform rot: 3.141592653589793 rad pos: 75.5,-39.5 parent: 2 - - uid: 14153 + - uid: 14114 components: - type: Transform rot: 3.141592653589793 rad pos: 75.5,-38.5 parent: 2 - - uid: 14154 + - uid: 14115 components: - type: Transform rot: 3.141592653589793 rad pos: 75.5,-37.5 parent: 2 - - uid: 14155 + - uid: 14116 components: - type: Transform rot: 3.141592653589793 rad pos: 75.5,-36.5 parent: 2 - - uid: 14156 + - uid: 14117 components: - type: Transform rot: 3.141592653589793 rad pos: 75.5,-35.5 parent: 2 - - uid: 14157 + - uid: 14118 components: - type: Transform rot: 3.141592653589793 rad pos: 75.5,-34.5 parent: 2 - - uid: 14158 + - uid: 14119 components: - type: Transform rot: 3.141592653589793 rad pos: 75.5,-33.5 parent: 2 - - uid: 14159 + - uid: 14120 components: - type: Transform rot: 3.141592653589793 rad pos: -4.5,-3.5 parent: 2 - - uid: 14160 + - uid: 14121 components: - type: Transform rot: 3.141592653589793 rad pos: -4.5,-4.5 parent: 2 - - uid: 14161 + - uid: 14122 components: - type: Transform rot: 3.141592653589793 rad pos: 15.5,-31.5 parent: 2 - - uid: 14162 + - uid: 14123 components: - type: Transform pos: -42.5,14.5 parent: 2 - - uid: 14163 + - uid: 14124 components: - type: Transform rot: 1.5707963267948966 rad pos: -53.5,-64.5 parent: 2 - - uid: 14164 + - uid: 14125 components: - type: Transform pos: 30.5,-81.5 parent: 2 - - uid: 14165 + - uid: 14126 components: - type: Transform rot: 3.141592653589793 rad pos: -5.5,-16.5 parent: 2 - - uid: 14166 + - uid: 14127 components: - type: Transform rot: 3.141592653589793 rad pos: -5.5,-15.5 parent: 2 - - uid: 14167 + - uid: 14128 components: - type: Transform rot: 3.141592653589793 rad pos: -5.5,-14.5 parent: 2 - - uid: 14168 + - uid: 14129 components: - type: Transform rot: -1.5707963267948966 rad pos: -6.5,-13.5 parent: 2 - - uid: 14169 + - uid: 14130 components: - type: Transform rot: -1.5707963267948966 rad pos: -7.5,-13.5 parent: 2 - - uid: 14170 + - uid: 14131 components: - type: Transform rot: -1.5707963267948966 rad pos: -8.5,-13.5 parent: 2 - - uid: 14171 + - uid: 14132 components: - type: Transform rot: -1.5707963267948966 rad pos: -9.5,-13.5 parent: 2 - - uid: 14172 + - uid: 14133 components: - type: Transform pos: -12.5,-13.5 parent: 2 - - uid: 14173 + - uid: 14134 components: - type: Transform rot: -1.5707963267948966 rad pos: -13.5,-14.5 parent: 2 - - uid: 14174 + - uid: 14135 components: - type: Transform rot: -1.5707963267948966 rad pos: -14.5,-14.5 parent: 2 - - uid: 14175 + - uid: 14136 components: - type: Transform rot: -1.5707963267948966 rad pos: -15.5,-14.5 parent: 2 - - uid: 14176 + - uid: 14137 components: - type: Transform rot: -1.5707963267948966 rad pos: -16.5,-14.5 parent: 2 - - uid: 14177 + - uid: 14138 components: - type: Transform rot: -1.5707963267948966 rad pos: -17.5,-14.5 parent: 2 - - uid: 14178 + - uid: 14139 components: - type: Transform rot: 3.141592653589793 rad pos: -18.5,-13.5 parent: 2 - - uid: 14179 + - uid: 14140 components: - type: Transform rot: 3.141592653589793 rad pos: -18.5,-12.5 parent: 2 - - uid: 14180 + - uid: 14141 components: - type: Transform rot: 3.141592653589793 rad pos: -18.5,-11.5 parent: 2 - - uid: 14181 + - uid: 14142 components: - type: Transform rot: 3.141592653589793 rad pos: -18.5,-10.5 parent: 2 - - uid: 14182 + - uid: 14143 components: - type: Transform rot: 3.141592653589793 rad pos: -18.5,-9.5 parent: 2 - - uid: 14183 + - uid: 14144 components: - type: Transform rot: 3.141592653589793 rad pos: -18.5,-8.5 parent: 2 - - uid: 14184 + - uid: 14145 components: - type: Transform rot: 3.141592653589793 rad pos: -18.5,-7.5 parent: 2 - - uid: 14185 + - uid: 14146 components: - type: Transform rot: 3.141592653589793 rad pos: -18.5,-6.5 parent: 2 - - uid: 14186 + - uid: 14147 components: - type: Transform rot: 3.141592653589793 rad pos: -18.5,-5.5 parent: 2 - - uid: 14187 + - uid: 14148 components: - type: Transform rot: -1.5707963267948966 rad pos: -19.5,-4.5 parent: 2 - - uid: 14188 + - uid: 14149 components: - type: Transform rot: -1.5707963267948966 rad pos: -20.5,-4.5 parent: 2 - - uid: 14189 + - uid: 14150 components: - type: Transform rot: -1.5707963267948966 rad pos: -21.5,-4.5 parent: 2 - - uid: 14190 + - uid: 14151 components: - type: Transform rot: -1.5707963267948966 rad pos: -22.5,-4.5 parent: 2 - - uid: 14191 + - uid: 14152 components: - type: Transform rot: -1.5707963267948966 rad pos: -23.5,-4.5 parent: 2 - - uid: 14192 + - uid: 14153 components: - type: Transform rot: 3.141592653589793 rad pos: -24.5,-3.5 parent: 2 - - uid: 14193 + - uid: 14154 components: - type: Transform rot: 3.141592653589793 rad pos: -24.5,-2.5 parent: 2 - - uid: 14194 + - uid: 14155 components: - type: Transform rot: 3.141592653589793 rad pos: -24.5,-1.5 parent: 2 - - uid: 14195 + - uid: 14156 components: - type: Transform rot: 3.141592653589793 rad pos: -24.5,-0.5 parent: 2 - - uid: 14196 + - uid: 14157 components: - type: Transform rot: 3.141592653589793 rad pos: -24.5,0.5 parent: 2 - - uid: 14197 + - uid: 14158 components: - type: Transform rot: 3.141592653589793 rad pos: -24.5,1.5 parent: 2 - - uid: 14198 + - uid: 14159 components: - type: Transform rot: 3.141592653589793 rad pos: -24.5,2.5 parent: 2 - - uid: 14199 + - uid: 14160 components: - type: Transform rot: 3.141592653589793 rad pos: -24.5,3.5 parent: 2 - - uid: 14200 + - uid: 14161 components: - type: Transform rot: 3.141592653589793 rad pos: -24.5,4.5 parent: 2 - - uid: 14201 + - uid: 14162 components: - type: Transform rot: 3.141592653589793 rad pos: -24.5,5.5 parent: 2 - - uid: 14202 + - uid: 14163 components: - type: Transform rot: 3.141592653589793 rad pos: -24.5,6.5 parent: 2 - - uid: 14203 + - uid: 14164 components: - type: Transform rot: 3.141592653589793 rad pos: -24.5,7.5 parent: 2 - - uid: 14204 + - uid: 14165 components: - type: Transform rot: 1.5707963267948966 rad pos: -23.5,8.5 parent: 2 - - uid: 14205 + - uid: 14166 components: - type: Transform rot: 1.5707963267948966 rad pos: -22.5,8.5 parent: 2 - - uid: 14206 + - uid: 14167 components: - type: Transform rot: 1.5707963267948966 rad pos: -21.5,8.5 parent: 2 - - uid: 14207 + - uid: 14168 components: - type: Transform rot: 3.141592653589793 rad pos: -20.5,9.5 parent: 2 - - uid: 14208 + - uid: 14169 components: - type: Transform rot: 3.141592653589793 rad pos: -20.5,10.5 parent: 2 - - uid: 14209 + - uid: 14170 components: - type: Transform rot: 3.141592653589793 rad pos: -20.5,11.5 parent: 2 - - uid: 14210 + - uid: 14171 components: - type: Transform rot: 3.141592653589793 rad pos: -20.5,12.5 parent: 2 - - uid: 14211 + - uid: 14172 components: - type: Transform rot: 3.141592653589793 rad pos: -20.5,13.5 parent: 2 - - uid: 14212 + - uid: 14173 components: - type: Transform rot: 3.141592653589793 rad pos: -20.5,14.5 parent: 2 - - uid: 14213 + - uid: 14174 components: - type: Transform rot: 3.141592653589793 rad pos: -20.5,15.5 parent: 2 - - uid: 14214 + - uid: 14175 components: - type: Transform rot: 3.141592653589793 rad pos: -20.5,16.5 parent: 2 - - uid: 14215 + - uid: 14176 components: - type: Transform rot: 3.141592653589793 rad pos: -20.5,17.5 parent: 2 - - uid: 14216 + - uid: 14177 components: - type: Transform rot: 3.141592653589793 rad pos: -20.5,18.5 parent: 2 - - uid: 14217 + - uid: 14178 components: - type: Transform rot: 3.141592653589793 rad pos: -20.5,19.5 parent: 2 - - uid: 14218 + - uid: 14179 components: - type: Transform rot: -1.5707963267948966 rad pos: -21.5,20.5 parent: 2 - - uid: 14219 + - uid: 14180 components: - type: Transform rot: -1.5707963267948966 rad pos: -22.5,20.5 parent: 2 - - uid: 14220 + - uid: 14181 components: - type: Transform rot: -1.5707963267948966 rad pos: -23.5,20.5 parent: 2 - - uid: 14221 + - uid: 14182 components: - type: Transform rot: -1.5707963267948966 rad pos: -24.5,20.5 parent: 2 - - uid: 14222 + - uid: 14183 components: - type: Transform rot: -1.5707963267948966 rad pos: -26.5,19.5 parent: 2 - - uid: 14223 + - uid: 14184 components: - type: Transform rot: -1.5707963267948966 rad pos: -27.5,19.5 parent: 2 - - uid: 14224 + - uid: 14185 components: - type: Transform rot: -1.5707963267948966 rad pos: -28.5,19.5 parent: 2 - - uid: 14225 + - uid: 14186 components: - type: Transform rot: -1.5707963267948966 rad pos: -29.5,19.5 parent: 2 - - uid: 14226 + - uid: 14187 components: - type: Transform rot: -1.5707963267948966 rad pos: -30.5,19.5 parent: 2 - - uid: 14227 + - uid: 14188 components: - type: Transform rot: -1.5707963267948966 rad pos: -31.5,19.5 parent: 2 - - uid: 14228 + - uid: 14189 components: - type: Transform pos: -39.5,20.5 parent: 2 - - uid: 14229 + - uid: 14190 components: - type: Transform rot: -1.5707963267948966 rad pos: -38.5,21.5 parent: 2 - - uid: 14230 + - uid: 14191 components: - type: Transform pos: -32.5,20.5 parent: 2 - - uid: 14231 + - uid: 14192 components: - type: Transform rot: -1.5707963267948966 rad pos: -40.5,19.5 parent: 2 - - uid: 14232 + - uid: 14193 components: - type: Transform rot: 3.141592653589793 rad pos: -46.5,9.5 parent: 2 - - uid: 14233 + - uid: 14194 components: - type: Transform rot: 3.141592653589793 rad pos: -46.5,8.5 parent: 2 - - uid: 14234 + - uid: 14195 components: - type: Transform rot: 3.141592653589793 rad pos: -46.5,7.5 parent: 2 - - uid: 14235 + - uid: 14196 components: - type: Transform rot: 3.141592653589793 rad pos: -46.5,6.5 parent: 2 - - uid: 14236 + - uid: 14197 components: - type: Transform rot: 3.141592653589793 rad pos: -46.5,5.5 parent: 2 - - uid: 14237 + - uid: 14198 components: - type: Transform rot: 3.141592653589793 rad pos: -46.5,4.5 parent: 2 - - uid: 14238 + - uid: 14199 components: - type: Transform rot: 3.141592653589793 rad pos: -46.5,3.5 parent: 2 - - uid: 14239 + - uid: 14200 components: - type: Transform rot: 3.141592653589793 rad pos: -46.5,2.5 parent: 2 - - uid: 14240 + - uid: 14201 components: - type: Transform rot: 3.141592653589793 rad pos: -46.5,1.5 parent: 2 - - uid: 14241 + - uid: 14202 components: - type: Transform rot: 1.5707963267948966 rad pos: -45.5,0.5 parent: 2 - - uid: 14242 + - uid: 14203 components: - type: Transform rot: 1.5707963267948966 rad pos: -44.5,0.5 parent: 2 - - uid: 14243 + - uid: 14204 components: - type: Transform rot: 1.5707963267948966 rad pos: -43.5,0.5 parent: 2 - - uid: 14244 + - uid: 14205 components: - type: Transform rot: 1.5707963267948966 rad pos: -42.5,0.5 parent: 2 - - uid: 14245 + - uid: 14206 components: - type: Transform rot: 1.5707963267948966 rad pos: -41.5,0.5 parent: 2 - - uid: 14246 + - uid: 14207 components: - type: Transform rot: 1.5707963267948966 rad pos: -40.5,0.5 parent: 2 - - uid: 14247 + - uid: 14208 components: - type: Transform rot: 1.5707963267948966 rad pos: -39.5,0.5 parent: 2 - - uid: 14248 + - uid: 14209 components: - type: Transform rot: 1.5707963267948966 rad pos: -38.5,0.5 parent: 2 - - uid: 14249 + - uid: 14210 components: - type: Transform rot: 1.5707963267948966 rad pos: -37.5,0.5 parent: 2 - - uid: 14250 + - uid: 14211 components: - type: Transform rot: 1.5707963267948966 rad pos: -36.5,0.5 parent: 2 - - uid: 14251 + - uid: 14212 components: - type: Transform rot: 1.5707963267948966 rad pos: -35.5,0.5 parent: 2 - - uid: 14252 + - uid: 14213 components: - type: Transform rot: 1.5707963267948966 rad pos: -34.5,0.5 parent: 2 - - uid: 14253 + - uid: 14214 components: - type: Transform rot: 1.5707963267948966 rad pos: -33.5,0.5 parent: 2 - - uid: 14254 + - uid: 14215 components: - type: Transform rot: 1.5707963267948966 rad pos: -32.5,0.5 parent: 2 - - uid: 14255 + - uid: 14216 components: - type: Transform rot: 1.5707963267948966 rad pos: -31.5,0.5 parent: 2 - - uid: 14256 + - uid: 14217 components: - type: Transform rot: 1.5707963267948966 rad pos: -30.5,0.5 parent: 2 - - uid: 14257 + - uid: 14218 components: - type: Transform rot: 1.5707963267948966 rad pos: -29.5,0.5 parent: 2 - - uid: 14258 + - uid: 14219 components: - type: Transform rot: 1.5707963267948966 rad pos: -28.5,0.5 parent: 2 - - uid: 14259 + - uid: 14220 components: - type: Transform rot: 1.5707963267948966 rad pos: -27.5,0.5 parent: 2 - - uid: 14260 + - uid: 14221 components: - type: Transform pos: -26.5,-0.5 parent: 2 - - uid: 14261 + - uid: 14222 components: - type: Transform pos: -26.5,-1.5 parent: 2 - - uid: 14262 + - uid: 14223 components: - type: Transform pos: -26.5,-2.5 parent: 2 - - uid: 14263 + - uid: 14224 components: - type: Transform pos: -26.5,-3.5 parent: 2 - - uid: 14264 + - uid: 14225 components: - type: Transform pos: -26.5,-4.5 parent: 2 - - uid: 14265 + - uid: 14226 components: - type: Transform rot: 1.5707963267948966 rad pos: -25.5,-5.5 parent: 2 - - uid: 14266 + - uid: 14227 components: - type: Transform rot: 1.5707963267948966 rad pos: -24.5,-5.5 parent: 2 - - uid: 14267 + - uid: 14228 components: - type: Transform rot: 1.5707963267948966 rad pos: -23.5,-5.5 parent: 2 - - uid: 14268 + - uid: 14229 components: - type: Transform rot: 1.5707963267948966 rad pos: -22.5,-5.5 parent: 2 - - uid: 14269 + - uid: 14230 components: - type: Transform rot: 1.5707963267948966 rad pos: -21.5,-5.5 parent: 2 - - uid: 14270 + - uid: 14231 components: - type: Transform pos: -20.5,-6.5 parent: 2 - - uid: 14271 + - uid: 14232 components: - type: Transform pos: -20.5,-7.5 parent: 2 - - uid: 14272 + - uid: 14233 components: - type: Transform pos: -20.5,-8.5 parent: 2 - - uid: 14273 + - uid: 14234 components: - type: Transform pos: -20.5,-9.5 parent: 2 - - uid: 14274 + - uid: 14235 components: - type: Transform pos: -20.5,-10.5 parent: 2 - - uid: 14275 + - uid: 14236 components: - type: Transform pos: -20.5,-11.5 parent: 2 - - uid: 14276 + - uid: 14237 components: - type: Transform pos: -20.5,-12.5 parent: 2 - - uid: 14277 + - uid: 14238 components: - type: Transform pos: -20.5,-13.5 parent: 2 - - uid: 14278 + - uid: 14239 components: - type: Transform pos: -20.5,-14.5 parent: 2 - - uid: 14279 + - uid: 14240 components: - type: Transform pos: -20.5,-15.5 parent: 2 - - uid: 14280 + - uid: 14241 components: - type: Transform pos: -20.5,-16.5 parent: 2 - - uid: 14281 + - uid: 14242 components: - type: Transform pos: -20.5,-17.5 parent: 2 - - uid: 14282 + - uid: 14243 components: - type: Transform pos: -20.5,-18.5 parent: 2 - - uid: 14283 + - uid: 14244 components: - type: Transform pos: -20.5,-19.5 parent: 2 - - uid: 14284 + - uid: 14245 components: - type: Transform pos: -20.5,-20.5 parent: 2 - - uid: 14285 + - uid: 14246 components: - type: Transform pos: -20.5,-21.5 parent: 2 - - uid: 14286 + - uid: 14247 components: - type: Transform pos: -20.5,-22.5 parent: 2 - - uid: 14287 + - uid: 14248 components: - type: Transform pos: -20.5,-23.5 parent: 2 - - uid: 14288 + - uid: 14249 components: - type: Transform pos: -20.5,-24.5 parent: 2 - - uid: 14289 + - uid: 14250 components: - type: Transform rot: 1.5707963267948966 rad pos: -19.5,-25.5 parent: 2 - - uid: 14290 + - uid: 14251 components: - type: Transform rot: 1.5707963267948966 rad pos: -18.5,-25.5 parent: 2 - - uid: 14291 + - uid: 14252 components: - type: Transform rot: 1.5707963267948966 rad pos: -17.5,-25.5 parent: 2 - - uid: 14292 + - uid: 14253 components: - type: Transform rot: 1.5707963267948966 rad pos: -16.5,-25.5 parent: 2 - - uid: 14293 + - uid: 14254 components: - type: Transform rot: 1.5707963267948966 rad pos: -15.5,-25.5 parent: 2 - - uid: 14294 + - uid: 14255 components: - type: Transform rot: 1.5707963267948966 rad pos: -14.5,-25.5 parent: 2 - - uid: 14295 + - uid: 14256 components: - type: Transform rot: 1.5707963267948966 rad pos: -13.5,-25.5 parent: 2 - - uid: 14296 + - uid: 14257 components: - type: Transform rot: 1.5707963267948966 rad pos: -12.5,-25.5 parent: 2 - - uid: 14297 + - uid: 14258 components: - type: Transform rot: 1.5707963267948966 rad pos: -11.5,-25.5 parent: 2 - - uid: 14298 + - uid: 14259 components: - type: Transform rot: 1.5707963267948966 rad pos: -10.5,-25.5 parent: 2 - - uid: 14299 + - uid: 14260 components: - type: Transform rot: 1.5707963267948966 rad pos: -9.5,-25.5 parent: 2 - - uid: 14300 + - uid: 14261 components: - type: Transform rot: 1.5707963267948966 rad pos: -8.5,-25.5 parent: 2 - - uid: 14301 + - uid: 14262 components: - type: Transform rot: 1.5707963267948966 rad pos: -7.5,-25.5 parent: 2 - - uid: 14302 + - uid: 14263 components: - type: Transform rot: 1.5707963267948966 rad pos: -6.5,-25.5 parent: 2 - - uid: 14303 + - uid: 14264 components: - type: Transform rot: -1.5707963267948966 rad pos: -41.5,18.5 parent: 2 - - uid: 14304 + - uid: 14265 components: - type: Transform pos: 30.5,-74.5 parent: 2 - - uid: 14305 + - uid: 14266 components: - type: Transform rot: 1.5707963267948966 rad pos: 26.5,-73.5 parent: 2 - - uid: 14306 + - uid: 14267 components: - type: Transform rot: 1.5707963267948966 rad pos: 27.5,-73.5 parent: 2 - - uid: 14307 + - uid: 14268 components: - type: Transform rot: 1.5707963267948966 rad pos: 28.5,-73.5 parent: 2 - - uid: 14308 + - uid: 14269 components: - type: Transform rot: 1.5707963267948966 rad pos: 29.5,-73.5 parent: 2 - - uid: 14309 + - uid: 14270 components: - type: Transform pos: 30.5,-76.5 parent: 2 - - uid: 14310 + - uid: 14271 components: - type: Transform pos: 30.5,-75.5 parent: 2 - - uid: 14311 + - uid: 14272 components: - type: Transform pos: 30.5,-82.5 parent: 2 - - uid: 14312 + - uid: 14273 components: - type: Transform rot: 1.5707963267948966 rad pos: 31.5,-73.5 parent: 2 - - uid: 14313 + - uid: 14274 components: - type: Transform rot: 1.5707963267948966 rad pos: 32.5,-73.5 parent: 2 - - uid: 14314 + - uid: 14275 components: - type: Transform rot: 1.5707963267948966 rad pos: 33.5,-73.5 parent: 2 - - uid: 14315 + - uid: 14276 components: - type: Transform rot: 1.5707963267948966 rad pos: 34.5,-73.5 parent: 2 - - uid: 14316 + - uid: 14277 components: - type: Transform rot: 1.5707963267948966 rad pos: 35.5,-73.5 parent: 2 - - uid: 14317 + - uid: 14278 components: - type: Transform rot: 1.5707963267948966 rad pos: 36.5,-73.5 parent: 2 - - uid: 14318 + - uid: 14279 components: - type: Transform rot: 1.5707963267948966 rad pos: 37.5,-73.5 parent: 2 - - uid: 14319 + - uid: 14280 components: - type: Transform rot: 1.5707963267948966 rad pos: 38.5,-73.5 parent: 2 - - uid: 14320 + - uid: 14281 components: - type: Transform rot: -1.5707963267948966 rad pos: 10.5,2.5 parent: 2 - - uid: 14321 + - uid: 14282 components: - type: Transform pos: -23.5,-81.5 parent: 2 - - uid: 14322 + - uid: 14283 components: - type: Transform rot: 1.5707963267948966 rad pos: -75.5,-41.5 parent: 2 - - uid: 14323 + - uid: 14284 components: - type: Transform rot: 1.5707963267948966 rad pos: -74.5,-41.5 parent: 2 - - uid: 14324 + - uid: 14285 components: - type: Transform rot: 1.5707963267948966 rad pos: -73.5,-41.5 parent: 2 - - uid: 14325 + - uid: 14286 components: - type: Transform rot: 1.5707963267948966 rad pos: -72.5,-41.5 parent: 2 - - uid: 14326 + - uid: 14287 components: - type: Transform rot: 1.5707963267948966 rad pos: -71.5,-41.5 parent: 2 - - uid: 14327 + - uid: 14288 components: - type: Transform rot: 1.5707963267948966 rad pos: -70.5,-41.5 parent: 2 - - uid: 14328 + - uid: 14289 components: - type: Transform rot: 1.5707963267948966 rad pos: -69.5,-41.5 parent: 2 - - uid: 14329 + - uid: 14290 components: - type: Transform rot: 1.5707963267948966 rad pos: -68.5,-41.5 parent: 2 - - uid: 14330 + - uid: 14291 components: - type: Transform rot: 1.5707963267948966 rad pos: -16.5,8.5 parent: 2 - - uid: 14331 + - uid: 14292 components: - type: Transform pos: -43.5,-36.5 parent: 2 - - uid: 14332 + - uid: 14293 components: - type: Transform pos: -43.5,-37.5 parent: 2 - - uid: 14333 + - uid: 14294 components: - type: Transform pos: 3.5,-3.5 parent: 2 - - uid: 14334 + - uid: 14295 components: - type: Transform pos: 3.5,-2.5 parent: 2 - - uid: 14335 + - uid: 14296 components: - type: Transform pos: 3.5,-4.5 parent: 2 - - uid: 14336 + - uid: 14297 components: - type: Transform rot: 1.5707963267948966 rad pos: 4.5,-5.5 parent: 2 - - uid: 14337 + - uid: 14298 components: - type: Transform rot: -1.5707963267948966 rad pos: -36.5,22.5 parent: 2 - - uid: 14338 + - uid: 14299 components: - type: Transform rot: -1.5707963267948966 rad pos: -33.5,21.5 parent: 2 - - uid: 14339 + - uid: 14300 components: - type: Transform rot: -1.5707963267948966 rad pos: -34.5,22.5 parent: 2 - - uid: 14340 + - uid: 14301 components: - type: Transform rot: -1.5707963267948966 rad pos: -36.5,21.5 parent: 2 - - uid: 14341 + - uid: 14302 components: - type: Transform rot: -1.5707963267948966 rad pos: -34.5,21.5 parent: 2 - - uid: 14342 + - uid: 14303 components: - type: Transform rot: -1.5707963267948966 rad - pos: -6.5,-61.5 + pos: -12.5,-52.5 parent: 2 -- proto: DisposalRouterFlipped - entities: - - uid: 14343 + - uid: 14304 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,-25.5 + rot: 3.141592653589793 rad + pos: -13.5,-51.5 parent: 2 - - uid: 14344 + - uid: 14305 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-53.5 + rot: 3.141592653589793 rad + pos: -0.5,-52.5 parent: 2 - - uid: 14345 + - uid: 14306 components: - type: Transform - pos: -13.5,0.5 + rot: 3.141592653589793 rad + pos: -1.5,-54.5 parent: 2 - - uid: 14346 + - uid: 14307 components: - type: Transform - pos: -19.5,8.5 + rot: 1.5707963267948966 rad + pos: -2.5,-55.5 parent: 2 -- proto: DisposalTrunk - entities: - - uid: 14347 + - uid: 14308 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-5.5 + rot: 1.5707963267948966 rad + pos: -3.5,-55.5 parent: 2 - - uid: 14348 + - uid: 14309 components: - type: Transform - pos: 2.5,-23.5 + rot: 1.5707963267948966 rad + pos: -4.5,-55.5 parent: 2 - - uid: 14349 + - uid: 14310 components: - type: Transform rot: 1.5707963267948966 rad - pos: -20.5,-57.5 + pos: -5.5,-55.5 parent: 2 - - uid: 14350 + - uid: 14311 components: - type: Transform - pos: 52.5,3.5 + rot: 1.5707963267948966 rad + pos: -6.5,-55.5 parent: 2 - - uid: 14351 + - uid: 14312 components: - type: Transform - pos: -9.5,5.5 + rot: 1.5707963267948966 rad + pos: -7.5,-55.5 parent: 2 - - uid: 14352 + - uid: 14313 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-3.5 + rot: 1.5707963267948966 rad + pos: -8.5,-55.5 parent: 2 - - uid: 14353 + - uid: 14314 components: - type: Transform rot: 1.5707963267948966 rad - pos: -6.5,-33.5 + pos: -0.5,-55.5 parent: 2 - - uid: 14354 + - uid: 14315 components: - type: Transform - pos: 21.5,20.5 + rot: 1.5707963267948966 rad + pos: 0.5,-55.5 parent: 2 - - uid: 14355 + - uid: 14316 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-2.5 + pos: 1.5,-56.5 parent: 2 - - uid: 14356 + - uid: 14317 components: - type: Transform - pos: 22.5,-10.5 + pos: 1.5,-57.5 parent: 2 - - uid: 14357 + - uid: 14318 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 37.5,-18.5 + pos: 1.5,-58.5 parent: 2 - - uid: 14358 + - uid: 14319 components: - type: Transform - rot: 3.141592653589793 rad pos: 1.5,-59.5 parent: 2 - - uid: 14359 + - uid: 14320 components: - type: Transform - pos: 6.5,5.5 + pos: 1.5,-60.5 parent: 2 - - uid: 14360 + - uid: 14321 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,-73.5 + pos: 1.5,-61.5 parent: 2 - - uid: 14361 + - uid: 14322 components: - type: Transform - pos: 8.5,15.5 + rot: -1.5707963267948966 rad + pos: -15.5,-67.5 parent: 2 - - uid: 14362 + - uid: 14323 components: - type: Transform - pos: 18.5,9.5 + rot: -1.5707963267948966 rad + pos: -14.5,-67.5 parent: 2 - - uid: 14363 + - uid: 14324 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,-10.5 + rot: 3.141592653589793 rad + pos: -13.5,-66.5 parent: 2 - - uid: 14364 + - uid: 14325 components: - type: Transform rot: 3.141592653589793 rad - pos: -7.5,-2.5 + pos: -13.5,-65.5 parent: 2 - - uid: 14365 + - uid: 14326 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,-84.5 + rot: 3.141592653589793 rad + pos: -13.5,-64.5 parent: 2 - - uid: 14366 + - uid: 14327 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,-75.5 + rot: 3.141592653589793 rad + pos: -13.5,-63.5 parent: 2 - - uid: 14367 + - uid: 14328 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,5.5 + rot: 3.141592653589793 rad + pos: -13.5,-62.5 parent: 2 - - uid: 14368 + - uid: 14329 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-45.5 + rot: 3.141592653589793 rad + pos: -13.5,-61.5 parent: 2 - - uid: 14369 + - uid: 14330 components: - type: Transform rot: 3.141592653589793 rad - pos: 18.5,-54.5 + pos: -13.5,-60.5 parent: 2 - - uid: 14370 + - uid: 14331 components: - type: Transform - pos: -10.5,-23.5 + rot: 3.141592653589793 rad + pos: -13.5,-59.5 parent: 2 - - uid: 14371 + - uid: 14332 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,19.5 + rot: 3.141592653589793 rad + pos: -13.5,-58.5 parent: 2 - - uid: 14372 + - uid: 14333 components: - type: Transform - pos: 34.5,17.5 + rot: 3.141592653589793 rad + pos: -13.5,-57.5 parent: 2 - - uid: 14373 + - uid: 14334 components: - type: Transform rot: 3.141592653589793 rad - pos: -14.5,-10.5 + pos: -13.5,-56.5 parent: 2 - - uid: 14374 + - uid: 14335 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,-14.5 + pos: -13.5,-55.5 parent: 2 - - uid: 14375 + - uid: 14336 components: - type: Transform rot: -1.5707963267948966 rad - pos: 51.5,-47.5 + pos: -12.5,-54.5 parent: 2 - - uid: 14376 + - uid: 14337 components: - type: Transform - pos: 46.5,-35.5 + rot: -1.5707963267948966 rad + pos: -11.5,-54.5 parent: 2 - - uid: 14377 + - uid: 14338 components: - type: Transform - rot: 3.141592653589793 rad - pos: 67.5,-49.5 + rot: -1.5707963267948966 rad + pos: -10.5,-54.5 parent: 2 - - uid: 14378 +- proto: DisposalRouterFlipped + entities: + - uid: 14339 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 48.5,-50.5 + rot: -1.5707963267948966 rad + pos: 18.5,-25.5 parent: 2 - - uid: 14379 + - uid: 14340 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 48.5,-55.5 + pos: -13.5,0.5 parent: 2 - - uid: 14380 + - uid: 14341 components: - type: Transform - rot: 3.141592653589793 rad - pos: 49.5,-60.5 + pos: -19.5,8.5 parent: 2 - - uid: 14381 +- proto: DisposalTrunk + entities: + - uid: 14342 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,6.5 + rot: -1.5707963267948966 rad + pos: 5.5,-5.5 parent: 2 - - uid: 14382 + - uid: 14343 components: - type: Transform - rot: 3.141592653589793 rad - pos: 29.5,-62.5 + pos: 2.5,-23.5 parent: 2 - - uid: 14383 + - uid: 14344 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-15.5 + rot: 1.5707963267948966 rad + pos: -20.5,-57.5 parent: 2 - - uid: 14384 + - uid: 14345 components: - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,-74.5 + pos: 52.5,3.5 parent: 2 - - uid: 14385 + - uid: 14346 components: - type: Transform - pos: -38.5,-4.5 + pos: -9.5,5.5 parent: 2 - - uid: 14386 + - uid: 14347 components: - type: Transform rot: -1.5707963267948966 rad - pos: 0.5,-75.5 + pos: 12.5,-3.5 parent: 2 - - uid: 14387 + - uid: 14348 components: - type: Transform - rot: 3.141592653589793 rad - pos: -36.5,-80.5 + rot: 1.5707963267948966 rad + pos: -6.5,-33.5 parent: 2 - - uid: 14388 + - uid: 14349 components: - type: Transform - pos: -22.5,25.5 + pos: 21.5,20.5 parent: 2 - - uid: 14389 + - uid: 14350 components: - type: Transform - pos: -42.5,27.5 + rot: 3.141592653589793 rad + pos: 6.5,-2.5 parent: 2 - - uid: 14390 + - uid: 14351 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,5.5 + pos: 22.5,-10.5 parent: 2 - - uid: 14391 + - uid: 14352 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,-86.5 + rot: -1.5707963267948966 rad + pos: 37.5,-18.5 parent: 2 - - uid: 14392 + - uid: 14353 components: - type: Transform - pos: 20.5,-23.5 + pos: 6.5,5.5 parent: 2 - - uid: 14393 + - uid: 14354 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-67.5 + rot: -1.5707963267948966 rad + pos: -17.5,-73.5 parent: 2 - - uid: 14394 + - uid: 14355 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-63.5 + pos: 8.5,15.5 parent: 2 - - uid: 14395 + - uid: 14356 components: - type: Transform - rot: 1.5707963267948966 rad + pos: 18.5,9.5 + parent: 2 + - uid: 14357 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,-10.5 + parent: 2 + - uid: 14358 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-2.5 + parent: 2 + - uid: 14359 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,-84.5 + parent: 2 + - uid: 14360 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,-75.5 + parent: 2 + - uid: 14361 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,5.5 + parent: 2 + - uid: 14362 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-45.5 + parent: 2 + - uid: 14363 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-54.5 + parent: 2 + - uid: 14364 + components: + - type: Transform + pos: -10.5,-23.5 + parent: 2 + - uid: 14365 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,19.5 + parent: 2 + - uid: 14366 + components: + - type: Transform + pos: 34.5,17.5 + parent: 2 + - uid: 14367 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,-10.5 + parent: 2 + - uid: 14368 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,-14.5 + parent: 2 + - uid: 14369 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,-47.5 + parent: 2 + - uid: 14370 + components: + - type: Transform + pos: 46.5,-35.5 + parent: 2 + - uid: 14371 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 67.5,-49.5 + parent: 2 + - uid: 14372 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,-50.5 + parent: 2 + - uid: 14373 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,-55.5 + parent: 2 + - uid: 14374 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,-60.5 + parent: 2 + - uid: 14375 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,6.5 + parent: 2 + - uid: 14376 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,-62.5 + parent: 2 + - uid: 14377 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,-15.5 + parent: 2 + - uid: 14378 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,-74.5 + parent: 2 + - uid: 14379 + components: + - type: Transform + pos: -38.5,-4.5 + parent: 2 + - uid: 14380 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-75.5 + parent: 2 + - uid: 14381 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -36.5,-80.5 + parent: 2 + - uid: 14382 + components: + - type: Transform + pos: -22.5,25.5 + parent: 2 + - uid: 14383 + components: + - type: Transform + pos: -42.5,27.5 + parent: 2 + - uid: 14384 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -43.5,5.5 + parent: 2 + - uid: 14385 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-86.5 + parent: 2 + - uid: 14386 + components: + - type: Transform + pos: 20.5,-23.5 + parent: 2 + - uid: 14387 + components: + - type: Transform + rot: 1.5707963267948966 rad pos: -16.5,-67.5 parent: 2 - - uid: 14396 + - uid: 14388 components: - type: Transform pos: -12.5,8.5 parent: 2 - - uid: 14397 + - uid: 14389 components: - type: Transform pos: 20.5,-39.5 parent: 2 - - uid: 14398 + - uid: 14390 components: - type: Transform rot: 1.5707963267948966 rad pos: -17.5,37.5 parent: 2 - - uid: 14399 + - uid: 14391 components: - type: Transform rot: 3.141592653589793 rad pos: -4.5,43.5 parent: 2 - - uid: 14400 + - uid: 14392 components: - type: Transform rot: 3.141592653589793 rad pos: -13.5,49.5 parent: 2 - - uid: 14401 + - uid: 14393 components: - type: Transform pos: -37.5,-93.5 parent: 2 - - uid: 14402 + - uid: 14394 components: - type: Transform pos: 75.5,-32.5 parent: 2 - - uid: 14403 + - uid: 14395 components: - type: Transform rot: 1.5707963267948966 rad pos: -54.5,-64.5 parent: 2 - - uid: 14404 + - uid: 14396 components: - type: Transform rot: -1.5707963267948966 rad pos: -52.5,-64.5 parent: 2 - - uid: 14405 + - uid: 14397 components: - type: Transform pos: -10.5,-12.5 parent: 2 - - uid: 14406 + - uid: 14398 components: - type: Transform pos: -12.5,-12.5 parent: 2 - - uid: 14407 + - uid: 14399 components: - type: Transform rot: 3.141592653589793 rad pos: -42.5,13.5 parent: 2 - - uid: 14408 + - uid: 14400 components: - type: Transform rot: -1.5707963267948966 rad pos: -40.5,18.5 parent: 2 - - uid: 14409 + - uid: 14401 components: - type: Transform rot: 3.141592653589793 rad pos: 6.5,-45.5 parent: 2 - - uid: 14410 + - uid: 14402 components: - type: Transform rot: 1.5707963267948966 rad pos: -76.5,-41.5 parent: 2 - - uid: 14411 + - uid: 14403 components: - type: Transform rot: -1.5707963267948966 rad pos: -66.5,-42.5 parent: 2 - - uid: 14412 + - uid: 14404 components: - type: Transform pos: -43.5,-35.5 parent: 2 - - uid: 14413 + - uid: 14405 components: - type: Transform rot: -1.5707963267948966 rad pos: -42.5,-38.5 parent: 2 - - uid: 14414 + - uid: 14406 components: - type: Transform rot: -1.5707963267948966 rad pos: 4.5,-3.5 parent: 2 + - uid: 14407 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-52.5 + parent: 2 + - uid: 14408 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-56.5 + parent: 2 + - uid: 14409 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-62.5 + parent: 2 - proto: DisposalUnit entities: - - uid: 14415 + - uid: 14410 components: - type: Transform pos: 2.5,-23.5 parent: 2 - - uid: 14416 + - uid: 14411 components: - type: Transform pos: 5.5,-5.5 parent: 2 - - uid: 14417 + - uid: 14412 components: - type: Transform pos: 6.5,-45.5 parent: 2 - - uid: 14418 + - uid: 14413 components: - type: Transform pos: -6.5,-33.5 parent: 2 - - uid: 14419 + - uid: 14414 components: - type: Transform pos: 6.5,5.5 parent: 2 - - uid: 14420 + - uid: 14415 components: - type: Transform pos: 22.5,-10.5 parent: 2 - - uid: 14421 + - uid: 14416 components: - type: Transform pos: 27.5,-10.5 parent: 2 - - uid: 14422 + - uid: 14417 components: - type: Transform pos: 21.5,20.5 parent: 2 - - uid: 14423 + - uid: 14418 components: - type: Transform pos: 37.5,-18.5 parent: 2 - - uid: 14424 - components: - - type: Transform - pos: 1.5,-59.5 - parent: 2 - - uid: 14425 + - uid: 14419 components: - type: Transform pos: -2.5,-45.5 parent: 2 - - uid: 14426 + - uid: 14420 components: - type: Transform pos: -10.5,-23.5 parent: 2 - - uid: 14427 + - uid: 14421 components: - type: Transform pos: -20.5,-57.5 parent: 2 - - uid: 14428 + - uid: 14422 components: - type: Transform pos: -17.5,-73.5 parent: 2 - - uid: 14429 + - uid: 14423 components: - type: Transform pos: 12.5,-3.5 parent: 2 - - uid: 14430 + - uid: 14424 components: - type: Transform pos: -7.5,-2.5 parent: 2 - - uid: 14431 + - uid: 14425 components: - type: Transform pos: -9.5,5.5 parent: 2 - - uid: 14432 + - uid: 14426 components: - type: Transform pos: -21.5,-84.5 parent: 2 - - uid: 14433 + - uid: 14427 components: - type: Transform pos: 8.5,15.5 parent: 2 - - uid: 14434 + - uid: 14428 components: - type: Transform pos: 6.5,-2.5 parent: 2 - - uid: 14435 + - uid: 14429 components: - type: Transform pos: 20.5,-23.5 parent: 2 - - uid: 14436 + - uid: 14430 components: - type: Transform pos: -25.5,-75.5 parent: 2 - - uid: 14437 + - uid: 14431 components: - type: Transform pos: 18.5,9.5 parent: 2 - - uid: 14438 + - uid: 14432 components: - type: Transform pos: 14.5,5.5 parent: 2 - - uid: 14439 + - uid: 14433 components: - type: Transform pos: -10.5,-12.5 parent: 2 - type: Timer - - uid: 14440 + - uid: 14434 components: - type: MetaData name: cargo - type: Transform pos: -12.5,-12.5 parent: 2 - - uid: 14441 + - uid: 14435 components: - type: Transform pos: 14.5,19.5 parent: 2 - - uid: 14442 + - uid: 14436 components: - type: Transform pos: 34.5,17.5 parent: 2 - - uid: 14443 + - uid: 14437 components: - type: Transform pos: 52.5,3.5 parent: 2 - - uid: 14444 + - uid: 14438 components: - type: Transform pos: 54.5,-14.5 parent: 2 - - uid: 14445 + - uid: 14439 components: - type: Transform pos: 46.5,-35.5 parent: 2 - - uid: 14446 + - uid: 14440 components: - type: Transform pos: 51.5,-47.5 parent: 2 - - uid: 14447 + - uid: 14441 components: - type: Transform pos: 67.5,-49.5 parent: 2 - - uid: 14448 + - uid: 14442 components: - type: Transform pos: 49.5,-60.5 parent: 2 - - uid: 14449 + - uid: 14443 components: - type: Transform pos: 48.5,-55.5 parent: 2 - - uid: 14450 + - uid: 14444 components: - type: Transform pos: 48.5,-50.5 parent: 2 - - uid: 14451 + - uid: 14445 components: - type: Transform pos: -22.5,-15.5 parent: 2 - - uid: 14452 + - uid: 14446 components: - type: Transform pos: 29.5,-62.5 parent: 2 - - uid: 14453 + - uid: 14447 components: - type: Transform pos: 24.5,-74.5 parent: 2 - - uid: 14454 + - uid: 14448 components: - type: Transform pos: 27.5,-86.5 parent: 2 - - uid: 14455 + - uid: 14449 components: - type: Transform pos: -27.5,6.5 parent: 2 - - uid: 14456 + - uid: 14450 components: - type: Transform pos: -38.5,-4.5 parent: 2 - - uid: 14457 + - uid: 14451 components: - type: MetaData name: suspicious disposal unit - type: Transform pos: 0.5,-75.5 parent: 2 - - uid: 14458 + - uid: 14452 components: - type: Transform pos: -22.5,25.5 parent: 2 - - uid: 14459 + - uid: 14453 components: - type: Transform pos: -42.5,27.5 parent: 2 - - uid: 14460 + - uid: 14454 components: - type: Transform pos: -43.5,5.5 parent: 2 - - uid: 14461 + - uid: 14455 components: - type: Transform pos: -16.5,-67.5 parent: 2 - - uid: 14462 - components: - - type: Transform - pos: -3.5,-67.5 - parent: 2 - - uid: 14463 - components: - - type: Transform - pos: 2.5,-63.5 - parent: 2 - - uid: 14464 + - uid: 14456 components: - type: Transform pos: -12.5,8.5 parent: 2 - - uid: 14465 + - uid: 14457 components: - type: Transform pos: 20.5,-39.5 parent: 2 - - uid: 14466 + - uid: 14458 components: - type: Transform pos: -17.5,37.5 parent: 2 - - uid: 14467 + - uid: 14459 components: - type: Transform pos: -4.5,43.5 parent: 2 - - uid: 14468 + - uid: 14460 components: - type: Transform pos: -13.5,49.5 parent: 2 - - uid: 14469 + - uid: 14461 components: - type: Transform pos: -40.5,18.5 parent: 2 - - uid: 14470 + - uid: 14462 components: - type: Transform pos: 75.5,-32.5 parent: 2 - - uid: 14471 + - uid: 14463 components: - type: Transform pos: -54.5,-64.5 parent: 2 - - uid: 14472 + - uid: 14464 components: - type: Transform pos: -52.5,-64.5 parent: 2 - - uid: 14473 + - uid: 14465 components: - type: Transform pos: -36.5,-80.5 parent: 2 - - uid: 14474 + - uid: 14466 components: - type: Transform pos: -66.5,-42.5 parent: 2 - - uid: 14475 + - uid: 14467 components: - type: Transform pos: -42.5,-38.5 parent: 2 + - uid: 14468 + components: + - type: Transform + pos: -11.5,-52.5 + parent: 2 + - uid: 14469 + components: + - type: Transform + pos: -9.5,-56.5 + parent: 2 + - uid: 14470 + components: + - type: Transform + pos: 0.5,-62.5 + parent: 2 - proto: DisposalYJunction entities: - - uid: 14476 + - uid: 14471 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-55.5 + parent: 2 + - uid: 14472 components: - type: Transform pos: 25.5,17.5 parent: 2 - - uid: 14477 + - uid: 14473 components: - type: Transform rot: 3.141592653589793 rad pos: -3.5,-27.5 parent: 2 - - uid: 14478 + - uid: 14474 components: - type: Transform rot: 3.141592653589793 rad pos: 16.5,-43.5 parent: 2 - - uid: 14479 + - uid: 14475 components: - type: Transform rot: -1.5707963267948966 rad pos: -4.5,-9.5 parent: 2 - - uid: 14480 + - uid: 14476 components: - type: Transform pos: -4.5,0.5 parent: 2 - - uid: 14481 + - uid: 14477 components: - type: Transform rot: -1.5707963267948966 rad pos: 16.5,-27.5 parent: 2 - - uid: 14482 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-53.5 - parent: 2 - - uid: 14483 + - uid: 14478 components: - type: Transform rot: 3.141592653589793 rad pos: -4.5,-43.5 parent: 2 - - uid: 14484 + - uid: 14479 components: - type: Transform rot: 3.141592653589793 rad pos: -19.5,-73.5 parent: 2 - - uid: 14485 + - uid: 14480 components: - type: Transform rot: -1.5707963267948966 rad pos: 52.5,1.5 parent: 2 - - uid: 14486 + - uid: 14481 components: - type: Transform rot: 1.5707963267948966 rad pos: -19.5,-27.5 parent: 2 - - uid: 14487 + - uid: 14482 components: - type: Transform pos: -19.5,-6.5 parent: 2 - - uid: 14488 + - uid: 14483 components: - type: Transform pos: -25.5,6.5 parent: 2 - - uid: 14489 + - uid: 14484 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-61.5 + pos: -15.5,44.5 parent: 2 - - uid: 14490 + - uid: 14485 components: - type: Transform - pos: -15.5,44.5 + rot: 3.141592653589793 rad + pos: -1.5,-55.5 parent: 2 - proto: DogBed entities: - - uid: 14491 + - uid: 14486 components: - type: Transform pos: 3.5,-7.5 parent: 2 - - uid: 14492 + - uid: 14487 components: - type: Transform pos: 62.5,51.5 parent: 2 - - uid: 14493 + - uid: 14488 components: - type: MetaData name: fox bed - type: Transform pos: 32.5,-28.5 parent: 2 - - uid: 14494 + - uid: 14489 components: - type: MetaData name: racoon bed - type: Transform pos: -33.5,31.5 parent: 2 - - uid: 14495 + - uid: 14490 components: - type: Transform pos: 26.5,23.5 parent: 2 - proto: DonkpocketBoxSpawner entities: - - uid: 14496 + - uid: 14491 components: - type: Transform pos: -9.5,41.5 parent: 2 - - uid: 14497 + - uid: 14492 components: - type: Transform pos: -10.5,41.5 parent: 2 - proto: DoorElectronics entities: - - uid: 14498 + - uid: 14493 components: - type: Transform pos: -43.560223,-27.412916 parent: 2 - proto: DoubleEmergencyOxygenTankFilled entities: - - uid: 14499 + - uid: 14494 components: - type: Transform pos: -36.45104,-33.42174 parent: 2 - proto: Dresser entities: - - uid: 14500 + - uid: 14495 components: - type: Transform pos: 22.5,14.5 parent: 2 - - uid: 14501 + - uid: 14496 components: - type: Transform pos: -26.5,46.5 parent: 2 - - uid: 14502 + - uid: 14497 components: - type: Transform pos: -42.5,11.5 parent: 2 - - uid: 14503 + - uid: 14498 components: - type: Transform pos: -51.5,15.5 parent: 2 - - uid: 14504 + - uid: 14499 components: - type: Transform pos: -52.5,6.5 parent: 2 - - uid: 14505 + - uid: 14500 components: - type: Transform pos: -31.5,12.5 parent: 2 - - uid: 14506 + - uid: 14501 components: - type: Transform pos: -24.5,31.5 parent: 2 - - uid: 14507 + - uid: 14502 components: - type: Transform pos: 54.5,32.5 parent: 2 - - uid: 14508 + - uid: 14503 components: - type: Transform pos: -19.5,35.5 parent: 2 - - uid: 14509 + - uid: 14504 components: - type: Transform pos: -10.5,32.5 parent: 2 - - uid: 14510 + - uid: 14505 components: - type: Transform pos: -20.5,39.5 parent: 2 - - uid: 14511 + - uid: 14506 components: - type: Transform pos: 11.5,-36.5 parent: 2 - proto: DresserCaptainFilled entities: - - uid: 14512 + - uid: 14507 components: - type: Transform pos: 32.5,-27.5 parent: 2 - proto: DresserChiefEngineerFilled entities: - - uid: 14513 + - uid: 14508 components: - type: Transform pos: -37.5,-20.5 parent: 2 - proto: DresserChiefMedicalOfficerFilled entities: - - uid: 14514 + - uid: 14509 components: - type: Transform - pos: -17.5,-54.5 + pos: -18.5,-51.5 parent: 2 - proto: DresserHeadOfPersonnelFilled entities: - - uid: 14515 + - uid: 14510 components: - type: Transform pos: -0.5,-3.5 parent: 2 - proto: DresserHeadOfSecurityFilled entities: - - uid: 14516 + - uid: 14511 components: - type: Transform pos: 7.5,22.5 parent: 2 - proto: DresserQuarterMasterFilled entities: - - uid: 14517 + - uid: 14512 components: - type: Transform pos: -32.5,31.5 parent: 2 - proto: DresserResearchDirectorFilled entities: - - uid: 14518 + - uid: 14513 components: - type: Transform pos: 65.5,-51.5 parent: 2 - proto: Drill entities: - - uid: 14519 + - uid: 14514 components: - type: Transform rot: -1.5707963267948966 rad pos: -7.0942874,-100.40229 parent: 2 + - uid: 14515 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.589858,-52.430984 + parent: 2 - proto: DrinkAntifreeze entities: - - uid: 14520 + - uid: 14516 components: - type: Transform pos: -25.524792,55.598667 parent: 2 - - uid: 14521 + - uid: 14517 components: - type: Transform pos: 40.348606,63.75022 parent: 2 - proto: DrinkBeerBottleFull entities: - - uid: 14522 + - uid: 14518 components: - type: Transform pos: 16.20447,-64.18169 parent: 2 - - uid: 14523 + - uid: 14519 components: - type: Transform pos: 16.48572,-64.21294 parent: 2 - - uid: 14524 + - uid: 14520 components: - type: Transform pos: -56.96358,-25.301325 parent: 2 - proto: DrinkBlackRussianGlass entities: - - uid: 14525 + - uid: 14521 components: - type: Transform pos: 65.5063,-0.9249393 parent: 2 - proto: DrinkBloodyMaryGlass entities: - - uid: 14526 + - uid: 14522 components: - type: Transform pos: 61.61879,-53.35289 parent: 2 - proto: DrinkBlueCuracaoGlass entities: - - uid: 14527 + - uid: 14523 components: - type: Transform pos: 38.58298,63.859596 parent: 2 - proto: DrinkBottleOfNothingFull entities: - - uid: 14528 + - uid: 14524 components: - type: Transform pos: -28.300186,46.612503 parent: 2 - proto: DrinkBottleWhiskey entities: - - uid: 14529 + - uid: 14525 components: - type: Transform pos: -10.628431,-32.17821 parent: 2 - proto: DrinkBottleWine entities: - - uid: 14530 + - uid: 14526 components: - type: Transform pos: -37.38547,16.742819 parent: 2 - proto: DrinkCarrotJuice entities: - - uid: 14531 + - uid: 14527 components: - type: Transform pos: -20.541529,49.622677 parent: 2 - proto: DrinkDetFlask entities: - - uid: 14532 + - uid: 14528 components: - type: Transform pos: 20.044777,-12.206265 parent: 2 - proto: DrinkDoctorsDelightGlass entities: - - uid: 14533 + - uid: 14529 components: - type: Transform pos: -18.294592,-56.251144 parent: 2 - proto: DrinkDriestMartiniGlass entities: - - uid: 14534 + - uid: 14530 components: - type: Transform pos: 39.42673,62.828346 parent: 2 - proto: DrinkGildlagerBottleFull entities: - - uid: 14535 + - uid: 14531 components: - type: Transform pos: 47.41234,-30.196692 parent: 2 - proto: DrinkGinGlass entities: - - uid: 14536 + - uid: 14532 components: - type: Transform pos: 39.55173,64.4221 parent: 2 - proto: DrinkGlass entities: - - uid: 14537 + - uid: 14533 components: - type: Transform pos: 37.335964,-5.423753 parent: 2 - - uid: 14538 + - uid: 14534 components: - type: Transform pos: 42.510113,-48.4107 parent: 2 - - uid: 14539 + - uid: 14535 components: - type: Transform pos: 42.510113,-48.4107 parent: 2 - - uid: 14540 + - uid: 14536 components: - type: Transform pos: -29.533712,-69.34898 parent: 2 - proto: DrinkGoldenCup entities: - - uid: 14541 + - uid: 14537 components: - type: Transform pos: 48.422813,-25.09548 parent: 2 - proto: DrinkGrapeJuice entities: - - uid: 14542 + - uid: 14538 components: - type: Transform pos: -21.385279,49.66955 parent: 2 - proto: DrinkGrogGlass entities: - - uid: 14543 + - uid: 14539 components: - type: Transform pos: -42.795,-78.417305 parent: 2 - - uid: 14544 + - uid: 14540 components: - type: Transform pos: -40.300255,-77.37566 parent: 2 - - uid: 14545 + - uid: 14541 components: - type: Transform pos: -41.117695,-78.40168 parent: 2 - proto: DrinkHippiesDelightGlass entities: - - uid: 14546 + - uid: 14542 components: - type: Transform pos: -22.44165,-100.292145 parent: 2 - proto: DrinkHotCoffee entities: - - uid: 14547 + - uid: 14543 components: - type: Transform pos: -26.93719,14.6217785 parent: 2 - proto: DrinkIrishCoffeeGlass entities: - - uid: 14548 + - uid: 14544 components: - type: Transform pos: 31.04821,-61.292328 parent: 2 - proto: DrinkLongIslandIcedTeaGlass entities: - - uid: 14549 + - uid: 14545 components: - type: Transform pos: 23.326912,-28.451742 parent: 2 - proto: DrinkMilkCarton entities: - - uid: 14550 + - uid: 14546 components: - type: Transform pos: 4.089875,7.6089945 parent: 2 - - uid: 14551 + - uid: 14547 components: - type: Transform pos: 4.246125,7.3902445 parent: 2 - proto: DrinkMugBlack entities: - - uid: 14552 + - uid: 14548 components: - type: Transform pos: 53.58285,-67.465065 parent: 2 - proto: DrinkMugOne entities: - - uid: 14553 + - uid: 14549 components: - type: Transform pos: 47.469124,50.58469 parent: 2 - - uid: 14554 + - uid: 14550 components: - type: Transform pos: -31.248182,29.795187 parent: 2 - proto: DrinkShaker entities: - - uid: 14555 + - uid: 14551 components: - type: Transform pos: 18.551043,13.384511 parent: 2 - - uid: 14556 + - uid: 14552 components: - type: Transform pos: 18.316668,13.478261 parent: 2 - - uid: 14557 + - uid: 14553 components: - type: Transform pos: 18.582293,13.603261 parent: 2 - proto: DrinkSpaceMountainWindGlass entities: - - uid: 14558 + - uid: 14554 components: - type: Transform pos: 38.7514,49.607887 parent: 2 - proto: DrinkSpaceUpGlass entities: - - uid: 14559 + - uid: 14555 components: - type: Transform pos: 38.377674,49.717262 parent: 2 - proto: DrinkToxinsSpecialGlass entities: - - uid: 14560 + - uid: 14556 components: - type: Transform pos: -9.4857435,-36.467285 parent: 2 - proto: DrinkVodkaTonicGlass entities: - - uid: 14561 + - uid: 14557 components: - type: Transform pos: 43.581966,-2.7850537 parent: 2 - proto: DrinkWaterBottleFull entities: - - uid: 14562 + - uid: 14558 components: - type: Transform pos: -14.530239,-37.26908 parent: 2 - proto: DrinkWaterCup entities: - - uid: 14563 + - uid: 14559 components: - type: Transform pos: -9.380106,-35.52635 parent: 2 - - uid: 14564 + - uid: 14560 components: - type: Transform pos: -9.380106,-35.52635 parent: 2 - - uid: 14565 + - uid: 14561 components: - type: Transform pos: -9.380106,-35.52635 parent: 2 - - uid: 14566 + - uid: 14562 components: - type: Transform pos: -9.380106,-35.52635 parent: 2 - - uid: 14567 + - uid: 14563 components: - type: Transform pos: -9.380106,-35.52635 parent: 2 - - uid: 14568 + - uid: 14564 components: - type: Transform pos: -9.380106,-35.52635 parent: 2 - proto: DrinkWhiskeyBottleFull entities: - - uid: 14569 + - uid: 14565 components: - type: Transform pos: -14.464556,-39.286304 parent: 2 - proto: DrinkWhiskeyGlass entities: - - uid: 14570 + - uid: 14566 components: - type: Transform pos: -29.929981,15.531138 parent: 2 - - uid: 14571 + - uid: 14567 components: - type: Transform pos: 15.324228,-79.460625 parent: 2 - proto: DrinkWhiskeySodaGlass entities: - - uid: 14572 + - uid: 14568 components: - type: Transform pos: 7.0699005,20.752857 parent: 2 - proto: Dropper entities: - - uid: 14573 + - uid: 14569 components: - type: Transform - pos: 7.510676,-45.618256 + pos: 4.727051,-50.513027 parent: 2 - - uid: 14574 + - uid: 14570 components: - type: Transform - pos: 7.510676,-45.618256 + pos: 4.789551,-50.372402 parent: 2 - proto: EggplantSeeds entities: - - uid: 14575 + - uid: 14571 components: - type: Transform pos: 11.993146,54.637722 parent: 2 - - uid: 14576 + - uid: 14572 components: - type: Transform pos: 11.993146,54.637722 parent: 2 - - uid: 14577 + - uid: 14573 components: - type: Transform pos: 11.993146,54.637722 parent: 2 - - uid: 14578 + - uid: 14574 components: - type: Transform pos: 11.993146,54.637722 parent: 2 - - uid: 14579 + - uid: 14575 components: - type: Transform pos: 11.993146,54.637722 parent: 2 - - uid: 14580 + - uid: 14576 components: - type: Transform pos: 11.993146,54.637722 parent: 2 - proto: EmergencyLight entities: - - uid: 14581 + - uid: 14577 components: - type: Transform pos: -70.5,-37.5 parent: 2 - - uid: 14582 + - uid: 14578 components: - type: Transform rot: -1.5707963267948966 rad @@ -91504,7 +91799,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14583 + - uid: 14579 components: - type: Transform rot: 3.141592653589793 rad @@ -91513,7 +91808,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14584 + - uid: 14580 components: - type: Transform rot: 3.141592653589793 rad @@ -91522,7 +91817,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14585 + - uid: 14581 components: - type: Transform pos: 30.5,-41.5 @@ -91530,15 +91825,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14586 - components: - - type: Transform - pos: -12.5,-52.5 - parent: 2 - - type: PointLight - enabled: True - - type: ActiveEmergencyLight - - uid: 14587 + - uid: 14582 components: - type: Transform rot: 1.5707963267948966 rad @@ -91547,7 +91834,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14588 + - uid: 14583 components: - type: Transform rot: -1.5707963267948966 rad @@ -91556,7 +91843,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14589 + - uid: 14584 components: - type: Transform pos: 29.5,-4.5 @@ -91564,7 +91851,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14590 + - uid: 14585 components: - type: Transform rot: 1.5707963267948966 rad @@ -91573,7 +91860,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14591 + - uid: 14586 components: - type: Transform pos: 54.5,-5.5 @@ -91581,7 +91868,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14592 + - uid: 14587 components: - type: Transform rot: 3.141592653589793 rad @@ -91590,7 +91877,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14593 + - uid: 14588 components: - type: Transform rot: 1.5707963267948966 rad @@ -91599,7 +91886,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14594 + - uid: 14589 components: - type: Transform pos: -5.5,59.5 @@ -91607,15 +91894,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14595 - components: - - type: Transform - pos: -10.5,-59.5 - parent: 2 - - type: PointLight - enabled: True - - type: ActiveEmergencyLight - - uid: 14596 + - uid: 14590 components: - type: Transform pos: -61.5,-23.5 @@ -91623,7 +91902,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14597 + - uid: 14591 components: - type: Transform rot: -1.5707963267948966 rad @@ -91632,7 +91911,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14598 + - uid: 14592 components: - type: Transform pos: 15.5,-52.5 @@ -91640,7 +91919,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14599 + - uid: 14593 components: - type: Transform rot: 1.5707963267948966 rad @@ -91649,7 +91928,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14600 + - uid: 14594 components: - type: Transform rot: -1.5707963267948966 rad @@ -91658,7 +91937,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14601 + - uid: 14595 components: - type: Transform rot: 1.5707963267948966 rad @@ -91667,7 +91946,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14602 + - uid: 14596 components: - type: Transform rot: -1.5707963267948966 rad @@ -91676,7 +91955,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14603 + - uid: 14597 components: - type: Transform pos: -2.5,46.5 @@ -91684,7 +91963,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14604 + - uid: 14598 components: - type: Transform rot: 1.5707963267948966 rad @@ -91693,7 +91972,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14605 + - uid: 14599 components: - type: Transform pos: 8.5,3.5 @@ -91701,7 +91980,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14606 + - uid: 14600 components: - type: Transform rot: 1.5707963267948966 rad @@ -91710,7 +91989,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14607 + - uid: 14601 components: - type: Transform pos: 14.5,14.5 @@ -91718,7 +91997,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14608 + - uid: 14602 components: - type: Transform pos: -20.5,-4.5 @@ -91726,7 +92005,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14609 + - uid: 14603 components: - type: Transform pos: -16.5,4.5 @@ -91734,7 +92013,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14610 + - uid: 14604 components: - type: Transform rot: -1.5707963267948966 rad @@ -91743,7 +92022,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14611 + - uid: 14605 components: - type: Transform pos: 30.5,8.5 @@ -91751,7 +92030,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14612 + - uid: 14606 components: - type: Transform pos: 23.5,18.5 @@ -91759,7 +92038,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14613 + - uid: 14607 components: - type: Transform pos: -14.5,-41.5 @@ -91767,7 +92046,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14614 + - uid: 14608 components: - type: Transform rot: -1.5707963267948966 rad @@ -91776,7 +92055,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14615 + - uid: 14609 components: - type: Transform rot: 1.5707963267948966 rad @@ -91785,7 +92064,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14616 + - uid: 14610 components: - type: Transform rot: -1.5707963267948966 rad @@ -91794,7 +92073,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14617 + - uid: 14611 components: - type: Transform pos: -12.5,-25.5 @@ -91802,7 +92081,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14618 + - uid: 14612 components: - type: Transform rot: -1.5707963267948966 rad @@ -91811,7 +92090,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14619 + - uid: 14613 components: - type: Transform rot: 3.141592653589793 rad @@ -91820,7 +92099,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14620 + - uid: 14614 components: - type: Transform pos: -17.5,-69.5 @@ -91828,7 +92107,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14621 + - uid: 14615 components: - type: Transform rot: 3.141592653589793 rad @@ -91837,7 +92116,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14622 + - uid: 14616 components: - type: Transform rot: 3.141592653589793 rad @@ -91846,7 +92125,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14623 + - uid: 14617 components: - type: Transform rot: -1.5707963267948966 rad @@ -91855,7 +92134,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14624 + - uid: 14618 components: - type: Transform pos: 37.5,-25.5 @@ -91863,7 +92142,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14625 + - uid: 14619 components: - type: Transform rot: -1.5707963267948966 rad @@ -91872,7 +92151,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14626 + - uid: 14620 components: - type: Transform rot: 3.141592653589793 rad @@ -91881,7 +92160,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14627 + - uid: 14621 components: - type: Transform rot: -1.5707963267948966 rad @@ -91890,7 +92169,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14628 + - uid: 14622 components: - type: Transform rot: -1.5707963267948966 rad @@ -91899,7 +92178,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14629 + - uid: 14623 components: - type: Transform pos: 60.5,-51.5 @@ -91907,7 +92186,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14630 + - uid: 14624 components: - type: Transform pos: 53.5,-51.5 @@ -91915,7 +92194,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14631 + - uid: 14625 components: - type: Transform rot: -1.5707963267948966 rad @@ -91924,7 +92203,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14632 + - uid: 14626 components: - type: Transform rot: -1.5707963267948966 rad @@ -91933,7 +92212,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14633 + - uid: 14627 components: - type: Transform rot: -1.5707963267948966 rad @@ -91942,7 +92221,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14634 + - uid: 14628 components: - type: Transform rot: 1.5707963267948966 rad @@ -91951,7 +92230,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14635 + - uid: 14629 components: - type: Transform pos: 4.5,-25.5 @@ -91959,7 +92238,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14636 + - uid: 14630 components: - type: Transform pos: -2.5,-25.5 @@ -91967,7 +92246,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14637 + - uid: 14631 components: - type: Transform pos: 5.5,-41.5 @@ -91975,7 +92254,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14638 + - uid: 14632 components: - type: Transform rot: -1.5707963267948966 rad @@ -91984,7 +92263,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14639 + - uid: 14633 components: - type: Transform rot: 3.141592653589793 rad @@ -91993,7 +92272,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14640 + - uid: 14634 components: - type: Transform rot: 1.5707963267948966 rad @@ -92002,7 +92281,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14641 + - uid: 14635 components: - type: Transform rot: -1.5707963267948966 rad @@ -92011,7 +92290,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14642 + - uid: 14636 components: - type: Transform pos: -71.5,-23.5 @@ -92019,7 +92298,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14643 + - uid: 14637 components: - type: Transform rot: 3.141592653589793 rad @@ -92028,7 +92307,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14644 + - uid: 14638 components: - type: Transform rot: -1.5707963267948966 rad @@ -92037,7 +92316,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14645 + - uid: 14639 components: - type: Transform rot: 3.141592653589793 rad @@ -92046,7 +92325,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14646 + - uid: 14640 components: - type: Transform rot: 1.5707963267948966 rad @@ -92055,7 +92334,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14647 + - uid: 14641 components: - type: Transform rot: -1.5707963267948966 rad @@ -92064,7 +92343,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14648 + - uid: 14642 components: - type: Transform rot: 3.141592653589793 rad @@ -92073,7 +92352,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14649 + - uid: 14643 components: - type: Transform rot: 3.141592653589793 rad @@ -92082,7 +92361,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14650 + - uid: 14644 components: - type: Transform rot: 1.5707963267948966 rad @@ -92091,7 +92370,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14651 + - uid: 14645 components: - type: Transform pos: 45.5,-71.5 @@ -92099,7 +92378,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14652 + - uid: 14646 components: - type: Transform rot: -1.5707963267948966 rad @@ -92108,7 +92387,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14653 + - uid: 14647 components: - type: Transform pos: 27.5,-58.5 @@ -92116,7 +92395,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14654 + - uid: 14648 components: - type: Transform rot: 1.5707963267948966 rad @@ -92125,7 +92404,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14655 + - uid: 14649 components: - type: Transform rot: -1.5707963267948966 rad @@ -92134,7 +92413,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14656 + - uid: 14650 components: - type: Transform rot: 3.141592653589793 rad @@ -92143,7 +92422,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14657 + - uid: 14651 components: - type: Transform rot: 1.5707963267948966 rad @@ -92152,7 +92431,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14658 + - uid: 14652 components: - type: Transform rot: 3.141592653589793 rad @@ -92161,7 +92440,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14659 + - uid: 14653 components: - type: Transform pos: -17.5,7.5 @@ -92169,7 +92448,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14660 + - uid: 14654 components: - type: Transform rot: -1.5707963267948966 rad @@ -92178,7 +92457,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14661 + - uid: 14655 components: - type: Transform rot: 1.5707963267948966 rad @@ -92187,7 +92466,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14662 + - uid: 14656 components: - type: Transform rot: 3.141592653589793 rad @@ -92196,7 +92475,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14663 + - uid: 14657 components: - type: Transform pos: 60.5,-43.5 @@ -92204,7 +92483,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14664 + - uid: 14658 components: - type: Transform pos: 6.5,-29.5 @@ -92212,7 +92491,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14665 + - uid: 14659 components: - type: Transform pos: 30.5,-71.5 @@ -92220,7 +92499,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14666 + - uid: 14660 components: - type: Transform rot: 3.141592653589793 rad @@ -92229,7 +92508,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14667 + - uid: 14661 components: - type: Transform rot: -1.5707963267948966 rad @@ -92238,7 +92517,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14668 + - uid: 14662 components: - type: Transform rot: -1.5707963267948966 rad @@ -92247,7 +92526,7 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14669 + - uid: 14663 components: - type: Transform rot: -1.5707963267948966 rad @@ -92256,23 +92535,23 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 14670 + - uid: 14664 components: - type: Transform pos: -59.5,-36.5 parent: 2 - - uid: 14671 + - uid: 14665 components: - type: Transform pos: 25.5,-34.5 parent: 2 - - uid: 14672 + - uid: 14666 components: - type: Transform rot: 3.141592653589793 rad pos: -8.5,-1.5 parent: 2 - - uid: 14673 + - uid: 14667 components: - type: Transform rot: 3.141592653589793 rad @@ -92280,84 +92559,84 @@ entities: parent: 2 - proto: EmergencyOxygenTankFilled entities: - - uid: 14674 + - uid: 14668 components: - type: Transform pos: -2.5493312,-73.46234 parent: 2 - proto: EmergencyRollerBed entities: - - uid: 14675 + - uid: 14669 components: - type: Transform pos: -20.356709,-75.42545 parent: 2 - proto: Emitter entities: - - uid: 14676 + - uid: 14670 components: - type: Transform pos: -55.5,-8.5 parent: 2 - - uid: 14677 + - uid: 14671 components: - type: Transform pos: -62.5,-6.5 parent: 2 - - uid: 14678 + - uid: 14672 components: - type: Transform rot: -1.5707963267948966 rad pos: -59.5,-9.5 parent: 2 - - uid: 14679 + - uid: 14673 components: - type: Transform rot: 1.5707963267948966 rad pos: -73.5,-9.5 parent: 2 - - uid: 14680 + - uid: 14674 components: - type: Transform pos: -70.5,-6.5 parent: 2 - - uid: 14681 + - uid: 14675 components: - type: Transform rot: 1.5707963267948966 rad pos: -73.5,-17.5 parent: 2 - - uid: 14682 + - uid: 14676 components: - type: Transform rot: 3.141592653589793 rad pos: -70.5,-20.5 parent: 2 - - uid: 14683 + - uid: 14677 components: - type: Transform rot: 3.141592653589793 rad pos: -62.5,-20.5 parent: 2 - - uid: 14684 + - uid: 14678 components: - type: Transform rot: -1.5707963267948966 rad pos: -59.5,-17.5 parent: 2 - - uid: 14685 + - uid: 14679 components: - type: Transform rot: 3.141592653589793 rad pos: -61.5,-30.5 parent: 2 - - uid: 14686 + - uid: 14680 components: - type: Transform rot: 1.5707963267948966 rad pos: -55.5,-7.5 parent: 2 - - uid: 14687 + - uid: 14681 components: - type: Transform rot: 3.141592653589793 rad @@ -92365,86 +92644,86 @@ entities: parent: 2 - proto: EncryptionKeyCargo entities: - - uid: 14689 + - uid: 14683 components: - type: Transform - parent: 14688 + parent: 14682 - type: Physics canCollide: False - proto: EncryptionKeyCommand entities: - - uid: 14691 + - uid: 14685 components: - type: Transform - parent: 14690 + parent: 14684 - type: Physics canCollide: False - proto: EncryptionKeyCommon entities: - - uid: 14693 + - uid: 14687 components: - type: Transform - parent: 14692 + parent: 14686 - type: Physics canCollide: False - proto: EncryptionKeyEngineering entities: - - uid: 14695 + - uid: 14689 components: - type: Transform - parent: 14694 + parent: 14688 - type: Physics canCollide: False - proto: EncryptionKeyMedical entities: - - uid: 14697 + - uid: 14691 components: - type: Transform - parent: 14696 + parent: 14690 - type: Physics canCollide: False - proto: EncryptionKeyRobo entities: - - uid: 14699 + - uid: 14693 components: - type: Transform - parent: 14698 + parent: 14692 - type: Physics canCollide: False - proto: EncryptionKeyScience entities: - - uid: 14700 + - uid: 14694 components: - type: Transform - parent: 14698 + parent: 14692 - type: Physics canCollide: False - proto: EncryptionKeySecurity entities: - - uid: 14702 + - uid: 14696 components: - type: Transform - parent: 14701 + parent: 14695 - type: Physics canCollide: False - proto: EncryptionKeyService entities: - - uid: 14704 + - uid: 14698 components: - type: Transform - parent: 14703 + parent: 14697 - type: Physics canCollide: False - proto: ExosuitFabricator entities: - - uid: 14705 + - uid: 14699 components: - type: Transform pos: 69.5,-43.5 parent: 2 - proto: ExplosivesSignMed entities: - - uid: 14706 + - uid: 14700 components: - type: Transform rot: 1.5707963267948966 rad @@ -92452,181 +92731,181 @@ entities: parent: 2 - proto: ExtendedEmergencyOxygenTankFilled entities: - - uid: 14707 + - uid: 14701 components: - type: Transform pos: -70.53087,-25.890057 parent: 2 - - uid: 14708 + - uid: 14702 components: - type: Transform pos: -40.389053,32.87297 parent: 2 - - uid: 14709 + - uid: 14703 components: - type: Transform pos: 3.7780228,-75.4205 parent: 2 - proto: ExtinguisherCabinetFilled entities: - - uid: 14710 + - uid: 14704 components: - type: Transform pos: -20.5,64.5 parent: 2 - - uid: 14711 + - uid: 14705 components: - type: Transform pos: -1.5,47.5 parent: 2 - - uid: 14712 + - uid: 14706 components: - type: Transform pos: -20.5,53.5 parent: 2 - - uid: 14713 + - uid: 14707 components: - type: Transform pos: -13.5,32.5 parent: 2 - - uid: 14714 + - uid: 14708 components: - type: Transform pos: -1.5,8.5 parent: 2 - - uid: 14715 + - uid: 14709 components: - type: Transform pos: -33.5,-39.5 parent: 2 - - uid: 14716 + - uid: 14710 components: - type: Transform pos: -15.5,-2.5 parent: 2 - - uid: 14717 + - uid: 14711 components: - type: Transform pos: -17.5,-17.5 parent: 2 - - uid: 14718 + - uid: 14712 components: - type: Transform pos: -21.5,-30.5 parent: 2 - - uid: 14719 + - uid: 14713 components: - type: Transform pos: -2.5,-29.5 parent: 2 - - uid: 14720 + - uid: 14714 components: - type: Transform pos: 52.5,-46.5 parent: 2 - - uid: 14721 + - uid: 14715 components: - type: Transform pos: -10.5,-47.5 parent: 2 - - uid: 14722 + - uid: 14716 components: - type: Transform pos: 19.5,18.5 parent: 2 - - uid: 14723 + - uid: 14717 components: - type: Transform pos: 3.5,13.5 parent: 2 - - uid: 14724 + - uid: 14718 components: - type: Transform pos: 23.5,-51.5 parent: 2 - - uid: 14725 + - uid: 14719 components: - type: Transform pos: 77.5,-48.5 parent: 2 - - uid: 14726 + - uid: 14720 components: - type: Transform pos: 76.5,-38.5 parent: 2 - proto: FaxMachineBase entities: - - uid: 14727 + - uid: 14721 components: - type: Transform pos: -28.5,-9.5 parent: 2 - type: FaxMachine name: engineering fax - - uid: 14728 + - uid: 14722 components: - type: Transform pos: -34.5,23.5 parent: 2 - type: FaxMachine name: cargo fax - - uid: 14729 + - uid: 14723 components: - type: Transform pos: 40.5,-39.5 parent: 2 - type: FaxMachine name: science fax - - uid: 14730 + - uid: 14724 components: - type: Transform pos: -16.5,-61.5 parent: 2 - type: FaxMachine name: medbay fax - - uid: 14731 + - uid: 14725 components: - type: Transform pos: -25.5,-35.5 parent: 2 - type: FaxMachine name: atmos fax - - uid: 14732 + - uid: 14726 components: - type: Transform pos: 18.5,-14.5 parent: 2 - type: FaxMachine name: detective fax - - uid: 14733 + - uid: 14727 components: - type: Transform pos: 22.5,23.5 parent: 2 - type: FaxMachine name: security fax - - uid: 14734 + - uid: 14728 components: - type: Transform pos: 12.5,-5.5 parent: 2 - type: FaxMachine name: library fax - - uid: 14735 + - uid: 14729 components: - type: Transform pos: -22.5,-98.5 parent: 2 - type: FaxMachine name: maint fax - - uid: 14736 + - uid: 14730 components: - type: Transform pos: -12.5,-19.5 parent: 2 - type: FaxMachine name: janitorial fax - - uid: 14737 + - uid: 14731 components: - type: Transform pos: -1.5,-6.5 @@ -92635,57 +92914,57 @@ entities: name: hop office - proto: FaxMachineCaptain entities: - - uid: 14738 + - uid: 14732 components: - type: Transform pos: 30.5,-29.5 parent: 2 - proto: FenceMetalCorner entities: - - uid: 14739 + - uid: 14733 components: - type: Transform rot: 3.141592653589793 rad pos: 61.5,47.5 parent: 2 - - uid: 14740 + - uid: 14734 components: - type: Transform rot: -1.5707963267948966 rad pos: -44.5,-84.5 parent: 2 - - uid: 14741 + - uid: 14735 components: - type: Transform rot: 1.5707963267948966 rad pos: -39.5,-80.5 parent: 2 - - uid: 14742 + - uid: 14736 components: - type: Transform rot: 3.141592653589793 rad pos: -44.5,-80.5 parent: 2 - - uid: 14743 + - uid: 14737 components: - type: Transform pos: -39.5,-84.5 parent: 2 - proto: FenceMetalGate entities: - - uid: 14744 + - uid: 14738 components: - type: Transform rot: 3.141592653589793 rad pos: -52.5,-30.5 parent: 2 - - uid: 14745 + - uid: 14739 components: - type: Transform rot: 3.141592653589793 rad pos: 62.5,47.5 parent: 2 - - uid: 14746 + - uid: 14740 components: - type: Transform rot: 3.141592653589793 rad @@ -92697,98 +92976,98 @@ entities: canCollide: False - proto: FenceMetalStraight entities: - - uid: 14747 + - uid: 14741 components: - type: Transform pos: 61.5,49.5 parent: 2 - - uid: 14748 + - uid: 14742 components: - type: Transform rot: 1.5707963267948966 rad pos: 63.5,47.5 parent: 2 - - uid: 14749 + - uid: 14743 components: - type: Transform pos: 61.5,48.5 parent: 2 - - uid: 14750 + - uid: 14744 components: - type: Transform rot: 3.141592653589793 rad pos: -39.5,-82.5 parent: 2 - - uid: 14751 + - uid: 14745 components: - type: Transform rot: 3.141592653589793 rad pos: -39.5,-81.5 parent: 2 - - uid: 14752 + - uid: 14746 components: - type: Transform rot: -1.5707963267948966 rad pos: -42.5,-80.5 parent: 2 - - uid: 14753 + - uid: 14747 components: - type: Transform rot: -1.5707963267948966 rad pos: -43.5,-80.5 parent: 2 - - uid: 14754 + - uid: 14748 components: - type: Transform pos: -44.5,-82.5 parent: 2 - - uid: 14755 + - uid: 14749 components: - type: Transform rot: -1.5707963267948966 rad pos: -40.5,-84.5 parent: 2 - - uid: 14756 + - uid: 14750 components: - type: Transform rot: -1.5707963267948966 rad pos: -40.5,-80.5 parent: 2 - - uid: 14757 + - uid: 14751 components: - type: Transform rot: 1.5707963267948966 rad pos: -42.5,-84.5 parent: 2 - - uid: 14758 + - uid: 14752 components: - type: Transform rot: 1.5707963267948966 rad pos: -43.5,-84.5 parent: 2 - - uid: 14759 + - uid: 14753 components: - type: Transform pos: -44.5,-83.5 parent: 2 - - uid: 14760 + - uid: 14754 components: - type: Transform rot: -1.5707963267948966 rad pos: -41.5,-80.5 parent: 2 - - uid: 14761 + - uid: 14755 components: - type: Transform pos: -44.5,-81.5 parent: 2 - - uid: 14762 + - uid: 14756 components: - type: Transform rot: 3.141592653589793 rad pos: -39.5,-83.5 parent: 2 - - uid: 14763 + - uid: 14757 components: - type: Transform rot: -1.5707963267948966 rad @@ -92796,144 +93075,118 @@ entities: parent: 2 - proto: FigureSpawner entities: - - uid: 14764 + - uid: 14758 components: - type: Transform pos: 9.5,-6.5 parent: 2 - - uid: 14765 + - uid: 14759 components: - type: Transform pos: 10.5,-6.5 parent: 2 - - uid: 14766 + - uid: 14760 components: - type: Transform pos: -0.5,31.5 parent: 2 - - uid: 14767 + - uid: 14761 components: - type: Transform pos: -1.5,30.5 parent: 2 - proto: filingCabinet entities: - - uid: 14768 + - uid: 14762 components: - type: Transform pos: 17.5,-14.5 parent: 2 - - uid: 14769 + - uid: 14763 components: - type: Transform pos: 62.5,-3.5 parent: 2 - proto: filingCabinetDrawer entities: - - uid: 14770 + - uid: 14764 components: - type: Transform pos: -24.5,-69.5 parent: 2 - - uid: 14771 + - uid: 14765 components: - type: Transform pos: 58.5,31.5 parent: 2 - - uid: 14772 + - uid: 14766 components: - type: Transform pos: 63.5,-3.5 parent: 2 - proto: filingCabinetDrawerRandom entities: - - uid: 14773 + - uid: 14767 components: - type: Transform pos: 41.5,-3.5 parent: 2 - - uid: 14774 + - uid: 14768 components: - type: Transform pos: -22.5,13.5 parent: 2 - proto: filingCabinetRandom entities: - - uid: 14775 + - uid: 14769 components: - type: Transform pos: 41.5,-2.5 parent: 2 - - uid: 14776 + - uid: 14770 components: - type: Transform pos: -23.5,13.5 parent: 2 - proto: filingCabinetTallRandom entities: - - uid: 14777 + - uid: 14771 components: - type: Transform pos: 57.5,-40.5 parent: 2 - proto: FireAlarm entities: - - uid: 14778 + - uid: 14772 components: - type: Transform - pos: -6.5,-44.5 + pos: 30.5,-40.5 parent: 2 - type: DeviceList devices: - - 816 - - 15218 - - 15219 - - 14873 - - 14872 - - 14894 - - 14871 - - 14870 - - 14869 - - 15064 - - 15065 - - 15109 - - 15183 - - 15182 - - 15184 - - 14957 - - 14991 - - type: AtmosDevice - joinedGrid: 2 - - uid: 14779 - components: - - type: Transform - pos: 30.5,-40.5 - parent: 2 - - type: DeviceList - devices: - - 15160 - - 15159 - - 15158 + - 15148 + - 15147 + - 15146 + - 15104 + - 15032 + - 15053 + - 15227 - 15112 - - 15035 - - 15057 - - 15246 - - 15123 - - 15050 - - 15049 - - 15108 - - 15110 - - 15115 - - 15150 - - 15087 - - 14881 - - 821 + - 15046 + - 15045 + - 15101 + - 15103 + - 15107 - 15138 - - 15136 - - 14981 + - 15082 + - 14874 + - 815 + - 15126 + - 15124 + - 14973 - type: AtmosDevice joinedGrid: 2 - - uid: 14780 + - uid: 14773 components: - type: Transform rot: -1.5707963267948966 rad @@ -92941,20 +93194,20 @@ entities: parent: 2 - type: DeviceList devices: - - 15299 - - 15294 - - 15295 - - 15288 - - 15287 - - 15286 - - 15291 - - 15290 - - 862 - - 15278 - - 15277 + - 15275 + - 15270 + - 15271 + - 15264 + - 15263 + - 15262 + - 15267 + - 15266 + - 851 + - 15254 + - 15253 - type: AtmosDevice joinedGrid: 2 - - uid: 14781 + - uid: 14774 components: - type: Transform rot: -1.5707963267948966 rad @@ -92962,35 +93215,35 @@ entities: parent: 2 - type: DeviceList devices: - - 15294 - - 15295 - - 15297 - - 15292 - - 15293 - - 15289 - - 15267 - - 863 + - 15270 + - 15271 + - 15273 + - 15268 + - 15269 + - 15265 + - 15243 + - 852 - type: AtmosDevice joinedGrid: 2 - - uid: 14782 + - uid: 14775 components: - type: Transform pos: -29.5,-15.5 parent: 2 - type: DeviceList devices: - - 875 + - 864 + - 15159 - 15171 + - 15172 + - 15184 + - 15183 + - 14939 + - 15185 - 15186 - - 15187 - - 15200 - - 15199 - - 14947 - - 15201 - - 15202 - type: AtmosDevice joinedGrid: 2 - - uid: 14783 + - uid: 14776 components: - type: Transform rot: 1.5707963267948966 rad @@ -92998,41 +93251,41 @@ entities: parent: 2 - type: DeviceList devices: - - 857 - - 15008 - - 15007 - - 15006 - - 15005 + - 846 + - 15001 + - 15000 + - 14999 + - 14998 + - 14997 + - 15002 + - 15003 - 15004 - - 15009 - - 15010 - - 15011 - - 15142 - - 15141 - - 15149 - - 15224 - - 15144 + - 15130 + - 15129 + - 15137 + - 15206 + - 15132 - type: AtmosDevice joinedGrid: 2 - - uid: 14784 + - uid: 14777 components: - type: Transform pos: 28.5,-57.5 parent: 2 - type: DeviceList devices: - - 856 - - 15176 - - 15175 - - 15177 - - 14866 - - 15050 - - 15123 - - 15246 - - 15251 + - 845 + - 15164 + - 15163 + - 15165 + - 14861 + - 15046 + - 15112 + - 15227 + - 15229 - type: AtmosDevice joinedGrid: 2 - - uid: 14785 + - uid: 14778 components: - type: Transform rot: -1.5707963267948966 rad @@ -93040,36 +93293,36 @@ entities: parent: 2 - type: DeviceList devices: - - 893 - - 15209 - - 15208 - - 15210 - - 15211 - - 15212 - - 15148 - - 15272 - - 15273 - - 15213 + - 882 + - 15193 + - 15192 + - 15194 + - 15195 + - 15196 + - 15136 + - 15248 + - 15249 + - 15197 - type: AtmosDevice joinedGrid: 2 - - uid: 14786 + - uid: 14779 components: - type: Transform pos: 65.5,-42.5 parent: 2 - type: DeviceList devices: - - 901 - - 15155 - - 15014 - - 15013 - - 14907 - - 15156 - - 15265 - - 15266 + - 890 + - 15143 + - 15007 + - 15006 + - 14900 + - 15144 + - 15241 + - 15242 - type: AtmosDevice joinedGrid: 2 - - uid: 14787 + - uid: 14780 components: - type: Transform rot: 1.5707963267948966 rad @@ -93077,13 +93330,13 @@ entities: parent: 2 - type: DeviceList devices: - - 15245 - - 14946 - - 14947 - - 922 + - 15226 + - 14938 + - 14939 + - 910 - type: AtmosDevice joinedGrid: 2 - - uid: 14788 + - uid: 14781 components: - type: Transform rot: 3.141592653589793 rad @@ -93091,51 +93344,51 @@ entities: parent: 2 - type: DeviceList devices: - - 897 + - 886 + - 15174 + - 15173 + - 15186 + - 15185 + - 15232 - 15189 - - 15188 - - 15202 - - 15201 - - 15255 - - 15205 - - 14948 + - 14940 - type: AtmosDevice joinedGrid: 2 - - uid: 14789 + - uid: 14782 components: - type: Transform pos: 8.5,18.5 parent: 2 - type: DeviceList devices: - - 15260 - - 14962 - - 14963 - - 15129 - - 15130 - - 14883 - - 14897 - - 15085 - - 845 + - 15236 + - 14954 + - 14955 + - 15117 + - 15118 + - 14876 + - 14890 + - 15080 + - 834 - type: AtmosDevice joinedGrid: 2 - - uid: 14790 + - uid: 14783 components: - type: Transform pos: -4.5,60.5 parent: 2 - type: DeviceList devices: - - 15292 - - 15293 - - 15298 - - 15285 - - 15284 - - 15283 - - 864 + - 15268 + - 15269 + - 15274 + - 15261 + - 15260 + - 15259 + - 853 - type: AtmosDevice joinedGrid: 2 - - uid: 14791 + - uid: 14784 components: - type: Transform rot: -1.5707963267948966 rad @@ -93143,122 +93396,122 @@ entities: parent: 2 - type: DeviceList devices: - - 899 - - 14906 - - 15151 - - 14909 - - 14908 + - 888 + - 14899 + - 15139 + - 14902 + - 14901 - type: AtmosDevice joinedGrid: 2 - - uid: 14792 + - uid: 14785 components: - type: Transform pos: 6.5,4.5 parent: 2 - type: DeviceList devices: - - 15134 - - 15094 - - 15135 - - 15100 - - 15043 - - 15080 - - 15078 - - 15086 - - 15022 - - 15021 - - 15055 + - 15122 + - 15088 + - 15123 + - 15093 + - 15039 + - 15075 + - 15073 + - 15081 - 15020 + - 15019 - 15051 - - 15044 - - 15030 - - 14900 - - 843 + - 15018 + - 15047 + - 15040 + - 15028 + - 14893 + - 832 - type: AtmosDevice joinedGrid: 2 - - uid: 14793 + - uid: 14786 components: - type: Transform pos: -9.5,4.5 parent: 2 - type: DeviceList devices: - - 15247 - - 15238 - - 15239 - - 15236 - - 15237 - - 14904 - - 15058 - - 15103 - - 15059 - - 15078 - - 15080 - - 15043 - - 15029 - - 15077 - - 15042 - - 842 + - 15228 + - 15219 + - 15220 + - 15217 + - 15218 + - 14897 + - 15054 + - 15096 + - 15055 + - 15073 + - 15075 + - 15039 + - 15027 + - 15072 + - 15038 + - 831 - type: AtmosDevice joinedGrid: 2 - - uid: 14794 + - uid: 14787 components: - type: Transform pos: -15.5,-3.5 parent: 2 - type: DeviceList devices: - - 866 - - 15228 - - 15227 - - 15229 - - 15172 - - 15169 - - 15107 - - 15240 - - 15238 - - 15239 - - 15236 - - 15237 - - 14891 + - 855 + - 15209 + - 15208 + - 15210 + - 15160 + - 15157 + - 15100 + - 15221 + - 15219 + - 15220 + - 15217 + - 15218 + - 14884 - type: AtmosDevice joinedGrid: 2 - - uid: 14795 + - uid: 14788 components: - type: Transform pos: 22.5,24.5 parent: 2 - type: DeviceList devices: - - 15259 - - 15244 - - 15243 - - 15242 - - 15139 - - 852 + - 15235 + - 15225 + - 15224 + - 15223 + - 15127 + - 841 - type: AtmosDevice joinedGrid: 2 - - uid: 14796 + - uid: 14789 components: - type: Transform pos: 6.5,11.5 parent: 2 - type: DeviceList devices: - - 15129 - - 15130 - - 15076 - - 15096 - - 15028 - - 15134 - - 15094 - - 15135 - - 846 - - 15104 - - 15100 + - 15117 + - 15118 + - 15071 + - 15090 + - 15026 + - 15122 + - 15088 + - 15123 + - 835 + - 15097 + - 15093 - type: AtmosDevice joinedGrid: 2 - - uid: 14797 + - uid: 14790 components: - type: Transform rot: 1.5707963267948966 rad @@ -93266,104 +93519,65 @@ entities: parent: 2 - type: DeviceList devices: - - 873 - - 15245 + - 862 + - 15226 + - 15052 - 15056 - - 15060 - - 15199 - - 15200 - - 14946 + - 15183 + - 15184 + - 14938 - type: AtmosDevice joinedGrid: 2 - - uid: 14798 + - uid: 14791 components: - type: Transform pos: -13.5,-40.5 parent: 2 - type: DeviceList devices: - - 15040 - - 15039 - - 15038 - - 15137 - - 14869 - - 14870 - - 14871 - - 14894 - - 14872 - - 14873 - - 15110 - - 15108 - - 15049 - - 817 - - 15131 - - 15132 - - 15133 - - type: AtmosDevice - joinedGrid: 2 - - uid: 14799 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-51.5 - parent: 2 - - type: DeviceList - devices: - - 834 - - 15220 - - 15037 - - 15219 - - 15218 + - 15036 + - 15035 + - 15034 + - 15125 + - 14864 + - 14865 + - 14866 + - 14887 + - 14867 + - 14868 + - 15103 + - 15101 + - 15045 + - 813 + - 15119 + - 15120 + - 15121 - type: AtmosDevice joinedGrid: 2 - - uid: 14800 + - uid: 14792 components: - type: Transform pos: -16.5,-24.5 parent: 2 - type: DeviceList devices: - - 15191 - - 881 - - 14922 - - 14903 - - 15173 - - 15091 - - 15016 - - 15127 - - 15198 - - 15170 - - 15197 - - 15232 - - 15233 - - 15234 - - type: AtmosDevice - joinedGrid: 2 - - uid: 14801 - components: - - type: Transform - pos: -16.5,-58.5 - parent: 2 - - type: DeviceList - devices: - - 15067 - - 15221 - - 15066 - - 15093 - - 15178 - - 15179 - - 15185 - - 15225 - - 15249 - - 15250 - - 15248 - - 15254 - - 820 - - 14875 - - 14888 + - 15175 + - 870 + - 14914 + - 14896 + - 15161 + - 15086 + - 15014 + - 15115 + - 15182 + - 15158 + - 15181 + - 15213 + - 15214 + - 15215 - type: AtmosDevice joinedGrid: 2 - - uid: 14802 + - uid: 14793 components: - type: Transform rot: -1.5707963267948966 rad @@ -93371,79 +93585,79 @@ entities: parent: 2 - type: DeviceList devices: - - 859 - - 15176 - - 15175 - - 15177 - - 15174 - - 15023 - - 15180 - - 15181 + - 848 + - 15164 + - 15163 + - 15165 + - 15162 + - 15021 + - 15166 + - 15167 - type: AtmosDevice joinedGrid: 2 - - uid: 14803 + - uid: 14794 components: - type: Transform pos: -7.5,-24.5 parent: 2 - type: DeviceList devices: - - 840 - - 15232 - - 15233 - - 15234 - - 14880 - - 15128 - - 15095 + - 829 + - 15213 + - 15214 + - 15215 + - 14873 + - 15116 - 15089 - - 15061 - - 15090 - - 15126 - - 15131 - - 15132 - - 15133 + - 15084 + - 15057 + - 15085 + - 15114 + - 15119 + - 15120 + - 15121 - type: AtmosDevice joinedGrid: 2 - - uid: 14804 + - uid: 14795 components: - type: Transform pos: 27.5,-15.5 parent: 2 - type: DeviceList devices: - - 15075 - - 15063 - - 15101 - - 15117 - - 15019 - - 15114 - - 15041 - - 15079 - - 15047 - - 15048 - - 883 + - 15070 + - 15059 + - 15094 + - 15108 + - 15017 + - 15106 + - 15037 + - 15074 + - 15043 + - 15044 + - 872 - type: AtmosDevice joinedGrid: 2 - - uid: 14805 + - uid: 14796 components: - type: Transform pos: 24.5,-3.5 parent: 2 - type: DeviceList devices: - - 867 - - 15125 - - 15106 - - 15045 - - 15027 - - 15054 - - 15081 - - 15019 - - 15114 + - 856 + - 15113 + - 15099 - 15041 + - 15025 + - 15050 + - 15076 + - 15017 + - 15106 + - 15037 - type: AtmosDevice joinedGrid: 2 - - uid: 14806 + - uid: 14797 components: - type: Transform rot: -1.5707963267948966 rad @@ -93451,122 +93665,122 @@ entities: parent: 2 - type: DeviceList devices: - - 868 - - 15020 - - 15051 - - 15044 - - 15030 - - 15024 - - 15083 - - 15084 - - 15102 - - 15125 - - 15106 - - 15045 + - 857 + - 15018 + - 15047 + - 15040 + - 15028 + - 15022 + - 15078 + - 15079 + - 15095 + - 15113 + - 15099 + - 15041 - type: AtmosDevice joinedGrid: 2 - - uid: 14807 + - uid: 14798 components: - type: Transform pos: 12.5,-24.5 parent: 2 - type: DeviceList devices: - - 838 - - 14862 - - 15098 - - 15018 + - 827 + - 14857 - 15092 - - 15075 - - 15063 - - 15101 + - 15016 - 15087 - - 15150 - - 15115 - - 14858 + - 15070 + - 15059 + - 15094 + - 15082 + - 15138 + - 15107 + - 14853 - type: AtmosDevice joinedGrid: 2 - - uid: 14808 + - uid: 14799 components: - type: Transform pos: 37.5,-24.5 parent: 2 - type: DeviceList devices: - - 14861 - - 14857 - 14856 - - 824 - - 14863 - - 15079 - - 15047 - - 15048 - - 15112 - - 15035 - - 15057 + - 14852 + - 14851 + - 817 + - 14858 + - 15074 + - 15043 + - 15044 + - 15104 + - 15032 + - 15053 - type: AtmosDevice joinedGrid: 2 - - uid: 14809 + - uid: 14800 components: - type: Transform pos: 33.5,9.5 parent: 2 - type: DeviceList devices: - - 870 - - 15120 - - 15027 - - 15054 - - 15081 - - 15068 - - 15052 - - 15082 - - 15072 - - 15097 - - 15230 - - 15069 + - 859 + - 15110 + - 15025 + - 15050 + - 15076 + - 15063 + - 15048 + - 15077 + - 15067 + - 15091 + - 15211 + - 15064 - type: AtmosDevice joinedGrid: 2 - - uid: 14810 + - uid: 14801 components: - type: Transform pos: 56.5,-4.5 parent: 2 - type: DeviceList devices: - - 14912 - - 855 - - 15165 - - 15147 - - 15146 - - 15145 - - 15252 - - 15164 + - 14905 + - 844 + - 15153 + - 15135 + - 15134 + - 15133 + - 15230 + - 15152 - type: AtmosDevice joinedGrid: 2 - - uid: 14811 + - uid: 14802 components: - type: Transform pos: 40.5,3.5 parent: 2 - type: DeviceList devices: - - 853 - - 15219 - - 15218 - - 834 - - 15072 - - 15097 - - 15230 - - 15113 - - 15145 - - 15146 - - 15147 - - 15301 - - 15300 + - 842 + - 15203 + - 15202 + - 823 + - 15067 + - 15091 + - 15211 + - 15105 + - 15133 + - 15134 + - 15135 + - 15277 + - 15276 - type: AtmosDevice joinedGrid: 2 - - uid: 14812 + - uid: 14803 components: - type: Transform rot: -1.5707963267948966 rad @@ -93574,51 +93788,51 @@ entities: parent: 2 - type: DeviceList devices: - - 841 - - 15128 - - 15095 + - 830 + - 15116 - 15089 - - 15059 - - 15103 - - 15058 - - 15350 + - 15084 + - 15055 + - 15096 + - 15054 + - 15326 - type: AtmosDevice joinedGrid: 2 - - uid: 14813 + - uid: 14804 components: - type: Transform pos: -31.5,2.5 parent: 2 - type: DeviceList devices: - - 886 - - 15107 - - 15169 - - 15172 - - 14889 - - 15215 - - 15214 - - 15216 - - 15217 - - 15223 + - 875 + - 15100 + - 15157 + - 15160 + - 14882 + - 15199 + - 15198 + - 15200 + - 15201 + - 15205 - type: AtmosDevice joinedGrid: 2 - - uid: 14814 + - uid: 14805 components: - type: Transform pos: -48.5,9.5 parent: 2 - type: DeviceList devices: - - 15226 - - 15222 - - 887 - - 15216 - - 15217 - - 15223 + - 15207 + - 15204 + - 876 + - 15200 + - 15201 + - 15205 - type: AtmosDevice joinedGrid: 2 - - uid: 14815 + - uid: 14806 components: - type: Transform rot: -1.5707963267948966 rad @@ -93626,29 +93840,29 @@ entities: parent: 2 - type: DeviceList devices: - - 896 - - 15195 - - 15194 - - 14924 - - 14925 + - 885 + - 15179 + - 15178 + - 14916 + - 14917 - type: AtmosDevice joinedGrid: 2 - - uid: 14816 + - uid: 14807 components: - type: Transform pos: -58.5,-22.5 parent: 2 - type: DeviceList devices: - - 895 - - 15206 - - 15235 - - 14920 - - 15194 - - 15195 + - 884 + - 15190 + - 15216 + - 14913 + - 15178 + - 15179 - type: AtmosDevice joinedGrid: 2 - - uid: 14817 + - uid: 14808 components: - type: Transform rot: -1.5707963267948966 rad @@ -93656,70 +93870,70 @@ entities: parent: 2 - type: DeviceList devices: - - 879 - - 15192 - - 15193 - - 15166 - - 15167 - - 14915 - - 14914 - - 14919 - - 14918 + - 868 + - 15176 + - 15177 + - 15154 + - 15155 + - 14908 + - 14907 + - 14912 + - 14911 - type: AtmosDevice joinedGrid: 2 - - uid: 14818 + - uid: 14809 components: - type: Transform pos: 52.5,-38.5 parent: 2 - type: DeviceList devices: - - 861 + - 850 + - 15139 + - 15142 - 15151 - - 15154 - - 15163 - - 15152 - - 15153 - - 15157 - - 15161 - - 15162 - - 15263 - - 15264 + - 15140 + - 15141 + - 15145 + - 15149 + - 15150 + - 15239 + - 15240 - type: AtmosDevice joinedGrid: 2 - - uid: 14819 + - uid: 14810 components: - type: Transform pos: 22.5,9.5 parent: 2 - type: DeviceList devices: - - 869 - - 14877 - - 14867 - - 14865 - - 14944 - - 15084 - - 15102 - - 15068 - - 15052 - - 15082 + - 858 + - 14870 + - 14862 + - 14860 + - 14936 + - 15079 + - 15095 + - 15063 + - 15048 + - 15077 - type: AtmosDevice joinedGrid: 2 - - uid: 14820 + - uid: 14811 components: - type: Transform pos: -26.5,-76.5 parent: 2 - type: DeviceList devices: - - 827 - - 15253 - - 15121 - - 15073 + - 820 + - 15231 + - 15111 + - 15068 - type: AtmosDevice joinedGrid: 2 - - uid: 14821 + - uid: 14812 components: - type: Transform rot: 1.5707963267948966 rad @@ -93727,65 +93941,65 @@ entities: parent: 2 - type: DeviceList devices: - - 15143 - - 15053 - - 15074 - - 15026 - - 15139 - - 14898 - - 14887 - - 14868 - - 854 - - 15301 - - 15300 + - 15131 + - 15049 + - 15069 + - 15024 + - 15127 + - 14891 + - 14880 + - 14863 + - 843 + - 15277 + - 15276 - type: AtmosDevice joinedGrid: 2 - - uid: 14822 + - uid: 14813 components: - type: Transform pos: -17.5,-68.5 parent: 2 - type: DeviceList devices: - - 826 - - 15261 - - 15253 - - 15017 - - 14959 + - 819 + - 15237 + - 15231 + - 15015 + - 14951 - type: AtmosDevice joinedGrid: 2 - - uid: 14823 + - uid: 14814 components: - type: Transform pos: 46.5,-40.5 parent: 2 - type: DeviceList devices: - - 14906 - - 15154 - - 15163 - - 15152 - - 15160 - - 15159 - - 15158 - - 14908 - - 14909 - - 909 + - 14899 + - 15142 + - 15151 + - 15140 + - 15148 + - 15147 + - 15146 + - 14901 + - 14902 + - 897 - type: AtmosDevice joinedGrid: 2 - - uid: 14824 + - uid: 14815 components: - type: Transform pos: -18.5,68.5 parent: 2 - type: DeviceList devices: - - 911 - - 15333 - - 15332 + - 899 + - 15309 + - 15308 - type: AtmosDevice joinedGrid: 2 - - uid: 14825 + - uid: 14816 components: - type: Transform rot: -1.5707963267948966 rad @@ -93793,45 +94007,45 @@ entities: parent: 2 - type: DeviceList devices: - - 913 - - 15280 - - 15281 - - 15282 - - 14968 - - 14965 - - 14967 - - 14966 - - 15273 - - 15272 - - 15269 - - 15270 - - 15271 - - 15286 - - 15287 - - 15288 - - 14945 + - 901 + - 15256 + - 15257 + - 15258 + - 14960 + - 14957 + - 14959 + - 14958 + - 15249 + - 15248 + - 15245 + - 15246 + - 15247 + - 15262 + - 15263 + - 15264 + - 14937 - type: AtmosDevice joinedGrid: 2 - - uid: 14826 + - uid: 14817 components: - type: Transform pos: -7.5,47.5 parent: 2 - type: DeviceList devices: - - 914 - - 15280 - - 15281 - - 15282 - - 15275 - - 15276 - - 15283 - - 15284 - - 15285 - - 15296 + - 902 + - 15256 + - 15257 + - 15258 + - 15251 + - 15252 + - 15259 + - 15260 + - 15261 + - 15272 - type: AtmosDevice joinedGrid: 2 - - uid: 14827 + - uid: 14818 components: - type: Transform rot: 3.141592653589793 rad @@ -93839,29 +94053,29 @@ entities: parent: 2 - type: DeviceList devices: - - 920 - - 14910 - - 14975 - - 14977 - - 14976 + - 908 + - 14903 + - 14967 + - 14969 + - 14968 - type: AtmosDevice joinedGrid: 2 - - uid: 14828 + - uid: 14819 components: - type: Transform pos: 73.5,-42.5 parent: 2 - type: DeviceList devices: - - 15308 - - 15309 - - 15014 - - 15013 - - 14907 - - 904 + - 15284 + - 15285 + - 15007 + - 15006 + - 14900 + - 893 - type: AtmosDevice joinedGrid: 2 - - uid: 14829 + - uid: 14820 components: - type: Transform rot: -1.5707963267948966 rad @@ -93869,22 +94083,22 @@ entities: parent: 2 - type: DeviceList devices: - - 15229 - - 15227 - - 15228 + - 15210 + - 15208 + - 15209 + - 15052 - 15056 - - 15060 - - 15197 - - 15170 - - 15198 - - 14980 - - 874 - - 15168 - - 15310 - - 15311 + - 15181 + - 15158 + - 15182 + - 14972 + - 863 + - 15156 + - 15286 + - 15287 - type: AtmosDevice joinedGrid: 2 - - uid: 14830 + - uid: 14821 components: - type: Transform rot: 3.141592653589793 rad @@ -93892,17 +94106,17 @@ entities: parent: 2 - type: DeviceList devices: - - 882 - - 14863 - - 14861 + - 871 - 14858 - - 14862 - - 14890 - - 14882 - - 14895 + - 14856 + - 14853 + - 14857 + - 14883 + - 14875 + - 14888 - type: AtmosDevice joinedGrid: 2 - - uid: 14831 + - uid: 14822 components: - type: Transform rot: 3.141592653589793 rad @@ -93910,30 +94124,30 @@ entities: parent: 2 - type: DeviceList devices: - - 919 - - 14979 - - 14978 - - 15307 - - 15306 + - 907 + - 14971 + - 14970 + - 15283 + - 15282 - type: AtmosDevice joinedGrid: 2 - - uid: 14832 + - uid: 14823 components: - type: Transform pos: 30.5,-70.5 parent: 2 - type: DeviceList devices: - - 927 - - 15323 - - 15324 - - 15325 - - 15322 - - 15321 - - 15320 + - 915 + - 15299 + - 15300 + - 15301 + - 15298 + - 15297 + - 15296 - type: AtmosDevice joinedGrid: 2 - - uid: 14833 + - uid: 14824 components: - type: Transform rot: -1.5707963267948966 rad @@ -93941,11 +94155,11 @@ entities: parent: 2 - type: DeviceList devices: - - 15319 - - 928 + - 15295 + - 916 - type: AtmosDevice joinedGrid: 2 - - uid: 14834 + - uid: 14825 components: - type: Transform rot: -1.5707963267948966 rad @@ -93953,14 +94167,14 @@ entities: parent: 2 - type: DeviceList devices: - - 910 - - 15318 - - 15320 - - 15321 - - 15322 + - 898 + - 15294 + - 15296 + - 15297 + - 15298 - type: AtmosDevice joinedGrid: 2 - - uid: 14835 + - uid: 14826 components: - type: Transform rot: 3.141592653589793 rad @@ -93968,16 +94182,16 @@ entities: parent: 2 - type: DeviceList devices: - - 15326 - - 15327 - - 15328 - - 15323 - - 15324 - - 15325 - - 858 + - 15302 + - 15303 + - 15304 + - 15299 + - 15300 + - 15301 + - 847 - type: AtmosDevice joinedGrid: 2 - - uid: 14836 + - uid: 14827 components: - type: Transform rot: -1.5707963267948966 rad @@ -93985,16 +94199,16 @@ entities: parent: 2 - type: DeviceList devices: - - 918 - - 15326 - - 15327 - - 15328 - - 15331 - - 15330 - - 15329 + - 906 + - 15302 + - 15303 + - 15304 + - 15307 + - 15306 + - 15305 - type: AtmosDevice joinedGrid: 2 - - uid: 14837 + - uid: 14828 components: - type: Transform rot: -1.5707963267948966 rad @@ -94002,13 +94216,13 @@ entities: parent: 2 - type: DeviceList devices: - - 917 - - 15329 - - 15330 - - 15331 + - 905 + - 15305 + - 15306 + - 15307 - type: AtmosDevice joinedGrid: 2 - - uid: 14838 + - uid: 14829 components: - type: Transform rot: -1.5707963267948966 rad @@ -94016,41 +94230,13 @@ entities: parent: 2 - type: DeviceList devices: - - 15334 - - 15241 - - 814 - - 15140 - - type: AtmosDevice - joinedGrid: 2 - - uid: 14839 - components: - - type: Transform - pos: 1.5,-51.5 - parent: 2 - - type: DeviceList - devices: - - 15220 - - 15037 - - 819 - - 15183 - - 15182 - - 15184 - - 15118 - - 15190 - - 15099 - - 15032 - - 15111 - - 15116 - - 15064 - - 15065 - - 15109 - - 15124 - - 15122 - - 15258 - - 14991 + - 15310 + - 15222 + - 810 + - 15128 - type: AtmosDevice joinedGrid: 2 - - uid: 14840 + - uid: 14830 components: - type: Transform rot: 1.5707963267948966 rad @@ -94058,45 +94244,45 @@ entities: parent: 2 - type: DeviceList devices: - - 932 - - 14993 - - 14913 - - 14939 - - 14992 + - 920 + - 14985 + - 14906 + - 14931 + - 14984 - type: AtmosDevice joinedGrid: 2 - - uid: 14841 + - uid: 14831 components: - type: Transform pos: -10.5,13.5 parent: 2 - type: DeviceList devices: - - 848 - - 15247 - - 15042 - - 15077 - - 15029 - - 15104 - - 14993 - - 14913 + - 837 + - 15228 + - 15038 + - 15072 + - 15027 + - 15097 + - 14985 + - 14906 - type: AtmosDevice joinedGrid: 2 - - uid: 14842 + - uid: 14832 components: - type: Transform pos: -71.5,-36.5 parent: 2 - type: DeviceList devices: - - 933 - - 15338 - - 15339 - - 14994 - - 14998 + - 921 + - 15314 + - 15315 + - 14986 + - 14990 - type: AtmosDevice joinedGrid: 2 - - uid: 14843 + - uid: 14833 components: - type: Transform rot: -1.5707963267948966 rad @@ -94104,13 +94290,13 @@ entities: parent: 2 - type: DeviceList devices: - - 937 - - 15340 - - 15342 - - 15343 + - 925 + - 15316 + - 15318 + - 15319 - type: AtmosDevice joinedGrid: 2 - - uid: 14844 + - uid: 14834 components: - type: Transform rot: -1.5707963267948966 rad @@ -94118,12 +94304,12 @@ entities: parent: 2 - type: DeviceList devices: - - 936 - - 15342 - - 15341 + - 924 + - 15318 + - 15317 - type: AtmosDevice joinedGrid: 2 - - uid: 14845 + - uid: 14835 components: - type: Transform rot: 1.5707963267948966 rad @@ -94131,12 +94317,12 @@ entities: parent: 2 - type: DeviceList devices: - - 938 - - 15344 - - 15345 + - 926 + - 15320 + - 15321 - type: AtmosDevice joinedGrid: 2 - - uid: 14846 + - uid: 14836 components: - type: Transform rot: 1.5707963267948966 rad @@ -94144,907 +94330,1024 @@ entities: parent: 2 - type: DeviceList devices: - - 15346 - - 15347 - - 15349 - - 939 + - 15322 + - 15323 + - 15325 + - 927 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14837 + components: + - type: Transform + pos: -15.5,-57.5 + parent: 2 + - type: DeviceList + devices: + - 14994 + - 14881 + - 15191 + - 15062 + - 929 + - 15010 + - 15011 + - 15009 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14838 + components: + - type: Transform + pos: -5.5,-51.5 + parent: 2 + - type: DeviceList + devices: + - 930 + - 15102 + - 15061 + - 15060 + - 15169 + - 15168 + - 15170 + - 15008 + - 15328 + - 15329 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14839 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-45.5 + parent: 2 + - type: DeviceList + devices: + - 812 + - 15060 + - 15061 + - 15102 + - 15169 + - 15168 + - 15170 + - 14949 + - 15202 + - 15203 + - 14868 + - 14867 + - 14887 + - 14866 + - 14865 + - 14864 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14840 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-55.5 + parent: 2 + - type: DeviceList + devices: + - 15008 + - 15327 + - 15012 + - 932 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14841 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-51.5 + parent: 2 + - type: DeviceList + devices: + - 823 + - 15012 + - 15203 + - 15202 + - 15327 - type: AtmosDevice joinedGrid: 2 - proto: FireAxeCabinetFilled entities: - - uid: 14847 + - uid: 14842 components: - type: Transform rot: -1.5707963267948966 rad pos: -36.5,-49.5 parent: 2 - - uid: 14848 + - uid: 14843 components: - type: Transform pos: 30.5,-20.5 parent: 2 - proto: FireExtinguisher entities: - - uid: 14849 + - uid: 14844 components: - type: Transform pos: -40.44795,34.218018 parent: 2 - - uid: 14850 + - uid: 14845 components: - type: Transform pos: -40.7292,33.999268 parent: 2 - - uid: 14851 + - uid: 14846 components: - type: Transform pos: -47.435944,26.604792 parent: 2 - - uid: 14852 + - uid: 14847 components: - type: Transform pos: 22.516739,-54.502064 parent: 2 - proto: Firelock entities: - - uid: 14853 + - uid: 14848 components: - type: Transform pos: -47.5,-25.5 parent: 2 - - uid: 14854 + - uid: 14849 components: - type: Transform rot: 1.5707963267948966 rad pos: -13.5,15.5 parent: 2 - - uid: 14855 + - uid: 14850 components: - type: Transform pos: 10.5,-64.5 parent: 2 - - uid: 14856 + - uid: 14851 components: - type: Transform pos: 39.5,-26.5 parent: 2 - - uid: 14857 + - uid: 14852 components: - type: Transform pos: 39.5,-25.5 parent: 2 - - uid: 14858 + - uid: 14853 components: - type: Transform pos: 18.5,-24.5 parent: 2 - - uid: 14859 + - uid: 14854 components: - type: Transform pos: 56.5,-2.5 parent: 2 - - uid: 14860 + - uid: 14855 components: - type: Transform rot: 3.141592653589793 rad pos: 15.5,-13.5 parent: 2 - - uid: 14861 + - uid: 14856 components: - type: Transform rot: 1.5707963267948966 rad pos: 32.5,-25.5 parent: 2 - - uid: 14862 + - uid: 14857 components: - type: Transform rot: 1.5707963267948966 rad pos: 18.5,-25.5 parent: 2 - - uid: 14863 + - uid: 14858 components: - type: Transform pos: 32.5,-24.5 parent: 2 - - uid: 14864 + - uid: 14859 components: - type: Transform pos: 40.5,-14.5 parent: 2 - - uid: 14865 + - uid: 14860 components: - type: Transform rot: 1.5707963267948966 rad pos: 26.5,14.5 parent: 2 - - uid: 14866 + - uid: 14861 components: - type: Transform pos: 23.5,-53.5 parent: 2 - - uid: 14867 + - uid: 14862 components: - type: Transform rot: 1.5707963267948966 rad pos: 25.5,14.5 parent: 2 - - uid: 14868 + - uid: 14863 components: - type: Transform pos: 30.5,23.5 parent: 2 - - uid: 14869 + - uid: 14864 components: - type: Transform pos: -9.5,-44.5 parent: 2 - - uid: 14870 + - type: DeviceNetwork + deviceLists: + - 103 + - 14839 + - uid: 14865 components: - type: Transform pos: -8.5,-44.5 parent: 2 - - uid: 14871 + - type: DeviceNetwork + deviceLists: + - 103 + - 14839 + - uid: 14866 components: - type: Transform pos: -7.5,-44.5 parent: 2 - - uid: 14872 + - type: DeviceNetwork + deviceLists: + - 103 + - 14839 + - uid: 14867 components: - type: Transform pos: -0.5,-44.5 parent: 2 - - uid: 14873 + - type: DeviceNetwork + deviceLists: + - 103 + - 14839 + - uid: 14868 components: - type: Transform pos: 0.5,-44.5 parent: 2 - - uid: 14874 + - type: DeviceNetwork + deviceLists: + - 103 + - 14839 + - uid: 14869 components: - type: Transform rot: -1.5707963267948966 rad pos: 11.5,-49.5 parent: 2 - - uid: 14875 - components: - - type: Transform - pos: -13.5,-62.5 - parent: 2 - - uid: 14876 - components: - - type: Transform - pos: -21.5,-52.5 - parent: 2 - - uid: 14877 + - uid: 14870 components: - type: Transform rot: 1.5707963267948966 rad pos: 24.5,14.5 parent: 2 - - uid: 14878 + - uid: 14871 components: - type: Transform pos: 18.5,-51.5 parent: 2 - - uid: 14879 + - uid: 14872 components: - type: Transform pos: -47.5,-27.5 parent: 2 - - uid: 14880 + - uid: 14873 components: - type: Transform pos: -11.5,-24.5 parent: 2 - - uid: 14881 + - uid: 14874 components: - type: Transform pos: 31.5,-44.5 parent: 2 - type: DeviceNetwork deviceLists: - - 101 - - uid: 14882 + - 97 + - uid: 14875 components: - type: Transform pos: 26.5,-26.5 parent: 2 - - uid: 14883 + - uid: 14876 components: - type: Transform pos: 14.5,17.5 parent: 2 - - uid: 14884 + - uid: 14877 components: - type: Transform rot: 1.5707963267948966 rad pos: -27.5,-41.5 parent: 2 - - uid: 14885 + - uid: 14878 components: - type: Transform pos: 14.5,-51.5 parent: 2 - - uid: 14886 + - uid: 14879 components: - type: Transform pos: 54.5,38.5 parent: 2 - - uid: 14887 + - uid: 14880 components: - type: Transform pos: 29.5,23.5 parent: 2 - - uid: 14888 + - uid: 14881 components: - type: Transform pos: -19.5,-62.5 parent: 2 - - uid: 14889 + - type: DeviceNetwork + deviceLists: + - 99 + - 14837 + - uid: 14882 components: - type: Transform pos: -29.5,-1.5 parent: 2 - - uid: 14890 + - uid: 14883 components: - type: Transform pos: 23.5,-26.5 parent: 2 - - uid: 14891 + - uid: 14884 components: - type: Transform pos: -19.5,-3.5 parent: 2 - - uid: 14892 + - uid: 14885 components: - type: Transform pos: -10.5,-75.5 parent: 2 - - uid: 14893 + - uid: 14886 components: - type: Transform pos: 34.5,22.5 parent: 2 - - uid: 14894 + - uid: 14887 components: - type: Transform pos: -1.5,-44.5 parent: 2 - - uid: 14895 + - type: DeviceNetwork + deviceLists: + - 103 + - 14839 + - uid: 14888 components: - type: Transform pos: 28.5,-26.5 parent: 2 - - uid: 14896 + - uid: 14889 components: - type: Transform pos: -1.5,-72.5 parent: 2 - - uid: 14897 + - uid: 14890 components: - type: Transform pos: 14.5,16.5 parent: 2 - - uid: 14898 + - uid: 14891 components: - type: Transform pos: 28.5,23.5 parent: 2 - - uid: 14899 + - uid: 14892 components: - type: Transform pos: -50.5,-76.5 parent: 2 - - uid: 14900 + - uid: 14893 components: - type: Transform rot: 3.141592653589793 rad pos: 14.5,-3.5 parent: 2 - - uid: 14901 + - uid: 14894 components: - type: Transform pos: 19.5,-8.5 parent: 2 - - uid: 14902 + - uid: 14895 components: - type: Transform pos: -9.5,-29.5 parent: 2 - - uid: 14903 + - uid: 14896 components: - type: Transform rot: -1.5707963267948966 rad pos: -16.5,-30.5 parent: 2 - - uid: 14904 + - uid: 14897 components: - type: Transform rot: -1.5707963267948966 rad pos: -9.5,-2.5 parent: 2 - - uid: 14905 + - uid: 14898 components: - type: Transform rot: -1.5707963267948966 rad pos: 37.5,20.5 parent: 2 - - uid: 14906 + - uid: 14899 components: - type: Transform pos: 45.5,-40.5 parent: 2 - - uid: 14907 + - uid: 14900 components: - type: Transform pos: 66.5,-48.5 parent: 2 - - uid: 14908 + - uid: 14901 components: - type: Transform pos: 42.5,-40.5 parent: 2 - - uid: 14909 + - uid: 14902 components: - type: Transform pos: 43.5,-40.5 parent: 2 - - uid: 14910 + - uid: 14903 components: - type: Transform pos: 62.5,-37.5 parent: 2 - - uid: 14911 + - uid: 14904 components: - type: Transform pos: -38.5,-22.5 parent: 2 - - uid: 14912 + - uid: 14905 components: - type: Transform rot: -1.5707963267948966 rad pos: 62.5,-16.5 parent: 2 - - uid: 14913 + - uid: 14906 components: - type: Transform pos: -3.5,13.5 parent: 2 - - uid: 14914 + - uid: 14907 components: - type: Transform pos: -31.5,-30.5 parent: 2 - - uid: 14915 + - uid: 14908 components: - type: Transform pos: -32.5,-30.5 parent: 2 - - uid: 14916 + - uid: 14909 components: - type: Transform pos: 41.5,-11.5 parent: 2 - - uid: 14917 + - uid: 14910 components: - type: Transform pos: 36.5,-8.5 parent: 2 - - uid: 14918 + - uid: 14911 components: - type: Transform pos: -29.5,-34.5 parent: 2 - - uid: 14919 + - uid: 14912 components: - type: Transform pos: -29.5,-33.5 parent: 2 - - uid: 14920 + - uid: 14913 components: - type: Transform pos: -60.5,-26.5 parent: 2 - - uid: 14921 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-63.5 - parent: 2 - - uid: 14922 + - uid: 14914 components: - type: Transform pos: -22.5,-26.5 parent: 2 - - uid: 14923 + - uid: 14915 components: - type: Transform pos: -29.5,-26.5 parent: 2 - - uid: 14924 + - uid: 14916 components: - type: Transform pos: -49.5,-5.5 parent: 2 - - uid: 14925 + - uid: 14917 components: - type: Transform pos: -49.5,-6.5 parent: 2 - - uid: 14926 + - uid: 14918 components: - type: Transform pos: -51.5,-63.5 parent: 2 - - uid: 14927 + - uid: 14919 components: - type: Transform pos: -56.5,-57.5 parent: 2 - - uid: 14928 + - uid: 14920 components: - type: Transform pos: -23.5,-51.5 parent: 2 - - uid: 14929 + - uid: 14921 components: - type: Transform pos: -42.5,-64.5 parent: 2 - - uid: 14930 + - uid: 14922 components: - type: Transform pos: -24.5,-64.5 parent: 2 - - uid: 14931 + - uid: 14923 components: - type: Transform pos: -30.5,-49.5 parent: 2 - - uid: 14932 + - uid: 14924 components: - type: Transform pos: -28.5,-56.5 parent: 2 - - uid: 14933 + - uid: 14925 components: - type: Transform pos: 44.5,-64.5 parent: 2 - - uid: 14934 + - uid: 14926 components: - type: Transform pos: 58.5,27.5 parent: 2 - - uid: 14935 + - uid: 14927 components: - type: Transform pos: 46.5,33.5 parent: 2 - - uid: 14936 + - uid: 14928 components: - type: Transform pos: 48.5,30.5 parent: 2 - - uid: 14937 + - uid: 14929 components: - type: Transform pos: -45.5,13.5 parent: 2 - - uid: 14938 + - uid: 14930 components: - type: Transform pos: -26.5,22.5 parent: 2 - - uid: 14939 + - uid: 14931 components: - type: Transform pos: -1.5,14.5 parent: 2 - - uid: 14940 + - uid: 14932 components: - type: Transform pos: -45.5,17.5 parent: 2 - - uid: 14941 + - uid: 14933 components: - type: Transform rot: -1.5707963267948966 rad pos: -55.5,-29.5 parent: 2 - - uid: 14942 + - uid: 14934 components: - type: Transform pos: -24.5,-49.5 parent: 2 - - uid: 14943 + - uid: 14935 components: - type: Transform rot: 3.141592653589793 rad pos: -46.5,-2.5 parent: 2 - - uid: 14944 + - uid: 14936 components: - type: Transform pos: 21.5,9.5 parent: 2 - - uid: 14945 + - uid: 14937 components: - type: Transform rot: -1.5707963267948966 rad pos: -15.5,28.5 parent: 2 - - uid: 14946 + - uid: 14938 components: - type: Transform rot: -1.5707963267948966 rad pos: -26.5,-14.5 parent: 2 - - uid: 14947 + - uid: 14939 components: - type: Transform rot: -1.5707963267948966 rad pos: -30.5,-10.5 parent: 2 - - uid: 14948 + - uid: 14940 components: - type: Transform pos: -36.5,-14.5 parent: 2 - - uid: 14949 + - uid: 14941 components: - type: Transform rot: -1.5707963267948966 rad pos: 64.5,16.5 parent: 2 - - uid: 14950 + - uid: 14942 components: - type: Transform rot: -1.5707963267948966 rad pos: 65.5,3.5 parent: 2 - - uid: 14951 + - uid: 14943 components: - type: Transform pos: 43.5,-55.5 parent: 2 - - uid: 14952 + - uid: 14944 components: - type: Transform rot: 3.141592653589793 rad pos: 4.5,-15.5 parent: 2 - - uid: 14953 + - uid: 14945 components: - type: Transform rot: 3.141592653589793 rad pos: -23.5,-45.5 parent: 2 - - uid: 14954 + - uid: 14946 components: - type: Transform pos: 8.5,-54.5 parent: 2 - - uid: 14955 + - uid: 14947 components: - type: Transform pos: 36.5,-47.5 parent: 2 - - uid: 14956 + - uid: 14948 components: - type: Transform rot: -1.5707963267948966 rad pos: 36.5,-55.5 parent: 2 - - uid: 14957 + - uid: 14949 components: - type: Transform pos: -10.5,-46.5 parent: 2 - - uid: 14958 + - type: DeviceNetwork + deviceLists: + - 103 + - 14839 + - 100 + - uid: 14950 components: - type: Transform pos: 0.5,10.5 parent: 2 - - uid: 14959 + - uid: 14951 components: - type: Transform pos: -16.5,-69.5 parent: 2 - - uid: 14960 + - uid: 14952 components: - type: Transform pos: -29.5,-72.5 parent: 2 - - uid: 14961 + - uid: 14953 components: - type: Transform pos: -35.5,-70.5 parent: 2 - - uid: 14962 + - uid: 14954 components: - type: Transform pos: 3.5,17.5 parent: 2 - - uid: 14963 + - uid: 14955 components: - type: Transform pos: 3.5,16.5 parent: 2 - - uid: 14964 + - uid: 14956 components: - type: Transform pos: -19.5,45.5 parent: 2 - - uid: 14965 + - uid: 14957 components: - type: Transform pos: -13.5,38.5 parent: 2 - - uid: 14966 + - uid: 14958 components: - type: Transform pos: -17.5,34.5 parent: 2 - - uid: 14967 + - uid: 14959 components: - type: Transform pos: -13.5,34.5 parent: 2 - - uid: 14968 + - uid: 14960 components: - type: Transform pos: -13.5,41.5 parent: 2 - - uid: 14969 + - uid: 14961 components: - type: Transform pos: -38.5,39.5 parent: 2 - - uid: 14970 + - uid: 14962 components: - type: Transform pos: -25.5,41.5 parent: 2 - - uid: 14971 + - uid: 14963 components: - type: Transform pos: -27.5,32.5 parent: 2 - - uid: 14972 + - uid: 14964 components: - type: Transform pos: -8.5,-76.5 parent: 2 - - uid: 14973 + - uid: 14965 components: - type: Transform pos: -13.5,-97.5 parent: 2 - - uid: 14974 + - uid: 14966 components: - type: Transform rot: 1.5707963267948966 rad pos: -72.5,-27.5 parent: 2 - - uid: 14975 + - uid: 14967 components: - type: Transform pos: 61.5,-37.5 parent: 2 - - uid: 14976 + - uid: 14968 components: - type: Transform pos: 66.5,-33.5 parent: 2 - - uid: 14977 + - uid: 14969 components: - type: Transform pos: 66.5,-34.5 parent: 2 - - uid: 14978 + - uid: 14970 components: - type: Transform pos: 69.5,-33.5 parent: 2 - - uid: 14979 + - uid: 14971 components: - type: Transform pos: 69.5,-34.5 parent: 2 - - uid: 14980 + - uid: 14972 components: - type: Transform pos: -17.5,-20.5 parent: 2 - - uid: 14981 + - uid: 14973 components: - type: Transform pos: 19.5,-44.5 parent: 2 - - uid: 14982 + - uid: 14974 components: - type: Transform rot: -1.5707963267948966 rad pos: 68.5,-62.5 parent: 2 - - uid: 14983 + - uid: 14975 components: - type: Transform rot: -1.5707963267948966 rad pos: 65.5,-65.5 parent: 2 - - uid: 14984 + - uid: 14976 components: - type: Transform rot: -1.5707963267948966 rad pos: 57.5,-65.5 parent: 2 - - uid: 14985 + - uid: 14977 components: - type: Transform rot: -1.5707963267948966 rad pos: 73.5,-57.5 parent: 2 - - uid: 14986 + - uid: 14978 components: - type: Transform pos: 16.5,30.5 parent: 2 - - uid: 14987 + - uid: 14979 components: - type: Transform pos: -6.5,-9.5 parent: 2 - - uid: 14988 + - uid: 14980 components: - type: Transform pos: -13.5,-7.5 parent: 2 - - uid: 14989 + - uid: 14981 components: - type: Transform pos: -14.5,-14.5 parent: 2 - - uid: 14990 + - uid: 14982 components: - type: Transform pos: -15.5,-17.5 parent: 2 - - uid: 14991 + - uid: 14983 components: - type: Transform pos: -4.5,-51.5 parent: 2 - - uid: 14992 + - uid: 14984 components: - type: Transform pos: -9.5,15.5 parent: 2 - - uid: 14993 + - uid: 14985 components: - type: Transform pos: -6.5,13.5 parent: 2 - - uid: 14994 + - uid: 14986 components: - type: Transform rot: -1.5707963267948966 rad pos: -64.5,-36.5 parent: 2 - - uid: 14995 + - uid: 14987 components: - type: Transform pos: -49.5,-16.5 parent: 2 - - uid: 14996 + - uid: 14988 components: - type: Transform pos: -49.5,-17.5 parent: 2 - - uid: 14997 + - uid: 14989 components: - type: Transform rot: -1.5707963267948966 rad pos: -56.5,-40.5 parent: 2 - - uid: 14998 + - uid: 14990 components: - type: Transform rot: -1.5707963267948966 rad pos: -64.5,-37.5 parent: 2 - - uid: 14999 + - uid: 14991 components: - type: Transform rot: -1.5707963267948966 rad pos: -51.5,-36.5 parent: 2 - - uid: 15000 + - uid: 14992 components: - type: Transform rot: -1.5707963267948966 rad pos: -51.5,-37.5 parent: 2 - - uid: 15001 + - uid: 14993 components: - type: Transform pos: 0.5,-12.5 parent: 2 + - uid: 14994 + components: + - type: Transform + pos: -13.5,-62.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 99 + - 14837 - proto: FirelockEdge entities: - - uid: 15002 + - uid: 14995 components: - type: Transform rot: -1.5707963267948966 rad pos: 10.5,13.5 parent: 2 - - uid: 15003 + - uid: 14996 components: - type: Transform rot: -1.5707963267948966 rad pos: 10.5,14.5 parent: 2 - - uid: 15004 + - uid: 14997 components: - type: Transform rot: 3.141592653589793 rad pos: 59.5,21.5 parent: 2 - - uid: 15005 + - uid: 14998 components: - type: Transform rot: 3.141592653589793 rad pos: 56.5,21.5 parent: 2 - - uid: 15006 + - uid: 14999 components: - type: Transform rot: 3.141592653589793 rad pos: 53.5,21.5 parent: 2 - - uid: 15007 + - uid: 15000 components: - type: Transform rot: 3.141592653589793 rad pos: 50.5,21.5 parent: 2 - - uid: 15008 + - uid: 15001 components: - type: Transform rot: 3.141592653589793 rad pos: 47.5,21.5 parent: 2 - - uid: 15009 + - uid: 15002 components: - type: Transform rot: 1.5707963267948966 rad pos: 59.5,18.5 parent: 2 - - uid: 15010 + - uid: 15003 components: - type: Transform rot: 1.5707963267948966 rad pos: 59.5,15.5 parent: 2 - - uid: 15011 + - uid: 15004 components: - type: Transform rot: 1.5707963267948966 rad pos: 59.5,13.5 parent: 2 - - uid: 15012 + - uid: 15005 components: - type: Transform rot: -1.5707963267948966 rad pos: 61.5,21.5 parent: 2 - - uid: 15013 + - uid: 15006 components: - type: Transform rot: 1.5707963267948966 rad pos: 65.5,-46.5 parent: 2 - - uid: 15014 + - uid: 15007 components: - type: Transform rot: 1.5707963267948966 rad @@ -95052,1876 +95355,1895 @@ entities: parent: 2 - proto: FirelockGlass entities: - - uid: 15015 + - uid: 15008 + components: + - type: Transform + pos: -0.5,-56.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 98 + - 14838 + - 102 + - 14840 + - uid: 15009 + components: + - type: Transform + pos: -8.5,-60.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 99 + - 14837 + - uid: 15010 + components: + - type: Transform + pos: -13.5,-57.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 101 + - 99 + - 14837 + - uid: 15011 + components: + - type: Transform + pos: -8.5,-59.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 99 + - 14837 + - uid: 15012 + components: + - type: Transform + pos: 3.5,-54.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 102 + - 14840 + - 104 + - 14841 + - uid: 15013 components: - type: Transform pos: -69.5,-23.5 parent: 2 - - uid: 15016 + - uid: 15014 components: - type: Transform pos: -19.5,-39.5 parent: 2 - - uid: 15017 + - uid: 15015 components: - type: Transform pos: -19.5,-68.5 parent: 2 - - uid: 15018 + - uid: 15016 components: - type: Transform pos: 10.5,-26.5 parent: 2 - - uid: 15019 + - uid: 15017 components: - type: Transform pos: 24.5,-15.5 parent: 2 - - uid: 15020 + - uid: 15018 components: - type: Transform rot: -1.5707963267948966 rad pos: 15.5,3.5 parent: 2 - - uid: 15021 + - uid: 15019 components: - type: Transform pos: 11.5,4.5 parent: 2 - - uid: 15022 + - uid: 15020 components: - type: Transform pos: 11.5,-2.5 parent: 2 - - uid: 15023 + - uid: 15021 components: - type: Transform pos: 38.5,-69.5 parent: 2 - - uid: 15024 + - uid: 15022 components: - type: Transform pos: 15.5,7.5 parent: 2 - - uid: 15025 + - uid: 15023 components: - type: Transform pos: 16.5,18.5 parent: 2 - - uid: 15026 + - uid: 15024 components: - type: Transform pos: 27.5,18.5 parent: 2 - - uid: 15027 + - uid: 15025 components: - type: Transform pos: 31.5,-4.5 parent: 2 - - uid: 15028 + - uid: 15026 components: - type: Transform pos: 7.5,7.5 parent: 2 - - uid: 15029 + - uid: 15027 components: - type: Transform pos: -6.5,4.5 parent: 2 - - uid: 15030 + - uid: 15028 components: - type: Transform rot: -1.5707963267948966 rad pos: 15.5,-1.5 parent: 2 - - uid: 15031 + - uid: 15029 components: - type: Transform pos: 18.5,-32.5 parent: 2 - - uid: 15032 - components: - - type: Transform - pos: -5.5,-55.5 - parent: 2 - - uid: 15033 + - uid: 15030 components: - type: Transform pos: 32.5,-32.5 parent: 2 - - uid: 15034 + - uid: 15031 components: - type: Transform rot: -1.5707963267948966 rad pos: 18.5,15.5 parent: 2 - - uid: 15035 + - uid: 15032 components: - type: Transform pos: 35.5,-38.5 parent: 2 - type: DeviceNetwork deviceLists: - - 101 - - uid: 15036 + - 97 + - uid: 15033 components: - type: Transform pos: -0.5,-69.5 parent: 2 - - uid: 15037 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-51.5 - parent: 2 - - uid: 15038 + - uid: 15034 components: - type: Transform pos: -16.5,-43.5 parent: 2 - - uid: 15039 + - uid: 15035 components: - type: Transform pos: -16.5,-42.5 parent: 2 - - uid: 15040 + - uid: 15036 components: - type: Transform pos: -16.5,-41.5 parent: 2 - - uid: 15041 + - uid: 15037 components: - type: Transform pos: 26.5,-15.5 parent: 2 - - uid: 15042 + - uid: 15038 components: - type: Transform pos: -8.5,4.5 parent: 2 - - uid: 15043 + - uid: 15039 components: - type: Transform pos: -1.5,3.5 parent: 2 - - uid: 15044 + - uid: 15040 components: - type: Transform rot: -1.5707963267948966 rad pos: 15.5,-0.5 parent: 2 - - uid: 15045 + - uid: 15041 components: - type: Transform pos: 19.5,-6.5 parent: 2 - - uid: 15046 + - uid: 15042 components: - type: Transform pos: 8.5,-68.5 parent: 2 - - uid: 15047 + - uid: 15043 components: - type: Transform pos: 35.5,-19.5 parent: 2 - - uid: 15048 + - uid: 15044 components: - type: Transform pos: 36.5,-19.5 parent: 2 - - uid: 15049 + - uid: 15045 components: - type: Transform pos: 7.5,-41.5 parent: 2 - type: DeviceNetwork deviceLists: - - 101 - - uid: 15050 + - 97 + - uid: 15046 components: - type: Transform pos: 24.5,-44.5 parent: 2 - type: DeviceNetwork deviceLists: - - 101 - - uid: 15051 + - 97 + - uid: 15047 components: - type: Transform rot: -1.5707963267948966 rad pos: 15.5,2.5 parent: 2 - - uid: 15052 + - uid: 15048 components: - type: Transform pos: 31.5,7.5 parent: 2 - - uid: 15053 + - uid: 15049 components: - type: Transform rot: 1.5707963267948966 rad pos: 43.5,14.5 parent: 2 - - uid: 15054 + - uid: 15050 components: - type: Transform pos: 31.5,-5.5 parent: 2 - - uid: 15055 + - uid: 15051 components: - type: Transform pos: 10.5,4.5 parent: 2 - - uid: 15056 + - uid: 15052 components: - type: Transform pos: -21.5,-11.5 parent: 2 - - uid: 15057 + - uid: 15053 components: - type: Transform pos: 36.5,-38.5 parent: 2 - type: DeviceNetwork deviceLists: - - 101 - - uid: 15058 + - 97 + - uid: 15054 components: - type: Transform pos: -3.5,-2.5 parent: 2 - - uid: 15059 + - uid: 15055 components: - type: Transform pos: -5.5,-2.5 parent: 2 - - uid: 15060 + - uid: 15056 components: - type: Transform pos: -21.5,-12.5 parent: 2 - - uid: 15061 + - uid: 15057 components: - type: Transform pos: -0.5,-25.5 parent: 2 - - uid: 15062 + - uid: 15058 components: - type: Transform rot: -1.5707963267948966 rad pos: 17.5,15.5 parent: 2 - - uid: 15063 + - uid: 15059 components: - type: Transform pos: 15.5,-19.5 parent: 2 - - uid: 15064 + - uid: 15060 components: - type: Transform pos: -9.5,-51.5 parent: 2 - - uid: 15065 + - type: DeviceNetwork + deviceLists: + - 98 + - 14838 + - 103 + - 14839 + - uid: 15061 components: - type: Transform pos: -8.5,-51.5 parent: 2 - - uid: 15066 + - type: DeviceNetwork + deviceLists: + - 98 + - 14838 + - 103 + - 14839 + - uid: 15062 components: - type: Transform pos: -19.5,-58.5 parent: 2 - - uid: 15067 - components: - - type: Transform - pos: -2.5,-62.5 - parent: 2 - - uid: 15068 + - type: DeviceNetwork + deviceLists: + - 99 + - 14837 + - uid: 15063 components: - type: Transform pos: 31.5,8.5 parent: 2 - - uid: 15069 + - uid: 15064 components: - type: Transform pos: 31.5,1.5 parent: 2 - - uid: 15070 + - uid: 15065 components: - type: Transform rot: -1.5707963267948966 rad pos: 19.5,14.5 parent: 2 - - uid: 15071 + - uid: 15066 components: - type: Transform pos: -46.5,27.5 parent: 2 - - uid: 15072 + - uid: 15067 components: - type: Transform pos: 35.5,2.5 parent: 2 - - uid: 15073 + - uid: 15068 components: - type: Transform pos: -23.5,-81.5 parent: 2 - - uid: 15074 + - uid: 15069 components: - type: Transform pos: 27.5,17.5 parent: 2 - - uid: 15075 + - uid: 15070 components: - type: Transform pos: 14.5,-19.5 parent: 2 - - uid: 15076 + - uid: 15071 components: - type: Transform pos: 7.5,9.5 parent: 2 - - uid: 15077 + - uid: 15072 components: - type: Transform pos: -7.5,4.5 parent: 2 - - uid: 15078 + - uid: 15073 components: - type: Transform pos: -1.5,-1.5 parent: 2 - - uid: 15079 + - uid: 15074 components: - type: Transform pos: 34.5,-19.5 parent: 2 - - uid: 15080 + - uid: 15075 components: - type: Transform pos: -1.5,2.5 parent: 2 - - uid: 15081 + - uid: 15076 components: - type: Transform pos: 31.5,-6.5 parent: 2 - - uid: 15082 + - uid: 15077 components: - type: Transform pos: 31.5,6.5 parent: 2 - - uid: 15083 + - uid: 15078 components: - type: Transform pos: 15.5,6.5 parent: 2 - - uid: 15084 + - uid: 15079 components: - type: Transform pos: 19.5,7.5 parent: 2 - - uid: 15085 + - uid: 15080 components: - type: Transform pos: 11.5,18.5 parent: 2 - - uid: 15086 + - uid: 15081 components: - type: Transform pos: 10.5,-2.5 parent: 2 - - uid: 15087 + - uid: 15082 components: - type: Transform pos: 16.5,-38.5 parent: 2 - type: DeviceNetwork deviceLists: - - 101 - - uid: 15088 + - 97 + - uid: 15083 components: - type: Transform pos: 26.5,-31.5 parent: 2 - - uid: 15089 + - uid: 15084 components: - type: Transform pos: -3.5,-22.5 parent: 2 - - uid: 15090 + - uid: 15085 components: - type: Transform pos: -0.5,-26.5 parent: 2 - - uid: 15091 + - uid: 15086 components: - type: Transform pos: -20.5,-39.5 parent: 2 - - uid: 15092 + - uid: 15087 components: - type: Transform pos: 10.5,-27.5 parent: 2 - - uid: 15093 - components: - - type: Transform - pos: -15.5,-58.5 - parent: 2 - - uid: 15094 + - uid: 15088 components: - type: Transform pos: 1.5,4.5 parent: 2 - - uid: 15095 + - uid: 15089 components: - type: Transform pos: -4.5,-22.5 parent: 2 - - uid: 15096 + - uid: 15090 components: - type: Transform pos: 7.5,8.5 parent: 2 - - uid: 15097 + - uid: 15091 components: - type: Transform pos: 35.5,1.5 parent: 2 - - uid: 15098 + - uid: 15092 components: - type: Transform pos: 10.5,-25.5 parent: 2 - - uid: 15099 - components: - - type: Transform - pos: -2.5,-55.5 - parent: 2 - - uid: 15100 + - uid: 15093 components: - type: Transform pos: 5.5,4.5 parent: 2 - - uid: 15101 + - uid: 15094 components: - type: Transform pos: 16.5,-19.5 parent: 2 - - uid: 15102 + - uid: 15095 components: - type: Transform pos: 19.5,6.5 parent: 2 - - uid: 15103 + - uid: 15096 components: - type: Transform pos: -4.5,-2.5 parent: 2 - - uid: 15104 + - uid: 15097 components: - type: Transform pos: -1.5,7.5 parent: 2 - - uid: 15105 + - uid: 15098 components: - type: Transform rot: 3.141592653589793 rad pos: -1.5,-0.5 parent: 2 - - uid: 15106 + - uid: 15099 components: - type: Transform pos: 19.5,-5.5 parent: 2 - - uid: 15107 + - uid: 15100 components: - type: Transform pos: -27.5,1.5 parent: 2 - - uid: 15108 + - uid: 15101 components: - type: Transform pos: 7.5,-42.5 parent: 2 - type: DeviceNetwork deviceLists: - - 101 - - uid: 15109 + - 97 + - uid: 15102 components: - type: Transform pos: -7.5,-51.5 parent: 2 - - uid: 15110 + - type: DeviceNetwork + deviceLists: + - 98 + - 14838 + - 103 + - 14839 + - uid: 15103 components: - type: Transform pos: 7.5,-43.5 parent: 2 - type: DeviceNetwork deviceLists: - - 101 - - uid: 15111 - components: - - type: Transform - pos: -8.5,-55.5 - parent: 2 - - uid: 15112 + - 97 + - uid: 15104 components: - type: Transform pos: 34.5,-38.5 parent: 2 - type: DeviceNetwork deviceLists: - - 101 - - uid: 15113 + - 97 + - uid: 15105 components: - type: Transform pos: 38.5,-0.5 parent: 2 - - uid: 15114 + - uid: 15106 components: - type: Transform pos: 25.5,-15.5 parent: 2 - - uid: 15115 + - uid: 15107 components: - type: Transform pos: 14.5,-38.5 parent: 2 - type: DeviceNetwork deviceLists: - - 101 - - uid: 15116 - components: - - type: Transform - pos: -11.5,-55.5 - parent: 2 - - uid: 15117 + - 97 + - uid: 15108 components: - type: Transform pos: 20.5,-15.5 parent: 2 - - uid: 15118 - components: - - type: Transform - pos: 0.5,-55.5 - parent: 2 - - uid: 15119 + - uid: 15109 components: - type: Transform pos: 11.5,-29.5 parent: 2 - - uid: 15120 + - uid: 15110 components: - type: Transform pos: 35.5,-3.5 parent: 2 - - uid: 15121 + - uid: 15111 components: - type: Transform pos: -22.5,-81.5 parent: 2 - - uid: 15122 - components: - - type: Transform - pos: -15.5,-55.5 - parent: 2 - - uid: 15123 + - uid: 15112 components: - type: Transform pos: 25.5,-44.5 parent: 2 - type: DeviceNetwork deviceLists: - - 101 - - uid: 15124 - components: - - type: Transform - pos: -14.5,-55.5 - parent: 2 - - uid: 15125 + - 97 + - uid: 15113 components: - type: Transform pos: 19.5,-4.5 parent: 2 - - uid: 15126 + - uid: 15114 components: - type: Transform pos: -0.5,-27.5 parent: 2 - - uid: 15127 + - uid: 15115 components: - type: Transform pos: -18.5,-39.5 parent: 2 - - uid: 15128 + - uid: 15116 components: - type: Transform pos: -5.5,-22.5 parent: 2 - - uid: 15129 + - uid: 15117 components: - type: Transform pos: 4.5,11.5 parent: 2 - - uid: 15130 + - uid: 15118 components: - type: Transform pos: 5.5,11.5 parent: 2 - - uid: 15131 + - uid: 15119 components: - type: Transform pos: -5.5,-39.5 parent: 2 - - uid: 15132 + - uid: 15120 components: - type: Transform pos: -4.5,-39.5 parent: 2 - - uid: 15133 + - uid: 15121 components: - type: Transform pos: -3.5,-39.5 parent: 2 - - uid: 15134 + - uid: 15122 components: - type: Transform pos: 0.5,4.5 parent: 2 - - uid: 15135 + - uid: 15123 components: - type: Transform pos: 2.5,4.5 parent: 2 - - uid: 15136 + - uid: 15124 components: - type: Transform pos: 22.5,-44.5 parent: 2 - type: DeviceNetwork deviceLists: - - 101 - - uid: 15137 + - 97 + - uid: 15125 components: - type: Transform pos: -8.5,-40.5 parent: 2 - - uid: 15138 + - uid: 15126 components: - type: Transform pos: 21.5,-44.5 parent: 2 - type: DeviceNetwork deviceLists: - - 101 - - uid: 15139 + - 97 + - uid: 15127 components: - type: Transform pos: 27.5,21.5 parent: 2 - - uid: 15140 + - uid: 15128 components: - type: Transform rot: 1.5707963267948966 rad pos: 48.5,6.5 parent: 2 - - uid: 15141 + - uid: 15129 components: - type: Transform rot: 1.5707963267948966 rad pos: 43.5,19.5 parent: 2 - - uid: 15142 + - uid: 15130 components: - type: Transform rot: 1.5707963267948966 rad pos: 43.5,20.5 parent: 2 - - uid: 15143 + - uid: 15131 components: - type: Transform rot: 1.5707963267948966 rad pos: 43.5,15.5 parent: 2 - - uid: 15144 + - uid: 15132 components: - type: Transform rot: 1.5707963267948966 rad pos: 61.5,4.5 parent: 2 - - uid: 15145 + - uid: 15133 components: - type: Transform pos: 51.5,-3.5 parent: 2 - - uid: 15146 + - uid: 15134 components: - type: Transform pos: 52.5,-3.5 parent: 2 - - uid: 15147 + - uid: 15135 components: - type: Transform pos: 53.5,-3.5 parent: 2 - - uid: 15148 + - uid: 15136 components: - type: Transform pos: -21.5,30.5 parent: 2 - - uid: 15149 + - uid: 15137 components: - type: Transform rot: 1.5707963267948966 rad pos: 46.5,15.5 parent: 2 - - uid: 15150 + - uid: 15138 components: - type: Transform pos: 15.5,-38.5 parent: 2 - type: DeviceNetwork deviceLists: - - 101 - - uid: 15151 + - 97 + - uid: 15139 components: - type: Transform pos: 47.5,-37.5 parent: 2 - - uid: 15152 + - uid: 15140 components: - type: Transform pos: 47.5,-43.5 parent: 2 - - uid: 15153 + - uid: 15141 components: - type: Transform pos: 47.5,-45.5 parent: 2 - - uid: 15154 + - uid: 15142 components: - type: Transform pos: 47.5,-41.5 parent: 2 - - uid: 15155 + - uid: 15143 components: - type: Transform pos: 62.5,-41.5 parent: 2 - - uid: 15156 + - uid: 15144 components: - type: Transform pos: 62.5,-50.5 parent: 2 - - uid: 15157 + - uid: 15145 components: - type: Transform pos: 47.5,-46.5 parent: 2 - - uid: 15158 + - uid: 15146 components: - type: Transform pos: 40.5,-43.5 parent: 2 - type: DeviceNetwork deviceLists: - - 101 - - uid: 15159 + - 97 + - uid: 15147 components: - type: Transform pos: 40.5,-42.5 parent: 2 - type: DeviceNetwork deviceLists: - - 101 - - uid: 15160 + - 97 + - uid: 15148 components: - type: Transform pos: 40.5,-41.5 parent: 2 - type: DeviceNetwork deviceLists: - - 101 - - uid: 15161 + - 97 + - uid: 15149 components: - type: Transform pos: 49.5,-48.5 parent: 2 - - uid: 15162 + - uid: 15150 components: - type: Transform pos: 50.5,-48.5 parent: 2 - - uid: 15163 + - uid: 15151 components: - type: Transform pos: 47.5,-42.5 parent: 2 - - uid: 15164 + - uid: 15152 components: - type: Transform pos: 46.5,-10.5 parent: 2 - - uid: 15165 + - uid: 15153 components: - type: Transform rot: -1.5707963267948966 rad pos: 64.5,-4.5 parent: 2 - - uid: 15166 + - uid: 15154 components: - type: Transform pos: -34.5,-33.5 parent: 2 - - uid: 15167 + - uid: 15155 components: - type: Transform pos: -34.5,-34.5 parent: 2 - - uid: 15168 + - uid: 15156 components: - type: Transform pos: -21.5,-21.5 parent: 2 - - uid: 15169 + - uid: 15157 components: - type: Transform pos: -27.5,0.5 parent: 2 - - uid: 15170 + - uid: 15158 components: - type: Transform pos: -19.5,-24.5 parent: 2 - - uid: 15171 + - uid: 15159 components: - type: Transform pos: -33.5,-16.5 parent: 2 - - uid: 15172 + - uid: 15160 components: - type: Transform pos: -27.5,-0.5 parent: 2 - - uid: 15173 + - uid: 15161 components: - type: Transform pos: -21.5,-32.5 parent: 2 - - uid: 15174 + - uid: 15162 components: - type: Transform pos: 39.5,-57.5 parent: 2 - - uid: 15175 + - uid: 15163 components: - type: Transform pos: 35.5,-59.5 parent: 2 - - uid: 15176 + - uid: 15164 components: - type: Transform pos: 35.5,-58.5 parent: 2 - - uid: 15177 + - uid: 15165 components: - type: Transform pos: 35.5,-60.5 parent: 2 - - uid: 15178 - components: - - type: Transform - pos: -14.5,-58.5 - parent: 2 - - uid: 15179 - components: - - type: Transform - pos: -11.5,-58.5 - parent: 2 - - uid: 15180 + - uid: 15166 components: - type: Transform pos: 39.5,-69.5 parent: 2 - - uid: 15181 + - uid: 15167 components: - type: Transform pos: 40.5,-69.5 parent: 2 - - uid: 15182 + - uid: 15168 components: - type: Transform pos: -0.5,-51.5 parent: 2 - - uid: 15183 + - type: DeviceNetwork + deviceLists: + - 98 + - 14838 + - 103 + - 14839 + - uid: 15169 components: - type: Transform pos: -1.5,-51.5 parent: 2 - - uid: 15184 + - type: DeviceNetwork + deviceLists: + - 98 + - 14838 + - 103 + - 14839 + - uid: 15170 components: - type: Transform pos: 0.5,-51.5 parent: 2 - - uid: 15185 - components: - - type: Transform - pos: -8.5,-58.5 - parent: 2 - - uid: 15186 + - type: DeviceNetwork + deviceLists: + - 98 + - 14838 + - 103 + - 14839 + - uid: 15171 components: - type: Transform pos: -32.5,-19.5 parent: 2 - - uid: 15187 + - uid: 15172 components: - type: Transform pos: -31.5,-19.5 parent: 2 - - uid: 15188 + - uid: 15173 components: - type: Transform pos: -40.5,-6.5 parent: 2 - - uid: 15189 + - uid: 15174 components: - type: Transform pos: -40.5,-5.5 parent: 2 - - uid: 15190 - components: - - type: Transform - pos: 3.5,-55.5 - parent: 2 - - uid: 15191 + - uid: 15175 components: - type: Transform pos: -21.5,-34.5 parent: 2 - - uid: 15192 + - uid: 15176 components: - type: Transform pos: -33.5,-40.5 parent: 2 - - uid: 15193 + - uid: 15177 components: - type: Transform pos: -33.5,-41.5 parent: 2 - - uid: 15194 + - uid: 15178 components: - type: Transform pos: -54.5,-21.5 parent: 2 - - uid: 15195 + - uid: 15179 components: - type: Transform pos: -53.5,-21.5 parent: 2 - - uid: 15196 + - uid: 15180 components: - type: Transform pos: -69.5,-24.5 parent: 2 - - uid: 15197 + - uid: 15181 components: - type: Transform pos: -20.5,-24.5 parent: 2 - - uid: 15198 + - uid: 15182 components: - type: Transform pos: -18.5,-24.5 parent: 2 - - uid: 15199 + - uid: 15183 components: - type: Transform pos: -26.5,-16.5 parent: 2 - - uid: 15200 + - uid: 15184 components: - type: Transform pos: -26.5,-17.5 parent: 2 - - uid: 15201 + - uid: 15185 components: - type: Transform pos: -33.5,-11.5 parent: 2 - - uid: 15202 + - uid: 15186 components: - type: Transform pos: -33.5,-10.5 parent: 2 - - uid: 15203 + - uid: 15187 components: - type: Transform pos: -41.5,-8.5 parent: 2 - - uid: 15204 + - uid: 15188 components: - type: Transform pos: -42.5,-8.5 parent: 2 - - uid: 15205 + - uid: 15189 components: - type: Transform pos: -40.5,-10.5 parent: 2 - - uid: 15206 + - uid: 15190 components: - type: Transform pos: -63.5,-23.5 parent: 2 - - uid: 15207 + - uid: 15191 components: - type: Transform pos: -21.5,-60.5 parent: 2 - - uid: 15208 + - type: DeviceNetwork + deviceLists: + - 99 + - 14837 + - 65 + - uid: 15192 components: - type: Transform pos: -21.5,20.5 parent: 2 - - uid: 15209 + - uid: 15193 components: - type: Transform pos: -21.5,21.5 parent: 2 - - uid: 15210 + - uid: 15194 components: - type: Transform pos: -20.5,14.5 parent: 2 - - uid: 15211 + - uid: 15195 components: - type: Transform pos: -19.5,14.5 parent: 2 - - uid: 15212 + - uid: 15196 components: - type: Transform pos: -18.5,14.5 parent: 2 - - uid: 15213 + - uid: 15197 components: - type: Transform rot: -1.5707963267948966 rad pos: -17.5,25.5 parent: 2 - - uid: 15214 + - uid: 15198 components: - type: Transform pos: -38.5,2.5 parent: 2 - - uid: 15215 + - uid: 15199 components: - type: Transform pos: -37.5,2.5 parent: 2 - - uid: 15216 + - uid: 15200 components: - type: Transform pos: -44.5,1.5 parent: 2 - - uid: 15217 + - uid: 15201 components: - type: Transform pos: -44.5,0.5 parent: 2 - - uid: 15218 + - uid: 15202 components: - type: Transform pos: 1.5,-46.5 parent: 2 - - uid: 15219 + - type: DeviceNetwork + deviceLists: + - 104 + - 14841 + - 103 + - 14839 + - uid: 15203 components: - type: Transform pos: 1.5,-48.5 parent: 2 - - uid: 15220 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-51.5 - parent: 2 - - uid: 15221 - components: - - type: Transform - pos: -3.5,-62.5 - parent: 2 - - uid: 15222 + - type: DeviceNetwork + deviceLists: + - 104 + - 14841 + - 103 + - 14839 + - uid: 15204 components: - type: Transform pos: -45.5,9.5 parent: 2 - - uid: 15223 + - uid: 15205 components: - type: Transform pos: -44.5,-0.5 parent: 2 - - uid: 15224 + - uid: 15206 components: - type: Transform rot: 1.5707963267948966 rad pos: 46.5,14.5 parent: 2 - - uid: 15225 - components: - - type: Transform - pos: -5.5,-58.5 - parent: 2 - - uid: 15226 + - uid: 15207 components: - type: Transform pos: -46.5,9.5 parent: 2 - - uid: 15227 + - uid: 15208 components: - type: Transform pos: -19.5,-7.5 parent: 2 - - uid: 15228 + - uid: 15209 components: - type: Transform pos: -18.5,-7.5 parent: 2 - - uid: 15229 + - uid: 15210 components: - type: Transform pos: -20.5,-7.5 parent: 2 - - uid: 15230 + - uid: 15211 components: - type: Transform pos: 35.5,0.5 parent: 2 - - uid: 15231 + - uid: 15212 components: - type: Transform pos: -32.5,27.5 parent: 2 - - uid: 15232 + - uid: 15213 components: - type: Transform pos: -13.5,-25.5 parent: 2 - - uid: 15233 + - uid: 15214 components: - type: Transform pos: -13.5,-26.5 parent: 2 - - uid: 15234 + - uid: 15215 components: - type: Transform pos: -13.5,-27.5 parent: 2 - - uid: 15235 + - uid: 15216 components: - type: Transform pos: -63.5,-24.5 parent: 2 - - uid: 15236 + - uid: 15217 components: - type: Transform pos: -11.5,-0.5 parent: 2 - - uid: 15237 + - uid: 15218 components: - type: Transform pos: -11.5,-1.5 parent: 2 - - uid: 15238 + - uid: 15219 components: - type: Transform pos: -11.5,3.5 parent: 2 - - uid: 15239 + - uid: 15220 components: - type: Transform pos: -11.5,2.5 parent: 2 - - uid: 15240 + - uid: 15221 components: - type: Transform pos: -24.5,9.5 parent: 2 - - uid: 15241 + - uid: 15222 components: - type: Transform rot: 3.141592653589793 rad pos: 43.5,6.5 parent: 2 - - uid: 15242 + - uid: 15223 components: - type: Transform pos: 26.5,19.5 parent: 2 - - uid: 15243 + - uid: 15224 components: - type: Transform pos: 25.5,19.5 parent: 2 - - uid: 15244 + - uid: 15225 components: - type: Transform pos: 24.5,19.5 parent: 2 - - uid: 15245 + - uid: 15226 components: - type: Transform rot: 3.141592653589793 rad pos: -26.5,-12.5 parent: 2 - - uid: 15246 + - uid: 15227 components: - type: Transform pos: 26.5,-44.5 parent: 2 - type: DeviceNetwork deviceLists: - - 101 - - uid: 15247 + - 97 + - uid: 15228 components: - type: Transform pos: -10.5,4.5 parent: 2 - - uid: 15248 - components: - - type: Transform - pos: 3.5,-58.5 - parent: 2 - - uid: 15249 - components: - - type: Transform - pos: -2.5,-58.5 - parent: 2 - - uid: 15250 - components: - - type: Transform - pos: 0.5,-58.5 - parent: 2 - - uid: 15251 + - uid: 15229 components: - type: Transform pos: 31.5,-57.5 parent: 2 - - uid: 15252 + - uid: 15230 components: - type: Transform pos: 49.5,-13.5 parent: 2 - - uid: 15253 + - uid: 15231 components: - type: Transform pos: -24.5,-74.5 parent: 2 - - uid: 15254 - components: - - type: Transform - pos: 3.5,-62.5 - parent: 2 - - uid: 15255 + - uid: 15232 components: - type: Transform pos: -40.5,-11.5 parent: 2 - - uid: 15256 + - uid: 15233 components: - type: Transform pos: -43.5,-10.5 parent: 2 - - uid: 15257 + - uid: 15234 components: - type: Transform pos: -43.5,-11.5 parent: 2 - - uid: 15258 - components: - - type: Transform - pos: -13.5,-51.5 - parent: 2 - - uid: 15259 + - uid: 15235 components: - type: Transform pos: 22.5,19.5 parent: 2 - - uid: 15260 + - uid: 15236 components: - type: Transform pos: 6.5,18.5 parent: 2 - - uid: 15261 + - uid: 15237 components: - type: Transform pos: -18.5,-74.5 parent: 2 - - uid: 15262 + - uid: 15238 components: - type: Transform pos: -20.5,-83.5 parent: 2 - - uid: 15263 + - uid: 15239 components: - type: Transform pos: 54.5,-44.5 parent: 2 - - uid: 15264 + - uid: 15240 components: - type: Transform pos: 54.5,-45.5 parent: 2 - - uid: 15265 + - uid: 15241 components: - type: Transform pos: 58.5,-44.5 parent: 2 - - uid: 15266 + - uid: 15242 components: - type: Transform pos: 58.5,-45.5 parent: 2 - - uid: 15267 + - uid: 15243 components: - type: Transform pos: -12.5,68.5 parent: 2 - - uid: 15268 + - uid: 15244 components: - type: Transform rot: 1.5707963267948966 rad pos: -18.5,55.5 parent: 2 - - uid: 15269 + - uid: 15245 components: - type: Transform pos: -19.5,43.5 parent: 2 - - uid: 15270 + - uid: 15246 components: - type: Transform pos: -19.5,42.5 parent: 2 - - uid: 15271 + - uid: 15247 components: - type: Transform pos: -19.5,41.5 parent: 2 - - uid: 15272 + - uid: 15248 components: - type: Transform pos: -17.5,30.5 parent: 2 - - uid: 15273 + - uid: 15249 components: - type: Transform pos: -17.5,29.5 parent: 2 - - uid: 15274 + - uid: 15250 components: - type: Transform pos: -11.5,43.5 parent: 2 - - uid: 15275 + - uid: 15251 components: - type: Transform pos: -10.5,43.5 parent: 2 - - uid: 15276 + - uid: 15252 components: - type: Transform pos: -9.5,43.5 parent: 2 - - uid: 15277 + - uid: 15253 components: - type: Transform pos: -20.5,49.5 parent: 2 - - uid: 15278 + - uid: 15254 components: - type: Transform pos: -21.5,49.5 parent: 2 - - uid: 15279 + - uid: 15255 components: - type: Transform pos: 8.5,-38.5 parent: 2 - - uid: 15280 + - uid: 15256 components: - type: Transform pos: -13.5,46.5 parent: 2 - - uid: 15281 + - uid: 15257 components: - type: Transform pos: -13.5,45.5 parent: 2 - - uid: 15282 + - uid: 15258 components: - type: Transform pos: -13.5,44.5 parent: 2 - - uid: 15283 + - uid: 15259 components: - type: Transform pos: 1.5,53.5 parent: 2 - - uid: 15284 + - uid: 15260 components: - type: Transform pos: 0.5,53.5 parent: 2 - - uid: 15285 + - uid: 15261 components: - type: Transform pos: -0.5,53.5 parent: 2 - - uid: 15286 + - uid: 15262 components: - type: Transform pos: -18.5,48.5 parent: 2 - - uid: 15287 + - uid: 15263 components: - type: Transform pos: -17.5,48.5 parent: 2 - - uid: 15288 + - uid: 15264 components: - type: Transform pos: -16.5,48.5 parent: 2 - - uid: 15289 + - uid: 15265 components: - type: Transform pos: -13.5,68.5 parent: 2 - - uid: 15290 + - uid: 15266 components: - type: Transform pos: -21.5,68.5 parent: 2 - - uid: 15291 + - uid: 15267 components: - type: Transform pos: -22.5,68.5 parent: 2 - - uid: 15292 + - uid: 15268 components: - type: Transform pos: -11.5,59.5 parent: 2 - - uid: 15293 + - uid: 15269 components: - type: Transform pos: -11.5,58.5 parent: 2 - - uid: 15294 + - uid: 15270 components: - type: Transform pos: -15.5,51.5 parent: 2 - - uid: 15295 + - uid: 15271 components: - type: Transform pos: -15.5,50.5 parent: 2 - - uid: 15296 + - uid: 15272 components: - type: Transform rot: 3.141592653589793 rad pos: -4.5,47.5 parent: 2 - - uid: 15297 + - uid: 15273 components: - type: Transform rot: 3.141592653589793 rad pos: -11.5,52.5 parent: 2 - - uid: 15298 + - uid: 15274 components: - type: Transform rot: 3.141592653589793 rad pos: -6.5,57.5 parent: 2 - - uid: 15299 + - uid: 15275 components: - type: Transform pos: -24.5,48.5 parent: 2 - - uid: 15300 + - uid: 15276 components: - type: Transform rot: 3.141592653589793 rad pos: 42.5,3.5 parent: 2 - - uid: 15301 + - uid: 15277 components: - type: Transform rot: 3.141592653589793 rad pos: 41.5,3.5 parent: 2 - - uid: 15302 + - uid: 15278 components: - type: Transform pos: -42.5,-86.5 parent: 2 - - uid: 15303 + - uid: 15279 components: - type: Transform pos: -41.5,-86.5 parent: 2 - - uid: 15304 + - uid: 15280 components: - type: Transform pos: -31.5,-97.5 parent: 2 - - uid: 15305 + - uid: 15281 components: - type: Transform pos: 61.5,-41.5 parent: 2 - - uid: 15306 + - uid: 15282 components: - type: Transform pos: 74.5,-39.5 parent: 2 - - uid: 15307 + - uid: 15283 components: - type: Transform pos: 75.5,-39.5 parent: 2 - - uid: 15308 + - uid: 15284 components: - type: Transform pos: 74.5,-42.5 parent: 2 - - uid: 15309 + - uid: 15285 components: - type: Transform pos: 75.5,-42.5 parent: 2 - - uid: 15310 + - uid: 15286 components: - type: Transform pos: -17.5,-22.5 parent: 2 - - uid: 15311 + - uid: 15287 components: - type: Transform pos: -17.5,-23.5 parent: 2 - - uid: 15312 + - uid: 15288 components: - type: Transform rot: 3.141592653589793 rad pos: 43.5,-33.5 parent: 2 - - uid: 15313 + - uid: 15289 components: - type: Transform pos: 4.5,-28.5 parent: 2 - - uid: 15314 + - uid: 15290 components: - type: Transform pos: -45.5,27.5 parent: 2 - - uid: 15315 + - uid: 15291 components: - type: Transform pos: 55.5,-29.5 parent: 2 - - uid: 15316 + - uid: 15292 components: - type: Transform pos: -41.5,26.5 parent: 2 - - uid: 15317 + - uid: 15293 components: - type: Transform rot: -1.5707963267948966 rad pos: 6.5,-72.5 parent: 2 - - uid: 15318 + - uid: 15294 components: - type: Transform pos: 23.5,-83.5 parent: 2 - - uid: 15319 + - uid: 15295 components: - type: Transform pos: 20.5,-83.5 parent: 2 - - uid: 15320 + - uid: 15296 components: - type: Transform rot: 3.141592653589793 rad pos: 29.5,-76.5 parent: 2 - - uid: 15321 + - uid: 15297 components: - type: Transform rot: 3.141592653589793 rad pos: 30.5,-76.5 parent: 2 - - uid: 15322 + - uid: 15298 components: - type: Transform rot: 3.141592653589793 rad pos: 31.5,-76.5 parent: 2 - - uid: 15323 + - uid: 15299 components: - type: Transform rot: 3.141592653589793 rad pos: 32.5,-71.5 parent: 2 - - uid: 15324 + - uid: 15300 components: - type: Transform rot: 3.141592653589793 rad pos: 32.5,-72.5 parent: 2 - - uid: 15325 + - uid: 15301 components: - type: Transform rot: 3.141592653589793 rad pos: 32.5,-73.5 parent: 2 - - uid: 15326 + - uid: 15302 components: - type: Transform rot: 3.141592653589793 rad pos: 46.5,-71.5 parent: 2 - - uid: 15327 + - uid: 15303 components: - type: Transform rot: 3.141592653589793 rad pos: 46.5,-72.5 parent: 2 - - uid: 15328 + - uid: 15304 components: - type: Transform rot: 3.141592653589793 rad pos: 46.5,-73.5 parent: 2 - - uid: 15329 + - uid: 15305 components: - type: Transform rot: 3.141592653589793 rad pos: 47.5,-76.5 parent: 2 - - uid: 15330 + - uid: 15306 components: - type: Transform rot: 3.141592653589793 rad pos: 48.5,-76.5 parent: 2 - - uid: 15331 + - uid: 15307 components: - type: Transform rot: 3.141592653589793 rad pos: 49.5,-76.5 parent: 2 - - uid: 15332 + - uid: 15308 components: - type: Transform rot: 3.141592653589793 rad pos: -14.5,66.5 parent: 2 - - uid: 15333 + - uid: 15309 components: - type: Transform rot: 3.141592653589793 rad pos: -20.5,66.5 parent: 2 - - uid: 15334 + - uid: 15310 components: - type: Transform pos: 45.5,3.5 parent: 2 - - uid: 15335 + - uid: 15311 components: - type: Transform pos: 8.5,-83.5 parent: 2 - - uid: 15336 + - uid: 15312 components: - type: Transform pos: -46.5,37.5 parent: 2 - - uid: 15337 + - uid: 15313 components: - type: Transform pos: -45.5,37.5 parent: 2 - - uid: 15338 + - uid: 15314 components: - type: Transform pos: -72.5,-36.5 parent: 2 - - uid: 15339 + - uid: 15315 components: - type: Transform pos: -73.5,-36.5 parent: 2 - - uid: 15340 + - uid: 15316 components: - type: Transform pos: 6.5,-7.5 parent: 2 - - uid: 15341 + - uid: 15317 components: - type: Transform pos: -2.5,-5.5 parent: 2 - - uid: 15342 + - uid: 15318 components: - type: Transform pos: 0.5,-5.5 parent: 2 - - uid: 15343 + - uid: 15319 components: - type: Transform rot: 1.5707963267948966 rad pos: 1.5,-8.5 parent: 2 - - uid: 15344 + - uid: 15320 components: - type: Transform pos: 0.5,-18.5 parent: 2 - - uid: 15345 + - uid: 15321 components: - type: Transform pos: -1.5,-24.5 parent: 2 - - uid: 15346 + - uid: 15322 components: - type: Transform pos: 22.5,-33.5 parent: 2 - - uid: 15347 + - uid: 15323 components: - type: Transform pos: 28.5,-33.5 parent: 2 - - uid: 15348 + - uid: 15324 components: - type: Transform pos: 7.5,-11.5 parent: 2 - - uid: 15349 + - uid: 15325 components: - type: Transform pos: 25.5,-40.5 parent: 2 - type: DeviceNetwork deviceLists: - - 101 - - uid: 15350 + - 97 + - uid: 15326 components: - type: Transform rot: 1.5707963267948966 rad pos: -6.5,-18.5 parent: 2 - - uid: 15351 + - uid: 15327 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-62.5 + pos: 5.5,-54.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 102 + - 14840 + - 104 + - 14841 + - uid: 15328 + components: + - type: Transform + pos: -10.5,-54.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 98 + - 14838 + - 101 + - uid: 15329 + components: + - type: Transform + pos: -4.5,-63.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 98 + - 14838 - proto: Fireplace entities: - - uid: 15352 + - uid: 15330 components: - type: Transform pos: 31.5,-27.5 parent: 2 - - uid: 15353 + - uid: 15331 components: - type: Transform pos: 12.5,14.5 parent: 2 - - uid: 15354 + - uid: 15332 components: - type: Transform pos: 5.5,-9.5 parent: 2 - proto: Flash entities: - - uid: 15355 + - uid: 15333 components: - type: Transform pos: 2.3260884,20.921833 parent: 2 - - uid: 15356 + - uid: 15334 components: - type: Transform pos: 2.5760884,21.156208 parent: 2 - - uid: 15357 + - uid: 15335 components: - type: Transform pos: -15.513895,-23.550434 parent: 2 - proto: FlashlightLantern entities: - - uid: 15358 + - uid: 15336 components: - type: Transform pos: -57.60324,-35.44005 parent: 2 - - uid: 15359 + - uid: 15337 components: - type: Transform pos: 2.4386559,-17.536861 parent: 2 - - uid: 15360 + - uid: 15338 components: - type: Transform pos: 11.541302,-66.381775 parent: 2 - - uid: 15361 + - uid: 15339 components: - type: Transform pos: 10.459883,-56.492657 parent: 2 - - uid: 15362 + - uid: 15340 components: - type: Transform pos: 6.4653053,-69.51486 parent: 2 - - uid: 15363 + - uid: 15341 components: - type: Transform pos: -31.518282,-62.54614 parent: 2 - - uid: 15364 + - uid: 15342 components: - type: Transform pos: 2.6315942,23.576332 parent: 2 - - uid: 15365 + - uid: 15343 components: - type: Transform pos: 58.39165,-37.43153 parent: 2 - proto: FlashlightSeclite entities: - - uid: 15366 + - uid: 15344 components: - type: Transform pos: 17.395416,21.653858 parent: 2 - - uid: 15367 + - uid: 15345 components: - type: Transform rot: 3.141592653589793 rad @@ -96929,129 +97251,129 @@ entities: parent: 2 - proto: Floodlight entities: - - uid: 15368 + - uid: 15346 components: - type: Transform pos: 6.532791,48.672844 parent: 2 - - uid: 15369 + - uid: 15347 components: - type: Transform pos: 9.471183,54.298565 parent: 2 - - uid: 15370 + - uid: 15348 components: - type: Transform pos: -69.53465,-52.447685 parent: 2 - proto: FloodlightBroken entities: - - uid: 15371 + - uid: 15349 components: - type: Transform pos: 11.494867,-70.44923 parent: 2 - proto: FloorDrain entities: - - uid: 15372 + - uid: 15350 components: - type: Transform - pos: 3.5,-48.5 + pos: -13.5,-55.5 parent: 2 - type: Fixtures fixtures: {} - - uid: 15373 + - uid: 15351 components: - type: Transform - pos: -1.5,-66.5 + pos: 3.5,-52.5 parent: 2 - type: Fixtures fixtures: {} - - uid: 15374 + - uid: 15352 components: - type: Transform - pos: 3.5,8.5 + pos: -13.5,-53.5 parent: 2 - type: Fixtures fixtures: {} - - uid: 15375 + - uid: 15353 components: - type: Transform - pos: -15.5,-78.5 + pos: 3.5,-48.5 parent: 2 - type: Fixtures fixtures: {} - - uid: 15376 + - uid: 15354 components: - type: Transform - pos: -1.5,-64.5 + pos: 3.5,8.5 parent: 2 - type: Fixtures fixtures: {} - - uid: 15377 + - uid: 15355 components: - type: Transform - pos: -7.5,-65.5 + pos: -15.5,-78.5 parent: 2 - type: Fixtures fixtures: {} - - uid: 15378 + - uid: 15356 components: - type: Transform pos: -9.5,-22.5 parent: 2 - type: Fixtures fixtures: {} - - uid: 15379 + - uid: 15357 components: - type: Transform pos: -15.5,-75.5 parent: 2 - type: Fixtures fixtures: {} - - uid: 15380 + - uid: 15358 components: - type: Transform pos: -20.5,-89.5 parent: 2 - type: Fixtures fixtures: {} - - uid: 15381 + - uid: 15359 components: - type: Transform pos: -25.5,-89.5 parent: 2 - type: Fixtures fixtures: {} - - uid: 15382 + - uid: 15360 components: - type: Transform pos: 53.5,17.5 parent: 2 - type: Fixtures fixtures: {} - - uid: 15383 + - uid: 15361 components: - type: Transform pos: 57.5,5.5 parent: 2 - type: Fixtures fixtures: {} - - uid: 15384 + - uid: 15362 components: - type: Transform pos: 62.5,12.5 parent: 2 - type: Fixtures fixtures: {} - - uid: 15385 + - uid: 15363 components: - type: Transform pos: 62.5,22.5 parent: 2 - type: Fixtures fixtures: {} - - uid: 15386 + - uid: 15364 components: - type: Transform rot: 3.141592653589793 rad @@ -97059,21 +97381,21 @@ entities: parent: 2 - type: Fixtures fixtures: {} - - uid: 15387 + - uid: 15365 components: - type: Transform pos: -9.5,-69.5 parent: 2 - type: Fixtures fixtures: {} - - uid: 15388 + - uid: 15366 components: - type: Transform pos: 3.5,-46.5 parent: 2 - type: Fixtures fixtures: {} - - uid: 15389 + - uid: 15367 components: - type: Transform rot: 3.141592653589793 rad @@ -97081,14 +97403,14 @@ entities: parent: 2 - type: Fixtures fixtures: {} - - uid: 15390 + - uid: 15368 components: - type: Transform pos: -15.5,-34.5 parent: 2 - type: Fixtures fixtures: {} - - uid: 15391 + - uid: 15369 components: - type: Transform pos: 1.5,12.5 @@ -97097,7 +97419,7 @@ entities: fixtures: {} - proto: FloorTileItemBar entities: - - uid: 15392 + - uid: 15370 components: - type: Transform pos: 37.575134,45.699768 @@ -97106,7 +97428,7 @@ entities: count: 30 - proto: FloorTileItemFreezer entities: - - uid: 15393 + - uid: 15371 components: - type: Transform pos: -9.469288,-100.35687 @@ -97115,7 +97437,7 @@ entities: count: 5 - proto: FloorTileItemLaundry entities: - - uid: 15394 + - uid: 15372 components: - type: Transform pos: -9.484913,-95.4242 @@ -97124,7 +97446,7 @@ entities: count: 6 - proto: FloorTileItemWhite entities: - - uid: 15395 + - uid: 15373 components: - type: Transform pos: -10.013714,-95.45264 @@ -97133,70 +97455,70 @@ entities: count: 6 - proto: FloraRockSolid01 entities: - - uid: 15396 + - uid: 15374 components: - type: Transform pos: -35.842815,62.48777 parent: 2 - - uid: 15397 + - uid: 15375 components: - type: Transform pos: 64.48079,45.764553 parent: 2 - proto: FloraRockSolid03 entities: - - uid: 15398 + - uid: 15376 components: - type: Transform pos: 63.527668,48.936428 parent: 2 - - uid: 15399 + - uid: 15377 components: - type: Transform pos: 13.129076,49.02767 parent: 2 - - uid: 15400 + - uid: 15378 components: - type: Transform pos: 16.257528,57.816456 parent: 2 - - uid: 15401 + - uid: 15379 components: - type: Transform pos: 78.52854,-58.425747 parent: 2 - proto: FloraTree01 entities: - - uid: 15402 + - uid: 15380 components: - type: Transform pos: -40.510788,5.4778786 parent: 2 - - uid: 15403 + - uid: 15381 components: - type: Transform pos: 33.42394,-84.89845 parent: 2 - - uid: 15404 + - uid: 15382 components: - type: Transform pos: 45.84808,-85.4297 parent: 2 - proto: FloraTree02 entities: - - uid: 15405 + - uid: 15383 components: - type: Transform pos: -3.160706,55.605114 parent: 2 - - uid: 15406 + - uid: 15384 components: - type: Transform pos: 53.890884,-8.066355 parent: 2 - proto: FloraTree03 entities: - - uid: 15407 + - uid: 15385 components: - type: Transform rot: -1.5707963267948966 rad @@ -97204,35 +97526,35 @@ entities: parent: 2 - proto: FloraTree04 entities: - - uid: 15408 + - uid: 15386 components: - type: Transform rot: 3.141592653589793 rad pos: 31.95825,-39.788723 parent: 2 - - uid: 15409 + - uid: 15387 components: - type: Transform pos: -9.341627,55.436527 parent: 2 - - uid: 15410 + - uid: 15388 components: - type: Transform pos: -35.771816,4.543429 parent: 2 - proto: FloraTree05 entities: - - uid: 15411 + - uid: 15389 components: - type: Transform pos: -8.496121,50.8569 parent: 2 - - uid: 15412 + - uid: 15390 components: - type: Transform pos: 33.04894,-87.35158 parent: 2 - - uid: 15413 + - uid: 15391 components: - type: Transform rot: -1.5707963267948966 rad @@ -97240,125 +97562,125 @@ entities: parent: 2 - proto: FloraTree06 entities: - - uid: 15414 + - uid: 15392 components: - type: Transform pos: -35.026413,5.9935036 parent: 2 - - uid: 15415 + - uid: 15393 components: - type: Transform pos: 60.652447,-8.58198 parent: 2 - proto: FloraTreeLarge02 entities: - - uid: 15416 + - uid: 15394 components: - type: Transform pos: 15.446867,-83.874695 parent: 2 - proto: FoamBlade entities: - - uid: 15417 + - uid: 15395 components: - type: Transform pos: -14.780027,-76.18346 parent: 2 - proto: FoamCrossbow entities: - - uid: 15418 + - uid: 15396 components: - type: Transform pos: -11.410641,41.56952 parent: 2 - proto: FoodBakedCookieRaisin entities: - - uid: 15419 + - uid: 15397 components: - type: Transform pos: -2.526709,-33.523388 parent: 2 - proto: FoodBowlBig entities: - - uid: 15420 + - uid: 15398 components: - type: Transform pos: -22.492924,44.20428 parent: 2 - - uid: 15421 + - uid: 15399 components: - type: Transform pos: -22.508549,43.813656 parent: 2 - proto: FoodBoxDonkpocketDink entities: - - uid: 15422 + - uid: 15400 components: - type: Transform pos: 46.42201,-49.40806 parent: 2 - proto: FoodBoxDonkpocketHonk entities: - - uid: 15423 + - uid: 15401 components: - type: Transform pos: 32.37506,-20.42581 parent: 2 - proto: FoodBoxDonkpocketPizza entities: - - uid: 15424 + - uid: 15402 components: - type: Transform pos: -30.632925,-69.35548 parent: 2 - - uid: 15425 + - uid: 15403 components: - type: Transform pos: 46.42201,-49.329933 parent: 2 - proto: FoodBoxDonkpocketSpicy entities: - - uid: 15426 + - uid: 15404 components: - type: Transform pos: -39.41441,-32.343586 parent: 2 - proto: FoodBoxDonut entities: - - uid: 15427 + - uid: 15405 components: - type: Transform pos: 52.62345,11.736868 parent: 2 - - uid: 15428 + - uid: 15406 components: - type: Transform pos: 25.290524,19.578499 parent: 2 - proto: FoodBreadBanana entities: - - uid: 15429 + - uid: 15407 components: - type: Transform pos: -36.588596,16.602194 parent: 2 - proto: FoodBurgerBrain entities: - - uid: 15430 + - uid: 15408 components: - type: Transform pos: -12.411479,-50.405228 parent: 2 - proto: FoodCakeSpacemanSlice entities: - - uid: 15431 + - uid: 15409 components: - type: Transform pos: -34.24552,17.570845 parent: 2 - proto: FoodCartHot entities: - - uid: 15432 + - uid: 15410 components: - type: Transform rot: -1.5707963267948966 rad @@ -97366,19 +97688,19 @@ entities: parent: 2 - proto: FoodCondimentBottleEnzyme entities: - - uid: 15433 + - uid: 15411 components: - type: Transform pos: 2.7293262,6.604941 parent: 2 - - uid: 15434 + - uid: 15412 components: - type: Transform pos: 2.8230762,6.636191 parent: 2 - proto: FoodCornTrash entities: - - uid: 15435 + - uid: 15413 components: - type: Transform rot: -1.5707963267948966 rad @@ -97386,28 +97708,28 @@ entities: parent: 2 - proto: FoodDonkpocketBerry entities: - - uid: 15436 + - uid: 15414 components: - type: Transform pos: -9.518124,43.595463 parent: 2 - proto: FoodDonkpocketDink entities: - - uid: 15437 + - uid: 15415 components: - type: Transform pos: -10.231451,43.574326 parent: 2 - proto: FoodDonutChocolate entities: - - uid: 15438 + - uid: 15416 components: - type: Transform pos: 8.49275,13.726382 parent: 2 - proto: FoodFrozenPopsicleTrash entities: - - uid: 15439 + - uid: 15417 components: - type: Transform rot: -1.5707963267948966 rad @@ -97415,163 +97737,163 @@ entities: parent: 2 - proto: FoodLemon entities: - - uid: 15440 + - uid: 15418 components: - type: Transform pos: 55.628414,-67.334946 parent: 2 - proto: FoodMealEggplantParm entities: - - uid: 15441 + - uid: 15419 components: - type: Transform pos: -23.359459,-71.33451 parent: 2 - proto: FoodMealFriesCarrot entities: - - uid: 15442 + - uid: 15420 components: - type: Transform pos: -21.429913,47.709663 parent: 2 - proto: FoodMealPotatoYaki entities: - - uid: 15443 + - uid: 15421 components: - type: Transform pos: 44.419395,-49.295273 parent: 2 - proto: FoodMeat entities: - - uid: 15444 + - uid: 15422 components: - type: Transform pos: -16.53665,-77.55797 parent: 2 - - uid: 15445 + - uid: 15423 components: - type: Transform pos: 64.3404,48.319218 parent: 2 - proto: FoodMeatHawaiianKebab entities: - - uid: 15446 + - uid: 15424 components: - type: Transform pos: -12.469789,31.726183 parent: 2 - proto: FoodPieBananaCream entities: - - uid: 15447 + - uid: 15425 components: - type: Transform pos: 1.5036734,4.5642977 parent: 2 - - uid: 15448 + - uid: 15426 components: - type: Transform pos: -21.504532,37.662663 parent: 2 - - uid: 15449 + - uid: 15427 components: - type: Transform pos: 5.023752,11.565053 parent: 2 - - uid: 15450 + - uid: 15428 components: - type: Transform pos: -0.36896515,-23.435265 parent: 2 - proto: FoodPizzaMoldySlice entities: - - uid: 15451 + - uid: 15429 components: - type: Transform pos: -58.327778,-27.35657 parent: 2 - proto: FoodPizzaPineapple entities: - - uid: 15452 + - uid: 15430 components: - type: Transform pos: -25.559431,-79.20157 parent: 2 - proto: FoodPizzaVegetableSlice entities: - - uid: 15453 + - uid: 15431 components: - type: Transform pos: 34.483707,-35.33738 parent: 2 - proto: FoodPlatePlastic entities: - - uid: 15454 + - uid: 15432 components: - type: Transform pos: 58.37584,20.738062 parent: 2 - - uid: 15455 + - uid: 15433 components: - type: Transform pos: 57.68834,19.831812 parent: 2 - proto: FoodPlateSmallTrash entities: - - uid: 15456 + - uid: 15434 components: - type: Transform pos: 12.393527,-66.326096 parent: 2 - proto: FoodPlateTrash entities: - - uid: 15457 + - uid: 15435 components: - type: Transform pos: 49.46722,33.501156 parent: 2 - proto: FoodRiceBoiled entities: - - uid: 15458 + - uid: 15436 components: - type: Transform pos: -19.538637,41.826466 parent: 2 - proto: FoodRiceEgg entities: - - uid: 15459 + - uid: 15437 components: - type: Transform pos: -19.538637,43.451466 parent: 2 - proto: FoodRicePork entities: - - uid: 15460 + - uid: 15438 components: - type: Transform pos: -14.4963455,47.699337 parent: 2 - - uid: 15461 + - uid: 15439 components: - type: Transform pos: -19.554262,42.701466 parent: 2 - proto: FoodRicePudding entities: - - uid: 15462 + - uid: 15440 components: - type: Transform pos: -18.492641,33.633274 parent: 2 - proto: FoodSaladValid entities: - - uid: 15463 + - uid: 15441 components: - type: Transform pos: -7.4460807,4.484113 parent: 2 - proto: FoodSnackBoritos entities: - - uid: 15464 + - uid: 15442 components: - type: Transform rot: -1.5707963267948966 rad @@ -97579,14 +97901,14 @@ entities: parent: 2 - proto: FoodSnackDanDanNoodles entities: - - uid: 15465 + - uid: 15443 components: - type: Transform pos: -17.010939,42.53945 parent: 2 - proto: FoodSnackRaisins entities: - - uid: 15466 + - uid: 15444 components: - type: Transform rot: -1.5707963267948966 rad @@ -97594,56 +97916,56 @@ entities: parent: 2 - proto: FoodSnackSus entities: - - uid: 15467 + - uid: 15445 components: - type: Transform pos: -12.469789,32.52306 parent: 2 - proto: FoodSoupClown entities: - - uid: 15468 + - uid: 15446 components: - type: Transform pos: 48.47484,-21.900894 parent: 2 - proto: FoodSoupVegetable entities: - - uid: 15469 + - uid: 15447 components: - type: Transform pos: -16.443905,21.40528 parent: 2 - proto: FoodTartGapple entities: - - uid: 15470 + - uid: 15448 components: - type: Transform pos: 44.89154,-26.413532 parent: 2 - proto: FoodTartMime entities: - - uid: 15471 + - uid: 15449 components: - type: Transform pos: -28.494537,45.97597 parent: 2 - proto: FoodTinPeachesMaint entities: - - uid: 15472 + - uid: 15450 components: - type: Transform pos: -27.385347,-52.20374 parent: 2 - proto: FoodTinPeachesMaintOpen entities: - - uid: 15473 + - uid: 15451 components: - type: Transform pos: 50.52597,42.757114 parent: 2 - proto: FoodTinPeachesTrash entities: - - uid: 15474 + - uid: 15452 components: - type: Transform rot: -1.5707963267948966 rad @@ -97651,7 +97973,7 @@ entities: parent: 2 - proto: ForensicScanner entities: - - uid: 15475 + - uid: 15453 components: - type: Transform rot: -1.5707963267948966 rad @@ -97659,14 +97981,14 @@ entities: parent: 2 - proto: FuelDispenser entities: - - uid: 15476 + - uid: 15454 components: - type: Transform pos: -27.5,-15.5 parent: 2 - proto: GarlicSeeds entities: - - uid: 15477 + - uid: 15455 components: - type: Transform rot: 3.141592653589793 rad @@ -97674,60 +97996,55 @@ entities: parent: 2 - proto: GasAnalyzer entities: - - uid: 15478 - components: - - type: Transform - pos: -22.469156,-58.33799 - parent: 2 - - uid: 15479 + - uid: 15456 components: - type: Transform pos: 53.6123,-53.30506 parent: 2 - - uid: 15480 + - uid: 15457 components: - type: Transform pos: -35.42214,-48.770245 parent: 2 - - uid: 15481 + - uid: 15458 components: - type: Transform pos: 4.481148,-75.45175 parent: 2 - - uid: 15482 + - uid: 15459 components: - type: Transform pos: -55.480183,-48.446095 parent: 2 - - uid: 15483 + - uid: 15460 components: - type: Transform pos: -73.40059,-39.44707 parent: 2 - proto: GasCanisterBrokenBase entities: - - uid: 15484 + - uid: 15461 components: - type: Transform pos: -28.5,-21.5 parent: 2 - proto: GasFilterFlipped entities: - - uid: 15485 + - uid: 15462 components: - type: Transform pos: -44.5,-46.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 15486 + - uid: 15463 components: - type: Transform pos: -44.5,-44.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 15487 + - uid: 15464 components: - type: Transform pos: -44.5,-42.5 @@ -97736,28 +98053,28 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15488 + - uid: 15465 components: - type: Transform pos: -44.5,-48.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 15489 + - uid: 15466 components: - type: Transform pos: -44.5,-50.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 15490 + - uid: 15467 components: - type: Transform pos: -44.5,-52.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 15491 + - uid: 15468 components: - type: Transform pos: -44.5,-54.5 @@ -97766,7 +98083,7 @@ entities: joinedGrid: 2 - proto: GasMinerCarbonDioxide entities: - - uid: 15492 + - uid: 15469 components: - type: Transform pos: -49.5,-50.5 @@ -97775,7 +98092,7 @@ entities: joinedGrid: 2 - proto: GasMinerNitrogenStationLarge entities: - - uid: 15493 + - uid: 15470 components: - type: Transform pos: -49.5,-54.5 @@ -97784,7 +98101,7 @@ entities: joinedGrid: 2 - proto: GasMinerOxygenStationLarge entities: - - uid: 15494 + - uid: 15471 components: - type: Transform pos: -49.5,-52.5 @@ -97793,7 +98110,7 @@ entities: joinedGrid: 2 - proto: GasMinerWaterVapor entities: - - uid: 15495 + - uid: 15472 components: - type: Transform pos: -49.5,-48.5 @@ -97802,7 +98119,7 @@ entities: joinedGrid: 2 - proto: GasMixerFlipped entities: - - uid: 15496 + - uid: 15473 components: - type: Transform pos: -42.5,-51.5 @@ -97812,7 +98129,7 @@ entities: inletOneConcentration: 1 - type: AtmosDevice joinedGrid: 2 - - uid: 15497 + - uid: 15474 components: - type: Transform pos: -42.5,-52.5 @@ -97822,7 +98139,7 @@ entities: inletOneConcentration: 0 - type: AtmosDevice joinedGrid: 2 - - uid: 15498 + - uid: 15475 components: - type: Transform rot: -1.5707963267948966 rad @@ -97835,7 +98152,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#03FCD3FF' - - uid: 15499 + - uid: 15476 components: - type: Transform pos: -42.5,-49.5 @@ -97845,7 +98162,7 @@ entities: inletOneConcentration: 1 - type: AtmosDevice joinedGrid: 2 - - uid: 15500 + - uid: 15477 components: - type: Transform pos: -42.5,-47.5 @@ -97855,7 +98172,7 @@ entities: inletOneConcentration: 1 - type: AtmosDevice joinedGrid: 2 - - uid: 15501 + - uid: 15478 components: - type: Transform pos: -42.5,-45.5 @@ -97865,7 +98182,7 @@ entities: inletOneConcentration: 1 - type: AtmosDevice joinedGrid: 2 - - uid: 15502 + - uid: 15479 components: - type: Transform pos: -42.5,-43.5 @@ -97877,7 +98194,7 @@ entities: joinedGrid: 2 - proto: GasOutletInjector entities: - - uid: 15503 + - uid: 15480 components: - type: Transform rot: 1.5707963267948966 rad @@ -97885,7 +98202,7 @@ entities: parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 15504 + - uid: 15481 components: - type: Transform rot: 1.5707963267948966 rad @@ -97893,7 +98210,7 @@ entities: parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 15505 + - uid: 15482 components: - type: Transform rot: 1.5707963267948966 rad @@ -97901,7 +98218,7 @@ entities: parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 15506 + - uid: 15483 components: - type: Transform rot: 1.5707963267948966 rad @@ -97909,7 +98226,7 @@ entities: parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 15507 + - uid: 15484 components: - type: Transform rot: 1.5707963267948966 rad @@ -97917,7 +98234,7 @@ entities: parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 15508 + - uid: 15485 components: - type: Transform rot: 1.5707963267948966 rad @@ -97925,7 +98242,7 @@ entities: parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 15509 + - uid: 15486 components: - type: Transform rot: 1.5707963267948966 rad @@ -97933,7 +98250,7 @@ entities: parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 15510 + - uid: 15487 components: - type: Transform pos: -42.5,-35.5 @@ -97942,14 +98259,14 @@ entities: joinedGrid: 2 - proto: GasPassiveVent entities: - - uid: 15511 + - uid: 15488 components: - type: Transform pos: -44.5,-36.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 15512 + - uid: 15489 components: - type: Transform rot: -1.5707963267948966 rad @@ -97957,14 +98274,14 @@ entities: parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 15513 + - uid: 15490 components: - type: Transform pos: -50.5,-52.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 15514 + - uid: 15491 components: - type: Transform pos: 73.5,-26.5 @@ -97973,7 +98290,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15515 + - uid: 15492 components: - type: Transform rot: 3.141592653589793 rad @@ -97983,49 +98300,49 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15516 + - uid: 15493 components: - type: Transform pos: -50.5,-54.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 15517 + - uid: 15494 components: - type: Transform pos: -50.5,-50.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 15518 + - uid: 15495 components: - type: Transform pos: -50.5,-48.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 15519 + - uid: 15496 components: - type: Transform pos: -50.5,-46.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 15520 + - uid: 15497 components: - type: Transform pos: -50.5,-44.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 15521 + - uid: 15498 components: - type: Transform pos: -50.5,-42.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 15522 + - uid: 15499 components: - type: Transform rot: 3.141592653589793 rad @@ -98033,7 +98350,7 @@ entities: parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 15523 + - uid: 15500 components: - type: Transform rot: 3.141592653589793 rad @@ -98041,7 +98358,7 @@ entities: parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 15524 + - uid: 15501 components: - type: Transform rot: 3.141592653589793 rad @@ -98051,7 +98368,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15525 + - uid: 15502 components: - type: Transform rot: 3.141592653589793 rad @@ -98061,7 +98378,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15526 + - uid: 15503 components: - type: Transform rot: 3.141592653589793 rad @@ -98071,7 +98388,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15527 + - uid: 15504 components: - type: Transform rot: 3.141592653589793 rad @@ -98081,7 +98398,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15528 + - uid: 15505 components: - type: Transform rot: 1.5707963267948966 rad @@ -98091,7 +98408,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15529 + - uid: 15506 components: - type: Transform rot: -1.5707963267948966 rad @@ -98101,7 +98418,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15530 + - uid: 15507 components: - type: Transform rot: 3.141592653589793 rad @@ -98111,7 +98428,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15531 + - uid: 15508 components: - type: Transform pos: 72.5,-29.5 @@ -98120,7 +98437,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#999000FF' - - uid: 15532 + - uid: 15509 components: - type: Transform rot: 3.141592653589793 rad @@ -98128,7 +98445,7 @@ entities: parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 15533 + - uid: 15510 components: - type: Transform pos: 71.5,-29.5 @@ -98137,7 +98454,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#9755CCFF' - - uid: 15534 + - uid: 15511 components: - type: Transform rot: 1.5707963267948966 rad @@ -98147,7 +98464,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#999000FF' - - uid: 15535 + - uid: 15512 components: - type: Transform rot: 3.141592653589793 rad @@ -98155,7 +98472,7 @@ entities: parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 15536 + - uid: 15513 components: - type: Transform rot: 1.5707963267948966 rad @@ -98165,7 +98482,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#9755CCFF' - - uid: 15537 + - uid: 15514 components: - type: Transform rot: -1.5707963267948966 rad @@ -98173,7 +98490,7 @@ entities: parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 15538 + - uid: 15515 components: - type: Transform rot: 1.5707963267948966 rad @@ -98183,7 +98500,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15539 + - uid: 15516 components: - type: Transform rot: 1.5707963267948966 rad @@ -98193,7 +98510,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15540 + - uid: 15517 components: - type: Transform rot: 3.141592653589793 rad @@ -98203,7 +98520,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15541 + - uid: 15518 components: - type: Transform rot: 1.5707963267948966 rad @@ -98213,7 +98530,14 @@ entities: joinedGrid: 2 - proto: GasPipeBend entities: - - uid: 15542 + - uid: 15519 + components: + - type: Transform + pos: 6.5,-56.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 15520 components: - type: Transform rot: -1.5707963267948966 rad @@ -98221,14 +98545,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15543 + - uid: 15521 components: - type: Transform pos: -36.5,23.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15544 + - uid: 15522 components: - type: Transform rot: 3.141592653589793 rad @@ -98236,13 +98560,13 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15545 + - uid: 15523 components: - type: Transform rot: 3.141592653589793 rad pos: 10.5,-47.5 parent: 2 - - uid: 15546 + - uid: 15524 components: - type: Transform rot: -1.5707963267948966 rad @@ -98250,12 +98574,12 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15547 + - uid: 15525 components: - type: Transform pos: -70.5,-37.5 parent: 2 - - uid: 15548 + - uid: 15526 components: - type: Transform rot: 1.5707963267948966 rad @@ -98263,7 +98587,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15549 + - uid: 15527 components: - type: Transform rot: -1.5707963267948966 rad @@ -98271,7 +98595,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15550 + - uid: 15528 components: - type: Transform rot: 1.5707963267948966 rad @@ -98279,7 +98603,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15551 + - uid: 15529 components: - type: Transform rot: -1.5707963267948966 rad @@ -98287,7 +98611,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15552 + - uid: 15530 components: - type: Transform rot: -1.5707963267948966 rad @@ -98295,7 +98619,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15553 + - uid: 15531 components: - type: Transform rot: 3.141592653589793 rad @@ -98303,14 +98627,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15554 + - uid: 15532 components: - type: Transform pos: -3.5,16.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15555 + - uid: 15533 components: - type: Transform rot: -1.5707963267948966 rad @@ -98318,7 +98642,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15556 + - uid: 15534 components: - type: Transform rot: 3.141592653589793 rad @@ -98326,15 +98650,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15557 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-53.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 15558 + - uid: 15535 components: - type: Transform rot: 1.5707963267948966 rad @@ -98342,21 +98658,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15559 + - uid: 15536 components: - type: Transform pos: -7.5,-46.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15560 - components: - - type: Transform - pos: -6.5,-63.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 15561 + - uid: 15537 components: - type: Transform rot: -1.5707963267948966 rad @@ -98364,7 +98673,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15562 + - uid: 15538 components: - type: Transform rot: 3.141592653589793 rad @@ -98372,21 +98681,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15563 + - uid: 15539 components: - type: Transform pos: 36.5,5.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15564 + - uid: 15540 components: - type: Transform pos: 29.5,21.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15565 + - uid: 15541 components: - type: Transform rot: 3.141592653589793 rad @@ -98394,7 +98703,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15566 + - uid: 15542 components: - type: Transform rot: 3.141592653589793 rad @@ -98402,7 +98711,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15567 + - uid: 15543 components: - type: Transform rot: 1.5707963267948966 rad @@ -98410,30 +98719,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15568 - components: - - type: Transform - pos: -4.5,-60.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 15569 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-60.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 15570 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-61.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 15571 + - uid: 15544 components: - type: Transform rot: 1.5707963267948966 rad @@ -98441,7 +98727,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15572 + - uid: 15545 components: - type: Transform rot: 3.141592653589793 rad @@ -98449,7 +98735,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15573 + - uid: 15546 components: - type: Transform rot: 1.5707963267948966 rad @@ -98457,14 +98743,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15574 + - uid: 15547 components: - type: Transform pos: -12.5,7.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15575 + - uid: 15548 components: - type: Transform rot: 3.141592653589793 rad @@ -98472,14 +98758,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15576 + - uid: 15549 components: - type: Transform pos: 34.5,5.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15577 + - uid: 15550 components: - type: Transform rot: 3.141592653589793 rad @@ -98487,7 +98773,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15578 + - uid: 15551 components: - type: Transform rot: 1.5707963267948966 rad @@ -98495,30 +98781,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15579 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-53.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 15580 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-63.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 15581 + - uid: 15552 components: - type: Transform pos: 35.5,9.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15582 + - uid: 15553 components: - type: Transform rot: 3.141592653589793 rad @@ -98526,7 +98796,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15583 + - uid: 15554 components: - type: Transform rot: 1.5707963267948966 rad @@ -98534,7 +98804,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15584 + - uid: 15555 components: - type: Transform rot: 3.141592653589793 rad @@ -98542,14 +98812,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15585 + - uid: 15556 components: - type: Transform pos: 29.5,17.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15586 + - uid: 15557 components: - type: Transform rot: 1.5707963267948966 rad @@ -98557,21 +98827,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15587 + - uid: 15558 components: - type: Transform pos: 14.5,-27.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15588 + - uid: 15559 components: - type: Transform pos: 11.5,12.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15589 + - uid: 15560 components: - type: Transform rot: -1.5707963267948966 rad @@ -98579,7 +98849,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15590 + - uid: 15561 components: - type: Transform rot: 3.141592653589793 rad @@ -98587,7 +98857,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15591 + - uid: 15562 components: - type: Transform rot: 3.141592653589793 rad @@ -98595,7 +98865,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15592 + - uid: 15563 components: - type: Transform rot: -1.5707963267948966 rad @@ -98603,7 +98873,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15593 + - uid: 15564 components: - type: Transform rot: 1.5707963267948966 rad @@ -98611,14 +98881,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15594 + - uid: 15565 components: - type: Transform pos: 1.5,1.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15595 + - uid: 15566 components: - type: Transform rot: -1.5707963267948966 rad @@ -98626,7 +98896,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15596 + - uid: 15567 components: - type: Transform rot: 1.5707963267948966 rad @@ -98634,7 +98904,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15597 + - uid: 15568 components: - type: Transform rot: 3.141592653589793 rad @@ -98642,14 +98912,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15598 + - uid: 15569 components: - type: Transform pos: 11.5,-1.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15599 + - uid: 15570 components: - type: Transform rot: -1.5707963267948966 rad @@ -98657,7 +98927,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15600 + - uid: 15571 components: - type: Transform rot: 1.5707963267948966 rad @@ -98665,7 +98935,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15601 + - uid: 15572 components: - type: Transform rot: 1.5707963267948966 rad @@ -98673,7 +98943,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15602 + - uid: 15573 components: - type: Transform rot: -1.5707963267948966 rad @@ -98681,7 +98951,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15603 + - uid: 15574 components: - type: Transform rot: -1.5707963267948966 rad @@ -98689,7 +98959,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15604 + - uid: 15575 components: - type: Transform rot: 1.5707963267948966 rad @@ -98697,7 +98967,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15605 + - uid: 15576 components: - type: Transform rot: 3.141592653589793 rad @@ -98705,7 +98975,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15606 + - uid: 15577 components: - type: Transform rot: 3.141592653589793 rad @@ -98713,7 +98983,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15607 + - uid: 15578 components: - type: Transform rot: 3.141592653589793 rad @@ -98721,7 +98991,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15608 + - uid: 15579 components: - type: Transform rot: -1.5707963267948966 rad @@ -98729,7 +98999,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15609 + - uid: 15580 components: - type: Transform rot: 1.5707963267948966 rad @@ -98737,7 +99007,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15610 + - uid: 15581 components: - type: Transform rot: 3.141592653589793 rad @@ -98745,7 +99015,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15611 + - uid: 15582 components: - type: Transform rot: 3.141592653589793 rad @@ -98753,22 +99023,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15612 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-61.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 15613 + - uid: 15583 components: - type: Transform pos: 11.5,-42.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15614 + - uid: 15584 components: - type: Transform rot: 1.5707963267948966 rad @@ -98776,14 +99038,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15615 + - uid: 15585 components: - type: Transform pos: 36.5,8.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15616 + - uid: 15586 components: - type: Transform rot: -1.5707963267948966 rad @@ -98791,30 +99053,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15617 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-60.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 15618 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-59.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 15619 + - uid: 15587 components: - type: Transform pos: 1.5,7.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15620 + - uid: 15588 components: - type: Transform rot: 1.5707963267948966 rad @@ -98822,7 +99068,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15621 + - uid: 15589 components: - type: Transform rot: 3.141592653589793 rad @@ -98830,7 +99076,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15622 + - uid: 15590 components: - type: Transform rot: -1.5707963267948966 rad @@ -98838,7 +99084,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15623 + - uid: 15591 components: - type: Transform rot: 3.141592653589793 rad @@ -98846,7 +99092,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15624 + - uid: 15592 components: - type: Transform rot: 3.141592653589793 rad @@ -98854,14 +99100,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15625 + - uid: 15593 components: - type: Transform pos: 8.5,13.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15626 + - uid: 15594 components: - type: Transform rot: -1.5707963267948966 rad @@ -98869,7 +99115,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15627 + - uid: 15595 components: - type: Transform rot: 3.141592653589793 rad @@ -98877,7 +99123,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15628 + - uid: 15596 components: - type: Transform rot: -1.5707963267948966 rad @@ -98885,14 +99131,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15629 + - uid: 15597 components: - type: Transform pos: 36.5,12.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15630 + - uid: 15598 components: - type: Transform rot: 3.141592653589793 rad @@ -98900,21 +99146,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15631 + - uid: 15599 components: - type: Transform pos: 2.5,5.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15632 + - uid: 15600 components: - type: Transform pos: 4.5,0.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15633 + - uid: 15601 components: - type: Transform rot: 3.141592653589793 rad @@ -98922,15 +99168,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15634 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-53.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 15635 + - uid: 15602 components: - type: Transform rot: 1.5707963267948966 rad @@ -98938,7 +99176,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15636 + - uid: 15603 components: - type: Transform rot: 3.141592653589793 rad @@ -98946,7 +99184,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15637 + - uid: 15604 components: - type: Transform rot: 3.141592653589793 rad @@ -98954,7 +99192,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15638 + - uid: 15605 components: - type: Transform rot: 1.5707963267948966 rad @@ -98962,14 +99200,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15639 + - uid: 15606 components: - type: Transform pos: 24.5,-23.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15640 + - uid: 15607 components: - type: Transform rot: -1.5707963267948966 rad @@ -98977,7 +99215,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15641 + - uid: 15608 components: - type: Transform rot: 1.5707963267948966 rad @@ -98985,7 +99223,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15642 + - uid: 15609 components: - type: Transform rot: -1.5707963267948966 rad @@ -98993,7 +99231,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15643 + - uid: 15610 components: - type: Transform rot: 1.5707963267948966 rad @@ -99001,15 +99239,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15644 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-53.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 15645 + - uid: 15611 components: - type: Transform rot: 1.5707963267948966 rad @@ -99017,7 +99247,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15646 + - uid: 15612 components: - type: Transform rot: -1.5707963267948966 rad @@ -99025,21 +99255,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15647 + - uid: 15613 components: - type: Transform pos: 36.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15648 + - uid: 15614 components: - type: Transform pos: 34.5,-18.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15649 + - uid: 15615 components: - type: Transform rot: 1.5707963267948966 rad @@ -99047,7 +99277,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15650 + - uid: 15616 components: - type: Transform rot: -1.5707963267948966 rad @@ -99055,14 +99285,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15651 + - uid: 15617 components: - type: Transform pos: 46.5,-23.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15652 + - uid: 15618 components: - type: Transform rot: 3.141592653589793 rad @@ -99070,7 +99300,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15653 + - uid: 15619 components: - type: Transform rot: 1.5707963267948966 rad @@ -99078,7 +99308,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15654 + - uid: 15620 components: - type: Transform rot: -1.5707963267948966 rad @@ -99086,7 +99316,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15655 + - uid: 15621 components: - type: Transform rot: 1.5707963267948966 rad @@ -99094,7 +99324,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15656 + - uid: 15622 components: - type: Transform rot: 1.5707963267948966 rad @@ -99102,7 +99332,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15657 + - uid: 15623 components: - type: Transform rot: 1.5707963267948966 rad @@ -99110,7 +99340,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15658 + - uid: 15624 components: - type: Transform rot: -1.5707963267948966 rad @@ -99118,7 +99348,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15659 + - uid: 15625 components: - type: Transform rot: 3.141592653589793 rad @@ -99126,7 +99356,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15660 + - uid: 15626 components: - type: Transform rot: 3.141592653589793 rad @@ -99134,7 +99364,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15661 + - uid: 15627 components: - type: Transform rot: 3.141592653589793 rad @@ -99142,7 +99372,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15662 + - uid: 15628 components: - type: Transform rot: 3.141592653589793 rad @@ -99150,7 +99380,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15663 + - uid: 15629 components: - type: Transform rot: -1.5707963267948966 rad @@ -99158,7 +99388,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15664 + - uid: 15630 components: - type: Transform rot: 3.141592653589793 rad @@ -99166,7 +99396,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15665 + - uid: 15631 components: - type: Transform rot: -1.5707963267948966 rad @@ -99174,7 +99404,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15666 + - uid: 15632 components: - type: Transform rot: 3.141592653589793 rad @@ -99182,7 +99412,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15667 + - uid: 15633 components: - type: Transform rot: 3.141592653589793 rad @@ -99190,7 +99420,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15668 + - uid: 15634 components: - type: Transform rot: 3.141592653589793 rad @@ -99198,28 +99428,28 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15669 + - uid: 15635 components: - type: Transform pos: 57.5,-41.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15670 + - uid: 15636 components: - type: Transform pos: 49.5,-52.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15671 + - uid: 15637 components: - type: Transform pos: 63.5,-42.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15672 + - uid: 15638 components: - type: Transform rot: 3.141592653589793 rad @@ -99227,7 +99457,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15673 + - uid: 15639 components: - type: Transform rot: 1.5707963267948966 rad @@ -99235,14 +99465,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15674 + - uid: 15640 components: - type: Transform pos: 61.5,-35.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15675 + - uid: 15641 components: - type: Transform rot: -1.5707963267948966 rad @@ -99250,14 +99480,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15676 + - uid: 15642 components: - type: Transform pos: 64.5,-32.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15677 + - uid: 15643 components: - type: Transform rot: 3.141592653589793 rad @@ -99265,7 +99495,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15678 + - uid: 15644 components: - type: Transform rot: -1.5707963267948966 rad @@ -99273,7 +99503,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15679 + - uid: 15645 components: - type: Transform rot: 3.141592653589793 rad @@ -99281,7 +99511,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15680 + - uid: 15646 components: - type: Transform rot: 1.5707963267948966 rad @@ -99289,7 +99519,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15681 + - uid: 15647 components: - type: Transform rot: -1.5707963267948966 rad @@ -99297,14 +99527,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15682 + - uid: 15648 components: - type: Transform pos: 64.5,-46.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15683 + - uid: 15649 components: - type: Transform rot: 1.5707963267948966 rad @@ -99312,7 +99542,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15684 + - uid: 15650 components: - type: Transform rot: 1.5707963267948966 rad @@ -99320,7 +99550,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15685 + - uid: 15651 components: - type: Transform rot: 3.141592653589793 rad @@ -99328,7 +99558,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15686 + - uid: 15652 components: - type: Transform rot: -1.5707963267948966 rad @@ -99336,7 +99566,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15687 + - uid: 15653 components: - type: Transform rot: 3.141592653589793 rad @@ -99344,7 +99574,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15688 + - uid: 15654 components: - type: Transform rot: 1.5707963267948966 rad @@ -99352,7 +99582,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15689 + - uid: 15655 components: - type: Transform rot: 1.5707963267948966 rad @@ -99360,7 +99590,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15690 + - uid: 15656 components: - type: Transform rot: -1.5707963267948966 rad @@ -99368,7 +99598,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15691 + - uid: 15657 components: - type: Transform rot: 3.141592653589793 rad @@ -99376,14 +99606,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15692 + - uid: 15658 components: - type: Transform pos: 52.5,-54.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15693 + - uid: 15659 components: - type: Transform rot: 3.141592653589793 rad @@ -99391,28 +99621,28 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15694 + - uid: 15660 components: - type: Transform pos: -14.5,6.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15695 + - uid: 15661 components: - type: Transform pos: -18.5,-4.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15696 + - uid: 15662 components: - type: Transform pos: -20.5,-5.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15697 + - uid: 15663 components: - type: Transform rot: -1.5707963267948966 rad @@ -99420,7 +99650,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15698 + - uid: 15664 components: - type: Transform rot: 3.141592653589793 rad @@ -99428,15 +99658,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15699 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-56.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 15700 + - uid: 15665 components: - type: Transform rot: 3.141592653589793 rad @@ -99444,7 +99666,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15701 + - uid: 15666 components: - type: Transform rot: 1.5707963267948966 rad @@ -99452,7 +99674,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15702 + - uid: 15667 components: - type: Transform rot: 3.141592653589793 rad @@ -99460,7 +99682,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15703 + - uid: 15668 components: - type: Transform rot: 3.141592653589793 rad @@ -99468,7 +99690,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15704 + - uid: 15669 components: - type: Transform rot: 1.5707963267948966 rad @@ -99476,7 +99698,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15705 + - uid: 15670 components: - type: Transform rot: 1.5707963267948966 rad @@ -99484,7 +99706,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15706 + - uid: 15671 components: - type: Transform rot: 3.141592653589793 rad @@ -99492,28 +99714,28 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15707 + - uid: 15672 components: - type: Transform pos: -42.5,-6.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15708 + - uid: 15673 components: - type: Transform pos: -41.5,-5.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15709 + - uid: 15674 components: - type: Transform pos: -31.5,-11.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15710 + - uid: 15675 components: - type: Transform rot: 1.5707963267948966 rad @@ -99521,7 +99743,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15711 + - uid: 15676 components: - type: Transform rot: 1.5707963267948966 rad @@ -99529,28 +99751,28 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15712 + - uid: 15677 components: - type: Transform pos: -50.5,-17.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15713 + - uid: 15678 components: - type: Transform pos: -51.5,-19.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15714 + - uid: 15679 components: - type: Transform pos: -47.5,-19.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15715 + - uid: 15680 components: - type: Transform rot: 1.5707963267948966 rad @@ -99558,7 +99780,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15716 + - uid: 15681 components: - type: Transform rot: -1.5707963267948966 rad @@ -99566,7 +99788,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15717 + - uid: 15682 components: - type: Transform rot: -1.5707963267948966 rad @@ -99574,68 +99796,68 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15718 + - uid: 15683 components: - type: Transform rot: 3.141592653589793 rad pos: -50.5,-55.5 parent: 2 - - uid: 15719 + - uid: 15684 components: - type: Transform rot: 3.141592653589793 rad pos: -50.5,-53.5 parent: 2 - - uid: 15720 + - uid: 15685 components: - type: Transform rot: 3.141592653589793 rad pos: -50.5,-51.5 parent: 2 - - uid: 15721 + - uid: 15686 components: - type: Transform rot: 3.141592653589793 rad pos: -50.5,-49.5 parent: 2 - - uid: 15722 + - uid: 15687 components: - type: Transform rot: 3.141592653589793 rad pos: -50.5,-47.5 parent: 2 - - uid: 15723 + - uid: 15688 components: - type: Transform rot: 3.141592653589793 rad pos: -50.5,-45.5 parent: 2 - - uid: 15724 + - uid: 15689 components: - type: Transform rot: 3.141592653589793 rad pos: -50.5,-43.5 parent: 2 - - uid: 15725 + - uid: 15690 components: - type: Transform rot: 1.5707963267948966 rad pos: -43.5,-52.5 parent: 2 - - uid: 15726 + - uid: 15691 components: - type: Transform rot: 3.141592653589793 rad pos: -44.5,-57.5 parent: 2 - - uid: 15727 + - uid: 15692 components: - type: Transform pos: -37.5,-48.5 parent: 2 - type: AtmosPipeColor color: '#947507FF' - - uid: 15728 + - uid: 15693 components: - type: Transform rot: 1.5707963267948966 rad @@ -99643,7 +99865,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#947507FF' - - uid: 15729 + - uid: 15694 components: - type: Transform rot: -1.5707963267948966 rad @@ -99651,7 +99873,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15730 + - uid: 15695 components: - type: Transform rot: 1.5707963267948966 rad @@ -99659,7 +99881,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15731 + - uid: 15696 components: - type: Transform rot: -1.5707963267948966 rad @@ -99667,7 +99889,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15732 + - uid: 15697 components: - type: Transform rot: 1.5707963267948966 rad @@ -99675,7 +99897,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15733 + - uid: 15698 components: - type: Transform rot: -1.5707963267948966 rad @@ -99683,14 +99905,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15734 + - uid: 15699 components: - type: Transform pos: -38.5,-35.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15735 + - uid: 15700 components: - type: Transform rot: 3.141592653589793 rad @@ -99698,14 +99920,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15736 + - uid: 15701 components: - type: Transform pos: -40.5,-34.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15737 + - uid: 15702 components: - type: Transform rot: 3.141592653589793 rad @@ -99713,7 +99935,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15738 + - uid: 15703 components: - type: Transform rot: 1.5707963267948966 rad @@ -99721,36 +99943,28 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15739 + - uid: 15704 components: - type: Transform pos: -20.5,-58.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15740 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,-57.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 15741 + - uid: 15705 components: - type: Transform pos: -41.5,31.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15742 + - uid: 15706 components: - type: Transform pos: -40.5,33.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15743 + - uid: 15707 components: - type: Transform rot: -1.5707963267948966 rad @@ -99758,7 +99972,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15744 + - uid: 15708 components: - type: Transform rot: 1.5707963267948966 rad @@ -99766,7 +99980,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15745 + - uid: 15709 components: - type: Transform rot: 1.5707963267948966 rad @@ -99774,19 +99988,19 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15746 + - uid: 15710 components: - type: Transform rot: -1.5707963267948966 rad pos: -33.5,-53.5 parent: 2 - - uid: 15747 + - uid: 15711 components: - type: Transform rot: -1.5707963267948966 rad pos: -33.5,-55.5 parent: 2 - - uid: 15748 + - uid: 15712 components: - type: Transform rot: 1.5707963267948966 rad @@ -99794,7 +100008,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15749 + - uid: 15713 components: - type: Transform rot: 1.5707963267948966 rad @@ -99802,7 +100016,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15750 + - uid: 15714 components: - type: Transform rot: -1.5707963267948966 rad @@ -99810,7 +100024,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15751 + - uid: 15715 components: - type: Transform rot: -1.5707963267948966 rad @@ -99818,7 +100032,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15752 + - uid: 15716 components: - type: Transform rot: 1.5707963267948966 rad @@ -99826,7 +100040,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15753 + - uid: 15717 components: - type: Transform rot: -1.5707963267948966 rad @@ -99834,7 +100048,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15754 + - uid: 15718 components: - type: Transform rot: 3.141592653589793 rad @@ -99842,7 +100056,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15755 + - uid: 15719 components: - type: Transform rot: 1.5707963267948966 rad @@ -99850,7 +100064,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15756 + - uid: 15720 components: - type: Transform rot: -1.5707963267948966 rad @@ -99858,7 +100072,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15757 + - uid: 15721 components: - type: Transform rot: 1.5707963267948966 rad @@ -99866,14 +100080,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15758 + - uid: 15722 components: - type: Transform pos: -15.5,-41.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15759 + - uid: 15723 components: - type: Transform rot: 3.141592653589793 rad @@ -99881,7 +100095,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15760 + - uid: 15724 components: - type: Transform rot: 1.5707963267948966 rad @@ -99889,7 +100103,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15761 + - uid: 15725 components: - type: Transform rot: 1.5707963267948966 rad @@ -99897,7 +100111,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15762 + - uid: 15726 components: - type: Transform rot: -1.5707963267948966 rad @@ -99905,7 +100119,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15763 + - uid: 15727 components: - type: Transform rot: -1.5707963267948966 rad @@ -99913,14 +100127,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15764 + - uid: 15728 components: - type: Transform pos: -15.5,45.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15765 + - uid: 15729 components: - type: Transform rot: 3.141592653589793 rad @@ -99928,7 +100142,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15766 + - uid: 15730 components: - type: Transform rot: 1.5707963267948966 rad @@ -99936,7 +100150,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15767 + - uid: 15731 components: - type: Transform rot: 1.5707963267948966 rad @@ -99944,7 +100158,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15768 + - uid: 15732 components: - type: Transform rot: -1.5707963267948966 rad @@ -99952,7 +100166,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15769 + - uid: 15733 components: - type: Transform rot: -1.5707963267948966 rad @@ -99960,7 +100174,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15770 + - uid: 15734 components: - type: Transform rot: 3.141592653589793 rad @@ -99968,7 +100182,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15771 + - uid: 15735 components: - type: Transform rot: -1.5707963267948966 rad @@ -99976,14 +100190,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15772 + - uid: 15736 components: - type: Transform pos: 3.5,69.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15773 + - uid: 15737 components: - type: Transform rot: 1.5707963267948966 rad @@ -99991,7 +100205,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15774 + - uid: 15738 components: - type: Transform rot: -1.5707963267948966 rad @@ -99999,7 +100213,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15775 + - uid: 15739 components: - type: Transform rot: 1.5707963267948966 rad @@ -100007,7 +100221,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15776 + - uid: 15740 components: - type: Transform rot: -1.5707963267948966 rad @@ -100015,7 +100229,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15777 + - uid: 15741 components: - type: Transform rot: -1.5707963267948966 rad @@ -100023,7 +100237,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15778 + - uid: 15742 components: - type: Transform rot: 3.141592653589793 rad @@ -100031,7 +100245,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15779 + - uid: 15743 components: - type: Transform rot: 3.141592653589793 rad @@ -100039,7 +100253,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15780 + - uid: 15744 components: - type: Transform rot: -1.5707963267948966 rad @@ -100047,7 +100261,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15781 + - uid: 15745 components: - type: Transform rot: -1.5707963267948966 rad @@ -100055,28 +100269,28 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15782 + - uid: 15746 components: - type: Transform pos: 1.5,59.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15783 + - uid: 15747 components: - type: Transform pos: -0.5,58.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15784 + - uid: 15748 components: - type: Transform pos: 40.5,47.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15785 + - uid: 15749 components: - type: Transform rot: -1.5707963267948966 rad @@ -100084,7 +100298,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15786 + - uid: 15750 components: - type: Transform rot: 1.5707963267948966 rad @@ -100092,7 +100306,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15787 + - uid: 15751 components: - type: Transform rot: 1.5707963267948966 rad @@ -100100,7 +100314,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15788 + - uid: 15752 components: - type: Transform rot: 3.141592653589793 rad @@ -100108,7 +100322,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15789 + - uid: 15753 components: - type: Transform rot: 3.141592653589793 rad @@ -100116,7 +100330,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15790 + - uid: 15754 components: - type: Transform rot: -1.5707963267948966 rad @@ -100124,28 +100338,28 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15791 + - uid: 15755 components: - type: Transform pos: 62.5,-6.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15792 + - uid: 15756 components: - type: Transform pos: 75.5,-33.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15793 + - uid: 15757 components: - type: Transform pos: 74.5,-34.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15794 + - uid: 15758 components: - type: Transform rot: -1.5707963267948966 rad @@ -100153,7 +100367,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15795 + - uid: 15759 components: - type: Transform rot: -1.5707963267948966 rad @@ -100161,7 +100375,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15796 + - uid: 15760 components: - type: Transform rot: 1.5707963267948966 rad @@ -100169,7 +100383,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15797 + - uid: 15761 components: - type: Transform rot: -1.5707963267948966 rad @@ -100177,7 +100391,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15798 + - uid: 15762 components: - type: Transform rot: 1.5707963267948966 rad @@ -100185,7 +100399,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15799 + - uid: 15763 components: - type: Transform rot: -1.5707963267948966 rad @@ -100193,14 +100407,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15800 + - uid: 15764 components: - type: Transform pos: 72.5,-36.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15801 + - uid: 15765 components: - type: Transform rot: 3.141592653589793 rad @@ -100208,7 +100422,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15802 + - uid: 15766 components: - type: Transform rot: -1.5707963267948966 rad @@ -100216,40 +100430,40 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15803 + - uid: 15767 components: - type: Transform pos: -56.5,-58.5 parent: 2 - - uid: 15804 + - uid: 15768 components: - type: Transform rot: 3.141592653589793 rad pos: -57.5,-60.5 parent: 2 - - uid: 15805 + - uid: 15769 components: - type: Transform rot: 3.141592653589793 rad pos: -56.5,-61.5 parent: 2 - - uid: 15806 + - uid: 15770 components: - type: Transform pos: -55.5,-61.5 parent: 2 - - uid: 15807 + - uid: 15771 components: - type: Transform pos: 55.5,-48.5 parent: 2 - - uid: 15808 + - uid: 15772 components: - type: Transform rot: 3.141592653589793 rad pos: 53.5,-48.5 parent: 2 - - uid: 15809 + - uid: 15773 components: - type: Transform rot: 3.141592653589793 rad @@ -100257,7 +100471,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15810 + - uid: 15774 components: - type: Transform rot: 1.5707963267948966 rad @@ -100265,7 +100479,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15811 + - uid: 15775 components: - type: Transform rot: 3.141592653589793 rad @@ -100273,44 +100487,20 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15812 + - uid: 15776 components: - type: Transform pos: -8.5,-21.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15813 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-60.5 - parent: 2 - - type: AtmosPipeColor - color: '#97C3FCCC' - - uid: 15814 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-62.5 - parent: 2 - - type: AtmosPipeColor - color: '#97C3FCCC' - - uid: 15815 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,-62.5 - parent: 2 - - type: AtmosPipeColor - color: '#97C3FCCC' - - uid: 15816 + - uid: 15777 components: - type: Transform rot: 1.5707963267948966 rad pos: -48.5,-35.5 parent: 2 - - uid: 15817 + - uid: 15778 components: - type: Transform rot: 1.5707963267948966 rad @@ -100318,7 +100508,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15818 + - uid: 15779 components: - type: Transform rot: 3.141592653589793 rad @@ -100326,7 +100516,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15819 + - uid: 15780 components: - type: Transform rot: 3.141592653589793 rad @@ -100334,7 +100524,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15820 + - uid: 15781 components: - type: Transform rot: 3.141592653589793 rad @@ -100342,7 +100532,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15821 + - uid: 15782 components: - type: Transform rot: 3.141592653589793 rad @@ -100350,7 +100540,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15822 + - uid: 15783 components: - type: Transform rot: -1.5707963267948966 rad @@ -100358,7 +100548,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15823 + - uid: 15784 components: - type: Transform rot: 3.141592653589793 rad @@ -100366,7 +100556,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15824 + - uid: 15785 components: - type: Transform rot: 3.141592653589793 rad @@ -100374,7 +100564,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15825 + - uid: 15786 components: - type: Transform rot: -1.5707963267948966 rad @@ -100382,7 +100572,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15826 + - uid: 15787 components: - type: Transform rot: 1.5707963267948966 rad @@ -100390,7 +100580,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15827 + - uid: 15788 components: - type: Transform rot: 1.5707963267948966 rad @@ -100398,33 +100588,33 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15828 + - uid: 15789 components: - type: Transform pos: -62.5,-39.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15829 + - uid: 15790 components: - type: Transform pos: -67.5,-43.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15830 + - uid: 15791 components: - type: Transform rot: -1.5707963267948966 rad pos: -65.5,-44.5 parent: 2 - - uid: 15831 + - uid: 15792 components: - type: Transform rot: 1.5707963267948966 rad pos: -65.5,-43.5 parent: 2 - - uid: 15832 + - uid: 15793 components: - type: Transform rot: -1.5707963267948966 rad @@ -100432,7 +100622,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15833 + - uid: 15794 components: - type: Transform rot: -1.5707963267948966 rad @@ -100440,7 +100630,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15834 + - uid: 15795 components: - type: Transform rot: 3.141592653589793 rad @@ -100448,14 +100638,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15835 + - uid: 15796 components: - type: Transform pos: 39.5,61.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15836 + - uid: 15797 components: - type: Transform rot: 3.141592653589793 rad @@ -100463,7 +100653,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15837 + - uid: 15798 components: - type: Transform rot: 3.141592653589793 rad @@ -100471,14 +100661,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15838 + - uid: 15799 components: - type: Transform pos: 0.5,11.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15839 + - uid: 15800 components: - type: Transform rot: -1.5707963267948966 rad @@ -100486,7 +100676,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15840 + - uid: 15801 components: - type: Transform rot: 1.5707963267948966 rad @@ -100494,7 +100684,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15841 + - uid: 15802 components: - type: Transform rot: 1.5707963267948966 rad @@ -100502,7 +100692,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15842 + - uid: 15803 components: - type: Transform rot: 1.5707963267948966 rad @@ -100510,7 +100700,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15843 + - uid: 15804 components: - type: Transform rot: -1.5707963267948966 rad @@ -100518,14 +100708,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15844 + - uid: 15805 components: - type: Transform pos: 12.5,-38.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15845 + - uid: 15806 components: - type: Transform rot: 1.5707963267948966 rad @@ -100533,221 +100723,390 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 15807 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,-57.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 15808 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 15809 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 15810 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 15811 + components: + - type: Transform + pos: -5.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 15812 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-53.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 15813 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-56.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 15814 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-55.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 15815 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 15816 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-66.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 15817 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-63.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 15818 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-63.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 15819 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-63.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 15820 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-63.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 15821 + components: + - type: Transform + pos: 2.5,-55.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 15822 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-59.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 15823 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,-61.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - proto: GasPipeFourway entities: - - uid: 15846 + - uid: 15824 components: - type: Transform pos: 38.5,1.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15847 + - uid: 15825 components: - type: Transform pos: 31.5,12.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15848 + - uid: 15826 components: - type: Transform pos: 21.5,16.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15849 + - uid: 15827 components: - type: Transform pos: 31.5,15.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15850 + - uid: 15828 components: - type: Transform pos: 21.5,12.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15851 + - uid: 15829 components: - type: Transform pos: 17.5,17.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15852 + - uid: 15830 components: - type: Transform pos: 34.5,0.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15853 - components: - - type: Transform - pos: -24.5,-60.5 - parent: 2 - - type: AtmosPipeColor - color: '#97C3FCCC' - - uid: 15854 + - uid: 15831 components: - type: Transform pos: -5.5,-27.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15855 + - uid: 15832 components: - type: Transform pos: -3.5,-25.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15856 + - uid: 15833 components: - type: Transform pos: 30.5,-18.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15857 + - uid: 15834 components: - type: Transform pos: -32.5,23.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15858 + - uid: 15835 components: - type: Transform pos: -18.5,29.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15859 + - uid: 15836 components: - type: Transform pos: 49.5,20.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15860 + - uid: 15837 components: - type: Transform pos: 50.5,21.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15861 + - uid: 15838 components: - type: Transform pos: 42.5,1.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15862 + - uid: 15839 components: - type: Transform pos: 44.5,-1.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15863 + - uid: 15840 components: - type: Transform pos: 64.5,-34.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15864 + - uid: 15841 components: - type: Transform pos: 29.5,-47.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15865 + - uid: 15842 components: - type: Transform pos: -41.5,-11.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15866 + - uid: 15843 components: - type: Transform pos: -42.5,-10.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15867 + - uid: 15844 components: - type: Transform pos: -20.5,30.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15868 + - uid: 15845 components: - type: Transform pos: -31.5,-34.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15869 + - uid: 15846 components: - type: Transform pos: -32.5,-33.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15870 + - uid: 15847 components: - type: Transform pos: -45.5,11.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15871 + - uid: 15848 components: - type: Transform pos: -5.5,-14.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15872 + - uid: 15849 components: - type: Transform pos: -16.5,43.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15873 + - uid: 15850 components: - type: Transform pos: -15.5,44.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15874 + - uid: 15851 components: - type: Transform pos: 68.5,-33.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15875 + - uid: 15852 components: - type: Transform pos: -3.5,11.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 15853 + components: + - type: Transform + pos: -5.5,-57.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 15854 + components: + - type: Transform + pos: -3.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 15855 + components: + - type: Transform + pos: -5.5,-59.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 15856 + components: + - type: Transform + pos: -3.5,-60.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 15857 + components: + - type: Transform + pos: -5.5,-61.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 15858 + components: + - type: Transform + pos: -3.5,-62.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - proto: GasPipeStraight entities: - - uid: 15876 + - uid: 15859 components: - type: Transform rot: -1.5707963267948966 rad @@ -100755,7 +101114,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15877 + - uid: 15860 components: - type: Transform rot: 3.141592653589793 rad @@ -100763,7 +101122,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15878 + - uid: 15861 components: - type: Transform rot: -1.5707963267948966 rad @@ -100771,7 +101130,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15879 + - uid: 15862 components: - type: Transform rot: -1.5707963267948966 rad @@ -100779,56 +101138,56 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15880 + - uid: 15863 components: - type: Transform pos: 39.5,53.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15881 + - uid: 15864 components: - type: Transform pos: 39.5,54.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15882 + - uid: 15865 components: - type: Transform pos: 22.5,-34.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15883 + - uid: 15866 components: - type: Transform pos: 28.5,-35.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15884 + - uid: 15867 components: - type: Transform pos: 28.5,-34.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15885 + - uid: 15868 components: - type: Transform pos: 22.5,-35.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15886 + - uid: 15869 components: - type: Transform pos: 2.5,-4.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15887 + - uid: 15870 components: - type: Transform rot: 3.141592653589793 rad @@ -100836,7 +101195,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15888 + - uid: 15871 components: - type: Transform rot: 1.5707963267948966 rad @@ -100844,21 +101203,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15889 + - uid: 15872 components: - type: Transform pos: 2.5,-5.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15890 + - uid: 15873 components: - type: Transform pos: 1.5,-4.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15891 + - uid: 15874 components: - type: Transform rot: -1.5707963267948966 rad @@ -100866,21 +101225,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15892 + - uid: 15875 components: - type: Transform pos: -47.5,-20.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15893 + - uid: 15876 components: - type: Transform pos: -71.5,-43.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15894 + - uid: 15877 components: - type: Transform rot: 1.5707963267948966 rad @@ -100888,7 +101247,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15895 + - uid: 15878 components: - type: Transform rot: 1.5707963267948966 rad @@ -100896,7 +101255,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15896 + - uid: 15879 components: - type: Transform rot: -1.5707963267948966 rad @@ -100904,14 +101263,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15897 + - uid: 15880 components: - type: Transform pos: -72.5,-36.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15898 + - uid: 15881 components: - type: Transform rot: 1.5707963267948966 rad @@ -100919,21 +101278,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15899 + - uid: 15882 components: - type: Transform pos: -70.5,-40.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15900 + - uid: 15883 components: - type: Transform pos: -68.5,-41.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15901 + - uid: 15884 components: - type: Transform rot: -1.5707963267948966 rad @@ -100941,7 +101300,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15902 + - uid: 15885 components: - type: Transform rot: 1.5707963267948966 rad @@ -100949,126 +101308,126 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15903 + - uid: 15886 components: - type: Transform pos: -68.5,-42.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15904 + - uid: 15887 components: - type: Transform pos: -73.5,-27.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15905 + - uid: 15888 components: - type: Transform pos: -71.5,-30.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15906 + - uid: 15889 components: - type: Transform pos: -71.5,-28.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15907 + - uid: 15890 components: - type: Transform pos: -73.5,-28.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15908 + - uid: 15891 components: - type: Transform pos: -71.5,-26.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15909 + - uid: 15892 components: - type: Transform pos: -73.5,-29.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15910 + - uid: 15893 components: - type: Transform pos: -73.5,-30.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15911 + - uid: 15894 components: - type: Transform pos: -73.5,-32.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15912 + - uid: 15895 components: - type: Transform pos: -73.5,-33.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15913 + - uid: 15896 components: - type: Transform pos: -73.5,-34.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15914 + - uid: 15897 components: - type: Transform pos: -73.5,-35.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15915 + - uid: 15898 components: - type: Transform pos: -73.5,-36.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15916 + - uid: 15899 components: - type: Transform pos: -73.5,-37.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15917 + - uid: 15900 components: - type: Transform pos: -72.5,-34.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15918 + - uid: 15901 components: - type: Transform pos: -72.5,-35.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15919 + - uid: 15902 components: - type: Transform pos: -72.5,-33.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15920 + - uid: 15903 components: - type: Transform rot: 1.5707963267948966 rad @@ -101076,7 +101435,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15921 + - uid: 15904 components: - type: Transform rot: 1.5707963267948966 rad @@ -101084,7 +101443,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15922 + - uid: 15905 components: - type: Transform rot: 1.5707963267948966 rad @@ -101092,41 +101451,41 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15923 + - uid: 15906 components: - type: Transform rot: -1.5707963267948966 rad pos: -74.5,-41.5 parent: 2 - - uid: 15924 + - uid: 15907 components: - type: Transform pos: -73.5,-26.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15925 + - uid: 15908 components: - type: Transform pos: -73.5,-25.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15926 + - uid: 15909 components: - type: Transform pos: -71.5,-29.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15927 + - uid: 15910 components: - type: Transform pos: -71.5,-27.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15928 + - uid: 15911 components: - type: Transform rot: 3.141592653589793 rad @@ -101134,7 +101493,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15929 + - uid: 15912 components: - type: Transform rot: 3.141592653589793 rad @@ -101142,7 +101501,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15930 + - uid: 15913 components: - type: Transform rot: 3.141592653589793 rad @@ -101150,7 +101509,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15931 + - uid: 15914 components: - type: Transform rot: 1.5707963267948966 rad @@ -101158,7 +101517,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15932 + - uid: 15915 components: - type: Transform rot: -1.5707963267948966 rad @@ -101166,21 +101525,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15933 + - uid: 15916 components: - type: Transform pos: -6.5,15.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15934 + - uid: 15917 components: - type: Transform pos: -3.5,15.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15935 + - uid: 15918 components: - type: Transform rot: 3.141592653589793 rad @@ -101188,7 +101547,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15936 + - uid: 15919 components: - type: Transform rot: 3.141592653589793 rad @@ -101196,7 +101555,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15937 + - uid: 15920 components: - type: Transform rot: 1.5707963267948966 rad @@ -101204,7 +101563,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15938 + - uid: 15921 components: - type: Transform rot: 3.141592653589793 rad @@ -101212,7 +101571,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15939 + - uid: 15922 components: - type: Transform rot: 3.141592653589793 rad @@ -101220,7 +101579,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15940 + - uid: 15923 components: - type: Transform rot: 1.5707963267948966 rad @@ -101228,14 +101587,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15941 + - uid: 15924 components: - type: Transform pos: 28.5,-31.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15942 + - uid: 15925 components: - type: Transform rot: 3.141592653589793 rad @@ -101243,21 +101602,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15943 + - uid: 15926 components: - type: Transform pos: -18.5,31.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15944 + - uid: 15927 components: - type: Transform pos: 46.5,-25.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15945 + - uid: 15928 components: - type: Transform rot: 3.141592653589793 rad @@ -101265,14 +101624,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15946 + - uid: 15929 components: - type: Transform pos: 46.5,-24.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15947 + - uid: 15930 components: - type: Transform rot: -1.5707963267948966 rad @@ -101280,14 +101639,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15948 + - uid: 15931 components: - type: Transform pos: 34.5,-21.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15949 + - uid: 15932 components: - type: Transform rot: 3.141592653589793 rad @@ -101295,7 +101654,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15950 + - uid: 15933 components: - type: Transform rot: 3.141592653589793 rad @@ -101303,7 +101662,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15951 + - uid: 15934 components: - type: Transform rot: -1.5707963267948966 rad @@ -101311,7 +101670,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15952 + - uid: 15935 components: - type: Transform rot: 3.141592653589793 rad @@ -101319,7 +101678,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15953 + - uid: 15936 components: - type: Transform rot: 3.141592653589793 rad @@ -101327,15 +101686,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15954 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,-60.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 15955 + - uid: 15937 components: - type: Transform rot: 3.141592653589793 rad @@ -101343,7 +101694,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15956 + - uid: 15938 components: - type: Transform rot: 1.5707963267948966 rad @@ -101351,42 +101702,42 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15957 + - uid: 15939 components: - type: Transform pos: -7.5,-48.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15958 + - uid: 15940 components: - type: Transform pos: -7.5,-47.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15959 + - uid: 15941 components: - type: Transform pos: -0.5,-45.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15960 + - uid: 15942 components: - type: Transform pos: -0.5,-44.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15961 + - uid: 15943 components: - type: Transform pos: -0.5,-43.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15962 + - uid: 15944 components: - type: Transform rot: -1.5707963267948966 rad @@ -101394,14 +101745,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15963 + - uid: 15945 components: - type: Transform pos: -8.5,-45.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15964 + - uid: 15946 components: - type: Transform rot: 3.141592653589793 rad @@ -101409,38 +101760,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15965 - components: - - type: Transform - pos: -12.5,-61.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 15966 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-62.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 15967 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-59.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 15968 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-59.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 15969 + - uid: 15947 components: - type: Transform rot: -1.5707963267948966 rad @@ -101448,7 +101768,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15970 + - uid: 15948 components: - type: Transform rot: -1.5707963267948966 rad @@ -101456,7 +101776,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15971 + - uid: 15949 components: - type: Transform rot: 3.141592653589793 rad @@ -101464,49 +101784,49 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15972 + - uid: 15950 components: - type: Transform pos: 46.5,-26.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15973 + - uid: 15951 components: - type: Transform pos: 46.5,-27.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15974 + - uid: 15952 components: - type: Transform pos: 46.5,-28.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15975 + - uid: 15953 components: - type: Transform pos: 46.5,-29.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15976 + - uid: 15954 components: - type: Transform pos: 8.5,11.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15977 + - uid: 15955 components: - type: Transform pos: 8.5,7.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15978 + - uid: 15956 components: - type: Transform rot: -1.5707963267948966 rad @@ -101514,7 +101834,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15979 + - uid: 15957 components: - type: Transform rot: 3.141592653589793 rad @@ -101522,7 +101842,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15980 + - uid: 15958 components: - type: Transform rot: 1.5707963267948966 rad @@ -101530,7 +101850,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15981 + - uid: 15959 components: - type: Transform rot: 1.5707963267948966 rad @@ -101538,7 +101858,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15982 + - uid: 15960 components: - type: Transform rot: -1.5707963267948966 rad @@ -101546,14 +101866,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15983 + - uid: 15961 components: - type: Transform pos: 30.5,-21.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15984 + - uid: 15962 components: - type: Transform rot: 3.141592653589793 rad @@ -101561,7 +101881,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15985 + - uid: 15963 components: - type: Transform rot: 3.141592653589793 rad @@ -101569,7 +101889,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15986 + - uid: 15964 components: - type: Transform rot: -1.5707963267948966 rad @@ -101577,7 +101897,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15987 + - uid: 15965 components: - type: Transform rot: 1.5707963267948966 rad @@ -101585,7 +101905,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15988 + - uid: 15966 components: - type: Transform rot: 1.5707963267948966 rad @@ -101593,7 +101913,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15989 + - uid: 15967 components: - type: Transform rot: 1.5707963267948966 rad @@ -101601,7 +101921,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15990 + - uid: 15968 components: - type: Transform rot: 1.5707963267948966 rad @@ -101609,21 +101929,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15991 + - uid: 15969 components: - type: Transform pos: 29.5,20.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15992 + - uid: 15970 components: - type: Transform pos: 29.5,19.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15993 + - uid: 15971 components: - type: Transform rot: 3.141592653589793 rad @@ -101631,117 +101951,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15994 + - uid: 15972 components: - type: Transform pos: 24.5,-25.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15995 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-61.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 15996 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-61.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 15997 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-61.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 15998 - components: - - type: Transform - pos: -8.5,-62.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 15999 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-63.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 16000 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-60.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 16001 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-60.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 16002 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-60.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 16003 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-60.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 16004 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-60.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 16005 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-61.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 16006 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-61.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 16007 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-61.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 16008 + - uid: 15973 components: - type: Transform rot: 3.141592653589793 rad @@ -101749,14 +101966,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16009 + - uid: 15974 components: - type: Transform pos: -3.5,-35.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16010 + - uid: 15975 components: - type: Transform rot: -1.5707963267948966 rad @@ -101764,35 +101981,35 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16011 + - uid: 15976 components: - type: Transform pos: -20.5,-83.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16012 + - uid: 15977 components: - type: Transform pos: -20.5,-74.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16013 + - uid: 15978 components: - type: Transform pos: -25.5,-75.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16014 + - uid: 15979 components: - type: Transform pos: -25.5,-73.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16015 + - uid: 15980 components: - type: Transform rot: 1.5707963267948966 rad @@ -101800,14 +102017,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16016 + - uid: 15981 components: - type: Transform pos: 35.5,6.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16017 + - uid: 15982 components: - type: Transform rot: 1.5707963267948966 rad @@ -101815,7 +102032,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16018 + - uid: 15983 components: - type: Transform rot: 1.5707963267948966 rad @@ -101823,7 +102040,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16019 + - uid: 15984 components: - type: Transform rot: 3.141592653589793 rad @@ -101831,28 +102048,28 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16020 + - uid: 15985 components: - type: Transform pos: -3.5,-29.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16021 + - uid: 15986 components: - type: Transform pos: -3.5,-28.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16022 + - uid: 15987 components: - type: Transform pos: -3.5,-26.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16023 + - uid: 15988 components: - type: Transform rot: 1.5707963267948966 rad @@ -101860,7 +102077,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16024 + - uid: 15989 components: - type: Transform rot: 3.141592653589793 rad @@ -101868,7 +102085,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16025 + - uid: 15990 components: - type: Transform rot: 1.5707963267948966 rad @@ -101876,7 +102093,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16026 + - uid: 15991 components: - type: Transform rot: 1.5707963267948966 rad @@ -101884,14 +102101,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16027 + - uid: 15992 components: - type: Transform pos: 3.5,-28.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16028 + - uid: 15993 components: - type: Transform rot: 1.5707963267948966 rad @@ -101899,7 +102116,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16029 + - uid: 15994 components: - type: Transform rot: 1.5707963267948966 rad @@ -101907,7 +102124,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16030 + - uid: 15995 components: - type: Transform rot: 3.141592653589793 rad @@ -101915,7 +102132,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16031 + - uid: 15996 components: - type: Transform rot: 3.141592653589793 rad @@ -101923,7 +102140,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16032 + - uid: 15997 components: - type: Transform rot: 3.141592653589793 rad @@ -101931,7 +102148,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16033 + - uid: 15998 components: - type: Transform rot: 3.141592653589793 rad @@ -101939,7 +102156,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16034 + - uid: 15999 components: - type: Transform rot: 3.141592653589793 rad @@ -101947,7 +102164,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16035 + - uid: 16000 components: - type: Transform rot: 1.5707963267948966 rad @@ -101955,7 +102172,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16036 + - uid: 16001 components: - type: Transform rot: 3.141592653589793 rad @@ -101963,7 +102180,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16037 + - uid: 16002 components: - type: Transform rot: 1.5707963267948966 rad @@ -101971,7 +102188,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16038 + - uid: 16003 components: - type: Transform rot: 1.5707963267948966 rad @@ -101979,7 +102196,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16039 + - uid: 16004 components: - type: Transform rot: 3.141592653589793 rad @@ -101987,14 +102204,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16040 + - uid: 16005 components: - type: Transform pos: 15.5,-37.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16041 + - uid: 16006 components: - type: Transform rot: 1.5707963267948966 rad @@ -102002,7 +102219,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16042 + - uid: 16007 components: - type: Transform rot: 1.5707963267948966 rad @@ -102010,7 +102227,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16043 + - uid: 16008 components: - type: Transform rot: 1.5707963267948966 rad @@ -102018,7 +102235,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16044 + - uid: 16009 components: - type: Transform rot: 1.5707963267948966 rad @@ -102026,21 +102243,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16045 + - uid: 16010 components: - type: Transform pos: 20.5,-21.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16046 + - uid: 16011 components: - type: Transform pos: 20.5,-19.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16047 + - uid: 16012 components: - type: Transform rot: -1.5707963267948966 rad @@ -102048,7 +102265,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16048 + - uid: 16013 components: - type: Transform rot: -1.5707963267948966 rad @@ -102056,7 +102273,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16049 + - uid: 16014 components: - type: Transform rot: 1.5707963267948966 rad @@ -102064,7 +102281,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16050 + - uid: 16015 components: - type: Transform rot: -1.5707963267948966 rad @@ -102072,14 +102289,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16051 + - uid: 16016 components: - type: Transform pos: 19.5,20.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16052 + - uid: 16017 components: - type: Transform rot: -1.5707963267948966 rad @@ -102087,7 +102304,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16053 + - uid: 16018 components: - type: Transform rot: 1.5707963267948966 rad @@ -102095,7 +102312,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16054 + - uid: 16019 components: - type: Transform rot: 1.5707963267948966 rad @@ -102103,14 +102320,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16055 + - uid: 16020 components: - type: Transform pos: 0.5,15.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16056 + - uid: 16021 components: - type: Transform rot: 3.141592653589793 rad @@ -102118,7 +102335,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16057 + - uid: 16022 components: - type: Transform rot: 3.141592653589793 rad @@ -102126,7 +102343,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16058 + - uid: 16023 components: - type: Transform rot: 1.5707963267948966 rad @@ -102134,7 +102351,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16059 + - uid: 16024 components: - type: Transform rot: 1.5707963267948966 rad @@ -102142,14 +102359,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16060 + - uid: 16025 components: - type: Transform pos: -3.5,-40.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16061 + - uid: 16026 components: - type: Transform rot: 3.141592653589793 rad @@ -102157,7 +102374,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16062 + - uid: 16027 components: - type: Transform rot: 1.5707963267948966 rad @@ -102165,7 +102382,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16063 + - uid: 16028 components: - type: Transform rot: 1.5707963267948966 rad @@ -102173,7 +102390,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16064 + - uid: 16029 components: - type: Transform rot: -1.5707963267948966 rad @@ -102181,7 +102398,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16065 + - uid: 16030 components: - type: Transform rot: 1.5707963267948966 rad @@ -102189,14 +102406,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16066 + - uid: 16031 components: - type: Transform pos: 0.5,16.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16067 + - uid: 16032 components: - type: Transform rot: -1.5707963267948966 rad @@ -102204,77 +102421,77 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16068 + - uid: 16033 components: - type: Transform pos: -6.5,13.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16069 + - uid: 16034 components: - type: Transform pos: -6.5,11.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16070 + - uid: 16035 components: - type: Transform pos: -6.5,10.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16071 + - uid: 16036 components: - type: Transform pos: -8.5,4.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16072 + - uid: 16037 components: - type: Transform pos: 3.5,-29.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16073 + - uid: 16038 components: - type: Transform pos: 15.5,-40.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16074 + - uid: 16039 components: - type: Transform pos: 15.5,-32.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16075 + - uid: 16040 components: - type: Transform pos: 15.5,-24.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16076 + - uid: 16041 components: - type: Transform pos: -23.5,-77.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16077 + - uid: 16042 components: - type: Transform pos: 17.5,18.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16078 + - uid: 16043 components: - type: Transform rot: 1.5707963267948966 rad @@ -102282,7 +102499,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16079 + - uid: 16044 components: - type: Transform rot: 1.5707963267948966 rad @@ -102290,49 +102507,49 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16080 + - uid: 16045 components: - type: Transform pos: -18.5,32.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16081 + - uid: 16046 components: - type: Transform pos: -20.5,28.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16082 + - uid: 16047 components: - type: Transform pos: 34.5,-24.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16083 + - uid: 16048 components: - type: Transform pos: 31.5,-42.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16084 + - uid: 16049 components: - type: Transform pos: 24.5,-27.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16085 + - uid: 16050 components: - type: Transform pos: 36.5,-26.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16086 + - uid: 16051 components: - type: Transform rot: -1.5707963267948966 rad @@ -102340,14 +102557,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16087 + - uid: 16052 components: - type: Transform pos: 47.5,-24.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16088 + - uid: 16053 components: - type: Transform rot: 3.141592653589793 rad @@ -102355,21 +102572,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16089 + - uid: 16054 components: - type: Transform pos: 21.5,15.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16090 + - uid: 16055 components: - type: Transform pos: 8.5,8.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16091 + - uid: 16056 components: - type: Transform rot: 1.5707963267948966 rad @@ -102377,7 +102594,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16092 + - uid: 16057 components: - type: Transform rot: 3.141592653589793 rad @@ -102385,28 +102602,28 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16093 + - uid: 16058 components: - type: Transform pos: -20.5,31.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16094 + - uid: 16059 components: - type: Transform pos: 8.5,9.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16095 + - uid: 16060 components: - type: Transform pos: -18.5,30.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16096 + - uid: 16061 components: - type: Transform rot: 1.5707963267948966 rad @@ -102414,7 +102631,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16097 + - uid: 16062 components: - type: Transform rot: 3.141592653589793 rad @@ -102422,7 +102639,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16098 + - uid: 16063 components: - type: Transform rot: -1.5707963267948966 rad @@ -102430,56 +102647,56 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16099 + - uid: 16064 components: - type: Transform pos: 15.5,-30.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16100 + - uid: 16065 components: - type: Transform pos: -3.5,-13.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16101 + - uid: 16066 components: - type: Transform pos: -3.5,-9.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16102 + - uid: 16067 components: - type: Transform pos: -3.5,-8.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16103 + - uid: 16068 components: - type: Transform pos: -3.5,-7.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16104 + - uid: 16069 components: - type: Transform pos: -3.5,-5.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16105 + - uid: 16070 components: - type: Transform pos: -5.5,-7.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16106 + - uid: 16071 components: - type: Transform rot: -1.5707963267948966 rad @@ -102487,7 +102704,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16107 + - uid: 16072 components: - type: Transform rot: 1.5707963267948966 rad @@ -102495,7 +102712,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16108 + - uid: 16073 components: - type: Transform rot: 1.5707963267948966 rad @@ -102503,7 +102720,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16109 + - uid: 16074 components: - type: Transform rot: -1.5707963267948966 rad @@ -102511,7 +102728,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16110 + - uid: 16075 components: - type: Transform rot: -1.5707963267948966 rad @@ -102519,7 +102736,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16111 + - uid: 16076 components: - type: Transform rot: 1.5707963267948966 rad @@ -102527,7 +102744,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16112 + - uid: 16077 components: - type: Transform rot: 1.5707963267948966 rad @@ -102535,7 +102752,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16113 + - uid: 16078 components: - type: Transform rot: 3.141592653589793 rad @@ -102543,7 +102760,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16114 + - uid: 16079 components: - type: Transform rot: 3.141592653589793 rad @@ -102551,7 +102768,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16115 + - uid: 16080 components: - type: Transform rot: 3.141592653589793 rad @@ -102559,133 +102776,75 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16116 + - uid: 16081 components: - type: Transform rot: 1.5707963267948966 rad pos: -16.5,-60.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 16117 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,-60.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 16118 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-46.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 16119 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-43.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 16120 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-42.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 16121 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,-42.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 16122 - components: - - type: Transform - pos: -9.5,-59.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 16123 - components: - - type: Transform - pos: -9.5,-58.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 16124 - components: - - type: Transform - pos: -9.5,-57.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 16125 + color: '#0055CCFF' + - uid: 16082 components: - type: Transform - pos: -9.5,-56.5 + rot: 3.141592653589793 rad + pos: -12.5,-46.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16126 + - uid: 16083 components: - type: Transform - pos: -9.5,-55.5 + rot: 3.141592653589793 rad + pos: -12.5,-43.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16127 + - uid: 16084 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-52.5 + rot: 1.5707963267948966 rad + pos: -13.5,-42.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 16128 + color: '#990000FF' + - uid: 16085 components: - type: Transform - pos: -7.5,-52.5 + rot: 1.5707963267948966 rad + pos: -11.5,-42.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16129 + - uid: 16086 components: - type: Transform pos: -7.5,-51.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16130 + - uid: 16087 components: - type: Transform pos: -7.5,-50.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16131 + - uid: 16088 components: - type: Transform pos: -7.5,-49.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16132 + - uid: 16089 components: - type: Transform pos: -0.5,-42.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16133 + - uid: 16090 components: - type: Transform rot: -1.5707963267948966 rad @@ -102693,7 +102852,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16134 + - uid: 16091 components: - type: Transform rot: -1.5707963267948966 rad @@ -102701,21 +102860,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16135 + - uid: 16092 components: - type: Transform pos: -8.5,-44.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16136 + - uid: 16093 components: - type: Transform pos: -8.5,-43.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16137 + - uid: 16094 components: - type: Transform rot: 3.141592653589793 rad @@ -102723,53 +102882,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16138 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-60.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 16139 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-60.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 16140 - components: - - type: Transform - pos: -6.5,-64.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 16141 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-61.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 16142 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-59.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 16143 + - uid: 16095 components: - type: Transform pos: 34.5,1.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16144 + - uid: 16096 components: - type: Transform rot: 1.5707963267948966 rad @@ -102777,7 +102897,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16145 + - uid: 16097 components: - type: Transform rot: 1.5707963267948966 rad @@ -102785,7 +102905,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16146 + - uid: 16098 components: - type: Transform rot: 1.5707963267948966 rad @@ -102793,14 +102913,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16147 + - uid: 16099 components: - type: Transform pos: 17.5,-3.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16148 + - uid: 16100 components: - type: Transform rot: -1.5707963267948966 rad @@ -102808,7 +102928,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16149 + - uid: 16101 components: - type: Transform rot: -1.5707963267948966 rad @@ -102816,7 +102936,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16150 + - uid: 16102 components: - type: Transform rot: -1.5707963267948966 rad @@ -102824,7 +102944,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16151 + - uid: 16103 components: - type: Transform rot: -1.5707963267948966 rad @@ -102832,7 +102952,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16152 + - uid: 16104 components: - type: Transform rot: -1.5707963267948966 rad @@ -102840,7 +102960,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16153 + - uid: 16105 components: - type: Transform rot: -1.5707963267948966 rad @@ -102848,7 +102968,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16154 + - uid: 16106 components: - type: Transform rot: -1.5707963267948966 rad @@ -102856,7 +102976,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16155 + - uid: 16107 components: - type: Transform rot: -1.5707963267948966 rad @@ -102864,7 +102984,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16156 + - uid: 16108 components: - type: Transform rot: -1.5707963267948966 rad @@ -102872,14 +102992,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16157 + - uid: 16109 components: - type: Transform pos: 42.5,14.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16158 + - uid: 16110 components: - type: Transform rot: 1.5707963267948966 rad @@ -102887,7 +103007,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16159 + - uid: 16111 components: - type: Transform rot: 1.5707963267948966 rad @@ -102895,7 +103015,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16160 + - uid: 16112 components: - type: Transform rot: 1.5707963267948966 rad @@ -102903,7 +103023,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16161 + - uid: 16113 components: - type: Transform rot: 1.5707963267948966 rad @@ -102911,35 +103031,35 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16162 + - uid: 16114 components: - type: Transform pos: 38.5,2.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16163 + - uid: 16115 components: - type: Transform pos: 38.5,4.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16164 + - uid: 16116 components: - type: Transform pos: 25.5,10.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16165 + - uid: 16117 components: - type: Transform pos: 25.5,11.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16166 + - uid: 16118 components: - type: Transform rot: 1.5707963267948966 rad @@ -102947,14 +103067,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16167 + - uid: 16119 components: - type: Transform pos: 21.5,11.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16168 + - uid: 16120 components: - type: Transform rot: 1.5707963267948966 rad @@ -102962,7 +103082,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16169 + - uid: 16121 components: - type: Transform rot: 1.5707963267948966 rad @@ -102970,21 +103090,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16170 + - uid: 16122 components: - type: Transform pos: -5.5,0.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16171 + - uid: 16123 components: - type: Transform pos: -5.5,-17.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16172 + - uid: 16124 components: - type: Transform rot: -1.5707963267948966 rad @@ -102992,7 +103112,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16173 + - uid: 16125 components: - type: Transform rot: 3.141592653589793 rad @@ -103000,7 +103120,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16174 + - uid: 16126 components: - type: Transform rot: 3.141592653589793 rad @@ -103008,7 +103128,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16175 + - uid: 16127 components: - type: Transform rot: -1.5707963267948966 rad @@ -103016,23 +103136,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16176 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-56.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 16177 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-57.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 16178 + - uid: 16128 components: - type: Transform rot: 3.141592653589793 rad @@ -103040,42 +103144,42 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16179 + - uid: 16129 components: - type: Transform pos: 15.5,-21.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16180 + - uid: 16130 components: - type: Transform pos: -3.5,-23.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16181 + - uid: 16131 components: - type: Transform pos: -3.5,-24.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16182 + - uid: 16132 components: - type: Transform pos: -3.5,-22.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16183 + - uid: 16133 components: - type: Transform pos: -3.5,-18.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16184 + - uid: 16134 components: - type: Transform rot: 1.5707963267948966 rad @@ -103083,7 +103187,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16185 + - uid: 16135 components: - type: Transform rot: -1.5707963267948966 rad @@ -103091,7 +103195,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16186 + - uid: 16136 components: - type: Transform rot: 1.5707963267948966 rad @@ -103099,7 +103203,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16187 + - uid: 16137 components: - type: Transform rot: 1.5707963267948966 rad @@ -103107,14 +103211,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16188 + - uid: 16138 components: - type: Transform pos: -20.5,29.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16189 + - uid: 16139 components: - type: Transform rot: -1.5707963267948966 rad @@ -103122,7 +103226,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16190 + - uid: 16140 components: - type: Transform rot: 1.5707963267948966 rad @@ -103130,7 +103234,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16191 + - uid: 16141 components: - type: Transform rot: 1.5707963267948966 rad @@ -103138,7 +103242,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16192 + - uid: 16142 components: - type: Transform rot: 1.5707963267948966 rad @@ -103146,7 +103250,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16193 + - uid: 16143 components: - type: Transform rot: 1.5707963267948966 rad @@ -103154,21 +103258,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16194 + - uid: 16144 components: - type: Transform pos: -8.5,5.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16195 + - uid: 16145 components: - type: Transform pos: -8.5,6.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16196 + - uid: 16146 components: - type: Transform rot: 1.5707963267948966 rad @@ -103176,7 +103280,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16197 + - uid: 16147 components: - type: Transform rot: -1.5707963267948966 rad @@ -103184,14 +103288,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16198 + - uid: 16148 components: - type: Transform pos: -23.5,-82.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16199 + - uid: 16149 components: - type: Transform rot: 1.5707963267948966 rad @@ -103199,7 +103303,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16200 + - uid: 16150 components: - type: Transform rot: 3.141592653589793 rad @@ -103207,7 +103311,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16201 + - uid: 16151 components: - type: Transform rot: 3.141592653589793 rad @@ -103215,14 +103319,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16202 + - uid: 16152 components: - type: Transform pos: -5.5,-23.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16203 + - uid: 16153 components: - type: Transform rot: -1.5707963267948966 rad @@ -103230,7 +103334,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16204 + - uid: 16154 components: - type: Transform rot: 1.5707963267948966 rad @@ -103238,7 +103342,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16205 + - uid: 16155 components: - type: Transform rot: 1.5707963267948966 rad @@ -103246,7 +103350,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16206 + - uid: 16156 components: - type: Transform rot: 1.5707963267948966 rad @@ -103254,7 +103358,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16207 + - uid: 16157 components: - type: Transform rot: -1.5707963267948966 rad @@ -103262,7 +103366,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16208 + - uid: 16158 components: - type: Transform rot: -1.5707963267948966 rad @@ -103270,7 +103374,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16209 + - uid: 16159 components: - type: Transform rot: 1.5707963267948966 rad @@ -103278,7 +103382,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16210 + - uid: 16160 components: - type: Transform rot: 1.5707963267948966 rad @@ -103286,7 +103390,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16211 + - uid: 16161 components: - type: Transform rot: 3.141592653589793 rad @@ -103294,7 +103398,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16212 + - uid: 16162 components: - type: Transform rot: 1.5707963267948966 rad @@ -103302,7 +103406,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16213 + - uid: 16163 components: - type: Transform rot: 1.5707963267948966 rad @@ -103310,14 +103414,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16214 + - uid: 16164 components: - type: Transform pos: -3.5,-21.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16215 + - uid: 16165 components: - type: Transform rot: 3.141592653589793 rad @@ -103325,14 +103429,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16216 + - uid: 16166 components: - type: Transform pos: 47.5,-25.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16217 + - uid: 16167 components: - type: Transform rot: -1.5707963267948966 rad @@ -103340,7 +103444,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16218 + - uid: 16168 components: - type: Transform rot: -1.5707963267948966 rad @@ -103348,7 +103452,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16219 + - uid: 16169 components: - type: Transform rot: -1.5707963267948966 rad @@ -103356,7 +103460,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16220 + - uid: 16170 components: - type: Transform rot: -1.5707963267948966 rad @@ -103364,7 +103468,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16221 + - uid: 16171 components: - type: Transform rot: -1.5707963267948966 rad @@ -103372,7 +103476,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16222 + - uid: 16172 components: - type: Transform rot: -1.5707963267948966 rad @@ -103380,7 +103484,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16223 + - uid: 16173 components: - type: Transform rot: -1.5707963267948966 rad @@ -103388,7 +103492,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16224 + - uid: 16174 components: - type: Transform rot: -1.5707963267948966 rad @@ -103396,7 +103500,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16225 + - uid: 16175 components: - type: Transform rot: -1.5707963267948966 rad @@ -103404,7 +103508,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16226 + - uid: 16176 components: - type: Transform rot: -1.5707963267948966 rad @@ -103412,7 +103516,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16227 + - uid: 16177 components: - type: Transform rot: 1.5707963267948966 rad @@ -103420,7 +103524,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16228 + - uid: 16178 components: - type: Transform rot: -1.5707963267948966 rad @@ -103428,7 +103532,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16229 + - uid: 16179 components: - type: Transform rot: 3.141592653589793 rad @@ -103436,7 +103540,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16230 + - uid: 16180 components: - type: Transform rot: 3.141592653589793 rad @@ -103444,7 +103548,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16231 + - uid: 16181 components: - type: Transform rot: 3.141592653589793 rad @@ -103452,7 +103556,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16232 + - uid: 16182 components: - type: Transform rot: 3.141592653589793 rad @@ -103460,7 +103564,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16233 + - uid: 16183 components: - type: Transform rot: 1.5707963267948966 rad @@ -103468,14 +103572,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16234 + - uid: 16184 components: - type: Transform pos: 10.5,7.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16235 + - uid: 16185 components: - type: Transform rot: 3.141592653589793 rad @@ -103483,7 +103587,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16236 + - uid: 16186 components: - type: Transform rot: 3.141592653589793 rad @@ -103491,7 +103595,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16237 + - uid: 16187 components: - type: Transform rot: 3.141592653589793 rad @@ -103499,50 +103603,42 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16238 + - uid: 16188 components: - type: Transform pos: 34.5,-25.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16239 + - uid: 16189 components: - type: Transform pos: 10.5,18.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16240 + - uid: 16190 components: - type: Transform pos: -5.5,-26.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16241 + - uid: 16191 components: - type: Transform pos: -9.5,-4.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16242 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-61.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 16243 + - uid: 16192 components: - type: Transform pos: 34.5,4.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16244 + - uid: 16193 components: - type: Transform rot: 3.141592653589793 rad @@ -103550,7 +103646,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16245 + - uid: 16194 components: - type: Transform rot: 1.5707963267948966 rad @@ -103558,7 +103654,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16246 + - uid: 16195 components: - type: Transform rot: 1.5707963267948966 rad @@ -103566,7 +103662,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16247 + - uid: 16196 components: - type: Transform rot: -1.5707963267948966 rad @@ -103574,7 +103670,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16248 + - uid: 16197 components: - type: Transform rot: -1.5707963267948966 rad @@ -103582,7 +103678,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16249 + - uid: 16198 components: - type: Transform rot: -1.5707963267948966 rad @@ -103590,28 +103686,28 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16250 + - uid: 16199 components: - type: Transform pos: 21.5,10.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16251 + - uid: 16200 components: - type: Transform pos: 21.5,9.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16252 + - uid: 16201 components: - type: Transform pos: 21.5,8.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16253 + - uid: 16202 components: - type: Transform rot: 1.5707963267948966 rad @@ -103619,21 +103715,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16254 + - uid: 16203 components: - type: Transform pos: 25.5,9.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16255 + - uid: 16204 components: - type: Transform pos: 25.5,8.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16256 + - uid: 16205 components: - type: Transform rot: -1.5707963267948966 rad @@ -103641,7 +103737,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16257 + - uid: 16206 components: - type: Transform rot: -1.5707963267948966 rad @@ -103649,7 +103745,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16258 + - uid: 16207 components: - type: Transform rot: 1.5707963267948966 rad @@ -103657,28 +103753,28 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16259 + - uid: 16208 components: - type: Transform pos: 38.5,3.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16260 + - uid: 16209 components: - type: Transform pos: 31.5,13.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16261 + - uid: 16210 components: - type: Transform pos: 31.5,14.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16262 + - uid: 16211 components: - type: Transform rot: -1.5707963267948966 rad @@ -103686,7 +103782,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16263 + - uid: 16212 components: - type: Transform rot: 1.5707963267948966 rad @@ -103694,35 +103790,35 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16264 + - uid: 16213 components: - type: Transform pos: 20.5,12.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16265 + - uid: 16214 components: - type: Transform pos: 20.5,11.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16266 + - uid: 16215 components: - type: Transform pos: 20.5,9.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16267 + - uid: 16216 components: - type: Transform pos: 20.5,8.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16268 + - uid: 16217 components: - type: Transform rot: 1.5707963267948966 rad @@ -103730,7 +103826,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16269 + - uid: 16218 components: - type: Transform rot: 3.141592653589793 rad @@ -103738,7 +103834,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16270 + - uid: 16219 components: - type: Transform rot: 3.141592653589793 rad @@ -103746,7 +103842,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16271 + - uid: 16220 components: - type: Transform rot: 3.141592653589793 rad @@ -103754,7 +103850,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16272 + - uid: 16221 components: - type: Transform rot: 1.5707963267948966 rad @@ -103762,7 +103858,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16273 + - uid: 16222 components: - type: Transform rot: 1.5707963267948966 rad @@ -103770,7 +103866,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16274 + - uid: 16223 components: - type: Transform rot: 3.141592653589793 rad @@ -103778,7 +103874,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16275 + - uid: 16224 components: - type: Transform rot: 3.141592653589793 rad @@ -103786,7 +103882,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16276 + - uid: 16225 components: - type: Transform rot: 3.141592653589793 rad @@ -103794,7 +103890,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16277 + - uid: 16226 components: - type: Transform rot: 1.5707963267948966 rad @@ -103802,7 +103898,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16278 + - uid: 16227 components: - type: Transform rot: 1.5707963267948966 rad @@ -103810,7 +103906,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16279 + - uid: 16228 components: - type: Transform rot: 1.5707963267948966 rad @@ -103818,14 +103914,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16280 + - uid: 16229 components: - type: Transform pos: -8.5,3.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16281 + - uid: 16230 components: - type: Transform rot: 1.5707963267948966 rad @@ -103833,7 +103929,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16282 + - uid: 16231 components: - type: Transform rot: 1.5707963267948966 rad @@ -103841,7 +103937,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16283 + - uid: 16232 components: - type: Transform rot: 1.5707963267948966 rad @@ -103849,7 +103945,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16284 + - uid: 16233 components: - type: Transform rot: 1.5707963267948966 rad @@ -103857,7 +103953,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16285 + - uid: 16234 components: - type: Transform rot: 1.5707963267948966 rad @@ -103865,49 +103961,49 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16286 + - uid: 16235 components: - type: Transform pos: 1.5,0.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16287 + - uid: 16236 components: - type: Transform pos: 1.5,-0.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16288 + - uid: 16237 components: - type: Transform pos: 1.5,-1.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16289 + - uid: 16238 components: - type: Transform pos: 1.5,-2.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16290 + - uid: 16239 components: - type: Transform pos: 9.5,0.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16291 + - uid: 16240 components: - type: Transform pos: 9.5,-0.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16292 + - uid: 16241 components: - type: Transform rot: 1.5707963267948966 rad @@ -103915,56 +104011,56 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16293 + - uid: 16242 components: - type: Transform pos: 11.5,-2.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16294 + - uid: 16243 components: - type: Transform pos: 11.5,-3.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16295 + - uid: 16244 components: - type: Transform pos: 11.5,-4.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16296 + - uid: 16245 components: - type: Transform pos: 11.5,-5.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16297 + - uid: 16246 components: - type: Transform pos: 11.5,-6.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16298 + - uid: 16247 components: - type: Transform pos: 11.5,-7.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16299 + - uid: 16248 components: - type: Transform pos: 11.5,-8.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16300 + - uid: 16249 components: - type: Transform rot: -1.5707963267948966 rad @@ -103972,7 +104068,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16301 + - uid: 16250 components: - type: Transform rot: 3.141592653589793 rad @@ -103980,7 +104076,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16302 + - uid: 16251 components: - type: Transform rot: 1.5707963267948966 rad @@ -103988,7 +104084,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16303 + - uid: 16252 components: - type: Transform rot: 1.5707963267948966 rad @@ -103996,21 +104092,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16304 + - uid: 16253 components: - type: Transform pos: 23.5,18.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16305 + - uid: 16254 components: - type: Transform pos: 23.5,19.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16306 + - uid: 16255 components: - type: Transform rot: 1.5707963267948966 rad @@ -104018,7 +104114,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16307 + - uid: 16256 components: - type: Transform rot: 3.141592653589793 rad @@ -104026,7 +104122,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16308 + - uid: 16257 components: - type: Transform rot: -1.5707963267948966 rad @@ -104034,7 +104130,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16309 + - uid: 16258 components: - type: Transform rot: -1.5707963267948966 rad @@ -104042,21 +104138,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16310 + - uid: 16259 components: - type: Transform pos: 7.5,17.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16311 + - uid: 16260 components: - type: Transform pos: 17.5,19.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16312 + - uid: 16261 components: - type: Transform rot: 3.141592653589793 rad @@ -104064,14 +104160,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16313 + - uid: 16262 components: - type: Transform pos: 34.5,2.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16314 + - uid: 16263 components: - type: Transform rot: -1.5707963267948966 rad @@ -104079,14 +104175,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16315 + - uid: 16264 components: - type: Transform pos: 21.5,-12.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16316 + - uid: 16265 components: - type: Transform rot: 3.141592653589793 rad @@ -104094,7 +104190,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16317 + - uid: 16266 components: - type: Transform rot: 3.141592653589793 rad @@ -104102,7 +104198,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16318 + - uid: 16267 components: - type: Transform rot: 3.141592653589793 rad @@ -104110,7 +104206,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16319 + - uid: 16268 components: - type: Transform rot: 3.141592653589793 rad @@ -104118,7 +104214,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16320 + - uid: 16269 components: - type: Transform rot: 3.141592653589793 rad @@ -104126,7 +104222,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16321 + - uid: 16270 components: - type: Transform rot: 3.141592653589793 rad @@ -104134,7 +104230,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16322 + - uid: 16271 components: - type: Transform rot: -1.5707963267948966 rad @@ -104142,7 +104238,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16323 + - uid: 16272 components: - type: Transform rot: -1.5707963267948966 rad @@ -104150,7 +104246,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16324 + - uid: 16273 components: - type: Transform rot: -1.5707963267948966 rad @@ -104158,7 +104254,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16325 + - uid: 16274 components: - type: Transform rot: -1.5707963267948966 rad @@ -104166,7 +104262,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16326 + - uid: 16275 components: - type: Transform rot: 1.5707963267948966 rad @@ -104174,7 +104270,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16327 + - uid: 16276 components: - type: Transform rot: 1.5707963267948966 rad @@ -104182,7 +104278,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16328 + - uid: 16277 components: - type: Transform rot: 1.5707963267948966 rad @@ -104190,7 +104286,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16329 + - uid: 16278 components: - type: Transform rot: -1.5707963267948966 rad @@ -104198,21 +104294,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16330 + - uid: 16279 components: - type: Transform pos: 26.5,-9.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16331 + - uid: 16280 components: - type: Transform pos: 26.5,-10.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16332 + - uid: 16281 components: - type: Transform rot: -1.5707963267948966 rad @@ -104220,7 +104316,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16333 + - uid: 16282 components: - type: Transform rot: -1.5707963267948966 rad @@ -104228,7 +104324,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16334 + - uid: 16283 components: - type: Transform rot: 3.141592653589793 rad @@ -104236,7 +104332,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16335 + - uid: 16284 components: - type: Transform rot: 3.141592653589793 rad @@ -104244,7 +104340,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16336 + - uid: 16285 components: - type: Transform rot: 3.141592653589793 rad @@ -104252,7 +104348,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16337 + - uid: 16286 components: - type: Transform rot: 1.5707963267948966 rad @@ -104260,7 +104356,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16338 + - uid: 16287 components: - type: Transform rot: 1.5707963267948966 rad @@ -104268,7 +104364,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16339 + - uid: 16288 components: - type: Transform rot: 1.5707963267948966 rad @@ -104276,7 +104372,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16340 + - uid: 16289 components: - type: Transform rot: 3.141592653589793 rad @@ -104284,7 +104380,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16341 + - uid: 16290 components: - type: Transform rot: 1.5707963267948966 rad @@ -104292,21 +104388,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16342 + - uid: 16291 components: - type: Transform pos: 24.5,-26.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16343 + - uid: 16292 components: - type: Transform pos: 24.5,-28.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16344 + - uid: 16293 components: - type: Transform rot: 3.141592653589793 rad @@ -104314,7 +104410,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16345 + - uid: 16294 components: - type: Transform rot: 3.141592653589793 rad @@ -104322,7 +104418,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16346 + - uid: 16295 components: - type: Transform rot: 3.141592653589793 rad @@ -104330,7 +104426,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16347 + - uid: 16296 components: - type: Transform rot: -1.5707963267948966 rad @@ -104338,7 +104434,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16348 + - uid: 16297 components: - type: Transform rot: -1.5707963267948966 rad @@ -104346,28 +104442,28 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16349 + - uid: 16298 components: - type: Transform pos: 28.5,-33.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16350 + - uid: 16299 components: - type: Transform pos: 22.5,-31.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16351 + - uid: 16300 components: - type: Transform pos: 22.5,-33.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16352 + - uid: 16301 components: - type: Transform rot: 3.141592653589793 rad @@ -104375,21 +104471,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16353 + - uid: 16302 components: - type: Transform pos: -11.5,-25.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16354 + - uid: 16303 components: - type: Transform pos: -8.5,-24.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16355 + - uid: 16304 components: - type: Transform rot: 1.5707963267948966 rad @@ -104397,7 +104493,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16356 + - uid: 16305 components: - type: Transform rot: 1.5707963267948966 rad @@ -104405,7 +104501,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16357 + - uid: 16306 components: - type: Transform rot: 1.5707963267948966 rad @@ -104413,7 +104509,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16358 + - uid: 16307 components: - type: Transform rot: 1.5707963267948966 rad @@ -104421,7 +104517,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16359 + - uid: 16308 components: - type: Transform rot: 1.5707963267948966 rad @@ -104429,7 +104525,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16360 + - uid: 16309 components: - type: Transform rot: -1.5707963267948966 rad @@ -104437,7 +104533,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16361 + - uid: 16310 components: - type: Transform rot: -1.5707963267948966 rad @@ -104445,7 +104541,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16362 + - uid: 16311 components: - type: Transform rot: -1.5707963267948966 rad @@ -104453,280 +104549,63 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16363 + - uid: 16312 components: - type: Transform pos: -9.5,-2.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16364 + - uid: 16313 components: - type: Transform pos: -9.5,-3.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16365 + - uid: 16314 components: - type: Transform pos: -10.5,0.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16366 + - uid: 16315 components: - type: Transform pos: -10.5,-0.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16367 + - uid: 16316 components: - type: Transform pos: -10.5,-1.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16368 + - uid: 16317 components: - type: Transform pos: -10.5,-3.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16369 + - uid: 16318 components: - type: Transform pos: -10.5,-4.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16370 + - uid: 16319 components: - type: Transform pos: -10.5,-5.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16371 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-64.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 16372 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-63.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 16373 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-62.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 16374 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-61.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 16375 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-61.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 16376 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-61.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 16377 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-61.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 16378 - components: - - type: Transform - pos: -8.5,-63.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 16379 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-61.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 16380 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-61.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 16381 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-61.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 16382 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-61.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 16383 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,-61.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 16384 - components: - - type: Transform - pos: -15.5,-62.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 16385 - components: - - type: Transform - pos: -15.5,-63.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 16386 - components: - - type: Transform - pos: -15.5,-64.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 16387 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-61.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 16388 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-62.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 16389 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-64.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 16390 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-60.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 16391 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-60.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 16392 - components: - - type: Transform - pos: -12.5,-62.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 16393 - components: - - type: Transform - pos: -12.5,-63.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 16394 - components: - - type: Transform - pos: -12.5,-64.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 16395 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-60.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 16396 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-60.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 16397 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-60.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 16398 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-60.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 16399 + - uid: 16320 components: - type: Transform rot: 3.141592653589793 rad @@ -104734,7 +104613,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16400 + - uid: 16321 components: - type: Transform rot: 3.141592653589793 rad @@ -104742,7 +104621,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16401 + - uid: 16322 components: - type: Transform rot: 3.141592653589793 rad @@ -104750,7 +104629,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16402 + - uid: 16323 components: - type: Transform rot: -1.5707963267948966 rad @@ -104758,7 +104637,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16403 + - uid: 16324 components: - type: Transform rot: -1.5707963267948966 rad @@ -104766,7 +104645,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16404 + - uid: 16325 components: - type: Transform rot: -1.5707963267948966 rad @@ -104774,7 +104653,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16405 + - uid: 16326 components: - type: Transform rot: -1.5707963267948966 rad @@ -104782,7 +104661,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16406 + - uid: 16327 components: - type: Transform rot: -1.5707963267948966 rad @@ -104790,7 +104669,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16407 + - uid: 16328 components: - type: Transform rot: -1.5707963267948966 rad @@ -104798,7 +104677,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16408 + - uid: 16329 components: - type: Transform rot: 3.141592653589793 rad @@ -104806,23 +104685,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16409 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-60.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 16410 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-60.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 16411 + - uid: 16330 components: - type: Transform rot: -1.5707963267948966 rad @@ -104830,7 +104693,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16412 + - uid: 16331 components: - type: Transform rot: -1.5707963267948966 rad @@ -104838,7 +104701,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16413 + - uid: 16332 components: - type: Transform rot: -1.5707963267948966 rad @@ -104846,7 +104709,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16414 + - uid: 16333 components: - type: Transform rot: 1.5707963267948966 rad @@ -104854,7 +104717,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16415 + - uid: 16334 components: - type: Transform rot: 1.5707963267948966 rad @@ -104862,7 +104725,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16416 + - uid: 16335 components: - type: Transform rot: 1.5707963267948966 rad @@ -104870,7 +104733,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16417 + - uid: 16336 components: - type: Transform rot: 1.5707963267948966 rad @@ -104878,7 +104741,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16418 + - uid: 16337 components: - type: Transform rot: 1.5707963267948966 rad @@ -104886,7 +104749,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16419 + - uid: 16338 components: - type: Transform rot: 1.5707963267948966 rad @@ -104894,42 +104757,42 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16420 + - uid: 16339 components: - type: Transform pos: -3.5,-33.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16421 + - uid: 16340 components: - type: Transform pos: -3.5,-34.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16422 + - uid: 16341 components: - type: Transform pos: -3.5,-36.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16423 + - uid: 16342 components: - type: Transform pos: -3.5,-37.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16424 + - uid: 16343 components: - type: Transform pos: -3.5,-38.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16425 + - uid: 16344 components: - type: Transform rot: 1.5707963267948966 rad @@ -104937,7 +104800,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16426 + - uid: 16345 components: - type: Transform rot: 1.5707963267948966 rad @@ -104945,7 +104808,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16427 + - uid: 16346 components: - type: Transform rot: -1.5707963267948966 rad @@ -104953,7 +104816,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16428 + - uid: 16347 components: - type: Transform rot: -1.5707963267948966 rad @@ -104961,7 +104824,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16429 + - uid: 16348 components: - type: Transform rot: -1.5707963267948966 rad @@ -104969,7 +104832,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16430 + - uid: 16349 components: - type: Transform rot: -1.5707963267948966 rad @@ -104977,7 +104840,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16431 + - uid: 16350 components: - type: Transform rot: -1.5707963267948966 rad @@ -104985,7 +104848,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16432 + - uid: 16351 components: - type: Transform rot: 3.141592653589793 rad @@ -104993,14 +104856,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16433 + - uid: 16352 components: - type: Transform pos: 35.5,7.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16434 + - uid: 16353 components: - type: Transform rot: -1.5707963267948966 rad @@ -105008,7 +104871,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16435 + - uid: 16354 components: - type: Transform rot: 1.5707963267948966 rad @@ -105016,7 +104879,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16436 + - uid: 16355 components: - type: Transform rot: -1.5707963267948966 rad @@ -105024,7 +104887,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16437 + - uid: 16356 components: - type: Transform rot: 3.141592653589793 rad @@ -105032,7 +104895,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16438 + - uid: 16357 components: - type: Transform rot: 3.141592653589793 rad @@ -105040,7 +104903,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16439 + - uid: 16358 components: - type: Transform rot: 1.5707963267948966 rad @@ -105048,7 +104911,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16440 + - uid: 16359 components: - type: Transform rot: 1.5707963267948966 rad @@ -105056,7 +104919,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16441 + - uid: 16360 components: - type: Transform rot: 1.5707963267948966 rad @@ -105064,7 +104927,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16442 + - uid: 16361 components: - type: Transform rot: 1.5707963267948966 rad @@ -105072,14 +104935,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16443 + - uid: 16362 components: - type: Transform pos: -24.5,-87.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16444 + - uid: 16363 components: - type: Transform rot: 1.5707963267948966 rad @@ -105087,35 +104950,35 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16445 + - uid: 16364 components: - type: Transform pos: -3.5,-4.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16446 + - uid: 16365 components: - type: Transform pos: 35.5,4.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16447 + - uid: 16366 components: - type: Transform pos: 17.5,-4.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16448 + - uid: 16367 components: - type: Transform pos: 17.5,-1.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16449 + - uid: 16368 components: - type: Transform rot: -1.5707963267948966 rad @@ -105123,7 +104986,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16450 + - uid: 16369 components: - type: Transform rot: -1.5707963267948966 rad @@ -105131,7 +104994,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16451 + - uid: 16370 components: - type: Transform rot: -1.5707963267948966 rad @@ -105139,7 +105002,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16452 + - uid: 16371 components: - type: Transform rot: -1.5707963267948966 rad @@ -105147,7 +105010,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16453 + - uid: 16372 components: - type: Transform rot: 3.141592653589793 rad @@ -105155,7 +105018,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16454 + - uid: 16373 components: - type: Transform rot: 1.5707963267948966 rad @@ -105163,7 +105026,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16455 + - uid: 16374 components: - type: Transform rot: -1.5707963267948966 rad @@ -105171,21 +105034,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16456 + - uid: 16375 components: - type: Transform pos: -3.5,9.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16457 + - uid: 16376 components: - type: Transform pos: 7.5,15.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16458 + - uid: 16377 components: - type: Transform rot: 3.141592653589793 rad @@ -105193,14 +105056,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16459 + - uid: 16378 components: - type: Transform pos: 0.5,9.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16460 + - uid: 16379 components: - type: Transform rot: 1.5707963267948966 rad @@ -105208,7 +105071,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16461 + - uid: 16380 components: - type: Transform rot: 1.5707963267948966 rad @@ -105216,7 +105079,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16462 + - uid: 16381 components: - type: Transform rot: 1.5707963267948966 rad @@ -105224,28 +105087,28 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16463 + - uid: 16382 components: - type: Transform pos: 10.5,4.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16464 + - uid: 16383 components: - type: Transform pos: 10.5,6.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16465 + - uid: 16384 components: - type: Transform pos: 10.5,5.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16466 + - uid: 16385 components: - type: Transform rot: 3.141592653589793 rad @@ -105253,14 +105116,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16467 + - uid: 16386 components: - type: Transform pos: -19.5,-58.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16468 + - uid: 16387 components: - type: Transform rot: 1.5707963267948966 rad @@ -105268,7 +105131,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16469 + - uid: 16388 components: - type: Transform rot: 1.5707963267948966 rad @@ -105276,21 +105139,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16470 + - uid: 16389 components: - type: Transform pos: 31.5,-17.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16471 + - uid: 16390 components: - type: Transform pos: 31.5,-15.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16472 + - uid: 16391 components: - type: Transform rot: 3.141592653589793 rad @@ -105298,7 +105161,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16473 + - uid: 16392 components: - type: Transform rot: 3.141592653589793 rad @@ -105306,7 +105169,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16474 + - uid: 16393 components: - type: Transform rot: -1.5707963267948966 rad @@ -105314,7 +105177,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16475 + - uid: 16394 components: - type: Transform rot: 3.141592653589793 rad @@ -105322,7 +105185,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16476 + - uid: 16395 components: - type: Transform rot: 1.5707963267948966 rad @@ -105330,7 +105193,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16477 + - uid: 16396 components: - type: Transform rot: 1.5707963267948966 rad @@ -105338,7 +105201,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16478 + - uid: 16397 components: - type: Transform rot: -1.5707963267948966 rad @@ -105346,7 +105209,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16479 + - uid: 16398 components: - type: Transform rot: -1.5707963267948966 rad @@ -105354,7 +105217,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16480 + - uid: 16399 components: - type: Transform rot: -1.5707963267948966 rad @@ -105362,7 +105225,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16481 + - uid: 16400 components: - type: Transform rot: 3.141592653589793 rad @@ -105370,14 +105233,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16482 + - uid: 16401 components: - type: Transform pos: 8.5,6.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16483 + - uid: 16402 components: - type: Transform rot: 3.141592653589793 rad @@ -105385,28 +105248,28 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16484 + - uid: 16403 components: - type: Transform pos: -3.5,-30.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16485 + - uid: 16404 components: - type: Transform pos: -3.5,-31.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16486 + - uid: 16405 components: - type: Transform pos: -3.5,-32.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16487 + - uid: 16406 components: - type: Transform rot: 1.5707963267948966 rad @@ -105414,7 +105277,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16488 + - uid: 16407 components: - type: Transform rot: 1.5707963267948966 rad @@ -105422,7 +105285,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16489 + - uid: 16408 components: - type: Transform rot: 1.5707963267948966 rad @@ -105430,28 +105293,28 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16490 + - uid: 16409 components: - type: Transform pos: -6.5,12.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16491 + - uid: 16410 components: - type: Transform pos: -6.5,9.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16492 + - uid: 16411 components: - type: Transform pos: 15.5,-41.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16493 + - uid: 16412 components: - type: Transform rot: 1.5707963267948966 rad @@ -105459,7 +105322,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16494 + - uid: 16413 components: - type: Transform rot: 1.5707963267948966 rad @@ -105467,7 +105330,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16495 + - uid: 16414 components: - type: Transform rot: 1.5707963267948966 rad @@ -105475,7 +105338,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16496 + - uid: 16415 components: - type: Transform rot: -1.5707963267948966 rad @@ -105483,7 +105346,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16497 + - uid: 16416 components: - type: Transform rot: 3.141592653589793 rad @@ -105491,7 +105354,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16498 + - uid: 16417 components: - type: Transform rot: -1.5707963267948966 rad @@ -105499,7 +105362,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16499 + - uid: 16418 components: - type: Transform rot: 3.141592653589793 rad @@ -105507,7 +105370,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16500 + - uid: 16419 components: - type: Transform rot: 3.141592653589793 rad @@ -105515,7 +105378,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16501 + - uid: 16420 components: - type: Transform rot: 3.141592653589793 rad @@ -105523,7 +105386,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16502 + - uid: 16421 components: - type: Transform rot: -1.5707963267948966 rad @@ -105531,14 +105394,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16503 + - uid: 16422 components: - type: Transform pos: 15.5,-36.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16504 + - uid: 16423 components: - type: Transform rot: -1.5707963267948966 rad @@ -105546,7 +105409,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16505 + - uid: 16424 components: - type: Transform rot: -1.5707963267948966 rad @@ -105554,7 +105417,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16506 + - uid: 16425 components: - type: Transform rot: -1.5707963267948966 rad @@ -105562,14 +105425,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16507 + - uid: 16426 components: - type: Transform pos: 15.5,-38.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16508 + - uid: 16427 components: - type: Transform rot: 3.141592653589793 rad @@ -105577,7 +105440,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16509 + - uid: 16428 components: - type: Transform rot: 3.141592653589793 rad @@ -105585,7 +105448,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16510 + - uid: 16429 components: - type: Transform rot: 3.141592653589793 rad @@ -105593,7 +105456,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16511 + - uid: 16430 components: - type: Transform rot: 3.141592653589793 rad @@ -105601,7 +105464,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16512 + - uid: 16431 components: - type: Transform rot: 3.141592653589793 rad @@ -105609,7 +105472,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16513 + - uid: 16432 components: - type: Transform rot: -1.5707963267948966 rad @@ -105617,7 +105480,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16514 + - uid: 16433 components: - type: Transform rot: -1.5707963267948966 rad @@ -105625,7 +105488,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16515 + - uid: 16434 components: - type: Transform rot: -1.5707963267948966 rad @@ -105633,7 +105496,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16516 + - uid: 16435 components: - type: Transform rot: -1.5707963267948966 rad @@ -105641,7 +105504,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16517 + - uid: 16436 components: - type: Transform rot: -1.5707963267948966 rad @@ -105649,7 +105512,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16518 + - uid: 16437 components: - type: Transform rot: 3.141592653589793 rad @@ -105657,14 +105520,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16519 + - uid: 16438 components: - type: Transform pos: 15.5,-42.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16520 + - uid: 16439 components: - type: Transform rot: 3.141592653589793 rad @@ -105672,49 +105535,49 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16521 + - uid: 16440 components: - type: Transform pos: 15.5,-33.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16522 + - uid: 16441 components: - type: Transform pos: 15.5,-35.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16523 + - uid: 16442 components: - type: Transform pos: 15.5,-31.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16524 + - uid: 16443 components: - type: Transform pos: 15.5,-34.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16525 + - uid: 16444 components: - type: Transform pos: 15.5,-20.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16526 + - uid: 16445 components: - type: Transform pos: 15.5,-19.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16527 + - uid: 16446 components: - type: Transform rot: 1.5707963267948966 rad @@ -105722,14 +105585,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16528 + - uid: 16447 components: - type: Transform pos: 15.5,-18.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16529 + - uid: 16448 components: - type: Transform rot: 1.5707963267948966 rad @@ -105737,7 +105600,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16530 + - uid: 16449 components: - type: Transform rot: 1.5707963267948966 rad @@ -105745,7 +105608,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16531 + - uid: 16450 components: - type: Transform rot: 1.5707963267948966 rad @@ -105753,7 +105616,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16532 + - uid: 16451 components: - type: Transform rot: 3.141592653589793 rad @@ -105761,14 +105624,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16533 + - uid: 16452 components: - type: Transform pos: 26.5,-8.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16534 + - uid: 16453 components: - type: Transform rot: 1.5707963267948966 rad @@ -105776,7 +105639,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16535 + - uid: 16454 components: - type: Transform rot: -1.5707963267948966 rad @@ -105784,7 +105647,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16536 + - uid: 16455 components: - type: Transform rot: -1.5707963267948966 rad @@ -105792,7 +105655,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16537 + - uid: 16456 components: - type: Transform rot: -1.5707963267948966 rad @@ -105800,14 +105663,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16538 + - uid: 16457 components: - type: Transform pos: 28.5,-30.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16539 + - uid: 16458 components: - type: Transform rot: 3.141592653589793 rad @@ -105815,14 +105678,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16540 + - uid: 16459 components: - type: Transform pos: -3.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16541 + - uid: 16460 components: - type: Transform rot: 1.5707963267948966 rad @@ -105830,7 +105693,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16542 + - uid: 16461 components: - type: Transform rot: 3.141592653589793 rad @@ -105838,14 +105701,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16543 + - uid: 16462 components: - type: Transform pos: -3.5,-19.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16544 + - uid: 16463 components: - type: Transform rot: 1.5707963267948966 rad @@ -105853,7 +105716,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16545 + - uid: 16464 components: - type: Transform rot: -1.5707963267948966 rad @@ -105861,14 +105724,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16546 + - uid: 16465 components: - type: Transform pos: -3.5,8.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16547 + - uid: 16466 components: - type: Transform rot: -1.5707963267948966 rad @@ -105876,21 +105739,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16548 + - uid: 16467 components: - type: Transform pos: -23.5,-76.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16549 + - uid: 16468 components: - type: Transform pos: -23.5,-75.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16550 + - uid: 16469 components: - type: Transform rot: -1.5707963267948966 rad @@ -105898,7 +105761,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16551 + - uid: 16470 components: - type: Transform rot: -1.5707963267948966 rad @@ -105906,7 +105769,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16552 + - uid: 16471 components: - type: Transform rot: 3.141592653589793 rad @@ -105914,7 +105777,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16553 + - uid: 16472 components: - type: Transform rot: -1.5707963267948966 rad @@ -105922,7 +105785,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16554 + - uid: 16473 components: - type: Transform rot: 3.141592653589793 rad @@ -105930,30 +105793,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16555 - components: - - type: Transform - pos: -9.5,-54.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 16556 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-54.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 16557 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-55.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 16558 + - uid: 16474 components: - type: Transform rot: 3.141592653589793 rad @@ -105961,7 +105801,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16559 + - uid: 16475 components: - type: Transform rot: -1.5707963267948966 rad @@ -105969,7 +105809,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16560 + - uid: 16476 components: - type: Transform rot: -1.5707963267948966 rad @@ -105977,28 +105817,28 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16561 + - uid: 16477 components: - type: Transform pos: -5.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16562 + - uid: 16478 components: - type: Transform pos: -5.5,-13.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16563 + - uid: 16479 components: - type: Transform pos: -5.5,-11.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16564 + - uid: 16480 components: - type: Transform rot: -1.5707963267948966 rad @@ -106006,77 +105846,77 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16565 + - uid: 16481 components: - type: Transform pos: -5.5,-6.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16566 + - uid: 16482 components: - type: Transform pos: -5.5,-4.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16567 + - uid: 16483 components: - type: Transform pos: -5.5,-3.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16568 + - uid: 16484 components: - type: Transform pos: -5.5,-1.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16569 + - uid: 16485 components: - type: Transform pos: -5.5,-0.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16570 + - uid: 16486 components: - type: Transform pos: -5.5,-12.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16571 + - uid: 16487 components: - type: Transform pos: -5.5,-15.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16572 + - uid: 16488 components: - type: Transform pos: -5.5,-20.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16573 + - uid: 16489 components: - type: Transform pos: -5.5,-19.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16574 + - uid: 16490 components: - type: Transform pos: -5.5,-5.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16575 + - uid: 16491 components: - type: Transform rot: 3.141592653589793 rad @@ -106084,7 +105924,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16576 + - uid: 16492 components: - type: Transform rot: 3.141592653589793 rad @@ -106092,7 +105932,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16577 + - uid: 16493 components: - type: Transform rot: 3.141592653589793 rad @@ -106100,7 +105940,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16578 + - uid: 16494 components: - type: Transform rot: 3.141592653589793 rad @@ -106108,7 +105948,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16579 + - uid: 16495 components: - type: Transform rot: 1.5707963267948966 rad @@ -106116,7 +105956,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16580 + - uid: 16496 components: - type: Transform rot: 1.5707963267948966 rad @@ -106124,7 +105964,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16581 + - uid: 16497 components: - type: Transform rot: 1.5707963267948966 rad @@ -106132,7 +105972,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16582 + - uid: 16498 components: - type: Transform rot: -1.5707963267948966 rad @@ -106140,7 +105980,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16583 + - uid: 16499 components: - type: Transform rot: 3.141592653589793 rad @@ -106148,7 +105988,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16584 + - uid: 16500 components: - type: Transform rot: 3.141592653589793 rad @@ -106156,7 +105996,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16585 + - uid: 16501 components: - type: Transform rot: -1.5707963267948966 rad @@ -106164,7 +106004,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16586 + - uid: 16502 components: - type: Transform rot: -1.5707963267948966 rad @@ -106172,7 +106012,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16587 + - uid: 16503 components: - type: Transform rot: 3.141592653589793 rad @@ -106180,7 +106020,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16588 + - uid: 16504 components: - type: Transform rot: -1.5707963267948966 rad @@ -106188,7 +106028,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16589 + - uid: 16505 components: - type: Transform rot: 3.141592653589793 rad @@ -106196,7 +106036,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16590 + - uid: 16506 components: - type: Transform rot: 3.141592653589793 rad @@ -106204,7 +106044,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16591 + - uid: 16507 components: - type: Transform rot: 1.5707963267948966 rad @@ -106212,7 +106052,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16592 + - uid: 16508 components: - type: Transform rot: -1.5707963267948966 rad @@ -106220,7 +106060,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16593 + - uid: 16509 components: - type: Transform rot: -1.5707963267948966 rad @@ -106228,21 +106068,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16594 + - uid: 16510 components: - type: Transform pos: -20.5,26.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16595 + - uid: 16511 components: - type: Transform pos: 26.5,-27.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16596 + - uid: 16512 components: - type: Transform rot: 3.141592653589793 rad @@ -106250,35 +106090,35 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16597 + - uid: 16513 components: - type: Transform pos: -3.5,-3.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16598 + - uid: 16514 components: - type: Transform pos: -3.5,-2.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16599 + - uid: 16515 components: - type: Transform pos: -3.5,-15.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16600 + - uid: 16516 components: - type: Transform pos: 47.5,-27.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16601 + - uid: 16517 components: - type: Transform rot: 3.141592653589793 rad @@ -106286,7 +106126,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16602 + - uid: 16518 components: - type: Transform rot: -1.5707963267948966 rad @@ -106294,7 +106134,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16603 + - uid: 16519 components: - type: Transform rot: 3.141592653589793 rad @@ -106302,7 +106142,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16604 + - uid: 16520 components: - type: Transform rot: 1.5707963267948966 rad @@ -106310,7 +106150,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16605 + - uid: 16521 components: - type: Transform rot: 1.5707963267948966 rad @@ -106318,7 +106158,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16606 + - uid: 16522 components: - type: Transform rot: 1.5707963267948966 rad @@ -106326,7 +106166,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16607 + - uid: 16523 components: - type: Transform rot: -1.5707963267948966 rad @@ -106334,21 +106174,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16608 + - uid: 16524 components: - type: Transform pos: 26.5,-11.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16609 + - uid: 16525 components: - type: Transform pos: 26.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16610 + - uid: 16526 components: - type: Transform rot: -1.5707963267948966 rad @@ -106356,7 +106196,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16611 + - uid: 16527 components: - type: Transform rot: -1.5707963267948966 rad @@ -106364,7 +106204,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16612 + - uid: 16528 components: - type: Transform rot: -1.5707963267948966 rad @@ -106372,7 +106212,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16613 + - uid: 16529 components: - type: Transform rot: -1.5707963267948966 rad @@ -106380,7 +106220,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16614 + - uid: 16530 components: - type: Transform rot: 3.141592653589793 rad @@ -106388,14 +106228,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16615 + - uid: 16531 components: - type: Transform pos: -11.5,-24.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16616 + - uid: 16532 components: - type: Transform rot: 3.141592653589793 rad @@ -106403,7 +106243,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16617 + - uid: 16533 components: - type: Transform rot: 3.141592653589793 rad @@ -106411,7 +106251,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16618 + - uid: 16534 components: - type: Transform rot: -1.5707963267948966 rad @@ -106419,7 +106259,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16619 + - uid: 16535 components: - type: Transform rot: 1.5707963267948966 rad @@ -106427,28 +106267,28 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16620 + - uid: 16536 components: - type: Transform pos: -3.5,-17.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16621 + - uid: 16537 components: - type: Transform pos: -5.5,-22.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16622 + - uid: 16538 components: - type: Transform pos: -5.5,-18.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16623 + - uid: 16539 components: - type: Transform rot: -1.5707963267948966 rad @@ -106456,7 +106296,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16624 + - uid: 16540 components: - type: Transform rot: -1.5707963267948966 rad @@ -106464,7 +106304,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16625 + - uid: 16541 components: - type: Transform rot: -1.5707963267948966 rad @@ -106472,7 +106312,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16626 + - uid: 16542 components: - type: Transform rot: -1.5707963267948966 rad @@ -106480,7 +106320,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16627 + - uid: 16543 components: - type: Transform rot: 3.141592653589793 rad @@ -106488,7 +106328,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16628 + - uid: 16544 components: - type: Transform rot: 1.5707963267948966 rad @@ -106496,7 +106336,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16629 + - uid: 16545 components: - type: Transform rot: 3.141592653589793 rad @@ -106504,21 +106344,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16630 + - uid: 16546 components: - type: Transform pos: 0.5,8.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16631 + - uid: 16547 components: - type: Transform pos: 0.5,10.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16632 + - uid: 16548 components: - type: Transform rot: 3.141592653589793 rad @@ -106526,7 +106366,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16633 + - uid: 16549 components: - type: Transform rot: 3.141592653589793 rad @@ -106534,21 +106374,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16634 + - uid: 16550 components: - type: Transform pos: 34.5,-27.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16635 + - uid: 16551 components: - type: Transform pos: 2.5,-0.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16636 + - uid: 16552 components: - type: Transform rot: 1.5707963267948966 rad @@ -106556,7 +106396,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16637 + - uid: 16553 components: - type: Transform rot: 1.5707963267948966 rad @@ -106564,7 +106404,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16638 + - uid: 16554 components: - type: Transform rot: 1.5707963267948966 rad @@ -106572,7 +106412,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16639 + - uid: 16555 components: - type: Transform rot: 3.141592653589793 rad @@ -106580,7 +106420,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16640 + - uid: 16556 components: - type: Transform rot: -1.5707963267948966 rad @@ -106588,7 +106428,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16641 + - uid: 16557 components: - type: Transform rot: 1.5707963267948966 rad @@ -106596,7 +106436,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16642 + - uid: 16558 components: - type: Transform rot: 1.5707963267948966 rad @@ -106604,7 +106444,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16643 + - uid: 16559 components: - type: Transform rot: 1.5707963267948966 rad @@ -106612,14 +106452,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16644 + - uid: 16560 components: - type: Transform pos: -8.5,7.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16645 + - uid: 16561 components: - type: Transform rot: 1.5707963267948966 rad @@ -106627,22 +106467,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16646 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-58.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 16647 + - uid: 16562 components: - type: Transform pos: -3.5,-20.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16648 + - uid: 16563 components: - type: Transform rot: -1.5707963267948966 rad @@ -106650,7 +106482,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16649 + - uid: 16564 components: - type: Transform rot: 3.141592653589793 rad @@ -106658,7 +106490,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16650 + - uid: 16565 components: - type: Transform rot: -1.5707963267948966 rad @@ -106666,7 +106498,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16651 + - uid: 16566 components: - type: Transform rot: 1.5707963267948966 rad @@ -106674,7 +106506,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16652 + - uid: 16567 components: - type: Transform rot: 1.5707963267948966 rad @@ -106682,7 +106514,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16653 + - uid: 16568 components: - type: Transform rot: 1.5707963267948966 rad @@ -106690,7 +106522,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16654 + - uid: 16569 components: - type: Transform rot: 1.5707963267948966 rad @@ -106698,56 +106530,56 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16655 + - uid: 16570 components: - type: Transform pos: 21.5,-13.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16656 + - uid: 16571 components: - type: Transform pos: 21.5,-10.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16657 + - uid: 16572 components: - type: Transform pos: 21.5,-11.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16658 + - uid: 16573 components: - type: Transform pos: 21.5,-9.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16659 + - uid: 16574 components: - type: Transform pos: 21.5,-7.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16660 + - uid: 16575 components: - type: Transform pos: 21.5,-8.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16661 + - uid: 16576 components: - type: Transform pos: 21.5,-6.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16662 + - uid: 16577 components: - type: Transform rot: 3.141592653589793 rad @@ -106755,7 +106587,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16663 + - uid: 16578 components: - type: Transform rot: 1.5707963267948966 rad @@ -106763,14 +106595,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16664 + - uid: 16579 components: - type: Transform pos: 20.5,-22.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16665 + - uid: 16580 components: - type: Transform rot: 3.141592653589793 rad @@ -106778,35 +106610,35 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16666 + - uid: 16581 components: - type: Transform pos: 31.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16667 + - uid: 16582 components: - type: Transform pos: 33.5,-15.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16668 + - uid: 16583 components: - type: Transform pos: -5.5,-25.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16669 + - uid: 16584 components: - type: Transform pos: -5.5,-24.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16670 + - uid: 16585 components: - type: Transform rot: -1.5707963267948966 rad @@ -106814,7 +106646,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16671 + - uid: 16586 components: - type: Transform rot: -1.5707963267948966 rad @@ -106822,7 +106654,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16672 + - uid: 16587 components: - type: Transform rot: -1.5707963267948966 rad @@ -106830,7 +106662,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16673 + - uid: 16588 components: - type: Transform rot: -1.5707963267948966 rad @@ -106838,7 +106670,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16674 + - uid: 16589 components: - type: Transform rot: -1.5707963267948966 rad @@ -106846,7 +106678,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16675 + - uid: 16590 components: - type: Transform rot: 1.5707963267948966 rad @@ -106854,7 +106686,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16676 + - uid: 16591 components: - type: Transform rot: -1.5707963267948966 rad @@ -106862,7 +106694,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16677 + - uid: 16592 components: - type: Transform rot: -1.5707963267948966 rad @@ -106870,7 +106702,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16678 + - uid: 16593 components: - type: Transform rot: -1.5707963267948966 rad @@ -106878,7 +106710,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16679 + - uid: 16594 components: - type: Transform rot: -1.5707963267948966 rad @@ -106886,7 +106718,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16680 + - uid: 16595 components: - type: Transform rot: -1.5707963267948966 rad @@ -106894,7 +106726,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16681 + - uid: 16596 components: - type: Transform rot: -1.5707963267948966 rad @@ -106902,21 +106734,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16682 + - uid: 16597 components: - type: Transform pos: 36.5,-24.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16683 + - uid: 16598 components: - type: Transform pos: 36.5,-23.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16684 + - uid: 16599 components: - type: Transform rot: 3.141592653589793 rad @@ -106924,28 +106756,28 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16685 + - uid: 16600 components: - type: Transform pos: -18.5,27.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16686 + - uid: 16601 components: - type: Transform pos: 36.5,-22.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16687 + - uid: 16602 components: - type: Transform pos: 47.5,-26.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16688 + - uid: 16603 components: - type: Transform rot: -1.5707963267948966 rad @@ -106953,7 +106785,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16689 + - uid: 16604 components: - type: Transform rot: 3.141592653589793 rad @@ -106961,7 +106793,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16690 + - uid: 16605 components: - type: Transform rot: -1.5707963267948966 rad @@ -106969,22 +106801,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16691 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-61.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 16692 + - uid: 16606 components: - type: Transform pos: -10.5,-2.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16693 + - uid: 16607 components: - type: Transform rot: -1.5707963267948966 rad @@ -106992,7 +106816,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16694 + - uid: 16608 components: - type: Transform rot: 1.5707963267948966 rad @@ -107000,7 +106824,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16695 + - uid: 16609 components: - type: Transform rot: 1.5707963267948966 rad @@ -107008,7 +106832,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16696 + - uid: 16610 components: - type: Transform rot: -1.5707963267948966 rad @@ -107016,7 +106840,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16697 + - uid: 16611 components: - type: Transform rot: -1.5707963267948966 rad @@ -107024,7 +106848,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16698 + - uid: 16612 components: - type: Transform rot: -1.5707963267948966 rad @@ -107032,7 +106856,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16699 + - uid: 16613 components: - type: Transform rot: -1.5707963267948966 rad @@ -107040,7 +106864,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16700 + - uid: 16614 components: - type: Transform rot: 3.141592653589793 rad @@ -107048,28 +106872,28 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16701 + - uid: 16615 components: - type: Transform pos: -20.5,27.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16702 + - uid: 16616 components: - type: Transform pos: 22.5,-32.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16703 + - uid: 16617 components: - type: Transform pos: -20.5,32.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16704 + - uid: 16618 components: - type: Transform rot: 1.5707963267948966 rad @@ -107077,14 +106901,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16705 + - uid: 16619 components: - type: Transform pos: 36.5,-21.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16706 + - uid: 16620 components: - type: Transform rot: 1.5707963267948966 rad @@ -107092,14 +106916,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16707 + - uid: 16621 components: - type: Transform pos: -23.5,-81.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16708 + - uid: 16622 components: - type: Transform rot: 1.5707963267948966 rad @@ -107107,7 +106931,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16709 + - uid: 16623 components: - type: Transform rot: -1.5707963267948966 rad @@ -107115,14 +106939,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16710 + - uid: 16624 components: - type: Transform pos: -23.5,-79.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16711 + - uid: 16625 components: - type: Transform rot: 1.5707963267948966 rad @@ -107130,7 +106954,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16712 + - uid: 16626 components: - type: Transform rot: 1.5707963267948966 rad @@ -107138,7 +106962,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16713 + - uid: 16627 components: - type: Transform rot: -1.5707963267948966 rad @@ -107146,7 +106970,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16714 + - uid: 16628 components: - type: Transform rot: -1.5707963267948966 rad @@ -107154,7 +106978,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16715 + - uid: 16629 components: - type: Transform rot: 3.141592653589793 rad @@ -107162,7 +106986,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16716 + - uid: 16630 components: - type: Transform rot: 1.5707963267948966 rad @@ -107170,7 +106994,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16717 + - uid: 16631 components: - type: Transform rot: 1.5707963267948966 rad @@ -107178,7 +107002,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16718 + - uid: 16632 components: - type: Transform rot: 1.5707963267948966 rad @@ -107186,14 +107010,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16719 + - uid: 16633 components: - type: Transform pos: 15.5,-39.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16720 + - uid: 16634 components: - type: Transform rot: 3.141592653589793 rad @@ -107201,7 +107025,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16721 + - uid: 16635 components: - type: Transform rot: 3.141592653589793 rad @@ -107209,28 +107033,28 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16722 + - uid: 16636 components: - type: Transform pos: -3.5,-27.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16723 + - uid: 16637 components: - type: Transform pos: 20.5,-18.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16724 + - uid: 16638 components: - type: Transform pos: 20.5,-20.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16725 + - uid: 16639 components: - type: Transform rot: -1.5707963267948966 rad @@ -107238,7 +107062,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16726 + - uid: 16640 components: - type: Transform rot: -1.5707963267948966 rad @@ -107246,7 +107070,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16727 + - uid: 16641 components: - type: Transform rot: -1.5707963267948966 rad @@ -107254,7 +107078,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16728 + - uid: 16642 components: - type: Transform rot: 3.141592653589793 rad @@ -107262,7 +107086,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16729 + - uid: 16643 components: - type: Transform rot: 3.141592653589793 rad @@ -107270,7 +107094,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16730 + - uid: 16644 components: - type: Transform rot: -1.5707963267948966 rad @@ -107278,7 +107102,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16731 + - uid: 16645 components: - type: Transform rot: -1.5707963267948966 rad @@ -107286,14 +107110,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16732 + - uid: 16646 components: - type: Transform pos: -24.5,-86.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16733 + - uid: 16647 components: - type: Transform rot: -1.5707963267948966 rad @@ -107301,7 +107125,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16734 + - uid: 16648 components: - type: Transform rot: -1.5707963267948966 rad @@ -107309,28 +107133,28 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16735 + - uid: 16649 components: - type: Transform pos: -3.5,-10.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16736 + - uid: 16650 components: - type: Transform pos: -3.5,-6.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16737 + - uid: 16651 components: - type: Transform pos: -5.5,-8.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16738 + - uid: 16652 components: - type: Transform rot: -1.5707963267948966 rad @@ -107338,7 +107162,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16739 + - uid: 16653 components: - type: Transform rot: -1.5707963267948966 rad @@ -107346,7 +107170,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16740 + - uid: 16654 components: - type: Transform rot: -1.5707963267948966 rad @@ -107354,7 +107178,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16741 + - uid: 16655 components: - type: Transform rot: -1.5707963267948966 rad @@ -107362,7 +107186,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16742 + - uid: 16656 components: - type: Transform rot: -1.5707963267948966 rad @@ -107370,7 +107194,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16743 + - uid: 16657 components: - type: Transform rot: 3.141592653589793 rad @@ -107378,28 +107202,28 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16744 + - uid: 16658 components: - type: Transform pos: -3.5,-41.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16745 + - uid: 16659 components: - type: Transform pos: -19.5,-60.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16746 + - uid: 16660 components: - type: Transform pos: -19.5,-59.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16747 + - uid: 16661 components: - type: Transform rot: 1.5707963267948966 rad @@ -107407,7 +107231,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16748 + - uid: 16662 components: - type: Transform rot: 1.5707963267948966 rad @@ -107415,7 +107239,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16749 + - uid: 16663 components: - type: Transform rot: 1.5707963267948966 rad @@ -107423,7 +107247,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16750 + - uid: 16664 components: - type: Transform rot: 1.5707963267948966 rad @@ -107431,7 +107255,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16751 + - uid: 16665 components: - type: Transform rot: 1.5707963267948966 rad @@ -107439,7 +107263,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16752 + - uid: 16666 components: - type: Transform rot: 1.5707963267948966 rad @@ -107447,14 +107271,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16753 + - uid: 16667 components: - type: Transform pos: -3.5,-39.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16754 + - uid: 16668 components: - type: Transform rot: 3.141592653589793 rad @@ -107462,7 +107286,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16755 + - uid: 16669 components: - type: Transform rot: 3.141592653589793 rad @@ -107470,28 +107294,28 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16756 + - uid: 16670 components: - type: Transform pos: 34.5,-22.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16757 + - uid: 16671 components: - type: Transform pos: -18.5,28.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16758 + - uid: 16672 components: - type: Transform pos: -18.5,26.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16759 + - uid: 16673 components: - type: Transform rot: -1.5707963267948966 rad @@ -107499,7 +107323,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16760 + - uid: 16674 components: - type: Transform rot: -1.5707963267948966 rad @@ -107507,7 +107331,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16761 + - uid: 16675 components: - type: Transform rot: 1.5707963267948966 rad @@ -107515,7 +107339,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16762 + - uid: 16676 components: - type: Transform rot: -1.5707963267948966 rad @@ -107523,14 +107347,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16763 + - uid: 16677 components: - type: Transform pos: -23.5,-74.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16764 + - uid: 16678 components: - type: Transform rot: -1.5707963267948966 rad @@ -107538,7 +107362,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16765 + - uid: 16679 components: - type: Transform rot: 1.5707963267948966 rad @@ -107546,7 +107370,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16766 + - uid: 16680 components: - type: Transform rot: 1.5707963267948966 rad @@ -107554,7 +107378,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16767 + - uid: 16681 components: - type: Transform rot: 3.141592653589793 rad @@ -107562,7 +107386,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16768 + - uid: 16682 components: - type: Transform rot: 3.141592653589793 rad @@ -107570,7 +107394,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16769 + - uid: 16683 components: - type: Transform rot: 3.141592653589793 rad @@ -107578,7 +107402,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16770 + - uid: 16684 components: - type: Transform rot: 3.141592653589793 rad @@ -107586,7 +107410,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16771 + - uid: 16685 components: - type: Transform rot: 3.141592653589793 rad @@ -107594,7 +107418,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16772 + - uid: 16686 components: - type: Transform rot: 3.141592653589793 rad @@ -107602,7 +107426,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16773 + - uid: 16687 components: - type: Transform rot: -1.5707963267948966 rad @@ -107610,7 +107434,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16774 + - uid: 16688 components: - type: Transform rot: -1.5707963267948966 rad @@ -107618,14 +107442,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16775 + - uid: 16689 components: - type: Transform pos: 25.5,-6.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16776 + - uid: 16690 components: - type: Transform rot: 3.141592653589793 rad @@ -107633,7 +107457,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16777 + - uid: 16691 components: - type: Transform rot: 3.141592653589793 rad @@ -107641,7 +107465,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16778 + - uid: 16692 components: - type: Transform rot: 3.141592653589793 rad @@ -107649,7 +107473,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16779 + - uid: 16693 components: - type: Transform rot: 3.141592653589793 rad @@ -107657,7 +107481,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16780 + - uid: 16694 components: - type: Transform rot: 3.141592653589793 rad @@ -107665,7 +107489,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16781 + - uid: 16695 components: - type: Transform rot: -1.5707963267948966 rad @@ -107673,7 +107497,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16782 + - uid: 16696 components: - type: Transform rot: -1.5707963267948966 rad @@ -107681,7 +107505,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16783 + - uid: 16697 components: - type: Transform rot: -1.5707963267948966 rad @@ -107689,7 +107513,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16784 + - uid: 16698 components: - type: Transform rot: -1.5707963267948966 rad @@ -107697,7 +107521,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16785 + - uid: 16699 components: - type: Transform rot: -1.5707963267948966 rad @@ -107705,7 +107529,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16786 + - uid: 16700 components: - type: Transform rot: -1.5707963267948966 rad @@ -107713,7 +107537,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16787 + - uid: 16701 components: - type: Transform rot: -1.5707963267948966 rad @@ -107721,14 +107545,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16788 + - uid: 16702 components: - type: Transform pos: 36.5,-28.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16789 + - uid: 16703 components: - type: Transform rot: -1.5707963267948966 rad @@ -107736,7 +107560,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16790 + - uid: 16704 components: - type: Transform rot: -1.5707963267948966 rad @@ -107744,7 +107568,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16791 + - uid: 16705 components: - type: Transform rot: -1.5707963267948966 rad @@ -107752,21 +107576,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16792 + - uid: 16706 components: - type: Transform pos: 34.5,-28.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16793 + - uid: 16707 components: - type: Transform pos: 36.5,-27.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16794 + - uid: 16708 components: - type: Transform rot: 1.5707963267948966 rad @@ -107774,70 +107598,70 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16795 + - uid: 16709 components: - type: Transform pos: -27.5,-78.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16796 + - uid: 16710 components: - type: Transform pos: -20.5,-82.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16797 + - uid: 16711 components: - type: Transform pos: -20.5,-81.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16798 + - uid: 16712 components: - type: Transform pos: -20.5,-79.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16799 + - uid: 16713 components: - type: Transform pos: -20.5,-78.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16800 + - uid: 16714 components: - type: Transform pos: -20.5,-77.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16801 + - uid: 16715 components: - type: Transform pos: -20.5,-76.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16802 + - uid: 16716 components: - type: Transform pos: -20.5,-73.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16803 + - uid: 16717 components: - type: Transform pos: -25.5,-74.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16804 + - uid: 16718 components: - type: Transform rot: 1.5707963267948966 rad @@ -107845,7 +107669,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16805 + - uid: 16719 components: - type: Transform rot: 1.5707963267948966 rad @@ -107853,7 +107677,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16806 + - uid: 16720 components: - type: Transform rot: 3.141592653589793 rad @@ -107861,7 +107685,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16807 + - uid: 16721 components: - type: Transform rot: 1.5707963267948966 rad @@ -107869,21 +107693,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16808 + - uid: 16722 components: - type: Transform pos: -23.5,-84.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16809 + - uid: 16723 components: - type: Transform pos: -23.5,-83.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16810 + - uid: 16724 components: - type: Transform rot: 1.5707963267948966 rad @@ -107891,7 +107715,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16811 + - uid: 16725 components: - type: Transform rot: 1.5707963267948966 rad @@ -107899,7 +107723,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16812 + - uid: 16726 components: - type: Transform rot: 3.141592653589793 rad @@ -107907,7 +107731,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16813 + - uid: 16727 components: - type: Transform rot: 3.141592653589793 rad @@ -107915,7 +107739,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16814 + - uid: 16728 components: - type: Transform rot: -1.5707963267948966 rad @@ -107923,7 +107747,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16815 + - uid: 16729 components: - type: Transform rot: 3.141592653589793 rad @@ -107931,14 +107755,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16816 + - uid: 16730 components: - type: Transform pos: -20.5,-80.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16817 + - uid: 16731 components: - type: Transform rot: 3.141592653589793 rad @@ -107946,7 +107770,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16818 + - uid: 16732 components: - type: Transform rot: 1.5707963267948966 rad @@ -107954,7 +107778,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16819 + - uid: 16733 components: - type: Transform rot: 1.5707963267948966 rad @@ -107962,7 +107786,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16820 + - uid: 16734 components: - type: Transform rot: -1.5707963267948966 rad @@ -107970,7 +107794,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16821 + - uid: 16735 components: - type: Transform rot: -1.5707963267948966 rad @@ -107978,7 +107802,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16822 + - uid: 16736 components: - type: Transform rot: -1.5707963267948966 rad @@ -107986,7 +107810,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16823 + - uid: 16737 components: - type: Transform rot: 1.5707963267948966 rad @@ -107994,7 +107818,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16824 + - uid: 16738 components: - type: Transform rot: -1.5707963267948966 rad @@ -108002,7 +107826,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16825 + - uid: 16739 components: - type: Transform rot: 3.141592653589793 rad @@ -108010,7 +107834,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16826 + - uid: 16740 components: - type: Transform rot: 3.141592653589793 rad @@ -108018,7 +107842,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16827 + - uid: 16741 components: - type: Transform rot: 3.141592653589793 rad @@ -108026,7 +107850,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16828 + - uid: 16742 components: - type: Transform rot: 3.141592653589793 rad @@ -108034,7 +107858,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16829 + - uid: 16743 components: - type: Transform rot: 3.141592653589793 rad @@ -108042,7 +107866,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16830 + - uid: 16744 components: - type: Transform rot: 3.141592653589793 rad @@ -108050,7 +107874,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16831 + - uid: 16745 components: - type: Transform rot: 3.141592653589793 rad @@ -108058,7 +107882,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16832 + - uid: 16746 components: - type: Transform rot: 3.141592653589793 rad @@ -108066,35 +107890,35 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16833 + - uid: 16747 components: - type: Transform pos: -20.5,-62.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16834 + - uid: 16748 components: - type: Transform pos: -18.5,-63.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16835 + - uid: 16749 components: - type: Transform pos: -18.5,-62.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16836 + - uid: 16750 components: - type: Transform pos: -18.5,-61.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16837 + - uid: 16751 components: - type: Transform rot: 3.141592653589793 rad @@ -108102,7 +107926,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16838 + - uid: 16752 components: - type: Transform rot: 3.141592653589793 rad @@ -108110,7 +107934,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16839 + - uid: 16753 components: - type: Transform rot: 3.141592653589793 rad @@ -108118,7 +107942,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16840 + - uid: 16754 components: - type: Transform rot: 3.141592653589793 rad @@ -108126,7 +107950,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16841 + - uid: 16755 components: - type: Transform rot: 3.141592653589793 rad @@ -108134,7 +107958,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16842 + - uid: 16756 components: - type: Transform rot: 3.141592653589793 rad @@ -108142,7 +107966,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16843 + - uid: 16757 components: - type: Transform rot: 3.141592653589793 rad @@ -108150,7 +107974,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16844 + - uid: 16758 components: - type: Transform rot: 3.141592653589793 rad @@ -108158,7 +107982,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16845 + - uid: 16759 components: - type: Transform rot: 3.141592653589793 rad @@ -108166,7 +107990,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16846 + - uid: 16760 components: - type: Transform rot: 3.141592653589793 rad @@ -108174,7 +107998,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16847 + - uid: 16761 components: - type: Transform rot: 3.141592653589793 rad @@ -108182,7 +108006,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16848 + - uid: 16762 components: - type: Transform rot: 3.141592653589793 rad @@ -108190,7 +108014,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16849 + - uid: 16763 components: - type: Transform rot: 1.5707963267948966 rad @@ -108198,7 +108022,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16850 + - uid: 16764 components: - type: Transform rot: 1.5707963267948966 rad @@ -108206,7 +108030,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16851 + - uid: 16765 components: - type: Transform rot: 1.5707963267948966 rad @@ -108214,7 +108038,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16852 + - uid: 16766 components: - type: Transform rot: 1.5707963267948966 rad @@ -108222,7 +108046,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16853 + - uid: 16767 components: - type: Transform rot: -1.5707963267948966 rad @@ -108230,7 +108054,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16854 + - uid: 16768 components: - type: Transform rot: -1.5707963267948966 rad @@ -108238,7 +108062,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16855 + - uid: 16769 components: - type: Transform rot: 1.5707963267948966 rad @@ -108246,7 +108070,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16856 + - uid: 16770 components: - type: Transform rot: -1.5707963267948966 rad @@ -108254,7 +108078,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16857 + - uid: 16771 components: - type: Transform rot: -1.5707963267948966 rad @@ -108262,7 +108086,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16858 + - uid: 16772 components: - type: Transform rot: 1.5707963267948966 rad @@ -108270,21 +108094,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16859 + - uid: 16773 components: - type: Transform pos: 11.5,18.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16860 + - uid: 16774 components: - type: Transform pos: 11.5,17.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16861 + - uid: 16775 components: - type: Transform rot: 3.141592653589793 rad @@ -108292,7 +108116,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16862 + - uid: 16776 components: - type: Transform rot: 3.141592653589793 rad @@ -108300,7 +108124,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16863 + - uid: 16777 components: - type: Transform rot: 3.141592653589793 rad @@ -108308,7 +108132,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16864 + - uid: 16778 components: - type: Transform rot: 3.141592653589793 rad @@ -108316,7 +108140,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16865 + - uid: 16779 components: - type: Transform rot: 3.141592653589793 rad @@ -108324,7 +108148,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16866 + - uid: 16780 components: - type: Transform rot: 3.141592653589793 rad @@ -108332,7 +108156,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16867 + - uid: 16781 components: - type: Transform rot: 3.141592653589793 rad @@ -108340,7 +108164,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16868 + - uid: 16782 components: - type: Transform rot: -1.5707963267948966 rad @@ -108348,7 +108172,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16869 + - uid: 16783 components: - type: Transform rot: -1.5707963267948966 rad @@ -108356,7 +108180,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16870 + - uid: 16784 components: - type: Transform rot: -1.5707963267948966 rad @@ -108364,7 +108188,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16871 + - uid: 16785 components: - type: Transform rot: -1.5707963267948966 rad @@ -108372,7 +108196,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16872 + - uid: 16786 components: - type: Transform rot: 3.141592653589793 rad @@ -108380,7 +108204,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16873 + - uid: 16787 components: - type: Transform rot: 3.141592653589793 rad @@ -108388,7 +108212,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16874 + - uid: 16788 components: - type: Transform rot: 3.141592653589793 rad @@ -108396,7 +108220,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16875 + - uid: 16789 components: - type: Transform rot: 3.141592653589793 rad @@ -108404,7 +108228,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16876 + - uid: 16790 components: - type: Transform rot: -1.5707963267948966 rad @@ -108412,14 +108236,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16877 + - uid: 16791 components: - type: Transform pos: 11.5,10.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16878 + - uid: 16792 components: - type: Transform rot: 1.5707963267948966 rad @@ -108427,7 +108251,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16879 + - uid: 16793 components: - type: Transform rot: 1.5707963267948966 rad @@ -108435,7 +108259,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16880 + - uid: 16794 components: - type: Transform rot: 1.5707963267948966 rad @@ -108443,7 +108267,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16881 + - uid: 16795 components: - type: Transform rot: 1.5707963267948966 rad @@ -108451,7 +108275,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16882 + - uid: 16796 components: - type: Transform rot: -1.5707963267948966 rad @@ -108459,7 +108283,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16883 + - uid: 16797 components: - type: Transform rot: -1.5707963267948966 rad @@ -108467,7 +108291,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16884 + - uid: 16798 components: - type: Transform rot: -1.5707963267948966 rad @@ -108475,7 +108299,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16885 + - uid: 16799 components: - type: Transform rot: -1.5707963267948966 rad @@ -108483,7 +108307,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16886 + - uid: 16800 components: - type: Transform rot: -1.5707963267948966 rad @@ -108491,7 +108315,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16887 + - uid: 16801 components: - type: Transform rot: -1.5707963267948966 rad @@ -108499,7 +108323,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16888 + - uid: 16802 components: - type: Transform rot: -1.5707963267948966 rad @@ -108507,7 +108331,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16889 + - uid: 16803 components: - type: Transform rot: -1.5707963267948966 rad @@ -108515,7 +108339,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16890 + - uid: 16804 components: - type: Transform rot: -1.5707963267948966 rad @@ -108523,7 +108347,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16891 + - uid: 16805 components: - type: Transform rot: -1.5707963267948966 rad @@ -108531,7 +108355,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16892 + - uid: 16806 components: - type: Transform rot: -1.5707963267948966 rad @@ -108539,7 +108363,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16893 + - uid: 16807 components: - type: Transform rot: -1.5707963267948966 rad @@ -108547,35 +108371,35 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16894 + - uid: 16808 components: - type: Transform pos: 21.5,-43.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16895 + - uid: 16809 components: - type: Transform pos: 21.5,-45.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16896 + - uid: 16810 components: - type: Transform pos: 20.5,-45.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16897 + - uid: 16811 components: - type: Transform pos: 20.5,-46.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16898 + - uid: 16812 components: - type: Transform rot: 3.141592653589793 rad @@ -108583,7 +108407,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16899 + - uid: 16813 components: - type: Transform rot: 3.141592653589793 rad @@ -108591,7 +108415,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16900 + - uid: 16814 components: - type: Transform rot: 3.141592653589793 rad @@ -108599,7 +108423,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16901 + - uid: 16815 components: - type: Transform rot: 3.141592653589793 rad @@ -108607,7 +108431,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16902 + - uid: 16816 components: - type: Transform rot: 3.141592653589793 rad @@ -108615,7 +108439,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16903 + - uid: 16817 components: - type: Transform rot: 3.141592653589793 rad @@ -108623,7 +108447,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16904 + - uid: 16818 components: - type: Transform rot: 3.141592653589793 rad @@ -108631,7 +108455,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16905 + - uid: 16819 components: - type: Transform rot: 3.141592653589793 rad @@ -108639,7 +108463,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16906 + - uid: 16820 components: - type: Transform rot: 3.141592653589793 rad @@ -108647,7 +108471,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16907 + - uid: 16821 components: - type: Transform rot: 3.141592653589793 rad @@ -108655,7 +108479,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16908 + - uid: 16822 components: - type: Transform rot: 3.141592653589793 rad @@ -108663,7 +108487,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16909 + - uid: 16823 components: - type: Transform rot: 3.141592653589793 rad @@ -108671,7 +108495,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16910 + - uid: 16824 components: - type: Transform rot: 3.141592653589793 rad @@ -108679,7 +108503,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16911 + - uid: 16825 components: - type: Transform rot: 3.141592653589793 rad @@ -108687,7 +108511,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16912 + - uid: 16826 components: - type: Transform rot: 3.141592653589793 rad @@ -108695,7 +108519,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16913 + - uid: 16827 components: - type: Transform rot: 3.141592653589793 rad @@ -108703,7 +108527,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16914 + - uid: 16828 components: - type: Transform rot: 3.141592653589793 rad @@ -108711,7 +108535,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16915 + - uid: 16829 components: - type: Transform rot: 3.141592653589793 rad @@ -108719,7 +108543,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16916 + - uid: 16830 components: - type: Transform rot: 3.141592653589793 rad @@ -108727,7 +108551,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16917 + - uid: 16831 components: - type: Transform rot: 3.141592653589793 rad @@ -108735,7 +108559,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16918 + - uid: 16832 components: - type: Transform rot: 1.5707963267948966 rad @@ -108743,7 +108567,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16919 + - uid: 16833 components: - type: Transform rot: -1.5707963267948966 rad @@ -108751,7 +108575,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16920 + - uid: 16834 components: - type: Transform rot: -1.5707963267948966 rad @@ -108759,7 +108583,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16921 + - uid: 16835 components: - type: Transform rot: -1.5707963267948966 rad @@ -108767,7 +108591,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16922 + - uid: 16836 components: - type: Transform rot: -1.5707963267948966 rad @@ -108775,7 +108599,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16923 + - uid: 16837 components: - type: Transform rot: -1.5707963267948966 rad @@ -108783,7 +108607,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16924 + - uid: 16838 components: - type: Transform rot: -1.5707963267948966 rad @@ -108791,7 +108615,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16925 + - uid: 16839 components: - type: Transform rot: -1.5707963267948966 rad @@ -108799,7 +108623,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16926 + - uid: 16840 components: - type: Transform rot: -1.5707963267948966 rad @@ -108807,7 +108631,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16927 + - uid: 16841 components: - type: Transform rot: -1.5707963267948966 rad @@ -108815,7 +108639,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16928 + - uid: 16842 components: - type: Transform rot: -1.5707963267948966 rad @@ -108823,7 +108647,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16929 + - uid: 16843 components: - type: Transform rot: -1.5707963267948966 rad @@ -108831,7 +108655,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16930 + - uid: 16844 components: - type: Transform rot: -1.5707963267948966 rad @@ -108839,7 +108663,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16931 + - uid: 16845 components: - type: Transform rot: -1.5707963267948966 rad @@ -108847,7 +108671,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16932 + - uid: 16846 components: - type: Transform rot: 1.5707963267948966 rad @@ -108855,7 +108679,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16933 + - uid: 16847 components: - type: Transform rot: 1.5707963267948966 rad @@ -108863,7 +108687,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16934 + - uid: 16848 components: - type: Transform rot: 1.5707963267948966 rad @@ -108871,7 +108695,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16935 + - uid: 16849 components: - type: Transform rot: 1.5707963267948966 rad @@ -108879,7 +108703,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16936 + - uid: 16850 components: - type: Transform rot: 1.5707963267948966 rad @@ -108887,7 +108711,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16937 + - uid: 16851 components: - type: Transform rot: 1.5707963267948966 rad @@ -108895,7 +108719,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16938 + - uid: 16852 components: - type: Transform rot: -1.5707963267948966 rad @@ -108903,7 +108727,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16939 + - uid: 16853 components: - type: Transform rot: 3.141592653589793 rad @@ -108911,7 +108735,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16940 + - uid: 16854 components: - type: Transform rot: 3.141592653589793 rad @@ -108919,7 +108743,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16941 + - uid: 16855 components: - type: Transform rot: 3.141592653589793 rad @@ -108927,7 +108751,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16942 + - uid: 16856 components: - type: Transform rot: 3.141592653589793 rad @@ -108935,7 +108759,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16943 + - uid: 16857 components: - type: Transform rot: -1.5707963267948966 rad @@ -108943,7 +108767,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16944 + - uid: 16858 components: - type: Transform rot: 3.141592653589793 rad @@ -108951,7 +108775,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16945 + - uid: 16859 components: - type: Transform rot: 3.141592653589793 rad @@ -108959,7 +108783,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16946 + - uid: 16860 components: - type: Transform rot: 3.141592653589793 rad @@ -108967,7 +108791,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16947 + - uid: 16861 components: - type: Transform rot: 3.141592653589793 rad @@ -108975,7 +108799,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16948 + - uid: 16862 components: - type: Transform rot: 3.141592653589793 rad @@ -108983,7 +108807,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16949 + - uid: 16863 components: - type: Transform rot: 1.5707963267948966 rad @@ -108991,7 +108815,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16950 + - uid: 16864 components: - type: Transform rot: 1.5707963267948966 rad @@ -108999,7 +108823,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16951 + - uid: 16865 components: - type: Transform rot: 1.5707963267948966 rad @@ -109007,7 +108831,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16952 + - uid: 16866 components: - type: Transform rot: 1.5707963267948966 rad @@ -109015,7 +108839,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16953 + - uid: 16867 components: - type: Transform rot: 3.141592653589793 rad @@ -109023,7 +108847,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16954 + - uid: 16868 components: - type: Transform rot: 3.141592653589793 rad @@ -109031,7 +108855,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16955 + - uid: 16869 components: - type: Transform rot: 3.141592653589793 rad @@ -109039,7 +108863,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16956 + - uid: 16870 components: - type: Transform rot: 3.141592653589793 rad @@ -109047,7 +108871,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16957 + - uid: 16871 components: - type: Transform rot: 3.141592653589793 rad @@ -109055,7 +108879,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16958 + - uid: 16872 components: - type: Transform rot: 3.141592653589793 rad @@ -109063,7 +108887,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16959 + - uid: 16873 components: - type: Transform rot: 1.5707963267948966 rad @@ -109071,7 +108895,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16960 + - uid: 16874 components: - type: Transform rot: 1.5707963267948966 rad @@ -109079,7 +108903,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16961 + - uid: 16875 components: - type: Transform rot: 3.141592653589793 rad @@ -109087,7 +108911,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16962 + - uid: 16876 components: - type: Transform rot: 3.141592653589793 rad @@ -109095,7 +108919,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16963 + - uid: 16877 components: - type: Transform rot: 3.141592653589793 rad @@ -109103,7 +108927,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16964 + - uid: 16878 components: - type: Transform rot: 1.5707963267948966 rad @@ -109111,7 +108935,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16965 + - uid: 16879 components: - type: Transform rot: 1.5707963267948966 rad @@ -109119,7 +108943,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16966 + - uid: 16880 components: - type: Transform rot: 1.5707963267948966 rad @@ -109127,7 +108951,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16967 + - uid: 16881 components: - type: Transform rot: 1.5707963267948966 rad @@ -109135,7 +108959,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16968 + - uid: 16882 components: - type: Transform rot: 1.5707963267948966 rad @@ -109143,7 +108967,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16969 + - uid: 16883 components: - type: Transform rot: 3.141592653589793 rad @@ -109151,7 +108975,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16970 + - uid: 16884 components: - type: Transform rot: 3.141592653589793 rad @@ -109159,7 +108983,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16971 + - uid: 16885 components: - type: Transform rot: 3.141592653589793 rad @@ -109167,7 +108991,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16972 + - uid: 16886 components: - type: Transform rot: 3.141592653589793 rad @@ -109175,7 +108999,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16973 + - uid: 16887 components: - type: Transform rot: 1.5707963267948966 rad @@ -109183,7 +109007,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16974 + - uid: 16888 components: - type: Transform rot: 1.5707963267948966 rad @@ -109191,7 +109015,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16975 + - uid: 16889 components: - type: Transform rot: 1.5707963267948966 rad @@ -109199,7 +109023,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16976 + - uid: 16890 components: - type: Transform rot: 1.5707963267948966 rad @@ -109207,7 +109031,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16977 + - uid: 16891 components: - type: Transform rot: 3.141592653589793 rad @@ -109215,7 +109039,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16978 + - uid: 16892 components: - type: Transform rot: 3.141592653589793 rad @@ -109223,7 +109047,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16979 + - uid: 16893 components: - type: Transform rot: 3.141592653589793 rad @@ -109231,7 +109055,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16980 + - uid: 16894 components: - type: Transform rot: 3.141592653589793 rad @@ -109239,7 +109063,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16981 + - uid: 16895 components: - type: Transform rot: 1.5707963267948966 rad @@ -109247,7 +109071,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16982 + - uid: 16896 components: - type: Transform rot: -1.5707963267948966 rad @@ -109255,7 +109079,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16983 + - uid: 16897 components: - type: Transform rot: -1.5707963267948966 rad @@ -109263,7 +109087,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16984 + - uid: 16898 components: - type: Transform rot: -1.5707963267948966 rad @@ -109271,7 +109095,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16985 + - uid: 16899 components: - type: Transform rot: -1.5707963267948966 rad @@ -109279,7 +109103,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16986 + - uid: 16900 components: - type: Transform rot: -1.5707963267948966 rad @@ -109287,21 +109111,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16987 + - uid: 16901 components: - type: Transform pos: 49.5,14.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16988 + - uid: 16902 components: - type: Transform pos: 49.5,13.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16989 + - uid: 16903 components: - type: Transform rot: -1.5707963267948966 rad @@ -109309,7 +109133,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16990 + - uid: 16904 components: - type: Transform rot: -1.5707963267948966 rad @@ -109317,7 +109141,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16991 + - uid: 16905 components: - type: Transform rot: -1.5707963267948966 rad @@ -109325,77 +109149,77 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16992 + - uid: 16906 components: - type: Transform pos: 58.5,18.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16993 + - uid: 16907 components: - type: Transform pos: 58.5,17.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16994 + - uid: 16908 components: - type: Transform pos: 59.5,17.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16995 + - uid: 16909 components: - type: Transform pos: 59.5,16.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16996 + - uid: 16910 components: - type: Transform pos: 58.5,15.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16997 + - uid: 16911 components: - type: Transform pos: 58.5,14.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16998 + - uid: 16912 components: - type: Transform pos: 58.5,13.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16999 + - uid: 16913 components: - type: Transform pos: 59.5,14.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17000 + - uid: 16914 components: - type: Transform pos: 59.5,13.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17001 + - uid: 16915 components: - type: Transform pos: 59.5,12.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17002 + - uid: 16916 components: - type: Transform rot: 1.5707963267948966 rad @@ -109403,7 +109227,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17003 + - uid: 16917 components: - type: Transform rot: 1.5707963267948966 rad @@ -109411,7 +109235,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17004 + - uid: 16918 components: - type: Transform rot: 1.5707963267948966 rad @@ -109419,7 +109243,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17005 + - uid: 16919 components: - type: Transform rot: 1.5707963267948966 rad @@ -109427,7 +109251,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17006 + - uid: 16920 components: - type: Transform rot: -1.5707963267948966 rad @@ -109435,7 +109259,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17007 + - uid: 16921 components: - type: Transform rot: -1.5707963267948966 rad @@ -109443,7 +109267,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17008 + - uid: 16922 components: - type: Transform rot: -1.5707963267948966 rad @@ -109451,7 +109275,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17009 + - uid: 16923 components: - type: Transform rot: -1.5707963267948966 rad @@ -109459,7 +109283,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17010 + - uid: 16924 components: - type: Transform rot: -1.5707963267948966 rad @@ -109467,7 +109291,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17011 + - uid: 16925 components: - type: Transform rot: -1.5707963267948966 rad @@ -109475,7 +109299,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17012 + - uid: 16926 components: - type: Transform rot: -1.5707963267948966 rad @@ -109483,7 +109307,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17013 + - uid: 16927 components: - type: Transform rot: -1.5707963267948966 rad @@ -109491,7 +109315,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17014 + - uid: 16928 components: - type: Transform rot: -1.5707963267948966 rad @@ -109499,7 +109323,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17015 + - uid: 16929 components: - type: Transform rot: -1.5707963267948966 rad @@ -109507,7 +109331,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17016 + - uid: 16930 components: - type: Transform rot: -1.5707963267948966 rad @@ -109515,7 +109339,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17017 + - uid: 16931 components: - type: Transform rot: -1.5707963267948966 rad @@ -109523,7 +109347,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17018 + - uid: 16932 components: - type: Transform rot: -1.5707963267948966 rad @@ -109531,7 +109355,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17019 + - uid: 16933 components: - type: Transform rot: -1.5707963267948966 rad @@ -109539,7 +109363,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17020 + - uid: 16934 components: - type: Transform rot: -1.5707963267948966 rad @@ -109547,7 +109371,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17021 + - uid: 16935 components: - type: Transform rot: -1.5707963267948966 rad @@ -109555,7 +109379,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17022 + - uid: 16936 components: - type: Transform rot: -1.5707963267948966 rad @@ -109563,7 +109387,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17023 + - uid: 16937 components: - type: Transform rot: -1.5707963267948966 rad @@ -109571,7 +109395,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17024 + - uid: 16938 components: - type: Transform rot: -1.5707963267948966 rad @@ -109579,7 +109403,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17025 + - uid: 16939 components: - type: Transform rot: -1.5707963267948966 rad @@ -109587,7 +109411,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17026 + - uid: 16940 components: - type: Transform rot: -1.5707963267948966 rad @@ -109595,7 +109419,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17027 + - uid: 16941 components: - type: Transform rot: -1.5707963267948966 rad @@ -109603,7 +109427,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17028 + - uid: 16942 components: - type: Transform rot: -1.5707963267948966 rad @@ -109611,7 +109435,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17029 + - uid: 16943 components: - type: Transform rot: -1.5707963267948966 rad @@ -109619,7 +109443,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17030 + - uid: 16944 components: - type: Transform rot: -1.5707963267948966 rad @@ -109627,7 +109451,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17031 + - uid: 16945 components: - type: Transform rot: -1.5707963267948966 rad @@ -109635,7 +109459,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17032 + - uid: 16946 components: - type: Transform rot: -1.5707963267948966 rad @@ -109643,7 +109467,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17033 + - uid: 16947 components: - type: Transform rot: -1.5707963267948966 rad @@ -109651,7 +109475,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17034 + - uid: 16948 components: - type: Transform rot: -1.5707963267948966 rad @@ -109659,7 +109483,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17035 + - uid: 16949 components: - type: Transform rot: -1.5707963267948966 rad @@ -109667,7 +109491,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17036 + - uid: 16950 components: - type: Transform rot: -1.5707963267948966 rad @@ -109675,7 +109499,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17037 + - uid: 16951 components: - type: Transform rot: -1.5707963267948966 rad @@ -109683,7 +109507,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17038 + - uid: 16952 components: - type: Transform rot: -1.5707963267948966 rad @@ -109691,7 +109515,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17039 + - uid: 16953 components: - type: Transform rot: -1.5707963267948966 rad @@ -109699,7 +109523,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17040 + - uid: 16954 components: - type: Transform rot: -1.5707963267948966 rad @@ -109707,7 +109531,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17041 + - uid: 16955 components: - type: Transform rot: -1.5707963267948966 rad @@ -109715,7 +109539,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17042 + - uid: 16956 components: - type: Transform rot: -1.5707963267948966 rad @@ -109723,7 +109547,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17043 + - uid: 16957 components: - type: Transform rot: -1.5707963267948966 rad @@ -109731,7 +109555,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17044 + - uid: 16958 components: - type: Transform rot: -1.5707963267948966 rad @@ -109739,7 +109563,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17045 + - uid: 16959 components: - type: Transform rot: -1.5707963267948966 rad @@ -109747,7 +109571,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17046 + - uid: 16960 components: - type: Transform rot: -1.5707963267948966 rad @@ -109755,7 +109579,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17047 + - uid: 16961 components: - type: Transform rot: -1.5707963267948966 rad @@ -109763,7 +109587,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17048 + - uid: 16962 components: - type: Transform rot: -1.5707963267948966 rad @@ -109771,7 +109595,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17049 + - uid: 16963 components: - type: Transform rot: -1.5707963267948966 rad @@ -109779,7 +109603,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17050 + - uid: 16964 components: - type: Transform rot: -1.5707963267948966 rad @@ -109787,7 +109611,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17051 + - uid: 16965 components: - type: Transform rot: -1.5707963267948966 rad @@ -109795,105 +109619,105 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17052 + - uid: 16966 components: - type: Transform pos: 52.5,0.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17053 + - uid: 16967 components: - type: Transform pos: 52.5,-0.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17054 + - uid: 16968 components: - type: Transform pos: 52.5,-1.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17055 + - uid: 16969 components: - type: Transform pos: 52.5,-2.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17056 + - uid: 16970 components: - type: Transform pos: 52.5,-3.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17057 + - uid: 16971 components: - type: Transform pos: 52.5,-4.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17058 + - uid: 16972 components: - type: Transform pos: 52.5,-5.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17059 + - uid: 16973 components: - type: Transform pos: 52.5,-6.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17060 + - uid: 16974 components: - type: Transform pos: 52.5,-7.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17061 + - uid: 16975 components: - type: Transform pos: 53.5,-0.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17062 + - uid: 16976 components: - type: Transform pos: 53.5,-1.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17063 + - uid: 16977 components: - type: Transform pos: 53.5,-2.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17064 + - uid: 16978 components: - type: Transform pos: 53.5,-3.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17065 + - uid: 16979 components: - type: Transform pos: 53.5,-4.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17066 + - uid: 16980 components: - type: Transform rot: 1.5707963267948966 rad @@ -109901,7 +109725,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17067 + - uid: 16981 components: - type: Transform rot: 1.5707963267948966 rad @@ -109909,21 +109733,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17068 + - uid: 16982 components: - type: Transform pos: 42.5,0.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17069 + - uid: 16983 components: - type: Transform pos: 42.5,-0.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17070 + - uid: 16984 components: - type: Transform rot: 3.141592653589793 rad @@ -109931,7 +109755,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17071 + - uid: 16985 components: - type: Transform rot: 3.141592653589793 rad @@ -109939,7 +109763,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17072 + - uid: 16986 components: - type: Transform rot: 1.5707963267948966 rad @@ -109947,7 +109771,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17073 + - uid: 16987 components: - type: Transform rot: 1.5707963267948966 rad @@ -109955,7 +109779,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17074 + - uid: 16988 components: - type: Transform rot: 1.5707963267948966 rad @@ -109963,7 +109787,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17075 + - uid: 16989 components: - type: Transform rot: 1.5707963267948966 rad @@ -109971,7 +109795,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17076 + - uid: 16990 components: - type: Transform rot: 1.5707963267948966 rad @@ -109979,7 +109803,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17077 + - uid: 16991 components: - type: Transform rot: 1.5707963267948966 rad @@ -109987,7 +109811,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17078 + - uid: 16992 components: - type: Transform rot: 1.5707963267948966 rad @@ -109995,7 +109819,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17079 + - uid: 16993 components: - type: Transform rot: 1.5707963267948966 rad @@ -110003,7 +109827,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17080 + - uid: 16994 components: - type: Transform rot: 1.5707963267948966 rad @@ -110011,7 +109835,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17081 + - uid: 16995 components: - type: Transform rot: 1.5707963267948966 rad @@ -110019,7 +109843,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17082 + - uid: 16996 components: - type: Transform rot: 1.5707963267948966 rad @@ -110027,7 +109851,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17083 + - uid: 16997 components: - type: Transform rot: 1.5707963267948966 rad @@ -110035,56 +109859,56 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17084 + - uid: 16998 components: - type: Transform pos: 42.5,13.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17085 + - uid: 16999 components: - type: Transform pos: 42.5,12.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17086 + - uid: 17000 components: - type: Transform pos: 41.5,13.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17087 + - uid: 17001 components: - type: Transform pos: 41.5,12.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17088 + - uid: 17002 components: - type: Transform pos: 41.5,11.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17089 + - uid: 17003 components: - type: Transform pos: 41.5,9.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17090 + - uid: 17004 components: - type: Transform pos: 42.5,11.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17091 + - uid: 17005 components: - type: Transform rot: -1.5707963267948966 rad @@ -110092,49 +109916,49 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17092 + - uid: 17006 components: - type: Transform pos: 24.5,-46.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17093 + - uid: 17007 components: - type: Transform pos: 24.5,-47.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17094 + - uid: 17008 components: - type: Transform pos: 24.5,-48.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17095 + - uid: 17009 components: - type: Transform pos: 24.5,-49.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17096 + - uid: 17010 components: - type: Transform pos: 24.5,-50.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17097 + - uid: 17011 components: - type: Transform pos: 24.5,-51.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17098 + - uid: 17012 components: - type: Transform rot: 3.141592653589793 rad @@ -110142,7 +109966,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17099 + - uid: 17013 components: - type: Transform rot: 3.141592653589793 rad @@ -110150,7 +109974,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17100 + - uid: 17014 components: - type: Transform rot: 3.141592653589793 rad @@ -110158,77 +109982,77 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17101 + - uid: 17015 components: - type: Transform pos: 26.5,-46.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17102 + - uid: 17016 components: - type: Transform pos: 26.5,-47.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17103 + - uid: 17017 components: - type: Transform pos: 26.5,-48.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17104 + - uid: 17018 components: - type: Transform pos: 26.5,-49.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17105 + - uid: 17019 components: - type: Transform pos: 26.5,-50.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17106 + - uid: 17020 components: - type: Transform pos: 26.5,-51.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17107 + - uid: 17021 components: - type: Transform pos: 26.5,-52.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17108 + - uid: 17022 components: - type: Transform pos: 26.5,-54.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17109 + - uid: 17023 components: - type: Transform pos: 26.5,-55.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17110 + - uid: 17024 components: - type: Transform pos: 26.5,-57.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17111 + - uid: 17025 components: - type: Transform rot: 1.5707963267948966 rad @@ -110236,7 +110060,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17112 + - uid: 17026 components: - type: Transform rot: 1.5707963267948966 rad @@ -110244,7 +110068,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17113 + - uid: 17027 components: - type: Transform rot: 1.5707963267948966 rad @@ -110252,7 +110076,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17114 + - uid: 17028 components: - type: Transform rot: 1.5707963267948966 rad @@ -110260,28 +110084,28 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17115 + - uid: 17029 components: - type: Transform pos: 52.5,-8.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17116 + - uid: 17030 components: - type: Transform pos: 52.5,-9.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17117 + - uid: 17031 components: - type: Transform pos: 52.5,-10.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17118 + - uid: 17032 components: - type: Transform rot: 1.5707963267948966 rad @@ -110289,7 +110113,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17119 + - uid: 17033 components: - type: Transform rot: 1.5707963267948966 rad @@ -110297,7 +110121,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17120 + - uid: 17034 components: - type: Transform rot: 1.5707963267948966 rad @@ -110305,7 +110129,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17121 + - uid: 17035 components: - type: Transform rot: 1.5707963267948966 rad @@ -110313,35 +110137,35 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17122 + - uid: 17036 components: - type: Transform pos: 62.5,-38.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17123 + - uid: 17037 components: - type: Transform pos: 62.5,-37.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17124 + - uid: 17038 components: - type: Transform pos: 73.5,-27.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17125 + - uid: 17039 components: - type: Transform pos: 49.5,-56.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17126 + - uid: 17040 components: - type: Transform rot: 1.5707963267948966 rad @@ -110349,7 +110173,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17127 + - uid: 17041 components: - type: Transform rot: 1.5707963267948966 rad @@ -110357,7 +110181,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17128 + - uid: 17042 components: - type: Transform rot: 1.5707963267948966 rad @@ -110365,7 +110189,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17129 + - uid: 17043 components: - type: Transform rot: 1.5707963267948966 rad @@ -110373,7 +110197,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17130 + - uid: 17044 components: - type: Transform rot: 1.5707963267948966 rad @@ -110381,7 +110205,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17131 + - uid: 17045 components: - type: Transform rot: 1.5707963267948966 rad @@ -110389,7 +110213,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17132 + - uid: 17046 components: - type: Transform rot: 1.5707963267948966 rad @@ -110397,7 +110221,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17133 + - uid: 17047 components: - type: Transform rot: 1.5707963267948966 rad @@ -110405,7 +110229,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17134 + - uid: 17048 components: - type: Transform rot: 1.5707963267948966 rad @@ -110413,7 +110237,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17135 + - uid: 17049 components: - type: Transform rot: 1.5707963267948966 rad @@ -110421,63 +110245,63 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17136 + - uid: 17050 components: - type: Transform pos: 43.5,-42.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17137 + - uid: 17051 components: - type: Transform pos: 43.5,-40.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17138 + - uid: 17052 components: - type: Transform pos: 43.5,-41.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17139 + - uid: 17053 components: - type: Transform pos: 43.5,-39.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17140 + - uid: 17054 components: - type: Transform pos: 43.5,-38.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17141 + - uid: 17055 components: - type: Transform pos: 42.5,-39.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17142 + - uid: 17056 components: - type: Transform pos: 42.5,-40.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17143 + - uid: 17057 components: - type: Transform pos: 42.5,-38.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17144 + - uid: 17058 components: - type: Transform rot: 3.141592653589793 rad @@ -110485,7 +110309,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17145 + - uid: 17059 components: - type: Transform rot: 1.5707963267948966 rad @@ -110493,7 +110317,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17146 + - uid: 17060 components: - type: Transform rot: 1.5707963267948966 rad @@ -110501,7 +110325,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17147 + - uid: 17061 components: - type: Transform rot: 1.5707963267948966 rad @@ -110509,7 +110333,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17148 + - uid: 17062 components: - type: Transform rot: 1.5707963267948966 rad @@ -110517,7 +110341,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17149 + - uid: 17063 components: - type: Transform rot: 1.5707963267948966 rad @@ -110525,21 +110349,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17150 + - uid: 17064 components: - type: Transform pos: 57.5,-42.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17151 + - uid: 17065 components: - type: Transform pos: 57.5,-43.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17152 + - uid: 17066 components: - type: Transform rot: 1.5707963267948966 rad @@ -110547,7 +110371,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17153 + - uid: 17067 components: - type: Transform rot: 1.5707963267948966 rad @@ -110555,7 +110379,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17154 + - uid: 17068 components: - type: Transform rot: -1.5707963267948966 rad @@ -110563,7 +110387,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17155 + - uid: 17069 components: - type: Transform rot: 1.5707963267948966 rad @@ -110571,7 +110395,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17156 + - uid: 17070 components: - type: Transform rot: 1.5707963267948966 rad @@ -110579,7 +110403,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17157 + - uid: 17071 components: - type: Transform rot: 3.141592653589793 rad @@ -110587,7 +110411,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17158 + - uid: 17072 components: - type: Transform rot: 3.141592653589793 rad @@ -110595,56 +110419,56 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17159 + - uid: 17073 components: - type: Transform pos: 50.5,-42.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17160 + - uid: 17074 components: - type: Transform pos: 50.5,-43.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17161 + - uid: 17075 components: - type: Transform pos: 50.5,-44.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17162 + - uid: 17076 components: - type: Transform pos: 50.5,-45.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17163 + - uid: 17077 components: - type: Transform pos: 50.5,-47.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17164 + - uid: 17078 components: - type: Transform pos: 50.5,-48.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17165 + - uid: 17079 components: - type: Transform pos: 49.5,-53.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17166 + - uid: 17080 components: - type: Transform rot: -1.5707963267948966 rad @@ -110652,7 +110476,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17167 + - uid: 17081 components: - type: Transform rot: -1.5707963267948966 rad @@ -110660,7 +110484,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17168 + - uid: 17082 components: - type: Transform rot: -1.5707963267948966 rad @@ -110668,7 +110492,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17169 + - uid: 17083 components: - type: Transform rot: -1.5707963267948966 rad @@ -110676,7 +110500,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17170 + - uid: 17084 components: - type: Transform rot: 1.5707963267948966 rad @@ -110684,7 +110508,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17171 + - uid: 17085 components: - type: Transform rot: 1.5707963267948966 rad @@ -110692,7 +110516,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17172 + - uid: 17086 components: - type: Transform rot: 1.5707963267948966 rad @@ -110700,7 +110524,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17173 + - uid: 17087 components: - type: Transform rot: 1.5707963267948966 rad @@ -110708,7 +110532,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17174 + - uid: 17088 components: - type: Transform rot: 1.5707963267948966 rad @@ -110716,7 +110540,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17175 + - uid: 17089 components: - type: Transform rot: 3.141592653589793 rad @@ -110724,7 +110548,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17176 + - uid: 17090 components: - type: Transform rot: -1.5707963267948966 rad @@ -110732,7 +110556,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17177 + - uid: 17091 components: - type: Transform rot: -1.5707963267948966 rad @@ -110740,7 +110564,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17178 + - uid: 17092 components: - type: Transform rot: -1.5707963267948966 rad @@ -110748,7 +110572,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17179 + - uid: 17093 components: - type: Transform rot: -1.5707963267948966 rad @@ -110756,7 +110580,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17180 + - uid: 17094 components: - type: Transform rot: -1.5707963267948966 rad @@ -110764,7 +110588,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17181 + - uid: 17095 components: - type: Transform rot: -1.5707963267948966 rad @@ -110772,7 +110596,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17182 + - uid: 17096 components: - type: Transform rot: -1.5707963267948966 rad @@ -110780,7 +110604,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17183 + - uid: 17097 components: - type: Transform rot: -1.5707963267948966 rad @@ -110788,7 +110612,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17184 + - uid: 17098 components: - type: Transform rot: -1.5707963267948966 rad @@ -110796,7 +110620,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17185 + - uid: 17099 components: - type: Transform rot: 3.141592653589793 rad @@ -110804,7 +110628,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17186 + - uid: 17100 components: - type: Transform rot: 3.141592653589793 rad @@ -110812,7 +110636,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17187 + - uid: 17101 components: - type: Transform rot: 3.141592653589793 rad @@ -110820,7 +110644,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17188 + - uid: 17102 components: - type: Transform rot: 3.141592653589793 rad @@ -110828,7 +110652,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17189 + - uid: 17103 components: - type: Transform rot: 3.141592653589793 rad @@ -110836,7 +110660,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17190 + - uid: 17104 components: - type: Transform rot: 3.141592653589793 rad @@ -110844,7 +110668,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17191 + - uid: 17105 components: - type: Transform rot: 3.141592653589793 rad @@ -110852,7 +110676,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17192 + - uid: 17106 components: - type: Transform rot: 3.141592653589793 rad @@ -110860,7 +110684,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17193 + - uid: 17107 components: - type: Transform rot: 3.141592653589793 rad @@ -110868,28 +110692,28 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17194 + - uid: 17108 components: - type: Transform pos: 62.5,-41.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17195 + - uid: 17109 components: - type: Transform pos: 62.5,-40.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17196 + - uid: 17110 components: - type: Transform pos: 62.5,-36.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17197 + - uid: 17111 components: - type: Transform rot: -1.5707963267948966 rad @@ -110897,7 +110721,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17198 + - uid: 17112 components: - type: Transform rot: 3.141592653589793 rad @@ -110905,7 +110729,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17199 + - uid: 17113 components: - type: Transform rot: 1.5707963267948966 rad @@ -110913,7 +110737,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17200 + - uid: 17114 components: - type: Transform rot: 1.5707963267948966 rad @@ -110921,21 +110745,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17201 + - uid: 17115 components: - type: Transform pos: 64.5,-33.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17202 + - uid: 17116 components: - type: Transform pos: 60.5,-34.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17203 + - uid: 17117 components: - type: Transform rot: 3.141592653589793 rad @@ -110943,7 +110767,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17204 + - uid: 17118 components: - type: Transform rot: 3.141592653589793 rad @@ -110951,7 +110775,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17205 + - uid: 17119 components: - type: Transform rot: 3.141592653589793 rad @@ -110959,7 +110783,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17206 + - uid: 17120 components: - type: Transform rot: 3.141592653589793 rad @@ -110967,7 +110791,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17207 + - uid: 17121 components: - type: Transform rot: 3.141592653589793 rad @@ -110975,7 +110799,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17208 + - uid: 17122 components: - type: Transform rot: 3.141592653589793 rad @@ -110983,7 +110807,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17209 + - uid: 17123 components: - type: Transform rot: 3.141592653589793 rad @@ -110991,7 +110815,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17210 + - uid: 17124 components: - type: Transform rot: 3.141592653589793 rad @@ -110999,7 +110823,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17211 + - uid: 17125 components: - type: Transform rot: 3.141592653589793 rad @@ -111007,7 +110831,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17212 + - uid: 17126 components: - type: Transform rot: 3.141592653589793 rad @@ -111015,7 +110839,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17213 + - uid: 17127 components: - type: Transform rot: 3.141592653589793 rad @@ -111023,399 +110847,399 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17214 + - uid: 17128 components: - type: Transform pos: 61.5,-23.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17215 + - uid: 17129 components: - type: Transform pos: 61.5,-22.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17216 + - uid: 17130 components: - type: Transform pos: 61.5,-21.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17217 + - uid: 17131 components: - type: Transform pos: 61.5,-20.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17218 + - uid: 17132 components: - type: Transform pos: 61.5,-19.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17219 + - uid: 17133 components: - type: Transform pos: 61.5,-18.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17220 + - uid: 17134 components: - type: Transform pos: 61.5,-17.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17221 + - uid: 17135 components: - type: Transform pos: 61.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17222 + - uid: 17136 components: - type: Transform pos: 61.5,-15.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17223 + - uid: 17137 components: - type: Transform pos: 61.5,-14.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17224 + - uid: 17138 components: - type: Transform pos: 61.5,-13.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17225 + - uid: 17139 components: - type: Transform pos: 61.5,-12.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17226 + - uid: 17140 components: - type: Transform pos: 61.5,-11.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17227 + - uid: 17141 components: - type: Transform pos: 62.5,-7.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17228 + - uid: 17142 components: - type: Transform pos: 62.5,-8.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17229 + - uid: 17143 components: - type: Transform pos: 62.5,-9.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17230 + - uid: 17144 components: - type: Transform pos: 61.5,-5.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17231 + - uid: 17145 components: - type: Transform pos: 61.5,-4.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17232 + - uid: 17146 components: - type: Transform pos: 61.5,-3.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17233 + - uid: 17147 components: - type: Transform pos: 63.5,-25.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17234 + - uid: 17148 components: - type: Transform pos: 63.5,-24.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17235 + - uid: 17149 components: - type: Transform pos: 63.5,-23.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17236 + - uid: 17150 components: - type: Transform pos: 63.5,-22.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17237 + - uid: 17151 components: - type: Transform pos: 63.5,-21.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17238 + - uid: 17152 components: - type: Transform pos: 63.5,-20.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17239 + - uid: 17153 components: - type: Transform pos: 63.5,-19.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17240 + - uid: 17154 components: - type: Transform pos: 63.5,-18.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17241 + - uid: 17155 components: - type: Transform pos: 63.5,-17.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17242 + - uid: 17156 components: - type: Transform pos: 63.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17243 + - uid: 17157 components: - type: Transform pos: 63.5,-15.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17244 + - uid: 17158 components: - type: Transform pos: 63.5,-14.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17245 + - uid: 17159 components: - type: Transform pos: 63.5,-13.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17246 + - uid: 17160 components: - type: Transform pos: 63.5,-12.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17247 + - uid: 17161 components: - type: Transform pos: 63.5,-10.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17248 + - uid: 17162 components: - type: Transform pos: 63.5,-9.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17249 + - uid: 17163 components: - type: Transform pos: 63.5,-8.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17250 + - uid: 17164 components: - type: Transform pos: 63.5,-7.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17251 + - uid: 17165 components: - type: Transform pos: 63.5,-6.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17252 + - uid: 17166 components: - type: Transform pos: 63.5,-5.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17253 + - uid: 17167 components: - type: Transform pos: 63.5,-4.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17254 + - uid: 17168 components: - type: Transform pos: 63.5,-3.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17255 + - uid: 17169 components: - type: Transform pos: 64.5,-48.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17256 + - uid: 17170 components: - type: Transform pos: 64.5,-49.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17257 + - uid: 17171 components: - type: Transform pos: 64.5,-50.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17258 + - uid: 17172 components: - type: Transform pos: 64.5,-51.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17259 + - uid: 17173 components: - type: Transform pos: 60.5,-47.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17260 + - uid: 17174 components: - type: Transform pos: 60.5,-49.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17261 + - uid: 17175 components: - type: Transform pos: 60.5,-50.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17262 + - uid: 17176 components: - type: Transform pos: 60.5,-51.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17263 + - uid: 17177 components: - type: Transform pos: 50.5,-49.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17264 + - uid: 17178 components: - type: Transform pos: 49.5,-57.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17265 + - uid: 17179 components: - type: Transform pos: 49.5,-58.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17266 + - uid: 17180 components: - type: Transform pos: 49.5,-59.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17267 + - uid: 17181 components: - type: Transform pos: 50.5,-50.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17268 + - uid: 17182 components: - type: Transform pos: 50.5,-51.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17269 + - uid: 17183 components: - type: Transform pos: 49.5,-55.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17270 + - uid: 17184 components: - type: Transform rot: 1.5707963267948966 rad @@ -111423,7 +111247,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17271 + - uid: 17185 components: - type: Transform rot: 1.5707963267948966 rad @@ -111431,7 +111255,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17272 + - uid: 17186 components: - type: Transform rot: 1.5707963267948966 rad @@ -111439,7 +111263,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17273 + - uid: 17187 components: - type: Transform rot: 1.5707963267948966 rad @@ -111447,7 +111271,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17274 + - uid: 17188 components: - type: Transform rot: 1.5707963267948966 rad @@ -111455,7 +111279,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17275 + - uid: 17189 components: - type: Transform rot: 1.5707963267948966 rad @@ -111463,7 +111287,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17276 + - uid: 17190 components: - type: Transform rot: 1.5707963267948966 rad @@ -111471,7 +111295,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17277 + - uid: 17191 components: - type: Transform rot: 1.5707963267948966 rad @@ -111479,7 +111303,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17278 + - uid: 17192 components: - type: Transform rot: 1.5707963267948966 rad @@ -111487,7 +111311,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17279 + - uid: 17193 components: - type: Transform rot: 1.5707963267948966 rad @@ -111495,7 +111319,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17280 + - uid: 17194 components: - type: Transform rot: 1.5707963267948966 rad @@ -111503,7 +111327,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17281 + - uid: 17195 components: - type: Transform rot: 1.5707963267948966 rad @@ -111511,7 +111335,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17282 + - uid: 17196 components: - type: Transform rot: 1.5707963267948966 rad @@ -111519,7 +111343,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17283 + - uid: 17197 components: - type: Transform rot: 1.5707963267948966 rad @@ -111527,7 +111351,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17284 + - uid: 17198 components: - type: Transform rot: 1.5707963267948966 rad @@ -111535,7 +111359,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17285 + - uid: 17199 components: - type: Transform rot: 1.5707963267948966 rad @@ -111543,7 +111367,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17286 + - uid: 17200 components: - type: Transform rot: 3.141592653589793 rad @@ -111551,7 +111375,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17287 + - uid: 17201 components: - type: Transform rot: 1.5707963267948966 rad @@ -111559,7 +111383,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17288 + - uid: 17202 components: - type: Transform rot: 1.5707963267948966 rad @@ -111567,7 +111391,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17289 + - uid: 17203 components: - type: Transform rot: 3.141592653589793 rad @@ -111575,7 +111399,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17290 + - uid: 17204 components: - type: Transform rot: 1.5707963267948966 rad @@ -111583,7 +111407,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17291 + - uid: 17205 components: - type: Transform rot: 1.5707963267948966 rad @@ -111591,7 +111415,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17292 + - uid: 17206 components: - type: Transform rot: 1.5707963267948966 rad @@ -111599,7 +111423,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17293 + - uid: 17207 components: - type: Transform rot: 1.5707963267948966 rad @@ -111607,7 +111431,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17294 + - uid: 17208 components: - type: Transform rot: 1.5707963267948966 rad @@ -111615,7 +111439,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17295 + - uid: 17209 components: - type: Transform rot: 1.5707963267948966 rad @@ -111623,7 +111447,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17296 + - uid: 17210 components: - type: Transform rot: 3.141592653589793 rad @@ -111631,56 +111455,56 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17297 + - uid: 17211 components: - type: Transform pos: 29.5,-55.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17298 + - uid: 17212 components: - type: Transform pos: 29.5,-54.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17299 + - uid: 17213 components: - type: Transform pos: 29.5,-53.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17300 + - uid: 17214 components: - type: Transform pos: 29.5,-51.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17301 + - uid: 17215 components: - type: Transform pos: 29.5,-50.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17302 + - uid: 17216 components: - type: Transform pos: 29.5,-49.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17303 + - uid: 17217 components: - type: Transform pos: 29.5,-48.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17304 + - uid: 17218 components: - type: Transform rot: -1.5707963267948966 rad @@ -111688,7 +111512,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17305 + - uid: 17219 components: - type: Transform rot: -1.5707963267948966 rad @@ -111696,7 +111520,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17306 + - uid: 17220 components: - type: Transform rot: -1.5707963267948966 rad @@ -111704,7 +111528,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17307 + - uid: 17221 components: - type: Transform rot: 3.141592653589793 rad @@ -111712,7 +111536,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17308 + - uid: 17222 components: - type: Transform rot: 1.5707963267948966 rad @@ -111720,49 +111544,49 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17309 + - uid: 17223 components: - type: Transform pos: 32.5,-59.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17310 + - uid: 17224 components: - type: Transform pos: 32.5,-58.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17311 + - uid: 17225 components: - type: Transform pos: 32.5,-57.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17312 + - uid: 17226 components: - type: Transform pos: 32.5,-55.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17313 + - uid: 17227 components: - type: Transform pos: 32.5,-54.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17314 + - uid: 17228 components: - type: Transform pos: 32.5,-53.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17315 + - uid: 17229 components: - type: Transform rot: 1.5707963267948966 rad @@ -111770,7 +111594,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17316 + - uid: 17230 components: - type: Transform rot: 3.141592653589793 rad @@ -111778,7 +111602,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17317 + - uid: 17231 components: - type: Transform rot: 3.141592653589793 rad @@ -111786,7 +111610,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17318 + - uid: 17232 components: - type: Transform rot: -1.5707963267948966 rad @@ -111794,7 +111618,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17319 + - uid: 17233 components: - type: Transform rot: 3.141592653589793 rad @@ -111802,7 +111626,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17320 + - uid: 17234 components: - type: Transform rot: 3.141592653589793 rad @@ -111810,7 +111634,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17321 + - uid: 17235 components: - type: Transform rot: -1.5707963267948966 rad @@ -111818,7 +111642,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17322 + - uid: 17236 components: - type: Transform rot: -1.5707963267948966 rad @@ -111826,7 +111650,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17323 + - uid: 17237 components: - type: Transform rot: -1.5707963267948966 rad @@ -111834,7 +111658,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17324 + - uid: 17238 components: - type: Transform rot: -1.5707963267948966 rad @@ -111842,21 +111666,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17325 + - uid: 17239 components: - type: Transform pos: 49.5,-60.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17326 + - uid: 17240 components: - type: Transform pos: 49.5,-62.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17327 + - uid: 17241 components: - type: Transform rot: -1.5707963267948966 rad @@ -111864,7 +111688,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17328 + - uid: 17242 components: - type: Transform rot: -1.5707963267948966 rad @@ -111872,7 +111696,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17329 + - uid: 17243 components: - type: Transform rot: -1.5707963267948966 rad @@ -111880,7 +111704,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17330 + - uid: 17244 components: - type: Transform rot: -1.5707963267948966 rad @@ -111888,7 +111712,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17331 + - uid: 17245 components: - type: Transform rot: -1.5707963267948966 rad @@ -111896,7 +111720,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17332 + - uid: 17246 components: - type: Transform rot: 1.5707963267948966 rad @@ -111904,7 +111728,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17333 + - uid: 17247 components: - type: Transform rot: 1.5707963267948966 rad @@ -111912,21 +111736,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17334 + - uid: 17248 components: - type: Transform pos: -19.5,6.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17335 + - uid: 17249 components: - type: Transform pos: -19.5,5.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17336 + - uid: 17250 components: - type: Transform rot: 1.5707963267948966 rad @@ -111934,7 +111758,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17337 + - uid: 17251 components: - type: Transform rot: 1.5707963267948966 rad @@ -111942,7 +111766,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17338 + - uid: 17252 components: - type: Transform rot: 1.5707963267948966 rad @@ -111950,7 +111774,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17339 + - uid: 17253 components: - type: Transform rot: 1.5707963267948966 rad @@ -111958,7 +111782,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17340 + - uid: 17254 components: - type: Transform rot: 1.5707963267948966 rad @@ -111966,7 +111790,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17341 + - uid: 17255 components: - type: Transform rot: 1.5707963267948966 rad @@ -111974,7 +111798,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17342 + - uid: 17256 components: - type: Transform rot: 1.5707963267948966 rad @@ -111982,7 +111806,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17343 + - uid: 17257 components: - type: Transform rot: 1.5707963267948966 rad @@ -111990,7 +111814,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17344 + - uid: 17258 components: - type: Transform rot: 1.5707963267948966 rad @@ -111998,7 +111822,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17345 + - uid: 17259 components: - type: Transform rot: 1.5707963267948966 rad @@ -112006,7 +111830,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17346 + - uid: 17260 components: - type: Transform rot: 1.5707963267948966 rad @@ -112014,7 +111838,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17347 + - uid: 17261 components: - type: Transform rot: 1.5707963267948966 rad @@ -112022,7 +111846,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17348 + - uid: 17262 components: - type: Transform rot: 1.5707963267948966 rad @@ -112030,7 +111854,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17349 + - uid: 17263 components: - type: Transform rot: 1.5707963267948966 rad @@ -112038,7 +111862,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17350 + - uid: 17264 components: - type: Transform rot: 1.5707963267948966 rad @@ -112046,7 +111870,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17351 + - uid: 17265 components: - type: Transform rot: -1.5707963267948966 rad @@ -112054,7 +111878,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17352 + - uid: 17266 components: - type: Transform rot: -1.5707963267948966 rad @@ -112062,7 +111886,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17353 + - uid: 17267 components: - type: Transform rot: 3.141592653589793 rad @@ -112070,7 +111894,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17354 + - uid: 17268 components: - type: Transform rot: 3.141592653589793 rad @@ -112078,7 +111902,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17355 + - uid: 17269 components: - type: Transform rot: 3.141592653589793 rad @@ -112086,7 +111910,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17356 + - uid: 17270 components: - type: Transform rot: 3.141592653589793 rad @@ -112094,7 +111918,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17357 + - uid: 17271 components: - type: Transform rot: 3.141592653589793 rad @@ -112102,7 +111926,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17358 + - uid: 17272 components: - type: Transform rot: 3.141592653589793 rad @@ -112110,7 +111934,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17359 + - uid: 17273 components: - type: Transform rot: 3.141592653589793 rad @@ -112118,7 +111942,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17360 + - uid: 17274 components: - type: Transform rot: 3.141592653589793 rad @@ -112126,7 +111950,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17361 + - uid: 17275 components: - type: Transform rot: 3.141592653589793 rad @@ -112134,7 +111958,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17362 + - uid: 17276 components: - type: Transform rot: 3.141592653589793 rad @@ -112142,7 +111966,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17363 + - uid: 17277 components: - type: Transform rot: 3.141592653589793 rad @@ -112150,7 +111974,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17364 + - uid: 17278 components: - type: Transform rot: 3.141592653589793 rad @@ -112158,7 +111982,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17365 + - uid: 17279 components: - type: Transform rot: 3.141592653589793 rad @@ -112166,7 +111990,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17366 + - uid: 17280 components: - type: Transform rot: 3.141592653589793 rad @@ -112174,7 +111998,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17367 + - uid: 17281 components: - type: Transform rot: 3.141592653589793 rad @@ -112182,7 +112006,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17368 + - uid: 17282 components: - type: Transform rot: 3.141592653589793 rad @@ -112190,7 +112014,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17369 + - uid: 17283 components: - type: Transform rot: 3.141592653589793 rad @@ -112198,7 +112022,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17370 + - uid: 17284 components: - type: Transform rot: 3.141592653589793 rad @@ -112206,7 +112030,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17371 + - uid: 17285 components: - type: Transform rot: 3.141592653589793 rad @@ -112214,7 +112038,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17372 + - uid: 17286 components: - type: Transform rot: 3.141592653589793 rad @@ -112222,7 +112046,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17373 + - uid: 17287 components: - type: Transform rot: 3.141592653589793 rad @@ -112230,7 +112054,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17374 + - uid: 17288 components: - type: Transform rot: 3.141592653589793 rad @@ -112238,7 +112062,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17375 + - uid: 17289 components: - type: Transform rot: 3.141592653589793 rad @@ -112246,14 +112070,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17376 + - uid: 17290 components: - type: Transform pos: -23.5,-15.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17377 + - uid: 17291 components: - type: Transform rot: 3.141592653589793 rad @@ -112261,7 +112085,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17378 + - uid: 17292 components: - type: Transform rot: 3.141592653589793 rad @@ -112269,7 +112093,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17379 + - uid: 17293 components: - type: Transform rot: 3.141592653589793 rad @@ -112277,7 +112101,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17380 + - uid: 17294 components: - type: Transform rot: 3.141592653589793 rad @@ -112285,7 +112109,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17381 + - uid: 17295 components: - type: Transform rot: 3.141592653589793 rad @@ -112293,7 +112117,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17382 + - uid: 17296 components: - type: Transform rot: 3.141592653589793 rad @@ -112301,7 +112125,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17383 + - uid: 17297 components: - type: Transform rot: 3.141592653589793 rad @@ -112309,7 +112133,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17384 + - uid: 17298 components: - type: Transform rot: 3.141592653589793 rad @@ -112317,7 +112141,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17385 + - uid: 17299 components: - type: Transform rot: -1.5707963267948966 rad @@ -112325,7 +112149,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17386 + - uid: 17300 components: - type: Transform rot: -1.5707963267948966 rad @@ -112333,7 +112157,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17387 + - uid: 17301 components: - type: Transform rot: -1.5707963267948966 rad @@ -112341,7 +112165,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17388 + - uid: 17302 components: - type: Transform rot: -1.5707963267948966 rad @@ -112349,7 +112173,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17389 + - uid: 17303 components: - type: Transform rot: -1.5707963267948966 rad @@ -112357,7 +112181,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17390 + - uid: 17304 components: - type: Transform rot: -1.5707963267948966 rad @@ -112365,7 +112189,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17391 + - uid: 17305 components: - type: Transform rot: -1.5707963267948966 rad @@ -112373,7 +112197,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17392 + - uid: 17306 components: - type: Transform rot: -1.5707963267948966 rad @@ -112381,7 +112205,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17393 + - uid: 17307 components: - type: Transform rot: -1.5707963267948966 rad @@ -112389,7 +112213,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17394 + - uid: 17308 components: - type: Transform rot: -1.5707963267948966 rad @@ -112397,7 +112221,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17395 + - uid: 17309 components: - type: Transform rot: 1.5707963267948966 rad @@ -112405,7 +112229,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17396 + - uid: 17310 components: - type: Transform rot: 1.5707963267948966 rad @@ -112413,91 +112237,91 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17397 + - uid: 17311 components: - type: Transform pos: -20.5,-12.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17398 + - uid: 17312 components: - type: Transform pos: -20.5,-11.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17399 + - uid: 17313 components: - type: Transform pos: -20.5,-10.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17400 + - uid: 17314 components: - type: Transform pos: -20.5,-9.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17401 + - uid: 17315 components: - type: Transform pos: -20.5,-8.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17402 + - uid: 17316 components: - type: Transform pos: -20.5,-7.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17403 + - uid: 17317 components: - type: Transform pos: -20.5,-6.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17404 + - uid: 17318 components: - type: Transform pos: -18.5,-9.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17405 + - uid: 17319 components: - type: Transform pos: -18.5,-8.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17406 + - uid: 17320 components: - type: Transform pos: -18.5,-7.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17407 + - uid: 17321 components: - type: Transform pos: -18.5,-6.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17408 + - uid: 17322 components: - type: Transform pos: -18.5,-5.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17409 + - uid: 17323 components: - type: Transform rot: -1.5707963267948966 rad @@ -112505,7 +112329,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17410 + - uid: 17324 components: - type: Transform rot: -1.5707963267948966 rad @@ -112513,7 +112337,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17411 + - uid: 17325 components: - type: Transform rot: -1.5707963267948966 rad @@ -112521,7 +112345,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17412 + - uid: 17326 components: - type: Transform rot: -1.5707963267948966 rad @@ -112529,7 +112353,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17413 + - uid: 17327 components: - type: Transform rot: -1.5707963267948966 rad @@ -112537,7 +112361,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17414 + - uid: 17328 components: - type: Transform rot: -1.5707963267948966 rad @@ -112545,7 +112369,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17415 + - uid: 17329 components: - type: Transform rot: -1.5707963267948966 rad @@ -112553,28 +112377,28 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17416 + - uid: 17330 components: - type: Transform pos: -25.5,-15.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17417 + - uid: 17331 components: - type: Transform pos: -25.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17418 + - uid: 17332 components: - type: Transform pos: -25.5,-14.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17419 + - uid: 17333 components: - type: Transform rot: 1.5707963267948966 rad @@ -112582,7 +112406,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17420 + - uid: 17334 components: - type: Transform rot: 1.5707963267948966 rad @@ -112590,7 +112414,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17421 + - uid: 17335 components: - type: Transform rot: 3.141592653589793 rad @@ -112598,42 +112422,42 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17422 + - uid: 17336 components: - type: Transform pos: -23.5,-14.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17423 + - uid: 17337 components: - type: Transform pos: -23.5,-13.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17424 + - uid: 17338 components: - type: Transform pos: -23.5,-12.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17425 + - uid: 17339 components: - type: Transform pos: -23.5,-11.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17426 + - uid: 17340 components: - type: Transform pos: -18.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17427 + - uid: 17341 components: - type: Transform rot: -1.5707963267948966 rad @@ -112641,7 +112465,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17428 + - uid: 17342 components: - type: Transform rot: -1.5707963267948966 rad @@ -112649,7 +112473,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17429 + - uid: 17343 components: - type: Transform rot: -1.5707963267948966 rad @@ -112657,7 +112481,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17430 + - uid: 17344 components: - type: Transform rot: -1.5707963267948966 rad @@ -112665,7 +112489,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17431 + - uid: 17345 components: - type: Transform rot: -1.5707963267948966 rad @@ -112673,7 +112497,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17432 + - uid: 17346 components: - type: Transform rot: -1.5707963267948966 rad @@ -112681,7 +112505,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17433 + - uid: 17347 components: - type: Transform rot: -1.5707963267948966 rad @@ -112689,7 +112513,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17434 + - uid: 17348 components: - type: Transform rot: 1.5707963267948966 rad @@ -112697,7 +112521,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17435 + - uid: 17349 components: - type: Transform rot: 1.5707963267948966 rad @@ -112705,7 +112529,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17436 + - uid: 17350 components: - type: Transform rot: 1.5707963267948966 rad @@ -112713,7 +112537,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17437 + - uid: 17351 components: - type: Transform rot: 1.5707963267948966 rad @@ -112721,7 +112545,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17438 + - uid: 17352 components: - type: Transform rot: 1.5707963267948966 rad @@ -112729,7 +112553,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17439 + - uid: 17353 components: - type: Transform rot: 1.5707963267948966 rad @@ -112737,7 +112561,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17440 + - uid: 17354 components: - type: Transform rot: 1.5707963267948966 rad @@ -112745,7 +112569,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17441 + - uid: 17355 components: - type: Transform rot: 1.5707963267948966 rad @@ -112753,7 +112577,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17442 + - uid: 17356 components: - type: Transform rot: 1.5707963267948966 rad @@ -112761,7 +112585,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17443 + - uid: 17357 components: - type: Transform rot: 1.5707963267948966 rad @@ -112769,7 +112593,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17444 + - uid: 17358 components: - type: Transform rot: 1.5707963267948966 rad @@ -112777,7 +112601,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17445 + - uid: 17359 components: - type: Transform rot: -1.5707963267948966 rad @@ -112785,7 +112609,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17446 + - uid: 17360 components: - type: Transform rot: -1.5707963267948966 rad @@ -112793,7 +112617,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17447 + - uid: 17361 components: - type: Transform rot: -1.5707963267948966 rad @@ -112801,7 +112625,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17448 + - uid: 17362 components: - type: Transform rot: -1.5707963267948966 rad @@ -112809,7 +112633,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17449 + - uid: 17363 components: - type: Transform rot: -1.5707963267948966 rad @@ -112817,7 +112641,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17450 + - uid: 17364 components: - type: Transform rot: -1.5707963267948966 rad @@ -112825,7 +112649,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17451 + - uid: 17365 components: - type: Transform rot: -1.5707963267948966 rad @@ -112833,7 +112657,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17452 + - uid: 17366 components: - type: Transform rot: 3.141592653589793 rad @@ -112841,7 +112665,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17453 + - uid: 17367 components: - type: Transform rot: 3.141592653589793 rad @@ -112849,7 +112673,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17454 + - uid: 17368 components: - type: Transform rot: 3.141592653589793 rad @@ -112857,7 +112681,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17455 + - uid: 17369 components: - type: Transform rot: 3.141592653589793 rad @@ -112865,7 +112689,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17456 + - uid: 17370 components: - type: Transform rot: 3.141592653589793 rad @@ -112873,7 +112697,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17457 + - uid: 17371 components: - type: Transform rot: 3.141592653589793 rad @@ -112881,7 +112705,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17458 + - uid: 17372 components: - type: Transform rot: 3.141592653589793 rad @@ -112889,7 +112713,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17459 + - uid: 17373 components: - type: Transform rot: 3.141592653589793 rad @@ -112897,7 +112721,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17460 + - uid: 17374 components: - type: Transform rot: 3.141592653589793 rad @@ -112905,7 +112729,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17461 + - uid: 17375 components: - type: Transform rot: 3.141592653589793 rad @@ -112913,7 +112737,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17462 + - uid: 17376 components: - type: Transform rot: 3.141592653589793 rad @@ -112921,7 +112745,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17463 + - uid: 17377 components: - type: Transform rot: 3.141592653589793 rad @@ -112929,7 +112753,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17464 + - uid: 17378 components: - type: Transform rot: 3.141592653589793 rad @@ -112937,7 +112761,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17465 + - uid: 17379 components: - type: Transform rot: 3.141592653589793 rad @@ -112945,7 +112769,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17466 + - uid: 17380 components: - type: Transform rot: 3.141592653589793 rad @@ -112953,7 +112777,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17467 + - uid: 17381 components: - type: Transform rot: 3.141592653589793 rad @@ -112961,7 +112785,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17468 + - uid: 17382 components: - type: Transform rot: 3.141592653589793 rad @@ -112969,7 +112793,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17469 + - uid: 17383 components: - type: Transform rot: 3.141592653589793 rad @@ -112977,7 +112801,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17470 + - uid: 17384 components: - type: Transform rot: 3.141592653589793 rad @@ -112985,7 +112809,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17471 + - uid: 17385 components: - type: Transform rot: 3.141592653589793 rad @@ -112993,7 +112817,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17472 + - uid: 17386 components: - type: Transform rot: 3.141592653589793 rad @@ -113001,7 +112825,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17473 + - uid: 17387 components: - type: Transform rot: 3.141592653589793 rad @@ -113009,14 +112833,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17474 + - uid: 17388 components: - type: Transform pos: 50.5,-53.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17475 + - uid: 17389 components: - type: Transform rot: 3.141592653589793 rad @@ -113024,7 +112848,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17476 + - uid: 17390 components: - type: Transform rot: 3.141592653589793 rad @@ -113032,7 +112856,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17477 + - uid: 17391 components: - type: Transform rot: 1.5707963267948966 rad @@ -113040,7 +112864,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17478 + - uid: 17392 components: - type: Transform rot: 3.141592653589793 rad @@ -113048,7 +112872,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17479 + - uid: 17393 components: - type: Transform rot: 3.141592653589793 rad @@ -113056,7 +112880,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17480 + - uid: 17394 components: - type: Transform rot: 3.141592653589793 rad @@ -113064,7 +112888,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17481 + - uid: 17395 components: - type: Transform rot: 3.141592653589793 rad @@ -113072,7 +112896,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17482 + - uid: 17396 components: - type: Transform rot: -1.5707963267948966 rad @@ -113080,7 +112904,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17483 + - uid: 17397 components: - type: Transform rot: -1.5707963267948966 rad @@ -113088,7 +112912,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17484 + - uid: 17398 components: - type: Transform rot: -1.5707963267948966 rad @@ -113096,7 +112920,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17485 + - uid: 17399 components: - type: Transform rot: 3.141592653589793 rad @@ -113104,7 +112928,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17486 + - uid: 17400 components: - type: Transform rot: 3.141592653589793 rad @@ -113112,7 +112936,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17487 + - uid: 17401 components: - type: Transform rot: 3.141592653589793 rad @@ -113120,7 +112944,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17488 + - uid: 17402 components: - type: Transform rot: 3.141592653589793 rad @@ -113128,7 +112952,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17489 + - uid: 17403 components: - type: Transform rot: 3.141592653589793 rad @@ -113136,7 +112960,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17490 + - uid: 17404 components: - type: Transform rot: 3.141592653589793 rad @@ -113144,7 +112968,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17491 + - uid: 17405 components: - type: Transform rot: 3.141592653589793 rad @@ -113152,7 +112976,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17492 + - uid: 17406 components: - type: Transform rot: 3.141592653589793 rad @@ -113160,7 +112984,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17493 + - uid: 17407 components: - type: Transform rot: 3.141592653589793 rad @@ -113168,7 +112992,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17494 + - uid: 17408 components: - type: Transform rot: -1.5707963267948966 rad @@ -113176,7 +113000,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17495 + - uid: 17409 components: - type: Transform rot: -1.5707963267948966 rad @@ -113184,7 +113008,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17496 + - uid: 17410 components: - type: Transform rot: -1.5707963267948966 rad @@ -113192,7 +113016,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17497 + - uid: 17411 components: - type: Transform rot: -1.5707963267948966 rad @@ -113200,7 +113024,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17498 + - uid: 17412 components: - type: Transform rot: -1.5707963267948966 rad @@ -113208,7 +113032,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17499 + - uid: 17413 components: - type: Transform rot: -1.5707963267948966 rad @@ -113216,7 +113040,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17500 + - uid: 17414 components: - type: Transform rot: -1.5707963267948966 rad @@ -113224,7 +113048,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17501 + - uid: 17415 components: - type: Transform rot: -1.5707963267948966 rad @@ -113232,7 +113056,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17502 + - uid: 17416 components: - type: Transform rot: -1.5707963267948966 rad @@ -113240,7 +113064,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17503 + - uid: 17417 components: - type: Transform rot: -1.5707963267948966 rad @@ -113248,7 +113072,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17504 + - uid: 17418 components: - type: Transform rot: -1.5707963267948966 rad @@ -113256,7 +113080,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17505 + - uid: 17419 components: - type: Transform rot: -1.5707963267948966 rad @@ -113264,7 +113088,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17506 + - uid: 17420 components: - type: Transform rot: -1.5707963267948966 rad @@ -113272,7 +113096,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17507 + - uid: 17421 components: - type: Transform rot: -1.5707963267948966 rad @@ -113280,7 +113104,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17508 + - uid: 17422 components: - type: Transform rot: -1.5707963267948966 rad @@ -113288,140 +113112,140 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17509 + - uid: 17423 components: - type: Transform pos: -18.5,-41.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17510 + - uid: 17424 components: - type: Transform pos: -18.5,-40.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17511 + - uid: 17425 components: - type: Transform pos: -18.5,-39.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17512 + - uid: 17426 components: - type: Transform pos: -18.5,-38.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17513 + - uid: 17427 components: - type: Transform pos: -18.5,-37.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17514 + - uid: 17428 components: - type: Transform pos: -18.5,-36.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17515 + - uid: 17429 components: - type: Transform pos: -18.5,-35.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17516 + - uid: 17430 components: - type: Transform pos: -18.5,-34.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17517 + - uid: 17431 components: - type: Transform pos: -18.5,-33.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17518 + - uid: 17432 components: - type: Transform pos: -18.5,-32.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17519 + - uid: 17433 components: - type: Transform pos: -20.5,-34.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17520 + - uid: 17434 components: - type: Transform pos: -20.5,-35.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17521 + - uid: 17435 components: - type: Transform pos: -20.5,-36.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17522 + - uid: 17436 components: - type: Transform pos: -20.5,-37.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17523 + - uid: 17437 components: - type: Transform pos: -20.5,-38.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17524 + - uid: 17438 components: - type: Transform pos: -20.5,-39.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17525 + - uid: 17439 components: - type: Transform pos: -20.5,-40.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17526 + - uid: 17440 components: - type: Transform pos: -18.5,-44.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17527 + - uid: 17441 components: - type: Transform pos: -18.5,-45.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17528 + - uid: 17442 components: - type: Transform rot: 3.141592653589793 rad @@ -113429,7 +113253,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17529 + - uid: 17443 components: - type: Transform rot: 3.141592653589793 rad @@ -113437,7 +113261,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17530 + - uid: 17444 components: - type: Transform rot: 3.141592653589793 rad @@ -113445,7 +113269,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17531 + - uid: 17445 components: - type: Transform rot: 3.141592653589793 rad @@ -113453,7 +113277,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17532 + - uid: 17446 components: - type: Transform rot: 1.5707963267948966 rad @@ -113461,7 +113285,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17533 + - uid: 17447 components: - type: Transform rot: 3.141592653589793 rad @@ -113469,7 +113293,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17534 + - uid: 17448 components: - type: Transform rot: 3.141592653589793 rad @@ -113477,7 +113301,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17535 + - uid: 17449 components: - type: Transform rot: 3.141592653589793 rad @@ -113485,7 +113309,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17536 + - uid: 17450 components: - type: Transform rot: 3.141592653589793 rad @@ -113493,7 +113317,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17537 + - uid: 17451 components: - type: Transform rot: 1.5707963267948966 rad @@ -113501,7 +113325,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17538 + - uid: 17452 components: - type: Transform rot: 1.5707963267948966 rad @@ -113509,35 +113333,35 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17539 + - uid: 17453 components: - type: Transform pos: 38.5,-70.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17540 + - uid: 17454 components: - type: Transform pos: 38.5,-69.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17541 + - uid: 17455 components: - type: Transform pos: 40.5,-69.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17542 + - uid: 17456 components: - type: Transform pos: 40.5,-70.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17543 + - uid: 17457 components: - type: Transform rot: 1.5707963267948966 rad @@ -113545,7 +113369,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17544 + - uid: 17458 components: - type: Transform rot: 1.5707963267948966 rad @@ -113553,7 +113377,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17545 + - uid: 17459 components: - type: Transform rot: 1.5707963267948966 rad @@ -113561,7 +113385,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17546 + - uid: 17460 components: - type: Transform rot: 3.141592653589793 rad @@ -113569,7 +113393,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17547 + - uid: 17461 components: - type: Transform rot: 3.141592653589793 rad @@ -113577,7 +113401,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17548 + - uid: 17462 components: - type: Transform rot: 1.5707963267948966 rad @@ -113585,7 +113409,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17549 + - uid: 17463 components: - type: Transform rot: 3.141592653589793 rad @@ -113593,7 +113417,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17550 + - uid: 17464 components: - type: Transform rot: 1.5707963267948966 rad @@ -113601,7 +113425,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17551 + - uid: 17465 components: - type: Transform rot: 3.141592653589793 rad @@ -113609,7 +113433,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17552 + - uid: 17466 components: - type: Transform rot: 3.141592653589793 rad @@ -113617,7 +113441,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17553 + - uid: 17467 components: - type: Transform rot: 3.141592653589793 rad @@ -113625,7 +113449,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17554 + - uid: 17468 components: - type: Transform rot: 3.141592653589793 rad @@ -113633,55 +113457,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17555 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-59.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 17556 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-58.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 17557 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-60.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 17558 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-59.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 17559 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-58.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 17560 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-57.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 17561 + - uid: 17469 components: - type: Transform rot: 3.141592653589793 rad @@ -113689,14 +113465,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17562 + - uid: 17470 components: - type: Transform pos: -31.5,-12.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17563 + - uid: 17471 components: - type: Transform rot: 1.5707963267948966 rad @@ -113704,7 +113480,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17564 + - uid: 17472 components: - type: Transform rot: 1.5707963267948966 rad @@ -113712,7 +113488,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17565 + - uid: 17473 components: - type: Transform rot: -1.5707963267948966 rad @@ -113720,7 +113496,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17566 + - uid: 17474 components: - type: Transform rot: -1.5707963267948966 rad @@ -113728,28 +113504,28 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17567 + - uid: 17475 components: - type: Transform pos: -31.5,-18.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17568 + - uid: 17476 components: - type: Transform pos: -31.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17569 + - uid: 17477 components: - type: Transform pos: -31.5,-14.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17570 + - uid: 17478 components: - type: Transform rot: 3.141592653589793 rad @@ -113757,7 +113533,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17571 + - uid: 17479 components: - type: Transform rot: 3.141592653589793 rad @@ -113765,7 +113541,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17572 + - uid: 17480 components: - type: Transform rot: 3.141592653589793 rad @@ -113773,7 +113549,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17573 + - uid: 17481 components: - type: Transform rot: 3.141592653589793 rad @@ -113781,7 +113557,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17574 + - uid: 17482 components: - type: Transform rot: 3.141592653589793 rad @@ -113789,7 +113565,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17575 + - uid: 17483 components: - type: Transform rot: 1.5707963267948966 rad @@ -113797,7 +113573,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17576 + - uid: 17484 components: - type: Transform rot: 1.5707963267948966 rad @@ -113805,7 +113581,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17577 + - uid: 17485 components: - type: Transform rot: 1.5707963267948966 rad @@ -113813,7 +113589,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17578 + - uid: 17486 components: - type: Transform rot: 1.5707963267948966 rad @@ -113821,7 +113597,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17579 + - uid: 17487 components: - type: Transform rot: 1.5707963267948966 rad @@ -113829,7 +113605,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17580 + - uid: 17488 components: - type: Transform rot: 1.5707963267948966 rad @@ -113837,112 +113613,112 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17581 + - uid: 17489 components: - type: Transform pos: -32.5,-18.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17582 + - uid: 17490 components: - type: Transform pos: -32.5,-19.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17583 + - uid: 17491 components: - type: Transform pos: -32.5,-20.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17584 + - uid: 17492 components: - type: Transform pos: -31.5,-19.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17585 + - uid: 17493 components: - type: Transform pos: -31.5,-20.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17586 + - uid: 17494 components: - type: Transform pos: -31.5,-21.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17587 + - uid: 17495 components: - type: Transform pos: -32.5,-21.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17588 + - uid: 17496 components: - type: Transform pos: -32.5,-22.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17589 + - uid: 17497 components: - type: Transform pos: -32.5,-23.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17590 + - uid: 17498 components: - type: Transform pos: -32.5,-24.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17591 + - uid: 17499 components: - type: Transform pos: -31.5,-22.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17592 + - uid: 17500 components: - type: Transform pos: -31.5,-23.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17593 + - uid: 17501 components: - type: Transform pos: -31.5,-24.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17594 + - uid: 17502 components: - type: Transform pos: -31.5,-25.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17595 + - uid: 17503 components: - type: Transform pos: -31.5,-26.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17596 + - uid: 17504 components: - type: Transform rot: 3.141592653589793 rad @@ -113950,7 +113726,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17597 + - uid: 17505 components: - type: Transform rot: 3.141592653589793 rad @@ -113958,7 +113734,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17598 + - uid: 17506 components: - type: Transform rot: 3.141592653589793 rad @@ -113966,7 +113742,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17599 + - uid: 17507 components: - type: Transform rot: 3.141592653589793 rad @@ -113974,7 +113750,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17600 + - uid: 17508 components: - type: Transform rot: 3.141592653589793 rad @@ -113982,7 +113758,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17601 + - uid: 17509 components: - type: Transform rot: 3.141592653589793 rad @@ -113990,7 +113766,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17602 + - uid: 17510 components: - type: Transform rot: 3.141592653589793 rad @@ -113998,7 +113774,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17603 + - uid: 17511 components: - type: Transform rot: 3.141592653589793 rad @@ -114006,7 +113782,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17604 + - uid: 17512 components: - type: Transform rot: 1.5707963267948966 rad @@ -114014,7 +113790,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17605 + - uid: 17513 components: - type: Transform rot: 1.5707963267948966 rad @@ -114022,7 +113798,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17606 + - uid: 17514 components: - type: Transform rot: 1.5707963267948966 rad @@ -114030,7 +113806,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17607 + - uid: 17515 components: - type: Transform rot: -1.5707963267948966 rad @@ -114038,7 +113814,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17608 + - uid: 17516 components: - type: Transform rot: -1.5707963267948966 rad @@ -114046,7 +113822,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17609 + - uid: 17517 components: - type: Transform rot: -1.5707963267948966 rad @@ -114054,7 +113830,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17610 + - uid: 17518 components: - type: Transform rot: -1.5707963267948966 rad @@ -114062,7 +113838,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17611 + - uid: 17519 components: - type: Transform rot: -1.5707963267948966 rad @@ -114070,7 +113846,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17612 + - uid: 17520 components: - type: Transform rot: -1.5707963267948966 rad @@ -114078,7 +113854,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17613 + - uid: 17521 components: - type: Transform rot: -1.5707963267948966 rad @@ -114086,7 +113862,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17614 + - uid: 17522 components: - type: Transform rot: -1.5707963267948966 rad @@ -114094,7 +113870,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17615 + - uid: 17523 components: - type: Transform rot: -1.5707963267948966 rad @@ -114102,7 +113878,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17616 + - uid: 17524 components: - type: Transform rot: -1.5707963267948966 rad @@ -114110,70 +113886,70 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17617 + - uid: 17525 components: - type: Transform pos: -42.5,-11.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17618 + - uid: 17526 components: - type: Transform pos: -42.5,-12.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17619 + - uid: 17527 components: - type: Transform pos: -42.5,-13.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17620 + - uid: 17528 components: - type: Transform pos: -42.5,-14.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17621 + - uid: 17529 components: - type: Transform pos: -41.5,-12.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17622 + - uid: 17530 components: - type: Transform pos: -41.5,-13.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17623 + - uid: 17531 components: - type: Transform pos: -41.5,-14.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17624 + - uid: 17532 components: - type: Transform pos: -41.5,-15.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17625 + - uid: 17533 components: - type: Transform pos: -20.5,12.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17626 + - uid: 17534 components: - type: Transform rot: -1.5707963267948966 rad @@ -114181,7 +113957,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17627 + - uid: 17535 components: - type: Transform rot: -1.5707963267948966 rad @@ -114189,7 +113965,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17628 + - uid: 17536 components: - type: Transform rot: -1.5707963267948966 rad @@ -114197,7 +113973,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17629 + - uid: 17537 components: - type: Transform rot: -1.5707963267948966 rad @@ -114205,7 +113981,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17630 + - uid: 17538 components: - type: Transform rot: -1.5707963267948966 rad @@ -114213,7 +113989,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17631 + - uid: 17539 components: - type: Transform rot: -1.5707963267948966 rad @@ -114221,7 +113997,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17632 + - uid: 17540 components: - type: Transform rot: -1.5707963267948966 rad @@ -114229,7 +114005,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17633 + - uid: 17541 components: - type: Transform rot: -1.5707963267948966 rad @@ -114237,7 +114013,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17634 + - uid: 17542 components: - type: Transform rot: -1.5707963267948966 rad @@ -114245,7 +114021,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17635 + - uid: 17543 components: - type: Transform rot: -1.5707963267948966 rad @@ -114253,7 +114029,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17636 + - uid: 17544 components: - type: Transform rot: 3.141592653589793 rad @@ -114261,7 +114037,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17637 + - uid: 17545 components: - type: Transform rot: 3.141592653589793 rad @@ -114269,7 +114045,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17638 + - uid: 17546 components: - type: Transform rot: 3.141592653589793 rad @@ -114277,7 +114053,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17639 + - uid: 17547 components: - type: Transform rot: 3.141592653589793 rad @@ -114285,7 +114061,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17640 + - uid: 17548 components: - type: Transform rot: 3.141592653589793 rad @@ -114293,7 +114069,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17641 + - uid: 17549 components: - type: Transform rot: 3.141592653589793 rad @@ -114301,7 +114077,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17642 + - uid: 17550 components: - type: Transform rot: 3.141592653589793 rad @@ -114309,7 +114085,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17643 + - uid: 17551 components: - type: Transform rot: 3.141592653589793 rad @@ -114317,7 +114093,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17644 + - uid: 17552 components: - type: Transform rot: 3.141592653589793 rad @@ -114325,7 +114101,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17645 + - uid: 17553 components: - type: Transform rot: 3.141592653589793 rad @@ -114333,7 +114109,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17646 + - uid: 17554 components: - type: Transform rot: 3.141592653589793 rad @@ -114341,7 +114117,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17647 + - uid: 17555 components: - type: Transform rot: 3.141592653589793 rad @@ -114349,7 +114125,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17648 + - uid: 17556 components: - type: Transform rot: 3.141592653589793 rad @@ -114357,7 +114133,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17649 + - uid: 17557 components: - type: Transform rot: 3.141592653589793 rad @@ -114365,7 +114141,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17650 + - uid: 17558 components: - type: Transform rot: 3.141592653589793 rad @@ -114373,7 +114149,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17651 + - uid: 17559 components: - type: Transform rot: 3.141592653589793 rad @@ -114381,7 +114157,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17652 + - uid: 17560 components: - type: Transform rot: 3.141592653589793 rad @@ -114389,7 +114165,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17653 + - uid: 17561 components: - type: Transform rot: 3.141592653589793 rad @@ -114397,7 +114173,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17654 + - uid: 17562 components: - type: Transform rot: -1.5707963267948966 rad @@ -114405,7 +114181,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17655 + - uid: 17563 components: - type: Transform rot: -1.5707963267948966 rad @@ -114413,7 +114189,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17656 + - uid: 17564 components: - type: Transform rot: -1.5707963267948966 rad @@ -114421,7 +114197,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17657 + - uid: 17565 components: - type: Transform rot: 3.141592653589793 rad @@ -114429,7 +114205,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17658 + - uid: 17566 components: - type: Transform rot: 3.141592653589793 rad @@ -114437,7 +114213,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17659 + - uid: 17567 components: - type: Transform rot: 1.5707963267948966 rad @@ -114445,7 +114221,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17660 + - uid: 17568 components: - type: Transform rot: 1.5707963267948966 rad @@ -114453,7 +114229,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17661 + - uid: 17569 components: - type: Transform rot: 1.5707963267948966 rad @@ -114461,7 +114237,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17662 + - uid: 17570 components: - type: Transform rot: 1.5707963267948966 rad @@ -114469,7 +114245,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17663 + - uid: 17571 components: - type: Transform rot: 3.141592653589793 rad @@ -114477,7 +114253,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17664 + - uid: 17572 components: - type: Transform rot: 3.141592653589793 rad @@ -114485,7 +114261,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17665 + - uid: 17573 components: - type: Transform rot: 3.141592653589793 rad @@ -114493,7 +114269,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17666 + - uid: 17574 components: - type: Transform rot: 1.5707963267948966 rad @@ -114501,7 +114277,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17667 + - uid: 17575 components: - type: Transform rot: 1.5707963267948966 rad @@ -114509,7 +114285,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17668 + - uid: 17576 components: - type: Transform rot: 1.5707963267948966 rad @@ -114517,7 +114293,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17669 + - uid: 17577 components: - type: Transform rot: 1.5707963267948966 rad @@ -114525,7 +114301,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17670 + - uid: 17578 components: - type: Transform rot: 1.5707963267948966 rad @@ -114533,7 +114309,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17671 + - uid: 17579 components: - type: Transform rot: 1.5707963267948966 rad @@ -114541,7 +114317,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17672 + - uid: 17580 components: - type: Transform rot: 1.5707963267948966 rad @@ -114549,7 +114325,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17673 + - uid: 17581 components: - type: Transform rot: 1.5707963267948966 rad @@ -114557,7 +114333,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17674 + - uid: 17582 components: - type: Transform rot: 1.5707963267948966 rad @@ -114565,7 +114341,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17675 + - uid: 17583 components: - type: Transform rot: 1.5707963267948966 rad @@ -114573,7 +114349,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17676 + - uid: 17584 components: - type: Transform rot: 1.5707963267948966 rad @@ -114581,7 +114357,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17677 + - uid: 17585 components: - type: Transform rot: 1.5707963267948966 rad @@ -114589,7 +114365,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17678 + - uid: 17586 components: - type: Transform rot: 1.5707963267948966 rad @@ -114597,7 +114373,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17679 + - uid: 17587 components: - type: Transform rot: 1.5707963267948966 rad @@ -114605,119 +114381,119 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17680 + - uid: 17588 components: - type: Transform pos: -53.5,-6.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17681 + - uid: 17589 components: - type: Transform pos: -53.5,-7.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17682 + - uid: 17590 components: - type: Transform pos: -53.5,-8.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17683 + - uid: 17591 components: - type: Transform pos: -53.5,-9.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17684 + - uid: 17592 components: - type: Transform pos: -53.5,-10.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17685 + - uid: 17593 components: - type: Transform pos: -53.5,-11.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17686 + - uid: 17594 components: - type: Transform pos: -53.5,-12.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17687 + - uid: 17595 components: - type: Transform pos: -52.5,-7.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17688 + - uid: 17596 components: - type: Transform pos: -52.5,-8.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17689 + - uid: 17597 components: - type: Transform pos: -52.5,-9.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17690 + - uid: 17598 components: - type: Transform pos: -52.5,-10.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17691 + - uid: 17599 components: - type: Transform pos: -52.5,-11.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17692 + - uid: 17600 components: - type: Transform pos: -52.5,-12.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17693 + - uid: 17601 components: - type: Transform pos: -52.5,-13.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17694 + - uid: 17602 components: - type: Transform pos: -52.5,-14.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17695 + - uid: 17603 components: - type: Transform pos: -52.5,-15.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17696 + - uid: 17604 components: - type: Transform rot: 3.141592653589793 rad @@ -114725,7 +114501,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17697 + - uid: 17605 components: - type: Transform rot: 3.141592653589793 rad @@ -114733,7 +114509,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17698 + - uid: 17606 components: - type: Transform rot: 3.141592653589793 rad @@ -114741,7 +114517,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17699 + - uid: 17607 components: - type: Transform rot: 3.141592653589793 rad @@ -114749,7 +114525,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17700 + - uid: 17608 components: - type: Transform rot: 3.141592653589793 rad @@ -114757,7 +114533,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17701 + - uid: 17609 components: - type: Transform rot: 1.5707963267948966 rad @@ -114765,7 +114541,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17702 + - uid: 17610 components: - type: Transform rot: 1.5707963267948966 rad @@ -114773,56 +114549,56 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17703 + - uid: 17611 components: - type: Transform pos: -50.5,-18.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17704 + - uid: 17612 components: - type: Transform pos: -50.5,-20.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17705 + - uid: 17613 components: - type: Transform pos: -50.5,-21.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17706 + - uid: 17614 components: - type: Transform pos: -51.5,-20.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17707 + - uid: 17615 components: - type: Transform pos: -51.5,-21.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17708 + - uid: 17616 components: - type: Transform pos: -51.5,-22.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17709 + - uid: 17617 components: - type: Transform pos: -47.5,-21.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17710 + - uid: 17618 components: - type: Transform rot: 1.5707963267948966 rad @@ -114830,7 +114606,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17711 + - uid: 17619 components: - type: Transform rot: 1.5707963267948966 rad @@ -114838,7 +114614,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17712 + - uid: 17620 components: - type: Transform rot: 3.141592653589793 rad @@ -114846,7 +114622,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17713 + - uid: 17621 components: - type: Transform rot: -1.5707963267948966 rad @@ -114854,7 +114630,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17714 + - uid: 17622 components: - type: Transform rot: -1.5707963267948966 rad @@ -114862,77 +114638,77 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17715 + - uid: 17623 components: - type: Transform pos: -53.5,-20.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17716 + - uid: 17624 components: - type: Transform pos: -53.5,-21.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17717 + - uid: 17625 components: - type: Transform pos: -53.5,-22.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17718 + - uid: 17626 components: - type: Transform pos: -53.5,-23.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17719 + - uid: 17627 components: - type: Transform pos: -53.5,-24.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17720 + - uid: 17628 components: - type: Transform pos: -54.5,-18.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17721 + - uid: 17629 components: - type: Transform pos: -54.5,-19.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17722 + - uid: 17630 components: - type: Transform pos: -54.5,-20.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17723 + - uid: 17631 components: - type: Transform pos: -54.5,-21.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17724 + - uid: 17632 components: - type: Transform pos: -54.5,-22.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17725 + - uid: 17633 components: - type: Transform rot: -1.5707963267948966 rad @@ -114940,7 +114716,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17726 + - uid: 17634 components: - type: Transform rot: 1.5707963267948966 rad @@ -114948,7 +114724,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17727 + - uid: 17635 components: - type: Transform rot: 1.5707963267948966 rad @@ -114956,7 +114732,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17728 + - uid: 17636 components: - type: Transform rot: 1.5707963267948966 rad @@ -114964,7 +114740,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17729 + - uid: 17637 components: - type: Transform rot: 1.5707963267948966 rad @@ -114972,691 +114748,1393 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17730 + - uid: 17638 components: - type: Transform rot: 1.5707963267948966 rad pos: -58.5,-25.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 17639 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -55.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 17640 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -57.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 17641 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -58.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 17642 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -59.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 17643 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -61.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 17644 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -63.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 17645 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -64.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 17646 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -65.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 17647 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -66.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 17648 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -67.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 17649 + components: + - type: Transform + pos: -68.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 17650 + components: + - type: Transform + pos: -68.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 17651 + components: + - type: Transform + pos: -68.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 17652 + components: + - type: Transform + pos: -68.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 17653 + components: + - type: Transform + pos: -68.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 17654 + components: + - type: Transform + pos: -68.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 17655 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -60.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 17656 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -61.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 17657 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -62.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 17658 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -63.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 17659 + components: + - type: Transform + pos: -64.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 17660 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -64.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 17661 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -64.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 17662 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -64.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 17663 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,-42.5 + parent: 2 + - uid: 17664 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,-44.5 + parent: 2 + - uid: 17665 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,-46.5 + parent: 2 + - uid: 17666 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,-48.5 + parent: 2 + - uid: 17667 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,-50.5 + parent: 2 + - uid: 17668 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,-52.5 + parent: 2 + - uid: 17669 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,-54.5 + parent: 2 + - uid: 17670 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,-55.5 + parent: 2 + - uid: 17671 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -48.5,-55.5 + parent: 2 + - uid: 17672 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,-55.5 + parent: 2 + - uid: 17673 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,-53.5 + parent: 2 + - uid: 17674 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -48.5,-53.5 + parent: 2 + - uid: 17675 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,-53.5 + parent: 2 + - uid: 17676 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,-51.5 + parent: 2 + - uid: 17677 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -48.5,-51.5 + parent: 2 + - uid: 17678 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,-51.5 + parent: 2 + - uid: 17679 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,-49.5 + parent: 2 + - uid: 17680 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -48.5,-49.5 + parent: 2 + - uid: 17681 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,-49.5 + parent: 2 + - uid: 17682 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,-47.5 + parent: 2 + - uid: 17683 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -48.5,-47.5 + parent: 2 + - uid: 17684 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,-47.5 + parent: 2 + - uid: 17685 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,-45.5 + parent: 2 + - uid: 17686 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -48.5,-45.5 + parent: 2 + - uid: 17687 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,-45.5 + parent: 2 + - uid: 17688 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,-43.5 + parent: 2 + - uid: 17689 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -48.5,-43.5 + parent: 2 + - uid: 17690 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,-43.5 + parent: 2 + - uid: 17691 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,-52.5 + parent: 2 + - uid: 17692 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,-52.5 + parent: 2 + - uid: 17693 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,-54.5 + parent: 2 + - uid: 17694 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,-54.5 + parent: 2 + - uid: 17695 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,-50.5 + parent: 2 + - uid: 17696 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,-50.5 + parent: 2 + - uid: 17697 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,-48.5 + parent: 2 + - uid: 17698 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,-48.5 + parent: 2 + - uid: 17699 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,-46.5 + parent: 2 + - uid: 17700 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,-46.5 + parent: 2 + - uid: 17701 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,-44.5 + parent: 2 + - uid: 17702 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,-44.5 + parent: 2 + - uid: 17703 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,-42.5 + parent: 2 + - uid: 17704 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,-42.5 + parent: 2 + - uid: 17705 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,-55.5 + parent: 2 + - uid: 17706 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,-55.5 + parent: 2 + - uid: 17707 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,-53.5 + parent: 2 + - uid: 17708 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,-53.5 + parent: 2 + - uid: 17709 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,-53.5 + parent: 2 + - uid: 17710 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,-51.5 + parent: 2 + - uid: 17711 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,-51.5 + parent: 2 + - uid: 17712 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,-51.5 + parent: 2 + - uid: 17713 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,-49.5 + parent: 2 + - uid: 17714 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,-49.5 + parent: 2 + - uid: 17715 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,-49.5 + parent: 2 + - uid: 17716 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,-47.5 + parent: 2 + - uid: 17717 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,-47.5 + parent: 2 + - uid: 17718 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,-47.5 + parent: 2 + - uid: 17719 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,-45.5 + parent: 2 + - uid: 17720 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,-45.5 + parent: 2 + - uid: 17721 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,-45.5 + parent: 2 + - uid: 17722 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,-43.5 + parent: 2 + - uid: 17723 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,-43.5 + parent: 2 + - uid: 17724 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,-43.5 + parent: 2 + - uid: 17725 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -42.5,-54.5 + parent: 2 + - uid: 17726 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,-54.5 + parent: 2 + - uid: 17727 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,-53.5 + parent: 2 + - uid: 17728 + components: + - type: Transform + pos: -42.5,-50.5 + parent: 2 + - uid: 17729 + components: + - type: Transform + pos: -42.5,-48.5 + parent: 2 + - uid: 17730 + components: + - type: Transform + pos: -42.5,-46.5 + parent: 2 - uid: 17731 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,-23.5 + pos: -42.5,-44.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 17732 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -57.5,-23.5 + pos: -42.5,-42.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 17733 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -58.5,-23.5 + pos: -44.5,-43.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 17734 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -59.5,-23.5 + pos: -44.5,-45.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 17735 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,-23.5 + pos: -44.5,-47.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 17736 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -63.5,-23.5 + pos: -44.5,-49.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 17737 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,-23.5 + pos: -44.5,-51.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 17738 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -65.5,-23.5 + pos: -44.5,-53.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 17739 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -66.5,-23.5 + pos: -44.5,-55.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 17740 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -67.5,-23.5 + pos: -44.5,-56.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 17741 components: - type: Transform - pos: -68.5,-24.5 + rot: 1.5707963267948966 rad + pos: -43.5,-57.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 17742 components: - type: Transform - pos: -68.5,-25.5 + rot: 1.5707963267948966 rad + pos: -42.5,-57.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 17743 components: - type: Transform - pos: -68.5,-26.5 + rot: 1.5707963267948966 rad + pos: -41.5,-57.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 17744 components: - type: Transform - pos: -68.5,-28.5 + rot: 1.5707963267948966 rad + pos: -40.5,-57.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 17745 components: - type: Transform - pos: -68.5,-29.5 + rot: 1.5707963267948966 rad + pos: -41.5,-55.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#03FCD3FF' - uid: 17746 components: - type: Transform - pos: -68.5,-30.5 + rot: 1.5707963267948966 rad + pos: -36.5,-57.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 17747 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -60.5,-25.5 + rot: 3.141592653589793 rad + pos: -42.5,-39.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 17748 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,-25.5 + rot: 3.141592653589793 rad + pos: -42.5,-38.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 17749 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -62.5,-25.5 + rot: 3.141592653589793 rad + pos: -42.5,-37.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 17750 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -63.5,-25.5 + rot: 3.141592653589793 rad + pos: -42.5,-36.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 17751 components: - type: Transform - pos: -64.5,-26.5 + rot: 3.141592653589793 rad + pos: -38.5,-59.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 17752 components: - type: Transform rot: 3.141592653589793 rad - pos: -64.5,-28.5 + pos: -40.5,-52.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#947507FF' - uid: 17753 components: - type: Transform rot: 3.141592653589793 rad - pos: -64.5,-29.5 + pos: -37.5,-52.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#947507FF' - uid: 17754 components: - type: Transform - rot: 3.141592653589793 rad - pos: -64.5,-30.5 + rot: 1.5707963267948966 rad + pos: -37.5,-55.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 17755 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,-42.5 + rot: -1.5707963267948966 rad + pos: -38.5,-55.5 parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 17756 components: - type: Transform rot: 1.5707963267948966 rad - pos: -47.5,-44.5 + pos: -39.5,-48.5 parent: 2 + - type: AtmosPipeColor + color: '#947507FF' - uid: 17757 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,-46.5 + rot: 3.141592653589793 rad + pos: -38.5,-47.5 parent: 2 + - type: AtmosPipeColor + color: '#947507FF' - uid: 17758 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,-48.5 + rot: 3.141592653589793 rad + pos: -38.5,-46.5 parent: 2 + - type: AtmosPipeColor + color: '#947507FF' - uid: 17759 components: - type: Transform rot: 1.5707963267948966 rad - pos: -47.5,-50.5 + pos: -35.5,-57.5 parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 17760 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,-52.5 + pos: -31.5,-31.5 parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 17761 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,-54.5 + pos: -32.5,-31.5 parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 17762 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,-55.5 + pos: -32.5,-32.5 parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 17763 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,-55.5 + pos: -31.5,-32.5 parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 17764 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,-55.5 + rot: 3.141592653589793 rad + pos: -31.5,-33.5 parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 17765 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,-53.5 + rot: 3.141592653589793 rad + pos: -32.5,-34.5 parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 17766 components: - type: Transform rot: 1.5707963267948966 rad - pos: -48.5,-53.5 + pos: -31.5,-33.5 parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 17767 components: - type: Transform rot: 1.5707963267948966 rad - pos: -47.5,-53.5 + pos: -30.5,-33.5 parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 17768 components: - type: Transform rot: 1.5707963267948966 rad - pos: -49.5,-51.5 + pos: -29.5,-33.5 parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 17769 components: - type: Transform rot: 1.5707963267948966 rad - pos: -48.5,-51.5 + pos: -28.5,-33.5 parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 17770 components: - type: Transform rot: 1.5707963267948966 rad - pos: -47.5,-51.5 + pos: -27.5,-33.5 parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 17771 components: - type: Transform rot: 1.5707963267948966 rad - pos: -49.5,-49.5 + pos: -26.5,-33.5 parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 17772 components: - type: Transform rot: 1.5707963267948966 rad - pos: -48.5,-49.5 + pos: -25.5,-33.5 parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 17773 components: - type: Transform rot: 1.5707963267948966 rad - pos: -47.5,-49.5 + pos: -34.5,-33.5 parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 17774 components: - type: Transform rot: 1.5707963267948966 rad - pos: -49.5,-47.5 + pos: -35.5,-33.5 parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 17775 components: - type: Transform rot: 1.5707963267948966 rad - pos: -48.5,-47.5 + pos: -36.5,-33.5 parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 17776 components: - type: Transform rot: 1.5707963267948966 rad - pos: -47.5,-47.5 + pos: -37.5,-33.5 parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 17777 components: - type: Transform rot: 1.5707963267948966 rad - pos: -49.5,-45.5 + pos: -32.5,-34.5 parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 17778 components: - type: Transform rot: 1.5707963267948966 rad - pos: -48.5,-45.5 + pos: -33.5,-34.5 parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 17779 components: - type: Transform rot: 1.5707963267948966 rad - pos: -47.5,-45.5 + pos: -34.5,-34.5 parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 17780 components: - type: Transform rot: 1.5707963267948966 rad - pos: -49.5,-43.5 + pos: -35.5,-34.5 parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 17781 components: - type: Transform rot: 1.5707963267948966 rad - pos: -48.5,-43.5 + pos: -36.5,-34.5 parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 17782 components: - type: Transform rot: 1.5707963267948966 rad - pos: -47.5,-43.5 + pos: -37.5,-34.5 parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 17783 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,-52.5 + pos: -32.5,-35.5 parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 17784 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,-52.5 + pos: -32.5,-36.5 parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 17785 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,-54.5 + pos: -32.5,-39.5 parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 17786 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,-54.5 + pos: -31.5,-35.5 parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 17787 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,-50.5 + pos: -31.5,-36.5 parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 17788 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,-50.5 + pos: -31.5,-38.5 parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 17789 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,-48.5 + pos: -31.5,-37.5 parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 17790 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,-48.5 + pos: -31.5,-40.5 parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 17791 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,-46.5 + pos: -32.5,-38.5 parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 17792 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,-46.5 + rot: -1.5707963267948966 rad + pos: -29.5,-34.5 parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 17793 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,-44.5 + rot: -1.5707963267948966 rad + pos: -28.5,-34.5 parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 17794 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,-44.5 + rot: -1.5707963267948966 rad + pos: -27.5,-34.5 parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 17795 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,-42.5 + rot: -1.5707963267948966 rad + pos: -26.5,-34.5 parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 17796 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,-42.5 + rot: -1.5707963267948966 rad + pos: -25.5,-34.5 parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 17797 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,-55.5 + rot: -1.5707963267948966 rad + pos: -24.5,-34.5 parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 17798 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,-55.5 + pos: -37.5,-55.5 parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 17799 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,-53.5 + pos: -37.5,-56.5 parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 17800 components: - type: Transform rot: 1.5707963267948966 rad - pos: -45.5,-53.5 + pos: -36.5,-55.5 parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 17801 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,-53.5 + rot: 3.141592653589793 rad + pos: -35.5,-54.5 parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 17802 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,-51.5 + rot: 3.141592653589793 rad + pos: -35.5,-52.5 parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 17803 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,-51.5 + rot: 3.141592653589793 rad + pos: -35.5,-51.5 parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 17804 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,-51.5 + rot: 3.141592653589793 rad + pos: -35.5,-50.5 parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 17805 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,-49.5 + rot: 3.141592653589793 rad + pos: -35.5,-49.5 parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 17806 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,-49.5 + rot: 3.141592653589793 rad + pos: -35.5,-48.5 parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 17807 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,-49.5 + rot: 3.141592653589793 rad + pos: -35.5,-47.5 parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 17808 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,-47.5 + rot: 3.141592653589793 rad + pos: -35.5,-46.5 parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 17809 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,-47.5 + rot: 3.141592653589793 rad + pos: -35.5,-45.5 parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 17810 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,-47.5 + rot: 3.141592653589793 rad + pos: -35.5,-43.5 parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 17811 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,-45.5 + rot: 3.141592653589793 rad + pos: -35.5,-42.5 parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 17812 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,-45.5 + rot: 3.141592653589793 rad + pos: -34.5,-56.5 parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 17813 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,-45.5 + rot: 3.141592653589793 rad + pos: -34.5,-55.5 parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 17814 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,-43.5 + rot: 3.141592653589793 rad + pos: -34.5,-54.5 parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 17815 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,-43.5 + rot: 3.141592653589793 rad + pos: -34.5,-53.5 parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 17816 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,-43.5 + rot: 3.141592653589793 rad + pos: -34.5,-52.5 parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 17817 components: - type: Transform rot: 3.141592653589793 rad - pos: -42.5,-54.5 + pos: -34.5,-51.5 parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 17818 components: - type: Transform rot: 3.141592653589793 rad - pos: -43.5,-54.5 + pos: -34.5,-50.5 parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 17819 components: - type: Transform rot: 3.141592653589793 rad - pos: -43.5,-53.5 + pos: -34.5,-49.5 parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 17820 components: - type: Transform - pos: -42.5,-50.5 + rot: 3.141592653589793 rad + pos: -34.5,-48.5 parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 17821 components: - type: Transform - pos: -42.5,-48.5 + rot: 3.141592653589793 rad + pos: -34.5,-47.5 parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 17822 components: - type: Transform - pos: -42.5,-46.5 + rot: 3.141592653589793 rad + pos: -34.5,-46.5 parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 17823 components: - type: Transform - pos: -42.5,-44.5 + rot: -1.5707963267948966 rad + pos: -33.5,-40.5 parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 17824 components: - type: Transform - pos: -42.5,-42.5 + pos: -34.5,-41.5 parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 17825 components: - type: Transform - pos: -44.5,-43.5 + rot: -1.5707963267948966 rad + pos: -34.5,-41.5 parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 17826 components: - type: Transform - pos: -44.5,-45.5 + rot: -1.5707963267948966 rad + pos: -33.5,-41.5 parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 17827 components: - type: Transform - pos: -44.5,-47.5 + rot: -1.5707963267948966 rad + pos: -32.5,-41.5 parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 17828 components: - type: Transform - pos: -44.5,-49.5 + pos: -38.5,-44.5 parent: 2 + - type: AtmosPipeColor + color: '#947507FF' - uid: 17829 components: - type: Transform - pos: -44.5,-51.5 + pos: -38.5,-43.5 parent: 2 + - type: AtmosPipeColor + color: '#947507FF' - uid: 17830 components: - type: Transform - pos: -44.5,-53.5 + pos: -38.5,-41.5 parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 17831 components: - type: Transform - pos: -44.5,-55.5 + pos: -38.5,-40.5 parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 17832 components: - type: Transform - pos: -44.5,-56.5 + pos: -38.5,-39.5 parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 17833 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,-57.5 + pos: -38.5,-38.5 parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 17834 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,-57.5 + pos: -38.5,-37.5 parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 17835 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,-57.5 + pos: -38.5,-36.5 parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 17836 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,-57.5 + rot: -1.5707963267948966 rad + pos: -39.5,-35.5 parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 17837 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,-55.5 + rot: -1.5707963267948966 rad + pos: -41.5,-34.5 parent: 2 - type: AtmosPipeColor - color: '#03FCD3FF' + color: '#990000FF' - uid: 17838 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,-57.5 + rot: -1.5707963267948966 rad + pos: -42.5,-34.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' @@ -115664,53 +116142,63 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: -42.5,-39.5 + pos: -41.5,-8.5 parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 17840 components: - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,-38.5 + rot: -1.5707963267948966 rad + pos: -23.5,-57.5 parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 17841 components: - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,-37.5 + rot: -1.5707963267948966 rad + pos: -22.5,-57.5 parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 17842 components: - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,-36.5 + rot: -1.5707963267948966 rad + pos: -20.5,-57.5 parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 17843 components: - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,-59.5 + rot: -1.5707963267948966 rad + pos: -21.5,-57.5 parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 17844 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,-52.5 + rot: -1.5707963267948966 rad + pos: -19.5,-60.5 parent: 2 - type: AtmosPipeColor - color: '#947507FF' + color: '#0055CCFF' - uid: 17845 components: - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,-52.5 + rot: -1.5707963267948966 rad + pos: -19.5,-71.5 parent: 2 - type: AtmosPipeColor - color: '#947507FF' + color: '#0055CCFF' - uid: 17846 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,-55.5 + rot: -1.5707963267948966 rad + pos: -20.5,-71.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' @@ -115718,472 +116206,473 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: -38.5,-55.5 + pos: -21.5,-71.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 17848 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,-48.5 + rot: -1.5707963267948966 rad + pos: -22.5,-71.5 parent: 2 - type: AtmosPipeColor - color: '#947507FF' + color: '#0055CCFF' - uid: 17849 components: - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,-47.5 + rot: -1.5707963267948966 rad + pos: -23.5,-71.5 parent: 2 - type: AtmosPipeColor - color: '#947507FF' + color: '#0055CCFF' - uid: 17850 components: - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,-46.5 + rot: -1.5707963267948966 rad + pos: -24.5,-71.5 parent: 2 - type: AtmosPipeColor - color: '#947507FF' + color: '#0055CCFF' - uid: 17851 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,-57.5 + rot: -1.5707963267948966 rad + pos: -25.5,-71.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 17852 components: - type: Transform - pos: -31.5,-31.5 + rot: -1.5707963267948966 rad + pos: -26.5,-71.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 17853 components: - type: Transform - pos: -32.5,-31.5 + rot: 3.141592653589793 rad + pos: -28.5,-71.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 17854 components: - type: Transform - pos: -32.5,-32.5 + rot: -1.5707963267948966 rad + pos: -27.5,-71.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 17855 components: - type: Transform - pos: -31.5,-32.5 + rot: 3.141592653589793 rad + pos: -28.5,-70.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 17856 components: - type: Transform - rot: 3.141592653589793 rad - pos: -31.5,-33.5 + rot: -1.5707963267948966 rad + pos: -31.5,-71.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 17857 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-34.5 + rot: -1.5707963267948966 rad + pos: -32.5,-71.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 17858 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,-33.5 + rot: -1.5707963267948966 rad + pos: -33.5,-71.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 17859 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,-33.5 + rot: -1.5707963267948966 rad + pos: -34.5,-71.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 17860 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,-33.5 + rot: -1.5707963267948966 rad + pos: -35.5,-71.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 17861 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,-33.5 + rot: -1.5707963267948966 rad + pos: -36.5,-71.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 17862 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,-33.5 + rot: -1.5707963267948966 rad + pos: -37.5,-71.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 17863 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,-33.5 + rot: -1.5707963267948966 rad + pos: -38.5,-71.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 17864 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,-33.5 + rot: -1.5707963267948966 rad + pos: -39.5,-71.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 17865 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,-33.5 + rot: -1.5707963267948966 rad + pos: -21.5,-69.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 17866 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,-33.5 + rot: -1.5707963267948966 rad + pos: -22.5,-69.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 17867 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,-33.5 + rot: -1.5707963267948966 rad + pos: -23.5,-69.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 17868 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,-33.5 + rot: -1.5707963267948966 rad + pos: -24.5,-69.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 17869 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,-34.5 + rot: -1.5707963267948966 rad + pos: -25.5,-69.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 17870 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,-34.5 + rot: -1.5707963267948966 rad + pos: -26.5,-69.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 17871 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,-34.5 + rot: -1.5707963267948966 rad + pos: -28.5,-71.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 17872 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,-34.5 + rot: -1.5707963267948966 rad + pos: -29.5,-69.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 17873 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,-34.5 + rot: -1.5707963267948966 rad + pos: -31.5,-69.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 17874 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,-34.5 + rot: -1.5707963267948966 rad + pos: -32.5,-69.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 17875 components: - type: Transform - pos: -32.5,-35.5 + rot: -1.5707963267948966 rad + pos: -33.5,-69.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 17876 components: - type: Transform - pos: -32.5,-36.5 + rot: -1.5707963267948966 rad + pos: -34.5,-69.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 17877 components: - type: Transform - pos: -32.5,-39.5 + rot: -1.5707963267948966 rad + pos: -35.5,-69.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 17878 components: - type: Transform - pos: -31.5,-35.5 + rot: -1.5707963267948966 rad + pos: -36.5,-69.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 17879 components: - type: Transform - pos: -31.5,-36.5 + rot: -1.5707963267948966 rad + pos: -37.5,-69.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 17880 components: - type: Transform - pos: -31.5,-38.5 + rot: -1.5707963267948966 rad + pos: -38.5,-69.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 17881 components: - type: Transform - pos: -31.5,-37.5 + rot: -1.5707963267948966 rad + pos: -39.5,-69.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 17882 components: - type: Transform - pos: -31.5,-40.5 + rot: -1.5707963267948966 rad + pos: -40.5,-69.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 17883 components: - type: Transform - pos: -32.5,-38.5 + rot: -1.5707963267948966 rad + pos: -41.5,-69.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 17884 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,-34.5 + pos: -42.5,-70.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 17885 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,-34.5 + rot: 1.5707963267948966 rad + pos: -22.5,-58.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 17886 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,-34.5 + rot: 1.5707963267948966 rad + pos: -21.5,-58.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 17887 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,-34.5 + rot: 3.141592653589793 rad + pos: 21.5,-28.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 17888 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,-34.5 + pos: 23.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 17889 components: - type: Transform rot: -1.5707963267948966 rad - pos: -24.5,-34.5 + pos: -13.5,39.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 17890 components: - type: Transform - pos: -37.5,-55.5 + rot: -1.5707963267948966 rad + pos: -15.5,39.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 17891 components: - type: Transform - pos: -37.5,-56.5 + rot: -1.5707963267948966 rad + pos: -14.5,39.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 17892 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,-55.5 + rot: -1.5707963267948966 rad + pos: -20.5,23.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 17893 components: - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,-54.5 + pos: -20.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 17894 components: - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,-52.5 + pos: -20.5,15.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 17895 components: - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,-51.5 + pos: -20.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 17896 components: - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,-50.5 + pos: -20.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 17897 components: - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,-49.5 + pos: -20.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 17898 components: - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,-48.5 + pos: -18.5,13.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 17899 components: - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,-47.5 + pos: -18.5,14.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 17900 components: - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,-46.5 + pos: -18.5,15.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 17901 components: - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,-45.5 + pos: -18.5,16.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 17902 components: - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,-43.5 + pos: -18.5,17.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 17903 components: - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,-42.5 + pos: -18.5,18.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 17904 components: - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,-56.5 + pos: -18.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 17905 components: - type: Transform rot: 3.141592653589793 rad - pos: -34.5,-55.5 + pos: -18.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 17906 components: - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,-54.5 + rot: -1.5707963267948966 rad + pos: -21.5,20.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 17907 components: - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,-53.5 + rot: -1.5707963267948966 rad + pos: -22.5,20.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' @@ -116191,422 +116680,404 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: -34.5,-52.5 + pos: -18.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 17909 components: - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,-51.5 + rot: -1.5707963267948966 rad + pos: -19.5,23.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 17910 components: - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,-50.5 + rot: -1.5707963267948966 rad + pos: -21.5,23.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 17911 components: - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,-49.5 + rot: -1.5707963267948966 rad + pos: -22.5,23.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 17912 components: - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,-48.5 + rot: -1.5707963267948966 rad + pos: -23.5,23.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 17913 components: - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,-47.5 + rot: -1.5707963267948966 rad + pos: -25.5,23.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 17914 components: - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,-46.5 + rot: -1.5707963267948966 rad + pos: -26.5,23.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 17915 components: - type: Transform rot: -1.5707963267948966 rad - pos: -33.5,-40.5 + pos: -27.5,23.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 17916 components: - type: Transform - pos: -34.5,-41.5 + rot: 1.5707963267948966 rad + pos: -27.5,20.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 17917 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,-41.5 + rot: 1.5707963267948966 rad + pos: -26.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 17918 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,-41.5 + rot: 1.5707963267948966 rad + pos: -25.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 17919 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,-41.5 + rot: 1.5707963267948966 rad + pos: -24.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 17920 components: - type: Transform - pos: -38.5,-44.5 + rot: 1.5707963267948966 rad + pos: -29.5,23.5 parent: 2 - type: AtmosPipeColor - color: '#947507FF' + color: '#0055CCFF' - uid: 17921 components: - type: Transform - pos: -38.5,-43.5 + rot: 1.5707963267948966 rad + pos: -30.5,23.5 parent: 2 - type: AtmosPipeColor - color: '#947507FF' + color: '#0055CCFF' - uid: 17922 components: - type: Transform - pos: -38.5,-41.5 + rot: 1.5707963267948966 rad + pos: -31.5,23.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 17923 components: - type: Transform - pos: -38.5,-40.5 + rot: 1.5707963267948966 rad + pos: -29.5,20.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 17924 components: - type: Transform - pos: -38.5,-39.5 + rot: 1.5707963267948966 rad + pos: -30.5,20.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 17925 components: - type: Transform - pos: -38.5,-38.5 + rot: 1.5707963267948966 rad + pos: -31.5,20.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 17926 components: - type: Transform - pos: -38.5,-37.5 + rot: 1.5707963267948966 rad + pos: -33.5,23.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 17927 components: - type: Transform - pos: -38.5,-36.5 + pos: -32.5,24.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 17928 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,-35.5 + pos: -32.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 17929 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,-34.5 + pos: -32.5,26.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 17930 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,-34.5 + pos: -32.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 17931 components: - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,-8.5 + pos: -33.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 17932 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,-57.5 + pos: -33.5,23.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 17933 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-57.5 + pos: -33.5,24.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 17934 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,-57.5 + pos: -33.5,25.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 17935 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,-57.5 + pos: -33.5,26.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 17936 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,-60.5 + pos: -33.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 17937 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,-71.5 + rot: 1.5707963267948966 rad + pos: -37.5,23.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 17938 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,-71.5 + rot: 1.5707963267948966 rad + pos: -38.5,23.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 17939 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,-71.5 + rot: 1.5707963267948966 rad + pos: -39.5,23.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 17940 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-71.5 + rot: 1.5707963267948966 rad + pos: -37.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 17941 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,-71.5 + rot: 1.5707963267948966 rad + pos: -38.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 17942 components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,-71.5 + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 17943 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,-71.5 + rot: 1.5707963267948966 rad + pos: -40.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 17944 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,-71.5 + pos: -40.5,24.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 17945 components: - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,-71.5 + pos: -40.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 17946 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,-71.5 + pos: -40.5,26.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 17947 components: - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,-70.5 + pos: -40.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 17948 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,-71.5 + pos: -41.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 17949 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,-71.5 + pos: -41.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 17950 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,-71.5 + pos: -41.5,23.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 17951 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,-71.5 + pos: -41.5,24.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 17952 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,-71.5 + pos: -41.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 17953 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,-71.5 + pos: -41.5,26.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 17954 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,-71.5 + pos: -41.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 17955 components: - type: Transform rot: -1.5707963267948966 rad - pos: -38.5,-71.5 + pos: -12.5,39.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 17956 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,-71.5 + pos: -40.5,32.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 17957 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,-69.5 + pos: -40.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 17958 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-69.5 + pos: -41.5,30.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 17959 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,-69.5 + pos: -40.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 17960 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,-69.5 + pos: -40.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 17961 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,-69.5 + pos: -41.5,28.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' @@ -116614,7 +117085,7 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: -26.5,-69.5 + pos: -40.5,29.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' @@ -116622,15 +117093,15 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: -28.5,-71.5 + pos: -39.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 17964 components: - type: Transform rot: -1.5707963267948966 rad - pos: -29.5,-69.5 + pos: -38.5,29.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' @@ -116638,47 +117109,47 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: -31.5,-69.5 + pos: -39.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 17966 components: - type: Transform rot: -1.5707963267948966 rad - pos: -32.5,-69.5 + pos: -38.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 17967 components: - type: Transform rot: -1.5707963267948966 rad - pos: -33.5,-69.5 + pos: -41.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 17968 components: - type: Transform rot: -1.5707963267948966 rad - pos: -34.5,-69.5 + pos: -42.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 17969 components: - type: Transform rot: -1.5707963267948966 rad - pos: -35.5,-69.5 + pos: -43.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 17970 components: - type: Transform rot: -1.5707963267948966 rad - pos: -36.5,-69.5 + pos: -42.5,31.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' @@ -116686,77 +117157,78 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: -37.5,-69.5 + pos: -43.5,31.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 17972 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,-69.5 + pos: -49.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 17973 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,-69.5 + rot: 1.5707963267948966 rad + pos: -48.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 17974 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,-69.5 + rot: 1.5707963267948966 rad + pos: -47.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 17975 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,-69.5 + rot: 1.5707963267948966 rad + pos: -46.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 17976 components: - type: Transform - pos: -42.5,-70.5 + rot: 1.5707963267948966 rad + pos: -45.5,31.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 17977 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,-58.5 + rot: -1.5707963267948966 rad + pos: -21.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 17978 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,-58.5 + rot: -1.5707963267948966 rad + pos: -22.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 17979 components: - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,-28.5 + rot: -1.5707963267948966 rad + pos: -23.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 17980 components: - type: Transform - pos: 23.5,-28.5 + rot: -1.5707963267948966 rad + pos: -24.5,13.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' @@ -116764,123 +117236,134 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: -13.5,39.5 + pos: -19.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 17982 components: - type: Transform rot: -1.5707963267948966 rad - pos: -15.5,39.5 + pos: -20.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 17983 components: - type: Transform rot: -1.5707963267948966 rad - pos: -14.5,39.5 + pos: -21.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 17984 components: - type: Transform rot: -1.5707963267948966 rad - pos: -20.5,23.5 + pos: -22.5,12.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 17985 components: - type: Transform - pos: -20.5,14.5 + rot: -1.5707963267948966 rad + pos: -23.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 17986 components: - type: Transform - pos: -20.5,15.5 + rot: -1.5707963267948966 rad + pos: -24.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 17987 components: - type: Transform - pos: -20.5,17.5 + rot: -1.5707963267948966 rad + pos: -25.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 17988 components: - type: Transform - pos: -20.5,18.5 + pos: 71.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#9755CCFF' - uid: 17989 components: - type: Transform - pos: -20.5,19.5 + rot: -1.5707963267948966 rad + pos: -27.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 17990 components: - type: Transform - pos: -18.5,13.5 + rot: -1.5707963267948966 rad + pos: -29.5,1.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 17991 components: - type: Transform - pos: -18.5,14.5 + rot: -1.5707963267948966 rad + pos: -30.5,1.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 17992 components: - type: Transform - pos: -18.5,15.5 + rot: -1.5707963267948966 rad + pos: -31.5,1.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 17993 components: - type: Transform - pos: -18.5,16.5 + rot: -1.5707963267948966 rad + pos: -32.5,1.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 17994 components: - type: Transform - pos: -18.5,17.5 + rot: -1.5707963267948966 rad + pos: -33.5,1.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 17995 components: - type: Transform - pos: -18.5,18.5 + rot: -1.5707963267948966 rad + pos: -34.5,1.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 17996 components: - type: Transform - pos: -18.5,20.5 + rot: -1.5707963267948966 rad + pos: -35.5,1.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 17997 components: - type: Transform - rot: 3.141592653589793 rad - pos: -18.5,21.5 + rot: -1.5707963267948966 rad + pos: -36.5,1.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' @@ -116888,7 +117371,7 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: -21.5,20.5 + pos: -25.5,0.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' @@ -116896,412 +117379,431 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: -22.5,20.5 + pos: -26.5,0.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18000 components: - type: Transform - rot: 3.141592653589793 rad - pos: -18.5,22.5 + rot: -1.5707963267948966 rad + pos: -27.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18001 components: - type: Transform rot: -1.5707963267948966 rad - pos: -19.5,23.5 + pos: -28.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18002 components: - type: Transform rot: -1.5707963267948966 rad - pos: -21.5,23.5 + pos: -30.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18003 components: - type: Transform rot: -1.5707963267948966 rad - pos: -22.5,23.5 + pos: -31.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18004 components: - type: Transform rot: -1.5707963267948966 rad - pos: -23.5,23.5 + pos: -32.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18005 components: - type: Transform rot: -1.5707963267948966 rad - pos: -25.5,23.5 + pos: -33.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18006 components: - type: Transform rot: -1.5707963267948966 rad - pos: -26.5,23.5 + pos: -34.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18007 components: - type: Transform rot: -1.5707963267948966 rad - pos: -27.5,23.5 + pos: -35.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18008 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,20.5 + rot: -1.5707963267948966 rad + pos: -36.5,0.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18009 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,20.5 + rot: -1.5707963267948966 rad + pos: -37.5,0.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18010 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,20.5 + pos: -28.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18011 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,20.5 + pos: -28.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18012 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,23.5 + pos: -28.5,-1.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18013 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,23.5 + pos: -28.5,-2.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18014 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,23.5 + pos: -29.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18015 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,20.5 + pos: -29.5,-1.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18016 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,20.5 + pos: -29.5,-2.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18017 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,20.5 + rot: 3.141592653589793 rad + pos: -37.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18018 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,23.5 + rot: 3.141592653589793 rad + pos: -37.5,3.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18019 components: - type: Transform - pos: -32.5,24.5 + rot: 3.141592653589793 rad + pos: -37.5,4.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18020 components: - type: Transform - pos: -32.5,25.5 + rot: 3.141592653589793 rad + pos: -37.5,6.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18021 components: - type: Transform - pos: -32.5,26.5 + rot: 3.141592653589793 rad + pos: -37.5,7.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18022 components: - type: Transform - pos: -32.5,27.5 + rot: 3.141592653589793 rad + pos: -38.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18023 components: - type: Transform - pos: -33.5,22.5 + rot: 3.141592653589793 rad + pos: -38.5,2.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18024 components: - type: Transform - pos: -33.5,23.5 + rot: 3.141592653589793 rad + pos: -38.5,4.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18025 components: - type: Transform - pos: -33.5,24.5 + rot: 3.141592653589793 rad + pos: -38.5,5.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18026 components: - type: Transform - pos: -33.5,25.5 + rot: 3.141592653589793 rad + pos: -38.5,6.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18027 components: - type: Transform - pos: -33.5,26.5 + rot: 3.141592653589793 rad + pos: -38.5,7.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18028 components: - type: Transform - pos: -33.5,27.5 + rot: 3.141592653589793 rad + pos: -37.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18029 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,23.5 + rot: 3.141592653589793 rad + pos: -37.5,10.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18030 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,23.5 + rot: 3.141592653589793 rad + pos: -37.5,11.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18031 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,23.5 + rot: 3.141592653589793 rad + pos: -37.5,12.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18032 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,20.5 + rot: 3.141592653589793 rad + pos: -38.5,9.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18033 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,20.5 + rot: 3.141592653589793 rad + pos: -38.5,10.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18034 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,20.5 + rot: 3.141592653589793 rad + pos: -38.5,11.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18035 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,20.5 + rot: 3.141592653589793 rad + pos: -38.5,12.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18036 components: - type: Transform - pos: -40.5,24.5 + pos: -38.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18037 components: - type: Transform - pos: -40.5,25.5 + rot: 1.5707963267948966 rad + pos: -37.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18038 components: - type: Transform - pos: -40.5,26.5 + rot: 1.5707963267948966 rad + pos: -36.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18039 components: - type: Transform - pos: -40.5,27.5 + rot: 1.5707963267948966 rad + pos: -35.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18040 components: - type: Transform - pos: -41.5,21.5 + rot: 1.5707963267948966 rad + pos: -34.5,14.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18041 components: - type: Transform - pos: -41.5,22.5 + rot: 1.5707963267948966 rad + pos: -33.5,14.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18042 components: - type: Transform - pos: -41.5,23.5 + rot: 1.5707963267948966 rad + pos: -32.5,14.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18043 components: - type: Transform - pos: -41.5,24.5 + rot: 1.5707963267948966 rad + pos: -31.5,14.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18044 components: - type: Transform - pos: -41.5,25.5 + rot: 1.5707963267948966 rad + pos: -36.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18045 components: - type: Transform - pos: -41.5,26.5 + rot: 1.5707963267948966 rad + pos: -35.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18046 components: - type: Transform - pos: -41.5,27.5 + rot: 1.5707963267948966 rad + pos: -34.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18047 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,39.5 + rot: 1.5707963267948966 rad + pos: -33.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18048 components: - type: Transform - pos: -40.5,32.5 + rot: 1.5707963267948966 rad + pos: -32.5,13.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18049 components: - type: Transform - pos: -40.5,31.5 + rot: 1.5707963267948966 rad + pos: -31.5,13.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18050 components: - type: Transform - pos: -41.5,30.5 + rot: -1.5707963267948966 rad + pos: -38.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18051 components: - type: Transform - pos: -40.5,29.5 + rot: -1.5707963267948966 rad + pos: -39.5,1.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18052 components: - type: Transform - pos: -40.5,28.5 + rot: -1.5707963267948966 rad + pos: -40.5,1.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18053 components: - type: Transform - pos: -41.5,28.5 + rot: -1.5707963267948966 rad + pos: -40.5,0.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' @@ -117309,7 +117811,7 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: -40.5,29.5 + pos: -41.5,0.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' @@ -117317,7 +117819,7 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: -39.5,29.5 + pos: -42.5,0.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' @@ -117325,7 +117827,7 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: -38.5,29.5 + pos: -43.5,0.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' @@ -117333,7 +117835,7 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: -39.5,30.5 + pos: -42.5,1.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' @@ -117341,7 +117843,7 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: -38.5,30.5 + pos: -43.5,1.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' @@ -117349,86 +117851,87 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: -41.5,33.5 + pos: -30.5,13.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18060 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,33.5 + rot: 3.141592653589793 rad + pos: -30.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18061 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,33.5 + rot: 3.141592653589793 rad + pos: -30.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18062 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,31.5 + rot: 3.141592653589793 rad + pos: -30.5,11.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18063 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,31.5 + rot: 3.141592653589793 rad + pos: -30.5,10.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18064 components: - type: Transform - pos: -49.5,32.5 + rot: 3.141592653589793 rad + pos: -29.5,12.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18065 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,33.5 + rot: 3.141592653589793 rad + pos: -29.5,11.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18066 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,33.5 + rot: 3.141592653589793 rad + pos: -29.5,10.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18067 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,33.5 + rot: 3.141592653589793 rad + pos: -29.5,14.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18068 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,31.5 + rot: -1.5707963267948966 rad + pos: -44.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18069 components: - type: Transform rot: -1.5707963267948966 rad - pos: -21.5,13.5 + pos: -44.5,0.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' @@ -117436,7 +117939,7 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: -22.5,13.5 + pos: -45.5,0.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' @@ -117444,190 +117947,180 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: -23.5,13.5 + pos: -46.5,0.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18072 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,13.5 + pos: -45.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18073 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,12.5 + pos: -45.5,3.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18074 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,12.5 + pos: -45.5,4.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18075 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,12.5 + pos: -45.5,5.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18076 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,12.5 + pos: -47.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18077 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,12.5 + pos: -47.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18078 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,12.5 + rot: 3.141592653589793 rad + pos: -47.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18079 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,12.5 + rot: 3.141592653589793 rad + pos: -47.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18080 components: - type: Transform - pos: 71.5,-30.5 + rot: 3.141592653589793 rad + pos: -47.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#9755CCFF' + color: '#990000FF' - uid: 18081 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,1.5 + rot: 3.141592653589793 rad + pos: -47.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18082 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,1.5 + rot: 3.141592653589793 rad + pos: -47.5,8.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18083 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,1.5 + rot: 3.141592653589793 rad + pos: -47.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18084 components: - type: Transform rot: -1.5707963267948966 rad - pos: -31.5,1.5 + pos: -48.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18085 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,1.5 + rot: 3.141592653589793 rad + pos: -46.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18086 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,1.5 + rot: 3.141592653589793 rad + pos: -46.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18087 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,1.5 + rot: 3.141592653589793 rad + pos: -46.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18088 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,1.5 + rot: 1.5707963267948966 rad + pos: -49.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18089 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,1.5 + rot: 1.5707963267948966 rad + pos: -50.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18090 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,0.5 + pos: -52.5,11.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18091 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,0.5 + pos: -52.5,12.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18092 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,0.5 + pos: -52.5,13.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18093 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,0.5 + pos: -52.5,9.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18094 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,0.5 + pos: -52.5,8.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' @@ -117635,7 +118128,7 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: -31.5,0.5 + pos: -45.5,10.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' @@ -117643,7 +118136,7 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: -32.5,0.5 + pos: -44.5,10.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' @@ -117651,128 +118144,132 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: -33.5,0.5 + pos: -43.5,10.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18098 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,0.5 + rot: 1.5707963267948966 rad + pos: -46.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18099 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,0.5 + rot: 1.5707963267948966 rad + pos: -47.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18100 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,0.5 + rot: 1.5707963267948966 rad + pos: -48.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18101 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,0.5 + rot: 1.5707963267948966 rad + pos: -49.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18102 components: - type: Transform - pos: -28.5,0.5 + rot: 1.5707963267948966 rad + pos: -50.5,7.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18103 components: - type: Transform - pos: -28.5,-0.5 + pos: -45.5,8.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18104 components: - type: Transform - pos: -28.5,-1.5 + pos: -45.5,9.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18105 components: - type: Transform - pos: -28.5,-2.5 + pos: -45.5,10.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18106 components: - type: Transform - pos: -29.5,-0.5 + rot: 3.141592653589793 rad + pos: -45.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18107 components: - type: Transform - pos: -29.5,-1.5 + rot: 3.141592653589793 rad + pos: -45.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18108 components: - type: Transform - pos: -29.5,-2.5 + rot: 1.5707963267948966 rad + pos: -44.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18109 components: - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,2.5 + rot: 1.5707963267948966 rad + pos: -46.5,11.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18110 components: - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,3.5 + rot: 1.5707963267948966 rad + pos: -47.5,11.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18111 components: - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,4.5 + rot: 1.5707963267948966 rad + pos: -48.5,11.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18112 components: - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,6.5 + rot: -1.5707963267948966 rad + pos: -49.5,11.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18113 components: - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,7.5 + rot: 1.5707963267948966 rad + pos: -50.5,11.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' @@ -117780,23 +118277,22 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: -38.5,1.5 + pos: -51.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18115 components: - type: Transform rot: 3.141592653589793 rad - pos: -38.5,2.5 + pos: -51.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18116 components: - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,4.5 + pos: -46.5,14.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' @@ -117804,15 +118300,15 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: -38.5,5.5 + pos: -18.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18118 components: - type: Transform rot: 3.141592653589793 rad - pos: -38.5,6.5 + pos: -20.5,21.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' @@ -117820,7 +118316,7 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: -38.5,7.5 + pos: -20.5,22.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' @@ -117828,198 +118324,195 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: -37.5,9.5 + pos: -20.5,23.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18121 components: - type: Transform rot: 3.141592653589793 rad - pos: -37.5,10.5 + pos: -20.5,24.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18122 components: - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,11.5 + rot: 1.5707963267948966 rad + pos: 37.5,-72.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18123 components: - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,12.5 + rot: 1.5707963267948966 rad + pos: 22.5,-54.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18124 components: - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,9.5 + rot: 1.5707963267948966 rad + pos: 25.5,-53.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18125 components: - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,10.5 + rot: 1.5707963267948966 rad + pos: 24.5,-53.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18126 components: - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,11.5 + rot: 1.5707963267948966 rad + pos: 23.5,-53.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18127 components: - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,12.5 + rot: 1.5707963267948966 rad + pos: 22.5,-53.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18128 components: - type: Transform - pos: -38.5,13.5 + rot: 1.5707963267948966 rad + pos: 21.5,-53.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18129 components: - type: Transform rot: 1.5707963267948966 rad - pos: -37.5,14.5 + pos: 20.5,-53.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18130 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,14.5 + rot: -1.5707963267948966 rad + pos: -43.5,-71.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18131 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,14.5 + rot: -1.5707963267948966 rad + pos: -44.5,-71.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18132 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,14.5 + pos: -45.5,-72.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18133 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,14.5 + pos: -45.5,-73.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18134 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,14.5 + pos: -45.5,-74.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18135 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,14.5 + pos: -45.5,-75.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18136 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,13.5 + rot: -1.5707963267948966 rad + pos: -46.5,-76.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18137 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,13.5 + rot: -1.5707963267948966 rad + pos: -47.5,-76.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18138 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,13.5 + rot: -1.5707963267948966 rad + pos: -48.5,-76.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18139 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,13.5 + rot: -1.5707963267948966 rad + pos: -49.5,-76.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18140 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,13.5 + rot: -1.5707963267948966 rad + pos: -50.5,-76.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18141 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,13.5 + rot: -1.5707963267948966 rad + pos: -51.5,-76.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18142 components: - type: Transform rot: -1.5707963267948966 rad - pos: -38.5,1.5 + pos: -52.5,-76.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18143 components: - type: Transform rot: -1.5707963267948966 rad - pos: -39.5,1.5 + pos: -53.5,-76.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18144 components: - type: Transform rot: -1.5707963267948966 rad - pos: -40.5,1.5 + pos: -41.5,-72.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' @@ -118027,249 +118520,252 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: -40.5,0.5 + pos: -42.5,-72.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18146 components: - type: Transform rot: -1.5707963267948966 rad - pos: -41.5,0.5 + pos: -43.5,-72.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18147 components: - type: Transform rot: -1.5707963267948966 rad - pos: -42.5,0.5 + pos: -44.5,-72.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18148 components: - type: Transform rot: -1.5707963267948966 rad - pos: -43.5,0.5 + pos: -45.5,-72.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18149 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,1.5 + rot: 3.141592653589793 rad + pos: -46.5,-73.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18150 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,1.5 + rot: 3.141592653589793 rad + pos: -46.5,-74.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18151 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,13.5 + rot: 1.5707963267948966 rad + pos: -47.5,-75.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18152 components: - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,13.5 + rot: 1.5707963267948966 rad + pos: -48.5,-75.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18153 components: - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,12.5 + rot: 1.5707963267948966 rad + pos: -49.5,-75.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18154 components: - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,11.5 + rot: 1.5707963267948966 rad + pos: -50.5,-75.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18155 components: - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,10.5 + rot: 1.5707963267948966 rad + pos: -51.5,-75.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18156 components: - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,12.5 + rot: 1.5707963267948966 rad + pos: -52.5,-75.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18157 components: - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,11.5 + rot: 1.5707963267948966 rad + pos: -53.5,-75.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18158 components: - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,10.5 + rot: 1.5707963267948966 rad + pos: -18.5,-41.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18159 components: - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,14.5 + rot: 1.5707963267948966 rad + pos: -17.5,-41.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18160 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,1.5 + rot: 1.5707963267948966 rad + pos: -16.5,-41.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18161 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,0.5 + pos: -15.5,-42.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18162 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,0.5 + pos: -19.5,-42.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18163 components: - type: Transform rot: -1.5707963267948966 rad - pos: -46.5,0.5 + pos: 28.5,1.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18164 components: - type: Transform - pos: -45.5,2.5 + pos: -20.5,-59.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18165 components: - type: Transform - pos: -45.5,3.5 + rot: -1.5707963267948966 rad + pos: -69.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18166 components: - type: Transform - pos: -45.5,4.5 + rot: -1.5707963267948966 rad + pos: -70.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18167 components: - type: Transform - pos: -45.5,5.5 + rot: -1.5707963267948966 rad + pos: -71.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18168 components: - type: Transform - pos: -47.5,1.5 + rot: -1.5707963267948966 rad + pos: -65.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18169 components: - type: Transform - pos: -47.5,2.5 + rot: -1.5707963267948966 rad + pos: -66.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18170 components: - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,4.5 + rot: -1.5707963267948966 rad + pos: -67.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18171 components: - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,5.5 + rot: -1.5707963267948966 rad + pos: -68.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18172 components: - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,6.5 + rot: -1.5707963267948966 rad + pos: -69.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18173 components: - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,7.5 + rot: -1.5707963267948966 rad + pos: -70.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18174 components: - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,8.5 + rot: 1.5707963267948966 rad + pos: 18.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18175 components: - type: Transform rot: 3.141592653589793 rad - pos: -47.5,9.5 + pos: 30.5,-83.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18176 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,10.5 + rot: 3.141592653589793 rad + pos: 25.5,-58.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' @@ -118277,7 +118773,7 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: -46.5,11.5 + pos: 25.5,-57.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' @@ -118285,167 +118781,175 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: -46.5,12.5 + pos: 47.5,-80.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18179 components: - type: Transform rot: 3.141592653589793 rad - pos: -46.5,13.5 + pos: 42.5,5.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18180 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,10.5 + rot: 3.141592653589793 rad + pos: 42.5,2.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18181 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,10.5 + rot: 3.141592653589793 rad + pos: 42.5,4.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18182 components: - type: Transform - pos: -52.5,11.5 + rot: 3.141592653589793 rad + pos: 42.5,3.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18183 components: - type: Transform - pos: -52.5,12.5 + rot: -1.5707963267948966 rad + pos: 25.5,-42.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18184 components: - type: Transform - pos: -52.5,13.5 + rot: 3.141592653589793 rad + pos: 45.5,21.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18185 components: - type: Transform - pos: -52.5,9.5 + rot: 3.141592653589793 rad + pos: 45.5,22.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18186 components: - type: Transform - pos: -52.5,8.5 + rot: 3.141592653589793 rad + pos: 45.5,23.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18187 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,10.5 + rot: 3.141592653589793 rad + pos: 45.5,24.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18188 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,10.5 + rot: 3.141592653589793 rad + pos: 45.5,25.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18189 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,10.5 + rot: 3.141592653589793 rad + pos: 45.5,26.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18190 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,7.5 + rot: 3.141592653589793 rad + pos: 44.5,21.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18191 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,7.5 + rot: 3.141592653589793 rad + pos: 44.5,22.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18192 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,7.5 + rot: 3.141592653589793 rad + pos: 44.5,23.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18193 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,7.5 + rot: 3.141592653589793 rad + pos: 44.5,24.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18194 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,7.5 + rot: 3.141592653589793 rad + pos: 44.5,25.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18195 components: - type: Transform - pos: -45.5,8.5 + rot: 3.141592653589793 rad + pos: 44.5,20.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18196 components: - type: Transform - pos: -45.5,9.5 + rot: 1.5707963267948966 rad + pos: 46.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18197 components: - type: Transform - pos: -45.5,10.5 + rot: 1.5707963267948966 rad + pos: 47.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18198 components: - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,12.5 + rot: 1.5707963267948966 rad + pos: 45.5,26.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18199 components: - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,13.5 + rot: 1.5707963267948966 rad + pos: 46.5,26.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' @@ -118453,7 +118957,7 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: -44.5,11.5 + pos: 47.5,26.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' @@ -118461,7 +118965,7 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: -46.5,11.5 + pos: 48.5,26.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' @@ -118469,7 +118973,7 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: -47.5,11.5 + pos: 49.5,26.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' @@ -118477,15 +118981,15 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: -48.5,11.5 + pos: 50.5,26.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18204 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,11.5 + rot: 1.5707963267948966 rad + pos: 51.5,26.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' @@ -118493,46 +118997,47 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: -50.5,11.5 + pos: 52.5,26.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18206 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,12.5 + rot: 1.5707963267948966 rad + pos: 53.5,26.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18207 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,13.5 + rot: 1.5707963267948966 rad + pos: 48.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18208 components: - type: Transform - pos: -46.5,14.5 + rot: 1.5707963267948966 rad + pos: 49.5,27.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18209 components: - type: Transform - rot: 3.141592653589793 rad - pos: -18.5,25.5 + rot: 1.5707963267948966 rad + pos: 50.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18210 components: - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,21.5 + rot: 1.5707963267948966 rad + pos: 51.5,27.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' @@ -118540,7 +119045,7 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: -20.5,22.5 + pos: 52.5,28.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' @@ -118548,7 +119053,7 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: -20.5,23.5 + pos: 52.5,29.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' @@ -118556,219 +119061,223 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: -20.5,24.5 + pos: 52.5,30.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18214 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,-72.5 + rot: 3.141592653589793 rad + pos: 52.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18215 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 22.5,-54.5 + rot: 3.141592653589793 rad + pos: 52.5,32.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18216 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,-53.5 + rot: 3.141592653589793 rad + pos: 52.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18217 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 24.5,-53.5 + rot: 3.141592653589793 rad + pos: 52.5,34.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18218 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,-53.5 + rot: 3.141592653589793 rad + pos: 52.5,35.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18219 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 22.5,-53.5 + rot: 3.141592653589793 rad + pos: 52.5,36.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18220 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 21.5,-53.5 + rot: 3.141592653589793 rad + pos: 52.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18221 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 20.5,-53.5 + rot: 3.141592653589793 rad + pos: 52.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18222 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,-71.5 + rot: 3.141592653589793 rad + pos: 52.5,39.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18223 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,-71.5 + rot: 3.141592653589793 rad + pos: 52.5,40.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18224 components: - type: Transform - pos: -45.5,-72.5 + rot: 3.141592653589793 rad + pos: 52.5,41.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18225 components: - type: Transform - pos: -45.5,-73.5 + rot: 3.141592653589793 rad + pos: 52.5,42.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18226 components: - type: Transform - pos: -45.5,-74.5 + rot: 3.141592653589793 rad + pos: 54.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18227 components: - type: Transform - pos: -45.5,-75.5 + rot: 3.141592653589793 rad + pos: 54.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18228 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,-76.5 + rot: 3.141592653589793 rad + pos: 54.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18229 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,-76.5 + rot: 3.141592653589793 rad + pos: 54.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18230 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,-76.5 + rot: 3.141592653589793 rad + pos: 54.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18231 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,-76.5 + rot: 3.141592653589793 rad + pos: 54.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18232 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,-76.5 + rot: 3.141592653589793 rad + pos: 54.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18233 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,-76.5 + rot: 3.141592653589793 rad + pos: 54.5,34.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18234 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,-76.5 + rot: 3.141592653589793 rad + pos: 54.5,35.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18235 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,-76.5 + rot: 3.141592653589793 rad + pos: 54.5,36.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18236 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,-72.5 + rot: 3.141592653589793 rad + pos: 54.5,37.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18237 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,-72.5 + rot: 3.141592653589793 rad + pos: 54.5,38.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18238 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,-72.5 + rot: 3.141592653589793 rad + pos: 54.5,39.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18239 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,-72.5 + rot: 3.141592653589793 rad + pos: 54.5,40.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18240 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,-72.5 + rot: 3.141592653589793 rad + pos: 54.5,41.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' @@ -118776,7 +119285,7 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: -46.5,-73.5 + pos: 54.5,42.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' @@ -118784,436 +119293,415 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: -46.5,-74.5 + pos: 54.5,44.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18243 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,-75.5 + rot: 3.141592653589793 rad + pos: 54.5,45.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18244 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,-75.5 + rot: 3.141592653589793 rad + pos: 54.5,46.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18245 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,-75.5 + rot: 3.141592653589793 rad + pos: 54.5,47.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18246 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,-75.5 + rot: 3.141592653589793 rad + pos: 54.5,48.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18247 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,-75.5 + rot: 3.141592653589793 rad + pos: 54.5,49.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18248 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,-75.5 + rot: 3.141592653589793 rad + pos: 54.5,51.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18249 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,-75.5 + rot: 3.141592653589793 rad + pos: 54.5,52.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18250 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,-41.5 + rot: 3.141592653589793 rad + pos: 54.5,53.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18251 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,-41.5 + rot: 3.141592653589793 rad + pos: 54.5,54.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18252 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,-41.5 + rot: 3.141592653589793 rad + pos: 54.5,55.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18253 components: - type: Transform - pos: -15.5,-42.5 + rot: 3.141592653589793 rad + pos: 52.5,44.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18254 components: - type: Transform - pos: -19.5,-42.5 + rot: 3.141592653589793 rad + pos: 52.5,45.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18255 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,1.5 + rot: 3.141592653589793 rad + pos: 52.5,46.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18256 components: - type: Transform - pos: -20.5,-59.5 + rot: 3.141592653589793 rad + pos: 52.5,47.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18257 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -69.5,-23.5 + rot: 3.141592653589793 rad + pos: 52.5,48.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18258 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -70.5,-23.5 + rot: 3.141592653589793 rad + pos: 52.5,50.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18259 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -71.5,-23.5 + rot: 3.141592653589793 rad + pos: 52.5,51.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18260 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -65.5,-25.5 + rot: 3.141592653589793 rad + pos: 52.5,52.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18261 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -66.5,-25.5 + rot: 3.141592653589793 rad + pos: 52.5,53.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18262 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -67.5,-25.5 + rot: 3.141592653589793 rad + pos: 52.5,54.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18263 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -68.5,-25.5 + rot: 3.141592653589793 rad + pos: 52.5,55.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18264 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -69.5,-25.5 + pos: -16.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18265 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -70.5,-25.5 + pos: -15.5,30.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18266 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-30.5 + pos: -15.5,31.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18267 components: - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,-61.5 + pos: -15.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#97C3FCCC' + color: '#0055CCFF' - uid: 18268 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,-83.5 + pos: -16.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18269 components: - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,-58.5 + pos: -16.5,33.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18270 components: - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,-57.5 + rot: 1.5707963267948966 rad + pos: -15.5,34.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18271 components: - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-80.5 + rot: 1.5707963267948966 rad + pos: -14.5,34.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18272 components: - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,5.5 + rot: 1.5707963267948966 rad + pos: -13.5,34.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18273 components: - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,2.5 + rot: 1.5707963267948966 rad + pos: -14.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18274 components: - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,4.5 + rot: 1.5707963267948966 rad + pos: -13.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18275 components: - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,3.5 + pos: -16.5,35.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18276 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,-42.5 + pos: -16.5,36.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18277 components: - type: Transform - rot: 3.141592653589793 rad - pos: 45.5,21.5 + pos: -16.5,37.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18278 components: - type: Transform - rot: 3.141592653589793 rad - pos: 45.5,22.5 + pos: -16.5,38.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18279 components: - type: Transform - rot: 3.141592653589793 rad - pos: 45.5,23.5 + pos: -16.5,40.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18280 components: - type: Transform - rot: 3.141592653589793 rad - pos: 45.5,24.5 + pos: -16.5,41.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18281 components: - type: Transform - rot: 3.141592653589793 rad - pos: 45.5,25.5 + pos: -16.5,42.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18282 components: - type: Transform - rot: 3.141592653589793 rad - pos: 45.5,26.5 + pos: -15.5,34.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18283 components: - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,21.5 + pos: -15.5,35.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18284 components: - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,22.5 + pos: -15.5,36.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18285 components: - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,23.5 + pos: -15.5,37.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18286 components: - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,24.5 + pos: -15.5,39.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18287 components: - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,25.5 + pos: -15.5,40.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18288 components: - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,20.5 + pos: -15.5,41.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18289 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 46.5,27.5 + pos: -15.5,42.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18290 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 47.5,27.5 + pos: -15.5,43.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18291 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 45.5,26.5 + pos: -16.5,44.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18292 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 46.5,26.5 + pos: -16.5,45.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18293 components: - type: Transform rot: 1.5707963267948966 rad - pos: 47.5,26.5 + pos: -17.5,43.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18294 components: - type: Transform rot: 1.5707963267948966 rad - pos: 48.5,26.5 + pos: -18.5,43.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18295 components: - type: Transform rot: 1.5707963267948966 rad - pos: 49.5,26.5 + pos: -19.5,43.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18296 components: - type: Transform rot: 1.5707963267948966 rad - pos: 50.5,26.5 + pos: -16.5,44.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' @@ -119221,7 +119709,7 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: 51.5,26.5 + pos: -17.5,44.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' @@ -119229,7 +119717,7 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: 52.5,26.5 + pos: -18.5,44.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' @@ -119237,55 +119725,55 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: 53.5,26.5 + pos: -19.5,44.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18300 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 48.5,27.5 + rot: -1.5707963267948966 rad + pos: -16.5,45.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18301 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,27.5 + rot: 3.141592653589793 rad + pos: -17.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18302 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 50.5,27.5 + rot: 3.141592653589793 rad + pos: -17.5,47.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18303 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 51.5,27.5 + rot: 3.141592653589793 rad + pos: -17.5,48.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18304 components: - type: Transform rot: 3.141592653589793 rad - pos: 52.5,28.5 + pos: -17.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18305 components: - type: Transform rot: 3.141592653589793 rad - pos: 52.5,29.5 + pos: -16.5,47.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' @@ -119293,7 +119781,7 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: 52.5,30.5 + pos: -16.5,48.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' @@ -119301,343 +119789,330 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: 52.5,31.5 + pos: -16.5,49.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18308 components: - type: Transform - rot: 3.141592653589793 rad - pos: 52.5,32.5 + rot: 1.5707963267948966 rad + pos: -15.5,43.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18309 components: - type: Transform - rot: 3.141592653589793 rad - pos: 52.5,33.5 + rot: -1.5707963267948966 rad + pos: -15.5,46.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18310 components: - type: Transform - rot: 3.141592653589793 rad - pos: 52.5,34.5 + rot: -1.5707963267948966 rad + pos: -14.5,46.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18311 components: - type: Transform - rot: 3.141592653589793 rad - pos: 52.5,35.5 + rot: -1.5707963267948966 rad + pos: -13.5,46.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18312 components: - type: Transform - rot: 3.141592653589793 rad - pos: 52.5,36.5 + rot: -1.5707963267948966 rad + pos: -12.5,46.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18313 components: - type: Transform - rot: 3.141592653589793 rad - pos: 52.5,37.5 + rot: -1.5707963267948966 rad + pos: -13.5,44.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18314 components: - type: Transform - rot: 3.141592653589793 rad - pos: 52.5,38.5 + rot: -1.5707963267948966 rad + pos: -12.5,44.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18315 components: - type: Transform - rot: 3.141592653589793 rad - pos: 52.5,39.5 + pos: 1.5,47.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18316 components: - type: Transform rot: 3.141592653589793 rad - pos: 52.5,40.5 + pos: 70.5,35.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 18317 components: - type: Transform rot: 3.141592653589793 rad - pos: 52.5,41.5 + pos: 70.5,34.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 18318 components: - type: Transform rot: 3.141592653589793 rad - pos: 52.5,42.5 + pos: 70.5,33.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 18319 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,27.5 + rot: -1.5707963267948966 rad + pos: -14.5,38.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18320 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,28.5 + rot: -1.5707963267948966 rad + pos: -13.5,38.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18321 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,29.5 + rot: -1.5707963267948966 rad + pos: -12.5,38.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18322 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,30.5 + rot: -1.5707963267948966 rad + pos: 53.5,50.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18323 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,31.5 + rot: -1.5707963267948966 rad + pos: 52.5,50.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18324 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,32.5 + rot: -1.5707963267948966 rad + pos: 51.5,50.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18325 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,33.5 + rot: -1.5707963267948966 rad + pos: 50.5,50.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18326 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,34.5 + rot: -1.5707963267948966 rad + pos: 49.5,50.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18327 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,35.5 + rot: -1.5707963267948966 rad + pos: 48.5,50.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18328 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,36.5 + rot: -1.5707963267948966 rad + pos: 51.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18329 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,37.5 + rot: -1.5707963267948966 rad + pos: 50.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18330 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,38.5 + rot: -1.5707963267948966 rad + pos: 49.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18331 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,39.5 + rot: -1.5707963267948966 rad + pos: 48.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18332 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,40.5 + rot: -1.5707963267948966 rad + pos: 47.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18333 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,41.5 + rot: -1.5707963267948966 rad + pos: 46.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18334 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,42.5 + pos: 47.5,49.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18335 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,44.5 + pos: 47.5,48.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18336 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,45.5 + pos: 47.5,47.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18337 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,46.5 + pos: 45.5,48.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18338 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,47.5 + pos: 45.5,47.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18339 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,48.5 + pos: 45.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18340 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,49.5 + rot: -1.5707963267948966 rad + pos: 46.5,46.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18341 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,51.5 + rot: -1.5707963267948966 rad + pos: 45.5,46.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18342 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,52.5 + rot: -1.5707963267948966 rad + pos: 43.5,46.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18343 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,53.5 + rot: -1.5707963267948966 rad + pos: 44.5,46.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18344 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,54.5 + rot: -1.5707963267948966 rad + pos: 42.5,46.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18345 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,55.5 + rot: -1.5707963267948966 rad + pos: 41.5,46.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18346 components: - type: Transform - rot: 3.141592653589793 rad - pos: 52.5,44.5 + rot: -1.5707963267948966 rad + pos: 44.5,45.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18347 components: - type: Transform - rot: 3.141592653589793 rad - pos: 52.5,45.5 + rot: -1.5707963267948966 rad + pos: 43.5,45.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18348 components: - type: Transform - rot: 3.141592653589793 rad - pos: 52.5,46.5 + rot: -1.5707963267948966 rad + pos: 42.5,45.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18349 components: - type: Transform - rot: 3.141592653589793 rad - pos: 52.5,47.5 + rot: -1.5707963267948966 rad + pos: 41.5,45.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' @@ -119645,7 +120120,7 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: 52.5,48.5 + pos: 2.5,67.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' @@ -119653,7 +120128,7 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: 52.5,50.5 + pos: 2.5,66.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' @@ -119661,7 +120136,7 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: 52.5,51.5 + pos: 2.5,65.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' @@ -119669,7 +120144,7 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: 52.5,52.5 + pos: 2.5,64.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' @@ -119677,7 +120152,7 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: 52.5,53.5 + pos: -5.5,67.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' @@ -119685,7 +120160,7 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: 52.5,54.5 + pos: -5.5,66.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' @@ -119693,73 +120168,79 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: 52.5,55.5 + pos: -5.5,65.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18357 components: - type: Transform - pos: -16.5,31.5 + rot: 3.141592653589793 rad + pos: -5.5,64.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18358 components: - type: Transform - pos: -15.5,30.5 + rot: 3.141592653589793 rad + pos: -6.5,68.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18359 components: - type: Transform - pos: -15.5,31.5 + rot: 3.141592653589793 rad + pos: -6.5,67.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18360 components: - type: Transform - pos: -15.5,32.5 + rot: 3.141592653589793 rad + pos: -6.5,66.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18361 components: - type: Transform - pos: -16.5,32.5 + rot: 3.141592653589793 rad + pos: -6.5,65.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18362 components: - type: Transform - pos: -16.5,33.5 + rot: 3.141592653589793 rad + pos: 3.5,68.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18363 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,34.5 + rot: 3.141592653589793 rad + pos: 3.5,67.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18364 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,34.5 + rot: 3.141592653589793 rad + pos: 3.5,66.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18365 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,34.5 + rot: 3.141592653589793 rad + pos: 3.5,65.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' @@ -119767,197 +120248,203 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: -14.5,33.5 + pos: 0.5,69.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18367 components: - type: Transform rot: 1.5707963267948966 rad - pos: -13.5,33.5 + pos: -3.5,69.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18368 components: - type: Transform - pos: -16.5,35.5 + pos: -2.5,66.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18369 components: - type: Transform - pos: -16.5,36.5 + pos: -2.5,65.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18370 components: - type: Transform - pos: -16.5,37.5 + pos: -2.5,64.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18371 components: - type: Transform - pos: -16.5,38.5 + pos: -2.5,63.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18372 components: - type: Transform - pos: -16.5,40.5 + pos: -2.5,61.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18373 components: - type: Transform - pos: -16.5,41.5 + pos: -2.5,60.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18374 components: - type: Transform - pos: -16.5,42.5 + pos: -2.5,59.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18375 components: - type: Transform - pos: -15.5,34.5 + pos: -1.5,65.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18376 components: - type: Transform - pos: -15.5,35.5 + pos: -1.5,64.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18377 components: - type: Transform - pos: -15.5,36.5 + pos: -1.5,63.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18378 components: - type: Transform - pos: -15.5,37.5 + pos: -1.5,62.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18379 components: - type: Transform - pos: -15.5,39.5 + pos: -1.5,60.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18380 components: - type: Transform - pos: -15.5,40.5 + rot: -1.5707963267948966 rad + pos: -11.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18381 components: - type: Transform - pos: -15.5,41.5 + rot: -1.5707963267948966 rad + pos: -10.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18382 components: - type: Transform - pos: -15.5,42.5 + rot: -1.5707963267948966 rad + pos: -9.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18383 components: - type: Transform - pos: -15.5,43.5 + rot: -1.5707963267948966 rad + pos: -8.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18384 components: - type: Transform - pos: -16.5,44.5 + rot: -1.5707963267948966 rad + pos: -7.5,46.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18385 components: - type: Transform - pos: -16.5,45.5 + rot: -1.5707963267948966 rad + pos: -6.5,46.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18386 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,43.5 + rot: -1.5707963267948966 rad + pos: -5.5,46.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18387 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,43.5 + rot: -1.5707963267948966 rad + pos: -4.5,46.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18388 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,43.5 + rot: -1.5707963267948966 rad + pos: -3.5,46.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18389 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,44.5 + rot: -1.5707963267948966 rad + pos: -2.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18390 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,44.5 + rot: -1.5707963267948966 rad + pos: -1.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18391 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,44.5 + rot: -1.5707963267948966 rad + pos: -11.5,44.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18392 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,44.5 + rot: -1.5707963267948966 rad + pos: -10.5,44.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' @@ -119965,224 +120452,218 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: -16.5,45.5 + pos: -9.5,44.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18394 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,46.5 + rot: -1.5707963267948966 rad + pos: -8.5,44.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18395 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,47.5 + rot: -1.5707963267948966 rad + pos: -7.5,44.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18396 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,48.5 + rot: -1.5707963267948966 rad + pos: -6.5,44.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18397 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,49.5 + rot: -1.5707963267948966 rad + pos: -5.5,44.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18398 components: - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,47.5 + rot: -1.5707963267948966 rad + pos: -4.5,44.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18399 components: - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,48.5 + rot: -1.5707963267948966 rad + pos: -3.5,44.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18400 components: - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,49.5 + rot: -1.5707963267948966 rad + pos: -2.5,44.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18401 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,43.5 + rot: -1.5707963267948966 rad + pos: -1.5,44.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18402 components: - type: Transform rot: -1.5707963267948966 rad - pos: -15.5,46.5 + pos: -0.5,44.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18403 components: - type: Transform rot: -1.5707963267948966 rad - pos: -14.5,46.5 + pos: 0.5,44.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18404 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,46.5 + rot: 3.141592653589793 rad + pos: 1.5,45.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18405 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,46.5 + rot: 3.141592653589793 rad + pos: -0.5,47.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18406 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,44.5 + pos: 1.5,48.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18407 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,44.5 + pos: 1.5,49.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18408 components: - type: Transform - pos: 1.5,47.5 + pos: 1.5,50.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18409 components: - type: Transform - rot: 3.141592653589793 rad - pos: 70.5,35.5 + pos: 1.5,51.5 parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 18410 components: - type: Transform - rot: 3.141592653589793 rad - pos: 70.5,34.5 + pos: 1.5,52.5 parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 18411 components: - type: Transform - rot: 3.141592653589793 rad - pos: 70.5,33.5 + pos: 1.5,53.5 parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 18412 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,38.5 + pos: 1.5,54.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18413 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,38.5 + pos: -0.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18414 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,38.5 + pos: -0.5,50.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18415 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 53.5,50.5 + pos: -0.5,51.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18416 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 52.5,50.5 + pos: -0.5,52.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18417 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 51.5,50.5 + pos: -0.5,53.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18418 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 50.5,50.5 + pos: -0.5,54.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18419 components: - type: Transform rot: -1.5707963267948966 rad - pos: 49.5,50.5 + pos: -17.5,51.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18420 components: - type: Transform rot: -1.5707963267948966 rad - pos: 48.5,50.5 + pos: -18.5,51.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18421 components: - type: Transform rot: -1.5707963267948966 rad - pos: 51.5,49.5 + pos: -19.5,51.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' @@ -120190,445 +120671,425 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: 50.5,49.5 + pos: -18.5,50.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18423 components: - type: Transform rot: -1.5707963267948966 rad - pos: 49.5,49.5 + pos: -19.5,50.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18424 components: - type: Transform rot: -1.5707963267948966 rad - pos: 48.5,49.5 + pos: -20.5,50.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18425 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 47.5,49.5 + rot: 3.141592653589793 rad + pos: -20.5,50.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18426 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,49.5 + rot: 3.141592653589793 rad + pos: -20.5,49.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18427 components: - type: Transform - pos: 47.5,49.5 + rot: 3.141592653589793 rad + pos: -21.5,49.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18428 components: - type: Transform - pos: 47.5,48.5 + rot: 3.141592653589793 rad + pos: -16.5,50.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18429 components: - type: Transform - pos: 47.5,47.5 + rot: 1.5707963267948966 rad + pos: -16.5,50.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18430 components: - type: Transform - pos: 45.5,48.5 + rot: 1.5707963267948966 rad + pos: -15.5,50.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18431 components: - type: Transform - pos: 45.5,47.5 + rot: 1.5707963267948966 rad + pos: -14.5,50.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18432 components: - type: Transform - pos: 45.5,46.5 + rot: 1.5707963267948966 rad + pos: -13.5,50.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18433 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,46.5 + rot: 1.5707963267948966 rad + pos: -15.5,51.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18434 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 45.5,46.5 + rot: 1.5707963267948966 rad + pos: -14.5,51.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18435 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 43.5,46.5 + pos: -21.5,52.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18436 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 44.5,46.5 + pos: -21.5,53.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18437 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 42.5,46.5 + pos: -21.5,54.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18438 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 41.5,46.5 + pos: -21.5,55.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18439 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 44.5,45.5 + pos: -21.5,56.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18440 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 43.5,45.5 + pos: -21.5,57.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18441 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 42.5,45.5 + pos: -22.5,51.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18442 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 41.5,45.5 + pos: -22.5,52.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18443 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,67.5 + pos: -22.5,53.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18444 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,66.5 + pos: -22.5,54.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18445 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,65.5 + pos: -22.5,55.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18446 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,64.5 + pos: -22.5,56.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18447 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,67.5 + pos: -22.5,57.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18448 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,66.5 + pos: -22.5,58.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18449 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,65.5 + pos: -22.5,59.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18450 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,64.5 + pos: -21.5,59.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18451 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,68.5 + pos: -21.5,60.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18452 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,67.5 + pos: -21.5,61.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18453 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,66.5 + pos: -22.5,62.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18454 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,65.5 + rot: -1.5707963267948966 rad + pos: -20.5,62.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18455 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,68.5 + rot: -1.5707963267948966 rad + pos: -19.5,62.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18456 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,67.5 + rot: -1.5707963267948966 rad + pos: -18.5,62.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18457 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,66.5 + rot: -1.5707963267948966 rad + pos: -21.5,61.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18458 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,65.5 + rot: -1.5707963267948966 rad + pos: -20.5,61.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18459 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,69.5 + rot: -1.5707963267948966 rad + pos: -19.5,61.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18460 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,69.5 + rot: -1.5707963267948966 rad + pos: -18.5,61.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18461 components: - type: Transform - pos: -2.5,66.5 + pos: -22.5,63.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18462 components: - type: Transform - pos: -2.5,65.5 + pos: -22.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18463 components: - type: Transform - pos: -2.5,64.5 + pos: -22.5,65.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18464 components: - type: Transform - pos: -2.5,63.5 + pos: -22.5,67.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18465 components: - type: Transform - pos: -2.5,61.5 + pos: -22.5,68.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18466 components: - type: Transform - pos: -2.5,60.5 + pos: -22.5,69.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18467 components: - type: Transform - pos: -2.5,59.5 + pos: -22.5,70.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18468 components: - type: Transform - pos: -1.5,65.5 + pos: -22.5,71.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18469 components: - type: Transform - pos: -1.5,64.5 + pos: -22.5,72.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18470 components: - type: Transform - pos: -1.5,63.5 + pos: -21.5,63.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18471 components: - type: Transform - pos: -1.5,62.5 + pos: -21.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18472 components: - type: Transform - pos: -1.5,60.5 + pos: -21.5,65.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18473 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,46.5 + pos: -21.5,66.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18474 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,46.5 + pos: -21.5,67.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18475 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,46.5 + pos: -21.5,68.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18476 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,46.5 + pos: -21.5,69.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18477 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,46.5 + pos: -21.5,70.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18478 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,46.5 + pos: -21.5,71.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18479 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,46.5 + pos: -21.5,72.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' @@ -120636,7 +121097,7 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: -4.5,46.5 + pos: -16.5,62.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' @@ -120644,7 +121105,7 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: -3.5,46.5 + pos: -15.5,62.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' @@ -120652,7 +121113,7 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: -2.5,46.5 + pos: -14.5,62.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' @@ -120660,15 +121121,15 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: -1.5,46.5 + pos: -16.5,61.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18484 components: - type: Transform rot: -1.5707963267948966 rad - pos: -11.5,44.5 + pos: -15.5,61.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' @@ -120676,7 +121137,7 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: -10.5,44.5 + pos: -14.5,61.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' @@ -120684,274 +121145,264 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: -9.5,44.5 + pos: -13.5,61.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18487 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,44.5 + pos: -13.5,61.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18488 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,44.5 + pos: -13.5,60.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18489 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,44.5 + pos: -13.5,59.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18490 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,44.5 + pos: -12.5,62.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18491 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,44.5 + pos: -12.5,63.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18492 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,44.5 + pos: -12.5,64.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18493 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,44.5 + pos: -12.5,65.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18494 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,44.5 + pos: -12.5,66.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18495 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,44.5 + pos: -12.5,67.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18496 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,44.5 + pos: -12.5,68.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18497 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,45.5 + pos: -12.5,69.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18498 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,47.5 + pos: -12.5,70.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18499 components: - type: Transform - pos: 1.5,48.5 + pos: -12.5,71.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18500 components: - type: Transform - pos: 1.5,49.5 + pos: -12.5,72.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18501 components: - type: Transform - pos: 1.5,50.5 + pos: -13.5,63.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18502 components: - type: Transform - pos: 1.5,51.5 + pos: -13.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18503 components: - type: Transform - pos: 1.5,52.5 + pos: -13.5,65.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18504 components: - type: Transform - pos: 1.5,53.5 + pos: -13.5,67.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18505 components: - type: Transform - pos: 1.5,54.5 + pos: -13.5,68.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18506 components: - type: Transform - pos: -0.5,49.5 + pos: -13.5,69.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18507 components: - type: Transform - pos: -0.5,50.5 + pos: -13.5,70.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18508 components: - type: Transform - pos: -0.5,51.5 + pos: -13.5,71.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18509 components: - type: Transform - pos: -0.5,52.5 + pos: -13.5,72.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18510 components: - type: Transform - pos: -0.5,53.5 + rot: 1.5707963267948966 rad + pos: -11.5,59.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18511 components: - type: Transform - pos: -0.5,54.5 + rot: 1.5707963267948966 rad + pos: -10.5,59.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18512 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,51.5 + rot: 1.5707963267948966 rad + pos: -9.5,59.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18513 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,51.5 + rot: 1.5707963267948966 rad + pos: -8.5,59.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18514 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,51.5 + rot: 1.5707963267948966 rad + pos: -7.5,59.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18515 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,50.5 + rot: 1.5707963267948966 rad + pos: -6.5,59.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18516 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,50.5 + rot: 1.5707963267948966 rad + pos: -5.5,59.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18517 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,50.5 + rot: 1.5707963267948966 rad + pos: -4.5,59.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18518 components: - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,50.5 + rot: 1.5707963267948966 rad + pos: -12.5,58.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18519 components: - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,49.5 + rot: 1.5707963267948966 rad + pos: -11.5,58.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18520 components: - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,49.5 + rot: 1.5707963267948966 rad + pos: -10.5,58.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18521 components: - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,50.5 + rot: 1.5707963267948966 rad + pos: -9.5,58.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' @@ -120959,212 +121410,213 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: -16.5,50.5 + pos: -8.5,58.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18523 components: - type: Transform rot: 1.5707963267948966 rad - pos: -15.5,50.5 + pos: -7.5,58.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18524 components: - type: Transform rot: 1.5707963267948966 rad - pos: -14.5,50.5 + pos: -6.5,58.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18525 components: - type: Transform rot: 1.5707963267948966 rad - pos: -13.5,50.5 + pos: -5.5,58.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18526 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,51.5 + pos: -12.5,58.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18527 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,51.5 + pos: -12.5,57.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18528 components: - type: Transform - pos: -21.5,52.5 + pos: -12.5,56.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18529 components: - type: Transform - pos: -21.5,53.5 + pos: -12.5,55.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18530 components: - type: Transform - pos: -21.5,54.5 + pos: -12.5,54.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18531 components: - type: Transform - pos: -21.5,55.5 + pos: -12.5,53.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18532 components: - type: Transform - pos: -21.5,56.5 + pos: -12.5,52.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18533 components: - type: Transform - pos: -21.5,57.5 + pos: -12.5,51.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18534 components: - type: Transform - pos: -22.5,51.5 + pos: -13.5,56.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18535 components: - type: Transform - pos: -22.5,52.5 + pos: -13.5,55.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18536 components: - type: Transform - pos: -22.5,53.5 + pos: -13.5,54.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18537 components: - type: Transform - pos: -22.5,54.5 + pos: -13.5,53.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18538 components: - type: Transform - pos: -22.5,55.5 + pos: -13.5,52.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18539 components: - type: Transform - pos: -22.5,56.5 + rot: 1.5707963267948966 rad + pos: -3.5,59.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18540 components: - type: Transform - pos: -22.5,57.5 + rot: 1.5707963267948966 rad + pos: -2.5,59.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18541 components: - type: Transform - pos: -22.5,58.5 + rot: 1.5707963267948966 rad + pos: -4.5,58.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18542 components: - type: Transform - pos: -22.5,59.5 + rot: 1.5707963267948966 rad + pos: -3.5,58.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18543 components: - type: Transform - pos: -21.5,59.5 + rot: -1.5707963267948966 rad + pos: 0.5,59.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18544 components: - type: Transform - pos: -21.5,60.5 + rot: 1.5707963267948966 rad + pos: -1.5,58.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18545 components: - type: Transform - pos: -21.5,61.5 + pos: -0.5,57.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18546 components: - type: Transform - pos: -22.5,62.5 + rot: 1.5707963267948966 rad + pos: -0.5,59.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18547 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,62.5 + pos: -0.5,55.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18548 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,62.5 + pos: 1.5,58.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18549 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,62.5 + pos: 1.5,56.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18550 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,61.5 + pos: 1.5,55.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' @@ -121172,7 +121624,7 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: -20.5,61.5 + pos: 38.5,47.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' @@ -121180,7 +121632,7 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: -19.5,61.5 + pos: 37.5,47.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' @@ -121188,365 +121640,394 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: -18.5,61.5 + pos: 36.5,47.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18554 components: - type: Transform - pos: -22.5,63.5 + rot: -1.5707963267948966 rad + pos: 35.5,47.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18555 components: - type: Transform - pos: -22.5,64.5 + rot: -1.5707963267948966 rad + pos: 34.5,47.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18556 components: - type: Transform - pos: -22.5,65.5 + rot: -1.5707963267948966 rad + pos: 33.5,47.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18557 components: - type: Transform - pos: -22.5,67.5 + rot: -1.5707963267948966 rad + pos: 32.5,47.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18558 components: - type: Transform - pos: -22.5,68.5 + rot: -1.5707963267948966 rad + pos: 31.5,47.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18559 components: - type: Transform - pos: -22.5,69.5 + rot: -1.5707963267948966 rad + pos: 30.5,47.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18560 components: - type: Transform - pos: -22.5,70.5 + rot: -1.5707963267948966 rad + pos: 28.5,45.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18561 components: - type: Transform - pos: -22.5,71.5 + rot: -1.5707963267948966 rad + pos: 27.5,45.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18562 components: - type: Transform - pos: -22.5,72.5 + rot: -1.5707963267948966 rad + pos: 26.5,45.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18563 components: - type: Transform - pos: -21.5,63.5 + rot: -1.5707963267948966 rad + pos: 25.5,45.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18564 components: - type: Transform - pos: -21.5,64.5 + rot: -1.5707963267948966 rad + pos: 28.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18565 components: - type: Transform - pos: -21.5,65.5 + rot: -1.5707963267948966 rad + pos: 27.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18566 components: - type: Transform - pos: -21.5,66.5 + rot: -1.5707963267948966 rad + pos: 26.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18567 components: - type: Transform - pos: -21.5,67.5 + rot: -1.5707963267948966 rad + pos: 25.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18568 components: - type: Transform - pos: -21.5,68.5 + rot: -1.5707963267948966 rad + pos: 24.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18569 components: - type: Transform - pos: -21.5,69.5 + rot: 1.5707963267948966 rad + pos: 30.5,44.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18570 components: - type: Transform - pos: -21.5,70.5 + rot: 1.5707963267948966 rad + pos: 31.5,44.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18571 components: - type: Transform - pos: -21.5,71.5 + rot: 1.5707963267948966 rad + pos: 32.5,44.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18572 components: - type: Transform - pos: -21.5,72.5 + rot: 1.5707963267948966 rad + pos: 33.5,44.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18573 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,62.5 + rot: 1.5707963267948966 rad + pos: 34.5,44.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18574 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,62.5 + rot: 1.5707963267948966 rad + pos: 35.5,44.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18575 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,62.5 + rot: 1.5707963267948966 rad + pos: 36.5,44.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18576 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,61.5 + rot: 1.5707963267948966 rad + pos: 37.5,44.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18577 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,61.5 + rot: 1.5707963267948966 rad + pos: 38.5,44.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18578 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,61.5 + rot: 1.5707963267948966 rad + pos: 39.5,44.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18579 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,61.5 + rot: 3.141592653589793 rad + pos: -6.5,-91.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18580 components: - type: Transform - pos: -13.5,61.5 + pos: -22.5,-90.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18581 components: - type: Transform - pos: -13.5,60.5 + pos: -22.5,-91.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18582 components: - type: Transform - pos: -13.5,59.5 + pos: -22.5,-92.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18583 components: - type: Transform - pos: -12.5,62.5 + pos: -22.5,-93.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18584 components: - type: Transform - pos: -12.5,63.5 + pos: -22.5,-94.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18585 components: - type: Transform - pos: -12.5,64.5 + pos: -22.5,-95.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18586 components: - type: Transform - pos: -12.5,65.5 + pos: -20.5,-89.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18587 components: - type: Transform - pos: -12.5,66.5 + pos: -20.5,-90.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18588 components: - type: Transform - pos: -12.5,67.5 + pos: -20.5,-91.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18589 components: - type: Transform - pos: -12.5,68.5 + pos: -20.5,-92.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18590 components: - type: Transform - pos: -12.5,69.5 + pos: -20.5,-93.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18591 components: - type: Transform - pos: -12.5,70.5 + pos: -20.5,-94.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18592 components: - type: Transform - pos: -12.5,71.5 + pos: -20.5,-95.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18593 components: - type: Transform - pos: -12.5,72.5 + rot: 3.141592653589793 rad + pos: -22.5,-97.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18594 components: - type: Transform - pos: -13.5,63.5 + rot: 1.5707963267948966 rad + pos: -21.5,-97.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18595 components: - type: Transform - pos: -13.5,64.5 + rot: 1.5707963267948966 rad + pos: -22.5,-97.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18596 components: - type: Transform - pos: -13.5,65.5 + rot: 1.5707963267948966 rad + pos: -23.5,-97.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18597 components: - type: Transform - pos: -13.5,67.5 + rot: 1.5707963267948966 rad + pos: -24.5,-97.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18598 components: - type: Transform - pos: -13.5,68.5 + rot: 1.5707963267948966 rad + pos: -25.5,-97.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18599 components: - type: Transform - pos: -13.5,69.5 + rot: 1.5707963267948966 rad + pos: -26.5,-97.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18600 components: - type: Transform - pos: -13.5,70.5 + rot: 1.5707963267948966 rad + pos: -27.5,-97.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18601 components: - type: Transform - pos: -13.5,71.5 + rot: 1.5707963267948966 rad + pos: -28.5,-97.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18602 components: - type: Transform - pos: -13.5,72.5 + rot: 1.5707963267948966 rad + pos: -29.5,-97.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18603 components: - type: Transform rot: 1.5707963267948966 rad - pos: -11.5,59.5 + pos: -30.5,-97.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' @@ -121554,63 +122035,63 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: -10.5,59.5 + pos: -23.5,-96.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18605 components: - type: Transform rot: 1.5707963267948966 rad - pos: -9.5,59.5 + pos: -24.5,-96.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18606 components: - type: Transform rot: 1.5707963267948966 rad - pos: -8.5,59.5 + pos: -25.5,-96.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18607 components: - type: Transform rot: 1.5707963267948966 rad - pos: -7.5,59.5 + pos: -26.5,-96.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18608 components: - type: Transform rot: 1.5707963267948966 rad - pos: -6.5,59.5 + pos: -27.5,-96.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18609 components: - type: Transform rot: 1.5707963267948966 rad - pos: -5.5,59.5 + pos: -28.5,-96.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18610 components: - type: Transform rot: 1.5707963267948966 rad - pos: -4.5,59.5 + pos: -29.5,-96.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18611 components: - type: Transform rot: 1.5707963267948966 rad - pos: -12.5,58.5 + pos: -30.5,-96.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' @@ -121618,7 +122099,7 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: -11.5,58.5 + pos: -20.5,-98.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' @@ -121626,7 +122107,7 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: -10.5,58.5 + pos: -19.5,-98.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' @@ -121634,7 +122115,7 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: -9.5,58.5 + pos: -18.5,-98.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' @@ -121642,7 +122123,7 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: -8.5,58.5 + pos: -17.5,-98.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' @@ -121650,7 +122131,7 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: -7.5,58.5 + pos: -16.5,-98.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' @@ -121658,106 +122139,119 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: -6.5,58.5 + pos: -19.5,-97.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18618 components: - type: Transform rot: 1.5707963267948966 rad - pos: -5.5,58.5 + pos: -18.5,-97.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18619 components: - type: Transform - pos: -12.5,58.5 + rot: 1.5707963267948966 rad + pos: -17.5,-97.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18620 components: - type: Transform - pos: -12.5,57.5 + rot: 1.5707963267948966 rad + pos: -16.5,-97.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18621 components: - type: Transform - pos: -12.5,56.5 + rot: 1.5707963267948966 rad + pos: -15.5,-97.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18622 components: - type: Transform - pos: -12.5,55.5 + rot: 1.5707963267948966 rad + pos: -14.5,-97.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18623 components: - type: Transform - pos: -12.5,54.5 + rot: 1.5707963267948966 rad + pos: -13.5,-97.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18624 components: - type: Transform - pos: -12.5,53.5 + rot: 1.5707963267948966 rad + pos: -12.5,-97.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18625 components: - type: Transform - pos: -12.5,52.5 + rot: 1.5707963267948966 rad + pos: -11.5,-97.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18626 components: - type: Transform - pos: -12.5,51.5 + rot: 1.5707963267948966 rad + pos: -10.5,-97.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18627 components: - type: Transform - pos: -13.5,56.5 + rot: 1.5707963267948966 rad + pos: -15.5,-98.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18628 components: - type: Transform - pos: -13.5,55.5 + rot: 1.5707963267948966 rad + pos: -14.5,-98.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18629 components: - type: Transform - pos: -13.5,54.5 + rot: 1.5707963267948966 rad + pos: -13.5,-98.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18630 components: - type: Transform - pos: -13.5,53.5 + rot: 1.5707963267948966 rad + pos: -12.5,-98.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18631 components: - type: Transform - pos: -13.5,52.5 + rot: 1.5707963267948966 rad + pos: -11.5,-98.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' @@ -121765,23 +122259,23 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: -3.5,59.5 + pos: -10.5,-98.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18633 components: - type: Transform rot: 1.5707963267948966 rad - pos: -2.5,59.5 + pos: -9.5,-98.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18634 components: - type: Transform rot: 1.5707963267948966 rad - pos: -4.5,58.5 + pos: -8.5,-98.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' @@ -121789,194 +122283,184 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: -3.5,58.5 + pos: -9.5,-97.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18636 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,59.5 + pos: -8.5,-96.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18637 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,58.5 + pos: -8.5,-95.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18638 components: - type: Transform - pos: -0.5,57.5 + pos: -8.5,-94.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18639 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,59.5 + pos: -8.5,-93.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18640 components: - type: Transform - pos: -0.5,55.5 + pos: -8.5,-92.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18641 components: - type: Transform - pos: 1.5,58.5 + pos: -7.5,-97.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18642 components: - type: Transform - pos: 1.5,56.5 + pos: -7.5,-96.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18643 components: - type: Transform - pos: 1.5,55.5 + pos: -7.5,-95.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18644 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,47.5 + pos: -7.5,-94.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18645 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 37.5,47.5 + pos: -8.5,-90.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18646 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,47.5 + pos: -8.5,-89.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18647 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,47.5 + pos: -8.5,-88.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18648 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,47.5 + pos: -8.5,-87.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18649 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,47.5 + pos: -8.5,-86.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18650 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,47.5 + pos: -8.5,-85.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18651 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,47.5 + rot: 3.141592653589793 rad + pos: -6.5,-89.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18652 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,47.5 + rot: 3.141592653589793 rad + pos: -6.5,-90.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18653 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,45.5 + rot: 3.141592653589793 rad + pos: -6.5,-92.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18654 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,45.5 + rot: 3.141592653589793 rad + pos: -6.5,-88.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18655 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,45.5 + rot: 3.141592653589793 rad + pos: -6.5,-87.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18656 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,45.5 + rot: 3.141592653589793 rad + pos: -6.5,-86.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18657 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,46.5 + rot: 3.141592653589793 rad + pos: -6.5,-85.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18658 components: - type: Transform rot: -1.5707963267948966 rad - pos: 27.5,46.5 + pos: -31.5,-96.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18659 components: - type: Transform rot: -1.5707963267948966 rad - pos: 26.5,46.5 + pos: -31.5,-97.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' @@ -121984,234 +122468,236 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: 25.5,46.5 + pos: -32.5,-96.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18661 components: - type: Transform rot: -1.5707963267948966 rad - pos: 24.5,46.5 + pos: -32.5,-97.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18662 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,44.5 + rot: -1.5707963267948966 rad + pos: -33.5,-96.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18663 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 31.5,44.5 + rot: -1.5707963267948966 rad + pos: -33.5,-97.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18664 components: - type: Transform rot: 1.5707963267948966 rad - pos: 32.5,44.5 + pos: 36.5,-72.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18665 components: - type: Transform rot: 1.5707963267948966 rad - pos: 33.5,44.5 + pos: 63.5,-34.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18666 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,44.5 + pos: 70.5,-48.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18667 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,44.5 + rot: -1.5707963267948966 rad + pos: 61.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18668 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,44.5 + rot: -1.5707963267948966 rad + pos: 62.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18669 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,44.5 + rot: -1.5707963267948966 rad + pos: 63.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18670 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,44.5 + rot: -1.5707963267948966 rad + pos: 64.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18671 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,44.5 + rot: -1.5707963267948966 rad + pos: 66.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18672 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-91.5 + rot: -1.5707963267948966 rad + pos: 67.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18673 components: - type: Transform - pos: -22.5,-90.5 + rot: -1.5707963267948966 rad + pos: 66.5,-34.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18674 components: - type: Transform - pos: -22.5,-91.5 + rot: -1.5707963267948966 rad + pos: 68.5,-34.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18675 components: - type: Transform - pos: -22.5,-92.5 + rot: -1.5707963267948966 rad + pos: 69.5,-34.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18676 components: - type: Transform - pos: -22.5,-93.5 + rot: -1.5707963267948966 rad + pos: 69.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18677 components: - type: Transform - pos: -22.5,-94.5 + rot: -1.5707963267948966 rad + pos: 70.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18678 components: - type: Transform - pos: -22.5,-95.5 + rot: -1.5707963267948966 rad + pos: 70.5,-34.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18679 components: - type: Transform - pos: -20.5,-89.5 + pos: 72.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#999000FF' - uid: 18680 components: - type: Transform - pos: -20.5,-90.5 + rot: -1.5707963267948966 rad + pos: 71.5,-34.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18681 components: - type: Transform - pos: -20.5,-91.5 + rot: -1.5707963267948966 rad + pos: 72.5,-34.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18682 components: - type: Transform - pos: -20.5,-92.5 + pos: 74.5,-35.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18683 components: - type: Transform - pos: -20.5,-93.5 + pos: 74.5,-36.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18684 components: - type: Transform - pos: -20.5,-94.5 + pos: 74.5,-37.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18685 components: - type: Transform - pos: -20.5,-95.5 + pos: 74.5,-38.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18686 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-97.5 + pos: 74.5,-39.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18687 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,-97.5 + pos: 74.5,-40.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18688 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,-97.5 + pos: 75.5,-34.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18689 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,-97.5 + pos: 75.5,-35.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18690 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,-97.5 + pos: 75.5,-36.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' @@ -122219,231 +122705,225 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: -25.5,-97.5 + pos: 74.5,-37.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18692 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,-97.5 + pos: 75.5,-38.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18693 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,-97.5 + pos: 75.5,-39.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18694 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,-97.5 + rot: 3.141592653589793 rad + pos: 72.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#999000FF' - uid: 18695 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,-97.5 + rot: 3.141592653589793 rad + pos: 75.5,-41.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18696 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,-97.5 + rot: 3.141592653589793 rad + pos: 75.5,-42.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18697 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,-96.5 + rot: 3.141592653589793 rad + pos: 74.5,-42.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18698 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,-96.5 + rot: 3.141592653589793 rad + pos: 74.5,-43.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18699 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,-96.5 + rot: 3.141592653589793 rad + pos: 74.5,-44.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18700 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,-96.5 + rot: 3.141592653589793 rad + pos: 75.5,-43.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18701 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,-96.5 + rot: 3.141592653589793 rad + pos: 75.5,-44.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18702 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,-96.5 + rot: 3.141592653589793 rad + pos: 75.5,-45.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18703 components: - type: Transform rot: 1.5707963267948966 rad - pos: -29.5,-96.5 + pos: 71.5,-48.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18704 components: - type: Transform rot: 1.5707963267948966 rad - pos: -30.5,-96.5 + pos: 74.5,-46.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18705 components: - type: Transform rot: 1.5707963267948966 rad - pos: -20.5,-98.5 + pos: 69.5,-47.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18706 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,-98.5 + rot: -1.5707963267948966 rad + pos: 73.5,-45.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18707 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,-98.5 + rot: -1.5707963267948966 rad + pos: 72.5,-45.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18708 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,-98.5 + pos: 5.5,-26.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18709 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,-98.5 + pos: 5.5,-27.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18710 components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,-97.5 + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18711 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,-97.5 + rot: -1.5707963267948966 rad + pos: 62.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18712 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,-97.5 + pos: 66.5,-39.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18713 components: - type: Transform rot: 1.5707963267948966 rad - pos: -16.5,-97.5 + pos: 73.5,-37.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18714 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,-97.5 + rot: -1.5707963267948966 rad + pos: 70.5,-36.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18715 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,-97.5 + rot: -1.5707963267948966 rad + pos: 68.5,-36.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18716 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-97.5 + rot: -1.5707963267948966 rad + pos: 69.5,-37.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#9755CCFF' - uid: 18717 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-97.5 + rot: -1.5707963267948966 rad + pos: 69.5,-36.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18718 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,-97.5 + pos: 71.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#9755CCFF' - uid: 18719 components: - type: Transform rot: 1.5707963267948966 rad - pos: -10.5,-97.5 + pos: 71.5,-33.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' @@ -122451,63 +122931,58 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: -15.5,-98.5 + pos: 72.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18721 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,-98.5 + pos: -55.5,-62.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 18722 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-98.5 + rot: -1.5707963267948966 rad + pos: 71.5,-38.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#999000FF' - uid: 18723 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-98.5 + rot: -1.5707963267948966 rad + pos: 69.5,-38.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#999000FF' - uid: 18724 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,-98.5 + rot: 3.141592653589793 rad + pos: 73.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18725 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-98.5 + rot: 3.141592653589793 rad + pos: 73.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18726 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-98.5 + pos: 5.5,-28.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18727 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-98.5 + pos: 5.5,-29.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' @@ -122515,200 +122990,203 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: -9.5,-97.5 + pos: 60.5,-34.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18729 components: - type: Transform - pos: -8.5,-96.5 + rot: 3.141592653589793 rad + pos: 55.5,-50.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 18730 components: - type: Transform - pos: -8.5,-95.5 + rot: 3.141592653589793 rad + pos: 55.5,-49.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 18731 components: - type: Transform - pos: -8.5,-94.5 + rot: 1.5707963267948966 rad + pos: 54.5,-48.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 18732 components: - type: Transform - pos: -8.5,-93.5 + pos: -54.5,-62.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 18733 components: - type: Transform - pos: -8.5,-92.5 + pos: -54.5,-61.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 18734 components: - type: Transform - pos: -7.5,-97.5 + rot: -1.5707963267948966 rad + pos: 61.5,-11.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18735 components: - type: Transform - pos: -7.5,-96.5 + rot: -1.5707963267948966 rad + pos: 60.5,-11.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18736 components: - type: Transform - pos: -7.5,-95.5 + rot: -1.5707963267948966 rad + pos: 59.5,-11.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18737 components: - type: Transform - pos: -7.5,-94.5 + rot: -1.5707963267948966 rad + pos: 58.5,-11.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18738 components: - type: Transform - pos: -8.5,-90.5 + rot: -1.5707963267948966 rad + pos: 57.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18739 components: - type: Transform - pos: -8.5,-89.5 + rot: -1.5707963267948966 rad + pos: 56.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18740 components: - type: Transform - pos: -8.5,-88.5 + rot: 1.5707963267948966 rad + pos: 54.5,-6.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18741 components: - type: Transform - pos: -8.5,-87.5 + rot: 1.5707963267948966 rad + pos: 55.5,-6.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18742 components: - type: Transform - pos: -8.5,-86.5 + rot: 1.5707963267948966 rad + pos: 56.5,-6.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18743 components: - type: Transform - pos: -8.5,-85.5 + rot: 1.5707963267948966 rad + pos: 57.5,-6.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18744 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-89.5 + rot: 1.5707963267948966 rad + pos: 58.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18745 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-90.5 + rot: 1.5707963267948966 rad + pos: 59.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18746 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-92.5 + rot: 1.5707963267948966 rad + pos: 60.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18747 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-88.5 + rot: 1.5707963267948966 rad + pos: 31.5,-72.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18748 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-87.5 + rot: 1.5707963267948966 rad + pos: 35.5,-72.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18749 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-86.5 + rot: 1.5707963267948966 rad + pos: -19.5,25.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18750 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-85.5 + rot: 1.5707963267948966 rad + pos: -18.5,25.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18751 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,-96.5 + rot: 1.5707963267948966 rad + pos: -17.5,25.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18752 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,-97.5 + rot: 1.5707963267948966 rad + pos: -16.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18753 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,-96.5 + rot: 1.5707963267948966 rad + pos: -17.5,24.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18754 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,-97.5 + rot: 1.5707963267948966 rad + pos: -16.5,24.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' @@ -122716,38 +123194,38 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: -33.5,-96.5 + pos: 71.5,-36.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18756 components: - type: Transform rot: -1.5707963267948966 rad - pos: -33.5,-97.5 + pos: 71.5,-37.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#9755CCFF' - uid: 18757 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,-72.5 + pos: -5.5,-9.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18758 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 63.5,-34.5 + rot: -1.5707963267948966 rad + pos: -4.5,-12.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18759 components: - type: Transform - pos: 70.5,-48.5 + rot: -1.5707963267948966 rad + pos: -5.5,-12.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' @@ -122755,23 +123233,23 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: 61.5,-33.5 + pos: -6.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18761 components: - type: Transform rot: -1.5707963267948966 rad - pos: 62.5,-33.5 + pos: -7.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18762 components: - type: Transform rot: -1.5707963267948966 rad - pos: 63.5,-33.5 + pos: -6.5,-14.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' @@ -122779,542 +123257,569 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: 64.5,-33.5 + pos: -7.5,-14.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18764 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 66.5,-33.5 + rot: 3.141592653589793 rad + pos: -11.5,-23.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18765 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 67.5,-33.5 + rot: 3.141592653589793 rad + pos: -11.5,-21.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18766 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 66.5,-34.5 + rot: 3.141592653589793 rad + pos: -11.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18767 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 68.5,-34.5 + rot: 3.141592653589793 rad + pos: -11.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18768 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 69.5,-34.5 + rot: 3.141592653589793 rad + pos: -10.5,-19.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18769 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 69.5,-33.5 + rot: 3.141592653589793 rad + pos: -10.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18770 components: - type: Transform rot: -1.5707963267948966 rad - pos: 70.5,-33.5 + pos: -9.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18771 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 70.5,-34.5 + rot: 3.141592653589793 rad + pos: -28.5,-72.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18772 components: - type: Transform - pos: 72.5,-32.5 + rot: 3.141592653589793 rad + pos: -28.5,-73.5 parent: 2 - type: AtmosPipeColor - color: '#999000FF' + color: '#990000FF' - uid: 18773 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 71.5,-34.5 + rot: 3.141592653589793 rad + pos: -30.5,-72.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18774 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 72.5,-34.5 + rot: 3.141592653589793 rad + pos: -30.5,-73.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18775 components: - type: Transform - pos: 74.5,-35.5 + rot: 1.5707963267948966 rad + pos: 34.5,-72.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18776 components: - type: Transform - pos: 74.5,-36.5 + rot: 1.5707963267948966 rad + pos: 33.5,-72.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18777 components: - type: Transform - pos: 74.5,-37.5 + rot: -1.5707963267948966 rad + pos: -45.5,-35.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 18778 components: - type: Transform - pos: 74.5,-38.5 + rot: -1.5707963267948966 rad + pos: -46.5,-35.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 18779 components: - type: Transform - pos: 74.5,-39.5 + rot: -1.5707963267948966 rad + pos: -47.5,-35.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 18780 components: - type: Transform - pos: 74.5,-40.5 + rot: 3.141592653589793 rad + pos: 30.5,-80.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18781 components: - type: Transform - pos: 75.5,-34.5 + rot: 3.141592653589793 rad + pos: 47.5,-76.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18782 components: - type: Transform - pos: 75.5,-35.5 + rot: 3.141592653589793 rad + pos: 47.5,-77.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18783 components: - type: Transform - pos: 75.5,-36.5 + rot: 3.141592653589793 rad + pos: 47.5,-78.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18784 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 74.5,-37.5 + rot: 3.141592653589793 rad + pos: 29.5,-82.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18785 components: - type: Transform - pos: 75.5,-38.5 + rot: 1.5707963267948966 rad + pos: 47.5,-73.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18786 components: - type: Transform - pos: 75.5,-39.5 + rot: 3.141592653589793 rad + pos: 48.5,-80.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18787 components: - type: Transform - rot: 3.141592653589793 rad - pos: 72.5,-30.5 + rot: 1.5707963267948966 rad + pos: 43.5,-72.5 parent: 2 - type: AtmosPipeColor - color: '#999000FF' + color: '#0055CCFF' - uid: 18788 components: - type: Transform rot: 3.141592653589793 rad - pos: 75.5,-41.5 + pos: 29.5,-75.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18789 components: - type: Transform - rot: 3.141592653589793 rad - pos: 75.5,-42.5 + rot: 1.5707963267948966 rad + pos: 29.5,-72.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18790 components: - type: Transform - rot: 3.141592653589793 rad - pos: 74.5,-42.5 + rot: 1.5707963267948966 rad + pos: 28.5,-72.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18791 components: - type: Transform - rot: 3.141592653589793 rad - pos: 74.5,-43.5 + rot: 1.5707963267948966 rad + pos: 27.5,-72.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18792 components: - type: Transform - rot: 3.141592653589793 rad - pos: 74.5,-44.5 + rot: 1.5707963267948966 rad + pos: 26.5,-72.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18793 components: - type: Transform - rot: 3.141592653589793 rad - pos: 75.5,-43.5 + rot: 1.5707963267948966 rad + pos: 39.5,-73.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18794 components: - type: Transform - rot: 3.141592653589793 rad - pos: 75.5,-44.5 + rot: 1.5707963267948966 rad + pos: 38.5,-73.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18795 components: - type: Transform - rot: 3.141592653589793 rad - pos: 75.5,-45.5 + rot: 1.5707963267948966 rad + pos: 37.5,-73.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18796 components: - type: Transform rot: 1.5707963267948966 rad - pos: 71.5,-48.5 + pos: 36.5,-73.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18797 components: - type: Transform rot: 1.5707963267948966 rad - pos: 74.5,-46.5 + pos: 35.5,-73.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18798 components: - type: Transform rot: 1.5707963267948966 rad - pos: 69.5,-47.5 + pos: 34.5,-73.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18799 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 73.5,-45.5 + rot: 1.5707963267948966 rad + pos: 33.5,-73.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18800 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 72.5,-45.5 + rot: 1.5707963267948966 rad + pos: 31.5,-73.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18801 components: - type: Transform - pos: 5.5,-26.5 + rot: 1.5707963267948966 rad + pos: 30.5,-73.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18802 components: - type: Transform - pos: 5.5,-27.5 + rot: 3.141592653589793 rad + pos: 29.5,-74.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18803 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-25.5 + rot: 1.5707963267948966 rad + pos: 28.5,-73.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18804 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 62.5,-11.5 + rot: 1.5707963267948966 rad + pos: 27.5,-73.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18805 components: - type: Transform - pos: 66.5,-39.5 + rot: 1.5707963267948966 rad + pos: 26.5,-73.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18806 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 73.5,-37.5 + rot: -1.5707963267948966 rad + pos: 25.5,-73.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18807 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 70.5,-36.5 + rot: 1.5707963267948966 rad + pos: 26.5,-82.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18808 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 68.5,-36.5 + rot: 3.141592653589793 rad + pos: 29.5,-76.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18809 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 69.5,-37.5 + rot: 3.141592653589793 rad + pos: 29.5,-77.5 parent: 2 - type: AtmosPipeColor - color: '#9755CCFF' + color: '#990000FF' - uid: 18810 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 69.5,-36.5 + rot: 1.5707963267948966 rad + pos: 27.5,-82.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18811 components: - type: Transform - pos: 71.5,-32.5 + rot: 1.5707963267948966 rad + pos: 28.5,-82.5 parent: 2 - type: AtmosPipeColor - color: '#9755CCFF' + color: '#0055CCFF' - uid: 18812 components: - type: Transform rot: 1.5707963267948966 rad - pos: 71.5,-33.5 + pos: 24.5,-83.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18813 components: - type: Transform rot: 1.5707963267948966 rad - pos: 72.5,-33.5 + pos: 25.5,-83.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18814 components: - type: Transform - pos: -55.5,-62.5 + rot: 1.5707963267948966 rad + pos: 26.5,-83.5 parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 18815 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 71.5,-38.5 + rot: 1.5707963267948966 rad + pos: 27.5,-83.5 parent: 2 - type: AtmosPipeColor - color: '#999000FF' + color: '#990000FF' - uid: 18816 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 69.5,-38.5 + rot: 1.5707963267948966 rad + pos: 28.5,-83.5 parent: 2 - type: AtmosPipeColor - color: '#999000FF' + color: '#990000FF' - uid: 18817 components: - type: Transform - rot: 3.141592653589793 rad - pos: 73.5,-31.5 + rot: -1.5707963267948966 rad + pos: 23.5,-82.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18818 components: - type: Transform - rot: 3.141592653589793 rad - pos: 73.5,-30.5 + rot: -1.5707963267948966 rad + pos: 22.5,-82.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18819 components: - type: Transform - pos: 5.5,-28.5 + rot: -1.5707963267948966 rad + pos: 21.5,-82.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18820 components: - type: Transform - pos: 5.5,-29.5 + rot: -1.5707963267948966 rad + pos: 20.5,-82.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18821 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 60.5,-34.5 + rot: -1.5707963267948966 rad + pos: 19.5,-82.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18822 components: - type: Transform - rot: 3.141592653589793 rad - pos: 55.5,-50.5 + rot: -1.5707963267948966 rad + pos: 23.5,-83.5 parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 18823 components: - type: Transform - rot: 3.141592653589793 rad - pos: 55.5,-49.5 + rot: -1.5707963267948966 rad + pos: 22.5,-83.5 parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 18824 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 54.5,-48.5 + rot: -1.5707963267948966 rad + pos: 21.5,-83.5 parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 18825 components: - type: Transform - pos: -54.5,-62.5 + rot: -1.5707963267948966 rad + pos: 20.5,-83.5 parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 18826 components: - type: Transform - pos: -54.5,-61.5 + rot: -1.5707963267948966 rad + pos: 29.5,-82.5 parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 18827 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 61.5,-11.5 + rot: 1.5707963267948966 rad + pos: 25.5,-82.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18828 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 60.5,-11.5 + rot: 1.5707963267948966 rad + pos: 24.5,-82.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18829 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 59.5,-11.5 + rot: 3.141592653589793 rad + pos: 30.5,-74.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18830 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 58.5,-11.5 + rot: 3.141592653589793 rad + pos: 30.5,-78.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18831 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 57.5,-11.5 + rot: 3.141592653589793 rad + pos: 30.5,-77.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18832 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 56.5,-11.5 + rot: 3.141592653589793 rad + pos: 30.5,-75.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18833 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 54.5,-6.5 + rot: 3.141592653589793 rad + pos: 30.5,-76.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18834 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 55.5,-6.5 + rot: 3.141592653589793 rad + pos: 30.5,-79.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' @@ -123322,71 +123827,71 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: 56.5,-6.5 + pos: 41.5,-73.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18836 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 57.5,-6.5 + rot: 3.141592653589793 rad + pos: 48.5,-74.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18837 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 58.5,-6.5 + rot: 3.141592653589793 rad + pos: 48.5,-76.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18838 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 59.5,-6.5 + rot: 3.141592653589793 rad + pos: 48.5,-83.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18839 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 60.5,-6.5 + rot: 3.141592653589793 rad + pos: 48.5,-84.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18840 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 31.5,-72.5 + rot: 3.141592653589793 rad + pos: 48.5,-77.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18841 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,-72.5 + rot: 3.141592653589793 rad + pos: 48.5,-78.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18842 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,25.5 + rot: 3.141592653589793 rad + pos: 48.5,-81.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18843 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,25.5 + rot: 3.141592653589793 rad + pos: 48.5,-82.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' @@ -123394,150 +123899,151 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: -17.5,25.5 + pos: 44.5,-72.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18845 components: - type: Transform rot: 1.5707963267948966 rad - pos: -16.5,25.5 + pos: 42.5,-72.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18846 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,24.5 + rot: 3.141592653589793 rad + pos: 47.5,-84.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18847 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,24.5 + rot: 3.141592653589793 rad + pos: 47.5,-74.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18848 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 71.5,-36.5 + rot: 3.141592653589793 rad + pos: 47.5,-75.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18849 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 71.5,-37.5 + rot: 1.5707963267948966 rad + pos: 45.5,-73.5 parent: 2 - type: AtmosPipeColor - color: '#9755CCFF' + color: '#990000FF' - uid: 18850 components: - type: Transform - pos: -5.5,-9.5 + rot: 1.5707963267948966 rad + pos: 46.5,-73.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18851 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-12.5 + rot: 3.141592653589793 rad + pos: 47.5,-85.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18852 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-12.5 + rot: 3.141592653589793 rad + pos: 47.5,-81.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18853 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-12.5 + rot: 3.141592653589793 rad + pos: 47.5,-82.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18854 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-12.5 + rot: 3.141592653589793 rad + pos: 47.5,-83.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18855 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-14.5 + rot: 1.5707963267948966 rad + pos: -21.5,66.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18856 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-14.5 + rot: 1.5707963267948966 rad + pos: -20.5,66.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18857 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-23.5 + rot: 1.5707963267948966 rad + pos: -19.5,66.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18858 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-21.5 + rot: 1.5707963267948966 rad + pos: -15.5,66.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18859 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-20.5 + rot: 1.5707963267948966 rad + pos: -14.5,66.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18860 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-19.5 + rot: -1.5707963267948966 rad + pos: 32.5,-72.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18861 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-19.5 + rot: -1.5707963267948966 rad + pos: 32.5,-73.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18862 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-20.5 + rot: -1.5707963267948966 rad + pos: 14.5,-22.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' @@ -123545,320 +124051,303 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: -9.5,-21.5 + pos: 13.5,-22.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18864 components: - type: Transform - pos: -25.5,-58.5 + rot: -1.5707963267948966 rad + pos: 12.5,-22.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18865 components: - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,-72.5 + rot: -1.5707963267948966 rad + pos: 11.5,-22.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18866 components: - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,-73.5 + rot: -1.5707963267948966 rad + pos: 10.5,-22.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18867 components: - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,-72.5 + rot: -1.5707963267948966 rad + pos: 9.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18868 components: - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,-73.5 + rot: -1.5707963267948966 rad + pos: 8.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18869 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,-72.5 + pos: 12.5,-25.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18870 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,-72.5 + pos: 12.5,-26.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18871 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,-35.5 + pos: 12.5,-23.5 parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 18872 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,-35.5 + pos: 12.5,-24.5 parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 18873 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,-35.5 + rot: 3.141592653589793 rad + pos: 40.5,9.5 parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 18874 components: - type: Transform rot: 3.141592653589793 rad - pos: 30.5,-80.5 + pos: 40.5,8.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18875 components: - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-76.5 + rot: 1.5707963267948966 rad + pos: 43.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18876 components: - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-77.5 + rot: 1.5707963267948966 rad + pos: 44.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18877 components: - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-78.5 + rot: 1.5707963267948966 rad + pos: 41.5,5.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18878 components: - type: Transform - rot: 3.141592653589793 rad - pos: 29.5,-82.5 + rot: 1.5707963267948966 rad + pos: 42.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18879 components: - type: Transform rot: 1.5707963267948966 rad - pos: 47.5,-73.5 + pos: 43.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18880 components: - type: Transform - rot: 3.141592653589793 rad - pos: 48.5,-80.5 + rot: 1.5707963267948966 rad + pos: 44.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18881 components: - type: Transform rot: 1.5707963267948966 rad - pos: 43.5,-72.5 + pos: -46.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18882 components: - type: Transform - rot: 3.141592653589793 rad - pos: 29.5,-75.5 + pos: -47.5,33.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18883 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,-72.5 + pos: -47.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18884 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,-72.5 + pos: -45.5,34.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18885 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,-72.5 + pos: -45.5,35.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18886 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,-72.5 + pos: -45.5,36.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18887 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,-73.5 + pos: -45.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18888 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,-73.5 + pos: -45.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18889 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,-73.5 + pos: -45.5,39.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18890 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,-73.5 + pos: -45.5,40.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18891 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,-73.5 + pos: -45.5,41.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18892 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,-73.5 + pos: -45.5,42.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18893 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,-73.5 + pos: -46.5,35.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18894 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 31.5,-73.5 + pos: -46.5,36.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18895 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,-73.5 + pos: -46.5,37.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18896 components: - type: Transform - rot: 3.141592653589793 rad - pos: 29.5,-74.5 + pos: -46.5,38.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18897 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,-73.5 + pos: -46.5,39.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18898 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,-73.5 + pos: -46.5,40.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18899 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,-73.5 + pos: -46.5,41.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18900 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,-73.5 + pos: -46.5,42.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18901 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,-82.5 + pos: 68.5,-32.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18902 components: - type: Transform - rot: 3.141592653589793 rad - pos: 29.5,-76.5 + rot: 1.5707963267948966 rad + pos: 64.5,-31.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18903 components: - type: Transform - rot: 3.141592653589793 rad - pos: 29.5,-77.5 + rot: 1.5707963267948966 rad + pos: 65.5,-31.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' @@ -123866,750 +124355,727 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: 27.5,-82.5 + pos: 66.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18905 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,-82.5 + rot: 3.141592653589793 rad + pos: -3.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18906 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 24.5,-83.5 + pos: -3.5,14.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18907 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,-83.5 + rot: -1.5707963267948966 rad + pos: -70.5,-40.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18908 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,-83.5 + rot: -1.5707963267948966 rad + pos: -64.5,-43.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 18909 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,-83.5 + pos: -70.5,-45.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18910 components: - type: Transform rot: 1.5707963267948966 rad - pos: 28.5,-83.5 + pos: -74.5,-41.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 18911 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,-82.5 + rot: 1.5707963267948966 rad + pos: -74.5,-42.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18912 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 22.5,-82.5 + rot: 1.5707963267948966 rad + pos: -75.5,-42.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18913 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,-82.5 + rot: 1.5707963267948966 rad + pos: -75.5,-40.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18914 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,-82.5 + rot: 1.5707963267948966 rad + pos: -73.5,-40.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18915 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,-82.5 + rot: 1.5707963267948966 rad + pos: -74.5,-40.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18916 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,-83.5 + rot: 1.5707963267948966 rad + pos: -68.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18917 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 22.5,-83.5 + rot: 1.5707963267948966 rad + pos: -69.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18918 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,-83.5 + pos: -44.5,-37.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 18919 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,-83.5 + pos: -44.5,-39.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 18920 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,-82.5 + pos: -44.5,-38.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 18921 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,-82.5 + rot: -1.5707963267948966 rad + pos: -50.5,-23.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18922 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 24.5,-82.5 + rot: -1.5707963267948966 rad + pos: -48.5,-23.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18923 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,-74.5 + rot: -1.5707963267948966 rad + pos: -47.5,-23.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18924 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,-78.5 + rot: -1.5707963267948966 rad + pos: -46.5,-23.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18925 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,-77.5 + pos: 2.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18926 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,-75.5 + pos: -0.5,-3.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18927 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,-76.5 + pos: -1.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18928 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,-79.5 + pos: -0.5,-2.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18929 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,-73.5 + pos: -0.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18930 components: - type: Transform - rot: 3.141592653589793 rad - pos: 48.5,-74.5 + pos: -0.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18931 components: - type: Transform - rot: 3.141592653589793 rad - pos: 48.5,-76.5 + pos: -0.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18932 components: - type: Transform - rot: 3.141592653589793 rad - pos: 48.5,-83.5 + rot: 1.5707963267948966 rad + pos: -3.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18933 components: - - type: Transform - rot: 3.141592653589793 rad - pos: 48.5,-84.5 + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18934 components: - type: Transform rot: 3.141592653589793 rad - pos: 48.5,-77.5 + pos: -1.5,-23.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18935 components: - type: Transform - rot: 3.141592653589793 rad - pos: 48.5,-78.5 + rot: 1.5707963267948966 rad + pos: -2.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18936 components: - type: Transform rot: 3.141592653589793 rad - pos: 48.5,-81.5 + pos: -1.5,-24.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18937 components: - type: Transform - rot: 3.141592653589793 rad - pos: 48.5,-82.5 + pos: 28.5,-36.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18938 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 44.5,-72.5 + pos: 28.5,-37.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18939 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,-72.5 + pos: 22.5,-36.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18940 components: - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-84.5 + rot: -1.5707963267948966 rad + pos: 15.5,17.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18941 components: - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-74.5 + pos: 17.5,16.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18942 components: - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-75.5 + pos: 39.5,59.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18943 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 45.5,-73.5 + pos: 40.5,60.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18944 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 46.5,-73.5 + pos: 40.5,59.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18945 components: - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-85.5 + pos: 39.5,55.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18946 components: - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-81.5 + pos: 39.5,56.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18947 components: - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-82.5 + pos: 39.5,57.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18948 components: - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-83.5 + pos: 39.5,58.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18949 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,66.5 + pos: 39.5,60.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18950 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,66.5 + pos: 39.5,52.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18951 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,66.5 + pos: 39.5,51.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18952 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,66.5 + pos: 39.5,50.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18953 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,66.5 + pos: 39.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18954 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,-72.5 + pos: 39.5,48.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18955 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,-73.5 + pos: 3.5,-45.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18956 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,-22.5 + rot: 1.5707963267948966 rad + pos: 9.5,-42.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18957 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,-22.5 + pos: 5.5,-45.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18958 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-22.5 + pos: 5.5,-46.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18959 components: - type: Transform rot: -1.5707963267948966 rad - pos: 11.5,-22.5 + pos: -1.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18960 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-22.5 + rot: 1.5707963267948966 rad + pos: -2.5,11.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18961 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-22.5 + rot: 3.141592653589793 rad + pos: 0.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18962 components: - type: Transform rot: -1.5707963267948966 rad - pos: 8.5,-22.5 + pos: -0.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18963 components: - type: Transform - pos: 12.5,-25.5 + rot: -1.5707963267948966 rad + pos: -2.5,14.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18964 components: - type: Transform - pos: 12.5,-26.5 + pos: -3.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18965 components: - type: Transform - pos: 12.5,-23.5 + rot: 1.5707963267948966 rad + pos: -35.5,22.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18966 components: - type: Transform - pos: 12.5,-24.5 + rot: 3.141592653589793 rad + pos: 10.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18967 components: - type: Transform rot: 3.141592653589793 rad - pos: 40.5,9.5 + pos: 10.5,-40.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18968 components: - type: Transform rot: 3.141592653589793 rad - pos: 40.5,8.5 + pos: 12.5,-40.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18969 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 43.5,6.5 + rot: 3.141592653589793 rad + pos: 12.5,-39.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18970 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 44.5,6.5 + pos: -2.5,-53.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18971 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,5.5 + pos: -6.5,-54.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18972 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,5.5 + pos: -6.5,-55.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18973 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 43.5,5.5 + rot: -1.5707963267948966 rad + pos: -7.5,-53.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18974 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 44.5,5.5 + rot: -1.5707963267948966 rad + pos: -8.5,-53.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18975 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,31.5 + rot: -1.5707963267948966 rad + pos: -9.5,-53.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18976 components: - type: Transform - pos: -47.5,33.5 + rot: -1.5707963267948966 rad + pos: -10.5,-53.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18977 components: - type: Transform - pos: -47.5,32.5 + rot: -1.5707963267948966 rad + pos: -11.5,-53.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18978 components: - type: Transform - pos: -45.5,34.5 + rot: -1.5707963267948966 rad + pos: -12.5,-53.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18979 components: - type: Transform - pos: -45.5,35.5 + rot: -1.5707963267948966 rad + pos: -13.5,-53.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18980 components: - type: Transform - pos: -45.5,36.5 + rot: -1.5707963267948966 rad + pos: -3.5,-54.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18981 components: - type: Transform - pos: -45.5,37.5 + rot: -1.5707963267948966 rad + pos: -4.5,-54.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18982 components: - type: Transform - pos: -45.5,38.5 + rot: -1.5707963267948966 rad + pos: -5.5,-54.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18983 components: - type: Transform - pos: -45.5,39.5 + rot: -1.5707963267948966 rad + pos: -6.5,-54.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18984 components: - type: Transform - pos: -45.5,40.5 + rot: -1.5707963267948966 rad + pos: -7.5,-54.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18985 components: - type: Transform - pos: -45.5,41.5 + rot: -1.5707963267948966 rad + pos: -8.5,-54.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18986 components: - type: Transform - pos: -45.5,42.5 + rot: -1.5707963267948966 rad + pos: -9.5,-54.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18987 components: - type: Transform - pos: -46.5,35.5 + rot: -1.5707963267948966 rad + pos: -10.5,-54.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18988 components: - type: Transform - pos: -46.5,36.5 + rot: -1.5707963267948966 rad + pos: -11.5,-54.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18989 components: - type: Transform - pos: -46.5,37.5 + pos: -3.5,-56.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18990 components: - type: Transform - pos: -46.5,38.5 + pos: -3.5,-57.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18991 components: - type: Transform - pos: -46.5,39.5 + rot: -1.5707963267948966 rad + pos: -4.5,-57.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18992 components: - type: Transform - pos: -46.5,40.5 + rot: -1.5707963267948966 rad + pos: -3.5,-57.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18993 components: - type: Transform - pos: -46.5,41.5 + rot: -1.5707963267948966 rad + pos: -5.5,-58.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18994 components: - type: Transform - pos: -46.5,42.5 + rot: -1.5707963267948966 rad + pos: -4.5,-58.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 18995 components: - type: Transform - pos: 68.5,-32.5 + rot: -1.5707963267948966 rad + pos: -4.5,-59.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 18996 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 64.5,-31.5 + rot: -1.5707963267948966 rad + pos: -3.5,-59.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18997 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 65.5,-31.5 + rot: -1.5707963267948966 rad + pos: -6.5,-59.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18998 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 66.5,-31.5 + rot: -1.5707963267948966 rad + pos: -7.5,-59.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18999 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,10.5 + rot: -1.5707963267948966 rad + pos: -8.5,-59.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 19000 components: - type: Transform - pos: -3.5,14.5 + rot: -1.5707963267948966 rad + pos: -9.5,-59.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' @@ -124617,7 +125083,7 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: -70.5,-40.5 + pos: -10.5,-59.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' @@ -124625,186 +125091,207 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: -64.5,-43.5 + pos: -4.5,-60.5 parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 19003 components: - type: Transform - pos: -70.5,-45.5 + rot: -1.5707963267948966 rad + pos: -5.5,-60.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 19004 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -74.5,-41.5 + rot: -1.5707963267948966 rad + pos: -6.5,-60.5 parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 19005 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -74.5,-42.5 + rot: -1.5707963267948966 rad + pos: -7.5,-60.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 19006 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -75.5,-42.5 + rot: -1.5707963267948966 rad + pos: -8.5,-60.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 19007 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -75.5,-40.5 + rot: -1.5707963267948966 rad + pos: -9.5,-60.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 19008 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -73.5,-40.5 + rot: -1.5707963267948966 rad + pos: -10.5,-60.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 19009 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -74.5,-40.5 + rot: -1.5707963267948966 rad + pos: -3.5,-61.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 19010 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -68.5,-41.5 + rot: -1.5707963267948966 rad + pos: -4.5,-61.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 19011 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -69.5,-41.5 + rot: -1.5707963267948966 rad + pos: -4.5,-62.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 19012 components: - type: Transform - pos: -44.5,-37.5 + rot: -1.5707963267948966 rad + pos: -5.5,-62.5 parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 19013 components: - type: Transform - pos: -44.5,-39.5 + rot: 3.141592653589793 rad + pos: -5.5,-62.5 parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 19014 components: - type: Transform - pos: -44.5,-38.5 + rot: 3.141592653589793 rad + pos: -3.5,-61.5 parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 19015 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,-23.5 + rot: 3.141592653589793 rad + pos: -5.5,-60.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 19016 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,-23.5 + rot: 3.141592653589793 rad + pos: -3.5,-59.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 19017 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,-23.5 + rot: 3.141592653589793 rad + pos: -5.5,-58.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 19018 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,-23.5 + rot: 3.141592653589793 rad + pos: -5.5,-65.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 19019 components: - type: Transform - pos: 2.5,-3.5 + rot: 3.141592653589793 rad + pos: -5.5,-63.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 19020 components: - type: Transform - pos: -0.5,-3.5 + rot: 3.141592653589793 rad + pos: -5.5,-64.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 19021 components: - type: Transform - pos: -1.5,-2.5 + rot: 3.141592653589793 rad + pos: -3.5,-63.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 19022 components: - type: Transform - pos: -0.5,-2.5 + rot: 3.141592653589793 rad + pos: 1.5,-62.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 19023 components: - type: Transform - pos: -0.5,-1.5 + rot: 3.141592653589793 rad + pos: 1.5,-61.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 19024 components: - type: Transform - pos: -0.5,0.5 + rot: 3.141592653589793 rad + pos: 1.5,-60.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 19025 components: - type: Transform - pos: -0.5,-0.5 + rot: 3.141592653589793 rad + pos: 1.5,-59.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 19026 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-21.5 + rot: 3.141592653589793 rad + pos: 1.5,-58.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 19027 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-21.5 + rot: 3.141592653589793 rad + pos: 1.5,-57.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' @@ -124812,203 +125299,216 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: -1.5,-23.5 + pos: 5.5,-62.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 19029 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-21.5 + rot: 3.141592653589793 rad + pos: 5.5,-61.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 19030 components: - type: Transform rot: 3.141592653589793 rad - pos: -1.5,-24.5 + pos: 5.5,-60.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 19031 components: - type: Transform - pos: 28.5,-36.5 + rot: 3.141592653589793 rad + pos: 5.5,-59.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 19032 components: - type: Transform - pos: 28.5,-37.5 + rot: 3.141592653589793 rad + pos: 5.5,-58.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 19033 components: - type: Transform - pos: 22.5,-36.5 + rot: 3.141592653589793 rad + pos: 5.5,-57.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 19034 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,17.5 + rot: 1.5707963267948966 rad + pos: 1.5,-58.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 19035 components: - type: Transform - pos: 17.5,16.5 + rot: 1.5707963267948966 rad + pos: 1.5,-61.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 19036 components: - type: Transform - pos: 39.5,59.5 + rot: 1.5707963267948966 rad + pos: -1.5,-55.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 19037 components: - type: Transform - pos: 40.5,60.5 + rot: 1.5707963267948966 rad + pos: -0.5,-55.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 19038 components: - type: Transform - pos: 40.5,59.5 + rot: 1.5707963267948966 rad + pos: -4.5,-56.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 19039 components: - type: Transform - pos: 39.5,55.5 + rot: 1.5707963267948966 rad + pos: -3.5,-56.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 19040 components: - type: Transform - pos: 39.5,56.5 + rot: 1.5707963267948966 rad + pos: -2.5,-56.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 19041 components: - type: Transform - pos: 39.5,57.5 + rot: 1.5707963267948966 rad + pos: -1.5,-56.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 19042 components: - type: Transform - pos: 39.5,58.5 + rot: 1.5707963267948966 rad + pos: -0.5,-56.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 19043 components: - type: Transform - pos: 39.5,60.5 + rot: 1.5707963267948966 rad + pos: 0.5,-56.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 19044 components: - type: Transform - pos: 39.5,52.5 + rot: 1.5707963267948966 rad + pos: 1.5,-56.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 19045 components: - type: Transform - pos: 39.5,51.5 + rot: 1.5707963267948966 rad + pos: 2.5,-56.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 19046 components: - type: Transform - pos: 39.5,50.5 + rot: 1.5707963267948966 rad + pos: 3.5,-56.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 19047 components: - type: Transform - pos: 39.5,49.5 + pos: 0.5,-56.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 19048 components: - type: Transform - pos: 39.5,48.5 + pos: 1.5,-56.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 19049 components: - type: Transform - pos: 3.5,-45.5 + pos: 2.5,-56.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 19050 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-42.5 + rot: -1.5707963267948966 rad + pos: -12.5,-59.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 19051 components: - type: Transform - pos: 5.5,-45.5 + rot: -1.5707963267948966 rad + pos: -13.5,-59.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 19052 components: - type: Transform - pos: 5.5,-46.5 + rot: -1.5707963267948966 rad + pos: -14.5,-59.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 19053 components: - type: Transform rot: -1.5707963267948966 rad - pos: -1.5,14.5 + pos: -12.5,-60.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 19054 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,11.5 + rot: -1.5707963267948966 rad + pos: -13.5,-60.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 19055 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,13.5 + rot: -1.5707963267948966 rad + pos: -14.5,-60.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' @@ -125016,76 +125516,21 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: -0.5,14.5 + pos: -15.5,-60.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 19057 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 19058 - components: - - type: Transform - pos: -3.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 19059 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 19060 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-41.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 19061 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-40.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 19062 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-40.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 19063 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-39.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 19064 components: - type: Transform rot: 3.141592653589793 rad - pos: -8.5,-64.5 + pos: -15.5,-60.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - proto: GasPipeTJunction entities: - - uid: 19065 + - uid: 19058 components: - type: Transform rot: 3.141592653589793 rad @@ -125093,7 +125538,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19066 + - uid: 19059 components: - type: Transform rot: 3.141592653589793 rad @@ -125101,7 +125546,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19067 + - uid: 19060 components: - type: Transform rot: 1.5707963267948966 rad @@ -125109,7 +125554,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19068 + - uid: 19061 components: - type: Transform rot: -1.5707963267948966 rad @@ -125117,20 +125562,20 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19069 + - uid: 19062 components: - type: Transform pos: -4.5,14.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19070 + - uid: 19063 components: - type: Transform rot: -1.5707963267948966 rad pos: 2.5,13.5 parent: 2 - - uid: 19071 + - uid: 19064 components: - type: Transform rot: -1.5707963267948966 rad @@ -125138,7 +125583,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19072 + - uid: 19065 components: - type: Transform rot: 3.141592653589793 rad @@ -125146,7 +125591,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19073 + - uid: 19066 components: - type: Transform rot: 3.141592653589793 rad @@ -125154,14 +125599,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19074 + - uid: 19067 components: - type: Transform pos: 18.5,17.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19075 + - uid: 19068 components: - type: Transform rot: 3.141592653589793 rad @@ -125169,7 +125614,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19076 + - uid: 19069 components: - type: Transform rot: 3.141592653589793 rad @@ -125177,7 +125622,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19077 + - uid: 19070 components: - type: Transform rot: 3.141592653589793 rad @@ -125185,7 +125630,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19078 + - uid: 19071 components: - type: Transform rot: 1.5707963267948966 rad @@ -125193,21 +125638,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19079 + - uid: 19072 components: - type: Transform pos: -0.5,1.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19080 + - uid: 19073 components: - type: Transform pos: -1.5,-1.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19081 + - uid: 19074 components: - type: Transform rot: 1.5707963267948966 rad @@ -125215,7 +125660,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19082 + - uid: 19075 components: - type: Transform rot: 1.5707963267948966 rad @@ -125223,14 +125668,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19083 + - uid: 19076 components: - type: Transform pos: -71.5,-42.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19084 + - uid: 19077 components: - type: Transform rot: 1.5707963267948966 rad @@ -125238,7 +125683,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19085 + - uid: 19078 components: - type: Transform rot: 1.5707963267948966 rad @@ -125246,7 +125691,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19086 + - uid: 19079 components: - type: Transform rot: -1.5707963267948966 rad @@ -125254,7 +125699,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19087 + - uid: 19080 components: - type: Transform rot: 3.141592653589793 rad @@ -125262,7 +125707,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19088 + - uid: 19081 components: - type: Transform rot: 3.141592653589793 rad @@ -125270,7 +125715,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19089 + - uid: 19082 components: - type: Transform rot: 3.141592653589793 rad @@ -125278,7 +125723,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19090 + - uid: 19083 components: - type: Transform rot: 3.141592653589793 rad @@ -125286,7 +125731,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19091 + - uid: 19084 components: - type: Transform rot: 1.5707963267948966 rad @@ -125294,7 +125739,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19092 + - uid: 19085 components: - type: Transform rot: 3.141592653589793 rad @@ -125302,7 +125747,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19093 + - uid: 19086 components: - type: Transform rot: 1.5707963267948966 rad @@ -125310,7 +125755,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19094 + - uid: 19087 components: - type: Transform rot: 3.141592653589793 rad @@ -125318,7 +125763,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19095 + - uid: 19088 components: - type: Transform rot: 1.5707963267948966 rad @@ -125326,7 +125771,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19096 + - uid: 19089 components: - type: Transform rot: 1.5707963267948966 rad @@ -125334,7 +125779,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19097 + - uid: 19090 components: - type: Transform rot: 1.5707963267948966 rad @@ -125342,28 +125787,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19098 + - uid: 19091 components: - type: Transform pos: 28.5,-29.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19099 - components: - - type: Transform - pos: -8.5,-53.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 19100 + - uid: 19092 components: - type: Transform pos: -12.5,-42.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19101 + - uid: 19093 components: - type: Transform rot: -1.5707963267948966 rad @@ -125371,7 +125809,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19102 + - uid: 19094 components: - type: Transform rot: 1.5707963267948966 rad @@ -125379,7 +125817,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19103 + - uid: 19095 components: - type: Transform rot: 1.5707963267948966 rad @@ -125387,7 +125825,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19104 + - uid: 19096 components: - type: Transform rot: -1.5707963267948966 rad @@ -125395,7 +125833,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19105 + - uid: 19097 components: - type: Transform rot: -1.5707963267948966 rad @@ -125403,7 +125841,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19106 + - uid: 19098 components: - type: Transform rot: 3.141592653589793 rad @@ -125411,29 +125849,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19107 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-60.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 19108 - components: - - type: Transform - pos: -5.5,-60.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 19109 - components: - - type: Transform - pos: -8.5,-61.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 19110 + - uid: 19099 components: - type: Transform rot: 3.141592653589793 rad @@ -125441,7 +125857,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19111 + - uid: 19100 components: - type: Transform rot: -1.5707963267948966 rad @@ -125449,7 +125865,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19112 + - uid: 19101 components: - type: Transform rot: 3.141592653589793 rad @@ -125457,7 +125873,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19113 + - uid: 19102 components: - type: Transform rot: 3.141592653589793 rad @@ -125465,7 +125881,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19114 + - uid: 19103 components: - type: Transform rot: 1.5707963267948966 rad @@ -125473,7 +125889,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19115 + - uid: 19104 components: - type: Transform rot: -1.5707963267948966 rad @@ -125481,21 +125897,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19116 + - uid: 19105 components: - type: Transform pos: 7.5,-25.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19117 - components: - - type: Transform - pos: -24.5,-57.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 19118 + - uid: 19106 components: - type: Transform rot: -1.5707963267948966 rad @@ -125503,7 +125912,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19119 + - uid: 19107 components: - type: Transform rot: 1.5707963267948966 rad @@ -125511,7 +125920,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19120 + - uid: 19108 components: - type: Transform rot: 1.5707963267948966 rad @@ -125519,7 +125928,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19121 + - uid: 19109 components: - type: Transform rot: 1.5707963267948966 rad @@ -125527,7 +125936,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19122 + - uid: 19110 components: - type: Transform rot: 3.141592653589793 rad @@ -125535,7 +125944,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19123 + - uid: 19111 components: - type: Transform rot: -1.5707963267948966 rad @@ -125543,7 +125952,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19124 + - uid: 19112 components: - type: Transform rot: 3.141592653589793 rad @@ -125551,7 +125960,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19125 + - uid: 19113 components: - type: Transform rot: 3.141592653589793 rad @@ -125559,37 +125968,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19126 + - uid: 19114 components: - type: Transform pos: -0.5,-41.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19127 + - uid: 19115 components: - type: Transform pos: -8.5,-42.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19128 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-60.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 19129 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-59.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 19130 + - uid: 19116 components: - type: Transform rot: 1.5707963267948966 rad @@ -125597,7 +125990,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19131 + - uid: 19117 components: - type: Transform rot: 3.141592653589793 rad @@ -125605,7 +125998,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19132 + - uid: 19118 components: - type: Transform rot: -1.5707963267948966 rad @@ -125613,14 +126006,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19133 + - uid: 19119 components: - type: Transform pos: 41.5,14.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19134 + - uid: 19120 components: - type: Transform rot: 3.141592653589793 rad @@ -125628,7 +126021,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19135 + - uid: 19121 components: - type: Transform rot: 1.5707963267948966 rad @@ -125636,7 +126029,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19136 + - uid: 19122 components: - type: Transform rot: 1.5707963267948966 rad @@ -125644,14 +126037,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19137 + - uid: 19123 components: - type: Transform pos: 44.5,-27.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19138 + - uid: 19124 components: - type: Transform rot: 3.141592653589793 rad @@ -125659,7 +126052,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19139 + - uid: 19125 components: - type: Transform rot: 3.141592653589793 rad @@ -125667,14 +126060,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19140 + - uid: 19126 components: - type: Transform pos: -7.5,-25.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19141 + - uid: 19127 components: - type: Transform rot: 3.141592653589793 rad @@ -125682,7 +126075,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19142 + - uid: 19128 components: - type: Transform rot: 1.5707963267948966 rad @@ -125690,7 +126083,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19143 + - uid: 19129 components: - type: Transform rot: 3.141592653589793 rad @@ -125698,7 +126091,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19144 + - uid: 19130 components: - type: Transform rot: 3.141592653589793 rad @@ -125706,14 +126099,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19145 + - uid: 19131 components: - type: Transform pos: 28.5,12.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19146 + - uid: 19132 components: - type: Transform rot: -1.5707963267948966 rad @@ -125721,7 +126114,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19147 + - uid: 19133 components: - type: Transform rot: -1.5707963267948966 rad @@ -125729,7 +126122,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19148 + - uid: 19134 components: - type: Transform rot: -1.5707963267948966 rad @@ -125737,14 +126130,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19149 + - uid: 19135 components: - type: Transform pos: 34.5,12.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19150 + - uid: 19136 components: - type: Transform rot: 3.141592653589793 rad @@ -125752,7 +126145,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19151 + - uid: 19137 components: - type: Transform rot: -1.5707963267948966 rad @@ -125760,7 +126153,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19152 + - uid: 19138 components: - type: Transform rot: 3.141592653589793 rad @@ -125768,7 +126161,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19153 + - uid: 19139 components: - type: Transform rot: 3.141592653589793 rad @@ -125776,7 +126169,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19154 + - uid: 19140 components: - type: Transform rot: 3.141592653589793 rad @@ -125784,14 +126177,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19155 + - uid: 19141 components: - type: Transform pos: 3.5,-42.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19156 + - uid: 19142 components: - type: Transform rot: 3.141592653589793 rad @@ -125799,7 +126192,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19157 + - uid: 19143 components: - type: Transform rot: 3.141592653589793 rad @@ -125807,7 +126200,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19158 + - uid: 19144 components: - type: Transform rot: 3.141592653589793 rad @@ -125815,7 +126208,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19159 + - uid: 19145 components: - type: Transform rot: 3.141592653589793 rad @@ -125823,7 +126216,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19160 + - uid: 19146 components: - type: Transform rot: 1.5707963267948966 rad @@ -125831,14 +126224,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19161 + - uid: 19147 components: - type: Transform pos: 4.5,17.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19162 + - uid: 19148 components: - type: Transform rot: -1.5707963267948966 rad @@ -125846,7 +126239,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19163 + - uid: 19149 components: - type: Transform rot: 1.5707963267948966 rad @@ -125854,7 +126247,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19164 + - uid: 19150 components: - type: Transform rot: -1.5707963267948966 rad @@ -125862,14 +126255,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19165 + - uid: 19151 components: - type: Transform pos: 21.5,-5.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19166 + - uid: 19152 components: - type: Transform rot: -1.5707963267948966 rad @@ -125877,7 +126270,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19167 + - uid: 19153 components: - type: Transform rot: 1.5707963267948966 rad @@ -125885,7 +126278,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19168 + - uid: 19154 components: - type: Transform rot: -1.5707963267948966 rad @@ -125893,14 +126286,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19169 + - uid: 19155 components: - type: Transform pos: 20.5,-17.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19170 + - uid: 19156 components: - type: Transform rot: 3.141592653589793 rad @@ -125908,7 +126301,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19171 + - uid: 19157 components: - type: Transform rot: 1.5707963267948966 rad @@ -125916,73 +126309,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19172 + - uid: 19158 components: - type: Transform pos: -10.5,1.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19173 - components: - - type: Transform - pos: -2.5,-61.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 19174 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-61.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 19175 - components: - - type: Transform - pos: -15.5,-61.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 19176 - components: - - type: Transform - pos: -0.5,-60.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 19177 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-60.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 19178 - components: - - type: Transform - pos: -12.5,-60.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 19179 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-61.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 19180 + - uid: 19159 components: - type: Transform pos: 5.5,-41.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19181 + - uid: 19160 components: - type: Transform rot: 1.5707963267948966 rad @@ -125990,14 +126331,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19182 + - uid: 19161 components: - type: Transform pos: 5.5,-25.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19183 + - uid: 19162 components: - type: Transform rot: 3.141592653589793 rad @@ -126005,21 +126346,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19184 + - uid: 19163 components: - type: Transform pos: 24.5,-43.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19185 + - uid: 19164 components: - type: Transform pos: 20.5,-43.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19186 + - uid: 19165 components: - type: Transform rot: 3.141592653589793 rad @@ -126027,7 +126368,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19187 + - uid: 19166 components: - type: Transform rot: -1.5707963267948966 rad @@ -126035,7 +126376,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19188 + - uid: 19167 components: - type: Transform rot: -1.5707963267948966 rad @@ -126043,7 +126384,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19189 + - uid: 19168 components: - type: Transform rot: 3.141592653589793 rad @@ -126051,7 +126392,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19190 + - uid: 19169 components: - type: Transform rot: -1.5707963267948966 rad @@ -126059,7 +126400,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19191 + - uid: 19170 components: - type: Transform rot: 1.5707963267948966 rad @@ -126067,14 +126408,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19192 + - uid: 19171 components: - type: Transform pos: 10.5,-0.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19193 + - uid: 19172 components: - type: Transform rot: 1.5707963267948966 rad @@ -126082,14 +126423,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19194 + - uid: 19173 components: - type: Transform pos: 0.5,17.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19195 + - uid: 19174 components: - type: Transform rot: 3.141592653589793 rad @@ -126097,7 +126438,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19196 + - uid: 19175 components: - type: Transform rot: -1.5707963267948966 rad @@ -126105,7 +126446,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19197 + - uid: 19176 components: - type: Transform rot: 3.141592653589793 rad @@ -126113,7 +126454,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19198 + - uid: 19177 components: - type: Transform rot: 1.5707963267948966 rad @@ -126121,7 +126462,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19199 + - uid: 19178 components: - type: Transform rot: 3.141592653589793 rad @@ -126129,7 +126470,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19200 + - uid: 19179 components: - type: Transform rot: 1.5707963267948966 rad @@ -126137,7 +126478,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19201 + - uid: 19180 components: - type: Transform rot: 1.5707963267948966 rad @@ -126145,14 +126486,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19202 + - uid: 19181 components: - type: Transform pos: 22.5,-30.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19203 + - uid: 19182 components: - type: Transform rot: 3.141592653589793 rad @@ -126160,7 +126501,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19204 + - uid: 19183 components: - type: Transform rot: -1.5707963267948966 rad @@ -126168,7 +126509,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19205 + - uid: 19184 components: - type: Transform rot: -1.5707963267948966 rad @@ -126176,7 +126517,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19206 + - uid: 19185 components: - type: Transform rot: -1.5707963267948966 rad @@ -126184,7 +126525,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19207 + - uid: 19186 components: - type: Transform rot: -1.5707963267948966 rad @@ -126192,7 +126533,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19208 + - uid: 19187 components: - type: Transform rot: 1.5707963267948966 rad @@ -126200,7 +126541,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19209 + - uid: 19188 components: - type: Transform rot: -1.5707963267948966 rad @@ -126208,14 +126549,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19210 + - uid: 19189 components: - type: Transform pos: -5.5,7.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19211 + - uid: 19190 components: - type: Transform rot: -1.5707963267948966 rad @@ -126223,14 +126564,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19212 + - uid: 19191 components: - type: Transform pos: -20.5,-88.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19213 + - uid: 19192 components: - type: Transform rot: -1.5707963267948966 rad @@ -126238,7 +126579,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19214 + - uid: 19193 components: - type: Transform rot: 1.5707963267948966 rad @@ -126246,7 +126587,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19215 + - uid: 19194 components: - type: Transform rot: 3.141592653589793 rad @@ -126254,7 +126595,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19216 + - uid: 19195 components: - type: Transform rot: 1.5707963267948966 rad @@ -126262,7 +126603,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19217 + - uid: 19196 components: - type: Transform rot: 3.141592653589793 rad @@ -126270,14 +126611,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19218 + - uid: 19197 components: - type: Transform pos: -5.5,1.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19219 + - uid: 19198 components: - type: Transform rot: 3.141592653589793 rad @@ -126285,7 +126626,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19220 + - uid: 19199 components: - type: Transform rot: -1.5707963267948966 rad @@ -126293,7 +126634,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19221 + - uid: 19200 components: - type: Transform rot: 3.141592653589793 rad @@ -126301,15 +126642,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19222 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-53.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 19223 + - uid: 19201 components: - type: Transform rot: -1.5707963267948966 rad @@ -126317,7 +126650,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19224 + - uid: 19202 components: - type: Transform rot: 3.141592653589793 rad @@ -126325,7 +126658,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19225 + - uid: 19203 components: - type: Transform rot: -1.5707963267948966 rad @@ -126333,7 +126666,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19226 + - uid: 19204 components: - type: Transform rot: 1.5707963267948966 rad @@ -126341,7 +126674,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19227 + - uid: 19205 components: - type: Transform rot: -1.5707963267948966 rad @@ -126349,7 +126682,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19228 + - uid: 19206 components: - type: Transform rot: -1.5707963267948966 rad @@ -126357,7 +126690,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19229 + - uid: 19207 components: - type: Transform rot: -1.5707963267948966 rad @@ -126365,35 +126698,35 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19230 + - uid: 19208 components: - type: Transform pos: -22.5,-89.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19231 + - uid: 19209 components: - type: Transform pos: 26.5,-42.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19232 + - uid: 19210 components: - type: Transform pos: 6.5,-46.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19233 + - uid: 19211 components: - type: Transform pos: 6.5,-47.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19234 + - uid: 19212 components: - type: Transform rot: 3.141592653589793 rad @@ -126401,14 +126734,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19235 + - uid: 19213 components: - type: Transform pos: 5.5,16.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19236 + - uid: 19214 components: - type: Transform rot: 1.5707963267948966 rad @@ -126416,7 +126749,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19237 + - uid: 19215 components: - type: Transform rot: -1.5707963267948966 rad @@ -126424,35 +126757,35 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19238 + - uid: 19216 components: - type: Transform pos: 7.5,19.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19239 + - uid: 19217 components: - type: Transform pos: -3.5,-1.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19240 + - uid: 19218 components: - type: Transform pos: -19.5,-57.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19241 + - uid: 19219 components: - type: Transform pos: 41.5,-26.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19242 + - uid: 19220 components: - type: Transform rot: 3.141592653589793 rad @@ -126460,7 +126793,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19243 + - uid: 19221 components: - type: Transform rot: 1.5707963267948966 rad @@ -126468,7 +126801,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19244 + - uid: 19222 components: - type: Transform rot: 1.5707963267948966 rad @@ -126476,14 +126809,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19245 + - uid: 19223 components: - type: Transform pos: -27.5,-77.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19246 + - uid: 19224 components: - type: Transform rot: 3.141592653589793 rad @@ -126491,7 +126824,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19247 + - uid: 19225 components: - type: Transform rot: -1.5707963267948966 rad @@ -126499,7 +126832,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19248 + - uid: 19226 components: - type: Transform rot: 1.5707963267948966 rad @@ -126507,7 +126840,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19249 + - uid: 19227 components: - type: Transform rot: -1.5707963267948966 rad @@ -126515,7 +126848,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19250 + - uid: 19228 components: - type: Transform rot: -1.5707963267948966 rad @@ -126523,7 +126856,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19251 + - uid: 19229 components: - type: Transform rot: -1.5707963267948966 rad @@ -126531,7 +126864,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19252 + - uid: 19230 components: - type: Transform rot: 1.5707963267948966 rad @@ -126539,7 +126872,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19253 + - uid: 19231 components: - type: Transform rot: 1.5707963267948966 rad @@ -126547,7 +126880,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19254 + - uid: 19232 components: - type: Transform rot: -1.5707963267948966 rad @@ -126555,7 +126888,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19255 + - uid: 19233 components: - type: Transform rot: -1.5707963267948966 rad @@ -126563,7 +126896,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19256 + - uid: 19234 components: - type: Transform rot: -1.5707963267948966 rad @@ -126571,7 +126904,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19257 + - uid: 19235 components: - type: Transform rot: 1.5707963267948966 rad @@ -126579,7 +126912,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19258 + - uid: 19236 components: - type: Transform rot: 1.5707963267948966 rad @@ -126587,14 +126920,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19259 + - uid: 19237 components: - type: Transform pos: -18.5,-60.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19260 + - uid: 19238 components: - type: Transform rot: 1.5707963267948966 rad @@ -126602,7 +126935,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19261 + - uid: 19239 components: - type: Transform rot: 3.141592653589793 rad @@ -126610,7 +126943,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19262 + - uid: 19240 components: - type: Transform rot: 3.141592653589793 rad @@ -126618,14 +126951,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19263 + - uid: 19241 components: - type: Transform pos: 33.5,-41.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19264 + - uid: 19242 components: - type: Transform rot: 3.141592653589793 rad @@ -126633,7 +126966,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19265 + - uid: 19243 components: - type: Transform rot: 3.141592653589793 rad @@ -126641,7 +126974,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19266 + - uid: 19244 components: - type: Transform rot: -1.5707963267948966 rad @@ -126649,14 +126982,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19267 + - uid: 19245 components: - type: Transform pos: 21.5,-42.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19268 + - uid: 19246 components: - type: Transform rot: 3.141592653589793 rad @@ -126664,14 +126997,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19269 + - uid: 19247 components: - type: Transform pos: 40.5,10.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19270 + - uid: 19248 components: - type: Transform rot: 1.5707963267948966 rad @@ -126679,7 +127012,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19271 + - uid: 19249 components: - type: Transform rot: -1.5707963267948966 rad @@ -126687,21 +127020,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19272 + - uid: 19250 components: - type: Transform pos: 42.5,15.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19273 + - uid: 19251 components: - type: Transform pos: 44.5,15.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19274 + - uid: 19252 components: - type: Transform rot: 3.141592653589793 rad @@ -126709,14 +127042,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19275 + - uid: 19253 components: - type: Transform pos: 47.5,14.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19276 + - uid: 19254 components: - type: Transform rot: 3.141592653589793 rad @@ -126724,7 +127057,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19277 + - uid: 19255 components: - type: Transform rot: -1.5707963267948966 rad @@ -126732,7 +127065,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19278 + - uid: 19256 components: - type: Transform rot: -1.5707963267948966 rad @@ -126740,7 +127073,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19279 + - uid: 19257 components: - type: Transform rot: -1.5707963267948966 rad @@ -126748,7 +127081,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19280 + - uid: 19258 components: - type: Transform rot: 3.141592653589793 rad @@ -126756,7 +127089,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19281 + - uid: 19259 components: - type: Transform rot: 3.141592653589793 rad @@ -126764,7 +127097,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19282 + - uid: 19260 components: - type: Transform rot: -1.5707963267948966 rad @@ -126772,7 +127105,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19283 + - uid: 19261 components: - type: Transform rot: 3.141592653589793 rad @@ -126780,7 +127113,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19284 + - uid: 19262 components: - type: Transform rot: 3.141592653589793 rad @@ -126788,7 +127121,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19285 + - uid: 19263 components: - type: Transform rot: -1.5707963267948966 rad @@ -126796,7 +127129,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19286 + - uid: 19264 components: - type: Transform rot: 1.5707963267948966 rad @@ -126804,7 +127137,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19287 + - uid: 19265 components: - type: Transform rot: 1.5707963267948966 rad @@ -126812,7 +127145,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19288 + - uid: 19266 components: - type: Transform rot: 1.5707963267948966 rad @@ -126820,7 +127153,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19289 + - uid: 19267 components: - type: Transform rot: 1.5707963267948966 rad @@ -126828,14 +127161,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19290 + - uid: 19268 components: - type: Transform pos: 40.5,20.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19291 + - uid: 19269 components: - type: Transform rot: 3.141592653589793 rad @@ -126843,7 +127176,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19292 + - uid: 19270 components: - type: Transform rot: 3.141592653589793 rad @@ -126851,7 +127184,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19293 + - uid: 19271 components: - type: Transform rot: 3.141592653589793 rad @@ -126859,14 +127192,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19294 + - uid: 19272 components: - type: Transform pos: 44.5,0.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19295 + - uid: 19273 components: - type: Transform rot: 3.141592653589793 rad @@ -126874,21 +127207,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19296 + - uid: 19274 components: - type: Transform pos: 53.5,0.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19297 + - uid: 19275 components: - type: Transform pos: 52.5,1.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19298 + - uid: 19276 components: - type: Transform rot: 1.5707963267948966 rad @@ -126896,7 +127229,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19299 + - uid: 19277 components: - type: Transform rot: -1.5707963267948966 rad @@ -126904,7 +127237,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19300 + - uid: 19278 components: - type: Transform rot: 3.141592653589793 rad @@ -126912,7 +127245,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19301 + - uid: 19279 components: - type: Transform rot: -1.5707963267948966 rad @@ -126920,7 +127253,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19302 + - uid: 19280 components: - type: Transform rot: -1.5707963267948966 rad @@ -126928,7 +127261,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19303 + - uid: 19281 components: - type: Transform rot: -1.5707963267948966 rad @@ -126936,7 +127269,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19304 + - uid: 19282 components: - type: Transform rot: -1.5707963267948966 rad @@ -126944,7 +127277,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19305 + - uid: 19283 components: - type: Transform rot: 3.141592653589793 rad @@ -126952,7 +127285,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19306 + - uid: 19284 components: - type: Transform rot: -1.5707963267948966 rad @@ -126960,7 +127293,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19307 + - uid: 19285 components: - type: Transform rot: -1.5707963267948966 rad @@ -126968,7 +127301,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19308 + - uid: 19286 components: - type: Transform rot: 3.141592653589793 rad @@ -126976,7 +127309,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19309 + - uid: 19287 components: - type: Transform rot: 3.141592653589793 rad @@ -126984,7 +127317,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19310 + - uid: 19288 components: - type: Transform rot: 3.141592653589793 rad @@ -126992,28 +127325,28 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19311 + - uid: 19289 components: - type: Transform pos: 44.5,-41.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19312 + - uid: 19290 components: - type: Transform pos: 49.5,-41.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19313 + - uid: 19291 components: - type: Transform pos: 49.5,-43.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19314 + - uid: 19292 components: - type: Transform rot: 3.141592653589793 rad @@ -127021,21 +127354,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19315 + - uid: 19293 components: - type: Transform pos: 50.5,-41.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19316 + - uid: 19294 components: - type: Transform pos: 56.5,-41.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19317 + - uid: 19295 components: - type: Transform rot: 3.141592653589793 rad @@ -127043,7 +127376,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19318 + - uid: 19296 components: - type: Transform rot: 3.141592653589793 rad @@ -127051,7 +127384,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19319 + - uid: 19297 components: - type: Transform rot: -1.5707963267948966 rad @@ -127059,7 +127392,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19320 + - uid: 19298 components: - type: Transform rot: 1.5707963267948966 rad @@ -127067,7 +127400,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19321 + - uid: 19299 components: - type: Transform rot: 1.5707963267948966 rad @@ -127075,7 +127408,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19322 + - uid: 19300 components: - type: Transform rot: -1.5707963267948966 rad @@ -127083,7 +127416,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19323 + - uid: 19301 components: - type: Transform rot: -1.5707963267948966 rad @@ -127091,7 +127424,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19324 + - uid: 19302 components: - type: Transform rot: 1.5707963267948966 rad @@ -127099,7 +127432,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19325 + - uid: 19303 components: - type: Transform rot: -1.5707963267948966 rad @@ -127107,7 +127440,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19326 + - uid: 19304 components: - type: Transform rot: 1.5707963267948966 rad @@ -127115,14 +127448,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19327 + - uid: 19305 components: - type: Transform pos: 60.5,-32.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19328 + - uid: 19306 components: - type: Transform rot: -1.5707963267948966 rad @@ -127130,7 +127463,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19329 + - uid: 19307 components: - type: Transform rot: 1.5707963267948966 rad @@ -127138,14 +127471,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19330 + - uid: 19308 components: - type: Transform pos: 55.5,-11.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19331 + - uid: 19309 components: - type: Transform rot: 1.5707963267948966 rad @@ -127153,7 +127486,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19332 + - uid: 19310 components: - type: Transform rot: 1.5707963267948966 rad @@ -127161,7 +127494,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19333 + - uid: 19311 components: - type: Transform rot: 1.5707963267948966 rad @@ -127169,7 +127502,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19334 + - uid: 19312 components: - type: Transform rot: 3.141592653589793 rad @@ -127177,7 +127510,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19335 + - uid: 19313 components: - type: Transform rot: 3.141592653589793 rad @@ -127185,7 +127518,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19336 + - uid: 19314 components: - type: Transform rot: 1.5707963267948966 rad @@ -127193,7 +127526,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19337 + - uid: 19315 components: - type: Transform rot: 1.5707963267948966 rad @@ -127201,7 +127534,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19338 + - uid: 19316 components: - type: Transform rot: 1.5707963267948966 rad @@ -127209,7 +127542,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19339 + - uid: 19317 components: - type: Transform rot: -1.5707963267948966 rad @@ -127217,14 +127550,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19340 + - uid: 19318 components: - type: Transform pos: 32.5,-52.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19341 + - uid: 19319 components: - type: Transform rot: -1.5707963267948966 rad @@ -127232,7 +127565,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19342 + - uid: 19320 components: - type: Transform rot: 1.5707963267948966 rad @@ -127240,14 +127573,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19343 + - uid: 19321 components: - type: Transform pos: -19.5,7.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19344 + - uid: 19322 components: - type: Transform rot: 3.141592653589793 rad @@ -127255,7 +127588,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19345 + - uid: 19323 components: - type: Transform rot: 3.141592653589793 rad @@ -127263,14 +127596,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19346 + - uid: 19324 components: - type: Transform pos: -13.5,7.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19347 + - uid: 19325 components: - type: Transform rot: 1.5707963267948966 rad @@ -127278,7 +127611,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19348 + - uid: 19326 components: - type: Transform rot: -1.5707963267948966 rad @@ -127286,7 +127619,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19349 + - uid: 19327 components: - type: Transform rot: -1.5707963267948966 rad @@ -127294,7 +127627,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19350 + - uid: 19328 components: - type: Transform rot: -1.5707963267948966 rad @@ -127302,7 +127635,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19351 + - uid: 19329 components: - type: Transform rot: 1.5707963267948966 rad @@ -127310,7 +127643,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19352 + - uid: 19330 components: - type: Transform rot: -1.5707963267948966 rad @@ -127318,7 +127651,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19353 + - uid: 19331 components: - type: Transform rot: -1.5707963267948966 rad @@ -127326,14 +127659,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19354 + - uid: 19332 components: - type: Transform pos: -23.5,-10.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19355 + - uid: 19333 components: - type: Transform rot: 3.141592653589793 rad @@ -127341,21 +127674,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19356 + - uid: 19334 components: - type: Transform pos: -24.5,-13.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19357 + - uid: 19335 components: - type: Transform pos: -28.5,-10.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19358 + - uid: 19336 components: - type: Transform rot: 3.141592653589793 rad @@ -127363,14 +127696,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19359 + - uid: 19337 components: - type: Transform pos: -25.5,-13.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19360 + - uid: 19338 components: - type: Transform rot: 3.141592653589793 rad @@ -127378,7 +127711,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19361 + - uid: 19339 components: - type: Transform rot: 1.5707963267948966 rad @@ -127386,7 +127719,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19362 + - uid: 19340 components: - type: Transform rot: -1.5707963267948966 rad @@ -127394,7 +127727,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19363 + - uid: 19341 components: - type: Transform rot: -1.5707963267948966 rad @@ -127402,7 +127735,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19364 + - uid: 19342 components: - type: Transform rot: 1.5707963267948966 rad @@ -127410,7 +127743,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19365 + - uid: 19343 components: - type: Transform rot: -1.5707963267948966 rad @@ -127418,7 +127751,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19366 + - uid: 19344 components: - type: Transform rot: 3.141592653589793 rad @@ -127426,7 +127759,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19367 + - uid: 19345 components: - type: Transform rot: 3.141592653589793 rad @@ -127434,7 +127767,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19368 + - uid: 19346 components: - type: Transform rot: 1.5707963267948966 rad @@ -127442,7 +127775,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19369 + - uid: 19347 components: - type: Transform rot: -1.5707963267948966 rad @@ -127450,7 +127783,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19370 + - uid: 19348 components: - type: Transform rot: 1.5707963267948966 rad @@ -127458,7 +127791,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19371 + - uid: 19349 components: - type: Transform rot: 1.5707963267948966 rad @@ -127466,7 +127799,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19372 + - uid: 19350 components: - type: Transform rot: 1.5707963267948966 rad @@ -127474,14 +127807,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19373 + - uid: 19351 components: - type: Transform pos: 48.5,-73.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19374 + - uid: 19352 components: - type: Transform rot: 1.5707963267948966 rad @@ -127489,7 +127822,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19375 + - uid: 19353 components: - type: Transform rot: -1.5707963267948966 rad @@ -127497,7 +127830,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19376 + - uid: 19354 components: - type: Transform rot: -1.5707963267948966 rad @@ -127505,21 +127838,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19377 + - uid: 19355 components: - type: Transform pos: 47.5,-72.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19378 + - uid: 19356 components: - type: Transform pos: -29.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19379 + - uid: 19357 components: - type: Transform rot: 1.5707963267948966 rad @@ -127527,7 +127860,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19380 + - uid: 19358 components: - type: Transform rot: 1.5707963267948966 rad @@ -127535,7 +127868,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19381 + - uid: 19359 components: - type: Transform rot: -1.5707963267948966 rad @@ -127543,7 +127876,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19382 + - uid: 19360 components: - type: Transform rot: -1.5707963267948966 rad @@ -127551,7 +127884,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19383 + - uid: 19361 components: - type: Transform rot: 1.5707963267948966 rad @@ -127559,7 +127892,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19384 + - uid: 19362 components: - type: Transform rot: -1.5707963267948966 rad @@ -127567,7 +127900,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19385 + - uid: 19363 components: - type: Transform rot: 3.141592653589793 rad @@ -127575,14 +127908,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19386 + - uid: 19364 components: - type: Transform pos: -36.5,-11.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19387 + - uid: 19365 components: - type: Transform rot: 1.5707963267948966 rad @@ -127590,7 +127923,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19388 + - uid: 19366 components: - type: Transform rot: -1.5707963267948966 rad @@ -127598,7 +127931,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19389 + - uid: 19367 components: - type: Transform rot: -1.5707963267948966 rad @@ -127606,7 +127939,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19390 + - uid: 19368 components: - type: Transform rot: -1.5707963267948966 rad @@ -127614,7 +127947,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19391 + - uid: 19369 components: - type: Transform rot: -1.5707963267948966 rad @@ -127622,7 +127955,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19392 + - uid: 19370 components: - type: Transform rot: 3.141592653589793 rad @@ -127630,21 +127963,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19393 + - uid: 19371 components: - type: Transform pos: -32.5,-10.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19394 + - uid: 19372 components: - type: Transform pos: -46.5,-5.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19395 + - uid: 19373 components: - type: Transform rot: 3.141592653589793 rad @@ -127652,7 +127985,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19396 + - uid: 19374 components: - type: Transform rot: -1.5707963267948966 rad @@ -127660,7 +127993,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19397 + - uid: 19375 components: - type: Transform rot: -1.5707963267948966 rad @@ -127668,7 +128001,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19398 + - uid: 19376 components: - type: Transform rot: 1.5707963267948966 rad @@ -127676,7 +128009,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19399 + - uid: 19377 components: - type: Transform rot: 3.141592653589793 rad @@ -127684,21 +128017,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19400 + - uid: 19378 components: - type: Transform pos: -56.5,-23.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19401 + - uid: 19379 components: - type: Transform pos: -68.5,-23.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19402 + - uid: 19380 components: - type: Transform rot: 1.5707963267948966 rad @@ -127706,14 +128039,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19403 + - uid: 19381 components: - type: Transform pos: -64.5,-25.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19404 + - uid: 19382 components: - type: Transform rot: -1.5707963267948966 rad @@ -127721,19 +128054,19 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19405 + - uid: 19383 components: - type: Transform rot: 3.141592653589793 rad pos: -43.5,-55.5 parent: 2 - - uid: 19406 + - uid: 19384 components: - type: Transform rot: -1.5707963267948966 rad pos: -42.5,-53.5 parent: 2 - - uid: 19407 + - uid: 19385 components: - type: Transform rot: 3.141592653589793 rad @@ -127741,7 +128074,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#03FCD3FF' - - uid: 19408 + - uid: 19386 components: - type: Transform rot: 1.5707963267948966 rad @@ -127749,13 +128082,13 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19409 + - uid: 19387 components: - type: Transform rot: -1.5707963267948966 rad pos: -42.5,-41.5 parent: 2 - - uid: 19410 + - uid: 19388 components: - type: Transform rot: 3.141592653589793 rad @@ -127763,7 +128096,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19411 + - uid: 19389 components: - type: Transform rot: -1.5707963267948966 rad @@ -127771,7 +128104,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#947507FF' - - uid: 19412 + - uid: 19390 components: - type: Transform rot: 1.5707963267948966 rad @@ -127779,7 +128112,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#947507FF' - - uid: 19413 + - uid: 19391 components: - type: Transform rot: 1.5707963267948966 rad @@ -127787,7 +128120,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#947507FF' - - uid: 19414 + - uid: 19392 components: - type: Transform rot: 1.5707963267948966 rad @@ -127795,7 +128128,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#947507FF' - - uid: 19415 + - uid: 19393 components: - type: Transform rot: -1.5707963267948966 rad @@ -127803,7 +128136,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#947507FF' - - uid: 19416 + - uid: 19394 components: - type: Transform rot: -1.5707963267948966 rad @@ -127811,14 +128144,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#947507FF' - - uid: 19417 + - uid: 19395 components: - type: Transform pos: -38.5,-57.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19418 + - uid: 19396 components: - type: Transform rot: 3.141592653589793 rad @@ -127826,14 +128159,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#947507FF' - - uid: 19419 + - uid: 19397 components: - type: Transform pos: -33.5,-33.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19420 + - uid: 19398 components: - type: Transform rot: 3.141592653589793 rad @@ -127841,7 +128174,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19421 + - uid: 19399 components: - type: Transform rot: 1.5707963267948966 rad @@ -127849,7 +128182,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19422 + - uid: 19400 components: - type: Transform rot: -1.5707963267948966 rad @@ -127857,7 +128190,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19423 + - uid: 19401 components: - type: Transform rot: 3.141592653589793 rad @@ -127865,7 +128198,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19424 + - uid: 19402 components: - type: Transform rot: 1.5707963267948966 rad @@ -127873,7 +128206,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19425 + - uid: 19403 components: - type: Transform rot: -1.5707963267948966 rad @@ -127881,7 +128214,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19426 + - uid: 19404 components: - type: Transform rot: 1.5707963267948966 rad @@ -127889,7 +128222,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19427 + - uid: 19405 components: - type: Transform rot: 1.5707963267948966 rad @@ -127897,7 +128230,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19428 + - uid: 19406 components: - type: Transform rot: 1.5707963267948966 rad @@ -127905,7 +128238,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19429 + - uid: 19407 components: - type: Transform rot: -1.5707963267948966 rad @@ -127913,29 +128246,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19430 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,-60.5 - parent: 2 - - type: AtmosPipeColor - color: '#97C3FCCC' - - uid: 19431 + - uid: 19408 components: - type: Transform pos: -27.5,-69.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19432 + - uid: 19409 components: - type: Transform pos: -40.5,-71.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19433 + - uid: 19410 components: - type: Transform rot: 3.141592653589793 rad @@ -127943,14 +128268,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19434 + - uid: 19411 components: - type: Transform pos: -30.5,-69.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19435 + - uid: 19412 components: - type: Transform rot: -1.5707963267948966 rad @@ -127958,15 +128283,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19436 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,-58.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 19437 + - uid: 19413 components: - type: Transform rot: -1.5707963267948966 rad @@ -127974,7 +128291,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19438 + - uid: 19414 components: - type: Transform rot: 1.5707963267948966 rad @@ -127982,7 +128299,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19439 + - uid: 19415 components: - type: Transform rot: -1.5707963267948966 rad @@ -127990,7 +128307,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19440 + - uid: 19416 components: - type: Transform rot: -1.5707963267948966 rad @@ -127998,7 +128315,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19441 + - uid: 19417 components: - type: Transform rot: -1.5707963267948966 rad @@ -128006,28 +128323,28 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19442 + - uid: 19418 components: - type: Transform pos: -24.5,23.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19443 + - uid: 19419 components: - type: Transform pos: -23.5,20.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19444 + - uid: 19420 components: - type: Transform pos: -28.5,23.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19445 + - uid: 19421 components: - type: Transform rot: 3.141592653589793 rad @@ -128035,7 +128352,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19446 + - uid: 19422 components: - type: Transform rot: 3.141592653589793 rad @@ -128043,7 +128360,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19447 + - uid: 19423 components: - type: Transform rot: 3.141592653589793 rad @@ -128051,7 +128368,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19448 + - uid: 19424 components: - type: Transform rot: 1.5707963267948966 rad @@ -128059,7 +128376,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19449 + - uid: 19425 components: - type: Transform rot: 1.5707963267948966 rad @@ -128067,7 +128384,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19450 + - uid: 19426 components: - type: Transform rot: 3.141592653589793 rad @@ -128075,28 +128392,28 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19451 + - uid: 19427 components: - type: Transform pos: -49.5,33.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19452 + - uid: 19428 components: - type: Transform pos: -28.5,1.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19453 + - uid: 19429 components: - type: Transform pos: -29.5,0.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19454 + - uid: 19430 components: - type: Transform rot: 3.141592653589793 rad @@ -128104,7 +128421,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19455 + - uid: 19431 components: - type: Transform rot: 3.141592653589793 rad @@ -128112,7 +128429,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19456 + - uid: 19432 components: - type: Transform rot: 1.5707963267948966 rad @@ -128120,7 +128437,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19457 + - uid: 19433 components: - type: Transform rot: -1.5707963267948966 rad @@ -128128,7 +128445,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19458 + - uid: 19434 components: - type: Transform rot: 1.5707963267948966 rad @@ -128136,7 +128453,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19459 + - uid: 19435 components: - type: Transform rot: -1.5707963267948966 rad @@ -128144,21 +128461,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19460 + - uid: 19436 components: - type: Transform pos: -39.5,0.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19461 + - uid: 19437 components: - type: Transform pos: -41.5,1.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19462 + - uid: 19438 components: - type: Transform rot: -1.5707963267948966 rad @@ -128166,7 +128483,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19463 + - uid: 19439 components: - type: Transform rot: -1.5707963267948966 rad @@ -128174,7 +128491,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19464 + - uid: 19440 components: - type: Transform rot: 1.5707963267948966 rad @@ -128182,7 +128499,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19465 + - uid: 19441 components: - type: Transform rot: 1.5707963267948966 rad @@ -128190,7 +128507,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19466 + - uid: 19442 components: - type: Transform rot: -1.5707963267948966 rad @@ -128198,14 +128515,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19467 + - uid: 19443 components: - type: Transform pos: -47.5,10.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19468 + - uid: 19444 components: - type: Transform rot: 3.141592653589793 rad @@ -128213,7 +128530,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19469 + - uid: 19445 components: - type: Transform rot: 3.141592653589793 rad @@ -128221,7 +128538,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19470 + - uid: 19446 components: - type: Transform rot: 1.5707963267948966 rad @@ -128229,7 +128546,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19471 + - uid: 19447 components: - type: Transform rot: 1.5707963267948966 rad @@ -128237,7 +128554,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19472 + - uid: 19448 components: - type: Transform rot: -1.5707963267948966 rad @@ -128245,7 +128562,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19473 + - uid: 19449 components: - type: Transform rot: 3.141592653589793 rad @@ -128253,7 +128570,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19474 + - uid: 19450 components: - type: Transform rot: 1.5707963267948966 rad @@ -128261,7 +128578,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19475 + - uid: 19451 components: - type: Transform rot: 1.5707963267948966 rad @@ -128269,7 +128586,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19476 + - uid: 19452 components: - type: Transform rot: 3.141592653589793 rad @@ -128277,14 +128594,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19477 + - uid: 19453 components: - type: Transform pos: -4.5,-42.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19478 + - uid: 19454 components: - type: Transform rot: 1.5707963267948966 rad @@ -128292,7 +128609,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19479 + - uid: 19455 components: - type: Transform rot: -1.5707963267948966 rad @@ -128300,7 +128617,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19480 + - uid: 19456 components: - type: Transform rot: 3.141592653589793 rad @@ -128308,7 +128625,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19481 + - uid: 19457 components: - type: Transform rot: 1.5707963267948966 rad @@ -128316,7 +128633,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19482 + - uid: 19458 components: - type: Transform rot: -1.5707963267948966 rad @@ -128324,7 +128641,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19483 + - uid: 19459 components: - type: Transform rot: -1.5707963267948966 rad @@ -128332,7 +128649,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19484 + - uid: 19460 components: - type: Transform rot: -1.5707963267948966 rad @@ -128340,7 +128657,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19485 + - uid: 19461 components: - type: Transform rot: 1.5707963267948966 rad @@ -128348,7 +128665,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19486 + - uid: 19462 components: - type: Transform rot: 1.5707963267948966 rad @@ -128356,7 +128673,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19487 + - uid: 19463 components: - type: Transform rot: 1.5707963267948966 rad @@ -128364,7 +128681,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19488 + - uid: 19464 components: - type: Transform rot: 1.5707963267948966 rad @@ -128372,7 +128689,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19489 + - uid: 19465 components: - type: Transform rot: 1.5707963267948966 rad @@ -128380,7 +128697,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19490 + - uid: 19466 components: - type: Transform rot: 3.141592653589793 rad @@ -128388,7 +128705,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19491 + - uid: 19467 components: - type: Transform rot: 3.141592653589793 rad @@ -128396,14 +128713,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19492 + - uid: 19468 components: - type: Transform pos: 40.5,45.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19493 + - uid: 19469 components: - type: Transform rot: 1.5707963267948966 rad @@ -128411,7 +128728,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19494 + - uid: 19470 components: - type: Transform rot: 1.5707963267948966 rad @@ -128419,7 +128736,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19495 + - uid: 19471 components: - type: Transform rot: 3.141592653589793 rad @@ -128427,7 +128744,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19496 + - uid: 19472 components: - type: Transform rot: -1.5707963267948966 rad @@ -128435,7 +128752,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19497 + - uid: 19473 components: - type: Transform rot: 1.5707963267948966 rad @@ -128443,35 +128760,35 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19498 + - uid: 19474 components: - type: Transform pos: -17.5,50.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19499 + - uid: 19475 components: - type: Transform pos: -16.5,51.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19500 + - uid: 19476 components: - type: Transform pos: -21.5,50.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19501 + - uid: 19477 components: - type: Transform pos: -20.5,51.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19502 + - uid: 19478 components: - type: Transform rot: -1.5707963267948966 rad @@ -128479,7 +128796,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19503 + - uid: 19479 components: - type: Transform rot: 1.5707963267948966 rad @@ -128487,7 +128804,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19504 + - uid: 19480 components: - type: Transform rot: 1.5707963267948966 rad @@ -128495,7 +128812,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19505 + - uid: 19481 components: - type: Transform rot: 1.5707963267948966 rad @@ -128503,7 +128820,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19506 + - uid: 19482 components: - type: Transform rot: 3.141592653589793 rad @@ -128511,14 +128828,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19507 + - uid: 19483 components: - type: Transform pos: -17.5,61.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19508 + - uid: 19484 components: - type: Transform rot: 1.5707963267948966 rad @@ -128526,7 +128843,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19509 + - uid: 19485 components: - type: Transform rot: -1.5707963267948966 rad @@ -128534,7 +128851,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19510 + - uid: 19486 components: - type: Transform rot: -1.5707963267948966 rad @@ -128542,7 +128859,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19511 + - uid: 19487 components: - type: Transform rot: -1.5707963267948966 rad @@ -128550,7 +128867,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19512 + - uid: 19488 components: - type: Transform rot: 1.5707963267948966 rad @@ -128558,7 +128875,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19513 + - uid: 19489 components: - type: Transform rot: -1.5707963267948966 rad @@ -128566,7 +128883,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19514 + - uid: 19490 components: - type: Transform rot: 1.5707963267948966 rad @@ -128574,7 +128891,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19515 + - uid: 19491 components: - type: Transform rot: 1.5707963267948966 rad @@ -128582,7 +128899,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19516 + - uid: 19492 components: - type: Transform rot: 3.141592653589793 rad @@ -128590,7 +128907,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19517 + - uid: 19493 components: - type: Transform rot: 1.5707963267948966 rad @@ -128598,7 +128915,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19518 + - uid: 19494 components: - type: Transform rot: -1.5707963267948966 rad @@ -128606,7 +128923,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19519 + - uid: 19495 components: - type: Transform rot: 3.141592653589793 rad @@ -128614,14 +128931,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19520 + - uid: 19496 components: - type: Transform pos: 29.5,45.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19521 + - uid: 19497 components: - type: Transform rot: -1.5707963267948966 rad @@ -128629,7 +128946,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19522 + - uid: 19498 components: - type: Transform rot: -1.5707963267948966 rad @@ -128637,7 +128954,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19523 + - uid: 19499 components: - type: Transform rot: 3.141592653589793 rad @@ -128645,7 +128962,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19524 + - uid: 19500 components: - type: Transform rot: 3.141592653589793 rad @@ -128653,7 +128970,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19525 + - uid: 19501 components: - type: Transform rot: 3.141592653589793 rad @@ -128661,7 +128978,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19526 + - uid: 19502 components: - type: Transform rot: 3.141592653589793 rad @@ -128669,7 +128986,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19527 + - uid: 19503 components: - type: Transform rot: 1.5707963267948966 rad @@ -128677,7 +128994,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19528 + - uid: 19504 components: - type: Transform rot: 1.5707963267948966 rad @@ -128685,7 +129002,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19529 + - uid: 19505 components: - type: Transform rot: 3.141592653589793 rad @@ -128693,14 +129010,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19530 + - uid: 19506 components: - type: Transform pos: 65.5,-34.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19531 + - uid: 19507 components: - type: Transform rot: 3.141592653589793 rad @@ -128708,14 +129025,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19532 + - uid: 19508 components: - type: Transform pos: 73.5,-34.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19533 + - uid: 19509 components: - type: Transform rot: 3.141592653589793 rad @@ -128723,7 +129040,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19534 + - uid: 19510 components: - type: Transform rot: -1.5707963267948966 rad @@ -128731,7 +129048,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19535 + - uid: 19511 components: - type: Transform rot: 1.5707963267948966 rad @@ -128739,14 +129056,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19536 + - uid: 19512 components: - type: Transform pos: 72.5,-48.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19537 + - uid: 19513 components: - type: Transform rot: 1.5707963267948966 rad @@ -128754,14 +129071,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19538 + - uid: 19514 components: - type: Transform pos: 70.5,-47.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19539 + - uid: 19515 components: - type: Transform rot: 1.5707963267948966 rad @@ -128769,7 +129086,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19540 + - uid: 19516 components: - type: Transform rot: -1.5707963267948966 rad @@ -128777,7 +129094,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19541 + - uid: 19517 components: - type: Transform rot: 3.141592653589793 rad @@ -128785,13 +129102,13 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19542 + - uid: 19518 components: - type: Transform rot: -1.5707963267948966 rad pos: -56.5,-60.5 parent: 2 - - uid: 19543 + - uid: 19519 components: - type: Transform rot: 1.5707963267948966 rad @@ -128799,14 +129116,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19544 + - uid: 19520 components: - type: Transform pos: 3.5,-27.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19545 + - uid: 19521 components: - type: Transform rot: 3.141592653589793 rad @@ -128814,7 +129131,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19546 + - uid: 19522 components: - type: Transform rot: 3.141592653589793 rad @@ -128822,21 +129139,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19547 + - uid: 19523 components: - type: Transform pos: -30.5,-71.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19548 + - uid: 19524 components: - type: Transform pos: -28.5,-69.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19549 + - uid: 19525 components: - type: Transform rot: -1.5707963267948966 rad @@ -128844,28 +129161,28 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19550 + - uid: 19526 components: - type: Transform pos: 30.5,-72.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19551 + - uid: 19527 components: - type: Transform pos: 29.5,-73.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19552 + - uid: 19528 components: - type: Transform pos: -44.5,31.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19553 + - uid: 19529 components: - type: Transform rot: 1.5707963267948966 rad @@ -128873,14 +129190,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19554 + - uid: 19530 components: - type: Transform pos: -71.5,-25.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19555 + - uid: 19531 components: - type: Transform rot: -1.5707963267948966 rad @@ -128888,21 +129205,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19556 + - uid: 19532 components: - type: Transform pos: -68.5,-40.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19557 + - uid: 19533 components: - type: Transform pos: -71.5,-40.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19558 + - uid: 19534 components: - type: Transform rot: 1.5707963267948966 rad @@ -128910,9 +129227,131 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 19535 + components: + - type: Transform + pos: -6.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 19536 + components: + - type: Transform + pos: -2.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 19537 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-53.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 19538 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 19539 + components: + - type: Transform + pos: -5.5,-56.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 19540 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-55.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 19541 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-58.5 + parent: 2 + - uid: 19542 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-61.5 + parent: 2 + - uid: 19543 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-58.5 + parent: 2 + - uid: 19544 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-58.5 + parent: 2 + - uid: 19545 + components: + - type: Transform + pos: 2.5,-61.5 + parent: 2 + - uid: 19546 + components: + - type: Transform + pos: 4.5,-61.5 + parent: 2 + - uid: 19547 + components: + - type: Transform + pos: 0.5,-55.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 19548 + components: + - type: Transform + pos: 4.5,-56.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 19549 + components: + - type: Transform + pos: 5.5,-56.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 19550 + components: + - type: Transform + pos: 1.5,-55.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 19551 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-59.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 19552 + components: + - type: Transform + pos: -11.5,-60.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - proto: GasPort entities: - - uid: 19559 + - uid: 19553 components: - type: Transform rot: 3.141592653589793 rad @@ -128920,7 +129359,7 @@ entities: parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 19560 + - uid: 19554 components: - type: Transform rot: -1.5707963267948966 rad @@ -128928,7 +129367,7 @@ entities: parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 19561 + - uid: 19555 components: - type: Transform rot: -1.5707963267948966 rad @@ -128938,7 +129377,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19562 + - uid: 19556 components: - type: Transform rot: -1.5707963267948966 rad @@ -128948,7 +129387,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#947507FF' - - uid: 19563 + - uid: 19557 components: - type: Transform rot: -1.5707963267948966 rad @@ -128958,7 +129397,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#947507FF' - - uid: 19564 + - uid: 19558 components: - type: Transform rot: -1.5707963267948966 rad @@ -128968,7 +129407,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#947507FF' - - uid: 19565 + - uid: 19559 components: - type: Transform rot: 1.5707963267948966 rad @@ -128978,7 +129417,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#947507FF' - - uid: 19566 + - uid: 19560 components: - type: Transform rot: 1.5707963267948966 rad @@ -128988,7 +129427,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#947507FF' - - uid: 19567 + - uid: 19561 components: - type: Transform rot: 1.5707963267948966 rad @@ -128998,15 +129437,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#947507FF' - - uid: 19568 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,-62.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 19569 + - uid: 19562 components: - type: Transform rot: -1.5707963267948966 rad @@ -129016,7 +129447,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19570 + - uid: 19563 components: - type: Transform rot: -1.5707963267948966 rad @@ -129026,7 +129457,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19571 + - uid: 19564 components: - type: Transform rot: -1.5707963267948966 rad @@ -129036,14 +129467,14 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19572 + - uid: 19565 components: - type: Transform pos: 70.5,38.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 19573 + - uid: 19566 components: - type: Transform rot: -1.5707963267948966 rad @@ -129053,7 +129484,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#9755CCFF' - - uid: 19574 + - uid: 19567 components: - type: Transform rot: -1.5707963267948966 rad @@ -129063,7 +129494,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#999000FF' - - uid: 19575 + - uid: 19568 components: - type: Transform rot: 3.141592653589793 rad @@ -129073,7 +129504,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#9755CCFF' - - uid: 19576 + - uid: 19569 components: - type: Transform rot: 3.141592653589793 rad @@ -129083,7 +129514,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#999000FF' - - uid: 19577 + - uid: 19570 components: - type: Transform rot: 1.5707963267948966 rad @@ -129091,14 +129522,14 @@ entities: parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 19578 + - uid: 19571 components: - type: Transform pos: -54.5,-59.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 19579 + - uid: 19572 components: - type: Transform rot: 3.141592653589793 rad @@ -129106,7 +129537,7 @@ entities: parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 19580 + - uid: 19573 components: - type: Transform rot: -1.5707963267948966 rad @@ -129114,7 +129545,7 @@ entities: parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 19581 + - uid: 19574 components: - type: Transform rot: 1.5707963267948966 rad @@ -129124,7 +129555,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19582 + - uid: 19575 components: - type: Transform rot: -1.5707963267948966 rad @@ -129132,9 +129563,25 @@ entities: parent: 2 - type: AtmosDevice joinedGrid: 2 + - uid: 19576 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-58.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 19577 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-61.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 - proto: GasPressurePump entities: - - uid: 19583 + - uid: 19578 components: - type: Transform rot: 3.141592653589793 rad @@ -129142,7 +129589,7 @@ entities: parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 19584 + - uid: 19579 components: - type: Transform rot: -1.5707963267948966 rad @@ -129152,7 +129599,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19585 + - uid: 19580 components: - type: Transform rot: 1.5707963267948966 rad @@ -129160,7 +129607,7 @@ entities: parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 19586 + - uid: 19581 components: - type: Transform pos: -70.5,-38.5 @@ -129169,7 +129616,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19587 + - uid: 19582 components: - type: Transform pos: -68.5,-45.5 @@ -129178,7 +129625,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19588 + - uid: 19583 components: - type: Transform rot: 1.5707963267948966 rad @@ -129186,7 +129633,7 @@ entities: parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 19589 + - uid: 19584 components: - type: Transform rot: 1.5707963267948966 rad @@ -129194,7 +129641,7 @@ entities: parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 19590 + - uid: 19585 components: - type: Transform rot: 1.5707963267948966 rad @@ -129202,7 +129649,7 @@ entities: parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 19591 + - uid: 19586 components: - type: Transform rot: 1.5707963267948966 rad @@ -129210,7 +129657,7 @@ entities: parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 19592 + - uid: 19587 components: - type: Transform rot: 1.5707963267948966 rad @@ -129218,7 +129665,7 @@ entities: parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 19593 + - uid: 19588 components: - type: Transform rot: 1.5707963267948966 rad @@ -129226,7 +129673,7 @@ entities: parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 19594 + - uid: 19589 components: - type: Transform rot: 1.5707963267948966 rad @@ -129234,7 +129681,7 @@ entities: parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 19595 + - uid: 19590 components: - type: Transform rot: 1.5707963267948966 rad @@ -129244,7 +129691,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19596 + - uid: 19591 components: - type: Transform pos: -40.5,-54.5 @@ -129253,7 +129700,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#03FCD3FF' - - uid: 19597 + - uid: 19592 components: - type: Transform rot: 3.141592653589793 rad @@ -129261,7 +129708,7 @@ entities: parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 19598 + - uid: 19593 components: - type: Transform pos: -37.5,-54.5 @@ -129270,7 +129717,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19599 + - uid: 19594 components: - type: Transform pos: -38.5,-45.5 @@ -129279,126 +129726,151 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#947507FF' - - uid: 19600 + - uid: 19595 components: - type: Transform rot: 3.141592653589793 rad - pos: -24.5,-61.5 + pos: 72.5,-31.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#97C3FCCC' - - uid: 19601 + color: '#999000FF' + - uid: 19596 components: - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-59.5 + pos: 71.5,-31.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 19602 + color: '#9755CCFF' + - uid: 19597 components: - type: Transform - pos: -23.5,-59.5 + pos: -56.5,-59.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 19603 + - uid: 19598 components: - type: Transform - rot: 3.141592653589793 rad - pos: 72.5,-31.5 + rot: -1.5707963267948966 rad + pos: 70.5,-38.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor color: '#999000FF' - - uid: 19604 + - uid: 19599 components: - type: Transform - pos: 71.5,-31.5 + rot: 3.141592653589793 rad + pos: -54.5,-60.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 19600 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 70.5,-37.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor color: '#9755CCFF' - - uid: 19605 + - uid: 19601 components: - type: Transform - pos: -56.5,-59.5 + pos: -48.5,-37.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 19606 + - uid: 19602 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -70.5,-43.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 19603 components: - type: Transform rot: -1.5707963267948966 rad - pos: 70.5,-38.5 + pos: -67.5,-40.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#999000FF' - - uid: 19607 + color: '#990000FF' + - uid: 19604 components: - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,-60.5 + pos: 2.5,-57.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 19608 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 19605 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 70.5,-37.5 + rot: 3.141592653589793 rad + pos: 2.5,-62.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#9755CCFF' - - uid: 19609 + color: '#0055CCFF' + - uid: 19606 components: - type: Transform - pos: -48.5,-37.5 + pos: 4.5,-62.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 19610 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 19607 components: - type: Transform rot: 3.141592653589793 rad - pos: -70.5,-43.5 + pos: 4.5,-57.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 19611 + color: '#990000FF' + - uid: 19608 components: - type: Transform rot: -1.5707963267948966 rad - pos: -67.5,-40.5 + pos: 5.5,-61.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 19609 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-58.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - proto: GasRecyclerMachineCircuitboard entities: - - uid: 19612 + - uid: 19610 components: - type: Transform pos: 53.993114,35.55658 parent: 2 - proto: GasThermoMachineFreezer entities: - - uid: 19613 + - uid: 19611 components: - type: Transform pos: -66.5,-38.5 @@ -129407,21 +129879,21 @@ entities: color: '#0055CCFF' - type: AtmosDevice joinedGrid: 2 - - uid: 19614 + - uid: 19612 components: - type: Transform pos: 2.5,14.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 19615 + - uid: 19613 components: - type: Transform pos: -33.5,-52.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 19616 + - uid: 19614 components: - type: Transform pos: 2.5,68.5 @@ -129430,7 +129902,7 @@ entities: color: '#990000FF' - type: AtmosDevice joinedGrid: 2 - - uid: 19617 + - uid: 19615 components: - type: Transform pos: 2.5,70.5 @@ -129439,7 +129911,7 @@ entities: color: '#990000FF' - type: AtmosDevice joinedGrid: 2 - - uid: 19618 + - uid: 19616 components: - type: Transform pos: -5.5,68.5 @@ -129448,7 +129920,7 @@ entities: color: '#990000FF' - type: AtmosDevice joinedGrid: 2 - - uid: 19619 + - uid: 19617 components: - type: Transform pos: -5.5,70.5 @@ -129457,59 +129929,66 @@ entities: color: '#990000FF' - type: AtmosDevice joinedGrid: 2 - - uid: 19620 + - uid: 19618 components: - type: Transform pos: 53.5,-47.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 19621 + - uid: 19619 components: - type: Transform - pos: -22.5,-61.5 + pos: -69.5,-38.5 parent: 2 - type: AtmosPipeColor - color: '#97C3FCCC' + color: '#0055CCFF' - type: AtmosDevice joinedGrid: 2 - - uid: 19622 + - uid: 19620 components: - type: Transform - pos: -69.5,-38.5 + pos: -67.5,-38.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - type: AtmosDevice joinedGrid: 2 - - uid: 19623 + - uid: 19621 components: - type: Transform - pos: -67.5,-38.5 + pos: -68.5,-38.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - type: AtmosDevice joinedGrid: 2 - - uid: 19624 + - uid: 19622 components: - type: Transform - pos: -68.5,-38.5 + rot: 1.5707963267948966 rad + pos: 0.5,-58.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 19623 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-61.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - type: AtmosDevice joinedGrid: 2 - proto: GasThermoMachineHeater entities: - - uid: 19625 + - uid: 19624 components: - type: Transform pos: -33.5,-54.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 19626 + - uid: 19625 components: - type: Transform pos: -57.5,-59.5 @@ -129518,7 +129997,7 @@ entities: joinedGrid: 2 - proto: GasValve entities: - - uid: 19627 + - uid: 19626 components: - type: Transform pos: -44.5,-40.5 @@ -129527,7 +130006,7 @@ entities: open: False - type: AtmosDevice joinedGrid: 2 - - uid: 19628 + - uid: 19627 components: - type: Transform rot: 1.5707963267948966 rad @@ -129539,7 +130018,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19629 + - uid: 19628 components: - type: Transform rot: -1.5707963267948966 rad @@ -129551,7 +130030,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19630 + - uid: 19629 components: - type: Transform rot: -1.5707963267948966 rad @@ -129563,7 +130042,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19631 + - uid: 19630 components: - type: Transform rot: -1.5707963267948966 rad @@ -129573,7 +130052,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19632 + - uid: 19631 components: - type: Transform pos: -40.5,-53.5 @@ -129584,7 +130063,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#947507FF' - - uid: 19633 + - uid: 19632 components: - type: Transform rot: 3.141592653589793 rad @@ -129596,7 +130075,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19634 + - uid: 19633 components: - type: Transform pos: -37.5,-53.5 @@ -129607,7 +130086,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#947507FF' - - uid: 19635 + - uid: 19634 components: - type: Transform pos: -38.5,-42.5 @@ -129618,7 +130097,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19636 + - uid: 19635 components: - type: Transform rot: -1.5707963267948966 rad @@ -129630,7 +130109,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19637 + - uid: 19636 components: - type: Transform rot: 1.5707963267948966 rad @@ -129642,7 +130121,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19638 + - uid: 19637 components: - type: Transform pos: -48.5,-36.5 @@ -129651,7 +130130,7 @@ entities: open: False - type: AtmosDevice joinedGrid: 2 - - uid: 19639 + - uid: 19638 components: - type: Transform rot: 1.5707963267948966 rad @@ -129663,7 +130142,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19640 + - uid: 19639 components: - type: Transform rot: 1.5707963267948966 rad @@ -129677,6 +130156,17 @@ entities: color: '#0055CCFF' - proto: GasVentPump entities: + - uid: 19640 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,-58.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 65 + - type: AtmosDevice + joinedGrid: 2 - uid: 19641 components: - type: Transform @@ -129758,25 +130248,19 @@ entities: - type: AtmosPipeColor color: '#0055CCFF' - uid: 19649 - components: - - type: Transform - pos: -1.5,-59.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 19650 components: - type: Transform rot: 3.141592653589793 rad pos: -14.5,-46.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 100 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19651 + - uid: 19650 components: - type: Transform pos: 25.5,-5.5 @@ -129785,7 +130269,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19652 + - uid: 19651 components: - type: Transform rot: 1.5707963267948966 rad @@ -129795,17 +130279,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19653 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-65.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 19654 + - uid: 19652 components: - type: Transform rot: 3.141592653589793 rad @@ -129815,7 +130289,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19655 + - uid: 19653 components: - type: Transform pos: 2.5,-26.5 @@ -129824,19 +130298,19 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19656 + - uid: 19654 components: - type: Transform pos: 20.5,-40.5 parent: 2 - type: DeviceNetwork deviceLists: - - 101 + - 97 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19657 + - uid: 19655 components: - type: Transform rot: -1.5707963267948966 rad @@ -129846,7 +130320,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19658 + - uid: 19656 components: - type: Transform pos: 26.5,11.5 @@ -129855,7 +130329,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19659 + - uid: 19657 components: - type: Transform rot: 1.5707963267948966 rad @@ -129865,7 +130339,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19660 + - uid: 19658 components: - type: Transform rot: -1.5707963267948966 rad @@ -129875,7 +130349,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19661 + - uid: 19659 components: - type: Transform pos: -17.5,-57.5 @@ -129884,7 +130358,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19662 + - uid: 19660 components: - type: Transform rot: -1.5707963267948966 rad @@ -129894,7 +130368,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19663 + - uid: 19661 components: - type: Transform rot: 1.5707963267948966 rad @@ -129904,7 +130378,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19664 + - uid: 19662 components: - type: Transform rot: -1.5707963267948966 rad @@ -129914,7 +130388,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19665 + - uid: 19663 components: - type: Transform pos: 10.5,19.5 @@ -129923,7 +130397,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19666 + - uid: 19664 components: - type: Transform rot: -1.5707963267948966 rad @@ -129933,7 +130407,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19667 + - uid: 19665 components: - type: Transform rot: 3.141592653589793 rad @@ -129943,7 +130417,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19668 + - uid: 19666 components: - type: Transform rot: 1.5707963267948966 rad @@ -129953,7 +130427,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19669 + - uid: 19667 components: - type: Transform rot: 1.5707963267948966 rad @@ -129963,7 +130437,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19670 + - uid: 19668 components: - type: Transform pos: 22.5,22.5 @@ -129972,7 +130446,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19671 + - uid: 19669 components: - type: Transform rot: 1.5707963267948966 rad @@ -129982,7 +130456,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19672 + - uid: 19670 components: - type: Transform rot: -1.5707963267948966 rad @@ -129992,7 +130466,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19673 + - uid: 19671 components: - type: Transform rot: -1.5707963267948966 rad @@ -130002,56 +130476,20 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19674 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-65.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 19675 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-65.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 19676 - components: - - type: Transform - pos: -2.5,-52.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 19677 + - uid: 19672 components: - type: Transform rot: 3.141592653589793 rad pos: -0.5,-47.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 103 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19678 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-60.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 19679 + - uid: 19673 components: - type: Transform rot: -1.5707963267948966 rad @@ -130061,7 +130499,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19680 + - uid: 19674 components: - type: Transform rot: 1.5707963267948966 rad @@ -130071,7 +130509,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19681 + - uid: 19675 components: - type: Transform rot: 3.141592653589793 rad @@ -130081,7 +130519,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19682 + - uid: 19676 components: - type: Transform rot: 3.141592653589793 rad @@ -130091,7 +130529,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19683 + - uid: 19677 components: - type: Transform rot: 1.5707963267948966 rad @@ -130101,7 +130539,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19684 + - uid: 19678 components: - type: Transform pos: 20.5,14.5 @@ -130110,7 +130548,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19685 + - uid: 19679 components: - type: Transform pos: 5.5,19.5 @@ -130119,7 +130557,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19686 + - uid: 19680 components: - type: Transform rot: 3.141592653589793 rad @@ -130129,7 +130567,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19687 + - uid: 19681 components: - type: Transform pos: -24.5,-79.5 @@ -130138,7 +130576,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19688 + - uid: 19682 components: - type: Transform rot: 3.141592653589793 rad @@ -130148,7 +130586,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19689 + - uid: 19683 components: - type: Transform rot: -1.5707963267948966 rad @@ -130158,7 +130596,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19690 + - uid: 19684 components: - type: Transform pos: 17.5,20.5 @@ -130167,7 +130605,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19691 + - uid: 19685 components: - type: Transform rot: 1.5707963267948966 rad @@ -130177,7 +130615,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19692 + - uid: 19686 components: - type: Transform pos: -4.5,-40.5 @@ -130186,7 +130624,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19693 + - uid: 19687 components: - type: Transform rot: 3.141592653589793 rad @@ -130196,7 +130634,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19694 + - uid: 19688 components: - type: Transform pos: -29.5,-70.5 @@ -130205,7 +130643,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19695 + - uid: 19689 components: - type: Transform rot: 1.5707963267948966 rad @@ -130215,7 +130653,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19696 + - uid: 19690 components: - type: Transform pos: 47.5,-23.5 @@ -130224,7 +130662,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19697 + - uid: 19691 components: - type: Transform rot: 1.5707963267948966 rad @@ -130234,7 +130672,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19698 + - uid: 19692 components: - type: Transform pos: -7.5,9.5 @@ -130243,7 +130681,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19699 + - uid: 19693 components: - type: Transform rot: -1.5707963267948966 rad @@ -130253,7 +130691,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19700 + - uid: 19694 components: - type: Transform rot: 1.5707963267948966 rad @@ -130263,7 +130701,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19701 + - uid: 19695 components: - type: Transform pos: 30.5,-17.5 @@ -130272,7 +130710,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19702 + - uid: 19696 components: - type: Transform pos: -18.5,33.5 @@ -130281,7 +130719,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19703 + - uid: 19697 components: - type: Transform rot: 3.141592653589793 rad @@ -130291,7 +130729,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19704 + - uid: 19698 components: - type: Transform rot: -1.5707963267948966 rad @@ -130301,7 +130739,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19705 + - uid: 19699 components: - type: Transform rot: 3.141592653589793 rad @@ -130311,7 +130749,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19706 + - uid: 19700 components: - type: Transform rot: 1.5707963267948966 rad @@ -130321,7 +130759,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19707 + - uid: 19701 components: - type: Transform pos: 31.5,-14.5 @@ -130330,7 +130768,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19708 + - uid: 19702 components: - type: Transform rot: -1.5707963267948966 rad @@ -130340,7 +130778,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19709 + - uid: 19703 components: - type: Transform rot: -1.5707963267948966 rad @@ -130350,7 +130788,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19710 + - uid: 19704 components: - type: Transform rot: 1.5707963267948966 rad @@ -130360,7 +130798,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19711 + - uid: 19705 components: - type: Transform rot: -1.5707963267948966 rad @@ -130370,7 +130808,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19712 + - uid: 19706 components: - type: Transform rot: -1.5707963267948966 rad @@ -130380,7 +130818,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19713 + - uid: 19707 components: - type: Transform pos: -16.5,-37.5 @@ -130389,7 +130827,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19714 + - uid: 19708 components: - type: Transform pos: -11.5,-32.5 @@ -130398,7 +130836,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19715 + - uid: 19709 components: - type: Transform rot: -1.5707963267948966 rad @@ -130408,7 +130846,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19716 + - uid: 19710 components: - type: Transform rot: 3.141592653589793 rad @@ -130418,7 +130856,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19717 + - uid: 19711 components: - type: Transform pos: 30.5,28.5 @@ -130427,7 +130865,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19718 + - uid: 19712 components: - type: Transform pos: 45.5,15.5 @@ -130436,7 +130874,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19719 + - uid: 19713 components: - type: Transform rot: -1.5707963267948966 rad @@ -130446,7 +130884,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19720 + - uid: 19714 components: - type: Transform rot: -1.5707963267948966 rad @@ -130456,7 +130894,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19721 + - uid: 19715 components: - type: Transform rot: -1.5707963267948966 rad @@ -130466,7 +130904,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19722 + - uid: 19716 components: - type: Transform pos: 59.5,23.5 @@ -130475,7 +130913,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19723 + - uid: 19717 components: - type: Transform pos: 56.5,23.5 @@ -130484,7 +130922,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19724 + - uid: 19718 components: - type: Transform pos: 53.5,23.5 @@ -130493,7 +130931,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19725 + - uid: 19719 components: - type: Transform pos: 50.5,23.5 @@ -130502,7 +130940,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19726 + - uid: 19720 components: - type: Transform pos: 47.5,23.5 @@ -130511,7 +130949,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19727 + - uid: 19721 components: - type: Transform rot: 3.141592653589793 rad @@ -130521,7 +130959,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19728 + - uid: 19722 components: - type: Transform rot: -1.5707963267948966 rad @@ -130531,7 +130969,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19729 + - uid: 19723 components: - type: Transform pos: 39.5,20.5 @@ -130540,7 +130978,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19730 + - uid: 19724 components: - type: Transform rot: 1.5707963267948966 rad @@ -130550,7 +130988,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19731 + - uid: 19725 components: - type: Transform pos: 45.5,1.5 @@ -130559,7 +130997,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19732 + - uid: 19726 components: - type: Transform rot: -1.5707963267948966 rad @@ -130569,7 +131007,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19733 + - uid: 19727 components: - type: Transform rot: 1.5707963267948966 rad @@ -130579,7 +131017,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19734 + - uid: 19728 components: - type: Transform rot: 1.5707963267948966 rad @@ -130589,7 +131027,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19735 + - uid: 19729 components: - type: Transform rot: 3.141592653589793 rad @@ -130599,7 +131037,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19736 + - uid: 19730 components: - type: Transform rot: 1.5707963267948966 rad @@ -130609,7 +131047,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19737 + - uid: 19731 components: - type: Transform rot: 1.5707963267948966 rad @@ -130619,7 +131057,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19738 + - uid: 19732 components: - type: Transform rot: -1.5707963267948966 rad @@ -130629,7 +131067,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19739 + - uid: 19733 components: - type: Transform rot: -1.5707963267948966 rad @@ -130639,7 +131077,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19740 + - uid: 19734 components: - type: Transform rot: 3.141592653589793 rad @@ -130649,7 +131087,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19741 + - uid: 19735 components: - type: Transform rot: 3.141592653589793 rad @@ -130659,7 +131097,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19742 + - uid: 19736 components: - type: Transform rot: 3.141592653589793 rad @@ -130669,7 +131107,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19743 + - uid: 19737 components: - type: Transform rot: 3.141592653589793 rad @@ -130679,7 +131117,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19744 + - uid: 19738 components: - type: Transform rot: 3.141592653589793 rad @@ -130689,7 +131127,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19745 + - uid: 19739 components: - type: Transform rot: 1.5707963267948966 rad @@ -130699,7 +131137,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19746 + - uid: 19740 components: - type: Transform rot: -1.5707963267948966 rad @@ -130709,7 +131147,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19747 + - uid: 19741 components: - type: Transform pos: 61.5,-2.5 @@ -130718,7 +131156,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19748 + - uid: 19742 components: - type: Transform rot: 3.141592653589793 rad @@ -130728,7 +131166,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19749 + - uid: 19743 components: - type: Transform rot: 1.5707963267948966 rad @@ -130738,7 +131176,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19750 + - uid: 19744 components: - type: Transform rot: -1.5707963267948966 rad @@ -130748,7 +131186,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19751 + - uid: 19745 components: - type: Transform rot: 1.5707963267948966 rad @@ -130758,7 +131196,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19752 + - uid: 19746 components: - type: Transform rot: -1.5707963267948966 rad @@ -130768,7 +131206,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19753 + - uid: 19747 components: - type: Transform rot: -1.5707963267948966 rad @@ -130778,7 +131216,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19754 + - uid: 19748 components: - type: Transform rot: 1.5707963267948966 rad @@ -130788,7 +131226,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19755 + - uid: 19749 components: - type: Transform rot: -1.5707963267948966 rad @@ -130798,7 +131236,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19756 + - uid: 19750 components: - type: Transform pos: 29.5,-45.5 @@ -130807,7 +131245,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19757 + - uid: 19751 components: - type: Transform rot: -1.5707963267948966 rad @@ -130817,7 +131255,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19758 + - uid: 19752 components: - type: Transform pos: -13.5,2.5 @@ -130826,7 +131264,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19759 + - uid: 19753 components: - type: Transform rot: 1.5707963267948966 rad @@ -130836,7 +131274,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19760 + - uid: 19754 components: - type: Transform rot: 3.141592653589793 rad @@ -130846,7 +131284,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19761 + - uid: 19755 components: - type: Transform pos: -28.5,-12.5 @@ -130855,7 +131293,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19762 + - uid: 19756 components: - type: Transform rot: -1.5707963267948966 rad @@ -130865,7 +131303,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19763 + - uid: 19757 components: - type: Transform rot: 3.141592653589793 rad @@ -130875,7 +131313,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19764 + - uid: 19758 components: - type: Transform pos: 38.5,-55.5 @@ -130884,7 +131322,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19765 + - uid: 19759 components: - type: Transform rot: -1.5707963267948966 rad @@ -130894,7 +131332,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19766 + - uid: 19760 components: - type: Transform rot: -1.5707963267948966 rad @@ -130904,7 +131342,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19767 + - uid: 19761 components: - type: Transform rot: -1.5707963267948966 rad @@ -130914,7 +131352,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19768 + - uid: 19762 components: - type: Transform rot: -1.5707963267948966 rad @@ -130924,7 +131362,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19769 + - uid: 19763 components: - type: Transform rot: 1.5707963267948966 rad @@ -130934,17 +131372,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19770 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-56.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 19771 + - uid: 19764 components: - type: Transform pos: -28.5,-16.5 @@ -130953,7 +131381,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19772 + - uid: 19765 components: - type: Transform rot: 1.5707963267948966 rad @@ -130963,7 +131391,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19773 + - uid: 19766 components: - type: Transform rot: 1.5707963267948966 rad @@ -130973,7 +131401,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19774 + - uid: 19767 components: - type: Transform rot: 3.141592653589793 rad @@ -130983,7 +131411,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19775 + - uid: 19768 components: - type: Transform rot: 3.141592653589793 rad @@ -130993,7 +131421,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19776 + - uid: 19769 components: - type: Transform rot: -1.5707963267948966 rad @@ -131003,7 +131431,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19777 + - uid: 19770 components: - type: Transform rot: 3.141592653589793 rad @@ -131013,7 +131441,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19778 + - uid: 19771 components: - type: Transform rot: 3.141592653589793 rad @@ -131023,7 +131451,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19779 + - uid: 19772 components: - type: Transform rot: 1.5707963267948966 rad @@ -131033,7 +131461,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19780 + - uid: 19773 components: - type: Transform rot: -1.5707963267948966 rad @@ -131043,7 +131471,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19781 + - uid: 19774 components: - type: Transform pos: -45.5,-22.5 @@ -131052,7 +131480,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19782 + - uid: 19775 components: - type: Transform pos: -59.5,-24.5 @@ -131061,7 +131489,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19783 + - uid: 19776 components: - type: Transform rot: 1.5707963267948966 rad @@ -131071,7 +131499,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19784 + - uid: 19777 components: - type: Transform rot: 3.141592653589793 rad @@ -131081,7 +131509,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19785 + - uid: 19778 components: - type: Transform rot: 1.5707963267948966 rad @@ -131091,7 +131519,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19786 + - uid: 19779 components: - type: Transform pos: -30.5,-33.5 @@ -131100,7 +131528,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19787 + - uid: 19780 components: - type: Transform rot: 1.5707963267948966 rad @@ -131110,7 +131538,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19788 + - uid: 19781 components: - type: Transform rot: -1.5707963267948966 rad @@ -131120,16 +131548,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19789 - components: - - type: Transform - pos: -23.5,-57.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 19790 + - uid: 19782 components: - type: Transform rot: 1.5707963267948966 rad @@ -131139,7 +131558,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19791 + - uid: 19783 components: - type: Transform pos: 21.5,-27.5 @@ -131148,7 +131567,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19792 + - uid: 19784 components: - type: Transform rot: -1.5707963267948966 rad @@ -131158,7 +131577,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19793 + - uid: 19785 components: - type: Transform rot: 1.5707963267948966 rad @@ -131168,7 +131587,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19794 + - uid: 19786 components: - type: Transform rot: 3.141592653589793 rad @@ -131178,7 +131597,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19795 + - uid: 19787 components: - type: Transform rot: 3.141592653589793 rad @@ -131188,7 +131607,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19796 + - uid: 19788 components: - type: Transform pos: -32.5,28.5 @@ -131197,7 +131616,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19797 + - uid: 19789 components: - type: Transform rot: 1.5707963267948966 rad @@ -131207,7 +131626,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19798 + - uid: 19790 components: - type: Transform rot: 3.141592653589793 rad @@ -131217,7 +131636,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19799 + - uid: 19791 components: - type: Transform rot: 1.5707963267948966 rad @@ -131227,7 +131646,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19800 + - uid: 19792 components: - type: Transform rot: 1.5707963267948966 rad @@ -131237,7 +131656,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19801 + - uid: 19793 components: - type: Transform pos: -44.5,34.5 @@ -131246,7 +131665,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19802 + - uid: 19794 components: - type: Transform rot: -1.5707963267948966 rad @@ -131256,7 +131675,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19803 + - uid: 19795 components: - type: Transform rot: 1.5707963267948966 rad @@ -131266,7 +131685,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19804 + - uid: 19796 components: - type: Transform rot: 3.141592653589793 rad @@ -131276,7 +131695,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19805 + - uid: 19797 components: - type: Transform rot: 3.141592653589793 rad @@ -131286,7 +131705,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19806 + - uid: 19798 components: - type: Transform pos: -29.5,15.5 @@ -131295,7 +131714,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19807 + - uid: 19799 components: - type: Transform rot: -1.5707963267948966 rad @@ -131305,7 +131724,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19808 + - uid: 19800 components: - type: Transform rot: 1.5707963267948966 rad @@ -131315,7 +131734,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19809 + - uid: 19801 components: - type: Transform rot: 3.141592653589793 rad @@ -131325,7 +131744,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19810 + - uid: 19802 components: - type: Transform rot: 3.141592653589793 rad @@ -131335,7 +131754,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19811 + - uid: 19803 components: - type: Transform rot: -1.5707963267948966 rad @@ -131345,7 +131764,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19812 + - uid: 19804 components: - type: Transform rot: 1.5707963267948966 rad @@ -131355,7 +131774,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19813 + - uid: 19805 components: - type: Transform rot: -1.5707963267948966 rad @@ -131365,7 +131784,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19814 + - uid: 19806 components: - type: Transform pos: -45.5,14.5 @@ -131374,7 +131793,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19815 + - uid: 19807 components: - type: Transform pos: -51.5,14.5 @@ -131383,7 +131802,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19816 + - uid: 19808 components: - type: Transform rot: 1.5707963267948966 rad @@ -131393,7 +131812,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19817 + - uid: 19809 components: - type: Transform rot: 3.141592653589793 rad @@ -131403,7 +131822,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19818 + - uid: 19810 components: - type: Transform rot: 3.141592653589793 rad @@ -131413,7 +131832,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19819 + - uid: 19811 components: - type: Transform pos: -54.5,-74.5 @@ -131422,7 +131841,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19820 + - uid: 19812 components: - type: Transform pos: -8.5,-26.5 @@ -131431,7 +131850,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19821 + - uid: 19813 components: - type: Transform rot: 3.141592653589793 rad @@ -131439,12 +131858,12 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 101 + - 97 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19822 + - uid: 19814 components: - type: Transform rot: 1.5707963267948966 rad @@ -131454,7 +131873,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19823 + - uid: 19815 components: - type: Transform rot: 1.5707963267948966 rad @@ -131464,7 +131883,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19824 + - uid: 19816 components: - type: Transform rot: 1.5707963267948966 rad @@ -131474,7 +131893,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19825 + - uid: 19817 components: - type: Transform pos: 54.5,56.5 @@ -131483,7 +131902,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19826 + - uid: 19818 components: - type: Transform rot: -1.5707963267948966 rad @@ -131493,7 +131912,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19827 + - uid: 19819 components: - type: Transform rot: -1.5707963267948966 rad @@ -131503,7 +131922,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19828 + - uid: 19820 components: - type: Transform rot: 1.5707963267948966 rad @@ -131513,7 +131932,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19829 + - uid: 19821 components: - type: Transform pos: -14.5,45.5 @@ -131522,7 +131941,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19830 + - uid: 19822 components: - type: Transform rot: 3.141592653589793 rad @@ -131530,7 +131949,7 @@ entities: parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 19831 + - uid: 19823 components: - type: Transform rot: -1.5707963267948966 rad @@ -131540,7 +131959,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19832 + - uid: 19824 components: - type: Transform pos: -1.5,66.5 @@ -131549,7 +131968,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19833 + - uid: 19825 components: - type: Transform rot: -1.5707963267948966 rad @@ -131559,7 +131978,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19834 + - uid: 19826 components: - type: Transform rot: 1.5707963267948966 rad @@ -131569,7 +131988,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19835 + - uid: 19827 components: - type: Transform rot: 1.5707963267948966 rad @@ -131579,7 +131998,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19836 + - uid: 19828 components: - type: Transform rot: 3.141592653589793 rad @@ -131589,7 +132008,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19837 + - uid: 19829 components: - type: Transform pos: -12.5,73.5 @@ -131598,7 +132017,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19838 + - uid: 19830 components: - type: Transform pos: -22.5,73.5 @@ -131607,7 +132026,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19839 + - uid: 19831 components: - type: Transform rot: -1.5707963267948966 rad @@ -131617,7 +132036,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19840 + - uid: 19832 components: - type: Transform rot: 1.5707963267948966 rad @@ -131627,7 +132046,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19841 + - uid: 19833 components: - type: Transform rot: -1.5707963267948966 rad @@ -131637,7 +132056,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19842 + - uid: 19834 components: - type: Transform rot: 3.141592653589793 rad @@ -131647,7 +132066,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19843 + - uid: 19835 components: - type: Transform rot: -1.5707963267948966 rad @@ -131657,7 +132076,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19844 + - uid: 19836 components: - type: Transform rot: 1.5707963267948966 rad @@ -131667,7 +132086,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19845 + - uid: 19837 components: - type: Transform rot: -1.5707963267948966 rad @@ -131677,7 +132096,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19846 + - uid: 19838 components: - type: Transform pos: -8.5,-84.5 @@ -131686,7 +132105,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19847 + - uid: 19839 components: - type: Transform rot: 1.5707963267948966 rad @@ -131696,7 +132115,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19848 + - uid: 19840 components: - type: Transform pos: 65.5,-32.5 @@ -131705,7 +132124,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19849 + - uid: 19841 components: - type: Transform rot: 3.141592653589793 rad @@ -131715,7 +132134,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19850 + - uid: 19842 components: - type: Transform rot: 1.5707963267948966 rad @@ -131725,7 +132144,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19851 + - uid: 19843 components: - type: Transform rot: -1.5707963267948966 rad @@ -131735,7 +132154,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19852 + - uid: 19844 components: - type: Transform rot: 1.5707963267948966 rad @@ -131745,10 +132164,88 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 19845 + components: + - type: Transform + pos: 74.5,-32.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 19846 + components: + - type: Transform + pos: 73.5,-29.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 19847 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-30.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 19848 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,66.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 19849 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 72.5,-49.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 19850 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,24.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 19851 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-14.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 19852 + components: + - type: Transform + pos: -11.5,-18.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 19853 components: - type: Transform - pos: 74.5,-32.5 + rot: 3.141592653589793 rad + pos: -30.5,-74.5 parent: 2 - type: AtmosDevice joinedGrid: 2 @@ -131757,7 +132254,8 @@ entities: - uid: 19854 components: - type: Transform - pos: 73.5,-29.5 + rot: -1.5707963267948966 rad + pos: 62.5,-38.5 parent: 2 - type: AtmosDevice joinedGrid: 2 @@ -131767,7 +132265,7 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: 3.5,-30.5 + pos: 30.5,-84.5 parent: 2 - type: AtmosDevice joinedGrid: 2 @@ -131777,7 +132275,7 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: -18.5,66.5 + pos: 48.5,-72.5 parent: 2 - type: AtmosDevice joinedGrid: 2 @@ -131786,8 +132284,7 @@ entities: - uid: 19857 components: - type: Transform - rot: 3.141592653589793 rad - pos: 72.5,-49.5 + pos: 25.5,-71.5 parent: 2 - type: AtmosDevice joinedGrid: 2 @@ -131796,8 +132293,8 @@ entities: - uid: 19858 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,24.5 + rot: 3.141592653589793 rad + pos: 18.5,-83.5 parent: 2 - type: AtmosDevice joinedGrid: 2 @@ -131806,8 +132303,8 @@ entities: - uid: 19859 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-14.5 + rot: -1.5707963267948966 rad + pos: 48.5,-86.5 parent: 2 - type: AtmosDevice joinedGrid: 2 @@ -131816,7 +132313,7 @@ entities: - uid: 19860 components: - type: Transform - pos: -11.5,-18.5 + pos: 12.5,-22.5 parent: 2 - type: AtmosDevice joinedGrid: 2 @@ -131825,8 +132322,8 @@ entities: - uid: 19861 components: - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,-74.5 + rot: -1.5707963267948966 rad + pos: 45.5,5.5 parent: 2 - type: AtmosDevice joinedGrid: 2 @@ -131835,8 +132332,7 @@ entities: - uid: 19862 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 62.5,-38.5 + pos: -45.5,43.5 parent: 2 - type: AtmosDevice joinedGrid: 2 @@ -131845,8 +132341,7 @@ entities: - uid: 19863 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,-84.5 + pos: 68.5,-31.5 parent: 2 - type: AtmosDevice joinedGrid: 2 @@ -131856,7 +132351,7 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: 48.5,-72.5 + pos: -5.5,16.5 parent: 2 - type: AtmosDevice joinedGrid: 2 @@ -131865,7 +132360,8 @@ entities: - uid: 19865 components: - type: Transform - pos: 25.5,-71.5 + rot: -1.5707963267948966 rad + pos: -1.5,-21.5 parent: 2 - type: AtmosDevice joinedGrid: 2 @@ -131875,7 +132371,7 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: 18.5,-83.5 + pos: 22.5,-37.5 parent: 2 - type: AtmosDevice joinedGrid: 2 @@ -131884,8 +132380,7 @@ entities: - uid: 19867 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 48.5,-86.5 + pos: 42.5,-37.5 parent: 2 - type: AtmosDevice joinedGrid: 2 @@ -131894,7 +132389,8 @@ entities: - uid: 19868 components: - type: Transform - pos: 12.5,-22.5 + rot: 1.5707963267948966 rad + pos: 38.5,61.5 parent: 2 - type: AtmosDevice joinedGrid: 2 @@ -131903,9 +132399,12 @@ entities: - uid: 19869 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 45.5,5.5 + rot: 3.141592653589793 rad + pos: 6.5,-48.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 104 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor @@ -131913,17 +132412,22 @@ entities: - uid: 19870 components: - type: Transform - pos: -45.5,43.5 + rot: -1.5707963267948966 rad + pos: 11.5,-39.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 19871 components: - type: Transform - pos: 68.5,-31.5 + rot: 3.141592653589793 rad + pos: -3.5,-53.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 98 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor @@ -131931,9 +132435,12 @@ entities: - uid: 19872 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,16.5 + rot: 1.5707963267948966 rad + pos: -12.5,-54.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 101 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor @@ -131941,8 +132448,8 @@ entities: - uid: 19873 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-21.5 + rot: 1.5707963267948966 rad + pos: -6.5,-58.5 parent: 2 - type: AtmosDevice joinedGrid: 2 @@ -131951,8 +132458,8 @@ entities: - uid: 19874 components: - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,-37.5 + rot: -1.5707963267948966 rad + pos: -2.5,-58.5 parent: 2 - type: AtmosDevice joinedGrid: 2 @@ -131961,7 +132468,8 @@ entities: - uid: 19875 components: - type: Transform - pos: 42.5,-37.5 + rot: -1.5707963267948966 rad + pos: -2.5,-60.5 parent: 2 - type: AtmosDevice joinedGrid: 2 @@ -131971,7 +132479,7 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: 38.5,61.5 + pos: -6.5,-62.5 parent: 2 - type: AtmosDevice joinedGrid: 2 @@ -131980,8 +132488,8 @@ entities: - uid: 19877 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-48.5 + rot: -1.5707963267948966 rad + pos: -2.5,-62.5 parent: 2 - type: AtmosDevice joinedGrid: 2 @@ -131990,16 +132498,42 @@ entities: - uid: 19878 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-39.5 + rot: 1.5707963267948966 rad + pos: -4.5,-64.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' + - uid: 19879 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-57.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 102 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 19880 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-61.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 99 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - proto: GasVentScrubber entities: - - uid: 19879 + - uid: 19881 components: - type: Transform pos: -0.5,12.5 @@ -132008,17 +132542,20 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19880 + - uid: 19882 components: - type: Transform rot: 3.141592653589793 rad pos: 6.5,-47.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 104 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19881 + - uid: 19883 components: - type: Transform rot: -1.5707963267948966 rad @@ -132028,7 +132565,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19882 + - uid: 19884 components: - type: Transform rot: 1.5707963267948966 rad @@ -132038,7 +132575,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19883 + - uid: 19885 components: - type: Transform rot: 1.5707963267948966 rad @@ -132048,7 +132585,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19884 + - uid: 19886 components: - type: Transform rot: 3.141592653589793 rad @@ -132058,7 +132595,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19885 + - uid: 19887 components: - type: Transform rot: 1.5707963267948966 rad @@ -132068,7 +132605,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19886 + - uid: 19888 components: - type: Transform pos: 25.5,-51.5 @@ -132077,7 +132614,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19887 + - uid: 19889 components: - type: Transform pos: 22.5,-4.5 @@ -132086,7 +132623,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19888 + - uid: 19890 components: - type: Transform pos: 11.5,19.5 @@ -132095,7 +132632,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19889 + - uid: 19891 components: - type: Transform rot: 1.5707963267948966 rad @@ -132105,7 +132642,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19890 + - uid: 19892 components: - type: Transform rot: 3.141592653589793 rad @@ -132115,7 +132652,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19891 + - uid: 19893 components: - type: Transform pos: -8.5,-0.5 @@ -132124,19 +132661,19 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19892 + - uid: 19894 components: - type: Transform pos: 31.5,-41.5 parent: 2 - type: DeviceNetwork deviceLists: - - 101 + - 97 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19893 + - uid: 19895 components: - type: Transform pos: 31.5,16.5 @@ -132145,7 +132682,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19894 + - uid: 19896 components: - type: Transform rot: 3.141592653589793 rad @@ -132155,7 +132692,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19895 + - uid: 19897 components: - type: Transform rot: -1.5707963267948966 rad @@ -132165,7 +132702,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19896 + - uid: 19898 components: - type: Transform rot: 3.141592653589793 rad @@ -132175,7 +132712,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19897 + - uid: 19899 components: - type: Transform rot: 1.5707963267948966 rad @@ -132185,7 +132722,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19898 + - uid: 19900 components: - type: Transform rot: 1.5707963267948966 rad @@ -132195,7 +132732,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19899 + - uid: 19901 components: - type: Transform rot: 3.141592653589793 rad @@ -132205,7 +132742,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19900 + - uid: 19902 components: - type: Transform pos: 38.5,12.5 @@ -132214,7 +132751,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19901 + - uid: 19903 components: - type: Transform rot: 3.141592653589793 rad @@ -132224,7 +132761,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19902 + - uid: 19904 components: - type: Transform rot: 1.5707963267948966 rad @@ -132234,7 +132771,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19903 + - uid: 19905 components: - type: Transform rot: 3.141592653589793 rad @@ -132244,7 +132781,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19904 + - uid: 19906 components: - type: Transform rot: -1.5707963267948966 rad @@ -132254,7 +132791,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19905 + - uid: 19907 components: - type: Transform rot: -1.5707963267948966 rad @@ -132264,7 +132801,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19906 + - uid: 19908 components: - type: Transform rot: -1.5707963267948966 rad @@ -132274,7 +132811,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19907 + - uid: 19909 components: - type: Transform rot: -1.5707963267948966 rad @@ -132284,7 +132821,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19908 + - uid: 19910 components: - type: Transform pos: 23.5,-27.5 @@ -132293,7 +132830,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19909 + - uid: 19911 components: - type: Transform rot: -1.5707963267948966 rad @@ -132303,87 +132840,33 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19910 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-65.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 19911 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-65.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 19912 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,-65.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 19913 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-61.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 19914 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-54.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 19915 components: - type: Transform rot: 3.141592653589793 rad pos: -8.5,-47.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 103 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19916 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-61.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 19917 + - uid: 19913 components: - type: Transform rot: 3.141592653589793 rad pos: -12.5,-47.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 100 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19918 + - uid: 19914 components: - type: Transform rot: 3.141592653589793 rad @@ -132393,7 +132876,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19919 + - uid: 19915 components: - type: Transform rot: -1.5707963267948966 rad @@ -132403,7 +132886,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19920 + - uid: 19916 components: - type: Transform rot: 1.5707963267948966 rad @@ -132413,7 +132896,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19921 + - uid: 19917 components: - type: Transform pos: 17.5,0.5 @@ -132422,7 +132905,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19922 + - uid: 19918 components: - type: Transform pos: 33.5,2.5 @@ -132431,7 +132914,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19923 + - uid: 19919 components: - type: Transform rot: -1.5707963267948966 rad @@ -132441,7 +132924,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19924 + - uid: 19920 components: - type: Transform rot: 1.5707963267948966 rad @@ -132451,7 +132934,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19925 + - uid: 19921 components: - type: Transform rot: 3.141592653589793 rad @@ -132461,7 +132944,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19926 + - uid: 19922 components: - type: Transform pos: 33.5,-14.5 @@ -132470,7 +132953,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19927 + - uid: 19923 components: - type: Transform rot: 3.141592653589793 rad @@ -132480,7 +132963,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19928 + - uid: 19924 components: - type: Transform pos: 25.5,22.5 @@ -132489,7 +132972,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19929 + - uid: 19925 components: - type: Transform pos: 16.5,22.5 @@ -132498,7 +132981,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19930 + - uid: 19926 components: - type: Transform rot: -1.5707963267948966 rad @@ -132508,7 +132991,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19931 + - uid: 19927 components: - type: Transform rot: 1.5707963267948966 rad @@ -132518,7 +133001,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19932 + - uid: 19928 components: - type: Transform rot: -1.5707963267948966 rad @@ -132528,7 +133011,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19933 + - uid: 19929 components: - type: Transform rot: 3.141592653589793 rad @@ -132538,7 +133021,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19934 + - uid: 19930 components: - type: Transform rot: -1.5707963267948966 rad @@ -132548,7 +133031,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19935 + - uid: 19931 components: - type: Transform pos: -20.5,33.5 @@ -132557,7 +133040,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19936 + - uid: 19932 components: - type: Transform rot: -1.5707963267948966 rad @@ -132567,7 +133050,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19937 + - uid: 19933 components: - type: Transform pos: 21.5,17.5 @@ -132576,7 +133059,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19938 + - uid: 19934 components: - type: Transform rot: 1.5707963267948966 rad @@ -132586,7 +133069,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19939 + - uid: 19935 components: - type: Transform rot: 1.5707963267948966 rad @@ -132596,7 +133079,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19940 + - uid: 19936 components: - type: Transform rot: 1.5707963267948966 rad @@ -132606,7 +133089,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19941 + - uid: 19937 components: - type: Transform pos: 12.5,17.5 @@ -132615,7 +133098,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19942 + - uid: 19938 components: - type: Transform rot: 1.5707963267948966 rad @@ -132625,7 +133108,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19943 + - uid: 19939 components: - type: Transform rot: 1.5707963267948966 rad @@ -132635,7 +133118,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19944 + - uid: 19940 components: - type: Transform rot: -1.5707963267948966 rad @@ -132645,7 +133128,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19945 + - uid: 19941 components: - type: Transform rot: -1.5707963267948966 rad @@ -132655,7 +133138,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19946 + - uid: 19942 components: - type: Transform rot: -1.5707963267948966 rad @@ -132665,7 +133148,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19947 + - uid: 19943 components: - type: Transform rot: -1.5707963267948966 rad @@ -132675,7 +133158,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19948 + - uid: 19944 components: - type: Transform rot: -1.5707963267948966 rad @@ -132685,7 +133168,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19949 + - uid: 19945 components: - type: Transform rot: 1.5707963267948966 rad @@ -132695,7 +133178,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19950 + - uid: 19946 components: - type: Transform rot: -1.5707963267948966 rad @@ -132705,7 +133188,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19951 + - uid: 19947 components: - type: Transform rot: 1.5707963267948966 rad @@ -132715,7 +133198,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19952 + - uid: 19948 components: - type: Transform pos: -9.5,-32.5 @@ -132724,7 +133207,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19953 + - uid: 19949 components: - type: Transform rot: 1.5707963267948966 rad @@ -132734,7 +133217,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19954 + - uid: 19950 components: - type: Transform rot: 3.141592653589793 rad @@ -132744,7 +133227,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19955 + - uid: 19951 components: - type: Transform pos: 28.5,28.5 @@ -132753,7 +133236,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19956 + - uid: 19952 components: - type: Transform rot: 3.141592653589793 rad @@ -132763,7 +133246,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19957 + - uid: 19953 components: - type: Transform pos: 47.5,16.5 @@ -132772,7 +133255,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19958 + - uid: 19954 components: - type: Transform rot: -1.5707963267948966 rad @@ -132782,7 +133265,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19959 + - uid: 19955 components: - type: Transform pos: 46.5,23.5 @@ -132791,7 +133274,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19960 + - uid: 19956 components: - type: Transform pos: 49.5,23.5 @@ -132800,7 +133283,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19961 + - uid: 19957 components: - type: Transform pos: 52.5,23.5 @@ -132809,7 +133292,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19962 + - uid: 19958 components: - type: Transform pos: 55.5,23.5 @@ -132818,7 +133301,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19963 + - uid: 19959 components: - type: Transform pos: 58.5,23.5 @@ -132827,7 +133310,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19964 + - uid: 19960 components: - type: Transform rot: -1.5707963267948966 rad @@ -132837,7 +133320,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19965 + - uid: 19961 components: - type: Transform rot: -1.5707963267948966 rad @@ -132847,7 +133330,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19966 + - uid: 19962 components: - type: Transform rot: 1.5707963267948966 rad @@ -132857,7 +133340,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19967 + - uid: 19963 components: - type: Transform rot: 3.141592653589793 rad @@ -132867,7 +133350,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19968 + - uid: 19964 components: - type: Transform rot: 1.5707963267948966 rad @@ -132877,7 +133360,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19969 + - uid: 19965 components: - type: Transform rot: -1.5707963267948966 rad @@ -132887,7 +133370,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19970 + - uid: 19966 components: - type: Transform rot: 1.5707963267948966 rad @@ -132897,7 +133380,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19971 + - uid: 19967 components: - type: Transform rot: 1.5707963267948966 rad @@ -132907,7 +133390,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19972 + - uid: 19968 components: - type: Transform rot: -1.5707963267948966 rad @@ -132917,7 +133400,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19973 + - uid: 19969 components: - type: Transform rot: 3.141592653589793 rad @@ -132927,7 +133410,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19974 + - uid: 19970 components: - type: Transform rot: -1.5707963267948966 rad @@ -132937,7 +133420,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19975 + - uid: 19971 components: - type: Transform rot: 1.5707963267948966 rad @@ -132947,7 +133430,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19976 + - uid: 19972 components: - type: Transform rot: -1.5707963267948966 rad @@ -132957,7 +133440,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19977 + - uid: 19973 components: - type: Transform rot: 3.141592653589793 rad @@ -132967,7 +133450,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19978 + - uid: 19974 components: - type: Transform pos: 43.5,-37.5 @@ -132976,7 +133459,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19979 + - uid: 19975 components: - type: Transform rot: -1.5707963267948966 rad @@ -132986,7 +133469,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19980 + - uid: 19976 components: - type: Transform pos: 55.5,-42.5 @@ -132995,7 +133478,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19981 + - uid: 19977 components: - type: Transform pos: 45.5,-42.5 @@ -133004,7 +133487,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19982 + - uid: 19978 components: - type: Transform pos: 56.5,-44.5 @@ -133013,7 +133496,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19983 + - uid: 19979 components: - type: Transform rot: 3.141592653589793 rad @@ -133023,7 +133506,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19984 + - uid: 19980 components: - type: Transform rot: 1.5707963267948966 rad @@ -133033,7 +133516,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19985 + - uid: 19981 components: - type: Transform pos: 63.5,-2.5 @@ -133042,7 +133525,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19986 + - uid: 19982 components: - type: Transform rot: 3.141592653589793 rad @@ -133052,7 +133535,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19987 + - uid: 19983 components: - type: Transform rot: 3.141592653589793 rad @@ -133062,7 +133545,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19988 + - uid: 19984 components: - type: Transform rot: -1.5707963267948966 rad @@ -133072,7 +133555,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19989 + - uid: 19985 components: - type: Transform rot: 1.5707963267948966 rad @@ -133082,7 +133565,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19990 + - uid: 19986 components: - type: Transform rot: 3.141592653589793 rad @@ -133092,7 +133575,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19991 + - uid: 19987 components: - type: Transform rot: 1.5707963267948966 rad @@ -133102,7 +133585,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19992 + - uid: 19988 components: - type: Transform rot: -1.5707963267948966 rad @@ -133112,7 +133595,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19993 + - uid: 19989 components: - type: Transform rot: 1.5707963267948966 rad @@ -133122,7 +133605,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19994 + - uid: 19990 components: - type: Transform pos: 34.5,-45.5 @@ -133131,7 +133614,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19995 + - uid: 19991 components: - type: Transform pos: 28.5,-48.5 @@ -133140,7 +133623,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19996 + - uid: 19992 components: - type: Transform rot: 3.141592653589793 rad @@ -133150,7 +133633,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19997 + - uid: 19993 components: - type: Transform rot: 3.141592653589793 rad @@ -133160,7 +133643,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19998 + - uid: 19994 components: - type: Transform pos: -24.5,-9.5 @@ -133169,7 +133652,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19999 + - uid: 19995 components: - type: Transform rot: 3.141592653589793 rad @@ -133179,7 +133662,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20000 + - uid: 19996 components: - type: Transform rot: 1.5707963267948966 rad @@ -133189,7 +133672,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20001 + - uid: 19997 components: - type: Transform rot: 3.141592653589793 rad @@ -133199,7 +133682,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20002 + - uid: 19998 components: - type: Transform rot: -1.5707963267948966 rad @@ -133209,7 +133692,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20003 + - uid: 19999 components: - type: Transform pos: 40.5,-55.5 @@ -133218,7 +133701,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20004 + - uid: 20000 components: - type: Transform rot: 1.5707963267948966 rad @@ -133228,7 +133711,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20005 + - uid: 20001 components: - type: Transform rot: -1.5707963267948966 rad @@ -133238,7 +133721,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20006 + - uid: 20002 components: - type: Transform rot: 1.5707963267948966 rad @@ -133248,7 +133731,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20007 + - uid: 20003 components: - type: Transform rot: 1.5707963267948966 rad @@ -133258,7 +133741,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20008 + - uid: 20004 components: - type: Transform rot: -1.5707963267948966 rad @@ -133268,7 +133751,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20009 + - uid: 20005 components: - type: Transform rot: -1.5707963267948966 rad @@ -133278,7 +133761,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20010 + - uid: 20006 components: - type: Transform rot: -1.5707963267948966 rad @@ -133288,16 +133771,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20011 - components: - - type: Transform - pos: 3.5,-57.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 20012 + - uid: 20007 components: - type: Transform rot: 3.141592653589793 rad @@ -133307,7 +133781,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20013 + - uid: 20008 components: - type: Transform rot: -1.5707963267948966 rad @@ -133317,7 +133791,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20014 + - uid: 20009 components: - type: Transform rot: 1.5707963267948966 rad @@ -133327,7 +133801,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20015 + - uid: 20010 components: - type: Transform pos: -35.5,-9.5 @@ -133336,7 +133810,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20016 + - uid: 20011 components: - type: Transform rot: -1.5707963267948966 rad @@ -133346,7 +133820,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20017 + - uid: 20012 components: - type: Transform pos: -44.5,-9.5 @@ -133355,7 +133829,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20018 + - uid: 20013 components: - type: Transform rot: 3.141592653589793 rad @@ -133365,7 +133839,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20019 + - uid: 20014 components: - type: Transform rot: 3.141592653589793 rad @@ -133375,7 +133849,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20020 + - uid: 20015 components: - type: Transform rot: 1.5707963267948966 rad @@ -133385,7 +133859,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20021 + - uid: 20016 components: - type: Transform pos: -47.5,-5.5 @@ -133394,7 +133868,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20022 + - uid: 20017 components: - type: Transform rot: 3.141592653589793 rad @@ -133404,7 +133878,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20023 + - uid: 20018 components: - type: Transform rot: -1.5707963267948966 rad @@ -133414,7 +133888,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20024 + - uid: 20019 components: - type: Transform rot: 3.141592653589793 rad @@ -133424,7 +133898,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20025 + - uid: 20020 components: - type: Transform rot: -1.5707963267948966 rad @@ -133434,7 +133908,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20026 + - uid: 20021 components: - type: Transform rot: 3.141592653589793 rad @@ -133444,7 +133918,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20027 + - uid: 20022 components: - type: Transform rot: 1.5707963267948966 rad @@ -133454,7 +133928,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20028 + - uid: 20023 components: - type: Transform rot: -1.5707963267948966 rad @@ -133464,7 +133938,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20029 + - uid: 20024 components: - type: Transform rot: 1.5707963267948966 rad @@ -133474,17 +133948,20 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20030 + - uid: 20025 components: - type: Transform rot: 3.141592653589793 rad pos: -24.5,-58.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 65 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20031 + - uid: 20026 components: - type: Transform rot: 3.141592653589793 rad @@ -133494,7 +133971,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20032 + - uid: 20027 components: - type: Transform rot: -1.5707963267948966 rad @@ -133504,7 +133981,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20033 + - uid: 20028 components: - type: Transform rot: 3.141592653589793 rad @@ -133514,7 +133991,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20034 + - uid: 20029 components: - type: Transform rot: -1.5707963267948966 rad @@ -133524,7 +134001,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20035 + - uid: 20030 components: - type: Transform rot: 3.141592653589793 rad @@ -133534,7 +134011,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20036 + - uid: 20031 components: - type: Transform pos: -28.5,21.5 @@ -133543,7 +134020,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20037 + - uid: 20032 components: - type: Transform rot: 3.141592653589793 rad @@ -133553,7 +134030,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20038 + - uid: 20033 components: - type: Transform rot: 1.5707963267948966 rad @@ -133563,7 +134040,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20039 + - uid: 20034 components: - type: Transform pos: -33.5,28.5 @@ -133572,7 +134049,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20040 + - uid: 20035 components: - type: Transform rot: -1.5707963267948966 rad @@ -133582,7 +134059,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20041 + - uid: 20036 components: - type: Transform rot: 1.5707963267948966 rad @@ -133592,7 +134069,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20042 + - uid: 20037 components: - type: Transform rot: 3.141592653589793 rad @@ -133602,7 +134079,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20043 + - uid: 20038 components: - type: Transform rot: 3.141592653589793 rad @@ -133612,7 +134089,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20044 + - uid: 20039 components: - type: Transform rot: -1.5707963267948966 rad @@ -133622,7 +134099,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20045 + - uid: 20040 components: - type: Transform rot: 1.5707963267948966 rad @@ -133632,7 +134109,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20046 + - uid: 20041 components: - type: Transform pos: -30.5,15.5 @@ -133641,7 +134118,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20047 + - uid: 20042 components: - type: Transform rot: 3.141592653589793 rad @@ -133651,7 +134128,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20048 + - uid: 20043 components: - type: Transform rot: 3.141592653589793 rad @@ -133661,7 +134138,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20049 + - uid: 20044 components: - type: Transform pos: -51.5,11.5 @@ -133670,7 +134147,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20050 + - uid: 20045 components: - type: Transform pos: -52.5,14.5 @@ -133679,7 +134156,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20051 + - uid: 20046 components: - type: Transform rot: -1.5707963267948966 rad @@ -133689,7 +134166,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20052 + - uid: 20047 components: - type: Transform rot: 1.5707963267948966 rad @@ -133699,7 +134176,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20053 + - uid: 20048 components: - type: Transform rot: 3.141592653589793 rad @@ -133709,7 +134186,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20054 + - uid: 20049 components: - type: Transform pos: -46.5,15.5 @@ -133718,7 +134195,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20055 + - uid: 20050 components: - type: Transform rot: 1.5707963267948966 rad @@ -133728,7 +134205,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20056 + - uid: 20051 components: - type: Transform rot: 3.141592653589793 rad @@ -133738,7 +134215,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20057 + - uid: 20052 components: - type: Transform rot: 3.141592653589793 rad @@ -133748,19 +134225,19 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20058 + - uid: 20053 components: - type: Transform pos: 17.5,-42.5 parent: 2 - type: DeviceNetwork deviceLists: - - 101 + - 97 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20059 + - uid: 20054 components: - type: Transform rot: 1.5707963267948966 rad @@ -133770,7 +134247,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20060 + - uid: 20055 components: - type: Transform rot: 1.5707963267948966 rad @@ -133780,7 +134257,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20061 + - uid: 20056 components: - type: Transform rot: 1.5707963267948966 rad @@ -133790,7 +134267,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20062 + - uid: 20057 components: - type: Transform rot: 1.5707963267948966 rad @@ -133800,7 +134277,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20063 + - uid: 20058 components: - type: Transform pos: 52.5,56.5 @@ -133809,7 +134286,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20064 + - uid: 20059 components: - type: Transform rot: -1.5707963267948966 rad @@ -133819,7 +134296,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20065 + - uid: 20060 components: - type: Transform rot: 1.5707963267948966 rad @@ -133829,7 +134306,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20066 + - uid: 20061 components: - type: Transform rot: -1.5707963267948966 rad @@ -133839,7 +134316,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20067 + - uid: 20062 components: - type: Transform rot: 1.5707963267948966 rad @@ -133849,14 +134326,14 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20068 + - uid: 20063 components: - type: Transform pos: 70.5,36.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 20069 + - uid: 20064 components: - type: Transform rot: -1.5707963267948966 rad @@ -133866,7 +134343,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20070 + - uid: 20065 components: - type: Transform rot: -1.5707963267948966 rad @@ -133876,7 +134353,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20071 + - uid: 20066 components: - type: Transform rot: 1.5707963267948966 rad @@ -133886,7 +134363,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20072 + - uid: 20067 components: - type: Transform rot: -1.5707963267948966 rad @@ -133896,7 +134373,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20073 + - uid: 20068 components: - type: Transform pos: -1.5,68.5 @@ -133905,7 +134382,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20074 + - uid: 20069 components: - type: Transform rot: -1.5707963267948966 rad @@ -133915,7 +134392,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20075 + - uid: 20070 components: - type: Transform rot: 1.5707963267948966 rad @@ -133925,7 +134402,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20076 + - uid: 20071 components: - type: Transform pos: -17.5,63.5 @@ -133934,7 +134411,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20077 + - uid: 20072 components: - type: Transform pos: -21.5,73.5 @@ -133943,7 +134420,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20078 + - uid: 20073 components: - type: Transform pos: -13.5,73.5 @@ -133952,7 +134429,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20079 + - uid: 20074 components: - type: Transform rot: -1.5707963267948966 rad @@ -133962,7 +134439,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20080 + - uid: 20075 components: - type: Transform rot: -1.5707963267948966 rad @@ -133972,7 +134449,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20081 + - uid: 20076 components: - type: Transform rot: -1.5707963267948966 rad @@ -133982,7 +134459,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20082 + - uid: 20077 components: - type: Transform rot: 1.5707963267948966 rad @@ -133992,7 +134469,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20083 + - uid: 20078 components: - type: Transform pos: -7.5,-92.5 @@ -134001,7 +134478,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20084 + - uid: 20079 components: - type: Transform pos: -21.5,-97.5 @@ -134010,7 +134487,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20085 + - uid: 20080 components: - type: Transform rot: -1.5707963267948966 rad @@ -134020,7 +134497,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20086 + - uid: 20081 components: - type: Transform pos: -6.5,-84.5 @@ -134029,7 +134506,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20087 + - uid: 20082 components: - type: Transform rot: 1.5707963267948966 rad @@ -134039,7 +134516,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20088 + - uid: 20083 components: - type: Transform rot: 3.141592653589793 rad @@ -134049,7 +134526,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20089 + - uid: 20084 components: - type: Transform pos: 67.5,-33.5 @@ -134058,7 +134535,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20090 + - uid: 20085 components: - type: Transform rot: 3.141592653589793 rad @@ -134068,7 +134545,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20091 + - uid: 20086 components: - type: Transform rot: -1.5707963267948966 rad @@ -134078,7 +134555,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20092 + - uid: 20087 components: - type: Transform rot: -1.5707963267948966 rad @@ -134088,7 +134565,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20093 + - uid: 20088 components: - type: Transform pos: 66.5,-38.5 @@ -134097,7 +134574,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20094 + - uid: 20089 components: - type: Transform rot: 3.141592653589793 rad @@ -134107,7 +134584,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20095 + - uid: 20090 components: - type: Transform rot: 1.5707963267948966 rad @@ -134117,7 +134594,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20096 + - uid: 20091 components: - type: Transform rot: 3.141592653589793 rad @@ -134125,7 +134602,7 @@ entities: parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 20097 + - uid: 20092 components: - type: Transform rot: -1.5707963267948966 rad @@ -134135,7 +134612,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20098 + - uid: 20093 components: - type: Transform rot: 1.5707963267948966 rad @@ -134145,7 +134622,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20099 + - uid: 20094 components: - type: Transform rot: -1.5707963267948966 rad @@ -134155,7 +134632,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20100 + - uid: 20095 components: - type: Transform pos: -10.5,-18.5 @@ -134164,7 +134641,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20101 + - uid: 20096 components: - type: Transform rot: 3.141592653589793 rad @@ -134174,7 +134651,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20102 + - uid: 20097 components: - type: Transform rot: 3.141592653589793 rad @@ -134184,7 +134661,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20103 + - uid: 20098 components: - type: Transform rot: 1.5707963267948966 rad @@ -134194,7 +134671,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20104 + - uid: 20099 components: - type: Transform rot: 1.5707963267948966 rad @@ -134204,7 +134681,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20105 + - uid: 20100 components: - type: Transform pos: 24.5,-72.5 @@ -134213,7 +134690,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20106 + - uid: 20101 components: - type: Transform rot: 3.141592653589793 rad @@ -134223,7 +134700,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20107 + - uid: 20102 components: - type: Transform rot: 1.5707963267948966 rad @@ -134233,7 +134710,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20108 + - uid: 20103 components: - type: Transform rot: 1.5707963267948966 rad @@ -134243,7 +134720,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20109 + - uid: 20104 components: - type: Transform pos: 45.5,7.5 @@ -134252,7 +134729,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20110 + - uid: 20105 components: - type: Transform rot: 3.141592653589793 rad @@ -134262,7 +134739,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20111 + - uid: 20106 components: - type: Transform pos: -46.5,43.5 @@ -134271,7 +134748,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20112 + - uid: 20107 components: - type: Transform rot: -1.5707963267948966 rad @@ -134281,7 +134758,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20113 + - uid: 20108 components: - type: Transform rot: 1.5707963267948966 rad @@ -134291,7 +134768,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20114 + - uid: 20109 components: - type: Transform rot: 3.141592653589793 rad @@ -134301,7 +134778,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20115 + - uid: 20110 components: - type: Transform pos: -1.5,-22.5 @@ -134310,7 +134787,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20116 + - uid: 20111 components: - type: Transform rot: 3.141592653589793 rad @@ -134320,7 +134797,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20117 + - uid: 20112 components: - type: Transform pos: 40.5,61.5 @@ -134329,7 +134806,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20118 + - uid: 20113 components: - type: Transform rot: 1.5707963267948966 rad @@ -134339,525 +134816,618 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' -- proto: GasVolumePump - entities: - - uid: 20119 + - uid: 20114 components: - type: Transform rot: 3.141592653589793 rad - pos: 2.5,12.5 + pos: -5.5,-53.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 98 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 20115 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,-54.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 101 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 20116 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-57.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 20117 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-57.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 20118 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-61.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 20119 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-61.5 parent: 2 - type: AtmosDevice joinedGrid: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 20120 components: - type: Transform rot: -1.5707963267948966 rad - pos: -39.5,-57.5 + pos: -2.5,-59.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' -- proto: Gauze1 - entities: - uid: 20121 components: - type: Transform - pos: -6.3074856,-49.39305 + rot: -1.5707963267948966 rad + pos: -4.5,-66.5 parent: 2 -- proto: GeneratorBasic15kW - entities: + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 20122 components: - type: Transform - pos: -58.5,-87.5 + rot: 3.141592653589793 rad + pos: 6.5,-57.5 parent: 2 -- proto: Girder - entities: + - type: DeviceNetwork + deviceLists: + - 102 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 20123 components: - type: Transform - pos: -36.5,-68.5 + pos: -11.5,-58.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 99 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#990000FF' +- proto: GasVolumePump + entities: - uid: 20124 components: - type: Transform - pos: 20.5,-54.5 + rot: 3.141592653589793 rad + pos: 2.5,12.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - uid: 20125 components: - type: Transform - pos: -22.5,-64.5 + rot: -1.5707963267948966 rad + pos: -39.5,-57.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#990000FF' +- proto: Gauze1 + entities: - uid: 20126 components: - type: Transform - pos: -23.5,-42.5 + pos: -6.3074856,-49.39305 parent: 2 +- proto: GeneratorBasic15kW + entities: - uid: 20127 components: - type: Transform - pos: -28.5,-39.5 + pos: -58.5,-87.5 parent: 2 +- proto: Girder + entities: - uid: 20128 components: - type: Transform - pos: -16.5,13.5 + pos: -36.5,-68.5 parent: 2 -- proto: GoldOre1 - entities: - uid: 20129 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.789879,45.273663 + pos: 20.5,-54.5 parent: 2 - uid: 20130 components: - type: Transform - pos: 79.30878,-64.25522 + pos: -22.5,-64.5 parent: 2 -- proto: GrassBattlemap - entities: - uid: 20131 components: - type: Transform - pos: 10.688803,-6.590752 + pos: -23.5,-42.5 parent: 2 -- proto: GravityGenerator - entities: - uid: 20132 components: - type: Transform - pos: -19.5,2.5 + pos: -28.5,-39.5 parent: 2 -- proto: GrenadeFlashBang - entities: - uid: 20133 components: - type: Transform - pos: 52.279568,11.553763 + pos: -16.5,13.5 parent: 2 -- proto: Grille +- proto: GoldOre1 entities: - uid: 20134 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-62.5 + rot: 3.141592653589793 rad + pos: 19.789879,45.273663 parent: 2 - uid: 20135 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-62.5 + pos: 79.30878,-64.25522 parent: 2 +- proto: GrassBattlemap + entities: - uid: 20136 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-40.5 + pos: 10.688803,-6.590752 parent: 2 +- proto: GravityGenerator + entities: - uid: 20137 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-46.5 + pos: -19.5,2.5 parent: 2 +- proto: GrenadeFlashBang + entities: - uid: 20138 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-45.5 + pos: 52.279568,11.553763 parent: 2 +- proto: Grille + entities: - uid: 20139 components: - type: Transform rot: 3.141592653589793 rad - pos: -26.5,-91.5 + pos: 7.5,-59.5 parent: 2 - uid: 20140 components: - type: Transform - rot: 3.141592653589793 rad - pos: -18.5,-90.5 + rot: -1.5707963267948966 rad + pos: -13.5,-51.5 parent: 2 - uid: 20141 components: - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,-91.5 + rot: -1.5707963267948966 rad + pos: -10.5,-53.5 parent: 2 - uid: 20142 components: - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,-91.5 + rot: -1.5707963267948966 rad + pos: -12.5,-57.5 parent: 2 - uid: 20143 components: - type: Transform rot: -1.5707963267948966 rad - pos: -6.5,-12.5 + pos: -12.5,-51.5 parent: 2 - uid: 20144 components: - type: Transform - pos: -51.5,-21.5 + rot: -1.5707963267948966 rad + pos: -10.5,-55.5 parent: 2 - uid: 20145 components: - type: Transform - pos: 9.5,29.5 + rot: -1.5707963267948966 rad + pos: -5.5,-63.5 parent: 2 - uid: 20146 components: - type: Transform - pos: -62.5,-35.5 + rot: -1.5707963267948966 rad + pos: -14.5,-57.5 parent: 2 - uid: 20147 components: - type: Transform - pos: -44.5,-37.5 + rot: -1.5707963267948966 rad + pos: -3.5,-63.5 parent: 2 - uid: 20148 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -77.5,-43.5 + rot: 1.5707963267948966 rad + pos: 12.5,-40.5 parent: 2 - uid: 20149 components: - type: Transform - rot: 3.141592653589793 rad - pos: -71.5,-27.5 + rot: -1.5707963267948966 rad + pos: 8.5,-46.5 parent: 2 - uid: 20150 components: - type: Transform rot: -1.5707963267948966 rad - pos: -74.5,-42.5 + pos: 8.5,-45.5 parent: 2 - uid: 20151 components: - type: Transform - pos: -76.5,-32.5 + rot: 3.141592653589793 rad + pos: -26.5,-91.5 parent: 2 - uid: 20152 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -64.5,-42.5 + rot: 3.141592653589793 rad + pos: -18.5,-90.5 parent: 2 - uid: 20153 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -64.5,-41.5 + rot: 3.141592653589793 rad + pos: -24.5,-91.5 parent: 2 - uid: 20154 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -64.5,-40.5 + rot: 3.141592653589793 rad + pos: -19.5,-91.5 parent: 2 - uid: 20155 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -64.5,-39.5 + rot: -1.5707963267948966 rad + pos: -6.5,-12.5 parent: 2 - uid: 20156 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -74.5,-35.5 + pos: -51.5,-21.5 parent: 2 - uid: 20157 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -74.5,-34.5 + pos: 9.5,29.5 parent: 2 - uid: 20158 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -75.5,-43.5 + pos: -62.5,-35.5 parent: 2 - uid: 20159 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -77.5,-39.5 + pos: -44.5,-37.5 parent: 2 - uid: 20160 components: - type: Transform rot: -1.5707963267948966 rad - pos: -75.5,-39.5 + pos: -77.5,-43.5 parent: 2 - uid: 20161 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -76.5,-43.5 + rot: 3.141592653589793 rad + pos: -71.5,-27.5 parent: 2 - uid: 20162 components: - type: Transform - pos: -5.5,20.5 + rot: -1.5707963267948966 rad + pos: -74.5,-42.5 parent: 2 - uid: 20163 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,13.5 + pos: -76.5,-32.5 parent: 2 - uid: 20164 components: - type: Transform - pos: -4.5,20.5 + rot: 1.5707963267948966 rad + pos: -64.5,-42.5 parent: 2 - uid: 20165 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,18.5 + rot: 1.5707963267948966 rad + pos: -64.5,-41.5 parent: 2 - uid: 20166 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,45.5 + rot: 1.5707963267948966 rad + pos: -64.5,-40.5 parent: 2 - uid: 20167 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,45.5 + rot: 1.5707963267948966 rad + pos: -64.5,-39.5 parent: 2 - uid: 20168 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,45.5 + rot: 1.5707963267948966 rad + pos: -74.5,-35.5 parent: 2 - uid: 20169 components: - type: Transform - pos: 32.5,-9.5 + rot: 1.5707963267948966 rad + pos: -74.5,-34.5 parent: 2 - uid: 20170 components: - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,-63.5 + rot: -1.5707963267948966 rad + pos: -75.5,-43.5 parent: 2 - uid: 20171 components: - type: Transform - pos: 19.5,-0.5 + rot: -1.5707963267948966 rad + pos: -77.5,-39.5 parent: 2 - uid: 20172 components: - type: Transform - pos: -18.5,-88.5 + rot: -1.5707963267948966 rad + pos: -75.5,-39.5 parent: 2 - uid: 20173 components: - type: Transform - pos: -18.5,-58.5 + rot: -1.5707963267948966 rad + pos: -76.5,-43.5 parent: 2 - uid: 20174 components: - type: Transform - pos: 31.5,-15.5 + pos: -5.5,20.5 parent: 2 - uid: 20175 components: - type: Transform - pos: -9.5,-55.5 + rot: 1.5707963267948966 rad + pos: -7.5,13.5 parent: 2 - uid: 20176 components: - type: Transform - pos: -12.5,-55.5 + pos: -4.5,20.5 parent: 2 - uid: 20177 components: - type: Transform - pos: -4.5,-56.5 + rot: 3.141592653589793 rad + pos: 5.5,18.5 parent: 2 - uid: 20178 components: - type: Transform - pos: 22.5,-20.5 + rot: -1.5707963267948966 rad + pos: -46.5,45.5 parent: 2 - uid: 20179 components: - type: Transform - pos: 21.5,5.5 + rot: -1.5707963267948966 rad + pos: -45.5,45.5 parent: 2 - uid: 20180 components: - type: Transform - pos: 23.5,5.5 + rot: -1.5707963267948966 rad + pos: -47.5,45.5 parent: 2 - uid: 20181 components: - type: Transform - pos: 25.5,5.5 + pos: 32.5,-9.5 parent: 2 - uid: 20182 components: - type: Transform - pos: 3.5,-39.5 + rot: 3.141592653589793 rad + pos: 28.5,-63.5 parent: 2 - uid: 20183 components: - type: Transform - pos: -7.5,-56.5 + pos: 19.5,-0.5 parent: 2 - uid: 20184 components: - type: Transform - pos: 1.5,-47.5 + pos: -18.5,-88.5 parent: 2 - uid: 20185 components: - type: Transform - pos: 29.5,26.5 + pos: -18.5,-58.5 parent: 2 - uid: 20186 components: - type: Transform - pos: -13.5,-56.5 + pos: 31.5,-15.5 parent: 2 - uid: 20187 components: - type: Transform - pos: -7.5,-57.5 + pos: 22.5,-20.5 parent: 2 - uid: 20188 components: - type: Transform - pos: 7.5,-59.5 + pos: 21.5,5.5 parent: 2 - uid: 20189 components: - type: Transform - pos: -18.5,-68.5 + pos: 23.5,5.5 parent: 2 - uid: 20190 components: - type: Transform - pos: -20.5,-68.5 + pos: 25.5,5.5 parent: 2 - uid: 20191 components: - type: Transform - pos: -3.5,-44.5 + pos: 3.5,-39.5 parent: 2 - uid: 20192 components: - type: Transform - pos: 12.5,-34.5 + pos: 1.5,-47.5 parent: 2 - uid: 20193 components: - type: Transform - pos: -1.5,49.5 + pos: 29.5,26.5 parent: 2 - uid: 20194 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-44.5 + pos: -18.5,-68.5 parent: 2 - uid: 20195 components: - type: Transform - pos: 7.5,18.5 + pos: -20.5,-68.5 parent: 2 - uid: 20196 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,-46.5 + pos: -3.5,-44.5 parent: 2 - uid: 20197 components: - type: Transform - pos: 2.5,-62.5 + pos: 12.5,-34.5 parent: 2 - uid: 20198 components: - type: Transform - pos: 3.5,-78.5 + pos: -1.5,49.5 parent: 2 - uid: 20199 components: - type: Transform - pos: -6.5,-55.5 + rot: 3.141592653589793 rad + pos: 3.5,-44.5 parent: 2 - uid: 20200 components: - type: Transform - pos: -12.5,-58.5 + pos: 7.5,18.5 parent: 2 - uid: 20201 components: - type: Transform rot: 1.5707963267948966 rad - pos: -17.5,26.5 + pos: 23.5,-46.5 parent: 2 - uid: 20202 components: - type: Transform - pos: -1.5,-35.5 + pos: 3.5,-78.5 parent: 2 - uid: 20203 components: - type: Transform - pos: -28.5,-47.5 + rot: 1.5707963267948966 rad + pos: -17.5,26.5 parent: 2 - uid: 20204 components: - type: Transform - pos: 24.5,-60.5 + pos: -1.5,-35.5 parent: 2 - uid: 20205 components: - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,30.5 + pos: -28.5,-47.5 parent: 2 - uid: 20206 components: - type: Transform - pos: 21.5,-3.5 + pos: 24.5,-60.5 parent: 2 - uid: 20207 components: - type: Transform - pos: 23.5,-3.5 + rot: 3.141592653589793 rad + pos: 22.5,30.5 parent: 2 - uid: 20208 components: - type: Transform - pos: -6.5,-58.5 + pos: 21.5,-3.5 parent: 2 - uid: 20209 components: - type: Transform - pos: 25.5,24.5 + pos: 23.5,-3.5 parent: 2 - uid: 20210 components: - type: Transform - pos: -10.5,-57.5 + pos: 25.5,24.5 parent: 2 - uid: 20211 components: @@ -134893,5195 +135463,5116 @@ entities: pos: 22.5,-55.5 parent: 2 - uid: 20217 - components: - - type: Transform - pos: -9.5,-62.5 - parent: 2 - - uid: 20218 components: - type: Transform pos: 4.5,-85.5 parent: 2 - - uid: 20219 + - uid: 20218 components: - type: Transform pos: 18.5,-38.5 parent: 2 - - uid: 20220 + - uid: 20219 components: - type: Transform pos: 17.5,-36.5 parent: 2 - - uid: 20221 + - uid: 20220 components: - type: Transform pos: 17.5,-34.5 parent: 2 - - uid: 20222 + - uid: 20221 components: - type: Transform pos: -27.5,-89.5 parent: 2 - - uid: 20223 + - uid: 20222 components: - type: Transform pos: -1.5,-33.5 parent: 2 - - uid: 20224 + - uid: 20223 components: - type: Transform pos: 4.5,-84.5 parent: 2 - - uid: 20225 + - uid: 20224 components: - type: Transform pos: -14.5,-77.5 parent: 2 - - uid: 20226 + - uid: 20225 components: - type: Transform pos: 4.5,-88.5 parent: 2 - - uid: 20227 + - uid: 20226 components: - type: Transform pos: 4.5,-81.5 parent: 2 - - uid: 20228 + - uid: 20227 components: - type: Transform pos: -18.5,-89.5 parent: 2 - - uid: 20229 + - uid: 20228 components: - type: Transform pos: 4.5,-87.5 parent: 2 - - uid: 20230 + - uid: 20229 components: - type: Transform pos: 19.5,0.5 parent: 2 - - uid: 20231 + - uid: 20230 components: - type: Transform pos: 19.5,-38.5 parent: 2 - - uid: 20232 + - uid: 20231 components: - type: Transform pos: 23.5,-12.5 parent: 2 - - uid: 20233 + - uid: 20232 components: - type: Transform pos: 21.5,-15.5 parent: 2 - - uid: 20234 + - uid: 20233 components: - type: Transform pos: 19.5,1.5 parent: 2 - - uid: 20235 + - uid: 20234 components: - type: Transform pos: 28.5,-20.5 parent: 2 - - uid: 20236 + - uid: 20235 components: - type: Transform rot: 3.141592653589793 rad pos: 20.5,-55.5 parent: 2 - - uid: 20237 + - uid: 20236 components: - type: Transform rot: 3.141592653589793 rad pos: 21.5,-55.5 parent: 2 - - uid: 20238 + - uid: 20237 components: - type: Transform pos: 18.5,-66.5 parent: 2 - - uid: 20239 + - uid: 20238 components: - type: Transform pos: 18.5,-65.5 parent: 2 - - uid: 20240 + - uid: 20239 components: - type: Transform rot: 3.141592653589793 rad pos: 28.5,-62.5 parent: 2 - - uid: 20241 + - uid: 20240 components: - type: Transform pos: 42.5,-23.5 parent: 2 - - uid: 20242 + - uid: 20241 components: - type: Transform pos: 41.5,-23.5 parent: 2 - - uid: 20243 + - uid: 20242 components: - type: Transform rot: 3.141592653589793 rad pos: 31.5,-64.5 parent: 2 - - uid: 20244 + - uid: 20243 components: - type: Transform pos: -21.5,11.5 parent: 2 - - uid: 20245 + - uid: 20244 components: - type: Transform pos: -10.5,-11.5 parent: 2 - - uid: 20246 + - uid: 20245 components: - type: Transform pos: -12.5,-16.5 parent: 2 - - uid: 20247 + - uid: 20246 components: - type: Transform rot: -1.5707963267948966 rad pos: -26.5,-9.5 parent: 2 - - uid: 20248 + - uid: 20247 components: - type: Transform pos: 12.5,-33.5 parent: 2 - - uid: 20249 + - uid: 20248 components: - type: Transform pos: 12.5,-32.5 parent: 2 - - uid: 20250 + - uid: 20249 components: - type: Transform rot: 3.141592653589793 rad pos: 26.5,-20.5 parent: 2 - - uid: 20251 + - uid: 20250 components: - type: Transform pos: 3.5,-36.5 parent: 2 - - uid: 20252 + - uid: 20251 components: - type: Transform pos: 2.5,-39.5 parent: 2 - - uid: 20253 + - uid: 20252 components: - type: Transform rot: 3.141592653589793 rad pos: 22.5,29.5 parent: 2 - - uid: 20254 + - uid: 20253 components: - type: Transform rot: 3.141592653589793 rad pos: 22.5,31.5 parent: 2 - - uid: 20255 + - uid: 20254 components: - type: Transform rot: 3.141592653589793 rad pos: 22.5,33.5 parent: 2 - - uid: 20256 + - uid: 20255 components: - type: Transform rot: 3.141592653589793 rad pos: 22.5,37.5 parent: 2 - - uid: 20257 - components: - - type: Transform - pos: 5.5,-58.5 - parent: 2 - - uid: 20258 + - uid: 20256 components: - type: Transform rot: -1.5707963267948966 rad pos: 43.5,5.5 parent: 2 - - uid: 20259 + - uid: 20257 components: - type: Transform pos: 4.5,-86.5 parent: 2 - - uid: 20260 + - uid: 20258 components: - type: Transform pos: 4.5,-83.5 parent: 2 - - uid: 20261 + - uid: 20259 components: - type: Transform pos: 18.5,33.5 parent: 2 - - uid: 20262 + - uid: 20260 components: - type: Transform pos: -1.5,-31.5 parent: 2 - - uid: 20263 + - uid: 20261 components: - type: Transform pos: 15.5,-68.5 parent: 2 - - uid: 20264 + - uid: 20262 components: - type: Transform pos: 42.5,-28.5 parent: 2 - - uid: 20265 + - uid: 20263 components: - type: Transform pos: 41.5,-28.5 parent: 2 - - uid: 20266 + - uid: 20264 components: - type: Transform rot: -1.5707963267948966 rad pos: -31.5,-77.5 parent: 2 - - uid: 20267 + - uid: 20265 components: - type: Transform pos: -1.5,-32.5 parent: 2 - - uid: 20268 + - uid: 20266 components: - type: Transform rot: 3.141592653589793 rad pos: 6.5,-20.5 parent: 2 - - uid: 20269 - components: - - type: Transform - pos: 0.5,-62.5 - parent: 2 - - uid: 20270 - components: - - type: Transform - pos: 7.5,-61.5 - parent: 2 - - uid: 20271 + - uid: 20267 components: - type: Transform pos: 26.5,-3.5 parent: 2 - - uid: 20272 + - uid: 20268 components: - type: Transform pos: -13.5,37.5 parent: 2 - - uid: 20273 + - uid: 20269 components: - type: Transform pos: -15.5,-77.5 parent: 2 - - uid: 20274 + - uid: 20270 components: - type: Transform pos: 3.5,-79.5 parent: 2 - - uid: 20275 + - uid: 20271 components: - type: Transform pos: 19.5,2.5 parent: 2 - - uid: 20276 + - uid: 20272 components: - type: Transform rot: -1.5707963267948966 rad pos: -21.5,-20.5 parent: 2 - - uid: 20277 + - uid: 20273 components: - type: Transform pos: 34.5,9.5 parent: 2 - - uid: 20278 + - uid: 20274 components: - type: Transform pos: 35.5,4.5 parent: 2 - - uid: 20279 - components: - - type: Transform - pos: 1.5,-56.5 - parent: 2 - - uid: 20280 - components: - - type: Transform - pos: 1.5,-57.5 - parent: 2 - - uid: 20281 - components: - - type: Transform - pos: -10.5,-56.5 - parent: 2 - - uid: 20282 - components: - - type: Transform - pos: -13.5,-57.5 - parent: 2 - - uid: 20283 + - uid: 20275 components: - type: Transform pos: -4.5,-44.5 parent: 2 - - uid: 20284 + - uid: 20276 components: - type: Transform pos: -5.5,-44.5 parent: 2 - - uid: 20285 + - uid: 20277 components: - type: Transform pos: 5.5,-44.5 parent: 2 - - uid: 20286 + - uid: 20278 components: - type: Transform pos: 4.5,-44.5 parent: 2 - - uid: 20287 + - uid: 20279 components: - type: Transform pos: 18.5,32.5 parent: 2 - - uid: 20288 - components: - - type: Transform - pos: -0.5,-62.5 - parent: 2 - - uid: 20289 - components: - - type: Transform - pos: -8.5,-62.5 - parent: 2 - - uid: 20290 + - uid: 20280 components: - type: Transform pos: 3.5,-77.5 parent: 2 - - uid: 20291 + - uid: 20281 components: - type: Transform rot: 3.141592653589793 rad pos: 33.5,-62.5 parent: 2 - - uid: 20292 + - uid: 20282 components: - type: Transform rot: 3.141592653589793 rad pos: 30.5,-64.5 parent: 2 - - uid: 20293 + - uid: 20283 components: - type: Transform pos: 9.5,14.5 parent: 2 - - uid: 20294 + - uid: 20284 components: - type: Transform rot: 3.141592653589793 rad pos: 22.5,28.5 parent: 2 - - uid: 20295 + - uid: 20285 components: - type: Transform pos: 68.5,-56.5 parent: 2 - - uid: 20296 - components: - - type: Transform - pos: -1.5,-57.5 - parent: 2 - - uid: 20297 - components: - - type: Transform - pos: -1.5,-56.5 - parent: 2 - - uid: 20298 - components: - - type: Transform - pos: 2.5,-58.5 - parent: 2 - - uid: 20299 - components: - - type: Transform - pos: -3.5,-58.5 - parent: 2 - - uid: 20300 - components: - - type: Transform - pos: 4.5,-62.5 - parent: 2 - - uid: 20301 - components: - - type: Transform - pos: -0.5,-58.5 - parent: 2 - - uid: 20302 + - uid: 20286 components: - type: Transform pos: 31.5,-38.5 parent: 2 - - uid: 20303 + - uid: 20287 components: - type: Transform pos: 33.5,-36.5 parent: 2 - - uid: 20304 + - uid: 20288 components: - type: Transform pos: 33.5,-34.5 parent: 2 - - uid: 20305 + - uid: 20289 components: - type: Transform pos: 26.5,5.5 parent: 2 - - uid: 20306 + - uid: 20290 components: - type: Transform pos: 9.5,13.5 parent: 2 - - uid: 20307 + - uid: 20291 components: - type: Transform pos: 17.5,18.5 parent: 2 - - uid: 20308 + - uid: 20292 components: - type: Transform rot: 3.141592653589793 rad pos: -7.5,-76.5 parent: 2 - - uid: 20309 + - uid: 20293 components: - type: Transform pos: 24.5,-59.5 parent: 2 - - uid: 20310 + - uid: 20294 components: - type: Transform pos: -29.5,45.5 parent: 2 - - uid: 20311 + - uid: 20295 components: - type: Transform pos: 24.5,-58.5 parent: 2 - - uid: 20312 + - uid: 20296 components: - type: Transform pos: -6.5,-36.5 parent: 2 - - uid: 20313 + - uid: 20297 components: - type: Transform pos: 19.5,-1.5 parent: 2 - - uid: 20314 + - uid: 20298 components: - type: Transform pos: -1.5,-34.5 parent: 2 - - uid: 20315 + - uid: 20299 components: - type: Transform pos: -27.5,-88.5 parent: 2 - - uid: 20316 + - uid: 20300 components: - type: Transform pos: 17.5,-35.5 parent: 2 - - uid: 20317 + - uid: 20301 components: - type: Transform pos: 33.5,-35.5 parent: 2 - - uid: 20318 + - uid: 20302 components: - type: Transform pos: 22.5,5.5 parent: 2 - - uid: 20319 + - uid: 20303 components: - type: Transform pos: 27.5,5.5 parent: 2 - - uid: 20320 + - uid: 20304 components: - type: Transform pos: 35.5,7.5 parent: 2 - - uid: 20321 + - uid: 20305 components: - type: Transform pos: 32.5,9.5 parent: 2 - - uid: 20322 + - uid: 20306 components: - type: Transform rot: 3.141592653589793 rad pos: 22.5,34.5 parent: 2 - - uid: 20323 - components: - - type: Transform - pos: -3.5,-55.5 - parent: 2 - - uid: 20324 - components: - - type: Transform - pos: -0.5,-55.5 - parent: 2 - - uid: 20325 - components: - - type: Transform - pos: 2.5,-55.5 - parent: 2 - - uid: 20326 + - uid: 20307 components: - type: Transform pos: -20.5,-58.5 parent: 2 - - uid: 20327 - components: - - type: Transform - pos: -9.5,-58.5 - parent: 2 - - uid: 20328 + - uid: 20308 components: - type: Transform rot: -1.5707963267948966 rad pos: -31.5,-79.5 parent: 2 - - uid: 20329 + - uid: 20309 components: - type: Transform rot: 3.141592653589793 rad pos: 37.5,-35.5 parent: 2 - - uid: 20330 + - uid: 20310 components: - type: Transform pos: 33.5,-15.5 parent: 2 - - uid: 20331 + - uid: 20311 components: - type: Transform pos: -13.5,39.5 parent: 2 - - uid: 20332 - components: - - type: Transform - pos: -4.5,-57.5 - parent: 2 - - uid: 20333 + - uid: 20312 components: - type: Transform pos: 19.5,3.5 parent: 2 - - uid: 20334 + - uid: 20313 components: - type: Transform pos: 4.5,-82.5 parent: 2 - - uid: 20335 + - uid: 20314 components: - type: Transform pos: 32.5,-38.5 parent: 2 - - uid: 20336 + - uid: 20315 components: - type: Transform rot: 3.141592653589793 rad pos: 6.5,-19.5 parent: 2 - - uid: 20337 + - uid: 20316 components: - type: Transform pos: 23.5,-20.5 parent: 2 - - uid: 20338 + - uid: 20317 components: - type: Transform pos: 25.5,-20.5 parent: 2 - - uid: 20339 + - uid: 20318 components: - type: Transform pos: 27.5,-20.5 parent: 2 - - uid: 20340 + - uid: 20319 components: - type: Transform pos: 19.5,-15.5 parent: 2 - - uid: 20341 + - uid: 20320 components: - type: Transform pos: 23.5,-11.5 parent: 2 - - uid: 20342 + - uid: 20321 components: - type: Transform pos: 25.5,-3.5 parent: 2 - - uid: 20343 + - uid: 20322 components: - type: Transform pos: 27.5,-3.5 parent: 2 - - uid: 20344 + - uid: 20323 components: - type: Transform pos: 22.5,-3.5 parent: 2 - - uid: 20345 + - uid: 20324 components: - type: Transform rot: 3.141592653589793 rad pos: -9.5,-76.5 parent: 2 - - uid: 20346 + - uid: 20325 components: - type: Transform rot: 3.141592653589793 rad pos: 24.5,-20.5 parent: 2 - - uid: 20347 + - uid: 20326 components: - type: Transform pos: 16.5,-68.5 parent: 2 - - uid: 20348 + - uid: 20327 components: - type: Transform rot: 3.141592653589793 rad pos: 31.5,13.5 parent: 2 - - uid: 20349 + - uid: 20328 components: - type: Transform rot: 3.141592653589793 rad pos: 34.5,13.5 parent: 2 - - uid: 20350 + - uid: 20329 components: - type: Transform pos: -6.5,-37.5 parent: 2 - - uid: 20351 + - uid: 20330 components: - type: Transform pos: -6.5,-38.5 parent: 2 - - uid: 20352 + - uid: 20331 components: - type: Transform pos: -9.5,-40.5 parent: 2 - - uid: 20353 + - uid: 20332 components: - type: Transform pos: -10.5,-40.5 parent: 2 - - uid: 20354 + - uid: 20333 components: - type: Transform pos: -11.5,-40.5 parent: 2 - - uid: 20355 + - uid: 20334 components: - type: Transform rot: -1.5707963267948966 rad pos: 68.5,-4.5 parent: 2 - - uid: 20356 + - uid: 20335 components: - type: Transform pos: -12.5,-11.5 parent: 2 - - uid: 20357 + - uid: 20336 components: - type: Transform pos: -9.5,-11.5 parent: 2 - - uid: 20358 + - uid: 20337 components: - type: Transform pos: -8.5,-11.5 parent: 2 - - uid: 20359 + - uid: 20338 components: - type: Transform pos: -10.5,-16.5 parent: 2 - - uid: 20360 + - uid: 20339 components: - type: Transform rot: 3.141592653589793 rad pos: 28.5,13.5 parent: 2 - - uid: 20361 + - uid: 20340 components: - type: Transform rot: 3.141592653589793 rad pos: 39.5,8.5 parent: 2 - - uid: 20362 + - uid: 20341 components: - type: Transform rot: 3.141592653589793 rad pos: 39.5,5.5 parent: 2 - - uid: 20363 + - uid: 20342 components: - type: Transform pos: -12.5,14.5 parent: 2 - - uid: 20364 + - uid: 20343 components: - type: Transform rot: 1.5707963267948966 rad pos: 20.5,-44.5 parent: 2 - - uid: 20365 + - uid: 20344 components: - type: Transform pos: 37.5,-36.5 parent: 2 - - uid: 20366 + - uid: 20345 components: - type: Transform pos: 33.5,37.5 parent: 2 - - uid: 20367 + - uid: 20346 components: - type: Transform pos: 32.5,37.5 parent: 2 - - uid: 20368 + - uid: 20347 components: - type: Transform pos: 31.5,37.5 parent: 2 - - uid: 20369 + - uid: 20348 components: - type: Transform pos: 30.5,37.5 parent: 2 - - uid: 20370 + - uid: 20349 components: - type: Transform pos: 29.5,37.5 parent: 2 - - uid: 20371 + - uid: 20350 components: - type: Transform pos: 28.5,37.5 parent: 2 - - uid: 20372 + - uid: 20351 components: - type: Transform pos: 27.5,37.5 parent: 2 - - uid: 20373 + - uid: 20352 components: - type: Transform pos: 26.5,37.5 parent: 2 - - uid: 20374 + - uid: 20353 components: - type: Transform pos: 25.5,37.5 parent: 2 - - uid: 20375 + - uid: 20354 components: - type: Transform rot: 3.141592653589793 rad pos: 23.5,37.5 parent: 2 - - uid: 20376 + - uid: 20355 components: - type: Transform pos: 43.5,11.5 parent: 2 - - uid: 20377 + - uid: 20356 components: - type: Transform pos: 43.5,10.5 parent: 2 - - uid: 20378 + - uid: 20357 components: - type: Transform pos: 53.5,14.5 parent: 2 - - uid: 20379 + - uid: 20358 components: - type: Transform pos: 52.5,14.5 parent: 2 - - uid: 20380 + - uid: 20359 components: - type: Transform pos: 54.5,14.5 parent: 2 - - uid: 20381 + - uid: 20360 components: - type: Transform pos: 51.5,13.5 parent: 2 - - uid: 20382 + - uid: 20361 components: - type: Transform pos: 51.5,11.5 parent: 2 - - uid: 20383 + - uid: 20362 components: - type: Transform pos: 55.5,13.5 parent: 2 - - uid: 20384 + - uid: 20363 components: - type: Transform pos: 55.5,12.5 parent: 2 - - uid: 20385 + - uid: 20364 components: - type: Transform pos: 55.5,11.5 parent: 2 - - uid: 20386 + - uid: 20365 components: - type: Transform pos: 52.5,10.5 parent: 2 - - uid: 20387 + - uid: 20366 components: - type: Transform pos: 54.5,10.5 parent: 2 - - uid: 20388 + - uid: 20367 components: - type: Transform pos: 27.5,22.5 parent: 2 - - uid: 20389 + - uid: 20368 components: - type: Transform pos: -15.5,2.5 parent: 2 - - uid: 20390 + - uid: 20369 components: - type: Transform pos: 48.5,-0.5 parent: 2 - - uid: 20391 + - uid: 20370 components: - type: Transform pos: 43.5,-0.5 parent: 2 - - uid: 20392 + - uid: 20371 components: - type: Transform pos: 42.5,-0.5 parent: 2 - - uid: 20393 + - uid: 20372 components: - type: Transform pos: 41.5,-0.5 parent: 2 - - uid: 20394 + - uid: 20373 components: - type: Transform pos: 39.5,-0.5 parent: 2 - - uid: 20395 + - uid: 20374 components: - type: Transform pos: 37.5,-0.5 parent: 2 - - uid: 20396 + - uid: 20375 components: - type: Transform pos: 35.5,-1.5 parent: 2 - - uid: 20397 + - uid: 20376 components: - type: Transform pos: 35.5,-2.5 parent: 2 - - uid: 20398 + - uid: 20377 components: - type: Transform pos: 35.5,-4.5 parent: 2 - - uid: 20399 + - uid: 20378 components: - type: Transform pos: 35.5,-5.5 parent: 2 - - uid: 20400 + - uid: 20379 components: - type: Transform rot: -1.5707963267948966 rad pos: 36.5,24.5 parent: 2 - - uid: 20401 + - uid: 20380 components: - type: Transform rot: -1.5707963267948966 rad pos: 38.5,24.5 parent: 2 - - uid: 20402 + - uid: 20381 components: - type: Transform rot: -1.5707963267948966 rad pos: 40.5,24.5 parent: 2 - - uid: 20403 + - uid: 20382 components: - type: Transform rot: -1.5707963267948966 rad pos: 42.5,24.5 parent: 2 - - uid: 20404 + - uid: 20383 components: - type: Transform rot: 3.141592653589793 rad pos: 22.5,27.5 parent: 2 - - uid: 20405 + - uid: 20384 components: - type: Transform pos: 43.5,7.5 parent: 2 - - uid: 20406 + - uid: 20385 components: - type: Transform pos: 66.5,25.5 parent: 2 - - uid: 20407 + - uid: 20386 components: - type: Transform pos: 66.5,23.5 parent: 2 - - uid: 20408 + - uid: 20387 components: - type: Transform pos: 64.5,27.5 parent: 2 - - uid: 20409 + - uid: 20388 components: - type: Transform pos: 62.5,27.5 parent: 2 - - uid: 20410 + - uid: 20389 components: - type: Transform rot: -1.5707963267948966 rad pos: 42.5,-44.5 parent: 2 - - uid: 20411 + - uid: 20390 components: - type: Transform pos: 46.5,9.5 parent: 2 - - uid: 20412 + - uid: 20391 components: - type: Transform rot: -1.5707963267948966 rad pos: 67.5,-7.5 parent: 2 - - uid: 20413 + - uid: 20392 components: - type: Transform rot: -1.5707963267948966 rad pos: 66.5,-0.5 parent: 2 - - uid: 20414 + - uid: 20393 components: - type: Transform rot: -1.5707963267948966 rad pos: 66.5,-1.5 parent: 2 - - uid: 20415 + - uid: 20394 components: - type: Transform pos: 60.5,-4.5 parent: 2 - - uid: 20416 + - uid: 20395 components: - type: Transform rot: -1.5707963267948966 rad pos: 67.5,-8.5 parent: 2 - - uid: 20417 + - uid: 20396 components: - type: Transform rot: -1.5707963267948966 rad pos: 67.5,-9.5 parent: 2 - - uid: 20418 + - uid: 20397 components: - type: Transform rot: -1.5707963267948966 rad pos: 68.5,-2.5 parent: 2 - - uid: 20419 + - uid: 20398 components: - type: Transform rot: -1.5707963267948966 rad pos: 68.5,-10.5 parent: 2 - - uid: 20420 + - uid: 20399 components: - type: Transform rot: -1.5707963267948966 rad pos: 68.5,-12.5 parent: 2 - - uid: 20421 + - uid: 20400 components: - type: Transform rot: -1.5707963267948966 rad pos: 68.5,-6.5 parent: 2 - - uid: 20422 + - uid: 20401 components: - type: Transform pos: 61.5,-18.5 parent: 2 - - uid: 20423 + - uid: 20402 components: - type: Transform pos: 63.5,-18.5 parent: 2 - - uid: 20424 + - uid: 20403 components: - type: Transform pos: 61.5,-20.5 parent: 2 - - uid: 20425 + - uid: 20404 components: - type: Transform pos: 63.5,-20.5 parent: 2 - - uid: 20426 + - uid: 20405 components: - type: Transform pos: 61.5,-22.5 parent: 2 - - uid: 20427 + - uid: 20406 components: - type: Transform pos: 63.5,-22.5 parent: 2 - - uid: 20428 + - uid: 20407 components: - type: Transform pos: 61.5,-24.5 parent: 2 - - uid: 20429 + - uid: 20408 components: - type: Transform pos: 63.5,-24.5 parent: 2 - - uid: 20430 + - uid: 20409 components: - type: Transform pos: 63.5,-26.5 parent: 2 - - uid: 20431 + - uid: 20410 components: - type: Transform pos: 49.5,-62.5 parent: 2 - - uid: 20432 + - uid: 20411 components: - type: Transform pos: 56.5,-46.5 parent: 2 - - uid: 20433 + - uid: 20412 components: - type: Transform pos: 63.5,-50.5 parent: 2 - - uid: 20434 + - uid: 20413 components: - type: Transform pos: 61.5,-50.5 parent: 2 - - uid: 20435 + - uid: 20414 components: - type: Transform pos: 58.5,-51.5 parent: 2 - - uid: 20436 + - uid: 20415 components: - type: Transform pos: 58.5,-52.5 parent: 2 - - uid: 20437 + - uid: 20416 components: - type: Transform pos: 54.5,-51.5 parent: 2 - - uid: 20438 + - uid: 20417 components: - type: Transform pos: 54.5,-52.5 parent: 2 - - uid: 20439 + - uid: 20418 components: - type: Transform pos: 54.5,-53.5 parent: 2 - - uid: 20440 + - uid: 20419 components: - type: Transform pos: 61.5,-56.5 parent: 2 - - uid: 20441 + - uid: 20420 components: - type: Transform pos: 62.5,-56.5 parent: 2 - - uid: 20442 + - uid: 20421 components: - type: Transform pos: 63.5,-56.5 parent: 2 - - uid: 20443 + - uid: 20422 components: - type: Transform pos: 66.5,-51.5 parent: 2 - - uid: 20444 + - uid: 20423 components: - type: Transform pos: 66.5,-52.5 parent: 2 - - uid: 20445 + - uid: 20424 components: - type: Transform pos: 36.5,33.5 parent: 2 - - uid: 20446 + - uid: 20425 components: - type: Transform pos: 36.5,32.5 parent: 2 - - uid: 20447 + - uid: 20426 components: - type: Transform pos: 36.5,31.5 parent: 2 - - uid: 20448 + - uid: 20427 components: - type: Transform pos: 36.5,30.5 parent: 2 - - uid: 20449 + - uid: 20428 components: - type: Transform pos: 36.5,29.5 parent: 2 - - uid: 20450 + - uid: 20429 components: - type: Transform pos: 36.5,28.5 parent: 2 - - uid: 20451 + - uid: 20430 components: - type: Transform pos: 36.5,27.5 parent: 2 - - uid: 20452 + - uid: 20431 components: - type: Transform pos: 51.5,-62.5 parent: 2 - - uid: 20453 + - uid: 20432 components: - type: Transform rot: -1.5707963267948966 rad pos: 71.5,-50.5 parent: 2 - - uid: 20454 + - uid: 20433 components: - type: Transform pos: 68.5,-42.5 parent: 2 - - uid: 20455 + - uid: 20434 components: - type: Transform pos: 77.5,-38.5 parent: 2 - - uid: 20456 + - uid: 20435 components: - type: Transform pos: 78.5,-46.5 parent: 2 - - uid: 20457 + - uid: 20436 components: - type: Transform rot: 1.5707963267948966 rad pos: 33.5,-57.5 parent: 2 - - uid: 20458 + - uid: 20437 components: - type: Transform rot: 1.5707963267948966 rad pos: 32.5,-57.5 parent: 2 - - uid: 20459 + - uid: 20438 components: - type: Transform rot: 1.5707963267948966 rad pos: 30.5,-57.5 parent: 2 - - uid: 20460 + - uid: 20439 components: - type: Transform rot: 1.5707963267948966 rad pos: 29.5,-57.5 parent: 2 - - uid: 20461 + - uid: 20440 components: - type: Transform rot: 1.5707963267948966 rad pos: 27.5,-54.5 parent: 2 - - uid: 20462 + - uid: 20441 components: - type: Transform rot: 1.5707963267948966 rad pos: 27.5,-55.5 parent: 2 - - uid: 20463 + - uid: 20442 components: - type: Transform rot: 1.5707963267948966 rad pos: 27.5,-51.5 parent: 2 - - uid: 20464 + - uid: 20443 components: - type: Transform rot: 1.5707963267948966 rad pos: 27.5,-47.5 parent: 2 - - uid: 20465 + - uid: 20444 components: - type: Transform rot: 3.141592653589793 rad pos: 64.5,-37.5 parent: 2 - - uid: 20466 + - uid: 20445 components: - type: Transform pos: -12.5,-44.5 parent: 2 - - uid: 20467 + - uid: 20446 components: - type: Transform pos: -13.5,-44.5 parent: 2 - - uid: 20468 + - uid: 20447 components: - type: Transform pos: -14.5,-44.5 parent: 2 - - uid: 20469 + - uid: 20448 components: - type: Transform rot: 3.141592653589793 rad pos: 49.5,-59.5 parent: 2 - - uid: 20470 + - uid: 20449 components: - type: Transform rot: 3.141592653589793 rad pos: 50.5,-59.5 parent: 2 - - uid: 20471 + - uid: 20450 components: - type: Transform pos: -19.5,5.5 parent: 2 - - uid: 20472 + - uid: 20451 components: - type: Transform pos: -23.5,2.5 parent: 2 - - uid: 20473 + - uid: 20452 components: - type: Transform pos: -2.5,42.5 parent: 2 - - uid: 20474 + - uid: 20453 components: - type: Transform rot: -1.5707963267948966 rad pos: -21.5,-22.5 parent: 2 - - uid: 20475 + - uid: 20454 components: - type: Transform pos: -21.5,-13.5 parent: 2 - - uid: 20476 + - uid: 20455 components: - type: Transform pos: -21.5,-14.5 parent: 2 - - uid: 20477 + - uid: 20456 components: - type: Transform pos: -21.5,-9.5 parent: 2 - - uid: 20478 + - uid: 20457 components: - type: Transform pos: -21.5,-10.5 parent: 2 - - uid: 20479 + - uid: 20458 components: - type: Transform pos: -26.5,-10.5 parent: 2 - - uid: 20480 + - uid: 20459 components: - type: Transform pos: -26.5,-11.5 parent: 2 - - uid: 20481 + - uid: 20460 components: - type: Transform pos: -30.5,-12.5 parent: 2 - - uid: 20482 + - uid: 20461 components: - type: Transform pos: -30.5,-13.5 parent: 2 - - uid: 20483 + - uid: 20462 components: - type: Transform pos: -22.5,-3.5 parent: 2 - - uid: 20484 + - uid: 20463 components: - type: Transform pos: -21.5,-3.5 parent: 2 - - uid: 20485 + - uid: 20464 components: - type: Transform pos: -22.5,-1.5 parent: 2 - - uid: 20486 + - uid: 20465 components: - type: Transform pos: -21.5,-1.5 parent: 2 - - uid: 20487 + - uid: 20466 components: - type: Transform pos: -17.5,-1.5 parent: 2 - - uid: 20488 + - uid: 20467 components: - type: Transform pos: -16.5,-1.5 parent: 2 - - uid: 20489 + - uid: 20468 components: - type: Transform pos: -19.5,0.5 parent: 2 - - uid: 20490 + - uid: 20469 components: - type: Transform pos: -17.5,0.5 parent: 2 - - uid: 20491 + - uid: 20470 components: - type: Transform pos: -16.5,0.5 parent: 2 - - uid: 20492 + - uid: 20471 components: - type: Transform pos: -17.5,-3.5 parent: 2 - - uid: 20493 + - uid: 20472 components: - type: Transform pos: -16.5,-3.5 parent: 2 - - uid: 20494 + - uid: 20473 components: - type: Transform rot: 1.5707963267948966 rad pos: -26.5,-13.5 parent: 2 - - uid: 20495 + - uid: 20474 components: - type: Transform rot: -1.5707963267948966 rad pos: -24.5,-18.5 parent: 2 - - uid: 20496 + - uid: 20475 components: - type: Transform pos: 52.5,-57.5 parent: 2 - - uid: 20497 + - uid: 20476 components: - type: Transform rot: 3.141592653589793 rad pos: 56.5,-55.5 parent: 2 - - uid: 20498 + - uid: 20477 components: - type: Transform rot: 3.141592653589793 rad pos: 59.5,-54.5 parent: 2 - - uid: 20499 + - uid: 20478 components: - type: Transform rot: 3.141592653589793 rad pos: 65.5,-54.5 parent: 2 - - uid: 20500 + - uid: 20479 components: - type: Transform pos: 41.5,-74.5 parent: 2 - - uid: 20501 + - uid: 20480 components: - type: Transform pos: 32.5,-77.5 parent: 2 - - uid: 20502 + - uid: 20481 components: - type: Transform pos: 32.5,-78.5 parent: 2 - - uid: 20503 + - uid: 20482 components: - type: Transform pos: 32.5,-79.5 parent: 2 - - uid: 20504 + - uid: 20483 components: - type: Transform rot: 3.141592653589793 rad pos: 25.5,-80.5 parent: 2 - - uid: 20505 + - uid: 20484 components: - type: Transform rot: 3.141592653589793 rad pos: 51.5,-73.5 parent: 2 - - uid: 20506 + - uid: 20485 components: - type: Transform rot: 1.5707963267948966 rad pos: 34.5,-84.5 parent: 2 - - uid: 20507 + - uid: 20486 components: - type: Transform pos: 17.5,-71.5 parent: 2 - - uid: 20508 + - uid: 20487 components: - type: Transform pos: 18.5,-71.5 parent: 2 - - uid: 20509 + - uid: 20488 components: - type: Transform rot: 1.5707963267948966 rad pos: 34.5,-85.5 parent: 2 - - uid: 20510 + - uid: 20489 components: - type: Transform rot: 1.5707963267948966 rad pos: 34.5,-86.5 parent: 2 - - uid: 20511 + - uid: 20490 components: - type: Transform pos: 15.5,-71.5 parent: 2 - - uid: 20512 + - uid: 20491 components: - type: Transform pos: 18.5,-74.5 parent: 2 - - uid: 20513 + - uid: 20492 components: - type: Transform pos: 17.5,-74.5 parent: 2 - - uid: 20514 + - uid: 20493 components: - type: Transform pos: 14.5,-71.5 parent: 2 - - uid: 20515 + - uid: 20494 components: - type: Transform pos: 14.5,-74.5 parent: 2 - - uid: 20516 + - uid: 20495 components: - type: Transform pos: 15.5,-74.5 parent: 2 - - uid: 20517 + - uid: 20496 components: - type: Transform rot: 1.5707963267948966 rad pos: 44.5,-86.5 parent: 2 - - uid: 20518 + - uid: 20497 components: - type: Transform rot: 1.5707963267948966 rad pos: 44.5,-87.5 parent: 2 - - uid: 20519 + - uid: 20498 components: - type: Transform rot: 1.5707963267948966 rad pos: 34.5,-87.5 parent: 2 - - uid: 20520 + - uid: 20499 components: - type: Transform rot: 1.5707963267948966 rad pos: 44.5,-84.5 parent: 2 - - uid: 20521 + - uid: 20500 components: - type: Transform rot: 1.5707963267948966 rad pos: 44.5,-85.5 parent: 2 - - uid: 20522 + - uid: 20501 components: - type: Transform rot: 1.5707963267948966 rad pos: 42.5,-69.5 parent: 2 - - uid: 20523 + - uid: 20502 components: - type: Transform rot: 1.5707963267948966 rad pos: 43.5,-69.5 parent: 2 - - uid: 20524 + - uid: 20503 components: - type: Transform rot: 1.5707963267948966 rad pos: 44.5,-69.5 parent: 2 - - uid: 20525 + - uid: 20504 components: - type: Transform rot: 1.5707963267948966 rad pos: 34.5,-69.5 parent: 2 - - uid: 20526 + - uid: 20505 components: - type: Transform rot: 1.5707963267948966 rad pos: 35.5,-69.5 parent: 2 - - uid: 20527 + - uid: 20506 components: - type: Transform rot: 1.5707963267948966 rad pos: 36.5,-69.5 parent: 2 - - uid: 20528 + - uid: 20507 components: - type: Transform rot: 1.5707963267948966 rad pos: 37.5,-66.5 parent: 2 - - uid: 20529 + - uid: 20508 components: - type: Transform rot: -1.5707963267948966 rad pos: -37.5,-14.5 parent: 2 - - uid: 20530 + - uid: 20509 components: - type: Transform pos: -33.5,-17.5 parent: 2 - - uid: 20531 + - uid: 20510 components: - type: Transform pos: -33.5,-15.5 parent: 2 - - uid: 20532 + - uid: 20511 components: - type: Transform rot: 3.141592653589793 rad pos: -33.5,-12.5 parent: 2 - - uid: 20533 + - uid: 20512 components: - type: Transform rot: 3.141592653589793 rad pos: -33.5,-9.5 parent: 2 - - uid: 20534 + - uid: 20513 components: - type: Transform rot: 3.141592653589793 rad pos: -40.5,-9.5 parent: 2 - - uid: 20535 + - uid: 20514 components: - type: Transform rot: 3.141592653589793 rad pos: -40.5,-12.5 parent: 2 - - uid: 20536 + - uid: 20515 components: - type: Transform pos: 50.5,-31.5 parent: 2 - - uid: 20537 + - uid: 20516 components: - type: Transform pos: 51.5,-31.5 parent: 2 - - uid: 20538 + - uid: 20517 components: - type: Transform rot: -1.5707963267948966 rad pos: -21.5,-35.5 parent: 2 - - uid: 20539 + - uid: 20518 components: - type: Transform pos: -38.5,-37.5 parent: 2 - - uid: 20540 + - uid: 20519 components: - type: Transform pos: -37.5,-37.5 parent: 2 - - uid: 20541 + - uid: 20520 components: - type: Transform pos: -45.5,-18.5 parent: 2 - - uid: 20542 + - uid: 20521 components: - type: Transform rot: 3.141592653589793 rad pos: -43.5,-13.5 parent: 2 - - uid: 20543 + - uid: 20522 components: - type: Transform rot: 3.141592653589793 rad pos: -46.5,-7.5 parent: 2 - - uid: 20544 + - uid: 20523 components: - type: Transform rot: 3.141592653589793 rad pos: -49.5,-19.5 parent: 2 - - uid: 20545 + - uid: 20524 components: - type: Transform pos: -68.5,-22.5 parent: 2 - - uid: 20546 + - uid: 20525 components: - type: Transform pos: -67.5,-22.5 parent: 2 - - uid: 20547 + - uid: 20526 components: - type: Transform pos: -66.5,-22.5 parent: 2 - - uid: 20548 + - uid: 20527 components: - type: Transform pos: -65.5,-22.5 parent: 2 - - uid: 20549 + - uid: 20528 components: - type: Transform pos: -64.5,-22.5 parent: 2 - - uid: 20550 + - uid: 20529 components: - type: Transform pos: -66.5,-29.5 parent: 2 - - uid: 20551 + - uid: 20530 components: - type: Transform pos: -56.5,-11.5 parent: 2 - - uid: 20552 + - uid: 20531 components: - type: Transform pos: -56.5,-12.5 parent: 2 - - uid: 20553 + - uid: 20532 components: - type: Transform pos: -56.5,-13.5 parent: 2 - - uid: 20554 + - uid: 20533 components: - type: Transform pos: -56.5,-14.5 parent: 2 - - uid: 20555 + - uid: 20534 components: - type: Transform pos: -56.5,-15.5 parent: 2 - - uid: 20556 + - uid: 20535 components: - type: Transform pos: -61.5,-35.5 parent: 2 - - uid: 20557 + - uid: 20536 components: - type: Transform pos: -60.5,-35.5 parent: 2 - - uid: 20558 + - uid: 20537 components: - type: Transform pos: -62.5,-38.5 parent: 2 - - uid: 20559 + - uid: 20538 components: - type: Transform pos: -61.5,-31.5 parent: 2 - - uid: 20560 + - uid: 20539 components: - type: Transform pos: -47.5,-54.5 parent: 2 - - uid: 20561 + - uid: 20540 components: - type: Transform pos: -47.5,-52.5 parent: 2 - - uid: 20562 + - uid: 20541 components: - type: Transform pos: -47.5,-50.5 parent: 2 - - uid: 20563 + - uid: 20542 components: - type: Transform pos: -47.5,-48.5 parent: 2 - - uid: 20564 + - uid: 20543 components: - type: Transform pos: -47.5,-46.5 parent: 2 - - uid: 20565 + - uid: 20544 components: - type: Transform pos: -47.5,-44.5 parent: 2 - - uid: 20566 + - uid: 20545 components: - type: Transform pos: -47.5,-42.5 parent: 2 - - uid: 20567 + - uid: 20546 components: - type: Transform pos: -41.5,-34.5 parent: 2 - - uid: 20568 + - uid: 20547 components: - type: Transform pos: -41.5,-35.5 parent: 2 - - uid: 20569 + - uid: 20548 components: - type: Transform pos: -59.5,-3.5 parent: 2 - - uid: 20570 + - uid: 20549 components: - type: Transform pos: -60.5,-3.5 parent: 2 - - uid: 20571 + - uid: 20550 components: - type: Transform pos: -61.5,-3.5 parent: 2 - - uid: 20572 + - uid: 20551 components: - type: Transform pos: -62.5,-3.5 parent: 2 - - uid: 20573 + - uid: 20552 components: - type: Transform pos: -66.5,-3.5 parent: 2 - - uid: 20574 + - uid: 20553 components: - type: Transform pos: -67.5,-3.5 parent: 2 - - uid: 20575 + - uid: 20554 components: - type: Transform pos: -68.5,-3.5 parent: 2 - - uid: 20576 + - uid: 20555 components: - type: Transform pos: -69.5,-3.5 parent: 2 - - uid: 20577 + - uid: 20556 components: - type: Transform pos: -76.5,-3.5 parent: 2 - - uid: 20578 + - uid: 20557 components: - type: Transform pos: -73.5,-3.5 parent: 2 - - uid: 20579 + - uid: 20558 components: - type: Transform pos: -74.5,-3.5 parent: 2 - - uid: 20580 + - uid: 20559 components: - type: Transform pos: -75.5,-3.5 parent: 2 - - uid: 20581 + - uid: 20560 components: - type: Transform pos: -76.5,-7.5 parent: 2 - - uid: 20582 + - uid: 20561 components: - type: Transform pos: -76.5,-8.5 parent: 2 - - uid: 20583 + - uid: 20562 components: - type: Transform pos: -76.5,-9.5 parent: 2 - - uid: 20584 + - uid: 20563 components: - type: Transform pos: -76.5,-10.5 parent: 2 - - uid: 20585 + - uid: 20564 components: - type: Transform pos: -76.5,-14.5 parent: 2 - - uid: 20586 + - uid: 20565 components: - type: Transform pos: -76.5,-15.5 parent: 2 - - uid: 20587 + - uid: 20566 components: - type: Transform pos: -76.5,-16.5 parent: 2 - - uid: 20588 + - uid: 20567 components: - type: Transform pos: -76.5,-17.5 parent: 2 - - uid: 20589 + - uid: 20568 components: - type: Transform pos: -76.5,-21.5 parent: 2 - - uid: 20590 + - uid: 20569 components: - type: Transform pos: -76.5,-22.5 parent: 2 - - uid: 20591 + - uid: 20570 components: - type: Transform rot: -1.5707963267948966 rad pos: -76.5,-24.5 parent: 2 - - uid: 20592 + - uid: 20571 components: - type: Transform pos: -76.5,-23.5 parent: 2 - - uid: 20593 + - uid: 20572 components: - type: Transform pos: -35.5,-58.5 parent: 2 - - uid: 20594 + - uid: 20573 components: - type: Transform rot: 3.141592653589793 rad pos: -38.5,-59.5 parent: 2 - - uid: 20595 + - uid: 20574 components: - type: Transform pos: -41.5,-58.5 parent: 2 - - uid: 20596 + - uid: 20575 components: - type: Transform pos: -42.5,-58.5 parent: 2 - - uid: 20597 + - uid: 20576 components: - type: Transform pos: -44.5,-58.5 parent: 2 - - uid: 20598 + - uid: 20577 components: - type: Transform pos: -21.5,-61.5 parent: 2 - - uid: 20599 + - uid: 20578 components: - type: Transform rot: -1.5707963267948966 rad pos: -53.5,-83.5 parent: 2 - - uid: 20600 + - uid: 20579 components: - type: Transform pos: -28.5,-72.5 parent: 2 - - uid: 20601 + - uid: 20580 components: - type: Transform pos: -35.5,-76.5 parent: 2 - - uid: 20602 + - uid: 20581 components: - type: Transform pos: -35.5,-77.5 parent: 2 - - uid: 20603 + - uid: 20582 components: - type: Transform pos: -35.5,-78.5 parent: 2 - - uid: 20604 + - uid: 20583 components: - type: Transform pos: -35.5,-81.5 parent: 2 - - uid: 20605 + - uid: 20584 components: - type: Transform pos: -35.5,-82.5 parent: 2 - - uid: 20606 + - uid: 20585 components: - type: Transform pos: -35.5,-83.5 parent: 2 - - uid: 20607 + - uid: 20586 components: - type: Transform pos: -40.5,-86.5 parent: 2 - - uid: 20608 + - uid: 20587 components: - type: Transform pos: -43.5,-86.5 parent: 2 - - uid: 20609 + - uid: 20588 components: - type: Transform pos: -21.5,-59.5 parent: 2 - - uid: 20610 + - uid: 20589 components: - type: Transform rot: -1.5707963267948966 rad pos: -55.5,-83.5 parent: 2 - - uid: 20611 + - uid: 20590 components: - type: Transform pos: -57.5,-75.5 parent: 2 - - uid: 20612 + - uid: 20591 components: - type: Transform pos: -57.5,-76.5 parent: 2 - - uid: 20613 + - uid: 20592 components: - type: Transform pos: -57.5,-77.5 parent: 2 - - uid: 20614 + - uid: 20593 components: - type: Transform pos: -58.5,-52.5 parent: 2 - - uid: 20615 + - uid: 20594 components: - type: Transform pos: -58.5,-51.5 parent: 2 - - uid: 20616 + - uid: 20595 components: - type: Transform pos: -58.5,-48.5 parent: 2 - - uid: 20617 + - uid: 20596 components: - type: Transform pos: -58.5,-47.5 parent: 2 - - uid: 20618 + - uid: 20597 components: - type: Transform rot: 1.5707963267948966 rad pos: -58.5,-59.5 parent: 2 - - uid: 20619 + - uid: 20598 components: - type: Transform pos: -48.5,-81.5 parent: 2 - - uid: 20620 + - uid: 20599 components: - type: Transform rot: -1.5707963267948966 rad pos: -3.5,27.5 parent: 2 - - uid: 20621 + - uid: 20600 components: - type: Transform pos: -2.5,35.5 parent: 2 - - uid: 20622 + - uid: 20601 components: - type: Transform pos: -1.5,35.5 parent: 2 - - uid: 20623 + - uid: 20602 components: - type: Transform pos: -0.5,35.5 parent: 2 - - uid: 20624 + - uid: 20603 components: - type: Transform pos: 6.5,25.5 parent: 2 - - uid: 20625 + - uid: 20604 components: - type: Transform pos: 4.5,25.5 parent: 2 - - uid: 20626 + - uid: 20605 components: - type: Transform pos: 2.5,25.5 parent: 2 - - uid: 20627 + - uid: 20606 components: - type: Transform rot: -1.5707963267948966 rad pos: -1.5,27.5 parent: 2 - - uid: 20628 + - uid: 20607 components: - type: Transform pos: -21.5,24.5 parent: 2 - - uid: 20629 + - uid: 20608 components: - type: Transform pos: -21.5,23.5 parent: 2 - - uid: 20630 + - uid: 20609 components: - type: Transform pos: -26.5,21.5 parent: 2 - - uid: 20631 + - uid: 20610 components: - type: Transform rot: -1.5707963267948966 rad pos: -26.5,23.5 parent: 2 - - uid: 20632 + - uid: 20611 components: - type: Transform pos: -1.5,42.5 parent: 2 - - uid: 20633 + - uid: 20612 components: - type: Transform pos: -29.5,23.5 parent: 2 - - uid: 20634 + - uid: 20613 components: - type: Transform pos: -29.5,21.5 parent: 2 - - uid: 20635 + - uid: 20614 components: - type: Transform rot: 1.5707963267948966 rad pos: -50.5,21.5 parent: 2 - - uid: 20636 + - uid: 20615 components: - type: Transform rot: 1.5707963267948966 rad pos: -49.5,21.5 parent: 2 - - uid: 20637 + - uid: 20616 components: - type: Transform rot: -1.5707963267948966 rad pos: -50.5,18.5 parent: 2 - - uid: 20638 + - uid: 20617 components: - type: Transform rot: -1.5707963267948966 rad pos: -50.5,24.5 parent: 2 - - uid: 20639 + - uid: 20618 components: - type: Transform pos: -33.5,27.5 parent: 2 - - uid: 20640 + - uid: 20619 components: - type: Transform pos: -33.5,32.5 parent: 2 - - uid: 20641 + - uid: 20620 components: - type: Transform pos: -32.5,32.5 parent: 2 - - uid: 20642 + - uid: 20621 components: - type: Transform pos: -31.5,32.5 parent: 2 - - uid: 20643 + - uid: 20622 components: - type: Transform pos: -31.5,27.5 parent: 2 - - uid: 20644 + - uid: 20623 components: - type: Transform pos: -30.5,27.5 parent: 2 - - uid: 20645 + - uid: 20624 components: - type: Transform rot: -1.5707963267948966 rad pos: -52.5,21.5 parent: 2 - - uid: 20646 + - uid: 20625 components: - type: Transform rot: -1.5707963267948966 rad pos: -53.5,21.5 parent: 2 - - uid: 20647 + - uid: 20626 components: - type: Transform rot: -1.5707963267948966 rad pos: -49.5,29.5 parent: 2 - - uid: 20648 + - uid: 20627 components: - type: Transform rot: -1.5707963267948966 rad pos: -52.5,29.5 parent: 2 - - uid: 20649 + - uid: 20628 components: - type: Transform rot: -1.5707963267948966 rad pos: -52.5,35.5 parent: 2 - - uid: 20650 + - uid: 20629 components: - type: Transform rot: -1.5707963267948966 rad pos: -49.5,35.5 parent: 2 - - uid: 20651 + - uid: 20630 components: - type: Transform pos: -52.5,24.5 parent: 2 - - uid: 20652 + - uid: 20631 components: - type: Transform pos: -52.5,18.5 parent: 2 - - uid: 20653 + - uid: 20632 components: - type: Transform pos: -39.5,31.5 parent: 2 - - uid: 20654 + - uid: 20633 components: - type: Transform rot: 1.5707963267948966 rad pos: -17.5,24.5 parent: 2 - - uid: 20655 + - uid: 20634 components: - type: Transform rot: 1.5707963267948966 rad pos: -21.5,12.5 parent: 2 - - uid: 20656 + - uid: 20635 components: - type: Transform rot: 1.5707963267948966 rad pos: -22.5,9.5 parent: 2 - - uid: 20657 + - uid: 20636 components: - type: Transform rot: 1.5707963267948966 rad pos: -23.5,9.5 parent: 2 - - uid: 20658 + - uid: 20637 components: - type: Transform rot: 1.5707963267948966 rad pos: -25.5,9.5 parent: 2 - - uid: 20659 + - uid: 20638 components: - type: Transform rot: 1.5707963267948966 rad pos: -26.5,9.5 parent: 2 - - uid: 20660 + - uid: 20639 components: - type: Transform pos: -36.5,7.5 parent: 2 - - uid: 20661 + - uid: 20640 components: - type: Transform pos: -41.5,2.5 parent: 2 - - uid: 20662 + - uid: 20641 components: - type: Transform pos: -35.5,2.5 parent: 2 - - uid: 20663 + - uid: 20642 components: - type: Transform pos: -34.5,2.5 parent: 2 - - uid: 20664 + - uid: 20643 components: - type: Transform pos: -40.5,2.5 parent: 2 - - uid: 20665 + - uid: 20644 components: - type: Transform pos: -39.5,2.5 parent: 2 - - uid: 20666 + - uid: 20645 components: - type: Transform pos: -36.5,2.5 parent: 2 - - uid: 20667 + - uid: 20646 components: - type: Transform pos: -39.5,7.5 parent: 2 - - uid: 20668 + - uid: 20647 components: - type: Transform pos: -1.5,50.5 parent: 2 - - uid: 20669 + - uid: 20648 components: - type: Transform pos: 29.5,24.5 parent: 2 - - uid: 20670 + - uid: 20649 components: - type: Transform rot: -1.5707963267948966 rad pos: -49.5,13.5 parent: 2 - - uid: 20671 + - uid: 20650 components: - type: Transform pos: -46.5,13.5 parent: 2 - - uid: 20672 + - uid: 20651 components: - type: Transform pos: -53.5,11.5 parent: 2 - - uid: 20673 + - uid: 20652 components: - type: Transform pos: -53.5,10.5 parent: 2 - - uid: 20674 + - uid: 20653 components: - type: Transform rot: -1.5707963267948966 rad pos: -48.5,13.5 parent: 2 - - uid: 20675 + - uid: 20654 components: - type: Transform rot: 1.5707963267948966 rad pos: -52.5,-0.5 parent: 2 - - uid: 20676 + - uid: 20655 components: - type: Transform pos: 2.5,-94.5 parent: 2 - - uid: 20677 + - uid: 20656 components: - type: Transform pos: 2.5,-95.5 parent: 2 - - uid: 20678 + - uid: 20657 components: - type: Transform pos: 2.5,-96.5 parent: 2 - - uid: 20679 + - uid: 20658 components: - type: Transform pos: 2.5,-97.5 parent: 2 - - uid: 20680 + - uid: 20659 components: - type: Transform pos: 2.5,-98.5 parent: 2 - - uid: 20681 + - uid: 20660 components: - type: Transform pos: 2.5,-99.5 parent: 2 - - uid: 20682 + - uid: 20661 components: - type: Transform pos: 2.5,-100.5 parent: 2 - - uid: 20683 + - uid: 20662 components: - type: Transform pos: 2.5,-101.5 parent: 2 - - uid: 20684 + - uid: 20663 components: - type: Transform pos: 2.5,-102.5 parent: 2 - - uid: 20685 + - uid: 20664 components: - type: Transform pos: 2.5,-103.5 parent: 2 - - uid: 20686 + - uid: 20665 components: - type: Transform pos: 2.5,-104.5 parent: 2 - - uid: 20687 + - uid: 20666 components: - type: Transform pos: 4.5,-107.5 parent: 2 - - uid: 20688 + - uid: 20667 components: - type: Transform pos: 5.5,-107.5 parent: 2 - - uid: 20689 + - uid: 20668 components: - type: Transform pos: 6.5,-107.5 parent: 2 - - uid: 20690 + - uid: 20669 components: - type: Transform pos: 7.5,-107.5 parent: 2 - - uid: 20691 + - uid: 20670 components: - type: Transform pos: 8.5,-107.5 parent: 2 - - uid: 20692 + - uid: 20671 components: - type: Transform pos: 9.5,-107.5 parent: 2 - - uid: 20693 + - uid: 20672 components: - type: Transform pos: 10.5,-107.5 parent: 2 - - uid: 20694 + - uid: 20673 components: - type: Transform pos: 11.5,-107.5 parent: 2 - - uid: 20695 + - uid: 20674 components: - type: Transform pos: 12.5,-107.5 parent: 2 - - uid: 20696 + - uid: 20675 components: - type: Transform pos: 13.5,-107.5 parent: 2 - - uid: 20697 + - uid: 20676 components: - type: Transform pos: 14.5,-107.5 parent: 2 - - uid: 20698 + - uid: 20677 components: - type: Transform pos: 15.5,-107.5 parent: 2 - - uid: 20699 + - uid: 20678 components: - type: Transform pos: 16.5,-107.5 parent: 2 - - uid: 20700 + - uid: 20679 components: - type: Transform pos: 17.5,-107.5 parent: 2 - - uid: 20701 + - uid: 20680 components: - type: Transform pos: 20.5,-105.5 parent: 2 - - uid: 20702 + - uid: 20681 components: - type: Transform pos: 20.5,-104.5 parent: 2 - - uid: 20703 + - uid: 20682 components: - type: Transform pos: 20.5,-103.5 parent: 2 - - uid: 20704 + - uid: 20683 components: - type: Transform pos: 20.5,-102.5 parent: 2 - - uid: 20705 + - uid: 20684 components: - type: Transform pos: 20.5,-101.5 parent: 2 - - uid: 20706 + - uid: 20685 components: - type: Transform pos: 20.5,-100.5 parent: 2 - - uid: 20707 + - uid: 20686 components: - type: Transform pos: 20.5,-99.5 parent: 2 - - uid: 20708 + - uid: 20687 components: - type: Transform pos: 20.5,-98.5 parent: 2 - - uid: 20709 + - uid: 20688 components: - type: Transform pos: 20.5,-97.5 parent: 2 - - uid: 20710 + - uid: 20689 components: - type: Transform pos: 20.5,-96.5 parent: 2 - - uid: 20711 + - uid: 20690 components: - type: Transform pos: 20.5,-95.5 parent: 2 - - uid: 20712 + - uid: 20691 components: - type: Transform pos: 20.5,-94.5 parent: 2 - - uid: 20713 + - uid: 20692 components: - type: Transform pos: 13.5,-92.5 parent: 2 - - uid: 20714 + - uid: 20693 components: - type: Transform pos: 14.5,-92.5 parent: 2 - - uid: 20715 + - uid: 20694 components: - type: Transform pos: 15.5,-92.5 parent: 2 - - uid: 20716 + - uid: 20695 components: - type: Transform pos: 16.5,-92.5 parent: 2 - - uid: 20717 + - uid: 20696 components: - type: Transform pos: 17.5,-92.5 parent: 2 - - uid: 20718 + - uid: 20697 components: - type: Transform pos: 18.5,-92.5 parent: 2 - - uid: 20719 + - uid: 20698 components: - type: Transform pos: 38.5,-57.5 parent: 2 - - uid: 20720 + - uid: 20699 components: - type: Transform pos: 40.5,-57.5 parent: 2 - - uid: 20721 + - uid: 20700 components: - type: Transform pos: 37.5,-21.5 parent: 2 - - uid: 20722 + - uid: 20701 components: - type: Transform pos: 37.5,-22.5 parent: 2 - - uid: 20723 + - uid: 20702 components: - type: Transform rot: -1.5707963267948966 rad pos: -76.5,-11.5 parent: 2 - - uid: 20724 + - uid: 20703 components: - type: Transform rot: -1.5707963267948966 rad pos: -76.5,-13.5 parent: 2 - - uid: 20725 + - uid: 20704 components: - type: Transform pos: 55.5,-15.5 parent: 2 - - uid: 20726 + - uid: 20705 components: - type: Transform pos: 56.5,-15.5 parent: 2 - - uid: 20727 + - uid: 20706 components: - type: Transform pos: 58.5,-15.5 parent: 2 - - uid: 20728 + - uid: 20707 components: - type: Transform pos: 59.5,-15.5 parent: 2 - - uid: 20729 + - uid: 20708 components: - type: Transform pos: 58.5,-59.5 parent: 2 - - uid: 20730 + - uid: 20709 components: - type: Transform pos: 58.5,-60.5 parent: 2 - - uid: 20731 + - uid: 20710 components: - type: Transform pos: 42.5,-31.5 parent: 2 - - uid: 20732 + - uid: 20711 components: - type: Transform pos: 37.5,-64.5 parent: 2 - - uid: 20733 + - uid: 20712 components: - type: Transform rot: 3.141592653589793 rad pos: 24.5,37.5 parent: 2 - - uid: 20734 + - uid: 20713 components: - type: Transform rot: 3.141592653589793 rad pos: 21.5,37.5 parent: 2 - - uid: 20735 + - uid: 20714 components: - type: Transform pos: 32.5,35.5 parent: 2 - - uid: 20736 + - uid: 20715 components: - type: Transform pos: 26.5,35.5 parent: 2 - - uid: 20737 + - uid: 20716 components: - type: Transform pos: 34.5,37.5 parent: 2 - - uid: 20738 + - uid: 20717 components: - type: Transform pos: 35.5,37.5 parent: 2 - - uid: 20739 + - uid: 20718 components: - type: Transform pos: 36.5,37.5 parent: 2 - - uid: 20740 + - uid: 20719 components: - type: Transform pos: 36.5,36.5 parent: 2 - - uid: 20741 + - uid: 20720 components: - type: Transform pos: 36.5,35.5 parent: 2 - - uid: 20742 + - uid: 20721 components: - type: Transform pos: 36.5,34.5 parent: 2 - - uid: 20743 + - uid: 20722 components: - type: Transform pos: -45.5,-42.5 parent: 2 - - uid: 20744 + - uid: 20723 components: - type: Transform pos: -45.5,-43.5 parent: 2 - - uid: 20745 + - uid: 20724 components: - type: Transform pos: -45.5,-44.5 parent: 2 - - uid: 20746 + - uid: 20725 components: - type: Transform pos: -45.5,-45.5 parent: 2 - - uid: 20747 + - uid: 20726 components: - type: Transform pos: -45.5,-46.5 parent: 2 - - uid: 20748 + - uid: 20727 components: - type: Transform pos: -45.5,-47.5 parent: 2 - - uid: 20749 + - uid: 20728 components: - type: Transform pos: -45.5,-48.5 parent: 2 - - uid: 20750 + - uid: 20729 components: - type: Transform pos: -45.5,-49.5 parent: 2 - - uid: 20751 + - uid: 20730 components: - type: Transform pos: -45.5,-50.5 parent: 2 - - uid: 20752 + - uid: 20731 components: - type: Transform pos: -45.5,-51.5 parent: 2 - - uid: 20753 + - uid: 20732 components: - type: Transform pos: -45.5,-52.5 parent: 2 - - uid: 20754 + - uid: 20733 components: - type: Transform pos: -45.5,-53.5 parent: 2 - - uid: 20755 + - uid: 20734 components: - type: Transform pos: -45.5,-54.5 parent: 2 - - uid: 20756 + - uid: 20735 components: - type: Transform pos: -45.5,-55.5 parent: 2 - - uid: 20757 + - uid: 20736 components: - type: Transform rot: 3.141592653589793 rad pos: 46.5,3.5 parent: 2 - - uid: 20758 + - uid: 20737 components: - type: Transform rot: -1.5707963267948966 rad pos: 27.5,20.5 parent: 2 - - uid: 20759 + - uid: 20738 components: - type: Transform pos: 41.5,-31.5 parent: 2 - - uid: 20760 + - uid: 20739 components: - type: Transform pos: -48.5,-82.5 parent: 2 - - uid: 20761 + - uid: 20740 components: - type: Transform pos: -48.5,-83.5 parent: 2 - - uid: 20762 + - uid: 20741 components: - type: Transform pos: 20.5,-35.5 parent: 2 - - uid: 20763 + - uid: 20742 components: - type: Transform pos: 20.5,-36.5 parent: 2 - - uid: 20764 + - uid: 20743 components: - type: Transform pos: -30.5,-72.5 parent: 2 - - uid: 20765 + - uid: 20744 components: - type: Transform pos: 10.5,18.5 parent: 2 - - uid: 20766 + - uid: 20745 components: - type: Transform pos: 12.5,18.5 parent: 2 - - uid: 20767 + - uid: 20746 components: - type: Transform rot: -1.5707963267948966 rad pos: 59.5,33.5 parent: 2 - - uid: 20768 + - uid: 20747 components: - type: Transform rot: -1.5707963267948966 rad pos: 59.5,32.5 parent: 2 - - uid: 20769 + - uid: 20748 components: - type: Transform rot: 3.141592653589793 rad pos: 59.5,43.5 parent: 2 - - uid: 20770 + - uid: 20749 components: - type: Transform pos: 2.5,51.5 parent: 2 - - uid: 20771 + - uid: 20750 components: - type: Transform pos: -14.5,65.5 parent: 2 - - uid: 20772 + - uid: 20751 components: - type: Transform rot: 3.141592653589793 rad pos: -14.5,67.5 parent: 2 - - uid: 20773 + - uid: 20752 components: - type: Transform rot: -1.5707963267948966 rad pos: 7.5,35.5 parent: 2 - - uid: 20774 + - uid: 20753 components: - type: Transform rot: -1.5707963267948966 rad pos: 8.5,35.5 parent: 2 - - uid: 20775 + - uid: 20754 components: - type: Transform rot: -1.5707963267948966 rad pos: 7.5,29.5 parent: 2 - - uid: 20776 + - uid: 20755 components: - type: Transform rot: -1.5707963267948966 rad pos: 8.5,29.5 parent: 2 - - uid: 20777 + - uid: 20756 components: - type: Transform rot: -1.5707963267948966 rad pos: 68.5,11.5 parent: 2 - - uid: 20778 + - uid: 20757 components: - type: Transform rot: -1.5707963267948966 rad pos: 68.5,10.5 parent: 2 - - uid: 20779 + - uid: 20758 components: - type: Transform rot: -1.5707963267948966 rad pos: 68.5,8.5 parent: 2 - - uid: 20780 + - uid: 20759 components: - type: Transform rot: -1.5707963267948966 rad pos: 68.5,7.5 parent: 2 - - uid: 20781 + - uid: 20760 components: - type: Transform rot: -1.5707963267948966 rad pos: -7.5,28.5 parent: 2 - - uid: 20782 + - uid: 20761 components: - type: Transform rot: -1.5707963267948966 rad pos: -7.5,27.5 parent: 2 - - uid: 20783 + - uid: 20762 components: - type: Transform rot: -1.5707963267948966 rad pos: -33.5,35.5 parent: 2 - - uid: 20784 + - uid: 20763 components: - type: Transform rot: -1.5707963267948966 rad pos: -32.5,35.5 parent: 2 - - uid: 20785 + - uid: 20764 components: - type: Transform rot: -1.5707963267948966 rad pos: -31.5,35.5 parent: 2 - - uid: 20786 + - uid: 20765 components: - type: Transform rot: 1.5707963267948966 rad pos: 46.5,-17.5 parent: 2 - - uid: 20787 + - uid: 20766 components: - type: Transform rot: 1.5707963267948966 rad pos: 45.5,-17.5 parent: 2 - - uid: 20788 + - uid: 20767 components: - type: Transform rot: 3.141592653589793 rad pos: -19.5,44.5 parent: 2 - - uid: 20789 + - uid: 20768 components: - type: Transform pos: 2.5,50.5 parent: 2 - - uid: 20790 + - uid: 20769 components: - type: Transform pos: 2.5,47.5 parent: 2 - - uid: 20791 + - uid: 20770 components: - type: Transform rot: 3.141592653589793 rad pos: 41.5,32.5 parent: 2 - - uid: 20792 + - uid: 20771 components: - type: Transform rot: 3.141592653589793 rad pos: 41.5,31.5 parent: 2 - - uid: 20793 + - uid: 20772 components: - type: Transform rot: 3.141592653589793 rad pos: 41.5,30.5 parent: 2 - - uid: 20794 + - uid: 20773 components: - type: Transform rot: 1.5707963267948966 rad pos: 45.5,40.5 parent: 2 - - uid: 20795 + - uid: 20774 components: - type: Transform rot: 1.5707963267948966 rad pos: 47.5,40.5 parent: 2 - - uid: 20796 + - uid: 20775 components: - type: Transform rot: -1.5707963267948966 rad pos: 41.5,42.5 parent: 2 - - uid: 20797 + - uid: 20776 components: - type: Transform rot: -1.5707963267948966 rad pos: 40.5,42.5 parent: 2 - - uid: 20798 + - uid: 20777 components: - type: Transform rot: -1.5707963267948966 rad pos: 39.5,42.5 parent: 2 - - uid: 20799 + - uid: 20778 components: - type: Transform rot: 3.141592653589793 rad pos: -20.5,65.5 parent: 2 - - uid: 20800 + - uid: 20779 components: - type: Transform pos: -2.5,60.5 parent: 2 - - uid: 20801 + - uid: 20780 components: - type: Transform pos: -0.5,60.5 parent: 2 - - uid: 20802 + - uid: 20781 components: - type: Transform pos: 71.5,39.5 parent: 2 - - uid: 20803 + - uid: 20782 components: - type: Transform pos: 73.5,39.5 parent: 2 - - uid: 20804 + - uid: 20783 components: - type: Transform pos: 73.5,33.5 parent: 2 - - uid: 20805 + - uid: 20784 components: - type: Transform pos: 71.5,33.5 parent: 2 - - uid: 20806 + - uid: 20785 components: - type: Transform pos: 5.5,69.5 parent: 2 - - uid: 20807 + - uid: 20786 components: - type: Transform pos: -8.5,69.5 parent: 2 - - uid: 20808 + - uid: 20787 components: - type: Transform pos: -3.5,42.5 parent: 2 - - uid: 20809 + - uid: 20788 components: - type: Transform pos: 78.5,46.5 parent: 2 - - uid: 20810 + - uid: 20789 components: - type: Transform pos: 79.5,46.5 parent: 2 - - uid: 20811 + - uid: 20790 components: - type: Transform pos: 80.5,46.5 parent: 2 - - uid: 20812 + - uid: 20791 components: - type: Transform pos: 81.5,46.5 parent: 2 - - uid: 20813 + - uid: 20792 components: - type: Transform pos: 82.5,46.5 parent: 2 - - uid: 20814 + - uid: 20793 components: - type: Transform pos: 86.5,46.5 parent: 2 - - uid: 20815 + - uid: 20794 components: - type: Transform pos: 87.5,46.5 parent: 2 - - uid: 20816 + - uid: 20795 components: - type: Transform pos: 88.5,46.5 parent: 2 - - uid: 20817 + - uid: 20796 components: - type: Transform pos: 89.5,46.5 parent: 2 - - uid: 20818 + - uid: 20797 components: - type: Transform pos: 90.5,46.5 parent: 2 - - uid: 20819 + - uid: 20798 components: - type: Transform pos: 93.5,41.5 parent: 2 - - uid: 20820 + - uid: 20799 components: - type: Transform pos: 93.5,40.5 parent: 2 - - uid: 20821 + - uid: 20800 components: - type: Transform pos: 93.5,39.5 parent: 2 - - uid: 20822 + - uid: 20801 components: - type: Transform pos: 93.5,38.5 parent: 2 - - uid: 20823 + - uid: 20802 components: - type: Transform pos: 93.5,37.5 parent: 2 - - uid: 20824 + - uid: 20803 components: - type: Transform pos: 93.5,36.5 parent: 2 - - uid: 20825 + - uid: 20804 components: - type: Transform pos: 93.5,35.5 parent: 2 - - uid: 20826 + - uid: 20805 components: - type: Transform pos: 93.5,34.5 parent: 2 - - uid: 20827 + - uid: 20806 components: - type: Transform pos: 93.5,33.5 parent: 2 - - uid: 20828 + - uid: 20807 components: - type: Transform pos: 93.5,32.5 parent: 2 - - uid: 20829 + - uid: 20808 components: - type: Transform pos: 93.5,31.5 parent: 2 - - uid: 20830 + - uid: 20809 components: - type: Transform pos: 93.5,30.5 parent: 2 - - uid: 20831 + - uid: 20810 components: - type: Transform pos: 90.5,26.5 parent: 2 - - uid: 20832 + - uid: 20811 components: - type: Transform pos: 89.5,26.5 parent: 2 - - uid: 20833 + - uid: 20812 components: - type: Transform pos: 88.5,26.5 parent: 2 - - uid: 20834 + - uid: 20813 components: - type: Transform pos: 87.5,26.5 parent: 2 - - uid: 20835 + - uid: 20814 components: - type: Transform pos: 86.5,26.5 parent: 2 - - uid: 20836 + - uid: 20815 components: - type: Transform pos: 85.5,26.5 parent: 2 - - uid: 20837 + - uid: 20816 components: - type: Transform pos: 81.5,26.5 parent: 2 - - uid: 20838 + - uid: 20817 components: - type: Transform pos: 80.5,26.5 parent: 2 - - uid: 20839 + - uid: 20818 components: - type: Transform pos: 79.5,26.5 parent: 2 - - uid: 20840 + - uid: 20819 components: - type: Transform pos: 78.5,26.5 parent: 2 - - uid: 20841 + - uid: 20820 components: - type: Transform pos: 77.5,26.5 parent: 2 - - uid: 20842 + - uid: 20821 components: - type: Transform pos: 70.5,29.5 parent: 2 - - uid: 20843 + - uid: 20822 components: - type: Transform pos: 71.5,29.5 parent: 2 - - uid: 20844 + - uid: 20823 components: - type: Transform pos: 72.5,29.5 parent: 2 - - uid: 20845 + - uid: 20824 components: - type: Transform pos: 73.5,29.5 parent: 2 - - uid: 20846 + - uid: 20825 components: - type: Transform pos: 74.5,29.5 parent: 2 - - uid: 20847 + - uid: 20826 components: - type: Transform pos: -33.5,40.5 parent: 2 - - uid: 20848 + - uid: 20827 components: - type: Transform pos: -32.5,40.5 parent: 2 - - uid: 20849 + - uid: 20828 components: - type: Transform pos: -32.5,37.5 parent: 2 - - uid: 20850 + - uid: 20829 components: - type: Transform pos: -16.5,55.5 parent: 2 - - uid: 20851 + - uid: 20830 components: - type: Transform pos: -16.5,56.5 parent: 2 - - uid: 20852 + - uid: 20831 components: - type: Transform pos: -14.5,56.5 parent: 2 - - uid: 20853 + - uid: 20832 components: - type: Transform pos: -14.5,55.5 parent: 2 - - uid: 20854 + - uid: 20833 components: - type: Transform pos: -20.5,62.5 parent: 2 - - uid: 20855 + - uid: 20834 components: - type: Transform pos: -14.5,62.5 parent: 2 - - uid: 20856 + - uid: 20835 components: - type: Transform pos: -11.5,69.5 parent: 2 - - uid: 20857 + - uid: 20836 components: - type: Transform pos: -11.5,68.5 parent: 2 - - uid: 20858 + - uid: 20837 components: - type: Transform pos: -11.5,67.5 parent: 2 - - uid: 20859 + - uid: 20838 components: - type: Transform pos: -11.5,73.5 parent: 2 - - uid: 20860 + - uid: 20839 components: - type: Transform pos: -14.5,73.5 parent: 2 - - uid: 20861 + - uid: 20840 components: - type: Transform pos: -20.5,73.5 parent: 2 - - uid: 20862 + - uid: 20841 components: - type: Transform pos: -23.5,73.5 parent: 2 - - uid: 20863 + - uid: 20842 components: - type: Transform pos: -23.5,63.5 parent: 2 - - uid: 20864 + - uid: 20843 components: - type: Transform pos: -23.5,62.5 parent: 2 - - uid: 20865 + - uid: 20844 components: - type: Transform pos: -23.5,61.5 parent: 2 - - uid: 20866 + - uid: 20845 components: - type: Transform rot: 1.5707963267948966 rad pos: 39.5,52.5 parent: 2 - - uid: 20867 + - uid: 20846 components: - type: Transform rot: 3.141592653589793 rad pos: -11.5,51.5 parent: 2 - - uid: 20868 + - uid: 20847 components: - type: Transform rot: 3.141592653589793 rad pos: -11.5,53.5 parent: 2 - - uid: 20869 + - uid: 20848 components: - type: Transform rot: 3.141592653589793 rad pos: -5.5,47.5 parent: 2 - - uid: 20870 + - uid: 20849 components: - type: Transform rot: 3.141592653589793 rad pos: -3.5,47.5 parent: 2 - - uid: 20871 + - uid: 20850 components: - type: Transform rot: 3.141592653589793 rad pos: -5.5,57.5 parent: 2 - - uid: 20872 + - uid: 20851 components: - type: Transform rot: 3.141592653589793 rad pos: -7.5,57.5 parent: 2 - - uid: 20873 + - uid: 20852 components: - type: Transform rot: 3.141592653589793 rad pos: -20.5,67.5 parent: 2 - - uid: 20874 + - uid: 20853 components: - type: Transform rot: -1.5707963267948966 rad pos: -26.5,54.5 parent: 2 - - uid: 20875 + - uid: 20854 components: - type: Transform rot: -1.5707963267948966 rad pos: -26.5,53.5 parent: 2 - - uid: 20876 + - uid: 20855 components: - type: Transform pos: 46.5,43.5 parent: 2 - - uid: 20877 + - uid: 20856 components: - type: Transform rot: -1.5707963267948966 rad pos: -16.5,-88.5 parent: 2 - - uid: 20878 + - uid: 20857 components: - type: Transform rot: -1.5707963267948966 rad pos: -2.5,-82.5 parent: 2 - - uid: 20879 + - uid: 20858 components: - type: Transform rot: -1.5707963267948966 rad pos: -0.5,-82.5 parent: 2 - - uid: 20880 + - uid: 20859 components: - type: Transform pos: -26.5,-97.5 parent: 2 - - uid: 20881 + - uid: 20860 components: - type: Transform pos: -18.5,-97.5 parent: 2 - - uid: 20882 + - uid: 20861 components: - type: Transform pos: -21.5,-94.5 parent: 2 - - uid: 20883 + - uid: 20862 components: - type: Transform pos: -22.5,-94.5 parent: 2 - - uid: 20884 + - uid: 20863 components: - type: Transform pos: -23.5,-94.5 parent: 2 - - uid: 20885 + - uid: 20864 components: - type: Transform pos: -3.5,-97.5 parent: 2 - - uid: 20886 + - uid: 20865 components: - type: Transform pos: -3.5,-98.5 parent: 2 - - uid: 20887 + - uid: 20866 components: - type: Transform pos: -5.5,-101.5 parent: 2 - - uid: 20888 + - uid: 20867 components: - type: Transform pos: -6.5,-101.5 parent: 2 - - uid: 20889 + - uid: 20868 components: - type: Transform pos: -8.5,-101.5 parent: 2 - - uid: 20890 + - uid: 20869 components: - type: Transform pos: -9.5,-101.5 parent: 2 - - uid: 20891 + - uid: 20870 components: - type: Transform rot: 3.141592653589793 rad pos: -44.5,-89.5 parent: 2 - - uid: 20892 + - uid: 20871 components: - type: Transform rot: 3.141592653589793 rad pos: -44.5,-90.5 parent: 2 - - uid: 20893 + - uid: 20872 components: - type: Transform pos: -36.5,-100.5 parent: 2 - - uid: 20894 + - uid: 20873 components: - type: Transform pos: -21.5,-101.5 parent: 2 - - uid: 20895 + - uid: 20874 components: - type: Transform pos: -34.5,-100.5 parent: 2 - - uid: 20896 + - uid: 20875 components: - type: Transform rot: 1.5707963267948966 rad pos: -39.5,-89.5 parent: 2 - - uid: 20897 + - uid: 20876 components: - type: Transform rot: 1.5707963267948966 rad pos: -39.5,-90.5 parent: 2 - - uid: 20898 + - uid: 20877 components: - type: Transform rot: 1.5707963267948966 rad pos: -44.5,-95.5 parent: 2 - - uid: 20899 + - uid: 20878 components: - type: Transform rot: 1.5707963267948966 rad pos: -44.5,-96.5 parent: 2 - - uid: 20900 + - uid: 20879 components: - type: Transform rot: 1.5707963267948966 rad pos: -42.5,-98.5 parent: 2 - - uid: 20901 + - uid: 20880 components: - type: Transform rot: 1.5707963267948966 rad pos: -41.5,-98.5 parent: 2 - - uid: 20902 + - uid: 20881 components: - type: Transform pos: -23.5,-101.5 parent: 2 - - uid: 20903 + - uid: 20882 components: - type: Transform pos: -22.5,-101.5 parent: 2 - - uid: 20904 + - uid: 20883 components: - type: Transform rot: 3.141592653589793 rad pos: -73.5,-27.5 parent: 2 - - uid: 20905 + - uid: 20884 components: - type: Transform pos: 78.5,-38.5 parent: 2 - - uid: 20906 + - uid: 20885 components: - type: Transform pos: 76.5,-35.5 parent: 2 - - uid: 20907 + - uid: 20886 components: - type: Transform pos: 77.5,-35.5 parent: 2 - - uid: 20908 + - uid: 20887 components: - type: Transform pos: 78.5,-35.5 parent: 2 - - uid: 20909 + - uid: 20888 components: - type: Transform pos: 79.5,-35.5 parent: 2 - - uid: 20910 + - uid: 20889 components: - type: Transform pos: 77.5,-32.5 parent: 2 - - uid: 20911 + - uid: 20890 components: - type: Transform pos: 78.5,-32.5 parent: 2 - - uid: 20912 + - uid: 20891 components: - type: Transform pos: 78.5,-44.5 parent: 2 - - uid: 20913 + - uid: 20892 components: - type: Transform pos: 78.5,-45.5 parent: 2 - - uid: 20914 + - uid: 20893 components: - type: Transform pos: 69.5,-42.5 parent: 2 - - uid: 20915 + - uid: 20894 components: - type: Transform pos: 70.5,-42.5 parent: 2 - - uid: 20916 + - uid: 20895 components: - type: Transform rot: -1.5707963267948966 rad pos: 72.5,-50.5 parent: 2 - - uid: 20917 + - uid: 20896 components: - type: Transform pos: 63.5,-61.5 parent: 2 - - uid: 20918 + - uid: 20897 components: - type: Transform pos: 62.5,-61.5 parent: 2 - - uid: 20919 + - uid: 20898 components: - type: Transform pos: 61.5,-61.5 parent: 2 - - uid: 20920 + - uid: 20899 components: - type: Transform pos: 52.5,-61.5 parent: 2 - - uid: 20921 + - uid: 20900 components: - type: Transform pos: 50.5,-64.5 parent: 2 - - uid: 20922 + - uid: 20901 components: - type: Transform pos: 3.5,-28.5 parent: 2 - - uid: 20923 + - uid: 20902 components: - type: Transform pos: 1.5,-30.5 parent: 2 - - uid: 20924 + - uid: 20903 components: - type: Transform pos: 61.5,-70.5 parent: 2 - - uid: 20925 + - uid: 20904 components: - type: Transform pos: 5.5,-28.5 parent: 2 - - uid: 20926 + - uid: 20905 components: - type: Transform pos: 1.5,-31.5 parent: 2 - - uid: 20927 + - uid: 20906 components: - type: Transform pos: 9.5,-31.5 parent: 2 - - uid: 20928 + - uid: 20907 components: - type: Transform pos: 9.5,-34.5 parent: 2 - - uid: 20929 + - uid: 20908 components: - type: Transform rot: -1.5707963267948966 rad pos: 69.5,-36.5 parent: 2 - - uid: 20930 + - uid: 20909 components: - type: Transform rot: -1.5707963267948966 rad pos: 69.5,-38.5 parent: 2 - - uid: 20931 + - uid: 20910 components: - type: Transform rot: 3.141592653589793 rad pos: 68.5,-39.5 parent: 2 - - uid: 20932 + - uid: 20911 components: - type: Transform rot: 3.141592653589793 rad pos: 66.5,-39.5 parent: 2 - - uid: 20933 + - uid: 20912 components: - type: Transform rot: 3.141592653589793 rad pos: 73.5,-30.5 parent: 2 - - uid: 20934 + - uid: 20913 components: - type: Transform rot: 3.141592653589793 rad pos: 71.5,-27.5 parent: 2 - - uid: 20935 + - uid: 20914 components: - type: Transform rot: 3.141592653589793 rad pos: 73.5,-27.5 parent: 2 - - uid: 20936 + - uid: 20915 components: - type: Transform rot: 1.5707963267948966 rad pos: -58.5,-60.5 parent: 2 - - uid: 20937 + - uid: 20916 components: - type: Transform rot: 1.5707963267948966 rad pos: -54.5,-57.5 parent: 2 - - uid: 20938 + - uid: 20917 components: - type: Transform rot: 1.5707963267948966 rad pos: -52.5,-60.5 parent: 2 - - uid: 20939 + - uid: 20918 components: - type: Transform rot: 3.141592653589793 rad pos: 31.5,-33.5 parent: 2 - - uid: 20940 + - uid: 20919 components: - type: Transform rot: 3.141592653589793 rad pos: 19.5,-33.5 parent: 2 - - uid: 20941 + - uid: 20920 components: - type: Transform pos: 60.5,-70.5 parent: 2 - - uid: 20942 + - uid: 20921 components: - type: Transform pos: 2.5,-36.5 parent: 2 - - uid: 20943 + - uid: 20922 components: - type: Transform pos: 51.5,-68.5 parent: 2 - - uid: 20944 + - uid: 20923 components: - type: Transform pos: 50.5,-68.5 parent: 2 - - uid: 20945 + - uid: 20924 components: - type: Transform rot: -1.5707963267948966 rad pos: 43.5,-44.5 parent: 2 - - uid: 20946 + - uid: 20925 components: - type: Transform rot: -1.5707963267948966 rad pos: 44.5,-44.5 parent: 2 - - uid: 20947 + - uid: 20926 components: - type: Transform rot: -1.5707963267948966 rad pos: 16.5,38.5 parent: 2 - - uid: 20948 + - uid: 20927 components: - type: Transform rot: -1.5707963267948966 rad pos: 18.5,37.5 parent: 2 - - uid: 20949 + - uid: 20928 components: - type: Transform rot: -1.5707963267948966 rad pos: 14.5,37.5 parent: 2 - - uid: 20950 + - uid: 20929 components: - type: Transform pos: 62.5,-70.5 parent: 2 - - uid: 20951 + - uid: 20930 components: - type: Transform pos: 71.5,-64.5 parent: 2 - - uid: 20952 + - uid: 20931 components: - type: Transform rot: -1.5707963267948966 rad pos: 54.5,-68.5 parent: 2 - - uid: 20953 + - uid: 20932 components: - type: Transform rot: -1.5707963267948966 rad pos: 55.5,-68.5 parent: 2 - - uid: 20954 + - uid: 20933 components: - type: Transform rot: -1.5707963267948966 rad pos: 56.5,-68.5 parent: 2 - - uid: 20955 + - uid: 20934 components: - type: Transform pos: 54.5,-25.5 parent: 2 - - uid: 20956 + - uid: 20935 components: - type: Transform pos: 56.5,-25.5 parent: 2 - - uid: 20957 + - uid: 20936 components: - type: Transform pos: 58.5,-25.5 parent: 2 - - uid: 20958 + - uid: 20937 components: - type: Transform pos: 68.5,-57.5 parent: 2 - - uid: 20959 + - uid: 20938 components: - type: Transform pos: 71.5,-54.5 parent: 2 - - uid: 20960 + - uid: 20939 components: - type: Transform pos: 70.5,-54.5 parent: 2 - - uid: 20961 + - uid: 20940 components: - type: Transform pos: -12.5,43.5 parent: 2 - - uid: 20962 + - uid: 20941 components: - type: Transform pos: -8.5,43.5 parent: 2 - - uid: 20963 + - uid: 20942 components: - type: Transform pos: 73.5,46.5 parent: 2 - - uid: 20964 + - uid: 20943 components: - type: Transform pos: 72.5,46.5 parent: 2 - - uid: 20965 + - uid: 20944 components: - type: Transform rot: -1.5707963267948966 rad pos: 70.5,-50.5 parent: 2 - - uid: 20966 + - uid: 20945 components: - type: Transform rot: -1.5707963267948966 rad pos: -25.5,-18.5 parent: 2 - - uid: 20967 + - uid: 20946 components: - type: Transform pos: 36.5,18.5 parent: 2 - - uid: 20968 + - uid: 20947 components: - type: Transform pos: 35.5,18.5 parent: 2 - - uid: 20969 + - uid: 20948 components: - type: Transform pos: 34.5,18.5 parent: 2 - - uid: 20970 + - uid: 20949 components: - type: Transform rot: 3.141592653589793 rad pos: 71.5,-30.5 parent: 2 - - uid: 20971 + - uid: 20950 components: - type: Transform rot: 1.5707963267948966 rad pos: -49.5,-87.5 parent: 2 - - uid: 20972 + - uid: 20951 components: - type: Transform pos: -31.5,72.5 parent: 2 - - uid: 20973 + - uid: 20952 components: - type: Transform pos: -30.5,72.5 parent: 2 - - uid: 20974 + - uid: 20953 components: - type: Transform pos: -29.5,72.5 parent: 2 - - uid: 20975 + - uid: 20954 components: - type: Transform pos: -28.5,72.5 parent: 2 - - uid: 20976 + - uid: 20955 components: - type: Transform pos: -27.5,72.5 parent: 2 - - uid: 20977 + - uid: 20956 components: - type: Transform pos: -26.5,72.5 parent: 2 - - uid: 20978 + - uid: 20957 components: - type: Transform pos: -40.5,-62.5 parent: 2 - - uid: 20979 + - uid: 20958 components: - type: Transform pos: -41.5,-62.5 parent: 2 - - uid: 20980 + - uid: 20959 components: - type: Transform pos: -47.5,-34.5 parent: 2 - - uid: 20981 + - uid: 20960 components: - type: Transform pos: -47.5,-35.5 parent: 2 - - uid: 20982 + - uid: 20961 components: - type: Transform pos: 46.5,-78.5 parent: 2 - - uid: 20983 + - uid: 20962 components: - type: Transform pos: 46.5,-77.5 parent: 2 - - uid: 20984 + - uid: 20963 components: - type: Transform pos: 46.5,-79.5 parent: 2 - - uid: 20985 + - uid: 20964 components: - type: Transform rot: 3.141592653589793 rad pos: 24.5,-80.5 parent: 2 - - uid: 20986 + - uid: 20965 components: - type: Transform rot: 3.141592653589793 rad pos: 28.5,-89.5 parent: 2 - - uid: 20987 + - uid: 20966 components: - type: Transform rot: 3.141592653589793 rad pos: 25.5,-75.5 parent: 2 - - uid: 20988 + - uid: 20967 components: - type: Transform rot: 3.141592653589793 rad pos: 26.5,-75.5 parent: 2 - - uid: 20989 + - uid: 20968 components: - type: Transform rot: 3.141592653589793 rad pos: 28.5,-90.5 parent: 2 - - uid: 20990 + - uid: 20969 components: - type: Transform rot: 3.141592653589793 rad pos: 14.5,-78.5 parent: 2 - - uid: 20991 + - uid: 20970 components: - type: Transform rot: 3.141592653589793 rad pos: 13.5,-78.5 parent: 2 - - uid: 20992 + - uid: 20971 components: - type: Transform rot: 3.141592653589793 rad pos: 25.5,-86.5 parent: 2 - - uid: 20993 + - uid: 20972 components: - type: Transform rot: 3.141592653589793 rad pos: 25.5,-67.5 parent: 2 - - uid: 20994 + - uid: 20973 components: - type: Transform rot: 1.5707963267948966 rad pos: 37.5,-74.5 parent: 2 - - uid: 20995 + - uid: 20974 components: - type: Transform rot: 3.141592653589793 rad pos: 26.5,-67.5 parent: 2 - - uid: 20996 + - uid: 20975 components: - type: Transform rot: 3.141592653589793 rad pos: 17.5,-78.5 parent: 2 - - uid: 20997 + - uid: 20976 components: - type: Transform rot: 3.141592653589793 rad pos: 16.5,-78.5 parent: 2 - - uid: 20998 + - uid: 20977 components: - type: Transform rot: 3.141592653589793 rad pos: 14.5,-88.5 parent: 2 - - uid: 20999 + - uid: 20978 components: - type: Transform rot: 3.141592653589793 rad pos: 13.5,-88.5 parent: 2 - - uid: 21000 + - uid: 20979 components: - type: Transform rot: 3.141592653589793 rad pos: 17.5,-88.5 parent: 2 - - uid: 21001 + - uid: 20980 components: - type: Transform rot: 3.141592653589793 rad pos: 16.5,-88.5 parent: 2 - - uid: 21002 + - uid: 20981 components: - type: Transform rot: 3.141592653589793 rad pos: 24.5,-86.5 parent: 2 - - uid: 21003 + - uid: 20982 components: - type: Transform rot: 3.141592653589793 rad pos: 51.5,-72.5 parent: 2 - - uid: 21004 + - uid: 20983 components: - type: Transform rot: 3.141592653589793 rad pos: 51.5,-71.5 parent: 2 - - uid: 21005 + - uid: 20984 components: - type: Transform pos: 9.5,-18.5 parent: 2 - - uid: 21006 + - uid: 20985 components: - type: Transform rot: 3.141592653589793 rad pos: 6.5,-22.5 parent: 2 - - uid: 21007 + - uid: 20986 components: - type: Transform rot: 3.141592653589793 rad pos: 6.5,-23.5 parent: 2 - - uid: 21008 + - uid: 20987 components: - type: Transform pos: 45.5,9.5 parent: 2 - - uid: 21009 + - uid: 20988 components: - type: Transform pos: 48.5,7.5 parent: 2 - - uid: 21010 + - uid: 20989 components: - type: Transform rot: -1.5707963267948966 rad pos: 1.5,-74.5 parent: 2 - - uid: 21011 + - uid: 20990 components: - type: Transform pos: -76.5,-25.5 parent: 2 - - uid: 21012 + - uid: 20991 components: - type: Transform pos: -76.5,-12.5 parent: 2 - - uid: 21013 + - uid: 20992 components: - type: Transform rot: -1.5707963267948966 rad pos: 31.5,35.5 parent: 2 - - uid: 21014 + - uid: 20993 components: - type: Transform rot: -1.5707963267948966 rad pos: 30.5,35.5 parent: 2 - - uid: 21015 + - uid: 20994 components: - type: Transform rot: -1.5707963267948966 rad pos: 29.5,35.5 parent: 2 - - uid: 21016 + - uid: 20995 components: - type: Transform rot: -1.5707963267948966 rad pos: 28.5,35.5 parent: 2 - - uid: 21017 + - uid: 20996 components: - type: Transform rot: -1.5707963267948966 rad pos: 27.5,35.5 parent: 2 - - uid: 21018 + - uid: 20997 components: - type: Transform pos: 67.5,-32.5 parent: 2 - - uid: 21019 + - uid: 20998 components: - type: Transform rot: 1.5707963267948966 rad pos: -77.5,-51.5 parent: 2 - - uid: 21020 + - uid: 20999 components: - type: Transform rot: 1.5707963267948966 rad pos: 38.5,-74.5 parent: 2 - - uid: 21021 + - uid: 21000 components: - type: Transform rot: 1.5707963267948966 rad pos: 39.5,-74.5 parent: 2 - - uid: 21022 + - uid: 21001 components: - type: Transform rot: 1.5707963267948966 rad pos: 40.5,-74.5 parent: 2 - - uid: 21023 + - uid: 21002 components: - type: Transform rot: 1.5707963267948966 rad pos: -80.5,-54.5 parent: 2 - - uid: 21024 + - uid: 21003 components: - type: Transform rot: 1.5707963267948966 rad pos: -8.5,13.5 parent: 2 - - uid: 21025 + - uid: 21004 components: - type: Transform rot: 1.5707963267948966 rad pos: -78.5,-56.5 parent: 2 - - uid: 21026 + - uid: 21005 components: - type: Transform pos: -72.5,-50.5 parent: 2 - - uid: 21027 + - uid: 21006 components: - type: Transform rot: 1.5707963267948966 rad pos: -77.5,-56.5 parent: 2 - - uid: 21028 + - uid: 21007 components: - type: Transform rot: 1.5707963267948966 rad pos: -80.5,-53.5 parent: 2 - - uid: 21029 + - uid: 21008 components: - type: Transform rot: 1.5707963267948966 rad pos: -78.5,-51.5 parent: 2 - - uid: 21030 + - uid: 21009 components: - type: Transform rot: -1.5707963267948966 rad pos: -72.5,-57.5 parent: 2 - - uid: 21031 + - uid: 21010 components: - type: Transform rot: -1.5707963267948966 rad pos: -74.5,-40.5 parent: 2 - - uid: 21032 + - uid: 21011 components: - type: Transform pos: -70.5,-47.5 parent: 2 - - uid: 21033 + - uid: 21012 components: - type: Transform pos: -69.5,-47.5 parent: 2 - - uid: 21034 + - uid: 21013 components: - type: Transform pos: -68.5,-47.5 parent: 2 - - uid: 21035 + - uid: 21014 components: - type: Transform pos: -64.5,-43.5 parent: 2 - - uid: 21036 + - uid: 21015 components: - type: Transform pos: -82.5,-28.5 parent: 2 - - uid: 21037 + - uid: 21016 components: - type: Transform pos: -82.5,-29.5 parent: 2 - - uid: 21038 + - uid: 21017 components: - type: Transform pos: -82.5,-30.5 parent: 2 - - uid: 21039 + - uid: 21018 components: - type: Transform pos: -82.5,-31.5 parent: 2 - - uid: 21040 + - uid: 21019 components: - type: Transform pos: -82.5,-32.5 parent: 2 - - uid: 21041 + - uid: 21020 components: - type: Transform pos: -82.5,-33.5 parent: 2 - - uid: 21042 + - uid: 21021 components: - type: Transform pos: -82.5,-34.5 parent: 2 - - uid: 21043 + - uid: 21022 components: - type: Transform pos: -82.5,-35.5 parent: 2 - - uid: 21044 + - uid: 21023 components: - type: Transform pos: -82.5,-36.5 parent: 2 - - uid: 21045 + - uid: 21024 components: - type: Transform pos: -82.5,-37.5 parent: 2 - - uid: 21046 + - uid: 21025 components: - type: Transform pos: -82.5,-38.5 parent: 2 - - uid: 21047 + - uid: 21026 components: - type: Transform pos: -82.5,-39.5 parent: 2 - - uid: 21048 + - uid: 21027 components: - type: Transform pos: -82.5,-40.5 parent: 2 - - uid: 21049 + - uid: 21028 components: - type: Transform pos: -82.5,-41.5 parent: 2 - - uid: 21050 + - uid: 21029 components: - type: Transform pos: -82.5,-42.5 parent: 2 - - uid: 21051 + - uid: 21030 components: - type: Transform pos: -82.5,-43.5 parent: 2 - - uid: 21052 + - uid: 21031 components: - type: Transform pos: -82.5,-44.5 parent: 2 - - uid: 21053 + - uid: 21032 components: - type: Transform pos: -82.5,-45.5 parent: 2 - - uid: 21054 + - uid: 21033 components: - type: Transform pos: -82.5,-46.5 parent: 2 - - uid: 21055 + - uid: 21034 components: - type: Transform pos: -82.5,-47.5 parent: 2 - - uid: 21056 + - uid: 21035 components: - type: Transform pos: -82.5,-48.5 parent: 2 - - uid: 21057 + - uid: 21036 components: - type: Transform pos: -82.5,-27.5 parent: 2 - - uid: 21058 + - uid: 21037 components: - type: Transform pos: -82.5,-26.5 parent: 2 - - uid: 21059 + - uid: 21038 components: - type: Transform pos: -81.5,-26.5 parent: 2 - - uid: 21060 + - uid: 21039 components: - type: Transform rot: 1.5707963267948966 rad pos: -15.5,9.5 parent: 2 - - uid: 21061 + - uid: 21040 components: - type: Transform pos: -51.5,-13.5 parent: 2 - - uid: 21062 + - uid: 21041 components: - type: Transform rot: 1.5707963267948966 rad pos: -14.5,9.5 parent: 2 - - uid: 21063 + - uid: 21042 components: - type: Transform rot: 3.141592653589793 rad pos: -61.5,-44.5 parent: 2 - - uid: 21064 + - uid: 21043 components: - type: Transform rot: 1.5707963267948966 rad pos: -13.5,9.5 parent: 2 - - uid: 21065 + - uid: 21044 components: - type: Transform pos: -60.5,-38.5 parent: 2 - - uid: 21066 + - uid: 21045 components: - type: Transform rot: -1.5707963267948966 rad pos: -46.5,-38.5 parent: 2 - - uid: 21067 + - uid: 21046 components: - type: Transform pos: -52.5,-38.5 parent: 2 - - uid: 21068 + - uid: 21047 components: - type: Transform rot: 3.141592653589793 rad pos: -78.5,-45.5 parent: 2 - - uid: 21069 + - uid: 21048 components: - type: Transform pos: -42.5,-37.5 parent: 2 - - uid: 21070 + - uid: 21049 components: - type: Transform rot: -1.5707963267948966 rad pos: -53.5,-31.5 parent: 2 - - uid: 21071 + - uid: 21050 components: - type: Transform rot: -1.5707963267948966 rad pos: -53.5,-32.5 parent: 2 - - uid: 21072 + - uid: 21051 components: - type: Transform rot: 3.141592653589793 rad pos: 20.5,-34.5 parent: 2 - - uid: 21073 + - uid: 21052 components: - type: Transform rot: -1.5707963267948966 rad pos: 2.5,-3.5 parent: 2 - - uid: 21074 + - uid: 21053 components: - type: Transform rot: -1.5707963267948966 rad pos: 1.5,-3.5 parent: 2 - - uid: 21075 + - uid: 21054 components: - type: Transform pos: 3.5,-3.5 parent: 2 - - uid: 21076 + - uid: 21055 components: - type: Transform rot: -1.5707963267948966 rad pos: 23.5,-40.5 parent: 2 - - uid: 21077 + - uid: 21056 components: - type: Transform rot: -1.5707963267948966 rad pos: 24.5,-40.5 parent: 2 - - uid: 21078 + - uid: 21057 components: - type: Transform rot: -1.5707963267948966 rad pos: 26.5,-40.5 parent: 2 - - uid: 21079 + - uid: 21058 components: - type: Transform rot: -1.5707963267948966 rad pos: 27.5,-40.5 parent: 2 - - uid: 21080 + - uid: 21059 components: - type: Transform pos: 8.5,27.5 parent: 2 - - uid: 21081 + - uid: 21060 components: - type: Transform pos: 10.5,29.5 parent: 2 - - uid: 21082 + - uid: 21061 components: - type: Transform pos: 10.5,27.5 parent: 2 - - uid: 21083 + - uid: 21062 components: - type: Transform pos: 9.5,27.5 parent: 2 - - uid: 21084 + - uid: 21063 components: - type: Transform rot: -1.5707963267948966 rad pos: 54.5,-40.5 parent: 2 - - uid: 21085 + - uid: 21064 components: - type: Transform rot: -1.5707963267948966 rad pos: 54.5,-42.5 parent: 2 - - uid: 21086 + - uid: 21065 components: - type: Transform pos: -29.5,-63.5 parent: 2 - - uid: 21087 + - uid: 21066 components: - type: Transform rot: -1.5707963267948966 rad pos: -6.5,-13.5 parent: 2 - - uid: 21088 + - uid: 21067 components: - type: Transform rot: 3.141592653589793 rad pos: -21.5,-91.5 parent: 2 - - uid: 21089 + - uid: 21068 components: - type: Transform rot: 3.141592653589793 rad pos: -23.5,-91.5 parent: 2 - - uid: 21090 + - uid: 21069 components: - type: Transform rot: 1.5707963267948966 rad pos: -38.5,17.5 parent: 2 - - uid: 21091 + - uid: 21070 components: - type: Transform rot: 3.141592653589793 rad pos: -27.5,-90.5 parent: 2 - - uid: 21092 + - uid: 21071 components: - type: Transform rot: -1.5707963267948966 rad pos: 55.5,62.5 parent: 2 - - uid: 21093 + - uid: 21072 components: - type: Transform rot: -1.5707963267948966 rad pos: 54.5,62.5 parent: 2 - - uid: 21094 + - uid: 21073 components: - type: Transform rot: -1.5707963267948966 rad pos: 53.5,62.5 parent: 2 - - uid: 21095 + - uid: 21074 components: - type: Transform rot: -1.5707963267948966 rad pos: 49.5,58.5 parent: 2 - - uid: 21096 + - uid: 21075 components: - type: Transform rot: -1.5707963267948966 rad pos: 49.5,57.5 parent: 2 - - uid: 21097 + - uid: 21076 components: - type: Transform rot: -1.5707963267948966 rad pos: 49.5,56.5 parent: 2 - - uid: 21098 + - uid: 21077 components: - type: Transform rot: -1.5707963267948966 rad pos: 59.5,58.5 parent: 2 - - uid: 21099 + - uid: 21078 components: - type: Transform rot: -1.5707963267948966 rad pos: 59.5,57.5 parent: 2 - - uid: 21100 + - uid: 21079 components: - type: Transform rot: -1.5707963267948966 rad pos: 59.5,56.5 parent: 2 - - uid: 21101 + - uid: 21080 components: - type: Transform rot: 3.141592653589793 rad pos: -22.5,-91.5 parent: 2 - - uid: 21102 + - uid: 21081 components: - type: Transform rot: 3.141592653589793 rad pos: 39.5,67.5 parent: 2 - - uid: 21103 + - uid: 21082 components: - type: Transform rot: 3.141592653589793 rad pos: 35.5,63.5 parent: 2 - - uid: 21104 + - uid: 21083 components: - type: Transform rot: 3.141592653589793 rad pos: 43.5,63.5 parent: 2 - - uid: 21105 + - uid: 21084 components: - type: Transform rot: 3.141592653589793 rad pos: 78.5,-43.5 parent: 2 - - uid: 21106 + - uid: 21085 components: - type: Transform rot: 3.141592653589793 rad pos: 78.5,-47.5 parent: 2 - - uid: 21107 + - uid: 21086 components: - type: Transform rot: 1.5707963267948966 rad pos: -37.5,17.5 parent: 2 - - uid: 21108 + - uid: 21087 components: - type: Transform rot: 3.141592653589793 rad pos: -57.5,-87.5 parent: 2 - - uid: 21109 + - uid: 21088 components: - type: Transform rot: 1.5707963267948966 rad pos: -64.5,-53.5 parent: 2 - - uid: 21110 + - uid: 21089 components: - type: Transform rot: 1.5707963267948966 rad pos: -64.5,-54.5 parent: 2 - - uid: 21111 + - uid: 21090 components: - type: Transform rot: 1.5707963267948966 rad pos: -64.5,-52.5 parent: 2 - - uid: 21112 + - uid: 21091 components: - type: Transform rot: 1.5707963267948966 rad pos: -64.5,-55.5 parent: 2 - - uid: 21113 + - uid: 21092 components: - type: Transform rot: 1.5707963267948966 rad pos: -51.5,-85.5 parent: 2 - - uid: 21114 + - uid: 21093 components: - type: Transform rot: 1.5707963267948966 rad pos: -51.5,-89.5 parent: 2 - - uid: 21115 + - uid: 21094 components: - type: Transform rot: 1.5707963267948966 rad pos: -6.5,-17.5 parent: 2 - - uid: 21116 + - uid: 21095 components: - type: Transform rot: 1.5707963267948966 rad pos: -6.5,-19.5 parent: 2 - - uid: 21117 + - uid: 21096 components: - type: Transform pos: -27.5,-20.5 parent: 2 - - uid: 21118 + - uid: 21097 components: - type: Transform rot: 1.5707963267948966 rad pos: -21.5,19.5 parent: 2 - - uid: 21119 + - uid: 21098 components: - type: Transform rot: 1.5707963267948966 rad pos: -21.5,18.5 parent: 2 - - uid: 21120 + - uid: 21099 components: - type: Transform rot: 1.5707963267948966 rad pos: 10.5,-40.5 parent: 2 + - uid: 21100 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-51.5 + parent: 2 + - uid: 21101 + components: + - type: Transform + pos: -0.5,-55.5 + parent: 2 + - uid: 21102 + components: + - type: Transform + pos: 4.5,-54.5 + parent: 2 + - uid: 21103 + components: + - type: Transform + pos: 6.5,-54.5 + parent: 2 + - uid: 21104 + components: + - type: Transform + pos: -6.5,-65.5 + parent: 2 - proto: GrilleBroken entities: - - uid: 21121 + - uid: 21105 components: - type: Transform rot: 3.141592653589793 rad pos: -2.5,-71.5 parent: 2 - - uid: 21122 + - uid: 21106 components: - type: Transform pos: -2.5,-71.5 parent: 2 - - uid: 21123 + - uid: 21107 components: - type: Transform rot: -1.5707963267948966 rad pos: -54.5,-83.5 parent: 2 - - uid: 21124 + - uid: 21108 components: - type: Transform rot: 1.5707963267948966 rad pos: -54.5,-83.5 parent: 2 - - uid: 21125 + - uid: 21109 components: - type: Transform rot: -1.5707963267948966 rad pos: 2.5,49.5 parent: 2 - - uid: 21126 + - uid: 21110 components: - type: Transform rot: 1.5707963267948966 rad pos: 2.5,49.5 parent: 2 - - uid: 21127 + - uid: 21111 components: - type: Transform rot: 3.141592653589793 rad pos: 2.5,48.5 parent: 2 - - uid: 21128 + - uid: 21112 components: - type: Transform pos: 2.5,48.5 parent: 2 - proto: GrilleDiagonal entities: - - uid: 21129 + - uid: 21113 components: - type: Transform rot: 3.141592653589793 rad pos: -1.5,-36.5 parent: 2 - - uid: 21130 + - uid: 21114 components: - type: Transform rot: -1.5707963267948966 rad pos: -1.5,-30.5 parent: 2 - - uid: 21131 + - uid: 21115 components: - type: Transform pos: -50.5,-88.5 parent: 2 - - uid: 21132 + - uid: 21116 components: - type: Transform rot: -1.5707963267948966 rad pos: 59.5,59.5 parent: 2 - - uid: 21133 + - uid: 21117 components: - type: Transform rot: 3.141592653589793 rad pos: 59.5,55.5 parent: 2 - - uid: 21134 + - uid: 21118 components: - type: Transform pos: 49.5,59.5 parent: 2 - - uid: 21135 + - uid: 21119 components: - type: Transform rot: -1.5707963267948966 rad pos: -1.5,-30.5 parent: 2 - - uid: 21136 + - uid: 21120 components: - type: Transform rot: 1.5707963267948966 rad pos: -27.5,-91.5 parent: 2 - - uid: 21137 + - uid: 21121 components: - type: Transform rot: 3.141592653589793 rad pos: -18.5,-91.5 parent: 2 - - uid: 21138 + - uid: 21122 components: - type: Transform rot: 3.141592653589793 rad pos: 18.5,-88.5 parent: 2 - - uid: 21139 + - uid: 21123 components: - type: Transform rot: -1.5707963267948966 rad pos: 18.5,-78.5 parent: 2 - - uid: 21140 + - uid: 21124 components: - type: Transform rot: 1.5707963267948966 rad pos: 12.5,-88.5 parent: 2 - - uid: 21141 + - uid: 21125 components: - type: Transform pos: 12.5,-78.5 parent: 2 - - uid: 21142 + - uid: 21126 components: - type: Transform rot: -1.5707963267948966 rad pos: 78.5,-42.5 parent: 2 - - uid: 21143 + - uid: 21127 components: - type: Transform rot: 3.141592653589793 rad pos: -1.5,-36.5 parent: 2 - - uid: 21144 + - uid: 21128 components: - type: Transform rot: 3.141592653589793 rad pos: -50.5,-89.5 parent: 2 - - uid: 21145 + - uid: 21129 components: - type: Transform rot: 3.141592653589793 rad pos: -49.5,-88.5 parent: 2 - - uid: 21146 + - uid: 21130 components: - type: Transform rot: -1.5707963267948966 rad pos: -49.5,-86.5 parent: 2 - - uid: 21147 + - uid: 21131 components: - type: Transform rot: 1.5707963267948966 rad pos: -50.5,-86.5 parent: 2 - - uid: 21148 + - uid: 21132 components: - type: Transform rot: -1.5707963267948966 rad pos: -50.5,-85.5 parent: 2 - - uid: 21149 + - uid: 21133 components: - type: Transform rot: 1.5707963267948966 rad pos: 49.5,55.5 parent: 2 - - uid: 21150 + - uid: 21134 components: - type: Transform pos: 52.5,62.5 parent: 2 - - uid: 21151 + - uid: 21135 components: - type: Transform rot: -1.5707963267948966 rad pos: 56.5,62.5 parent: 2 - - uid: 21152 + - uid: 21136 components: - type: Transform rot: 1.5707963267948966 rad pos: 38.5,59.5 parent: 2 - - uid: 21153 + - uid: 21137 components: - type: Transform rot: -1.5707963267948966 rad pos: 38.5,60.5 parent: 2 - - uid: 21154 + - uid: 21138 components: - type: Transform rot: 1.5707963267948966 rad pos: 37.5,60.5 parent: 2 - - uid: 21155 + - uid: 21139 components: - type: Transform rot: -1.5707963267948966 rad pos: 37.5,61.5 parent: 2 - - uid: 21156 + - uid: 21140 components: - type: Transform rot: 1.5707963267948966 rad pos: 36.5,61.5 parent: 2 - - uid: 21157 + - uid: 21141 components: - type: Transform rot: -1.5707963267948966 rad pos: 36.5,62.5 parent: 2 - - uid: 21158 + - uid: 21142 components: - type: Transform rot: 1.5707963267948966 rad pos: 35.5,62.5 parent: 2 - - uid: 21159 + - uid: 21143 components: - type: Transform pos: 35.5,64.5 parent: 2 - - uid: 21160 + - uid: 21144 components: - type: Transform rot: 3.141592653589793 rad pos: 36.5,64.5 parent: 2 - - uid: 21161 + - uid: 21145 components: - type: Transform pos: 36.5,65.5 parent: 2 - - uid: 21162 + - uid: 21146 components: - type: Transform rot: 3.141592653589793 rad pos: 37.5,65.5 parent: 2 - - uid: 21163 + - uid: 21147 components: - type: Transform pos: 37.5,66.5 parent: 2 - - uid: 21164 + - uid: 21148 components: - type: Transform rot: 3.141592653589793 rad pos: 38.5,66.5 parent: 2 - - uid: 21165 + - uid: 21149 components: - type: Transform pos: 38.5,67.5 parent: 2 - - uid: 21166 + - uid: 21150 components: - type: Transform rot: -1.5707963267948966 rad pos: 40.5,67.5 parent: 2 - - uid: 21167 + - uid: 21151 components: - type: Transform rot: 1.5707963267948966 rad pos: 40.5,66.5 parent: 2 - - uid: 21168 + - uid: 21152 components: - type: Transform rot: -1.5707963267948966 rad pos: 41.5,66.5 parent: 2 - - uid: 21169 + - uid: 21153 components: - type: Transform rot: 1.5707963267948966 rad pos: 41.5,65.5 parent: 2 - - uid: 21170 + - uid: 21154 components: - type: Transform rot: -1.5707963267948966 rad pos: 42.5,65.5 parent: 2 - - uid: 21171 + - uid: 21155 components: - type: Transform rot: 1.5707963267948966 rad pos: 42.5,64.5 parent: 2 - - uid: 21172 + - uid: 21156 components: - type: Transform rot: -1.5707963267948966 rad pos: 43.5,64.5 parent: 2 - - uid: 21173 + - uid: 21157 components: - type: Transform rot: 3.141592653589793 rad pos: 43.5,62.5 parent: 2 - - uid: 21174 + - uid: 21158 components: - type: Transform pos: 42.5,62.5 parent: 2 - - uid: 21175 + - uid: 21159 components: - type: Transform rot: 3.141592653589793 rad pos: 42.5,61.5 parent: 2 - - uid: 21176 + - uid: 21160 components: - type: Transform pos: 41.5,61.5 parent: 2 - - uid: 21177 + - uid: 21161 components: - type: Transform rot: 3.141592653589793 rad pos: 41.5,60.5 parent: 2 - - uid: 21178 + - uid: 21162 components: - type: Transform pos: 40.5,60.5 parent: 2 - - uid: 21179 + - uid: 21163 components: - type: Transform rot: 3.141592653589793 rad pos: 40.5,59.5 parent: 2 - - uid: 21180 + - uid: 21164 components: - type: Transform rot: 3.141592653589793 rad pos: 78.5,-48.5 parent: 2 - - uid: 21181 + - uid: 21165 components: - type: Transform pos: -79.5,-51.5 parent: 2 - - uid: 21182 + - uid: 21166 components: - type: Transform rot: 3.141592653589793 rad pos: -79.5,-52.5 parent: 2 - - uid: 21183 + - uid: 21167 components: - type: Transform pos: -80.5,-52.5 parent: 2 - - uid: 21184 + - uid: 21168 components: - type: Transform rot: 1.5707963267948966 rad pos: -80.5,-55.5 parent: 2 - - uid: 21185 + - uid: 21169 components: - type: Transform rot: -1.5707963267948966 rad pos: -79.5,-55.5 parent: 2 - - uid: 21186 + - uid: 21170 components: - type: Transform rot: 1.5707963267948966 rad @@ -140089,7 +140580,7 @@ entities: parent: 2 - proto: GrilleSpawner entities: - - uid: 21187 + - uid: 21171 components: - type: Transform rot: 3.141592653589793 rad @@ -140097,65 +140588,70 @@ entities: parent: 2 - proto: GunpetInstrument entities: - - uid: 21188 + - uid: 21172 components: - type: Transform pos: 18.804333,-20.357145 parent: 2 - proto: GunSafeDisabler entities: - - uid: 21189 + - uid: 21173 components: - type: Transform pos: 23.5,20.5 parent: 2 - proto: Handcuffs entities: - - uid: 21190 + - uid: 21174 components: - type: Transform pos: -1.4479281,19.547018 parent: 2 - - uid: 21191 + - uid: 21175 components: - type: Transform pos: -15.367192,-23.36869 parent: 2 - proto: HandheldHealthAnalyzer entities: - - uid: 21192 + - uid: 21176 components: - type: Transform - pos: 10.274347,-58.341446 + pos: -26.34975,-61.28378 parent: 2 - - uid: 21193 + - uid: 21177 components: - type: Transform - pos: 10.539972,-58.60707 + pos: -26.615376,-61.62753 parent: 2 - - uid: 21194 + - uid: 21178 components: - type: Transform pos: 45.505707,8.483616 parent: 2 + - uid: 21179 + components: + - type: Transform + pos: -4.61971,-54.418156 + parent: 2 - proto: HandLabeler entities: - - uid: 21195 + - uid: 21180 components: - type: Transform pos: 39.184,-39.455414 parent: 2 - - uid: 21196 + - uid: 21181 components: - type: Transform pos: -33.328754,17.574179 parent: 2 - - uid: 21197 + - uid: 21182 components: - type: Transform pos: -28.559744,21.679361 parent: 2 - - uid: 21198 + - uid: 21183 components: - type: Transform rot: 3.141592653589793 rad @@ -140163,28 +140659,28 @@ entities: parent: 2 - proto: HappyHonkCluwne entities: - - uid: 21199 + - uid: 21184 components: - type: Transform pos: -54.32355,-63.58878 parent: 2 - proto: HappyHonkNukie entities: - - uid: 21200 + - uid: 21185 components: - type: Transform pos: 22.60001,-29.307062 parent: 2 - proto: HarmonicaInstrument entities: - - uid: 21201 + - uid: 21186 components: - type: Transform pos: 53.479427,24.562923 parent: 2 - proto: HeatExchanger entities: - - uid: 21202 + - uid: 21187 components: - type: Transform rot: -1.5707963267948966 rad @@ -140194,7 +140690,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 21203 + - uid: 21188 components: - type: Transform rot: -1.5707963267948966 rad @@ -140204,7 +140700,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 21204 + - uid: 21189 components: - type: Transform pos: -62.5,-41.5 @@ -140213,7 +140709,7 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 21205 + - uid: 21190 components: - type: Transform pos: -62.5,-40.5 @@ -140224,60 +140720,61 @@ entities: color: '#0055CCFF' - proto: Hemostat entities: - - uid: 21206 + - uid: 21191 components: - type: Transform - pos: 0.5210637,-64.93571 + pos: 73.5331,-48.317677 parent: 2 - - uid: 21207 + - uid: 21192 components: - type: Transform - pos: 73.5331,-48.317677 + rot: 1.5707963267948966 rad + pos: -12.824233,-52.399734 parent: 2 - proto: HighSecArmoryLocked entities: - - uid: 21208 + - uid: 21193 components: - type: Transform pos: 28.5,26.5 parent: 2 - - uid: 21209 + - uid: 21194 components: - type: Transform pos: 30.5,26.5 parent: 2 - - uid: 21210 + - uid: 21195 components: - type: Transform pos: 30.5,24.5 parent: 2 - - uid: 21211 + - uid: 21196 components: - type: Transform pos: 28.5,24.5 parent: 2 - proto: HighSecCaptainLocked entities: - - uid: 21212 + - uid: 21197 components: - type: MetaData name: vault - type: Transform pos: 43.5,-24.5 parent: 2 - - uid: 21213 + - uid: 21198 components: - type: MetaData name: vault - type: Transform pos: 43.5,-27.5 parent: 2 - - uid: 21214 + - uid: 21199 components: - type: Transform pos: -1.5,64.5 parent: 2 - - uid: 21215 + - uid: 21200 components: - type: MetaData name: AI @@ -140286,21 +140783,26 @@ entities: parent: 2 - proto: HighSecCommandLocked entities: - - uid: 21216 + - uid: 21201 components: - type: Transform pos: 13.5,-21.5 parent: 2 - proto: HolofanProjector entities: - - uid: 21217 + - uid: 21202 components: - type: Transform pos: -37.369167,-8.432599 parent: 2 - proto: HospitalCurtains entities: - - uid: 21218 + - uid: 21203 + components: + - type: Transform + pos: -18.5,-53.5 + parent: 2 + - uid: 21204 components: - type: Transform pos: 60.5,21.5 @@ -140311,13 +140813,13 @@ entities: state: Open - type: Physics canCollide: False - - uid: 21219 + - uid: 21205 components: - type: Transform rot: 3.141592653589793 rad pos: 60.5,13.5 parent: 2 - - uid: 21220 + - uid: 21206 components: - type: Transform rot: 1.5707963267948966 rad @@ -140325,43 +140827,7 @@ entities: parent: 2 - proto: HospitalCurtainsOpen entities: - - uid: 21221 - components: - - type: Transform - pos: -2.5,-55.5 - parent: 2 - - uid: 21222 - components: - - type: Transform - pos: -5.5,-55.5 - parent: 2 - - uid: 21223 - components: - - type: Transform - pos: -11.5,-55.5 - parent: 2 - - uid: 21224 - components: - - type: Transform - pos: 3.5,-62.5 - parent: 2 - - type: Door - state: Closed - - type: Occluder - enabled: True - - type: Physics - canCollide: True - - uid: 21225 - components: - - type: Transform - pos: 0.5,-55.5 - parent: 2 - - uid: 21226 - components: - - type: Transform - pos: -8.5,-55.5 - parent: 2 - - uid: 21227 + - uid: 21207 components: - type: Transform rot: 1.5707963267948966 rad @@ -140369,87 +140835,87 @@ entities: parent: 2 - proto: hydroponicsSoil entities: - - uid: 21228 + - uid: 21208 components: - type: Transform pos: 9.5,55.5 parent: 2 - - uid: 21229 + - uid: 21209 components: - type: Transform pos: 8.5,55.5 parent: 2 - - uid: 21230 + - uid: 21210 components: - type: Transform pos: 10.5,55.5 parent: 2 - - uid: 21231 + - uid: 21211 components: - type: Transform pos: 11.5,55.5 parent: 2 - - uid: 21232 + - uid: 21212 components: - type: Transform pos: 7.5,55.5 parent: 2 - - uid: 21233 + - uid: 21213 components: - type: Transform pos: 11.5,52.5 parent: 2 - - uid: 21234 + - uid: 21214 components: - type: Transform pos: 10.5,52.5 parent: 2 - - uid: 21235 + - uid: 21215 components: - type: Transform pos: 9.5,52.5 parent: 2 - - uid: 21236 + - uid: 21216 components: - type: Transform pos: -6.5,49.5 parent: 2 - - uid: 21237 + - uid: 21217 components: - type: Transform pos: -4.5,55.5 parent: 2 - - uid: 21238 + - uid: 21218 components: - type: Transform rot: -1.5707963267948966 rad pos: -28.5,4.5 parent: 2 - - uid: 21239 + - uid: 21219 components: - type: Transform rot: -1.5707963267948966 rad pos: -28.5,3.5 parent: 2 - - uid: 21240 + - uid: 21220 components: - type: Transform rot: -1.5707963267948966 rad pos: -4.5,19.5 parent: 2 - - uid: 21241 + - uid: 21221 components: - type: Transform rot: -1.5707963267948966 rad pos: -7.5,19.5 parent: 2 - - uid: 21242 + - uid: 21222 components: - type: Transform rot: 1.5707963267948966 rad pos: -54.5,-68.5 parent: 2 - - uid: 21243 + - uid: 21223 components: - type: Transform rot: 1.5707963267948966 rad @@ -140457,298 +140923,305 @@ entities: parent: 2 - proto: HydroponicsToolClippers entities: - - uid: 21244 + - uid: 21224 components: - type: Transform pos: -47.467487,-3.558907 parent: 2 - proto: HydroponicsToolHatchet entities: - - uid: 21245 + - uid: 21225 components: - type: Transform pos: 9.725508,-56.44578 parent: 2 - proto: HydroponicsToolMiniHoe entities: - - uid: 21246 + - uid: 21226 components: - type: Transform pos: 57.497448,6.490094 parent: 2 - - uid: 21247 + - uid: 21227 components: - type: Transform pos: -28.501194,4.4131045 parent: 2 - - uid: 21248 + - uid: 21228 components: - type: Transform pos: 55.4544,56.501 parent: 2 - - uid: 21249 + - uid: 21229 components: - type: Transform pos: 7.1714664,53.671818 parent: 2 - proto: HydroponicsToolScythe entities: - - uid: 21250 + - uid: 21230 components: - type: Transform pos: -2.5396576,10.576576 parent: 2 - proto: HydroponicsToolSpade entities: - - uid: 21251 + - uid: 21231 components: - type: Transform pos: 57.622448,6.583844 parent: 2 - - uid: 21252 + - uid: 21232 components: - type: Transform pos: -28.61099,3.5269613 parent: 2 - - uid: 21253 + - uid: 21233 components: - type: Transform pos: 55.54815,56.53225 parent: 2 - proto: hydroponicsTray entities: - - uid: 21254 + - uid: 21234 components: - type: Transform pos: -10.5,11.5 parent: 2 - - uid: 21255 + - uid: 21235 components: - type: Transform pos: -6.5,10.5 parent: 2 - - uid: 21256 + - uid: 21236 components: - type: Transform pos: -10.5,10.5 parent: 2 - - uid: 21257 + - uid: 21237 components: - type: Transform pos: -4.5,7.5 parent: 2 - - uid: 21258 + - uid: 21238 components: - type: Transform pos: -8.5,9.5 parent: 2 - - uid: 21259 + - uid: 21239 components: - type: Transform pos: -6.5,7.5 parent: 2 - - uid: 21260 + - uid: 21240 components: - type: Transform pos: -6.5,9.5 parent: 2 - - uid: 21261 + - uid: 21241 components: - type: Transform pos: -8.5,8.5 parent: 2 - - uid: 21262 + - uid: 21242 components: - type: Transform pos: -4.5,8.5 parent: 2 - - uid: 21263 + - uid: 21243 components: - type: Transform pos: -8.5,10.5 parent: 2 - - uid: 21264 + - uid: 21244 components: - type: Transform pos: -6.5,11.5 parent: 2 - - uid: 21265 + - uid: 21245 components: - type: Transform pos: -6.5,8.5 parent: 2 - - uid: 21266 + - uid: 21246 components: - type: Transform pos: -10.5,8.5 parent: 2 - - uid: 21267 + - uid: 21247 components: - type: Transform pos: -8.5,7.5 parent: 2 - - uid: 21268 + - uid: 21248 components: - type: Transform pos: -10.5,7.5 parent: 2 - - uid: 21269 + - uid: 21249 components: - type: Transform pos: -10.5,9.5 parent: 2 - - uid: 21270 + - uid: 21250 components: - type: Transform pos: -8.5,11.5 parent: 2 - - uid: 21271 + - uid: 21251 components: - type: Transform pos: 58.5,8.5 parent: 2 - - uid: 21272 + - uid: 21252 components: - type: Transform pos: 58.5,7.5 parent: 2 - - uid: 21273 + - uid: 21253 components: - type: Transform pos: 58.5,6.5 parent: 2 - - uid: 21274 + - uid: 21254 components: - type: Transform pos: 56.5,8.5 parent: 2 - - uid: 21275 + - uid: 21255 components: - type: Transform pos: 56.5,7.5 parent: 2 - - uid: 21276 + - uid: 21256 components: - type: Transform pos: 56.5,6.5 parent: 2 - - uid: 21277 + - uid: 21257 components: - type: Transform pos: 52.5,55.5 parent: 2 - - uid: 21278 + - uid: 21258 components: - type: Transform pos: 56.5,55.5 parent: 2 - proto: HydroponicsTrayMachineCircuitboard entities: - - uid: 21279 + - uid: 21259 components: - type: Transform pos: 38.518326,-56.124916 parent: 2 +- proto: InflatableDoor + entities: + - uid: 21260 + components: + - type: Transform + pos: 0.5,-68.5 + parent: 2 - proto: InflatableDoorStack1 entities: - - uid: 21280 + - uid: 21261 components: - type: Transform pos: 41.577766,-55.382984 parent: 2 - proto: InflatableWall entities: - - uid: 21281 + - uid: 21262 components: - type: Transform pos: -51.5,-66.5 parent: 2 - - uid: 21282 + - uid: 21263 components: - type: Transform pos: -51.5,-67.5 parent: 2 - - uid: 21283 + - uid: 21264 components: - type: Transform pos: -49.5,-72.5 parent: 2 - proto: InflatableWallStack entities: - - uid: 21284 + - uid: 21265 components: - type: Transform pos: 7.4753633,-16.474928 parent: 2 - proto: InflatableWallStack1 entities: - - uid: 21285 + - uid: 21266 components: - type: Transform pos: -38.56672,-98.45029 parent: 2 - proto: IngotGold entities: - - uid: 21286 + - uid: 21267 components: - type: Transform pos: 48.54513,-24.041304 parent: 2 - proto: IngotGold1 entities: - - uid: 21287 + - uid: 21268 components: - type: Transform pos: 14.545005,56.593597 parent: 2 - - uid: 21288 + - uid: 21269 components: - type: Transform pos: 59.385517,-51.41954 parent: 2 - - uid: 21289 + - uid: 21270 components: - type: Transform pos: 59.432392,-51.591415 parent: 2 - proto: IngotSilver entities: - - uid: 21290 + - uid: 21271 components: - type: Transform pos: 48.392242,-30.21978 parent: 2 - proto: IntercomAll entities: - - uid: 21291 + - uid: 21272 components: - type: Transform pos: 20.5,-20.5 parent: 2 - proto: IntercomCommand entities: - - uid: 21292 + - uid: 21273 components: - type: Transform pos: -34.5,-14.5 parent: 2 - - uid: 21293 + - uid: 21274 components: - type: Transform pos: 64.5,0.5 parent: 2 - - uid: 21294 + - uid: 21275 components: - type: Transform pos: 64.5,-50.5 parent: 2 - - uid: 21295 + - uid: 21276 components: - type: Transform rot: -1.5707963267948966 rad pos: 9.5,21.5 parent: 2 - - uid: 21296 + - uid: 21277 components: - type: Transform rot: -1.5707963267948966 rad @@ -140756,147 +141229,147 @@ entities: parent: 2 - proto: IntercomCommon entities: - - uid: 21297 + - uid: 21278 components: - type: Transform pos: -38.5,-70.5 parent: 2 - - uid: 21298 + - uid: 21279 components: - type: Transform rot: 1.5707963267948966 rad pos: -14.5,57.5 parent: 2 - - uid: 21299 + - uid: 21280 components: - type: Transform pos: 37.5,-69.5 parent: 2 - - uid: 21300 + - uid: 21281 components: - type: Transform rot: -1.5707963267948966 rad pos: 29.5,-2.5 parent: 2 - - uid: 21301 + - uid: 21282 components: - type: Transform rot: -1.5707963267948966 rad pos: 7.5,6.5 parent: 2 - - uid: 21302 + - uid: 21283 components: - type: Transform pos: 14.5,4.5 parent: 2 - - uid: 21303 + - uid: 21284 components: - type: Transform pos: 9.5,11.5 parent: 2 - - uid: 21304 + - uid: 21285 components: - type: Transform rot: 1.5707963267948966 rad pos: 15.5,-3.5 parent: 2 - - uid: 21305 + - uid: 21286 components: - type: Transform pos: -31.5,11.5 parent: 2 - - uid: 21306 + - uid: 21287 components: - type: Transform pos: -30.5,2.5 parent: 2 - - uid: 21307 + - uid: 21288 components: - type: Transform pos: -15.5,-24.5 parent: 2 - - uid: 21308 + - uid: 21289 components: - type: Transform pos: 4.5,-39.5 parent: 2 - - uid: 21309 + - uid: 21290 components: - type: Transform pos: 39.5,-40.5 parent: 2 - - uid: 21310 + - uid: 21291 components: - type: Transform pos: 29.5,-15.5 parent: 2 - - uid: 21311 + - uid: 21292 components: - type: Transform pos: 39.5,3.5 parent: 2 - - uid: 21312 + - uid: 21293 components: - type: Transform pos: 54.5,-4.5 parent: 2 - - uid: 21313 + - uid: 21294 components: - type: Transform rot: -1.5707963267948966 rad pos: 13.5,-8.5 parent: 2 - - uid: 21314 + - uid: 21295 components: - type: Transform rot: 1.5707963267948966 rad pos: -1.5,48.5 parent: 2 - - uid: 21315 + - uid: 21296 components: - type: Transform rot: 1.5707963267948966 rad pos: -19.5,40.5 parent: 2 - - uid: 21316 + - uid: 21297 components: - type: Transform rot: -1.5707963267948966 rad pos: -2.5,-18.5 parent: 2 - - uid: 21317 + - uid: 21298 components: - type: Transform pos: -14.5,-40.5 parent: 2 - - uid: 21318 + - uid: 21299 components: - type: Transform rot: -1.5707963267948966 rad pos: 17.5,-28.5 parent: 2 - - uid: 21319 + - uid: 21300 components: - type: Transform pos: 17.5,-51.5 parent: 2 - - uid: 21320 + - uid: 21301 components: - type: Transform pos: -25.5,-94.5 parent: 2 - - uid: 21321 + - uid: 21302 components: - type: Transform rot: 1.5707963267948966 rad pos: -21.5,29.5 parent: 2 - - uid: 21322 + - uid: 21303 components: - type: Transform pos: 23.5,-69.5 parent: 2 - - uid: 21323 + - uid: 21304 components: - type: Transform rot: -1.5707963267948966 rad @@ -140904,44 +141377,44 @@ entities: parent: 2 - proto: IntercomEngineering entities: - - uid: 21324 + - uid: 21305 components: - type: Transform pos: -24.5,-7.5 parent: 2 - - uid: 21325 + - uid: 21306 components: - type: Transform pos: -35.5,-4.5 parent: 2 - - uid: 21326 + - uid: 21307 components: - type: Transform rot: -1.5707963267948966 rad pos: -52.5,-9.5 parent: 2 - - uid: 21327 + - uid: 21308 components: - type: Transform pos: -61.5,-26.5 parent: 2 - - uid: 21328 + - uid: 21309 components: - type: Transform pos: -28.5,-32.5 parent: 2 - - uid: 21329 + - uid: 21310 components: - type: Transform rot: -1.5707963267948966 rad pos: -32.5,-49.5 parent: 2 - - uid: 21330 + - uid: 21311 components: - type: Transform pos: -67.5,-35.5 parent: 2 - - uid: 21331 + - uid: 21312 components: - type: Transform rot: -1.5707963267948966 rad @@ -140949,159 +141422,178 @@ entities: parent: 2 - proto: IntercomMedical entities: - - uid: 21332 + - uid: 21313 components: - type: Transform - pos: -13.5,-58.5 + pos: 2.5,-54.5 parent: 2 - - uid: 21333 + - uid: 21314 components: - type: Transform rot: 1.5707963267948966 rad pos: -32.5,-70.5 parent: 2 - - uid: 21334 + - uid: 21315 components: - type: Transform pos: -24.5,-56.5 parent: 2 - - uid: 21335 - components: - - type: Transform - pos: 2.5,-51.5 - parent: 2 - - uid: 21336 + - uid: 21316 components: - type: Transform pos: -25.5,-68.5 parent: 2 - - uid: 21337 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-64.5 - parent: 2 - - uid: 21338 + - uid: 21317 components: - type: Transform rot: 1.5707963267948966 rad pos: -13.5,-36.5 parent: 2 - - uid: 21339 + - uid: 21318 components: - type: Transform rot: 1.5707963267948966 rad pos: -27.5,-85.5 parent: 2 - - uid: 21340 + - uid: 21319 components: - type: Transform rot: -1.5707963267948966 rad pos: -21.5,-80.5 parent: 2 - - uid: 21341 + - uid: 21320 components: - type: Transform pos: -19.5,-74.5 parent: 2 + - uid: 21321 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-52.5 + parent: 2 + - uid: 21322 + components: + - type: Transform + pos: -17.5,-58.5 + parent: 2 + - uid: 21323 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-67.5 + parent: 2 + - uid: 21324 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-66.5 + parent: 2 + - uid: 21325 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-67.5 + parent: 2 + - uid: 24561 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-49.5 + parent: 2 - proto: IntercomScience entities: - - uid: 21342 + - uid: 21326 components: - type: Transform pos: 42.5,-34.5 parent: 2 - - uid: 21343 + - uid: 21327 components: - type: Transform pos: 44.5,-40.5 parent: 2 - - uid: 21344 + - uid: 21328 components: - type: Transform rot: 1.5707963267948966 rad pos: 40.5,-45.5 parent: 2 - - uid: 21345 + - uid: 21329 components: - type: Transform rot: -1.5707963267948966 rad pos: 53.5,-55.5 parent: 2 - - uid: 21346 + - uid: 21330 components: - type: Transform pos: 67.5,-42.5 parent: 2 - - uid: 21347 + - uid: 21331 components: - type: Transform rot: -1.5707963267948966 rad pos: 76.5,-40.5 parent: 2 - - uid: 21348 + - uid: 21332 components: - type: Transform pos: 60.5,-30.5 parent: 2 - - uid: 21349 + - uid: 21333 components: - type: Transform pos: 49.5,-36.5 parent: 2 - proto: IntercomSecurity entities: - - uid: 21350 + - uid: 21334 components: - type: Transform rot: 1.5707963267948966 rad pos: 3.5,14.5 parent: 2 - - uid: 21351 + - uid: 21335 components: - type: Transform rot: -1.5707963267948966 rad pos: -13.5,24.5 parent: 2 - - uid: 21352 + - uid: 21336 components: - type: Transform pos: -16.5,-19.5 parent: 2 - - uid: 21353 + - uid: 21337 components: - type: Transform rot: 1.5707963267948966 rad pos: -2.5,18.5 parent: 2 - - uid: 21354 + - uid: 21338 components: - type: Transform pos: 26.5,24.5 parent: 2 - - uid: 21355 + - uid: 21339 components: - type: Transform pos: 16.5,24.5 parent: 2 - - uid: 21356 + - uid: 21340 components: - type: Transform rot: 1.5707963267948966 rad pos: 18.5,-45.5 parent: 2 - - uid: 21357 + - uid: 21341 components: - type: Transform rot: 1.5707963267948966 rad pos: 16.5,-13.5 parent: 2 - - uid: 21358 - components: - - type: Transform - pos: 4.5,-55.5 - parent: 2 - - uid: 21359 + - uid: 21342 components: - type: Transform rot: -1.5707963267948966 rad @@ -141109,58 +141601,58 @@ entities: parent: 2 - proto: IntercomService entities: - - uid: 21360 + - uid: 21343 components: - type: Transform pos: 20.5,15.5 parent: 2 - - uid: 21361 + - uid: 21344 components: - type: Transform pos: -26.5,16.5 parent: 2 - - uid: 21362 + - uid: 21345 components: - type: Transform rot: 1.5707963267948966 rad pos: -11.5,5.5 parent: 2 - - uid: 21363 + - uid: 21346 components: - type: Transform pos: 1.5,-18.5 parent: 2 - proto: IntercomSupply entities: - - uid: 21364 + - uid: 21347 components: - type: Transform pos: -48.5,17.5 parent: 2 - - uid: 21365 + - uid: 21348 components: - type: Transform rot: 1.5707963267948966 rad pos: -26.5,20.5 parent: 2 - - uid: 21366 + - uid: 21349 components: - type: Transform rot: 1.5707963267948966 rad pos: -35.5,30.5 parent: 2 - - uid: 21367 + - uid: 21350 components: - type: Transform pos: -43.5,26.5 parent: 2 - - uid: 21368 + - uid: 21351 components: - type: Transform rot: -1.5707963267948966 rad pos: -39.5,28.5 parent: 2 - - uid: 21369 + - uid: 21352 components: - type: Transform rot: 3.141592653589793 rad @@ -141168,7 +141660,7 @@ entities: parent: 2 - proto: JanitorialTrolley entities: - - uid: 21370 + - uid: 21353 components: - type: Transform rot: -1.5707963267948966 rad @@ -141176,23 +141668,23 @@ entities: parent: 2 - proto: JanitorServiceLight entities: - - uid: 21371 + - uid: 21354 components: - type: Transform pos: -5.5,3.5 parent: 2 - type: DeviceLinkSink links: - - 24353 - - uid: 21372 + - 24334 + - uid: 21355 components: - type: Transform pos: 38.5,-41.5 parent: 2 - type: DeviceLinkSink links: - - 24347 - - uid: 21373 + - 24329 + - uid: 21356 components: - type: Transform rot: 1.5707963267948966 rad @@ -141200,8 +141692,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24348 - - uid: 21374 + - 24330 + - uid: 21357 components: - type: Transform rot: 1.5707963267948966 rad @@ -141209,8 +141701,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24350 - - uid: 21375 + - 24332 + - uid: 21358 components: - type: Transform rot: -1.5707963267948966 rad @@ -141218,17 +141710,18 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24343 - - uid: 21376 + - 24324 + - uid: 21359 components: - type: Transform rot: 3.141592653589793 rad pos: -2.5,-43.5 parent: 2 - type: DeviceLinkSink + invokeCounter: 2 links: - - 24352 - - uid: 21377 + - 24325 + - uid: 21360 components: - type: Transform rot: 1.5707963267948966 rad @@ -141236,8 +141729,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24351 - - uid: 21378 + - 24333 + - uid: 21361 components: - type: Transform rot: 1.5707963267948966 rad @@ -141245,8 +141738,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24343 - - uid: 21379 + - 24324 + - uid: 21362 components: - type: Transform rot: 1.5707963267948966 rad @@ -141254,30 +141747,30 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24349 - - uid: 21380 + - 24331 + - uid: 21363 components: - type: Transform pos: 0.5,-25.5 parent: 2 - type: DeviceLinkSink links: - - 24354 + - 24335 - proto: JetpackBlueFilled entities: - - uid: 21381 + - uid: 21364 components: - type: Transform rot: 3.141592653589793 rad pos: 33.468403,-14.391748 parent: 2 - - uid: 21382 + - uid: 21365 components: - type: Transform rot: 3.141592653589793 rad pos: 33.499653,-14.469873 parent: 2 - - uid: 21383 + - uid: 21366 components: - type: Transform rot: 3.141592653589793 rad @@ -141285,159 +141778,164 @@ entities: parent: 2 - proto: KitchenElectricGrill entities: - - uid: 21384 + - uid: 21367 components: - type: Transform pos: 3.5,6.5 parent: 2 - proto: KitchenMicrowave entities: - - uid: 21385 + - uid: 21368 components: - type: Transform pos: -31.5,-69.5 parent: 2 - - uid: 21386 + - uid: 21369 components: - type: Transform pos: 2.5,7.5 parent: 2 - - uid: 21387 + - uid: 21370 components: - type: Transform pos: 4.5,6.5 parent: 2 - - uid: 21388 + - uid: 21371 components: - type: Transform pos: 31.5,-20.5 parent: 2 - - uid: 21389 + - uid: 21372 components: - type: Transform pos: 52.5,18.5 parent: 2 - - uid: 21390 + - uid: 21373 components: - type: Transform pos: 45.5,-49.5 parent: 2 - - uid: 21391 + - uid: 21374 components: - type: Transform pos: -38.5,-32.5 parent: 2 - - uid: 21392 + - uid: 21375 components: - type: Transform pos: -22.5,45.5 parent: 2 - - uid: 21393 + - uid: 21376 components: - type: Transform pos: -8.5,41.5 parent: 2 - proto: KitchenReagentGrinder entities: - - uid: 21394 + - uid: 21377 components: - type: Transform pos: -3.5,5.5 parent: 2 - - uid: 21395 + - uid: 21378 components: - type: Transform pos: 3.5,-47.5 parent: 2 - - uid: 21396 + - uid: 21379 components: - type: Transform pos: 3.5,7.5 parent: 2 - - uid: 21397 + - uid: 21380 components: - type: Transform pos: 53.5,18.5 parent: 2 - proto: KitchenSpike entities: - - uid: 21398 + - uid: 21381 components: - type: Transform pos: -0.5,11.5 parent: 2 - proto: Lamp entities: - - uid: 21399 + - uid: 21382 components: - type: Transform rot: -1.5707963267948966 rad pos: -3.8543606,-48.096176 parent: 2 - - uid: 21400 + - uid: 21383 components: - type: Transform rot: 1.5707963267948966 rad pos: 24.558033,-21.226107 parent: 2 - - uid: 21401 + - uid: 21384 components: - type: Transform pos: 21.425192,-12.111239 parent: 2 - - uid: 21402 + - uid: 21385 components: - type: Transform rot: -1.5707963267948966 rad pos: 7.6524577,20.90233 parent: 2 - - uid: 21403 + - uid: 21386 components: - type: Transform rot: -1.5707963267948966 rad pos: -9.565374,-37.00866 parent: 2 - - uid: 21404 + - uid: 21387 components: - type: Transform rot: 1.5707963267948966 rad pos: 51.608532,-40.935013 parent: 2 - - uid: 21405 + - uid: 21388 components: - type: Transform pos: 59.696476,-1.1797758 parent: 2 - - uid: 21406 + - uid: 21389 components: - type: Transform rot: 1.5707963267948966 rad pos: -33.336697,29.910027 parent: 2 - - uid: 21407 + - uid: 21390 components: - type: Transform pos: -24.34436,11.920202 parent: 2 - - uid: 21408 + - uid: 21391 components: - type: Transform rot: 1.5707963267948966 rad pos: -28.600471,45.10426 parent: 2 - - uid: 21409 + - uid: 21392 components: - type: Transform pos: -12.458234,-18.122696 parent: 2 + - uid: 21393 + components: + - type: Transform + pos: -1.3698555,-64.217514 + parent: 2 - proto: LampBanana entities: - - uid: 21410 + - uid: 21394 components: - type: Transform pos: -22.53235,37.89803 parent: 2 - - uid: 21411 + - uid: 21395 components: - type: Transform rot: -1.5707963267948966 rad @@ -141445,49 +141943,49 @@ entities: parent: 2 - proto: LampGold entities: - - uid: 21412 + - uid: 21396 components: - type: Transform pos: -22.537891,-69.31316 parent: 2 - - uid: 21413 + - uid: 21397 components: - type: Transform pos: -18.78946,-56.159798 parent: 2 - - uid: 21414 + - uid: 21398 components: - type: Transform pos: -10.485052,-3.11381 parent: 2 - - uid: 21415 + - uid: 21399 components: - type: Transform rot: 1.5707963267948966 rad pos: 43.557644,-4.1465535 parent: 2 - - uid: 21416 + - uid: 21400 components: - type: Transform pos: 37.53909,-2.5487528 parent: 2 - - uid: 21417 + - uid: 21401 components: - type: Transform pos: 32.892563,-50.10114 parent: 2 - - uid: 21418 + - uid: 21402 components: - type: Transform pos: 28.845686,-50.06989 parent: 2 - - uid: 21419 + - uid: 21403 components: - type: Transform rot: 1.5707963267948966 rad pos: -22.520432,-96.69095 parent: 2 - - uid: 21420 + - uid: 21404 components: - type: Transform rot: 1.5707963267948966 rad @@ -141495,65 +141993,70 @@ entities: parent: 2 - proto: LargeBeaker entities: - - uid: 21421 + - uid: 21405 + components: + - type: Transform + pos: 2.4605055,-52.341152 + parent: 2 + - uid: 21406 components: - type: Transform pos: 3.459992,-47.48736 parent: 2 - - uid: 21422 + - uid: 21407 components: - type: Transform pos: 4.621125,7.7027445 parent: 2 - - uid: 21423 + - uid: 21408 components: - type: Transform pos: -25.403534,-78.32023 parent: 2 - - uid: 21424 + - uid: 21409 components: - type: Transform pos: -25.716034,-78.71085 parent: 2 - - uid: 21425 + - uid: 21410 components: - type: Transform pos: -25.591316,-84.223625 parent: 2 - - uid: 21426 + - uid: 21411 components: - type: Transform pos: 3.678742,-47.471733 parent: 2 - proto: LauncherCreamPie entities: - - uid: 21427 + - uid: 21412 components: - type: Transform pos: 0.32515657,-23.45843 parent: 2 - proto: Lighter entities: - - uid: 21428 + - uid: 21413 components: - type: Transform pos: 13.70992,-34.538578 parent: 2 - - uid: 21429 + - uid: 21414 components: - type: Transform pos: 15.667978,-79.47625 parent: 2 - proto: LightTube entities: - - uid: 21430 + - uid: 21415 components: - type: Transform pos: -39.78844,-85.422134 parent: 2 - proto: LockerAtmosphericsFilled entities: - - uid: 21431 + - uid: 21416 components: - type: Transform pos: -33.5,-32.5 @@ -141576,7 +142079,7 @@ entities: - 0 - 0 - 0 - - uid: 21432 + - uid: 21417 components: - type: Transform pos: -39.5,-36.5 @@ -141599,7 +142102,7 @@ entities: - 0 - 0 - 0 - - uid: 21433 + - uid: 21418 components: - type: Transform pos: -37.5,-36.5 @@ -141622,7 +142125,7 @@ entities: - 0 - 0 - 0 - - uid: 21434 + - uid: 21419 components: - type: Transform pos: -35.5,-36.5 @@ -141647,7 +142150,7 @@ entities: - 0 - proto: LockerBoozeFilled entities: - - uid: 21435 + - uid: 21420 components: - type: Transform pos: 22.5,12.5 @@ -141672,7 +142175,7 @@ entities: - 0 - proto: LockerBotanistFilled entities: - - uid: 21436 + - uid: 21421 components: - type: Transform pos: -4.5,11.5 @@ -141697,7 +142200,7 @@ entities: - 0 - proto: LockerCaptainFilled entities: - - uid: 21437 + - uid: 21422 components: - type: Transform pos: 29.5,-27.5 @@ -141722,14 +142225,14 @@ entities: - 0 - proto: LockerChemistryFilled entities: - - uid: 21438 + - uid: 21423 components: - type: Transform pos: 7.5,-50.5 parent: 2 - proto: LockerChiefEngineerFilled entities: - - uid: 21439 + - uid: 21424 components: - type: Transform pos: -37.5,-15.5 @@ -141754,39 +142257,21 @@ entities: - 0 - proto: LockerChiefMedicalOfficerFilled entities: - - uid: 21440 + - uid: 21425 components: - type: Transform - pos: -18.5,-54.5 + pos: -17.5,-54.5 parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14957 - moles: - - 8.402782 - - 31.610466 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - proto: LockerClown entities: - - uid: 21441 + - uid: 21426 components: - type: Transform pos: -20.5,37.5 parent: 2 - proto: LockerDetectiveFilled entities: - - uid: 21442 + - uid: 21427 components: - type: Transform pos: 17.5,-10.5 @@ -141811,7 +142296,7 @@ entities: - 0 - proto: LockerElectricalSuppliesFilled entities: - - uid: 21443 + - uid: 21428 components: - type: Transform pos: 46.5,-3.5 @@ -141834,7 +142319,7 @@ entities: - 0 - 0 - 0 - - uid: 21444 + - uid: 21429 components: - type: Transform pos: -53.5,0.5 @@ -141857,7 +142342,7 @@ entities: - 0 - 0 - 0 - - uid: 21445 + - uid: 21430 components: - type: Transform pos: 32.5,25.5 @@ -141880,7 +142365,7 @@ entities: - 0 - 0 - 0 - - uid: 21446 + - uid: 21431 components: - type: Transform pos: 39.5,-28.5 @@ -141905,7 +142390,7 @@ entities: - 0 - proto: LockerEngineerFilled entities: - - uid: 21447 + - uid: 21432 components: - type: Transform pos: -39.5,-7.5 @@ -141928,7 +142413,7 @@ entities: - 0 - 0 - 0 - - uid: 21448 + - uid: 21433 components: - type: Transform pos: -39.5,-12.5 @@ -141951,7 +142436,7 @@ entities: - 0 - 0 - 0 - - uid: 21449 + - uid: 21434 components: - type: Transform pos: -39.5,-8.5 @@ -141974,7 +142459,7 @@ entities: - 0 - 0 - 0 - - uid: 21450 + - uid: 21435 components: - type: Transform pos: -39.5,-9.5 @@ -141997,7 +142482,7 @@ entities: - 0 - 0 - 0 - - uid: 21451 + - uid: 21436 components: - type: Transform pos: -50.5,-20.5 @@ -142022,30 +142507,7 @@ entities: - 0 - proto: LockerEvidence entities: - - uid: 21452 - components: - - type: Transform - pos: 4.5,-57.5 - parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14957 - moles: - - 8.402782 - - 31.610466 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 21453 + - uid: 21437 components: - type: Transform pos: 34.5,-45.5 @@ -142068,7 +142530,7 @@ entities: - 0 - 0 - 0 - - uid: 21454 + - uid: 21438 components: - type: Transform pos: 18.5,23.5 @@ -142091,17 +142553,17 @@ entities: - 0 - 0 - 0 - - uid: 21455 + - uid: 21439 components: - type: Transform pos: 37.5,12.5 parent: 2 - - uid: 21456 + - uid: 21440 components: - type: Transform pos: 37.5,11.5 parent: 2 - - uid: 21457 + - uid: 21441 components: - type: Transform pos: 41.5,16.5 @@ -142124,7 +142586,7 @@ entities: - 0 - 0 - 0 - - uid: 21458 + - uid: 21442 components: - type: Transform pos: 40.5,16.5 @@ -142147,7 +142609,7 @@ entities: - 0 - 0 - 0 - - uid: 21459 + - uid: 21443 components: - type: Transform pos: 39.5,16.5 @@ -142170,7 +142632,7 @@ entities: - 0 - 0 - 0 - - uid: 21460 + - uid: 21444 components: - type: Transform pos: 38.5,16.5 @@ -142193,7 +142655,7 @@ entities: - 0 - 0 - 0 - - uid: 21461 + - uid: 21445 components: - type: Transform pos: 42.5,16.5 @@ -142216,7 +142678,7 @@ entities: - 0 - 0 - 0 - - uid: 21462 + - uid: 21446 components: - type: Transform pos: 37.5,16.5 @@ -142239,14 +142701,14 @@ entities: - 0 - 0 - 0 - - uid: 21463 + - uid: 21447 components: - type: Transform pos: 37.5,10.5 parent: 2 - proto: LockerFreezer entities: - - uid: 21464 + - uid: 21448 components: - type: Transform pos: -38.5,37.5 @@ -142269,7 +142731,7 @@ entities: - 0 - 0 - 0 - - uid: 21465 + - uid: 21449 components: - type: Transform pos: -38.5,36.5 @@ -142292,7 +142754,7 @@ entities: - 0 - 0 - 0 - - uid: 21466 + - uid: 21450 components: - type: Transform pos: 1.5,14.5 @@ -142315,7 +142777,7 @@ entities: - 0 - 0 - 0 - - uid: 21467 + - uid: 21451 components: - type: Transform pos: -5.5,-95.5 @@ -142340,14 +142802,14 @@ entities: - 0 - proto: LockerHeadOfPersonnelFilled entities: - - uid: 21468 + - uid: 21452 components: - type: Transform pos: -1.5,-3.5 parent: 2 - proto: LockerHeadOfSecurityFilled entities: - - uid: 12407 + - uid: 12420 components: - type: Transform pos: 4.5,22.5 @@ -142376,15 +142838,15 @@ entities: showEnts: False occludes: True ents: - - 12409 - - 12408 + - 12422 + - 12421 paper_label: !type:ContainerSlot showEnts: False occludes: True ent: null - proto: LockerMedicalFilled entities: - - uid: 21469 + - uid: 21453 components: - type: Transform pos: -15.5,-49.5 @@ -142407,7 +142869,7 @@ entities: - 0 - 0 - 0 - - uid: 21470 + - uid: 21454 components: - type: Transform pos: -15.5,-47.5 @@ -142430,7 +142892,7 @@ entities: - 0 - 0 - 0 - - uid: 21471 + - uid: 21455 components: - type: Transform pos: -15.5,-45.5 @@ -142453,33 +142915,33 @@ entities: - 0 - 0 - 0 - - uid: 21472 + - uid: 21456 components: - type: Transform - pos: -15.5,-61.5 + pos: -14.5,-47.5 parent: 2 - - uid: 21473 + - uid: 21457 components: - type: Transform - pos: -14.5,-61.5 + pos: -14.5,-49.5 parent: 2 - proto: LockerMime entities: - - uid: 21474 + - uid: 21458 components: - type: Transform pos: -27.5,46.5 parent: 2 - proto: LockerParamedicFilled entities: - - uid: 21475 + - uid: 21459 components: - type: Transform - pos: 2.5,-64.5 + pos: -5.5,-64.5 parent: 2 - proto: LockerQuarterMasterFilled entities: - - uid: 21476 + - uid: 21460 components: - type: Transform pos: -34.5,31.5 @@ -142504,7 +142966,7 @@ entities: - 0 - proto: LockerResearchDirectorFilled entities: - - uid: 21477 + - uid: 21461 components: - type: Transform pos: 63.5,-55.5 @@ -142529,7 +142991,7 @@ entities: - 0 - proto: LockerSalvageSpecialistFilled entities: - - uid: 21478 + - uid: 21462 components: - type: Transform pos: -36.5,32.5 @@ -142552,7 +143014,7 @@ entities: - 0 - 0 - 0 - - uid: 21479 + - uid: 21463 components: - type: Transform pos: -36.5,30.5 @@ -142575,7 +143037,7 @@ entities: - 0 - 0 - 0 - - uid: 21480 + - uid: 21464 components: - type: Transform pos: -36.5,28.5 @@ -142598,14 +143060,14 @@ entities: - 0 - 0 - 0 - - uid: 21481 + - uid: 21465 components: - type: Transform pos: -45.5,44.5 parent: 2 - proto: LockerScienceFilled entities: - - uid: 21482 + - uid: 21466 components: - type: Transform pos: 44.5,-45.5 @@ -142628,7 +143090,7 @@ entities: - 0 - 0 - 0 - - uid: 21483 + - uid: 21467 components: - type: Transform pos: 42.5,-45.5 @@ -142651,7 +143113,7 @@ entities: - 0 - 0 - 0 - - uid: 21484 + - uid: 21468 components: - type: Transform pos: 41.5,-45.5 @@ -142676,7 +143138,7 @@ entities: - 0 - proto: LockerSecurity entities: - - uid: 21485 + - uid: 21469 components: - type: Transform pos: 19.5,-47.5 @@ -142699,7 +143161,7 @@ entities: - 0 - 0 - 0 - - uid: 21486 + - uid: 21470 components: - type: Transform pos: 52.5,13.5 @@ -142724,17 +143186,17 @@ entities: - 0 - proto: LockerSecurityFilled entities: - - uid: 21487 + - uid: 21471 components: - type: Transform pos: 31.5,19.5 parent: 2 - - uid: 21488 + - uid: 21472 components: - type: Transform pos: 32.5,19.5 parent: 2 - - uid: 21489 + - uid: 21473 components: - type: Transform pos: -0.5,17.5 @@ -142757,7 +143219,7 @@ entities: - 0 - 0 - 0 - - uid: 21490 + - uid: 21474 components: - type: Transform pos: -0.5,19.5 @@ -142780,63 +143242,26 @@ entities: - 0 - 0 - 0 - - uid: 21491 + - uid: 21475 components: - type: Transform pos: -14.5,23.5 parent: 2 - - uid: 21492 + - uid: 21476 components: - type: Transform pos: -0.5,21.5 parent: 2 - proto: LockerSyndicatePersonal entities: - - uid: 21493 + - uid: 21477 components: - type: Transform pos: -52.5,-86.5 parent: 2 -- proto: LockerWallMedicalDoctorFilled - entities: - - uid: 21494 - components: - - type: Transform - pos: 6.5,-58.5 - parent: 2 - - uid: 21495 - components: - - type: Transform - pos: -15.5,-51.5 - parent: 2 -- proto: LockerWallMedicalFilled - entities: - - uid: 21496 - components: - - type: Transform - pos: -26.5,-56.5 - parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14957 - moles: - - 8.402782 - - 31.610466 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - proto: LockerWardenFilled entities: - - uid: 21497 + - uid: 21478 components: - type: Transform pos: 20.5,23.5 @@ -142861,7 +143286,7 @@ entities: - 0 - proto: LockerWeldingSuppliesFilled entities: - - uid: 21498 + - uid: 21479 components: - type: Transform pos: 38.5,-53.5 @@ -142884,7 +143309,7 @@ entities: - 0 - 0 - 0 - - uid: 21499 + - uid: 21480 components: - type: Transform pos: -53.5,-61.5 @@ -142909,38 +143334,38 @@ entities: - 0 - proto: MachineAnomalyGenerator entities: - - uid: 21500 + - uid: 21481 components: - type: Transform pos: 62.5,-30.5 parent: 2 - proto: MachineAnomalyVessel entities: - - uid: 21501 + - uid: 21482 components: - type: Transform pos: 58.5,-32.5 parent: 2 - - uid: 21502 + - uid: 21483 components: - type: Transform pos: 57.5,-32.5 parent: 2 - proto: MachineAPE entities: - - uid: 21503 + - uid: 21484 components: - type: Transform rot: 1.5707963267948966 rad pos: 57.5,-34.5 parent: 2 - - uid: 21504 + - uid: 21485 components: - type: Transform rot: 1.5707963267948966 rad pos: 57.5,-35.5 parent: 2 - - uid: 21505 + - uid: 21486 components: - type: Transform rot: 1.5707963267948966 rad @@ -142948,7 +143373,7 @@ entities: parent: 2 - proto: MachineArtifactAnalyzer entities: - - uid: 21506 + - uid: 21487 components: - type: Transform rot: -1.5707963267948966 rad @@ -142956,99 +143381,99 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 12655 + - 12666 - proto: MachineCentrifuge entities: - - uid: 21507 + - uid: 21488 components: - type: Transform pos: 7.5,-45.5 parent: 2 - proto: MachineElectrolysisUnit entities: - - uid: 21508 + - uid: 21489 components: - type: Transform pos: 3.5,-45.5 parent: 2 - proto: MachineFrameDestroyed entities: - - uid: 21509 + - uid: 21490 components: - type: Transform pos: 45.5,44.5 parent: 2 - - uid: 21510 + - uid: 21491 components: - type: Transform pos: -16.5,-8.5 parent: 2 - - uid: 21511 + - uid: 21492 components: - type: Transform pos: -36.5,-29.5 parent: 2 - proto: MagazinePistol entities: - - uid: 21512 + - uid: 21493 components: - type: Transform pos: 32.305683,32.48245 parent: 2 - - uid: 21513 + - uid: 21494 components: - type: Transform pos: 32.32131,32.48245 parent: 2 - - uid: 21514 + - uid: 21495 components: - type: Transform pos: 32.32131,32.48245 parent: 2 - - uid: 21515 + - uid: 21496 components: - type: Transform pos: 32.305683,32.48245 parent: 2 - - uid: 21516 + - uid: 21497 components: - type: Transform pos: 32.42361,32.439632 parent: 2 - - uid: 21517 + - uid: 21498 components: - type: Transform pos: 32.439236,32.392757 parent: 2 - proto: MagazinePistolSubMachineGun entities: - - uid: 21518 + - uid: 21499 components: - type: Transform pos: 29.960567,32.527683 parent: 2 - - uid: 21519 + - uid: 21500 components: - type: Transform pos: 29.952528,32.56383 parent: 2 - - uid: 21520 + - uid: 21501 components: - type: Transform pos: 29.936903,32.548206 parent: 2 - - uid: 21521 + - uid: 21502 components: - type: Transform pos: 29.968153,32.610706 parent: 2 - - uid: 21522 + - uid: 21503 components: - type: Transform rot: 3.141592653589793 rad pos: 29.992437,32.514297 parent: 2 - - uid: 21523 + - uid: 21504 components: - type: Transform rot: 3.141592653589793 rad @@ -143056,413 +143481,419 @@ entities: parent: 2 - proto: MagazinePistolSubMachineGunTopMounted entities: - - uid: 21524 + - uid: 21505 components: - type: Transform pos: 6.551134,22.646631 parent: 2 - - uid: 21525 + - uid: 21506 components: - type: Transform pos: 6.5377827,22.587479 parent: 2 - proto: MagicDiceBag entities: - - uid: 21526 + - uid: 21507 components: - type: Transform pos: -47.440662,5.801874 parent: 2 - proto: MaintenanceFluffSpawner entities: - - uid: 21527 + - uid: 21508 components: - type: Transform rot: 3.141592653589793 rad pos: 30.5,46.5 parent: 2 - - uid: 21528 + - uid: 21509 components: - type: Transform rot: 3.141592653589793 rad pos: 22.5,51.5 parent: 2 - - uid: 21529 + - uid: 21510 components: - type: Transform rot: 3.141592653589793 rad pos: 70.5,-66.5 parent: 2 - - uid: 21530 + - uid: 21511 components: - type: Transform pos: 15.5,-66.5 parent: 2 - - uid: 21531 + - uid: 21512 components: - type: Transform pos: 12.5,-53.5 parent: 2 - - uid: 21532 + - uid: 21513 components: - type: Transform pos: -15.5,-29.5 parent: 2 - - uid: 21533 + - uid: 21514 components: - type: Transform rot: -1.5707963267948966 rad pos: -16.5,-16.5 parent: 2 - - uid: 21534 + - uid: 21515 components: - type: Transform rot: -1.5707963267948966 rad pos: -8.5,-10.5 parent: 2 - - uid: 21535 + - uid: 21516 components: - type: Transform rot: -1.5707963267948966 rad pos: -11.5,-8.5 parent: 2 - - uid: 21536 + - uid: 21517 components: - type: Transform pos: -35.5,-22.5 parent: 2 - - uid: 21537 + - uid: 21518 components: - type: Transform pos: 43.5,-8.5 parent: 2 - - uid: 21538 + - uid: 21519 components: - type: Transform pos: -50.5,-62.5 parent: 2 - - uid: 21539 + - uid: 21520 components: - type: Transform pos: -36.5,-69.5 parent: 2 - - uid: 21540 + - uid: 21521 components: - type: Transform pos: 57.5,-3.5 parent: 2 - - uid: 21541 + - uid: 21522 components: - type: Transform pos: -3.5,30.5 parent: 2 - - uid: 21542 + - uid: 21523 components: - type: Transform pos: -15.5,21.5 parent: 2 - - uid: 21543 + - uid: 21524 components: - type: Transform pos: -49.5,15.5 parent: 2 - - uid: 21544 + - uid: 21525 components: - type: Transform pos: 15.5,57.5 parent: 2 - - uid: 21545 + - uid: 21526 components: - type: Transform pos: -14.5,-82.5 parent: 2 - - uid: 21546 + - uid: 21527 components: - type: Transform rot: 3.141592653589793 rad pos: 43.5,-62.5 parent: 2 - - uid: 21547 + - uid: 21528 components: - type: Transform pos: -32.5,-7.5 parent: 2 - - uid: 21548 + - uid: 21529 components: - type: Transform pos: 6.5,-13.5 parent: 2 - - uid: 21549 + - uid: 21530 components: - type: Transform pos: 54.5,61.5 parent: 2 + - uid: 21531 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-62.5 + parent: 2 - proto: MaintenancePlantSpawner entities: - - uid: 21550 + - uid: 21532 components: - type: Transform pos: -55.5,-66.5 parent: 2 - - uid: 21551 + - uid: 21533 components: - type: Transform pos: -52.5,-68.5 parent: 2 - - uid: 21552 + - uid: 21534 components: - type: Transform pos: -53.5,-68.5 parent: 2 - - uid: 21553 + - uid: 21535 components: - type: Transform pos: -56.5,-68.5 parent: 2 - - uid: 21554 + - uid: 21536 components: - type: Transform pos: -53.5,-66.5 parent: 2 - - uid: 21555 + - uid: 21537 components: - type: Transform pos: -54.5,-67.5 parent: 2 - - uid: 21556 + - uid: 21538 components: - type: Transform pos: -26.5,31.5 parent: 2 - - uid: 21557 + - uid: 21539 components: - type: Transform pos: 52.5,39.5 parent: 2 - - uid: 21558 + - uid: 21540 components: - type: Transform pos: -7.5,49.5 parent: 2 - - uid: 21559 + - uid: 21541 components: - type: Transform pos: -28.5,-98.5 parent: 2 - - uid: 21560 + - uid: 21542 components: - type: Transform pos: -54.5,-66.5 parent: 2 - - uid: 21561 + - uid: 21543 components: - type: Transform pos: 22.5,-50.5 parent: 2 - - uid: 21562 + - uid: 21544 components: - type: Transform pos: -4.5,53.5 parent: 2 - - uid: 21563 + - uid: 21545 components: - type: Transform pos: 10.5,53.5 parent: 2 - - uid: 21564 + - uid: 21546 components: - type: Transform pos: 8.5,53.5 parent: 2 - - uid: 21565 + - uid: 21547 components: - type: Transform pos: 7.5,54.5 parent: 2 - proto: MaintenanceToolSpawner entities: - - uid: 21566 + - uid: 21548 components: - type: Transform pos: -13.5,12.5 parent: 2 - - uid: 21567 + - uid: 21549 components: - type: Transform pos: 36.5,-50.5 parent: 2 - - uid: 21568 + - uid: 21550 components: - type: Transform rot: 1.5707963267948966 rad pos: -55.5,-6.5 parent: 2 - - uid: 21569 + - uid: 21551 components: - type: Transform pos: -52.5,-15.5 parent: 2 - - uid: 21570 + - uid: 21552 components: - type: Transform pos: -24.5,-52.5 parent: 2 - - uid: 21571 + - uid: 21553 components: - type: Transform pos: 0.5,23.5 parent: 2 - - uid: 21572 + - uid: 21554 components: - type: Transform pos: -3.5,34.5 parent: 2 - - uid: 21573 + - uid: 21555 components: - type: Transform pos: -49.5,14.5 parent: 2 - - uid: 21574 + - uid: 21556 components: - type: Transform pos: 3.5,-17.5 parent: 2 - - uid: 21575 + - uid: 21557 components: - type: Transform pos: 59.5,2.5 parent: 2 - - uid: 21576 + - uid: 21558 components: - type: Transform pos: 53.5,47.5 parent: 2 - - uid: 21577 + - uid: 21559 components: - type: Transform pos: 67.5,8.5 parent: 2 - - uid: 21578 + - uid: 21560 components: - type: Transform pos: 18.5,39.5 parent: 2 - - uid: 21579 + - uid: 21561 components: - type: Transform pos: 16.5,56.5 parent: 2 - - uid: 21580 + - uid: 21562 components: - type: Transform pos: -4.5,-82.5 parent: 2 - - uid: 21581 + - uid: 21563 components: - type: Transform pos: -8.5,-82.5 parent: 2 - - uid: 21582 + - uid: 21564 components: - type: Transform pos: 58.5,-30.5 parent: 2 - - uid: 21583 + - uid: 21565 components: - type: Transform pos: 53.5,-28.5 parent: 2 - - uid: 21584 + - uid: 21566 components: - type: Transform pos: 46.5,-63.5 parent: 2 - - uid: 21585 + - uid: 21567 components: - type: Transform pos: 44.5,-8.5 parent: 2 - - uid: 21586 + - uid: 21568 components: - type: Transform pos: 5.5,-13.5 parent: 2 - proto: MaintenanceWeaponSpawner entities: - - uid: 21587 + - uid: 21569 components: - type: Transform pos: 55.5,61.5 parent: 2 - - uid: 21588 + - uid: 21570 components: - type: Transform pos: -49.5,-74.5 parent: 2 - - uid: 21589 + - uid: 21571 components: - type: Transform pos: 35.5,-12.5 parent: 2 - - uid: 21590 + - uid: 21572 components: - type: Transform pos: -29.5,-28.5 parent: 2 - - uid: 21591 + - uid: 21573 components: - type: Transform pos: -12.5,17.5 parent: 2 - - uid: 21592 + - uid: 21574 components: - type: Transform pos: 51.5,45.5 parent: 2 - - uid: 21593 + - uid: 21575 components: - type: Transform pos: 43.5,37.5 parent: 2 - - uid: 21594 + - uid: 21576 components: - type: Transform pos: -6.5,-88.5 parent: 2 - - uid: 21595 + - uid: 21577 components: - type: Transform rot: 3.141592653589793 rad pos: 49.5,-66.5 parent: 2 - - uid: 21596 + - uid: 21578 components: - type: Transform rot: 3.141592653589793 rad pos: 66.5,-61.5 parent: 2 - - uid: 21597 + - uid: 21579 components: - type: Transform pos: -48.5,16.5 parent: 2 - - uid: 21598 + - uid: 21580 components: - type: Transform pos: -28.5,-5.5 parent: 2 - - uid: 21599 + - uid: 21581 components: - type: Transform pos: 42.5,-7.5 parent: 2 - - uid: 21600 + - uid: 21582 components: - type: Transform rot: -1.5707963267948966 rad pos: -51.5,-88.5 parent: 2 - - uid: 21601 + - uid: 21583 components: - type: Transform rot: 1.5707963267948966 rad @@ -143470,313 +143901,333 @@ entities: parent: 2 - proto: Matchbox entities: - - uid: 21602 + - uid: 21584 components: - type: Transform pos: 61.092392,-1.3427626 parent: 2 - - uid: 21603 + - uid: 21585 components: - type: Transform pos: -38.035473,16.606607 parent: 2 - proto: MaterialCloth entities: - - uid: 21604 + - uid: 21586 components: - type: Transform pos: 2.4694777,-7.332773 parent: 2 - - uid: 21605 + - uid: 21587 components: - type: Transform pos: 2.5319777,-7.395273 parent: 2 - - uid: 21606 + - uid: 21588 components: - type: Transform pos: 2.4851027,-7.379648 parent: 2 - proto: MaterialDiamond1 entities: - - uid: 21607 + - uid: 21589 components: - type: Transform pos: 59.45189,-51.928257 parent: 2 - proto: MaterialDurathread entities: - - uid: 21608 + - uid: 21590 components: - type: Transform pos: 2.6569777,-7.614023 parent: 2 - proto: MaterialReclaimer entities: - - uid: 21609 + - uid: 21591 components: - type: Transform pos: -39.5,18.5 parent: 2 - proto: MaterialWoodPlank entities: - - uid: 21610 + - uid: 21592 components: - type: Transform rot: 3.141592653589793 rad pos: 38.425755,46.464603 parent: 2 - - uid: 21611 + - uid: 21593 components: - type: Transform pos: -32.447933,-98.42257 parent: 2 - proto: MaterialWoodPlank1 entities: - - uid: 21612 + - uid: 21594 components: - type: Transform pos: 50.46261,24.730665 parent: 2 - - uid: 21613 + - uid: 21595 components: - type: Transform pos: 17.500986,29.51836 parent: 2 - proto: MatterBinStockPart entities: - - uid: 21614 + - uid: 21596 components: - type: Transform pos: -50.47893,-29.292162 parent: 2 - proto: MedicalBed entities: - - uid: 21615 - components: - - type: Transform - pos: 44.5,5.5 - parent: 2 - - uid: 21616 + - uid: 21597 components: - type: Transform - pos: -9.5,-57.5 + pos: -17.5,-51.5 parent: 2 - - uid: 21617 + - uid: 21598 components: - type: Transform - pos: -12.5,-57.5 + pos: -7.5,-58.5 parent: 2 - - uid: 21618 + - uid: 21599 components: - type: Transform - pos: -3.5,-57.5 + pos: -1.5,-58.5 parent: 2 - - uid: 21619 + - uid: 21600 components: - type: Transform - pos: -0.5,-57.5 + pos: -7.5,-62.5 parent: 2 - - uid: 21620 + - uid: 21601 components: - type: Transform - pos: -21.5,-54.5 + pos: -1.5,-60.5 parent: 2 - - uid: 21621 + - uid: 21602 components: - type: Transform - pos: 44.5,4.5 + pos: -1.5,-62.5 parent: 2 - - uid: 21622 + - uid: 21603 components: - type: Transform - pos: -6.5,-57.5 + pos: 44.5,5.5 parent: 2 - - uid: 21623 + - uid: 21604 components: - type: Transform - pos: 6.5,-56.5 + pos: 44.5,4.5 parent: 2 - proto: MedicalTechFab entities: - - uid: 21624 + - uid: 21605 components: - type: Transform pos: -16.5,-48.5 parent: 2 - proto: MedkitBruteFilled entities: - - uid: 21625 + - uid: 21606 + components: + - type: Transform + pos: -22.606812,-58.463657 + parent: 2 + - uid: 21607 + components: + - type: Transform + pos: -22.294312,-58.166782 + parent: 2 + - uid: 21608 components: - type: Transform pos: 45.394405,8.60885 parent: 2 - - uid: 21626 + - uid: 21609 components: - type: Transform pos: 19.413246,-20.453436 parent: 2 - - uid: 21627 + - uid: 21610 components: - type: Transform - pos: 9.446222,-62.560196 + pos: 29.573622,4.6594224 parent: 2 - - uid: 21628 + - uid: 21611 components: - type: Transform - pos: 29.573622,4.6594224 + pos: 55.59084,42.504738 parent: 2 - - uid: 21629 + - uid: 21612 components: - type: Transform - pos: 9.774347,-62.35707 + pos: -3.5951629,-54.456844 parent: 2 - - uid: 21630 + - uid: 21613 components: - type: Transform - pos: 55.59084,42.504738 + pos: -3.9076629,-54.50372 parent: 2 - proto: MedkitBurnFilled entities: - - uid: 21631 + - uid: 21614 components: - type: Transform - pos: 9.368097,-58.216446 + pos: -26.155916,-57.407654 parent: 2 - - uid: 21632 + - uid: 21615 components: - type: Transform - pos: 9.633722,-58.372696 + pos: 18.55885,-21.682238 parent: 2 - - uid: 21633 + - uid: 21616 components: - type: Transform - pos: 18.55885,-21.682238 + pos: -26.546541,-57.532654 parent: 2 - proto: MedkitCombatFilled entities: - - uid: 21634 + - uid: 21617 components: - type: Transform pos: -22.488134,-54.362434 parent: 2 - proto: MedkitFilled entities: - - uid: 21635 + - uid: 21618 components: - type: Transform pos: 18.506996,-21.230959 parent: 2 - - uid: 21636 + - uid: 21619 components: - type: Transform pos: 52.41982,-43.535877 parent: 2 + - uid: 24594 + components: + - type: Transform + pos: -26.331808,-59.92997 + parent: 2 + - uid: 31634 + components: + - type: Transform + pos: -26.675558,-60.289345 + parent: 2 - proto: MedkitOxygenFilled entities: - - uid: 21637 + - uid: 21620 components: - type: Transform - pos: 10.352472,-61.403946 + pos: -22.780584,-57.75086 parent: 2 - - uid: 21638 + - uid: 21621 components: - type: Transform - pos: 10.649347,-61.57582 + pos: -22.405584,-57.453983 parent: 2 - - uid: 21639 + - uid: 21622 components: - type: Transform - pos: 18.533411,-22.207966 + pos: 18.399206,-20.724741 parent: 2 - - uid: 21640 + - uid: 21623 components: - type: Transform pos: -23.768847,-36.553474 parent: 2 - - uid: 21641 + - uid: 21624 components: - type: Transform pos: 59.446957,-3.3832169 parent: 2 - - uid: 21642 + - uid: 21625 components: - type: Transform pos: 65.55114,-6.3846307 parent: 2 - - uid: 21643 + - uid: 21626 components: - type: Transform pos: -34.54821,20.589455 parent: 2 - - uid: 21644 + - uid: 21627 components: - type: Transform pos: 64.63776,28.514448 parent: 2 - - uid: 21645 + - uid: 21628 components: - type: Transform pos: -70.47538,-28.482313 parent: 2 + - uid: 21629 + components: + - type: Transform + pos: -5.3356323,-54.403687 + parent: 2 - proto: MedkitRadiationFilled entities: - - uid: 21646 + - uid: 21630 components: - type: Transform - pos: 10.352472,-60.278946 + pos: -23.766115,-57.424603 parent: 2 - - uid: 21647 + - uid: 21631 components: - type: Transform - pos: 10.649347,-60.466446 + pos: -24.18799,-57.596478 parent: 2 - - uid: 21648 + - uid: 21632 components: - type: Transform pos: -62.43085,-27.543978 parent: 2 - proto: MedkitToxinFilled entities: - - uid: 21649 + - uid: 21633 components: - type: Transform - pos: 10.350285,-59.237457 + pos: -25.011272,-57.339924 parent: 2 - - uid: 21650 + - uid: 21634 components: - type: Transform - pos: 10.649347,-59.372696 + pos: -25.433147,-57.54305 parent: 2 - proto: MicroManipulatorStockPart entities: - - uid: 21651 + - uid: 21635 components: - type: Transform pos: 57.42882,-47.52101 parent: 2 - proto: MicrowaveMachineCircuitboard entities: - - uid: 21652 + - uid: 21636 components: - type: Transform pos: 41.53089,-54.195484 parent: 2 - proto: Mirror entities: - - uid: 21653 + - uid: 21637 components: - type: Transform rot: -1.5707963267948966 rad pos: -32.5,-3.5 parent: 2 - - uid: 21654 + - uid: 21638 components: - type: Transform rot: -1.5707963267948966 rad pos: -32.5,-2.5 parent: 2 - - uid: 21655 + - uid: 21639 components: - type: Transform rot: 3.141592653589793 rad @@ -143784,14 +144235,14 @@ entities: parent: 2 - proto: ModularGrenade entities: - - uid: 21656 + - uid: 21640 components: - type: Transform pos: 65.475975,-29.06539 parent: 2 - proto: MonkeyCube entities: - - uid: 21657 + - uid: 21641 components: - type: Transform rot: -1.5707963267948966 rad @@ -143799,128 +144250,104 @@ entities: parent: 2 - proto: MonkeyCubeWrapped entities: - - uid: 21658 + - uid: 21642 components: - type: Transform pos: 73.2274,-38.215343 parent: 2 - - uid: 21659 + - uid: 21643 components: - type: Transform pos: 73.19615,-38.35597 parent: 2 - - uid: 21660 + - uid: 21644 components: - type: Transform pos: -6.631571,49.76703 parent: 2 - - uid: 21661 + - uid: 21645 components: - type: Transform pos: -6.787821,49.64203 parent: 2 - proto: MoonBattlemap entities: - - uid: 21662 + - uid: 21646 components: - type: Transform pos: 10.548178,-6.825127 parent: 2 - proto: MopBucket entities: - - uid: 21663 + - uid: 21647 components: - type: Transform pos: -9.522026,-69.41262 parent: 2 - - uid: 21664 + - uid: 21648 components: - type: Transform pos: -7.441774,-23.373123 parent: 2 - - uid: 21665 + - uid: 21649 components: - type: Transform pos: 52.057404,15.557394 parent: 2 - - uid: 21666 + - uid: 21650 components: - type: Transform pos: 15.4907,31.562498 parent: 2 - - uid: 21667 + - uid: 21651 components: - type: Transform pos: -8.510638,-21.457159 parent: 2 - proto: MopItem entities: - - uid: 21668 + - uid: 21652 components: - type: Transform pos: -7.5762715,-19.507223 parent: 2 - - uid: 21669 + - uid: 21653 components: - type: Transform rot: -1.5707963267948966 rad pos: -9.459526,-68.63137 parent: 2 - - uid: 21670 + - uid: 21654 components: - type: Transform pos: -13.596031,-22.66943 parent: 2 - - uid: 21671 + - uid: 21655 components: - type: Transform pos: -13.473024,-22.732498 parent: 2 - - uid: 21672 + - uid: 21656 components: - type: Transform pos: 51.744904,15.651144 parent: 2 - proto: Morgue entities: - - uid: 21673 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-65.5 - parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1495 - moles: - - 8.10692 - - 30.497463 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 21674 + - uid: 21657 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-64.5 + rot: 1.5707963267948966 rad + pos: -16.5,-63.5 parent: 2 - type: EntityStorage air: volume: 200 immutable: False - temperature: 293.1495 + temperature: 293.14957 moles: - - 8.10692 - - 30.497463 + - 8.402782 + - 31.610466 - 0 - 0 - 0 @@ -143931,11 +144358,11 @@ entities: - 0 - 0 - 0 - - uid: 21675 + - uid: 21658 components: - type: Transform rot: 1.5707963267948966 rad - pos: -13.5,-64.5 + pos: -16.5,-64.5 parent: 2 - type: EntityStorage air: @@ -143955,11 +144382,11 @@ entities: - 0 - 0 - 0 - - uid: 21676 + - uid: 21659 components: - type: Transform rot: 1.5707963267948966 rad - pos: -13.5,-65.5 + pos: -16.5,-65.5 parent: 2 - type: EntityStorage air: @@ -143979,20 +144406,20 @@ entities: - 0 - 0 - 0 - - uid: 21677 + - uid: 21660 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-66.5 + rot: -1.5707963267948966 rad + pos: -28.5,10.5 parent: 2 - type: EntityStorage air: volume: 200 immutable: False - temperature: 293.1495 + temperature: 293.14957 moles: - - 8.10692 - - 30.497463 + - 8.402782 + - 31.610466 - 0 - 0 - 0 @@ -144003,20 +144430,20 @@ entities: - 0 - 0 - 0 - - uid: 21678 + - uid: 21661 components: - type: Transform rot: -1.5707963267948966 rad - pos: -14.5,-64.5 + pos: -28.5,9.5 parent: 2 - type: EntityStorage air: volume: 200 immutable: False - temperature: 293.1495 + temperature: 293.14957 moles: - - 8.10692 - - 30.497463 + - 8.402782 + - 31.610466 - 0 - 0 - 0 @@ -144027,537 +144454,362 @@ entities: - 0 - 0 - 0 - - uid: 21679 + - uid: 21662 components: - type: Transform rot: -1.5707963267948966 rad - pos: -14.5,-65.5 + pos: -14.5,-63.5 parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1495 - moles: - - 8.10692 - - 30.497463 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 21680 + - uid: 21663 components: - type: Transform rot: -1.5707963267948966 rad - pos: -14.5,-66.5 + pos: -14.5,-64.5 parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1495 - moles: - - 8.10692 - - 30.497463 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 21681 + - uid: 21664 components: - type: Transform rot: -1.5707963267948966 rad - pos: -11.5,-66.5 + pos: -14.5,-65.5 parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14948 - moles: - - 7.458366 - - 28.057667 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 21682 + - uid: 21665 components: - type: Transform rot: -1.5707963267948966 rad - pos: -11.5,-63.5 + pos: -14.5,-66.5 parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14957 - moles: - - 8.402782 - - 31.610466 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 21683 + - uid: 21666 components: - type: Transform rot: 1.5707963267948966 rad - pos: -16.5,-63.5 + pos: -12.5,-63.5 parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14957 - moles: - - 8.402782 - - 31.610466 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 21684 + - uid: 21667 components: - type: Transform rot: 1.5707963267948966 rad - pos: -16.5,-64.5 + pos: -12.5,-64.5 parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14948 - moles: - - 7.458366 - - 28.057667 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 21685 + - uid: 21668 components: - type: Transform rot: 1.5707963267948966 rad - pos: -16.5,-65.5 + pos: -12.5,-65.5 parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14948 - moles: - - 7.458366 - - 28.057667 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 21686 + - uid: 21669 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-63.5 + parent: 2 + - uid: 21670 components: - type: Transform rot: 1.5707963267948966 rad - pos: -16.5,-66.5 + pos: -12.5,-66.5 parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14948 - moles: - - 7.458366 - - 28.057667 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 21687 + - uid: 21671 components: - type: Transform rot: -1.5707963267948966 rad - pos: -28.5,10.5 + pos: -10.5,-64.5 parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14957 - moles: - - 8.402782 - - 31.610466 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 21688 + - uid: 21672 components: - type: Transform rot: -1.5707963267948966 rad - pos: -28.5,9.5 + pos: -10.5,-65.5 + parent: 2 + - uid: 21673 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-66.5 parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14957 - moles: - - 8.402782 - - 31.610466 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - proto: MouseTimedSpawner entities: - - uid: 21689 + - uid: 21674 components: - type: Transform pos: -56.5,-48.5 parent: 2 - - uid: 21690 + - uid: 21675 components: - type: Transform pos: 43.5,-10.5 parent: 2 - - uid: 21691 + - uid: 21676 components: - type: Transform pos: 62.5,13.5 parent: 2 - - uid: 21692 + - uid: 21677 components: - type: Transform pos: 5.5,-70.5 parent: 2 - proto: Multitool entities: - - uid: 21693 + - uid: 21678 components: - type: Transform rot: 1.5707963267948966 rad pos: 12.526134,20.708286 parent: 2 - - uid: 21694 + - uid: 21679 components: - type: Transform pos: 53.354275,-43.443607 parent: 2 - - uid: 21695 + - uid: 21680 components: - type: Transform pos: -25.14612,-19.37103 parent: 2 - - uid: 21696 + - uid: 21681 components: - type: Transform pos: -23.347115,-36.422188 parent: 2 - - uid: 21697 + - uid: 21682 components: - type: Transform rot: -1.5707963267948966 rad pos: -36.559425,-33.012554 parent: 2 - - uid: 21698 + - uid: 21683 components: - type: Transform pos: -56.47646,-35.42343 parent: 2 - - uid: 21699 + - uid: 21684 components: - type: Transform pos: -40.522213,25.653383 parent: 2 - - uid: 21700 + - uid: 21685 components: - type: Transform rot: 3.141592653589793 rad pos: -32.80296,29.595348 parent: 2 - - uid: 21701 + - uid: 21686 components: - type: Transform pos: -27.507483,24.649845 parent: 2 - - uid: 21702 + - uid: 21687 components: - type: Transform pos: 73.29074,-44.41717 parent: 2 - - uid: 21703 + - uid: 21688 components: - type: Transform pos: 58.474205,51.52541 parent: 2 - - uid: 21704 + - uid: 21689 components: - type: Transform pos: -57.653404,-25.398897 parent: 2 - type: NetworkConfigurator devices: - 'UID: 31532': 12727 - - uid: 21705 + 'UID: 31532': 12741 + - uid: 21690 components: - type: Transform pos: 72.48785,36.5135 parent: 2 - - uid: 21706 + - uid: 21691 components: - type: Transform pos: -29.3818,-98.32888 parent: 2 - type: NetworkConfigurator devices: - 'UID: 39451': 19847 - 'UID: 39450': 20087 - 'UID: 39636': 916 - - uid: 21707 + 'UID: 39451': 19839 + 'UID: 39450': 20082 + 'UID: 39636': 904 + - uid: 21692 components: - type: Transform pos: -28.40416,-19.522995 parent: 2 - - uid: 21708 - components: - - type: Transform - pos: -26.512882,-61.421627 - parent: 2 - - uid: 21709 + - uid: 21693 components: - type: Transform pos: -71.37105,-28.43189 parent: 2 - type: NetworkConfigurator devices: - 'UID: 32940': 933 - 'UID: 32944': 15338 - 'UID: 32945': 15339 + 'UID: 32940': 921 + 'UID: 32944': 15314 + 'UID: 32945': 15315 linkModeActive: False + - uid: 21694 + components: + - type: Transform + pos: 0.35771263,-60.31445 + parent: 2 - proto: NitrogenCanister entities: - - uid: 21710 + - uid: 21695 components: - type: Transform pos: -8.5,-72.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 21711 + - uid: 21696 components: - type: Transform pos: 45.5,-51.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 21712 + - uid: 21697 components: - type: Transform pos: -50.5,-54.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 21713 + - uid: 21698 components: - type: Transform pos: -39.5,-38.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 21714 + - uid: 21699 components: - type: Transform pos: -51.5,-70.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 21715 + - uid: 21700 components: - type: Transform pos: -26.5,37.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 21716 + - uid: 21701 components: - type: Transform pos: -28.5,41.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 21717 + - uid: 21702 components: - type: Transform pos: 72.5,-35.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 21718 + - uid: 21703 components: - type: Transform pos: 46.5,-51.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 21719 + - uid: 21704 components: - type: Transform - pos: -22.5,-62.5 + pos: 3.5,-73.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 21720 + - uid: 21705 components: - type: Transform - pos: 3.5,-73.5 + pos: 9.5,-59.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - proto: NitrogenTankFilled entities: - - uid: 21721 - components: - - type: Transform - pos: -22.469156,-57.61924 - parent: 2 - - uid: 21722 + - uid: 21706 components: - type: Transform pos: -54.344475,0.46202505 parent: 2 - - uid: 21723 + - uid: 21707 components: - type: Transform pos: -49.491314,1.5773844 parent: 2 - - uid: 21724 + - uid: 21708 components: - type: Transform pos: -70.575325,-25.445038 parent: 2 - - uid: 21725 + - uid: 21709 components: - type: Transform pos: 64.52838,29.170698 parent: 2 - proto: NitrousOxideCanister entities: - - uid: 21726 + - uid: 21710 components: - type: Transform pos: -38.5,-38.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 21727 + - uid: 21711 components: - type: Transform pos: 54.5,-55.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 21728 + - uid: 21712 components: - type: Transform pos: -76.5,-46.5 parent: 2 - type: AtmosDevice joinedGrid: 2 -- proto: NitrousOxideTank +- proto: NitrousOxideTankFilled entities: - - uid: 21729 + - uid: 21713 components: - type: Transform - pos: -3.498691,-65.92361 + pos: -15.868101,-35.49305 parent: 2 -- proto: NitrousOxideTankFilled - entities: - - uid: 21730 + - uid: 21714 components: - type: Transform - pos: -15.868101,-35.49305 + pos: -15.496076,-55.940407 parent: 2 - proto: NodeScanner entities: - - uid: 21731 + - uid: 21715 components: - type: Transform pos: 73.66279,-38.523205 parent: 2 - proto: NoticeBoard entities: - - uid: 21732 + - uid: 21716 components: - type: Transform pos: -0.5,4.5 parent: 2 - - uid: 21733 + - uid: 21717 components: - type: Transform pos: 13.5,15.5 parent: 2 - proto: NuclearBomb entities: - - uid: 21734 + - uid: 21718 components: - type: Transform rot: -1.5707963267948966 rad @@ -144565,929 +144817,904 @@ entities: parent: 2 - proto: NuclearBombKeg entities: - - uid: 21735 + - uid: 21719 components: - type: Transform pos: 46.5,-29.5 parent: 2 - proto: Ointment entities: - - uid: 21736 + - uid: 21720 components: - type: Transform rot: -1.5707963267948966 rad pos: 47.628784,4.507307 parent: 2 - - uid: 21737 - components: - - type: Transform - pos: -12.245195,-56.394966 - parent: 2 - - uid: 21738 - components: - - type: Transform - pos: -9.307695,-56.332466 - parent: 2 - - uid: 21739 - components: - - type: Transform - pos: -6.2759557,-56.37934 - parent: 2 - - uid: 21740 - components: - - type: Transform - pos: -3.256374,-56.363716 - parent: 2 - - uid: 21741 - components: - - type: Transform - pos: -0.2810341,-56.37934 - parent: 2 - proto: OnionRedSeeds entities: - - uid: 21742 + - uid: 21721 components: - type: Transform pos: -32.362232,6.029836 parent: 2 - proto: OnionSeeds entities: - - uid: 21743 + - uid: 21722 components: - type: Transform pos: -32.52041,6.4317174 parent: 2 - proto: OperatingTable entities: - - uid: 21744 + - uid: 21723 components: - type: Transform - pos: -15.5,-33.5 + pos: -13.5,-54.5 parent: 2 - - uid: 21745 + - uid: 21724 components: - type: Transform - pos: -1.5,-65.5 + pos: -15.5,-33.5 parent: 2 - - uid: 21746 + - uid: 21725 components: - type: Transform pos: -7.5,-97.5 parent: 2 - - uid: 21747 + - uid: 21726 components: - type: Transform pos: 71.5,-48.5 parent: 2 - proto: OreBag entities: - - uid: 21748 + - uid: 21727 components: - type: Transform pos: -41.057323,35.546143 parent: 2 - proto: OreBox entities: - - uid: 21749 + - uid: 21728 components: - type: Transform pos: -43.5,35.5 parent: 2 - - uid: 21750 + - uid: 21729 components: - type: Transform pos: -42.5,35.5 parent: 2 - proto: OreProcessor entities: - - uid: 21751 + - uid: 21730 components: - type: Transform pos: -41.5,26.5 parent: 2 - proto: OxygenCanister entities: - - uid: 21752 + - uid: 21731 components: - type: Transform pos: -76.5,-44.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 21753 + - uid: 21732 components: - type: Transform pos: -9.5,-72.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 21754 + - uid: 21733 components: - type: Transform pos: 59.5,29.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 21755 + - uid: 21734 components: - type: Transform pos: 45.5,-52.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 21756 + - uid: 21735 components: - type: Transform pos: -25.5,-31.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 21757 + - uid: 21736 components: - type: Transform pos: -50.5,-52.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 21758 + - uid: 21737 components: - type: Transform pos: -37.5,-38.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 21759 + - uid: 21738 components: - type: Transform pos: -25.5,-55.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 21760 + - uid: 21739 components: - type: Transform pos: -34.5,-30.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 21761 + - uid: 21740 components: - type: Transform pos: -48.5,28.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 21762 + - uid: 21741 components: - type: Transform pos: -31.5,17.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 21763 + - uid: 21742 components: - type: Transform pos: -29.5,41.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 21764 + - uid: 21743 components: - type: Transform pos: 73.5,-35.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 21765 + - uid: 21744 components: - type: Transform pos: 46.5,-52.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 21766 + - uid: 21745 components: - type: Transform - pos: -25.5,-62.5 + pos: 4.5,-73.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 21767 + - uid: 21746 components: - type: Transform - pos: 4.5,-73.5 + pos: 9.5,-58.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - proto: OxygenTankFilled entities: - - uid: 21768 + - uid: 21747 components: - type: Transform pos: -54.60223,0.49364984 parent: 2 - - uid: 21769 + - uid: 21748 components: - type: Transform - pos: -22.609781,-57.353615 + pos: 64.41901,29.545698 parent: 2 - - uid: 31649 + - uid: 21749 components: - type: Transform - pos: 64.41901,29.545698 + pos: 67.49378,-65.34203 parent: 2 - - uid: 31650 + - uid: 21750 components: - type: Transform - pos: 67.49378,-65.34203 + pos: 9.439098,-60.43679 parent: 2 - proto: PaintingAmogusTriptych entities: - - uid: 21770 + - uid: 21751 components: - type: Transform pos: -16.5,-36.5 parent: 2 - - uid: 21771 + - uid: 21752 components: - type: Transform pos: 45.5,-12.5 parent: 2 - proto: PaintingHelloWorld entities: - - uid: 21772 + - uid: 21753 components: - type: Transform pos: 10.5,-35.5 parent: 2 - proto: PaintingMonkey entities: - - uid: 21773 + - uid: 21754 components: - type: Transform pos: 13.5,-9.5 parent: 2 - - uid: 21774 + - uid: 21755 components: - type: Transform pos: 9.5,-38.5 parent: 2 - proto: PaintingNightHawks entities: - - uid: 21775 + - uid: 21756 components: - type: Transform pos: -9.5,-34.5 parent: 2 - proto: PaintingSkeletonBoof entities: - - uid: 21776 + - uid: 21757 components: - type: Transform pos: 9.5,-3.5 parent: 2 - proto: PaintingSkeletonCigarette entities: - - uid: 21777 + - uid: 21758 components: - type: Transform pos: -14.5,-36.5 parent: 2 - proto: PaintingTheGreatWave entities: - - uid: 21778 + - uid: 21759 components: - type: Transform pos: 30.5,-26.5 parent: 2 - proto: PaintingTheKiss entities: - - uid: 21779 + - uid: 21760 components: - type: Transform pos: 11.5,-35.5 parent: 2 - proto: PaintingTheScream entities: - - uid: 21780 + - uid: 21761 components: - type: Transform pos: -7.5,-35.5 parent: 2 - proto: PaintingTheSonOfMan entities: - - uid: 21781 + - uid: 21762 components: - type: Transform pos: -25.5,16.5 parent: 2 - proto: Paper entities: - - uid: 21782 + - uid: 21763 components: - type: Transform pos: 20.483978,-12.296361 parent: 2 - - uid: 21783 + - uid: 21764 components: - type: Transform pos: 20.661783,-12.471693 parent: 2 - - uid: 21784 + - uid: 21765 components: - type: Transform pos: 24.486351,19.53259 parent: 2 - - uid: 21785 + - uid: 21766 components: - type: Transform pos: 6.351438,20.675463 parent: 2 - - uid: 21786 + - uid: 21767 components: - type: Transform rot: -1.5707963267948966 rad pos: -12.583234,-18.98207 parent: 2 - - uid: 21787 + - uid: 21768 components: - type: Transform rot: 1.5707963267948966 rad pos: -28.478912,45.366596 parent: 2 - - uid: 21788 + - uid: 21769 components: - type: Transform rot: 1.5707963267948966 rad pos: -28.478912,45.366596 parent: 2 - - uid: 21789 + - uid: 21770 components: - type: Transform rot: 1.5707963267948966 rad pos: -28.478912,45.366596 parent: 2 - - uid: 21790 + - uid: 21771 components: - type: Transform rot: 1.5707963267948966 rad pos: -28.478912,45.366596 parent: 2 - - uid: 21791 + - uid: 21772 components: - type: Transform rot: 1.5707963267948966 rad pos: -28.478912,45.366596 parent: 2 - - uid: 21792 + - uid: 21773 components: - type: Transform rot: 1.5707963267948966 rad pos: -28.478912,45.366596 parent: 2 - - uid: 21793 + - uid: 21774 components: - type: Transform rot: 1.5707963267948966 rad pos: -28.478912,45.366596 parent: 2 - - uid: 21794 + - uid: 21775 components: - type: Transform rot: 1.5707963267948966 rad pos: -28.478912,45.366596 parent: 2 - - uid: 21795 + - uid: 21776 components: - type: Transform rot: 1.5707963267948966 rad pos: -28.478912,45.366596 parent: 2 - - uid: 21796 + - uid: 21777 components: - type: Transform rot: 1.5707963267948966 rad pos: -28.478912,45.366596 parent: 2 - - uid: 21797 + - uid: 21778 components: - type: Transform rot: 1.5707963267948966 rad pos: -28.478912,45.366596 parent: 2 - - uid: 21798 + - uid: 21779 components: - type: Transform rot: 3.141592653589793 rad pos: -10.57877,-37.384254 parent: 2 - - uid: 21799 + - uid: 21780 components: - type: Transform rot: 3.141592653589793 rad pos: -10.57877,-37.384254 parent: 2 - - uid: 21800 + - uid: 21781 components: - type: Transform rot: 3.141592653589793 rad pos: -10.57877,-37.384254 parent: 2 - - uid: 21801 + - uid: 21782 components: - type: Transform rot: 3.141592653589793 rad pos: -10.57877,-37.384254 parent: 2 - - uid: 21802 + - uid: 21783 components: - type: Transform rot: 3.141592653589793 rad pos: -10.57877,-37.384254 parent: 2 - - uid: 21803 + - uid: 21784 components: - type: Transform pos: 24.486351,19.53259 parent: 2 - - uid: 21804 + - uid: 21785 components: - type: Transform pos: 24.486351,19.53259 parent: 2 - - uid: 21805 + - uid: 21786 components: - type: Transform pos: 24.486351,19.53259 parent: 2 - - uid: 21806 + - uid: 21787 components: - type: Transform pos: 24.486351,19.53259 parent: 2 - - uid: 21807 + - uid: 21788 components: - type: Transform pos: 24.486351,19.53259 parent: 2 - - uid: 21808 + - uid: 21789 components: - type: Transform pos: 24.486351,19.53259 parent: 2 - - uid: 21809 + - uid: 21790 components: - type: Transform rot: 3.141592653589793 rad pos: 16.421602,22.571196 parent: 2 - - uid: 21810 + - uid: 21791 components: - type: Transform rot: 3.141592653589793 rad pos: 16.515352,22.55557 parent: 2 - - uid: 21811 + - uid: 21792 components: - type: Transform rot: 3.141592653589793 rad pos: 16.499727,22.571196 parent: 2 - - uid: 21812 + - uid: 21793 components: - type: Transform rot: 3.141592653589793 rad pos: 16.499727,22.571196 parent: 2 - - uid: 21813 + - uid: 21794 components: - type: Transform rot: 3.141592653589793 rad pos: 16.499727,22.571196 parent: 2 - - uid: 21814 + - uid: 21795 components: - type: Transform rot: 1.5707963267948966 rad pos: 43.519466,-3.4569287 parent: 2 - - uid: 21815 + - uid: 21796 components: - type: Transform rot: 1.5707963267948966 rad pos: 43.519466,-3.4569287 parent: 2 - - uid: 21816 + - uid: 21797 components: - type: Transform rot: 1.5707963267948966 rad pos: 43.519466,-3.4569287 parent: 2 - - uid: 21817 + - uid: 21798 components: - type: Transform rot: 1.5707963267948966 rad pos: 43.519466,-3.4569287 parent: 2 - - uid: 21818 + - uid: 21799 components: - type: Transform rot: 1.5707963267948966 rad pos: 43.519466,-3.4569287 parent: 2 - - uid: 21819 + - uid: 21800 components: - type: Transform rot: 1.5707963267948966 rad pos: 43.519466,-3.4569287 parent: 2 - - uid: 21820 + - uid: 21801 components: - type: Transform rot: 1.5707963267948966 rad pos: 43.519466,-3.4569287 parent: 2 - - uid: 21821 + - uid: 21802 components: - type: Transform rot: 1.5707963267948966 rad pos: 43.519466,-3.4569287 parent: 2 - - uid: 21822 + - uid: 21803 components: - type: Transform rot: 1.5707963267948966 rad pos: 43.519466,-3.4569287 parent: 2 - - uid: 21823 + - uid: 21804 components: - type: Transform rot: 1.5707963267948966 rad pos: 43.519466,-3.4569287 parent: 2 - - uid: 21824 + - uid: 21805 components: - type: Transform rot: 1.5707963267948966 rad pos: 43.519466,-3.4569287 parent: 2 - - uid: 21825 + - uid: 21806 components: - type: Transform rot: 1.5707963267948966 rad pos: 43.519466,-3.4569287 parent: 2 - - uid: 21826 + - uid: 21807 components: - type: Transform rot: 1.5707963267948966 rad pos: 43.519466,-3.4569287 parent: 2 - - uid: 21827 + - uid: 21808 components: - type: Transform rot: 1.5707963267948966 rad pos: 43.519466,-3.4569287 parent: 2 - - uid: 21828 + - uid: 21809 components: - type: Transform rot: 1.5707963267948966 rad pos: 43.519466,-3.4569287 parent: 2 - - uid: 21829 + - uid: 21810 components: - type: Transform rot: 1.5707963267948966 rad pos: 43.519466,-3.4569287 parent: 2 - - uid: 21830 + - uid: 21811 components: - type: Transform rot: 1.5707963267948966 rad pos: 43.519466,-3.4569287 parent: 2 - - uid: 21831 + - uid: 21812 components: - type: Transform rot: 1.5707963267948966 rad pos: 43.519466,-3.4569287 parent: 2 - - uid: 21832 + - uid: 21813 components: - type: Transform rot: 1.5707963267948966 rad pos: 37.488216,-3.5194297 parent: 2 - - uid: 21833 + - uid: 21814 components: - type: Transform rot: 1.5707963267948966 rad pos: 37.488216,-3.5194297 parent: 2 - - uid: 21834 + - uid: 21815 components: - type: Transform rot: 1.5707963267948966 rad pos: 37.488216,-3.5194297 parent: 2 - - uid: 21835 + - uid: 21816 components: - type: Transform rot: 1.5707963267948966 rad pos: 37.488216,-3.5194297 parent: 2 - - uid: 21836 + - uid: 21817 components: - type: Transform rot: 1.5707963267948966 rad pos: 37.59759,-3.6288047 parent: 2 - - uid: 21837 + - uid: 21818 components: - type: Transform rot: 1.5707963267948966 rad pos: 37.59759,-3.6288047 parent: 2 - - uid: 21838 + - uid: 21819 components: - type: Transform rot: 1.5707963267948966 rad pos: 37.550716,-3.6131797 parent: 2 - - uid: 21839 + - uid: 21820 components: - type: Transform rot: 1.5707963267948966 rad pos: 37.550716,-3.6131797 parent: 2 - - uid: 21840 + - uid: 21821 components: - type: Transform rot: 1.5707963267948966 rad pos: 37.56634,-3.6131797 parent: 2 - - uid: 21841 + - uid: 21822 components: - type: Transform rot: 1.5707963267948966 rad pos: 37.59759,-3.6288047 parent: 2 - - uid: 21842 + - uid: 21823 components: - type: Transform rot: 1.5707963267948966 rad pos: 37.59759,-3.6288047 parent: 2 - - uid: 21843 + - uid: 21824 components: - type: Transform rot: 1.5707963267948966 rad pos: 37.59759,-3.6288047 parent: 2 - - uid: 21844 + - uid: 21825 components: - type: Transform pos: 38.47659,-2.4393778 parent: 2 - - uid: 21845 + - uid: 21826 components: - type: Transform pos: 38.47659,-2.4393778 parent: 2 - - uid: 21846 + - uid: 21827 components: - type: Transform pos: 38.47659,-2.4393778 parent: 2 - - uid: 21847 + - uid: 21828 components: - type: Transform pos: 38.47659,-2.4393778 parent: 2 - - uid: 21848 + - uid: 21829 components: - type: Transform pos: 38.47659,-2.4393778 parent: 2 - - uid: 21849 + - uid: 21830 components: - type: Transform pos: 38.47659,-2.4393778 parent: 2 - - uid: 21850 + - uid: 21831 components: - type: Transform pos: 38.47659,-2.4393778 parent: 2 - - uid: 21851 + - uid: 21832 components: - type: Transform rot: 1.5707963267948966 rad pos: 51.483532,-41.966263 parent: 2 - - uid: 21852 + - uid: 21833 components: - type: Transform rot: 1.5707963267948966 rad pos: 51.467907,-41.966263 parent: 2 - - uid: 21853 + - uid: 21834 components: - type: Transform rot: 1.5707963267948966 rad pos: 51.467907,-41.966263 parent: 2 - - uid: 21854 + - uid: 21835 components: - type: Transform rot: 1.5707963267948966 rad pos: 51.467907,-41.966263 parent: 2 - - uid: 21855 + - uid: 21836 components: - type: Transform rot: 1.5707963267948966 rad pos: 51.467907,-41.966263 parent: 2 - - uid: 21856 + - uid: 21837 components: - type: Transform rot: 1.5707963267948966 rad pos: 51.467907,-41.966263 parent: 2 - - uid: 21857 + - uid: 21838 components: - type: Transform rot: 1.5707963267948966 rad pos: 51.467907,-41.966263 parent: 2 - - uid: 21858 + - uid: 21839 components: - type: Transform rot: 1.5707963267948966 rad pos: 51.467907,-41.966263 parent: 2 - - uid: 21859 + - uid: 21840 components: - type: Transform rot: -1.5707963267948966 rad pos: -35.51461,-16.473585 parent: 2 - - uid: 21860 + - uid: 21841 components: - type: Transform rot: -1.5707963267948966 rad pos: -35.51461,-16.473585 parent: 2 - - uid: 21861 + - uid: 21842 components: - type: Transform rot: -1.5707963267948966 rad pos: -35.51461,-16.473585 parent: 2 - - uid: 21862 + - uid: 21843 components: - type: Transform rot: -1.5707963267948966 rad pos: -35.51461,-16.473585 parent: 2 - - uid: 21863 + - uid: 21844 components: - type: Transform rot: -1.5707963267948966 rad pos: -35.51461,-16.473585 parent: 2 - - uid: 21864 + - uid: 21845 components: - type: Transform rot: -1.5707963267948966 rad pos: -35.51461,-16.473585 parent: 2 - - uid: 21865 + - uid: 21846 components: - type: Transform rot: -1.5707963267948966 rad pos: -35.51461,-16.473585 parent: 2 - - uid: 21866 + - uid: 21847 components: - type: Transform rot: -1.5707963267948966 rad pos: -35.51461,-16.473585 parent: 2 - - uid: 21867 + - uid: 21848 components: - type: Transform rot: -1.5707963267948966 rad pos: -35.51461,-16.473585 parent: 2 - - uid: 21868 + - uid: 21849 components: - type: Transform rot: -1.5707963267948966 rad pos: -35.467735,-16.567335 parent: 2 - - uid: 21869 + - uid: 21850 components: - type: Transform rot: -1.5707963267948966 rad pos: -35.467735,-16.567335 parent: 2 - - uid: 21870 + - uid: 21851 components: - type: Transform rot: -1.5707963267948966 rad pos: -35.467735,-16.567335 parent: 2 - - uid: 21871 + - uid: 21852 components: - type: Transform rot: -1.5707963267948966 rad pos: -35.467735,-16.567335 parent: 2 - - uid: 21872 + - uid: 21853 components: - type: Transform pos: 1.3868889,23.62748 parent: 2 - - uid: 21873 + - uid: 21854 components: - type: Transform pos: 1.3868889,23.643105 parent: 2 - - uid: 21874 + - uid: 21855 components: - type: Transform rot: 3.141592653589793 rad pos: -26.49969,14.6061535 parent: 2 - - uid: 21875 + - uid: 21856 components: - type: Transform rot: 3.141592653589793 rad pos: -26.49969,14.6061535 parent: 2 - - uid: 21876 + - uid: 21857 components: - type: Transform rot: 3.141592653589793 rad pos: -26.49969,14.6061535 parent: 2 - - uid: 21877 + - uid: 21858 components: - type: Transform rot: 3.141592653589793 rad pos: -26.49969,14.6061535 parent: 2 - - uid: 21878 + - uid: 21859 components: - type: Transform rot: 3.141592653589793 rad pos: -26.49969,14.6061535 parent: 2 - - uid: 21879 + - uid: 21860 components: - type: Transform rot: 3.141592653589793 rad pos: -26.49969,14.6061535 parent: 2 - - uid: 21880 + - uid: 21861 components: - type: Transform pos: -31.206972,15.691786 parent: 2 - - uid: 21881 + - uid: 21862 components: - type: Transform pos: -31.206972,15.691786 parent: 2 - - uid: 21882 + - uid: 21863 components: - type: Transform pos: -31.363222,15.551161 parent: 2 - - uid: 21883 + - uid: 21864 components: - type: Transform pos: -31.363222,15.551161 parent: 2 - - uid: 21884 + - uid: 21865 components: - type: Transform pos: 10.165828,-6.3936543 parent: 2 - - uid: 21885 + - uid: 21866 components: - type: Transform pos: 10.165828,-6.3936543 parent: 2 - - uid: 21886 + - uid: 21867 components: - type: Transform pos: 9.367039,-7.0613875 parent: 2 - - uid: 21887 + - uid: 21868 components: - type: Transform pos: -11.489469,-13.479897 @@ -145497,7 +145724,7 @@ entities: To the head of waste management. please place any useful waste in the cargo disposal (brown boarder), this will send it straight to cargo. Anything that is considered trash send it into the waste disposal (yellow boarder). Anything suspicious, please inform security. - - uid: 21888 + - uid: 21869 components: - type: Transform pos: -42.540462,17.447073 @@ -145507,53 +145734,53 @@ entities: Janitorial will sort out the waste and send anything useful to this conveyor. - proto: PaperBin10 entities: - - uid: 21889 + - uid: 21870 components: - type: Transform rot: -1.5707963267948966 rad pos: 22.5,-21.5 parent: 2 - - uid: 21890 + - uid: 21871 components: - type: Transform pos: -22.48288,-97.58025 parent: 2 - proto: PaperBin5 entities: - - uid: 21891 + - uid: 21872 components: - type: Transform pos: -19.490406,-56.387535 parent: 2 - - uid: 21892 + - uid: 21873 components: - type: Transform pos: -34.544167,24.426237 parent: 2 - - uid: 21893 + - uid: 21874 components: - type: Transform rot: 3.141592653589793 rad pos: -25.63709,-36.050198 parent: 2 - - uid: 21894 + - uid: 21875 components: - type: Transform pos: -27.800707,-9.411719 parent: 2 - - uid: 21895 + - uid: 21876 components: - type: Transform pos: 39.827625,-39.412262 parent: 2 - - uid: 21896 + - uid: 21877 components: - type: Transform pos: -17.5,-61.5 parent: 2 - proto: PaperCaptainsThoughts entities: - - uid: 21897 + - uid: 21878 components: - type: Transform rot: 1.5707963267948966 rad @@ -145561,21 +145788,21 @@ entities: parent: 2 - proto: PaperRolling entities: - - uid: 21898 + - uid: 21879 components: - type: Transform pos: 50.67044,57.737556 parent: 2 - proto: ParticleAcceleratorControlBoxUnfinished entities: - - uid: 21899 + - uid: 21880 components: - type: Transform pos: -66.5,-30.5 parent: 2 - proto: ParticleAcceleratorEmitterForeUnfinished entities: - - uid: 21900 + - uid: 21881 components: - type: Transform rot: 3.141592653589793 rad @@ -145583,7 +145810,7 @@ entities: parent: 2 - proto: ParticleAcceleratorEmitterPortUnfinished entities: - - uid: 21901 + - uid: 21882 components: - type: Transform rot: 3.141592653589793 rad @@ -145591,7 +145818,7 @@ entities: parent: 2 - proto: ParticleAcceleratorEmitterStarboard entities: - - uid: 21902 + - uid: 21883 components: - type: Transform rot: 3.141592653589793 rad @@ -145599,7 +145826,7 @@ entities: parent: 2 - proto: ParticleAcceleratorEndCapUnfinished entities: - - uid: 21903 + - uid: 21884 components: - type: Transform rot: 3.141592653589793 rad @@ -145607,7 +145834,7 @@ entities: parent: 2 - proto: ParticleAcceleratorFuelChamberUnfinished entities: - - uid: 21904 + - uid: 21885 components: - type: Transform rot: 3.141592653589793 rad @@ -145615,7 +145842,7 @@ entities: parent: 2 - proto: ParticleAcceleratorPowerBoxUnfinished entities: - - uid: 21905 + - uid: 21886 components: - type: Transform rot: 3.141592653589793 rad @@ -145623,40 +145850,40 @@ entities: parent: 2 - proto: PartRodMetal entities: - - uid: 21906 + - uid: 21887 components: - type: Transform pos: -40.15428,-18.425268 parent: 2 - - uid: 21907 + - uid: 21888 components: - type: Transform pos: -39.68701,25.670773 parent: 2 - - uid: 21908 + - uid: 21889 components: - type: Transform pos: -40.541622,33.38082 parent: 2 - - uid: 21909 + - uid: 21890 components: - type: Transform pos: -47.52058,40.270145 parent: 2 - proto: PartRodMetal1 entities: - - uid: 21910 + - uid: 21891 components: - type: Transform pos: -34.56476,-25.498856 parent: 2 - - uid: 21911 + - uid: 21892 components: - type: Transform rot: -1.5707963267948966 rad pos: 3.9014397,49.543682 parent: 2 - - uid: 21912 + - uid: 21893 components: - type: Transform rot: 3.141592653589793 rad @@ -145664,46 +145891,46 @@ entities: parent: 2 - proto: Pen entities: - - uid: 21913 + - uid: 21894 components: - type: Transform rot: -1.5707963267948966 rad pos: -4.7918606,-48.471176 parent: 2 - - uid: 21914 + - uid: 21895 components: - type: Transform rot: 3.141592653589793 rad pos: -10.781895,-37.52488 parent: 2 - - uid: 21915 + - uid: 21896 components: - type: Transform rot: 3.141592653589793 rad pos: 16.218477,22.61807 parent: 2 - - uid: 21916 + - uid: 21897 components: - type: Transform pos: 16.327852,21.55557 parent: 2 - - uid: 21917 + - uid: 21898 components: - type: Transform pos: 43.66009,-3.5506787 parent: 2 - - uid: 21918 + - uid: 21899 components: - type: Transform pos: 37.66009,-3.7069297 parent: 2 - - uid: 21919 + - uid: 21900 components: - type: Transform rot: -1.5707963267948966 rad pos: -35.775307,-16.265104 parent: 2 - - uid: 21920 + - uid: 21901 components: - type: Transform rot: 1.5707963267948966 rad @@ -145711,41 +145938,41 @@ entities: parent: 2 - proto: PersonalAI entities: - - uid: 21921 + - uid: 21902 components: - type: Transform pos: 26.517971,-21.50738 parent: 2 - - uid: 21922 + - uid: 21903 components: - type: Transform pos: 11.402888,8.363556 parent: 2 - - uid: 21923 + - uid: 21904 components: - type: Transform pos: 12.500859,-4.4425125 parent: 2 - - uid: 21924 + - uid: 21905 components: - type: Transform pos: -48.458683,6.4665513 parent: 2 - - uid: 21925 + - uid: 21906 components: - type: Transform pos: 56.523212,-40.57079 parent: 2 - proto: PhoneInstrument entities: - - uid: 21926 + - uid: 21907 components: - type: Transform pos: 60.321476,-1.3655583 parent: 2 - proto: PianoInstrument entities: - - uid: 21927 + - uid: 21908 components: - type: Transform rot: -1.5707963267948966 rad @@ -145753,233 +145980,233 @@ entities: parent: 2 - proto: Pickaxe entities: - - uid: 21928 + - uid: 21909 components: - type: Transform pos: -38.26402,27.606245 parent: 2 - - uid: 21929 + - uid: 21910 components: - type: Transform pos: -38.54527,27.71562 parent: 2 - - uid: 21930 + - uid: 21911 components: - type: Transform pos: -47.972298,26.558094 parent: 2 - - uid: 21931 + - uid: 21912 components: - type: Transform pos: 68.4767,50.00708 parent: 2 - - uid: 21932 + - uid: 21913 components: - type: Transform pos: 20.350138,46.202785 parent: 2 - - uid: 21933 + - uid: 21914 components: - type: Transform pos: -47.48462,39.252865 parent: 2 - - uid: 21934 + - uid: 21915 components: - type: Transform pos: 63.54565,-33.402943 parent: 2 - proto: PillCanister entities: - - uid: 21935 + - uid: 21916 components: - type: Transform pos: -10.04752,-37.290504 parent: 2 - proto: PillDexalin entities: - - uid: 21936 + - uid: 21917 components: - type: Transform pos: -10.034681,-32.27196 parent: 2 - - uid: 21937 + - uid: 21918 components: - type: Transform pos: -10.034681,-32.27196 parent: 2 - - uid: 21938 + - uid: 21919 components: - type: Transform pos: -10.019056,-32.27196 parent: 2 - - uid: 21939 + - uid: 21920 components: - type: Transform pos: -10.019056,-32.27196 parent: 2 - proto: PillDylovene entities: - - uid: 21940 + - uid: 21921 components: - type: Transform pos: -9.519056,-32.52196 parent: 2 - - uid: 21941 + - uid: 21922 components: - type: Transform pos: -9.519056,-32.52196 parent: 2 - - uid: 21942 + - uid: 21923 components: - type: Transform pos: -9.503431,-32.52196 parent: 2 - - uid: 21943 + - uid: 21924 components: - type: Transform pos: -9.487806,-32.537586 parent: 2 - proto: PillHyronalin entities: - - uid: 21944 + - uid: 21925 components: - type: Transform pos: -9.534681,-32.256336 parent: 2 - - uid: 21945 + - uid: 21926 components: - type: Transform pos: -9.534681,-32.256336 parent: 2 - - uid: 21946 + - uid: 21927 components: - type: Transform pos: -9.534681,-32.256336 parent: 2 - - uid: 21947 + - uid: 21928 components: - type: Transform pos: -9.534681,-32.256336 parent: 2 - proto: PillIron entities: - - uid: 21948 + - uid: 21929 components: - type: Transform pos: -9.034681,-32.506336 parent: 2 - - uid: 21949 + - uid: 21930 components: - type: Transform pos: -9.034681,-32.506336 parent: 2 - - uid: 21950 + - uid: 21931 components: - type: Transform pos: -9.034681,-32.506336 parent: 2 - - uid: 21951 + - uid: 21932 components: - type: Transform pos: -9.034681,-32.506336 parent: 2 - proto: PillKelotane entities: - - uid: 21952 + - uid: 21933 components: - type: Transform pos: -9.034681,-32.24071 parent: 2 - - uid: 21953 + - uid: 21934 components: - type: Transform pos: -9.034681,-32.24071 parent: 2 - - uid: 21954 + - uid: 21935 components: - type: Transform pos: -9.034681,-32.24071 parent: 2 - - uid: 21955 + - uid: 21936 components: - type: Transform pos: -9.034681,-32.24071 parent: 2 - proto: PillSpaceDrugs entities: - - uid: 21956 + - uid: 21937 components: - type: Transform pos: -8.5,-32.5 parent: 2 - - uid: 21957 + - uid: 21938 components: - type: Transform pos: -8.5,-32.5 parent: 2 - - uid: 21958 + - uid: 21939 components: - type: Transform pos: -8.5,-32.5 parent: 2 - - uid: 21959 + - uid: 21940 components: - type: Transform pos: -8.5,-32.5 parent: 2 - proto: PillTricordrazine entities: - - uid: 21960 + - uid: 21941 components: - type: Transform pos: -8.519056,-32.256336 parent: 2 - - uid: 21961 + - uid: 21942 components: - type: Transform pos: -8.503431,-32.256336 parent: 2 - - uid: 21962 + - uid: 21943 components: - type: Transform pos: -8.519056,-32.256336 parent: 2 - - uid: 21963 + - uid: 21944 components: - type: Transform pos: -8.519056,-32.256336 parent: 2 - proto: PinpointerNuclear entities: - - uid: 21964 + - uid: 21945 components: - type: Transform pos: 47.542713,-21.502851 parent: 2 - proto: PlasmaCanister entities: - - uid: 21965 + - uid: 21946 components: - type: Transform pos: 55.5,-55.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 21966 + - uid: 21947 components: - type: Transform pos: -40.5,-39.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 21967 + - uid: 21948 components: - type: Transform pos: -50.5,-46.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 21968 + - uid: 21949 components: - type: Transform pos: -75.5,-44.5 @@ -145988,7 +146215,7 @@ entities: joinedGrid: 2 - proto: PlasmaOre1 entities: - - uid: 21969 + - uid: 21950 components: - type: Transform rot: 3.141592653589793 rad @@ -145996,47 +146223,47 @@ entities: parent: 2 - proto: PlasticFlapsAirtightClear entities: - - uid: 21970 + - uid: 21951 components: - type: Transform pos: -49.5,19.5 parent: 2 - - uid: 21971 + - uid: 21952 components: - type: Transform pos: -49.5,23.5 parent: 2 - - uid: 21972 + - uid: 21953 components: - type: Transform pos: -49.5,30.5 parent: 2 - - uid: 21973 + - uid: 21954 components: - type: Transform pos: -49.5,34.5 parent: 2 - - uid: 21974 + - uid: 21955 components: - type: Transform pos: -52.5,34.5 parent: 2 - - uid: 21975 + - uid: 21956 components: - type: Transform pos: -52.5,30.5 parent: 2 - - uid: 21976 + - uid: 21957 components: - type: Transform pos: -53.5,23.5 parent: 2 - - uid: 21977 + - uid: 21958 components: - type: Transform pos: -53.5,19.5 parent: 2 - - uid: 21978 + - uid: 21959 components: - type: Transform rot: -1.5707963267948966 rad @@ -146044,12 +146271,12 @@ entities: parent: 2 - proto: PlasticFlapsAirtightOpaque entities: - - uid: 21979 + - uid: 21960 components: - type: Transform pos: -35.5,25.5 parent: 2 - - uid: 21980 + - uid: 21961 components: - type: Transform rot: -1.5707963267948966 rad @@ -146057,35 +146284,35 @@ entities: parent: 2 - proto: PlasticFlapsClear entities: - - uid: 21981 + - uid: 21962 components: - type: Transform pos: -26.5,25.5 parent: 2 - - uid: 21982 + - uid: 21963 components: - type: Transform pos: -29.5,25.5 parent: 2 - - uid: 21983 + - uid: 21964 components: - type: Transform rot: -1.5707963267948966 rad pos: -47.5,13.5 parent: 2 - - uid: 21984 + - uid: 21965 components: - type: Transform rot: 1.5707963267948966 rad pos: -42.5,16.5 parent: 2 - - uid: 21985 + - uid: 21966 components: - type: Transform rot: -1.5707963267948966 rad pos: -11.5,-11.5 parent: 2 - - uid: 21986 + - uid: 21967 components: - type: Transform rot: 1.5707963267948966 rad @@ -146093,29 +146320,29 @@ entities: parent: 2 - proto: PlasticFlapsOpaque entities: - - uid: 21987 + - uid: 21968 components: - type: Transform pos: -11.5,27.5 parent: 2 - - uid: 21988 + - uid: 21969 components: - type: Transform rot: -1.5707963267948966 rad pos: -9.5,25.5 parent: 2 - - uid: 21989 + - uid: 21970 components: - type: Transform pos: -7.5,22.5 parent: 2 - - uid: 21990 + - uid: 21971 components: - type: Transform rot: 3.141592653589793 rad pos: 44.5,37.5 parent: 2 - - uid: 21991 + - uid: 21972 components: - type: Transform rot: 1.5707963267948966 rad @@ -146123,121 +146350,121 @@ entities: parent: 2 - proto: PlushieAtmosian entities: - - uid: 21992 + - uid: 21973 components: - type: Transform pos: -22.54358,-34.49993 parent: 2 - proto: PlushieBee entities: - - uid: 21993 + - uid: 21974 components: - type: Transform pos: 10.893783,54.42024 parent: 2 - - uid: 21994 + - uid: 21975 components: - type: Transform pos: 8.284408,54.20149 parent: 2 - - uid: 21995 + - uid: 21976 components: - type: Transform pos: -7.8529105,54.918877 parent: 2 - - uid: 21996 + - uid: 21977 components: - type: Transform pos: -6.6029105,50.731377 parent: 2 - proto: PlushieCarp entities: - - uid: 21997 + - uid: 21978 components: - type: Transform pos: -38.3623,28.544445 parent: 2 - proto: PlushieDiona entities: - - uid: 21998 + - uid: 21979 components: - type: Transform pos: 17.550053,-79.57761 parent: 2 - proto: PlushieHampter entities: - - uid: 21999 + - uid: 21980 components: - type: Transform pos: -46.5,-30.5 parent: 2 - - uid: 22000 + - uid: 21981 components: - type: Transform pos: 2.519814,7.511129 parent: 2 - proto: PlushieLizard entities: - - uid: 22001 + - uid: 21982 components: - type: Transform pos: 61.496056,-69.34596 parent: 2 - proto: PlushieMoth entities: - - uid: 22002 + - uid: 21983 components: - type: Transform pos: -55.418537,-64.31985 parent: 2 - proto: PlushieNar entities: - - uid: 22003 + - uid: 21984 components: - type: Transform pos: 44.413727,31.423994 parent: 2 - proto: PlushieNuke entities: - - uid: 22004 + - uid: 21985 components: - type: Transform pos: -14.485033,-78.68338 parent: 2 - - uid: 22005 + - uid: 21986 components: - type: Transform pos: 54.48294,57.40943 parent: 2 - proto: PlushieRatvar entities: - - uid: 22006 + - uid: 21987 components: - type: Transform pos: 22.555937,-28.535349 parent: 2 - proto: PlushieRGBee entities: - - uid: 22007 + - uid: 21988 components: - type: Transform pos: 56.511868,-8.541915 parent: 2 - proto: PlushieSharkGrey entities: - - uid: 22008 + - uid: 21989 components: - type: Transform pos: -52.480396,-88.49494 parent: 2 - proto: PlushieSharkPink entities: - - uid: 22009 + - uid: 21990 components: - type: Transform pos: -44.508965,16.421295 parent: 2 - - uid: 22010 + - uid: 21991 components: - type: MetaData desc: It eerily feels... cute? @@ -146251,189 +146478,184 @@ entities: radius: 2 - proto: PlushieSlime entities: - - uid: 22011 + - uid: 21992 components: - type: Transform pos: 44.49185,33.486496 parent: 2 - proto: PlushieSnake entities: - - uid: 22012 + - uid: 21993 components: - type: Transform pos: 43.507477,33.486496 parent: 2 - - uid: 22013 + - uid: 21994 components: - type: Transform pos: -55.49481,-49.261024 parent: 2 - proto: PlushieSpaceLizard entities: - - uid: 22014 + - uid: 21995 components: - type: Transform pos: -44.46209,15.43692 parent: 2 - - uid: 22015 + - uid: 21996 components: - type: Transform pos: 42.55435,33.392746 parent: 2 - proto: PlushieVox entities: - - uid: 22016 + - uid: 21997 components: - type: Transform pos: 32.421734,-47.539772 parent: 2 - proto: PortableFlasher entities: - - uid: 22017 + - uid: 21998 components: - type: Transform pos: 32.5,31.5 parent: 2 - proto: PortableGeneratorJrPacman entities: - - uid: 22018 + - uid: 21999 components: - type: Transform pos: -30.5,-61.5 parent: 2 - - uid: 22019 + - uid: 22000 components: - type: Transform pos: 15.5,-72.5 parent: 2 - - uid: 22020 + - uid: 22001 components: - type: Transform pos: -54.5,-30.5 parent: 2 - - uid: 22021 + - uid: 22002 components: - type: Transform pos: 30.5,44.5 parent: 2 - proto: PortableGeneratorPacman entities: - - uid: 22022 + - uid: 22003 components: - type: Transform pos: -65.5,-51.5 parent: 2 - - uid: 22023 + - uid: 22004 components: - type: Transform pos: 4.5,-22.5 parent: 2 - - uid: 22024 + - uid: 22005 components: - type: Transform pos: 4.5,-23.5 parent: 2 - proto: PortableScrubber entities: - - uid: 22025 - components: - - type: Transform - pos: -9.5,-68.5 - parent: 2 - - uid: 22026 + - uid: 22006 components: - type: Transform pos: -33.5,-43.5 parent: 2 - - uid: 22027 + - uid: 22007 components: - type: Transform pos: -33.5,-44.5 parent: 2 - - uid: 22028 + - uid: 22008 components: - type: Transform pos: -33.5,-45.5 parent: 2 - proto: PosterBroken entities: - - uid: 22029 + - uid: 22009 components: - type: Transform pos: 0.5,-70.5 parent: 2 - proto: PosterContrabandAmbrosiaVulgaris entities: - - uid: 22030 + - uid: 22010 components: - type: Transform pos: -10.5,-34.5 parent: 2 - proto: PosterContrabandAtmosiaDeclarationIndependence entities: - - uid: 22031 + - uid: 22011 components: - type: Transform pos: -36.5,-52.5 parent: 2 - proto: PosterContrabandBeachStarYamamoto entities: - - uid: 22032 + - uid: 22012 components: - type: Transform pos: -16.5,-81.5 parent: 2 - - uid: 22033 + - uid: 22013 components: - type: Transform pos: -9.5,-31.5 parent: 2 - - uid: 22034 + - uid: 22014 components: - type: Transform pos: 9.5,-37.5 parent: 2 - proto: PosterContrabandBorgFancy entities: - - uid: 22035 + - uid: 22015 components: - type: Transform pos: 16.5,-4.5 parent: 2 - proto: PosterContrabandBountyHunters entities: - - uid: 22036 + - uid: 22016 components: - type: Transform pos: 14.5,-56.5 parent: 2 - - uid: 22037 + - uid: 22017 components: - type: Transform pos: -42.5,26.5 parent: 2 - proto: PosterContrabandCC64KAd entities: - - uid: 22038 + - uid: 22018 components: - type: Transform pos: 20.5,-3.5 parent: 2 - proto: PosterContrabandClown entities: - - uid: 22039 + - uid: 22019 components: - type: Transform rot: 1.5707963267948966 rad pos: -23.5,39.5 parent: 2 - - uid: 22040 + - uid: 22020 components: - type: Transform rot: -1.5707963267948966 rad pos: 0.5,-24.5 parent: 2 - - uid: 22041 + - uid: 22021 components: - type: Transform rot: -1.5707963267948966 rad @@ -146441,19 +146663,19 @@ entities: parent: 2 - proto: PosterContrabandCommunistState entities: - - uid: 22042 + - uid: 22022 components: - type: Transform pos: 0.5,-15.5 parent: 2 - - uid: 22043 + - uid: 22023 components: - type: Transform pos: 53.5,-64.5 parent: 2 - proto: PosterContrabandCybersun600 entities: - - uid: 22044 + - uid: 22024 components: - type: Transform rot: 1.5707963267948966 rad @@ -146461,28 +146683,28 @@ entities: parent: 2 - proto: PosterContrabandDDayPromo entities: - - uid: 22045 + - uid: 22025 components: - type: Transform pos: 14.5,33.5 parent: 2 - proto: PosterContrabandDonutCorp entities: - - uid: 22046 + - uid: 22026 components: - type: Transform pos: 49.5,34.5 parent: 2 - proto: PosterContrabandEAT entities: - - uid: 22047 + - uid: 22027 components: - type: Transform pos: 4.5,4.5 parent: 2 - proto: PosterContrabandEnlistGorlex entities: - - uid: 22048 + - uid: 22028 components: - type: Transform rot: 1.5707963267948966 rad @@ -146490,59 +146712,59 @@ entities: parent: 2 - proto: PosterContrabandFreeSyndicateEncryptionKey entities: - - uid: 22049 + - uid: 22029 components: - type: Transform pos: -53.5,-85.5 parent: 2 - proto: PosterContrabandFreeTonto entities: - - uid: 22050 + - uid: 22030 components: - type: Transform pos: -6.5,-14.5 parent: 2 - proto: PosterContrabandFunPolice entities: - - uid: 22051 + - uid: 22031 components: - type: Transform pos: 4.5,18.5 parent: 2 - proto: PosterContrabandGreyTide entities: - - uid: 22052 + - uid: 22032 components: - type: Transform pos: 55.5,-9.5 parent: 2 - - uid: 22053 + - uid: 22033 components: - type: Transform pos: 41.5,-57.5 parent: 2 - - uid: 22054 + - uid: 22034 components: - type: Transform pos: -19.5,64.5 parent: 2 - proto: PosterContrabandHackingGuide entities: - - uid: 22055 + - uid: 22035 components: - type: Transform pos: 15.5,40.5 parent: 2 - proto: PosterContrabandHighEffectEngineering entities: - - uid: 22056 + - uid: 22036 components: - type: Transform pos: -48.5,-7.5 parent: 2 - proto: PosterContrabandInterdyne entities: - - uid: 22057 + - uid: 22037 components: - type: Transform rot: -1.5707963267948966 rad @@ -146550,195 +146772,195 @@ entities: parent: 2 - proto: PosterContrabandKosmicheskayaStantsiya entities: - - uid: 22058 + - uid: 22038 components: - type: Transform pos: -25.5,-63.5 parent: 2 - proto: PosterContrabandLamarr entities: - - uid: 22059 + - uid: 22039 components: - type: Transform pos: 10.5,35.5 parent: 2 - proto: PosterContrabandLustyExomorph entities: - - uid: 22060 + - uid: 22040 components: - type: Transform pos: -9.5,-73.5 parent: 2 - - uid: 22061 + - uid: 22041 components: - type: Transform pos: 45.5,50.5 parent: 2 - proto: PosterContrabandMaskedMen entities: - - uid: 22062 + - uid: 22042 components: - type: Transform pos: 47.5,51.5 parent: 2 - proto: PosterContrabandMissingGloves entities: - - uid: 22063 + - uid: 22043 components: - type: Transform pos: 20.5,19.5 parent: 2 - - uid: 22064 + - uid: 22044 components: - type: Transform pos: 41.5,-52.5 parent: 2 - - uid: 22065 + - uid: 22045 components: - type: Transform pos: -26.5,-18.5 parent: 2 - proto: PosterContrabandNuclearDeviceInformational entities: - - uid: 22066 + - uid: 22046 components: - type: Transform pos: 39.5,-24.5 parent: 2 - proto: PosterContrabandPower entities: - - uid: 22067 + - uid: 22047 components: - type: Transform pos: -61.5,-22.5 parent: 2 - - uid: 22068 + - uid: 22048 components: - type: Transform pos: -23.5,-7.5 parent: 2 - proto: PosterContrabandRebelsUnite entities: - - uid: 22069 + - uid: 22049 components: - type: Transform pos: -0.5,-72.5 parent: 2 - - uid: 22070 + - uid: 22050 components: - type: Transform pos: -42.5,-73.5 parent: 2 - proto: PosterContrabandRedRum entities: - - uid: 22071 + - uid: 22051 components: - type: Transform pos: 13.5,4.5 parent: 2 - - uid: 22072 + - uid: 22052 components: - type: Transform pos: 11.5,15.5 parent: 2 - - uid: 22073 + - uid: 22053 components: - type: Transform pos: 35.5,49.5 parent: 2 - proto: PosterContrabandRevolt entities: - - uid: 22074 + - uid: 22054 components: - type: Transform pos: -40.5,-73.5 parent: 2 - - uid: 22075 + - uid: 22055 components: - type: Transform pos: -7.5,-73.5 parent: 2 - - uid: 22076 + - uid: 22056 components: - type: Transform pos: 57.5,55.5 parent: 2 - - uid: 22077 + - uid: 22057 components: - type: Transform pos: 51.5,55.5 parent: 2 - - uid: 22078 + - uid: 22058 components: - type: Transform pos: 56.5,60.5 parent: 2 - - uid: 22079 + - uid: 22059 components: - type: Transform pos: 52.5,60.5 parent: 2 - - uid: 22080 + - uid: 22060 components: - type: Transform pos: 51.5,59.5 parent: 2 - - uid: 22081 + - uid: 22061 components: - type: Transform pos: 57.5,59.5 parent: 2 - proto: PosterContrabandRevolver entities: - - uid: 22082 + - uid: 22062 components: - type: Transform pos: -30.5,-42.5 parent: 2 - - uid: 22083 + - uid: 22063 components: - type: Transform pos: 42.5,49.5 parent: 2 - proto: PosterContrabandRIPBadger entities: - - uid: 22084 + - uid: 22064 components: - type: Transform pos: -41.5,-27.5 parent: 2 - proto: PosterContrabandRise entities: - - uid: 22085 + - uid: 22065 components: - type: Transform pos: 63.5,10.5 parent: 2 - - uid: 22086 + - uid: 22066 components: - type: Transform pos: -28.5,-50.5 parent: 2 - - uid: 22087 + - uid: 22067 components: - type: Transform pos: -40.5,-69.5 parent: 2 - - uid: 22088 + - uid: 22068 components: - type: Transform pos: 57.5,53.5 parent: 2 - proto: PosterContrabandRobustSoftdrinks entities: - - uid: 22089 + - uid: 22069 components: - type: Transform pos: -6.5,-31.5 parent: 2 - proto: PosterContrabandShamblersJuice entities: - - uid: 22090 + - uid: 22070 components: - type: MetaData name: changs @@ -146746,276 +146968,257 @@ entities: rot: 3.141592653589793 rad pos: -19.5,46.5 parent: 2 -- proto: PosterContrabandSmoke - entities: - - uid: 22091 - components: - - type: Transform - pos: -6.5,-51.5 - parent: 2 - proto: PosterContrabandSyndicatePistol entities: - - uid: 22092 + - uid: 22071 components: - type: Transform pos: -46.5,-71.5 parent: 2 - proto: PosterContrabandSyndicateRecruitment entities: - - uid: 22093 + - uid: 22072 components: - type: Transform pos: -44.5,-74.5 parent: 2 - - uid: 22094 + - uid: 22073 components: - type: Transform pos: 30.5,48.5 parent: 2 - proto: PosterContrabandTheGriffin entities: - - uid: 22095 + - uid: 22074 components: - type: Transform pos: -43.5,-73.5 parent: 2 - proto: PosterContrabandTools entities: - - uid: 22096 + - uid: 22075 components: - type: Transform pos: -54.5,-69.5 parent: 2 - - uid: 22097 + - uid: 22076 components: - type: Transform pos: -22.5,-19.5 parent: 2 - proto: PosterContrabandVoteWeh entities: - - uid: 22098 + - uid: 22077 components: - type: Transform pos: -46.5,-65.5 parent: 2 - - uid: 22099 + - uid: 22078 components: - type: Transform pos: 59.5,41.5 parent: 2 - proto: PosterContrabandWehWatches entities: - - uid: 22100 + - uid: 22079 components: - type: Transform pos: 55.5,-4.5 parent: 2 - proto: PosterLegit12Gauge entities: - - uid: 22101 + - uid: 22080 components: - type: Transform pos: 31.5,23.5 parent: 2 - proto: PosterLegit50thAnniversaryVintageReprint entities: - - uid: 22102 + - uid: 22081 components: - type: Transform pos: 44.5,-34.5 parent: 2 -- proto: PosterLegitAnatomyPoster - entities: - - uid: 22103 - components: - - type: Transform - pos: -4.5,-63.5 - parent: 2 - proto: PosterLegitBlessThisSpess entities: - - uid: 22104 + - uid: 22082 components: - type: Transform pos: 61.5,-4.5 parent: 2 - proto: PosterLegitBuild entities: - - uid: 22105 + - uid: 22083 components: - type: Transform pos: -34.5,-4.5 parent: 2 - proto: PosterLegitCarbonDioxide entities: - - uid: 22106 + - uid: 22084 components: - type: Transform pos: 46.5,-55.5 parent: 2 - proto: PosterLegitCarpMount entities: - - uid: 22107 + - uid: 22085 components: - type: Transform pos: 24.5,-26.5 parent: 2 - proto: PosterLegitCleanliness entities: - - uid: 22108 + - uid: 22086 components: - type: Transform pos: -10.5,-24.5 parent: 2 - - uid: 22109 - components: - - type: Transform - pos: 1.5,-58.5 - parent: 2 - proto: PosterLegitCohibaRobustoAd entities: - - uid: 22110 + - uid: 22087 components: - type: Transform pos: 13.5,-30.5 parent: 2 - - uid: 22111 + - uid: 22088 components: - type: Transform pos: 57.5,-9.5 parent: 2 - proto: PosterLegitDickGumshue entities: - - uid: 22112 + - uid: 22089 components: - type: Transform pos: 17.5,-15.5 parent: 2 - proto: PosterLegitDoNotQuestion entities: - - uid: 22113 + - uid: 22090 components: - type: Transform pos: 23.5,19.5 parent: 2 - - uid: 22114 + - uid: 22091 components: - type: Transform pos: -17.5,-21.5 parent: 2 - proto: PosterLegitEnlist entities: - - uid: 22115 + - uid: 22092 components: - type: Transform pos: -17.5,-31.5 parent: 2 - - uid: 22116 + - uid: 22093 components: - type: Transform pos: 59.5,-9.5 parent: 2 - - uid: 22117 + - uid: 22094 components: - type: Transform pos: -13.5,27.5 parent: 2 - proto: PosterLegitFoamForceAd entities: - - uid: 22118 + - uid: 22095 components: - type: Transform pos: 1.5,-39.5 parent: 2 - proto: PosterLegitFruitBowl entities: - - uid: 22119 + - uid: 22096 components: - type: Transform pos: -4.5,9.5 parent: 2 - - uid: 22120 + - uid: 22097 components: - type: Transform pos: -22.5,49.5 parent: 2 - proto: PosterLegitGetYourLEGS entities: - - uid: 22121 + - uid: 22098 components: - type: Transform pos: -16.5,64.5 parent: 2 - proto: PosterLegitHelpOthers entities: - - uid: 22122 + - uid: 22099 components: - type: Transform pos: -7.5,-40.5 parent: 2 - proto: PosterLegitHereForYourSafety entities: - - uid: 22123 + - uid: 22100 components: - type: Transform pos: 28.5,9.5 parent: 2 - proto: PosterLegitHighClassMartini entities: - - uid: 22124 + - uid: 22101 components: - type: Transform pos: 8.5,11.5 parent: 2 - - uid: 22125 + - uid: 22102 components: - type: Transform pos: -39.5,-74.5 parent: 2 - proto: PosterLegitIan entities: - - uid: 22126 + - uid: 22103 components: - type: Transform rot: 3.141592653589793 rad pos: 5.5,-2.5 parent: 2 - - uid: 22127 + - uid: 22104 components: - type: Transform pos: 21.5,-40.5 parent: 2 - proto: PosterLegitIonRifle entities: - - uid: 22128 + - uid: 22105 components: - type: Transform pos: 27.5,33.5 parent: 2 - proto: PosterLegitJustAWeekAway entities: - - uid: 22129 + - uid: 22106 components: - type: Transform pos: 27.5,-33.5 parent: 2 - - uid: 22130 + - uid: 22107 components: - type: Transform pos: -37.5,-31.5 parent: 2 - - uid: 22131 + - uid: 22108 components: - type: Transform pos: 30.5,-35.5 parent: 2 - proto: PosterLegitLoveIan entities: - - uid: 22132 + - uid: 22109 components: - type: Transform pos: 21.5,-33.5 parent: 2 - - uid: 22133 + - uid: 22110 components: - type: Transform rot: 3.141592653589793 rad @@ -147023,7 +147226,7 @@ entities: parent: 2 - proto: PosterLegitMime entities: - - uid: 22134 + - uid: 22111 components: - type: Transform rot: 1.5707963267948966 rad @@ -147031,37 +147234,37 @@ entities: parent: 2 - proto: PosterLegitNanomichiAd entities: - - uid: 22135 + - uid: 22112 components: - type: Transform pos: -21.5,-27.5 parent: 2 - proto: PosterLegitNanotrasenLogo entities: - - uid: 22136 + - uid: 22113 components: - type: Transform pos: 28.5,-31.5 parent: 2 - - uid: 22137 + - uid: 22114 components: - type: Transform pos: 25.5,-33.5 parent: 2 - proto: PosterLegitNoERP entities: - - uid: 22138 + - uid: 22115 components: - type: Transform pos: 40.5,49.5 parent: 2 - - uid: 22139 + - uid: 22116 components: - type: Transform rot: 3.141592653589793 rad pos: -15.5,-36.5 parent: 2 - - uid: 22140 + - uid: 22117 components: - type: Transform rot: 3.141592653589793 rad @@ -147069,52 +147272,52 @@ entities: parent: 2 - proto: PosterLegitObey entities: - - uid: 22141 + - uid: 22118 components: - type: Transform pos: 31.5,-3.5 parent: 2 - proto: PosterLegitPDAAd entities: - - uid: 22142 + - uid: 22119 components: - type: Transform pos: 29.5,-40.5 parent: 2 - proto: PosterLegitReportCrimes entities: - - uid: 22143 + - uid: 22120 components: - type: Transform pos: 18.5,-15.5 parent: 2 - - uid: 22144 + - uid: 22121 components: - type: Transform pos: 30.5,-46.5 parent: 2 - proto: PosterLegitSafetyEyeProtection entities: - - uid: 22145 + - uid: 22122 components: - type: Transform pos: -33.5,-31.5 parent: 2 - proto: PosterLegitSafetyInternals entities: - - uid: 22146 + - uid: 22123 components: - type: Transform pos: -39.5,-31.5 parent: 2 - - uid: 22147 + - uid: 22124 components: - type: Transform pos: 24.5,-54.5 parent: 2 - proto: PosterLegitSafetyMothHardhat entities: - - uid: 22148 + - uid: 22125 components: - type: Transform rot: 1.5707963267948966 rad @@ -147122,17 +147325,17 @@ entities: parent: 2 - proto: PosterLegitSecWatch entities: - - uid: 22149 + - uid: 22126 components: - type: Transform pos: 10.5,15.5 parent: 2 - - uid: 22150 + - uid: 22127 components: - type: Transform pos: 18.5,-9.5 parent: 2 - - uid: 22151 + - uid: 22128 components: - type: Transform rot: 3.141592653589793 rad @@ -147140,19 +147343,19 @@ entities: parent: 2 - proto: PosterLegitStateLaws entities: - - uid: 22152 + - uid: 22129 components: - type: Transform pos: 37.5,-32.5 parent: 2 - - uid: 22153 + - uid: 22130 components: - type: Transform pos: -17.5,27.5 parent: 2 - proto: PosterLegitThereIsNoGasGiant entities: - - uid: 22154 + - uid: 22131 components: - type: Transform rot: -1.5707963267948966 rad @@ -147160,7 +147363,7 @@ entities: parent: 2 - proto: PosterLegitVacation entities: - - uid: 22155 + - uid: 22132 components: - type: Transform rot: 1.5707963267948966 rad @@ -147168,327 +147371,310 @@ entities: parent: 2 - proto: PosterLegitWalk entities: - - uid: 22156 + - uid: 22133 components: - type: Transform pos: -7.5,-28.5 parent: 2 - proto: PottedPlant1 entities: - - uid: 22157 + - uid: 22134 components: - type: Transform pos: -2.5,-40.5 parent: 2 - proto: PottedPlant14 entities: - - uid: 22158 + - uid: 22135 components: - type: Transform pos: 36.5,-16.5 parent: 2 - proto: PottedPlant24 entities: - - uid: 22159 + - uid: 22136 components: - type: Transform pos: -6.5,-40.5 parent: 2 -- proto: PottedPlant26 - entities: - - uid: 22160 - components: - - type: Transform - pos: 6.5,-52.5 - parent: 2 - proto: PottedPlant27 entities: - - uid: 22161 + - uid: 22137 components: - type: Transform pos: 46.5,31.5 parent: 2 - - uid: 22162 + - uid: 22138 components: - type: Transform pos: -43.5,-87.5 parent: 2 - proto: PottedPlant28 entities: - - uid: 22163 + - uid: 22139 components: - type: Transform pos: 46.5,30.5 parent: 2 - - uid: 22164 + - uid: 22140 components: - type: Transform pos: -54.5,-47.5 parent: 2 - proto: PottedPlant29 entities: - - uid: 22165 + - uid: 22141 components: - type: Transform pos: 46.5,29.5 parent: 2 - - uid: 22166 + - uid: 22142 components: - type: Transform pos: -54.5,-50.5 parent: 2 - - uid: 22167 + - uid: 22143 components: - type: Transform pos: -40.5,-87.5 parent: 2 - proto: PottedPlant3 entities: - - uid: 22168 + - uid: 22144 components: - type: Transform pos: 14.5,-16.5 parent: 2 - - uid: 22169 + - uid: 22145 components: - type: Transform pos: 54.5,-1.5 parent: 2 - proto: PottedPlant5 entities: - - uid: 22170 + - uid: 22146 components: - type: Transform pos: -26.5,8.5 parent: 2 - - uid: 22171 + - uid: 22147 components: - type: Transform pos: 50.5,-1.5 parent: 2 - proto: PottedPlant8 entities: - - uid: 22172 + - uid: 22148 components: - type: Transform pos: -22.5,8.5 parent: 2 - proto: PottedPlantBioluminscent entities: - - uid: 22173 + - uid: 22149 components: - type: Transform pos: -27.5,17.5 parent: 2 - proto: PottedPlantRandom entities: - - uid: 22174 + - uid: 22150 components: - type: Transform pos: 20.5,18.5 parent: 2 - - uid: 22175 + - uid: 22151 components: - type: Transform pos: 1.5,-40.5 parent: 2 - - uid: 22176 + - uid: 22152 components: - type: Transform pos: 24.5,-81.5 parent: 2 - - uid: 22177 + - uid: 22153 components: - type: Transform pos: -44.5,8.5 parent: 2 - - uid: 22178 + - uid: 22154 components: - type: Transform pos: -49.5,8.5 parent: 2 - - uid: 22179 + - uid: 22155 components: - type: Transform pos: 23.5,-43.5 parent: 2 - - uid: 22180 + - uid: 22156 components: - type: Transform pos: 27.5,-43.5 parent: 2 - - uid: 22181 + - uid: 22157 components: - type: Transform pos: -23.5,-73.5 parent: 2 - - uid: 22182 + - uid: 22158 components: - type: Transform pos: -49.5,12.5 parent: 2 - - uid: 22183 + - uid: 22159 components: - type: Transform pos: -19.5,-73.5 parent: 2 - - uid: 22184 + - uid: 22160 components: - type: Transform pos: -2.5,46.5 parent: 2 - - uid: 22185 + - uid: 22161 components: - type: Transform pos: -14.5,42.5 parent: 2 - - uid: 22186 + - uid: 22162 components: - type: Transform pos: -6.5,46.5 parent: 2 - - uid: 22187 + - uid: 22163 components: - type: Transform pos: 24.5,-85.5 parent: 2 - - uid: 22188 + - uid: 22164 components: - type: Transform pos: 25.5,-74.5 parent: 2 - - uid: 22189 + - uid: 22165 components: - type: Transform pos: -20.5,-66.5 parent: 2 - - uid: 22190 + - uid: 22166 components: - type: Transform pos: -18.5,-66.5 parent: 2 - proto: PottedPlantRandomPlastic entities: - - uid: 22191 + - uid: 22167 components: - type: Transform pos: -6.5,-45.5 parent: 2 - - uid: 22192 + - uid: 22168 components: - type: Transform pos: -55.5,-58.5 parent: 2 - - uid: 22193 + - uid: 22169 components: - type: Transform pos: 54.5,31.5 parent: 2 - - uid: 22194 + - uid: 22170 components: - type: Transform pos: -12.5,-96.5 parent: 2 - - uid: 22195 + - uid: 22171 components: - type: Transform pos: -57.5,-60.5 parent: 2 - proto: PowerCellRecharger entities: - - uid: 22196 + - uid: 22172 components: - type: Transform pos: -24.5,-24.5 parent: 2 - - uid: 22197 - components: - - type: Transform - pos: -10.5,-61.5 - parent: 2 - - uid: 22198 - components: - - type: Transform - pos: -11.5,-61.5 - parent: 2 - - uid: 22199 + - uid: 22173 components: - type: Transform pos: 8.5,14.5 parent: 2 - - uid: 22200 + - uid: 22174 components: - type: Transform pos: -23.5,-8.5 parent: 2 - - uid: 22201 + - uid: 22175 components: - type: Transform pos: -35.5,-13.5 parent: 2 - - uid: 22202 + - uid: 22176 components: - type: Transform pos: -32.5,17.5 parent: 2 - - uid: 22203 + - uid: 22177 components: - type: Transform pos: -22.5,-33.5 parent: 2 - - uid: 22204 + - uid: 22178 components: - type: Transform pos: 38.5,-55.5 parent: 2 - - uid: 22205 + - uid: 22179 components: - type: Transform pos: -22.5,17.5 parent: 2 - - uid: 22206 + - uid: 22180 components: - type: Transform pos: 43.5,-40.5 parent: 2 - proto: PowerDrill entities: - - uid: 22207 + - uid: 22181 components: - type: Transform pos: 62.617344,-53.460384 parent: 2 - - uid: 22208 + - uid: 22182 components: - type: Transform pos: -52.61403,65.565544 parent: 2 - proto: Poweredlight entities: - - uid: 22209 + - uid: 22183 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-65.5 + rot: -1.5707963267948966 rad + pos: 6.5,-52.5 parent: 2 - - uid: 22210 + - uid: 22184 components: - type: Transform rot: -1.5707963267948966 rad pos: -3.5,-16.5 parent: 2 - - uid: 22211 + - uid: 22185 components: - type: Transform pos: 6.5,-45.5 parent: 2 - - uid: 22212 + - uid: 22186 components: - type: Transform rot: 1.5707963267948966 rad pos: 20.5,-28.5 parent: 2 - - uid: 22213 + - uid: 22187 components: - type: Transform rot: -1.5707963267948966 rad @@ -147496,30 +147682,30 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24346 - - uid: 22214 + - 24328 + - uid: 22188 components: - type: Transform pos: 62.5,-28.5 parent: 2 - - uid: 22215 + - uid: 22189 components: - type: Transform rot: 3.141592653589793 rad pos: -61.5,-37.5 parent: 2 - - uid: 22216 + - uid: 22190 components: - type: Transform pos: -44.5,-8.5 parent: 2 - - uid: 22217 + - uid: 22191 components: - type: Transform rot: 3.141592653589793 rad pos: -5.5,14.5 parent: 2 - - uid: 22218 + - uid: 22192 components: - type: Transform rot: -1.5707963267948966 rad @@ -147527,7 +147713,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22219 + - uid: 22193 components: - type: Transform rot: 1.5707963267948966 rad @@ -147535,7 +147721,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22220 + - uid: 22194 components: - type: Transform rot: -1.5707963267948966 rad @@ -147543,7 +147729,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22221 + - uid: 22195 components: - type: Transform rot: -1.5707963267948966 rad @@ -147551,7 +147737,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22222 + - uid: 22196 components: - type: Transform rot: 3.141592653589793 rad @@ -147559,7 +147745,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22223 + - uid: 22197 components: - type: Transform rot: 3.141592653589793 rad @@ -147567,14 +147753,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22224 - components: - - type: Transform - pos: 4.5,-59.5 - parent: 2 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 22225 + - uid: 22198 components: - type: Transform rot: 1.5707963267948966 rad @@ -147582,7 +147761,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22226 + - uid: 22199 components: - type: Transform rot: -1.5707963267948966 rad @@ -147590,21 +147769,21 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22227 + - uid: 22200 components: - type: Transform pos: 30.5,-47.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22228 + - uid: 22201 components: - type: Transform pos: 40.5,-25.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22229 + - uid: 22202 components: - type: Transform rot: 1.5707963267948966 rad @@ -147612,23 +147791,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22230 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-61.5 - parent: 2 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 22231 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-61.5 - parent: 2 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 22232 + - uid: 22203 components: - type: Transform rot: 1.5707963267948966 rad @@ -147636,7 +147799,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22233 + - uid: 22204 components: - type: Transform rot: 3.141592653589793 rad @@ -147644,7 +147807,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22234 + - uid: 22205 components: - type: Transform rot: 3.141592653589793 rad @@ -147652,21 +147815,21 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22235 + - uid: 22206 components: - type: Transform pos: 21.5,-41.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22236 + - uid: 22207 components: - type: Transform pos: 29.5,-45.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22237 + - uid: 22208 components: - type: Transform rot: -1.5707963267948966 rad @@ -147674,7 +147837,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22238 + - uid: 22209 components: - type: Transform rot: 3.141592653589793 rad @@ -147682,14 +147845,14 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22239 + - uid: 22210 components: - type: Transform pos: 33.5,-45.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22240 + - uid: 22211 components: - type: Transform rot: 3.141592653589793 rad @@ -147697,7 +147860,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22241 + - uid: 22212 components: - type: Transform rot: -1.5707963267948966 rad @@ -147705,7 +147868,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22242 + - uid: 22213 components: - type: Transform rot: -1.5707963267948966 rad @@ -147713,22 +147876,14 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22243 + - uid: 22214 components: - type: Transform pos: -23.5,-8.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22244 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-60.5 - parent: 2 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 22245 + - uid: 22215 components: - type: Transform rot: 1.5707963267948966 rad @@ -147736,7 +147891,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22246 + - uid: 22216 components: - type: Transform rot: 3.141592653589793 rad @@ -147744,7 +147899,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22247 + - uid: 22217 components: - type: Transform rot: -1.5707963267948966 rad @@ -147752,14 +147907,14 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22248 + - uid: 22218 components: - type: Transform pos: 4.5,3.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22249 + - uid: 22219 components: - type: Transform rot: 1.5707963267948966 rad @@ -147767,7 +147922,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22250 + - uid: 22220 components: - type: Transform rot: -1.5707963267948966 rad @@ -147775,7 +147930,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22251 + - uid: 22221 components: - type: Transform rot: -1.5707963267948966 rad @@ -147783,7 +147938,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22252 + - uid: 22222 components: - type: Transform rot: 1.5707963267948966 rad @@ -147791,28 +147946,28 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22253 + - uid: 22223 components: - type: Transform pos: -21.5,-84.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22254 + - uid: 22224 components: - type: Transform pos: 12.5,3.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22255 + - uid: 22225 components: - type: Transform pos: 29.5,-41.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22256 + - uid: 22226 components: - type: Transform rot: -1.5707963267948966 rad @@ -147820,14 +147975,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22257 - components: - - type: Transform - pos: 4.5,-56.5 - parent: 2 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 22258 + - uid: 22227 components: - type: Transform rot: -1.5707963267948966 rad @@ -147835,7 +147983,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22259 + - uid: 22228 components: - type: Transform rot: 1.5707963267948966 rad @@ -147843,7 +147991,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22260 + - uid: 22229 components: - type: Transform rot: -1.5707963267948966 rad @@ -147851,22 +147999,14 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22261 + - uid: 22230 components: - type: Transform pos: 27.5,-16.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22262 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-65.5 - parent: 2 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 22263 + - uid: 22231 components: - type: Transform rot: -1.5707963267948966 rad @@ -147874,7 +148014,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22264 + - uid: 22232 components: - type: Transform rot: 1.5707963267948966 rad @@ -147882,14 +148022,14 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22265 + - uid: 22233 components: - type: Transform pos: -23.5,-69.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22266 + - uid: 22234 components: - type: Transform rot: 3.141592653589793 rad @@ -147897,14 +148037,14 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22267 + - uid: 22235 components: - type: Transform pos: 16.5,-16.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22268 + - uid: 22236 components: - type: Transform rot: 1.5707963267948966 rad @@ -147912,7 +148052,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22269 + - uid: 22237 components: - type: Transform rot: -1.5707963267948966 rad @@ -147920,14 +148060,14 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22270 + - uid: 22238 components: - type: Transform pos: 24.5,4.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22271 + - uid: 22239 components: - type: Transform rot: 1.5707963267948966 rad @@ -147935,14 +148075,14 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22272 + - uid: 22240 components: - type: Transform pos: 16.5,14.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22273 + - uid: 22241 components: - type: Transform rot: 1.5707963267948966 rad @@ -147950,14 +148090,14 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22274 + - uid: 22242 components: - type: Transform pos: -8.5,-35.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22275 + - uid: 22243 components: - type: Transform rot: 1.5707963267948966 rad @@ -147965,14 +148105,14 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22276 + - uid: 22244 components: - type: Transform pos: 6.5,22.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22277 + - uid: 22245 components: - type: Transform rot: 1.5707963267948966 rad @@ -147980,14 +148120,14 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22278 + - uid: 22246 components: - type: Transform pos: 13.5,17.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22279 + - uid: 22247 components: - type: Transform rot: 1.5707963267948966 rad @@ -147995,14 +148135,14 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22280 + - uid: 22248 components: - type: Transform pos: 44.5,8.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22281 + - uid: 22249 components: - type: Transform rot: 3.141592653589793 rad @@ -148010,21 +148150,21 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22282 + - uid: 22250 components: - type: Transform pos: 44.5,2.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22283 + - uid: 22251 components: - type: Transform pos: -4.5,3.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22284 + - uid: 22252 components: - type: Transform rot: -1.5707963267948966 rad @@ -148032,7 +148172,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22285 + - uid: 22253 components: - type: Transform rot: 3.141592653589793 rad @@ -148040,14 +148180,14 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22286 + - uid: 22254 components: - type: Transform pos: -9.5,-21.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22287 + - uid: 22255 components: - type: Transform rot: 1.5707963267948966 rad @@ -148055,7 +148195,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22288 + - uid: 22256 components: - type: Transform rot: -1.5707963267948966 rad @@ -148063,7 +148203,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22289 + - uid: 22257 components: - type: Transform rot: 3.141592653589793 rad @@ -148071,7 +148211,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22290 + - uid: 22258 components: - type: Transform rot: 1.5707963267948966 rad @@ -148079,7 +148219,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22291 + - uid: 22259 components: - type: Transform rot: 3.141592653589793 rad @@ -148087,7 +148227,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22292 + - uid: 22260 components: - type: Transform rot: -1.5707963267948966 rad @@ -148095,7 +148235,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22293 + - uid: 22261 components: - type: Transform rot: 1.5707963267948966 rad @@ -148103,35 +148243,35 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22294 + - uid: 22262 components: - type: Transform pos: 33.5,16.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22295 + - uid: 22263 components: - type: Transform pos: 39.5,16.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22296 + - uid: 22264 components: - type: Transform pos: 55.5,9.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22297 + - uid: 22265 components: - type: Transform pos: 51.5,9.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22298 + - uid: 22266 components: - type: Transform rot: 3.141592653589793 rad @@ -148139,7 +148279,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22299 + - uid: 22267 components: - type: Transform rot: 3.141592653589793 rad @@ -148147,7 +148287,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22300 + - uid: 22268 components: - type: Transform rot: 3.141592653589793 rad @@ -148155,7 +148295,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22301 + - uid: 22269 components: - type: Transform rot: 3.141592653589793 rad @@ -148163,7 +148303,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22302 + - uid: 22270 components: - type: Transform rot: -1.5707963267948966 rad @@ -148171,7 +148311,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22303 + - uid: 22271 components: - type: Transform rot: 3.141592653589793 rad @@ -148179,7 +148319,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22304 + - uid: 22272 components: - type: Transform rot: 3.141592653589793 rad @@ -148187,7 +148327,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22305 + - uid: 22273 components: - type: Transform rot: 1.5707963267948966 rad @@ -148195,7 +148335,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22306 + - uid: 22274 components: - type: Transform rot: 3.141592653589793 rad @@ -148203,7 +148343,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22307 + - uid: 22275 components: - type: Transform rot: 3.141592653589793 rad @@ -148211,7 +148351,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22308 + - uid: 22276 components: - type: Transform rot: 1.5707963267948966 rad @@ -148219,7 +148359,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22309 + - uid: 22277 components: - type: Transform rot: 3.141592653589793 rad @@ -148227,7 +148367,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22310 + - uid: 22278 components: - type: Transform rot: -1.5707963267948966 rad @@ -148235,7 +148375,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22311 + - uid: 22279 components: - type: Transform rot: 3.141592653589793 rad @@ -148243,14 +148383,14 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22312 + - uid: 22280 components: - type: Transform pos: 57.5,-10.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22313 + - uid: 22281 components: - type: Transform rot: -1.5707963267948966 rad @@ -148258,7 +148398,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22314 + - uid: 22282 components: - type: Transform rot: 1.5707963267948966 rad @@ -148266,7 +148406,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22315 + - uid: 22283 components: - type: Transform rot: 3.141592653589793 rad @@ -148274,7 +148414,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22316 + - uid: 22284 components: - type: Transform rot: 3.141592653589793 rad @@ -148282,7 +148422,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22317 + - uid: 22285 components: - type: Transform rot: 3.141592653589793 rad @@ -148290,14 +148430,14 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22318 + - uid: 22286 components: - type: Transform pos: 72.5,-43.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22319 + - uid: 22287 components: - type: Transform rot: 3.141592653589793 rad @@ -148305,7 +148445,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22320 + - uid: 22288 components: - type: Transform rot: 3.141592653589793 rad @@ -148313,13 +148453,13 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22321 + - uid: 22289 components: - type: Transform rot: 3.141592653589793 rad pos: 57.5,-45.5 parent: 2 - - uid: 22322 + - uid: 22290 components: - type: Transform rot: 1.5707963267948966 rad @@ -148327,7 +148467,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22323 + - uid: 22291 components: - type: Transform rot: 1.5707963267948966 rad @@ -148335,21 +148475,21 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22324 + - uid: 22292 components: - type: Transform pos: 39.5,-35.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22325 + - uid: 22293 components: - type: Transform pos: 44.5,-35.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22326 + - uid: 22294 components: - type: Transform rot: 3.141592653589793 rad @@ -148357,7 +148497,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22327 + - uid: 22295 components: - type: Transform rot: 3.141592653589793 rad @@ -148365,7 +148505,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22328 + - uid: 22296 components: - type: Transform rot: 3.141592653589793 rad @@ -148373,7 +148513,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22329 + - uid: 22297 components: - type: Transform rot: 3.141592653589793 rad @@ -148381,21 +148521,21 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22330 + - uid: 22298 components: - type: Transform pos: 33.5,-39.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22331 + - uid: 22299 components: - type: Transform pos: 45.5,-45.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22332 + - uid: 22300 components: - type: Transform rot: 3.141592653589793 rad @@ -148403,7 +148543,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22333 + - uid: 22301 components: - type: Transform rot: 3.141592653589793 rad @@ -148411,7 +148551,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22334 + - uid: 22302 components: - type: Transform rot: -1.5707963267948966 rad @@ -148419,14 +148559,14 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22335 + - uid: 22303 components: - type: Transform pos: 32.5,-47.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22336 + - uid: 22304 components: - type: Transform rot: -1.5707963267948966 rad @@ -148434,7 +148574,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22337 + - uid: 22305 components: - type: Transform rot: 1.5707963267948966 rad @@ -148442,7 +148582,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22338 + - uid: 22306 components: - type: Transform rot: -1.5707963267948966 rad @@ -148450,7 +148590,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22339 + - uid: 22307 components: - type: Transform rot: 1.5707963267948966 rad @@ -148458,7 +148598,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22340 + - uid: 22308 components: - type: Transform rot: 1.5707963267948966 rad @@ -148466,7 +148606,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22341 + - uid: 22309 components: - type: Transform rot: -1.5707963267948966 rad @@ -148474,21 +148614,21 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22342 + - uid: 22310 components: - type: Transform pos: 28.5,-58.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22343 + - uid: 22311 components: - type: Transform pos: -15.5,-41.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22344 + - uid: 22312 components: - type: Transform rot: 3.141592653589793 rad @@ -148496,13 +148636,13 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22345 + - uid: 22313 components: - type: Transform rot: 3.141592653589793 rad pos: -27.5,-17.5 parent: 2 - - uid: 22346 + - uid: 22314 components: - type: Transform rot: -1.5707963267948966 rad @@ -148510,7 +148650,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22347 + - uid: 22315 components: - type: Transform rot: 1.5707963267948966 rad @@ -148518,7 +148658,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22348 + - uid: 22316 components: - type: Transform rot: 1.5707963267948966 rad @@ -148526,14 +148666,14 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22349 + - uid: 22317 components: - type: Transform pos: -30.5,-16.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22350 + - uid: 22318 components: - type: Transform rot: 3.141592653589793 rad @@ -148541,7 +148681,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22351 + - uid: 22319 components: - type: Transform rot: 1.5707963267948966 rad @@ -148549,7 +148689,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22352 + - uid: 22320 components: - type: Transform rot: 1.5707963267948966 rad @@ -148557,14 +148697,14 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22353 + - uid: 22321 components: - type: Transform pos: 56.5,-58.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22354 + - uid: 22322 components: - type: Transform rot: -1.5707963267948966 rad @@ -148572,14 +148712,14 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22355 + - uid: 22323 components: - type: Transform pos: 45.5,-56.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22356 + - uid: 22324 components: - type: Transform rot: -1.5707963267948966 rad @@ -148587,7 +148727,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22357 + - uid: 22325 components: - type: Transform rot: 1.5707963267948966 rad @@ -148595,7 +148735,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22358 + - uid: 22326 components: - type: Transform rot: -1.5707963267948966 rad @@ -148603,7 +148743,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22359 + - uid: 22327 components: - type: Transform rot: -1.5707963267948966 rad @@ -148611,7 +148751,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22360 + - uid: 22328 components: - type: Transform rot: 1.5707963267948966 rad @@ -148619,7 +148759,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22361 + - uid: 22329 components: - type: Transform rot: -1.5707963267948966 rad @@ -148627,21 +148767,21 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22362 + - uid: 22330 components: - type: Transform pos: 41.5,-70.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22363 + - uid: 22331 components: - type: Transform pos: 37.5,-70.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22364 + - uid: 22332 components: - type: Transform rot: 1.5707963267948966 rad @@ -148649,7 +148789,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22365 + - uid: 22333 components: - type: Transform rot: 3.141592653589793 rad @@ -148657,21 +148797,21 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22366 + - uid: 22334 components: - type: Transform pos: -35.5,-5.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22367 + - uid: 22335 components: - type: Transform pos: -16.5,-25.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22368 + - uid: 22336 components: - type: Transform rot: 1.5707963267948966 rad @@ -148679,7 +148819,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22369 + - uid: 22337 components: - type: Transform rot: 1.5707963267948966 rad @@ -148687,7 +148827,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22370 + - uid: 22338 components: - type: Transform rot: 1.5707963267948966 rad @@ -148695,7 +148835,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22371 + - uid: 22339 components: - type: Transform rot: -1.5707963267948966 rad @@ -148703,7 +148843,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22372 + - uid: 22340 components: - type: Transform rot: -1.5707963267948966 rad @@ -148711,34 +148851,34 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22373 + - uid: 22341 components: - type: Transform pos: -41.5,-41.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22374 + - uid: 22342 components: - type: Transform pos: -36.5,-41.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22375 + - uid: 22343 components: - type: Transform pos: -36.5,-53.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22376 + - uid: 22344 components: - type: Transform rot: 3.141592653589793 rad pos: -43.5,-57.5 parent: 2 - - uid: 22377 + - uid: 22345 components: - type: Transform rot: 1.5707963267948966 rad @@ -148746,7 +148886,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22378 + - uid: 22346 components: - type: Transform rot: 1.5707963267948966 rad @@ -148754,7 +148894,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22379 + - uid: 22347 components: - type: Transform rot: 1.5707963267948966 rad @@ -148762,7 +148902,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22380 + - uid: 22348 components: - type: Transform rot: 1.5707963267948966 rad @@ -148770,7 +148910,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22381 + - uid: 22349 components: - type: Transform rot: 1.5707963267948966 rad @@ -148778,7 +148918,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22382 + - uid: 22350 components: - type: Transform rot: 1.5707963267948966 rad @@ -148786,7 +148926,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22383 + - uid: 22351 components: - type: Transform rot: 1.5707963267948966 rad @@ -148794,7 +148934,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22384 + - uid: 22352 components: - type: Transform rot: -1.5707963267948966 rad @@ -148802,14 +148942,14 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22385 + - uid: 22353 components: - type: Transform pos: -27.5,-33.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22386 + - uid: 22354 components: - type: Transform rot: -1.5707963267948966 rad @@ -148817,7 +148957,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22387 + - uid: 22355 components: - type: Transform rot: 3.141592653589793 rad @@ -148825,7 +148965,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22388 + - uid: 22356 components: - type: Transform rot: 3.141592653589793 rad @@ -148833,7 +148973,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22389 + - uid: 22357 components: - type: Transform rot: -1.5707963267948966 rad @@ -148841,7 +148981,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22390 + - uid: 22358 components: - type: Transform rot: -1.5707963267948966 rad @@ -148849,7 +148989,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22391 + - uid: 22359 components: - type: Transform rot: -1.5707963267948966 rad @@ -148857,7 +148997,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22392 + - uid: 22360 components: - type: Transform rot: 1.5707963267948966 rad @@ -148865,7 +149005,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22393 + - uid: 22361 components: - type: Transform rot: -1.5707963267948966 rad @@ -148873,14 +149013,14 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22394 + - uid: 22362 components: - type: Transform pos: -18.5,-4.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22395 + - uid: 22363 components: - type: Transform rot: 3.141592653589793 rad @@ -148888,7 +149028,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22396 + - uid: 22364 components: - type: Transform rot: 3.141592653589793 rad @@ -148896,7 +149036,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22397 + - uid: 22365 components: - type: Transform rot: 1.5707963267948966 rad @@ -148904,7 +149044,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22398 + - uid: 22366 components: - type: Transform rot: 1.5707963267948966 rad @@ -148912,21 +149052,21 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22399 + - uid: 22367 components: - type: Transform pos: -72.5,-23.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22400 + - uid: 22368 components: - type: Transform pos: -66.5,-30.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22401 + - uid: 22369 components: - type: Transform rot: 1.5707963267948966 rad @@ -148934,7 +149074,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22402 + - uid: 22370 components: - type: Transform rot: -1.5707963267948966 rad @@ -148942,7 +149082,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22403 + - uid: 22371 components: - type: Transform rot: 1.5707963267948966 rad @@ -148950,27 +149090,27 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22404 + - uid: 22372 components: - type: Transform pos: -51.5,-5.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22405 + - uid: 22373 components: - type: Transform rot: -1.5707963267948966 rad pos: -50.5,-18.5 parent: 2 - - uid: 22406 + - uid: 22374 components: - type: Transform pos: -46.5,-19.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22407 + - uid: 22375 components: - type: Transform rot: 1.5707963267948966 rad @@ -148978,7 +149118,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22408 + - uid: 22376 components: - type: Transform rot: 1.5707963267948966 rad @@ -148986,7 +149126,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22409 + - uid: 22377 components: - type: Transform rot: 1.5707963267948966 rad @@ -148994,14 +149134,14 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22410 + - uid: 22378 components: - type: Transform pos: -45.5,-5.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22411 + - uid: 22379 components: - type: Transform rot: -1.5707963267948966 rad @@ -149009,7 +149149,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22412 + - uid: 22380 components: - type: Transform rot: 1.5707963267948966 rad @@ -149017,7 +149157,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22413 + - uid: 22381 components: - type: Transform rot: -1.5707963267948966 rad @@ -149025,7 +149165,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22414 + - uid: 22382 components: - type: Transform rot: -1.5707963267948966 rad @@ -149033,14 +149173,14 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22415 + - uid: 22383 components: - type: Transform pos: -4.5,8.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22416 + - uid: 22384 components: - type: Transform rot: 3.141592653589793 rad @@ -149048,7 +149188,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22417 + - uid: 22385 components: - type: Transform rot: -1.5707963267948966 rad @@ -149056,27 +149196,27 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22418 + - uid: 22386 components: - type: Transform rot: 1.5707963267948966 rad pos: -1.5,18.5 parent: 2 - - uid: 22419 + - uid: 22387 components: - type: Transform pos: 1.5,21.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22420 + - uid: 22388 components: - type: Transform pos: -42.5,1.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22421 + - uid: 22389 components: - type: Transform rot: -1.5707963267948966 rad @@ -149084,7 +149224,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22422 + - uid: 22390 components: - type: Transform rot: 3.141592653589793 rad @@ -149092,21 +149232,21 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22423 + - uid: 22391 components: - type: Transform pos: 25.5,23.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22424 + - uid: 22392 components: - type: Transform pos: 38.5,2.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22425 + - uid: 22393 components: - type: Transform rot: 3.141592653589793 rad @@ -149114,7 +149254,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22426 + - uid: 22394 components: - type: Transform rot: -1.5707963267948966 rad @@ -149122,7 +149262,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22427 + - uid: 22395 components: - type: Transform rot: 3.141592653589793 rad @@ -149130,7 +149270,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22428 + - uid: 22396 components: - type: Transform rot: 3.141592653589793 rad @@ -149138,14 +149278,14 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22429 + - uid: 22397 components: - type: Transform pos: -22.5,25.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22430 + - uid: 22398 components: - type: Transform rot: -1.5707963267948966 rad @@ -149153,7 +149293,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22431 + - uid: 22399 components: - type: Transform rot: -1.5707963267948966 rad @@ -149161,14 +149301,14 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22432 + - uid: 22400 components: - type: Transform pos: -27.5,23.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22433 + - uid: 22401 components: - type: Transform rot: 1.5707963267948966 rad @@ -149176,7 +149316,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22434 + - uid: 22402 components: - type: Transform rot: 3.141592653589793 rad @@ -149184,7 +149324,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22435 + - uid: 22403 components: - type: Transform rot: -1.5707963267948966 rad @@ -149192,7 +149332,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22436 + - uid: 22404 components: - type: Transform rot: 3.141592653589793 rad @@ -149200,7 +149340,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22437 + - uid: 22405 components: - type: Transform rot: -1.5707963267948966 rad @@ -149208,14 +149348,14 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22438 + - uid: 22406 components: - type: Transform pos: -43.5,25.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22439 + - uid: 22407 components: - type: Transform rot: 1.5707963267948966 rad @@ -149223,7 +149363,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22440 + - uid: 22408 components: - type: Transform rot: 1.5707963267948966 rad @@ -149231,7 +149371,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22441 + - uid: 22409 components: - type: Transform rot: -1.5707963267948966 rad @@ -149239,7 +149379,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22442 + - uid: 22410 components: - type: Transform rot: 3.141592653589793 rad @@ -149247,14 +149387,14 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22443 + - uid: 22411 components: - type: Transform pos: -47.5,36.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22444 + - uid: 22412 components: - type: Transform rot: 1.5707963267948966 rad @@ -149262,7 +149402,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22445 + - uid: 22413 components: - type: Transform rot: 3.141592653589793 rad @@ -149270,21 +149410,21 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22446 + - uid: 22414 components: - type: Transform pos: -7.5,-41.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22447 + - uid: 22415 components: - type: Transform pos: -1.5,-41.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22448 + - uid: 22416 components: - type: Transform rot: -1.5707963267948966 rad @@ -149292,59 +149432,21 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22449 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-54.5 - parent: 2 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 22450 - components: - - type: Transform - pos: -3.5,-52.5 - parent: 2 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 22451 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-54.5 - parent: 2 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 22452 - components: - - type: Transform - pos: -11.5,-52.5 - parent: 2 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 22453 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,-53.5 - parent: 2 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 22454 + - uid: 22417 components: - type: Transform pos: -17.5,-54.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22455 + - uid: 22418 components: - type: Transform pos: -17.5,-59.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22456 + - uid: 22419 components: - type: Transform rot: -1.5707963267948966 rad @@ -149352,14 +149454,14 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22457 + - uid: 22420 components: - type: Transform pos: -26.5,15.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22458 + - uid: 22421 components: - type: Transform rot: -1.5707963267948966 rad @@ -149367,7 +149469,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22459 + - uid: 22422 components: - type: Transform rot: 1.5707963267948966 rad @@ -149375,14 +149477,14 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22460 + - uid: 22423 components: - type: Transform pos: -47.5,8.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22461 + - uid: 22424 components: - type: Transform rot: 3.141592653589793 rad @@ -149390,21 +149492,21 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22462 + - uid: 22425 components: - type: Transform pos: 8.5,-25.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22463 + - uid: 22426 components: - type: Transform pos: 1.5,-25.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22464 + - uid: 22427 components: - type: Transform rot: -1.5707963267948966 rad @@ -149412,7 +149514,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22465 + - uid: 22428 components: - type: Transform rot: 1.5707963267948966 rad @@ -149420,7 +149522,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22466 + - uid: 22429 components: - type: Transform rot: -1.5707963267948966 rad @@ -149428,28 +149530,28 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22467 + - uid: 22430 components: - type: Transform pos: 21.5,-21.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22468 + - uid: 22431 components: - type: Transform pos: 29.5,-21.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22469 + - uid: 22432 components: - type: Transform pos: -29.5,1.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22470 + - uid: 22433 components: - type: Transform rot: 3.141592653589793 rad @@ -149457,7 +149559,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22471 + - uid: 22434 components: - type: Transform rot: 3.141592653589793 rad @@ -149465,7 +149567,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22472 + - uid: 22435 components: - type: Transform rot: 1.5707963267948966 rad @@ -149473,14 +149575,14 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22473 + - uid: 22436 components: - type: Transform pos: 32.5,19.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22474 + - uid: 22437 components: - type: Transform rot: -1.5707963267948966 rad @@ -149488,15 +149590,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22475 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-65.5 - parent: 2 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 22476 + - uid: 22438 components: - type: Transform rot: 1.5707963267948966 rad @@ -149504,14 +149598,14 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22477 + - uid: 22439 components: - type: Transform pos: 64.5,-43.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22478 + - uid: 22440 components: - type: Transform rot: 3.141592653589793 rad @@ -149519,7 +149613,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22479 + - uid: 22441 components: - type: Transform rot: 1.5707963267948966 rad @@ -149527,14 +149621,14 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22480 + - uid: 22442 components: - type: Transform pos: -23.5,-57.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22481 + - uid: 22443 components: - type: Transform rot: 1.5707963267948966 rad @@ -149542,7 +149636,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22482 + - uid: 22444 components: - type: Transform rot: -1.5707963267948966 rad @@ -149550,7 +149644,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22483 + - uid: 22445 components: - type: Transform rot: 3.141592653589793 rad @@ -149558,14 +149652,14 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22484 + - uid: 22446 components: - type: Transform pos: -21.5,45.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22485 + - uid: 22447 components: - type: Transform rot: 1.5707963267948966 rad @@ -149573,7 +149667,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22486 + - uid: 22448 components: - type: Transform rot: -1.5707963267948966 rad @@ -149581,7 +149675,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22487 + - uid: 22449 components: - type: Transform rot: 1.5707963267948966 rad @@ -149589,7 +149683,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22488 + - uid: 22450 components: - type: Transform rot: 1.5707963267948966 rad @@ -149597,7 +149691,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22489 + - uid: 22451 components: - type: Transform rot: -1.5707963267948966 rad @@ -149605,7 +149699,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22490 + - uid: 22452 components: - type: Transform rot: 1.5707963267948966 rad @@ -149613,7 +149707,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22491 + - uid: 22453 components: - type: Transform rot: 1.5707963267948966 rad @@ -149621,7 +149715,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22492 + - uid: 22454 components: - type: Transform rot: -1.5707963267948966 rad @@ -149629,14 +149723,14 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22493 + - uid: 22455 components: - type: Transform pos: -1.5,46.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22494 + - uid: 22456 components: - type: Transform rot: 1.5707963267948966 rad @@ -149644,7 +149738,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22495 + - uid: 22457 components: - type: Transform rot: 1.5707963267948966 rad @@ -149652,21 +149746,21 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22496 + - uid: 22458 components: - type: Transform pos: -6.5,59.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22497 + - uid: 22459 components: - type: Transform pos: -19.5,51.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22498 + - uid: 22460 components: - type: Transform rot: 1.5707963267948966 rad @@ -149674,7 +149768,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22499 + - uid: 22461 components: - type: Transform rot: 1.5707963267948966 rad @@ -149682,7 +149776,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22500 + - uid: 22462 components: - type: Transform rot: -1.5707963267948966 rad @@ -149690,7 +149784,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22501 + - uid: 22463 components: - type: Transform rot: 1.5707963267948966 rad @@ -149698,7 +149792,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22502 + - uid: 22464 components: - type: Transform rot: -1.5707963267948966 rad @@ -149706,7 +149800,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22503 + - uid: 22465 components: - type: Transform rot: 3.141592653589793 rad @@ -149714,7 +149808,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22504 + - uid: 22466 components: - type: Transform rot: 3.141592653589793 rad @@ -149722,7 +149816,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22505 + - uid: 22467 components: - type: Transform rot: -1.5707963267948966 rad @@ -149730,7 +149824,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22506 + - uid: 22468 components: - type: Transform rot: 3.141592653589793 rad @@ -149738,7 +149832,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22507 + - uid: 22469 components: - type: Transform rot: -1.5707963267948966 rad @@ -149746,7 +149840,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22508 + - uid: 22470 components: - type: Transform rot: 1.5707963267948966 rad @@ -149754,7 +149848,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22509 + - uid: 22471 components: - type: Transform rot: 1.5707963267948966 rad @@ -149762,7 +149856,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22510 + - uid: 22472 components: - type: Transform rot: -1.5707963267948966 rad @@ -149770,15 +149864,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22511 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-65.5 - parent: 2 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 22512 + - uid: 22473 components: - type: Transform rot: -1.5707963267948966 rad @@ -149786,14 +149872,14 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22513 + - uid: 22474 components: - type: Transform pos: 67.5,-36.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22514 + - uid: 22475 components: - type: Transform rot: 1.5707963267948966 rad @@ -149801,14 +149887,14 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22515 + - uid: 22476 components: - type: Transform pos: -62.5,-23.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22516 + - uid: 22477 components: - type: Transform rot: -1.5707963267948966 rad @@ -149816,7 +149902,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22517 + - uid: 22478 components: - type: Transform rot: -1.5707963267948966 rad @@ -149824,7 +149910,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22518 + - uid: 22479 components: - type: Transform rot: 1.5707963267948966 rad @@ -149832,7 +149918,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22519 + - uid: 22480 components: - type: Transform rot: 3.141592653589793 rad @@ -149840,7 +149926,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22520 + - uid: 22481 components: - type: Transform rot: -1.5707963267948966 rad @@ -149848,21 +149934,21 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22521 + - uid: 22482 components: - type: Transform pos: 58.5,-28.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22522 + - uid: 22483 components: - type: Transform pos: 34.5,-16.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22523 + - uid: 22484 components: - type: Transform rot: -1.5707963267948966 rad @@ -149870,14 +149956,14 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22524 + - uid: 22485 components: - type: Transform pos: 55.5,-47.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22525 + - uid: 22486 components: - type: Transform rot: -1.5707963267948966 rad @@ -149885,7 +149971,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22526 + - uid: 22487 components: - type: Transform rot: -1.5707963267948966 rad @@ -149893,7 +149979,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22527 + - uid: 22488 components: - type: Transform rot: -1.5707963267948966 rad @@ -149901,14 +149987,14 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22528 + - uid: 22489 components: - type: Transform pos: -50.5,35.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22529 + - uid: 22490 components: - type: Transform rot: -1.5707963267948966 rad @@ -149916,7 +150002,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22530 + - uid: 22491 components: - type: Transform rot: 1.5707963267948966 rad @@ -149924,7 +150010,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22531 + - uid: 22492 components: - type: Transform rot: 3.141592653589793 rad @@ -149932,14 +150018,14 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22532 + - uid: 22493 components: - type: Transform pos: -21.5,8.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22533 + - uid: 22494 components: - type: Transform rot: 3.141592653589793 rad @@ -149947,14 +150033,14 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22534 + - uid: 22495 components: - type: Transform pos: -51.5,23.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22535 + - uid: 22496 components: - type: Transform rot: -1.5707963267948966 rad @@ -149962,7 +150048,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22536 + - uid: 22497 components: - type: Transform rot: 1.5707963267948966 rad @@ -149970,7 +150056,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22537 + - uid: 22498 components: - type: Transform rot: 1.5707963267948966 rad @@ -149978,7 +150064,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22538 + - uid: 22499 components: - type: Transform rot: -1.5707963267948966 rad @@ -149986,7 +150072,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22539 + - uid: 22500 components: - type: Transform rot: 1.5707963267948966 rad @@ -149994,7 +150080,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22540 + - uid: 22501 components: - type: Transform rot: -1.5707963267948966 rad @@ -150002,7 +150088,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22541 + - uid: 22502 components: - type: Transform rot: 1.5707963267948966 rad @@ -150010,7 +150096,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22542 + - uid: 22503 components: - type: Transform rot: 1.5707963267948966 rad @@ -150018,7 +150104,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22543 + - uid: 22504 components: - type: Transform rot: -1.5707963267948966 rad @@ -150026,7 +150112,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22544 + - uid: 22505 components: - type: Transform rot: 3.141592653589793 rad @@ -150034,7 +150120,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22545 + - uid: 22506 components: - type: Transform rot: 1.5707963267948966 rad @@ -150042,21 +150128,21 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22546 + - uid: 22507 components: - type: Transform pos: -49.5,-34.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22547 + - uid: 22508 components: - type: Transform pos: 28.5,-80.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22548 + - uid: 22509 components: - type: Transform rot: -1.5707963267948966 rad @@ -150064,7 +150150,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22549 + - uid: 22510 components: - type: Transform rot: -1.5707963267948966 rad @@ -150072,14 +150158,14 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22550 + - uid: 22511 components: - type: Transform pos: 48.5,-71.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22551 + - uid: 22512 components: - type: Transform rot: -1.5707963267948966 rad @@ -150087,7 +150173,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22552 + - uid: 22513 components: - type: Transform rot: 3.141592653589793 rad @@ -150095,7 +150181,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22553 + - uid: 22514 components: - type: Transform rot: 1.5707963267948966 rad @@ -150103,14 +150189,14 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22554 + - uid: 22515 components: - type: Transform pos: 29.5,-71.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22555 + - uid: 22516 components: - type: Transform rot: -1.5707963267948966 rad @@ -150118,21 +150204,21 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22556 + - uid: 22517 components: - type: Transform pos: 24.5,-69.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22557 + - uid: 22518 components: - type: Transform pos: 15.5,-79.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22558 + - uid: 22519 components: - type: Transform rot: 1.5707963267948966 rad @@ -150140,7 +150226,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22559 + - uid: 22520 components: - type: Transform rot: 3.141592653589793 rad @@ -150148,117 +150234,117 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22560 + - uid: 22521 components: - type: Transform rot: -1.5707963267948966 rad pos: -38.5,-47.5 parent: 2 - - uid: 22561 + - uid: 22522 components: - type: Transform rot: 1.5707963267948966 rad pos: -44.5,-41.5 parent: 2 - - uid: 22562 + - uid: 22523 components: - type: Transform rot: 1.5707963267948966 rad pos: 20.5,22.5 parent: 2 - - uid: 22563 + - uid: 22524 components: - type: Transform rot: -1.5707963267948966 rad pos: -45.5,41.5 parent: 2 - - uid: 22564 + - uid: 22525 components: - type: Transform rot: 1.5707963267948966 rad pos: -50.5,44.5 parent: 2 - - uid: 22565 + - uid: 22526 components: - type: Transform rot: 3.141592653589793 rad pos: 67.5,-31.5 parent: 2 - - uid: 22566 + - uid: 22527 components: - type: Transform rot: 1.5707963267948966 rad pos: 65.5,-29.5 parent: 2 - - uid: 22567 + - uid: 22528 components: - type: Transform rot: -1.5707963267948966 rad pos: -3.5,17.5 parent: 2 - - uid: 22568 + - uid: 22529 components: - type: Transform rot: 1.5707963267948966 rad pos: -8.5,17.5 parent: 2 - - uid: 22569 + - uid: 22530 components: - type: Transform rot: 3.141592653589793 rad pos: -44.5,-17.5 parent: 2 - - uid: 22570 + - uid: 22531 components: - type: Transform pos: 77.5,-43.5 parent: 2 - - uid: 22571 + - uid: 22532 components: - type: Transform pos: -71.5,-37.5 parent: 2 - - uid: 22572 + - uid: 22533 components: - type: Transform rot: 3.141592653589793 rad pos: -65.5,-46.5 parent: 2 - - uid: 22573 + - uid: 22534 components: - type: Transform rot: 3.141592653589793 rad pos: -71.5,-46.5 parent: 2 - - uid: 22574 + - uid: 22535 components: - type: Transform pos: -65.5,-36.5 parent: 2 - - uid: 22575 + - uid: 22536 components: - type: Transform rot: 3.141592653589793 rad pos: -66.5,-34.5 parent: 2 - - uid: 22576 + - uid: 22537 components: - type: Transform rot: -1.5707963267948966 rad pos: -30.5,-32.5 parent: 2 - - uid: 22577 + - uid: 22538 components: - type: Transform pos: -35.5,-15.5 parent: 2 - - uid: 22578 + - uid: 22539 components: - type: Transform rot: 1.5707963267948966 rad pos: -1.5,-4.5 parent: 2 - - uid: 22579 + - uid: 22540 components: - type: Transform rot: 1.5707963267948966 rad @@ -150266,108 +150352,174 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24346 - - uid: 22580 + - 24328 + - uid: 22541 components: - type: Transform rot: -1.5707963267948966 rad pos: 29.5,-38.5 parent: 2 - - uid: 22581 + - uid: 22542 components: - type: Transform rot: 3.141592653589793 rad pos: 21.5,-37.5 parent: 2 - - uid: 22582 + - uid: 22543 components: - type: Transform pos: 24.5,-34.5 parent: 2 - - uid: 22583 + - uid: 22544 components: - type: Transform rot: 3.141592653589793 rad pos: 1.5,-23.5 parent: 2 - - uid: 22584 + - uid: 22545 components: - type: Transform pos: -1.5,-19.5 parent: 2 - - uid: 22585 + - uid: 22546 components: - type: Transform rot: 3.141592653589793 rad pos: 5.5,-11.5 parent: 2 - - uid: 22586 + - uid: 22547 components: - type: Transform rot: -1.5707963267948966 rad pos: 57.5,-41.5 parent: 2 - - uid: 22587 + - uid: 22548 components: - type: Transform rot: 3.141592653589793 rad pos: -52.5,-25.5 parent: 2 - - uid: 22588 + - uid: 22549 components: - type: Transform rot: -1.5707963267948966 rad pos: 53.5,-43.5 parent: 2 - - uid: 22589 + - uid: 22550 components: - type: Transform rot: -1.5707963267948966 rad pos: 53.5,-39.5 parent: 2 - - uid: 22590 + - uid: 22551 components: - type: Transform pos: 11.5,23.5 parent: 2 - - uid: 22591 + - uid: 22552 components: - type: Transform rot: -1.5707963267948966 rad pos: 11.5,-46.5 parent: 2 - - uid: 22592 + - uid: 22553 components: - type: Transform rot: 1.5707963267948966 rad pos: -37.5,-17.5 parent: 2 - - uid: 22593 + - uid: 22554 components: - type: Transform rot: 1.5707963267948966 rad pos: -13.5,-19.5 parent: 2 - - uid: 22594 + - uid: 22555 components: - type: Transform pos: -9.5,-17.5 parent: 2 - - uid: 22595 + - uid: 22556 components: - type: Transform rot: -1.5707963267948966 rad pos: -18.5,-15.5 parent: 2 - - uid: 22596 + - uid: 22557 components: - type: Transform rot: 1.5707963267948966 rad pos: 10.5,-38.5 parent: 2 + - uid: 22558 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-52.5 + parent: 2 + - uid: 22559 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-54.5 + parent: 2 + - uid: 22560 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-65.5 + parent: 2 + - uid: 22561 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-54.5 + parent: 2 + - uid: 22562 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-57.5 + parent: 2 + - uid: 22563 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-57.5 + parent: 2 + - uid: 22564 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-63.5 + parent: 2 + - uid: 22565 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-58.5 + parent: 2 + - uid: 22566 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-52.5 + parent: 2 + - uid: 22567 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-52.5 + parent: 2 + - uid: 22568 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-47.5 + parent: 2 - proto: PoweredlightEmpty entities: - - uid: 22597 + - uid: 22569 components: - type: Transform rot: 3.141592653589793 rad @@ -150375,7 +150527,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22598 + - uid: 22570 components: - type: Transform rot: 3.141592653589793 rad @@ -150383,7 +150535,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22599 + - uid: 22571 components: - type: Transform rot: 3.141592653589793 rad @@ -150391,7 +150543,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22600 + - uid: 22572 components: - type: Transform rot: 3.141592653589793 rad @@ -150399,7 +150551,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22601 + - uid: 22573 components: - type: Transform rot: 3.141592653589793 rad @@ -150407,21 +150559,21 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22602 + - uid: 22574 components: - type: Transform pos: -13.5,13.5 parent: 2 - proto: PoweredlightExterior entities: - - uid: 22603 + - uid: 22575 components: - type: Transform pos: -1.5,72.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22604 + - uid: 22576 components: - type: Transform rot: 1.5707963267948966 rad @@ -150429,7 +150581,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22605 + - uid: 22577 components: - type: Transform rot: -1.5707963267948966 rad @@ -150437,7 +150589,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22606 + - uid: 22578 components: - type: Transform rot: -1.5707963267948966 rad @@ -150445,7 +150597,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22607 + - uid: 22579 components: - type: Transform rot: -1.5707963267948966 rad @@ -150453,43 +150605,43 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22608 + - uid: 22580 components: - type: Transform pos: 39.5,66.5 parent: 2 - - uid: 22609 + - uid: 22581 components: - type: Transform rot: -1.5707963267948966 rad pos: 42.5,63.5 parent: 2 - - uid: 22610 + - uid: 22582 components: - type: Transform rot: 1.5707963267948966 rad pos: 36.5,63.5 parent: 2 - - uid: 22611 + - uid: 22583 components: - type: Transform pos: -52.5,-86.5 parent: 2 - proto: PoweredLightPostSmall entities: - - uid: 22612 + - uid: 22584 components: - type: Transform pos: -0.5,-85.5 parent: 2 - - uid: 22613 + - uid: 22585 components: - type: Transform pos: -2.5,-85.5 parent: 2 - proto: PoweredlightSodium entities: - - uid: 22614 + - uid: 22586 components: - type: Transform rot: 3.141592653589793 rad @@ -150497,7 +150649,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22615 + - uid: 22587 components: - type: Transform rot: 1.5707963267948966 rad @@ -150505,28 +150657,28 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22616 + - uid: 22588 components: - type: Transform pos: -18.5,4.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22617 + - uid: 22589 components: - type: Transform pos: -40.5,-15.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22618 + - uid: 22590 components: - type: Transform pos: -20.5,-95.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22619 + - uid: 22591 components: - type: Transform rot: 3.141592653589793 rad @@ -150534,7 +150686,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22620 + - uid: 22592 components: - type: Transform rot: -1.5707963267948966 rad @@ -150544,52 +150696,57 @@ entities: powerLoad: 0 - proto: PoweredSmallLight entities: - - uid: 22621 + - uid: 22593 + components: + - type: Transform + pos: -18.5,-51.5 + parent: 2 + - uid: 22594 components: - type: Transform rot: 1.5707963267948966 rad pos: -35.5,-26.5 parent: 2 - - uid: 22622 + - uid: 22595 components: - type: Transform rot: -1.5707963267948966 rad pos: 15.5,-46.5 parent: 2 - - uid: 22623 + - uid: 22596 components: - type: Transform pos: 12.5,25.5 parent: 2 - - uid: 22624 + - uid: 22597 components: - type: Transform pos: -43.5,-34.5 parent: 2 - - uid: 22625 + - uid: 22598 components: - type: Transform pos: -76.5,-31.5 parent: 2 - - uid: 22626 + - uid: 22599 components: - type: Transform pos: 51.5,-82.5 parent: 2 - - uid: 22627 + - uid: 22600 components: - type: Transform rot: -1.5707963267948966 rad pos: -49.5,46.5 parent: 2 - - uid: 22628 + - uid: 22601 components: - type: Transform pos: 20.5,-52.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22629 + - uid: 22602 components: - type: Transform rot: 3.141592653589793 rad @@ -150597,21 +150754,21 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22630 + - uid: 22603 components: - type: Transform pos: 16.5,-52.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22631 + - uid: 22604 components: - type: Transform pos: 1.5,-40.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22632 + - uid: 22605 components: - type: Transform rot: 1.5707963267948966 rad @@ -150619,7 +150776,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22633 + - uid: 22606 components: - type: Transform rot: 3.141592653589793 rad @@ -150627,7 +150784,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22634 + - uid: 22607 components: - type: Transform rot: -1.5707963267948966 rad @@ -150635,21 +150792,21 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22635 + - uid: 22608 components: - type: Transform pos: 0.5,-73.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22636 + - uid: 22609 components: - type: Transform pos: 33.5,-10.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22637 + - uid: 22610 components: - type: Transform rot: 3.141592653589793 rad @@ -150657,7 +150814,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22638 + - uid: 22611 components: - type: Transform rot: 1.5707963267948966 rad @@ -150665,7 +150822,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22639 + - uid: 22612 components: - type: Transform rot: -1.5707963267948966 rad @@ -150673,7 +150830,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22640 + - uid: 22613 components: - type: Transform rot: 1.5707963267948966 rad @@ -150681,7 +150838,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22641 + - uid: 22614 components: - type: Transform rot: 1.5707963267948966 rad @@ -150689,14 +150846,14 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22642 + - uid: 22615 components: - type: Transform pos: 33.5,-89.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22643 + - uid: 22616 components: - type: Transform rot: -1.5707963267948966 rad @@ -150704,7 +150861,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22644 + - uid: 22617 components: - type: Transform rot: 1.5707963267948966 rad @@ -150712,29 +150869,14 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22645 - components: - - type: Transform - pos: -15.5,-63.5 - parent: 2 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 22646 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,-67.5 - parent: 2 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 22647 + - uid: 22618 components: - type: Transform pos: -20.5,-66.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22648 + - uid: 22619 components: - type: Transform rot: 3.141592653589793 rad @@ -150742,28 +150884,28 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22649 + - uid: 22620 components: - type: Transform pos: -20.5,-63.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22650 + - uid: 22621 components: - type: Transform pos: -15.5,-75.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22651 + - uid: 22622 components: - type: Transform pos: -15.5,-69.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22652 + - uid: 22623 components: - type: Transform rot: 3.141592653589793 rad @@ -150771,7 +150913,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22653 + - uid: 22624 components: - type: Transform rot: 1.5707963267948966 rad @@ -150779,7 +150921,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22654 + - uid: 22625 components: - type: Transform rot: 1.5707963267948966 rad @@ -150787,7 +150929,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22655 + - uid: 22626 components: - type: Transform rot: 3.141592653589793 rad @@ -150795,7 +150937,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22656 + - uid: 22627 components: - type: Transform rot: -1.5707963267948966 rad @@ -150803,7 +150945,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22657 + - uid: 22628 components: - type: Transform rot: -1.5707963267948966 rad @@ -150811,7 +150953,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22658 + - uid: 22629 components: - type: Transform rot: -1.5707963267948966 rad @@ -150819,28 +150961,28 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22659 + - uid: 22630 components: - type: Transform pos: 49.5,-33.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22660 + - uid: 22631 components: - type: Transform pos: -8.5,-29.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22661 + - uid: 22632 components: - type: Transform pos: -16.5,-29.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22662 + - uid: 22633 components: - type: Transform rot: -1.5707963267948966 rad @@ -150848,21 +150990,21 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22663 + - uid: 22634 components: - type: Transform pos: 37.5,8.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22664 + - uid: 22635 components: - type: Transform pos: 37.5,5.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22665 + - uid: 22636 components: - type: Transform rot: 1.5707963267948966 rad @@ -150870,7 +151012,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22666 + - uid: 22637 components: - type: Transform rot: 1.5707963267948966 rad @@ -150878,7 +151020,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22667 + - uid: 22638 components: - type: Transform rot: 1.5707963267948966 rad @@ -150886,7 +151028,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22668 + - uid: 22639 components: - type: Transform rot: 3.141592653589793 rad @@ -150894,7 +151036,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22669 + - uid: 22640 components: - type: Transform rot: 1.5707963267948966 rad @@ -150902,7 +151044,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22670 + - uid: 22641 components: - type: Transform rot: 1.5707963267948966 rad @@ -150910,7 +151052,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22671 + - uid: 22642 components: - type: Transform rot: 1.5707963267948966 rad @@ -150918,7 +151060,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22672 + - uid: 22643 components: - type: Transform rot: 1.5707963267948966 rad @@ -150926,7 +151068,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22673 + - uid: 22644 components: - type: Transform rot: 1.5707963267948966 rad @@ -150934,21 +151076,21 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22674 + - uid: 22645 components: - type: Transform pos: 61.5,19.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22675 + - uid: 22646 components: - type: Transform pos: 61.5,16.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22676 + - uid: 22647 components: - type: Transform rot: 1.5707963267948966 rad @@ -150956,14 +151098,14 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22677 + - uid: 22648 components: - type: Transform pos: 62.5,22.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22678 + - uid: 22649 components: - type: Transform rot: -1.5707963267948966 rad @@ -150971,7 +151113,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22679 + - uid: 22650 components: - type: Transform rot: 1.5707963267948966 rad @@ -150979,14 +151121,14 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22680 + - uid: 22651 components: - type: Transform pos: 60.5,2.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22681 + - uid: 22652 components: - type: Transform rot: 1.5707963267948966 rad @@ -150994,14 +151136,14 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22682 + - uid: 22653 components: - type: Transform pos: 35.5,20.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22683 + - uid: 22654 components: - type: Transform rot: 1.5707963267948966 rad @@ -151009,7 +151151,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22684 + - uid: 22655 components: - type: Transform rot: -1.5707963267948966 rad @@ -151017,14 +151159,14 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22685 + - uid: 22656 components: - type: Transform pos: 49.5,-7.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22686 + - uid: 22657 components: - type: Transform rot: -1.5707963267948966 rad @@ -151032,7 +151174,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22687 + - uid: 22658 components: - type: Transform rot: -1.5707963267948966 rad @@ -151040,7 +151182,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22688 + - uid: 22659 components: - type: Transform rot: 1.5707963267948966 rad @@ -151048,7 +151190,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22689 + - uid: 22660 components: - type: Transform rot: -1.5707963267948966 rad @@ -151056,14 +151198,14 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22690 + - uid: 22661 components: - type: Transform pos: -18.5,-0.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22691 + - uid: 22662 components: - type: Transform rot: -1.5707963267948966 rad @@ -151071,28 +151213,28 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22692 + - uid: 22663 components: - type: Transform pos: 46.5,-51.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22693 + - uid: 22664 components: - type: Transform pos: 12.5,-72.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22694 + - uid: 22665 components: - type: Transform pos: 45.5,-89.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22695 + - uid: 22666 components: - type: Transform rot: 1.5707963267948966 rad @@ -151100,14 +151242,14 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22696 + - uid: 22667 components: - type: Transform pos: 20.5,-73.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22697 + - uid: 22668 components: - type: Transform rot: 1.5707963267948966 rad @@ -151115,28 +151257,28 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22698 + - uid: 22669 components: - type: Transform pos: -20.5,-45.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22699 + - uid: 22670 components: - type: Transform pos: -26.5,-26.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22700 + - uid: 22671 components: - type: Transform pos: 43.5,-51.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22701 + - uid: 22672 components: - type: Transform rot: 1.5707963267948966 rad @@ -151144,42 +151286,35 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22702 + - uid: 22673 components: - type: Transform pos: 10.5,-55.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22703 + - uid: 22674 components: - type: Transform pos: 15.5,-57.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22704 - components: - - type: Transform - pos: 9.5,-64.5 - parent: 2 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 22705 + - uid: 22675 components: - type: Transform pos: -5.5,-68.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22706 + - uid: 22676 components: - type: Transform pos: -33.5,-69.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22707 + - uid: 22677 components: - type: Transform rot: 1.5707963267948966 rad @@ -151187,7 +151322,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22708 + - uid: 22678 components: - type: Transform rot: 3.141592653589793 rad @@ -151195,14 +151330,14 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22709 + - uid: 22679 components: - type: Transform pos: -26.5,-66.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22710 + - uid: 22680 components: - type: Transform rot: 1.5707963267948966 rad @@ -151210,7 +151345,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22711 + - uid: 22681 components: - type: Transform rot: 1.5707963267948966 rad @@ -151218,21 +151353,21 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22712 + - uid: 22682 components: - type: Transform pos: -37.5,-63.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22713 + - uid: 22683 components: - type: Transform pos: -44.5,-63.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22714 + - uid: 22684 components: - type: Transform rot: 1.5707963267948966 rad @@ -151240,14 +151375,14 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22715 + - uid: 22685 components: - type: Transform pos: -29.5,-43.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22716 + - uid: 22686 components: - type: Transform rot: 1.5707963267948966 rad @@ -151255,14 +151390,14 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22717 + - uid: 22687 components: - type: Transform pos: -22.5,-41.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22718 + - uid: 22688 components: - type: Transform rot: 1.5707963267948966 rad @@ -151270,14 +151405,14 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22719 + - uid: 22689 components: - type: Transform pos: 44.5,-13.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22720 + - uid: 22690 components: - type: Transform rot: 1.5707963267948966 rad @@ -151285,21 +151420,21 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22721 + - uid: 22691 components: - type: Transform pos: 39.5,-7.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22722 + - uid: 22692 components: - type: Transform pos: 31.5,-8.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22723 + - uid: 22693 components: - type: Transform rot: 1.5707963267948966 rad @@ -151307,7 +151442,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22724 + - uid: 22694 components: - type: Transform rot: 1.5707963267948966 rad @@ -151315,14 +151450,14 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22725 + - uid: 22695 components: - type: Transform pos: 57.5,26.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22726 + - uid: 22696 components: - type: Transform rot: 3.141592653589793 rad @@ -151330,28 +151465,28 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22727 + - uid: 22697 components: - type: Transform pos: -41.5,-24.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22728 + - uid: 22698 components: - type: Transform pos: -39.5,-28.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22729 + - uid: 22699 components: - type: Transform pos: -45.5,-27.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22730 + - uid: 22700 components: - type: Transform rot: 1.5707963267948966 rad @@ -151359,7 +151494,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22731 + - uid: 22701 components: - type: Transform rot: -1.5707963267948966 rad @@ -151367,7 +151502,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22732 + - uid: 22702 components: - type: Transform rot: -1.5707963267948966 rad @@ -151375,7 +151510,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22733 + - uid: 22703 components: - type: Transform rot: 1.5707963267948966 rad @@ -151383,7 +151518,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22734 + - uid: 22704 components: - type: Transform rot: 1.5707963267948966 rad @@ -151391,21 +151526,21 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22735 + - uid: 22705 components: - type: Transform pos: -29.5,-25.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22736 + - uid: 22706 components: - type: Transform pos: 15.5,-8.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22737 + - uid: 22707 components: - type: Transform rot: 1.5707963267948966 rad @@ -151413,7 +151548,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22738 + - uid: 22708 components: - type: Transform rot: 3.141592653589793 rad @@ -151421,20 +151556,20 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22739 + - uid: 22709 components: - type: Transform pos: 1.5,-16.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22740 + - uid: 22710 components: - type: Transform rot: -1.5707963267948966 rad pos: -72.5,-34.5 parent: 2 - - uid: 22741 + - uid: 22711 components: - type: Transform rot: 1.5707963267948966 rad @@ -151442,7 +151577,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22742 + - uid: 22712 components: - type: Transform rot: 1.5707963267948966 rad @@ -151450,56 +151585,56 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22743 + - uid: 22713 components: - type: Transform pos: -49.5,-42.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22744 + - uid: 22714 components: - type: Transform pos: -49.5,-44.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22745 + - uid: 22715 components: - type: Transform pos: -49.5,-46.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22746 + - uid: 22716 components: - type: Transform pos: -49.5,-48.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22747 + - uid: 22717 components: - type: Transform pos: -49.5,-50.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22748 + - uid: 22718 components: - type: Transform pos: -49.5,-52.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22749 + - uid: 22719 components: - type: Transform pos: -49.5,-54.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22750 + - uid: 22720 components: - type: Transform rot: 1.5707963267948966 rad @@ -151507,21 +151642,21 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22751 + - uid: 22721 components: - type: Transform pos: 21.5,25.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22752 + - uid: 22722 components: - type: Transform pos: -6.5,32.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22753 + - uid: 22723 components: - type: Transform rot: -1.5707963267948966 rad @@ -151529,7 +151664,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22754 + - uid: 22724 components: - type: Transform rot: 1.5707963267948966 rad @@ -151537,7 +151672,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22755 + - uid: 22725 components: - type: Transform rot: 1.5707963267948966 rad @@ -151545,7 +151680,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22756 + - uid: 22726 components: - type: Transform rot: -1.5707963267948966 rad @@ -151553,7 +151688,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22757 + - uid: 22727 components: - type: Transform rot: 1.5707963267948966 rad @@ -151561,7 +151696,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22758 + - uid: 22728 components: - type: Transform rot: 3.141592653589793 rad @@ -151569,7 +151704,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22759 + - uid: 22729 components: - type: Transform rot: 1.5707963267948966 rad @@ -151577,7 +151712,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22760 + - uid: 22730 components: - type: Transform rot: -1.5707963267948966 rad @@ -151585,7 +151720,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22761 + - uid: 22731 components: - type: Transform rot: -1.5707963267948966 rad @@ -151593,7 +151728,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22762 + - uid: 22732 components: - type: Transform rot: -1.5707963267948966 rad @@ -151601,7 +151736,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22763 + - uid: 22733 components: - type: Transform rot: 1.5707963267948966 rad @@ -151609,7 +151744,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22764 + - uid: 22734 components: - type: Transform rot: -1.5707963267948966 rad @@ -151617,7 +151752,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22765 + - uid: 22735 components: - type: Transform rot: 1.5707963267948966 rad @@ -151625,7 +151760,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22766 + - uid: 22736 components: - type: Transform rot: 3.141592653589793 rad @@ -151633,14 +151768,14 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22767 + - uid: 22737 components: - type: Transform pos: -0.5,24.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22768 + - uid: 22738 components: - type: Transform rot: -1.5707963267948966 rad @@ -151648,7 +151783,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22769 + - uid: 22739 components: - type: Transform rot: 1.5707963267948966 rad @@ -151656,7 +151791,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22770 + - uid: 22740 components: - type: Transform rot: -1.5707963267948966 rad @@ -151664,28 +151799,28 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22771 + - uid: 22741 components: - type: Transform pos: -44.5,-2.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22772 + - uid: 22742 components: - type: Transform pos: -40.5,-2.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22773 + - uid: 22743 components: - type: Transform pos: -49.5,1.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22774 + - uid: 22744 components: - type: Transform rot: -1.5707963267948966 rad @@ -151693,14 +151828,14 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22775 + - uid: 22745 components: - type: Transform pos: -35.5,-38.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22776 + - uid: 22746 components: - type: Transform rot: -1.5707963267948966 rad @@ -151708,7 +151843,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22777 + - uid: 22747 components: - type: Transform rot: 3.141592653589793 rad @@ -151716,7 +151851,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22778 + - uid: 22748 components: - type: Transform rot: 3.141592653589793 rad @@ -151724,21 +151859,21 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22779 + - uid: 22749 components: - type: Transform pos: -68.5,-5.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22780 + - uid: 22750 components: - type: Transform pos: -64.5,-5.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22781 + - uid: 22751 components: - type: Transform rot: -1.5707963267948966 rad @@ -151746,7 +151881,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22782 + - uid: 22752 components: - type: Transform rot: -1.5707963267948966 rad @@ -151754,7 +151889,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22783 + - uid: 22753 components: - type: Transform rot: -1.5707963267948966 rad @@ -151762,7 +151897,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22784 + - uid: 22754 components: - type: Transform rot: -1.5707963267948966 rad @@ -151770,7 +151905,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22785 + - uid: 22755 components: - type: Transform rot: 3.141592653589793 rad @@ -151778,7 +151913,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22786 + - uid: 22756 components: - type: Transform rot: 3.141592653589793 rad @@ -151786,7 +151921,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22787 + - uid: 22757 components: - type: Transform rot: 3.141592653589793 rad @@ -151794,7 +151929,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22788 + - uid: 22758 components: - type: Transform rot: 3.141592653589793 rad @@ -151802,7 +151937,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22789 + - uid: 22759 components: - type: Transform rot: 3.141592653589793 rad @@ -151810,7 +151945,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22790 + - uid: 22760 components: - type: Transform rot: 1.5707963267948966 rad @@ -151818,7 +151953,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22791 + - uid: 22761 components: - type: Transform rot: 1.5707963267948966 rad @@ -151826,7 +151961,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22792 + - uid: 22762 components: - type: Transform rot: -1.5707963267948966 rad @@ -151834,21 +151969,21 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22793 + - uid: 22763 components: - type: Transform pos: -51.5,-73.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22794 + - uid: 22764 components: - type: Transform pos: -8.5,-71.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22795 + - uid: 22765 components: - type: Transform rot: 1.5707963267948966 rad @@ -151856,7 +151991,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22796 + - uid: 22766 components: - type: Transform rot: 3.141592653589793 rad @@ -151864,21 +151999,21 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22797 + - uid: 22767 components: - type: Transform pos: -30.5,-54.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22798 + - uid: 22768 components: - type: Transform pos: 56.5,59.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22799 + - uid: 22769 components: - type: Transform rot: 3.141592653589793 rad @@ -151886,7 +152021,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22800 + - uid: 22770 components: - type: Transform rot: 3.141592653589793 rad @@ -151894,7 +152029,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22801 + - uid: 22771 components: - type: Transform rot: 3.141592653589793 rad @@ -151902,14 +152037,14 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22802 + - uid: 22772 components: - type: Transform pos: 15.5,39.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22803 + - uid: 22773 components: - type: Transform rot: 1.5707963267948966 rad @@ -151917,7 +152052,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22804 + - uid: 22774 components: - type: Transform rot: 1.5707963267948966 rad @@ -151925,21 +152060,21 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22805 + - uid: 22775 components: - type: Transform pos: 9.5,34.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22806 + - uid: 22776 components: - type: Transform pos: -23.5,31.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22807 + - uid: 22777 components: - type: Transform rot: 3.141592653589793 rad @@ -151947,7 +152082,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22808 + - uid: 22778 components: - type: Transform rot: 1.5707963267948966 rad @@ -151955,28 +152090,28 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22809 + - uid: 22779 components: - type: Transform pos: 46.5,39.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22810 + - uid: 22780 components: - type: Transform pos: 54.5,50.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22811 + - uid: 22781 components: - type: Transform pos: 45.5,32.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22812 + - uid: 22782 components: - type: Transform rot: -1.5707963267948966 rad @@ -151984,7 +152119,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22813 + - uid: 22783 components: - type: Transform rot: -1.5707963267948966 rad @@ -151992,14 +152127,14 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22814 + - uid: 22784 components: - type: Transform pos: -11.5,39.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22815 + - uid: 22785 components: - type: Transform rot: 3.141592653589793 rad @@ -152007,7 +152142,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22816 + - uid: 22786 components: - type: Transform rot: -1.5707963267948966 rad @@ -152015,14 +152150,14 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22817 + - uid: 22787 components: - type: Transform pos: -10.5,29.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22818 + - uid: 22788 components: - type: Transform rot: -1.5707963267948966 rad @@ -152030,7 +152165,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22819 + - uid: 22789 components: - type: Transform rot: -1.5707963267948966 rad @@ -152038,7 +152173,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22820 + - uid: 22790 components: - type: Transform rot: 1.5707963267948966 rad @@ -152046,7 +152181,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22821 + - uid: 22791 components: - type: Transform rot: 3.141592653589793 rad @@ -152054,14 +152189,14 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22822 + - uid: 22792 components: - type: Transform pos: -18.5,55.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22823 + - uid: 22793 components: - type: Transform rot: -1.5707963267948966 rad @@ -152069,7 +152204,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22824 + - uid: 22794 components: - type: Transform rot: 3.141592653589793 rad @@ -152077,21 +152212,21 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22825 + - uid: 22795 components: - type: Transform pos: -30.5,39.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22826 + - uid: 22796 components: - type: Transform pos: -42.5,39.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22827 + - uid: 22797 components: - type: Transform rot: 3.141592653589793 rad @@ -152099,7 +152234,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22828 + - uid: 22798 components: - type: Transform rot: 3.141592653589793 rad @@ -152107,7 +152242,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22829 + - uid: 22799 components: - type: Transform rot: -1.5707963267948966 rad @@ -152115,7 +152250,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22830 + - uid: 22800 components: - type: Transform rot: 1.5707963267948966 rad @@ -152123,7 +152258,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22831 + - uid: 22801 components: - type: Transform rot: 1.5707963267948966 rad @@ -152131,96 +152266,56 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22832 + - uid: 22802 components: - type: Transform pos: 67.5,-33.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22833 + - uid: 22803 components: - type: Transform pos: 67.5,-11.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22834 + - uid: 22804 components: - type: Transform pos: 67.5,-3.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22835 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-56.5 - parent: 2 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 22836 + - uid: 22805 components: - type: Transform pos: 67.5,-5.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22837 + - uid: 22806 components: - type: Transform pos: 67.5,-13.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22838 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-56.5 - parent: 2 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 22839 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-56.5 - parent: 2 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 22840 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-56.5 - parent: 2 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 22841 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-56.5 - parent: 2 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 22842 + - uid: 22807 components: - type: Transform pos: 78.5,-33.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22843 + - uid: 22808 components: - type: Transform pos: 78.5,-36.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22844 + - uid: 22809 components: - type: Transform rot: 1.5707963267948966 rad @@ -152228,7 +152323,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22845 + - uid: 22810 components: - type: Transform rot: 3.141592653589793 rad @@ -152236,7 +152331,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22846 + - uid: 22811 components: - type: Transform rot: 1.5707963267948966 rad @@ -152244,7 +152339,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22847 + - uid: 22812 components: - type: Transform rot: -1.5707963267948966 rad @@ -152252,7 +152347,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22848 + - uid: 22813 components: - type: Transform rot: -1.5707963267948966 rad @@ -152260,7 +152355,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22849 + - uid: 22814 components: - type: Transform rot: 3.141592653589793 rad @@ -152268,7 +152363,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22850 + - uid: 22815 components: - type: Transform rot: 1.5707963267948966 rad @@ -152276,14 +152371,14 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22851 + - uid: 22816 components: - type: Transform pos: 59.5,-26.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22852 + - uid: 22817 components: - type: Transform rot: -1.5707963267948966 rad @@ -152291,7 +152386,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22853 + - uid: 22818 components: - type: Transform rot: 1.5707963267948966 rad @@ -152299,7 +152394,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22854 + - uid: 22819 components: - type: Transform rot: 3.141592653589793 rad @@ -152307,7 +152402,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22855 + - uid: 22820 components: - type: Transform rot: 1.5707963267948966 rad @@ -152315,7 +152410,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22856 + - uid: 22821 components: - type: Transform rot: 1.5707963267948966 rad @@ -152323,7 +152418,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22857 + - uid: 22822 components: - type: Transform rot: 1.5707963267948966 rad @@ -152331,7 +152426,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22858 + - uid: 22823 components: - type: Transform rot: -1.5707963267948966 rad @@ -152339,7 +152434,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22859 + - uid: 22824 components: - type: Transform rot: 3.141592653589793 rad @@ -152347,7 +152442,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22860 + - uid: 22825 components: - type: Transform rot: 1.5707963267948966 rad @@ -152355,7 +152450,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22861 + - uid: 22826 components: - type: Transform rot: -1.5707963267948966 rad @@ -152363,7 +152458,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22862 + - uid: 22827 components: - type: Transform rot: 1.5707963267948966 rad @@ -152371,21 +152466,21 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22863 + - uid: 22828 components: - type: Transform pos: -8.5,-8.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22864 + - uid: 22829 components: - type: Transform pos: -12.5,-8.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22865 + - uid: 22830 components: - type: Transform rot: 1.5707963267948966 rad @@ -152393,14 +152488,14 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22866 + - uid: 22831 components: - type: Transform pos: -15.5,-12.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22867 + - uid: 22832 components: - type: Transform rot: -1.5707963267948966 rad @@ -152408,7 +152503,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22868 + - uid: 22833 components: - type: Transform rot: -1.5707963267948966 rad @@ -152416,7 +152511,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22869 + - uid: 22834 components: - type: Transform rot: -1.5707963267948966 rad @@ -152424,21 +152519,14 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22870 + - uid: 22835 components: - type: Transform pos: 13.5,-31.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22871 - components: - - type: Transform - pos: -19.5,-51.5 - parent: 2 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 22872 + - uid: 22836 components: - type: Transform rot: 3.141592653589793 rad @@ -152446,7 +152534,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22873 + - uid: 22837 components: - type: Transform rot: 1.5707963267948966 rad @@ -152454,7 +152542,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22874 + - uid: 22838 components: - type: Transform rot: 1.5707963267948966 rad @@ -152462,14 +152550,14 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22875 + - uid: 22839 components: - type: Transform pos: 22.5,-83.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22876 + - uid: 22840 components: - type: Transform rot: 3.141592653589793 rad @@ -152477,14 +152565,14 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22877 + - uid: 22841 components: - type: Transform pos: -57.5,-18.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22878 + - uid: 22842 components: - type: Transform rot: 1.5707963267948966 rad @@ -152492,14 +152580,14 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22879 + - uid: 22843 components: - type: Transform pos: 3.5,-73.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22880 + - uid: 22844 components: - type: Transform rot: -1.5707963267948966 rad @@ -152507,163 +152595,221 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22881 + - uid: 22845 components: - type: Transform rot: 3.141592653589793 rad pos: 32.5,-25.5 parent: 2 - - uid: 22882 + - uid: 22846 components: - type: Transform rot: 3.141592653589793 rad pos: 18.5,-25.5 parent: 2 - - uid: 22883 + - uid: 22847 components: - type: Transform pos: -52.5,43.5 parent: 2 - - uid: 22884 + - uid: 22848 components: - type: Transform rot: -1.5707963267948966 rad pos: -37.5,42.5 parent: 2 - - uid: 22885 + - uid: 22849 components: - type: Transform rot: 3.141592653589793 rad pos: -10.5,-33.5 parent: 2 - - uid: 22886 + - uid: 22850 components: - type: Transform pos: -15.5,-33.5 parent: 2 - - uid: 22887 + - uid: 22851 components: - type: Transform pos: 51.5,-89.5 parent: 2 - - uid: 22888 + - uid: 22852 components: - type: Transform rot: 3.141592653589793 rad pos: 33.5,-82.5 parent: 2 - - uid: 22889 + - uid: 22853 components: - type: Transform rot: 3.141592653589793 rad pos: 45.5,-82.5 parent: 2 - - uid: 22890 + - uid: 22854 components: - type: Transform pos: -59.5,-54.5 parent: 2 - - uid: 22891 + - uid: 22855 components: - type: Transform pos: -76.5,-40.5 parent: 2 - - uid: 22892 + - uid: 22856 components: - type: Transform rot: 3.141592653589793 rad pos: -76.5,-46.5 parent: 2 - - uid: 22893 + - uid: 22857 components: - type: Transform rot: 3.141592653589793 rad pos: -63.5,-45.5 parent: 2 - - uid: 22894 + - uid: 22858 components: - type: Transform pos: -53.5,-27.5 parent: 2 - - uid: 22895 + - uid: 22859 components: - type: Transform rot: 1.5707963267948966 rad pos: 18.5,-28.5 parent: 2 - - uid: 22896 + - uid: 22860 components: - type: Transform pos: 31.5,-32.5 parent: 2 - - uid: 22897 + - uid: 22861 components: - type: Transform rot: -1.5707963267948966 rad pos: -7.5,-14.5 parent: 2 - - uid: 22898 + - uid: 22862 components: - type: Transform rot: 3.141592653589793 rad pos: -8.5,-6.5 parent: 2 - - uid: 22899 + - uid: 22863 components: - type: Transform rot: 3.141592653589793 rad pos: -25.5,-90.5 parent: 2 - - uid: 22900 + - uid: 22864 components: - type: Transform rot: 3.141592653589793 rad pos: -20.5,-90.5 parent: 2 - - uid: 22901 + - uid: 22865 components: - type: Transform rot: -1.5707963267948966 rad pos: -33.5,15.5 parent: 2 - - uid: 22902 + - uid: 22866 components: - type: Transform rot: 1.5707963267948966 rad pos: 68.5,-68.5 parent: 2 - - uid: 22903 + - uid: 22867 components: - type: Transform rot: 3.141592653589793 rad pos: -56.5,-1.5 parent: 2 - - uid: 22904 + - uid: 22868 components: - type: Transform rot: 1.5707963267948966 rad pos: -28.5,44.5 parent: 2 - - uid: 22905 + - uid: 22869 components: - type: Transform pos: -19.5,38.5 parent: 2 - - uid: 22906 + - uid: 22870 components: - type: Transform rot: 1.5707963267948966 rad pos: -40.5,12.5 parent: 2 - - uid: 22907 + - uid: 22871 components: - type: Transform rot: -1.5707963267948966 rad pos: -35.5,12.5 parent: 2 + - uid: 22872 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-57.5 + parent: 2 + - uid: 22873 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-59.5 + parent: 2 + - uid: 22874 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-61.5 + parent: 2 + - uid: 22875 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-61.5 + parent: 2 + - uid: 22876 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-57.5 + parent: 2 + - uid: 22877 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-65.5 + parent: 2 + - uid: 22878 + components: + - type: Transform + pos: 8.5,-58.5 + parent: 2 + - uid: 22879 + components: + - type: Transform + pos: -7.5,-64.5 + parent: 2 + - uid: 22880 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-66.5 + parent: 2 + - uid: 22881 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,-67.5 + parent: 2 - proto: PoweredSmallLightEmpty entities: - - uid: 22908 + - uid: 22882 components: - type: Transform rot: -1.5707963267948966 rad @@ -152671,7 +152817,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22909 + - uid: 22883 components: - type: Transform rot: 3.141592653589793 rad @@ -152679,7 +152825,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22910 + - uid: 22884 components: - type: Transform rot: 3.141592653589793 rad @@ -152687,7 +152833,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22911 + - uid: 22885 components: - type: Transform rot: 1.5707963267948966 rad @@ -152695,14 +152841,14 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22912 + - uid: 22886 components: - type: Transform pos: -42.5,-74.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22913 + - uid: 22887 components: - type: Transform rot: -1.5707963267948966 rad @@ -152710,7 +152856,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22914 + - uid: 22888 components: - type: Transform rot: 1.5707963267948966 rad @@ -152718,7 +152864,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22915 + - uid: 22889 components: - type: Transform rot: 1.5707963267948966 rad @@ -152726,7 +152872,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22916 + - uid: 22890 components: - type: Transform rot: 1.5707963267948966 rad @@ -152734,7 +152880,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22917 + - uid: 22891 components: - type: Transform rot: 1.5707963267948966 rad @@ -152742,7 +152888,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22918 + - uid: 22892 components: - type: Transform rot: -1.5707963267948966 rad @@ -152750,14 +152896,14 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22919 + - uid: 22893 components: - type: Transform pos: 57.5,34.5 parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22920 + - uid: 22894 components: - type: Transform rot: -1.5707963267948966 rad @@ -152765,7 +152911,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22921 + - uid: 22895 components: - type: Transform rot: 1.5707963267948966 rad @@ -152773,7 +152919,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22922 + - uid: 22896 components: - type: Transform rot: 3.141592653589793 rad @@ -152781,7 +152927,7 @@ entities: parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 22923 + - uid: 22897 components: - type: Transform pos: 34.5,47.5 @@ -152790,7 +152936,7 @@ entities: powerLoad: 0 - proto: Protolathe entities: - - uid: 22924 + - uid: 22898 components: - type: Transform pos: 43.5,-35.5 @@ -152804,1095 +152950,1091 @@ entities: - Gold - proto: ProtolatheMachineCircuitboard entities: - - uid: 22925 + - uid: 22899 components: - type: Transform pos: -37.545918,-18.274307 parent: 2 - proto: ProximitySensor entities: - - uid: 22926 + - uid: 22900 components: - type: Transform pos: 59.550594,-52.45363 parent: 2 - proto: PsychBed entities: - - uid: 22927 + - uid: 22901 components: - type: Transform pos: -15.5,-39.5 parent: 2 - proto: Rack entities: - - uid: 22928 + - uid: 22902 components: - type: Transform pos: 26.5,29.5 parent: 2 - - uid: 22929 + - uid: 22903 components: - type: Transform pos: 29.5,-13.5 parent: 2 - - uid: 22930 + - uid: 22904 components: - type: Transform pos: 13.5,-72.5 parent: 2 - - uid: 22931 + - uid: 22905 components: - type: Transform pos: 10.5,-16.5 parent: 2 - - uid: 22932 + - uid: 22906 components: - type: Transform pos: 31.5,-11.5 parent: 2 - - uid: 22933 + - uid: 22907 components: - type: Transform pos: 22.5,-54.5 parent: 2 - - uid: 22934 + - uid: 22908 components: - type: Transform pos: 33.5,-11.5 parent: 2 - - uid: 22935 + - uid: 22909 components: - type: Transform pos: 33.5,-13.5 parent: 2 - - uid: 22936 + - uid: 22910 components: - type: Transform pos: 31.5,-13.5 parent: 2 - - uid: 22937 + - uid: 22911 components: - type: Transform pos: 29.5,-11.5 parent: 2 - - uid: 22938 - components: - - type: Transform - pos: -6.5,-68.5 - parent: 2 - - uid: 22939 + - uid: 22912 components: - type: Transform pos: 4.5,-69.5 parent: 2 - - uid: 22940 + - uid: 22913 components: - type: Transform pos: 6.5,-69.5 parent: 2 - - uid: 22941 + - uid: 22914 components: - type: Transform rot: 3.141592653589793 rad pos: -28.5,-19.5 parent: 2 - - uid: 22942 + - uid: 22915 components: - type: Transform pos: -16.5,-15.5 parent: 2 - - uid: 22943 + - uid: 22916 components: - type: Transform pos: 36.5,-50.5 parent: 2 - - uid: 22944 + - uid: 22917 components: - type: Transform pos: 37.5,-50.5 parent: 2 - - uid: 22945 + - uid: 22918 components: - type: Transform pos: 42.5,-7.5 parent: 2 - - uid: 22946 + - uid: 22919 components: - type: Transform pos: -8.5,-10.5 parent: 2 - - uid: 22947 + - uid: 22920 components: - type: Transform pos: -16.5,-16.5 parent: 2 - - uid: 22948 + - uid: 22921 components: - type: Transform pos: -9.5,-10.5 parent: 2 - - uid: 22949 + - uid: 22922 components: - type: Transform pos: -11.5,-8.5 parent: 2 - - uid: 22950 + - uid: 22923 components: - type: Transform pos: -50.5,-29.5 parent: 2 - - uid: 22951 + - uid: 22924 components: - type: Transform pos: -50.5,-28.5 parent: 2 - - uid: 22952 + - uid: 22925 components: - type: Transform pos: -50.5,-27.5 parent: 2 - - uid: 22953 + - uid: 22926 components: - type: Transform pos: -45.5,-19.5 parent: 2 - - uid: 22954 + - uid: 22927 components: - type: Transform pos: -47.5,-19.5 parent: 2 - - uid: 22955 + - uid: 22928 components: - type: Transform pos: -55.5,-6.5 parent: 2 - - uid: 22956 + - uid: 22929 components: - type: Transform pos: -31.5,-56.5 parent: 2 - - uid: 22957 + - uid: 22930 components: - type: Transform pos: -56.5,-70.5 parent: 2 - - uid: 22958 + - uid: 22931 components: - type: Transform pos: -38.5,-67.5 parent: 2 - - uid: 22959 + - uid: 22932 components: - type: Transform pos: -32.5,-62.5 parent: 2 - - uid: 22960 + - uid: 22933 components: - type: Transform pos: -31.5,-62.5 parent: 2 - - uid: 22961 + - uid: 22934 components: - type: Transform pos: -46.5,-30.5 parent: 2 - - uid: 22962 + - uid: 22935 components: - type: Transform pos: -44.5,-25.5 parent: 2 - - uid: 22963 + - uid: 22936 components: - type: Transform pos: -42.5,-24.5 parent: 2 - - uid: 22964 + - uid: 22937 components: - type: Transform pos: 35.5,-12.5 parent: 2 - - uid: 22965 + - uid: 22938 components: - type: Transform pos: -31.5,-43.5 parent: 2 - - uid: 22966 + - uid: 22939 components: - type: Transform pos: -29.5,-46.5 parent: 2 - - uid: 22967 + - uid: 22940 components: - type: Transform pos: -28.5,-28.5 parent: 2 - - uid: 22968 + - uid: 22941 components: - type: Transform pos: -23.5,-28.5 parent: 2 - - uid: 22969 + - uid: 22942 components: - type: Transform pos: -34.5,-25.5 parent: 2 - - uid: 22970 + - uid: 22943 components: - type: Transform pos: -42.5,-20.5 parent: 2 - - uid: 22971 + - uid: 22944 components: - type: Transform pos: -42.5,-21.5 parent: 2 - - uid: 22972 + - uid: 22945 components: - type: Transform pos: 4.5,-17.5 parent: 2 - - uid: 22973 + - uid: 22946 components: - type: Transform pos: 3.5,-17.5 parent: 2 - - uid: 22974 + - uid: 22947 components: - type: Transform pos: -44.5,16.5 parent: 2 - - uid: 22975 + - uid: 22948 components: - type: Transform pos: -3.5,21.5 parent: 2 - - uid: 22976 + - uid: 22949 components: - type: Transform pos: 0.5,23.5 parent: 2 - - uid: 22977 + - uid: 22950 components: - type: Transform pos: -3.5,34.5 parent: 2 - - uid: 22978 + - uid: 22951 components: - type: Transform pos: 15.5,34.5 parent: 2 - - uid: 22979 + - uid: 22952 components: - type: Transform pos: -12.5,17.5 parent: 2 - - uid: 22980 + - uid: 22953 components: - type: Transform pos: -49.5,15.5 parent: 2 - - uid: 22981 + - uid: 22954 components: - type: Transform pos: -49.5,14.5 parent: 2 - - uid: 22982 + - uid: 22955 components: - type: Transform pos: -44.5,15.5 parent: 2 - - uid: 22983 + - uid: 22956 components: - type: Transform pos: -47.5,-3.5 parent: 2 - - uid: 22984 + - uid: 22957 components: - type: Transform pos: -52.5,2.5 parent: 2 - - uid: 22985 + - uid: 22958 components: - type: Transform pos: -56.5,-4.5 parent: 2 - - uid: 22986 + - uid: 22959 components: - type: Transform pos: 18.5,39.5 parent: 2 - - uid: 22987 + - uid: 22960 components: - type: Transform pos: -24.5,-67.5 parent: 2 - - uid: 22988 + - uid: 22961 components: - type: Transform pos: -23.5,-67.5 parent: 2 - - uid: 22989 + - uid: 22962 components: - type: Transform pos: 9.5,-16.5 parent: 2 - - uid: 22990 + - uid: 22963 components: - type: Transform pos: 39.5,-30.5 parent: 2 - - uid: 22991 + - uid: 22964 components: - type: Transform pos: 59.5,2.5 parent: 2 - - uid: 22992 + - uid: 22965 components: - type: Transform pos: -34.5,-72.5 parent: 2 - - uid: 22993 + - uid: 22966 components: - type: Transform pos: -33.5,-72.5 parent: 2 - - uid: 22994 + - uid: 22967 components: - type: Transform pos: -41.5,37.5 parent: 2 - - uid: 22995 + - uid: 22968 components: - type: Transform pos: -36.5,35.5 parent: 2 - - uid: 22996 + - uid: 22969 components: - type: Transform pos: -26.5,39.5 parent: 2 - - uid: 22997 + - uid: 22970 components: - type: Transform pos: -26.5,30.5 parent: 2 - - uid: 22998 + - uid: 22971 components: - type: Transform pos: -8.5,-82.5 parent: 2 - - uid: 22999 + - uid: 22972 components: - type: Transform pos: -14.5,-82.5 parent: 2 - - uid: 23000 + - uid: 22973 components: - type: Transform pos: -4.5,-82.5 parent: 2 - - uid: 23001 + - uid: 22974 components: - type: Transform pos: -6.5,-88.5 parent: 2 - - uid: 23002 + - uid: 22975 components: - type: Transform pos: -19.5,53.5 parent: 2 - - uid: 23003 + - uid: 22976 components: - type: Transform pos: 42.5,-32.5 parent: 2 - - uid: 23004 + - uid: 22977 components: - type: Transform pos: 54.5,-63.5 parent: 2 - - uid: 23005 + - uid: 22978 components: - type: Transform pos: 54.5,-64.5 parent: 2 - - uid: 23006 + - uid: 22979 components: - type: Transform pos: 54.5,-30.5 parent: 2 - - uid: 23007 + - uid: 22980 components: - type: Transform pos: 37.5,-10.5 parent: 2 - - uid: 23008 + - uid: 22981 components: - type: Transform rot: 1.5707963267948966 rad pos: -28.5,-20.5 parent: 2 - - uid: 23009 + - uid: 22982 components: - type: Transform pos: -48.5,16.5 parent: 2 - - uid: 23010 + - uid: 22983 components: - type: Transform pos: -13.5,-13.5 parent: 2 - - uid: 23011 + - uid: 22984 components: - type: Transform pos: -13.5,-12.5 parent: 2 - - uid: 23012 - components: - - type: Transform - pos: -20.5,-51.5 - parent: 2 - - uid: 23013 + - uid: 22985 components: - type: Transform pos: 44.5,-8.5 parent: 2 - - uid: 23014 + - uid: 22986 components: - type: Transform pos: 7.5,-80.5 parent: 2 - - uid: 23015 + - uid: 22987 components: - type: Transform pos: 31.5,27.5 parent: 2 - - uid: 23016 + - uid: 22988 components: - type: Transform pos: 27.5,27.5 parent: 2 - - uid: 23017 + - uid: 22989 components: - type: Transform pos: 6.5,-13.5 parent: 2 + - uid: 22990 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-62.5 + parent: 2 - proto: RadiationCollector entities: - - uid: 23018 + - uid: 22991 components: - type: Transform pos: -63.5,-20.5 parent: 2 - - uid: 23019 + - uid: 22992 components: - type: Transform pos: -64.5,-20.5 parent: 2 - - uid: 23020 + - uid: 22993 components: - type: Transform pos: -65.5,-20.5 parent: 2 - - uid: 23021 + - uid: 22994 components: - type: Transform pos: -67.5,-20.5 parent: 2 - - uid: 23022 + - uid: 22995 components: - type: Transform pos: -68.5,-20.5 parent: 2 - - uid: 23023 + - uid: 22996 components: - type: Transform pos: -69.5,-20.5 parent: 2 - - uid: 23024 + - uid: 22997 components: - type: Transform pos: -63.5,-6.5 parent: 2 - - uid: 23025 + - uid: 22998 components: - type: Transform pos: -64.5,-6.5 parent: 2 - - uid: 23026 + - uid: 22999 components: - type: Transform pos: -65.5,-6.5 parent: 2 - - uid: 23027 + - uid: 23000 components: - type: Transform pos: -69.5,-6.5 parent: 2 - - uid: 23028 + - uid: 23001 components: - type: Transform pos: -68.5,-6.5 parent: 2 - - uid: 23029 + - uid: 23002 components: - type: Transform pos: -67.5,-6.5 parent: 2 - proto: RadioHandheld entities: - - uid: 23030 + - uid: 23003 components: - type: Transform pos: -21.414516,35.539524 parent: 2 - proto: RagItem entities: - - uid: 23031 + - uid: 23004 components: - type: Transform pos: -7.5762715,-17.335348 parent: 2 - proto: Railing entities: - - uid: 23032 + - uid: 23005 components: - type: Transform pos: 15.5,-84.5 parent: 2 - - uid: 23033 + - uid: 23006 components: - type: Transform rot: -1.5707963267948966 rad pos: 14.5,-83.5 parent: 2 - - uid: 23034 + - uid: 23007 components: - type: Transform rot: 1.5707963267948966 rad pos: 16.5,-83.5 parent: 2 - - uid: 23035 + - uid: 23008 components: - type: Transform rot: 3.141592653589793 rad pos: 15.5,-82.5 parent: 2 - - uid: 23036 + - uid: 23009 components: - type: Transform rot: -1.5707963267948966 rad pos: -8.5,18.5 parent: 2 - - uid: 23037 + - uid: 23010 components: - type: Transform pos: 24.5,-1.5 parent: 2 - - uid: 23038 + - uid: 23011 components: - type: Transform pos: 25.5,-1.5 parent: 2 - - uid: 23039 + - uid: 23012 components: - type: Transform rot: -1.5707963267948966 rad pos: 21.5,1.5 parent: 2 - - uid: 23040 + - uid: 23013 components: - type: Transform rot: 3.141592653589793 rad pos: 24.5,-19.5 parent: 2 - - uid: 23041 + - uid: 23014 components: - type: Transform rot: -1.5707963267948966 rad pos: 21.5,0.5 parent: 2 - - uid: 23042 + - uid: 23015 components: - type: Transform rot: 3.141592653589793 rad pos: 25.5,3.5 parent: 2 - - uid: 23043 + - uid: 23016 components: - type: Transform rot: 3.141592653589793 rad pos: 11.5,1.5 parent: 2 - - uid: 23044 + - uid: 23017 components: - type: Transform pos: 22.5,-1.5 parent: 2 - - uid: 23045 + - uid: 23018 components: - type: Transform pos: 10.5,0.5 parent: 2 - - uid: 23046 + - uid: 23019 components: - type: Transform rot: 1.5707963267948966 rad pos: 26.5,2.5 parent: 2 - - uid: 23047 + - uid: 23020 components: - type: Transform rot: 3.141592653589793 rad pos: 24.5,3.5 parent: 2 - - uid: 23048 + - uid: 23021 components: - type: Transform pos: 6.5,0.5 parent: 2 - - uid: 23049 + - uid: 23022 components: - type: Transform rot: 3.141592653589793 rad pos: 22.5,3.5 parent: 2 - - uid: 23050 + - uid: 23023 components: - type: Transform rot: 3.141592653589793 rad pos: 10.5,1.5 parent: 2 - - uid: 23051 + - uid: 23024 components: - type: Transform rot: 3.141592653589793 rad pos: 26.5,-19.5 parent: 2 - - uid: 23052 + - uid: 23025 components: - type: Transform rot: 1.5707963267948966 rad pos: 26.5,-0.5 parent: 2 - - uid: 23053 + - uid: 23026 components: - type: Transform rot: 3.141592653589793 rad pos: 25.5,-19.5 parent: 2 - - uid: 23054 + - uid: 23027 components: - type: Transform rot: 3.141592653589793 rad pos: 23.5,-19.5 parent: 2 - - uid: 23055 + - uid: 23028 components: - type: Transform pos: 23.5,-1.5 parent: 2 - - uid: 23056 + - uid: 23029 components: - type: Transform rot: 3.141592653589793 rad pos: 28.5,-19.5 parent: 2 - - uid: 23057 + - uid: 23030 components: - type: Transform rot: -1.5707963267948966 rad pos: 21.5,-0.5 parent: 2 - - uid: 23058 + - uid: 23031 components: - type: Transform rot: -1.5707963267948966 rad pos: 21.5,2.5 parent: 2 - - uid: 23059 + - uid: 23032 components: - type: Transform pos: 11.5,0.5 parent: 2 - - uid: 23060 + - uid: 23033 components: - type: Transform rot: 3.141592653589793 rad pos: 6.5,1.5 parent: 2 - - uid: 23061 + - uid: 23034 components: - type: Transform rot: 3.141592653589793 rad pos: 7.5,1.5 parent: 2 - - uid: 23062 + - uid: 23035 components: - type: Transform pos: 7.5,0.5 parent: 2 - - uid: 23063 + - uid: 23036 components: - type: Transform rot: 3.141592653589793 rad pos: 23.5,3.5 parent: 2 - - uid: 23064 + - uid: 23037 components: - type: Transform rot: 3.141592653589793 rad pos: 27.5,-19.5 parent: 2 - - uid: 23065 + - uid: 23038 components: - type: Transform rot: 1.5707963267948966 rad pos: 26.5,1.5 parent: 2 - - uid: 23066 + - uid: 23039 components: - type: Transform rot: 3.141592653589793 rad pos: 22.5,-19.5 parent: 2 - - uid: 23067 + - uid: 23040 components: - type: Transform rot: 3.141592653589793 rad pos: 54.5,19.5 parent: 2 - - uid: 23068 + - uid: 23041 components: - type: Transform rot: 3.141592653589793 rad pos: 53.5,19.5 parent: 2 - - uid: 23069 + - uid: 23042 components: - type: Transform rot: 3.141592653589793 rad pos: 52.5,19.5 parent: 2 - - uid: 23070 + - uid: 23043 components: - type: Transform rot: -1.5707963267948966 rad pos: 51.5,18.5 parent: 2 - - uid: 23071 + - uid: 23044 components: - type: Transform rot: -1.5707963267948966 rad pos: 51.5,17.5 parent: 2 - - uid: 23072 + - uid: 23045 components: - type: Transform rot: -1.5707963267948966 rad pos: 51.5,15.5 parent: 2 - - uid: 23073 + - uid: 23046 components: - type: Transform rot: 1.5707963267948966 rad pos: 55.5,18.5 parent: 2 - - uid: 23074 + - uid: 23047 components: - type: Transform rot: 1.5707963267948966 rad pos: 55.5,17.5 parent: 2 - - uid: 23075 + - uid: 23048 components: - type: Transform rot: 1.5707963267948966 rad pos: 55.5,15.5 parent: 2 - - uid: 23076 + - uid: 23049 components: - type: Transform rot: 3.141592653589793 rad pos: 58.5,8.5 parent: 2 - - uid: 23077 + - uid: 23050 components: - type: Transform rot: 3.141592653589793 rad pos: 56.5,8.5 parent: 2 - - uid: 23078 + - uid: 23051 components: - type: Transform rot: -1.5707963267948966 rad pos: 55.5,6.5 parent: 2 - - uid: 23079 + - uid: 23052 components: - type: Transform rot: 1.5707963267948966 rad pos: 59.5,7.5 parent: 2 - - uid: 23080 + - uid: 23053 components: - type: Transform rot: 1.5707963267948966 rad pos: 59.5,6.5 parent: 2 - - uid: 23081 + - uid: 23054 components: - type: Transform pos: 58.5,5.5 parent: 2 - - uid: 23082 + - uid: 23055 components: - type: Transform pos: 56.5,5.5 parent: 2 - - uid: 23083 + - uid: 23056 components: - type: Transform rot: 3.141592653589793 rad pos: 57.5,8.5 parent: 2 - - uid: 23084 + - uid: 23057 components: - type: Transform rot: 1.5707963267948966 rad pos: 61.5,-8.5 parent: 2 - - uid: 23085 + - uid: 23058 components: - type: Transform pos: 54.5,-9.5 parent: 2 - - uid: 23086 + - uid: 23059 components: - type: Transform rot: 3.141592653589793 rad pos: 54.5,-7.5 parent: 2 - - uid: 23087 + - uid: 23060 components: - type: Transform rot: 1.5707963267948966 rad pos: 50.5,-5.5 parent: 2 - - uid: 23088 + - uid: 23061 components: - type: Transform rot: 1.5707963267948966 rad pos: 50.5,-11.5 parent: 2 - - uid: 23089 + - uid: 23062 components: - type: Transform rot: -1.5707963267948966 rad pos: 53.5,-8.5 parent: 2 - - uid: 23090 + - uid: 23063 components: - type: Transform rot: 1.5707963267948966 rad pos: 46.5,-86.5 parent: 2 - - uid: 23091 + - uid: 23064 components: - type: Transform rot: -1.5707963267948966 rad pos: 32.5,-84.5 parent: 2 - - uid: 23092 + - uid: 23065 components: - type: Transform rot: -1.5707963267948966 rad pos: 32.5,-85.5 parent: 2 - - uid: 23093 + - uid: 23066 components: - type: Transform rot: 1.5707963267948966 rad pos: 46.5,-87.5 parent: 2 - - uid: 23094 + - uid: 23067 components: - type: Transform rot: -1.5707963267948966 rad pos: 32.5,-86.5 parent: 2 - - uid: 23095 + - uid: 23068 components: - type: Transform rot: 1.5707963267948966 rad pos: 46.5,-84.5 parent: 2 - - uid: 23096 + - uid: 23069 components: - type: Transform rot: -1.5707963267948966 rad pos: 32.5,-87.5 parent: 2 - - uid: 23097 + - uid: 23070 components: - type: Transform rot: 3.141592653589793 rad pos: -39.5,-29.5 parent: 2 - - uid: 23098 + - uid: 23071 components: - type: Transform rot: 3.141592653589793 rad pos: -38.5,-29.5 parent: 2 - - uid: 23099 + - uid: 23072 components: - type: Transform rot: -1.5707963267948966 rad pos: 66.5,-8.5 parent: 2 - - uid: 23100 + - uid: 23073 components: - type: Transform rot: -1.5707963267948966 rad pos: 66.5,-7.5 parent: 2 - - uid: 23101 + - uid: 23074 components: - type: Transform rot: -1.5707963267948966 rad pos: 66.5,-9.5 parent: 2 - - uid: 23102 + - uid: 23075 components: - type: Transform rot: 3.141592653589793 rad pos: -40.5,38.5 parent: 2 - - uid: 23103 + - uid: 23076 components: - type: Transform rot: 3.141592653589793 rad pos: -43.5,38.5 parent: 2 - - uid: 23104 + - uid: 23077 components: - type: Transform pos: 60.5,-9.5 parent: 2 - - uid: 23105 + - uid: 23078 components: - type: Transform rot: 3.141592653589793 rad pos: 60.5,-7.5 parent: 2 - - uid: 23106 + - uid: 23079 components: - type: Transform rot: 1.5707963267948966 rad pos: -39.5,3.5 parent: 2 - - uid: 23107 + - uid: 23080 components: - type: Transform rot: 1.5707963267948966 rad pos: -39.5,4.5 parent: 2 - - uid: 23108 + - uid: 23081 components: - type: Transform pos: 31.5,-40.5 parent: 2 - - uid: 23109 + - uid: 23082 components: - type: Transform rot: 1.5707963267948966 rad pos: 32.5,-39.5 parent: 2 - - uid: 23110 + - uid: 23083 components: - type: Transform rot: 1.5707963267948966 rad pos: -39.5,5.5 parent: 2 - - uid: 23111 + - uid: 23084 components: - type: Transform rot: 1.5707963267948966 rad pos: -39.5,6.5 parent: 2 - - uid: 23112 + - uid: 23085 components: - type: Transform rot: -1.5707963267948966 rad pos: -36.5,6.5 parent: 2 - - uid: 23113 + - uid: 23086 components: - type: Transform rot: -1.5707963267948966 rad pos: -36.5,5.5 parent: 2 - - uid: 23114 + - uid: 23087 components: - type: Transform rot: -1.5707963267948966 rad pos: -36.5,4.5 parent: 2 - - uid: 23115 + - uid: 23088 components: - type: Transform rot: -1.5707963267948966 rad pos: -36.5,3.5 parent: 2 - - uid: 23116 + - uid: 23089 components: - type: Transform rot: 1.5707963267948966 rad pos: 46.5,-85.5 parent: 2 - - uid: 23117 + - uid: 23090 components: - type: Transform pos: 69.5,-29.5 parent: 2 - - uid: 23118 + - uid: 23091 components: - type: Transform rot: -1.5707963267948966 rad pos: 67.5,-28.5 parent: 2 - - uid: 23119 + - uid: 23092 components: - type: Transform rot: 1.5707963267948966 rad pos: -6.5,18.5 parent: 2 - - uid: 23120 + - uid: 23093 components: - type: Transform rot: 1.5707963267948966 rad pos: -3.5,18.5 parent: 2 - - uid: 23121 + - uid: 23094 components: - type: Transform rot: -1.5707963267948966 rad pos: -5.5,18.5 parent: 2 - - uid: 23122 + - uid: 23095 components: - type: Transform rot: 3.141592653589793 rad pos: -7.5,19.5 parent: 2 - - uid: 23123 + - uid: 23096 components: - type: Transform rot: 3.141592653589793 rad pos: -4.5,19.5 parent: 2 - - uid: 23124 + - uid: 23097 components: - type: Transform rot: -1.5707963267948966 rad @@ -153900,901 +154042,923 @@ entities: parent: 2 - proto: RailingCorner entities: - - uid: 23125 + - uid: 23098 components: - type: Transform pos: 16.5,-84.5 parent: 2 - - uid: 23126 + - uid: 23099 components: - type: Transform rot: 1.5707963267948966 rad pos: 16.5,-82.5 parent: 2 - - uid: 23127 + - uid: 23100 components: - type: Transform rot: -1.5707963267948966 rad pos: 14.5,-84.5 parent: 2 - - uid: 23128 + - uid: 23101 components: - type: Transform rot: 3.141592653589793 rad pos: 14.5,-82.5 parent: 2 - - uid: 23129 + - uid: 23102 components: - type: Transform rot: -1.5707963267948966 rad pos: 67.5,-29.5 parent: 2 - - uid: 23130 + - uid: 23103 components: - type: Transform rot: -1.5707963267948966 rad pos: -5.5,17.5 parent: 2 - - uid: 23131 + - uid: 23104 components: - type: Transform rot: -1.5707963267948966 rad pos: -8.5,17.5 parent: 2 - - uid: 23132 + - uid: 23105 components: - type: Transform rot: 3.141592653589793 rad pos: -8.5,19.5 parent: 2 - - uid: 23133 + - uid: 23106 components: - type: Transform pos: -6.5,17.5 parent: 2 - - uid: 23134 + - uid: 23107 components: - type: Transform rot: 1.5707963267948966 rad pos: 61.5,-7.5 parent: 2 - - uid: 23135 + - uid: 23108 components: - type: Transform rot: -1.5707963267948966 rad pos: 5.5,0.5 parent: 2 - - uid: 23136 + - uid: 23109 components: - type: Transform pos: 26.5,-1.5 parent: 2 - - uid: 23137 + - uid: 23110 components: - type: Transform rot: 1.5707963267948966 rad pos: 26.5,3.5 parent: 2 - - uid: 23138 + - uid: 23111 components: - type: Transform rot: 3.141592653589793 rad pos: 5.5,1.5 parent: 2 - - uid: 23139 + - uid: 23112 components: - type: Transform pos: 12.5,0.5 parent: 2 - - uid: 23140 + - uid: 23113 components: - type: Transform rot: 3.141592653589793 rad pos: 21.5,3.5 parent: 2 - - uid: 23141 + - uid: 23114 components: - type: Transform rot: 1.5707963267948966 rad pos: 12.5,1.5 parent: 2 - - uid: 23142 + - uid: 23115 components: - type: Transform rot: -1.5707963267948966 rad pos: 21.5,-1.5 parent: 2 - - uid: 23143 + - uid: 23116 components: - type: Transform rot: 1.5707963267948966 rad pos: 29.5,-19.5 parent: 2 - - uid: 23144 + - uid: 23117 components: - type: Transform rot: 3.141592653589793 rad pos: 21.5,-19.5 parent: 2 - - uid: 23145 + - uid: 23118 components: - type: Transform pos: 32.5,-40.5 parent: 2 - - uid: 23146 + - uid: 23119 components: - type: Transform rot: 3.141592653589793 rad pos: 51.5,19.5 parent: 2 - - uid: 23147 + - uid: 23120 components: - type: Transform rot: 1.5707963267948966 rad pos: 55.5,19.5 parent: 2 - - uid: 23148 + - uid: 23121 components: - type: Transform pos: 59.5,5.5 parent: 2 - - uid: 23149 + - uid: 23122 components: - type: Transform rot: -1.5707963267948966 rad pos: 55.5,5.5 parent: 2 - - uid: 23150 + - uid: 23123 components: - type: Transform rot: 3.141592653589793 rad pos: 55.5,8.5 parent: 2 - - uid: 23151 + - uid: 23124 components: - type: Transform rot: 1.5707963267948966 rad pos: 59.5,8.5 parent: 2 - - uid: 23152 + - uid: 23125 components: - type: Transform rot: 1.5707963267948966 rad pos: 50.5,-10.5 parent: 2 - - uid: 23153 + - uid: 23126 components: - type: Transform pos: 50.5,-6.5 parent: 2 - - uid: 23154 + - uid: 23127 components: - type: Transform rot: -1.5707963267948966 rad pos: 53.5,-9.5 parent: 2 - - uid: 23155 + - uid: 23128 components: - type: Transform rot: 3.141592653589793 rad pos: 53.5,-7.5 parent: 2 - - uid: 23156 + - uid: 23129 components: - type: Transform pos: 61.5,-9.5 parent: 2 - - uid: 23157 + - uid: 23130 components: - type: Transform pos: -3.5,17.5 parent: 2 - - uid: 23158 + - uid: 23131 components: - type: Transform rot: 1.5707963267948966 rad pos: -6.5,19.5 parent: 2 - - uid: 23159 + - uid: 23132 components: - type: Transform rot: 3.141592653589793 rad pos: -5.5,19.5 parent: 2 - - uid: 23160 + - uid: 23133 components: - type: Transform rot: 1.5707963267948966 rad pos: -3.5,19.5 parent: 2 +- proto: RailingRound + entities: + - uid: 23134 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-58.5 + parent: 2 + - uid: 23135 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-60.5 + parent: 2 - proto: RandomArcade entities: - - uid: 23161 + - uid: 23136 components: - type: Transform pos: 44.5,12.5 parent: 2 - - uid: 23162 + - uid: 23137 components: - type: Transform pos: 45.5,12.5 parent: 2 - - uid: 23163 + - uid: 23138 components: - type: Transform pos: 9.5,34.5 parent: 2 - - uid: 23164 + - uid: 23139 components: - type: Transform pos: 7.5,34.5 parent: 2 - - uid: 23165 + - uid: 23140 components: - type: Transform rot: 3.141592653589793 rad pos: 9.5,30.5 parent: 2 - - uid: 23166 + - uid: 23141 components: - type: Transform rot: 3.141592653589793 rad pos: 7.5,30.5 parent: 2 - - uid: 23167 + - uid: 23142 components: - type: Transform pos: 4.5,-32.5 parent: 2 - - uid: 23168 + - uid: 23143 components: - type: Transform pos: 4.5,-30.5 parent: 2 - - uid: 23169 + - uid: 23144 components: - type: Transform pos: 2.5,-30.5 parent: 2 - - uid: 23170 + - uid: 23145 components: - type: Transform pos: 2.5,-32.5 parent: 2 - - uid: 23171 + - uid: 23146 components: - type: Transform pos: 6.5,-30.5 parent: 2 - - uid: 23172 + - uid: 23147 components: - type: Transform pos: 6.5,-32.5 parent: 2 - proto: RandomArtifactSpawner entities: - - uid: 23173 + - uid: 23148 components: - type: Transform pos: 67.5,-37.5 parent: 2 - - uid: 23174 + - uid: 23149 components: - type: Transform pos: -46.5,65.5 parent: 2 - - uid: 23175 + - uid: 23150 components: - type: Transform pos: 71.5,-28.5 parent: 2 - proto: RandomArtifactSpawner20 entities: - - uid: 23176 + - uid: 23151 components: - type: Transform pos: 50.5,51.5 parent: 2 - - uid: 23177 + - uid: 23152 components: - type: Transform pos: -20.5,-99.5 parent: 2 - - uid: 23178 + - uid: 23153 components: - type: Transform pos: 11.5,53.5 parent: 2 - - uid: 23179 + - uid: 23154 components: - type: Transform pos: -51.5,22.5 parent: 2 - - uid: 23180 + - uid: 23155 components: - type: Transform pos: 78.5,-34.5 parent: 2 - proto: RandomBoard entities: - - uid: 23181 + - uid: 23156 components: - type: Transform rot: 3.141592653589793 rad pos: 57.5,-30.5 parent: 2 - - uid: 23182 + - uid: 23157 components: - type: Transform rot: 1.5707963267948966 rad pos: -8.5,39.5 parent: 2 - - uid: 23183 + - uid: 23158 components: - type: Transform rot: 3.141592653589793 rad pos: -9.5,39.5 parent: 2 - - uid: 23184 + - uid: 23159 components: - type: Transform rot: -1.5707963267948966 rad pos: -12.5,37.5 parent: 2 - - uid: 23185 + - uid: 23160 components: - type: Transform rot: -1.5707963267948966 rad pos: -9.5,37.5 parent: 2 - - uid: 23186 + - uid: 23161 components: - type: Transform pos: -8.5,37.5 parent: 2 - - uid: 23187 + - uid: 23162 components: - type: Transform pos: -8.5,38.5 parent: 2 - proto: RandomDrinkBottle entities: - - uid: 23188 + - uid: 23163 components: - type: Transform pos: 15.5,13.5 parent: 2 - proto: RandomDrinkGlass entities: - - uid: 23189 + - uid: 23164 components: - type: Transform pos: 15.5,11.5 parent: 2 - - uid: 23190 + - uid: 23165 components: - type: Transform pos: 15.5,11.5 parent: 2 - - uid: 23191 + - uid: 23166 components: - type: Transform pos: 18.5,15.5 parent: 2 - - uid: 23192 + - uid: 23167 components: - type: Transform pos: -8.5,1.5 parent: 2 - - uid: 23193 + - uid: 23168 components: - type: Transform pos: 27.5,-35.5 parent: 2 - - uid: 23194 + - uid: 23169 components: - type: Transform pos: 27.5,-37.5 parent: 2 - - uid: 23195 + - uid: 23170 components: - type: Transform pos: 22.5,-38.5 parent: 2 - proto: RandomFoodBakedSingle entities: - - uid: 23196 + - uid: 23171 components: - type: Transform pos: 2.5,0.5 parent: 2 - - uid: 23197 + - uid: 23172 components: - type: Transform pos: -4.5,1.5 parent: 2 - - uid: 23198 + - uid: 23173 components: - type: Transform pos: -8.5,0.5 parent: 2 - proto: RandomFoodMeal entities: - - uid: 23199 + - uid: 23174 components: - type: Transform pos: 25.5,-68.5 parent: 2 - proto: RandomFoodSingle entities: - - uid: 23200 + - uid: 23175 components: - type: Transform pos: 11.5,7.5 parent: 2 - - uid: 23201 + - uid: 23176 components: - type: Transform pos: 67.5,10.5 parent: 2 - proto: RandomInstruments entities: - - uid: 23202 + - uid: 23177 components: - type: Transform pos: -0.5,-8.5 parent: 2 - - uid: 23203 + - uid: 23178 components: - type: Transform pos: 54.5,-28.5 parent: 2 - proto: RandomPainting entities: - - uid: 23204 + - uid: 23179 components: - type: Transform pos: 49.5,48.5 parent: 2 - proto: RandomPosterAny entities: - - uid: 23205 + - uid: 23180 components: - type: Transform pos: -17.5,-16.5 parent: 2 - - uid: 23206 + - uid: 23181 components: - type: Transform pos: -52.5,-61.5 parent: 2 - - uid: 23207 + - uid: 23182 components: - type: Transform pos: -55.5,-57.5 parent: 2 - - uid: 23208 + - uid: 23183 components: - type: Transform pos: -57.5,-57.5 parent: 2 - proto: RandomPosterContraband entities: - - uid: 23209 + - uid: 23184 components: - type: Transform pos: 7.5,-68.5 parent: 2 - - uid: 23210 + - uid: 23185 components: - type: Transform pos: -30.5,-45.5 parent: 2 - - uid: 23211 + - uid: 23186 components: - type: Transform pos: -24.5,-50.5 parent: 2 - - uid: 23212 + - uid: 23187 components: - type: Transform pos: -26.5,-50.5 parent: 2 - - uid: 23213 + - uid: 23188 components: - type: Transform pos: -5.5,-94.5 parent: 2 - - uid: 23214 + - uid: 23189 components: - type: Transform pos: -36.5,-92.5 parent: 2 - - uid: 23215 + - uid: 23190 components: - type: Transform pos: -48.5,-73.5 parent: 2 - - uid: 23216 + - uid: 23191 components: - type: Transform pos: -41.5,-65.5 parent: 2 - - uid: 23217 + - uid: 23192 components: - type: Transform pos: -39.5,-88.5 parent: 2 - - uid: 23218 + - uid: 23193 components: - type: Transform pos: -20.5,-94.5 parent: 2 - - uid: 23219 + - uid: 23194 components: - type: Transform pos: -29.5,-53.5 parent: 2 - - uid: 23220 + - uid: 23195 components: - type: Transform pos: -11.5,-99.5 parent: 2 - - uid: 23221 + - uid: 23196 components: - type: Transform pos: -27.5,-95.5 parent: 2 - - uid: 23222 + - uid: 23197 components: - type: Transform pos: -15.5,14.5 parent: 2 - - uid: 23223 + - uid: 23198 components: - type: Transform pos: -9.5,14.5 parent: 2 - - uid: 23224 + - uid: 23199 components: - type: Transform pos: 11.5,-54.5 parent: 2 - - uid: 23225 + - uid: 23200 components: - type: Transform pos: 11.5,-48.5 parent: 2 - - uid: 23226 + - uid: 23201 components: - type: Transform pos: -24.5,-43.5 parent: 2 - - uid: 23227 + - uid: 23202 components: - type: Transform pos: -25.5,-37.5 parent: 2 - - uid: 23228 + - uid: 23203 components: - type: Transform pos: -13.5,-32.5 parent: 2 - - uid: 23229 + - uid: 23204 components: - type: Transform pos: -15.5,-30.5 parent: 2 - - uid: 23230 + - uid: 23205 components: - type: Transform pos: 11.5,-48.5 parent: 2 - - uid: 23231 + - uid: 23206 components: - type: Transform pos: 12.5,-54.5 parent: 2 - - uid: 23232 + - uid: 23207 components: - type: Transform pos: 13.5,-63.5 parent: 2 - - uid: 23233 + - uid: 23208 components: - type: Transform pos: 41.5,-50.5 parent: 2 - - uid: 23234 + - uid: 23209 components: - type: Transform pos: 37.5,-47.5 parent: 2 - - uid: 23235 + - uid: 23210 components: - type: Transform pos: 61.5,-16.5 parent: 2 - - uid: 23236 + - uid: 23211 components: - type: Transform pos: 55.5,1.5 parent: 2 - - uid: 23237 + - uid: 23212 components: - type: Transform pos: 54.5,30.5 parent: 2 - - uid: 23238 + - uid: 23213 components: - type: Transform pos: 52.5,30.5 parent: 2 - - uid: 23239 + - uid: 23214 components: - type: Transform pos: 59.5,30.5 parent: 2 - - uid: 23240 + - uid: 23215 components: - type: Transform pos: 60.5,27.5 parent: 2 - - uid: 23241 + - uid: 23216 components: - type: Transform pos: 12.5,-13.5 parent: 2 - - uid: 23242 + - uid: 23217 components: - type: Transform pos: 8.5,-13.5 parent: 2 - - uid: 23243 + - uid: 23218 components: - type: Transform pos: -9.5,-94.5 parent: 2 - - uid: 23244 + - uid: 23219 components: - type: Transform pos: -17.5,-95.5 parent: 2 - - uid: 23245 + - uid: 23220 components: - type: Transform pos: -24.5,-94.5 parent: 2 - - uid: 23246 + - uid: 23221 components: - type: Transform pos: -11.5,63.5 parent: 2 - - uid: 23247 + - uid: 23222 components: - type: Transform pos: 53.5,-66.5 parent: 2 - - uid: 23248 + - uid: 23223 components: - type: Transform pos: 6.5,-28.5 parent: 2 - - uid: 23249 + - uid: 23224 components: - type: Transform pos: 1.5,-29.5 parent: 2 - - uid: 23250 + - uid: 23225 components: - type: Transform pos: 52.5,-34.5 parent: 2 - - uid: 23251 + - uid: 23226 components: - type: Transform pos: 59.5,-27.5 parent: 2 - - uid: 23252 + - uid: 23227 components: - type: Transform pos: 44.5,-32.5 parent: 2 - - uid: 23253 + - uid: 23228 components: - type: Transform pos: 69.5,-62.5 parent: 2 - - uid: 23254 + - uid: 23229 components: - type: Transform pos: 58.5,-61.5 parent: 2 - - uid: 23255 + - uid: 23230 components: - type: Transform pos: 57.5,-67.5 parent: 2 - - uid: 23256 + - uid: 23231 components: - type: Transform pos: 48.5,-64.5 parent: 2 - - uid: 23257 + - uid: 23232 components: - type: Transform pos: -29.5,-62.5 parent: 2 - - uid: 23258 + - uid: 23233 components: - type: Transform rot: 3.141592653589793 rad pos: 15.5,-78.5 parent: 2 - - uid: 23259 + - uid: 23234 components: - type: Transform rot: 3.141592653589793 rad pos: 15.5,-88.5 parent: 2 - - uid: 23260 + - uid: 23235 components: - type: Transform pos: 4.5,-72.5 parent: 2 - proto: RandomPosterLegit entities: - - uid: 23261 + - uid: 23236 components: - type: Transform pos: -40.5,-7.5 parent: 2 - - uid: 23262 + - uid: 23237 components: - type: Transform pos: -24.5,14.5 parent: 2 - - uid: 23263 + - uid: 23238 components: - type: Transform pos: -21.5,-40.5 parent: 2 - - uid: 23264 + - uid: 23239 components: - type: Transform rot: 3.141592653589793 rad pos: -19.5,32.5 parent: 2 - - uid: 23265 + - uid: 23240 components: - type: Transform rot: 3.141592653589793 rad pos: -13.5,35.5 parent: 2 - - uid: 23266 + - uid: 23241 components: - type: Transform rot: 3.141592653589793 rad pos: -8.5,47.5 parent: 2 - - uid: 23267 + - uid: 23242 components: - type: Transform rot: 3.141592653589793 rad pos: 23.5,-74.5 parent: 2 - - uid: 23268 + - uid: 23243 components: - type: Transform pos: 50.5,-80.5 parent: 2 - - uid: 23269 + - uid: 23244 components: - type: Transform pos: 49.5,-70.5 parent: 2 - - uid: 23270 + - uid: 23245 components: - type: Transform rot: 3.141592653589793 rad pos: -1.5,55.5 parent: 2 - - uid: 23271 + - uid: 23246 components: - type: Transform rot: 3.141592653589793 rad pos: -7.5,60.5 parent: 2 - - uid: 23272 + - uid: 23247 components: - type: Transform rot: 3.141592653589793 rad pos: -5.5,60.5 parent: 2 - - uid: 23273 + - uid: 23248 components: - type: Transform rot: 3.141592653589793 rad pos: -14.5,58.5 parent: 2 - - uid: 23274 + - uid: 23249 components: - type: Transform rot: 3.141592653589793 rad pos: -20.5,57.5 parent: 2 - - uid: 23275 + - uid: 23250 components: - type: Transform rot: 3.141592653589793 rad pos: -23.5,60.5 parent: 2 - - uid: 23276 + - uid: 23251 components: - type: Transform rot: 3.141592653589793 rad pos: -23.5,67.5 parent: 2 - - uid: 23277 + - uid: 23252 components: - type: Transform rot: 3.141592653589793 rad pos: -11.5,65.5 parent: 2 - - uid: 23278 + - uid: 23253 components: - type: Transform pos: 2.5,-28.5 parent: 2 - - uid: 23279 + - uid: 23254 components: - type: Transform pos: 32.5,-91.5 parent: 2 - - uid: 23280 + - uid: 23255 components: - type: Transform pos: 66.5,-62.5 parent: 2 - - uid: 23281 + - uid: 23256 components: - type: Transform pos: 34.5,-57.5 parent: 2 - - uid: 23282 + - uid: 23257 components: - type: Transform pos: 41.5,-65.5 parent: 2 - - uid: 23283 + - uid: 23258 components: - type: Transform pos: -44.5,12.5 parent: 2 - - uid: 23284 + - uid: 23259 components: - type: Transform pos: 28.5,-79.5 parent: 2 - - uid: 23285 + - uid: 23260 components: - type: Transform rot: 3.141592653589793 rad pos: 31.5,-70.5 parent: 2 - - uid: 23286 + - uid: 23261 components: - type: Transform pos: 5.5,-75.5 parent: 2 - - uid: 23287 + - uid: 23262 components: - type: Transform pos: -17.5,-36.5 parent: 2 +- proto: RandomProduce + entities: + - uid: 23263 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-60.5 + parent: 2 - proto: RandomSnacks entities: - - uid: 23288 + - uid: 23264 components: - type: Transform rot: -1.5707963267948966 rad @@ -154802,22 +154966,22 @@ entities: parent: 2 - proto: RandomSoap entities: - - uid: 23289 + - uid: 23265 components: - type: Transform pos: -6.5,-68.5 parent: 2 - - uid: 23290 + - uid: 23266 components: - type: Transform pos: -50.5,62.5 parent: 2 - - uid: 23291 + - uid: 23267 components: - type: Transform pos: -56.5,-62.5 parent: 2 - - uid: 23292 + - uid: 23268 components: - type: Transform rot: 1.5707963267948966 rad @@ -154825,393 +154989,388 @@ entities: parent: 2 - proto: RandomSpawner entities: - - uid: 23293 + - uid: 23269 components: - type: Transform pos: 34.5,15.5 parent: 2 - - uid: 23294 + - uid: 23270 components: - type: Transform pos: 16.5,-65.5 parent: 2 - - uid: 23295 + - uid: 23271 components: - type: Transform pos: -5.5,-26.5 parent: 2 - - uid: 23296 + - uid: 23272 components: - type: Transform pos: 25.5,7.5 parent: 2 - - uid: 23297 + - uid: 23273 components: - type: Transform pos: -6.5,-74.5 parent: 2 - - uid: 23298 + - uid: 23274 components: - type: Transform pos: 35.5,-72.5 parent: 2 - - uid: 23299 + - uid: 23275 components: - type: Transform pos: 22.5,17.5 parent: 2 - - uid: 23300 + - uid: 23276 components: - type: Transform pos: 5.5,13.5 parent: 2 - - uid: 23301 + - uid: 23277 components: - type: Transform pos: 6.5,15.5 parent: 2 - - uid: 23302 + - uid: 23278 components: - type: Transform pos: 17.5,0.5 parent: 2 - - uid: 23303 + - uid: 23279 components: - type: Transform pos: 33.5,0.5 parent: 2 - - uid: 23304 + - uid: 23280 components: - type: Transform pos: 32.5,-2.5 parent: 2 - - uid: 23305 + - uid: 23281 components: - type: Transform pos: 26.5,-11.5 parent: 2 - - uid: 23306 + - uid: 23282 components: - type: Transform pos: -5.5,-32.5 parent: 2 - - uid: 23307 + - uid: 23283 components: - type: Transform pos: -2.5,-46.5 parent: 2 - - uid: 23308 + - uid: 23284 components: - type: Transform pos: 35.5,-17.5 parent: 2 - - uid: 23309 + - uid: 23285 components: - type: Transform pos: 49.5,32.5 parent: 2 - - uid: 23310 + - uid: 23286 components: - type: Transform pos: 49.5,33.5 parent: 2 - - uid: 23311 + - uid: 23287 components: - type: Transform pos: 50.5,32.5 parent: 2 - - uid: 23312 + - uid: 23288 components: - type: Transform pos: 48.5,32.5 parent: 2 - - uid: 23313 + - uid: 23289 components: - type: Transform pos: 50.5,33.5 parent: 2 - - uid: 23314 + - uid: 23290 components: - type: Transform pos: 54.5,-12.5 parent: 2 - - uid: 23315 + - uid: 23291 components: - type: Transform pos: 52.5,-6.5 parent: 2 - - uid: 23316 + - uid: 23292 components: - type: Transform pos: 52.5,0.5 parent: 2 - - uid: 23317 + - uid: 23293 components: - type: Transform pos: 50.5,-45.5 parent: 2 - - uid: 23318 + - uid: 23294 components: - type: Transform pos: 42.5,-49.5 parent: 2 - - uid: 23319 + - uid: 23295 components: - type: Transform pos: -4.5,-0.5 parent: 2 - - uid: 23320 + - uid: 23296 components: - type: Transform pos: 7.5,2.5 parent: 2 - - uid: 23321 + - uid: 23297 components: - type: Transform pos: 17.5,-41.5 parent: 2 - - uid: 23322 - components: - - type: Transform - pos: -7.5,-53.5 - parent: 2 - - uid: 23323 + - uid: 23298 components: - type: Transform rot: 3.141592653589793 rad pos: 29.5,-72.5 parent: 2 - - uid: 23324 + - uid: 23299 components: - type: Transform pos: -37.5,-6.5 parent: 2 - - uid: 23325 + - uid: 23300 components: - type: Transform pos: -25.5,-67.5 parent: 2 - - uid: 23326 + - uid: 23301 components: - type: Transform pos: -24.5,-53.5 parent: 2 - - uid: 23327 + - uid: 23302 components: - type: Transform pos: -26.5,-46.5 parent: 2 - - uid: 23328 + - uid: 23303 components: - type: Transform pos: -20.5,-29.5 parent: 2 - - uid: 23329 + - uid: 23304 components: - type: Transform pos: -32.5,-23.5 parent: 2 - - uid: 23330 + - uid: 23305 components: - type: Transform pos: -23.5,-13.5 parent: 2 - - uid: 23331 + - uid: 23306 components: - type: Transform pos: -53.5,-18.5 parent: 2 - - uid: 23332 + - uid: 23307 components: - type: Transform pos: -32.5,-34.5 parent: 2 - - uid: 23333 + - uid: 23308 components: - type: Transform pos: -33.5,-46.5 parent: 2 - - uid: 23334 + - uid: 23309 components: - type: Transform pos: -37.5,-76.5 parent: 2 - - uid: 23335 + - uid: 23310 components: - type: Transform pos: -46.5,-78.5 parent: 2 - - uid: 23336 + - uid: 23311 components: - type: Transform pos: -45.5,-73.5 parent: 2 - - uid: 23337 + - uid: 23312 components: - type: Transform pos: -52.5,-74.5 parent: 2 - - uid: 23338 + - uid: 23313 components: - type: Transform pos: -45.5,-28.5 parent: 2 - - uid: 23339 + - uid: 23314 components: - type: Transform pos: -57.5,-33.5 parent: 2 - - uid: 23340 + - uid: 23315 components: - type: Transform pos: -31.5,-51.5 parent: 2 - - uid: 23341 + - uid: 23316 components: - type: Transform rot: 3.141592653589793 rad pos: -47.5,11.5 parent: 2 - - uid: 23342 + - uid: 23317 components: - type: Transform rot: 3.141592653589793 rad pos: -45.5,6.5 parent: 2 - - uid: 23343 + - uid: 23318 components: - type: Transform rot: 3.141592653589793 rad pos: -46.5,3.5 parent: 2 - - uid: 23344 + - uid: 23319 components: - type: Transform rot: 3.141592653589793 rad pos: -34.5,0.5 parent: 2 - - uid: 23345 + - uid: 23320 components: - type: Transform rot: 3.141592653589793 rad pos: 25.5,-71.5 parent: 2 - - uid: 23346 + - uid: 23321 components: - type: Transform pos: 48.5,33.5 parent: 2 - - uid: 23347 + - uid: 23322 components: - type: Transform pos: 22.5,7.5 parent: 2 - - uid: 23348 + - uid: 23323 components: - type: Transform pos: 26.5,-18.5 parent: 2 - - uid: 23349 + - uid: 23324 components: - type: Transform rot: -1.5707963267948966 rad pos: 14.5,-27.5 parent: 2 - - uid: 23350 + - uid: 23325 components: - type: Transform pos: -15.5,36.5 parent: 2 - - uid: 23351 + - uid: 23326 components: - type: Transform pos: -19.5,26.5 parent: 2 - - uid: 23352 + - uid: 23327 components: - type: Transform pos: -17.5,44.5 parent: 2 - - uid: 23353 + - uid: 23328 components: - type: Transform pos: -14.5,45.5 parent: 2 - - uid: 23354 + - uid: 23329 components: - type: Transform pos: 0.5,32.5 parent: 2 - - uid: 23355 + - uid: 23330 components: - type: Transform pos: 53.5,36.5 parent: 2 - - uid: 23356 + - uid: 23331 components: - type: Transform pos: 65.5,22.5 parent: 2 - - uid: 23357 + - uid: 23332 components: - type: Transform pos: -23.5,-98.5 parent: 2 - - uid: 23358 + - uid: 23333 components: - type: Transform pos: -33.5,-97.5 parent: 2 - - uid: 23359 + - uid: 23334 components: - type: Transform pos: -41.5,-89.5 parent: 2 - - uid: 23360 + - uid: 23335 components: - type: Transform pos: -43.5,-91.5 parent: 2 - - uid: 23361 + - uid: 23336 components: - type: Transform pos: -10.5,-97.5 parent: 2 - - uid: 23362 + - uid: 23337 components: - type: Transform pos: -8.5,-85.5 parent: 2 - - uid: 23363 + - uid: 23338 components: - type: Transform rot: 3.141592653589793 rad pos: 29.5,-81.5 parent: 2 - - uid: 23364 + - uid: 23339 components: - type: Transform rot: 3.141592653589793 rad pos: 30.5,-84.5 parent: 2 - - uid: 23365 + - uid: 23340 components: - type: Transform rot: 3.141592653589793 rad pos: 49.5,-88.5 parent: 2 - - uid: 23366 + - uid: 23341 components: - type: Transform rot: 3.141592653589793 rad pos: 48.5,-80.5 parent: 2 - - uid: 23367 + - uid: 23342 components: - type: Transform pos: 13.5,7.5 parent: 2 - - uid: 23368 + - uid: 23343 components: - type: Transform rot: 3.141592653589793 rad @@ -155219,72 +155378,72 @@ entities: parent: 2 - proto: RCD entities: - - uid: 23369 + - uid: 23344 components: - type: Transform pos: -35.581818,-15.369191 parent: 2 - proto: RCDAmmo entities: - - uid: 23370 + - uid: 23345 components: - type: Transform pos: -35.753693,-15.681691 parent: 2 - proto: ReagentContainerFlour entities: - - uid: 23371 + - uid: 23346 components: - type: Transform pos: 2.337051,6.9047713 parent: 2 - - uid: 23372 + - uid: 23347 components: - type: Transform pos: 2.696426,6.7797713 parent: 2 - - uid: 23373 + - uid: 23348 components: - type: Transform pos: 2.399551,6.5610213 parent: 2 - - uid: 23374 + - uid: 23349 components: - type: Transform pos: 54.086075,18.83411 parent: 2 - - uid: 23375 + - uid: 23350 components: - type: Transform pos: 53.9767,18.568485 parent: 2 - - uid: 23376 + - uid: 23351 components: - type: Transform pos: 54.2892,18.568485 parent: 2 - proto: ReagentContainerRice entities: - - uid: 23377 + - uid: 23352 components: - type: Transform pos: -22.276304,44.96307 parent: 2 - - uid: 23378 + - uid: 23353 components: - type: Transform pos: -22.620054,44.759945 parent: 2 - proto: ReagentContainerSugar entities: - - uid: 23379 + - uid: 23354 components: - type: Transform pos: 4.6055,7.306335 parent: 2 - proto: Recycler entities: - - uid: 23380 + - uid: 23355 components: - type: Transform rot: 1.5707963267948966 rad @@ -155292,335 +155451,335 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 26022 + - 26009 - proto: ReinforcedPlasmaWindow entities: - - uid: 23381 + - uid: 23356 components: - type: Transform rot: 3.141592653589793 rad pos: -57.5,-87.5 parent: 2 - - uid: 23382 + - uid: 23357 components: - type: Transform pos: -42.5,-37.5 parent: 2 - - uid: 23383 + - uid: 23358 components: - type: Transform rot: -1.5707963267948966 rad pos: -77.5,-43.5 parent: 2 - - uid: 23384 + - uid: 23359 components: - type: Transform rot: -1.5707963267948966 rad pos: -76.5,-43.5 parent: 2 - - uid: 23385 + - uid: 23360 components: - type: Transform rot: -1.5707963267948966 rad pos: -75.5,-43.5 parent: 2 - - uid: 23386 + - uid: 23361 components: - type: Transform rot: -1.5707963267948966 rad pos: -74.5,-42.5 parent: 2 - - uid: 23387 + - uid: 23362 components: - type: Transform rot: 3.141592653589793 rad pos: 28.5,-20.5 parent: 2 - - uid: 23388 + - uid: 23363 components: - type: Transform pos: -23.5,2.5 parent: 2 - - uid: 23389 + - uid: 23364 components: - type: Transform pos: 71.5,-27.5 parent: 2 - - uid: 23390 + - uid: 23365 components: - type: Transform pos: 29.5,26.5 parent: 2 - - uid: 23391 + - uid: 23366 components: - type: Transform pos: -15.5,2.5 parent: 2 - - uid: 23392 + - uid: 23367 components: - type: Transform rot: 3.141592653589793 rad pos: 23.5,-20.5 parent: 2 - - uid: 23393 + - uid: 23368 components: - type: Transform pos: 29.5,24.5 parent: 2 - - uid: 23394 + - uid: 23369 components: - type: Transform rot: 3.141592653589793 rad pos: 25.5,-20.5 parent: 2 - - uid: 23395 + - uid: 23370 components: - type: Transform pos: -19.5,5.5 parent: 2 - - uid: 23396 + - uid: 23371 components: - type: Transform rot: 3.141592653589793 rad pos: 22.5,-20.5 parent: 2 - - uid: 23397 + - uid: 23372 components: - type: Transform rot: 3.141592653589793 rad pos: 27.5,-20.5 parent: 2 - - uid: 23398 + - uid: 23373 components: - type: Transform rot: 3.141592653589793 rad pos: 6.5,-20.5 parent: 2 - - uid: 23399 + - uid: 23374 components: - type: Transform rot: 3.141592653589793 rad pos: 26.5,-20.5 parent: 2 - - uid: 23400 + - uid: 23375 components: - type: Transform rot: 3.141592653589793 rad pos: 24.5,-20.5 parent: 2 - - uid: 23401 + - uid: 23376 components: - type: Transform pos: 66.5,-39.5 parent: 2 - - uid: 23402 + - uid: 23377 components: - type: Transform pos: -41.5,-35.5 parent: 2 - - uid: 23403 + - uid: 23378 components: - type: Transform pos: -41.5,-34.5 parent: 2 - - uid: 23404 + - uid: 23379 components: - type: Transform pos: -56.5,-11.5 parent: 2 - - uid: 23405 + - uid: 23380 components: - type: Transform pos: -56.5,-12.5 parent: 2 - - uid: 23406 + - uid: 23381 components: - type: Transform pos: -56.5,-13.5 parent: 2 - - uid: 23407 + - uid: 23382 components: - type: Transform pos: -56.5,-14.5 parent: 2 - - uid: 23408 + - uid: 23383 components: - type: Transform pos: -68.5,-22.5 parent: 2 - - uid: 23409 + - uid: 23384 components: - type: Transform pos: -67.5,-22.5 parent: 2 - - uid: 23410 + - uid: 23385 components: - type: Transform pos: -66.5,-22.5 parent: 2 - - uid: 23411 + - uid: 23386 components: - type: Transform pos: -65.5,-22.5 parent: 2 - - uid: 23412 + - uid: 23387 components: - type: Transform pos: -64.5,-22.5 parent: 2 - - uid: 23413 + - uid: 23388 components: - type: Transform pos: -47.5,-54.5 parent: 2 - - uid: 23414 + - uid: 23389 components: - type: Transform pos: -47.5,-50.5 parent: 2 - - uid: 23415 + - uid: 23390 components: - type: Transform pos: -47.5,-52.5 parent: 2 - - uid: 23416 + - uid: 23391 components: - type: Transform pos: -47.5,-48.5 parent: 2 - - uid: 23417 + - uid: 23392 components: - type: Transform pos: -47.5,-46.5 parent: 2 - - uid: 23418 + - uid: 23393 components: - type: Transform pos: -47.5,-44.5 parent: 2 - - uid: 23419 + - uid: 23394 components: - type: Transform pos: -47.5,-42.5 parent: 2 - - uid: 23420 + - uid: 23395 components: - type: Transform pos: -49.5,-87.5 parent: 2 - - uid: 23421 + - uid: 23396 components: - type: Transform pos: -0.5,60.5 parent: 2 - - uid: 23422 + - uid: 23397 components: - type: Transform pos: -2.5,60.5 parent: 2 - - uid: 23423 + - uid: 23398 components: - type: Transform pos: 5.5,69.5 parent: 2 - - uid: 23424 + - uid: 23399 components: - type: Transform pos: -8.5,69.5 parent: 2 - - uid: 23425 + - uid: 23400 components: - type: Transform pos: -56.5,-15.5 parent: 2 - - uid: 23426 + - uid: 23401 components: - type: Transform pos: 68.5,-39.5 parent: 2 - - uid: 23427 + - uid: 23402 components: - type: Transform pos: 73.5,-30.5 parent: 2 - - uid: 23428 + - uid: 23403 components: - type: Transform pos: 73.5,-27.5 parent: 2 - - uid: 23429 + - uid: 23404 components: - type: Transform pos: 69.5,-36.5 parent: 2 - - uid: 23430 + - uid: 23405 components: - type: Transform pos: 69.5,-38.5 parent: 2 - - uid: 23431 + - uid: 23406 components: - type: Transform pos: -44.5,-37.5 parent: 2 - - uid: 23432 + - uid: 23407 components: - type: Transform pos: 71.5,-30.5 parent: 2 - - uid: 23433 + - uid: 23408 components: - type: Transform rot: 3.141592653589793 rad pos: 6.5,-22.5 parent: 2 - - uid: 23434 + - uid: 23409 components: - type: Transform rot: 3.141592653589793 rad pos: 6.5,-23.5 parent: 2 - - uid: 23435 + - uid: 23410 components: - type: Transform pos: 9.5,-18.5 parent: 2 - - uid: 23436 + - uid: 23411 components: - type: Transform rot: 3.141592653589793 rad pos: 6.5,-19.5 parent: 2 - - uid: 23437 + - uid: 23412 components: - type: Transform pos: 67.5,-32.5 parent: 2 - - uid: 23438 + - uid: 23413 components: - type: Transform rot: -1.5707963267948966 rad pos: -75.5,-39.5 parent: 2 - - uid: 23439 + - uid: 23414 components: - type: Transform rot: -1.5707963267948966 rad pos: -74.5,-40.5 parent: 2 - - uid: 23440 + - uid: 23415 components: - type: Transform rot: -1.5707963267948966 rad pos: -77.5,-39.5 parent: 2 - - uid: 23441 + - uid: 23416 components: - type: Transform rot: 1.5707963267948966 rad pos: -51.5,-89.5 parent: 2 - - uid: 23442 + - uid: 23417 components: - type: Transform rot: 1.5707963267948966 rad @@ -155628,36 +155787,36 @@ entities: parent: 2 - proto: ReinforcedPlasmaWindowDiagonal entities: - - uid: 23443 + - uid: 23418 components: - type: Transform pos: -50.5,-88.5 parent: 2 - - uid: 23444 + - uid: 23419 components: - type: Transform rot: 1.5707963267948966 rad pos: -50.5,-86.5 parent: 2 - - uid: 23445 + - uid: 23420 components: - type: Transform rot: 3.141592653589793 rad pos: -49.5,-88.5 parent: 2 - - uid: 23446 + - uid: 23421 components: - type: Transform rot: -1.5707963267948966 rad pos: -50.5,-85.5 parent: 2 - - uid: 23447 + - uid: 23422 components: - type: Transform rot: 3.141592653589793 rad pos: -50.5,-89.5 parent: 2 - - uid: 23448 + - uid: 23423 components: - type: Transform rot: -1.5707963267948966 rad @@ -155665,3310 +155824,3310 @@ entities: parent: 2 - proto: ReinforcedWindow entities: - - uid: 23449 + - uid: 23424 + components: + - type: Transform + pos: 6.5,-54.5 + parent: 2 + - uid: 23425 + components: + - type: Transform + pos: 4.5,-54.5 + parent: 2 + - uid: 23426 components: - type: Transform rot: 3.141592653589793 rad pos: -22.5,-91.5 parent: 2 - - uid: 23450 + - uid: 23427 components: - type: Transform pos: -19.5,-91.5 parent: 2 - - uid: 23451 + - uid: 23428 components: - type: Transform pos: -27.5,-90.5 parent: 2 - - uid: 23452 + - uid: 23429 components: - type: Transform rot: 1.5707963267948966 rad pos: 59.5,57.5 parent: 2 - - uid: 23453 + - uid: 23430 components: - type: Transform rot: 1.5707963267948966 rad pos: 49.5,57.5 parent: 2 - - uid: 23454 + - uid: 23431 components: - type: Transform rot: 1.5707963267948966 rad pos: 49.5,56.5 parent: 2 - - uid: 23455 + - uid: 23432 components: - type: Transform rot: 1.5707963267948966 rad pos: 59.5,58.5 parent: 2 - - uid: 23456 + - uid: 23433 components: - type: Transform rot: 1.5707963267948966 rad pos: 49.5,58.5 parent: 2 - - uid: 23457 + - uid: 23434 components: - type: Transform rot: 3.141592653589793 rad pos: -21.5,-91.5 parent: 2 - - uid: 23458 + - uid: 23435 components: - type: Transform rot: -1.5707963267948966 rad pos: -6.5,-13.5 parent: 2 - - uid: 23459 + - uid: 23436 components: - type: Transform rot: -1.5707963267948966 rad pos: -6.5,-12.5 parent: 2 - - uid: 23460 + - uid: 23437 components: - type: Transform pos: -51.5,-21.5 parent: 2 - - uid: 23461 + - uid: 23438 components: - type: Transform rot: -1.5707963267948966 rad pos: 26.5,-40.5 parent: 2 - - uid: 23462 + - uid: 23439 components: - type: Transform rot: 3.141592653589793 rad pos: 20.5,-34.5 parent: 2 - - uid: 23463 + - uid: 23440 components: - type: Transform pos: -61.5,-35.5 parent: 2 - - uid: 23464 + - uid: 23441 components: - type: Transform rot: 1.5707963267948966 rad pos: -13.5,9.5 parent: 2 - - uid: 23465 + - uid: 23442 components: - type: Transform rot: 1.5707963267948966 rad pos: -64.5,-39.5 parent: 2 - - uid: 23466 + - uid: 23443 components: - type: Transform rot: 1.5707963267948966 rad pos: -74.5,-35.5 parent: 2 - - uid: 23467 + - uid: 23444 components: - type: Transform rot: 1.5707963267948966 rad pos: -74.5,-34.5 parent: 2 - - uid: 23468 + - uid: 23445 components: - type: Transform rot: 1.5707963267948966 rad pos: -64.5,-42.5 parent: 2 - - uid: 23469 + - uid: 23446 components: - type: Transform rot: 1.5707963267948966 rad pos: -64.5,-41.5 parent: 2 - - uid: 23470 + - uid: 23447 components: - type: Transform rot: 1.5707963267948966 rad pos: -64.5,-40.5 parent: 2 - - uid: 23471 + - uid: 23448 components: - type: Transform pos: -64.5,-43.5 parent: 2 - - uid: 23472 + - uid: 23449 components: - type: Transform pos: -76.5,-32.5 parent: 2 - - uid: 23473 + - uid: 23450 components: - type: Transform rot: 1.5707963267948966 rad pos: -7.5,13.5 parent: 2 - - uid: 23474 + - uid: 23451 components: - type: Transform rot: 1.5707963267948966 rad pos: 40.5,-74.5 parent: 2 - - uid: 23475 + - uid: 23452 components: - type: Transform rot: 1.5707963267948966 rad pos: 39.5,-74.5 parent: 2 - - uid: 23476 + - uid: 23453 components: - type: Transform rot: 1.5707963267948966 rad pos: 38.5,-74.5 parent: 2 - - uid: 23477 + - uid: 23454 components: - type: Transform rot: 3.141592653589793 rad pos: 5.5,18.5 parent: 2 - - uid: 23478 + - uid: 23455 components: - type: Transform rot: -1.5707963267948966 rad pos: -46.5,45.5 parent: 2 - - uid: 23479 + - uid: 23456 components: - type: Transform rot: -1.5707963267948966 rad pos: -47.5,45.5 parent: 2 - - uid: 23480 + - uid: 23457 components: - type: Transform pos: 69.5,-42.5 parent: 2 - - uid: 23481 + - uid: 23458 components: - type: Transform pos: 68.5,-42.5 parent: 2 - - uid: 23482 + - uid: 23459 components: - type: Transform pos: 78.5,-45.5 parent: 2 - - uid: 23483 + - uid: 23460 components: - type: Transform pos: 3.5,-39.5 parent: 2 - - uid: 23484 + - uid: 23461 components: - type: Transform pos: 70.5,-42.5 parent: 2 - - uid: 23485 + - uid: 23462 components: - type: Transform rot: 3.141592653589793 rad pos: 28.5,-62.5 parent: 2 - - uid: 23486 + - uid: 23463 components: - type: Transform rot: 3.141592653589793 rad pos: 31.5,-64.5 parent: 2 - - uid: 23487 + - uid: 23464 components: - type: Transform rot: 3.141592653589793 rad pos: 22.5,-55.5 parent: 2 - - uid: 23488 + - uid: 23465 components: - type: Transform rot: 3.141592653589793 rad pos: 33.5,-63.5 parent: 2 - - uid: 23489 + - uid: 23466 components: - type: Transform pos: 32.5,-9.5 parent: 2 - - uid: 23490 + - uid: 23467 components: - type: Transform pos: 3.5,-28.5 parent: 2 - - uid: 23491 + - uid: 23468 components: - type: Transform rot: -1.5707963267948966 rad pos: -15.5,-77.5 parent: 2 - - uid: 23492 + - uid: 23469 components: - type: Transform pos: 19.5,-15.5 parent: 2 - - uid: 23493 + - uid: 23470 components: - type: Transform pos: -18.5,-89.5 parent: 2 - - uid: 23494 + - uid: 23471 components: - type: Transform rot: 3.141592653589793 rad pos: 31.5,-33.5 parent: 2 - - uid: 23495 - components: - - type: Transform - pos: 7.5,-59.5 - parent: 2 - - uid: 23496 + - uid: 23472 components: - type: Transform rot: 3.141592653589793 rad pos: -9.5,-76.5 parent: 2 - - uid: 23497 + - uid: 23473 components: - type: Transform rot: -1.5707963267948966 rad pos: 35.5,4.5 parent: 2 - - uid: 23498 + - uid: 23474 components: - type: Transform pos: -26.5,-91.5 parent: 2 - - uid: 23499 + - uid: 23475 components: - type: Transform pos: -1.5,-35.5 parent: 2 - - uid: 23500 + - uid: 23476 components: - type: Transform rot: 1.5707963267948966 rad pos: 39.5,52.5 parent: 2 - - uid: 23501 + - uid: 23477 components: - type: Transform rot: 1.5707963267948966 rad pos: 23.5,-46.5 parent: 2 - - uid: 23502 + - uid: 23478 components: - type: Transform pos: -17.5,-1.5 parent: 2 - - uid: 23503 + - uid: 23479 components: - type: Transform rot: -1.5707963267948966 rad pos: -13.5,-11.5 parent: 2 - - uid: 23504 + - uid: 23480 components: - type: Transform pos: -45.5,-50.5 parent: 2 - - uid: 23505 + - uid: 23481 components: - type: Transform rot: -1.5707963267948966 rad pos: -14.5,-77.5 parent: 2 - - uid: 23506 + - uid: 23482 components: - type: Transform pos: 20.5,-35.5 parent: 2 - - uid: 23507 + - uid: 23483 components: - type: Transform pos: 20.5,-36.5 parent: 2 - - uid: 23508 + - uid: 23484 components: - type: Transform pos: 43.5,11.5 parent: 2 - - uid: 23509 + - uid: 23485 components: - type: Transform pos: -16.5,-1.5 parent: 2 - - uid: 23510 + - uid: 23486 components: - type: Transform rot: -1.5707963267948966 rad pos: 5.5,-44.5 parent: 2 - - uid: 23511 + - uid: 23487 components: - type: Transform rot: -1.5707963267948966 rad pos: -10.5,-11.5 parent: 2 - - uid: 23512 + - uid: 23488 components: - type: Transform pos: 17.5,18.5 parent: 2 - - uid: 23513 + - uid: 23489 components: - type: Transform pos: -1.5,-32.5 parent: 2 - - uid: 23514 + - uid: 23490 components: - type: Transform pos: 23.5,-12.5 parent: 2 - - uid: 23515 + - uid: 23491 components: - type: Transform pos: -1.5,-34.5 parent: 2 - - uid: 23516 + - uid: 23492 components: - type: Transform rot: -1.5707963267948966 rad pos: 32.5,9.5 parent: 2 - - uid: 23517 + - uid: 23493 components: - type: Transform rot: 3.141592653589793 rad pos: 28.5,13.5 parent: 2 - - uid: 23518 + - uid: 23494 components: - type: Transform pos: 31.5,-38.5 parent: 2 - - uid: 23519 + - uid: 23495 components: - type: Transform pos: 18.5,-38.5 parent: 2 - - uid: 23520 + - uid: 23496 components: - type: Transform rot: 3.141592653589793 rad pos: 10.5,18.5 parent: 2 - - uid: 23521 + - uid: 23497 components: - type: Transform rot: 3.141592653589793 rad pos: 21.5,-55.5 parent: 2 - - uid: 23522 + - uid: 23498 components: - type: Transform rot: 3.141592653589793 rad pos: 33.5,-15.5 parent: 2 - - uid: 23523 + - uid: 23499 components: - type: Transform rot: 3.141592653589793 rad pos: 37.5,-35.5 parent: 2 - - uid: 23524 + - uid: 23500 components: - type: Transform rot: -1.5707963267948966 rad pos: 34.5,9.5 parent: 2 - - uid: 23525 + - uid: 23501 components: - type: Transform pos: 43.5,7.5 parent: 2 - - uid: 23526 + - uid: 23502 components: - type: Transform pos: 23.5,-11.5 parent: 2 - - uid: 23527 + - uid: 23503 components: - type: Transform pos: 35.5,18.5 parent: 2 - - uid: 23528 + - uid: 23504 components: - type: Transform rot: 3.141592653589793 rad pos: 39.5,5.5 parent: 2 - - uid: 23529 + - uid: 23505 components: - type: Transform rot: 3.141592653589793 rad pos: 34.5,13.5 parent: 2 - - uid: 23530 + - uid: 23506 components: - type: Transform rot: 3.141592653589793 rad pos: 31.5,-15.5 parent: 2 - - uid: 23531 + - uid: 23507 components: - type: Transform pos: 37.5,-21.5 parent: 2 - - uid: 23532 + - uid: 23508 components: - type: Transform pos: 37.5,-22.5 parent: 2 - - uid: 23533 + - uid: 23509 components: - type: Transform pos: 43.5,10.5 parent: 2 - - uid: 23534 + - uid: 23510 components: - type: Transform pos: 17.5,-34.5 parent: 2 - - uid: 23535 + - uid: 23511 components: - type: Transform pos: 17.5,-35.5 parent: 2 - - uid: 23536 + - uid: 23512 components: - type: Transform pos: 17.5,-36.5 parent: 2 - - uid: 23537 + - uid: 23513 components: - type: Transform pos: 19.5,-38.5 parent: 2 - - uid: 23538 + - uid: 23514 components: - type: Transform pos: 32.5,-38.5 parent: 2 - - uid: 23539 + - uid: 23515 components: - type: Transform pos: 33.5,-34.5 parent: 2 - - uid: 23540 + - uid: 23516 components: - type: Transform pos: 33.5,-36.5 parent: 2 - - uid: 23541 + - uid: 23517 components: - type: Transform pos: 33.5,-35.5 parent: 2 - - uid: 23542 + - uid: 23518 components: - type: Transform rot: -1.5707963267948966 rad pos: -9.5,-11.5 parent: 2 - - uid: 23543 + - uid: 23519 components: - type: Transform pos: 48.5,-0.5 parent: 2 - - uid: 23544 + - uid: 23520 components: - type: Transform rot: -1.5707963267948966 rad pos: -26.5,-10.5 parent: 2 - - uid: 23545 + - uid: 23521 components: - type: Transform rot: 1.5707963267948966 rad pos: -26.5,-13.5 parent: 2 - - uid: 23546 + - uid: 23522 components: - type: Transform rot: -1.5707963267948966 rad pos: 4.5,-44.5 parent: 2 - - uid: 23547 + - uid: 23523 components: - type: Transform pos: 12.5,-33.5 parent: 2 - - uid: 23548 + - uid: 23524 components: - type: Transform pos: 12.5,-32.5 parent: 2 - - uid: 23549 + - uid: 23525 components: - type: Transform pos: 2.5,-39.5 parent: 2 - - uid: 23550 + - uid: 23526 components: - type: Transform pos: -18.5,-58.5 parent: 2 - - uid: 23551 + - uid: 23527 components: - type: Transform pos: -20.5,-58.5 parent: 2 - - uid: 23552 + - uid: 23528 components: - type: Transform pos: 27.5,22.5 parent: 2 - - uid: 23553 + - uid: 23529 components: - type: Transform pos: -27.5,-89.5 parent: 2 - - uid: 23554 + - uid: 23530 components: - type: Transform pos: -48.5,-81.5 parent: 2 - - uid: 23555 + - uid: 23531 components: - type: Transform pos: -48.5,-82.5 parent: 2 - - uid: 23556 + - uid: 23532 components: - type: Transform pos: 21.5,-15.5 parent: 2 - - uid: 23557 + - uid: 23533 components: - type: Transform pos: -22.5,-3.5 parent: 2 - - uid: 23558 + - uid: 23534 components: - type: Transform pos: -16.5,-3.5 parent: 2 - - uid: 23559 + - uid: 23535 components: - type: Transform pos: 9.5,13.5 parent: 2 - - uid: 23560 + - uid: 23536 components: - type: Transform rot: -1.5707963267948966 rad pos: 27.5,20.5 parent: 2 - - uid: 23561 + - uid: 23537 components: - type: Transform rot: -1.5707963267948966 rad pos: -12.5,-11.5 parent: 2 - - uid: 23562 + - uid: 23538 components: - type: Transform rot: 3.141592653589793 rad pos: 31.5,13.5 parent: 2 - - uid: 23563 + - uid: 23539 components: - type: Transform rot: -1.5707963267948966 rad pos: -0.5,-82.5 parent: 2 - - uid: 23564 + - uid: 23540 components: - type: Transform rot: 3.141592653589793 rad pos: 39.5,8.5 parent: 2 - - uid: 23565 + - uid: 23541 components: - type: Transform pos: 42.5,-28.5 parent: 2 - - uid: 23566 + - uid: 23542 components: - type: Transform pos: 16.5,-68.5 parent: 2 - - uid: 23567 + - uid: 23543 components: - type: Transform rot: 3.141592653589793 rad pos: -7.5,-76.5 parent: 2 - - uid: 23568 + - uid: 23544 components: - type: Transform rot: -1.5707963267948966 rad pos: -8.5,-11.5 parent: 2 - - uid: 23569 + - uid: 23545 components: - type: Transform pos: -27.5,-88.5 parent: 2 - - uid: 23570 + - uid: 23546 components: - type: Transform rot: -1.5707963267948966 rad pos: -26.5,-11.5 parent: 2 - - uid: 23571 + - uid: 23547 components: - type: Transform pos: -1.5,-31.5 parent: 2 - - uid: 23572 + - uid: 23548 components: - type: Transform pos: 1.5,-30.5 parent: 2 - - uid: 23573 + - uid: 23549 components: - type: Transform rot: 3.141592653589793 rad pos: 3.5,-44.5 parent: 2 - - uid: 23574 + - uid: 23550 components: - type: Transform rot: -1.5707963267948966 rad pos: 29.5,9.5 parent: 2 - - uid: 23575 + - uid: 23551 components: - type: Transform rot: -1.5707963267948966 rad pos: 7.5,18.5 parent: 2 - - uid: 23576 + - uid: 23552 components: - type: Transform pos: -21.5,-3.5 parent: 2 - - uid: 23577 + - uid: 23553 components: - type: Transform pos: 37.5,-36.5 parent: 2 - - uid: 23578 + - uid: 23554 components: - type: Transform rot: -1.5707963267948966 rad pos: 1.5,-74.5 parent: 2 - - uid: 23579 + - uid: 23555 components: - type: Transform pos: -29.5,45.5 parent: 2 - - uid: 23580 + - uid: 23556 components: - type: Transform pos: 9.5,14.5 parent: 2 - - uid: 23581 + - uid: 23557 components: - type: Transform pos: -18.5,-90.5 parent: 2 - - uid: 23582 + - uid: 23558 components: - type: Transform pos: -24.5,-91.5 parent: 2 - - uid: 23583 + - uid: 23559 components: - type: Transform rot: -1.5707963267948966 rad pos: 35.5,7.5 parent: 2 - - uid: 23584 + - uid: 23560 components: - type: Transform rot: -1.5707963267948966 rad pos: -31.5,-79.5 parent: 2 - - uid: 23585 + - uid: 23561 components: - type: Transform rot: -1.5707963267948966 rad pos: -31.5,-77.5 parent: 2 - - uid: 23586 + - uid: 23562 components: - type: Transform pos: 15.5,18.5 parent: 2 - - uid: 23587 + - uid: 23563 components: - type: Transform pos: 5.5,-28.5 parent: 2 - - uid: 23588 + - uid: 23564 components: - type: Transform pos: 18.5,-65.5 parent: 2 - - uid: 23589 + - uid: 23565 components: - type: Transform rot: 3.141592653589793 rad pos: 28.5,-63.5 parent: 2 - - uid: 23590 + - uid: 23566 components: - type: Transform pos: -45.5,-49.5 parent: 2 - - uid: 23591 - components: - - type: Transform - pos: 7.5,-61.5 - parent: 2 - - uid: 23592 + - uid: 23567 components: - type: Transform rot: 3.141592653589793 rad pos: 12.5,18.5 parent: 2 - - uid: 23593 + - uid: 23568 components: - type: Transform pos: 1.5,-31.5 parent: 2 - - uid: 23594 + - uid: 23569 components: - type: Transform rot: -1.5707963267948966 rad pos: -13.5,37.5 parent: 2 - - uid: 23595 + - uid: 23570 components: - type: Transform pos: 15.5,-68.5 parent: 2 - - uid: 23596 + - uid: 23571 components: - type: Transform rot: 3.141592653589793 rad pos: 30.5,-64.5 parent: 2 - - uid: 23597 + - uid: 23572 components: - type: Transform rot: 3.141592653589793 rad pos: 33.5,-62.5 parent: 2 - - uid: 23598 + - uid: 23573 components: - type: Transform rot: -1.5707963267948966 rad pos: -2.5,-82.5 parent: 2 - - uid: 23599 + - uid: 23574 components: - type: Transform pos: -18.5,-88.5 parent: 2 - - uid: 23600 + - uid: 23575 components: - type: Transform rot: -1.5707963267948966 rad pos: 1.5,-47.5 parent: 2 - - uid: 23601 + - uid: 23576 components: - type: Transform pos: -1.5,-33.5 parent: 2 - - uid: 23602 + - uid: 23577 components: - type: Transform pos: -22.5,-1.5 parent: 2 - - uid: 23603 + - uid: 23578 components: - type: Transform pos: -21.5,-1.5 parent: 2 - - uid: 23604 + - uid: 23579 components: - type: Transform pos: -17.5,-3.5 parent: 2 - - uid: 23605 + - uid: 23580 components: - type: Transform pos: 12.5,-34.5 parent: 2 - - uid: 23606 + - uid: 23581 components: - type: Transform rot: 3.141592653589793 rad pos: 20.5,-55.5 parent: 2 - - uid: 23607 + - uid: 23582 components: - type: Transform pos: 18.5,-66.5 parent: 2 - - uid: 23608 + - uid: 23583 components: - type: Transform pos: 42.5,-23.5 parent: 2 - - uid: 23609 + - uid: 23584 components: - type: Transform pos: 41.5,-28.5 parent: 2 - - uid: 23610 + - uid: 23585 components: - type: Transform pos: 41.5,-23.5 parent: 2 - - uid: 23611 + - uid: 23586 components: - type: Transform pos: -2.5,42.5 parent: 2 - - uid: 23612 + - uid: 23587 components: - type: Transform pos: 6.5,25.5 parent: 2 - - uid: 23613 + - uid: 23588 components: - type: Transform pos: 2.5,25.5 parent: 2 - - uid: 23614 + - uid: 23589 components: - type: Transform pos: 18.5,32.5 parent: 2 - - uid: 23615 + - uid: 23590 components: - type: Transform pos: 18.5,33.5 parent: 2 - - uid: 23616 + - uid: 23591 components: - type: Transform rot: -1.5707963267948966 rad pos: 7.5,35.5 parent: 2 - - uid: 23617 + - uid: 23592 components: - type: Transform pos: 4.5,25.5 parent: 2 - - uid: 23618 + - uid: 23593 components: - type: Transform rot: -1.5707963267948966 rad pos: 36.5,24.5 parent: 2 - - uid: 23619 + - uid: 23594 components: - type: Transform rot: -1.5707963267948966 rad pos: 38.5,24.5 parent: 2 - - uid: 23620 + - uid: 23595 components: - type: Transform rot: -1.5707963267948966 rad pos: 40.5,24.5 parent: 2 - - uid: 23621 + - uid: 23596 components: - type: Transform rot: 3.141592653589793 rad pos: 52.5,14.5 parent: 2 - - uid: 23622 + - uid: 23597 components: - type: Transform rot: 3.141592653589793 rad pos: 53.5,14.5 parent: 2 - - uid: 23623 + - uid: 23598 components: - type: Transform rot: 3.141592653589793 rad pos: 54.5,14.5 parent: 2 - - uid: 23624 + - uid: 23599 components: - type: Transform rot: 3.141592653589793 rad pos: 51.5,13.5 parent: 2 - - uid: 23625 + - uid: 23600 components: - type: Transform rot: 3.141592653589793 rad pos: 51.5,11.5 parent: 2 - - uid: 23626 + - uid: 23601 components: - type: Transform rot: 3.141592653589793 rad pos: 52.5,10.5 parent: 2 - - uid: 23627 + - uid: 23602 components: - type: Transform rot: 3.141592653589793 rad pos: 54.5,10.5 parent: 2 - - uid: 23628 + - uid: 23603 components: - type: Transform rot: 3.141592653589793 rad pos: 55.5,11.5 parent: 2 - - uid: 23629 + - uid: 23604 components: - type: Transform rot: 3.141592653589793 rad pos: 55.5,12.5 parent: 2 - - uid: 23630 + - uid: 23605 components: - type: Transform rot: 3.141592653589793 rad pos: 55.5,13.5 parent: 2 - - uid: 23631 + - uid: 23606 components: - type: Transform pos: 46.5,9.5 parent: 2 - - uid: 23632 + - uid: 23607 components: - type: Transform rot: -1.5707963267948966 rad pos: 42.5,24.5 parent: 2 - - uid: 23633 + - uid: 23608 components: - type: Transform rot: -1.5707963267948966 rad pos: 43.5,5.5 parent: 2 - - uid: 23634 + - uid: 23609 components: - type: Transform pos: 24.5,-58.5 parent: 2 - - uid: 23635 + - uid: 23610 components: - type: Transform pos: 24.5,-59.5 parent: 2 - - uid: 23636 + - uid: 23611 components: - type: Transform pos: 66.5,25.5 parent: 2 - - uid: 23637 + - uid: 23612 components: - type: Transform pos: 66.5,23.5 parent: 2 - - uid: 23638 + - uid: 23613 components: - type: Transform pos: 64.5,27.5 parent: 2 - - uid: 23639 + - uid: 23614 components: - type: Transform pos: 62.5,27.5 parent: 2 - - uid: 23640 + - uid: 23615 components: - type: Transform rot: 1.5707963267948966 rad pos: 68.5,-6.5 parent: 2 - - uid: 23641 + - uid: 23616 components: - type: Transform pos: 60.5,-4.5 parent: 2 - - uid: 23642 + - uid: 23617 components: - type: Transform rot: 1.5707963267948966 rad pos: 68.5,-12.5 parent: 2 - - uid: 23643 + - uid: 23618 components: - type: Transform rot: 1.5707963267948966 rad pos: 68.5,-10.5 parent: 2 - - uid: 23644 + - uid: 23619 components: - type: Transform rot: 1.5707963267948966 rad pos: 68.5,-4.5 parent: 2 - - uid: 23645 + - uid: 23620 components: - type: Transform pos: 59.5,-15.5 parent: 2 - - uid: 23646 + - uid: 23621 components: - type: Transform pos: 58.5,-15.5 parent: 2 - - uid: 23647 + - uid: 23622 components: - type: Transform pos: 56.5,-15.5 parent: 2 - - uid: 23648 + - uid: 23623 components: - type: Transform pos: 55.5,-15.5 parent: 2 - - uid: 23649 + - uid: 23624 components: - type: Transform pos: 63.5,-26.5 parent: 2 - - uid: 23650 + - uid: 23625 components: - type: Transform pos: 63.5,-24.5 parent: 2 - - uid: 23651 + - uid: 23626 components: - type: Transform pos: 61.5,-22.5 parent: 2 - - uid: 23652 + - uid: 23627 components: - type: Transform pos: 61.5,-20.5 parent: 2 - - uid: 23653 + - uid: 23628 components: - type: Transform pos: 63.5,-18.5 parent: 2 - - uid: 23654 + - uid: 23629 components: - type: Transform pos: 61.5,-24.5 parent: 2 - - uid: 23655 + - uid: 23630 components: - type: Transform pos: 63.5,-22.5 parent: 2 - - uid: 23656 + - uid: 23631 components: - type: Transform pos: 63.5,-20.5 parent: 2 - - uid: 23657 + - uid: 23632 components: - type: Transform pos: 61.5,-18.5 parent: 2 - - uid: 23658 + - uid: 23633 components: - type: Transform rot: 1.5707963267948966 rad pos: 68.5,-2.5 parent: 2 - - uid: 23659 + - uid: 23634 components: - type: Transform pos: 64.5,-37.5 parent: 2 - - uid: 23660 + - uid: 23635 components: - type: Transform pos: 78.5,-38.5 parent: 2 - - uid: 23661 + - uid: 23636 components: - type: Transform pos: 77.5,-32.5 parent: 2 - - uid: 23662 + - uid: 23637 components: - type: Transform pos: 78.5,-32.5 parent: 2 - - uid: 23663 + - uid: 23638 components: - type: Transform pos: 77.5,-38.5 parent: 2 - - uid: 23664 + - uid: 23639 components: - type: Transform rot: -1.5707963267948966 rad pos: 42.5,-31.5 parent: 2 - - uid: 23665 + - uid: 23640 components: - type: Transform pos: 56.5,-46.5 parent: 2 - - uid: 23666 + - uid: 23641 components: - type: Transform pos: 61.5,-56.5 parent: 2 - - uid: 23667 + - uid: 23642 components: - type: Transform pos: 61.5,-50.5 parent: 2 - - uid: 23668 + - uid: 23643 components: - type: Transform pos: 63.5,-50.5 parent: 2 - - uid: 23669 + - uid: 23644 components: - type: Transform pos: 62.5,-56.5 parent: 2 - - uid: 23670 + - uid: 23645 components: - type: Transform pos: 58.5,-52.5 parent: 2 - - uid: 23671 + - uid: 23646 components: - type: Transform pos: 58.5,-51.5 parent: 2 - - uid: 23672 + - uid: 23647 components: - type: Transform pos: 66.5,-52.5 parent: 2 - - uid: 23673 + - uid: 23648 components: - type: Transform pos: 66.5,-51.5 parent: 2 - - uid: 23674 + - uid: 23649 components: - type: Transform pos: 63.5,-56.5 parent: 2 - - uid: 23675 + - uid: 23650 components: - type: Transform pos: 54.5,-51.5 parent: 2 - - uid: 23676 + - uid: 23651 components: - type: Transform pos: 54.5,-52.5 parent: 2 - - uid: 23677 + - uid: 23652 components: - type: Transform pos: 54.5,-53.5 parent: 2 - - uid: 23678 + - uid: 23653 components: - type: Transform pos: 50.5,-31.5 parent: 2 - - uid: 23679 + - uid: 23654 components: - type: Transform pos: 51.5,-31.5 parent: 2 - - uid: 23680 + - uid: 23655 components: - type: Transform pos: 79.5,-35.5 parent: 2 - - uid: 23681 + - uid: 23656 components: - type: Transform pos: 58.5,-25.5 parent: 2 - - uid: 23682 + - uid: 23657 components: - type: Transform pos: 76.5,-35.5 parent: 2 - - uid: 23683 + - uid: 23658 components: - type: Transform pos: 77.5,-35.5 parent: 2 - - uid: 23684 + - uid: 23659 components: - type: Transform pos: 78.5,-35.5 parent: 2 - - uid: 23685 + - uid: 23660 components: - type: Transform pos: 78.5,-46.5 parent: 2 - - uid: 23686 + - uid: 23661 components: - type: Transform pos: -45.5,-51.5 parent: 2 - - uid: 23687 + - uid: 23662 components: - type: Transform pos: 49.5,-59.5 parent: 2 - - uid: 23688 + - uid: 23663 components: - type: Transform pos: 50.5,-59.5 parent: 2 - - uid: 23689 + - uid: 23664 components: - type: Transform pos: 52.5,-61.5 parent: 2 - - uid: 23690 + - uid: 23665 components: - type: Transform pos: 49.5,-62.5 parent: 2 - - uid: 23691 + - uid: 23666 components: - type: Transform pos: 51.5,-62.5 parent: 2 - - uid: 23692 + - uid: 23667 components: - type: Transform pos: 43.5,-69.5 parent: 2 - - uid: 23693 + - uid: 23668 components: - type: Transform pos: 42.5,-69.5 parent: 2 - - uid: 23694 + - uid: 23669 components: - type: Transform pos: 35.5,-69.5 parent: 2 - - uid: 23695 + - uid: 23670 components: - type: Transform pos: 44.5,-69.5 parent: 2 - - uid: 23696 + - uid: 23671 components: - type: Transform rot: 1.5707963267948966 rad pos: 20.5,-44.5 parent: 2 - - uid: 23697 + - uid: 23672 components: - type: Transform pos: -40.5,-12.5 parent: 2 - - uid: 23698 + - uid: 23673 components: - type: Transform pos: -40.5,-9.5 parent: 2 - - uid: 23699 + - uid: 23674 components: - type: Transform pos: -33.5,-17.5 parent: 2 - - uid: 23700 + - uid: 23675 components: - type: Transform pos: -33.5,-15.5 parent: 2 - - uid: 23701 + - uid: 23676 components: - type: Transform rot: -1.5707963267948966 rad pos: -30.5,-12.5 parent: 2 - - uid: 23702 + - uid: 23677 components: - type: Transform rot: -1.5707963267948966 rad pos: -30.5,-13.5 parent: 2 - - uid: 23703 + - uid: 23678 components: - type: Transform pos: -26.5,-9.5 parent: 2 - - uid: 23704 + - uid: 23679 components: - type: Transform rot: -1.5707963267948966 rad pos: -21.5,-35.5 parent: 2 - - uid: 23705 + - uid: 23680 components: - type: Transform pos: 58.5,-59.5 parent: 2 - - uid: 23706 + - uid: 23681 components: - type: Transform pos: 58.5,-60.5 parent: 2 - - uid: 23707 + - uid: 23682 components: - type: Transform pos: 54.5,-25.5 parent: 2 - - uid: 23708 + - uid: 23683 components: - type: Transform rot: 3.141592653589793 rad pos: 56.5,-55.5 parent: 2 - - uid: 23709 + - uid: 23684 components: - type: Transform rot: 3.141592653589793 rad pos: 59.5,-54.5 parent: 2 - - uid: 23710 + - uid: 23685 components: - type: Transform rot: 3.141592653589793 rad pos: 65.5,-54.5 parent: 2 - - uid: 23711 + - uid: 23686 components: - type: Transform rot: 1.5707963267948966 rad pos: 44.5,-85.5 parent: 2 - - uid: 23712 + - uid: 23687 components: - type: Transform pos: 41.5,-74.5 parent: 2 - - uid: 23713 + - uid: 23688 components: - type: Transform rot: -1.5707963267948966 rad pos: 37.5,-74.5 parent: 2 - - uid: 23714 + - uid: 23689 components: - type: Transform pos: 37.5,-66.5 parent: 2 - - uid: 23715 + - uid: 23690 components: - type: Transform pos: 36.5,-69.5 parent: 2 - - uid: 23716 + - uid: 23691 components: - type: Transform pos: 34.5,-69.5 parent: 2 - - uid: 23717 + - uid: 23692 components: - type: Transform pos: 37.5,-64.5 parent: 2 - - uid: 23718 + - uid: 23693 components: - type: Transform rot: 1.5707963267948966 rad pos: 34.5,-86.5 parent: 2 - - uid: 23719 + - uid: 23694 components: - type: Transform rot: 1.5707963267948966 rad pos: 34.5,-87.5 parent: 2 - - uid: 23720 + - uid: 23695 components: - type: Transform rot: 1.5707963267948966 rad pos: 46.5,-78.5 parent: 2 - - uid: 23721 + - uid: 23696 components: - type: Transform rot: 1.5707963267948966 rad pos: 16.5,-88.5 parent: 2 - - uid: 23722 + - uid: 23697 components: - type: Transform rot: 1.5707963267948966 rad pos: 13.5,-78.5 parent: 2 - - uid: 23723 + - uid: 23698 components: - type: Transform rot: 1.5707963267948966 rad pos: 14.5,-88.5 parent: 2 - - uid: 23724 + - uid: 23699 components: - type: Transform rot: 1.5707963267948966 rad pos: 17.5,-78.5 parent: 2 - - uid: 23725 + - uid: 23700 components: - type: Transform rot: 1.5707963267948966 rad pos: 44.5,-84.5 parent: 2 - - uid: 23726 + - uid: 23701 components: - type: Transform pos: 17.5,-74.5 parent: 2 - - uid: 23727 + - uid: 23702 components: - type: Transform pos: 18.5,-74.5 parent: 2 - - uid: 23728 + - uid: 23703 components: - type: Transform pos: 14.5,-74.5 parent: 2 - - uid: 23729 + - uid: 23704 components: - type: Transform pos: 17.5,-71.5 parent: 2 - - uid: 23730 + - uid: 23705 components: - type: Transform rot: 1.5707963267948966 rad pos: 44.5,-86.5 parent: 2 - - uid: 23731 + - uid: 23706 components: - type: Transform pos: 15.5,-71.5 parent: 2 - - uid: 23732 + - uid: 23707 components: - type: Transform pos: 15.5,-74.5 parent: 2 - - uid: 23733 + - uid: 23708 components: - type: Transform rot: 3.141592653589793 rad pos: 26.5,-67.5 parent: 2 - - uid: 23734 + - uid: 23709 components: - type: Transform rot: 3.141592653589793 rad pos: 28.5,-90.5 parent: 2 - - uid: 23735 + - uid: 23710 components: - type: Transform rot: 3.141592653589793 rad pos: 24.5,-80.5 parent: 2 - - uid: 23736 + - uid: 23711 components: - type: Transform pos: 14.5,-71.5 parent: 2 - - uid: 23737 + - uid: 23712 components: - type: Transform pos: 18.5,-71.5 parent: 2 - - uid: 23738 + - uid: 23713 components: - type: Transform rot: 3.141592653589793 rad pos: 25.5,-80.5 parent: 2 - - uid: 23739 + - uid: 23714 components: - type: Transform rot: 1.5707963267948966 rad pos: 46.5,-79.5 parent: 2 - - uid: 23740 + - uid: 23715 components: - type: Transform rot: 1.5707963267948966 rad pos: 13.5,-88.5 parent: 2 - - uid: 23741 + - uid: 23716 components: - type: Transform rot: 1.5707963267948966 rad pos: 17.5,-88.5 parent: 2 - - uid: 23742 + - uid: 23717 components: - type: Transform rot: 1.5707963267948966 rad pos: 32.5,-77.5 parent: 2 - - uid: 23743 + - uid: 23718 components: - type: Transform rot: 1.5707963267948966 rad pos: 16.5,-78.5 parent: 2 - - uid: 23744 + - uid: 23719 components: - type: Transform rot: 1.5707963267948966 rad pos: 14.5,-78.5 parent: 2 - - uid: 23745 + - uid: 23720 components: - type: Transform rot: 3.141592653589793 rad pos: 25.5,-67.5 parent: 2 - - uid: 23746 + - uid: 23721 components: - type: Transform rot: -1.5707963267948966 rad pos: 50.5,-64.5 parent: 2 - - uid: 23747 + - uid: 23722 components: - type: Transform pos: -33.5,-9.5 parent: 2 - - uid: 23748 + - uid: 23723 components: - type: Transform pos: -33.5,-12.5 parent: 2 - - uid: 23749 + - uid: 23724 components: - type: Transform pos: -45.5,-47.5 parent: 2 - - uid: 23750 + - uid: 23725 components: - type: Transform rot: -1.5707963267948966 rad pos: -37.5,-14.5 parent: 2 - - uid: 23751 + - uid: 23726 components: - type: Transform pos: -45.5,-48.5 parent: 2 - - uid: 23752 + - uid: 23727 components: - type: Transform pos: 78.5,-44.5 parent: 2 - - uid: 23753 + - uid: 23728 components: - type: Transform pos: 68.5,-56.5 parent: 2 - - uid: 23754 + - uid: 23729 components: - type: Transform pos: -43.5,-13.5 parent: 2 - - uid: 23755 + - uid: 23730 components: - type: Transform pos: 48.5,7.5 parent: 2 - - uid: 23756 + - uid: 23731 components: - type: Transform pos: 70.5,-54.5 parent: 2 - - uid: 23757 + - uid: 23732 components: - type: Transform pos: 61.5,-61.5 parent: 2 - - uid: 23758 + - uid: 23733 components: - type: Transform pos: 62.5,-61.5 parent: 2 - - uid: 23759 + - uid: 23734 components: - type: Transform pos: 63.5,-61.5 parent: 2 - - uid: 23760 + - uid: 23735 components: - type: Transform pos: 71.5,-64.5 parent: 2 - - uid: 23761 + - uid: 23736 components: - type: Transform pos: -38.5,-37.5 parent: 2 - - uid: 23762 + - uid: 23737 components: - type: Transform pos: -37.5,-37.5 parent: 2 - - uid: 23763 + - uid: 23738 components: - type: Transform pos: -46.5,-7.5 parent: 2 - - uid: 23764 + - uid: 23739 components: - type: Transform pos: -45.5,-18.5 parent: 2 - - uid: 23765 + - uid: 23740 components: - type: Transform rot: 3.141592653589793 rad pos: -49.5,-19.5 parent: 2 - - uid: 23766 + - uid: 23741 components: - type: Transform pos: -61.5,-31.5 parent: 2 - - uid: 23767 + - uid: 23742 components: - type: Transform rot: 3.141592653589793 rad pos: -61.5,-44.5 parent: 2 - - uid: 23768 + - uid: 23743 components: - type: Transform pos: -45.5,-43.5 parent: 2 - - uid: 23769 + - uid: 23744 components: - type: Transform pos: -45.5,-45.5 parent: 2 - - uid: 23770 + - uid: 23745 components: - type: Transform pos: -45.5,-46.5 parent: 2 - - uid: 23771 + - uid: 23746 components: - type: Transform pos: -45.5,-44.5 parent: 2 - - uid: 23772 + - uid: 23747 components: - type: Transform pos: -45.5,-42.5 parent: 2 - - uid: 23773 + - uid: 23748 components: - type: Transform pos: -35.5,-58.5 parent: 2 - - uid: 23774 + - uid: 23749 components: - type: Transform rot: 3.141592653589793 rad pos: -38.5,-59.5 parent: 2 - - uid: 23775 + - uid: 23750 components: - type: Transform pos: -44.5,-58.5 parent: 2 - - uid: 23776 + - uid: 23751 components: - type: Transform pos: -42.5,-58.5 parent: 2 - - uid: 23777 + - uid: 23752 components: - type: Transform pos: -41.5,-58.5 parent: 2 - - uid: 23778 + - uid: 23753 components: - type: Transform rot: 3.141592653589793 rad pos: -73.5,-27.5 parent: 2 - - uid: 23779 + - uid: 23754 components: - type: Transform pos: -62.5,-35.5 parent: 2 - - uid: 23780 + - uid: 23755 components: - type: Transform rot: 1.5707963267948966 rad pos: -52.5,-60.5 parent: 2 - - uid: 23781 + - uid: 23756 components: - type: Transform rot: 1.5707963267948966 rad pos: -58.5,-60.5 parent: 2 - - uid: 23782 + - uid: 23757 components: - type: Transform rot: 1.5707963267948966 rad pos: -58.5,-59.5 parent: 2 - - uid: 23783 + - uid: 23758 components: - type: Transform pos: -58.5,-52.5 parent: 2 - - uid: 23784 + - uid: 23759 components: - type: Transform pos: -58.5,-51.5 parent: 2 - - uid: 23785 + - uid: 23760 components: - type: Transform pos: -58.5,-48.5 parent: 2 - - uid: 23786 + - uid: 23761 components: - type: Transform pos: -58.5,-47.5 parent: 2 - - uid: 23787 + - uid: 23762 components: - type: Transform pos: -41.5,-62.5 parent: 2 - - uid: 23788 + - uid: 23763 components: - type: Transform pos: -40.5,-62.5 parent: 2 - - uid: 23789 + - uid: 23764 components: - type: Transform rot: -1.5707963267948966 rad pos: -55.5,-83.5 parent: 2 - - uid: 23790 + - uid: 23765 components: - type: Transform rot: -1.5707963267948966 rad pos: -53.5,-83.5 parent: 2 - - uid: 23791 + - uid: 23766 components: - type: Transform pos: -57.5,-75.5 parent: 2 - - uid: 23792 + - uid: 23767 components: - type: Transform pos: -57.5,-76.5 parent: 2 - - uid: 23793 + - uid: 23768 components: - type: Transform pos: -57.5,-77.5 parent: 2 - - uid: 23794 + - uid: 23769 components: - type: Transform pos: -48.5,-83.5 parent: 2 - - uid: 23795 + - uid: 23770 components: - type: Transform pos: -35.5,-82.5 parent: 2 - - uid: 23796 + - uid: 23771 components: - type: Transform pos: -35.5,-81.5 parent: 2 - - uid: 23797 + - uid: 23772 components: - type: Transform pos: -35.5,-77.5 parent: 2 - - uid: 23798 + - uid: 23773 components: - type: Transform pos: -35.5,-83.5 parent: 2 - - uid: 23799 + - uid: 23774 components: - type: Transform pos: -35.5,-76.5 parent: 2 - - uid: 23800 + - uid: 23775 components: - type: Transform pos: -35.5,-78.5 parent: 2 - - uid: 23801 + - uid: 23776 components: - type: Transform pos: -40.5,-86.5 parent: 2 - - uid: 23802 + - uid: 23777 components: - type: Transform pos: -43.5,-86.5 parent: 2 - - uid: 23803 + - uid: 23778 components: - type: Transform rot: 3.141592653589793 rad pos: 19.5,-33.5 parent: 2 - - uid: 23804 + - uid: 23779 components: - type: Transform rot: -1.5707963267948966 rad pos: -46.5,-38.5 parent: 2 - - uid: 23805 + - uid: 23780 components: - type: Transform rot: -1.5707963267948966 rad pos: 8.5,35.5 parent: 2 - - uid: 23806 + - uid: 23781 components: - type: Transform rot: 3.141592653589793 rad pos: 59.5,56.5 parent: 2 - - uid: 23807 + - uid: 23782 components: - type: Transform rot: -1.5707963267948966 rad pos: -7.5,28.5 parent: 2 - - uid: 23808 + - uid: 23783 components: - type: Transform rot: -1.5707963267948966 rad pos: -7.5,27.5 parent: 2 - - uid: 23809 + - uid: 23784 components: - type: Transform pos: -0.5,35.5 parent: 2 - - uid: 23810 + - uid: 23785 components: - type: Transform pos: -1.5,35.5 parent: 2 - - uid: 23811 + - uid: 23786 components: - type: Transform pos: -2.5,35.5 parent: 2 - - uid: 23812 + - uid: 23787 components: - type: Transform rot: 1.5707963267948966 rad pos: 53.5,62.5 parent: 2 - - uid: 23813 + - uid: 23788 components: - type: Transform rot: -1.5707963267948966 rad pos: 7.5,29.5 parent: 2 - - uid: 23814 + - uid: 23789 components: - type: Transform rot: -1.5707963267948966 rad pos: -26.5,23.5 parent: 2 - - uid: 23815 + - uid: 23790 components: - type: Transform pos: -3.5,42.5 parent: 2 - - uid: 23816 + - uid: 23791 components: - type: Transform pos: 45.5,9.5 parent: 2 - - uid: 23817 + - uid: 23792 components: - type: Transform pos: -29.5,21.5 parent: 2 - - uid: 23818 + - uid: 23793 components: - type: Transform pos: -29.5,23.5 parent: 2 - - uid: 23819 + - uid: 23794 components: - type: Transform pos: -26.5,21.5 parent: 2 - - uid: 23820 + - uid: 23795 components: - type: Transform pos: -31.5,27.5 parent: 2 - - uid: 23821 + - uid: 23796 components: - type: Transform pos: -33.5,27.5 parent: 2 - - uid: 23822 + - uid: 23797 components: - type: Transform pos: -30.5,27.5 parent: 2 - - uid: 23823 + - uid: 23798 components: - type: Transform rot: 1.5707963267948966 rad pos: -49.5,21.5 parent: 2 - - uid: 23824 + - uid: 23799 components: - type: Transform rot: 1.5707963267948966 rad pos: -50.5,21.5 parent: 2 - - uid: 23825 + - uid: 23800 components: - type: Transform rot: -1.5707963267948966 rad pos: -50.5,18.5 parent: 2 - - uid: 23826 + - uid: 23801 components: - type: Transform rot: -1.5707963267948966 rad pos: -50.5,24.5 parent: 2 - - uid: 23827 + - uid: 23802 components: - type: Transform rot: -1.5707963267948966 rad pos: 8.5,29.5 parent: 2 - - uid: 23828 + - uid: 23803 components: - type: Transform rot: 1.5707963267948966 rad pos: 54.5,62.5 parent: 2 - - uid: 23829 + - uid: 23804 components: - type: Transform rot: 1.5707963267948966 rad pos: 55.5,62.5 parent: 2 - - uid: 23830 + - uid: 23805 components: - type: Transform rot: 1.5707963267948966 rad pos: 67.5,-8.5 parent: 2 - - uid: 23831 + - uid: 23806 components: - type: Transform pos: -33.5,32.5 parent: 2 - - uid: 23832 + - uid: 23807 components: - type: Transform pos: -32.5,32.5 parent: 2 - - uid: 23833 + - uid: 23808 components: - type: Transform pos: -31.5,32.5 parent: 2 - - uid: 23834 + - uid: 23809 components: - type: Transform pos: -49.5,29.5 parent: 2 - - uid: 23835 + - uid: 23810 components: - type: Transform pos: -49.5,35.5 parent: 2 - - uid: 23836 + - uid: 23811 components: - type: Transform pos: -52.5,35.5 parent: 2 - - uid: 23837 + - uid: 23812 components: - type: Transform pos: -52.5,29.5 parent: 2 - - uid: 23838 + - uid: 23813 components: - type: Transform pos: -52.5,18.5 parent: 2 - - uid: 23839 + - uid: 23814 components: - type: Transform pos: -52.5,24.5 parent: 2 - - uid: 23840 + - uid: 23815 components: - type: Transform rot: -1.5707963267948966 rad pos: -52.5,21.5 parent: 2 - - uid: 23841 + - uid: 23816 components: - type: Transform rot: -1.5707963267948966 rad pos: -53.5,21.5 parent: 2 - - uid: 23842 + - uid: 23817 components: - type: Transform rot: -1.5707963267948966 rad pos: -31.5,35.5 parent: 2 - - uid: 23843 + - uid: 23818 components: - type: Transform pos: -39.5,31.5 parent: 2 - - uid: 23844 + - uid: 23819 components: - type: Transform rot: -1.5707963267948966 rad pos: -32.5,35.5 parent: 2 - - uid: 23845 + - uid: 23820 components: - type: Transform rot: -1.5707963267948966 rad pos: -17.5,26.5 parent: 2 - - uid: 23846 + - uid: 23821 components: - type: Transform rot: 1.5707963267948966 rad pos: 66.5,-1.5 parent: 2 - - uid: 23847 + - uid: 23822 components: - type: Transform pos: -53.5,11.5 parent: 2 - - uid: 23848 + - uid: 23823 components: - type: Transform pos: -53.5,10.5 parent: 2 - - uid: 23849 + - uid: 23824 components: - type: Transform rot: -1.5707963267948966 rad pos: -49.5,13.5 parent: 2 - - uid: 23850 + - uid: 23825 components: - type: Transform rot: -1.5707963267948966 rad pos: -48.5,13.5 parent: 2 - - uid: 23851 + - uid: 23826 components: - type: Transform pos: 56.5,-25.5 parent: 2 - - uid: 23852 + - uid: 23827 components: - type: Transform rot: 1.5707963267948966 rad pos: 67.5,-7.5 parent: 2 - - uid: 23853 + - uid: 23828 components: - type: Transform rot: 1.5707963267948966 rad pos: 67.5,-9.5 parent: 2 - - uid: 23854 + - uid: 23829 components: - type: Transform rot: 1.5707963267948966 rad pos: 66.5,-0.5 parent: 2 - - uid: 23855 + - uid: 23830 components: - type: Transform rot: 1.5707963267948966 rad pos: 46.5,-77.5 parent: 2 - - uid: 23856 + - uid: 23831 components: - type: Transform pos: 25.5,24.5 parent: 2 - - uid: 23857 + - uid: 23832 components: - type: Transform pos: -45.5,-52.5 parent: 2 - - uid: 23858 + - uid: 23833 components: - type: Transform pos: -45.5,-53.5 parent: 2 - - uid: 23859 + - uid: 23834 components: - type: Transform pos: -45.5,-54.5 parent: 2 - - uid: 23860 + - uid: 23835 components: - type: Transform pos: -45.5,-55.5 parent: 2 - - uid: 23861 + - uid: 23836 components: - type: Transform pos: 24.5,-60.5 parent: 2 - - uid: 23862 + - uid: 23837 components: - type: Transform pos: 46.5,43.5 parent: 2 - - uid: 23863 + - uid: 23838 components: - type: Transform rot: 3.141592653589793 rad pos: 46.5,3.5 parent: 2 - - uid: 23864 + - uid: 23839 components: - type: Transform rot: 3.141592653589793 rad pos: 59.5,43.5 parent: 2 - - uid: 23865 + - uid: 23840 components: - type: Transform rot: -1.5707963267948966 rad pos: -13.5,39.5 parent: 2 - - uid: 23866 + - uid: 23841 components: - type: Transform pos: -14.5,56.5 parent: 2 - - uid: 23867 + - uid: 23842 components: - type: Transform pos: -11.5,69.5 parent: 2 - - uid: 23868 + - uid: 23843 components: - type: Transform pos: -14.5,55.5 parent: 2 - - uid: 23869 + - uid: 23844 components: - type: Transform pos: -16.5,55.5 parent: 2 - - uid: 23870 + - uid: 23845 components: - type: Transform pos: -16.5,56.5 parent: 2 - - uid: 23871 + - uid: 23846 components: - type: Transform pos: -23.5,61.5 parent: 2 - - uid: 23872 + - uid: 23847 components: - type: Transform pos: -23.5,62.5 parent: 2 - - uid: 23873 + - uid: 23848 components: - type: Transform pos: -11.5,68.5 parent: 2 - - uid: 23874 + - uid: 23849 components: - type: Transform pos: -11.5,67.5 parent: 2 - - uid: 23875 + - uid: 23850 components: - type: Transform pos: -14.5,73.5 parent: 2 - - uid: 23876 + - uid: 23851 components: - type: Transform pos: -20.5,73.5 parent: 2 - - uid: 23877 + - uid: 23852 components: - type: Transform pos: -11.5,73.5 parent: 2 - - uid: 23878 + - uid: 23853 components: - type: Transform pos: -23.5,63.5 parent: 2 - - uid: 23879 + - uid: 23854 components: - type: Transform pos: -23.5,73.5 parent: 2 - - uid: 23880 + - uid: 23855 components: - type: Transform rot: -1.5707963267948966 rad pos: -17.5,24.5 parent: 2 - - uid: 23881 + - uid: 23856 components: - type: Transform rot: -1.5707963267948966 rad pos: 68.5,11.5 parent: 2 - - uid: 23882 + - uid: 23857 components: - type: Transform rot: -1.5707963267948966 rad pos: 68.5,10.5 parent: 2 - - uid: 23883 + - uid: 23858 components: - type: Transform rot: -1.5707963267948966 rad pos: 68.5,8.5 parent: 2 - - uid: 23884 + - uid: 23859 components: - type: Transform rot: -1.5707963267948966 rad pos: 68.5,7.5 parent: 2 - - uid: 23885 + - uid: 23860 components: - type: Transform rot: -1.5707963267948966 rad pos: 59.5,33.5 parent: 2 - - uid: 23886 + - uid: 23861 components: - type: Transform rot: -1.5707963267948966 rad pos: 59.5,32.5 parent: 2 - - uid: 23887 + - uid: 23862 components: - type: Transform rot: -1.5707963267948966 rad pos: -1.5,27.5 parent: 2 - - uid: 23888 + - uid: 23863 components: - type: Transform rot: -1.5707963267948966 rad pos: -3.5,27.5 parent: 2 - - uid: 23889 + - uid: 23864 components: - type: Transform rot: -1.5707963267948966 rad pos: -33.5,35.5 parent: 2 - - uid: 23890 + - uid: 23865 components: - type: Transform rot: 3.141592653589793 rad pos: -32.5,37.5 parent: 2 - - uid: 23891 + - uid: 23866 components: - type: Transform rot: 1.5707963267948966 rad pos: 46.5,-17.5 parent: 2 - - uid: 23892 + - uid: 23867 components: - type: Transform rot: 1.5707963267948966 rad pos: 45.5,-17.5 parent: 2 - - uid: 23893 + - uid: 23868 components: - type: Transform pos: -46.5,13.5 parent: 2 - - uid: 23894 + - uid: 23869 components: - type: Transform pos: -1.5,42.5 parent: 2 - - uid: 23895 + - uid: 23870 components: - type: Transform rot: 1.5707963267948966 rad pos: 47.5,40.5 parent: 2 - - uid: 23896 + - uid: 23871 components: - type: Transform rot: 1.5707963267948966 rad pos: 45.5,40.5 parent: 2 - - uid: 23897 + - uid: 23872 components: - type: Transform rot: -1.5707963267948966 rad pos: 41.5,42.5 parent: 2 - - uid: 23898 + - uid: 23873 components: - type: Transform rot: 3.141592653589793 rad pos: 41.5,32.5 parent: 2 - - uid: 23899 + - uid: 23874 components: - type: Transform rot: 3.141592653589793 rad pos: 41.5,31.5 parent: 2 - - uid: 23900 + - uid: 23875 components: - type: Transform rot: 3.141592653589793 rad pos: 41.5,30.5 parent: 2 - - uid: 23901 + - uid: 23876 components: - type: Transform rot: -1.5707963267948966 rad pos: 40.5,42.5 parent: 2 - - uid: 23902 + - uid: 23877 components: - type: Transform rot: -1.5707963267948966 rad pos: 39.5,42.5 parent: 2 - - uid: 23903 + - uid: 23878 components: - type: Transform pos: 71.5,39.5 parent: 2 - - uid: 23904 + - uid: 23879 components: - type: Transform pos: 73.5,39.5 parent: 2 - - uid: 23905 + - uid: 23880 components: - type: Transform pos: 73.5,33.5 parent: 2 - - uid: 23906 + - uid: 23881 components: - type: Transform pos: 71.5,33.5 parent: 2 - - uid: 23907 + - uid: 23882 components: - type: Transform pos: -33.5,40.5 parent: 2 - - uid: 23908 + - uid: 23883 components: - type: Transform pos: -32.5,40.5 parent: 2 - - uid: 23909 + - uid: 23884 components: - type: Transform pos: -26.5,54.5 parent: 2 - - uid: 23910 + - uid: 23885 components: - type: Transform pos: -26.5,53.5 parent: 2 - - uid: 23911 + - uid: 23886 components: - type: Transform rot: -1.5707963267948966 rad pos: -16.5,-88.5 parent: 2 - - uid: 23912 + - uid: 23887 components: - type: Transform pos: -18.5,-97.5 parent: 2 - - uid: 23913 + - uid: 23888 components: - type: Transform pos: -26.5,-97.5 parent: 2 - - uid: 23914 + - uid: 23889 components: - type: Transform pos: -23.5,-94.5 parent: 2 - - uid: 23915 + - uid: 23890 components: - type: Transform pos: -22.5,-94.5 parent: 2 - - uid: 23916 + - uid: 23891 components: - type: Transform pos: -21.5,-94.5 parent: 2 - - uid: 23917 + - uid: 23892 components: - type: Transform pos: -9.5,-101.5 parent: 2 - - uid: 23918 + - uid: 23893 components: - type: Transform pos: -8.5,-101.5 parent: 2 - - uid: 23919 + - uid: 23894 components: - type: Transform pos: -6.5,-101.5 parent: 2 - - uid: 23920 + - uid: 23895 components: - type: Transform pos: -5.5,-101.5 parent: 2 - - uid: 23921 + - uid: 23896 components: - type: Transform pos: -3.5,-97.5 parent: 2 - - uid: 23922 + - uid: 23897 components: - type: Transform pos: -3.5,-98.5 parent: 2 - - uid: 23923 + - uid: 23898 components: - type: Transform rot: 3.141592653589793 rad pos: -44.5,-90.5 parent: 2 - - uid: 23924 + - uid: 23899 components: - type: Transform rot: 3.141592653589793 rad pos: -44.5,-89.5 parent: 2 - - uid: 23925 + - uid: 23900 components: - type: Transform pos: -39.5,-90.5 parent: 2 - - uid: 23926 + - uid: 23901 components: - type: Transform pos: -39.5,-89.5 parent: 2 - - uid: 23927 + - uid: 23902 components: - type: Transform pos: -34.5,-100.5 parent: 2 - - uid: 23928 + - uid: 23903 components: - type: Transform pos: -36.5,-100.5 parent: 2 - - uid: 23929 + - uid: 23904 components: - type: Transform rot: 1.5707963267948966 rad pos: -44.5,-95.5 parent: 2 - - uid: 23930 + - uid: 23905 components: - type: Transform rot: 1.5707963267948966 rad pos: -44.5,-96.5 parent: 2 - - uid: 23931 + - uid: 23906 components: - type: Transform rot: 1.5707963267948966 rad pos: -42.5,-98.5 parent: 2 - - uid: 23932 + - uid: 23907 components: - type: Transform rot: 1.5707963267948966 rad pos: -41.5,-98.5 parent: 2 - - uid: 23933 + - uid: 23908 components: - type: Transform pos: -23.5,-101.5 parent: 2 - - uid: 23934 + - uid: 23909 components: - type: Transform pos: -22.5,-101.5 parent: 2 - - uid: 23935 + - uid: 23910 components: - type: Transform pos: -21.5,-101.5 parent: 2 - - uid: 23936 + - uid: 23911 components: - type: Transform rot: -1.5707963267948966 rad pos: 72.5,-50.5 parent: 2 - - uid: 23937 + - uid: 23912 components: - type: Transform rot: -1.5707963267948966 rad pos: 70.5,-50.5 parent: 2 - - uid: 23938 + - uid: 23913 components: - type: Transform rot: -1.5707963267948966 rad pos: 71.5,-50.5 parent: 2 - - uid: 23939 + - uid: 23914 components: - type: Transform pos: 51.5,-68.5 parent: 2 - - uid: 23940 + - uid: 23915 components: - type: Transform rot: 3.141592653589793 rad pos: 55.5,-68.5 parent: 2 - - uid: 23941 + - uid: 23916 components: - type: Transform rot: 3.141592653589793 rad pos: 56.5,-68.5 parent: 2 - - uid: 23942 + - uid: 23917 components: - type: Transform pos: 61.5,-70.5 parent: 2 - - uid: 23943 + - uid: 23918 components: - type: Transform pos: 62.5,-70.5 parent: 2 - - uid: 23944 + - uid: 23919 components: - type: Transform rot: 3.141592653589793 rad pos: 54.5,-68.5 parent: 2 - - uid: 23945 + - uid: 23920 components: - type: Transform pos: 50.5,-68.5 parent: 2 - - uid: 23946 + - uid: 23921 components: - type: Transform pos: 3.5,-36.5 parent: 2 - - uid: 23947 + - uid: 23922 components: - type: Transform pos: 68.5,-57.5 parent: 2 - - uid: 23948 + - uid: 23923 components: - type: Transform pos: 71.5,-54.5 parent: 2 - - uid: 23949 + - uid: 23924 components: - type: Transform rot: 1.5707963267948966 rad pos: -54.5,-57.5 parent: 2 - - uid: 23950 + - uid: 23925 components: - type: Transform rot: -1.5707963267948966 rad pos: 41.5,-31.5 parent: 2 - - uid: 23951 + - uid: 23926 components: - type: Transform pos: 60.5,-70.5 parent: 2 - - uid: 23952 + - uid: 23927 components: - type: Transform pos: 9.5,-31.5 parent: 2 - - uid: 23953 + - uid: 23928 components: - type: Transform pos: 9.5,-34.5 parent: 2 - - uid: 23954 + - uid: 23929 components: - type: Transform pos: 2.5,-36.5 parent: 2 - - uid: 23955 + - uid: 23930 components: - type: Transform pos: 36.5,18.5 parent: 2 - - uid: 23956 + - uid: 23931 components: - type: Transform pos: 34.5,18.5 parent: 2 - - uid: 23957 + - uid: 23932 components: - type: Transform pos: 52.5,-57.5 parent: 2 - - uid: 23958 + - uid: 23933 components: - type: Transform pos: -60.5,-35.5 parent: 2 - - uid: 23959 + - uid: 23934 components: - type: Transform pos: -52.5,-38.5 parent: 2 - - uid: 23960 + - uid: 23935 components: - type: Transform pos: -47.5,-34.5 parent: 2 - - uid: 23961 + - uid: 23936 components: - type: Transform pos: -47.5,-35.5 parent: 2 - - uid: 23962 + - uid: 23937 components: - type: Transform rot: 3.141592653589793 rad pos: 51.5,-72.5 parent: 2 - - uid: 23963 + - uid: 23938 components: - type: Transform rot: 3.141592653589793 rad pos: 51.5,-71.5 parent: 2 - - uid: 23964 + - uid: 23939 components: - type: Transform rot: 3.141592653589793 rad pos: 24.5,-86.5 parent: 2 - - uid: 23965 + - uid: 23940 components: - type: Transform rot: 3.141592653589793 rad pos: 25.5,-86.5 parent: 2 - - uid: 23966 + - uid: 23941 components: - type: Transform rot: 3.141592653589793 rad pos: 25.5,-75.5 parent: 2 - - uid: 23967 + - uid: 23942 components: - type: Transform rot: 3.141592653589793 rad pos: 28.5,-89.5 parent: 2 - - uid: 23968 + - uid: 23943 components: - type: Transform rot: 1.5707963267948966 rad pos: 32.5,-79.5 parent: 2 - - uid: 23969 + - uid: 23944 components: - type: Transform rot: 1.5707963267948966 rad pos: 34.5,-84.5 parent: 2 - - uid: 23970 + - uid: 23945 components: - type: Transform rot: 1.5707963267948966 rad pos: 34.5,-85.5 parent: 2 - - uid: 23971 + - uid: 23946 components: - type: Transform rot: 3.141592653589793 rad pos: 26.5,-75.5 parent: 2 - - uid: 23972 + - uid: 23947 components: - type: Transform rot: 3.141592653589793 rad pos: 51.5,-73.5 parent: 2 - - uid: 23973 + - uid: 23948 components: - type: Transform rot: 1.5707963267948966 rad pos: 32.5,-78.5 parent: 2 - - uid: 23974 + - uid: 23949 components: - type: Transform rot: 1.5707963267948966 rad pos: 44.5,-87.5 parent: 2 - - uid: 23975 + - uid: 23950 components: - type: Transform rot: -1.5707963267948966 rad pos: -45.5,45.5 parent: 2 - - uid: 23976 + - uid: 23951 components: - type: Transform rot: 1.5707963267948966 rad pos: -8.5,13.5 parent: 2 - - uid: 23977 + - uid: 23952 components: - type: Transform pos: -4.5,20.5 parent: 2 - - uid: 23978 + - uid: 23953 components: - type: Transform pos: -5.5,20.5 parent: 2 - - uid: 23979 + - uid: 23954 components: - type: Transform rot: 3.141592653589793 rad pos: -71.5,-27.5 parent: 2 - - uid: 23980 + - uid: 23955 components: - type: Transform pos: -70.5,-47.5 parent: 2 - - uid: 23981 + - uid: 23956 components: - type: Transform pos: -69.5,-47.5 parent: 2 - - uid: 23982 + - uid: 23957 components: - type: Transform pos: -68.5,-47.5 parent: 2 - - uid: 23983 + - uid: 23958 components: - type: Transform pos: -60.5,-38.5 parent: 2 - - uid: 23984 + - uid: 23959 components: - type: Transform pos: -62.5,-38.5 parent: 2 - - uid: 23985 + - uid: 23960 components: - type: Transform pos: -51.5,-13.5 parent: 2 - - uid: 23986 + - uid: 23961 components: - type: Transform rot: 3.141592653589793 rad pos: -78.5,-45.5 parent: 2 - - uid: 23987 + - uid: 23962 components: - type: Transform rot: 1.5707963267948966 rad pos: -15.5,9.5 parent: 2 - - uid: 23988 + - uid: 23963 components: - type: Transform rot: 1.5707963267948966 rad pos: -14.5,9.5 parent: 2 - - uid: 23989 + - uid: 23964 components: - type: Transform pos: 3.5,-3.5 parent: 2 - - uid: 23990 + - uid: 23965 components: - type: Transform rot: 3.141592653589793 rad pos: 2.5,-3.5 parent: 2 - - uid: 23991 + - uid: 23966 components: - type: Transform rot: 3.141592653589793 rad pos: 1.5,-3.5 parent: 2 - - uid: 23992 + - uid: 23967 components: - type: Transform rot: -1.5707963267948966 rad pos: 23.5,-40.5 parent: 2 - - uid: 23993 + - uid: 23968 components: - type: Transform rot: -1.5707963267948966 rad pos: 27.5,-40.5 parent: 2 - - uid: 23994 + - uid: 23969 components: - type: Transform rot: -1.5707963267948966 rad pos: 24.5,-40.5 parent: 2 - - uid: 23995 + - uid: 23970 components: - type: Transform rot: -1.5707963267948966 rad pos: 54.5,-40.5 parent: 2 - - uid: 23996 + - uid: 23971 components: - type: Transform rot: -1.5707963267948966 rad pos: 54.5,-42.5 parent: 2 - - uid: 23997 + - uid: 23972 components: - type: Transform pos: 10.5,29.5 parent: 2 - - uid: 23998 + - uid: 23973 components: - type: Transform pos: 8.5,27.5 parent: 2 - - uid: 23999 + - uid: 23974 components: - type: Transform pos: 10.5,27.5 parent: 2 - - uid: 24000 + - uid: 23975 components: - type: Transform pos: 9.5,27.5 parent: 2 - - uid: 24001 + - uid: 23976 components: - type: Transform pos: 9.5,29.5 parent: 2 - - uid: 24002 + - uid: 23977 components: - type: Transform pos: -29.5,-63.5 parent: 2 - - uid: 24003 + - uid: 23978 components: - type: Transform rot: 3.141592653589793 rad pos: -23.5,-91.5 parent: 2 - - uid: 24004 + - uid: 23979 components: - type: Transform pos: 78.5,-47.5 parent: 2 - - uid: 24005 + - uid: 23980 components: - type: Transform pos: 78.5,-43.5 parent: 2 - - uid: 24006 + - uid: 23981 components: - type: Transform rot: 1.5707963267948966 rad pos: 43.5,63.5 parent: 2 - - uid: 24007 + - uid: 23982 components: - type: Transform rot: 1.5707963267948966 rad pos: 35.5,63.5 parent: 2 - - uid: 24008 + - uid: 23983 components: - type: Transform rot: 1.5707963267948966 rad pos: 39.5,67.5 parent: 2 - - uid: 24009 + - uid: 23984 components: - type: Transform rot: 1.5707963267948966 rad pos: -6.5,-17.5 parent: 2 - - uid: 24010 + - uid: 23985 components: - type: Transform rot: 1.5707963267948966 rad pos: -6.5,-19.5 parent: 2 - - uid: 24011 + - uid: 23986 components: - type: Transform pos: -27.5,-20.5 parent: 2 - proto: ReinforcedWindowDiagonal entities: - - uid: 24012 + - uid: 23987 components: - type: Transform pos: 12.5,-78.5 parent: 2 - - uid: 24013 + - uid: 23988 components: - type: Transform rot: -1.5707963267948966 rad pos: -1.5,-30.5 parent: 2 - - uid: 24014 + - uid: 23989 components: - type: Transform rot: 1.5707963267948966 rad pos: 49.5,55.5 parent: 2 - - uid: 24015 + - uid: 23990 components: - type: Transform rot: -1.5707963267948966 rad pos: 59.5,59.5 parent: 2 - - uid: 24016 + - uid: 23991 components: - type: Transform pos: 49.5,59.5 parent: 2 - - uid: 24017 + - uid: 23992 components: - type: Transform pos: 52.5,62.5 parent: 2 - - uid: 24018 + - uid: 23993 components: - type: Transform rot: -1.5707963267948966 rad pos: 56.5,62.5 parent: 2 - - uid: 24019 + - uid: 23994 components: - type: Transform rot: 3.141592653589793 rad pos: 59.5,55.5 parent: 2 - - uid: 24020 + - uid: 23995 components: - type: Transform rot: 3.141592653589793 rad pos: -1.5,-36.5 parent: 2 - - uid: 24021 + - uid: 23996 components: - type: Transform rot: 3.141592653589793 rad pos: -18.5,-91.5 parent: 2 - - uid: 24022 + - uid: 23997 components: - type: Transform rot: 1.5707963267948966 rad pos: -27.5,-91.5 parent: 2 - - uid: 24023 + - uid: 23998 components: - type: Transform rot: -1.5707963267948966 rad pos: 78.5,-42.5 parent: 2 - - uid: 24024 + - uid: 23999 components: - type: Transform rot: 3.141592653589793 rad pos: 43.5,62.5 parent: 2 - - uid: 24025 + - uid: 24000 components: - type: Transform pos: 42.5,62.5 parent: 2 - - uid: 24026 + - uid: 24001 components: - type: Transform rot: 3.141592653589793 rad pos: 42.5,61.5 parent: 2 - - uid: 24027 + - uid: 24002 components: - type: Transform pos: 41.5,61.5 parent: 2 - - uid: 24028 + - uid: 24003 components: - type: Transform rot: 3.141592653589793 rad pos: 41.5,60.5 parent: 2 - - uid: 24029 + - uid: 24004 components: - type: Transform pos: 40.5,60.5 parent: 2 - - uid: 24030 + - uid: 24005 components: - type: Transform rot: 3.141592653589793 rad pos: 40.5,59.5 parent: 2 - - uid: 24031 + - uid: 24006 components: - type: Transform rot: 1.5707963267948966 rad pos: 38.5,59.5 parent: 2 - - uid: 24032 + - uid: 24007 components: - type: Transform rot: -1.5707963267948966 rad pos: 38.5,60.5 parent: 2 - - uid: 24033 + - uid: 24008 components: - type: Transform rot: 1.5707963267948966 rad pos: 37.5,60.5 parent: 2 - - uid: 24034 + - uid: 24009 components: - type: Transform rot: -1.5707963267948966 rad pos: 37.5,61.5 parent: 2 - - uid: 24035 + - uid: 24010 components: - type: Transform rot: 1.5707963267948966 rad pos: 36.5,61.5 parent: 2 - - uid: 24036 + - uid: 24011 components: - type: Transform rot: 1.5707963267948966 rad pos: 35.5,62.5 parent: 2 - - uid: 24037 + - uid: 24012 components: - type: Transform rot: -1.5707963267948966 rad pos: 36.5,62.5 parent: 2 - - uid: 24038 + - uid: 24013 components: - type: Transform pos: 35.5,64.5 parent: 2 - - uid: 24039 + - uid: 24014 components: - type: Transform rot: 3.141592653589793 rad pos: 36.5,64.5 parent: 2 - - uid: 24040 + - uid: 24015 components: - type: Transform pos: 36.5,65.5 parent: 2 - - uid: 24041 + - uid: 24016 components: - type: Transform rot: 3.141592653589793 rad pos: 37.5,65.5 parent: 2 - - uid: 24042 + - uid: 24017 components: - type: Transform pos: 37.5,66.5 parent: 2 - - uid: 24043 + - uid: 24018 components: - type: Transform rot: 3.141592653589793 rad pos: 38.5,66.5 parent: 2 - - uid: 24044 + - uid: 24019 components: - type: Transform pos: 38.5,67.5 parent: 2 - - uid: 24045 + - uid: 24020 components: - type: Transform rot: -1.5707963267948966 rad pos: 40.5,67.5 parent: 2 - - uid: 24046 + - uid: 24021 components: - type: Transform rot: 1.5707963267948966 rad pos: 40.5,66.5 parent: 2 - - uid: 24047 + - uid: 24022 components: - type: Transform rot: -1.5707963267948966 rad pos: 41.5,66.5 parent: 2 - - uid: 24048 + - uid: 24023 components: - type: Transform rot: 1.5707963267948966 rad pos: 41.5,65.5 parent: 2 - - uid: 24049 + - uid: 24024 components: - type: Transform rot: -1.5707963267948966 rad pos: 42.5,65.5 parent: 2 - - uid: 24050 + - uid: 24025 components: - type: Transform rot: 1.5707963267948966 rad pos: 42.5,64.5 parent: 2 - - uid: 24051 + - uid: 24026 components: - type: Transform rot: -1.5707963267948966 rad pos: 43.5,64.5 parent: 2 - - uid: 24052 + - uid: 24027 components: - type: Transform rot: 3.141592653589793 rad pos: 78.5,-48.5 parent: 2 - - uid: 24053 + - uid: 24028 components: - type: Transform rot: -1.5707963267948966 rad pos: 18.5,-78.5 parent: 2 - - uid: 24054 + - uid: 24029 components: - type: Transform rot: 1.5707963267948966 rad pos: 12.5,-88.5 parent: 2 - - uid: 24055 + - uid: 24030 components: - type: Transform rot: 3.141592653589793 rad @@ -158976,86 +159135,87 @@ entities: parent: 2 - proto: RemoteSignaller entities: - - uid: 24056 + - uid: 24031 components: - type: Transform pos: 4.3008337,-7.3968306 parent: 2 - type: DeviceLinkSource linkedPorts: - 558: + 555: - Pressed: DoorBolt - 559: + 556: - Pressed: DoorBolt - 629: + 628: - Pressed: DoorBolt - proto: ResearchAndDevelopmentServer entities: - - uid: 24057 + - uid: 24032 components: - type: Transform pos: 55.5,-49.5 parent: 2 - proto: Retractor entities: - - uid: 24058 + - uid: 24033 components: - type: Transform - pos: 0.5210637,-65.43571 + pos: 73.5331,-48.86455 parent: 2 - - uid: 24059 + - uid: 24034 components: - type: Transform - pos: 73.5331,-48.86455 + rot: 1.5707963267948966 rad + pos: -12.402358,-52.399734 parent: 2 - proto: RevolverCapGun entities: - - uid: 24060 + - uid: 24035 components: - type: Transform pos: 48.521713,-29.492037 parent: 2 - - uid: 24061 + - uid: 24036 components: - type: Transform pos: 3.523116,-35.41609 parent: 2 - proto: RiceSeeds entities: - - uid: 24062 + - uid: 24037 components: - type: Transform pos: -32.424732,6.232961 parent: 2 - proto: RockGuitarInstrument entities: - - uid: 24063 + - uid: 24038 components: - type: Transform pos: -10.563177,-6.285685 parent: 2 - proto: RollerBed entities: - - uid: 24064 + - uid: 24039 components: - type: Transform pos: -29.534147,-77.30682 parent: 2 - - uid: 24065 + - uid: 24040 components: - type: Transform pos: -29.534147,-79.2912 parent: 2 - proto: SalvageHumanCorpseSpawner entities: - - uid: 24066 + - uid: 24041 components: - type: Transform pos: -7.5,-97.5 parent: 2 - proto: SalvageMagnet entities: - - uid: 24067 + - uid: 24042 components: - type: Transform rot: -1.5707963267948966 rad @@ -159063,82 +159223,123 @@ entities: parent: 2 - proto: Saw entities: - - uid: 24068 + - uid: 24043 components: - type: Transform - pos: 0.4741887,-64.29508 + pos: 73.565475,-49.416637 parent: 2 - - uid: 24069 + - uid: 24044 components: - type: Transform - pos: 73.565475,-49.416637 + rot: 1.5707963267948966 rad + pos: -14.074233,-52.462234 parent: 2 - proto: SawElectric entities: - - uid: 24070 + - uid: 24045 components: - type: Transform - pos: 0.5054387,-66.18094 + rot: 1.5707963267948966 rad + pos: -14.527358,-52.430984 parent: 2 - proto: Scalpel entities: - - uid: 24071 + - uid: 24046 components: - type: Transform pos: 69.49932,-48.836205 parent: 2 - - uid: 24072 + - uid: 24047 components: - type: Transform - pos: 0.4585637,-63.810703 + rot: 1.5707963267948966 rad + pos: -13.105483,-52.47786 parent: 2 - proto: ScalpelShiv entities: - - uid: 24073 + - uid: 24048 components: - type: Transform rot: -1.5707963267948966 rad pos: -7.55561,-100.43354 parent: 2 - - uid: 24074 + - uid: 24049 components: - type: Transform pos: 54.135303,18.76531 parent: 2 +- proto: Screen + entities: + - uid: 24050 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,-40.5 + parent: 2 + - uid: 24051 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-24.5 + parent: 2 + - uid: 24052 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,9.5 + parent: 2 + - uid: 24053 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 58.5,-9.5 + parent: 2 + - uid: 24054 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,3.5 + parent: 2 + - uid: 24055 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,-40.5 + parent: 2 - proto: Screwdriver entities: - - uid: 24075 + - uid: 24056 components: - type: Transform pos: 43.519844,-49.259262 parent: 2 - - uid: 24076 + - uid: 24057 components: - type: Transform pos: -25.458826,-24.443584 parent: 2 - - uid: 24077 + - uid: 24058 components: - type: Transform pos: -9.599733,-10.450774 parent: 2 - - uid: 24078 + - uid: 24059 components: - type: Transform pos: -62.449627,-28.095568 parent: 2 - - uid: 24079 + - uid: 24060 components: - type: Transform pos: -38.450848,-27.350416 parent: 2 - - uid: 24080 + - uid: 24061 components: - type: Transform rot: 12.566370614359172 rad pos: 72.048706,-43.392498 parent: 2 - - uid: 24081 + - uid: 24062 components: - type: Transform rot: 3.141592653589793 rad @@ -159146,7 +159347,7 @@ entities: parent: 2 - proto: SecurityTechFab entities: - - uid: 24082 + - uid: 24063 components: - type: Transform pos: 20.5,22.5 @@ -159158,49 +159359,49 @@ entities: - Steel - proto: SeedExtractor entities: - - uid: 24083 + - uid: 24064 components: - type: Transform pos: -9.5,12.5 parent: 2 - - uid: 24084 + - uid: 24065 components: - type: Transform pos: 57.5,8.5 parent: 2 - proto: ShardGlass entities: - - uid: 24085 + - uid: 24066 components: - type: Transform pos: -54.711452,-83.287796 parent: 2 - proto: ShardGlassReinforced entities: - - uid: 24086 + - uid: 24067 components: - type: Transform rot: 1.5707963267948966 rad pos: -54.638016,-82.45104 parent: 2 - - uid: 24087 + - uid: 24068 components: - type: Transform rot: 3.141592653589793 rad pos: 2.3392181,49.47093 parent: 2 - - uid: 24088 + - uid: 24069 components: - type: Transform rot: 3.141592653589793 rad pos: 1.651718,49.767803 parent: 2 - - uid: 24089 + - uid: 24070 components: - type: Transform pos: 3.3860931,48.767803 parent: 2 - - uid: 24090 + - uid: 24071 components: - type: Transform rot: -1.5707963267948966 rad @@ -159208,31 +159409,31 @@ entities: parent: 2 - proto: SheetGlass entities: - - uid: 24091 + - uid: 24072 components: - type: Transform pos: 38.525932,-39.04589 parent: 2 - type: Stack count: 28 - - uid: 24092 + - uid: 24073 components: - type: Transform pos: -42.541218,-17.668886 parent: 2 - - uid: 24093 + - uid: 24074 components: - type: Transform pos: -55.463116,-25.47082 parent: 2 - - uid: 24094 + - uid: 24075 components: - type: Transform pos: -24.799974,-52.361668 parent: 2 - proto: SheetGlass1 entities: - - uid: 24095 + - uid: 24076 components: - type: Transform rot: 12.566370614359172 rad @@ -159242,209 +159443,219 @@ entities: count: 10 - proto: SheetPaper1 entities: - - uid: 24096 + - uid: 24077 components: - type: Transform pos: -4.555317,-48.4215 parent: 2 - proto: SheetPlasma entities: - - uid: 24097 + - uid: 24078 components: - type: Transform pos: 62.516293,-33.369144 parent: 2 - proto: SheetPlasma1 entities: - - uid: 24098 + - uid: 24079 + components: + - type: Transform + pos: 4.414551,-50.403652 + parent: 2 + - uid: 24080 + components: + - type: Transform + pos: 4.414551,-50.403652 + parent: 2 + - uid: 24081 components: - type: Transform pos: 39.28695,-35.266556 parent: 2 - - uid: 24099 + - uid: 24082 components: - type: Transform pos: 39.583824,-35.40718 parent: 2 - proto: SheetPlasteel entities: - - uid: 24100 + - uid: 24083 components: - type: Transform pos: -42.49803,-16.612768 parent: 2 - - uid: 24101 + - uid: 24084 components: - type: Transform pos: -43.304523,25.592714 parent: 2 - proto: SheetPlastic entities: - - uid: 24102 + - uid: 24085 components: - type: Transform pos: 38.479057,-36.60921 parent: 2 - - uid: 24103 + - uid: 24086 components: - type: Transform pos: -42.44606,-18.09971 parent: 2 - proto: SheetRGlass entities: - - uid: 24104 + - uid: 24087 components: - type: Transform pos: -42.558216,-17.530426 parent: 2 - proto: SheetSteel entities: - - uid: 24105 + - uid: 24088 components: - type: Transform rot: 3.141592653589793 rad pos: -37.461926,-7.6284776 parent: 2 - - uid: 24106 + - uid: 24089 components: - type: Transform pos: 38.51507,-38.238213 parent: 2 - - uid: 24107 + - uid: 24090 components: - type: Transform pos: 38.494682,-37.42171 parent: 2 - - uid: 24108 + - uid: 24091 components: - type: Transform pos: -27.53877,-10.535285 parent: 2 - - uid: 24109 + - uid: 24092 components: - type: Transform pos: -39.513657,-16.565893 parent: 2 - - uid: 24110 + - uid: 24093 components: - type: Transform pos: -39.544514,-17.164497 parent: 2 - - uid: 24111 + - uid: 24094 components: - type: Transform pos: 58.50727,52.410095 parent: 2 - - uid: 24112 + - uid: 24095 components: - type: Transform pos: 77.369896,-46.771843 parent: 2 - - uid: 24113 + - uid: 24096 components: - type: Transform pos: -42.505978,14.552313 parent: 2 - - uid: 24114 + - uid: 24097 components: - type: Transform pos: -72.541214,-39.47832 parent: 2 - - uid: 24115 + - uid: 24098 components: - type: Transform pos: -35.44409,-49.59786 parent: 2 - proto: ShipBattlemap entities: - - uid: 24116 + - uid: 24099 components: - type: Transform pos: 12.360678,-6.028252 parent: 2 - proto: Shovel entities: - - uid: 24117 + - uid: 24100 components: - type: Transform pos: -52.711685,-67.34979 parent: 2 - - uid: 24118 + - uid: 24101 components: - type: Transform pos: -40.5417,35.280518 parent: 2 - - uid: 24119 + - uid: 24102 components: - type: Transform pos: -40.51045,34.905518 parent: 2 - - uid: 24120 + - uid: 24103 components: - type: Transform pos: -48.500484,26.545332 parent: 2 - - uid: 24121 + - uid: 24104 components: - type: Transform pos: -9.892679,54.810154 parent: 2 - - uid: 24122 + - uid: 24105 components: - type: Transform pos: -29.67779,6.233946 parent: 2 - proto: ShowcaseRobot entities: - - uid: 24123 + - uid: 24106 components: - type: Transform pos: 62.5,-45.5 parent: 2 - - uid: 24124 + - uid: 24107 components: - type: Transform pos: -0.5,63.5 parent: 2 - - uid: 24125 + - uid: 24108 components: - type: Transform pos: -2.5,63.5 parent: 2 - proto: ShowcaseRobotAntique entities: - - uid: 24126 + - uid: 24109 components: - type: Transform pos: 61.5,-46.5 parent: 2 - proto: ShowcaseRobotMarauder entities: - - uid: 24127 + - uid: 24110 components: - type: Transform pos: 63.5,-46.5 parent: 2 - proto: ShowcaseRobotWhite entities: - - uid: 24128 + - uid: 24111 components: - type: Transform pos: 62.5,-47.5 parent: 2 - proto: ShuttersNormal entities: - - uid: 24129 + - uid: 24112 components: - type: Transform pos: -9.5,-24.5 parent: 2 - - uid: 24130 + - uid: 24113 components: - type: Transform pos: -8.5,-24.5 parent: 2 - - uid: 24131 + - uid: 24114 components: - type: Transform rot: -1.5707963267948966 rad @@ -159452,8 +159663,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24291 - - uid: 24132 + - 24273 + - uid: 24115 components: - type: Transform rot: -1.5707963267948966 rad @@ -159461,10 +159672,19 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24291 + - 24273 - proto: ShuttersNormalOpen entities: - - uid: 24133 + - uid: 24116 + components: + - type: Transform + pos: 3.5,-54.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + links: + - 24269 + - uid: 24117 components: - type: Transform pos: -4.5,20.5 @@ -159472,8 +159692,8 @@ entities: - type: DeviceLinkSink invokeCounter: 4 links: - - 24339 - - uid: 24134 + - 24320 + - uid: 24118 components: - type: Transform pos: -5.5,20.5 @@ -159481,8 +159701,8 @@ entities: - type: DeviceLinkSink invokeCounter: 4 links: - - 24339 - - uid: 24135 + - 24320 + - uid: 24119 components: - type: Transform rot: -1.5707963267948966 rad @@ -159490,38 +159710,38 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24288 - - uid: 24136 + - 24271 + - uid: 24120 components: - type: Transform rot: -1.5707963267948966 rad pos: 15.5,9.5 parent: 2 - - uid: 24137 + - uid: 24121 components: - type: Transform pos: -32.5,32.5 parent: 2 - type: DeviceLinkSink links: - - 24319 - - uid: 24138 + - 24301 + - uid: 24122 components: - type: Transform pos: 37.5,-0.5 parent: 2 - type: DeviceLinkSink links: - - 24290 - - uid: 24139 + - 24272 + - uid: 24123 components: - type: Transform pos: -8.5,4.5 parent: 2 - type: DeviceLinkSink links: - - 24335 - - uid: 24140 + - 24316 + - uid: 24124 components: - type: Transform rot: -1.5707963267948966 rad @@ -159529,8 +159749,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24288 - - uid: 24141 + - 24271 + - uid: 24125 components: - type: Transform rot: -1.5707963267948966 rad @@ -159538,32 +159758,32 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24288 - - uid: 24142 + - 24271 + - uid: 24126 components: - type: Transform pos: 18.5,15.5 parent: 2 - type: DeviceLinkSink links: - - 24288 - - uid: 24143 + - 24271 + - uid: 24127 components: - type: Transform pos: 17.5,15.5 parent: 2 - type: DeviceLinkSink links: - - 24288 - - uid: 24144 + - 24271 + - uid: 24128 components: - type: Transform pos: -6.5,4.5 parent: 2 - type: DeviceLinkSink links: - - 24335 - - uid: 24145 + - 24316 + - uid: 24129 components: - type: Transform rot: 1.5707963267948966 rad @@ -159571,8 +159791,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24287 - - uid: 24146 + - 24270 + - uid: 24130 components: - type: Transform rot: -1.5707963267948966 rad @@ -159580,8 +159800,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24329 - - uid: 24147 + - 24311 + - uid: 24131 components: - type: Transform rot: -1.5707963267948966 rad @@ -159589,16 +159809,16 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24288 - - uid: 24148 + - 24271 + - uid: 24132 components: - type: Transform pos: 61.5,-56.5 parent: 2 - type: DeviceLinkSink links: - - 24330 - - uid: 24149 + - 24312 + - uid: 24133 components: - type: Transform rot: -1.5707963267948966 rad @@ -159606,72 +159826,72 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24288 - - uid: 24150 + - 24271 + - uid: 24134 components: - type: Transform pos: 45.5,9.5 parent: 2 - type: DeviceLinkSink links: - - 24287 - - uid: 24151 + - 24270 + - uid: 24135 components: - type: Transform pos: 43.5,7.5 parent: 2 - type: DeviceLinkSink links: - - 24287 - - uid: 24152 + - 24270 + - uid: 24136 components: - type: Transform pos: 62.5,-56.5 parent: 2 - type: DeviceLinkSink links: - - 24330 - - uid: 24153 + - 24312 + - uid: 24137 components: - type: Transform pos: 63.5,-56.5 parent: 2 - type: DeviceLinkSink links: - - 24330 - - uid: 24154 + - 24312 + - uid: 24138 components: - type: Transform pos: -30.5,27.5 parent: 2 - type: DeviceLinkSink links: - - 24319 - - uid: 24155 + - 24301 + - uid: 24139 components: - type: Transform pos: 29.5,9.5 parent: 2 - type: DeviceLinkSink links: - - 24329 - - uid: 24156 + - 24311 + - uid: 24140 components: - type: Transform pos: 34.5,9.5 parent: 2 - type: DeviceLinkSink links: - - 24329 - - uid: 24157 + - 24311 + - uid: 24141 components: - type: Transform pos: -31.5,27.5 parent: 2 - type: DeviceLinkSink links: - - 24319 - - uid: 24158 + - 24301 + - uid: 24142 components: - type: Transform rot: -1.5707963267948966 rad @@ -159679,104 +159899,104 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24329 - - uid: 24159 + - 24311 + - uid: 24143 components: - type: Transform pos: -33.5,27.5 parent: 2 - type: DeviceLinkSink links: - - 24319 - - uid: 24160 + - 24301 + - uid: 24144 components: - type: Transform pos: -49.5,13.5 parent: 2 - type: DeviceLinkSink links: - - 24305 - - uid: 24161 + - 24287 + - uid: 24145 components: - type: Transform pos: -48.5,13.5 parent: 2 - type: DeviceLinkSink links: - - 24305 - - uid: 24162 + - 24287 + - uid: 24146 components: - type: Transform pos: -31.5,32.5 parent: 2 - type: DeviceLinkSink links: - - 24319 - - uid: 24163 + - 24301 + - uid: 24147 components: - type: Transform pos: 32.5,9.5 parent: 2 - type: DeviceLinkSink links: - - 24329 - - uid: 24164 + - 24311 + - uid: 24148 components: - type: Transform pos: 39.5,-0.5 parent: 2 - type: DeviceLinkSink links: - - 24290 - - uid: 24165 + - 24272 + - uid: 24149 components: - type: Transform pos: -33.5,32.5 parent: 2 - type: DeviceLinkSink links: - - 24319 - - uid: 24166 + - 24301 + - uid: 24150 components: - type: Transform pos: -46.5,13.5 parent: 2 - type: DeviceLinkSink links: - - 24305 - - uid: 24167 + - 24287 + - uid: 24151 components: - type: Transform pos: -47.5,13.5 parent: 2 - type: DeviceLinkSink links: - - 24305 - - uid: 24168 + - 24287 + - uid: 24152 components: - type: Transform pos: 43.5,5.5 parent: 2 - type: DeviceLinkSink links: - - 24287 - - uid: 24169 + - 24270 + - uid: 24153 components: - type: Transform pos: 59.5,-54.5 parent: 2 - type: DeviceLinkSink links: - - 24330 - - uid: 24170 + - 24312 + - uid: 24154 components: - type: Transform pos: 65.5,-54.5 parent: 2 - type: DeviceLinkSink links: - - 24330 - - uid: 24171 + - 24312 + - uid: 24155 components: - type: Transform rot: 1.5707963267948966 rad @@ -159784,8 +160004,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24330 - - uid: 24172 + - 24312 + - uid: 24156 components: - type: Transform rot: 1.5707963267948966 rad @@ -159793,8 +160013,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24330 - - uid: 24173 + - 24312 + - uid: 24157 components: - type: Transform rot: -1.5707963267948966 rad @@ -159802,8 +160022,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24330 - - uid: 24174 + - 24312 + - uid: 24158 components: - type: Transform rot: -1.5707963267948966 rad @@ -159811,45 +160031,47 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24330 - - uid: 24175 + - 24312 + - uid: 24159 components: - type: Transform pos: 61.5,-50.5 parent: 2 - type: DeviceLinkSink links: - - 24330 - - uid: 24176 + - 24312 + - uid: 24160 components: - type: Transform pos: 63.5,-50.5 parent: 2 - type: DeviceLinkSink links: - - 24330 - - uid: 24177 + - 24312 + - uid: 24161 components: - type: Transform pos: -20.5,-58.5 parent: 2 - type: DeviceLinkSink + invokeCounter: 1 links: - - 24331 - - uid: 24178 + - 24341 + - uid: 24162 components: - type: Transform pos: -18.5,-58.5 parent: 2 - type: DeviceLinkSink + invokeCounter: 1 links: - - 24331 - - uid: 24179 + - 24341 + - uid: 24163 components: - type: Transform pos: -37.5,-14.5 parent: 2 - - uid: 24180 + - uid: 24164 components: - type: Transform rot: -1.5707963267948966 rad @@ -159857,8 +160079,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24285 - - uid: 24181 + - 24268 + - uid: 24165 components: - type: Transform rot: -1.5707963267948966 rad @@ -159866,8 +160088,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24285 - - uid: 24182 + - 24268 + - uid: 24166 components: - type: Transform rot: -1.5707963267948966 rad @@ -159875,8 +160097,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24333 - - uid: 24183 + - 24314 + - uid: 24167 components: - type: Transform rot: -1.5707963267948966 rad @@ -159884,8 +160106,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24333 - - uid: 24184 + - 24314 + - uid: 24168 components: - type: Transform rot: -1.5707963267948966 rad @@ -159893,48 +160115,48 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24333 - - uid: 24185 + - 24314 + - uid: 24169 components: - type: Transform pos: 2.5,4.5 parent: 2 - type: DeviceLinkSink links: - - 24333 - - uid: 24186 + - 24314 + - uid: 24170 components: - type: Transform pos: 1.5,4.5 parent: 2 - type: DeviceLinkSink links: - - 24333 - - uid: 24187 + - 24314 + - uid: 24171 components: - type: Transform pos: 0.5,4.5 parent: 2 - type: DeviceLinkSink links: - - 24333 - - uid: 24188 + - 24314 + - uid: 24172 components: - type: Transform pos: 5.5,11.5 parent: 2 - type: DeviceLinkSink links: - - 24333 - - uid: 24189 + - 24314 + - uid: 24173 components: - type: Transform pos: 4.5,11.5 parent: 2 - type: DeviceLinkSink links: - - 24333 - - uid: 24190 + - 24314 + - uid: 24174 components: - type: Transform rot: -1.5707963267948966 rad @@ -159942,40 +160164,40 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24286 - - uid: 24191 + - 24269 + - uid: 24175 components: - type: Transform pos: 34.5,18.5 parent: 2 - type: DeviceLinkSink links: - - 24334 - - uid: 24192 + - 24315 + - uid: 24176 components: - type: Transform pos: 35.5,18.5 parent: 2 - type: DeviceLinkSink links: - - 24334 - - uid: 24193 + - 24315 + - uid: 24177 components: - type: Transform pos: 36.5,18.5 parent: 2 - type: DeviceLinkSink links: - - 24334 - - uid: 24194 + - 24315 + - uid: 24178 components: - type: Transform pos: -7.5,4.5 parent: 2 - type: DeviceLinkSink links: - - 24335 - - uid: 24195 + - 24316 + - uid: 24179 components: - type: Transform rot: 1.5707963267948966 rad @@ -159983,16 +160205,16 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24287 - - uid: 24196 + - 24270 + - uid: 24180 components: - type: Transform pos: 46.5,9.5 parent: 2 - type: DeviceLinkSink links: - - 24287 - - uid: 24197 + - 24270 + - uid: 24181 components: - type: Transform rot: 1.5707963267948966 rad @@ -160000,8 +160222,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24290 - - uid: 24198 + - 24272 + - uid: 24182 components: - type: Transform rot: 1.5707963267948966 rad @@ -160009,8 +160231,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24290 - - uid: 24199 + - 24272 + - uid: 24183 components: - type: Transform rot: 1.5707963267948966 rad @@ -160018,8 +160240,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24290 - - uid: 24200 + - 24272 + - uid: 24184 components: - type: Transform rot: 1.5707963267948966 rad @@ -160027,40 +160249,40 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24290 - - uid: 24201 + - 24272 + - uid: 24185 components: - type: Transform pos: 41.5,-0.5 parent: 2 - type: DeviceLinkSink links: - - 24336 - - uid: 24202 + - 24317 + - uid: 24186 components: - type: Transform pos: 42.5,-0.5 parent: 2 - type: DeviceLinkSink links: - - 24336 - - uid: 24203 + - 24317 + - uid: 24187 components: - type: Transform pos: 43.5,-0.5 parent: 2 - type: DeviceLinkSink links: - - 24336 - - uid: 24204 + - 24317 + - uid: 24188 components: - type: Transform pos: 46.5,3.5 parent: 2 - type: DeviceLinkSink links: - - 24287 - - uid: 24205 + - 24270 + - uid: 24189 components: - type: Transform rot: -1.5707963267948966 rad @@ -160068,8 +160290,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24286 - - uid: 24206 + - 24269 + - uid: 24190 components: - type: Transform rot: -1.5707963267948966 rad @@ -160077,136 +160299,128 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24286 - - uid: 24207 + - 24269 + - uid: 24191 components: - type: Transform pos: 3.5,-44.5 parent: 2 - type: DeviceLinkSink links: - - 24286 - - uid: 24208 + - 24269 + - uid: 24192 components: - type: Transform pos: 4.5,-44.5 parent: 2 - type: DeviceLinkSink links: - - 24286 - - uid: 24209 + - 24269 + - uid: 24193 components: - type: Transform pos: 5.5,-44.5 parent: 2 - type: DeviceLinkSink links: - - 24286 - - uid: 24210 - components: - - type: Transform - pos: 3.5,-51.5 - parent: 2 - - type: DeviceLinkSink - links: - - 24286 - - uid: 24211 + - 24269 + - uid: 24194 components: - type: Transform pos: 23.5,5.5 parent: 2 - type: DeviceLinkSink links: - - 24337 - - uid: 24212 + - 24318 + - uid: 24195 components: - type: Transform pos: 22.5,5.5 parent: 2 - type: DeviceLinkSink links: - - 24337 - - uid: 24213 + - 24318 + - uid: 24196 components: - type: Transform pos: 21.5,5.5 parent: 2 - type: DeviceLinkSink links: - - 24337 - - uid: 24214 + - 24318 + - uid: 24197 components: - type: Transform pos: 25.5,5.5 parent: 2 - type: DeviceLinkSink links: - - 24337 - - uid: 24215 + - 24318 + - uid: 24198 components: - type: Transform pos: 26.5,5.5 parent: 2 - type: DeviceLinkSink links: - - 24337 - - uid: 24216 + - 24318 + - uid: 24199 components: - type: Transform pos: 27.5,5.5 parent: 2 - type: DeviceLinkSink links: - - 24337 - - uid: 24217 + - 24318 + - uid: 24200 components: - type: Transform pos: 27.5,-3.5 parent: 2 - type: DeviceLinkSink links: - - 24337 - - uid: 24218 + - 24318 + - uid: 24201 components: - type: Transform pos: 26.5,-3.5 parent: 2 - type: DeviceLinkSink links: - - 24337 - - uid: 24219 + - 24318 + - uid: 24202 components: - type: Transform pos: 25.5,-3.5 parent: 2 - type: DeviceLinkSink links: - - 24337 - - uid: 24220 + - 24318 + - uid: 24203 components: - type: Transform pos: 23.5,-3.5 parent: 2 - type: DeviceLinkSink links: - - 24337 - - uid: 24221 + - 24318 + - uid: 24204 components: - type: Transform pos: 22.5,-3.5 parent: 2 - type: DeviceLinkSink links: - - 24337 - - uid: 24222 + - 24318 + - uid: 24205 components: - type: Transform pos: 21.5,-3.5 parent: 2 - type: DeviceLinkSink links: - - 24337 - - uid: 24223 + - 24318 + - uid: 24206 components: - type: Transform rot: 1.5707963267948966 rad @@ -160214,8 +160428,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24337 - - uid: 24224 + - 24318 + - uid: 24207 components: - type: Transform rot: 1.5707963267948966 rad @@ -160223,8 +160437,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24337 - - uid: 24225 + - 24318 + - uid: 24208 components: - type: Transform rot: 1.5707963267948966 rad @@ -160232,8 +160446,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24337 - - uid: 24226 + - 24318 + - uid: 24209 components: - type: Transform rot: 1.5707963267948966 rad @@ -160241,8 +160455,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24337 - - uid: 24227 + - 24318 + - uid: 24210 components: - type: Transform rot: 1.5707963267948966 rad @@ -160250,8 +160464,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24337 - - uid: 24228 + - 24318 + - uid: 24211 components: - type: Transform rot: 1.5707963267948966 rad @@ -160259,128 +160473,128 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24337 - - uid: 24229 + - 24318 + - uid: 24212 components: - type: Transform pos: 22.5,-20.5 parent: 2 - type: DeviceLinkSink links: - - 24338 - - uid: 24230 + - 24319 + - uid: 24213 components: - type: Transform pos: 23.5,-20.5 parent: 2 - type: DeviceLinkSink links: - - 24338 - - uid: 24231 + - 24319 + - uid: 24214 components: - type: Transform pos: 24.5,-20.5 parent: 2 - type: DeviceLinkSink links: - - 24338 - - uid: 24232 + - 24319 + - uid: 24215 components: - type: Transform pos: 25.5,-20.5 parent: 2 - type: DeviceLinkSink links: - - 24338 - - uid: 24233 + - 24319 + - uid: 24216 components: - type: Transform pos: 26.5,-20.5 parent: 2 - type: DeviceLinkSink links: - - 24338 - - uid: 24234 + - 24319 + - uid: 24217 components: - type: Transform pos: 27.5,-20.5 parent: 2 - type: DeviceLinkSink links: - - 24338 - - uid: 24235 + - 24319 + - uid: 24218 components: - type: Transform pos: 28.5,-20.5 parent: 2 - type: DeviceLinkSink links: - - 24338 - - uid: 24236 + - 24319 + - uid: 24219 components: - type: Transform pos: 4.5,-3.5 parent: 2 - type: DeviceLinkSink links: - - 24355 - - uid: 24237 + - 24336 + - uid: 24220 components: - type: Transform pos: 1.5,-3.5 parent: 2 - type: DeviceLinkSink links: - - 24355 - - uid: 24238 + - 24336 + - uid: 24221 components: - type: Transform pos: 3.5,-3.5 parent: 2 - type: DeviceLinkSink links: - - 24355 - - uid: 24239 + - 24336 + - uid: 24222 components: - type: Transform pos: 2.5,-3.5 parent: 2 - type: DeviceLinkSink links: - - 24355 - - uid: 24240 + - 24336 + - uid: 24223 components: - type: Transform pos: 23.5,-40.5 parent: 2 - type: DeviceLinkSink links: - - 24357 - - uid: 24241 + - 24338 + - uid: 24224 components: - type: Transform pos: 24.5,-40.5 parent: 2 - type: DeviceLinkSink links: - - 24357 - - uid: 24242 + - 24338 + - uid: 24225 components: - type: Transform pos: 26.5,-40.5 parent: 2 - type: DeviceLinkSink links: - - 24357 - - uid: 24243 + - 24338 + - uid: 24226 components: - type: Transform pos: 27.5,-40.5 parent: 2 - type: DeviceLinkSink links: - - 24357 - - uid: 24244 + - 24338 + - uid: 24227 components: - type: Transform rot: -1.5707963267948966 rad @@ -160388,8 +160602,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24357 - - uid: 24245 + - 24338 + - uid: 24228 components: - type: Transform rot: -1.5707963267948966 rad @@ -160397,8 +160611,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24357 - - uid: 24246 + - 24338 + - uid: 24229 components: - type: Transform rot: -1.5707963267948966 rad @@ -160406,8 +160620,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24357 - - uid: 24247 + - 24338 + - uid: 24230 components: - type: Transform rot: -1.5707963267948966 rad @@ -160415,8 +160629,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24356 - - uid: 24248 + - 24337 + - uid: 24231 components: - type: Transform rot: -1.5707963267948966 rad @@ -160424,8 +160638,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24356 - - uid: 24249 + - 24337 + - uid: 24232 components: - type: Transform rot: -1.5707963267948966 rad @@ -160433,8 +160647,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24356 - - uid: 24250 + - 24337 + - uid: 24233 components: - type: Transform rot: -1.5707963267948966 rad @@ -160442,8 +160656,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24356 - - uid: 24251 + - 24337 + - uid: 24234 components: - type: Transform rot: -1.5707963267948966 rad @@ -160451,8 +160665,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24345 - - uid: 24252 + - 24327 + - uid: 24235 components: - type: Transform rot: -1.5707963267948966 rad @@ -160460,8 +160674,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24345 - - uid: 24253 + - 24327 + - uid: 24236 components: - type: Transform rot: -1.5707963267948966 rad @@ -160469,8 +160683,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24345 - - uid: 24254 + - 24327 + - uid: 24237 components: - type: Transform rot: -1.5707963267948966 rad @@ -160478,8 +160692,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24345 - - uid: 24255 + - 24327 + - uid: 24238 components: - type: Transform rot: -1.5707963267948966 rad @@ -160487,8 +160701,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24358 - - uid: 24256 + - 24339 + - uid: 24239 components: - type: Transform rot: -1.5707963267948966 rad @@ -160496,82 +160710,82 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 24358 + - 24339 - proto: ShuttleConsoleCircuitboard entities: - - uid: 24257 + - uid: 24240 components: - type: Transform pos: 8.934531,42.902378 parent: 2 - proto: ShuttleWindow entities: - - uid: 24258 + - uid: 24241 components: - type: Transform rot: -1.5707963267948966 rad pos: -72.5,-57.5 parent: 2 - - uid: 24259 + - uid: 24242 components: - type: Transform rot: 1.5707963267948966 rad pos: -77.5,-51.5 parent: 2 - - uid: 24260 + - uid: 24243 components: - type: Transform rot: 3.141592653589793 rad pos: -80.5,-53.5 parent: 2 - - uid: 24261 + - uid: 24244 components: - type: Transform rot: 1.5707963267948966 rad pos: -77.5,-56.5 parent: 2 - - uid: 24262 + - uid: 24245 components: - type: Transform rot: 1.5707963267948966 rad pos: -80.5,-54.5 parent: 2 - - uid: 24263 + - uid: 24246 components: - type: Transform pos: -72.5,-50.5 parent: 2 - - uid: 24264 + - uid: 24247 components: - type: Transform rot: 3.141592653589793 rad pos: -78.5,-51.5 parent: 2 - - uid: 24265 + - uid: 24248 components: - type: Transform rot: 1.5707963267948966 rad pos: -78.5,-56.5 parent: 2 - - uid: 24266 + - uid: 24249 components: - type: Transform rot: 1.5707963267948966 rad pos: -64.5,-55.5 parent: 2 - - uid: 24267 + - uid: 24250 components: - type: Transform rot: 1.5707963267948966 rad pos: -64.5,-54.5 parent: 2 - - uid: 24268 + - uid: 24251 components: - type: Transform rot: 1.5707963267948966 rad pos: -64.5,-53.5 parent: 2 - - uid: 24269 + - uid: 24252 components: - type: Transform rot: 1.5707963267948966 rad @@ -160579,35 +160793,35 @@ entities: parent: 2 - proto: ShuttleWindowDiagonal entities: - - uid: 24270 + - uid: 24253 components: - type: Transform rot: 1.5707963267948966 rad pos: -79.5,-56.5 parent: 2 - - uid: 24271 + - uid: 24254 components: - type: Transform rot: 1.5707963267948966 rad pos: -80.5,-55.5 parent: 2 - - uid: 24272 + - uid: 24255 components: - type: Transform rot: 3.141592653589793 rad pos: -79.5,-52.5 parent: 2 - - uid: 24273 + - uid: 24256 components: - type: Transform pos: -80.5,-52.5 parent: 2 - - uid: 24274 + - uid: 24257 components: - type: Transform pos: -79.5,-51.5 parent: 2 - - uid: 24275 + - uid: 24258 components: - type: Transform rot: -1.5707963267948966 rad @@ -160615,14 +160829,14 @@ entities: parent: 2 - proto: SignAi entities: - - uid: 24276 + - uid: 24259 components: - type: Transform pos: -3.5,60.5 parent: 2 - proto: SignalButtonDirectional entities: - - uid: 24277 + - uid: 24260 components: - type: Transform rot: -1.5707963267948966 rad @@ -160630,9 +160844,9 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 112: + 116: - Pressed: DoorBolt - - uid: 24278 + - uid: 24261 components: - type: Transform rot: 1.5707963267948966 rad @@ -160640,9 +160854,9 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 113: + 117: - Pressed: DoorBolt - - uid: 24279 + - uid: 24262 components: - type: Transform rot: 1.5707963267948966 rad @@ -160650,18 +160864,18 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 111: + 115: - Pressed: DoorBolt - - uid: 24280 + - uid: 24263 components: - type: Transform pos: -22.5,40.5 parent: 2 - type: DeviceLinkSource linkedPorts: - 798: + 795: - Pressed: DoorBolt - - uid: 24281 + - uid: 24264 components: - type: Transform rot: 3.141592653589793 rad @@ -160669,9 +160883,9 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 114: + 118: - Pressed: DoorBolt - - uid: 24282 + - uid: 24265 components: - type: Transform rot: -1.5707963267948966 rad @@ -160679,11 +160893,11 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 115: + 119: - Pressed: DoorBolt - 677: + 674: - Pressed: DoorBolt - - uid: 24283 + - uid: 24266 components: - type: Transform rot: -1.5707963267948966 rad @@ -160691,9 +160905,9 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 797: + 794: - Pressed: DoorBolt - - uid: 24284 + - uid: 24267 components: - type: MetaData name: door switch @@ -160703,9 +160917,9 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 116: + 120: - Pressed: DoorBolt - - uid: 24285 + - uid: 24268 components: - type: Transform rot: -1.5707963267948966 rad @@ -160713,13 +160927,13 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 24181: + 24165: - Pressed: Toggle - 24180: + 24164: - Pressed: Toggle - proto: SignalSwitch entities: - - uid: 24286 + - uid: 24269 components: - type: MetaData name: shutters switch @@ -160731,28 +160945,29 @@ entities: state: True - type: DeviceLinkSource linkedPorts: - 24210: + 24190: - On: Open - Off: Close - 24206: + 24189: - On: Open - Off: Close - 24205: + 24174: - On: Open - Off: Close - 24190: + 24191: - On: Open - Off: Close - 24207: + 24192: - On: Open - Off: Close - 24208: + 24193: - On: Open - Off: Close - 24209: + 24116: - On: Open - Off: Close - - uid: 24287 + - Status: Toggle + - uid: 24270 components: - type: Transform rot: -1.5707963267948966 rad @@ -160762,28 +160977,28 @@ entities: state: True - type: DeviceLinkSource linkedPorts: - 24145: + 24129: - On: Open - Off: Close - 24195: + 24179: - On: Open - Off: Close - 24196: + 24180: - On: Open - Off: Close - 24150: + 24134: - On: Open - Off: Close - 24151: + 24135: - On: Open - Off: Close - 24168: + 24152: - On: Open - Off: Close - 24204: + 24188: - On: Open - Off: Close - - uid: 24288 + - uid: 24271 components: - type: MetaData name: shutters switch @@ -160794,41 +161009,28 @@ entities: state: True - type: DeviceLinkSource linkedPorts: - 24135: - - On: Open - - Off: Close - 24140: + 24119: - On: Open - Off: Close - 24141: + 24124: - On: Open - Off: Close - 24147: + 24125: - On: Open - Off: Close - 24143: + 24131: - On: Open - Off: Close - 24142: + 24127: - On: Open - Off: Close - 24149: + 24126: - On: Open - Off: Close - - uid: 24289 - components: - - type: MetaData - name: blast door switch - - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,-16.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 2135: + 24133: - On: Open - Off: Close - - uid: 24290 + - uid: 24272 components: - type: Transform rot: -1.5707963267948966 rad @@ -160838,25 +161040,25 @@ entities: state: True - type: DeviceLinkSource linkedPorts: - 24164: + 24148: - On: Open - Off: Close - 24138: + 24122: - On: Open - Off: Close - 24197: + 24181: - On: Open - Off: Close - 24198: + 24182: - On: Open - Off: Close - 24199: + 24183: - On: Open - Off: Close - 24200: + 24184: - On: Open - Off: Close - - uid: 24291 + - uid: 24273 components: - type: Transform rot: 1.5707963267948966 rad @@ -160864,13 +161066,13 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 24131: + 24114: - On: Open - Off: Close - 24132: + 24115: - On: Open - Off: Close - - uid: 24292 + - uid: 24274 components: - type: Transform rot: 3.141592653589793 rad @@ -160878,29 +161080,29 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 2114: + 2103: - On: Open - Off: Close - - uid: 24293 + - uid: 24275 components: - type: Transform pos: 47.5,-55.5 parent: 2 - type: DeviceLinkSource linkedPorts: - 2072: + 2061: - On: Open - Off: Close - 2071: + 2060: - On: Open - Off: Close - 2070: + 2059: - On: Open - Off: Close - 2069: + 2058: - On: Open - Off: Close - - uid: 24294 + - uid: 24276 components: - type: Transform rot: -1.5707963267948966 rad @@ -160908,20 +161110,20 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 2073: + 2062: - On: Open - Off: Close - - uid: 24295 + - uid: 24277 components: - type: Transform pos: -51.5,32.5 parent: 2 - type: DeviceLinkSource linkedPorts: - 2087: + 2076: - On: Open - Off: Close - - uid: 24296 + - uid: 24278 components: - type: Transform rot: 3.141592653589793 rad @@ -160929,45 +161131,45 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 2075: + 2064: - On: Open - Off: Close - 2076: + 2065: - On: Open - Off: Close - - uid: 24297 + - uid: 24279 components: - type: Transform pos: 16.5,-51.5 parent: 2 - type: DeviceLinkSource linkedPorts: - 2068: + 2057: - On: Open - Off: Close - - uid: 24298 + - uid: 24280 components: - type: Transform pos: -62.5,-26.5 parent: 2 - type: DeviceLinkSource linkedPorts: - 2145: + 2133: - On: Open - Off: Close - 2144: + 2132: - On: Open - Off: Close - 2143: + 2131: - On: Open - Off: Close - 2142: + 2130: - On: Open - Off: Close - 2141: + 2129: - On: Open - Off: Close - - uid: 24299 + - uid: 24281 components: - type: Transform pos: -52.5,-11.5 @@ -160976,67 +161178,67 @@ entities: state: True - type: DeviceLinkSource linkedPorts: - 2136: + 2124: - On: Open - Off: Close - 2137: + 2125: - On: Open - Off: Close - 2138: + 2126: - On: Open - Off: Close - 2139: + 2127: - On: Open - Off: Close - 2140: + 2128: - On: Open - Off: Close - - uid: 24300 + - uid: 24282 components: - type: Transform pos: -36.5,-40.5 parent: 2 - type: DeviceLinkSource linkedPorts: - 2081: + 2070: - On: Open - Off: Close - 2080: + 2069: - On: Open - Off: Close - 2079: + 2068: - On: Open - Off: Close - 2078: + 2067: - On: Open - Off: Close - - uid: 24301 + - uid: 24283 components: - type: Transform pos: -51.5,21.5 parent: 2 - type: DeviceLinkSource linkedPorts: - 2088: + 2077: - On: Open - Off: Close - 2089: + 2078: - On: Open - Off: Close - - uid: 24302 + - uid: 24284 components: - type: Transform pos: -49.5,24.5 parent: 2 - type: DeviceLinkSource linkedPorts: - 2083: + 2072: - On: Open - Off: Close - 2082: + 2071: - On: Open - Off: Close - - uid: 24303 + - uid: 24285 components: - type: Transform pos: 50.5,48.5 @@ -161045,13 +161247,13 @@ entities: state: True - type: DeviceLinkSource linkedPorts: - 2094: + 2083: - On: Open - Off: Close - 2096: + 2085: - On: Close - Off: Open - - uid: 24304 + - uid: 24286 components: - type: Transform pos: 52.5,48.5 @@ -161060,13 +161262,13 @@ entities: state: True - type: DeviceLinkSource linkedPorts: - 2098: + 2087: - On: Open - Off: Close - 2090: + 2079: - On: Close - Off: Open - - uid: 24305 + - uid: 24287 components: - type: Transform pos: -46.5,17.5 @@ -161075,19 +161277,19 @@ entities: state: True - type: DeviceLinkSource linkedPorts: - 24160: + 24144: - On: Open - Off: Close - 24161: + 24145: - On: Open - Off: Close - 24166: + 24150: - On: Open - Off: Close - 24167: + 24151: - On: Open - Off: Close - - uid: 24306 + - uid: 24288 components: - type: Transform pos: 58.5,48.5 @@ -161096,39 +161298,39 @@ entities: state: True - type: DeviceLinkSource linkedPorts: - 2092: + 2081: - On: Open - Off: Close - 2109: + 2098: - On: Close - Off: Open - - uid: 24307 + - uid: 24289 components: - type: Transform pos: 54.5,46.5 parent: 2 - type: DeviceLinkSource linkedPorts: - 2099: + 2088: - On: Open - Off: Close - 2103: + 2092: - On: Close - Off: Open - - uid: 24308 + - uid: 24290 components: - type: Transform pos: 52.5,46.5 parent: 2 - type: DeviceLinkSource linkedPorts: - 2091: + 2080: - On: Open - Off: Close - 2085: + 2074: - On: Close - Off: Open - - uid: 24309 + - uid: 24291 components: - type: Transform pos: 54.5,48.5 @@ -161137,13 +161339,13 @@ entities: state: True - type: DeviceLinkSource linkedPorts: - 2103: + 2092: - On: Open - Off: Close - 2108: + 2097: - On: Close - Off: Open - - uid: 24310 + - uid: 24292 components: - type: Transform pos: 56.5,44.5 @@ -161152,13 +161354,13 @@ entities: state: True - type: DeviceLinkSource linkedPorts: - 2085: + 2074: - On: Open - Off: Close - 2084: + 2073: - On: Close - Off: Open - - uid: 24311 + - uid: 24293 components: - type: Transform pos: 50.5,44.5 @@ -161167,13 +161369,13 @@ entities: state: True - type: DeviceLinkSource linkedPorts: - 2105: + 2094: - On: Open - Off: Close - 2091: + 2080: - On: Close - Off: Open - - uid: 24312 + - uid: 24294 components: - type: Transform pos: 52.5,44.5 @@ -161182,26 +161384,26 @@ entities: state: True - type: DeviceLinkSource linkedPorts: - 2084: + 2073: - On: Close - Off: Open - 2093: + 2082: - On: Open - Off: Close - - uid: 24313 + - uid: 24295 components: - type: Transform pos: 58.5,46.5 parent: 2 - type: DeviceLinkSource linkedPorts: - 2090: + 2079: - On: Open - Off: Close - 2106: + 2095: - On: Close - Off: Open - - uid: 24314 + - uid: 24296 components: - type: Transform pos: 54.5,44.5 @@ -161210,26 +161412,26 @@ entities: state: True - type: DeviceLinkSource linkedPorts: - 2101: + 2090: - On: Open - Off: Close - 2100: + 2089: - On: Close - Off: Open - - uid: 24315 + - uid: 24297 components: - type: Transform pos: 50.5,46.5 parent: 2 - type: DeviceLinkSource linkedPorts: - 2102: + 2091: - On: Close - Off: Open - 2108: + 2097: - On: Open - Off: Close - - uid: 24316 + - uid: 24298 components: - type: Transform pos: 56.5,46.5 @@ -161238,13 +161440,13 @@ entities: state: True - type: DeviceLinkSource linkedPorts: - 2109: + 2098: - On: Open - Off: Close - 2099: + 2088: - On: Close - Off: Open - - uid: 24317 + - uid: 24299 components: - type: Transform pos: 58.5,44.5 @@ -161253,35 +161455,35 @@ entities: state: True - type: DeviceLinkSource linkedPorts: - 2101: + 2090: - On: Open - Off: Close - 2107: + 2096: - On: Open - Off: Close - 2084: + 2073: - On: Close - Off: Open - - uid: 24318 + - uid: 24300 components: - type: Transform pos: 56.5,48.5 parent: 2 - type: DeviceLinkSource linkedPorts: - 2097: + 2086: - On: Open - Off: Close - 2096: + 2085: - On: Open - Off: Close - 2103: + 2092: - On: Close - Off: Open - 2107: + 2096: - On: Close - Off: Open - - uid: 24319 + - uid: 24301 components: - type: Transform rot: 1.5707963267948966 rad @@ -161291,57 +161493,57 @@ entities: state: True - type: DeviceLinkSource linkedPorts: - 24159: + 24143: - On: Open - Off: Close - 24157: + 24141: - On: Open - Off: Close - 24154: + 24138: - On: Open - Off: Close - 24165: + 24149: - On: Open - Off: Close - 24137: + 24121: - On: Open - Off: Close - 24162: + 24146: - On: Open - Off: Close - - uid: 24320 + - uid: 24302 components: - type: Transform pos: 54.5,51.5 parent: 2 - type: DeviceLinkSource linkedPorts: - 2096: + 2085: - On: Open - Off: Close - 2090: + 2079: - On: Open - Off: Close - 2100: + 2089: - On: Open - Off: Close - - uid: 24321 + - uid: 24303 components: - type: Transform pos: 5.5,49.5 parent: 2 - type: DeviceLinkSource linkedPorts: - 2066: + 2055: - On: Open - Off: Close - 2067: + 2056: - On: Open - Off: Close - 2065: + 2054: - On: Open - Off: Close - - uid: 24322 + - uid: 24304 components: - type: Transform pos: 27.5,44.5 @@ -161350,63 +161552,63 @@ entities: state: True - type: DeviceLinkSource linkedPorts: - 2120: + 2109: - On: Open - Off: Close - 2123: + 2112: - On: Open - Off: Close - 2124: + 2113: - On: Open - Off: Close - 2119: + 2108: - On: Open - Off: Close - 2117: + 2106: - On: Open - Off: Close - 2118: + 2107: - On: Open - Off: Close - 2126: + 2115: - On: Open - Off: Close - 2125: + 2114: - On: Open - Off: Close - 2122: + 2111: - On: Open - Off: Close - 2121: + 2110: - On: Open - Off: Close - - uid: 24323 + - uid: 24305 components: - type: Transform pos: -28.5,-96.5 parent: 2 - type: DeviceLinkSource linkedPorts: - 2110: + 2099: - On: Open - Off: Close - 2111: + 2100: - On: Open - Off: Close - - uid: 24324 + - uid: 24306 components: - type: Transform pos: -16.5,-96.5 parent: 2 - type: DeviceLinkSource linkedPorts: - 2112: + 2101: - On: Open - Off: Close - 2113: + 2102: - On: Open - Off: Close - - uid: 24325 + - uid: 24307 components: - type: Transform rot: 3.141592653589793 rad @@ -161416,31 +161618,31 @@ entities: state: True - type: DeviceLinkSource linkedPorts: - 2134: + 2123: - On: Open - Off: Close - 2127: + 2116: - On: Open - Off: Close - 2128: + 2117: - On: Open - Off: Close - 2131: + 2120: - On: Open - Off: Close - 2129: + 2118: - On: Open - Off: Close - 2130: + 2119: - On: Open - Off: Close - 2132: + 2121: - On: Open - Off: Close - 2133: + 2122: - On: Open - Off: Close - - uid: 24326 + - uid: 24308 components: - type: Transform pos: -8.5,-94.5 @@ -161449,31 +161651,31 @@ entities: state: True - type: DeviceLinkSource linkedPorts: - 2134: + 2123: - On: Open - Off: Close - 2127: + 2116: - On: Open - Off: Close - 2128: + 2117: - On: Open - Off: Close - 2129: + 2118: - On: Open - Off: Close - 2131: + 2120: - On: Open - Off: Close - 2130: + 2119: - On: Open - Off: Close - 2132: + 2121: - On: Open - Off: Close - 2133: + 2122: - On: Open - Off: Close - - uid: 24327 + - uid: 24309 components: - type: Transform rot: 3.141592653589793 rad @@ -161481,20 +161683,20 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 2074: + 2063: - On: Open - Off: Close - - uid: 24328 + - uid: 24310 components: - type: Transform pos: 69.5,-32.5 parent: 2 - type: DeviceLinkSource linkedPorts: - 2115: + 2104: - On: Open - Off: Close - - uid: 24329 + - uid: 24311 components: - type: MetaData name: cell shutter switch @@ -161505,22 +161707,22 @@ entities: state: True - type: DeviceLinkSource linkedPorts: - 24155: + 24139: - On: Open - Off: Close - 24163: + 24147: - On: Open - Off: Close - 24156: + 24140: - On: Open - Off: Close - 24158: + 24142: - On: Open - Off: Close - 24146: + 24130: - On: Open - Off: Close - - uid: 24330 + - uid: 24312 components: - type: Transform rot: 3.141592653589793 rad @@ -161530,70 +161732,50 @@ entities: state: True - type: DeviceLinkSource linkedPorts: - 24153: - - On: Open - - Off: Close - 24152: - - On: Open - - Off: Close - 24148: + 24137: - On: Open - Off: Close - 24170: + 24136: - On: Open - Off: Close - 24169: + 24132: - On: Open - Off: Close - 24172: + 24154: - On: Open - Off: Close - 24171: + 24153: - On: Open - Off: Close - 24173: + 24156: - On: Open - Off: Close - 24174: + 24155: - On: Open - Off: Close - 24175: + 24157: - On: Open - Off: Close - 24176: + 24158: - On: Open - Off: Close - - uid: 24331 - components: - - type: MetaData - name: shutters switch - - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,-55.5 - parent: 2 - - type: SignalSwitch - state: True - - type: DeviceLinkSource - linkedPorts: - 24178: + 24159: - On: Open - Off: Close - - Status: Toggle - 24177: + 24160: - On: Open - Off: Close - - Status: Toggle - - uid: 24332 + - uid: 24313 components: - type: Transform pos: -51.5,36.5 parent: 2 - type: DeviceLinkSource linkedPorts: - 2086: + 2075: - On: Open - Off: Close - - uid: 24333 + - uid: 24314 components: - type: MetaData name: shutters switch @@ -161605,31 +161787,31 @@ entities: state: True - type: DeviceLinkSource linkedPorts: - 24182: + 24166: - On: Open - Off: Close - 24183: + 24167: - On: Open - Off: Close - 24184: + 24168: - On: Open - Off: Close - 24189: + 24173: - On: Open - Off: Close - 24188: + 24172: - On: Open - Off: Close - 24187: + 24171: - On: Open - Off: Close - 24186: + 24170: - On: Open - Off: Close - 24185: + 24169: - On: Open - Off: Close - - uid: 24334 + - uid: 24315 components: - type: MetaData name: visitation switch @@ -161640,16 +161822,16 @@ entities: state: True - type: DeviceLinkSource linkedPorts: - 24191: + 24175: - On: Open - Off: Close - 24192: + 24176: - On: Open - Off: Close - 24193: + 24177: - On: Open - Off: Close - - uid: 24335 + - uid: 24316 components: - type: MetaData name: shutters switch @@ -161659,16 +161841,16 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 24139: + 24123: - On: Open - Off: Close - 24194: + 24178: - On: Open - Off: Close - 24144: + 24128: - On: Open - Off: Close - - uid: 24336 + - uid: 24317 components: - type: Transform rot: -1.5707963267948966 rad @@ -161678,16 +161860,16 @@ entities: state: True - type: DeviceLinkSource linkedPorts: - 24203: + 24187: - On: Open - Off: Close - 24202: + 24186: - On: Open - Off: Close - 24201: + 24185: - On: Open - Off: Close - - uid: 24337 + - uid: 24318 components: - type: MetaData name: shutters switch @@ -161697,62 +161879,62 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 24213: + 24196: - On: Open - Off: Close - 24212: + 24195: - On: Open - Off: Close - 24211: + 24194: - On: Open - Off: Close - 24214: + 24197: - On: Open - Off: Close - 24215: + 24198: - On: Open - Off: Close - 24216: + 24199: - On: Open - Off: Close - 24217: + 24200: - On: Open - Off: Close - 24218: + 24201: - On: Open - Off: Close - 24219: + 24202: - On: Open - Off: Close - 24220: + 24203: - On: Open - Off: Close - 24222: + 24205: - On: Open - Off: Close - 24228: + 24211: - On: Open - Off: Close - 24227: + 24210: - On: Open - Off: Close - 24226: + 24209: - On: Open - Off: Close - 24225: + 24208: - On: Open - Off: Close - 24224: + 24207: - On: Open - Off: Close - 24223: + 24206: - On: Open - Off: Close - 24221: + 24204: - On: Open - Off: Close - Status: Toggle - - uid: 24338 + - uid: 24319 components: - type: MetaData name: shutters switch @@ -161762,88 +161944,88 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 24235: + 24218: - On: Open - Off: Close - Status: Toggle - 24234: + 24217: - On: Open - Off: Close - Status: Toggle - 24233: + 24216: - On: Open - Off: Close - Status: Toggle - 24232: + 24215: - On: Open - Off: Close - Status: Toggle - 24231: + 24214: - On: Open - Off: Close - Status: Toggle - 24230: + 24213: - On: Open - Status: Toggle - Off: Close - 24229: + 24212: - On: Open - Off: Close - Status: Toggle - - uid: 24339 + - uid: 24320 components: - type: Transform pos: -2.5,16.5 parent: 2 - type: DeviceLinkSource linkedPorts: - 24133: + 24117: - On: Open - Off: Close - Status: Toggle - 24134: + 24118: - On: Open - Off: Close - Status: Toggle - - uid: 24340 + - uid: 24321 components: - type: Transform pos: -74.5,-43.5 parent: 2 - type: DeviceLinkSource linkedPorts: - 2063: + 2052: - On: Open - Off: Close - Status: Toggle - 2064: + 2053: - On: Open - Off: Close - Status: Toggle - 2062: + 2051: - On: Open - Off: Close - Status: Toggle - - uid: 24341 + - uid: 24322 components: - type: Transform pos: -74.5,-38.5 parent: 2 - type: DeviceLinkSource linkedPorts: - 2060: + 2049: - On: Open - Off: Close - Status: Toggle - 2059: + 2048: - On: Open - Off: Close - Status: Toggle - 2061: + 2050: - On: Open - Off: Close - Status: Toggle - - uid: 24342 + - uid: 24323 components: - type: Transform rot: -1.5707963267948966 rad @@ -161851,15 +162033,15 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 2116: + 2105: - On: Open - Off: Close - Status: Toggle - 2077: + 2066: - On: Open - Off: Close - Status: Toggle - - uid: 24343 + - uid: 24324 components: - type: MetaData name: JSL switch @@ -161869,17 +162051,29 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 21375: + 21358: + - On: On + - Off: Off + - Status: Toggle + 21361: - On: On - Off: Off - Status: Toggle - 21378: + - uid: 24325 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-53.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 21359: - On: On - Off: Off - Status: Toggle - proto: SignalSwitchDirectional entities: - - uid: 24344 + - uid: 24326 components: - type: MetaData name: lockdown switch @@ -161889,16 +162083,16 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 386: + 389: - On: DoorBolt - Off: DoorBolt - 392: + 395: - On: DoorBolt - Off: DoorBolt - 385: + 388: - On: DoorBolt - Off: DoorBolt - - uid: 24345 + - uid: 24327 components: - type: MetaData name: lockdown switch @@ -161908,29 +162102,29 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 24251: + 24234: - On: Open - Off: Close - Status: Toggle - 24252: + 24235: - On: Open - Off: Close - Status: Toggle - 505: + 502: - On: DoorBolt - Off: DoorBolt - 490: + 487: - On: DoorBolt - Off: DoorBolt - 24253: + 24236: - On: Open - Off: Close - Status: Toggle - 24254: + 24237: - On: Open - Off: Close - Status: Toggle - - uid: 24346 + - uid: 24328 components: - type: MetaData name: light switch @@ -161940,15 +162134,15 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 22579: + 22540: - On: On - Off: Off - Status: Toggle - 22213: + 22187: - On: On - Off: Off - Status: Toggle - - uid: 24347 + - uid: 24329 components: - type: MetaData name: JSL switch @@ -161958,11 +162152,11 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 21372: + 21355: - On: On - Off: Off - Status: Toggle - - uid: 24348 + - uid: 24330 components: - type: MetaData name: JSL switch @@ -161972,11 +162166,11 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 21373: + 21356: - On: On - Off: Off - Status: Toggle - - uid: 24349 + - uid: 24331 components: - type: MetaData name: JSL switch @@ -161985,11 +162179,11 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 21379: + 21362: - On: On - Off: Off - Status: Toggle - - uid: 24350 + - uid: 24332 components: - type: MetaData name: JSL switch @@ -161999,11 +162193,11 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 21374: + 21357: - On: On - Off: Off - Status: Toggle - - uid: 24351 + - uid: 24333 components: - type: MetaData name: JSL switch @@ -162013,25 +162207,11 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 21377: - - On: On - - Off: Off - - Status: Toggle - - uid: 24352 - components: - - type: MetaData - name: JSL switch - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-50.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 21376: + 21360: - On: On - Off: Off - Status: Toggle - - uid: 24353 + - uid: 24334 components: - type: MetaData name: JSL switch @@ -162041,11 +162221,11 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 21371: + 21354: - On: On - Off: Off - Status: Toggle - - uid: 24354 + - uid: 24335 components: - type: MetaData name: JSL switch @@ -162055,11 +162235,11 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 21380: + 21363: - On: On - Off: Off - Status: Toggle - - uid: 24355 + - uid: 24336 components: - type: MetaData name: shutters switch @@ -162069,23 +162249,23 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 24237: + 24220: - On: Open - Off: Close - Status: Toggle - 24239: + 24222: - On: Open - Off: Close - Status: Toggle - 24238: + 24221: - On: Open - Off: Close - Status: Toggle - 24236: + 24219: - On: Open - Off: Close - Status: Toggle - - uid: 24356 + - uid: 24337 components: - type: MetaData name: lockdown switch @@ -162095,29 +162275,29 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 24247: + 24230: - On: Open - Off: Close - Status: Toggle - 24248: + 24231: - On: Open - Status: Toggle - Off: Close - 24249: + 24232: - On: Open - Off: Close - Status: Toggle - 24250: + 24233: - On: Open - Off: Close - Status: Toggle - 489: + 486: - Off: DoorBolt - On: DoorBolt - 488: + 485: - On: DoorBolt - Off: DoorBolt - - uid: 24357 + - uid: 24338 components: - type: MetaData name: shutters switch @@ -162127,35 +162307,35 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 24242: + 24225: - On: Open - Off: Close - Status: Toggle - 24243: + 24226: - On: Open - Off: Close - Status: Toggle - 24241: + 24224: - On: Open - Off: Close - Status: Toggle - 24240: + 24223: - On: Open - Off: Close - Status: Toggle - 24245: + 24228: - On: Open - Off: Close - Status: Toggle - 24244: + 24227: - On: Open - Off: Close - Status: Toggle - 24246: + 24229: - On: Open - Off: Close - Status: Toggle - - uid: 24358 + - uid: 24339 components: - type: MetaData name: lockdown switch @@ -162174,71 +162354,70 @@ entities: 440: - On: DoorBolt - Off: DoorBolt - 24255: + 24238: - On: Open - Off: Close - Status: Toggle - 24256: + 24239: - On: Open - Off: Close - Status: Toggle - - uid: 24359 + - uid: 24340 components: - - type: MetaData - name: lockdown switch - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,-56.5 + pos: 0.5,-64.5 parent: 2 - type: DeviceLinkSource linkedPorts: - 477: - - On: DoorBolt - - Off: DoorBolt - 476: - - On: DoorBolt - - Off: DoorBolt - 475: - - On: DoorBolt - - Off: DoorBolt - 406: - - On: DoorBolt - - Off: DoorBolt - 402: - - On: DoorBolt - - Off: DoorBolt - 401: + 31111: - On: DoorBolt - Off: DoorBolt + - Status: DoorBolt + - uid: 24341 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,-56.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 24162: + - On: Open + - Off: Close + - Status: Toggle + 24161: + - On: Open + - Off: Close + - Status: Toggle - proto: SignAnomaly entities: - - uid: 24360 + - uid: 24342 components: - type: Transform pos: 76.5,-42.5 parent: 2 - proto: SignAnomaly2 entities: - - uid: 24361 + - uid: 24343 components: - type: Transform pos: 63.5,-41.5 parent: 2 - proto: SignArmory entities: - - uid: 24362 + - uid: 24344 components: - type: Transform pos: 29.5,24.5 parent: 2 - proto: SignAtmos entities: - - uid: 24363 + - uid: 24345 components: - type: Transform pos: -21.5,-31.5 parent: 2 - - uid: 24364 + - uid: 24346 components: - type: MetaData name: Thermoelectric Generator @@ -162246,7 +162425,7 @@ entities: rot: 3.141592653589793 rad pos: -71.5,-33.5 parent: 2 - - uid: 24365 + - uid: 24347 components: - type: MetaData name: Thermo-Electric Generator @@ -162256,24 +162435,24 @@ entities: parent: 2 - proto: SignAtmosMinsky entities: - - uid: 24366 + - uid: 24348 components: - type: Transform pos: -30.5,-29.5 parent: 2 - - uid: 24367 + - uid: 24349 components: - type: Transform pos: -21.5,-33.5 parent: 2 - proto: SignBar entities: - - uid: 24368 + - uid: 24350 components: - type: Transform pos: 15.5,5.5 parent: 2 - - uid: 24369 + - uid: 24351 components: - type: Transform rot: 1.5707963267948966 rad @@ -162281,90 +162460,98 @@ entities: parent: 2 - proto: SignBiohazardMed entities: - - uid: 24370 + - uid: 24352 components: - type: Transform pos: -23.5,-74.5 parent: 2 - proto: SignBridge entities: - - uid: 24371 + - uid: 24353 components: - type: Transform pos: 17.5,-26.5 parent: 2 - - uid: 24372 + - uid: 24354 components: - type: Transform pos: 33.5,-26.5 parent: 2 - proto: SignCanisters entities: - - uid: 24373 + - uid: 24355 components: - type: Transform pos: -36.5,-39.5 parent: 2 - - uid: 24374 + - uid: 24356 components: - type: Transform pos: 47.5,-50.5 parent: 2 - proto: SignCargo entities: - - uid: 24375 + - uid: 24357 components: - type: Transform pos: -21.5,22.5 parent: 2 - proto: SignCargoDock entities: - - uid: 24376 + - uid: 24358 components: - type: Transform pos: -35.532974,23.594805 parent: 2 - proto: SignChem entities: - - uid: 24377 + - uid: 24359 components: - type: Transform pos: 2.5,-44.5 parent: 2 - proto: SignConference entities: - - uid: 24378 + - uid: 24360 components: - type: Transform pos: 22.5,-26.5 parent: 2 +- proto: SignCryogenicsMed + entities: + - uid: 31633 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-54.5 + parent: 2 - proto: SignDangerMed entities: - - uid: 24379 + - uid: 24361 components: - type: Transform pos: 15.5,35.5 parent: 2 - proto: SignDirectionalBar entities: - - uid: 24380 + - uid: 24362 components: - type: Transform pos: -19.478512,48.31118 parent: 2 - - uid: 24381 + - uid: 24363 components: - type: Transform rot: 1.5707963267948966 rad pos: -17.472397,9.2931385 parent: 2 - - uid: 24382 + - uid: 24364 components: - type: Transform rot: 3.141592653589793 rad pos: 23.49888,-45.152493 parent: 2 - - uid: 24383 + - uid: 24365 components: - type: Transform rot: 1.5707963267948966 rad @@ -162372,52 +162559,52 @@ entities: parent: 2 - proto: SignDirectionalBridge entities: - - uid: 24384 + - uid: 24366 components: - type: Transform pos: -19.478844,48.09307 parent: 2 - - uid: 24385 + - uid: 24367 components: - type: Transform rot: 1.5707963267948966 rad pos: -1.5055174,1.4292434 parent: 2 - - uid: 24386 + - uid: 24368 components: - type: Transform rot: 1.5707963267948966 rad pos: -2.4872613,-24.496803 parent: 2 - - uid: 24387 + - uid: 24369 components: - type: Transform pos: 27.5,-7.5 parent: 2 - - uid: 24388 + - uid: 24370 components: - type: Transform pos: 15.5507345,4.4965997 parent: 2 - - uid: 24389 + - uid: 24371 components: - type: Transform rot: 1.5707963267948966 rad pos: -11.506838,1.2987667 parent: 2 - - uid: 24390 + - uid: 24372 components: - type: Transform rot: 1.5707963267948966 rad pos: -1.4898663,-40.13394 parent: 2 - - uid: 24391 + - uid: 24373 components: - type: Transform rot: 1.5707963267948966 rad pos: -17.465254,8.332064 parent: 2 - - uid: 24392 + - uid: 24374 components: - type: Transform rot: 1.5707963267948966 rad @@ -162425,19 +162612,19 @@ entities: parent: 2 - proto: SignDirectionalChapel entities: - - uid: 24393 + - uid: 24375 components: - type: Transform rot: -1.5707963267948966 rad pos: -27.5,2.5 parent: 2 - - uid: 24394 + - uid: 24376 components: - type: Transform rot: 3.141592653589793 rad pos: -17.448181,-40.311073 parent: 2 - - uid: 24395 + - uid: 24377 components: - type: Transform rot: -1.5707963267948966 rad @@ -162445,238 +162632,238 @@ entities: parent: 2 - proto: SignDirectionalEng entities: - - uid: 24396 + - uid: 24378 components: - type: Transform rot: -1.5707963267948966 rad pos: 23.456676,-44.465714 parent: 2 - - uid: 24397 + - uid: 24379 components: - type: Transform rot: -1.5707963267948966 rad pos: 13.481093,-40.52887 parent: 2 - - uid: 24398 + - uid: 24380 components: - type: Transform rot: -1.5707963267948966 rad pos: -1.5094987,0.23005629 parent: 2 - - uid: 24399 + - uid: 24381 components: - type: Transform rot: -1.5707963267948966 rad pos: 15.5186825,0.3410281 parent: 2 - - uid: 24400 + - uid: 24382 components: - type: Transform rot: -1.5707963267948966 rad pos: -6.468719,-24.535433 parent: 2 - - uid: 24401 + - uid: 24383 components: - type: Transform rot: -1.5707963267948966 rad pos: 13.494198,-28.706446 parent: 2 - - uid: 24402 + - uid: 24384 components: - type: Transform rot: -1.5707963267948966 rad pos: 27.506605,-7.2696166 parent: 2 - - uid: 24403 + - uid: 24385 components: - type: Transform pos: -11.54485,0.20892155 parent: 2 - - uid: 24404 + - uid: 24386 components: - type: Transform rot: -1.5707963267948966 rad pos: -12.525326,-40.537384 parent: 2 - - uid: 24405 + - uid: 24387 components: - type: Transform rot: -1.5707963267948966 rad pos: 37.56283,-40.519398 parent: 2 - - uid: 24406 + - uid: 24388 components: - type: Transform pos: -19.479143,47.185772 parent: 2 - - uid: 24407 + - uid: 24389 components: - type: Transform pos: -21.4735,10.205865 parent: 2 - - uid: 24408 + - uid: 24390 components: - type: Transform rot: 3.141592653589793 rad pos: -17.5,-33.5 parent: 2 - - uid: 24409 + - uid: 24391 components: - type: Transform pos: -27.491566,-1.4688294 parent: 2 - proto: SignDirectionalEvac entities: - - uid: 24410 + - uid: 24392 components: - type: Transform rot: 1.5707963267948966 rad pos: 23.453842,-7.240517 parent: 2 - - uid: 24411 + - uid: 24393 components: - type: Transform rot: 3.141592653589793 rad pos: 13.494197,-24.550196 parent: 2 - - uid: 24412 + - uid: 24394 components: - type: Transform rot: 3.141592653589793 rad pos: 17.50633,-38.506306 parent: 2 - - uid: 24413 + - uid: 24395 components: - type: Transform rot: 3.141592653589793 rad pos: 27.469652,-44.466072 parent: 2 - - uid: 24414 + - uid: 24396 components: - type: Transform rot: 3.141592653589793 rad pos: 33.56561,-38.47694 parent: 2 - - uid: 24415 + - uid: 24397 components: - type: Transform rot: 1.5707963267948966 rad pos: 15.500585,1.4258997 parent: 2 - - uid: 24416 + - uid: 24398 components: - type: Transform rot: 1.5707963267948966 rad pos: -2.4941144,-24.735882 parent: 2 - - uid: 24417 + - uid: 24399 components: - type: Transform rot: 1.5707963267948966 rad pos: -1.5055175,1.6636184 parent: 2 - - uid: 24418 + - uid: 24400 components: - type: Transform rot: 1.5707963267948966 rad pos: -11.506838,1.7987667 parent: 2 - - uid: 24419 + - uid: 24401 components: - type: Transform rot: 1.5707963267948966 rad pos: -1.4898663,-40.82144 parent: 2 - - uid: 24420 + - uid: 24402 components: - type: Transform rot: 1.5707963267948966 rad pos: 35.5,3.5 parent: 2 - - uid: 24421 + - uid: 24403 components: - type: Transform pos: -19.483376,48.548702 parent: 2 - - uid: 24422 + - uid: 24404 components: - type: Transform rot: 1.5707963267948966 rad pos: -17.48425,-7.298242 parent: 2 - - uid: 24423 + - uid: 24405 components: - type: Transform rot: 1.5707963267948966 rad pos: -17.5155,-24.43221 parent: 2 - - uid: 24424 + - uid: 24406 components: - type: Transform rot: 1.5707963267948966 rad pos: -17.453,-40.550083 parent: 2 - - uid: 24425 + - uid: 24407 components: - type: Transform rot: 1.5707963267948966 rad pos: -17.465254,9.066439 parent: 2 - - uid: 24426 + - uid: 24408 components: - type: Transform rot: 3.141592653589793 rad pos: 60.5,-42.5 parent: 2 - - uid: 24427 + - uid: 24409 components: - type: Transform pos: -17.5,22.5 parent: 2 - - uid: 24428 + - uid: 24410 components: - type: Transform pos: -17.5,33.5 parent: 2 - proto: SignDirectionalFood entities: - - uid: 24429 + - uid: 24411 components: - type: Transform rot: -1.5707963267948966 rad pos: 23.455772,-7.472424 parent: 2 - - uid: 24430 + - uid: 24412 components: - type: Transform rot: 3.141592653589793 rad pos: -6.442209,-23.658274 parent: 2 - - uid: 24431 + - uid: 24413 components: - type: Transform rot: -1.5707963267948966 rad pos: 13.515763,-23.596605 parent: 2 - - uid: 24432 + - uid: 24414 components: - type: Transform rot: 3.141592653589793 rad pos: 13.482204,-40.04481 parent: 2 - - uid: 24433 + - uid: 24415 components: - type: Transform rot: 3.141592653589793 rad pos: -6.4057527,-39.46833 parent: 2 - - uid: 24434 + - uid: 24416 components: - type: Transform rot: 3.141592653589793 rad pos: 23.49562,-45.402493 parent: 2 - - uid: 24435 + - uid: 24417 components: - type: Transform rot: 1.5707963267948966 rad @@ -162684,43 +162871,43 @@ entities: parent: 2 - proto: SignDirectionalHop entities: - - uid: 24436 + - uid: 24418 components: - type: Transform rot: 3.141592653589793 rad pos: -6.407528,-39.689182 parent: 2 - - uid: 24437 + - uid: 24419 components: - type: Transform rot: 3.141592653589793 rad pos: -2.5195708,-23.764477 parent: 2 - - uid: 24438 + - uid: 24420 components: - type: Transform rot: -1.5707963267948966 rad pos: 13.506188,-24.076977 parent: 2 - - uid: 24439 + - uid: 24421 components: - type: Transform rot: 3.141592653589793 rad pos: 13.449441,-39.80865 parent: 2 - - uid: 24440 + - uid: 24422 components: - type: Transform rot: 1.5707963267948966 rad pos: -2.5029292,-2.2492237 parent: 2 - - uid: 24441 + - uid: 24423 components: - type: Transform rot: -1.5707963267948966 rad pos: 28.50559,-7.2209973 parent: 2 - - uid: 24442 + - uid: 24424 components: - type: Transform rot: -1.5707963267948966 rad @@ -162728,24 +162915,24 @@ entities: parent: 2 - proto: SignDirectionalJanitor entities: - - uid: 24443 + - uid: 24425 components: - type: Transform pos: -6.5,-2.5 parent: 2 - - uid: 24444 + - uid: 24426 components: - type: Transform rot: -1.5707963267948966 rad pos: 13.511264,-23.825424 parent: 2 - - uid: 24445 + - uid: 24427 components: - type: Transform rot: -1.5707963267948966 rad pos: 13.468106,-40.766113 parent: 2 - - uid: 24446 + - uid: 24428 components: - type: Transform rot: 3.141592653589793 rad @@ -162753,230 +162940,230 @@ entities: parent: 2 - proto: SignDirectionalMed entities: - - uid: 24447 + - uid: 24429 components: - type: Transform pos: -19.479143,47.404522 parent: 2 - - uid: 24448 + - uid: 24430 components: - type: Transform rot: -1.5707963267948966 rad pos: 13.494197,-24.31582 parent: 2 - - uid: 24449 + - uid: 24431 components: - type: Transform rot: -1.5707963267948966 rad pos: 23.456676,-44.23134 parent: 2 - - uid: 24450 + - uid: 24432 components: - type: Transform rot: -1.5707963267948966 rad pos: 13.481093,-40.279392 parent: 2 - - uid: 24451 + - uid: 24433 components: - type: Transform rot: -1.5707963267948966 rad pos: 15.518682,0.809778 parent: 2 - - uid: 24452 + - uid: 24434 components: - type: Transform pos: -1.509499,0.7144314 parent: 2 - - uid: 24453 + - uid: 24435 components: - type: Transform pos: -6.468719,-24.785433 parent: 2 - - uid: 24454 + - uid: 24436 components: - type: Transform pos: -11.538088,0.45501685 parent: 2 - - uid: 24455 + - uid: 24437 components: - type: Transform rot: -1.5707963267948966 rad pos: 37.560596,-40.278557 parent: 2 - - uid: 24456 + - uid: 24438 components: - type: Transform pos: -17.51201,-24.680704 parent: 2 - - uid: 24457 + - uid: 24439 components: - type: Transform pos: -21.471863,9.993778 parent: 2 - - uid: 24458 + - uid: 24440 components: - type: Transform pos: -17.494442,-12.803106 parent: 2 - - uid: 24459 + - uid: 24441 components: - type: Transform pos: -27.491566,-1.7032045 parent: 2 - proto: SignDirectionalSci entities: - - uid: 24460 + - uid: 24442 components: - type: Transform rot: 1.5707963267948966 rad pos: -2.4872613,-24.231178 parent: 2 - - uid: 24461 + - uid: 24443 components: - type: Transform rot: 1.5707963267948966 rad pos: 27.465042,-44.22285 parent: 2 - - uid: 24462 + - uid: 24444 components: - type: Transform pos: 15.550735,4.2699327 parent: 2 - - uid: 24463 + - uid: 24445 components: - type: Transform pos: 13.494197,-28.22207 parent: 2 - - uid: 24464 + - uid: 24446 components: - type: Transform pos: 27.506117,-7.7341094 parent: 2 - - uid: 24465 + - uid: 24447 components: - type: Transform rot: 1.5707963267948966 rad pos: -11.506838,1.5487667 parent: 2 - - uid: 24466 + - uid: 24448 components: - type: Transform rot: 1.5707963267948966 rad pos: -1.4898663,-40.368317 parent: 2 - - uid: 24467 + - uid: 24449 components: - type: Transform pos: -19.479143,47.623272 parent: 2 - - uid: 24468 + - uid: 24450 components: - type: Transform rot: 1.5707963267948966 rad pos: -17.465254,8.816439 parent: 2 - - uid: 24469 + - uid: 24451 components: - type: Transform rot: 1.5707963267948966 rad pos: -17.460167,-40.790154 parent: 2 - - uid: 24470 + - uid: 24452 components: - type: Transform pos: -17.507042,-24.18393 parent: 2 - - uid: 24471 + - uid: 24453 components: - type: Transform pos: -27.491566,-1.2344544 parent: 2 - proto: SignDirectionalSec entities: - - uid: 24472 + - uid: 24454 components: - type: Transform rot: 3.141592653589793 rad pos: 23.45433,-7.7213244 parent: 2 - - uid: 24473 + - uid: 24455 components: - type: Transform rot: 3.141592653589793 rad pos: 27.468637,-44.695934 parent: 2 - - uid: 24474 + - uid: 24456 components: - type: Transform rot: 3.141592653589793 rad pos: 33.55467,-38.221992 parent: 2 - - uid: 24475 + - uid: 24457 components: - type: Transform rot: 3.141592653589793 rad pos: 17.50898,-38.26922 parent: 2 - - uid: 24476 + - uid: 24458 components: - type: Transform rot: 3.141592653589793 rad pos: 15.5581455,4.7444477 parent: 2 - - uid: 24477 + - uid: 24459 components: - type: Transform rot: 3.141592653589793 rad pos: 13.4980955,-24.785376 parent: 2 - - uid: 24478 + - uid: 24460 components: - type: Transform rot: 1.5707963267948966 rad pos: -6.4826374,-24.301481 parent: 2 - - uid: 24479 + - uid: 24461 components: - type: Transform rot: 1.5707963267948966 rad pos: -1.4980723,1.197365 parent: 2 - - uid: 24480 + - uid: 24462 components: - type: Transform rot: 1.5707963267948966 rad pos: -11.517976,1.041115 parent: 2 - - uid: 24481 + - uid: 24463 components: - type: Transform rot: 1.5707963267948966 rad pos: -1.4758278,-40.604027 parent: 2 - - uid: 24482 + - uid: 24464 components: - type: Transform pos: -19.471409,47.857254 parent: 2 - - uid: 24483 + - uid: 24465 components: - type: Transform rot: 1.5707963267948966 rad pos: -17.523046,-28.22695 parent: 2 - - uid: 24484 + - uid: 24466 components: - type: Transform rot: 1.5707963267948966 rad pos: -17.476206,8.574429 parent: 2 - - uid: 24485 + - uid: 24467 components: - type: Transform rot: 1.5707963267948966 rad pos: -17.478817,-7.5615916 parent: 2 - - uid: 24486 + - uid: 24468 components: - type: Transform rot: 1.5707963267948966 rad @@ -162984,12 +163171,12 @@ entities: parent: 2 - proto: SignDirectionalSolar entities: - - uid: 24487 + - uid: 24469 components: - type: Transform pos: -0.5,-76.5 parent: 2 - - uid: 24488 + - uid: 24470 components: - type: Transform rot: 3.141592653589793 rad @@ -162997,225 +163184,225 @@ entities: parent: 2 - proto: SignDirectionalSupply entities: - - uid: 24489 + - uid: 24471 components: - type: Transform rot: -1.5707963267948966 rad pos: 23.453947,-44.6932 parent: 2 - - uid: 24490 + - uid: 24472 components: - type: Transform rot: -1.5707963267948966 rad pos: 15.5186825,0.5754031 parent: 2 - - uid: 24491 + - uid: 24473 components: - type: Transform rot: -1.5707963267948966 rad pos: -1.5094988,0.4800564 parent: 2 - - uid: 24492 + - uid: 24474 components: - type: Transform rot: -1.5707963267948966 rad pos: 13.494197,-28.47207 parent: 2 - - uid: 24493 + - uid: 24475 components: - type: Transform rot: 3.141592653589793 rad pos: -11.522463,0.70501685 parent: 2 - - uid: 24494 + - uid: 24476 components: - type: Transform rot: -1.5707963267948966 rad pos: -12.525326,-40.287384 parent: 2 - - uid: 24495 + - uid: 24477 components: - type: Transform rot: -1.5707963267948966 rad pos: 37.56283,-40.753773 parent: 2 - - uid: 24496 + - uid: 24478 components: - type: Transform rot: 3.141592653589793 rad pos: -21.4735,9.533642 parent: 2 - - uid: 24497 + - uid: 24479 components: - type: Transform rot: 3.141592653589793 rad pos: -2.5,-23.5 parent: 2 - - uid: 24498 + - uid: 24480 components: - type: Transform rot: 3.141592653589793 rad pos: -17.496458,-33.756527 parent: 2 - - uid: 24499 + - uid: 24481 components: - type: Transform rot: 3.141592653589793 rad pos: -17.5,-12.5 parent: 2 - - uid: 24500 + - uid: 24482 components: - type: Transform rot: 3.141592653589793 rad pos: -27.491566,3.7030454 parent: 2 - - uid: 24501 + - uid: 24483 components: - type: Transform pos: -19.471409,48.794754 parent: 2 - proto: SignDisposalSpace entities: - - uid: 24502 + - uid: 24484 components: - type: Transform pos: 23.5,-52.5 parent: 2 - proto: SignElectrical entities: - - uid: 24503 + - uid: 24485 components: - type: Transform pos: -78.5,-5.5 parent: 2 - - uid: 24504 + - uid: 24486 components: - type: Transform pos: -78.5,-19.5 parent: 2 - - uid: 24505 + - uid: 24487 components: - type: Transform pos: -71.5,-2.5 parent: 2 - - uid: 24506 + - uid: 24488 components: - type: Transform pos: -64.5,-2.5 parent: 2 - - uid: 24507 + - uid: 24489 components: - type: Transform pos: 24.5,39.5 parent: 2 - - uid: 24508 + - uid: 24490 components: - type: Transform pos: 32.5,39.5 parent: 2 - - uid: 24509 + - uid: 24491 components: - type: Transform pos: 38.5,31.5 parent: 2 - proto: SignElectricalMed entities: - - uid: 24510 + - uid: 24492 components: - type: Transform pos: -12.5,-70.5 parent: 2 - - uid: 24511 + - uid: 24493 components: - type: Transform pos: 42.5,-60.5 parent: 2 - - uid: 24512 + - uid: 24494 components: - type: Transform pos: 8.5,-44.5 parent: 2 - - uid: 24513 + - uid: 24495 components: - type: Transform pos: 37.5,-44.5 parent: 2 - - uid: 24514 + - uid: 24496 components: - type: Transform pos: 37.5,-29.5 parent: 2 - - uid: 24515 + - uid: 24497 components: - type: Transform pos: 46.5,-6.5 parent: 2 - - uid: 24516 + - uid: 24498 components: - type: Transform pos: 47.5,-0.5 parent: 2 - - uid: 24517 + - uid: 24499 components: - type: Transform pos: 33.5,23.5 parent: 2 - - uid: 24518 + - uid: 24500 components: - type: Transform pos: -29.5,-54.5 parent: 2 - proto: SignEngine entities: - - uid: 24519 + - uid: 24501 components: - type: Transform pos: -43.5,-9.5 parent: 2 - - uid: 24520 + - uid: 24502 components: - type: Transform pos: -49.5,-18.5 parent: 2 - proto: SignEngineering entities: - - uid: 24521 + - uid: 24503 components: - type: Transform pos: -21.5,-8.5 parent: 2 - - uid: 24522 + - uid: 24504 components: - type: Transform pos: -21.5,-15.5 parent: 2 - proto: SignEscapePods entities: - - uid: 24523 + - uid: 24505 components: - type: Transform pos: 29.5,-93.5 parent: 2 - - uid: 24524 + - uid: 24506 components: - type: Transform pos: -16.5,68.5 parent: 2 - - uid: 24525 + - uid: 24507 components: - type: Transform pos: 49.5,-93.5 parent: 2 - proto: SignEVA entities: - - uid: 24526 + - uid: 24508 components: - type: Transform pos: 34.5,-15.5 parent: 2 - proto: SignExplosives entities: - - uid: 24527 + - uid: 24509 components: - type: Transform rot: 1.5707963267948966 rad @@ -163223,112 +163410,120 @@ entities: parent: 2 - proto: SignFlammableMed entities: - - uid: 24528 + - uid: 24510 components: - type: Transform pos: -42.5,-63.5 parent: 2 - proto: SignGravity entities: - - uid: 24529 + - uid: 24511 components: - type: Transform pos: -18.5,-3.5 parent: 2 - proto: SignHydro3 entities: - - uid: 24530 + - uid: 24512 components: - type: Transform pos: -5.5,4.5 parent: 2 - proto: SignInterrogation entities: - - uid: 24531 + - uid: 24513 components: - type: Transform pos: 18.5,18.5 parent: 2 - proto: SignJanitor entities: - - uid: 24532 + - uid: 24514 components: - type: Transform pos: -6.5,-20.5 parent: 2 - proto: SignLaserMed entities: - - uid: 24533 + - uid: 24515 components: - type: Transform rot: 3.141592653589793 rad pos: -63.5,-29.5 parent: 2 - - uid: 24534 + - uid: 24516 components: - type: Transform pos: -62.5,-22.5 parent: 2 - - uid: 24535 + - uid: 24517 components: - type: Transform pos: -70.5,-22.5 parent: 2 - proto: SignLibrary entities: - - uid: 24536 + - uid: 24518 components: - type: Transform pos: 9.5,-2.5 parent: 2 - proto: SignMagneticsMed entities: - - uid: 24537 + - uid: 24519 components: - type: Transform pos: -47.5,27.5 parent: 2 - proto: SignMedical entities: - - uid: 24538 + - uid: 24520 components: - type: Transform pos: -2.5,-44.5 parent: 2 - proto: SignMinerDock entities: - - uid: 24539 + - uid: 24521 components: - type: Transform pos: -44.5,27.5 parent: 2 - proto: SignMorgue entities: - - uid: 24540 + - uid: 24522 components: - type: Transform - pos: -15.5,-68.5 + rot: 1.5707963267948966 rad + pos: -12.5,-62.5 parent: 2 - - uid: 24541 + - uid: 24523 components: - type: Transform - pos: -12.5,-62.5 + rot: 3.141592653589793 rad + pos: -14.5,-62.5 + parent: 2 + - uid: 24524 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-68.5 parent: 2 - proto: SignPlaque entities: - - uid: 24542 + - uid: 24525 components: - type: Transform pos: -8.5,-16.5 parent: 2 - proto: SignPrison entities: - - uid: 24543 + - uid: 24526 components: - type: Transform pos: 39.5,24.5 parent: 2 - - uid: 24544 + - uid: 24527 components: - type: MetaData name: open prison sign @@ -163337,24 +163532,24 @@ entities: parent: 2 - proto: SignRadiationMed entities: - - uid: 24545 + - uid: 24528 components: - type: Transform pos: -63.5,-25.5 parent: 2 - proto: SignRedFive entities: - - uid: 24546 + - uid: 24529 components: - type: Transform pos: 57.5,22.5 parent: 2 - - uid: 24547 + - uid: 24530 components: - type: Transform pos: 41.5,17.5 parent: 2 - - uid: 24548 + - uid: 24531 components: - type: Transform rot: 3.141592653589793 rad @@ -163362,17 +163557,17 @@ entities: parent: 2 - proto: SignRedFour entities: - - uid: 24549 + - uid: 24532 components: - type: Transform pos: 40.5,17.5 parent: 2 - - uid: 24550 + - uid: 24533 components: - type: Transform pos: 54.5,22.5 parent: 2 - - uid: 24551 + - uid: 24534 components: - type: Transform rot: 3.141592653589793 rad @@ -163380,71 +163575,71 @@ entities: parent: 2 - proto: SignRedNine entities: - - uid: 24552 + - uid: 24535 components: - type: Transform pos: 51.62568,41.505035 parent: 2 - proto: SignRedOne entities: - - uid: 24553 + - uid: 24536 components: - type: Transform pos: 45.5,22.5 parent: 2 - - uid: 24554 + - uid: 24537 components: - type: Transform rot: 3.141592653589793 rad pos: 28.5,13.5 parent: 2 - - uid: 24555 + - uid: 24538 components: - type: Transform pos: 30.70196,-15.491432 parent: 2 - - uid: 24556 + - uid: 24539 components: - type: Transform pos: 37.5,17.5 parent: 2 - proto: SignRedSeven entities: - - uid: 24557 + - uid: 24540 components: - type: Transform pos: 60.5,17.5 parent: 2 - proto: SignRedSix entities: - - uid: 24558 + - uid: 24541 components: - type: Transform pos: 42.5,17.5 parent: 2 - - uid: 24559 + - uid: 24542 components: - type: Transform pos: 60.5,20.5 parent: 2 - - uid: 24560 + - uid: 24543 components: - type: Transform pos: 51.40693,41.505035 parent: 2 - proto: SignRedThree entities: - - uid: 24561 + - uid: 24544 components: - type: Transform pos: 51.5,22.5 parent: 2 - - uid: 24562 + - uid: 24545 components: - type: Transform pos: 39.5,17.5 parent: 2 - - uid: 24563 + - uid: 24546 components: - type: Transform rot: 3.141592653589793 rad @@ -163452,18 +163647,18 @@ entities: parent: 2 - proto: SignRedTwo entities: - - uid: 24564 + - uid: 24547 components: - type: Transform pos: 48.5,22.5 parent: 2 - - uid: 24565 + - uid: 24548 components: - type: Transform rot: 3.141592653589793 rad pos: 38.5,17.5 parent: 2 - - uid: 24566 + - uid: 24549 components: - type: Transform rot: 3.141592653589793 rad @@ -163471,130 +163666,132 @@ entities: parent: 2 - proto: SignRedZero entities: - - uid: 24567 + - uid: 24550 components: - type: Transform pos: 30.467585,-15.491432 parent: 2 - - uid: 24568 + - uid: 24551 components: - type: Transform pos: 30.23321,-15.491432 parent: 2 - proto: SignRND entities: - - uid: 24569 + - uid: 24552 components: - type: Transform pos: 47.5,-38.5 parent: 2 - proto: SignRobo entities: - - uid: 24570 + - uid: 24553 components: - type: Transform pos: 66.5,-47.5 parent: 2 - proto: SignScience1 entities: - - uid: 24571 + - uid: 24554 components: - type: Transform pos: 38.5,-40.5 parent: 2 - proto: SignShipDock entities: - - uid: 24572 + - uid: 24555 components: - type: MetaData name: docking arm - type: Transform pos: -14.5,70.5 parent: 2 - - uid: 24573 + - uid: 24556 components: - type: MetaData name: docking arm - type: Transform pos: -20.5,70.5 parent: 2 - - uid: 24574 + - uid: 24557 components: - type: Transform pos: 76.5,-32.5 parent: 2 - proto: SignShock entities: - - uid: 24575 + - uid: 24558 components: - type: Transform pos: 17.5,-30.5 parent: 2 - - uid: 24576 + - uid: 24559 components: - type: Transform pos: 11.5,-15.5 parent: 2 - proto: SignSmoking entities: - - uid: 24577 + - uid: 24560 components: - type: Transform pos: 1.5,-49.5 parent: 2 - - uid: 24578 - components: - - type: Transform - pos: -10.5,-49.5 - parent: 2 - proto: SignSomethingOld entities: - - uid: 24579 + - uid: 24562 components: - type: Transform pos: -29.5,2.5 parent: 2 - proto: SignSpace entities: - - uid: 24580 + - uid: 24563 components: - type: Transform pos: -2.5,-76.5 parent: 2 - - uid: 24581 + - uid: 24564 components: - type: Transform pos: -58.5,-53.5 parent: 2 - - uid: 24582 + - uid: 24565 components: - type: Transform pos: -49.5,18.5 parent: 2 - proto: SignSurgery entities: - - uid: 24583 + - uid: 24566 components: - type: Transform - pos: -1.5,-62.5 + rot: 1.5707963267948966 rad + pos: -10.5,-52.5 + parent: 2 + - uid: 24567 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-57.5 parent: 2 - proto: SignTelecomms entities: - - uid: 24584 + - uid: 24568 components: - type: Transform pos: 13.5,-22.5 parent: 2 - proto: SignToolStorage entities: - - uid: 24585 + - uid: 24569 components: - type: Transform pos: -33.5,-13.5 parent: 2 - proto: SignToxins2 entities: - - uid: 24586 + - uid: 24570 components: - type: MetaData name: toxin lab sign @@ -163603,40 +163800,40 @@ entities: parent: 2 - proto: SignVirology entities: - - uid: 24587 + - uid: 24571 components: - type: Transform pos: -18.5,-62.5 parent: 2 - proto: SilverOre1 entities: - - uid: 24588 + - uid: 24572 components: - type: Transform pos: 73.48065,-67.68085 parent: 2 - proto: SingularityGenerator entities: - - uid: 24589 + - uid: 24573 components: - type: Transform pos: -72.5,-23.5 parent: 2 - proto: SinkStemlessWater entities: - - uid: 24590 + - uid: 24574 components: - type: Transform rot: 1.5707963267948966 rad pos: -31.5,-3.5 parent: 2 - - uid: 24591 + - uid: 24575 components: - type: Transform rot: 1.5707963267948966 rad pos: -31.5,-2.5 parent: 2 - - uid: 24592 + - uid: 24576 components: - type: Transform rot: -1.5707963267948966 rad @@ -163644,92 +163841,92 @@ entities: parent: 2 - proto: SinkWide entities: - - uid: 24593 + - uid: 24577 components: - type: Transform rot: 3.141592653589793 rad pos: -9.5,-33.5 parent: 2 - - uid: 24594 + - uid: 24578 components: - type: Transform rot: -1.5707963267948966 rad pos: 7.5,-48.5 parent: 2 - - uid: 24595 + - uid: 24579 components: - type: Transform pos: 1.5,9.5 parent: 2 - - uid: 24596 + - uid: 24580 components: - type: Transform rot: 3.141592653589793 rad pos: 17.5,9.5 parent: 2 - - uid: 24597 + - uid: 24581 components: - type: Transform rot: -1.5707963267948966 rad pos: -8.5,-69.5 parent: 2 - - uid: 24598 + - uid: 24582 components: - type: Transform rot: -1.5707963267948966 rad pos: -2.5,5.5 parent: 2 - - uid: 24599 + - uid: 24583 components: - type: Transform rot: -1.5707963267948966 rad pos: -2.5,6.5 parent: 2 - - uid: 24600 + - uid: 24584 components: - type: Transform rot: 3.141592653589793 rad pos: -21.5,41.5 parent: 2 - - uid: 24601 + - uid: 24585 components: - type: Transform rot: 3.141592653589793 rad pos: 62.5,21.5 parent: 2 - - uid: 24602 + - uid: 24586 components: - type: Transform pos: 63.5,13.5 parent: 2 - - uid: 24603 + - uid: 24587 components: - type: Transform pos: 63.5,11.5 parent: 2 - - uid: 24604 + - uid: 24588 components: - type: Transform pos: 63.5,9.5 parent: 2 - - uid: 24605 + - uid: 24589 components: - type: Transform rot: 1.5707963267948966 rad pos: -33.5,9.5 parent: 2 - - uid: 24606 + - uid: 24590 components: - type: Transform pos: -3.5,56.5 parent: 2 - - uid: 24607 + - uid: 24591 components: - type: Transform rot: 3.141592653589793 rad pos: 46.5,-39.5 parent: 2 - - uid: 24608 + - uid: 24592 components: - type: Transform rot: 3.141592653589793 rad @@ -163737,7 +163934,7 @@ entities: parent: 2 - proto: SmallLight entities: - - uid: 24609 + - uid: 24593 components: - type: Transform rot: -1.5707963267948966 rad @@ -163745,136 +163942,131 @@ entities: parent: 2 - proto: SmartFridge entities: - - uid: 24610 - components: - - type: Transform - pos: -4.5,-61.5 - parent: 2 - - uid: 24611 + - uid: 24595 components: - type: Transform - pos: 11.5,-45.5 + pos: 6.5,-53.5 parent: 2 - proto: SMESBasic entities: - - uid: 24612 + - uid: 24596 components: - type: Transform pos: -56.5,-87.5 parent: 2 - - uid: 24613 + - uid: 24597 components: - type: MetaData name: shuttle smes - type: Transform pos: -65.5,-53.5 parent: 2 - - uid: 24614 + - uid: 24598 components: - type: MetaData name: teg smes - type: Transform pos: -69.5,-35.5 parent: 2 - - uid: 24615 + - uid: 24599 components: - type: MetaData name: telecoms smes - type: Transform pos: 4.5,-20.5 parent: 2 - - uid: 24616 + - uid: 24600 components: - type: MetaData name: south solar smes 2 - type: Transform pos: -2.5,-78.5 parent: 2 - - uid: 24617 + - uid: 24601 components: - type: MetaData name: brig smes - type: Transform pos: 48.5,-3.5 parent: 2 - - uid: 24618 + - uid: 24602 components: - type: MetaData name: engineering smes 1 - type: Transform pos: -48.5,-21.5 parent: 2 - - uid: 24619 + - uid: 24603 components: - type: MetaData name: engineering smes 2 - type: Transform pos: -46.5,-21.5 parent: 2 - - uid: 24620 + - uid: 24604 components: - type: MetaData name: engineering smes 3 - type: Transform pos: -44.5,-21.5 parent: 2 - - uid: 24621 + - uid: 24605 components: - type: MetaData name: singularity substation - type: Transform pos: -50.5,-9.5 parent: 2 - - uid: 24622 + - uid: 24606 components: - type: MetaData name: PA smes - type: Transform pos: -56.5,-20.5 parent: 2 - - uid: 24623 + - uid: 24607 components: - type: MetaData name: atmos smes - type: Transform pos: -28.5,-37.5 parent: 2 - - uid: 24624 + - uid: 24608 components: - type: MetaData name: north solars smes 1 - type: Transform pos: 73.5,38.5 parent: 2 - - uid: 24625 + - uid: 24609 components: - type: MetaData name: north solars smes 2 - type: Transform pos: 73.5,34.5 parent: 2 - - uid: 24626 + - uid: 24610 components: - type: MetaData name: south solar smes 1 - type: Transform pos: -0.5,-78.5 parent: 2 - - uid: 24627 + - uid: 24611 components: - type: MetaData name: engineering smes 6 - type: Transform pos: -70.5,-30.5 parent: 2 - - uid: 24628 + - uid: 24612 components: - type: MetaData name: engineering smes 4 - type: Transform pos: -74.5,-30.5 parent: 2 - - uid: 24629 + - uid: 24613 components: - type: MetaData name: engineering smes 5 @@ -163883,29 +164075,29 @@ entities: parent: 2 - proto: soda_dispenser entities: - - uid: 24630 + - uid: 24614 components: - type: Transform rot: -1.5707963267948966 rad pos: 18.5,11.5 parent: 2 - - uid: 24631 + - uid: 24615 components: - type: Transform pos: -40.5,-74.5 parent: 2 - - uid: 24632 + - uid: 24616 components: - type: Transform pos: 37.5,51.5 parent: 2 - - uid: 24633 + - uid: 24617 components: - type: Transform rot: 3.141592653589793 rad pos: -20.5,47.5 parent: 2 - - uid: 24634 + - uid: 24618 components: - type: Transform rot: -1.5707963267948966 rad @@ -163913,653 +164105,653 @@ entities: parent: 2 - proto: SodiumLightTube entities: - - uid: 24635 + - uid: 24619 components: - type: Transform pos: -42.50719,-90.42425 parent: 2 - - uid: 24636 + - uid: 24620 components: - type: Transform pos: -13.634616,12.467242 parent: 2 - proto: SolarPanel entities: - - uid: 24637 + - uid: 24621 components: - type: Transform pos: 10.5,-101.5 parent: 2 - - uid: 24638 + - uid: 24622 components: - type: Transform pos: 16.5,-95.5 parent: 2 - - uid: 24639 + - uid: 24623 components: - type: Transform pos: 18.5,-95.5 parent: 2 - - uid: 24640 + - uid: 24624 components: - type: Transform pos: 6.5,-104.5 parent: 2 - - uid: 24641 + - uid: 24625 components: - type: Transform pos: 10.5,-95.5 parent: 2 - - uid: 24642 + - uid: 24626 components: - type: Transform pos: 12.5,-101.5 parent: 2 - - uid: 24643 + - uid: 24627 components: - type: Transform pos: 8.5,-104.5 parent: 2 - - uid: 24644 + - uid: 24628 components: - type: Transform pos: 14.5,-98.5 parent: 2 - - uid: 24645 + - uid: 24629 components: - type: Transform pos: 10.5,-98.5 parent: 2 - - uid: 24646 + - uid: 24630 components: - type: Transform pos: 8.5,-98.5 parent: 2 - - uid: 24647 + - uid: 24631 components: - type: Transform pos: 8.5,-95.5 parent: 2 - - uid: 24648 + - uid: 24632 components: - type: Transform pos: 12.5,-95.5 parent: 2 - - uid: 24649 + - uid: 24633 components: - type: Transform pos: 12.5,-98.5 parent: 2 - - uid: 24650 + - uid: 24634 components: - type: Transform pos: 14.5,-101.5 parent: 2 - - uid: 24651 + - uid: 24635 components: - type: Transform pos: 14.5,-95.5 parent: 2 - - uid: 24652 + - uid: 24636 components: - type: Transform pos: 6.5,-95.5 parent: 2 - - uid: 24653 + - uid: 24637 components: - type: Transform pos: 8.5,-101.5 parent: 2 - - uid: 24654 + - uid: 24638 components: - type: Transform pos: 4.5,-95.5 parent: 2 - - uid: 24655 + - uid: 24639 components: - type: Transform pos: 12.5,-104.5 parent: 2 - - uid: 24656 + - uid: 24640 components: - type: Transform pos: 16.5,-101.5 parent: 2 - - uid: 24657 + - uid: 24641 components: - type: Transform pos: 18.5,-101.5 parent: 2 - - uid: 24658 + - uid: 24642 components: - type: Transform pos: 18.5,-98.5 parent: 2 - - uid: 24659 + - uid: 24643 components: - type: Transform pos: 16.5,-98.5 parent: 2 - - uid: 24660 + - uid: 24644 components: - type: Transform pos: 18.5,-104.5 parent: 2 - - uid: 24661 + - uid: 24645 components: - type: Transform pos: 16.5,-104.5 parent: 2 - - uid: 24662 + - uid: 24646 components: - type: Transform pos: 4.5,-104.5 parent: 2 - - uid: 24663 + - uid: 24647 components: - type: Transform pos: 4.5,-101.5 parent: 2 - - uid: 24664 + - uid: 24648 components: - type: Transform pos: 6.5,-101.5 parent: 2 - - uid: 24665 + - uid: 24649 components: - type: Transform pos: 4.5,-98.5 parent: 2 - - uid: 24666 + - uid: 24650 components: - type: Transform pos: 6.5,-98.5 parent: 2 - - uid: 24667 + - uid: 24651 components: - type: Transform pos: 14.5,-104.5 parent: 2 - - uid: 24668 + - uid: 24652 components: - type: Transform pos: 10.5,-104.5 parent: 2 - - uid: 24669 + - uid: 24653 components: - type: Transform rot: 1.5707963267948966 rad pos: 90.5,44.5 parent: 2 - - uid: 24670 + - uid: 24654 components: - type: Transform rot: 1.5707963267948966 rad pos: 90.5,43.5 parent: 2 - - uid: 24671 + - uid: 24655 components: - type: Transform rot: 1.5707963267948966 rad pos: 90.5,41.5 parent: 2 - - uid: 24672 + - uid: 24656 components: - type: Transform rot: 1.5707963267948966 rad pos: 90.5,42.5 parent: 2 - - uid: 24673 + - uid: 24657 components: - type: Transform rot: 1.5707963267948966 rad pos: 90.5,40.5 parent: 2 - - uid: 24674 + - uid: 24658 components: - type: Transform rot: 1.5707963267948966 rad pos: 90.5,39.5 parent: 2 - - uid: 24675 + - uid: 24659 components: - type: Transform rot: 1.5707963267948966 rad pos: 90.5,38.5 parent: 2 - - uid: 24676 + - uid: 24660 components: - type: Transform rot: 1.5707963267948966 rad pos: 90.5,37.5 parent: 2 - - uid: 24677 + - uid: 24661 components: - type: Transform rot: 1.5707963267948966 rad pos: 87.5,44.5 parent: 2 - - uid: 24678 + - uid: 24662 components: - type: Transform rot: 1.5707963267948966 rad pos: 87.5,43.5 parent: 2 - - uid: 24679 + - uid: 24663 components: - type: Transform rot: 1.5707963267948966 rad pos: 87.5,42.5 parent: 2 - - uid: 24680 + - uid: 24664 components: - type: Transform rot: 1.5707963267948966 rad pos: 87.5,41.5 parent: 2 - - uid: 24681 + - uid: 24665 components: - type: Transform rot: 1.5707963267948966 rad pos: 87.5,40.5 parent: 2 - - uid: 24682 + - uid: 24666 components: - type: Transform rot: 1.5707963267948966 rad pos: 87.5,39.5 parent: 2 - - uid: 24683 + - uid: 24667 components: - type: Transform rot: 1.5707963267948966 rad pos: 87.5,38.5 parent: 2 - - uid: 24684 + - uid: 24668 components: - type: Transform rot: 1.5707963267948966 rad pos: 87.5,37.5 parent: 2 - - uid: 24685 + - uid: 24669 components: - type: Transform rot: 1.5707963267948966 rad pos: 84.5,44.5 parent: 2 - - uid: 24686 + - uid: 24670 components: - type: Transform rot: 1.5707963267948966 rad pos: 84.5,43.5 parent: 2 - - uid: 24687 + - uid: 24671 components: - type: Transform rot: 1.5707963267948966 rad pos: 84.5,42.5 parent: 2 - - uid: 24688 + - uid: 24672 components: - type: Transform rot: 1.5707963267948966 rad pos: 84.5,41.5 parent: 2 - - uid: 24689 + - uid: 24673 components: - type: Transform rot: 1.5707963267948966 rad pos: 84.5,40.5 parent: 2 - - uid: 24690 + - uid: 24674 components: - type: Transform rot: 1.5707963267948966 rad pos: 84.5,39.5 parent: 2 - - uid: 24691 + - uid: 24675 components: - type: Transform rot: 1.5707963267948966 rad pos: 84.5,38.5 parent: 2 - - uid: 24692 + - uid: 24676 components: - type: Transform rot: 1.5707963267948966 rad pos: 84.5,37.5 parent: 2 - - uid: 24693 + - uid: 24677 components: - type: Transform rot: 1.5707963267948966 rad pos: 81.5,44.5 parent: 2 - - uid: 24694 + - uid: 24678 components: - type: Transform rot: 1.5707963267948966 rad pos: 81.5,43.5 parent: 2 - - uid: 24695 + - uid: 24679 components: - type: Transform rot: 1.5707963267948966 rad pos: 81.5,42.5 parent: 2 - - uid: 24696 + - uid: 24680 components: - type: Transform rot: 1.5707963267948966 rad pos: 81.5,41.5 parent: 2 - - uid: 24697 + - uid: 24681 components: - type: Transform rot: 1.5707963267948966 rad pos: 81.5,40.5 parent: 2 - - uid: 24698 + - uid: 24682 components: - type: Transform rot: 1.5707963267948966 rad pos: 81.5,39.5 parent: 2 - - uid: 24699 + - uid: 24683 components: - type: Transform rot: 1.5707963267948966 rad pos: 81.5,38.5 parent: 2 - - uid: 24700 + - uid: 24684 components: - type: Transform rot: 1.5707963267948966 rad pos: 81.5,37.5 parent: 2 - - uid: 24701 + - uid: 24685 components: - type: Transform rot: 1.5707963267948966 rad pos: 78.5,44.5 parent: 2 - - uid: 24702 + - uid: 24686 components: - type: Transform rot: 1.5707963267948966 rad pos: 78.5,43.5 parent: 2 - - uid: 24703 + - uid: 24687 components: - type: Transform rot: 1.5707963267948966 rad pos: 78.5,42.5 parent: 2 - - uid: 24704 + - uid: 24688 components: - type: Transform rot: 1.5707963267948966 rad pos: 78.5,41.5 parent: 2 - - uid: 24705 + - uid: 24689 components: - type: Transform rot: 1.5707963267948966 rad pos: 78.5,40.5 parent: 2 - - uid: 24706 + - uid: 24690 components: - type: Transform rot: 1.5707963267948966 rad pos: 78.5,39.5 parent: 2 - - uid: 24707 + - uid: 24691 components: - type: Transform rot: 1.5707963267948966 rad pos: 78.5,38.5 parent: 2 - - uid: 24708 + - uid: 24692 components: - type: Transform rot: 1.5707963267948966 rad pos: 78.5,37.5 parent: 2 - - uid: 24709 + - uid: 24693 components: - type: Transform rot: 1.5707963267948966 rad pos: 78.5,35.5 parent: 2 - - uid: 24710 + - uid: 24694 components: - type: Transform rot: 1.5707963267948966 rad pos: 78.5,34.5 parent: 2 - - uid: 24711 + - uid: 24695 components: - type: Transform rot: 1.5707963267948966 rad pos: 78.5,33.5 parent: 2 - - uid: 24712 + - uid: 24696 components: - type: Transform rot: 1.5707963267948966 rad pos: 78.5,32.5 parent: 2 - - uid: 24713 + - uid: 24697 components: - type: Transform rot: 1.5707963267948966 rad pos: 78.5,31.5 parent: 2 - - uid: 24714 + - uid: 24698 components: - type: Transform rot: 1.5707963267948966 rad pos: 78.5,30.5 parent: 2 - - uid: 24715 + - uid: 24699 components: - type: Transform rot: 1.5707963267948966 rad pos: 78.5,29.5 parent: 2 - - uid: 24716 + - uid: 24700 components: - type: Transform rot: 1.5707963267948966 rad pos: 78.5,28.5 parent: 2 - - uid: 24717 + - uid: 24701 components: - type: Transform rot: 1.5707963267948966 rad pos: 81.5,35.5 parent: 2 - - uid: 24718 + - uid: 24702 components: - type: Transform rot: 1.5707963267948966 rad pos: 81.5,34.5 parent: 2 - - uid: 24719 + - uid: 24703 components: - type: Transform rot: 1.5707963267948966 rad pos: 81.5,33.5 parent: 2 - - uid: 24720 + - uid: 24704 components: - type: Transform rot: 1.5707963267948966 rad pos: 81.5,32.5 parent: 2 - - uid: 24721 + - uid: 24705 components: - type: Transform rot: 1.5707963267948966 rad pos: 81.5,31.5 parent: 2 - - uid: 24722 + - uid: 24706 components: - type: Transform rot: 1.5707963267948966 rad pos: 81.5,30.5 parent: 2 - - uid: 24723 + - uid: 24707 components: - type: Transform rot: 1.5707963267948966 rad pos: 81.5,29.5 parent: 2 - - uid: 24724 + - uid: 24708 components: - type: Transform rot: 1.5707963267948966 rad pos: 81.5,28.5 parent: 2 - - uid: 24725 + - uid: 24709 components: - type: Transform rot: 1.5707963267948966 rad pos: 84.5,35.5 parent: 2 - - uid: 24726 + - uid: 24710 components: - type: Transform rot: 1.5707963267948966 rad pos: 84.5,34.5 parent: 2 - - uid: 24727 + - uid: 24711 components: - type: Transform rot: 1.5707963267948966 rad pos: 84.5,33.5 parent: 2 - - uid: 24728 + - uid: 24712 components: - type: Transform rot: 1.5707963267948966 rad pos: 84.5,32.5 parent: 2 - - uid: 24729 + - uid: 24713 components: - type: Transform rot: 1.5707963267948966 rad pos: 84.5,31.5 parent: 2 - - uid: 24730 + - uid: 24714 components: - type: Transform rot: 1.5707963267948966 rad pos: 84.5,30.5 parent: 2 - - uid: 24731 + - uid: 24715 components: - type: Transform rot: 1.5707963267948966 rad pos: 84.5,29.5 parent: 2 - - uid: 24732 + - uid: 24716 components: - type: Transform rot: 1.5707963267948966 rad pos: 84.5,28.5 parent: 2 - - uid: 24733 + - uid: 24717 components: - type: Transform rot: 1.5707963267948966 rad pos: 87.5,35.5 parent: 2 - - uid: 24734 + - uid: 24718 components: - type: Transform rot: 1.5707963267948966 rad pos: 87.5,34.5 parent: 2 - - uid: 24735 + - uid: 24719 components: - type: Transform rot: 1.5707963267948966 rad pos: 87.5,33.5 parent: 2 - - uid: 24736 + - uid: 24720 components: - type: Transform rot: 1.5707963267948966 rad pos: 87.5,32.5 parent: 2 - - uid: 24737 + - uid: 24721 components: - type: Transform rot: 1.5707963267948966 rad pos: 87.5,31.5 parent: 2 - - uid: 24738 + - uid: 24722 components: - type: Transform rot: 1.5707963267948966 rad pos: 87.5,30.5 parent: 2 - - uid: 24739 + - uid: 24723 components: - type: Transform rot: 1.5707963267948966 rad pos: 87.5,29.5 parent: 2 - - uid: 24740 + - uid: 24724 components: - type: Transform rot: 1.5707963267948966 rad pos: 87.5,28.5 parent: 2 - - uid: 24741 + - uid: 24725 components: - type: Transform rot: 1.5707963267948966 rad pos: 90.5,35.5 parent: 2 - - uid: 24742 + - uid: 24726 components: - type: Transform rot: 1.5707963267948966 rad pos: 90.5,34.5 parent: 2 - - uid: 24743 + - uid: 24727 components: - type: Transform rot: 1.5707963267948966 rad pos: 90.5,33.5 parent: 2 - - uid: 24744 + - uid: 24728 components: - type: Transform rot: 1.5707963267948966 rad pos: 90.5,32.5 parent: 2 - - uid: 24745 + - uid: 24729 components: - type: Transform rot: 1.5707963267948966 rad pos: 90.5,31.5 parent: 2 - - uid: 24746 + - uid: 24730 components: - type: Transform rot: 1.5707963267948966 rad pos: 90.5,30.5 parent: 2 - - uid: 24747 + - uid: 24731 components: - type: Transform rot: 1.5707963267948966 rad pos: 90.5,29.5 parent: 2 - - uid: 24748 + - uid: 24732 components: - type: Transform rot: 1.5707963267948966 rad @@ -164567,214 +164759,214 @@ entities: parent: 2 - proto: SolarPanelBroken entities: - - uid: 24749 + - uid: 24733 components: - type: Transform pos: -4.5,-73.5 parent: 2 - - uid: 24750 + - uid: 24734 components: - type: Transform rot: 3.141592653589793 rad pos: 62.5,29.5 parent: 2 - - uid: 24751 + - uid: 24735 components: - type: Transform pos: 46.5,-62.5 parent: 2 - proto: SolarTracker entities: - - uid: 24752 + - uid: 24736 components: - type: Transform pos: 11.5,-105.5 parent: 2 - - uid: 24753 + - uid: 24737 components: - type: Transform pos: 91.5,36.5 parent: 2 - proto: SpaceCash entities: - - uid: 24754 + - uid: 24738 components: - type: Transform rot: 1.5707963267948966 rad pos: 53.352566,29.426033 parent: 2 - - uid: 24755 + - uid: 24739 components: - type: Transform pos: 53.49319,28.910408 parent: 2 - - uid: 24756 + - uid: 24740 components: - type: Transform pos: 53.58694,28.691658 parent: 2 - proto: SpaceCash1000 entities: - - uid: 24757 + - uid: 24741 components: - type: Transform pos: 59.59177,-29.360462 parent: 2 - proto: SpaceQuartz1 entities: - - uid: 24758 + - uid: 24742 components: - type: Transform pos: -31.635456,29.591772 parent: 2 - proto: SpaceVillainArcadeComputerCircuitboard entities: - - uid: 24759 + - uid: 24743 components: - type: Transform pos: -12.610414,35.61681 parent: 2 - proto: SpawnMobAlexander entities: - - uid: 24760 + - uid: 24744 components: - type: Transform pos: 3.5,5.5 parent: 2 - proto: SpawnMobBear entities: - - uid: 24761 + - uid: 24745 components: - type: Transform pos: -37.5,62.5 parent: 2 - proto: SpawnMobButterfly entities: - - uid: 24762 + - uid: 24746 components: - type: Transform pos: -5.5,54.5 parent: 2 - - uid: 24763 + - uid: 24747 components: - type: Transform pos: -8.5,51.5 parent: 2 - proto: SpawnMobCat entities: - - uid: 24764 + - uid: 24748 components: - type: Transform pos: -12.5,-38.5 parent: 2 - - uid: 24765 + - uid: 24749 components: - type: Transform pos: 57.5,16.5 parent: 2 - proto: SpawnMobCatGeneric entities: - - uid: 24766 + - uid: 24750 components: - type: Transform pos: -55.5,-64.5 parent: 2 - proto: SpawnMobCleanBot entities: - - uid: 24767 + - uid: 24751 components: - type: Transform pos: 15.5,-42.5 parent: 2 - proto: SpawnMobCorgi entities: - - uid: 24768 + - uid: 24752 components: - type: Transform pos: 3.5,-7.5 parent: 2 - proto: SpawnMobCow entities: - - uid: 24769 + - uid: 24753 components: - type: Transform pos: -7.5,18.5 parent: 2 - - uid: 24770 + - uid: 24754 components: - type: Transform pos: -4.5,18.5 parent: 2 - proto: SpawnMobCrabAtmos entities: - - uid: 24771 + - uid: 24755 components: - type: Transform pos: -36.5,-43.5 parent: 2 - proto: SpawnMobFoxRenault entities: - - uid: 24772 + - uid: 24756 components: - type: Transform pos: 32.5,-28.5 parent: 2 - proto: SpawnMobFrog entities: - - uid: 24773 + - uid: 24757 components: - type: Transform pos: 11.5,53.5 parent: 2 - - uid: 24774 + - uid: 24758 components: - type: Transform pos: 8.5,54.5 parent: 2 - proto: SpawnMobHamsterHamlet entities: - - uid: 24775 + - uid: 24759 components: - type: Transform pos: 30.5,-23.5 parent: 2 - proto: SpawnMobKangaroo entities: - - uid: 24776 + - uid: 24760 components: - type: Transform pos: -53.5,61.5 parent: 2 - proto: SpawnMobKangarooWillow entities: - - uid: 24777 + - uid: 24761 components: - type: Transform pos: 25.5,-0.5 parent: 2 - proto: SpawnMobMcGriff entities: - - uid: 24778 + - uid: 24762 components: - type: Transform pos: 26.5,23.5 parent: 2 - proto: SpawnMobMedibot entities: - - uid: 24779 + - uid: 24763 components: - type: Transform pos: -8.5,-46.5 parent: 2 - proto: SpawnMobMonkey entities: - - uid: 24780 + - uid: 24764 components: - type: Transform rot: -1.5707963267948966 rad pos: -24.5,-89.5 parent: 2 - - uid: 24781 + - uid: 24765 components: - type: Transform rot: -1.5707963267948966 rad @@ -164782,908 +164974,901 @@ entities: parent: 2 - proto: SpawnMobMonkeyPunpun entities: - - uid: 24782 + - uid: 24766 components: - type: Transform pos: 16.5,9.5 parent: 2 - proto: SpawnMobMouse entities: - - uid: 24783 + - uid: 24767 components: - type: Transform pos: 2.5,-69.5 parent: 2 - - uid: 24784 + - uid: 24768 components: - type: Transform pos: -0.5,33.5 parent: 2 - - uid: 24785 + - uid: 24769 components: - type: Transform pos: -28.5,-41.5 parent: 2 - - uid: 24786 + - uid: 24770 components: - type: Transform pos: -29.5,-47.5 parent: 2 - - uid: 24787 + - uid: 24771 components: - type: Transform pos: 49.5,-33.5 parent: 2 - - uid: 24788 + - uid: 24772 components: - type: Transform pos: -7.5,-81.5 parent: 2 - - uid: 24789 + - uid: 24773 components: - type: Transform pos: 6.5,32.5 parent: 2 - - uid: 24790 + - uid: 24774 components: - type: Transform pos: 35.5,22.5 parent: 2 - - uid: 24791 + - uid: 24775 components: - type: Transform pos: -15.5,13.5 parent: 2 - - uid: 24792 + - uid: 24776 components: - type: Transform pos: 52.5,36.5 parent: 2 - - uid: 24793 + - uid: 24777 components: - type: Transform pos: -51.5,-0.5 parent: 2 - - uid: 24794 + - uid: 24778 components: - type: Transform pos: -38.5,-64.5 parent: 2 - - uid: 24795 + - uid: 24779 components: - type: Transform pos: -40.5,-81.5 parent: 2 - - uid: 24796 + - uid: 24780 components: - type: Transform pos: -45.5,-77.5 parent: 2 - - uid: 24797 + - uid: 24781 components: - type: Transform pos: 48.5,-65.5 parent: 2 -- proto: SpawnMobPossumMorty - entities: - - uid: 24798 - components: - - type: Transform - pos: -15.5,-63.5 - parent: 2 - proto: SpawnMobRaccoonMorticia entities: - - uid: 24799 + - uid: 24782 components: - type: Transform pos: -33.5,31.5 parent: 2 - proto: SpawnMobShiva entities: - - uid: 24800 + - uid: 24783 components: - type: Transform pos: 4.5,19.5 parent: 2 - proto: SpawnMobSlothPaperwork entities: - - uid: 24801 + - uid: 24784 components: - type: Transform pos: 12.5,-7.5 parent: 2 - proto: SpawnMobSmile entities: - - uid: 24802 + - uid: 24785 components: - type: Transform pos: 62.5,-43.5 parent: 2 - proto: SpawnMobSpaceSpider entities: - - uid: 24803 + - uid: 24786 components: - type: Transform pos: -47.5,68.5 parent: 2 - proto: SpawnMobWalter entities: - - uid: 24804 + - uid: 24787 components: - type: Transform - pos: -0.5,-53.5 + pos: 5.5,-49.5 parent: 2 - proto: SpawnPointAtmos entities: - - uid: 24805 + - uid: 24788 components: - type: Transform pos: -39.5,-34.5 parent: 2 - - uid: 24806 + - uid: 24789 components: - type: Transform pos: -37.5,-35.5 parent: 2 - - uid: 24807 + - uid: 24790 components: - type: Transform pos: -36.5,-34.5 parent: 2 - proto: SpawnPointBartender entities: - - uid: 24808 + - uid: 24791 components: - type: Transform pos: 17.5,13.5 parent: 2 - - uid: 24809 + - uid: 24792 components: - type: Transform pos: 17.5,11.5 parent: 2 - proto: SpawnPointBorg entities: - - uid: 24810 + - uid: 24793 components: - type: Transform pos: 64.5,-44.5 parent: 2 - - uid: 24811 + - uid: 24794 components: - type: Transform pos: 60.5,-44.5 parent: 2 - proto: SpawnPointBotanist entities: - - uid: 24812 + - uid: 24795 components: - type: Transform pos: -5.5,7.5 parent: 2 - - uid: 24813 + - uid: 24796 components: - type: Transform pos: -7.5,7.5 parent: 2 - - uid: 24814 + - uid: 24797 components: - type: Transform pos: -9.5,7.5 parent: 2 - proto: SpawnPointBoxer entities: - - uid: 24815 + - uid: 24798 components: - type: Transform pos: 22.5,2.5 parent: 2 - proto: SpawnPointCaptain entities: - - uid: 24816 + - uid: 24799 components: - type: Transform pos: 26.5,-22.5 parent: 2 - proto: SpawnPointCargoTechnician entities: - - uid: 24817 + - uid: 24800 components: - type: Transform pos: -46.5,16.5 parent: 2 - - uid: 24818 + - uid: 24801 components: - type: Transform pos: -31.5,24.5 parent: 2 - - uid: 24819 + - uid: 24802 components: - type: Transform pos: -33.5,22.5 parent: 2 - - uid: 24820 + - uid: 24803 components: - type: Transform pos: -31.5,19.5 parent: 2 - - uid: 24821 + - uid: 24804 components: - type: Transform pos: -31.5,21.5 parent: 2 - proto: SpawnPointChaplain entities: - - uid: 24822 + - uid: 24805 components: - type: Transform pos: -30.5,13.5 parent: 2 - - uid: 24823 + - uid: 24806 components: - type: Transform pos: -30.5,14.5 parent: 2 - proto: SpawnPointChef entities: - - uid: 24824 + - uid: 24807 components: - type: Transform pos: 0.5,7.5 parent: 2 - - uid: 24825 + - uid: 24808 components: - type: Transform pos: 5.5,7.5 parent: 2 - - uid: 24826 + - uid: 24809 components: - type: Transform pos: 5.5,9.5 parent: 2 - proto: SpawnPointChemist entities: - - uid: 24827 + - uid: 24810 components: - type: Transform - pos: 3.5,-50.5 + pos: 3.5,-48.5 parent: 2 - - uid: 24828 + - uid: 24811 components: - type: Transform - pos: 3.5,-48.5 + pos: 3.5,-46.5 parent: 2 - - uid: 24829 + - uid: 24812 components: - type: Transform - pos: 3.5,-46.5 + pos: 3.5,-52.5 parent: 2 - proto: SpawnPointChiefEngineer entities: - - uid: 24830 + - uid: 24813 components: - type: Transform pos: -36.5,-17.5 parent: 2 - proto: SpawnPointChiefMedicalOfficer entities: - - uid: 24831 + - uid: 24814 components: - type: Transform pos: -18.5,-55.5 parent: 2 - proto: SpawnPointClown entities: - - uid: 24832 + - uid: 24815 components: - type: Transform pos: -21.5,38.5 parent: 2 - - uid: 24833 + - uid: 24816 components: - type: Transform pos: 0.5,-21.5 parent: 2 - proto: SpawnPointDetective entities: - - uid: 24834 + - uid: 24817 components: - type: Transform pos: 19.5,-11.5 parent: 2 - proto: SpawnPointHeadOfPersonnel entities: - - uid: 24835 + - uid: 24818 components: - type: Transform pos: 4.5,-5.5 parent: 2 - proto: SpawnPointHeadOfSecurity entities: - - uid: 24836 + - uid: 24819 components: - type: Transform pos: 5.5,21.5 parent: 2 - proto: SpawnPointJanitor entities: - - uid: 24837 + - uid: 24820 components: - type: Transform pos: -11.5,-18.5 parent: 2 - - uid: 24838 + - uid: 24821 components: - type: Transform pos: -10.5,-22.5 parent: 2 - - uid: 24839 + - uid: 24822 components: - type: Transform pos: -12.5,-22.5 parent: 2 - proto: SpawnPointLatejoin entities: - - uid: 24840 + - uid: 24823 components: - type: Transform pos: 39.5,-72.5 parent: 2 - - uid: 24841 + - uid: 24824 components: - type: Transform pos: 37.5,-72.5 parent: 2 - - uid: 24842 + - uid: 24825 components: - type: Transform pos: 42.5,-72.5 parent: 2 - proto: SpawnPointLawyer entities: - - uid: 24843 + - uid: 24826 components: - type: Transform pos: 42.5,-2.5 parent: 2 - - uid: 24844 + - uid: 24827 components: - type: Transform pos: 39.5,-4.5 parent: 2 - proto: SpawnPointLibrarian entities: - - uid: 24845 + - uid: 24828 components: - type: Transform pos: 11.5,-9.5 parent: 2 - - uid: 24846 + - uid: 24829 components: - type: Transform pos: 9.5,-9.5 parent: 2 - proto: SpawnPointMedicalDoctor entities: - - uid: 24847 + - uid: 24830 components: - type: Transform pos: -14.5,-46.5 parent: 2 - - uid: 24848 + - uid: 24831 components: - type: Transform pos: -12.5,-46.5 parent: 2 - - uid: 24849 + - uid: 24832 components: - type: Transform pos: -12.5,-48.5 parent: 2 - - uid: 24850 + - uid: 24833 components: - type: Transform pos: -14.5,-48.5 parent: 2 - - uid: 24851 + - uid: 24834 components: - type: Transform pos: -28.5,-74.5 parent: 2 - proto: SpawnPointMedicalIntern entities: - - uid: 24852 + - uid: 24835 components: - type: Transform pos: -0.5,-47.5 parent: 2 - proto: SpawnPointMime entities: - - uid: 24853 + - uid: 24836 components: - type: Transform pos: -27.5,45.5 parent: 2 - - uid: 24854 + - uid: 24837 components: - type: Transform pos: -0.5,-20.5 parent: 2 - proto: SpawnPointMusician entities: - - uid: 24855 + - uid: 24838 components: - type: Transform pos: -9.5,-5.5 parent: 2 - - uid: 24856 + - uid: 24839 components: - type: Transform pos: -7.5,-5.5 parent: 2 - proto: SpawnPointObserver entities: - - uid: 24857 + - uid: 24840 components: - type: Transform pos: -4.5,-41.5 parent: 2 - proto: SpawnPointParamedic entities: - - uid: 24858 + - uid: 24841 components: - type: Transform - pos: 3.5,-64.5 + pos: -4.5,-65.5 parent: 2 - proto: SpawnPointPassenger entities: - - uid: 24859 + - uid: 24842 components: - type: Transform pos: -25.5,-22.5 parent: 2 - - uid: 24860 + - uid: 24843 components: - type: Transform pos: -23.5,-22.5 parent: 2 - - uid: 24861 + - uid: 24844 components: - type: Transform pos: 41.5,-72.5 parent: 2 - - uid: 24862 + - uid: 24845 components: - type: Transform pos: 38.5,-72.5 parent: 2 - - uid: 24863 + - uid: 24846 components: - type: Transform pos: 40.5,-55.5 parent: 2 - - uid: 24864 + - uid: 24847 components: - type: Transform pos: -51.5,14.5 parent: 2 - - uid: 24865 + - uid: 24848 components: - type: Transform pos: -45.5,5.5 parent: 2 - - uid: 24866 + - uid: 24849 components: - type: Transform pos: -52.5,7.5 parent: 2 - - uid: 24867 + - uid: 24850 components: - type: Transform pos: 39.5,-54.5 parent: 2 - - uid: 24868 + - uid: 24851 components: - type: Transform pos: -46.5,7.5 parent: 2 - - uid: 24869 + - uid: 24852 components: - type: Transform pos: -19.5,34.5 parent: 2 - - uid: 24870 + - uid: 24853 components: - type: Transform pos: -11.5,32.5 parent: 2 - - uid: 24871 + - uid: 24854 components: - type: Transform pos: -23.5,30.5 parent: 2 - - uid: 24872 + - uid: 24855 components: - type: Transform pos: -42.5,10.5 parent: 2 - - uid: 24873 + - uid: 24856 components: - type: Transform pos: -24.5,-20.5 parent: 2 - - uid: 24874 + - uid: 24857 components: - type: Transform pos: -44.5,3.5 parent: 2 - - uid: 24875 + - uid: 24858 components: - type: Transform pos: 43.5,-72.5 parent: 2 - - uid: 24876 + - uid: 24859 components: - type: Transform pos: 36.5,-72.5 parent: 2 - proto: SpawnPointPsychologist entities: - - uid: 24877 + - uid: 24860 components: - type: Transform pos: -11.5,-36.5 parent: 2 - proto: SpawnPointQuartermaster entities: - - uid: 24878 + - uid: 24861 components: - type: Transform pos: -31.5,30.5 parent: 2 - proto: SpawnPointReporter entities: - - uid: 24879 + - uid: 24862 components: - type: Transform pos: -25.5,11.5 parent: 2 - proto: SpawnPointResearchAssistant entities: - - uid: 24880 + - uid: 24863 components: - type: Transform pos: 49.5,-40.5 parent: 2 - proto: SpawnPointResearchDirector entities: - - uid: 24881 + - uid: 24864 components: - type: Transform pos: 63.5,-52.5 parent: 2 - proto: SpawnPointSalvageSpecialist entities: - - uid: 24882 + - uid: 24865 components: - type: Transform pos: -37.5,32.5 parent: 2 - - uid: 24883 + - uid: 24866 components: - type: Transform pos: -37.5,30.5 parent: 2 - - uid: 24884 + - uid: 24867 components: - type: Transform pos: -37.5,28.5 parent: 2 - proto: SpawnPointScientist entities: - - uid: 24885 + - uid: 24868 components: - type: Transform pos: 45.5,-46.5 parent: 2 - - uid: 24886 + - uid: 24869 components: - type: Transform pos: 43.5,-46.5 parent: 2 - - uid: 24887 + - uid: 24870 components: - type: Transform pos: 41.5,-46.5 parent: 2 - - uid: 24888 + - uid: 24871 components: - type: Transform pos: 44.5,-47.5 parent: 2 - - uid: 24889 + - uid: 24872 components: - type: Transform pos: 74.5,-34.5 parent: 2 - proto: SpawnPointSecurityCadet entities: - - uid: 24890 + - uid: 24873 components: - type: Transform pos: 23.5,18.5 parent: 2 - - uid: 24891 + - uid: 24874 components: - type: Transform pos: 25.5,18.5 parent: 2 - proto: SpawnPointSecurityOfficer entities: - - uid: 24892 + - uid: 24875 components: - type: Transform pos: 1.5,19.5 parent: 2 - - uid: 24893 + - uid: 24876 components: - type: Transform pos: 7.5,16.5 parent: 2 - - uid: 24894 + - uid: 24877 components: - type: Transform pos: 5.5,16.5 parent: 2 - - uid: 24895 + - uid: 24878 components: - type: Transform pos: 0.5,18.5 parent: 2 - - uid: 24896 + - uid: 24879 components: - type: Transform pos: 1.5,17.5 parent: 2 - - uid: 24897 + - uid: 24880 components: - type: Transform pos: 6.5,13.5 parent: 2 - proto: SpawnPointServiceWorker entities: - - uid: 24898 + - uid: 24881 components: - type: Transform pos: -21.5,44.5 parent: 2 - - uid: 24899 + - uid: 24882 components: - type: Transform pos: -10.5,42.5 parent: 2 - - uid: 24900 + - uid: 24883 components: - type: Transform pos: -21.5,48.5 parent: 2 - proto: SpawnPointStationEngineer entities: - - uid: 24901 + - uid: 24884 components: - type: Transform pos: -37.5,-10.5 parent: 2 - - uid: 24902 + - uid: 24885 components: - type: Transform pos: -38.5,-12.5 parent: 2 - - uid: 24903 + - uid: 24886 components: - type: Transform pos: -36.5,-12.5 parent: 2 - - uid: 24904 + - uid: 24887 components: - type: Transform pos: -35.5,-10.5 parent: 2 - - uid: 24905 + - uid: 24888 components: - type: Transform pos: -35.5,-7.5 parent: 2 - proto: SpawnPointTechnicalAssistant entities: - - uid: 24906 + - uid: 24889 components: - type: Transform pos: -23.5,-10.5 parent: 2 - - uid: 24907 + - uid: 24890 components: - type: Transform pos: -24.5,-12.5 parent: 2 - proto: SpawnPointWarden entities: - - uid: 24908 + - uid: 24891 components: - type: Transform pos: 23.5,21.5 parent: 2 - proto: SpawnVendingMachineRestockFoodDrink entities: - - uid: 24914 + - uid: 24892 components: - type: Transform pos: 37.5,-10.5 parent: 2 - - uid: 24915 + - uid: 24893 components: - type: Transform pos: -13.5,-12.5 parent: 2 - proto: SpiderWeb entities: - - uid: 24916 + - uid: 24894 components: - type: Transform pos: -38.5,-71.5 parent: 2 - - uid: 24917 + - uid: 24895 components: - type: Transform pos: -39.5,-70.5 parent: 2 - - uid: 24918 + - uid: 24896 components: - type: Transform pos: -46.5,-72.5 parent: 2 - - uid: 24919 + - uid: 24897 components: - type: Transform pos: -47.5,-73.5 parent: 2 - - uid: 24920 + - uid: 24898 components: - type: Transform pos: -52.5,-68.5 parent: 2 - - uid: 24921 + - uid: 24899 components: - type: Transform pos: -50.5,-62.5 parent: 2 - proto: SprayBottle entities: - - uid: 24922 + - uid: 24900 components: - type: Transform pos: -7.3262715,-17.288473 parent: 2 - - uid: 24923 + - uid: 24901 components: - type: Transform pos: -7.2793965,-17.491598 parent: 2 - - uid: 24924 + - uid: 24902 components: - type: Transform pos: 53.44381,-51.454926 parent: 2 - proto: SprayBottleSpaceCleaner entities: - - uid: 24925 + - uid: 24903 components: - type: Transform pos: -13.517906,-22.26318 parent: 2 - - uid: 24926 + - uid: 24904 components: - type: Transform pos: -13.721031,-22.20068 parent: 2 - - uid: 24927 + - uid: 24905 components: - type: Transform pos: -13.62392,-22.29671 parent: 2 - - uid: 24928 + - uid: 24906 components: - type: Transform pos: -13.389545,-22.218584 parent: 2 - proto: Stairs entities: - - uid: 24929 + - uid: 24907 components: - type: Transform rot: 1.5707963267948966 rad pos: -16.5,-14.5 parent: 2 - - uid: 24930 + - uid: 24908 components: - type: Transform rot: 3.141592653589793 rad pos: -19.5,-8.5 parent: 2 - - uid: 24931 + - uid: 24909 components: - type: Transform rot: 3.141592653589793 rad pos: -18.5,-8.5 parent: 2 - - uid: 24932 + - uid: 24910 components: - type: Transform pos: -20.5,-23.5 parent: 2 - - uid: 24933 + - uid: 24911 components: - type: Transform pos: -19.5,-23.5 parent: 2 - - uid: 24934 + - uid: 24912 components: - type: Transform rot: 3.141592653589793 rad pos: -20.5,-8.5 parent: 2 - - uid: 24935 + - uid: 24913 components: - type: Transform pos: -18.5,-23.5 parent: 2 - - uid: 24936 + - uid: 24914 components: - type: Transform pos: -31.5,-20.5 parent: 2 - - uid: 24937 + - uid: 24915 components: - type: Transform pos: -32.5,-20.5 parent: 2 - - uid: 24938 + - uid: 24916 components: - type: Transform rot: 1.5707963267948966 rad pos: -50.5,-32.5 parent: 2 - - uid: 24939 + - uid: 24917 components: - type: Transform rot: 1.5707963267948966 rad pos: -50.5,-31.5 parent: 2 - - uid: 24940 + - uid: 24918 components: - type: Transform rot: 1.5707963267948966 rad pos: -63.5,-36.5 parent: 2 - - uid: 24941 + - uid: 24919 components: - type: Transform rot: 1.5707963267948966 rad pos: -63.5,-37.5 parent: 2 - - uid: 24942 + - uid: 24920 components: - type: Transform rot: -1.5707963267948966 rad pos: -54.5,-27.5 parent: 2 - - uid: 24943 + - uid: 24921 components: - type: Transform rot: -1.5707963267948966 rad pos: -54.5,-28.5 parent: 2 - - uid: 24944 + - uid: 24922 components: - type: Transform rot: -1.5707963267948966 rad @@ -165691,13 +165876,13 @@ entities: parent: 2 - proto: StairStage entities: - - uid: 24945 + - uid: 24923 components: - type: Transform rot: 1.5707963267948966 rad pos: -39.5,-2.5 parent: 2 - - uid: 24946 + - uid: 24924 components: - type: Transform rot: -1.5707963267948966 rad @@ -165705,82 +165890,82 @@ entities: parent: 2 - proto: StasisBed entities: - - uid: 24947 + - uid: 24925 components: - type: Transform - pos: 4.5,-64.5 + pos: -3.5,-64.5 parent: 2 - - uid: 24948 + - uid: 24926 components: - type: Transform - pos: 4.5,-63.5 + pos: -3.5,-65.5 parent: 2 - proto: StationMap entities: - - uid: 24949 + - uid: 24927 components: - type: Transform pos: 5.5,-24.5 parent: 2 - - uid: 24950 + - uid: 24928 components: - type: Transform pos: -32.5,2.5 parent: 2 - - uid: 24951 + - uid: 24929 components: - type: Transform pos: -18.5,52.5 parent: 2 - - uid: 24952 + - uid: 24930 components: - type: Transform pos: 45.5,-70.5 parent: 2 - - uid: 24953 + - uid: 24931 components: - type: Transform pos: 41.5,-40.5 parent: 2 - - uid: 24954 + - uid: 24932 components: - type: Transform pos: 48.5,3.5 parent: 2 - - uid: 24955 + - uid: 24933 components: - type: Transform pos: 20.5,9.5 parent: 2 - - uid: 24956 + - uid: 24934 components: - type: Transform pos: -8.5,47.5 parent: 2 - - uid: 24957 + - uid: 24935 components: - type: Transform pos: 12.5,-79.5 parent: 2 - - uid: 24958 + - uid: 24936 components: - type: Transform pos: -69.5,-36.5 parent: 2 - - uid: 24959 + - uid: 24937 components: - type: Transform rot: 3.141592653589793 rad pos: 13.5,-2.5 parent: 2 - - uid: 24960 + - uid: 24938 components: - type: Transform pos: 9.5,-40.5 parent: 2 - proto: SteelOre1 entities: - - uid: 24961 + - uid: 24939 components: - type: Transform rot: 3.141592653589793 rad @@ -165788,49 +165973,49 @@ entities: parent: 2 - proto: Stool entities: - - uid: 24962 + - uid: 24940 components: - type: Transform rot: -1.5707963267948966 rad pos: 9.5,5.5 parent: 2 - - uid: 24963 + - uid: 24941 components: - type: Transform rot: -1.5707963267948966 rad pos: -33.5,13.5 parent: 2 - - uid: 24964 + - uid: 24942 components: - type: Transform rot: 3.141592653589793 rad pos: 4.4904113,-31.020304 parent: 2 - - uid: 24965 + - uid: 24943 components: - type: Transform rot: 3.141592653589793 rad pos: 2.4904113,-31.020304 parent: 2 - - uid: 24966 + - uid: 24944 components: - type: Transform rot: 3.141592653589793 rad pos: 6.5372863,-31.035929 parent: 2 - - uid: 24967 + - uid: 24945 components: - type: Transform rot: 3.141592653589793 rad pos: 2.4904113,-33.067177 parent: 2 - - uid: 24968 + - uid: 24946 components: - type: Transform rot: 3.141592653589793 rad pos: 4.4904113,-33.035927 parent: 2 - - uid: 24969 + - uid: 24947 components: - type: Transform rot: 3.141592653589793 rad @@ -165838,13 +166023,13 @@ entities: parent: 2 - proto: StoolBar entities: - - uid: 24970 + - uid: 24948 components: - type: Transform rot: 1.5707963267948966 rad pos: 14.5,10.5 parent: 2 - - uid: 24971 + - uid: 24949 components: - type: MetaData name: stool @@ -165852,7 +166037,7 @@ entities: rot: 3.141592653589793 rad pos: -6.5,3.5 parent: 2 - - uid: 24972 + - uid: 24950 components: - type: MetaData name: stool @@ -165860,24 +166045,24 @@ entities: rot: 3.141592653589793 rad pos: 1.5,3.5 parent: 2 - - uid: 24973 + - uid: 24951 components: - type: Transform rot: 1.5707963267948966 rad pos: 14.5,13.5 parent: 2 - - uid: 24974 + - uid: 24952 components: - type: Transform rot: 1.5707963267948966 rad pos: 14.5,12.5 parent: 2 - - uid: 24975 + - uid: 24953 components: - type: Transform pos: 5.5,12.5 parent: 2 - - uid: 24976 + - uid: 24954 components: - type: MetaData name: stool @@ -165885,7 +166070,7 @@ entities: rot: 3.141592653589793 rad pos: 0.5,3.5 parent: 2 - - uid: 24977 + - uid: 24955 components: - type: MetaData name: stool @@ -165893,78 +166078,78 @@ entities: rot: 3.141592653589793 rad pos: 2.5,3.5 parent: 2 - - uid: 24978 + - uid: 24956 components: - type: Transform rot: 1.5707963267948966 rad pos: 14.5,11.5 parent: 2 - - uid: 24979 + - uid: 24957 components: - type: Transform rot: -1.5707963267948966 rad pos: 8.5,9.5 parent: 2 - - uid: 24980 + - uid: 24958 components: - type: Transform rot: -1.5707963267948966 rad pos: 8.5,8.5 parent: 2 - - uid: 24981 + - uid: 24959 components: - type: Transform rot: -1.5707963267948966 rad pos: 8.5,7.5 parent: 2 - - uid: 24982 + - uid: 24960 components: - type: Transform rot: 1.5707963267948966 rad pos: 14.5,9.5 parent: 2 - - uid: 24983 + - uid: 24961 components: - type: Transform rot: 3.141592653589793 rad pos: -40.5,-79.5 parent: 2 - - uid: 24984 + - uid: 24962 components: - type: Transform rot: 3.141592653589793 rad pos: -41.5,-79.5 parent: 2 - - uid: 24985 + - uid: 24963 components: - type: Transform rot: 3.141592653589793 rad pos: -42.5,-79.5 parent: 2 - - uid: 24986 + - uid: 24964 components: - type: Transform rot: 3.141592653589793 rad pos: -43.5,-79.5 parent: 2 - - uid: 24987 + - uid: 24965 components: - type: Transform rot: -1.5707963267948966 rad pos: -39.5,-78.5 parent: 2 - - uid: 24988 + - uid: 24966 components: - type: Transform rot: 1.5707963267948966 rad pos: -44.5,-78.5 parent: 2 - - uid: 24989 + - uid: 24967 components: - type: Transform pos: 4.5,12.5 parent: 2 - - uid: 24990 + - uid: 24968 components: - type: MetaData name: stool @@ -165972,7 +166157,7 @@ entities: rot: 3.141592653589793 rad pos: -7.5,3.5 parent: 2 - - uid: 24991 + - uid: 24969 components: - type: MetaData name: stool @@ -165980,75 +166165,75 @@ entities: rot: 3.141592653589793 rad pos: -8.5,3.5 parent: 2 - - uid: 24992 + - uid: 24970 components: - type: Transform rot: 3.141592653589793 rad pos: 39.5,48.5 parent: 2 - - uid: 24993 + - uid: 24971 components: - type: Transform rot: 3.141592653589793 rad pos: 38.5,48.5 parent: 2 - - uid: 24994 + - uid: 24972 components: - type: Transform rot: 3.141592653589793 rad pos: 37.5,48.5 parent: 2 - - uid: 24995 + - uid: 24973 components: - type: Transform rot: 3.141592653589793 rad pos: 36.5,48.5 parent: 2 - - uid: 24996 + - uid: 24974 components: - type: MetaData name: donk stool - type: Transform pos: -9.5,44.5 parent: 2 - - uid: 24997 + - uid: 24975 components: - type: MetaData name: donk stool - type: Transform pos: -10.5,44.5 parent: 2 - - uid: 24998 + - uid: 24976 components: - type: Transform pos: -30.5,-96.5 parent: 2 - - uid: 24999 + - uid: 24977 components: - type: MetaData name: donk stool - type: Transform pos: -11.5,44.5 parent: 2 - - uid: 25000 + - uid: 24978 components: - type: Transform rot: 1.5707963267948966 rad pos: 26.5,-34.5 parent: 2 - - uid: 25001 + - uid: 24979 components: - type: Transform rot: 1.5707963267948966 rad pos: 26.5,-35.5 parent: 2 - - uid: 25002 + - uid: 24980 components: - type: Transform rot: 1.5707963267948966 rad pos: 26.5,-36.5 parent: 2 - - uid: 25003 + - uid: 24981 components: - type: Transform rot: 1.5707963267948966 rad @@ -166056,126 +166241,126 @@ entities: parent: 2 - proto: StorageCanister entities: - - uid: 25004 + - uid: 24982 components: - type: Transform pos: -75.5,-45.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 25005 + - uid: 24983 components: - type: Transform pos: 45.5,-54.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 25006 + - uid: 24984 components: - type: Transform pos: -16.5,-10.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 25007 + - uid: 24985 components: - type: Transform pos: -38.5,-51.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 25008 + - uid: 24986 components: - type: Transform pos: -38.5,-50.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 25009 + - uid: 24987 components: - type: Transform pos: -38.5,-49.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 25010 + - uid: 24988 components: - type: Transform pos: -34.5,-39.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 25011 + - uid: 24989 components: - type: Transform pos: -35.5,-39.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 25012 + - uid: 24990 components: - type: Transform pos: -50.5,-44.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 25013 + - uid: 24991 components: - type: Transform pos: -50.5,-42.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 25014 + - uid: 24992 components: - type: Transform pos: 53.5,-37.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 25015 + - uid: 24993 components: - type: Transform pos: -24.5,-55.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 25016 + - uid: 24994 components: - type: Transform pos: -26.5,-55.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 25017 + - uid: 24995 components: - type: Transform pos: 51.5,-35.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 25018 + - uid: 24996 components: - type: Transform pos: -50.5,-35.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 25019 + - uid: 24997 components: - type: Transform pos: -50.5,-34.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 25020 + - uid: 24998 components: - type: Transform pos: -35.5,-38.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 25021 + - uid: 24999 components: - type: Transform pos: -75.5,-46.5 @@ -166184,190 +166369,190 @@ entities: joinedGrid: 2 - proto: Stunbaton entities: - - uid: 25022 + - uid: 25000 components: - type: Transform pos: 8.313212,12.723815 parent: 2 - - uid: 25023 + - uid: 25001 components: - type: Transform pos: 8.262076,12.8623 parent: 2 - proto: SubstationBasic entities: - - uid: 25024 + - uid: 25002 components: - type: Transform pos: -0.5,-14.5 parent: 2 - - uid: 25025 + - uid: 25003 components: - type: MetaData name: medbay substation - type: Transform pos: 13.5,-45.5 parent: 2 - - uid: 25026 + - uid: 25004 components: - type: MetaData name: medbay substation 2 - type: Transform pos: 13.5,-47.5 parent: 2 - - uid: 25027 + - uid: 25005 components: - type: Transform pos: -56.5,-86.5 parent: 2 - - uid: 25028 + - uid: 25006 components: - type: MetaData name: command substation - type: Transform pos: 18.5,-27.5 parent: 2 - - uid: 25029 + - uid: 25007 components: - type: MetaData name: teg substation - type: Transform pos: -69.5,-34.5 parent: 2 - - uid: 25030 + - uid: 25008 components: - type: MetaData name: chapel substation - type: Transform pos: -34.5,-3.5 parent: 2 - - uid: 25031 + - uid: 25009 components: - type: MetaData name: virology substation - type: Transform pos: -12.5,-69.5 parent: 2 - - uid: 25032 + - uid: 25010 components: - type: MetaData name: medbay substation 3 - type: Transform pos: 15.5,-58.5 parent: 2 - - uid: 25033 + - uid: 25011 components: - type: MetaData name: boxing substation - type: Transform pos: 30.5,-2.5 parent: 2 - - uid: 25034 + - uid: 25012 components: - type: MetaData name: vault substation - type: Transform pos: 38.5,-28.5 parent: 2 - - uid: 25035 + - uid: 25013 components: - type: MetaData name: robotics substation - type: Transform pos: 69.5,-59.5 parent: 2 - - uid: 25036 + - uid: 25014 components: - type: MetaData name: sec substation - type: Transform pos: 33.5,25.5 parent: 2 - - uid: 25037 + - uid: 25015 components: - type: MetaData name: prison substation - type: Transform pos: 63.5,7.5 parent: 2 - - uid: 25038 + - uid: 25016 components: - type: MetaData name: brig substation - type: Transform pos: 47.5,-3.5 parent: 2 - - uid: 25039 + - uid: 25017 components: - type: MetaData name: evac substation - type: Transform pos: 48.5,-5.5 parent: 2 - - uid: 25040 + - uid: 25018 components: - type: MetaData name: science substation - type: Transform pos: 38.5,-46.5 parent: 2 - - uid: 25041 + - uid: 25019 components: - type: MetaData name: gravity substation - type: Transform pos: -16.5,-0.5 parent: 2 - - uid: 25042 + - uid: 25020 components: - type: MetaData name: engineering substation - type: Transform pos: -28.5,-23.5 parent: 2 - - uid: 25043 + - uid: 25021 components: - type: MetaData name: arrivals substation - type: Transform pos: 43.5,-58.5 parent: 2 - - uid: 25044 + - uid: 25022 components: - type: MetaData name: singularity substation - type: Transform pos: -50.5,-8.5 parent: 2 - - uid: 25045 + - uid: 25023 components: - type: MetaData name: PA substation - type: Transform pos: -57.5,-20.5 parent: 2 - - uid: 25046 + - uid: 25024 components: - type: MetaData name: atmos substation - type: Transform pos: -27.5,-37.5 parent: 2 - - uid: 25047 + - uid: 25025 components: - type: MetaData name: maints bar substation - type: Transform pos: -31.5,-54.5 parent: 2 - - uid: 25048 + - uid: 25026 components: - type: MetaData name: north maints substation - type: Transform pos: -8.5,35.5 parent: 2 - - uid: 25049 + - uid: 25027 components: - type: MetaData name: cargo substation @@ -166376,35 +166561,35 @@ entities: parent: 2 missingComponents: - Anchorable - - uid: 25050 + - uid: 25028 components: - type: MetaData name: telecoms substation - type: Transform pos: 4.5,-19.5 parent: 2 - - uid: 25051 + - uid: 25029 components: - type: MetaData name: sec maints substation - type: Transform pos: 50.5,29.5 parent: 2 - - uid: 25052 + - uid: 25030 components: - type: MetaData name: ai substation - type: Transform pos: -10.5,62.5 parent: 2 - - uid: 25053 + - uid: 25031 components: - type: MetaData name: detective substation - type: Transform pos: 8.5,-16.5 parent: 2 - - uid: 25054 + - uid: 25032 components: - type: MetaData name: shuttle substation @@ -166413,171 +166598,171 @@ entities: parent: 2 - proto: SuitStorageAtmos entities: - - uid: 25055 + - uid: 25033 components: - type: Transform pos: -40.5,-36.5 parent: 2 - - uid: 25056 + - uid: 25034 components: - type: Transform pos: -36.5,-36.5 parent: 2 - - uid: 25057 + - uid: 25035 components: - type: Transform pos: -38.5,-36.5 parent: 2 - proto: SuitStorageCaptain entities: - - uid: 25058 + - uid: 25036 components: - type: Transform pos: 28.5,-29.5 parent: 2 - proto: SuitStorageCE entities: - - uid: 25059 + - uid: 25037 components: - type: Transform pos: -37.5,-16.5 parent: 2 - proto: SuitStorageCMO entities: - - uid: 25060 + - uid: 25038 components: - type: Transform pos: -22.5,-55.5 parent: 2 - proto: SuitStorageEngi entities: - - uid: 25061 + - uid: 25039 components: - type: Transform pos: -34.5,-5.5 parent: 2 - - uid: 25062 + - uid: 25040 components: - type: Transform pos: -34.5,-7.5 parent: 2 - - uid: 25063 + - uid: 25041 components: - type: Transform pos: -34.5,-8.5 parent: 2 - - uid: 25064 + - uid: 25042 components: - type: Transform pos: -34.5,-6.5 parent: 2 - - uid: 25065 + - uid: 25043 components: - type: Transform pos: -55.5,-15.5 parent: 2 - proto: SuitStorageEVA entities: - - uid: 25066 + - uid: 25044 components: - type: Transform pos: 29.5,-10.5 parent: 2 - - uid: 25067 + - uid: 25045 components: - type: Transform pos: 29.5,-12.5 parent: 2 - - uid: 25068 + - uid: 25046 components: - type: Transform pos: 33.5,-10.5 parent: 2 - - uid: 25069 + - uid: 25047 components: - type: Transform pos: 31.5,-12.5 parent: 2 - - uid: 25070 + - uid: 25048 components: - type: Transform pos: 31.5,-10.5 parent: 2 - - uid: 25071 + - uid: 25049 components: - type: Transform pos: 33.5,-12.5 parent: 2 - proto: SuitStorageEVAPrisoner entities: - - uid: 25072 + - uid: 25050 components: - type: Transform pos: 63.5,4.5 parent: 2 - - uid: 25073 + - uid: 25051 components: - type: Transform pos: 63.5,5.5 parent: 2 - proto: SuitStorageHOS entities: - - uid: 25074 + - uid: 25052 components: - type: Transform pos: 5.5,22.5 parent: 2 - proto: SuitStorageRD entities: - - uid: 25075 + - uid: 25053 components: - type: Transform pos: 65.5,-52.5 parent: 2 - proto: SuitStorageSalv entities: - - uid: 25076 + - uid: 25054 components: - type: Transform pos: -36.5,33.5 parent: 2 - - uid: 25077 + - uid: 25055 components: - type: Transform pos: -36.5,29.5 parent: 2 - - uid: 25078 + - uid: 25056 components: - type: Transform pos: -36.5,31.5 parent: 2 - proto: SuitStorageSec entities: - - uid: 25079 + - uid: 25057 components: - type: Transform pos: 26.5,30.5 parent: 2 - - uid: 25080 + - uid: 25058 components: - type: Transform pos: 26.5,27.5 parent: 2 - - uid: 25081 + - uid: 25059 components: - type: Transform pos: 32.5,27.5 parent: 2 - proto: SuitStorageWarden entities: - - uid: 25082 + - uid: 25060 components: - type: Transform pos: 20.5,20.5 parent: 2 - proto: SurveillanceCameraCommand entities: - - uid: 25083 + - uid: 25061 components: - type: Transform rot: 1.5707963267948966 rad @@ -166588,7 +166773,7 @@ entities: - SurveillanceCameraCommand nameSet: True id: chief medical officer - - uid: 25084 + - uid: 25062 components: - type: Transform rot: -1.5707963267948966 rad @@ -166599,7 +166784,7 @@ entities: - SurveillanceCameraCommand nameSet: True id: 'head of security ' - - uid: 25085 + - uid: 25063 components: - type: Transform rot: 3.141592653589793 rad @@ -166610,7 +166795,7 @@ entities: - SurveillanceCameraCommand nameSet: True id: vault b - - uid: 25086 + - uid: 25064 components: - type: Transform rot: 3.141592653589793 rad @@ -166621,7 +166806,7 @@ entities: - SurveillanceCameraCommand nameSet: True id: vault a - - uid: 25087 + - uid: 25065 components: - type: Transform pos: 31.5,-22.5 @@ -166631,7 +166816,7 @@ entities: - SurveillanceCameraCommand nameSet: True id: bridge - - uid: 25088 + - uid: 25066 components: - type: Transform rot: 3.141592653589793 rad @@ -166642,7 +166827,7 @@ entities: - SurveillanceCameraCommand nameSet: True id: research director - - uid: 25089 + - uid: 25067 components: - type: Transform rot: -1.5707963267948966 rad @@ -166653,7 +166838,7 @@ entities: - SurveillanceCameraCommand nameSet: True id: EVA closet - - uid: 25090 + - uid: 25068 components: - type: Transform pos: 28.5,-43.5 @@ -166663,7 +166848,7 @@ entities: - SurveillanceCameraCommand nameSet: True id: personnel - - uid: 25091 + - uid: 25069 components: - type: Transform rot: 1.5707963267948966 rad @@ -166676,7 +166861,7 @@ entities: id: hop - proto: SurveillanceCameraEngineering entities: - - uid: 25092 + - uid: 25070 components: - type: Transform rot: -1.5707963267948966 rad @@ -166687,7 +166872,7 @@ entities: - SurveillanceCameraEngineering nameSet: True id: atmospherics - - uid: 25093 + - uid: 25071 components: - type: Transform rot: 3.141592653589793 rad @@ -166698,7 +166883,7 @@ entities: - SurveillanceCameraEngineering nameSet: True id: engineering main corridor - - uid: 25094 + - uid: 25072 components: - type: Transform pos: -38.5,-13.5 @@ -166708,7 +166893,7 @@ entities: - SurveillanceCameraEngineering nameSet: True id: engineer canteen - - uid: 25095 + - uid: 25073 components: - type: Transform rot: -1.5707963267948966 rad @@ -166719,7 +166904,7 @@ entities: - SurveillanceCameraEngineering nameSet: True id: 'AME ' - - uid: 25096 + - uid: 25074 components: - type: Transform pos: -52.5,-20.5 @@ -166729,7 +166914,7 @@ entities: - SurveillanceCameraEngineering nameSet: True id: engineering console room - - uid: 25097 + - uid: 25075 components: - type: Transform pos: -67.5,-28.5 @@ -166739,7 +166924,7 @@ entities: - SurveillanceCameraEngineering nameSet: True id: particle accelerator - - uid: 25098 + - uid: 25076 components: - type: Transform rot: -1.5707963267948966 rad @@ -166752,7 +166937,7 @@ entities: id: gravity generator - proto: SurveillanceCameraGeneral entities: - - uid: 25099 + - uid: 25077 components: - type: Transform pos: -6.5,-27.5 @@ -166762,7 +166947,7 @@ entities: - SurveillanceCameraGeneral nameSet: True id: janitorial closet - - uid: 25100 + - uid: 25078 components: - type: Transform rot: 1.5707963267948966 rad @@ -166773,7 +166958,7 @@ entities: - SurveillanceCameraGeneral nameSet: True id: north youtool - - uid: 25101 + - uid: 25079 components: - type: Transform rot: 3.141592653589793 rad @@ -166784,7 +166969,7 @@ entities: - SurveillanceCameraGeneral nameSet: True id: food court - - uid: 25102 + - uid: 25080 components: - type: Transform rot: 1.5707963267948966 rad @@ -166795,7 +166980,7 @@ entities: - SurveillanceCameraGeneral nameSet: True id: south youtool - - uid: 25103 + - uid: 25081 components: - type: Transform pos: 37.5,-73.5 @@ -166805,7 +166990,7 @@ entities: - SurveillanceCameraGeneral nameSet: True id: arrivals - - uid: 25104 + - uid: 25082 components: - type: Transform rot: -1.5707963267948966 rad @@ -166816,7 +167001,7 @@ entities: - SurveillanceCameraGeneral nameSet: True id: evac - - uid: 25105 + - uid: 25083 components: - type: Transform rot: 3.141592653589793 rad @@ -166829,7 +167014,7 @@ entities: id: waste sorting - proto: SurveillanceCameraMedical entities: - - uid: 25106 + - uid: 25084 components: - type: Transform rot: -1.5707963267948966 rad @@ -166840,7 +167025,7 @@ entities: - SurveillanceCameraMedical nameSet: True id: medbay corridor - - uid: 25107 + - uid: 25085 components: - type: Transform rot: 1.5707963267948966 rad @@ -166851,118 +167036,129 @@ entities: - SurveillanceCameraMedical nameSet: True id: medbay reception - - uid: 25108 + - uid: 25086 components: - type: Transform - pos: -10.5,-61.5 + rot: -1.5707963267948966 rad + pos: -25.5,-70.5 parent: 2 - type: SurveillanceCamera setupAvailableNetworks: - SurveillanceCameraMedical nameSet: True - id: medical doctors corridor - - uid: 25109 + id: virology reception + - uid: 25087 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-52.5 + pos: -26.5,-80.5 parent: 2 - type: SurveillanceCamera setupAvailableNetworks: - SurveillanceCameraMedical nameSet: True - id: medical beds - - uid: 25110 + id: virology treatment + - uid: 25088 components: - type: Transform rot: -1.5707963267948966 rad - pos: -25.5,-70.5 + pos: -23.5,-83.5 parent: 2 - type: SurveillanceCamera setupAvailableNetworks: - SurveillanceCameraMedical nameSet: True - id: virology reception - - uid: 25111 + id: virology testing + - uid: 25089 components: - type: Transform - pos: -26.5,-80.5 + rot: 3.141592653589793 rad + pos: -15.5,-52.5 parent: 2 - type: SurveillanceCamera setupAvailableNetworks: - SurveillanceCameraMedical nameSet: True - id: virology treatment - - uid: 25112 + id: surgery + - uid: 25090 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-52.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraMedical + - type: ActiveUserInterface + - uid: 25091 components: - type: Transform rot: -1.5707963267948966 rad - pos: -23.5,-83.5 + pos: 0.5,-59.5 parent: 2 - type: SurveillanceCamera setupAvailableNetworks: - SurveillanceCameraMedical nameSet: True - id: virology testing + id: cryogenics - proto: SurveillanceCameraRouterCommand entities: - - uid: 25113 + - uid: 25092 components: - type: Transform pos: -18.5,-48.5 parent: 2 - proto: SurveillanceCameraRouterEngineering entities: - - uid: 25114 + - uid: 25093 components: - type: Transform pos: -21.5,-47.5 parent: 2 - proto: SurveillanceCameraRouterGeneral entities: - - uid: 25115 + - uid: 25094 components: - type: Transform pos: -18.5,-45.5 parent: 2 - proto: SurveillanceCameraRouterMedical entities: - - uid: 25116 + - uid: 25095 components: - type: Transform pos: -18.5,-46.5 parent: 2 - proto: SurveillanceCameraRouterScience entities: - - uid: 25117 + - uid: 25096 components: - type: Transform pos: -21.5,-45.5 parent: 2 - proto: SurveillanceCameraRouterSecurity entities: - - uid: 25118 + - uid: 25097 components: - type: Transform pos: -21.5,-48.5 parent: 2 - proto: SurveillanceCameraRouterService entities: - - uid: 25119 + - uid: 25098 components: - type: Transform pos: -18.5,-47.5 parent: 2 - proto: SurveillanceCameraRouterSupply entities: - - uid: 25120 + - uid: 25099 components: - type: Transform pos: -21.5,-46.5 parent: 2 - proto: SurveillanceCameraScience entities: - - uid: 25121 + - uid: 25100 components: - type: Transform rot: 1.5707963267948966 rad @@ -166973,7 +167169,7 @@ entities: - SurveillanceCameraScience nameSet: True id: robotics - - uid: 25122 + - uid: 25101 components: - type: Transform rot: 1.5707963267948966 rad @@ -166984,7 +167180,7 @@ entities: - SurveillanceCameraScience nameSet: True id: r&d - - uid: 25123 + - uid: 25102 components: - type: Transform rot: 1.5707963267948966 rad @@ -166995,7 +167191,7 @@ entities: - SurveillanceCameraScience nameSet: True id: science robotics showcase - - uid: 25124 + - uid: 25103 components: - type: Transform rot: 3.141592653589793 rad @@ -167006,7 +167202,7 @@ entities: - SurveillanceCameraScience nameSet: True id: science entrance - - uid: 25125 + - uid: 25104 components: - type: Transform rot: 1.5707963267948966 rad @@ -167019,7 +167215,7 @@ entities: id: artifact lab - proto: SurveillanceCameraSecurity entities: - - uid: 25126 + - uid: 25105 components: - type: Transform rot: 1.5707963267948966 rad @@ -167030,7 +167226,7 @@ entities: - SurveillanceCameraSecurity nameSet: True id: space armory - - uid: 25127 + - uid: 25106 components: - type: Transform rot: 1.5707963267948966 rad @@ -167041,7 +167237,7 @@ entities: - SurveillanceCameraSecurity nameSet: True id: open prison north west - - uid: 25128 + - uid: 25107 components: - type: Transform rot: -1.5707963267948966 rad @@ -167052,7 +167248,7 @@ entities: - SurveillanceCameraSecurity nameSet: True id: open prison south - - uid: 25129 + - uid: 25108 components: - type: Transform rot: 1.5707963267948966 rad @@ -167063,7 +167259,7 @@ entities: - SurveillanceCameraSecurity nameSet: True id: brig south - - uid: 25130 + - uid: 25109 components: - type: Transform rot: 3.141592653589793 rad @@ -167074,7 +167270,7 @@ entities: - SurveillanceCameraSecurity nameSet: True id: brig - - uid: 25131 + - uid: 25110 components: - type: Transform rot: 1.5707963267948966 rad @@ -167085,7 +167281,7 @@ entities: - SurveillanceCameraSecurity nameSet: True id: armory - - uid: 25132 + - uid: 25111 components: - type: Transform rot: 3.141592653589793 rad @@ -167096,7 +167292,7 @@ entities: - SurveillanceCameraSecurity nameSet: True id: security canteen - - uid: 25133 + - uid: 25112 components: - type: Transform rot: -1.5707963267948966 rad @@ -167109,7 +167305,7 @@ entities: id: detective agency - proto: SurveillanceCameraService entities: - - uid: 25134 + - uid: 25113 components: - type: Transform rot: 1.5707963267948966 rad @@ -167120,7 +167316,7 @@ entities: - SurveillanceCameraService nameSet: True id: library - - uid: 25135 + - uid: 25114 components: - type: Transform rot: 1.5707963267948966 rad @@ -167131,7 +167327,7 @@ entities: - SurveillanceCameraService nameSet: True id: Kitchen - - uid: 25136 + - uid: 25115 components: - type: Transform rot: 1.5707963267948966 rad @@ -167142,7 +167338,7 @@ entities: - SurveillanceCameraService nameSet: True id: bar - - uid: 25137 + - uid: 25116 components: - type: Transform rot: 1.5707963267948966 rad @@ -167155,7 +167351,7 @@ entities: id: hydrophonics - proto: SurveillanceCameraSupply entities: - - uid: 25138 + - uid: 25117 components: - type: Transform pos: -43.5,18.5 @@ -167165,7 +167361,7 @@ entities: - SurveillanceCameraSupply nameSet: True id: cargo dock - - uid: 25139 + - uid: 25118 components: - type: Transform rot: 1.5707963267948966 rad @@ -167176,7 +167372,7 @@ entities: - SurveillanceCameraSupply nameSet: True id: cargo - - uid: 25140 + - uid: 25119 components: - type: Transform pos: -43.5,28.5 @@ -167186,7 +167382,7 @@ entities: - SurveillanceCameraSupply nameSet: True id: salvage magnet - - uid: 25141 + - uid: 25120 components: - type: Transform rot: 3.141592653589793 rad @@ -167199,14 +167395,14 @@ entities: id: swap shop - proto: SurveillanceCameraWirelessRouterEntertainment entities: - - uid: 25142 + - uid: 25121 components: - type: Transform pos: -27.5,12.5 parent: 2 - proto: SurveillanceWirelessCameraAnchoredConstructed entities: - - uid: 25143 + - uid: 25122 components: - type: Transform rot: 3.141592653589793 rad @@ -167217,7 +167413,7 @@ entities: id: news camera 2 - proto: SurveillanceWirelessCameraMovableEntertainment entities: - - uid: 25144 + - uid: 25123 components: - type: Transform pos: -24.5,13.5 @@ -167227,7 +167423,7 @@ entities: - SurveillanceCameraEntertainment nameSet: True id: news camera - - uid: 25145 + - uid: 25124 components: - type: Transform rot: -1.5707963267948966 rad @@ -167235,20 +167431,126 @@ entities: parent: 2 - proto: SynthesizerInstrument entities: - - uid: 25146 + - uid: 25125 components: - type: Transform pos: -10.500677,-5.723185 parent: 2 - proto: Syringe entities: - - uid: 25147 + - uid: 25126 components: - type: Transform pos: -25.497284,-79.35806 parent: 2 - proto: Table entities: + - uid: 25127 + components: + - type: Transform + pos: 2.5,-52.5 + parent: 2 + - uid: 25128 + components: + - type: Transform + pos: 4.5,-50.5 + parent: 2 + - uid: 25129 + components: + - type: Transform + pos: -24.5,-57.5 + parent: 2 + - uid: 25130 + components: + - type: Transform + pos: -26.5,-57.5 + parent: 2 + - uid: 25131 + components: + - type: Transform + pos: -24.5,-62.5 + parent: 2 + - uid: 25132 + components: + - type: Transform + pos: -22.5,-62.5 + parent: 2 + - uid: 25133 + components: + - type: Transform + pos: -25.5,-61.5 + parent: 2 + - uid: 25134 + components: + - type: Transform + pos: -26.5,-61.5 + parent: 2 + - uid: 25135 + components: + - type: Transform + pos: -25.5,-62.5 + parent: 2 + - uid: 25136 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,-57.5 + parent: 2 + - uid: 25137 + components: + - type: Transform + pos: 5.5,-50.5 + parent: 2 + - uid: 25138 + components: + - type: Transform + pos: -23.5,-62.5 + parent: 2 + - uid: 25139 + components: + - type: Transform + pos: -22.5,-58.5 + parent: 2 + - uid: 25140 + components: + - type: Transform + pos: -4.5,-55.5 + parent: 2 + - uid: 25141 + components: + - type: Transform + pos: -7.5,-61.5 + parent: 2 + - uid: 25142 + components: + - type: Transform + pos: -5.5,-65.5 + parent: 2 + - uid: 25143 + components: + - type: Transform + pos: -1.5,-59.5 + parent: 2 + - uid: 25144 + components: + - type: Transform + pos: -7.5,-57.5 + parent: 2 + - uid: 25145 + components: + - type: Transform + pos: -1.5,-61.5 + parent: 2 + - uid: 25146 + components: + - type: Transform + pos: -3.5,-54.5 + parent: 2 + - uid: 25147 + components: + - type: Transform + pos: -4.5,-54.5 + parent: 2 - uid: 25148 components: - type: Transform @@ -167368,2085 +167670,1966 @@ entities: pos: 2.5,6.5 parent: 2 - uid: 25169 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-50.5 - parent: 2 - - uid: 25170 components: - type: Transform rot: -1.5707963267948966 rad pos: 6.5,12.5 parent: 2 - - uid: 25171 + - uid: 25170 components: - type: Transform pos: 10.5,-56.5 parent: 2 - - uid: 25172 + - uid: 25171 components: - type: Transform pos: -28.5,21.5 parent: 2 - - uid: 25173 + - uid: 25172 components: - type: Transform rot: 3.141592653589793 rad pos: 73.5,-38.5 parent: 2 - - uid: 25174 + - uid: 25173 components: - type: Transform rot: 1.5707963267948966 rad pos: 4.5,6.5 parent: 2 - - uid: 25175 + - uid: 25174 components: - type: Transform rot: 3.141592653589793 rad pos: 18.5,12.5 parent: 2 - - uid: 25176 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-56.5 - parent: 2 - - uid: 25177 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-56.5 - parent: 2 - - uid: 25178 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-56.5 - parent: 2 - - uid: 25179 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-56.5 - parent: 2 - - uid: 25180 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-56.5 - parent: 2 - - uid: 25181 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-56.5 - parent: 2 - - uid: 25182 + - uid: 25175 components: - type: Transform rot: 3.141592653589793 rad pos: 64.5,-36.5 parent: 2 - - uid: 25183 - components: - - type: Transform - pos: 10.5,-58.5 - parent: 2 - - uid: 25184 - components: - - type: Transform - pos: 10.5,-59.5 - parent: 2 - - uid: 25185 - components: - - type: Transform - pos: 10.5,-61.5 - parent: 2 - - uid: 25186 - components: - - type: Transform - pos: 10.5,-62.5 - parent: 2 - - uid: 25187 - components: - - type: Transform - pos: 9.5,-62.5 - parent: 2 - - uid: 25188 - components: - - type: Transform - pos: 8.5,-62.5 - parent: 2 - - uid: 25189 + - uid: 25176 components: - type: Transform pos: -13.5,-23.5 parent: 2 - - uid: 25190 + - uid: 25177 components: - type: Transform pos: -12.5,-19.5 parent: 2 - - uid: 25191 + - uid: 25178 components: - type: Transform pos: 3.5,-47.5 parent: 2 - - uid: 25192 + - uid: 25179 components: - type: Transform pos: 8.5,13.5 parent: 2 - - uid: 25193 + - uid: 25180 components: - type: Transform pos: 7.5,12.5 parent: 2 - - uid: 25194 + - uid: 25181 components: - type: Transform pos: -22.5,-78.5 parent: 2 - - uid: 25195 + - uid: 25182 components: - type: Transform pos: -20.5,-78.5 parent: 2 - - uid: 25196 + - uid: 25183 components: - type: Transform rot: 1.5707963267948966 rad pos: 3.5,7.5 parent: 2 - - uid: 25197 + - uid: 25184 components: - type: Transform rot: 1.5707963267948966 rad pos: 3.5,6.5 parent: 2 - - uid: 25198 - components: - - type: Transform - pos: 10.5,-60.5 - parent: 2 - - uid: 25199 + - uid: 25185 components: - type: Transform rot: -1.5707963267948966 rad pos: 8.5,14.5 parent: 2 - - uid: 25200 + - uid: 25186 components: - type: Transform pos: -25.5,-79.5 parent: 2 - - uid: 25201 + - uid: 25187 components: - type: Transform pos: -26.5,-20.5 parent: 2 - - uid: 25202 + - uid: 25188 components: - type: Transform pos: 5.5,15.5 parent: 2 - - uid: 25203 + - uid: 25189 components: - type: Transform pos: -62.5,-28.5 parent: 2 - - uid: 25204 + - uid: 25190 components: - type: Transform pos: -22.5,-76.5 parent: 2 - - uid: 25205 + - uid: 25191 components: - type: Transform pos: -20.5,-77.5 parent: 2 - - uid: 25206 + - uid: 25192 components: - type: Transform pos: -6.5,-73.5 parent: 2 - - uid: 25207 + - uid: 25193 components: - type: Transform pos: 9.5,-56.5 parent: 2 - - uid: 25208 + - uid: 25194 components: - type: Transform pos: -23.5,-71.5 parent: 2 - - uid: 25209 - components: - - type: Transform - pos: -11.5,-67.5 - parent: 2 - - uid: 25210 + - uid: 25195 components: - type: Transform pos: -24.5,-71.5 parent: 2 - - uid: 25211 + - uid: 25196 components: - type: Transform pos: -22.5,-71.5 parent: 2 - - uid: 25212 + - uid: 25197 components: - type: Transform pos: -22.5,-70.5 parent: 2 - - uid: 25213 + - uid: 25198 components: - type: Transform pos: -13.5,-22.5 parent: 2 - - uid: 25214 + - uid: 25199 components: - type: Transform pos: -22.5,-69.5 parent: 2 - - uid: 25215 + - uid: 25200 components: - type: Transform pos: -30.5,-69.5 parent: 2 - - uid: 25216 + - uid: 25201 components: - type: Transform rot: 3.141592653589793 rad pos: -31.5,-69.5 parent: 2 - - uid: 25217 + - uid: 25202 components: - type: Transform pos: -8.5,-15.5 parent: 2 - - uid: 25218 + - uid: 25203 components: - type: Transform pos: 15.5,-64.5 parent: 2 - - uid: 25219 + - uid: 25204 components: - type: Transform pos: 16.5,-64.5 parent: 2 - - uid: 25220 + - uid: 25205 components: - type: Transform rot: 1.5707963267948966 rad pos: 4.5,7.5 parent: 2 - - uid: 25221 + - uid: 25206 components: - type: Transform rot: 3.141592653589793 rad pos: 18.5,11.5 parent: 2 - - uid: 25222 + - uid: 25207 components: - type: Transform pos: 8.5,12.5 parent: 2 - - uid: 25223 - components: - - type: Transform - pos: 9.5,-58.5 - parent: 2 - - uid: 25224 + - uid: 25208 components: - type: Transform pos: -7.5,-15.5 parent: 2 - - uid: 25225 + - uid: 25209 components: - type: Transform pos: -19.5,-87.5 parent: 2 - - uid: 25226 + - uid: 25210 components: - type: Transform pos: -19.5,-84.5 parent: 2 - - uid: 25227 + - uid: 25211 components: - type: Transform pos: -26.5,-86.5 parent: 2 - - uid: 25228 + - uid: 25212 components: - type: Transform pos: -26.5,-84.5 parent: 2 - - uid: 25229 + - uid: 25213 components: - type: Transform pos: -25.5,-84.5 parent: 2 - - uid: 25230 + - uid: 25214 components: - type: Transform pos: -24.5,-84.5 parent: 2 - - uid: 25231 + - uid: 25215 components: - type: Transform pos: 12.5,20.5 parent: 2 - - uid: 25232 + - uid: 25216 components: - type: Transform pos: 12.5,19.5 parent: 2 - - uid: 25233 + - uid: 25217 components: - type: Transform pos: 12.5,21.5 parent: 2 - - uid: 25234 + - uid: 25218 components: - type: Transform pos: -10.5,-32.5 parent: 2 - - uid: 25235 + - uid: 25219 components: - type: Transform pos: -9.5,-32.5 parent: 2 - - uid: 25236 + - uid: 25220 components: - type: Transform pos: -8.5,-32.5 parent: 2 - - uid: 25237 + - uid: 25221 components: - type: Transform pos: -8.5,-33.5 parent: 2 - - uid: 25238 + - uid: 25222 components: - type: Transform rot: 3.141592653589793 rad pos: 17.5,22.5 parent: 2 - - uid: 25239 + - uid: 25223 components: - type: Transform pos: 17.5,21.5 parent: 2 - - uid: 25240 + - uid: 25224 components: - type: Transform pos: 16.5,21.5 parent: 2 - - uid: 25241 + - uid: 25225 components: - type: Transform pos: 15.5,21.5 parent: 2 - - uid: 25242 + - uid: 25226 components: - type: Transform rot: 3.141592653589793 rad pos: 15.5,22.5 parent: 2 - - uid: 25243 + - uid: 25227 components: - type: Transform rot: 3.141592653589793 rad pos: 16.5,22.5 parent: 2 - - uid: 25244 + - uid: 25228 components: - type: Transform pos: -9.5,-15.5 parent: 2 - - uid: 25245 + - uid: 25229 components: - type: Transform pos: 53.5,35.5 parent: 2 - - uid: 25246 + - uid: 25230 components: - type: Transform pos: 54.5,35.5 parent: 2 - - uid: 25247 + - uid: 25231 components: - type: Transform rot: 1.5707963267948966 rad pos: 54.5,18.5 parent: 2 - - uid: 25248 + - uid: 25232 components: - type: Transform rot: 1.5707963267948966 rad pos: 53.5,18.5 parent: 2 - - uid: 25249 + - uid: 25233 components: - type: Transform rot: 1.5707963267948966 rad pos: 52.5,18.5 parent: 2 - - uid: 25250 + - uid: 25234 components: - type: Transform pos: 45.5,8.5 parent: 2 - - uid: 25251 + - uid: 25235 components: - type: Transform pos: 62.5,18.5 parent: 2 - - uid: 25252 + - uid: 25236 components: - type: Transform pos: 62.5,15.5 parent: 2 - - uid: 25253 + - uid: 25237 components: - type: Transform pos: 59.5,24.5 parent: 2 - - uid: 25254 + - uid: 25238 components: - type: Transform pos: 47.5,24.5 parent: 2 - - uid: 25255 + - uid: 25239 components: - type: Transform pos: 53.5,24.5 parent: 2 - - uid: 25256 + - uid: 25240 components: - type: Transform pos: 50.5,24.5 parent: 2 - - uid: 25257 + - uid: 25241 components: - type: Transform pos: 56.5,24.5 parent: 2 - - uid: 25258 + - uid: 25242 components: - type: Transform pos: 48.5,18.5 parent: 2 - - uid: 25259 + - uid: 25243 components: - type: Transform pos: 57.5,20.5 parent: 2 - - uid: 25260 + - uid: 25244 components: - type: Transform pos: 57.5,19.5 parent: 2 - - uid: 25261 + - uid: 25245 components: - type: Transform pos: 58.5,19.5 parent: 2 - - uid: 25262 + - uid: 25246 components: - type: Transform pos: 51.5,7.5 parent: 2 - - uid: 25263 + - uid: 25247 components: - type: Transform pos: 52.5,7.5 parent: 2 - - uid: 25264 + - uid: 25248 components: - type: Transform pos: 52.5,6.5 parent: 2 - - uid: 25265 + - uid: 25249 components: - type: Transform pos: 51.5,6.5 parent: 2 - - uid: 25266 + - uid: 25250 components: - type: Transform rot: 3.141592653589793 rad pos: 52.5,11.5 parent: 2 - - uid: 25267 + - uid: 25251 components: - type: Transform pos: 58.5,20.5 parent: 2 - - uid: 25268 + - uid: 25252 components: - type: Transform rot: -1.5707963267948966 rad pos: 47.5,4.5 parent: 2 - - uid: 25269 + - uid: 25253 components: - type: Transform rot: -1.5707963267948966 rad pos: 65.5,-6.5 parent: 2 - - uid: 25270 + - uid: 25254 components: - type: Transform pos: 41.5,-39.5 parent: 2 - - uid: 25271 + - uid: 25255 components: - type: Transform pos: 40.5,-39.5 parent: 2 - - uid: 25272 + - uid: 25256 components: - type: Transform pos: 39.5,-39.5 parent: 2 - - uid: 25273 + - uid: 25257 components: - type: Transform pos: 38.5,-39.5 parent: 2 - - uid: 25274 + - uid: 25258 components: - type: Transform pos: 38.5,-38.5 parent: 2 - - uid: 25275 + - uid: 25259 components: - type: Transform pos: 38.5,-37.5 parent: 2 - - uid: 25276 + - uid: 25260 components: - type: Transform rot: 3.141592653589793 rad pos: 77.5,-46.5 parent: 2 - - uid: 25277 + - uid: 25261 components: - type: Transform pos: 38.5,-36.5 parent: 2 - - uid: 25278 + - uid: 25262 components: - type: Transform pos: 42.5,-35.5 parent: 2 - - uid: 25279 + - uid: 25263 components: - type: Transform pos: 41.5,-35.5 parent: 2 - - uid: 25280 + - uid: 25264 components: - type: Transform pos: 46.5,-49.5 parent: 2 - - uid: 25281 + - uid: 25265 components: - type: Transform pos: 45.5,-49.5 parent: 2 - - uid: 25282 + - uid: 25266 components: - type: Transform pos: 44.5,-49.5 parent: 2 - - uid: 25283 + - uid: 25267 components: - type: Transform pos: 43.5,-49.5 parent: 2 - - uid: 25284 + - uid: 25268 components: - type: Transform pos: 42.5,-49.5 parent: 2 - - uid: 25285 + - uid: 25269 components: - type: Transform pos: 42.5,-48.5 parent: 2 - - uid: 25286 + - uid: 25270 components: - type: Transform pos: 71.5,-43.5 parent: 2 - - uid: 25287 + - uid: 25271 components: - type: Transform pos: 73.5,-44.5 parent: 2 - - uid: 25288 + - uid: 25272 components: - type: Transform rot: -1.5707963267948966 rad pos: 73.5,-47.5 parent: 2 - - uid: 25289 + - uid: 25273 components: - type: Transform pos: 69.5,-49.5 parent: 2 - - uid: 25290 + - uid: 25274 components: - type: Transform rot: -1.5707963267948966 rad pos: 69.5,-47.5 parent: 2 - - uid: 25291 + - uid: 25275 components: - type: Transform pos: 73.5,-43.5 parent: 2 - - uid: 25292 + - uid: 25276 components: - type: Transform pos: 72.5,-43.5 parent: 2 - - uid: 25293 + - uid: 25277 components: - type: Transform pos: -11.5,-48.5 parent: 2 - - uid: 25294 + - uid: 25278 components: - type: Transform pos: -11.5,-49.5 parent: 2 - - uid: 25295 + - uid: 25279 components: - type: Transform pos: -11.5,-50.5 parent: 2 - - uid: 25296 + - uid: 25280 components: - type: Transform pos: -12.5,-50.5 parent: 2 - - uid: 25297 + - uid: 25281 components: - type: Transform pos: 53.5,-51.5 parent: 2 - - uid: 25298 + - uid: 25282 components: - type: Transform pos: 53.5,-52.5 parent: 2 - - uid: 25299 + - uid: 25283 components: - type: Transform pos: 53.5,-53.5 parent: 2 - - uid: 25300 + - uid: 25284 components: - type: Transform rot: 3.141592653589793 rad pos: -24.5,-19.5 parent: 2 - - uid: 25301 + - uid: 25285 components: - type: Transform rot: 3.141592653589793 rad pos: -25.5,-19.5 parent: 2 - - uid: 25302 + - uid: 25286 components: - type: Transform pos: -22.5,-20.5 parent: 2 - - uid: 25303 + - uid: 25287 components: - type: Transform rot: 1.5707963267948966 rad pos: -23.5,-24.5 parent: 2 - - uid: 25304 + - uid: 25288 components: - type: Transform rot: 1.5707963267948966 rad pos: -24.5,-24.5 parent: 2 - - uid: 25305 + - uid: 25289 components: - type: Transform rot: 1.5707963267948966 rad pos: -25.5,-24.5 parent: 2 - - uid: 25306 + - uid: 25290 components: - type: Transform pos: -26.5,-19.5 parent: 2 - - uid: 25307 + - uid: 25291 components: - type: Transform pos: 30.5,-61.5 parent: 2 - - uid: 25308 + - uid: 25292 components: - type: Transform pos: 31.5,-61.5 parent: 2 - - uid: 25309 + - uid: 25293 components: - type: Transform pos: 40.5,-53.5 parent: 2 - - uid: 25310 + - uid: 25294 components: - type: Transform pos: 41.5,-53.5 parent: 2 - - uid: 25311 + - uid: 25295 components: - type: Transform pos: 41.5,-54.5 parent: 2 - - uid: 25312 + - uid: 25296 components: - type: Transform pos: 41.5,-55.5 parent: 2 - - uid: 25313 + - uid: 25297 components: - type: Transform rot: 3.141592653589793 rad pos: 26.5,-68.5 parent: 2 - - uid: 25314 + - uid: 25298 components: - type: Transform pos: -34.5,-13.5 parent: 2 - - uid: 25315 + - uid: 25299 components: - type: Transform pos: -35.5,-13.5 parent: 2 - - uid: 25316 + - uid: 25300 components: - type: Transform pos: -36.5,-8.5 parent: 2 - - uid: 25317 + - uid: 25301 components: - type: Transform pos: -34.5,-12.5 parent: 2 - - uid: 25318 + - uid: 25302 components: - type: Transform pos: -39.5,-16.5 parent: 2 - - uid: 25319 + - uid: 25303 components: - type: Transform pos: -39.5,-17.5 parent: 2 - - uid: 25320 + - uid: 25304 components: - type: Transform pos: -39.5,-18.5 parent: 2 - - uid: 25321 + - uid: 25305 components: - type: Transform pos: -40.5,-18.5 parent: 2 - - uid: 25322 + - uid: 25306 components: - type: Transform pos: -42.5,-18.5 parent: 2 - - uid: 25323 + - uid: 25307 components: - type: Transform pos: -42.5,-17.5 parent: 2 - - uid: 25324 + - uid: 25308 components: - type: Transform pos: -42.5,-16.5 parent: 2 - - uid: 25325 + - uid: 25309 components: - type: Transform rot: 1.5707963267948966 rad pos: -12.5,-5.5 parent: 2 - - uid: 25326 + - uid: 25310 components: - type: Transform pos: -30.5,-37.5 parent: 2 - - uid: 25327 + - uid: 25311 components: - type: Transform rot: 3.141592653589793 rad pos: -52.5,-13.5 parent: 2 - - uid: 25328 + - uid: 25312 components: - type: Transform pos: -57.5,-30.5 parent: 2 - - uid: 25329 + - uid: 25313 components: - type: Transform pos: -62.5,-27.5 parent: 2 - - uid: 25330 + - uid: 25314 components: - type: Transform pos: -35.5,-46.5 parent: 2 - - uid: 25331 + - uid: 25315 components: - type: Transform pos: -35.5,-47.5 parent: 2 - - uid: 25332 + - uid: 25316 components: - type: Transform pos: -35.5,-48.5 parent: 2 - - uid: 25333 + - uid: 25317 components: - type: Transform pos: -35.5,-49.5 parent: 2 - - uid: 25334 + - uid: 25318 components: - type: Transform pos: -35.5,-50.5 parent: 2 - - uid: 25335 + - uid: 25319 components: - type: Transform pos: -52.5,-15.5 parent: 2 - - uid: 25336 + - uid: 25320 components: - type: Transform pos: -52.5,-14.5 parent: 2 - - uid: 25337 + - uid: 25321 components: - type: Transform pos: -52.5,-12.5 parent: 2 - - uid: 25338 + - uid: 25322 components: - type: Transform pos: -70.5,-25.5 parent: 2 - - uid: 25339 + - uid: 25323 components: - type: Transform pos: -70.5,-26.5 parent: 2 - - uid: 25340 + - uid: 25324 components: - type: Transform pos: -71.5,-26.5 parent: 2 - - uid: 25341 + - uid: 25325 components: - type: Transform rot: 3.141592653589793 rad pos: 20.5,-45.5 parent: 2 - - uid: 25342 + - uid: 25326 components: - type: Transform pos: -28.5,-52.5 parent: 2 - - uid: 25343 + - uid: 25327 components: - type: Transform pos: -27.5,-52.5 parent: 2 - - uid: 25344 + - uid: 25328 components: - type: Transform pos: -24.5,-52.5 parent: 2 - - uid: 25345 + - uid: 25329 components: - type: Transform pos: -38.5,-27.5 parent: 2 - - uid: 25346 + - uid: 25330 components: - type: Transform pos: -43.5,-27.5 parent: 2 - - uid: 25347 + - uid: 25331 components: - type: Transform pos: -54.5,-38.5 parent: 2 - - uid: 25348 + - uid: 25332 components: - type: Transform pos: -54.5,-39.5 parent: 2 - - uid: 25349 + - uid: 25333 components: - type: Transform pos: -55.5,-39.5 parent: 2 - - uid: 25350 + - uid: 25334 components: - type: Transform pos: -57.5,-35.5 parent: 2 - - uid: 25351 + - uid: 25335 components: - type: Transform pos: -56.5,-35.5 parent: 2 - - uid: 25352 + - uid: 25336 components: - type: Transform pos: -22.5,-33.5 parent: 2 - - uid: 25353 + - uid: 25337 components: - type: Transform pos: 38.5,-55.5 parent: 2 - - uid: 25354 + - uid: 25338 components: - type: Transform pos: 38.5,-56.5 parent: 2 - - uid: 25355 + - uid: 25339 components: - type: Transform pos: -34.5,17.5 parent: 2 - - uid: 25356 + - uid: 25340 components: - type: Transform pos: -27.5,24.5 parent: 2 - - uid: 25357 + - uid: 25341 components: - type: Transform pos: -22.5,17.5 parent: 2 - - uid: 25358 + - uid: 25342 components: - type: Transform pos: -39.5,25.5 parent: 2 - - uid: 25359 + - uid: 25343 components: - type: Transform pos: -40.5,25.5 parent: 2 - - uid: 25360 + - uid: 25344 components: - type: Transform pos: -43.5,25.5 parent: 2 - - uid: 25361 + - uid: 25345 components: - type: Transform rot: 1.5707963267948966 rad pos: 33.5,-14.5 parent: 2 - - uid: 25362 + - uid: 25346 components: - type: Transform pos: -3.5,31.5 parent: 2 - - uid: 25363 + - uid: 25347 components: - type: Transform pos: -3.5,30.5 parent: 2 - - uid: 25364 + - uid: 25348 components: - type: Transform pos: 2.5,23.5 parent: 2 - - uid: 25365 + - uid: 25349 components: - type: Transform pos: 1.5,23.5 parent: 2 - - uid: 25366 + - uid: 25350 components: - type: Transform pos: -33.5,17.5 parent: 2 - - uid: 25367 + - uid: 25351 components: - type: Transform pos: -32.5,17.5 parent: 2 - - uid: 25368 + - uid: 25352 components: - type: Transform pos: -34.5,26.5 parent: 2 - - uid: 25369 + - uid: 25353 components: - type: Transform pos: -33.5,29.5 parent: 2 - - uid: 25370 + - uid: 25354 components: - type: Transform rot: -1.5707963267948966 rad pos: -38.5,18.5 parent: 2 - - uid: 25371 + - uid: 25355 components: - type: Transform pos: -32.5,29.5 parent: 2 - - uid: 25372 + - uid: 25356 components: - type: Transform pos: -31.5,29.5 parent: 2 - - uid: 25373 + - uid: 25357 components: - type: Transform rot: -1.5707963267948966 rad pos: -37.5,18.5 parent: 2 - - uid: 25374 + - uid: 25358 components: - type: Transform pos: -41.5,35.5 parent: 2 - - uid: 25375 + - uid: 25359 components: - type: Transform pos: -40.5,35.5 parent: 2 - - uid: 25376 + - uid: 25360 components: - type: Transform pos: -40.5,34.5 parent: 2 - - uid: 25377 + - uid: 25361 components: - type: Transform pos: -40.5,33.5 parent: 2 - - uid: 25378 + - uid: 25362 components: - type: Transform pos: -40.5,32.5 parent: 2 - - uid: 25379 + - uid: 25363 components: - type: Transform pos: -38.5,28.5 parent: 2 - - uid: 25380 + - uid: 25364 components: - type: Transform pos: -38.5,27.5 parent: 2 - - uid: 25381 + - uid: 25365 components: - type: Transform pos: -37.5,27.5 parent: 2 - - uid: 25382 + - uid: 25366 components: - type: Transform pos: -36.5,27.5 parent: 2 - - uid: 25383 + - uid: 25367 components: - type: Transform rot: 3.141592653589793 rad pos: -22.5,11.5 parent: 2 - - uid: 25384 + - uid: 25368 components: - type: Transform rot: 3.141592653589793 rad pos: -23.5,11.5 parent: 2 - - uid: 25385 + - uid: 25369 components: - type: Transform rot: 3.141592653589793 rad pos: -24.5,11.5 parent: 2 - - uid: 25386 + - uid: 25370 components: - type: Transform pos: -15.5,23.5 parent: 2 - - uid: 25387 + - uid: 25371 components: - type: Transform pos: -16.5,21.5 parent: 2 - - uid: 25388 + - uid: 25372 components: - type: Transform pos: -16.5,20.5 parent: 2 - - uid: 25389 + - uid: 25373 components: - type: Transform pos: -15.5,21.5 parent: 2 - - uid: 25390 + - uid: 25374 components: - type: Transform pos: -48.5,26.5 parent: 2 - - uid: 25391 + - uid: 25375 components: - type: Transform pos: -47.5,26.5 parent: 2 - - uid: 25392 + - uid: 25376 components: - type: Transform pos: -28.5,8.5 parent: 2 - - uid: 25393 + - uid: 25377 components: - type: Transform pos: -29.5,8.5 parent: 2 - - uid: 25394 + - uid: 25378 components: - type: Transform pos: -54.5,0.5 parent: 2 - - uid: 25395 + - uid: 25379 components: - type: Transform pos: 54.5,12.5 parent: 2 - - uid: 25396 + - uid: 25380 components: - type: Transform pos: -25.5,-67.5 parent: 2 - - uid: 25397 + - uid: 25381 components: - type: Transform rot: 1.5707963267948966 rad pos: -12.5,-6.5 parent: 2 - - uid: 25398 + - uid: 25382 components: - type: Transform pos: -34.5,20.5 parent: 2 - - uid: 25399 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-65.5 - parent: 2 - - uid: 25400 + - uid: 25383 components: - type: Transform pos: -58.5,-27.5 parent: 2 - - uid: 25401 + - uid: 25384 components: - type: Transform pos: -57.5,-27.5 parent: 2 - - uid: 25402 + - uid: 25385 components: - type: Transform pos: -56.5,-27.5 parent: 2 - - uid: 25403 + - uid: 25386 components: - type: Transform rot: 3.141592653589793 rad pos: 34.5,-35.5 parent: 2 - - uid: 25404 + - uid: 25387 components: - type: Transform pos: 41.5,-58.5 parent: 2 - - uid: 25405 + - uid: 25388 components: - type: Transform pos: 77.5,-47.5 parent: 2 - - uid: 25406 + - uid: 25389 components: - type: Transform pos: -2.5,-33.5 parent: 2 - - uid: 25407 + - uid: 25390 components: - type: Transform pos: 11.5,-66.5 parent: 2 - - uid: 25408 + - uid: 25391 components: - type: Transform pos: 12.5,-66.5 parent: 2 - - uid: 25409 + - uid: 25392 components: - type: Transform pos: 7.5,-16.5 parent: 2 - - uid: 25410 + - uid: 25393 components: - type: Transform pos: -7.5,-30.5 parent: 2 - - uid: 25411 + - uid: 25394 components: - type: Transform rot: 3.141592653589793 rad pos: -29.5,-69.5 parent: 2 - - uid: 25412 + - uid: 25395 components: - type: Transform pos: 57.5,42.5 parent: 2 - - uid: 25413 + - uid: 25396 components: - type: Transform pos: 56.5,42.5 parent: 2 - - uid: 25414 + - uid: 25397 components: - type: Transform pos: 55.5,42.5 parent: 2 - - uid: 25415 + - uid: 25398 components: - type: Transform pos: 50.5,42.5 parent: 2 - - uid: 25416 + - uid: 25399 components: - type: Transform pos: 58.5,52.5 parent: 2 - - uid: 25417 + - uid: 25400 components: - type: Transform pos: 58.5,51.5 parent: 2 - - uid: 25418 + - uid: 25401 components: - type: Transform pos: -8.5,39.5 parent: 2 - - uid: 25419 + - uid: 25402 components: - type: Transform pos: -8.5,38.5 parent: 2 - - uid: 25420 + - uid: 25403 components: - type: Transform pos: -8.5,37.5 parent: 2 - - uid: 25421 + - uid: 25404 components: - type: Transform pos: -9.5,39.5 parent: 2 - - uid: 25422 + - uid: 25405 components: - type: Transform pos: -9.5,37.5 parent: 2 - - uid: 25423 + - uid: 25406 components: - type: Transform rot: 3.141592653589793 rad pos: 67.5,8.5 parent: 2 - - uid: 25424 + - uid: 25407 components: - type: Transform pos: -22.5,45.5 parent: 2 - - uid: 25425 + - uid: 25408 components: - type: Transform pos: -22.5,44.5 parent: 2 - - uid: 25426 + - uid: 25409 components: - type: Transform pos: -22.5,43.5 parent: 2 - - uid: 25427 + - uid: 25410 components: - type: Transform pos: 64.5,29.5 parent: 2 - - uid: 25428 + - uid: 25411 components: - type: Transform pos: 64.5,28.5 parent: 2 - - uid: 25429 + - uid: 25412 components: - type: Transform pos: -0.5,-77.5 parent: 2 - - uid: 25430 + - uid: 25413 components: - type: Transform pos: 72.5,36.5 parent: 2 - - uid: 25431 + - uid: 25414 components: - type: Transform pos: 73.5,36.5 parent: 2 - - uid: 25432 + - uid: 25415 components: - type: Transform pos: 71.5,36.5 parent: 2 - - uid: 25433 + - uid: 25416 components: - type: Transform rot: -1.5707963267948966 rad pos: -11.5,37.5 parent: 2 - - uid: 25434 + - uid: 25417 components: - type: Transform rot: -1.5707963267948966 rad pos: -12.5,37.5 parent: 2 - - uid: 25435 + - uid: 25418 components: - type: Transform rot: 3.141592653589793 rad pos: 37.5,51.5 parent: 2 - - uid: 25436 + - uid: 25419 components: - type: Transform rot: 3.141592653589793 rad pos: 38.5,51.5 parent: 2 - - uid: 25437 + - uid: 25420 components: - type: Transform pos: -2.5,43.5 parent: 2 - - uid: 25438 + - uid: 25421 components: - type: Transform rot: 1.5707963267948966 rad pos: -9.5,41.5 parent: 2 - - uid: 25439 + - uid: 25422 components: - type: Transform rot: 1.5707963267948966 rad pos: -8.5,41.5 parent: 2 - - uid: 25440 + - uid: 25423 components: - type: Transform pos: -10.5,41.5 parent: 2 - - uid: 25441 + - uid: 25424 components: - type: Transform pos: -20.5,47.5 parent: 2 - - uid: 25442 + - uid: 25425 components: - type: Transform pos: -21.5,47.5 parent: 2 - - uid: 25443 + - uid: 25426 components: - type: Transform pos: -16.5,24.5 parent: 2 - - uid: 25444 + - uid: 25427 components: - type: Transform pos: -16.5,23.5 parent: 2 - - uid: 25445 + - uid: 25428 components: - type: Transform pos: 30.5,47.5 parent: 2 - - uid: 25446 + - uid: 25429 components: - type: Transform pos: 30.5,46.5 parent: 2 - - uid: 25447 + - uid: 25430 components: - type: Transform rot: 3.141592653589793 rad pos: -55.5,-48.5 parent: 2 - - uid: 25448 + - uid: 25431 components: - type: Transform rot: 3.141592653589793 rad pos: -55.5,-49.5 parent: 2 - - uid: 25449 + - uid: 25432 components: - type: Transform pos: -22.5,-100.5 parent: 2 - - uid: 25450 + - uid: 25433 components: - type: Transform pos: -14.5,-96.5 parent: 2 - - uid: 25451 + - uid: 25434 components: - type: Transform pos: -15.5,-96.5 parent: 2 - - uid: 25452 + - uid: 25435 components: - type: Transform pos: -30.5,-98.5 parent: 2 - - uid: 25453 + - uid: 25436 components: - type: Transform pos: -29.5,-98.5 parent: 2 - - uid: 25454 + - uid: 25437 components: - type: Transform pos: -21.5,-100.5 parent: 2 - - uid: 25455 + - uid: 25438 components: - type: Transform pos: -23.5,-100.5 parent: 2 - - uid: 25456 + - uid: 25439 components: - type: Transform pos: -10.5,-83.5 parent: 2 - - uid: 25457 + - uid: 25440 components: - type: Transform pos: -4.5,-85.5 parent: 2 - - uid: 25458 + - uid: 25441 components: - type: Transform pos: -12.5,-84.5 parent: 2 - - uid: 25459 + - uid: 25442 components: - type: Transform pos: -13.5,-88.5 parent: 2 - - uid: 25460 + - uid: 25443 components: - type: Transform pos: -38.5,-97.5 parent: 2 - - uid: 25461 + - uid: 25444 components: - type: Transform pos: -38.5,-98.5 parent: 2 - - uid: 25462 + - uid: 25445 components: - type: Transform rot: 3.141592653589793 rad pos: -70.5,-28.5 parent: 2 - - uid: 25463 + - uid: 25446 components: - type: Transform rot: 3.141592653589793 rad pos: -71.5,-28.5 parent: 2 - - uid: 25464 + - uid: 25447 components: - type: Transform pos: 69.5,-48.5 parent: 2 - - uid: 25465 + - uid: 25448 components: - type: Transform pos: 77.5,-44.5 parent: 2 - - uid: 25466 + - uid: 25449 components: - type: Transform pos: 77.5,-43.5 parent: 2 - - uid: 25467 + - uid: 25450 components: - type: Transform pos: 76.5,-43.5 parent: 2 - - uid: 25468 + - uid: 25451 components: - type: Transform pos: 73.5,-49.5 parent: 2 - - uid: 25469 + - uid: 25452 components: - type: Transform pos: 73.5,-48.5 parent: 2 - - uid: 25470 + - uid: 25453 components: - type: Transform rot: -1.5707963267948966 rad pos: 22.5,-47.5 parent: 2 - - uid: 25471 + - uid: 25454 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-57.5 + pos: -5.5,-54.5 parent: 2 - - uid: 25472 + - uid: 25455 components: - type: Transform rot: 1.5707963267948966 rad pos: -16.5,-21.5 parent: 2 - - uid: 25473 + - uid: 25456 components: - type: Transform rot: -1.5707963267948966 rad pos: -15.5,-23.5 parent: 2 - - uid: 25474 + - uid: 25457 components: - type: Transform pos: 53.5,-67.5 parent: 2 - - uid: 25475 + - uid: 25458 components: - type: Transform rot: 3.141592653589793 rad pos: 63.5,-36.5 parent: 2 - - uid: 25476 + - uid: 25459 components: - type: Transform pos: 59.5,-29.5 parent: 2 - - uid: 25477 + - uid: 25460 components: - type: Transform pos: 53.5,-65.5 parent: 2 - - uid: 25478 + - uid: 25461 components: - type: Transform rot: 3.141592653589793 rad pos: 58.5,-37.5 parent: 2 - - uid: 25479 + - uid: 25462 components: - type: Transform rot: 3.141592653589793 rad pos: 57.5,-37.5 parent: 2 - - uid: 25480 + - uid: 25463 components: - type: Transform rot: 3.141592653589793 rad pos: 53.5,-28.5 parent: 2 - - uid: 25481 + - uid: 25464 components: - type: Transform rot: 3.141592653589793 rad pos: 54.5,-28.5 parent: 2 - - uid: 25482 + - uid: 25465 components: - type: Transform rot: 3.141592653589793 rad pos: 70.5,-65.5 parent: 2 - - uid: 25483 + - uid: 25466 components: - type: Transform rot: 3.141592653589793 rad pos: 70.5,-66.5 parent: 2 - - uid: 25484 + - uid: 25467 components: - type: Transform rot: 3.141592653589793 rad pos: 69.5,-66.5 parent: 2 - - uid: 25485 + - uid: 25468 components: - type: Transform rot: 3.141592653589793 rad pos: 43.5,-62.5 parent: 2 - - uid: 25486 + - uid: 25469 components: - type: Transform pos: 67.5,-64.5 parent: 2 - - uid: 25487 + - uid: 25470 components: - type: Transform pos: 67.5,-65.5 parent: 2 - - uid: 25488 + - uid: 25471 components: - type: Transform pos: 45.5,-63.5 parent: 2 - - uid: 25489 + - uid: 25472 components: - type: Transform pos: 46.5,-63.5 parent: 2 - - uid: 25490 + - uid: 25473 components: - type: Transform pos: 39.5,-35.5 parent: 2 - - uid: 25491 + - uid: 25474 components: - type: Transform pos: 38.5,-35.5 parent: 2 - - uid: 25492 + - uid: 25475 components: - type: Transform pos: -37.5,-8.5 parent: 2 - - uid: 25493 + - uid: 25476 components: - type: Transform rot: 3.141592653589793 rad pos: -25.5,-6.5 parent: 2 - - uid: 25494 + - uid: 25477 components: - type: Transform rot: -1.5707963267948966 rad pos: -36.5,18.5 parent: 2 - - uid: 25495 + - uid: 25478 components: - type: Transform pos: -12.5,-18.5 parent: 2 - - uid: 25496 + - uid: 25479 components: - type: Transform rot: -1.5707963267948966 rad pos: -26.5,-6.5 parent: 2 - - uid: 25497 - components: - - type: Transform - pos: -26.5,-61.5 - parent: 2 - - uid: 25498 + - uid: 25480 components: - type: Transform pos: -22.5,-57.5 parent: 2 - - uid: 25499 - components: - - type: Transform - pos: -22.5,-58.5 - parent: 2 - - uid: 25500 + - uid: 25481 components: - type: Transform - pos: -26.5,-59.5 + pos: -25.5,-57.5 parent: 2 - - uid: 25501 + - uid: 25482 components: - type: Transform pos: 9.5,-45.5 parent: 2 - - uid: 25502 + - uid: 25483 components: - type: Transform rot: 3.141592653589793 rad pos: 25.5,-68.5 parent: 2 - - uid: 25503 + - uid: 25484 components: - type: Transform rot: 3.141592653589793 rad pos: 50.5,-72.5 parent: 2 - - uid: 25504 + - uid: 25485 components: - type: Transform rot: -1.5707963267948966 rad pos: 4.5,-75.5 parent: 2 - - uid: 25505 + - uid: 25486 components: - type: Transform rot: -1.5707963267948966 rad pos: 3.5,-75.5 parent: 2 - - uid: 25506 + - uid: 25487 components: - type: Transform rot: -1.5707963267948966 rad pos: 2.5,-75.5 parent: 2 - - uid: 25507 + - uid: 25488 components: - type: Transform rot: 1.5707963267948966 rad pos: -47.5,38.5 parent: 2 - - uid: 25508 + - uid: 25489 components: - type: Transform rot: 1.5707963267948966 rad pos: -47.5,39.5 parent: 2 - - uid: 25509 + - uid: 25490 components: - type: Transform rot: 1.5707963267948966 rad pos: -47.5,40.5 parent: 2 - - uid: 25510 + - uid: 25491 components: - type: Transform pos: -2.5,10.5 parent: 2 - - uid: 25511 + - uid: 25492 components: - type: Transform pos: -72.5,-39.5 parent: 2 - - uid: 25512 + - uid: 25493 components: - type: Transform pos: -73.5,-39.5 parent: 2 - - uid: 25513 + - uid: 25494 components: - type: Transform rot: -1.5707963267948966 rad pos: -66.5,-43.5 parent: 2 - - uid: 25514 + - uid: 25495 components: - type: Transform rot: -1.5707963267948966 rad pos: -64.5,-34.5 parent: 2 - - uid: 25515 + - uid: 25496 components: - type: Transform rot: -1.5707963267948966 rad pos: -65.5,-34.5 parent: 2 - - uid: 25516 + - uid: 25497 components: - type: Transform rot: -1.5707963267948966 rad pos: 29.5,-34.5 parent: 2 - - uid: 25517 + - uid: 25498 components: - type: Transform rot: -1.5707963267948966 rad pos: 29.5,-35.5 parent: 2 - - uid: 25518 + - uid: 25499 components: - type: Transform pos: -0.5,-8.5 parent: 2 - - uid: 25519 + - uid: 25500 components: - type: Transform pos: 5.5,-13.5 parent: 2 - - uid: 25520 + - uid: 25501 components: - type: Transform pos: 4.5,15.5 parent: 2 - - uid: 25521 + - uid: 25502 components: - type: Transform rot: -1.5707963267948966 rad pos: 56.5,-40.5 parent: 2 - - uid: 25522 + - uid: 25503 components: - type: Transform rot: 1.5707963267948966 rad pos: -7.5,-17.5 parent: 2 + - uid: 25504 + components: + - type: Transform + pos: -1.5,-57.5 + parent: 2 + - uid: 25505 + components: + - type: Transform + pos: -4.5,-53.5 + parent: 2 + - uid: 25506 + components: + - type: Transform + pos: -26.5,-58.5 + parent: 2 + - uid: 25507 + components: + - type: Transform + pos: -26.5,-59.5 + parent: 2 + - uid: 25508 + components: + - type: Transform + pos: -26.5,-60.5 + parent: 2 - proto: TableCarpet entities: - - uid: 25523 + - uid: 25509 components: - type: Transform pos: 23.5,-35.5 parent: 2 - - uid: 25524 + - uid: 25510 components: - type: Transform rot: -1.5707963267948966 rad pos: 10.5,-7.5 parent: 2 - - uid: 25525 + - uid: 25511 components: - type: Transform rot: -1.5707963267948966 rad pos: 10.5,-6.5 parent: 2 - - uid: 25526 + - uid: 25512 components: - type: Transform rot: -1.5707963267948966 rad pos: 9.5,-7.5 parent: 2 - - uid: 25527 + - uid: 25513 components: - type: Transform rot: -1.5707963267948966 rad pos: 9.5,-6.5 parent: 2 - - uid: 25528 + - uid: 25514 components: - type: Transform pos: -24.5,34.5 parent: 2 - - uid: 25529 + - uid: 25515 components: - type: Transform rot: 3.141592653589793 rad pos: -1.5,31.5 parent: 2 - - uid: 25530 + - uid: 25516 components: - type: Transform rot: 3.141592653589793 rad pos: -0.5,31.5 parent: 2 - - uid: 25531 + - uid: 25517 components: - type: Transform rot: 3.141592653589793 rad pos: -0.5,30.5 parent: 2 - - uid: 25532 + - uid: 25518 components: - type: Transform rot: 3.141592653589793 rad pos: -1.5,30.5 parent: 2 - - uid: 25533 + - uid: 25519 components: - type: Transform pos: 53.5,29.5 parent: 2 - - uid: 25534 + - uid: 25520 components: - type: Transform pos: 53.5,28.5 parent: 2 - - uid: 25535 + - uid: 25521 components: - type: Transform pos: 54.5,29.5 parent: 2 - - uid: 25536 + - uid: 25522 components: - type: Transform pos: 54.5,28.5 parent: 2 - - uid: 25537 + - uid: 25523 components: - type: Transform pos: 8.5,32.5 parent: 2 - - uid: 25538 + - uid: 25524 components: - type: Transform rot: 3.141592653589793 rad pos: -18.5,62.5 parent: 2 - - uid: 25539 + - uid: 25525 components: - type: Transform rot: 3.141592653589793 rad pos: -18.5,61.5 parent: 2 - - uid: 25540 + - uid: 25526 components: - type: Transform rot: 3.141592653589793 rad pos: -17.5,62.5 parent: 2 - - uid: 25541 + - uid: 25527 components: - type: Transform rot: 3.141592653589793 rad pos: -17.5,61.5 parent: 2 - - uid: 25542 + - uid: 25528 components: - type: Transform rot: 3.141592653589793 rad pos: -16.5,62.5 parent: 2 - - uid: 25543 + - uid: 25529 components: - type: Transform rot: 3.141592653589793 rad pos: -16.5,61.5 parent: 2 - - uid: 25544 + - uid: 25530 components: - type: Transform pos: 37.5,45.5 parent: 2 - - uid: 25545 + - uid: 25531 components: - type: Transform pos: 38.5,45.5 parent: 2 - - uid: 25546 + - uid: 25532 components: - type: Transform pos: 38.5,46.5 parent: 2 - - uid: 25547 + - uid: 25533 components: - type: Transform pos: 37.5,46.5 parent: 2 - proto: TableCounterMetal entities: - - uid: 25548 + - uid: 25534 components: - type: Transform pos: 32.5,30.5 parent: 2 - - uid: 25549 + - uid: 25535 components: - type: Transform pos: 32.5,29.5 parent: 2 - - uid: 25550 - components: - - type: Transform - pos: 0.5,-67.5 - parent: 2 - - uid: 25551 + - uid: 25536 components: - type: Transform pos: -3.5,5.5 parent: 2 - - uid: 25552 - components: - - type: Transform - pos: 0.5,-64.5 - parent: 2 - - uid: 25553 - components: - - type: Transform - pos: 0.5,-65.5 - parent: 2 - - uid: 25554 - components: - - type: Transform - pos: 0.5,-66.5 - parent: 2 - - uid: 25555 - components: - - type: Transform - pos: -3.5,-64.5 - parent: 2 - - uid: 25556 - components: - - type: Transform - pos: -3.5,-65.5 - parent: 2 - - uid: 25557 - components: - - type: Transform - pos: -3.5,-66.5 - parent: 2 - - uid: 25558 + - uid: 25537 components: - type: Transform pos: -16.5,-77.5 parent: 2 - - uid: 25559 + - uid: 25538 components: - type: Transform pos: -4.5,5.5 parent: 2 - - uid: 25560 + - uid: 25539 components: - type: Transform pos: 4.5,11.5 parent: 2 - - uid: 25561 + - uid: 25540 components: - type: Transform pos: 5.5,11.5 parent: 2 - - uid: 25562 - components: - - type: Transform - pos: 0.5,-63.5 - parent: 2 - - uid: 25563 + - uid: 25541 components: - type: Transform rot: 1.5707963267948966 rad @@ -169454,69 +169637,69 @@ entities: parent: 2 - proto: TableCounterWood entities: - - uid: 25564 + - uid: 25542 components: - type: Transform pos: 3.5,-35.5 parent: 2 - - uid: 25565 + - uid: 25543 components: - type: Transform rot: -1.5707963267948966 rad pos: 37.5,-5.5 parent: 2 - - uid: 25566 + - uid: 25544 components: - type: Transform pos: 18.5,15.5 parent: 2 - - uid: 25567 + - uid: 25545 components: - type: Transform pos: 17.5,15.5 parent: 2 - - uid: 25568 + - uid: 25546 components: - type: Transform rot: -1.5707963267948966 rad pos: 37.5,-4.5 parent: 2 - - uid: 25569 + - uid: 25547 components: - type: Transform rot: -1.5707963267948966 rad pos: 37.5,-3.5 parent: 2 - - uid: 25570 + - uid: 25548 components: - type: Transform rot: -1.5707963267948966 rad pos: 37.5,-2.5 parent: 2 - - uid: 25571 + - uid: 25549 components: - type: Transform rot: -1.5707963267948966 rad pos: 38.5,-2.5 parent: 2 - - uid: 25572 + - uid: 25550 components: - type: Transform rot: -1.5707963267948966 rad pos: 39.5,-2.5 parent: 2 - - uid: 25573 + - uid: 25551 components: - type: Transform pos: 57.5,32.5 parent: 2 - - uid: 25574 + - uid: 25552 components: - type: Transform rot: 3.141592653589793 rad pos: -10.5,-95.5 parent: 2 - - uid: 25575 + - uid: 25553 components: - type: Transform rot: 3.141592653589793 rad @@ -169524,1956 +169707,1980 @@ entities: parent: 2 - proto: TableFrame entities: - - uid: 25576 + - uid: 25554 components: - type: Transform pos: -25.5,-99.5 parent: 2 - - uid: 25577 + - uid: 25555 components: - type: Transform pos: -33.5,-98.5 parent: 2 - - uid: 25578 + - uid: 25556 components: - type: Transform pos: -34.5,-98.5 parent: 2 - proto: TableGlass entities: - - uid: 25579 + - uid: 25557 components: - type: Transform rot: -1.5707963267948966 rad pos: 30.5,4.5 parent: 2 - - uid: 25580 + - uid: 25558 components: - type: Transform rot: -1.5707963267948966 rad pos: 29.5,4.5 parent: 2 - - uid: 25581 + - uid: 25559 components: - type: Transform pos: -25.5,55.5 parent: 2 - - uid: 25582 + - uid: 25560 components: - type: Transform rot: 1.5707963267948966 rad pos: 63.5,-33.5 parent: 2 - - uid: 25583 + - uid: 25561 components: - type: Transform rot: 1.5707963267948966 rad pos: 62.5,-33.5 parent: 2 - - uid: 25584 + - uid: 25562 components: - type: Transform pos: 15.5,-79.5 parent: 2 - - uid: 25585 + - uid: 25563 components: - type: Transform rot: -1.5707963267948966 rad pos: 15.5,-87.5 parent: 2 - - uid: 25586 + - uid: 25564 components: - type: Transform rot: 3.141592653589793 rad pos: 26.5,-81.5 parent: 2 - - uid: 25587 + - uid: 25565 components: - type: Transform rot: 1.5707963267948966 rad pos: 38.5,63.5 parent: 2 - - uid: 25588 + - uid: 25566 components: - type: Transform rot: 1.5707963267948966 rad pos: 39.5,63.5 parent: 2 - - uid: 25589 + - uid: 25567 components: - type: Transform rot: 1.5707963267948966 rad pos: 40.5,63.5 parent: 2 - - uid: 25590 + - uid: 25568 components: - type: Transform rot: 1.5707963267948966 rad pos: 39.5,63.5 parent: 2 - - uid: 25591 + - uid: 25569 components: - type: Transform rot: 1.5707963267948966 rad pos: 39.5,64.5 parent: 2 - - uid: 25592 + - uid: 25570 components: - type: Transform rot: 1.5707963267948966 rad pos: 39.5,62.5 parent: 2 - - uid: 31652 + - uid: 25571 components: - type: Transform pos: -5.5,-15.5 parent: 2 - proto: TableReinforced entities: - - uid: 25593 + - uid: 25572 + components: + - type: Transform + pos: 0.5,-60.5 + parent: 2 + - uid: 25573 + components: + - type: Transform + pos: 0.5,-59.5 + parent: 2 + - uid: 25574 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,-66.5 + parent: 2 + - uid: 25575 + components: + - type: Transform + pos: 3.5,-54.5 + parent: 2 + - uid: 25576 components: - type: Transform pos: -34.5,23.5 parent: 2 - - uid: 25594 + - uid: 25577 components: - type: Transform rot: 1.5707963267948966 rad pos: -6.5,-18.5 parent: 2 - - uid: 25595 + - uid: 25578 components: - type: Transform rot: -1.5707963267948966 rad pos: -51.5,-86.5 parent: 2 - - uid: 25596 + - uid: 25579 components: - type: Transform pos: 53.5,-43.5 parent: 2 - - uid: 25597 + - uid: 25580 components: - type: Transform pos: 51.5,-41.5 parent: 2 - - uid: 25598 + - uid: 25581 components: - type: Transform pos: 51.5,-43.5 parent: 2 - - uid: 25599 + - uid: 25582 components: - type: Transform pos: 24.5,23.5 parent: 2 - - uid: 25600 + - uid: 25583 components: - type: Transform rot: 3.141592653589793 rad pos: -14.5,-35.5 parent: 2 - - uid: 25601 + - uid: 25584 components: - type: Transform rot: 3.141592653589793 rad pos: 48.5,-30.5 parent: 2 - - uid: 25602 + - uid: 25585 components: - type: Transform pos: 2.5,4.5 parent: 2 - - uid: 25603 + - uid: 25586 components: - type: Transform pos: -8.5,4.5 parent: 2 - - uid: 25604 + - uid: 25587 components: - type: Transform rot: -1.5707963267948966 rad pos: 45.5,-26.5 parent: 2 - - uid: 25605 + - uid: 25588 components: - type: Transform pos: 26.5,32.5 parent: 2 - - uid: 25606 + - uid: 25589 components: - type: Transform pos: -6.5,4.5 parent: 2 - - uid: 25607 + - uid: 25590 components: - type: Transform pos: -28.5,-9.5 parent: 2 - - uid: 25608 + - uid: 25591 components: - type: Transform pos: 1.5,-48.5 parent: 2 - - uid: 25609 + - uid: 25592 components: - type: Transform rot: 1.5707963267948966 rad pos: 25.5,19.5 parent: 2 - - uid: 25610 + - uid: 25593 components: - type: Transform rot: 3.141592653589793 rad pos: 26.5,-21.5 parent: 2 - - uid: 25611 + - uid: 25594 components: - type: Transform pos: 37.5,49.5 parent: 2 - - uid: 25612 + - uid: 25595 components: - type: Transform rot: 3.141592653589793 rad pos: 48.5,-21.5 parent: 2 - - uid: 25613 + - uid: 25596 components: - type: Transform pos: 27.5,32.5 parent: 2 - - uid: 25614 + - uid: 25597 components: - type: Transform rot: -1.5707963267948966 rad pos: 32.5,-22.5 parent: 2 - - uid: 25615 + - uid: 25598 components: - type: Transform rot: 3.141592653589793 rad pos: 47.5,-30.5 parent: 2 - - uid: 25616 + - uid: 25599 components: - type: Transform rot: -1.5707963267948966 rad pos: 36.5,19.5 parent: 2 - - uid: 25617 + - uid: 25600 components: - type: Transform pos: -23.5,-87.5 parent: 2 - - uid: 25618 + - uid: 25601 components: - type: Transform pos: -7.5,4.5 parent: 2 - - uid: 25619 + - uid: 25602 components: - type: Transform rot: 1.5707963267948966 rad pos: 21.5,-44.5 parent: 2 - - uid: 25620 + - uid: 25603 components: - type: Transform pos: 0.5,4.5 parent: 2 - - uid: 25621 + - uid: 25604 components: - type: Transform rot: 1.5707963267948966 rad pos: 24.5,19.5 parent: 2 - - uid: 25622 + - uid: 25605 components: - type: Transform rot: -1.5707963267948966 rad pos: 32.5,-20.5 parent: 2 - - uid: 25623 + - uid: 25606 components: - type: Transform rot: -1.5707963267948966 rad pos: 31.5,-20.5 parent: 2 - - uid: 25624 + - uid: 25607 components: - type: Transform rot: -1.5707963267948966 rad pos: 32.5,-21.5 parent: 2 - - uid: 25625 + - uid: 25608 components: - type: Transform rot: -1.5707963267948966 rad pos: 32.5,-22.5 parent: 2 - - uid: 25626 + - uid: 25609 components: - type: Transform rot: -1.5707963267948966 rad pos: 19.5,-20.5 parent: 2 - - uid: 25627 + - uid: 25610 components: - type: Transform rot: -1.5707963267948966 rad pos: 18.5,-20.5 parent: 2 - - uid: 25628 + - uid: 25611 components: - type: Transform rot: -1.5707963267948966 rad pos: 18.5,-21.5 parent: 2 - - uid: 25629 + - uid: 25612 components: - type: Transform pos: 7.5,7.5 parent: 2 - - uid: 25630 + - uid: 25613 components: - type: Transform rot: 1.5707963267948966 rad pos: 22.5,-21.5 parent: 2 - - uid: 25631 + - uid: 25614 components: - type: Transform pos: 1.5,-46.5 parent: 2 - - uid: 25632 + - uid: 25615 components: - type: Transform pos: 28.5,32.5 parent: 2 - - uid: 25633 + - uid: 25616 components: - type: Transform pos: 30.5,32.5 parent: 2 - - uid: 25634 + - uid: 25617 components: - type: Transform pos: 31.5,32.5 parent: 2 - - uid: 25635 - components: - - type: Transform - pos: 18.5,-22.5 - parent: 2 - - uid: 25636 + - uid: 25619 components: - type: Transform pos: 1.5,4.5 parent: 2 - - uid: 25637 + - uid: 25620 components: - type: Transform rot: 3.141592653589793 rad pos: 48.5,-28.5 parent: 2 - - uid: 25638 + - uid: 25621 components: - type: Transform rot: 1.5707963267948966 rad pos: 26.5,19.5 parent: 2 - - uid: 25639 + - uid: 25622 components: - type: Transform rot: -1.5707963267948966 rad pos: -26.5,-12.5 parent: 2 - - uid: 25640 + - uid: 25623 components: - type: Transform pos: 47.5,49.5 parent: 2 - - uid: 25641 + - uid: 25624 components: - type: Transform pos: 7.5,8.5 parent: 2 - - uid: 25642 + - uid: 25625 components: - type: Transform pos: 39.5,49.5 parent: 2 - - uid: 25643 + - uid: 25626 components: - type: Transform pos: 38.5,49.5 parent: 2 - - uid: 25644 + - uid: 25627 components: - type: Transform rot: 3.141592653589793 rad pos: 48.5,-22.5 parent: 2 - - uid: 25645 + - uid: 25628 components: - type: Transform rot: 3.141592653589793 rad pos: 48.5,-24.5 parent: 2 - - uid: 25646 + - uid: 25629 components: - type: Transform pos: 36.5,49.5 parent: 2 - - uid: 25647 + - uid: 25630 components: - type: Transform rot: 3.141592653589793 rad pos: 48.5,-29.5 parent: 2 - - uid: 25648 + - uid: 25631 components: - type: Transform rot: 3.141592653589793 rad pos: 47.5,-27.5 parent: 2 - - uid: 25649 + - uid: 25632 components: - type: Transform rot: 3.141592653589793 rad pos: 47.5,-21.5 parent: 2 - - uid: 25650 + - uid: 25633 components: - type: Transform pos: 32.5,32.5 parent: 2 - - uid: 25651 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-51.5 - parent: 2 - - uid: 25652 + - uid: 25634 components: - type: Transform rot: 3.141592653589793 rad pos: 28.5,-21.5 parent: 2 - - uid: 25653 + - uid: 25635 components: - type: Transform pos: 7.5,9.5 parent: 2 - - uid: 25654 + - uid: 25636 components: - type: Transform rot: 3.141592653589793 rad pos: 48.5,-23.5 parent: 2 - - uid: 25655 + - uid: 25637 components: - type: Transform rot: 3.141592653589793 rad pos: 48.5,-27.5 parent: 2 - - uid: 25656 + - uid: 25638 components: - type: Transform rot: 3.141592653589793 rad pos: 24.5,-21.5 parent: 2 - - uid: 25657 + - uid: 25639 components: - type: Transform rot: -1.5707963267948966 rad pos: 44.5,-26.5 parent: 2 - - uid: 25658 + - uid: 25640 components: - type: Transform rot: -1.5707963267948966 rad pos: 47.5,-25.5 parent: 2 - - uid: 25659 + - uid: 25641 components: - type: Transform rot: -1.5707963267948966 rad pos: 48.5,-25.5 parent: 2 - - uid: 25660 + - uid: 25642 components: - type: Transform pos: -22.5,-87.5 parent: 2 - - uid: 25661 + - uid: 25643 components: - type: Transform pos: 22.5,23.5 parent: 2 - - uid: 25662 + - uid: 25644 components: - type: Transform pos: 25.5,23.5 parent: 2 - - uid: 25663 + - uid: 25645 components: - type: Transform pos: -11.5,43.5 parent: 2 - - uid: 25664 + - uid: 25646 components: - type: Transform rot: 1.5707963267948966 rad pos: -9.5,43.5 parent: 2 - - uid: 25665 + - uid: 25647 components: - type: Transform rot: 1.5707963267948966 rad pos: 48.5,6.5 parent: 2 - - uid: 25666 + - uid: 25648 components: - type: Transform rot: -1.5707963267948966 rad pos: 36.5,17.5 parent: 2 - - uid: 25667 + - uid: 25649 components: - type: Transform pos: -17.5,-22.5 parent: 2 - - uid: 25668 + - uid: 25650 components: - type: Transform pos: -17.5,-23.5 parent: 2 - - uid: 25669 + - uid: 25651 components: - type: Transform pos: 42.5,-40.5 parent: 2 - - uid: 25670 + - uid: 25652 components: - type: Transform pos: 43.5,-40.5 parent: 2 - - uid: 25671 + - uid: 25653 components: - type: Transform pos: -27.5,-9.5 parent: 2 - - uid: 25672 + - uid: 25654 components: - type: Transform pos: -22.5,-8.5 parent: 2 - - uid: 25673 + - uid: 25655 components: - type: Transform pos: -23.5,-8.5 parent: 2 - - uid: 25674 + - uid: 25656 components: - type: Transform pos: -27.5,-10.5 parent: 2 - - uid: 25675 + - uid: 25657 components: - type: Transform pos: -27.5,-11.5 parent: 2 - - uid: 25676 + - uid: 25658 components: - type: Transform pos: 57.5,-47.5 parent: 2 - - uid: 25677 + - uid: 25659 components: - type: Transform rot: 1.5707963267948966 rad pos: 22.5,-44.5 parent: 2 - - uid: 25678 + - uid: 25660 components: - type: Transform pos: -25.5,-35.5 parent: 2 - - uid: 25679 + - uid: 25661 components: - type: Transform pos: -25.5,-36.5 parent: 2 - - uid: 25680 + - uid: 25662 components: - type: Transform pos: -24.5,-36.5 parent: 2 - - uid: 25681 + - uid: 25663 components: - type: Transform pos: -23.5,-36.5 parent: 2 - - uid: 25682 + - uid: 25664 components: - type: Transform pos: -36.5,-33.5 parent: 2 - - uid: 25683 + - uid: 25665 components: - type: Transform pos: -36.5,-32.5 parent: 2 - - uid: 25684 + - uid: 25666 components: - type: Transform pos: -37.5,-32.5 parent: 2 - - uid: 25685 + - uid: 25667 components: - type: Transform pos: -38.5,-32.5 parent: 2 - - uid: 25686 + - uid: 25668 components: - type: Transform pos: -39.5,-32.5 parent: 2 - - uid: 25687 + - uid: 25669 components: - type: Transform pos: -58.5,-25.5 parent: 2 - - uid: 25688 + - uid: 25670 components: - type: Transform pos: -57.5,-25.5 parent: 2 - - uid: 25689 + - uid: 25671 components: - type: Transform pos: -56.5,-25.5 parent: 2 - - uid: 25690 + - uid: 25672 components: - type: Transform pos: -55.5,-25.5 parent: 2 - - uid: 25691 + - uid: 25673 components: - type: Transform pos: -54.5,-25.5 parent: 2 - - uid: 25692 + - uid: 25674 components: - type: Transform pos: -15.5,12.5 parent: 2 - - uid: 25693 + - uid: 25675 components: - type: Transform rot: -1.5707963267948966 rad pos: -17.5,25.5 parent: 2 - - uid: 25694 + - uid: 25676 components: - type: Transform rot: 3.141592653589793 rad pos: -26.5,22.5 parent: 2 - - uid: 25695 + - uid: 25677 components: - type: Transform pos: 17.5,32.5 parent: 2 - - uid: 25696 + - uid: 25678 components: - type: Transform pos: 17.5,31.5 parent: 2 - - uid: 25697 + - uid: 25679 components: - type: Transform pos: -34.5,24.5 parent: 2 - - uid: 25698 + - uid: 25680 components: - type: Transform pos: -14.5,12.5 parent: 2 - - uid: 25699 + - uid: 25681 components: - type: Transform pos: -13.5,12.5 parent: 2 - - uid: 25700 + - uid: 25682 components: - type: Transform pos: -16.5,12.5 parent: 2 - - uid: 25701 - components: - - type: Transform - pos: -10.5,-61.5 - parent: 2 - - uid: 25702 - components: - - type: Transform - pos: 0.5,-61.5 - parent: 2 - - uid: 25703 - components: - - type: Transform - pos: -0.5,-61.5 - parent: 2 - - uid: 25704 - components: - - type: Transform - pos: -11.5,-61.5 - parent: 2 - - uid: 25705 + - uid: 25683 components: - type: Transform pos: -16.5,-61.5 parent: 2 - - uid: 25706 + - uid: 25684 components: - type: Transform pos: -17.5,-61.5 parent: 2 - - uid: 25707 + - uid: 25685 components: - type: Transform rot: 3.141592653589793 rad pos: -15.5,-35.5 parent: 2 - - uid: 25708 + - uid: 25686 components: - type: Transform rot: 3.141592653589793 rad pos: -16.5,-35.5 parent: 2 - - uid: 25709 + - uid: 25687 components: - type: Transform rot: 1.5707963267948966 rad pos: -10.5,43.5 parent: 2 - - uid: 25710 + - uid: 25688 components: - type: Transform pos: -20.5,49.5 parent: 2 - - uid: 25711 + - uid: 25689 components: - type: Transform rot: 3.141592653589793 rad pos: -15.5,65.5 parent: 2 - - uid: 25712 + - uid: 25690 components: - type: Transform rot: 3.141592653589793 rad pos: -16.5,65.5 parent: 2 - - uid: 25713 + - uid: 25691 components: - type: Transform pos: -21.5,49.5 parent: 2 - - uid: 25714 + - uid: 25692 components: - type: Transform rot: 3.141592653589793 rad pos: -19.5,43.5 parent: 2 - - uid: 25715 + - uid: 25693 components: - type: Transform rot: 3.141592653589793 rad pos: -19.5,41.5 parent: 2 - - uid: 25716 + - uid: 25694 components: - type: Transform rot: 3.141592653589793 rad pos: -19.5,42.5 parent: 2 - - uid: 25717 + - uid: 25695 components: - type: Transform pos: 48.5,50.5 parent: 2 - - uid: 25718 + - uid: 25696 components: - type: Transform pos: 47.5,50.5 parent: 2 - - uid: 25719 + - uid: 25697 components: - type: Transform pos: 46.5,49.5 parent: 2 - - uid: 25720 + - uid: 25698 components: - type: Transform pos: 45.5,49.5 parent: 2 - - uid: 25721 + - uid: 25699 components: - type: Transform rot: 3.141592653589793 rad pos: -9.5,-100.5 parent: 2 - - uid: 25722 + - uid: 25700 components: - type: Transform rot: 1.5707963267948966 rad pos: 55.5,-67.5 parent: 2 - - uid: 25723 + - uid: 25701 components: - type: Transform pos: 29.5,32.5 parent: 2 - - uid: 25724 + - uid: 25702 components: - type: Transform pos: 65.5,-28.5 parent: 2 - - uid: 25725 + - uid: 25703 components: - type: Transform pos: 65.5,-29.5 parent: 2 - - uid: 25726 + - uid: 25704 components: - type: Transform pos: -7.5,14.5 parent: 2 - - uid: 25727 + - uid: 25705 components: - type: Transform pos: -8.5,14.5 parent: 2 - - uid: 25728 + - uid: 25706 components: - type: Transform rot: 3.141592653589793 rad pos: 4.5,-3.5 parent: 2 - - uid: 25729 + - uid: 25707 components: - type: Transform rot: -1.5707963267948966 rad pos: -51.5,-88.5 parent: 2 - - uid: 25730 + - uid: 25708 components: - type: Transform pos: 51.5,-40.5 parent: 2 - - uid: 25731 + - uid: 25709 components: - type: Transform pos: 52.5,-43.5 parent: 2 - - uid: 25732 + - uid: 25710 components: - type: Transform pos: 53.5,-39.5 parent: 2 - - uid: 25733 + - uid: 25711 components: - type: Transform pos: 51.5,-42.5 parent: 2 - - uid: 25734 + - uid: 25712 components: - type: Transform pos: 51.5,-39.5 parent: 2 - - uid: 25735 + - uid: 25713 components: - type: Transform pos: 52.5,-39.5 parent: 2 + - uid: 25714 + components: + - type: Transform + pos: -14.5,-52.5 + parent: 2 + - uid: 25715 + components: + - type: Transform + pos: -13.5,-52.5 + parent: 2 + - uid: 25716 + components: + - type: Transform + pos: -12.5,-52.5 + parent: 2 + - uid: 25717 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-56.5 + parent: 2 + - uid: 25718 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-55.5 + parent: 2 + - uid: 25719 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-60.5 + parent: 2 - proto: TableReinforcedGlass entities: - - uid: 25736 + - uid: 25720 components: - type: Transform pos: -30.5,-77.5 parent: 2 - - uid: 25737 + - uid: 25721 components: - type: Transform pos: -30.5,-79.5 parent: 2 - proto: TableWood entities: - - uid: 25738 + - uid: 25722 components: - type: Transform rot: -1.5707963267948966 rad pos: 1.5,21.5 parent: 2 - - uid: 25739 + - uid: 25723 components: - type: Transform pos: -1.5,-6.5 parent: 2 - - uid: 25740 + - uid: 25724 components: - type: Transform rot: -1.5707963267948966 rad pos: 3.5,-9.5 parent: 2 - - uid: 25741 + - uid: 25725 components: - type: Transform rot: -1.5707963267948966 rad pos: 3.5,-10.5 parent: 2 - - uid: 25742 + - uid: 25726 components: - type: Transform rot: -1.5707963267948966 rad pos: 2.5,-19.5 parent: 2 - - uid: 25743 + - uid: 25727 components: - type: Transform rot: -1.5707963267948966 rad pos: 2.5,-21.5 parent: 2 - - uid: 25744 + - uid: 25728 components: - type: Transform rot: -1.5707963267948966 rad pos: 2.5,-20.5 parent: 2 - - uid: 25745 + - uid: 25729 components: - type: Transform rot: 1.5707963267948966 rad pos: 27.5,-37.5 parent: 2 - - uid: 25746 + - uid: 25730 components: - type: Transform rot: 1.5707963267948966 rad pos: 27.5,-35.5 parent: 2 - - uid: 25747 + - uid: 25731 components: - type: Transform rot: 1.5707963267948966 rad pos: 21.5,-29.5 parent: 2 - - uid: 25748 + - uid: 25732 components: - type: Transform rot: 1.5707963267948966 rad pos: 4.5,-7.5 parent: 2 - - uid: 25749 + - uid: 25733 components: - type: Transform pos: -22.5,-54.5 parent: 2 - - uid: 25750 + - uid: 25734 components: - type: Transform rot: 3.141592653589793 rad pos: 5.5,20.5 parent: 2 - - uid: 25751 + - uid: 25735 components: - type: Transform pos: 22.5,10.5 parent: 2 - - uid: 25752 + - uid: 25736 components: - type: Transform pos: -19.5,-56.5 parent: 2 - - uid: 25753 + - uid: 25737 components: - type: Transform rot: -1.5707963267948966 rad pos: 9.5,-12.5 parent: 2 - - uid: 25754 + - uid: 25738 components: - type: Transform pos: 59.5,-1.5 parent: 2 - - uid: 25755 + - uid: 25739 components: - type: Transform rot: 1.5707963267948966 rad pos: 22.5,-29.5 parent: 2 - - uid: 25756 + - uid: 25740 components: - type: Transform pos: -4.5,-48.5 parent: 2 - - uid: 25757 + - uid: 25741 components: - type: Transform rot: -1.5707963267948966 rad pos: 2.5,21.5 parent: 2 - - uid: 25758 + - uid: 25742 components: - type: Transform rot: 1.5707963267948966 rad pos: 23.5,-29.5 parent: 2 - - uid: 25759 + - uid: 25743 components: - type: Transform pos: 15.5,13.5 parent: 2 - - uid: 25760 + - uid: 25744 components: - type: Transform rot: 1.5707963267948966 rad pos: 13.5,-34.5 parent: 2 - - uid: 25761 + - uid: 25745 components: - type: Transform pos: -28.5,46.5 parent: 2 - - uid: 25762 - components: - - type: Transform - pos: -20.5,-56.5 - parent: 2 - - uid: 25763 + - uid: 25746 components: - type: Transform pos: -18.5,-56.5 parent: 2 - - uid: 25764 + - uid: 25747 components: - type: Transform rot: -1.5707963267948966 rad pos: 22.5,-28.5 parent: 2 - - uid: 25765 + - uid: 25748 components: - type: Transform pos: 15.5,10.5 parent: 2 - - uid: 25766 + - uid: 25749 components: - type: Transform pos: 15.5,9.5 parent: 2 - - uid: 25767 + - uid: 25750 components: - type: Transform pos: 15.5,12.5 parent: 2 - - uid: 25768 + - uid: 25751 components: - type: Transform pos: 20.5,-12.5 parent: 2 - - uid: 25769 + - uid: 25752 components: - type: Transform pos: 19.5,-12.5 parent: 2 - - uid: 25770 + - uid: 25753 components: - type: Transform rot: 3.141592653589793 rad pos: -3.5,52.5 parent: 2 - - uid: 25771 + - uid: 25754 components: - type: Transform rot: -1.5707963267948966 rad pos: 2.5,20.5 parent: 2 - - uid: 25772 + - uid: 25755 components: - type: Transform pos: 6.5,20.5 parent: 2 - - uid: 25773 + - uid: 25756 components: - type: Transform pos: -2.5,-48.5 parent: 2 - - uid: 25774 + - uid: 25757 components: - type: Transform pos: -2.5,-49.5 parent: 2 - - uid: 25775 + - uid: 25758 components: - type: Transform pos: -5.5,-48.5 parent: 2 - - uid: 25776 + - uid: 25759 components: - type: Transform pos: -6.5,-48.5 parent: 2 - - uid: 25777 + - uid: 25760 components: - type: Transform pos: 7.5,20.5 parent: 2 - - uid: 25778 + - uid: 25761 components: - type: Transform rot: 1.5707963267948966 rad pos: 13.5,-32.5 parent: 2 - - uid: 25779 + - uid: 25762 components: - type: Transform pos: -6.5,-49.5 parent: 2 - - uid: 25780 + - uid: 25763 components: - type: Transform pos: 21.5,-12.5 parent: 2 - - uid: 25781 + - uid: 25764 components: - type: Transform pos: 22.5,-14.5 parent: 2 - - uid: 25782 + - uid: 25765 components: - type: Transform rot: -1.5707963267948966 rad pos: 8.5,-12.5 parent: 2 - - uid: 25783 + - uid: 25766 components: - type: Transform rot: 1.5707963267948966 rad pos: 2.5,0.5 parent: 2 - - uid: 25784 + - uid: 25767 components: - type: Transform rot: 1.5707963267948966 rad pos: 2.5,1.5 parent: 2 - - uid: 25785 + - uid: 25768 components: - type: Transform rot: 1.5707963267948966 rad pos: 12.5,-4.5 parent: 2 - - uid: 25786 + - uid: 25769 components: - type: Transform pos: -3.5,-48.5 parent: 2 - - uid: 25787 + - uid: 25770 components: - type: Transform pos: 15.5,11.5 parent: 2 - - uid: 25788 + - uid: 25771 components: - type: Transform pos: -1.5,17.5 parent: 2 - - uid: 25789 + - uid: 25772 components: - type: Transform pos: -28.5,44.5 parent: 2 - - uid: 25790 + - uid: 25773 components: - type: Transform rot: -1.5707963267948966 rad pos: 11.5,8.5 parent: 2 - - uid: 25791 + - uid: 25774 components: - type: Transform pos: -10.5,-5.5 parent: 2 - - uid: 25792 + - uid: 25775 components: - type: Transform pos: -28.5,45.5 parent: 2 - - uid: 25793 + - uid: 25776 components: - type: Transform pos: -10.5,-3.5 parent: 2 - - uid: 25794 + - uid: 25777 components: - type: Transform pos: -10.5,-4.5 parent: 2 - - uid: 25795 + - uid: 25778 components: - type: Transform pos: -10.5,-6.5 parent: 2 - - uid: 25796 + - uid: 25779 components: - type: Transform pos: 22.5,11.5 parent: 2 - - uid: 25797 + - uid: 25780 components: - type: Transform rot: -1.5707963267948966 rad pos: 11.5,7.5 parent: 2 - - uid: 25798 + - uid: 25781 components: - type: Transform rot: 3.141592653589793 rad pos: 12.5,11.5 parent: 2 - - uid: 25799 + - uid: 25782 components: - type: Transform rot: 3.141592653589793 rad pos: 11.5,11.5 parent: 2 - - uid: 25800 + - uid: 25783 components: - type: Transform rot: -1.5707963267948966 rad pos: -14.5,-37.5 parent: 2 - - uid: 25801 + - uid: 25784 components: - type: Transform rot: 3.141592653589793 rad pos: -9.5,-35.5 parent: 2 - - uid: 25802 + - uid: 25785 components: - type: Transform rot: 3.141592653589793 rad pos: -9.5,-36.5 parent: 2 - - uid: 25803 + - uid: 25786 components: - type: Transform rot: 3.141592653589793 rad pos: -9.5,-37.5 parent: 2 - - uid: 25804 + - uid: 25787 components: - type: Transform rot: 3.141592653589793 rad pos: -10.5,-37.5 parent: 2 - - uid: 25805 + - uid: 25788 components: - type: Transform rot: 3.141592653589793 rad pos: -11.5,-37.5 parent: 2 - - uid: 25806 + - uid: 25789 components: - type: Transform pos: -14.5,-39.5 parent: 2 - - uid: 25807 + - uid: 25790 components: - type: Transform pos: -12.5,-35.5 parent: 2 - - uid: 25808 + - uid: 25791 components: - type: Transform rot: 3.141592653589793 rad pos: 20.5,12.5 parent: 2 - - uid: 25809 + - uid: 25792 components: - type: Transform pos: 22.5,13.5 parent: 2 - - uid: 25810 + - uid: 25793 components: - type: Transform rot: 3.141592653589793 rad pos: -4.5,1.5 parent: 2 - - uid: 25811 + - uid: 25794 components: - type: Transform rot: 3.141592653589793 rad pos: -8.5,0.5 parent: 2 - - uid: 25812 + - uid: 25795 components: - type: Transform rot: 3.141592653589793 rad pos: -8.5,1.5 parent: 2 - - uid: 25813 + - uid: 25796 components: - type: Transform pos: -1.5,19.5 parent: 2 - - uid: 25814 + - uid: 25797 components: - type: Transform rot: -1.5707963267948966 rad pos: 2.5,19.5 parent: 2 - - uid: 25815 + - uid: 25798 components: - type: Transform pos: -17.5,41.5 parent: 2 - - uid: 25816 + - uid: 25799 components: - type: Transform pos: 40.5,21.5 parent: 2 - - uid: 25817 + - uid: 25800 components: - type: Transform pos: 38.5,21.5 parent: 2 - - uid: 25818 + - uid: 25801 components: - type: Transform pos: 38.5,18.5 parent: 2 - - uid: 25819 + - uid: 25802 components: - type: Transform pos: 40.5,18.5 parent: 2 - - uid: 25820 + - uid: 25803 components: - type: Transform rot: -1.5707963267948966 rad pos: 43.5,-4.5 parent: 2 - - uid: 25821 + - uid: 25804 components: - type: Transform rot: -1.5707963267948966 rad pos: 43.5,-3.5 parent: 2 - - uid: 25822 + - uid: 25805 components: - type: Transform rot: -1.5707963267948966 rad pos: 43.5,-2.5 parent: 2 - - uid: 25823 + - uid: 25806 components: - type: Transform rot: -1.5707963267948966 rad pos: 6.5,22.5 parent: 2 - - uid: 25824 + - uid: 25807 components: - type: Transform pos: 61.5,-53.5 parent: 2 - - uid: 25825 + - uid: 25808 components: - type: Transform pos: 62.5,-53.5 parent: 2 - - uid: 25826 + - uid: 25809 components: - type: Transform pos: 63.5,-53.5 parent: 2 - - uid: 25827 + - uid: 25810 components: - type: Transform pos: -16.5,-45.5 parent: 2 - - uid: 25828 + - uid: 25811 components: - type: Transform pos: -16.5,-47.5 parent: 2 - - uid: 25829 + - uid: 25812 components: - type: Transform pos: -16.5,-49.5 parent: 2 - - uid: 25830 + - uid: 25813 components: - type: Transform rot: 3.141592653589793 rad pos: 34.5,-50.5 parent: 2 - - uid: 25831 + - uid: 25814 components: - type: Transform rot: 3.141592653589793 rad pos: 33.5,-50.5 parent: 2 - - uid: 25832 + - uid: 25815 components: - type: Transform rot: 3.141592653589793 rad pos: 32.5,-50.5 parent: 2 - - uid: 25833 + - uid: 25816 components: - type: Transform rot: 3.141592653589793 rad pos: 30.5,-50.5 parent: 2 - - uid: 25834 + - uid: 25817 components: - type: Transform rot: 3.141592653589793 rad pos: 29.5,-50.5 parent: 2 - - uid: 25835 + - uid: 25818 components: - type: Transform rot: 3.141592653589793 rad pos: 28.5,-50.5 parent: 2 - - uid: 25836 + - uid: 25819 components: - type: Transform rot: 3.141592653589793 rad pos: 30.5,-48.5 parent: 2 - - uid: 25837 + - uid: 25820 components: - type: Transform rot: 3.141592653589793 rad pos: 31.5,-48.5 parent: 2 - - uid: 25838 + - uid: 25821 components: - type: Transform rot: 3.141592653589793 rad pos: 32.5,-48.5 parent: 2 - - uid: 25839 + - uid: 25822 components: - type: Transform pos: 60.5,-1.5 parent: 2 - - uid: 25840 + - uid: 25823 components: - type: Transform pos: 62.5,-1.5 parent: 2 - - uid: 25841 + - uid: 25824 components: - type: Transform pos: 61.5,-1.5 parent: 2 - - uid: 25842 + - uid: 25825 components: - type: Transform rot: 1.5707963267948966 rad pos: -35.5,-17.5 parent: 2 - - uid: 25843 + - uid: 25826 components: - type: Transform rot: 1.5707963267948966 rad pos: -35.5,-16.5 parent: 2 - - uid: 25844 + - uid: 25827 components: - type: Transform rot: 1.5707963267948966 rad pos: -35.5,-15.5 parent: 2 - - uid: 25845 + - uid: 25828 components: - type: Transform pos: 59.5,-51.5 parent: 2 - - uid: 25846 + - uid: 25829 components: - type: Transform pos: 59.5,-52.5 parent: 2 - - uid: 25847 + - uid: 25830 components: - type: Transform pos: -39.5,-76.5 parent: 2 - - uid: 25848 + - uid: 25831 components: - type: Transform pos: -39.5,-77.5 parent: 2 - - uid: 25849 + - uid: 25832 components: - type: Transform pos: -40.5,-77.5 parent: 2 - - uid: 25850 + - uid: 25833 components: - type: Transform pos: -40.5,-78.5 parent: 2 - - uid: 25851 + - uid: 25834 components: - type: Transform pos: -41.5,-78.5 parent: 2 - - uid: 25852 + - uid: 25835 components: - type: Transform pos: -42.5,-78.5 parent: 2 - - uid: 25853 + - uid: 25836 components: - type: Transform pos: -43.5,-78.5 parent: 2 - - uid: 25854 + - uid: 25837 components: - type: Transform pos: -43.5,-77.5 parent: 2 - - uid: 25855 + - uid: 25838 components: - type: Transform pos: -44.5,-77.5 parent: 2 - - uid: 25856 + - uid: 25839 components: - type: Transform pos: -44.5,-76.5 parent: 2 - - uid: 25857 + - uid: 25840 components: - type: Transform rot: -1.5707963267948966 rad pos: -40.5,-74.5 parent: 2 - - uid: 25858 + - uid: 25841 components: - type: Transform rot: -1.5707963267948966 rad pos: -43.5,-74.5 parent: 2 - - uid: 25859 + - uid: 25842 components: - type: Transform pos: 23.5,-28.5 parent: 2 - - uid: 25860 + - uid: 25843 components: - type: Transform pos: 30.5,-28.5 parent: 2 - - uid: 25861 + - uid: 25844 components: - type: Transform pos: 30.5,-29.5 parent: 2 - - uid: 25862 + - uid: 25845 components: - type: Transform pos: 59.5,-3.5 parent: 2 - - uid: 25863 + - uid: 25846 components: - type: Transform rot: 3.141592653589793 rad pos: -27.5,14.5 parent: 2 - - uid: 25864 + - uid: 25847 components: - type: Transform rot: 3.141592653589793 rad pos: -26.5,14.5 parent: 2 - - uid: 25865 + - uid: 25848 components: - type: Transform rot: 3.141592653589793 rad pos: -36.5,16.5 parent: 2 - - uid: 25866 + - uid: 25849 components: - type: Transform rot: 3.141592653589793 rad pos: -37.5,16.5 parent: 2 - - uid: 25867 + - uid: 25850 components: - type: Transform rot: 3.141592653589793 rad pos: -38.5,16.5 parent: 2 - - uid: 25868 + - uid: 25851 components: - type: Transform rot: 3.141592653589793 rad pos: -39.5,16.5 parent: 2 - - uid: 25869 + - uid: 25852 components: - type: Transform rot: 3.141592653589793 rad pos: -31.5,15.5 parent: 2 - - uid: 25870 + - uid: 25853 components: - type: Transform rot: 3.141592653589793 rad pos: -30.5,15.5 parent: 2 - - uid: 25871 + - uid: 25854 components: - type: Transform rot: 3.141592653589793 rad pos: -29.5,15.5 parent: 2 - - uid: 25872 + - uid: 25855 components: - type: Transform rot: 1.5707963267948966 rad pos: -48.5,6.5 parent: 2 - - uid: 25873 + - uid: 25856 components: - type: Transform rot: 1.5707963267948966 rad pos: -48.5,5.5 parent: 2 - - uid: 25874 + - uid: 25857 components: - type: Transform rot: 1.5707963267948966 rad pos: -47.5,5.5 parent: 2 - - uid: 25875 + - uid: 25858 components: - type: Transform rot: 1.5707963267948966 rad pos: -47.5,6.5 parent: 2 - - uid: 25876 + - uid: 25859 components: - type: Transform pos: -52.5,13.5 parent: 2 - - uid: 25877 + - uid: 25860 components: - type: Transform pos: -42.5,8.5 parent: 2 - - uid: 25878 + - uid: 25861 components: - type: Transform pos: -51.5,8.5 parent: 2 - - uid: 25879 + - uid: 25862 components: - type: Transform pos: -17.5,42.5 parent: 2 - - uid: 25880 + - uid: 25863 components: - type: Transform pos: -14.5,47.5 parent: 2 - - uid: 25881 + - uid: 25864 components: - type: Transform pos: -16.5,42.5 parent: 2 - - uid: 25882 + - uid: 25865 components: - type: Transform pos: -16.5,41.5 parent: 2 - - uid: 25883 + - uid: 25866 components: - type: Transform pos: -33.5,-67.5 parent: 2 - - uid: 25884 + - uid: 25867 components: - type: Transform rot: -1.5707963267948966 rad pos: 30.5,-27.5 parent: 2 - - uid: 25885 + - uid: 25868 components: - type: Transform pos: -31.5,-73.5 parent: 2 - - uid: 25886 + - uid: 25869 components: - type: Transform rot: 3.141592653589793 rad pos: 67.5,10.5 parent: 2 - - uid: 25887 + - uid: 25870 components: - type: Transform pos: -23.5,29.5 parent: 2 - - uid: 25888 + - uid: 25871 components: - type: Transform rot: 1.5707963267948966 rad pos: -24.5,29.5 parent: 2 - - uid: 25889 + - uid: 25872 components: - type: Transform pos: -18.5,33.5 parent: 2 - - uid: 25890 + - uid: 25873 components: - type: Transform pos: -21.5,35.5 parent: 2 - - uid: 25891 + - uid: 25874 components: - type: Transform pos: -12.5,35.5 parent: 2 - - uid: 25892 + - uid: 25875 components: - type: Transform pos: -12.5,32.5 parent: 2 - - uid: 25893 + - uid: 25876 components: - type: Transform pos: -12.5,31.5 parent: 2 - - uid: 25894 + - uid: 25877 components: - type: Transform pos: 65.5,-0.5 parent: 2 - - uid: 25895 + - uid: 25878 components: - type: Transform pos: 65.5,-1.5 parent: 2 - - uid: 25896 + - uid: 25879 components: - type: Transform rot: 1.5707963267948966 rad pos: 42.5,48.5 parent: 2 - - uid: 25897 + - uid: 25880 components: - type: Transform rot: 1.5707963267948966 rad pos: 43.5,48.5 parent: 2 - - uid: 25898 + - uid: 25881 components: - type: Transform rot: 1.5707963267948966 rad pos: 33.5,44.5 parent: 2 - - uid: 25899 + - uid: 25882 components: - type: Transform rot: 1.5707963267948966 rad pos: 32.5,47.5 parent: 2 - - uid: 25900 + - uid: 25883 components: - type: Transform rot: 1.5707963267948966 rad pos: 32.5,46.5 parent: 2 - - uid: 25901 + - uid: 25884 components: - type: Transform rot: 1.5707963267948966 rad pos: 40.5,43.5 parent: 2 - - uid: 25902 + - uid: 25885 components: - type: Transform rot: 3.141592653589793 rad pos: -21.5,37.5 parent: 2 - - uid: 25903 + - uid: 25886 components: - type: Transform rot: 3.141592653589793 rad pos: -22.5,37.5 parent: 2 - - uid: 25904 + - uid: 25887 components: - type: Transform pos: -19.5,37.5 parent: 2 - - uid: 25905 + - uid: 25888 components: - type: Transform pos: -22.5,-97.5 parent: 2 - - uid: 25906 + - uid: 25889 components: - type: Transform pos: -22.5,-98.5 parent: 2 - - uid: 25907 + - uid: 25890 components: - type: Transform rot: 3.141592653589793 rad pos: -7.5,-100.5 parent: 2 - - uid: 25908 + - uid: 25891 components: - type: Transform rot: 3.141592653589793 rad pos: -6.5,-100.5 parent: 2 - - uid: 25909 + - uid: 25892 components: - type: Transform pos: -22.5,-96.5 parent: 2 - - uid: 25910 + - uid: 25893 components: - type: Transform pos: -33.5,8.5 parent: 2 - - uid: 25911 + - uid: 25894 components: - type: Transform pos: -32.5,8.5 parent: 2 - - uid: 25912 + - uid: 25895 components: - type: Transform pos: 54.5,-35.5 parent: 2 - - uid: 25913 + - uid: 25896 components: - type: Transform pos: 58.5,-30.5 parent: 2 - - uid: 25914 + - uid: 25897 components: - type: Transform rot: 3.141592653589793 rad pos: 49.5,-66.5 parent: 2 - - uid: 25915 + - uid: 25898 components: - type: Transform rot: -1.5707963267948966 rad pos: 57.5,-30.5 parent: 2 - - uid: 25916 + - uid: 25899 components: - type: Transform pos: 12.5,-5.5 parent: 2 - - uid: 25917 + - uid: 25900 components: - type: Transform pos: 18.5,-14.5 parent: 2 - - uid: 25918 + - uid: 25901 components: - type: Transform rot: 1.5707963267948966 rad pos: -4.5,0.5 parent: 2 - - uid: 25919 + - uid: 25902 components: - type: Transform pos: -31.5,-74.5 parent: 2 - - uid: 25920 + - uid: 25903 components: - type: Transform pos: 12.5,-6.5 parent: 2 - - uid: 25921 + - uid: 25904 components: - type: Transform rot: 3.141592653589793 rad pos: 2.5,-7.5 parent: 2 - - uid: 25922 + - uid: 25905 components: - type: Transform rot: 1.5707963267948966 rad pos: 21.5,-28.5 parent: 2 - - uid: 25923 + - uid: 25906 components: - type: Transform pos: -0.5,-23.5 parent: 2 - - uid: 25924 + - uid: 25907 components: - type: Transform pos: 0.5,-23.5 parent: 2 - - uid: 25925 + - uid: 25908 components: - type: Transform rot: 1.5707963267948966 rad pos: 27.5,-36.5 parent: 2 - - uid: 25926 + - uid: 25909 components: - type: Transform rot: 1.5707963267948966 rad pos: 27.5,-34.5 parent: 2 - - uid: 25927 + - uid: 25910 components: - type: Transform rot: -1.5707963267948966 rad pos: 22.5,-38.5 parent: 2 - - uid: 25928 + - uid: 25911 components: - type: Transform rot: -1.5707963267948966 rad pos: 22.5,-39.5 parent: 2 - - uid: 25929 + - uid: 25912 components: - type: Transform pos: 28.5,-39.5 parent: 2 - - uid: 25930 + - uid: 25913 components: - type: Transform pos: 12.5,-36.5 parent: 2 + - uid: 25914 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-64.5 + parent: 2 - proto: TegCenter entities: - - uid: 25931 + - uid: 25915 components: - type: Transform rot: -1.5707963267948966 rad @@ -171483,7 +171690,7 @@ entities: joinedGrid: 2 - proto: TegCirculator entities: - - uid: 25932 + - uid: 25916 components: - type: Transform rot: 3.141592653589793 rad @@ -171491,7 +171698,7 @@ entities: parent: 2 - type: PointLight color: '#FF3300FF' - - uid: 25933 + - uid: 25917 components: - type: Transform pos: -68.5,-44.5 @@ -171500,7 +171707,7 @@ entities: color: '#FF3300FF' - proto: TelecomServer entities: - - uid: 14688 + - uid: 14682 components: - type: Transform pos: 8.5,-20.5 @@ -171511,7 +171718,7 @@ entities: showEnts: False occludes: True ents: - - 14689 + - 14683 machine_board: !type:Container showEnts: False occludes: True @@ -171520,7 +171727,7 @@ entities: showEnts: False occludes: True ents: [] - - uid: 14690 + - uid: 14684 components: - type: Transform pos: 9.5,-20.5 @@ -171531,7 +171738,7 @@ entities: showEnts: False occludes: True ents: - - 14691 + - 14685 machine_board: !type:Container showEnts: False occludes: True @@ -171540,7 +171747,7 @@ entities: showEnts: False occludes: True ents: [] - - uid: 14692 + - uid: 14686 components: - type: Transform pos: 10.5,-20.5 @@ -171551,7 +171758,7 @@ entities: showEnts: False occludes: True ents: - - 14693 + - 14687 machine_board: !type:Container showEnts: False occludes: True @@ -171560,7 +171767,7 @@ entities: showEnts: False occludes: True ents: [] - - uid: 14694 + - uid: 14688 components: - type: Transform pos: 11.5,-20.5 @@ -171571,7 +171778,7 @@ entities: showEnts: False occludes: True ents: - - 14695 + - 14689 machine_board: !type:Container showEnts: False occludes: True @@ -171580,7 +171787,7 @@ entities: showEnts: False occludes: True ents: [] - - uid: 14696 + - uid: 14690 components: - type: Transform pos: 9.5,-22.5 @@ -171591,7 +171798,7 @@ entities: showEnts: False occludes: True ents: - - 14697 + - 14691 machine_board: !type:Container showEnts: False occludes: True @@ -171600,7 +171807,7 @@ entities: showEnts: False occludes: True ents: [] - - uid: 14698 + - uid: 14692 components: - type: Transform pos: 8.5,-22.5 @@ -171611,8 +171818,8 @@ entities: showEnts: False occludes: True ents: - - 14700 - - 14699 + - 14694 + - 14693 machine_board: !type:Container showEnts: False occludes: True @@ -171621,7 +171828,7 @@ entities: showEnts: False occludes: True ents: [] - - uid: 14701 + - uid: 14695 components: - type: Transform pos: 10.5,-22.5 @@ -171632,7 +171839,7 @@ entities: showEnts: False occludes: True ents: - - 14702 + - 14696 machine_board: !type:Container showEnts: False occludes: True @@ -171641,7 +171848,7 @@ entities: showEnts: False occludes: True ents: [] - - uid: 14703 + - uid: 14697 components: - type: Transform pos: 11.5,-22.5 @@ -171652,7 +171859,7 @@ entities: showEnts: False occludes: True ents: - - 14704 + - 14698 machine_board: !type:Container showEnts: False occludes: True @@ -171663,103 +171870,103 @@ entities: ents: [] - proto: TeslaCoil entities: - - uid: 25934 + - uid: 25918 components: - type: Transform pos: -72.5,-11.5 parent: 2 - - uid: 25935 + - uid: 25919 components: - type: Transform pos: -72.5,-15.5 parent: 2 - - uid: 25936 + - uid: 25920 components: - type: Transform pos: -72.5,-13.5 parent: 2 - - uid: 25937 + - uid: 25921 components: - type: Transform pos: -60.5,-11.5 parent: 2 - - uid: 25938 + - uid: 25922 components: - type: Transform pos: -60.5,-13.5 parent: 2 - - uid: 25939 + - uid: 25923 components: - type: Transform pos: -60.5,-15.5 parent: 2 - proto: TeslaGenerator entities: - - uid: 25940 + - uid: 25924 components: - type: Transform pos: -66.5,-13.5 parent: 2 - proto: TeslaGroundingRod entities: - - uid: 25941 + - uid: 25925 components: - type: Transform pos: -61.5,-13.5 parent: 2 - - uid: 25942 + - uid: 25926 components: - type: Transform pos: -71.5,-13.5 parent: 2 - - uid: 25943 + - uid: 25927 components: - type: Transform pos: -64.5,-7.5 parent: 2 - - uid: 25944 + - uid: 25928 components: - type: Transform pos: -64.5,-19.5 parent: 2 - - uid: 25945 + - uid: 25929 components: - type: Transform pos: -68.5,-19.5 parent: 2 - - uid: 25946 + - uid: 25930 components: - type: Transform pos: -68.5,-7.5 parent: 2 - proto: ThermomachineFreezerMachineCircuitBoard entities: - - uid: 25947 + - uid: 25931 components: - type: Transform pos: -36.51641,35.415855 parent: 2 - proto: Thruster entities: - - uid: 25948 + - uid: 25932 components: - type: Transform rot: 1.5707963267948966 rad pos: -58.5,-88.5 parent: 2 - - uid: 25949 + - uid: 25933 components: - type: Transform rot: 3.141592653589793 rad pos: -56.5,-90.5 parent: 2 - - uid: 25950 + - uid: 25934 components: - type: Transform rot: -1.5707963267948966 rad pos: -52.5,-90.5 parent: 2 - - uid: 25951 + - uid: 25935 components: - type: Transform rot: 1.5707963267948966 rad @@ -171767,20 +171974,38 @@ entities: parent: 2 - proto: TimerTrigger entities: - - uid: 25952 + - uid: 25936 components: - type: Transform pos: 65.507225,-28.362265 parent: 2 - proto: TintedWindow entities: - - uid: 25953 + - uid: 25937 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-51.5 + parent: 2 + - uid: 25938 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-51.5 + parent: 2 + - uid: 25939 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-51.5 + parent: 2 + - uid: 25940 components: - type: Transform rot: 1.5707963267948966 rad pos: -37.5,17.5 parent: 2 - - uid: 25954 + - uid: 25941 components: - type: Transform rot: 1.5707963267948966 rad @@ -171788,32 +172013,32 @@ entities: parent: 2 - proto: TobaccoSeeds entities: - - uid: 25955 + - uid: 25942 components: - type: Transform pos: -32.36416,6.3223424 parent: 2 - proto: ToiletDirtyWater entities: - - uid: 25956 + - uid: 25943 components: - type: Transform rot: 1.5707963267948966 rad pos: -32.5,-5.5 parent: 2 - - uid: 25957 + - uid: 25944 components: - type: Transform rot: 1.5707963267948966 rad pos: -32.5,-7.5 parent: 2 - - uid: 25958 + - uid: 25945 components: - type: Transform rot: -1.5707963267948966 rad pos: -28.5,-5.5 parent: 2 - - uid: 25959 + - uid: 25946 components: - type: Transform rot: -1.5707963267948966 rad @@ -171821,12 +172046,12 @@ entities: parent: 2 - proto: ToiletEmpty entities: - - uid: 25960 + - uid: 25947 components: - type: Transform pos: 61.5,24.5 parent: 2 - - uid: 25961 + - uid: 25948 components: - type: Transform pos: 63.5,24.5 @@ -171835,357 +172060,357 @@ entities: defaultTarget: start - proto: TomatoSeeds entities: - - uid: 25962 + - uid: 25949 components: - type: Transform pos: -32.45791,6.4317174 parent: 2 - proto: ToolboxElectrical entities: - - uid: 25963 + - uid: 25950 components: - type: Transform pos: 46.470684,-5.411702 parent: 2 - proto: ToolboxElectricalFilled entities: - - uid: 25964 + - uid: 25951 components: - type: Transform pos: -36.493176,-7.9722276 parent: 2 - - uid: 25965 + - uid: 25952 components: - type: Transform pos: 32.521046,-20.990738 parent: 2 - - uid: 25966 + - uid: 25953 components: - type: Transform pos: -24.509478,-19.362955 parent: 2 - - uid: 25967 + - uid: 25954 components: - type: Transform pos: -12.493107,-98.55707 parent: 2 - - uid: 25968 + - uid: 25955 components: - type: Transform pos: 67.55947,-64.54127 parent: 2 - proto: ToolboxEmergencyFilled entities: - - uid: 25969 + - uid: 25956 components: - type: Transform pos: 32.521046,-22.058308 parent: 2 - - uid: 25970 + - uid: 25957 components: - type: Transform pos: 4.5177064,-69.50256 parent: 2 - - uid: 25971 + - uid: 25958 components: - type: Transform pos: -22.596659,-20.233759 parent: 2 - - uid: 25972 + - uid: 25959 components: - type: Transform pos: -28.343418,-52.353195 parent: 2 - - uid: 25973 + - uid: 25960 components: - type: Transform pos: -38.44295,-67.482124 parent: 2 - - uid: 25974 + - uid: 25961 components: - type: Transform pos: -35.451088,-50.209225 parent: 2 - - uid: 25975 + - uid: 25962 components: - type: Transform pos: 54.54983,-30.496807 parent: 2 - - uid: 25976 + - uid: 25963 components: - type: Transform pos: 65.53578,-10.518121 parent: 2 - - uid: 25977 + - uid: 25964 components: - type: Transform pos: -12.486199,-5.5686293 parent: 2 - - uid: 25978 + - uid: 25965 components: - type: Transform pos: -36.5088,-7.6284776 parent: 2 - proto: ToolboxGoldFilled entities: - - uid: 25979 + - uid: 25966 components: - type: Transform pos: 32.512478,-22.558695 parent: 2 - proto: ToolboxMechanical entities: - - uid: 25980 + - uid: 25967 components: - type: Transform pos: -22.637089,-8.36341 parent: 2 - proto: ToolboxMechanicalFilled entities: - - uid: 25981 + - uid: 25968 components: - type: Transform pos: -36.493176,-7.2222276 parent: 2 - - uid: 25982 + - uid: 25969 components: - type: Transform pos: -15.996035,12.5348 parent: 2 - - uid: 25983 + - uid: 25970 components: - type: Transform pos: 32.521046,-21.537613 parent: 2 - - uid: 25984 + - uid: 25971 components: - type: Transform pos: -22.52499,-67.50294 parent: 2 - - uid: 25985 + - uid: 25972 components: - type: Transform pos: 41.46839,-54.726734 parent: 2 - - uid: 25986 + - uid: 25973 components: - type: Transform pos: -36.497368,-32.593475 parent: 2 - - uid: 25987 + - uid: 25974 components: - type: Transform pos: -26.431704,-19.50094 parent: 2 - proto: ToyAi entities: - - uid: 25988 + - uid: 25975 components: - type: Transform pos: 48.41234,-27.902035 parent: 2 - - uid: 25989 + - uid: 25976 components: - type: Transform pos: -1.529743,69.62148 parent: 2 - proto: ToyAmongPequeno entities: - - uid: 25990 + - uid: 25977 components: - type: Transform pos: 64.471924,-66.472046 parent: 2 - proto: ToyDurand entities: - - uid: 25991 + - uid: 25978 components: - type: Transform pos: -18.14669,61.77462 parent: 2 - proto: ToyFigurineClown entities: - - uid: 25992 + - uid: 25979 components: - type: Transform pos: 2.672367,-19.349606 parent: 2 - proto: ToyFigurineHamlet entities: - - uid: 25993 + - uid: 25980 components: - type: Transform pos: 19.529411,-12.229433 parent: 2 - proto: ToyFigurineMime entities: - - uid: 25994 + - uid: 25981 components: - type: Transform pos: 2.266117,-19.537106 parent: 2 - proto: ToyFigurinePassenger entities: - - uid: 25995 + - uid: 25982 components: - type: Transform pos: -17.943565,62.415245 parent: 2 - proto: ToyGygax entities: - - uid: 25996 + - uid: 25983 components: - type: Transform pos: -17.318565,61.89962 parent: 2 - proto: ToyHonk entities: - - uid: 25997 + - uid: 25984 components: - type: Transform pos: 62.0246,-1.3985255 parent: 2 - - uid: 25998 + - uid: 25985 components: - type: Transform pos: -17.287315,62.508995 parent: 2 - proto: ToyIan entities: - - uid: 25999 + - uid: 25986 components: - type: Transform pos: 48.44359,-22.433285 parent: 2 - proto: ToyNuke entities: - - uid: 26000 + - uid: 25987 components: - type: Transform pos: 48.50609,-28.933285 parent: 2 - proto: ToyRubberDuck entities: - - uid: 26001 + - uid: 25988 components: - type: Transform pos: 48.59984,-28.457928 parent: 2 - - uid: 26002 + - uid: 25989 components: - type: Transform pos: 48.396713,-28.473553 parent: 2 - - uid: 26003 + - uid: 25990 components: - type: Transform pos: 48.50609,-28.286053 parent: 2 - proto: ToySpawner entities: - - uid: 26004 + - uid: 25991 components: - type: Transform pos: 53.5,-65.5 parent: 2 - - uid: 26005 + - uid: 25992 components: - type: Transform pos: 54.5,-35.5 parent: 2 - proto: TrainingBomb entities: - - uid: 26006 + - uid: 25993 components: - type: Transform pos: 11.5,23.5 parent: 2 - - uid: 26007 + - uid: 25994 components: - type: Transform pos: 10.5,23.5 parent: 2 - proto: TrashBananaPeel entities: - - uid: 26008 + - uid: 25995 components: - type: Transform pos: 46.551132,46.620934 parent: 2 - - uid: 26009 + - uid: 25996 components: - type: Transform pos: 48.49847,33.344906 parent: 2 - - uid: 26010 + - uid: 25997 components: - type: Transform pos: 50.451595,31.673027 parent: 2 - - uid: 26011 + - uid: 25998 components: - type: Transform pos: 5.4959826,24.50416 parent: 2 - - uid: 26012 + - uid: 25999 components: - type: Transform pos: 0.5065335,-21.863766 parent: 2 - proto: trayScanner entities: - - uid: 26013 + - uid: 26000 components: - type: Transform pos: -36.91505,-7.9878526 parent: 2 - - uid: 26014 + - uid: 26001 components: - type: Transform pos: -47.457436,-19.479069 parent: 2 - - uid: 26015 + - uid: 26002 components: - type: Transform pos: -42.463882,-20.49279 parent: 2 - - uid: 26016 + - uid: 26003 components: - type: Transform pos: 39.581177,-30.49341 parent: 2 - - uid: 26017 + - uid: 26004 components: - type: Transform pos: 73.06597,36.576 parent: 2 - - uid: 26018 + - uid: 26005 components: - type: Transform pos: 77.48675,-44.195305 parent: 2 - - uid: 26019 + - uid: 26006 components: - type: Transform - pos: -26.403507,-59.437252 + pos: 0.6608392,-60.017574 parent: 2 - proto: TromboneInstrument entities: - - uid: 26020 + - uid: 26007 components: - type: Transform pos: 68.56264,48.54323 parent: 2 - proto: TrumpetInstrument entities: - - uid: 26021 + - uid: 26008 components: - type: Transform pos: -10.547552,-5.035685 parent: 2 - proto: TwoWayLever entities: - - uid: 26022 + - uid: 26009 components: - type: Transform pos: 16.5,-53.5 @@ -172194,148 +172419,148 @@ entities: nextSignalLeft: True - type: DeviceLinkSource linkedPorts: - 12760: + 12775: - Left: Forward - Right: Reverse - Middle: Off - 12758: + 12773: - Left: Forward - Right: Reverse - Middle: Off - 12759: + 12774: - Left: Forward - Right: Reverse - Middle: Off - 12756: + 12771: - Left: Forward - Right: Reverse - Middle: Off - 12753: + 12768: - Left: Forward - Right: Reverse - Middle: Off - 12750: + 12765: - Left: Forward - Right: Reverse - Middle: Off - 12752: + 12767: - Left: Forward - Right: Reverse - Middle: Off - 12754: + 12769: - Left: Forward - Right: Reverse - Middle: Off - 23380: + 23355: - Left: Forward - Right: Reverse - Middle: Off - 12751: + 12766: - Left: Forward - Right: Reverse - Middle: Off - 12757: + 12772: - Left: Forward - Right: Reverse - Middle: Off - - uid: 26023 + - uid: 26010 components: - type: Transform pos: -28.5,24.5 parent: 2 - type: DeviceLinkSource linkedPorts: - 12768: + 12783: - Left: Forward - Right: Reverse - Middle: Off - 12769: + 12784: - Left: Forward - Right: Reverse - Middle: Off - 12767: + 12782: - Left: Forward - Right: Reverse - Middle: Off - 12766: + 12781: - Left: Forward - Right: Reverse - Middle: Off - 12765: + 12780: - Left: Forward - Right: Reverse - Middle: Off - 12764: + 12779: - Left: Forward - Right: Reverse - Middle: Off - - uid: 26024 + - uid: 26011 components: - type: Transform pos: -41.5,17.5 parent: 2 - type: DeviceLinkSource linkedPorts: - 12810: + 12825: - Left: Forward - Right: Reverse - Middle: Off - 12850: + 12865: - Left: Forward - Right: Reverse - Middle: Off - 12809: + 12824: - Left: Forward - Right: Reverse - Middle: Off - 12791: + 12806: - Left: Forward - Right: Reverse - Middle: Off - 12811: + 12826: - Left: Forward - Right: Reverse - Middle: Off - - uid: 26025 + - uid: 26012 components: - type: Transform pos: -48.5,24.5 parent: 2 - type: DeviceLinkSource linkedPorts: - 12782: + 12797: - Left: Forward - Right: Reverse - Middle: Off - 12781: + 12796: - Left: Forward - Right: Reverse - Middle: Off - 12780: + 12795: - Left: Forward - Right: Reverse - Middle: Off - 12779: + 12794: - Left: Forward - Right: Reverse - Middle: Off - 12787: + 12802: - Left: Forward - Right: Reverse - Middle: Off - 12788: + 12803: - Left: Forward - Right: Reverse - Middle: Off - 12789: + 12804: - Left: Forward - Right: Reverse - Middle: Off - 12790: + 12805: - Left: Forward - Right: Reverse - Middle: Off - - uid: 26026 + - uid: 26013 components: - type: Transform pos: -48.5,18.5 @@ -172344,39 +172569,39 @@ entities: nextSignalLeft: True - type: DeviceLinkSource linkedPorts: - 12778: + 12793: - Left: Forward - Right: Reverse - Middle: Off - 12777: + 12792: - Left: Forward - Right: Reverse - Middle: Off - 12776: + 12791: - Left: Forward - Right: Reverse - Middle: Off - 12775: + 12790: - Left: Forward - Right: Reverse - Middle: Off - 12785: + 12800: - Left: Forward - Right: Reverse - Middle: Off - 12786: + 12801: - Left: Forward - Right: Reverse - Middle: Off - 12784: + 12799: - Left: Forward - Right: Reverse - Middle: Off - 12783: + 12798: - Left: Forward - Right: Reverse - Middle: Off - - uid: 26027 + - uid: 26014 components: - type: Transform pos: -36.5,24.5 @@ -172385,98 +172610,98 @@ entities: nextSignalLeft: True - type: DeviceLinkSource linkedPorts: - 12774: + 12789: - Left: Forward - Right: Reverse - Middle: Off - 12773: + 12788: - Left: Forward - Right: Reverse - Middle: Off - 12772: + 12787: - Left: Forward - Right: Reverse - Middle: Off - 12770: + 12785: - Left: Forward - Right: Reverse - Middle: Off - 12771: + 12786: - Left: Forward - Right: Reverse - Middle: Off - - uid: 26028 + - uid: 26015 components: - type: Transform pos: -11.5,28.5 parent: 2 - type: DeviceLinkSource linkedPorts: - 12827: + 12842: - Left: Forward - Right: Reverse - Middle: Off - 12828: + 12843: - Left: Forward - Right: Reverse - Middle: Off - 12829: + 12844: - Left: Forward - Right: Reverse - Middle: Off - 12830: + 12845: - Left: Forward - Right: Reverse - Middle: Off - 12831: + 12846: - Left: Forward - Right: Reverse - Middle: Off - 12826: + 12841: - Left: Forward - Right: Reverse - Middle: Off - 12815: + 12830: - Left: Forward - Right: Reverse - Middle: Off - 12816: + 12831: - Left: Forward - Right: Reverse - Middle: Off - 12817: + 12832: - Left: Forward - Right: Reverse - Middle: Off - 12833: + 12848: - Left: Forward - Right: Reverse - Middle: Off - 12832: + 12847: - Left: Forward - Right: Reverse - Middle: Off - 12808: + 12823: - Left: Reverse - Right: Forward - Middle: Off - 12807: + 12822: - Left: Reverse - Right: Forward - Middle: Off - 12834: + 12849: - Left: Reverse - Right: Forward - Middle: Off - 12835: + 12850: - Left: Reverse - Right: Forward - Middle: Off - 12806: + 12821: - Left: Reverse - Right: Forward - Middle: Off - - uid: 26029 + - uid: 26016 components: - type: Transform pos: -48.5,29.5 @@ -172485,35 +172710,35 @@ entities: nextSignalLeft: True - type: DeviceLinkSource linkedPorts: - 12803: + 12818: - Left: Forward - Right: Reverse - Middle: Off - 12793: + 12808: - Left: Forward - Right: Reverse - Middle: Off - 12792: + 12807: - Left: Forward - Right: Reverse - Middle: Off - 12794: + 12809: - Left: Forward - Right: Reverse - Middle: Off - 12795: + 12810: - Left: Forward - Right: Reverse - Middle: Off - 12796: + 12811: - Left: Forward - Right: Reverse - Middle: Off - 12805: + 12820: - Left: Forward - Right: Reverse - Middle: Off - - uid: 26030 + - uid: 26017 components: - type: Transform pos: -48.5,35.5 @@ -172522,35 +172747,35 @@ entities: nextSignalLeft: True - type: DeviceLinkSource linkedPorts: - 12802: + 12817: - Left: Forward - Right: Reverse - Middle: Off - 12797: + 12812: - Left: Forward - Right: Reverse - Middle: Off - 12798: + 12813: - Left: Forward - Right: Reverse - Middle: Off - 12799: + 12814: - Left: Forward - Right: Reverse - Middle: Off - 12800: + 12815: - Left: Forward - Right: Reverse - Middle: Off - 12801: + 12816: - Left: Forward - Right: Reverse - Middle: Off - 12804: + 12819: - Left: Forward - Right: Reverse - Middle: Off - - uid: 26031 + - uid: 26018 components: - type: Transform pos: -46.5,14.5 @@ -172559,19 +172784,19 @@ entities: nextSignalLeft: True - type: DeviceLinkSource linkedPorts: - 12813: + 12828: - Left: Forward - Right: Reverse - Middle: Off - 12812: + 12827: - Left: Forward - Right: Reverse - Middle: Off - 12814: + 12829: - Left: Forward - Right: Reverse - Middle: Off - - uid: 26032 + - uid: 26019 components: - type: Transform pos: 47.5,39.5 @@ -172580,176 +172805,176 @@ entities: nextSignalLeft: True - type: DeviceLinkSource linkedPorts: - 12818: + 12833: - Left: Forward - Right: Reverse - Middle: Off - 12819: + 12834: - Left: Forward - Right: Reverse - Middle: Off - 12820: + 12835: - Left: Forward - Right: Reverse - Middle: Off - 12821: + 12836: - Left: Forward - Right: Reverse - Middle: Off - 12822: + 12837: - Left: Forward - Right: Reverse - Middle: Off - 12823: + 12838: - Left: Forward - Right: Reverse - Middle: Off - 12824: + 12839: - Left: Forward - Right: Reverse - Middle: Off - 12825: + 12840: - Left: Forward - Right: Reverse - Middle: Off - 12836: + 12851: - Left: Forward - Right: Reverse - Middle: Off - - uid: 26033 + - uid: 26020 components: - type: Transform pos: -36.5,-98.5 parent: 2 - type: DeviceLinkSource linkedPorts: - 12838: + 12853: - Left: Forward - Right: Reverse - Middle: Off - 12837: + 12852: - Left: Forward - Right: Reverse - Middle: Off - 12839: + 12854: - Left: Forward - Right: Reverse - Middle: Off - 12840: + 12855: - Left: Forward - Right: Reverse - Middle: Off - 12841: + 12856: - Left: Forward - Right: Reverse - Middle: Off - 12842: + 12857: - Left: Forward - Right: Reverse - Middle: Off - 12843: + 12858: - Left: Forward - Right: Reverse - Middle: Off - 12847: + 12862: - Left: Forward - Right: Reverse - Middle: Off - 12846: + 12861: - Left: Forward - Right: Reverse - Middle: Off - 12844: + 12859: - Left: Forward - Right: Reverse - Middle: Off - 12845: + 12860: - Left: Forward - Right: Reverse - Middle: Off - - uid: 26034 + - uid: 26021 components: - type: Transform pos: -36.5,-104.5 parent: 2 - type: DeviceLinkSource linkedPorts: - 12845: + 12860: - Left: Forward - Right: Reverse - Middle: Off - 12844: + 12859: - Left: Forward - Right: Reverse - Middle: Off - 12846: + 12861: - Left: Forward - Right: Reverse - Middle: Off - 12847: + 12862: - Left: Forward - Right: Reverse - Middle: Off - 12843: + 12858: - Left: Forward - Right: Reverse - Middle: Off - 12842: + 12857: - Left: Forward - Right: Reverse - Middle: Off - 12841: + 12856: - Left: Forward - Right: Reverse - Middle: Off - 12840: + 12855: - Left: Forward - Right: Reverse - Middle: Off - 12839: + 12854: - Left: Forward - Right: Reverse - Middle: Off - 12837: + 12852: - Left: Forward - Right: Reverse - Middle: Off - 12838: + 12853: - Left: Forward - Right: Reverse - Middle: Off - - uid: 26035 + - uid: 26022 components: - type: Transform pos: -9.5,-12.5 parent: 2 - type: DeviceLinkSource linkedPorts: - 12761: + 12776: - Left: Reverse - Right: Reverse - Middle: Off - 12762: + 12777: - Left: Reverse - Right: Reverse - Middle: Off - 12755: + 12770: - Left: Reverse - Right: Reverse - Middle: Off - 12849: + 12864: - Left: Reverse - Right: Reverse - Middle: Off - 12848: + 12863: - Left: Reverse - Right: Reverse - Middle: Off - 12763: + 12778: - Left: Reverse - Right: Reverse - Middle: Off - - uid: 26036 + - uid: 26023 components: - type: Transform pos: -15.5,10.5 @@ -172758,58 +172983,58 @@ entities: nextSignalLeft: True - type: DeviceLinkSource linkedPorts: - 12851: + 12866: - Left: Reverse - Right: Forward - Middle: Off - 12852: + 12867: - Left: Reverse - Right: Forward - Middle: Off - 12853: + 12868: - Left: Reverse - Right: Forward - Middle: Off - proto: UnfinishedMachineFrame entities: - - uid: 26037 + - uid: 26024 components: - type: Transform pos: -26.5,-24.5 parent: 2 - - uid: 26038 + - uid: 26025 components: - type: Transform pos: -10.5,39.5 parent: 2 - - uid: 26039 + - uid: 26026 components: - type: Transform pos: 53.5,-30.5 parent: 2 - proto: UniformPrinter entities: - - uid: 26040 + - uid: 26027 components: - type: Transform pos: 2.5,-4.5 parent: 2 - proto: UniformShortsRedWithTop entities: - - uid: 26041 + - uid: 26028 components: - type: Transform pos: 30.57281,4.627015 parent: 2 - proto: UprightPianoInstrument entities: - - uid: 26042 + - uid: 26029 components: - type: Transform rot: -1.5707963267948966 rad pos: -47.5,-75.5 parent: 2 - - uid: 26043 + - uid: 26030 components: - type: Transform rot: -1.5707963267948966 rad @@ -172817,710 +173042,717 @@ entities: parent: 2 - proto: Vaccinator entities: - - uid: 26044 + - uid: 26031 components: - type: Transform pos: -22.5,-77.5 parent: 2 - - uid: 26045 + - uid: 26032 components: - type: Transform pos: -20.5,-76.5 parent: 2 - proto: VariantCubeBox entities: - - uid: 26046 + - uid: 26033 components: - type: Transform pos: -24.421421,-84.24069 parent: 2 - proto: VendingBarDrobe entities: - - uid: 26051 + - uid: 26034 components: - type: Transform pos: 21.5,14.5 parent: 2 - proto: VendingMachineAtmosDrobe entities: - - uid: 26052 + - uid: 26035 components: - type: Transform pos: -35.5,-32.5 parent: 2 - proto: VendingMachineBooze entities: - - uid: 26053 + - uid: 26036 components: - type: Transform pos: -41.5,-74.5 parent: 2 - - uid: 26054 + - uid: 26037 components: - type: Transform pos: 18.5,10.5 parent: 2 - - uid: 26055 + - uid: 26038 components: - type: Transform pos: 36.5,51.5 parent: 2 - - uid: 26056 + - uid: 26039 components: - type: Transform pos: 29.5,-36.5 parent: 2 - proto: VendingMachineCargoDrobe entities: - - uid: 26057 + - uid: 26040 components: - type: Transform pos: -34.5,18.5 parent: 2 - proto: VendingMachineCart entities: - - uid: 26058 + - uid: 26041 components: - type: Transform pos: 1.5,-4.5 parent: 2 - proto: VendingMachineChang entities: - - uid: 26059 + - uid: 26042 components: - type: Transform pos: 53.5,3.5 parent: 2 - - uid: 26060 + - uid: 26043 components: - type: Transform pos: -2.5,-31.5 parent: 2 - - uid: 26061 + - uid: 26044 components: - type: Transform pos: -21.5,-18.5 parent: 2 - proto: VendingMachineChapel entities: - - uid: 26062 + - uid: 26045 components: - type: Transform pos: -29.5,12.5 parent: 2 - proto: VendingMachineChefDrobe entities: - - uid: 26063 + - uid: 26046 components: - type: Transform pos: 0.5,14.5 parent: 2 - proto: VendingMachineChefvend entities: - - uid: 26064 + - uid: 26047 components: - type: Transform pos: 2.5,9.5 parent: 2 - proto: VendingMachineChemDrobe entities: - - uid: 26065 + - uid: 26048 components: - type: Transform - pos: 6.5,-50.5 + pos: 2.5,-50.5 parent: 2 - proto: VendingMachineChemicals entities: - - uid: 26066 + - uid: 26049 components: - type: Transform pos: 5.5,-45.5 parent: 2 - proto: VendingMachineCigs entities: - - uid: 26067 + - uid: 26050 components: - type: Transform pos: 2.5,58.5 parent: 2 - - uid: 26068 + - uid: 26051 components: - type: Transform pos: -6.5,-34.5 parent: 2 - - uid: 26069 + - uid: 26052 components: - type: Transform pos: 7.5,-2.5 parent: 2 - - uid: 26070 + - uid: 26053 components: - type: Transform pos: 61.5,-13.5 parent: 2 - - uid: 26071 + - uid: 26054 components: - type: Transform pos: -13.5,8.5 parent: 2 - - uid: 26072 + - uid: 26055 components: - type: Transform pos: 11.5,-85.5 parent: 2 - proto: VendingMachineClothing entities: - - uid: 26073 + - uid: 26056 components: - type: Transform pos: -19.5,31.5 parent: 2 - proto: VendingMachineCoffee entities: - - uid: 26074 + - uid: 26057 components: - type: Transform - pos: -10.5,-52.5 + pos: -9.5,-61.5 parent: 2 - - uid: 26075 + - uid: 26058 components: - type: Transform pos: 37.5,-17.5 parent: 2 - - uid: 26076 + - uid: 26059 components: - type: Transform pos: 45.5,17.5 parent: 2 - - uid: 26077 + - uid: 26060 components: - type: Transform pos: 51.5,3.5 parent: 2 - - uid: 26078 + - uid: 26061 components: - type: Transform pos: 60.5,-13.5 parent: 2 - - uid: 26079 + - uid: 26062 components: - type: Transform pos: -33.5,-22.5 parent: 2 - - uid: 26080 + - uid: 26063 components: - type: Transform pos: -43.5,4.5 parent: 2 - - uid: 26081 + - uid: 26064 components: - type: Transform pos: -0.5,43.5 parent: 2 - - uid: 26082 + - uid: 26065 components: - type: Transform pos: -14.5,49.5 parent: 2 - - uid: 26083 + - uid: 26066 components: - type: Transform pos: 51.5,-37.5 parent: 2 - - uid: 26084 + - uid: 26067 components: - type: Transform pos: 11.5,-81.5 parent: 2 - proto: VendingMachineCola entities: - - uid: 26085 + - uid: 26068 components: - type: Transform pos: 8.5,-2.5 parent: 2 - - uid: 26086 + - uid: 26069 components: - type: Transform pos: 27.5,-11.5 parent: 2 - - uid: 26087 + - uid: 26070 components: - type: Transform pos: -27.5,-69.5 parent: 2 - proto: VendingMachineCondiments entities: - - uid: 26088 + - uid: 26071 components: - type: Transform pos: 8.5,10.5 parent: 2 - - uid: 26089 + - uid: 26072 components: - type: Transform pos: 3.5,3.5 parent: 2 - proto: VendingMachineCuraDrobe entities: - - uid: 26090 + - uid: 26073 components: - type: Transform pos: 4.5,-9.5 parent: 2 - proto: VendingMachineDetDrobe entities: - - uid: 26091 + - uid: 26074 components: - type: Transform pos: 19.5,-10.5 parent: 2 - proto: VendingMachineDinnerware entities: - - uid: 26092 + - uid: 26075 components: - type: Transform pos: -0.5,5.5 parent: 2 - - uid: 26093 + - uid: 26076 components: - type: Transform pos: -22.5,42.5 parent: 2 - proto: VendingMachineDiscount entities: - - uid: 26094 + - uid: 26077 components: - type: Transform pos: -6.5,-32.5 parent: 2 - - uid: 26095 + - uid: 26078 components: - type: Transform pos: -33.5,-23.5 parent: 2 - - uid: 26096 + - uid: 26079 components: - type: Transform pos: -43.5,3.5 parent: 2 - - uid: 26097 + - uid: 26080 components: - type: Transform pos: -21.5,-17.5 parent: 2 +- proto: VendingMachineDonut + entities: + - uid: 26081 + components: + - type: Transform + pos: -10.5,-61.5 + parent: 2 - proto: VendingMachineEngiDrobe entities: - - uid: 26098 + - uid: 26082 components: - type: Transform pos: -39.5,-13.5 parent: 2 - proto: VendingMachineEngivend entities: - - uid: 26099 + - uid: 26083 components: - type: Transform pos: -36.5,-4.5 parent: 2 - proto: VendingMachineGames entities: - - uid: 26100 + - uid: 26084 components: - type: Transform pos: 5.5,-34.5 parent: 2 - proto: VendingMachineGeneDrobe entities: - - uid: 26101 + - uid: 26085 components: - type: Transform pos: -12.5,-45.5 parent: 2 - proto: VendingMachineHappyHonk entities: - - uid: 26102 + - uid: 26086 components: - type: Transform pos: 3.5,9.5 parent: 2 - proto: VendingMachineHydrobe entities: - - uid: 26103 + - uid: 26087 components: - type: Transform pos: -2.5,12.5 parent: 2 - proto: VendingMachineJaniDrobe entities: - - uid: 26104 + - uid: 26088 components: - type: Transform pos: -9.5,-19.5 parent: 2 - proto: VendingMachineLawDrobe entities: - - uid: 26105 + - uid: 26089 components: - type: Transform pos: 41.5,-5.5 parent: 2 - proto: VendingMachineMedical entities: - - uid: 26106 + - uid: 26090 components: - type: Transform pos: -28.5,-75.5 parent: 2 - - uid: 26107 + - uid: 26091 components: - type: Transform pos: -13.5,-45.5 parent: 2 - proto: VendingMachineMediDrobe entities: - - uid: 26108 + - uid: 26092 components: - type: Transform pos: -14.5,-45.5 parent: 2 - proto: VendingMachineNutri entities: - - uid: 26109 + - uid: 26093 components: - type: Transform pos: -2.5,8.5 parent: 2 - proto: VendingMachineRestockSmokes entities: - - uid: 26110 + - uid: 26094 components: - type: Transform pos: -26.439571,39.52594 parent: 2 - proto: VendingMachineRoboDrobe entities: - - uid: 26111 + - uid: 26095 components: - type: Transform pos: 67.5,-43.5 parent: 2 - proto: VendingMachineRobotics entities: - - uid: 26112 + - uid: 26096 components: - type: Transform pos: 68.5,-49.5 parent: 2 - proto: VendingMachineSalvage entities: - - uid: 26113 + - uid: 26097 components: - type: Transform pos: -38.5,33.5 parent: 2 - proto: VendingMachineSciDrobe entities: - - uid: 26114 + - uid: 26098 components: - type: Transform pos: 43.5,-45.5 parent: 2 - proto: VendingMachineSec entities: - - uid: 26115 + - uid: 26099 components: - type: Transform pos: 2.5,18.5 parent: 2 - proto: VendingMachineSecDrobe entities: - - uid: 26116 + - uid: 26100 components: - type: Transform pos: 0.5,21.5 parent: 2 - proto: VendingMachineSeeds entities: - - uid: 26117 + - uid: 26101 components: - type: Transform pos: -8.5,12.5 parent: 2 - - uid: 26118 + - uid: 26102 components: - type: Transform pos: -5.5,5.5 parent: 2 - proto: VendingMachineSeedsUnlocked entities: - - uid: 26119 + - uid: 26103 components: - type: Transform pos: 58.5,10.5 parent: 2 - proto: VendingMachineSnack entities: - - uid: 26120 + - uid: 26104 components: - type: Transform pos: 2.5,57.5 parent: 2 - - uid: 26121 + - uid: 26105 components: - type: Transform pos: 44.5,17.5 parent: 2 - proto: VendingMachineSovietSoda entities: - - uid: 26122 + - uid: 26106 components: - type: Transform pos: -1.5,-8.5 parent: 2 - - uid: 26123 + - uid: 26107 components: - type: Transform pos: 61.5,-15.5 parent: 2 - - uid: 26124 + - uid: 26108 components: - type: Transform pos: -37.5,-72.5 parent: 2 - - uid: 26125 + - uid: 26109 components: - type: Transform pos: -40.5,27.5 parent: 2 - - uid: 26126 + - uid: 26110 components: - type: Transform pos: 44.5,-15.5 parent: 2 - - uid: 26127 + - uid: 26111 components: - type: Transform pos: 56.5,-63.5 parent: 2 - proto: VendingMachineTankDispenserEngineering entities: - - uid: 26128 + - uid: 26112 components: - type: Transform pos: -33.5,-37.5 parent: 2 - proto: VendingMachineTankDispenserEVA entities: - - uid: 26129 + - uid: 26113 components: - type: Transform pos: 28.5,-14.5 parent: 2 - - uid: 26130 + - uid: 26114 components: - type: Transform pos: -22.5,-36.5 parent: 2 - - uid: 26131 + - uid: 26115 components: - type: Transform pos: -35.5,-51.5 parent: 2 - - uid: 26132 + - uid: 26116 components: - type: Transform pos: -48.5,36.5 parent: 2 - - uid: 26133 + - uid: 26117 components: - type: Transform pos: 28.5,47.5 parent: 2 - - uid: 26134 + - uid: 26118 components: - type: Transform pos: 77.5,-45.5 parent: 2 - proto: VendingMachineTheater entities: - - uid: 26135 + - uid: 26119 components: - type: Transform pos: -8.5,-4.5 parent: 2 - - uid: 26136 + - uid: 26120 components: - type: Transform pos: -20.5,31.5 parent: 2 - - uid: 26137 + - uid: 26121 components: - type: Transform pos: 2.5,-22.5 parent: 2 - - uid: 26138 + - uid: 26122 components: - type: Transform pos: 11.5,-82.5 parent: 2 - proto: VendingMachineVendomat entities: - - uid: 26139 + - uid: 26123 components: - type: Transform pos: 27.5,-12.5 parent: 2 - - uid: 26140 + - uid: 26124 components: - type: Transform pos: -27.5,-70.5 parent: 2 - - uid: 26141 + - uid: 26125 components: - type: Transform pos: -43.5,6.5 parent: 2 - - uid: 26142 + - uid: 26126 components: - type: Transform pos: 51.5,-38.5 parent: 2 - proto: VendingMachineViroDrobe entities: - - uid: 26143 + - uid: 26127 components: - type: Transform pos: -27.5,-75.5 parent: 2 - proto: VendingMachineWinter entities: - - uid: 26144 + - uid: 26128 components: - type: Transform pos: -18.5,31.5 parent: 2 - proto: VendingMachineYouTool entities: - - uid: 26145 + - uid: 26129 components: - type: Transform pos: 39.5,-53.5 parent: 2 - - uid: 26146 + - uid: 26130 components: - type: Transform pos: -37.5,-4.5 parent: 2 - - uid: 26147 + - uid: 26131 components: - type: Transform pos: -23.5,-19.5 parent: 2 - - uid: 26148 + - uid: 26132 components: - type: Transform pos: -31.5,-9.5 parent: 2 - proto: VoiceTrigger entities: - - uid: 26149 + - uid: 26133 components: - type: Transform pos: 65.475975,-28.50289 parent: 2 - proto: WallmountTelevision entities: - - uid: 26150 + - uid: 26134 components: - type: Transform pos: 17.5,8.5 parent: 2 - proto: WallPlastitanium entities: - - uid: 26151 + - uid: 26135 components: - type: Transform rot: -1.5707963267948966 rad pos: -55.5,-90.5 parent: 2 - - uid: 26152 + - uid: 26136 components: - type: Transform rot: 1.5707963267948966 rad pos: -53.5,-88.5 parent: 2 - - uid: 26153 + - uid: 26137 components: - type: Transform rot: 1.5707963267948966 rad pos: -53.5,-86.5 parent: 2 - - uid: 26154 + - uid: 26138 components: - type: Transform rot: 1.5707963267948966 rad pos: -52.5,-85.5 parent: 2 - - uid: 26155 + - uid: 26139 components: - type: Transform rot: 1.5707963267948966 rad pos: -52.5,-89.5 parent: 2 - - uid: 26156 + - uid: 26140 components: - type: Transform pos: 62.5,-46.5 parent: 2 - - uid: 26157 + - uid: 26141 components: - type: Transform pos: -55.5,-84.5 parent: 2 - - uid: 26158 + - uid: 26142 components: - type: Transform pos: -53.5,-85.5 parent: 2 - - uid: 26159 + - uid: 26143 components: - type: Transform pos: -56.5,-89.5 parent: 2 - - uid: 26160 + - uid: 26144 components: - type: Transform pos: -57.5,-89.5 parent: 2 - - uid: 26161 + - uid: 26145 components: - type: Transform pos: -53.5,-89.5 parent: 2 - - uid: 26162 + - uid: 26146 components: - type: Transform rot: 3.141592653589793 rad pos: -57.5,-86.5 parent: 2 - - uid: 26163 + - uid: 26147 components: - type: Transform rot: 3.141592653589793 rad pos: -57.5,-88.5 parent: 2 - - uid: 26164 + - uid: 26148 components: - type: Transform pos: -57.5,-85.5 parent: 2 - - uid: 26165 + - uid: 26149 components: - type: Transform pos: -56.5,-85.5 parent: 2 - - uid: 26166 + - uid: 26150 components: - type: Transform rot: -1.5707963267948966 rad @@ -173528,30 +173760,30 @@ entities: parent: 2 - proto: WallPlastitaniumDiagonal entities: - - uid: 26167 + - uid: 26151 components: - type: Transform rot: 1.5707963267948966 rad pos: -58.5,-89.5 parent: 2 - - uid: 26168 + - uid: 26152 components: - type: Transform pos: -58.5,-85.5 parent: 2 - - uid: 26169 + - uid: 26153 components: - type: Transform rot: 3.141592653589793 rad pos: -55.5,-85.5 parent: 2 - - uid: 26170 + - uid: 26154 components: - type: Transform rot: -1.5707963267948966 rad pos: -55.5,-89.5 parent: 2 - - uid: 26171 + - uid: 26155 components: - type: Transform rot: -1.5707963267948966 rad @@ -173559,25662 +173791,25710 @@ entities: parent: 2 - proto: WallReinforced entities: - - uid: 26172 + - uid: 26156 + components: + - type: Transform + pos: -20.5,-53.5 + parent: 2 + - uid: 26157 + components: + - type: Transform + pos: -22.5,-53.5 + parent: 2 + - uid: 26158 + components: + - type: Transform + pos: -21.5,-53.5 + parent: 2 + - uid: 26159 + components: + - type: Transform + pos: -20.5,-51.5 + parent: 2 + - uid: 26160 components: - type: Transform pos: 27.5,19.5 parent: 2 - - uid: 26173 + - uid: 26161 components: - type: Transform rot: -1.5707963267948966 rad pos: 35.5,-75.5 parent: 2 - - uid: 26174 + - uid: 26162 components: - type: Transform rot: -1.5707963267948966 rad pos: 34.5,-75.5 parent: 2 - - uid: 26175 + - uid: 26163 components: - type: Transform rot: -1.5707963267948966 rad pos: 34.5,-74.5 parent: 2 - - uid: 26176 + - uid: 26164 components: - type: Transform rot: -1.5707963267948966 rad pos: 44.5,-74.5 parent: 2 - - uid: 26177 + - uid: 26165 components: - type: Transform rot: -1.5707963267948966 rad pos: 1.5,25.5 parent: 2 - - uid: 26178 + - uid: 26166 components: - type: Transform rot: -1.5707963267948966 rad pos: 0.5,15.5 parent: 2 - - uid: 26179 + - uid: 26167 components: - type: Transform rot: 3.141592653589793 rad pos: -20.5,-91.5 parent: 2 - - uid: 26180 + - uid: 26168 components: - type: Transform rot: 3.141592653589793 rad pos: -25.5,-91.5 parent: 2 - - uid: 26181 + - uid: 26169 components: - type: Transform pos: 12.5,26.5 parent: 2 - - uid: 26182 + - uid: 26170 components: - type: Transform pos: 11.5,27.5 parent: 2 - - uid: 26183 + - uid: 26171 components: - type: Transform pos: 7.5,26.5 parent: 2 - - uid: 26184 + - uid: 26172 components: - type: Transform rot: 3.141592653589793 rad pos: 24.5,-31.5 parent: 2 - - uid: 26185 + - uid: 26173 components: - type: Transform rot: 3.141592653589793 rad pos: 23.5,-31.5 parent: 2 - - uid: 26186 + - uid: 26174 components: - type: Transform rot: 3.141592653589793 rad pos: 23.5,-33.5 parent: 2 - - uid: 26187 + - uid: 26175 components: - type: Transform pos: 29.5,-33.5 parent: 2 - - uid: 26188 + - uid: 26176 components: - type: Transform pos: 6.5,-6.5 parent: 2 - - uid: 26189 + - uid: 26177 components: - type: Transform pos: -0.5,-7.5 parent: 2 - - uid: 26190 + - uid: 26178 components: - type: Transform rot: 1.5707963267948966 rad pos: 19.5,-31.5 parent: 2 - - uid: 26191 + - uid: 26179 components: - type: Transform pos: 0.5,-2.5 parent: 2 - - uid: 26192 + - uid: 26180 components: - type: Transform pos: 0.5,-3.5 parent: 2 - - uid: 26193 + - uid: 26181 components: - type: Transform pos: 0.5,-6.5 parent: 2 - - uid: 26194 + - uid: 26182 components: - type: Transform rot: 1.5707963267948966 rad pos: 0.5,-4.5 parent: 2 - - uid: 26195 + - uid: 26183 components: - type: Transform pos: -2.5,-6.5 parent: 2 - - uid: 26196 + - uid: 26184 components: - type: Transform rot: 1.5707963267948966 rad pos: 19.5,-30.5 parent: 2 - - uid: 26197 + - uid: 26185 components: - type: Transform pos: -0.5,-2.5 parent: 2 - - uid: 26198 + - uid: 26186 components: - type: Transform pos: 0.5,-7.5 parent: 2 - - uid: 26199 + - uid: 26187 components: - type: Transform rot: 1.5707963267948966 rad pos: 19.5,-29.5 parent: 2 - - uid: 26200 + - uid: 26188 components: - type: Transform pos: 4.5,-8.5 parent: 2 - - uid: 26201 + - uid: 26189 components: - type: Transform pos: -2.5,-4.5 parent: 2 - - uid: 26202 + - uid: 26190 components: - type: Transform pos: -1.5,-7.5 parent: 2 - - uid: 26203 + - uid: 26191 components: - type: Transform pos: -16.5,-56.5 parent: 2 - - uid: 26204 + - uid: 26192 components: - type: Transform pos: -23.5,-53.5 parent: 2 - - uid: 26205 + - uid: 26193 components: - type: Transform pos: 28.5,-40.5 parent: 2 - - uid: 26206 + - uid: 26194 components: - type: Transform pos: 2.5,-8.5 parent: 2 - - uid: 26207 + - uid: 26195 components: - type: Transform rot: 3.141592653589793 rad pos: 3.5,-8.5 parent: 2 - - uid: 26208 + - uid: 26196 components: - type: Transform pos: 5.5,-8.5 parent: 2 - - uid: 26209 + - uid: 26197 components: - type: Transform pos: 22.5,-40.5 parent: 2 - - uid: 26210 + - uid: 26198 components: - type: Transform pos: 0.5,-8.5 parent: 2 - - uid: 26211 + - uid: 26199 components: - type: Transform pos: -1.5,-2.5 parent: 2 - - uid: 26212 + - uid: 26200 components: - type: Transform pos: -38.5,-20.5 parent: 2 - - uid: 26213 + - uid: 26201 components: - type: Transform pos: 6.5,-4.5 parent: 2 - - uid: 26214 + - uid: 26202 components: - type: Transform pos: -2.5,-3.5 parent: 2 - - uid: 26215 + - uid: 26203 components: - type: Transform pos: 6.5,-5.5 parent: 2 - - uid: 26216 + - uid: 26204 components: - type: Transform pos: -2.5,-2.5 parent: 2 - - uid: 26217 + - uid: 26205 components: - type: Transform pos: -2.5,-7.5 parent: 2 - - uid: 26218 + - uid: 26206 components: - type: Transform pos: -38.5,-21.5 parent: 2 - - uid: 26219 + - uid: 26207 components: - type: Transform pos: -37.5,-21.5 parent: 2 - - uid: 26220 + - uid: 26208 components: - type: Transform pos: -36.5,-21.5 parent: 2 - - uid: 26221 + - uid: 26209 components: - type: Transform pos: -35.5,-21.5 parent: 2 - - uid: 26222 + - uid: 26210 components: - type: Transform pos: -35.5,-20.5 parent: 2 - - uid: 26223 - components: - - type: Transform - pos: -22.5,-53.5 - parent: 2 - - uid: 26224 + - uid: 26211 components: - type: Transform pos: -23.5,-54.5 parent: 2 - - uid: 26225 + - uid: 26212 components: - type: Transform pos: -22.5,-56.5 parent: 2 - - uid: 26226 + - uid: 26213 components: - type: Transform pos: -23.5,-55.5 parent: 2 - - uid: 26227 + - uid: 26214 components: - type: Transform pos: -23.5,-56.5 parent: 2 - - uid: 26228 + - uid: 26215 components: - type: Transform rot: -1.5707963267948966 rad pos: -51.5,-33.5 parent: 2 - - uid: 26229 + - uid: 26216 components: - type: Transform rot: -1.5707963267948966 rad pos: -50.5,-33.5 parent: 2 - - uid: 26230 + - uid: 26217 components: - type: Transform rot: -1.5707963267948966 rad pos: -49.5,-33.5 parent: 2 - - uid: 26231 + - uid: 26218 components: - type: Transform rot: -1.5707963267948966 rad pos: -49.5,-24.5 parent: 2 - - uid: 26232 + - uid: 26219 components: - type: Transform rot: 1.5707963267948966 rad pos: -49.5,-25.5 parent: 2 - - uid: 26233 + - uid: 26220 components: - type: Transform rot: 1.5707963267948966 rad pos: -45.5,-24.5 parent: 2 - - uid: 26234 + - uid: 26221 components: - type: Transform rot: -1.5707963267948966 rad pos: -48.5,-24.5 parent: 2 - - uid: 26235 + - uid: 26222 components: - type: Transform rot: -1.5707963267948966 rad pos: -48.5,-33.5 parent: 2 - - uid: 26236 + - uid: 26223 components: - type: Transform rot: 1.5707963267948966 rad pos: -52.5,-35.5 parent: 2 - - uid: 26237 + - uid: 26224 components: - type: Transform pos: -42.5,-33.5 parent: 2 - - uid: 26238 + - uid: 26225 components: - type: Transform pos: -43.5,-33.5 parent: 2 - - uid: 26239 + - uid: 26226 components: - type: Transform pos: -45.5,-33.5 parent: 2 - - uid: 26240 + - uid: 26227 components: - type: Transform pos: -46.5,-24.5 parent: 2 - - uid: 26241 + - uid: 26228 components: - type: Transform rot: -1.5707963267948966 rad pos: -63.5,-33.5 parent: 2 - - uid: 26242 + - uid: 26229 components: - type: Transform rot: 3.141592653589793 rad pos: -41.5,-33.5 parent: 2 - - uid: 26243 + - uid: 26230 components: - type: Transform rot: 3.141592653589793 rad pos: -58.5,-43.5 parent: 2 - - uid: 26244 + - uid: 26231 components: - type: Transform rot: 1.5707963267948966 rad pos: -63.5,-38.5 parent: 2 - - uid: 26245 + - uid: 26232 components: - type: Transform rot: 1.5707963267948966 rad pos: -65.5,-35.5 parent: 2 - - uid: 26246 + - uid: 26233 components: - type: Transform rot: 1.5707963267948966 rad pos: -67.5,-35.5 parent: 2 - - uid: 26247 + - uid: 26234 components: - type: Transform rot: 1.5707963267948966 rad pos: -59.5,-38.5 parent: 2 - - uid: 26248 + - uid: 26235 components: - type: Transform pos: -44.5,-33.5 parent: 2 - - uid: 26249 + - uid: 26236 components: - type: Transform rot: 3.141592653589793 rad pos: -59.5,-44.5 parent: 2 - - uid: 26250 + - uid: 26237 components: - type: Transform pos: -61.5,-38.5 parent: 2 - - uid: 26251 + - uid: 26238 components: - type: Transform rot: 1.5707963267948966 rad pos: -59.5,-35.5 parent: 2 - - uid: 26252 + - uid: 26239 components: - type: Transform rot: 1.5707963267948966 rad pos: -66.5,-35.5 parent: 2 - - uid: 26253 + - uid: 26240 components: - type: Transform rot: 1.5707963267948966 rad pos: -64.5,-35.5 parent: 2 - - uid: 26254 + - uid: 26241 components: - type: Transform rot: 3.141592653589793 rad pos: -58.5,-44.5 parent: 2 - - uid: 26255 + - uid: 26242 components: - type: Transform pos: -64.5,-44.5 parent: 2 - - uid: 26256 + - uid: 26243 components: - type: Transform pos: -78.5,-44.5 parent: 2 - - uid: 26257 + - uid: 26244 components: - type: Transform pos: -76.5,-39.5 parent: 2 - - uid: 26258 + - uid: 26245 components: - type: Transform rot: 3.141592653589793 rad pos: -61.5,-26.5 parent: 2 - - uid: 26259 + - uid: 26246 components: - type: Transform pos: -71.5,-36.5 parent: 2 - - uid: 26260 + - uid: 26247 components: - type: Transform pos: -70.5,-36.5 parent: 2 - - uid: 26261 + - uid: 26248 components: - type: Transform pos: -69.5,-36.5 parent: 2 - - uid: 26262 + - uid: 26249 components: - type: Transform pos: -68.5,-36.5 parent: 2 - - uid: 26263 + - uid: 26250 components: - type: Transform pos: -74.5,-36.5 parent: 2 - - uid: 26264 + - uid: 26251 components: - type: Transform pos: -68.5,-35.5 parent: 2 - - uid: 26265 + - uid: 26252 components: - type: Transform pos: -68.5,-34.5 parent: 2 - - uid: 26266 + - uid: 26253 components: - type: Transform pos: -71.5,-34.5 parent: 2 - - uid: 26267 + - uid: 26254 components: - type: Transform rot: -1.5707963267948966 rad pos: -74.5,-43.5 parent: 2 - - uid: 26268 + - uid: 26255 components: - type: Transform rot: -1.5707963267948966 rad pos: -74.5,-39.5 parent: 2 - - uid: 26269 + - uid: 26256 components: - type: Transform rot: -1.5707963267948966 rad pos: -74.5,-38.5 parent: 2 - - uid: 26270 + - uid: 26257 components: - type: Transform rot: -1.5707963267948966 rad pos: -74.5,-37.5 parent: 2 - - uid: 26271 + - uid: 26258 components: - type: Transform pos: -76.5,-30.5 parent: 2 - - uid: 26272 + - uid: 26259 components: - type: Transform pos: -77.5,-30.5 parent: 2 - - uid: 26273 + - uid: 26260 components: - type: Transform pos: -64.5,-46.5 parent: 2 - - uid: 26274 + - uid: 26261 components: - type: Transform rot: 1.5707963267948966 rad pos: -64.5,-38.5 parent: 2 - - uid: 26275 + - uid: 26262 components: - type: Transform rot: -1.5707963267948966 rad pos: -78.5,-43.5 parent: 2 - - uid: 26276 + - uid: 26263 components: - type: Transform rot: -1.5707963267948966 rad pos: -78.5,-39.5 parent: 2 - - uid: 26277 + - uid: 26264 components: - type: Transform pos: -2.5,16.5 parent: 2 - - uid: 26278 + - uid: 26265 components: - type: Transform pos: 52.5,-88.5 parent: 2 - - uid: 26279 + - uid: 26266 components: - type: Transform pos: 51.5,-88.5 parent: 2 - - uid: 26280 + - uid: 26267 components: - type: Transform pos: 50.5,-88.5 parent: 2 - - uid: 26281 + - uid: 26268 components: - type: Transform pos: 50.5,-90.5 parent: 2 - - uid: 26282 + - uid: 26269 components: - type: Transform pos: 51.5,-90.5 parent: 2 - - uid: 26283 + - uid: 26270 components: - type: Transform pos: 52.5,-90.5 parent: 2 - - uid: 26284 + - uid: 26271 components: - type: Transform pos: 50.5,-83.5 parent: 2 - - uid: 26285 + - uid: 26272 components: - type: Transform pos: 52.5,-81.5 parent: 2 - - uid: 26286 + - uid: 26273 components: - type: Transform pos: 50.5,-81.5 parent: 2 - - uid: 26287 + - uid: 26274 components: - type: Transform pos: 51.5,-83.5 parent: 2 - - uid: 26288 + - uid: 26275 components: - type: Transform pos: 51.5,-81.5 parent: 2 - - uid: 26289 + - uid: 26276 components: - type: Transform pos: 52.5,-83.5 parent: 2 - - uid: 26290 + - uid: 26277 components: - type: Transform pos: 70.5,-26.5 parent: 2 - - uid: 26291 + - uid: 26278 components: - type: Transform pos: 64.5,-29.5 parent: 2 - - uid: 26292 + - uid: 26279 components: - type: Transform pos: 64.5,-28.5 parent: 2 - - uid: 26293 + - uid: 26280 components: - type: Transform pos: 66.5,-26.5 parent: 2 - - uid: 26294 + - uid: 26281 components: - type: Transform pos: 67.5,-26.5 parent: 2 - - uid: 26295 + - uid: 26282 components: - type: Transform rot: -1.5707963267948966 rad pos: -48.5,41.5 parent: 2 - - uid: 26296 + - uid: 26283 components: - type: Transform rot: -1.5707963267948966 rad pos: -49.5,41.5 parent: 2 - - uid: 26297 + - uid: 26284 components: - type: Transform rot: -1.5707963267948966 rad pos: -50.5,41.5 parent: 2 - - uid: 26298 + - uid: 26285 components: - type: Transform rot: -1.5707963267948966 rad pos: -50.5,45.5 parent: 2 - - uid: 26299 + - uid: 26286 components: - type: Transform rot: -1.5707963267948966 rad pos: -50.5,46.5 parent: 2 - - uid: 26300 + - uid: 26287 components: - type: Transform rot: -1.5707963267948966 rad pos: -53.5,41.5 parent: 2 - - uid: 26301 + - uid: 26288 components: - type: Transform rot: -1.5707963267948966 rad pos: -52.5,41.5 parent: 2 - - uid: 26302 + - uid: 26289 components: - type: Transform rot: -1.5707963267948966 rad pos: -51.5,41.5 parent: 2 - - uid: 26303 + - uid: 26290 components: - type: Transform rot: -1.5707963267948966 rad pos: -51.5,44.5 parent: 2 - - uid: 26304 + - uid: 26291 components: - type: Transform rot: -1.5707963267948966 rad pos: -52.5,44.5 parent: 2 - - uid: 26305 + - uid: 26292 components: - type: Transform rot: -1.5707963267948966 rad pos: -53.5,44.5 parent: 2 - - uid: 26306 + - uid: 26293 components: - type: Transform rot: -1.5707963267948966 rad pos: -48.5,45.5 parent: 2 - - uid: 26307 + - uid: 26294 components: - type: Transform rot: -1.5707963267948966 rad pos: -43.5,40.5 parent: 2 - - uid: 26308 + - uid: 26295 components: - type: Transform rot: -1.5707963267948966 rad pos: -44.5,40.5 parent: 2 - - uid: 26309 + - uid: 26296 components: - type: Transform rot: 1.5707963267948966 rad pos: 29.5,-64.5 parent: 2 - - uid: 26310 + - uid: 26297 components: - type: Transform rot: 3.141592653589793 rad pos: 34.5,-10.5 parent: 2 - - uid: 26311 + - uid: 26298 components: - type: Transform rot: 3.141592653589793 rad pos: 23.5,-57.5 parent: 2 - - uid: 26312 + - uid: 26299 components: - type: Transform pos: 11.5,-30.5 parent: 2 - - uid: 26313 + - uid: 26300 components: - type: Transform rot: -1.5707963267948966 rad pos: 37.5,3.5 parent: 2 - - uid: 26314 + - uid: 26301 components: - type: Transform pos: 72.5,-42.5 parent: 2 - - uid: 26315 + - uid: 26302 components: - type: Transform pos: 71.5,-42.5 parent: 2 - - uid: 26316 + - uid: 26303 components: - type: Transform rot: -1.5707963267948966 rad pos: 36.5,9.5 parent: 2 - - uid: 26317 + - uid: 26304 components: - type: Transform rot: -1.5707963267948966 rad pos: 0.5,-79.5 parent: 2 - - uid: 26318 + - uid: 26305 components: - type: Transform rot: 3.141592653589793 rad pos: 26.5,-61.5 parent: 2 - - uid: 26319 + - uid: 26306 components: - type: Transform rot: 3.141592653589793 rad pos: 30.5,-9.5 parent: 2 - - uid: 26320 + - uid: 26307 components: - type: Transform rot: 3.141592653589793 rad pos: 33.5,-61.5 parent: 2 - - uid: 26321 + - uid: 26308 components: - type: Transform rot: -1.5707963267948966 rad pos: 65.5,-38.5 parent: 2 - - uid: 26322 + - uid: 26309 components: - type: Transform rot: -1.5707963267948966 rad pos: 37.5,6.5 parent: 2 - - uid: 26323 + - uid: 26310 components: - type: Transform pos: 66.5,-42.5 parent: 2 - - uid: 26324 + - uid: 26311 components: - type: Transform rot: 3.141592653589793 rad pos: 24.5,-61.5 parent: 2 - - uid: 26325 + - uid: 26312 components: - type: Transform pos: 67.5,-42.5 parent: 2 - - uid: 26326 + - uid: 26313 components: - type: Transform rot: -1.5707963267948966 rad pos: 33.5,12.5 parent: 2 - - uid: 26327 + - uid: 26314 components: - type: Transform rot: -1.5707963267948966 rad pos: -25.5,-83.5 parent: 2 - - uid: 26328 + - uid: 26315 components: - type: Transform pos: 30.5,-26.5 parent: 2 - - uid: 26329 + - uid: 26316 components: - type: Transform pos: 19.5,-26.5 parent: 2 - - uid: 26330 + - uid: 26317 components: - type: Transform pos: 18.5,-67.5 parent: 2 - - uid: 26331 + - uid: 26318 components: - type: Transform rot: -1.5707963267948966 rad pos: 34.5,-83.5 parent: 2 - - uid: 26332 + - uid: 26319 components: - type: Transform rot: 3.141592653589793 rad pos: 26.5,24.5 parent: 2 - - uid: 26333 + - uid: 26320 components: - type: Transform pos: -16.5,-80.5 parent: 2 - - uid: 26334 + - uid: 26321 components: - type: Transform pos: -13.5,-80.5 parent: 2 - - uid: 26335 + - uid: 26322 components: - type: Transform rot: 3.141592653589793 rad pos: 31.5,-19.5 parent: 2 - - uid: 26336 + - uid: 26323 components: - type: Transform pos: 38.5,17.5 parent: 2 - - uid: 26337 + - uid: 26324 components: - type: Transform pos: 30.5,9.5 parent: 2 - - uid: 26338 + - uid: 26325 components: - type: Transform pos: -14.5,-80.5 parent: 2 - - uid: 26339 + - uid: 26326 components: - type: Transform pos: -16.5,-74.5 parent: 2 - - uid: 26340 + - uid: 26327 components: - type: Transform pos: -13.5,-75.5 parent: 2 - - uid: 26341 + - uid: 26328 components: - type: Transform rot: -1.5707963267948966 rad pos: -31.5,-80.5 parent: 2 - - uid: 26342 + - uid: 26329 components: - type: Transform pos: -27.5,-84.5 parent: 2 - - uid: 26343 + - uid: 26330 components: - type: Transform pos: -27.5,-85.5 parent: 2 - - uid: 26344 + - uid: 26331 components: - type: Transform rot: -1.5707963267948966 rad pos: -18.5,-83.5 parent: 2 - - uid: 26345 + - uid: 26332 components: - type: Transform rot: -1.5707963267948966 rad pos: 43.5,49.5 parent: 2 - - uid: 26346 + - uid: 26333 components: - type: Transform rot: 3.141592653589793 rad pos: 24.5,24.5 parent: 2 - - uid: 26347 + - uid: 26334 components: - type: Transform rot: 1.5707963267948966 rad pos: 33.5,32.5 parent: 2 - - uid: 26348 + - uid: 26335 components: - type: Transform rot: 1.5707963267948966 rad pos: 16.5,15.5 parent: 2 - - uid: 26349 + - uid: 26336 components: - type: Transform rot: 3.141592653589793 rad pos: 39.5,12.5 parent: 2 - - uid: 26350 + - uid: 26337 components: - type: Transform pos: 42.5,51.5 parent: 2 - - uid: 26351 + - uid: 26338 components: - type: Transform pos: -15.5,-2.5 parent: 2 - - uid: 26352 + - uid: 26339 components: - type: Transform pos: -18.5,-86.5 parent: 2 - - uid: 26353 + - uid: 26340 components: - type: Transform pos: -22.5,-48.5 parent: 2 - - uid: 26354 + - uid: 26341 components: - type: Transform pos: 3.5,15.5 parent: 2 - - uid: 26355 + - uid: 26342 components: - type: Transform pos: 7.5,-71.5 parent: 2 - - uid: 26356 + - uid: 26343 components: - type: Transform pos: -23.5,5.5 parent: 2 - - uid: 26357 + - uid: 26344 components: - type: Transform pos: 44.5,-25.5 parent: 2 - - uid: 26358 + - uid: 26345 components: - type: Transform pos: 49.5,-25.5 parent: 2 - - uid: 26359 + - uid: 26346 components: - type: Transform pos: 49.5,-23.5 parent: 2 - - uid: 26360 + - uid: 26347 components: - type: Transform pos: 39.5,-24.5 parent: 2 - - uid: 26361 + - uid: 26348 components: - type: Transform pos: 27.5,26.5 parent: 2 - - uid: 26362 + - uid: 26349 components: - type: Transform pos: 31.5,26.5 parent: 2 - - uid: 26363 + - uid: 26350 components: - type: Transform pos: 31.5,25.5 parent: 2 - - uid: 26364 + - uid: 26351 components: - type: Transform rot: 3.141592653589793 rad pos: 30.5,33.5 parent: 2 - - uid: 26365 + - uid: 26352 components: - type: Transform rot: -1.5707963267948966 rad pos: 4.5,-18.5 parent: 2 - - uid: 26366 + - uid: 26353 components: - type: Transform pos: 19.5,15.5 parent: 2 - - uid: 26367 + - uid: 26354 components: - type: Transform rot: -1.5707963267948966 rad pos: 20.5,-31.5 parent: 2 - - uid: 26368 + - uid: 26355 components: - type: Transform pos: 3.5,18.5 parent: 2 - - uid: 26369 + - uid: 26356 components: - type: Transform pos: 4.5,18.5 parent: 2 - - uid: 26370 + - uid: 26357 components: - type: Transform pos: -15.5,-0.5 parent: 2 - - uid: 26371 + - uid: 26358 components: - type: Transform pos: 13.5,15.5 parent: 2 - - uid: 26372 + - uid: 26359 components: - type: Transform pos: -23.5,-1.5 parent: 2 - - uid: 26373 + - uid: 26360 components: - type: Transform pos: -23.5,-3.5 parent: 2 - - uid: 26374 + - uid: 26361 components: - type: Transform pos: -20.5,-3.5 parent: 2 - - uid: 26375 + - uid: 26362 components: - type: Transform pos: -20.5,-2.5 parent: 2 - - uid: 26376 + - uid: 26363 components: - type: Transform pos: -18.5,-1.5 parent: 2 - - uid: 26377 + - uid: 26364 components: - type: Transform rot: 3.141592653589793 rad pos: 29.5,-20.5 parent: 2 - - uid: 26378 + - uid: 26365 components: - type: Transform rot: -1.5707963267948966 rad pos: 44.5,49.5 parent: 2 - - uid: 26379 + - uid: 26366 components: - type: Transform rot: -1.5707963267948966 rad pos: 43.5,42.5 parent: 2 - - uid: 26380 + - uid: 26367 components: - type: Transform rot: -1.5707963267948966 rad pos: 38.5,42.5 parent: 2 - - uid: 26381 + - uid: 26368 components: - type: Transform rot: -1.5707963267948966 rad pos: 34.5,42.5 parent: 2 - - uid: 26382 + - uid: 26369 components: - type: Transform rot: -1.5707963267948966 rad pos: 33.5,43.5 parent: 2 - - uid: 26383 + - uid: 26370 components: - type: Transform pos: 35.5,50.5 parent: 2 - - uid: 26384 + - uid: 26371 components: - type: Transform pos: 35.5,52.5 parent: 2 - - uid: 26385 + - uid: 26372 components: - type: Transform pos: 36.5,52.5 parent: 2 - - uid: 26386 + - uid: 26373 components: - type: Transform pos: 34.5,48.5 parent: 2 - - uid: 26387 + - uid: 26374 components: - type: Transform pos: -15.5,-1.5 parent: 2 - - uid: 26388 + - uid: 26375 components: - type: Transform rot: -1.5707963267948966 rad pos: 36.5,11.5 parent: 2 - - uid: 26389 + - uid: 26376 components: - type: Transform rot: 3.141592653589793 rad pos: 33.5,-19.5 parent: 2 - - uid: 26390 + - uid: 26377 components: - type: Transform rot: 1.5707963267948966 rad pos: 29.5,-63.5 parent: 2 - - uid: 26391 + - uid: 26378 components: - type: Transform rot: -1.5707963267948966 rad pos: 39.5,3.5 parent: 2 - - uid: 26392 + - uid: 26379 components: - type: Transform rot: -1.5707963267948966 rad pos: 1.5,-76.5 parent: 2 - - uid: 26393 + - uid: 26380 components: - type: Transform rot: 3.141592653589793 rad pos: -15.5,5.5 parent: 2 - - uid: 26394 + - uid: 26381 components: - type: Transform rot: 3.141592653589793 rad pos: 17.5,-21.5 parent: 2 - - uid: 26395 + - uid: 26382 components: - type: Transform rot: 3.141592653589793 rad pos: 17.5,-22.5 parent: 2 - - uid: 26396 + - uid: 26383 components: - type: Transform rot: 3.141592653589793 rad pos: 30.5,-19.5 parent: 2 - - uid: 26397 + - uid: 26384 components: - type: Transform pos: 28.5,-13.5 parent: 2 - - uid: 26398 + - uid: 26385 components: - type: Transform rot: 3.141592653589793 rad pos: 20.5,-20.5 parent: 2 - - uid: 26399 + - uid: 26386 components: - type: Transform rot: 3.141592653589793 rad pos: 17.5,-23.5 parent: 2 - - uid: 26400 + - uid: 26387 components: - type: Transform rot: -1.5707963267948966 rad pos: -0.5,-84.5 parent: 2 - - uid: 26401 + - uid: 26388 components: - type: Transform rot: 3.141592653589793 rad pos: 28.5,-61.5 parent: 2 - - uid: 26402 + - uid: 26389 components: - type: Transform pos: -23.5,1.5 parent: 2 - - uid: 26403 + - uid: 26390 components: - type: Transform pos: 8.5,-71.5 parent: 2 - - uid: 26404 + - uid: 26391 components: - type: Transform pos: 5.5,-80.5 parent: 2 - - uid: 26405 + - uid: 26392 components: - type: Transform rot: -1.5707963267948966 rad pos: 0.5,-77.5 parent: 2 - - uid: 26406 + - uid: 26393 components: - type: Transform pos: -18.5,-2.5 parent: 2 - - uid: 26407 + - uid: 26394 components: - type: Transform rot: -1.5707963267948966 rad pos: 33.5,10.5 parent: 2 - - uid: 26408 + - uid: 26395 components: - type: Transform rot: -1.5707963267948966 rad pos: -28.5,-81.5 parent: 2 - - uid: 26409 + - uid: 26396 components: - type: Transform rot: -1.5707963267948966 rad pos: -19.5,-81.5 parent: 2 - - uid: 26410 + - uid: 26397 components: - type: Transform rot: -1.5707963267948966 rad pos: -24.5,-81.5 parent: 2 - - uid: 26411 + - uid: 26398 components: - type: Transform pos: -13.5,-78.5 parent: 2 - - uid: 26412 + - uid: 26399 components: - type: Transform pos: -21.5,-57.5 parent: 2 - - uid: 26413 + - uid: 26400 components: - type: Transform pos: 29.5,33.5 parent: 2 - - uid: 26414 + - uid: 26401 components: - type: Transform rot: 1.5707963267948966 rad pos: 38.5,-17.5 parent: 2 - - uid: 26415 + - uid: 26402 components: - type: Transform rot: 1.5707963267948966 rad pos: 37.5,-19.5 parent: 2 - - uid: 26416 + - uid: 26403 components: - type: Transform rot: 3.141592653589793 rad pos: 3.5,-18.5 parent: 2 - - uid: 26417 + - uid: 26404 components: - type: Transform pos: 33.5,-28.5 parent: 2 - - uid: 26418 + - uid: 26405 components: - type: Transform pos: 20.5,-33.5 parent: 2 - - uid: 26419 + - uid: 26406 components: - type: Transform pos: 33.5,-29.5 parent: 2 - - uid: 26420 + - uid: 26407 components: - type: Transform pos: 40.5,-30.5 parent: 2 - - uid: 26421 + - uid: 26408 components: - type: Transform pos: 3.5,22.5 parent: 2 - - uid: 26422 + - uid: 26409 components: - type: Transform pos: 40.5,-31.5 parent: 2 - - uid: 26423 + - uid: 26410 components: - type: Transform pos: 40.5,-29.5 parent: 2 - - uid: 26424 + - uid: 26411 components: - type: Transform pos: 32.5,-26.5 parent: 2 - - uid: 26425 + - uid: 26412 components: - type: Transform rot: 3.141592653589793 rad pos: 42.5,17.5 parent: 2 - - uid: 26426 + - uid: 26413 components: - type: Transform pos: 43.5,16.5 parent: 2 - - uid: 26427 + - uid: 26414 components: - type: Transform pos: 43.5,9.5 parent: 2 - - uid: 26428 + - uid: 26415 components: - type: Transform rot: 3.141592653589793 rad pos: 43.5,3.5 parent: 2 - - uid: 26429 + - uid: 26416 components: - type: Transform pos: 28.5,-10.5 parent: 2 - - uid: 26430 + - uid: 26417 components: - type: Transform rot: 3.141592653589793 rad pos: 13.5,-23.5 parent: 2 - - uid: 26431 + - uid: 26418 components: - type: Transform rot: 3.141592653589793 rad pos: 13.5,-20.5 parent: 2 - - uid: 26432 + - uid: 26419 components: - type: Transform rot: 3.141592653589793 rad pos: 13.5,-19.5 parent: 2 - - uid: 26433 + - uid: 26420 components: - type: Transform rot: 3.141592653589793 rad pos: 13.5,-17.5 parent: 2 - - uid: 26434 + - uid: 26421 components: - type: Transform rot: 3.141592653589793 rad pos: 13.5,-16.5 parent: 2 - - uid: 26435 + - uid: 26422 components: - type: Transform rot: 3.141592653589793 rad pos: 13.5,-15.5 parent: 2 - - uid: 26436 + - uid: 26423 components: - type: Transform pos: 25.5,-26.5 parent: 2 - - uid: 26437 + - uid: 26424 components: - type: Transform pos: 21.5,-26.5 parent: 2 - - uid: 26438 + - uid: 26425 components: - type: Transform rot: 1.5707963267948966 rad pos: 33.5,-33.5 parent: 2 - - uid: 26439 + - uid: 26426 components: - type: Transform rot: -1.5707963267948966 rad pos: 38.5,6.5 parent: 2 - - uid: 26440 + - uid: 26427 components: - type: Transform rot: -1.5707963267948966 rad pos: 39.5,6.5 parent: 2 - - uid: 26441 + - uid: 26428 components: - type: Transform rot: -1.5707963267948966 rad pos: 38.5,3.5 parent: 2 - - uid: 26442 + - uid: 26429 components: - type: Transform pos: 29.5,-9.5 parent: 2 - - uid: 26443 + - uid: 26430 components: - type: Transform rot: 3.141592653589793 rad pos: -15.5,-3.5 parent: 2 - - uid: 26444 + - uid: 26431 components: - type: Transform rot: 3.141592653589793 rad pos: -16.5,5.5 parent: 2 - - uid: 26445 + - uid: 26432 components: - type: Transform rot: -1.5707963267948966 rad pos: 36.5,10.5 parent: 2 - - uid: 26446 + - uid: 26433 components: - type: Transform pos: 38.5,-24.5 parent: 2 - - uid: 26447 + - uid: 26434 components: - type: Transform pos: -15.5,-2.5 parent: 2 - - uid: 26448 + - uid: 26435 components: - type: Transform pos: 41.5,52.5 parent: 2 - - uid: 26449 + - uid: 26436 components: - type: Transform rot: -1.5707963267948966 rad pos: 5.5,-24.5 parent: 2 - - uid: 26450 + - uid: 26437 components: - type: Transform rot: 3.141592653589793 rad pos: 27.5,24.5 parent: 2 - - uid: 26451 + - uid: 26438 components: - type: Transform rot: -1.5707963267948966 rad pos: 9.5,23.5 parent: 2 - - uid: 26452 + - uid: 26439 components: - type: Transform pos: -0.5,15.5 parent: 2 - - uid: 26453 + - uid: 26440 components: - type: Transform rot: -1.5707963267948966 rad pos: 5.5,23.5 parent: 2 - - uid: 26454 + - uid: 26441 components: - type: Transform rot: -1.5707963267948966 rad pos: 4.5,23.5 parent: 2 - - uid: 26455 + - uid: 26442 components: - type: Transform rot: -1.5707963267948966 rad pos: 3.5,23.5 parent: 2 - - uid: 26456 + - uid: 26443 components: - type: Transform pos: 42.5,50.5 parent: 2 - - uid: 26457 + - uid: 26444 components: - type: Transform pos: 27.5,-15.5 parent: 2 - - uid: 26458 + - uid: 26445 components: - type: Transform pos: 2.5,22.5 parent: 2 - - uid: 26459 + - uid: 26446 components: - type: Transform rot: -1.5707963267948966 rad pos: 1.5,15.5 parent: 2 - - uid: 26460 + - uid: 26447 components: - type: Transform pos: -2.5,-30.5 parent: 2 - - uid: 26461 + - uid: 26448 components: - type: Transform pos: 1.5,-39.5 parent: 2 - - uid: 26462 + - uid: 26449 components: - type: Transform pos: 5.5,-40.5 parent: 2 - - uid: 26463 + - uid: 26450 components: - type: Transform rot: 3.141592653589793 rad pos: 3.5,12.5 parent: 2 - - uid: 26464 + - uid: 26451 components: - type: Transform rot: -1.5707963267948966 rad pos: 63.5,18.5 parent: 2 - - uid: 26465 + - uid: 26452 components: - type: Transform rot: -1.5707963267948966 rad pos: 30.5,11.5 parent: 2 - - uid: 26466 + - uid: 26453 components: - type: Transform pos: 7.5,-24.5 parent: 2 - - uid: 26467 + - uid: 26454 components: - type: Transform pos: 9.5,-24.5 parent: 2 - - uid: 26468 + - uid: 26455 components: - type: Transform rot: 3.141592653589793 rad pos: 3.5,-24.5 parent: 2 - - uid: 26469 + - uid: 26456 components: - type: Transform pos: 1.5,-29.5 parent: 2 - - uid: 26470 + - uid: 26457 components: - type: Transform pos: 27.5,-14.5 parent: 2 - - uid: 26471 + - uid: 26458 components: - type: Transform rot: -1.5707963267948966 rad pos: -16.5,-57.5 parent: 2 - - uid: 26472 + - uid: 26459 components: - type: Transform rot: 3.141592653589793 rad pos: 21.5,-33.5 parent: 2 - - uid: 26473 + - uid: 26460 components: - type: Transform pos: 13.5,-24.5 parent: 2 - - uid: 26474 + - uid: 26461 components: - type: Transform pos: 37.5,-24.5 parent: 2 - - uid: 26475 + - uid: 26462 components: - type: Transform rot: -1.5707963267948966 rad pos: 36.5,12.5 parent: 2 - - uid: 26476 + - uid: 26463 components: - type: Transform pos: 3.5,19.5 parent: 2 - - uid: 26477 + - uid: 26464 components: - type: Transform pos: 3.5,21.5 parent: 2 - - uid: 26478 + - uid: 26465 components: - type: Transform pos: 13.5,19.5 parent: 2 - - uid: 26479 + - uid: 26466 components: - type: Transform pos: 13.5,20.5 parent: 2 - - uid: 26480 + - uid: 26467 components: - type: Transform pos: 13.5,21.5 parent: 2 - - uid: 26481 + - uid: 26468 components: - type: Transform pos: 20.5,-38.5 parent: 2 - - uid: 26482 + - uid: 26469 components: - type: Transform pos: 6.5,-24.5 parent: 2 - - uid: 26483 + - uid: 26470 components: - type: Transform pos: -13.5,-77.5 parent: 2 - - uid: 26484 + - uid: 26471 components: - type: Transform rot: -1.5707963267948966 rad pos: -27.5,-83.5 parent: 2 - - uid: 26485 + - uid: 26472 components: - type: Transform rot: -1.5707963267948966 rad pos: -24.5,-82.5 parent: 2 - - uid: 26486 + - uid: 26473 components: - type: Transform rot: -1.5707963267948966 rad pos: -27.5,-81.5 parent: 2 - - uid: 26487 + - uid: 26474 components: - type: Transform pos: 1.5,-32.5 parent: 2 - - uid: 26488 + - uid: 26475 components: - type: Transform rot: 1.5707963267948966 rad pos: 22.5,25.5 parent: 2 - - uid: 26489 + - uid: 26476 components: - type: Transform rot: -1.5707963267948966 rad pos: 33.5,11.5 parent: 2 - - uid: 26490 + - uid: 26477 components: - type: Transform rot: -1.5707963267948966 rad pos: 30.5,13.5 parent: 2 - - uid: 26491 + - uid: 26478 components: - type: Transform rot: 3.141592653589793 rad pos: 23.5,-55.5 parent: 2 - - uid: 26492 + - uid: 26479 components: - type: Transform rot: 3.141592653589793 rad pos: 23.5,-56.5 parent: 2 - - uid: 26493 + - uid: 26480 components: - type: Transform pos: 18.5,-64.5 parent: 2 - - uid: 26494 + - uid: 26481 components: - type: Transform pos: 15.5,-62.5 parent: 2 - - uid: 26495 + - uid: 26482 components: - type: Transform pos: 15.5,-61.5 parent: 2 - - uid: 26496 + - uid: 26483 components: - type: Transform pos: 17.5,-56.5 parent: 2 - - uid: 26497 + - uid: 26484 components: - type: Transform pos: 15.5,-60.5 parent: 2 - - uid: 26498 + - uid: 26485 components: - type: Transform pos: 15.5,-59.5 parent: 2 - - uid: 26499 + - uid: 26486 components: - type: Transform pos: 16.5,-59.5 parent: 2 - - uid: 26500 + - uid: 26487 components: - type: Transform pos: 16.5,-58.5 parent: 2 - - uid: 26501 + - uid: 26488 components: - type: Transform pos: 16.5,-57.5 parent: 2 - - uid: 26502 + - uid: 26489 components: - type: Transform pos: 16.5,-56.5 parent: 2 - - uid: 26503 + - uid: 26490 components: - type: Transform pos: 17.5,-67.5 parent: 2 - - uid: 26504 + - uid: 26491 components: - type: Transform rot: 3.141592653589793 rad pos: 22.5,24.5 parent: 2 - - uid: 26505 + - uid: 26492 components: - type: Transform rot: 3.141592653589793 rad pos: 27.5,-61.5 parent: 2 - - uid: 26506 + - uid: 26493 components: - type: Transform rot: 1.5707963267948966 rad pos: 32.5,-64.5 parent: 2 - - uid: 26507 + - uid: 26494 components: - type: Transform rot: 3.141592653589793 rad pos: 34.5,-14.5 parent: 2 - - uid: 26508 + - uid: 26495 components: - type: Transform pos: 40.5,-23.5 parent: 2 - - uid: 26509 + - uid: 26496 components: - type: Transform pos: 40.5,-24.5 parent: 2 - - uid: 26510 + - uid: 26497 components: - type: Transform pos: 49.5,-24.5 parent: 2 - - uid: 26511 + - uid: 26498 components: - type: Transform pos: 43.5,-26.5 parent: 2 - - uid: 26512 + - uid: 26499 components: - type: Transform pos: 17.5,-63.5 parent: 2 - - uid: 26513 + - uid: 26500 components: - type: Transform rot: 3.141592653589793 rad pos: 23.5,24.5 parent: 2 - - uid: 26514 + - uid: 26501 components: - type: Transform pos: -2.5,18.5 parent: 2 - - uid: 26515 + - uid: 26502 components: - type: Transform rot: -1.5707963267948966 rad pos: -16.5,-58.5 parent: 2 - - uid: 26516 + - uid: 26503 components: - type: Transform rot: -1.5707963267948966 rad pos: 30.5,10.5 parent: 2 - - uid: 26517 + - uid: 26504 components: - type: Transform pos: 39.5,17.5 parent: 2 - - uid: 26518 + - uid: 26505 components: - type: Transform pos: 37.5,17.5 parent: 2 - - uid: 26519 + - uid: 26506 components: - type: Transform rot: -1.5707963267948966 rad pos: 33.5,18.5 parent: 2 - - uid: 26520 + - uid: 26507 components: - type: Transform rot: -1.5707963267948966 rad pos: 63.5,15.5 parent: 2 - - uid: 26521 + - uid: 26508 components: - type: Transform rot: 1.5707963267948966 rad pos: 27.5,16.5 parent: 2 - - uid: 26522 + - uid: 26509 components: - type: Transform rot: -1.5707963267948966 rad pos: 36.5,3.5 parent: 2 - - uid: 26523 + - uid: 26510 components: - type: Transform rot: 1.5707963267948966 rad pos: 38.5,9.5 parent: 2 - - uid: 26524 + - uid: 26511 components: - type: Transform rot: -1.5707963267948966 rad pos: 36.5,6.5 parent: 2 - - uid: 26525 + - uid: 26512 components: - type: Transform rot: 1.5707963267948966 rad pos: 32.5,-33.5 parent: 2 - - uid: 26526 + - uid: 26513 components: - type: Transform pos: 25.5,-28.5 parent: 2 - - uid: 26527 + - uid: 26514 components: - type: Transform pos: 20.5,-26.5 parent: 2 - - uid: 26528 + - uid: 26515 components: - type: Transform pos: 17.5,-26.5 parent: 2 - - uid: 26529 + - uid: 26516 components: - type: Transform pos: 18.5,-26.5 parent: 2 - - uid: 26530 + - uid: 26517 components: - type: Transform rot: 3.141592653589793 rad pos: 34.5,-15.5 parent: 2 - - uid: 26531 + - uid: 26518 components: - type: Transform rot: 3.141592653589793 rad pos: 37.5,-20.5 parent: 2 - - uid: 26532 + - uid: 26519 components: - type: Transform rot: 3.141592653589793 rad pos: 37.5,-20.5 parent: 2 - - uid: 26533 + - uid: 26520 components: - type: Transform rot: 3.141592653589793 rad pos: 37.5,-23.5 parent: 2 - - uid: 26534 + - uid: 26521 components: - type: Transform rot: 3.141592653589793 rad pos: 40.5,3.5 parent: 2 - - uid: 26535 + - uid: 26522 components: - type: Transform rot: 3.141592653589793 rad pos: 43.5,4.5 parent: 2 - - uid: 26536 + - uid: 26523 components: - type: Transform rot: 3.141592653589793 rad pos: 43.5,12.5 parent: 2 - - uid: 26537 + - uid: 26524 components: - type: Transform pos: 44.5,16.5 parent: 2 - - uid: 26538 + - uid: 26525 components: - type: Transform pos: 43.5,13.5 parent: 2 - - uid: 26539 + - uid: 26526 components: - type: Transform pos: 45.5,16.5 parent: 2 - - uid: 26540 + - uid: 26527 components: - type: Transform pos: 46.5,16.5 parent: 2 - - uid: 26541 + - uid: 26528 components: - type: Transform pos: 46.5,13.5 parent: 2 - - uid: 26542 + - uid: 26529 components: - type: Transform pos: 45.5,13.5 parent: 2 - - uid: 26543 + - uid: 26530 components: - type: Transform rot: 3.141592653589793 rad pos: 21.5,-39.5 parent: 2 - - uid: 26544 + - uid: 26531 components: - type: Transform pos: 20.5,-37.5 parent: 2 - - uid: 26545 + - uid: 26532 components: - type: Transform pos: 30.5,-34.5 parent: 2 - - uid: 26546 + - uid: 26533 components: - type: Transform pos: 30.5,-35.5 parent: 2 - - uid: 26547 + - uid: 26534 components: - type: Transform pos: 30.5,-36.5 parent: 2 - - uid: 26548 + - uid: 26535 components: - type: Transform pos: 30.5,-37.5 parent: 2 - - uid: 26549 + - uid: 26536 components: - type: Transform pos: 30.5,-33.5 parent: 2 - - uid: 26550 + - uid: 26537 components: - type: Transform pos: 24.5,-33.5 parent: 2 - - uid: 26551 + - uid: 26538 components: - type: Transform pos: 21.5,-31.5 parent: 2 - - uid: 26552 + - uid: 26539 components: - type: Transform pos: 28.5,9.5 parent: 2 - - uid: 26553 + - uid: 26540 components: - type: Transform pos: 31.5,9.5 parent: 2 - - uid: 26554 + - uid: 26541 components: - type: Transform pos: 35.5,9.5 parent: 2 - - uid: 26555 + - uid: 26542 components: - type: Transform pos: 35.5,8.5 parent: 2 - - uid: 26556 + - uid: 26543 components: - type: Transform pos: 35.5,6.5 parent: 2 - - uid: 26557 + - uid: 26544 components: - type: Transform pos: 23.5,19.5 parent: 2 - - uid: 26558 + - uid: 26545 components: - type: Transform pos: 17.5,-38.5 parent: 2 - - uid: 26559 + - uid: 26546 components: - type: Transform pos: 33.5,-38.5 parent: 2 - - uid: 26560 + - uid: 26547 components: - type: Transform rot: 3.141592653589793 rad pos: 17.5,-37.5 parent: 2 - - uid: 26561 + - uid: 26548 components: - type: Transform pos: 31.5,22.5 parent: 2 - - uid: 26562 + - uid: 26549 components: - type: Transform pos: 31.5,23.5 parent: 2 - - uid: 26563 + - uid: 26550 components: - type: Transform pos: 31.5,24.5 parent: 2 - - uid: 26564 + - uid: 26551 components: - type: Transform pos: 33.5,26.5 parent: 2 - - uid: 26565 + - uid: 26552 components: - type: Transform pos: 33.5,28.5 parent: 2 - - uid: 26566 + - uid: 26553 components: - type: Transform rot: 3.141592653589793 rad pos: 25.5,27.5 parent: 2 - - uid: 26567 + - uid: 26554 components: - type: Transform pos: 33.5,30.5 parent: 2 - - uid: 26568 + - uid: 26555 components: - type: Transform pos: -2.5,-29.5 parent: 2 - - uid: 26569 + - uid: 26556 components: - type: Transform pos: -2.5,-44.5 parent: 2 - - uid: 26570 + - uid: 26557 components: - type: Transform pos: 19.5,24.5 parent: 2 - - uid: 26571 + - uid: 26558 components: - type: Transform pos: 19.5,18.5 parent: 2 - - uid: 26572 + - uid: 26559 components: - type: Transform rot: 3.141592653589793 rad pos: 12.5,-35.5 parent: 2 - - uid: 26573 + - uid: 26560 components: - type: Transform pos: 12.5,-30.5 parent: 2 - - uid: 26574 + - uid: 26561 components: - type: Transform pos: 0.5,-28.5 parent: 2 - - uid: 26575 + - uid: 26562 components: - type: Transform pos: -2.5,-28.5 parent: 2 - - uid: 26576 + - uid: 26563 components: - type: Transform pos: -0.5,-28.5 parent: 2 - - uid: 26577 + - uid: 26564 components: - type: Transform pos: -1.5,-28.5 parent: 2 - - uid: 26578 + - uid: 26565 components: - type: Transform pos: 1.5,-28.5 parent: 2 - - uid: 26579 + - uid: 26566 components: - type: Transform pos: 1.5,-34.5 parent: 2 - - uid: 26580 + - uid: 26567 components: - type: Transform rot: -1.5707963267948966 rad pos: 10.5,-18.5 parent: 2 - - uid: 26581 + - uid: 26568 components: - type: Transform rot: -1.5707963267948966 rad pos: 6.5,-18.5 parent: 2 - - uid: 26582 + - uid: 26569 components: - type: Transform pos: -2.5,19.5 parent: 2 - - uid: 26583 + - uid: 26570 components: - type: Transform pos: -2.5,17.5 parent: 2 - - uid: 26584 + - uid: 26571 components: - type: Transform rot: 3.141592653589793 rad pos: 30.5,-20.5 parent: 2 - - uid: 26585 + - uid: 26572 components: - type: Transform pos: -1.5,-40.5 parent: 2 - - uid: 26586 + - uid: 26573 components: - type: Transform pos: 0.5,-40.5 parent: 2 - - uid: 26587 + - uid: 26574 components: - type: Transform pos: -0.5,-40.5 parent: 2 - - uid: 26588 + - uid: 26575 components: - type: Transform rot: 1.5707963267948966 rad pos: 38.5,-18.5 parent: 2 - - uid: 26589 + - uid: 26576 components: - type: Transform rot: 1.5707963267948966 rad pos: 38.5,-16.5 parent: 2 - - uid: 26590 + - uid: 26577 components: - type: Transform rot: 1.5707963267948966 rad pos: 38.5,-19.5 parent: 2 - - uid: 26591 + - uid: 26578 components: - type: Transform rot: 1.5707963267948966 rad pos: 33.5,31.5 parent: 2 - - uid: 26592 + - uid: 26579 components: - type: Transform rot: 1.5707963267948966 rad pos: 33.5,33.5 parent: 2 - - uid: 26593 + - uid: 26580 components: - type: Transform rot: 1.5707963267948966 rad pos: 25.5,31.5 parent: 2 - - uid: 26594 + - uid: 26581 components: - type: Transform rot: 1.5707963267948966 rad pos: 25.5,32.5 parent: 2 - - uid: 26595 + - uid: 26582 components: - type: Transform rot: 1.5707963267948966 rad pos: 25.5,33.5 parent: 2 - - uid: 26596 + - uid: 26583 components: - type: Transform rot: 1.5707963267948966 rad pos: 26.5,33.5 parent: 2 - - uid: 26597 + - uid: 26584 components: - type: Transform rot: 3.141592653589793 rad pos: 28.5,33.5 parent: 2 - - uid: 26598 + - uid: 26585 components: - type: Transform rot: 1.5707963267948966 rad pos: 32.5,33.5 parent: 2 - - uid: 26599 + - uid: 26586 components: - type: Transform rot: -1.5707963267948966 rad pos: 33.5,13.5 parent: 2 - - uid: 26600 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,-53.5 - parent: 2 - - uid: 26601 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,-53.5 - parent: 2 - - uid: 26602 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,-53.5 - parent: 2 - - uid: 26603 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,-53.5 - parent: 2 - - uid: 26604 + - uid: 26587 components: - type: Transform pos: -21.5,-58.5 parent: 2 - - uid: 26605 + - uid: 26588 components: - type: Transform pos: 33.5,-26.5 parent: 2 - - uid: 26606 + - uid: 26589 components: - type: Transform pos: 27.5,-28.5 parent: 2 - - uid: 26607 + - uid: 26590 components: - type: Transform pos: -22.5,-49.5 parent: 2 - - uid: 26608 + - uid: 26591 components: - type: Transform rot: 1.5707963267948966 rad pos: 17.5,-33.5 parent: 2 - - uid: 26609 + - uid: 26592 components: - type: Transform rot: 3.141592653589793 rad pos: 33.5,-23.5 parent: 2 - - uid: 26610 + - uid: 26593 components: - type: Transform pos: 27.5,-29.5 parent: 2 - - uid: 26611 + - uid: 26594 components: - type: Transform rot: 3.141592653589793 rad pos: 30.5,-40.5 parent: 2 - - uid: 26612 + - uid: 26595 components: - type: Transform pos: 9.5,12.5 parent: 2 - - uid: 26613 + - uid: 26596 components: - type: Transform pos: 8.5,11.5 parent: 2 - - uid: 26614 + - uid: 26597 components: - type: Transform pos: 25.5,-33.5 parent: 2 - - uid: 26615 + - uid: 26598 components: - type: Transform pos: -17.5,-80.5 parent: 2 - - uid: 26616 + - uid: 26599 components: - type: Transform pos: -15.5,-80.5 parent: 2 - - uid: 26617 + - uid: 26600 components: - type: Transform pos: -14.5,-74.5 parent: 2 - - uid: 26618 + - uid: 26601 components: - type: Transform rot: -1.5707963267948966 rad pos: -31.5,-78.5 parent: 2 - - uid: 26619 + - uid: 26602 components: - type: Transform rot: -1.5707963267948966 rad pos: -25.5,-81.5 parent: 2 - - uid: 26620 + - uid: 26603 components: - type: Transform rot: -1.5707963267948966 rad pos: -26.5,-81.5 parent: 2 - - uid: 26621 + - uid: 26604 components: - type: Transform rot: -1.5707963267948966 rad pos: -19.5,-82.5 parent: 2 - - uid: 26622 + - uid: 26605 components: - type: Transform rot: -1.5707963267948966 rad pos: -29.5,-81.5 parent: 2 - - uid: 26623 + - uid: 26606 components: - type: Transform rot: -1.5707963267948966 rad pos: -30.5,-81.5 parent: 2 - - uid: 26624 + - uid: 26607 components: - type: Transform rot: -1.5707963267948966 rad pos: -31.5,-81.5 parent: 2 - - uid: 26625 + - uid: 26608 components: - type: Transform pos: -27.5,-86.5 parent: 2 - - uid: 26626 + - uid: 26609 components: - type: Transform rot: -1.5707963267948966 rad pos: -19.5,-83.5 parent: 2 - - uid: 26627 + - uid: 26610 components: - type: Transform rot: -1.5707963267948966 rad pos: 44.5,-66.5 parent: 2 - - uid: 26628 + - uid: 26611 components: - type: Transform pos: 57.5,-50.5 parent: 2 - - uid: 26629 + - uid: 26612 components: - type: Transform pos: -51.5,-52.5 parent: 2 - - uid: 26630 + - uid: 26613 components: - type: Transform rot: 1.5707963267948966 rad pos: -17.5,-58.5 parent: 2 - - uid: 26631 + - uid: 26614 components: - type: Transform rot: 3.141592653589793 rad pos: 21.5,-20.5 parent: 2 - - uid: 26632 + - uid: 26615 components: - type: Transform pos: 29.5,-26.5 parent: 2 - - uid: 26633 + - uid: 26616 components: - type: Transform rot: 3.141592653589793 rad pos: 33.5,-21.5 parent: 2 - - uid: 26634 + - uid: 26617 components: - type: Transform rot: 3.141592653589793 rad pos: 33.5,-27.5 parent: 2 - - uid: 26635 + - uid: 26618 components: - type: Transform rot: 3.141592653589793 rad pos: 13.5,-18.5 parent: 2 - - uid: 26636 + - uid: 26619 components: - type: Transform rot: 3.141592653589793 rad pos: 41.5,17.5 parent: 2 - - uid: 26637 + - uid: 26620 components: - type: Transform rot: 3.141592653589793 rad pos: 43.5,17.5 parent: 2 - - uid: 26638 + - uid: 26621 components: - type: Transform rot: -1.5707963267948966 rad pos: 27.5,12.5 parent: 2 - - uid: 26639 + - uid: 26622 components: - type: Transform rot: -1.5707963267948966 rad pos: 27.5,13.5 parent: 2 - - uid: 26640 + - uid: 26623 components: - type: Transform rot: -1.5707963267948966 rad pos: 27.5,11.5 parent: 2 - - uid: 26641 + - uid: 26624 components: - type: Transform pos: 14.5,15.5 parent: 2 - - uid: 26642 + - uid: 26625 components: - type: Transform pos: 9.5,15.5 parent: 2 - - uid: 26643 + - uid: 26626 components: - type: Transform pos: 9.5,-71.5 parent: 2 - - uid: 26644 + - uid: 26627 components: - type: Transform pos: 5.5,-78.5 parent: 2 - - uid: 26645 + - uid: 26628 components: - type: Transform rot: 3.141592653589793 rad pos: 30.5,-39.5 parent: 2 - - uid: 26646 + - uid: 26629 components: - type: Transform pos: 28.5,-9.5 parent: 2 - - uid: 26647 + - uid: 26630 components: - type: Transform pos: 31.5,20.5 parent: 2 - - uid: 26648 + - uid: 26631 components: - type: Transform rot: -1.5707963267948966 rad pos: 30.5,12.5 parent: 2 - - uid: 26649 + - uid: 26632 components: - type: Transform rot: -1.5707963267948966 rad pos: 9.5,11.5 parent: 2 - - uid: 26650 + - uid: 26633 components: - type: Transform rot: 3.141592653589793 rad pos: 6.5,11.5 parent: 2 - - uid: 26651 + - uid: 26634 components: - type: Transform rot: 1.5707963267948966 rad pos: 3.5,14.5 parent: 2 - - uid: 26652 + - uid: 26635 components: - type: Transform pos: -1.5,15.5 parent: 2 - - uid: 26653 + - uid: 26636 components: - type: Transform pos: 9.5,-2.5 parent: 2 - - uid: 26654 + - uid: 26637 components: - type: Transform rot: 1.5707963267948966 rad pos: 18.5,-33.5 parent: 2 - - uid: 26655 + - uid: 26638 components: - type: Transform rot: 1.5707963267948966 rad pos: 15.5,15.5 parent: 2 - - uid: 26656 + - uid: 26639 components: - type: Transform rot: -1.5707963267948966 rad pos: 63.5,17.5 parent: 2 - - uid: 26657 + - uid: 26640 components: - type: Transform rot: -1.5707963267948966 rad pos: -2.5,-84.5 parent: 2 - - uid: 26658 + - uid: 26641 components: - type: Transform pos: 16.5,-63.5 parent: 2 - - uid: 26659 + - uid: 26642 components: - type: Transform pos: 17.5,-68.5 parent: 2 - - uid: 26660 + - uid: 26643 components: - type: Transform pos: -23.5,0.5 parent: 2 - - uid: 26661 + - uid: 26644 components: - type: Transform pos: 25.5,-29.5 parent: 2 - - uid: 26662 + - uid: 26645 components: - type: Transform pos: -23.5,-2.5 parent: 2 - - uid: 26663 + - uid: 26646 components: - type: Transform rot: 3.141592653589793 rad pos: 33.5,-20.5 parent: 2 - - uid: 26664 + - uid: 26647 components: - type: Transform pos: -23.5,3.5 parent: 2 - - uid: 26665 + - uid: 26648 components: - type: Transform pos: -23.5,4.5 parent: 2 - - uid: 26666 + - uid: 26649 components: - type: Transform pos: -21.5,5.5 parent: 2 - - uid: 26667 + - uid: 26650 components: - type: Transform pos: 49.5,-26.5 parent: 2 - - uid: 26668 + - uid: 26651 components: - type: Transform pos: 47.5,-20.5 parent: 2 - - uid: 26669 + - uid: 26652 components: - type: Transform pos: 44.5,-20.5 parent: 2 - - uid: 26670 + - uid: 26653 components: - type: Transform pos: 43.5,-22.5 parent: 2 - - uid: 26671 + - uid: 26654 components: - type: Transform pos: 43.5,-25.5 parent: 2 - - uid: 26672 + - uid: 26655 components: - type: Transform pos: 43.5,-23.5 parent: 2 - - uid: 26673 + - uid: 26656 components: - type: Transform pos: 43.5,-28.5 parent: 2 - - uid: 26674 + - uid: 26657 components: - type: Transform pos: 40.5,-28.5 parent: 2 - - uid: 26675 + - uid: 26658 components: - type: Transform pos: 26.5,26.5 parent: 2 - - uid: 26676 + - uid: 26659 components: - type: Transform pos: 25.5,26.5 parent: 2 - - uid: 26677 + - uid: 26660 components: - type: Transform pos: 25.5,28.5 parent: 2 - - uid: 26678 + - uid: 26661 components: - type: Transform rot: 3.141592653589793 rad pos: 33.5,29.5 parent: 2 - - uid: 26679 + - uid: 26662 components: - type: Transform pos: 25.5,30.5 parent: 2 - - uid: 26680 + - uid: 26663 components: - type: Transform pos: 32.5,26.5 parent: 2 - - uid: 26681 + - uid: 26664 components: - type: Transform rot: -1.5707963267948966 rad pos: 13.5,23.5 parent: 2 - - uid: 26682 + - uid: 26665 components: - type: Transform rot: -1.5707963267948966 rad pos: 8.5,23.5 parent: 2 - - uid: 26683 + - uid: 26666 components: - type: Transform pos: -2.5,-39.5 parent: 2 - - uid: 26684 + - uid: 26667 components: - type: Transform rot: -1.5707963267948966 rad pos: -1.5,-39.5 parent: 2 - - uid: 26685 + - uid: 26668 components: - type: Transform rot: -1.5707963267948966 rad pos: 12.5,-24.5 parent: 2 - - uid: 26686 + - uid: 26669 components: - type: Transform pos: 11.5,-24.5 parent: 2 - - uid: 26687 + - uid: 26670 components: - type: Transform pos: 10.5,-24.5 parent: 2 - - uid: 26688 + - uid: 26671 components: - type: Transform rot: -1.5707963267948966 rad pos: 4.5,-24.5 parent: 2 - - uid: 26689 + - uid: 26672 components: - type: Transform rot: -1.5707963267948966 rad pos: 5.5,-18.5 parent: 2 - - uid: 26690 + - uid: 26673 components: - type: Transform pos: -2.5,21.5 parent: 2 - - uid: 26691 + - uid: 26674 components: - type: Transform pos: -0.5,22.5 parent: 2 - - uid: 26692 + - uid: 26675 components: - type: Transform pos: 0.5,22.5 parent: 2 - - uid: 26693 + - uid: 26676 components: - type: Transform pos: -2.5,22.5 parent: 2 - - uid: 26694 + - uid: 26677 components: - type: Transform pos: -2.5,20.5 parent: 2 - - uid: 26695 + - uid: 26678 components: - type: Transform pos: 6.5,-40.5 parent: 2 - - uid: 26696 + - uid: 26679 components: - type: Transform pos: 5.5,-39.5 parent: 2 - - uid: 26697 + - uid: 26680 components: - type: Transform pos: 8.5,18.5 parent: 2 - - uid: 26698 + - uid: 26681 components: - type: Transform rot: 3.141592653589793 rad pos: 27.5,23.5 parent: 2 - - uid: 26699 + - uid: 26682 components: - type: Transform pos: -15.5,4.5 parent: 2 - - uid: 26700 + - uid: 26683 components: - type: Transform pos: -15.5,3.5 parent: 2 - - uid: 26701 + - uid: 26684 components: - type: Transform pos: 9.5,18.5 parent: 2 - - uid: 26702 + - uid: 26685 components: - type: Transform pos: -18.5,-85.5 parent: 2 - - uid: 26703 + - uid: 26686 components: - type: Transform rot: 3.141592653589793 rad pos: 3.5,11.5 parent: 2 - - uid: 26704 + - uid: 26687 components: - type: Transform rot: -1.5707963267948966 rad pos: 37.5,42.5 parent: 2 - - uid: 26705 + - uid: 26688 components: - type: Transform rot: 3.141592653589793 rad pos: 62.5,42.5 parent: 2 - - uid: 26706 + - uid: 26689 components: - type: Transform rot: -1.5707963267948966 rad pos: 32.5,43.5 parent: 2 - - uid: 26707 + - uid: 26690 components: - type: Transform rot: 3.141592653589793 rad pos: 18.5,-19.5 parent: 2 - - uid: 26708 + - uid: 26691 components: - type: Transform rot: -1.5707963267948966 rad pos: 42.5,49.5 parent: 2 - - uid: 26709 + - uid: 26692 components: - type: Transform rot: -1.5707963267948966 rad pos: 34.5,43.5 parent: 2 - - uid: 26710 + - uid: 26693 components: - type: Transform pos: -23.5,-0.5 parent: 2 - - uid: 26711 + - uid: 26694 components: - type: Transform rot: -1.5707963267948966 rad pos: 63.5,16.5 parent: 2 - - uid: 26712 + - uid: 26695 components: - type: Transform pos: -20.5,5.5 parent: 2 - - uid: 26713 + - uid: 26696 components: - type: Transform rot: 3.141592653589793 rad pos: 13.5,18.5 parent: 2 - - uid: 26714 + - uid: 26697 components: - type: Transform rot: -1.5707963267948966 rad pos: 64.5,14.5 parent: 2 - - uid: 26715 + - uid: 26698 components: - type: Transform rot: -1.5707963267948966 rad pos: -0.5,-80.5 parent: 2 - - uid: 26716 + - uid: 26699 components: - type: Transform rot: -1.5707963267948966 rad pos: 0.5,-78.5 parent: 2 - - uid: 26717 + - uid: 26700 components: - type: Transform rot: 3.141592653589793 rad pos: -17.5,5.5 parent: 2 - - uid: 26718 + - uid: 26701 components: - type: Transform rot: 3.141592653589793 rad pos: 19.5,-19.5 parent: 2 - - uid: 26719 + - uid: 26702 components: - type: Transform pos: 40.5,52.5 parent: 2 - - uid: 26720 + - uid: 26703 components: - type: Transform pos: -29.5,44.5 parent: 2 - - uid: 26721 + - uid: 26704 components: - type: Transform pos: 40.5,17.5 parent: 2 - - uid: 26722 + - uid: 26705 components: - type: Transform pos: -15.5,-74.5 parent: 2 - - uid: 26723 + - uid: 26706 components: - type: Transform rot: 3.141592653589793 rad pos: 30.5,-15.5 parent: 2 - - uid: 26724 + - uid: 26707 components: - type: Transform rot: -1.5707963267948966 rad pos: 27.5,10.5 parent: 2 - - uid: 26725 + - uid: 26708 components: - type: Transform pos: -15.5,1.5 parent: 2 - - uid: 26726 + - uid: 26709 components: - type: Transform pos: -15.5,0.5 parent: 2 - - uid: 26727 + - uid: 26710 components: - type: Transform pos: 38.5,52.5 parent: 2 - - uid: 26728 + - uid: 26711 components: - type: Transform rot: 3.141592653589793 rad pos: 34.5,-13.5 parent: 2 - - uid: 26729 + - uid: 26712 components: - type: Transform pos: 43.5,-20.5 parent: 2 - - uid: 26730 + - uid: 26713 components: - type: Transform rot: 1.5707963267948966 rad pos: 32.5,-63.5 parent: 2 - - uid: 26731 + - uid: 26714 components: - type: Transform pos: 0.5,-39.5 parent: 2 - - uid: 26732 + - uid: 26715 components: - type: Transform pos: 4.5,-39.5 parent: 2 - - uid: 26733 + - uid: 26716 components: - type: Transform pos: 2.5,15.5 parent: 2 - - uid: 26734 + - uid: 26717 components: - type: Transform rot: -1.5707963267948966 rad pos: 25.5,-31.5 parent: 2 - - uid: 26735 + - uid: 26718 components: - type: Transform rot: -1.5707963267948966 rad pos: 14.5,-68.5 parent: 2 - - uid: 26736 + - uid: 26719 components: - type: Transform pos: 7.5,11.5 parent: 2 - - uid: 26737 + - uid: 26720 components: - type: Transform pos: 10.5,15.5 parent: 2 - - uid: 26738 + - uid: 26721 components: - type: Transform rot: -1.5707963267948966 rad pos: 36.5,42.5 parent: 2 - - uid: 26739 + - uid: 26722 components: - type: Transform rot: -1.5707963267948966 rad pos: -0.5,-81.5 parent: 2 - - uid: 26740 + - uid: 26723 components: - type: Transform rot: -1.5707963267948966 rad pos: 37.5,9.5 parent: 2 - - uid: 26741 + - uid: 26724 components: - type: Transform rot: -1.5707963267948966 rad pos: -26.5,-83.5 parent: 2 - - uid: 26742 + - uid: 26725 components: - type: Transform rot: -1.5707963267948966 rad pos: -24.5,-83.5 parent: 2 - - uid: 26743 + - uid: 26726 components: - type: Transform pos: -22.5,5.5 parent: 2 - - uid: 26744 + - uid: 26727 components: - type: Transform rot: -1.5707963267948966 rad pos: 27.5,14.5 parent: 2 - - uid: 26745 + - uid: 26728 components: - type: Transform pos: -29.5,43.5 parent: 2 - - uid: 26746 + - uid: 26729 components: - type: Transform rot: 3.141592653589793 rad pos: 33.5,-22.5 parent: 2 - - uid: 26747 + - uid: 26730 components: - type: Transform rot: 3.141592653589793 rad pos: 20.5,24.5 parent: 2 - - uid: 26748 + - uid: 26731 components: - type: Transform rot: 1.5707963267948966 rad pos: 7.5,-18.5 parent: 2 - - uid: 26749 + - uid: 26732 components: - type: Transform pos: 7.5,27.5 parent: 2 - - uid: 26750 + - uid: 26733 components: - type: Transform rot: -1.5707963267948966 rad pos: 27.5,15.5 parent: 2 - - uid: 26751 + - uid: 26734 components: - type: Transform pos: -15.5,3.5 parent: 2 - - uid: 26752 + - uid: 26735 components: - type: Transform rot: -1.5707963267948966 rad pos: -31.5,-76.5 parent: 2 - - uid: 26753 + - uid: 26736 components: - type: Transform pos: -18.5,-80.5 parent: 2 - - uid: 26754 + - uid: 26737 components: - type: Transform rot: -1.5707963267948966 rad pos: 12.5,-68.5 parent: 2 - - uid: 26755 + - uid: 26738 components: - type: Transform rot: -1.5707963267948966 rad pos: 14.5,18.5 parent: 2 - - uid: 26756 + - uid: 26739 components: - type: Transform pos: 27.5,25.5 parent: 2 - - uid: 26757 + - uid: 26740 components: - type: Transform pos: 10.5,24.5 parent: 2 - - uid: 26758 + - uid: 26741 components: - type: Transform pos: 9.5,24.5 parent: 2 - - uid: 26759 + - uid: 26742 components: - type: Transform pos: -13.5,-74.5 parent: 2 - - uid: 26760 + - uid: 26743 components: - type: Transform pos: -13.5,-79.5 parent: 2 - - uid: 26761 + - uid: 26744 components: - type: Transform pos: -19.5,-80.5 parent: 2 - - uid: 26762 + - uid: 26745 components: - type: Transform pos: -13.5,-76.5 parent: 2 - - uid: 26763 + - uid: 26746 components: - type: Transform pos: 9.5,20.5 parent: 2 - - uid: 26764 + - uid: 26747 components: - type: Transform rot: -1.5707963267948966 rad pos: 13.5,-68.5 parent: 2 - - uid: 26765 + - uid: 26748 components: - type: Transform pos: -18.5,-50.5 parent: 2 - - uid: 26766 + - uid: 26749 components: - type: Transform rot: -1.5707963267948966 rad pos: -16.5,-53.5 parent: 2 - - uid: 26767 + - uid: 26750 components: - type: Transform rot: 3.141592653589793 rad pos: 33.5,-37.5 parent: 2 - - uid: 26768 + - uid: 26751 components: - type: Transform rot: 3.141592653589793 rad pos: 34.5,-11.5 parent: 2 - - uid: 26769 + - uid: 26752 components: - type: Transform rot: 3.141592653589793 rad pos: 34.5,-12.5 parent: 2 - - uid: 26770 + - uid: 26753 components: - type: Transform pos: -16.5,-54.5 parent: 2 - - uid: 26771 + - uid: 26754 components: - type: Transform rot: 3.141592653589793 rad pos: 34.5,-9.5 parent: 2 - - uid: 26772 + - uid: 26755 components: - type: Transform rot: 3.141592653589793 rad pos: 33.5,-9.5 parent: 2 - - uid: 26773 + - uid: 26756 components: - type: Transform rot: -1.5707963267948966 rad pos: -16.5,-55.5 parent: 2 - - uid: 26774 + - uid: 26757 components: - type: Transform pos: 19.5,-56.5 parent: 2 - - uid: 26775 + - uid: 26758 components: - type: Transform pos: -21.5,-56.5 parent: 2 - - uid: 26776 + - uid: 26759 components: - type: Transform pos: 33.5,48.5 parent: 2 - - uid: 26777 + - uid: 26760 components: - type: Transform pos: 31.5,-26.5 parent: 2 - - uid: 26778 + - uid: 26761 components: - type: Transform pos: 11.5,15.5 parent: 2 - - uid: 26779 + - uid: 26762 components: - type: Transform rot: 3.141592653589793 rad pos: 17.5,-19.5 parent: 2 - - uid: 26780 + - uid: 26763 components: - type: Transform pos: -2.5,-38.5 parent: 2 - - uid: 26781 + - uid: 26764 components: - type: Transform rot: -1.5707963267948966 rad pos: 63.5,14.5 parent: 2 - - uid: 26782 + - uid: 26765 components: - type: Transform rot: 3.141592653589793 rad pos: 27.5,33.5 parent: 2 - - uid: 26783 + - uid: 26766 components: - type: Transform pos: 35.5,51.5 parent: 2 - - uid: 26784 + - uid: 26767 components: - type: Transform pos: 5.5,-79.5 parent: 2 - - uid: 26785 + - uid: 26768 components: - type: Transform pos: 33.5,-30.5 parent: 2 - - uid: 26786 + - uid: 26769 components: - type: Transform pos: 28.5,-12.5 parent: 2 - - uid: 26787 + - uid: 26770 components: - type: Transform rot: 3.141592653589793 rad pos: 17.5,-20.5 parent: 2 - - uid: 26788 + - uid: 26771 components: - type: Transform pos: 37.5,52.5 parent: 2 - - uid: 26789 + - uid: 26772 components: - type: Transform pos: 29.5,-15.5 parent: 2 - - uid: 26790 + - uid: 26773 components: - type: Transform rot: 3.141592653589793 rad pos: 32.5,-19.5 parent: 2 - - uid: 26791 + - uid: 26774 components: - type: Transform rot: 3.141592653589793 rad pos: -18.5,-3.5 parent: 2 - - uid: 26792 + - uid: 26775 components: - type: Transform rot: 3.141592653589793 rad pos: 19.5,-55.5 parent: 2 - - uid: 26793 + - uid: 26776 components: - type: Transform rot: -1.5707963267948966 rad pos: 35.5,42.5 parent: 2 - - uid: 26794 + - uid: 26777 components: - type: Transform rot: 3.141592653589793 rad pos: -18.5,5.5 parent: 2 - - uid: 26795 + - uid: 26778 components: - type: Transform pos: 35.5,5.5 parent: 2 - - uid: 26796 + - uid: 26779 components: - type: Transform pos: 35.5,3.5 parent: 2 - - uid: 26797 + - uid: 26780 components: - type: Transform pos: 33.5,9.5 parent: 2 - - uid: 26798 + - uid: 26781 components: - type: Transform pos: 27.5,9.5 parent: 2 - - uid: 26799 + - uid: 26782 components: - type: Transform rot: 3.141592653589793 rad pos: 29.5,-40.5 parent: 2 - - uid: 26800 + - uid: 26783 components: - type: Transform pos: 30.5,-38.5 parent: 2 - - uid: 26801 + - uid: 26784 components: - type: Transform rot: 3.141592653589793 rad pos: 25.5,-61.5 parent: 2 - - uid: 26802 + - uid: 26785 components: - type: Transform rot: -1.5707963267948966 rad pos: 7.5,23.5 parent: 2 - - uid: 26803 + - uid: 26786 components: - type: Transform rot: -1.5707963267948966 rad pos: 6.5,23.5 parent: 2 - - uid: 26804 + - uid: 26787 components: - type: Transform pos: 9.5,22.5 parent: 2 - - uid: 26805 + - uid: 26788 components: - type: Transform pos: 9.5,21.5 parent: 2 - - uid: 26806 + - uid: 26789 components: - type: Transform rot: 3.141592653589793 rad pos: 36.5,13.5 parent: 2 - - uid: 26807 + - uid: 26790 components: - type: Transform pos: 3.5,20.5 parent: 2 - - uid: 26808 + - uid: 26791 components: - type: Transform pos: 8.5,-24.5 parent: 2 - - uid: 26809 + - uid: 26792 components: - type: Transform pos: 12.5,-31.5 parent: 2 - - uid: 26810 + - uid: 26793 components: - type: Transform pos: 1.5,-33.5 parent: 2 - - uid: 26811 + - uid: 26794 components: - type: Transform pos: -18.5,-87.5 parent: 2 - - uid: 26812 + - uid: 26795 components: - type: Transform pos: 28.5,-11.5 parent: 2 - - uid: 26813 + - uid: 26796 components: - type: Transform pos: 13.5,-22.5 parent: 2 - - uid: 26814 + - uid: 26797 components: - type: Transform pos: 12.5,-18.5 parent: 2 - - uid: 26815 + - uid: 26798 components: - type: Transform pos: 5.5,-82.5 parent: 2 - - uid: 26816 + - uid: 26799 components: - type: Transform pos: 12.5,-69.5 parent: 2 - - uid: 26817 + - uid: 26800 components: - type: Transform rot: 3.141592653589793 rad pos: 26.5,-33.5 parent: 2 - - uid: 26818 + - uid: 26801 components: - type: Transform pos: 27.5,-27.5 parent: 2 - - uid: 26819 + - uid: 26802 components: - type: Transform pos: -6.5,-44.5 parent: 2 - - uid: 26820 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,-53.5 - parent: 2 - - uid: 26821 + - uid: 26803 components: - type: Transform pos: -2.5,-37.5 parent: 2 - - uid: 26822 + - uid: 26804 components: - type: Transform pos: 27.5,-13.5 parent: 2 - - uid: 26823 + - uid: 26805 components: - type: Transform rot: 1.5707963267948966 rad pos: 12.5,15.5 parent: 2 - - uid: 26824 + - uid: 26806 components: - type: Transform rot: 3.141592653589793 rad pos: 31.5,-9.5 parent: 2 - - uid: 26825 + - uid: 26807 components: - type: Transform pos: 28.5,-15.5 parent: 2 - - uid: 26826 + - uid: 26808 components: - type: Transform pos: 42.5,52.5 parent: 2 - - uid: 26827 + - uid: 26809 components: - type: Transform rot: 3.141592653589793 rad pos: 20.5,-19.5 parent: 2 - - uid: 26828 + - uid: 26810 components: - type: Transform pos: -18.5,-84.5 parent: 2 - - uid: 26829 + - uid: 26811 components: - type: Transform pos: -20.5,-1.5 parent: 2 - - uid: 26830 + - uid: 26812 components: - type: Transform rot: -1.5707963267948966 rad pos: 0.5,-76.5 parent: 2 - - uid: 26831 + - uid: 26813 components: - type: Transform rot: 1.5707963267948966 rad pos: 3.5,13.5 parent: 2 - - uid: 26832 + - uid: 26814 components: - type: Transform pos: 18.5,18.5 parent: 2 - - uid: 26833 + - uid: 26815 components: - type: Transform rot: -1.5707963267948966 rad pos: -0.5,-83.5 parent: 2 - - uid: 26834 + - uid: 26816 components: - type: Transform rot: -1.5707963267948966 rad pos: 0.5,-80.5 parent: 2 - - uid: 26835 + - uid: 26817 components: - type: Transform pos: 15.5,-63.5 parent: 2 - - uid: 26836 + - uid: 26818 components: - type: Transform pos: 17.5,-64.5 parent: 2 - - uid: 26837 + - uid: 26819 components: - type: Transform pos: 49.5,-21.5 parent: 2 - - uid: 26838 + - uid: 26820 components: - type: Transform pos: 45.5,-20.5 parent: 2 - - uid: 26839 + - uid: 26821 components: - type: Transform pos: 46.5,-20.5 parent: 2 - - uid: 26840 + - uid: 26822 components: - type: Transform pos: 43.5,-29.5 parent: 2 - - uid: 26841 + - uid: 26823 components: - type: Transform pos: 43.5,-30.5 parent: 2 - - uid: 26842 + - uid: 26824 components: - type: Transform pos: 43.5,-31.5 parent: 2 - - uid: 26843 + - uid: 26825 components: - type: Transform pos: 44.5,-31.5 parent: 2 - - uid: 26844 + - uid: 26826 components: - type: Transform pos: 49.5,-31.5 parent: 2 - - uid: 26845 + - uid: 26827 components: - type: Transform pos: 49.5,-30.5 parent: 2 - - uid: 26846 + - uid: 26828 components: - type: Transform pos: 49.5,-29.5 parent: 2 - - uid: 26847 + - uid: 26829 components: - type: Transform pos: 49.5,-28.5 parent: 2 - - uid: 26848 + - uid: 26830 components: - type: Transform pos: 48.5,-20.5 parent: 2 - - uid: 26849 + - uid: 26831 components: - type: Transform pos: 48.5,-31.5 parent: 2 - - uid: 26850 + - uid: 26832 components: - type: Transform pos: 47.5,-31.5 parent: 2 - - uid: 26851 + - uid: 26833 components: - type: Transform pos: 46.5,-31.5 parent: 2 - - uid: 26852 + - uid: 26834 components: - type: Transform pos: 45.5,-31.5 parent: 2 - - uid: 26853 + - uid: 26835 components: - type: Transform pos: 49.5,-27.5 parent: 2 - - uid: 26854 + - uid: 26836 components: - type: Transform pos: 49.5,-20.5 parent: 2 - - uid: 26855 + - uid: 26837 components: - type: Transform pos: 43.5,-21.5 parent: 2 - - uid: 26856 + - uid: 26838 components: - type: Transform pos: 49.5,-22.5 parent: 2 - - uid: 26857 + - uid: 26839 components: - type: Transform pos: 48.5,-26.5 parent: 2 - - uid: 26858 + - uid: 26840 components: - type: Transform pos: 47.5,-26.5 parent: 2 - - uid: 26859 + - uid: 26841 components: - type: Transform rot: -1.5707963267948966 rad pos: 46.5,-25.5 parent: 2 - - uid: 26860 + - uid: 26842 components: - type: Transform rot: -1.5707963267948966 rad pos: 45.5,-25.5 parent: 2 - - uid: 26861 + - uid: 26843 components: - type: Transform rot: -1.5707963267948966 rad pos: 46.5,-26.5 parent: 2 - - uid: 26862 + - uid: 26844 components: - type: Transform rot: 3.141592653589793 rad pos: 47.5,3.5 parent: 2 - - uid: 26863 + - uid: 26845 components: - type: Transform pos: -27.5,-87.5 parent: 2 - - uid: 26864 + - uid: 26846 components: - type: Transform pos: 7.5,-37.5 parent: 2 - - uid: 26865 + - uid: 26847 components: - type: Transform rot: 1.5707963267948966 rad pos: 15.5,28.5 parent: 2 - - uid: 26866 + - uid: 26848 components: - type: Transform pos: 5.5,30.5 parent: 2 - - uid: 26867 + - uid: 26849 components: - type: Transform pos: 18.5,24.5 parent: 2 - - uid: 26868 + - uid: 26850 components: - type: Transform pos: 17.5,24.5 parent: 2 - - uid: 26869 + - uid: 26851 components: - type: Transform pos: 16.5,24.5 parent: 2 - - uid: 26870 + - uid: 26852 components: - type: Transform pos: 15.5,24.5 parent: 2 - - uid: 26871 + - uid: 26853 components: - type: Transform pos: 13.5,24.5 parent: 2 - - uid: 26872 + - uid: 26854 components: - type: Transform rot: 1.5707963267948966 rad pos: 15.5,29.5 parent: 2 - - uid: 26873 + - uid: 26855 components: - type: Transform pos: 44.5,-32.5 parent: 2 - - uid: 26874 + - uid: 26856 components: - type: Transform pos: 49.5,44.5 parent: 2 - - uid: 26875 + - uid: 26857 components: - type: Transform pos: 19.5,30.5 parent: 2 - - uid: 26876 + - uid: 26858 components: - type: Transform pos: 19.5,29.5 parent: 2 - - uid: 26877 + - uid: 26859 components: - type: Transform pos: 19.5,28.5 parent: 2 - - uid: 26878 + - uid: 26860 components: - type: Transform pos: 19.5,27.5 parent: 2 - - uid: 26879 + - uid: 26861 components: - type: Transform rot: 1.5707963267948966 rad pos: 20.5,26.5 parent: 2 - - uid: 26880 + - uid: 26862 components: - type: Transform rot: 1.5707963267948966 rad pos: 19.5,26.5 parent: 2 - - uid: 26881 + - uid: 26863 components: - type: Transform rot: 1.5707963267948966 rad pos: 21.5,26.5 parent: 2 - - uid: 26882 + - uid: 26864 components: - type: Transform rot: 1.5707963267948966 rad pos: 22.5,26.5 parent: 2 - - uid: 26883 + - uid: 26865 components: - type: Transform pos: 3.5,31.5 parent: 2 - - uid: 26884 + - uid: 26866 components: - type: Transform pos: 4.5,30.5 parent: 2 - - uid: 26885 + - uid: 26867 components: - type: Transform pos: 3.5,33.5 parent: 2 - - uid: 26886 + - uid: 26868 components: - type: Transform pos: 11.5,29.5 parent: 2 - - uid: 26887 + - uid: 26869 components: - type: Transform pos: 11.5,35.5 parent: 2 - - uid: 26888 + - uid: 26870 components: - type: Transform pos: 4.5,31.5 parent: 2 - - uid: 26889 + - uid: 26871 components: - type: Transform pos: 11.5,33.5 parent: 2 - - uid: 26890 + - uid: 26872 components: - type: Transform pos: 6.5,35.5 parent: 2 - - uid: 26891 + - uid: 26873 components: - type: Transform pos: 66.5,4.5 parent: 2 - - uid: 26892 + - uid: 26874 components: - type: Transform pos: 66.5,5.5 parent: 2 - - uid: 26893 + - uid: 26875 components: - type: Transform pos: 66.5,3.5 parent: 2 - - uid: 26894 + - uid: 26876 components: - type: Transform pos: 66.5,2.5 parent: 2 - - uid: 26895 + - uid: 26877 components: - type: Transform pos: 66.5,1.5 parent: 2 - - uid: 26896 + - uid: 26878 components: - type: Transform rot: 1.5707963267948966 rad pos: 14.5,26.5 parent: 2 - - uid: 26897 + - uid: 26879 components: - type: Transform rot: 1.5707963267948966 rad pos: 15.5,26.5 parent: 2 - - uid: 26898 + - uid: 26880 components: - type: Transform rot: 1.5707963267948966 rad pos: 15.5,27.5 parent: 2 - - uid: 26899 + - uid: 26881 components: - type: Transform rot: 1.5707963267948966 rad pos: 13.5,26.5 parent: 2 - - uid: 26900 + - uid: 26882 components: - type: Transform pos: 11.5,26.5 parent: 2 - - uid: 26901 + - uid: 26883 components: - type: Transform pos: 12.5,24.5 parent: 2 - - uid: 26902 + - uid: 26884 components: - type: Transform pos: 11.5,24.5 parent: 2 - - uid: 26903 + - uid: 26885 components: - type: Transform rot: 1.5707963267948966 rad pos: 7.5,25.5 parent: 2 - - uid: 26904 + - uid: 26886 components: - type: Transform rot: 1.5707963267948966 rad pos: 5.5,25.5 parent: 2 - - uid: 26905 + - uid: 26887 components: - type: Transform rot: 1.5707963267948966 rad pos: 3.5,25.5 parent: 2 - - uid: 26906 + - uid: 26888 components: - type: Transform rot: 1.5707963267948966 rad pos: 18.5,30.5 parent: 2 - - uid: 26907 + - uid: 26889 components: - type: Transform rot: 1.5707963267948966 rad pos: 15.5,30.5 parent: 2 - - uid: 26908 + - uid: 26890 components: - type: Transform rot: 1.5707963267948966 rad pos: 14.5,30.5 parent: 2 - - uid: 26909 + - uid: 26891 components: - type: Transform rot: 1.5707963267948966 rad pos: 14.5,31.5 parent: 2 - - uid: 26910 + - uid: 26892 components: - type: Transform rot: 1.5707963267948966 rad pos: 13.5,31.5 parent: 2 - - uid: 26911 + - uid: 26893 components: - type: Transform pos: 49.5,50.5 parent: 2 - - uid: 26912 + - uid: 26894 components: - type: Transform rot: 1.5707963267948966 rad pos: 14.5,33.5 parent: 2 - - uid: 26913 + - uid: 26895 components: - type: Transform rot: 1.5707963267948966 rad pos: 13.5,33.5 parent: 2 - - uid: 26914 + - uid: 26896 components: - type: Transform pos: -1.5,26.5 parent: 2 - - uid: 26915 + - uid: 26897 components: - type: Transform pos: 59.5,41.5 parent: 2 - - uid: 26916 + - uid: 26898 components: - type: Transform rot: 1.5707963267948966 rad pos: 14.5,34.5 parent: 2 - - uid: 26917 + - uid: 26899 components: - type: Transform rot: 1.5707963267948966 rad pos: 18.5,31.5 parent: 2 - - uid: 26918 + - uid: 26900 components: - type: Transform pos: 11.5,34.5 parent: 2 - - uid: 26919 + - uid: 26901 components: - type: Transform pos: 5.5,35.5 parent: 2 - - uid: 26920 + - uid: 26902 components: - type: Transform pos: 18.5,34.5 parent: 2 - - uid: 26921 + - uid: 26903 components: - type: Transform pos: 10.5,35.5 parent: 2 - - uid: 26922 + - uid: 26904 components: - type: Transform pos: 11.5,30.5 parent: 2 - - uid: 26923 + - uid: 26905 components: - type: Transform rot: -1.5707963267948966 rad pos: 1.5,22.5 parent: 2 - - uid: 26924 + - uid: 26906 components: - type: Transform pos: 0.5,25.5 parent: 2 - - uid: 26925 + - uid: 26907 components: - type: Transform pos: -0.5,25.5 parent: 2 - - uid: 26926 + - uid: 26908 components: - type: Transform pos: -1.5,25.5 parent: 2 - - uid: 26927 + - uid: 26909 components: - type: Transform pos: -1.5,28.5 parent: 2 - - uid: 26928 + - uid: 26910 components: - type: Transform pos: -3.5,25.5 parent: 2 - - uid: 26929 + - uid: 26911 components: - type: Transform pos: -3.5,24.5 parent: 2 - - uid: 26930 + - uid: 26912 components: - type: Transform pos: 59.5,48.5 parent: 2 - - uid: 26931 + - uid: 26913 components: - type: Transform pos: 34.5,26.5 parent: 2 - - uid: 26932 + - uid: 26914 components: - type: Transform pos: 34.5,25.5 parent: 2 - - uid: 26933 + - uid: 26915 components: - type: Transform pos: 34.5,24.5 parent: 2 - - uid: 26934 + - uid: 26916 components: - type: Transform rot: -1.5707963267948966 rad pos: 37.5,21.5 parent: 2 - - uid: 26935 + - uid: 26917 components: - type: Transform pos: 36.5,21.5 parent: 2 - - uid: 26936 + - uid: 26918 components: - type: Transform pos: 33.5,21.5 parent: 2 - - uid: 26937 + - uid: 26919 components: - type: Transform pos: 33.5,20.5 parent: 2 - - uid: 26938 + - uid: 26920 components: - type: Transform rot: -1.5707963267948966 rad pos: 37.5,22.5 parent: 2 - - uid: 26939 + - uid: 26921 components: - type: Transform rot: -1.5707963267948966 rad pos: 38.5,22.5 parent: 2 - - uid: 26940 + - uid: 26922 components: - type: Transform pos: 35.5,21.5 parent: 2 - - uid: 26941 + - uid: 26923 components: - type: Transform rot: -1.5707963267948966 rad pos: 37.5,19.5 parent: 2 - - uid: 26942 + - uid: 26924 components: - type: Transform rot: -1.5707963267948966 rad pos: 39.5,22.5 parent: 2 - - uid: 26943 + - uid: 26925 components: - type: Transform rot: -1.5707963267948966 rad pos: 40.5,22.5 parent: 2 - - uid: 26944 + - uid: 26926 components: - type: Transform rot: -1.5707963267948966 rad pos: 37.5,18.5 parent: 2 - - uid: 26945 + - uid: 26927 components: - type: Transform rot: 3.141592653589793 rad pos: 35.5,24.5 parent: 2 - - uid: 26946 + - uid: 26928 components: - type: Transform rot: 3.141592653589793 rad pos: 37.5,24.5 parent: 2 - - uid: 26947 + - uid: 26929 components: - type: Transform rot: -1.5707963267948966 rad pos: 39.5,24.5 parent: 2 - - uid: 26948 + - uid: 26930 components: - type: Transform rot: -1.5707963267948966 rad pos: 46.5,25.5 parent: 2 - - uid: 26949 + - uid: 26931 components: - type: Transform rot: -1.5707963267948966 rad pos: 61.5,25.5 parent: 2 - - uid: 26950 + - uid: 26932 components: - type: Transform rot: -1.5707963267948966 rad pos: 59.5,25.5 parent: 2 - - uid: 26951 + - uid: 26933 components: - type: Transform rot: -1.5707963267948966 rad pos: 58.5,25.5 parent: 2 - - uid: 26952 + - uid: 26934 components: - type: Transform rot: -1.5707963267948966 rad pos: 47.5,25.5 parent: 2 - - uid: 26953 + - uid: 26935 components: - type: Transform rot: -1.5707963267948966 rad pos: 60.5,25.5 parent: 2 - - uid: 26954 + - uid: 26936 components: - type: Transform rot: -1.5707963267948966 rad pos: 57.5,25.5 parent: 2 - - uid: 26955 + - uid: 26937 components: - type: Transform rot: -1.5707963267948966 rad pos: 54.5,25.5 parent: 2 - - uid: 26956 + - uid: 26938 components: - type: Transform rot: -1.5707963267948966 rad pos: 50.5,25.5 parent: 2 - - uid: 26957 + - uid: 26939 components: - type: Transform rot: -1.5707963267948966 rad pos: 45.5,25.5 parent: 2 - - uid: 26958 + - uid: 26940 components: - type: Transform rot: -1.5707963267948966 rad pos: 45.5,24.5 parent: 2 - - uid: 26959 + - uid: 26941 components: - type: Transform rot: -1.5707963267948966 rad pos: 45.5,23.5 parent: 2 - - uid: 26960 + - uid: 26942 components: - type: Transform rot: -1.5707963267948966 rad pos: 56.5,25.5 parent: 2 - - uid: 26961 + - uid: 26943 components: - type: Transform rot: -1.5707963267948966 rad pos: 55.5,25.5 parent: 2 - - uid: 26962 + - uid: 26944 components: - type: Transform rot: -1.5707963267948966 rad pos: 49.5,25.5 parent: 2 - - uid: 26963 + - uid: 26945 components: - type: Transform rot: -1.5707963267948966 rad pos: 48.5,25.5 parent: 2 - - uid: 26964 + - uid: 26946 components: - type: Transform rot: -1.5707963267948966 rad pos: 53.5,25.5 parent: 2 - - uid: 26965 + - uid: 26947 components: - type: Transform rot: -1.5707963267948966 rad pos: 62.5,25.5 parent: 2 - - uid: 26966 + - uid: 26948 components: - type: Transform rot: -1.5707963267948966 rad pos: 52.5,25.5 parent: 2 - - uid: 26967 + - uid: 26949 components: - type: Transform rot: -1.5707963267948966 rad pos: 51.5,25.5 parent: 2 - - uid: 26968 + - uid: 26950 components: - type: Transform rot: -1.5707963267948966 rad pos: 64.5,25.5 parent: 2 - - uid: 26969 + - uid: 26951 components: - type: Transform rot: -1.5707963267948966 rad pos: 63.5,25.5 parent: 2 - - uid: 26970 + - uid: 26952 components: - type: Transform rot: -1.5707963267948966 rad pos: 64.5,24.5 parent: 2 - - uid: 26971 + - uid: 26953 components: - type: Transform rot: -1.5707963267948966 rad pos: 64.5,23.5 parent: 2 - - uid: 26972 + - uid: 26954 components: - type: Transform rot: -1.5707963267948966 rad pos: 64.5,22.5 parent: 2 - - uid: 26973 + - uid: 26955 components: - type: Transform pos: 64.5,21.5 parent: 2 - - uid: 26974 + - uid: 26956 components: - type: Transform rot: -1.5707963267948966 rad pos: 64.5,20.5 parent: 2 - - uid: 26975 + - uid: 26957 components: - type: Transform rot: -1.5707963267948966 rad pos: 63.5,20.5 parent: 2 - - uid: 26976 + - uid: 26958 components: - type: Transform rot: -1.5707963267948966 rad pos: 63.5,19.5 parent: 2 - - uid: 26977 + - uid: 26959 components: - type: Transform rot: -1.5707963267948966 rad pos: 45.5,22.5 parent: 2 - - uid: 26978 + - uid: 26960 components: - type: Transform rot: -1.5707963267948966 rad pos: 44.5,22.5 parent: 2 - - uid: 26979 + - uid: 26961 components: - type: Transform rot: -1.5707963267948966 rad pos: 43.5,22.5 parent: 2 - - uid: 26980 + - uid: 26962 components: - type: Transform rot: -1.5707963267948966 rad pos: 41.5,22.5 parent: 2 - - uid: 26981 + - uid: 26963 components: - type: Transform rot: 3.141592653589793 rad pos: 31.5,33.5 parent: 2 - - uid: 26982 + - uid: 26964 components: - type: Transform pos: 43.5,24.5 parent: 2 - - uid: 26983 + - uid: 26965 components: - type: Transform pos: 43.5,25.5 parent: 2 - - uid: 26984 + - uid: 26966 components: - type: Transform pos: 43.5,26.5 parent: 2 - - uid: 26985 + - uid: 26967 components: - type: Transform pos: 43.5,27.5 parent: 2 - - uid: 26986 + - uid: 26968 components: - type: Transform pos: 51.5,59.5 parent: 2 - - uid: 26987 + - uid: 26969 components: - type: Transform pos: 50.5,59.5 parent: 2 - - uid: 26988 + - uid: 26970 components: - type: Transform pos: 50.5,55.5 parent: 2 - - uid: 26989 + - uid: 26971 components: - type: Transform pos: 51.5,55.5 parent: 2 - - uid: 26990 + - uid: 26972 components: - type: Transform pos: 51.5,54.5 parent: 2 - - uid: 26991 + - uid: 26973 components: - type: Transform pos: 57.5,54.5 parent: 2 - - uid: 26992 + - uid: 26974 components: - type: Transform pos: 57.5,55.5 parent: 2 - - uid: 26993 + - uid: 26975 components: - type: Transform pos: 57.5,59.5 parent: 2 - - uid: 26994 + - uid: 26976 components: - type: Transform pos: 58.5,59.5 parent: 2 - - uid: 26995 + - uid: 26977 components: - type: Transform pos: 58.5,55.5 parent: 2 - - uid: 26996 + - uid: 26978 components: - type: Transform pos: 51.5,60.5 parent: 2 - - uid: 26997 + - uid: 26979 components: - type: Transform pos: 52.5,60.5 parent: 2 - - uid: 26998 + - uid: 26980 components: - type: Transform pos: 52.5,61.5 parent: 2 - - uid: 26999 + - uid: 26981 components: - type: Transform pos: 56.5,61.5 parent: 2 - - uid: 27000 + - uid: 26982 components: - type: Transform pos: 56.5,60.5 parent: 2 - - uid: 27001 + - uid: 26983 components: - type: Transform pos: 65.5,27.5 parent: 2 - - uid: 27002 + - uid: 26984 components: - type: Transform rot: -1.5707963267948966 rad pos: 64.5,13.5 parent: 2 - - uid: 27003 + - uid: 26985 components: - type: Transform rot: -1.5707963267948966 rad pos: 64.5,12.5 parent: 2 - - uid: 27004 + - uid: 26986 components: - type: Transform rot: -1.5707963267948966 rad pos: 64.5,11.5 parent: 2 - - uid: 27005 + - uid: 26987 components: - type: Transform rot: -1.5707963267948966 rad pos: 64.5,10.5 parent: 2 - - uid: 27006 + - uid: 26988 components: - type: Transform rot: -1.5707963267948966 rad pos: 64.5,8.5 parent: 2 - - uid: 27007 + - uid: 26989 components: - type: Transform rot: -1.5707963267948966 rad pos: 64.5,9.5 parent: 2 - - uid: 27008 + - uid: 26990 components: - type: Transform rot: -1.5707963267948966 rad pos: 64.5,7.5 parent: 2 - - uid: 27009 + - uid: 26991 components: - type: Transform rot: -1.5707963267948966 rad pos: 64.5,6.5 parent: 2 - - uid: 27010 + - uid: 26992 components: - type: Transform pos: 66.5,27.5 parent: 2 - - uid: 27011 + - uid: 26993 components: - type: Transform pos: 66.5,27.5 parent: 2 - - uid: 27012 + - uid: 26994 components: - type: Transform pos: 66.5,26.5 parent: 2 - - uid: 27013 + - uid: 26995 components: - type: Transform pos: 66.5,24.5 parent: 2 - - uid: 27014 + - uid: 26996 components: - type: Transform pos: 66.5,22.5 parent: 2 - - uid: 27015 + - uid: 26997 components: - type: Transform pos: 66.5,21.5 parent: 2 - - uid: 27016 + - uid: 26998 components: - type: Transform pos: 66.5,20.5 parent: 2 - - uid: 27017 + - uid: 26999 components: - type: Transform pos: 66.5,19.5 parent: 2 - - uid: 27018 + - uid: 27000 components: - type: Transform pos: 66.5,18.5 parent: 2 - - uid: 27019 + - uid: 27001 components: - type: Transform pos: 65.5,18.5 parent: 2 - - uid: 27020 + - uid: 27002 components: - type: Transform pos: 65.5,17.5 parent: 2 - - uid: 27021 + - uid: 27003 components: - type: Transform pos: 65.5,16.5 parent: 2 - - uid: 27022 + - uid: 27004 components: - type: Transform pos: 66.5,16.5 parent: 2 - - uid: 27023 + - uid: 27005 components: - type: Transform pos: 66.5,15.5 parent: 2 - - uid: 27024 + - uid: 27006 components: - type: Transform pos: 66.5,14.5 parent: 2 - - uid: 27025 + - uid: 27007 components: - type: Transform pos: 66.5,13.5 parent: 2 - - uid: 27026 + - uid: 27008 components: - type: Transform pos: 67.5,5.5 parent: 2 - - uid: 27027 + - uid: 27009 components: - type: Transform pos: 68.5,9.5 parent: 2 - - uid: 27028 + - uid: 27010 components: - type: Transform pos: 67.5,13.5 parent: 2 - - uid: 27029 + - uid: 27011 components: - type: Transform pos: 67.5,12.5 parent: 2 - - uid: 27030 + - uid: 27012 components: - type: Transform pos: 67.5,6.5 parent: 2 - - uid: 27031 + - uid: 27013 components: - type: Transform pos: 43.5,8.5 parent: 2 - - uid: 27032 + - uid: 27014 components: - type: Transform pos: 48.5,4.5 parent: 2 - - uid: 27033 + - uid: 27015 components: - type: Transform pos: 48.5,5.5 parent: 2 - - uid: 27034 + - uid: 27016 components: - type: Transform pos: 49.5,3.5 parent: 2 - - uid: 27035 + - uid: 27017 components: - type: Transform pos: 50.5,3.5 parent: 2 - - uid: 27036 + - uid: 27018 components: - type: Transform pos: 50.5,4.5 parent: 2 - - uid: 27037 + - uid: 27019 components: - type: Transform pos: 51.5,4.5 parent: 2 - - uid: 27038 + - uid: 27020 components: - type: Transform pos: 52.5,4.5 parent: 2 - - uid: 27039 + - uid: 27021 components: - type: Transform pos: 53.5,4.5 parent: 2 - - uid: 27040 + - uid: 27022 components: - type: Transform pos: 54.5,4.5 parent: 2 - - uid: 27041 + - uid: 27023 components: - type: Transform pos: 54.5,3.5 parent: 2 - - uid: 27042 + - uid: 27024 components: - type: Transform pos: 55.5,3.5 parent: 2 - - uid: 27043 + - uid: 27025 components: - type: Transform pos: 56.5,3.5 parent: 2 - - uid: 27044 + - uid: 27026 components: - type: Transform pos: 57.5,3.5 parent: 2 - - uid: 27045 + - uid: 27027 components: - type: Transform pos: 58.5,3.5 parent: 2 - - uid: 27046 + - uid: 27028 components: - type: Transform pos: 64.5,5.5 parent: 2 - - uid: 27047 + - uid: 27029 components: - type: Transform pos: 64.5,4.5 parent: 2 - - uid: 27048 + - uid: 27030 components: - type: Transform pos: 64.5,3.5 parent: 2 - - uid: 27049 + - uid: 27031 components: - type: Transform pos: 63.5,3.5 parent: 2 - - uid: 27050 + - uid: 27032 components: - type: Transform pos: 62.5,3.5 parent: 2 - - uid: 27051 + - uid: 27033 components: - type: Transform pos: 61.5,3.5 parent: 2 - - uid: 27052 + - uid: 27034 components: - type: Transform pos: 60.5,3.5 parent: 2 - - uid: 27053 + - uid: 27035 components: - type: Transform pos: 59.5,3.5 parent: 2 - - uid: 27054 + - uid: 27036 components: - type: Transform rot: -1.5707963267948966 rad pos: 59.5,46.5 parent: 2 - - uid: 27055 + - uid: 27037 components: - type: Transform pos: 68.5,6.5 parent: 2 - - uid: 27056 + - uid: 27038 components: - type: Transform pos: 47.5,-17.5 parent: 2 - - uid: 27057 + - uid: 27039 components: - type: Transform pos: 44.5,13.5 parent: 2 - - uid: 27058 + - uid: 27040 components: - type: Transform pos: 47.5,9.5 parent: 2 - - uid: 27059 + - uid: 27041 components: - type: Transform pos: 44.5,3.5 parent: 2 - - uid: 27060 + - uid: 27042 components: - type: Transform rot: 3.141592653589793 rad pos: 39.5,10.5 parent: 2 - - uid: 27061 + - uid: 27043 components: - type: Transform pos: 48.5,8.5 parent: 2 - - uid: 27062 + - uid: 27044 components: - type: Transform pos: 33.5,19.5 parent: 2 - - uid: 27063 + - uid: 27045 components: - type: Transform rot: -1.5707963267948966 rad pos: 41.5,24.5 parent: 2 - - uid: 27064 + - uid: 27046 components: - type: Transform rot: 3.141592653589793 rad pos: 33.5,27.5 parent: 2 - - uid: 27065 + - uid: 27047 components: - type: Transform rot: 3.141592653589793 rad pos: 25.5,29.5 parent: 2 - - uid: 27066 + - uid: 27048 components: - type: Transform pos: 42.5,22.5 parent: 2 - - uid: 27067 + - uid: 27049 components: - type: Transform pos: 47.5,-16.5 parent: 2 - - uid: 27068 + - uid: 27050 components: - type: Transform rot: -1.5707963267948966 rad pos: 39.5,-16.5 parent: 2 - - uid: 27069 + - uid: 27051 components: - type: Transform rot: -1.5707963267948966 rad pos: 40.5,-16.5 parent: 2 - - uid: 27070 + - uid: 27052 components: - type: Transform rot: -1.5707963267948966 rad pos: 40.5,-15.5 parent: 2 - - uid: 27071 + - uid: 27053 components: - type: Transform rot: -1.5707963267948966 rad pos: 41.5,-15.5 parent: 2 - - uid: 27072 + - uid: 27054 components: - type: Transform pos: 48.5,-15.5 parent: 2 - - uid: 27073 + - uid: 27055 components: - type: Transform pos: 44.5,-17.5 parent: 2 - - uid: 27074 + - uid: 27056 components: - type: Transform pos: 44.5,-16.5 parent: 2 - - uid: 27075 + - uid: 27057 components: - type: Transform pos: 11.5,-18.5 parent: 2 - - uid: 27076 + - uid: 27058 components: - type: Transform pos: 44.5,9.5 parent: 2 - - uid: 27077 + - uid: 27059 components: - type: Transform rot: 1.5707963267948966 rad pos: 69.5,-12.5 parent: 2 - - uid: 27078 + - uid: 27060 components: - type: Transform rot: 1.5707963267948966 rad pos: 69.5,-10.5 parent: 2 - - uid: 27079 + - uid: 27061 components: - type: Transform rot: 1.5707963267948966 rad pos: 66.5,-14.5 parent: 2 - - uid: 27080 + - uid: 27062 components: - type: Transform rot: 1.5707963267948966 rad pos: 69.5,-14.5 parent: 2 - - uid: 27081 + - uid: 27063 components: - type: Transform pos: 48.5,-14.5 parent: 2 - - uid: 27082 + - uid: 27064 components: - type: Transform pos: 48.5,-16.5 parent: 2 - - uid: 27083 + - uid: 27065 components: - type: Transform pos: 43.5,-16.5 parent: 2 - - uid: 27084 + - uid: 27066 components: - type: Transform pos: 49.5,-14.5 parent: 2 - - uid: 27085 + - uid: 27067 components: - type: Transform pos: 50.5,-14.5 parent: 2 - - uid: 27086 + - uid: 27068 components: - type: Transform pos: 51.5,-14.5 parent: 2 - - uid: 27087 + - uid: 27069 components: - type: Transform rot: 3.141592653589793 rad pos: 54.5,-15.5 parent: 2 - - uid: 27088 + - uid: 27070 components: - type: Transform rot: 3.141592653589793 rad pos: 60.5,-15.5 parent: 2 - - uid: 27089 + - uid: 27071 components: - type: Transform rot: 3.141592653589793 rad pos: 57.5,-15.5 parent: 2 - - uid: 27090 + - uid: 27072 components: - type: Transform rot: 3.141592653589793 rad pos: 53.5,-15.5 parent: 2 - - uid: 27091 + - uid: 27073 components: - type: Transform rot: 3.141592653589793 rad pos: 53.5,-16.5 parent: 2 - - uid: 27092 + - uid: 27074 components: - type: Transform rot: 3.141592653589793 rad pos: 51.5,-15.5 parent: 2 - - uid: 27093 + - uid: 27075 components: - type: Transform pos: 63.5,-14.5 parent: 2 - - uid: 27094 + - uid: 27076 components: - type: Transform pos: 64.5,-14.5 parent: 2 - - uid: 27095 + - uid: 27077 components: - type: Transform pos: 65.5,-14.5 parent: 2 - - uid: 27096 + - uid: 27078 components: - type: Transform rot: 1.5707963267948966 rad pos: 69.5,-4.5 parent: 2 - - uid: 27097 + - uid: 27079 components: - type: Transform rot: 3.141592653589793 rad pos: 66.5,-2.5 parent: 2 - - uid: 27098 + - uid: 27080 components: - type: Transform pos: 68.5,-14.5 parent: 2 - - uid: 27099 + - uid: 27081 components: - type: Transform rot: 1.5707963267948966 rad pos: 69.5,-2.5 parent: 2 - - uid: 27100 + - uid: 27082 components: - type: Transform pos: 63.5,-15.5 parent: 2 - - uid: 27101 + - uid: 27083 components: - type: Transform rot: 3.141592653589793 rad pos: 51.5,-16.5 parent: 2 - - uid: 27102 + - uid: 27084 components: - type: Transform pos: 63.5,-16.5 parent: 2 - - uid: 27103 + - uid: 27085 components: - type: Transform pos: 63.5,-17.5 parent: 2 - - uid: 27104 + - uid: 27086 components: - type: Transform pos: 63.5,-19.5 parent: 2 - - uid: 27105 + - uid: 27087 components: - type: Transform pos: 63.5,-21.5 parent: 2 - - uid: 27106 + - uid: 27088 components: - type: Transform pos: 63.5,-23.5 parent: 2 - - uid: 27107 + - uid: 27089 components: - type: Transform pos: 63.5,-25.5 parent: 2 - - uid: 27108 + - uid: 27090 components: - type: Transform pos: 63.5,-27.5 parent: 2 - - uid: 27109 + - uid: 27091 components: - type: Transform pos: 64.5,-27.5 parent: 2 - - uid: 27110 + - uid: 27092 components: - type: Transform pos: 69.5,-31.5 parent: 2 - - uid: 27111 + - uid: 27093 components: - type: Transform pos: 61.5,-16.5 parent: 2 - - uid: 27112 + - uid: 27094 components: - type: Transform pos: 61.5,-17.5 parent: 2 - - uid: 27113 + - uid: 27095 components: - type: Transform pos: 61.5,-19.5 parent: 2 - - uid: 27114 + - uid: 27096 components: - type: Transform pos: 61.5,-21.5 parent: 2 - - uid: 27115 + - uid: 27097 components: - type: Transform pos: 61.5,-23.5 parent: 2 - - uid: 27116 + - uid: 27098 components: - type: Transform pos: 61.5,-25.5 parent: 2 - - uid: 27117 + - uid: 27099 components: - type: Transform pos: 69.5,-32.5 parent: 2 - - uid: 27118 + - uid: 27100 components: - type: Transform pos: 60.5,-16.5 parent: 2 - - uid: 27119 + - uid: 27101 components: - type: Transform pos: -2.5,-36.5 parent: 2 - - uid: 27120 + - uid: 27102 components: - type: Transform pos: 43.5,-15.5 parent: 2 - - uid: 27121 + - uid: 27103 components: - type: Transform pos: 42.5,-15.5 parent: 2 - - uid: 27122 + - uid: 27104 components: - type: Transform pos: 68.5,-15.5 parent: 2 - - uid: 27123 + - uid: 27105 components: - type: Transform rot: 1.5707963267948966 rad pos: 69.5,-6.5 parent: 2 - - uid: 27124 + - uid: 27106 components: - type: Transform rot: -1.5707963267948966 rad pos: 57.5,37.5 parent: 2 - - uid: 27125 + - uid: 27107 components: - type: Transform pos: 70.5,-30.5 parent: 2 - - uid: 27126 + - uid: 27108 components: - type: Transform pos: 72.5,-39.5 parent: 2 - - uid: 27127 + - uid: 27109 components: - type: Transform pos: 76.5,-32.5 parent: 2 - - uid: 27128 + - uid: 27110 components: - type: Transform pos: 65.5,-37.5 parent: 2 - - uid: 27129 + - uid: 27111 components: - type: Transform pos: 63.5,-40.5 parent: 2 - - uid: 27130 + - uid: 27112 components: - type: Transform pos: 63.5,-38.5 parent: 2 - - uid: 27131 + - uid: 27113 components: - type: Transform pos: 76.5,-31.5 parent: 2 - - uid: 27132 + - uid: 27114 components: - type: Transform rot: -1.5707963267948966 rad pos: 60.5,-25.5 parent: 2 - - uid: 27133 + - uid: 27115 components: - type: Transform pos: 52.5,-48.5 parent: 2 - - uid: 27134 + - uid: 27116 components: - type: Transform pos: 52.5,-47.5 parent: 2 - - uid: 27135 + - uid: 27117 components: - type: Transform pos: 52.5,-46.5 parent: 2 - - uid: 27136 + - uid: 27118 components: - type: Transform pos: 53.5,-46.5 parent: 2 - - uid: 27137 + - uid: 27119 components: - type: Transform pos: 54.5,-46.5 parent: 2 - - uid: 27138 + - uid: 27120 components: - type: Transform pos: 71.5,-66.5 parent: 2 - - uid: 27139 + - uid: 27121 components: - type: Transform pos: 75.5,-31.5 parent: 2 - - uid: 27140 + - uid: 27122 components: - type: Transform pos: 75.5,-30.5 parent: 2 - - uid: 27141 + - uid: 27123 components: - type: Transform pos: 74.5,-30.5 parent: 2 - - uid: 27142 + - uid: 27124 components: - type: Transform rot: -1.5707963267948966 rad pos: 70.5,-29.5 parent: 2 - - uid: 27143 + - uid: 27125 components: - type: Transform pos: 64.5,-42.5 parent: 2 - - uid: 27144 + - uid: 27126 components: - type: Transform pos: 55.5,-46.5 parent: 2 - - uid: 27145 + - uid: 27127 components: - type: Transform pos: 57.5,-46.5 parent: 2 - - uid: 27146 + - uid: 27128 components: - type: Transform pos: 58.5,-46.5 parent: 2 - - uid: 27147 + - uid: 27129 components: - type: Transform pos: 58.5,-47.5 parent: 2 - - uid: 27148 + - uid: 27130 components: - type: Transform pos: 58.5,-49.5 parent: 2 - - uid: 27149 + - uid: 27131 components: - type: Transform pos: 59.5,-50.5 parent: 2 - - uid: 27150 + - uid: 27132 components: - type: Transform pos: 60.5,-50.5 parent: 2 - - uid: 27151 + - uid: 27133 components: - type: Transform pos: 64.5,-50.5 parent: 2 - - uid: 27152 + - uid: 27134 components: - type: Transform pos: 65.5,-50.5 parent: 2 - - uid: 27153 + - uid: 27135 components: - type: Transform pos: 63.5,-37.5 parent: 2 - - uid: 27154 + - uid: 27136 components: - type: Transform pos: 7.5,-39.5 parent: 2 - - uid: 27155 + - uid: 27137 components: - type: Transform rot: -1.5707963267948966 rad pos: 53.5,-64.5 parent: 2 - - uid: 27156 + - uid: 27138 components: - type: Transform pos: 63.5,-39.5 parent: 2 - - uid: 27157 + - uid: 27139 components: - type: Transform pos: 63.5,-41.5 parent: 2 - - uid: 27158 + - uid: 27140 components: - type: Transform pos: 52.5,-49.5 parent: 2 - - uid: 27159 + - uid: 27141 components: - type: Transform pos: 53.5,-49.5 parent: 2 - - uid: 27160 + - uid: 27142 components: - type: Transform pos: 53.5,-50.5 parent: 2 - - uid: 27161 + - uid: 27143 components: - type: Transform pos: 54.5,-50.5 parent: 2 - - uid: 27162 + - uid: 27144 components: - type: Transform pos: 55.5,-54.5 parent: 2 - - uid: 27163 + - uid: 27145 components: - type: Transform pos: 65.5,-53.5 parent: 2 - - uid: 27164 + - uid: 27146 components: - type: Transform pos: 54.5,-54.5 parent: 2 - - uid: 27165 + - uid: 27147 components: - type: Transform pos: 59.5,-53.5 parent: 2 - - uid: 27166 + - uid: 27148 components: - type: Transform pos: 56.5,-54.5 parent: 2 - - uid: 27167 + - uid: 27149 components: - type: Transform pos: 64.5,-56.5 parent: 2 - - uid: 27168 + - uid: 27150 components: - type: Transform pos: 64.5,-55.5 parent: 2 - - uid: 27169 + - uid: 27151 components: - type: Transform pos: 60.5,-56.5 parent: 2 - - uid: 27170 + - uid: 27152 components: - type: Transform pos: 60.5,-55.5 parent: 2 - - uid: 27171 + - uid: 27153 components: - type: Transform pos: 66.5,-50.5 parent: 2 - - uid: 27172 + - uid: 27154 components: - type: Transform pos: 66.5,-53.5 parent: 2 - - uid: 27173 + - uid: 27155 components: - type: Transform pos: 65.5,-55.5 parent: 2 - - uid: 27174 + - uid: 27156 components: - type: Transform pos: 59.5,-55.5 parent: 2 - - uid: 27175 + - uid: 27157 components: - type: Transform pos: 58.5,-53.5 parent: 2 - - uid: 27176 + - uid: 27158 components: - type: Transform pos: 58.5,-50.5 parent: 2 - - uid: 27177 + - uid: 27159 components: - type: Transform pos: 76.5,-42.5 parent: 2 - - uid: 27178 + - uid: 27160 components: - type: Transform pos: 44.5,-65.5 parent: 2 - - uid: 27179 + - uid: 27161 components: - type: Transform pos: 70.5,-31.5 parent: 2 - - uid: 27180 + - uid: 27162 components: - type: Transform pos: 64.5,-30.5 parent: 2 - - uid: 27181 + - uid: 27163 components: - type: Transform pos: 73.5,-39.5 parent: 2 - - uid: 27182 + - uid: 27164 components: - type: Transform pos: 73.5,-42.5 parent: 2 - - uid: 27183 + - uid: 27165 components: - type: Transform pos: 73.5,-41.5 parent: 2 - - uid: 27184 + - uid: 27166 components: - type: Transform pos: 68.5,-50.5 parent: 2 - - uid: 27185 + - uid: 27167 components: - type: Transform pos: 67.5,-50.5 parent: 2 - - uid: 27186 + - uid: 27168 components: - type: Transform pos: 65.5,-27.5 parent: 2 - - uid: 27187 + - uid: 27169 components: - type: Transform pos: 65.5,-30.5 parent: 2 - - uid: 27188 + - uid: 27170 components: - type: Transform pos: 76.5,-39.5 parent: 2 - - uid: 27189 + - uid: 27171 components: - type: Transform pos: 76.5,-38.5 parent: 2 - - uid: 27190 + - uid: 27172 components: - type: Transform pos: 79.5,-32.5 parent: 2 - - uid: 27191 + - uid: 27173 components: - type: Transform pos: 79.5,-38.5 parent: 2 - - uid: 27192 + - uid: 27174 components: - type: Transform rot: -1.5707963267948966 rad pos: 74.5,-27.5 parent: 2 - - uid: 27193 + - uid: 27175 components: - type: Transform pos: 76.5,-41.5 parent: 2 - - uid: 27194 + - uid: 27176 components: - type: Transform pos: 76.5,-40.5 parent: 2 - - uid: 27195 + - uid: 27177 components: - type: Transform pos: 24.5,-57.5 parent: 2 - - uid: 27196 + - uid: 27178 components: - type: Transform rot: -1.5707963267948966 rad pos: 32.5,-80.5 parent: 2 - - uid: 27197 + - uid: 27179 components: - type: Transform pos: -45.5,-38.5 parent: 2 - - uid: 27198 + - uid: 27180 components: - type: Transform pos: 53.5,-54.5 parent: 2 - - uid: 27199 + - uid: 27181 components: - type: Transform pos: 53.5,-55.5 parent: 2 - - uid: 27200 + - uid: 27182 components: - type: Transform pos: 53.5,-56.5 parent: 2 - - uid: 27201 + - uid: 27183 components: - type: Transform rot: 3.141592653589793 rad pos: 52.5,-62.5 parent: 2 - - uid: 27202 + - uid: 27184 components: - type: Transform rot: 3.141592653589793 rad pos: 48.5,-62.5 parent: 2 - - uid: 27203 + - uid: 27185 components: - type: Transform rot: 3.141592653589793 rad pos: 47.5,-62.5 parent: 2 - - uid: 27204 + - uid: 27186 components: - type: Transform pos: 34.5,-61.5 parent: 2 - - uid: 27205 + - uid: 27187 components: - type: Transform pos: 35.5,-61.5 parent: 2 - - uid: 27206 + - uid: 27188 components: - type: Transform pos: 36.5,-61.5 parent: 2 - - uid: 27207 + - uid: 27189 components: - type: Transform pos: 37.5,-61.5 parent: 2 - - uid: 27208 + - uid: 27190 components: - type: Transform pos: 37.5,-62.5 parent: 2 - - uid: 27209 + - uid: 27191 components: - type: Transform pos: 37.5,-63.5 parent: 2 - - uid: 27210 + - uid: 27192 components: - type: Transform pos: 37.5,-65.5 parent: 2 - - uid: 27211 + - uid: 27193 components: - type: Transform pos: 37.5,-67.5 parent: 2 - - uid: 27212 + - uid: 27194 components: - type: Transform pos: 37.5,-68.5 parent: 2 - - uid: 27213 + - uid: 27195 components: - type: Transform rot: -1.5707963267948966 rad pos: 48.5,-66.5 parent: 2 - - uid: 27214 + - uid: 27196 components: - type: Transform pos: 41.5,-67.5 parent: 2 - - uid: 27215 + - uid: 27197 components: - type: Transform pos: 41.5,-68.5 parent: 2 - - uid: 27216 + - uid: 27198 components: - type: Transform pos: -33.5,-14.5 parent: 2 - - uid: 27217 + - uid: 27199 components: - type: Transform pos: -33.5,-18.5 parent: 2 - - uid: 27218 + - uid: 27200 components: - type: Transform pos: -33.5,-19.5 parent: 2 - - uid: 27219 + - uid: 27201 components: - type: Transform rot: 1.5707963267948966 rad pos: 44.5,-81.5 parent: 2 - - uid: 27220 + - uid: 27202 components: - type: Transform rot: -1.5707963267948966 rad pos: 57.5,41.5 parent: 2 - - uid: 27221 + - uid: 27203 components: - type: Transform pos: -17.5,-47.5 parent: 2 - - uid: 27222 + - uid: 27204 components: - type: Transform pos: -22.5,-44.5 parent: 2 - - uid: 27223 + - uid: 27205 components: - type: Transform rot: 3.141592653589793 rad pos: 24.5,26.5 parent: 2 - - uid: 27224 + - uid: 27206 components: - type: Transform pos: 56.5,-56.5 parent: 2 - - uid: 27225 + - uid: 27207 components: - type: Transform pos: 56.5,-57.5 parent: 2 - - uid: 27226 + - uid: 27208 components: - type: Transform pos: 57.5,-57.5 parent: 2 - - uid: 27227 + - uid: 27209 components: - type: Transform pos: 57.5,-58.5 parent: 2 - - uid: 27228 + - uid: 27210 components: - type: Transform pos: 58.5,-58.5 parent: 2 - - uid: 27229 + - uid: 27211 components: - type: Transform pos: 58.5,-61.5 parent: 2 - - uid: 27230 + - uid: 27212 components: - type: Transform pos: 53.5,-62.5 parent: 2 - - uid: 27231 + - uid: 27213 components: - type: Transform pos: 53.5,-25.5 parent: 2 - - uid: 27232 + - uid: 27214 components: - type: Transform pos: 52.5,-26.5 parent: 2 - - uid: 27233 + - uid: 27215 components: - type: Transform pos: -17.5,-49.5 parent: 2 - - uid: 27234 + - uid: 27216 components: - type: Transform pos: -17.5,-48.5 parent: 2 - - uid: 27235 + - uid: 27217 components: - type: Transform pos: -22.5,-45.5 parent: 2 - - uid: 27236 + - uid: 27218 components: - type: Transform pos: -22.5,-46.5 parent: 2 - - uid: 27237 + - uid: 27219 components: - type: Transform pos: -22.5,-47.5 parent: 2 - - uid: 27238 + - uid: 27220 components: - type: Transform rot: 1.5707963267948966 rad pos: 33.5,-88.5 parent: 2 - - uid: 27239 + - uid: 27221 components: - type: Transform rot: -1.5707963267948966 rad pos: 43.5,-75.5 parent: 2 - - uid: 27240 + - uid: 27222 components: - type: Transform rot: -1.5707963267948966 rad pos: 42.5,-75.5 parent: 2 - - uid: 27241 + - uid: 27223 components: - type: Transform rot: 3.141592653589793 rad pos: 45.5,-74.5 parent: 2 - - uid: 27242 + - uid: 27224 components: - type: Transform rot: 3.141592653589793 rad pos: 46.5,-74.5 parent: 2 - - uid: 27243 + - uid: 27225 components: - type: Transform rot: 1.5707963267948966 rad pos: 34.5,-90.5 parent: 2 - - uid: 27244 + - uid: 27226 components: - type: Transform rot: 3.141592653589793 rad pos: 46.5,-70.5 parent: 2 - - uid: 27245 + - uid: 27227 components: - type: Transform pos: 33.5,-70.5 parent: 2 - - uid: 27246 + - uid: 27228 components: - type: Transform pos: 32.5,-70.5 parent: 2 - - uid: 27247 + - uid: 27229 components: - type: Transform pos: 12.5,-70.5 parent: 2 - - uid: 27248 + - uid: 27230 components: - type: Transform pos: 45.5,-70.5 parent: 2 - - uid: 27249 + - uid: 27231 components: - type: Transform pos: 41.5,-69.5 parent: 2 - - uid: 27250 + - uid: 27232 components: - type: Transform rot: -1.5707963267948966 rad pos: 42.5,-65.5 parent: 2 - - uid: 27251 + - uid: 27233 components: - type: Transform rot: -1.5707963267948966 rad pos: 41.5,-65.5 parent: 2 - - uid: 27252 + - uid: 27234 components: - type: Transform pos: 45.5,-69.5 parent: 2 - - uid: 27253 + - uid: 27235 components: - type: Transform pos: 37.5,-69.5 parent: 2 - - uid: 27254 + - uid: 27236 components: - type: Transform pos: 33.5,-69.5 parent: 2 - - uid: 27255 + - uid: 27237 components: - type: Transform rot: 1.5707963267948966 rad pos: 28.5,-75.5 parent: 2 - - uid: 27256 + - uid: 27238 components: - type: Transform rot: -1.5707963267948966 rad pos: 31.5,-94.5 parent: 2 - - uid: 27257 + - uid: 27239 components: - type: Transform rot: -1.5707963267948966 rad pos: 32.5,-75.5 parent: 2 - - uid: 27258 + - uid: 27240 components: - type: Transform pos: 7.5,-77.5 parent: 2 - - uid: 27259 + - uid: 27241 components: - type: Transform rot: 3.141592653589793 rad pos: 20.5,-84.5 parent: 2 - - uid: 27260 + - uid: 27242 components: - type: Transform rot: -1.5707963267948966 rad pos: 28.5,-93.5 parent: 2 - - uid: 27261 + - uid: 27243 components: - type: Transform rot: 3.141592653589793 rad pos: 10.5,-86.5 parent: 2 - - uid: 27262 + - uid: 27244 components: - type: Transform rot: 3.141592653589793 rad pos: 11.5,-87.5 parent: 2 - - uid: 27263 + - uid: 27245 components: - type: Transform rot: 3.141592653589793 rad pos: 12.5,-87.5 parent: 2 - - uid: 27264 + - uid: 27246 components: - type: Transform rot: 1.5707963267948966 rad pos: 50.5,-85.5 parent: 2 - - uid: 27265 + - uid: 27247 components: - type: Transform rot: 3.141592653589793 rad pos: 21.5,-82.5 parent: 2 - - uid: 27266 + - uid: 27248 components: - type: Transform rot: -1.5707963267948966 rad pos: 46.5,-76.5 parent: 2 - - uid: 27267 + - uid: 27249 components: - type: Transform rot: 3.141592653589793 rad pos: 20.5,-82.5 parent: 2 - - uid: 27268 + - uid: 27250 components: - type: Transform rot: 1.5707963267948966 rad pos: 45.5,-83.5 parent: 2 - - uid: 27269 + - uid: 27251 components: - type: Transform rot: 3.141592653589793 rad pos: 15.5,-78.5 parent: 2 - - uid: 27270 + - uid: 27252 components: - type: Transform rot: 3.141592653589793 rad pos: 18.5,-87.5 parent: 2 - - uid: 27271 + - uid: 27253 components: - type: Transform rot: 3.141592653589793 rad pos: 19.5,-87.5 parent: 2 - - uid: 27272 + - uid: 27254 components: - type: Transform rot: -1.5707963267948966 rad pos: 28.5,-87.5 parent: 2 - - uid: 27273 + - uid: 27255 components: - type: Transform rot: 3.141592653589793 rad pos: 19.5,-86.5 parent: 2 - - uid: 27274 + - uid: 27256 components: - type: Transform rot: 3.141592653589793 rad pos: 20.5,-86.5 parent: 2 - - uid: 27275 + - uid: 27257 components: - type: Transform rot: 3.141592653589793 rad pos: 20.5,-85.5 parent: 2 - - uid: 27276 + - uid: 27258 components: - type: Transform rot: 3.141592653589793 rad pos: 22.5,-84.5 parent: 2 - - uid: 27277 + - uid: 27259 components: - type: Transform rot: 1.5707963267948966 rad pos: 50.5,-75.5 parent: 2 - - uid: 27278 + - uid: 27260 components: - type: Transform rot: 3.141592653589793 rad pos: 20.5,-81.5 parent: 2 - - uid: 27279 + - uid: 27261 components: - type: Transform rot: 3.141592653589793 rad pos: 19.5,-80.5 parent: 2 - - uid: 27280 + - uid: 27262 components: - type: Transform pos: 7.5,-75.5 parent: 2 - - uid: 27281 + - uid: 27263 components: - type: Transform rot: -1.5707963267948966 rad pos: 29.5,-93.5 parent: 2 - - uid: 27282 + - uid: 27264 components: - type: Transform rot: -1.5707963267948966 rad pos: 31.5,-95.5 parent: 2 - - uid: 27283 + - uid: 27265 components: - type: Transform rot: -1.5707963267948966 rad pos: 29.5,-95.5 parent: 2 - - uid: 27284 + - uid: 27266 components: - type: Transform rot: -1.5707963267948966 rad pos: 29.5,-94.5 parent: 2 - - uid: 27285 + - uid: 27267 components: - type: Transform rot: -1.5707963267948966 rad pos: 46.5,-80.5 parent: 2 - - uid: 27286 + - uid: 27268 components: - type: Transform pos: 8.5,-77.5 parent: 2 - - uid: 27287 + - uid: 27269 components: - type: Transform rot: 3.141592653589793 rad pos: 19.5,-79.5 parent: 2 - - uid: 27288 + - uid: 27270 components: - type: Transform rot: 3.141592653589793 rad pos: 18.5,-79.5 parent: 2 - - uid: 27289 + - uid: 27271 components: - type: Transform rot: 1.5707963267948966 rad pos: 34.5,-88.5 parent: 2 - - uid: 27290 + - uid: 27272 components: - type: Transform pos: 12.5,-71.5 parent: 2 - - uid: 27291 + - uid: 27273 components: - type: Transform pos: 9.5,-72.5 parent: 2 - - uid: 27292 + - uid: 27274 components: - type: Transform pos: 9.5,-73.5 parent: 2 - - uid: 27293 + - uid: 27275 components: - type: Transform pos: 9.5,-74.5 parent: 2 - - uid: 27294 + - uid: 27276 components: - type: Transform pos: 10.5,-74.5 parent: 2 - - uid: 27295 + - uid: 27277 components: - type: Transform pos: 11.5,-74.5 parent: 2 - - uid: 27296 + - uid: 27278 components: - type: Transform pos: 12.5,-74.5 parent: 2 - - uid: 27297 + - uid: 27279 components: - type: Transform pos: 13.5,-74.5 parent: 2 - - uid: 27298 + - uid: 27280 components: - type: Transform pos: 16.5,-74.5 parent: 2 - - uid: 27299 + - uid: 27281 components: - type: Transform pos: 19.5,-74.5 parent: 2 - - uid: 27300 + - uid: 27282 components: - type: Transform pos: 21.5,-74.5 parent: 2 - - uid: 27301 + - uid: 27283 components: - type: Transform pos: 21.5,-72.5 parent: 2 - - uid: 27302 + - uid: 27284 components: - type: Transform pos: 20.5,-72.5 parent: 2 - - uid: 27303 + - uid: 27285 components: - type: Transform pos: 19.5,-72.5 parent: 2 - - uid: 27304 + - uid: 27286 components: - type: Transform pos: 31.5,-70.5 parent: 2 - - uid: 27305 + - uid: 27287 components: - type: Transform rot: -1.5707963267948966 rad pos: 44.5,-75.5 parent: 2 - - uid: 27306 + - uid: 27288 components: - type: Transform rot: -1.5707963267948966 rad pos: 27.5,-87.5 parent: 2 - - uid: 27307 + - uid: 27289 components: - type: Transform rot: -1.5707963267948966 rad pos: 33.5,-83.5 parent: 2 - - uid: 27308 + - uid: 27290 components: - type: Transform rot: 1.5707963267948966 rad pos: 46.5,-81.5 parent: 2 - - uid: 27309 + - uid: 27291 components: - type: Transform rot: -1.5707963267948966 rad pos: 26.5,-87.5 parent: 2 - - uid: 27310 + - uid: 27292 components: - type: Transform rot: -1.5707963267948966 rad pos: 36.5,-74.5 parent: 2 - - uid: 27311 + - uid: 27293 components: - type: Transform rot: 1.5707963267948966 rad pos: 46.5,-83.5 parent: 2 - - uid: 27312 + - uid: 27294 components: - type: Transform rot: -1.5707963267948966 rad pos: 27.5,-79.5 parent: 2 - - uid: 27313 + - uid: 27295 components: - type: Transform pos: 16.5,-71.5 parent: 2 - - uid: 27314 + - uid: 27296 components: - type: Transform pos: 29.5,-69.5 parent: 2 - - uid: 27315 + - uid: 27297 components: - type: Transform pos: 29.5,-70.5 parent: 2 - - uid: 27316 + - uid: 27298 components: - type: Transform pos: 28.5,-68.5 parent: 2 - - uid: 27317 + - uid: 27299 components: - type: Transform pos: 30.5,-70.5 parent: 2 - - uid: 27318 + - uid: 27300 components: - type: Transform pos: 20.5,-74.5 parent: 2 - - uid: 27319 + - uid: 27301 components: - type: Transform pos: 19.5,-71.5 parent: 2 - - uid: 27320 + - uid: 27302 components: - type: Transform pos: 22.5,-70.5 parent: 2 - - uid: 27321 + - uid: 27303 components: - type: Transform rot: -1.5707963267948966 rad pos: 32.5,-93.5 parent: 2 - - uid: 27322 + - uid: 27304 components: - type: Transform pos: 23.5,-82.5 parent: 2 - - uid: 27323 + - uid: 27305 components: - type: Transform rot: 3.141592653589793 rad pos: 22.5,-82.5 parent: 2 - - uid: 27324 + - uid: 27306 components: - type: Transform pos: 23.5,-84.5 parent: 2 - - uid: 27325 + - uid: 27307 components: - type: Transform pos: 21.5,-70.5 parent: 2 - - uid: 27326 + - uid: 27308 components: - type: Transform pos: 22.5,-74.5 parent: 2 - - uid: 27327 + - uid: 27309 components: - type: Transform pos: 23.5,-74.5 parent: 2 - - uid: 27328 + - uid: 27310 components: - type: Transform pos: 23.5,-75.5 parent: 2 - - uid: 27329 + - uid: 27311 components: - type: Transform rot: 1.5707963267948966 rad pos: 28.5,-78.5 parent: 2 - - uid: 27330 + - uid: 27312 components: - type: Transform rot: -1.5707963267948966 rad pos: 23.5,-86.5 parent: 2 - - uid: 27331 + - uid: 27313 components: - type: Transform rot: 1.5707963267948966 rad pos: 28.5,-88.5 parent: 2 - - uid: 27332 + - uid: 27314 components: - type: Transform rot: 1.5707963267948966 rad pos: 50.5,-86.5 parent: 2 - - uid: 27333 + - uid: 27315 components: - type: Transform rot: 3.141592653589793 rad pos: 11.5,-80.5 parent: 2 - - uid: 27334 + - uid: 27316 components: - type: Transform rot: 3.141592653589793 rad pos: 11.5,-86.5 parent: 2 - - uid: 27335 + - uid: 27317 components: - type: Transform pos: 7.5,-73.5 parent: 2 - - uid: 27336 + - uid: 27318 components: - type: Transform rot: 3.141592653589793 rad pos: 21.5,-84.5 parent: 2 - - uid: 27337 + - uid: 27319 components: - type: Transform rot: 3.141592653589793 rad pos: 15.5,-88.5 parent: 2 - - uid: 27338 + - uid: 27320 components: - type: Transform rot: 3.141592653589793 rad pos: 20.5,-80.5 parent: 2 - - uid: 27339 + - uid: 27321 components: - type: Transform rot: 1.5707963267948966 rad pos: 28.5,-76.5 parent: 2 - - uid: 27340 + - uid: 27322 components: - type: Transform rot: 1.5707963267948966 rad pos: 32.5,-90.5 parent: 2 - - uid: 27341 + - uid: 27323 components: - type: Transform rot: 1.5707963267948966 rad pos: 32.5,-88.5 parent: 2 - - uid: 27342 + - uid: 27324 components: - type: Transform rot: -1.5707963267948966 rad pos: 41.5,-66.5 parent: 2 - - uid: 27343 + - uid: 27325 components: - type: Transform rot: 1.5707963267948966 rad pos: 46.5,-90.5 parent: 2 - - uid: 27344 + - uid: 27326 components: - type: Transform rot: -1.5707963267948966 rad pos: 23.5,-81.5 parent: 2 - - uid: 27345 + - uid: 27327 components: - type: Transform pos: 21.5,-71.5 parent: 2 - - uid: 27346 + - uid: 27328 components: - type: Transform rot: -1.5707963267948966 rad pos: 53.5,-63.5 parent: 2 - - uid: 27347 + - uid: 27329 components: - type: Transform rot: 1.5707963267948966 rad pos: 49.5,-70.5 parent: 2 - - uid: 27348 + - uid: 27330 components: - type: Transform rot: -1.5707963267948966 rad pos: 23.5,-85.5 parent: 2 - - uid: 27349 + - uid: 27331 components: - type: Transform pos: 23.5,-68.5 parent: 2 - - uid: 27350 + - uid: 27332 components: - type: Transform pos: -34.5,-14.5 parent: 2 - - uid: 27351 + - uid: 27333 components: - type: Transform pos: -35.5,-14.5 parent: 2 - - uid: 27352 + - uid: 27334 components: - type: Transform pos: -38.5,-14.5 parent: 2 - - uid: 27353 + - uid: 27335 components: - type: Transform pos: -39.5,-14.5 parent: 2 - - uid: 27354 + - uid: 27336 components: - type: Transform pos: -40.5,-14.5 parent: 2 - - uid: 27355 + - uid: 27337 components: - type: Transform pos: -17.5,-46.5 parent: 2 - - uid: 27356 + - uid: 27338 components: - type: Transform pos: -17.5,-45.5 parent: 2 - - uid: 27357 + - uid: 27339 components: - type: Transform pos: -17.5,-44.5 parent: 2 - - uid: 27358 + - uid: 27340 components: - type: Transform pos: -18.5,-44.5 parent: 2 - - uid: 27359 + - uid: 27341 components: - type: Transform pos: -20.5,-44.5 parent: 2 - - uid: 27360 + - uid: 27342 components: - type: Transform pos: -21.5,-44.5 parent: 2 - - uid: 27361 + - uid: 27343 components: - type: Transform pos: -38.5,-19.5 parent: 2 - - uid: 27362 + - uid: 27344 components: - type: Transform pos: -38.5,-18.5 parent: 2 - - uid: 27363 + - uid: 27345 components: - type: Transform pos: -38.5,-17.5 parent: 2 - - uid: 27364 + - uid: 27346 components: - type: Transform pos: -38.5,-16.5 parent: 2 - - uid: 27365 + - uid: 27347 components: - type: Transform pos: -38.5,-15.5 parent: 2 - - uid: 27366 + - uid: 27348 components: - type: Transform pos: 77.5,-49.5 parent: 2 - - uid: 27367 + - uid: 27349 components: - type: Transform pos: 73.5,-50.5 parent: 2 - - uid: 27368 + - uid: 27350 components: - type: Transform pos: 73.5,-52.5 parent: 2 - - uid: 27369 + - uid: 27351 components: - type: Transform pos: 73.5,-54.5 parent: 2 - - uid: 27370 + - uid: 27352 components: - type: Transform pos: 72.5,-54.5 parent: 2 - - uid: 27371 + - uid: 27353 components: - type: Transform pos: 69.5,-54.5 parent: 2 - - uid: 27372 + - uid: 27354 components: - type: Transform rot: -1.5707963267948966 rad pos: 69.5,-55.5 parent: 2 - - uid: 27373 + - uid: 27355 components: - type: Transform rot: 3.141592653589793 rad pos: -40.5,-21.5 parent: 2 - - uid: 27374 + - uid: 27356 components: - type: Transform rot: 3.141592653589793 rad pos: -40.5,-22.5 parent: 2 - - uid: 27375 + - uid: 27357 components: - type: Transform pos: -44.5,-24.5 parent: 2 - - uid: 27376 + - uid: 27358 components: - type: Transform pos: -42.5,-14.5 parent: 2 - - uid: 27377 + - uid: 27359 components: - type: Transform pos: -43.5,-14.5 parent: 2 - - uid: 27378 + - uid: 27360 components: - type: Transform pos: -43.5,-12.5 parent: 2 - - uid: 27379 + - uid: 27361 components: - type: Transform pos: -43.5,-9.5 parent: 2 - - uid: 27380 + - uid: 27362 components: - type: Transform pos: -43.5,-8.5 parent: 2 - - uid: 27381 + - uid: 27363 components: - type: Transform pos: -43.5,-7.5 parent: 2 - - uid: 27382 + - uid: 27364 components: - type: Transform pos: -43.5,-19.5 parent: 2 - - uid: 27383 + - uid: 27365 components: - type: Transform pos: -42.5,-19.5 parent: 2 - - uid: 27384 + - uid: 27366 components: - type: Transform pos: -40.5,-19.5 parent: 2 - - uid: 27385 + - uid: 27367 components: - type: Transform pos: -39.5,-19.5 parent: 2 - - uid: 27386 + - uid: 27368 components: - type: Transform pos: -43.5,-15.5 parent: 2 - - uid: 27387 + - uid: 27369 components: - type: Transform pos: -43.5,-16.5 parent: 2 - - uid: 27388 + - uid: 27370 components: - type: Transform pos: -43.5,-17.5 parent: 2 - - uid: 27389 + - uid: 27371 components: - type: Transform pos: -43.5,-18.5 parent: 2 - - uid: 27390 + - uid: 27372 components: - type: Transform pos: 59.5,-61.5 parent: 2 - - uid: 27391 + - uid: 27373 components: - type: Transform pos: 67.5,-58.5 parent: 2 - - uid: 27392 + - uid: 27374 components: - type: Transform rot: -1.5707963267948966 rad pos: 67.5,-60.5 parent: 2 - - uid: 27393 + - uid: 27375 components: - type: Transform pos: 68.5,-58.5 parent: 2 - - uid: 27394 + - uid: 27376 components: - type: Transform pos: 65.5,-61.5 parent: 2 - - uid: 27395 + - uid: 27377 components: - type: Transform pos: 60.5,-61.5 parent: 2 - - uid: 27396 + - uid: 27378 components: - type: Transform pos: 65.5,-60.5 parent: 2 - - uid: 27397 + - uid: 27379 components: - type: Transform pos: 67.5,-59.5 parent: 2 - - uid: 27398 + - uid: 27380 components: - type: Transform pos: 52.5,-29.5 parent: 2 - - uid: 27399 + - uid: 27381 components: - type: Transform pos: 52.5,-28.5 parent: 2 - - uid: 27400 + - uid: 27382 components: - type: Transform pos: 52.5,-27.5 parent: 2 - - uid: 27401 + - uid: 27383 components: - type: Transform pos: 52.5,-30.5 parent: 2 - - uid: 27402 + - uid: 27384 components: - type: Transform pos: 52.5,-31.5 parent: 2 - - uid: 27403 + - uid: 27385 components: - type: Transform pos: 43.5,-32.5 parent: 2 - - uid: 27404 + - uid: 27386 components: - type: Transform pos: 58.5,-68.5 parent: 2 - - uid: 27405 + - uid: 27387 components: - type: Transform pos: 49.5,-32.5 parent: 2 - - uid: 27406 + - uid: 27388 components: - type: Transform pos: 48.5,-32.5 parent: 2 - - uid: 27407 + - uid: 27389 components: - type: Transform pos: 46.5,-32.5 parent: 2 - - uid: 27408 + - uid: 27390 components: - type: Transform pos: 57.5,-68.5 parent: 2 - - uid: 27409 + - uid: 27391 components: - type: Transform pos: 45.5,-32.5 parent: 2 - - uid: 27410 + - uid: 27392 components: - type: Transform pos: 69.5,-67.5 parent: 2 - - uid: 27411 + - uid: 27393 components: - type: Transform pos: 70.5,-67.5 parent: 2 - - uid: 27412 + - uid: 27394 components: - type: Transform pos: 71.5,-67.5 parent: 2 - - uid: 27413 + - uid: 27395 components: - type: Transform pos: 71.5,-63.5 parent: 2 - - uid: 27414 + - uid: 27396 components: - type: Transform pos: 72.5,-63.5 parent: 2 - - uid: 27415 + - uid: 27397 components: - type: Transform pos: 72.5,-60.5 parent: 2 - - uid: 27416 + - uid: 27398 components: - type: Transform pos: 73.5,-60.5 parent: 2 - - uid: 27417 + - uid: 27399 components: - type: Transform pos: 72.5,-61.5 parent: 2 - - uid: 27418 + - uid: 27400 components: - type: Transform pos: 72.5,-62.5 parent: 2 - - uid: 27419 + - uid: 27401 components: - type: Transform pos: 73.5,-59.5 parent: 2 - - uid: 27420 + - uid: 27402 components: - type: Transform pos: 73.5,-58.5 parent: 2 - - uid: 27421 + - uid: 27403 components: - type: Transform pos: 74.5,-58.5 parent: 2 - - uid: 27422 + - uid: 27404 components: - type: Transform pos: 75.5,-58.5 parent: 2 - - uid: 27423 + - uid: 27405 components: - type: Transform pos: -43.5,-23.5 parent: 2 - - uid: 27424 + - uid: 27406 components: - type: Transform rot: 3.141592653589793 rad pos: -59.5,-28.5 parent: 2 - - uid: 27425 + - uid: 27407 components: - type: Transform pos: -43.5,-24.5 parent: 2 - - uid: 27426 + - uid: 27408 components: - type: Transform rot: 3.141592653589793 rad pos: -40.5,-20.5 parent: 2 - - uid: 27427 + - uid: 27409 components: - type: Transform rot: -1.5707963267948966 rad pos: -34.5,-38.5 parent: 2 - - uid: 27428 + - uid: 27410 components: - type: Transform rot: -1.5707963267948966 rad pos: -40.5,-37.5 parent: 2 - - uid: 27429 + - uid: 27411 components: - type: Transform pos: 28.5,-69.5 parent: 2 - - uid: 27430 + - uid: 27412 components: - type: Transform pos: 22.5,-69.5 parent: 2 - - uid: 27431 + - uid: 27413 components: - type: Transform pos: 23.5,-69.5 parent: 2 - - uid: 27432 + - uid: 27414 components: - type: Transform rot: -1.5707963267948966 rad pos: -33.5,-39.5 parent: 2 - - uid: 27433 + - uid: 27415 components: - type: Transform rot: -1.5707963267948966 rad pos: -33.5,-38.5 parent: 2 - - uid: 27434 + - uid: 27416 components: - type: Transform pos: -41.5,-36.5 parent: 2 - - uid: 27435 + - uid: 27417 components: - type: Transform pos: -41.5,-37.5 parent: 2 - - uid: 27436 + - uid: 27418 components: - type: Transform rot: -1.5707963267948966 rad pos: -39.5,-37.5 parent: 2 - - uid: 27437 + - uid: 27419 components: - type: Transform rot: -1.5707963267948966 rad pos: -35.5,-37.5 parent: 2 - - uid: 27438 + - uid: 27420 components: - type: Transform rot: -1.5707963267948966 rad pos: -36.5,-37.5 parent: 2 - - uid: 27439 + - uid: 27421 components: - type: Transform rot: -1.5707963267948966 rad pos: -33.5,-42.5 parent: 2 - - uid: 27440 + - uid: 27422 components: - type: Transform rot: -1.5707963267948966 rad pos: -32.5,-42.5 parent: 2 - - uid: 27441 + - uid: 27423 components: - type: Transform pos: -44.5,-7.5 parent: 2 - - uid: 27442 + - uid: 27424 components: - type: Transform pos: -45.5,-7.5 parent: 2 - - uid: 27443 + - uid: 27425 components: - type: Transform pos: -47.5,-7.5 parent: 2 - - uid: 27444 + - uid: 27426 components: - type: Transform pos: -48.5,-7.5 parent: 2 - - uid: 27445 + - uid: 27427 components: - type: Transform pos: -49.5,-10.5 parent: 2 - - uid: 27446 + - uid: 27428 components: - type: Transform pos: -49.5,-9.5 parent: 2 - - uid: 27447 + - uid: 27429 components: - type: Transform pos: -49.5,-8.5 parent: 2 - - uid: 27448 + - uid: 27430 components: - type: Transform pos: -49.5,-7.5 parent: 2 - - uid: 27449 + - uid: 27431 components: - type: Transform pos: -49.5,-18.5 parent: 2 - - uid: 27450 + - uid: 27432 components: - type: Transform pos: -48.5,-18.5 parent: 2 - - uid: 27451 + - uid: 27433 components: - type: Transform pos: -47.5,-18.5 parent: 2 - - uid: 27452 + - uid: 27434 components: - type: Transform pos: -46.5,-18.5 parent: 2 - - uid: 27453 + - uid: 27435 components: - type: Transform pos: -49.5,-11.5 parent: 2 - - uid: 27454 + - uid: 27436 components: - type: Transform pos: -50.5,-11.5 parent: 2 - - uid: 27455 + - uid: 27437 components: - type: Transform pos: -51.5,-11.5 parent: 2 - - uid: 27456 + - uid: 27438 components: - type: Transform pos: -51.5,-12.5 parent: 2 - - uid: 27457 + - uid: 27439 components: - type: Transform pos: -51.5,-14.5 parent: 2 - - uid: 27458 + - uid: 27440 components: - type: Transform pos: -51.5,-15.5 parent: 2 - - uid: 27459 + - uid: 27441 components: - type: Transform pos: -50.5,-15.5 parent: 2 - - uid: 27460 + - uid: 27442 components: - type: Transform pos: -49.5,-15.5 parent: 2 - - uid: 27461 + - uid: 27443 components: - type: Transform pos: -49.5,-4.5 parent: 2 - - uid: 27462 + - uid: 27444 components: - type: Transform pos: -50.5,-4.5 parent: 2 - - uid: 27463 + - uid: 27445 components: - type: Transform pos: -51.5,-4.5 parent: 2 - - uid: 27464 + - uid: 27446 components: - type: Transform pos: -52.5,-4.5 parent: 2 - - uid: 27465 + - uid: 27447 components: - type: Transform pos: -53.5,-4.5 parent: 2 - - uid: 27466 + - uid: 27448 components: - type: Transform pos: -54.5,-4.5 parent: 2 - - uid: 27467 + - uid: 27449 components: - type: Transform pos: -55.5,-4.5 parent: 2 - - uid: 27468 + - uid: 27450 components: - type: Transform pos: -55.5,-5.5 parent: 2 - - uid: 27469 + - uid: 27451 components: - type: Transform pos: -56.5,-5.5 parent: 2 - - uid: 27470 + - uid: 27452 components: - type: Transform pos: -56.5,-6.5 parent: 2 - - uid: 27471 + - uid: 27453 components: - type: Transform pos: -56.5,-7.5 parent: 2 - - uid: 27472 + - uid: 27454 components: - type: Transform pos: -56.5,-8.5 parent: 2 - - uid: 27473 + - uid: 27455 components: - type: Transform pos: -56.5,-9.5 parent: 2 - - uid: 27474 + - uid: 27456 components: - type: Transform pos: -56.5,-10.5 parent: 2 - - uid: 27475 + - uid: 27457 components: - type: Transform pos: -56.5,-16.5 parent: 2 - - uid: 27476 + - uid: 27458 components: - type: Transform pos: -56.5,-17.5 parent: 2 - - uid: 27477 + - uid: 27459 components: - type: Transform rot: -1.5707963267948966 rad pos: -57.5,-17.5 parent: 2 - - uid: 27478 + - uid: 27460 components: - type: Transform pos: -56.5,-19.5 parent: 2 - - uid: 27479 + - uid: 27461 components: - type: Transform pos: -56.5,-19.5 parent: 2 - - uid: 27480 + - uid: 27462 components: - type: Transform pos: -52.5,-21.5 parent: 2 - - uid: 27481 + - uid: 27463 components: - type: Transform pos: -50.5,-21.5 parent: 2 - - uid: 27482 + - uid: 27464 components: - type: Transform pos: -49.5,-21.5 parent: 2 - - uid: 27483 + - uid: 27465 components: - type: Transform pos: -44.5,-18.5 parent: 2 - - uid: 27484 + - uid: 27466 components: - type: Transform pos: -44.5,-18.5 parent: 2 - - uid: 27485 + - uid: 27467 components: - type: Transform pos: 55.5,-50.5 parent: 2 - - uid: 27486 + - uid: 27468 components: - type: Transform pos: -49.5,-22.5 parent: 2 - - uid: 27487 + - uid: 27469 components: - type: Transform rot: -1.5707963267948966 rad pos: -47.5,-24.5 parent: 2 - - uid: 27488 + - uid: 27470 components: - type: Transform pos: 56.5,-50.5 parent: 2 - - uid: 27489 + - uid: 27471 components: - type: Transform pos: -52.5,-26.5 parent: 2 - - uid: 27490 + - uid: 27472 components: - type: Transform pos: -49.5,-20.5 parent: 2 - - uid: 27491 + - uid: 27473 components: - type: Transform rot: 3.141592653589793 rad pos: -58.5,-22.5 parent: 2 - - uid: 27492 + - uid: 27474 components: - type: Transform rot: 3.141592653589793 rad pos: -59.5,-22.5 parent: 2 - - uid: 27493 + - uid: 27475 components: - type: Transform rot: 3.141592653589793 rad pos: -60.5,-22.5 parent: 2 - - uid: 27494 + - uid: 27476 components: - type: Transform rot: 3.141592653589793 rad pos: -61.5,-22.5 parent: 2 - - uid: 27495 + - uid: 27477 components: - type: Transform rot: 3.141592653589793 rad pos: -62.5,-22.5 parent: 2 - - uid: 27496 + - uid: 27478 components: - type: Transform rot: 3.141592653589793 rad pos: -63.5,-22.5 parent: 2 - - uid: 27497 + - uid: 27479 components: - type: Transform rot: 3.141592653589793 rad pos: -69.5,-22.5 parent: 2 - - uid: 27498 + - uid: 27480 components: - type: Transform rot: 3.141592653589793 rad pos: -70.5,-22.5 parent: 2 - - uid: 27499 + - uid: 27481 components: - type: Transform rot: 3.141592653589793 rad pos: -53.5,-26.5 parent: 2 - - uid: 27500 + - uid: 27482 components: - type: Transform rot: 3.141592653589793 rad pos: -55.5,-26.5 parent: 2 - - uid: 27501 + - uid: 27483 components: - type: Transform rot: 1.5707963267948966 rad pos: -56.5,-26.5 parent: 2 - - uid: 27502 + - uid: 27484 components: - type: Transform rot: 3.141592653589793 rad pos: -57.5,-26.5 parent: 2 - - uid: 27503 + - uid: 27485 components: - type: Transform rot: 3.141592653589793 rad pos: -59.5,-26.5 parent: 2 - - uid: 27504 + - uid: 27486 components: - type: Transform pos: -59.5,-29.5 parent: 2 - - uid: 27505 + - uid: 27487 components: - type: Transform rot: 3.141592653589793 rad pos: -63.5,-29.5 parent: 2 - - uid: 27506 + - uid: 27488 components: - type: Transform pos: -62.5,-26.5 parent: 2 - - uid: 27507 + - uid: 27489 components: - type: Transform pos: -63.5,-27.5 parent: 2 - - uid: 27508 + - uid: 27490 components: - type: Transform pos: -63.5,-28.5 parent: 2 - - uid: 27509 + - uid: 27491 components: - type: Transform pos: -63.5,-26.5 parent: 2 - - uid: 27510 + - uid: 27492 components: - type: Transform pos: -59.5,-31.5 parent: 2 - - uid: 27511 + - uid: 27493 components: - type: Transform pos: -60.5,-31.5 parent: 2 - - uid: 27512 + - uid: 27494 components: - type: Transform pos: -57.5,-19.5 parent: 2 - - uid: 27513 + - uid: 27495 components: - type: Transform pos: -58.5,-19.5 parent: 2 - - uid: 27514 + - uid: 27496 components: - type: Transform pos: -58.5,-20.5 parent: 2 - - uid: 27515 + - uid: 27497 components: - type: Transform pos: -58.5,-21.5 parent: 2 - - uid: 27516 + - uid: 27498 components: - type: Transform pos: -62.5,-31.5 parent: 2 - - uid: 27517 + - uid: 27499 components: - type: Transform pos: -63.5,-31.5 parent: 2 - - uid: 27518 + - uid: 27500 components: - type: Transform pos: -63.5,-32.5 parent: 2 - - uid: 27519 + - uid: 27501 components: - type: Transform rot: 1.5707963267948966 rad pos: -58.5,-26.5 parent: 2 - - uid: 27520 + - uid: 27502 components: - type: Transform rot: 1.5707963267948966 rad pos: -54.5,-26.5 parent: 2 - - uid: 27521 + - uid: 27503 components: - type: Transform rot: 3.141592653589793 rad pos: -40.5,-23.5 parent: 2 - - uid: 27522 + - uid: 27504 components: - type: Transform rot: 3.141592653589793 rad pos: -41.5,-23.5 parent: 2 - - uid: 27523 + - uid: 27505 components: - type: Transform rot: 3.141592653589793 rad pos: -42.5,-23.5 parent: 2 - - uid: 27524 + - uid: 27506 components: - type: Transform pos: -59.5,-27.5 parent: 2 - - uid: 27525 + - uid: 27507 components: - type: Transform pos: -50.5,-55.5 parent: 2 - - uid: 27526 + - uid: 27508 components: - type: Transform pos: -50.5,-53.5 parent: 2 - - uid: 27527 + - uid: 27509 components: - type: Transform pos: -50.5,-51.5 parent: 2 - - uid: 27528 + - uid: 27510 components: - type: Transform pos: -50.5,-49.5 parent: 2 - - uid: 27529 + - uid: 27511 components: - type: Transform pos: -50.5,-47.5 parent: 2 - - uid: 27530 + - uid: 27512 components: - type: Transform pos: -50.5,-45.5 parent: 2 - - uid: 27531 + - uid: 27513 components: - type: Transform pos: -50.5,-43.5 parent: 2 - - uid: 27532 + - uid: 27514 components: - type: Transform pos: -50.5,-41.5 parent: 2 - - uid: 27533 + - uid: 27515 components: - type: Transform pos: -49.5,-41.5 parent: 2 - - uid: 27534 + - uid: 27516 components: - type: Transform pos: -48.5,-41.5 parent: 2 - - uid: 27535 + - uid: 27517 components: - type: Transform pos: -47.5,-41.5 parent: 2 - - uid: 27536 + - uid: 27518 components: - type: Transform pos: -49.5,-43.5 parent: 2 - - uid: 27537 + - uid: 27519 components: - type: Transform pos: -48.5,-43.5 parent: 2 - - uid: 27538 + - uid: 27520 components: - type: Transform pos: -47.5,-43.5 parent: 2 - - uid: 27539 + - uid: 27521 components: - type: Transform pos: -49.5,-45.5 parent: 2 - - uid: 27540 + - uid: 27522 components: - type: Transform pos: -48.5,-45.5 parent: 2 - - uid: 27541 + - uid: 27523 components: - type: Transform pos: -47.5,-45.5 parent: 2 - - uid: 27542 + - uid: 27524 components: - type: Transform pos: -49.5,-47.5 parent: 2 - - uid: 27543 + - uid: 27525 components: - type: Transform pos: -48.5,-47.5 parent: 2 - - uid: 27544 + - uid: 27526 components: - type: Transform pos: -47.5,-47.5 parent: 2 - - uid: 27545 + - uid: 27527 components: - type: Transform pos: -49.5,-49.5 parent: 2 - - uid: 27546 + - uid: 27528 components: - type: Transform pos: -48.5,-49.5 parent: 2 - - uid: 27547 + - uid: 27529 components: - type: Transform pos: -47.5,-49.5 parent: 2 - - uid: 27548 + - uid: 27530 components: - type: Transform pos: -49.5,-51.5 parent: 2 - - uid: 27549 + - uid: 27531 components: - type: Transform pos: -48.5,-51.5 parent: 2 - - uid: 27550 + - uid: 27532 components: - type: Transform pos: -47.5,-51.5 parent: 2 - - uid: 27551 + - uid: 27533 components: - type: Transform pos: -49.5,-53.5 parent: 2 - - uid: 27552 + - uid: 27534 components: - type: Transform pos: -48.5,-53.5 parent: 2 - - uid: 27553 + - uid: 27535 components: - type: Transform pos: -47.5,-53.5 parent: 2 - - uid: 27554 + - uid: 27536 components: - type: Transform pos: -49.5,-55.5 parent: 2 - - uid: 27555 + - uid: 27537 components: - type: Transform pos: -48.5,-55.5 parent: 2 - - uid: 27556 + - uid: 27538 components: - type: Transform pos: -47.5,-55.5 parent: 2 - - uid: 27557 + - uid: 27539 components: - type: Transform pos: -51.5,-55.5 parent: 2 - - uid: 27558 + - uid: 27540 components: - type: Transform pos: -51.5,-54.5 parent: 2 - - uid: 27559 + - uid: 27541 components: - type: Transform pos: -51.5,-53.5 parent: 2 - - uid: 27560 + - uid: 27542 components: - type: Transform pos: -51.5,-51.5 parent: 2 - - uid: 27561 + - uid: 27543 components: - type: Transform pos: -51.5,-50.5 parent: 2 - - uid: 27562 + - uid: 27544 components: - type: Transform pos: -51.5,-49.5 parent: 2 - - uid: 27563 + - uid: 27545 components: - type: Transform pos: -51.5,-48.5 parent: 2 - - uid: 27564 + - uid: 27546 components: - type: Transform pos: -51.5,-47.5 parent: 2 - - uid: 27565 + - uid: 27547 components: - type: Transform pos: -51.5,-46.5 parent: 2 - - uid: 27566 + - uid: 27548 components: - type: Transform pos: -51.5,-45.5 parent: 2 - - uid: 27567 + - uid: 27549 components: - type: Transform pos: -51.5,-44.5 parent: 2 - - uid: 27568 + - uid: 27550 components: - type: Transform pos: -51.5,-43.5 parent: 2 - - uid: 27569 + - uid: 27551 components: - type: Transform pos: -51.5,-42.5 parent: 2 - - uid: 27570 + - uid: 27552 components: - type: Transform pos: -51.5,-41.5 parent: 2 - - uid: 27571 + - uid: 27553 components: - type: Transform pos: -47.5,-38.5 parent: 2 - - uid: 27572 + - uid: 27554 components: - type: Transform pos: -41.5,-39.5 parent: 2 - - uid: 27573 + - uid: 27555 components: - type: Transform pos: -41.5,-38.5 parent: 2 - - uid: 27574 + - uid: 27556 components: - type: Transform rot: 1.5707963267948966 rad pos: -59.5,-30.5 parent: 2 - - uid: 27575 + - uid: 27557 components: - type: Transform rot: 3.141592653589793 rad pos: -58.5,-31.5 parent: 2 - - uid: 27576 + - uid: 27558 components: - type: Transform rot: 3.141592653589793 rad pos: -57.5,-5.5 parent: 2 - - uid: 27577 + - uid: 27559 components: - type: Transform rot: 3.141592653589793 rad pos: -57.5,-4.5 parent: 2 - - uid: 27578 + - uid: 27560 components: - type: Transform rot: 3.141592653589793 rad pos: -58.5,-4.5 parent: 2 - - uid: 27579 + - uid: 27561 components: - type: Transform rot: 3.141592653589793 rad pos: -59.5,-4.5 parent: 2 - - uid: 27580 + - uid: 27562 components: - type: Transform rot: 3.141592653589793 rad pos: -60.5,-4.5 parent: 2 - - uid: 27581 + - uid: 27563 components: - type: Transform rot: 3.141592653589793 rad pos: -61.5,-4.5 parent: 2 - - uid: 27582 + - uid: 27564 components: - type: Transform rot: 3.141592653589793 rad pos: -62.5,-4.5 parent: 2 - - uid: 27583 + - uid: 27565 components: - type: Transform rot: 3.141592653589793 rad pos: -63.5,-4.5 parent: 2 - - uid: 27584 + - uid: 27566 components: - type: Transform rot: 3.141592653589793 rad pos: -64.5,-4.5 parent: 2 - - uid: 27585 + - uid: 27567 components: - type: Transform rot: 3.141592653589793 rad pos: -65.5,-4.5 parent: 2 - - uid: 27586 + - uid: 27568 components: - type: Transform rot: 3.141592653589793 rad pos: -66.5,-4.5 parent: 2 - - uid: 27587 + - uid: 27569 components: - type: Transform rot: 3.141592653589793 rad pos: -67.5,-4.5 parent: 2 - - uid: 27588 + - uid: 27570 components: - type: Transform rot: 3.141592653589793 rad pos: -68.5,-4.5 parent: 2 - - uid: 27589 + - uid: 27571 components: - type: Transform rot: 3.141592653589793 rad pos: -69.5,-4.5 parent: 2 - - uid: 27590 + - uid: 27572 components: - type: Transform rot: 3.141592653589793 rad pos: -70.5,-4.5 parent: 2 - - uid: 27591 + - uid: 27573 components: - type: Transform rot: 3.141592653589793 rad pos: -71.5,-4.5 parent: 2 - - uid: 27592 + - uid: 27574 components: - type: Transform rot: 3.141592653589793 rad pos: -72.5,-4.5 parent: 2 - - uid: 27593 + - uid: 27575 components: - type: Transform rot: 3.141592653589793 rad pos: -73.5,-4.5 parent: 2 - - uid: 27594 + - uid: 27576 components: - type: Transform rot: 3.141592653589793 rad pos: -74.5,-4.5 parent: 2 - - uid: 27595 + - uid: 27577 components: - type: Transform rot: 3.141592653589793 rad pos: -75.5,-4.5 parent: 2 - - uid: 27596 + - uid: 27578 components: - type: Transform rot: 3.141592653589793 rad pos: -75.5,-5.5 parent: 2 - - uid: 27597 + - uid: 27579 components: - type: Transform rot: 3.141592653589793 rad pos: -75.5,-6.5 parent: 2 - - uid: 27598 + - uid: 27580 components: - type: Transform rot: 3.141592653589793 rad pos: -75.5,-7.5 parent: 2 - - uid: 27599 + - uid: 27581 components: - type: Transform rot: 3.141592653589793 rad pos: -75.5,-8.5 parent: 2 - - uid: 27600 + - uid: 27582 components: - type: Transform rot: 3.141592653589793 rad pos: -75.5,-9.5 parent: 2 - - uid: 27601 + - uid: 27583 components: - type: Transform rot: 3.141592653589793 rad pos: -75.5,-10.5 parent: 2 - - uid: 27602 + - uid: 27584 components: - type: Transform rot: 3.141592653589793 rad pos: -75.5,-11.5 parent: 2 - - uid: 27603 + - uid: 27585 components: - type: Transform rot: 3.141592653589793 rad pos: -75.5,-13.5 parent: 2 - - uid: 27604 + - uid: 27586 components: - type: Transform rot: 3.141592653589793 rad pos: -75.5,-14.5 parent: 2 - - uid: 27605 + - uid: 27587 components: - type: Transform rot: 3.141592653589793 rad pos: -75.5,-15.5 parent: 2 - - uid: 27606 + - uid: 27588 components: - type: Transform rot: 3.141592653589793 rad pos: -75.5,-16.5 parent: 2 - - uid: 27607 + - uid: 27589 components: - type: Transform rot: 3.141592653589793 rad pos: -75.5,-17.5 parent: 2 - - uid: 27608 + - uid: 27590 components: - type: Transform rot: 3.141592653589793 rad pos: -75.5,-18.5 parent: 2 - - uid: 27609 + - uid: 27591 components: - type: Transform rot: 3.141592653589793 rad pos: -75.5,-19.5 parent: 2 - - uid: 27610 + - uid: 27592 components: - type: Transform rot: 3.141592653589793 rad pos: -75.5,-20.5 parent: 2 - - uid: 27611 + - uid: 27593 components: - type: Transform rot: 3.141592653589793 rad pos: -75.5,-21.5 parent: 2 - - uid: 27612 + - uid: 27594 components: - type: Transform rot: 3.141592653589793 rad pos: -75.5,-22.5 parent: 2 - - uid: 27613 + - uid: 27595 components: - type: Transform rot: 3.141592653589793 rad pos: -74.5,-22.5 parent: 2 - - uid: 27614 + - uid: 27596 components: - type: Transform rot: 3.141592653589793 rad pos: -73.5,-22.5 parent: 2 - - uid: 27615 + - uid: 27597 components: - type: Transform rot: 3.141592653589793 rad pos: -72.5,-22.5 parent: 2 - - uid: 27616 + - uid: 27598 components: - type: Transform rot: 3.141592653589793 rad pos: -71.5,-22.5 parent: 2 - - uid: 27617 + - uid: 27599 components: - type: Transform pos: -45.5,-57.5 parent: 2 - - uid: 27618 + - uid: 27600 components: - type: Transform pos: -45.5,-56.5 parent: 2 - - uid: 27619 + - uid: 27601 components: - type: Transform pos: -45.5,-58.5 parent: 2 - - uid: 27620 + - uid: 27602 components: - type: Transform rot: 3.141592653589793 rad pos: -39.5,-59.5 parent: 2 - - uid: 27621 + - uid: 27603 components: - type: Transform pos: -43.5,-58.5 parent: 2 - - uid: 27622 + - uid: 27604 components: - type: Transform rot: 3.141592653589793 rad pos: -36.5,-58.5 parent: 2 - - uid: 27623 + - uid: 27605 components: - type: Transform pos: -40.5,-58.5 parent: 2 - - uid: 27624 + - uid: 27606 components: - type: Transform pos: -45.5,-32.5 parent: 2 - - uid: 27625 + - uid: 27607 components: - type: Transform pos: -45.5,-36.5 parent: 2 - - uid: 27626 + - uid: 27608 components: - type: Transform rot: 3.141592653589793 rad pos: -40.5,-59.5 parent: 2 - - uid: 27627 + - uid: 27609 components: - type: Transform rot: -1.5707963267948966 rad pos: -32.5,-43.5 parent: 2 - - uid: 27628 + - uid: 27610 components: - type: Transform rot: 1.5707963267948966 rad pos: -36.5,-38.5 parent: 2 - - uid: 27629 + - uid: 27611 components: - type: Transform rot: 1.5707963267948966 rad pos: -36.5,-39.5 parent: 2 - - uid: 27630 + - uid: 27612 components: - type: Transform rot: 1.5707963267948966 rad pos: -36.5,-40.5 parent: 2 - - uid: 27631 + - uid: 27613 components: - type: Transform rot: 1.5707963267948966 rad pos: -41.5,-40.5 parent: 2 - - uid: 27632 + - uid: 27614 components: - type: Transform pos: -32.5,-44.5 parent: 2 - - uid: 27633 + - uid: 27615 components: - type: Transform pos: -32.5,-45.5 parent: 2 - - uid: 27634 + - uid: 27616 components: - type: Transform pos: -32.5,-46.5 parent: 2 - - uid: 27635 + - uid: 27617 components: - type: Transform pos: -32.5,-47.5 parent: 2 - - uid: 27636 + - uid: 27618 components: - type: Transform pos: -32.5,-48.5 parent: 2 - - uid: 27637 + - uid: 27619 components: - type: Transform pos: -32.5,-49.5 parent: 2 - - uid: 27638 + - uid: 27620 components: - type: Transform pos: -32.5,-51.5 parent: 2 - - uid: 27639 + - uid: 27621 components: - type: Transform pos: -32.5,-52.5 parent: 2 - - uid: 27640 + - uid: 27622 components: - type: Transform pos: -32.5,-53.5 parent: 2 - - uid: 27641 + - uid: 27623 components: - type: Transform pos: -32.5,-54.5 parent: 2 - - uid: 27642 + - uid: 27624 components: - type: Transform pos: -32.5,-55.5 parent: 2 - - uid: 27643 + - uid: 27625 components: - type: Transform pos: -32.5,-56.5 parent: 2 - - uid: 27644 + - uid: 27626 components: - type: Transform pos: -32.5,-57.5 parent: 2 - - uid: 27645 + - uid: 27627 components: - type: Transform pos: -33.5,-57.5 parent: 2 - - uid: 27646 + - uid: 27628 components: - type: Transform pos: -33.5,-58.5 parent: 2 - - uid: 27647 + - uid: 27629 components: - type: Transform pos: -34.5,-58.5 parent: 2 - - uid: 27648 + - uid: 27630 components: - type: Transform pos: 65.5,-31.5 parent: 2 - - uid: 27649 + - uid: 27631 components: - type: Transform pos: -70.5,-3.5 parent: 2 - - uid: 27650 + - uid: 27632 components: - type: Transform pos: -71.5,-3.5 parent: 2 - - uid: 27651 + - uid: 27633 components: - type: Transform pos: -72.5,-3.5 parent: 2 - - uid: 27652 + - uid: 27634 components: - type: Transform pos: -76.5,-4.5 parent: 2 - - uid: 27653 + - uid: 27635 components: - type: Transform pos: -76.5,-5.5 parent: 2 - - uid: 27654 + - uid: 27636 components: - type: Transform pos: -76.5,-6.5 parent: 2 - - uid: 27655 + - uid: 27637 components: - type: Transform rot: -1.5707963267948966 rad pos: -58.5,-17.5 parent: 2 - - uid: 27656 + - uid: 27638 components: - type: Transform pos: -76.5,-18.5 parent: 2 - - uid: 27657 + - uid: 27639 components: - type: Transform pos: -76.5,-19.5 parent: 2 - - uid: 27658 + - uid: 27640 components: - type: Transform pos: -76.5,-20.5 parent: 2 - - uid: 27659 + - uid: 27641 components: - type: Transform pos: -75.5,-23.5 parent: 2 - - uid: 27660 + - uid: 27642 components: - type: Transform pos: -63.5,-3.5 parent: 2 - - uid: 27661 + - uid: 27643 components: - type: Transform pos: -64.5,-3.5 parent: 2 - - uid: 27662 + - uid: 27644 components: - type: Transform pos: -65.5,-3.5 parent: 2 - - uid: 27663 + - uid: 27645 components: - type: Transform pos: -58.5,-3.5 parent: 2 - - uid: 27664 + - uid: 27646 components: - type: Transform pos: -75.5,-24.5 parent: 2 - - uid: 27665 + - uid: 27647 components: - type: Transform pos: -75.5,-27.5 parent: 2 - - uid: 27666 + - uid: 27648 components: - type: Transform pos: -75.5,-26.5 parent: 2 - - uid: 27667 + - uid: 27649 components: - type: Transform pos: -76.5,-26.5 parent: 2 - - uid: 27668 + - uid: 27650 components: - type: Transform pos: -45.5,-31.5 parent: 2 - - uid: 27669 + - uid: 27651 components: - type: Transform rot: -1.5707963267948966 rad pos: -46.5,-31.5 parent: 2 - - uid: 27670 + - uid: 27652 components: - type: Transform rot: -1.5707963267948966 rad pos: -47.5,-31.5 parent: 2 - - uid: 27671 + - uid: 27653 components: - type: Transform rot: -1.5707963267948966 rad pos: -47.5,-32.5 parent: 2 - - uid: 27672 + - uid: 27654 components: - type: Transform rot: -1.5707963267948966 rad pos: -47.5,-33.5 parent: 2 - - uid: 27673 + - uid: 27655 components: - type: Transform rot: -1.5707963267948966 rad pos: -53.5,-35.5 parent: 2 - - uid: 27674 + - uid: 27656 components: - type: Transform rot: -1.5707963267948966 rad pos: -53.5,-38.5 parent: 2 - - uid: 27675 + - uid: 27657 components: - type: Transform rot: -1.5707963267948966 rad pos: -53.5,-39.5 parent: 2 - - uid: 27676 + - uid: 27658 components: - type: Transform rot: -1.5707963267948966 rad pos: -53.5,-40.5 parent: 2 - - uid: 27677 + - uid: 27659 components: - type: Transform rot: -1.5707963267948966 rad pos: -54.5,-40.5 parent: 2 - - uid: 27678 + - uid: 27660 components: - type: Transform rot: -1.5707963267948966 rad pos: -55.5,-40.5 parent: 2 - - uid: 27679 + - uid: 27661 components: - type: Transform rot: -1.5707963267948966 rad pos: -55.5,-41.5 parent: 2 - - uid: 27680 + - uid: 27662 components: - type: Transform rot: -1.5707963267948966 rad pos: -55.5,-42.5 parent: 2 - - uid: 27681 + - uid: 27663 components: - type: Transform rot: -1.5707963267948966 rad pos: -55.5,-43.5 parent: 2 - - uid: 27682 + - uid: 27664 components: - type: Transform rot: -1.5707963267948966 rad pos: -55.5,-44.5 parent: 2 - - uid: 27683 + - uid: 27665 components: - type: Transform rot: -1.5707963267948966 rad pos: -55.5,-45.5 parent: 2 - - uid: 27684 + - uid: 27666 components: - type: Transform rot: -1.5707963267948966 rad pos: -55.5,-46.5 parent: 2 - - uid: 27685 + - uid: 27667 components: - type: Transform pos: -53.5,-46.5 parent: 2 - - uid: 27686 + - uid: 27668 components: - type: Transform pos: -53.5,-51.5 parent: 2 - - uid: 27687 + - uid: 27669 components: - type: Transform pos: -54.5,-51.5 parent: 2 - - uid: 27688 + - uid: 27670 components: - type: Transform pos: -54.5,-46.5 parent: 2 - - uid: 27689 + - uid: 27671 components: - type: Transform rot: -1.5707963267948966 rad pos: -55.5,-51.5 parent: 2 - - uid: 27690 + - uid: 27672 components: - type: Transform rot: -1.5707963267948966 rad pos: -55.5,-52.5 parent: 2 - - uid: 27691 + - uid: 27673 components: - type: Transform rot: -1.5707963267948966 rad pos: -55.5,-53.5 parent: 2 - - uid: 27692 + - uid: 27674 components: - type: Transform rot: -1.5707963267948966 rad pos: -55.5,-54.5 parent: 2 - - uid: 27693 + - uid: 27675 components: - type: Transform rot: -1.5707963267948966 rad pos: -55.5,-55.5 parent: 2 - - uid: 27694 + - uid: 27676 components: - type: Transform rot: -1.5707963267948966 rad pos: -55.5,-56.5 parent: 2 - - uid: 27695 + - uid: 27677 components: - type: Transform rot: -1.5707963267948966 rad pos: -55.5,-57.5 parent: 2 - - uid: 27696 + - uid: 27678 components: - type: Transform rot: -1.5707963267948966 rad pos: -58.5,-32.5 parent: 2 - - uid: 27697 + - uid: 27679 components: - type: Transform rot: -1.5707963267948966 rad pos: -58.5,-33.5 parent: 2 - - uid: 27698 + - uid: 27680 components: - type: Transform rot: -1.5707963267948966 rad pos: -58.5,-34.5 parent: 2 - - uid: 27699 + - uid: 27681 components: - type: Transform rot: -1.5707963267948966 rad pos: -58.5,-35.5 parent: 2 - - uid: 27700 + - uid: 27682 components: - type: Transform rot: -1.5707963267948966 rad pos: -58.5,-38.5 parent: 2 - - uid: 27701 + - uid: 27683 components: - type: Transform rot: -1.5707963267948966 rad pos: -58.5,-39.5 parent: 2 - - uid: 27702 + - uid: 27684 components: - type: Transform rot: -1.5707963267948966 rad pos: -58.5,-40.5 parent: 2 - - uid: 27703 + - uid: 27685 components: - type: Transform rot: -1.5707963267948966 rad pos: -58.5,-41.5 parent: 2 - - uid: 27704 + - uid: 27686 components: - type: Transform rot: -1.5707963267948966 rad pos: -58.5,-42.5 parent: 2 - - uid: 27705 + - uid: 27687 components: - type: Transform rot: -1.5707963267948966 rad pos: -58.5,-45.5 parent: 2 - - uid: 27706 + - uid: 27688 components: - type: Transform rot: -1.5707963267948966 rad pos: -58.5,-46.5 parent: 2 - - uid: 27707 + - uid: 27689 components: - type: Transform rot: -1.5707963267948966 rad pos: -58.5,-49.5 parent: 2 - - uid: 27708 + - uid: 27690 components: - type: Transform rot: -1.5707963267948966 rad pos: -58.5,-50.5 parent: 2 - - uid: 27709 + - uid: 27691 components: - type: Transform rot: -1.5707963267948966 rad pos: -58.5,-53.5 parent: 2 - - uid: 27710 + - uid: 27692 components: - type: Transform rot: -1.5707963267948966 rad pos: -58.5,-55.5 parent: 2 - - uid: 27711 + - uid: 27693 components: - type: Transform rot: -1.5707963267948966 rad pos: -58.5,-56.5 parent: 2 - - uid: 27712 + - uid: 27694 components: - type: Transform rot: -1.5707963267948966 rad pos: -58.5,-57.5 parent: 2 - - uid: 27713 + - uid: 27695 components: - type: Transform rot: -1.5707963267948966 rad pos: -58.5,-58.5 parent: 2 - - uid: 27714 + - uid: 27696 components: - type: Transform rot: -1.5707963267948966 rad pos: -56.5,-64.5 parent: 2 - - uid: 27715 + - uid: 27697 components: - type: Transform rot: -1.5707963267948966 rad pos: -56.5,-65.5 parent: 2 - - uid: 27716 + - uid: 27698 components: - type: Transform rot: -1.5707963267948966 rad pos: -56.5,-66.5 parent: 2 - - uid: 27717 + - uid: 27699 components: - type: Transform rot: 3.141592653589793 rad pos: -36.5,-59.5 parent: 2 - - uid: 27718 + - uid: 27700 components: - type: Transform rot: 3.141592653589793 rad pos: -37.5,-59.5 parent: 2 - - uid: 27719 + - uid: 27701 components: - type: Transform pos: -45.5,-41.5 parent: 2 - - uid: 27720 + - uid: 27702 components: - type: Transform pos: -57.5,-70.5 parent: 2 - - uid: 27721 + - uid: 27703 components: - type: Transform pos: -57.5,-72.5 parent: 2 - - uid: 27722 + - uid: 27704 components: - type: Transform pos: -57.5,-74.5 parent: 2 - - uid: 27723 + - uid: 27705 components: - type: Transform pos: -57.5,-78.5 parent: 2 - - uid: 27724 + - uid: 27706 components: - type: Transform pos: -57.5,-80.5 parent: 2 - - uid: 27725 + - uid: 27707 components: - type: Transform pos: -57.5,-82.5 parent: 2 - - uid: 27726 + - uid: 27708 components: - type: Transform pos: -56.5,-67.5 parent: 2 - - uid: 27727 + - uid: 27709 components: - type: Transform pos: -57.5,-67.5 parent: 2 - - uid: 27728 + - uid: 27710 components: - type: Transform pos: -57.5,-68.5 parent: 2 - - uid: 27729 + - uid: 27711 components: - type: Transform pos: -57.5,-69.5 parent: 2 - - uid: 27730 + - uid: 27712 components: - type: Transform rot: 1.5707963267948966 rad pos: -51.5,-61.5 parent: 2 - - uid: 27731 + - uid: 27713 components: - type: Transform rot: 3.141592653589793 rad pos: -22.5,-50.5 parent: 2 - - uid: 27732 + - uid: 27714 components: - type: Transform pos: -31.5,-57.5 parent: 2 - - uid: 27733 + - uid: 27715 components: - type: Transform pos: -31.5,-58.5 parent: 2 - - uid: 27734 + - uid: 27716 components: - type: Transform pos: -30.5,-58.5 parent: 2 - - uid: 27735 + - uid: 27717 components: - type: Transform pos: -30.5,-59.5 parent: 2 - - uid: 27736 + - uid: 27718 components: - type: Transform pos: -30.5,-60.5 parent: 2 - - uid: 27737 + - uid: 27719 components: - type: Transform pos: -31.5,-60.5 parent: 2 - - uid: 27738 + - uid: 27720 components: - type: Transform pos: -31.5,-61.5 parent: 2 - - uid: 27739 + - uid: 27721 components: - type: Transform pos: -32.5,-61.5 parent: 2 - - uid: 27740 + - uid: 27722 components: - type: Transform pos: -33.5,-61.5 parent: 2 - - uid: 27741 + - uid: 27723 components: - type: Transform pos: -33.5,-62.5 parent: 2 - - uid: 27742 + - uid: 27724 components: - type: Transform pos: -34.5,-62.5 parent: 2 - - uid: 27743 + - uid: 27725 components: - type: Transform pos: -35.5,-62.5 parent: 2 - - uid: 27744 + - uid: 27726 components: - type: Transform pos: -36.5,-62.5 parent: 2 - - uid: 27745 + - uid: 27727 components: - type: Transform pos: -37.5,-62.5 parent: 2 - - uid: 27746 + - uid: 27728 components: - type: Transform pos: -38.5,-62.5 parent: 2 - - uid: 27747 + - uid: 27729 components: - type: Transform pos: -39.5,-62.5 parent: 2 - - uid: 27748 + - uid: 27730 components: - type: Transform pos: -42.5,-62.5 parent: 2 - - uid: 27749 + - uid: 27731 components: - type: Transform pos: -43.5,-62.5 parent: 2 - - uid: 27750 + - uid: 27732 components: - type: Transform pos: -44.5,-62.5 parent: 2 - - uid: 27751 + - uid: 27733 components: - type: Transform pos: -45.5,-62.5 parent: 2 - - uid: 27752 + - uid: 27734 components: - type: Transform pos: -46.5,-62.5 parent: 2 - - uid: 27753 + - uid: 27735 components: - type: Transform pos: -47.5,-62.5 parent: 2 - - uid: 27754 + - uid: 27736 components: - type: Transform pos: -48.5,-62.5 parent: 2 - - uid: 27755 + - uid: 27737 components: - type: Transform pos: -49.5,-62.5 parent: 2 - - uid: 27756 + - uid: 27738 components: - type: Transform pos: -50.5,-61.5 parent: 2 - - uid: 27757 + - uid: 27739 components: - type: Transform pos: -49.5,-61.5 parent: 2 - - uid: 27758 + - uid: 27740 components: - type: Transform pos: -59.5,-78.5 parent: 2 - - uid: 27759 + - uid: 27741 components: - type: Transform pos: -50.5,-77.5 parent: 2 - - uid: 27760 + - uid: 27742 components: - type: Transform pos: -50.5,-78.5 parent: 2 - - uid: 27761 + - uid: 27743 components: - type: Transform pos: -57.5,-83.5 parent: 2 - - uid: 27762 + - uid: 27744 components: - type: Transform pos: -56.5,-83.5 parent: 2 - - uid: 27763 + - uid: 27745 components: - type: Transform pos: -52.5,-83.5 parent: 2 - - uid: 27764 + - uid: 27746 components: - type: Transform pos: -52.5,-82.5 parent: 2 - - uid: 27765 + - uid: 27747 components: - type: Transform pos: -52.5,-81.5 parent: 2 - - uid: 27766 + - uid: 27748 components: - type: Transform pos: -51.5,-81.5 parent: 2 - - uid: 27767 + - uid: 27749 components: - type: Transform pos: -51.5,-80.5 parent: 2 - - uid: 27768 + - uid: 27750 components: - type: Transform pos: -50.5,-80.5 parent: 2 - - uid: 27769 + - uid: 27751 components: - type: Transform pos: -50.5,-79.5 parent: 2 - - uid: 27770 + - uid: 27752 components: - type: Transform pos: -59.5,-80.5 parent: 2 - - uid: 27771 + - uid: 27753 components: - type: Transform pos: -59.5,-82.5 parent: 2 - - uid: 27772 + - uid: 27754 components: - type: Transform pos: -58.5,-82.5 parent: 2 - - uid: 27773 + - uid: 27755 components: - type: Transform pos: -58.5,-78.5 parent: 2 - - uid: 27774 + - uid: 27756 components: - type: Transform pos: -58.5,-74.5 parent: 2 - - uid: 27775 + - uid: 27757 components: - type: Transform pos: -59.5,-74.5 parent: 2 - - uid: 27776 + - uid: 27758 components: - type: Transform pos: -59.5,-72.5 parent: 2 - - uid: 27777 + - uid: 27759 components: - type: Transform pos: -58.5,-70.5 parent: 2 - - uid: 27778 + - uid: 27760 components: - type: Transform pos: -59.5,-70.5 parent: 2 - - uid: 27779 + - uid: 27761 components: - type: Transform rot: 1.5707963267948966 rad pos: -34.5,-73.5 parent: 2 - - uid: 27780 + - uid: 27762 components: - type: Transform rot: 1.5707963267948966 rad pos: -48.5,-80.5 parent: 2 - - uid: 27781 + - uid: 27763 components: - type: Transform rot: 1.5707963267948966 rad pos: -48.5,-79.5 parent: 2 - - uid: 27782 + - uid: 27764 components: - type: Transform rot: 1.5707963267948966 rad pos: -49.5,-77.5 parent: 2 - - uid: 27783 + - uid: 27765 components: - type: Transform rot: 1.5707963267948966 rad pos: -46.5,-85.5 parent: 2 - - uid: 27784 + - uid: 27766 components: - type: Transform rot: 1.5707963267948966 rad pos: -47.5,-84.5 parent: 2 - - uid: 27785 + - uid: 27767 components: - type: Transform rot: 1.5707963267948966 rad pos: -45.5,-86.5 parent: 2 - - uid: 27786 + - uid: 27768 components: - type: Transform rot: 1.5707963267948966 rad pos: -46.5,-86.5 parent: 2 - - uid: 27787 + - uid: 27769 components: - type: Transform rot: 1.5707963267948966 rad pos: -35.5,-73.5 parent: 2 - - uid: 27788 + - uid: 27770 components: - type: Transform rot: 1.5707963267948966 rad pos: -48.5,-77.5 parent: 2 - - uid: 27789 + - uid: 27771 components: - type: Transform rot: 1.5707963267948966 rad pos: -35.5,-80.5 parent: 2 - - uid: 27790 + - uid: 27772 components: - type: Transform rot: 1.5707963267948966 rad pos: -35.5,-75.5 parent: 2 - - uid: 27791 + - uid: 27773 components: - type: Transform rot: 1.5707963267948966 rad pos: -35.5,-74.5 parent: 2 - - uid: 27792 + - uid: 27774 components: - type: Transform rot: 1.5707963267948966 rad pos: -48.5,-78.5 parent: 2 - - uid: 27793 + - uid: 27775 components: - type: Transform rot: 1.5707963267948966 rad pos: -47.5,-85.5 parent: 2 - - uid: 27794 + - uid: 27776 components: - type: Transform rot: 1.5707963267948966 rad pos: -38.5,-86.5 parent: 2 - - uid: 27795 + - uid: 27777 components: - type: Transform rot: 1.5707963267948966 rad pos: -37.5,-85.5 parent: 2 - - uid: 27796 + - uid: 27778 components: - type: Transform rot: 1.5707963267948966 rad pos: -37.5,-86.5 parent: 2 - - uid: 27797 + - uid: 27779 components: - type: Transform rot: 1.5707963267948966 rad pos: -48.5,-84.5 parent: 2 - - uid: 27798 + - uid: 27780 components: - type: Transform rot: 1.5707963267948966 rad pos: -35.5,-79.5 parent: 2 - - uid: 27799 + - uid: 27781 components: - type: Transform rot: 1.5707963267948966 rad pos: -35.5,-84.5 parent: 2 - - uid: 27800 + - uid: 27782 components: - type: Transform rot: 1.5707963267948966 rad pos: -36.5,-84.5 parent: 2 - - uid: 27801 + - uid: 27783 components: - type: Transform rot: 1.5707963267948966 rad pos: -36.5,-85.5 parent: 2 - - uid: 27802 + - uid: 27784 components: - type: Transform rot: 1.5707963267948966 rad pos: -33.5,-73.5 parent: 2 - - uid: 27803 + - uid: 27785 components: - type: Transform rot: 1.5707963267948966 rad pos: -32.5,-74.5 parent: 2 - - uid: 27804 + - uid: 27786 components: - type: Transform rot: 1.5707963267948966 rad pos: -32.5,-75.5 parent: 2 - - uid: 27805 + - uid: 27787 components: - type: Transform rot: 1.5707963267948966 rad pos: -31.5,-75.5 parent: 2 - - uid: 27806 + - uid: 27788 components: - type: Transform pos: -44.5,-86.5 parent: 2 - - uid: 27807 + - uid: 27789 components: - type: Transform pos: -39.5,-86.5 parent: 2 - - uid: 27808 + - uid: 27790 components: - type: Transform rot: 1.5707963267948966 rad pos: 48.5,-70.5 parent: 2 - - uid: 27809 + - uid: 27791 components: - type: Transform pos: -17.5,-50.5 parent: 2 - - uid: 27810 + - uid: 27792 components: - type: Transform rot: 1.5707963267948966 rad pos: -57.5,-62.5 parent: 2 - - uid: 27811 + - uid: 27793 components: - type: Transform rot: 1.5707963267948966 rad pos: -58.5,-61.5 parent: 2 - - uid: 27812 + - uid: 27794 components: - type: Transform rot: 1.5707963267948966 rad pos: -58.5,-62.5 parent: 2 - - uid: 27813 + - uid: 27795 components: - type: Transform pos: -19.5,-50.5 parent: 2 - - uid: 27814 + - uid: 27796 components: - type: Transform pos: 25.5,-30.5 parent: 2 - - uid: 27815 + - uid: 27797 components: - type: Transform pos: 27.5,-30.5 parent: 2 - - uid: 27816 + - uid: 27798 components: - type: Transform rot: -1.5707963267948966 rad pos: 30.5,-31.5 parent: 2 - - uid: 27817 + - uid: 27799 components: - type: Transform rot: -1.5707963267948966 rad pos: 31.5,-31.5 parent: 2 - - uid: 27818 + - uid: 27800 components: - type: Transform pos: 27.5,-31.5 parent: 2 - - uid: 27819 + - uid: 27801 components: - type: Transform pos: 28.5,-31.5 parent: 2 - - uid: 27820 + - uid: 27802 components: - type: Transform rot: -1.5707963267948966 rad pos: 32.5,-31.5 parent: 2 - - uid: 27821 + - uid: 27803 components: - type: Transform rot: -1.5707963267948966 rad pos: 33.5,-31.5 parent: 2 - - uid: 27822 + - uid: 27804 components: - type: Transform pos: -21.5,-50.5 parent: 2 - - uid: 27823 + - uid: 27805 components: - type: Transform pos: -53.5,-50.5 parent: 2 - - uid: 27824 + - uid: 27806 components: - type: Transform pos: -53.5,-47.5 parent: 2 - - uid: 27825 + - uid: 27807 components: - type: Transform pos: -53.5,-48.5 parent: 2 - - uid: 27826 + - uid: 27808 components: - type: Transform pos: -53.5,-49.5 parent: 2 - - uid: 27827 + - uid: 27809 components: - type: Transform pos: -59.5,-53.5 parent: 2 - - uid: 27828 + - uid: 27810 components: - type: Transform pos: -60.5,-53.5 parent: 2 - - uid: 27829 + - uid: 27811 components: - type: Transform pos: -59.5,-55.5 parent: 2 - - uid: 27830 + - uid: 27812 components: - type: Transform pos: -60.5,-55.5 parent: 2 - - uid: 27831 + - uid: 27813 components: - type: Transform pos: 25.5,-27.5 parent: 2 - - uid: 27832 + - uid: 27814 components: - type: Transform pos: 68.5,12.5 parent: 2 - - uid: 27833 + - uid: 27815 components: - type: Transform rot: 1.5707963267948966 rad pos: 8.5,-18.5 parent: 2 - - uid: 27834 + - uid: 27816 components: - type: Transform pos: 5.5,34.5 parent: 2 - - uid: 27835 + - uid: 27817 components: - type: Transform pos: 9.5,35.5 parent: 2 - - uid: 27836 + - uid: 27818 components: - type: Transform pos: 11.5,31.5 parent: 2 - - uid: 27837 + - uid: 27819 components: - type: Transform pos: -3.5,26.5 parent: 2 - - uid: 27838 + - uid: 27820 components: - type: Transform pos: -7.5,33.5 parent: 2 - - uid: 27839 + - uid: 27821 components: - type: Transform pos: -6.5,33.5 parent: 2 - - uid: 27840 + - uid: 27822 components: - type: Transform pos: -5.5,33.5 parent: 2 - - uid: 27841 + - uid: 27823 components: - type: Transform pos: -16.5,53.5 parent: 2 - - uid: 27842 + - uid: 27824 components: - type: Transform pos: -23.5,72.5 parent: 2 - - uid: 27843 + - uid: 27825 components: - type: Transform pos: -7.5,30.5 parent: 2 - - uid: 27844 + - uid: 27826 components: - type: Transform pos: -7.5,29.5 parent: 2 - - uid: 27845 + - uid: 27827 components: - type: Transform pos: -7.5,26.5 parent: 2 - - uid: 27846 + - uid: 27828 components: - type: Transform pos: -7.5,31.5 parent: 2 - - uid: 27847 + - uid: 27829 components: - type: Transform pos: -6.5,31.5 parent: 2 - - uid: 27848 + - uid: 27830 components: - type: Transform pos: -5.5,31.5 parent: 2 - - uid: 27849 + - uid: 27831 components: - type: Transform pos: -4.5,31.5 parent: 2 - - uid: 27850 + - uid: 27832 components: - type: Transform pos: -4.5,30.5 parent: 2 - - uid: 27851 + - uid: 27833 components: - type: Transform pos: -4.5,29.5 parent: 2 - - uid: 27852 + - uid: 27834 components: - type: Transform pos: -3.5,29.5 parent: 2 - - uid: 27853 + - uid: 27835 components: - type: Transform pos: -1.5,29.5 parent: 2 - - uid: 27854 + - uid: 27836 components: - type: Transform pos: -0.5,29.5 parent: 2 - - uid: 27855 + - uid: 27837 components: - type: Transform pos: 0.5,29.5 parent: 2 - - uid: 27856 + - uid: 27838 components: - type: Transform pos: 1.5,29.5 parent: 2 - - uid: 27857 + - uid: 27839 components: - type: Transform pos: 1.5,30.5 parent: 2 - - uid: 27858 + - uid: 27840 components: - type: Transform pos: 1.5,31.5 parent: 2 - - uid: 27859 + - uid: 27841 components: - type: Transform pos: 2.5,31.5 parent: 2 - - uid: 27860 + - uid: 27842 components: - type: Transform pos: 2.5,33.5 parent: 2 - - uid: 27861 + - uid: 27843 components: - type: Transform pos: 1.5,33.5 parent: 2 - - uid: 27862 + - uid: 27844 components: - type: Transform pos: 1.5,34.5 parent: 2 - - uid: 27863 + - uid: 27845 components: - type: Transform pos: 1.5,35.5 parent: 2 - - uid: 27864 + - uid: 27846 components: - type: Transform pos: 0.5,35.5 parent: 2 - - uid: 27865 + - uid: 27847 components: - type: Transform pos: -3.5,35.5 parent: 2 - - uid: 27866 + - uid: 27848 components: - type: Transform pos: -4.5,35.5 parent: 2 - - uid: 27867 + - uid: 27849 components: - type: Transform pos: -4.5,34.5 parent: 2 - - uid: 27868 + - uid: 27850 components: - type: Transform pos: -4.5,33.5 parent: 2 - - uid: 27869 + - uid: 27851 components: - type: Transform pos: -23.5,58.5 parent: 2 - - uid: 27870 + - uid: 27852 components: - type: Transform pos: -20.5,72.5 parent: 2 - - uid: 27871 + - uid: 27853 components: - type: Transform pos: -23.5,57.5 parent: 2 - - uid: 27872 + - uid: 27854 components: - type: Transform pos: 49.5,41.5 parent: 2 - - uid: 27873 + - uid: 27855 components: - type: Transform pos: 12.5,31.5 parent: 2 - - uid: 27874 + - uid: 27856 components: - type: Transform pos: 6.5,29.5 parent: 2 - - uid: 27875 + - uid: 27857 components: - type: Transform pos: 4.5,33.5 parent: 2 - - uid: 27876 + - uid: 27858 components: - type: Transform pos: -4.5,24.5 parent: 2 - - uid: 27877 + - uid: 27859 components: - type: Transform pos: -5.5,24.5 parent: 2 - - uid: 27878 + - uid: 27860 components: - type: Transform pos: -6.5,24.5 parent: 2 - - uid: 27879 + - uid: 27861 components: - type: Transform pos: -7.5,24.5 parent: 2 - - uid: 27880 + - uid: 27862 components: - type: Transform pos: -7.5,25.5 parent: 2 - - uid: 27881 + - uid: 27863 components: - type: Transform pos: -34.5,27.5 parent: 2 - - uid: 27882 + - uid: 27864 components: - type: Transform pos: -35.5,27.5 parent: 2 - - uid: 27883 + - uid: 27865 components: - type: Transform pos: -35.5,28.5 parent: 2 - - uid: 27884 + - uid: 27866 components: - type: Transform pos: -35.5,26.5 parent: 2 - - uid: 27885 + - uid: 27867 components: - type: Transform pos: -49.5,27.5 parent: 2 - - uid: 27886 + - uid: 27868 components: - type: Transform pos: -49.5,24.5 parent: 2 - - uid: 27887 + - uid: 27869 components: - type: Transform rot: -1.5707963267948966 rad pos: -49.5,16.5 parent: 2 - - uid: 27888 + - uid: 27870 components: - type: Transform pos: -49.5,25.5 parent: 2 - - uid: 27889 + - uid: 27871 components: - type: Transform pos: -49.5,26.5 parent: 2 - - uid: 27890 + - uid: 27872 components: - type: Transform pos: -49.5,17.5 parent: 2 - - uid: 27891 + - uid: 27873 components: - type: Transform pos: -49.5,18.5 parent: 2 - - uid: 27892 + - uid: 27874 components: - type: Transform pos: -51.5,18.5 parent: 2 - - uid: 27893 + - uid: 27875 components: - type: Transform pos: -51.5,24.5 parent: 2 - - uid: 27894 + - uid: 27876 components: - type: Transform pos: 4.5,34.5 parent: 2 - - uid: 27895 + - uid: 27877 components: - type: Transform pos: 5.5,29.5 parent: 2 - - uid: 27896 + - uid: 27878 components: - type: Transform pos: 12.5,33.5 parent: 2 - - uid: 27897 + - uid: 27879 components: - type: Transform pos: -3.5,28.5 parent: 2 - - uid: 27898 + - uid: 27880 components: - type: Transform pos: 58.5,41.5 parent: 2 - - uid: 27899 + - uid: 27881 components: - type: Transform rot: -1.5707963267948966 rad pos: 55.5,41.5 parent: 2 - - uid: 27900 + - uid: 27882 components: - type: Transform pos: 54.5,51.5 parent: 2 - - uid: 27901 + - uid: 27883 components: - type: Transform pos: 57.5,60.5 parent: 2 - - uid: 27902 + - uid: 27884 components: - type: Transform rot: -1.5707963267948966 rad pos: 56.5,41.5 parent: 2 - - uid: 27903 + - uid: 27885 components: - type: Transform rot: -1.5707963267948966 rad pos: 42.5,38.5 parent: 2 - - uid: 27904 + - uid: 27886 components: - type: Transform pos: -29.5,27.5 parent: 2 - - uid: 27905 + - uid: 27887 components: - type: Transform pos: -35.5,29.5 parent: 2 - - uid: 27906 + - uid: 27888 components: - type: Transform pos: -29.5,29.5 parent: 2 - - uid: 27907 + - uid: 27889 components: - type: Transform pos: -29.5,30.5 parent: 2 - - uid: 27908 + - uid: 27890 components: - type: Transform pos: -29.5,31.5 parent: 2 - - uid: 27909 + - uid: 27891 components: - type: Transform pos: -29.5,32.5 parent: 2 - - uid: 27910 + - uid: 27892 components: - type: Transform pos: -35.5,30.5 parent: 2 - - uid: 27911 + - uid: 27893 components: - type: Transform pos: -35.5,31.5 parent: 2 - - uid: 27912 + - uid: 27894 components: - type: Transform pos: -35.5,32.5 parent: 2 - - uid: 27913 + - uid: 27895 components: - type: Transform pos: -34.5,32.5 parent: 2 - - uid: 27914 + - uid: 27896 components: - type: Transform pos: -30.5,32.5 parent: 2 - - uid: 27915 + - uid: 27897 components: - type: Transform pos: -49.5,32.5 parent: 2 - - uid: 27916 + - uid: 27898 components: - type: Transform pos: -50.5,32.5 parent: 2 - - uid: 27917 + - uid: 27899 components: - type: Transform pos: -51.5,32.5 parent: 2 - - uid: 27918 + - uid: 27900 components: - type: Transform pos: -52.5,32.5 parent: 2 - - uid: 27919 + - uid: 27901 components: - type: Transform pos: -49.5,28.5 parent: 2 - - uid: 27920 + - uid: 27902 components: - type: Transform pos: -50.5,28.5 parent: 2 - - uid: 27921 + - uid: 27903 components: - type: Transform pos: -51.5,28.5 parent: 2 - - uid: 27922 + - uid: 27904 components: - type: Transform pos: -52.5,28.5 parent: 2 - - uid: 27923 + - uid: 27905 components: - type: Transform pos: -49.5,36.5 parent: 2 - - uid: 27924 + - uid: 27906 components: - type: Transform pos: -50.5,36.5 parent: 2 - - uid: 27925 + - uid: 27907 components: - type: Transform pos: -51.5,36.5 parent: 2 - - uid: 27926 + - uid: 27908 components: - type: Transform pos: -52.5,36.5 parent: 2 - - uid: 27927 + - uid: 27909 components: - type: Transform rot: -1.5707963267948966 rad pos: -53.5,24.5 parent: 2 - - uid: 27928 + - uid: 27910 components: - type: Transform rot: -1.5707963267948966 rad pos: -53.5,18.5 parent: 2 - - uid: 27929 + - uid: 27911 components: - type: Transform pos: -49.5,37.5 parent: 2 - - uid: 27930 + - uid: 27912 components: - type: Transform pos: -48.5,37.5 parent: 2 - - uid: 27931 + - uid: 27913 components: - type: Transform pos: -35.5,34.5 parent: 2 - - uid: 27932 + - uid: 27914 components: - type: Transform pos: -35.5,33.5 parent: 2 - - uid: 27933 + - uid: 27915 components: - type: Transform pos: 49.5,43.5 parent: 2 - - uid: 27934 + - uid: 27916 components: - type: Transform pos: 49.5,48.5 parent: 2 - - uid: 27935 + - uid: 27917 components: - type: Transform pos: 59.5,49.5 parent: 2 - - uid: 27936 + - uid: 27918 components: - type: Transform pos: 49.5,49.5 parent: 2 - - uid: 27937 + - uid: 27919 components: - type: Transform pos: 59.5,44.5 parent: 2 - - uid: 27938 + - uid: 27920 components: - type: Transform rot: 3.141592653589793 rad pos: 61.5,42.5 parent: 2 - - uid: 27939 + - uid: 27921 components: - type: Transform pos: 49.5,42.5 parent: 2 - - uid: 27940 + - uid: 27922 components: - type: Transform pos: 59.5,42.5 parent: 2 - - uid: 27941 + - uid: 27923 components: - type: Transform pos: 66.5,-31.5 parent: 2 - - uid: 27942 + - uid: 27924 components: - type: Transform pos: 66.5,-32.5 parent: 2 - - uid: 27943 + - uid: 27925 components: - type: Transform rot: -1.5707963267948966 rad pos: 59.5,-25.5 parent: 2 - - uid: 27944 + - uid: 27926 components: - type: Transform rot: 3.141592653589793 rad pos: 10.5,-80.5 parent: 2 - - uid: 27945 + - uid: 27927 components: - type: Transform pos: -57.5,-0.5 parent: 2 - - uid: 27946 + - uid: 27928 components: - type: Transform pos: -56.5,-0.5 parent: 2 - - uid: 27947 + - uid: 27929 components: - type: Transform pos: -55.5,-0.5 parent: 2 - - uid: 27948 + - uid: 27930 components: - type: Transform pos: -57.5,-2.5 parent: 2 - - uid: 27949 + - uid: 27931 components: - type: Transform rot: 3.141592653589793 rad pos: -53.5,1.5 parent: 2 - - uid: 27950 + - uid: 27932 components: - type: Transform rot: 3.141592653589793 rad pos: -54.5,1.5 parent: 2 - - uid: 27951 + - uid: 27933 components: - type: Transform pos: -55.5,1.5 parent: 2 - - uid: 27952 + - uid: 27934 components: - type: Transform pos: -55.5,0.5 parent: 2 - - uid: 27953 + - uid: 27935 components: - type: Transform pos: -50.5,16.5 parent: 2 - - uid: 27954 + - uid: 27936 components: - type: Transform pos: 58.5,48.5 parent: 2 - - uid: 27955 + - uid: 27937 components: - type: Transform pos: 56.5,44.5 parent: 2 - - uid: 27956 + - uid: 27938 components: - type: Transform pos: 50.5,48.5 parent: 2 - - uid: 27957 + - uid: 27939 components: - type: Transform pos: 54.5,46.5 parent: 2 - - uid: 27958 + - uid: 27940 components: - type: Transform pos: 54.5,48.5 parent: 2 - - uid: 27959 + - uid: 27941 components: - type: Transform rot: 3.141592653589793 rad pos: -53.5,2.5 parent: 2 - - uid: 27960 + - uid: 27942 components: - type: Transform rot: 3.141592653589793 rad pos: -53.5,3.5 parent: 2 - - uid: 27961 + - uid: 27943 components: - type: Transform rot: 3.141592653589793 rad pos: -53.5,4.5 parent: 2 - - uid: 27962 + - uid: 27944 components: - type: Transform rot: 3.141592653589793 rad pos: -53.5,5.5 parent: 2 - - uid: 27963 + - uid: 27945 components: - type: Transform rot: 3.141592653589793 rad pos: -53.5,6.5 parent: 2 - - uid: 27964 + - uid: 27946 components: - type: Transform rot: 3.141592653589793 rad pos: -53.5,7.5 parent: 2 - - uid: 27965 + - uid: 27947 components: - type: Transform rot: 3.141592653589793 rad pos: -53.5,8.5 parent: 2 - - uid: 27966 + - uid: 27948 components: - type: Transform rot: 3.141592653589793 rad pos: -53.5,9.5 parent: 2 - - uid: 27967 + - uid: 27949 components: - type: Transform rot: 3.141592653589793 rad pos: -53.5,12.5 parent: 2 - - uid: 27968 + - uid: 27950 components: - type: Transform rot: 3.141592653589793 rad pos: -53.5,13.5 parent: 2 - - uid: 27969 + - uid: 27951 components: - type: Transform rot: 3.141592653589793 rad pos: -53.5,15.5 parent: 2 - - uid: 27970 + - uid: 27952 components: - type: Transform rot: 3.141592653589793 rad pos: -53.5,14.5 parent: 2 - - uid: 27971 + - uid: 27953 components: - type: Transform rot: 3.141592653589793 rad pos: -53.5,16.5 parent: 2 - - uid: 27972 + - uid: 27954 components: - type: Transform rot: 3.141592653589793 rad pos: -52.5,16.5 parent: 2 - - uid: 27973 + - uid: 27955 components: - type: Transform rot: 3.141592653589793 rad pos: -51.5,16.5 parent: 2 - - uid: 27974 + - uid: 27956 components: - type: Transform pos: 56.5,46.5 parent: 2 - - uid: 27975 + - uid: 27957 components: - type: Transform rot: -1.5707963267948966 rad pos: 55.5,40.5 parent: 2 - - uid: 27976 + - uid: 27958 components: - type: Transform pos: -20.5,-50.5 parent: 2 - - uid: 27977 + - uid: 27959 components: - type: Transform pos: 58.5,44.5 parent: 2 - - uid: 27978 + - uid: 27960 components: - type: Transform pos: 58.5,46.5 parent: 2 - - uid: 27979 + - uid: 27961 components: - type: Transform pos: 50.5,44.5 parent: 2 - - uid: 27980 + - uid: 27962 components: - type: Transform pos: 52.5,44.5 parent: 2 - - uid: 27981 + - uid: 27963 components: - type: Transform rot: 1.5707963267948966 rad pos: 66.5,0.5 parent: 2 - - uid: 27982 + - uid: 27964 components: - type: Transform pos: 52.5,46.5 parent: 2 - - uid: 27983 + - uid: 27965 components: - type: Transform pos: 50.5,46.5 parent: 2 - - uid: 27984 + - uid: 27966 components: - type: Transform pos: 56.5,48.5 parent: 2 - - uid: 27985 + - uid: 27967 components: - type: Transform pos: 54.5,44.5 parent: 2 - - uid: 27986 + - uid: 27968 components: - type: Transform rot: 1.5707963267948966 rad pos: 67.5,-10.5 parent: 2 - - uid: 27987 + - uid: 27969 components: - type: Transform pos: 68.5,-16.5 parent: 2 - - uid: 27988 + - uid: 27970 components: - type: Transform rot: 1.5707963267948966 rad pos: 67.5,-6.5 parent: 2 - - uid: 27989 + - uid: 27971 components: - type: Transform rot: 1.5707963267948966 rad pos: 67.5,-2.5 parent: 2 - - uid: 27990 + - uid: 27972 components: - type: Transform pos: 52.5,48.5 parent: 2 - - uid: 27991 + - uid: 27973 components: - type: Transform rot: -1.5707963267948966 rad pos: -7.5,37.5 parent: 2 - - uid: 27992 + - uid: 27974 components: - type: Transform rot: -1.5707963267948966 rad pos: -7.5,39.5 parent: 2 - - uid: 27993 + - uid: 27975 components: - type: Transform rot: 3.141592653589793 rad pos: 21.5,-40.5 parent: 2 - - uid: 27994 + - uid: 27976 components: - type: Transform pos: 13.5,-71.5 parent: 2 - - uid: 27995 + - uid: 27977 components: - type: Transform pos: 24.5,-26.5 parent: 2 - - uid: 27996 + - uid: 27978 components: - type: Transform pos: 22.5,-26.5 parent: 2 - - uid: 27997 + - uid: 27979 components: - type: Transform rot: -1.5707963267948966 rad pos: -75.5,-25.5 parent: 2 - - uid: 27998 + - uid: 27980 components: - type: Transform rot: 3.141592653589793 rad pos: 24.5,27.5 parent: 2 - - uid: 27999 + - uid: 27981 components: - type: Transform pos: 64.5,-61.5 parent: 2 - - uid: 28000 + - uid: 27982 components: - type: Transform pos: 27.5,-33.5 parent: 2 - - uid: 28001 + - uid: 27983 components: - type: Transform pos: -47.5,52.5 parent: 2 - - uid: 28002 + - uid: 27984 components: - type: Transform pos: -41.5,52.5 parent: 2 - - uid: 28003 + - uid: 27985 components: - type: Transform pos: 52.5,-25.5 parent: 2 - - uid: 28004 + - uid: 27986 components: - type: Transform pos: 55.5,-25.5 parent: 2 - - uid: 28005 + - uid: 27987 components: - type: Transform rot: -1.5707963267948966 rad pos: 47.5,-63.5 parent: 2 - - uid: 28006 + - uid: 27988 components: - type: Transform rot: 1.5707963267948966 rad pos: 44.5,-83.5 parent: 2 - - uid: 28007 + - uid: 27989 components: - type: Transform rot: 3.141592653589793 rad pos: 24.5,28.5 parent: 2 - - uid: 28008 + - uid: 27990 components: - type: Transform rot: 3.141592653589793 rad pos: 24.5,29.5 parent: 2 - - uid: 28009 + - uid: 27991 components: - type: Transform rot: 3.141592653589793 rad pos: 24.5,30.5 parent: 2 - - uid: 28010 + - uid: 27992 components: - type: Transform rot: 3.141592653589793 rad pos: 24.5,31.5 parent: 2 - - uid: 28011 + - uid: 27993 components: - type: Transform rot: 3.141592653589793 rad pos: 24.5,32.5 parent: 2 - - uid: 28012 + - uid: 27994 components: - type: Transform rot: 3.141592653589793 rad pos: 24.5,33.5 parent: 2 - - uid: 28013 + - uid: 27995 components: - type: Transform rot: 3.141592653589793 rad pos: 24.5,34.5 parent: 2 - - uid: 28014 + - uid: 27996 components: - type: Transform rot: 3.141592653589793 rad pos: 25.5,34.5 parent: 2 - - uid: 28015 + - uid: 27997 components: - type: Transform rot: 3.141592653589793 rad pos: 26.5,34.5 parent: 2 - - uid: 28016 + - uid: 27998 components: - type: Transform rot: 3.141592653589793 rad pos: 27.5,34.5 parent: 2 - - uid: 28017 + - uid: 27999 components: - type: Transform rot: 3.141592653589793 rad pos: 28.5,34.5 parent: 2 - - uid: 28018 + - uid: 28000 components: - type: Transform rot: 3.141592653589793 rad pos: 30.5,34.5 parent: 2 - - uid: 28019 + - uid: 28001 components: - type: Transform rot: 3.141592653589793 rad pos: 31.5,34.5 parent: 2 - - uid: 28020 + - uid: 28002 components: - type: Transform rot: 3.141592653589793 rad pos: 32.5,34.5 parent: 2 - - uid: 28021 + - uid: 28003 components: - type: Transform rot: 3.141592653589793 rad pos: 33.5,34.5 parent: 2 - - uid: 28022 + - uid: 28004 components: - type: Transform rot: 3.141592653589793 rad pos: 34.5,34.5 parent: 2 - - uid: 28023 + - uid: 28005 components: - type: Transform rot: 3.141592653589793 rad pos: 34.5,33.5 parent: 2 - - uid: 28024 + - uid: 28006 components: - type: Transform rot: 3.141592653589793 rad pos: 34.5,32.5 parent: 2 - - uid: 28025 + - uid: 28007 components: - type: Transform rot: 3.141592653589793 rad pos: 34.5,31.5 parent: 2 - - uid: 28026 + - uid: 28008 components: - type: Transform rot: 3.141592653589793 rad pos: 34.5,30.5 parent: 2 - - uid: 28027 + - uid: 28009 components: - type: Transform rot: 3.141592653589793 rad pos: 34.5,29.5 parent: 2 - - uid: 28028 + - uid: 28010 components: - type: Transform rot: 3.141592653589793 rad pos: 34.5,28.5 parent: 2 - - uid: 28029 + - uid: 28011 components: - type: Transform rot: 3.141592653589793 rad pos: 34.5,27.5 parent: 2 - - uid: 28030 + - uid: 28012 components: - type: Transform rot: 3.141592653589793 rad pos: 12.5,-79.5 parent: 2 - - uid: 28031 + - uid: 28013 components: - type: Transform rot: 3.141592653589793 rad pos: 11.5,-79.5 parent: 2 - - uid: 28032 + - uid: 28014 components: - type: Transform rot: -1.5707963267948966 rad pos: 57.5,-25.5 parent: 2 - - uid: 28033 + - uid: 28015 components: - type: Transform rot: 1.5707963267948966 rad pos: 39.5,9.5 parent: 2 - - uid: 28034 + - uid: 28016 components: - type: Transform pos: 34.5,21.5 parent: 2 - - uid: 28035 + - uid: 28017 components: - type: Transform pos: 67.5,-67.5 parent: 2 - - uid: 28036 + - uid: 28018 components: - type: Transform pos: 69.5,-69.5 parent: 2 - - uid: 28037 + - uid: 28019 components: - type: Transform pos: -78.5,-19.5 parent: 2 - - uid: 28038 + - uid: 28020 components: - type: Transform pos: -78.5,-5.5 parent: 2 - - uid: 28039 + - uid: 28021 components: - type: Transform pos: -71.5,-2.5 parent: 2 - - uid: 28040 + - uid: 28022 components: - type: Transform pos: -64.5,-2.5 parent: 2 - - uid: 28041 + - uid: 28023 components: - type: Transform pos: -64.5,-47.5 parent: 2 - - uid: 28042 + - uid: 28024 components: - type: Transform pos: 38.5,31.5 parent: 2 - - uid: 28043 + - uid: 28025 components: - type: Transform pos: 32.5,39.5 parent: 2 - - uid: 28044 + - uid: 28026 components: - type: Transform pos: 24.5,39.5 parent: 2 - - uid: 28045 + - uid: 28027 components: - type: Transform pos: 73.5,-40.5 parent: 2 - - uid: 28046 + - uid: 28028 components: - type: Transform pos: 77.5,-42.5 parent: 2 - - uid: 28047 + - uid: 28029 components: - type: Transform pos: 77.5,-48.5 parent: 2 - - uid: 28048 + - uid: 28030 components: - type: Transform pos: 27.5,-26.5 parent: 2 - - uid: 28049 + - uid: 28031 components: - type: Transform pos: 59.5,50.5 parent: 2 - - uid: 28050 + - uid: 28032 components: - type: Transform pos: -32.5,-73.5 parent: 2 - - uid: 28051 + - uid: 28033 components: - type: Transform rot: -1.5707963267948966 rad pos: 46.5,50.5 parent: 2 - - uid: 28052 + - uid: 28034 components: - type: Transform rot: -1.5707963267948966 rad pos: 45.5,50.5 parent: 2 - - uid: 28053 + - uid: 28035 components: - type: Transform rot: -1.5707963267948966 rad pos: 44.5,50.5 parent: 2 - - uid: 28054 + - uid: 28036 components: - type: Transform pos: 48.5,44.5 parent: 2 - - uid: 28055 + - uid: 28037 components: - type: Transform pos: 47.5,44.5 parent: 2 - - uid: 28056 + - uid: 28038 components: - type: Transform pos: 47.5,43.5 parent: 2 - - uid: 28057 + - uid: 28039 components: - type: Transform pos: 45.5,43.5 parent: 2 - - uid: 28058 + - uid: 28040 components: - type: Transform pos: 44.5,43.5 parent: 2 - - uid: 28059 + - uid: 28041 components: - type: Transform pos: 59.5,51.5 parent: 2 - - uid: 28060 + - uid: 28042 components: - type: Transform pos: 59.5,52.5 parent: 2 - - uid: 28061 + - uid: 28043 components: - type: Transform pos: 59.5,53.5 parent: 2 - - uid: 28062 + - uid: 28044 components: - type: Transform pos: 58.5,53.5 parent: 2 - - uid: 28063 + - uid: 28045 components: - type: Transform pos: 57.5,53.5 parent: 2 - - uid: 28064 + - uid: 28046 components: - type: Transform pos: 51.5,53.5 parent: 2 - - uid: 28065 + - uid: 28047 components: - type: Transform pos: 50.5,53.5 parent: 2 - - uid: 28066 + - uid: 28048 components: - type: Transform pos: 49.5,53.5 parent: 2 - - uid: 28067 + - uid: 28049 components: - type: Transform pos: 49.5,52.5 parent: 2 - - uid: 28068 + - uid: 28050 components: - type: Transform pos: 49.5,51.5 parent: 2 - - uid: 28069 + - uid: 28051 components: - type: Transform rot: -1.5707963267948966 rad pos: 55.5,39.5 parent: 2 - - uid: 28070 + - uid: 28052 components: - type: Transform rot: -1.5707963267948966 rad pos: 55.5,38.5 parent: 2 - - uid: 28071 + - uid: 28053 components: - type: Transform pos: 61.5,30.5 parent: 2 - - uid: 28072 + - uid: 28054 components: - type: Transform pos: 59.5,31.5 parent: 2 - - uid: 28073 + - uid: 28055 components: - type: Transform pos: 59.5,34.5 parent: 2 - - uid: 28074 + - uid: 28056 components: - type: Transform rot: -1.5707963267948966 rad pos: 58.5,35.5 parent: 2 - - uid: 28075 + - uid: 28057 components: - type: Transform rot: -1.5707963267948966 rad pos: 57.5,35.5 parent: 2 - - uid: 28076 + - uid: 28058 components: - type: Transform rot: -1.5707963267948966 rad pos: 43.5,-65.5 parent: 2 - - uid: 28077 + - uid: 28059 components: - type: Transform rot: -1.5707963267948966 rad pos: 57.5,38.5 parent: 2 - - uid: 28078 + - uid: 28060 components: - type: Transform rot: 3.141592653589793 rad pos: 61.5,41.5 parent: 2 - - uid: 28079 + - uid: 28061 components: - type: Transform rot: 3.141592653589793 rad pos: 60.5,41.5 parent: 2 - - uid: 28080 + - uid: 28062 components: - type: Transform rot: -1.5707963267948966 rad pos: 42.5,42.5 parent: 2 - - uid: 28081 + - uid: 28063 components: - type: Transform rot: -1.5707963267948966 rad pos: 43.5,43.5 parent: 2 - - uid: 28082 + - uid: 28064 components: - type: Transform rot: -1.5707963267948966 rad pos: 49.5,46.5 parent: 2 - - uid: 28083 + - uid: 28065 components: - type: Transform rot: -1.5707963267948966 rad pos: -7.5,41.5 parent: 2 - - uid: 28084 + - uid: 28066 components: - type: Transform rot: -1.5707963267948966 rad pos: -7.5,40.5 parent: 2 - - uid: 28085 + - uid: 28067 components: - type: Transform rot: -1.5707963267948966 rad pos: -7.5,34.5 parent: 2 - - uid: 28086 + - uid: 28068 components: - type: Transform rot: -1.5707963267948966 rad pos: -7.5,35.5 parent: 2 - - uid: 28087 + - uid: 28069 components: - type: Transform rot: -1.5707963267948966 rad pos: -7.5,36.5 parent: 2 - - uid: 28088 + - uid: 28070 components: - type: Transform rot: 3.141592653589793 rad pos: 3.5,60.5 parent: 2 - - uid: 28089 + - uid: 28071 components: - type: Transform rot: -1.5707963267948966 rad pos: -7.5,42.5 parent: 2 - - uid: 28090 + - uid: 28072 components: - type: Transform pos: -18.5,68.5 parent: 2 - - uid: 28091 + - uid: 28073 components: - type: Transform pos: -16.5,59.5 parent: 2 - - uid: 28092 + - uid: 28074 components: - type: Transform pos: -16.5,58.5 parent: 2 - - uid: 28093 + - uid: 28075 components: - type: Transform pos: -23.5,59.5 parent: 2 - - uid: 28094 + - uid: 28076 components: - type: Transform pos: -23.5,64.5 parent: 2 - - uid: 28095 + - uid: 28077 components: - type: Transform pos: -23.5,65.5 parent: 2 - - uid: 28096 + - uid: 28078 components: - type: Transform pos: -16.5,54.5 parent: 2 - - uid: 28097 + - uid: 28079 components: - type: Transform pos: -14.5,52.5 parent: 2 - - uid: 28098 + - uid: 28080 components: - type: Transform pos: -14.5,53.5 parent: 2 - - uid: 28099 + - uid: 28081 components: - type: Transform pos: -16.5,52.5 parent: 2 - - uid: 28100 + - uid: 28082 components: - type: Transform pos: -15.5,52.5 parent: 2 - - uid: 28101 + - uid: 28083 components: - type: Transform pos: -23.5,71.5 parent: 2 - - uid: 28102 + - uid: 28084 components: - type: Transform pos: -23.5,70.5 parent: 2 - - uid: 28103 + - uid: 28085 components: - type: Transform pos: -23.5,69.5 parent: 2 - - uid: 28104 + - uid: 28086 components: - type: Transform pos: -20.5,71.5 parent: 2 - - uid: 28105 + - uid: 28087 components: - type: Transform pos: -20.5,70.5 parent: 2 - - uid: 28106 + - uid: 28088 components: - type: Transform pos: -16.5,69.5 parent: 2 - - uid: 28107 + - uid: 28089 components: - type: Transform pos: -23.5,60.5 parent: 2 - - uid: 28108 + - uid: 28090 components: - type: Transform pos: -23.5,74.5 parent: 2 - - uid: 28109 + - uid: 28091 components: - type: Transform pos: -23.5,75.5 parent: 2 - - uid: 28110 + - uid: 28092 components: - type: Transform pos: -20.5,75.5 parent: 2 - - uid: 28111 + - uid: 28093 components: - type: Transform pos: -20.5,74.5 parent: 2 - - uid: 28112 + - uid: 28094 components: - type: Transform pos: -15.5,59.5 parent: 2 - - uid: 28113 + - uid: 28095 components: - type: Transform pos: -14.5,59.5 parent: 2 - - uid: 28114 + - uid: 28096 components: - type: Transform pos: -11.5,74.5 parent: 2 - - uid: 28115 + - uid: 28097 components: - type: Transform pos: -11.5,75.5 parent: 2 - - uid: 28116 + - uid: 28098 components: - type: Transform pos: -14.5,75.5 parent: 2 - - uid: 28117 + - uid: 28099 components: - type: Transform pos: -14.5,74.5 parent: 2 - - uid: 28118 + - uid: 28100 components: - type: Transform pos: -14.5,57.5 parent: 2 - - uid: 28119 + - uid: 28101 components: - type: Transform pos: -16.5,57.5 parent: 2 - - uid: 28120 + - uid: 28102 components: - type: Transform pos: -14.5,54.5 parent: 2 - - uid: 28121 + - uid: 28103 components: - type: Transform pos: -23.5,67.5 parent: 2 - - uid: 28122 + - uid: 28104 components: - type: Transform pos: -23.5,68.5 parent: 2 - - uid: 28123 + - uid: 28105 components: - type: Transform pos: -16.5,70.5 parent: 2 - - uid: 28124 + - uid: 28106 components: - type: Transform pos: -11.5,66.5 parent: 2 - - uid: 28125 + - uid: 28107 components: - type: Transform pos: -23.5,66.5 parent: 2 - - uid: 28126 + - uid: 28108 components: - type: Transform pos: -18.5,69.5 parent: 2 - - uid: 28127 + - uid: 28109 components: - type: Transform pos: -11.5,65.5 parent: 2 - - uid: 28128 + - uid: 28110 components: - type: Transform pos: -11.5,64.5 parent: 2 - - uid: 28129 + - uid: 28111 components: - type: Transform pos: -10.5,63.5 parent: 2 - - uid: 28130 + - uid: 28112 components: - type: Transform pos: -14.5,70.5 parent: 2 - - uid: 28131 + - uid: 28113 components: - type: Transform pos: -14.5,72.5 parent: 2 - - uid: 28132 + - uid: 28114 components: - type: Transform pos: -11.5,72.5 parent: 2 - - uid: 28133 + - uid: 28115 components: - type: Transform pos: -11.5,71.5 parent: 2 - - uid: 28134 + - uid: 28116 components: - type: Transform pos: -11.5,70.5 parent: 2 - - uid: 28135 + - uid: 28117 components: - type: Transform pos: -14.5,69.5 parent: 2 - - uid: 28136 + - uid: 28118 components: - type: Transform rot: -1.5707963267948966 rad pos: -14.5,58.5 parent: 2 - - uid: 28137 + - uid: 28119 components: - type: Transform pos: -14.5,71.5 parent: 2 - - uid: 28138 + - uid: 28120 components: - type: Transform pos: -18.5,70.5 parent: 2 - - uid: 28139 + - uid: 28121 components: - type: Transform pos: -20.5,69.5 parent: 2 - - uid: 28140 + - uid: 28122 components: - type: Transform pos: -20.5,68.5 parent: 2 - - uid: 28141 + - uid: 28123 components: - type: Transform pos: -19.5,68.5 parent: 2 - - uid: 28142 + - uid: 28124 components: - type: Transform pos: -14.5,68.5 parent: 2 - - uid: 28143 + - uid: 28125 components: - type: Transform pos: -15.5,68.5 parent: 2 - - uid: 28144 + - uid: 28126 components: - type: Transform pos: -16.5,68.5 parent: 2 - - uid: 28145 + - uid: 28127 components: - type: Transform rot: -1.5707963267948966 rad pos: -28.5,33.5 parent: 2 - - uid: 28146 + - uid: 28128 components: - type: Transform rot: -1.5707963267948966 rad pos: -28.5,34.5 parent: 2 - - uid: 28147 + - uid: 28129 components: - type: Transform rot: -1.5707963267948966 rad pos: -29.5,35.5 parent: 2 - - uid: 28148 + - uid: 28130 components: - type: Transform rot: -1.5707963267948966 rad pos: -28.5,35.5 parent: 2 - - uid: 28149 + - uid: 28131 components: - type: Transform rot: -1.5707963267948966 rad pos: -30.5,35.5 parent: 2 - - uid: 28150 + - uid: 28132 components: - type: Transform rot: -1.5707963267948966 rad pos: -34.5,35.5 parent: 2 - - uid: 28151 + - uid: 28133 components: - type: Transform rot: -1.5707963267948966 rad pos: -35.5,35.5 parent: 2 - - uid: 28152 + - uid: 28134 components: - type: Transform rot: -1.5707963267948966 rad pos: -28.5,32.5 parent: 2 - - uid: 28153 + - uid: 28135 components: - type: Transform pos: 60.5,30.5 parent: 2 - - uid: 28154 + - uid: 28136 components: - type: Transform pos: 9.5,-35.5 parent: 2 - - uid: 28155 + - uid: 28137 components: - type: Transform pos: 3.5,58.5 parent: 2 - - uid: 28156 + - uid: 28138 components: - type: Transform pos: 2.5,45.5 parent: 2 - - uid: 28157 + - uid: 28139 components: - type: Transform pos: 2.5,44.5 parent: 2 - - uid: 28158 + - uid: 28140 components: - type: Transform pos: 2.5,52.5 parent: 2 - - uid: 28159 + - uid: 28141 components: - type: Transform pos: 2.5,53.5 parent: 2 - - uid: 28160 + - uid: 28142 components: - type: Transform pos: 2.5,54.5 parent: 2 - - uid: 28161 + - uid: 28143 components: - type: Transform pos: 2.5,55.5 parent: 2 - - uid: 28162 + - uid: 28144 components: - type: Transform pos: 3.5,56.5 parent: 2 - - uid: 28163 + - uid: 28145 components: - type: Transform pos: -7.5,43.5 parent: 2 - - uid: 28164 + - uid: 28146 components: - type: Transform pos: 3.5,59.5 parent: 2 - - uid: 28165 + - uid: 28147 components: - type: Transform pos: 2.5,56.5 parent: 2 - - uid: 28166 + - uid: 28148 components: - type: Transform pos: -4.5,42.5 parent: 2 - - uid: 28167 + - uid: 28149 components: - type: Transform pos: -5.5,42.5 parent: 2 - - uid: 28168 + - uid: 28150 components: - type: Transform pos: -0.5,42.5 parent: 2 - - uid: 28169 + - uid: 28151 components: - type: Transform pos: 0.5,42.5 parent: 2 - - uid: 28170 + - uid: 28152 components: - type: Transform pos: 2.5,60.5 parent: 2 - - uid: 28171 + - uid: 28153 components: - type: Transform pos: 5.5,49.5 parent: 2 - - uid: 28172 + - uid: 28154 components: - type: Transform pos: 10.5,50.5 parent: 2 - - uid: 28173 + - uid: 28155 components: - type: Transform pos: 10.5,46.5 parent: 2 - - uid: 28174 + - uid: 28156 components: - type: Transform pos: 34.5,49.5 parent: 2 - - uid: 28175 + - uid: 28157 components: - type: Transform pos: 35.5,49.5 parent: 2 - - uid: 28176 + - uid: 28158 components: - type: Transform rot: -1.5707963267948966 rad pos: 21.5,44.5 parent: 2 - - uid: 28177 + - uid: 28159 components: - type: Transform rot: -1.5707963267948966 rad pos: 21.5,46.5 parent: 2 - - uid: 28178 + - uid: 28160 components: - type: Transform pos: 59.5,35.5 parent: 2 - - uid: 28179 + - uid: 28161 components: - type: Transform rot: -1.5707963267948966 rad pos: 42.5,37.5 parent: 2 - - uid: 28180 + - uid: 28162 components: - type: Transform rot: -1.5707963267948966 rad pos: 44.5,34.5 parent: 2 - - uid: 28181 + - uid: 28163 components: - type: Transform rot: -1.5707963267948966 rad pos: 44.5,36.5 parent: 2 - - uid: 28182 + - uid: 28164 components: - type: Transform rot: -1.5707963267948966 rad pos: 44.5,35.5 parent: 2 - - uid: 28183 + - uid: 28165 components: - type: Transform rot: -1.5707963267948966 rad pos: 43.5,38.5 parent: 2 - - uid: 28184 + - uid: 28166 components: - type: Transform rot: 1.5707963267948966 rad pos: 44.5,40.5 parent: 2 - - uid: 28185 + - uid: 28167 components: - type: Transform rot: 1.5707963267948966 rad pos: 44.5,39.5 parent: 2 - - uid: 28186 + - uid: 28168 components: - type: Transform rot: 1.5707963267948966 rad pos: 44.5,38.5 parent: 2 - - uid: 28187 + - uid: 28169 components: - type: Transform rot: -1.5707963267948966 rad pos: 42.5,36.5 parent: 2 - - uid: 28188 + - uid: 28170 components: - type: Transform rot: 1.5707963267948966 rad pos: 46.5,40.5 parent: 2 - - uid: 28189 + - uid: 28171 components: - type: Transform rot: 1.5707963267948966 rad pos: 48.5,40.5 parent: 2 - - uid: 28190 + - uid: 28172 components: - type: Transform rot: 1.5707963267948966 rad pos: 48.5,41.5 parent: 2 - - uid: 28191 + - uid: 28173 components: - type: Transform rot: -1.5707963267948966 rad pos: 43.5,36.5 parent: 2 - - uid: 28192 + - uid: 28174 components: - type: Transform rot: 3.141592653589793 rad pos: 42.5,34.5 parent: 2 - - uid: 28193 + - uid: 28175 components: - type: Transform rot: 3.141592653589793 rad pos: 41.5,34.5 parent: 2 - - uid: 28194 + - uid: 28176 components: - type: Transform rot: 3.141592653589793 rad pos: 41.5,33.5 parent: 2 - - uid: 28195 + - uid: 28177 components: - type: Transform rot: 3.141592653589793 rad pos: 41.5,29.5 parent: 2 - - uid: 28196 + - uid: 28178 components: - type: Transform rot: 3.141592653589793 rad pos: 42.5,28.5 parent: 2 - - uid: 28197 + - uid: 28179 components: - type: Transform rot: 3.141592653589793 rad pos: 42.5,29.5 parent: 2 - - uid: 28198 + - uid: 28180 components: - type: Transform rot: 3.141592653589793 rad pos: 43.5,28.5 parent: 2 - - uid: 28199 + - uid: 28181 components: - type: Transform rot: -1.5707963267948966 rad pos: 57.5,36.5 parent: 2 - - uid: 28200 + - uid: 28182 components: - type: Transform rot: -1.5707963267948966 rad pos: 56.5,38.5 parent: 2 - - uid: 28201 + - uid: 28183 components: - type: Transform pos: 71.5,-65.5 parent: 2 - - uid: 28202 + - uid: 28184 components: - type: Transform rot: 1.5707963267948966 rad pos: 43.5,34.5 parent: 2 - - uid: 28203 + - uid: 28185 components: - type: Transform rot: -1.5707963267948966 rad pos: 62.5,30.5 parent: 2 - - uid: 28204 + - uid: 28186 components: - type: Transform rot: -1.5707963267948966 rad pos: 64.5,30.5 parent: 2 - - uid: 28205 + - uid: 28187 components: - type: Transform rot: -1.5707963267948966 rad pos: 65.5,30.5 parent: 2 - - uid: 28206 + - uid: 28188 components: - type: Transform rot: -1.5707963267948966 rad pos: 65.5,28.5 parent: 2 - - uid: 28207 + - uid: 28189 components: - type: Transform rot: -1.5707963267948966 rad pos: 65.5,29.5 parent: 2 - - uid: 28208 + - uid: 28190 components: - type: Transform pos: 30.5,48.5 parent: 2 - - uid: 28209 + - uid: 28191 components: - type: Transform rot: -1.5707963267948966 rad pos: 27.5,47.5 parent: 2 - - uid: 28210 + - uid: 28192 components: - type: Transform rot: -1.5707963267948966 rad pos: 27.5,43.5 parent: 2 - - uid: 28211 + - uid: 28193 components: - type: Transform rot: -1.5707963267948966 rad pos: 28.5,43.5 parent: 2 - - uid: 28212 + - uid: 28194 components: - type: Transform rot: -1.5707963267948966 rad pos: 30.5,43.5 parent: 2 - - uid: 28213 + - uid: 28195 components: - type: Transform rot: -1.5707963267948966 rad pos: 31.5,43.5 parent: 2 - - uid: 28214 + - uid: 28196 components: - type: Transform pos: 2.5,46.5 parent: 2 - - uid: 28215 + - uid: 28197 components: - type: Transform pos: -6.5,43.5 parent: 2 - - uid: 28216 + - uid: 28198 components: - type: Transform pos: -5.5,43.5 parent: 2 - - uid: 28217 + - uid: 28199 components: - type: Transform pos: 2.5,43.5 parent: 2 - - uid: 28218 + - uid: 28200 components: - type: Transform pos: 1.5,43.5 parent: 2 - - uid: 28219 + - uid: 28201 components: - type: Transform pos: 0.5,43.5 parent: 2 - - uid: 28220 + - uid: 28202 components: - type: Transform pos: -8.5,60.5 parent: 2 - - uid: 28221 + - uid: 28203 components: - type: Transform pos: -3.5,60.5 parent: 2 - - uid: 28222 + - uid: 28204 components: - type: Transform pos: -4.5,60.5 parent: 2 - - uid: 28223 + - uid: 28205 components: - type: Transform pos: -5.5,60.5 parent: 2 - - uid: 28224 + - uid: 28206 components: - type: Transform pos: -6.5,60.5 parent: 2 - - uid: 28225 + - uid: 28207 components: - type: Transform pos: -7.5,60.5 parent: 2 - - uid: 28226 + - uid: 28208 components: - type: Transform pos: 1.5,60.5 parent: 2 - - uid: 28227 + - uid: 28209 components: - type: Transform pos: 0.5,60.5 parent: 2 - - uid: 28228 + - uid: 28210 components: - type: Transform rot: -1.5707963267948966 rad pos: -7.5,38.5 parent: 2 - - uid: 28229 + - uid: 28211 components: - type: Transform pos: 18.5,35.5 parent: 2 - - uid: 28230 + - uid: 28212 components: - type: Transform pos: 19.5,35.5 parent: 2 - - uid: 28231 + - uid: 28213 components: - type: Transform pos: 19.5,36.5 parent: 2 - - uid: 28232 + - uid: 28214 components: - type: Transform pos: 19.5,37.5 parent: 2 - - uid: 28233 + - uid: 28215 components: - type: Transform pos: 19.5,38.5 parent: 2 - - uid: 28234 + - uid: 28216 components: - type: Transform pos: 19.5,39.5 parent: 2 - - uid: 28235 + - uid: 28217 components: - type: Transform pos: 19.5,40.5 parent: 2 - - uid: 28236 + - uid: 28218 components: - type: Transform pos: 18.5,40.5 parent: 2 - - uid: 28237 + - uid: 28219 components: - type: Transform pos: 17.5,40.5 parent: 2 - - uid: 28238 + - uid: 28220 components: - type: Transform pos: 17.5,41.5 parent: 2 - - uid: 28239 + - uid: 28221 components: - type: Transform pos: 15.5,41.5 parent: 2 - - uid: 28240 + - uid: 28222 components: - type: Transform pos: 15.5,40.5 parent: 2 - - uid: 28241 + - uid: 28223 components: - type: Transform pos: 14.5,40.5 parent: 2 - - uid: 28242 + - uid: 28224 components: - type: Transform pos: 13.5,40.5 parent: 2 - - uid: 28243 + - uid: 28225 components: - type: Transform pos: 13.5,39.5 parent: 2 - - uid: 28244 + - uid: 28226 components: - type: Transform pos: 13.5,38.5 parent: 2 - - uid: 28245 + - uid: 28227 components: - type: Transform pos: 13.5,37.5 parent: 2 - - uid: 28246 + - uid: 28228 components: - type: Transform pos: 13.5,36.5 parent: 2 - - uid: 28247 + - uid: 28229 components: - type: Transform pos: 13.5,35.5 parent: 2 - - uid: 28248 + - uid: 28230 components: - type: Transform pos: 14.5,35.5 parent: 2 - - uid: 28249 + - uid: 28231 components: - type: Transform pos: 0.5,61.5 parent: 2 - - uid: 28250 + - uid: 28232 components: - type: Transform pos: 0.5,63.5 parent: 2 - - uid: 28251 + - uid: 28233 components: - type: Transform pos: 0.5,62.5 parent: 2 - - uid: 28252 + - uid: 28234 components: - type: Transform pos: -3.5,63.5 parent: 2 - - uid: 28253 + - uid: 28235 components: - type: Transform pos: -3.5,62.5 parent: 2 - - uid: 28254 + - uid: 28236 components: - type: Transform pos: -3.5,61.5 parent: 2 - - uid: 28255 + - uid: 28237 components: - type: Transform pos: 0.5,64.5 parent: 2 - - uid: 28256 + - uid: 28238 components: - type: Transform pos: -0.5,64.5 parent: 2 - - uid: 28257 + - uid: 28239 components: - type: Transform pos: -2.5,64.5 parent: 2 - - uid: 28258 + - uid: 28240 components: - type: Transform pos: -3.5,64.5 parent: 2 - - uid: 28259 + - uid: 28241 components: - type: Transform pos: -4.5,64.5 parent: 2 - - uid: 28260 + - uid: 28242 components: - type: Transform pos: -5.5,64.5 parent: 2 - - uid: 28261 + - uid: 28243 components: - type: Transform pos: -5.5,65.5 parent: 2 - - uid: 28262 + - uid: 28244 components: - type: Transform pos: -5.5,65.5 parent: 2 - - uid: 28263 + - uid: 28245 components: - type: Transform pos: -6.5,65.5 parent: 2 - - uid: 28264 + - uid: 28246 components: - type: Transform pos: -7.5,65.5 parent: 2 - - uid: 28265 + - uid: 28247 components: - type: Transform pos: -7.5,66.5 parent: 2 - - uid: 28266 + - uid: 28248 components: - type: Transform pos: -8.5,66.5 parent: 2 - - uid: 28267 + - uid: 28249 components: - type: Transform pos: -8.5,67.5 parent: 2 - - uid: 28268 + - uid: 28250 components: - type: Transform pos: -8.5,68.5 parent: 2 - - uid: 28269 + - uid: 28251 components: - type: Transform pos: -8.5,70.5 parent: 2 - - uid: 28270 + - uid: 28252 components: - type: Transform pos: -8.5,71.5 parent: 2 - - uid: 28271 + - uid: 28253 components: - type: Transform pos: -8.5,72.5 parent: 2 - - uid: 28272 + - uid: 28254 components: - type: Transform pos: -7.5,72.5 parent: 2 - - uid: 28273 + - uid: 28255 components: - type: Transform pos: -7.5,73.5 parent: 2 - - uid: 28274 + - uid: 28256 components: - type: Transform pos: -6.5,73.5 parent: 2 - - uid: 28275 + - uid: 28257 components: - type: Transform pos: -6.5,74.5 parent: 2 - - uid: 28276 + - uid: 28258 components: - type: Transform pos: -5.5,74.5 parent: 2 - - uid: 28277 + - uid: 28259 components: - type: Transform pos: -4.5,74.5 parent: 2 - - uid: 28278 + - uid: 28260 components: - type: Transform pos: -3.5,74.5 parent: 2 - - uid: 28279 + - uid: 28261 components: - type: Transform pos: -2.5,74.5 parent: 2 - - uid: 28280 + - uid: 28262 components: - type: Transform pos: -1.5,74.5 parent: 2 - - uid: 28281 + - uid: 28263 components: - type: Transform pos: -0.5,74.5 parent: 2 - - uid: 28282 + - uid: 28264 components: - type: Transform pos: 0.5,74.5 parent: 2 - - uid: 28283 + - uid: 28265 components: - type: Transform pos: 1.5,74.5 parent: 2 - - uid: 28284 + - uid: 28266 components: - type: Transform pos: 2.5,74.5 parent: 2 - - uid: 28285 + - uid: 28267 components: - type: Transform pos: 3.5,74.5 parent: 2 - - uid: 28286 + - uid: 28268 components: - type: Transform pos: 3.5,73.5 parent: 2 - - uid: 28287 + - uid: 28269 components: - type: Transform pos: 4.5,73.5 parent: 2 - - uid: 28288 + - uid: 28270 components: - type: Transform pos: 4.5,72.5 parent: 2 - - uid: 28289 + - uid: 28271 components: - type: Transform pos: 5.5,72.5 parent: 2 - - uid: 28290 + - uid: 28272 components: - type: Transform pos: 5.5,71.5 parent: 2 - - uid: 28291 + - uid: 28273 components: - type: Transform pos: 5.5,70.5 parent: 2 - - uid: 28292 + - uid: 28274 components: - type: Transform pos: 5.5,68.5 parent: 2 - - uid: 28293 + - uid: 28275 components: - type: Transform pos: 5.5,67.5 parent: 2 - - uid: 28294 + - uid: 28276 components: - type: Transform pos: 5.5,66.5 parent: 2 - - uid: 28295 + - uid: 28277 components: - type: Transform pos: 4.5,66.5 parent: 2 - - uid: 28296 + - uid: 28278 components: - type: Transform pos: 4.5,65.5 parent: 2 - - uid: 28297 + - uid: 28279 components: - type: Transform pos: 3.5,65.5 parent: 2 - - uid: 28298 + - uid: 28280 components: - type: Transform pos: 2.5,64.5 parent: 2 - - uid: 28299 + - uid: 28281 components: - type: Transform pos: 2.5,65.5 parent: 2 - - uid: 28300 + - uid: 28282 components: - type: Transform pos: 1.5,64.5 parent: 2 - - uid: 28301 + - uid: 28283 components: - type: Transform rot: 3.141592653589793 rad pos: 69.5,39.5 parent: 2 - - uid: 28302 + - uid: 28284 components: - type: Transform rot: 3.141592653589793 rad pos: 69.5,38.5 parent: 2 - - uid: 28303 + - uid: 28285 components: - type: Transform rot: 3.141592653589793 rad pos: 69.5,37.5 parent: 2 - - uid: 28304 + - uid: 28286 components: - type: Transform rot: 3.141592653589793 rad pos: 75.5,39.5 parent: 2 - - uid: 28305 + - uid: 28287 components: - type: Transform rot: 3.141592653589793 rad pos: 75.5,38.5 parent: 2 - - uid: 28306 + - uid: 28288 components: - type: Transform rot: 3.141592653589793 rad pos: 75.5,37.5 parent: 2 - - uid: 28307 + - uid: 28289 components: - type: Transform rot: 3.141592653589793 rad pos: 74.5,39.5 parent: 2 - - uid: 28308 + - uid: 28290 components: - type: Transform rot: 3.141592653589793 rad pos: 72.5,39.5 parent: 2 - - uid: 28309 + - uid: 28291 components: - type: Transform rot: 3.141592653589793 rad pos: 70.5,39.5 parent: 2 - - uid: 28310 + - uid: 28292 components: - type: Transform rot: 3.141592653589793 rad pos: 69.5,35.5 parent: 2 - - uid: 28311 + - uid: 28293 components: - type: Transform rot: 3.141592653589793 rad pos: 69.5,34.5 parent: 2 - - uid: 28312 + - uid: 28294 components: - type: Transform rot: 3.141592653589793 rad pos: 69.5,33.5 parent: 2 - - uid: 28313 + - uid: 28295 components: - type: Transform rot: 3.141592653589793 rad pos: 70.5,33.5 parent: 2 - - uid: 28314 + - uid: 28296 components: - type: Transform rot: 3.141592653589793 rad pos: 72.5,33.5 parent: 2 - - uid: 28315 + - uid: 28297 components: - type: Transform rot: 3.141592653589793 rad pos: 74.5,33.5 parent: 2 - - uid: 28316 + - uid: 28298 components: - type: Transform rot: 3.141592653589793 rad pos: 75.5,33.5 parent: 2 - - uid: 28317 + - uid: 28299 components: - type: Transform rot: 3.141592653589793 rad pos: 75.5,34.5 parent: 2 - - uid: 28318 + - uid: 28300 components: - type: Transform rot: 3.141592653589793 rad pos: 75.5,35.5 parent: 2 - - uid: 28319 + - uid: 28301 components: - type: Transform pos: 76.5,37.5 parent: 2 - - uid: 28320 + - uid: 28302 components: - type: Transform pos: 77.5,37.5 parent: 2 - - uid: 28321 + - uid: 28303 components: - type: Transform pos: 76.5,35.5 parent: 2 - - uid: 28322 + - uid: 28304 components: - type: Transform pos: 77.5,35.5 parent: 2 - - uid: 28323 + - uid: 28305 components: - type: Transform pos: 68.5,37.5 parent: 2 - - uid: 28324 + - uid: 28306 components: - type: Transform pos: 67.5,37.5 parent: 2 - - uid: 28325 + - uid: 28307 components: - type: Transform pos: 67.5,35.5 parent: 2 - - uid: 28326 + - uid: 28308 components: - type: Transform pos: 68.5,35.5 parent: 2 - - uid: 28327 + - uid: 28309 components: - type: Transform pos: 64.5,32.5 parent: 2 - - uid: 28328 + - uid: 28310 components: - type: Transform pos: 64.5,31.5 parent: 2 - - uid: 28329 + - uid: 28311 components: - type: Transform pos: 62.5,32.5 parent: 2 - - uid: 28330 + - uid: 28312 components: - type: Transform pos: 62.5,31.5 parent: 2 - - uid: 28331 + - uid: 28313 components: - type: Transform pos: -38.5,43.5 parent: 2 - - uid: 28332 + - uid: 28314 components: - type: Transform pos: -38.5,42.5 parent: 2 - - uid: 28333 + - uid: 28315 components: - type: Transform pos: -38.5,41.5 parent: 2 - - uid: 28334 + - uid: 28316 components: - type: Transform pos: -36.5,43.5 parent: 2 - - uid: 28335 + - uid: 28317 components: - type: Transform pos: -36.5,42.5 parent: 2 - - uid: 28336 + - uid: 28318 components: - type: Transform pos: -36.5,41.5 parent: 2 - - uid: 28337 + - uid: 28319 components: - type: Transform pos: -38.5,40.5 parent: 2 - - uid: 28338 + - uid: 28320 components: - type: Transform pos: -39.5,40.5 parent: 2 - - uid: 28339 + - uid: 28321 components: - type: Transform pos: -40.5,40.5 parent: 2 - - uid: 28340 + - uid: 28322 components: - type: Transform pos: -41.5,40.5 parent: 2 - - uid: 28341 + - uid: 28323 components: - type: Transform pos: -42.5,40.5 parent: 2 - - uid: 28342 + - uid: 28324 components: - type: Transform rot: -1.5707963267948966 rad pos: -48.5,46.5 parent: 2 - - uid: 28343 + - uid: 28325 components: - type: Transform rot: -1.5707963267948966 rad pos: -48.5,47.5 parent: 2 - - uid: 28344 + - uid: 28326 components: - type: Transform rot: -1.5707963267948966 rad pos: -50.5,47.5 parent: 2 - - uid: 28345 + - uid: 28327 components: - type: Transform pos: -48.5,40.5 parent: 2 - - uid: 28346 + - uid: 28328 components: - type: Transform pos: -48.5,39.5 parent: 2 - - uid: 28347 + - uid: 28329 components: - type: Transform pos: -48.5,38.5 parent: 2 - - uid: 28348 + - uid: 28330 components: - type: Transform pos: -36.5,40.5 parent: 2 - - uid: 28349 + - uid: 28331 components: - type: Transform pos: -35.5,40.5 parent: 2 - - uid: 28350 + - uid: 28332 components: - type: Transform pos: -34.5,40.5 parent: 2 - - uid: 28351 + - uid: 28333 components: - type: Transform pos: -31.5,40.5 parent: 2 - - uid: 28352 + - uid: 28334 components: - type: Transform pos: -30.5,40.5 parent: 2 - - uid: 28353 + - uid: 28335 components: - type: Transform pos: -30.5,41.5 parent: 2 - - uid: 28354 + - uid: 28336 components: - type: Transform pos: -30.5,42.5 parent: 2 - - uid: 28355 + - uid: 28337 components: - type: Transform pos: -29.5,42.5 parent: 2 - - uid: 28356 + - uid: 28338 components: - type: Transform pos: -26.5,47.5 parent: 2 - - uid: 28357 + - uid: 28339 components: - type: Transform pos: -27.5,47.5 parent: 2 - - uid: 28358 + - uid: 28340 components: - type: Transform pos: -28.5,47.5 parent: 2 - - uid: 28359 + - uid: 28341 components: - type: Transform pos: -29.5,47.5 parent: 2 - - uid: 28360 + - uid: 28342 components: - type: Transform pos: -29.5,46.5 parent: 2 - - uid: 28361 + - uid: 28343 components: - type: Transform pos: -25.5,47.5 parent: 2 - - uid: 28362 + - uid: 28344 components: - type: Transform pos: -25.5,48.5 parent: 2 - - uid: 28363 + - uid: 28345 components: - type: Transform pos: 32.5,48.5 parent: 2 - - uid: 28364 + - uid: 28346 components: - type: Transform pos: 31.5,48.5 parent: 2 - - uid: 28365 + - uid: 28347 components: - type: Transform pos: 31.5,47.5 parent: 2 - - uid: 28366 + - uid: 28348 components: - type: Transform pos: 31.5,46.5 parent: 2 - - uid: 28367 + - uid: 28349 components: - type: Transform pos: 31.5,44.5 parent: 2 - - uid: 28368 + - uid: 28350 components: - type: Transform pos: 27.5,46.5 parent: 2 - - uid: 28369 + - uid: 28351 components: - type: Transform pos: 27.5,44.5 parent: 2 - - uid: 28370 + - uid: 28352 components: - type: Transform pos: 28.5,48.5 parent: 2 - - uid: 28371 + - uid: 28353 components: - type: Transform rot: -1.5707963267948966 rad pos: -1.5,73.5 parent: 2 - - uid: 28372 + - uid: 28354 components: - type: Transform pos: 46.5,51.5 parent: 2 - - uid: 28373 + - uid: 28355 components: - type: Transform pos: 47.5,51.5 parent: 2 - - uid: 28374 + - uid: 28356 components: - type: Transform pos: 48.5,51.5 parent: 2 - - uid: 28375 + - uid: 28357 components: - type: Transform pos: 30.5,42.5 parent: 2 - - uid: 28376 + - uid: 28358 components: - type: Transform pos: 30.5,41.5 parent: 2 - - uid: 28377 + - uid: 28359 components: - type: Transform pos: 28.5,42.5 parent: 2 - - uid: 28378 + - uid: 28360 components: - type: Transform pos: 28.5,41.5 parent: 2 - - uid: 28379 + - uid: 28361 components: - type: Transform pos: 27.5,48.5 parent: 2 - - uid: 28380 + - uid: 28362 components: - type: Transform pos: -8.5,63.5 parent: 2 - - uid: 28381 + - uid: 28363 components: - type: Transform pos: -9.5,63.5 parent: 2 - - uid: 28382 + - uid: 28364 components: - type: Transform pos: -11.5,63.5 parent: 2 - - uid: 28383 + - uid: 28365 components: - type: Transform pos: -8.5,62.5 parent: 2 - - uid: 28384 + - uid: 28366 components: - type: Transform pos: -8.5,61.5 parent: 2 - - uid: 28385 + - uid: 28367 components: - type: Transform pos: 10.5,-35.5 parent: 2 - - uid: 28386 + - uid: 28368 components: - type: Transform pos: 9.5,-30.5 parent: 2 - - uid: 28387 + - uid: 28369 components: - type: Transform rot: 3.141592653589793 rad pos: 11.5,-35.5 parent: 2 - - uid: 28388 + - uid: 28370 components: - type: Transform pos: -25.5,49.5 parent: 2 - - uid: 28389 + - uid: 28371 components: - type: Transform pos: -25.5,50.5 parent: 2 - - uid: 28390 + - uid: 28372 components: - type: Transform pos: -26.5,50.5 parent: 2 - - uid: 28391 + - uid: 28373 components: - type: Transform pos: -26.5,51.5 parent: 2 - - uid: 28392 + - uid: 28374 components: - type: Transform pos: -26.5,52.5 parent: 2 - - uid: 28393 + - uid: 28375 components: - type: Transform pos: -26.5,55.5 parent: 2 - - uid: 28394 + - uid: 28376 components: - type: Transform pos: -26.5,56.5 parent: 2 - - uid: 28395 + - uid: 28377 components: - type: Transform pos: -25.5,56.5 parent: 2 - - uid: 28396 + - uid: 28378 components: - type: Transform pos: -25.5,57.5 parent: 2 - - uid: 28397 + - uid: 28379 components: - type: Transform pos: -24.5,57.5 parent: 2 - - uid: 28398 + - uid: 28380 components: - type: Transform pos: 3.5,57.5 parent: 2 - - uid: 28399 + - uid: 28381 components: - type: Transform pos: 10.5,-30.5 parent: 2 - - uid: 28400 + - uid: 28382 components: - type: Transform pos: 9.5,-33.5 parent: 2 - - uid: 28401 + - uid: 28383 components: - type: Transform rot: 3.141592653589793 rad pos: -16.5,-81.5 parent: 2 - - uid: 28402 + - uid: 28384 components: - type: Transform rot: 3.141592653589793 rad pos: -16.5,-82.5 parent: 2 - - uid: 28403 + - uid: 28385 components: - type: Transform rot: 3.141592653589793 rad pos: -16.5,-83.5 parent: 2 - - uid: 28404 + - uid: 28386 components: - type: Transform rot: 3.141592653589793 rad pos: -16.5,-84.5 parent: 2 - - uid: 28405 + - uid: 28387 components: - type: Transform rot: 3.141592653589793 rad pos: -16.5,-85.5 parent: 2 - - uid: 28406 + - uid: 28388 components: - type: Transform rot: 3.141592653589793 rad pos: -16.5,-86.5 parent: 2 - - uid: 28407 + - uid: 28389 components: - type: Transform rot: 3.141592653589793 rad pos: -16.5,-87.5 parent: 2 - - uid: 28408 + - uid: 28390 components: - type: Transform rot: 3.141592653589793 rad pos: -16.5,-89.5 parent: 2 - - uid: 28409 + - uid: 28391 components: - type: Transform rot: 3.141592653589793 rad pos: -15.5,-89.5 parent: 2 - - uid: 28410 + - uid: 28392 components: - type: Transform rot: 3.141592653589793 rad pos: -14.5,-89.5 parent: 2 - - uid: 28411 + - uid: 28393 components: - type: Transform rot: 3.141592653589793 rad pos: -13.5,-89.5 parent: 2 - - uid: 28412 + - uid: 28394 components: - type: Transform rot: 3.141592653589793 rad pos: -12.5,-89.5 parent: 2 - - uid: 28413 + - uid: 28395 components: - type: Transform rot: 3.141592653589793 rad pos: -11.5,-89.5 parent: 2 - - uid: 28414 + - uid: 28396 components: - type: Transform rot: 3.141592653589793 rad pos: -10.5,-89.5 parent: 2 - - uid: 28415 + - uid: 28397 components: - type: Transform rot: 3.141592653589793 rad pos: -9.5,-89.5 parent: 2 - - uid: 28416 + - uid: 28398 components: - type: Transform rot: 3.141592653589793 rad pos: -8.5,-89.5 parent: 2 - - uid: 28417 + - uid: 28399 components: - type: Transform rot: 3.141592653589793 rad pos: -9.5,-94.5 parent: 2 - - uid: 28418 + - uid: 28400 components: - type: Transform pos: -5.5,-94.5 parent: 2 - - uid: 28419 + - uid: 28401 components: - type: Transform rot: 3.141592653589793 rad pos: -6.5,-89.5 parent: 2 - - uid: 28420 + - uid: 28402 components: - type: Transform rot: 3.141592653589793 rad pos: -5.5,-89.5 parent: 2 - - uid: 28421 + - uid: 28403 components: - type: Transform rot: 3.141592653589793 rad pos: -4.5,-89.5 parent: 2 - - uid: 28422 + - uid: 28404 components: - type: Transform rot: 3.141592653589793 rad pos: -3.5,-89.5 parent: 2 - - uid: 28423 + - uid: 28405 components: - type: Transform rot: 3.141592653589793 rad pos: -3.5,-85.5 parent: 2 - - uid: 28424 + - uid: 28406 components: - type: Transform rot: 3.141592653589793 rad pos: -3.5,-86.5 parent: 2 - - uid: 28425 + - uid: 28407 components: - type: Transform rot: 3.141592653589793 rad pos: -3.5,-87.5 parent: 2 - - uid: 28426 + - uid: 28408 components: - type: Transform rot: 3.141592653589793 rad pos: -3.5,-88.5 parent: 2 - - uid: 28427 + - uid: 28409 components: - type: Transform rot: 3.141592653589793 rad pos: -3.5,-84.5 parent: 2 - - uid: 28428 + - uid: 28410 components: - type: Transform rot: -1.5707963267948966 rad pos: 29.5,48.5 parent: 2 - - uid: 28429 + - uid: 28411 components: - type: Transform pos: -18.5,-95.5 parent: 2 - - uid: 28430 + - uid: 28412 components: - type: Transform pos: -18.5,-99.5 parent: 2 - - uid: 28431 + - uid: 28413 components: - type: Transform pos: -26.5,-95.5 parent: 2 - - uid: 28432 + - uid: 28414 components: - type: Transform pos: -26.5,-99.5 parent: 2 - - uid: 28433 + - uid: 28415 components: - type: Transform pos: -18.5,-94.5 parent: 2 - - uid: 28434 + - uid: 28416 components: - type: Transform pos: -19.5,-94.5 parent: 2 - - uid: 28435 + - uid: 28417 components: - type: Transform pos: -20.5,-94.5 parent: 2 - - uid: 28436 + - uid: 28418 components: - type: Transform pos: -24.5,-94.5 parent: 2 - - uid: 28437 + - uid: 28419 components: - type: Transform pos: -25.5,-94.5 parent: 2 - - uid: 28438 + - uid: 28420 components: - type: Transform pos: -26.5,-94.5 parent: 2 - - uid: 28439 + - uid: 28421 components: - type: Transform pos: -18.5,-100.5 parent: 2 - - uid: 28440 + - uid: 28422 components: - type: Transform pos: -19.5,-100.5 parent: 2 - - uid: 28441 + - uid: 28423 components: - type: Transform pos: -20.5,-100.5 parent: 2 - - uid: 28442 + - uid: 28424 components: - type: Transform pos: -26.5,-100.5 parent: 2 - - uid: 28443 + - uid: 28425 components: - type: Transform pos: -25.5,-100.5 parent: 2 - - uid: 28444 + - uid: 28426 components: - type: Transform pos: -24.5,-100.5 parent: 2 - - uid: 28445 + - uid: 28427 components: - type: Transform pos: -17.5,-95.5 parent: 2 - - uid: 28446 + - uid: 28428 components: - type: Transform pos: -16.5,-95.5 parent: 2 - - uid: 28447 + - uid: 28429 components: - type: Transform pos: -15.5,-95.5 parent: 2 - - uid: 28448 + - uid: 28430 components: - type: Transform pos: -14.5,-95.5 parent: 2 - - uid: 28449 + - uid: 28431 components: - type: Transform pos: -17.5,-99.5 parent: 2 - - uid: 28450 + - uid: 28432 components: - type: Transform pos: -16.5,-99.5 parent: 2 - - uid: 28451 + - uid: 28433 components: - type: Transform pos: -15.5,-99.5 parent: 2 - - uid: 28452 + - uid: 28434 components: - type: Transform pos: -14.5,-99.5 parent: 2 - - uid: 28453 + - uid: 28435 components: - type: Transform pos: -27.5,-95.5 parent: 2 - - uid: 28454 + - uid: 28436 components: - type: Transform pos: -28.5,-95.5 parent: 2 - - uid: 28455 + - uid: 28437 components: - type: Transform pos: -29.5,-95.5 parent: 2 - - uid: 28456 + - uid: 28438 components: - type: Transform pos: -30.5,-95.5 parent: 2 - - uid: 28457 + - uid: 28439 components: - type: Transform pos: -27.5,-99.5 parent: 2 - - uid: 28458 + - uid: 28440 components: - type: Transform pos: -28.5,-99.5 parent: 2 - - uid: 28459 + - uid: 28441 components: - type: Transform pos: -29.5,-99.5 parent: 2 - - uid: 28460 + - uid: 28442 components: - type: Transform pos: -30.5,-99.5 parent: 2 - - uid: 28461 + - uid: 28443 components: - type: Transform pos: -13.5,-95.5 parent: 2 - - uid: 28462 + - uid: 28444 components: - type: Transform pos: -13.5,-99.5 parent: 2 - - uid: 28463 + - uid: 28445 components: - type: Transform pos: -31.5,-95.5 parent: 2 - - uid: 28464 + - uid: 28446 components: - type: Transform pos: -31.5,-99.5 parent: 2 - - uid: 28465 + - uid: 28447 components: - type: Transform pos: -10.5,-94.5 parent: 2 - - uid: 28466 + - uid: 28448 components: - type: Transform pos: -11.5,-94.5 parent: 2 - - uid: 28467 + - uid: 28449 components: - type: Transform pos: -11.5,-95.5 parent: 2 - - uid: 28468 + - uid: 28450 components: - type: Transform pos: -12.5,-95.5 parent: 2 - - uid: 28469 + - uid: 28451 components: - type: Transform pos: -4.5,-94.5 parent: 2 - - uid: 28470 + - uid: 28452 components: - type: Transform pos: -4.5,-95.5 parent: 2 - - uid: 28471 + - uid: 28453 components: - type: Transform pos: -3.5,-95.5 parent: 2 - - uid: 28472 + - uid: 28454 components: - type: Transform pos: -7.5,-101.5 parent: 2 - - uid: 28473 + - uid: 28455 components: - type: Transform pos: -4.5,-101.5 parent: 2 - - uid: 28474 + - uid: 28456 components: - type: Transform pos: -4.5,-100.5 parent: 2 - - uid: 28475 + - uid: 28457 components: - type: Transform pos: -3.5,-100.5 parent: 2 - - uid: 28476 + - uid: 28458 components: - type: Transform pos: -10.5,-101.5 parent: 2 - - uid: 28477 + - uid: 28459 components: - type: Transform pos: -10.5,-100.5 parent: 2 - - uid: 28478 + - uid: 28460 components: - type: Transform pos: -11.5,-100.5 parent: 2 - - uid: 28479 + - uid: 28461 components: - type: Transform pos: -11.5,-99.5 parent: 2 - - uid: 28480 + - uid: 28462 components: - type: Transform pos: -12.5,-99.5 parent: 2 - - uid: 28481 + - uid: 28463 components: - type: Transform pos: -3.5,-96.5 parent: 2 - - uid: 28482 + - uid: 28464 components: - type: Transform pos: -3.5,-99.5 parent: 2 - - uid: 28483 + - uid: 28465 components: - type: Transform pos: -39.5,-87.5 parent: 2 - - uid: 28484 + - uid: 28466 components: - type: Transform pos: -39.5,-88.5 parent: 2 - - uid: 28485 + - uid: 28467 components: - type: Transform pos: -44.5,-87.5 parent: 2 - - uid: 28486 + - uid: 28468 components: - type: Transform pos: -44.5,-88.5 parent: 2 - - uid: 28487 + - uid: 28469 components: - type: Transform pos: -32.5,-99.5 parent: 2 - - uid: 28488 + - uid: 28470 components: - type: Transform pos: -33.5,-99.5 parent: 2 - - uid: 28489 + - uid: 28471 components: - type: Transform pos: -34.5,-99.5 parent: 2 - - uid: 28490 + - uid: 28472 components: - type: Transform pos: -36.5,-99.5 parent: 2 - - uid: 28491 + - uid: 28473 components: - type: Transform pos: -38.5,-99.5 parent: 2 - - uid: 28492 + - uid: 28474 components: - type: Transform pos: -39.5,-99.5 parent: 2 - - uid: 28493 + - uid: 28475 components: - type: Transform pos: -34.5,-101.5 parent: 2 - - uid: 28494 + - uid: 28476 components: - type: Transform pos: -36.5,-101.5 parent: 2 - - uid: 28495 + - uid: 28477 components: - type: Transform pos: -6.5,-94.5 parent: 2 - - uid: 28496 + - uid: 28478 components: - type: Transform pos: -8.5,-94.5 parent: 2 - - uid: 28497 + - uid: 28479 components: - type: Transform pos: 66.5,-15.5 parent: 2 - - uid: 28498 + - uid: 28480 components: - type: Transform pos: 66.5,-16.5 parent: 2 - - uid: 28499 + - uid: 28481 components: - type: Transform pos: -39.5,-91.5 parent: 2 - - uid: 28500 + - uid: 28482 components: - type: Transform pos: -44.5,-91.5 parent: 2 - - uid: 28501 + - uid: 28483 components: - type: Transform rot: 1.5707963267948966 rad pos: -32.5,-95.5 parent: 2 - - uid: 28502 + - uid: 28484 components: - type: Transform rot: 1.5707963267948966 rad pos: -33.5,-95.5 parent: 2 - - uid: 28503 + - uid: 28485 components: - type: Transform rot: 1.5707963267948966 rad pos: -34.5,-95.5 parent: 2 - - uid: 28504 + - uid: 28486 components: - type: Transform rot: 1.5707963267948966 rad pos: -34.5,-94.5 parent: 2 - - uid: 28505 + - uid: 28487 components: - type: Transform rot: 1.5707963267948966 rad pos: -34.5,-93.5 parent: 2 - - uid: 28506 + - uid: 28488 components: - type: Transform rot: 1.5707963267948966 rad pos: -34.5,-92.5 parent: 2 - - uid: 28507 + - uid: 28489 components: - type: Transform rot: 1.5707963267948966 rad pos: -35.5,-92.5 parent: 2 - - uid: 28508 + - uid: 28490 components: - type: Transform rot: 1.5707963267948966 rad pos: -36.5,-92.5 parent: 2 - - uid: 28509 + - uid: 28491 components: - type: Transform rot: 1.5707963267948966 rad pos: -37.5,-92.5 parent: 2 - - uid: 28510 + - uid: 28492 components: - type: Transform rot: 1.5707963267948966 rad pos: -38.5,-92.5 parent: 2 - - uid: 28511 + - uid: 28493 components: - type: Transform rot: 1.5707963267948966 rad pos: -39.5,-92.5 parent: 2 - - uid: 28512 + - uid: 28494 components: - type: Transform rot: 1.5707963267948966 rad pos: -39.5,-98.5 parent: 2 - - uid: 28513 + - uid: 28495 components: - type: Transform rot: 1.5707963267948966 rad pos: -40.5,-98.5 parent: 2 - - uid: 28514 + - uid: 28496 components: - type: Transform rot: 1.5707963267948966 rad pos: -43.5,-98.5 parent: 2 - - uid: 28515 + - uid: 28497 components: - type: Transform rot: 1.5707963267948966 rad pos: -44.5,-97.5 parent: 2 - - uid: 28516 + - uid: 28498 components: - type: Transform rot: 1.5707963267948966 rad pos: -44.5,-98.5 parent: 2 - - uid: 28517 + - uid: 28499 components: - type: Transform rot: 1.5707963267948966 rad pos: -44.5,-94.5 parent: 2 - - uid: 28518 + - uid: 28500 components: - type: Transform rot: 1.5707963267948966 rad pos: -44.5,-93.5 parent: 2 - - uid: 28519 + - uid: 28501 components: - type: Transform rot: 1.5707963267948966 rad pos: -44.5,-92.5 parent: 2 - - uid: 28520 + - uid: 28502 components: - type: Transform pos: -20.5,-101.5 parent: 2 - - uid: 28521 + - uid: 28503 components: - type: Transform pos: -24.5,-101.5 parent: 2 - - uid: 28522 + - uid: 28504 components: - type: Transform pos: -75.5,-28.5 parent: 2 - - uid: 28523 + - uid: 28505 components: - type: Transform pos: -75.5,-29.5 parent: 2 - - uid: 28524 + - uid: 28506 components: - type: Transform pos: -75.5,-30.5 parent: 2 - - uid: 28525 + - uid: 28507 components: - type: Transform pos: -75.5,-32.5 parent: 2 - - uid: 28526 + - uid: 28508 components: - type: Transform pos: -77.5,-32.5 parent: 2 - - uid: 28527 + - uid: 28509 components: - type: Transform pos: -69.5,-33.5 parent: 2 - - uid: 28528 + - uid: 28510 components: - type: Transform pos: -70.5,-33.5 parent: 2 - - uid: 28529 + - uid: 28511 components: - type: Transform pos: -71.5,-33.5 parent: 2 - - uid: 28530 + - uid: 28512 components: - type: Transform pos: -74.5,-33.5 parent: 2 - - uid: 28531 + - uid: 28513 components: - type: Transform pos: -75.5,-33.5 parent: 2 - - uid: 28532 + - uid: 28514 components: - type: Transform pos: 70.5,-39.5 parent: 2 - - uid: 28533 + - uid: 28515 components: - type: Transform pos: 71.5,-39.5 parent: 2 - - uid: 28534 + - uid: 28516 components: - type: Transform rot: -1.5707963267948966 rad pos: 65.5,-39.5 parent: 2 - - uid: 28535 + - uid: 28517 components: - type: Transform rot: -1.5707963267948966 rad pos: 74.5,-29.5 parent: 2 - - uid: 28536 + - uid: 28518 components: - type: Transform rot: -1.5707963267948966 rad pos: 69.5,-39.5 parent: 2 - - uid: 28537 + - uid: 28519 components: - type: Transform pos: 29.5,34.5 parent: 2 - - uid: 28538 + - uid: 28520 components: - type: Transform rot: -1.5707963267948966 rad pos: 77.5,-50.5 parent: 2 - - uid: 28539 + - uid: 28521 components: - type: Transform rot: -1.5707963267948966 rad pos: 53.5,-68.5 parent: 2 - - uid: 28540 + - uid: 28522 components: - type: Transform rot: -1.5707963267948966 rad pos: 46.5,-66.5 parent: 2 - - uid: 28541 + - uid: 28523 components: - type: Transform rot: -1.5707963267948966 rad pos: 49.5,-64.5 parent: 2 - - uid: 28542 + - uid: 28524 components: - type: Transform rot: -1.5707963267948966 rad pos: 52.5,-64.5 parent: 2 - - uid: 28543 + - uid: 28525 components: - type: Transform rot: -1.5707963267948966 rad pos: 47.5,-64.5 parent: 2 - - uid: 28544 + - uid: 28526 components: - type: Transform rot: -1.5707963267948966 rad pos: 45.5,-66.5 parent: 2 - - uid: 28545 + - uid: 28527 components: - type: Transform pos: 65.5,-67.5 parent: 2 - - uid: 28546 + - uid: 28528 components: - type: Transform pos: 65.5,-68.5 parent: 2 - - uid: 28547 + - uid: 28529 components: - type: Transform pos: 64.5,-68.5 parent: 2 - - uid: 28548 + - uid: 28530 components: - type: Transform pos: 63.5,-69.5 parent: 2 - - uid: 28549 + - uid: 28531 components: - type: Transform pos: 69.5,-50.5 parent: 2 - - uid: 28550 + - uid: 28532 components: - type: Transform rot: -1.5707963267948966 rad pos: 70.5,-27.5 parent: 2 - - uid: 28551 + - uid: 28533 components: - type: Transform rot: -1.5707963267948966 rad pos: 52.5,-68.5 parent: 2 - - uid: 28552 + - uid: 28534 components: - type: Transform rot: -1.5707963267948966 rad pos: 47.5,-66.5 parent: 2 - - uid: 28553 + - uid: 28535 components: - type: Transform rot: -1.5707963267948966 rad pos: 49.5,-68.5 parent: 2 - - uid: 28554 + - uid: 28536 components: - type: Transform rot: -1.5707963267948966 rad pos: 76.5,-50.5 parent: 2 - - uid: 28555 + - uid: 28537 components: - type: Transform rot: -1.5707963267948966 rad pos: 48.5,-67.5 parent: 2 - - uid: 28556 + - uid: 28538 components: - type: Transform rot: -1.5707963267948966 rad pos: 48.5,-64.5 parent: 2 - - uid: 28557 + - uid: 28539 components: - type: Transform rot: -1.5707963267948966 rad pos: 49.5,-67.5 parent: 2 - - uid: 28558 + - uid: 28540 components: - type: Transform rot: -1.5707963267948966 rad pos: 51.5,-64.5 parent: 2 - - uid: 28559 + - uid: 28541 components: - type: Transform pos: 7.5,-38.5 parent: 2 - - uid: 28560 + - uid: 28542 components: - type: Transform rot: 3.141592653589793 rad pos: 74.5,-28.5 parent: 2 - - uid: 28561 + - uid: 28543 components: - type: Transform rot: 3.141592653589793 rad pos: 70.5,-28.5 parent: 2 - - uid: 28562 + - uid: 28544 components: - type: Transform pos: 5.5,-36.5 parent: 2 - - uid: 28563 + - uid: 28545 components: - type: Transform pos: 1.5,-36.5 parent: 2 - - uid: 28564 + - uid: 28546 components: - type: Transform pos: 5.5,-37.5 parent: 2 - - uid: 28565 + - uid: 28547 components: - type: Transform pos: 4.5,-36.5 parent: 2 - - uid: 28566 + - uid: 28548 components: - type: Transform pos: 6.5,-37.5 parent: 2 - - uid: 28567 + - uid: 28549 components: - type: Transform pos: 63.5,-70.5 parent: 2 - - uid: 28568 + - uid: 28550 components: - type: Transform pos: 1.5,-35.5 parent: 2 - - uid: 28569 + - uid: 28551 components: - type: Transform pos: 66.5,-60.5 parent: 2 - - uid: 28570 + - uid: 28552 components: - type: Transform pos: 76.5,-52.5 parent: 2 - - uid: 28571 + - uid: 28553 components: - type: Transform pos: 76.5,-51.5 parent: 2 - - uid: 28572 + - uid: 28554 components: - type: Transform pos: 73.5,-51.5 parent: 2 - - uid: 28573 + - uid: 28555 components: - type: Transform pos: 73.5,-53.5 parent: 2 - - uid: 28574 + - uid: 28556 components: - type: Transform pos: 75.5,-57.5 parent: 2 - - uid: 28575 + - uid: 28557 components: - type: Transform pos: 76.5,-57.5 parent: 2 - - uid: 28576 + - uid: 28558 components: - type: Transform pos: 68.5,-55.5 parent: 2 - - uid: 28577 + - uid: 28559 components: - type: Transform rot: 1.5707963267948966 rad pos: -53.5,-57.5 parent: 2 - - uid: 28578 + - uid: 28560 components: - type: Transform rot: 1.5707963267948966 rad pos: -52.5,-57.5 parent: 2 - - uid: 28579 + - uid: 28561 components: - type: Transform rot: 1.5707963267948966 rad pos: -51.5,-57.5 parent: 2 - - uid: 28580 + - uid: 28562 components: - type: Transform rot: 1.5707963267948966 rad pos: -50.5,-57.5 parent: 2 - - uid: 28581 + - uid: 28563 components: - type: Transform rot: 1.5707963267948966 rad pos: -50.5,-59.5 parent: 2 - - uid: 28582 + - uid: 28564 components: - type: Transform rot: 1.5707963267948966 rad pos: -51.5,-59.5 parent: 2 - - uid: 28583 + - uid: 28565 components: - type: Transform rot: 1.5707963267948966 rad pos: -52.5,-59.5 parent: 2 - - uid: 28584 + - uid: 28566 components: - type: Transform rot: 1.5707963267948966 rad pos: -52.5,-61.5 parent: 2 - - uid: 28585 + - uid: 28567 components: - type: Transform rot: 1.5707963267948966 rad pos: -57.5,-63.5 parent: 2 - - uid: 28586 + - uid: 28568 components: - type: Transform rot: 1.5707963267948966 rad pos: -56.5,-63.5 parent: 2 - - uid: 28587 + - uid: 28569 components: - type: Transform pos: 59.5,-69.5 parent: 2 - - uid: 28588 + - uid: 28570 components: - type: Transform pos: 9.5,-32.5 parent: 2 - - uid: 28589 + - uid: 28571 components: - type: Transform rot: 1.5707963267948966 rad pos: 65.5,-42.5 parent: 2 - - uid: 28590 + - uid: 28572 components: - type: Transform rot: -1.5707963267948966 rad pos: 7.5,-40.5 parent: 2 - - uid: 28591 + - uid: 28573 components: - type: Transform pos: 47.5,-32.5 parent: 2 - - uid: 28592 + - uid: 28574 components: - type: Transform pos: 69.5,-68.5 parent: 2 - - uid: 28593 + - uid: 28575 components: - type: Transform pos: 64.5,-69.5 parent: 2 - - uid: 28594 + - uid: 28576 components: - type: Transform pos: 59.5,-70.5 parent: 2 - - uid: 28595 + - uid: 28577 components: - type: Transform pos: 58.5,-69.5 parent: 2 - - uid: 28596 + - uid: 28578 components: - type: Transform pos: 67.5,-68.5 parent: 2 - - uid: 28597 + - uid: 28579 components: - type: Transform pos: 67.5,-69.5 parent: 2 - - uid: 28598 + - uid: 28580 components: - type: Transform pos: 76.5,-56.5 parent: 2 - - uid: 28599 + - uid: 28581 components: - type: Transform pos: 76.5,-55.5 parent: 2 - - uid: 28600 + - uid: 28582 components: - type: Transform pos: 76.5,-54.5 parent: 2 - - uid: 28601 + - uid: 28583 components: - type: Transform pos: 76.5,-53.5 parent: 2 - - uid: 28602 + - uid: 28584 components: - type: Transform rot: 3.141592653589793 rad pos: 48.5,3.5 parent: 2 - - uid: 28603 + - uid: 28585 components: - type: Transform pos: -45.5,-37.5 parent: 2 - - uid: 28604 + - uid: 28586 components: - type: Transform rot: 1.5707963267948966 rad pos: 32.5,20.5 parent: 2 - - uid: 28605 + - uid: 28587 components: - type: Transform rot: 1.5707963267948966 rad pos: 46.5,-88.5 parent: 2 - - uid: 28606 + - uid: 28588 components: - type: Transform rot: -1.5707963267948966 rad pos: 42.5,-74.5 parent: 2 - - uid: 28607 + - uid: 28589 components: - type: Transform pos: 8.5,-84.5 parent: 2 - - uid: 28608 + - uid: 28590 components: - type: Transform pos: 7.5,-84.5 parent: 2 - - uid: 28609 + - uid: 28591 components: - type: Transform pos: 7.5,-85.5 parent: 2 - - uid: 28610 + - uid: 28592 components: - type: Transform pos: 9.5,-84.5 parent: 2 - - uid: 28611 + - uid: 28593 components: - type: Transform pos: 7.5,-86.5 parent: 2 - - uid: 28612 + - uid: 28594 components: - type: Transform pos: 5.5,-84.5 parent: 2 - - uid: 28613 + - uid: 28595 components: - type: Transform pos: 5.5,-85.5 parent: 2 - - uid: 28614 + - uid: 28596 components: - type: Transform pos: 5.5,-86.5 parent: 2 - - uid: 28615 + - uid: 28597 components: - type: Transform pos: 5.5,-81.5 parent: 2 - - uid: 28616 + - uid: 28598 components: - type: Transform pos: 5.5,-83.5 parent: 2 - - uid: 28617 + - uid: 28599 components: - type: Transform rot: 1.5707963267948966 rad pos: 47.5,-70.5 parent: 2 - - uid: 28618 + - uid: 28600 components: - type: Transform rot: 1.5707963267948966 rad pos: 28.5,-77.5 parent: 2 - - uid: 28619 + - uid: 28601 components: - type: Transform pos: 27.5,-75.5 parent: 2 - - uid: 28620 + - uid: 28602 components: - type: Transform pos: 64.5,-41.5 parent: 2 - - uid: 28621 + - uid: 28603 components: - type: Transform pos: -47.5,-37.5 parent: 2 - - uid: 28622 + - uid: 28604 components: - type: Transform pos: -47.5,-36.5 parent: 2 - - uid: 28623 + - uid: 28605 components: - type: Transform pos: -51.5,-34.5 parent: 2 - - uid: 28624 + - uid: 28606 components: - type: Transform pos: -51.5,-35.5 parent: 2 - - uid: 28625 + - uid: 28607 components: - type: Transform pos: -51.5,-38.5 parent: 2 - - uid: 28626 + - uid: 28608 components: - type: Transform pos: -51.5,-39.5 parent: 2 - - uid: 28627 + - uid: 28609 components: - type: Transform pos: -51.5,-40.5 parent: 2 - - uid: 28628 + - uid: 28610 components: - type: Transform rot: -1.5707963267948966 rad pos: -75.5,-12.5 parent: 2 - - uid: 28629 + - uid: 28611 components: - type: Transform rot: 1.5707963267948966 rad pos: 26.5,-86.5 parent: 2 - - uid: 28630 + - uid: 28612 components: - type: Transform rot: -1.5707963267948966 rad pos: 31.5,-93.5 parent: 2 - - uid: 28631 + - uid: 28613 components: - type: Transform rot: -1.5707963267948966 rad pos: 28.5,-91.5 parent: 2 - - uid: 28632 + - uid: 28614 components: - type: Transform rot: -1.5707963267948966 rad pos: 32.5,-92.5 parent: 2 - - uid: 28633 + - uid: 28615 components: - type: Transform rot: -1.5707963267948966 rad pos: 32.5,-91.5 parent: 2 - - uid: 28634 + - uid: 28616 components: - type: Transform rot: 1.5707963267948966 rad pos: 50.5,-70.5 parent: 2 - - uid: 28635 + - uid: 28617 components: - type: Transform rot: -1.5707963267948966 rad pos: 46.5,-75.5 parent: 2 - - uid: 28636 + - uid: 28618 components: - type: Transform rot: 1.5707963267948966 rad pos: 24.5,-75.5 parent: 2 - - uid: 28637 + - uid: 28619 components: - type: Transform rot: 1.5707963267948966 rad pos: 50.5,-76.5 parent: 2 - - uid: 28638 + - uid: 28620 components: - type: Transform rot: 1.5707963267948966 rad pos: 50.5,-78.5 parent: 2 - - uid: 28639 + - uid: 28621 components: - type: Transform rot: 1.5707963267948966 rad pos: 50.5,-79.5 parent: 2 - - uid: 28640 + - uid: 28622 components: - type: Transform pos: 49.5,-94.5 parent: 2 - - uid: 28641 + - uid: 28623 components: - type: Transform pos: 46.5,-91.5 parent: 2 - - uid: 28642 + - uid: 28624 components: - type: Transform pos: 47.5,-93.5 parent: 2 - - uid: 28643 + - uid: 28625 components: - type: Transform pos: 46.5,-93.5 parent: 2 - - uid: 28644 + - uid: 28626 components: - type: Transform pos: 50.5,-91.5 parent: 2 - - uid: 28645 + - uid: 28627 components: - type: Transform rot: -1.5707963267948966 rad pos: 23.5,-80.5 parent: 2 - - uid: 28646 + - uid: 28628 components: - type: Transform rot: 1.5707963267948966 rad pos: 50.5,-77.5 parent: 2 - - uid: 28647 + - uid: 28629 components: - type: Transform rot: 1.5707963267948966 rad pos: 50.5,-84.5 parent: 2 - - uid: 28648 + - uid: 28630 components: - type: Transform pos: 49.5,-95.5 parent: 2 - - uid: 28649 + - uid: 28631 components: - type: Transform pos: 47.5,-95.5 parent: 2 - - uid: 28650 + - uid: 28632 components: - type: Transform pos: 46.5,-92.5 parent: 2 - - uid: 28651 + - uid: 28633 components: - type: Transform pos: 50.5,-93.5 parent: 2 - - uid: 28652 + - uid: 28634 components: - type: Transform pos: 49.5,-93.5 parent: 2 - - uid: 28653 + - uid: 28635 components: - type: Transform rot: -1.5707963267948966 rad pos: 26.5,-80.5 parent: 2 - - uid: 28654 + - uid: 28636 components: - type: Transform rot: -1.5707963267948966 rad pos: 26.5,-79.5 parent: 2 - - uid: 28655 + - uid: 28637 components: - type: Transform rot: 1.5707963267948966 rad pos: 51.5,-74.5 parent: 2 - - uid: 28656 + - uid: 28638 components: - type: Transform rot: 1.5707963267948966 rad pos: 51.5,-70.5 parent: 2 - - uid: 28657 + - uid: 28639 components: - type: Transform pos: 47.5,-94.5 parent: 2 - - uid: 28658 + - uid: 28640 components: - type: Transform rot: -1.5707963267948966 rad pos: 28.5,-92.5 parent: 2 - - uid: 28659 + - uid: 28641 components: - type: Transform rot: -1.5707963267948966 rad pos: 2.5,-76.5 parent: 2 - - uid: 28660 + - uid: 28642 components: - type: Transform pos: 5.5,-76.5 parent: 2 - - uid: 28661 + - uid: 28643 components: - type: Transform rot: -1.5707963267948966 rad pos: 36.5,-75.5 parent: 2 - - uid: 28662 + - uid: 28644 components: - type: Transform rot: -1.5707963267948966 rad pos: 34.5,-81.5 parent: 2 - - uid: 28663 + - uid: 28645 components: - type: Transform rot: 1.5707963267948966 rad pos: 44.5,-90.5 parent: 2 - - uid: 28664 + - uid: 28646 components: - type: Transform rot: 1.5707963267948966 rad pos: 44.5,-88.5 parent: 2 - - uid: 28665 + - uid: 28647 components: - type: Transform pos: 8.5,-79.5 parent: 2 - - uid: 28666 + - uid: 28648 components: - type: Transform pos: 8.5,-80.5 parent: 2 - - uid: 28667 + - uid: 28649 components: - type: Transform pos: 50.5,-92.5 parent: 2 - - uid: 28668 + - uid: 28650 components: - type: Transform rot: 3.141592653589793 rad pos: 27.5,-67.5 parent: 2 - - uid: 28669 + - uid: 28651 components: - type: Transform rot: 3.141592653589793 rad pos: 24.5,-67.5 parent: 2 - - uid: 28670 + - uid: 28652 components: - type: Transform rot: 3.141592653589793 rad pos: 24.5,-68.5 parent: 2 - - uid: 28671 + - uid: 28653 components: - type: Transform rot: 3.141592653589793 rad pos: 27.5,-68.5 parent: 2 - - uid: 28672 + - uid: 28654 components: - type: Transform rot: -1.5707963267948966 rad pos: 32.5,-74.5 parent: 2 - - uid: 28673 + - uid: 28655 components: - type: Transform rot: -1.5707963267948966 rad pos: 28.5,-79.5 parent: 2 - - uid: 28674 + - uid: 28656 components: - type: Transform rot: -1.5707963267948966 rad pos: 33.5,-74.5 parent: 2 - - uid: 28675 + - uid: 28657 components: - type: Transform rot: 1.5707963267948966 rad pos: 50.5,-74.5 parent: 2 - - uid: 28676 + - uid: 28658 components: - type: Transform rot: 1.5707963267948966 rad pos: 45.5,-88.5 parent: 2 - - uid: 28677 + - uid: 28659 components: - type: Transform pos: 7.5,-74.5 parent: 2 - - uid: 28678 + - uid: 28660 components: - type: Transform pos: 7.5,-76.5 parent: 2 - - uid: 28679 + - uid: 28661 components: - type: Transform pos: 7.5,-72.5 parent: 2 - - uid: 28680 + - uid: 28662 components: - type: Transform pos: 10.5,-81.5 parent: 2 - - uid: 28681 + - uid: 28663 components: - type: Transform pos: 10.5,-82.5 parent: 2 - - uid: 28682 + - uid: 28664 components: - type: Transform pos: 10.5,-84.5 parent: 2 - - uid: 28683 + - uid: 28665 components: - type: Transform pos: 10.5,-85.5 parent: 2 - - uid: 28684 + - uid: 28666 components: - type: Transform pos: 5.5,-77.5 parent: 2 - - uid: 28685 + - uid: 28667 components: - type: Transform pos: 8.5,-78.5 parent: 2 - - uid: 28686 + - uid: 28668 components: - type: Transform rot: 1.5707963267948966 rad pos: 50.5,-87.5 parent: 2 - - uid: 28687 + - uid: 28669 components: - type: Transform rot: 1.5707963267948966 rad pos: 50.5,-80.5 parent: 2 - - uid: 28688 + - uid: 28670 components: - type: Transform rot: -1.5707963267948966 rad pos: 32.5,-81.5 parent: 2 - - uid: 28689 + - uid: 28671 components: - type: Transform rot: -1.5707963267948966 rad pos: 32.5,-76.5 parent: 2 - - uid: 28690 + - uid: 28672 components: - type: Transform rot: -1.5707963267948966 rad pos: 32.5,-83.5 parent: 2 - - uid: 28691 + - uid: 28673 components: - type: Transform rot: 3.141592653589793 rad pos: 3.5,-20.5 parent: 2 - - uid: 28692 + - uid: 28674 components: - type: Transform rot: 3.141592653589793 rad pos: 3.5,-22.5 parent: 2 - - uid: 28693 + - uid: 28675 components: - type: Transform rot: 3.141592653589793 rad pos: 3.5,-23.5 parent: 2 - - uid: 28694 + - uid: 28676 components: - type: Transform rot: 3.141592653589793 rad pos: 3.5,-21.5 parent: 2 - - uid: 28695 + - uid: 28677 components: - type: Transform rot: 3.141592653589793 rad pos: 3.5,-19.5 parent: 2 - - uid: 28696 + - uid: 28678 components: - type: Transform rot: 3.141592653589793 rad pos: 39.5,13.5 parent: 2 - - uid: 28697 + - uid: 28679 components: - type: Transform rot: 3.141592653589793 rad pos: 37.5,13.5 parent: 2 - - uid: 28698 + - uid: 28680 components: - type: Transform rot: 3.141592653589793 rad pos: 38.5,13.5 parent: 2 - - uid: 28699 + - uid: 28681 components: - type: Transform rot: 3.141592653589793 rad pos: 47.5,8.5 parent: 2 - - uid: 28700 + - uid: 28682 components: - type: Transform pos: 8.5,-81.5 parent: 2 - - uid: 28701 + - uid: 28683 components: - type: Transform pos: 8.5,-82.5 parent: 2 - - uid: 28702 + - uid: 28684 components: - type: Transform pos: 9.5,-82.5 parent: 2 - - uid: 28703 + - uid: 28685 components: - type: Transform rot: -1.5707963267948966 rad pos: 3.5,-76.5 parent: 2 - - uid: 28704 + - uid: 28686 components: - type: Transform rot: -1.5707963267948966 rad pos: 4.5,-76.5 parent: 2 - - uid: 28705 + - uid: 28687 components: - type: Transform rot: -1.5707963267948966 rad pos: -44.5,45.5 parent: 2 - - uid: 28706 + - uid: 28688 components: - type: Transform rot: -1.5707963267948966 rad pos: -51.5,45.5 parent: 2 - - uid: 28707 + - uid: 28689 components: - type: Transform rot: -1.5707963267948966 rad pos: -44.5,44.5 parent: 2 - - uid: 28708 + - uid: 28690 components: - type: Transform rot: -1.5707963267948966 rad pos: -44.5,43.5 parent: 2 - - uid: 28709 + - uid: 28691 components: - type: Transform rot: -1.5707963267948966 rad pos: -44.5,42.5 parent: 2 - - uid: 28710 + - uid: 28692 components: - type: Transform rot: -1.5707963267948966 rad pos: -44.5,41.5 parent: 2 - - uid: 28711 + - uid: 28693 components: - type: Transform pos: 65.5,-26.5 parent: 2 - - uid: 28712 + - uid: 28694 components: - type: Transform pos: 68.5,-26.5 parent: 2 - - uid: 28713 + - uid: 28695 components: - type: Transform pos: 69.5,-26.5 parent: 2 - - uid: 28714 + - uid: 28696 components: - type: Transform pos: -17.5,-83.5 parent: 2 - - uid: 28715 + - uid: 28697 components: - type: Transform rot: -1.5707963267948966 rad pos: -1.5,16.5 parent: 2 - - uid: 28716 + - uid: 28698 components: - type: Transform pos: -65.5,-47.5 parent: 2 - - uid: 28717 + - uid: 28699 components: - type: Transform pos: -66.5,-47.5 parent: 2 - - uid: 28718 + - uid: 28700 components: - type: Transform pos: -67.5,-47.5 parent: 2 - - uid: 28719 + - uid: 28701 components: - type: Transform pos: -71.5,-47.5 parent: 2 - - uid: 28720 + - uid: 28702 components: - type: Transform pos: -72.5,-47.5 parent: 2 - - uid: 28721 + - uid: 28703 components: - type: Transform pos: -73.5,-47.5 parent: 2 - - uid: 28722 + - uid: 28704 components: - type: Transform pos: -74.5,-47.5 parent: 2 - - uid: 28723 + - uid: 28705 components: - type: Transform rot: -1.5707963267948966 rad pos: -68.5,-33.5 parent: 2 - - uid: 28724 + - uid: 28706 components: - type: Transform rot: -1.5707963267948966 rad pos: -63.5,-46.5 parent: 2 - - uid: 28725 + - uid: 28707 components: - type: Transform rot: -1.5707963267948966 rad pos: -62.5,-46.5 parent: 2 - - uid: 28726 + - uid: 28708 components: - type: Transform rot: -1.5707963267948966 rad pos: -62.5,-44.5 parent: 2 - - uid: 28727 + - uid: 28709 components: - type: Transform pos: -78.5,-46.5 parent: 2 - - uid: 28728 + - uid: 28710 components: - type: Transform pos: -78.5,-47.5 parent: 2 - - uid: 28729 + - uid: 28711 components: - type: Transform pos: -77.5,-47.5 parent: 2 - - uid: 28730 + - uid: 28712 components: - type: Transform pos: -76.5,-47.5 parent: 2 - - uid: 28731 + - uid: 28713 components: - type: Transform pos: -75.5,-47.5 parent: 2 - - uid: 28732 + - uid: 28714 components: - type: Transform pos: -49.5,-26.5 parent: 2 - - uid: 28733 + - uid: 28715 components: - type: Transform pos: -50.5,-26.5 parent: 2 - - uid: 28734 + - uid: 28716 components: - type: Transform rot: -1.5707963267948966 rad pos: -63.5,-34.5 parent: 2 - - uid: 28735 + - uid: 28717 components: - type: Transform rot: 1.5707963267948966 rad pos: -63.5,-35.5 parent: 2 - - uid: 28736 + - uid: 28718 components: - type: Transform rot: 3.141592653589793 rad pos: -60.5,-44.5 parent: 2 - - uid: 28737 + - uid: 28719 components: - type: Transform pos: 6.5,-3.5 parent: 2 - - uid: 28738 + - uid: 28720 components: - type: Transform pos: 19.5,-27.5 parent: 2 - - uid: 28739 + - uid: 28721 components: - type: Transform pos: 5.5,-3.5 parent: 2 - - uid: 28740 + - uid: 28722 components: - type: Transform rot: 1.5707963267948966 rad pos: 21.5,-38.5 parent: 2 - - uid: 28741 + - uid: 28723 components: - type: Transform pos: 6.5,-8.5 parent: 2 - - uid: 28742 + - uid: 28724 components: - type: Transform pos: 19.5,-28.5 parent: 2 - - uid: 28743 + - uid: 28725 components: - type: Transform pos: -35.5,-19.5 parent: 2 - - uid: 28744 + - uid: 28726 components: - type: Transform pos: -34.5,-19.5 parent: 2 - - uid: 28745 + - uid: 28727 components: - type: Transform rot: 1.5707963267948966 rad pos: 66.5,-67.5 parent: 2 + - uid: 28728 + components: + - type: Transform + pos: -16.5,-51.5 + parent: 2 + - uid: 28729 + components: + - type: Transform + pos: -16.5,-50.5 + parent: 2 - proto: WallShuttle entities: - - uid: 28746 + - uid: 28730 components: - type: Transform rot: -1.5707963267948966 rad pos: -74.5,-57.5 parent: 2 - - uid: 28747 + - uid: 28731 components: - type: Transform rot: -1.5707963267948966 rad pos: -64.5,-56.5 parent: 2 - - uid: 28748 + - uid: 28732 components: - type: Transform rot: -1.5707963267948966 rad pos: -64.5,-57.5 parent: 2 + - uid: 28733 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -76.5,-51.5 + parent: 2 + - uid: 28734 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -65.5,-57.5 + parent: 2 + - uid: 28735 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -63.5,-57.5 + parent: 2 + - uid: 28736 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -70.5,-57.5 + parent: 2 + - uid: 28737 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -75.5,-55.5 + parent: 2 + - uid: 28738 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -64.5,-51.5 + parent: 2 + - uid: 28739 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -75.5,-51.5 + parent: 2 + - uid: 28740 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -63.5,-50.5 + parent: 2 + - uid: 28741 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -65.5,-50.5 + parent: 2 + - uid: 28742 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -64.5,-50.5 + parent: 2 + - uid: 28743 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -74.5,-50.5 + parent: 2 + - uid: 28744 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -67.5,-55.5 + parent: 2 + - uid: 28745 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -70.5,-50.5 + parent: 2 + - uid: 28746 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -68.5,-51.5 + parent: 2 + - uid: 28747 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -67.5,-51.5 + parent: 2 + - uid: 28748 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -75.5,-56.5 + parent: 2 - uid: 28749 components: - type: Transform rot: 1.5707963267948966 rad - pos: -76.5,-51.5 + pos: -75.5,-52.5 parent: 2 - uid: 28750 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -65.5,-57.5 + rot: 1.5707963267948966 rad + pos: -76.5,-56.5 parent: 2 - uid: 28751 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -63.5,-57.5 + rot: 1.5707963267948966 rad + pos: -67.5,-52.5 parent: 2 - uid: 28752 components: - type: Transform rot: -1.5707963267948966 rad - pos: -70.5,-57.5 + pos: -68.5,-56.5 parent: 2 - uid: 28753 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -75.5,-55.5 + rot: -1.5707963267948966 rad + pos: -67.5,-56.5 parent: 2 +- proto: WallShuttleDiagonal + entities: - uid: 28754 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,-51.5 + rot: 1.5707963267948966 rad + pos: -75.5,-57.5 parent: 2 - uid: 28755 components: - type: Transform rot: 1.5707963267948966 rad - pos: -75.5,-51.5 + pos: -66.5,-57.5 parent: 2 - uid: 28756 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -63.5,-50.5 + rot: 3.141592653589793 rad + pos: -69.5,-57.5 parent: 2 - uid: 28757 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -65.5,-50.5 + pos: -75.5,-50.5 parent: 2 - uid: 28758 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -64.5,-50.5 + rot: -1.5707963267948966 rad + pos: -69.5,-50.5 parent: 2 - uid: 28759 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -74.5,-50.5 + pos: -66.5,-50.5 parent: 2 - uid: 28760 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -67.5,-55.5 + rot: 1.5707963267948966 rad + pos: -69.5,-51.5 parent: 2 - uid: 28761 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -70.5,-50.5 + rot: -1.5707963267948966 rad + pos: -66.5,-56.5 parent: 2 - uid: 28762 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -68.5,-51.5 + rot: 3.141592653589793 rad + pos: -66.5,-51.5 parent: 2 - uid: 28763 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -67.5,-51.5 + pos: -69.5,-56.5 parent: 2 +- proto: WallSolid + entities: - uid: 28764 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -75.5,-56.5 + pos: 11.5,-62.5 parent: 2 - uid: 28765 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -75.5,-52.5 + rot: 3.141592653589793 rad + pos: 9.5,-61.5 parent: 2 - uid: 28766 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -76.5,-56.5 + rot: 3.141592653589793 rad + pos: 10.5,-65.5 parent: 2 - uid: 28767 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -67.5,-52.5 + rot: 3.141592653589793 rad + pos: 11.5,-65.5 parent: 2 - uid: 28768 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -68.5,-56.5 + rot: 3.141592653589793 rad + pos: 13.5,-65.5 parent: 2 - uid: 28769 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -67.5,-56.5 + rot: 3.141592653589793 rad + pos: 8.5,-61.5 parent: 2 -- proto: WallShuttleDiagonal - entities: - uid: 28770 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -75.5,-57.5 + rot: 3.141592653589793 rad + pos: 7.5,-61.5 parent: 2 - uid: 28771 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -66.5,-57.5 + rot: 3.141592653589793 rad + pos: 10.5,-61.5 parent: 2 - uid: 28772 components: - type: Transform rot: 3.141592653589793 rad - pos: -69.5,-57.5 + pos: 7.5,-58.5 parent: 2 - uid: 28773 components: - type: Transform - pos: -75.5,-50.5 + pos: 8.5,-63.5 parent: 2 - uid: 28774 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -69.5,-50.5 + pos: -27.5,-58.5 parent: 2 - uid: 28775 components: - type: Transform - pos: -66.5,-50.5 + pos: -19.5,-53.5 parent: 2 - uid: 28776 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -69.5,-51.5 + pos: -17.5,-53.5 parent: 2 - uid: 28777 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -66.5,-56.5 + rot: 3.141592653589793 rad + pos: -0.5,-59.5 parent: 2 - uid: 28778 components: - type: Transform rot: 3.141592653589793 rad - pos: -66.5,-51.5 + pos: -8.5,-61.5 parent: 2 - uid: 28779 components: - type: Transform - pos: -69.5,-56.5 + rot: 3.141592653589793 rad + pos: -10.5,-62.5 parent: 2 -- proto: WallSolid - entities: - uid: 28780 components: - type: Transform - pos: 13.5,-38.5 + rot: 3.141592653589793 rad + pos: -0.5,-58.5 parent: 2 - uid: 28781 components: - type: Transform - pos: 13.5,-37.5 + rot: -1.5707963267948966 rad + pos: 1.5,-53.5 parent: 2 - uid: 28782 components: - type: Transform - pos: 13.5,-36.5 + pos: -11.5,-68.5 parent: 2 - uid: 28783 components: - type: Transform - pos: 13.5,-35.5 + pos: -13.5,-68.5 parent: 2 - uid: 28784 components: - type: Transform - pos: 13.5,-39.5 + pos: -15.5,-68.5 parent: 2 - uid: 28785 components: - type: Transform - pos: 13.5,-40.5 + rot: -1.5707963267948966 rad + pos: -5.5,-67.5 parent: 2 - uid: 28786 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-39.5 + rot: -1.5707963267948966 rad + pos: -3.5,-67.5 parent: 2 - uid: 28787 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-37.5 + rot: -1.5707963267948966 rad + pos: 1.5,-52.5 parent: 2 - uid: 28788 components: - type: Transform - pos: 48.5,-59.5 + rot: -1.5707963267948966 rad + pos: 2.5,-54.5 parent: 2 - uid: 28789 components: - type: Transform - pos: 52.5,-60.5 + pos: -10.5,-68.5 parent: 2 - uid: 28790 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,19.5 + pos: -12.5,-68.5 parent: 2 - uid: 28791 components: - type: Transform - pos: -35.5,23.5 + rot: 3.141592653589793 rad + pos: -0.5,-57.5 parent: 2 - uid: 28792 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,20.5 + rot: 3.141592653589793 rad + pos: -10.5,-56.5 parent: 2 - uid: 28793 components: - type: Transform - pos: 0.5,-14.5 + rot: 3.141592653589793 rad + pos: -15.5,-62.5 parent: 2 - uid: 28794 components: - type: Transform - pos: -0.5,-13.5 + rot: 3.141592653589793 rad + pos: -0.5,-63.5 parent: 2 - uid: 28795 components: - type: Transform - pos: -1.5,11.5 + rot: 3.141592653589793 rad + pos: -8.5,-57.5 parent: 2 - uid: 28796 components: - type: Transform - pos: -1.5,13.5 + rot: 3.141592653589793 rad + pos: -0.5,-60.5 parent: 2 - uid: 28797 components: - type: Transform - pos: -4.5,13.5 + rot: 3.141592653589793 rad + pos: -6.5,-64.5 parent: 2 - uid: 28798 components: - type: Transform - pos: -2.5,13.5 + rot: 3.141592653589793 rad + pos: -0.5,-61.5 parent: 2 - uid: 28799 components: - type: Transform - pos: -1.5,12.5 + rot: 3.141592653589793 rad + pos: -11.5,-62.5 parent: 2 - uid: 28800 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-44.5 + rot: 3.141592653589793 rad + pos: -1.5,-63.5 parent: 2 - uid: 28801 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-46.5 + rot: 3.141592653589793 rad + pos: -0.5,-62.5 parent: 2 - uid: 28802 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-47.5 + rot: 3.141592653589793 rad + pos: -8.5,-58.5 parent: 2 - uid: 28803 components: - type: Transform rot: -1.5707963267948966 rad - pos: 10.5,-44.5 + pos: 1.5,-54.5 parent: 2 - uid: 28804 components: - type: Transform - pos: 16.5,-46.5 + rot: 3.141592653589793 rad + pos: -15.5,-57.5 parent: 2 - uid: 28805 components: - type: Transform - pos: 16.5,-45.5 + rot: 3.141592653589793 rad + pos: -2.5,-65.5 parent: 2 - uid: 28806 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-45.5 + rot: 3.141592653589793 rad + pos: -14.5,-62.5 parent: 2 - uid: 28807 components: - type: Transform - pos: 15.5,-48.5 + rot: 3.141592653589793 rad + pos: -2.5,-63.5 parent: 2 - uid: 28808 components: - type: Transform - pos: -34.5,-21.5 + rot: 3.141592653589793 rad + pos: -7.5,-63.5 parent: 2 - uid: 28809 components: - type: Transform - pos: -33.5,-21.5 + rot: 3.141592653589793 rad + pos: -9.5,-62.5 parent: 2 - uid: 28810 components: - type: Transform - pos: -33.5,-20.5 + rot: 3.141592653589793 rad + pos: -2.5,-64.5 parent: 2 - uid: 28811 components: - type: Transform - pos: 55.5,-39.5 + rot: 3.141592653589793 rad + pos: -10.5,-57.5 parent: 2 - uid: 28812 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-10.5 + rot: 3.141592653589793 rad + pos: -2.5,-66.5 parent: 2 - uid: 28813 components: - type: Transform rot: -1.5707963267948966 rad - pos: 2.5,-12.5 + pos: -2.5,-67.5 parent: 2 - uid: 28814 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-11.5 + rot: 3.141592653589793 rad + pos: -10.5,-52.5 parent: 2 - uid: 28815 components: - type: Transform rot: -1.5707963267948966 rad - pos: 8.5,-15.5 + pos: -6.5,-67.5 parent: 2 - uid: 28816 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-11.5 + pos: 0.5,-54.5 parent: 2 - uid: 28817 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-12.5 + rot: 3.141592653589793 rad + pos: -11.5,-57.5 parent: 2 - uid: 28818 components: - type: Transform - pos: 0.5,-24.5 + rot: 3.141592653589793 rad + pos: -9.5,-57.5 parent: 2 - uid: 28819 components: - type: Transform - pos: 1.5,-24.5 + rot: 3.141592653589793 rad + pos: -6.5,-63.5 parent: 2 - uid: 28820 components: - type: Transform - pos: -1.5,-18.5 + pos: 13.5,-38.5 parent: 2 - uid: 28821 components: - type: Transform - pos: -0.5,-24.5 + pos: 13.5,-37.5 parent: 2 - uid: 28822 components: - type: Transform - pos: 2.5,-18.5 + pos: 13.5,-36.5 parent: 2 - uid: 28823 components: - type: Transform - pos: 1.5,-18.5 + pos: 13.5,-35.5 parent: 2 - uid: 28824 components: - type: Transform - pos: -2.5,-20.5 + pos: 13.5,-39.5 parent: 2 - uid: 28825 components: - type: Transform - pos: -0.5,-18.5 + pos: 13.5,-40.5 parent: 2 - uid: 28826 components: - type: Transform - pos: -2.5,-24.5 + rot: 1.5707963267948966 rad + pos: 9.5,-39.5 parent: 2 - uid: 28827 components: - type: Transform - pos: -2.5,-23.5 + rot: 1.5707963267948966 rad + pos: 9.5,-37.5 parent: 2 - uid: 28828 components: - type: Transform - pos: -2.5,-21.5 + pos: 48.5,-59.5 parent: 2 - uid: 28829 components: - type: Transform - pos: -2.5,-22.5 + pos: 52.5,-60.5 parent: 2 - uid: 28830 components: - type: Transform rot: -1.5707963267948966 rad - pos: -1.5,-10.5 + pos: -35.5,19.5 parent: 2 - uid: 28831 components: - type: Transform - pos: 0.5,-11.5 + pos: -35.5,23.5 parent: 2 - uid: 28832 components: - type: Transform - pos: -2.5,-8.5 + rot: 1.5707963267948966 rad + pos: -35.5,20.5 parent: 2 - uid: 28833 components: - type: Transform - pos: 0.5,-13.5 + pos: 0.5,-14.5 parent: 2 - uid: 28834 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,-30.5 + pos: -0.5,-13.5 parent: 2 - uid: 28835 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,-30.5 + pos: -1.5,11.5 parent: 2 - uid: 28836 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,10.5 + pos: -1.5,13.5 parent: 2 - uid: 28837 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -69.5,-32.5 + pos: -4.5,13.5 parent: 2 - uid: 28838 components: - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,-32.5 + pos: -2.5,13.5 parent: 2 - uid: 28839 components: - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,-31.5 + pos: -1.5,12.5 parent: 2 - uid: 28840 components: - type: Transform - pos: -42.5,-31.5 + rot: -1.5707963267948966 rad + pos: 11.5,-44.5 parent: 2 - uid: 28841 components: - type: Transform rot: -1.5707963267948966 rad - pos: -53.5,-33.5 + pos: 12.5,-46.5 parent: 2 - uid: 28842 components: - type: Transform rot: -1.5707963267948966 rad - pos: -53.5,-34.5 + pos: 12.5,-47.5 parent: 2 - uid: 28843 components: - type: Transform - pos: -10.5,13.5 + rot: -1.5707963267948966 rad + pos: 10.5,-44.5 parent: 2 - uid: 28844 components: - type: Transform - pos: -9.5,16.5 + pos: 16.5,-46.5 parent: 2 - uid: 28845 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,20.5 + pos: 16.5,-45.5 parent: 2 - uid: 28846 components: - type: Transform - pos: -11.5,12.5 + rot: -1.5707963267948966 rad + pos: 12.5,-45.5 parent: 2 - uid: 28847 components: - type: Transform - pos: -9.5,18.5 + pos: 15.5,-48.5 parent: 2 - uid: 28848 components: - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,-32.5 + pos: -34.5,-21.5 parent: 2 - uid: 28849 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,-28.5 + pos: -33.5,-21.5 parent: 2 - uid: 28850 components: - type: Transform - pos: 37.5,-56.5 + pos: -33.5,-20.5 parent: 2 - uid: 28851 components: - type: Transform - pos: 17.5,-31.5 + pos: 55.5,-39.5 parent: 2 - uid: 28852 components: - type: Transform - pos: -11.5,-3.5 + rot: -1.5707963267948966 rad + pos: 2.5,-10.5 parent: 2 - uid: 28853 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,8.5 + rot: -1.5707963267948966 rad + pos: 2.5,-12.5 parent: 2 - uid: 28854 components: - type: Transform - pos: 40.5,-0.5 + rot: -1.5707963267948966 rad + pos: 2.5,-11.5 parent: 2 - uid: 28855 components: - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,9.5 + rot: -1.5707963267948966 rad + pos: 8.5,-15.5 parent: 2 - uid: 28856 components: - type: Transform - pos: -17.5,-34.5 + rot: -1.5707963267948966 rad + pos: 1.5,-11.5 parent: 2 - uid: 28857 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,8.5 + rot: -1.5707963267948966 rad + pos: 6.5,-12.5 parent: 2 - uid: 28858 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,-57.5 + pos: 0.5,-24.5 parent: 2 - uid: 28859 components: - type: Transform - pos: 37.5,-53.5 + pos: 1.5,-24.5 parent: 2 - uid: 28860 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,-23.5 + pos: -1.5,-18.5 parent: 2 - uid: 28861 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,-2.5 + pos: -0.5,-24.5 parent: 2 - uid: 28862 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,-51.5 + pos: 2.5,-18.5 parent: 2 - uid: 28863 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,-11.5 + pos: 1.5,-18.5 parent: 2 - uid: 28864 components: - type: Transform - pos: -11.5,-72.5 + pos: -2.5,-20.5 parent: 2 - uid: 28865 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,-20.5 + pos: -0.5,-18.5 parent: 2 - uid: 28866 components: - type: Transform - pos: 11.5,-61.5 + pos: -2.5,-24.5 parent: 2 - uid: 28867 components: - type: Transform - pos: 11.5,-63.5 + pos: -2.5,-23.5 parent: 2 - uid: 28868 components: - type: Transform - pos: 9.5,-63.5 + pos: -2.5,-21.5 parent: 2 - uid: 28869 components: - type: Transform - pos: 7.5,-63.5 + pos: -2.5,-22.5 parent: 2 - uid: 28870 components: - type: Transform rot: -1.5707963267948966 rad - pos: -10.5,-70.5 + pos: -1.5,-10.5 parent: 2 - uid: 28871 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-69.5 + pos: 0.5,-11.5 parent: 2 - uid: 28872 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-70.5 + pos: -2.5,-8.5 parent: 2 - uid: 28873 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,-68.5 + pos: 0.5,-13.5 parent: 2 - uid: 28874 components: - type: Transform rot: -1.5707963267948966 rad - pos: -17.5,-68.5 + pos: -42.5,-30.5 parent: 2 - uid: 28875 components: - type: Transform rot: -1.5707963267948966 rad - pos: -10.5,-68.5 + pos: -37.5,-30.5 parent: 2 - uid: 28876 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-67.5 + rot: 1.5707963267948966 rad + pos: -17.5,10.5 parent: 2 - uid: 28877 components: - type: Transform rot: -1.5707963267948966 rad - pos: -5.5,-67.5 + pos: -69.5,-32.5 parent: 2 - uid: 28878 components: - type: Transform - pos: 1.5,-64.5 + rot: 3.141592653589793 rad + pos: -41.5,-32.5 parent: 2 - uid: 28879 components: - type: Transform - pos: 1.5,-63.5 + rot: 3.141592653589793 rad + pos: -41.5,-31.5 parent: 2 - uid: 28880 components: - type: Transform - pos: -17.5,-63.5 + pos: -42.5,-31.5 parent: 2 - uid: 28881 components: - type: Transform - pos: 4.5,-51.5 + rot: -1.5707963267948966 rad + pos: -53.5,-33.5 parent: 2 - uid: 28882 components: - type: Transform - pos: -12.5,-72.5 + rot: -1.5707963267948966 rad + pos: -53.5,-34.5 parent: 2 - uid: 28883 components: - type: Transform - pos: -14.5,-70.5 + pos: -10.5,13.5 parent: 2 - uid: 28884 components: - type: Transform - pos: -3.5,-74.5 + pos: -9.5,16.5 parent: 2 - uid: 28885 components: - type: Transform - pos: 9.5,-68.5 + rot: 1.5707963267948966 rad + pos: -8.5,20.5 parent: 2 - uid: 28886 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,9.5 + pos: -11.5,12.5 parent: 2 - uid: 28887 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-21.5 + pos: -9.5,18.5 parent: 2 - uid: 28888 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-44.5 + rot: 3.141592653589793 rad + pos: -16.5,-32.5 parent: 2 - uid: 28889 components: - type: Transform rot: 1.5707963267948966 rad - pos: 34.5,-44.5 + pos: -16.5,-28.5 parent: 2 - uid: 28890 components: - type: Transform - pos: 1.5,-67.5 + pos: 37.5,-56.5 parent: 2 - uid: 28891 components: - type: Transform - pos: 5.5,-63.5 + pos: 17.5,-31.5 parent: 2 - uid: 28892 components: - type: Transform - pos: 13.5,-59.5 + pos: -11.5,-3.5 parent: 2 - uid: 28893 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-23.5 + rot: 3.141592653589793 rad + pos: 15.5,8.5 parent: 2 - uid: 28894 components: - type: Transform - pos: -21.5,-64.5 + pos: 40.5,-0.5 parent: 2 - uid: 28895 components: - type: Transform - pos: -21.5,-66.5 + rot: 3.141592653589793 rad + pos: 23.5,9.5 parent: 2 - uid: 28896 components: - type: Transform - pos: -21.5,-67.5 + pos: -17.5,-34.5 parent: 2 - uid: 28897 components: - type: Transform - pos: -21.5,-68.5 + rot: 1.5707963267948966 rad + pos: -11.5,8.5 parent: 2 - uid: 28898 components: - type: Transform - pos: -22.5,-68.5 + rot: 1.5707963267948966 rad + pos: 28.5,-57.5 parent: 2 - uid: 28899 components: - type: Transform - pos: -25.5,-68.5 + pos: 37.5,-53.5 parent: 2 - uid: 28900 components: - type: Transform - pos: -26.5,-69.5 + rot: 1.5707963267948966 rad + pos: 19.5,-23.5 parent: 2 - uid: 28901 components: - type: Transform - pos: -23.5,-74.5 + rot: -1.5707963267948966 rad + pos: 31.5,-2.5 parent: 2 - uid: 28902 components: - type: Transform - pos: -22.5,-74.5 + rot: 3.141592653589793 rad + pos: 15.5,-51.5 parent: 2 - uid: 28903 components: - type: Transform - pos: -16.5,-71.5 + rot: -1.5707963267948966 rad + pos: -14.5,-11.5 parent: 2 - uid: 28904 components: - type: Transform - pos: -21.5,-75.5 + pos: -11.5,-72.5 parent: 2 - uid: 28905 components: - type: Transform - pos: -10.5,-74.5 + rot: -1.5707963267948966 rad + pos: -14.5,-20.5 parent: 2 - uid: 28906 components: - type: Transform - pos: -8.5,-73.5 + pos: 7.5,-63.5 parent: 2 - uid: 28907 components: - type: Transform - pos: 3.5,-69.5 + rot: -1.5707963267948966 rad + pos: -10.5,-70.5 parent: 2 - uid: 28908 components: - type: Transform - pos: 7.5,-68.5 + rot: -1.5707963267948966 rad + pos: -10.5,-69.5 parent: 2 - uid: 28909 components: - type: Transform - pos: 7.5,-66.5 + rot: -1.5707963267948966 rad + pos: -7.5,-70.5 parent: 2 - uid: 28910 components: - type: Transform - pos: 9.5,-66.5 + rot: -1.5707963267948966 rad + pos: -17.5,-68.5 parent: 2 - uid: 28911 components: - type: Transform - pos: -19.5,-74.5 + pos: -17.5,-63.5 parent: 2 - uid: 28912 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-15.5 + pos: -12.5,-72.5 parent: 2 - uid: 28913 components: - type: Transform - pos: 9.5,-13.5 + pos: -14.5,-70.5 parent: 2 - uid: 28914 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,-44.5 + pos: -3.5,-74.5 parent: 2 - uid: 28915 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 31.5,-23.5 + pos: 9.5,-68.5 parent: 2 - uid: 28916 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,3.5 + rot: 3.141592653589793 rad + pos: -1.5,9.5 parent: 2 - uid: 28917 components: - type: Transform - pos: 7.5,6.5 + rot: 1.5707963267948966 rad + pos: -6.5,-21.5 parent: 2 - uid: 28918 components: - type: Transform - rot: 3.141592653589793 rad - pos: 62.5,14.5 + rot: -1.5707963267948966 rad + pos: 12.5,-44.5 parent: 2 - uid: 28919 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,8.5 + rot: 1.5707963267948966 rad + pos: 34.5,-44.5 parent: 2 - uid: 28920 components: - type: Transform - pos: 6.5,-68.5 + pos: 13.5,-59.5 parent: 2 - uid: 28921 components: - type: Transform - pos: 15.5,4.5 + rot: 1.5707963267948966 rad + pos: 18.5,-23.5 parent: 2 - uid: 28922 components: - type: Transform - rot: 3.141592653589793 rad - pos: 61.5,17.5 + pos: -21.5,-64.5 parent: 2 - uid: 28923 components: - type: Transform - pos: -8.5,-34.5 + pos: -21.5,-66.5 parent: 2 - uid: 28924 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,-4.5 + pos: -21.5,-67.5 parent: 2 - uid: 28925 components: - type: Transform - pos: 2.5,-9.5 + pos: -21.5,-68.5 parent: 2 - uid: 28926 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,36.5 + pos: -22.5,-68.5 parent: 2 - uid: 28927 components: - type: Transform - pos: 7.5,-62.5 + pos: -25.5,-68.5 parent: 2 - uid: 28928 components: - type: Transform - pos: 13.5,-54.5 + pos: -26.5,-69.5 parent: 2 - uid: 28929 components: - type: Transform - pos: -17.5,-64.5 + pos: -23.5,-74.5 parent: 2 - uid: 28930 components: - type: Transform - pos: 7.5,-55.5 + pos: -22.5,-74.5 parent: 2 - uid: 28931 components: - type: Transform - pos: -10.5,-2.5 + pos: -16.5,-71.5 parent: 2 - uid: 28932 components: - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,15.5 + pos: -21.5,-75.5 parent: 2 - uid: 28933 components: - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,15.5 + pos: -10.5,-74.5 parent: 2 - uid: 28934 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,-3.5 + pos: -8.5,-73.5 parent: 2 - uid: 28935 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 66.5,-4.5 + pos: 3.5,-69.5 parent: 2 - uid: 28936 components: - type: Transform - pos: 37.5,-39.5 + pos: 7.5,-68.5 parent: 2 - uid: 28937 components: - type: Transform - pos: -6.5,-5.5 + pos: 7.5,-66.5 parent: 2 - uid: 28938 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-16.5 + pos: 9.5,-66.5 parent: 2 - uid: 28939 components: - type: Transform - pos: 43.5,-57.5 + pos: -19.5,-74.5 parent: 2 - uid: 28940 components: - type: Transform - pos: 37.5,-27.5 + rot: 3.141592653589793 rad + pos: 14.5,-15.5 parent: 2 - uid: 28941 components: - type: Transform - pos: 13.5,-50.5 + pos: 9.5,-13.5 parent: 2 - uid: 28942 components: - type: Transform - pos: -17.5,-28.5 + rot: -1.5707963267948966 rad + pos: -16.5,-44.5 parent: 2 - uid: 28943 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-78.5 + rot: 1.5707963267948966 rad + pos: 31.5,-23.5 parent: 2 - uid: 28944 components: - type: Transform rot: -1.5707963267948966 rad - pos: -2.5,-83.5 + pos: 31.5,3.5 parent: 2 - uid: 28945 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-76.5 + pos: 7.5,6.5 parent: 2 - uid: 28946 components: - type: Transform - pos: -9.5,-7.5 + rot: 3.141592653589793 rad + pos: 62.5,14.5 parent: 2 - uid: 28947 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,-1.5 + rot: 3.141592653589793 rad + pos: -1.5,8.5 parent: 2 - uid: 28948 components: - type: Transform - pos: -6.5,-16.5 + pos: 6.5,-68.5 parent: 2 - uid: 28949 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-10.5 + pos: 15.5,4.5 parent: 2 - uid: 28950 components: - type: Transform - pos: 13.5,-48.5 + rot: 3.141592653589793 rad + pos: 61.5,17.5 parent: 2 - uid: 28951 components: - type: Transform - pos: -2.5,-18.5 + pos: -8.5,-34.5 parent: 2 - uid: 28952 components: - type: Transform - pos: -0.5,-15.5 + rot: -1.5707963267948966 rad + pos: 13.5,-4.5 parent: 2 - uid: 28953 components: - type: Transform - pos: -2.5,-13.5 + pos: 2.5,-9.5 parent: 2 - uid: 28954 components: - type: Transform - pos: -2.5,-19.5 + rot: -1.5707963267948966 rad + pos: -13.5,36.5 parent: 2 - uid: 28955 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-10.5 + pos: 7.5,-62.5 parent: 2 - uid: 28956 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-49.5 + pos: 13.5,-54.5 parent: 2 - uid: 28957 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-44.5 + pos: -17.5,-64.5 parent: 2 - uid: 28958 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-50.5 + pos: 7.5,-55.5 parent: 2 - uid: 28959 components: - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,15.5 + pos: -10.5,-2.5 parent: 2 - uid: 28960 components: - type: Transform rot: 3.141592653589793 rad - pos: 19.5,10.5 + pos: 22.5,15.5 parent: 2 - uid: 28961 components: - type: Transform - pos: 16.5,-13.5 + rot: 3.141592653589793 rad + pos: 21.5,15.5 parent: 2 - uid: 28962 components: - type: Transform - pos: 7.5,-12.5 + rot: -1.5707963267948966 rad + pos: 13.5,-3.5 parent: 2 - uid: 28963 components: - type: Transform - pos: -32.5,-69.5 + rot: 1.5707963267948966 rad + pos: 66.5,-4.5 parent: 2 - uid: 28964 components: - type: Transform - pos: -32.5,-72.5 + pos: 37.5,-39.5 parent: 2 - uid: 28965 components: - type: Transform - pos: 18.5,-44.5 + pos: -6.5,-5.5 parent: 2 - uid: 28966 components: - type: Transform - pos: 42.5,-52.5 + rot: 3.141592653589793 rad + pos: 6.5,-16.5 parent: 2 - uid: 28967 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,57.5 + pos: 43.5,-57.5 parent: 2 - uid: 28968 components: - type: Transform - pos: 38.5,-27.5 + pos: 37.5,-27.5 parent: 2 - uid: 28969 components: - type: Transform - pos: 37.5,-28.5 + pos: 13.5,-50.5 parent: 2 - uid: 28970 components: - type: Transform - pos: 0.5,-72.5 + pos: -17.5,-28.5 parent: 2 - uid: 28971 components: - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-51.5 + rot: -1.5707963267948966 rad + pos: -3.5,-78.5 parent: 2 - uid: 28972 components: - type: Transform rot: -1.5707963267948966 rad - pos: -10.5,-76.5 + pos: -2.5,-83.5 parent: 2 - uid: 28973 components: - type: Transform rot: -1.5707963267948966 rad - pos: 19.5,19.5 + pos: -5.5,-76.5 parent: 2 - uid: 28974 components: - type: Transform - pos: 42.5,-56.5 + pos: -9.5,-7.5 parent: 2 - uid: 28975 components: - type: Transform - pos: -17.5,-38.5 + rot: -1.5707963267948966 rad + pos: 29.5,-1.5 parent: 2 - uid: 28976 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,19.5 + pos: -6.5,-16.5 parent: 2 - uid: 28977 components: - type: Transform - pos: 1.5,-75.5 + rot: -1.5707963267948966 rad + pos: -2.5,-10.5 parent: 2 - uid: 28978 components: - type: Transform - pos: 1.5,-73.5 + pos: 13.5,-48.5 parent: 2 - uid: 28979 components: - type: Transform - pos: 7.5,-28.5 + pos: -2.5,-18.5 parent: 2 - uid: 28980 components: - type: Transform - pos: -11.5,9.5 + pos: -0.5,-15.5 parent: 2 - uid: 28981 components: - type: Transform - pos: -30.5,-76.5 + pos: -2.5,-13.5 parent: 2 - uid: 28982 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-20.5 + pos: -2.5,-19.5 parent: 2 - uid: 28983 components: - type: Transform - pos: 11.5,-65.5 + rot: 1.5707963267948966 rad + pos: 7.5,-10.5 parent: 2 - uid: 28984 components: - type: Transform - pos: 13.5,-63.5 + rot: 3.141592653589793 rad + pos: -10.5,-49.5 parent: 2 - uid: 28985 components: - type: Transform - pos: 15.5,-56.5 + rot: 3.141592653589793 rad + pos: -11.5,-44.5 parent: 2 - uid: 28986 components: - type: Transform - pos: 8.5,-63.5 + rot: 3.141592653589793 rad + pos: -10.5,-50.5 parent: 2 - uid: 28987 components: - type: Transform - pos: 11.5,-62.5 + rot: 3.141592653589793 rad + pos: 23.5,15.5 parent: 2 - uid: 28988 components: - type: Transform - pos: 8.5,-57.5 + rot: 3.141592653589793 rad + pos: 19.5,10.5 parent: 2 - uid: 28989 components: - type: Transform - pos: 11.5,-60.5 + pos: 16.5,-13.5 parent: 2 - uid: 28990 components: - type: Transform - pos: 11.5,-59.5 + pos: 7.5,-12.5 parent: 2 - uid: 28991 components: - type: Transform - pos: 11.5,-58.5 + pos: -32.5,-69.5 parent: 2 - uid: 28992 components: - type: Transform - pos: 11.5,-57.5 + pos: -32.5,-72.5 parent: 2 - uid: 28993 components: - type: Transform - pos: 10.5,-57.5 + pos: 18.5,-44.5 parent: 2 - uid: 28994 components: - type: Transform - pos: 9.5,-57.5 + pos: 42.5,-52.5 parent: 2 - uid: 28995 components: - type: Transform rot: -1.5707963267948966 rad - pos: -7.5,-69.5 + pos: -9.5,57.5 parent: 2 - uid: 28996 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-70.5 + pos: 38.5,-27.5 parent: 2 - uid: 28997 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-68.5 + pos: 37.5,-28.5 parent: 2 - uid: 28998 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-68.5 + pos: 0.5,-72.5 parent: 2 - uid: 28999 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,-68.5 + rot: 3.141592653589793 rad + pos: 16.5,-51.5 parent: 2 - uid: 29000 components: - type: Transform rot: -1.5707963267948966 rad - pos: -17.5,-67.5 + pos: -10.5,-76.5 parent: 2 - uid: 29001 components: - type: Transform rot: -1.5707963267948966 rad - pos: -10.5,-67.5 + pos: 19.5,19.5 parent: 2 - uid: 29002 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-67.5 + pos: 42.5,-56.5 parent: 2 - uid: 29003 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-67.5 + pos: -17.5,-38.5 parent: 2 - uid: 29004 components: - type: Transform - pos: 1.5,-62.5 + rot: -1.5707963267948966 rad + pos: 20.5,19.5 parent: 2 - uid: 29005 components: - type: Transform - pos: 1.5,-65.5 + pos: 1.5,-75.5 parent: 2 - uid: 29006 components: - type: Transform - pos: -1.5,-62.5 + pos: 1.5,-73.5 parent: 2 - uid: 29007 components: - type: Transform - pos: -17.5,-65.5 + pos: 7.5,-28.5 parent: 2 - uid: 29008 components: - type: Transform - pos: 12.5,-50.5 + pos: -11.5,9.5 parent: 2 - uid: 29009 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-55.5 + pos: -30.5,-76.5 parent: 2 - uid: 29010 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,-44.5 + rot: -1.5707963267948966 rad + pos: -13.5,-20.5 parent: 2 - uid: 29011 components: - type: Transform - pos: -23.5,-7.5 + pos: 13.5,-63.5 parent: 2 - uid: 29012 components: - type: Transform - pos: -21.5,-7.5 + pos: 15.5,-56.5 parent: 2 - uid: 29013 components: - type: Transform - pos: -26.5,-7.5 + pos: 10.5,-62.5 parent: 2 - uid: 29014 components: - type: Transform - pos: -16.5,-7.5 + pos: 8.5,-57.5 parent: 2 - uid: 29015 components: - type: Transform - pos: -14.5,-7.5 + rot: 3.141592653589793 rad + pos: 10.5,-59.5 parent: 2 - uid: 29016 components: - type: Transform - pos: -12.5,-7.5 + rot: 3.141592653589793 rad + pos: 10.5,-58.5 parent: 2 - uid: 29017 components: - type: Transform - pos: -11.5,-5.5 + rot: 3.141592653589793 rad + pos: 10.5,-60.5 parent: 2 - uid: 29018 components: - type: Transform - pos: -11.5,-7.5 + pos: 11.5,-57.5 parent: 2 - uid: 29019 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,9.5 + pos: 10.5,-57.5 parent: 2 - uid: 29020 components: - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,-14.5 + pos: 9.5,-57.5 parent: 2 - uid: 29021 components: - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,-13.5 + rot: -1.5707963267948966 rad + pos: -7.5,-69.5 parent: 2 - uid: 29022 components: - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,-15.5 + rot: -1.5707963267948966 rad + pos: -9.5,-70.5 parent: 2 - uid: 29023 components: - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-15.5 + rot: -1.5707963267948966 rad + pos: -16.5,-68.5 parent: 2 - uid: 29024 components: - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,-7.5 + rot: -1.5707963267948966 rad + pos: -17.5,-67.5 parent: 2 - uid: 29025 components: - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,-9.5 + pos: -17.5,-65.5 parent: 2 - uid: 29026 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,22.5 + pos: 12.5,-50.5 parent: 2 - uid: 29027 components: - type: Transform - pos: 37.5,-31.5 + rot: 1.5707963267948966 rad + pos: 30.5,-44.5 parent: 2 - uid: 29028 components: - type: Transform - pos: 28.5,-3.5 + pos: -23.5,-7.5 parent: 2 - uid: 29029 components: - type: Transform - pos: -7.5,-34.5 + pos: -21.5,-7.5 parent: 2 - uid: 29030 components: - type: Transform - pos: -20.5,-74.5 + pos: -26.5,-7.5 parent: 2 - uid: 29031 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,-51.5 + pos: -16.5,-7.5 parent: 2 - uid: 29032 components: - type: Transform - pos: 41.5,-52.5 + pos: -14.5,-7.5 parent: 2 - uid: 29033 components: - type: Transform - pos: 13.5,-52.5 + pos: -12.5,-7.5 parent: 2 - uid: 29034 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 37.5,-37.5 + pos: -11.5,-5.5 parent: 2 - uid: 29035 components: - type: Transform - pos: 17.5,-28.5 + pos: -11.5,-7.5 parent: 2 - uid: 29036 components: - type: Transform - pos: -12.5,-70.5 + rot: 3.141592653589793 rad + pos: -17.5,9.5 parent: 2 - uid: 29037 components: - type: Transform - pos: -26.5,-70.5 + rot: 3.141592653589793 rad + pos: 23.5,-14.5 parent: 2 - uid: 29038 components: - type: Transform - pos: -24.5,-68.5 + rot: 3.141592653589793 rad + pos: 23.5,-13.5 parent: 2 - uid: 29039 components: - type: Transform - pos: 7.5,-44.5 + rot: 3.141592653589793 rad + pos: 17.5,-15.5 parent: 2 - uid: 29040 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 37.5,-34.5 + rot: 3.141592653589793 rad + pos: 16.5,-15.5 parent: 2 - uid: 29041 components: - type: Transform - pos: -6.5,-14.5 + rot: 3.141592653589793 rad + pos: 22.5,-7.5 parent: 2 - uid: 29042 components: - type: Transform - pos: -6.5,-28.5 + rot: 3.141592653589793 rad + pos: 23.5,-9.5 parent: 2 - uid: 29043 components: - type: Transform - pos: -22.5,-19.5 + rot: -1.5707963267948966 rad + pos: 19.5,22.5 parent: 2 - uid: 29044 components: - type: Transform - pos: -21.5,-19.5 + pos: 37.5,-31.5 parent: 2 - uid: 29045 components: - type: Transform - pos: 37.5,-57.5 + pos: 28.5,-3.5 parent: 2 - uid: 29046 components: - type: Transform - pos: 5.5,-12.5 + pos: -7.5,-34.5 parent: 2 - uid: 29047 components: - type: Transform - pos: -1.5,5.5 + pos: -20.5,-74.5 parent: 2 - uid: 29048 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,-28.5 + pos: 41.5,-52.5 parent: 2 - uid: 29049 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-3.5 + pos: 13.5,-52.5 parent: 2 - uid: 29050 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-20.5 + rot: -1.5707963267948966 rad + pos: 37.5,-37.5 parent: 2 - uid: 29051 components: - type: Transform - pos: -3.5,-72.5 + pos: 17.5,-28.5 parent: 2 - uid: 29052 components: - type: Transform - pos: -0.5,-72.5 + pos: -12.5,-70.5 parent: 2 - uid: 29053 components: - type: Transform - pos: -13.5,-28.5 + pos: -26.5,-70.5 parent: 2 - uid: 29054 components: - type: Transform - pos: -11.5,-6.5 + pos: -24.5,-68.5 parent: 2 - uid: 29055 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,35.5 + pos: 7.5,-44.5 parent: 2 - uid: 29056 components: - type: Transform - pos: 7.5,-13.5 + rot: -1.5707963267948966 rad + pos: 37.5,-34.5 parent: 2 - uid: 29057 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,21.5 + pos: -6.5,-14.5 parent: 2 - uid: 29058 components: - type: Transform - pos: 11.5,-48.5 + pos: -6.5,-28.5 parent: 2 - uid: 29059 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,9.5 + pos: -22.5,-19.5 parent: 2 - uid: 29060 components: - type: Transform - pos: 7.5,-56.5 + pos: -21.5,-19.5 parent: 2 - uid: 29061 components: - type: Transform - pos: 7.5,-57.5 + pos: 37.5,-57.5 parent: 2 - uid: 29062 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,-7.5 + pos: 5.5,-12.5 parent: 2 - uid: 29063 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,14.5 + pos: -1.5,5.5 parent: 2 - uid: 29064 components: - type: Transform - pos: -6.5,-3.5 + rot: 1.5707963267948966 rad + pos: -15.5,-28.5 parent: 2 - uid: 29065 components: - type: Transform - pos: -7.5,-3.5 + rot: -1.5707963267948966 rad + pos: 9.5,-3.5 parent: 2 - uid: 29066 components: - type: Transform - pos: -8.5,-3.5 + rot: 1.5707963267948966 rad + pos: -12.5,-20.5 parent: 2 - uid: 29067 components: - type: Transform - pos: -6.5,-2.5 + pos: -3.5,-72.5 parent: 2 - uid: 29068 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-51.5 + pos: -0.5,-72.5 parent: 2 - uid: 29069 components: - type: Transform - pos: 13.5,-2.5 + pos: -13.5,-28.5 parent: 2 - uid: 29070 components: - type: Transform - rot: 3.141592653589793 rad - pos: 60.5,14.5 + pos: -11.5,-6.5 parent: 2 - uid: 29071 components: - type: Transform - rot: 3.141592653589793 rad - pos: 62.5,17.5 + rot: -1.5707963267948966 rad + pos: -13.5,35.5 parent: 2 - uid: 29072 components: - type: Transform - pos: 15.5,-3.5 + pos: 7.5,-13.5 parent: 2 - uid: 29073 components: - type: Transform - pos: 12.5,-2.5 + rot: -1.5707963267948966 rad + pos: 19.5,21.5 parent: 2 - uid: 29074 components: - type: Transform - pos: -11.5,1.5 + pos: 11.5,-48.5 parent: 2 - uid: 29075 components: - type: Transform - pos: 2.5,-28.5 + rot: 3.141592653589793 rad + pos: -2.5,9.5 parent: 2 - uid: 29076 components: - type: Transform - pos: 11.5,-15.5 + pos: 7.5,-57.5 parent: 2 - uid: 29077 components: - type: Transform - pos: 42.5,-57.5 + rot: -1.5707963267948966 rad + pos: 13.5,-7.5 parent: 2 - uid: 29078 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-62.5 + rot: -1.5707963267948966 rad + pos: -9.5,14.5 parent: 2 - uid: 29079 components: - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-51.5 + pos: -6.5,-3.5 parent: 2 - uid: 29080 components: - type: Transform - pos: 40.5,-27.5 + pos: -7.5,-3.5 parent: 2 - uid: 29081 components: - type: Transform - pos: 13.5,-28.5 + pos: -8.5,-3.5 parent: 2 - uid: 29082 components: - type: Transform - pos: -21.5,-81.5 + pos: -6.5,-2.5 parent: 2 - uid: 29083 components: - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,10.5 + pos: 13.5,-2.5 parent: 2 - uid: 29084 components: - type: Transform rot: 3.141592653589793 rad - pos: 22.5,9.5 + pos: 60.5,14.5 parent: 2 - uid: 29085 components: - type: Transform rot: 3.141592653589793 rad - pos: 60.5,17.5 + pos: 62.5,17.5 parent: 2 - uid: 29086 components: - type: Transform - pos: -6.5,-6.5 + pos: 15.5,-3.5 parent: 2 - uid: 29087 components: - type: Transform - pos: 15.5,-6.5 + pos: 12.5,-2.5 parent: 2 - uid: 29088 components: - type: Transform - pos: 15.5,-2.5 + pos: -11.5,1.5 parent: 2 - uid: 29089 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,-53.5 + pos: 2.5,-28.5 parent: 2 - uid: 29090 components: - type: Transform - pos: 27.5,-56.5 + pos: 11.5,-15.5 parent: 2 - uid: 29091 components: - type: Transform - pos: 27.5,-50.5 + pos: 42.5,-57.5 parent: 2 - uid: 29092 components: - type: Transform - pos: 23.5,-50.5 + pos: 40.5,-27.5 parent: 2 - uid: 29093 components: - type: Transform - pos: 23.5,-54.5 + pos: 13.5,-28.5 parent: 2 - uid: 29094 components: - type: Transform - pos: 23.5,-52.5 + pos: -21.5,-81.5 parent: 2 - uid: 29095 components: - type: Transform - pos: 23.5,-51.5 + rot: 3.141592653589793 rad + pos: 23.5,10.5 parent: 2 - uid: 29096 components: - type: Transform - pos: 23.5,-49.5 + rot: 3.141592653589793 rad + pos: 22.5,9.5 parent: 2 - uid: 29097 components: - type: Transform rot: 3.141592653589793 rad - pos: 22.5,-51.5 + pos: 60.5,17.5 parent: 2 - uid: 29098 components: - type: Transform - pos: -17.5,-31.5 + pos: -6.5,-6.5 parent: 2 - uid: 29099 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-3.5 + pos: 15.5,-6.5 parent: 2 - uid: 29100 components: - type: Transform - pos: 19.5,-2.5 + pos: 15.5,-2.5 parent: 2 - uid: 29101 components: - type: Transform - pos: 24.5,5.5 + rot: 1.5707963267948966 rad + pos: 27.5,-53.5 parent: 2 - uid: 29102 components: - type: Transform - pos: 16.5,-7.5 + pos: 27.5,-56.5 parent: 2 - uid: 29103 components: - type: Transform - pos: -9.5,-16.5 + pos: 27.5,-50.5 parent: 2 - uid: 29104 components: - type: Transform - pos: 2.5,10.5 + pos: 23.5,-50.5 parent: 2 - uid: 29105 components: - type: Transform - pos: 14.5,-44.5 + pos: 23.5,-54.5 parent: 2 - uid: 29106 components: - type: Transform - rot: 3.141592653589793 rad - pos: 33.5,-7.5 + pos: 23.5,-52.5 parent: 2 - uid: 29107 components: - type: Transform - rot: 3.141592653589793 rad - pos: 35.5,-7.5 + pos: 23.5,-51.5 parent: 2 - uid: 29108 components: - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,-7.5 + pos: 23.5,-49.5 parent: 2 - uid: 29109 components: - type: Transform rot: 3.141592653589793 rad - pos: 20.5,-7.5 + pos: 22.5,-51.5 parent: 2 - uid: 29110 components: - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,-15.5 + pos: -17.5,-31.5 parent: 2 - uid: 29111 components: - type: Transform - rot: 3.141592653589793 rad - pos: 37.5,-16.5 + rot: -1.5707963267948966 rad + pos: 8.5,-3.5 parent: 2 - uid: 29112 components: - type: Transform - rot: 3.141592653589793 rad - pos: 37.5,-15.5 + pos: 19.5,-2.5 parent: 2 - uid: 29113 components: - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-15.5 + pos: 24.5,5.5 parent: 2 - uid: 29114 components: - type: Transform - pos: 59.5,0.5 + pos: 16.5,-7.5 parent: 2 - uid: 29115 components: - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,9.5 + pos: -9.5,-16.5 parent: 2 - uid: 29116 components: - type: Transform - pos: -27.5,10.5 + pos: 2.5,10.5 parent: 2 - uid: 29117 components: - type: Transform - pos: -21.5,9.5 + pos: 14.5,-44.5 parent: 2 - uid: 29118 components: - type: Transform - pos: -14.5,-32.5 + rot: 3.141592653589793 rad + pos: 33.5,-7.5 parent: 2 - uid: 29119 components: - type: Transform - pos: -21.5,14.5 + rot: 3.141592653589793 rad + pos: 35.5,-7.5 parent: 2 - uid: 29120 components: - type: Transform - pos: -10.5,-7.5 + rot: 3.141592653589793 rad + pos: 31.5,-7.5 parent: 2 - uid: 29121 components: - type: Transform - pos: -11.5,-4.5 + rot: 3.141592653589793 rad + pos: 20.5,-7.5 parent: 2 - uid: 29122 components: - type: Transform - pos: -15.5,-7.5 + rot: 3.141592653589793 rad + pos: 22.5,-15.5 parent: 2 - uid: 29123 components: - type: Transform - pos: -17.5,-7.5 + rot: 3.141592653589793 rad + pos: 37.5,-16.5 parent: 2 - uid: 29124 components: - type: Transform - pos: -21.5,-8.5 + rot: 3.141592653589793 rad + pos: 37.5,-15.5 parent: 2 - uid: 29125 components: - type: Transform - pos: -22.5,-7.5 + rot: 3.141592653589793 rad + pos: 36.5,-15.5 parent: 2 - uid: 29126 components: - type: Transform - pos: -24.5,-7.5 + pos: 59.5,0.5 parent: 2 - uid: 29127 components: - type: Transform - pos: -17.5,-8.5 + rot: 3.141592653589793 rad + pos: -12.5,9.5 parent: 2 - uid: 29128 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,-18.5 + pos: -27.5,10.5 parent: 2 - uid: 29129 components: - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,-15.5 + pos: -21.5,9.5 parent: 2 - uid: 29130 components: - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,-10.5 + pos: -14.5,-32.5 parent: 2 - uid: 29131 components: - type: Transform - pos: 19.5,-3.5 + pos: -21.5,14.5 parent: 2 - uid: 29132 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,-9.5 + pos: -10.5,-7.5 parent: 2 - uid: 29133 components: - type: Transform - pos: 1.5,10.5 + pos: -11.5,-4.5 parent: 2 - uid: 29134 components: - type: Transform - pos: -11.5,-2.5 + pos: -15.5,-7.5 parent: 2 - uid: 29135 components: - type: Transform - pos: -6.5,-7.5 + pos: -17.5,-7.5 parent: 2 - uid: 29136 components: - type: Transform - pos: -8.5,-2.5 + pos: -21.5,-8.5 parent: 2 - uid: 29137 components: - type: Transform - pos: -17.5,-9.5 + pos: -22.5,-7.5 parent: 2 - uid: 29138 components: - type: Transform - pos: -17.5,-10.5 + pos: -24.5,-7.5 parent: 2 - uid: 29139 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-20.5 + pos: -17.5,-8.5 parent: 2 - uid: 29140 components: - type: Transform - pos: 35.5,-6.5 + rot: -1.5707963267948966 rad + pos: -23.5,-18.5 parent: 2 - uid: 29141 components: - type: Transform - pos: 45.5,-0.5 + rot: 3.141592653589793 rad + pos: 23.5,-15.5 parent: 2 - uid: 29142 components: - type: Transform - pos: -2.5,-15.5 + rot: 3.141592653589793 rad + pos: 23.5,-10.5 parent: 2 - uid: 29143 components: - type: Transform - pos: -1.5,-15.5 + pos: 19.5,-3.5 parent: 2 - uid: 29144 components: - type: Transform - pos: -6.5,-4.5 + rot: -1.5707963267948966 rad + pos: 13.5,-9.5 parent: 2 - uid: 29145 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-23.5 + pos: 1.5,10.5 parent: 2 - uid: 29146 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-24.5 + pos: -11.5,-2.5 parent: 2 - uid: 29147 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-24.5 + pos: -6.5,-7.5 parent: 2 - uid: 29148 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-44.5 + pos: -8.5,-2.5 parent: 2 - uid: 29149 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-45.5 + pos: -17.5,-9.5 parent: 2 - uid: 29150 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,-44.5 + pos: -17.5,-10.5 parent: 2 - uid: 29151 components: - type: Transform - pos: -26.5,-8.5 + rot: 1.5707963267948966 rad + pos: -6.5,-20.5 parent: 2 - uid: 29152 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-44.5 + pos: 35.5,-6.5 parent: 2 - uid: 29153 components: - type: Transform - pos: -8.5,-28.5 + pos: 45.5,-0.5 parent: 2 - uid: 29154 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,8.5 + pos: -2.5,-15.5 parent: 2 - uid: 29155 components: - type: Transform - pos: 16.5,-44.5 + pos: -1.5,-15.5 parent: 2 - uid: 29156 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-44.5 + pos: -6.5,-4.5 parent: 2 - uid: 29157 components: - type: Transform - pos: 12.5,-28.5 + rot: 1.5707963267948966 rad + pos: -6.5,-23.5 parent: 2 - uid: 29158 components: - type: Transform - pos: 11.5,-28.5 + rot: 1.5707963267948966 rad + pos: -6.5,-24.5 parent: 2 - uid: 29159 components: - type: Transform - pos: 6.5,-28.5 + rot: 1.5707963267948966 rad + pos: -10.5,-24.5 parent: 2 - uid: 29160 components: - type: Transform - pos: -9.5,-28.5 + rot: 3.141592653589793 rad + pos: 1.5,-44.5 parent: 2 - uid: 29161 components: - type: Transform - pos: 3.5,-12.5 + rot: 3.141592653589793 rad + pos: -10.5,-45.5 parent: 2 - uid: 29162 components: - type: Transform - pos: 9.5,-48.5 + rot: 1.5707963267948966 rad + pos: 29.5,-44.5 parent: 2 - uid: 29163 components: - type: Transform - pos: 2.5,-44.5 + pos: -26.5,-8.5 parent: 2 - uid: 29164 components: - type: Transform - pos: 8.5,-48.5 + rot: -1.5707963267948966 rad + pos: 8.5,-44.5 parent: 2 - uid: 29165 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-24.5 + pos: -8.5,-28.5 parent: 2 - uid: 29166 components: - type: Transform - pos: -10.5,-34.5 + rot: 3.141592653589793 rad + pos: 18.5,8.5 parent: 2 - uid: 29167 components: - type: Transform - pos: 35.5,-44.5 + pos: 16.5,-44.5 parent: 2 - uid: 29168 components: - type: Transform - pos: 41.5,-49.5 + rot: -1.5707963267948966 rad + pos: 9.5,-44.5 parent: 2 - uid: 29169 components: - type: Transform - pos: 39.5,-47.5 + pos: 12.5,-28.5 parent: 2 - uid: 29170 components: - type: Transform - pos: 39.5,-44.5 + pos: 11.5,-28.5 parent: 2 - uid: 29171 components: - type: Transform - pos: 41.5,-48.5 + pos: 6.5,-28.5 parent: 2 - uid: 29172 components: - type: Transform - pos: -3.5,-51.5 + pos: -9.5,-28.5 parent: 2 - uid: 29173 components: - type: Transform - pos: -5.5,-51.5 + pos: 3.5,-12.5 parent: 2 - uid: 29174 components: - type: Transform - pos: -6.5,-51.5 + pos: 9.5,-48.5 parent: 2 - uid: 29175 components: - type: Transform - pos: -2.5,-50.5 + pos: 2.5,-44.5 parent: 2 - uid: 29176 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-45.5 + pos: 8.5,-48.5 parent: 2 - uid: 29177 components: - type: Transform - pos: 7.5,-54.5 + rot: 1.5707963267948966 rad + pos: -13.5,-24.5 parent: 2 - uid: 29178 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,-40.5 + pos: -10.5,-34.5 parent: 2 - uid: 29179 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-40.5 + pos: 35.5,-44.5 parent: 2 - uid: 29180 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-58.5 + pos: 41.5,-49.5 parent: 2 - uid: 29181 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-58.5 + pos: 39.5,-47.5 parent: 2 - uid: 29182 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-58.5 + pos: 39.5,-44.5 parent: 2 - uid: 29183 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-55.5 + pos: 41.5,-48.5 parent: 2 - uid: 29184 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-55.5 + pos: -3.5,-51.5 parent: 2 - uid: 29185 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-58.5 + pos: -5.5,-51.5 parent: 2 - uid: 29186 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-58.5 + pos: -6.5,-51.5 parent: 2 - uid: 29187 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-55.5 + pos: -2.5,-50.5 parent: 2 - uid: 29188 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-55.5 + rot: 3.141592653589793 rad + pos: 1.5,-45.5 parent: 2 - uid: 29189 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-58.5 + pos: 7.5,-54.5 parent: 2 - uid: 29190 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-55.5 + rot: -1.5707963267948966 rad + pos: -14.5,-40.5 parent: 2 - uid: 29191 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-51.5 + rot: -1.5707963267948966 rad + pos: -12.5,-40.5 parent: 2 - uid: 29192 components: - type: Transform rot: 3.141592653589793 rad - pos: -14.5,-51.5 + pos: -11.5,-51.5 parent: 2 - uid: 29193 components: - type: Transform rot: 3.141592653589793 rad - pos: -15.5,-51.5 + pos: -12.5,-62.5 parent: 2 - uid: 29194 components: - type: Transform - pos: 9.5,-51.5 + rot: 3.141592653589793 rad + pos: -15.5,-51.5 parent: 2 - uid: 29195 components: - type: Transform - pos: 7.5,-52.5 + pos: 9.5,-51.5 parent: 2 - uid: 29196 components: - type: Transform - pos: 9.5,-53.5 + pos: 7.5,-52.5 parent: 2 - uid: 29197 components: - type: Transform - pos: 11.5,-50.5 + pos: 9.5,-53.5 parent: 2 - uid: 29198 components: - type: Transform - pos: -17.5,-66.5 + pos: 11.5,-50.5 parent: 2 - uid: 29199 components: - type: Transform - pos: -17.5,-62.5 + pos: -17.5,-66.5 parent: 2 - uid: 29200 components: - type: Transform - pos: -16.5,-62.5 + pos: -17.5,-62.5 parent: 2 - uid: 29201 components: - type: Transform - pos: -15.5,-62.5 + pos: -16.5,-62.5 parent: 2 - uid: 29202 - components: - - type: Transform - pos: -14.5,-62.5 - parent: 2 - - uid: 29203 - components: - - type: Transform - pos: -12.5,-62.5 - parent: 2 - - uid: 29204 - components: - - type: Transform - pos: -11.5,-62.5 - parent: 2 - - uid: 29205 - components: - - type: Transform - pos: 1.5,-66.5 - parent: 2 - - uid: 29206 - components: - - type: Transform - pos: 1.5,-68.5 - parent: 2 - - uid: 29207 - components: - - type: Transform - pos: 0.5,-68.5 - parent: 2 - - uid: 29208 - components: - - type: Transform - pos: -0.5,-68.5 - parent: 2 - - uid: 29209 - components: - - type: Transform - pos: -2.5,-68.5 - parent: 2 - - uid: 29210 - components: - - type: Transform - pos: -3.5,-68.5 - parent: 2 - - uid: 29211 - components: - - type: Transform - pos: -4.5,-68.5 - parent: 2 - - uid: 29212 - components: - - type: Transform - pos: -4.5,-67.5 - parent: 2 - - uid: 29213 - components: - - type: Transform - pos: 5.5,-62.5 - parent: 2 - - uid: 29214 - components: - - type: Transform - pos: 5.5,-64.5 - parent: 2 - - uid: 29215 - components: - - type: Transform - pos: 5.5,-65.5 - parent: 2 - - uid: 29216 - components: - - type: Transform - pos: 5.5,-66.5 - parent: 2 - - uid: 29217 - components: - - type: Transform - pos: 4.5,-66.5 - parent: 2 - - uid: 29218 - components: - - type: Transform - pos: 3.5,-66.5 - parent: 2 - - uid: 29219 - components: - - type: Transform - pos: 2.5,-66.5 - parent: 2 - - uid: 29220 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-68.5 - parent: 2 - - uid: 29221 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-68.5 - parent: 2 - - uid: 29222 components: - type: Transform pos: 56.5,-32.5 parent: 2 - - uid: 29223 + - uid: 29203 components: - type: Transform pos: 11.5,-54.5 parent: 2 - - uid: 29224 + - uid: 29204 components: - type: Transform pos: 10.5,-54.5 parent: 2 - - uid: 29225 + - uid: 29205 components: - type: Transform pos: -21.5,-62.5 parent: 2 - - uid: 29226 + - uid: 29206 components: - type: Transform pos: -20.5,-62.5 parent: 2 - - uid: 29227 + - uid: 29207 components: - type: Transform pos: -18.5,-62.5 parent: 2 - - uid: 29228 + - uid: 29208 components: - type: Transform pos: 12.5,-54.5 parent: 2 - - uid: 29229 + - uid: 29209 components: - type: Transform pos: 14.5,-56.5 parent: 2 - - uid: 29230 + - uid: 29210 components: - type: Transform pos: 14.5,-54.5 parent: 2 - - uid: 29231 + - uid: 29211 components: - type: Transform pos: 13.5,-60.5 parent: 2 - - uid: 29232 + - uid: 29212 components: - type: Transform pos: 13.5,-61.5 parent: 2 - - uid: 29233 + - uid: 29213 components: - type: Transform pos: 13.5,-62.5 parent: 2 - - uid: 29234 + - uid: 29214 components: - type: Transform pos: 13.5,-64.5 parent: 2 - - uid: 29235 - components: - - type: Transform - pos: 12.5,-65.5 - parent: 2 - - uid: 29236 - components: - - type: Transform - pos: 10.5,-65.5 - parent: 2 - - uid: 29237 + - uid: 29215 components: - type: Transform pos: 10.5,-66.5 parent: 2 - - uid: 29238 + - uid: 29216 components: - type: Transform pos: -8.5,-20.5 parent: 2 - - uid: 29239 + - uid: 29217 components: - type: Transform rot: -1.5707963267948966 rad pos: -10.5,-20.5 parent: 2 - - uid: 29240 + - uid: 29218 components: - type: Transform rot: -1.5707963267948966 rad pos: -9.5,-20.5 parent: 2 - - uid: 29241 + - uid: 29219 components: - type: Transform rot: -1.5707963267948966 rad pos: -7.5,-20.5 parent: 2 - - uid: 29242 + - uid: 29220 components: - type: Transform rot: -1.5707963267948966 rad pos: -14.5,-21.5 parent: 2 - - uid: 29243 + - uid: 29221 components: - type: Transform rot: -1.5707963267948966 rad pos: -14.5,-23.5 parent: 2 - - uid: 29244 + - uid: 29222 components: - type: Transform rot: -1.5707963267948966 rad pos: -14.5,-24.5 parent: 2 - - uid: 29245 + - uid: 29223 components: - type: Transform pos: 38.5,-52.5 parent: 2 - - uid: 29246 + - uid: 29224 components: - type: Transform pos: 37.5,-52.5 parent: 2 - - uid: 29247 + - uid: 29225 components: - type: Transform pos: -7.5,-16.5 parent: 2 - - uid: 29248 + - uid: 29226 components: - type: Transform rot: -1.5707963267948966 rad pos: -14.5,-13.5 parent: 2 - - uid: 29249 + - uid: 29227 components: - type: Transform rot: -1.5707963267948966 rad pos: -15.5,-44.5 parent: 2 - - uid: 29250 + - uid: 29228 components: - type: Transform pos: 17.5,-30.5 parent: 2 - - uid: 29251 + - uid: 29229 components: - type: Transform pos: -21.5,-63.5 parent: 2 - - uid: 29252 + - uid: 29230 components: - type: Transform pos: -21.5,-65.5 parent: 2 - - uid: 29253 + - uid: 29231 components: - type: Transform pos: -26.5,-68.5 parent: 2 - - uid: 29254 + - uid: 29232 components: - type: Transform pos: -26.5,-74.5 parent: 2 - - uid: 29255 + - uid: 29233 components: - type: Transform pos: -25.5,-74.5 parent: 2 - - uid: 29256 + - uid: 29234 components: - type: Transform pos: -15.5,-70.5 parent: 2 - - uid: 29257 + - uid: 29235 components: - type: Transform pos: -16.5,-70.5 parent: 2 - - uid: 29258 + - uid: 29236 components: - type: Transform pos: -16.5,-73.5 parent: 2 - - uid: 29259 + - uid: 29237 components: - type: Transform pos: -21.5,-76.5 parent: 2 - - uid: 29260 + - uid: 29238 components: - type: Transform pos: -6.5,-72.5 parent: 2 - - uid: 29261 + - uid: 29239 components: - type: Transform pos: 36.5,-49.5 parent: 2 - - uid: 29262 + - uid: 29240 components: - type: Transform pos: -7.5,-72.5 parent: 2 - - uid: 29263 + - uid: 29241 components: - type: Transform pos: -10.5,-72.5 parent: 2 - - uid: 29264 + - uid: 29242 components: - type: Transform pos: -10.5,-73.5 parent: 2 - - uid: 29265 + - uid: 29243 components: - type: Transform pos: -9.5,-73.5 parent: 2 - - uid: 29266 + - uid: 29244 components: - type: Transform pos: -7.5,-73.5 parent: 2 - - uid: 29267 + - uid: 29245 components: - type: Transform pos: 3.5,-70.5 parent: 2 - - uid: 29268 - components: - - type: Transform - pos: 3.5,-68.5 - parent: 2 - - uid: 29269 - components: - - type: Transform - pos: 4.5,-68.5 - parent: 2 - - uid: 29270 - components: - - type: Transform - pos: 5.5,-68.5 - parent: 2 - - uid: 29271 + - uid: 29246 components: - type: Transform pos: 7.5,-67.5 parent: 2 - - uid: 29272 + - uid: 29247 components: - type: Transform pos: 8.5,-66.5 parent: 2 - - uid: 29273 + - uid: 29248 components: - type: Transform pos: -21.5,-74.5 parent: 2 - - uid: 29274 + - uid: 29249 components: - type: Transform pos: -13.5,-69.5 parent: 2 - - uid: 29275 + - uid: 29250 components: - type: Transform pos: -21.5,-82.5 parent: 2 - - uid: 29276 + - uid: 29251 components: - type: Transform pos: -21.5,-83.5 parent: 2 - - uid: 29277 + - uid: 29252 components: - type: Transform pos: 10.5,-13.5 parent: 2 - - uid: 29278 - components: - - type: Transform - pos: -10.5,-63.5 - parent: 2 - - uid: 29279 - components: - - type: Transform - pos: -10.5,-65.5 - parent: 2 - - uid: 29280 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-65.5 - parent: 2 - - uid: 29281 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-66.5 - parent: 2 - - uid: 29282 + - uid: 29253 components: - type: Transform pos: 40.5,-52.5 parent: 2 - - uid: 29283 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-64.5 - parent: 2 - - uid: 29284 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-63.5 - parent: 2 - - uid: 29285 + - uid: 29254 components: - type: Transform pos: -6.5,-35.5 parent: 2 - - uid: 29286 + - uid: 29255 components: - type: Transform pos: -13.5,-32.5 parent: 2 - - uid: 29287 + - uid: 29256 components: - type: Transform pos: -25.5,-7.5 parent: 2 - - uid: 29288 + - uid: 29257 components: - type: Transform rot: 3.141592653589793 rad pos: 21.5,-9.5 parent: 2 - - uid: 29289 + - uid: 29258 components: - type: Transform pos: 12.5,-13.5 parent: 2 - - uid: 29290 + - uid: 29259 components: - type: Transform pos: 3.5,-72.5 parent: 2 - - uid: 29291 + - uid: 29260 components: - type: Transform pos: 10.5,-68.5 parent: 2 - - uid: 29292 + - uid: 29261 components: - type: Transform pos: 7.5,-51.5 parent: 2 - - uid: 29293 + - uid: 29262 components: - type: Transform rot: 3.141592653589793 rad pos: 16.5,-14.5 parent: 2 - - uid: 29294 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-55.5 - parent: 2 - - uid: 29295 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-58.5 - parent: 2 - - uid: 29296 + - uid: 29263 components: - type: Transform pos: -5.5,9.5 parent: 2 - - uid: 29297 + - uid: 29264 components: - type: Transform rot: -1.5707963267948966 rad pos: 13.5,-6.5 parent: 2 - - uid: 29298 + - uid: 29265 components: - type: Transform pos: 9.5,-28.5 parent: 2 - - uid: 29299 + - uid: 29266 components: - type: Transform pos: 5.5,-2.5 parent: 2 - - uid: 29300 + - uid: 29267 components: - type: Transform pos: -5.5,11.5 parent: 2 - - uid: 29301 + - uid: 29268 components: - type: Transform pos: 17.5,-7.5 parent: 2 - - uid: 29302 + - uid: 29269 components: - type: Transform pos: -9.5,13.5 parent: 2 - - uid: 29303 + - uid: 29270 components: - type: Transform pos: -5.5,12.5 parent: 2 - - uid: 29304 + - uid: 29271 components: - type: Transform pos: -11.5,5.5 parent: 2 - - uid: 29305 + - uid: 29272 components: - type: Transform pos: 13.5,-51.5 parent: 2 - - uid: 29306 + - uid: 29273 components: - type: Transform pos: 24.5,-3.5 parent: 2 - - uid: 29307 + - uid: 29274 components: - type: Transform pos: 15.5,-7.5 parent: 2 - - uid: 29308 + - uid: 29275 components: - type: Transform rot: -1.5707963267948966 rad pos: 31.5,-0.5 parent: 2 - - uid: 29309 + - uid: 29276 components: - type: Transform pos: 20.5,5.5 parent: 2 - - uid: 29310 + - uid: 29277 components: - type: Transform rot: -1.5707963267948966 rad pos: 31.5,2.5 parent: 2 - - uid: 29311 + - uid: 29278 components: - type: Transform pos: -1.5,0.5 parent: 2 - - uid: 29312 + - uid: 29279 components: - type: Transform pos: -1.5,1.5 parent: 2 - - uid: 29313 + - uid: 29280 components: - type: Transform pos: 15.5,5.5 parent: 2 - - uid: 29314 + - uid: 29281 components: - type: Transform pos: 30.5,-1.5 parent: 2 - - uid: 29315 + - uid: 29282 components: - type: Transform rot: 3.141592653589793 rad pos: 23.5,11.5 parent: 2 - - uid: 29316 + - uid: 29283 components: - type: Transform pos: 19.5,4.5 parent: 2 - - uid: 29317 + - uid: 29284 components: - type: Transform pos: -1.5,4.5 parent: 2 - - uid: 29318 + - uid: 29285 components: - type: Transform pos: 14.5,4.5 parent: 2 - - uid: 29319 + - uid: 29286 components: - type: Transform pos: -5.5,4.5 parent: 2 - - uid: 29320 + - uid: 29287 components: - type: Transform pos: 13.5,4.5 parent: 2 - - uid: 29321 + - uid: 29288 components: - type: Transform pos: 7.5,-3.5 parent: 2 - - uid: 29322 + - uid: 29289 components: - type: Transform pos: -13.5,-72.5 parent: 2 - - uid: 29323 + - uid: 29290 components: - type: Transform pos: 19.5,5.5 parent: 2 - - uid: 29324 + - uid: 29291 components: - type: Transform rot: 3.141592653589793 rad pos: 23.5,14.5 parent: 2 - - uid: 29325 + - uid: 29292 components: - type: Transform pos: -12.5,-28.5 parent: 2 - - uid: 29326 + - uid: 29293 components: - type: Transform pos: 15.5,-4.5 parent: 2 - - uid: 29327 + - uid: 29294 components: - type: Transform pos: 15.5,0.5 parent: 2 - - uid: 29328 + - uid: 29295 components: - type: Transform pos: 37.5,-38.5 parent: 2 - - uid: 29329 + - uid: 29296 components: - type: Transform rot: -1.5707963267948966 rad pos: -12.5,-76.5 parent: 2 - - uid: 29330 + - uid: 29297 components: - type: Transform rot: -1.5707963267948966 rad pos: -4.5,-76.5 parent: 2 - - uid: 29331 + - uid: 29298 components: - type: Transform rot: -1.5707963267948966 rad pos: -3.5,-79.5 parent: 2 - - uid: 29332 + - uid: 29299 components: - type: Transform rot: -1.5707963267948966 rad pos: -2.5,-76.5 parent: 2 - - uid: 29333 + - uid: 29300 components: - type: Transform rot: 1.5707963267948966 rad pos: 27.5,-52.5 parent: 2 - - uid: 29334 + - uid: 29301 components: - type: Transform pos: 8.5,4.5 parent: 2 - - uid: 29335 + - uid: 29302 components: - type: Transform pos: 37.5,-32.5 parent: 2 - - uid: 29336 + - uid: 29303 components: - type: Transform pos: 39.5,-27.5 parent: 2 - - uid: 29337 + - uid: 29304 components: - type: Transform pos: 39.5,-31.5 parent: 2 - - uid: 29338 + - uid: 29305 components: - type: Transform rot: -1.5707963267948966 rad pos: -17.5,-40.5 parent: 2 - - uid: 29339 + - uid: 29306 components: - type: Transform pos: -17.5,-39.5 parent: 2 - - uid: 29340 + - uid: 29307 components: - type: Transform rot: -1.5707963267948966 rad pos: -3.5,-77.5 parent: 2 - - uid: 29341 + - uid: 29308 components: - type: Transform rot: -1.5707963267948966 rad pos: -2.5,-81.5 parent: 2 - - uid: 29342 + - uid: 29309 components: - type: Transform rot: -1.5707963267948966 rad pos: -2.5,-80.5 parent: 2 - - uid: 29343 + - uid: 29310 components: - type: Transform rot: -1.5707963267948966 rad pos: -3.5,-80.5 parent: 2 - - uid: 29344 + - uid: 29311 components: - type: Transform rot: -1.5707963267948966 rad pos: -6.5,-76.5 parent: 2 - - uid: 29345 + - uid: 29312 components: - type: Transform pos: 7.5,4.5 parent: 2 - - uid: 29346 + - uid: 29313 components: - type: Transform rot: 1.5707963267948966 rad pos: -6.5,-22.5 parent: 2 - - uid: 29347 + - uid: 29314 components: - type: Transform pos: 38.5,-31.5 parent: 2 - - uid: 29348 + - uid: 29315 components: - type: Transform pos: -6.5,-15.5 parent: 2 - - uid: 29349 + - uid: 29316 components: - type: Transform rot: 3.141592653589793 rad pos: -10.5,-47.5 parent: 2 - - uid: 29350 + - uid: 29317 components: - type: Transform rot: 1.5707963267948966 rad pos: -7.5,-24.5 parent: 2 - - uid: 29351 + - uid: 29318 components: - type: Transform pos: -4.5,9.5 parent: 2 - - uid: 29352 + - uid: 29319 components: - type: Transform rot: 1.5707963267948966 rad pos: 28.5,-44.5 parent: 2 - - uid: 29353 + - uid: 29320 components: - type: Transform pos: -21.5,-15.5 parent: 2 - - uid: 29354 + - uid: 29321 components: - type: Transform rot: -1.5707963267948966 rad pos: -27.5,-18.5 parent: 2 - - uid: 29355 + - uid: 29322 components: - type: Transform pos: -26.5,-15.5 parent: 2 - - uid: 29356 + - uid: 29323 components: - type: Transform pos: 19.5,23.5 parent: 2 - - uid: 29357 + - uid: 29324 components: - type: Transform pos: 27.5,-44.5 parent: 2 - - uid: 29358 + - uid: 29325 components: - type: Transform pos: -6.5,-30.5 parent: 2 - - uid: 29359 + - uid: 29326 components: - type: Transform pos: -6.5,-31.5 parent: 2 - - uid: 29360 + - uid: 29327 components: - type: Transform pos: 12.5,-48.5 parent: 2 - - uid: 29361 + - uid: 29328 components: - type: Transform pos: 9.5,-15.5 parent: 2 - - uid: 29362 + - uid: 29329 components: - type: Transform pos: 7.5,-15.5 parent: 2 - - uid: 29363 + - uid: 29330 components: - type: Transform pos: 6.5,-15.5 parent: 2 - - uid: 29364 + - uid: 29331 components: - type: Transform pos: 5.5,-15.5 parent: 2 - - uid: 29365 + - uid: 29332 components: - type: Transform pos: -10.5,-28.5 parent: 2 - - uid: 29366 + - uid: 29333 components: - type: Transform rot: 1.5707963267948966 rad pos: 7.5,-9.5 parent: 2 - - uid: 29367 + - uid: 29334 components: - type: Transform rot: 1.5707963267948966 rad pos: 9.5,-40.5 parent: 2 - - uid: 29368 + - uid: 29335 components: - type: Transform rot: 3.141592653589793 rad pos: -10.5,-48.5 parent: 2 - - uid: 29369 + - uid: 29336 components: - type: Transform rot: 3.141592653589793 rad pos: 1.5,-49.5 parent: 2 - - uid: 29370 + - uid: 29337 components: - type: Transform rot: 3.141592653589793 rad pos: 1.5,-50.5 parent: 2 - - uid: 29371 + - uid: 29338 components: - type: Transform pos: -2.5,-51.5 parent: 2 - - uid: 29372 + - uid: 29339 components: - type: Transform rot: -1.5707963267948966 rad pos: -15.5,-40.5 parent: 2 - - uid: 29373 + - uid: 29340 components: - type: Transform rot: -1.5707963267948966 rad pos: -13.5,-40.5 parent: 2 - - uid: 29374 + - uid: 29341 components: - type: Transform rot: -1.5707963267948966 rad pos: 30.5,5.5 parent: 2 - - uid: 29375 + - uid: 29342 components: - type: Transform pos: 3.5,-15.5 parent: 2 - - uid: 29376 + - uid: 29343 components: - type: Transform pos: 14.5,-11.5 parent: 2 - - uid: 29377 + - uid: 29344 components: - type: Transform pos: 8.5,-13.5 parent: 2 - - uid: 29378 + - uid: 29345 components: - type: Transform rot: -1.5707963267948966 rad pos: 13.5,-5.5 parent: 2 - - uid: 29379 + - uid: 29346 components: - type: Transform pos: 8.5,-28.5 parent: 2 - - uid: 29380 + - uid: 29347 components: - type: Transform pos: 16.5,-12.5 parent: 2 - - uid: 29381 + - uid: 29348 components: - type: Transform pos: 16.5,-11.5 parent: 2 - - uid: 29382 + - uid: 29349 components: - type: Transform pos: 16.5,-10.5 parent: 2 - - uid: 29383 + - uid: 29350 components: - type: Transform pos: 16.5,-9.5 parent: 2 - - uid: 29384 + - uid: 29351 components: - type: Transform pos: 17.5,-9.5 parent: 2 - - uid: 29385 + - uid: 29352 components: - type: Transform pos: 0.5,-15.5 parent: 2 - - uid: 29386 + - uid: 29353 components: - type: Transform pos: 1.5,-15.5 parent: 2 - - uid: 29387 + - uid: 29354 components: - type: Transform pos: 11.5,-13.5 parent: 2 - - uid: 29388 + - uid: 29355 components: - type: Transform pos: 2.5,-15.5 parent: 2 - - uid: 29389 + - uid: 29356 components: - type: Transform pos: 14.5,-10.5 parent: 2 - - uid: 29390 + - uid: 29357 components: - type: Transform pos: 14.5,-9.5 parent: 2 - - uid: 29391 + - uid: 29358 components: - type: Transform pos: 19.5,-9.5 parent: 2 - - uid: 29392 + - uid: 29359 components: - type: Transform rot: 3.141592653589793 rad pos: 19.5,9.5 parent: 2 - - uid: 29393 + - uid: 29360 components: - type: Transform rot: 3.141592653589793 rad pos: 19.5,11.5 parent: 2 - - uid: 29394 + - uid: 29361 components: - type: Transform rot: 3.141592653589793 rad pos: 19.5,13.5 parent: 2 - - uid: 29395 + - uid: 29362 components: - type: Transform pos: -42.5,-29.5 parent: 2 - - uid: 29396 + - uid: 29363 components: - type: Transform pos: -37.5,-29.5 parent: 2 - - uid: 29397 + - uid: 29364 components: - type: Transform pos: 13.5,-13.5 parent: 2 - - uid: 29398 + - uid: 29365 components: - type: Transform pos: 14.5,-13.5 parent: 2 - - uid: 29399 + - uid: 29366 components: - type: Transform rot: 3.141592653589793 rad pos: 47.5,37.5 parent: 2 - - uid: 29400 + - uid: 29367 components: - type: Transform rot: 3.141592653589793 rad pos: 19.5,12.5 parent: 2 - - uid: 29401 + - uid: 29368 components: - type: Transform rot: 3.141592653589793 rad pos: 20.5,9.5 parent: 2 - - uid: 29402 + - uid: 29369 components: - type: Transform pos: 18.5,-9.5 parent: 2 - - uid: 29403 + - uid: 29370 components: - type: Transform rot: -1.5707963267948966 rad pos: 13.5,-8.5 parent: 2 - - uid: 29404 + - uid: 29371 components: - type: Transform pos: -5.5,10.5 parent: 2 - - uid: 29405 + - uid: 29372 components: - type: Transform pos: 4.5,4.5 parent: 2 - - uid: 29406 + - uid: 29373 components: - type: Transform pos: -1.5,6.5 parent: 2 - - uid: 29407 + - uid: 29374 components: - type: Transform rot: 3.141592653589793 rad pos: -1.5,10.5 parent: 2 - - uid: 29408 + - uid: 29375 components: - type: Transform pos: 7.5,5.5 parent: 2 - - uid: 29409 + - uid: 29376 components: - type: Transform rot: -1.5707963267948966 rad pos: -8.5,57.5 parent: 2 - - uid: 29410 + - uid: 29377 components: - type: Transform rot: 3.141592653589793 rad pos: 28.5,-7.5 parent: 2 - - uid: 29411 + - uid: 29378 components: - type: Transform pos: -3.5,-70.5 parent: 2 - - uid: 29412 + - uid: 29379 components: - type: Transform pos: 8.5,-50.5 parent: 2 - - uid: 29413 + - uid: 29380 components: - type: Transform pos: -17.5,-37.5 parent: 2 - - uid: 29414 + - uid: 29381 components: - type: Transform pos: -26.5,34.5 parent: 2 - - uid: 29415 + - uid: 29382 components: - type: Transform pos: -28.5,37.5 parent: 2 - - uid: 29416 + - uid: 29383 components: - type: Transform pos: 3.5,4.5 parent: 2 - - uid: 29417 + - uid: 29384 components: - type: Transform rot: 3.141592653589793 rad pos: 22.5,-9.5 parent: 2 - - uid: 29418 + - uid: 29385 components: - type: Transform pos: -9.5,4.5 parent: 2 - - uid: 29419 + - uid: 29386 components: - type: Transform pos: -9.5,-34.5 parent: 2 - - uid: 29420 + - uid: 29387 components: - type: Transform rot: -1.5707963267948966 rad pos: -16.5,-40.5 parent: 2 - - uid: 29421 + - uid: 29388 components: - type: Transform rot: -1.5707963267948966 rad pos: -7.5,-40.5 parent: 2 - - uid: 29422 + - uid: 29389 components: - type: Transform pos: -7.5,-28.5 parent: 2 - - uid: 29423 + - uid: 29390 components: - type: Transform pos: 15.5,1.5 parent: 2 - - uid: 29424 + - uid: 29391 components: - type: Transform rot: 1.5707963267948966 rad pos: -15.5,-24.5 parent: 2 - - uid: 29425 + - uid: 29392 components: - type: Transform pos: -17.5,-16.5 parent: 2 - - uid: 29426 + - uid: 29393 components: - type: Transform pos: 42.5,-6.5 parent: 2 - - uid: 29427 + - uid: 29394 components: - type: Transform pos: -17.5,-32.5 parent: 2 - - uid: 29428 + - uid: 29395 components: - type: Transform pos: -25.5,42.5 parent: 2 - - uid: 29429 + - uid: 29396 components: - type: Transform pos: -28.5,36.5 parent: 2 - - uid: 29430 + - uid: 29397 components: - type: Transform pos: -4.5,-70.5 parent: 2 - - uid: 29431 + - uid: 29398 components: - type: Transform pos: -4.5,-71.5 parent: 2 - - uid: 29432 + - uid: 29399 components: - type: Transform pos: 39.5,-52.5 parent: 2 - - uid: 29433 + - uid: 29400 components: - type: Transform pos: -0.5,4.5 parent: 2 - - uid: 29434 + - uid: 29401 components: - type: Transform pos: -4.5,-72.5 parent: 2 - - uid: 29435 + - uid: 29402 components: - type: Transform pos: 16.5,-50.5 parent: 2 - - uid: 29436 + - uid: 29403 components: - type: Transform pos: 14.5,-55.5 parent: 2 - - uid: 29437 + - uid: 29404 components: - type: Transform pos: -17.5,-17.5 parent: 2 - - uid: 29438 + - uid: 29405 components: - type: Transform rot: 3.141592653589793 rad pos: 32.5,-7.5 parent: 2 - - uid: 29439 + - uid: 29406 components: - type: Transform pos: -21.5,-24.5 parent: 2 - - uid: 29440 + - uid: 29407 components: - type: Transform pos: 41.5,-57.5 parent: 2 - - uid: 29441 + - uid: 29408 components: - type: Transform rot: 1.5707963267948966 rad pos: -12.5,-24.5 parent: 2 - - uid: 29442 + - uid: 29409 components: - type: Transform pos: 36.5,-0.5 parent: 2 - - uid: 29443 + - uid: 29410 components: - type: Transform pos: 9.5,-54.5 parent: 2 - - uid: 29444 + - uid: 29411 components: - type: Transform pos: -17.5,-15.5 parent: 2 - - uid: 29445 + - uid: 29412 components: - type: Transform pos: 37.5,-40.5 parent: 2 - - uid: 29446 + - uid: 29413 components: - type: Transform pos: 38.5,-40.5 parent: 2 - - uid: 29447 + - uid: 29414 components: - type: Transform pos: 40.5,-40.5 parent: 2 - - uid: 29448 + - uid: 29415 components: - type: Transform pos: 27.5,-46.5 parent: 2 - - uid: 29449 + - uid: 29416 components: - type: Transform rot: 1.5707963267948966 rad pos: 27.5,-49.5 parent: 2 - - uid: 29450 + - uid: 29417 components: - type: Transform pos: 39.5,-40.5 parent: 2 - - uid: 29451 + - uid: 29418 components: - type: Transform pos: -11.5,4.5 parent: 2 - - uid: 29452 + - uid: 29419 components: - type: Transform rot: 3.141592653589793 rad pos: 23.5,12.5 parent: 2 - - uid: 29453 + - uid: 29420 components: - type: Transform rot: 3.141592653589793 rad pos: 23.5,13.5 parent: 2 - - uid: 29454 + - uid: 29421 components: - type: Transform pos: 28.5,5.5 parent: 2 - - uid: 29455 + - uid: 29422 components: - type: Transform rot: 3.141592653589793 rad pos: 3.5,10.5 parent: 2 - - uid: 29456 + - uid: 29423 components: - type: Transform rot: -1.5707963267948966 rad pos: 31.5,4.5 parent: 2 - - uid: 29457 + - uid: 29424 components: - type: Transform rot: -1.5707963267948966 rad pos: 31.5,-1.5 parent: 2 - - uid: 29458 + - uid: 29425 components: - type: Transform pos: -29.5,-76.5 parent: 2 - - uid: 29459 + - uid: 29426 components: - type: Transform pos: -11.5,11.5 parent: 2 - - uid: 29460 + - uid: 29427 components: - type: Transform pos: -2.5,4.5 parent: 2 - - uid: 29461 + - uid: 29428 components: - type: Transform rot: 3.141592653589793 rad pos: 61.5,14.5 parent: 2 - - uid: 29462 + - uid: 29429 components: - type: Transform rot: -1.5707963267948966 rad pos: 19.5,20.5 parent: 2 - - uid: 29463 + - uid: 29430 components: - type: Transform pos: 6.5,4.5 parent: 2 - - uid: 29464 + - uid: 29431 components: - type: Transform rot: -1.5707963267948966 rad pos: -18.5,38.5 parent: 2 - - uid: 29465 + - uid: 29432 components: - type: Transform pos: -17.5,-35.5 parent: 2 - - uid: 29466 + - uid: 29433 components: - type: Transform rot: 1.5707963267948966 rad pos: -14.5,-28.5 parent: 2 - - uid: 29467 - components: - - type: Transform - pos: -10.5,-62.5 - parent: 2 - - uid: 29468 - components: - - type: Transform - pos: -10.5,-64.5 - parent: 2 - - uid: 29469 + - uid: 29434 components: - type: Transform pos: -2.5,-70.5 parent: 2 - - uid: 29470 + - uid: 29435 components: - type: Transform pos: -1.5,-70.5 parent: 2 - - uid: 29471 + - uid: 29436 components: - type: Transform rot: 3.141592653589793 rad pos: 29.5,-7.5 parent: 2 - - uid: 29472 + - uid: 29437 components: - type: Transform pos: 13.5,-53.5 parent: 2 - - uid: 29473 + - uid: 29438 components: - type: Transform rot: -1.5707963267948966 rad pos: -10.5,57.5 parent: 2 - - uid: 29474 + - uid: 29439 components: - type: Transform pos: 0.5,-70.5 parent: 2 - - uid: 29475 + - uid: 29440 components: - type: Transform pos: 1.5,-70.5 parent: 2 - - uid: 29476 + - uid: 29441 components: - type: Transform pos: 42.5,-54.5 parent: 2 - - uid: 29477 + - uid: 29442 components: - type: Transform pos: -1.5,-11.5 parent: 2 - - uid: 29478 + - uid: 29443 components: - type: Transform pos: 13.5,-44.5 parent: 2 - - uid: 29479 + - uid: 29444 components: - type: Transform pos: -28.5,-76.5 parent: 2 - - uid: 29480 + - uid: 29445 components: - type: Transform pos: -21.5,-80.5 parent: 2 - - uid: 29481 + - uid: 29446 components: - type: Transform pos: -11.5,10.5 parent: 2 - - uid: 29482 + - uid: 29447 components: - type: Transform pos: -0.5,-70.5 parent: 2 - - uid: 29483 + - uid: 29448 components: - type: Transform pos: -27.5,-76.5 parent: 2 - - uid: 29484 + - uid: 29449 components: - type: Transform pos: -20.5,-65.5 parent: 2 - - uid: 29485 + - uid: 29450 components: - type: Transform pos: -14.5,-72.5 parent: 2 - - uid: 29486 + - uid: 29451 components: - type: Transform pos: -17.5,-74.5 parent: 2 - - uid: 29487 + - uid: 29452 components: - type: Transform pos: -21.5,-79.5 parent: 2 - - uid: 29488 + - uid: 29453 components: - type: Transform pos: -21.5,-78.5 parent: 2 - - uid: 29489 + - uid: 29454 components: - type: Transform pos: -21.5,-77.5 parent: 2 - - uid: 29490 + - uid: 29455 components: - type: Transform pos: -26.5,-76.5 parent: 2 - - uid: 29491 + - uid: 29456 components: - type: Transform pos: -26.5,-75.5 parent: 2 - - uid: 29492 + - uid: 29457 components: - type: Transform rot: 3.141592653589793 rad pos: -10.5,-51.5 parent: 2 - - uid: 29493 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,-51.5 - parent: 2 - - uid: 29494 + - uid: 29458 components: - type: Transform pos: 16.5,-48.5 parent: 2 - - uid: 29495 + - uid: 29459 components: - type: Transform pos: -17.5,-67.5 parent: 2 - - uid: 29496 + - uid: 29460 components: - type: Transform pos: 10.5,-15.5 parent: 2 - - uid: 29497 + - uid: 29461 components: - type: Transform pos: 12.5,4.5 parent: 2 - - uid: 29498 + - uid: 29462 components: - type: Transform rot: 3.141592653589793 rad pos: 23.5,-7.5 parent: 2 - - uid: 29499 + - uid: 29463 components: - type: Transform pos: -32.5,-70.5 parent: 2 - - uid: 29500 + - uid: 29464 components: - type: Transform rot: 3.141592653589793 rad pos: 30.5,-7.5 parent: 2 - - uid: 29501 + - uid: 29465 components: - type: Transform pos: -27.5,-72.5 parent: 2 - - uid: 29502 - components: - - type: Transform - pos: 13.5,-65.5 - parent: 2 - - uid: 29503 + - uid: 29466 components: - type: Transform - pos: 10.5,-63.5 + rot: 3.141592653589793 rad + pos: 12.5,-65.5 parent: 2 - - uid: 29504 + - uid: 29467 components: - type: Transform rot: 3.141592653589793 rad pos: 23.5,-8.5 parent: 2 - - uid: 29505 + - uid: 29468 components: - type: Transform pos: -6.5,-50.5 parent: 2 - - uid: 29506 + - uid: 29469 components: - type: Transform pos: -13.5,-70.5 parent: 2 - - uid: 29507 + - uid: 29470 components: - type: Transform pos: 14.5,-12.5 parent: 2 - - uid: 29508 + - uid: 29471 components: - type: Transform pos: 29.5,5.5 parent: 2 - - uid: 29509 + - uid: 29472 components: - type: Transform rot: -1.5707963267948966 rad pos: 31.5,5.5 parent: 2 - - uid: 29510 + - uid: 29473 components: - type: Transform rot: 1.5707963267948966 rad pos: 27.5,-48.5 parent: 2 - - uid: 29511 + - uid: 29474 components: - type: Transform pos: 27.5,-45.5 parent: 2 - - uid: 29512 + - uid: 29475 components: - type: Transform rot: 3.141592653589793 rad pos: 20.5,15.5 parent: 2 - - uid: 29513 + - uid: 29476 components: - type: Transform pos: -17.5,-13.5 parent: 2 - - uid: 29514 + - uid: 29477 components: - type: Transform pos: 43.5,-6.5 parent: 2 - - uid: 29515 + - uid: 29478 components: - type: Transform pos: 37.5,-54.5 parent: 2 - - uid: 29516 + - uid: 29479 components: - type: Transform pos: 17.5,-27.5 parent: 2 - - uid: 29517 + - uid: 29480 components: - type: Transform pos: -25.5,43.5 parent: 2 - - uid: 29518 + - uid: 29481 components: - type: Transform pos: -25.5,44.5 parent: 2 - - uid: 29519 + - uid: 29482 components: - type: Transform pos: -25.5,46.5 parent: 2 - - uid: 29520 + - uid: 29483 components: - type: Transform pos: -27.5,36.5 parent: 2 - - uid: 29521 + - uid: 29484 components: - type: Transform rot: 3.141592653589793 rad pos: 27.5,-7.5 parent: 2 - - uid: 29522 + - uid: 29485 components: - type: Transform rot: 3.141592653589793 rad pos: 21.5,-51.5 parent: 2 - - uid: 29523 + - uid: 29486 components: - type: Transform pos: -6.5,-39.5 parent: 2 - - uid: 29524 + - uid: 29487 components: - type: Transform rot: 1.5707963267948966 rad pos: -16.5,-24.5 parent: 2 - - uid: 29525 + - uid: 29488 components: - type: Transform pos: -17.5,-24.5 parent: 2 - - uid: 29526 + - uid: 29489 components: - type: Transform pos: 42.5,-55.5 parent: 2 - - uid: 29527 + - uid: 29490 components: - type: Transform pos: -26.5,32.5 parent: 2 - - uid: 29528 + - uid: 29491 components: - type: Transform pos: 37.5,-55.5 parent: 2 - - uid: 29529 + - uid: 29492 components: - type: Transform rot: 3.141592653589793 rad pos: 20.5,-51.5 parent: 2 - - uid: 29530 + - uid: 29493 components: - type: Transform pos: 15.5,-5.5 parent: 2 - - uid: 29531 + - uid: 29494 components: - type: Transform rot: 3.141592653589793 rad pos: 27.5,-9.5 parent: 2 - - uid: 29532 + - uid: 29495 components: - type: Transform rot: 3.141592653589793 rad pos: 21.5,-7.5 parent: 2 - - uid: 29533 + - uid: 29496 components: - type: Transform rot: -1.5707963267948966 rad pos: 6.5,-44.5 parent: 2 - - uid: 29534 + - uid: 29497 components: - type: Transform pos: 1.5,-72.5 parent: 2 - - uid: 29535 + - uid: 29498 components: - type: Transform rot: -1.5707963267948966 rad pos: 29.5,-2.5 parent: 2 - - uid: 29536 + - uid: 29499 components: - type: Transform rot: 3.141592653589793 rad pos: 34.5,-7.5 parent: 2 - - uid: 29537 + - uid: 29500 components: - type: Transform pos: 42.5,-53.5 parent: 2 - - uid: 29538 + - uid: 29501 components: - type: Transform rot: 3.141592653589793 rad pos: -10.5,-44.5 parent: 2 - - uid: 29539 + - uid: 29502 components: - type: Transform rot: 3.141592653589793 rad pos: 7.5,10.5 parent: 2 - - uid: 29540 + - uid: 29503 components: - type: Transform rot: -1.5707963267948966 rad pos: -11.5,-76.5 parent: 2 - - uid: 29541 + - uid: 29504 components: - type: Transform rot: 3.141592653589793 rad pos: 60.5,12.5 parent: 2 - - uid: 29542 + - uid: 29505 components: - type: Transform pos: 20.5,-3.5 parent: 2 - - uid: 29543 + - uid: 29506 components: - type: Transform pos: 2.5,-72.5 parent: 2 - - uid: 29544 + - uid: 29507 components: - type: Transform pos: 11.5,-68.5 parent: 2 - - uid: 29545 + - uid: 29508 components: - type: Transform pos: -18.5,-65.5 parent: 2 - - uid: 29546 + - uid: 29509 components: - type: Transform - pos: 7.5,-58.5 + pos: 10.5,-63.5 parent: 2 - - uid: 29547 + - uid: 29510 components: - type: Transform rot: 1.5707963267948966 rad pos: 32.5,-44.5 parent: 2 - - uid: 29548 + - uid: 29511 components: - type: Transform rot: 1.5707963267948966 rad pos: 33.5,-44.5 parent: 2 - - uid: 29549 + - uid: 29512 components: - type: Transform pos: -2.5,-16.5 parent: 2 - - uid: 29550 + - uid: 29513 components: - type: Transform pos: -11.5,-28.5 parent: 2 - - uid: 29551 + - uid: 29514 components: - type: Transform pos: -7.5,-35.5 parent: 2 - - uid: 29552 + - uid: 29515 components: - type: Transform rot: 3.141592653589793 rad pos: 19.5,-7.5 parent: 2 - - uid: 29553 + - uid: 29516 components: - type: Transform pos: 29.5,-3.5 parent: 2 - - uid: 29554 + - uid: 29517 components: - type: Transform rot: -1.5707963267948966 rad pos: 31.5,-3.5 parent: 2 - - uid: 29555 + - uid: 29518 components: - type: Transform rot: 1.5707963267948966 rad pos: 27.5,-57.5 parent: 2 - - uid: 29556 + - uid: 29519 components: - type: Transform pos: -17.5,-33.5 parent: 2 - - uid: 29557 + - uid: 29520 components: - type: Transform pos: 35.5,-0.5 parent: 2 - - uid: 29558 + - uid: 29521 components: - type: Transform rot: -1.5707963267948966 rad pos: -11.5,14.5 parent: 2 - - uid: 29559 + - uid: 29522 components: - type: Transform pos: -23.5,36.5 parent: 2 - - uid: 29560 + - uid: 29523 components: - type: Transform pos: -23.5,37.5 parent: 2 - - uid: 29561 + - uid: 29524 components: - type: Transform pos: -23.5,39.5 parent: 2 - - uid: 29562 + - uid: 29525 components: - type: Transform pos: -5.5,13.5 parent: 2 - - uid: 29563 - components: - - type: Transform - pos: -10.5,-66.5 - parent: 2 - - uid: 29564 + - uid: 29526 components: - type: Transform rot: -1.5707963267948966 rad pos: 21.5,19.5 parent: 2 - - uid: 29565 + - uid: 29527 components: - type: Transform pos: 20.5,-48.5 parent: 2 - - uid: 29566 + - uid: 29528 components: - type: Transform rot: -1.5707963267948966 rad pos: -3.5,-76.5 parent: 2 - - uid: 29567 + - uid: 29529 components: - type: Transform pos: -3.5,-73.5 parent: 2 - - uid: 29568 + - uid: 29530 components: - type: Transform pos: -2.5,-72.5 parent: 2 - - uid: 29569 + - uid: 29531 components: - type: Transform rot: 1.5707963267948966 rad pos: 32.5,-23.5 parent: 2 - - uid: 29570 + - uid: 29532 components: - type: Transform pos: 57.5,-64.5 parent: 2 - - uid: 29571 + - uid: 29533 components: - type: Transform pos: -14.5,-16.5 parent: 2 - - uid: 29572 + - uid: 29534 components: - type: Transform pos: -14.5,-19.5 parent: 2 - - uid: 29573 + - uid: 29535 components: - type: Transform pos: -17.5,-19.5 parent: 2 - - uid: 29574 + - uid: 29536 components: - type: Transform pos: -17.5,-18.5 parent: 2 - - uid: 29575 + - uid: 29537 components: - type: Transform pos: -17.5,-36.5 parent: 2 - - uid: 29576 + - uid: 29538 components: - type: Transform rot: -1.5707963267948966 rad pos: -7.5,-39.5 parent: 2 - - uid: 29577 + - uid: 29539 components: - type: Transform pos: 13.5,-30.5 parent: 2 - - uid: 29578 + - uid: 29540 components: - type: Transform pos: 16.5,-47.5 parent: 2 - - uid: 29579 + - uid: 29541 components: - type: Transform rot: 3.141592653589793 rad pos: 17.5,-51.5 parent: 2 - - uid: 29580 + - uid: 29542 components: - type: Transform pos: -14.5,-17.5 parent: 2 - - uid: 29581 + - uid: 29543 components: - type: Transform pos: 9.5,4.5 parent: 2 - - uid: 29582 + - uid: 29544 components: - type: Transform pos: 37.5,-29.5 parent: 2 - - uid: 29583 + - uid: 29545 components: - type: Transform pos: -23.5,-68.5 parent: 2 - - uid: 29584 + - uid: 29546 components: - type: Transform pos: 11.5,-56.5 parent: 2 - - uid: 29585 + - uid: 29547 components: - type: Transform pos: -7.5,-33.5 parent: 2 - - uid: 29586 + - uid: 29548 components: - type: Transform rot: 3.141592653589793 rad pos: -12.5,-32.5 parent: 2 - - uid: 29587 + - uid: 29549 components: - type: Transform pos: -12.5,-31.5 parent: 2 - - uid: 29588 + - uid: 29550 components: - type: Transform pos: -13.5,-34.5 parent: 2 - - uid: 29589 + - uid: 29551 components: - type: Transform pos: -13.5,-35.5 parent: 2 - - uid: 29590 + - uid: 29552 components: - type: Transform pos: -13.5,-36.5 parent: 2 - - uid: 29591 + - uid: 29553 components: - type: Transform pos: -13.5,-37.5 parent: 2 - - uid: 29592 + - uid: 29554 components: - type: Transform pos: -13.5,-39.5 parent: 2 - - uid: 29593 + - uid: 29555 components: - type: Transform pos: -16.5,-36.5 parent: 2 - - uid: 29594 + - uid: 29556 components: - type: Transform pos: -15.5,-36.5 parent: 2 - - uid: 29595 + - uid: 29557 components: - type: Transform pos: -14.5,-36.5 parent: 2 - - uid: 29596 + - uid: 29558 components: - type: Transform pos: -7.5,-32.5 parent: 2 - - uid: 29597 + - uid: 29559 components: - type: Transform pos: -7.5,-31.5 parent: 2 - - uid: 29598 + - uid: 29560 components: - type: Transform pos: -10.5,-31.5 parent: 2 - - uid: 29599 + - uid: 29561 components: - type: Transform pos: -9.5,-31.5 parent: 2 - - uid: 29600 + - uid: 29562 components: - type: Transform pos: -8.5,-31.5 parent: 2 - - uid: 29601 + - uid: 29563 components: - type: Transform pos: 10.5,-28.5 parent: 2 - - uid: 29602 + - uid: 29564 components: - type: Transform rot: 3.141592653589793 rad pos: 17.5,8.5 parent: 2 - - uid: 29603 + - uid: 29565 components: - type: Transform pos: 23.5,-47.5 parent: 2 - - uid: 29604 + - uid: 29566 components: - type: Transform rot: -1.5707963267948966 rad pos: 49.5,-36.5 parent: 2 - - uid: 29605 + - uid: 29567 components: - type: Transform rot: -1.5707963267948966 rad pos: 43.5,-34.5 parent: 2 - - uid: 29606 + - uid: 29568 components: - type: Transform rot: 1.5707963267948966 rad pos: 36.5,-9.5 parent: 2 - - uid: 29607 + - uid: 29569 components: - type: Transform rot: 1.5707963267948966 rad pos: 36.5,-10.5 parent: 2 - - uid: 29608 + - uid: 29570 components: - type: Transform rot: 1.5707963267948966 rad pos: 36.5,-11.5 parent: 2 - - uid: 29609 + - uid: 29571 components: - type: Transform rot: 1.5707963267948966 rad pos: 36.5,-7.5 parent: 2 - - uid: 29610 + - uid: 29572 components: - type: Transform pos: -6.5,-8.5 parent: 2 - - uid: 29611 + - uid: 29573 components: - type: Transform pos: -6.5,-10.5 parent: 2 - - uid: 29612 + - uid: 29574 components: - type: Transform pos: -17.5,-11.5 parent: 2 - - uid: 29613 + - uid: 29575 components: - type: Transform pos: -17.5,-12.5 parent: 2 - - uid: 29614 + - uid: 29576 components: - type: Transform pos: -11.5,0.5 parent: 2 - - uid: 29615 + - uid: 29577 components: - type: Transform pos: -13.5,14.5 parent: 2 - - uid: 29616 + - uid: 29578 components: - type: Transform pos: -15.5,14.5 parent: 2 - - uid: 29617 + - uid: 29579 components: - type: Transform pos: -21.5,13.5 parent: 2 - - uid: 29618 + - uid: 29580 components: - type: Transform pos: -21.5,10.5 parent: 2 - - uid: 29619 + - uid: 29581 components: - type: Transform pos: -17.5,13.5 parent: 2 - - uid: 29620 + - uid: 29582 components: - type: Transform pos: -17.5,12.5 parent: 2 - - uid: 29621 + - uid: 29583 components: - type: Transform pos: -17.5,14.5 parent: 2 - - uid: 29622 + - uid: 29584 components: - type: Transform pos: -16.5,14.5 parent: 2 - - uid: 29623 + - uid: 29585 components: - type: Transform pos: -15.5,-32.5 parent: 2 - - uid: 29624 + - uid: 29586 components: - type: Transform pos: -9.5,-30.5 parent: 2 - - uid: 29625 + - uid: 29587 components: - type: Transform pos: -15.5,-30.5 parent: 2 - - uid: 29626 + - uid: 29588 components: - type: Transform pos: -14.5,-30.5 parent: 2 - - uid: 29627 + - uid: 29589 components: - type: Transform pos: -14.5,-29.5 parent: 2 - - uid: 29628 + - uid: 29590 components: - type: Transform rot: -1.5707963267948966 rad pos: -15.5,16.5 parent: 2 - - uid: 29629 + - uid: 29591 components: - type: Transform rot: -1.5707963267948966 rad pos: -14.5,16.5 parent: 2 - - uid: 29630 + - uid: 29592 components: - type: Transform rot: -1.5707963267948966 rad pos: -13.5,16.5 parent: 2 - - uid: 29631 + - uid: 29593 components: - type: Transform rot: -1.5707963267948966 rad pos: -12.5,16.5 parent: 2 - - uid: 29632 + - uid: 29594 components: - type: Transform rot: -1.5707963267948966 rad pos: -11.5,16.5 parent: 2 - - uid: 29633 + - uid: 29595 components: - type: Transform rot: -1.5707963267948966 rad pos: -11.5,17.5 parent: 2 - - uid: 29634 + - uid: 29596 components: - type: Transform rot: -1.5707963267948966 rad pos: -9.5,17.5 parent: 2 - - uid: 29635 + - uid: 29597 components: - type: Transform pos: -15.5,-11.5 parent: 2 - - uid: 29636 + - uid: 29598 components: - type: Transform pos: -8.5,-16.5 parent: 2 - - uid: 29637 + - uid: 29599 components: - type: Transform pos: 23.5,-45.5 parent: 2 - - uid: 29638 + - uid: 29600 components: - type: Transform pos: 23.5,-44.5 parent: 2 - - uid: 29639 + - uid: 29601 components: - type: Transform pos: 23.5,-48.5 parent: 2 - - uid: 29640 + - uid: 29602 components: - type: Transform pos: 18.5,-45.5 parent: 2 - - uid: 29641 + - uid: 29603 components: - type: Transform pos: 18.5,-46.5 parent: 2 - - uid: 29642 + - uid: 29604 components: - type: Transform pos: 18.5,-47.5 parent: 2 - - uid: 29643 + - uid: 29605 components: - type: Transform rot: -1.5707963267948966 rad pos: 31.5,0.5 parent: 2 - - uid: 29644 + - uid: 29606 components: - type: Transform pos: 61.5,7.5 parent: 2 - - uid: 29645 + - uid: 29607 components: - type: Transform pos: 61.5,5.5 parent: 2 - - uid: 29646 + - uid: 29608 components: - type: Transform pos: 64.5,1.5 parent: 2 - - uid: 29647 + - uid: 29609 components: - type: Transform pos: 65.5,0.5 parent: 2 - - uid: 29648 + - uid: 29610 components: - type: Transform pos: 60.5,0.5 parent: 2 - - uid: 29649 + - uid: 29611 components: - type: Transform pos: 17.5,30.5 parent: 2 - - uid: 29650 + - uid: 29612 components: - type: Transform rot: 1.5707963267948966 rad pos: 55.5,54.5 parent: 2 - - uid: 29651 + - uid: 29613 components: - type: Transform rot: 1.5707963267948966 rad pos: 56.5,54.5 parent: 2 - - uid: 29652 + - uid: 29614 components: - type: Transform rot: -1.5707963267948966 rad pos: -13.5,47.5 parent: 2 - - uid: 29653 + - uid: 29615 components: - type: Transform rot: -1.5707963267948966 rad pos: -13.5,48.5 parent: 2 - - uid: 29654 + - uid: 29616 components: - type: Transform pos: 47.5,34.5 parent: 2 - - uid: 29655 + - uid: 29617 components: - type: Transform pos: 47.5,33.5 parent: 2 - - uid: 29656 + - uid: 29618 components: - type: Transform pos: 47.5,31.5 parent: 2 - - uid: 29657 + - uid: 29619 components: - type: Transform pos: -9.5,47.5 parent: 2 - - uid: 29658 + - uid: 29620 components: - type: Transform pos: -10.5,47.5 parent: 2 - - uid: 29659 + - uid: 29621 components: - type: Transform rot: -1.5707963267948966 rad pos: -10.5,48.5 parent: 2 - - uid: 29660 + - uid: 29622 components: - type: Transform pos: -3.5,20.5 parent: 2 - - uid: 29661 + - uid: 29623 components: - type: Transform pos: -6.5,20.5 parent: 2 - - uid: 29662 + - uid: 29624 components: - type: Transform pos: -7.5,20.5 parent: 2 - - uid: 29663 + - uid: 29625 components: - type: Transform pos: -9.5,19.5 parent: 2 - - uid: 29664 + - uid: 29626 components: - type: Transform pos: -9.5,20.5 parent: 2 - - uid: 29665 + - uid: 29627 components: - type: Transform pos: -11.5,20.5 parent: 2 - - uid: 29666 + - uid: 29628 components: - type: Transform pos: -11.5,19.5 parent: 2 - - uid: 29667 + - uid: 29629 components: - type: Transform pos: 33.5,23.5 parent: 2 - - uid: 29668 + - uid: 29630 components: - type: Transform pos: 34.5,23.5 parent: 2 - - uid: 29669 + - uid: 29631 components: - type: Transform pos: 33.5,17.5 parent: 2 - - uid: 29670 + - uid: 29632 components: - type: Transform rot: 3.141592653589793 rad pos: 51.5,14.5 parent: 2 - - uid: 29671 + - uid: 29633 components: - type: Transform rot: 3.141592653589793 rad pos: 55.5,14.5 parent: 2 - - uid: 29672 + - uid: 29634 components: - type: Transform rot: 3.141592653589793 rad pos: 55.5,10.5 parent: 2 - - uid: 29673 + - uid: 29635 components: - type: Transform rot: 3.141592653589793 rad pos: 51.5,10.5 parent: 2 - - uid: 29674 + - uid: 29636 components: - type: Transform pos: 61.5,6.5 parent: 2 - - uid: 29675 + - uid: 29637 components: - type: Transform pos: 43.5,18.5 parent: 2 - - uid: 29676 + - uid: 29638 components: - type: Transform pos: 43.5,21.5 parent: 2 - - uid: 29677 + - uid: 29639 components: - type: Transform pos: 44.5,-0.5 parent: 2 - - uid: 29678 + - uid: 29640 components: - type: Transform pos: 47.5,-0.5 parent: 2 - - uid: 29679 + - uid: 29641 components: - type: Transform pos: 48.5,24.5 parent: 2 - - uid: 29680 + - uid: 29642 components: - type: Transform pos: 48.5,23.5 parent: 2 - - uid: 29681 + - uid: 29643 components: - type: Transform pos: 48.5,22.5 parent: 2 - - uid: 29682 + - uid: 29644 components: - type: Transform pos: 51.5,24.5 parent: 2 - - uid: 29683 + - uid: 29645 components: - type: Transform pos: 51.5,23.5 parent: 2 - - uid: 29684 + - uid: 29646 components: - type: Transform pos: 51.5,22.5 parent: 2 - - uid: 29685 + - uid: 29647 components: - type: Transform pos: 54.5,24.5 parent: 2 - - uid: 29686 + - uid: 29648 components: - type: Transform pos: 54.5,23.5 parent: 2 - - uid: 29687 + - uid: 29649 components: - type: Transform pos: 54.5,22.5 parent: 2 - - uid: 29688 + - uid: 29650 components: - type: Transform pos: 57.5,24.5 parent: 2 - - uid: 29689 + - uid: 29651 components: - type: Transform pos: 57.5,23.5 parent: 2 - - uid: 29690 + - uid: 29652 components: - type: Transform pos: 57.5,22.5 parent: 2 - - uid: 29691 + - uid: 29653 components: - type: Transform pos: 60.5,24.5 parent: 2 - - uid: 29692 + - uid: 29654 components: - type: Transform pos: 60.5,23.5 parent: 2 - - uid: 29693 + - uid: 29655 components: - type: Transform pos: 60.5,22.5 parent: 2 - - uid: 29694 + - uid: 29656 components: - type: Transform pos: 62.5,20.5 parent: 2 - - uid: 29695 + - uid: 29657 components: - type: Transform pos: 61.5,20.5 parent: 2 - - uid: 29696 + - uid: 29658 components: - type: Transform pos: 60.5,20.5 parent: 2 - - uid: 29697 + - uid: 29659 components: - type: Transform rot: 1.5707963267948966 rad pos: 46.5,27.5 parent: 2 - - uid: 29698 + - uid: 29660 components: - type: Transform rot: 1.5707963267948966 rad pos: 45.5,27.5 parent: 2 - - uid: 29699 + - uid: 29661 components: - type: Transform rot: 1.5707963267948966 rad pos: 44.5,27.5 parent: 2 - - uid: 29700 + - uid: 29662 components: - type: Transform rot: 1.5707963267948966 rad pos: 53.5,54.5 parent: 2 - - uid: 29701 + - uid: 29663 components: - type: Transform pos: 62.5,24.5 parent: 2 - - uid: 29702 + - uid: 29664 components: - type: Transform pos: 62.5,23.5 parent: 2 - - uid: 29703 + - uid: 29665 components: - type: Transform rot: 1.5707963267948966 rad pos: 48.5,11.5 parent: 2 - - uid: 29704 + - uid: 29666 components: - type: Transform rot: 1.5707963267948966 rad pos: 48.5,17.5 parent: 2 - - uid: 29705 + - uid: 29667 components: - type: Transform rot: 1.5707963267948966 rad pos: 58.5,17.5 parent: 2 - - uid: 29706 + - uid: 29668 components: - type: Transform rot: 1.5707963267948966 rad pos: 58.5,11.5 parent: 2 - - uid: 29707 + - uid: 29669 components: - type: Transform rot: 3.141592653589793 rad pos: 61.5,12.5 parent: 2 - - uid: 29708 + - uid: 29670 components: - type: Transform rot: 3.141592653589793 rad pos: 61.5,11.5 parent: 2 - - uid: 29709 + - uid: 29671 components: - type: Transform rot: 3.141592653589793 rad pos: 61.5,10.5 parent: 2 - - uid: 29710 + - uid: 29672 components: - type: Transform rot: 3.141592653589793 rad pos: 61.5,9.5 parent: 2 - - uid: 29711 + - uid: 29673 components: - type: Transform rot: 3.141592653589793 rad pos: 61.5,8.5 parent: 2 - - uid: 29712 + - uid: 29674 components: - type: Transform rot: 3.141592653589793 rad pos: 62.5,8.5 parent: 2 - - uid: 29713 + - uid: 29675 components: - type: Transform rot: 3.141592653589793 rad pos: 63.5,8.5 parent: 2 - - uid: 29714 + - uid: 29676 components: - type: Transform rot: 3.141592653589793 rad pos: 63.5,12.5 parent: 2 - - uid: 29715 + - uid: 29677 components: - type: Transform rot: 3.141592653589793 rad pos: 63.5,10.5 parent: 2 - - uid: 29716 + - uid: 29678 components: - type: Transform rot: -1.5707963267948966 rad pos: 51.5,12.5 parent: 2 - - uid: 29717 + - uid: 29679 components: - type: Transform pos: 58.5,-0.5 parent: 2 - - uid: 29718 + - uid: 29680 components: - type: Transform pos: 61.5,0.5 parent: 2 - - uid: 29719 + - uid: 29681 components: - type: Transform pos: 62.5,0.5 parent: 2 - - uid: 29720 + - uid: 29682 components: - type: Transform rot: 1.5707963267948966 rad pos: 55.5,2.5 parent: 2 - - uid: 29721 + - uid: 29683 components: - type: Transform rot: 1.5707963267948966 rad pos: 55.5,1.5 parent: 2 - - uid: 29722 + - uid: 29684 components: - type: Transform rot: 1.5707963267948966 rad pos: 55.5,0.5 parent: 2 - - uid: 29723 + - uid: 29685 components: - type: Transform rot: 1.5707963267948966 rad pos: 55.5,-1.5 parent: 2 - - uid: 29724 + - uid: 29686 components: - type: Transform rot: 1.5707963267948966 rad pos: 49.5,-0.5 parent: 2 - - uid: 29725 + - uid: 29687 components: - type: Transform rot: 1.5707963267948966 rad pos: 49.5,-2.5 parent: 2 - - uid: 29726 + - uid: 29688 components: - type: Transform rot: 1.5707963267948966 rad pos: 49.5,-1.5 parent: 2 - - uid: 29727 + - uid: 29689 components: - type: Transform rot: 1.5707963267948966 rad pos: 50.5,-2.5 parent: 2 - - uid: 29728 + - uid: 29690 components: - type: Transform rot: 1.5707963267948966 rad pos: 50.5,-3.5 parent: 2 - - uid: 29729 + - uid: 29691 components: - type: Transform rot: 1.5707963267948966 rad pos: 55.5,-2.5 parent: 2 - - uid: 29730 + - uid: 29692 components: - type: Transform rot: 1.5707963267948966 rad pos: 54.5,-2.5 parent: 2 - - uid: 29731 + - uid: 29693 components: - type: Transform rot: 1.5707963267948966 rad pos: 54.5,-3.5 parent: 2 - - uid: 29732 + - uid: 29694 components: - type: Transform rot: 1.5707963267948966 rad pos: 50.5,-4.5 parent: 2 - - uid: 29733 + - uid: 29695 components: - type: Transform rot: 1.5707963267948966 rad pos: 49.5,-4.5 parent: 2 - - uid: 29734 + - uid: 29696 components: - type: Transform rot: 1.5707963267948966 rad pos: 48.5,-4.5 parent: 2 - - uid: 29735 + - uid: 29697 components: - type: Transform rot: 1.5707963267948966 rad pos: 47.5,-4.5 parent: 2 - - uid: 29736 + - uid: 29698 components: - type: Transform rot: 1.5707963267948966 rad pos: 46.5,-4.5 parent: 2 - - uid: 29737 + - uid: 29699 components: - type: Transform rot: -1.5707963267948966 rad pos: 45.5,-2.5 parent: 2 - - uid: 29738 + - uid: 29700 components: - type: Transform pos: 49.5,-5.5 parent: 2 - - uid: 29739 + - uid: 29701 components: - type: Transform pos: 49.5,-6.5 parent: 2 - - uid: 29740 + - uid: 29702 components: - type: Transform pos: 49.5,-10.5 parent: 2 - - uid: 29741 + - uid: 29703 components: - type: Transform pos: 48.5,-10.5 parent: 2 - - uid: 29742 + - uid: 29704 components: - type: Transform rot: 1.5707963267948966 rad pos: 54.5,-4.5 parent: 2 - - uid: 29743 + - uid: 29705 components: - type: Transform rot: 1.5707963267948966 rad pos: 55.5,-4.5 parent: 2 - - uid: 29744 + - uid: 29706 components: - type: Transform rot: 1.5707963267948966 rad pos: 56.5,-4.5 parent: 2 - - uid: 29745 + - uid: 29707 components: - type: Transform rot: 1.5707963267948966 rad pos: 58.5,-4.5 parent: 2 - - uid: 29746 + - uid: 29708 components: - type: Transform pos: 19.5,-48.5 parent: 2 - - uid: 29747 + - uid: 29709 components: - type: Transform pos: 18.5,-48.5 parent: 2 - - uid: 29748 + - uid: 29710 components: - type: Transform rot: -1.5707963267948966 rad pos: 45.5,-4.5 parent: 2 - - uid: 29749 + - uid: 29711 components: - type: Transform rot: -1.5707963267948966 rad pos: 40.5,-2.5 parent: 2 - - uid: 29750 + - uid: 29712 components: - type: Transform rot: -1.5707963267948966 rad pos: 40.5,-3.5 parent: 2 - - uid: 29751 + - uid: 29713 components: - type: Transform rot: -1.5707963267948966 rad pos: 45.5,-1.5 parent: 2 - - uid: 29752 + - uid: 29714 components: - type: Transform rot: -1.5707963267948966 rad pos: 40.5,-5.5 parent: 2 - - uid: 29753 + - uid: 29715 components: - type: Transform rot: -1.5707963267948966 rad pos: 39.5,-6.5 parent: 2 - - uid: 29754 + - uid: 29716 components: - type: Transform rot: -1.5707963267948966 rad pos: 45.5,-5.5 parent: 2 - - uid: 29755 + - uid: 29717 components: - type: Transform rot: -1.5707963267948966 rad pos: 37.5,-6.5 parent: 2 - - uid: 29756 + - uid: 29718 components: - type: Transform rot: -1.5707963267948966 rad pos: 37.5,-7.5 parent: 2 - - uid: 29757 + - uid: 29719 components: - type: Transform rot: -1.5707963267948966 rad pos: 45.5,-3.5 parent: 2 - - uid: 29758 + - uid: 29720 components: - type: Transform pos: 40.5,-6.5 parent: 2 - - uid: 29759 + - uid: 29721 components: - type: Transform pos: -14.5,-18.5 parent: 2 - - uid: 29760 + - uid: 29722 components: - type: Transform pos: 24.5,-54.5 parent: 2 - - uid: 29761 + - uid: 29723 components: - type: Transform pos: -17.5,-21.5 parent: 2 - - uid: 29762 + - uid: 29724 components: - type: Transform pos: 55.5,-7.5 parent: 2 - - uid: 29763 + - uid: 29725 components: - type: Transform pos: 49.5,-3.5 parent: 2 - - uid: 29764 + - uid: 29726 components: - type: Transform pos: 58.5,0.5 parent: 2 - - uid: 29765 + - uid: 29727 components: - type: Transform pos: 58.5,-1.5 parent: 2 - - uid: 29766 + - uid: 29728 components: - type: Transform pos: 58.5,-2.5 parent: 2 - - uid: 29767 + - uid: 29729 components: - type: Transform pos: 57.5,-2.5 parent: 2 - - uid: 29768 + - uid: 29730 components: - type: Transform pos: 59.5,-4.5 parent: 2 - - uid: 29769 + - uid: 29731 components: - type: Transform pos: 48.5,-9.5 parent: 2 - - uid: 29770 + - uid: 29732 components: - type: Transform pos: 48.5,-6.5 parent: 2 - - uid: 29771 + - uid: 29733 components: - type: Transform pos: 48.5,-7.5 parent: 2 - - uid: 29772 + - uid: 29734 components: - type: Transform pos: 6.5,-17.5 parent: 2 - - uid: 29773 + - uid: 29735 components: - type: Transform rot: 1.5707963267948966 rad pos: 66.5,-6.5 parent: 2 - - uid: 29774 + - uid: 29736 components: - type: Transform rot: 1.5707963267948966 rad pos: 66.5,-12.5 parent: 2 - - uid: 29775 + - uid: 29737 components: - type: Transform rot: 1.5707963267948966 rad pos: 66.5,-10.5 parent: 2 - - uid: 29776 + - uid: 29738 components: - type: Transform pos: 65.5,-4.5 parent: 2 - - uid: 29777 + - uid: 29739 components: - type: Transform pos: 63.5,-4.5 parent: 2 - - uid: 29778 + - uid: 29740 components: - type: Transform pos: 61.5,-4.5 parent: 2 - - uid: 29779 + - uid: 29741 components: - type: Transform rot: -1.5707963267948966 rad pos: 62.5,-4.5 parent: 2 - - uid: 29780 + - uid: 29742 components: - type: Transform pos: 53.5,-14.5 parent: 2 - - uid: 29781 + - uid: 29743 components: - type: Transform pos: 61.5,-14.5 parent: 2 - - uid: 29782 + - uid: 29744 components: - type: Transform pos: 60.5,-14.5 parent: 2 - - uid: 29783 + - uid: 29745 components: - type: Transform pos: 59.5,-7.5 parent: 2 - - uid: 29784 + - uid: 29746 components: - type: Transform pos: 58.5,-7.5 parent: 2 - - uid: 29785 + - uid: 29747 components: - type: Transform pos: 57.5,-7.5 parent: 2 - - uid: 29786 + - uid: 29748 components: - type: Transform pos: 56.5,-7.5 parent: 2 - - uid: 29787 + - uid: 29749 components: - type: Transform pos: 59.5,-9.5 parent: 2 - - uid: 29788 + - uid: 29750 components: - type: Transform pos: 58.5,-9.5 parent: 2 - - uid: 29789 + - uid: 29751 components: - type: Transform pos: 57.5,-9.5 parent: 2 - - uid: 29790 + - uid: 29752 components: - type: Transform pos: 56.5,-9.5 parent: 2 - - uid: 29791 + - uid: 29753 components: - type: Transform pos: 55.5,-9.5 parent: 2 - - uid: 29792 + - uid: 29754 components: - type: Transform pos: 55.5,-8.5 parent: 2 - - uid: 29793 + - uid: 29755 components: - type: Transform rot: 3.141592653589793 rad pos: 58.5,-3.5 parent: 2 - - uid: 29794 + - uid: 29756 components: - type: Transform pos: 60.5,-29.5 parent: 2 - - uid: 29795 + - uid: 29757 components: - type: Transform pos: 60.5,-30.5 parent: 2 - - uid: 29796 + - uid: 29758 components: - type: Transform pos: 49.5,-11.5 parent: 2 - - uid: 29797 + - uid: 29759 components: - type: Transform pos: 49.5,-12.5 parent: 2 - - uid: 29798 + - uid: 29760 components: - type: Transform pos: 50.5,-12.5 parent: 2 - - uid: 29799 + - uid: 29761 components: - type: Transform pos: 35.5,-11.5 parent: 2 - - uid: 29800 + - uid: 29762 components: - type: Transform pos: 37.5,-9.5 parent: 2 - - uid: 29801 + - uid: 29763 components: - type: Transform pos: 38.5,-9.5 parent: 2 - - uid: 29802 + - uid: 29764 components: - type: Transform pos: 39.5,-9.5 parent: 2 - - uid: 29803 + - uid: 29765 components: - type: Transform pos: 39.5,-8.5 parent: 2 - - uid: 29804 + - uid: 29766 components: - type: Transform pos: 41.5,-6.5 parent: 2 - - uid: 29805 + - uid: 29767 components: - type: Transform pos: 41.5,-7.5 parent: 2 - - uid: 29806 + - uid: 29768 components: - type: Transform pos: 41.5,-8.5 parent: 2 - - uid: 29807 + - uid: 29769 components: - type: Transform pos: 41.5,-9.5 parent: 2 - - uid: 29808 + - uid: 29770 components: - type: Transform pos: 41.5,-10.5 parent: 2 - - uid: 29809 + - uid: 29771 components: - type: Transform pos: 39.5,-10.5 parent: 2 - - uid: 29810 + - uid: 29772 components: - type: Transform pos: 39.5,-11.5 parent: 2 - - uid: 29811 + - uid: 29773 components: - type: Transform pos: 37.5,-11.5 parent: 2 - - uid: 29812 + - uid: 29774 components: - type: Transform pos: 37.5,-12.5 parent: 2 - - uid: 29813 + - uid: 29775 components: - type: Transform pos: 37.5,-14.5 parent: 2 - - uid: 29814 + - uid: 29776 components: - type: Transform pos: 45.5,-6.5 parent: 2 - - uid: 29815 + - uid: 29777 components: - type: Transform pos: 45.5,-7.5 parent: 2 - - uid: 29816 + - uid: 29778 components: - type: Transform pos: 45.5,-8.5 parent: 2 - - uid: 29817 + - uid: 29779 components: - type: Transform pos: 45.5,-9.5 parent: 2 - - uid: 29818 + - uid: 29780 components: - type: Transform pos: 43.5,-9.5 parent: 2 - - uid: 29819 + - uid: 29781 components: - type: Transform pos: 45.5,-10.5 parent: 2 - - uid: 29820 + - uid: 29782 components: - type: Transform pos: 45.5,-12.5 parent: 2 - - uid: 29821 + - uid: 29783 components: - type: Transform pos: 44.5,-12.5 parent: 2 - - uid: 29822 + - uid: 29784 components: - type: Transform pos: 42.5,-12.5 parent: 2 - - uid: 29823 + - uid: 29785 components: - type: Transform pos: 41.5,-12.5 parent: 2 - - uid: 29824 + - uid: 29786 components: - type: Transform pos: 41.5,-13.5 parent: 2 - - uid: 29825 + - uid: 29787 components: - type: Transform pos: 40.5,-13.5 parent: 2 - - uid: 29826 + - uid: 29788 components: - type: Transform pos: 39.5,-13.5 parent: 2 - - uid: 29827 + - uid: 29789 components: - type: Transform pos: 46.5,-12.5 parent: 2 - - uid: 29828 + - uid: 29790 components: - type: Transform pos: 47.5,-12.5 parent: 2 - - uid: 29829 + - uid: 29791 components: - type: Transform pos: 47.5,-11.5 parent: 2 - - uid: 29830 + - uid: 29792 components: - type: Transform pos: 47.5,-10.5 parent: 2 - - uid: 29831 + - uid: 29793 components: - type: Transform pos: 46.5,-6.5 parent: 2 - - uid: 29832 + - uid: 29794 components: - type: Transform pos: 69.5,-35.5 parent: 2 - - uid: 29833 + - uid: 29795 components: - type: Transform pos: 66.5,-36.5 parent: 2 - - uid: 29834 + - uid: 29796 components: - type: Transform pos: 58.5,-40.5 parent: 2 - - uid: 29835 + - uid: 29797 components: - type: Transform pos: 58.5,-41.5 parent: 2 - - uid: 29836 + - uid: 29798 components: - type: Transform pos: 58.5,-42.5 parent: 2 - - uid: 29837 + - uid: 29799 components: - type: Transform pos: 65.5,-36.5 parent: 2 - - uid: 29838 + - uid: 29800 components: - type: Transform rot: 1.5707963267948966 rad pos: 60.5,-38.5 parent: 2 - - uid: 29839 + - uid: 29801 components: - type: Transform rot: 1.5707963267948966 rad pos: 60.5,-39.5 parent: 2 - - uid: 29840 + - uid: 29802 components: - type: Transform pos: 60.5,-41.5 parent: 2 - - uid: 29841 + - uid: 29803 components: - type: Transform pos: 41.5,-40.5 parent: 2 - - uid: 29842 + - uid: 29804 components: - type: Transform rot: -1.5707963267948966 rad pos: 44.5,-34.5 parent: 2 - - uid: 29843 + - uid: 29805 components: - type: Transform rot: -1.5707963267948966 rad pos: 47.5,-34.5 parent: 2 - - uid: 29844 + - uid: 29806 components: - type: Transform rot: -1.5707963267948966 rad pos: 42.5,-34.5 parent: 2 - - uid: 29845 + - uid: 29807 components: - type: Transform rot: -1.5707963267948966 rad pos: 51.5,-36.5 parent: 2 - - uid: 29846 + - uid: 29808 components: - type: Transform rot: 3.141592653589793 rad pos: 44.5,-40.5 parent: 2 - - uid: 29847 + - uid: 29809 components: - type: Transform pos: 47.5,-40.5 parent: 2 - - uid: 29848 + - uid: 29810 components: - type: Transform pos: 47.5,-44.5 parent: 2 - - uid: 29849 + - uid: 29811 components: - type: Transform pos: 46.5,-44.5 parent: 2 - - uid: 29850 + - uid: 29812 components: - type: Transform pos: 45.5,-44.5 parent: 2 - - uid: 29851 + - uid: 29813 components: - type: Transform pos: 41.5,-44.5 parent: 2 - - uid: 29852 + - uid: 29814 components: - type: Transform rot: -1.5707963267948966 rad pos: 40.5,-34.5 parent: 2 - - uid: 29853 + - uid: 29815 components: - type: Transform rot: -1.5707963267948966 rad pos: 52.5,-36.5 parent: 2 - - uid: 29854 + - uid: 29816 components: - type: Transform pos: 53.5,-38.5 parent: 2 - - uid: 29855 + - uid: 29817 components: - type: Transform rot: -1.5707963267948966 rad pos: 41.5,-34.5 parent: 2 - - uid: 29856 + - uid: 29818 components: - type: Transform pos: 47.5,-39.5 parent: 2 - - uid: 29857 + - uid: 29819 components: - type: Transform pos: 47.5,-38.5 parent: 2 - - uid: 29858 + - uid: 29820 components: - type: Transform pos: 54.5,-39.5 parent: 2 - - uid: 29859 + - uid: 29821 components: - type: Transform pos: 52.5,-38.5 parent: 2 - - uid: 29860 + - uid: 29822 components: - type: Transform pos: 54.5,-38.5 parent: 2 - - uid: 29861 + - uid: 29823 components: - type: Transform pos: 56.5,-33.5 parent: 2 - - uid: 29862 + - uid: 29824 components: - type: Transform pos: 59.5,-37.5 parent: 2 - - uid: 29863 + - uid: 29825 components: - type: Transform pos: 59.5,-36.5 parent: 2 - - uid: 29864 + - uid: 29826 components: - type: Transform pos: 58.5,-36.5 parent: 2 - - uid: 29865 + - uid: 29827 components: - type: Transform pos: 47.5,-47.5 parent: 2 - - uid: 29866 + - uid: 29828 components: - type: Transform pos: 54.5,-43.5 parent: 2 - - uid: 29867 + - uid: 29829 components: - type: Transform pos: 51.5,-48.5 parent: 2 - - uid: 29868 + - uid: 29830 components: - type: Transform pos: 48.5,-48.5 parent: 2 - - uid: 29869 + - uid: 29831 components: - type: Transform pos: 47.5,-48.5 parent: 2 - - uid: 29870 + - uid: 29832 components: - type: Transform pos: 56.5,-39.5 parent: 2 - - uid: 29871 + - uid: 29833 components: - type: Transform pos: 57.5,-39.5 parent: 2 - - uid: 29872 + - uid: 29834 components: - type: Transform rot: -1.5707963267948966 rad pos: 48.5,-36.5 parent: 2 - - uid: 29873 + - uid: 29835 components: - type: Transform pos: 58.5,-43.5 parent: 2 - - uid: 29874 + - uid: 29836 components: - type: Transform pos: 55.5,-43.5 parent: 2 - - uid: 29875 + - uid: 29837 components: - type: Transform pos: 56.5,-43.5 parent: 2 - - uid: 29876 + - uid: 29838 components: - type: Transform pos: 47.5,-49.5 parent: 2 - - uid: 29877 + - uid: 29839 components: - type: Transform pos: 47.5,-50.5 parent: 2 - - uid: 29878 + - uid: 29840 components: - type: Transform pos: 46.5,-50.5 parent: 2 - - uid: 29879 + - uid: 29841 components: - type: Transform pos: 45.5,-50.5 parent: 2 - - uid: 29880 + - uid: 29842 components: - type: Transform pos: 44.5,-50.5 parent: 2 - - uid: 29881 + - uid: 29843 components: - type: Transform pos: 43.5,-50.5 parent: 2 - - uid: 29882 + - uid: 29844 components: - type: Transform pos: 42.5,-50.5 parent: 2 - - uid: 29883 + - uid: 29845 components: - type: Transform pos: 41.5,-50.5 parent: 2 - - uid: 29884 + - uid: 29846 components: - type: Transform pos: 57.5,-31.5 parent: 2 - - uid: 29885 + - uid: 29847 components: - type: Transform pos: 47.5,-35.5 parent: 2 - - uid: 29886 + - uid: 29848 components: - type: Transform rot: -1.5707963267948966 rad pos: 46.5,-34.5 parent: 2 - - uid: 29887 + - uid: 29849 components: - type: Transform pos: 66.5,-49.5 parent: 2 - - uid: 29888 + - uid: 29850 components: - type: Transform pos: 66.5,-44.5 parent: 2 - - uid: 29889 + - uid: 29851 components: - type: Transform pos: 66.5,-43.5 parent: 2 - - uid: 29890 + - uid: 29852 components: - type: Transform pos: 37.5,-44.5 parent: 2 - - uid: 29891 + - uid: 29853 components: - type: Transform pos: 40.5,-45.5 parent: 2 - - uid: 29892 + - uid: 29854 components: - type: Transform pos: 40.5,-47.5 parent: 2 - - uid: 29893 + - uid: 29855 components: - type: Transform pos: 40.5,-44.5 parent: 2 - - uid: 29894 + - uid: 29856 components: - type: Transform pos: 40.5,-48.5 parent: 2 - - uid: 29895 + - uid: 29857 components: - type: Transform rot: -1.5707963267948966 rad pos: -17.5,23.5 parent: 2 - - uid: 29896 + - uid: 29858 components: - type: Transform pos: 46.5,-40.5 parent: 2 - - uid: 29897 + - uid: 29859 components: - type: Transform pos: 52.5,-59.5 parent: 2 - - uid: 29898 + - uid: 29860 components: - type: Transform pos: 66.5,-35.5 parent: 2 - - uid: 29899 + - uid: 29861 components: - type: Transform pos: 67.5,-35.5 parent: 2 - - uid: 29900 + - uid: 29862 components: - type: Transform pos: 68.5,-35.5 parent: 2 - - uid: 29901 + - uid: 29863 components: - type: Transform rot: -1.5707963267948966 rad pos: 66.5,-47.5 parent: 2 - - uid: 29902 + - uid: 29864 components: - type: Transform rot: 3.141592653589793 rad pos: 40.5,-46.5 parent: 2 - - uid: 29903 + - uid: 29865 components: - type: Transform pos: 8.5,-51.5 parent: 2 - - uid: 29904 + - uid: 29866 components: - type: Transform pos: 38.5,-47.5 parent: 2 - - uid: 29905 + - uid: 29867 components: - type: Transform pos: 37.5,-47.5 parent: 2 - - uid: 29906 + - uid: 29868 components: - type: Transform pos: 37.5,-46.5 parent: 2 - - uid: 29907 + - uid: 29869 components: - type: Transform pos: 37.5,-45.5 parent: 2 - - uid: 29908 + - uid: 29870 components: - type: Transform pos: 57.5,-63.5 parent: 2 - - uid: 29909 + - uid: 29871 components: - type: Transform pos: 57.5,-36.5 parent: 2 - - uid: 29910 + - uid: 29872 components: - type: Transform pos: 74.5,-50.5 parent: 2 - - uid: 29911 + - uid: 29873 components: - type: Transform pos: 59.5,-30.5 parent: 2 - - uid: 29912 + - uid: 29874 components: - type: Transform pos: 56.5,-31.5 parent: 2 - - uid: 29913 + - uid: 29875 components: - type: Transform pos: 58.5,-31.5 parent: 2 - - uid: 29914 + - uid: 29876 components: - type: Transform rot: -1.5707963267948966 rad pos: 47.5,-36.5 parent: 2 - - uid: 29915 + - uid: 29877 components: - type: Transform rot: 1.5707963267948966 rad pos: 29.5,-46.5 parent: 2 - - uid: 29916 + - uid: 29878 components: - type: Transform rot: 1.5707963267948966 rad pos: 30.5,-46.5 parent: 2 - - uid: 29917 + - uid: 29879 components: - type: Transform rot: 1.5707963267948966 rad pos: 32.5,-46.5 parent: 2 - - uid: 29918 + - uid: 29880 components: - type: Transform rot: 1.5707963267948966 rad pos: 34.5,-46.5 parent: 2 - - uid: 29919 + - uid: 29881 components: - type: Transform rot: 1.5707963267948966 rad pos: 35.5,-46.5 parent: 2 - - uid: 29920 + - uid: 29882 components: - type: Transform rot: 1.5707963267948966 rad pos: 35.5,-45.5 parent: 2 - - uid: 29921 + - uid: 29883 components: - type: Transform rot: 1.5707963267948966 rad pos: 35.5,-47.5 parent: 2 - - uid: 29922 + - uid: 29884 components: - type: Transform rot: 1.5707963267948966 rad pos: 35.5,-48.5 parent: 2 - - uid: 29923 + - uid: 29885 components: - type: Transform rot: 1.5707963267948966 rad pos: 35.5,-49.5 parent: 2 - - uid: 29924 + - uid: 29886 components: - type: Transform rot: 1.5707963267948966 rad pos: 35.5,-50.5 parent: 2 - - uid: 29925 + - uid: 29887 components: - type: Transform rot: 1.5707963267948966 rad pos: 35.5,-51.5 parent: 2 - - uid: 29926 + - uid: 29888 components: - type: Transform rot: 1.5707963267948966 rad pos: 35.5,-53.5 parent: 2 - - uid: 29927 + - uid: 29889 components: - type: Transform pos: 35.5,-52.5 parent: 2 - - uid: 29928 + - uid: 29890 components: - type: Transform rot: 1.5707963267948966 rad pos: 35.5,-55.5 parent: 2 - - uid: 29929 + - uid: 29891 components: - type: Transform rot: 1.5707963267948966 rad pos: 35.5,-56.5 parent: 2 - - uid: 29930 + - uid: 29892 components: - type: Transform rot: 1.5707963267948966 rad pos: 35.5,-57.5 parent: 2 - - uid: 29931 + - uid: 29893 components: - type: Transform rot: 1.5707963267948966 rad pos: 34.5,-57.5 parent: 2 - - uid: 29932 + - uid: 29894 components: - type: Transform pos: 60.5,-37.5 parent: 2 - - uid: 29933 + - uid: 29895 components: - type: Transform pos: 44.5,-55.5 parent: 2 - - uid: 29934 + - uid: 29896 components: - type: Transform pos: 44.5,-54.5 parent: 2 - - uid: 29935 + - uid: 29897 components: - type: Transform pos: 44.5,-53.5 parent: 2 - - uid: 29936 + - uid: 29898 components: - type: Transform pos: 44.5,-52.5 parent: 2 - - uid: 29937 + - uid: 29899 components: - type: Transform pos: 44.5,-51.5 parent: 2 - - uid: 29938 + - uid: 29900 components: - type: Transform pos: 45.5,-55.5 parent: 2 - - uid: 29939 + - uid: 29901 components: - type: Transform rot: 3.141592653589793 rad pos: 46.5,-55.5 parent: 2 - - uid: 29940 + - uid: 29902 components: - type: Transform pos: 47.5,-55.5 parent: 2 - - uid: 29941 + - uid: 29903 components: - type: Transform rot: 3.141592653589793 rad pos: 44.5,-57.5 parent: 2 - - uid: 29942 + - uid: 29904 components: - type: Transform rot: 3.141592653589793 rad pos: 44.5,-58.5 parent: 2 - - uid: 29943 + - uid: 29905 components: - type: Transform rot: 3.141592653589793 rad pos: 44.5,-59.5 parent: 2 - - uid: 29944 + - uid: 29906 components: - type: Transform rot: 3.141592653589793 rad pos: 44.5,-60.5 parent: 2 - - uid: 29945 + - uid: 29907 components: - type: Transform pos: 41.5,-63.5 parent: 2 - - uid: 29946 + - uid: 29908 components: - type: Transform pos: 41.5,-62.5 parent: 2 - - uid: 29947 + - uid: 29909 components: - type: Transform pos: 46.5,-61.5 parent: 2 - - uid: 29948 + - uid: 29910 components: - type: Transform pos: 52.5,-56.5 parent: 2 - - uid: 29949 + - uid: 29911 components: - type: Transform pos: 47.5,-59.5 parent: 2 - - uid: 29950 + - uid: 29912 components: - type: Transform pos: 47.5,-60.5 parent: 2 - - uid: 29951 + - uid: 29913 components: - type: Transform pos: 47.5,-61.5 parent: 2 - - uid: 29952 + - uid: 29914 components: - type: Transform pos: 45.5,-61.5 parent: 2 - - uid: 29953 + - uid: 29915 components: - type: Transform pos: 44.5,-61.5 parent: 2 - - uid: 29954 + - uid: 29916 components: - type: Transform pos: 43.5,-61.5 parent: 2 - - uid: 29955 + - uid: 29917 components: - type: Transform pos: 42.5,-61.5 parent: 2 - - uid: 29956 + - uid: 29918 components: - type: Transform pos: 41.5,-61.5 parent: 2 - - uid: 29957 + - uid: 29919 components: - type: Transform pos: -18.5,0.5 parent: 2 - - uid: 29958 + - uid: 29920 components: - type: Transform pos: -20.5,0.5 parent: 2 - - uid: 29959 + - uid: 29921 components: - type: Transform rot: -1.5707963267948966 rad pos: -22.5,-16.5 parent: 2 - - uid: 29960 + - uid: 29922 components: - type: Transform pos: -30.5,-9.5 parent: 2 - - uid: 29961 + - uid: 29923 components: - type: Transform pos: -27.5,-15.5 parent: 2 - - uid: 29962 + - uid: 29924 components: - type: Transform pos: -28.5,-15.5 parent: 2 - - uid: 29963 + - uid: 29925 components: - type: Transform pos: -29.5,-15.5 parent: 2 - - uid: 29964 + - uid: 29926 components: - type: Transform pos: -30.5,-15.5 parent: 2 - - uid: 29965 + - uid: 29927 components: - type: Transform pos: -30.5,-11.5 parent: 2 - - uid: 29966 + - uid: 29928 components: - type: Transform pos: -30.5,-14.5 parent: 2 - - uid: 29967 + - uid: 29929 components: - type: Transform pos: -33.5,-13.5 parent: 2 - - uid: 29968 + - uid: 29930 components: - type: Transform pos: -27.5,-19.5 parent: 2 - - uid: 29969 + - uid: 29931 components: - type: Transform rot: -1.5707963267948966 rad pos: -22.5,-18.5 parent: 2 - - uid: 29970 + - uid: 29932 components: - type: Transform pos: -30.5,-19.5 parent: 2 - - uid: 29971 + - uid: 29933 components: - type: Transform rot: -1.5707963267948966 rad pos: -27.5,-6.5 parent: 2 - - uid: 29972 + - uid: 29934 components: - type: Transform rot: -1.5707963267948966 rad pos: -27.5,-5.5 parent: 2 - - uid: 29973 + - uid: 29935 components: - type: Transform rot: -1.5707963267948966 rad pos: -27.5,-4.5 parent: 2 - - uid: 29974 + - uid: 29936 components: - type: Transform rot: -1.5707963267948966 rad pos: -27.5,-3.5 parent: 2 - - uid: 29975 + - uid: 29937 components: - type: Transform rot: -1.5707963267948966 rad pos: -27.5,-2.5 parent: 2 - - uid: 29976 + - uid: 29938 components: - type: Transform rot: -1.5707963267948966 rad pos: -27.5,-1.5 parent: 2 - - uid: 29977 + - uid: 29939 components: - type: Transform pos: -28.5,2.5 parent: 2 - - uid: 29978 + - uid: 29940 components: - type: Transform pos: -28.5,-1.5 parent: 2 - - uid: 29979 + - uid: 29941 components: - type: Transform rot: 3.141592653589793 rad pos: -27.5,-7.5 parent: 2 - - uid: 29980 + - uid: 29942 components: - type: Transform rot: -1.5707963267948966 rad pos: -27.5,2.5 parent: 2 - - uid: 29981 + - uid: 29943 components: - type: Transform rot: -1.5707963267948966 rad pos: -27.5,3.5 parent: 2 - - uid: 29982 + - uid: 29944 components: - type: Transform rot: -1.5707963267948966 rad pos: -27.5,4.5 parent: 2 - - uid: 29983 + - uid: 29945 components: - type: Transform rot: -1.5707963267948966 rad pos: -27.5,5.5 parent: 2 - - uid: 29984 + - uid: 29946 components: - type: Transform rot: -1.5707963267948966 rad pos: -27.5,7.5 parent: 2 - - uid: 29985 + - uid: 29947 components: - type: Transform rot: -1.5707963267948966 rad pos: -27.5,8.5 parent: 2 - - uid: 29986 + - uid: 29948 components: - type: Transform rot: -1.5707963267948966 rad pos: -27.5,9.5 parent: 2 - - uid: 29987 + - uid: 29949 components: - type: Transform pos: -28.5,12.5 parent: 2 - - uid: 29988 + - uid: 29950 components: - type: Transform rot: -1.5707963267948966 rad pos: -29.5,-18.5 parent: 2 - - uid: 29989 + - uid: 29951 components: - type: Transform rot: -1.5707963267948966 rad pos: -28.5,-18.5 parent: 2 - - uid: 29990 + - uid: 29952 components: - type: Transform pos: -22.5,-25.5 parent: 2 - - uid: 29991 + - uid: 29953 components: - type: Transform pos: -23.5,-25.5 parent: 2 - - uid: 29992 + - uid: 29954 components: - type: Transform pos: -24.5,-25.5 parent: 2 - - uid: 29993 + - uid: 29955 components: - type: Transform pos: -25.5,-25.5 parent: 2 - - uid: 29994 + - uid: 29956 components: - type: Transform pos: -26.5,-25.5 parent: 2 - - uid: 29995 + - uid: 29957 components: - type: Transform pos: -27.5,-25.5 parent: 2 - - uid: 29996 + - uid: 29958 components: - type: Transform pos: -27.5,-23.5 parent: 2 - - uid: 29997 + - uid: 29959 components: - type: Transform pos: -27.5,-24.5 parent: 2 - - uid: 29998 + - uid: 29960 components: - type: Transform pos: -27.5,-21.5 parent: 2 - - uid: 29999 + - uid: 29961 components: - type: Transform rot: -1.5707963267948966 rad pos: -21.5,-23.5 parent: 2 - - uid: 30000 + - uid: 29962 components: - type: Transform rot: -1.5707963267948966 rad pos: -26.5,-18.5 parent: 2 - - uid: 30001 + - uid: 29963 components: - type: Transform rot: -1.5707963267948966 rad pos: -28.5,-24.5 parent: 2 - - uid: 30002 + - uid: 29964 components: - type: Transform rot: -1.5707963267948966 rad pos: -29.5,-24.5 parent: 2 - - uid: 30003 + - uid: 29965 components: - type: Transform rot: -1.5707963267948966 rad pos: -30.5,-24.5 parent: 2 - - uid: 30004 + - uid: 29966 components: - type: Transform rot: -1.5707963267948966 rad pos: -30.5,-20.5 parent: 2 - - uid: 30005 + - uid: 29967 components: - type: Transform pos: -30.5,-21.5 parent: 2 - - uid: 30006 + - uid: 29968 components: - type: Transform pos: -30.5,-22.5 parent: 2 - - uid: 30007 + - uid: 29969 components: - type: Transform pos: 50.5,41.5 parent: 2 - - uid: 30008 + - uid: 29970 components: - type: Transform pos: -21.5,-25.5 parent: 2 - - uid: 30009 + - uid: 29971 components: - type: Transform pos: -21.5,-27.5 parent: 2 - - uid: 30010 + - uid: 29972 components: - type: Transform pos: -21.5,-28.5 parent: 2 - - uid: 30011 + - uid: 29973 components: - type: Transform pos: -21.5,-29.5 parent: 2 - - uid: 30012 + - uid: 29974 components: - type: Transform pos: -21.5,-30.5 parent: 2 - - uid: 30013 + - uid: 29975 components: - type: Transform pos: -21.5,-31.5 parent: 2 - - uid: 30014 + - uid: 29976 components: - type: Transform pos: -21.5,-33.5 parent: 2 - - uid: 30015 + - uid: 29977 components: - type: Transform pos: -21.5,-36.5 parent: 2 - - uid: 30016 + - uid: 29978 components: - type: Transform pos: -21.5,-37.5 parent: 2 - - uid: 30017 + - uid: 29979 components: - type: Transform pos: -21.5,-38.5 parent: 2 - - uid: 30018 + - uid: 29980 components: - type: Transform pos: -21.5,-39.5 parent: 2 - - uid: 30019 + - uid: 29981 components: - type: Transform pos: -21.5,-40.5 parent: 2 - - uid: 30020 + - uid: 29982 components: - type: Transform pos: -21.5,-41.5 parent: 2 - - uid: 30021 + - uid: 29983 components: - type: Transform pos: -21.5,-43.5 parent: 2 - - uid: 30022 + - uid: 29984 components: - type: Transform pos: 37.5,-49.5 parent: 2 - - uid: 30023 + - uid: 29985 components: - type: Transform pos: 38.5,-49.5 parent: 2 - - uid: 30024 + - uid: 29986 components: - type: Transform pos: 39.5,-50.5 parent: 2 - - uid: 30025 + - uid: 29987 components: - type: Transform pos: 38.5,-50.5 parent: 2 - - uid: 30026 + - uid: 29988 components: - type: Transform pos: -1.5,-12.5 parent: 2 - - uid: 30027 + - uid: 29989 components: - type: Transform pos: -1.5,-13.5 parent: 2 - - uid: 30028 + - uid: 29990 components: - type: Transform pos: 57.5,-61.5 parent: 2 - - uid: 30029 + - uid: 29991 components: - type: Transform - pos: 6.5,-58.5 + rot: 3.141592653589793 rad + pos: -8.5,-62.5 parent: 2 - - uid: 30030 + - uid: 29992 components: - type: Transform pos: -22.5,-27.5 parent: 2 - - uid: 30031 + - uid: 29993 components: - type: Transform pos: -17.5,-30.5 parent: 2 - - uid: 30032 + - uid: 29994 components: - type: Transform rot: 3.141592653589793 rad pos: 42.5,-58.5 parent: 2 - - uid: 30033 + - uid: 29995 components: - type: Transform rot: 3.141592653589793 rad pos: 42.5,-60.5 parent: 2 - - uid: 30034 + - uid: 29996 components: - type: Transform pos: 9.5,-69.5 parent: 2 - - uid: 30035 + - uid: 29997 components: - type: Transform pos: 5.5,-72.5 parent: 2 - - uid: 30036 + - uid: 29998 components: - type: Transform pos: -40.5,-13.5 parent: 2 - - uid: 30037 + - uid: 29999 components: - type: Transform pos: -40.5,-8.5 parent: 2 - - uid: 30038 + - uid: 30000 components: - type: Transform pos: -40.5,-7.5 parent: 2 - - uid: 30039 + - uid: 30001 components: - type: Transform pos: -33.5,-8.5 parent: 2 - - uid: 30040 + - uid: 30002 components: - type: Transform pos: -30.5,-8.5 parent: 2 - - uid: 30041 + - uid: 30003 components: - type: Transform pos: -30.5,-25.5 parent: 2 - - uid: 30042 + - uid: 30004 components: - type: Transform pos: -33.5,-25.5 parent: 2 - - uid: 30043 + - uid: 30005 components: - type: Transform pos: -23.5,-27.5 parent: 2 - - uid: 30044 + - uid: 30006 components: - type: Transform pos: -24.5,-27.5 parent: 2 - - uid: 30045 + - uid: 30007 components: - type: Transform rot: 1.5707963267948966 rad pos: -26.5,-28.5 parent: 2 - - uid: 30046 + - uid: 30008 components: - type: Transform pos: -26.5,-27.5 parent: 2 - - uid: 30047 + - uid: 30009 components: - type: Transform pos: -27.5,-27.5 parent: 2 - - uid: 30048 + - uid: 30010 components: - type: Transform pos: -28.5,-27.5 parent: 2 - - uid: 30049 + - uid: 30011 components: - type: Transform pos: -29.5,-27.5 parent: 2 - - uid: 30050 + - uid: 30012 components: - type: Transform pos: -30.5,-27.5 parent: 2 - - uid: 30051 + - uid: 30013 components: - type: Transform pos: -33.5,-27.5 parent: 2 - - uid: 30052 + - uid: 30014 components: - type: Transform pos: -34.5,-27.5 parent: 2 - - uid: 30053 + - uid: 30015 components: - type: Transform pos: -36.5,-27.5 parent: 2 - - uid: 30054 + - uid: 30016 components: - type: Transform pos: -33.5,-28.5 parent: 2 - - uid: 30055 + - uid: 30017 components: - type: Transform pos: -33.5,-29.5 parent: 2 - - uid: 30056 + - uid: 30018 components: - type: Transform pos: -33.5,-30.5 parent: 2 - - uid: 30057 + - uid: 30019 components: - type: Transform pos: -30.5,-28.5 parent: 2 - - uid: 30058 + - uid: 30020 components: - type: Transform pos: -30.5,-29.5 parent: 2 - - uid: 30059 + - uid: 30021 components: - type: Transform pos: -30.5,-30.5 parent: 2 - - uid: 30060 + - uid: 30022 components: - type: Transform pos: -45.5,-26.5 parent: 2 - - uid: 30061 + - uid: 30023 components: - type: Transform pos: -36.5,-26.5 parent: 2 - - uid: 30062 + - uid: 30024 components: - type: Transform pos: -36.5,-25.5 parent: 2 - - uid: 30063 + - uid: 30025 components: - type: Transform pos: -37.5,-25.5 parent: 2 - - uid: 30064 + - uid: 30026 components: - type: Transform pos: -38.5,-25.5 parent: 2 - - uid: 30065 + - uid: 30027 components: - type: Transform pos: -36.5,-22.5 parent: 2 - - uid: 30066 + - uid: 30028 components: - type: Transform pos: -36.5,-23.5 parent: 2 - - uid: 30067 + - uid: 30029 components: - type: Transform pos: -38.5,-23.5 parent: 2 - - uid: 30068 + - uid: 30030 components: - type: Transform pos: -38.5,-24.5 parent: 2 - - uid: 30069 + - uid: 30031 components: - type: Transform pos: 52.5,-35.5 parent: 2 - - uid: 30070 + - uid: 30032 components: - type: Transform pos: 53.5,-33.5 parent: 2 - - uid: 30071 + - uid: 30033 components: - type: Transform pos: 54.5,-62.5 parent: 2 - - uid: 30072 + - uid: 30034 components: - type: Transform pos: 44.5,-6.5 parent: 2 - - uid: 30073 + - uid: 30035 components: - type: Transform rot: 1.5707963267948966 rad pos: -28.5,7.5 parent: 2 - - uid: 30074 + - uid: 30036 components: - type: Transform rot: 1.5707963267948966 rad pos: -28.5,6.5 parent: 2 - - uid: 30075 + - uid: 30037 components: - type: Transform rot: 1.5707963267948966 rad pos: -28.5,5.5 parent: 2 - - uid: 30076 + - uid: 30038 components: - type: Transform pos: -49.5,-29.5 parent: 2 - - uid: 30077 + - uid: 30039 components: - type: Transform pos: -50.5,-30.5 parent: 2 - - uid: 30078 + - uid: 30040 components: - type: Transform pos: -43.5,-21.5 parent: 2 - - uid: 30079 + - uid: 30041 components: - type: Transform pos: -43.5,-20.5 parent: 2 - - uid: 30080 + - uid: 30042 components: - type: Transform rot: 1.5707963267948966 rad pos: -42.5,-25.5 parent: 2 - - uid: 30081 + - uid: 30043 components: - type: Transform rot: 1.5707963267948966 rad pos: -40.5,-25.5 parent: 2 - - uid: 30082 + - uid: 30044 components: - type: Transform rot: 1.5707963267948966 rad pos: -39.5,-25.5 parent: 2 - - uid: 30083 + - uid: 30045 components: - type: Transform rot: 1.5707963267948966 rad pos: -40.5,-27.5 parent: 2 - - uid: 30084 + - uid: 30046 components: - type: Transform rot: 1.5707963267948966 rad pos: -41.5,-27.5 parent: 2 - - uid: 30085 + - uid: 30047 components: - type: Transform rot: 1.5707963267948966 rad pos: -42.5,-27.5 parent: 2 - - uid: 30086 + - uid: 30048 components: - type: Transform rot: 1.5707963267948966 rad pos: -39.5,-27.5 parent: 2 - - uid: 30087 + - uid: 30049 components: - type: Transform rot: 1.5707963267948966 rad pos: -23.5,-30.5 parent: 2 - - uid: 30088 + - uid: 30050 components: - type: Transform rot: 1.5707963267948966 rad pos: -25.5,-30.5 parent: 2 - - uid: 30089 + - uid: 30051 components: - type: Transform rot: 1.5707963267948966 rad pos: -26.5,-30.5 parent: 2 - - uid: 30090 + - uid: 30052 components: - type: Transform rot: 1.5707963267948966 rad pos: -26.5,-31.5 parent: 2 - - uid: 30091 + - uid: 30053 components: - type: Transform rot: 1.5707963267948966 rad pos: -27.5,-32.5 parent: 2 - - uid: 30092 + - uid: 30054 components: - type: Transform rot: 1.5707963267948966 rad pos: -28.5,-32.5 parent: 2 - - uid: 30093 + - uid: 30055 components: - type: Transform rot: 1.5707963267948966 rad pos: -29.5,-32.5 parent: 2 - - uid: 30094 + - uid: 30056 components: - type: Transform rot: 1.5707963267948966 rad pos: -29.5,-31.5 parent: 2 - - uid: 30095 + - uid: 30057 components: - type: Transform rot: 1.5707963267948966 rad pos: -30.5,-31.5 parent: 2 - - uid: 30096 + - uid: 30058 components: - type: Transform rot: 1.5707963267948966 rad pos: -26.5,-35.5 parent: 2 - - uid: 30097 + - uid: 30059 components: - type: Transform rot: 1.5707963267948966 rad pos: -26.5,-36.5 parent: 2 - - uid: 30098 + - uid: 30060 components: - type: Transform pos: -29.5,-37.5 parent: 2 - - uid: 30099 + - uid: 30061 components: - type: Transform rot: 1.5707963267948966 rad pos: -28.5,-35.5 parent: 2 - - uid: 30100 + - uid: 30062 components: - type: Transform rot: 1.5707963267948966 rad pos: -29.5,-36.5 parent: 2 - - uid: 30101 + - uid: 30063 components: - type: Transform rot: 1.5707963267948966 rad pos: -30.5,-36.5 parent: 2 - - uid: 30102 + - uid: 30064 components: - type: Transform rot: 1.5707963267948966 rad pos: -33.5,-36.5 parent: 2 - - uid: 30103 + - uid: 30065 components: - type: Transform rot: 1.5707963267948966 rad pos: -34.5,-36.5 parent: 2 - - uid: 30104 + - uid: 30066 components: - type: Transform rot: 1.5707963267948966 rad pos: -34.5,-31.5 parent: 2 - - uid: 30105 + - uid: 30067 components: - type: Transform rot: 1.5707963267948966 rad pos: -34.5,-32.5 parent: 2 - - uid: 30106 + - uid: 30068 components: - type: Transform pos: -34.5,-37.5 parent: 2 - - uid: 30107 + - uid: 30069 components: - type: Transform rot: 1.5707963267948966 rad pos: -34.5,-35.5 parent: 2 - - uid: 30108 + - uid: 30070 components: - type: Transform rot: 1.5707963267948966 rad pos: -33.5,-31.5 parent: 2 - - uid: 30109 + - uid: 30071 components: - type: Transform rot: 1.5707963267948966 rad pos: -29.5,-35.5 parent: 2 - - uid: 30110 + - uid: 30072 components: - type: Transform rot: 1.5707963267948966 rad pos: -22.5,-30.5 parent: 2 - - uid: 30111 + - uid: 30073 components: - type: Transform rot: 1.5707963267948966 rad pos: -24.5,-28.5 parent: 2 - - uid: 30112 + - uid: 30074 components: - type: Transform rot: 3.141592653589793 rad pos: -28.5,-6.5 parent: 2 - - uid: 30113 + - uid: 30075 components: - type: Transform pos: -31.5,-4.5 parent: 2 - - uid: 30114 + - uid: 30076 components: - type: Transform pos: -32.5,-4.5 parent: 2 - - uid: 30115 + - uid: 30077 components: - type: Transform pos: -33.5,-4.5 parent: 2 - - uid: 30116 + - uid: 30078 components: - type: Transform pos: -34.5,-4.5 parent: 2 - - uid: 30117 + - uid: 30079 components: - type: Transform pos: -35.5,-4.5 parent: 2 - - uid: 30118 + - uid: 30080 components: - type: Transform pos: -38.5,-3.5 parent: 2 - - uid: 30119 + - uid: 30081 components: - type: Transform pos: -39.5,-3.5 parent: 2 - - uid: 30120 + - uid: 30082 components: - type: Transform pos: -35.5,-3.5 parent: 2 - - uid: 30121 + - uid: 30083 components: - type: Transform pos: -39.5,-4.5 parent: 2 - - uid: 30122 + - uid: 30084 components: - type: Transform pos: -40.5,-4.5 parent: 2 - - uid: 30123 + - uid: 30085 components: - type: Transform pos: -42.5,-4.5 parent: 2 - - uid: 30124 + - uid: 30086 components: - type: Transform pos: -43.5,-4.5 parent: 2 - - uid: 30125 + - uid: 30087 components: - type: Transform pos: -22.5,-40.5 parent: 2 - - uid: 30126 + - uid: 30088 components: - type: Transform pos: -23.5,-40.5 parent: 2 - - uid: 30127 + - uid: 30089 components: - type: Transform pos: -24.5,-40.5 parent: 2 - - uid: 30128 + - uid: 30090 components: - type: Transform pos: -24.5,-41.5 parent: 2 - - uid: 30129 + - uid: 30091 components: - type: Transform pos: -24.5,-42.5 parent: 2 - - uid: 30130 + - uid: 30092 components: - type: Transform pos: -24.5,-43.5 parent: 2 - - uid: 30131 + - uid: 30093 components: - type: Transform pos: -24.5,-44.5 parent: 2 - - uid: 30132 + - uid: 30094 components: - type: Transform pos: -24.5,-45.5 parent: 2 - - uid: 30133 + - uid: 30095 components: - type: Transform pos: -24.5,-46.5 parent: 2 - - uid: 30134 + - uid: 30096 components: - type: Transform pos: -24.5,-47.5 parent: 2 - - uid: 30135 + - uid: 30097 components: - type: Transform pos: -22.5,-37.5 parent: 2 - - uid: 30136 + - uid: 30098 components: - type: Transform pos: -23.5,-37.5 parent: 2 - - uid: 30137 + - uid: 30099 components: - type: Transform pos: -24.5,-37.5 parent: 2 - - uid: 30138 + - uid: 30100 components: - type: Transform pos: -25.5,-37.5 parent: 2 - - uid: 30139 + - uid: 30101 components: - type: Transform pos: -26.5,-37.5 parent: 2 - - uid: 30140 + - uid: 30102 components: - type: Transform pos: -35.5,-31.5 parent: 2 - - uid: 30141 + - uid: 30103 components: - type: Transform pos: -36.5,-31.5 parent: 2 - - uid: 30142 + - uid: 30104 components: - type: Transform pos: -37.5,-31.5 parent: 2 - - uid: 30143 + - uid: 30105 components: - type: Transform pos: -38.5,-31.5 parent: 2 - - uid: 30144 + - uid: 30106 components: - type: Transform pos: -39.5,-31.5 parent: 2 - - uid: 30145 + - uid: 30107 components: - type: Transform pos: -30.5,-38.5 parent: 2 - - uid: 30146 + - uid: 30108 components: - type: Transform pos: -30.5,-39.5 parent: 2 - - uid: 30147 + - uid: 30109 components: - type: Transform pos: -30.5,-41.5 parent: 2 - - uid: 30148 + - uid: 30110 components: - type: Transform pos: -30.5,-42.5 parent: 2 - - uid: 30149 + - uid: 30111 components: - type: Transform pos: -31.5,-42.5 parent: 2 - - uid: 30150 + - uid: 30112 components: - type: Transform pos: -48.5,-4.5 parent: 2 - - uid: 30151 + - uid: 30113 components: - type: Transform pos: -47.5,-4.5 parent: 2 - - uid: 30152 + - uid: 30114 components: - type: Transform pos: -46.5,-4.5 parent: 2 - - uid: 30153 + - uid: 30115 components: - type: Transform pos: -45.5,-4.5 parent: 2 - - uid: 30154 + - uid: 30116 components: - type: Transform pos: -44.5,-4.5 parent: 2 - - uid: 30155 + - uid: 30117 components: - type: Transform pos: -55.5,-19.5 parent: 2 - - uid: 30156 + - uid: 30118 components: - type: Transform pos: -55.5,-20.5 parent: 2 - - uid: 30157 + - uid: 30119 components: - type: Transform pos: -47.5,-26.5 parent: 2 - - uid: 30158 + - uid: 30120 components: - type: Transform rot: 3.141592653589793 rad pos: -41.5,15.5 parent: 2 - - uid: 30159 + - uid: 30121 components: - type: Transform pos: -31.5,-6.5 parent: 2 - - uid: 30160 + - uid: 30122 components: - type: Transform pos: -32.5,-6.5 parent: 2 - - uid: 30161 + - uid: 30123 components: - type: Transform pos: -32.5,-8.5 parent: 2 - - uid: 30162 + - uid: 30124 components: - type: Transform pos: -31.5,-8.5 parent: 2 - - uid: 30163 + - uid: 30125 components: - type: Transform pos: -33.5,-6.5 parent: 2 - - uid: 30164 + - uid: 30126 components: - type: Transform pos: -33.5,-5.5 parent: 2 - - uid: 30165 + - uid: 30127 components: - type: Transform pos: -37.5,-3.5 parent: 2 - - uid: 30166 + - uid: 30128 components: - type: Transform pos: -36.5,-3.5 parent: 2 - - uid: 30167 + - uid: 30129 components: - type: Transform pos: -65.5,-29.5 parent: 2 - - uid: 30168 + - uid: 30130 components: - type: Transform pos: -70.5,-27.5 parent: 2 - - uid: 30169 + - uid: 30131 components: - type: Transform pos: -74.5,-27.5 parent: 2 - - uid: 30170 + - uid: 30132 components: - type: Transform pos: -69.5,-28.5 parent: 2 - - uid: 30171 + - uid: 30133 components: - type: Transform pos: -69.5,-29.5 parent: 2 - - uid: 30172 + - uid: 30134 components: - type: Transform pos: -69.5,-30.5 parent: 2 - - uid: 30173 + - uid: 30135 components: - type: Transform pos: -57.5,-29.5 parent: 2 - - uid: 30174 + - uid: 30136 components: - type: Transform pos: -53.5,-29.5 parent: 2 - - uid: 30175 + - uid: 30137 components: - type: Transform pos: -49.5,-27.5 parent: 2 - - uid: 30176 + - uid: 30138 components: - type: Transform pos: -49.5,-28.5 parent: 2 - - uid: 30177 + - uid: 30139 components: - type: Transform pos: -56.5,-31.5 parent: 2 - - uid: 30178 + - uid: 30140 components: - type: Transform pos: -57.5,-31.5 parent: 2 - - uid: 30179 + - uid: 30141 components: - type: Transform pos: -63.5,-25.5 parent: 2 - - uid: 30180 + - uid: 30142 components: - type: Transform pos: -57.5,-22.5 parent: 2 - - uid: 30181 + - uid: 30143 components: - type: Transform pos: -55.5,-21.5 parent: 2 - - uid: 30182 + - uid: 30144 components: - type: Transform pos: -55.5,-22.5 parent: 2 - - uid: 30183 + - uid: 30145 components: - type: Transform pos: -49.5,-30.5 parent: 2 - - uid: 30184 + - uid: 30146 components: - type: Transform pos: -67.5,-29.5 parent: 2 - - uid: 30185 + - uid: 30147 components: - type: Transform pos: -54.5,-29.5 parent: 2 - - uid: 30186 + - uid: 30148 components: - type: Transform pos: -56.5,-29.5 parent: 2 - - uid: 30187 + - uid: 30149 components: - type: Transform pos: -36.5,-49.5 parent: 2 - - uid: 30188 + - uid: 30150 components: - type: Transform pos: -36.5,-50.5 parent: 2 - - uid: 30189 + - uid: 30151 components: - type: Transform pos: -36.5,-51.5 parent: 2 - - uid: 30190 + - uid: 30152 components: - type: Transform pos: -36.5,-52.5 parent: 2 - - uid: 30191 + - uid: 30153 components: - type: Transform pos: -36.5,-48.5 parent: 2 - - uid: 30192 + - uid: 30154 components: - type: Transform pos: -36.5,-47.5 parent: 2 - - uid: 30193 + - uid: 30155 components: - type: Transform pos: 69.5,-60.5 parent: 2 - - uid: 30194 + - uid: 30156 components: - type: Transform rot: -1.5707963267948966 rad pos: -30.5,-18.5 parent: 2 - - uid: 30195 + - uid: 30157 components: - type: Transform pos: -29.5,-38.5 parent: 2 - - uid: 30196 + - uid: 30158 components: - type: Transform pos: -28.5,-38.5 parent: 2 - - uid: 30197 + - uid: 30159 components: - type: Transform pos: -27.5,-38.5 parent: 2 - - uid: 30198 + - uid: 30160 components: - type: Transform pos: -26.5,-38.5 parent: 2 - - uid: 30199 + - uid: 30161 components: - type: Transform rot: -1.5707963267948966 rad pos: -21.5,-16.5 parent: 2 - - uid: 30200 + - uid: 30162 components: - type: Transform pos: -33.5,-7.5 parent: 2 - - uid: 30201 + - uid: 30163 components: - type: Transform pos: -57.5,-3.5 parent: 2 - - uid: 30202 + - uid: 30164 components: - type: Transform pos: -69.5,-25.5 parent: 2 - - uid: 30203 + - uid: 30165 components: - type: Transform pos: -69.5,-26.5 parent: 2 - - uid: 30204 + - uid: 30166 components: - type: Transform pos: -69.5,-27.5 parent: 2 - - uid: 30205 + - uid: 30167 components: - type: Transform rot: -1.5707963267948966 rad pos: -43.5,-25.5 parent: 2 - - uid: 30206 + - uid: 30168 components: - type: Transform rot: -1.5707963267948966 rad pos: -45.5,-29.5 parent: 2 - - uid: 30207 + - uid: 30169 components: - type: Transform rot: -1.5707963267948966 rad pos: -45.5,-30.5 parent: 2 - - uid: 30208 + - uid: 30170 components: - type: Transform pos: -46.5,-29.5 parent: 2 - - uid: 30209 + - uid: 30171 components: - type: Transform rot: -1.5707963267948966 rad pos: -47.5,-29.5 parent: 2 - - uid: 30210 + - uid: 30172 components: - type: Transform rot: -1.5707963267948966 rad pos: -47.5,-28.5 parent: 2 - - uid: 30211 + - uid: 30173 components: - type: Transform rot: -1.5707963267948966 rad pos: -57.5,-34.5 parent: 2 - - uid: 30212 + - uid: 30174 components: - type: Transform rot: -1.5707963267948966 rad pos: -56.5,-34.5 parent: 2 - - uid: 30213 + - uid: 30175 components: - type: Transform rot: -1.5707963267948966 rad pos: -54.5,-34.5 parent: 2 - - uid: 30214 + - uid: 30176 components: - type: Transform rot: -1.5707963267948966 rad pos: -57.5,-40.5 parent: 2 - - uid: 30215 + - uid: 30177 components: - type: Transform rot: -1.5707963267948966 rad pos: -34.5,-29.5 parent: 2 - - uid: 30216 + - uid: 30178 components: - type: Transform pos: -55.5,-65.5 parent: 2 - - uid: 30217 + - uid: 30179 components: - type: Transform pos: -54.5,-65.5 parent: 2 - - uid: 30218 + - uid: 30180 components: - type: Transform pos: -53.5,-65.5 parent: 2 - - uid: 30219 + - uid: 30181 components: - type: Transform pos: -51.5,-65.5 parent: 2 - - uid: 30220 + - uid: 30182 components: - type: Transform pos: -51.5,-64.5 parent: 2 - - uid: 30221 + - uid: 30183 components: - type: Transform pos: -51.5,-62.5 parent: 2 - - uid: 30222 + - uid: 30184 components: - type: Transform pos: -56.5,-69.5 parent: 2 - - uid: 30223 + - uid: 30185 components: - type: Transform pos: -23.5,-50.5 parent: 2 - - uid: 30224 + - uid: 30186 components: - type: Transform pos: -24.5,-50.5 parent: 2 - - uid: 30225 + - uid: 30187 components: - type: Transform pos: -25.5,-50.5 parent: 2 - - uid: 30226 + - uid: 30188 components: - type: Transform pos: -24.5,-48.5 parent: 2 - - uid: 30227 + - uid: 30189 components: - type: Transform pos: -26.5,-48.5 parent: 2 - - uid: 30228 + - uid: 30190 components: - type: Transform pos: -25.5,-48.5 parent: 2 - - uid: 30229 + - uid: 30191 components: - type: Transform pos: -26.5,-50.5 parent: 2 - - uid: 30230 + - uid: 30192 components: - type: Transform pos: -27.5,-50.5 parent: 2 - - uid: 30231 + - uid: 30193 components: - type: Transform pos: -28.5,-50.5 parent: 2 - - uid: 30232 + - uid: 30194 components: - type: Transform pos: -28.5,-49.5 parent: 2 - - uid: 30233 + - uid: 30195 components: - type: Transform pos: -28.5,-48.5 parent: 2 - - uid: 30234 + - uid: 30196 components: - type: Transform pos: -28.5,-46.5 parent: 2 - - uid: 30235 + - uid: 30197 components: - type: Transform pos: -28.5,-45.5 parent: 2 - - uid: 30236 + - uid: 30198 components: - type: Transform pos: -29.5,-45.5 parent: 2 - - uid: 30237 + - uid: 30199 components: - type: Transform pos: -29.5,-42.5 parent: 2 - - uid: 30238 + - uid: 30200 components: - type: Transform pos: -28.5,-42.5 parent: 2 - - uid: 30239 + - uid: 30201 components: - type: Transform pos: -27.5,-42.5 parent: 2 - - uid: 30240 + - uid: 30202 components: - type: Transform pos: -26.5,-42.5 parent: 2 - - uid: 30241 + - uid: 30203 components: - type: Transform pos: -26.5,-43.5 parent: 2 - - uid: 30242 + - uid: 30204 components: - type: Transform pos: -26.5,-44.5 parent: 2 - - uid: 30243 + - uid: 30205 components: - type: Transform pos: -26.5,-45.5 parent: 2 - - uid: 30244 + - uid: 30206 components: - type: Transform pos: -30.5,-45.5 parent: 2 - - uid: 30245 + - uid: 30207 components: - type: Transform pos: -29.5,-49.5 parent: 2 - - uid: 30246 + - uid: 30208 components: - type: Transform pos: -31.5,-49.5 parent: 2 - - uid: 30247 + - uid: 30209 components: - type: Transform pos: -27.5,-39.5 parent: 2 - - uid: 30248 + - uid: 30210 components: - type: Transform pos: -27.5,-40.5 parent: 2 - - uid: 30249 + - uid: 30211 components: - type: Transform pos: -23.5,-52.5 parent: 2 - - uid: 30250 + - uid: 30212 components: - type: Transform pos: -24.5,-56.5 parent: 2 - - uid: 30251 + - uid: 30213 components: - type: Transform pos: -25.5,-56.5 parent: 2 - - uid: 30252 + - uid: 30214 components: - type: Transform pos: -26.5,-56.5 parent: 2 - - uid: 30253 + - uid: 30215 components: - type: Transform pos: -27.5,-56.5 parent: 2 - - uid: 30254 + - uid: 30216 components: - type: Transform pos: -29.5,-56.5 parent: 2 - - uid: 30255 + - uid: 30217 components: - type: Transform pos: -30.5,-56.5 parent: 2 - - uid: 30256 + - uid: 30218 components: - type: Transform pos: -30.5,-57.5 parent: 2 - - uid: 30257 + - uid: 30219 components: - type: Transform pos: -52.5,-11.5 parent: 2 - - uid: 30258 + - uid: 30220 components: - type: Transform pos: -52.5,-10.5 parent: 2 - - uid: 30259 + - uid: 30221 components: - type: Transform pos: -52.5,-9.5 parent: 2 - - uid: 30260 + - uid: 30222 components: - type: Transform pos: -52.5,-7.5 parent: 2 - - uid: 30261 + - uid: 30223 components: - type: Transform pos: -51.5,-7.5 parent: 2 - - uid: 30262 + - uid: 30224 components: - type: Transform pos: -50.5,-7.5 parent: 2 - - uid: 30263 + - uid: 30225 components: - type: Transform pos: -27.5,-62.5 parent: 2 - - uid: 30264 + - uid: 30226 components: - type: Transform pos: -29.5,-60.5 parent: 2 - - uid: 30265 + - uid: 30227 components: - type: Transform pos: -29.5,-61.5 parent: 2 - - uid: 30266 + - uid: 30228 components: - type: Transform pos: -27.5,-61.5 parent: 2 - - uid: 30267 + - uid: 30229 components: - type: Transform pos: -29.5,-62.5 parent: 2 - - uid: 30268 + - uid: 30230 components: - type: Transform pos: -29.5,-64.5 parent: 2 - - uid: 30269 + - uid: 30231 components: - type: Transform pos: -28.5,-64.5 parent: 2 - - uid: 30270 + - uid: 30232 components: - type: Transform pos: -28.5,-65.5 parent: 2 - - uid: 30271 + - uid: 30233 components: - type: Transform pos: -27.5,-65.5 parent: 2 - - uid: 30272 + - uid: 30234 components: - type: Transform pos: -25.5,-63.5 parent: 2 - - uid: 30273 + - uid: 30235 components: - type: Transform pos: -24.5,-63.5 parent: 2 - - uid: 30274 + - uid: 30236 components: - type: Transform pos: -24.5,-65.5 parent: 2 - - uid: 30275 + - uid: 30237 components: - type: Transform pos: -27.5,-68.5 parent: 2 - - uid: 30276 + - uid: 30238 components: - type: Transform pos: -28.5,-68.5 parent: 2 - - uid: 30277 + - uid: 30239 components: - type: Transform pos: -29.5,-68.5 parent: 2 - - uid: 30278 + - uid: 30240 components: - type: Transform pos: -29.5,-67.5 parent: 2 - - uid: 30279 + - uid: 30241 components: - type: Transform pos: -31.5,-67.5 parent: 2 - - uid: 30280 + - uid: 30242 components: - type: Transform pos: -30.5,-64.5 parent: 2 - - uid: 30281 + - uid: 30243 components: - type: Transform pos: -30.5,-65.5 parent: 2 - - uid: 30282 + - uid: 30244 components: - type: Transform pos: -32.5,-65.5 parent: 2 - - uid: 30283 + - uid: 30245 components: - type: Transform pos: -32.5,-64.5 parent: 2 - - uid: 30284 + - uid: 30246 components: - type: Transform pos: -33.5,-64.5 parent: 2 - - uid: 30285 + - uid: 30247 components: - type: Transform pos: -55.5,-69.5 parent: 2 - - uid: 30286 + - uid: 30248 components: - type: Transform pos: -54.5,-69.5 parent: 2 - - uid: 30287 + - uid: 30249 components: - type: Transform pos: -52.5,-69.5 parent: 2 - - uid: 30288 + - uid: 30250 components: - type: Transform pos: -52.5,-70.5 parent: 2 - - uid: 30289 + - uid: 30251 components: - type: Transform pos: -52.5,-71.5 parent: 2 - - uid: 30290 + - uid: 30252 components: - type: Transform pos: -51.5,-71.5 parent: 2 - - uid: 30291 + - uid: 30253 components: - type: Transform pos: -51.5,-72.5 parent: 2 - - uid: 30292 + - uid: 30254 components: - type: Transform pos: -50.5,-72.5 parent: 2 - - uid: 30293 + - uid: 30255 components: - type: Transform pos: -50.5,-73.5 parent: 2 - - uid: 30294 + - uid: 30256 components: - type: Transform pos: -50.5,-74.5 parent: 2 - - uid: 30295 + - uid: 30257 components: - type: Transform pos: -50.5,-75.5 parent: 2 - - uid: 30296 + - uid: 30258 components: - type: Transform pos: -58.5,-80.5 parent: 2 - - uid: 30297 + - uid: 30259 components: - type: Transform pos: -58.5,-72.5 parent: 2 - - uid: 30298 + - uid: 30260 components: - type: Transform pos: -49.5,-75.5 parent: 2 - - uid: 30299 + - uid: 30261 components: - type: Transform pos: -48.5,-75.5 parent: 2 - - uid: 30300 + - uid: 30262 components: - type: Transform pos: -48.5,-72.5 parent: 2 - - uid: 30301 + - uid: 30263 components: - type: Transform pos: -48.5,-71.5 parent: 2 - - uid: 30302 + - uid: 30264 components: - type: Transform pos: -47.5,-71.5 parent: 2 - - uid: 30303 + - uid: 30265 components: - type: Transform pos: -46.5,-71.5 parent: 2 - - uid: 30304 + - uid: 30266 components: - type: Transform pos: -46.5,-70.5 parent: 2 - - uid: 30305 + - uid: 30267 components: - type: Transform pos: -45.5,-70.5 parent: 2 - - uid: 30306 + - uid: 30268 components: - type: Transform pos: -45.5,-69.5 parent: 2 - - uid: 30307 + - uid: 30269 components: - type: Transform pos: -44.5,-69.5 parent: 2 - - uid: 30308 + - uid: 30270 components: - type: Transform pos: -43.5,-69.5 parent: 2 - - uid: 30309 + - uid: 30271 components: - type: Transform pos: -40.5,-68.5 parent: 2 - - uid: 30310 + - uid: 30272 components: - type: Transform pos: -40.5,-67.5 parent: 2 - - uid: 30311 + - uid: 30273 components: - type: Transform pos: -40.5,-69.5 parent: 2 - - uid: 30312 + - uid: 30274 components: - type: Transform pos: -39.5,-69.5 parent: 2 - - uid: 30313 + - uid: 30275 components: - type: Transform pos: -38.5,-69.5 parent: 2 - - uid: 30314 + - uid: 30276 components: - type: Transform pos: -38.5,-70.5 parent: 2 - - uid: 30315 + - uid: 30277 components: - type: Transform pos: -37.5,-70.5 parent: 2 - - uid: 30316 + - uid: 30278 components: - type: Transform pos: -37.5,-71.5 parent: 2 - - uid: 30317 + - uid: 30279 components: - type: Transform pos: -36.5,-71.5 parent: 2 - - uid: 30318 + - uid: 30280 components: - type: Transform pos: -35.5,-71.5 parent: 2 - - uid: 30319 + - uid: 30281 components: - type: Transform pos: -35.5,-72.5 parent: 2 - - uid: 30320 + - uid: 30282 components: - type: Transform pos: -43.5,-68.5 parent: 2 - - uid: 30321 + - uid: 30283 components: - type: Transform pos: -40.5,-65.5 parent: 2 - - uid: 30322 + - uid: 30284 components: - type: Transform pos: -41.5,-65.5 parent: 2 - - uid: 30323 + - uid: 30285 components: - type: Transform pos: -42.5,-65.5 parent: 2 - - uid: 30324 + - uid: 30286 components: - type: Transform pos: -43.5,-65.5 parent: 2 - - uid: 30325 + - uid: 30287 components: - type: Transform pos: -44.5,-65.5 parent: 2 - - uid: 30326 + - uid: 30288 components: - type: Transform pos: -45.5,-65.5 parent: 2 - - uid: 30327 + - uid: 30289 components: - type: Transform pos: -46.5,-65.5 parent: 2 - - uid: 30328 + - uid: 30290 components: - type: Transform pos: -47.5,-65.5 parent: 2 - - uid: 30329 + - uid: 30291 components: - type: Transform pos: -48.5,-67.5 parent: 2 - - uid: 30330 + - uid: 30292 components: - type: Transform pos: -48.5,-68.5 parent: 2 - - uid: 30331 + - uid: 30293 components: - type: Transform pos: -48.5,-69.5 parent: 2 - - uid: 30332 + - uid: 30294 components: - type: Transform pos: -48.5,-70.5 parent: 2 - - uid: 30333 + - uid: 30295 components: - type: Transform pos: -48.5,-65.5 parent: 2 - - uid: 30334 + - uid: 30296 components: - type: Transform pos: -51.5,-69.5 parent: 2 - - uid: 30335 + - uid: 30297 components: - type: Transform pos: -51.5,-68.5 parent: 2 - - uid: 30336 + - uid: 30298 components: - type: Transform pos: -35.5,-63.5 parent: 2 - - uid: 30337 + - uid: 30299 components: - type: Transform pos: -35.5,-64.5 parent: 2 - - uid: 30338 + - uid: 30300 components: - type: Transform pos: -36.5,-66.5 parent: 2 - - uid: 30339 + - uid: 30301 components: - type: Transform pos: -36.5,-67.5 parent: 2 - - uid: 30340 + - uid: 30302 components: - type: Transform pos: -35.5,-67.5 parent: 2 - - uid: 30341 + - uid: 30303 components: - type: Transform pos: -35.5,-68.5 parent: 2 - - uid: 30342 + - uid: 30304 components: - type: Transform pos: -34.5,-68.5 parent: 2 - - uid: 30343 + - uid: 30305 components: - type: Transform pos: -38.5,-66.5 parent: 2 - - uid: 30344 + - uid: 30306 components: - type: Transform pos: -35.5,-69.5 parent: 2 - - uid: 30345 + - uid: 30307 components: - type: Transform pos: -33.5,-68.5 parent: 2 - - uid: 30346 + - uid: 30308 components: - type: Transform pos: -32.5,-68.5 parent: 2 - - uid: 30347 + - uid: 30309 components: - type: Transform pos: -31.5,-68.5 parent: 2 - - uid: 30348 + - uid: 30310 components: - type: Transform pos: -42.5,-63.5 parent: 2 - - uid: 30349 + - uid: 30311 components: - type: Transform pos: -46.5,-64.5 parent: 2 - - uid: 30350 + - uid: 30312 components: - type: Transform pos: -40.5,-73.5 parent: 2 - - uid: 30351 + - uid: 30313 components: - type: Transform pos: -44.5,-73.5 parent: 2 - - uid: 30352 + - uid: 30314 components: - type: Transform pos: -39.5,-74.5 parent: 2 - - uid: 30353 + - uid: 30315 components: - type: Transform pos: -42.5,-73.5 parent: 2 - - uid: 30354 + - uid: 30316 components: - type: Transform pos: -41.5,-73.5 parent: 2 - - uid: 30355 + - uid: 30317 components: - type: Transform pos: -43.5,-73.5 parent: 2 - - uid: 30356 + - uid: 30318 components: - type: Transform pos: -44.5,-74.5 parent: 2 - - uid: 30357 + - uid: 30319 components: - type: Transform pos: -39.5,-73.5 parent: 2 - - uid: 30358 + - uid: 30320 components: - type: Transform pos: -23.5,-63.5 parent: 2 - - uid: 30359 + - uid: 30321 components: - type: Transform rot: 3.141592653589793 rad pos: -30.5,-53.5 parent: 2 - - uid: 30360 + - uid: 30322 components: - type: Transform rot: 1.5707963267948966 rad pos: -29.5,-52.5 parent: 2 - - uid: 30361 + - uid: 30323 components: - type: Transform rot: 1.5707963267948966 rad pos: -29.5,-53.5 parent: 2 - - uid: 30362 + - uid: 30324 components: - type: Transform rot: 1.5707963267948966 rad pos: -29.5,-54.5 parent: 2 - - uid: 30363 + - uid: 30325 components: - type: Transform pos: -26.5,-62.5 parent: 2 - - uid: 30364 + - uid: 30326 components: - type: Transform pos: -45.5,-68.5 parent: 2 - - uid: 30365 + - uid: 30327 components: - type: Transform pos: -27.5,-59.5 parent: 2 - - uid: 30366 + - uid: 30328 components: - type: Transform pos: -37.5,-47.5 parent: 2 - - uid: 30367 + - uid: 30329 components: - type: Transform pos: -17.5,31.5 parent: 2 - - uid: 30368 + - uid: 30330 components: - type: Transform pos: -26.5,-63.5 parent: 2 - - uid: 30369 + - uid: 30331 components: - type: Transform pos: -22.5,-63.5 parent: 2 - - uid: 30370 + - uid: 30332 components: - type: Transform pos: 58.5,2.5 parent: 2 - - uid: 30371 + - uid: 30333 components: - type: Transform rot: 3.141592653589793 rad pos: -27.5,-57.5 parent: 2 - - uid: 30372 + - uid: 30334 components: - type: Transform pos: -33.5,-24.5 parent: 2 - - uid: 30373 + - uid: 30335 components: - type: Transform pos: -34.5,-24.5 parent: 2 - - uid: 30374 + - uid: 30336 components: - type: Transform pos: -34.5,-22.5 parent: 2 - - uid: 30375 + - uid: 30337 components: - type: Transform pos: -34.5,-23.5 parent: 2 - - uid: 30376 + - uid: 30338 components: - type: Transform rot: 1.5707963267948966 rad pos: 52.5,54.5 parent: 2 - - uid: 30377 + - uid: 30339 components: - type: Transform rot: -1.5707963267948966 rad pos: -9.5,33.5 parent: 2 - - uid: 30378 + - uid: 30340 components: - type: Transform rot: -1.5707963267948966 rad pos: -10.5,33.5 parent: 2 - - uid: 30379 + - uid: 30341 components: - type: Transform rot: -1.5707963267948966 rad pos: -9.5,30.5 parent: 2 - - uid: 30380 + - uid: 30342 components: - type: Transform rot: -1.5707963267948966 rad pos: -10.5,30.5 parent: 2 - - uid: 30381 + - uid: 30343 components: - type: Transform rot: -1.5707963267948966 rad pos: -11.5,30.5 parent: 2 - - uid: 30382 + - uid: 30344 components: - type: Transform rot: -1.5707963267948966 rad pos: -12.5,30.5 parent: 2 - - uid: 30383 + - uid: 30345 components: - type: Transform pos: -11.5,25.5 parent: 2 - - uid: 30384 + - uid: 30346 components: - type: Transform pos: -12.5,25.5 parent: 2 - - uid: 30385 + - uid: 30347 components: - type: Transform rot: -1.5707963267948966 rad pos: -10.5,34.5 parent: 2 - - uid: 30386 + - uid: 30348 components: - type: Transform pos: -21.5,16.5 parent: 2 - - uid: 30387 + - uid: 30349 components: - type: Transform pos: -21.5,17.5 parent: 2 - - uid: 30388 + - uid: 30350 components: - type: Transform pos: -17.5,15.5 parent: 2 - - uid: 30389 + - uid: 30351 components: - type: Transform pos: -17.5,16.5 parent: 2 - - uid: 30390 + - uid: 30352 components: - type: Transform pos: -17.5,17.5 parent: 2 - - uid: 30391 + - uid: 30353 components: - type: Transform pos: -17.5,18.5 parent: 2 - - uid: 30392 + - uid: 30354 components: - type: Transform pos: -21.5,22.5 parent: 2 - - uid: 30393 + - uid: 30355 components: - type: Transform pos: -21.5,25.5 parent: 2 - - uid: 30394 + - uid: 30356 components: - type: Transform rot: -1.5707963267948966 rad pos: -13.5,22.5 parent: 2 - - uid: 30395 + - uid: 30357 components: - type: Transform rot: -1.5707963267948966 rad pos: -17.5,27.5 parent: 2 - - uid: 30396 + - uid: 30358 components: - type: Transform pos: -17.5,22.5 parent: 2 - - uid: 30397 + - uid: 30359 components: - type: Transform pos: -17.5,21.5 parent: 2 - - uid: 30398 + - uid: 30360 components: - type: Transform pos: -17.5,20.5 parent: 2 - - uid: 30399 + - uid: 30361 components: - type: Transform pos: -23.5,16.5 parent: 2 - - uid: 30400 + - uid: 30362 components: - type: Transform pos: -26.5,17.5 parent: 2 - - uid: 30401 + - uid: 30363 components: - type: Transform pos: -26.5,26.5 parent: 2 - - uid: 30402 + - uid: 30364 components: - type: Transform pos: -25.5,26.5 parent: 2 - - uid: 30403 + - uid: 30365 components: - type: Transform pos: -26.5,20.5 parent: 2 - - uid: 30404 + - uid: 30366 components: - type: Transform pos: -27.5,26.5 parent: 2 - - uid: 30405 + - uid: 30367 components: - type: Transform pos: -28.5,26.5 parent: 2 - - uid: 30406 + - uid: 30368 components: - type: Transform pos: -26.5,24.5 parent: 2 - - uid: 30407 + - uid: 30369 components: - type: Transform rot: 3.141592653589793 rad pos: -27.5,20.5 parent: 2 - - uid: 30408 + - uid: 30370 components: - type: Transform rot: 3.141592653589793 rad pos: -28.5,20.5 parent: 2 - - uid: 30409 + - uid: 30371 components: - type: Transform rot: 3.141592653589793 rad pos: -29.5,20.5 parent: 2 - - uid: 30410 + - uid: 30372 components: - type: Transform rot: 3.141592653589793 rad pos: -29.5,24.5 parent: 2 - - uid: 30411 + - uid: 30373 components: - type: Transform pos: -26.5,16.5 parent: 2 - - uid: 30412 + - uid: 30374 components: - type: Transform pos: -27.5,16.5 parent: 2 - - uid: 30413 + - uid: 30375 components: - type: Transform pos: -28.5,16.5 parent: 2 - - uid: 30414 + - uid: 30376 components: - type: Transform pos: -29.5,16.5 parent: 2 - - uid: 30415 + - uid: 30377 components: - type: Transform pos: -22.5,14.5 parent: 2 - - uid: 30416 + - uid: 30378 components: - type: Transform pos: -23.5,14.5 parent: 2 - - uid: 30417 + - uid: 30379 components: - type: Transform pos: -24.5,16.5 parent: 2 - - uid: 30418 + - uid: 30380 components: - type: Transform pos: -23.5,26.5 parent: 2 - - uid: 30419 + - uid: 30381 components: - type: Transform pos: -36.5,34.5 parent: 2 - - uid: 30420 + - uid: 30382 components: - type: Transform pos: -24.5,15.5 parent: 2 - - uid: 30421 + - uid: 30383 components: - type: Transform pos: -34.5,16.5 parent: 2 - - uid: 30422 + - uid: 30384 components: - type: Transform pos: -35.5,17.5 parent: 2 - - uid: 30423 + - uid: 30385 components: - type: Transform pos: -35.5,24.5 parent: 2 - - uid: 30424 + - uid: 30386 components: - type: Transform pos: -33.5,16.5 parent: 2 - - uid: 30425 + - uid: 30387 components: - type: Transform pos: -32.5,16.5 parent: 2 - - uid: 30426 + - uid: 30388 components: - type: Transform pos: -31.5,16.5 parent: 2 - - uid: 30427 + - uid: 30389 components: - type: Transform pos: -30.5,16.5 parent: 2 - - uid: 30428 + - uid: 30390 components: - type: Transform rot: 1.5707963267948966 rad pos: -36.5,17.5 parent: 2 - - uid: 30429 + - uid: 30391 components: - type: Transform rot: 1.5707963267948966 rad pos: -39.5,17.5 parent: 2 - - uid: 30430 + - uid: 30392 components: - type: Transform rot: 1.5707963267948966 rad pos: -40.5,17.5 parent: 2 - - uid: 30431 + - uid: 30393 components: - type: Transform pos: -38.5,34.5 parent: 2 - - uid: 30432 + - uid: 30394 components: - type: Transform pos: -39.5,32.5 parent: 2 - - uid: 30433 + - uid: 30395 components: - type: Transform pos: -39.5,33.5 parent: 2 - - uid: 30434 + - uid: 30396 components: - type: Transform rot: 1.5707963267948966 rad pos: -40.5,26.5 parent: 2 - - uid: 30435 + - uid: 30397 components: - type: Transform rot: 1.5707963267948966 rad pos: -42.5,26.5 parent: 2 - - uid: 30436 + - uid: 30398 components: - type: Transform rot: 1.5707963267948966 rad pos: -43.5,17.5 parent: 2 - - uid: 30437 + - uid: 30399 components: - type: Transform rot: 1.5707963267948966 rad pos: -43.5,16.5 parent: 2 - - uid: 30438 + - uid: 30400 components: - type: Transform pos: -51.5,21.5 parent: 2 - - uid: 30439 + - uid: 30401 components: - type: Transform rot: 1.5707963267948966 rad pos: -47.5,27.5 parent: 2 - - uid: 30440 + - uid: 30402 components: - type: Transform rot: 1.5707963267948966 rad pos: -48.5,27.5 parent: 2 - - uid: 30441 + - uid: 30403 components: - type: Transform rot: 1.5707963267948966 rad pos: -44.5,27.5 parent: 2 - - uid: 30442 + - uid: 30404 components: - type: Transform rot: 1.5707963267948966 rad pos: -43.5,27.5 parent: 2 - - uid: 30443 + - uid: 30405 components: - type: Transform rot: 1.5707963267948966 rad pos: -43.5,26.5 parent: 2 - - uid: 30444 + - uid: 30406 components: - type: Transform pos: -17.5,35.5 parent: 2 - - uid: 30445 + - uid: 30407 components: - type: Transform rot: -1.5707963267948966 rad pos: -18.5,36.5 parent: 2 - - uid: 30446 + - uid: 30408 components: - type: Transform pos: -17.5,33.5 parent: 2 - - uid: 30447 + - uid: 30409 components: - type: Transform pos: -13.5,30.5 parent: 2 - - uid: 30448 + - uid: 30410 components: - type: Transform pos: -13.5,29.5 parent: 2 - - uid: 30449 + - uid: 30411 components: - type: Transform pos: -13.5,28.5 parent: 2 - - uid: 30450 + - uid: 30412 components: - type: Transform pos: -14.5,28.5 parent: 2 - - uid: 30451 + - uid: 30413 components: - type: Transform pos: -16.5,28.5 parent: 2 - - uid: 30452 + - uid: 30414 components: - type: Transform pos: 51.5,41.5 parent: 2 - - uid: 30453 + - uid: 30415 components: - type: Transform pos: -22.5,26.5 parent: 2 - - uid: 30454 + - uid: 30416 components: - type: Transform pos: -24.5,14.5 parent: 2 - - uid: 30455 + - uid: 30417 components: - type: Transform pos: -27.5,11.5 parent: 2 - - uid: 30456 + - uid: 30418 components: - type: Transform pos: -28.5,11.5 parent: 2 - - uid: 30457 + - uid: 30419 components: - type: Transform pos: -29.5,26.5 parent: 2 - - uid: 30458 + - uid: 30420 components: - type: Transform rot: 3.141592653589793 rad pos: -41.5,13.5 parent: 2 - - uid: 30459 + - uid: 30421 components: - type: Transform pos: -28.5,14.5 parent: 2 - - uid: 30460 + - uid: 30422 components: - type: Transform pos: -28.5,13.5 parent: 2 - - uid: 30461 + - uid: 30423 components: - type: Transform pos: -28.5,15.5 parent: 2 - - uid: 30462 + - uid: 30424 components: - type: Transform rot: 1.5707963267948966 rad pos: -40.5,36.5 parent: 2 - - uid: 30463 + - uid: 30425 components: - type: Transform rot: 1.5707963267948966 rad pos: -41.5,36.5 parent: 2 - - uid: 30464 + - uid: 30426 components: - type: Transform rot: 1.5707963267948966 rad pos: -42.5,36.5 parent: 2 - - uid: 30465 + - uid: 30427 components: - type: Transform rot: 1.5707963267948966 rad pos: -43.5,36.5 parent: 2 - - uid: 30466 + - uid: 30428 components: - type: Transform rot: 1.5707963267948966 rad pos: -44.5,36.5 parent: 2 - - uid: 30467 + - uid: 30429 components: - type: Transform rot: 1.5707963267948966 rad pos: -44.5,37.5 parent: 2 - - uid: 30468 + - uid: 30430 components: - type: Transform rot: 1.5707963267948966 rad pos: -47.5,37.5 parent: 2 - - uid: 30469 + - uid: 30431 components: - type: Transform rot: 1.5707963267948966 rad pos: -39.5,35.5 parent: 2 - - uid: 30470 + - uid: 30432 components: - type: Transform rot: 1.5707963267948966 rad pos: -39.5,36.5 parent: 2 - - uid: 30471 + - uid: 30433 components: - type: Transform pos: -37.5,26.5 parent: 2 - - uid: 30472 + - uid: 30434 components: - type: Transform pos: -36.5,26.5 parent: 2 - - uid: 30473 + - uid: 30435 components: - type: Transform pos: -25.5,38.5 parent: 2 - - uid: 30474 + - uid: 30436 components: - type: Transform pos: -38.5,26.5 parent: 2 - - uid: 30475 + - uid: 30437 components: - type: Transform pos: -39.5,26.5 parent: 2 - - uid: 30476 + - uid: 30438 components: - type: Transform pos: -39.5,27.5 parent: 2 - - uid: 30477 + - uid: 30439 components: - type: Transform pos: -39.5,28.5 parent: 2 - - uid: 30478 + - uid: 30440 components: - type: Transform pos: -39.5,30.5 parent: 2 - - uid: 30479 + - uid: 30441 components: - type: Transform pos: -39.5,34.5 parent: 2 - - uid: 30480 + - uid: 30442 components: - type: Transform pos: -30.5,-1.5 parent: 2 - - uid: 30481 + - uid: 30443 components: - type: Transform pos: -31.5,-1.5 parent: 2 - - uid: 30482 + - uid: 30444 components: - type: Transform pos: -32.5,-1.5 parent: 2 - - uid: 30483 + - uid: 30445 components: - type: Transform pos: -32.5,-2.5 parent: 2 - - uid: 30484 + - uid: 30446 components: - type: Transform pos: -29.5,2.5 parent: 2 - - uid: 30485 + - uid: 30447 components: - type: Transform pos: -30.5,2.5 parent: 2 - - uid: 30486 + - uid: 30448 components: - type: Transform pos: -31.5,2.5 parent: 2 - - uid: 30487 + - uid: 30449 components: - type: Transform pos: -32.5,2.5 parent: 2 - - uid: 30488 + - uid: 30450 components: - type: Transform pos: -33.5,2.5 parent: 2 - - uid: 30489 + - uid: 30451 components: - type: Transform pos: -34.5,-1.5 parent: 2 - - uid: 30490 + - uid: 30452 components: - type: Transform rot: 3.141592653589793 rad pos: -25.5,16.5 parent: 2 - - uid: 30491 + - uid: 30453 components: - type: Transform pos: -22.5,16.5 parent: 2 - - uid: 30492 + - uid: 30454 components: - type: Transform pos: -16.5,22.5 parent: 2 - - uid: 30493 + - uid: 30455 components: - type: Transform pos: -15.5,22.5 parent: 2 - - uid: 30494 + - uid: 30456 components: - type: Transform pos: -14.5,22.5 parent: 2 - - uid: 30495 + - uid: 30457 components: - type: Transform rot: -1.5707963267948966 rad pos: -13.5,24.5 parent: 2 - - uid: 30496 + - uid: 30458 components: - type: Transform pos: -13.5,25.5 parent: 2 - - uid: 30497 + - uid: 30459 components: - type: Transform rot: -1.5707963267948966 rad pos: -13.5,24.5 parent: 2 - - uid: 30498 + - uid: 30460 components: - type: Transform rot: 3.141592653589793 rad pos: -48.5,17.5 parent: 2 - - uid: 30499 + - uid: 30461 components: - type: Transform rot: 3.141592653589793 rad pos: -47.5,17.5 parent: 2 - - uid: 30500 + - uid: 30462 components: - type: Transform rot: 3.141592653589793 rad pos: -29.5,-4.5 parent: 2 - - uid: 30501 + - uid: 30463 components: - type: Transform rot: 3.141592653589793 rad pos: -29.5,-6.5 parent: 2 - - uid: 30502 + - uid: 30464 components: - type: Transform rot: 3.141592653589793 rad pos: -29.5,-8.5 parent: 2 - - uid: 30503 + - uid: 30465 components: - type: Transform rot: 3.141592653589793 rad pos: -28.5,-8.5 parent: 2 - - uid: 30504 + - uid: 30466 components: - type: Transform rot: 3.141592653589793 rad pos: -27.5,-8.5 parent: 2 - - uid: 30505 + - uid: 30467 components: - type: Transform rot: 3.141592653589793 rad pos: -28.5,-4.5 parent: 2 - - uid: 30506 + - uid: 30468 components: - type: Transform rot: -1.5707963267948966 rad pos: -35.5,-1.5 parent: 2 - - uid: 30507 + - uid: 30469 components: - type: Transform rot: -1.5707963267948966 rad pos: -36.5,-1.5 parent: 2 - - uid: 30508 + - uid: 30470 components: - type: Transform rot: -1.5707963267948966 rad pos: -38.5,-1.5 parent: 2 - - uid: 30509 + - uid: 30471 components: - type: Transform rot: -1.5707963267948966 rad pos: -39.5,-1.5 parent: 2 - - uid: 30510 + - uid: 30472 components: - type: Transform rot: -1.5707963267948966 rad pos: -40.5,-1.5 parent: 2 - - uid: 30511 + - uid: 30473 components: - type: Transform rot: -1.5707963267948966 rad pos: -41.5,-1.5 parent: 2 - - uid: 30512 + - uid: 30474 components: - type: Transform rot: -1.5707963267948966 rad pos: -42.5,-1.5 parent: 2 - - uid: 30513 + - uid: 30475 components: - type: Transform pos: -42.5,2.5 parent: 2 - - uid: 30514 + - uid: 30476 components: - type: Transform pos: -43.5,2.5 parent: 2 - - uid: 30515 + - uid: 30477 components: - type: Transform pos: -42.5,3.5 parent: 2 - - uid: 30516 + - uid: 30478 components: - type: Transform pos: -42.5,4.5 parent: 2 - - uid: 30517 + - uid: 30479 components: - type: Transform pos: -42.5,5.5 parent: 2 - - uid: 30518 + - uid: 30480 components: - type: Transform pos: -42.5,6.5 parent: 2 - - uid: 30519 + - uid: 30481 components: - type: Transform pos: -42.5,7.5 parent: 2 - - uid: 30520 + - uid: 30482 components: - type: Transform pos: -41.5,11.5 parent: 2 - - uid: 30521 + - uid: 30483 components: - type: Transform pos: -41.5,10.5 parent: 2 - - uid: 30522 + - uid: 30484 components: - type: Transform pos: -41.5,9.5 parent: 2 - - uid: 30523 + - uid: 30485 components: - type: Transform pos: -41.5,8.5 parent: 2 - - uid: 30524 + - uid: 30486 components: - type: Transform pos: -34.5,12.5 parent: 2 - - uid: 30525 + - uid: 30487 components: - type: Transform pos: -34.5,11.5 parent: 2 - - uid: 30526 + - uid: 30488 components: - type: Transform pos: -34.5,10.5 parent: 2 - - uid: 30527 + - uid: 30489 components: - type: Transform pos: -33.5,3.5 parent: 2 - - uid: 30528 + - uid: 30490 components: - type: Transform pos: -33.5,4.5 parent: 2 - - uid: 30529 + - uid: 30491 components: - type: Transform pos: -33.5,5.5 parent: 2 - - uid: 30530 + - uid: 30492 components: - type: Transform pos: -33.5,6.5 parent: 2 - - uid: 30531 + - uid: 30493 components: - type: Transform pos: -33.5,7.5 parent: 2 - - uid: 30532 + - uid: 30494 components: - type: Transform pos: -43.5,15.5 parent: 2 - - uid: 30533 + - uid: 30495 components: - type: Transform pos: -33.5,12.5 parent: 2 - - uid: 30534 + - uid: 30496 components: - type: Transform pos: -42.5,12.5 parent: 2 - - uid: 30535 + - uid: 30497 components: - type: Transform pos: -32.5,12.5 parent: 2 - - uid: 30536 + - uid: 30498 components: - type: Transform pos: -41.5,7.5 parent: 2 - - uid: 30537 + - uid: 30499 components: - type: Transform pos: -40.5,7.5 parent: 2 - - uid: 30538 + - uid: 30500 components: - type: Transform pos: -35.5,7.5 parent: 2 - - uid: 30539 + - uid: 30501 components: - type: Transform pos: -34.5,7.5 parent: 2 - - uid: 30540 + - uid: 30502 components: - type: Transform rot: 3.141592653589793 rad pos: -41.5,14.5 parent: 2 - - uid: 30541 + - uid: 30503 components: - type: Transform pos: -43.5,12.5 parent: 2 - - uid: 30542 + - uid: 30504 components: - type: Transform pos: -43.5,13.5 parent: 2 - - uid: 30543 + - uid: 30505 components: - type: Transform pos: -32.5,15.5 parent: 2 - - uid: 30544 + - uid: 30506 components: - type: Transform pos: -41.5,12.5 parent: 2 - - uid: 30545 + - uid: 30507 components: - type: Transform pos: -29.5,11.5 parent: 2 - - uid: 30546 + - uid: 30508 components: - type: Transform pos: -34.5,8.5 parent: 2 - - uid: 30547 + - uid: 30509 components: - type: Transform pos: -33.5,-1.5 parent: 2 - - uid: 30548 + - uid: 30510 components: - type: Transform pos: -34.5,9.5 parent: 2 - - uid: 30549 + - uid: 30511 components: - type: Transform rot: 3.141592653589793 rad pos: -32.5,13.5 parent: 2 - - uid: 30550 + - uid: 30512 components: - type: Transform rot: 3.141592653589793 rad pos: -41.5,13.5 parent: 2 - - uid: 30551 + - uid: 30513 components: - type: Transform rot: 3.141592653589793 rad pos: -41.5,16.5 parent: 2 - - uid: 30552 + - uid: 30514 components: - type: Transform rot: 3.141592653589793 rad pos: -41.5,14.5 parent: 2 - - uid: 30553 + - uid: 30515 components: - type: Transform pos: -43.5,-1.5 parent: 2 - - uid: 30554 + - uid: 30516 components: - type: Transform pos: -44.5,2.5 parent: 2 - - uid: 30555 + - uid: 30517 components: - type: Transform pos: -44.5,-1.5 parent: 2 - - uid: 30556 + - uid: 30518 components: - type: Transform pos: -32.5,11.5 parent: 2 - - uid: 30557 + - uid: 30519 components: - type: Transform pos: -31.5,11.5 parent: 2 - - uid: 30558 + - uid: 30520 components: - type: Transform rot: -1.5707963267948966 rad pos: -41.5,16.5 parent: 2 - - uid: 30559 + - uid: 30521 components: - type: Transform rot: 3.141592653589793 rad pos: -40.5,17.5 parent: 2 - - uid: 30560 + - uid: 30522 components: - type: Transform pos: -32.5,7.5 parent: 2 - - uid: 30561 + - uid: 30523 components: - type: Transform pos: -31.5,7.5 parent: 2 - - uid: 30562 + - uid: 30524 components: - type: Transform pos: -29.5,7.5 parent: 2 - - uid: 30563 + - uid: 30525 components: - type: Transform rot: 3.141592653589793 rad pos: -41.5,15.5 parent: 2 - - uid: 30564 + - uid: 30526 components: - type: Transform rot: 1.5707963267948966 rad pos: -48.5,2.5 parent: 2 - - uid: 30565 + - uid: 30527 components: - type: Transform rot: 1.5707963267948966 rad pos: -48.5,1.5 parent: 2 - - uid: 30566 + - uid: 30528 components: - type: Transform rot: 1.5707963267948966 rad pos: -48.5,-0.5 parent: 2 - - uid: 30567 + - uid: 30529 components: - type: Transform rot: 1.5707963267948966 rad pos: -48.5,-1.5 parent: 2 - - uid: 30568 + - uid: 30530 components: - type: Transform rot: 1.5707963267948966 rad pos: -46.5,-1.5 parent: 2 - - uid: 30569 + - uid: 30531 components: - type: Transform rot: 1.5707963267948966 rad pos: -45.5,-1.5 parent: 2 - - uid: 30570 + - uid: 30532 components: - type: Transform rot: 1.5707963267948966 rad pos: -47.5,-1.5 parent: 2 - - uid: 30571 + - uid: 30533 components: - type: Transform rot: 1.5707963267948966 rad pos: -49.5,2.5 parent: 2 - - uid: 30572 + - uid: 30534 components: - type: Transform rot: 1.5707963267948966 rad pos: -50.5,2.5 parent: 2 - - uid: 30573 + - uid: 30535 components: - type: Transform rot: 1.5707963267948966 rad pos: -50.5,3.5 parent: 2 - - uid: 30574 + - uid: 30536 components: - type: Transform rot: 1.5707963267948966 rad pos: -50.5,4.5 parent: 2 - - uid: 30575 + - uid: 30537 components: - type: Transform rot: 1.5707963267948966 rad pos: -50.5,5.5 parent: 2 - - uid: 30576 + - uid: 30538 components: - type: Transform rot: 1.5707963267948966 rad pos: -50.5,6.5 parent: 2 - - uid: 30577 + - uid: 30539 components: - type: Transform rot: 1.5707963267948966 rad pos: -50.5,7.5 parent: 2 - - uid: 30578 + - uid: 30540 components: - type: Transform rot: 1.5707963267948966 rad pos: -50.5,8.5 parent: 2 - - uid: 30579 + - uid: 30541 components: - type: Transform rot: 1.5707963267948966 rad pos: -50.5,9.5 parent: 2 - - uid: 30580 + - uid: 30542 components: - type: Transform rot: 1.5707963267948966 rad pos: -49.5,9.5 parent: 2 - - uid: 30581 + - uid: 30543 components: - type: Transform rot: 1.5707963267948966 rad pos: -48.5,9.5 parent: 2 - - uid: 30582 + - uid: 30544 components: - type: Transform rot: 1.5707963267948966 rad pos: -47.5,9.5 parent: 2 - - uid: 30583 + - uid: 30545 components: - type: Transform rot: 1.5707963267948966 rad pos: -44.5,9.5 parent: 2 - - uid: 30584 + - uid: 30546 components: - type: Transform rot: 1.5707963267948966 rad pos: -43.5,9.5 parent: 2 - - uid: 30585 + - uid: 30547 components: - type: Transform rot: 1.5707963267948966 rad pos: -43.5,8.5 parent: 2 - - uid: 30586 + - uid: 30548 components: - type: Transform rot: 1.5707963267948966 rad pos: -43.5,7.5 parent: 2 - - uid: 30587 + - uid: 30549 components: - type: Transform rot: 1.5707963267948966 rad pos: -44.5,10.5 parent: 2 - - uid: 30588 + - uid: 30550 components: - type: Transform rot: 1.5707963267948966 rad pos: -44.5,12.5 parent: 2 - - uid: 30589 + - uid: 30551 components: - type: Transform pos: -50.5,1.5 parent: 2 - - uid: 30590 + - uid: 30552 components: - type: Transform pos: -50.5,0.5 parent: 2 - - uid: 30591 + - uid: 30553 components: - type: Transform pos: -50.5,-0.5 parent: 2 - - uid: 30592 + - uid: 30554 components: - type: Transform pos: -50.5,-1.5 parent: 2 - - uid: 30593 + - uid: 30555 components: - type: Transform pos: -46.5,-3.5 parent: 2 - - uid: 30594 + - uid: 30556 components: - type: Transform pos: -43.5,-2.5 parent: 2 - - uid: 30595 + - uid: 30557 components: - type: Transform pos: -50.5,-2.5 parent: 2 - - uid: 30596 + - uid: 30558 components: - type: Transform pos: -52.5,-1.5 parent: 2 - - uid: 30597 + - uid: 30559 components: - type: Transform pos: -52.5,0.5 parent: 2 - - uid: 30598 + - uid: 30560 components: - type: Transform pos: -52.5,-2.5 parent: 2 - - uid: 30599 + - uid: 30561 components: - type: Transform pos: -54.5,-2.5 parent: 2 - - uid: 30600 + - uid: 30562 components: - type: Transform rot: 3.141592653589793 rad pos: -11.5,22.5 parent: 2 - - uid: 30601 + - uid: 30563 components: - type: Transform pos: -56.5,-2.5 parent: 2 - - uid: 30602 + - uid: 30564 components: - type: Transform pos: -55.5,-2.5 parent: 2 - - uid: 30603 + - uid: 30565 components: - type: Transform pos: -52.5,1.5 parent: 2 - - uid: 30604 + - uid: 30566 components: - type: Transform pos: -50.5,12.5 parent: 2 - - uid: 30605 + - uid: 30567 components: - type: Transform pos: -50.5,13.5 parent: 2 - - uid: 30606 + - uid: 30568 components: - type: Transform pos: -50.5,14.5 parent: 2 - - uid: 30607 + - uid: 30569 components: - type: Transform pos: -50.5,15.5 parent: 2 - - uid: 30608 + - uid: 30570 components: - type: Transform rot: 3.141592653589793 rad pos: -52.5,12.5 parent: 2 - - uid: 30609 + - uid: 30571 components: - type: Transform rot: 3.141592653589793 rad pos: -52.5,5.5 parent: 2 - - uid: 30610 + - uid: 30572 components: - type: Transform rot: 3.141592653589793 rad pos: -51.5,9.5 parent: 2 - - uid: 30611 + - uid: 30573 components: - type: Transform rot: 3.141592653589793 rad pos: -51.5,5.5 parent: 2 - - uid: 30612 + - uid: 30574 components: - type: Transform rot: 3.141592653589793 rad pos: -46.5,17.5 parent: 2 - - uid: 30613 + - uid: 30575 components: - type: Transform pos: -32.5,-3.5 parent: 2 - - uid: 30614 + - uid: 30576 components: - type: Transform pos: 53.5,41.5 parent: 2 - - uid: 30615 + - uid: 30577 components: - type: Transform pos: 64.5,0.5 parent: 2 - - uid: 30616 + - uid: 30578 components: - type: Transform pos: 67.5,-12.5 parent: 2 - - uid: 30617 + - uid: 30579 components: - type: Transform pos: 67.5,-4.5 parent: 2 - - uid: 30618 + - uid: 30580 components: - type: Transform pos: 53.5,40.5 parent: 2 - - uid: 30619 + - uid: 30581 components: - type: Transform pos: -17.5,36.5 parent: 2 - - uid: 30620 + - uid: 30582 components: - type: Transform pos: -20.5,32.5 parent: 2 - - uid: 30621 + - uid: 30583 components: - type: Transform pos: -21.5,32.5 parent: 2 - - uid: 30622 + - uid: 30584 components: - type: Transform pos: -21.5,31.5 parent: 2 - - uid: 30623 + - uid: 30585 components: - type: Transform rot: -1.5707963267948966 rad pos: -22.5,32.5 parent: 2 - - uid: 30624 + - uid: 30586 components: - type: Transform pos: -21.5,29.5 parent: 2 - - uid: 30625 + - uid: 30587 components: - type: Transform pos: -21.5,28.5 parent: 2 - - uid: 30626 + - uid: 30588 components: - type: Transform pos: -21.5,26.5 parent: 2 - - uid: 30627 + - uid: 30589 components: - type: Transform pos: -17.5,28.5 parent: 2 - - uid: 30628 + - uid: 30590 components: - type: Transform rot: -1.5707963267948966 rad pos: -13.5,27.5 parent: 2 - - uid: 30629 + - uid: 30591 components: - type: Transform rot: -1.5707963267948966 rad pos: -13.5,23.5 parent: 2 - - uid: 30630 + - uid: 30592 components: - type: Transform pos: -0.5,10.5 parent: 2 - - uid: 30631 + - uid: 30593 components: - type: Transform rot: 1.5707963267948966 rad pos: -6.5,-11.5 parent: 2 - - uid: 30632 - components: - - type: Transform - pos: 5.5,-55.5 - parent: 2 - - uid: 30633 + - uid: 30594 components: - type: Transform pos: 59.5,-31.5 parent: 2 - - uid: 30634 + - uid: 30595 components: - type: Transform rot: -1.5707963267948966 rad pos: -0.5,-76.5 parent: 2 - - uid: 30635 + - uid: 30596 components: - type: Transform pos: 19.5,-51.5 parent: 2 - - uid: 30636 + - uid: 30597 components: - type: Transform pos: 22.5,-48.5 parent: 2 - - uid: 30637 + - uid: 30598 components: - type: Transform rot: 3.141592653589793 rad pos: -31.5,-53.5 parent: 2 - - uid: 30638 + - uid: 30599 components: - type: Transform pos: -27.5,-55.5 parent: 2 - - uid: 30639 + - uid: 30600 components: - type: Transform rot: 3.141592653589793 rad pos: -17.5,8.5 parent: 2 - - uid: 30640 + - uid: 30601 components: - type: Transform pos: -21.5,-6.5 parent: 2 - - uid: 30641 + - uid: 30602 components: - type: Transform rot: 3.141592653589793 rad pos: -44.5,17.5 parent: 2 - - uid: 30642 + - uid: 30603 components: - type: Transform rot: 3.141592653589793 rad pos: -31.5,-72.5 parent: 2 - - uid: 30643 + - uid: 30604 components: - type: Transform pos: -30.5,-68.5 parent: 2 - - uid: 30644 + - uid: 30605 components: - type: Transform pos: -26.5,-72.5 parent: 2 - - uid: 30645 + - uid: 30606 components: - type: Transform pos: -26.5,-71.5 parent: 2 - - uid: 30646 - components: - - type: Transform - pos: 6.5,-55.5 - parent: 2 - - uid: 30647 + - uid: 30607 components: - type: Transform pos: -17.5,32.5 parent: 2 - - uid: 30648 + - uid: 30608 components: - type: Transform pos: -18.5,32.5 parent: 2 - - uid: 30649 + - uid: 30609 components: - type: Transform pos: -19.5,32.5 parent: 2 - - uid: 30650 + - uid: 30610 components: - type: Transform pos: 44.5,47.5 parent: 2 - - uid: 30651 + - uid: 30611 components: - type: Transform pos: 44.5,48.5 parent: 2 - - uid: 30652 + - uid: 30612 components: - type: Transform pos: 53.5,39.5 parent: 2 - - uid: 30653 + - uid: 30613 components: - type: Transform pos: 53.5,38.5 parent: 2 - - uid: 30654 + - uid: 30614 components: - type: Transform pos: 52.5,38.5 parent: 2 - - uid: 30655 + - uid: 30615 components: - type: Transform pos: 51.5,38.5 parent: 2 - - uid: 30656 + - uid: 30616 components: - type: Transform pos: 50.5,38.5 parent: 2 - - uid: 30657 + - uid: 30617 components: - type: Transform pos: 55.5,36.5 parent: 2 - - uid: 30658 + - uid: 30618 components: - type: Transform pos: 55.5,35.5 parent: 2 - - uid: 30659 + - uid: 30619 components: - type: Transform pos: 55.5,34.5 parent: 2 - - uid: 30660 + - uid: 30620 components: - type: Transform pos: 54.5,34.5 parent: 2 - - uid: 30661 + - uid: 30621 components: - type: Transform pos: 53.5,34.5 parent: 2 - - uid: 30662 + - uid: 30622 components: - type: Transform pos: 51.5,34.5 parent: 2 - - uid: 30663 + - uid: 30623 components: - type: Transform pos: 50.5,34.5 parent: 2 - - uid: 30664 + - uid: 30624 components: - type: Transform pos: 50.5,35.5 parent: 2 - - uid: 30665 + - uid: 30625 components: - type: Transform pos: 50.5,36.5 parent: 2 - - uid: 30666 + - uid: 30626 components: - type: Transform pos: 50.5,37.5 parent: 2 - - uid: 30667 + - uid: 30627 components: - type: Transform pos: 51.5,33.5 parent: 2 - - uid: 30668 + - uid: 30628 components: - type: Transform pos: 51.5,32.5 parent: 2 - - uid: 30669 + - uid: 30629 components: - type: Transform pos: 53.5,33.5 parent: 2 - - uid: 30670 + - uid: 30630 components: - type: Transform pos: 53.5,32.5 parent: 2 - - uid: 30671 + - uid: 30631 components: - type: Transform pos: 53.5,31.5 parent: 2 - - uid: 30672 + - uid: 30632 components: - type: Transform pos: 53.5,30.5 parent: 2 - - uid: 30673 + - uid: 30633 components: - type: Transform pos: 52.5,30.5 parent: 2 - - uid: 30674 + - uid: 30634 components: - type: Transform pos: 51.5,30.5 parent: 2 - - uid: 30675 + - uid: 30635 components: - type: Transform pos: 49.5,30.5 parent: 2 - - uid: 30676 + - uid: 30636 components: - type: Transform pos: 50.5,30.5 parent: 2 - - uid: 30677 + - uid: 30637 components: - type: Transform pos: 49.5,34.5 parent: 2 - - uid: 30678 + - uid: 30638 components: - type: Transform pos: 48.5,34.5 parent: 2 - - uid: 30679 + - uid: 30639 components: - type: Transform pos: 47.5,30.5 parent: 2 - - uid: 30680 + - uid: 30640 components: - type: Transform pos: 47.5,29.5 parent: 2 - - uid: 30681 + - uid: 30641 components: - type: Transform pos: 47.5,28.5 parent: 2 - - uid: 30682 + - uid: 30642 components: - type: Transform pos: 47.5,27.5 parent: 2 - - uid: 30683 + - uid: 30643 components: - type: Transform pos: 49.5,27.5 parent: 2 - - uid: 30684 + - uid: 30644 components: - type: Transform pos: 50.5,27.5 parent: 2 - - uid: 30685 + - uid: 30645 components: - type: Transform pos: 51.5,27.5 parent: 2 - - uid: 30686 + - uid: 30646 components: - type: Transform pos: 51.5,28.5 parent: 2 - - uid: 30687 + - uid: 30647 components: - type: Transform pos: 51.5,29.5 parent: 2 - - uid: 30688 + - uid: 30648 components: - type: Transform pos: 60.5,27.5 parent: 2 - - uid: 30689 + - uid: 30649 components: - type: Transform pos: 59.5,27.5 parent: 2 - - uid: 30690 + - uid: 30650 components: - type: Transform pos: 57.5,27.5 parent: 2 - - uid: 30691 + - uid: 30651 components: - type: Transform pos: 56.5,27.5 parent: 2 - - uid: 30692 + - uid: 30652 components: - type: Transform pos: 61.5,29.5 parent: 2 - - uid: 30693 + - uid: 30653 components: - type: Transform pos: 61.5,28.5 parent: 2 - - uid: 30694 + - uid: 30654 components: - type: Transform pos: 61.5,27.5 parent: 2 - - uid: 30695 + - uid: 30655 components: - type: Transform pos: 59.5,30.5 parent: 2 - - uid: 30696 + - uid: 30656 components: - type: Transform pos: 58.5,30.5 parent: 2 - - uid: 30697 + - uid: 30657 components: - type: Transform pos: 56.5,30.5 parent: 2 - - uid: 30698 + - uid: 30658 components: - type: Transform pos: 56.5,29.5 parent: 2 - - uid: 30699 + - uid: 30659 components: - type: Transform pos: 56.5,28.5 parent: 2 - - uid: 30700 + - uid: 30660 components: - type: Transform pos: 54.5,30.5 parent: 2 - - uid: 30701 + - uid: 30661 components: - type: Transform pos: 55.5,30.5 parent: 2 - - uid: 30702 + - uid: 30662 components: - type: Transform rot: -1.5707963267948966 rad pos: 49.5,29.5 parent: 2 - - uid: 30703 + - uid: 30663 components: - type: Transform rot: 3.141592653589793 rad pos: -11.5,23.5 parent: 2 - - uid: 30704 + - uid: 30664 components: - type: Transform rot: -1.5707963267948966 rad pos: -23.5,32.5 parent: 2 - - uid: 30705 + - uid: 30665 components: - type: Transform rot: -1.5707963267948966 rad pos: -24.5,32.5 parent: 2 - - uid: 30706 + - uid: 30666 components: - type: Transform rot: -1.5707963267948966 rad pos: -25.5,32.5 parent: 2 - - uid: 30707 + - uid: 30667 components: - type: Transform rot: -1.5707963267948966 rad pos: -22.5,28.5 parent: 2 - - uid: 30708 + - uid: 30668 components: - type: Transform rot: -1.5707963267948966 rad pos: -23.5,28.5 parent: 2 - - uid: 30709 + - uid: 30669 components: - type: Transform rot: -1.5707963267948966 rad pos: -24.5,28.5 parent: 2 - - uid: 30710 + - uid: 30670 components: - type: Transform rot: -1.5707963267948966 rad pos: -25.5,28.5 parent: 2 - - uid: 30711 + - uid: 30671 components: - type: Transform rot: -1.5707963267948966 rad pos: -25.5,31.5 parent: 2 - - uid: 30712 + - uid: 30672 components: - type: Transform rot: -1.5707963267948966 rad pos: -25.5,30.5 parent: 2 - - uid: 30713 + - uid: 30673 components: - type: Transform rot: -1.5707963267948966 rad pos: -25.5,29.5 parent: 2 - - uid: 30714 + - uid: 30674 components: - type: Transform rot: -1.5707963267948966 rad pos: -20.5,36.5 parent: 2 - - uid: 30715 + - uid: 30675 components: - type: Transform rot: -1.5707963267948966 rad pos: -19.5,36.5 parent: 2 - - uid: 30716 + - uid: 30676 components: - type: Transform rot: -1.5707963267948966 rad pos: -21.5,36.5 parent: 2 - - uid: 30717 + - uid: 30677 components: - type: Transform rot: -1.5707963267948966 rad pos: -22.5,36.5 parent: 2 - - uid: 30718 + - uid: 30678 components: - type: Transform rot: -1.5707963267948966 rad pos: -22.5,35.5 parent: 2 - - uid: 30719 + - uid: 30679 components: - type: Transform rot: -1.5707963267948966 rad pos: -22.5,33.5 parent: 2 - - uid: 30720 + - uid: 30680 components: - type: Transform rot: -1.5707963267948966 rad pos: -26.5,29.5 parent: 2 - - uid: 30721 + - uid: 30681 components: - type: Transform rot: -1.5707963267948966 rad pos: -27.5,29.5 parent: 2 - - uid: 30722 + - uid: 30682 components: - type: Transform rot: -1.5707963267948966 rad pos: -27.5,30.5 parent: 2 - - uid: 30723 + - uid: 30683 components: - type: Transform rot: -1.5707963267948966 rad pos: -18.5,37.5 parent: 2 - - uid: 30724 + - uid: 30684 components: - type: Transform rot: -1.5707963267948966 rad pos: -17.5,39.5 parent: 2 - - uid: 30725 + - uid: 30685 components: - type: Transform rot: -1.5707963267948966 rad pos: -18.5,39.5 parent: 2 - - uid: 30726 + - uid: 30686 components: - type: Transform rot: -1.5707963267948966 rad pos: -19.5,39.5 parent: 2 - - uid: 30727 + - uid: 30687 components: - type: Transform rot: -1.5707963267948966 rad pos: -9.5,31.5 parent: 2 - - uid: 30728 + - uid: 30688 components: - type: Transform rot: -1.5707963267948966 rad pos: -9.5,32.5 parent: 2 - - uid: 30729 + - uid: 30689 components: - type: Transform rot: -1.5707963267948966 rad pos: -13.5,31.5 parent: 2 - - uid: 30730 + - uid: 30690 components: - type: Transform rot: -1.5707963267948966 rad pos: -13.5,32.5 parent: 2 - - uid: 30731 + - uid: 30691 components: - type: Transform rot: -1.5707963267948966 rad pos: -9.5,36.5 parent: 2 - - uid: 30732 + - uid: 30692 components: - type: Transform rot: -1.5707963267948966 rad pos: -8.5,36.5 parent: 2 - - uid: 30733 + - uid: 30693 components: - type: Transform rot: -1.5707963267948966 rad pos: -13.5,40.5 parent: 2 - - uid: 30734 + - uid: 30694 components: - type: Transform rot: -1.5707963267948966 rad pos: -12.5,40.5 parent: 2 - - uid: 30735 + - uid: 30695 components: - type: Transform rot: -1.5707963267948966 rad pos: -11.5,40.5 parent: 2 - - uid: 30736 + - uid: 30696 components: - type: Transform rot: -1.5707963267948966 rad pos: -10.5,35.5 parent: 2 - - uid: 30737 + - uid: 30697 components: - type: Transform rot: -1.5707963267948966 rad pos: -19.5,52.5 parent: 2 - - uid: 30738 + - uid: 30698 components: - type: Transform rot: -1.5707963267948966 rad pos: -10.5,40.5 parent: 2 - - uid: 30739 + - uid: 30699 components: - type: Transform rot: -1.5707963267948966 rad pos: -9.5,40.5 parent: 2 - - uid: 30740 + - uid: 30700 components: - type: Transform rot: -1.5707963267948966 rad pos: -8.5,40.5 parent: 2 - - uid: 30741 + - uid: 30701 components: - type: Transform rot: -1.5707963267948966 rad pos: -10.5,36.5 parent: 2 - - uid: 30742 + - uid: 30702 components: - type: Transform rot: -1.5707963267948966 rad pos: -11.5,36.5 parent: 2 - - uid: 30743 + - uid: 30703 components: - type: Transform rot: -1.5707963267948966 rad pos: -12.5,36.5 parent: 2 - - uid: 30744 + - uid: 30704 components: - type: Transform rot: -1.5707963267948966 rad pos: -16.5,64.5 parent: 2 - - uid: 30745 + - uid: 30705 components: - type: Transform rot: -1.5707963267948966 rad pos: -15.5,64.5 parent: 2 - - uid: 30746 + - uid: 30706 components: - type: Transform rot: -1.5707963267948966 rad pos: -14.5,64.5 parent: 2 - - uid: 30747 + - uid: 30707 components: - type: Transform rot: -1.5707963267948966 rad pos: -18.5,64.5 parent: 2 - - uid: 30748 + - uid: 30708 components: - type: Transform rot: -1.5707963267948966 rad pos: -19.5,64.5 parent: 2 - - uid: 30749 + - uid: 30709 components: - type: Transform rot: -1.5707963267948966 rad pos: -20.5,64.5 parent: 2 - - uid: 30750 + - uid: 30710 components: - type: Transform rot: -1.5707963267948966 rad pos: -14.5,63.5 parent: 2 - - uid: 30751 + - uid: 30711 components: - type: Transform rot: -1.5707963267948966 rad pos: -14.5,61.5 parent: 2 - - uid: 30752 + - uid: 30712 components: - type: Transform rot: -1.5707963267948966 rad pos: -14.5,60.5 parent: 2 - - uid: 30753 + - uid: 30713 components: - type: Transform rot: -1.5707963267948966 rad pos: -20.5,63.5 parent: 2 - - uid: 30754 + - uid: 30714 components: - type: Transform rot: -1.5707963267948966 rad pos: -20.5,61.5 parent: 2 - - uid: 30755 + - uid: 30715 components: - type: Transform rot: -1.5707963267948966 rad pos: -20.5,60.5 parent: 2 - - uid: 30756 + - uid: 30716 components: - type: Transform rot: -1.5707963267948966 rad pos: -11.5,62.5 parent: 2 - - uid: 30757 + - uid: 30717 components: - type: Transform rot: -1.5707963267948966 rad pos: -11.5,61.5 parent: 2 - - uid: 30758 + - uid: 30718 components: - type: Transform rot: -1.5707963267948966 rad pos: -11.5,60.5 parent: 2 - - uid: 30759 + - uid: 30719 components: - type: Transform rot: -1.5707963267948966 rad pos: -20.5,59.5 parent: 2 - - uid: 30760 + - uid: 30720 components: - type: Transform rot: -1.5707963267948966 rad pos: -18.5,59.5 parent: 2 - - uid: 30761 + - uid: 30721 components: - type: Transform rot: -1.5707963267948966 rad pos: -18.5,58.5 parent: 2 - - uid: 30762 + - uid: 30722 components: - type: Transform rot: -1.5707963267948966 rad pos: -18.5,57.5 parent: 2 - - uid: 30763 + - uid: 30723 components: - type: Transform rot: -1.5707963267948966 rad pos: -11.5,57.5 parent: 2 - - uid: 30764 + - uid: 30724 components: - type: Transform rot: -1.5707963267948966 rad pos: -20.5,58.5 parent: 2 - - uid: 30765 + - uid: 30725 components: - type: Transform rot: -1.5707963267948966 rad pos: -20.5,57.5 parent: 2 - - uid: 30766 + - uid: 30726 components: - type: Transform rot: -1.5707963267948966 rad pos: -18.5,56.5 parent: 2 - - uid: 30767 + - uid: 30727 components: - type: Transform rot: 1.5707963267948966 rad pos: -19.5,57.5 parent: 2 - - uid: 30768 + - uid: 30728 components: - type: Transform rot: -1.5707963267948966 rad pos: -20.5,56.5 parent: 2 - - uid: 30769 + - uid: 30729 components: - type: Transform rot: -1.5707963267948966 rad pos: -20.5,54.5 parent: 2 - - uid: 30770 + - uid: 30730 components: - type: Transform rot: -1.5707963267948966 rad pos: -18.5,54.5 parent: 2 - - uid: 30771 + - uid: 30731 components: - type: Transform rot: -1.5707963267948966 rad pos: -18.5,53.5 parent: 2 - - uid: 30772 + - uid: 30732 components: - type: Transform rot: -1.5707963267948966 rad pos: -18.5,52.5 parent: 2 - - uid: 30773 + - uid: 30733 components: - type: Transform rot: -1.5707963267948966 rad pos: -22.5,49.5 parent: 2 - - uid: 30774 + - uid: 30734 components: - type: Transform rot: -1.5707963267948966 rad pos: -23.5,54.5 parent: 2 - - uid: 30775 + - uid: 30735 components: - type: Transform rot: -1.5707963267948966 rad pos: -23.5,55.5 parent: 2 - - uid: 30776 + - uid: 30736 components: - type: Transform rot: -1.5707963267948966 rad pos: -11.5,56.5 parent: 2 - - uid: 30777 + - uid: 30737 components: - type: Transform rot: -1.5707963267948966 rad pos: -11.5,55.5 parent: 2 - - uid: 30778 + - uid: 30738 components: - type: Transform rot: -1.5707963267948966 rad pos: -11.5,54.5 parent: 2 - - uid: 30779 + - uid: 30739 components: - type: Transform rot: -1.5707963267948966 rad pos: -20.5,53.5 parent: 2 - - uid: 30780 + - uid: 30740 components: - type: Transform rot: -1.5707963267948966 rad pos: -20.5,52.5 parent: 2 - - uid: 30781 + - uid: 30741 components: - type: Transform rot: -1.5707963267948966 rad pos: -23.5,53.5 parent: 2 - - uid: 30782 + - uid: 30742 components: - type: Transform rot: -1.5707963267948966 rad pos: -23.5,52.5 parent: 2 - - uid: 30783 + - uid: 30743 components: - type: Transform rot: -1.5707963267948966 rad pos: -23.5,49.5 parent: 2 - - uid: 30784 + - uid: 30744 components: - type: Transform rot: -1.5707963267948966 rad pos: -23.5,50.5 parent: 2 - - uid: 30785 + - uid: 30745 components: - type: Transform rot: -1.5707963267948966 rad pos: -23.5,51.5 parent: 2 - - uid: 30786 + - uid: 30746 components: - type: Transform rot: -1.5707963267948966 rad pos: -11.5,50.5 parent: 2 - - uid: 30787 + - uid: 30747 components: - type: Transform rot: -1.5707963267948966 rad pos: -11.5,49.5 parent: 2 - - uid: 30788 + - uid: 30748 components: - type: Transform rot: -1.5707963267948966 rad pos: -14.5,48.5 parent: 2 - - uid: 30789 + - uid: 30749 components: - type: Transform rot: -1.5707963267948966 rad pos: -11.5,48.5 parent: 2 - - uid: 30790 + - uid: 30750 components: - type: Transform rot: -1.5707963267948966 rad pos: -12.5,48.5 parent: 2 - - uid: 30791 + - uid: 30751 components: - type: Transform rot: -1.5707963267948966 rad pos: -15.5,49.5 parent: 2 - - uid: 30792 + - uid: 30752 components: - type: Transform rot: -1.5707963267948966 rad pos: -19.5,49.5 parent: 2 - - uid: 30793 + - uid: 30753 components: - type: Transform rot: -1.5707963267948966 rad pos: -19.5,48.5 parent: 2 - - uid: 30794 + - uid: 30754 components: - type: Transform rot: -1.5707963267948966 rad pos: -19.5,47.5 parent: 2 - - uid: 30795 + - uid: 30755 components: - type: Transform rot: -1.5707963267948966 rad pos: -19.5,46.5 parent: 2 - - uid: 30796 + - uid: 30756 components: - type: Transform rot: -1.5707963267948966 rad pos: -19.5,40.5 parent: 2 - - uid: 30797 + - uid: 30757 components: - type: Transform rot: -1.5707963267948966 rad pos: -15.5,48.5 parent: 2 - - uid: 30798 + - uid: 30758 components: - type: Transform rot: -1.5707963267948966 rad pos: -13.5,43.5 parent: 2 - - uid: 30799 + - uid: 30759 components: - type: Transform rot: -1.5707963267948966 rad pos: -13.5,42.5 parent: 2 - - uid: 30800 + - uid: 30760 components: - type: Transform pos: -25.5,37.5 parent: 2 - - uid: 30801 + - uid: 30761 components: - type: Transform pos: -25.5,36.5 parent: 2 - - uid: 30802 + - uid: 30762 components: - type: Transform pos: -26.5,36.5 parent: 2 - - uid: 30803 + - uid: 30763 components: - type: Transform pos: -25.5,39.5 parent: 2 - - uid: 30804 + - uid: 30764 components: - type: Transform pos: -25.5,40.5 parent: 2 - - uid: 30805 + - uid: 30765 components: - type: Transform pos: -44.5,38.5 parent: 2 - - uid: 30806 + - uid: 30766 components: - type: Transform pos: -30.5,37.5 parent: 2 - - uid: 30807 + - uid: 30767 components: - type: Transform pos: -31.5,37.5 parent: 2 - - uid: 30808 + - uid: 30768 components: - type: Transform pos: -33.5,37.5 parent: 2 - - uid: 30809 + - uid: 30769 components: - type: Transform pos: -33.5,38.5 parent: 2 - - uid: 30810 + - uid: 30770 components: - type: Transform pos: -34.5,38.5 parent: 2 - - uid: 30811 + - uid: 30771 components: - type: Transform pos: -35.5,36.5 parent: 2 - - uid: 30812 + - uid: 30772 components: - type: Transform pos: -37.5,38.5 parent: 2 - - uid: 30813 + - uid: 30773 components: - type: Transform pos: -38.5,38.5 parent: 2 - - uid: 30814 + - uid: 30774 components: - type: Transform rot: 3.141592653589793 rad pos: 67.5,9.5 parent: 2 - - uid: 30815 + - uid: 30775 components: - type: Transform pos: -44.5,13.5 parent: 2 - - uid: 30816 + - uid: 30776 components: - type: Transform rot: -1.5707963267948966 rad pos: -22.5,40.5 parent: 2 - - uid: 30817 + - uid: 30777 components: - type: Transform rot: -1.5707963267948966 rad pos: -21.5,40.5 parent: 2 - - uid: 30818 + - uid: 30778 components: - type: Transform rot: -1.5707963267948966 rad pos: -20.5,40.5 parent: 2 - - uid: 30819 + - uid: 30779 components: - type: Transform pos: -23.5,40.5 parent: 2 - - uid: 30820 + - uid: 30780 components: - type: Transform pos: -23.5,42.5 parent: 2 - - uid: 30821 + - uid: 30781 components: - type: Transform pos: -23.5,43.5 parent: 2 - - uid: 30822 + - uid: 30782 components: - type: Transform pos: -23.5,44.5 parent: 2 - - uid: 30823 + - uid: 30783 components: - type: Transform pos: -23.5,45.5 parent: 2 - - uid: 30824 + - uid: 30784 components: - type: Transform pos: -23.5,46.5 parent: 2 - - uid: 30825 + - uid: 30785 components: - type: Transform pos: -22.5,46.5 parent: 2 - - uid: 30826 + - uid: 30786 components: - type: Transform pos: -21.5,46.5 parent: 2 - - uid: 30827 + - uid: 30787 components: - type: Transform pos: -20.5,46.5 parent: 2 - - uid: 30828 + - uid: 30788 components: - type: Transform pos: -8.5,47.5 parent: 2 - - uid: 30829 + - uid: 30789 components: - type: Transform pos: -7.5,47.5 parent: 2 - - uid: 30830 + - uid: 30790 components: - type: Transform pos: -6.5,47.5 parent: 2 - - uid: 30831 + - uid: 30791 components: - type: Transform pos: -2.5,47.5 parent: 2 - - uid: 30832 + - uid: 30792 components: - type: Transform pos: -1.5,47.5 parent: 2 - - uid: 30833 + - uid: 30793 components: - type: Transform pos: -1.5,48.5 parent: 2 - - uid: 30834 + - uid: 30794 components: - type: Transform pos: -1.5,51.5 parent: 2 - - uid: 30835 + - uid: 30795 components: - type: Transform pos: -1.5,52.5 parent: 2 - - uid: 30836 + - uid: 30796 components: - type: Transform pos: -1.5,53.5 parent: 2 - - uid: 30837 + - uid: 30797 components: - type: Transform pos: -1.5,54.5 parent: 2 - - uid: 30838 + - uid: 30798 components: - type: Transform pos: 45.5,34.5 parent: 2 - - uid: 30839 + - uid: 30799 components: - type: Transform rot: 3.141592653589793 rad pos: 45.5,33.5 parent: 2 - - uid: 30840 + - uid: 30800 components: - type: Transform rot: -1.5707963267948966 rad pos: -4.5,57.5 parent: 2 - - uid: 30841 + - uid: 30801 components: - type: Transform rot: -1.5707963267948966 rad pos: -3.5,57.5 parent: 2 - - uid: 30842 + - uid: 30802 components: - type: Transform rot: -1.5707963267948966 rad pos: -2.5,57.5 parent: 2 - - uid: 30843 + - uid: 30803 components: - type: Transform rot: -1.5707963267948966 rad pos: -1.5,57.5 parent: 2 - - uid: 30844 + - uid: 30804 components: - type: Transform rot: -1.5707963267948966 rad pos: -1.5,56.5 parent: 2 - - uid: 30845 + - uid: 30805 components: - type: Transform rot: -1.5707963267948966 rad pos: -1.5,55.5 parent: 2 - - uid: 30846 + - uid: 30806 components: - type: Transform rot: -1.5707963267948966 rad pos: -9.5,60.5 parent: 2 - - uid: 30847 + - uid: 30807 components: - type: Transform pos: 17.5,35.5 parent: 2 - - uid: 30848 + - uid: 30808 components: - type: Transform pos: 15.5,35.5 parent: 2 - - uid: 30849 + - uid: 30809 components: - type: Transform pos: -28.5,42.5 parent: 2 - - uid: 30850 + - uid: 30810 components: - type: Transform pos: -27.5,42.5 parent: 2 - - uid: 30851 + - uid: 30811 components: - type: Transform pos: -26.5,42.5 parent: 2 - - uid: 30852 + - uid: 30812 components: - type: Transform pos: -39.5,37.5 parent: 2 - - uid: 30853 + - uid: 30813 components: - type: Transform pos: -39.5,38.5 parent: 2 - - uid: 30854 + - uid: 30814 components: - type: Transform pos: -36.5,38.5 parent: 2 - - uid: 30855 + - uid: 30815 components: - type: Transform pos: -35.5,38.5 parent: 2 - - uid: 30856 + - uid: 30816 components: - type: Transform pos: 40.5,49.5 parent: 2 - - uid: 30857 + - uid: 30817 components: - type: Transform pos: 40.5,50.5 parent: 2 - - uid: 30858 + - uid: 30818 components: - type: Transform pos: 44.5,46.5 parent: 2 - - uid: 30859 + - uid: 30819 components: - type: Transform pos: 44.5,44.5 parent: 2 - - uid: 30860 + - uid: 30820 components: - type: Transform pos: -23.5,48.5 parent: 2 - - uid: 30861 + - uid: 30821 components: - type: Transform pos: 7.5,-31.5 parent: 2 - - uid: 30862 + - uid: 30822 components: - type: Transform pos: 7.5,-29.5 parent: 2 - - uid: 30863 + - uid: 30823 components: - type: Transform pos: 7.5,-30.5 parent: 2 - - uid: 30864 + - uid: 30824 components: - type: Transform pos: -22.5,-17.5 parent: 2 - - uid: 30865 + - uid: 30825 components: - type: Transform pos: -16.5,-96.5 parent: 2 - - uid: 30866 + - uid: 30826 components: - type: Transform pos: -28.5,-96.5 parent: 2 - - uid: 30867 + - uid: 30827 components: - type: Transform pos: -13.5,-98.5 parent: 2 - - uid: 30868 + - uid: 30828 components: - type: Transform pos: -13.5,-96.5 parent: 2 - - uid: 30869 + - uid: 30829 components: - type: Transform pos: -31.5,-98.5 parent: 2 - - uid: 30870 + - uid: 30830 components: - type: Transform pos: -31.5,-96.5 parent: 2 - - uid: 30871 + - uid: 30831 components: - type: Transform pos: -43.5,-93.5 parent: 2 - - uid: 30872 + - uid: 30832 components: - type: Transform rot: 1.5707963267948966 rad pos: -39.5,-93.5 parent: 2 - - uid: 30873 + - uid: 30833 components: - type: Transform rot: 1.5707963267948966 rad pos: -40.5,-93.5 parent: 2 - - uid: 30874 + - uid: 30834 components: - type: Transform rot: 3.141592653589793 rad pos: -39.5,-94.5 parent: 2 - - uid: 30875 + - uid: 30835 components: - type: Transform rot: 3.141592653589793 rad pos: -39.5,-97.5 parent: 2 - - uid: 30876 + - uid: 30836 components: - type: Transform pos: 16.5,-4.5 parent: 2 - - uid: 30877 + - uid: 30837 components: - type: Transform rot: 1.5707963267948966 rad pos: 59.5,-8.5 parent: 2 - - uid: 30878 + - uid: 30838 components: - type: Transform pos: -13.5,33.5 parent: 2 - - uid: 30879 + - uid: 30839 components: - type: Transform rot: -1.5707963267948966 rad pos: -14.5,-15.5 parent: 2 - - uid: 30880 + - uid: 30840 components: - type: Transform rot: -1.5707963267948966 rad pos: -14.5,-12.5 parent: 2 - - uid: 30881 + - uid: 30841 components: - type: Transform pos: 60.5,-28.5 parent: 2 - - uid: 30882 + - uid: 30842 components: - type: Transform pos: 7.5,-35.5 parent: 2 - - uid: 30883 + - uid: 30843 components: - type: Transform pos: 7.5,-32.5 parent: 2 - - uid: 30884 + - uid: 30844 components: - type: Transform pos: 57.5,-62.5 parent: 2 - - uid: 30885 + - uid: 30845 components: - type: Transform pos: 5.5,-35.5 parent: 2 - - uid: 30886 + - uid: 30846 components: - type: Transform rot: -1.5707963267948966 rad pos: 39.5,-34.5 parent: 2 - - uid: 30887 + - uid: 30847 components: - type: Transform pos: 56.5,-62.5 parent: 2 - - uid: 30888 + - uid: 30848 components: - type: Transform pos: 7.5,-33.5 parent: 2 - - uid: 30889 + - uid: 30849 components: - type: Transform pos: 7.5,-34.5 parent: 2 - - uid: 30890 + - uid: 30850 components: - type: Transform pos: 52.5,-33.5 parent: 2 - - uid: 30891 + - uid: 30851 components: - type: Transform pos: 52.5,-34.5 parent: 2 - - uid: 30892 + - uid: 30852 components: - type: Transform pos: 55.5,-62.5 parent: 2 - - uid: 30893 + - uid: 30853 components: - type: Transform rot: -1.5707963267948966 rad pos: 38.5,-34.5 parent: 2 - - uid: 30894 + - uid: 30854 components: - type: Transform rot: 1.5707963267948966 rad pos: 9.5,-38.5 parent: 2 - - uid: 30895 + - uid: 30855 components: - type: Transform rot: 3.141592653589793 rad pos: -16.5,-17.5 parent: 2 - - uid: 30896 + - uid: 30856 components: - type: Transform rot: 3.141592653589793 rad pos: -16.5,-19.5 parent: 2 - - uid: 30897 + - uid: 30857 components: - type: Transform rot: 3.141592653589793 rad pos: -14.5,-22.5 parent: 2 - - uid: 30898 + - uid: 30858 components: - type: Transform pos: 73.5,-55.5 parent: 2 - - uid: 30899 + - uid: 30859 components: - type: Transform pos: 52.5,-37.5 parent: 2 - - uid: 30900 + - uid: 30860 components: - type: Transform rot: 1.5707963267948966 rad pos: -57.5,-57.5 parent: 2 - - uid: 30901 + - uid: 30861 components: - type: Transform pos: 60.5,-42.5 parent: 2 - - uid: 30902 + - uid: 30862 components: - type: Transform rot: 1.5707963267948966 rad pos: 60.5,-40.5 parent: 2 - - uid: 30903 + - uid: 30863 components: - type: Transform pos: 55.5,-33.5 parent: 2 - - uid: 30904 + - uid: 30864 components: - type: Transform pos: 56.5,-36.5 parent: 2 - - uid: 30905 + - uid: 30865 components: - type: Transform pos: 56.5,-34.5 parent: 2 - - uid: 30906 + - uid: 30866 components: - type: Transform pos: 60.5,-27.5 parent: 2 - - uid: 30907 + - uid: 30867 components: - type: Transform pos: 59.5,-27.5 parent: 2 - - uid: 30908 + - uid: 30868 components: - type: Transform pos: 58.5,-27.5 parent: 2 - - uid: 30909 + - uid: 30869 components: - type: Transform pos: 56.5,-29.5 parent: 2 - - uid: 30910 + - uid: 30870 components: - type: Transform pos: 56.5,-30.5 parent: 2 - - uid: 30911 + - uid: 30871 components: - type: Transform pos: 56.5,-28.5 parent: 2 - - uid: 30912 + - uid: 30872 components: - type: Transform pos: 61.5,-27.5 parent: 2 - - uid: 30913 + - uid: 30873 components: - type: Transform pos: 56.5,-27.5 parent: 2 - - uid: 30914 + - uid: 30874 components: - type: Transform pos: 53.5,-29.5 parent: 2 - - uid: 30915 + - uid: 30875 components: - type: Transform pos: 54.5,-29.5 parent: 2 - - uid: 30916 + - uid: 30876 components: - type: Transform pos: 44.5,-62.5 parent: 2 - - uid: 30917 + - uid: 30877 components: - type: Transform pos: 44.5,-63.5 parent: 2 - - uid: 30918 + - uid: 30878 components: - type: Transform pos: 53.5,-66.5 parent: 2 - - uid: 30919 + - uid: 30879 components: - type: Transform pos: 56.5,-35.5 parent: 2 - - uid: 30920 + - uid: 30880 components: - type: Transform pos: 57.5,-66.5 parent: 2 - - uid: 30921 + - uid: 30881 components: - type: Transform pos: 57.5,-67.5 parent: 2 - - uid: 30922 + - uid: 30882 components: - type: Transform pos: 65.5,-66.5 parent: 2 - - uid: 30923 + - uid: 30883 components: - type: Transform pos: 65.5,-62.5 parent: 2 - - uid: 30924 + - uid: 30884 components: - type: Transform pos: 65.5,-64.5 parent: 2 - - uid: 30925 + - uid: 30885 components: - type: Transform pos: 65.5,-63.5 parent: 2 - - uid: 30926 + - uid: 30886 components: - type: Transform pos: 73.5,-56.5 parent: 2 - - uid: 30927 + - uid: 30887 components: - type: Transform pos: 74.5,-53.5 parent: 2 - - uid: 30928 + - uid: 30888 components: - type: Transform pos: 66.5,-62.5 parent: 2 - - uid: 30929 + - uid: 30889 components: - type: Transform pos: 67.5,-62.5 parent: 2 - - uid: 30930 + - uid: 30890 components: - type: Transform pos: 70.5,-63.5 parent: 2 - - uid: 30931 + - uid: 30891 components: - type: Transform pos: 70.5,-62.5 parent: 2 - - uid: 30932 + - uid: 30892 components: - type: Transform pos: 69.5,-62.5 parent: 2 - - uid: 30933 + - uid: 30893 components: - type: Transform pos: 69.5,-58.5 parent: 2 - - uid: 30934 + - uid: 30894 components: - type: Transform pos: 70.5,-58.5 parent: 2 - - uid: 30935 + - uid: 30895 components: - type: Transform pos: 70.5,-59.5 parent: 2 - - uid: 30936 + - uid: 30896 components: - type: Transform pos: 70.5,-60.5 parent: 2 - - uid: 30937 + - uid: 30897 components: - type: Transform pos: 72.5,-58.5 parent: 2 - - uid: 30938 + - uid: 30898 components: - type: Transform pos: 56.5,-37.5 parent: 2 - - uid: 30939 + - uid: 30899 components: - type: Transform pos: 58.5,-39.5 parent: 2 - - uid: 30940 + - uid: 30900 components: - type: Transform pos: 62.5,-27.5 parent: 2 - - uid: 30941 + - uid: 30901 components: - type: Transform pos: 18.5,-15.5 parent: 2 - - uid: 30942 + - uid: 30902 components: - type: Transform pos: -12.5,-34.5 parent: 2 - - uid: 30943 + - uid: 30903 components: - type: Transform pos: -22.5,0.5 parent: 2 - - uid: 30944 + - uid: 30904 components: - type: Transform rot: 3.141592653589793 rad pos: 19.5,8.5 parent: 2 - - uid: 30945 + - uid: 30905 components: - type: Transform pos: 16.5,8.5 parent: 2 - - uid: 30946 + - uid: 30906 components: - type: Transform pos: 1.5,-51.5 parent: 2 - - uid: 30947 + - uid: 30907 components: - type: Transform pos: 5.5,-73.5 parent: 2 - - uid: 30948 + - uid: 30908 components: - type: Transform pos: -16.5,-11.5 parent: 2 - - uid: 30949 + - uid: 30909 components: - type: Transform pos: -13.5,-16.5 parent: 2 - - uid: 30950 + - uid: 30910 components: - type: Transform pos: -8.5,-7.5 parent: 2 - - uid: 30951 - components: - - type: Transform - pos: 6.5,-51.5 - parent: 2 - - uid: 30952 + - uid: 30911 components: - type: Transform rot: 1.5707963267948966 rad pos: -27.5,-60.5 parent: 2 - - uid: 30953 - components: - - type: Transform - pos: -21.5,-51.5 - parent: 2 - - uid: 30954 + - uid: 30912 components: - type: Transform pos: 5.5,-75.5 parent: 2 - - uid: 30955 + - uid: 30913 components: - type: Transform pos: 4.5,-72.5 parent: 2 - - uid: 30956 + - uid: 30914 components: - type: Transform pos: -11.5,13.5 parent: 2 - - uid: 30957 + - uid: 30915 components: - type: Transform rot: -1.5707963267948966 rad pos: 2.5,-24.5 parent: 2 - - uid: 30958 + - uid: 30916 components: - type: Transform rot: 3.141592653589793 rad pos: 29.5,-37.5 parent: 2 - - uid: 30959 + - uid: 30917 components: - type: Transform rot: 1.5707963267948966 rad pos: -26.5,-32.5 parent: 2 - - uid: 30960 + - uid: 30918 components: - type: Transform rot: 3.141592653589793 rad pos: -35.5,18.5 parent: 2 + - uid: 30919 + components: + - type: Transform + pos: -0.5,-54.5 + parent: 2 + - uid: 30920 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-63.5 + parent: 2 + - uid: 30921 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-63.5 + parent: 2 + - uid: 30922 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-64.5 + parent: 2 + - uid: 30923 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-64.5 + parent: 2 + - uid: 30924 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-64.5 + parent: 2 + - uid: 30925 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-64.5 + parent: 2 + - uid: 30926 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-64.5 + parent: 2 + - uid: 30927 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-64.5 + parent: 2 + - uid: 30928 + components: + - type: Transform + pos: -7.5,-67.5 + parent: 2 + - uid: 30929 + components: + - type: Transform + pos: -7.5,-68.5 + parent: 2 + - uid: 30930 + components: + - type: Transform + pos: -9.5,-67.5 + parent: 2 + - uid: 30931 + components: + - type: Transform + pos: -10.5,-67.5 + parent: 2 + - uid: 30932 + components: + - type: Transform + pos: 7.5,-53.5 + parent: 2 + - uid: 30933 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-63.5 + parent: 2 + - uid: 30934 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-64.5 + parent: 2 + - uid: 30935 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-65.5 + parent: 2 + - uid: 30936 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-66.5 + parent: 2 + - uid: 30937 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-67.5 + parent: 2 + - uid: 30938 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-68.5 + parent: 2 + - uid: 30939 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-68.5 + parent: 2 + - uid: 30940 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-68.5 + parent: 2 + - uid: 30941 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-67.5 + parent: 2 + - uid: 30942 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-67.5 + parent: 2 + - uid: 30943 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-67.5 + parent: 2 + - uid: 30944 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-67.5 + parent: 2 + - uid: 30945 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-66.5 + parent: 2 + - uid: 30946 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-65.5 + parent: 2 + - uid: 30947 + components: + - type: Transform + pos: -8.5,-63.5 + parent: 2 - proto: WallSolidDiagonal entities: - - uid: 30961 + - uid: 30948 components: - type: Transform rot: -1.5707963267948966 rad pos: 7.5,-8.5 parent: 2 - - uid: 30962 + - uid: 30949 components: - type: Transform rot: 1.5707963267948966 rad pos: -35.5,16.5 parent: 2 - - uid: 30963 + - uid: 30950 components: - type: Transform rot: 3.141592653589793 rad @@ -199222,84 +199502,84 @@ entities: parent: 2 - proto: WallSolidRust entities: - - uid: 30964 + - uid: 30951 components: - type: Transform rot: 3.141592653589793 rad pos: -53.5,-30.5 parent: 2 - - uid: 30965 + - uid: 30952 components: - type: Transform rot: 3.141592653589793 rad pos: -56.5,-30.5 parent: 2 - - uid: 30966 + - uid: 30953 components: - type: Transform rot: 3.141592653589793 rad pos: -52.5,-65.5 parent: 2 - - uid: 30967 + - uid: 30954 components: - type: Transform rot: 3.141592653589793 rad pos: -26.5,-65.5 parent: 2 - - uid: 30968 + - uid: 30955 components: - type: Transform rot: 3.141592653589793 rad pos: -25.5,-65.5 parent: 2 - - uid: 30969 + - uid: 30956 components: - type: Transform rot: 3.141592653589793 rad pos: -31.5,-65.5 parent: 2 - - uid: 30970 + - uid: 30957 components: - type: Transform rot: 3.141592653589793 rad pos: -53.5,-69.5 parent: 2 - - uid: 30971 + - uid: 30958 components: - type: Transform rot: 3.141592653589793 rad pos: -48.5,-73.5 parent: 2 - - uid: 30972 + - uid: 30959 components: - type: Transform rot: 3.141592653589793 rad pos: -40.5,-66.5 parent: 2 - - uid: 30973 + - uid: 30960 components: - type: Transform rot: 3.141592653589793 rad pos: -37.5,-66.5 parent: 2 - - uid: 30974 + - uid: 30961 components: - type: Transform pos: -12.5,-33.5 parent: 2 - - uid: 30975 + - uid: 30962 components: - type: Transform rot: 3.141592653589793 rad pos: 13.5,-58.5 parent: 2 - - uid: 30976 + - uid: 30963 components: - type: Transform rot: 3.141592653589793 rad pos: 13.5,-56.5 parent: 2 - - uid: 30977 + - uid: 30964 components: - type: Transform rot: 1.5707963267948966 rad @@ -199307,7 +199587,7 @@ entities: parent: 2 - proto: WardrobeBotanistFilled entities: - - uid: 30978 + - uid: 30965 components: - type: Transform pos: -4.5,12.5 @@ -199330,7 +199610,7 @@ entities: - 0 - 0 - 0 - - uid: 30979 + - uid: 30966 components: - type: Transform pos: -4.5,10.5 @@ -199355,7 +199635,7 @@ entities: - 0 - proto: WardrobeGreenFilled entities: - - uid: 30980 + - uid: 30967 components: - type: Transform pos: -48.5,3.5 @@ -199380,7 +199660,7 @@ entities: - 0 - proto: WardrobePrisonFilled entities: - - uid: 30981 + - uid: 30968 components: - type: Transform pos: 28.5,10.5 @@ -199403,7 +199683,7 @@ entities: - 0 - 0 - 0 - - uid: 30982 + - uid: 30969 components: - type: Transform pos: 36.5,5.5 @@ -199426,7 +199706,7 @@ entities: - 0 - 0 - 0 - - uid: 30983 + - uid: 30970 components: - type: Transform pos: 31.5,10.5 @@ -199449,7 +199729,7 @@ entities: - 0 - 0 - 0 - - uid: 30984 + - uid: 30971 components: - type: Transform pos: 34.5,10.5 @@ -199472,7 +199752,7 @@ entities: - 0 - 0 - 0 - - uid: 30985 + - uid: 30972 components: - type: Transform pos: 36.5,8.5 @@ -199495,7 +199775,7 @@ entities: - 0 - 0 - 0 - - uid: 30986 + - uid: 30973 components: - type: Transform pos: 55.5,22.5 @@ -199518,7 +199798,7 @@ entities: - 0 - 0 - 0 - - uid: 30987 + - uid: 30974 components: - type: Transform pos: 52.5,22.5 @@ -199541,7 +199821,7 @@ entities: - 0 - 0 - 0 - - uid: 30988 + - uid: 30975 components: - type: Transform pos: 49.5,22.5 @@ -199564,7 +199844,7 @@ entities: - 0 - 0 - 0 - - uid: 30989 + - uid: 30976 components: - type: Transform pos: 46.5,22.5 @@ -199587,7 +199867,7 @@ entities: - 0 - 0 - 0 - - uid: 30990 + - uid: 30977 components: - type: Transform pos: 58.5,22.5 @@ -199610,7 +199890,7 @@ entities: - 0 - 0 - 0 - - uid: 30991 + - uid: 30978 components: - type: Transform pos: 60.5,19.5 @@ -199633,7 +199913,7 @@ entities: - 0 - 0 - 0 - - uid: 30992 + - uid: 30979 components: - type: Transform pos: 60.5,16.5 @@ -199658,7 +199938,7 @@ entities: - 0 - proto: WardrobeYellowFilled entities: - - uid: 30993 + - uid: 30980 components: - type: Transform pos: -49.5,3.5 @@ -199683,56 +199963,56 @@ entities: - 0 - proto: WarningCO2 entities: - - uid: 30994 + - uid: 30981 components: - type: Transform pos: -51.5,-50.5 parent: 2 - proto: WarningN2 entities: - - uid: 30995 + - uid: 30982 components: - type: Transform pos: -51.5,-54.5 parent: 2 - proto: WarningN2O entities: - - uid: 30996 + - uid: 30983 components: - type: Transform pos: -51.5,-42.5 parent: 2 - proto: WarningO2 entities: - - uid: 30997 + - uid: 30984 components: - type: Transform pos: -51.5,-52.5 parent: 2 - proto: WarningPlasma entities: - - uid: 30998 + - uid: 30985 components: - type: Transform pos: -51.5,-46.5 parent: 2 - proto: WarningTritium entities: - - uid: 30999 + - uid: 30986 components: - type: Transform pos: -51.5,-44.5 parent: 2 - proto: WarningWaste entities: - - uid: 31000 + - uid: 30987 components: - type: Transform pos: -51.5,-48.5 parent: 2 - proto: WarpPoint entities: - - uid: 31001 + - uid: 30988 components: - type: MetaData name: 'warp: science' @@ -199741,7 +200021,7 @@ entities: parent: 2 - type: WarpPoint location: science reception - - uid: 31002 + - uid: 30989 components: - type: MetaData name: 'warp: singularity' @@ -199752,21 +200032,21 @@ entities: location: singularity - proto: WarpPointBombing entities: - - uid: 31003 + - uid: 30990 components: - type: Transform pos: 46.5,6.5 parent: 2 - type: WarpPoint location: brigmed - - uid: 31004 + - uid: 30991 components: - type: Transform pos: -19.5,-47.5 parent: 2 - type: WarpPoint location: camera server room - - uid: 31005 + - uid: 30992 components: - type: Transform pos: -46.5,-12.5 @@ -199775,29 +200055,29 @@ entities: location: ame - proto: WaterCooler entities: - - uid: 31006 + - uid: 30993 components: - type: Transform pos: -8.5,-35.5 parent: 2 - - uid: 31007 + - uid: 30994 components: - type: Transform pos: 55.398575,18.5843 parent: 2 - - uid: 31008 + - uid: 30995 components: - type: Transform pos: 36.5,-6.5 parent: 2 - - uid: 31009 + - uid: 30996 components: - type: Transform pos: 41.5,-47.5 parent: 2 - proto: WatermelonSeeds entities: - - uid: 31010 + - uid: 30997 components: - type: Transform rot: 3.141592653589793 rad @@ -199805,95 +200085,95 @@ entities: parent: 2 - proto: WaterTank entities: - - uid: 31011 + - uid: 30998 components: - type: Transform pos: 74.5,-54.5 parent: 2 - proto: WaterTankFull entities: - - uid: 31012 + - uid: 30999 components: - type: Transform pos: -4.5,14.5 parent: 2 - - uid: 31013 + - uid: 31000 components: - type: Transform pos: -19.5,-86.5 parent: 2 - - uid: 31014 + - uid: 31001 components: - type: Transform pos: 7.5,-81.5 parent: 2 - - uid: 31015 + - uid: 31002 components: - type: Transform pos: 45.5,21.5 parent: 2 - - uid: 31016 + - uid: 31003 components: - type: Transform pos: 8.5,-64.5 parent: 2 - - uid: 31017 + - uid: 31004 components: - type: Transform pos: -29.5,-65.5 parent: 2 - - uid: 31018 + - uid: 31005 components: - type: Transform pos: 35.5,-10.5 parent: 2 - - uid: 31019 + - uid: 31006 components: - type: Transform pos: -27.5,-43.5 parent: 2 - - uid: 31020 + - uid: 31007 components: - type: Transform pos: -39.5,-30.5 parent: 2 - - uid: 31021 + - uid: 31008 components: - type: Transform pos: -45.5,-3.5 parent: 2 - - uid: 31022 + - uid: 31009 components: - type: Transform pos: -27.5,37.5 parent: 2 - - uid: 31023 + - uid: 31010 components: - type: Transform pos: -8.5,-8.5 parent: 2 - proto: WaterTankHighCapacity entities: - - uid: 31024 + - uid: 31011 components: - type: Transform pos: -7.5,-21.5 parent: 2 - - uid: 31025 + - uid: 31012 components: - type: Transform pos: -5.5,8.5 parent: 2 - proto: WaterVaporCanister entities: - - uid: 31026 + - uid: 31013 components: - type: Transform pos: -50.5,-48.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 31027 + - uid: 31014 components: - type: Transform pos: -34.5,-28.5 @@ -199902,334 +200182,329 @@ entities: joinedGrid: 2 - proto: WeaponCapacitorRecharger entities: - - uid: 31028 + - uid: 31015 components: - type: Transform pos: 28.5,-21.5 parent: 2 - - uid: 31029 - components: - - type: Transform - pos: 2.5,-56.5 - parent: 2 - - uid: 31030 + - uid: 31016 components: - type: Transform pos: 6.5,12.5 parent: 2 - - uid: 31031 + - uid: 31017 components: - type: Transform pos: 20.5,-45.5 parent: 2 - - uid: 31032 + - uid: 31018 components: - type: Transform pos: 5.5,20.5 parent: 2 - - uid: 31033 + - uid: 31019 components: - type: Transform pos: 17.5,22.5 parent: 2 - - uid: 31034 + - uid: 31020 components: - type: Transform pos: 25.5,23.5 parent: 2 - - uid: 31035 + - uid: 31021 components: - type: Transform pos: -16.5,24.5 parent: 2 - - uid: 31036 + - uid: 31022 components: - type: Transform pos: -16.5,-21.5 parent: 2 - proto: WeaponDisabler entities: - - uid: 31037 + - uid: 31023 components: - type: Transform pos: 1.6229637,21.593708 parent: 2 - - uid: 31038 + - uid: 31024 components: - type: Transform pos: 12.563014,21.38584 parent: 2 - - uid: 31039 + - uid: 31025 components: - type: Transform pos: 12.453639,21.54209 parent: 2 - proto: WeaponLaserCarbine entities: - - uid: 31040 + - uid: 31026 components: - type: Transform pos: 26.559673,29.582918 parent: 2 - - uid: 31041 + - uid: 31027 components: - type: Transform pos: 31.473701,27.53409 parent: 2 - - uid: 31042 + - uid: 31028 components: - type: Transform pos: 27.55704,27.505564 parent: 2 - proto: WeaponPistolMk58 entities: - - uid: 31043 + - uid: 31029 components: - type: Transform pos: 31.657001,32.450115 parent: 2 - - uid: 31044 + - uid: 31030 components: - type: Transform pos: 31.637281,32.558495 parent: 2 - - uid: 31045 + - uid: 31031 components: - type: Transform pos: 31.586092,32.47933 parent: 2 - - uid: 31046 + - uid: 31032 components: - type: Transform pos: 31.657982,32.330257 parent: 2 - proto: WeaponRevolverDeckard entities: - - uid: 31047 + - uid: 31033 components: - type: Transform pos: 30.600538,32.59448 parent: 2 - proto: WeaponRevolverInspector entities: - - uid: 31048 + - uid: 31034 components: - type: Transform pos: 23.444613,-35.267536 parent: 2 - proto: WeaponShotgunKammerer entities: - - uid: 31049 + - uid: 31035 components: - type: Transform pos: 26.643364,32.60906 parent: 2 - - uid: 31050 + - uid: 31036 components: - type: Transform pos: 26.777893,32.47498 parent: 2 - - uid: 31051 + - uid: 31037 components: - type: Transform pos: 26.709015,32.580257 parent: 2 - proto: WeaponSubMachineGunDrozd entities: - - uid: 31052 + - uid: 31038 components: - type: Transform pos: 27.939907,32.617863 parent: 2 - - uid: 31053 + - uid: 31039 components: - type: Transform pos: 28.718153,32.704456 parent: 2 - - uid: 31054 + - uid: 31040 components: - type: Transform pos: 29.421278,32.68883 parent: 2 - proto: WeaponSubMachineGunWt550 entities: - - uid: 31055 + - uid: 31041 components: - type: Transform pos: 6.384364,22.636343 parent: 2 - proto: Welder entities: - - uid: 31056 + - uid: 31042 components: - type: Transform pos: -23.377909,-24.435646 parent: 2 - - uid: 31057 + - uid: 31043 components: - type: Transform pos: -11.453522,-74.45183 parent: 2 - - uid: 31058 + - uid: 31044 components: - type: Transform pos: -44.4577,-25.484493 parent: 2 - - uid: 31059 + - uid: 31045 components: - type: Transform pos: -28.416739,-28.473803 parent: 2 - - uid: 31060 + - uid: 31046 components: - type: Transform pos: -52.43758,2.566814 parent: 2 - - uid: 31061 + - uid: 31047 components: - type: Transform pos: -44.442474,-76.91975 parent: 2 - - uid: 31062 + - uid: 31048 components: - type: Transform pos: 76.51503,-43.437786 parent: 2 - - uid: 31063 + - uid: 31049 components: - type: Transform pos: -66.37563,-43.430454 parent: 2 - proto: WelderIndustrial entities: - - uid: 31064 + - uid: 31050 components: - type: Transform pos: -34.41553,-12.611145 parent: 2 - - uid: 31065 + - uid: 31051 components: - type: Transform pos: -35.502888,-46.513077 parent: 2 - - uid: 31066 + - uid: 31052 components: - type: Transform pos: -42.417007,-21.43029 parent: 2 - proto: WelderMini entities: - - uid: 31067 + - uid: 31053 components: - type: Transform pos: -52.426445,-12.844277 parent: 2 - proto: WeldingFuelTank entities: - - uid: 31068 + - uid: 31054 components: - type: Transform pos: -28.5,-43.5 parent: 2 - - uid: 31069 +- proto: WeldingFuelTankFull + entities: + - uid: 31055 components: - type: Transform pos: 7.5,-64.5 parent: 2 -- proto: WeldingFuelTankFull - entities: - - uid: 31070 + - uid: 31056 components: - type: Transform pos: -3.5,-71.5 parent: 2 - - uid: 31071 + - uid: 31057 components: - type: Transform pos: -28.5,-25.5 parent: 2 - - uid: 31072 + - uid: 31058 components: - type: Transform pos: -43.5,-63.5 parent: 2 - - uid: 31073 + - uid: 31059 components: - type: Transform pos: -38.5,-30.5 parent: 2 - - uid: 31074 + - uid: 31060 components: - type: Transform pos: -0.5,23.5 parent: 2 - - uid: 31075 + - uid: 31061 components: - type: Transform pos: -51.5,4.5 parent: 2 - - uid: 31076 + - uid: 31062 components: - type: Transform pos: -16.5,-18.5 parent: 2 - - uid: 31077 + - uid: 31063 components: - type: Transform pos: 39.5,-32.5 parent: 2 - - uid: 31078 + - uid: 31064 components: - type: Transform pos: 72.5,-59.5 parent: 2 - - uid: 31079 + - uid: 31065 components: - type: Transform pos: 66.5,6.5 parent: 2 - - uid: 31080 + - uid: 31066 components: - type: Transform pos: 74.5,-55.5 parent: 2 - - uid: 31081 + - uid: 31067 components: - type: Transform pos: -54.5,-35.5 parent: 2 - proto: WeldingFuelTankHighCapacity entities: - - uid: 31082 + - uid: 31068 components: - type: Transform pos: -53.5,-25.5 parent: 2 - proto: WetFloorSign entities: - - uid: 31083 + - uid: 31069 components: - type: Transform pos: -7.8693366,-23.228895 parent: 2 - - uid: 31084 + - uid: 31070 components: - type: Transform pos: 16.379074,-41.325726 parent: 2 - - uid: 31085 + - uid: 31071 components: - type: Transform pos: -7.8537116,-23.36952 parent: 2 - - uid: 31086 + - uid: 31072 components: - type: Transform pos: -7.7912116,-23.603895 parent: 2 - proto: Windoor entities: - - uid: 31087 + - uid: 31073 components: - type: Transform rot: 1.5707963267948966 rad @@ -200237,200 +200512,270 @@ entities: parent: 2 - proto: WindoorBarLocked entities: - - uid: 31088 + - uid: 31074 components: - type: Transform pos: 18.5,15.5 parent: 2 - - uid: 31089 + - uid: 31075 components: - type: Transform pos: 17.5,15.5 parent: 2 - - uid: 31090 + - uid: 31076 components: - type: Transform rot: 1.5707963267948966 rad pos: 15.5,14.5 parent: 2 - - uid: 31091 + - uid: 31077 components: - type: Transform rot: 1.5707963267948966 rad pos: -39.5,-75.5 parent: 2 - - uid: 31092 + - uid: 31078 components: - type: Transform rot: -1.5707963267948966 rad pos: -44.5,-75.5 parent: 2 - - uid: 31093 + - uid: 31079 components: - type: Transform pos: 28.5,-37.5 parent: 2 - proto: WindoorKitchenHydroponicsLocked entities: - - uid: 31094 + - uid: 31080 components: - type: Transform pos: -4.5,17.5 parent: 2 - - uid: 31095 + - uid: 31081 components: - type: Transform pos: -7.5,17.5 parent: 2 - proto: WindoorSecure entities: - - uid: 31096 + - uid: 31082 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-59.5 + parent: 2 + - uid: 31083 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-61.5 + parent: 2 + - uid: 31084 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-61.5 + parent: 2 + - uid: 31085 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-62.5 + parent: 2 + - uid: 31086 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-57.5 + parent: 2 + - uid: 31087 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-57.5 + parent: 2 + - uid: 31088 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-60.5 + parent: 2 + - uid: 31089 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-58.5 + parent: 2 + - uid: 31090 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-58.5 + parent: 2 + - uid: 31091 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-62.5 + parent: 2 + - uid: 31092 components: - type: Transform pos: 1.5,-1.5 parent: 2 - - uid: 31097 + - uid: 31093 components: - type: Transform rot: 3.141592653589793 rad pos: 4.5,-3.5 parent: 2 - - uid: 31098 + - uid: 31094 components: - type: Transform pos: 4.5,-1.5 parent: 2 - - uid: 31099 + - uid: 31095 components: - type: Transform pos: 17.5,-53.5 parent: 2 - - uid: 31100 + - uid: 31096 components: - type: Transform pos: -13.5,-9.5 parent: 2 - - uid: 31101 + - uid: 31097 components: - type: Transform pos: 59.5,22.5 parent: 2 - - uid: 31102 + - uid: 31098 components: - type: Transform pos: 56.5,22.5 parent: 2 - - uid: 31103 + - uid: 31099 components: - type: Transform pos: 53.5,22.5 parent: 2 - - uid: 31104 + - uid: 31100 components: - type: Transform pos: 50.5,22.5 parent: 2 - - uid: 31105 + - uid: 31101 components: - type: Transform pos: 47.5,22.5 parent: 2 - - uid: 31106 + - uid: 31102 components: - type: Transform rot: -1.5707963267948966 rad pos: 60.5,18.5 parent: 2 - - uid: 31107 + - uid: 31103 components: - type: Transform rot: -1.5707963267948966 rad pos: 60.5,15.5 parent: 2 - - uid: 31108 + - uid: 31104 components: - type: Transform rot: 1.5707963267948966 rad pos: 59.5,-34.5 parent: 2 - - uid: 31109 + - uid: 31105 components: - type: Transform rot: 1.5707963267948966 rad pos: 59.5,-33.5 parent: 2 - - uid: 31110 + - uid: 31106 components: - type: Transform rot: -1.5707963267948966 rad pos: -34.5,14.5 parent: 2 - - uid: 31111 + - uid: 31107 components: - type: Transform rot: 3.141592653589793 rad pos: 71.5,-47.5 parent: 2 - - uid: 31112 + - uid: 31108 components: - type: Transform pos: -5.5,-47.5 parent: 2 - - uid: 31113 + - uid: 31109 components: - type: Transform pos: -4.5,-47.5 parent: 2 - - uid: 31114 + - uid: 31110 components: - type: Transform pos: -3.5,-47.5 parent: 2 + - uid: 31111 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-66.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + links: + - 24340 - proto: WindoorSecureArmoryLocked entities: - - uid: 31115 + - uid: 31112 components: - type: Transform rot: 3.141592653589793 rad pos: 25.5,19.5 parent: 2 - - uid: 31116 + - uid: 31113 components: - type: Transform rot: 3.141592653589793 rad pos: 24.5,19.5 parent: 2 - - uid: 31117 + - uid: 31114 components: - type: Transform rot: 1.5707963267948966 rad pos: 30.5,28.5 parent: 2 - - uid: 31118 + - uid: 31115 components: - type: Transform rot: 1.5707963267948966 rad pos: 30.5,30.5 parent: 2 - - uid: 31119 + - uid: 31116 components: - type: Transform rot: -1.5707963267948966 rad pos: 28.5,30.5 parent: 2 - - uid: 31120 + - uid: 31117 components: - type: Transform rot: 3.141592653589793 rad pos: 26.5,19.5 parent: 2 - - uid: 31121 + - uid: 31118 components: - type: Transform rot: -1.5707963267948966 rad pos: 28.5,28.5 parent: 2 - - uid: 31122 + - uid: 31119 components: - type: Transform rot: 3.141592653589793 rad @@ -200438,14 +200783,14 @@ entities: parent: 2 - proto: WindoorSecureBrigLocked entities: - - uid: 31123 + - uid: 31120 components: - type: Transform pos: 31.5,-52.5 parent: 2 - proto: WindoorSecureCargoLocked entities: - - uid: 31124 + - uid: 31121 components: - type: Transform rot: -1.5707963267948966 rad @@ -200453,33 +200798,27 @@ entities: parent: 2 - proto: WindoorSecureChemistryLocked entities: - - uid: 31125 + - uid: 31122 components: - type: Transform rot: 1.5707963267948966 rad pos: 1.5,-48.5 parent: 2 - - uid: 31126 + - uid: 31123 components: - type: Transform rot: 1.5707963267948966 rad pos: 1.5,-46.5 parent: 2 - - uid: 31127 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-51.5 - parent: 2 - proto: WindoorSecureEngineeringLocked entities: - - uid: 31128 + - uid: 31124 components: - type: Transform rot: -1.5707963267948966 rad pos: -26.5,-12.5 parent: 2 - - uid: 31129 + - uid: 31125 components: - type: Transform rot: -1.5707963267948966 rad @@ -200487,14 +200826,14 @@ entities: parent: 2 - proto: WindoorSecureHeadOfPersonnelLocked entities: - - uid: 31130 + - uid: 31126 components: - type: Transform pos: 4.5,-3.5 parent: 2 - proto: WindoorSecureJanitorLocked entities: - - uid: 31131 + - uid: 31127 components: - type: Transform rot: -1.5707963267948966 rad @@ -200502,60 +200841,60 @@ entities: parent: 2 - proto: WindoorSecureMedicalLocked entities: - - uid: 31132 + - uid: 31128 + components: + - type: Transform + pos: 3.5,-54.5 + parent: 2 + - uid: 31129 components: - type: Transform rot: -1.5707963267948966 rad pos: -17.5,-79.5 parent: 2 - - uid: 31133 + - uid: 31130 components: - type: Transform rot: -1.5707963267948966 rad pos: -16.5,-78.5 parent: 2 - - uid: 31134 + - uid: 31131 components: - type: Transform rot: -1.5707963267948966 rad pos: -16.5,-76.5 parent: 2 - - uid: 31135 + - uid: 31132 components: - type: Transform rot: 1.5707963267948966 rad pos: -28.5,-77.5 parent: 2 - - uid: 31136 + - uid: 31133 components: - type: Transform rot: -1.5707963267948966 rad pos: -17.5,-75.5 parent: 2 - - uid: 31137 + - uid: 31134 components: - type: Transform rot: 1.5707963267948966 rad pos: -28.5,-79.5 parent: 2 - - uid: 31138 + - uid: 31135 components: - type: Transform rot: 3.141592653589793 rad pos: -20.5,-88.5 parent: 2 - - uid: 31139 + - uid: 31136 components: - type: Transform rot: 3.141592653589793 rad pos: -25.5,-88.5 parent: 2 - - uid: 31140 - components: - - type: Transform - pos: 3.5,-51.5 - parent: 2 - - uid: 31141 + - uid: 31137 components: - type: Transform rot: 1.5707963267948966 rad @@ -200563,13 +200902,13 @@ entities: parent: 2 - proto: WindoorSecureScienceLocked entities: - - uid: 31142 + - uid: 31138 components: - type: Transform rot: 3.141592653589793 rad pos: 42.5,-40.5 parent: 2 - - uid: 31143 + - uid: 31139 components: - type: Transform rot: 3.141592653589793 rad @@ -200577,19 +200916,19 @@ entities: parent: 2 - proto: WindoorSecureSecurityLocked entities: - - uid: 31144 + - uid: 31140 components: - type: Transform rot: -1.5707963267948966 rad pos: 48.5,6.5 parent: 2 - - uid: 31145 + - uid: 31141 components: - type: Transform rot: 1.5707963267948966 rad pos: 42.5,6.5 parent: 2 - - uid: 31146 + - uid: 31142 components: - type: Transform rot: 3.141592653589793 rad @@ -200597,8 +200936,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 2257 - - uid: 31147 + - 2249 + - uid: 31143 components: - type: Transform rot: 1.5707963267948966 rad @@ -200606,26 +200945,20 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 2259 - - uid: 31148 + - 2251 + - uid: 31144 components: - type: Transform rot: 3.141592653589793 rad pos: 5.5,11.5 parent: 2 - - uid: 31149 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-56.5 - parent: 2 - - uid: 31150 + - uid: 31145 components: - type: Transform rot: 3.141592653589793 rad pos: 4.5,11.5 parent: 2 - - uid: 31151 + - uid: 31146 components: - type: Transform rot: 3.141592653589793 rad @@ -200633,8 +200966,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 2258 - - uid: 31152 + - 2250 + - uid: 31147 components: - type: Transform rot: 1.5707963267948966 rad @@ -200642,14 +200975,14 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 2260 - - uid: 31153 + - 2252 + - uid: 31148 components: - type: Transform rot: 3.141592653589793 rad pos: 17.5,15.5 parent: 2 - - uid: 31154 + - uid: 31149 components: - type: Transform rot: 3.141592653589793 rad @@ -200657,36 +200990,36 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 2256 - - uid: 31155 + - 2248 + - uid: 31150 components: - type: Transform rot: 3.141592653589793 rad pos: 18.5,15.5 parent: 2 - - uid: 31156 + - uid: 31151 components: - type: Transform pos: 21.5,-44.5 parent: 2 - - uid: 31157 + - uid: 31152 components: - type: Transform pos: 22.5,-44.5 parent: 2 - - uid: 31158 + - uid: 31153 components: - type: Transform rot: 1.5707963267948966 rad pos: -17.5,-22.5 parent: 2 - - uid: 31159 + - uid: 31154 components: - type: Transform rot: 1.5707963267948966 rad pos: -17.5,-23.5 parent: 2 - - uid: 31160 + - uid: 31155 components: - type: Transform rot: 1.5707963267948966 rad @@ -200694,7 +201027,7 @@ entities: parent: 2 - proto: WindoorTheatreLocked entities: - - uid: 31161 + - uid: 31156 components: - type: Transform rot: 3.141592653589793 rad @@ -200702,968 +201035,919 @@ entities: parent: 2 - proto: Window entities: + - uid: 31157 + components: + - type: Transform + pos: -6.5,-65.5 + parent: 2 + - uid: 31158 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-59.5 + parent: 2 + - uid: 31159 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-57.5 + parent: 2 + - uid: 31160 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,-57.5 + parent: 2 + - uid: 31161 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-63.5 + parent: 2 - uid: 31162 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-62.5 + rot: 3.141592653589793 rad + pos: -3.5,-63.5 parent: 2 - uid: 31163 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-62.5 + pos: -0.5,-55.5 parent: 2 - uid: 31164 components: - type: Transform rot: 3.141592653589793 rad - pos: 12.5,-40.5 + pos: -10.5,-53.5 parent: 2 - uid: 31165 components: - type: Transform rot: 3.141592653589793 rad - pos: 10.5,-40.5 + pos: -10.5,-55.5 parent: 2 - uid: 31166 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-72.5 + rot: 3.141592653589793 rad + pos: 12.5,-40.5 parent: 2 - uid: 31167 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,19.5 + rot: 3.141592653589793 rad + pos: 10.5,-40.5 parent: 2 - uid: 31168 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,18.5 + rot: -1.5707963267948966 rad + pos: -5.5,-72.5 parent: 2 - uid: 31169 components: - type: Transform - pos: 8.5,-46.5 + rot: 1.5707963267948966 rad + pos: -21.5,19.5 parent: 2 - uid: 31170 components: - type: Transform - pos: 8.5,-45.5 + rot: 1.5707963267948966 rad + pos: -21.5,18.5 parent: 2 - uid: 31171 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,-74.5 + pos: 8.5,-46.5 parent: 2 - uid: 31172 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,-69.5 + pos: 8.5,-45.5 parent: 2 - uid: 31173 components: - type: Transform rot: -1.5707963267948966 rad - pos: -42.5,-69.5 + pos: -48.5,-74.5 parent: 2 - uid: 31174 components: - type: Transform rot: -1.5707963267948966 rad - pos: -53.5,-31.5 + pos: -41.5,-69.5 parent: 2 - uid: 31175 components: - type: Transform rot: -1.5707963267948966 rad - pos: -53.5,-32.5 + pos: -42.5,-69.5 parent: 2 - uid: 31176 components: - type: Transform - pos: 27.5,-55.5 + rot: -1.5707963267948966 rad + pos: -53.5,-31.5 parent: 2 - uid: 31177 components: - type: Transform - pos: 27.5,-54.5 + rot: -1.5707963267948966 rad + pos: -53.5,-32.5 parent: 2 - uid: 31178 components: - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,65.5 + pos: 27.5,-55.5 parent: 2 - uid: 31179 components: - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,67.5 + pos: 27.5,-54.5 parent: 2 - uid: 31180 components: - type: Transform rot: 3.141592653589793 rad - pos: -14.5,67.5 + pos: -20.5,65.5 parent: 2 - uid: 31181 components: - type: Transform - pos: -13.5,-57.5 + rot: 3.141592653589793 rad + pos: -20.5,67.5 parent: 2 - uid: 31182 components: - type: Transform - pos: -9.5,-58.5 + rot: 3.141592653589793 rad + pos: -14.5,67.5 parent: 2 - uid: 31183 components: - type: Transform - pos: -4.5,-56.5 + rot: -1.5707963267948966 rad + pos: 22.5,5.5 parent: 2 - uid: 31184 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 22.5,5.5 + pos: -21.5,-13.5 parent: 2 - uid: 31185 components: - type: Transform - pos: -21.5,-13.5 + pos: -9.5,-40.5 parent: 2 - uid: 31186 components: - type: Transform - pos: -9.5,-40.5 + rot: -1.5707963267948966 rad + pos: 19.5,-1.5 parent: 2 - uid: 31187 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,-1.5 + pos: -14.5,-44.5 parent: 2 - uid: 31188 components: - type: Transform - pos: -14.5,-44.5 + pos: 39.5,-0.5 parent: 2 - uid: 31189 components: - type: Transform - pos: -1.5,-56.5 + pos: 30.5,-57.5 parent: 2 - uid: 31190 components: - type: Transform - pos: 39.5,-0.5 + pos: 29.5,-57.5 parent: 2 - uid: 31191 components: - type: Transform - pos: -12.5,-58.5 + pos: 33.5,-57.5 parent: 2 - uid: 31192 components: - type: Transform - pos: -6.5,-55.5 + rot: -1.5707963267948966 rad + pos: 19.5,0.5 parent: 2 - uid: 31193 components: - type: Transform - pos: -0.5,-62.5 + rot: -1.5707963267948966 rad + pos: 26.5,-3.5 parent: 2 - uid: 31194 components: - type: Transform - pos: 1.5,-56.5 + rot: -1.5707963267948966 rad + pos: 23.5,-3.5 parent: 2 - uid: 31195 components: - type: Transform - pos: -0.5,-58.5 + rot: -1.5707963267948966 rad + pos: 22.5,-3.5 parent: 2 - uid: 31196 components: - type: Transform - pos: -3.5,-58.5 + pos: 35.5,-5.5 parent: 2 - uid: 31197 components: - type: Transform - pos: 30.5,-57.5 + pos: -21.5,11.5 parent: 2 - uid: 31198 components: - type: Transform - pos: 29.5,-57.5 + pos: -21.5,12.5 parent: 2 - uid: 31199 components: - type: Transform - pos: 33.5,-57.5 + pos: -21.5,-10.5 parent: 2 - uid: 31200 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,0.5 + pos: -21.5,-14.5 parent: 2 - uid: 31201 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,-3.5 + pos: 35.5,-1.5 parent: 2 - uid: 31202 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,-3.5 + pos: 35.5,-2.5 parent: 2 - uid: 31203 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 22.5,-3.5 + pos: -21.5,-9.5 parent: 2 - uid: 31204 components: - type: Transform - pos: 35.5,-5.5 + pos: -5.5,-44.5 parent: 2 - uid: 31205 components: - type: Transform - pos: -21.5,11.5 + pos: -11.5,-40.5 parent: 2 - uid: 31206 components: - type: Transform - pos: -21.5,12.5 + pos: -10.5,-40.5 parent: 2 - uid: 31207 components: - type: Transform - pos: -21.5,-10.5 + pos: -21.5,-61.5 parent: 2 - uid: 31208 components: - type: Transform - pos: -21.5,-14.5 + pos: -21.5,-59.5 parent: 2 - uid: 31209 components: - type: Transform - pos: 35.5,-1.5 + pos: -12.5,-44.5 parent: 2 - uid: 31210 components: - type: Transform - pos: 35.5,-2.5 + pos: -6.5,-36.5 parent: 2 - uid: 31211 components: - type: Transform - pos: -21.5,-9.5 + pos: -25.5,9.5 parent: 2 - uid: 31212 components: - type: Transform - pos: -5.5,-44.5 + pos: -3.5,-44.5 parent: 2 - uid: 31213 components: - type: Transform - pos: -11.5,-40.5 + rot: -1.5707963267948966 rad + pos: 19.5,-0.5 parent: 2 - uid: 31214 components: - type: Transform - pos: -10.5,-40.5 + rot: -1.5707963267948966 rad + pos: 25.5,5.5 parent: 2 - uid: 31215 components: - type: Transform - pos: 0.5,-62.5 + rot: -1.5707963267948966 rad + pos: 27.5,-3.5 parent: 2 - uid: 31216 components: - type: Transform - pos: 1.5,-57.5 + rot: -1.5707963267948966 rad + pos: 21.5,-3.5 parent: 2 - uid: 31217 components: - type: Transform - pos: -0.5,-55.5 + pos: -4.5,-44.5 parent: 2 - uid: 31218 components: - type: Transform - pos: 2.5,-55.5 + pos: -13.5,-44.5 parent: 2 - uid: 31219 components: - type: Transform - pos: 2.5,-62.5 + pos: -6.5,-38.5 parent: 2 - uid: 31220 components: - type: Transform - pos: -9.5,-62.5 + pos: -10.5,-16.5 parent: 2 - uid: 31221 components: - type: Transform - pos: -3.5,-55.5 + pos: 42.5,-0.5 parent: 2 - uid: 31222 components: - type: Transform - pos: -9.5,-55.5 + pos: -21.5,-20.5 parent: 2 - uid: 31223 components: - type: Transform - pos: 2.5,-58.5 + rot: -1.5707963267948966 rad + pos: 21.5,5.5 parent: 2 - uid: 31224 components: - type: Transform - pos: 4.5,-62.5 + rot: -1.5707963267948966 rad + pos: 26.5,5.5 parent: 2 - uid: 31225 components: - type: Transform - pos: -8.5,-62.5 + rot: -1.5707963267948966 rad + pos: 23.5,5.5 parent: 2 - uid: 31226 components: - type: Transform - pos: -10.5,-56.5 + rot: -1.5707963267948966 rad + pos: 25.5,-3.5 parent: 2 - uid: 31227 components: - type: Transform - pos: -10.5,-57.5 + pos: -12.5,43.5 parent: 2 - uid: 31228 components: - type: Transform - pos: -21.5,-61.5 + pos: 37.5,-0.5 parent: 2 - uid: 31229 components: - type: Transform - pos: -21.5,-59.5 + rot: 3.141592653589793 rad + pos: -20.5,-68.5 parent: 2 - uid: 31230 components: - type: Transform - pos: -12.5,-44.5 + rot: 3.141592653589793 rad + pos: -18.5,-68.5 parent: 2 - uid: 31231 components: - type: Transform - pos: -12.5,-55.5 + rot: -1.5707963267948966 rad + pos: 19.5,3.5 parent: 2 - uid: 31232 components: - type: Transform - pos: -6.5,-36.5 + rot: -1.5707963267948966 rad + pos: 19.5,2.5 parent: 2 - uid: 31233 components: - type: Transform - pos: -25.5,9.5 + pos: -6.5,-37.5 parent: 2 - uid: 31234 components: - type: Transform - pos: -3.5,-44.5 + pos: 41.5,-0.5 parent: 2 - uid: 31235 components: - type: Transform rot: -1.5707963267948966 rad - pos: 19.5,-0.5 + pos: 19.5,1.5 parent: 2 - uid: 31236 components: - type: Transform rot: -1.5707963267948966 rad - pos: 25.5,5.5 + pos: 27.5,5.5 parent: 2 - uid: 31237 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,-3.5 + pos: 43.5,-0.5 parent: 2 - uid: 31238 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,-3.5 + pos: -21.5,-22.5 parent: 2 - uid: 31239 components: - type: Transform - pos: -4.5,-44.5 + pos: 32.5,-57.5 parent: 2 - uid: 31240 components: - type: Transform - pos: -1.5,-57.5 + pos: -12.5,14.5 parent: 2 - uid: 31241 components: - type: Transform - pos: -4.5,-57.5 + pos: -23.5,9.5 parent: 2 - uid: 31242 components: - type: Transform - pos: -7.5,-57.5 + pos: -22.5,9.5 parent: 2 - uid: 31243 components: - type: Transform - pos: -13.5,-44.5 + pos: -8.5,43.5 parent: 2 - uid: 31244 components: - type: Transform - pos: -6.5,-38.5 + pos: 35.5,-4.5 parent: 2 - uid: 31245 components: - type: Transform - pos: -10.5,-16.5 + pos: -12.5,-16.5 parent: 2 - uid: 31246 components: - type: Transform - pos: 42.5,-0.5 + pos: 43.5,-12.5 parent: 2 - uid: 31247 components: - type: Transform - pos: -21.5,-20.5 + pos: 42.5,-44.5 parent: 2 - uid: 31248 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,5.5 + pos: 43.5,-44.5 parent: 2 - uid: 31249 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,5.5 + pos: 44.5,-44.5 parent: 2 - uid: 31250 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,5.5 + pos: 27.5,-51.5 parent: 2 - uid: 31251 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,-3.5 + pos: 27.5,-47.5 parent: 2 - uid: 31252 components: - type: Transform - pos: -12.5,43.5 + pos: -19.5,0.5 parent: 2 - uid: 31253 components: - type: Transform - pos: 37.5,-0.5 + pos: -17.5,0.5 parent: 2 - uid: 31254 components: - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,-68.5 + pos: -16.5,0.5 parent: 2 - uid: 31255 components: - type: Transform - rot: 3.141592653589793 rad - pos: -18.5,-68.5 + rot: -1.5707963267948966 rad + pos: -24.5,-18.5 parent: 2 - uid: 31256 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,3.5 + pos: 38.5,-57.5 parent: 2 - uid: 31257 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,2.5 + pos: 40.5,-57.5 parent: 2 - uid: 31258 components: - type: Transform - pos: -6.5,-58.5 + rot: -1.5707963267948966 rad + pos: -25.5,-18.5 parent: 2 - uid: 31259 components: - type: Transform - pos: -6.5,-37.5 + rot: 1.5707963267948966 rad + pos: -66.5,-29.5 parent: 2 - uid: 31260 components: - type: Transform - pos: -7.5,-56.5 + rot: -1.5707963267948966 rad + pos: -28.5,-47.5 parent: 2 - uid: 31261 components: - type: Transform - pos: 41.5,-0.5 + pos: -38.5,-63.5 parent: 2 - uid: 31262 components: - type: Transform - pos: -13.5,-56.5 + pos: -38.5,-65.5 parent: 2 - uid: 31263 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,1.5 + pos: -21.5,24.5 parent: 2 - uid: 31264 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,5.5 + pos: -21.5,23.5 parent: 2 - uid: 31265 components: - type: Transform - pos: 43.5,-0.5 + pos: -34.5,2.5 parent: 2 - uid: 31266 components: - type: Transform - pos: -21.5,-22.5 + pos: -26.5,9.5 parent: 2 - uid: 31267 components: - type: Transform - pos: 32.5,-57.5 + pos: -36.5,2.5 parent: 2 - uid: 31268 components: - type: Transform - pos: -12.5,14.5 + pos: -36.5,7.5 parent: 2 - uid: 31269 components: - type: Transform - pos: -23.5,9.5 + pos: -39.5,2.5 parent: 2 - uid: 31270 components: - type: Transform - pos: -22.5,9.5 + pos: -35.5,2.5 parent: 2 - uid: 31271 components: - type: Transform - pos: -8.5,43.5 + pos: -39.5,7.5 parent: 2 - uid: 31272 components: - type: Transform - pos: 35.5,-4.5 + pos: -41.5,2.5 parent: 2 - uid: 31273 components: - type: Transform - pos: -12.5,-16.5 + pos: -40.5,2.5 parent: 2 - uid: 31274 components: - type: Transform - pos: 43.5,-12.5 + rot: 1.5707963267948966 rad + pos: -52.5,-0.5 parent: 2 - uid: 31275 components: - type: Transform - pos: 42.5,-44.5 + pos: -30.5,-72.5 parent: 2 - uid: 31276 components: - type: Transform - pos: 43.5,-44.5 + pos: -14.5,65.5 parent: 2 - uid: 31277 components: - type: Transform - pos: 44.5,-44.5 + pos: -14.5,62.5 parent: 2 - uid: 31278 components: - type: Transform - pos: 27.5,-51.5 + pos: -3.5,47.5 parent: 2 - uid: 31279 components: - type: Transform - pos: 27.5,-47.5 + pos: -1.5,49.5 parent: 2 - uid: 31280 components: - type: Transform - pos: -19.5,0.5 + pos: -5.5,47.5 parent: 2 - uid: 31281 components: - type: Transform - pos: -17.5,0.5 + rot: 3.141592653589793 rad + pos: -19.5,44.5 parent: 2 - uid: 31282 components: - type: Transform - pos: -16.5,0.5 + pos: -7.5,57.5 parent: 2 - uid: 31283 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,-18.5 + pos: -5.5,57.5 parent: 2 - uid: 31284 components: - type: Transform - pos: 38.5,-57.5 + pos: 2.5,47.5 parent: 2 - uid: 31285 components: - type: Transform - pos: 40.5,-57.5 + pos: 2.5,50.5 parent: 2 - uid: 31286 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,-18.5 + pos: 2.5,51.5 parent: 2 - uid: 31287 components: - type: Transform - pos: 5.5,-58.5 + pos: -1.5,50.5 parent: 2 - uid: 31288 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -66.5,-29.5 + pos: -11.5,51.5 parent: 2 - uid: 31289 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,-47.5 + pos: -11.5,53.5 parent: 2 - uid: 31290 components: - type: Transform - pos: -38.5,-63.5 + pos: -20.5,62.5 parent: 2 - uid: 31291 components: - type: Transform - pos: -38.5,-65.5 + rot: 3.141592653589793 rad + pos: -28.5,-72.5 parent: 2 +- proto: WindowDirectional + entities: - uid: 31292 components: - type: Transform - pos: -21.5,24.5 + rot: 3.141592653589793 rad + pos: -7.5,-61.5 parent: 2 - uid: 31293 components: - type: Transform - pos: -21.5,23.5 + rot: 3.141592653589793 rad + pos: -6.5,-57.5 parent: 2 - uid: 31294 components: - type: Transform - pos: -34.5,2.5 + rot: 3.141592653589793 rad + pos: -2.5,-57.5 parent: 2 - uid: 31295 components: - type: Transform - pos: -26.5,9.5 + rot: 3.141592653589793 rad + pos: -6.5,-61.5 parent: 2 - uid: 31296 components: - type: Transform - pos: -36.5,2.5 + rot: 3.141592653589793 rad + pos: -1.5,-61.5 parent: 2 - uid: 31297 components: - type: Transform - pos: -36.5,7.5 + rot: 3.141592653589793 rad + pos: -6.5,-59.5 parent: 2 - uid: 31298 components: - type: Transform - pos: -39.5,2.5 + rot: 3.141592653589793 rad + pos: -1.5,-57.5 parent: 2 - uid: 31299 components: - type: Transform - pos: -35.5,2.5 + rot: 3.141592653589793 rad + pos: -1.5,-59.5 parent: 2 - uid: 31300 components: - type: Transform - pos: -39.5,7.5 + rot: 3.141592653589793 rad + pos: -2.5,-61.5 parent: 2 - uid: 31301 components: - type: Transform - pos: -41.5,2.5 + rot: 3.141592653589793 rad + pos: -7.5,-57.5 parent: 2 - uid: 31302 - components: - - type: Transform - pos: -40.5,2.5 - parent: 2 - - uid: 31303 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,-0.5 - parent: 2 - - uid: 31304 - components: - - type: Transform - pos: -30.5,-72.5 - parent: 2 - - uid: 31305 - components: - - type: Transform - pos: -14.5,65.5 - parent: 2 - - uid: 31306 - components: - - type: Transform - pos: -14.5,62.5 - parent: 2 - - uid: 31307 - components: - - type: Transform - pos: -3.5,47.5 - parent: 2 - - uid: 31308 - components: - - type: Transform - pos: -1.5,49.5 - parent: 2 - - uid: 31309 - components: - - type: Transform - pos: -5.5,47.5 - parent: 2 - - uid: 31310 components: - type: Transform rot: 3.141592653589793 rad - pos: -19.5,44.5 - parent: 2 - - uid: 31311 - components: - - type: Transform - pos: -7.5,57.5 - parent: 2 - - uid: 31312 - components: - - type: Transform - pos: -5.5,57.5 - parent: 2 - - uid: 31313 - components: - - type: Transform - pos: 2.5,47.5 - parent: 2 - - uid: 31314 - components: - - type: Transform - pos: 2.5,50.5 - parent: 2 - - uid: 31315 - components: - - type: Transform - pos: 2.5,51.5 - parent: 2 - - uid: 31316 - components: - - type: Transform - pos: -1.5,50.5 - parent: 2 - - uid: 31317 - components: - - type: Transform - pos: -11.5,51.5 - parent: 2 - - uid: 31318 - components: - - type: Transform - pos: -11.5,53.5 - parent: 2 - - uid: 31319 - components: - - type: Transform - pos: -20.5,62.5 + pos: -2.5,-59.5 parent: 2 - - uid: 31320 + - uid: 31303 components: - type: Transform rot: 3.141592653589793 rad - pos: -28.5,-72.5 + pos: -7.5,-59.5 parent: 2 -- proto: WindowDirectional - entities: - - uid: 31321 + - uid: 31304 components: - type: Transform pos: 3.5,-1.5 parent: 2 - - uid: 31322 + - uid: 31305 components: - type: Transform pos: 2.5,-1.5 parent: 2 - - uid: 31323 + - uid: 31306 components: - type: Transform rot: -1.5707963267948966 rad pos: 10.5,0.5 parent: 2 - - uid: 31324 + - uid: 31307 components: - type: Transform rot: 1.5707963267948966 rad pos: 7.5,1.5 parent: 2 - - uid: 31325 + - uid: 31308 components: - type: Transform pos: 8.5,2.5 parent: 2 - - uid: 31326 + - uid: 31309 components: - type: Transform rot: -1.5707963267948966 rad pos: 10.5,1.5 parent: 2 - - uid: 31327 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-57.5 - parent: 2 - - uid: 31328 + - uid: 31310 components: - type: Transform pos: 9.5,2.5 parent: 2 - - uid: 31329 + - uid: 31311 components: - type: Transform rot: 3.141592653589793 rad pos: 8.5,-0.5 parent: 2 - - uid: 31330 + - uid: 31312 components: - type: Transform rot: 1.5707963267948966 rad pos: 7.5,0.5 parent: 2 - - uid: 31331 + - uid: 31313 components: - type: Transform rot: 1.5707963267948966 rad pos: 59.5,-35.5 parent: 2 - - uid: 31332 + - uid: 31314 components: - type: Transform rot: -1.5707963267948966 rad pos: 74.5,-49.5 parent: 2 - - uid: 31333 + - uid: 31315 components: - type: Transform rot: -1.5707963267948966 rad pos: 74.5,-47.5 parent: 2 - - uid: 31334 + - uid: 31316 components: - type: Transform rot: 1.5707963267948966 rad pos: 68.5,-47.5 parent: 2 - - uid: 31335 + - uid: 31317 components: - type: Transform rot: 1.5707963267948966 rad pos: 68.5,-49.5 parent: 2 - - uid: 31336 + - uid: 31318 components: - type: Transform rot: 1.5707963267948966 rad pos: 59.5,-32.5 parent: 2 - - uid: 31337 + - uid: 31319 components: - type: Transform rot: 1.5707963267948966 rad pos: 68.5,-48.5 parent: 2 - - uid: 31338 + - uid: 31320 components: - type: Transform rot: -1.5707963267948966 rad pos: 74.5,-48.5 parent: 2 - - uid: 31339 + - uid: 31321 components: - type: Transform rot: 3.141592653589793 rad pos: 69.5,-47.5 parent: 2 - - uid: 31340 + - uid: 31322 components: - type: Transform rot: 3.141592653589793 rad pos: 70.5,-47.5 parent: 2 - - uid: 31341 + - uid: 31323 components: - type: Transform rot: 3.141592653589793 rad pos: 73.5,-47.5 parent: 2 - - uid: 31342 + - uid: 31324 components: - type: Transform rot: 3.141592653589793 rad @@ -201671,1657 +201955,1663 @@ entities: parent: 2 - proto: WindowReinforcedDirectional entities: - - uid: 31343 + - uid: 31325 components: - type: Transform rot: -1.5707963267948966 rad pos: -11.5,7.5 parent: 2 - - uid: 31344 + - uid: 31326 components: - type: Transform pos: 16.5,-53.5 parent: 2 - - uid: 31345 + - uid: 31327 components: - type: Transform pos: -11.5,6.5 parent: 2 - - uid: 31346 + - uid: 31328 components: - type: Transform pos: 15.5,-53.5 parent: 2 - - uid: 31347 + - uid: 31329 components: - type: Transform rot: 3.141592653589793 rad pos: -11.5,7.5 parent: 2 - - uid: 31348 + - uid: 31330 components: - type: Transform rot: -1.5707963267948966 rad pos: -11.5,6.5 parent: 2 - - uid: 31349 + - uid: 31331 components: - type: Transform rot: 1.5707963267948966 rad pos: -11.5,6.5 parent: 2 - - uid: 31350 + - uid: 31332 components: - type: Transform rot: 1.5707963267948966 rad pos: -11.5,7.5 parent: 2 - - uid: 31351 + - uid: 31333 components: - type: Transform pos: -28.5,-78.5 parent: 2 - - uid: 31352 + - uid: 31334 components: - type: Transform rot: -1.5707963267948966 rad pos: 22.5,-21.5 parent: 2 - - uid: 31353 + - uid: 31335 components: - type: Transform rot: -1.5707963267948966 rad pos: -16.5,-75.5 parent: 2 - - uid: 31354 + - uid: 31336 components: - type: Transform rot: 1.5707963267948966 rad pos: -23.5,-88.5 parent: 2 - - uid: 31355 + - uid: 31337 components: - type: Transform pos: -17.5,-76.5 parent: 2 - - uid: 31356 + - uid: 31338 components: - type: Transform pos: -30.5,-78.5 parent: 2 - - uid: 31357 + - uid: 31339 components: - type: Transform rot: 1.5707963267948966 rad pos: -28.5,-80.5 parent: 2 - - uid: 31358 + - uid: 31340 components: - type: Transform rot: 1.5707963267948966 rad pos: -23.5,-90.5 parent: 2 - - uid: 31359 + - uid: 31341 components: - type: Transform pos: -4.5,4.5 parent: 2 - - uid: 31360 + - uid: 31342 components: - type: Transform rot: -1.5707963267948966 rad pos: 28.5,-21.5 parent: 2 - - uid: 31361 + - uid: 31343 components: - type: Transform rot: 1.5707963267948966 rad pos: 24.5,-21.5 parent: 2 - - uid: 31362 + - uid: 31344 components: - type: Transform rot: 1.5707963267948966 rad pos: 26.5,-21.5 parent: 2 - - uid: 31363 + - uid: 31345 components: - type: Transform rot: -1.5707963267948966 rad pos: 26.5,-21.5 parent: 2 - - uid: 31364 + - uid: 31346 components: - type: Transform pos: 49.5,22.5 parent: 2 - - uid: 31365 + - uid: 31347 components: - type: Transform pos: 25.5,-23.5 parent: 2 - - uid: 31366 + - uid: 31348 components: - type: Transform rot: 3.141592653589793 rad pos: 26.5,28.5 parent: 2 - - uid: 31367 + - uid: 31349 components: - type: Transform rot: 1.5707963267948966 rad pos: 30.5,29.5 parent: 2 - - uid: 31368 + - uid: 31350 components: - type: Transform rot: 3.141592653589793 rad pos: 32.5,28.5 parent: 2 - - uid: 31369 + - uid: 31351 components: - type: Transform rot: 3.141592653589793 rad pos: 27.5,28.5 parent: 2 - - uid: 31370 + - uid: 31352 components: - type: Transform rot: -1.5707963267948966 rad pos: -17.5,-78.5 parent: 2 - - uid: 31371 + - uid: 31353 components: - type: Transform pos: -11.5,-9.5 parent: 2 - - uid: 31372 + - uid: 31354 components: - type: Transform rot: -1.5707963267948966 rad pos: 19.5,-54.5 parent: 2 - - uid: 31373 + - uid: 31355 components: - type: Transform pos: 58.5,22.5 parent: 2 - - uid: 31374 + - uid: 31356 components: - type: Transform pos: 52.5,22.5 parent: 2 - - uid: 31375 + - uid: 31357 components: - type: Transform pos: 55.5,22.5 parent: 2 - - uid: 31376 + - uid: 31358 components: - type: Transform rot: -1.5707963267948966 rad pos: 28.5,29.5 parent: 2 - - uid: 31377 + - uid: 31359 components: - type: Transform rot: 3.141592653589793 rad pos: 26.5,30.5 parent: 2 - - uid: 31378 + - uid: 31360 components: - type: Transform rot: 3.141592653589793 rad pos: -17.5,-78.5 parent: 2 - - uid: 31379 + - uid: 31361 components: - type: Transform rot: -1.5707963267948966 rad pos: -17.5,-76.5 parent: 2 - - uid: 31380 + - uid: 31362 components: - type: Transform rot: -1.5707963267948966 rad pos: -16.5,-79.5 parent: 2 - - uid: 31381 + - uid: 31363 components: - type: Transform rot: 1.5707963267948966 rad pos: -28.5,-78.5 parent: 2 - - uid: 31382 + - uid: 31364 components: - type: Transform rot: 3.141592653589793 rad pos: -26.5,-88.5 parent: 2 - - uid: 31383 + - uid: 31365 components: - type: Transform rot: 3.141592653589793 rad pos: -23.5,-88.5 parent: 2 - - uid: 31384 + - uid: 31366 components: - type: Transform rot: 3.141592653589793 rad pos: -21.5,-88.5 parent: 2 - - uid: 31385 + - uid: 31367 components: - type: Transform pos: 26.5,-23.5 parent: 2 - - uid: 31386 + - uid: 31368 components: - type: Transform rot: 3.141592653589793 rad pos: -24.5,-88.5 parent: 2 - - uid: 31387 + - uid: 31369 components: - type: Transform rot: -1.5707963267948966 rad pos: -22.5,-90.5 parent: 2 - - uid: 31388 + - uid: 31370 components: - type: Transform rot: -1.5707963267948966 rad pos: -22.5,-88.5 parent: 2 - - uid: 31389 + - uid: 31371 components: - type: Transform rot: -1.5707963267948966 rad pos: 28.5,27.5 parent: 2 - - uid: 31390 + - uid: 31372 components: - type: Transform pos: -9.5,-81.5 parent: 2 - - uid: 31391 + - uid: 31373 components: - type: Transform rot: 3.141592653589793 rad pos: 31.5,30.5 parent: 2 - - uid: 31392 + - uid: 31374 components: - type: Transform rot: 3.141592653589793 rad pos: 27.5,30.5 parent: 2 - - uid: 31393 + - uid: 31375 components: - type: Transform rot: 3.141592653589793 rad pos: -8.5,21.5 parent: 2 - - uid: 31394 + - uid: 31376 components: - type: Transform rot: 3.141592653589793 rad pos: 32.5,30.5 parent: 2 - - uid: 31395 + - uid: 31377 components: - type: Transform rot: 1.5707963267948966 rad pos: 23.5,-24.5 parent: 2 - - uid: 31396 + - uid: 31378 components: - type: Transform rot: 3.141592653589793 rad pos: 31.5,28.5 parent: 2 - - uid: 31397 + - uid: 31379 components: - type: Transform rot: -1.5707963267948966 rad pos: -22.5,-89.5 parent: 2 - - uid: 31398 + - uid: 31380 components: - type: Transform rot: 1.5707963267948966 rad pos: -23.5,-89.5 parent: 2 - - uid: 31399 + - uid: 31381 components: - type: Transform pos: -29.5,-78.5 parent: 2 - - uid: 31400 + - uid: 31382 components: - type: Transform rot: 1.5707963267948966 rad pos: 30.5,27.5 parent: 2 - - uid: 31401 + - uid: 31383 components: - type: Transform rot: -1.5707963267948966 rad pos: 24.5,-21.5 parent: 2 - - uid: 31402 + - uid: 31384 components: - type: Transform rot: 1.5707963267948966 rad pos: 28.5,-21.5 parent: 2 - - uid: 31403 + - uid: 31385 components: - type: Transform pos: -3.5,4.5 parent: 2 - - uid: 31404 + - uid: 31386 components: - type: Transform rot: 1.5707963267948966 rad pos: 22.5,-21.5 parent: 2 - - uid: 31405 + - uid: 31387 components: - type: Transform rot: 1.5707963267948966 rad pos: -10.5,-82.5 parent: 2 - - uid: 31406 + - uid: 31388 components: - type: Transform rot: -1.5707963267948966 rad pos: 27.5,-24.5 parent: 2 - - uid: 31407 + - uid: 31389 components: - type: Transform pos: 24.5,-23.5 parent: 2 - - uid: 31408 + - uid: 31390 components: - type: Transform pos: 18.5,-53.5 parent: 2 - - uid: 31409 + - uid: 31391 components: - type: Transform pos: -14.5,-9.5 parent: 2 - - uid: 31410 + - uid: 31392 components: - type: Transform rot: 3.141592653589793 rad pos: -22.5,-88.5 parent: 2 - - uid: 31411 + - uid: 31393 components: - type: Transform rot: 3.141592653589793 rad pos: -19.5,-88.5 parent: 2 - - uid: 31412 + - uid: 31394 components: - type: Transform rot: -1.5707963267948966 rad pos: -10.5,-10.5 parent: 2 - - uid: 31413 + - uid: 31395 components: - type: Transform rot: 1.5707963267948966 rad pos: -15.5,-10.5 parent: 2 - - uid: 31414 + - uid: 31396 components: - type: Transform pos: -10.5,29.5 parent: 2 - - uid: 31415 + - uid: 31397 components: - type: Transform pos: -9.5,29.5 parent: 2 - - uid: 31416 + - uid: 31398 components: - type: Transform pos: 46.5,22.5 parent: 2 - - uid: 31417 + - uid: 31399 components: - type: Transform rot: -1.5707963267948966 rad pos: 60.5,19.5 parent: 2 - - uid: 31418 + - uid: 31400 components: - type: Transform rot: -1.5707963267948966 rad pos: 60.5,16.5 parent: 2 - - uid: 31419 + - uid: 31401 components: - type: Transform pos: -10.5,-82.5 parent: 2 - - uid: 31420 + - uid: 31402 components: - type: Transform pos: 30.5,-52.5 parent: 2 - - uid: 31421 + - uid: 31403 components: - type: Transform pos: 29.5,-52.5 parent: 2 - - uid: 31422 + - uid: 31404 components: - type: Transform pos: 28.5,-52.5 parent: 2 - - uid: 31423 + - uid: 31405 components: - type: Transform pos: 32.5,-52.5 parent: 2 - - uid: 31424 + - uid: 31406 components: - type: Transform pos: 33.5,-52.5 parent: 2 - - uid: 31425 + - uid: 31407 components: - type: Transform pos: 34.5,-52.5 parent: 2 - - uid: 31426 + - uid: 31408 components: - type: Transform rot: 1.5707963267948966 rad pos: 32.5,-47.5 parent: 2 - - uid: 31427 + - uid: 31409 components: - type: Transform rot: 1.5707963267948966 rad pos: 32.5,-48.5 parent: 2 - - uid: 31428 + - uid: 31410 components: - type: Transform pos: 33.5,-48.5 parent: 2 - - uid: 31429 + - uid: 31411 components: - type: Transform pos: 34.5,-48.5 parent: 2 - - uid: 31430 + - uid: 31412 components: - type: Transform rot: 1.5707963267948966 rad pos: 34.5,-48.5 parent: 2 - - uid: 31431 + - uid: 31413 components: - type: Transform rot: 1.5707963267948966 rad pos: 34.5,-47.5 parent: 2 - - uid: 31432 + - uid: 31414 components: - type: Transform rot: 1.5707963267948966 rad pos: 29.5,-47.5 parent: 2 - - uid: 31433 + - uid: 31415 components: - type: Transform rot: 1.5707963267948966 rad pos: 29.5,-48.5 parent: 2 - - uid: 31434 + - uid: 31416 components: - type: Transform pos: 29.5,-48.5 parent: 2 - - uid: 31435 + - uid: 31417 components: - type: Transform pos: 28.5,-48.5 parent: 2 - - uid: 31436 + - uid: 31418 components: - type: Transform rot: 3.141592653589793 rad pos: 62.5,-48.5 parent: 2 - - uid: 31437 + - uid: 31419 components: - type: Transform rot: 1.5707963267948966 rad pos: 61.5,-47.5 parent: 2 - - uid: 31438 + - uid: 31420 components: - type: Transform rot: -1.5707963267948966 rad pos: 63.5,-47.5 parent: 2 - - uid: 31439 + - uid: 31421 components: - type: Transform rot: 3.141592653589793 rad pos: 63.5,-47.5 parent: 2 - - uid: 31440 + - uid: 31422 components: - type: Transform rot: -1.5707963267948966 rad pos: 64.5,-46.5 parent: 2 - - uid: 31441 + - uid: 31423 components: - type: Transform pos: 63.5,-45.5 parent: 2 - - uid: 31442 + - uid: 31424 components: - type: Transform pos: 62.5,-44.5 parent: 2 - - uid: 31443 + - uid: 31425 components: - type: Transform rot: -1.5707963267948966 rad pos: 63.5,-45.5 parent: 2 - - uid: 31444 + - uid: 31426 components: - type: Transform rot: 1.5707963267948966 rad pos: 61.5,-45.5 parent: 2 - - uid: 31445 + - uid: 31427 components: - type: Transform pos: 61.5,-45.5 parent: 2 - - uid: 31446 + - uid: 31428 components: - type: Transform rot: 1.5707963267948966 rad pos: 60.5,-46.5 parent: 2 - - uid: 31447 + - uid: 31429 components: - type: Transform rot: 3.141592653589793 rad pos: 61.5,-47.5 parent: 2 - - uid: 31448 + - uid: 31430 components: - type: Transform rot: 1.5707963267948966 rad pos: -44.5,-13.5 parent: 2 - - uid: 31449 + - uid: 31431 components: - type: Transform rot: 3.141592653589793 rad pos: -46.5,-8.5 parent: 2 - - uid: 31450 + - uid: 31432 components: - type: Transform rot: -1.5707963267948966 rad pos: -8.5,27.5 parent: 2 - - uid: 31451 + - uid: 31433 components: - type: Transform rot: 1.5707963267948966 rad pos: -11.5,28.5 parent: 2 - - uid: 31452 + - uid: 31434 components: - type: Transform rot: -1.5707963267948966 rad pos: -8.5,28.5 parent: 2 - - uid: 31453 + - uid: 31435 components: - type: Transform rot: -1.5707963267948966 rad pos: -34.5,13.5 parent: 2 - - uid: 31454 + - uid: 31436 components: - type: Transform rot: -1.5707963267948966 rad pos: -34.5,15.5 parent: 2 - - uid: 31455 + - uid: 31437 components: - type: Transform rot: 3.141592653589793 rad pos: -3.5,4.5 parent: 2 - - uid: 31456 + - uid: 31438 components: - type: Transform rot: 3.141592653589793 rad pos: -4.5,4.5 parent: 2 - - uid: 31457 + - uid: 31439 components: - type: Transform rot: 1.5707963267948966 rad pos: -3.5,4.5 parent: 2 - - uid: 31458 + - uid: 31440 components: - type: Transform rot: -1.5707963267948966 rad pos: -4.5,4.5 parent: 2 - - uid: 31459 + - uid: 31441 components: - type: Transform pos: -12.5,-9.5 parent: 2 - - uid: 31460 + - uid: 31442 components: - type: Transform rot: 3.141592653589793 rad pos: 30.5,30.5 parent: 2 - - uid: 31461 + - uid: 31443 components: - type: Transform pos: -8.5,-81.5 parent: 2 - - uid: 31462 + - uid: 31444 components: - type: Transform rot: 3.141592653589793 rad pos: -10.5,-84.5 parent: 2 - - uid: 31463 + - uid: 31445 components: - type: Transform rot: 3.141592653589793 rad pos: -9.5,-84.5 parent: 2 - - uid: 31464 + - uid: 31446 components: - type: Transform pos: 45.5,38.5 parent: 2 - - uid: 31465 + - uid: 31447 components: - type: Transform pos: 46.5,38.5 parent: 2 - - uid: 31466 + - uid: 31448 components: - type: Transform pos: 47.5,38.5 parent: 2 - - uid: 31467 + - uid: 31449 components: - type: Transform rot: -1.5707963267948966 rad pos: 49.5,37.5 parent: 2 - - uid: 31468 + - uid: 31450 components: - type: Transform rot: -1.5707963267948966 rad pos: 49.5,36.5 parent: 2 - - uid: 31469 + - uid: 31451 components: - type: Transform rot: 3.141592653589793 rad pos: 48.5,35.5 parent: 2 - - uid: 31470 + - uid: 31452 components: - type: Transform rot: 3.141592653589793 rad pos: 47.5,35.5 parent: 2 - - uid: 31471 + - uid: 31453 components: - type: Transform rot: 3.141592653589793 rad pos: 46.5,35.5 parent: 2 - - uid: 31472 + - uid: 31454 components: - type: Transform rot: 1.5707963267948966 rad pos: 45.5,36.5 parent: 2 - - uid: 31473 + - uid: 31455 components: - type: Transform rot: 3.141592653589793 rad pos: 45.5,36.5 parent: 2 - - uid: 31474 + - uid: 31456 components: - type: Transform pos: -2.5,71.5 parent: 2 - - uid: 31475 + - uid: 31457 components: - type: Transform pos: -1.5,71.5 parent: 2 - - uid: 31476 + - uid: 31458 components: - type: Transform pos: -0.5,71.5 parent: 2 - - uid: 31477 + - uid: 31459 components: - type: Transform rot: 1.5707963267948966 rad pos: -3.5,70.5 parent: 2 - - uid: 31478 + - uid: 31460 components: - type: Transform rot: 1.5707963267948966 rad pos: -3.5,69.5 parent: 2 - - uid: 31479 + - uid: 31461 components: - type: Transform rot: 1.5707963267948966 rad pos: -3.5,68.5 parent: 2 - - uid: 31480 + - uid: 31462 components: - type: Transform rot: 3.141592653589793 rad pos: -2.5,67.5 parent: 2 - - uid: 31481 + - uid: 31463 components: - type: Transform rot: 3.141592653589793 rad pos: -1.5,67.5 parent: 2 - - uid: 31482 + - uid: 31464 components: - type: Transform rot: 3.141592653589793 rad pos: -0.5,67.5 parent: 2 - - uid: 31483 + - uid: 31465 components: - type: Transform rot: -1.5707963267948966 rad pos: 0.5,68.5 parent: 2 - - uid: 31484 + - uid: 31466 components: - type: Transform rot: -1.5707963267948966 rad pos: 0.5,69.5 parent: 2 - - uid: 31485 + - uid: 31467 components: - type: Transform rot: -1.5707963267948966 rad pos: 0.5,70.5 parent: 2 - - uid: 31486 + - uid: 31468 components: - type: Transform pos: -10.5,24.5 parent: 2 - - uid: 31487 + - uid: 31469 components: - type: Transform rot: 3.141592653589793 rad pos: -10.5,21.5 parent: 2 - - uid: 31488 + - uid: 31470 components: - type: Transform rot: 3.141592653589793 rad pos: -9.5,21.5 parent: 2 - - uid: 31489 + - uid: 31471 components: - type: Transform rot: 1.5707963267948966 rad pos: -10.5,24.5 parent: 2 - - uid: 31490 + - uid: 31472 components: - type: Transform pos: -11.5,28.5 parent: 2 - - uid: 31491 + - uid: 31473 components: - type: Transform rot: -1.5707963267948966 rad pos: -8.5,26.5 parent: 2 - - uid: 31492 + - uid: 31474 components: - type: Transform rot: -1.5707963267948966 rad pos: -8.5,24.5 parent: 2 - - uid: 31493 + - uid: 31475 components: - type: Transform rot: -1.5707963267948966 rad pos: -8.5,23.5 parent: 2 - - uid: 31494 + - uid: 31476 components: - type: Transform pos: -8.5,23.5 parent: 2 - - uid: 31495 + - uid: 31477 components: - type: Transform rot: 3.141592653589793 rad pos: -8.5,-84.5 parent: 2 - - uid: 31496 + - uid: 31478 components: - type: Transform rot: -1.5707963267948966 rad pos: -7.5,-83.5 parent: 2 - - uid: 31497 + - uid: 31479 components: - type: Transform rot: -1.5707963267948966 rad pos: -7.5,-82.5 parent: 2 - - uid: 31498 + - uid: 31480 components: - type: Transform rot: 3.141592653589793 rad pos: -10.5,26.5 parent: 2 - - uid: 31499 + - uid: 31481 components: - type: Transform rot: 1.5707963267948966 rad pos: -10.5,26.5 parent: 2 - - uid: 31500 + - uid: 31482 components: - type: Transform rot: 3.141592653589793 rad pos: -11.5,26.5 parent: 2 - - uid: 31501 + - uid: 31483 components: - type: Transform rot: 3.141592653589793 rad pos: -12.5,26.5 parent: 2 - - uid: 31502 + - uid: 31484 components: - type: Transform pos: -11.5,-81.5 parent: 2 - - uid: 31503 + - uid: 31485 components: - type: Transform rot: 1.5707963267948966 rad pos: -12.5,-82.5 parent: 2 - - uid: 31504 + - uid: 31486 components: - type: Transform rot: 3.141592653589793 rad pos: -11.5,-84.5 parent: 2 - - uid: 31505 + - uid: 31487 components: - type: Transform rot: 1.5707963267948966 rad pos: -13.5,-83.5 parent: 2 - - uid: 31506 + - uid: 31488 components: - type: Transform rot: 1.5707963267948966 rad pos: -13.5,-82.5 parent: 2 - - uid: 31507 + - uid: 31489 components: - type: Transform rot: 3.141592653589793 rad pos: -12.5,-84.5 parent: 2 - - uid: 31508 + - uid: 31490 components: - type: Transform rot: 3.141592653589793 rad pos: -12.5,-81.5 parent: 2 - - uid: 31509 + - uid: 31491 components: - type: Transform rot: -1.5707963267948966 rad pos: -11.5,-81.5 parent: 2 - - uid: 31510 + - uid: 31492 components: - type: Transform rot: -1.5707963267948966 rad pos: -10.5,-81.5 parent: 2 - - uid: 31511 + - uid: 31493 components: - type: Transform rot: -1.5707963267948966 rad pos: -10.5,-80.5 parent: 2 - - uid: 31512 + - uid: 31494 components: - type: Transform rot: 3.141592653589793 rad pos: -10.5,-79.5 parent: 2 - - uid: 31513 + - uid: 31495 components: - type: Transform rot: 3.141592653589793 rad pos: -11.5,-79.5 parent: 2 - - uid: 31514 + - uid: 31496 components: - type: Transform rot: 1.5707963267948966 rad pos: -12.5,-80.5 parent: 2 - - uid: 31515 + - uid: 31497 components: - type: Transform rot: 1.5707963267948966 rad pos: -12.5,-79.5 parent: 2 - - uid: 31516 + - uid: 31498 components: - type: Transform rot: -1.5707963267948966 rad pos: -9.5,-81.5 parent: 2 - - uid: 31517 + - uid: 31499 components: - type: Transform rot: -1.5707963267948966 rad pos: -9.5,-80.5 parent: 2 - - uid: 31518 + - uid: 31500 components: - type: Transform rot: 3.141592653589793 rad pos: -9.5,-79.5 parent: 2 - - uid: 31519 + - uid: 31501 components: - type: Transform rot: 1.5707963267948966 rad pos: -9.5,-79.5 parent: 2 - - uid: 31520 + - uid: 31502 components: - type: Transform rot: 1.5707963267948966 rad pos: -9.5,-80.5 parent: 2 - - uid: 31521 + - uid: 31503 components: - type: Transform pos: -8.5,-80.5 parent: 2 - - uid: 31522 + - uid: 31504 components: - type: Transform rot: 1.5707963267948966 rad pos: -8.5,-80.5 parent: 2 - - uid: 31523 + - uid: 31505 components: - type: Transform rot: 1.5707963267948966 rad pos: -8.5,-79.5 parent: 2 - - uid: 31524 + - uid: 31506 components: - type: Transform rot: 1.5707963267948966 rad pos: -7.5,-79.5 parent: 2 - - uid: 31525 + - uid: 31507 components: - type: Transform rot: 1.5707963267948966 rad pos: -7.5,-80.5 parent: 2 - - uid: 31526 + - uid: 31508 components: - type: Transform pos: -7.5,-81.5 parent: 2 - - uid: 31527 + - uid: 31509 components: - type: Transform rot: -1.5707963267948966 rad pos: -5.5,-81.5 parent: 2 - - uid: 31528 + - uid: 31510 components: - type: Transform rot: 3.141592653589793 rad pos: -6.5,-81.5 parent: 2 - - uid: 31529 + - uid: 31511 components: - type: Transform rot: 1.5707963267948966 rad pos: -6.5,-82.5 parent: 2 - - uid: 31530 + - uid: 31512 components: - type: Transform rot: 3.141592653589793 rad pos: -6.5,-83.5 parent: 2 - - uid: 31531 + - uid: 31513 components: - type: Transform rot: -1.5707963267948966 rad pos: -6.5,-83.5 parent: 2 - - uid: 31532 + - uid: 31514 components: - type: Transform rot: -1.5707963267948966 rad pos: -6.5,-84.5 parent: 2 - - uid: 31533 + - uid: 31515 components: - type: Transform rot: 3.141592653589793 rad pos: -7.5,-85.5 parent: 2 - - uid: 31534 + - uid: 31516 components: - type: Transform rot: 1.5707963267948966 rad pos: -9.5,-84.5 parent: 2 - - uid: 31535 + - uid: 31517 components: - type: Transform rot: 1.5707963267948966 rad pos: -8.5,-85.5 parent: 2 - - uid: 31536 + - uid: 31518 components: - type: Transform rot: 1.5707963267948966 rad pos: -9.5,-85.5 parent: 2 - - uid: 31537 + - uid: 31519 components: - type: Transform rot: 1.5707963267948966 rad pos: -9.5,-77.5 parent: 2 - - uid: 31538 + - uid: 31520 components: - type: Transform rot: 3.141592653589793 rad pos: -8.5,-78.5 parent: 2 - - uid: 31539 + - uid: 31521 components: - type: Transform rot: 3.141592653589793 rad pos: -7.5,-78.5 parent: 2 - - uid: 31540 + - uid: 31522 components: - type: Transform rot: -1.5707963267948966 rad pos: -6.5,-78.5 parent: 2 - - uid: 31541 + - uid: 31523 components: - type: Transform rot: -1.5707963267948966 rad pos: -9.5,-77.5 parent: 2 - - uid: 31542 + - uid: 31524 components: - type: Transform pos: -6.5,-79.5 parent: 2 - - uid: 31543 + - uid: 31525 components: - type: Transform pos: -5.5,-79.5 parent: 2 - - uid: 31544 + - uid: 31526 components: - type: Transform rot: -1.5707963267948966 rad pos: -4.5,-80.5 parent: 2 - - uid: 31545 + - uid: 31527 components: - type: Transform rot: 3.141592653589793 rad pos: -4.5,-82.5 parent: 2 - - uid: 31546 + - uid: 31528 components: - type: Transform rot: 1.5707963267948966 rad pos: -5.5,-82.5 parent: 2 - - uid: 31547 + - uid: 31529 components: - type: Transform rot: 1.5707963267948966 rad pos: -5.5,-83.5 parent: 2 - - uid: 31548 + - uid: 31530 components: - type: Transform rot: 1.5707963267948966 rad pos: -6.5,-83.5 parent: 2 - - uid: 31549 + - uid: 31531 components: - type: Transform rot: 1.5707963267948966 rad pos: -6.5,-84.5 parent: 2 - - uid: 31550 + - uid: 31532 components: - type: Transform rot: 3.141592653589793 rad pos: -5.5,-85.5 parent: 2 - - uid: 31551 + - uid: 31533 components: - type: Transform rot: 1.5707963267948966 rad pos: -4.5,-83.5 parent: 2 - - uid: 31552 + - uid: 31534 components: - type: Transform rot: 1.5707963267948966 rad pos: -4.5,-82.5 parent: 2 - - uid: 31553 + - uid: 31535 components: - type: Transform rot: 3.141592653589793 rad pos: -5.5,-87.5 parent: 2 - - uid: 31554 + - uid: 31536 components: - type: Transform rot: 3.141592653589793 rad pos: -6.5,-87.5 parent: 2 - - uid: 31555 + - uid: 31537 components: - type: Transform rot: 3.141592653589793 rad pos: -7.5,-87.5 parent: 2 - - uid: 31556 + - uid: 31538 components: - type: Transform rot: 3.141592653589793 rad pos: -8.5,-87.5 parent: 2 - - uid: 31557 + - uid: 31539 components: - type: Transform rot: 3.141592653589793 rad pos: -9.5,-87.5 parent: 2 - - uid: 31558 + - uid: 31540 components: - type: Transform rot: 3.141592653589793 rad pos: -10.5,-88.5 parent: 2 - - uid: 31559 + - uid: 31541 components: - type: Transform rot: 1.5707963267948966 rad pos: -11.5,-86.5 parent: 2 - - uid: 31560 + - uid: 31542 components: - type: Transform rot: 1.5707963267948966 rad pos: -11.5,-85.5 parent: 2 - - uid: 31561 + - uid: 31543 components: - type: Transform rot: 3.141592653589793 rad pos: -9.5,-86.5 parent: 2 - - uid: 31562 + - uid: 31544 components: - type: Transform rot: 1.5707963267948966 rad pos: -10.5,-85.5 parent: 2 - - uid: 31563 + - uid: 31545 components: - type: Transform rot: 3.141592653589793 rad pos: -11.5,-85.5 parent: 2 - - uid: 31564 + - uid: 31546 components: - type: Transform rot: 3.141592653589793 rad pos: -12.5,-85.5 parent: 2 - - uid: 31565 + - uid: 31547 components: - type: Transform rot: 3.141592653589793 rad pos: -7.5,-86.5 parent: 2 - - uid: 31566 + - uid: 31548 components: - type: Transform rot: 3.141592653589793 rad pos: -6.5,-86.5 parent: 2 - - uid: 31567 + - uid: 31549 components: - type: Transform rot: 1.5707963267948966 rad pos: -5.5,-85.5 parent: 2 - - uid: 31568 + - uid: 31550 components: - type: Transform rot: 1.5707963267948966 rad pos: -13.5,-85.5 parent: 2 - - uid: 31569 + - uid: 31551 components: - type: Transform rot: 1.5707963267948966 rad pos: -14.5,-85.5 parent: 2 - - uid: 31570 + - uid: 31552 components: - type: Transform rot: 1.5707963267948966 rad pos: -14.5,-84.5 parent: 2 - - uid: 31571 + - uid: 31553 components: - type: Transform rot: 1.5707963267948966 rad pos: -14.5,-83.5 parent: 2 - - uid: 31572 + - uid: 31554 components: - type: Transform rot: 3.141592653589793 rad pos: -13.5,-87.5 parent: 2 - - uid: 31573 + - uid: 31555 components: - type: Transform rot: 1.5707963267948966 rad pos: -14.5,-86.5 parent: 2 - - uid: 31574 + - uid: 31556 components: - type: Transform rot: 3.141592653589793 rad pos: -12.5,-86.5 parent: 2 - - uid: 31575 + - uid: 31557 components: - type: Transform rot: 1.5707963267948966 rad pos: -14.5,-82.5 parent: 2 - - uid: 31576 + - uid: 31558 components: - type: Transform rot: 3.141592653589793 rad pos: -14.5,-82.5 parent: 2 - - uid: 31577 + - uid: 31559 components: - type: Transform rot: 1.5707963267948966 rad pos: -15.5,-82.5 parent: 2 - - uid: 31578 + - uid: 31560 components: - type: Transform pos: -15.5,-83.5 parent: 2 - - uid: 31579 + - uid: 31561 components: - type: Transform rot: 3.141592653589793 rad pos: -14.5,-85.5 parent: 2 - - uid: 31580 + - uid: 31562 components: - type: Transform rot: 1.5707963267948966 rad pos: -12.5,-87.5 parent: 2 - - uid: 31581 + - uid: 31563 components: - type: Transform rot: 3.141592653589793 rad pos: -11.5,-88.5 parent: 2 - - uid: 31582 + - uid: 31564 components: - type: Transform rot: 1.5707963267948966 rad pos: -11.5,-87.5 parent: 2 - - uid: 31583 + - uid: 31565 components: - type: Transform rot: 1.5707963267948966 rad pos: -10.5,-87.5 parent: 2 - - uid: 31584 + - uid: 31566 components: - type: Transform rot: 3.141592653589793 rad pos: -8.5,-88.5 parent: 2 - - uid: 31585 + - uid: 31567 components: - type: Transform rot: 1.5707963267948966 rad pos: -8.5,-88.5 parent: 2 - - uid: 31586 + - uid: 31568 components: - type: Transform rot: -1.5707963267948966 rad pos: -6.5,-88.5 parent: 2 - - uid: 31587 + - uid: 31569 components: - type: Transform pos: -6.5,-87.5 parent: 2 - - uid: 31588 + - uid: 31570 components: - type: Transform pos: -5.5,-87.5 parent: 2 - - uid: 31589 + - uid: 31571 components: - type: Transform rot: -1.5707963267948966 rad pos: -4.5,-87.5 parent: 2 - - uid: 31590 + - uid: 31572 components: - type: Transform rot: -1.5707963267948966 rad pos: -12.5,-87.5 parent: 2 - - uid: 31591 + - uid: 31573 components: - type: Transform rot: 3.141592653589793 rad pos: -13.5,-88.5 parent: 2 - - uid: 31592 + - uid: 31574 components: - type: Transform rot: 3.141592653589793 rad pos: -14.5,-88.5 parent: 2 - - uid: 31593 + - uid: 31575 components: - type: Transform rot: 1.5707963267948966 rad pos: -15.5,-87.5 parent: 2 - - uid: 31594 + - uid: 31576 components: - type: Transform pos: -15.5,-85.5 parent: 2 - - uid: 31595 + - uid: 31577 components: - type: Transform rot: 1.5707963267948966 rad pos: -13.5,-86.5 parent: 2 - - uid: 31596 + - uid: 31578 components: - type: Transform rot: 1.5707963267948966 rad pos: -10.5,-86.5 parent: 2 - - uid: 31597 + - uid: 31579 components: - type: Transform rot: -1.5707963267948966 rad pos: -5.5,-77.5 parent: 2 - - uid: 31598 + - uid: 31580 components: - type: Transform rot: -1.5707963267948966 rad pos: -5.5,-78.5 parent: 2 - - uid: 31599 + - uid: 31581 components: - type: Transform rot: -1.5707963267948966 rad pos: -4.5,-79.5 parent: 2 - - uid: 31600 + - uid: 31582 components: - type: Transform rot: -1.5707963267948966 rad pos: -4.5,-78.5 parent: 2 - - uid: 31601 + - uid: 31583 components: - type: Transform rot: -1.5707963267948966 rad pos: -10.5,-78.5 parent: 2 - - uid: 31602 + - uid: 31584 components: - type: Transform rot: 3.141592653589793 rad pos: -11.5,-78.5 parent: 2 - - uid: 31603 + - uid: 31585 components: - type: Transform rot: 3.141592653589793 rad pos: 28.5,30.5 parent: 2 - - uid: 31604 + - uid: 31586 components: - type: Transform pos: 16.5,37.5 parent: 2 - - uid: 31605 + - uid: 31587 components: - type: Transform rot: 3.141592653589793 rad pos: -55.5,-63.5 parent: 2 - - uid: 31606 + - uid: 31588 components: - type: Transform rot: 3.141592653589793 rad pos: -54.5,-63.5 parent: 2 - - uid: 31607 + - uid: 31589 components: - type: Transform rot: -1.5707963267948966 rad pos: -53.5,-63.5 parent: 2 - - uid: 31608 + - uid: 31590 components: - type: Transform rot: -1.5707963267948966 rad pos: -53.5,-64.5 parent: 2 - - uid: 31609 + - uid: 31591 components: - type: Transform rot: 1.5707963267948966 rad pos: 42.5,5.5 parent: 2 - - uid: 31610 + - uid: 31592 components: - type: Transform rot: 1.5707963267948966 rad pos: 42.5,7.5 parent: 2 - - uid: 31611 + - uid: 31593 components: - type: Transform pos: -6.5,-47.5 parent: 2 - - uid: 31612 + - uid: 31594 components: - type: Transform rot: 1.5707963267948966 rad pos: -2.5,-48.5 parent: 2 - - uid: 31613 + - uid: 31595 components: - type: Transform pos: -2.5,-47.5 parent: 2 - - uid: 31614 + - uid: 31596 components: - type: Transform rot: -1.5707963267948966 rad pos: -6.5,-49.5 parent: 2 - - uid: 31615 + - uid: 31597 components: - type: Transform rot: -1.5707963267948966 rad pos: -6.5,-48.5 parent: 2 - - uid: 31616 + - uid: 31598 components: - type: Transform rot: 1.5707963267948966 rad pos: -2.5,-49.5 parent: 2 + - uid: 31599 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-65.5 + parent: 2 - proto: WoodblockInstrument entities: - - uid: 31617 + - uid: 31600 components: - type: Transform pos: -47.491924,-64.51194 parent: 2 - proto: WoodDoor entities: - - uid: 31618 + - uid: 31601 components: - type: Transform pos: -31.5,-5.5 parent: 2 - - uid: 31619 + - uid: 31602 components: - type: Transform pos: -31.5,-7.5 parent: 2 - - uid: 31620 + - uid: 31603 components: - type: Transform pos: -38.5,7.5 parent: 2 - - uid: 31621 + - uid: 31604 components: - type: Transform rot: 3.141592653589793 rad pos: -37.5,7.5 parent: 2 - - uid: 31622 + - uid: 31605 components: - type: Transform rot: 3.141592653589793 rad pos: -29.5,-5.5 parent: 2 - - uid: 31623 + - uid: 31606 components: - type: Transform pos: 41.5,49.5 parent: 2 - - uid: 31624 + - uid: 31607 components: - type: Transform pos: 40.5,51.5 parent: 2 - - uid: 31625 + - uid: 31608 components: - type: Transform pos: -39.5,-95.5 parent: 2 - - uid: 31626 + - uid: 31609 components: - type: Transform pos: -39.5,-96.5 parent: 2 - - uid: 31627 + - uid: 31610 components: - type: Transform pos: 61.5,23.5 parent: 2 - - uid: 31628 + - uid: 31611 components: - type: Transform pos: 63.5,23.5 parent: 2 - - uid: 31629 + - uid: 31612 components: - type: Transform rot: 3.141592653589793 rad @@ -203329,106 +203619,106 @@ entities: parent: 2 - proto: Wrench entities: - - uid: 31630 + - uid: 31613 components: - type: Transform rot: -1.5707963267948966 rad pos: 13.451823,-46.425587 parent: 2 - - uid: 31631 + - uid: 31614 components: - type: Transform pos: -65.606735,-34.373695 parent: 2 - - uid: 31632 + - uid: 31615 components: - type: Transform pos: 19.497053,-52.46946 parent: 2 - - uid: 31633 + - uid: 31616 components: - type: Transform pos: 43.41047,-49.384262 parent: 2 - - uid: 31634 + - uid: 31617 components: - type: Transform pos: 40.515266,-53.36736 parent: 2 - - uid: 31635 + - uid: 31618 components: - type: Transform pos: 53.570477,-52.25876 parent: 2 - - uid: 31636 + - uid: 31619 components: - type: Transform pos: -52.48202,-14.116064 parent: 2 - - uid: 31637 + - uid: 31620 components: - type: Transform pos: -43.931065,-77.41935 parent: 2 - - uid: 31638 + - uid: 31621 components: - type: Transform pos: -3.6165767,31.44955 parent: 2 - - uid: 31639 + - uid: 31622 components: - type: Transform pos: -52.52865,13.566981 parent: 2 - - uid: 31640 + - uid: 31623 components: - type: Transform pos: -56.484455,-4.5012527 parent: 2 - - uid: 31641 + - uid: 31624 components: - type: Transform pos: -31.403458,-56.573048 parent: 2 - - uid: 31642 + - uid: 31625 components: - type: Transform pos: 56.276398,42.55694 parent: 2 - - uid: 31643 + - uid: 31626 components: - type: Transform pos: 30.53096,47.374912 parent: 2 - - uid: 31644 + - uid: 31627 components: - type: Transform pos: 63.43439,-33.411366 parent: 2 - - uid: 31645 + - uid: 31628 components: - type: Transform pos: 73.54562,-44.324593 parent: 2 - - uid: 31646 + - uid: 31629 components: - type: Transform rot: 1.5707963267948966 rad pos: -37.345474,18.574602 parent: 2 - - uid: 31647 + - uid: 31630 components: - type: Transform pos: -8.112096,-15.394987 parent: 2 - - uid: 31648 + - uid: 31631 components: - type: Transform pos: -66.48501,-43.492954 parent: 2 - proto: Zipties entities: - - uid: 31651 + - uid: 31632 components: - type: Transform pos: 22.565756,-47.432816 From 3545b02ae2d24930f097134a66dd6f529e24de90 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 18 Feb 2024 21:35:07 -0800 Subject: [PATCH 011/101] Update Credits (#25360) Co-authored-by: PJBot --- Resources/Credits/GitHub.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Credits/GitHub.txt b/Resources/Credits/GitHub.txt index 5e5694d3a31..7cfd4c73640 100644 --- a/Resources/Credits/GitHub.txt +++ b/Resources/Credits/GitHub.txt @@ -1 +1 @@ -08A, 0x6273, 2013HORSEMEATSCANDAL, 20kdc, 21Melkuu, 4dplanner, 612git, 778b, Ablankmann, Acruid, actioninja, ada-please, adamsong, Admiral-Obvious-001, Adrian16199, Aerocrux, Aexxie, africalimedrop, Agoichi, Ahion, AJCM-git, AjexRose, Alekshhh, AlexMorgan3817, AlmondFlour, AlphaQwerty, Altoids1, amylizzle, ancientpower, areitpog, Arendian, arimah, artak10t, Arteben, AruMoon, as334, AsikKEsel, asperger-sind, astriloqua, avghdev, AzzyIsNotHere, BananaFlambe, BasedUser, BGare, bhespiritu, BingoJohnson-zz, BismarckShuffle, Bixkitts, Blackern5000, Blazeror, Boaz1111, BobdaBiscuit, brainfood1183, Brandon-Huu, Bright0, brndd, BubblegumBlue, BYONDFuckery, c0rigin, c4llv07e, CakeQ, CaptainSqrBeard, Carbonhell, casperr04, CatTheSystem, Centronias, chairbender, Charlese2, Cheackraze, cheesePizza2, Chief-Engineer, chromiumboy, Chronophylos, civilCornball, clement-or, Clyybber, ColdAutumnRain, collinlunn, ComicIronic, coolmankid12345, corentt, crazybrain23, creadth, CrigCrag, Crotalus, CrudeWax, CrzyPotato, Cyberboss, d34d10cc, Daemon, daerSeebaer, dahnte, dakamakat, DamianX, DangerRevolution, daniel-cr, Darkenson, DawBla, dch-GH, Deahaka, DEATHB4DEFEAT, DeathCamel58, deathride58, DebugOk, Decappi, degradka, Delete69, deltanedas, DerbyX, DmitriyMX, DoctorBeard, DogZeroX, dontbetank, Doru991, DoubleRiceEddiedd, DrMelon, drongood12, DrSmugleaf, drteaspoon420, DTanxxx, DubiousDoggo, Duddino, Dutch-VanDerLinde, Easypoller, eclips_e, EdenTheLiznerd, EEASAS, Efruit, efzapa, ElectroSR, elthundercloud, Emisse, emmafornash, EmoGarbage404, Endecc, enumerate0, eoineoineoin, ERORR404V1, Errant-4, estacaoespacialpirata, exp111, Fahasor, FairlySadPanda, ficcialfaint, FillerVK, Fishfish458, Flareguy, FluffiestFloof, FluidRock, FoLoKe, fooberticus, forthbridge, Fortune117, freeman2651, Fromoriss, FungiFellow, GalacticChimp, gbasood, Geekyhobo, Genkail, Git-Nivrak, github-actions[bot], gituhabu, GNF54, GoodWheatley, Gotimanga, graevy, GreyMario, gusxyz, h3half, Hanzdegloker, Hardly3D, harikattar, Hebiman, Henry12116, HerCoyote23, Hmeister-real, HoofedEar, hord-brayden, hubismal, Hugal31, Hyenh, iacore, IamVelcroboy, icekot8, igorsaux, ike709, Illiux, Ilya246, IlyaElDunaev, Injazz, Insineer, IntegerTempest, Interrobang01, IProduceWidgets, ItsMeThom, j-giebel, Jackal298, Jackrost, jamessimo, janekvap, JerryImMouse, Jessetriesagain, jessicamaybe, Jezithyr, jicksaw, JiimBob, JoeHammad1844, joelhed, JohnGinnane, johnku1, joshepvodka, jproads, Jrpl, juliangiebel, JustCone14, JustinTether, JustinTrotter, Kadeo64, KaiShibaa, kalane15, kalanosh, KEEYNy, Keikiru, Kelrak, kerisargit, keronshb, KIBORG04, KingFroozy, kira-er, Kit0vras, KittenColony, Kmc2000, komunre, koteq, Krunklehorn, kxvvv, Lamrr, LankLTE, laok233, lapatison, Leander-0, LetterN, Level10Cybermancer, lever1209, LightVillet, liltenhead, LittleBuilderJane, Lomcastar, LordCarve, LordEclipse, luckyshotpictures, LudwigVonChesterfield, Lukasz825700516, lunarcomets, luringens, lvvova1, lzimann, lzk228, M3739, MACMAN2003, Macoron, MagnusCrowe, ManelNavola, Mangohydra, matthst, Matz05, MehimoNemo, MeltedPixel, MemeProof, Menshin, Mervill, metalgearsloth, mhamsterr, MilenVolf, Minty642, Mirino97, mirrorcult, MishaUnity, MisterMecky, Mith-randalf, ModeratelyAware, Moneyl, Moomoobeef, moony, Morb0, Mr0maks, Myakot, Myctai, N3X15, Nails-n-Tape, Nairodian, Naive817, namespace-Memory, NickPowers43, nikthechampiongr, Nimfar11, Nirnael, nmajask, nok-ko, Nopey, notafet, notquitehadouken, noudoit, noverd, nuke-haus, NULL882, Nylux, OctoRocket, OldDanceJacket, OliverOtter, onoira, Owai-Seek, pali6, Pangogie, patrikturi, PaulRitter, Peptide90, peptron1, Phantom-Lily, Phill101, PixelTheKermit, PJB3005, pofitlo, pointer-to-null, PoorMansDreams, potato1234x, ProfanedBane, ProPandaBear, PrPleGoo, Psychpsyo, psykzz, PuroSlavKing, PursuitInAshes, Putnam3145, quatre, QuietlyWhisper, qwerltaz, Radosvik, Radrark, Rainbeon, Rainfey, Rane, Ranger6012, ravage123321, rbertoche, Redict, RedlineTriad, RednoWCirabrab, RemberBM, RemieRichards, RemTim, rene-descartes2021, renodubois, RiceMar1244, RieBi, RIKELOLDABOSS, Rinkashikachi, Rockdtben, rolfero, Saakra, SadAways, Samsterious, SamV522, SaphireLattice, ScalyChimp, scrato, Scribbles0, ScumbagDog, Serkket, SethLafuente, ShadowCommander, Shadowtheprotogen546, SignalWalker, Simyon264, SirDragooon, Sirionaut, siyengar04, Skarletto, Skrauz, Skyedra, SlamBamActionman, Slava0135, snebl, Snowni, snowsignal, SonicHDC, SoulSloth, SpaceManiac, SpeltIncorrectyl, spoogemonster, ssdaniel24, Stanislav4ix, Stealthbomber16, StrawberryMoses, Subversionary, SweptWasTaken, Szunti, TaralGit, Tayrtahn, tday93, TekuNut, TemporalOroboros, tentekal, tgrkzus, thatrandomcanadianguy, TheArturZh, theashtronaut, thedraccx, themias, Theomund, theOperand, TheShuEd, ThunderBear2006, timothyteakettle, TimrodDX, Titian3, TK-A369, tkdrg, tmtmtl30, tom-leys, tomasalves8, Tomeno, tosatur, Tryded, TsjipTsjip, Tunguso4ka, TurboTrackerss14, Tyler-IN, Tyzemol, UbaserB, UKNOWH, Uriende, UristMcDorf, Vaaankas, Varen, VasilisThePikachu, veliebm, Veritius, Verslebas, VigersRay, Visne, Volotomite, volundr-, Vordenburg, vulppine, Warentan, waylon531, weaversam8, Willhelm53, wixoaGit, WlarusFromDaSpace, wrexbe, WTCWR68, xRiriq, yathxyz, Ygg01, YotaXP, youarereadingthis, YuriyKiss, zach-hill, Zandario, Zap527, ZelteHonor, zerorulez, ZeWaka, zionnBE, zlodo, ZNixian, ZoldorfTheWizard, Zth--, Zumorica, Zymem +08A, 0x6273, 2013HORSEMEATSCANDAL, 20kdc, 21Melkuu, 4dplanner, 612git, 778b, Ablankmann, Acruid, actioninja, ada-please, adamsong, Admiral-Obvious-001, Adrian16199, Aerocrux, Aexxie, africalimedrop, Agoichi, Ahion, AJCM-git, AjexRose, Alekshhh, AlexMorgan3817, AlmondFlour, AlphaQwerty, Altoids1, amylizzle, ancientpower, areitpog, Arendian, arimah, artak10t, Arteben, AruMoon, as334, AsikKEsel, asperger-sind, astriloqua, avghdev, AzzyIsNotHere, BananaFlambe, BasedUser, BGare, bhespiritu, BingoJohnson-zz, BismarckShuffle, Bixkitts, Blackern5000, Blazeror, Boaz1111, BobdaBiscuit, brainfood1183, Brandon-Huu, Bright0, brndd, BubblegumBlue, BYONDFuckery, c0rigin, c4llv07e, CakeQ, CaptainSqrBeard, Carbonhell, casperr04, CatTheSystem, Centronias, chairbender, Charlese2, Cheackraze, cheesePizza2, Chief-Engineer, chromiumboy, Chronophylos, civilCornball, clement-or, Clyybber, ColdAutumnRain, collinlunn, ComicIronic, coolmankid12345, corentt, crazybrain23, creadth, CrigCrag, Crotalus, CrudeWax, CrzyPotato, Cyberboss, d34d10cc, Daemon, daerSeebaer, dahnte, dakamakat, DamianX, DangerRevolution, daniel-cr, Darkenson, DawBla, dch-GH, Deahaka, DEATHB4DEFEAT, DeathCamel58, deathride58, DebugOk, Decappi, deepy, degradka, Delete69, deltanedas, DerbyX, DmitriyMX, DoctorBeard, DogZeroX, dontbetank, Doru991, DoubleRiceEddiedd, DrMelon, drongood12, DrSmugleaf, drteaspoon420, DTanxxx, DubiousDoggo, Duddino, Dutch-VanDerLinde, Easypoller, eclips_e, EdenTheLiznerd, EEASAS, Efruit, efzapa, ElectroSR, elthundercloud, Emisse, EmoGarbage404, Endecc, enumerate0, eoineoineoin, ERORR404V1, Errant-4, estacaoespacialpirata, exp111, Fahasor, FairlySadPanda, ficcialfaint, FillerVK, Fishfish458, Flareguy, FluffiestFloof, FluidRock, FoLoKe, fooberticus, Fortune117, freeman2651, Fromoriss, FungiFellow, GalacticChimp, gbasood, Geekyhobo, Genkail, Git-Nivrak, github-actions[bot], gituhabu, GNF54, GoodWheatley, Gotimanga, graevy, GreyMario, gusxyz, h3half, Hanzdegloker, Hardly3D, harikattar, Hebiman, Henry12116, HerCoyote23, Hmeister-real, HoofedEar, hord-brayden, hubismal, Hugal31, Hyenh, iacore, IamVelcroboy, icekot8, igorsaux, ike709, Illiux, Ilya246, IlyaElDunaev, Injazz, Insineer, IntegerTempest, Interrobang01, IProduceWidgets, ItsMeThom, j-giebel, Jackal298, Jackrost, jamessimo, janekvap, JerryImMouse, Jessetriesagain, jessicamaybe, Jezithyr, jicksaw, JiimBob, JoeHammad1844, joelhed, JohnGinnane, johnku1, joshepvodka, jproads, Jrpl, juliangiebel, JustCone14, JustinTether, JustinTrotter, Kadeo64, KaiShibaa, kalane15, kalanosh, KEEYNy, Keikiru, Kelrak, kerisargit, keronshb, KIBORG04, KingFroozy, kira-er, Kit0vras, KittenColony, Kmc2000, komunre, koteq, Krunklehorn, kxvvv, Lamrr, LankLTE, lapatison, Leander-0, LetterN, Level10Cybermancer, lever1209, LightVillet, liltenhead, LittleBuilderJane, Lomcastar, LordCarve, LordEclipse, luckyshotpictures, LudwigVonChesterfield, Lukasz825700516, lunarcomets, luringens, lvvova1, lzimann, lzk228, M3739, MACMAN2003, Macoron, MagnusCrowe, ManelNavola, Mangohydra, matthst, Matz05, MehimoNemo, MeltedPixel, MemeProof, Menshin, Mervill, metalgearsloth, mhamsterr, MilenVolf, Minty642, Mirino97, mirrorcult, MishaUnity, MisterMecky, Mith-randalf, ModeratelyAware, Moneyl, Moomoobeef, moony, Morb0, Mr0maks, Myakot, Myctai, N3X15, Nails-n-Tape, Nairodian, Naive817, namespace-Memory, NickPowers43, nikthechampiongr, Nimfar11, Nirnael, nmajask, nok-ko, Nopey, notafet, notquitehadouken, noudoit, noverd, nuke-haus, NULL882, Nylux, OctoRocket, OldDanceJacket, OliverOtter, onoira, Owai-Seek, pali6, Pangogie, patrikturi, PaulRitter, Peptide90, peptron1, Phantom-Lily, Phill101, PixelTheKermit, PJB3005, Plykiya, pofitlo, pointer-to-null, PolterTzi, PoorMansDreams, potato1234x, ProfanedBane, ProPandaBear, PrPleGoo, Psychpsyo, psykzz, PuroSlavKing, PursuitInAshes, Putnam3145, quatre, QuietlyWhisper, qwerltaz, Radosvik, Radrark, Rainbeon, Rainfey, Rane, Ranger6012, ravage123321, rbertoche, Redict, RedlineTriad, RednoWCirabrab, RemberBM, RemieRichards, RemTim, rene-descartes2021, renodubois, RiceMar1244, RieBi, RIKELOLDABOSS, Rinkashikachi, Rockdtben, rolfero, Saakra, SadAways, Samsterious, SamV522, SaphireLattice, ScalyChimp, scrato, Scribbles0, ScumbagDog, Serkket, SethLafuente, ShadowCommander, Shadowtheprotogen546, SignalWalker, Simyon264, SirDragooon, Sirionaut, siyengar04, Skarletto, Skrauz, Skyedra, SlamBamActionman, Slava0135, snebl, Snowni, snowsignal, SonicHDC, SoulSloth, SpaceManiac, SpeltIncorrectyl, spoogemonster, ssdaniel24, Stanislav4ix, Stealthbomber16, StrawberryMoses, Subversionary, SweptWasTaken, Szunti, TaralGit, Tayrtahn, tday93, TekuNut, TemporalOroboros, tentekal, tgrkzus, thatrandomcanadianguy, TheArturZh, theashtronaut, thedraccx, themias, Theomund, theOperand, TheShuEd, ThunderBear2006, timothyteakettle, TimrodDX, Titian3, TK-A369, tkdrg, tmtmtl30, tom-leys, tomasalves8, Tomeno, tosatur, Tryded, TsjipTsjip, Tunguso4ka, TurboTrackerss14, Tyler-IN, Tyzemol, UbaserB, UKNOWH, Uriende, UristMcDorf, Vaaankas, Varen, VasilisThePikachu, veliebm, Veritius, Verslebas, VigersRay, Visne, Volotomite, volundr-, Vordenburg, vulppine, Warentan, waylon531, weaversam8, Willhelm53, wixoaGit, WlarusFromDaSpace, wrexbe, WTCWR68, xRiriq, yathxyz, Ygg01, YotaXP, youarereadingthis, YuriyKiss, zach-hill, Zandario, Zap527, ZelteHonor, zerorulez, ZeWaka, zionnBE, zlodo, ZNixian, ZoldorfTheWizard, Zth--, Zumorica, Zymem From d8e99cc57fbb78720675b0745a5473879ae1738f Mon Sep 17 00:00:00 2001 From: genderGeometries <159584039+genderGeometries@users.noreply.github.com> Date: Mon, 19 Feb 2024 01:05:43 -0500 Subject: [PATCH 012/101] Add bio reactions (#25366) * added more foodstuff breakdowns * Calcium doesn't exist; moved phosphorus to protein * tested reactions- some should be centrifuged * more testing tweaks --- .../Prototypes/Recipes/Reactions/food.yml | 81 +++++++++++++++++++ 1 file changed, 81 insertions(+) diff --git a/Resources/Prototypes/Recipes/Reactions/food.yml b/Resources/Prototypes/Recipes/Reactions/food.yml index f758babde5e..50800395698 100644 --- a/Resources/Prototypes/Recipes/Reactions/food.yml +++ b/Resources/Prototypes/Recipes/Reactions/food.yml @@ -334,3 +334,84 @@ # Oxygen: 1 # Hydrogen: 2 +- type: reaction + id: AllicinBreakdown + source: true + requiredMixerCategories: + - Centrifuge + reactants: + Allicin: + amount: 4 + products: + Sulfur: 2 + Carbon: 1 + Water: 1 + +- type: reaction + id: NutrimentBreakdown + source: true + requiredMixerCategories: + - Centrifuge + reactants: + Nutriment: + amount: 5 + products: + Water: 2 + Carbon: 2 + Sugar: 1 + +- type: reaction + id: FatBreakdown + source: true + requiredMixerCategories: + - Electrolysis + reactants: + Fat: + amount: 15 + products: + Carbon: 5 + Hydrogen: 10 + Oxygen: 1 + +# Proteins are hydrocarbons +- type: reaction + id: UncookedAnimalProteinBreakdown + source: true + requiredMixerCategories: + - Electrolysis + reactants: + UncookedAnimalProteins: + amount: 10 + products: + Carbon: 2 + Hydrogen: 4 + Phosphorus: 3 + Oxygen: 1 + +- type: reaction + id: ProteinBreakdown + source: true + requiredMixerCategories: + - Electrolysis + reactants: + Protein: + amount: 10 + products: + Carbon: 2 + Hydrogen: 4 + Phosphorus: 3 + Oxygen: 1 + +# Vitamin = Healthy = Green = Nitrogenous +- type: reaction + id: VitaminBreakdown + source: true + requiredMixerCategories: + - Centrifuge + reactants: + Vitamin: + amount: 4 + products: + Carbon: 1 + Water: 1 + Nitrogen: 2 From f137f1894c05595d5d1ab7b0de09ac63dd9d6947 Mon Sep 17 00:00:00 2001 From: PJBot Date: Mon, 19 Feb 2024 06:06:50 +0000 Subject: [PATCH 013/101] Automatic changelog update --- Resources/Changelog/Changelog.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 3e82a672e9e..77f5e6a0b84 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: Ubaser - changes: - - message: You can now purchase kobolds from cargo as an alternative to monkeys! - type: Add - id: 5464 - time: '2023-12-28T05:32:55.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/22108 - author: TheShuEd changes: - message: Tesla has been added to the game! Engineers can build a tesla power generator @@ -3863,3 +3856,11 @@ id: 5963 time: '2024-02-17T23:55:58.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/25357 +- author: genderGeometries + changes: + - message: Allicin, nutriment, and vitamin can now be centrifuged. Protein and fat + can now be electrolyzed. + type: Add + id: 5964 + time: '2024-02-19T06:05:43.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/25366 From 65d82289857e8beac11e07b448b9b1b7743f8cba Mon Sep 17 00:00:00 2001 From: hiucko <86206040+Hiucko@users.noreply.github.com> Date: Mon, 19 Feb 2024 13:12:27 +0300 Subject: [PATCH 014/101] Increase printing price for neck clothes (#25375) * Increase printing price * Update clothing.yml --- .../Prototypes/Recipes/Lathes/clothing.yml | 36 +++++++++---------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/Resources/Prototypes/Recipes/Lathes/clothing.yml b/Resources/Prototypes/Recipes/Lathes/clothing.yml index 56f09e5c68a..69f5226fc2d 100644 --- a/Resources/Prototypes/Recipes/Lathes/clothing.yml +++ b/Resources/Prototypes/Recipes/Lathes/clothing.yml @@ -678,7 +678,7 @@ result: ClothingNeckMantleCap completetime: 2.8 materials: - Cloth: 150 + Cloth: 200 Durathread: 150 - type: latheRecipe @@ -686,7 +686,7 @@ result: ClothingNeckMantleCE completetime: 2.8 materials: - Cloth: 150 + Cloth: 200 Durathread: 150 - type: latheRecipe @@ -694,7 +694,7 @@ result: ClothingNeckMantleCMO completetime: 2.8 materials: - Cloth: 150 + Cloth: 200 Durathread: 150 - type: latheRecipe @@ -702,7 +702,7 @@ result: ClothingNeckMantleHOP completetime: 2.8 materials: - Cloth: 150 + Cloth: 200 Durathread: 150 - type: latheRecipe @@ -710,7 +710,7 @@ result: ClothingNeckMantleHOS completetime: 2.8 materials: - Cloth: 150 + Cloth: 200 Durathread: 150 - type: latheRecipe @@ -718,7 +718,7 @@ result: ClothingNeckMantleRD completetime: 2.8 materials: - Cloth: 150 + Cloth: 200 Durathread: 150 - type: latheRecipe @@ -726,7 +726,7 @@ result: ClothingNeckMantleQM completetime: 2.8 materials: - Cloth: 150 + Cloth: 200 Durathread: 150 @@ -1086,74 +1086,74 @@ result: ClothingNeckTieRed completetime: 2 materials: - Cloth: 50 + Cloth: 200 - type: latheRecipe id: ClothingNeckTieDet result: ClothingNeckTieDet completetime: 2 materials: - Cloth: 50 + Cloth: 200 - type: latheRecipe id: ClothingNeckTieSci result: ClothingNeckTieSci completetime: 2 materials: - Cloth: 50 + Cloth: 200 # Scarfs - type: latheRecipe id: ClothingNeckScarfStripedGreen result: ClothingNeckScarfStripedGreen completetime: 2 materials: - Cloth: 50 + Cloth: 200 - type: latheRecipe id: ClothingNeckScarfStripedBlue result: ClothingNeckScarfStripedBlue completetime: 2 materials: - Cloth: 50 + Cloth: 200 - type: latheRecipe id: ClothingNeckScarfStripedRed result: ClothingNeckScarfStripedRed completetime: 2 materials: - Cloth: 50 + Cloth: 200 - type: latheRecipe id: ClothingNeckScarfStripedBrown result: ClothingNeckScarfStripedBrown completetime: 2 materials: - Cloth: 50 + Cloth: 200 - type: latheRecipe id: ClothingNeckScarfStripedLightBlue result: ClothingNeckScarfStripedLightBlue completetime: 2 materials: - Cloth: 50 + Cloth: 200 - type: latheRecipe id: ClothingNeckScarfStripedOrange result: ClothingNeckScarfStripedOrange completetime: 2 materials: - Cloth: 50 + Cloth: 200 - type: latheRecipe id: ClothingNeckScarfStripedBlack result: ClothingNeckScarfStripedBlack completetime: 2 materials: - Cloth: 50 + Cloth: 200 - type: latheRecipe id: ClothingNeckScarfStripedPurple result: ClothingNeckScarfStripedPurple completetime: 2 materials: - Cloth: 50 + Cloth: 200 From fa164f8726177078a1ea0f2a421245159efd6d9d Mon Sep 17 00:00:00 2001 From: Ubaser <134914314+UbaserB@users.noreply.github.com> Date: Mon, 19 Feb 2024 23:19:53 +1100 Subject: [PATCH 015/101] Update Core (#25383) add --- Resources/Maps/core.yml | 971 +++++++++++++++++++++------------------- 1 file changed, 503 insertions(+), 468 deletions(-) diff --git a/Resources/Maps/core.yml b/Resources/Maps/core.yml index 9a90bbb3564..4bfbaece032 100644 --- a/Resources/Maps/core.yml +++ b/Resources/Maps/core.yml @@ -34,31 +34,31 @@ tilemap: 67: FloorMiningDark 76: FloorRGlass 77: FloorReinforced - 87: FloorSnow - 89: FloorSteel - 90: FloorSteelBurnt - 91: FloorSteelCheckerDark - 92: FloorSteelCheckerLight - 93: FloorSteelDamaged - 96: FloorSteelDirty - 97: FloorSteelHerringbone - 100: FloorSteelMono - 101: FloorSteelOffset - 104: FloorTechMaint - 105: FloorTechMaint2 - 106: FloorTechMaint3 - 108: FloorWhite - 112: FloorWhiteMini - 113: FloorWhiteMono - 117: FloorWhitePlastic - 118: FloorWood - 119: FloorWoodTile - 120: Lattice - 121: Plating - 122: PlatingAsteroid - 123: PlatingBurnt - 124: PlatingDamaged - 125: PlatingSnow + 89: FloorSnow + 91: FloorSteel + 92: FloorSteelBurnt + 93: FloorSteelCheckerDark + 94: FloorSteelCheckerLight + 95: FloorSteelDamaged + 98: FloorSteelDirty + 99: FloorSteelHerringbone + 102: FloorSteelMono + 103: FloorSteelOffset + 106: FloorTechMaint + 107: FloorTechMaint2 + 108: FloorTechMaint3 + 110: FloorWhite + 114: FloorWhiteMini + 115: FloorWhiteMono + 119: FloorWhitePlastic + 120: FloorWood + 121: FloorWoodTile + 122: Lattice + 123: Plating + 124: PlatingAsteroid + 125: PlatingBurnt + 126: PlatingDamaged + 127: PlatingSnow entities: - proto: "" entities: @@ -73,275 +73,275 @@ entities: chunks: 0,0: ind: 0,0 - tiles: eAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAagAAAAADaQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAagAAAAAAaQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAewAAAAAAaAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAagAAAAACaAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAagAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAagAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAagAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAewAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAewAAAAAAagAAAAABagAAAAADagAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAegAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAegAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAbAAAAAABawAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAegAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAbAAAAAADawAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfQAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAagAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbAAAAAADagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbAAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbAAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbAAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfQAAAAAAewAAAAAAagAAAAAAewAAAAAAfQAAAAAAbAAAAAADbAAAAAADbAAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAA version: 6 -1,0: ind: -1,0 - tiles: DgAAAAADDgAAAAAAIgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAADgAAAAACDgAAAAACIgAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAACDgAAAAABIgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAABDgAAAAADIgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAADHQAAAAADWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAHQAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAHQAAAAADdgAAAAACdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAHQAAAAADdgAAAAAAdgAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAewAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAALAAAAAAALAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAALAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAALAAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAALAAAAAAAeQAAAAAAaQAAAAAAagAAAAABagAAAAADaQAAAAAAeQAAAAAAewAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAABeQAAAAAA + tiles: DgAAAAAADgAAAAABIgAAAAACewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAADgAAAAADDgAAAAABIgAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAAAAAAIgAAAAABewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAegAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAAAAACIgAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAegAAAAAAewAAAAAAegAAAAAAegAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAADHQAAAAACWwAAAAACewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAegAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAHQAAAAAAeAAAAAABeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAHQAAAAADeAAAAAABeAAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAfQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAALAAAAAAALAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAALAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAALAAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAALAAAAAAAewAAAAAAawAAAAAAbAAAAAACbAAAAAAAawAAAAAAewAAAAAAfQAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAABWwAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAACWwAAAAADewAAAAAA version: 6 0,-1: ind: 0,-1 - tiles: aAAAAAAAaAAAAAAAWQAAAAABeQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIgAAAAADIgAAAAACIgAAAAACWQAAAAADWQAAAAADZAAAAAAAaAAAAAAAaAAAAAAAWQAAAAADZAAAAAABIgAAAAACIgAAAAABIgAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAWQAAAAABZAAAAAACIgAAAAABIgAAAAADIgAAAAACeQAAAAAAaAAAAAAAagAAAAABagAAAAABagAAAAAAaQAAAAAAaQAAAAAAewAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAWQAAAAADeQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAACWQAAAAABeQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAewAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAagAAAAACeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAagAAAAACeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAagAAAAADeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAagAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAewAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAOQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAewAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + tiles: agAAAAAAagAAAAAAWwAAAAAAewAAAAAATQAAAAAATQAAAAAATQAAAAAAewAAAAAAewAAAAAAewAAAAAAIgAAAAACIgAAAAABIgAAAAADWwAAAAAAWwAAAAAAZgAAAAABagAAAAAAagAAAAAAWwAAAAABZgAAAAAAIgAAAAAAIgAAAAAAIgAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAWwAAAAACZgAAAAAAIgAAAAAAIgAAAAADIgAAAAACewAAAAAAagAAAAAAbAAAAAAAbAAAAAAAbAAAAAABawAAAAAAawAAAAAAfQAAAAAAewAAAAAAagAAAAAAagAAAAAAWwAAAAAAewAAAAAATQAAAAAATQAAAAAATQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAACWwAAAAAAWwAAAAACewAAAAAATQAAAAAATQAAAAAATQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbAAAAAADewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbAAAAAACewAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbAAAAAACewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbAAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfQAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAOQAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAegAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAegAAAAAAegAAAAAAewAAAAAAegAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAegAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAfQAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAA version: 6 -1,-1: ind: -1,-1 - tiles: aAAAAAAAeQAAAAAAHQAAAAACHQAAAAAAWQAAAAACZAAAAAADWQAAAAACWQAAAAACWQAAAAACWQAAAAADWQAAAAABWQAAAAADWQAAAAADeQAAAAAAWQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAHQAAAAABHQAAAAABWQAAAAACeQAAAAAAWQAAAAABWQAAAAADWQAAAAAAWQAAAAAAWQAAAAACWQAAAAACWQAAAAACZAAAAAADWQAAAAADaAAAAAAAaAAAAAAAeQAAAAAAWQAAAAACWQAAAAAAWQAAAAADeQAAAAAAIgAAAAACIgAAAAACIgAAAAACWQAAAAACIgAAAAABWQAAAAABWQAAAAACZAAAAAACWQAAAAACaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIgAAAAABHQAAAAADeQAAAAAAWQAAAAACaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAMQAAAAAAMQAAAAAAeQAAAAAAWQAAAAADWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAaQAAAAAAagAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAaQAAAAAAagAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAdgAAAAADdgAAAAADdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAdgAAAAACdgAAAAAAdgAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAdgAAAAACdgAAAAADdgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAADgAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAABDgAAAAAAIgAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: agAAAAAAewAAAAAAHQAAAAAAHQAAAAACWwAAAAAAZgAAAAADWwAAAAAAWwAAAAADWwAAAAACWwAAAAABWwAAAAACWwAAAAABWwAAAAACewAAAAAAWwAAAAADagAAAAAAagAAAAAAewAAAAAAHQAAAAACHQAAAAABWwAAAAABewAAAAAAWwAAAAADWwAAAAABWwAAAAACWwAAAAABWwAAAAACWwAAAAADWwAAAAACZgAAAAAAWwAAAAAAagAAAAAAagAAAAAAewAAAAAAWwAAAAABWwAAAAAAWwAAAAAAewAAAAAAIgAAAAACIgAAAAAAIgAAAAADWwAAAAAAIgAAAAADWwAAAAADWwAAAAABZgAAAAADWwAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAIgAAAAACHQAAAAABewAAAAAAWwAAAAADagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAMQAAAAAAMQAAAAAAewAAAAAAWwAAAAAAWwAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAawAAAAAAbAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAawAAAAAAbAAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeAAAAAADeAAAAAACeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeAAAAAABeAAAAAAAeAAAAAACewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAegAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAeAAAAAAAeAAAAAABeAAAAAACewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAegAAAAAAewAAAAAAegAAAAAAegAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAADgAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAegAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAADDgAAAAABIgAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,-2: ind: -1,-2 - tiles: WQAAAAABWQAAAAACWQAAAAADWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAABZAAAAAACWQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAWQAAAAACWQAAAAAAWQAAAAABWQAAAAACZAAAAAAAZAAAAAABZAAAAAAAZAAAAAACZAAAAAACZAAAAAACZAAAAAADZAAAAAADZAAAAAADZAAAAAAATAAAAAABTAAAAAACZAAAAAADTAAAAAAATAAAAAABZAAAAAAAWQAAAAACWQAAAAABWQAAAAAAWQAAAAACWQAAAAAAWQAAAAABWQAAAAAAZAAAAAACWQAAAAAAWQAAAAABWQAAAAACWQAAAAAAWQAAAAABWQAAAAABWQAAAAABWQAAAAAAHQAAAAABeQAAAAAAHQAAAAABeQAAAAAAWQAAAAACeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAWQAAAAABWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADHQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAZAAAAAADZAAAAAACWQAAAAACWQAAAAACeQAAAAAAHQAAAAADHQAAAAABHQAAAAABHQAAAAAAHQAAAAABHQAAAAACeQAAAAAAaQAAAAAAeQAAAAAAWQAAAAABZAAAAAABZAAAAAACZAAAAAAAWQAAAAABWQAAAAAAeQAAAAAAHQAAAAAAHQAAAAABHQAAAAABHQAAAAACHQAAAAADHQAAAAAAeQAAAAAAagAAAAADeQAAAAAAIgAAAAABeQAAAAAAZAAAAAAAZAAAAAADWQAAAAACIgAAAAABeQAAAAAAHQAAAAADHQAAAAADHQAAAAADZQAAAAAAZQAAAAAAZQAAAAAAeQAAAAAAagAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAZAAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAZQAAAAAAZQAAAAAAZQAAAAAAeQAAAAAAagAAAAACeQAAAAAAHQAAAAABHQAAAAADHQAAAAABWQAAAAACWQAAAAABWQAAAAAAWQAAAAABWQAAAAAAWQAAAAACWQAAAAAAZQAAAAAAZQAAAAAAZQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADHQAAAAACHQAAAAAAWQAAAAABTAAAAAADTAAAAAAATAAAAAABWQAAAAAAWQAAAAAATAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAIgAAAAAAIgAAAAADIgAAAAABWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAZAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIgAAAAACIgAAAAABagAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIgAAAAAAIgAAAAACIgAAAAAAWQAAAAAAIgAAAAADIgAAAAAAIgAAAAADeQAAAAAAIgAAAAAAIgAAAAAAagAAAAAAeQAAAAAAWQAAAAADWQAAAAADWQAAAAACeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAACWQAAAAACWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAHQAAAAAAHQAAAAADWQAAAAABeQAAAAAAWQAAAAABWQAAAAABWQAAAAAAWQAAAAACWQAAAAADWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAADWQAAAAABaQAAAAAAeQAAAAAAHQAAAAADHQAAAAAAWQAAAAADZAAAAAACWQAAAAADWQAAAAACWQAAAAADWQAAAAADWQAAAAABWQAAAAACWQAAAAACeQAAAAAAWQAAAAABWQAAAAAA + tiles: WwAAAAABWwAAAAAAWwAAAAADWwAAAAABWwAAAAABWwAAAAACWwAAAAACZgAAAAAAWwAAAAABWwAAAAAAWwAAAAACWwAAAAACWwAAAAABWwAAAAAAWwAAAAACWwAAAAABZgAAAAACZgAAAAADZgAAAAAAZgAAAAACZgAAAAACZgAAAAABZgAAAAABZgAAAAADZgAAAAACZgAAAAADTAAAAAADTAAAAAAAZgAAAAABTAAAAAADTAAAAAADZgAAAAADWwAAAAAAWwAAAAABWwAAAAADWwAAAAADWwAAAAACWwAAAAADWwAAAAACZgAAAAACWwAAAAACWwAAAAADWwAAAAACWwAAAAABWwAAAAAAWwAAAAACWwAAAAAAWwAAAAABHQAAAAAAewAAAAAAHQAAAAADewAAAAAAWwAAAAADewAAAAAAWwAAAAACewAAAAAAewAAAAAAWwAAAAAAWwAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAADHQAAAAADHQAAAAACewAAAAAAewAAAAAAewAAAAAAWwAAAAACewAAAAAAZgAAAAACZgAAAAABWwAAAAACWwAAAAADewAAAAAAHQAAAAADHQAAAAABHQAAAAADHQAAAAACHQAAAAABHQAAAAADewAAAAAAawAAAAAAewAAAAAAWwAAAAABZgAAAAADZgAAAAADZgAAAAACWwAAAAADWwAAAAAAewAAAAAAHQAAAAAAHQAAAAADHQAAAAADHQAAAAADHQAAAAAAHQAAAAACewAAAAAAbAAAAAAAewAAAAAAIgAAAAADewAAAAAAZgAAAAACZgAAAAACWwAAAAABIgAAAAABewAAAAAAHQAAAAADHQAAAAADHQAAAAACZwAAAAAAZwAAAAAAZwAAAAAAewAAAAAAbAAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAZgAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAABewAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAewAAAAAAbAAAAAABewAAAAAAHQAAAAABHQAAAAAAHQAAAAACWwAAAAAAWwAAAAADWwAAAAABWwAAAAABWwAAAAABWwAAAAAAWwAAAAABZwAAAAAAZwAAAAAAZwAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAADHQAAAAAAHQAAAAACWwAAAAAATAAAAAACTAAAAAADTAAAAAADWwAAAAAAWwAAAAACTAAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAIgAAAAADIgAAAAAAIgAAAAACWwAAAAADewAAAAAAewAAAAAAewAAAAAAWwAAAAACWwAAAAADWwAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZgAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAIgAAAAADIgAAAAABbAAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAIgAAAAADIgAAAAACIgAAAAACWwAAAAABIgAAAAABIgAAAAADIgAAAAAAewAAAAAAIgAAAAACIgAAAAACbAAAAAAAewAAAAAAWwAAAAABWwAAAAAAWwAAAAABewAAAAAAWwAAAAABWwAAAAAAWwAAAAABWwAAAAADWwAAAAABWwAAAAABWwAAAAADewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAHQAAAAAAHQAAAAABWwAAAAABewAAAAAAWwAAAAABWwAAAAADWwAAAAACWwAAAAADWwAAAAADWwAAAAABWwAAAAACewAAAAAAWwAAAAACWwAAAAADawAAAAAAewAAAAAAHQAAAAAAHQAAAAABWwAAAAAAZgAAAAADWwAAAAAAWwAAAAAAWwAAAAADWwAAAAABWwAAAAAAWwAAAAADWwAAAAABewAAAAAAWwAAAAACWwAAAAAD version: 6 0,-2: ind: 0,-2 - tiles: ZAAAAAACZAAAAAAAWQAAAAADWQAAAAABZAAAAAABWQAAAAADWQAAAAACWQAAAAACZAAAAAADWQAAAAABZAAAAAACWQAAAAAAWQAAAAACWQAAAAADWQAAAAAAWQAAAAAATAAAAAAATAAAAAAAZAAAAAADZAAAAAADZAAAAAABZAAAAAAAZAAAAAABZAAAAAABZAAAAAACWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAACWQAAAAADWQAAAAADZAAAAAACWQAAAAADWQAAAAACWQAAAAADWQAAAAAAWQAAAAABeQAAAAAAHQAAAAAAIgAAAAAAIgAAAAACIgAAAAAAIgAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAACWQAAAAADWQAAAAACWQAAAAACeQAAAAAAHQAAAAADIgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAIgAAAAABdgAAAAADeQAAAAAAHQAAAAABHQAAAAABHQAAAAADHQAAAAADIgAAAAAAeQAAAAAAHQAAAAADIgAAAAABeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABHQAAAAABdgAAAAABdgAAAAADeQAAAAAAHQAAAAADHQAAAAACHQAAAAAAHQAAAAADHQAAAAADeQAAAAAAHQAAAAADIgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAdgAAAAABdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABIgAAAAABIgAAAAACIgAAAAACIgAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAACZAAAAAADWQAAAAAAHQAAAAAAeQAAAAAAHQAAAAADIgAAAAABIgAAAAADIgAAAAAAIgAAAAAAWQAAAAAAWQAAAAAAIgAAAAACeQAAAAAAIgAAAAAAZAAAAAADZAAAAAACZAAAAAAAWQAAAAABHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAATAAAAAADTAAAAAAAIgAAAAACeQAAAAAAZAAAAAADZAAAAAACZAAAAAADZAAAAAABWQAAAAADHQAAAAADHQAAAAAAHQAAAAAAHQAAAAACHQAAAAABHQAAAAADHQAAAAABWQAAAAABWQAAAAAAWQAAAAAAZAAAAAABZAAAAAABZAAAAAABZAAAAAACZAAAAAAAWQAAAAAAHQAAAAADHQAAAAABHQAAAAACHQAAAAABWQAAAAADWQAAAAABZAAAAAACWQAAAAABWQAAAAAAWQAAAAAAeQAAAAAAZAAAAAADZAAAAAACZAAAAAACZAAAAAADWQAAAAABHQAAAAAAHQAAAAADeQAAAAAAHQAAAAAAWQAAAAABWQAAAAACZAAAAAABHQAAAAAAHQAAAAADHQAAAAADeQAAAAAAZAAAAAACZAAAAAAAZAAAAAACZAAAAAADWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAZAAAAAAAZAAAAAACZAAAAAADZAAAAAABWQAAAAADeQAAAAAAIgAAAAADIgAAAAACIgAAAAACWQAAAAADWQAAAAACZAAAAAAAWQAAAAADWQAAAAAAWQAAAAABeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAADWQAAAAADWQAAAAABeQAAAAAAIgAAAAADHQAAAAAAHQAAAAACWQAAAAADWQAAAAAAZAAAAAABWQAAAAAAWQAAAAABWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIgAAAAABHQAAAAAAHQAAAAABWQAAAAACWQAAAAAAZAAAAAAD + tiles: ZgAAAAADZgAAAAABWwAAAAAAWwAAAAADZgAAAAADWwAAAAAAWwAAAAACWwAAAAADZgAAAAACWwAAAAAAZgAAAAAAWwAAAAACWwAAAAABWwAAAAAAWwAAAAABWwAAAAAATAAAAAADTAAAAAACZgAAAAABZgAAAAADZgAAAAACZgAAAAAAZgAAAAAAZgAAAAABZgAAAAACWwAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAACWwAAAAABWwAAAAABWwAAAAADZgAAAAABWwAAAAADWwAAAAACWwAAAAABWwAAAAAAWwAAAAABewAAAAAAHQAAAAAAIgAAAAABIgAAAAACIgAAAAACIgAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAADWwAAAAACWwAAAAADWwAAAAACWwAAAAABewAAAAAAHQAAAAADIgAAAAACewAAAAAAewAAAAAAewAAAAAAHQAAAAADewAAAAAAIgAAAAADeAAAAAACewAAAAAAHQAAAAAAHQAAAAACHQAAAAADHQAAAAACIgAAAAAAewAAAAAAHQAAAAACIgAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAABeAAAAAACeAAAAAAAewAAAAAAHQAAAAACHQAAAAADHQAAAAACHQAAAAABHQAAAAACewAAAAAAHQAAAAACIgAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAADewAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAADIgAAAAACIgAAAAACIgAAAAAAIgAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAADZgAAAAABWwAAAAAAHQAAAAADewAAAAAAHQAAAAACIgAAAAABIgAAAAABIgAAAAAAIgAAAAADWwAAAAAAWwAAAAABIgAAAAADewAAAAAAIgAAAAABZgAAAAABZgAAAAADZgAAAAABWwAAAAABHQAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAABewAAAAAATAAAAAACTAAAAAABIgAAAAABewAAAAAAZgAAAAADZgAAAAABZgAAAAABZgAAAAADWwAAAAABHQAAAAACHQAAAAABHQAAAAABHQAAAAABHQAAAAADHQAAAAAAHQAAAAACWwAAAAAAWwAAAAAAWwAAAAAAZgAAAAACZgAAAAACZgAAAAAAZgAAAAADZgAAAAADWwAAAAADHQAAAAABHQAAAAAAHQAAAAAAHQAAAAADWwAAAAAAWwAAAAAAZgAAAAAAWwAAAAABWwAAAAABWwAAAAABewAAAAAAZgAAAAAAZgAAAAADZgAAAAABZgAAAAADWwAAAAAAHQAAAAAAHQAAAAACewAAAAAAHQAAAAAAWwAAAAACWwAAAAADZgAAAAACHQAAAAACHQAAAAACHQAAAAAAewAAAAAAZgAAAAABZgAAAAACZgAAAAABZgAAAAADWwAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZgAAAAADZgAAAAACZgAAAAAAZgAAAAABWwAAAAAAewAAAAAAIgAAAAACIgAAAAABIgAAAAAAWwAAAAACWwAAAAADZgAAAAABWwAAAAADWwAAAAADWwAAAAACewAAAAAAWwAAAAAAWwAAAAAAWwAAAAABWwAAAAADWwAAAAADewAAAAAAIgAAAAACHQAAAAACHQAAAAACWwAAAAAAWwAAAAADZgAAAAAAWwAAAAABWwAAAAACWwAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAIgAAAAABHQAAAAAAHQAAAAABWwAAAAABWwAAAAABZgAAAAAC version: 6 1,-2: ind: 1,-2 - tiles: WQAAAAAAWQAAAAACZAAAAAACWQAAAAAAZAAAAAADWQAAAAADeQAAAAAAHQAAAAABZAAAAAACZAAAAAAAZAAAAAAAZAAAAAAAZAAAAAABHQAAAAABeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABZAAAAAACWQAAAAAAeQAAAAAAHQAAAAADZAAAAAADZAAAAAADZAAAAAAAZAAAAAACZAAAAAAAHQAAAAABeQAAAAAAHQAAAAACIgAAAAAAHQAAAAAAeQAAAAAAWQAAAAACZAAAAAADWQAAAAABeQAAAAAAHQAAAAADZAAAAAADZAAAAAAAZAAAAAABWQAAAAABZAAAAAADHQAAAAACHQAAAAADHQAAAAABIgAAAAABHQAAAAAAeQAAAAAAWQAAAAABZAAAAAADWQAAAAABeQAAAAAAHQAAAAADZAAAAAAAZAAAAAADZAAAAAACZAAAAAACZAAAAAACHQAAAAADeQAAAAAAHQAAAAAAIgAAAAABHQAAAAACeQAAAAAAZAAAAAADZAAAAAADZAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADIgAAAAADHQAAAAACeQAAAAAAWQAAAAADZAAAAAAAWQAAAAAAIgAAAAACWQAAAAABWQAAAAACWQAAAAABWQAAAAADWQAAAAABWQAAAAADWQAAAAABeQAAAAAAeQAAAAAAIgAAAAABHQAAAAADeQAAAAAAWQAAAAACZAAAAAAAZAAAAAAAZAAAAAACZAAAAAACZAAAAAABZAAAAAAAZAAAAAACZAAAAAACZAAAAAAAWQAAAAACeQAAAAAAHQAAAAAAIgAAAAADHQAAAAACeQAAAAAAWQAAAAACWQAAAAAAWQAAAAABWQAAAAACWQAAAAABWQAAAAADWQAAAAAAWQAAAAADWQAAAAABZAAAAAAAWQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAABWQAAAAACeQAAAAAAWQAAAAADeQAAAAAAMQAAAAAAMQAAAAAAWQAAAAADZAAAAAADWQAAAAADeQAAAAAAWQAAAAAAeQAAAAAAHQAAAAACHQAAAAADWQAAAAAAWQAAAAACWQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAMQAAAAAAMQAAAAAAWQAAAAABZAAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAABWQAAAAAAWQAAAAADWQAAAAAAWQAAAAADWQAAAAABeQAAAAAAMQAAAAAAMQAAAAAAWQAAAAAAZAAAAAACWQAAAAABeQAAAAAAWQAAAAABeQAAAAAAHQAAAAACIgAAAAADWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAMQAAAAAAMQAAAAAAWQAAAAADZAAAAAABWQAAAAAAZAAAAAACWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABZAAAAAADZAAAAAADZAAAAAABZAAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAABHQAAAAABeQAAAAAAWQAAAAABWQAAAAADWQAAAAABZAAAAAADWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABHQAAAAADHQAAAAABHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABHQAAAAAAHQAAAAADHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAA + tiles: WwAAAAACWwAAAAACZgAAAAABWwAAAAAAZgAAAAABWwAAAAACewAAAAAAHQAAAAABZgAAAAAAZgAAAAABZgAAAAACZgAAAAABZgAAAAABHQAAAAACewAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAABZgAAAAABWwAAAAACewAAAAAAHQAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAZgAAAAADZgAAAAADHQAAAAABewAAAAAAHQAAAAAAIgAAAAACHQAAAAADewAAAAAAWwAAAAABZgAAAAABWwAAAAADewAAAAAAHQAAAAADZgAAAAABZgAAAAAAZgAAAAABWwAAAAACZgAAAAABHQAAAAABHQAAAAADHQAAAAAAIgAAAAADHQAAAAAAewAAAAAAWwAAAAADZgAAAAAAWwAAAAABewAAAAAAHQAAAAACZgAAAAABZgAAAAADZgAAAAAAZgAAAAADZgAAAAADHQAAAAABewAAAAAAHQAAAAABIgAAAAABHQAAAAADewAAAAAAZgAAAAADZgAAAAAAZgAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAIgAAAAACHQAAAAACewAAAAAAWwAAAAADZgAAAAABWwAAAAACIgAAAAACWwAAAAAAWwAAAAACWwAAAAABWwAAAAADWwAAAAADWwAAAAABWwAAAAABewAAAAAAewAAAAAAIgAAAAACHQAAAAACewAAAAAAWwAAAAACZgAAAAADZgAAAAAAZgAAAAADZgAAAAAAZgAAAAAAZgAAAAAAZgAAAAABZgAAAAACZgAAAAACWwAAAAADewAAAAAAHQAAAAACIgAAAAACHQAAAAAAewAAAAAAWwAAAAABWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAADWwAAAAABWwAAAAABWwAAAAACZgAAAAACWwAAAAACewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAACWwAAAAAAWwAAAAACewAAAAAAWwAAAAACewAAAAAAMQAAAAAAMQAAAAAAWwAAAAABZgAAAAABWwAAAAADewAAAAAAWwAAAAAAewAAAAAAHQAAAAABHQAAAAABWwAAAAABWwAAAAABWwAAAAADewAAAAAAWwAAAAACewAAAAAAMQAAAAAAMQAAAAAAWwAAAAACZgAAAAAAWwAAAAABewAAAAAAewAAAAAAewAAAAAAHQAAAAADHQAAAAACWwAAAAAAWwAAAAACWwAAAAAAWwAAAAABWwAAAAAAewAAAAAAMQAAAAAAMQAAAAAAWwAAAAACZgAAAAABWwAAAAACewAAAAAAWwAAAAADewAAAAAAHQAAAAADIgAAAAADWwAAAAABWwAAAAADWwAAAAADewAAAAAAHQAAAAAAewAAAAAAMQAAAAAAMQAAAAAAWwAAAAADZgAAAAABWwAAAAADZgAAAAABWwAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAZgAAAAACZgAAAAABZgAAAAABZgAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAADHQAAAAADHQAAAAACHQAAAAADewAAAAAAWwAAAAACWwAAAAAAWwAAAAAAZgAAAAADWwAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAACHQAAAAACHQAAAAABHQAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAADHQAAAAAAHQAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAA version: 6 1,-1: ind: 1,-1 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATQAAAAAAeQAAAAAATQAAAAAAeQAAAAAATQAAAAAAeQAAAAAATQAAAAAAeQAAAAAATQAAAAAAeQAAAAAATQAAAAAAeQAAAAAAaQAAAAAAewAAAAAAewAAAAAAaQAAAAAATQAAAAAAeQAAAAAATQAAAAAAeQAAAAAATQAAAAAAeQAAAAAATQAAAAAAeQAAAAAATQAAAAAAeQAAAAAATQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATQAAAAAAeQAAAAAATQAAAAAAeQAAAAAATQAAAAAAeQAAAAAATQAAAAAAeQAAAAAATQAAAAAAeQAAAAAATQAAAAAAeQAAAAAAagAAAAACeQAAAAAAIgAAAAAAIgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAagAAAAACeQAAAAAAIgAAAAACIgAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAagAAAAABeQAAAAAAHQAAAAACHQAAAAAA + tiles: ewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAATQAAAAAAewAAAAAATQAAAAAAewAAAAAATQAAAAAAewAAAAAATQAAAAAAewAAAAAATQAAAAAAewAAAAAATQAAAAAAewAAAAAAawAAAAAAfQAAAAAAfQAAAAAAawAAAAAATQAAAAAAewAAAAAATQAAAAAAewAAAAAATQAAAAAAewAAAAAATQAAAAAAewAAAAAATQAAAAAAewAAAAAATQAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAATQAAAAAAewAAAAAATQAAAAAAewAAAAAATQAAAAAAewAAAAAATQAAAAAAewAAAAAATQAAAAAAewAAAAAATQAAAAAAewAAAAAAbAAAAAABewAAAAAAIgAAAAACIgAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbAAAAAABewAAAAAAIgAAAAABIgAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbAAAAAACewAAAAAAHQAAAAADHQAAAAAC version: 6 -2,-2: ind: -2,-2 - tiles: EgAAAAAAWQAAAAAAdgAAAAACdgAAAAABWQAAAAACeQAAAAAAIgAAAAADWQAAAAACWQAAAAACWQAAAAABWQAAAAABWQAAAAACZAAAAAADWQAAAAADWQAAAAABWQAAAAACEgAAAAACWQAAAAADdgAAAAABdgAAAAADWQAAAAACeQAAAAAAWQAAAAAATAAAAAACTAAAAAABZAAAAAADTAAAAAAAZAAAAAAAZAAAAAABZAAAAAADZAAAAAACZAAAAAADEgAAAAABWQAAAAADdgAAAAACdgAAAAADWQAAAAABeQAAAAAAWQAAAAACTAAAAAACWQAAAAADWQAAAAABWQAAAAACWQAAAAABZAAAAAAAWQAAAAACWQAAAAAAWQAAAAABEgAAAAACWQAAAAADdgAAAAABdgAAAAACWQAAAAADZAAAAAACWQAAAAADZAAAAAAAWQAAAAACWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADHQAAAAABEgAAAAADWQAAAAADdgAAAAABdgAAAAABWQAAAAADZAAAAAABWQAAAAACTAAAAAADWQAAAAABWQAAAAACZAAAAAACHQAAAAACHQAAAAAAJAAAAAABJAAAAAABJAAAAAAAEgAAAAACWQAAAAADdgAAAAADdgAAAAAAWQAAAAAAeQAAAAAAWQAAAAACTAAAAAADWQAAAAADWQAAAAABZAAAAAACHQAAAAABHQAAAAABTAAAAAACTAAAAAACTAAAAAAAWQAAAAABWQAAAAAAJgAAAAAAJgAAAAABWQAAAAABeQAAAAAAWQAAAAAAZAAAAAAAWQAAAAAAWQAAAAAAZAAAAAACHQAAAAABHQAAAAACJAAAAAACJAAAAAADJAAAAAADJgAAAAACJgAAAAADJgAAAAACJgAAAAABWQAAAAACeQAAAAAAWQAAAAAAZAAAAAABWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADZAAAAAAAWQAAAAABeQAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAagAAAAABewAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAWQAAAAACWQAAAAACZAAAAAADWQAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAZAAAAAACZAAAAAACZAAAAAACeQAAAAAAeQAAAAAAdgAAAAACeQAAAAAAdgAAAAABeQAAAAAAeQAAAAAAQQAAAAAAeQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAeQAAAAAAWQAAAAADZAAAAAACWQAAAAAAeQAAAAAAdgAAAAACdgAAAAAAdgAAAAABdgAAAAAAdgAAAAABeQAAAAAAQQAAAAAAeQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAeQAAAAAAWQAAAAACZAAAAAACWQAAAAAAeQAAAAAAdgAAAAADdgAAAAAAdgAAAAABdgAAAAAAdgAAAAADeQAAAAAAQQAAAAAAeQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAeQAAAAAAWQAAAAAAZAAAAAAAWQAAAAABdgAAAAADdgAAAAADdgAAAAACdgAAAAAAdgAAAAADdgAAAAACeQAAAAAAQQAAAAAAeQAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAeQAAAAAAWQAAAAACZAAAAAABWQAAAAADdgAAAAAAdgAAAAABdgAAAAAAdgAAAAACdgAAAAAAdgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAADeQAAAAAAeQAAAAAAWQAAAAAAZAAAAAABWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAABeQAAAAAAeQAAAAAA + tiles: EgAAAAABWwAAAAACeAAAAAADeAAAAAABWwAAAAAAewAAAAAAIgAAAAABWwAAAAACWwAAAAABWwAAAAAAWwAAAAAAWwAAAAADZgAAAAABWwAAAAABWwAAAAADWwAAAAACEgAAAAADWwAAAAACeAAAAAABeAAAAAABWwAAAAAAewAAAAAAWwAAAAAATAAAAAABTAAAAAACZgAAAAADTAAAAAAAZgAAAAABZgAAAAADZgAAAAAAZgAAAAADZgAAAAADEgAAAAACWwAAAAADeAAAAAABeAAAAAABWwAAAAACewAAAAAAWwAAAAAATAAAAAACWwAAAAADWwAAAAADWwAAAAABWwAAAAACZgAAAAABWwAAAAACWwAAAAAAWwAAAAADEgAAAAAAWwAAAAADeAAAAAABeAAAAAAAWwAAAAACZgAAAAACWwAAAAADZgAAAAACWwAAAAAAWwAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAADHQAAAAABEgAAAAACWwAAAAABeAAAAAABeAAAAAAAWwAAAAAAZgAAAAAAWwAAAAABTAAAAAABWwAAAAACWwAAAAADZgAAAAADHQAAAAAAHQAAAAABJAAAAAADJAAAAAADJAAAAAADEgAAAAABWwAAAAABeAAAAAADeAAAAAADWwAAAAABewAAAAAAWwAAAAABTAAAAAACWwAAAAADWwAAAAADZgAAAAACHQAAAAACHQAAAAAATAAAAAAATAAAAAABTAAAAAAAWwAAAAADWwAAAAABJgAAAAABJgAAAAABWwAAAAADewAAAAAAWwAAAAAAZgAAAAADWwAAAAACWwAAAAADZgAAAAACHQAAAAABHQAAAAACJAAAAAABJAAAAAADJAAAAAACJgAAAAACJgAAAAACJgAAAAAAJgAAAAABWwAAAAAAewAAAAAAWwAAAAABZgAAAAABWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAZgAAAAAAWwAAAAACewAAAAAAPgAAAAAAPgAAAAAAewAAAAAAPgAAAAAAPgAAAAAAewAAAAAAbAAAAAACfQAAAAAAagAAAAAAagAAAAAAewAAAAAAWwAAAAABWwAAAAABZgAAAAACWwAAAAACewAAAAAAPgAAAAAAPgAAAAAAewAAAAAAPgAAAAAAPgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZgAAAAADZgAAAAABZgAAAAADewAAAAAAewAAAAAAeAAAAAACewAAAAAAeAAAAAACewAAAAAAewAAAAAAQQAAAAAAewAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAewAAAAAAWwAAAAADZgAAAAACWwAAAAADewAAAAAAeAAAAAADeAAAAAADeAAAAAACeAAAAAACeAAAAAAAewAAAAAAQQAAAAAAewAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAewAAAAAAWwAAAAABZgAAAAABWwAAAAACewAAAAAAeAAAAAACeAAAAAABeAAAAAABeAAAAAADeAAAAAAAewAAAAAAQQAAAAAAewAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAewAAAAAAWwAAAAAAZgAAAAAAWwAAAAACeAAAAAACeAAAAAABeAAAAAACeAAAAAABeAAAAAAAeAAAAAADewAAAAAAQQAAAAAAewAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAewAAAAAAWwAAAAACZgAAAAADWwAAAAADeAAAAAAAeAAAAAABeAAAAAADeAAAAAAAeAAAAAADeAAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAABewAAAAAAewAAAAAAWwAAAAADZgAAAAADWwAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAewAAAAAAewAAAAAA version: 6 -2,-1: ind: -2,-1 - tiles: dgAAAAADdgAAAAADdgAAAAADdgAAAAAAdgAAAAACZAAAAAACWQAAAAABZAAAAAAAWQAAAAABeQAAAAAAdgAAAAACdgAAAAACdgAAAAABdgAAAAADdgAAAAAAeQAAAAAATAAAAAACTAAAAAADJgAAAAAATAAAAAACTAAAAAAAZAAAAAAAWQAAAAACZAAAAAAAWQAAAAADeQAAAAAAdgAAAAADdgAAAAABdgAAAAADdgAAAAACdgAAAAADeQAAAAAATAAAAAAATAAAAAADJgAAAAACTAAAAAAATAAAAAACZAAAAAACWQAAAAAAZAAAAAAAWQAAAAACeQAAAAAAdgAAAAABdgAAAAAAdgAAAAABdgAAAAADdgAAAAAAeQAAAAAAdgAAAAADdgAAAAABdgAAAAABdgAAAAAAdgAAAAAAZAAAAAADWQAAAAABZAAAAAADWQAAAAACeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAADdgAAAAACeQAAAAAAJgAAAAACeQAAAAAAeQAAAAAAdgAAAAACeQAAAAAAeQAAAAAAZAAAAAABZAAAAAAAZAAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAZAAAAAABeQAAAAAAdgAAAAABdgAAAAAAdgAAAAAAeQAAAAAAWQAAAAAAZAAAAAADWQAAAAABWQAAAAADeQAAAAAAHQAAAAADHQAAAAABHQAAAAABPgAAAAAAeQAAAAAAZAAAAAABeQAAAAAAJgAAAAAAJgAAAAAAJgAAAAACeQAAAAAAWQAAAAAAZAAAAAADZAAAAAADWQAAAAABeQAAAAAAHQAAAAAAHQAAAAACHQAAAAABPgAAAAAAPgAAAAAAWQAAAAAAeQAAAAAAJgAAAAACJgAAAAAAJgAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAZAAAAAAAWQAAAAACeQAAAAAAHQAAAAADHQAAAAADHQAAAAABPgAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAZAAAAAAAZAAAAAABZAAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAagAAAAAAagAAAAAAeQAAAAAAeQAAAAAAZAAAAAABZAAAAAADZAAAAAADZAAAAAAAZAAAAAABeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAZAAAAAABZAAAAAABZAAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWwAAAAADWwAAAAAAIgAAAAACWwAAAAACWwAAAAABWwAAAAABWwAAAAACWQAAAAACWQAAAAAAWQAAAAAAZAAAAAAAdgAAAAADdgAAAAADdgAAAAABdgAAAAABdgAAAAADHQAAAAADHQAAAAABWwAAAAADHQAAAAABHQAAAAADHQAAAAADHQAAAAACWQAAAAABWQAAAAACWQAAAAADZAAAAAADdgAAAAACdgAAAAABdgAAAAAAdgAAAAABdgAAAAADHQAAAAAAHQAAAAAAWwAAAAABHQAAAAACHQAAAAADHQAAAAABHQAAAAADWQAAAAADWQAAAAACWQAAAAAAZAAAAAAAdgAAAAABdgAAAAABdgAAAAABdgAAAAABdgAAAAACHQAAAAABHQAAAAAAWwAAAAACHQAAAAACHQAAAAACHQAAAAACHQAAAAABWQAAAAADWQAAAAADWQAAAAADZAAAAAACdgAAAAADdgAAAAABdgAAAAAAdgAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAABWQAAAAACWQAAAAACWQAAAAADWQAAAAADWQAAAAAAWQAAAAABWQAAAAABZAAAAAACdgAAAAAAdgAAAAACdgAAAAABdgAAAAADdgAAAAAB + tiles: eAAAAAACeAAAAAACeAAAAAADeAAAAAADeAAAAAABZgAAAAABWwAAAAABZgAAAAABWwAAAAABewAAAAAAeAAAAAADeAAAAAABeAAAAAABeAAAAAADeAAAAAADewAAAAAATAAAAAABTAAAAAAAJgAAAAADTAAAAAADTAAAAAADZgAAAAACWwAAAAACZgAAAAADWwAAAAABewAAAAAAeAAAAAAAeAAAAAABeAAAAAABeAAAAAACeAAAAAAAewAAAAAATAAAAAAATAAAAAABJgAAAAADTAAAAAADTAAAAAABZgAAAAADWwAAAAAAZgAAAAACWwAAAAACewAAAAAAeAAAAAACeAAAAAABeAAAAAACeAAAAAACeAAAAAADewAAAAAAeAAAAAAAeAAAAAADeAAAAAADeAAAAAAAeAAAAAABZgAAAAAAWwAAAAACZgAAAAABWwAAAAACewAAAAAAeAAAAAACeAAAAAABeAAAAAACeAAAAAACeAAAAAABewAAAAAAJgAAAAADewAAAAAAewAAAAAAeAAAAAABewAAAAAAewAAAAAAZgAAAAAAZgAAAAABZgAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAACewAAAAAAewAAAAAAZgAAAAAAewAAAAAAeAAAAAABeAAAAAACeAAAAAACewAAAAAAWwAAAAACZgAAAAACWwAAAAACWwAAAAACewAAAAAAHQAAAAAAHQAAAAABHQAAAAABPgAAAAAAewAAAAAAZgAAAAACewAAAAAAJgAAAAACJgAAAAADJgAAAAACewAAAAAAWwAAAAAAZgAAAAAAZgAAAAACWwAAAAACewAAAAAAHQAAAAABHQAAAAABHQAAAAABPgAAAAAAPgAAAAAAWwAAAAADewAAAAAAJgAAAAADJgAAAAADJgAAAAADewAAAAAAWwAAAAAAWwAAAAACZgAAAAABWwAAAAAAewAAAAAAHQAAAAACHQAAAAACHQAAAAADPgAAAAAAPgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZgAAAAACZgAAAAACZgAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAawAAAAAAbAAAAAACbAAAAAADewAAAAAAewAAAAAAZgAAAAABZgAAAAADZgAAAAACZgAAAAACZgAAAAACewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZgAAAAACZgAAAAADZgAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAXQAAAAABXQAAAAABIgAAAAACXQAAAAACXQAAAAABXQAAAAABXQAAAAABWwAAAAABWwAAAAADWwAAAAACZgAAAAABeAAAAAAAeAAAAAACeAAAAAADeAAAAAACeAAAAAABHQAAAAAAHQAAAAADXQAAAAAAHQAAAAACHQAAAAADHQAAAAAAHQAAAAADWwAAAAADWwAAAAABWwAAAAAAZgAAAAADeAAAAAADeAAAAAABeAAAAAAAeAAAAAAAeAAAAAABHQAAAAABHQAAAAADXQAAAAABHQAAAAABHQAAAAAAHQAAAAABHQAAAAAAWwAAAAACWwAAAAAAWwAAAAADZgAAAAADeAAAAAACeAAAAAAAeAAAAAAAeAAAAAADeAAAAAABHQAAAAACHQAAAAACXQAAAAADHQAAAAADHQAAAAADHQAAAAAAHQAAAAACWwAAAAAAWwAAAAACWwAAAAAAZgAAAAABeAAAAAADeAAAAAACeAAAAAAAeAAAAAABewAAAAAAWwAAAAADWwAAAAABWwAAAAADWwAAAAAAWwAAAAADWwAAAAACWwAAAAACWwAAAAAAWwAAAAADWwAAAAACZgAAAAACeAAAAAAAeAAAAAACeAAAAAABeAAAAAACeAAAAAAD version: 6 1,0: ind: 1,0 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAZAAAAAABZAAAAAADZAAAAAACZAAAAAABZAAAAAADMQAAAAAAMQAAAAAAMQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAewAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAABWQAAAAADWQAAAAACWQAAAAADWQAAAAADWQAAAAADWQAAAAACWQAAAAABZAAAAAABWQAAAAADWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABTAAAAAADTAAAAAAAZAAAAAAAZAAAAAABaQAAAAAAaQAAAAAAaQAAAAAAZAAAAAABZAAAAAADZAAAAAACZAAAAAABZAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAATAAAAAACWQAAAAABWQAAAAACWQAAAAABWQAAAAAAWQAAAAAAWQAAAAABWQAAAAABWQAAAAADZAAAAAAAWQAAAAACWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAZAAAAAACWQAAAAACeQAAAAAAeQAAAAAAZAAAAAACZAAAAAACZAAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAZAAAAAABZAAAAAADZAAAAAACeQAAAAAAIgAAAAABIgAAAAACIgAAAAAAWQAAAAABWQAAAAAAWQAAAAADeQAAAAAAWQAAAAADWQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAWQAAAAACZAAAAAACWQAAAAAAeQAAAAAAIgAAAAADIgAAAAAAIgAAAAABWQAAAAABWQAAAAABWQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAWQAAAAADZAAAAAAAWQAAAAADeQAAAAAAIgAAAAACIgAAAAACIgAAAAABWQAAAAABWQAAAAABWQAAAAADeQAAAAAAWQAAAAABWQAAAAACeQAAAAAAaQAAAAAAeQAAAAAAWQAAAAABZAAAAAABWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAABeQAAAAAAaQAAAAAAeQAAAAAAWQAAAAADZAAAAAADWQAAAAACWQAAAAACWQAAAAABWQAAAAABWQAAAAABWQAAAAABWQAAAAAAWQAAAAABeQAAAAAAWQAAAAABWQAAAAACeQAAAAAAewAAAAAAeQAAAAAAWQAAAAADZAAAAAADWQAAAAACZAAAAAADZAAAAAADeQAAAAAAZAAAAAADZAAAAAADWQAAAAABWQAAAAACeQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACZAAAAAAAWQAAAAADZAAAAAABZAAAAAADGwAAAAADZAAAAAADZAAAAAADWQAAAAADWQAAAAABeQAAAAAAWQAAAAABWQAAAAAAeQAAAAAAewAAAAAAeQAAAAAAWQAAAAADZAAAAAADWQAAAAABZAAAAAABZAAAAAADWQAAAAADZAAAAAACZAAAAAADWQAAAAAAWQAAAAABeQAAAAAAWQAAAAACWQAAAAACaAAAAAAAaQAAAAAAeQAAAAAAWQAAAAABZAAAAAADWQAAAAAAZAAAAAAAZAAAAAAAWQAAAAABZAAAAAAAZAAAAAAAWQAAAAABWQAAAAAAeQAAAAAAWQAAAAADWQAAAAACaAAAAAAAaAAAAAAAeQAAAAAAWQAAAAABZAAAAAABWQAAAAAAZAAAAAAAZAAAAAAAeQAAAAAAZAAAAAADZAAAAAABWQAAAAABWQAAAAABeQAAAAAAWQAAAAAAWQAAAAAA + tiles: ewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAABHQAAAAAAewAAAAAAewAAAAAAewAAAAAAZgAAAAADZgAAAAAAZgAAAAAAZgAAAAACZgAAAAABMQAAAAAAMQAAAAAAMQAAAAAAewAAAAAAWwAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAfQAAAAAAewAAAAAAWwAAAAADWwAAAAADWwAAAAAAWwAAAAADWwAAAAABWwAAAAAAWwAAAAACWwAAAAACWwAAAAABWwAAAAADZgAAAAADWwAAAAACWwAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAATAAAAAAATAAAAAACZgAAAAADZgAAAAACawAAAAAAawAAAAAAawAAAAAAZgAAAAADZgAAAAACZgAAAAAAZgAAAAAAZgAAAAACewAAAAAAewAAAAAAewAAAAAAWwAAAAACTAAAAAAAWwAAAAADWwAAAAACWwAAAAACWwAAAAAAWwAAAAABWwAAAAACWwAAAAAAWwAAAAACZgAAAAABWwAAAAABWwAAAAACewAAAAAAewAAAAAAewAAAAAAWwAAAAACZgAAAAAAWwAAAAADewAAAAAAewAAAAAAZgAAAAADZgAAAAAAZgAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZgAAAAAAZgAAAAAAZgAAAAABewAAAAAAIgAAAAACIgAAAAACIgAAAAABWwAAAAADWwAAAAAAWwAAAAABewAAAAAAWwAAAAAAWwAAAAABewAAAAAAagAAAAAAewAAAAAAWwAAAAABZgAAAAADWwAAAAABewAAAAAAIgAAAAACIgAAAAABIgAAAAAAWwAAAAACWwAAAAACWwAAAAACWwAAAAABWwAAAAADWwAAAAACewAAAAAAagAAAAAAewAAAAAAWwAAAAACZgAAAAADWwAAAAACewAAAAAAIgAAAAADIgAAAAABIgAAAAAAWwAAAAAAWwAAAAABWwAAAAADewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAawAAAAAAewAAAAAAWwAAAAAAZgAAAAAAWwAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAACewAAAAAAewAAAAAAewAAAAAAWwAAAAADWwAAAAABewAAAAAAawAAAAAAewAAAAAAWwAAAAAAZgAAAAACWwAAAAABWwAAAAACWwAAAAABWwAAAAADWwAAAAADWwAAAAADWwAAAAADWwAAAAAAewAAAAAAWwAAAAADWwAAAAAAewAAAAAAfQAAAAAAewAAAAAAWwAAAAADZgAAAAACWwAAAAACZgAAAAABZgAAAAAAewAAAAAAZgAAAAAAZgAAAAADWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAADZgAAAAADWwAAAAABZgAAAAADZgAAAAADGwAAAAACZgAAAAACZgAAAAACWwAAAAAAWwAAAAACewAAAAAAWwAAAAAAWwAAAAABewAAAAAAfQAAAAAAewAAAAAAWwAAAAADZgAAAAACWwAAAAACZgAAAAADZgAAAAABWwAAAAACZgAAAAABZgAAAAABWwAAAAABWwAAAAABewAAAAAAWwAAAAABWwAAAAADagAAAAAAawAAAAAAewAAAAAAWwAAAAADZgAAAAADWwAAAAAAZgAAAAADZgAAAAABWwAAAAABZgAAAAACZgAAAAABWwAAAAAAWwAAAAADewAAAAAAWwAAAAABWwAAAAACagAAAAAAagAAAAAAewAAAAAAWwAAAAAAZgAAAAABWwAAAAABZgAAAAAAZgAAAAACewAAAAAAZgAAAAACZgAAAAADWwAAAAADWwAAAAACewAAAAAAWwAAAAABWwAAAAAC version: 6 2,-2: ind: 2,-2 - tiles: HQAAAAABHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADHQAAAAABHQAAAAABeQAAAAAAHQAAAAABHQAAAAADdgAAAAAAeQAAAAAAdgAAAAAAHQAAAAAAHQAAAAAAMQAAAAAAHQAAAAACHQAAAAAAdgAAAAABeQAAAAAAHQAAAAAAHQAAAAADHQAAAAADHQAAAAACHQAAAAABHQAAAAAAdgAAAAADdgAAAAADdgAAAAADHQAAAAABHQAAAAABMQAAAAAAHQAAAAACHQAAAAADdgAAAAACeQAAAAAAHQAAAAADHQAAAAAAHQAAAAACeQAAAAAAHQAAAAADHQAAAAADdgAAAAACeQAAAAAAdgAAAAADHQAAAAAAHQAAAAADHQAAAAACHQAAAAACHQAAAAADdgAAAAABeQAAAAAAHQAAAAAAHQAAAAACHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIgAAAAABdgAAAAACdgAAAAADdgAAAAACdgAAAAAAdgAAAAACdgAAAAACeQAAAAAAHQAAAAADHQAAAAABHQAAAAAAeQAAAAAAdgAAAAACdgAAAAABdgAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAABHQAAAAADWQAAAAADdgAAAAAAdgAAAAADdgAAAAACeQAAAAAAHQAAAAAAHQAAAAACHQAAAAAAWQAAAAACWQAAAAABdgAAAAACIgAAAAAAeQAAAAAAHQAAAAACWQAAAAADWQAAAAABWQAAAAADdgAAAAAAdgAAAAACdgAAAAAAHQAAAAACHQAAAAABHQAAAAAAHQAAAAACWQAAAAACWQAAAAACWQAAAAABWQAAAAABeQAAAAAAWQAAAAADWQAAAAACWQAAAAABWQAAAAABeQAAAAAAIgAAAAADeQAAAAAAeQAAAAAAHQAAAAACHQAAAAABHQAAAAABWQAAAAABWQAAAAABWQAAAAABWQAAAAACeQAAAAAAWQAAAAADWQAAAAADWQAAAAACeQAAAAAAbAAAAAABbAAAAAABbAAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAACWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAACWQAAAAABWQAAAAACWQAAAAACWQAAAAABWQAAAAABeQAAAAAAWQAAAAABWQAAAAACWQAAAAABWQAAAAADWQAAAAAAWQAAAAADWQAAAAABZAAAAAACWQAAAAACWQAAAAACWQAAAAAAWQAAAAABWQAAAAACWQAAAAAAWQAAAAABZAAAAAACWQAAAAABTAAAAAAATAAAAAAAZAAAAAABTAAAAAACTAAAAAAAZAAAAAACZAAAAAADTAAAAAABZAAAAAACTAAAAAADTAAAAAADTAAAAAADZAAAAAABTAAAAAAAZAAAAAACZAAAAAADWQAAAAABWQAAAAADWQAAAAAAWQAAAAAAWQAAAAACWQAAAAAAZAAAAAACWQAAAAACWQAAAAADWQAAAAADZAAAAAACWQAAAAADWQAAAAAAWQAAAAAAZAAAAAACWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADZAAAAAADWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAWQAAAAACWQAAAAACWQAAAAABeQAAAAAAWQAAAAAAZAAAAAAAWQAAAAABeQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAA + tiles: HQAAAAAAHQAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAACHQAAAAACHQAAAAACewAAAAAAHQAAAAADHQAAAAABeAAAAAABewAAAAAAeAAAAAACHQAAAAAAHQAAAAACMQAAAAAAHQAAAAAAHQAAAAADeAAAAAAAewAAAAAAHQAAAAABHQAAAAAAHQAAAAAAHQAAAAABHQAAAAACHQAAAAACeAAAAAAAeAAAAAAAeAAAAAABHQAAAAACHQAAAAACMQAAAAAAHQAAAAABHQAAAAAAeAAAAAAAewAAAAAAHQAAAAACHQAAAAAAHQAAAAABewAAAAAAHQAAAAACHQAAAAADeAAAAAAAewAAAAAAeAAAAAABHQAAAAACHQAAAAABHQAAAAACHQAAAAABHQAAAAACeAAAAAAAewAAAAAAHQAAAAABHQAAAAAAHQAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAIgAAAAABeAAAAAADeAAAAAABeAAAAAABeAAAAAACeAAAAAABeAAAAAABewAAAAAAHQAAAAABHQAAAAABHQAAAAAAewAAAAAAeAAAAAADeAAAAAACeAAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAACHQAAAAAAHQAAAAACWwAAAAACeAAAAAAAeAAAAAACeAAAAAACewAAAAAAHQAAAAACHQAAAAACHQAAAAADWwAAAAABWwAAAAAAeAAAAAABIgAAAAADewAAAAAAHQAAAAACWwAAAAACWwAAAAADWwAAAAAAeAAAAAADeAAAAAADeAAAAAADHQAAAAAAHQAAAAACHQAAAAAAHQAAAAADWwAAAAACWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAABWwAAAAABWwAAAAACewAAAAAAIgAAAAABewAAAAAAewAAAAAAHQAAAAACHQAAAAABHQAAAAADWwAAAAACWwAAAAABWwAAAAADWwAAAAABewAAAAAAWwAAAAACWwAAAAABWwAAAAAAewAAAAAAbgAAAAACbgAAAAAAbgAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAABWwAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAADWwAAAAABWwAAAAACWwAAAAADWwAAAAAAewAAAAAAWwAAAAACWwAAAAACWwAAAAACWwAAAAAAWwAAAAACWwAAAAADWwAAAAACZgAAAAADWwAAAAADWwAAAAABWwAAAAADWwAAAAAAWwAAAAABWwAAAAAAWwAAAAACZgAAAAABWwAAAAAATAAAAAADTAAAAAACZgAAAAADTAAAAAABTAAAAAACZgAAAAABZgAAAAABTAAAAAADZgAAAAACTAAAAAAATAAAAAADTAAAAAAAZgAAAAADTAAAAAABZgAAAAACZgAAAAADWwAAAAACWwAAAAACWwAAAAACWwAAAAADWwAAAAACWwAAAAABZgAAAAAAWwAAAAABWwAAAAABWwAAAAABZgAAAAABWwAAAAACWwAAAAACWwAAAAADZgAAAAADWwAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAZgAAAAABWwAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAWwAAAAADWwAAAAABWwAAAAABewAAAAAAWwAAAAABZgAAAAABWwAAAAABewAAAAAAewAAAAAAawAAAAAAawAAAAAA version: 6 2,-1: ind: 2,-1 - tiles: eAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAWQAAAAACWQAAAAACWQAAAAAAWQAAAAAAWQAAAAAAZAAAAAACWQAAAAABeQAAAAAAewAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAeQAAAAAAWQAAAAADWQAAAAADWQAAAAAAeQAAAAAAWQAAAAAAZAAAAAAAWQAAAAADeQAAAAAAewAAAAAAagAAAAAAeQAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAZAAAAAACZAAAAAABZAAAAAADeQAAAAAAeQAAAAAAagAAAAABeQAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAaQAAAAAAewAAAAAAeQAAAAAAZAAAAAACZAAAAAAAZAAAAAAAZAAAAAACZAAAAAAAeQAAAAAAagAAAAADeQAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADZAAAAAADWQAAAAAAeQAAAAAAeQAAAAAAagAAAAADeQAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAaQAAAAAAewAAAAAAeQAAAAAAeQAAAAAAWQAAAAACZAAAAAADWQAAAAACeQAAAAAAeQAAAAAAewAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIgAAAAADZAAAAAADWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAagAAAAADewAAAAAAeQAAAAAAWQAAAAABZAAAAAADWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaQAAAAAAagAAAAACewAAAAAAeQAAAAAAWQAAAAAAZAAAAAAAWQAAAAADeQAAAAAAcQAAAAACcQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaQAAAAAAagAAAAABeQAAAAAAeQAAAAAAWQAAAAABZAAAAAABWQAAAAADeQAAAAAAcQAAAAABcQAAAAACbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAZAAAAAADWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAagAAAAADagAAAAAAagAAAAACeQAAAAAAWQAAAAADWQAAAAADWQAAAAADWQAAAAABeQAAAAAAWQAAAAACZAAAAAADWQAAAAABeQAAAAAAcQAAAAACcQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAADWQAAAAAAWQAAAAAAWQAAAAACWQAAAAADZAAAAAADWQAAAAACeQAAAAAAcQAAAAABcQAAAAADbAAAAAACIgAAAAAAIgAAAAAAIgAAAAAAeQAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAeQAAAAAAWQAAAAADTAAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIgAAAAAAIgAAAAADIgAAAAAAeQAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAeQAAAAAAWQAAAAAATAAAAAACWQAAAAABeQAAAAAAcQAAAAACcQAAAAAAeQAAAAAAHQAAAAAAHQAAAAABHQAAAAABeQAAAAAAZAAAAAACZAAAAAACZAAAAAAAZAAAAAACeQAAAAAAWQAAAAACZAAAAAABWQAAAAAAeQAAAAAAcQAAAAADcQAAAAAAbAAAAAAA + tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAWwAAAAABWwAAAAACWwAAAAACWwAAAAACWwAAAAAAZgAAAAAAWwAAAAACewAAAAAAfQAAAAAAagAAAAAAewAAAAAAegAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAewAAAAAAWwAAAAACWwAAAAACWwAAAAADewAAAAAAWwAAAAACZgAAAAACWwAAAAAAewAAAAAAfQAAAAAAbAAAAAAAewAAAAAAewAAAAAATQAAAAAATQAAAAAATQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZgAAAAADZgAAAAACZgAAAAADewAAAAAAewAAAAAAbAAAAAABewAAAAAAewAAAAAATQAAAAAATQAAAAAATQAAAAAAewAAAAAAawAAAAAAfQAAAAAAewAAAAAAZgAAAAACZgAAAAAAZgAAAAABZgAAAAADZgAAAAABewAAAAAAbAAAAAADewAAAAAAewAAAAAATQAAAAAATQAAAAAATQAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAACZgAAAAACWwAAAAADewAAAAAAewAAAAAAbAAAAAAAewAAAAAAewAAAAAATQAAAAAATQAAAAAATQAAAAAAewAAAAAAawAAAAAAfQAAAAAAewAAAAAAewAAAAAAWwAAAAAAZgAAAAABWwAAAAABewAAAAAAewAAAAAAfQAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAIgAAAAACZgAAAAAAWwAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAbAAAAAAAfQAAAAAAewAAAAAAWwAAAAABZgAAAAABWwAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAawAAAAAAbAAAAAAAfQAAAAAAewAAAAAAWwAAAAACZgAAAAADWwAAAAADewAAAAAAcwAAAAADcwAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAawAAAAAAbAAAAAADewAAAAAAewAAAAAAWwAAAAACZgAAAAACWwAAAAACewAAAAAAcwAAAAAAcwAAAAACbgAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAABZgAAAAADWwAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAbAAAAAAAbAAAAAACbAAAAAACewAAAAAAWwAAAAADWwAAAAACWwAAAAACWwAAAAABewAAAAAAWwAAAAAAZgAAAAAAWwAAAAABewAAAAAAcwAAAAABcwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAABWwAAAAABWwAAAAADWwAAAAABWwAAAAABWwAAAAAAZgAAAAABWwAAAAABewAAAAAAcwAAAAADcwAAAAABbgAAAAAAIgAAAAABIgAAAAACIgAAAAABewAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAewAAAAAAWwAAAAAATAAAAAAAWwAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAIgAAAAADIgAAAAADIgAAAAACewAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAewAAAAAAWwAAAAACTAAAAAADWwAAAAACewAAAAAAcwAAAAAAcwAAAAABewAAAAAAHQAAAAADHQAAAAABHQAAAAAAewAAAAAAZgAAAAAAZgAAAAADZgAAAAADZgAAAAACewAAAAAAWwAAAAACZgAAAAACWwAAAAABewAAAAAAcwAAAAADcwAAAAABbgAAAAAD version: 6 -2,0: ind: -2,0 - tiles: ZAAAAAADZAAAAAABZAAAAAACWQAAAAACWQAAAAACWQAAAAACWQAAAAACWQAAAAACWQAAAAAAWQAAAAABZAAAAAAAdgAAAAABdgAAAAADdgAAAAACdgAAAAABdgAAAAAAZAAAAAAAZAAAAAAAWwAAAAACWQAAAAABWQAAAAACWQAAAAAAWQAAAAAAWQAAAAACWQAAAAADWQAAAAABZAAAAAACdgAAAAADdgAAAAADdgAAAAACdgAAAAADdgAAAAADZAAAAAAAZAAAAAAAWwAAAAACWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAACWQAAAAADWQAAAAACWQAAAAACZAAAAAACdgAAAAADdgAAAAABdgAAAAACdgAAAAACdgAAAAABZAAAAAACZAAAAAADZAAAAAADWQAAAAACWQAAAAADWQAAAAAAWQAAAAABWQAAAAACWQAAAAACWQAAAAAAZAAAAAACdgAAAAABdgAAAAAAdgAAAAACdgAAAAADdgAAAAAAdgAAAAABdgAAAAACWQAAAAACWQAAAAAAWQAAAAADWQAAAAABWQAAAAADWQAAAAACMQAAAAAAdgAAAAADdgAAAAACdgAAAAAAdgAAAAACWQAAAAADWQAAAAAAWQAAAAABHQAAAAABdgAAAAACMQAAAAAAMQAAAAAAMQAAAAAAWQAAAAABWQAAAAADWQAAAAAAMQAAAAAAdgAAAAABHQAAAAAAHQAAAAABHQAAAAAAeQAAAAAAIgAAAAAAHQAAAAACHQAAAAABdgAAAAABMQAAAAAAMQAAAAAAMQAAAAAAWQAAAAACWQAAAAABWQAAAAABMQAAAAAAdgAAAAABIgAAAAADIgAAAAABIgAAAAABeQAAAAAAIgAAAAACHQAAAAADHQAAAAAAdgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAWQAAAAABWQAAAAABWQAAAAADMQAAAAAAdgAAAAABIgAAAAABIgAAAAABIgAAAAACeQAAAAAAIgAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACZAAAAAAAZAAAAAABZAAAAAABZAAAAAACZAAAAAAAZAAAAAADZAAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAABZAAAAAABZAAAAAACZAAAAAADZAAAAAAAZAAAAAAAZAAAAAACZAAAAAADZAAAAAAAeQAAAAAAewAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAZAAAAAACZAAAAAABZAAAAAACeQAAAAAAeQAAAAAAWQAAAAABWQAAAAABcQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAACdgAAAAADdgAAAAAAdgAAAAAAWQAAAAADWQAAAAAAZAAAAAAAWQAAAAAAdQAAAAABdQAAAAADdQAAAAACdQAAAAABdQAAAAADdQAAAAACLAAAAAAALAAAAAAAdgAAAAABdgAAAAACdgAAAAABIgAAAAABeQAAAAAAWQAAAAAAZAAAAAABWQAAAAADeQAAAAAAIgAAAAACdQAAAAABdQAAAAACdQAAAAADdQAAAAACeQAAAAAALAAAAAAAdgAAAAABdgAAAAADdgAAAAACdgAAAAACWQAAAAACWQAAAAACZAAAAAACWQAAAAACWQAAAAADXAAAAAADXAAAAAABXAAAAAACXAAAAAAAXAAAAAADeQAAAAAALAAAAAAAZAAAAAAAZAAAAAADZAAAAAABZAAAAAAAWQAAAAAAWQAAAAADZAAAAAAAWQAAAAAAWQAAAAABXAAAAAAAXAAAAAABXAAAAAABXAAAAAACXAAAAAADeQAAAAAALAAAAAAAOgAAAAAAOgAAAAAAWQAAAAAAWQAAAAADeQAAAAAAWQAAAAABZAAAAAABWQAAAAABeQAAAAAAXAAAAAADXAAAAAACXAAAAAABXAAAAAADXAAAAAADeQAAAAAAeQAAAAAA + tiles: ZgAAAAADZgAAAAACZgAAAAAAWwAAAAAAWwAAAAABWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAABWwAAAAAAZgAAAAAAeAAAAAACeAAAAAACeAAAAAADeAAAAAACeAAAAAADZgAAAAABZgAAAAABXQAAAAABWwAAAAADWwAAAAABWwAAAAABWwAAAAABWwAAAAACWwAAAAAAWwAAAAAAZgAAAAACeAAAAAADeAAAAAACeAAAAAAAeAAAAAACeAAAAAADZgAAAAADZgAAAAABXQAAAAADWwAAAAABWwAAAAAAWwAAAAAAWwAAAAABWwAAAAACWwAAAAADWwAAAAAAZgAAAAADeAAAAAACeAAAAAAAeAAAAAACeAAAAAAAeAAAAAADZgAAAAACZgAAAAADZgAAAAACWwAAAAABWwAAAAAAWwAAAAAAWwAAAAABWwAAAAAAWwAAAAABWwAAAAACZgAAAAACeAAAAAAAeAAAAAAAeAAAAAABeAAAAAAAeAAAAAABeAAAAAABeAAAAAACWwAAAAACWwAAAAAAWwAAAAADWwAAAAACWwAAAAADWwAAAAADMQAAAAAAeAAAAAABeAAAAAACeAAAAAADeAAAAAAAWwAAAAAAWwAAAAAAWwAAAAABHQAAAAACeAAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAWwAAAAACWwAAAAAAWwAAAAADMQAAAAAAeAAAAAABHQAAAAADHQAAAAADHQAAAAADewAAAAAAIgAAAAAAHQAAAAAAHQAAAAADeAAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAWwAAAAAAWwAAAAADWwAAAAABMQAAAAAAeAAAAAAAIgAAAAADIgAAAAADIgAAAAAAewAAAAAAIgAAAAAAHQAAAAAAHQAAAAADeAAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAWwAAAAABWwAAAAADWwAAAAADMQAAAAAAeAAAAAABIgAAAAAAIgAAAAAAIgAAAAABewAAAAAAIgAAAAAAHQAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAZgAAAAADZgAAAAACZgAAAAADZgAAAAAAZgAAAAABZgAAAAABZgAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAZgAAAAABZgAAAAACZgAAAAACZgAAAAACZgAAAAAAZgAAAAADZgAAAAABZgAAAAABewAAAAAAfQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZgAAAAADZgAAAAAAZgAAAAAAewAAAAAAewAAAAAAWwAAAAADWwAAAAACcwAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAABeAAAAAABeAAAAAACeAAAAAACWwAAAAABWwAAAAACZgAAAAAAWwAAAAABdwAAAAABdwAAAAABdwAAAAABdwAAAAAAdwAAAAABdwAAAAABLAAAAAAALAAAAAAAeAAAAAAAeAAAAAACeAAAAAADIgAAAAAAewAAAAAAWwAAAAABZgAAAAACWwAAAAADewAAAAAAIgAAAAACdwAAAAADdwAAAAABdwAAAAABdwAAAAAAewAAAAAALAAAAAAAeAAAAAAAeAAAAAADeAAAAAAAeAAAAAACWwAAAAABWwAAAAAAZgAAAAAAWwAAAAACWwAAAAADXgAAAAADXgAAAAADXgAAAAADXgAAAAADXgAAAAABewAAAAAALAAAAAAAZgAAAAAAZgAAAAAAZgAAAAACZgAAAAADWwAAAAACWwAAAAACZgAAAAACWwAAAAAAWwAAAAAAXgAAAAABXgAAAAAAXgAAAAACXgAAAAADXgAAAAACewAAAAAALAAAAAAAOgAAAAAAOgAAAAAAWwAAAAAAWwAAAAABewAAAAAAWwAAAAABZgAAAAACWwAAAAAAewAAAAAAXgAAAAAAXgAAAAADXgAAAAACXgAAAAABXgAAAAABewAAAAAAewAAAAAA version: 6 1,-3: ind: 1,-3 - tiles: aQAAAAAAeQAAAAAAIgAAAAAAIgAAAAABeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAIgAAAAABIgAAAAADeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAHQAAAAABHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIgAAAAAAIgAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIgAAAAADIgAAAAAAaQAAAAAAaQAAAAAAIgAAAAACIgAAAAACeQAAAAAAeQAAAAAAHQAAAAACHQAAAAACHQAAAAABHQAAAAACHQAAAAABHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAIgAAAAACIgAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAACHQAAAAACHQAAAAADHQAAAAADHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAIgAAAAAAIgAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAHQAAAAABHQAAAAADeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAIgAAAAACIgAAAAABaQAAAAAAaQAAAAAAIgAAAAADIgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAHQAAAAABHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAewAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIgAAAAADIgAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAACWQAAAAACWQAAAAAAIgAAAAADIgAAAAAAIgAAAAABIgAAAAADeQAAAAAAHQAAAAADHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAACWQAAAAACWQAAAAACHQAAAAAAHQAAAAACHQAAAAACHQAAAAAAeQAAAAAAHQAAAAABHQAAAAABeQAAAAAAIgAAAAADeQAAAAAAewAAAAAAeQAAAAAAWQAAAAABWQAAAAADWQAAAAADWQAAAAAAHQAAAAACHQAAAAAAHQAAAAACHQAAAAADIgAAAAACIgAAAAABIgAAAAABIgAAAAACIgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAACWQAAAAACWQAAAAADIgAAAAAAIgAAAAADIgAAAAAAIgAAAAAAeQAAAAAAHQAAAAAAHQAAAAACeQAAAAAAIgAAAAAAeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIgAAAAAAWQAAAAAAWQAAAAACZAAAAAACWQAAAAAAWQAAAAAAWQAAAAABeQAAAAAAHQAAAAABZAAAAAACZAAAAAACZAAAAAADZAAAAAADZAAAAAADHQAAAAABeQAAAAAAHQAAAAACTAAAAAABZAAAAAAAZAAAAAABZAAAAAAAZAAAAAABWQAAAAABeQAAAAAAHQAAAAAAZAAAAAABZAAAAAACZAAAAAABZAAAAAABZAAAAAABHQAAAAAAeQAAAAAAHQAAAAAB + tiles: awAAAAAAewAAAAAAIgAAAAADIgAAAAADewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAIgAAAAAAIgAAAAADewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAawAAAAAAHQAAAAACHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAIgAAAAAAIgAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAIgAAAAAAIgAAAAABawAAAAAAawAAAAAAIgAAAAADIgAAAAAAewAAAAAAewAAAAAAHQAAAAADHQAAAAACHQAAAAADHQAAAAAAHQAAAAADHQAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAawAAAAAAIgAAAAACIgAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAABHQAAAAACHQAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAawAAAAAAIgAAAAACIgAAAAACewAAAAAAewAAAAAAHQAAAAADewAAAAAAHQAAAAAAHQAAAAABewAAAAAAHQAAAAACewAAAAAAewAAAAAAIgAAAAADIgAAAAADawAAAAAAawAAAAAAIgAAAAADIgAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAawAAAAAAHQAAAAAAHQAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAfQAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAIgAAAAACIgAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAACHQAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAACWwAAAAAAWwAAAAADWwAAAAABIgAAAAACIgAAAAACIgAAAAADIgAAAAADewAAAAAAHQAAAAACHQAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAACWwAAAAAAWwAAAAAAWwAAAAABHQAAAAABHQAAAAACHQAAAAAAHQAAAAAAewAAAAAAHQAAAAACHQAAAAACewAAAAAAIgAAAAADewAAAAAAfQAAAAAAewAAAAAAWwAAAAADWwAAAAADWwAAAAABWwAAAAABHQAAAAADHQAAAAAAHQAAAAABHQAAAAADIgAAAAABIgAAAAADIgAAAAABIgAAAAAAIgAAAAABewAAAAAAewAAAAAAewAAAAAAWwAAAAABWwAAAAAAWwAAAAAAWwAAAAABIgAAAAADIgAAAAABIgAAAAAAIgAAAAADewAAAAAAHQAAAAAAHQAAAAACewAAAAAAIgAAAAACewAAAAAAWwAAAAABewAAAAAAewAAAAAAWwAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAIgAAAAADWwAAAAAAWwAAAAAAZgAAAAABWwAAAAACWwAAAAACWwAAAAABewAAAAAAHQAAAAADZgAAAAACZgAAAAAAZgAAAAADZgAAAAACZgAAAAADHQAAAAAAewAAAAAAHQAAAAABTAAAAAACZgAAAAACZgAAAAAAZgAAAAACZgAAAAAAWwAAAAADewAAAAAAHQAAAAADZgAAAAABZgAAAAAAZgAAAAACZgAAAAACZgAAAAABHQAAAAAAewAAAAAAHQAAAAAA version: 6 0,-3: ind: 0,-3 - tiles: eAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAADHQAAAAABeQAAAAAAeQAAAAAAIgAAAAADIgAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAagAAAAACagAAAAACeQAAAAAAaAAAAAAAaAAAAAAAewAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAewAAAAAAeQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAWQAAAAADWQAAAAABIgAAAAAAIgAAAAADIgAAAAABeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAWQAAAAAAWQAAAAABZAAAAAACZAAAAAACIgAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAWQAAAAACWQAAAAABZAAAAAABZAAAAAABIgAAAAADeQAAAAAAWQAAAAABWQAAAAABHQAAAAABHQAAAAADHQAAAAABIgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIgAAAAABIgAAAAABIgAAAAACIgAAAAADIgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAABHQAAAAACIgAAAAACeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAADWQAAAAABeQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAewAAAAAAeQAAAAAAagAAAAABagAAAAADagAAAAAAeQAAAAAAeQAAAAAAewAAAAAAWQAAAAAAWQAAAAADWQAAAAABWQAAAAACeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAACZAAAAAAAWQAAAAACWQAAAAAAWQAAAAADWQAAAAACWQAAAAABWQAAAAAAWQAAAAADWQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAZAAAAAABZAAAAAABZAAAAAAAZAAAAAADTAAAAAACZAAAAAADTAAAAAADZAAAAAAC + tiles: egAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAewAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAABewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAHQAAAAABHQAAAAAAHQAAAAABewAAAAAAewAAAAAAIgAAAAACIgAAAAACewAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAbAAAAAAAbAAAAAABewAAAAAAagAAAAAAagAAAAAAfQAAAAAAewAAAAAAawAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAfQAAAAAAewAAAAAAWwAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAWwAAAAACWwAAAAAAIgAAAAAAIgAAAAABIgAAAAACewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAWwAAAAADWwAAAAACZgAAAAADZgAAAAAAIgAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAWwAAAAADWwAAAAAAZgAAAAACZgAAAAABIgAAAAABewAAAAAAWwAAAAACWwAAAAACHQAAAAADHQAAAAADHQAAAAABIgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAIgAAAAABIgAAAAADIgAAAAADIgAAAAABIgAAAAACewAAAAAAewAAAAAAewAAAAAAHQAAAAACHQAAAAACHQAAAAAAIgAAAAABewAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAADWwAAAAACWwAAAAAAWwAAAAADewAAAAAAawAAAAAAawAAAAAAawAAAAAAfQAAAAAAewAAAAAAbAAAAAAAbAAAAAADbAAAAAADewAAAAAAewAAAAAAfQAAAAAAWwAAAAAAWwAAAAADWwAAAAABWwAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAACWwAAAAAAWwAAAAADZgAAAAABWwAAAAACWwAAAAABWwAAAAADWwAAAAACWwAAAAADWwAAAAABWwAAAAADWwAAAAADewAAAAAAewAAAAAAWwAAAAADewAAAAAAWwAAAAADZgAAAAACZgAAAAADZgAAAAAAZgAAAAAATAAAAAABZgAAAAADTAAAAAABZgAAAAAB version: 6 1,1: ind: 1,1 - tiles: aAAAAAAAaAAAAAAAeQAAAAAAWQAAAAADZAAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAZAAAAAAAZAAAAAADZAAAAAABeQAAAAAAWQAAAAACWQAAAAACWQAAAAACWQAAAAAAWQAAAAADWQAAAAAAIgAAAAAAWQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADZAAAAAABWQAAAAABeQAAAAAAWQAAAAABWQAAAAAAWQAAAAADWQAAAAADWQAAAAAAWQAAAAAAWQAAAAABWQAAAAADWQAAAAADWQAAAAAAZAAAAAAAWQAAAAACWQAAAAACZAAAAAAAWQAAAAADeQAAAAAAWQAAAAACZAAAAAADZAAAAAACZAAAAAAAWQAAAAADZAAAAAAAZAAAAAACZAAAAAABWQAAAAAAZAAAAAAAZAAAAAABZAAAAAACZAAAAAACZAAAAAADWQAAAAADeQAAAAAAWQAAAAACZAAAAAACZAAAAAABZAAAAAACWQAAAAAAZAAAAAABZAAAAAAAZAAAAAACWQAAAAABWQAAAAACZAAAAAAAWQAAAAADWQAAAAADWQAAAAACIgAAAAAAeQAAAAAAWQAAAAABZAAAAAABZAAAAAADZAAAAAACWQAAAAABZAAAAAABZAAAAAAAZAAAAAADWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAAAWQAAAAACWQAAAAABWQAAAAADWQAAAAAAWQAAAAADWQAAAAABWQAAAAABcQAAAAADcAAAAAACeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAWQAAAAABWQAAAAAAWQAAAAABWQAAAAACWQAAAAAAWQAAAAABWQAAAAABWQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAcQAAAAACcAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: agAAAAAAagAAAAAAewAAAAAAWwAAAAABZgAAAAADWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAACewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAABewAAAAAAewAAAAAAewAAAAAAZgAAAAADZgAAAAAAZgAAAAACewAAAAAAWwAAAAAAWwAAAAACWwAAAAADWwAAAAACWwAAAAAAWwAAAAADIgAAAAACWwAAAAADWwAAAAACewAAAAAAewAAAAAAewAAAAAAWwAAAAACZgAAAAAAWwAAAAAAewAAAAAAWwAAAAACWwAAAAACWwAAAAADWwAAAAACWwAAAAABWwAAAAADWwAAAAACWwAAAAAAWwAAAAAAWwAAAAAAZgAAAAACWwAAAAACWwAAAAADZgAAAAAAWwAAAAADewAAAAAAWwAAAAAAZgAAAAABZgAAAAAAZgAAAAACWwAAAAACZgAAAAADZgAAAAABZgAAAAABWwAAAAADZgAAAAABZgAAAAADZgAAAAABZgAAAAABZgAAAAAAWwAAAAACewAAAAAAWwAAAAADZgAAAAAAZgAAAAABZgAAAAABWwAAAAABZgAAAAAAZgAAAAACZgAAAAABWwAAAAADWwAAAAAAZgAAAAAAWwAAAAAAWwAAAAABWwAAAAADIgAAAAABewAAAAAAWwAAAAADZgAAAAABZgAAAAABZgAAAAACWwAAAAADZgAAAAABZgAAAAAAZgAAAAADWwAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAADWwAAAAABWwAAAAACWwAAAAADWwAAAAABWwAAAAAAWwAAAAABWwAAAAABWwAAAAAAcwAAAAAAcgAAAAABewAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAABWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAADWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAcwAAAAADcgAAAAABewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,1: ind: 0,1 - tiles: eQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAagAAAAADagAAAAACaAAAAAAAaAAAAAAAagAAAAAAagAAAAADeQAAAAAAaQAAAAAAaQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAewAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAABWQAAAAADWQAAAAABZAAAAAADWQAAAAAAWQAAAAACWQAAAAABWQAAAAAAWQAAAAACWQAAAAACWQAAAAABWQAAAAADWQAAAAADWQAAAAAAWQAAAAADWQAAAAACZAAAAAADZAAAAAACZAAAAAADZAAAAAABZAAAAAADZAAAAAADZAAAAAABZAAAAAAAZAAAAAADZAAAAAADZAAAAAADZAAAAAACZAAAAAACZAAAAAABZAAAAAAAZAAAAAAAWQAAAAABWQAAAAAAWQAAAAABZAAAAAABWQAAAAADWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAADWQAAAAAAWQAAAAACWQAAAAAAWQAAAAACWQAAAAADWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAWQAAAAABWQAAAAADWQAAAAADHQAAAAAAHQAAAAADHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAcQAAAAACbAAAAAACbAAAAAADcQAAAAABcAAAAAAAcAAAAAABcAAAAAADWQAAAAACWQAAAAABWQAAAAAAHQAAAAACHQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAcQAAAAABbAAAAAACbAAAAAADcQAAAAABcAAAAAACcAAAAAACcAAAAAACeQAAAAAAWQAAAAABWQAAAAACHQAAAAADHQAAAAABHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAcAAAAAADcAAAAAADcAAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAAAHQAAAAACHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAewAAAAAAagAAAAAAagAAAAADeQAAAAAAcQAAAAACcQAAAAADcQAAAAACeQAAAAAAHQAAAAACHQAAAAACHQAAAAACHQAAAAABHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABHQAAAAACHQAAAAAAHQAAAAADHQAAAAADHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAewAAAAAAeQAAAAAALAAAAAAALAAAAAAALAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAALAAAAAAALAAAAAAAZAAAAAAAeQAAAAAAHQAAAAABHQAAAAADHQAAAAABHQAAAAABHQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAewAAAAAAeQAAAAAAewAAAAAAbAAAAAABbAAAAAABZAAAAAABeQAAAAAAHQAAAAABHQAAAAADHQAAAAABHQAAAAACHQAAAAADTQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAALAAAAAAAeQAAAAAALAAAAAAA + tiles: ewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAbAAAAAAAbAAAAAACagAAAAAAagAAAAAAbAAAAAACbAAAAAACewAAAAAAawAAAAAAawAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAADWwAAAAABWwAAAAACWwAAAAAAZgAAAAAAWwAAAAACWwAAAAAAWwAAAAABWwAAAAADWwAAAAAAWwAAAAABWwAAAAACWwAAAAACWwAAAAABWwAAAAABWwAAAAACWwAAAAABZgAAAAACZgAAAAAAZgAAAAACZgAAAAACZgAAAAACZgAAAAADZgAAAAAAZgAAAAADZgAAAAABZgAAAAADZgAAAAACZgAAAAACZgAAAAAAZgAAAAADZgAAAAADZgAAAAABWwAAAAAAWwAAAAADWwAAAAADZgAAAAABWwAAAAABWwAAAAADWwAAAAAAWwAAAAABWwAAAAABWwAAAAABWwAAAAADWwAAAAADWwAAAAABWwAAAAADWwAAAAADWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAACewAAAAAAWwAAAAAAWwAAAAADWwAAAAAAHQAAAAABHQAAAAABHQAAAAAAewAAAAAAewAAAAAAewAAAAAAcwAAAAADbgAAAAAAbgAAAAABcwAAAAAAcgAAAAACcgAAAAABcgAAAAACWwAAAAADWwAAAAAAWwAAAAACHQAAAAABHQAAAAAAHQAAAAABewAAAAAAewAAAAAAewAAAAAAcwAAAAAAbgAAAAADbgAAAAABcwAAAAAAcgAAAAAAcgAAAAACcgAAAAADewAAAAAAWwAAAAAAWwAAAAABHQAAAAADHQAAAAABHQAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAcgAAAAADcgAAAAACcgAAAAAAewAAAAAAewAAAAAAHQAAAAADHQAAAAAAHQAAAAACHQAAAAABewAAAAAAewAAAAAAewAAAAAAfQAAAAAAbAAAAAADbAAAAAADewAAAAAAcwAAAAADcwAAAAAAcwAAAAABewAAAAAAHQAAAAAAHQAAAAABHQAAAAADHQAAAAAAHQAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAABHQAAAAAAHQAAAAADHQAAAAABHQAAAAABHQAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfQAAAAAAewAAAAAALAAAAAAALAAAAAAALAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAALAAAAAAALAAAAAAAZgAAAAAAewAAAAAAHQAAAAABHQAAAAACHQAAAAADHQAAAAAAHQAAAAAATQAAAAAAewAAAAAAewAAAAAAewAAAAAAfQAAAAAAewAAAAAAfQAAAAAAbgAAAAADbgAAAAABZgAAAAABewAAAAAAHQAAAAACHQAAAAAAHQAAAAACHQAAAAAAHQAAAAAATQAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAALAAAAAAAewAAAAAALAAAAAAA version: 6 -1,1: ind: -1,1 - tiles: aAAAAAAAeQAAAAAAewAAAAAAaQAAAAAAaQAAAAAAewAAAAAAeQAAAAAAagAAAAADaAAAAAAAaAAAAAAAewAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAewAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAADWQAAAAAAWQAAAAACWQAAAAAAWQAAAAADWQAAAAABZAAAAAADWQAAAAACWQAAAAAAWQAAAAADWQAAAAAAWQAAAAADWQAAAAABWQAAAAADWQAAAAADZAAAAAADZAAAAAACZAAAAAABZAAAAAABZAAAAAADZAAAAAACZAAAAAABZAAAAAACZAAAAAACZAAAAAAATAAAAAAATAAAAAABZAAAAAAATAAAAAAATAAAAAAAZAAAAAAAWQAAAAACWQAAAAAAWQAAAAADWQAAAAAAWQAAAAABWQAAAAADWQAAAAADZAAAAAADWQAAAAABWQAAAAAAWQAAAAACWQAAAAAAWQAAAAADWQAAAAABWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABHQAAAAACeQAAAAAAWQAAAAACWQAAAAACWQAAAAACeQAAAAAAWQAAAAADWQAAAAABWQAAAAADeQAAAAAAWQAAAAAAWQAAAAADWQAAAAACeQAAAAAAWQAAAAACHQAAAAABHQAAAAACWQAAAAADWQAAAAADWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAACWQAAAAADWQAAAAACeQAAAAAAWQAAAAADWQAAAAACWQAAAAABeQAAAAAAWQAAAAADHQAAAAACHQAAAAACWQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAIgAAAAAAIgAAAAAAWQAAAAACHQAAAAABHQAAAAADHQAAAAABHQAAAAAAHQAAAAADHQAAAAAAHQAAAAABHQAAAAAAHQAAAAABHQAAAAADHQAAAAACeQAAAAAAeQAAAAAAHQAAAAACHQAAAAADeQAAAAAAHQAAAAADTAAAAAACTAAAAAACHQAAAAACTAAAAAADTAAAAAACTAAAAAACHQAAAAAATAAAAAACTAAAAAADHQAAAAABWQAAAAAAWQAAAAABWQAAAAACWQAAAAACIgAAAAABHQAAAAADHQAAAAADHQAAAAABHQAAAAABHQAAAAABHQAAAAAAHQAAAAACHQAAAAADHQAAAAABHQAAAAABHQAAAAACWQAAAAACWQAAAAAAWQAAAAACWQAAAAADWQAAAAABHQAAAAADHQAAAAAAHQAAAAADHQAAAAADHQAAAAADWQAAAAACWQAAAAABWQAAAAADWQAAAAADWQAAAAAAWQAAAAABWQAAAAACWQAAAAACWQAAAAABWQAAAAACWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAACWQAAAAADeQAAAAAAHQAAAAABHQAAAAADHQAAAAABHQAAAAAAWQAAAAADWQAAAAADWQAAAAACWQAAAAACWQAAAAAAIgAAAAADIgAAAAACeQAAAAAAWQAAAAAAWQAAAAADWQAAAAAC + tiles: agAAAAAAewAAAAAAfQAAAAAAawAAAAAAawAAAAAAfQAAAAAAewAAAAAAbAAAAAAAagAAAAAAagAAAAAAfQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAawAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAfQAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAACWwAAAAABWwAAAAACWwAAAAAAWwAAAAAAWwAAAAACWwAAAAABZgAAAAAAWwAAAAABWwAAAAABWwAAAAADWwAAAAABWwAAAAAAWwAAAAABWwAAAAACWwAAAAABZgAAAAACZgAAAAABZgAAAAADZgAAAAACZgAAAAACZgAAAAACZgAAAAADZgAAAAACZgAAAAABZgAAAAABTAAAAAAATAAAAAACZgAAAAACTAAAAAACTAAAAAABZgAAAAAAWwAAAAAAWwAAAAAAWwAAAAADWwAAAAAAWwAAAAACWwAAAAACWwAAAAAAZgAAAAAAWwAAAAAAWwAAAAADWwAAAAABWwAAAAADWwAAAAAAWwAAAAABWwAAAAADWwAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAACewAAAAAAWwAAAAADWwAAAAADWwAAAAABewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAACWwAAAAACWwAAAAABewAAAAAAWwAAAAADHQAAAAABHQAAAAABWwAAAAAAWwAAAAABWwAAAAACWwAAAAABewAAAAAAWwAAAAAAWwAAAAACWwAAAAADewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAADHQAAAAADHQAAAAAAWwAAAAADewAAAAAAewAAAAAAHQAAAAABewAAAAAAewAAAAAAewAAAAAAHQAAAAABewAAAAAAewAAAAAAewAAAAAAHQAAAAADewAAAAAAWwAAAAACIgAAAAABIgAAAAAAWwAAAAACHQAAAAACHQAAAAACHQAAAAABHQAAAAAAHQAAAAACHQAAAAADHQAAAAACHQAAAAAAHQAAAAACHQAAAAABHQAAAAABewAAAAAAewAAAAAAHQAAAAADHQAAAAADewAAAAAAHQAAAAACTAAAAAADTAAAAAABHQAAAAACTAAAAAACTAAAAAADTAAAAAADHQAAAAACTAAAAAADTAAAAAABHQAAAAAAWwAAAAADWwAAAAADWwAAAAAAWwAAAAAAIgAAAAABHQAAAAACHQAAAAACHQAAAAABHQAAAAAAHQAAAAABHQAAAAADHQAAAAADHQAAAAAAHQAAAAACHQAAAAADHQAAAAAAWwAAAAAAWwAAAAAAWwAAAAADWwAAAAADWwAAAAABHQAAAAAAHQAAAAACHQAAAAADHQAAAAAAHQAAAAACWwAAAAABWwAAAAADWwAAAAABWwAAAAACWwAAAAADWwAAAAAAWwAAAAADWwAAAAABWwAAAAABWwAAAAACWwAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAADWwAAAAACewAAAAAAewAAAAAAewAAAAAAWwAAAAADWwAAAAAAWwAAAAAAewAAAAAAHQAAAAABHQAAAAAAHQAAAAABHQAAAAABWwAAAAAAWwAAAAACWwAAAAAAWwAAAAAAWwAAAAACIgAAAAACIgAAAAAAewAAAAAAWwAAAAACWwAAAAADWwAAAAAD version: 6 -2,1: ind: -2,1 - tiles: OgAAAAAAOgAAAAAAWQAAAAAAWQAAAAADeQAAAAAAWQAAAAABZAAAAAABWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAagAAAAACOgAAAAAAOgAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAABZAAAAAAAWQAAAAAAJgAAAAADJgAAAAADJgAAAAACJgAAAAADJgAAAAAAJgAAAAAAeQAAAAAAagAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABZAAAAAADWQAAAAABWwAAAAACWwAAAAADWwAAAAACWwAAAAABWwAAAAACWwAAAAABeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAewAAAAAAeQAAAAAAWQAAAAACWQAAAAADZAAAAAADZAAAAAABZAAAAAAAZAAAAAAAZAAAAAACZAAAAAADZAAAAAAAZAAAAAADZAAAAAAAZAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABZAAAAAADZAAAAAADWwAAAAABWwAAAAADWwAAAAAAWwAAAAAAWwAAAAABWwAAAAADZAAAAAAAZAAAAAACeQAAAAAAewAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAACIgAAAAACJgAAAAACJgAAAAABJgAAAAAAJgAAAAABJgAAAAABJgAAAAAAWQAAAAAAZAAAAAADewAAAAAAagAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAagAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAewAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAagAAAAABagAAAAAAagAAAAADeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAagAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAADdgAAAAACeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAADeQAAAAAAewAAAAAAeQAAAAAAHQAAAAADHQAAAAAAHQAAAAADHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAADdgAAAAADdgAAAAADdgAAAAABdgAAAAADdgAAAAADdgAAAAAAagAAAAAAeQAAAAAAIgAAAAAAIgAAAAADIgAAAAACHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAACdgAAAAAAeQAAAAAAdgAAAAACdgAAAAACdgAAAAAAeQAAAAAAagAAAAADeQAAAAAAIgAAAAAAIgAAAAACIgAAAAADHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAAAWQAAAAABeQAAAAAAewAAAAAAeQAAAAAAIgAAAAABIgAAAAABIgAAAAACHQAAAAACHQAAAAAAeQAAAAAAeQAAAAAAagAAAAACagAAAAADeQAAAAAAWQAAAAABWQAAAAACWQAAAAACeQAAAAAAaQAAAAAAeQAAAAAAHQAAAAAAHQAAAAADHQAAAAABHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAagAAAAABeQAAAAAAIgAAAAABWQAAAAACWQAAAAABeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADHQAAAAAB + tiles: OgAAAAAAOgAAAAAAWwAAAAABWwAAAAADewAAAAAAWwAAAAADZgAAAAACWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbAAAAAAAOgAAAAAAOgAAAAAAWwAAAAADWwAAAAADewAAAAAAWwAAAAABZgAAAAABWwAAAAADJgAAAAABJgAAAAACJgAAAAADJgAAAAAAJgAAAAABJgAAAAADewAAAAAAbAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAABZgAAAAACWwAAAAACXQAAAAABXQAAAAADXQAAAAADXQAAAAABXQAAAAADXQAAAAABewAAAAAAewAAAAAAawAAAAAAewAAAAAAfQAAAAAAewAAAAAAWwAAAAADWwAAAAADZgAAAAACZgAAAAADZgAAAAADZgAAAAABZgAAAAADZgAAAAAAZgAAAAACZgAAAAACZgAAAAABZgAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAABZgAAAAADZgAAAAACXQAAAAACXQAAAAACXQAAAAACXQAAAAABXQAAAAADXQAAAAADZgAAAAABZgAAAAADewAAAAAAfQAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAABWwAAAAABIgAAAAACJgAAAAACJgAAAAACJgAAAAABJgAAAAABJgAAAAAAJgAAAAADWwAAAAADZgAAAAACfQAAAAAAbAAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAbAAAAAABagAAAAAAagAAAAAAewAAAAAAfQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbAAAAAACbAAAAAABbAAAAAABewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbAAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAACeAAAAAADewAAAAAAeAAAAAACeAAAAAABeAAAAAABewAAAAAAfQAAAAAAewAAAAAAHQAAAAABHQAAAAADHQAAAAAAHQAAAAADewAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAACeAAAAAAAeAAAAAAAeAAAAAADeAAAAAABeAAAAAAAbAAAAAACewAAAAAAIgAAAAAAIgAAAAAAIgAAAAABHQAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAewAAAAAAeAAAAAABeAAAAAAAeAAAAAADewAAAAAAbAAAAAABewAAAAAAIgAAAAAAIgAAAAABIgAAAAABHQAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAABWwAAAAAAWwAAAAACewAAAAAAfQAAAAAAewAAAAAAIgAAAAADIgAAAAADIgAAAAAAHQAAAAAAHQAAAAACewAAAAAAewAAAAAAbAAAAAACbAAAAAADewAAAAAAWwAAAAABWwAAAAACWwAAAAABewAAAAAAawAAAAAAewAAAAAAHQAAAAABHQAAAAABHQAAAAACHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbAAAAAACewAAAAAAIgAAAAAAWwAAAAADWwAAAAADewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAC version: 6 -1,-3: ind: -1,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAABWQAAAAAAWgAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAagAAAAADewAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWgAAAAAAXQAAAAABWgAAAAAAWQAAAAADWQAAAAACeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAagAAAAADeQAAAAAAewAAAAAAeQAAAAAAeQAAAAAAewAAAAAAWgAAAAAAXQAAAAAAWQAAAAADWgAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWgAAAAABWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAagAAAAADeQAAAAAAeQAAAAAAZAAAAAAAZAAAAAAAZAAAAAABeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAagAAAAABewAAAAAAeQAAAAAAWQAAAAADWQAAAAADWQAAAAACWQAAAAABWQAAAAAAWQAAAAACaQAAAAAAaQAAAAAAagAAAAAAagAAAAABewAAAAAAeQAAAAAAeQAAAAAAagAAAAACagAAAAADeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAZAAAAAACZAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAZAAAAAACZAAAAAACZAAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAD + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAACXAAAAAABewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbAAAAAAAfQAAAAAAewAAAAAAewAAAAAAewAAAAAAXAAAAAAAXwAAAAAAXAAAAAABWwAAAAACWwAAAAADewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbAAAAAACewAAAAAAfQAAAAAAewAAAAAAewAAAAAAfQAAAAAAXAAAAAABXwAAAAADWwAAAAAAXAAAAAABewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAXAAAAAAAWwAAAAAAWwAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbAAAAAABewAAAAAAewAAAAAAZgAAAAACZgAAAAAAZgAAAAADewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbAAAAAADfQAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAACWwAAAAAAWwAAAAABawAAAAAAawAAAAAAbAAAAAADbAAAAAACfQAAAAAAewAAAAAAewAAAAAAbAAAAAAAbAAAAAABewAAAAAAWwAAAAAAWwAAAAAAWwAAAAABewAAAAAAZgAAAAACZgAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZgAAAAADZgAAAAABZgAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAA version: 6 2,-3: ind: 2,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADHQAAAAACIgAAAAABIgAAAAABIgAAAAAAIgAAAAADIgAAAAABIgAAAAADIgAAAAAAIgAAAAABIgAAAAADIgAAAAACIgAAAAABIgAAAAABIgAAAAACIgAAAAAAIgAAAAAAIgAAAAAAIgAAAAADIgAAAAAAIgAAAAAAIgAAAAAAIgAAAAABIgAAAAACIgAAAAACIgAAAAACIgAAAAABIgAAAAADIgAAAAACIgAAAAADIgAAAAADIgAAAAABIgAAAAABIgAAAAACIgAAAAADJAAAAAADJAAAAAACJAAAAAACJAAAAAABJAAAAAABJAAAAAAAJAAAAAAAJAAAAAABJAAAAAAAJAAAAAACJAAAAAACJAAAAAADIgAAAAAAIgAAAAABIgAAAAAAJAAAAAAAJAAAAAAAHQAAAAAAHQAAAAADHQAAAAABHQAAAAABHQAAAAAAHQAAAAACHQAAAAABHQAAAAADHQAAAAAAJAAAAAAAJAAAAAAAIgAAAAABIgAAAAABIgAAAAAAJAAAAAAAJAAAAAACHQAAAAAAHQAAAAACHQAAAAAAHQAAAAAAHQAAAAABHQAAAAABHQAAAAADHQAAAAACHQAAAAACJAAAAAACJAAAAAACIgAAAAADHQAAAAADHQAAAAACIgAAAAABIgAAAAADHQAAAAACHQAAAAADIgAAAAABIgAAAAADIgAAAAACIgAAAAACIgAAAAAAHQAAAAACHQAAAAAAIgAAAAADIgAAAAACHQAAAAABHQAAAAADHQAAAAACJAAAAAACIgAAAAABIgAAAAACIgAAAAADIgAAAAADIgAAAAABIgAAAAADIgAAAAABIgAAAAABIgAAAAAAIgAAAAAAIgAAAAACJAAAAAABHQAAAAAC + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAACHQAAAAADIgAAAAAAIgAAAAACIgAAAAADIgAAAAADIgAAAAADIgAAAAABIgAAAAACIgAAAAABIgAAAAADIgAAAAABIgAAAAAAIgAAAAACIgAAAAABIgAAAAABIgAAAAAAIgAAAAAAIgAAAAABIgAAAAACIgAAAAACIgAAAAAAIgAAAAAAIgAAAAACIgAAAAABIgAAAAABIgAAAAACIgAAAAABIgAAAAABIgAAAAABIgAAAAACIgAAAAABIgAAAAADIgAAAAABIgAAAAABJAAAAAADJAAAAAABJAAAAAAAJAAAAAADJAAAAAADJAAAAAABJAAAAAADJAAAAAABJAAAAAAAJAAAAAABJAAAAAAAJAAAAAAAIgAAAAABIgAAAAACIgAAAAACJAAAAAABJAAAAAAAHQAAAAADHQAAAAAAHQAAAAAAHQAAAAADHQAAAAABHQAAAAAAHQAAAAACHQAAAAABHQAAAAACJAAAAAABJAAAAAABIgAAAAABIgAAAAACIgAAAAADJAAAAAABJAAAAAAAHQAAAAACHQAAAAAAHQAAAAAAHQAAAAADHQAAAAACHQAAAAACHQAAAAABHQAAAAACHQAAAAAAJAAAAAACJAAAAAACIgAAAAABHQAAAAADHQAAAAAAIgAAAAACIgAAAAABHQAAAAAAHQAAAAAAIgAAAAAAIgAAAAAAIgAAAAADIgAAAAADIgAAAAADHQAAAAACHQAAAAABIgAAAAADIgAAAAABHQAAAAACHQAAAAADHQAAAAABJAAAAAACIgAAAAAAIgAAAAAAIgAAAAABIgAAAAADIgAAAAAAIgAAAAABIgAAAAADIgAAAAACIgAAAAADIgAAAAADIgAAAAABJAAAAAABHQAAAAAD version: 6 3,-2: ind: 3,-2 - tiles: HQAAAAAAHQAAAAABeQAAAAAAHQAAAAABHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADWQAAAAABHQAAAAACHQAAAAADeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAABHQAAAAAAHQAAAAACeQAAAAAAWQAAAAABWQAAAAADeQAAAAAAeQAAAAAABwAAAAAAeQAAAAAAewAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAACeQAAAAAAWQAAAAADWQAAAAACeQAAAAAAeQAAAAAABwAAAAAAIgAAAAADeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAewAAAAAAaQAAAAAAaQAAAAAAHQAAAAACHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAAIgAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAABeQAAAAAAeQAAAAAABwAAAAAAIgAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAZAAAAAABWQAAAAACHQAAAAABHQAAAAACeQAAAAAAWQAAAAADWQAAAAADeQAAAAAAeQAAAAAABwAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAZAAAAAADWQAAAAABWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAZAAAAAADZAAAAAAAWQAAAAABWQAAAAABWQAAAAACeQAAAAAAeQAAAAAAWQAAAAACWQAAAAAAWQAAAAACWQAAAAAAWQAAAAADWQAAAAAAWQAAAAACWQAAAAACZAAAAAACWQAAAAABWQAAAAADWQAAAAADWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAZAAAAAACMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAZAAAAAADWQAAAAADZAAAAAAAWQAAAAACWQAAAAABWQAAAAAAWQAAAAAAIgAAAAABeQAAAAAAeQAAAAAAWQAAAAADZAAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAZAAAAAADWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAACWQAAAAABWQAAAAADWQAAAAACZAAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAZAAAAAACWQAAAAACWQAAAAAAIgAAAAAAeQAAAAAAWQAAAAADTAAAAAAATAAAAAABZAAAAAADTAAAAAABTAAAAAADZAAAAAACZAAAAAACZAAAAAABZAAAAAABZAAAAAACZAAAAAAAWQAAAAACWQAAAAABWQAAAAABWQAAAAACWQAAAAAAWQAAAAABWQAAAAADWQAAAAADWQAAAAADWQAAAAADWQAAAAACWQAAAAACWQAAAAADWQAAAAAAWQAAAAABWQAAAAAAWQAAAAACWQAAAAAAWQAAAAABeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADWQAAAAAAWQAAAAAAWQAAAAABWQAAAAACWQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAADeQAAAAAAeQAAAAAAWQAAAAABWQAAAAACWQAAAAABWQAAAAAAWQAAAAABeQAAAAAAWQAAAAAD + tiles: HQAAAAACHQAAAAACewAAAAAAHQAAAAAAHQAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAADWwAAAAABWwAAAAAAHQAAAAADHQAAAAABewAAAAAAWwAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAACWwAAAAACWwAAAAADHQAAAAABHQAAAAACewAAAAAAWwAAAAACWwAAAAAAewAAAAAAewAAAAAABwAAAAAAewAAAAAAfQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAADHQAAAAACewAAAAAAWwAAAAAAWwAAAAADewAAAAAAewAAAAAABwAAAAACIgAAAAADewAAAAAAewAAAAAAewAAAAAAagAAAAAAfQAAAAAAawAAAAAAawAAAAAAHQAAAAADHQAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAAIgAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAWwAAAAABWwAAAAACewAAAAAAewAAAAAABwAAAAAAIgAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZgAAAAAAWwAAAAABHQAAAAADHQAAAAAAewAAAAAAWwAAAAACWwAAAAABewAAAAAAewAAAAAABwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZgAAAAACWwAAAAACWwAAAAABWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZgAAAAAAZgAAAAADWwAAAAABWwAAAAADWwAAAAACewAAAAAAewAAAAAAWwAAAAADWwAAAAADWwAAAAAAWwAAAAAAWwAAAAABWwAAAAABWwAAAAAAWwAAAAABZgAAAAABWwAAAAACWwAAAAAAWwAAAAADWwAAAAABewAAAAAAewAAAAAAewAAAAAAWwAAAAABZgAAAAADMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAZgAAAAADWwAAAAADZgAAAAADWwAAAAABWwAAAAADWwAAAAAAWwAAAAACIgAAAAABewAAAAAAewAAAAAAWwAAAAACZgAAAAABMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAZgAAAAADWwAAAAADewAAAAAAewAAAAAAewAAAAAAWwAAAAABWwAAAAAAWwAAAAABWwAAAAAAWwAAAAAAWwAAAAACZgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAZgAAAAABWwAAAAABWwAAAAADIgAAAAADewAAAAAAWwAAAAAATAAAAAABTAAAAAAAZgAAAAACTAAAAAADTAAAAAACZgAAAAADZgAAAAACZgAAAAADZgAAAAABZgAAAAABZgAAAAAAWwAAAAACWwAAAAACWwAAAAAAWwAAAAADWwAAAAADWwAAAAADWwAAAAACWwAAAAAAWwAAAAABWwAAAAABWwAAAAADWwAAAAADWwAAAAAAWwAAAAADWwAAAAABWwAAAAABWwAAAAAAWwAAAAAAWwAAAAADewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAADWwAAAAABWwAAAAACWwAAAAACWwAAAAABWwAAAAAAWwAAAAACawAAAAAAawAAAAAAawAAAAAAfQAAAAAAbAAAAAACbAAAAAABbAAAAAAAewAAAAAAewAAAAAAWwAAAAABWwAAAAAAWwAAAAACWwAAAAABWwAAAAAAewAAAAAAWwAAAAAD version: 6 3,-3: ind: 3,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAACwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAIgAAAAACeQAAAAAAeQAAAAAAHQAAAAADHQAAAAABHQAAAAADHQAAAAACeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAAIgAAAAACIgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAACIgAAAAAAIgAAAAABeQAAAAAAHQAAAAABHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAJIgAAAAABIgAAAAABHQAAAAADHQAAAAAAHQAAAAABeQAAAAAAHQAAAAABHQAAAAADNgAAAAAANgAAAAAANgAAAAAAeQAAAAAAeQAAAAAABwAAAAAGBwAAAAAAegAAAAAAIgAAAAAAIgAAAAAAeQAAAAAAHQAAAAADHQAAAAAAeQAAAAAAHQAAAAACHQAAAAAANgAAAAAAHQAAAAADNgAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAAHQAAAAACHQAAAAAAeQAAAAAAHQAAAAACHQAAAAACHQAAAAADHQAAAAAAHQAAAAAANgAAAAAANgAAAAAANgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAABeQAAAAAAHQAAAAACHQAAAAACeQAAAAAAHQAAAAAAHQAAAAABHQAAAAADHQAAAAADHQAAAAADeQAAAAAAeQAAAAAAWQAAAAACWQAAAAABWQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAACwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAKIgAAAAADewAAAAAAewAAAAAAHQAAAAACHQAAAAADHQAAAAADHQAAAAACewAAAAAAewAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAIgAAAAABIgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAAIgAAAAADIgAAAAAAewAAAAAAHQAAAAADHQAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAAIgAAAAACIgAAAAAAHQAAAAABHQAAAAACHQAAAAABewAAAAAAHQAAAAADHQAAAAAANgAAAAAANgAAAAAANgAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAHfAAAAAAAIgAAAAADIgAAAAADewAAAAAAHQAAAAAAHQAAAAACewAAAAAAHQAAAAAAHQAAAAACNgAAAAAAHQAAAAACNgAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAAHQAAAAABHQAAAAACewAAAAAAHQAAAAABHQAAAAAAHQAAAAABHQAAAAAAHQAAAAAANgAAAAAANgAAAAAANgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAABHQAAAAABewAAAAAAHQAAAAADHQAAAAABewAAAAAAHQAAAAACHQAAAAAAHQAAAAABHQAAAAAAHQAAAAABewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAB version: 6 -2,-3: ind: -2,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAdgAAAAABdwAAAAACeQAAAAAAdwAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAewAAAAAAeQAAAAAAEwAAAAABdwAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAEwAAAAACewAAAAAAdwAAAAACdwAAAAADeQAAAAAAagAAAAAAagAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAagAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAewAAAAAAeQAAAAAAeQAAAAAAdgAAAAADIgAAAAACeQAAAAAAdgAAAAABeQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAewAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAagAAAAACWQAAAAACJgAAAAADJgAAAAABWQAAAAADWQAAAAADWQAAAAACWQAAAAADWQAAAAADWQAAAAACWQAAAAAAWQAAAAAAWQAAAAACWQAAAAABWQAAAAABeQAAAAAAagAAAAADWQAAAAACJgAAAAADeQAAAAAAdgAAAAABdgAAAAACdgAAAAADdgAAAAACdgAAAAABdgAAAAACdgAAAAACdgAAAAABdgAAAAAAdgAAAAAAdgAAAAACeQAAAAAAagAAAAABdgAAAAADdgAAAAAAeQAAAAAAdgAAAAABdgAAAAABdgAAAAAAJgAAAAACJgAAAAABJgAAAAACJgAAAAACJgAAAAABJgAAAAACJgAAAAAAJgAAAAADeQAAAAAAaQAAAAAAdgAAAAADdgAAAAABeQAAAAAAdgAAAAAAdgAAAAABdgAAAAACJgAAAAAAJgAAAAAAJgAAAAACJgAAAAACJgAAAAABJgAAAAADJgAAAAACJgAAAAACeQAAAAAAaQAAAAAAdgAAAAADdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAJgAAAAADJgAAAAABJgAAAAADJgAAAAABJgAAAAAAJgAAAAADJgAAAAACeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAACdgAAAAAAdgAAAAACdgAAAAABdgAAAAACdgAAAAACdgAAAAADIgAAAAADeQAAAAAAaQAAAAAAJgAAAAAAJgAAAAADJgAAAAABJgAAAAABWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAACWQAAAAABWQAAAAABWQAAAAACWQAAAAAAWQAAAAACWQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAADJgAAAAACJgAAAAACWQAAAAADeQAAAAAAeQAAAAAAWQAAAAACWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAC + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAeAAAAAAAeQAAAAACewAAAAAAeQAAAAACewAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAfQAAAAAAewAAAAAAEwAAAAACeQAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAawAAAAAAawAAAAAAewAAAAAAewAAAAAAegAAAAAAEwAAAAADfQAAAAAAeQAAAAACeQAAAAABewAAAAAAbAAAAAABbAAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbAAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfQAAAAAAewAAAAAAewAAAAAAeAAAAAAAIgAAAAABewAAAAAAeAAAAAAAewAAAAAAawAAAAAAawAAAAAAewAAAAAAfQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAACewAAAAAAewAAAAAAWwAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAbAAAAAACWwAAAAADJgAAAAABJgAAAAACWwAAAAABWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAACWwAAAAACWwAAAAACWwAAAAABWwAAAAACWwAAAAABWwAAAAADewAAAAAAbAAAAAAAWwAAAAACJgAAAAADewAAAAAAeAAAAAAAeAAAAAACeAAAAAADeAAAAAAAeAAAAAACeAAAAAACeAAAAAABeAAAAAADeAAAAAACeAAAAAADeAAAAAAAewAAAAAAbAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAeAAAAAACeAAAAAADeAAAAAADJgAAAAACJgAAAAACJgAAAAABJgAAAAABJgAAAAAAJgAAAAABJgAAAAADJgAAAAABewAAAAAAawAAAAAAeAAAAAADeAAAAAABewAAAAAAeAAAAAADeAAAAAACeAAAAAABJgAAAAADJgAAAAADJgAAAAABJgAAAAABJgAAAAABJgAAAAABJgAAAAAAJgAAAAABewAAAAAAawAAAAAAeAAAAAADeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAADJgAAAAABJgAAAAACJgAAAAABJgAAAAABJgAAAAAAJgAAAAACJgAAAAADewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAADeAAAAAABeAAAAAACeAAAAAADeAAAAAACeAAAAAADeAAAAAAAIgAAAAACewAAAAAAawAAAAAAJgAAAAABJgAAAAAAJgAAAAACJgAAAAADWwAAAAACewAAAAAAWwAAAAACWwAAAAAAWwAAAAAAWwAAAAABWwAAAAACWwAAAAAAWwAAAAABWwAAAAADewAAAAAAewAAAAAAWwAAAAACWwAAAAACJgAAAAABJgAAAAADWwAAAAACewAAAAAAewAAAAAAWwAAAAACWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAA version: 6 -3,-1: ind: -3,-1 - tiles: HQAAAAADeQAAAAAAdgAAAAADdgAAAAAAdgAAAAADeQAAAAAAaAAAAAAAagAAAAAAeQAAAAAAdgAAAAADdgAAAAABdgAAAAABdgAAAAADdgAAAAACdgAAAAABdgAAAAADHQAAAAAAHQAAAAACHQAAAAAAHQAAAAACHQAAAAAAeQAAAAAAaAAAAAAAagAAAAADeQAAAAAAdgAAAAACTAAAAAAATAAAAAABJgAAAAAATAAAAAABTAAAAAADJgAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAagAAAAADeQAAAAAAdgAAAAABTAAAAAACTAAAAAABJgAAAAACTAAAAAACTAAAAAACJgAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAABdgAAAAABdgAAAAACdgAAAAACdgAAAAACeQAAAAAAeQAAAAAAewAAAAAAeQAAAAAAeQAAAAAAewAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAJgAAAAADJgAAAAADaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAYQAAAAADYQAAAAACeQAAAAAAdgAAAAADdgAAAAABdgAAAAADeQAAAAAAZAAAAAADJgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAYQAAAAABYQAAAAADeQAAAAAAJgAAAAABJgAAAAAAJgAAAAABeQAAAAAAZAAAAAABJgAAAAADLwAAAAAALwAAAAAALwAAAAAALwAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAYQAAAAACYQAAAAACeQAAAAAAJgAAAAABJgAAAAAAJgAAAAACeQAAAAAAWQAAAAADWQAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAagAAAAACagAAAAAAagAAAAABaAAAAAAAewAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAABWQAAAAABWQAAAAAAeQAAAAAAWQAAAAADWQAAAAADeQAAAAAAWwAAAAAAWwAAAAABWwAAAAABWwAAAAAAWwAAAAABIgAAAAABWwAAAAACWwAAAAABWQAAAAACWQAAAAACWQAAAAABWQAAAAABWQAAAAACWQAAAAADWQAAAAACeQAAAAAAWwAAAAABHQAAAAAAHQAAAAABHQAAAAAAHQAAAAADWwAAAAACHQAAAAADHQAAAAACIgAAAAADIgAAAAADIgAAAAABIgAAAAADIgAAAAACWQAAAAAAWQAAAAAAeQAAAAAAWwAAAAABHQAAAAACHQAAAAADHQAAAAAAHQAAAAADWwAAAAACHQAAAAADHQAAAAABMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAWQAAAAADWQAAAAACeQAAAAAAWwAAAAADHQAAAAABHQAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAHQAAAAACHQAAAAADIgAAAAAAIgAAAAAAIgAAAAAAIgAAAAACIgAAAAAAWQAAAAADWQAAAAABeQAAAAAAWQAAAAABWQAAAAABWQAAAAACWQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAWQAAAAAD + tiles: HQAAAAACewAAAAAAeAAAAAACeAAAAAABeAAAAAACewAAAAAAagAAAAAAbAAAAAAAewAAAAAAeAAAAAABeAAAAAADeAAAAAAAeAAAAAABeAAAAAADeAAAAAADeAAAAAADHQAAAAADHQAAAAADHQAAAAACHQAAAAACHQAAAAAAewAAAAAAagAAAAAAbAAAAAABewAAAAAAeAAAAAADTAAAAAABTAAAAAABJgAAAAADTAAAAAACTAAAAAADJgAAAAACHQAAAAABewAAAAAAHQAAAAADHQAAAAABewAAAAAAewAAAAAAewAAAAAAbAAAAAADewAAAAAAeAAAAAAATAAAAAABTAAAAAABJgAAAAACTAAAAAABTAAAAAABJgAAAAABHQAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAABeAAAAAAAeAAAAAABeAAAAAAAewAAAAAAewAAAAAAfQAAAAAAewAAAAAAewAAAAAAfQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAABewAAAAAAewAAAAAAJgAAAAABJgAAAAABagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAYwAAAAABYwAAAAACewAAAAAAeAAAAAACeAAAAAACeAAAAAACewAAAAAAZgAAAAAAJgAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAYwAAAAAAYwAAAAACewAAAAAAJgAAAAACJgAAAAADJgAAAAADewAAAAAAZgAAAAABJgAAAAACLwAAAAAALwAAAAAALwAAAAAALwAAAAAAewAAAAAAawAAAAAAewAAAAAAYwAAAAADYwAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJgAAAAACewAAAAAAWwAAAAABWwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbAAAAAADbAAAAAADbAAAAAABagAAAAAAfQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAACWwAAAAADWwAAAAACewAAAAAAWwAAAAAAWwAAAAABewAAAAAAXQAAAAADXQAAAAADXQAAAAACXQAAAAACXQAAAAADIgAAAAACXQAAAAAAXQAAAAABWwAAAAADWwAAAAACWwAAAAABWwAAAAACWwAAAAACWwAAAAAAWwAAAAACewAAAAAAXQAAAAACHQAAAAADHQAAAAACHQAAAAADHQAAAAACXQAAAAACHQAAAAACHQAAAAAAIgAAAAADIgAAAAACIgAAAAADIgAAAAACIgAAAAADWwAAAAACWwAAAAAAewAAAAAAXQAAAAADHQAAAAACHQAAAAACHQAAAAACHQAAAAADXQAAAAADHQAAAAABHQAAAAADMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAWwAAAAADWwAAAAABewAAAAAAXQAAAAADHQAAAAACHQAAAAADHQAAAAACHQAAAAABXQAAAAADHQAAAAACHQAAAAABIgAAAAAAIgAAAAAAIgAAAAABIgAAAAACIgAAAAADWwAAAAACWwAAAAADewAAAAAAWwAAAAABWwAAAAACWwAAAAACWwAAAAAAWwAAAAABWwAAAAAAWwAAAAADWwAAAAAB version: 6 -3,0: ind: -3,0 - tiles: YQAAAAABYQAAAAADYQAAAAACYQAAAAAAYQAAAAAAWQAAAAADZAAAAAACZAAAAAADWQAAAAABWQAAAAADZAAAAAAAZAAAAAABZAAAAAAAZAAAAAACZAAAAAACWQAAAAACTAAAAAADTAAAAAADZAAAAAAATAAAAAACTAAAAAAAZAAAAAACZAAAAAACZAAAAAABWQAAAAABWQAAAAACWwAAAAACZAAAAAACZAAAAAABZAAAAAABWwAAAAAAZAAAAAACYQAAAAAAYQAAAAABYQAAAAABYQAAAAAAYQAAAAAAWQAAAAADZAAAAAADZAAAAAACWQAAAAADWQAAAAADWwAAAAADZAAAAAADZAAAAAADZAAAAAAAWwAAAAACZAAAAAACIgAAAAADIgAAAAADIgAAAAACIgAAAAAAIgAAAAACWQAAAAACWQAAAAABeQAAAAAAWQAAAAAAWQAAAAABZAAAAAAAZAAAAAAAZAAAAAAAZAAAAAABZAAAAAADZAAAAAADMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAWQAAAAABWQAAAAADeQAAAAAAWQAAAAADWQAAAAACWQAAAAADdgAAAAABdgAAAAABdgAAAAACdgAAAAABdgAAAAACIgAAAAAAIgAAAAACIgAAAAAAIgAAAAAAIgAAAAABWQAAAAAAWQAAAAABeQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAdgAAAAAAHQAAAAACHQAAAAADHQAAAAADHQAAAAABWQAAAAAAWQAAAAADWQAAAAADWQAAAAABWQAAAAAAWQAAAAAAWQAAAAADeQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAdgAAAAAAHQAAAAABHQAAAAACHQAAAAACHQAAAAABWQAAAAACWQAAAAAAWQAAAAABWQAAAAADeQAAAAAAWQAAAAADWQAAAAADeQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAdgAAAAABHQAAAAACHQAAAAABHQAAAAADHQAAAAABHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAewAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAgAAAAAAHQAAAAABHQAAAAABHQAAAAADHQAAAAADeQAAAAAAewAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAagAAAAACewAAAAAAagAAAAADaAAAAAAAaQAAAAAAeQAAAAAAAgAAAAAAIgAAAAACIgAAAAABIgAAAAABIgAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHQAAAAACHQAAAAABHQAAAAAAHQAAAAADaQAAAAAAeQAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAeQAAAAAAOgAAAAAAOgAAAAAAZAAAAAAAAgAAAAAAIgAAAAAAIgAAAAACHQAAAAAAHQAAAAADHQAAAAABeQAAAAAAaQAAAAAAeQAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAeQAAAAAAOgAAAAAAOgAAAAAAZAAAAAADAgAAAAAAHQAAAAAAHQAAAAACHQAAAAACHQAAAAADHQAAAAACeQAAAAAAewAAAAAAeQAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAeQAAAAAAOgAAAAAAOgAAAAAAZAAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAAAWQAAAAABWQAAAAAAWQAAAAAAWQAAAAADZAAAAAADeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAWQAAAAADfAAAAAACeQAAAAAAagAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAOgAAAAAAOgAAAAAAWQAAAAAD + tiles: YwAAAAADYwAAAAABYwAAAAABYwAAAAAAYwAAAAACWwAAAAACZgAAAAACZgAAAAABWwAAAAABWwAAAAACZgAAAAACZgAAAAAAZgAAAAABZgAAAAACZgAAAAACWwAAAAADTAAAAAADTAAAAAABZgAAAAACTAAAAAACTAAAAAAAZgAAAAACZgAAAAADZgAAAAABWwAAAAACWwAAAAAAXQAAAAADZgAAAAAAZgAAAAADZgAAAAADXQAAAAACZgAAAAADYwAAAAABYwAAAAAAYwAAAAABYwAAAAACYwAAAAAAWwAAAAAAZgAAAAAAZgAAAAABWwAAAAADWwAAAAAAXQAAAAADZgAAAAABZgAAAAADZgAAAAADXQAAAAADZgAAAAADIgAAAAAAIgAAAAAAIgAAAAAAIgAAAAABIgAAAAABWwAAAAABWwAAAAACewAAAAAAWwAAAAAAWwAAAAACZgAAAAAAZgAAAAAAZgAAAAADZgAAAAAAZgAAAAACZgAAAAACMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAWwAAAAADWwAAAAAAewAAAAAAWwAAAAAAWwAAAAACWwAAAAABeAAAAAAAeAAAAAADeAAAAAADeAAAAAACeAAAAAADIgAAAAACIgAAAAACIgAAAAACIgAAAAAAIgAAAAABWwAAAAACWwAAAAACewAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAeAAAAAAAHQAAAAAAHQAAAAAAHQAAAAACHQAAAAACWwAAAAAAWwAAAAACWwAAAAAAWwAAAAADWwAAAAADWwAAAAABWwAAAAAAewAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAeAAAAAAAHQAAAAACHQAAAAABHQAAAAADHQAAAAACWwAAAAADWwAAAAADWwAAAAADWwAAAAADewAAAAAAWwAAAAADWwAAAAABewAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAeAAAAAACHQAAAAACHQAAAAACHQAAAAACHQAAAAACHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAgAAAAAAHQAAAAAAHQAAAAAAHQAAAAADHQAAAAAAewAAAAAAfQAAAAAAewAAAAAAewAAAAAAewAAAAAAbAAAAAAAfQAAAAAAbAAAAAACagAAAAAAawAAAAAAewAAAAAAAgAAAAAAIgAAAAACIgAAAAAAIgAAAAACIgAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAHQAAAAAAHQAAAAACHQAAAAADHQAAAAADawAAAAAAewAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAewAAAAAAOgAAAAAAOgAAAAAAZgAAAAAAAgAAAAAAIgAAAAAAIgAAAAACHQAAAAACHQAAAAACHQAAAAAAewAAAAAAawAAAAAAewAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAewAAAAAAOgAAAAAAOgAAAAAAZgAAAAADAgAAAAAAHQAAAAADHQAAAAABHQAAAAABHQAAAAADHQAAAAADewAAAAAAfQAAAAAAewAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAewAAAAAAOgAAAAAAOgAAAAAAZgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAADWwAAAAABWwAAAAAAWwAAAAAAWwAAAAACWwAAAAACZgAAAAACegAAAAAAegAAAAAAegAAAAAAewAAAAAAWwAAAAAAfgAAAAAAewAAAAAAbAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAOgAAAAAAOgAAAAAAWwAAAAAC version: 6 -3,1: ind: -3,1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAABewAAAAAAeQAAAAAAagAAAAAAewAAAAAAewAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAOgAAAAAAOgAAAAAAWQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAOgAAAAAAOgAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAagAAAAADagAAAAACAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAdgAAAAAAdgAAAAADdgAAAAABdgAAAAADdgAAAAACeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAIQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAdgAAAAACdgAAAAACdgAAAAACdgAAAAABdgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAIQAAAAABQwAAAAAAIQAAAAABeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAdgAAAAAAeQAAAAAAdgAAAAABdgAAAAADdgAAAAACeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAIQAAAAADeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAewAAAAAAEwAAAAAEewAAAAAAdgAAAAABdgAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAewAAAAAAfAAAAAAAEwAAAAAGdgAAAAADeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAACdgAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAewAAAAAAewAAAAAAfAAAAAACewAAAAAAEwAAAAADeQAAAAAAdgAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAEwAAAAACeQAAAAAAewAAAAAAdgAAAAADdgAAAAADdgAAAAADdgAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAfAAAAAABEwAAAAAGdgAAAAACdgAAAAAAeQAAAAAAdgAAAAAAdgAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAABfQAAAAAAewAAAAAAbAAAAAAAfQAAAAAAfQAAAAAAagAAAAAAagAAAAAAewAAAAAAOgAAAAAAOgAAAAAAWwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAABWwAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAOgAAAAAAOgAAAAAAWwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAbAAAAAACbAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAewAAAAAAeAAAAAABeAAAAAAAeAAAAAACeAAAAAACeAAAAAADewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAIQAAAAABewAAAAAAewAAAAAAegAAAAAAegAAAAAAewAAAAAAeAAAAAABeAAAAAAAeAAAAAABeAAAAAADeAAAAAADewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAIQAAAAAAQwAAAAAAIQAAAAACewAAAAAAegAAAAAAegAAAAAAewAAAAAAeAAAAAACewAAAAAAeAAAAAADeAAAAAACeAAAAAABewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAIQAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAewAAAAAAfQAAAAAAEwAAAAAEfQAAAAAAeAAAAAACeAAAAAADewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAewAAAAAAfQAAAAAAfgAAAAACEwAAAAABeAAAAAACewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAegAAAAAAfgAAAAACfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAeAAAAAADewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAfQAAAAAAfQAAAAAAfgAAAAACfQAAAAAAEwAAAAADewAAAAAAeAAAAAADewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAEwAAAAADewAAAAAAfQAAAAAAeAAAAAAAeAAAAAACeAAAAAACeAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAfgAAAAACEwAAAAAEeAAAAAACeAAAAAAAewAAAAAAeAAAAAAAeAAAAAABewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA version: 6 -3,-2: ind: -3,-2 - tiles: ZAAAAAABZAAAAAADZAAAAAACZAAAAAADWQAAAAAAWQAAAAACeQAAAAAAWQAAAAAAdgAAAAADdgAAAAABWQAAAAADEgAAAAAAEgAAAAACEgAAAAADEgAAAAACEgAAAAAAeQAAAAAAeQAAAAAAIgAAAAAAZAAAAAADWQAAAAACWQAAAAAAeQAAAAAAWQAAAAAAdgAAAAAAdgAAAAAAWQAAAAABEgAAAAACEgAAAAACEgAAAAACEgAAAAACEgAAAAAAMQAAAAAAMQAAAAAAIgAAAAADZAAAAAABWQAAAAAAWQAAAAACeQAAAAAAWQAAAAADdgAAAAADdgAAAAAAWQAAAAADEgAAAAABEgAAAAAAEgAAAAACEgAAAAABEgAAAAABMQAAAAAAMQAAAAAAIgAAAAACZAAAAAADZAAAAAABWQAAAAADZAAAAAAAWQAAAAABdgAAAAADdgAAAAABWQAAAAABEgAAAAABEgAAAAACEgAAAAABEgAAAAAAEgAAAAABMQAAAAAAMQAAAAAAIgAAAAADZAAAAAABZAAAAAAAWQAAAAACZAAAAAACWQAAAAADdgAAAAAAdgAAAAADWQAAAAACEgAAAAADEgAAAAAAEgAAAAADEgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAIgAAAAACZAAAAAABWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAABdgAAAAABdgAAAAABWQAAAAADEgAAAAAAEgAAAAACEgAAAAABEgAAAAAAEgAAAAACeQAAAAAAeQAAAAAAIgAAAAACZAAAAAACWQAAAAACWQAAAAADeQAAAAAAWQAAAAABJgAAAAAAJgAAAAADWQAAAAACWQAAAAAAWQAAAAABWQAAAAAAWQAAAAACWQAAAAADZAAAAAABZAAAAAABZAAAAAABZAAAAAACWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAJgAAAAACJgAAAAAAJgAAAAACJgAAAAAAJgAAAAACJgAAAAABJgAAAAAAJgAAAAACZAAAAAADZAAAAAADWQAAAAADWQAAAAACWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAZAAAAAAAZAAAAAABWQAAAAADWQAAAAABWQAAAAABeQAAAAAAagAAAAADagAAAAACagAAAAABeQAAAAAAeQAAAAAAeQAAAAAAewAAAAAAeQAAAAAAaQAAAAAAagAAAAAAZAAAAAADZAAAAAABWQAAAAAAWQAAAAADWQAAAAAAeQAAAAAAagAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAZAAAAAADZAAAAAAAWQAAAAACWQAAAAADWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAACdgAAAAACKQAAAAAAeQAAAAAAZQAAAAAAZQAAAAAAQQAAAAAAWQAAAAABWQAAAAABWQAAAAADWQAAAAACWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAABdgAAAAADKQAAAAAAeQAAAAAAZQAAAAAAZQAAAAAAQQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAADKQAAAAAAeQAAAAAAZQAAAAAAZQAAAAAAQQAAAAAAWQAAAAADeQAAAAAAdgAAAAAAdgAAAAADdgAAAAACeQAAAAAAewAAAAAAeQAAAAAAKQAAAAAAKQAAAAAAKQAAAAAAKQAAAAAAeQAAAAAAZQAAAAAAZQAAAAAAQQAAAAAAWQAAAAAAeQAAAAAAdgAAAAADdgAAAAACdgAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAC + tiles: ZgAAAAABZgAAAAABZgAAAAABZgAAAAADWwAAAAABWwAAAAAAewAAAAAAWwAAAAABeAAAAAAAeAAAAAACWwAAAAADEgAAAAADEgAAAAACEgAAAAACEgAAAAAAEgAAAAABewAAAAAAewAAAAAAIgAAAAABZgAAAAADWwAAAAADWwAAAAABewAAAAAAWwAAAAADeAAAAAABeAAAAAAAWwAAAAACEgAAAAAAEgAAAAACEgAAAAADEgAAAAADEgAAAAAAMQAAAAAAMQAAAAAAIgAAAAAAZgAAAAACWwAAAAACWwAAAAAAewAAAAAAWwAAAAADeAAAAAADeAAAAAADWwAAAAABEgAAAAACEgAAAAADEgAAAAABEgAAAAAAEgAAAAADMQAAAAAAMQAAAAAAIgAAAAACZgAAAAAAZgAAAAADWwAAAAAAZgAAAAAAWwAAAAAAeAAAAAABeAAAAAACWwAAAAACEgAAAAACEgAAAAACEgAAAAABEgAAAAADEgAAAAABMQAAAAAAMQAAAAAAIgAAAAAAZgAAAAABZgAAAAABWwAAAAACZgAAAAADWwAAAAACeAAAAAACeAAAAAAAWwAAAAAAEgAAAAABEgAAAAAAEgAAAAAAEgAAAAABEgAAAAACMQAAAAAAMQAAAAAAIgAAAAAAZgAAAAADWwAAAAACWwAAAAAAewAAAAAAWwAAAAAAeAAAAAADeAAAAAADWwAAAAAAEgAAAAACEgAAAAABEgAAAAACEgAAAAADEgAAAAAAewAAAAAAewAAAAAAIgAAAAADZgAAAAABWwAAAAADWwAAAAADewAAAAAAWwAAAAADJgAAAAADJgAAAAACWwAAAAACWwAAAAADWwAAAAACWwAAAAABWwAAAAAAWwAAAAACZgAAAAAAZgAAAAACZgAAAAAAZgAAAAAAWwAAAAABWwAAAAABewAAAAAAWwAAAAACJgAAAAABJgAAAAACJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAABJgAAAAABJgAAAAADZgAAAAACZgAAAAADWwAAAAABWwAAAAAAWwAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZgAAAAACZgAAAAABWwAAAAAAWwAAAAABWwAAAAACewAAAAAAbAAAAAADbAAAAAADbAAAAAACewAAAAAAewAAAAAAewAAAAAAfQAAAAAAewAAAAAAawAAAAAAbAAAAAAAZgAAAAABZgAAAAACWwAAAAADWwAAAAADWwAAAAACewAAAAAAbAAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZgAAAAAAZgAAAAAAWwAAAAAAWwAAAAACWwAAAAABewAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAADeAAAAAABKQAAAAAAewAAAAAAZwAAAAAAZwAAAAAAQQAAAAAAWwAAAAAAWwAAAAADWwAAAAABWwAAAAACWwAAAAABewAAAAAAewAAAAAAewAAAAAAeAAAAAACeAAAAAAAeAAAAAAAKQAAAAAAewAAAAAAZwAAAAAAZwAAAAAAQQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAACeAAAAAACeAAAAAACKQAAAAAAewAAAAAAZwAAAAAAZwAAAAAAQQAAAAAAWwAAAAACewAAAAAAeAAAAAACeAAAAAACeAAAAAAAewAAAAAAfQAAAAAAewAAAAAAKQAAAAAAKQAAAAAAKQAAAAAAKQAAAAAAewAAAAAAZwAAAAAAZwAAAAAAQQAAAAAAWwAAAAAAewAAAAAAeAAAAAAAeAAAAAADeAAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAADeAAAAAAD version: 6 -3,-3: ind: -3,-3 - tiles: WQAAAAABWQAAAAAAWQAAAAABWQAAAAAAWQAAAAADWQAAAAADWQAAAAAAZAAAAAAAWQAAAAABeQAAAAAABwAAAAAABwAAAAAMBwAAAAAAAAAAAAAAeAAAAAAAAAAAAAAATAAAAAADTAAAAAAAZAAAAAADTAAAAAABTAAAAAAAZAAAAAABZAAAAAAAZAAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAZAAAAAACWQAAAAABWQAAAAACWQAAAAADWQAAAAACWQAAAAACWQAAAAACWQAAAAABWQAAAAABeQAAAAAAIgAAAAACIgAAAAACHQAAAAADHQAAAAADeQAAAAAAeQAAAAAAZAAAAAACZAAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIgAAAAABIgAAAAAAHQAAAAACHQAAAAABeQAAAAAAeQAAAAAAZAAAAAABWQAAAAABeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAIgAAAAACIgAAAAACHQAAAAABHQAAAAACeQAAAAAAeQAAAAAATAAAAAABWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATAAAAAADWQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAAeQAAAAAAaQAAAAAAewAAAAAAeQAAAAAAeQAAAAAAewAAAAAAZAAAAAAAWQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATAAAAAAAWQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAaQAAAAAAagAAAAACeQAAAAAAJgAAAAABWQAAAAACTAAAAAACWQAAAAABeQAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAagAAAAAAeQAAAAAAJgAAAAACWQAAAAAAZAAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAADeQAAAAAAewAAAAAAeQAAAAAAeQAAAAAAdgAAAAAATAAAAAACWQAAAAADWQAAAAACeQAAAAAAewAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAADTAAAAAABWQAAAAADeQAAAAAAeQAAAAAAagAAAAAAaQAAAAAAaQAAAAAAewAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAZAAAAAACWQAAAAABeQAAAAAAeQAAAAAAagAAAAADaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAZAAAAAADZAAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADJgAAAAACJgAAAAACJgAAAAACJgAAAAABJgAAAAACJgAAAAACJgAAAAABJgAAAAACZAAAAAACWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABeQAAAAAAWQAAAAACJgAAAAADJgAAAAACWQAAAAAAWQAAAAACWQAAAAABWQAAAAABWQAAAAACWQAAAAAA + tiles: WwAAAAADWwAAAAADWwAAAAABWwAAAAADWwAAAAADWwAAAAACWwAAAAADZgAAAAAAWwAAAAADewAAAAAABwAAAAAABwAAAAAGBwAAAAAGAAAAAAAAegAAAAAAAAAAAAAATAAAAAAATAAAAAABZgAAAAABTAAAAAAATAAAAAAAZgAAAAADZgAAAAABZgAAAAABWwAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZgAAAAAAWwAAAAABWwAAAAAAWwAAAAABWwAAAAADWwAAAAABWwAAAAACWwAAAAABWwAAAAABewAAAAAAIgAAAAACIgAAAAACHQAAAAADHQAAAAADewAAAAAAewAAAAAAZgAAAAACZgAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAIgAAAAADIgAAAAACHQAAAAABHQAAAAABewAAAAAAewAAAAAAZgAAAAABWwAAAAACewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAIgAAAAACIgAAAAADHQAAAAADHQAAAAAAewAAAAAAewAAAAAATAAAAAADWwAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAATAAAAAAAWwAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAALBwAAAAAIewAAAAAAawAAAAAAfQAAAAAAewAAAAAAewAAAAAAfQAAAAAAZgAAAAACWwAAAAABewAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAATAAAAAADWwAAAAACewAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAewAAAAAAawAAAAAAbAAAAAACewAAAAAAJgAAAAAAWwAAAAACTAAAAAABWwAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAFewAAAAAAewAAAAAAewAAAAAAewAAAAAAbAAAAAADewAAAAAAJgAAAAABWwAAAAADZgAAAAAAWwAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAABWwAAAAADewAAAAAAfQAAAAAAewAAAAAAewAAAAAAeAAAAAADTAAAAAADWwAAAAADWwAAAAACewAAAAAAfQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAATAAAAAACWwAAAAAAewAAAAAAewAAAAAAbAAAAAAAawAAAAAAawAAAAAAfQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAACZgAAAAADWwAAAAACewAAAAAAewAAAAAAbAAAAAACawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZgAAAAAAZgAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAABJgAAAAADJgAAAAABJgAAAAADJgAAAAACJgAAAAADJgAAAAABJgAAAAADJgAAAAAAZgAAAAACWwAAAAADWwAAAAABewAAAAAAewAAAAAAWwAAAAABewAAAAAAWwAAAAACJgAAAAAAJgAAAAABWwAAAAADWwAAAAADWwAAAAACWwAAAAABWwAAAAABWwAAAAAB version: 6 -4,0: ind: -4,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAZAAAAAABZAAAAAADWQAAAAAAWQAAAAABYQAAAAADYQAAAAADYQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAZAAAAAACZAAAAAADZAAAAAACZAAAAAACTAAAAAAATAAAAAADZAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAZAAAAAADZAAAAAAAWQAAAAABWQAAAAAAYQAAAAACYQAAAAADYQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADZAAAAAADWQAAAAADIgAAAAABIgAAAAAAIgAAAAAAIgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAZAAAAAABZAAAAAADWQAAAAADWQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAZAAAAAAAWQAAAAABWQAAAAAAIgAAAAABIgAAAAADIgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAZAAAAAAAZAAAAAAAWQAAAAABWQAAAAACWQAAAAADWQAAAAAAWQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAAAWQAAAAACeQAAAAAAWQAAAAADWQAAAAACWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAABWQAAAAACWQAAAAABeQAAAAAAHQAAAAADHQAAAAACHQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAACWQAAAAABWQAAAAABeQAAAAAAIgAAAAAAIgAAAAABIgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAIgAAAAADIgAAAAADIgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAHQAAAAADHQAAAAADHQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAZgAAAAACZgAAAAADWwAAAAACWwAAAAAAYwAAAAAAYwAAAAACYwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAZgAAAAADZgAAAAACZgAAAAACZgAAAAADTAAAAAAATAAAAAADZgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAZgAAAAAAZgAAAAAAWwAAAAADWwAAAAAAYwAAAAADYwAAAAADYwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAABZgAAAAAAWwAAAAADIgAAAAADIgAAAAACIgAAAAABIgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAZgAAAAABZgAAAAABWwAAAAABWwAAAAADMQAAAAAAMQAAAAAAMQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAADZgAAAAACWwAAAAABWwAAAAADIgAAAAAAIgAAAAACIgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAZgAAAAADZgAAAAADWwAAAAADWwAAAAADWwAAAAABWwAAAAADWwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAADWwAAAAABWwAAAAADewAAAAAAWwAAAAAAWwAAAAAAWwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAWwAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAACWwAAAAABWwAAAAADewAAAAAAHQAAAAABHQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAABWwAAAAADWwAAAAABewAAAAAAIgAAAAAAIgAAAAAAIgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAABAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAIgAAAAABIgAAAAADIgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAHQAAAAAAHQAAAAABHQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA version: 6 -4,-1: ind: -4,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAABTAAAAAADWQAAAAADeQAAAAAAHQAAAAACHQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAADTAAAAAADWQAAAAADeQAAAAAAHQAAAAAAHQAAAAACHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAABZAAAAAAAWQAAAAACeQAAAAAAHQAAAAADHQAAAAABHQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAADTAAAAAAAWQAAAAACeQAAAAAAHQAAAAADHQAAAAABHQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAACTAAAAAADWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAATAAAAAABWQAAAAABWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAABZAAAAAABWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAADTAAAAAADWQAAAAACeQAAAAAALwAAAAAALwAAAAAALwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAABTAAAAAAAWQAAAAACeQAAAAAALwAAAAAALwAAAAAALwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAACZAAAAAACWQAAAAABeQAAAAAALwAAAAAALwAAAAAALwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAWQAAAAABZAAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAZAAAAAABZAAAAAACZAAAAAAAeQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAZAAAAAADZAAAAAABWQAAAAABWQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADZAAAAAACWQAAAAABWQAAAAAAIgAAAAABIgAAAAACIgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAZAAAAAABZAAAAAADWQAAAAABWQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADZAAAAAADWQAAAAABIgAAAAABIgAAAAACIgAAAAACIgAAAAAD + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAACTAAAAAAAWwAAAAAAewAAAAAAHQAAAAADHQAAAAACHQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAABTAAAAAABWwAAAAADewAAAAAAHQAAAAADHQAAAAACHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAADZgAAAAADWwAAAAABewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAABTAAAAAAAWwAAAAACewAAAAAAHQAAAAABHQAAAAAAHQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAATAAAAAADWwAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAATAAAAAADWwAAAAACWwAAAAABewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAABZgAAAAABWwAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAADTAAAAAABWwAAAAABewAAAAAALwAAAAAALwAAAAAALwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAATAAAAAACWwAAAAACewAAAAAALwAAAAAALwAAAAAALwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAAZgAAAAABWwAAAAAAewAAAAAALwAAAAAALwAAAAAALwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAWwAAAAADZgAAAAABWwAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAZgAAAAACZgAAAAACZgAAAAADewAAAAAAWwAAAAADWwAAAAABWwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAZgAAAAABZgAAAAACWwAAAAABWwAAAAADWwAAAAADWwAAAAADWwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAZgAAAAABWwAAAAAAWwAAAAABIgAAAAAAIgAAAAAAIgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAZgAAAAAAZgAAAAAAWwAAAAACWwAAAAADMQAAAAAAMQAAAAAAMQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAADZgAAAAADWwAAAAAAIgAAAAABIgAAAAADIgAAAAABIgAAAAAA version: 6 -4,-2: ind: -4,-2 - tiles: eQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAagAAAAABagAAAAADagAAAAACeQAAAAAAeQAAAAAAWQAAAAAAZAAAAAABZAAAAAAAZAAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADZAAAAAAAIgAAAAAAeQAAAAAAagAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAABHQAAAAACeQAAAAAAWQAAAAABZAAAAAADIgAAAAAAMQAAAAAAewAAAAAAeQAAAAAAIgAAAAACHQAAAAACHQAAAAABHQAAAAADeQAAAAAAHQAAAAACHQAAAAADHQAAAAACHQAAAAAAeQAAAAAAWQAAAAAAZAAAAAABIgAAAAAAMQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAADdgAAAAACHQAAAAABHQAAAAADHQAAAAACHQAAAAABHQAAAAADHQAAAAABeQAAAAAAWQAAAAADZAAAAAADIgAAAAADMQAAAAAAewAAAAAAeQAAAAAAdgAAAAACdgAAAAABdgAAAAAAHQAAAAADeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAACWQAAAAABeQAAAAAAWQAAAAAAZAAAAAADIgAAAAACMQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAHQAAAAAAeQAAAAAAZAAAAAACZAAAAAABZAAAAAADZAAAAAABZAAAAAADWQAAAAABZAAAAAAAIgAAAAABeQAAAAAAaQAAAAAAeQAAAAAAHQAAAAAAHQAAAAADHQAAAAADHQAAAAAAeQAAAAAAZAAAAAABZAAAAAADZAAAAAACZAAAAAACZAAAAAAAWQAAAAACZAAAAAACZAAAAAACZAAAAAABaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAWQAAAAABWQAAAAABeQAAAAAAWQAAAAACWQAAAAACWQAAAAABZAAAAAACagAAAAAAagAAAAABagAAAAABeQAAAAAAeQAAAAAAewAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAADWQAAAAADZAAAAAADeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAWQAAAAACWQAAAAADWQAAAAAAWQAAAAAAWQAAAAADWQAAAAAAWQAAAAADZAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABZAAAAAAAZAAAAAACZAAAAAABZAAAAAAAZAAAAAADZAAAAAAAeAAAAAAAeQAAAAAAWQAAAAADWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAWQAAAAACZAAAAAACWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAADWQAAAAABAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAZAAAAAACZAAAAAAAZAAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAWQAAAAACZAAAAAACWQAAAAABeQAAAAAAWQAAAAAAWQAAAAACWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAADZAAAAAACWQAAAAABeQAAAAAAWQAAAAACWQAAAAABWQAAAAAD + tiles: ewAAAAAAewAAAAAAawAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAbAAAAAAAbAAAAAADbAAAAAAAewAAAAAAewAAAAAAWwAAAAABZgAAAAACZgAAAAADZgAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAADZgAAAAACIgAAAAAAewAAAAAAbAAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAADHQAAAAAAHQAAAAADHQAAAAACewAAAAAAWwAAAAABZgAAAAAAIgAAAAABMQAAAAAAfQAAAAAAewAAAAAAIgAAAAABHQAAAAACHQAAAAACHQAAAAADewAAAAAAHQAAAAADHQAAAAAAHQAAAAADHQAAAAADewAAAAAAWwAAAAAAZgAAAAABIgAAAAACMQAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAADeAAAAAABHQAAAAAAHQAAAAABHQAAAAAAHQAAAAABHQAAAAADHQAAAAACewAAAAAAWwAAAAABZgAAAAADIgAAAAADMQAAAAAAfQAAAAAAewAAAAAAeAAAAAAAeAAAAAACeAAAAAADHQAAAAADewAAAAAAWwAAAAADWwAAAAABWwAAAAADWwAAAAACewAAAAAAWwAAAAABZgAAAAABIgAAAAACMQAAAAAAewAAAAAAewAAAAAAeAAAAAACeAAAAAADeAAAAAAAHQAAAAAAewAAAAAAZgAAAAACZgAAAAADZgAAAAAAZgAAAAABZgAAAAABWwAAAAADZgAAAAAAIgAAAAACewAAAAAAawAAAAAAewAAAAAAHQAAAAADHQAAAAADHQAAAAAAHQAAAAAAewAAAAAAZgAAAAABZgAAAAADZgAAAAAAZgAAAAABZgAAAAAAWwAAAAACZgAAAAADZgAAAAAAZgAAAAACawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAACWwAAAAAAWwAAAAADWwAAAAABewAAAAAAWwAAAAAAWwAAAAABWwAAAAADZgAAAAACbAAAAAAAbAAAAAADbAAAAAAAewAAAAAAewAAAAAAfQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAADWwAAAAACZgAAAAACewAAAAAAewAAAAAAewAAAAAAWwAAAAADewAAAAAAagAAAAAAagAAAAAAewAAAAAAWwAAAAAAWwAAAAABWwAAAAADWwAAAAADWwAAAAABWwAAAAACWwAAAAABZgAAAAABewAAAAAAewAAAAAAWwAAAAAAWwAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAACZgAAAAAAZgAAAAAAZgAAAAAAZgAAAAACZgAAAAAAZgAAAAABegAAAAAAewAAAAAAWwAAAAAAWwAAAAABewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAWwAAAAACZgAAAAAAWwAAAAADWwAAAAADWwAAAAADWwAAAAADWwAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAZgAAAAABZgAAAAADZgAAAAADewAAAAAAewAAAAAAWwAAAAAAWwAAAAABAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAWwAAAAADZgAAAAABWwAAAAACewAAAAAAWwAAAAABWwAAAAADWwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAACZgAAAAADWwAAAAACewAAAAAAWwAAAAABWwAAAAADWwAAAAAB version: 6 -4,-3: ind: -4,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAZAAAAAAAWQAAAAAAWQAAAAABWQAAAAAAWQAAAAADWQAAAAACWQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAACZAAAAAADZAAAAAAAZAAAAAAATAAAAAADTAAAAAAAZAAAAAACTAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAABWQAAAAADWQAAAAADWQAAAAACWQAAAAACWQAAAAAAWQAAAAACWQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAZAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAWQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAWQAAAAACAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAWQAAAAACAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAADWQAAAAACWgAAAAABWQAAAAAAWQAAAAADWQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAWQAAAAABWQAAAAACAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAWQAAAAABWQAAAAACWQAAAAAAWgAAAAAAWQAAAAADeQAAAAAAewAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAABWgAAAAAAWgAAAAAAWQAAAAADWQAAAAABeQAAAAAAeQAAAAAAagAAAAADeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAWQAAAAACXQAAAAABXQAAAAACWgAAAAABWQAAAAADeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAZAAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAXQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAewAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAWwAAAAABZgAAAAADWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAABWwAAAAACWwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAWwAAAAAAZgAAAAAAZgAAAAAAZgAAAAAATAAAAAADTAAAAAACZgAAAAAATAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAWwAAAAABWwAAAAACWwAAAAABWwAAAAADWwAAAAACWwAAAAADWwAAAAADWwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAWwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAWwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAWwAAAAACAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAWwAAAAACAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAWwAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAACAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAWwAAAAACWwAAAAABXAAAAAAAWwAAAAACWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAWwAAAAAAWwAAAAADAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAWwAAAAADWwAAAAADWwAAAAADWwAAAAACXAAAAAABWwAAAAABewAAAAAAfQAAAAAAawAAAAAAewAAAAAAewAAAAAAWwAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAWwAAAAADXAAAAAAAXAAAAAABWwAAAAABWwAAAAADewAAAAAAewAAAAAAbAAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAADegAAAAAAegAAAAAAegAAAAAAewAAAAAAWwAAAAADXwAAAAACXwAAAAACXAAAAAAAWwAAAAACewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAZgAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAXwAAAAABewAAAAAAewAAAAAAewAAAAAAfQAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAB version: 6 2,0: ind: 2,0 - tiles: HQAAAAADHQAAAAABHQAAAAACeQAAAAAAZAAAAAACZAAAAAACZAAAAAAAeQAAAAAAeQAAAAAAZAAAAAADZAAAAAACZAAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAZAAAAAADWQAAAAAAZAAAAAACWQAAAAABcQAAAAACcQAAAAACcQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAADIgAAAAABWQAAAAADWQAAAAADWQAAAAADZAAAAAADWQAAAAAAWQAAAAADTAAAAAADWQAAAAACcQAAAAACcQAAAAABcQAAAAAAeQAAAAAAZAAAAAACZAAAAAACZAAAAAACZAAAAAABTAAAAAACTAAAAAACZAAAAAADZAAAAAACZAAAAAAATAAAAAAATAAAAAADWQAAAAABcQAAAAABcQAAAAABZAAAAAADeQAAAAAAWQAAAAABWQAAAAADWQAAAAABWQAAAAACWQAAAAABWQAAAAADWQAAAAADZAAAAAACWQAAAAACWQAAAAAAWQAAAAACWQAAAAAAcQAAAAADcQAAAAABcQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAACbAAAAAAAbAAAAAABbAAAAAABbAAAAAACbAAAAAABbAAAAAADeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAWQAAAAADeQAAAAAAbAAAAAABbAAAAAACbAAAAAACeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADWQAAAAABeQAAAAAAagAAAAACeQAAAAAAWQAAAAACeQAAAAAAcQAAAAABcQAAAAABbAAAAAACbAAAAAADbAAAAAABbAAAAAADbAAAAAABcQAAAAADWQAAAAACWQAAAAAAWQAAAAACeQAAAAAAagAAAAAAeQAAAAAAWQAAAAACeQAAAAAAcQAAAAADcQAAAAADTAAAAAADbAAAAAACcQAAAAABbAAAAAADTAAAAAAAcQAAAAACWQAAAAADWQAAAAADWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAcQAAAAAAbAAAAAADbAAAAAACbAAAAAAAbAAAAAACbAAAAAAAcQAAAAADWQAAAAADWQAAAAACWQAAAAAAeQAAAAAAewAAAAAAewAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAbAAAAAADeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAbAAAAAABbAAAAAAAbAAAAAACIgAAAAAAbAAAAAACbAAAAAABbAAAAAAAeQAAAAAAWQAAAAADdgAAAAAAdgAAAAAAdgAAAAADdgAAAAACeQAAAAAAaAAAAAAAeQAAAAAAbAAAAAAAbAAAAAADbAAAAAABbAAAAAAAbAAAAAACbAAAAAABIgAAAAACWQAAAAAAWQAAAAADdgAAAAACdgAAAAADdgAAAAABdgAAAAADeQAAAAAAaAAAAAAAeQAAAAAAbAAAAAADbAAAAAAAbAAAAAABbAAAAAABbAAAAAACbAAAAAABbAAAAAAAeQAAAAAAWQAAAAABdgAAAAAAdgAAAAADdgAAAAABdgAAAAABeQAAAAAAagAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAADbAAAAAABbAAAAAABeQAAAAAAWQAAAAAAdgAAAAACdgAAAAADdgAAAAABdgAAAAADeQAAAAAAagAAAAABewAAAAAAeQAAAAAAeQAAAAAAewAAAAAAeQAAAAAAbAAAAAAAbAAAAAABbAAAAAAA + tiles: HQAAAAADHQAAAAAAHQAAAAAAewAAAAAAZgAAAAACZgAAAAABZgAAAAADewAAAAAAewAAAAAAZgAAAAABZgAAAAACZgAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZgAAAAACWwAAAAABZgAAAAAAWwAAAAADcwAAAAADcwAAAAAAcwAAAAACewAAAAAAWwAAAAAAWwAAAAACWwAAAAAAIgAAAAACWwAAAAAAWwAAAAAAWwAAAAABZgAAAAAAWwAAAAABWwAAAAACTAAAAAAAWwAAAAADcwAAAAAAcwAAAAADcwAAAAAAewAAAAAAZgAAAAABZgAAAAABZgAAAAABZgAAAAACTAAAAAAATAAAAAACZgAAAAADZgAAAAAAZgAAAAABTAAAAAADTAAAAAAAWwAAAAABcwAAAAADcwAAAAABZgAAAAABewAAAAAAWwAAAAABWwAAAAADWwAAAAACWwAAAAADWwAAAAACWwAAAAADWwAAAAACZgAAAAABWwAAAAACWwAAAAABWwAAAAACWwAAAAAAcwAAAAADcwAAAAADcwAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAADewAAAAAAewAAAAAAewAAAAAAbgAAAAAAbgAAAAACbgAAAAADbgAAAAABbgAAAAAAbgAAAAADbgAAAAAAewAAAAAAWwAAAAADWwAAAAABWwAAAAACewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAWwAAAAABewAAAAAAbgAAAAAAbgAAAAAAbgAAAAADewAAAAAAewAAAAAAewAAAAAAWwAAAAABWwAAAAABWwAAAAACewAAAAAAbAAAAAABewAAAAAAWwAAAAADewAAAAAAcwAAAAACcwAAAAABbgAAAAACbgAAAAADbgAAAAACbgAAAAADbgAAAAACcwAAAAABWwAAAAAAWwAAAAACWwAAAAADewAAAAAAbAAAAAADewAAAAAAWwAAAAAAewAAAAAAcwAAAAACcwAAAAADTAAAAAABbgAAAAACcwAAAAAAbgAAAAABTAAAAAABcwAAAAACWwAAAAAAWwAAAAABWwAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAcwAAAAABbgAAAAACbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAABcwAAAAADWwAAAAABWwAAAAAAWwAAAAACewAAAAAAfQAAAAAAfQAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAbgAAAAACewAAAAAAewAAAAAAewAAAAAAbgAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAbgAAAAADbgAAAAABbgAAAAACIgAAAAADbgAAAAACbgAAAAADbgAAAAABewAAAAAAWwAAAAADeAAAAAAAeAAAAAADeAAAAAAAeAAAAAAAewAAAAAAagAAAAAAewAAAAAAbgAAAAAAbgAAAAACbgAAAAAAbgAAAAAAbgAAAAABbgAAAAAAIgAAAAAAWwAAAAAAWwAAAAABeAAAAAADeAAAAAABeAAAAAACeAAAAAABewAAAAAAagAAAAAAewAAAAAAbgAAAAABbgAAAAADbgAAAAAAbgAAAAACbgAAAAABbgAAAAABbgAAAAAAewAAAAAAWwAAAAADeAAAAAABeAAAAAACeAAAAAAAeAAAAAAAewAAAAAAbAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAABbgAAAAACbgAAAAABewAAAAAAWwAAAAADeAAAAAACeAAAAAACeAAAAAACeAAAAAACewAAAAAAbAAAAAABfQAAAAAAewAAAAAAewAAAAAAfQAAAAAAewAAAAAAbgAAAAADbgAAAAAAbgAAAAAB version: 6 -5,-2: ind: -5,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAewAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAewAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAADgAAAAAADgAAAAADewAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAADgAAAAADDgAAAAABDgAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAfQAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAfQAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAADgAAAAABDgAAAAACfQAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAADgAAAAAADgAAAAADDgAAAAACewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,2: ind: 0,2 - tiles: eQAAAAAAeQAAAAAATQAAAAAAHQAAAAAAHQAAAAABHQAAAAAAHQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAALAAAAAAALAAAAAAALAAAAAAAeQAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAHQAAAAAAHQAAAAABHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADHQAAAAACHQAAAAADWQAAAAADeQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAewAAAAAAeQAAAAAAagAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAHQAAAAACHQAAAAABHQAAAAACeQAAAAAAcAAAAAABcAAAAAAAcQAAAAABeQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAHQAAAAACHQAAAAACHQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAHQAAAAACHQAAAAACHQAAAAAAeQAAAAAAHQAAAAABHQAAAAABHQAAAAAAeQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAHQAAAAADHQAAAAADHQAAAAACeQAAAAAAHQAAAAACHQAAAAACHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAADHQAAAAADHQAAAAAAHQAAAAACeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAACHQAAAAACHQAAAAAAHQAAAAACeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAHQAAAAADHQAAAAADHQAAAAADeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: ewAAAAAAewAAAAAATQAAAAAAHQAAAAAAHQAAAAAAHQAAAAADHQAAAAADTQAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAALAAAAAAALAAAAAAALAAAAAAAewAAAAAAewAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAHQAAAAAAHQAAAAABHQAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAACHQAAAAADHQAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAADHQAAAAABHQAAAAADWwAAAAABewAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAewAAAAAAfQAAAAAAewAAAAAAbAAAAAACewAAAAAAewAAAAAAewAAAAAAHQAAAAABHQAAAAABHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAewAAAAAAegAAAAAAewAAAAAAHQAAAAACHQAAAAADHQAAAAAAewAAAAAAcgAAAAAAcgAAAAABcwAAAAAAewAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAewAAAAAAegAAAAAAewAAAAAAHQAAAAADHQAAAAAAHQAAAAADewAAAAAAewAAAAAAHQAAAAABewAAAAAAewAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAewAAAAAAegAAAAAAewAAAAAAHQAAAAACHQAAAAADHQAAAAADewAAAAAAHQAAAAABHQAAAAADHQAAAAABewAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAewAAAAAAegAAAAAAewAAAAAAHQAAAAACHQAAAAABHQAAAAADewAAAAAAHQAAAAABHQAAAAACHQAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAACewAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAAAHQAAAAAAHQAAAAABHQAAAAACewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAABHQAAAAACHQAAAAAAHQAAAAADewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAACHQAAAAACHQAAAAADHQAAAAADewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,2: ind: -1,2 - tiles: HQAAAAABHQAAAAADdgAAAAADdgAAAAADdgAAAAACWQAAAAACWQAAAAADWQAAAAADWQAAAAADWQAAAAAAIgAAAAAAIgAAAAACeQAAAAAAWQAAAAABWQAAAAABWQAAAAACeQAAAAAAHQAAAAABdgAAAAAAdgAAAAACdgAAAAAAWQAAAAADWQAAAAABWQAAAAADWQAAAAACWQAAAAADHQAAAAAAHQAAAAAAeQAAAAAAHQAAAAADHQAAAAACHQAAAAAAeQAAAAAAHQAAAAABdgAAAAAAdgAAAAACdgAAAAABWQAAAAADWQAAAAAAWQAAAAACWQAAAAACWQAAAAABHQAAAAACHQAAAAADeQAAAAAAHQAAAAABHQAAAAABHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAagAAAAACeQAAAAAAewAAAAAAeQAAAAAAewAAAAAAeQAAAAAAewAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAHQAAAAADWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAADHQAAAAACWQAAAAABewAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAWQAAAAACHQAAAAAAWQAAAAADeQAAAAAAHQAAAAADeQAAAAAAHQAAAAABHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAHQAAAAABHQAAAAACHQAAAAAAHQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAcQAAAAACcAAAAAAAcAAAAAABeQAAAAAAHQAAAAACHQAAAAABHQAAAAACHQAAAAAAewAAAAAAHQAAAAADHQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAADHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAHQAAAAADHQAAAAABHQAAAAACeQAAAAAAIgAAAAABIgAAAAAAIgAAAAACeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAHQAAAAABHQAAAAACHQAAAAABeQAAAAAAWQAAAAACWQAAAAAAWQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAHQAAAAADHQAAAAACHQAAAAACWQAAAAABWQAAAAACWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAHQAAAAABHQAAAAAAHQAAAAAAWQAAAAABWQAAAAABWQAAAAADWQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAHQAAAAADHQAAAAAAHQAAAAACWQAAAAACWQAAAAADWQAAAAACWQAAAAAD + tiles: HQAAAAACHQAAAAABeAAAAAABeAAAAAACeAAAAAAAWwAAAAADWwAAAAAAWwAAAAACWwAAAAADWwAAAAADIgAAAAADIgAAAAABewAAAAAAWwAAAAAAWwAAAAABWwAAAAABewAAAAAAHQAAAAACeAAAAAABeAAAAAADeAAAAAACWwAAAAABWwAAAAADWwAAAAAAWwAAAAAAWwAAAAADHQAAAAABHQAAAAACewAAAAAAHQAAAAAAHQAAAAACHQAAAAACewAAAAAAHQAAAAABeAAAAAABeAAAAAAAeAAAAAACWwAAAAAAWwAAAAADWwAAAAACWwAAAAACWwAAAAADHQAAAAAAHQAAAAADewAAAAAAHQAAAAADHQAAAAACHQAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAABewAAAAAAagAAAAAAagAAAAAAagAAAAAAbAAAAAAAewAAAAAAfQAAAAAAewAAAAAAfQAAAAAAewAAAAAAfQAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAADHQAAAAADWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAADWwAAAAADHQAAAAADWwAAAAADfQAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAawAAAAAAawAAAAAAewAAAAAAWwAAAAADHQAAAAAAWwAAAAADewAAAAAAHQAAAAACewAAAAAAHQAAAAADHQAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAABewAAAAAAHQAAAAABHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAcwAAAAADcgAAAAABcgAAAAACewAAAAAAHQAAAAABHQAAAAACHQAAAAAAHQAAAAAAfQAAAAAAHQAAAAABHQAAAAADHQAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAADewAAAAAAewAAAAAAHQAAAAACHQAAAAADHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAewAAAAAAHQAAAAABHQAAAAACHQAAAAABewAAAAAAIgAAAAACIgAAAAACIgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAWwAAAAADWwAAAAADWwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAHQAAAAABewAAAAAAewAAAAAAWwAAAAABewAAAAAAWwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAHQAAAAACHQAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAWwAAAAABWwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAHQAAAAACHQAAAAACHQAAAAAAWwAAAAACWwAAAAAAWwAAAAAAWwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAHQAAAAADHQAAAAAAHQAAAAADWwAAAAAAWwAAAAADWwAAAAABWwAAAAAA version: 6 -2,2: ind: -2,2 - tiles: eAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAagAAAAABewAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAHQAAAAADHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAaAAAAAAAeQAAAAAAHQAAAAABHQAAAAABWQAAAAACeQAAAAAAHQAAAAACHQAAAAAAHQAAAAACHQAAAAABHQAAAAABHQAAAAAAeQAAAAAAWQAAAAABWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAHQAAAAACHQAAAAADHQAAAAABHQAAAAABHQAAAAAAHQAAAAABeQAAAAAAWQAAAAABWQAAAAAAeQAAAAAAewAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABeQAAAAAAWQAAAAADWQAAAAADWQAAAAABWQAAAAAAWQAAAAACWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAWQAAAAAAWQAAAAAAWQAAAAABWQAAAAADWQAAAAAAWQAAAAABWQAAAAACWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAAAWQAAAAABWQAAAAACWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAHQAAAAADAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAHQAAAAADAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAA + tiles: egAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAbAAAAAAAfQAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAHQAAAAACHQAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAACewAAAAAAagAAAAAAewAAAAAAHQAAAAABHQAAAAADWwAAAAACewAAAAAAHQAAAAACHQAAAAACHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAACewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAADewAAAAAAHQAAAAABHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAABewAAAAAAWwAAAAAAWwAAAAACewAAAAAAfQAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAACewAAAAAAWwAAAAABWwAAAAACWwAAAAACWwAAAAABWwAAAAACWwAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAWwAAAAABWwAAAAACWwAAAAABWwAAAAADWwAAAAACWwAAAAAAWwAAAAABWwAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAWwAAAAADWwAAAAAAWwAAAAADWwAAAAACWwAAAAAAWwAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAewAAAAAAfQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAHQAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAHQAAAAADAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,3: ind: -1,3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAHQAAAAABHQAAAAADIgAAAAABWQAAAAACWQAAAAADWQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAWQAAAAACWQAAAAACWQAAAAABWQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAWQAAAAADWQAAAAACWQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAHQAAAAADHQAAAAAAWQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAHQAAAAADHQAAAAABWQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAHQAAAAADHQAAAAACIgAAAAABWwAAAAADWwAAAAABWwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAADWwAAAAABewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAWwAAAAADWwAAAAACWwAAAAADWwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAewAAAAAAWwAAAAABWwAAAAAAWwAAAAAAWwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAWwAAAAADHQAAAAADHQAAAAABWwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAHQAAAAACHQAAAAAAWwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,3: ind: 0,3 - tiles: WQAAAAAAHQAAAAADHQAAAAACIgAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAADWQAAAAAAWQAAAAACWQAAAAADeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAADWQAAAAABWQAAAAABeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAABHQAAAAAAHQAAAAACWQAAAAADeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAADHQAAAAACHQAAAAACeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: WwAAAAACHQAAAAABHQAAAAABIgAAAAADewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAADWwAAAAAAWwAAAAADWwAAAAADewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAADWwAAAAACWwAAAAACWwAAAAADewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAAAHQAAAAADHQAAAAADWwAAAAABewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAACHQAAAAAAHQAAAAADewAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 2,1: ind: 2,1 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAewAAAAAAeQAAAAAAbAAAAAACbAAAAAABbAAAAAABeQAAAAAAIgAAAAAAHQAAAAACHQAAAAADHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADHQAAAAAAHQAAAAADHQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAaQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAagAAAAADeQAAAAAAHQAAAAABTAAAAAADTAAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACHQAAAAAATAAAAAAATAAAAAADHQAAAAACeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAHQAAAAACHQAAAAACZAAAAAACHQAAAAAAHQAAAAAAHQAAAAADHQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAALgAAAAAALgAAAAAAeQAAAAAAHQAAAAAAHQAAAAABHQAAAAADHQAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: ewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfQAAAAAAewAAAAAAbgAAAAABbgAAAAACbgAAAAABewAAAAAAIgAAAAAAHQAAAAADHQAAAAAAHQAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAACHQAAAAABHQAAAAACHQAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAawAAAAAAagAAAAAAagAAAAAAagAAAAAAbAAAAAADewAAAAAAHQAAAAADTAAAAAAATAAAAAABHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAACHQAAAAADTAAAAAABTAAAAAADHQAAAAADewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAHQAAAAADHQAAAAAAZgAAAAABHQAAAAABHQAAAAABHQAAAAACHQAAAAACewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAALgAAAAAALgAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAABHQAAAAACewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 3,0: ind: 3,0 - tiles: eQAAAAAAcQAAAAABcQAAAAADcQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAACbAAAAAADeQAAAAAAcQAAAAACcQAAAAACcQAAAAADbAAAAAACcQAAAAACbAAAAAACeQAAAAAAbAAAAAABbAAAAAACcQAAAAADcQAAAAADcQAAAAABeQAAAAAAbAAAAAABcQAAAAAAcQAAAAADcQAAAAACcQAAAAACcQAAAAABbAAAAAAAcQAAAAAAbAAAAAABbAAAAAABbAAAAAAAbAAAAAADcQAAAAACcQAAAAABcQAAAAACcQAAAAAAcQAAAAABcQAAAAACbAAAAAABbAAAAAABbAAAAAAAcQAAAAADbAAAAAACcQAAAAADbAAAAAACbAAAAAACbAAAAAABbAAAAAABcQAAAAACcQAAAAABcQAAAAACeQAAAAAAbAAAAAAAcQAAAAABcQAAAAADcQAAAAACcQAAAAADcQAAAAADbAAAAAAAcQAAAAADbAAAAAADeQAAAAAAbAAAAAAAbAAAAAADcQAAAAABcQAAAAABcQAAAAAAeQAAAAAAbAAAAAACbAAAAAACeQAAAAAAcQAAAAACcQAAAAABcQAAAAACbAAAAAACcQAAAAABIgAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAcQAAAAADbAAAAAACeQAAAAAAbAAAAAABbAAAAAABbAAAAAACbAAAAAABeQAAAAAAaQAAAAAAewAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAcQAAAAACbAAAAAABcQAAAAADbAAAAAABbAAAAAAAbAAAAAAAcQAAAAABcQAAAAABcQAAAAADeQAAAAAAagAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAcQAAAAADcQAAAAACcQAAAAACbAAAAAABeQAAAAAAbAAAAAADcQAAAAABcQAAAAACcQAAAAADeQAAAAAAagAAAAAAagAAAAABaAAAAAAAaAAAAAAAeQAAAAAAWQAAAAACcQAAAAABbAAAAAACcQAAAAABbAAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAWQAAAAACWQAAAAABeQAAAAAAbAAAAAAAcQAAAAADbAAAAAAAeQAAAAAAIgAAAAABHQAAAAACHQAAAAADHQAAAAADHQAAAAADdgAAAAADdgAAAAABeQAAAAAAaAAAAAAAeQAAAAAAWQAAAAADeQAAAAAAbAAAAAADcQAAAAAAbAAAAAAAbAAAAAACbAAAAAAAHQAAAAACHQAAAAABHQAAAAABeQAAAAAAdgAAAAAAdgAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAABcQAAAAABbAAAAAACeQAAAAAAbAAAAAAAHQAAAAADHQAAAAACHQAAAAACeQAAAAAAdgAAAAADdgAAAAACeQAAAAAAeQAAAAAAewAAAAAAeQAAAAAAbAAAAAACbAAAAAACcQAAAAACbAAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAcQAAAAABcQAAAAACcQAAAAACcQAAAAACbAAAAAADbAAAAAAAbAAAAAAAcQAAAAADbAAAAAAAbAAAAAAAbAAAAAACbAAAAAABbAAAAAADeQAAAAAAaQAAAAAAeQAAAAAAcQAAAAAAcQAAAAABcQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIgAAAAAAcQAAAAACcQAAAAABcQAAAAADbAAAAAADeQAAAAAAaQAAAAAA + tiles: ewAAAAAAcwAAAAAAcwAAAAAAcwAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAADbgAAAAADewAAAAAAcwAAAAADcwAAAAABcwAAAAABbgAAAAABcwAAAAABbgAAAAACewAAAAAAbgAAAAABbgAAAAABcwAAAAACcwAAAAAAcwAAAAAAewAAAAAAbgAAAAAAcwAAAAACcwAAAAACcwAAAAACcwAAAAAAcwAAAAAAbgAAAAAAcwAAAAAAbgAAAAAAbgAAAAAAbgAAAAACbgAAAAACcwAAAAADcwAAAAABcwAAAAAAcwAAAAAAcwAAAAABcwAAAAAAbgAAAAACbgAAAAACbgAAAAACcwAAAAAAbgAAAAADcwAAAAABbgAAAAACbgAAAAACbgAAAAACbgAAAAABcwAAAAACcwAAAAAAcwAAAAADewAAAAAAbgAAAAACcwAAAAADcwAAAAADcwAAAAABcwAAAAADcwAAAAABbgAAAAAAcwAAAAACbgAAAAABewAAAAAAbgAAAAADbgAAAAACcwAAAAABcwAAAAABcwAAAAADewAAAAAAbgAAAAACbgAAAAADewAAAAAAcwAAAAADcwAAAAACcwAAAAABbgAAAAACcwAAAAADIgAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAAAcwAAAAABbgAAAAACewAAAAAAbgAAAAAAbgAAAAADbgAAAAAAbgAAAAACewAAAAAAawAAAAAAfQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAcwAAAAAAbgAAAAABcwAAAAACbgAAAAADbgAAAAACbgAAAAADcwAAAAACcwAAAAADcwAAAAACewAAAAAAbAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAcwAAAAAAcwAAAAAAcwAAAAACbgAAAAABewAAAAAAbgAAAAADcwAAAAABcwAAAAADcwAAAAACewAAAAAAbAAAAAADbAAAAAACagAAAAAAagAAAAAAewAAAAAAWwAAAAADcwAAAAAAbgAAAAABcwAAAAACbgAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAWwAAAAACWwAAAAABewAAAAAAbgAAAAADcwAAAAADbgAAAAAAewAAAAAAIgAAAAADHQAAAAABHQAAAAAAHQAAAAADHQAAAAABeAAAAAADeAAAAAABewAAAAAAagAAAAAAewAAAAAAWwAAAAACewAAAAAAbgAAAAACcwAAAAAAbgAAAAADbgAAAAABbgAAAAABHQAAAAAAHQAAAAABHQAAAAADewAAAAAAeAAAAAADeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAABcwAAAAAAbgAAAAACewAAAAAAbgAAAAAAHQAAAAADHQAAAAAAHQAAAAAAewAAAAAAeAAAAAADeAAAAAACewAAAAAAewAAAAAAfQAAAAAAewAAAAAAbgAAAAABbgAAAAACcwAAAAAAbgAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAcwAAAAADcwAAAAAAcwAAAAABcwAAAAADbgAAAAABbgAAAAADbgAAAAADcwAAAAADbgAAAAAAbgAAAAACbgAAAAAAbgAAAAABbgAAAAACewAAAAAAawAAAAAAewAAAAAAcwAAAAAAcwAAAAABcwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAIgAAAAAAcwAAAAADcwAAAAAAcwAAAAACbgAAAAAAewAAAAAAawAAAAAA version: 6 3,1: ind: 3,1 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAACcQAAAAACcQAAAAADcQAAAAABbAAAAAABeQAAAAAAewAAAAAAeQAAAAAAeQAAAAAAewAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAbAAAAAACbAAAAAACbAAAAAABbAAAAAACbAAAAAABeQAAAAAAewAAAAAAagAAAAABagAAAAADewAAAAAAeQAAAAAAewAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAMQAAAAAAdgAAAAAAdgAAAAADdgAAAAADdgAAAAACeQAAAAAAagAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAagAAAAADeQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAACgAAAAAAeQAAAAAAagAAAAACHQAAAAACeQAAAAAAWgAAAAAAYAAAAAAAWQAAAAABWQAAAAADeQAAAAAAagAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAagAAAAABLgAAAAAAeQAAAAAAYAAAAAAAWQAAAAAAWgAAAAABYAAAAAAAeQAAAAAAagAAAAAAagAAAAABeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAewAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAagAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAewAAAAAAewAAAAAAeQAAAAAAewAAAAAAeQAAAAAAewAAAAAAeQAAAAAAewAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAewAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAewAAAAAAeQAAAAAAewAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAeQAAAAAAdgAAAAACdgAAAAABeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAeQAAAAAAdgAAAAACdgAAAAABeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAdgAAAAACdgAAAAADdgAAAAADeQAAAAAAdgAAAAABdgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: ewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAABcwAAAAAAcwAAAAABcwAAAAABbgAAAAABewAAAAAAfQAAAAAAewAAAAAAewAAAAAAfQAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAbgAAAAACbgAAAAADbgAAAAADbgAAAAABbgAAAAAAewAAAAAAfQAAAAAAbAAAAAAAbAAAAAACfQAAAAAAewAAAAAAfQAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAMQAAAAAAeAAAAAAAeAAAAAABeAAAAAACeAAAAAACewAAAAAAbAAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbAAAAAACewAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAACgAAAAAAewAAAAAAbAAAAAABHQAAAAACewAAAAAAXAAAAAAAYgAAAAAAWwAAAAADWwAAAAAAewAAAAAAbAAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbAAAAAAALgAAAAAAewAAAAAAYgAAAAAAWwAAAAACXAAAAAAAYgAAAAAAewAAAAAAbAAAAAACbAAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAfQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbAAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAfQAAAAAAfQAAAAAAewAAAAAAfQAAAAAAewAAAAAAfQAAAAAAewAAAAAAfQAAAAAAewAAAAAAewAAAAAAewAAAAAAfQAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAfQAAAAAAewAAAAAAfQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAABewAAAAAAeAAAAAADeAAAAAABewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAewAAAAAAeAAAAAABeAAAAAADewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAeAAAAAADeAAAAAABeAAAAAABewAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -4,-4: ind: -4,-4 - tiles: AAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAIgAAAAABHQAAAAACHQAAAAAAHQAAAAADHQAAAAADIgAAAAABIgAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAIgAAAAABHQAAAAABHQAAAAABHQAAAAAAHQAAAAADIgAAAAABIgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAIgAAAAADHQAAAAADHQAAAAABHQAAAAABHQAAAAABIgAAAAABIgAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAHQAAAAABHQAAAAADHQAAAAADHQAAAAADIgAAAAACIgAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAIgAAAAAAHQAAAAABHQAAAAADHQAAAAABHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAIgAAAAABHQAAAAAAHQAAAAABHQAAAAADHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAIgAAAAAAHQAAAAACHQAAAAABHQAAAAADHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAHQAAAAADHQAAAAADHQAAAAADHQAAAAACHQAAAAAAHQAAAAACIgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAIgAAAAADIgAAAAAAIgAAAAADeQAAAAAAHQAAAAACHQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIgAAAAACIgAAAAABIgAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAACZAAAAAACWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAWQAAAAADTAAAAAAAWQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAADTAAAAAADWQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAADTAAAAAABWQAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAABZAAAAAADWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAZAAAAAACZAAAAAABZAAAAAABeQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAA + tiles: AAAAAAAAegAAAAAAAAAAAAAAewAAAAAAIgAAAAADHQAAAAADHQAAAAACHQAAAAABHQAAAAACIgAAAAAAIgAAAAACewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAIgAAAAAAHQAAAAABHQAAAAAAHQAAAAADHQAAAAACIgAAAAAAIgAAAAACewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAIgAAAAABHQAAAAACHQAAAAABHQAAAAACHQAAAAACIgAAAAAAIgAAAAADewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAHQAAAAADHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAABIgAAAAABIgAAAAADewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAIgAAAAAAHQAAAAADHQAAAAABHQAAAAACHQAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAIgAAAAABHQAAAAAAHQAAAAACHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAIgAAAAACHQAAAAABHQAAAAADHQAAAAADHQAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAHQAAAAADHQAAAAAAHQAAAAADHQAAAAADHQAAAAADHQAAAAABIgAAAAABewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAIgAAAAAAIgAAAAADIgAAAAABewAAAAAAHQAAAAADHQAAAAADHQAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAIgAAAAAAIgAAAAACIgAAAAACewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAWwAAAAAAZgAAAAABWwAAAAACewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAWwAAAAAATAAAAAAAWwAAAAACewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAWwAAAAACTAAAAAADWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAWwAAAAADTAAAAAADWwAAAAADewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAWwAAAAABZgAAAAABWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAZgAAAAACZgAAAAACZgAAAAACewAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAA version: 6 -3,-4: ind: -3,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAIgAAAAACIgAAAAACHQAAAAABHQAAAAAAHQAAAAACHQAAAAADIgAAAAACeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAIgAAAAADIgAAAAABHQAAAAABHQAAAAADHQAAAAABHQAAAAACIgAAAAABeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAIgAAAAABIgAAAAABHQAAAAAAHQAAAAAAHQAAAAADHQAAAAADIgAAAAADeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAIgAAAAAAIgAAAAABHQAAAAABHQAAAAAAHQAAAAABHQAAAAAAIgAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABHQAAAAADHQAAAAABHQAAAAABIgAAAAABeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAAAHQAAAAAAHQAAAAACIgAAAAADeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABHQAAAAAAHQAAAAABHQAAAAABIgAAAAACeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAIgAAAAADIgAAAAACHQAAAAABHQAAAAADHQAAAAABHQAAAAACHQAAAAADeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAACHQAAAAACHQAAAAAAeQAAAAAAIgAAAAACIgAAAAACIgAAAAACeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAIgAAAAACIgAAAAAAIgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAACZAAAAAACWQAAAAAAeQAAAAAAWQAAAAACWQAAAAACeQAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAATAAAAAABWQAAAAACWQAAAAACWQAAAAADWQAAAAADeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAABTAAAAAABWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAATAAAAAABWQAAAAAAeQAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADZAAAAAAAWQAAAAADeQAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAeQAAAAAAZAAAAAABZAAAAAABZAAAAAACeQAAAAAABwAAAAAABwAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAIgAAAAAAIgAAAAAAHQAAAAAAHQAAAAAAHQAAAAACHQAAAAADIgAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAIgAAAAABIgAAAAAAHQAAAAACHQAAAAAAHQAAAAACHQAAAAACIgAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAIgAAAAADIgAAAAAAHQAAAAADHQAAAAADHQAAAAABHQAAAAABIgAAAAADewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAIgAAAAABIgAAAAACHQAAAAAAHQAAAAACHQAAAAACHQAAAAAAIgAAAAABewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAACHQAAAAACHQAAAAAAHQAAAAACIgAAAAABewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAACHQAAAAACHQAAAAADHQAAAAAAIgAAAAADewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAADHQAAAAABHQAAAAADHQAAAAACIgAAAAACewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAIgAAAAACIgAAAAABHQAAAAAAHQAAAAACHQAAAAADHQAAAAABHQAAAAADewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHQAAAAAAHQAAAAABHQAAAAABewAAAAAAIgAAAAAAIgAAAAABIgAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAIgAAAAADIgAAAAAAIgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAAZgAAAAACWwAAAAADewAAAAAAWwAAAAAAWwAAAAABewAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAATAAAAAABWwAAAAACWwAAAAABWwAAAAACWwAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAADTAAAAAACWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAACTAAAAAABWwAAAAADewAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAABZgAAAAABWwAAAAABewAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAewAAAAAAZgAAAAACZgAAAAADZgAAAAADewAAAAAABwAAAAAABwAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAA version: 6 -4,-5: ind: -4,-5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAHQAAAAADHQAAAAADHQAAAAABHQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAIgAAAAABHQAAAAACHQAAAAADHQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAHQAAAAAAHQAAAAABHQAAAAACHQAAAAACHQAAAAACewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAIgAAAAACHQAAAAADHQAAAAADHQAAAAADHQAAAAACewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -3,-5: ind: -3,-5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAABHQAAAAAAHQAAAAACHQAAAAACeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADHQAAAAABHQAAAAADHQAAAAACIgAAAAACeQAAAAAAAAAAAAAAeAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAADHQAAAAADHQAAAAAAHQAAAAAAHQAAAAACewAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAABHQAAAAACHQAAAAAAIgAAAAACewAAAAAAAAAAAAAAegAAAAAA version: 6 3,-1: ind: 3,-1 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAewAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAABWQAAAAADeQAAAAAAeQAAAAAAWQAAAAABHQAAAAACHQAAAAACHQAAAAADHQAAAAAAHQAAAAACHQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAIgAAAAAAWQAAAAAAWQAAAAAAWQAAAAACWQAAAAADeQAAAAAAWQAAAAACHQAAAAAAHQAAAAABHQAAAAADHQAAAAABHQAAAAACHQAAAAAAeQAAAAAAagAAAAADeQAAAAAAWQAAAAABWQAAAAABWQAAAAACWQAAAAABWQAAAAADeQAAAAAAWQAAAAAAHQAAAAADHQAAAAABHQAAAAADHQAAAAABHQAAAAACHQAAAAABeQAAAAAAagAAAAABeQAAAAAAWQAAAAABWQAAAAADWQAAAAAAWQAAAAADWQAAAAACWQAAAAADWQAAAAABHQAAAAAAHQAAAAACHQAAAAADHQAAAAABHQAAAAAAHQAAAAAAeQAAAAAAagAAAAADeQAAAAAAWQAAAAACWQAAAAACWQAAAAAAWQAAAAACWQAAAAAAeQAAAAAAWQAAAAACIgAAAAADIgAAAAAAIgAAAAAAIgAAAAADIgAAAAAAIgAAAAACeQAAAAAAagAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIgAAAAADIgAAAAACIgAAAAADIgAAAAAAIgAAAAADIgAAAAABeQAAAAAAewAAAAAAagAAAAAAagAAAAACagAAAAACaAAAAAAAaAAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAcQAAAAACcQAAAAAAcQAAAAAAbAAAAAABeQAAAAAAcQAAAAACcQAAAAAAeQAAAAAAbAAAAAAAbAAAAAADbAAAAAABbAAAAAACbAAAAAABbAAAAAACeQAAAAAAbAAAAAACbAAAAAADcQAAAAABbAAAAAADbAAAAAAAbAAAAAABcQAAAAAAcQAAAAADeQAAAAAAbAAAAAADbAAAAAAAbAAAAAADbAAAAAADbAAAAAADbAAAAAAAeQAAAAAAbAAAAAABbAAAAAABcQAAAAAAbAAAAAACbAAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAABcQAAAAAAcQAAAAACcQAAAAABcQAAAAABcQAAAAAAeQAAAAAAbAAAAAABcQAAAAABcQAAAAACcQAAAAADbAAAAAACbAAAAAAAbAAAAAACbAAAAAABbAAAAAACbAAAAAADcQAAAAAAcQAAAAABcQAAAAABcQAAAAADcQAAAAABeQAAAAAAbAAAAAAAbAAAAAABcQAAAAABbAAAAAACbAAAAAAAbAAAAAABbAAAAAADbAAAAAABbAAAAAABbAAAAAADcQAAAAACcQAAAAACcQAAAAABcQAAAAAAcQAAAAABeQAAAAAAbAAAAAADbAAAAAADcQAAAAACbAAAAAABbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAADcQAAAAAAcQAAAAABcQAAAAADbAAAAAADeQAAAAAAcQAAAAADcQAAAAACeQAAAAAAfAAAAAABewAAAAAAeQAAAAAAeQAAAAAAewAAAAAAaAAAAAAAaAAAAAAAbAAAAAABcQAAAAAAcQAAAAAAcQAAAAACbAAAAAACbAAAAAAAcQAAAAABcQAAAAADeQAAAAAAagAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + tiles: ewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfQAAAAAAewAAAAAAewAAAAAAWwAAAAACWwAAAAABWwAAAAADewAAAAAAewAAAAAAWwAAAAAAHQAAAAACHQAAAAABHQAAAAABHQAAAAABHQAAAAACHQAAAAADewAAAAAAagAAAAAAewAAAAAAIgAAAAACWwAAAAABWwAAAAADWwAAAAABWwAAAAACewAAAAAAWwAAAAADHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAACHQAAAAAAHQAAAAADewAAAAAAbAAAAAABewAAAAAAWwAAAAACWwAAAAADWwAAAAAAWwAAAAADWwAAAAAAewAAAAAAWwAAAAACHQAAAAABHQAAAAABHQAAAAADHQAAAAADHQAAAAABHQAAAAADewAAAAAAbAAAAAAAewAAAAAAWwAAAAABWwAAAAABWwAAAAACWwAAAAAAWwAAAAACWwAAAAACWwAAAAAAHQAAAAABHQAAAAACHQAAAAACHQAAAAABHQAAAAABHQAAAAACewAAAAAAbAAAAAADewAAAAAAWwAAAAACWwAAAAAAWwAAAAACWwAAAAADWwAAAAABewAAAAAAWwAAAAABIgAAAAABIgAAAAAAIgAAAAADIgAAAAAAIgAAAAAAIgAAAAABewAAAAAAbAAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAIgAAAAABIgAAAAABIgAAAAACIgAAAAABIgAAAAACIgAAAAABewAAAAAAfQAAAAAAbAAAAAABbAAAAAAAbAAAAAACagAAAAAAagAAAAAAawAAAAAAawAAAAAAawAAAAAAewAAAAAAHQAAAAAAewAAAAAAHQAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAADcwAAAAADcwAAAAAAcwAAAAAAbgAAAAADewAAAAAAcwAAAAAAcwAAAAACewAAAAAAbgAAAAABbgAAAAACbgAAAAAAbgAAAAABbgAAAAADawAAAAAAewAAAAAAbgAAAAADbgAAAAACcwAAAAABbgAAAAAAbgAAAAAAbgAAAAABcwAAAAAAcwAAAAABewAAAAAAbgAAAAABbgAAAAAAbgAAAAACbgAAAAABbgAAAAADawAAAAAAewAAAAAAbgAAAAAAbgAAAAADcwAAAAABbgAAAAAAbgAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAADcwAAAAABcwAAAAADcwAAAAABcwAAAAADcwAAAAADewAAAAAAbgAAAAABcwAAAAABcwAAAAAAcwAAAAAAbgAAAAADbgAAAAACbgAAAAABbgAAAAACbgAAAAABbgAAAAACcwAAAAACcwAAAAABcwAAAAABcwAAAAACcwAAAAAAewAAAAAAbgAAAAADbgAAAAADcwAAAAABbgAAAAACbgAAAAAAbgAAAAACbgAAAAAAbgAAAAABbgAAAAADbgAAAAACcwAAAAACcwAAAAAAcwAAAAABcwAAAAACcwAAAAACewAAAAAAbgAAAAADbgAAAAADcwAAAAACbgAAAAAAbgAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAADcwAAAAACcwAAAAABcwAAAAAAbgAAAAAAewAAAAAAcwAAAAADcwAAAAABewAAAAAAfgAAAAAAfQAAAAAAewAAAAAAewAAAAAAfQAAAAAAagAAAAAAagAAAAAAbgAAAAACcwAAAAADcwAAAAADcwAAAAAAbgAAAAAAbgAAAAAAcwAAAAACcwAAAAABewAAAAAAbAAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAA version: 6 4,0: ind: 4,0 - tiles: eQAAAAAAagAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAewAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAagAAAAAAeQAAAAAAaAAAAAAAaQAAAAAAewAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAagAAAAABeQAAAAAAewAAAAAAaQAAAAAAeQAAAAAAewAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAagAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAagAAAAADeQAAAAAAagAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAagAAAAACewAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAABWQAAAAACeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAACWQAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: ewAAAAAAbAAAAAAAewAAAAAAagAAAAAAagAAAAAAfQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAbAAAAAAAewAAAAAAagAAAAAAawAAAAAAfQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAbAAAAAADewAAAAAAfQAAAAAAawAAAAAAewAAAAAAfQAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAbAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAbAAAAAAAewAAAAAAbAAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAbAAAAAAAfQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAADWwAAAAABewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAACWwAAAAACewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAABWwAAAAABewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 4,-1: ind: 4,-1 - tiles: WQAAAAACWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAATAAAAAACWQAAAAADeQAAAAAAZAAAAAABZAAAAAAAZAAAAAAAZAAAAAACZAAAAAACeQAAAAAAWQAAAAAAaQAAAAAAWQAAAAADWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAATAAAAAACWQAAAAACeQAAAAAAZAAAAAABZAAAAAACZAAAAAADZAAAAAADZAAAAAACeQAAAAAAWQAAAAACaQAAAAAAWQAAAAACWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAADWQAAAAAAZAAAAAACZAAAAAADZAAAAAAAZAAAAAADZAAAAAADeQAAAAAAaAAAAAAAaAAAAAAAWQAAAAADWQAAAAABWQAAAAACeQAAAAAAeQAAAAAAWQAAAAADWQAAAAACeQAAAAAAZAAAAAABZAAAAAAAZAAAAAADZAAAAAAAZAAAAAACeQAAAAAAaAAAAAAAaAAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAZAAAAAADWQAAAAACWQAAAAADWQAAAAACZAAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAewAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAewAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAewAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAewAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAagAAAAACeQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAagAAAAACaQAAAAAAeQAAAAAAeQAAAAAAagAAAAAAewAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaAAAAAAAaAAAAAAAewAAAAAAewAAAAAAagAAAAABagAAAAADeQAAAAAAaAAAAAAAaAAAAAAAagAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAagAAAAAAeQAAAAAAewAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaAAAAAAAewAAAAAAeQAAAAAAaAAAAAAAagAAAAADeQAAAAAAewAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAagAAAAABewAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: WwAAAAAAWwAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAACawAAAAAAawAAAAAAawAAAAAAawAAAAAAewAAAAAAewAAAAAATAAAAAAAWwAAAAAAewAAAAAAZgAAAAACZgAAAAABZgAAAAACZgAAAAACZgAAAAAAewAAAAAAWwAAAAACawAAAAAAWwAAAAACWwAAAAADWwAAAAABewAAAAAAewAAAAAATAAAAAACWwAAAAABewAAAAAAZgAAAAABZgAAAAAAZgAAAAAAZgAAAAABZgAAAAACewAAAAAAWwAAAAAAawAAAAAAWwAAAAACWwAAAAABWwAAAAADewAAAAAAewAAAAAAWwAAAAADWwAAAAADWwAAAAABZgAAAAADZgAAAAACZgAAAAAAZgAAAAADZgAAAAADewAAAAAAagAAAAAAagAAAAAAWwAAAAAAWwAAAAACWwAAAAABewAAAAAAewAAAAAAWwAAAAACWwAAAAACewAAAAAAZgAAAAADZgAAAAAAZgAAAAABZgAAAAACZgAAAAABewAAAAAAagAAAAAAagAAAAAAawAAAAAAawAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZgAAAAAAWwAAAAADWwAAAAABWwAAAAADZgAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfQAAAAAAawAAAAAAewAAAAAAewAAAAAAawAAAAAAagAAAAAAagAAAAAAagAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAfQAAAAAAewAAAAAAewAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfQAAAAAAewAAAAAAewAAAAAAewAAAAAAfQAAAAAAewAAAAAAewAAAAAAawAAAAAAagAAAAAAagAAAAAAagAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbAAAAAABewAAAAAAawAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbAAAAAAAawAAAAAAewAAAAAAewAAAAAAbAAAAAABfQAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAagAAAAAAagAAAAAAfQAAAAAAfQAAAAAAbAAAAAACbAAAAAADewAAAAAAagAAAAAAagAAAAAAbAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAbAAAAAADewAAAAAAfQAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAfQAAAAAAewAAAAAAagAAAAAAbAAAAAACewAAAAAAfQAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAbAAAAAADfQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 4,1: ind: 4,1 - tiles: eQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: ewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 4,-2: ind: 4,-2 - tiles: eQAAAAAAagAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAagAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAewAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAagAAAAADeQAAAAAAeQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAACHQAAAAABHQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAABIgAAAAABHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAACHQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAHQAAAAACIgAAAAABIgAAAAACIgAAAAABWQAAAAAAWQAAAAABWQAAAAADeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAADWQAAAAACeQAAAAAAeQAAAAAAagAAAAABeQAAAAAAHQAAAAAAHQAAAAADIgAAAAACHQAAAAACWQAAAAAAWQAAAAAAWQAAAAABeQAAAAAAWQAAAAACWQAAAAAAWQAAAAACWQAAAAAAeQAAAAAAeQAAAAAAagAAAAADeQAAAAAAHQAAAAADHQAAAAACHQAAAAAAHQAAAAAAWQAAAAADWQAAAAACWQAAAAADeQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAagAAAAADeQAAAAAAdgAAAAACdgAAAAAAdgAAAAACdgAAAAADWQAAAAABWQAAAAACWQAAAAAAeQAAAAAAZAAAAAADWQAAAAABdgAAAAAAdgAAAAADeQAAAAAAeQAAAAAAewAAAAAAeQAAAAAAdgAAAAABdgAAAAABdgAAAAACdgAAAAABWQAAAAABWQAAAAABIgAAAAACeQAAAAAAZAAAAAAAWQAAAAAAdgAAAAABdgAAAAABeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAABdgAAAAACeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAZAAAAAAAWQAAAAADIgAAAAABdgAAAAADeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAAAWQAAAAACWQAAAAAAWQAAAAAAWQAAAAADdgAAAAACdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAewAAAAAAagAAAAABagAAAAACagAAAAAAaAAAAAAATAAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATAAAAAAAWQAAAAACWQAAAAABWQAAAAADWQAAAAACWQAAAAAAWQAAAAABWQAAAAACWQAAAAACWQAAAAADaQAAAAAAWQAAAAAAWQAAAAADWQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAWQAAAAADWQAAAAADWQAAAAACWQAAAAABWQAAAAACWQAAAAAAWQAAAAADWQAAAAACaQAAAAAAWQAAAAACWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAATAAAAAADWQAAAAABWQAAAAABWQAAAAAAWQAAAAABWQAAAAABWQAAAAAAWQAAAAAAWQAAAAADWQAAAAAAaQAAAAAAWQAAAAADWQAAAAADWQAAAAACeQAAAAAAeQAAAAAA + tiles: ewAAAAAAbAAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAawAAAAAAawAAAAAAewAAAAAAbAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbAAAAAABewAAAAAAewAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAACHQAAAAAAHQAAAAABHQAAAAADawAAAAAAawAAAAAAewAAAAAAewAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAABIgAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAACHQAAAAACHQAAAAACHQAAAAABewAAAAAAewAAAAAAagAAAAAAewAAAAAAHQAAAAADIgAAAAABIgAAAAABIgAAAAADWwAAAAABWwAAAAACWwAAAAADewAAAAAAWwAAAAAAWwAAAAADWwAAAAACWwAAAAAAewAAAAAAewAAAAAAbAAAAAABewAAAAAAHQAAAAABHQAAAAACIgAAAAABHQAAAAAAWwAAAAAAWwAAAAADWwAAAAACewAAAAAAWwAAAAABWwAAAAABWwAAAAABWwAAAAACewAAAAAAewAAAAAAbAAAAAACewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAACWwAAAAABWwAAAAACWwAAAAABewAAAAAAewAAAAAAWwAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAbAAAAAACewAAAAAAeAAAAAABeAAAAAACeAAAAAABeAAAAAADWwAAAAABWwAAAAAAWwAAAAACewAAAAAAZgAAAAABWwAAAAABeAAAAAACeAAAAAABewAAAAAAewAAAAAAfQAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAACWwAAAAADWwAAAAAAIgAAAAADewAAAAAAZgAAAAAAWwAAAAACeAAAAAADeAAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAeAAAAAACeAAAAAABeAAAAAADeAAAAAACewAAAAAAWwAAAAADewAAAAAAewAAAAAAZgAAAAAAWwAAAAAAIgAAAAACeAAAAAABewAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAADWwAAAAAAWwAAAAABWwAAAAACeAAAAAAAeAAAAAACewAAAAAAewAAAAAAewAAAAAAfQAAAAAAbAAAAAAAbAAAAAAAbAAAAAABagAAAAAATAAAAAADWwAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAATAAAAAADWwAAAAABWwAAAAACWwAAAAADWwAAAAAAWwAAAAADWwAAAAAAWwAAAAADWwAAAAABWwAAAAADawAAAAAAWwAAAAAAWwAAAAADWwAAAAABewAAAAAAewAAAAAAWwAAAAABWwAAAAADWwAAAAACWwAAAAABWwAAAAAAWwAAAAADWwAAAAADWwAAAAAAWwAAAAACWwAAAAACawAAAAAAWwAAAAACWwAAAAABWwAAAAADewAAAAAAewAAAAAATAAAAAABWwAAAAABWwAAAAADWwAAAAABWwAAAAADWwAAAAABWwAAAAACWwAAAAABWwAAAAABWwAAAAADawAAAAAAWwAAAAADWwAAAAACWwAAAAABewAAAAAAewAAAAAA version: 6 5,-1: ind: 5,-1 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAagAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAQAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAQAAAAAAAeAAAAAAAeQAAAAAAewAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAQAAAAAAAeAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAewAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAaAAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAagAAAAABagAAAAABeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: ewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbAAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAQAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAQAAAAAAAegAAAAAAewAAAAAAfQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAQAAAAAAAegAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAfQAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAagAAAAAAawAAAAAAawAAAAAAawAAAAAAbAAAAAACbAAAAAABewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 5,-2: ind: 5,-2 - tiles: aQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAagAAAAABeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAagAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAABeQAAAAAAeQAAAAAAagAAAAABeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAABeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAACdgAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAACdgAAAAACeQAAAAAAaQAAAAAAeQAAAAAALgAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAaAAAAAAAewAAAAAAewAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAACWQAAAAADWQAAAAADWQAAAAABWQAAAAACeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAZAAAAAAAZAAAAAACWQAAAAABWQAAAAACZAAAAAAAZAAAAAACeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAQAAAAAAAeAAAAAAAeQAAAAAAagAAAAACeQAAAAAAIgAAAAACIgAAAAADWQAAAAADWQAAAAACIgAAAAAAIgAAAAABeQAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAQAAAAAAAeAAAAAAAeQAAAAAAagAAAAACeQAAAAAAIgAAAAABIgAAAAABWQAAAAAAWQAAAAAAIgAAAAAAIgAAAAACeQAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAQAAAAAAAeAAAAAAAeQAAAAAAagAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAA + tiles: awAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAABewAAAAAAawAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAABewAAAAAAewAAAAAAbAAAAAACewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAADewAAAAAAewAAAAAAbAAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAACewAAAAAAewAAAAAAbAAAAAACewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAADeAAAAAACewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAADeAAAAAACewAAAAAAawAAAAAAewAAAAAALgAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAagAAAAAAfQAAAAAAfQAAAAAAawAAAAAAawAAAAAAewAAAAAAewAAAAAAWwAAAAADWwAAAAAAWwAAAAACWwAAAAACWwAAAAAAWwAAAAADewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZgAAAAACZgAAAAACWwAAAAABWwAAAAABZgAAAAACZgAAAAACewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAQAAAAAAAegAAAAAAewAAAAAAbAAAAAABewAAAAAAIgAAAAAAIgAAAAADWwAAAAADWwAAAAADIgAAAAAAIgAAAAAAewAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAQAAAAAAAegAAAAAAewAAAAAAbAAAAAABewAAAAAAIgAAAAAAIgAAAAABWwAAAAADWwAAAAACIgAAAAACIgAAAAAAewAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAQAAAAAAAegAAAAAAewAAAAAAbAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAA version: 6 4,-3: ind: 4,-3 - tiles: CwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAABwAAAAAKAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAewAAAAAAaAAAAAAAaAAAAAAAaQAAAAAAaQAAAAAAagAAAAAAagAAAAABagAAAAACaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + tiles: CwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAABwAAAAAABwAAAAAEBwAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAfAAAAAAABwAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAfQAAAAAAagAAAAAAagAAAAAAawAAAAAAawAAAAAAbAAAAAABbAAAAAADbAAAAAADagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAA version: 6 1,-4: ind: 1,-4 - tiles: eAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAJBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEQAAAAAAeQAAAAAAIgAAAAAAIgAAAAACeQAAAAAAEQAAAAAAEQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAeQAAAAAAHQAAAAADHQAAAAAAeQAAAAAAHQAAAAADEQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAACHQAAAAAAHQAAAAABHQAAAAAAHQAAAAACHQAAAAADEQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAADegAAAAAAeQAAAAAACwAAAAAAeAAAAAAAeAAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACEQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAABwAAAAAJAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAEQAAAAAAEQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACEQAAAAAAeQAAAAAAeQAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAIAAAAAAAAAAAAAAAAHQAAAAACHQAAAAACHQAAAAADHQAAAAADHQAAAAAAHQAAAAAAEQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAAegAAAAAAAAAAAAAAEQAAAAAAEQAAAAAAHQAAAAADHQAAAAABEQAAAAAAEQAAAAAAEQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADegAAAAAAeQAAAAAACwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAABwAAAAAAeQAAAAAAeQAAAAAAHQAAAAADHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAALBwAAAAACeQAAAAAAeQAAAAAAIgAAAAACIgAAAAADeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAAeQAAAAAAeQAAAAAAIgAAAAADIgAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAHBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEQAAAAAAewAAAAAAIgAAAAADIgAAAAADewAAAAAAEQAAAAAAEQAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAABewAAAAAAHQAAAAADHQAAAAACewAAAAAAHQAAAAADEQAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAACHQAAAAAAHQAAAAACHQAAAAABHQAAAAABHQAAAAACEQAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAAfAAAAAAAewAAAAAACwAAAAAAegAAAAAAegAAAAAAHQAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAEQAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAALBwAAAAAAfAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAIgAAAAACIgAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAABEQAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAAAAAAAAAAAAAAAAAAHQAAAAABHQAAAAAAHQAAAAABHQAAAAAAHQAAAAAAHQAAAAABEQAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAfAAAAAAAAAAAAAAAEQAAAAAAEQAAAAAAHQAAAAAAHQAAAAABEQAAAAAAEQAAAAAAEQAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAAfAAAAAAAewAAAAAACwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAfAAAAAAABwAAAAAAewAAAAAAewAAAAAAHQAAAAADHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAewAAAAAAewAAAAAAIgAAAAACIgAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAAewAAAAAAewAAAAAAIgAAAAACIgAAAAACewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAA version: 6 0,-4: ind: 0,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAEQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAEQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAEQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAEQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAEQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAEQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAEQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAIgAAAAAAeQAAAAAAeQAAAAAAIgAAAAABeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIgAAAAADeQAAAAAAeQAAAAAAIgAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAEQAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAEQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAEQAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAEQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAEQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAEQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAEQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAIgAAAAACewAAAAAAewAAAAAAIgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAIgAAAAACewAAAAAAewAAAAAAIgAAAAAA version: 6 -5,-3: ind: -5,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAA version: 6 -3,2: ind: -3,2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAWQAAAAACWQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAWQAAAAADWQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAWQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAWQAAAAACWQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAWQAAAAADWQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAWwAAAAACWwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAWwAAAAADWwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAWwAAAAAAWwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAWwAAAAABWwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAWwAAAAACWwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,-4: ind: -1,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA version: 6 -2,3: ind: -2,3 - tiles: AAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 5,-3: ind: 5,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAAAfQAAAAAAfQAAAAAAPgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAIWQAAAAAAWQAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAfwAAAAAAfwAAAAAAPgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 1,2: ind: 1,2 - tiles: eQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: ewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAACewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAADewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAABewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAABewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAACewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -2,-4: ind: -2,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAA version: 6 2,-4: ind: 2,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAACwAAAAAAeQAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAHegAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAegAAAAAABwAAAAAABwAAAAABBwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAACwAAAAAAeQAAAAAAegAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAegAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAJBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAACwAAAAAAewAAAAAAfAAAAAAABwAAAAAJBwAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAfAAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAfAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAACwAAAAAAewAAAAAAfAAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAIBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAfAAAAAAABwAAAAAABwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 3,-4: ind: 3,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAHBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAAegAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAEBwAAAAAAegAAAAAABwAAAAAABwAAAAAAegAAAAAABwAAAAAACwAAAAAACwAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAACwAAAAAAeQAAAAAAegAAAAAABwAAAAAABwAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAMegAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAAeQAAAAAACwAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAACwAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAGBwAAAAAEBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAEBwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAfAAAAAAABwAAAAAJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAfAAAAAAABwAAAAAABwAAAAAAfAAAAAAABwAAAAAACwAAAAAACwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAACwAAAAAAewAAAAAAfAAAAAAABwAAAAAABwAAAAAAfAAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAfAAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAACBwAAAAAABwAAAAADBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAAfAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAALAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAJBwAAAAAABwAAAAAHfAAAAAAAewAAAAAACwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAACwAAAAAA version: 6 4,-4: ind: 4,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAALBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAdgAAAAABdgAAAAAAdgAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAdgAAAAACdgAAAAADdgAAAAACeQAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAdgAAAAABdgAAAAABdgAAAAABeQAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAHQAAAAACHQAAAAABeQAAAAAABwAAAAAJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAABHQAAAAABeQAAAAAAeQAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAQAAAAAAAQAAAAAAAeQAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAEBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAeAAAAAAAeAAAAAABeAAAAAADewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAeAAAAAAAeAAAAAADeAAAAAACewAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAeAAAAAACeAAAAAACeAAAAAACewAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHQAAAAABHQAAAAABHQAAAAADewAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHQAAAAACHQAAAAADewAAAAAAewAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAQAAAAAAAQAAAAAAAewAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 - type: Broadphase - type: Physics @@ -624,11 +624,11 @@ entities: 291: 15,-21 292: 15,-22 - node: - cleanable: True - color: '#EFB341FF' + color: '#FFFFFF4A' id: Bot decals: - 6133: 15,41 + 6792: 18,-56 + 6793: 19,-56 - node: angle: -1.5707963267948966 rad color: '#FFFFFFFF' @@ -775,6 +775,8 @@ entities: 6749: 61,-21 6756: -24,-42 6766: 3,48 + 6786: 62,-7 + 6787: 62,-8 - node: cleanable: True color: '#FFFFFFFF' @@ -913,12 +915,6 @@ entities: 1995: 19,-37 1996: 19,-36 6637: 92,-20 - - node: - color: '#FFFFFFFF' - id: BrickTileDarkBox - decals: - 2122: 18,-56 - 2123: 19,-56 - node: color: '#FFFFFFFF' id: BrickTileDarkCornerNe @@ -2004,7 +2000,6 @@ entities: 1752: 59,-7 1753: 60,-7 1754: 61,-7 - 1755: 62,-7 6360: 53,3 6361: 54,3 6362: 55,3 @@ -2362,14 +2357,13 @@ entities: 1135: -4,24 1145: -4,25 - node: - cleanable: True - color: '#EFB3413B' + color: '#EFB34131' id: BrickTileWhiteLineW decals: - 6149: 14,39 - 6150: 14,40 - 6151: 14,41 - 6152: 14,42 + 6866: 14,39 + 6867: 14,40 + 6868: 14,41 + 6869: 14,42 - node: color: '#EFB34196' id: BrickTileWhiteLineW @@ -2720,15 +2714,14 @@ entities: 6662: -35,-45 6663: -35,-46 - node: - cleanable: True - color: '#EFB34125' + color: '#EFB34131' id: CheckerNWSE decals: - 6144: 15,40 - 6145: 13,42 - 6146: 13,41 - 6147: 13,40 - 6148: 13,39 + 6809: 13,40 + 6810: 13,39 + 6811: 13,41 + 6812: 13,42 + 6865: 15,40 - node: color: '#EFB34196' id: CheckerNWSE @@ -2808,6 +2801,14 @@ entities: 1202: 5,31 1203: 2,31 1204: 2,30 + - node: + color: '#EFB34131' + id: Delivery + decals: + 6861: 15,41 + 6862: 15,41 + 6863: 15,41 + 6864: 15,41 - node: color: '#EFB34196' id: Delivery @@ -4296,8 +4297,6 @@ entities: 4175: 58,-7 4176: 59,-8 4177: 60,-7 - 4178: 62,-8 - 4179: 62,-7 4180: 41,-1 4181: 41,-3 4182: 41,-5 @@ -5484,6 +5483,11 @@ entities: 6757: -36,-45 6758: -35,-44 6759: -35,-46 + 6870: 14,39 + 6871: 13,40 + 6872: 15,42 + 6873: 15,41 + 6874: 16,39 - node: cleanable: True angle: 1.5707963267948966 rad @@ -6318,6 +6322,9 @@ entities: 6763: -38,-44 6764: -38,-46 6765: -37,-46 + 6875: 13,41 + 6876: 15,39 + 6877: 16,41 - node: cleanable: True angle: 1.5707963267948966 rad @@ -6350,6 +6357,9 @@ entities: 6570: 52,-15 6571: 43,4 6761: -36,-44 + 6878: 14,42 + 6879: 14,40 + 6880: 16,42 - node: cleanable: True angle: 1.5707963267948966 rad @@ -6383,6 +6393,11 @@ entities: 6747: -32,-9 6748: -34,-12 6760: -36,-46 + 6881: 13,39 + 6882: 13,42 + 6883: 16,40 + 6884: 13,38 + 6885: 13,38 - node: cleanable: True angle: 1.5707963267948966 rad @@ -6834,6 +6849,14 @@ entities: 2251: 14,24 2252: 13,24 2253: 13,23 + - node: + color: '#FFFFFFFF' + id: MiniTileDarkLineE + decals: + 6794: 9,39 + 6795: 9,40 + 6796: 9,41 + 6797: 9,42 - node: color: '#FFFFFFFF' id: MiniTileDarkLineN @@ -6859,6 +6882,14 @@ entities: 555: -20,18 556: -21,18 557: -19,18 + - node: + color: '#FFFFFFFF' + id: MiniTileDarkLineW + decals: + 6798: 5,39 + 6799: 5,40 + 6800: 5,41 + 6801: 5,42 - node: color: '#9D9D97FF' id: MiniTileWhiteCornerNe @@ -8102,6 +8133,14 @@ entities: decals: 6686: 12,-30 6687: 12,-30 + - node: + color: '#EFB34131' + id: WarnCornerSmallNE + decals: + 6857: 14,39 + 6858: 14,39 + 6859: 14,39 + 6860: 14,39 - node: color: '#EFB3416C' id: WarnCornerSmallNE @@ -8112,12 +8151,6 @@ entities: id: WarnCornerSmallNE decals: 11: -2,-17 - - node: - cleanable: True - color: '#EFB341A1' - id: WarnCornerSmallNE - decals: - 6142: 14,39 - node: color: '#FFFFFFFF' id: WarnCornerSmallNE @@ -8133,6 +8166,14 @@ entities: decals: 6688: 16,-30 6689: 16,-30 + - node: + color: '#EFB34131' + id: WarnCornerSmallNW + decals: + 6853: 16,39 + 6854: 16,39 + 6855: 16,39 + 6856: 16,39 - node: color: '#EFB3416C' id: WarnCornerSmallNW @@ -8144,12 +8185,6 @@ entities: decals: 12: 2,-17 234: 0,-22 - - node: - cleanable: True - color: '#EFB341A1' - id: WarnCornerSmallNW - decals: - 6143: 16,39 - node: color: '#FFFFFFFF' id: WarnCornerSmallNW @@ -8158,6 +8193,14 @@ entities: 1319: 25,23 1320: 29,23 2077: 14,-47 + - node: + color: '#EFB34131' + id: WarnCornerSmallSE + decals: + 6849: 14,42 + 6850: 14,42 + 6851: 14,42 + 6852: 14,42 - node: color: '#EFB34196' id: WarnCornerSmallSE @@ -8166,18 +8209,20 @@ entities: 55: -4,-13 195: 12,-26 270: 25,-14 - - node: - cleanable: True - color: '#EFB341A1' - id: WarnCornerSmallSE - decals: - 6141: 14,42 - node: color: '#FFFFFFFF' id: WarnCornerSmallSE decals: 1439: 55,-33 6341: 51,15 + - node: + color: '#EFB34131' + id: WarnCornerSmallSW + decals: + 6845: 16,42 + 6846: 16,42 + 6847: 16,42 + 6848: 16,42 - node: color: '#EFB34196' id: WarnCornerSmallSW @@ -8185,11 +8230,17 @@ entities: 10: 2,-12 194: 16,-26 - node: - cleanable: True - color: '#EFB341A1' - id: WarnCornerSmallSW + color: '#EFB34131' + id: WarnLineE decals: - 6140: 16,42 + 6819: 14,40 + 6820: 14,40 + 6821: 14,41 + 6822: 14,41 + 6831: 14,40 + 6832: 14,40 + 6833: 14,41 + 6834: 14,41 - node: color: '#EFB34196' id: WarnLineE @@ -8221,13 +8272,6 @@ entities: 6239: 47,14 6240: 47,15 6241: 47,15 - - node: - cleanable: True - color: '#EFB341A1' - id: WarnLineE - decals: - 6138: 14,41 - 6139: 14,40 - node: color: '#FFFFFFFF' id: WarnLineE @@ -8277,6 +8321,14 @@ entities: 6444: 52,-13 6445: 52,-14 6446: 52,-15 + - node: + color: '#EFB34131' + id: WarnLineN + decals: + 6841: 15,42 + 6842: 15,42 + 6843: 15,42 + 6844: 15,42 - node: color: '#EFB34196' id: WarnLineN @@ -8297,12 +8349,6 @@ entities: 1474: 46,14 6228: 46,14 6229: 46,14 - - node: - cleanable: True - color: '#EFB341A1' - id: WarnLineN - decals: - 6137: 15,42 - node: color: '#FFFFFFFF' id: WarnLineN @@ -8331,6 +8377,18 @@ entities: 6201: -44,24 6598: 89,-16 6599: 90,-16 + - node: + color: '#EFB34131' + id: WarnLineS + decals: + 6823: 16,40 + 6824: 16,40 + 6825: 16,41 + 6826: 16,41 + 6827: 16,41 + 6828: 16,40 + 6829: 16,41 + 6830: 16,40 - node: color: '#EFB34196' id: WarnLineS @@ -8364,13 +8422,6 @@ entities: 6235: 45,14 6236: 45,15 6237: 45,16 - - node: - cleanable: True - color: '#EFB341A1' - id: WarnLineS - decals: - 6135: 16,40 - 6136: 16,41 - node: color: '#FFFFFFFF' id: WarnLineS @@ -8395,6 +8446,14 @@ entities: 6693: 14,-30 6694: 15,-30 6695: 15,-30 + - node: + color: '#EFB34131' + id: WarnLineW + decals: + 6837: 15,39 + 6838: 15,39 + 6839: 15,39 + 6840: 15,39 - node: color: '#EFB3416C' id: WarnLineW @@ -8414,12 +8473,6 @@ entities: 27: 6,-14 232: -2,-22 233: -1,-22 - - node: - cleanable: True - color: '#EFB341A1' - id: WarnLineW - decals: - 6134: 15,39 - node: color: '#FFFFFFFF' id: WarnLineW @@ -10910,19 +10963,19 @@ entities: chunks: 0,0: ind: 0,0 - tiles: eQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAIgAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAIgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: ewAAAAAAewAAAAAAegAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHQAAAAABHQAAAAACHQAAAAADfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHQAAAAADHQAAAAACHQAAAAABewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHQAAAAADIgAAAAACHQAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAIgAAAAADewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,-1: ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAIgAAAAAAIgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIgAAAAAAIgAAAAAAIgAAAAAAIgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIgAAAAAAeQAAAAAAewAAAAAAIgAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAfAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAeAAAAAAAfAAAAAAAXQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAZAAAAAAAZAAAAAAAZAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZAAAAAAAewAAAAAAeQAAAAAAZAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZAAAAAAAIgAAAAAAIgAAAAAAZAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZAAAAAAAIgAAAAAAIgAAAAAAZAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAZAAAAAAAZAAAAAAAZAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAIgAAAAAAIgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAIgAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAIgAAAAADIgAAAAABewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIgAAAAADIgAAAAAAIgAAAAACIgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIgAAAAAAewAAAAAAfQAAAAAAIgAAAAABewAAAAAAAAAAAAAAewAAAAAAfgAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAegAAAAAAfgAAAAABXwAAAAAEewAAAAAAegAAAAAAewAAAAAAZgAAAAAAZgAAAAABZgAAAAACewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZgAAAAAAfQAAAAAAewAAAAAAZgAAAAACewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAADWwAAAAADewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZgAAAAACIgAAAAAAIgAAAAACZgAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAABWwAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZgAAAAAAIgAAAAACIgAAAAADZgAAAAADewAAAAAAewAAAAAAewAAAAAAWwAAAAABWwAAAAABWwAAAAACewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAADWwAAAAACWwAAAAABWwAAAAABewAAAAAAegAAAAAAewAAAAAAZgAAAAADZgAAAAABZgAAAAACewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAIgAAAAACIgAAAAABewAAAAAAewAAAAAAAAAAAAAAewAAAAAAewAAAAAAIgAAAAACewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,-1: ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAA version: 6 -1,0: ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 - type: Broadphase - type: Physics @@ -14688,7 +14741,7 @@ entities: pos: -16.5,19.5 parent: 2 - type: Door - secondsUntilStateChange: -31861.26 + secondsUntilStateChange: -32815.203 state: Opening - uid: 4196 components: @@ -19703,6 +19756,182 @@ entities: - type: Transform pos: -17.5,-8.5 parent: 2 +- proto: BenchRedComfy + entities: + - uid: 722 + components: + - type: Transform + pos: -46.5,-20.5 + parent: 2 + - uid: 723 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -49.5,-23.5 + parent: 2 + - uid: 724 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,-1.5 + parent: 2 + - uid: 725 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,-3.5 + parent: 2 + - uid: 726 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,-2.5 + parent: 2 + - uid: 727 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,-1.5 + parent: 2 + - uid: 728 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,-2.5 + parent: 2 + - uid: 729 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,-3.5 + parent: 2 + - uid: 730 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,-1.5 + parent: 2 + - uid: 731 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,-2.5 + parent: 2 + - uid: 732 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,-3.5 + parent: 2 + - uid: 733 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,-3.5 + parent: 2 + - uid: 734 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,-2.5 + parent: 2 + - uid: 735 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,-1.5 + parent: 2 + - uid: 736 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,-1.5 + parent: 2 + - uid: 737 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,-2.5 + parent: 2 + - uid: 738 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,-3.5 + parent: 2 + - uid: 739 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,-3.5 + parent: 2 + - uid: 3856 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,-2.5 + parent: 2 + - uid: 3871 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,-1.5 + parent: 2 + - uid: 3894 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -50.5,-23.5 + parent: 2 + - uid: 3895 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -48.5,-23.5 + parent: 2 + - uid: 3896 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -46.5,-23.5 + parent: 2 + - uid: 3897 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -45.5,-23.5 + parent: 2 + - uid: 3898 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,-23.5 + parent: 2 + - uid: 3899 + components: + - type: Transform + pos: -44.5,-20.5 + parent: 2 + - uid: 3900 + components: + - type: Transform + pos: -45.5,-20.5 + parent: 2 + - uid: 3901 + components: + - type: Transform + pos: -48.5,-20.5 + parent: 2 + - uid: 3902 + components: + - type: Transform + pos: -49.5,-20.5 + parent: 2 + - uid: 3903 + components: + - type: Transform + pos: -50.5,-20.5 + parent: 2 - proto: BikeHorn entities: - uid: 1228 @@ -19884,7 +20113,6 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 6125 - 20230 - uid: 4895 components: @@ -19893,7 +20121,6 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 6125 - 20230 - uid: 20611 components: @@ -19902,7 +20129,6 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 4982 - 20229 - uid: 20612 components: @@ -19911,7 +20137,6 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 4982 - 20229 - uid: 20613 components: @@ -19920,7 +20145,6 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 4982 - 20229 - uid: 21191 components: @@ -19938,6 +20162,16 @@ entities: - type: DeviceLinkSink links: - 21235 + - uid: 21401 + components: + - type: Transform + pos: 18.5,-51.5 + parent: 2 + - uid: 21460 + components: + - type: Transform + pos: 19.5,-51.5 + parent: 2 - proto: BodyBag_Folded entities: - uid: 161 @@ -48064,12 +48298,6 @@ entities: - type: Transform pos: -27.5,-8.5 parent: 2 - - uid: 3856 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,-23.5 - parent: 2 - uid: 3857 components: - type: Transform @@ -48154,12 +48382,6 @@ entities: rot: 1.5707963267948966 rad pos: -48.5,-21.5 parent: 2 - - uid: 3871 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,-20.5 - parent: 2 - uid: 3872 components: - type: Transform @@ -48208,6 +48430,18 @@ entities: rot: 1.5707963267948966 rad pos: -49.5,-23.5 parent: 2 + - uid: 3892 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -48.5,-20.5 + parent: 2 + - uid: 3893 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.5,-23.5 + parent: 2 - proto: CarpetOrange entities: - uid: 555 @@ -53341,112 +53575,6 @@ entities: - type: Transform pos: 39.5,-14.5 parent: 2 - - uid: 722 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,-1.5 - parent: 2 - - uid: 723 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,-2.5 - parent: 2 - - uid: 724 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,-2.5 - parent: 2 - - uid: 725 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,-3.5 - parent: 2 - - uid: 726 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,-2.5 - parent: 2 - - uid: 727 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,-1.5 - parent: 2 - - uid: 728 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,-3.5 - parent: 2 - - uid: 729 - components: - - type: Transform - pos: -30.5,-3.5 - parent: 2 - - uid: 730 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,-1.5 - parent: 2 - - uid: 731 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,-1.5 - parent: 2 - - uid: 732 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,-2.5 - parent: 2 - - uid: 733 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,-3.5 - parent: 2 - - uid: 734 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,-3.5 - parent: 2 - - uid: 735 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,-2.5 - parent: 2 - - uid: 736 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,-1.5 - parent: 2 - - uid: 737 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,-3.5 - parent: 2 - - uid: 738 - components: - - type: Transform - pos: -28.5,-2.5 - parent: 2 - - uid: 739 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,-1.5 - parent: 2 - uid: 740 components: - type: Transform @@ -54008,72 +54136,6 @@ entities: rot: 1.5707963267948966 rad pos: -45.5,-26.5 parent: 2 - - uid: 3892 - components: - - type: Transform - pos: -50.5,-20.5 - parent: 2 - - uid: 3893 - components: - - type: Transform - pos: -49.5,-20.5 - parent: 2 - - uid: 3894 - components: - - type: Transform - pos: -48.5,-20.5 - parent: 2 - - uid: 3895 - components: - - type: Transform - pos: -46.5,-20.5 - parent: 2 - - uid: 3896 - components: - - type: Transform - pos: -45.5,-20.5 - parent: 2 - - uid: 3897 - components: - - type: Transform - pos: -44.5,-20.5 - parent: 2 - - uid: 3898 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,-23.5 - parent: 2 - - uid: 3899 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,-23.5 - parent: 2 - - uid: 3900 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,-23.5 - parent: 2 - - uid: 3901 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -48.5,-23.5 - parent: 2 - - uid: 3902 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,-23.5 - parent: 2 - - uid: 3903 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,-23.5 - parent: 2 - uid: 3906 components: - type: Transform @@ -57180,15 +57242,6 @@ entities: - type: Transform pos: -35.49438,-10.161792 parent: 2 -- proto: ClothingHeadHatBeretWarden - entities: - - uid: 7551 - components: - - type: Transform - parent: 4957 - - type: Physics - canCollide: False - - type: InsideEntityStorage - proto: ClothingHeadHatChickenhead entities: - uid: 16602 @@ -57886,6 +57939,11 @@ entities: - type: Transform pos: 34.5,0.5 parent: 2 + - uid: 21400 + components: + - type: Transform + pos: -17.5,-12.5 + parent: 2 - proto: ComfyChair entities: - uid: 912 @@ -59056,6 +59114,16 @@ entities: parent: 2 - proto: CryogenicSleepUnit entities: + - uid: 4957 + components: + - type: Transform + pos: 62.5,-7.5 + parent: 2 + - uid: 4982 + components: + - type: Transform + pos: 62.5,-6.5 + parent: 2 - uid: 6029 components: - type: Transform @@ -59315,6 +59383,33 @@ entities: - type: Transform pos: -0.5,-22.5 parent: 2 +- proto: DefaultStationBeaconEscapePod + entities: + - uid: 7059 + components: + - type: Transform + pos: 72.5,1.5 + parent: 2 + - uid: 7060 + components: + - type: Transform + pos: 72.5,-2.5 + parent: 2 + - uid: 7551 + components: + - type: Transform + pos: -22.5,-44.5 + parent: 2 + - uid: 9186 + components: + - type: Transform + pos: -18.5,-44.5 + parent: 2 + - uid: 21053 + components: + - type: Transform + pos: 72.5,5.5 + parent: 2 - proto: DefaultStationBeaconEvac entities: - uid: 20876 @@ -64559,6 +64654,18 @@ entities: - type: Transform pos: -35.492134,-15.289576 parent: 2 +- proto: DrinkHotCoffee + entities: + - uid: 21396 + components: + - type: Transform + pos: -17.365364,-18.074903 + parent: 2 + - uid: 21399 + components: + - type: Transform + pos: -17.47544,-18.270594 + parent: 2 - proto: DrinkMilkCarton entities: - uid: 1940 @@ -91898,6 +92005,13 @@ entities: rot: 3.141592653589793 rad pos: 10.5,-1.5 parent: 21128 +- proto: GlassBoxLaserFilled + entities: + - uid: 4983 + components: + - type: Transform + pos: 40.5,-27.5 + parent: 2 - proto: GlowstickBase entities: - uid: 5750 @@ -99386,45 +99500,13 @@ entities: rot: 3.141592653589793 rad pos: 54.5,5.5 parent: 2 -- proto: LockerWardenFilledHardsuit +- proto: LockerWardenFilled entities: - - uid: 4957 + - uid: 4586 components: - type: Transform pos: 5.5,24.5 parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 1.8978093 - - 7.139378 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 4982 - - 4983 - - 7551 - - 6125 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - proto: MachineAnomalyGenerator entities: - uid: 7213 @@ -99490,12 +99572,6 @@ entities: parent: 2 - proto: MachineFrame entities: - - uid: 7060 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 62.5,-7.5 - parent: 2 - uid: 7238 components: - type: Transform @@ -100019,13 +100095,6 @@ entities: - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 4983 - components: - - type: Transform - parent: 4957 - - type: Physics - canCollide: False - - type: InsideEntityStorage - uid: 6591 components: - type: Transform @@ -100052,6 +100121,9 @@ entities: entities: - uid: 15933 components: + - type: MetaData + desc: Commemorating the lost warriors who contributed to bring the world as we know it today. + name: Lost warriors memorial - type: Transform pos: -47.5,-7.5 parent: 2 @@ -100067,6 +100139,16 @@ entities: - type: Transform pos: 68.38368,-28.50458 parent: 2 + - uid: 21461 + components: + - type: Transform + pos: 22.458467,-56.55068 + parent: 2 + - uid: 21462 + components: + - type: Transform + pos: 22.580774,-56.391678 + parent: 2 - proto: MicrophoneInstrument entities: - uid: 4648 @@ -110465,40 +110547,6 @@ entities: - Pressed: Close - Pressed: AutoClose - Pressed: DoorBolt - - uid: 4982 - components: - - type: MetaData - desc: To open and close the blast doors to the perma prison - name: perma door remote - - type: Transform - parent: 4957 - - type: DeviceLinkSource - linkedPorts: - 20613: - - Pressed: Toggle - 20611: - - Pressed: Toggle - 20612: - - Pressed: Toggle - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 6125 - components: - - type: MetaData - desc: Just incase you need a double layer of security to the armory! - name: armory door remote - - type: Transform - parent: 4957 - - type: DeviceLinkSource - linkedPorts: - 4895: - - Pressed: Toggle - 4719: - - Pressed: Toggle - - type: Physics - canCollide: False - - type: InsideEntityStorage - uid: 20229 components: - type: MetaData @@ -120925,12 +120973,6 @@ entities: - Middle: Off - proto: UnfinishedMachineFrame entities: - - uid: 7059 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 62.5,-6.5 - parent: 2 - uid: 8067 components: - type: Transform @@ -121017,11 +121059,6 @@ entities: parent: 2 - proto: VendingMachineBooze entities: - - uid: 4586 - components: - - type: Transform - pos: 40.5,-27.5 - parent: 2 - uid: 14972 components: - type: Transform @@ -139975,6 +140012,11 @@ entities: rot: 1.5707963267948966 rad pos: -31.5,-28.5 parent: 2 + - uid: 6125 + components: + - type: Transform + pos: -24.5,28.5 + parent: 2 - uid: 16324 components: - type: Transform @@ -140358,13 +140400,6 @@ entities: rot: -1.5707963267948966 rad pos: 67.5,-8.5 parent: 2 -- proto: WindoorSecureSecurityLocked - entities: - - uid: 9186 - components: - - type: Transform - pos: -24.5,28.5 - parent: 2 - proto: WindoorServiceLocked entities: - uid: 3716 From 64cecdde8421b29938e4304c3de42cc481102aa5 Mon Sep 17 00:00:00 2001 From: Sybil Date: Mon, 19 Feb 2024 09:40:43 -0600 Subject: [PATCH 016/101] add icons for drinks in Solar's (#25301) * add icons for drinks in Solar's fixed colors of tea * consistently use capitals for color codes * don't add extra whitespace --- .../Objects/Consumable/Drinks/drinks_cups.yml | 12 ++++++++++++ .../Reagents/Consumable/Drink/drinks.yml | 6 +++--- .../Consumable/Drinks/hot_coco.rsi/icon-vend.png | Bin 0 -> 295 bytes .../Consumable/Drinks/hot_coco.rsi/meta.json | 3 +++ .../Drinks/hot_coffee.rsi/icon-vend.png | Bin 0 -> 295 bytes .../Consumable/Drinks/hot_coffee.rsi/meta.json | 3 +++ .../Drinks/teacup.rsi/icon-vend-green-tea.png | Bin 0 -> 196 bytes .../Drinks/teacup.rsi/icon-vend-tea.png | Bin 0 -> 245 bytes .../Consumable/Drinks/teacup.rsi/meta.json | 6 ++++++ 9 files changed, 27 insertions(+), 3 deletions(-) create mode 100644 Resources/Textures/Objects/Consumable/Drinks/hot_coco.rsi/icon-vend.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/hot_coffee.rsi/icon-vend.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/teacup.rsi/icon-vend-green-tea.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/teacup.rsi/icon-vend-tea.png diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_cups.yml b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_cups.yml index 352ea769d9a..1b4e5deb35d 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_cups.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_cups.yml @@ -184,6 +184,9 @@ reagents: - ReagentId: HotCocoa Quantity: 20 + - type: Icon + sprite: Objects/Consumable/Drinks/hot_coco.rsi + state: icon-vend - type: Sprite sprite: Objects/Consumable/Drinks/hot_coco.rsi layers: @@ -209,6 +212,9 @@ reagents: - ReagentId: Coffee Quantity: 20 + - type: Icon + sprite: Objects/Consumable/Drinks/hot_coffee.rsi + state: icon-vend - type: Sprite sprite: Objects/Consumable/Drinks/hot_coffee.rsi layers: @@ -252,6 +258,9 @@ reagents: - ReagentId: Tea Quantity: 20 + - type: Icon + sprite: Objects/Consumable/Drinks/teacup.rsi + state: icon-vend-tea - type: Sprite sprite: Objects/Consumable/Drinks/teacup.rsi layers: @@ -277,6 +286,9 @@ reagents: - ReagentId: GreenTea Quantity: 20 + - type: Icon + sprite: Objects/Consumable/Drinks/teacup.rsi + state: icon-vend-green-tea - type: Sprite sprite: Objects/Consumable/Drinks/teacup.rsi layers: diff --git a/Resources/Prototypes/Reagents/Consumable/Drink/drinks.yml b/Resources/Prototypes/Reagents/Consumable/Drink/drinks.yml index 77a387da7b5..ce93bbc4631 100644 --- a/Resources/Prototypes/Reagents/Consumable/Drink/drinks.yml +++ b/Resources/Prototypes/Reagents/Consumable/Drink/drinks.yml @@ -67,7 +67,7 @@ desc: reagent-desc-green-tea physicalDesc: reagent-physical-desc-aromatic flavor: tea - color: "#C33F00" + color: "#7EB626" metamorphicSprite: sprite: Objects/Consumable/Drinks/glass_green.rsi state: icon @@ -107,7 +107,7 @@ desc: reagent-desc-iced-green-tea physicalDesc: reagent-physical-desc-aromatic flavor: icedtea - color: "#CE4200" + color: "#5B821B" metamorphicSprite: sprite: Objects/Consumable/Drinks/glass_green.rsi state: icon @@ -119,7 +119,7 @@ desc: reagent-desc-iced-tea physicalDesc: reagent-physical-desc-aromatic flavor: icedtea - color: "#104038" + color: "#6C3916" metamorphicSprite: sprite: Objects/Consumable/Drinks/icedteaglass.rsi state: icon diff --git a/Resources/Textures/Objects/Consumable/Drinks/hot_coco.rsi/icon-vend.png b/Resources/Textures/Objects/Consumable/Drinks/hot_coco.rsi/icon-vend.png new file mode 100644 index 0000000000000000000000000000000000000000..765112be764715026b84a09ea1947aa20a14b84f GIT binary patch literal 295 zcmV+?0oeYDP)Px#;Ymb6R9J=WlsyWf~7m)wJ try&VAuF&dw{k1tz@X1NYFbu=|oI4v3LAg002ovPDHLkV1gcBbJ+j@ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/hot_coco.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/hot_coco.rsi/meta.json index 6dfbe5d8c0c..b22da85aa90 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/hot_coco.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/hot_coco.rsi/meta.json @@ -20,6 +20,9 @@ }, { "name": "icon-4" + }, + { + "name": "icon-vend" } ] } diff --git a/Resources/Textures/Objects/Consumable/Drinks/hot_coffee.rsi/icon-vend.png b/Resources/Textures/Objects/Consumable/Drinks/hot_coffee.rsi/icon-vend.png new file mode 100644 index 0000000000000000000000000000000000000000..765112be764715026b84a09ea1947aa20a14b84f GIT binary patch literal 295 zcmV+?0oeYDP)Px#;Ymb6R9J=WlsyWf~7m)wJ try&VAuF&dw{k1tz@X1NYFbu=|oI4v3LAg002ovPDHLkV1gcBbJ+j@ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/hot_coffee.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/hot_coffee.rsi/meta.json index 6dfbe5d8c0c..b22da85aa90 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/hot_coffee.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/hot_coffee.rsi/meta.json @@ -20,6 +20,9 @@ }, { "name": "icon-4" + }, + { + "name": "icon-vend" } ] } diff --git a/Resources/Textures/Objects/Consumable/Drinks/teacup.rsi/icon-vend-green-tea.png b/Resources/Textures/Objects/Consumable/Drinks/teacup.rsi/icon-vend-green-tea.png new file mode 100644 index 0000000000000000000000000000000000000000..5c83dd91ad7c2207c5023d1bc19efa722f92957c GIT binary patch literal 196 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|pfi@Ln2z= zPBP?UQWS8tSBq(wrToTpN8{4D$An*S=IHjSUpVKNY`j%fHoYOo`4H!Z+iNBsx|xz} zygtcp=0jEn7DoY=hv!#l`nrTf?=0@K?Z4~bay6>^cjDiP`F{Kr?{6yQG)g4zeKYOs z-oIa2mrhYy^lSBzCT#|W)sNq5-<~&LW9f$Ujrj^K0lkLKYq!c>tG%zh)a1SJ78M4C s=RNCQKl|U3+*xS*v;b(0BSV9E4v&eF=yhLppwk&VUHx3vIVCg!0Mt`pF8}}l literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/teacup.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/teacup.rsi/meta.json index 6e813512e7c..2666be145a8 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/teacup.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/teacup.rsi/meta.json @@ -21,6 +21,12 @@ }, { "name": "icon-4" + }, + { + "name": "icon-vend-tea" + }, + { + "name": "icon-vend-green-tea" } ] } \ No newline at end of file From 429c683f243e6835eb2316a550ead1f8ad044ecb Mon Sep 17 00:00:00 2001 From: PJBot Date: Mon, 19 Feb 2024 15:41:49 +0000 Subject: [PATCH 017/101] Automatic changelog update --- Resources/Changelog/Changelog.yml | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 77f5e6a0b84..f5041b2c484 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,13 +1,4 @@ Entries: -- author: TheShuEd - changes: - - message: Tesla has been added to the game! Engineers can build a tesla power generator - using a tesla generator, tesla coils, and grounding wands that can be purchased - from the cargo. - type: Add - id: 5465 - time: '2023-12-28T13:11:50.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/21124 - author: TheShuEd changes: - message: thieves can now appear in rounds with nuclear operatives @@ -3864,3 +3855,10 @@ id: 5964 time: '2024-02-19T06:05:43.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/25366 +- author: azurerosegarden + changes: + - message: Drinks in the Solar's Best Hot Drinks menu now show their contents + type: Fix + id: 5965 + time: '2024-02-19T15:40:43.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/25301 From 1d7167b95bbdf32a7811455ad54899df3763d1c5 Mon Sep 17 00:00:00 2001 From: LankLTE <135308300+LankLTE@users.noreply.github.com> Date: Mon, 19 Feb 2024 09:11:20 -0800 Subject: [PATCH 018/101] Small Nymph Changes (#25363) * Emote sounds, accent & doorbump * Oops * Only non-brains can't talk --- Resources/Locale/en-US/accent/accents.ftl | 6 ++++++ .../Prototypes/Accents/full_replacements.yml | 8 ++++++++ Resources/Prototypes/Body/Organs/diona.yml | 4 ++-- .../Prototypes/Entities/Mobs/NPCs/animals.yml | 14 ++++++++++++++ .../Prototypes/Voice/speech_emote_sounds.yml | 6 ++++++ Resources/Prototypes/Voice/speech_emotes.yml | 18 ++++++++++++++++++ 6 files changed, 54 insertions(+), 2 deletions(-) diff --git a/Resources/Locale/en-US/accent/accents.ftl b/Resources/Locale/en-US/accent/accents.ftl index 7b72e5705b9..301c589449d 100644 --- a/Resources/Locale/en-US/accent/accents.ftl +++ b/Resources/Locale/en-US/accent/accents.ftl @@ -118,3 +118,9 @@ accent-words-kobold-6 = Gronk! accent-words-kobold-7 = Hiss! accent-words-kobold-8 = Eeee! accent-words-kobold-9 = Yip. + +# Nymph +accent-words-nymph-1 = Chirp! +accent-words-nymph-2 = Churr... +accent-words-nymph-3 = Cheep? +accent-words-nymph-4 = Chrrup! diff --git a/Resources/Prototypes/Accents/full_replacements.yml b/Resources/Prototypes/Accents/full_replacements.yml index 560757c8f3a..1d1efdcad0e 100644 --- a/Resources/Prototypes/Accents/full_replacements.yml +++ b/Resources/Prototypes/Accents/full_replacements.yml @@ -166,3 +166,11 @@ - accent-words-kobold-7 - accent-words-kobold-8 - accent-words-kobold-9 + +- type: accent + id: nymph + fullReplacements: + - accent-words-nymph-1 + - accent-words-nymph-2 + - accent-words-nymph-3 + - accent-words-nymph-4 diff --git a/Resources/Prototypes/Body/Organs/diona.yml b/Resources/Prototypes/Body/Organs/diona.yml index 23df396dd1e..8b4b78cac06 100644 --- a/Resources/Prototypes/Body/Organs/diona.yml +++ b/Resources/Prototypes/Body/Organs/diona.yml @@ -170,7 +170,7 @@ - type: entity id: OrganDionaNymphStomach - parent: MobDionaNymph + parent: MobDionaNymphAccent noSpawn: true name: diona nymph suffix: Stomach @@ -182,7 +182,7 @@ - type: entity id: OrganDionaNymphLungs - parent: MobDionaNymph + parent: MobDionaNymphAccent noSpawn: true name: diona nymph suffix: Lungs diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml index 855a2d89c6a..1fe2ccb86f7 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml @@ -3165,11 +3165,25 @@ attributes: gender: epicene - type: Speech + speechVerb: Plant - type: Tag tags: + - DoorBumpOpener - VimPilot + - type: Emoting + - type: BodyEmotes + soundsId: Nymph - type: Reform actionPrototype: DionaReformAction reformTime: 10 popupText: diona-reform-attempt reformPrototype: MobDionaReformed + +- type: entity + parent: MobDionaNymph + id: MobDionaNymphAccent # No talky. For non-brain & wild nymphs + suffix: Accent + components: + - type: ReplacementAccent + accent: nymph + \ No newline at end of file diff --git a/Resources/Prototypes/Voice/speech_emote_sounds.yml b/Resources/Prototypes/Voice/speech_emote_sounds.yml index 8df129f7869..3740b995212 100644 --- a/Resources/Prototypes/Voice/speech_emote_sounds.yml +++ b/Resources/Prototypes/Voice/speech_emote_sounds.yml @@ -355,3 +355,9 @@ path: /Audio/Animals/kangaroo_grunt.ogg params: variation: 0.125 + +- type: emoteSounds + id: Nymph + sounds: + Chirp: + path: /Audio/Animals/nymph_chirp.ogg diff --git a/Resources/Prototypes/Voice/speech_emotes.yml b/Resources/Prototypes/Voice/speech_emotes.yml index 86d273dd1c4..0ee67d17c78 100644 --- a/Resources/Prototypes/Voice/speech_emotes.yml +++ b/Resources/Prototypes/Voice/speech_emotes.yml @@ -241,3 +241,21 @@ - buzzes - buzzes. - buzzes! + +- type: emote + id: Chirp + category: Vocal + chatMessages: [chirps!] + chatTriggers: + - chirp + - chirp! + - chirp. + - chirps + - churps. + - chirps! + - chirped + - chirped. + - chirped! + - chirping + - chirping. + - chirping! \ No newline at end of file From bec96f3016cbe67fc1de83cc91def0dcd21c4ac9 Mon Sep 17 00:00:00 2001 From: PJBot Date: Mon, 19 Feb 2024 17:12:26 +0000 Subject: [PATCH 019/101] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index f5041b2c484..0ccda22e800 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: TheShuEd - changes: - - message: thieves can now appear in rounds with nuclear operatives - type: Add - id: 5466 - time: '2023-12-28T23:50:25.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23102 - author: EmoGarbage404 changes: - message: Added station beacons. These devices create custom labels on the station @@ -3862,3 +3855,10 @@ id: 5965 time: '2024-02-19T15:40:43.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/25301 +- author: Lank + changes: + - message: Nymphs can now open doors and chirp. + type: Tweak + id: 5966 + time: '2024-02-19T17:11:20.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/25363 From 16d18abdcfe988e580a9bce3c627066a0aa7409a Mon Sep 17 00:00:00 2001 From: Ioannis Eleftheriou Date: Mon, 19 Feb 2024 18:08:05 +0000 Subject: [PATCH 020/101] Bump nixpkgs rev (#25361) * Bump nixpkgs revision * Update nix-direnv * Remove extra nix functionalities Both nix-direnv and legacy command nix-shell fail. Reverting to flakes-only commands. * Pin nixpkgs per suggestion See https://github.com/space-wizards/space-station-14/pull/25361#discussion_r1494196038 * Revert nix-direnv removal * Add python3 to shell.nix --- .envrc | 4 ++-- flake.lock | 6 +++--- shell.nix | 10 ++++++---- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/.envrc b/.envrc index 5def8fd66a2..7fd05db3e5e 100644 --- a/.envrc +++ b/.envrc @@ -1,4 +1,4 @@ -if ! has nix_direnv_version || ! nix_direnv_version 2.3.0; then - source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/2.3.0/direnvrc" "sha256-Dmd+j63L84wuzgyjITIfSxSD57Tx7v51DMxVZOsiUD8=" +if ! has nix_direnv_version || ! nix_direnv_version 3.0.4; then + source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.4/direnvrc" "sha256-DzlYZ33mWF/Gs8DDeyjr8mnVmQGx7ASYqA5WlxwvBG4=" fi use flake diff --git a/flake.lock b/flake.lock index 6cfa2ba415a..6ab38fa41bd 100644 --- a/flake.lock +++ b/flake.lock @@ -20,11 +20,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1706213598, - "narHash": "sha256-Toz3HEHeq6Esr5uDOMel8BiGSa94gj+og3Yz4YEgjYI=", + "lastModified": 1708210246, + "narHash": "sha256-Q8L9XwrBK53fbuuIFMbjKvoV7ixfLFKLw4yV+SD28Y8=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "cda0e75a0bd7cf05bd3e40658c163e4f8f376b7b", + "rev": "69405156cffbdf2be50153f13cbdf9a0bea38e49", "type": "github" }, "original": { diff --git a/shell.nix b/shell.nix index d3ece6cdb14..da363feda9c 100644 --- a/shell.nix +++ b/shell.nix @@ -1,8 +1,9 @@ -{ pkgs ? import (builtins.fetchTarball { +{ pkgs ? (let lock = builtins.fromJSON (builtins.readFile ./flake.lock); +in import (builtins.fetchTarball { url = - "https://github.com/NixOS/nixpkgs/archive/cda0e75a0bd7cf05bd3e40658c163e4f8f376b7b.tar.gz"; - sha256 = "sha256-Toz3HEHeq6Esr5uDOMel8BiGSa94gj+og3Yz4YEgjYI="; -}) { } }: + "https://github.com/NixOS/nixpkgs/archive/${lock.nodes.nixpkgs.locked.rev}.tar.gz"; + sha256 = lock.nodes.nixpkgs.locked.narHash; +}) { }) }: let dependencies = with pkgs; [ @@ -41,6 +42,7 @@ let dbus at-spi2-core cups + python3 ]; in pkgs.mkShell { name = "space-station-14-devshell"; From 7cf424a7bf0c21164f12b37e30b3509e5ba5617a Mon Sep 17 00:00:00 2001 From: PotentiallyTom <67602105+PotentiallyTom@users.noreply.github.com> Date: Mon, 19 Feb 2024 18:54:02 +0000 Subject: [PATCH 021/101] Adds guidebooks to the 4 learner roles (#25388) added the books --- .../Prototypes/Roles/Jobs/Engineering/technical_assistant.yml | 1 + Resources/Prototypes/Roles/Jobs/Medical/medical_intern.yml | 1 + Resources/Prototypes/Roles/Jobs/Science/research_assistant.yml | 1 + Resources/Prototypes/Roles/Jobs/Security/security_cadet.yml | 1 + 4 files changed, 4 insertions(+) diff --git a/Resources/Prototypes/Roles/Jobs/Engineering/technical_assistant.yml b/Resources/Prototypes/Roles/Jobs/Engineering/technical_assistant.yml index 5043a9c6573..e5a1d80456b 100644 --- a/Resources/Prototypes/Roles/Jobs/Engineering/technical_assistant.yml +++ b/Resources/Prototypes/Roles/Jobs/Engineering/technical_assistant.yml @@ -28,6 +28,7 @@ id: TechnicalAssistantPDA belt: ClothingBeltUtilityEngineering ears: ClothingHeadsetEngineering + pocket2: BookEngineersHandbook innerClothingSkirt: ClothingUniformJumpskirtColorYellow satchel: ClothingBackpackSatchelEngineeringFilled duffelbag: ClothingBackpackDuffelEngineeringFilled diff --git a/Resources/Prototypes/Roles/Jobs/Medical/medical_intern.yml b/Resources/Prototypes/Roles/Jobs/Medical/medical_intern.yml index c6ff734587c..3bdd19b14a4 100644 --- a/Resources/Prototypes/Roles/Jobs/Medical/medical_intern.yml +++ b/Resources/Prototypes/Roles/Jobs/Medical/medical_intern.yml @@ -25,6 +25,7 @@ id: MedicalInternPDA ears: ClothingHeadsetMedical belt: ClothingBeltMedicalFilled + pocket2: BookMedicalReferenceBook innerClothingSkirt: ClothingUniformJumpskirtColorWhite satchel: ClothingBackpackSatchelMedicalFilled duffelbag: ClothingBackpackDuffelMedicalFilled diff --git a/Resources/Prototypes/Roles/Jobs/Science/research_assistant.yml b/Resources/Prototypes/Roles/Jobs/Science/research_assistant.yml index 379cfb8780b..d0865f86a5e 100644 --- a/Resources/Prototypes/Roles/Jobs/Science/research_assistant.yml +++ b/Resources/Prototypes/Roles/Jobs/Science/research_assistant.yml @@ -24,6 +24,7 @@ shoes: ClothingShoesColorWhite id: ResearchAssistantPDA ears: ClothingHeadsetScience + pocket2: BookScientistsGuidebook innerClothingSkirt: ClothingUniformJumpskirtColorWhite satchel: ClothingBackpackSatchelScienceFilled duffelbag: ClothingBackpackDuffelScienceFilled diff --git a/Resources/Prototypes/Roles/Jobs/Security/security_cadet.yml b/Resources/Prototypes/Roles/Jobs/Security/security_cadet.yml index a4a5889ca1e..12ed128b8b5 100644 --- a/Resources/Prototypes/Roles/Jobs/Security/security_cadet.yml +++ b/Resources/Prototypes/Roles/Jobs/Security/security_cadet.yml @@ -32,6 +32,7 @@ id: SecurityCadetPDA ears: ClothingHeadsetSecurity pocket1: WeaponPistolMk58Nonlethal + pocket2: BookSecurity innerClothingSkirt: ClothingUniformJumpskirtColorRed satchel: ClothingBackpackSatchelSecurityFilled duffelbag: ClothingBackpackDuffelSecurityFilled From 706b0725a6d5a500b08b5e0d589ced1081a8ca14 Mon Sep 17 00:00:00 2001 From: PJBot Date: Mon, 19 Feb 2024 18:55:07 +0000 Subject: [PATCH 022/101] Automatic changelog update --- Resources/Changelog/Changelog.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 0ccda22e800..ec5e42068ba 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,12 +1,4 @@ Entries: -- author: EmoGarbage404 - changes: - - message: Added station beacons. These devices create custom labels on the station - map. Order them from cargo today. - type: Add - id: 5467 - time: '2023-12-29T00:02:21.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23136 - author: lzk228 changes: - message: Directional barricade is constructable now! @@ -3862,3 +3854,10 @@ id: 5966 time: '2024-02-19T17:11:20.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/25363 +- author: PotentiallyTom + changes: + - message: Gave guidebooks to the 4 learner roles + type: Tweak + id: 5967 + time: '2024-02-19T18:54:02.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/25388 From e74f3019f7dc36a9e8ba19ae253692ed4af864c7 Mon Sep 17 00:00:00 2001 From: Tayrtahn Date: Mon, 19 Feb 2024 16:29:42 -0500 Subject: [PATCH 023/101] Add support for metamorphic fill levels (#25022) * Added support for fill levels to metamorphic glasses * Fix warnings and cleanup * Don't break non-metamorphic fills! --- .../SolutionContainerVisualsSystem.cs | 45 ++++++++++++++----- .../Chemistry/Reagent/ReagentPrototype.cs | 13 +++++- 2 files changed, 45 insertions(+), 13 deletions(-) diff --git a/Content.Client/Chemistry/Visualizers/SolutionContainerVisualsSystem.cs b/Content.Client/Chemistry/Visualizers/SolutionContainerVisualsSystem.cs index b4486b8c0ee..f1e8e8d7aa4 100644 --- a/Content.Client/Chemistry/Visualizers/SolutionContainerVisualsSystem.cs +++ b/Content.Client/Chemistry/Visualizers/SolutionContainerVisualsSystem.cs @@ -49,12 +49,17 @@ protected override void OnAppearanceChange(EntityUid uid, SolutionContainerVisua if (!args.Sprite.LayerMapTryGet(component.Layer, out var fillLayer)) return; + var maxFillLevels = component.MaxFillLevels; + var fillBaseName = component.FillBaseName; + var changeColor = component.ChangeColor; + var fillSprite = component.MetamorphicDefaultSprite; + // Currently some solution methods such as overflowing will try to update appearance with a // volume greater than the max volume. We'll clamp it so players don't see // a giant error sign and error for debug. if (fraction > 1f) { - Logger.Error("Attempted to set solution container visuals volume ratio on " + ToPrettyString(uid) + " to a value greater than 1. Volume should never be greater than max volume!"); + Log.Error("Attempted to set solution container visuals volume ratio on " + ToPrettyString(uid) + " to a value greater than 1. Volume should never be greater than max volume!"); fraction = 1f; } if (component.Metamorphic) @@ -72,13 +77,23 @@ protected override void OnAppearanceChange(EntityUid uid, SolutionContainerVisua if (reagentProto?.MetamorphicSprite is { } sprite) { args.Sprite.LayerSetSprite(baseLayer, sprite); - args.Sprite.LayerSetVisible(fillLayer, false); + if (reagentProto.MetamorphicMaxFillLevels > 0) + { + args.Sprite.LayerSetVisible(fillLayer, true); + maxFillLevels = reagentProto.MetamorphicMaxFillLevels; + fillBaseName = reagentProto.MetamorphicFillBaseName; + changeColor = reagentProto.MetamorphicChangeColor; + fillSprite = sprite; + } + else + args.Sprite.LayerSetVisible(fillLayer, false); + if (hasOverlay) args.Sprite.LayerSetVisible(overlayLayer, false); - return; } else { + args.Sprite.LayerSetVisible(fillLayer, true); if (hasOverlay) args.Sprite.LayerSetVisible(overlayLayer, true); if (component.MetamorphicDefaultSprite != null) @@ -87,21 +102,27 @@ protected override void OnAppearanceChange(EntityUid uid, SolutionContainerVisua } } } + else + { + args.Sprite.LayerSetVisible(fillLayer, true); + } - int closestFillSprite = ContentHelpers.RoundToLevels(fraction, 1, component.MaxFillLevels + 1); + var closestFillSprite = ContentHelpers.RoundToLevels(fraction, 1, maxFillLevels + 1); if (closestFillSprite > 0) { - if (component.FillBaseName == null) + if (fillBaseName == null) return; - args.Sprite.LayerSetVisible(fillLayer, true); - - var stateName = component.FillBaseName + closestFillSprite; + var stateName = fillBaseName + closestFillSprite; + if (fillSprite != null) + args.Sprite.LayerSetSprite(fillLayer, fillSprite); args.Sprite.LayerSetState(fillLayer, stateName); - if (component.ChangeColor && AppearanceSystem.TryGetData(uid, SolutionContainerVisuals.Color, out var color, args.Component)) + if (changeColor && AppearanceSystem.TryGetData(uid, SolutionContainerVisuals.Color, out var color, args.Component)) args.Sprite.LayerSetColor(fillLayer, color); + else + args.Sprite.LayerSetColor(fillLayer, Color.White); } else { @@ -110,8 +131,10 @@ protected override void OnAppearanceChange(EntityUid uid, SolutionContainerVisua else { args.Sprite.LayerSetState(fillLayer, component.EmptySpriteName); - if (component.ChangeColor) + if (changeColor) args.Sprite.LayerSetColor(fillLayer, component.EmptySpriteColor); + else + args.Sprite.LayerSetColor(fillLayer, Color.White); } } @@ -130,7 +153,7 @@ private void OnGetHeldVisuals(EntityUid uid, SolutionContainerVisualsComponent c if (!AppearanceSystem.TryGetData(uid, SolutionContainerVisuals.FillFraction, out var fraction, appearance)) return; - int closestFillSprite = ContentHelpers.RoundToLevels(fraction, 1, component.InHandsMaxFillLevels + 1); + var closestFillSprite = ContentHelpers.RoundToLevels(fraction, 1, component.InHandsMaxFillLevels + 1); if (closestFillSprite > 0) { diff --git a/Content.Shared/Chemistry/Reagent/ReagentPrototype.cs b/Content.Shared/Chemistry/Reagent/ReagentPrototype.cs index f71afa7f479..5d6d9d21208 100644 --- a/Content.Shared/Chemistry/Reagent/ReagentPrototype.cs +++ b/Content.Shared/Chemistry/Reagent/ReagentPrototype.cs @@ -89,6 +89,15 @@ public sealed partial class ReagentPrototype : IPrototype, IInheritingPrototype [DataField] public SpriteSpecifier? MetamorphicSprite { get; private set; } = null; + [DataField] + public int MetamorphicMaxFillLevels { get; private set; } = 0; + + [DataField] + public string? MetamorphicFillBaseName { get; private set; } = null; + + [DataField] + public bool MetamorphicChangeColor { get; private set; } = true; + /// /// If this reagent is part of a puddle is it slippery. /// @@ -102,7 +111,7 @@ public sealed partial class ReagentPrototype : IPrototype, IInheritingPrototype [DataField] public float Viscosity; - /// + /// /// Should this reagent work on the dead? /// [DataField] @@ -163,7 +172,7 @@ public void ReactionPlant(EntityUid? plantHolder, ReagentQuantity amount, Soluti if (plantMetabolizable.ShouldLog) { var entity = args.SolutionEntity; - EntitySystem.Get().Add(LogType.ReagentEffect, plantMetabolizable.LogImpact, + entMan.System().Add(LogType.ReagentEffect, plantMetabolizable.LogImpact, $"Plant metabolism effect {plantMetabolizable.GetType().Name:effect} of reagent {ID:reagent} applied on entity {entMan.ToPrettyString(entity):entity} at {entMan.GetComponent(entity).Coordinates:coordinates}"); } From 99aa72e30dd79ed2388a449de41a2b3f70491356 Mon Sep 17 00:00:00 2001 From: James Simonson Date: Tue, 20 Feb 2024 06:18:26 +0800 Subject: [PATCH 024/101] Vending UI facelift (#25377) * Convert to fancy window + added footer + add list spacing * margin add --- .../UI/VendingMachineMenu.xaml | 26 ++++++++++++++++--- .../UI/VendingMachineMenu.xaml.cs | 5 ++-- .../vending-machines/vending-machine.ftl | 2 ++ 3 files changed, 27 insertions(+), 6 deletions(-) diff --git a/Content.Client/VendingMachines/UI/VendingMachineMenu.xaml b/Content.Client/VendingMachines/UI/VendingMachineMenu.xaml index a990c4eff64..1fcb1a7898c 100644 --- a/Content.Client/VendingMachines/UI/VendingMachineMenu.xaml +++ b/Content.Client/VendingMachines/UI/VendingMachineMenu.xaml @@ -1,10 +1,28 @@ - + - + + ItemSeparation="2" + Margin="4 0" + SelectMode="Button" + StyleClasses="transparentBackgroundItemList"> + + + + + + - + diff --git a/Content.Client/VendingMachines/UI/VendingMachineMenu.xaml.cs b/Content.Client/VendingMachines/UI/VendingMachineMenu.xaml.cs index a2741cc17ab..8b53290f7fb 100644 --- a/Content.Client/VendingMachines/UI/VendingMachineMenu.xaml.cs +++ b/Content.Client/VendingMachines/UI/VendingMachineMenu.xaml.cs @@ -4,14 +4,15 @@ using Robust.Client.GameObjects; using Robust.Client.Graphics; using Robust.Client.UserInterface.Controls; -using Robust.Client.UserInterface.CustomControls; +using Content.Client.Stylesheets; using Robust.Client.UserInterface.XAML; using Robust.Shared.Prototypes; +using FancyWindow = Content.Client.UserInterface.Controls.FancyWindow; namespace Content.Client.VendingMachines.UI { [GenerateTypedNameReferences] - public sealed partial class VendingMachineMenu : DefaultWindow + public sealed partial class VendingMachineMenu : FancyWindow { [Dependency] private readonly IPrototypeManager _prototypeManager = default!; diff --git a/Resources/Locale/en-US/vending-machines/vending-machine.ftl b/Resources/Locale/en-US/vending-machines/vending-machine.ftl index d527f42cfb6..637a9c7568e 100644 --- a/Resources/Locale/en-US/vending-machines/vending-machine.ftl +++ b/Resources/Locale/en-US/vending-machines/vending-machine.ftl @@ -1 +1,3 @@ vending-machine-thanks = Thanks for using { $name }! +vending-machine-flavor-left = Request refills at cargo +vending-machine-flavor-right = v1.1 From 49460f39b6ed07233acd94b8a293a0e724c54741 Mon Sep 17 00:00:00 2001 From: PJBot Date: Mon, 19 Feb 2024 22:19:32 +0000 Subject: [PATCH 025/101] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index ec5e42068ba..edea268f929 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: lzk228 - changes: - - message: Directional barricade is constructable now! - type: Tweak - id: 5468 - time: '2023-12-29T00:45:10.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/22988 - author: themias changes: - message: Toy swords can be turned on. @@ -3861,3 +3854,10 @@ id: 5967 time: '2024-02-19T18:54:02.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/25388 +- author: jamessimo + changes: + - message: vending machine UI improved + type: Tweak + id: 5968 + time: '2024-02-19T22:18:27.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/25377 From c4c98a2f5986d8d00f8e1f40b95c9ad99a79580b Mon Sep 17 00:00:00 2001 From: Tayrtahn Date: Mon, 19 Feb 2024 17:32:34 -0500 Subject: [PATCH 026/101] Make metamorphic glasses use last solution's empty sprite (#25322) Make metamorphic glasses use empty sprite for the last solution they contained. --- .../Chemistry/EntitySystems/SharedSolutionContainerSystem.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Content.Shared/Chemistry/EntitySystems/SharedSolutionContainerSystem.cs b/Content.Shared/Chemistry/EntitySystems/SharedSolutionContainerSystem.cs index 32ecdd4ba6f..6e762aa5984 100644 --- a/Content.Shared/Chemistry/EntitySystems/SharedSolutionContainerSystem.cs +++ b/Content.Shared/Chemistry/EntitySystems/SharedSolutionContainerSystem.cs @@ -212,8 +212,6 @@ protected void UpdateAppearance(Entity container, Entity sol if (solution.GetPrimaryReagentId() is { } reagent) AppearanceSystem.SetData(uid, SolutionContainerVisuals.BaseOverride, reagent.ToString(), appearanceComponent); - else - AppearanceSystem.SetData(uid, SolutionContainerVisuals.BaseOverride, string.Empty, appearanceComponent); } /// From 023bad8d69409c1acf45ea946a1a581d4c347abf Mon Sep 17 00:00:00 2001 From: marboww <152051971+marboww@users.noreply.github.com> Date: Tue, 20 Feb 2024 05:35:35 +0700 Subject: [PATCH 027/101] Moths can eat plushies (#25382) * Update toys.yml * fix * New sound of eating * Increased eating time * New sounds+sorting --- .../Prototypes/Entities/Objects/Fun/toys.yml | 201 ++++++++++++------ 1 file changed, 141 insertions(+), 60 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Fun/toys.yml b/Resources/Prototypes/Entities/Objects/Fun/toys.yml index f80079b18cc..3e1c056419a 100644 --- a/Resources/Prototypes/Entities/Objects/Fun/toys.yml +++ b/Resources/Prototypes/Entities/Objects/Fun/toys.yml @@ -10,6 +10,7 @@ - type: Tag tags: - Payload + - ClothMade - type: EmitSoundOnUse sound: collection: ToySqueak @@ -38,7 +39,19 @@ Cloth: 100 - type: StaticPrice price: 5 - + - type: Food + requiresSpecialDigestion: true + useSound: + collection: ToySqueak + delay: 2 + - type: SolutionContainerManager + solutions: + food: + maxVol: 10 + reagents: + - ReagentId: Fiber + Quantity: 10 + - type: entity parent: BasePlushie id: PlushieGhost @@ -114,8 +127,15 @@ solutions: bee: reagents: - - ReagentId: GroundBee - Quantity: 10 + - ReagentId: GroundBee + Quantity: 10 + food: + maxVol: 10 + reagents: + - ReagentId: GroundBee + Quantity: 5 + - ReagentId: Fiber + Quantity: 5 - type: Clothing quickEquip: false sprite: Objects/Fun/toys.rsi @@ -143,6 +163,10 @@ - type: EmitSoundOnTrigger sound: path: /Audio/Items/Toys/mousesqueek.ogg + - type: Food + requiresSpecialDigestion: true + useSound: + path: /Audio/Items/Toys/mousesqueek.ogg - type: MeleeWeapon wideAnimationRotation: 180 soundHit: @@ -212,6 +236,10 @@ - type: EmitSoundOnTrigger sound: path: /Audio/Voice/Arachnid/arachnid_laugh.ogg + - type: Food + requiresSpecialDigestion: true + useSound: + path: /Audio/Voice/Arachnid/arachnid_laugh.ogg - type: MeleeWeapon wideAnimationRotation: 180 soundHit: @@ -237,6 +265,10 @@ - type: EmitSoundOnTrigger sound: path: /Audio/Items/Toys/weh.ogg + - type: Food + requiresSpecialDigestion: true + useSound: + path: /Audio/Items/Toys/weh.ogg - type: MeleeWeapon wideAnimationRotation: 180 soundHit: @@ -271,6 +303,10 @@ - type: EmitSoundOnTrigger sound: path: /Audio/Items/Toys/muffled_weh.ogg + - type: Food + requiresSpecialDigestion: true + useSound: + path: /Audio/Items/Toys/muffled_weh.ogg - type: MeleeWeapon wideAnimationRotation: 180 soundHit: @@ -304,10 +340,20 @@ wideAnimationRotation: 180 soundHit: path: /Audio/Items/Toys/toy_rustle.ogg + - type: Food + requiresSpecialDigestion: true + useSound: + path: /Audio/Items/Toys/toy_rustle.ogg - type: SolutionContainerManager solutions: plushie: maxVol: 1 + food: + maxVol: 10 + reagents: + - ReagentId: Fiber + Quantity: 10 + - type: RefillableSolution solution: plushie - type: SolutionContainerVisuals @@ -433,6 +479,10 @@ - type: EmitSoundOnTrigger sound: path: /Audio/Effects/bite.ogg + - type: Food + requiresSpecialDigestion: true + useSound: + path: /Audio/Effects/bite.ogg - type: MeleeWeapon wideAnimationRotation: -90 soundHit: @@ -463,6 +513,10 @@ - type: EmitSoundOnTrigger sound: path: /Audio/Items/Toys/rattle.ogg + - type: Food + requiresSpecialDigestion: true + useSound: + path: /Audio/Items/Toys/rattle.ogg - type: MeleeWeapon wideAnimationRotation: 180 soundHit: @@ -482,6 +536,10 @@ - type: EmitSoundOnTrigger sound: path: /Audio/Items/Toys/mousesqueek.ogg + - type: Food + requiresSpecialDigestion: true + useSound: + path: /Audio/Items/Toys/mousesqueek.ogg - type: MeleeWeapon wideAnimationRotation: -90 soundHit: @@ -515,6 +573,10 @@ - type: EmitSoundOnTrigger sound: path: /Audio/Items/Toys/quack.ogg + - type: Food + requiresSpecialDigestion: true + useSound: + path: /Audio/Items/Toys/mousesqueek.ogg - type: entity parent: BasePlushie @@ -533,6 +595,10 @@ - type: EmitSoundOnTrigger sound: path: /Audio/Voice/Vox/shriek1.ogg + - type: Food + requiresSpecialDigestion: true + useSound: + path: /Audio/Voice/Vox/shriek1.ogg - type: MeleeWeapon wideAnimationRotation: 180 soundHit: @@ -569,10 +635,78 @@ - type: EmitSoundOnTrigger sound: path: /Audio/Weapons/Xeno/alien_spitacid.ogg + - type: Food + requiresSpecialDigestion: true + useSound: + path: /Audio/Items/Toys/mousesqueek.ogg - type: MeleeWeapon wideAnimationRotation: 180 soundHit: path: /Audio/Weapons/Xeno/alien_spitacid.ogg +- type: entity + parent: BasePlushie + id: PlushiePenguin + name: penguin plushie + description: I use arch btw! + components: + - type: Sprite + state: plushie_penguin + +- type: entity + parent: BasePlushie + id: PlushieHuman + name: human plushie + description: This is a felt plush of a human. All craftsmanship is of the lowest quality. The human is naked. The human is crying. The human is screaming. + components: + - type: Sprite + state: plushie_human + - type: EmitSoundOnUse + sound: + path: /Audio/Voice/Human/malescream_1.ogg + - type: EmitSoundOnLand + sound: + path: /Audio/Voice/Human/malescream_2.ogg + - type: EmitSoundOnActivate + sound: + path: /Audio/Voice/Human/malescream_3.ogg + - type: Food + requiresSpecialDigestion: true + useSound: + path: /Audio/Voice/Human/malescream_1.ogg + - type: MeleeWeapon + soundHit: + path: /Audio/Voice/Human/malescream_4.ogg + - type: EmitSoundOnTrigger + sound: + path: /Audio/Voice/Human/malescream_5.ogg + +- type: entity + parent: BasePlushie + id: PlushieMoth + name: moth plushie + description: Cute and fluffy moth plushie. Enjoy, bz! + components: + - type: Sprite + state: plushie_moth + - type: EmitSoundOnUse + sound: + path: /Audio/Voice/Moth/moth_chitter.ogg + - type: EmitSoundOnLand + sound: + path: /Audio/Voice/Moth/moth_chitter.ogg + - type: EmitSoundOnActivate + sound: + path: /Audio/Voice/Moth/moth_chitter.ogg + - type: EmitSoundOnTrigger + sound: + path: /Audio/Voice/Moth/moth_chitter.ogg + - type: MeleeWeapon + soundHit: + path: /Audio/Voice/Moth/moth_chitter.ogg + - type: Food + requiresSpecialDigestion: true + useSound: + path: /Audio/Voice/Moth/moth_chitter.ogg ## Cheapo Figurines @@ -654,6 +788,10 @@ - type: MeleeWeapon soundHit: path: /Audio/Items/Toys/ian.ogg + - type: Food + requiresSpecialDigestion: true + useSound: + path: /Audio/Items/Toys/ian.ogg ## Toyweapons @@ -1237,63 +1375,6 @@ - type: TrashOnSolutionEmpty solution: drink -- type: entity - parent: BasePlushie - id: PlushieMoth - name: moth plushie - description: Cute and fluffy moth plushie. Enjoy, bz! - components: - - type: Sprite - state: plushie_moth - - type: EmitSoundOnUse - sound: - path: /Audio/Voice/Moth/moth_chitter.ogg - - type: EmitSoundOnLand - sound: - path: /Audio/Voice/Moth/moth_chitter.ogg - - type: EmitSoundOnActivate - sound: - path: /Audio/Voice/Moth/moth_chitter.ogg - - type: EmitSoundOnTrigger - sound: - path: /Audio/Voice/Moth/moth_chitter.ogg - - type: MeleeWeapon - soundHit: - path: /Audio/Voice/Moth/moth_chitter.ogg - -- type: entity - parent: BasePlushie - id: PlushiePenguin - name: penguin plushie - description: I use arch btw! - components: - - type: Sprite - state: plushie_penguin - -- type: entity - parent: BasePlushie - id: PlushieHuman - name: human plushie - description: This is a felt plush of a human. All craftsmanship is of the lowest quality. The human is naked. The human is crying. The human is screaming. - components: - - type: Sprite - state: plushie_human - - type: EmitSoundOnUse - sound: - path: /Audio/Voice/Human/malescream_1.ogg - - type: EmitSoundOnLand - sound: - path: /Audio/Voice/Human/malescream_2.ogg - - type: EmitSoundOnActivate - sound: - path: /Audio/Voice/Human/malescream_3.ogg - - type: MeleeWeapon - soundHit: - path: /Audio/Voice/Human/malescream_4.ogg - - type: EmitSoundOnTrigger - sound: - path: /Audio/Voice/Human/malescream_5.ogg - - type: entity parent: BaseItem id: NewtonCradle From 741b9b5062d07d22dab31bee73d3db791fbc67bd Mon Sep 17 00:00:00 2001 From: PJBot Date: Mon, 19 Feb 2024 22:36:40 +0000 Subject: [PATCH 028/101] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index edea268f929..1343007b235 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: themias - changes: - - message: Toy swords can be turned on. - type: Fix - id: 5469 - time: '2023-12-29T00:59:23.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23137 - author: Ubaser changes: - message: Magboots produced by science now have new sprites. @@ -3861,3 +3854,10 @@ id: 5968 time: '2024-02-19T22:18:27.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/25377 +- author: marbow + changes: + - message: Moths can now eat plushies and with a distinctive sound! + type: Add + id: 5969 + time: '2024-02-19T22:35:35.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/25382 From f5cb9a090172336fe1e33e80e3ab4c0d0c5f91e8 Mon Sep 17 00:00:00 2001 From: veprolet <68151557+veprolet@users.noreply.github.com> Date: Mon, 19 Feb 2024 23:36:46 +0100 Subject: [PATCH 029/101] Make pills colorful and labeled (#25284) * Make pills colorful and labeled * Inherit pill sprites from parent --- .../Objects/Specific/Medical/healing.yml | 109 ++++++++++++++++-- 1 file changed, 98 insertions(+), 11 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Specific/Medical/healing.yml b/Resources/Prototypes/Entities/Objects/Specific/Medical/healing.yml index 4d0e801617b..dd17e54efa8 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Medical/healing.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Medical/healing.yml @@ -345,10 +345,16 @@ # Pills - type: entity - name: dexalin pill (10u) + name: pill (dexalin 10u) parent: Pill id: PillDexalin components: + - type: Pill + pillType: 15 + - type: Sprite + state: pill16 + - type: Label + currentLabel: dexalin 10u - type: SolutionContainerManager solutions: food: @@ -358,20 +364,29 @@ Quantity: 10 - type: entity + name: pill canister (dexalin 10u) parent: PillCanister id: PillCanisterDexalin suffix: Dexalin, 7 components: + - type: Label + currentLabel: dexalin 10u - type: StorageFill contents: - id: PillDexalin amount: 7 - type: entity - name: dylovene pill (10u) + name: pill (dylovene 10u) parent: Pill id: PillDylovene components: + - type: Pill + pillType: 9 + - type: Sprite + state: pill10 + - type: Label + currentLabel: dylovene 10u - type: SolutionContainerManager solutions: food: @@ -381,20 +396,29 @@ Quantity: 10 - type: entity + name: pill canister (dylovene 10u) parent: PillCanister id: PillCanisterDylovene suffix: Dylovene, 5 components: + - type: Label + currentLabel: dylovene 10u - type: StorageFill contents: - id: PillDylovene amount: 5 - type: entity - name: hyronalin pill (10u) + name: pill (hyronalin 10u) parent: Pill id: PillHyronalin components: + - type: Pill + pillType: 16 + - type: Sprite + state: pill17 + - type: Label + currentLabel: hyronalin 10u - type: SolutionContainerManager solutions: food: @@ -404,20 +428,29 @@ Quantity: 10 - type: entity + name: pill canister (hyronalin 10u) parent: PillCanister id: PillCanisterHyronalin suffix: Hyronalin, 5 components: + - type: Label + currentLabel: hyronalin 10u - type: StorageFill contents: - id: PillHyronalin amount: 5 - type: entity - name: iron pill (10u) + name: pill (iron 10u) parent: Pill id: PillIron components: + - type: Pill + pillType: 13 + - type: Sprite + state: pill14 + - type: Label + currentLabel: iron 10u - type: SolutionContainerManager solutions: food: @@ -427,10 +460,16 @@ Quantity: 10 - type: entity - name: copper pill (10u) + name: pill (copper 10u) parent: Pill id: PillCopper components: + - type: Pill + pillType: 12 + - type: Sprite + state: pill13 + - type: Label + currentLabel: copper 10u - type: SolutionContainerManager solutions: food: @@ -440,30 +479,42 @@ Quantity: 10 - type: entity + name: pill canister (iron 10u) parent: PillCanister id: PillCanisterIron suffix: Iron, 5 components: + - type: Label + currentLabel: iron 10u - type: StorageFill contents: - id: PillIron amount: 5 - type: entity + name: pill canister (copper 10u) parent: PillCanister id: PillCanisterCopper suffix: Copper, 5 components: + - type: Label + currentLabel: copper 10u - type: StorageFill contents: - id: PillCopper amount: 5 - type: entity - name: kelotane pill (10u) + name: pill (kelotane 10u) parent: Pill id: PillKelotane components: + - type: Pill + pillType: 3 + - type: Sprite + state: pill4 + - type: Label + currentLabel: kelotane 10u - type: SolutionContainerManager solutions: food: @@ -473,20 +524,29 @@ Quantity: 10 - type: entity + name: pill canister (kelotane 10u) parent: PillCanister id: PillCanisterKelotane suffix: Kelotane, 5 components: + - type: Label + currentLabel: kelotane 10u - type: StorageFill contents: - id: PillKelotane amount: 5 - type: entity - name: dermaline pill (10u) + name: pill (dermaline 10u) parent: Pill id: PillDermaline components: + - type: Pill + pillType: 7 + - type: Sprite + state: pill8 + - type: Label + currentLabel: dermaline 10u - type: SolutionContainerManager solutions: food: @@ -496,10 +556,13 @@ Quantity: 10 - type: entity + name: pill canister (dermaline 10u) parent: PillCanister id: PillCanisterDermaline suffix: Dermaline, 5 components: + - type: Label + currentLabel: dermaline 10u - type: StorageFill contents: - id: PillDermaline @@ -519,10 +582,16 @@ Quantity: 15 - type: entity - name: tricordrazine pill (10u) + name: pill (tricordrazine 10u) parent: Pill id: PillTricordrazine components: + - type: Pill + pillType: 2 + - type: Sprite + state: pill3 + - type: Label + currentLabel: tricordrazine 10u - type: SolutionContainerManager solutions: food: @@ -532,20 +601,29 @@ Quantity: 10 - type: entity + name: pill canister (tricordrazine 10u) parent: PillCanister id: PillCanisterTricordrazine suffix: Tricordrazine, 5 components: + - type: Label + currentLabel: tricordrazine 10u - type: StorageFill contents: - id: PillTricordrazine amount: 5 - type: entity - name: bicaridine pill (10u) + name: pill (bicaridine 10u) parent: Pill id: PillBicaridine components: + - type: Pill + pillType: 4 + - type: Sprite + state: pill5 + - type: Label + currentLabel: bicaridine 10u - type: SolutionContainerManager solutions: food: @@ -555,23 +633,29 @@ Quantity: 10 - type: entity + name: pill canister (bicaridine 10u) parent: PillCanister id: PillCanisterBicaridine suffix: Bicaridine, 5 components: + - type: Label + currentLabel: bicaridine 10u - type: StorageFill contents: - id: PillBicaridine amount: 5 - type: entity - name: charcoal pill (10u) + name: pill (charcoal 10u) parent: Pill id: PillCharcoal components: + - type: Pill + pillType: 20 - type: Sprite - sprite: Objects/Specific/Chemistry/pills.rsi state: pill21 + - type: Label + currentLabel: charcoal 10u - type: SolutionContainerManager solutions: food: @@ -581,10 +665,13 @@ Quantity: 10 - type: entity + name: pill canister (charcoal 10u) parent: PillCanister id: PillCanisterCharcoal suffix: Charcoal, 3 components: + - type: Label + currentLabel: charcoal 10u - type: StorageFill contents: - id: PillCharcoal From d72254d17fb730381fc19e70d2d2d1374b7f79b1 Mon Sep 17 00:00:00 2001 From: ArchPigeon Date: Mon, 19 Feb 2024 17:37:44 -0500 Subject: [PATCH 030/101] Add Flammable Touch Reaction for liquid tritium (#25281) --- Resources/Prototypes/Reagents/gases.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Resources/Prototypes/Reagents/gases.yml b/Resources/Prototypes/Reagents/gases.yml index 54bdbf3a405..2566076be7f 100644 --- a/Resources/Prototypes/Reagents/gases.yml +++ b/Resources/Prototypes/Reagents/gases.yml @@ -87,6 +87,12 @@ tileReactions: - !type:FlammableTileReaction temperatureMultiplier: 2.0 + reactiveEffects: + Flammable: + methods: [ Touch ] + effects: + - !type:FlammableReaction + multiplier: 0.8 metabolisms: Poison: effects: From 1e95c700ebb6d8db77014bea8057105482a90904 Mon Sep 17 00:00:00 2001 From: "Mr. 27" <45323883+Dutch-VanDerLinde@users.noreply.github.com> Date: Mon, 19 Feb 2024 17:38:06 -0500 Subject: [PATCH 031/101] randomized sexless species now have epicene gender by default (#25282) Fikss --- .../Preferences/HumanoidCharacterProfile.cs | 24 +++++++++++++------ 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/Content.Shared/Preferences/HumanoidCharacterProfile.cs b/Content.Shared/Preferences/HumanoidCharacterProfile.cs index 09fb0072258..22c37dcfe9e 100644 --- a/Content.Shared/Preferences/HumanoidCharacterProfile.cs +++ b/Content.Shared/Preferences/HumanoidCharacterProfile.cs @@ -181,7 +181,17 @@ public static HumanoidCharacterProfile RandomWithSpecies(string species = Shared age = random.Next(speciesPrototype.MinAge, speciesPrototype.OldAge); // people don't look and keep making 119 year old characters with zero rp, cap it at middle aged } - var gender = sex == Sex.Male ? Gender.Male : Gender.Female; + var gender = Gender.Epicene; + + switch (sex) + { + case Sex.Male: + gender = Gender.Male; + break; + case Sex.Female: + gender = Gender.Female; + break; + } var name = GetName(species, gender); @@ -297,16 +307,16 @@ public HumanoidCharacterProfile WithAntagPreferences(IEnumerable antagPr public HumanoidCharacterProfile WithAntagPreference(string antagId, bool pref) { var list = new List(_antagPreferences); - if(pref) + if (pref) { - if(!list.Contains(antagId)) + if (!list.Contains(antagId)) { list.Add(antagId); } } else { - if(list.Contains(antagId)) + if (list.Contains(antagId)) { list.Remove(antagId); } @@ -319,16 +329,16 @@ public HumanoidCharacterProfile WithTraitPreference(string traitId, bool pref) var list = new List(_traitPreferences); // TODO: Maybe just refactor this to HashSet? Same with _antagPreferences - if(pref) + if (pref) { - if(!list.Contains(traitId)) + if (!list.Contains(traitId)) { list.Add(traitId); } } else { - if(list.Contains(traitId)) + if (list.Contains(traitId)) { list.Remove(traitId); } From 1390b0b63beab1308bd2120b51a2da752737d730 Mon Sep 17 00:00:00 2001 From: PJBot Date: Mon, 19 Feb 2024 22:38:50 +0000 Subject: [PATCH 032/101] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 1343007b235..dc85967dc90 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: Ubaser - changes: - - message: Magboots produced by science now have new sprites. - type: Add - id: 5470 - time: '2023-12-29T03:08:08.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23107 - author: metalgearsloth changes: - message: Added sounds to UI clicking and hovering. @@ -3861,3 +3854,10 @@ id: 5969 time: '2024-02-19T22:35:35.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/25382 +- author: ArchPigeon + changes: + - message: Liquid Tritium can now be used as a chem in flamethrowers + type: Add + id: 5970 + time: '2024-02-19T22:37:45.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/25281 From db809a27f40a0fbc175f675b86d326d0d15cc13f Mon Sep 17 00:00:00 2001 From: Mangohydra <156087924+Mangohydra@users.noreply.github.com> Date: Mon, 19 Feb 2024 18:34:27 -0500 Subject: [PATCH 033/101] Mechanized treatment improvements (#25356) Medical module merge --- .../Entities/Objects/Specific/Robotics/borg_modules.yml | 3 ++- Resources/Prototypes/Research/civilianservices.yml | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Specific/Robotics/borg_modules.yml b/Resources/Prototypes/Entities/Objects/Specific/Robotics/borg_modules.yml index 56fe96973d0..943fdad5180 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Robotics/borg_modules.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Robotics/borg_modules.yml @@ -319,7 +319,7 @@ # medical modules - type: entity - id: BorgModuleDiagnosis + id: BorgModuleDiagnosis # todo: reuse when med refractor is finished parent: [ BaseBorgModuleMedical, BaseProviderBorgModule ] name: diagnosis cyborg module components: @@ -374,6 +374,7 @@ - state: icon-chemist - type: ItemBorgModule items: + - HandheldHealthAnalyzerUnpowered - Beaker - Beaker - BorgDropper diff --git a/Resources/Prototypes/Research/civilianservices.yml b/Resources/Prototypes/Research/civilianservices.yml index 0ba629c8c5c..c3f83e0fc59 100644 --- a/Resources/Prototypes/Research/civilianservices.yml +++ b/Resources/Prototypes/Research/civilianservices.yml @@ -135,10 +135,9 @@ state: medical discipline: CivilianServices tier: 2 - cost: 7500 + cost: 5000 recipeUnlocks: - BorgModuleAdvancedTreatment - - BorgModuleDiagnosis - BorgModuleDefibrillator - type: technology From 2548b13abf882a33ef3bf98c79ddaf91eddfa956 Mon Sep 17 00:00:00 2001 From: Vasilis Date: Tue, 20 Feb 2024 02:36:13 +0100 Subject: [PATCH 034/101] Hotfix: Set round end information for replays back to null on round start instead of round end (#25394) * Hotfix * I dont think i need this now --- Content.Server/GameTicking/GameTicker.Replays.cs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Content.Server/GameTicking/GameTicker.Replays.cs b/Content.Server/GameTicking/GameTicker.Replays.cs index f23482585cc..cbeac793b65 100644 --- a/Content.Server/GameTicking/GameTicker.Replays.cs +++ b/Content.Server/GameTicking/GameTicker.Replays.cs @@ -48,6 +48,10 @@ private void ReplayStartRound() var tempDir = _cfg.GetCVar(CCVars.ReplayAutoRecordTempDir); ResPath? moveToPath = null; + // Set the round end player and text back to null to prevent it from writing the previous round's data. + _replayRoundPlayerInfo = null; + _replayRoundText = null; + if (!string.IsNullOrEmpty(tempDir)) { var baseReplayPath = new ResPath(_cfg.GetCVar(CVars.ReplayDirectory)).ToRootedPath(); @@ -124,9 +128,6 @@ private void ReplaysOnRecordingStopped(MappingDataNode metadata) metadata["roundEndPlayers"] = _serialman.WriteValue(_replayRoundPlayerInfo); metadata["roundEndText"] = new ValueDataNode(_replayRoundText); metadata["server_id"] = new ValueDataNode(_configurationManager.GetCVar(CCVars.ServerId)); - // These should be set to null to prepare them for the next round. - _replayRoundPlayerInfo = null; - _replayRoundText = null; } private ResPath GetAutoReplayPath() From bd4597c5ca8a3c55b17868a2c8aef543d3ea503d Mon Sep 17 00:00:00 2001 From: Leon Friedrich <60421075+ElectroJr@users.noreply.github.com> Date: Mon, 19 Feb 2024 21:08:41 -0500 Subject: [PATCH 035/101] Fix action state handling bug (#25395) * Rejig action state handling * Fix entity arg * Fix deserialization --- Content.Client/Actions/ActionsSystem.cs | 7 ++- .../Tests/Actions/ActionPvsDetachTest.cs | 59 +++++++++++++++++++ .../Actions/ActionContainerSystem.cs | 35 ++++------- Content.Shared/Actions/ActionsComponent.cs | 2 - Content.Shared/Actions/BaseActionComponent.cs | 11 ++-- Content.Shared/Actions/SharedActionsSystem.cs | 26 +++++--- .../EntitySystems/ToggleableClothingSystem.cs | 15 +---- 7 files changed, 103 insertions(+), 52 deletions(-) create mode 100644 Content.IntegrationTests/Tests/Actions/ActionPvsDetachTest.cs diff --git a/Content.Client/Actions/ActionsSystem.cs b/Content.Client/Actions/ActionsSystem.cs index 2343b9eac15..4eaf06b691e 100644 --- a/Content.Client/Actions/ActionsSystem.cs +++ b/Content.Client/Actions/ActionsSystem.cs @@ -78,10 +78,12 @@ private void OnWorldTargetHandleState(EntityUid uid, WorldTargetActionComponent private void BaseHandleState(EntityUid uid, BaseActionComponent component, BaseActionComponentState state) where T : BaseActionComponent { + // TODO ACTIONS use auto comp states component.Icon = state.Icon; component.IconOn = state.IconOn; component.IconColor = state.IconColor; - component.Keywords = new HashSet(state.Keywords); + component.Keywords.Clear(); + component.Keywords.UnionWith(state.Keywords); component.Enabled = state.Enabled; component.Toggled = state.Toggled; component.Cooldown = state.Cooldown; @@ -101,8 +103,7 @@ private void BaseHandleState(EntityUid uid, BaseActionComponent component, Ba component.ItemIconStyle = state.ItemIconStyle; component.Sound = state.Sound; - if (_playerManager.LocalEntity == component.AttachedEntity) - ActionsUpdated?.Invoke(); + UpdateAction(uid, component); } protected override void UpdateAction(EntityUid? actionId, BaseActionComponent? action = null) diff --git a/Content.IntegrationTests/Tests/Actions/ActionPvsDetachTest.cs b/Content.IntegrationTests/Tests/Actions/ActionPvsDetachTest.cs new file mode 100644 index 00000000000..420a90a50bd --- /dev/null +++ b/Content.IntegrationTests/Tests/Actions/ActionPvsDetachTest.cs @@ -0,0 +1,59 @@ +using System.Linq; +using Content.Shared.Actions; +using Content.Shared.Eye; +using Robust.Server.GameObjects; +using Robust.Shared.GameObjects; + +namespace Content.IntegrationTests.Tests.Actions; + +[TestFixture] +public sealed class ActionPvsDetachTest +{ + [Test] + public async Task TestActionDetach() + { + await using var pair = await PoolManager.GetServerClient(new PoolSettings { Connected = true }); + var (server, client) = pair; + var sys = server.System(); + var cSys = client.System(); + + // Spawn mob that has some actions + EntityUid ent = default; + var map = await pair.CreateTestMap(); + await server.WaitPost(() => ent = server.EntMan.SpawnAtPosition("MobHuman", map.GridCoords)); + await pair.RunTicksSync(5); + var cEnt = pair.ToClientUid(ent); + + // Verify that both the client & server agree on the number of actions + var initActions = sys.GetActions(ent).Count(); + Assert.That(initActions, Is.GreaterThan(0)); + Assert.That(initActions, Is.EqualTo(cSys.GetActions(cEnt).Count())); + + // PVS-detach action entities + // We do this by just giving them the ghost layer + var visSys = server.System(); + var enumerator = server.Transform(ent).ChildEnumerator; + while (enumerator.MoveNext(out var child)) + { + visSys.AddLayer(child, (int) VisibilityFlags.Ghost); + } + await pair.RunTicksSync(5); + + // Client's actions have left been detached / are out of view, but action comp state has not changed + Assert.That(sys.GetActions(ent).Count(), Is.EqualTo(initActions)); + Assert.That(cSys.GetActions(cEnt).Count(), Is.EqualTo(initActions)); + + // Re-enter PVS view + enumerator = server.Transform(ent).ChildEnumerator; + while (enumerator.MoveNext(out var child)) + { + visSys.RemoveLayer(child, (int) VisibilityFlags.Ghost); + } + await pair.RunTicksSync(5); + Assert.That(sys.GetActions(ent).Count(), Is.EqualTo(initActions)); + Assert.That(cSys.GetActions(cEnt).Count(), Is.EqualTo(initActions)); + + await server.WaitPost(() => server.EntMan.DeleteEntity(map.MapUid)); + await pair.CleanReturnAsync(); + } +} diff --git a/Content.Shared/Actions/ActionContainerSystem.cs b/Content.Shared/Actions/ActionContainerSystem.cs index 17bcf11bff1..1c5a3ba0d93 100644 --- a/Content.Shared/Actions/ActionContainerSystem.cs +++ b/Content.Shared/Actions/ActionContainerSystem.cs @@ -37,7 +37,7 @@ public override void Initialize() private void OnMindAdded(EntityUid uid, ActionsContainerComponent component, MindAddedMessage args) { - if(!_mind.TryGetMind(uid, out var mindId, out _)) + if (!_mind.TryGetMind(uid, out var mindId, out _)) return; if (!TryComp(mindId, out var mindActionContainerComp)) return; @@ -143,20 +143,15 @@ public void TransferAction( return; DebugTools.AssertEqual(action.Container, newContainer); - DebugTools.AssertNull(action.AttachedEntity); - - if (attached != null) - _actions.AddActionDirect(attached.Value, actionId, action: action); - DebugTools.AssertEqual(action.AttachedEntity, attached); } /// /// Transfers all actions from one container to another, while keeping the attached entity the same. /// - /// <remarks> + /// /// While the attached entity should be the same at the end, this will actually remove and then re-grant the action. - /// </remarks> + /// public void TransferAllActions( EntityUid from, EntityUid to, @@ -305,11 +300,11 @@ private void OnEntityInserted(EntityUid uid, ActionsContainerComponent component if (!_actions.TryGetActionData(args.Entity, out var data)) return; - DebugTools.Assert(data.AttachedEntity == null || data.Container != EntityUid.Invalid); - DebugTools.Assert(data.Container == null || data.Container == uid); - - data.Container = uid; - Dirty(uid, component); + if (data.Container != uid) + { + data.Container = uid; + Dirty(args.Entity, data); + } var ev = new ActionAddedEvent(args.Entity, data); RaiseLocalEvent(uid, ref ev); @@ -320,21 +315,17 @@ private void OnEntityRemoved(EntityUid uid, ActionsContainerComponent component, if (args.Container.ID != ActionsContainerComponent.ContainerId) return; - // Actions should only be getting removed while terminating or moving outside of PVS range. - DebugTools.Assert(Terminating(args.Entity) - || _netMan.IsServer // I love gibbing code - || _timing.ApplyingState); - if (!_actions.TryGetActionData(args.Entity, out var data, false)) return; - // No event - the only entity that should care about this is the entity that the action was provided to. - if (data.AttachedEntity != null) - _actions.RemoveAction(data.AttachedEntity.Value, args.Entity, null, data); - var ev = new ActionRemovedEvent(args.Entity, data); RaiseLocalEvent(uid, ref ev); + + if (data.Container == null) + return; + data.Container = null; + Dirty(args.Entity, data); } private void OnActionAdded(EntityUid uid, ActionsContainerComponent component, ActionAddedEvent args) diff --git a/Content.Shared/Actions/ActionsComponent.cs b/Content.Shared/Actions/ActionsComponent.cs index b810e98d4d3..a081a238671 100644 --- a/Content.Shared/Actions/ActionsComponent.cs +++ b/Content.Shared/Actions/ActionsComponent.cs @@ -26,8 +26,6 @@ public ActionsComponentState(HashSet actions) } } -public readonly record struct ActionMetaData(bool ClientExclusive); - /// /// Determines how the action icon appears in the hotbar for item actions. /// diff --git a/Content.Shared/Actions/BaseActionComponent.cs b/Content.Shared/Actions/BaseActionComponent.cs index 291d9a3ea29..cce7b912c76 100644 --- a/Content.Shared/Actions/BaseActionComponent.cs +++ b/Content.Shared/Actions/BaseActionComponent.cs @@ -4,7 +4,8 @@ namespace Content.Shared.Actions; -// TODO this should be an IncludeDataFields of each action component type, not use inheritance +// TODO ACTIONS make this a seprate component and remove the inheritance stuff. +// TODO ACTIONS convert to auto comp state? // TODO add access attribute. Need to figure out what to do with decal & mapping actions. // [Access(typeof(SharedActionsSystem))] @@ -72,9 +73,9 @@ public abstract partial class BaseActionComponent : Component [DataField("charges")] public int? Charges; /// - /// The max charges this action has, set automatically from + /// The max charges this action has. If null, this is set automatically from on mapinit. /// - public int MaxCharges; + [DataField] public int? MaxCharges; /// /// If enabled, charges will regenerate after a is complete @@ -130,7 +131,7 @@ public EntityUid? EntityIcon /// /// What entity, if any, currently has this action in the actions component? /// - [ViewVariables] public EntityUid? AttachedEntity; + [DataField] public EntityUid? AttachedEntity; /// /// If true, this will cause the the action event to always be raised directed at the action performer/user instead of the action's container/provider. @@ -171,7 +172,7 @@ public abstract class BaseActionComponentState : ComponentState public (TimeSpan Start, TimeSpan End)? Cooldown; public TimeSpan? UseDelay; public int? Charges; - public int MaxCharges; + public int? MaxCharges; public bool RenewCharges; public NetEntity? Container; public NetEntity? EntityIcon; diff --git a/Content.Shared/Actions/SharedActionsSystem.cs b/Content.Shared/Actions/SharedActionsSystem.cs index 90508bff9d7..a6c40c7ae35 100644 --- a/Content.Shared/Actions/SharedActionsSystem.cs +++ b/Content.Shared/Actions/SharedActionsSystem.cs @@ -8,7 +8,6 @@ using Content.Shared.Interaction; using Content.Shared.Inventory.Events; using Content.Shared.Mind; -using Robust.Shared.Audio; using Robust.Shared.Audio.Systems; using Robust.Shared.Containers; using Robust.Shared.GameStates; @@ -35,9 +34,13 @@ public override void Initialize() { base.Initialize(); - SubscribeLocalEvent(OnInit); - SubscribeLocalEvent(OnInit); - SubscribeLocalEvent(OnInit); + SubscribeLocalEvent(OnActionMapInit); + SubscribeLocalEvent(OnActionMapInit); + SubscribeLocalEvent(OnActionMapInit); + + SubscribeLocalEvent(OnActionShutdown); + SubscribeLocalEvent(OnActionShutdown); + SubscribeLocalEvent(OnActionShutdown); SubscribeLocalEvent(OnDidEquip); SubscribeLocalEvent(OnHandEquipped); @@ -60,10 +63,19 @@ public override void Initialize() SubscribeAllEvent(OnActionRequest); } - private void OnInit(EntityUid uid, BaseActionComponent component, MapInitEvent args) + private void OnActionMapInit(EntityUid uid, BaseActionComponent component, MapInitEvent args) + { + if (component.Charges == null) + return; + + component.MaxCharges ??= component.Charges.Value; + Dirty(uid, component); + } + + private void OnActionShutdown(EntityUid uid, BaseActionComponent component, ComponentShutdown args) { - if (component.Charges != null) - component.MaxCharges = component.Charges.Value; + if (component.AttachedEntity != null && !TerminatingOrDeleted(component.AttachedEntity.Value)) + RemoveAction(component.AttachedEntity.Value, uid, action: component); } private void OnShutdown(EntityUid uid, ActionsComponent component, ComponentShutdown args) diff --git a/Content.Shared/Clothing/EntitySystems/ToggleableClothingSystem.cs b/Content.Shared/Clothing/EntitySystems/ToggleableClothingSystem.cs index f03745006fa..0138de7a98f 100644 --- a/Content.Shared/Clothing/EntitySystems/ToggleableClothingSystem.cs +++ b/Content.Shared/Clothing/EntitySystems/ToggleableClothingSystem.cs @@ -170,12 +170,7 @@ private void OnRemoveToggleable(EntityUid uid, ToggleableClothingComponent compo // "outside" of the container or not. This means that if a hardsuit takes too much damage, the helmet will also // automatically be deleted. - // remove action. - if (_actionsSystem.TryGetActionData(component.ActionEntity, out var action) && - action.AttachedEntity != null) - { - _actionsSystem.RemoveAction(action.AttachedEntity.Value, component.ActionEntity); - } + _actionsSystem.RemoveAction(component.ActionEntity); if (component.ClothingUid != null && !_netMan.IsClient) QueueDel(component.ClothingUid.Value); @@ -199,13 +194,7 @@ private void OnRemoveAttached(EntityUid uid, AttachedClothingComponent component if (toggleComp.LifeStage > ComponentLifeStage.Running) return; - // remove action. - if (_actionsSystem.TryGetActionData(toggleComp.ActionEntity, out var action) && - action.AttachedEntity != null) - { - _actionsSystem.RemoveAction(action.AttachedEntity.Value, toggleComp.ActionEntity); - } - + _actionsSystem.RemoveAction(toggleComp.ActionEntity); RemComp(component.AttachedUid, toggleComp); } From 2907e84b6f43f2b3a161a40daaa84fd27e0c83cd Mon Sep 17 00:00:00 2001 From: PJBot Date: Tue, 20 Feb 2024 02:09:47 +0000 Subject: [PATCH 036/101] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index dc85967dc90..88585c379e2 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: metalgearsloth - changes: - - message: Added sounds to UI clicking and hovering. - type: Add - id: 5471 - time: '2023-12-29T04:43:37.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/22410 - author: FairlySadPanda changes: - message: Talking, whispering and emoting will now strip out any markup tags in @@ -3861,3 +3854,10 @@ id: 5970 time: '2024-02-19T22:37:45.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/25281 +- author: ElectroJr + changes: + - message: Fix actions sometimes disappearing. + type: Fix + id: 5971 + time: '2024-02-20T02:08:41.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/25395 From 2e6eaa45c57c7f5ba561d1fb1ef6712d2432a8fa Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Tue, 20 Feb 2024 10:13:31 +0100 Subject: [PATCH 037/101] Fix admin notes and database time nonsense. (#25280) God bloody christ. There's like three layers of shit here. So firstly, apparently we were still using Npgsql.EnableLegacyTimestampBehavior. This means that time values (which are stored UTC in the database) were converted to local time when read out. This meant they were passed around as kind Local to clients (instead of UTC in the case of SQLite). That's easy enough to fix just turn off the flag and fix the couple spots we're passing a local DateTime ez. Oh but it turns out there's a DIFFERENT problem with SQLite: See SQLite we definitely store the DateTimes as UTC, but when Microsoft.Data.Sqlite reads them it reads them as Kind Unspecified instead of Utc. Why are these so bad? Because the admin notes system passes DateTime instances from EF Core straight to the rest of the game code. And that means it's a PAIN IN THE ASS to run the necessary conversions to fix the DateTime instances. GOD DAMNIT now I have to make a whole new set of "Record" entities so we avoid leaking the EF Core model entities. WAAAAAAA. Fixes #19897 --- .../UI/Notes/AdminNotesLine.xaml.cs | 6 +- .../UI/Notes/AdminNotesLinePopup.xaml.cs | 6 +- .../Administration/UI/Notes/NoteEdit.xaml.cs | 6 +- Content.Server.Database/Model.cs | 31 +- Content.Server.Database/ModelPostgres.cs | 5 - .../Administration/Notes/AdminMessageEui.cs | 6 +- .../Notes/AdminNotesExtensions.cs | 28 +- .../Administration/Notes/AdminNotesManager.cs | 12 +- .../Notes/IAdminNotesManager.cs | 8 +- Content.Server/Database/DatabaseRecords.cs | 127 ++++++ Content.Server/Database/PlayerRecord.cs | 32 -- Content.Server/Database/ServerBanNote.cs | 14 - Content.Server/Database/ServerDbBase.cs | 366 ++++++++++++------ Content.Server/Database/ServerDbManager.cs | 122 +++--- Content.Server/Database/ServerDbPostgres.cs | 21 +- Content.Server/Database/ServerDbSqlite.cs | 18 +- Content.Server/Database/ServerRoleBanNote.cs | 14 - .../Administration/Notes/SharedAdminNote.cs | 3 +- Content.Shared/CCVar/CCVars.cs | 2 +- 19 files changed, 501 insertions(+), 326 deletions(-) create mode 100644 Content.Server/Database/DatabaseRecords.cs delete mode 100644 Content.Server/Database/PlayerRecord.cs delete mode 100644 Content.Server/Database/ServerBanNote.cs delete mode 100644 Content.Server/Database/ServerRoleBanNote.cs diff --git a/Content.Client/Administration/UI/Notes/AdminNotesLine.xaml.cs b/Content.Client/Administration/UI/Notes/AdminNotesLine.xaml.cs index e70248880b0..ead1d8b00e5 100644 --- a/Content.Client/Administration/UI/Notes/AdminNotesLine.xaml.cs +++ b/Content.Client/Administration/UI/Notes/AdminNotesLine.xaml.cs @@ -68,7 +68,7 @@ private void Refresh() SeverityRect.Texture = _sprites.Frame0(new SpriteSpecifier.Texture(new ResPath(iconPath))); } - TimeLabel.Text = Note.CreatedAt.ToString("yyyy-MM-dd HH:mm:ss"); + TimeLabel.Text = Note.CreatedAt.ToLocalTime().ToString("yyyy-MM-dd HH:mm:ss"); ServerLabel.Text = Note.ServerName ?? "Unknown"; RoundLabel.Text = Note.Round == null ? "Unknown round" : "Round " + Note.Round; AdminLabel.Text = Note.CreatedByName; @@ -91,7 +91,7 @@ private void Refresh() if (Note.ExpiryTime.Value > DateTime.UtcNow) { ExpiresLabel.Text = Loc.GetString("admin-note-editor-expiry-label-params", - ("date", Note.ExpiryTime.Value.ToString("yyyy-MM-dd HH:mm:ss")), + ("date", Note.ExpiryTime.Value.ToLocalTime().ToString("yyyy-MM-dd HH:mm:ss")), ("expiresIn", (Note.ExpiryTime.Value - DateTime.UtcNow).ToString("d'd 'hh':'mm"))); ExpiresLabel.Modulate = Color.FromHex("#86DC3D"); } @@ -104,7 +104,7 @@ private void Refresh() if (Note.LastEditedAt > Note.CreatedAt) { - EditedLabel.Text = Loc.GetString("admin-notes-edited", ("author", Note.EditedByName), ("date", Note.LastEditedAt)); + EditedLabel.Text = Loc.GetString("admin-notes-edited", ("author", Note.EditedByName), ("date", Note.LastEditedAt.Value.ToLocalTime())); EditedLabel.Visible = true; } diff --git a/Content.Client/Administration/UI/Notes/AdminNotesLinePopup.xaml.cs b/Content.Client/Administration/UI/Notes/AdminNotesLinePopup.xaml.cs index 5ef29513e24..18a50031582 100644 --- a/Content.Client/Administration/UI/Notes/AdminNotesLinePopup.xaml.cs +++ b/Content.Client/Administration/UI/Notes/AdminNotesLinePopup.xaml.cs @@ -36,12 +36,12 @@ public AdminNotesLinePopup(SharedAdminNote note, string playerName, bool showDel ? Loc.GetString("admin-notes-round-id-unknown") : Loc.GetString("admin-notes-round-id", ("id", note.Round)); CreatedByLabel.Text = Loc.GetString("admin-notes-created-by", ("author", note.CreatedByName)); - CreatedAtLabel.Text = Loc.GetString("admin-notes-created-at", ("date", note.CreatedAt.ToString("yyyy-MM-dd HH:mm:ss"))); + CreatedAtLabel.Text = Loc.GetString("admin-notes-created-at", ("date", note.CreatedAt.ToLocalTime().ToString("yyyy-MM-dd HH:mm:ss"))); EditedByLabel.Text = Loc.GetString("admin-notes-last-edited-by", ("author", note.EditedByName)); - EditedAtLabel.Text = Loc.GetString("admin-notes-last-edited-at", ("date", note.LastEditedAt?.ToString("yyyy-MM-dd HH:mm:ss") ?? Loc.GetString("admin-notes-edited-never"))); + EditedAtLabel.Text = Loc.GetString("admin-notes-last-edited-at", ("date", note.LastEditedAt?.ToLocalTime().ToString("yyyy-MM-dd HH:mm:ss") ?? Loc.GetString("admin-notes-edited-never"))); ExpiryTimeLabel.Text = note.ExpiryTime == null ? Loc.GetString("admin-notes-expires-never") - : Loc.GetString("admin-notes-expires", ("expires", note.ExpiryTime.Value.ToString("yyyy-MM-dd HH:mm:ss"))); + : Loc.GetString("admin-notes-expires", ("expires", note.ExpiryTime.Value.ToLocalTime().ToString("yyyy-MM-dd HH:mm:ss"))); NoteTextEdit.InsertAtCursor(note.Message); if (note.NoteType is NoteType.ServerBan or NoteType.RoleBan) diff --git a/Content.Client/Administration/UI/Notes/NoteEdit.xaml.cs b/Content.Client/Administration/UI/Notes/NoteEdit.xaml.cs index 77dde4688d2..6f314f79542 100644 --- a/Content.Client/Administration/UI/Notes/NoteEdit.xaml.cs +++ b/Content.Client/Administration/UI/Notes/NoteEdit.xaml.cs @@ -81,7 +81,7 @@ public NoteEdit(SharedAdminNote? note, string playerName, bool canCreate, bool c { PermanentCheckBox.Pressed = false; UpdatePermanentCheckboxFields(); - ExpiryLineEdit.Text = ExpiryTime.Value.ToString("yyyy-MM-dd HH:mm:ss"); + ExpiryLineEdit.Text = ExpiryTime.Value.ToLocalTime().ToString("yyyy-MM-dd HH:mm:ss"); } } @@ -173,7 +173,7 @@ private void UpdatePermanentCheckboxFields() ExpiryLabel.Visible = !PermanentCheckBox.Pressed; ExpiryLineEdit.Visible = !PermanentCheckBox.Pressed; - ExpiryLineEdit.Text = !PermanentCheckBox.Pressed ? DateTime.UtcNow.ToString("yyyy-MM-dd HH:mm:ss") : string.Empty; + ExpiryLineEdit.Text = !PermanentCheckBox.Pressed ? DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss") : string.Empty; } private void OnSecretPressed(BaseButton.ButtonEventArgs _) @@ -269,7 +269,7 @@ private bool ParseExpiryTime() return false; } - ExpiryTime = result; + ExpiryTime = result.ToUniversalTime(); ExpiryLineEdit.ModulateSelfOverride = null; return true; } diff --git a/Content.Server.Database/Model.cs b/Content.Server.Database/Model.cs index d6dec1dc3e1..f9ec7811f5d 100644 --- a/Content.Server.Database/Model.cs +++ b/Content.Server.Database/Model.cs @@ -874,33 +874,8 @@ public sealed class UploadedResourceLog public byte[] Data { get; set; } = default!; } - public interface IAdminRemarksCommon - { - public int Id { get; } - - public int? RoundId { get; } - public Round? Round { get; } - - public Guid? PlayerUserId { get; } - public Player? Player { get; } - public TimeSpan PlaytimeAtNote { get; } - - public string Message { get; } - - public Player? CreatedBy { get; } - - public DateTime CreatedAt { get; } - - public Player? LastEditedBy { get; } - - public DateTime? LastEditedAt { get; } - public DateTime? ExpirationTime { get; } - - public bool Deleted { get; } - } - [Index(nameof(PlayerUserId))] - public class AdminNote : IAdminRemarksCommon + public class AdminNote { [Required, Key, DatabaseGenerated(DatabaseGeneratedOption.Identity)] public int Id { get; set; } @@ -934,7 +909,7 @@ public class AdminNote : IAdminRemarksCommon } [Index(nameof(PlayerUserId))] - public class AdminWatchlist : IAdminRemarksCommon + public class AdminWatchlist { [Required, Key, DatabaseGenerated(DatabaseGeneratedOption.Identity)] public int Id { get; set; } @@ -965,7 +940,7 @@ public class AdminWatchlist : IAdminRemarksCommon } [Index(nameof(PlayerUserId))] - public class AdminMessage : IAdminRemarksCommon + public class AdminMessage { [Required, Key, DatabaseGenerated(DatabaseGeneratedOption.Identity)] public int Id { get; set; } diff --git a/Content.Server.Database/ModelPostgres.cs b/Content.Server.Database/ModelPostgres.cs index a6b1856ab17..7499d0b0f59 100644 --- a/Content.Server.Database/ModelPostgres.cs +++ b/Content.Server.Database/ModelPostgres.cs @@ -10,11 +10,6 @@ namespace Content.Server.Database { public sealed class PostgresServerDbContext : ServerDbContext { - static PostgresServerDbContext() - { - AppContext.SetSwitch("Npgsql.EnableLegacyTimestampBehavior", true); - } - public PostgresServerDbContext(DbContextOptions options) : base(options) { } diff --git a/Content.Server/Administration/Notes/AdminMessageEui.cs b/Content.Server/Administration/Notes/AdminMessageEui.cs index ddb91aca7c6..c5e0b60172c 100644 --- a/Content.Server/Administration/Notes/AdminMessageEui.cs +++ b/Content.Server/Administration/Notes/AdminMessageEui.cs @@ -13,7 +13,7 @@ public sealed class AdminMessageEui : BaseEui [Dependency] private readonly IAdminNotesManager _notesMan = default!; [Dependency] private readonly IConfigurationManager _cfg = default!; private readonly float _closeWait; - private AdminMessage? _message; + private AdminMessageRecord? _message; private DateTime _startTime; public AdminMessageEui() @@ -22,7 +22,7 @@ public AdminMessageEui() _closeWait = _cfg.GetCVar(CCVars.MessageWaitTime); } - public void SetMessage(AdminMessage message) + public void SetMessage(AdminMessageRecord message) { _message = message; _startTime = DateTime.UtcNow; @@ -37,7 +37,7 @@ public override EuiStateBase GetNewState() _closeWait, _message.Message, _message.CreatedBy?.LastSeenUserName ?? "[System]", - _message.CreatedAt + _message.CreatedAt.UtcDateTime ); } diff --git a/Content.Server/Administration/Notes/AdminNotesExtensions.cs b/Content.Server/Administration/Notes/AdminNotesExtensions.cs index 44ad20eec67..349c7ff3bdf 100644 --- a/Content.Server/Administration/Notes/AdminNotesExtensions.cs +++ b/Content.Server/Administration/Notes/AdminNotesExtensions.cs @@ -1,4 +1,3 @@ -using System.Diagnostics; using Content.Server.Database; using Content.Shared.Administration.Notes; using Content.Shared.Database; @@ -7,7 +6,7 @@ namespace Content.Server.Administration.Notes; public static class AdminNotesExtensions { - public static SharedAdminNote ToShared(this IAdminRemarksCommon note) + public static SharedAdminNote ToShared(this IAdminRemarksRecord note) { NoteSeverity? severity = null; var secret = false; @@ -18,26 +17,26 @@ public static SharedAdminNote ToShared(this IAdminRemarksCommon note) bool? seen = null; switch (note) { - case AdminNote adminNote: + case AdminNoteRecord adminNote: type = NoteType.Note; severity = adminNote.Severity; secret = adminNote.Secret; break; - case AdminWatchlist: + case AdminWatchlistRecord: type = NoteType.Watchlist; secret = true; break; - case AdminMessage adminMessage: + case AdminMessageRecord adminMessage: type = NoteType.Message; seen = adminMessage.Seen; break; - case ServerBanNote ban: + case ServerBanNoteRecord ban: type = NoteType.ServerBan; severity = ban.Severity; unbannedTime = ban.UnbanTime; unbannedByName = ban.UnbanningAdmin?.LastSeenUserName ?? Loc.GetString("system-user"); break; - case ServerRoleBanNote roleBan: + case ServerRoleBanNoteRecord roleBan: type = NoteType.RoleBan; severity = roleBan.Severity; bannedRoles = roleBan.Roles; @@ -49,12 +48,13 @@ public static SharedAdminNote ToShared(this IAdminRemarksCommon note) } // There may be bans without a user, but why would we ever be converting them to shared notes? - if (note.PlayerUserId is null) - throw new ArgumentNullException(nameof(note.PlayerUserId), "Player user ID cannot be null for a note"); + if (note.Player is null) + throw new ArgumentNullException(nameof(note), "Player user ID cannot be null for a note"); + return new SharedAdminNote( note.Id, - note.PlayerUserId.Value, - note.RoundId, + note.Player!.UserId, + note.Round?.Id, note.Round?.Server.Name, note.PlaytimeAtNote, type, @@ -63,9 +63,9 @@ public static SharedAdminNote ToShared(this IAdminRemarksCommon note) secret, note.CreatedBy?.LastSeenUserName ?? Loc.GetString("system-user"), note.LastEditedBy?.LastSeenUserName ?? string.Empty, - note.CreatedAt, - note.LastEditedAt, - note.ExpirationTime, + note.CreatedAt.UtcDateTime, + note.LastEditedAt?.UtcDateTime, + note.ExpirationTime?.UtcDateTime, bannedRoles, unbannedTime, unbannedByName, diff --git a/Content.Server/Administration/Notes/AdminNotesManager.cs b/Content.Server/Administration/Notes/AdminNotesManager.cs index 0c1e7f3daad..e09e1906486 100644 --- a/Content.Server/Administration/Notes/AdminNotesManager.cs +++ b/Content.Server/Administration/Notes/AdminNotesManager.cs @@ -144,7 +144,7 @@ public async Task AddAdminRemark(ICommonSession createdBy, Guid player, NoteType var note = new SharedAdminNote( noteId, - player, + (NetUserId) player, roundId, serverName, playtime, @@ -306,27 +306,27 @@ public async Task ModifyAdminRemark(int noteId, NoteType type, ICommonSession ed NoteModified?.Invoke(newNote); } - public async Task> GetAllAdminRemarks(Guid player) + public async Task> GetAllAdminRemarks(Guid player) { return await _db.GetAllAdminRemarks(player); } - public async Task> GetVisibleRemarks(Guid player) + public async Task> GetVisibleRemarks(Guid player) { if (_config.GetCVar(CCVars.SeeOwnNotes)) { return await _db.GetVisibleAdminNotes(player); } _sawmill.Warning($"Someone tried to call GetVisibleNotes for {player} when see_own_notes was false"); - return new List(); + return new List(); } - public async Task> GetActiveWatchlists(Guid player) + public async Task> GetActiveWatchlists(Guid player) { return await _db.GetActiveWatchlists(player); } - public async Task> GetNewMessages(Guid player) + public async Task> GetNewMessages(Guid player) { return await _db.GetMessages(player); } diff --git a/Content.Server/Administration/Notes/IAdminNotesManager.cs b/Content.Server/Administration/Notes/IAdminNotesManager.cs index a726bd11c82..81ebd3e7166 100644 --- a/Content.Server/Administration/Notes/IAdminNotesManager.cs +++ b/Content.Server/Administration/Notes/IAdminNotesManager.cs @@ -26,24 +26,24 @@ public interface IAdminNotesManager /// /// Desired player's /// ALL non-deleted notes, secret or not - Task> GetAllAdminRemarks(Guid player); + Task> GetAllAdminRemarks(Guid player); /// /// Queries the database and retrieves the notes a player should see /// /// Desired player's /// All player-visible notes - Task> GetVisibleRemarks(Guid player); + Task> GetVisibleRemarks(Guid player); /// /// Queries the database and retrieves watchlists that may have been placed on the player /// /// Desired player's /// Active watchlists - Task> GetActiveWatchlists(Guid player); + Task> GetActiveWatchlists(Guid player); /// /// Queries the database and retrieves new messages a player has gotten /// /// Desired player's /// All unread messages - Task> GetNewMessages(Guid player); + Task> GetNewMessages(Guid player); Task MarkMessageAsSeen(int id); } diff --git a/Content.Server/Database/DatabaseRecords.cs b/Content.Server/Database/DatabaseRecords.cs new file mode 100644 index 00000000000..af740a4d74c --- /dev/null +++ b/Content.Server/Database/DatabaseRecords.cs @@ -0,0 +1,127 @@ +using System.Collections.Immutable; +using System.Net; +using Content.Shared.Database; +using Robust.Shared.Network; + +namespace Content.Server.Database; + +// This file contains copies of records returned from the database. +// We can't return the raw EF Core entities as they are often unsuited. +// (e.g. datetime handling of Microsoft.Data.Sqlite) + +public interface IAdminRemarksRecord +{ + public int Id { get; } + + public RoundRecord? Round { get; } + + public PlayerRecord? Player { get; } + public TimeSpan PlaytimeAtNote { get; } + + public string Message { get; } + + public PlayerRecord? CreatedBy { get; } + + public DateTimeOffset CreatedAt { get; } + + public PlayerRecord? LastEditedBy { get; } + + public DateTimeOffset? LastEditedAt { get; } + public DateTimeOffset? ExpirationTime { get; } + + public bool Deleted { get; } +} + +public sealed record ServerRoleBanNoteRecord( + int Id, + RoundRecord? Round, + PlayerRecord? Player, + TimeSpan PlaytimeAtNote, + string Message, + NoteSeverity Severity, + PlayerRecord? CreatedBy, + DateTimeOffset CreatedAt, + PlayerRecord? LastEditedBy, + DateTimeOffset? LastEditedAt, + DateTimeOffset? ExpirationTime, + bool Deleted, + string[] Roles, + PlayerRecord? UnbanningAdmin, + DateTime? UnbanTime) : IAdminRemarksRecord; + +public sealed record ServerBanNoteRecord( + int Id, + RoundRecord? Round, + PlayerRecord? Player, + TimeSpan PlaytimeAtNote, + string Message, + NoteSeverity Severity, + PlayerRecord? CreatedBy, + DateTimeOffset CreatedAt, + PlayerRecord? LastEditedBy, + DateTimeOffset? LastEditedAt, + DateTimeOffset? ExpirationTime, + bool Deleted, + PlayerRecord? UnbanningAdmin, + DateTime? UnbanTime) : IAdminRemarksRecord; + +public sealed record AdminNoteRecord( + int Id, + RoundRecord? Round, + PlayerRecord? Player, + TimeSpan PlaytimeAtNote, + string Message, + NoteSeverity Severity, + PlayerRecord? CreatedBy, + DateTimeOffset CreatedAt, + PlayerRecord? LastEditedBy, + DateTimeOffset? LastEditedAt, + DateTimeOffset? ExpirationTime, + bool Deleted, + PlayerRecord? DeletedBy, + DateTimeOffset? DeletedAt, + bool Secret) : IAdminRemarksRecord; + +public sealed record AdminWatchlistRecord( + int Id, + RoundRecord? Round, + PlayerRecord? Player, + TimeSpan PlaytimeAtNote, + string Message, + PlayerRecord? CreatedBy, + DateTimeOffset CreatedAt, + PlayerRecord? LastEditedBy, + DateTimeOffset? LastEditedAt, + DateTimeOffset? ExpirationTime, + bool Deleted, + PlayerRecord? DeletedBy, + DateTimeOffset? DeletedAt) : IAdminRemarksRecord; + +public sealed record AdminMessageRecord( + int Id, + RoundRecord? Round, + PlayerRecord? Player, + TimeSpan PlaytimeAtNote, + string Message, + PlayerRecord? CreatedBy, + DateTimeOffset CreatedAt, + PlayerRecord? LastEditedBy, + DateTimeOffset? LastEditedAt, + DateTimeOffset? ExpirationTime, + bool Deleted, + PlayerRecord? DeletedBy, + DateTimeOffset? DeletedAt, + bool Seen) : IAdminRemarksRecord; + + +public sealed record PlayerRecord( + NetUserId UserId, + DateTimeOffset FirstSeenTime, + string LastSeenUserName, + DateTimeOffset LastSeenTime, + IPAddress LastSeenAddress, + ImmutableArray? HWId); + +public sealed record RoundRecord(int Id, DateTimeOffset StartDate, ServerRecord Server); + +public sealed record ServerRecord(int Id, string Name); diff --git a/Content.Server/Database/PlayerRecord.cs b/Content.Server/Database/PlayerRecord.cs deleted file mode 100644 index cfcebe1c02c..00000000000 --- a/Content.Server/Database/PlayerRecord.cs +++ /dev/null @@ -1,32 +0,0 @@ -using System.Collections.Immutable; -using System.Net; -using Robust.Shared.Network; - -namespace Content.Server.Database -{ - public sealed class PlayerRecord - { - public NetUserId UserId { get; } - public ImmutableArray? HWId { get; } - public DateTimeOffset FirstSeenTime { get; } - public string LastSeenUserName { get; } - public DateTimeOffset LastSeenTime { get; } - public IPAddress LastSeenAddress { get; } - - public PlayerRecord( - NetUserId userId, - DateTimeOffset firstSeenTime, - string lastSeenUserName, - DateTimeOffset lastSeenTime, - IPAddress lastSeenAddress, - ImmutableArray? hwId) - { - UserId = userId; - FirstSeenTime = firstSeenTime; - LastSeenUserName = lastSeenUserName; - LastSeenTime = lastSeenTime; - LastSeenAddress = lastSeenAddress; - HWId = hwId; - } - } -} diff --git a/Content.Server/Database/ServerBanNote.cs b/Content.Server/Database/ServerBanNote.cs deleted file mode 100644 index 4e556500900..00000000000 --- a/Content.Server/Database/ServerBanNote.cs +++ /dev/null @@ -1,14 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using Content.Shared.Database; - -namespace Content.Server.Database -{ - public record ServerBanNote(int Id, int? RoundId, Round? Round, Guid? PlayerUserId, Player? Player, - TimeSpan PlaytimeAtNote, string Message, NoteSeverity Severity, Player? CreatedBy, DateTime CreatedAt, - Player? LastEditedBy, DateTime? LastEditedAt, DateTime? ExpirationTime, bool Deleted, Player? UnbanningAdmin, - DateTime? UnbanTime) : IAdminRemarksCommon; -} diff --git a/Content.Server/Database/ServerDbBase.cs b/Content.Server/Database/ServerDbBase.cs index 27ccb6ee0ea..fe42d73ae95 100644 --- a/Content.Server/Database/ServerDbBase.cs +++ b/Content.Server/Database/ServerDbBase.cs @@ -1,4 +1,5 @@ using System.Collections.Immutable; +using System.Diagnostics.CodeAnalysis; using System.Linq; using System.Net; using System.Runtime.CompilerServices; @@ -356,7 +357,7 @@ public abstract Task> GetServerBansAsync( public abstract Task AddServerBanAsync(ServerBanDef serverBan); public abstract Task AddServerUnbanAsync(ServerUnbanDef serverUnban); - public async Task EditServerBan(int id, string reason, NoteSeverity severity, DateTime? expiration, Guid editedBy, DateTime editedAt) + public async Task EditServerBan(int id, string reason, NoteSeverity severity, DateTimeOffset? expiration, Guid editedBy, DateTimeOffset editedAt) { await using var db = await GetDb(); @@ -365,9 +366,9 @@ public async Task EditServerBan(int id, string reason, NoteSeverity severity, Da return; ban.Severity = severity; ban.Reason = reason; - ban.ExpirationTime = expiration; + ban.ExpirationTime = expiration?.UtcDateTime; ban.LastEditedById = editedBy; - ban.LastEditedAt = editedAt; + ban.LastEditedAt = editedAt.UtcDateTime; await db.DbContext.SaveChangesAsync(); } @@ -448,7 +449,7 @@ public abstract Task> GetServerRoleBansAsync(IPAddress? a public abstract Task AddServerRoleBanAsync(ServerRoleBanDef serverRoleBan); public abstract Task AddServerRoleUnbanAsync(ServerRoleUnbanDef serverRoleUnban); - public async Task EditServerRoleBan(int id, string reason, NoteSeverity severity, DateTime? expiration, Guid editedBy, DateTime editedAt) + public async Task EditServerRoleBan(int id, string reason, NoteSeverity severity, DateTimeOffset? expiration, Guid editedBy, DateTimeOffset editedAt) { await using var db = await GetDb(); @@ -457,9 +458,9 @@ public async Task EditServerRoleBan(int id, string reason, NoteSeverity severity return; ban.Severity = severity; ban.Reason = reason; - ban.ExpirationTime = expiration; + ban.ExpirationTime = expiration?.UtcDateTime; ban.LastEditedById = editedBy; - ban.LastEditedAt = editedAt; + ban.LastEditedAt = editedAt.UtcDateTime; await db.DbContext.SaveChangesAsync(); } #endregion @@ -571,7 +572,21 @@ public async Task UpdatePlayerRecord( return record == null ? null : MakePlayerRecord(record); } - protected abstract PlayerRecord MakePlayerRecord(Player player); + [return: NotNullIfNotNull(nameof(player))] + protected PlayerRecord? MakePlayerRecord(Player? player) + { + if (player == null) + return null; + + return new PlayerRecord( + new NetUserId(player.UserId), + new DateTimeOffset(NormalizeDatabaseTime(player.FirstSeenTime)), + player.LastSeenUserName, + new DateTimeOffset(NormalizeDatabaseTime(player.LastSeenTime)), + player.LastSeenAddress, + player.LastSeenHWId?.ToImmutableArray()); + } + #endregion #region Connection Logs @@ -733,6 +748,18 @@ INSERT INTO player_round (players_id, rounds_id) VALUES ({players[player]}, {id} await db.DbContext.SaveChangesAsync(); } + [return: NotNullIfNotNull(nameof(round))] + protected RoundRecord? MakeRoundRecord(Round? round) + { + if (round == null) + return null; + + return new RoundRecord( + round.Id, + NormalizeDatabaseTime(round.StartDate), + MakeServerRecord(round.Server)); + } + public async Task UpdateAdminRankAsync(AdminRank rank, CancellationToken cancel) { await using var db = await GetDb(); @@ -772,6 +799,15 @@ public async Task UpdateAdminRankAsync(AdminRank rank, CancellationToken cancel) return (server, false); } + [return: NotNullIfNotNull(nameof(server))] + protected ServerRecord? MakeServerRecord(Server? server) + { + if (server == null) + return null; + + return new ServerRecord(server.Id, server.Name); + } + public async Task AddAdminLogs(List logs) { DebugTools.Assert(logs.All(x => x.RoundId > 0), "Adding logs with invalid round ids."); @@ -943,17 +979,17 @@ public async Task RemoveFromWhitelistAsync(NetUserId player) await db.DbContext.SaveChangesAsync(); } - public async Task GetLastReadRules(NetUserId player) + public async Task GetLastReadRules(NetUserId player) { await using var db = await GetDb(); - return await db.DbContext.Player + return NormalizeDatabaseTime(await db.DbContext.Player .Where(dbPlayer => dbPlayer.UserId == player) .Select(dbPlayer => dbPlayer.LastReadRules) - .SingleOrDefaultAsync(); + .SingleOrDefaultAsync()); } - public async Task SetLastReadRules(NetUserId player, DateTime date) + public async Task SetLastReadRules(NetUserId player, DateTimeOffset date) { await using var db = await GetDb(); @@ -963,7 +999,7 @@ public async Task SetLastReadRules(NetUserId player, DateTime date) return; } - dbPlayer.LastReadRules = date; + dbPlayer.LastReadRules = date.UtcDateTime; await db.DbContext.SaveChangesAsync(); } @@ -971,11 +1007,11 @@ public async Task SetLastReadRules(NetUserId player, DateTime date) #region Uploaded Resources Logs - public async Task AddUploadedResourceLogAsync(NetUserId user, DateTime date, string path, byte[] data) + public async Task AddUploadedResourceLogAsync(NetUserId user, DateTimeOffset date, string path, byte[] data) { await using var db = await GetDb(); - db.DbContext.UploadedResourceLog.Add(new UploadedResourceLog() { UserId = user, Date = date, Path = path, Data = data }); + db.DbContext.UploadedResourceLog.Add(new UploadedResourceLog() { UserId = user, Date = date.UtcDateTime, Path = path, Data = data }); await db.DbContext.SaveChangesAsync(); } @@ -983,7 +1019,7 @@ public async Task PurgeUploadedResourceLogAsync(int days) { await using var db = await GetDb(); - var date = DateTime.Now.Subtract(TimeSpan.FromDays(days)); + var date = DateTime.UtcNow.Subtract(TimeSpan.FromDays(days)); await foreach (var log in db.DbContext.UploadedResourceLog .Where(l => date > l.Date) @@ -1023,10 +1059,10 @@ public virtual async Task AddAdminMessage(AdminMessage message) return message.Id; } - public async Task GetAdminNote(int id) + public async Task GetAdminNote(int id) { await using var db = await GetDb(); - return await db.DbContext.AdminNotes + var entity = await db.DbContext.AdminNotes .Where(note => note.Id == id) .Include(note => note.Round) .ThenInclude(r => r!.Server) @@ -1035,12 +1071,34 @@ public virtual async Task AddAdminMessage(AdminMessage message) .Include(note => note.DeletedBy) .Include(note => note.Player) .SingleOrDefaultAsync(); + + return entity == null ? null : MakeAdminNoteRecord(entity); } - public async Task GetAdminWatchlist(int id) + private AdminNoteRecord MakeAdminNoteRecord(AdminNote entity) + { + return new AdminNoteRecord( + entity.Id, + MakeRoundRecord(entity.Round), + MakePlayerRecord(entity.Player), + entity.PlaytimeAtNote, + entity.Message, + entity.Severity, + MakePlayerRecord(entity.CreatedBy), + NormalizeDatabaseTime(entity.CreatedAt), + MakePlayerRecord(entity.LastEditedBy), + NormalizeDatabaseTime(entity.LastEditedAt), + NormalizeDatabaseTime(entity.ExpirationTime), + entity.Deleted, + MakePlayerRecord(entity.DeletedBy), + NormalizeDatabaseTime(entity.DeletedAt), + entity.Secret); + } + + public async Task GetAdminWatchlist(int id) { await using var db = await GetDb(); - return await db.DbContext.AdminWatchlists + var entity = await db.DbContext.AdminWatchlists .Where(note => note.Id == id) .Include(note => note.Round) .ThenInclude(r => r!.Server) @@ -1049,12 +1107,14 @@ public virtual async Task AddAdminMessage(AdminMessage message) .Include(note => note.DeletedBy) .Include(note => note.Player) .SingleOrDefaultAsync(); + + return entity == null ? null : MakeAdminWatchlistRecord(entity); } - public async Task GetAdminMessage(int id) + public async Task GetAdminMessage(int id) { await using var db = await GetDb(); - return await db.DbContext.AdminMessages + var entity = await db.DbContext.AdminMessages .Where(note => note.Id == id) .Include(note => note.Round) .ThenInclude(r => r!.Server) @@ -1063,9 +1123,30 @@ public virtual async Task AddAdminMessage(AdminMessage message) .Include(note => note.DeletedBy) .Include(note => note.Player) .SingleOrDefaultAsync(); + + return entity == null ? null : MakeAdminMessageRecord(entity); } - public async Task GetServerBanAsNoteAsync(int id) + private AdminMessageRecord MakeAdminMessageRecord(AdminMessage entity) + { + return new AdminMessageRecord( + entity.Id, + MakeRoundRecord(entity.Round), + MakePlayerRecord(entity.Player), + entity.PlaytimeAtNote, + entity.Message, + MakePlayerRecord(entity.CreatedBy), + NormalizeDatabaseTime(entity.CreatedAt), + MakePlayerRecord(entity.LastEditedBy), + NormalizeDatabaseTime(entity.LastEditedAt), + NormalizeDatabaseTime(entity.ExpirationTime), + entity.Deleted, + MakePlayerRecord(entity.DeletedBy), + NormalizeDatabaseTime(entity.DeletedAt), + entity.Seen); + } + + public async Task GetServerBanAsNoteAsync(int id) { await using var db = await GetDb(); @@ -1082,22 +1163,37 @@ public virtual async Task AddAdminMessage(AdminMessage message) return null; var player = await db.DbContext.Player.SingleOrDefaultAsync(p => p.UserId == ban.PlayerUserId); - return new ServerBanNote(ban.Id, ban.RoundId, ban.Round, ban.PlayerUserId, player, - ban.PlaytimeAtNote, ban.Reason, ban.Severity, ban.CreatedBy, ban.BanTime, - ban.LastEditedBy, ban.LastEditedAt, ban.ExpirationTime, ban.Hidden, - ban.Unban?.UnbanningAdmin == null + return new ServerBanNoteRecord( + ban.Id, + MakeRoundRecord(ban.Round), + MakePlayerRecord(player), + ban.PlaytimeAtNote, + ban.Reason, + ban.Severity, + MakePlayerRecord(ban.CreatedBy), + ban.BanTime, + MakePlayerRecord(ban.LastEditedBy), + ban.LastEditedAt, + ban.ExpirationTime, + ban.Hidden, + MakePlayerRecord(ban.Unban?.UnbanningAdmin == null ? null : await db.DbContext.Player.SingleOrDefaultAsync(p => - p.UserId == ban.Unban.UnbanningAdmin.Value), + p.UserId == ban.Unban.UnbanningAdmin.Value)), ban.Unban?.UnbanTime); } - public async Task GetServerRoleBanAsNoteAsync(int id) + public async Task GetServerRoleBanAsNoteAsync(int id) { await using var db = await GetDb(); var ban = await db.DbContext.RoleBan - .Include(b => b.Unban) + .Include(ban => ban.Unban) + .Include(ban => ban.Round) + .ThenInclude(r => r!.Server) + .Include(ban => ban.CreatedBy) + .Include(ban => ban.LastEditedBy) + .Include(ban => ban.Unban) .SingleOrDefaultAsync(b => b.Id == id); if (ban is null) @@ -1108,36 +1204,48 @@ public virtual async Task AddAdminMessage(AdminMessage message) ban.Unban is null ? null : await db.DbContext.Player.SingleOrDefaultAsync(b => b.UserId == ban.Unban.UnbanningAdmin); - return new ServerRoleBanNote(ban.Id, ban.RoundId, ban.Round, ban.PlayerUserId, - player, ban.PlaytimeAtNote, ban.Reason, ban.Severity, ban.CreatedBy, - ban.BanTime, ban.LastEditedBy, ban.LastEditedAt, ban.ExpirationTime, - ban.Hidden, new [] { ban.RoleId.Replace(BanManager.JobPrefix, null) }, - unbanningAdmin, ban.Unban?.UnbanTime); + + return new ServerRoleBanNoteRecord( + ban.Id, + MakeRoundRecord(ban.Round), + MakePlayerRecord(player), + ban.PlaytimeAtNote, + ban.Reason, + ban.Severity, + MakePlayerRecord(ban.CreatedBy), + ban.BanTime, + MakePlayerRecord(ban.LastEditedBy), + ban.LastEditedAt, + ban.ExpirationTime, + ban.Hidden, + new [] { ban.RoleId.Replace(BanManager.JobPrefix, null) }, + MakePlayerRecord(unbanningAdmin), + ban.Unban?.UnbanTime); } - public async Task> GetAllAdminRemarks(Guid player) + public async Task> GetAllAdminRemarks(Guid player) { await using var db = await GetDb(); - List notes = new(); + List notes = new(); notes.AddRange( - await (from note in db.DbContext.AdminNotes - where note.PlayerUserId == player && - !note.Deleted && - (note.ExpirationTime == null || DateTime.UtcNow < note.ExpirationTime) - select note) - .Include(note => note.Round) - .ThenInclude(r => r!.Server) - .Include(note => note.CreatedBy) - .Include(note => note.LastEditedBy) - .Include(note => note.Player) - .ToListAsync()); + (await (from note in db.DbContext.AdminNotes + where note.PlayerUserId == player && + !note.Deleted && + (note.ExpirationTime == null || DateTime.UtcNow < note.ExpirationTime) + select note) + .Include(note => note.Round) + .ThenInclude(r => r!.Server) + .Include(note => note.CreatedBy) + .Include(note => note.LastEditedBy) + .Include(note => note.Player) + .ToListAsync()).Select(MakeAdminNoteRecord)); notes.AddRange(await GetActiveWatchlistsImpl(db, player)); notes.AddRange(await GetMessagesImpl(db, player)); notes.AddRange(await GetServerBansAsNotesForUser(db, player)); notes.AddRange(await GetGroupedServerRoleBansAsNotesForUser(db, player)); return notes; } - public async Task EditAdminNote(int id, string message, NoteSeverity severity, bool secret, Guid editedBy, DateTime editedAt, DateTime? expiryTime) + public async Task EditAdminNote(int id, string message, NoteSeverity severity, bool secret, Guid editedBy, DateTimeOffset editedAt, DateTimeOffset? expiryTime) { await using var db = await GetDb(); @@ -1146,39 +1254,39 @@ public async Task EditAdminNote(int id, string message, NoteSeverity severity, b note.Severity = severity; note.Secret = secret; note.LastEditedById = editedBy; - note.LastEditedAt = editedAt; - note.ExpirationTime = expiryTime; + note.LastEditedAt = editedAt.UtcDateTime; + note.ExpirationTime = expiryTime?.UtcDateTime; await db.DbContext.SaveChangesAsync(); } - public async Task EditAdminWatchlist(int id, string message, Guid editedBy, DateTime editedAt, DateTime? expiryTime) + public async Task EditAdminWatchlist(int id, string message, Guid editedBy, DateTimeOffset editedAt, DateTimeOffset? expiryTime) { await using var db = await GetDb(); var note = await db.DbContext.AdminWatchlists.Where(note => note.Id == id).SingleAsync(); note.Message = message; note.LastEditedById = editedBy; - note.LastEditedAt = editedAt; - note.ExpirationTime = expiryTime; + note.LastEditedAt = editedAt.UtcDateTime; + note.ExpirationTime = expiryTime?.UtcDateTime; await db.DbContext.SaveChangesAsync(); } - public async Task EditAdminMessage(int id, string message, Guid editedBy, DateTime editedAt, DateTime? expiryTime) + public async Task EditAdminMessage(int id, string message, Guid editedBy, DateTimeOffset editedAt, DateTimeOffset? expiryTime) { await using var db = await GetDb(); var note = await db.DbContext.AdminMessages.Where(note => note.Id == id).SingleAsync(); note.Message = message; note.LastEditedById = editedBy; - note.LastEditedAt = editedAt; - note.ExpirationTime = expiryTime; + note.LastEditedAt = editedAt.UtcDateTime; + note.ExpirationTime = expiryTime?.UtcDateTime; await db.DbContext.SaveChangesAsync(); } - public async Task DeleteAdminNote(int id, Guid deletedBy, DateTime deletedAt) + public async Task DeleteAdminNote(int id, Guid deletedBy, DateTimeOffset deletedAt) { await using var db = await GetDb(); @@ -1186,12 +1294,12 @@ public async Task DeleteAdminNote(int id, Guid deletedBy, DateTime deletedAt) note.Deleted = true; note.DeletedById = deletedBy; - note.DeletedAt = deletedAt; + note.DeletedAt = deletedAt.UtcDateTime; await db.DbContext.SaveChangesAsync(); } - public async Task DeleteAdminWatchlist(int id, Guid deletedBy, DateTime deletedAt) + public async Task DeleteAdminWatchlist(int id, Guid deletedBy, DateTimeOffset deletedAt) { await using var db = await GetDb(); @@ -1199,12 +1307,12 @@ public async Task DeleteAdminWatchlist(int id, Guid deletedBy, DateTime deletedA watchlist.Deleted = true; watchlist.DeletedById = deletedBy; - watchlist.DeletedAt = deletedAt; + watchlist.DeletedAt = deletedAt.UtcDateTime; await db.DbContext.SaveChangesAsync(); } - public async Task DeleteAdminMessage(int id, Guid deletedBy, DateTime deletedAt) + public async Task DeleteAdminMessage(int id, Guid deletedBy, DateTimeOffset deletedAt) { await using var db = await GetDb(); @@ -1212,12 +1320,12 @@ public async Task DeleteAdminMessage(int id, Guid deletedBy, DateTime deletedAt) message.Deleted = true; message.DeletedById = deletedBy; - message.DeletedAt = deletedAt; + message.DeletedAt = deletedAt.UtcDateTime; await db.DbContext.SaveChangesAsync(); } - public async Task HideServerBanFromNotes(int id, Guid deletedBy, DateTime deletedAt) + public async Task HideServerBanFromNotes(int id, Guid deletedBy, DateTimeOffset deletedAt) { await using var db = await GetDb(); @@ -1225,12 +1333,12 @@ public async Task HideServerBanFromNotes(int id, Guid deletedBy, DateTime delete ban.Hidden = true; ban.LastEditedById = deletedBy; - ban.LastEditedAt = deletedAt; + ban.LastEditedAt = deletedAt.UtcDateTime; await db.DbContext.SaveChangesAsync(); } - public async Task HideServerRoleBanFromNotes(int id, Guid deletedBy, DateTime deletedAt) + public async Task HideServerRoleBanFromNotes(int id, Guid deletedBy, DateTimeOffset deletedAt) { await using var db = await GetDb(); @@ -1238,40 +1346,40 @@ public async Task HideServerRoleBanFromNotes(int id, Guid deletedBy, DateTime de roleBan.Hidden = true; roleBan.LastEditedById = deletedBy; - roleBan.LastEditedAt = deletedAt; + roleBan.LastEditedAt = deletedAt.UtcDateTime; await db.DbContext.SaveChangesAsync(); } - public async Task> GetVisibleAdminRemarks(Guid player) + public async Task> GetVisibleAdminRemarks(Guid player) { await using var db = await GetDb(); - List notesCol = new(); + List notesCol = new(); notesCol.AddRange( - await (from note in db.DbContext.AdminNotes - where note.PlayerUserId == player && - !note.Secret && - !note.Deleted && - (note.ExpirationTime == null || DateTime.UtcNow < note.ExpirationTime) - select note) - .Include(note => note.Round) - .ThenInclude(r => r!.Server) - .Include(note => note.CreatedBy) - .Include(note => note.Player) - .ToListAsync()); + (await (from note in db.DbContext.AdminNotes + where note.PlayerUserId == player && + !note.Secret && + !note.Deleted && + (note.ExpirationTime == null || DateTime.UtcNow < note.ExpirationTime) + select note) + .Include(note => note.Round) + .ThenInclude(r => r!.Server) + .Include(note => note.CreatedBy) + .Include(note => note.Player) + .ToListAsync()).Select(MakeAdminNoteRecord)); notesCol.AddRange(await GetMessagesImpl(db, player)); return notesCol; } - public async Task> GetActiveWatchlists(Guid player) + public async Task> GetActiveWatchlists(Guid player) { await using var db = await GetDb(); return await GetActiveWatchlistsImpl(db, player); } - protected async Task> GetActiveWatchlistsImpl(DbGuard db, Guid player) + protected async Task> GetActiveWatchlistsImpl(DbGuard db, Guid player) { - return await (from watchlist in db.DbContext.AdminWatchlists + var entities = await (from watchlist in db.DbContext.AdminWatchlists where watchlist.PlayerUserId == player && !watchlist.Deleted && (watchlist.ExpirationTime == null || DateTime.UtcNow < watchlist.ExpirationTime) @@ -1282,27 +1390,34 @@ protected async Task> GetActiveWatchlistsImpl(DbGuard db, G .Include(note => note.LastEditedBy) .Include(note => note.Player) .ToListAsync(); + + return entities.Select(MakeAdminWatchlistRecord).ToList(); } - public async Task> GetMessages(Guid player) + private AdminWatchlistRecord MakeAdminWatchlistRecord(AdminWatchlist entity) + { + return new AdminWatchlistRecord(entity.Id, MakeRoundRecord(entity.Round), MakePlayerRecord(entity.Player), entity.PlaytimeAtNote, entity.Message, MakePlayerRecord(entity.CreatedBy), NormalizeDatabaseTime(entity.CreatedAt), MakePlayerRecord(entity.LastEditedBy), NormalizeDatabaseTime(entity.LastEditedAt), NormalizeDatabaseTime(entity.ExpirationTime), entity.Deleted, MakePlayerRecord(entity.DeletedBy), NormalizeDatabaseTime(entity.DeletedAt)); + } + + public async Task> GetMessages(Guid player) { await using var db = await GetDb(); return await GetMessagesImpl(db, player); } - protected async Task> GetMessagesImpl(DbGuard db, Guid player) + protected async Task> GetMessagesImpl(DbGuard db, Guid player) { - return await (from message in db.DbContext.AdminMessages - where message.PlayerUserId == player && - !message.Deleted && - (message.ExpirationTime == null || DateTime.UtcNow < message.ExpirationTime) - select message) - .Include(note => note.Round) - .ThenInclude(r => r!.Server) - .Include(note => note.CreatedBy) - .Include(note => note.LastEditedBy) - .Include(note => note.Player) - .ToListAsync(); + var entities = await (from message in db.DbContext.AdminMessages + where message.PlayerUserId == player && !message.Deleted && + (message.ExpirationTime == null || DateTime.UtcNow < message.ExpirationTime) + select message).Include(note => note.Round) + .ThenInclude(r => r!.Server) + .Include(note => note.CreatedBy) + .Include(note => note.LastEditedBy) + .Include(note => note.Player) + .ToListAsync(); + + return entities.Select(MakeAdminMessageRecord).ToList(); } public async Task MarkMessageAsSeen(int id) @@ -1314,7 +1429,7 @@ public async Task MarkMessageAsSeen(int id) } // These two are here because they get converted into notes later - protected async Task> GetServerBansAsNotesForUser(DbGuard db, Guid user) + protected async Task> GetServerBansAsNotesForUser(DbGuard db, Guid user) { // You can't group queries, as player will not always exist. When it doesn't, the // whole query returns nothing @@ -1329,17 +1444,27 @@ protected async Task> GetServerBansAsNotesForUser(DbGuard db .Include(ban => ban.Unban) .ToArrayAsync(); - var banNotes = new List(); + var banNotes = new List(); foreach (var ban in bans) { - var banNote = new ServerBanNote(ban.Id, ban.RoundId, ban.Round, ban.PlayerUserId, player, - ban.PlaytimeAtNote, ban.Reason, ban.Severity, ban.CreatedBy, ban.BanTime, - ban.LastEditedBy, ban.LastEditedAt, ban.ExpirationTime, ban.Hidden, - ban.Unban?.UnbanningAdmin == null + var banNote = new ServerBanNoteRecord( + ban.Id, + MakeRoundRecord(ban.Round), + MakePlayerRecord(player), + ban.PlaytimeAtNote, + ban.Reason, + ban.Severity, + MakePlayerRecord(ban.CreatedBy), + NormalizeDatabaseTime(ban.BanTime), + MakePlayerRecord(ban.LastEditedBy), + NormalizeDatabaseTime(ban.LastEditedAt), + NormalizeDatabaseTime(ban.ExpirationTime), + ban.Hidden, + MakePlayerRecord(ban.Unban?.UnbanningAdmin == null ? null : await db.DbContext.Player.SingleOrDefaultAsync( - p => p.UserId == ban.Unban.UnbanningAdmin.Value), - ban.Unban?.UnbanTime); + p => p.UserId == ban.Unban.UnbanningAdmin.Value)), + NormalizeDatabaseTime(ban.Unban?.UnbanTime)); banNotes.Add(banNote); } @@ -1347,7 +1472,7 @@ protected async Task> GetServerBansAsNotesForUser(DbGuard db return banNotes; } - protected async Task> GetGroupedServerRoleBansAsNotesForUser(DbGuard db, Guid user) + protected async Task> GetGroupedServerRoleBansAsNotesForUser(DbGuard db, Guid user) { // Server side query var bansQuery = await db.DbContext.RoleBan @@ -1366,7 +1491,7 @@ protected async Task> GetGroupedServerRoleBansAsNotesFor .Select(banGroup => banGroup) .ToArray(); - List bans = new(); + List bans = new(); var player = await db.DbContext.Player.SingleOrDefaultAsync(p => p.UserId == user); foreach (var banGroup in bansEnumerable) { @@ -1376,11 +1501,22 @@ protected async Task> GetGroupedServerRoleBansAsNotesFor if (firstBan.Unban?.UnbanningAdmin is not null) unbanningAdmin = await db.DbContext.Player.SingleOrDefaultAsync(p => p.UserId == firstBan.Unban.UnbanningAdmin.Value); - bans.Add(new ServerRoleBanNote(firstBan.Id, firstBan.RoundId, firstBan.Round, firstBan.PlayerUserId, - player, firstBan.PlaytimeAtNote, firstBan.Reason, firstBan.Severity, firstBan.CreatedBy, - firstBan.BanTime, firstBan.LastEditedBy, firstBan.LastEditedAt, firstBan.ExpirationTime, - firstBan.Hidden, banGroup.Select(ban => ban.RoleId.Replace(BanManager.JobPrefix, null)).ToArray(), - unbanningAdmin, firstBan.Unban?.UnbanTime)); + bans.Add(new ServerRoleBanNoteRecord( + firstBan.Id, + MakeRoundRecord(firstBan.Round), + MakePlayerRecord(player), + firstBan.PlaytimeAtNote, + firstBan.Reason, + firstBan.Severity, + MakePlayerRecord(firstBan.CreatedBy), + NormalizeDatabaseTime(firstBan.BanTime), + MakePlayerRecord(firstBan.LastEditedBy), + NormalizeDatabaseTime(firstBan.LastEditedAt), + NormalizeDatabaseTime(firstBan.ExpirationTime), + firstBan.Hidden, + banGroup.Select(ban => ban.RoleId.Replace(BanManager.JobPrefix, null)).ToArray(), + MakePlayerRecord(unbanningAdmin), + NormalizeDatabaseTime(firstBan.Unban?.UnbanTime))); } return bans; @@ -1388,6 +1524,16 @@ protected async Task> GetGroupedServerRoleBansAsNotesFor #endregion + // SQLite returns DateTime as Kind=Unspecified, Npgsql actually knows for sure it's Kind=Utc. + // Normalize DateTimes here so they're always Utc. Thanks. + protected abstract DateTime NormalizeDatabaseTime(DateTime time); + + [return: NotNullIfNotNull(nameof(time))] + protected DateTime? NormalizeDatabaseTime(DateTime? time) + { + return time != null ? NormalizeDatabaseTime(time.Value) : time; + } + protected abstract Task GetDb([CallerMemberName] string? name = null); protected void LogDbOp(string? name) diff --git a/Content.Server/Database/ServerDbManager.cs b/Content.Server/Database/ServerDbManager.cs index 7deeeb8e95a..5fda2a7e10b 100644 --- a/Content.Server/Database/ServerDbManager.cs +++ b/Content.Server/Database/ServerDbManager.cs @@ -92,9 +92,9 @@ public Task EditServerBan( int id, string reason, NoteSeverity severity, - DateTime? expiration, + DateTimeOffset? expiration, Guid editedBy, - DateTime editedAt); + DateTimeOffset editedAt); /// /// Update ban exemption information for a player. @@ -146,9 +146,9 @@ public Task EditServerRoleBan( int id, string reason, NoteSeverity severity, - DateTime? expiration, + DateTimeOffset? expiration, Guid editedBy, - DateTime editedAt); + DateTimeOffset editedAt); #endregion #region Playtime @@ -239,7 +239,7 @@ Task AddConnectionLogAsync( #region Uploaded Resources Logs - Task AddUploadedResourceLogAsync(NetUserId user, DateTime date, string path, byte[] data); + Task AddUploadedResourceLogAsync(NetUserId user, DateTimeOffset date, string path, byte[] data); Task PurgeUploadedResourceLogAsync(int days); @@ -247,33 +247,33 @@ Task AddConnectionLogAsync( #region Rules - Task GetLastReadRules(NetUserId player); - Task SetLastReadRules(NetUserId player, DateTime time); + Task GetLastReadRules(NetUserId player); + Task SetLastReadRules(NetUserId player, DateTimeOffset time); #endregion #region Admin Notes - Task AddAdminNote(int? roundId, Guid player, TimeSpan playtimeAtNote, string message, NoteSeverity severity, bool secret, Guid createdBy, DateTime createdAt, DateTime? expiryTime); - Task AddAdminWatchlist(int? roundId, Guid player, TimeSpan playtimeAtNote, string message, Guid createdBy, DateTime createdAt, DateTime? expiryTime); - Task AddAdminMessage(int? roundId, Guid player, TimeSpan playtimeAtNote, string message, Guid createdBy, DateTime createdAt, DateTime? expiryTime); - Task GetAdminNote(int id); - Task GetAdminWatchlist(int id); - Task GetAdminMessage(int id); - Task GetServerBanAsNoteAsync(int id); - Task GetServerRoleBanAsNoteAsync(int id); - Task> GetAllAdminRemarks(Guid player); - Task> GetVisibleAdminNotes(Guid player); - Task> GetActiveWatchlists(Guid player); - Task> GetMessages(Guid player); - Task EditAdminNote(int id, string message, NoteSeverity severity, bool secret, Guid editedBy, DateTime editedAt, DateTime? expiryTime); - Task EditAdminWatchlist(int id, string message, Guid editedBy, DateTime editedAt, DateTime? expiryTime); - Task EditAdminMessage(int id, string message, Guid editedBy, DateTime editedAt, DateTime? expiryTime); - Task DeleteAdminNote(int id, Guid deletedBy, DateTime deletedAt); - Task DeleteAdminWatchlist(int id, Guid deletedBy, DateTime deletedAt); - Task DeleteAdminMessage(int id, Guid deletedBy, DateTime deletedAt); - Task HideServerBanFromNotes(int id, Guid deletedBy, DateTime deletedAt); - Task HideServerRoleBanFromNotes(int id, Guid deletedBy, DateTime deletedAt); + Task AddAdminNote(int? roundId, Guid player, TimeSpan playtimeAtNote, string message, NoteSeverity severity, bool secret, Guid createdBy, DateTimeOffset createdAt, DateTimeOffset? expiryTime); + Task AddAdminWatchlist(int? roundId, Guid player, TimeSpan playtimeAtNote, string message, Guid createdBy, DateTimeOffset createdAt, DateTimeOffset? expiryTime); + Task AddAdminMessage(int? roundId, Guid player, TimeSpan playtimeAtNote, string message, Guid createdBy, DateTimeOffset createdAt, DateTimeOffset? expiryTime); + Task GetAdminNote(int id); + Task GetAdminWatchlist(int id); + Task GetAdminMessage(int id); + Task GetServerBanAsNoteAsync(int id); + Task GetServerRoleBanAsNoteAsync(int id); + Task> GetAllAdminRemarks(Guid player); + Task> GetVisibleAdminNotes(Guid player); + Task> GetActiveWatchlists(Guid player); + Task> GetMessages(Guid player); + Task EditAdminNote(int id, string message, NoteSeverity severity, bool secret, Guid editedBy, DateTimeOffset editedAt, DateTimeOffset? expiryTime); + Task EditAdminWatchlist(int id, string message, Guid editedBy, DateTimeOffset editedAt, DateTimeOffset? expiryTime); + Task EditAdminMessage(int id, string message, Guid editedBy, DateTimeOffset editedAt, DateTimeOffset? expiryTime); + Task DeleteAdminNote(int id, Guid deletedBy, DateTimeOffset deletedAt); + Task DeleteAdminWatchlist(int id, Guid deletedBy, DateTimeOffset deletedAt); + Task DeleteAdminMessage(int id, Guid deletedBy, DateTimeOffset deletedAt); + Task HideServerBanFromNotes(int id, Guid deletedBy, DateTimeOffset deletedAt); + Task HideServerRoleBanFromNotes(int id, Guid deletedBy, DateTimeOffset deletedAt); Task MarkMessageAsSeen(int id); #endregion @@ -423,7 +423,7 @@ public Task AddServerUnbanAsync(ServerUnbanDef serverUnban) return RunDbCommand(() => _db.AddServerUnbanAsync(serverUnban)); } - public Task EditServerBan(int id, string reason, NoteSeverity severity, DateTime? expiration, Guid editedBy, DateTime editedAt) + public Task EditServerBan(int id, string reason, NoteSeverity severity, DateTimeOffset? expiration, Guid editedBy, DateTimeOffset editedAt) { DbWriteOpsMetric.Inc(); return RunDbCommand(() => _db.EditServerBan(id, reason, severity, expiration, editedBy, editedAt)); @@ -470,7 +470,7 @@ public Task AddServerRoleUnbanAsync(ServerRoleUnbanDef serverRoleUnban) return RunDbCommand(() => _db.AddServerRoleUnbanAsync(serverRoleUnban)); } - public Task EditServerRoleBan(int id, string reason, NoteSeverity severity, DateTime? expiration, Guid editedBy, DateTime editedAt) + public Task EditServerRoleBan(int id, string reason, NoteSeverity severity, DateTimeOffset? expiration, Guid editedBy, DateTimeOffset editedAt) { DbWriteOpsMetric.Inc(); return RunDbCommand(() => _db.EditServerRoleBan(id, reason, severity, expiration, editedBy, editedAt)); @@ -665,7 +665,7 @@ public Task RemoveFromWhitelistAsync(NetUserId player) return RunDbCommand(() => _db.RemoveFromWhitelistAsync(player)); } - public Task AddUploadedResourceLogAsync(NetUserId user, DateTime date, string path, byte[] data) + public Task AddUploadedResourceLogAsync(NetUserId user, DateTimeOffset date, string path, byte[] data) { DbWriteOpsMetric.Inc(); return RunDbCommand(() => _db.AddUploadedResourceLogAsync(user, date, path, data)); @@ -677,19 +677,19 @@ public Task PurgeUploadedResourceLogAsync(int days) return RunDbCommand(() => _db.PurgeUploadedResourceLogAsync(days)); } - public Task GetLastReadRules(NetUserId player) + public Task GetLastReadRules(NetUserId player) { DbReadOpsMetric.Inc(); return RunDbCommand(() => _db.GetLastReadRules(player)); } - public Task SetLastReadRules(NetUserId player, DateTime time) + public Task SetLastReadRules(NetUserId player, DateTimeOffset time) { DbWriteOpsMetric.Inc(); return RunDbCommand(() => _db.SetLastReadRules(player, time)); } - public Task AddAdminNote(int? roundId, Guid player, TimeSpan playtimeAtNote, string message, NoteSeverity severity, bool secret, Guid createdBy, DateTime createdAt, DateTime? expiryTime) + public Task AddAdminNote(int? roundId, Guid player, TimeSpan playtimeAtNote, string message, NoteSeverity severity, bool secret, Guid createdBy, DateTimeOffset createdAt, DateTimeOffset? expiryTime) { DbWriteOpsMetric.Inc(); var note = new AdminNote @@ -702,15 +702,15 @@ public Task AddAdminNote(int? roundId, Guid player, TimeSpan playtimeAtNote Message = message, Severity = severity, Secret = secret, - CreatedAt = createdAt, - LastEditedAt = createdAt, - ExpirationTime = expiryTime + CreatedAt = createdAt.UtcDateTime, + LastEditedAt = createdAt.UtcDateTime, + ExpirationTime = expiryTime?.UtcDateTime }; return RunDbCommand(() => _db.AddAdminNote(note)); } - public Task AddAdminWatchlist(int? roundId, Guid player, TimeSpan playtimeAtNote, string message, Guid createdBy, DateTime createdAt, DateTime? expiryTime) + public Task AddAdminWatchlist(int? roundId, Guid player, TimeSpan playtimeAtNote, string message, Guid createdBy, DateTimeOffset createdAt, DateTimeOffset? expiryTime) { DbWriteOpsMetric.Inc(); var note = new AdminWatchlist @@ -721,15 +721,15 @@ public Task AddAdminWatchlist(int? roundId, Guid player, TimeSpan playtimeA PlayerUserId = player, PlaytimeAtNote = playtimeAtNote, Message = message, - CreatedAt = createdAt, - LastEditedAt = createdAt, - ExpirationTime = expiryTime + CreatedAt = createdAt.UtcDateTime, + LastEditedAt = createdAt.UtcDateTime, + ExpirationTime = expiryTime?.UtcDateTime }; return RunDbCommand(() => _db.AddAdminWatchlist(note)); } - public Task AddAdminMessage(int? roundId, Guid player, TimeSpan playtimeAtNote, string message, Guid createdBy, DateTime createdAt, DateTime? expiryTime) + public Task AddAdminMessage(int? roundId, Guid player, TimeSpan playtimeAtNote, string message, Guid createdBy, DateTimeOffset createdAt, DateTimeOffset? expiryTime) { DbWriteOpsMetric.Inc(); var note = new AdminMessage @@ -740,108 +740,108 @@ public Task AddAdminMessage(int? roundId, Guid player, TimeSpan playtimeAtN PlayerUserId = player, PlaytimeAtNote = playtimeAtNote, Message = message, - CreatedAt = createdAt, - LastEditedAt = createdAt, - ExpirationTime = expiryTime + CreatedAt = createdAt.UtcDateTime, + LastEditedAt = createdAt.UtcDateTime, + ExpirationTime = expiryTime?.UtcDateTime }; return RunDbCommand(() => _db.AddAdminMessage(note)); } - public Task GetAdminNote(int id) + public Task GetAdminNote(int id) { DbReadOpsMetric.Inc(); return RunDbCommand(() => _db.GetAdminNote(id)); } - public Task GetAdminWatchlist(int id) + public Task GetAdminWatchlist(int id) { DbReadOpsMetric.Inc(); return RunDbCommand(() => _db.GetAdminWatchlist(id)); } - public Task GetAdminMessage(int id) + public Task GetAdminMessage(int id) { DbReadOpsMetric.Inc(); return RunDbCommand(() => _db.GetAdminMessage(id)); } - public Task GetServerBanAsNoteAsync(int id) + public Task GetServerBanAsNoteAsync(int id) { DbReadOpsMetric.Inc(); return RunDbCommand(() => _db.GetServerBanAsNoteAsync(id)); } - public Task GetServerRoleBanAsNoteAsync(int id) + public Task GetServerRoleBanAsNoteAsync(int id) { DbReadOpsMetric.Inc(); return RunDbCommand(() => _db.GetServerRoleBanAsNoteAsync(id)); } - public Task> GetAllAdminRemarks(Guid player) + public Task> GetAllAdminRemarks(Guid player) { DbReadOpsMetric.Inc(); return RunDbCommand(() => _db.GetAllAdminRemarks(player)); } - public Task> GetVisibleAdminNotes(Guid player) + public Task> GetVisibleAdminNotes(Guid player) { DbReadOpsMetric.Inc(); return RunDbCommand(() => _db.GetVisibleAdminRemarks(player)); } - public Task> GetActiveWatchlists(Guid player) + public Task> GetActiveWatchlists(Guid player) { DbReadOpsMetric.Inc(); return RunDbCommand(() => _db.GetActiveWatchlists(player)); } - public Task> GetMessages(Guid player) + public Task> GetMessages(Guid player) { DbReadOpsMetric.Inc(); return RunDbCommand(() => _db.GetMessages(player)); } - public Task EditAdminNote(int id, string message, NoteSeverity severity, bool secret, Guid editedBy, DateTime editedAt, DateTime? expiryTime) + public Task EditAdminNote(int id, string message, NoteSeverity severity, bool secret, Guid editedBy, DateTimeOffset editedAt, DateTimeOffset? expiryTime) { DbWriteOpsMetric.Inc(); return RunDbCommand(() => _db.EditAdminNote(id, message, severity, secret, editedBy, editedAt, expiryTime)); } - public Task EditAdminWatchlist(int id, string message, Guid editedBy, DateTime editedAt, DateTime? expiryTime) + public Task EditAdminWatchlist(int id, string message, Guid editedBy, DateTimeOffset editedAt, DateTimeOffset? expiryTime) { DbWriteOpsMetric.Inc(); return RunDbCommand(() => _db.EditAdminWatchlist(id, message, editedBy, editedAt, expiryTime)); } - public Task EditAdminMessage(int id, string message, Guid editedBy, DateTime editedAt, DateTime? expiryTime) + public Task EditAdminMessage(int id, string message, Guid editedBy, DateTimeOffset editedAt, DateTimeOffset? expiryTime) { DbWriteOpsMetric.Inc(); return RunDbCommand(() => _db.EditAdminMessage(id, message, editedBy, editedAt, expiryTime)); } - public Task DeleteAdminNote(int id, Guid deletedBy, DateTime deletedAt) + public Task DeleteAdminNote(int id, Guid deletedBy, DateTimeOffset deletedAt) { DbWriteOpsMetric.Inc(); return RunDbCommand(() => _db.DeleteAdminNote(id, deletedBy, deletedAt)); } - public Task DeleteAdminWatchlist(int id, Guid deletedBy, DateTime deletedAt) + public Task DeleteAdminWatchlist(int id, Guid deletedBy, DateTimeOffset deletedAt) { DbWriteOpsMetric.Inc(); return RunDbCommand(() => _db.DeleteAdminWatchlist(id, deletedBy, deletedAt)); } - public Task DeleteAdminMessage(int id, Guid deletedBy, DateTime deletedAt) + public Task DeleteAdminMessage(int id, Guid deletedBy, DateTimeOffset deletedAt) { DbWriteOpsMetric.Inc(); return RunDbCommand(() => _db.DeleteAdminMessage(id, deletedBy, deletedAt)); } - public Task HideServerBanFromNotes(int id, Guid deletedBy, DateTime deletedAt) + public Task HideServerBanFromNotes(int id, Guid deletedBy, DateTimeOffset deletedAt) { DbWriteOpsMetric.Inc(); return RunDbCommand(() => _db.HideServerBanFromNotes(id, deletedBy, deletedAt)); } - public Task HideServerRoleBanFromNotes(int id, Guid deletedBy, DateTime deletedAt) + public Task HideServerRoleBanFromNotes(int id, Guid deletedBy, DateTimeOffset deletedAt) { DbWriteOpsMetric.Inc(); return RunDbCommand(() => _db.HideServerRoleBanFromNotes(id, deletedBy, deletedAt)); diff --git a/Content.Server/Database/ServerDbPostgres.cs b/Content.Server/Database/ServerDbPostgres.cs index 8a8f26e503b..c81e735868a 100644 --- a/Content.Server/Database/ServerDbPostgres.cs +++ b/Content.Server/Database/ServerDbPostgres.cs @@ -162,7 +162,7 @@ private static IQueryable MakeBanLookupQuery( if (!includeUnbanned) { query = query.Where(p => - p.Unban == null && (p.ExpirationTime == null || p.ExpirationTime.Value > DateTime.Now)); + p.Unban == null && (p.ExpirationTime == null || p.ExpirationTime.Value > DateTime.UtcNow)); } if (exemptFlags is { } exempt) @@ -354,7 +354,7 @@ private static IQueryable MakeRoleBanLookupQuery( if (!includeUnbanned) { query = query?.Where(p => - p.Unban == null && (p.ExpirationTime == null || p.ExpirationTime.Value > DateTime.Now)); + p.Unban == null && (p.ExpirationTime == null || p.ExpirationTime.Value > DateTime.UtcNow)); } query = query!.Distinct(); @@ -457,17 +457,6 @@ public override async Task AddServerRoleUnbanAsync(ServerRoleUnbanDef serverRole } #endregion - protected override PlayerRecord MakePlayerRecord(Player record) - { - return new PlayerRecord( - new NetUserId(record.UserId), - new DateTimeOffset(record.FirstSeenTime), - record.LastSeenUserName, - new DateTimeOffset(record.LastSeenTime), - record.LastSeenAddress, - record.LastSeenHWId?.ToImmutableArray()); - } - public override async Task AddConnectionLogAsync( NetUserId userId, string userName, @@ -532,6 +521,12 @@ WHERE to_tsvector('english'::regconfig, a.message) @@ websearch_to_tsquery('engl return db.AdminLog; } + protected override DateTime NormalizeDatabaseTime(DateTime time) + { + DebugTools.Assert(time.Kind == DateTimeKind.Utc); + return time; + } + private async Task GetDbImpl([CallerMemberName] string? name = null) { LogDbOp(name); diff --git a/Content.Server/Database/ServerDbSqlite.cs b/Content.Server/Database/ServerDbSqlite.cs index 90bbec023a8..46886fe4d18 100644 --- a/Content.Server/Database/ServerDbSqlite.cs +++ b/Content.Server/Database/ServerDbSqlite.cs @@ -12,6 +12,7 @@ using Microsoft.EntityFrameworkCore; using Robust.Shared.Configuration; using Robust.Shared.Network; +using Robust.Shared.Utility; namespace Content.Server.Database { @@ -350,17 +351,6 @@ public override async Task AddServerRoleUnbanAsync(ServerRoleUnbanDef serverUnba } #endregion - protected override PlayerRecord MakePlayerRecord(Player record) - { - return new PlayerRecord( - new NetUserId(record.UserId), - new DateTimeOffset(record.FirstSeenTime, TimeSpan.Zero), - record.LastSeenUserName, - new DateTimeOffset(record.LastSeenTime, TimeSpan.Zero), - record.LastSeenAddress, - record.LastSeenHWId?.ToImmutableArray()); - } - private static ServerBanDef? ConvertBan(ServerBan? ban) { if (ban == null) @@ -546,6 +536,12 @@ public override async Task AddAdminMessage(AdminMessage message) return await base.AddAdminMessage(message); } + protected override DateTime NormalizeDatabaseTime(DateTime time) + { + DebugTools.Assert(time.Kind == DateTimeKind.Unspecified); + return DateTime.SpecifyKind(time, DateTimeKind.Utc); + } + private async Task GetDbImpl([CallerMemberName] string? name = null) { LogDbOp(name); diff --git a/Content.Server/Database/ServerRoleBanNote.cs b/Content.Server/Database/ServerRoleBanNote.cs deleted file mode 100644 index 6db8110db85..00000000000 --- a/Content.Server/Database/ServerRoleBanNote.cs +++ /dev/null @@ -1,14 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using Content.Shared.Database; - -namespace Content.Server.Database -{ - public record ServerRoleBanNote(int Id, int? RoundId, Round? Round, Guid? PlayerUserId, Player? Player, - TimeSpan PlaytimeAtNote, string Message, NoteSeverity Severity, Player? CreatedBy, DateTime CreatedAt, - Player? LastEditedBy, DateTime? LastEditedAt, DateTime? ExpirationTime, bool Deleted, string[] Roles, - Player? UnbanningAdmin, DateTime? UnbanTime) : IAdminRemarksCommon; -} diff --git a/Content.Shared/Administration/Notes/SharedAdminNote.cs b/Content.Shared/Administration/Notes/SharedAdminNote.cs index e209d3721e9..09d4f3f9478 100644 --- a/Content.Shared/Administration/Notes/SharedAdminNote.cs +++ b/Content.Shared/Administration/Notes/SharedAdminNote.cs @@ -1,4 +1,5 @@ using Content.Shared.Database; +using Robust.Shared.Network; using Robust.Shared.Serialization; namespace Content.Shared.Administration.Notes; @@ -6,7 +7,7 @@ namespace Content.Shared.Administration.Notes; [Serializable, NetSerializable] public sealed record SharedAdminNote( int Id, // Id of note, message, watchlist, ban or role ban. Should be paired with NoteType to uniquely identify a shared admin note. - Guid Player, // Notes player + NetUserId Player, // Notes player int? Round, // Which round was it added in? string? ServerName, // Which server was this added on? TimeSpan PlaytimeAtNote, // Playtime at the time of getting the note diff --git a/Content.Shared/CCVar/CCVars.cs b/Content.Shared/CCVar/CCVars.cs index e8f5e44a616..bc90d7942c2 100644 --- a/Content.Shared/CCVar/CCVars.cs +++ b/Content.Shared/CCVar/CCVars.cs @@ -794,7 +794,7 @@ public static readonly CVarDef /// Default severity for server bans /// public static readonly CVarDef ServerBanDefaultSeverity = - CVarDef.Create("admin.server_ban_default_severity", "high", CVar.ARCHIVE | CVar.SERVER); + CVarDef.Create("admin.server_ban_default_severity", "High", CVar.ARCHIVE | CVar.SERVER); /// /// Minimum explosion intensity to create an admin alert message. -1 to disable the alert. From 74a31ac5f3316cc865ab9f39f39efff4e0b9e748 Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Tue, 20 Feb 2024 10:13:48 +0100 Subject: [PATCH 038/101] PlayerListControl fixes. (#25248) * PlayerListControl fixes. Fix a button being selected by default always, which then can't be selected properly for real. This affected multiple admin UIs. This broke due to upstream RT changes but ButtonGroup was always kinda busted so whatever. Uses the new IsNoneSetAllowed to implement everything properly. Also make sure the selected player STAYS selected when filtering the list and stuff. Also this PlayerInfo record has been changed to only do equality on the User ID because otherwise it'd need to compare each field individually which would be weird. * Revert changes to ListContainer This change was made default in the engine, no longer necessary here. --- .../UI/CustomControls/PlayerListControl.xaml.cs | 8 ++++++++ Content.Shared/Administration/PlayerInfo.cs | 12 +++++++++++- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/Content.Client/Administration/UI/CustomControls/PlayerListControl.xaml.cs b/Content.Client/Administration/UI/CustomControls/PlayerListControl.xaml.cs index 41c3ac76f98..2bef0d87019 100644 --- a/Content.Client/Administration/UI/CustomControls/PlayerListControl.xaml.cs +++ b/Content.Client/Administration/UI/CustomControls/PlayerListControl.xaml.cs @@ -29,6 +29,8 @@ public sealed partial class PlayerListControl : BoxContainer private IEntityManager _entManager; private IUserInterfaceManager _uiManager; + private PlayerInfo? _selectedPlayer; + public PlayerListControl() { _entManager = IoCManager.Resolve(); @@ -54,6 +56,7 @@ private void PlayerListItemPressed(BaseButton.ButtonEventArgs? args, ListData? d return; OnSelectionChanged?.Invoke(selectedPlayer); + _selectedPlayer = selectedPlayer; // update label text. Only required if there is some override (e.g. unread bwoink count). if (OverrideText != null && args.Button.Children.FirstOrDefault()?.Children?.FirstOrDefault() is Label label) @@ -95,6 +98,8 @@ private void FilterList() _sortedPlayerList.Sort((a, b) => Comparison(a, b)); PlayerListContainer.PopulateList(_sortedPlayerList.Select(info => new PlayerListData(info)).ToList()); + if (_selectedPlayer != null) + PlayerListContainer.Select(new PlayerListData(_selectedPlayer)); } public void PopulateList(IReadOnlyList? players = null) @@ -102,6 +107,9 @@ public void PopulateList(IReadOnlyList? players = null) players ??= _adminSystem.PlayerList; _playerList = players.ToList(); + if (_selectedPlayer != null && !_playerList.Contains(_selectedPlayer)) + _selectedPlayer = null; + FilterList(); } diff --git a/Content.Shared/Administration/PlayerInfo.cs b/Content.Shared/Administration/PlayerInfo.cs index 74fd7e9dc06..93f1aa0b393 100644 --- a/Content.Shared/Administration/PlayerInfo.cs +++ b/Content.Shared/Administration/PlayerInfo.cs @@ -4,7 +4,7 @@ namespace Content.Shared.Administration { [Serializable, NetSerializable] - public record PlayerInfo( + public sealed record PlayerInfo( string Username, string CharacterName, string IdentityName, @@ -20,5 +20,15 @@ public record PlayerInfo( public string PlaytimeString => _playtimeString ??= OverallPlaytime?.ToString("%d':'hh':'mm") ?? Loc.GetString("generic-unknown-title"); + + public bool Equals(PlayerInfo? other) + { + return other?.SessionId == SessionId; + } + + public override int GetHashCode() + { + return SessionId.GetHashCode(); + } } } From 7271d3a9ebe33fa819cf10a0522ecc81dc684e8b Mon Sep 17 00:00:00 2001 From: PJBot Date: Tue, 20 Feb 2024 09:14:54 +0000 Subject: [PATCH 039/101] Automatic changelog update --- Resources/Changelog/Changelog.yml | 32 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 88585c379e2..bac8f47c743 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,21 +1,4 @@ Entries: -- author: FairlySadPanda - changes: - - message: Talking, whispering and emoting will now strip out any markup tags in - the input text. This also means intercoms tuned to the science channel will - no longer squawk out "[bold]", and so on, when reporting on research unlocks. - type: Fix - id: 5472 - time: '2023-12-30T00:38:11.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23055 -- author: Admiral-Obvious-001 - changes: - - message: Normalized researched secfab shotgun ammo damages to align with the rest - of the ammo sizes. - type: Tweak - id: 5473 - time: '2023-12-30T05:34:27.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23163 - author: metalgearsloth changes: - message: Fix decals such as grass drawing over shuttles on planet maps. @@ -3861,3 +3844,18 @@ id: 5971 time: '2024-02-20T02:08:41.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/25395 +- author: PJB3005 + changes: + - message: Fixed timezone issues with the admin notes window. + type: Fix + id: 5972 + time: '2024-02-20T09:13:31.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/25280 +- author: PJB3005 + changes: + - message: Fixed selection behavior for player lists such as the ban panel or ahelp + window. + type: Fix + id: 5973 + time: '2024-02-20T09:13:48.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/25248 From 5b0a9389223076cfa2db7c0d1fc7931b98f5a536 Mon Sep 17 00:00:00 2001 From: Tonydatguy <154929293+Tonydatguy@users.noreply.github.com> Date: Tue, 20 Feb 2024 10:43:15 +0000 Subject: [PATCH 040/101] Ore crab structural weakness (#25390) * Attempt to change structural dmg of ore crab * Made ore crabs susceptible to structural damage --- Resources/Prototypes/Damage/containers.yml | 2 +- Resources/Prototypes/Entities/Mobs/NPCs/elemental.yml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Damage/containers.yml b/Resources/Prototypes/Damage/containers.yml index 328c7a5d793..fb40e9b658f 100644 --- a/Resources/Prototypes/Damage/containers.yml +++ b/Resources/Prototypes/Damage/containers.yml @@ -51,4 +51,4 @@ - type: damageContainer id: ShadowHaze supportedTypes: - - Heat \ No newline at end of file + - Heat diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/elemental.yml b/Resources/Prototypes/Entities/Mobs/NPCs/elemental.yml index 9694148287d..3631510fff7 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/elemental.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/elemental.yml @@ -99,6 +99,8 @@ - type: NpcFactionMember factions: - SimpleHostile + - type: Damageable + damageContainer: StructuralInorganic - type: entity parent: MobOreCrab From c966a22f9f9b441d4be2c40ac3673aa4afcaf170 Mon Sep 17 00:00:00 2001 From: PJBot Date: Tue, 20 Feb 2024 10:44:21 +0000 Subject: [PATCH 041/101] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index bac8f47c743..d0514f43313 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: metalgearsloth - changes: - - message: Fix decals such as grass drawing over shuttles on planet maps. - type: Fix - id: 5474 - time: '2023-12-30T16:12:39.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/22953 - author: metalgearsloth changes: - message: Fix mobs not gibbing upon shuttle FTL. @@ -3859,3 +3852,10 @@ id: 5973 time: '2024-02-20T09:13:48.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/25248 +- author: Tonydatguy + changes: + - message: Ore Crabs will now take structural damage. + type: Tweak + id: 5974 + time: '2024-02-20T10:43:16.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/25390 From bd40c0ce2696211d13a89b394167c227cfdb6fcd Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Tue, 20 Feb 2024 12:31:32 +0100 Subject: [PATCH 042/101] Set nav map icon textures to use bilinear filtering (#25411) This just makes them look slightly better when zoomed. --- Resources/Textures/Interface/NavMap/beveled_circle.png.yml | 2 ++ Resources/Textures/Interface/NavMap/beveled_hexagon.png.yml | 2 ++ Resources/Textures/Interface/NavMap/beveled_square.png.yml | 2 ++ Resources/Textures/Interface/NavMap/beveled_triangle.png.yml | 2 ++ 4 files changed, 8 insertions(+) create mode 100644 Resources/Textures/Interface/NavMap/beveled_circle.png.yml create mode 100644 Resources/Textures/Interface/NavMap/beveled_hexagon.png.yml create mode 100644 Resources/Textures/Interface/NavMap/beveled_square.png.yml create mode 100644 Resources/Textures/Interface/NavMap/beveled_triangle.png.yml diff --git a/Resources/Textures/Interface/NavMap/beveled_circle.png.yml b/Resources/Textures/Interface/NavMap/beveled_circle.png.yml new file mode 100644 index 00000000000..dabd6601f78 --- /dev/null +++ b/Resources/Textures/Interface/NavMap/beveled_circle.png.yml @@ -0,0 +1,2 @@ +sample: + filter: true diff --git a/Resources/Textures/Interface/NavMap/beveled_hexagon.png.yml b/Resources/Textures/Interface/NavMap/beveled_hexagon.png.yml new file mode 100644 index 00000000000..dabd6601f78 --- /dev/null +++ b/Resources/Textures/Interface/NavMap/beveled_hexagon.png.yml @@ -0,0 +1,2 @@ +sample: + filter: true diff --git a/Resources/Textures/Interface/NavMap/beveled_square.png.yml b/Resources/Textures/Interface/NavMap/beveled_square.png.yml new file mode 100644 index 00000000000..dabd6601f78 --- /dev/null +++ b/Resources/Textures/Interface/NavMap/beveled_square.png.yml @@ -0,0 +1,2 @@ +sample: + filter: true diff --git a/Resources/Textures/Interface/NavMap/beveled_triangle.png.yml b/Resources/Textures/Interface/NavMap/beveled_triangle.png.yml new file mode 100644 index 00000000000..dabd6601f78 --- /dev/null +++ b/Resources/Textures/Interface/NavMap/beveled_triangle.png.yml @@ -0,0 +1,2 @@ +sample: + filter: true From 84d455b9f862dcbfdffd5827ceab4890dcf653cc Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Tue, 20 Feb 2024 14:01:28 +0100 Subject: [PATCH 043/101] Fix PlayerListControl re-raising selection changed when repopulated. (#25412) Now we just skip duplicate "item pressed" events from the ListContainer. This caused the ahelp window to unfocus the message box after sending something. Flow is something like this: you send ahelp -> bwoink window refreshes player list due to new bwoink -> repopulated player list -> sent selection change -> repopulates right pane -> line edit gets unfocused. --- .../Administration/UI/CustomControls/PlayerListControl.xaml.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Content.Client/Administration/UI/CustomControls/PlayerListControl.xaml.cs b/Content.Client/Administration/UI/CustomControls/PlayerListControl.xaml.cs index 2bef0d87019..fdf935d7c04 100644 --- a/Content.Client/Administration/UI/CustomControls/PlayerListControl.xaml.cs +++ b/Content.Client/Administration/UI/CustomControls/PlayerListControl.xaml.cs @@ -52,6 +52,9 @@ private void PlayerListItemPressed(BaseButton.ButtonEventArgs? args, ListData? d if (args == null || data is not PlayerListData {Info: var selectedPlayer}) return; + if (selectedPlayer == _selectedPlayer) + return; + if (args.Event.Function != EngineKeyFunctions.UIClick) return; From f64a32990a27cec5bd958180eb833b9efffeb565 Mon Sep 17 00:00:00 2001 From: Ed <96445749+TheShuEd@users.noreply.github.com> Date: Wed, 21 Feb 2024 01:21:31 +0300 Subject: [PATCH 044/101] Train station (#24927) * some content * some next content * fixes * remove stained window * return bot message? * woah! Full map added! * map update * big update * camera server * Corvax playtest feedback * add mail system and 30$ meteor shield * update * updatik * hardwork * pipip * update * remove from mappool * fixes * sentipode * e --- .../Tests/PostMapInitTest.cs | 3 +- Resources/Audio/Ambience/ambitrain1.ogg | Bin 0 -> 712121 bytes Resources/Audio/Ambience/ambitrain2.ogg | Bin 0 -> 72851 bytes Resources/Audio/Ambience/ambitrain3.ogg | Bin 0 -> 637888 bytes Resources/Audio/Ambience/attributions.yml | 18 +- Resources/Locale/en-US/tiles/tiles.ftl | 1 + Resources/Maps/train.yml | 109153 +++++++++++++++ .../Prototypes/Entities/Effects/portal.yml | 34 +- .../Structures/Decoration/statues.yml | 3 + .../Entities/Structures/Furniture/bench.yml | 15 + .../Structures/Lighting/base_lighting.yml | 40 + .../Entities/Structures/Windows/window.yml | 2 +- Resources/Prototypes/Maps/Pools/default.yml | 1 + Resources/Prototypes/Maps/train.yml | 62 + Resources/Prototypes/Parallaxes/train.yml | 68 + .../Construction/Graphs/furniture/seats.yml | 24 + .../Recipes/Construction/furniture.yml | 17 + Resources/Prototypes/Tiles/floors.yml | 1 + Resources/Prototypes/Tiles/plating.yml | 15 + Resources/Prototypes/audio.yml | 29 + Resources/Textures/Parallaxes/Asteroids.png | Bin 0 -> 18517 bytes .../Textures/Parallaxes/attributions.yml | 8 +- Resources/Textures/Tiles/attributions.yml | 5 + Resources/Textures/Tiles/latticeTrain.png | Bin 0 -> 793 bytes 24 files changed, 109492 insertions(+), 7 deletions(-) create mode 100644 Resources/Audio/Ambience/ambitrain1.ogg create mode 100644 Resources/Audio/Ambience/ambitrain2.ogg create mode 100644 Resources/Audio/Ambience/ambitrain3.ogg create mode 100644 Resources/Maps/train.yml create mode 100644 Resources/Prototypes/Maps/train.yml create mode 100644 Resources/Prototypes/Parallaxes/train.yml create mode 100644 Resources/Textures/Parallaxes/Asteroids.png create mode 100644 Resources/Textures/Tiles/latticeTrain.png diff --git a/Content.IntegrationTests/Tests/PostMapInitTest.cs b/Content.IntegrationTests/Tests/PostMapInitTest.cs index 590f3c102fd..bf114301136 100644 --- a/Content.IntegrationTests/Tests/PostMapInitTest.cs +++ b/Content.IntegrationTests/Tests/PostMapInitTest.cs @@ -60,7 +60,8 @@ public sealed class PostMapInitTest "Marathon", "MeteorArena", "Atlas", - "Reach" + "Reach", + "Train" }; /// diff --git a/Resources/Audio/Ambience/ambitrain1.ogg b/Resources/Audio/Ambience/ambitrain1.ogg new file mode 100644 index 0000000000000000000000000000000000000000..bc2442592212d313c6e91de89764f99dbd959775 GIT binary patch literal 712121 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≷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 z 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

Rg|>ym&`Id7TR%a(ap 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�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±JF)2<^9~^yv?F4wGTq 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�Y`wlv-qH3GFAynRovsT#6~W<5O`-ln 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%0Dx^<0~wOvGprL98mC}5o%Ig%B$I!ErqE7;JfIj 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 literal 0 HcmV?d00001 diff --git a/Resources/Audio/Ambience/ambitrain2.ogg b/Resources/Audio/Ambience/ambitrain2.ogg new file mode 100644 index 0000000000000000000000000000000000000000..3a3222a75f866c1f184aa60d117459aaf6fb6227 GIT binary patch literal 72851 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 z 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 dmE3%%|&BuX@JV6YP#iG3$>a=}JoE0PjPu^IUh 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°=W$cKd;fgDZHdp{9S;FFHgo<1#cUTe`JLdq8A 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%0AjW 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

NCvUyNxy*VE@` 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 R^3e;&XpSG`+RHY&w6 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 E128e>Hvj+t literal 0 HcmV?d00001 diff --git a/Resources/Audio/Ambience/attributions.yml b/Resources/Audio/Ambience/attributions.yml index 5ea0c248188..3e6e039cd79 100644 --- a/Resources/Audio/Ambience/attributions.yml +++ b/Resources/Audio/Ambience/attributions.yml @@ -97,8 +97,22 @@ copyright: "Taken from /vg/station" source: "https://github.com/vgstation-coders/vgstation13/commit/23303188abe6fe31b114a218a1950d7325a23730" +- files: ["ambitrain1.ogg"] + license: "CC-BY-4.0" + copyright: "Created by Badgie42 on Freesound.com, converted to Mono by TheShuEd" + source: "https://freesound.org/people/Badgie42/sounds/399876/" + +- files: ["ambitrain2.ogg"] + license: "CC0-1.0" + copyright: "Created by Hallkom on Freesound.com, cropped and converted to Mono by TheShuEd" + source: "https://freesound.org/people/Hallkom/sounds/588486/" + +- files: ["ambitrain3.ogg"] + license: "CC0-1.0" + copyright: "Created by ldezem on Freesound.com, cropped and converted to Mono by TheShuEd" + source: "https://freesound.org/people/ldezem/sounds/528238/" - files: ["anomaly_scary.ogg"] license: "CC0-1.0" - copyright: "Created by dimbark1, edited and converted to mono by TheShuEd (github)" - source: "https://freesound.org/people/dimbark1/sounds/316797/" \ No newline at end of file + copyright: "Created by dimbark1, edited and converted to mono by TheShuEd" + source: "https://freesound.org/people/dimbark1/sounds/316797/" diff --git a/Resources/Locale/en-US/tiles/tiles.ftl b/Resources/Locale/en-US/tiles/tiles.ftl index 42e0c082235..478175fc674 100644 --- a/Resources/Locale/en-US/tiles/tiles.ftl +++ b/Resources/Locale/en-US/tiles/tiles.ftl @@ -1,6 +1,7 @@ tiles-space = space tiles-plating = plating tiles-lattice = lattice +tiles-lattice-train = train lattice tiles-steel-floor = steel tile tiles-steel-floor-mini = steel mini-tile tiles-steel-floor-pavement = steel pavement diff --git a/Resources/Maps/train.yml b/Resources/Maps/train.yml new file mode 100644 index 00000000000..fb6e8ddc4a4 --- /dev/null +++ b/Resources/Maps/train.yml @@ -0,0 +1,109153 @@ +meta: + format: 6 + postmapinit: false +tilemap: + 0: Space + 12: FloorAstroGrass + 14: FloorBar + 19: FloorBrokenWood + 25: FloorClown + 26: FloorConcrete + 27: FloorConcreteMono + 29: FloorDark + 30: FloorDarkDiagonal + 31: FloorDarkDiagonalMini + 33: FloorDarkMini + 34: FloorDarkMono + 35: FloorDarkOffset + 36: FloorDarkPavement + 37: FloorDarkPavementVertical + 38: FloorDarkPlastic + 42: FloorElevatorShaft + 44: FloorFreezer + 45: FloorGlass + 48: FloorGrassDark + 51: FloorGrayConcrete + 52: FloorGrayConcreteMono + 53: FloorGrayConcreteSmooth + 54: FloorGreenCircuit + 57: FloorHullReinforced + 58: FloorHydro + 62: FloorLino + 64: FloorMetalDiamond + 65: FloorMime + 66: FloorMining + 67: FloorMiningDark + 75: FloorPlastic + 76: FloorRGlass + 77: FloorReinforced + 78: FloorReinforcedHardened + 80: FloorShowroom + 91: FloorSteel + 93: FloorSteelCheckerDark + 96: FloorSteelDiagonal + 98: FloorSteelDirty + 103: FloorSteelOffset + 104: FloorSteelPavement + 105: FloorSteelPavementVertical + 106: FloorTechMaint + 107: FloorTechMaint2 + 110: FloorWhite + 111: FloorWhiteDiagonal + 114: FloorWhiteMini + 115: FloorWhiteMono + 116: FloorWhiteOffset + 119: FloorWhitePlastic + 120: FloorWood + 121: FloorWoodTile + 123: Plating + 125: PlatingBurnt + 128: TrainLattice +entities: +- proto: "" + entities: + - uid: 1 + components: + - type: MetaData + name: map 1000 + - type: Transform + - type: Map + - type: PhysicsMap + - type: GridTree + - type: MovedGrids + - type: Broadphase + - type: OccluderTree + - type: Parallax + parallax: TrainStation + - type: LoadedMap + - uid: 2 + components: + - type: MetaData + name: Space Train + - type: Transform + pos: -0.5056241,-0.46626663 + parent: 1 + - type: MapGrid + chunks: + 0,0: + ind: 0,0 + tiles: QAAAAAAAQAAAAAAAQgAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQgAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAIwAAAAAAIwAAAAAAQgAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: ZwAAAAAAZwAAAAAAZwAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAZwAAAAAAZwAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAQAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAJQAAAAAAIwAAAAAAMAAAAAAAIwAAAAAAIwAAAAAAJQAAAAACewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAJQAAAAAAIwAAAAAAMAAAAAAAIwAAAAAAIwAAAAAAJQAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAAAJQAAAAAAIwAAAAAAMAAAAAAAIwAAAAAAIwAAAAAAJQAAAAADewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAJQAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAJQAAAAACewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAJQAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAJQAAAAABewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAJQAAAAACIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAJQAAAAABewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAJQAAAAACIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAJQAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAJQAAAAADIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAJQAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAJQAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAJQAAAAABewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAJQAAAAABIwAAAAAAewAAAAAAewAAAAAAQAAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAJQAAAAADIwAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAJQAAAAAAIwAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAQAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAA + version: 6 + -1,0: + ind: -1,0 + tiles: AAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAQgAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAeAAAAAAAewAAAAAAQgAAAAAAIwAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAIwAAAAAAIwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,-1: + ind: -1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAagAAAAAAewAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAIwAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAagAAAAAAewAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAagAAAAAAewAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAIwAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAA + version: 6 + 0,-2: + ind: 0,-2 + tiles: ZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAZwAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAZwAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAQAAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAewAAAAAAagAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAA + version: 6 + -1,-2: + ind: -1,-2 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAZwAAAAAAZwAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAYAAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAQAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAQAAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAZwAAAAAA + version: 6 + 0,-3: + ind: 0,-3 + tiles: OQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAZwAAAAAAewAAAAAAZwAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAaQAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAaQAAAAAAZwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAaQAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZwAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAAZwAAAAAAaQAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZwAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAAZwAAAAAAaQAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZwAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAAZwAAAAAAaQAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAaQAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAaQAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZwAAAAAAaQAAAAAAZwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZwAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZwAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZwAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,-3: + ind: -1,-3 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAaQAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAaQAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAaQAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAaQAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAaQAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAA + version: 6 + -1,-4: + ind: -1,-4 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAADgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAADgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAADgAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAAAJgAAAAAAewAAAAAAeAAAAAAAeAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAewAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAA + version: 6 + 0,-4: + ind: 0,-4 + tiles: eQAAAAAADgAAAAAAewAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAeQAAAAAADgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAMwAAAAAANAAAAAAANAAAAAAADgAAAAAADgAAAAAAewAAAAAAPgAAAAAAPgAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAMwAAAAAANAAAAAAANAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAMwAAAAAANAAAAAAANAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAMwAAAAAAMwAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,-5: + ind: 0,-5 + tiles: OQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJQAAAAAAOQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJQAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJQAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAJgAAAAAAJQAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJQAAAAAAOQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJQAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJQAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAADgAAAAAADgAAAAAAewAAAAAAPgAAAAAAPgAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAA + version: 6 + -1,-5: + ind: -1,-5 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAQAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAewAAAAAAewAAAAAAeAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAewAAAAAAewAAAAAAeQAAAAAAeAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAADgAAAAAADgAAAAAA + version: 6 + 0,-6: + ind: 0,-6 + tiles: aAAAAAAAaAAAAAAALQAAAAAALQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAaAAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAXQAAAAAAXQAAAAAAewAAAAAAewAAAAAAaQAAAAAAWwAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAIgAAAAAAaQAAAAAAaQAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAIgAAAAAALQAAAAAAaQAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAIgAAAAAALQAAAAAAaQAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAXQAAAAAALQAAAAAAXQAAAAAAIgAAAAAALQAAAAAAaQAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAALQAAAAAALQAAAAAAXQAAAAAAIgAAAAAALQAAAAAAaQAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAALQAAAAAALQAAAAAAXQAAAAAAIgAAAAAALQAAAAAAaQAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAIgAAAAAAaQAAAAAAaQAAAAAAWwAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAJgAAAAAAJQAAAAAAXQAAAAAAXQAAAAAAewAAAAAAewAAAAAAaQAAAAAAWwAAAAAAWwAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJQAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAaAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAaAAAAAAAewAAAAAAaAAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJQAAAAAA + version: 6 + -1,-6: + ind: -1,-6 + tiles: gAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAALAAAAAAAewAAAAAAewAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAALAAAAAAALAAAAAAALAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAALAAAAAAALAAAAAAALAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAewAAAAAAewAAAAAALAAAAAAAewAAAAAAewAAAAAAXQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAewAAAAAAawAAAAAAewAAAAAAXQAAAAAAXQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAawAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAawAAAAAAXQAAAAAAXQAAAAAALQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAOgAAAAAAOgAAAAAAewAAAAAAagAAAAAAewAAAAAAXQAAAAAAXQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAewAAAAAAagAAAAAAewAAAAAAXQAAAAAAXQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAXQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAOQAAAAAAOQAAAAAA + version: 6 + -1,-7: + ind: -1,-7 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAYgAAAAAAaAAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAewAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAYgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAQAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAaAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAaAAAAAAA + version: 6 + 0,-7: + ind: 0,-7 + tiles: ewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAYgAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAYgAAAAAAYgAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAYgAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAOQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAOQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAaAAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAaAAAAAAAaAAAAAAALQAAAAAALQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAaAAAAAAAaAAAAAAALQAAAAAALQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAA + version: 6 + -1,-8: + ind: -1,-8 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAGQAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAewAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAaAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAewAAAAAAYgAAAAAAYgAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAYgAAAAAAaAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAYgAAAAAAYgAAAAAAewAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAewAAAAAAYgAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAYgAAAAAAewAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAYgAAAAAAYgAAAAAAewAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAewAAAAAAYgAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAYgAAAAAAJQAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAYgAAAAAAYgAAAAAAJQAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAewAAAAAAYgAAAAAAYgAAAAAAJQAAAAAAQAAAAAAAQAAAAAAA + version: 6 + 0,-8: + ind: 0,-8 + tiles: OQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAewAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAaAAAAAAAaAAAAAAAewAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAewAAAAAAYgAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAYgAAAAAAYgAAAAAAHQAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAYgAAAAAAYgAAAAAAewAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAHQAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAagAAAAAAewAAAAAAHQAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAA + version: 6 + -1,-9: + ind: -1,-9 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAewAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAewAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAewAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAewAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAQwAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAewAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAQwAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAewAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAQwAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAewAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAewAAAAAAZwAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAewAAAAAAewAAAAAAewAAAAAAQwAAAAAAewAAAAAAewAAAAAAewAAAAAAZwAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAANQAAAAAAewAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAewAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAANQAAAAAANQAAAAAAQAAAAAAANQAAAAAAewAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAewAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAANQAAAAAANQAAAAAAQAAAAAAANQAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAQwAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAANQAAAAAANQAAAAAAQAAAAAAANQAAAAAAgAAAAAAAewAAAAAAQAAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAANQAAAAAANQAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAGQAAAAAAewAAAAAAgAAAAAAAgAAAAAAAOQAAAAAA + version: 6 + 0,-9: + ind: 0,-9 + tiles: ZwAAAAAASwAAAAAAaAAAAAAATAAAAAAATAAAAAAATAAAAAAAaAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAZwAAAAAAewAAAAAAaQAAAAAASwAAAAAATAAAAAAASwAAAAAAaQAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAZwAAAAAAewAAAAAAQwAAAAAASwAAAAAAaQAAAAAASwAAAAAAQwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAZwAAAAAAewAAAAAAewAAAAAAewAAAAAAQwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAZwAAAAAAewAAAAAAJQAAAAAAJQAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAZwAAAAAAewAAAAAAJQAAAAAAJQAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAQwAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAZwAAAAAAZwAAAAAAewAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAZwAAAAAAZwAAAAAAewAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAewAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAZwAAAAAAZwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAQAAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAOQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAOQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAA + version: 6 + -1,-10: + ind: -1,-10 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAewAAAAAAQAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAewAAAAAAJgAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAewAAAAAAewAAAAAAJgAAAAAAewAAAAAAJQAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAewAAAAAALQAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJQAAAAAAewAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJQAAAAAAQwAAAAAAZwAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJQAAAAAAewAAAAAAZwAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAewAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAewAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAewAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAewAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAewAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAewAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAewAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAewAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAewAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAewAAAAAAZwAAAAAA + version: 6 + 0,-10: + ind: 0,-10 + tiles: OQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAagAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAOQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAagAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAZwAAAAAAZwAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAZwAAAAAAZwAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAewAAAAAAagAAAAAAewAAAAAAgAAAAAAAgAAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAewAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAZwAAAAAAZwAAAAAAewAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAZwAAAAAAewAAAAAAaQAAAAAASwAAAAAAaQAAAAAASwAAAAAAaQAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAZwAAAAAASwAAAAAAaQAAAAAASwAAAAAATAAAAAAASwAAAAAAaQAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAZwAAAAAASwAAAAAAaQAAAAAASwAAAAAATAAAAAAASwAAAAAAaQAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAA + version: 6 + -1,-11: + ind: -1,-11 + tiles: AAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAUAAAAAAAUAAAAAAALAAAAAAALAAAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAUAAAAAAAUAAAAAAALAAAAAAALAAAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAUAAAAAAAUAAAAAAAUAAAAAAALAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAewAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAcgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAZwAAAAAAgAAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAgAAAAAAAgAAAAAAAewAAAAAAagAAAAAAagAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAewAAAAAAgAAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAcgAAAAAAcgAAAAAAewAAAAAAZwAAAAAAgAAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAgAAAAAAAgAAAAAAAewAAAAAAagAAAAAAewAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAZwAAAAAAgAAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAZwAAAAAAgAAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAcgAAAAAAcgAAAAAAaQAAAAAAZwAAAAAAgAAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZwAAAAAAgAAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAZwAAAAAAgAAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAQAAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAA + version: 6 + 0,-11: + ind: 0,-11 + tiles: aQAAAAAAZwAAAAAAaQAAAAAAcgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAcgAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAaQAAAAAAZwAAAAAAewAAAAAAcgAAAAAAbgAAAAAATAAAAAAATAAAAAAAbgAAAAAAcgAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAZwAAAAAAewAAAAAAcgAAAAAAbgAAAAAATAAAAAAATAAAAAAAbgAAAAAAcgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAZwAAAAAAaQAAAAAAcgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAcgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAZwAAAAAAaQAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAZwAAAAAAewAAAAAAewAAAAAAewAAAAAAZwAAAAAAZwAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAZwAAAAAAewAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAZwAAAAAAZwAAAAAALAAAAAAATAAAAAAATAAAAAAATAAAAAAALAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAZwAAAAAAZwAAAAAALAAAAAAATAAAAAAALAAAAAAATAAAAAAALAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAZwAAAAAAZwAAAAAALAAAAAAATAAAAAAATAAAAAAATAAAAAAALAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAZwAAAAAAewAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAaQAAAAAAZwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAgAAAAAAAewAAAAAAaQAAAAAAZwAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAaQAAAAAAZwAAAAAAZwAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAQAAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAA + version: 6 + 0,-12: + ind: 0,-12 + tiles: dAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZwAAAAAAZwAAAAAAewAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAADAAAAAAADAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAZwAAAAAAewAAAAAAZwAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAewAAAAAAgAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAZwAAAAAAewAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAewAAAAAAQAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAZwAAAAAAewAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAewAAAAAAcgAAAAAAcgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAZwAAAAAAaQAAAAAAewAAAAAAewAAAAAATgAAAAAAewAAAAAAcgAAAAAAcgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAZwAAAAAAaQAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAA + version: 6 + -1,-12: + ind: -1,-12 + tiles: gAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAQgAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZwAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAQAAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAQAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAQAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAZwAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZwAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAUAAAAAAAUAAAAAAAUAAAAAAALAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAewAAAAAA + version: 6 + -1,-13: + ind: -1,-13 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAdwAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAbwAAAAAAbwAAAAAAewAAAAAAdwAAAAAAewAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAbwAAAAAAbwAAAAAAdwAAAAAAdwAAAAAAZwAAAAAAZwAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAbwAAAAAAbwAAAAAAewAAAAAAdwAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAdwAAAAAAewAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAbwAAAAAAewAAAAAAewAAAAAAdwAAAAAAewAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAbwAAAAAAbwAAAAAAdwAAAAAAdwAAAAAAewAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAbwAAAAAAbwAAAAAAewAAAAAAdwAAAAAAewAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAdwAAAAAAewAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAZwAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAewAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAdwAAAAAAdwAAAAAATAAAAAAAdwAAAAAAdwAAAAAAewAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAdwAAAAAAdwAAAAAATAAAAAAAdwAAAAAAdwAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAewAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAewAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAdAAAAAAAewAAAAAAewAAAAAAdAAAAAAAewAAAAAAcgAAAAAA + version: 6 + 0,-13: + ind: 0,-13 + tiles: OQAAAAAAOQAAAAAAOQAAAAAAZwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAADAAAAAAADAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZwAAAAAAZwAAAAAAewAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAewAAAAAAZwAAAAAAZwAAAAAAewAAAAAAgAAAAAAADAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAbgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAewAAAAAAZwAAAAAAZwAAAAAAewAAAAAAgAAAAAAADAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAewAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAewAAAAAAQAAAAAAADAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAewAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAewAAAAAAQAAAAAAADAAAAAAADAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAcwAAAAAAbgAAAAAAcgAAAAAAewAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAewAAAAAAQAAAAAAAQAAAAAAADAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAcgAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAewAAAAAADAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAcgAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAewAAAAAADAAAAAAADAAAAAAADAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAewAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAewAAAAAAQAAAAAAADAAAAAAADAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAdAAAAAAAewAAAAAAewAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAewAAAAAAQAAAAAAAQAAAAAAADAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAewAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAewAAAAAAQAAAAAAADAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAcgAAAAAAewAAAAAAZwAAAAAAZwAAAAAAewAAAAAAgAAAAAAADAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAewAAAAAAZwAAAAAAZwAAAAAAewAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,-14: + ind: -1,-14 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAgAAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAA + version: 6 + 0,-14: + ind: 0,-14 + tiles: agAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAgAAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,-15: + ind: -1,-15 + tiles: ewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAagAAAAAA + version: 6 + 0,-15: + ind: 0,-15 + tiles: OQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAKgAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAewAAAAAAewAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAewAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,-16: + ind: -1,-16 + tiles: ewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAJQAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAawAAAAAAewAAAAAAWwAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAJQAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAJQAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAWwAAAAAATAAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAWwAAAAAATAAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAATAAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAATAAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAgAAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAOQAAAAAA + version: 6 + 0,-16: + ind: 0,-16 + tiles: aQAAAAAAWwAAAAAAewAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAMwAAAAAAMwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAMwAAAAAAaQAAAAAAWwAAAAAAewAAAAAAewAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAewAAAAAAQAAAAAAAQAAAAAAAewAAAAAAewAAAAAAMwAAAAAAMwAAAAAAaQAAAAAAewAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAewAAAAAAQAAAAAAAQAAAAAAAewAAAAAAewAAAAAAMwAAAAAAMwAAAAAAaQAAAAAAewAAAAAAMwAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAMwAAAAAANAAAAAAAQAAAAAAAQAAAAAAAewAAAAAAewAAAAAAMwAAAAAAMwAAAAAAaQAAAAAAWwAAAAAAMwAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAMwAAAAAAewAAAAAAQAAAAAAAQAAAAAAAewAAAAAAewAAAAAAMwAAAAAAMwAAAAAAaQAAAAAAWwAAAAAAMwAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAMwAAAAAAewAAAAAAQAAAAAAAQAAAAAAAewAAAAAAewAAAAAAMwAAAAAAMwAAAAAAaQAAAAAAewAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAMwAAAAAAaQAAAAAAWwAAAAAAewAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAaQAAAAAAWwAAAAAAewAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAMwAAAAAAaQAAAAAAWwAAAAAAewAAAAAAMwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAMwAAAAAAaQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAMwAAAAAAaQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAaQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAWwAAAAAATQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAKgAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAKgAAAAAAOQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAKgAAAAAA + version: 6 + -1,-17: + ind: -1,-17 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAMwAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAWwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAANAAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAKgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAgAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAewAAAAAAfQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAfQAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAfQAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAA + version: 6 + 0,-17: + ind: 0,-17 + tiles: WwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAWwAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAQAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAQAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAQAAAAAAAOQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAQAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAMwAAAAAAaQAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAewAAAAAAMwAAAAAAaQAAAAAAWwAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAfQAAAAAAewAAAAAAagAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAMwAAAAAAaQAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAaQAAAAAAWwAAAAAAewAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAMwAAAAAAMwAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAMwAAAAAAaQAAAAAAWwAAAAAAWwAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAA + version: 6 + 1,-16: + ind: 1,-16 + tiles: MwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAewAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAewAAAAAAewAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAANAAAAAAANAAAAAAAMwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAANAAAAAAANAAAAAAAMwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAANAAAAAAANAAAAAAAMwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKgAAAAAATQAAAAAAKgAAAAAAKgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKgAAAAAATQAAAAAAKgAAAAAAKgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKgAAAAAATQAAAAAAKgAAAAAAKgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 1,-17: + ind: 1,-17 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAMwAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAMwAAAAAAewAAAAAAewAAAAAAMwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAMwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAANAAAAAAANAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAewAAAAAANAAAAAAANAAAAAAANAAAAAAAMwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAewAAAAAANAAAAAAANAAAAAAANAAAAAAAMwAAAAAAewAAAAAAgAAAAAAAgAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAA + version: 6 + 1,-9: + ind: 1,-9 + tiles: agAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 1,-10: + ind: 1,-10 + tiles: agAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 1,-11: + ind: 1,-11 + tiles: gAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAagAAAAAAewAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 2,-16: + ind: 2,-16 + tiles: gAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 2,-17: + ind: 2,-17 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,-20: + ind: -1,-20 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAATAAAAAAATAAAAAAAHQAAAAAAewAAAAAAaQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAATAAAAAAATAAAAAAAHQAAAAAAHQAAAAAAaQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAATAAAAAAATAAAAAAAHQAAAAAAewAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAQAAAAAAAQAAAAAAAHQAAAAAAHQAAAAAAewAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAQAAAAAAAHQAAAAAAHQAAAAAAewAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAHQAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAQgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAHQAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHQAAAAAAHQAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAHQAAAAAAHQAAAAAAewAAAAAAHQAAAAAAHQAAAAAATAAAAAAATAAAAAAAHQAAAAAAewAAAAAAaQAAAAAA + version: 6 + 0,-20: + ind: 0,-20 + tiles: WwAAAAAAaQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAWwAAAAAAaQAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAWwAAAAAAaQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAWwAAAAAAaQAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAAAaQAAAAAAewAAAAAAHQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAWwAAAAAAaQAAAAAAewAAAAAAQAAAAAAAQAAAAAAATAAAAAAAXQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAWwAAAAAAaQAAAAAAewAAAAAAQAAAAAAAQAAAAAAATAAAAAAAXQAAAAAAHQAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAWwAAAAAAaQAAAAAAewAAAAAAQAAAAAAAQAAAAAAATAAAAAAAXQAAAAAAHQAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAAAaQAAAAAAewAAAAAAHQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAAAaQAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAAAaQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAWwAAAAAAWwAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAWwAAAAAAWwAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAWwAAAAAAaQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAWwAAAAAAaQAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,-18: + ind: 0,-18 + tiles: WwAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAANQAAAAAANQAAAAAANQAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAANQAAAAAANQAAAAAANQAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAANQAAAAAANQAAAAAANQAAAAAANQAAAAAANQAAAAAANQAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAANQAAAAAANQAAAAAANQAAAAAANQAAAAAANQAAAAAANQAAAAAAGwAAAAAAGgAAAAAAWwAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAANQAAAAAANQAAAAAANQAAAAAANQAAAAAANQAAAAAANQAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,-18: + ind: -1,-18 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAMwAAAAAANAAAAAAANAAAAAAANAAAAAAAMwAAAAAAewAAAAAAWwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAMwAAAAAANAAAAAAAMwAAAAAAMwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAMwAAAAAANAAAAAAAMwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAMwAAAAAANAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAMwAAAAAANAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAewAAAAAANAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAGgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAGgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAATAAAAAAATAAAAAAAWwAAAAAAWwAAAAAAGgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAATAAAAAAATAAAAAAAWwAAAAAAWwAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAATAAAAAAATAAAAAAAWwAAAAAAWwAAAAAAGgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAGgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAGgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAMwAAAAAAMwAAAAAANAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAMwAAAAAAMwAAAAAANAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAANAAAAAAANAAAAAAANAAAAAAAMwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAANAAAAAAANAAAAAAANAAAAAAAMwAAAAAAMwAAAAAAWwAAAAAAewAAAAAAewAAAAAA + version: 6 + 0,-19: + ind: 0,-19 + tiles: WwAAAAAAaQAAAAAAewAAAAAAHQAAAAAATAAAAAAATAAAAAAATAAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAAAaQAAAAAAewAAAAAAHQAAAAAATAAAAAAATAAAAAAATAAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAAAaQAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAWwAAAAAAaQAAAAAAewAAAAAAHQAAAAAAHQAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAewAAAAAAagAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAWwAAAAAAaQAAAAAAewAAAAAAHQAAAAAAHQAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAWwAAAAAAaQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAAAaQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,-19: + ind: -1,-19 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAATAAAAAAATAAAAAAAHQAAAAAAewAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAHQAAAAAAHQAAAAAAewAAAAAAHQAAAAAAHQAAAAAATAAAAAAATAAAAAAAHQAAAAAAewAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAQAAAAAAAQAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAaQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAANgAAAAAAQAAAAAAAHQAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAHQAAAAAAHQAAAAAAewAAAAAAaQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAOQAAAAAAOQAAAAAA + version: 6 + -1,-21: + ind: -1,-21 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAewAAAAAAMwAAAAAAMwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAewAAAAAAewAAAAAAMwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAMwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAMwAAAAAAMwAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAJQAAAAAAMwAAAAAAMwAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAJQAAAAAAMwAAAAAAMwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAJQAAAAAAMwAAAAAAMwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAANAAAAAAAMwAAAAAAMwAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAQAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAQAAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAagAAAAAAOQAAAAAAOQAAAAAA + version: 6 + 0,-21: + ind: 0,-21 + tiles: NAAAAAAAMwAAAAAAMwAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAMwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAMwAAAAAAMwAAAAAAewAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAMwAAAAAAMwAAAAAAewAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAANAAAAAAAMwAAAAAAMwAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAANAAAAAAAMwAAAAAAMwAAAAAAewAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAeQAAAAAAeAAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAewAAAAAAgAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAewAAAAAAgAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 1,-20: + ind: 1,-20 + tiles: gAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAQAAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAQAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAQAAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAQAAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAewAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAQAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAQAAAAAAAawAAAAAAawAAAAAANgAAAAAAewAAAAAANgAAAAAAawAAAAAAawAAAAAAQAAAAAAAewAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAewAAAAAAOQAAAAAAOQAAAAAAQAAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAQAAAAAAAQAAAAAAAQAAAAAAANgAAAAAAQAAAAAAAewAAAAAAgAAAAAAAOQAAAAAAQAAAAAAAawAAAAAAawAAAAAANgAAAAAAewAAAAAANgAAAAAAawAAAAAAawAAAAAAQAAAAAAAewAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAewAAAAAAgAAAAAAAewAAAAAAQAAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAQAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAewAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 1,-19: + ind: 1,-19 + tiles: AAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAQAAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAQAAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAQAAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAQAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 1,-21: + ind: 1,-21 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,-22: + ind: 0,-22 + tiles: OQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAewAAAAAAgAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAQgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAQgAAAAAAQgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAQgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAANAAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAANAAAAAAAMwAAAAAAMwAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAagAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAMwAAAAAAMwAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAMwAAAAAAMwAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAMwAAAAAAMwAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,-22: + ind: -1,-22 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAgAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAewAAAAAAQgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAewAAAAAAQgAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAewAAAAAAQgAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAMwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAewAAAAAAMwAAAAAAMwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAewAAAAAAMwAAAAAAMwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAewAAAAAAMwAAAAAAMwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAewAAAAAAMwAAAAAAMwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAewAAAAAAMwAAAAAAMwAAAAAA + version: 6 + 0,-23: + ind: 0,-23 + tiles: QAAAAAAAQAAAAAAAewAAAAAAewAAAAAAMwAAAAAAewAAAAAAHgAAAAAAHgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAIgAAAAAAJQAAAAAAewAAAAAAJgAAAAAAJQAAAAAAJgAAAAAAHgAAAAAAHgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAIgAAAAAAJQAAAAAAewAAAAAAJgAAAAAAJQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAIgAAAAAAJQAAAAAAewAAAAAAJgAAAAAAJQAAAAAAewAAAAAAHgAAAAAAHgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAIgAAAAAAJQAAAAAAewAAAAAAJgAAAAAAJQAAAAAAJgAAAAAAHgAAAAAAHgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAIgAAAAAAJQAAAAAAewAAAAAAJgAAAAAAJQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAewAAAAAAJgAAAAAAIgAAAAAAJQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAJgAAAAAAJgAAAAAAIgAAAAAAJgAAAAAAJQAAAAAAIgAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAIgAAAAAAIgAAAAAAJgAAAAAAJQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAHgAAAAAAIgAAAAAAJQAAAAAAewAAAAAAHgAAAAAAHgAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAIgAAAAAAIgAAAAAAJQAAAAAANAAAAAAAHgAAAAAAHgAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAJgAAAAAAJQAAAAAAewAAAAAAHgAAAAAAHgAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAHgAAAAAAHgAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAewAAAAAAgAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,-23: + ind: -1,-23 + tiles: AAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHgAAAAAAHgAAAAAAewAAAAAAMwAAAAAAewAAAAAAewAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHgAAAAAAHgAAAAAAJgAAAAAAJQAAAAAAJgAAAAAAewAAAAAAJQAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJQAAAAAAJgAAAAAAewAAAAAAJQAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHgAAAAAAHgAAAAAAJgAAAAAAJQAAAAAAJgAAAAAAewAAAAAAJQAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHgAAAAAAHgAAAAAAJgAAAAAAJQAAAAAAJgAAAAAAewAAAAAAJQAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJQAAAAAAJgAAAAAAewAAAAAAJQAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAJQAAAAAAIgAAAAAAJgAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAJQAAAAAAJgAAAAAAIgAAAAAAJgAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJQAAAAAAJgAAAAAAIgAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAewAAAAAAJQAAAAAAIgAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAAANAAAAAAAJQAAAAAAIgAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAewAAAAAAJQAAAAAAJgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAHwAAAAAAHwAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAgAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAA + version: 6 + -1,-24: + ind: -1,-24 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAAewAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAgAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAgAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAQAAAAAAAewAAAAAADAAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAagAAAAAAagAAAAAANQAAAAAANQAAAAAADAAAAAAADAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAANQAAAAAAagAAAAAANQAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAagAAAAAANQAAAAAAagAAAAAAagAAAAAAagAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAewAAAAAAMwAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAQAAAAAAAQAAAAAAAewAAAAAAQAAAAAAA + version: 6 + 0,-24: + ind: 0,-24 + tiles: DAAAAAAADAAAAAAAeAAAAAAAewAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAADAAAAAAADAAAAAAADAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAewAAAAAAgAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAewAAAAAAgAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAADAAAAAAAewAAAAAAQAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAADAAAAAAADAAAAAAADAAAAAAANQAAAAAAagAAAAAANQAAAAAAagAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAADAAAAAAADAAAAAAAagAAAAAAagAAAAAANQAAAAAAagAAAAAAagAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAANQAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAMwAAAAAAewAAAAAAQAAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAewAAAAAAQAAAAAAAQAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAA + version: 6 + 0,-25: + ind: 0,-25 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAADAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAAADAAAAAAADAAAAAAAewAAAAAADAAAAAAADAAAAAAADAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAAADAAAAAAADAAAAAAAewAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAAADAAAAAAAeAAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,-25: + ind: -1,-25 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAeAAAAAAAEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAewAAAAAAEwAAAAAAeAAAAAAAEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAeAAAAAAAEwAAAAAAEwAAAAAAeAAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAADAAAAAAADAAAAAAADAAAAAAAewAAAAAAewAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAAewAAAAAADAAAAAAA + version: 6 + -2,-22: + ind: -2,-22 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -2,-21: + ind: -2,-21 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAA + version: 6 + -1,1: + ind: -1,1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,1: + ind: 0,1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -2,0: + ind: -2,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -2,-1: + ind: -2,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAA + version: 6 + 1,-1: + ind: 1,-1 + tiles: gAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 1,0: + ind: 1,0 + tiles: AAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 1,-2: + ind: 1,-2 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 1,-3: + ind: 1,-3 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 1,-4: + ind: 1,-4 + tiles: MwAAAAAAMwAAAAAAewAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAMwAAAAAAewAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAMwAAAAAAewAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAMwAAAAAAewAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMwAAAAAAewAAAAAAewAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 1,-5: + ind: 1,-5 + tiles: JgAAAAAAJgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAJgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAJgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAJgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAJgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAJgAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAJgAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAJgAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAJgAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAJgAAAAAAewAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAJgAAAAAAewAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAJgAAAAAAewAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -2,-4: + ind: -2,-4 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -2,-5: + ind: -2,-5 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 1,-6: + ind: 1,-6 + tiles: gAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAewAAAAAAewAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAJgAAAAAAewAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAJgAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAJgAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAJgAAAAAAewAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAJgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 1,-7: + ind: 1,-7 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -2,-6: + ind: -2,-6 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -2,-7: + ind: -2,-7 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAA + version: 6 + 1,-8: + ind: 1,-8 + tiles: AAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -2,-8: + ind: -2,-8 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -2,-9: + ind: -2,-9 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAA + version: 6 + -2,-10: + ind: -2,-10 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 1,-15: + ind: 1,-15 + tiles: KgAAAAAATQAAAAAAKgAAAAAAKgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 1,-22: + ind: 1,-22 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -2,-12: + ind: -2,-12 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAA + version: 6 + -2,-11: + ind: -2,-11 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 1,-12: + ind: 1,-12 + tiles: gAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 1,-13: + ind: 1,-13 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 1,-14: + ind: 1,-14 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -2,-13: + ind: -2,-13 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -2,-14: + ind: -2,-14 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAA + version: 6 + -2,-16: + ind: -2,-16 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAA + version: 6 + -2,-15: + ind: -2,-15 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -2,-17: + ind: -2,-17 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAA + version: 6 + -2,-23: + ind: -2,-23 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 1,-23: + ind: 1,-23 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 2,-20: + ind: 2,-20 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 2,-19: + ind: 2,-19 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -2,-20: + ind: -2,-20 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -2,-19: + ind: -2,-19 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + - type: Broadphase + - type: Physics + bodyStatus: InAir + angularDamping: 0.05 + linearDamping: 0.05 + fixedRotation: False + bodyType: Dynamic + - type: Fixtures + fixtures: {} + - type: OccluderTree + - type: SpreaderGrid + - type: Shuttle + - type: GridPathfinding + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier + path: /Audio/Effects/alert.ogg + - type: DecalGrid + chunkCollection: + version: 2 + nodes: + - node: + angle: -1.5707963267948966 rad + color: '#FFFFFFFF' + id: Arrows + decals: + 497: -2,-124 + 498: 0,-124 + 499: 1,-124 + - node: + color: '#FFFFFFFF' + id: Bot + decals: + 496: -1,-124 + 903: 6,-280 + - node: + color: '#FFFFFFFF' + id: BotGreyscale + decals: + 1260: 1,-279 + 1261: 1,-280 + 1262: 2,-279 + 1263: 3,-279 + 1264: 3,-280 + 1359: 2,-280 + 1417: -1,-341 + 1418: -1,-340 + 1419: -1,-339 + 1420: -1,-338 + 1423: -2,-341 + 1424: -2,-340 + 1425: -2,-339 + 1426: -2,-338 + - node: + color: '#FFFFFFFF' + id: BotLeft + decals: + 902: 6,-281 + - node: + color: '#FFFFFFFF' + id: BotLeftGreyscale + decals: + 1421: -1,-342 + - node: + color: '#FFFFFFFF' + id: BotRight + decals: + 901: 6,-279 + - node: + color: '#FFFFFFFF' + id: BotRightGreyscale + decals: + 1422: -1,-337 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkInnerNe + decals: + 127: 6,-38 + 128: 6,-45 + 304: -2,-7 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkInnerNw + decals: + 123: -6,-33 + 124: -6,-31 + 305: -3,-7 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkInnerSe + decals: + 129: 6,-43 + 303: -2,-7 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkInnerSw + decals: + 121: -6,-29 + 122: -6,-31 + 306: -3,-7 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkLineE + decals: + 130: 6,-44 + 131: 6,-37 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkLineN + decals: + 293: -4,-8 + 294: -4,-8 + 295: -3,-8 + 296: -2,-8 + 297: -1,-8 + 300: -4,-7 + 301: -4,-7 + 302: -1,-7 + 505: 2,-139 + 506: 3,-139 + 507: 4,-139 + 508: 5,-139 + 509: 6,-139 + 510: 3,-138 + 511: 4,-138 + 512: 5,-138 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkLineS + decals: + 289: -4,-6 + 290: -2,-6 + 291: -3,-6 + 292: -1,-6 + 298: -4,-7 + 299: -1,-7 + 500: 3,-140 + 501: 2,-140 + 502: 4,-140 + 503: 5,-140 + 504: 6,-140 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkLineW + decals: + 125: -6,-30 + 126: -6,-32 + - node: + color: '#639137FF' + id: BrickTileSteelCornerNe + decals: + 369: 1,-87 + - node: + color: '#639137FF' + id: BrickTileSteelCornerSw + decals: + 372: 0,-88 + 373: 0,-88 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelEndE + decals: + 513: 5,-144 + - node: + color: '#639137FF' + id: BrickTileSteelEndN + decals: + 384: 3,-86 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelEndN + decals: + 518: 4,-143 + - node: + color: '#639137FF' + id: BrickTileSteelEndS + decals: + 370: 1,-89 + 385: 3,-92 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelEndS + decals: + 515: 4,-146 + - node: + color: '#639137FF' + id: BrickTileSteelEndW + decals: + 371: -1,-87 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelEndW + decals: + 514: 3,-144 + - node: + color: '#639137FF' + id: BrickTileSteelInnerNe + decals: + 378: -1,-88 + 379: 0,-89 + 380: 0,-88 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelInnerNe + decals: + 522: 4,-144 + - node: + color: '#639137FF' + id: BrickTileSteelInnerNw + decals: + 381: 1,-88 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelInnerNw + decals: + 521: 4,-144 + - node: + color: '#639137FF' + id: BrickTileSteelInnerSe + decals: + 383: 0,-87 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelInnerSe + decals: + 519: 4,-144 + - node: + color: '#639137FF' + id: BrickTileSteelInnerSw + decals: + 376: 1,-88 + 377: 0,-87 + 382: 1,-87 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelInnerSw + decals: + 520: 4,-144 + - node: + color: '#639137FF' + id: BrickTileSteelLineE + decals: + 375: 1,-88 + 391: 3,-87 + 392: 3,-88 + 393: 3,-89 + 394: 3,-90 + 395: 3,-91 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelLineE + decals: + 517: 4,-145 + - node: + color: '#639137FF' + id: BrickTileSteelLineN + decals: + 374: 0,-87 + - node: + color: '#96DAFFFF' + id: BrickTileSteelLineN + decals: + 83: 1,-31 + - node: + color: '#639137FF' + id: BrickTileSteelLineW + decals: + 386: 3,-91 + 387: 3,-90 + 388: 3,-89 + 389: 3,-88 + 390: 3,-87 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelLineW + decals: + 516: 4,-145 + - node: + color: '#646464FF' + id: BrickTileWhiteBox + decals: + 413: 4,-89 + - node: + color: '#639137FF' + id: BrickTileWhiteCornerNe + decals: + 331: -6,-85 + 346: 1,-85 + 347: 2,-86 + - node: + color: '#A0A0A0FF' + id: BrickTileWhiteCornerNe + decals: + 465: 3,-96 + - node: + color: '#B3B3B3FF' + id: BrickTileWhiteCornerNe + decals: + 397: 4,-85 + 398: 5,-86 + - node: + color: '#639137FF' + id: BrickTileWhiteCornerNw + decals: + 313: -9,-90 + 342: -2,-85 + - node: + color: '#A0A0A0FF' + id: BrickTileWhiteCornerNw + decals: + 430: 5,-93 + 466: 2,-96 + - node: + color: '#639137FF' + id: BrickTileWhiteCornerSe + decals: + 332: -6,-89 + 353: 2,-92 + - node: + color: '#A0A0A0FF' + id: BrickTileWhiteCornerSe + decals: + 467: 3,-98 + - node: + color: '#B3B3B3FF' + id: BrickTileWhiteCornerSe + decals: + 399: 5,-92 + 400: 4,-93 + - node: + color: '#639137FF' + id: BrickTileWhiteCornerSw + decals: + 316: -9,-84 + 358: -1,-90 + 359: -2,-89 + - node: + color: '#A0A0A0FF' + id: BrickTileWhiteCornerSw + decals: + 421: 5,-85 + 468: 2,-98 + - node: + color: '#646464FF' + id: BrickTileWhiteEndN + decals: + 408: 4,-87 + 412: 4,-90 + - node: + color: '#646464FF' + id: BrickTileWhiteEndS + decals: + 409: 4,-91 + 410: 4,-88 + 411: 4,-88 + - node: + color: '#334E6DFF' + id: BrickTileWhiteInnerNe + decals: + 286: -1,2 + - node: + color: '#639137FF' + id: BrickTileWhiteInnerNe + decals: + 339: -7,-85 + - node: + color: '#A0A0A0FF' + id: BrickTileWhiteInnerNe + decals: + 469: 3,-97 + 477: 3,-98 + 478: 2,-98 + - node: + color: '#B3B3B3FF' + id: BrickTileWhiteInnerNe + decals: + 402: 4,-86 + - node: + color: '#334E6DFF' + id: BrickTileWhiteInnerNw + decals: + 287: 1,2 + - node: + color: '#639137FF' + id: BrickTileWhiteInnerNw + decals: + 338: -9,-85 + 368: 0,-92 + - node: + color: '#646464FF' + id: BrickTileWhiteInnerNw + decals: + 416: 5,-90 + - node: + color: '#A0A0A0FF' + id: BrickTileWhiteInnerNw + decals: + 429: 6,-93 + 431: 5,-94 + 470: 2,-97 + 479: 3,-98 + - node: + color: '#639137FF' + id: BrickTileWhiteInnerSe + decals: + 341: -7,-89 + 356: 1,-92 + 357: 1,-92 + - node: + color: '#A0A0A0FF' + id: BrickTileWhiteInnerSe + decals: + 472: 3,-97 + 476: 2,-96 + - node: + color: '#B3B3B3FF' + id: BrickTileWhiteInnerSe + decals: + 401: 4,-92 + - node: + color: '#639137FF' + id: BrickTileWhiteInnerSw + decals: + 337: -9,-89 + 363: -1,-89 + 364: 0,-90 + 367: 0,-92 + - node: + color: '#646464FF' + id: BrickTileWhiteInnerSw + decals: + 415: 5,-88 + - node: + color: '#A0A0A0FF' + id: BrickTileWhiteInnerSw + decals: + 419: 5,-84 + 420: 5,-84 + 433: 6,-85 + 471: 2,-97 + 475: 3,-96 + - node: + color: '#334E6DFF' + id: BrickTileWhiteLineE + decals: + 285: -1,3 + - node: + color: '#639137FF' + id: BrickTileWhiteLineE + decals: + 330: -6,-86 + 333: -6,-88 + 334: -6,-87 + 348: 2,-87 + 349: 2,-88 + 350: 2,-89 + 351: 2,-90 + 352: 2,-91 + - node: + color: '#A0A0A0FF' + id: BrickTileWhiteLineE + decals: + 473: 2,-97 + 480: 3,-97 + - node: + color: '#B3B3B3FF' + id: BrickTileWhiteLineE + decals: + 403: 5,-87 + 404: 5,-88 + 405: 5,-89 + 406: 5,-90 + 407: 5,-91 + - node: + color: '#639137FF' + id: BrickTileWhiteLineN + decals: + 307: -10,-89 + 308: -9,-89 + 309: -8,-89 + 314: -8,-90 + 315: -7,-90 + 335: -10,-85 + 343: -1,-85 + 344: -1,-85 + 345: 0,-85 + 354: 1,-93 + 355: 0,-93 + - node: + color: '#A0A0A0FF' + id: BrickTileWhiteLineN + decals: + 432: 4,-94 + - node: + color: '#B3B3B3FF' + id: BrickTileWhiteLineN + decals: + 396: 3,-85 + - node: + color: '#639137FF' + id: BrickTileWhiteLineS + decals: + 310: -8,-85 + 311: -9,-85 + 312: -10,-85 + 317: -8,-84 + 318: -7,-84 + 336: -10,-89 + - node: + color: '#A0A0A0FF' + id: BrickTileWhiteLineS + decals: + 417: 3,-84 + 418: 4,-84 + - node: + color: '#334E6DFF' + id: BrickTileWhiteLineW + decals: + 288: 1,3 + - node: + color: '#639137FF' + id: BrickTileWhiteLineW + decals: + 319: -7,-87 + 320: -7,-88 + 340: -7,-86 + 360: -2,-88 + 361: -2,-87 + 362: -2,-86 + 365: 0,-91 + 366: 0,-91 + - node: + color: '#646464FF' + id: BrickTileWhiteLineW + decals: + 414: 5,-89 + - node: + color: '#A0A0A0FF' + id: BrickTileWhiteLineW + decals: + 422: 6,-86 + 423: 6,-87 + 424: 6,-89 + 425: 6,-88 + 426: 6,-90 + 427: 6,-91 + 428: 6,-92 + 474: 3,-97 + 481: 2,-97 + - node: + color: '#FFFFFFFF' + id: BushAOne + decals: + 1099: 1,-389 + 1100: 4,-387 + 1101: 1,-386 + 1372: 9,-203 + - node: + color: '#FFFFFFFF' + id: BushAThree + decals: + 190: 1.4194474,-40.90987 + 1373: 9,-206 + - node: + color: '#FFFFFFFF' + id: BushCOne + decals: + 189: 2.5288224,-40.980873 + 1229: -3,-375 + 1230: 3,-375 + - node: + color: '#FFFFFFFF' + id: BushCThree + decals: + 1374: 9,-205 + - node: + color: '#FFFFFFFF' + id: BushCTwo + decals: + 188: 2.1381974,-41.52775 + - node: + color: '#FFFFFFFF' + id: Busha2 + decals: + 1367: 11,-198 + 1370: 10,-201 + 1371: 11,-201 + - node: + color: '#FFFFFFFF' + id: Busha3 + decals: + 197: 4.2948465,-41.901707 + - node: + color: '#FFFFFFFF' + id: Bushb1 + decals: + 1095: -1,-387 + 1225: 1,-373 + 1226: 0,-374 + 1375: 9,-195 + 1376: 9,-204 + - node: + color: '#FFFFFFFF' + id: Bushb3 + decals: + 191: 1.2944474,-41.75362 + 1096: -3,-387 + 1097: 6,-384 + 1098: -5,-384 + 1227: -2,-374 + - node: + color: '#FFFFFFFF' + id: Bushc2 + decals: + 1366: 10,-198 + 1368: 10,-199 + - node: + color: '#FFFFFFFF' + id: Bushc3 + decals: + 1228: 3,-374 + 1369: 9,-200 + 1377: 7,-202 + - node: + color: '#FFFFFFFF' + id: ConcreteTrimCornerNe + decals: + 852: -2,-284 + - node: + color: '#FFFFFFFF' + id: ConcreteTrimCornerSe + decals: + 855: -2,-276 + - node: + color: '#FFFFFFFF' + id: ConcreteTrimInnerNe + decals: + 848: -3,-284 + 853: -2,-285 + - node: + color: '#FFFFFFFF' + id: ConcreteTrimInnerSe + decals: + 849: -3,-276 + 854: -2,-275 + - node: + color: '#FFFFFFFF' + id: ConcreteTrimLineE + decals: + 841: -3,-278 + 842: -3,-279 + 843: -3,-280 + 844: -3,-281 + 845: -3,-282 + 846: -3,-283 + 847: -3,-277 + - node: + color: '#FFFFFFFF' + id: ConcreteTrimLineN + decals: + 850: -1,-285 + 851: 0,-285 + - node: + color: '#FFFFFFFF' + id: ConcreteTrimLineS + decals: + 856: -1,-275 + 857: 0,-275 + 858: 1,-275 + 859: 3,-275 + 860: 4,-275 + 861: 5,-275 + 862: 6,-275 + 863: 2,-275 + - node: + color: '#FFFFFFFF' + id: FlowersBRTwo + decals: + 65: 3,-13 + - node: + color: '#FFFFFFFF' + id: Flowersbr2 + decals: + 203: 1.1507428,-40.14647 + 204: 0.83824277,-40.39647 + - node: + color: '#FFFFFFFF' + id: Flowerspv2 + decals: + 63: 3,-11 + - node: + color: '#FFFFFFFF' + id: Flowersy2 + decals: + 64: 3,-12 + - node: + color: '#FFFFFFFF' + id: Flowersy4 + decals: + 202: 4.197618,-40.474594 + - node: + color: '#9FED5896' + id: FullTileOverlayGreyscale + decals: + 780: -10,-88 + 781: -9,-88 + 782: -8,-88 + 783: -8,-87 + 784: -10,-86 + 785: -9,-86 + 786: -8,-86 + 787: -10,-87 + 788: -9,-87 + - node: + color: '#9FED58CF' + id: FullTileOverlayGreyscale + decals: + 1399: -3,-195 + 1400: -3,-194 + 1401: -4,-194 + 1402: -5,-194 + 1403: -6,-194 + 1404: -7,-194 + 1405: -7,-195 + - node: + color: '#9FED58DD' + id: FullTileOverlayGreyscale + decals: + 701: -3,-202 + 702: -3,-203 + 703: -3,-204 + 704: -3,-205 + 705: -3,-206 + 706: -3,-207 + 707: -3,-208 + 708: -3,-201 + 709: -3,-199 + 710: -3,-198 + 711: -3,-197 + 712: -3,-196 + 713: -7,-196 + 714: -7,-197 + 715: -7,-198 + 716: -7,-199 + 717: -6,-199 + - node: + color: '#FFFFFFFF' + id: Grassa1 + decals: + 1102: -3,-384 + 1105: -5,-387 + 1360: 11,-196 + - node: + color: '#FFFFFFFF' + id: Grassa2 + decals: + 1091: -2,-388 + 1231: -1,-374 + - node: + color: '#FFFFFFFF' + id: Grassa3 + decals: + 1094: -2,-387 + 1233: 1,-374 + 1234: 2,-374 + 1361: 10,-195 + - node: + color: '#FFFFFFFF' + id: Grassa4 + decals: + 1379: 7,-195 + - node: + color: '#FFFFFFFF' + id: Grassa5 + decals: + 1235: -3,-374 + 1236: 2,-373 + 1362: 9,-194 + - node: + color: '#FFFFFFFF' + id: Grassb1 + decals: + 192: 3.0600724,-41.94112 + 1103: 4,-384 + 1378: 7,-196 + - node: + color: '#FFFFFFFF' + id: Grassb2 + decals: + 199: 4.2479715,-41.057957 + 205: 0.60386777,-40.880844 + 207: 1.6455414,-39.61602 + 1238: 4,-374 + - node: + color: '#FFFFFFFF' + id: Grassb3 + decals: + 195: 0.47185308,-41.800495 + 1104: 5,-385 + - node: + color: '#FFFFFFFF' + id: Grassb4 + decals: + 194: 3.40986,-41.34737 + 201: 3.945704,-39.753384 + 1363: 9,-191 + 1364: 9,-192 + - node: + color: '#FFFFFFFF' + id: Grassb5 + decals: + 193: 2.3569474,-42.269245 + 196: 1.331228,-42.519245 + 200: 2.6073463,-40.20651 + 206: 3.1142914,-39.694145 + 1092: -2,-389 + 1093: -1,-388 + 1232: -1,-373 + 1237: -4,-374 + 1365: 11,-199 + - node: + color: '#FFFFFFFF' + id: GrayConcreteTrimInnerNw + decals: + 819: -4,-278 + 826: 0,-274 + - node: + color: '#FFFFFFFF' + id: GrayConcreteTrimInnerSw + decals: + 835: -1,-286 + 836: -4,-282 + - node: + color: '#FFFFFFFF' + id: GrayConcreteTrimLineE + decals: + 1331: 17,-64 + 1332: 17,-63 + 1333: 17,-62 + 1334: 17,-61 + - node: + color: '#FFFFFFFF' + id: GrayConcreteTrimLineN + decals: + 817: -6,-278 + 818: -5,-278 + 823: -2,-274 + 824: -3,-274 + 825: -1,-274 + 1335: 14,-60 + 1336: 15,-60 + 1337: 16,-60 + 1338: 13,-68 + 1339: 14,-68 + 1340: 15,-68 + 1341: 16,-68 + 1342: 17,-68 + 1348: 13,-78 + 1349: 14,-78 + 1350: 15,-78 + 1351: 16,-78 + 1352: 17,-78 + - node: + color: '#FFFFFFFF' + id: GrayConcreteTrimLineS + decals: + 837: -2,-286 + 838: -3,-286 + 839: -5,-282 + 840: -6,-282 + 1343: 13,-76 + 1344: 14,-76 + 1345: 15,-76 + 1346: 16,-76 + 1347: 17,-76 + 1353: 14,-86 + 1354: 15,-86 + 1355: 16,-86 + 1356: 13,-85 + 1357: 17,-85 + - node: + color: '#FFFFFFFF' + id: GrayConcreteTrimLineW + decals: + 820: -4,-277 + 821: -4,-276 + 822: -4,-275 + 827: 0,-273 + 828: 0,-272 + 829: 0,-271 + 830: -4,-285 + 831: -4,-284 + 832: -4,-283 + 833: -1,-288 + 834: -1,-287 + 1327: 13,-64 + 1328: 13,-63 + 1329: 13,-62 + 1330: 13,-61 + - node: + color: '#999453FF' + id: MiniTileDarkBox + decals: + 607: 5,-168 + - node: + color: '#FFFFFFFF' + id: MiniTileDarkBox + decals: + 582: -7,-153 + - node: + color: '#FFFFFFFF' + id: MiniTileDarkCornerNe + decals: + 112: -1,-22 + 149: -1,-49 + - node: + color: '#FFFFFFFF' + id: MiniTileDarkCornerNw + decals: + 111: 1,-22 + 152: 1,-49 + - node: + color: '#FFFFFFFF' + id: MiniTileDarkCornerSe + decals: + 114: -1,-24 + 141: -1,-51 + - node: + color: '#FFFFFFFF' + id: MiniTileDarkCornerSw + decals: + 113: 1,-24 + 145: 1,-51 + - node: + color: '#FFFFFFFF' + id: MiniTileDarkLineE + decals: + 109: -1,-23 + 158: -1,-50 + 789: 17,-154 + 790: 17,-153 + 791: 17,-152 + 792: 17,-148 + 793: 17,-147 + 794: 17,-146 + 795: 17,-145 + 796: 17,-144 + 797: 17,-141 + 798: 17,-140 + 813: 17,-160 + 814: 17,-161 + 815: 17,-164 + 816: 17,-165 + 1079: 0,-345 + 1080: 0,-346 + 1081: 0,-347 + 1085: 0,-344 + 1087: 2,-330 + 1088: 2,-331 + 1089: 2,-332 + 1090: 2,-333 + - node: + color: '#DE3A3A96' + id: MiniTileDarkLineN + decals: + 1239: -3,-371 + 1240: -4,-371 + 1241: -5,-371 + 1242: -6,-371 + 1243: -2,-371 + 1244: -1,-371 + 1245: 0,-371 + 1246: 1,-371 + 1247: 2,-371 + 1248: 3,-371 + 1249: 4,-371 + 1250: 5,-371 + 1251: 6,-371 + - node: + color: '#FFFFFFFF' + id: MiniTileDarkLineS + decals: + 1076: -5,-347 + 1077: -4,-347 + 1078: -3,-347 + - node: + color: '#FFFFFFFF' + id: MiniTileDarkLineW + decals: + 110: 1,-23 + 157: 1,-50 + 799: 13,-141 + 800: 13,-139 + 801: 13,-144 + 802: 13,-147 + 803: 13,-148 + 804: 13,-149 + 805: 13,-150 + 806: 13,-151 + 807: 13,-152 + 808: 13,-153 + 809: 13,-154 + 810: 13,-160 + 811: 13,-161 + 812: 13,-162 + 1074: -6,-345 + 1075: -6,-346 + 1082: 0,-347 + 1083: 0,-346 + 1084: 0,-345 + 1086: 0,-344 + - node: + color: '#D381C996' + id: MiniTileSteelBox + decals: + 962: 2,-310 + 963: 2,-306 + - node: + color: '#999453FF' + id: MiniTileSteelCornerNe + decals: + 606: 6,-167 + - node: + color: '#9FED58CF' + id: MiniTileSteelCornerNe + decals: + 1406: -3,-194 + - node: + color: '#D381C996' + id: MiniTileSteelCornerNe + decals: + 767: -3,-54 + 1276: -2,-311 + - node: + color: '#DE3A3A96' + id: MiniTileSteelCornerNe + decals: + 1136: 2,-357 + 1142: 3,-360 + 1158: 4,-361 + - node: + color: '#EFB34196' + id: MiniTileSteelCornerNe + decals: + 1305: 19,-246 + - node: + color: '#999453FF' + id: MiniTileSteelCornerNw + decals: + 603: 4,-167 + - node: + color: '#9FED58CF' + id: MiniTileSteelCornerNw + decals: + 1407: -7,-194 + - node: + color: '#D381C996' + id: MiniTileSteelCornerNw + decals: + 768: -6,-54 + - node: + color: '#DE3A3A96' + id: MiniTileSteelCornerNw + decals: + 1137: -2,-357 + 1143: -3,-360 + 1151: -7,-361 + - node: + color: '#EFB34196' + id: MiniTileSteelCornerNw + decals: + 1293: 14,-251 + 1301: 15,-246 + - node: + color: '#999453FF' + id: MiniTileSteelCornerSe + decals: + 604: 6,-169 + - node: + color: '#9FED58DB' + id: MiniTileSteelCornerSe + decals: + 662: -3,-193 + - node: + color: '#D381C996' + id: MiniTileSteelCornerSe + decals: + 769: -3,-56 + 1277: -2,-307 + - node: + color: '#EFB34196' + id: MiniTileSteelCornerSe + decals: + 1317: 19,-262 + - node: + color: '#999453FF' + id: MiniTileSteelCornerSw + decals: + 605: 4,-169 + - node: + color: '#9FED58DB' + id: MiniTileSteelCornerSw + decals: + 661: -6,-193 + - node: + color: '#D381C996' + id: MiniTileSteelCornerSw + decals: + 770: -6,-56 + - node: + color: '#DE3A3A96' + id: MiniTileSteelCornerSw + decals: + 1152: -7,-362 + - node: + color: '#EFB34196' + id: MiniTileSteelCornerSw + decals: + 1294: 14,-255 + 1315: 15,-262 + - node: + color: '#D381C996' + id: MiniTileSteelInnerNe + decals: + 981: 1,-307 + 982: 1,-320 + 1281: -8,-308 + - node: + color: '#DE3A3A96' + id: MiniTileSteelInnerNe + decals: + 1145: 2,-360 + 1146: 3,-361 + - node: + color: '#FFFFFFFF' + id: MiniTileSteelInnerNe + decals: + 101: -5,-32 + 185: 5,-46 + - node: + color: '#D381C996' + id: MiniTileSteelInnerNw + decals: + 979: 9,-307 + 1278: -1,-308 + - node: + color: '#DE3A3A96' + id: MiniTileSteelInnerNw + decals: + 1144: -2,-360 + 1147: -3,-361 + - node: + color: '#EFB34196' + id: MiniTileSteelInnerNw + decals: + 1296: 15,-251 + - node: + color: '#FFFFFFFF' + id: MiniTileSteelInnerNw + decals: + 102: 3,-32 + - node: + color: '#D381C996' + id: MiniTileSteelInnerSe + decals: + 961: 1,-309 + 980: 1,-298 + 1280: -8,-310 + - node: + color: '#FFFFFFFF' + id: MiniTileSteelInnerSe + decals: + 103: -5,-29 + 167: 0,-33 + - node: + color: '#D381C996' + id: MiniTileSteelInnerSw + decals: + 986: 9,-309 + 1132: -1,-298 + 1279: -1,-310 + - node: + color: '#DE3A3A96' + id: MiniTileSteelInnerSw + decals: + 1194: -4,-362 + - node: + color: '#EFB34196' + id: MiniTileSteelInnerSw + decals: + 1295: 15,-255 + - node: + color: '#FFFFFFFF' + id: MiniTileSteelInnerSw + decals: + 104: 3,-29 + 168: -1,-33 + - node: + color: '#5A64BC93' + id: MiniTileSteelLineE + decals: + 1223: 7,-367 + 1224: 7,-368 + - node: + color: '#5ABC5A93' + id: MiniTileSteelLineE + decals: + 1211: -6,-367 + 1212: -6,-368 + - node: + color: '#999453FF' + id: MiniTileSteelLineE + decals: + 599: 6,-168 + - node: + color: '#9FED58CF' + id: MiniTileSteelLineE + decals: + 1409: -3,-195 + - node: + color: '#9FED58DB' + id: MiniTileSteelLineE + decals: + 674: -5,-207 + 675: -5,-206 + 676: -5,-205 + 677: -5,-202 + 678: -5,-201 + - node: + color: '#9FED58DD' + id: MiniTileSteelLineE + decals: + 735: -3,-199 + 736: -3,-198 + 737: -3,-197 + 738: -3,-196 + - node: + color: '#A45ABC93' + id: MiniTileSteelLineE + decals: + 1215: -6,-364 + 1216: -6,-365 + - node: + color: '#BCBC5A93' + id: MiniTileSteelLineE + decals: + 1219: 7,-364 + 1220: 7,-365 + - node: + color: '#D381C996' + id: MiniTileSteelLineE + decals: + 776: -3,-55 + 947: 1,-316 + 948: 1,-317 + 949: 1,-318 + 950: 1,-319 + 951: 1,-312 + 952: 1,-311 + 960: 1,-310 + 971: 1,-306 + 972: 1,-305 + 973: 1,-304 + 974: 1,-303 + 975: 1,-302 + 976: 1,-301 + 977: 1,-300 + 978: 1,-299 + - node: + color: '#DE3A3A96' + id: MiniTileSteelLineE + decals: + 1133: 2,-359 + 1141: 2,-358 + 1159: 4,-362 + 1160: 4,-363 + 1161: 4,-364 + 1162: 4,-365 + 1163: 4,-366 + 1164: 4,-367 + - node: + color: '#EFB34196' + id: MiniTileSteelLineE + decals: + 1306: 19,-247 + 1307: 19,-248 + 1308: 19,-249 + 1309: 19,-250 + 1310: 19,-256 + 1311: 19,-257 + 1312: 19,-258 + - node: + color: '#FFFFFFFF' + id: MiniTileSteelLineE + decals: + 99: -5,-31 + 100: -5,-30 + 146: 5,-45 + 147: 5,-44 + 148: 5,-43 + 150: 5,-38 + 151: 5,-37 + 153: 0,-37 + 154: 0,-36 + 155: 0,-35 + 156: 0,-34 + 186: 5,-40 + 187: 5,-41 + 561: 0,-138 + 562: 0,-139 + 563: 0,-140 + 564: 0,-141 + 565: 0,-142 + 566: 0,-143 + 567: 0,-144 + 568: 0,-145 + 569: 0,-146 + 570: 0,-147 + 571: 1,-152 + 572: 1,-153 + - node: + color: '#999453FF' + id: MiniTileSteelLineN + decals: + 600: 5,-167 + - node: + color: '#9FED58CF' + id: MiniTileSteelLineN + decals: + 1410: -6,-194 + 1411: -5,-194 + 1412: -4,-194 + - node: + color: '#D381C996' + id: MiniTileSteelLineN + decals: + 774: -5,-54 + 775: -4,-54 + 964: 2,-307 + 965: 3,-307 + 966: 4,-307 + 967: 5,-307 + 968: 6,-307 + 969: 7,-307 + 970: 8,-307 + 1271: -7,-308 + 1272: -6,-308 + 1273: -4,-308 + 1274: -3,-308 + 1275: -2,-308 + - node: + color: '#DE3A3A96' + id: MiniTileSteelLineN + decals: + 1138: -1,-357 + 1139: 0,-357 + 1140: 1,-357 + 1148: -4,-361 + 1149: -5,-361 + 1150: -6,-361 + - node: + color: '#EFB34196' + id: MiniTileSteelLineN + decals: + 1302: 16,-246 + 1303: 17,-246 + 1304: 18,-246 + - node: + color: '#FFFFFFFF' + id: MiniTileSteelLineN + decals: + 91: -4,-32 + 92: -2,-32 + 93: -1,-32 + 94: 0,-32 + 95: 1,-32 + 96: 2,-32 + 174: 2,-28 + 175: 1,-28 + 176: 0,-28 + 178: -1,-28 + 179: -2,-28 + 180: -3,-28 + 181: -4,-28 + 182: -5,-28 + 183: -6,-28 + 184: 3,-28 + - node: + color: '#999453FF' + id: MiniTileSteelLineS + decals: + 601: 5,-169 + - node: + color: '#9FED58DD' + id: MiniTileSteelLineS + decals: + 726: -3,-199 + 727: -4,-199 + 728: -5,-199 + 729: -6,-199 + 730: -7,-199 + - node: + color: '#D381C996' + id: MiniTileSteelLineS + decals: + 772: -5,-56 + 773: -4,-56 + 953: 8,-309 + 954: 7,-309 + 955: 6,-309 + 956: 5,-309 + 957: 4,-309 + 958: 3,-309 + 959: 2,-309 + 1265: -2,-310 + 1266: -3,-310 + 1267: -4,-310 + 1268: -5,-310 + 1269: -6,-310 + 1270: -7,-310 + - node: + color: '#DE3A3A96' + id: MiniTileSteelLineS + decals: + 1153: -6,-362 + 1154: -5,-362 + - node: + color: '#EFB34196' + id: MiniTileSteelLineS + decals: + 1316: 16,-262 + - node: + color: '#FFFFFFFF' + id: MiniTileSteelLineS + decals: + 84: -4,-29 + 85: -3,-29 + 86: -2,-29 + 87: -1,-29 + 88: 0,-29 + 89: 1,-29 + 90: 2,-29 + 159: -2,-33 + 160: -3,-33 + 161: -4,-33 + 162: -5,-33 + 163: -6,-33 + 164: 1,-33 + 165: 2,-33 + 166: 3,-33 + - node: + color: '#5A64BC93' + id: MiniTileSteelLineW + decals: + 1221: 6,-367 + 1222: 6,-368 + - node: + color: '#5ABC5A93' + id: MiniTileSteelLineW + decals: + 1209: -7,-367 + 1210: -7,-368 + - node: + color: '#999453FF' + id: MiniTileSteelLineW + decals: + 602: 4,-168 + - node: + color: '#9FED58CF' + id: MiniTileSteelLineW + decals: + 1408: -7,-195 + - node: + color: '#9FED58DB' + id: MiniTileSteelLineW + decals: + 668: -6,-207 + 669: -6,-206 + 670: -6,-205 + 671: -6,-203 + 672: -6,-202 + 673: -6,-201 + - node: + color: '#9FED58DD' + id: MiniTileSteelLineW + decals: + 718: -3,-201 + 719: -3,-202 + 720: -3,-203 + 721: -3,-204 + 722: -3,-205 + 723: -3,-206 + 724: -3,-207 + 725: -3,-208 + 731: -7,-199 + 732: -7,-198 + 733: -7,-197 + 734: -7,-196 + - node: + color: '#A45ABC93' + id: MiniTileSteelLineW + decals: + 1213: -7,-364 + 1214: -7,-365 + - node: + color: '#BCBC5A93' + id: MiniTileSteelLineW + decals: + 1217: 6,-364 + 1218: 6,-365 + - node: + color: '#D381C996' + id: MiniTileSteelLineW + decals: + 771: -6,-55 + 1113: -1,-299 + 1114: -1,-300 + 1115: -1,-301 + 1116: -1,-302 + 1117: -1,-304 + 1118: -1,-303 + 1119: -1,-305 + 1120: -1,-306 + 1121: -1,-307 + 1122: -1,-311 + 1123: -1,-312 + 1124: -1,-313 + 1125: -1,-314 + 1126: -1,-315 + 1127: -1,-316 + 1128: -1,-317 + 1129: -1,-318 + 1130: -1,-319 + 1131: -1,-320 + - node: + color: '#DE3A3A96' + id: MiniTileSteelLineW + decals: + 1134: -2,-358 + 1135: -2,-359 + 1155: -4,-363 + 1156: -4,-364 + 1157: -4,-367 + 1207: -4,-365 + 1208: -4,-366 + - node: + color: '#EFB34196' + id: MiniTileSteelLineW + decals: + 1287: 15,-258 + 1288: 15,-257 + 1289: 15,-256 + 1290: 14,-252 + 1291: 14,-253 + 1292: 14,-254 + 1297: 15,-250 + 1298: 15,-249 + 1299: 15,-248 + 1300: 15,-247 + 1313: 15,-260 + 1314: 15,-261 + - node: + color: '#FFFFFFFF' + id: MiniTileSteelLineW + decals: + 97: 3,-30 + 98: 3,-31 + 132: -1,-45 + 133: -1,-44 + 134: -1,-43 + 135: -1,-42 + 136: -1,-41 + 137: -1,-40 + 138: -1,-39 + 139: -1,-38 + 140: -1,-37 + 142: -1,-36 + 143: -1,-35 + 144: -1,-34 + 544: -1,-152 + 545: -1,-151 + 546: -1,-149 + 547: -1,-150 + 548: -1,-148 + 549: -1,-147 + 550: -1,-146 + 551: -1,-145 + 552: -1,-144 + 553: -1,-143 + 554: -1,-142 + 555: -1,-141 + 556: -1,-140 + 557: -1,-139 + 558: -1,-138 + 559: -1,-137 + 560: -1,-136 + - node: + color: '#334E6DC8' + id: MiniTileWhiteCornerNe + decals: + 34: 2,-2 + 41: 6,-5 + 70: -1,-10 + 928: 30,-307 + 1413: 2,-15 + - node: + color: '#52B4E996' + id: MiniTileWhiteCornerNe + decals: + 639: 8,-172 + 644: 5,-179 + 658: 6,-174 + 699: 3,-197 + - node: + color: '#79150096' + id: MiniTileWhiteCornerNe + decals: + 1111: 0,-63 + - node: + color: '#999453FF' + id: MiniTileWhiteCornerNe + decals: + 598: 7,-166 + - node: + color: '#9FED58CF' + id: MiniTileWhiteCornerNe + decals: + 1393: -4,-195 + - node: + color: '#A4610696' + id: MiniTileWhiteCornerNe + decals: + 917: 6,-285 + - node: + color: '#D381C996' + id: MiniTileWhiteCornerNe + decals: + 996: -3,-300 + 1007: 4,-300 + 1011: 7,-302 + 1028: 7,-311 + 1034: 8,-316 + 1055: -3,-312 + - node: + color: '#DE3A3A96' + id: MiniTileWhiteCornerNe + decals: + 1200: 1,-363 + - node: + color: '#334E6DC8' + id: MiniTileWhiteCornerNw + decals: + 33: 1,-2 + 69: -4,-10 + 927: 28,-307 + - node: + color: '#52B4E996' + id: MiniTileWhiteCornerNw + decals: + 638: 3,-172 + 659: 5,-174 + 700: -1,-197 + - node: + color: '#79150096' + id: MiniTileWhiteCornerNw + decals: + 1110: -1,-63 + - node: + color: '#999453FF' + id: MiniTileWhiteCornerNw + decals: + 583: 3,-166 + - node: + color: '#9FED58CF' + id: MiniTileWhiteCornerNw + decals: + 1394: -6,-195 + - node: + color: '#A4610696' + id: MiniTileWhiteCornerNw + decals: + 888: -1,-277 + 916: 4,-285 + - node: + color: '#D381C996' + id: MiniTileWhiteCornerNw + decals: + 994: -4,-300 + 1006: 3,-300 + 1036: 3,-311 + 1056: -4,-312 + 1060: -6,-314 + 1112: -9,-318 + 1284: -7,-301 + - node: + color: '#DE3A3A96' + id: MiniTileWhiteCornerNw + decals: + 1198: -1,-363 + - node: + color: '#334E6DC8' + id: MiniTileWhiteCornerSe + decals: + 3: 2,0 + 49: 6,-13 + 72: -1,-12 + 926: 30,-309 + - node: + color: '#52B4E996' + id: MiniTileWhiteCornerSe + decals: + 630: 8,-179 + 660: 6,-175 + 698: 3,-204 + - node: + color: '#79150096' + id: MiniTileWhiteCornerSe + decals: + 1108: 0,-64 + - node: + color: '#999453FF' + id: MiniTileWhiteCornerSe + decals: + 584: 7,-170 + - node: + color: '#9FED58DB' + id: MiniTileWhiteCornerSe + decals: + 664: -4,-198 + - node: + color: '#A4610696' + id: MiniTileWhiteCornerSe + decals: + 914: 6,-286 + - node: + color: '#D381C996' + id: MiniTileWhiteCornerSe + decals: + 991: -3,-306 + 1017: 7,-305 + 1033: 8,-317 + 1047: -3,-320 + - node: + color: '#DE3A3A96' + id: MiniTileWhiteCornerSe + decals: + 1204: 1,-367 + - node: + color: '#334E6DC8' + id: MiniTileWhiteCornerSw + decals: + 4: -2,0 + 54: 1,-13 + 67: -4,-12 + 925: 28,-309 + - node: + color: '#52B4E996' + id: MiniTileWhiteCornerSw + decals: + 631: 7,-179 + 636: 3,-177 + 657: 5,-175 + 697: -1,-204 + - node: + color: '#79150096' + id: MiniTileWhiteCornerSw + decals: + 1109: -1,-64 + - node: + color: '#999453FF' + id: MiniTileWhiteCornerSw + decals: + 585: 3,-170 + - node: + color: '#9FED58DB' + id: MiniTileWhiteCornerSw + decals: + 665: -6,-198 + - node: + color: '#A4610696' + id: MiniTileWhiteCornerSw + decals: + 887: -1,-283 + 915: 4,-286 + - node: + color: '#D381C996' + id: MiniTileWhiteCornerSw + decals: + 987: -7,-306 + 1018: 3,-305 + 1027: 3,-317 + 1040: -9,-320 + - node: + color: '#DE3A3A96' + id: MiniTileWhiteCornerSw + decals: + 1205: -1,-367 + - node: + color: '#9FED5896' + id: MiniTileWhiteEndN + decals: + 1390: -5,-196 + - node: + color: '#9FED5896' + id: MiniTileWhiteEndS + decals: + 1391: -5,-197 + - node: + color: '#334E6DC8' + id: MiniTileWhiteInnerNe + decals: + 40: 2,-5 + - node: + color: '#52B4E9B4' + id: MiniTileWhiteInnerNe + decals: + 1435: -5,-171 + - node: + color: '#A4610696' + id: MiniTileWhiteInnerNe + decals: + 912: 0,-282 + - node: + color: '#D381C996' + id: MiniTileWhiteInnerNe + decals: + 1019: 4,-302 + 1035: 7,-316 + - node: + color: '#52B4E996' + id: MiniTileWhiteInnerNw + decals: + 765: 5,-206 + 1388: -8,-310 + - node: + color: '#A4610696' + id: MiniTileWhiteInnerNw + decals: + 913: 7,-282 + - node: + color: '#D381C996' + id: MiniTileWhiteInnerNw + decals: + 995: -4,-301 + 1059: -4,-314 + 1065: -6,-318 + 1383: -7,-192 + - node: + color: '#52B4E996' + id: MiniTileWhiteInnerSe + decals: + 655: 1,-169 + - node: + color: '#52B4E9B4' + id: MiniTileWhiteInnerSe + decals: + 1434: -5,-169 + - node: + color: '#A4610696' + id: MiniTileWhiteInnerSe + decals: + 911: 0,-278 + - node: + color: '#DE3A3A96' + id: MiniTileWhiteInnerSe + decals: + 1191: -2.241021,-361.4977 + 1192: -2.4992852,-361.7559 + 1193: -2.7401419,-362.00235 + - node: + color: '#52B4E996' + id: MiniTileWhiteInnerSw + decals: + 637: 7,-177 + 766: 5,-191 + 1389: -8,-308 + - node: + color: '#A4610696' + id: MiniTileWhiteInnerSw + decals: + 910: 7,-278 + - node: + color: '#D381C996' + id: MiniTileWhiteInnerSw + decals: + 1384: -7,-190 + - node: + color: '#DE3A3A96' + id: MiniTileWhiteInnerSw + decals: + 1187: 2.7602181,-362.00235 + 1188: 2.5136933,-361.7559 + 1189: 2.2476032,-361.486 + 1190: 2.0089047,-361.2591 + - node: + color: '#334E6DC8' + id: MiniTileWhiteLineE + decals: + 0: 2,1 + 1: 2,2 + 35: 2,-3 + 36: 2,-4 + 42: 6,-6 + 43: 6,-7 + 44: 6,-8 + 45: 6,-9 + 46: 6,-10 + 47: 6,-11 + 48: 6,-12 + 71: -1,-11 + 920: 26,-306 + 921: 26,-307 + 922: 26,-308 + 923: 26,-309 + 924: 26,-310 + 932: 30,-308 + 983: 12,-308 + 984: 12,-307 + 985: 12,-309 + 1414: 2,-16 + 1415: 2,-17 + 1416: 2,-18 + - node: + color: '#52B4E996' + id: MiniTileWhiteLineE + decals: + 608: -2,-178 + 609: -2,-177 + 610: -2,-176 + 611: -2,-175 + 612: -2,-174 + 613: -2,-173 + 624: 8,-173 + 625: 8,-174 + 626: 8,-175 + 627: 8,-176 + 628: 8,-177 + 629: 8,-178 + 645: 5,-180 + 646: 1,-178 + 647: 1,-177 + 648: 1,-176 + 649: 1,-175 + 650: 1,-174 + 651: 1,-173 + 652: 1,-172 + 653: 1,-171 + 654: 1,-170 + 691: 3,-198 + 692: 3,-199 + 693: 3,-200 + 694: 3,-201 + 695: 3,-202 + 696: 3,-203 + 777: 1,-179 + 778: 1,-180 + - node: + color: '#52B4E9B4' + id: MiniTileWhiteLineE + decals: + 1430: -5,-170 + - node: + color: '#999453FF' + id: MiniTileWhiteLineE + decals: + 586: 7,-169 + 587: 7,-168 + 588: 7,-167 + - node: + color: '#9FED58CF' + id: MiniTileWhiteLineE + decals: + 1396: -4,-196 + - node: + color: '#9FED58DB' + id: MiniTileWhiteLineE + decals: + 666: -4,-197 + - node: + color: '#A4610696' + id: MiniTileWhiteLineE + decals: + 907: 0,-281 + 908: 0,-280 + 909: 0,-279 + - node: + color: '#D381C996' + id: MiniTileWhiteLineE + decals: + 997: -3,-301 + 998: -3,-302 + 999: -3,-303 + 1000: -3,-304 + 1001: -3,-305 + 1008: 4,-301 + 1012: 7,-303 + 1013: 7,-304 + 1029: 7,-312 + 1030: 7,-313 + 1031: 7,-314 + 1032: 7,-315 + 1048: -3,-319 + 1049: -3,-318 + 1050: -3,-317 + 1051: -3,-316 + 1052: -3,-315 + 1053: -3,-314 + 1054: -3,-313 + - node: + color: '#DE3A3A96' + id: MiniTileWhiteLineE + decals: + 1182: -3,-363 + 1183: -3,-364 + 1184: -3,-365 + 1185: -3,-366 + 1186: -3,-367 + 1201: 1,-364 + 1202: 1,-365 + 1203: 1,-366 + - node: + color: '#334E6DC8' + id: MiniTileWhiteLineN + decals: + 37: 3,-5 + 38: 4,-5 + 39: 5,-5 + 75: -3,-10 + 76: -2,-10 + 80: 1,-15 + 931: 29,-307 + - node: + color: '#52B4E996' + id: MiniTileWhiteLineN + decals: + 640: 4,-172 + 641: 5,-172 + 642: 6,-172 + 643: 7,-172 + 688: 0,-197 + 689: 1,-197 + 690: 2,-197 + 758: 4,-206 + 759: 3,-206 + 760: 1,-206 + 761: 2,-206 + 762: 0,-206 + 763: -1,-206 + 779: 4,-179 + 1387: -9,-310 + - node: + color: '#52B4E9B4' + id: MiniTileWhiteLineN + decals: + 1431: -4,-171 + 1432: -3,-171 + 1433: -2,-171 + - node: + color: '#999453FF' + id: MiniTileWhiteLineN + decals: + 595: 4,-166 + 596: 5,-166 + 597: 6,-166 + - node: + color: '#9FED58CF' + id: MiniTileWhiteLineN + decals: + 1395: -5,-195 + - node: + color: '#A4610696' + id: MiniTileWhiteLineN + decals: + 873: 0,-277 + 874: 1,-277 + 875: 2,-277 + 876: 3,-277 + 877: 4,-277 + 878: 5,-277 + 879: 6,-277 + 880: 7,-277 + 881: 8,-277 + 889: 1,-282 + 890: 2,-282 + 891: 3,-282 + 892: 4,-282 + 893: 5,-282 + 894: 6,-282 + 919: 5,-285 + - node: + color: '#D381C996' + id: MiniTileWhiteLineN + decals: + 1009: 5,-302 + 1010: 6,-302 + 1020: 4,-311 + 1021: 5,-311 + 1022: 6,-311 + 1041: -8,-318 + 1058: -5,-314 + 1064: -7,-318 + 1282: -5,-301 + 1283: -6,-301 + 1380: -8,-192 + - node: + color: '#DE3A3A96' + id: MiniTileWhiteLineN + decals: + 1199: 0,-363 + - node: + color: '#334E6DC8' + id: MiniTileWhiteLineS + decals: + 50: 5,-13 + 51: 4,-13 + 52: 3,-13 + 53: 2,-13 + 73: -2,-12 + 74: -3,-12 + 930: 29,-309 + - node: + color: '#52B4E996' + id: MiniTileWhiteLineS + decals: + 633: 6,-177 + 634: 5,-177 + 635: 4,-177 + 656: 2,-169 + 685: 0,-204 + 686: 1,-204 + 687: 2,-204 + 752: 4,-191 + 753: 3,-191 + 754: 2,-191 + 755: 1,-191 + 756: 0,-191 + 757: -1,-191 + 1385: -9,-308 + - node: + color: '#52B4E9B4' + id: MiniTileWhiteLineS + decals: + 1427: -2,-169 + 1428: -3,-169 + 1429: -4,-169 + - node: + color: '#999453FF' + id: MiniTileWhiteLineS + decals: + 592: 4,-170 + 593: 5,-170 + 594: 6,-170 + - node: + color: '#9FED58DB' + id: MiniTileWhiteLineS + decals: + 663: -5,-198 + - node: + color: '#A4610696' + id: MiniTileWhiteLineS + decals: + 864: 0,-283 + 865: 1,-283 + 866: 2,-283 + 867: 3,-283 + 868: 4,-283 + 869: 5,-283 + 870: 6,-283 + 871: 7,-283 + 872: 8,-283 + 895: 1,-278 + 896: 2,-278 + 897: 3,-278 + 898: 4,-278 + 899: 5,-278 + 900: 6,-278 + 918: 5,-286 + - node: + color: '#D381C996' + id: MiniTileWhiteLineS + decals: + 988: -6,-306 + 989: -5,-306 + 990: -4,-306 + 1014: 4,-305 + 1015: 5,-305 + 1016: 6,-305 + 1023: 4,-317 + 1024: 5,-317 + 1025: 6,-317 + 1026: 7,-317 + 1042: -8,-320 + 1043: -7,-320 + 1044: -6,-320 + 1045: -5,-320 + 1046: -4,-320 + 1381: -8,-190 + - node: + color: '#DE3A3A96' + id: MiniTileWhiteLineS + decals: + 1206: 0,-367 + - node: + color: '#334E6DC8' + id: MiniTileWhiteLineW + decals: + 2: -2,2 + 24: 1,-10 + 25: 1,-9 + 26: 1,-8 + 27: 1,-6 + 28: 1,-5 + 29: 1,-4 + 66: 1,-12 + 68: -4,-11 + 929: 28,-308 + - node: + color: '#52B4E996' + id: MiniTileWhiteLineW + decals: + 614: -5,-178 + 615: -5,-177 + 616: -5,-176 + 617: -5,-175 + 618: -5,-174 + 619: -5,-173 + 620: 3,-176 + 621: 3,-175 + 622: 3,-174 + 623: 3,-173 + 632: 7,-178 + 679: -1,-198 + 680: -1,-199 + 681: -1,-200 + 682: -1,-201 + 683: -1,-203 + 684: -1,-202 + 739: 5,-204 + 740: 5,-203 + 741: 5,-202 + 742: 5,-201 + 743: 5,-200 + 744: 5,-199 + 745: 5,-198 + 746: 5,-197 + 747: 5,-196 + 748: 5,-195 + 749: 5,-194 + 750: 5,-193 + 751: 5,-192 + 764: 5,-205 + 1386: -8,-309 + - node: + color: '#999453FF' + id: MiniTileWhiteLineW + decals: + 589: 3,-169 + 590: 3,-168 + 591: 3,-167 + - node: + color: '#9FED58CF' + id: MiniTileWhiteLineW + decals: + 1397: -6,-196 + - node: + color: '#9FED58DB' + id: MiniTileWhiteLineW + decals: + 667: -6,-197 + - node: + color: '#A4610696' + id: MiniTileWhiteLineW + decals: + 882: -1,-278 + 883: -1,-279 + 884: -1,-280 + 885: -1,-281 + 886: -1,-282 + 904: 7,-281 + 905: 7,-280 + 906: 7,-279 + - node: + color: '#D381C996' + id: MiniTileWhiteLineW + decals: + 992: -7,-305 + 993: -7,-304 + 1002: 3,-304 + 1003: 3,-303 + 1004: 3,-302 + 1005: 3,-301 + 1037: 3,-312 + 1038: 3,-316 + 1039: -9,-319 + 1057: -4,-313 + 1061: -6,-315 + 1062: -6,-316 + 1063: -6,-317 + 1285: -7,-302 + 1286: -7,-303 + 1382: -7,-191 + - node: + color: '#DE3A3A96' + id: MiniTileWhiteLineW + decals: + 1177: 3,-367 + 1178: 3,-366 + 1179: 3,-365 + 1180: 3,-364 + 1181: 3,-363 + 1195: -1,-366 + 1196: -1,-365 + 1197: -1,-364 + - node: + color: '#639137FF' + id: QuarterTileOverlayGreyscale180 + decals: + 321: -8,-88 + 322: -8,-87 + 323: -8,-86 + 327: -9,-90 + 328: -8,-90 + 329: -7,-90 + - node: + color: '#639137FF' + id: QuarterTileOverlayGreyscale90 + decals: + 324: -9,-84 + 325: -8,-84 + 326: -7,-84 + - node: + color: '#FFFFFFFF' + id: Rock02 + decals: + 198: 3.4198463,-40.51108 + - node: + angle: -1.5707963267948966 rad + color: '#FFFFFFFF' + id: StandClear + decals: + 105: 6,-37 + 106: 6,-44 + 1107: -3,-114 + - node: + color: '#FFFFFFFF' + id: StandClear + decals: + 573: 0,-153 + 574: 0,-136 + 575: 0,-126 + 576: 0,-109 + 577: 0,-99 + 578: 0,-82 + 579: 0,-45 + 580: 0,-28 + 581: 0,-18 + 1252: 0,-163 + 1253: 0,-180 + 1254: 0,-190 + 1255: 0,-207 + 1256: 0,-244 + 1257: 0,-261 + 1258: 0,-271 + 1259: 0,-288 + - node: + angle: 1.5707963267948966 rad + color: '#FFFFFFFF' + id: StandClear + decals: + 107: -6,-32 + 108: -6,-30 + 1326: -2,-255 + - node: + color: '#D381C996' + id: WarnCornerGreyscaleNE + decals: + 1072: -8,-314 + - node: + color: '#DE3A3A96' + id: WarnCornerGreyscaleNE + decals: + 1167: -4,-356 + - node: + color: '#334E6DC8' + id: WarnCornerGreyscaleNW + decals: + 5: -1,3 + - node: + color: '#D381C996' + id: WarnCornerGreyscaleNW + decals: + 1073: -10,-314 + - node: + color: '#DE3A3A96' + id: WarnCornerGreyscaleNW + decals: + 1165: -6,-357 + 1166: -5,-356 + 1168: -7,-358 + - node: + color: '#334E6DC8' + id: WarnCornerGreyscaleSE + decals: + 6: 1,2 + - node: + color: '#D381C996' + id: WarnCornerGreyscaleSE + decals: + 1070: -8,-316 + - node: + color: '#DE3A3A96' + id: WarnCornerGreyscaleSE + decals: + 1172: -4,-359 + - node: + color: '#334E6DC8' + id: WarnCornerGreyscaleSW + decals: + 7: -1,2 + - node: + color: '#D381C996' + id: WarnCornerGreyscaleSW + decals: + 1071: -10,-316 + - node: + color: '#DE3A3A96' + id: WarnCornerGreyscaleSW + decals: + 1169: -7,-359 + - node: + color: '#FFFFFFFF' + id: WarnCornerNE + decals: + 940: 4,-313 + - node: + color: '#FFFFFFFF' + id: WarnCornerSE + decals: + 942: 4,-315 + - node: + color: '#9FED5896' + id: WarnCornerSmallGreyscaleNE + decals: + 937: 20,-310 + - node: + color: '#9FED5896' + id: WarnCornerSmallGreyscaleNW + decals: + 1398: 24,-310 + - node: + color: '#DE3A3A96' + id: WarnCornerSmallGreyscaleNW + decals: + 15: -3,-4 + 1175: -6,-358 + 1176: -5,-357 + - node: + color: '#9FED5896' + id: WarnCornerSmallGreyscaleSE + decals: + 936: 20,-306 + - node: + color: '#9FED5896' + id: WarnCornerSmallGreyscaleSW + decals: + 938: 24,-306 + - node: + color: '#DE3A3A96' + id: WarnCornerSmallGreyscaleSW + decals: + 14: -3,-2 + - node: + color: '#DE3A3A96' + id: WarnFullGreyscale + decals: + 10: -4,-3 + - node: + color: '#FFFFFFFF' + id: WarnLineE + decals: + 118: -1,-22 + 119: -1,-23 + 120: -1,-24 + 169: -1,-51 + 170: -1,-50 + 171: -1,-49 + 943: 4,-314 + 944: 1,-315 + 945: 1,-314 + 946: 1,-313 + - node: + color: '#9FED5896' + id: WarnLineGreyscaleE + decals: + 934: 20,-309 + 935: 20,-307 + - node: + color: '#D381C996' + id: WarnLineGreyscaleE + decals: + 1068: -8,-315 + - node: + color: '#DE3A3A96' + id: WarnLineGreyscaleE + decals: + 1173: -4,-358 + 1174: -4,-357 + - node: + color: '#334E6DC8' + id: WarnLineGreyscaleN + decals: + 8: 0,3 + 55: -1,-6 + 56: -2,-6 + 57: -3,-6 + 58: -4,-6 + - node: + color: '#D381C996' + id: WarnLineGreyscaleN + decals: + 1069: -9,-314 + - node: + color: '#DE3A3A96' + id: WarnLineGreyscaleN + decals: + 11: -4,-4 + 20: -4,-2 + 21: -3,-2 + 22: -2,-2 + 23: -1,-2 + - node: + color: '#EFB34196' + id: WarnLineGreyscaleN + decals: + 1318: 13,-257 + 1319: 12,-257 + 1320: 11,-257 + 1321: 10,-257 + - node: + color: '#334E6DC8' + id: WarnLineGreyscaleS + decals: + 9: 0,2 + 59: -4,-8 + 60: -3,-8 + 61: -2,-8 + 62: -1,-8 + - node: + color: '#D381C996' + id: WarnLineGreyscaleS + decals: + 1066: -9,-316 + - node: + color: '#DE3A3A96' + id: WarnLineGreyscaleS + decals: + 13: -4,-2 + 16: -4,-4 + 17: -3,-4 + 18: -2,-4 + 19: -1,-4 + 1170: -6,-359 + 1171: -5,-359 + - node: + color: '#EFB34196' + id: WarnLineGreyscaleS + decals: + 1322: 10,-249 + 1323: 11,-249 + 1324: 12,-249 + 1325: 13,-249 + - node: + color: '#334E6DC8' + id: WarnLineGreyscaleW + decals: + 30: 1,-3 + 31: 1,-7 + 32: 1,-11 + - node: + color: '#9FED5896' + id: WarnLineGreyscaleW + decals: + 933: 24,-307 + 1392: 24,-309 + - node: + color: '#D381C996' + id: WarnLineGreyscaleW + decals: + 1067: -10,-315 + - node: + color: '#DE3A3A96' + id: WarnLineGreyscaleW + decals: + 12: -3,-3 + - node: + color: '#FFFFFFFF' + id: WarnLineN + decals: + 941: 3,-315 + - node: + color: '#FFFFFFFF' + id: WarnLineS + decals: + 115: 1,-24 + 116: 1,-23 + 117: 1,-22 + 172: 1,-51 + 173: 1,-50 + 177: 1,-49 + - node: + color: '#FFFFFFFF' + id: WarnLineW + decals: + 939: 3,-313 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinCornerNe + decals: + 226: -1,-59 + 241: -1,-67 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinCornerNw + decals: + 222: -6,-59 + 259: -2,-62 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinCornerSe + decals: + 208: -1,-68 + 254: -1,-60 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinCornerSw + decals: + 213: -6,-68 + 256: -2,-65 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinInnerNe + decals: + 79: -5,1 + 244: -4,-67 + 273: -2,-65 + 276: -1,-64 + 280: 0,-63 + 283: 0,-58 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinInnerNw + decals: + 237: 1,-70 + 261: 0,-62 + 274: 1,-65 + 275: 0,-64 + 281: -1,-63 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinInnerSe + decals: + 251: -4,-60 + 272: -2,-62 + 278: -1,-63 + 279: 0,-64 + 284: 0,-69 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinInnerSw + decals: + 230: 1,-57 + 262: 0,-65 + 271: 1,-62 + 277: 0,-63 + 282: -1,-64 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinLineE + decals: + 77: -5,2 + 245: -4,-66 + 246: -4,-65 + 247: -4,-64 + 248: -4,-63 + 249: -4,-62 + 250: -4,-61 + 265: -2,-64 + 266: -2,-63 + 486: -7,-111 + 487: -7,-110 + 488: -7,-109 + 489: -7,-108 + 493: 2,-122 + 494: 2,-121 + 495: 2,-120 + 523: -4,-145 + 524: -4,-146 + 525: -4,-147 + 526: -4,-149 + 527: -4,-148 + 528: -4,-143 + 529: -4,-142 + 530: -4,-141 + 531: -4,-140 + 532: -4,-139 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinLineN + decals: + 78: -4,1 + 223: -5,-59 + 224: -4,-59 + 225: -2,-59 + 234: -2,-70 + 235: -1,-70 + 236: 0,-70 + 242: -2,-67 + 243: -3,-67 + 260: -1,-62 + 263: -1,-65 + 264: 0,-65 + 450: -9,-125 + 451: -7,-125 + 452: -8,-125 + 453: -9,-122 + 454: -8,-122 + 455: -7,-122 + 456: -9,-119 + 457: -8,-119 + 458: -7,-119 + 459: -9,-116 + 460: -8,-116 + 461: -7,-116 + 462: -9,-113 + 463: -8,-113 + 464: -7,-113 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinLineS + decals: + 209: -2,-68 + 210: -4,-68 + 211: -3,-68 + 212: -5,-68 + 231: 0,-57 + 232: -1,-57 + 233: -2,-57 + 252: -3,-60 + 253: -2,-60 + 255: -1,-65 + 267: -1,-62 + 268: 0,-62 + 434: -9,-114 + 435: -8,-114 + 436: -7,-114 + 437: -9,-117 + 438: -8,-117 + 439: -7,-117 + 440: -7,-120 + 441: -7,-120 + 442: -8,-120 + 443: -9,-120 + 444: -9,-123 + 445: -8,-123 + 446: -7,-123 + 447: -9,-126 + 448: -8,-126 + 449: -7,-126 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinLineW + decals: + 214: -6,-67 + 215: -6,-66 + 216: -6,-65 + 217: -6,-64 + 218: -6,-63 + 219: -6,-62 + 220: -6,-61 + 221: -6,-60 + 227: 1,-60 + 228: 1,-59 + 229: 1,-58 + 238: 1,-69 + 239: 1,-68 + 240: 1,-67 + 257: -2,-64 + 258: -2,-63 + 269: 1,-63 + 270: 1,-64 + 482: -9,-111 + 483: -9,-110 + 484: -9,-109 + 485: -9,-108 + 490: -2,-122 + 491: -2,-121 + 492: -2,-120 + 533: -6,-139 + 534: -6,-140 + 535: -6,-141 + 536: -6,-142 + 537: -6,-143 + 538: -6,-144 + 539: -6,-145 + 540: -6,-146 + 541: -6,-147 + 542: -6,-148 + 543: -6,-149 + - node: + color: '#DE3A3AFF' + id: beepsky + decals: + 81: -4.4580507,0.2616589 + - node: + color: '#571212FF' + id: body + decals: + 82: -5.235928,0.007035017 + - node: + color: '#FFFFFFFF' + id: guy + decals: + 1106: 4.9812827,-108.55144 + - node: + color: '#FFFFFFFF' + id: skull + decals: + 1358: -7.134697,-145.81009 + - type: GridAtmosphere + version: 2 + data: + tiles: + 0,0: + 0: 65535 + 0,-1: + 0: 65535 + -1,0: + 0: 65535 + 0,1: + 0: 143 + 1,0: + 0: 65535 + 1,1: + 0: 45879 + 0,-4: + 0: 65535 + 0,-3: + 0: 65535 + 0,-2: + 0: 65535 + 1,-4: + 0: 65535 + 1,-3: + 0: 65535 + 1,-2: + 0: 65535 + 1,-1: + 0: 65535 + 2,-4: + 0: 4991 + 2,-1: + 0: 55799 + -2,0: + 0: 61439 + -2,1: + 0: 47500 + -1,1: + 0: 4415 + -2,-4: + 0: 65535 + -2,-1: + 0: 65535 + -2,-3: + 0: 65535 + -2,-2: + 0: 65262 + -1,-4: + 0: 65535 + -1,-3: + 0: 65535 + -1,-2: + 0: 65535 + -1,-1: + 0: 65535 + 0,-6: + 0: 63351 + 0,-5: + 0: 65535 + 1,-6: + 0: 63351 + 1,-5: + 0: 65535 + 2,-5: + 0: 63281 + -2,-5: + 0: 65535 + -2,-6: + 0: 60620 + -1,-6: + 0: 64989 + -1,-5: + 0: 65535 + 2,-2: + 0: 4096 + -3,-4: + 0: 2184 + 0,-8: + 0: 65535 + 0,-7: + 0: 65535 + 1,-8: + 0: 65535 + 1,-7: + 0: 32767 + 2,-8: + 0: 63281 + -3,-5: + 0: 34944 + -2,-8: + 0: 65535 + -2,-7: + 0: 52974 + -1,-8: + 0: 65535 + -1,-7: + 0: 65535 + 0,-12: + 0: 65535 + 0,-11: + 0: 65535 + 0,-10: + 0: 65535 + 0,-9: + 0: 65535 + 1,-12: + 0: 65399 + 1,-11: + 0: 65535 + 1,-10: + 0: 65535 + 1,-9: + 0: 65535 + 2,-12: + 0: 4096 + 2,-11: + 0: 17 + 2,-10: + 0: 4352 + 2,-9: + 0: 4097 + -2,-12: + 0: 65228 + -2,-11: + 0: 61183 + -2,-10: + 0: 65518 + -2,-9: + 0: 65263 + -1,-12: + 0: 65535 + -1,-11: + 0: 65535 + -1,-10: + 0: 65535 + -1,-9: + 0: 65535 + -2,-16: + 0: 65535 + -2,-15: + 0: 65535 + -2,-14: + 0: 61167 + -2,-13: + 0: 34952 + -1,-16: + 0: 65535 + -1,-15: + 0: 65535 + -1,-14: + 0: 65535 + -1,-13: + 0: 52430 + 0,-16: + 0: 65535 + 0,-15: + 0: 65535 + 0,-14: + 0: 65535 + 0,-13: + 0: 30591 + 1,-16: + 0: 65535 + 1,-15: + 0: 65535 + 1,-14: + 0: 32767 + 1,-13: + 0: 30583 + 2,-15: + 0: 65329 + 2,-14: + 0: 63 + 0,-20: + 0: 30719 + 0,-19: + 0: 65527 + 0,-18: + 0: 65535 + 0,-17: + 0: 65535 + 1,-20: + 0: 30583 + 1,-19: + 0: 65399 + 1,-18: + 0: 65535 + 1,-17: + 0: 65535 + 2,-18: + 0: 65535 + 2,-17: + 0: 319 + -2,-18: + 0: 65535 + -2,-17: + 0: 65535 + -2,-19: + 0: 61164 + -2,-20: + 0: 52428 + -1,-20: + 0: 56831 + -1,-19: + 0: 65533 + -1,-18: + 0: 65535 + -1,-17: + 0: 65535 + 0,-24: + 0: 65535 + 0,-23: + 0: 65535 + 0,-22: + 0: 65535 + 0,-21: + 0: 65535 + 1,-24: + 0: 65535 + 1,-23: + 0: 65535 + 1,-22: + 0: 65535 + 1,-21: + 0: 65535 + -3,-23: + 0: 60544 + -3,-22: + 0: 65262 + -3,-24: + 0: 2255 + -3,-21: + 0: 2303 + -2,-24: + 0: 14335 + 1: 51200 + -2,-23: + 0: 65395 + 1: 140 + -2,-22: + 0: 65535 + -2,-21: + 0: 61439 + -1,-24: + 0: 36095 + 1: 29440 + -1,-23: + 1: 55 + 0: 65480 + -1,-22: + 0: 65535 + -1,-21: + 0: 65535 + -3,-28: + 0: 53247 + -3,-27: + 0: 204 + -3,-25: + 0: 64712 + -2,-28: + 0: 65535 + -2,-27: + 0: 53247 + -2,-25: + 0: 65535 + -2,-26: + 0: 52428 + -1,-28: + 0: 65535 + -1,-27: + 0: 57343 + -1,-26: + 0: 65501 + -1,-25: + 0: 65535 + 0,-28: + 0: 65535 + 0,-27: + 0: 32767 + 0,-26: + 0: 65399 + 0,-25: + 0: 65535 + 1,-28: + 0: 65535 + 1,-27: + 0: 30719 + 1,-26: + 0: 63351 + 1,-25: + 0: 65535 + -3,-32: + 0: 64704 + -3,-31: + 0: 52479 + -3,-30: + 0: 52428 + -3,-29: + 0: 52428 + -2,-32: + 0: 65535 + -2,-31: + 0: 65535 + -2,-30: + 0: 65535 + -2,-29: + 0: 65535 + -1,-32: + 0: 65535 + -1,-31: + 0: 65535 + -1,-30: + 0: 65535 + -1,-29: + 0: 65535 + 0,-32: + 0: 65535 + 0,-31: + 0: 65535 + 0,-30: + 0: 65535 + 0,-29: + 0: 65535 + 1,-32: + 0: 65527 + 1,-31: + 0: 65535 + 1,-30: + 0: 65535 + 1,-29: + 0: 65535 + 2,-30: + 0: 30583 + 2,-29: + 0: 30583 + -2,-36: + 0: 65535 + -2,-35: + 0: 65535 + -2,-34: + 0: 65535 + -2,-33: + 0: 64719 + -1,-36: + 0: 65535 + -1,-35: + 0: 65535 + -1,-34: + 0: 65535 + -1,-33: + 0: 64989 + 0,-36: + 0: 65535 + 0,-35: + 0: 65535 + 0,-34: + 0: 65535 + 0,-33: + 0: 63351 + 1,-36: + 0: 65535 + 1,-35: + 0: 65535 + 1,-34: + 0: 32767 + 1,-33: + 0: 30583 + 2,-36: + 0: 65523 + 2,-35: + 0: 13107 + 2,-34: + 0: 19 + -2,-39: + 0: 65535 + -2,-38: + 0: 65535 + -2,-37: + 0: 65535 + -2,-40: + 0: 65484 + -1,-39: + 0: 65535 + -1,-38: + 0: 65535 + -1,-37: + 0: 65535 + -1,-40: + 0: 56799 + 0,-40: + 0: 30591 + 0,-39: + 0: 65535 + 0,-38: + 0: 65535 + 0,-37: + 0: 65535 + 1,-39: + 0: 65527 + 1,-38: + 0: 65535 + 1,-37: + 0: 65535 + 1,-40: + 0: 30583 + 2,-39: + 0: 12560 + 2,-38: + 0: 16383 + 2,-37: + 0: 13107 + -3,-44: + 0: 36079 + -3,-43: + 0: 62344 + -2,-44: + 0: 65535 + -2,-43: + 0: 65535 + -2,-42: + 0: 65535 + -2,-41: + 0: 53247 + -1,-44: + 0: 65535 + -1,-43: + 0: 65535 + -1,-42: + 0: 65535 + -1,-41: + 0: 65535 + 0,-44: + 0: 65535 + 0,-43: + 0: 65535 + 0,-42: + 0: 65535 + 0,-41: + 0: 65535 + 1,-44: + 0: 65535 + 1,-43: + 0: 65535 + 1,-42: + 0: 65535 + 1,-41: + 0: 65535 + 2,-44: + 0: 13183 + 2,-43: + 0: 4403 + 2,-42: + 0: 4369 + 0,-46: + 0: 65527 + 0,-45: + 0: 65535 + 1,-46: + 0: 65394 + 1,-45: + 0: 65535 + 2,-46: + 0: 4096 + 2,-45: + 0: 62259 + -3,-45: + 0: 63624 + -2,-46: + 0: 65228 + -2,-45: + 0: 65535 + -1,-46: + 0: 65533 + -1,-45: + 0: 65535 + 0,-48: + 0: 65535 + 0,-47: + 0: 30719 + 1,-48: + 0: 65535 + 1,-47: + 0: 8823 + -2,-48: + 0: 65535 + -2,-47: + 0: 52428 + -1,-48: + 0: 65535 + -1,-47: + 0: 56831 + -2,-51: + 0: 65263 + -2,-50: + 0: 65535 + -2,-49: + 0: 65535 + -2,-52: + 0: 65262 + -1,-52: + 0: 65535 + -1,-51: + 0: 65535 + -1,-50: + 0: 65535 + -1,-49: + 0: 65535 + 0,-52: + 0: 65535 + 0,-51: + 0: 65535 + 0,-50: + 0: 65535 + 0,-49: + 0: 65535 + 1,-52: + 0: 65535 + 1,-51: + 0: 65535 + 1,-50: + 0: 65535 + 1,-49: + 0: 65535 + 2,-51: + 0: 65535 + 2,-50: + 0: 65535 + 2,-49: + 0: 65535 + -3,-56: + 0: 61030 + -3,-55: + 0: 17476 + -2,-56: + 0: 64319 + -2,-55: + 0: 11195 + -2,-53: + 0: 51336 + -2,-54: + 0: 34952 + -1,-56: + 0: 65503 + -1,-55: + 0: 57343 + -1,-54: + 0: 53245 + -1,-53: + 0: 65228 + 0,-56: + 0: 65535 + 0,-55: + 0: 32767 + 0,-54: + 0: 32759 + 0,-53: + 0: 65399 + 1,-56: + 0: 65535 + 1,-55: + 0: 40959 + 1,-54: + 0: 9011 + 1,-53: + 0: 61986 + 2,-56: + 0: 65501 + 2,-55: + 0: 341 + -3,-58: + 0: 60996 + -3,-57: + 0: 26214 + -2,-59: + 0: 45704 + -2,-58: + 0: 49083 + -2,-57: + 0: 13299 + -2,-60: + 0: 34952 + -1,-60: + 0: 64716 + -1,-59: + 0: 64989 + -1,-58: + 0: 65535 + -1,-57: + 0: 56829 + 0,-60: + 0: 63351 + 0,-59: + 0: 63351 + 0,-58: + 0: 65535 + 0,-57: + 0: 30711 + 1,-60: + 0: 12834 + 1,-59: + 0: 47411 + 1,-58: + 0: 49083 + 1,-57: + 0: 39417 + 2,-59: + 0: 4096 + 2,-58: + 0: 65365 + 2,-57: + 0: 56797 + -3,-64: + 0: 65535 + -3,-63: + 0: 65535 + -3,-62: + 0: 65535 + -3,-61: + 0: 17663 + -2,-64: + 0: 65535 + -2,-63: + 0: 65535 + -2,-62: + 0: 65535 + -2,-61: + 0: 36095 + -1,-64: + 0: 65535 + -1,-63: + 0: 65535 + -1,-62: + 0: 65535 + -1,-61: + 0: 61439 + 0,-64: + 0: 65535 + 0,-63: + 0: 65535 + 0,-62: + 0: 65535 + 0,-61: + 0: 65535 + 1,-64: + 0: 65535 + 1,-63: + 0: 65535 + 1,-62: + 0: 65535 + 1,-61: + 0: 12287 + 2,-64: + 0: 65535 + 2,-63: + 0: 65535 + 2,-62: + 0: 65535 + 2,-61: + 0: 511 + 3,-64: + 0: 65535 + 3,-63: + 0: 65535 + 3,-62: + 0: 65535 + 3,-61: + 0: 65535 + -3,-66: + 0: 65476 + -3,-65: + 0: 65535 + -2,-66: + 0: 65532 + -2,-65: + 0: 65535 + -2,-67: + 0: 34952 + -1,-66: + 0: 65535 + -1,-65: + 0: 65535 + -1,-67: + 0: 60622 + 0,-67: + 0: 63359 + 0,-66: + 0: 65535 + 0,-65: + 0: 65535 + 1,-66: + 0: 65527 + 1,-65: + 0: 65535 + 1,-67: + 0: 30583 + 2,-66: + 0: 65328 + 2,-65: + 0: 65535 + 3,-66: + 0: 65501 + 3,-65: + 0: 65535 + 4,-64: + 0: 65535 + 4,-63: + 0: 65535 + 4,-62: + 0: 65535 + 4,-61: + 0: 65535 + 5,-64: + 0: 65535 + 5,-63: + 0: 65535 + 5,-62: + 0: 65535 + 5,-61: + 0: 65535 + 4,-66: + 0: 65535 + 4,-65: + 0: 65535 + 5,-66: + 0: 65535 + 5,-65: + 0: 65535 + 3,-68: + 0: 20736 + 3,-67: + 0: 64991 + 4,-67: + 0: 65535 + 4,-68: + 0: 43008 + 3,-36: + 0: 65535 + 3,-35: + 0: 65535 + 3,-34: + 0: 34958 + 3,-40: + 0: 61439 + 3,-39: + 0: 65535 + 3,-38: + 0: 65535 + 3,-37: + 0: 65535 + 2,-41: + 0: 4095 + 3,-42: + 0: 63744 + 3,-41: + 0: 65535 + -4,-64: + 0: 65535 + -4,-63: + 0: 65535 + -4,-62: + 0: 65535 + -4,-61: + 0: 65535 + -4,-66: + 0: 65535 + -4,-65: + 0: 65535 + -3,-68: + 0: 17612 + -2,-68: + 0: 61439 + -1,-68: + 0: 65535 + 0,-68: + 0: 65535 + 1,-68: + 0: 32767 + 4,-36: + 0: 30583 + 4,-35: + 0: 30583 + 4,-34: + 0: 3 + 4,-40: + 0: 14199 + 4,-39: + 0: 30583 + 4,-38: + 0: 30583 + 4,-37: + 0: 30583 + 4,-42: + 0: 30564 + 4,-41: + 0: 30719 + 4,-43: + 0: 16520 + -6,-65: + 0: 58082 + 2: 3084 + -6,-66: + 0: 8942 + 2: 52224 + -5,-66: + 0: 61183 + 2: 4352 + -5,-65: + 2: 257 + 0: 65278 + -6,-64: + 0: 58082 + 2: 3084 + -6,-63: + 3: 12 + 0: 52450 + -6,-62: + 0: 52428 + -6,-61: + 0: 8 + -5,-64: + 2: 257 + 0: 65278 + -5,-63: + 3: 1 + 0: 65534 + -5,-62: + 0: 65535 + -5,-61: + 0: 61183 + -4,-78: + 0: 51200 + -4,-77: + 0: 52428 + -3,-78: + 0: 65524 + -3,-77: + 0: 65535 + -3,-80: + 0: 65484 + -3,-79: + 0: 65535 + -2,-80: + 0: 65535 + -2,-79: + 0: 65535 + -2,-78: + 0: 65535 + -2,-77: + 0: 65535 + -1,-80: + 0: 65535 + -1,-79: + 0: 65535 + -1,-78: + 0: 65535 + -1,-77: + 0: 65535 + 0,-80: + 0: 65535 + 0,-79: + 0: 65535 + 0,-78: + 0: 65535 + 0,-77: + 0: 65535 + 1,-80: + 0: 65535 + 1,-79: + 0: 65535 + 1,-78: + 0: 65535 + 1,-77: + 0: 65535 + 2,-80: + 0: 65535 + 2,-79: + 0: 65535 + 2,-78: + 0: 65535 + 2,-77: + 0: 32767 + 3,-80: + 0: 4095 + 3,-79: + 0: 4095 + 3,-78: + 0: 62208 + 3,-77: + 0: 1023 + 0,-72: + 0: 65535 + 0,-71: + 0: 65535 + 0,-70: + 0: 65535 + 0,-69: + 0: 65535 + 1,-72: + 0: 65535 + 1,-71: + 0: 65535 + 1,-70: + 0: 65535 + 1,-69: + 0: 65535 + 2,-72: + 0: 13107 + 2,-71: + 0: 65527 + 2,-70: + 0: 65535 + 2,-69: + 0: 311 + -3,-69: + 0: 52428 + -3,-70: + 0: 50244 + -2,-72: + 0: 65535 + -2,-71: + 0: 61439 + -2,-70: + 0: 65518 + -2,-69: + 0: 65535 + -1,-72: + 0: 65535 + -1,-71: + 0: 65535 + -1,-70: + 0: 65535 + -1,-69: + 0: 65535 + 0,-76: + 0: 65535 + 0,-75: + 0: 65535 + 0,-74: + 0: 30719 + 0,-73: + 0: 65527 + 1,-76: + 0: 65535 + 1,-75: + 0: 65535 + 1,-74: + 0: 30591 + 1,-73: + 0: 65527 + 2,-76: + 0: 65399 + 2,-75: + 0: 65535 + 2,-73: + 0: 12544 + 3,-76: + 0: 65280 + 3,-75: + 0: 65295 + -4,-76: + 0: 34952 + -4,-75: + 0: 35071 + -3,-76: + 0: 16383 + 1: 49152 + -3,-75: + 0: 52467 + 1: 12 + -2,-76: + 0: 65535 + -2,-75: + 0: 65535 + -2,-73: + 0: 65224 + -2,-74: + 0: 35022 + -1,-76: + 0: 65535 + -1,-75: + 0: 65535 + -1,-74: + 0: 52479 + -1,-73: + 0: 65532 + -3,-81: + 0: 49152 + -2,-81: + 0: 64716 + -1,-81: + 0: 65533 + 0,-81: + 0: 65527 + 1,-81: + 0: 63346 + 4,-80: + 0: 53247 + 4,-79: + 0: 36863 + 4,-78: + 0: 65516 + 4,-77: + 0: 61439 + 5,-80: + 0: 65521 + 5,-79: + 0: 65535 + 5,-78: + 0: 65535 + 5,-77: + 0: 65535 + 6,-80: + 0: 65393 + 6,-79: + 0: 12671 + 6,-78: + 0: 65527 + 6,-77: + 0: 65535 + 7,-78: + 0: 65314 + 7,-77: + 0: 12287 + 4,-76: + 0: 65420 + 4,-75: + 0: 65487 + 5,-76: + 0: 65535 + 5,-75: + 0: 65535 + 5,-74: + 0: 1531 + 6,-76: + 0: 28983 + 6,-75: + 0: 32767 + 6,-74: + 0: 371 + 7,-76: + 0: 26146 + 5,-81: + 0: 4096 + -2,-84: + 0: 65535 + -2,-83: + 0: 61439 + -2,-82: + 0: 52430 + -1,-84: + 0: 65535 + -1,-83: + 0: 65535 + -1,-82: + 0: 56831 + 0,-84: + 0: 65535 + 0,-83: + 0: 65535 + 0,-82: + 0: 30719 + 1,-84: + 0: 65535 + 1,-83: + 0: 65535 + 1,-82: + 0: 8831 + 2,-84: + 0: 13111 + 0,-88: + 0: 65399 + 0,-87: + 0: 65535 + 0,-86: + 0: 65535 + 0,-85: + 0: 65535 + 1,-88: + 0: 63266 + 1,-87: + 0: 65535 + 1,-86: + 0: 65535 + 1,-85: + 0: 65535 + 2,-87: + 0: 62224 + 2,-86: + 0: 65535 + 2,-85: + 0: 65535 + -2,-87: + 0: 65534 + -2,-86: + 0: 65535 + -2,-85: + 0: 65535 + -2,-88: + 0: 60552 + -1,-88: + 0: 65484 + -1,-87: + 0: 65535 + -1,-86: + 0: 65535 + -1,-85: + 0: 65535 + 0,-92: + 0: 65535 + 0,-91: + 0: 65535 + 0,-90: + 0: 65535 + 0,-89: + 0: 32767 + 1,-92: + 0: 65535 + 1,-91: + 0: 65535 + 1,-90: + 0: 65535 + 1,-89: + 0: 10111 + 2,-92: + 0: 4369 + 2,-91: + 0: 61713 + 2,-90: + 0: 4383 + -2,-92: + 0: 65535 + -2,-91: + 0: 65535 + -2,-90: + 0: 65535 + -2,-89: + 0: 36046 + -1,-92: + 0: 65535 + -1,-91: + 0: 65535 + -1,-90: + 0: 65535 + -1,-89: + 0: 53247 + -2,-93: + 0: 65518 + -2,-96: + 0: 52974 + -2,-94: + 0: 65516 + -2,-95: + 0: 49160 + -1,-96: + 0: 65535 + -1,-95: + 0: 63692 + -1,-94: + 0: 65535 + -1,-93: + 0: 65535 + 0,-96: + 0: 65535 + 0,-95: + 0: 63351 + 0,-94: + 0: 65535 + 0,-93: + 0: 65535 + 1,-96: + 0: 32767 + 1,-95: + 0: 29218 + 1,-94: + 0: 65527 + 1,-93: + 0: 65535 + 2,-93: + 0: 4352 + 0,-98: + 0: 65535 + 0,-97: + 0: 65535 + 1,-99: + 0: 65535 + 1,-98: + 0: 65535 + 1,-97: + 0: 65535 + -2,-97: + 0: 61166 + -1,-98: + 0: 65254 + -1,-97: + 0: 65535 + 2,-96: + 0: 17 + 0,-100: + 0: 65535 + 0,-99: + 0: 61183 + 1,-100: + 0: 65535 + 2,-100: + 0: 4368 + 2,-99: + 0: 4369 + 2,-97: + 0: 4368 + -2,-100: + 0: 36078 + -2,-99: + 0: 8 + -1,-100: + 0: 61439 + -1,-99: + 0: 16384 + 0,-101: + 0: 65399 + 1,-101: + 0: 30496 + -2,-101: + 0: 51336 + -2,-102: + 0: 32768 + -1,-101: + 0: 65484 + 1,3: + 0: 30702 + 1,2: + 0: 59118 + 2,0: + 0: 61239 + 2,1: + 0: 16236 + 2,2: + 0: 17 + 3,0: + 0: 8044 + 3,1: + 0: 12544 + 3,2: + 0: 33074 + 2,-3: + 0: 4369 + 3,-4: + 0: 15 + 3,-1: + 0: 33272 + -4,0: + 0: 8134 + -4,2: + 0: 12680 + -4,1: + 0: 32768 + -3,0: + 0: 65420 + -3,1: + 0: 40902 + -3,2: + 0: 272 + -2,2: + 0: 60671 + -2,3: + 0: 52462 + -1,3: + 0: 4352 + -4,-2: + 0: 4096 + -4,-1: + 0: 12787 + -3,-1: + 0: 25596 + 2,-7: + 0: 15 + 3,-8: + 0: 61440 + 3,-7: + 0: 207 + 3,-5: + 0: 61440 + -4,-15: + 0: 61440 + -4,-14: + 0: 15 + -3,-15: + 0: 65152 + -3,-14: + 0: 143 + 3,-15: + 0: 64767 + 3,-14: + 0: 15 + 2,-19: + 0: 36864 + 3,-18: + 0: 65535 + -4,-18: + 0: 65280 + -3,-18: + 0: 65408 + -3,-17: + 0: 142 + 2,-24: + 0: 383 + 2,-22: + 0: 28928 + 2,-21: + 0: 65535 + 3,-24: + 0: 34959 + 3,-21: + 0: 65535 + -4,-24: + 0: 15 + -4,-21: + 0: 255 + -4,-28: + 0: 4080 + -4,-25: + 0: 61440 + 2,-28: + 0: 65393 + 2,-27: + 0: 1 + 2,-25: + 0: 62224 + 3,-28: + 0: 65416 + 3,-25: + 0: 63624 + -4,-31: + 0: 255 + 2,-32: + 0: 4096 + 2,-31: + 0: 32755 + 3,-31: + 0: 36856 + -4,-35: + 0: 65280 + -3,-35: + 0: 65532 + -3,-34: + 0: 65535 + -4,-38: + 0: 4080 + -3,-38: + 0: 53244 + -3,-39: + 0: 52428 + 4,-33: + 0: 16384 + -2,4: + 0: 2252 + -1,4: + 0: 65329 + -1,5: + 0: 2190 + 0,4: + 0: 65152 + 0,5: + 0: 4927 + 0,6: + 0: 17 + 1,4: + 0: 4983 + -5,0: + 0: 61030 + -5,1: + 0: 26214 + -5,2: + 0: 36046 + -5,-3: + 0: 8738 + -5,-2: + 0: 61030 + -5,-1: + 0: 28390 + 4,-4: + 0: 35023 + 4,-2: + 0: 65228 + 4,-1: + 0: 57341 + 4,-3: + 0: 34952 + 4,0: + 0: 65484 + 4,2: + 0: 14190 + 4,1: + 0: 52428 + 4,-8: + 0: 64640 + 4,-7: + 0: 36095 + 4,-5: + 0: 64640 + 4,-6: + 0: 8 + 5,-8: + 0: 4919 + 5,-7: + 0: 17 + 5,-12: + 0: 13073 + 5,-11: + 0: 26211 + 5,-10: + 0: 26214 + 5,-9: + 0: 26214 + 4,-15: + 0: 61815 + 4,-14: + 0: 15 + 4,-16: + 0: 30591 + 5,-16: + 0: 13105 + 5,-15: + 0: 13107 + 5,-14: + 0: 26231 + 5,-13: + 0: 5444 + 4,-18: + 0: 65535 + 4,-19: + 0: 65399 + 4,-17: + 0: 63999 + 5,-18: + 0: 4352 + 5,-17: + 0: 4369 + 5,-20: + 0: 17478 + -6,-14: + 0: 52428 + -6,-13: + 0: 1092 + -6,-16: + 0: 34944 + -6,-15: + 0: 34952 + -5,-16: + 0: 4371 + -5,-15: + 0: 61713 + -5,-14: + 0: 31 + -6,-20: + 0: 17484 + -5,-18: + 0: 65382 + -5,-17: + 0: 13107 + -5,-19: + 0: 26180 + 4,-24: + 0: 34959 + 4,-21: + 0: 30719 + 4,-23: + 0: 136 + 5,-24: + 0: 4369 + 5,-23: + 0: 13073 + 5,-22: + 0: 13107 + 5,-21: + 0: 26483 + 4,-28: + 0: 65280 + 4,-25: + 0: 64716 + 4,-26: + 0: 50240 + 5,-28: + 0: 29491 + 5,-27: + 0: 18023 + 5,-25: + 0: 4096 + 5,-26: + 0: 68 + -6,-21: + 0: 52424 + -6,-23: + 0: 34816 + -6,-22: + 0: 34952 + -5,-24: + 0: 13119 + -5,-23: + 0: 4403 + -5,-22: + 0: 4369 + -5,-21: + 0: 511 + -6,-28: + 0: 52360 + -6,-27: + 0: 17612 + -6,-26: + 0: 4 + -5,-28: + 0: 8177 + -5,-25: + 0: 63078 + -5,-26: + 0: 25664 + 4,-31: + 0: 36860 + 4,-32: + 0: 52420 + 4,-30: + 0: 34952 + 5,-31: + 0: 4368 + 5,-30: + 0: 4369 + 5,-29: + 0: 13107 + -6,-30: + 0: 32768 + -6,-29: + 0: 34952 + -5,-31: + 0: 13311 + -5,-30: + 0: 4915 + -5,-29: + 0: 4369 + -5,-32: + 0: 26214 + -6,-35: + 0: 51336 + -6,-34: + 0: 19660 + -6,-33: + 0: 68 + -6,-36: + 0: 34952 + -5,-36: + 0: 4369 + -5,-35: + 0: 65297 + -5,-34: + 0: 1 + -5,-33: + 0: 17408 + -5,-38: + 0: 16374 + -5,-37: + 0: 13107 + -5,-39: + 0: 26212 + -5,-40: + 0: 16384 + 3,-16: + 0: 65535 + 3,-20: + 0: 65535 + 3,-19: + 0: 65535 + 3,-17: + 0: 64767 + 3,-22: + 0: 65534 + 3,-23: + 0: 34952 + 3,-27: + 0: 34952 + 3,-26: + 0: 34952 + 3,-32: + 0: 34952 + 3,-30: + 0: 34952 + 3,-29: + 0: 34952 + 3,-33: + 0: 34952 + -4,-48: + 0: 255 + -3,-48: + 0: 61183 + -4,-49: + 0: 34944 + -3,-49: + 0: 57588 + -3,-52: + 0: 62532 + -3,-51: + 0: 17487 + -3,-50: + 0: 17476 + -3,-54: + 0: 17476 + -3,-53: + 0: 17476 + -3,-60: + 0: 17476 + -3,-59: + 0: 17476 + 3,-60: + 0: 3310 + -3,-67: + 0: 17476 + 6,-64: + 0: 8751 + 6,-63: + 0: 65535 + 6,-62: + 0: 65535 + 6,-61: + 0: 65535 + 7,-64: + 0: 43695 + 7,-63: + 0: 65535 + 7,-62: + 0: 65535 + 7,-61: + 0: 65535 + 5,-67: + 0: 39184 + 6,-67: + 0: 65535 + 6,-66: + 0: 54783 + 6,-65: + 0: 62941 + 7,-67: + 0: 30583 + 7,-66: + 0: 55603 + 7,-65: + 0: 64989 + 8,-64: + 0: 3 + 8,-63: + 0: 30583 + 8,-62: + 0: 30583 + 8,-61: + 0: 30583 + 8,-66: + 0: 272 + 8,-65: + 0: 4096 + -4,-72: + 0: 8 + -3,-72: + 0: 17487 + -3,-71: + 0: 17484 + 2,-74: + 0: 15 + 3,-74: + 0: 15 + -4,-74: + 0: 34952 + -4,-73: + 0: 34952 + 4,-74: + 0: 207 + 4,-20: + 0: 30583 + 4,-22: + 0: 30579 + 4,-60: + 0: 4095 + 5,-60: + 0: 2553 + 6,-60: + 0: 4095 + 7,-60: + 0: 4095 + 8,-60: + 0: 887 + -3,-36: + 0: 52428 + -3,-33: + 0: 15 + -3,-37: + 0: 52428 + 2,-48: + 0: 2047 + 2,-52: + 0: 63344 + 3,-51: + 0: 4367 + 3,-50: + 0: 4369 + 3,-49: + 0: 17 + -4,-42: + 0: 65535 + -4,-41: + 0: 65535 + -4,-44: + 0: 12 + -3,-42: + 0: 65535 + -3,-41: + 0: 16383 + 3,-44: + 0: 15 + 3,-48: + 0: 255 + 3,-45: + 0: 61440 + -4,-45: + 0: 63232 + -4,-52: + 0: 61440 + -4,-51: + 0: 15 + 3,-52: + 0: 61440 + 5,-40: + 0: 1094 + 4,-44: + 0: 34959 + 5,-44: + 0: 4369 + 5,-43: + 0: 13073 + 5,-42: + 0: 13107 + 5,-41: + 0: 26483 + -3,-84: + 0: 2188 + -3,-86: + 0: 61167 + -3,-85: + 0: 61166 + -3,-87: + 0: 63488 + -6,-40: + 0: 68 + -6,-48: + 0: 52424 + -6,-47: + 0: 1100 + -5,-48: + 0: 511 + -5,-45: + 0: 65382 + -5,-46: + 0: 26180 + -5,-47: + 0: 17408 + -6,-41: + 0: 52428 + -6,-43: + 0: 34944 + -6,-42: + 0: 34952 + -5,-44: + 0: 13107 + -5,-43: + 0: 4403 + -5,-42: + 0: 61727 + -5,-41: + 0: 255 + 4,-48: + 0: 255 + 4,-45: + 0: 64716 + 4,-47: + 0: 16384 + 4,-46: + 0: 50244 + 5,-48: + 0: 52983 + 5,-45: + 0: 4096 + 5,-47: + 0: 2188 + 4,-52: + 0: 63624 + 4,-51: + 0: 15 + 5,-52: + 0: 12561 + 5,-51: + 0: 13107 + 5,-50: + 0: 26163 + 5,-49: + 0: 26214 + 4,-53: + 0: 34944 + 5,-53: + 0: 4096 + -6,-50: + 0: 34816 + -6,-49: + 0: 34952 + -5,-52: + 0: 63078 + -5,-51: + 0: 13119 + -5,-50: + 0: 4403 + -5,-49: + 0: 4369 + -5,-53: + 0: 25664 + -4,-43: + 0: 65280 + -4,-60: + 0: 2047 + -4,-67: + 0: 65392 + -4,-80: + 0: 65280 + -4,-83: + 0: 255 + -3,-83: + 0: 255 + 2,-83: + 0: 4607 + 3,-83: + 0: 255 + 7,-80: + 0: 30562 + 7,-79: + 0: 17511 + 7,-75: + 0: 61303 + 7,-74: + 0: 36044 + 4,-83: + 0: 255 + 5,-84: + 0: 13107 + 5,-83: + 0: 26483 + 5,-82: + 0: 1094 + 7,-81: + 0: 13073 + 3,-87: + 0: 61440 + 3,-86: + 0: 287 + -4,-87: + 0: 61440 + -4,-86: + 0: 15 + 3,-91: + 0: 63624 + 3,-90: + 0: 143 + 3,-92: + 0: 34956 + -4,-92: + 0: 13110 + -4,-91: + 0: 62259 + -4,-90: + 0: 4415 + -3,-91: + 0: 61440 + -3,-90: + 0: 15 + -4,-94: + 0: 61132 + -4,-93: + 0: 26214 + -4,-95: + 0: 52360 + -3,-94: + 0: 65280 + 2,-94: + 0: 65280 + 3,-94: + 0: 65382 + 3,-95: + 0: 26146 + 3,-93: + 0: 52428 + -2,-98: + 0: 40960 + -6,-85: + 0: 34816 + -5,-87: + 0: 63078 + -5,-86: + 0: 13119 + -5,-85: + 0: 4403 + -5,-88: + 0: 25664 + -6,-83: + 0: 52424 + -6,-82: + 0: 1100 + -6,-84: + 0: 34952 + -5,-84: + 0: 4369 + -5,-83: + 0: 511 + -5,-81: + 0: 26180 + 4,-87: + 0: 64716 + 4,-86: + 0: 34959 + 4,-88: + 0: 50240 + 4,-85: + 0: 136 + 5,-87: + 0: 4096 + 5,-86: + 0: 4369 + 5,-85: + 0: 13073 + -5,-60: + 0: 3310 + -6,-67: + 0: 61152 + -5,-67: + 0: 65520 + -5,-90: + 0: 34952 + -5,-89: + 0: 136 + 4,-92: + 0: 4368 + 4,-91: + 0: 4369 + 4,-90: + 0: 13107 + 4,-89: + 0: 34 + 8,-78: + 0: 61440 + 8,-77: + 0: 255 + 8,-80: + 0: 32768 + 8,-79: + 0: 34952 + 9,-79: + 0: 4368 + 9,-78: + 0: 13107 + 9,-77: + 0: 29491 + 9,-76: + 0: 18023 + 9,-75: + 0: 4 + -6,-77: + 0: 34952 + -5,-80: + 0: 65382 + -5,-79: + 0: 13107 + -5,-78: + 0: 13107 + -5,-77: + 0: 4369 + -6,-75: + 0: 52424 + -6,-74: + 0: 1100 + -6,-76: + 0: 34952 + -5,-76: + 0: 4369 + -5,-75: + 0: 511 + uniqueMixes: + - volume: 2500 + temperature: 293.15 + moles: + - 21.824879 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 235 + moles: + - 21.824879 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 293.15 + moles: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 293.15 + moles: + - 0 + - 0 + - 0 + - 6666.982 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + chunkSize: 4 + - type: GasTileOverlay + - type: RadiationGridResistance + - type: NavMap + - type: FTLDestination + - type: BecomesStation + id: Train +- proto: AccordionInstrument + entities: + - uid: 12393 + components: + - type: Transform + pos: -5.3016195,-317.37082 + parent: 2 +- proto: AcousticGuitarInstrument + entities: + - uid: 10093 + components: + - type: Transform + pos: -7.466254,-281.50427 + parent: 2 +- proto: AirAlarm + entities: + - uid: 2277 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-274.5 + parent: 2 + - type: DeviceList + devices: + - 13310 + - 13323 + - 12367 + - 12297 + - 13324 + - type: AtmosDevice + joinedGrid: 2 + - uid: 5925 + components: + - type: Transform + pos: -1.5,-334.5 + parent: 2 + - type: DeviceList + devices: + - 12798 + - 10658 + - 13392 + - 13387 + - 13386 + - 13396 + - 13395 + - 12306 + - type: AtmosDevice + joinedGrid: 2 + - uid: 8201 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-178.5 + parent: 2 + - type: DeviceList + devices: + - 5346 + - 13214 + - 5277 + - 5260 + - 13198 + - 13200 + - 13201 + - 13202 + - type: AtmosDevice + joinedGrid: 2 + - uid: 8432 + components: + - type: Transform + pos: -5.5,-306.5 + parent: 2 + - type: DeviceList + devices: + - 3027 + - 12470 + - 8430 + - 13377 + - 13372 + - 7798 + - 7799 + - 7800 + - 13344 + - 13343 + - 13342 + - 13345 + - 13346 + - 13347 + - type: AtmosDevice + joinedGrid: 2 + - uid: 10964 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-345.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 11906 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-341.5 + parent: 2 + - type: DeviceList + devices: + - 13384 + - 12898 + - 12896 + - 13390 + - 13386 + - 13387 + - 12897 + - 12798 + - 13392 + - 13395 + - 13396 + - type: AtmosDevice + joinedGrid: 2 + - uid: 12935 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,2.5 + parent: 2 + - type: DeviceList + devices: + - 884 + - 1825 + - 13073 + - 393 + - 391 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13080 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-11.5 + parent: 2 + - type: DeviceList + devices: + - 13072 + - 857 + - 747 + - 391 + - 390 + - 387 + - 146 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13105 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-18.5 + parent: 2 + - type: DeviceList + devices: + - 13083 + - 611 + - 6915 + - 146 + - 396 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13109 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-33.5 + parent: 2 + - type: DeviceList + devices: + - 1155 + - 977 + - 637 + - 638 + - 13106 + - 6036 + - 1191 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13110 + components: + - type: Transform + pos: 3.5,-36.5 + parent: 2 + - type: DeviceList + devices: + - 1239 + - 954 + - 13107 + - 610 + - 639 + - 6036 + - 1191 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13115 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-69.5 + parent: 2 + - type: DeviceList + devices: + - 1427 + - 13119 + - 1372 + - 13111 + - 13112 + - 13113 + - 13114 + - 10757 + - 13120 + - 1408 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13116 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-54.5 + parent: 2 + - type: DeviceList + devices: + - 13118 + - 4056 + - 2076 + - 10757 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13117 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-64.5 + parent: 2 + - type: DeviceList + devices: + - 13121 + - 1429 + - 13113 + - 13114 + - 13112 + - 13111 + - 1326 + - 1238 + - 1431 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13124 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-71.5 + parent: 2 + - type: DeviceList + devices: + - 1409 + - 13122 + - 1415 + - 1372 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13146 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-86.5 + parent: 2 + - type: DeviceList + devices: + - 13145 + - 13137 + - 4508 + - 13127 + - 13128 + - 13129 + - 13133 + - 13132 + - 12954 + - 13134 + - 13135 + - 13136 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13147 + components: + - type: Transform + pos: 2.5,-80.5 + parent: 2 + - type: DeviceList + devices: + - 13133 + - 13132 + - 12954 + - 3310 + - 3351 + - 13125 + - 1701 + - 1702 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13148 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-99.5 + parent: 2 + - type: DeviceList + devices: + - 1544 + - 3314 + - 3392 + - 13126 + - 13136 + - 13135 + - 13134 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13150 + components: + - type: Transform + pos: 2.5,-84.5 + parent: 2 + - type: DeviceList + devices: + - 1701 + - 13127 + - 13128 + - 13129 + - 13130 + - 4509 + - 4360 + - 1725 + - 1715 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13151 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-86.5 + parent: 2 + - type: DeviceList + devices: + - 13131 + - 3262 + - 3261 + - 3371 + - 1723 + - 1726 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13152 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-93.5 + parent: 2 + - type: DeviceList + devices: + - 13153 + - 3284 + - 3372 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13161 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-111.5 + parent: 2 + - type: DeviceList + devices: + - 13158 + - 13159 + - 2407 + - 2408 + - 2409 + - 13157 + - 13156 + - 13155 + - 3630 + - 3436 + - 13154 + - 13160 + - 3474 + - 3550 + - 3475 + - 3551 + - 3437 + - 3549 + - 13149 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13165 + components: + - type: Transform + pos: -0.5,-118.5 + parent: 2 + - type: DeviceList + devices: + - 13164 + - 3483 + - 3600 + - 13163 + - 2410 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13166 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-114.5 + parent: 2 + - type: DeviceList + devices: + - 3626 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13168 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-126.5 + parent: 2 + - type: DeviceList + devices: + - 13167 + - 3480 + - 3603 + - 13163 + - 13158 + - 13159 + - 2406 + - 2405 + - 2256 + - 3478 + - 3553 + - 3477 + - 3513 + - 3476 + - 3552 + - 3608 + - 2410 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13171 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-117.5 + parent: 2 + - type: DeviceList + devices: + - 2411 + - 13170 + - 2412 + - 3457 + - 3599 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13176 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-142.5 + parent: 2 + - type: DeviceList + devices: + - 2834 + - 2835 + - 2836 + - 13173 + - 13172 + - 3647 + - 4016 + - 2833 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13178 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-148.5 + parent: 2 + - type: DeviceList + devices: + - 2830 + - 2829 + - 2828 + - 13174 + - 2827 + - 2826 + - 13173 + - 13172 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13180 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-142.5 + parent: 2 + - type: DeviceList + devices: + - 4568 + - 13179 + - 3980 + - 2830 + - 2829 + - 2828 + - 2831 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13182 + components: + - type: Transform + pos: 4.5,-136.5 + parent: 2 + - type: DeviceList + devices: + - 2831 + - 2832 + - 3954 + - 3650 + - 13181 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13185 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-138.5 + parent: 2 + - type: DeviceList + devices: + - 13184 + - 13183 + - 3993 + - 4033 + - 2836 + - 2835 + - 2834 + - 2837 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13187 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-136.5 + parent: 2 + - type: DeviceList + devices: + - 4031 + - 4037 + - 13186 + - 2837 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13189 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-153.5 + parent: 2 + - type: DeviceList + devices: + - 13188 + - 4556 + - 4559 + - 2826 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13209 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-167.5 + parent: 2 + - type: DeviceList + devices: + - 13208 + - 13207 + - 13206 + - 13204 + - 13205 + - 13192 + - 13193 + - 13194 + - 1498 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13211 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-177.5 + parent: 2 + - type: DeviceList + devices: + - 5252 + - 5251 + - 13210 + - 13199 + - 13198 + - 13191 + - 13190 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13213 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-176.5 + parent: 2 + - type: DeviceList + devices: + - 13212 + - 5261 + - 5275 + - 13197 + - 13196 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13218 + components: + - type: Transform + pos: 4.5,-164.5 + parent: 2 + - type: DeviceList + devices: + - 5301 + - 5302 + - 13217 + - 13192 + - 13193 + - 13194 + - 13202 + - 13201 + - 13200 + - 13203 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13220 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-171.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13239 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-193.5 + parent: 2 + - type: DeviceList + devices: + - 13238 + - 13223 + - 13224 + - 13237 + - 13236 + - 5129 + - 5128 + - 13225 + - 13226 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13241 + components: + - type: Transform + pos: 2.5,-188.5 + parent: 2 + - type: DeviceList + devices: + - 13224 + - 13223 + - 5073 + - 5082 + - 5134 + - 13221 + - 9827 + - 8852 + - 15086 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13244 + components: + - type: Transform + pos: -0.5,-204.5 + parent: 2 + - type: DeviceList + devices: + - 5070 + - 4967 + - 13227 + - 13226 + - 13225 + - 13242 + - 15087 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13247 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-199.5 + parent: 2 + - type: DeviceList + devices: + - 5127 + - 5071 + - 13246 + - 5129 + - 5128 + - 5135 + - 5130 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13249 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-193.5 + parent: 2 + - type: DeviceList + devices: + - 13248 + - 5072 + - 5083 + - 5135 + - 5134 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13251 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-195.5 + parent: 2 + - type: DeviceList + devices: + - 5108 + - 13250 + - 5107 + - 5130 + - 5131 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13252 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-203.5 + parent: 2 + - type: DeviceList + devices: + - 13253 + - 4981 + - 13254 + - 4670 + - 5110 + - 4905 + - 5068 + - 13255 + - 5121 + - 5131 + - 13242 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13260 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-231.5 + parent: 2 + - type: DeviceList + devices: + - 5164 + - 13259 + - 5179 + - 13264 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13261 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-231.5 + parent: 2 + - type: DeviceList + devices: + - 5163 + - 13258 + - 5178 + - 13265 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13262 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-218.5 + parent: 2 + - type: DeviceList + devices: + - 5156 + - 13257 + - 5189 + - 13266 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13263 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-218.5 + parent: 2 + - type: DeviceList + devices: + - 5188 + - 5160 + - 13256 + - 13267 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13269 + components: + - type: Transform + pos: -0.5,-216.5 + parent: 2 + - type: DeviceList + devices: + - 13268 + - 13266 + - 13267 + - 13265 + - 13264 + - 13270 + - 5185 + - 5161 + - 5190 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13317 + components: + - type: Transform + pos: -0.5,-272.5 + parent: 2 + - type: DeviceList + devices: + - 13314 + - 13315 + - 13316 + - 12341 + - 12340 + - 13313 + - 13312 + - 13311 + - 13310 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13322 + components: + - type: Transform + pos: 4.5,-269.5 + parent: 2 + - type: DeviceList + devices: + - 13321 + - 13320 + - 13319 + - 13313 + - 13312 + - 13311 + - 13318 + - 12322 + - 12333 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13333 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-286.5 + parent: 2 + - type: DeviceList + devices: + - 13325 + - 12356 + - 12355 + - 13326 + - 13328 + - 13314 + - 13315 + - 13332 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13335 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-289.5 + parent: 2 + - type: DeviceList + devices: + - 12362 + - 13334 + - 12298 + - 13332 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13341 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-283.5 + parent: 2 + - type: DeviceList + devices: + - 12224 + - 13336 + - 12305 + - 13337 + - 13319 + - 13320 + - 13338 + - 10538 + - 13340 + - 13339 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13358 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-298.5 + parent: 2 + - type: DeviceList + devices: + - 3400 + - 12704 + - 12705 + - 13347 + - 13346 + - 13345 + - 13354 + - 13353 + - 13355 + - 13356 + - 13357 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13365 + components: + - type: Transform + pos: 10.5,-305.5 + parent: 2 + - type: DeviceList + devices: + - 13361 + - 13360 + - 13342 + - 13343 + - 13344 + - 13359 + - 12501 + - 12502 + - 13362 + - 13363 + - 13364 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13370 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-318.5 + parent: 2 + - type: DeviceList + devices: + - 13368 + - 13367 + - 13366 + - 12430 + - 12530 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13374 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-320.5 + parent: 2 + - type: DeviceList + devices: + - 13371 + - 12428 + - 12433 + - 13367 + - 13372 + - 13373 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13382 + components: + - type: Transform + pos: -6.5,-298.5 + parent: 2 + - type: DeviceList + devices: + - 12581 + - 12580 + - 13380 + - 13377 + - 13381 + - 13357 + - 13356 + - 13355 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13383 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-302.5 + parent: 2 + - type: DeviceList + devices: + - 12508 + - 12564 + - 4689 + - 13360 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13391 + components: + - type: Transform + pos: -0.5,-328.5 + parent: 2 + - type: DeviceList + devices: + - 13384 + - 12898 + - 12896 + - 13390 + - 13386 + - 13387 + - 9425 + - 10870 + - 9426 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13402 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-346.5 + parent: 2 + - type: DeviceList + devices: + - 13401 + - 12813 + - 12920 + - 13396 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13421 + components: + - type: Transform + pos: -3.5,-359.5 + parent: 2 + - type: DeviceList + devices: + - 1278 + - 13420 + - 13417 + - 12984 + - 13041 + - 13067 + - 12985 + - 13416 + - 13419 + - 13418 + - 13068 + - 12988 + - 13040 + - 12989 + - 13039 + - 13423 + - 13424 + - 13082 + - 13415 + - 13414 + - 13412 + - 13413 + - 12754 + - 12932 + - 12933 + - 13081 + - 12944 + - 12943 + - 16682 + - 11912 + - 16679 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13426 + components: + - type: Transform + pos: -4.5,-369.5 + parent: 2 + - type: DeviceList + devices: + - 13422 + - 13094 + - 12987 + - 13425 + - 13088 + - 12986 + - 13419 + - 13418 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13429 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-367.5 + parent: 2 + - type: DeviceList + devices: + - 13427 + - 13053 + - 12994 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14727 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-192.5 + parent: 2 + - type: DeviceList + devices: + - 14726 + - 1378 + - 1375 + - 9827 + - 8852 + - 14728 + - type: AtmosDevice + joinedGrid: 2 + - uid: 15278 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-247.5 + parent: 2 + - type: DeviceList + devices: + - 8213 + - 7879 + - 8483 + - 8009 + - 15275 + - 13108 + - 8012 + - 12324 + - 9085 + - 17000 + - type: AtmosDevice + joinedGrid: 2 + - uid: 15279 + components: + - type: Transform + pos: 4.5,-241.5 + parent: 2 + - type: DeviceList + devices: + - 15274 + - 8091 + - 8071 + - 8213 + - 7879 + - 8483 + - 7885 + - type: AtmosDevice + joinedGrid: 2 + - uid: 15280 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-254.5 + parent: 2 + - type: DeviceList + devices: + - 8089 + - 15277 + - 8314 + - 6858 + - 7885 + - 9085 + - 12324 + - 8037 + - 6857 + - 15281 + - type: AtmosDevice + joinedGrid: 2 + - uid: 15282 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-259.5 + parent: 2 + - type: DeviceList + devices: + - 15284 + - 15283 + - 15276 + - 6726 + - 8037 + - 13108 + - 8012 + - 15285 + - 15286 + - 15287 + - 7820 + - type: AtmosDevice + joinedGrid: 2 + - uid: 15292 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-255.5 + parent: 2 + - type: DeviceList + devices: + - 15289 + - 7476 + - 4202 + - 7776 + - 4950 + - 15288 + - 6855 + - 7821 + - 6856 + - 15290 + - 15291 + - type: AtmosDevice + joinedGrid: 2 + - uid: 16971 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-247.5 + parent: 2 + - type: DeviceList + devices: + - 2228 + - 16996 + - 17001 + - 16990 + - type: AtmosDevice + joinedGrid: 2 + - uid: 16979 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-261.5 + parent: 2 + - type: DeviceList + devices: + - 14609 + - 12093 + - 16995 + - 2228 + - type: AtmosDevice + joinedGrid: 2 +- proto: AirAlarmElectronics + entities: + - uid: 3009 + components: + - type: Transform + pos: -14.543673,-243.33025 + parent: 2 +- proto: AirCanister + entities: + - uid: 4848 + components: + - type: Transform + pos: -21.5,-260.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: Airlock + entities: + - uid: 2078 + components: + - type: Transform + pos: -5.5,-110.5 + parent: 2 + - uid: 2079 + components: + - type: Transform + pos: -5.5,-113.5 + parent: 2 + - type: DeviceLinkSink + links: + - 2096 + - uid: 2080 + components: + - type: Transform + pos: -5.5,-116.5 + parent: 2 + - type: DeviceLinkSink + links: + - 2095 + - uid: 2081 + components: + - type: Transform + pos: -5.5,-119.5 + parent: 2 + - type: DeviceLinkSink + links: + - 2094 + - uid: 2640 + components: + - type: Transform + pos: -1.5,-151.5 + parent: 2 + - uid: 2645 + components: + - type: Transform + pos: -5.5,-150.5 + parent: 2 + - type: DeviceLinkSink + links: + - 11933 + - uid: 4109 + components: + - type: Transform + pos: -5.5,-152.5 + parent: 2 + - type: DeviceLinkSink + links: + - 11983 +- proto: AirlockArmoryGlassLocked + entities: + - uid: 15295 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-340.5 + parent: 2 + - uid: 15815 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-340.5 + parent: 2 +- proto: AirlockArmoryLocked + entities: + - uid: 2846 + components: + - type: Transform + pos: 0.5,-361.5 + parent: 2 + - uid: 3077 + components: + - type: Transform + pos: 5.5,-341.5 + parent: 2 + - uid: 10970 + components: + - type: Transform + pos: 5.5,-339.5 + parent: 2 +- proto: AirlockAtmosphericsGlassLocked + entities: + - uid: 5042 + components: + - type: Transform + pos: -12.5,-260.5 + parent: 2 + - uid: 16867 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-249.5 + parent: 2 + - uid: 16880 + components: + - type: Transform + pos: -6.5,-260.5 + parent: 2 +- proto: AirlockBarLocked + entities: + - uid: 1227 + components: + - type: Transform + pos: 2.5,-62.5 + parent: 2 +- proto: AirlockBrigGlassLocked + entities: + - uid: 10636 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-334.5 + parent: 2 + - uid: 10746 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-334.5 + parent: 2 + - uid: 12983 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-343.5 + parent: 2 +- proto: AirlockCaptainLocked + entities: + - uid: 155 + components: + - type: Transform + pos: 0.5,-10.5 + parent: 2 + - uid: 293 + components: + - type: Transform + pos: -2.5,-12.5 + parent: 2 +- proto: AirlockCargoGlassLocked + entities: + - uid: 8466 + components: + - type: Transform + pos: 2.5,-274.5 + parent: 2 +- proto: AirlockCargoLocked + entities: + - uid: 8495 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-275.5 + parent: 2 + - uid: 8498 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-275.5 + parent: 2 +- proto: AirlockChapelLocked + entities: + - uid: 2678 + components: + - type: Transform + pos: 4.5,-140.5 + parent: 2 +- proto: AirlockChemistryGlassLocked + entities: + - uid: 14309 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-170.5 + parent: 2 +- proto: AirlockChiefEngineerLocked + entities: + - uid: 330 + components: + - type: Transform + pos: 18.5,-262.5 + parent: 2 + - uid: 8019 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-252.5 + parent: 2 +- proto: AirlockChiefMedicalOfficerLocked + entities: + - uid: 2938 + components: + - type: Transform + pos: 5.5,-177.5 + parent: 2 +- proto: AirlockCommandGlassLocked + entities: + - uid: 26 + components: + - type: Transform + pos: 1.5,-0.5 + parent: 2 + - uid: 31 + components: + - type: Transform + pos: 2.5,-13.5 + parent: 2 + - uid: 13385 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-120.5 + parent: 2 +- proto: AirlockCommandLocked + entities: + - uid: 131 + components: + - type: Transform + pos: 5.5,-3.5 + parent: 2 + - uid: 181 + components: + - type: Transform + pos: 0.5,-6.5 + parent: 2 + - uid: 394 + components: + - type: Transform + pos: 5.5,-0.5 + parent: 2 +- proto: AirlockDetectiveLocked + entities: + - uid: 1368 + components: + - type: Transform + pos: -4.5,-69.5 + parent: 2 +- proto: AirlockEngineeringGlass + entities: + - uid: 17038 + components: + - type: Transform + pos: -3.5,-248.5 + parent: 2 +- proto: AirlockEngineeringGlassLocked + entities: + - uid: 14003 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-256.5 + parent: 2 + - type: Door + secondsUntilStateChange: -3934.4402 + state: Opening + - type: DeviceLinkSource + lastSignals: + DoorStatus: True + - uid: 14648 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-246.5 + parent: 2 + - uid: 16873 + components: + - type: Transform + pos: -8.5,-248.5 + parent: 2 + - uid: 16879 + components: + - type: Transform + pos: -6.5,-243.5 + parent: 2 + - uid: 16945 + components: + - type: Transform + pos: -12.5,-248.5 + parent: 2 + - uid: 16991 + components: + - type: Transform + pos: -12.5,-243.5 + parent: 2 +- proto: AirlockEngineeringLocked + entities: + - uid: 190 + components: + - type: Transform + pos: -3.5,-44.5 + parent: 2 + - uid: 1433 + components: + - type: Transform + pos: 4.5,-54.5 + parent: 2 + - uid: 2040 + components: + - type: Transform + pos: -2.5,-98.5 + parent: 2 + - uid: 2189 + components: + - type: Transform + pos: 4.5,-110.5 + parent: 2 + - uid: 2817 + components: + - type: Transform + pos: 7.5,-152.5 + parent: 2 + - uid: 4715 + components: + - type: Transform + pos: -2.5,-162.5 + parent: 2 + - uid: 4723 + components: + - type: Transform + pos: 5.5,-188.5 + parent: 2 + - uid: 7534 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-248.5 + parent: 2 + - uid: 7804 + components: + - type: Transform + pos: 18.5,-244.5 + parent: 2 + - uid: 8001 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-256.5 + parent: 2 + - uid: 8022 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-248.5 + parent: 2 + - uid: 8023 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-256.5 + parent: 2 + - uid: 9019 + components: + - type: Transform + pos: 8.5,-286.5 + parent: 2 + - uid: 10149 + components: + - type: Transform + pos: -6.5,-297.5 + parent: 2 + - uid: 12572 + components: + - type: Transform + pos: 2.5,-345.5 + parent: 2 + - uid: 12906 + components: + - type: Transform + pos: 5.5,-360.5 + parent: 2 +- proto: AirlockExternal + entities: + - uid: 1758 + components: + - type: Transform + pos: -6.5,-96.5 + parent: 2 +- proto: AirlockExternalEasyPry + entities: + - uid: 12099 + components: + - type: Transform + pos: 5.5,-381.5 + parent: 2 +- proto: AirlockExternalEasyPryLocked + entities: + - uid: 879 + components: + - type: Transform + pos: 8.5,-31.5 + parent: 2 + - uid: 1007 + components: + - type: Transform + pos: 8.5,-29.5 + parent: 2 + - uid: 1013 + components: + - type: Transform + pos: -7.5,-16.5 + parent: 2 +- proto: AirlockExternalEngineeringLocked + entities: + - uid: 8003 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-256.5 + parent: 2 +- proto: AirlockExternalGlass + entities: + - uid: 728 + components: + - type: Transform + pos: -7.5,-43.5 + parent: 2 + - uid: 15794 + components: + - type: Transform + pos: -7.5,-36.5 + parent: 2 +- proto: AirlockExternalGlassAtmosphericsLocked + entities: + - uid: 13348 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,-265.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + links: + - 14345 + - type: DeviceLinkSource + linkedPorts: + 14345: + - DoorStatus: DoorBolt + - uid: 14345 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,-265.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + links: + - 13348 + - type: DeviceLinkSource + linkedPorts: + 13348: + - DoorStatus: DoorBolt +- proto: AirlockExternalGlassCargoLocked + entities: + - uid: 8762 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-269.5 + parent: 2 + - uid: 9004 + components: + - type: Transform + pos: 9.5,-280.5 + parent: 2 + - uid: 9005 + components: + - type: Transform + pos: 9.5,-278.5 + parent: 2 +- proto: AirlockExternalGlassEngineeringLocked + entities: + - uid: 1808 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-228.5 + parent: 2 + - type: DeviceLinkSink + links: + - 4512 + - type: DeviceLinkSource + linkedPorts: + 4512: + - DoorStatus: DoorBolt + - uid: 3017 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-228.5 + parent: 2 + - type: DeviceLinkSink + links: + - 4513 + - type: DeviceLinkSource + linkedPorts: + 4513: + - DoorStatus: DoorBolt + - uid: 4494 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-221.5 + parent: 2 + - type: DeviceLinkSink + links: + - 4510 + - type: DeviceLinkSource + linkedPorts: + 4510: + - DoorStatus: DoorBolt + - uid: 4510 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-219.5 + parent: 2 + - type: DeviceLinkSink + links: + - 4494 + - type: DeviceLinkSource + linkedPorts: + 4494: + - DoorStatus: DoorBolt + - uid: 4512 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-230.5 + parent: 2 + - type: DeviceLinkSink + links: + - 1808 + - type: DeviceLinkSource + linkedPorts: + 1808: + - DoorStatus: DoorBolt + - uid: 4513 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-230.5 + parent: 2 + - type: DeviceLinkSink + links: + - 3017 + - type: DeviceLinkSource + linkedPorts: + 3017: + - DoorStatus: DoorBolt +- proto: AirlockExternalGlassShuttleArrivals + entities: + - uid: 574 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-36.5 + parent: 2 + - uid: 575 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-43.5 + parent: 2 +- proto: AirlockExternalGlassShuttleEmergencyLocked + entities: + - uid: 441 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-31.5 + parent: 2 + - uid: 573 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-29.5 + parent: 2 +- proto: AirlockExternalGlassShuttleEscape + entities: + - uid: 541 + components: + - type: Transform + pos: -4.5,-46.5 + parent: 2 + - uid: 11311 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-295.5 + parent: 2 + - uid: 11451 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-178.5 + parent: 2 +- proto: AirlockExternalLocked + entities: + - uid: 1691 + components: + - type: Transform + pos: -4.5,-242.5 + parent: 2 + - uid: 1763 + components: + - type: Transform + pos: -4.5,-262.5 + parent: 2 + - uid: 1924 + components: + - type: Transform + pos: 5.5,-321.5 + parent: 2 + - uid: 3355 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-223.5 + parent: 2 +- proto: AirlockFreezerKitchenHydroLocked + entities: + - uid: 1576 + components: + - type: Transform + pos: -3.5,-89.5 + parent: 2 + - uid: 1662 + components: + - type: Transform + pos: -0.5,-91.5 + parent: 2 + - uid: 1677 + components: + - type: Transform + pos: -3.5,-94.5 + parent: 2 +- proto: AirlockGlass + entities: + - uid: 2662 + components: + - type: Transform + pos: 3.5,-147.5 + parent: 2 + - uid: 2663 + components: + - type: Transform + pos: 4.5,-147.5 + parent: 2 + - uid: 2664 + components: + - type: Transform + pos: 5.5,-147.5 + parent: 2 + - uid: 2714 + components: + - type: Transform + pos: -1.5,-139.5 + parent: 2 + - uid: 2717 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-140.5 + parent: 2 + - uid: 2718 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-141.5 + parent: 2 +- proto: AirlockGlassShuttle + entities: + - uid: 8830 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-280.5 + parent: 2 + - uid: 8831 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-278.5 + parent: 2 + - uid: 8834 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-273.5 + parent: 2 + - uid: 8835 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-272.5 + parent: 2 + - uid: 10680 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-146.5 + parent: 2 + - uid: 10744 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-145.5 + parent: 2 +- proto: AirlockHatch + entities: + - uid: 1616 + components: + - type: Transform + pos: 13.5,-307.5 + parent: 2 + - uid: 8239 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,-302.5 + parent: 2 + - uid: 8240 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-307.5 + parent: 2 + - uid: 8424 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,-312.5 + parent: 2 +- proto: AirlockHatchMaintenance + entities: + - uid: 11 + components: + - type: Transform + pos: 0.5,-51.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 1580: + - DoorStatus: DoorBolt + 1633: + - DoorStatus: DoorBolt + - uid: 12 + components: + - type: Transform + pos: 0.5,-53.5 + parent: 2 + - uid: 13 + components: + - type: Transform + pos: 0.5,-24.5 + parent: 2 + - type: DeviceLinkSink + links: + - 1675 + - type: DeviceLinkSource + linkedPorts: + 1676: + - DoorStatus: DoorBolt + 1675: + - DoorStatus: DoorBolt + - uid: 20 + components: + - type: Transform + pos: 0.5,-26.5 + parent: 2 + - uid: 21 + components: + - type: Transform + pos: 0.5,-20.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 1675: + - DoorStatus: DoorBolt + 1676: + - DoorStatus: DoorBolt + - uid: 269 + components: + - type: Transform + pos: 0.5,-18.5 + parent: 2 + - uid: 270 + components: + - type: Transform + pos: 0.5,-45.5 + parent: 2 + - uid: 271 + components: + - type: Transform + pos: 0.5,-47.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 1580: + - DoorStatus: DoorBolt + 1633: + - DoorStatus: DoorBolt + - uid: 272 + components: + - type: Transform + pos: 0.5,-240.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 7730: + - DoorStatus: DoorBolt + 7729: + - DoorStatus: DoorBolt + - uid: 273 + components: + - type: Transform + pos: 0.5,-74.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 1454: + - DoorStatus: DoorBolt + 1451: + - DoorStatus: DoorBolt + - uid: 274 + components: + - type: Transform + pos: 0.5,-72.5 + parent: 2 + - uid: 275 + components: + - type: Transform + pos: 0.5,-78.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 1454: + - DoorStatus: DoorBolt + 1451: + - DoorStatus: DoorBolt + - uid: 276 + components: + - type: Transform + pos: 0.5,-80.5 + parent: 2 + - uid: 277 + components: + - type: Transform + pos: 0.5,-99.5 + parent: 2 + - uid: 278 + components: + - type: Transform + pos: 0.5,-101.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 2014: + - DoorStatus: DoorBolt + 2012: + - DoorStatus: DoorBolt + - uid: 279 + components: + - type: Transform + pos: 0.5,-107.5 + parent: 2 + - uid: 280 + components: + - type: Transform + pos: 0.5,-105.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 2012: + - DoorStatus: DoorBolt + 2014: + - DoorStatus: DoorBolt + - uid: 281 + components: + - type: Transform + pos: 0.5,-126.5 + parent: 2 + - uid: 282 + components: + - type: Transform + pos: 0.5,-128.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 2443: + - DoorStatus: DoorBolt + 2444: + - DoorStatus: DoorBolt + - uid: 283 + components: + - type: Transform + pos: 0.5,-134.5 + parent: 2 + - uid: 284 + components: + - type: Transform + pos: 0.5,-132.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 2443: + - DoorStatus: DoorBolt + 2444: + - DoorStatus: DoorBolt + - uid: 590 + components: + - type: Transform + pos: 0.5,-155.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 2851: + - DoorStatus: DoorBolt + 2852: + - DoorStatus: DoorBolt + - uid: 625 + components: + - type: Transform + pos: 0.5,-153.5 + parent: 2 + - uid: 656 + components: + - type: Transform + pos: 0.5,-159.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 2851: + - DoorStatus: DoorBolt + 2852: + - DoorStatus: DoorBolt + - uid: 666 + components: + - type: Transform + pos: 0.5,-161.5 + parent: 2 + - uid: 667 + components: + - type: Transform + pos: 0.5,-188.5 + parent: 2 + - uid: 668 + components: + - type: Transform + pos: 0.5,-186.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 3548: + - DoorStatus: DoorBolt + 3547: + - DoorStatus: DoorBolt + - uid: 669 + components: + - type: Transform + pos: 0.5,-182.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 3548: + - DoorStatus: DoorBolt + 3547: + - DoorStatus: DoorBolt + - uid: 670 + components: + - type: Transform + pos: 0.5,-180.5 + parent: 2 + - uid: 671 + components: + - type: Transform + pos: 0.5,-215.5 + parent: 2 + - uid: 756 + components: + - type: Transform + pos: 0.5,-213.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 4694: + - DoorStatus: DoorBolt + 4691: + - DoorStatus: DoorBolt + - uid: 773 + components: + - type: Transform + pos: 0.5,-209.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 4694: + - DoorStatus: DoorBolt + 4691: + - DoorStatus: DoorBolt + - uid: 991 + components: + - type: Transform + pos: 0.5,-207.5 + parent: 2 + - uid: 1211 + components: + - type: Transform + pos: 0.5,-242.5 + parent: 2 + - uid: 1244 + components: + - type: Transform + pos: 0.5,-236.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 7730: + - DoorStatus: DoorBolt + 7729: + - DoorStatus: DoorBolt + - uid: 1247 + components: + - type: Transform + pos: 0.5,-234.5 + parent: 2 + - uid: 1333 + components: + - type: Transform + pos: 0.5,-261.5 + parent: 2 + - type: Door + secondsUntilStateChange: -3924.7737 + state: Opening + - type: DeviceLinkSource + lastSignals: + DoorStatus: True + - uid: 1334 + components: + - type: Transform + pos: 0.5,-263.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 8135: + - DoorStatus: DoorBolt + 8107: + - DoorStatus: DoorBolt + - uid: 7287 + components: + - type: Transform + pos: 12.5,-162.5 + parent: 2 + - uid: 7293 + components: + - type: Transform + pos: 15.5,-157.5 + parent: 2 + - uid: 7359 + components: + - type: Transform + pos: 15.5,-155.5 + parent: 2 + - uid: 8134 + components: + - type: Transform + pos: 0.5,-267.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 8135: + - DoorStatus: DoorBolt + 8107: + - DoorStatus: DoorBolt + - uid: 8639 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-269.5 + parent: 2 + - uid: 8674 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-288.5 + parent: 2 + - uid: 8690 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-290.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 9342: + - DoorStatus: DoorBolt + 9343: + - DoorStatus: DoorBolt + - uid: 9374 + components: + - type: Transform + pos: 0.5,-294.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 9342: + - DoorStatus: DoorBolt + 9343: + - DoorStatus: DoorBolt + - uid: 9375 + components: + - type: Transform + pos: 0.5,-296.5 + parent: 2 + - uid: 10132 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-320.5 + parent: 2 + - uid: 10133 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-322.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 10573: + - DoorStatus: DoorBolt + 10577: + - DoorStatus: DoorBolt + - uid: 10586 + components: + - type: Transform + pos: 0.5,-326.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 10573: + - DoorStatus: DoorBolt + 10577: + - DoorStatus: DoorBolt + - uid: 10646 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-328.5 + parent: 2 + - uid: 11821 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-380.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 11820: + - DoorStatus: Close + - uid: 11822 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-382.5 + parent: 2 + - uid: 12945 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-376.5 + parent: 2 +- proto: AirlockHeadOfPersonnelLocked + entities: + - uid: 2229 + components: + - type: Transform + pos: 3.5,-120.5 + parent: 2 + - uid: 2230 + components: + - type: Transform + pos: 0.5,-118.5 + parent: 2 +- proto: AirlockHeadOfSecurityLocked + entities: + - uid: 10794 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-343.5 + parent: 2 +- proto: AirlockHydroGlassLocked + entities: + - uid: 1717 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-86.5 + parent: 2 +- proto: AirlockJanitorLocked + entities: + - uid: 14801 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-54.5 + parent: 2 +- proto: AirlockLawyerLocked + entities: + - uid: 570 + components: + - type: Transform + pos: 3.5,-330.5 + parent: 2 +- proto: AirlockMaintBarLocked + entities: + - uid: 961 + components: + - type: Transform + pos: 5.5,-63.5 + parent: 2 +- proto: AirlockMaintCargoLocked + entities: + - uid: 8546 + components: + - type: Transform + pos: 2.5,-283.5 + parent: 2 + - uid: 10846 + components: + - type: Transform + pos: 5.5,-269.5 + parent: 2 +- proto: AirlockMaintChapelLocked + entities: + - uid: 2715 + components: + - type: Transform + pos: 7.5,-138.5 + parent: 2 +- proto: AirlockMaintChemLocked + entities: + - uid: 3089 + components: + - type: Transform + pos: 6.5,-164.5 + parent: 2 +- proto: AirlockMaintCommandLocked + entities: + - uid: 423 + components: + - type: Transform + pos: -2.5,1.5 + parent: 2 +- proto: AirlockMaintDetectiveLocked + entities: + - uid: 5092 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-74.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 14783: + - DoorStatus: DoorBolt + 268: + - DoorStatus: DoorBolt +- proto: AirlockMaintEngiLocked + entities: + - uid: 7533 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-260.5 + parent: 2 + - uid: 7548 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-243.5 + parent: 2 + - uid: 8122 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-260.5 + parent: 2 + - uid: 8206 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-243.5 + parent: 2 + - uid: 8522 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-258.5 + parent: 2 +- proto: AirlockMaintGlassLocked + entities: + - uid: 2245 + components: + - type: Transform + pos: -5.5,-107.5 + parent: 2 + - uid: 13027 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-219.5 + parent: 2 +- proto: AirlockMaintHOPLocked + entities: + - uid: 2225 + components: + - type: Transform + pos: 2.5,-116.5 + parent: 2 +- proto: AirlockMaintLocked + entities: + - uid: 45 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-19.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 14760: + - DoorStatus: DoorBolt + 14757: + - DoorStatus: DoorBolt + - uid: 46 + components: + - type: Transform + pos: -1.5,-17.5 + parent: 2 + - uid: 397 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-106.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 14860: + - DoorStatus: DoorBolt + 14857: + - DoorStatus: DoorBolt + - uid: 601 + components: + - type: Transform + pos: -4.5,-40.5 + parent: 2 + - uid: 622 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-106.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 14859: + - DoorStatus: DoorBolt + 14858: + - DoorStatus: DoorBolt + - uid: 640 + components: + - type: Transform + pos: -4.5,-79.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 14783: + - DoorStatus: DoorBolt + 268: + - DoorStatus: DoorBolt + - uid: 706 + components: + - type: Transform + pos: 1.5,-35.5 + parent: 2 + - uid: 758 + components: + - type: Transform + pos: -1.5,-34.5 + parent: 2 + - uid: 811 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-154.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 14978: + - DoorStatus: DoorBolt + 14979: + - DoorStatus: DoorBolt + - uid: 1068 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-100.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 14860: + - DoorStatus: DoorBolt + 14857: + - DoorStatus: DoorBolt + - uid: 1081 + components: + - type: Transform + pos: 3.5,-68.5 + parent: 2 + - uid: 1478 + components: + - type: Transform + pos: 3.5,-57.5 + parent: 2 + - uid: 1760 + components: + - type: Transform + pos: -1.5,-81.5 + parent: 2 + - uid: 1762 + components: + - type: Transform + pos: -1.5,-97.5 + parent: 2 + - uid: 1933 + components: + - type: Transform + pos: 5.5,-161.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 15117: + - DoorStatus: DoorBolt + 15118: + - DoorStatus: DoorBolt + - uid: 1937 + components: + - type: Transform + pos: 5.5,-154.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 15117: + - DoorStatus: DoorBolt + 15118: + - DoorStatus: DoorBolt + - uid: 1938 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-181.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 3508: + - DoorStatus: DoorBolt + 15040: + - DoorStatus: DoorBolt + - uid: 2100 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-127.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 14890: + - DoorStatus: DoorBolt + 14891: + - DoorStatus: DoorBolt + - uid: 2202 + components: + - type: Transform + pos: 2.5,-109.5 + parent: 2 + - uid: 2244 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-19.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 14751: + - DoorStatus: DoorBolt + 605: + - DoorStatus: DoorBolt + - uid: 2413 + components: + - type: Transform + pos: 5.5,-289.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 15193: + - DoorStatus: DoorBolt + 15194: + - DoorStatus: DoorBolt + - uid: 2414 + components: + - type: Transform + pos: 5.5,-295.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 15193: + - DoorStatus: DoorBolt + 15194: + - DoorStatus: DoorBolt + - uid: 2492 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-46.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 14768: + - DoorStatus: DoorBolt + 1335: + - DoorStatus: DoorBolt + - uid: 2562 + components: + - type: Transform + pos: 2.5,-152.5 + parent: 2 + - uid: 2688 + components: + - type: Transform + pos: 2.5,-135.5 + parent: 2 + - uid: 2690 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-128.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 14880: + - DoorStatus: DoorBolt + 5738: + - DoorStatus: DoorBolt + - uid: 3207 + components: + - type: Transform + pos: 2.5,-162.5 + parent: 2 + - uid: 3213 + components: + - type: Transform + pos: -1.5,-163.5 + parent: 2 + - uid: 3214 + components: + - type: Transform + pos: -1.5,-179.5 + parent: 2 + - uid: 3782 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-100.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 14859: + - DoorStatus: DoorBolt + 14858: + - DoorStatus: DoorBolt + - uid: 5018 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-260.5 + parent: 2 + - uid: 6286 + components: + - type: Transform + pos: 5.5,-79.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 333: + - DoorStatus: DoorBolt + 2646: + - DoorStatus: DoorBolt + - uid: 6736 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-162.5 + parent: 2 + - uid: 6778 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-243.5 + parent: 2 + - uid: 6822 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-252.5 + parent: 2 + - uid: 6963 + components: + - type: Transform + pos: -7.5,-167.5 + parent: 2 + - uid: 7939 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-167.5 + parent: 2 + - uid: 8428 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-260.5 + parent: 2 + - uid: 8701 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-285.5 + parent: 2 + - uid: 8796 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-254.5 + parent: 2 + - uid: 9028 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-118.5 + parent: 2 + - uid: 9522 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-328.5 + parent: 2 + - uid: 9818 + components: + - type: Transform + pos: 1.5,-113.5 + parent: 2 + - uid: 10062 + components: + - type: Transform + pos: -1.5,-297.5 + parent: 2 + - uid: 10063 + components: + - type: Transform + pos: 2.5,-297.5 + parent: 2 + - uid: 10067 + components: + - type: Transform + pos: 9.5,-305.5 + parent: 2 + - uid: 10068 + components: + - type: Transform + pos: 9.5,-309.5 + parent: 2 + - uid: 10069 + components: + - type: Transform + pos: 2.5,-319.5 + parent: 2 + - uid: 10531 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-25.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 14751: + - DoorStatus: DoorBolt + 605: + - DoorStatus: DoorBolt + - uid: 12871 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-15.5 + parent: 2 + - uid: 13169 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-190.5 + parent: 2 + - uid: 13443 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-205.5 + parent: 2 + - uid: 13453 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-41.5 + parent: 2 + - uid: 13454 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-126.5 + parent: 2 + - uid: 14554 + components: + - type: Transform + pos: 7.5,-81.5 + parent: 2 + - uid: 14565 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-70.5 + parent: 2 + - uid: 14749 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-52.5 + parent: 2 + - uid: 14753 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-25.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 14760: + - DoorStatus: DoorBolt + 14757: + - DoorStatus: DoorBolt + - uid: 14796 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-74.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 333: + - DoorStatus: DoorBolt + 2646: + - DoorStatus: DoorBolt + - uid: 14946 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-161.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 14978: + - DoorStatus: DoorBolt + 14979: + - DoorStatus: DoorBolt + - uid: 15186 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-262.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 164: + - DoorStatus: DoorBolt + 15152: + - DoorStatus: DoorBolt + - uid: 16476 + components: + - type: Transform + pos: -7.5,-162.5 + parent: 2 + - uid: 16818 + components: + - type: Transform + pos: 5.5,-133.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 14890: + - DoorStatus: DoorBolt + 14891: + - DoorStatus: DoorBolt + - uid: 16903 + components: + - type: Transform + pos: -4.5,-187.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 15040: + - DoorStatus: DoorBolt + 3508: + - DoorStatus: DoorBolt +- proto: AirlockMaintServiceLocked + entities: + - uid: 1720 + components: + - type: Transform + pos: -3.5,-85.5 + parent: 2 +- proto: AirlockMedicalGlass + entities: + - uid: 3680 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-175.5 + parent: 2 +- proto: AirlockMedicalGlassLocked + entities: + - uid: 3761 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-191.5 + parent: 2 + - uid: 3762 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-195.5 + parent: 2 + - uid: 3763 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-197.5 + parent: 2 + - uid: 3764 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-198.5 + parent: 2 + - uid: 11907 + components: + - type: Transform + pos: -0.5,-169.5 + parent: 2 +- proto: AirlockMedicalLocked + entities: + - uid: 3168 + components: + - type: Transform + pos: -0.5,-174.5 + parent: 2 + - uid: 3181 + components: + - type: Transform + pos: -0.5,-175.5 + parent: 2 + - uid: 7478 + components: + - type: Transform + pos: -0.5,-165.5 + parent: 2 +- proto: AirlockMining + entities: + - uid: 14336 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-70.5 + parent: 2 + - uid: 14339 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-81.5 + parent: 2 +- proto: AirlockMiningGlass + entities: + - uid: 14333 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-66.5 + parent: 2 + - uid: 14335 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-64.5 + parent: 2 + - uid: 14462 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-76.5 + parent: 2 +- proto: AirlockQuartermasterLocked + entities: + - uid: 9165 + components: + - type: Transform + pos: 6.5,-283.5 + parent: 2 +- proto: AirlockResearchDirectorLocked + entities: + - uid: 8373 + components: + - type: Transform + pos: -8.5,-301.5 + parent: 2 + - uid: 9832 + components: + - type: Transform + pos: -7.5,-303.5 + parent: 2 +- proto: AirlockSalvageLocked + entities: + - uid: 2048 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-271.5 + parent: 2 + - uid: 2049 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-282.5 + parent: 2 + - uid: 2132 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-276.5 + parent: 2 +- proto: AirlockScienceGlassLocked + entities: + - uid: 9823 + components: + - type: Transform + pos: -6.5,-314.5 + parent: 2 +- proto: AirlockScienceLocked + entities: + - uid: 9855 + components: + - type: Transform + pos: -3.5,-310.5 + parent: 2 + - uid: 9856 + components: + - type: Transform + pos: -3.5,-306.5 + parent: 2 + - uid: 9951 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-309.5 + parent: 2 + - uid: 9952 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-305.5 + parent: 2 + - uid: 10083 + components: + - type: Transform + pos: -4.5,-320.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 1791: + - DoorStatus: DoorBolt + 1812: + - DoorStatus: DoorBolt + - uid: 10127 + components: + - type: Transform + pos: -1.5,-317.5 + parent: 2 +- proto: AirlockSecurityGlassLocked + entities: + - uid: 11258 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-363.5 + parent: 2 + - type: DeviceLinkSink + links: + - 11496 + - uid: 11259 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-363.5 + parent: 2 + - type: DeviceLinkSink + links: + - 11332 + - uid: 11260 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-366.5 + parent: 2 + - type: DeviceLinkSink + links: + - 11331 + - uid: 11261 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-366.5 + parent: 2 + - type: DeviceLinkSink + links: + - 11330 + - uid: 12089 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-339.5 + parent: 2 + - uid: 12703 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-338.5 + parent: 2 +- proto: AirlockSecurityLocked + entities: + - uid: 10819 + components: + - type: Transform + pos: 0.5,-347.5 + parent: 2 + - uid: 10820 + components: + - type: Transform + pos: 0.5,-349.5 + parent: 2 + - uid: 11081 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-353.5 + parent: 2 + - uid: 11082 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-355.5 + parent: 2 + - uid: 11194 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-357.5 + parent: 2 + - uid: 11195 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-357.5 + parent: 2 + - uid: 11380 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-369.5 + parent: 2 + - uid: 11381 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-369.5 + parent: 2 + - uid: 11382 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-367.5 + parent: 2 + - uid: 11407 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-367.5 + parent: 2 +- proto: AirlockServiceGlassLocked + entities: + - uid: 1704 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-86.5 + parent: 2 + - uid: 1722 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-83.5 + parent: 2 +- proto: AirlockServiceLocked + entities: + - uid: 2719 + components: + - type: Transform + pos: -4.5,-137.5 + parent: 2 + - uid: 11931 + components: + - type: Transform + pos: -5.5,-385.5 + parent: 2 +- proto: AirlockTheatreLocked + entities: + - uid: 619 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-126.5 + parent: 2 + - uid: 2016 + components: + - type: Transform + pos: -5.5,-125.5 + parent: 2 + - uid: 2017 + components: + - type: Transform + pos: -5.5,-122.5 + parent: 2 +- proto: AirlockVirologyGlassLocked + entities: + - uid: 1358 + components: + - type: Transform + pos: -2.5,-199.5 + parent: 2 + - uid: 3768 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-198.5 + parent: 2 + - uid: 3867 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-205.5 + parent: 2 + - uid: 3869 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-201.5 + parent: 2 + - uid: 8806 + components: + - type: Transform + pos: -3.5,-192.5 + parent: 2 + - uid: 12114 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-205.5 + parent: 2 +- proto: AirSensor + entities: + - uid: 3400 + components: + - type: Transform + pos: 0.5,-300.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13358 + - uid: 4689 + components: + - type: Transform + pos: 4.5,-301.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13383 + - uid: 8430 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-308.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 8432 + - uid: 10651 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-342.5 + parent: 2 + - uid: 10759 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-337.5 + parent: 2 + - uid: 13072 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-9.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13080 + - uid: 13073 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,1.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 12935 + - uid: 13083 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-16.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13105 + - uid: 13106 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-29.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13109 + - uid: 13107 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-43.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13110 + - uid: 13118 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-55.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13116 + - uid: 13119 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-67.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13115 + - uid: 13120 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-58.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13115 + - uid: 13121 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-62.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13117 + - uid: 13122 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-71.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13124 + - uid: 13125 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-82.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13147 + - uid: 13126 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-94.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13148 + - uid: 13130 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-88.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13150 + - uid: 13131 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-86.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13151 + - uid: 13137 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-88.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13146 + - uid: 13149 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-110.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13161 + - uid: 13153 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-92.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13152 + - uid: 13154 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-109.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13161 + - uid: 13164 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-120.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13165 + - uid: 13167 + components: + - type: Transform + pos: -0.5,-124.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13168 + - uid: 13170 + components: + - type: Transform + pos: 1.5,-116.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13171 + - uid: 13175 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-141.5 + parent: 2 + - uid: 13177 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-149.5 + parent: 2 + - uid: 13179 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-143.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13180 + - uid: 13181 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-138.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13182 + - uid: 13183 + components: + - type: Transform + pos: -4.5,-139.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13185 + - uid: 13184 + components: + - type: Transform + pos: -2.5,-146.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13185 + - uid: 13186 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-135.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13187 + - uid: 13188 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-151.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13189 + - uid: 13206 + components: + - type: Transform + pos: 0.5,-166.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13209 + - uid: 13210 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-176.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13211 + - uid: 13212 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-176.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13213 + - uid: 13214 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-175.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 8201 + - uid: 13217 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-165.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13218 + - uid: 13221 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-190.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13241 + - uid: 13222 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-197.5 + parent: 2 + - uid: 13227 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-206.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13244 + - uid: 13238 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-194.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13239 + - uid: 13246 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-198.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13247 + - uid: 13248 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-193.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13249 + - uid: 13250 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-195.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13251 + - uid: 13253 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-205.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13252 + - uid: 13254 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-201.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13252 + - uid: 13255 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-203.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13252 + - uid: 13256 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-219.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13263 + - uid: 13257 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-219.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13262 + - uid: 13258 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-230.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13261 + - uid: 13259 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-230.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13260 + - uid: 13268 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-218.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13269 + - uid: 13270 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-231.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13269 + - uid: 13316 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-273.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13317 + - uid: 13318 + components: + - type: Transform + pos: 4.5,-271.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13322 + - uid: 13323 + components: + - type: Transform + pos: -6.5,-272.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 2277 + - uid: 13325 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-284.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13333 + - uid: 13326 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-278.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13333 + - uid: 13334 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-286.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13335 + - uid: 13336 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-279.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13341 + - uid: 13337 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-279.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13341 + - uid: 13359 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-307.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13365 + - uid: 13366 + components: + - type: Transform + pos: 0.5,-314.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13370 + - uid: 13371 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-318.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13374 + - uid: 13380 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-302.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13382 + - uid: 13384 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-331.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13391 + - 11906 + - uid: 13392 + components: + - type: Transform + pos: -0.5,-337.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 11906 + - 5925 + - uid: 13401 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-344.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13402 + - uid: 13407 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-345.5 + parent: 2 + - uid: 13422 + components: + - type: Transform + pos: -4.5,-372.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13426 + - uid: 13423 + components: + - type: Transform + pos: 3.5,-360.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13421 + - uid: 13424 + components: + - type: Transform + pos: -2.5,-360.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13421 + - uid: 13425 + components: + - type: Transform + pos: 5.5,-372.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13426 + - uid: 13427 + components: + - type: Transform + pos: -0.5,-365.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13429 + - uid: 14726 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-190.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14727 + - uid: 15274 + components: + - type: Transform + pos: 6.5,-243.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15279 + - uid: 15275 + components: + - type: Transform + pos: -0.5,-246.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15278 + - uid: 15276 + components: + - type: Transform + pos: 0.5,-257.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15282 + - uid: 15277 + components: + - type: Transform + pos: 4.5,-248.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15280 + - uid: 15288 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-246.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15292 + - uid: 15289 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-258.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15292 +- proto: AltarSpawner + entities: + - uid: 2584 + components: + - type: Transform + pos: 4.5,-143.5 + parent: 2 +- proto: AmePart + entities: + - uid: 8631 + components: + - type: Transform + parent: 8630 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 8633 + components: + - type: Transform + parent: 8630 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 8634 + components: + - type: Transform + parent: 8630 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: AmmoTechFabCircuitboard + entities: + - uid: 11670 + components: + - type: Transform + pos: -1.1290574,-7.3283734 + parent: 2 +- proto: AnomalyFloraBulb + entities: + - uid: 6675 + components: + - type: Transform + pos: 1.5,-40.5 + parent: 2 + - uid: 6914 + components: + - type: Transform + pos: 3.5,-41.5 + parent: 2 + - uid: 12929 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-373.5 + parent: 2 + - uid: 15093 + components: + - type: Transform + pos: 11.5,-196.5 + parent: 2 +- proto: AnomalyLocatorWide + entities: + - uid: 10022 + components: + - type: Transform + pos: 3.3139195,-303.7327 + parent: 2 +- proto: AnomalyScanner + entities: + - uid: 10016 + components: + - type: Transform + pos: 4.6213827,-304.56445 + parent: 2 + - uid: 10017 + components: + - type: Transform + pos: 4.3572483,-304.30038 + parent: 2 +- proto: APCBasic + entities: + - uid: 906 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-220.5 + parent: 2 + - uid: 1028 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-247.5 + parent: 2 + - uid: 2002 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-4.5 + parent: 2 + - uid: 2005 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-1.5 + parent: 2 + - uid: 2236 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-56.5 + parent: 2 + - uid: 3200 + components: + - type: Transform + pos: 5.5,-112.5 + parent: 2 + - uid: 4047 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-302.5 + parent: 2 + - uid: 4294 + components: + - type: Transform + pos: 1.5,-115.5 + parent: 2 + - uid: 4348 + components: + - type: Transform + pos: -2.5,-108.5 + parent: 2 + - uid: 5001 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-254.5 + parent: 2 + - uid: 5695 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-6.5 + parent: 2 + - uid: 5743 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-11.5 + parent: 2 + - uid: 5818 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-42.5 + parent: 2 + - uid: 5820 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-30.5 + parent: 2 + - uid: 5969 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-63.5 + parent: 2 + - uid: 5971 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-71.5 + parent: 2 + - uid: 6161 + components: + - type: Transform + pos: -3.5,-80.5 + parent: 2 + - uid: 6162 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-97.5 + parent: 2 + - uid: 6444 + components: + - type: Transform + pos: -3.5,-134.5 + parent: 2 + - uid: 6445 + components: + - type: Transform + pos: 6.5,-137.5 + parent: 2 + - uid: 6918 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-164.5 + parent: 2 + - uid: 6919 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-176.5 + parent: 2 + - uid: 7062 + components: + - type: Transform + pos: 4.5,-188.5 + parent: 2 + - uid: 7063 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-203.5 + parent: 2 + - uid: 7591 + components: + - type: Transform + pos: -2.5,-228.5 + parent: 2 + - uid: 7929 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-249.5 + parent: 2 + - uid: 8259 + components: + - type: Transform + pos: 13.5,-158.5 + parent: 2 + - type: Battery + startingCharge: 0 + - type: Apc + lastExternalState: Good + lastChargeState: Full + - uid: 8315 + components: + - type: Transform + pos: 17.5,-137.5 + parent: 2 + - type: Battery + startingCharge: 0 + - type: Apc + lastExternalState: Good + lastChargeState: Full + - uid: 9074 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,-264.5 + parent: 2 + - uid: 9166 + components: + - type: Transform + pos: 5.5,-283.5 + parent: 2 + - uid: 9174 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-272.5 + parent: 2 + - uid: 9187 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-272.5 + parent: 2 + - uid: 10277 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-320.5 + parent: 2 + - uid: 10333 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-301.5 + parent: 2 + - uid: 10338 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-317.5 + parent: 2 + - uid: 10957 + components: + - type: Transform + pos: 6.5,-328.5 + parent: 2 + - uid: 11998 + components: + - type: Transform + pos: 0.5,-387.5 + parent: 2 + - type: Battery + startingCharge: 0 + - type: Apc + lastExternalState: Good + lastChargeState: Full + - uid: 14464 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-84.5 + parent: 2 + - uid: 16641 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -18.5,-266.5 + parent: 2 + - uid: 16689 + components: + - type: Transform + pos: -16.5,-249.5 + parent: 2 +- proto: APCHighCapacity + entities: + - uid: 10937 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-347.5 + parent: 2 + - uid: 10938 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-347.5 + parent: 2 + - uid: 15300 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-335.5 + parent: 2 +- proto: APCHyperCapacity + entities: + - uid: 888 + components: + - type: Transform + pos: 7.5,-334.5 + parent: 2 + - uid: 9616 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,-307.5 + parent: 2 + - uid: 10860 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-344.5 + parent: 2 +- proto: APCSuperCapacity + entities: + - uid: 11557 + components: + - type: Transform + pos: 1.5,-361.5 + parent: 2 +- proto: ArrivalsShuttleTimer + entities: + - uid: 12014 + components: + - type: Transform + pos: 2.5,-36.5 + parent: 2 +- proto: AsteroidRock + entities: + - uid: 6689 + components: + - type: Transform + pos: 29.5,-263.5 + parent: 2 + - uid: 6864 + components: + - type: Transform + pos: 28.5,-263.5 + parent: 2 + - uid: 7496 + components: + - type: Transform + pos: 28.5,-261.5 + parent: 2 + - uid: 8530 + components: + - type: Transform + pos: 28.5,-258.5 + parent: 2 + - uid: 8854 + components: + - type: Transform + pos: 31.5,-261.5 + parent: 2 + - uid: 8859 + components: + - type: Transform + pos: 28.5,-259.5 + parent: 2 +- proto: AsteroidRockGold + entities: + - uid: 4988 + components: + - type: Transform + pos: 27.5,-259.5 + parent: 2 +- proto: AsteroidRockUranium + entities: + - uid: 7371 + components: + - type: Transform + pos: 15.5,-143.5 + parent: 2 + - uid: 7374 + components: + - type: Transform + pos: 17.5,-150.5 + parent: 2 + - uid: 7375 + components: + - type: Transform + pos: 15.5,-148.5 + parent: 2 +- proto: AsteroidRockUraniumCrab + entities: + - uid: 7312 + components: + - type: Transform + pos: 12.5,-150.5 + parent: 2 + - uid: 7368 + components: + - type: Transform + pos: 17.5,-141.5 + parent: 2 + - uid: 7369 + components: + - type: Transform + pos: 13.5,-142.5 + parent: 2 + - uid: 7370 + components: + - type: Transform + pos: 16.5,-143.5 + parent: 2 + - uid: 7372 + components: + - type: Transform + pos: 15.5,-144.5 + parent: 2 + - uid: 7373 + components: + - type: Transform + pos: 15.5,-142.5 + parent: 2 +- proto: AtmosDeviceFanTiny + entities: + - uid: 142 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-16.5 + parent: 2 + - uid: 560 + components: + - type: Transform + pos: 8.5,-43.5 + parent: 2 + - uid: 561 + components: + - type: Transform + pos: 8.5,-31.5 + parent: 2 + - uid: 562 + components: + - type: Transform + pos: -7.5,-43.5 + parent: 2 + - uid: 563 + components: + - type: Transform + pos: -7.5,-36.5 + parent: 2 + - uid: 564 + components: + - type: Transform + pos: 8.5,-36.5 + parent: 2 + - uid: 565 + components: + - type: Transform + pos: 8.5,-29.5 + parent: 2 + - uid: 568 + components: + - type: Transform + pos: -7.5,-31.5 + parent: 2 + - uid: 569 + components: + - type: Transform + pos: -7.5,-29.5 + parent: 2 + - uid: 1627 + components: + - type: Transform + pos: -4.5,-46.5 + parent: 2 + - uid: 1707 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-96.5 + parent: 2 + - uid: 1709 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-94.5 + parent: 2 + - uid: 1710 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-89.5 + parent: 2 + - uid: 1716 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-91.5 + parent: 2 + - uid: 3259 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-87.5 + parent: 2 + - uid: 3260 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-86.5 + parent: 2 + - uid: 5006 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-223.5 + parent: 2 + - uid: 5111 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-242.5 + parent: 2 + - uid: 5119 + components: + - type: Transform + pos: -4.5,-262.5 + parent: 2 + - uid: 8000 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-169.5 + parent: 2 + - uid: 8159 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-256.5 + parent: 2 + - uid: 8819 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-278.5 + parent: 2 + - uid: 8820 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-280.5 + parent: 2 + - uid: 8836 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-269.5 + parent: 2 + - uid: 8839 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-272.5 + parent: 2 + - uid: 8841 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-273.5 + parent: 2 + - uid: 10080 + components: + - type: Transform + pos: -4.5,-295.5 + parent: 2 + - uid: 10682 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-146.5 + parent: 2 + - uid: 10852 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-145.5 + parent: 2 + - uid: 11507 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-178.5 + parent: 2 + - uid: 11882 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-381.5 + parent: 2 + - uid: 13243 + components: + - type: Transform + pos: 5.5,-321.5 + parent: 2 + - uid: 14291 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-301.5 + parent: 2 +- proto: AtmosFixBlockerMarker + entities: + - uid: 4989 + components: + - type: Transform + pos: -21.5,-255.5 + parent: 2 + - uid: 16536 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-261.5 + parent: 2 + - uid: 16539 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-260.5 + parent: 2 + - uid: 16540 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-259.5 + parent: 2 + - uid: 16541 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-259.5 + parent: 2 + - uid: 16542 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-260.5 + parent: 2 + - uid: 16543 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-261.5 + parent: 2 + - uid: 16544 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-261.5 + parent: 2 + - uid: 16545 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-260.5 + parent: 2 + - uid: 16546 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-259.5 + parent: 2 + - uid: 16547 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-257.5 + parent: 2 + - uid: 16548 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-257.5 + parent: 2 + - uid: 16550 + components: + - type: Transform + pos: -21.5,-257.5 + parent: 2 + - uid: 16551 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-255.5 + parent: 2 + - uid: 16552 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-255.5 + parent: 2 + - uid: 16553 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-253.5 + parent: 2 + - uid: 16554 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-253.5 + parent: 2 + - uid: 16555 + components: + - type: Transform + pos: -21.5,-253.5 + parent: 2 +- proto: AtmosFixFreezerMarker + entities: + - uid: 1626 + components: + - type: Transform + pos: -3.5,-92.5 + parent: 2 + - uid: 1786 + components: + - type: Transform + pos: -5.5,-91.5 + parent: 2 + - uid: 1787 + components: + - type: Transform + pos: -5.5,-92.5 + parent: 2 + - uid: 1788 + components: + - type: Transform + pos: -4.5,-91.5 + parent: 2 + - uid: 1789 + components: + - type: Transform + pos: -4.5,-92.5 + parent: 2 + - uid: 1790 + components: + - type: Transform + pos: -3.5,-91.5 + parent: 2 + - uid: 1792 + components: + - type: Transform + pos: -2.5,-91.5 + parent: 2 + - uid: 1793 + components: + - type: Transform + pos: -2.5,-92.5 + parent: 2 + - uid: 1794 + components: + - type: Transform + pos: -1.5,-91.5 + parent: 2 + - uid: 1795 + components: + - type: Transform + pos: -1.5,-92.5 + parent: 2 + - uid: 1796 + components: + - type: Transform + pos: -2.5,-93.5 + parent: 2 + - uid: 1797 + components: + - type: Transform + pos: -3.5,-93.5 + parent: 2 + - uid: 1798 + components: + - type: Transform + pos: -4.5,-93.5 + parent: 2 + - uid: 1799 + components: + - type: Transform + pos: -4.5,-90.5 + parent: 2 + - uid: 1800 + components: + - type: Transform + pos: -3.5,-90.5 + parent: 2 + - uid: 1801 + components: + - type: Transform + pos: -2.5,-90.5 + parent: 2 + - uid: 7430 + components: + - type: Transform + pos: -8.5,-300.5 + parent: 2 + - uid: 8923 + components: + - type: Transform + pos: -8.5,-299.5 + parent: 2 + - uid: 8970 + components: + - type: Transform + pos: -9.5,-299.5 + parent: 2 + - uid: 13299 + components: + - type: Transform + pos: -9.5,-300.5 + parent: 2 +- proto: AtmosFixPlasmaMarker + entities: + - uid: 12605 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,-251.5 + parent: 2 + - uid: 13240 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,-251.5 + parent: 2 + - uid: 14223 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,-251.5 + parent: 2 +- proto: Autolathe + entities: + - uid: 4985 + components: + - type: Transform + pos: 17.5,-245.5 + parent: 2 + - uid: 9073 + components: + - type: Transform + pos: 6.5,-273.5 + parent: 2 + - uid: 14289 + components: + - type: Transform + pos: -5.5,-299.5 + parent: 2 +- proto: BackgammonBoard + entities: + - uid: 3707 + components: + - type: Transform + pos: 6.5271845,-122.9964 + parent: 2 +- proto: BananaPhoneInstrument + entities: + - uid: 2015 + components: + - type: Transform + pos: -7.68055,-124.47525 + parent: 2 +- proto: BannerCargo + entities: + - uid: 8378 + components: + - type: Transform + pos: -0.5,-282.5 + parent: 2 + - uid: 14027 + components: + - type: Transform + pos: -0.5,-276.5 + parent: 2 +- proto: BannerEngineering + entities: + - uid: 14010 + components: + - type: Transform + pos: -2.5,-246.5 + parent: 2 +- proto: BarberScissors + entities: + - uid: 14338 + components: + - type: Transform + pos: 16.483294,-59.410294 + parent: 2 + - uid: 14356 + components: + - type: Transform + pos: 14.515497,-59.39709 + parent: 2 + - uid: 14477 + components: + - type: Transform + parent: 14476 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: Barricade + entities: + - uid: 2819 + components: + - type: Transform + pos: 8.5,-146.5 + parent: 2 + - uid: 2820 + components: + - type: Transform + pos: 8.5,-136.5 + parent: 2 + - uid: 3399 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-148.5 + parent: 2 + - uid: 3889 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-200.5 + parent: 2 + - uid: 7358 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-156.5 + parent: 2 + - uid: 7363 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-141.5 + parent: 2 + - uid: 7365 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-141.5 + parent: 2 + - uid: 7367 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-150.5 + parent: 2 + - uid: 7401 + components: + - type: Transform + pos: 8.5,-162.5 + parent: 2 + - uid: 16525 + components: + - type: Transform + pos: -10.5,-167.5 + parent: 2 + - uid: 16526 + components: + - type: Transform + pos: -7.5,-162.5 + parent: 2 +- proto: BarricadeBlock + entities: + - uid: 208 + components: + - type: Transform + pos: -7.5,-43.5 + parent: 2 + - uid: 1689 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-71.5 + parent: 2 + - uid: 2986 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-376.5 + parent: 2 + - uid: 3770 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-198.5 + parent: 2 + - uid: 3886 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-201.5 + parent: 2 + - uid: 3888 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-205.5 + parent: 2 + - uid: 3952 + components: + - type: Transform + pos: -1.5,-206.5 + parent: 2 + - uid: 7366 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-155.5 + parent: 2 + - uid: 8810 + components: + - type: Transform + pos: -3.5,-192.5 + parent: 2 + - uid: 12082 + components: + - type: Transform + pos: 0.5,-382.5 + parent: 2 + - uid: 12946 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-380.5 + parent: 2 + - uid: 16527 + components: + - type: Transform + pos: -7.5,-167.5 + parent: 2 + - uid: 16528 + components: + - type: Transform + pos: -10.5,-162.5 + parent: 2 +- proto: BarricadeDirectional + entities: + - uid: 7364 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-141.5 + parent: 2 + - uid: 7402 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-162.5 + parent: 2 +- proto: BarSign + entities: + - uid: 9790 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-60.5 + parent: 2 +- proto: BaseComputer + entities: + - uid: 9704 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-305.5 + parent: 2 +- proto: BaseSecretDoorAssembly + entities: + - uid: 1459 + components: + - type: Transform + pos: 4.5,-71.5 + parent: 2 +- proto: Beaker + entities: + - uid: 2296 + components: + - type: Transform + pos: 1.3710482,-86.542175 + parent: 2 + - uid: 2297 + components: + - type: Transform + pos: 1.1890888,-86.33679 + parent: 2 + - uid: 3143 + components: + - type: Transform + pos: 7.5955358,-168.1076 + parent: 2 + - uid: 3145 + components: + - type: Transform + pos: 7.718798,-168.31004 + parent: 2 + - uid: 3906 + components: + - type: Transform + pos: -6.721316,-194.7393 + parent: 2 + - uid: 3908 + components: + - type: Transform + pos: -6.686098,-195.08257 + parent: 2 + - uid: 3916 + components: + - type: Transform + pos: -4.0606456,-198.2437 + parent: 2 + - uid: 3917 + components: + - type: Transform + pos: -4.2543435,-198.42853 + parent: 2 + - uid: 11686 + components: + - type: Transform + pos: 2.6228993,-370.27484 + parent: 2 + - uid: 26550 + components: + - type: Transform + pos: 2.312565,-370.50742 + parent: 2 +- proto: Bed + entities: + - uid: 1078 + components: + - type: Transform + pos: 4.5,-64.5 + parent: 2 + - uid: 1406 + components: + - type: Transform + pos: -5.5,-73.5 + parent: 2 + - uid: 1686 + components: + - type: Transform + pos: -6.5,-112.5 + parent: 2 + - uid: 1989 + components: + - type: Transform + pos: -8.5,-112.5 + parent: 2 + - uid: 1991 + components: + - type: Transform + pos: -8.5,-115.5 + parent: 2 + - uid: 1995 + components: + - type: Transform + pos: -6.5,-121.5 + parent: 2 + - uid: 1999 + components: + - type: Transform + pos: -6.5,-124.5 + parent: 2 + - uid: 2082 + components: + - type: Transform + pos: -6.5,-115.5 + parent: 2 + - uid: 2086 + components: + - type: Transform + pos: -6.5,-118.5 + parent: 2 + - uid: 2087 + components: + - type: Transform + pos: -8.5,-118.5 + parent: 2 + - uid: 2233 + components: + - type: Transform + pos: -0.5,-116.5 + parent: 2 + - uid: 2712 + components: + - type: Transform + pos: 6.5,-139.5 + parent: 2 + - uid: 2721 + components: + - type: Transform + pos: -5.5,-135.5 + parent: 2 + - uid: 5873 + components: + - type: Transform + pos: -0.5,-14.5 + parent: 2 + - uid: 8345 + components: + - type: Transform + pos: 10.5,-250.5 + parent: 2 + - uid: 9014 + components: + - type: Transform + pos: 4.5,-285.5 + parent: 2 + - uid: 9744 + components: + - type: Transform + pos: -9.5,-302.5 + parent: 2 + - uid: 10742 + components: + - type: Transform + pos: -4.5,-206.5 + parent: 2 + - uid: 11102 + components: + - type: Transform + pos: -2.5,-344.5 + parent: 2 + - uid: 11771 + components: + - type: Transform + pos: 7.5,-364.5 + parent: 2 + - uid: 11772 + components: + - type: Transform + pos: 7.5,-367.5 + parent: 2 + - uid: 11774 + components: + - type: Transform + pos: -6.5,-367.5 + parent: 2 + - uid: 11775 + components: + - type: Transform + pos: -6.5,-364.5 + parent: 2 + - uid: 11787 + components: + - type: Transform + pos: -5.5,-372.5 + parent: 2 + - uid: 11789 + components: + - type: Transform + pos: -5.5,-371.5 + parent: 2 + - uid: 15748 + components: + - type: Transform + pos: -4.5,-200.5 + parent: 2 +- proto: BedsheetBlack + entities: + - uid: 964 + components: + - type: Transform + pos: 4.5,-64.5 + parent: 2 + - uid: 2713 + components: + - type: Transform + pos: 6.5,-139.5 + parent: 2 +- proto: BedsheetBrown + entities: + - uid: 3257 + components: + - type: Transform + pos: -5.5,-73.5 + parent: 2 +- proto: BedsheetCaptain + entities: + - uid: 296 + components: + - type: Transform + pos: -0.5,-14.5 + parent: 2 +- proto: BedsheetCE + entities: + - uid: 8441 + components: + - type: Transform + pos: 10.5,-250.5 + parent: 2 +- proto: BedsheetClown + entities: + - uid: 2046 + components: + - type: Transform + pos: -6.5,-124.5 + parent: 2 +- proto: BedsheetCMO + entities: + - uid: 7002 + components: + - type: Transform + pos: 5.5,-180.5 + parent: 2 +- proto: BedsheetGreen + entities: + - uid: 3880 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-200.5 + parent: 2 + - uid: 3881 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-206.5 + parent: 2 +- proto: BedsheetHOP + entities: + - uid: 2221 + components: + - type: Transform + pos: -0.5,-116.5 + parent: 2 +- proto: BedsheetHOS + entities: + - uid: 11096 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-344.5 + parent: 2 +- proto: BedsheetMedical + entities: + - uid: 2462 + components: + - type: Transform + pos: 8.5,-176.5 + parent: 2 + - uid: 3683 + components: + - type: Transform + pos: 3.5,-172.5 + parent: 2 + - uid: 3684 + components: + - type: Transform + pos: 3.5,-174.5 + parent: 2 + - uid: 3688 + components: + - type: Transform + pos: 8.5,-174.5 + parent: 2 + - uid: 3689 + components: + - type: Transform + pos: 8.5,-172.5 + parent: 2 + - uid: 11438 + components: + - type: Transform + pos: -4.5,-361.5 + parent: 2 +- proto: BedsheetMime + entities: + - uid: 2025 + components: + - type: Transform + pos: -6.5,-121.5 + parent: 2 +- proto: BedsheetOrange + entities: + - uid: 11779 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-367.5 + parent: 2 + - uid: 11780 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-364.5 + parent: 2 + - uid: 11781 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-364.5 + parent: 2 + - uid: 11782 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-367.5 + parent: 2 + - uid: 11791 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-371.5 + parent: 2 + - uid: 11792 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-372.5 + parent: 2 +- proto: BedsheetQM + entities: + - uid: 9013 + components: + - type: Transform + pos: 4.5,-285.5 + parent: 2 +- proto: BedsheetRD + entities: + - uid: 9824 + components: + - type: Transform + pos: -9.5,-302.5 + parent: 2 +- proto: BedsheetSpawner + entities: + - uid: 2088 + components: + - type: Transform + pos: -8.5,-118.5 + parent: 2 + - uid: 2089 + components: + - type: Transform + pos: -6.5,-118.5 + parent: 2 + - uid: 2090 + components: + - type: Transform + pos: -6.5,-115.5 + parent: 2 + - uid: 2091 + components: + - type: Transform + pos: -8.5,-115.5 + parent: 2 + - uid: 2092 + components: + - type: Transform + pos: -8.5,-112.5 + parent: 2 + - uid: 2093 + components: + - type: Transform + pos: -6.5,-112.5 + parent: 2 + - uid: 2680 + components: + - type: Transform + pos: -5.5,-135.5 + parent: 2 +- proto: BenchBlueComfy + entities: + - uid: 132 + components: + - type: Transform + pos: 6.5,-5.5 + parent: 2 + - uid: 160 + components: + - type: Transform + pos: 3.5,-5.5 + parent: 2 + - uid: 162 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-8.5 + parent: 2 + - uid: 170 + components: + - type: Transform + pos: 5.5,-5.5 + parent: 2 + - uid: 171 + components: + - type: Transform + pos: 4.5,-5.5 + parent: 2 + - uid: 172 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-8.5 + parent: 2 + - uid: 173 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-8.5 + parent: 2 + - uid: 174 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-8.5 + parent: 2 + - uid: 14746 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-309.5 + parent: 2 + - uid: 14747 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-309.5 + parent: 2 + - uid: 14748 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-309.5 + parent: 2 +- proto: BenchColorfulComfy + entities: + - uid: 4179 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-314.5 + parent: 2 + - uid: 11419 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-313.5 + parent: 2 + - uid: 13351 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-312.5 + parent: 2 +- proto: BenchComfy + entities: + - uid: 10574 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-300.5 + parent: 2 + - uid: 10575 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-301.5 + parent: 2 + - uid: 10576 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-302.5 + parent: 2 + - uid: 14736 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-191.5 + parent: 2 + - uid: 14737 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-191.5 + parent: 2 +- proto: BenchRedComfy + entities: + - uid: 597 + components: + - type: Transform + pos: 2.5,-30.5 + parent: 2 + - uid: 687 + components: + - type: Transform + pos: -3.5,-30.5 + parent: 2 + - uid: 688 + components: + - type: Transform + pos: -2.5,-30.5 + parent: 2 + - uid: 689 + components: + - type: Transform + pos: -1.5,-30.5 + parent: 2 + - uid: 690 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-29.5 + parent: 2 + - uid: 691 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-29.5 + parent: 2 + - uid: 692 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-29.5 + parent: 2 + - uid: 695 + components: + - type: Transform + pos: 1.5,-30.5 + parent: 2 + - uid: 697 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-29.5 + parent: 2 + - uid: 699 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-29.5 + parent: 2 + - uid: 791 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-41.5 + parent: 2 + - uid: 792 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-40.5 + parent: 2 + - uid: 805 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-39.5 + parent: 2 + - uid: 825 + components: + - type: Transform + pos: 2.5,-42.5 + parent: 2 + - uid: 833 + components: + - type: Transform + pos: 3.5,-42.5 + parent: 2 + - uid: 3126 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-246.5 + parent: 2 + - uid: 3134 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-250.5 + parent: 2 + - uid: 3489 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-249.5 + parent: 2 + - uid: 3840 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-139.5 + parent: 2 + - uid: 4197 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-138.5 + parent: 2 + - uid: 6845 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-147.5 + parent: 2 + - uid: 7231 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-146.5 + parent: 2 + - uid: 7232 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-143.5 + parent: 2 + - uid: 7234 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-144.5 + parent: 2 + - uid: 7236 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-148.5 + parent: 2 + - uid: 7238 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-143.5 + parent: 2 + - uid: 7251 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-148.5 + parent: 2 + - uid: 7311 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-153.5 + parent: 2 + - uid: 7314 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-153.5 + parent: 2 + - uid: 7316 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-139.5 + parent: 2 + - uid: 7317 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-139.5 + parent: 2 + - uid: 7320 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-151.5 + parent: 2 + - uid: 7321 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-151.5 + parent: 2 + - uid: 7322 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-152.5 + parent: 2 + - uid: 7324 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-153.5 + parent: 2 + - uid: 7325 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-152.5 + parent: 2 + - uid: 7326 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-152.5 + parent: 2 + - uid: 7327 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-151.5 + parent: 2 + - uid: 7328 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-151.5 + parent: 2 + - uid: 7329 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-138.5 + parent: 2 + - uid: 7331 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-140.5 + parent: 2 + - uid: 7332 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-140.5 + parent: 2 + - uid: 7333 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-140.5 + parent: 2 + - uid: 7336 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-159.5 + parent: 2 + - uid: 7337 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-159.5 + parent: 2 + - uid: 7338 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-160.5 + parent: 2 + - uid: 7339 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-160.5 + parent: 2 + - uid: 7340 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-161.5 + parent: 2 + - uid: 7341 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-161.5 + parent: 2 + - uid: 7342 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-161.5 + parent: 2 + - uid: 7343 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-161.5 + parent: 2 + - uid: 7344 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-160.5 + parent: 2 + - uid: 7345 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-160.5 + parent: 2 + - uid: 7346 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-159.5 + parent: 2 + - uid: 7347 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-159.5 + parent: 2 + - uid: 7349 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-165.5 + parent: 2 + - uid: 7521 + components: + - type: Transform + pos: -6.5,-61.5 + parent: 2 + - uid: 7522 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-64.5 + parent: 2 + - uid: 7921 + components: + - type: Transform + pos: -5.5,-61.5 + parent: 2 + - uid: 7926 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-64.5 + parent: 2 + - uid: 9431 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-68.5 + parent: 2 + - uid: 9433 + components: + - type: Transform + pos: -6.5,-65.5 + parent: 2 + - uid: 10868 + components: + - type: Transform + pos: -6.5,-57.5 + parent: 2 + - uid: 10932 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-332.5 + parent: 2 + - uid: 10933 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-331.5 + parent: 2 + - uid: 10934 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-329.5 + parent: 2 + - uid: 11893 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-247.5 + parent: 2 + - uid: 14373 + components: + - type: Transform + pos: 13.5,-77.5 + parent: 2 + - uid: 14420 + components: + - type: Transform + pos: 14.5,-77.5 + parent: 2 + - uid: 14421 + components: + - type: Transform + pos: 16.5,-77.5 + parent: 2 + - uid: 14422 + components: + - type: Transform + pos: 17.5,-77.5 + parent: 2 + - uid: 14435 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-79.5 + parent: 2 + - uid: 14436 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-79.5 + parent: 2 + - uid: 14438 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,-83.5 + parent: 2 + - uid: 14439 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-83.5 + parent: 2 + - uid: 14440 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-84.5 + parent: 2 + - uid: 14443 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-84.5 + parent: 2 + - uid: 14446 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-82.5 + parent: 2 + - uid: 14449 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,-82.5 + parent: 2 + - uid: 14456 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-80.5 + parent: 2 + - uid: 14458 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-80.5 + parent: 2 + - uid: 15809 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-60.5 + parent: 2 +- proto: BlastDoor + entities: + - uid: 1749 + components: + - type: Transform + pos: -4.5,-56.5 + parent: 2 + - type: DeviceLinkSink + links: + - 1767 + - uid: 1750 + components: + - type: Transform + pos: -3.5,-56.5 + parent: 2 + - type: DeviceLinkSink + links: + - 1767 + - uid: 9906 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-312.5 + parent: 2 + - type: DeviceLinkSink + links: + - 10008 + - uid: 9908 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-313.5 + parent: 2 + - type: DeviceLinkSink + links: + - 10008 + - uid: 9941 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-314.5 + parent: 2 + - type: DeviceLinkSink + links: + - 10008 + - uid: 10001 + components: + - type: Transform + pos: -10.5,-314.5 + parent: 2 + - type: DeviceLinkSink + links: + - 10009 + - uid: 10003 + components: + - type: Transform + pos: -10.5,-315.5 + parent: 2 + - type: DeviceLinkSink + links: + - 10009 + - uid: 10004 + components: + - type: Transform + pos: -10.5,-313.5 + parent: 2 + - type: DeviceLinkSink + links: + - 10009 + - uid: 11201 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-357.5 + parent: 2 + - type: DeviceLinkSink + links: + - 11710 + - uid: 11940 + components: + - type: Transform + pos: -3.5,-385.5 + parent: 2 + - uid: 11943 + components: + - type: Transform + pos: -4.5,-385.5 + parent: 2 +- proto: BlastDoorOpen + entities: + - uid: 2222 + components: + - type: Transform + pos: -2.5,-114.5 + parent: 2 + - type: DeviceLinkSink + links: + - 11312 + - uid: 2223 + components: + - type: Transform + pos: -2.5,-113.5 + parent: 2 + - type: DeviceLinkSink + links: + - 11312 + - uid: 2224 + components: + - type: Transform + pos: -2.5,-112.5 + parent: 2 + - type: DeviceLinkSink + links: + - 11312 + - uid: 6255 + components: + - type: Transform + pos: 2.5,-178.5 + parent: 2 + - type: DeviceLinkSink + links: + - 2485 + - uid: 7874 + components: + - type: Transform + pos: 2.5,-179.5 + parent: 2 + - type: DeviceLinkSink + links: + - 2485 + - uid: 8236 + components: + - type: Transform + pos: -1.5,-253.5 + parent: 2 + - uid: 8238 + components: + - type: Transform + pos: -2.5,-330.5 + parent: 2 + - uid: 8549 + components: + - type: Transform + pos: -2.5,-331.5 + parent: 2 + - uid: 8801 + components: + - type: Transform + pos: 10.5,-281.5 + parent: 2 + - type: DeviceLinkSink + links: + - 9008 + - uid: 8803 + components: + - type: Transform + pos: 10.5,-277.5 + parent: 2 + - type: DeviceLinkSink + links: + - 9009 + - uid: 10915 + components: + - type: Transform + pos: -2.5,-329.5 + parent: 2 + - uid: 13998 + components: + - type: Transform + pos: -1.5,-255.5 + parent: 2 + - uid: 14025 + components: + - type: Transform + pos: -1.5,-254.5 + parent: 2 +- proto: BlockGameArcade + entities: + - uid: 1756 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-27.5 + parent: 2 +- proto: BlockGameArcadeComputerCircuitboard + entities: + - uid: 15271 + components: + - type: Transform + pos: 6.380858,-242.27087 + parent: 2 +- proto: BodyBag_Folded + entities: + - uid: 2706 + components: + - type: Transform + pos: 3.4006777,-137.08098 + parent: 2 + - uid: 2707 + components: + - type: Transform + pos: 3.6031802,-137.20421 + parent: 2 + - uid: 2708 + components: + - type: Transform + pos: 3.4711132,-137.28342 + parent: 2 + - uid: 2845 + components: + - type: Transform + pos: -2.3260214,-174.77829 + parent: 2 + - uid: 2930 + components: + - type: Transform + pos: -2.5666766,-174.61398 + parent: 2 + - uid: 3239 + components: + - type: Transform + pos: -2.5608068,-174.98366 + parent: 2 + - uid: 3240 + components: + - type: Transform + pos: -2.34363,-175.13622 + parent: 2 +- proto: BookAtmosAirAlarms + entities: + - uid: 17059 + components: + - type: Transform + parent: 17056 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: BookAtmosDistro + entities: + - uid: 17060 + components: + - type: Transform + parent: 17056 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: BookAtmosVentsMore + entities: + - uid: 17062 + components: + - type: Transform + parent: 17056 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: BookAtmosWaste + entities: + - uid: 17057 + components: + - type: Transform + parent: 17056 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: BookshelfFilled + entities: + - uid: 1759 + components: + - type: Transform + pos: -5.5,-146.5 + parent: 2 + - uid: 2604 + components: + - type: Transform + pos: -5.5,-143.5 + parent: 2 + - uid: 2614 + components: + - type: Transform + pos: -3.5,-143.5 + parent: 2 + - uid: 2615 + components: + - type: Transform + pos: -2.5,-143.5 + parent: 2 + - uid: 2628 + components: + - type: Transform + pos: -2.5,-145.5 + parent: 2 + - uid: 2629 + components: + - type: Transform + pos: -4.5,-145.5 + parent: 2 + - uid: 2630 + components: + - type: Transform + pos: -5.5,-145.5 + parent: 2 + - uid: 2631 + components: + - type: Transform + pos: -2.5,-147.5 + parent: 2 + - uid: 2632 + components: + - type: Transform + pos: -3.5,-147.5 + parent: 2 + - uid: 2633 + components: + - type: Transform + pos: -5.5,-147.5 + parent: 2 + - uid: 2742 + components: + - type: Transform + pos: -5.5,-142.5 + parent: 2 + - uid: 4786 + components: + - type: Transform + pos: -5.5,-144.5 + parent: 2 + - uid: 7551 + components: + - type: Transform + pos: -5.5,-148.5 + parent: 2 +- proto: BoozeDispenser + entities: + - uid: 1249 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-64.5 + parent: 2 +- proto: BorgCharger + entities: + - uid: 8697 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-251.5 + parent: 2 + - uid: 9975 + components: + - type: Transform + pos: 7.5,-310.5 + parent: 2 +- proto: BorgChargerCircuitboard + entities: + - uid: 14743 + components: + - type: Transform + pos: -5.6778665,-307.2365 + parent: 2 +- proto: BoxBeaker + entities: + - uid: 3141 + components: + - type: Transform + pos: 6.935201,-165.38791 + parent: 2 +- proto: BoxBodyBag + entities: + - uid: 3048 + components: + - type: Transform + pos: -2.6240926,-174.26779 + parent: 2 +- proto: BoxCandle + entities: + - uid: 14729 + components: + - type: Transform + pos: -5.4542284,-189.36801 + parent: 2 +- proto: BoxDarts + entities: + - uid: 13431 + components: + - type: Transform + pos: -2.9653907,-32.45716 + parent: 2 +- proto: BoxFolderBase + entities: + - uid: 2773 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.2406995,-121.34473 + parent: 2 +- proto: BoxFolderBlack + entities: + - uid: 2567 + components: + - type: Transform + pos: 6.7308598,-6.9109907 + parent: 2 + - uid: 11073 + components: + - type: Transform + pos: 4.492667,-332.38788 + parent: 2 +- proto: BoxFolderBlue + entities: + - uid: 2781 + components: + - type: Transform + pos: 3.4805696,-6.920642 + parent: 2 +- proto: BoxFolderGreen + entities: + - uid: 2744 + components: + - type: Transform + pos: -5.3577433,-140.33952 + parent: 2 + - uid: 2780 + components: + - type: Transform + pos: 2.4827733,-42.50757 + parent: 2 +- proto: BoxFolderGrey + entities: + - uid: 11076 + components: + - type: Transform + pos: 5.4435487,-332.5595 + parent: 2 +- proto: BoxFolderRed + entities: + - uid: 750 + components: + - type: Transform + pos: -6.554108,-339.5885 + parent: 2 + - uid: 2745 + components: + - type: Transform + pos: -5.6042686,-140.69159 + parent: 2 + - uid: 2777 + components: + - type: Transform + pos: 1.1156995,-121.4541 + parent: 2 + - uid: 2778 + components: + - type: Transform + pos: 1.4750745,-67.40666 + parent: 2 + - uid: 11074 + components: + - type: Transform + pos: 4.703974,-332.5463 + parent: 2 + - uid: 12731 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.4252734,-358.4766 + parent: 2 + - uid: 12998 + components: + - type: Transform + pos: -6.6729684,-339.83936 + parent: 2 +- proto: BoxFolderWhite + entities: + - uid: 11075 + components: + - type: Transform + pos: 5.205828,-332.4011 + parent: 2 +- proto: BoxFolderYellow + entities: + - uid: 1075 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.4889371,-58.428474 + parent: 2 + - uid: 2776 + components: + - type: Transform + pos: 1.5844495,-121.53223 + parent: 2 + - uid: 4978 + components: + - type: Transform + pos: 1.5176499,-251.36285 + parent: 2 + - uid: 6638 + components: + - type: Transform + pos: 5.4400353,-254.3202 + parent: 2 + - uid: 9083 + components: + - type: Transform + pos: 4.3809915,-273.23694 + parent: 2 +- proto: BoxHandcuff + entities: + - uid: 10681 + components: + - type: Transform + pos: -6.2767687,-339.93176 + parent: 2 +- proto: BoxLightbulb + entities: + - uid: 8905 + components: + - type: Transform + pos: 8.347681,-249.4434 + parent: 2 + - uid: 8906 + components: + - type: Transform + pos: 8.628931,-249.4434 + parent: 2 +- proto: BoxLightMixed + entities: + - uid: 8965 + components: + - type: Transform + pos: -13.339703,-245.36317 + parent: 2 +- proto: BoxMouthSwab + entities: + - uid: 10678 + components: + - type: Transform + pos: -6.5179734,-193.50864 + parent: 2 +- proto: BoxSterileMask + entities: + - uid: 7209 + components: + - type: Transform + pos: 3.6734588,-199.50243 + parent: 2 + - uid: 10708 + components: + - type: Transform + pos: -6.124293,-193.22752 + parent: 2 +- proto: BoxSyringe + entities: + - uid: 2331 + components: + - type: Transform + pos: -6.1348615,-84.71074 + parent: 2 + - uid: 2909 + components: + - type: Transform + pos: 1.3851851,-192.22426 + parent: 2 +- proto: BrbSign + entities: + - uid: 2269 + components: + - type: Transform + pos: -0.49859565,-122.45183 + parent: 2 +- proto: BriefcaseBrown + entities: + - uid: 14481 + components: + - type: Transform + pos: 17.608545,-82.66066 + parent: 2 +- proto: BriefcaseBrownFilled + entities: + - uid: 10798 + components: + - type: Transform + pos: 4.4794602,-328.2291 + parent: 2 +- proto: BrigTimer + entities: + - uid: 11154 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-368.5 + parent: 2 + - uid: 11330 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-365.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 11261: + - Timer: Open + - uid: 11331 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-365.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 11260: + - Timer: Open + - uid: 11332 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-362.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 11259: + - Timer: Open + - uid: 11439 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-368.5 + parent: 2 + - uid: 11496 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-362.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 11258: + - Timer: Open +- proto: Brutepack + entities: + - uid: 3699 + components: + - type: Transform + pos: 8.449239,-173.24081 + parent: 2 + - uid: 3700 + components: + - type: Transform + pos: 8.72658,-177.42598 + parent: 2 +- proto: Bucket + entities: + - uid: 1742 + components: + - type: Transform + pos: -3.7102582,-53.682693 + parent: 2 + - uid: 3244 + components: + - type: Transform + pos: -1.1669447,-173.19298 + parent: 2 + - uid: 12151 + components: + - type: Transform + pos: -5.7254634,-38.660492 + parent: 2 + - uid: 14479 + components: + - type: Transform + parent: 14476 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 14762 + components: + - type: Transform + parent: 14755 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 26547 + components: + - type: Transform + pos: -4.342669,-374.57834 + parent: 2 +- proto: CableApcExtension + entities: + - uid: 61 + components: + - type: Transform + pos: 5.5,-97.5 + parent: 2 + - uid: 74 + components: + - type: Transform + pos: 6.5,-260.5 + parent: 2 + - uid: 80 + components: + - type: Transform + pos: 4.5,-97.5 + parent: 2 + - uid: 168 + components: + - type: Transform + pos: -0.5,-58.5 + parent: 2 + - uid: 250 + components: + - type: Transform + pos: 5.5,-45.5 + parent: 2 + - uid: 267 + components: + - type: Transform + pos: -4.5,-112.5 + parent: 2 + - uid: 377 + components: + - type: Transform + pos: 7.5,-97.5 + parent: 2 + - uid: 627 + components: + - type: Transform + pos: -4.5,-109.5 + parent: 2 + - uid: 634 + components: + - type: Transform + pos: -4.5,-111.5 + parent: 2 + - uid: 636 + components: + - type: Transform + pos: -4.5,-110.5 + parent: 2 + - uid: 652 + components: + - type: Transform + pos: 5.5,-268.5 + parent: 2 + - uid: 745 + components: + - type: Transform + pos: -3.5,-109.5 + parent: 2 + - uid: 753 + components: + - type: Transform + pos: -2.5,-109.5 + parent: 2 + - uid: 790 + components: + - type: Transform + pos: 7.5,-225.5 + parent: 2 + - uid: 827 + components: + - type: Transform + pos: 5.5,-220.5 + parent: 2 + - uid: 843 + components: + - type: Transform + pos: -3.5,-330.5 + parent: 2 + - uid: 986 + components: + - type: Transform + pos: 3.5,-147.5 + parent: 2 + - uid: 1006 + components: + - type: Transform + pos: 7.5,-138.5 + parent: 2 + - uid: 1037 + components: + - type: Transform + pos: -4.5,-27.5 + parent: 2 + - uid: 1125 + components: + - type: Transform + pos: -4.5,-18.5 + parent: 2 + - uid: 1130 + components: + - type: Transform + pos: -4.5,-28.5 + parent: 2 + - uid: 1329 + components: + - type: Transform + pos: -5.5,-59.5 + parent: 2 + - uid: 1367 + components: + - type: Transform + pos: -5.5,-62.5 + parent: 2 + - uid: 1380 + components: + - type: Transform + pos: -5.5,-61.5 + parent: 2 + - uid: 1384 + components: + - type: Transform + pos: -5.5,-60.5 + parent: 2 + - uid: 1385 + components: + - type: Transform + pos: 0.5,-58.5 + parent: 2 + - uid: 1401 + components: + - type: Transform + pos: 6.5,-80.5 + parent: 2 + - uid: 1468 + components: + - type: Transform + pos: 16.5,-240.5 + parent: 2 + - uid: 1494 + components: + - type: Transform + pos: 18.5,-243.5 + parent: 2 + - uid: 1802 + components: + - type: Transform + pos: 0.5,-24.5 + parent: 2 + - uid: 1834 + components: + - type: Transform + pos: -17.5,-252.5 + parent: 2 + - uid: 1837 + components: + - type: Transform + pos: 5.5,-221.5 + parent: 2 + - uid: 2004 + components: + - type: Transform + pos: -5.5,-1.5 + parent: 2 + - uid: 2059 + components: + - type: Transform + pos: 3.5,-64.5 + parent: 2 + - uid: 2060 + components: + - type: Transform + pos: 3.5,-62.5 + parent: 2 + - uid: 2061 + components: + - type: Transform + pos: -1.5,-56.5 + parent: 2 + - uid: 2063 + components: + - type: Transform + pos: -0.5,-56.5 + parent: 2 + - uid: 2065 + components: + - type: Transform + pos: 2.5,-52.5 + parent: 2 + - uid: 2066 + components: + - type: Transform + pos: -0.5,-64.5 + parent: 2 + - uid: 2194 + components: + - type: Transform + pos: -9.5,-300.5 + parent: 2 + - uid: 2293 + components: + - type: Transform + pos: 1.5,1.5 + parent: 2 + - uid: 2318 + components: + - type: Transform + pos: -0.5,-17.5 + parent: 2 + - uid: 2323 + components: + - type: Transform + pos: -2.5,-17.5 + parent: 2 + - uid: 2324 + components: + - type: Transform + pos: -1.5,-17.5 + parent: 2 + - uid: 2328 + components: + - type: Transform + pos: 1.5,-16.5 + parent: 2 + - uid: 2422 + components: + - type: Transform + pos: 3.5,-9.5 + parent: 2 + - uid: 2445 + components: + - type: Transform + pos: 5.5,-8.5 + parent: 2 + - uid: 2446 + components: + - type: Transform + pos: 4.5,-9.5 + parent: 2 + - uid: 2479 + components: + - type: Transform + pos: -0.5,-11.5 + parent: 2 + - uid: 2487 + components: + - type: Transform + pos: -11.5,-162.5 + parent: 2 + - uid: 2505 + components: + - type: Transform + pos: 5.5,-80.5 + parent: 2 + - uid: 2639 + components: + - type: Transform + pos: -0.5,-14.5 + parent: 2 + - uid: 2642 + components: + - type: Transform + pos: -2.5,-10.5 + parent: 2 + - uid: 2644 + components: + - type: Transform + pos: -1.5,-125.5 + parent: 2 + - uid: 2716 + components: + - type: Transform + pos: 3.5,-115.5 + parent: 2 + - uid: 2727 + components: + - type: Transform + pos: 3.5,-114.5 + parent: 2 + - uid: 2731 + components: + - type: Transform + pos: 3.5,-116.5 + parent: 2 + - uid: 2739 + components: + - type: Transform + pos: 3.5,-253.5 + parent: 2 + - uid: 2743 + components: + - type: Transform + pos: 1.5,-121.5 + parent: 2 + - uid: 2844 + components: + - type: Transform + pos: 2.5,-208.5 + parent: 2 + - uid: 2858 + components: + - type: Transform + pos: 2.5,-121.5 + parent: 2 + - uid: 2876 + components: + - type: Transform + pos: -0.5,-121.5 + parent: 2 + - uid: 2877 + components: + - type: Transform + pos: -1.5,-121.5 + parent: 2 + - uid: 2954 + components: + - type: Transform + pos: 8.5,-115.5 + parent: 2 + - uid: 2987 + components: + - type: Transform + pos: -1.5,-330.5 + parent: 2 + - uid: 3005 + components: + - type: Transform + pos: -0.5,-125.5 + parent: 2 + - uid: 3053 + components: + - type: Transform + pos: -3.5,-87.5 + parent: 2 + - uid: 3104 + components: + - type: Transform + pos: -3.5,-88.5 + parent: 2 + - uid: 3171 + components: + - type: Transform + pos: -2.5,-108.5 + parent: 2 + - uid: 3247 + components: + - type: Transform + pos: -7.5,-335.5 + parent: 2 + - uid: 3487 + components: + - type: Transform + pos: -6.5,-163.5 + parent: 2 + - uid: 3640 + components: + - type: Transform + pos: 7.5,-120.5 + parent: 2 + - uid: 3641 + components: + - type: Transform + pos: -8.5,-132.5 + parent: 2 + - uid: 3765 + components: + - type: Transform + pos: -0.5,-162.5 + parent: 2 + - uid: 3904 + components: + - type: Transform + pos: -0.5,-330.5 + parent: 2 + - uid: 4043 + components: + - type: Transform + pos: -9.5,-301.5 + parent: 2 + - uid: 4115 + components: + - type: Transform + pos: 5.5,0.5 + parent: 2 + - uid: 4184 + components: + - type: Transform + pos: -4.5,-105.5 + parent: 2 + - uid: 4207 + components: + - type: Transform + pos: 11.5,-248.5 + parent: 2 + - uid: 4208 + components: + - type: Transform + pos: 7.5,-248.5 + parent: 2 + - uid: 4213 + components: + - type: Transform + pos: 18.5,-263.5 + parent: 2 + - uid: 4340 + components: + - type: Transform + pos: 3.5,-222.5 + parent: 2 + - uid: 4341 + components: + - type: Transform + pos: 5.5,-222.5 + parent: 2 + - uid: 4587 + components: + - type: Transform + pos: -10.5,-167.5 + parent: 2 + - uid: 4638 + components: + - type: Transform + pos: 5.5,-143.5 + parent: 2 + - uid: 4658 + components: + - type: Transform + pos: 8.5,-119.5 + parent: 2 + - uid: 4682 + components: + - type: Transform + pos: 5.5,-1.5 + parent: 2 + - uid: 4752 + components: + - type: Transform + pos: 5.5,-0.5 + parent: 2 + - uid: 4753 + components: + - type: Transform + pos: 5.5,-2.5 + parent: 2 + - uid: 4754 + components: + - type: Transform + pos: 6.5,-2.5 + parent: 2 + - uid: 4873 + components: + - type: Transform + pos: 9.5,-243.5 + parent: 2 + - uid: 4900 + components: + - type: Transform + pos: 5.5,-219.5 + parent: 2 + - uid: 4901 + components: + - type: Transform + pos: 2.5,-220.5 + parent: 2 + - uid: 4941 + components: + - type: Transform + pos: 5.5,1.5 + parent: 2 + - uid: 4980 + components: + - type: Transform + pos: 5.5,-226.5 + parent: 2 + - uid: 4994 + components: + - type: Transform + pos: 5.5,-147.5 + parent: 2 + - uid: 5043 + components: + - type: Transform + pos: 5.5,-106.5 + parent: 2 + - uid: 5211 + components: + - type: Transform + pos: -0.5,-30.5 + parent: 2 + - uid: 5294 + components: + - type: Transform + pos: 1.5,-30.5 + parent: 2 + - uid: 5295 + components: + - type: Transform + pos: 4.5,-222.5 + parent: 2 + - uid: 5296 + components: + - type: Transform + pos: 2.5,-116.5 + parent: 2 + - uid: 5322 + components: + - type: Transform + pos: 5.5,-104.5 + parent: 2 + - uid: 5327 + components: + - type: Transform + pos: 7.5,-224.5 + parent: 2 + - uid: 5329 + components: + - type: Transform + pos: 3.5,-28.5 + parent: 2 + - uid: 5330 + components: + - type: Transform + pos: 2.5,-28.5 + parent: 2 + - uid: 5331 + components: + - type: Transform + pos: 3.5,-247.5 + parent: 2 + - uid: 5400 + components: + - type: Transform + pos: 3.5,-30.5 + parent: 2 + - uid: 5415 + components: + - type: Transform + pos: 2.5,-30.5 + parent: 2 + - uid: 5426 + components: + - type: Transform + pos: -2.5,-11.5 + parent: 2 + - uid: 5427 + components: + - type: Transform + pos: 3.5,-220.5 + parent: 2 + - uid: 5430 + components: + - type: Transform + pos: -0.5,-179.5 + parent: 2 + - uid: 5431 + components: + - type: Transform + pos: -1.5,-179.5 + parent: 2 + - uid: 5432 + components: + - type: Transform + pos: -2.5,-179.5 + parent: 2 + - uid: 5433 + components: + - type: Transform + pos: -3.5,-179.5 + parent: 2 + - uid: 5484 + components: + - type: Transform + pos: -4.5,-113.5 + parent: 2 + - uid: 5485 + components: + - type: Transform + pos: 6.5,-97.5 + parent: 2 + - uid: 5505 + components: + - type: Transform + pos: -9.5,-167.5 + parent: 2 + - uid: 5655 + components: + - type: Transform + pos: -8.5,-167.5 + parent: 2 + - uid: 5696 + components: + - type: Transform + pos: 5.5,-4.5 + parent: 2 + - uid: 5697 + components: + - type: Transform + pos: -2.5,-12.5 + parent: 2 + - uid: 5698 + components: + - type: Transform + pos: 5.5,-3.5 + parent: 2 + - uid: 5701 + components: + - type: Transform + pos: 4.5,-4.5 + parent: 2 + - uid: 5702 + components: + - type: Transform + pos: 3.5,-4.5 + parent: 2 + - uid: 5703 + components: + - type: Transform + pos: -1.5,-2.5 + parent: 2 + - uid: 5704 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 2 + - uid: 5705 + components: + - type: Transform + pos: -2.5,-4.5 + parent: 2 + - uid: 5706 + components: + - type: Transform + pos: -2.5,-3.5 + parent: 2 + - uid: 5707 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 2 + - uid: 5708 + components: + - type: Transform + pos: 0.5,-2.5 + parent: 2 + - uid: 5709 + components: + - type: Transform + pos: -3.5,-2.5 + parent: 2 + - uid: 5710 + components: + - type: Transform + pos: -2.5,-1.5 + parent: 2 + - uid: 5711 + components: + - type: Transform + pos: 2.5,-4.5 + parent: 2 + - uid: 5712 + components: + - type: Transform + pos: 2.5,-3.5 + parent: 2 + - uid: 5713 + components: + - type: Transform + pos: 2.5,-2.5 + parent: 2 + - uid: 5714 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 2 + - uid: 5715 + components: + - type: Transform + pos: -4.5,-6.5 + parent: 2 + - uid: 5716 + components: + - type: Transform + pos: -3.5,-6.5 + parent: 2 + - uid: 5717 + components: + - type: Transform + pos: -2.5,-6.5 + parent: 2 + - uid: 5718 + components: + - type: Transform + pos: -1.5,-6.5 + parent: 2 + - uid: 5719 + components: + - type: Transform + pos: -0.5,-6.5 + parent: 2 + - uid: 5720 + components: + - type: Transform + pos: 2.5,-5.5 + parent: 2 + - uid: 5721 + components: + - type: Transform + pos: 2.5,-6.5 + parent: 2 + - uid: 5722 + components: + - type: Transform + pos: 2.5,-7.5 + parent: 2 + - uid: 5723 + components: + - type: Transform + pos: 2.5,-8.5 + parent: 2 + - uid: 5724 + components: + - type: Transform + pos: 2.5,-9.5 + parent: 2 + - uid: 5725 + components: + - type: Transform + pos: 2.5,-10.5 + parent: 2 + - uid: 5726 + components: + - type: Transform + pos: 2.5,-11.5 + parent: 2 + - uid: 5727 + components: + - type: Transform + pos: 2.5,-12.5 + parent: 2 + - uid: 5728 + components: + - type: Transform + pos: 2.5,-13.5 + parent: 2 + - uid: 5729 + components: + - type: Transform + pos: 2.5,-14.5 + parent: 2 + - uid: 5730 + components: + - type: Transform + pos: 2.5,-15.5 + parent: 2 + - uid: 5731 + components: + - type: Transform + pos: 2.5,-16.5 + parent: 2 + - uid: 5732 + components: + - type: Transform + pos: 5.5,-9.5 + parent: 2 + - uid: 5733 + components: + - type: Transform + pos: 6.5,-9.5 + parent: 2 + - uid: 5734 + components: + - type: Transform + pos: 5.5,-5.5 + parent: 2 + - uid: 5735 + components: + - type: Transform + pos: 5.5,-10.5 + parent: 2 + - uid: 5736 + components: + - type: Transform + pos: 5.5,-11.5 + parent: 2 + - uid: 5737 + components: + - type: Transform + pos: 6.5,-4.5 + parent: 2 + - uid: 5739 + components: + - type: Transform + pos: -4.5,-11.5 + parent: 2 + - uid: 5740 + components: + - type: Transform + pos: -3.5,-11.5 + parent: 2 + - uid: 5742 + components: + - type: Transform + pos: 0.5,-17.5 + parent: 2 + - uid: 5744 + components: + - type: Transform + pos: -2.5,-13.5 + parent: 2 + - uid: 5745 + components: + - type: Transform + pos: -2.5,-14.5 + parent: 2 + - uid: 5746 + components: + - type: Transform + pos: -3.5,-14.5 + parent: 2 + - uid: 5747 + components: + - type: Transform + pos: -1.5,-14.5 + parent: 2 + - uid: 5748 + components: + - type: Transform + pos: -2.5,-9.5 + parent: 2 + - uid: 5751 + components: + - type: Transform + pos: -0.5,-10.5 + parent: 2 + - uid: 5752 + components: + - type: Transform + pos: -0.5,-9.5 + parent: 2 + - uid: 5753 + components: + - type: Transform + pos: 0.5,-16.5 + parent: 2 + - uid: 5754 + components: + - type: Transform + pos: 0.5,-18.5 + parent: 2 + - uid: 5755 + components: + - type: Transform + pos: 0.5,-19.5 + parent: 2 + - uid: 5756 + components: + - type: Transform + pos: 0.5,-20.5 + parent: 2 + - uid: 5757 + components: + - type: Transform + pos: -3.5,-17.5 + parent: 2 + - uid: 5758 + components: + - type: Transform + pos: -4.5,-17.5 + parent: 2 + - uid: 5759 + components: + - type: Transform + pos: -5.5,-17.5 + parent: 2 + - uid: 5760 + components: + - type: Transform + pos: -5.5,-16.5 + parent: 2 + - uid: 5762 + components: + - type: Transform + pos: 3.5,-1.5 + parent: 2 + - uid: 5763 + components: + - type: Transform + pos: 1.5,-1.5 + parent: 2 + - uid: 5764 + components: + - type: Transform + pos: 1.5,-0.5 + parent: 2 + - uid: 5765 + components: + - type: Transform + pos: 1.5,0.5 + parent: 2 + - uid: 5766 + components: + - type: Transform + pos: 0.5,1.5 + parent: 2 + - uid: 5767 + components: + - type: Transform + pos: -0.5,1.5 + parent: 2 + - uid: 5769 + components: + - type: Transform + pos: -0.5,0.5 + parent: 2 + - uid: 5770 + components: + - type: Transform + pos: 0.5,2.5 + parent: 2 + - uid: 5771 + components: + - type: Transform + pos: 2.5,1.5 + parent: 2 + - uid: 5772 + components: + - type: Transform + pos: -1.5,1.5 + parent: 2 + - uid: 5773 + components: + - type: Transform + pos: 5.5,2.5 + parent: 2 + - uid: 5774 + components: + - type: Transform + pos: -3.5,1.5 + parent: 2 + - uid: 5775 + components: + - type: Transform + pos: -3.5,2.5 + parent: 2 + - uid: 5776 + components: + - type: Transform + pos: -2.5,1.5 + parent: 2 + - uid: 5777 + components: + - type: Transform + pos: -4.5,1.5 + parent: 2 + - uid: 5778 + components: + - type: Transform + pos: -5.5,1.5 + parent: 2 + - uid: 5779 + components: + - type: Transform + pos: -5.5,0.5 + parent: 2 + - uid: 5780 + components: + - type: Transform + pos: -5.5,-0.5 + parent: 2 + - uid: 5782 + components: + - type: Transform + pos: 4.5,-2.5 + parent: 2 + - uid: 5783 + components: + - type: Transform + pos: 3.5,-221.5 + parent: 2 + - uid: 5821 + components: + - type: Transform + pos: 0.5,-25.5 + parent: 2 + - uid: 5822 + components: + - type: Transform + pos: 0.5,-26.5 + parent: 2 + - uid: 5823 + components: + - type: Transform + pos: 0.5,-27.5 + parent: 2 + - uid: 5824 + components: + - type: Transform + pos: 0.5,-28.5 + parent: 2 + - uid: 5825 + components: + - type: Transform + pos: 0.5,-29.5 + parent: 2 + - uid: 5826 + components: + - type: Transform + pos: 0.5,-30.5 + parent: 2 + - uid: 5827 + components: + - type: Transform + pos: 0.5,-31.5 + parent: 2 + - uid: 5828 + components: + - type: Transform + pos: 0.5,-32.5 + parent: 2 + - uid: 5829 + components: + - type: Transform + pos: 1.5,-28.5 + parent: 2 + - uid: 5830 + components: + - type: Transform + pos: -0.5,-28.5 + parent: 2 + - uid: 5831 + components: + - type: Transform + pos: -1.5,-28.5 + parent: 2 + - uid: 5832 + components: + - type: Transform + pos: -2.5,-28.5 + parent: 2 + - uid: 5833 + components: + - type: Transform + pos: -3.5,-28.5 + parent: 2 + - uid: 5834 + components: + - type: Transform + pos: -4.5,-28.5 + parent: 2 + - uid: 5835 + components: + - type: Transform + pos: -1.5,-30.5 + parent: 2 + - uid: 5836 + components: + - type: Transform + pos: -2.5,-30.5 + parent: 2 + - uid: 5837 + components: + - type: Transform + pos: -3.5,-30.5 + parent: 2 + - uid: 5838 + components: + - type: Transform + pos: -4.5,-30.5 + parent: 2 + - uid: 5840 + components: + - type: Transform + pos: 1.5,-46.5 + parent: 2 + - uid: 5841 + components: + - type: Transform + pos: -0.5,-19.5 + parent: 2 + - uid: 5843 + components: + - type: Transform + pos: -0.5,-25.5 + parent: 2 + - uid: 5845 + components: + - type: Transform + pos: -1.5,-25.5 + parent: 2 + - uid: 5846 + components: + - type: Transform + pos: 1.5,-25.5 + parent: 2 + - uid: 5847 + components: + - type: Transform + pos: 2.5,-25.5 + parent: 2 + - uid: 5848 + components: + - type: Transform + pos: 1.5,-19.5 + parent: 2 + - uid: 5849 + components: + - type: Transform + pos: 2.5,-19.5 + parent: 2 + - uid: 5850 + components: + - type: Transform + pos: -1.5,-19.5 + parent: 2 + - uid: 5853 + components: + - type: Transform + pos: -1.5,-42.5 + parent: 2 + - uid: 5854 + components: + - type: Transform + pos: -0.5,-42.5 + parent: 2 + - uid: 5855 + components: + - type: Transform + pos: 0.5,-42.5 + parent: 2 + - uid: 5856 + components: + - type: Transform + pos: 0.5,-43.5 + parent: 2 + - uid: 5857 + components: + - type: Transform + pos: 0.5,-44.5 + parent: 2 + - uid: 5858 + components: + - type: Transform + pos: 0.5,-45.5 + parent: 2 + - uid: 5859 + components: + - type: Transform + pos: 0.5,-46.5 + parent: 2 + - uid: 5860 + components: + - type: Transform + pos: 2.5,-46.5 + parent: 2 + - uid: 5861 + components: + - type: Transform + pos: -0.5,-46.5 + parent: 2 + - uid: 5862 + components: + - type: Transform + pos: -1.5,-46.5 + parent: 2 + - uid: 5863 + components: + - type: Transform + pos: 0.5,-47.5 + parent: 2 + - uid: 5865 + components: + - type: Transform + pos: 1.5,-43.5 + parent: 2 + - uid: 5866 + components: + - type: Transform + pos: 2.5,-43.5 + parent: 2 + - uid: 5867 + components: + - type: Transform + pos: 3.5,-43.5 + parent: 2 + - uid: 5868 + components: + - type: Transform + pos: 4.5,-43.5 + parent: 2 + - uid: 5869 + components: + - type: Transform + pos: 5.5,-43.5 + parent: 2 + - uid: 5870 + components: + - type: Transform + pos: 6.5,-43.5 + parent: 2 + - uid: 5871 + components: + - type: Transform + pos: 7.5,-43.5 + parent: 2 + - uid: 5874 + components: + - type: Transform + pos: 5.5,-42.5 + parent: 2 + - uid: 5875 + components: + - type: Transform + pos: 5.5,-41.5 + parent: 2 + - uid: 5876 + components: + - type: Transform + pos: 5.5,-40.5 + parent: 2 + - uid: 5877 + components: + - type: Transform + pos: 5.5,-39.5 + parent: 2 + - uid: 5878 + components: + - type: Transform + pos: 5.5,-38.5 + parent: 2 + - uid: 5879 + components: + - type: Transform + pos: 5.5,-37.5 + parent: 2 + - uid: 5880 + components: + - type: Transform + pos: 5.5,-36.5 + parent: 2 + - uid: 5882 + components: + - type: Transform + pos: 4.5,-37.5 + parent: 2 + - uid: 5883 + components: + - type: Transform + pos: 3.5,-37.5 + parent: 2 + - uid: 5885 + components: + - type: Transform + pos: 1.5,-37.5 + parent: 2 + - uid: 5886 + components: + - type: Transform + pos: 0.5,-38.5 + parent: 2 + - uid: 5887 + components: + - type: Transform + pos: 0.5,-37.5 + parent: 2 + - uid: 5888 + components: + - type: Transform + pos: 6.5,-36.5 + parent: 2 + - uid: 5889 + components: + - type: Transform + pos: 7.5,-36.5 + parent: 2 + - uid: 5890 + components: + - type: Transform + pos: 0.5,-39.5 + parent: 2 + - uid: 5891 + components: + - type: Transform + pos: 0.5,-40.5 + parent: 2 + - uid: 5892 + components: + - type: Transform + pos: 0.5,-41.5 + parent: 2 + - uid: 5893 + components: + - type: Transform + pos: 0.5,-36.5 + parent: 2 + - uid: 5895 + components: + - type: Transform + pos: 0.5,-35.5 + parent: 2 + - uid: 5896 + components: + - type: Transform + pos: 1.5,-35.5 + parent: 2 + - uid: 5897 + components: + - type: Transform + pos: 2.5,-35.5 + parent: 2 + - uid: 5898 + components: + - type: Transform + pos: 2.5,-34.5 + parent: 2 + - uid: 5899 + components: + - type: Transform + pos: 3.5,-34.5 + parent: 2 + - uid: 5900 + components: + - type: Transform + pos: 4.5,-34.5 + parent: 2 + - uid: 5901 + components: + - type: Transform + pos: 5.5,-34.5 + parent: 2 + - uid: 5902 + components: + - type: Transform + pos: 6.5,-34.5 + parent: 2 + - uid: 5903 + components: + - type: Transform + pos: 6.5,-33.5 + parent: 2 + - uid: 5904 + components: + - type: Transform + pos: 6.5,-32.5 + parent: 2 + - uid: 5905 + components: + - type: Transform + pos: 6.5,-31.5 + parent: 2 + - uid: 5906 + components: + - type: Transform + pos: 7.5,-31.5 + parent: 2 + - uid: 5907 + components: + - type: Transform + pos: 6.5,-30.5 + parent: 2 + - uid: 5908 + components: + - type: Transform + pos: 6.5,-29.5 + parent: 2 + - uid: 5909 + components: + - type: Transform + pos: 7.5,-29.5 + parent: 2 + - uid: 5910 + components: + - type: Transform + pos: 6.5,-28.5 + parent: 2 + - uid: 5911 + components: + - type: Transform + pos: 5.5,-28.5 + parent: 2 + - uid: 5912 + components: + - type: Transform + pos: 5.5,-27.5 + parent: 2 + - uid: 5913 + components: + - type: Transform + pos: 5.5,-26.5 + parent: 2 + - uid: 5914 + components: + - type: Transform + pos: 5.5,-25.5 + parent: 2 + - uid: 5915 + components: + - type: Transform + pos: 5.5,-24.5 + parent: 2 + - uid: 5916 + components: + - type: Transform + pos: 5.5,-23.5 + parent: 2 + - uid: 5917 + components: + - type: Transform + pos: 5.5,-22.5 + parent: 2 + - uid: 5918 + components: + - type: Transform + pos: 5.5,-21.5 + parent: 2 + - uid: 5919 + components: + - type: Transform + pos: 5.5,-20.5 + parent: 2 + - uid: 5920 + components: + - type: Transform + pos: 5.5,-19.5 + parent: 2 + - uid: 5921 + components: + - type: Transform + pos: 5.5,-18.5 + parent: 2 + - uid: 5922 + components: + - type: Transform + pos: 5.5,-17.5 + parent: 2 + - uid: 5923 + components: + - type: Transform + pos: 5.5,-16.5 + parent: 2 + - uid: 5924 + components: + - type: Transform + pos: 5.5,-15.5 + parent: 2 + - uid: 5927 + components: + - type: Transform + pos: -0.5,-32.5 + parent: 2 + - uid: 5928 + components: + - type: Transform + pos: -1.5,-32.5 + parent: 2 + - uid: 5929 + components: + - type: Transform + pos: -2.5,-32.5 + parent: 2 + - uid: 5930 + components: + - type: Transform + pos: -3.5,-32.5 + parent: 2 + - uid: 5931 + components: + - type: Transform + pos: -4.5,-32.5 + parent: 2 + - uid: 5932 + components: + - type: Transform + pos: -5.5,-30.5 + parent: 2 + - uid: 5933 + components: + - type: Transform + pos: -5.5,-28.5 + parent: 2 + - uid: 5934 + components: + - type: Transform + pos: -5.5,-32.5 + parent: 2 + - uid: 5935 + components: + - type: Transform + pos: 1.5,-32.5 + parent: 2 + - uid: 5936 + components: + - type: Transform + pos: 2.5,-32.5 + parent: 2 + - uid: 5937 + components: + - type: Transform + pos: 3.5,-32.5 + parent: 2 + - uid: 5938 + components: + - type: Transform + pos: -0.5,-33.5 + parent: 2 + - uid: 5939 + components: + - type: Transform + pos: -0.5,-34.5 + parent: 2 + - uid: 5940 + components: + - type: Transform + pos: -1.5,-34.5 + parent: 2 + - uid: 5941 + components: + - type: Transform + pos: -2.5,-34.5 + parent: 2 + - uid: 5942 + components: + - type: Transform + pos: -3.5,-34.5 + parent: 2 + - uid: 5943 + components: + - type: Transform + pos: -4.5,-34.5 + parent: 2 + - uid: 5944 + components: + - type: Transform + pos: -4.5,-35.5 + parent: 2 + - uid: 5945 + components: + - type: Transform + pos: -4.5,-36.5 + parent: 2 + - uid: 5946 + components: + - type: Transform + pos: -4.5,-37.5 + parent: 2 + - uid: 5947 + components: + - type: Transform + pos: -4.5,-38.5 + parent: 2 + - uid: 5948 + components: + - type: Transform + pos: -4.5,-39.5 + parent: 2 + - uid: 5949 + components: + - type: Transform + pos: -4.5,-40.5 + parent: 2 + - uid: 5950 + components: + - type: Transform + pos: -4.5,-41.5 + parent: 2 + - uid: 5951 + components: + - type: Transform + pos: -4.5,-42.5 + parent: 2 + - uid: 5952 + components: + - type: Transform + pos: -4.5,-43.5 + parent: 2 + - uid: 5953 + components: + - type: Transform + pos: -4.5,-44.5 + parent: 2 + - uid: 5954 + components: + - type: Transform + pos: -4.5,-45.5 + parent: 2 + - uid: 5955 + components: + - type: Transform + pos: -3.5,-44.5 + parent: 2 + - uid: 5956 + components: + - type: Transform + pos: -2.5,-44.5 + parent: 2 + - uid: 5957 + components: + - type: Transform + pos: -5.5,-43.5 + parent: 2 + - uid: 5958 + components: + - type: Transform + pos: -6.5,-43.5 + parent: 2 + - uid: 5964 + components: + - type: Transform + pos: 2.5,-37.5 + parent: 2 + - uid: 5966 + components: + - type: Transform + pos: 5.5,-44.5 + parent: 2 + - uid: 5967 + components: + - type: Transform + pos: 3.5,-44.5 + parent: 2 + - uid: 5968 + components: + - type: Transform + pos: -2.5,-45.5 + parent: 2 + - uid: 6017 + components: + - type: Transform + pos: 0.5,-56.5 + parent: 2 + - uid: 6018 + components: + - type: Transform + pos: 1.5,-56.5 + parent: 2 + - uid: 6020 + components: + - type: Transform + pos: 2.5,-56.5 + parent: 2 + - uid: 6021 + components: + - type: Transform + pos: 0.5,-55.5 + parent: 2 + - uid: 6022 + components: + - type: Transform + pos: 0.5,-54.5 + parent: 2 + - uid: 6023 + components: + - type: Transform + pos: 0.5,-53.5 + parent: 2 + - uid: 6024 + components: + - type: Transform + pos: 0.5,-52.5 + parent: 2 + - uid: 6025 + components: + - type: Transform + pos: 0.5,-51.5 + parent: 2 + - uid: 6026 + components: + - type: Transform + pos: 1.5,-52.5 + parent: 2 + - uid: 6027 + components: + - type: Transform + pos: -0.5,-52.5 + parent: 2 + - uid: 6028 + components: + - type: Transform + pos: -1.5,-52.5 + parent: 2 + - uid: 6029 + components: + - type: Transform + pos: 0.5,-57.5 + parent: 2 + - uid: 6030 + components: + - type: Transform + pos: -1.5,-58.5 + parent: 2 + - uid: 6031 + components: + - type: Transform + pos: 2.5,-63.5 + parent: 2 + - uid: 6032 + components: + - type: Transform + pos: 3.5,-63.5 + parent: 2 + - uid: 6033 + components: + - type: Transform + pos: 4.5,-63.5 + parent: 2 + - uid: 6034 + components: + - type: Transform + pos: -1.5,-64.5 + parent: 2 + - uid: 6035 + components: + - type: Transform + pos: 1.5,-63.5 + parent: 2 + - uid: 6037 + components: + - type: Transform + pos: -1.5,-63.5 + parent: 2 + - uid: 6039 + components: + - type: Transform + pos: -1.5,-62.5 + parent: 2 + - uid: 6040 + components: + - type: Transform + pos: -1.5,-61.5 + parent: 2 + - uid: 6042 + components: + - type: Transform + pos: -0.5,-61.5 + parent: 2 + - uid: 6043 + components: + - type: Transform + pos: 0.5,-61.5 + parent: 2 + - uid: 6044 + components: + - type: Transform + pos: 0.5,-64.5 + parent: 2 + - uid: 6045 + components: + - type: Transform + pos: 1.5,-64.5 + parent: 2 + - uid: 6047 + components: + - type: Transform + pos: -2.5,-58.5 + parent: 2 + - uid: 6048 + components: + - type: Transform + pos: -3.5,-58.5 + parent: 2 + - uid: 6049 + components: + - type: Transform + pos: -4.5,-58.5 + parent: 2 + - uid: 6050 + components: + - type: Transform + pos: -5.5,-58.5 + parent: 2 + - uid: 6051 + components: + - type: Transform + pos: -5.5,-57.5 + parent: 2 + - uid: 6053 + components: + - type: Transform + pos: -5.5,-55.5 + parent: 2 + - uid: 6054 + components: + - type: Transform + pos: -5.5,-54.5 + parent: 2 + - uid: 6055 + components: + - type: Transform + pos: -4.5,-54.5 + parent: 2 + - uid: 6056 + components: + - type: Transform + pos: -3.5,-54.5 + parent: 2 + - uid: 6057 + components: + - type: Transform + pos: -2.5,-54.5 + parent: 2 + - uid: 6058 + components: + - type: Transform + pos: -5.5,-63.5 + parent: 2 + - uid: 6059 + components: + - type: Transform + pos: -5.5,-64.5 + parent: 2 + - uid: 6060 + components: + - type: Transform + pos: -5.5,-65.5 + parent: 2 + - uid: 6063 + components: + - type: Transform + pos: -1.5,-71.5 + parent: 2 + - uid: 6064 + components: + - type: Transform + pos: -2.5,-71.5 + parent: 2 + - uid: 6065 + components: + - type: Transform + pos: -3.5,-71.5 + parent: 2 + - uid: 6066 + components: + - type: Transform + pos: -4.5,-71.5 + parent: 2 + - uid: 6067 + components: + - type: Transform + pos: -4.5,-70.5 + parent: 2 + - uid: 6070 + components: + - type: Transform + pos: -4.5,-72.5 + parent: 2 + - uid: 6071 + components: + - type: Transform + pos: -5.5,-71.5 + parent: 2 + - uid: 6072 + components: + - type: Transform + pos: -5.5,-66.5 + parent: 2 + - uid: 6073 + components: + - type: Transform + pos: -5.5,-67.5 + parent: 2 + - uid: 6074 + components: + - type: Transform + pos: -4.5,-67.5 + parent: 2 + - uid: 6075 + components: + - type: Transform + pos: -3.5,-67.5 + parent: 2 + - uid: 6076 + components: + - type: Transform + pos: -2.5,-67.5 + parent: 2 + - uid: 6077 + components: + - type: Transform + pos: -1.5,-67.5 + parent: 2 + - uid: 6078 + components: + - type: Transform + pos: -0.5,-67.5 + parent: 2 + - uid: 6079 + components: + - type: Transform + pos: 0.5,-67.5 + parent: 2 + - uid: 6080 + components: + - type: Transform + pos: 0.5,-68.5 + parent: 2 + - uid: 6081 + components: + - type: Transform + pos: 0.5,-69.5 + parent: 2 + - uid: 6082 + components: + - type: Transform + pos: 0.5,-70.5 + parent: 2 + - uid: 6083 + components: + - type: Transform + pos: 0.5,-71.5 + parent: 2 + - uid: 6084 + components: + - type: Transform + pos: 0.5,-72.5 + parent: 2 + - uid: 6085 + components: + - type: Transform + pos: 0.5,-73.5 + parent: 2 + - uid: 6086 + components: + - type: Transform + pos: 0.5,-74.5 + parent: 2 + - uid: 6087 + components: + - type: Transform + pos: 1.5,-73.5 + parent: 2 + - uid: 6088 + components: + - type: Transform + pos: -0.5,-73.5 + parent: 2 + - uid: 6089 + components: + - type: Transform + pos: -1.5,-73.5 + parent: 2 + - uid: 6090 + components: + - type: Transform + pos: 2.5,-73.5 + parent: 2 + - uid: 6091 + components: + - type: Transform + pos: 1.5,-68.5 + parent: 2 + - uid: 6092 + components: + - type: Transform + pos: 2.5,-68.5 + parent: 2 + - uid: 6093 + components: + - type: Transform + pos: 3.5,-68.5 + parent: 2 + - uid: 6094 + components: + - type: Transform + pos: 4.5,-68.5 + parent: 2 + - uid: 6095 + components: + - type: Transform + pos: 5.5,-68.5 + parent: 2 + - uid: 6096 + components: + - type: Transform + pos: 6.5,-68.5 + parent: 2 + - uid: 6097 + components: + - type: Transform + pos: 6.5,-69.5 + parent: 2 + - uid: 6098 + components: + - type: Transform + pos: 6.5,-70.5 + parent: 2 + - uid: 6099 + components: + - type: Transform + pos: 6.5,-71.5 + parent: 2 + - uid: 6100 + components: + - type: Transform + pos: 5.5,-71.5 + parent: 2 + - uid: 6101 + components: + - type: Transform + pos: 5.5,-72.5 + parent: 2 + - uid: 6102 + components: + - type: Transform + pos: 5.5,-73.5 + parent: 2 + - uid: 6103 + components: + - type: Transform + pos: 6.5,-67.5 + parent: 2 + - uid: 6104 + components: + - type: Transform + pos: 5.5,-63.5 + parent: 2 + - uid: 6105 + components: + - type: Transform + pos: 6.5,-63.5 + parent: 2 + - uid: 6106 + components: + - type: Transform + pos: 6.5,-62.5 + parent: 2 + - uid: 6107 + components: + - type: Transform + pos: 6.5,-61.5 + parent: 2 + - uid: 6108 + components: + - type: Transform + pos: 6.5,-60.5 + parent: 2 + - uid: 6109 + components: + - type: Transform + pos: 6.5,-59.5 + parent: 2 + - uid: 6110 + components: + - type: Transform + pos: 6.5,-58.5 + parent: 2 + - uid: 6111 + components: + - type: Transform + pos: 6.5,-57.5 + parent: 2 + - uid: 6112 + components: + - type: Transform + pos: 5.5,-57.5 + parent: 2 + - uid: 6113 + components: + - type: Transform + pos: 5.5,-56.5 + parent: 2 + - uid: 6114 + components: + - type: Transform + pos: 5.5,-55.5 + parent: 2 + - uid: 6115 + components: + - type: Transform + pos: 5.5,-54.5 + parent: 2 + - uid: 6116 + components: + - type: Transform + pos: 5.5,-53.5 + parent: 2 + - uid: 6117 + components: + - type: Transform + pos: 4.5,-54.5 + parent: 2 + - uid: 6118 + components: + - type: Transform + pos: 3.5,-54.5 + parent: 2 + - uid: 6119 + components: + - type: Transform + pos: 0.5,-78.5 + parent: 2 + - uid: 6120 + components: + - type: Transform + pos: 0.5,-79.5 + parent: 2 + - uid: 6121 + components: + - type: Transform + pos: 0.5,-80.5 + parent: 2 + - uid: 6122 + components: + - type: Transform + pos: 0.5,-81.5 + parent: 2 + - uid: 6123 + components: + - type: Transform + pos: 1.5,-79.5 + parent: 2 + - uid: 6124 + components: + - type: Transform + pos: 2.5,-79.5 + parent: 2 + - uid: 6125 + components: + - type: Transform + pos: -0.5,-79.5 + parent: 2 + - uid: 6126 + components: + - type: Transform + pos: -1.5,-79.5 + parent: 2 + - uid: 6127 + components: + - type: Transform + pos: -4.5,-73.5 + parent: 2 + - uid: 6128 + components: + - type: Transform + pos: -2.5,-72.5 + parent: 2 + - uid: 6163 + components: + - type: Transform + pos: -3.5,-80.5 + parent: 2 + - uid: 6164 + components: + - type: Transform + pos: -3.5,-81.5 + parent: 2 + - uid: 6165 + components: + - type: Transform + pos: -3.5,-82.5 + parent: 2 + - uid: 6166 + components: + - type: Transform + pos: -3.5,-83.5 + parent: 2 + - uid: 6167 + components: + - type: Transform + pos: -3.5,-84.5 + parent: 2 + - uid: 6168 + components: + - type: Transform + pos: -3.5,-85.5 + parent: 2 + - uid: 6169 + components: + - type: Transform + pos: -3.5,-86.5 + parent: 2 + - uid: 6170 + components: + - type: Transform + pos: -4.5,-86.5 + parent: 2 + - uid: 6171 + components: + - type: Transform + pos: -5.5,-86.5 + parent: 2 + - uid: 6172 + components: + - type: Transform + pos: -6.5,-86.5 + parent: 2 + - uid: 6173 + components: + - type: Transform + pos: -7.5,-86.5 + parent: 2 + - uid: 6174 + components: + - type: Transform + pos: -8.5,-86.5 + parent: 2 + - uid: 6175 + components: + - type: Transform + pos: -7.5,-85.5 + parent: 2 + - uid: 6176 + components: + - type: Transform + pos: -7.5,-84.5 + parent: 2 + - uid: 6177 + components: + - type: Transform + pos: -7.5,-87.5 + parent: 2 + - uid: 6178 + components: + - type: Transform + pos: -7.5,-88.5 + parent: 2 + - uid: 6179 + components: + - type: Transform + pos: -5.5,-87.5 + parent: 2 + - uid: 6180 + components: + - type: Transform + pos: -5.5,-88.5 + parent: 2 + - uid: 6181 + components: + - type: Transform + pos: -5.5,-85.5 + parent: 2 + - uid: 6182 + components: + - type: Transform + pos: -5.5,-84.5 + parent: 2 + - uid: 6183 + components: + - type: Transform + pos: -9.5,-86.5 + parent: 2 + - uid: 6184 + components: + - type: Transform + pos: -7.5,-89.5 + parent: 2 + - uid: 6185 + components: + - type: Transform + pos: -7.5,-83.5 + parent: 2 + - uid: 6187 + components: + - type: Transform + pos: 1.5,-219.5 + parent: 2 + - uid: 6189 + components: + - type: Transform + pos: -3.5,-89.5 + parent: 2 + - uid: 6190 + components: + - type: Transform + pos: -3.5,-90.5 + parent: 2 + - uid: 6191 + components: + - type: Transform + pos: -3.5,-91.5 + parent: 2 + - uid: 6192 + components: + - type: Transform + pos: -3.5,-92.5 + parent: 2 + - uid: 6193 + components: + - type: Transform + pos: -3.5,-93.5 + parent: 2 + - uid: 6194 + components: + - type: Transform + pos: 3.5,-97.5 + parent: 2 + - uid: 6196 + components: + - type: Transform + pos: -2.5,-91.5 + parent: 2 + - uid: 6197 + components: + - type: Transform + pos: -4.5,-91.5 + parent: 2 + - uid: 6199 + components: + - type: Transform + pos: -0.5,-84.5 + parent: 2 + - uid: 6200 + components: + - type: Transform + pos: -2.5,-93.5 + parent: 2 + - uid: 6201 + components: + - type: Transform + pos: -4.5,-93.5 + parent: 2 + - uid: 6204 + components: + - type: Transform + pos: -2.5,-86.5 + parent: 2 + - uid: 6206 + components: + - type: Transform + pos: -1.5,-86.5 + parent: 2 + - uid: 6207 + components: + - type: Transform + pos: -0.5,-86.5 + parent: 2 + - uid: 6208 + components: + - type: Transform + pos: -0.5,-85.5 + parent: 2 + - uid: 6209 + components: + - type: Transform + pos: 0.5,-86.5 + parent: 2 + - uid: 6210 + components: + - type: Transform + pos: 1.5,-86.5 + parent: 2 + - uid: 6211 + components: + - type: Transform + pos: 1.5,-87.5 + parent: 2 + - uid: 6212 + components: + - type: Transform + pos: 1.5,-88.5 + parent: 2 + - uid: 6213 + components: + - type: Transform + pos: 1.5,-89.5 + parent: 2 + - uid: 6214 + components: + - type: Transform + pos: 1.5,-90.5 + parent: 2 + - uid: 6215 + components: + - type: Transform + pos: 1.5,-91.5 + parent: 2 + - uid: 6216 + components: + - type: Transform + pos: 1.5,-92.5 + parent: 2 + - uid: 6217 + components: + - type: Transform + pos: 0.5,-92.5 + parent: 2 + - uid: 6218 + components: + - type: Transform + pos: 2.5,-97.5 + parent: 2 + - uid: 6219 + components: + - type: Transform + pos: 1.5,-97.5 + parent: 2 + - uid: 6220 + components: + - type: Transform + pos: 0.5,-97.5 + parent: 2 + - uid: 6221 + components: + - type: Transform + pos: -0.5,-97.5 + parent: 2 + - uid: 6222 + components: + - type: Transform + pos: -1.5,-97.5 + parent: 2 + - uid: 6223 + components: + - type: Transform + pos: -2.5,-97.5 + parent: 2 + - uid: 6224 + components: + - type: Transform + pos: -3.5,-97.5 + parent: 2 + - uid: 6225 + components: + - type: Transform + pos: -4.5,-97.5 + parent: 2 + - uid: 6226 + components: + - type: Transform + pos: -5.5,-97.5 + parent: 2 + - uid: 6227 + components: + - type: Transform + pos: -4.5,-96.5 + parent: 2 + - uid: 6228 + components: + - type: Transform + pos: -2.5,-96.5 + parent: 2 + - uid: 6229 + components: + - type: Transform + pos: -4.5,-99.5 + parent: 2 + - uid: 6230 + components: + - type: Transform + pos: -4.5,-98.5 + parent: 2 + - uid: 6232 + components: + - type: Transform + pos: -2.5,-98.5 + parent: 2 + - uid: 6233 + components: + - type: Transform + pos: 0.5,-96.5 + parent: 2 + - uid: 6234 + components: + - type: Transform + pos: 0.5,-95.5 + parent: 2 + - uid: 6235 + components: + - type: Transform + pos: 2.5,-96.5 + parent: 2 + - uid: 6236 + components: + - type: Transform + pos: 2.5,-95.5 + parent: 2 + - uid: 6237 + components: + - type: Transform + pos: 4.5,-96.5 + parent: 2 + - uid: 6238 + components: + - type: Transform + pos: 4.5,-95.5 + parent: 2 + - uid: 6240 + components: + - type: Transform + pos: 6.5,-96.5 + parent: 2 + - uid: 6241 + components: + - type: Transform + pos: 6.5,-95.5 + parent: 2 + - uid: 6242 + components: + - type: Transform + pos: 6.5,-94.5 + parent: 2 + - uid: 6243 + components: + - type: Transform + pos: 6.5,-93.5 + parent: 2 + - uid: 6244 + components: + - type: Transform + pos: 6.5,-92.5 + parent: 2 + - uid: 6245 + components: + - type: Transform + pos: 6.5,-91.5 + parent: 2 + - uid: 6246 + components: + - type: Transform + pos: 6.5,-90.5 + parent: 2 + - uid: 6247 + components: + - type: Transform + pos: 6.5,-89.5 + parent: 2 + - uid: 6248 + components: + - type: Transform + pos: 6.5,-88.5 + parent: 2 + - uid: 6249 + components: + - type: Transform + pos: 6.5,-87.5 + parent: 2 + - uid: 6250 + components: + - type: Transform + pos: 6.5,-86.5 + parent: 2 + - uid: 6251 + components: + - type: Transform + pos: 6.5,-85.5 + parent: 2 + - uid: 6252 + components: + - type: Transform + pos: 6.5,-84.5 + parent: 2 + - uid: 6253 + components: + - type: Transform + pos: 6.5,-83.5 + parent: 2 + - uid: 6254 + components: + - type: Transform + pos: 6.5,-82.5 + parent: 2 + - uid: 6256 + components: + - type: Transform + pos: 4.5,-94.5 + parent: 2 + - uid: 6257 + components: + - type: Transform + pos: 4.5,-93.5 + parent: 2 + - uid: 6258 + components: + - type: Transform + pos: 4.5,-92.5 + parent: 2 + - uid: 6259 + components: + - type: Transform + pos: 4.5,-91.5 + parent: 2 + - uid: 6260 + components: + - type: Transform + pos: 4.5,-90.5 + parent: 2 + - uid: 6261 + components: + - type: Transform + pos: 4.5,-89.5 + parent: 2 + - uid: 6262 + components: + - type: Transform + pos: 4.5,-88.5 + parent: 2 + - uid: 6263 + components: + - type: Transform + pos: 4.5,-87.5 + parent: 2 + - uid: 6264 + components: + - type: Transform + pos: 4.5,-86.5 + parent: 2 + - uid: 6265 + components: + - type: Transform + pos: 4.5,-85.5 + parent: 2 + - uid: 6266 + components: + - type: Transform + pos: 4.5,-84.5 + parent: 2 + - uid: 6267 + components: + - type: Transform + pos: 4.5,-83.5 + parent: 2 + - uid: 6268 + components: + - type: Transform + pos: 4.5,-82.5 + parent: 2 + - uid: 6269 + components: + - type: Transform + pos: 4.5,-81.5 + parent: 2 + - uid: 6270 + components: + - type: Transform + pos: 6.5,-81.5 + parent: 2 + - uid: 6271 + components: + - type: Transform + pos: 3.5,-81.5 + parent: 2 + - uid: 6272 + components: + - type: Transform + pos: 2.5,-81.5 + parent: 2 + - uid: 6273 + components: + - type: Transform + pos: 1.5,-81.5 + parent: 2 + - uid: 6275 + components: + - type: Transform + pos: 0.5,-100.5 + parent: 2 + - uid: 6276 + components: + - type: Transform + pos: 1.5,-100.5 + parent: 2 + - uid: 6277 + components: + - type: Transform + pos: 2.5,-100.5 + parent: 2 + - uid: 6278 + components: + - type: Transform + pos: -0.5,-100.5 + parent: 2 + - uid: 6279 + components: + - type: Transform + pos: -1.5,-100.5 + parent: 2 + - uid: 6280 + components: + - type: Transform + pos: 0.5,-99.5 + parent: 2 + - uid: 6281 + components: + - type: Transform + pos: 0.5,-101.5 + parent: 2 + - uid: 6282 + components: + - type: Transform + pos: 0.5,-98.5 + parent: 2 + - uid: 6303 + components: + - type: Transform + pos: 5.5,-161.5 + parent: 2 + - uid: 6308 + components: + - type: Transform + pos: -4.5,-114.5 + parent: 2 + - uid: 6309 + components: + - type: Transform + pos: -4.5,-115.5 + parent: 2 + - uid: 6310 + components: + - type: Transform + pos: -4.5,-116.5 + parent: 2 + - uid: 6311 + components: + - type: Transform + pos: -4.5,-117.5 + parent: 2 + - uid: 6312 + components: + - type: Transform + pos: -4.5,-118.5 + parent: 2 + - uid: 6313 + components: + - type: Transform + pos: -4.5,-119.5 + parent: 2 + - uid: 6314 + components: + - type: Transform + pos: -4.5,-120.5 + parent: 2 + - uid: 6315 + components: + - type: Transform + pos: -4.5,-121.5 + parent: 2 + - uid: 6316 + components: + - type: Transform + pos: -4.5,-122.5 + parent: 2 + - uid: 6317 + components: + - type: Transform + pos: -4.5,-123.5 + parent: 2 + - uid: 6318 + components: + - type: Transform + pos: -4.5,-124.5 + parent: 2 + - uid: 6319 + components: + - type: Transform + pos: -4.5,-125.5 + parent: 2 + - uid: 6320 + components: + - type: Transform + pos: -5.5,-125.5 + parent: 2 + - uid: 6321 + components: + - type: Transform + pos: -6.5,-125.5 + parent: 2 + - uid: 6322 + components: + - type: Transform + pos: -7.5,-125.5 + parent: 2 + - uid: 6323 + components: + - type: Transform + pos: -8.5,-125.5 + parent: 2 + - uid: 6324 + components: + - type: Transform + pos: -5.5,-122.5 + parent: 2 + - uid: 6325 + components: + - type: Transform + pos: -6.5,-122.5 + parent: 2 + - uid: 6326 + components: + - type: Transform + pos: -7.5,-122.5 + parent: 2 + - uid: 6327 + components: + - type: Transform + pos: -8.5,-122.5 + parent: 2 + - uid: 6328 + components: + - type: Transform + pos: -5.5,-119.5 + parent: 2 + - uid: 6329 + components: + - type: Transform + pos: -6.5,-119.5 + parent: 2 + - uid: 6330 + components: + - type: Transform + pos: -7.5,-119.5 + parent: 2 + - uid: 6331 + components: + - type: Transform + pos: -8.5,-119.5 + parent: 2 + - uid: 6332 + components: + - type: Transform + pos: -5.5,-116.5 + parent: 2 + - uid: 6333 + components: + - type: Transform + pos: -6.5,-116.5 + parent: 2 + - uid: 6334 + components: + - type: Transform + pos: -7.5,-116.5 + parent: 2 + - uid: 6335 + components: + - type: Transform + pos: -8.5,-116.5 + parent: 2 + - uid: 6336 + components: + - type: Transform + pos: -5.5,-113.5 + parent: 2 + - uid: 6337 + components: + - type: Transform + pos: -6.5,-113.5 + parent: 2 + - uid: 6338 + components: + - type: Transform + pos: -7.5,-113.5 + parent: 2 + - uid: 6339 + components: + - type: Transform + pos: -8.5,-113.5 + parent: 2 + - uid: 6340 + components: + - type: Transform + pos: -5.5,-110.5 + parent: 2 + - uid: 6341 + components: + - type: Transform + pos: -6.5,-110.5 + parent: 2 + - uid: 6342 + components: + - type: Transform + pos: -7.5,-110.5 + parent: 2 + - uid: 6343 + components: + - type: Transform + pos: -7.5,-109.5 + parent: 2 + - uid: 6344 + components: + - type: Transform + pos: -7.5,-108.5 + parent: 2 + - uid: 6345 + components: + - type: Transform + pos: -7.5,-107.5 + parent: 2 + - uid: 6347 + components: + - type: Transform + pos: -6.5,-107.5 + parent: 2 + - uid: 6349 + components: + - type: Transform + pos: -5.5,-107.5 + parent: 2 + - uid: 6350 + components: + - type: Transform + pos: -4.5,-107.5 + parent: 2 + - uid: 6351 + components: + - type: Transform + pos: -4.5,-106.5 + parent: 2 + - uid: 6352 + components: + - type: Transform + pos: -8.5,-110.5 + parent: 2 + - uid: 6353 + components: + - type: Transform + pos: -8.5,-107.5 + parent: 2 + - uid: 6354 + components: + - type: Transform + pos: -3.5,-113.5 + parent: 2 + - uid: 6355 + components: + - type: Transform + pos: -2.5,-113.5 + parent: 2 + - uid: 6356 + components: + - type: Transform + pos: -1.5,-113.5 + parent: 2 + - uid: 6357 + components: + - type: Transform + pos: -0.5,-113.5 + parent: 2 + - uid: 6358 + components: + - type: Transform + pos: -0.5,-114.5 + parent: 2 + - uid: 6360 + components: + - type: Transform + pos: -0.5,-112.5 + parent: 2 + - uid: 6362 + components: + - type: Transform + pos: 0.5,-113.5 + parent: 2 + - uid: 6363 + components: + - type: Transform + pos: 1.5,-115.5 + parent: 2 + - uid: 6364 + components: + - type: Transform + pos: 1.5,-116.5 + parent: 2 + - uid: 6365 + components: + - type: Transform + pos: 0.5,-116.5 + parent: 2 + - uid: 6366 + components: + - type: Transform + pos: -0.5,-116.5 + parent: 2 + - uid: 6367 + components: + - type: Transform + pos: 0.5,-117.5 + parent: 2 + - uid: 6368 + components: + - type: Transform + pos: 0.5,-118.5 + parent: 2 + - uid: 6369 + components: + - type: Transform + pos: 0.5,-119.5 + parent: 2 + - uid: 6370 + components: + - type: Transform + pos: 0.5,-120.5 + parent: 2 + - uid: 6371 + components: + - type: Transform + pos: -0.5,-119.5 + parent: 2 + - uid: 6372 + components: + - type: Transform + pos: 1.5,-119.5 + parent: 2 + - uid: 6373 + components: + - type: Transform + pos: 0.5,-121.5 + parent: 2 + - uid: 6374 + components: + - type: Transform + pos: -1.5,-119.5 + parent: 2 + - uid: 6375 + components: + - type: Transform + pos: 2.5,-119.5 + parent: 2 + - uid: 6376 + components: + - type: Transform + pos: -3.5,-125.5 + parent: 2 + - uid: 6377 + components: + - type: Transform + pos: -2.5,-125.5 + parent: 2 + - uid: 6378 + components: + - type: Transform + pos: 0.5,-125.5 + parent: 2 + - uid: 6379 + components: + - type: Transform + pos: 1.5,-125.5 + parent: 2 + - uid: 6380 + components: + - type: Transform + pos: 2.5,-125.5 + parent: 2 + - uid: 6381 + components: + - type: Transform + pos: 3.5,-125.5 + parent: 2 + - uid: 6382 + components: + - type: Transform + pos: 4.5,-125.5 + parent: 2 + - uid: 6383 + components: + - type: Transform + pos: 5.5,-125.5 + parent: 2 + - uid: 6384 + components: + - type: Transform + pos: 6.5,-125.5 + parent: 2 + - uid: 6385 + components: + - type: Transform + pos: 5.5,-112.5 + parent: 2 + - uid: 6386 + components: + - type: Transform + pos: 5.5,-113.5 + parent: 2 + - uid: 6387 + components: + - type: Transform + pos: 5.5,-114.5 + parent: 2 + - uid: 6388 + components: + - type: Transform + pos: 5.5,-115.5 + parent: 2 + - uid: 6391 + components: + - type: Transform + pos: 5.5,-117.5 + parent: 2 + - uid: 6395 + components: + - type: Transform + pos: 8.5,-118.5 + parent: 2 + - uid: 6396 + components: + - type: Transform + pos: 8.5,-116.5 + parent: 2 + - uid: 6398 + components: + - type: Transform + pos: 6.5,-114.5 + parent: 2 + - uid: 6399 + components: + - type: Transform + pos: 7.5,-114.5 + parent: 2 + - uid: 6400 + components: + - type: Transform + pos: 8.5,-114.5 + parent: 2 + - uid: 6401 + components: + - type: Transform + pos: 3.5,-113.5 + parent: 2 + - uid: 6402 + components: + - type: Transform + pos: 3.5,-112.5 + parent: 2 + - uid: 6403 + components: + - type: Transform + pos: 3.5,-111.5 + parent: 2 + - uid: 6404 + components: + - type: Transform + pos: 3.5,-110.5 + parent: 2 + - uid: 6405 + components: + - type: Transform + pos: 3.5,-109.5 + parent: 2 + - uid: 6406 + components: + - type: Transform + pos: 3.5,-108.5 + parent: 2 + - uid: 6407 + components: + - type: Transform + pos: 4.5,-108.5 + parent: 2 + - uid: 6408 + components: + - type: Transform + pos: 5.5,-108.5 + parent: 2 + - uid: 6409 + components: + - type: Transform + pos: 5.5,-107.5 + parent: 2 + - uid: 6410 + components: + - type: Transform + pos: -4.5,-136.5 + parent: 2 + - uid: 6411 + components: + - type: Transform + pos: 0.5,-105.5 + parent: 2 + - uid: 6412 + components: + - type: Transform + pos: 0.5,-106.5 + parent: 2 + - uid: 6413 + components: + - type: Transform + pos: 1.5,-106.5 + parent: 2 + - uid: 6414 + components: + - type: Transform + pos: 2.5,-106.5 + parent: 2 + - uid: 6415 + components: + - type: Transform + pos: -0.5,-106.5 + parent: 2 + - uid: 6416 + components: + - type: Transform + pos: -1.5,-106.5 + parent: 2 + - uid: 6417 + components: + - type: Transform + pos: 0.5,-107.5 + parent: 2 + - uid: 6418 + components: + - type: Transform + pos: 0.5,-108.5 + parent: 2 + - uid: 6419 + components: + - type: Transform + pos: 0.5,-109.5 + parent: 2 + - uid: 6420 + components: + - type: Transform + pos: -0.5,-109.5 + parent: 2 + - uid: 6421 + components: + - type: Transform + pos: -1.5,-109.5 + parent: 2 + - uid: 6422 + components: + - type: Transform + pos: -2.5,-124.5 + parent: 2 + - uid: 6423 + components: + - type: Transform + pos: 2.5,-124.5 + parent: 2 + - uid: 6424 + components: + - type: Transform + pos: 5.5,-124.5 + parent: 2 + - uid: 6425 + components: + - type: Transform + pos: 5.5,-123.5 + parent: 2 + - uid: 6426 + components: + - type: Transform + pos: 5.5,-122.5 + parent: 2 + - uid: 6427 + components: + - type: Transform + pos: 5.5,-121.5 + parent: 2 + - uid: 6428 + components: + - type: Transform + pos: 5.5,-120.5 + parent: 2 + - uid: 6429 + components: + - type: Transform + pos: 0.5,-126.5 + parent: 2 + - uid: 6430 + components: + - type: Transform + pos: 0.5,-127.5 + parent: 2 + - uid: 6431 + components: + - type: Transform + pos: -0.5,-127.5 + parent: 2 + - uid: 6432 + components: + - type: Transform + pos: -1.5,-127.5 + parent: 2 + - uid: 6433 + components: + - type: Transform + pos: 1.5,-127.5 + parent: 2 + - uid: 6434 + components: + - type: Transform + pos: 2.5,-127.5 + parent: 2 + - uid: 6435 + components: + - type: Transform + pos: 0.5,-128.5 + parent: 2 + - uid: 6436 + components: + - type: Transform + pos: 0.5,-132.5 + parent: 2 + - uid: 6437 + components: + - type: Transform + pos: 0.5,-133.5 + parent: 2 + - uid: 6438 + components: + - type: Transform + pos: 0.5,-134.5 + parent: 2 + - uid: 6439 + components: + - type: Transform + pos: 0.5,-135.5 + parent: 2 + - uid: 6440 + components: + - type: Transform + pos: 1.5,-133.5 + parent: 2 + - uid: 6441 + components: + - type: Transform + pos: 2.5,-133.5 + parent: 2 + - uid: 6442 + components: + - type: Transform + pos: -0.5,-133.5 + parent: 2 + - uid: 6443 + components: + - type: Transform + pos: -1.5,-133.5 + parent: 2 + - uid: 6494 + components: + - type: Transform + pos: -3.5,-134.5 + parent: 2 + - uid: 6495 + components: + - type: Transform + pos: -3.5,-135.5 + parent: 2 + - uid: 6496 + components: + - type: Transform + pos: -3.5,-136.5 + parent: 2 + - uid: 6497 + components: + - type: Transform + pos: -5.5,-136.5 + parent: 2 + - uid: 6498 + components: + - type: Transform + pos: -2.5,-136.5 + parent: 2 + - uid: 6499 + components: + - type: Transform + pos: 0.5,-151.5 + parent: 2 + - uid: 6500 + components: + - type: Transform + pos: -4.5,-137.5 + parent: 2 + - uid: 6501 + components: + - type: Transform + pos: -4.5,-138.5 + parent: 2 + - uid: 6502 + components: + - type: Transform + pos: -4.5,-139.5 + parent: 2 + - uid: 6503 + components: + - type: Transform + pos: -4.5,-140.5 + parent: 2 + - uid: 6504 + components: + - type: Transform + pos: -4.5,-141.5 + parent: 2 + - uid: 6505 + components: + - type: Transform + pos: -4.5,-142.5 + parent: 2 + - uid: 6506 + components: + - type: Transform + pos: -4.5,-143.5 + parent: 2 + - uid: 6507 + components: + - type: Transform + pos: -4.5,-144.5 + parent: 2 + - uid: 6508 + components: + - type: Transform + pos: -3.5,-144.5 + parent: 2 + - uid: 6510 + components: + - type: Transform + pos: -3.5,-145.5 + parent: 2 + - uid: 6512 + components: + - type: Transform + pos: -3.5,-146.5 + parent: 2 + - uid: 6513 + components: + - type: Transform + pos: -4.5,-146.5 + parent: 2 + - uid: 6514 + components: + - type: Transform + pos: -4.5,-147.5 + parent: 2 + - uid: 6515 + components: + - type: Transform + pos: -4.5,-148.5 + parent: 2 + - uid: 6516 + components: + - type: Transform + pos: -5.5,-139.5 + parent: 2 + - uid: 6517 + components: + - type: Transform + pos: -3.5,-148.5 + parent: 2 + - uid: 6519 + components: + - type: Transform + pos: -5.5,-141.5 + parent: 2 + - uid: 6520 + components: + - type: Transform + pos: -6.5,-141.5 + parent: 2 + - uid: 6521 + components: + - type: Transform + pos: -6.5,-139.5 + parent: 2 + - uid: 6522 + components: + - type: Transform + pos: -3.5,-139.5 + parent: 2 + - uid: 6523 + components: + - type: Transform + pos: -2.5,-139.5 + parent: 2 + - uid: 6524 + components: + - type: Transform + pos: -3.5,-141.5 + parent: 2 + - uid: 6525 + components: + - type: Transform + pos: -2.5,-141.5 + parent: 2 + - uid: 6526 + components: + - type: Transform + pos: -1.5,-141.5 + parent: 2 + - uid: 6527 + components: + - type: Transform + pos: -1.5,-139.5 + parent: 2 + - uid: 6528 + components: + - type: Transform + pos: -0.5,-139.5 + parent: 2 + - uid: 6529 + components: + - type: Transform + pos: 0.5,-139.5 + parent: 2 + - uid: 6530 + components: + - type: Transform + pos: 0.5,-138.5 + parent: 2 + - uid: 6531 + components: + - type: Transform + pos: 0.5,-137.5 + parent: 2 + - uid: 6532 + components: + - type: Transform + pos: 0.5,-136.5 + parent: 2 + - uid: 6533 + components: + - type: Transform + pos: 6.5,-137.5 + parent: 2 + - uid: 6534 + components: + - type: Transform + pos: 6.5,-138.5 + parent: 2 + - uid: 6535 + components: + - type: Transform + pos: 5.5,-138.5 + parent: 2 + - uid: 6536 + components: + - type: Transform + pos: 4.5,-138.5 + parent: 2 + - uid: 6537 + components: + - type: Transform + pos: 3.5,-138.5 + parent: 2 + - uid: 6538 + components: + - type: Transform + pos: 4.5,-139.5 + parent: 2 + - uid: 6539 + components: + - type: Transform + pos: 4.5,-140.5 + parent: 2 + - uid: 6540 + components: + - type: Transform + pos: 4.5,-141.5 + parent: 2 + - uid: 6541 + components: + - type: Transform + pos: 4.5,-142.5 + parent: 2 + - uid: 6542 + components: + - type: Transform + pos: 4.5,-143.5 + parent: 2 + - uid: 6543 + components: + - type: Transform + pos: 4.5,-144.5 + parent: 2 + - uid: 6544 + components: + - type: Transform + pos: 4.5,-145.5 + parent: 2 + - uid: 6545 + components: + - type: Transform + pos: 4.5,-146.5 + parent: 2 + - uid: 6546 + components: + - type: Transform + pos: 4.5,-147.5 + parent: 2 + - uid: 6547 + components: + - type: Transform + pos: 6.5,-143.5 + parent: 2 + - uid: 6548 + components: + - type: Transform + pos: 3.5,-143.5 + parent: 2 + - uid: 6550 + components: + - type: Transform + pos: 2.5,-143.5 + parent: 2 + - uid: 6554 + components: + - type: Transform + pos: 8.5,-138.5 + parent: 2 + - uid: 6555 + components: + - type: Transform + pos: 8.5,-139.5 + parent: 2 + - uid: 6556 + components: + - type: Transform + pos: 8.5,-140.5 + parent: 2 + - uid: 6557 + components: + - type: Transform + pos: 8.5,-141.5 + parent: 2 + - uid: 6558 + components: + - type: Transform + pos: 8.5,-142.5 + parent: 2 + - uid: 6559 + components: + - type: Transform + pos: 8.5,-143.5 + parent: 2 + - uid: 6560 + components: + - type: Transform + pos: 8.5,-144.5 + parent: 2 + - uid: 6561 + components: + - type: Transform + pos: 8.5,-145.5 + parent: 2 + - uid: 6562 + components: + - type: Transform + pos: 8.5,-146.5 + parent: 2 + - uid: 6563 + components: + - type: Transform + pos: 8.5,-147.5 + parent: 2 + - uid: 6564 + components: + - type: Transform + pos: 8.5,-148.5 + parent: 2 + - uid: 6565 + components: + - type: Transform + pos: 8.5,-149.5 + parent: 2 + - uid: 6566 + components: + - type: Transform + pos: 8.5,-150.5 + parent: 2 + - uid: 6567 + components: + - type: Transform + pos: 8.5,-151.5 + parent: 2 + - uid: 6568 + components: + - type: Transform + pos: 7.5,-151.5 + parent: 2 + - uid: 6569 + components: + - type: Transform + pos: 7.5,-152.5 + parent: 2 + - uid: 6571 + components: + - type: Transform + pos: 6.5,-151.5 + parent: 2 + - uid: 6572 + components: + - type: Transform + pos: 5.5,-151.5 + parent: 2 + - uid: 6574 + components: + - type: Transform + pos: 5.5,-152.5 + parent: 2 + - uid: 6575 + components: + - type: Transform + pos: 5.5,-153.5 + parent: 2 + - uid: 6576 + components: + - type: Transform + pos: 4.5,-152.5 + parent: 2 + - uid: 6577 + components: + - type: Transform + pos: 5.5,-154.5 + parent: 2 + - uid: 6578 + components: + - type: Transform + pos: 3.5,-152.5 + parent: 2 + - uid: 6579 + components: + - type: Transform + pos: 2.5,-152.5 + parent: 2 + - uid: 6580 + components: + - type: Transform + pos: 1.5,-152.5 + parent: 2 + - uid: 6581 + components: + - type: Transform + pos: 0.5,-152.5 + parent: 2 + - uid: 6582 + components: + - type: Transform + pos: 0.5,-153.5 + parent: 2 + - uid: 6583 + components: + - type: Transform + pos: 0.5,-154.5 + parent: 2 + - uid: 6584 + components: + - type: Transform + pos: 0.5,-155.5 + parent: 2 + - uid: 6585 + components: + - type: Transform + pos: 1.5,-154.5 + parent: 2 + - uid: 6586 + components: + - type: Transform + pos: -0.5,-154.5 + parent: 2 + - uid: 6587 + components: + - type: Transform + pos: -1.5,-154.5 + parent: 2 + - uid: 6588 + components: + - type: Transform + pos: 2.5,-154.5 + parent: 2 + - uid: 6590 + components: + - type: Transform + pos: -0.5,-151.5 + parent: 2 + - uid: 6591 + components: + - type: Transform + pos: -1.5,-151.5 + parent: 2 + - uid: 6592 + components: + - type: Transform + pos: -2.5,-151.5 + parent: 2 + - uid: 6593 + components: + - type: Transform + pos: -3.5,-151.5 + parent: 2 + - uid: 6594 + components: + - type: Transform + pos: -4.5,-151.5 + parent: 2 + - uid: 6595 + components: + - type: Transform + pos: -4.5,-152.5 + parent: 2 + - uid: 6596 + components: + - type: Transform + pos: -4.5,-153.5 + parent: 2 + - uid: 6597 + components: + - type: Transform + pos: -4.5,-154.5 + parent: 2 + - uid: 6598 + components: + - type: Transform + pos: -4.5,-150.5 + parent: 2 + - uid: 6599 + components: + - type: Transform + pos: -5.5,-150.5 + parent: 2 + - uid: 6600 + components: + - type: Transform + pos: -5.5,-152.5 + parent: 2 + - uid: 6601 + components: + - type: Transform + pos: -6.5,-152.5 + parent: 2 + - uid: 6602 + components: + - type: Transform + pos: -6.5,-150.5 + parent: 2 + - uid: 6603 + components: + - type: Transform + pos: -0.5,-141.5 + parent: 2 + - uid: 6604 + components: + - type: Transform + pos: 0.5,-141.5 + parent: 2 + - uid: 6605 + components: + - type: Transform + pos: 0.5,-142.5 + parent: 2 + - uid: 6606 + components: + - type: Transform + pos: 0.5,-143.5 + parent: 2 + - uid: 6607 + components: + - type: Transform + pos: 0.5,-144.5 + parent: 2 + - uid: 6608 + components: + - type: Transform + pos: 0.5,-145.5 + parent: 2 + - uid: 6609 + components: + - type: Transform + pos: 0.5,-146.5 + parent: 2 + - uid: 6610 + components: + - type: Transform + pos: 0.5,-147.5 + parent: 2 + - uid: 6611 + components: + - type: Transform + pos: 0.5,-148.5 + parent: 2 + - uid: 6617 + components: + - type: Transform + pos: 4.5,-30.5 + parent: 2 + - uid: 6633 + components: + - type: Transform + pos: -3.5,-220.5 + parent: 2 + - uid: 6634 + components: + - type: Transform + pos: -3.5,-221.5 + parent: 2 + - uid: 6635 + components: + - type: Transform + pos: 2.5,-219.5 + parent: 2 + - uid: 6648 + components: + - type: Transform + pos: 17.5,-242.5 + parent: 2 + - uid: 6649 + components: + - type: Transform + pos: 17.5,-241.5 + parent: 2 + - uid: 6655 + components: + - type: Transform + pos: 10.5,-243.5 + parent: 2 + - uid: 6656 + components: + - type: Transform + pos: 11.5,-243.5 + parent: 2 + - uid: 6658 + components: + - type: Transform + pos: 17.5,-248.5 + parent: 2 + - uid: 6672 + components: + - type: Transform + pos: -11.5,-167.5 + parent: 2 + - uid: 6711 + components: + - type: Transform + pos: -8.5,-162.5 + parent: 2 + - uid: 6713 + components: + - type: Transform + pos: -12.5,-162.5 + parent: 2 + - uid: 6746 + components: + - type: Transform + pos: -9.5,-162.5 + parent: 2 + - uid: 6747 + components: + - type: Transform + pos: -10.5,-162.5 + parent: 2 + - uid: 6861 + components: + - type: Transform + pos: 5.5,-105.5 + parent: 2 + - uid: 6874 + components: + - type: Transform + pos: -5.5,-308.5 + parent: 2 + - uid: 6875 + components: + - type: Transform + pos: -6.5,-308.5 + parent: 2 + - uid: 6943 + components: + - type: Transform + pos: 2.5,-164.5 + parent: 2 + - uid: 6944 + components: + - type: Transform + pos: 1.5,-164.5 + parent: 2 + - uid: 6945 + components: + - type: Transform + pos: 1.5,-163.5 + parent: 2 + - uid: 6946 + components: + - type: Transform + pos: 1.5,-162.5 + parent: 2 + - uid: 6947 + components: + - type: Transform + pos: 2.5,-162.5 + parent: 2 + - uid: 6948 + components: + - type: Transform + pos: 3.5,-162.5 + parent: 2 + - uid: 6949 + components: + - type: Transform + pos: 4.5,-162.5 + parent: 2 + - uid: 6950 + components: + - type: Transform + pos: 5.5,-162.5 + parent: 2 + - uid: 6951 + components: + - type: Transform + pos: 6.5,-162.5 + parent: 2 + - uid: 6952 + components: + - type: Transform + pos: 6.5,-163.5 + parent: 2 + - uid: 6954 + components: + - type: Transform + pos: -0.5,-163.5 + parent: 2 + - uid: 6955 + components: + - type: Transform + pos: -1.5,-163.5 + parent: 2 + - uid: 6956 + components: + - type: Transform + pos: -2.5,-163.5 + parent: 2 + - uid: 6957 + components: + - type: Transform + pos: -3.5,-163.5 + parent: 2 + - uid: 6958 + components: + - type: Transform + pos: -4.5,-163.5 + parent: 2 + - uid: 6959 + components: + - type: Transform + pos: -5.5,-163.5 + parent: 2 + - uid: 6965 + components: + - type: Transform + pos: -6.5,-168.5 + parent: 2 + - uid: 6966 + components: + - type: Transform + pos: -6.5,-169.5 + parent: 2 + - uid: 6967 + components: + - type: Transform + pos: -0.5,-176.5 + parent: 2 + - uid: 6968 + components: + - type: Transform + pos: 0.5,-176.5 + parent: 2 + - uid: 6969 + components: + - type: Transform + pos: 0.5,-175.5 + parent: 2 + - uid: 6970 + components: + - type: Transform + pos: 0.5,-174.5 + parent: 2 + - uid: 6971 + components: + - type: Transform + pos: 0.5,-177.5 + parent: 2 + - uid: 6972 + components: + - type: Transform + pos: -1.5,-174.5 + parent: 2 + - uid: 6973 + components: + - type: Transform + pos: -1.5,-173.5 + parent: 2 + - uid: 6974 + components: + - type: Transform + pos: -2.5,-173.5 + parent: 2 + - uid: 6975 + components: + - type: Transform + pos: -3.5,-173.5 + parent: 2 + - uid: 6976 + components: + - type: Transform + pos: -4.5,-173.5 + parent: 2 + - uid: 6977 + components: + - type: Transform + pos: -1.5,-175.5 + parent: 2 + - uid: 6978 + components: + - type: Transform + pos: -1.5,-176.5 + parent: 2 + - uid: 6979 + components: + - type: Transform + pos: -2.5,-176.5 + parent: 2 + - uid: 6980 + components: + - type: Transform + pos: -3.5,-176.5 + parent: 2 + - uid: 6981 + components: + - type: Transform + pos: -4.5,-176.5 + parent: 2 + - uid: 6982 + components: + - type: Transform + pos: 0.5,-178.5 + parent: 2 + - uid: 6983 + components: + - type: Transform + pos: 0.5,-179.5 + parent: 2 + - uid: 6984 + components: + - type: Transform + pos: 0.5,-180.5 + parent: 2 + - uid: 6985 + components: + - type: Transform + pos: 0.5,-181.5 + parent: 2 + - uid: 6986 + components: + - type: Transform + pos: 0.5,-182.5 + parent: 2 + - uid: 6987 + components: + - type: Transform + pos: -4.5,-179.5 + parent: 2 + - uid: 6988 + components: + - type: Transform + pos: -4.5,-180.5 + parent: 2 + - uid: 6989 + components: + - type: Transform + pos: -5.5,-179.5 + parent: 2 + - uid: 6990 + components: + - type: Transform + pos: -6.5,-179.5 + parent: 2 + - uid: 6991 + components: + - type: Transform + pos: -6.5,-178.5 + parent: 2 + - uid: 6992 + components: + - type: Transform + pos: -6.5,-177.5 + parent: 2 + - uid: 6993 + components: + - type: Transform + pos: -6.5,-176.5 + parent: 2 + - uid: 6994 + components: + - type: Transform + pos: -6.5,-175.5 + parent: 2 + - uid: 6995 + components: + - type: Transform + pos: -6.5,-174.5 + parent: 2 + - uid: 6996 + components: + - type: Transform + pos: 0.5,-165.5 + parent: 2 + - uid: 6997 + components: + - type: Transform + pos: 1.5,-165.5 + parent: 2 + - uid: 6998 + components: + - type: Transform + pos: -0.5,-165.5 + parent: 2 + - uid: 6999 + components: + - type: Transform + pos: -1.5,-165.5 + parent: 2 + - uid: 7000 + components: + - type: Transform + pos: -2.5,-165.5 + parent: 2 + - uid: 7003 + components: + - type: Transform + pos: 1.5,-166.5 + parent: 2 + - uid: 7004 + components: + - type: Transform + pos: 1.5,-167.5 + parent: 2 + - uid: 7005 + components: + - type: Transform + pos: 1.5,-168.5 + parent: 2 + - uid: 7006 + components: + - type: Transform + pos: 1.5,-169.5 + parent: 2 + - uid: 7007 + components: + - type: Transform + pos: 0.5,-169.5 + parent: 2 + - uid: 7008 + components: + - type: Transform + pos: -0.5,-169.5 + parent: 2 + - uid: 7009 + components: + - type: Transform + pos: -1.5,-169.5 + parent: 2 + - uid: 7010 + components: + - type: Transform + pos: -2.5,-169.5 + parent: 2 + - uid: 7011 + components: + - type: Transform + pos: -3.5,-169.5 + parent: 2 + - uid: 7012 + components: + - type: Transform + pos: 2.5,-167.5 + parent: 2 + - uid: 7013 + components: + - type: Transform + pos: 3.5,-167.5 + parent: 2 + - uid: 7014 + components: + - type: Transform + pos: 3.5,-168.5 + parent: 2 + - uid: 7015 + components: + - type: Transform + pos: 4.5,-168.5 + parent: 2 + - uid: 7016 + components: + - type: Transform + pos: 5.5,-168.5 + parent: 2 + - uid: 7017 + components: + - type: Transform + pos: 6.5,-168.5 + parent: 2 + - uid: 7018 + components: + - type: Transform + pos: 6.5,-166.5 + parent: 2 + - uid: 7019 + components: + - type: Transform + pos: 6.5,-167.5 + parent: 2 + - uid: 7020 + components: + - type: Transform + pos: 5.5,-166.5 + parent: 2 + - uid: 7021 + components: + - type: Transform + pos: 4.5,-166.5 + parent: 2 + - uid: 7022 + components: + - type: Transform + pos: 3.5,-166.5 + parent: 2 + - uid: 7023 + components: + - type: Transform + pos: 0.5,-173.5 + parent: 2 + - uid: 7024 + components: + - type: Transform + pos: 0.5,-172.5 + parent: 2 + - uid: 7025 + components: + - type: Transform + pos: 0.5,-171.5 + parent: 2 + - uid: 7026 + components: + - type: Transform + pos: 1.5,-175.5 + parent: 2 + - uid: 7027 + components: + - type: Transform + pos: 2.5,-175.5 + parent: 2 + - uid: 7028 + components: + - type: Transform + pos: 3.5,-175.5 + parent: 2 + - uid: 7029 + components: + - type: Transform + pos: 4.5,-175.5 + parent: 2 + - uid: 7030 + components: + - type: Transform + pos: 5.5,-175.5 + parent: 2 + - uid: 7031 + components: + - type: Transform + pos: 6.5,-175.5 + parent: 2 + - uid: 7032 + components: + - type: Transform + pos: 7.5,-175.5 + parent: 2 + - uid: 7033 + components: + - type: Transform + pos: 7.5,-174.5 + parent: 2 + - uid: 7034 + components: + - type: Transform + pos: 7.5,-173.5 + parent: 2 + - uid: 7035 + components: + - type: Transform + pos: 7.5,-172.5 + parent: 2 + - uid: 7036 + components: + - type: Transform + pos: 6.5,-172.5 + parent: 2 + - uid: 7037 + components: + - type: Transform + pos: 5.5,-172.5 + parent: 2 + - uid: 7038 + components: + - type: Transform + pos: 4.5,-172.5 + parent: 2 + - uid: 7039 + components: + - type: Transform + pos: 4.5,-173.5 + parent: 2 + - uid: 7040 + components: + - type: Transform + pos: 4.5,-174.5 + parent: 2 + - uid: 7041 + components: + - type: Transform + pos: 7.5,-176.5 + parent: 2 + - uid: 7042 + components: + - type: Transform + pos: 7.5,-177.5 + parent: 2 + - uid: 7043 + components: + - type: Transform + pos: 7.5,-178.5 + parent: 2 + - uid: 7044 + components: + - type: Transform + pos: 5.5,-176.5 + parent: 2 + - uid: 7045 + components: + - type: Transform + pos: 5.5,-177.5 + parent: 2 + - uid: 7046 + components: + - type: Transform + pos: 5.5,-178.5 + parent: 2 + - uid: 7047 + components: + - type: Transform + pos: 5.5,-179.5 + parent: 2 + - uid: 7048 + components: + - type: Transform + pos: 4.5,-179.5 + parent: 2 + - uid: 7049 + components: + - type: Transform + pos: -4.5,-162.5 + parent: 2 + - uid: 7050 + components: + - type: Transform + pos: -4.5,-161.5 + parent: 2 + - uid: 7051 + components: + - type: Transform + pos: 0.5,-162.5 + parent: 2 + - uid: 7052 + components: + - type: Transform + pos: 0.5,-161.5 + parent: 2 + - uid: 7053 + components: + - type: Transform + pos: 0.5,-160.5 + parent: 2 + - uid: 7054 + components: + - type: Transform + pos: 0.5,-159.5 + parent: 2 + - uid: 7055 + components: + - type: Transform + pos: -4.5,-181.5 + parent: 2 + - uid: 7057 + components: + - type: Transform + pos: 7.5,-179.5 + parent: 2 + - uid: 7058 + components: + - type: Transform + pos: 6.5,-169.5 + parent: 2 + - uid: 7059 + components: + - type: Transform + pos: 6.5,-165.5 + parent: 2 + - uid: 7091 + components: + - type: Transform + pos: 4.5,-188.5 + parent: 2 + - uid: 7092 + components: + - type: Transform + pos: 4.5,-189.5 + parent: 2 + - uid: 7093 + components: + - type: Transform + pos: 3.5,-189.5 + parent: 2 + - uid: 7094 + components: + - type: Transform + pos: 2.5,-189.5 + parent: 2 + - uid: 7095 + components: + - type: Transform + pos: 1.5,-189.5 + parent: 2 + - uid: 7096 + components: + - type: Transform + pos: 0.5,-189.5 + parent: 2 + - uid: 7097 + components: + - type: Transform + pos: -0.5,-189.5 + parent: 2 + - uid: 7098 + components: + - type: Transform + pos: -1.5,-189.5 + parent: 2 + - uid: 7099 + components: + - type: Transform + pos: -2.5,-189.5 + parent: 2 + - uid: 7100 + components: + - type: Transform + pos: -2.5,-188.5 + parent: 2 + - uid: 7101 + components: + - type: Transform + pos: -2.5,-187.5 + parent: 2 + - uid: 7102 + components: + - type: Transform + pos: 3.5,-188.5 + parent: 2 + - uid: 7103 + components: + - type: Transform + pos: 3.5,-187.5 + parent: 2 + - uid: 7104 + components: + - type: Transform + pos: 5.5,-189.5 + parent: 2 + - uid: 7105 + components: + - type: Transform + pos: 6.5,-189.5 + parent: 2 + - uid: 7106 + components: + - type: Transform + pos: 6.5,-190.5 + parent: 2 + - uid: 7107 + components: + - type: Transform + pos: 6.5,-191.5 + parent: 2 + - uid: 7108 + components: + - type: Transform + pos: 6.5,-192.5 + parent: 2 + - uid: 7109 + components: + - type: Transform + pos: 6.5,-193.5 + parent: 2 + - uid: 7110 + components: + - type: Transform + pos: 6.5,-194.5 + parent: 2 + - uid: 7111 + components: + - type: Transform + pos: 6.5,-195.5 + parent: 2 + - uid: 7112 + components: + - type: Transform + pos: 6.5,-196.5 + parent: 2 + - uid: 7113 + components: + - type: Transform + pos: 6.5,-197.5 + parent: 2 + - uid: 7114 + components: + - type: Transform + pos: 6.5,-198.5 + parent: 2 + - uid: 7115 + components: + - type: Transform + pos: 6.5,-199.5 + parent: 2 + - uid: 7116 + components: + - type: Transform + pos: 6.5,-200.5 + parent: 2 + - uid: 7117 + components: + - type: Transform + pos: 6.5,-201.5 + parent: 2 + - uid: 7118 + components: + - type: Transform + pos: 6.5,-202.5 + parent: 2 + - uid: 7119 + components: + - type: Transform + pos: 6.5,-203.5 + parent: 2 + - uid: 7120 + components: + - type: Transform + pos: 6.5,-204.5 + parent: 2 + - uid: 7121 + components: + - type: Transform + pos: 6.5,-205.5 + parent: 2 + - uid: 7122 + components: + - type: Transform + pos: 6.5,-206.5 + parent: 2 + - uid: 7123 + components: + - type: Transform + pos: 5.5,-206.5 + parent: 2 + - uid: 7124 + components: + - type: Transform + pos: 4.5,-206.5 + parent: 2 + - uid: 7125 + components: + - type: Transform + pos: 3.5,-206.5 + parent: 2 + - uid: 7126 + components: + - type: Transform + pos: 2.5,-206.5 + parent: 2 + - uid: 7127 + components: + - type: Transform + pos: 1.5,-206.5 + parent: 2 + - uid: 7128 + components: + - type: Transform + pos: 0.5,-206.5 + parent: 2 + - uid: 7129 + components: + - type: Transform + pos: 0.5,-207.5 + parent: 2 + - uid: 7130 + components: + - type: Transform + pos: 0.5,-208.5 + parent: 2 + - uid: 7131 + components: + - type: Transform + pos: 0.5,-209.5 + parent: 2 + - uid: 7132 + components: + - type: Transform + pos: 5.5,-198.5 + parent: 2 + - uid: 7133 + components: + - type: Transform + pos: 4.5,-198.5 + parent: 2 + - uid: 7134 + components: + - type: Transform + pos: 3.5,-198.5 + parent: 2 + - uid: 7135 + components: + - type: Transform + pos: 2.5,-198.5 + parent: 2 + - uid: 7136 + components: + - type: Transform + pos: 2.5,-197.5 + parent: 2 + - uid: 7137 + components: + - type: Transform + pos: 2.5,-196.5 + parent: 2 + - uid: 7138 + components: + - type: Transform + pos: 2.5,-195.5 + parent: 2 + - uid: 7139 + components: + - type: Transform + pos: 2.5,-194.5 + parent: 2 + - uid: 7140 + components: + - type: Transform + pos: 2.5,-193.5 + parent: 2 + - uid: 7141 + components: + - type: Transform + pos: 1.5,-193.5 + parent: 2 + - uid: 7142 + components: + - type: Transform + pos: 0.5,-193.5 + parent: 2 + - uid: 7143 + components: + - type: Transform + pos: 2.5,-199.5 + parent: 2 + - uid: 7144 + components: + - type: Transform + pos: 2.5,-200.5 + parent: 2 + - uid: 7145 + components: + - type: Transform + pos: 2.5,-201.5 + parent: 2 + - uid: 7146 + components: + - type: Transform + pos: 2.5,-202.5 + parent: 2 + - uid: 7147 + components: + - type: Transform + pos: 1.5,-202.5 + parent: 2 + - uid: 7148 + components: + - type: Transform + pos: 0.5,-202.5 + parent: 2 + - uid: 7149 + components: + - type: Transform + pos: 0.5,-201.5 + parent: 2 + - uid: 7150 + components: + - type: Transform + pos: 0.5,-200.5 + parent: 2 + - uid: 7151 + components: + - type: Transform + pos: 0.5,-199.5 + parent: 2 + - uid: 7152 + components: + - type: Transform + pos: 0.5,-198.5 + parent: 2 + - uid: 7153 + components: + - type: Transform + pos: 0.5,-197.5 + parent: 2 + - uid: 7154 + components: + - type: Transform + pos: 1.5,-197.5 + parent: 2 + - uid: 7155 + components: + - type: Transform + pos: -3.5,-203.5 + parent: 2 + - uid: 7156 + components: + - type: Transform + pos: -2.5,-203.5 + parent: 2 + - uid: 7157 + components: + - type: Transform + pos: -2.5,-204.5 + parent: 2 + - uid: 7158 + components: + - type: Transform + pos: -2.5,-205.5 + parent: 2 + - uid: 7159 + components: + - type: Transform + pos: -3.5,-205.5 + parent: 2 + - uid: 7160 + components: + - type: Transform + pos: -4.5,-205.5 + parent: 2 + - uid: 7161 + components: + - type: Transform + pos: -5.5,-205.5 + parent: 2 + - uid: 7162 + components: + - type: Transform + pos: -2.5,-202.5 + parent: 2 + - uid: 7163 + components: + - type: Transform + pos: -2.5,-201.5 + parent: 2 + - uid: 7164 + components: + - type: Transform + pos: -3.5,-201.5 + parent: 2 + - uid: 7165 + components: + - type: Transform + pos: -4.5,-201.5 + parent: 2 + - uid: 7166 + components: + - type: Transform + pos: -5.5,-201.5 + parent: 2 + - uid: 7167 + components: + - type: Transform + pos: -2.5,-206.5 + parent: 2 + - uid: 7168 + components: + - type: Transform + pos: -2.5,-200.5 + parent: 2 + - uid: 7169 + components: + - type: Transform + pos: -2.5,-199.5 + parent: 2 + - uid: 7170 + components: + - type: Transform + pos: -2.5,-198.5 + parent: 2 + - uid: 7171 + components: + - type: Transform + pos: -2.5,-197.5 + parent: 2 + - uid: 7172 + components: + - type: Transform + pos: -2.5,-196.5 + parent: 2 + - uid: 7173 + components: + - type: Transform + pos: -2.5,-195.5 + parent: 2 + - uid: 7174 + components: + - type: Transform + pos: -2.5,-194.5 + parent: 2 + - uid: 7175 + components: + - type: Transform + pos: -3.5,-194.5 + parent: 2 + - uid: 7176 + components: + - type: Transform + pos: -4.5,-194.5 + parent: 2 + - uid: 7177 + components: + - type: Transform + pos: -5.5,-194.5 + parent: 2 + - uid: 7178 + components: + - type: Transform + pos: -6.5,-194.5 + parent: 2 + - uid: 7179 + components: + - type: Transform + pos: -6.5,-195.5 + parent: 2 + - uid: 7180 + components: + - type: Transform + pos: -6.5,-196.5 + parent: 2 + - uid: 7181 + components: + - type: Transform + pos: -6.5,-197.5 + parent: 2 + - uid: 7182 + components: + - type: Transform + pos: -6.5,-198.5 + parent: 2 + - uid: 7183 + components: + - type: Transform + pos: -5.5,-198.5 + parent: 2 + - uid: 7184 + components: + - type: Transform + pos: -4.5,-198.5 + parent: 2 + - uid: 7185 + components: + - type: Transform + pos: -3.5,-198.5 + parent: 2 + - uid: 7186 + components: + - type: Transform + pos: -3.5,-193.5 + parent: 2 + - uid: 7187 + components: + - type: Transform + pos: -3.5,-192.5 + parent: 2 + - uid: 7188 + components: + - type: Transform + pos: -1.5,-181.5 + parent: 2 + - uid: 7215 + components: + - type: Transform + pos: 1.5,-160.5 + parent: 2 + - uid: 7218 + components: + - type: Transform + pos: -0.5,-160.5 + parent: 2 + - uid: 7219 + components: + - type: Transform + pos: 2.5,-160.5 + parent: 2 + - uid: 7220 + components: + - type: Transform + pos: -1.5,-160.5 + parent: 2 + - uid: 7221 + components: + - type: Transform + pos: 1.5,-181.5 + parent: 2 + - uid: 7222 + components: + - type: Transform + pos: 2.5,-181.5 + parent: 2 + - uid: 7223 + components: + - type: Transform + pos: -0.5,-181.5 + parent: 2 + - uid: 7224 + components: + - type: Transform + pos: -0.5,-187.5 + parent: 2 + - uid: 7225 + components: + - type: Transform + pos: 1.5,-187.5 + parent: 2 + - uid: 7226 + components: + - type: Transform + pos: -1.5,-187.5 + parent: 2 + - uid: 7227 + components: + - type: Transform + pos: 0.5,-187.5 + parent: 2 + - uid: 7228 + components: + - type: Transform + pos: 2.5,-187.5 + parent: 2 + - uid: 7229 + components: + - type: Transform + pos: 0.5,-186.5 + parent: 2 + - uid: 7230 + components: + - type: Transform + pos: 0.5,-188.5 + parent: 2 + - uid: 7423 + components: + - type: Transform + pos: 2.5,-282.5 + parent: 2 + - uid: 7438 + components: + - type: Transform + pos: 2.5,-285.5 + parent: 2 + - uid: 7443 + components: + - type: Transform + pos: 7.5,-253.5 + parent: 2 + - uid: 7444 + components: + - type: Transform + pos: 7.5,-250.5 + parent: 2 + - uid: 7445 + components: + - type: Transform + pos: 7.5,-249.5 + parent: 2 + - uid: 7458 + components: + - type: Transform + pos: 15.5,-248.5 + parent: 2 + - uid: 7459 + components: + - type: Transform + pos: 14.5,-248.5 + parent: 2 + - uid: 7462 + components: + - type: Transform + pos: 12.5,-248.5 + parent: 2 + - uid: 7463 + components: + - type: Transform + pos: 8.5,-243.5 + parent: 2 + - uid: 7477 + components: + - type: Transform + pos: 5.5,-180.5 + parent: 2 + - uid: 7509 + components: + - type: Transform + pos: 5.5,-287.5 + parent: 2 + - uid: 7557 + components: + - type: Transform + pos: 1.5,-208.5 + parent: 2 + - uid: 7560 + components: + - type: Transform + pos: -0.5,-208.5 + parent: 2 + - uid: 7562 + components: + - type: Transform + pos: -1.5,-208.5 + parent: 2 + - uid: 7592 + components: + - type: Transform + pos: -2.5,-228.5 + parent: 2 + - uid: 7593 + components: + - type: Transform + pos: -2.5,-229.5 + parent: 2 + - uid: 7594 + components: + - type: Transform + pos: -2.5,-230.5 + parent: 2 + - uid: 7595 + components: + - type: Transform + pos: -3.5,-228.5 + parent: 2 + - uid: 7596 + components: + - type: Transform + pos: -3.5,-227.5 + parent: 2 + - uid: 7597 + components: + - type: Transform + pos: -3.5,-226.5 + parent: 2 + - uid: 7598 + components: + - type: Transform + pos: -4.5,-226.5 + parent: 2 + - uid: 7599 + components: + - type: Transform + pos: -5.5,-226.5 + parent: 2 + - uid: 7600 + components: + - type: Transform + pos: -6.5,-226.5 + parent: 2 + - uid: 7601 + components: + - type: Transform + pos: -6.5,-227.5 + parent: 2 + - uid: 7602 + components: + - type: Transform + pos: -6.5,-228.5 + parent: 2 + - uid: 7603 + components: + - type: Transform + pos: -6.5,-229.5 + parent: 2 + - uid: 7604 + components: + - type: Transform + pos: -7.5,-229.5 + parent: 2 + - uid: 7605 + components: + - type: Transform + pos: -8.5,-229.5 + parent: 2 + - uid: 7625 + components: + - type: Transform + pos: -1.5,-230.5 + parent: 2 + - uid: 7626 + components: + - type: Transform + pos: -0.5,-230.5 + parent: 2 + - uid: 7627 + components: + - type: Transform + pos: 0.5,-230.5 + parent: 2 + - uid: 7628 + components: + - type: Transform + pos: 1.5,-230.5 + parent: 2 + - uid: 7629 + components: + - type: Transform + pos: 2.5,-230.5 + parent: 2 + - uid: 7630 + components: + - type: Transform + pos: 3.5,-230.5 + parent: 2 + - uid: 7631 + components: + - type: Transform + pos: 4.5,-230.5 + parent: 2 + - uid: 7632 + components: + - type: Transform + pos: 4.5,-229.5 + parent: 2 + - uid: 7633 + components: + - type: Transform + pos: 4.5,-228.5 + parent: 2 + - uid: 7634 + components: + - type: Transform + pos: 4.5,-227.5 + parent: 2 + - uid: 7635 + components: + - type: Transform + pos: 4.5,-226.5 + parent: 2 + - uid: 7636 + components: + - type: Transform + pos: 6.5,-226.5 + parent: 2 + - uid: 7637 + components: + - type: Transform + pos: 7.5,-226.5 + parent: 2 + - uid: 7639 + components: + - type: Transform + pos: 7.5,-227.5 + parent: 2 + - uid: 7640 + components: + - type: Transform + pos: 7.5,-228.5 + parent: 2 + - uid: 7641 + components: + - type: Transform + pos: 7.5,-229.5 + parent: 2 + - uid: 7642 + components: + - type: Transform + pos: 8.5,-229.5 + parent: 2 + - uid: 7643 + components: + - type: Transform + pos: 9.5,-229.5 + parent: 2 + - uid: 7645 + components: + - type: Transform + pos: 0.5,-219.5 + parent: 2 + - uid: 7646 + components: + - type: Transform + pos: -0.5,-219.5 + parent: 2 + - uid: 7647 + components: + - type: Transform + pos: -1.5,-219.5 + parent: 2 + - uid: 7648 + components: + - type: Transform + pos: -2.5,-219.5 + parent: 2 + - uid: 7649 + components: + - type: Transform + pos: -3.5,-219.5 + parent: 2 + - uid: 7650 + components: + - type: Transform + pos: -3.5,-222.5 + parent: 2 + - uid: 7651 + components: + - type: Transform + pos: -3.5,-223.5 + parent: 2 + - uid: 7652 + components: + - type: Transform + pos: -4.5,-223.5 + parent: 2 + - uid: 7653 + components: + - type: Transform + pos: -5.5,-223.5 + parent: 2 + - uid: 7654 + components: + - type: Transform + pos: -6.5,-223.5 + parent: 2 + - uid: 7655 + components: + - type: Transform + pos: -6.5,-222.5 + parent: 2 + - uid: 7656 + components: + - type: Transform + pos: -6.5,-221.5 + parent: 2 + - uid: 7657 + components: + - type: Transform + pos: -6.5,-220.5 + parent: 2 + - uid: 7658 + components: + - type: Transform + pos: -7.5,-220.5 + parent: 2 + - uid: 7659 + components: + - type: Transform + pos: 0.5,-214.5 + parent: 2 + - uid: 7660 + components: + - type: Transform + pos: 0.5,-215.5 + parent: 2 + - uid: 7661 + components: + - type: Transform + pos: 0.5,-216.5 + parent: 2 + - uid: 7662 + components: + - type: Transform + pos: 0.5,-217.5 + parent: 2 + - uid: 7663 + components: + - type: Transform + pos: 0.5,-218.5 + parent: 2 + - uid: 7664 + components: + - type: Transform + pos: 1.5,-214.5 + parent: 2 + - uid: 7665 + components: + - type: Transform + pos: -8.5,-220.5 + parent: 2 + - uid: 7666 + components: + - type: Transform + pos: 0.5,-213.5 + parent: 2 + - uid: 7669 + components: + - type: Transform + pos: 7.5,-223.5 + parent: 2 + - uid: 7670 + components: + - type: Transform + pos: 7.5,-222.5 + parent: 2 + - uid: 7671 + components: + - type: Transform + pos: 7.5,-221.5 + parent: 2 + - uid: 7672 + components: + - type: Transform + pos: 7.5,-220.5 + parent: 2 + - uid: 7673 + components: + - type: Transform + pos: 8.5,-220.5 + parent: 2 + - uid: 7674 + components: + - type: Transform + pos: 9.5,-220.5 + parent: 2 + - uid: 7675 + components: + - type: Transform + pos: 2.5,-214.5 + parent: 2 + - uid: 7676 + components: + - type: Transform + pos: -0.5,-214.5 + parent: 2 + - uid: 7678 + components: + - type: Transform + pos: -1.5,-214.5 + parent: 2 + - uid: 7680 + components: + - type: Transform + pos: -1.5,-235.5 + parent: 2 + - uid: 7681 + components: + - type: Transform + pos: -0.5,-235.5 + parent: 2 + - uid: 7682 + components: + - type: Transform + pos: 0.5,-235.5 + parent: 2 + - uid: 7683 + components: + - type: Transform + pos: 1.5,-235.5 + parent: 2 + - uid: 7684 + components: + - type: Transform + pos: 2.5,-235.5 + parent: 2 + - uid: 7686 + components: + - type: Transform + pos: 0.5,-236.5 + parent: 2 + - uid: 7687 + components: + - type: Transform + pos: 0.5,-234.5 + parent: 2 + - uid: 7688 + components: + - type: Transform + pos: 0.5,-233.5 + parent: 2 + - uid: 7689 + components: + - type: Transform + pos: 0.5,-232.5 + parent: 2 + - uid: 7690 + components: + - type: Transform + pos: 0.5,-231.5 + parent: 2 + - uid: 7699 + components: + - type: Transform + pos: 0.5,-229.5 + parent: 2 + - uid: 7700 + components: + - type: Transform + pos: 0.5,-228.5 + parent: 2 + - uid: 7701 + components: + - type: Transform + pos: 0.5,-227.5 + parent: 2 + - uid: 7702 + components: + - type: Transform + pos: 0.5,-226.5 + parent: 2 + - uid: 7711 + components: + - type: Transform + pos: 0.5,-220.5 + parent: 2 + - uid: 7712 + components: + - type: Transform + pos: 0.5,-221.5 + parent: 2 + - uid: 7713 + components: + - type: Transform + pos: 0.5,-222.5 + parent: 2 + - uid: 7714 + components: + - type: Transform + pos: 0.5,-223.5 + parent: 2 + - uid: 7716 + components: + - type: Transform + pos: -3.5,-230.5 + parent: 2 + - uid: 7718 + components: + - type: Transform + pos: -2.5,-231.5 + parent: 2 + - uid: 7775 + components: + - type: Transform + pos: 13.5,-248.5 + parent: 2 + - uid: 7778 + components: + - type: Transform + pos: 4.5,-260.5 + parent: 2 + - uid: 7814 + components: + - type: Transform + pos: 4.5,-252.5 + parent: 2 + - uid: 7842 + components: + - type: Transform + pos: 6.5,-247.5 + parent: 2 + - uid: 7919 + components: + - type: Transform + pos: 2.5,-286.5 + parent: 2 + - uid: 7920 + components: + - type: Transform + pos: 2.5,-287.5 + parent: 2 + - uid: 7925 + components: + - type: Transform + pos: 5.5,-289.5 + parent: 2 + - uid: 7930 + components: + - type: Transform + pos: 8.5,-286.5 + parent: 2 + - uid: 7931 + components: + - type: Transform + pos: 7.5,-287.5 + parent: 2 + - uid: 7932 + components: + - type: Transform + pos: 6.5,-287.5 + parent: 2 + - uid: 7938 + components: + - type: Transform + pos: 7.5,-339.5 + parent: 2 + - uid: 7940 + components: + - type: Transform + pos: 7.5,-340.5 + parent: 2 + - uid: 7974 + components: + - type: Transform + pos: 2.5,-284.5 + parent: 2 + - uid: 7983 + components: + - type: Transform + pos: 0.5,-242.5 + parent: 2 + - uid: 7985 + components: + - type: Transform + pos: 0.5,-241.5 + parent: 2 + - uid: 7986 + components: + - type: Transform + pos: 1.5,-241.5 + parent: 2 + - uid: 7987 + components: + - type: Transform + pos: 2.5,-241.5 + parent: 2 + - uid: 7988 + components: + - type: Transform + pos: -0.5,-241.5 + parent: 2 + - uid: 7989 + components: + - type: Transform + pos: -1.5,-241.5 + parent: 2 + - uid: 7990 + components: + - type: Transform + pos: 0.5,-240.5 + parent: 2 + - uid: 7994 + components: + - type: Transform + pos: 4.5,-287.5 + parent: 2 + - uid: 8030 + components: + - type: Transform + pos: 6.5,-336.5 + parent: 2 + - uid: 8045 + components: + - type: Transform + pos: 3.5,-287.5 + parent: 2 + - uid: 8057 + components: + - type: Transform + pos: 2.5,-283.5 + parent: 2 + - uid: 8072 + components: + - type: Transform + pos: 0.5,-261.5 + parent: 2 + - uid: 8073 + components: + - type: Transform + pos: 0.5,-262.5 + parent: 2 + - uid: 8074 + components: + - type: Transform + pos: 0.5,-263.5 + parent: 2 + - uid: 8075 + components: + - type: Transform + pos: 1.5,-262.5 + parent: 2 + - uid: 8076 + components: + - type: Transform + pos: 2.5,-262.5 + parent: 2 + - uid: 8078 + components: + - type: Transform + pos: -0.5,-262.5 + parent: 2 + - uid: 8080 + components: + - type: Transform + pos: -1.5,-262.5 + parent: 2 + - uid: 8083 + components: + - type: Transform + pos: 8.5,-287.5 + parent: 2 + - uid: 8095 + components: + - type: Transform + pos: 5.5,-288.5 + parent: 2 + - uid: 8097 + components: + - type: Transform + pos: 8.5,-285.5 + parent: 2 + - uid: 8112 + components: + - type: Transform + pos: 3.5,-254.5 + parent: 2 + - uid: 8167 + components: + - type: Transform + pos: 7.5,-337.5 + parent: 2 + - uid: 8168 + components: + - type: Transform + pos: 5.5,-340.5 + parent: 2 + - uid: 8171 + components: + - type: Transform + pos: -6.5,-166.5 + parent: 2 + - uid: 8172 + components: + - type: Transform + pos: 7.5,-255.5 + parent: 2 + - uid: 8173 + components: + - type: Transform + pos: 7.5,-256.5 + parent: 2 + - uid: 8188 + components: + - type: Transform + pos: 6.5,-342.5 + parent: 2 + - uid: 8194 + components: + - type: Transform + pos: 5.5,-337.5 + parent: 2 + - uid: 8216 + components: + - type: Transform + pos: -8.5,-308.5 + parent: 2 + - uid: 8227 + components: + - type: Transform + pos: 16.5,-254.5 + parent: 2 + - uid: 8228 + components: + - type: Transform + pos: -6.5,-165.5 + parent: 2 + - uid: 8262 + components: + - type: Transform + pos: 13.5,-158.5 + parent: 2 + - uid: 8263 + components: + - type: Transform + pos: 13.5,-159.5 + parent: 2 + - uid: 8264 + components: + - type: Transform + pos: 13.5,-160.5 + parent: 2 + - uid: 8265 + components: + - type: Transform + pos: 13.5,-161.5 + parent: 2 + - uid: 8266 + components: + - type: Transform + pos: 13.5,-162.5 + parent: 2 + - uid: 8268 + components: + - type: Transform + pos: 15.5,-159.5 + parent: 2 + - uid: 8269 + components: + - type: Transform + pos: 16.5,-159.5 + parent: 2 + - uid: 8270 + components: + - type: Transform + pos: 17.5,-159.5 + parent: 2 + - uid: 8271 + components: + - type: Transform + pos: 5.5,-336.5 + parent: 2 + - uid: 8272 + components: + - type: Transform + pos: 17.5,-160.5 + parent: 2 + - uid: 8273 + components: + - type: Transform + pos: 17.5,-161.5 + parent: 2 + - uid: 8274 + components: + - type: Transform + pos: 17.5,-162.5 + parent: 2 + - uid: 8276 + components: + - type: Transform + pos: 8.5,-340.5 + parent: 2 + - uid: 8278 + components: + - type: Transform + pos: 17.5,-137.5 + parent: 2 + - uid: 8279 + components: + - type: Transform + pos: 17.5,-138.5 + parent: 2 + - uid: 8280 + components: + - type: Transform + pos: 17.5,-139.5 + parent: 2 + - uid: 8281 + components: + - type: Transform + pos: 17.5,-140.5 + parent: 2 + - uid: 8282 + components: + - type: Transform + pos: 17.5,-141.5 + parent: 2 + - uid: 8283 + components: + - type: Transform + pos: 17.5,-142.5 + parent: 2 + - uid: 8284 + components: + - type: Transform + pos: 17.5,-143.5 + parent: 2 + - uid: 8285 + components: + - type: Transform + pos: 17.5,-144.5 + parent: 2 + - uid: 8286 + components: + - type: Transform + pos: 17.5,-145.5 + parent: 2 + - uid: 8287 + components: + - type: Transform + pos: 17.5,-146.5 + parent: 2 + - uid: 8288 + components: + - type: Transform + pos: 17.5,-147.5 + parent: 2 + - uid: 8289 + components: + - type: Transform + pos: 17.5,-148.5 + parent: 2 + - uid: 8290 + components: + - type: Transform + pos: 17.5,-149.5 + parent: 2 + - uid: 8291 + components: + - type: Transform + pos: 17.5,-150.5 + parent: 2 + - uid: 8292 + components: + - type: Transform + pos: 17.5,-151.5 + parent: 2 + - uid: 8293 + components: + - type: Transform + pos: 17.5,-152.5 + parent: 2 + - uid: 8294 + components: + - type: Transform + pos: 17.5,-153.5 + parent: 2 + - uid: 8295 + components: + - type: Transform + pos: 16.5,-138.5 + parent: 2 + - uid: 8296 + components: + - type: Transform + pos: 15.5,-138.5 + parent: 2 + - uid: 8297 + components: + - type: Transform + pos: 14.5,-138.5 + parent: 2 + - uid: 8298 + components: + - type: Transform + pos: 13.5,-138.5 + parent: 2 + - uid: 8299 + components: + - type: Transform + pos: 13.5,-139.5 + parent: 2 + - uid: 8300 + components: + - type: Transform + pos: 13.5,-140.5 + parent: 2 + - uid: 8301 + components: + - type: Transform + pos: 13.5,-141.5 + parent: 2 + - uid: 8302 + components: + - type: Transform + pos: 13.5,-142.5 + parent: 2 + - uid: 8303 + components: + - type: Transform + pos: 13.5,-143.5 + parent: 2 + - uid: 8304 + components: + - type: Transform + pos: 13.5,-144.5 + parent: 2 + - uid: 8306 + components: + - type: Transform + pos: 13.5,-146.5 + parent: 2 + - uid: 8307 + components: + - type: Transform + pos: 13.5,-147.5 + parent: 2 + - uid: 8308 + components: + - type: Transform + pos: 13.5,-148.5 + parent: 2 + - uid: 8309 + components: + - type: Transform + pos: 13.5,-149.5 + parent: 2 + - uid: 8310 + components: + - type: Transform + pos: 13.5,-150.5 + parent: 2 + - uid: 8311 + components: + - type: Transform + pos: 13.5,-151.5 + parent: 2 + - uid: 8312 + components: + - type: Transform + pos: 13.5,-152.5 + parent: 2 + - uid: 8313 + components: + - type: Transform + pos: 13.5,-153.5 + parent: 2 + - uid: 8320 + components: + - type: Transform + pos: 19.5,-240.5 + parent: 2 + - uid: 8349 + components: + - type: Transform + pos: -13.5,-162.5 + parent: 2 + - uid: 8351 + components: + - type: Transform + pos: 16.5,-255.5 + parent: 2 + - uid: 8352 + components: + - type: Transform + pos: 17.5,-255.5 + parent: 2 + - uid: 8356 + components: + - type: Transform + pos: 18.5,-255.5 + parent: 2 + - uid: 8359 + components: + - type: Transform + pos: 12.5,-260.5 + parent: 2 + - uid: 8360 + components: + - type: Transform + pos: 18.5,-257.5 + parent: 2 + - uid: 8361 + components: + - type: Transform + pos: 15.5,-240.5 + parent: 2 + - uid: 8362 + components: + - type: Transform + pos: 16.5,-243.5 + parent: 2 + - uid: 8363 + components: + - type: Transform + pos: 18.5,-260.5 + parent: 2 + - uid: 8364 + components: + - type: Transform + pos: 15.5,-243.5 + parent: 2 + - uid: 8367 + components: + - type: Transform + pos: -13.5,-163.5 + parent: 2 + - uid: 8368 + components: + - type: Transform + pos: 18.5,-248.5 + parent: 2 + - uid: 8369 + components: + - type: Transform + pos: 17.5,-245.5 + parent: 2 + - uid: 8371 + components: + - type: Transform + pos: -13.5,-164.5 + parent: 2 + - uid: 8377 + components: + - type: Transform + pos: -13.5,-165.5 + parent: 2 + - uid: 8382 + components: + - type: Transform + pos: 17.5,-260.5 + parent: 2 + - uid: 8383 + components: + - type: Transform + pos: 14.5,-256.5 + parent: 2 + - uid: 8386 + components: + - type: Transform + pos: -13.5,-166.5 + parent: 2 + - uid: 8389 + components: + - type: Transform + pos: 7.5,-257.5 + parent: 2 + - uid: 8390 + components: + - type: Transform + pos: 7.5,-258.5 + parent: 2 + - uid: 8392 + components: + - type: Transform + pos: -13.5,-167.5 + parent: 2 + - uid: 8393 + components: + - type: Transform + pos: -12.5,-167.5 + parent: 2 + - uid: 8418 + components: + - type: Transform + pos: 7.5,-247.5 + parent: 2 + - uid: 8423 + components: + - type: Transform + pos: 7.5,-259.5 + parent: 2 + - uid: 8427 + components: + - type: Transform + pos: 7.5,-260.5 + parent: 2 + - uid: 8434 + components: + - type: Transform + pos: 11.5,-256.5 + parent: 2 + - uid: 8437 + components: + - type: Transform + pos: 6.5,-243.5 + parent: 2 + - uid: 8445 + components: + - type: Transform + pos: -9.5,-299.5 + parent: 2 + - uid: 8446 + components: + - type: Transform + pos: 8.5,-260.5 + parent: 2 + - uid: 8447 + components: + - type: Transform + pos: 13.5,-256.5 + parent: 2 + - uid: 8451 + components: + - type: Transform + pos: 16.5,-264.5 + parent: 2 + - uid: 8457 + components: + - type: Transform + pos: 5.5,-261.5 + parent: 2 + - uid: 8462 + components: + - type: Transform + pos: 19.5,-264.5 + parent: 2 + - uid: 8464 + components: + - type: Transform + pos: 0.5,-362.5 + parent: 2 + - uid: 8465 + components: + - type: Transform + pos: 20.5,-264.5 + parent: 2 + - uid: 8500 + components: + - type: Transform + pos: 17.5,-243.5 + parent: 2 + - uid: 8505 + components: + - type: Transform + pos: 18.5,-247.5 + parent: 2 + - uid: 8506 + components: + - type: Transform + pos: 18.5,-240.5 + parent: 2 + - uid: 8517 + components: + - type: Transform + pos: 3.5,-252.5 + parent: 2 + - uid: 8555 + components: + - type: Transform + pos: 3.5,-250.5 + parent: 2 + - uid: 8566 + components: + - type: Transform + pos: 3.5,-260.5 + parent: 2 + - uid: 8618 + components: + - type: Transform + pos: 3.5,-249.5 + parent: 2 + - uid: 8645 + components: + - type: Transform + pos: 5.5,-260.5 + parent: 2 + - uid: 8646 + components: + - type: Transform + pos: 15.5,-260.5 + parent: 2 + - uid: 8647 + components: + - type: Transform + pos: 17.5,-240.5 + parent: 2 + - uid: 8660 + components: + - type: Transform + pos: 14.5,-260.5 + parent: 2 + - uid: 8668 + components: + - type: Transform + pos: 16.5,-250.5 + parent: 2 + - uid: 8670 + components: + - type: Transform + pos: 19.5,-248.5 + parent: 2 + - uid: 8684 + components: + - type: Transform + pos: 15.5,-245.5 + parent: 2 + - uid: 8696 + components: + - type: Transform + pos: 16.5,-260.5 + parent: 2 + - uid: 8708 + components: + - type: Transform + pos: -6.5,-167.5 + parent: 2 + - uid: 8730 + components: + - type: Transform + pos: 13.5,-260.5 + parent: 2 + - uid: 8731 + components: + - type: Transform + pos: 18.5,-256.5 + parent: 2 + - uid: 8764 + components: + - type: Transform + pos: -7.5,-167.5 + parent: 2 + - uid: 8786 + components: + - type: Transform + pos: 16.5,-256.5 + parent: 2 + - uid: 8787 + components: + - type: Transform + pos: 11.5,-260.5 + parent: 2 + - uid: 8791 + components: + - type: Transform + pos: 18.5,-258.5 + parent: 2 + - uid: 8792 + components: + - type: Transform + pos: 18.5,-246.5 + parent: 2 + - uid: 8793 + components: + - type: Transform + pos: 16.5,-245.5 + parent: 2 + - uid: 8799 + components: + - type: Transform + pos: 18.5,-261.5 + parent: 2 + - uid: 8804 + components: + - type: Transform + pos: 18.5,-259.5 + parent: 2 + - uid: 8805 + components: + - type: Transform + pos: -7.5,-302.5 + parent: 2 + - uid: 8829 + components: + - type: Transform + pos: 6.5,-252.5 + parent: 2 + - uid: 8843 + components: + - type: Transform + pos: 8.5,-117.5 + parent: 2 + - uid: 8895 + components: + - type: Transform + pos: 18.5,-245.5 + parent: 2 + - uid: 8897 + components: + - type: Transform + pos: 18.5,-264.5 + parent: 2 + - uid: 8916 + components: + - type: Transform + pos: 5.5,-252.5 + parent: 2 + - uid: 8929 + components: + - type: Transform + pos: 17.5,-264.5 + parent: 2 + - uid: 8930 + components: + - type: Transform + pos: 3.5,-251.5 + parent: 2 + - uid: 8973 + components: + - type: Transform + pos: 7.5,-252.5 + parent: 2 + - uid: 8976 + components: + - type: Transform + pos: 7.5,-251.5 + parent: 2 + - uid: 8988 + components: + - type: Transform + pos: 7.5,-243.5 + parent: 2 + - uid: 9010 + components: + - type: Transform + pos: 5.5,-283.5 + parent: 2 + - uid: 9027 + components: + - type: Transform + pos: -9.5,-302.5 + parent: 2 + - uid: 9041 + components: + - type: Transform + pos: 4.5,-243.5 + parent: 2 + - uid: 9043 + components: + - type: Transform + pos: 5.5,-243.5 + parent: 2 + - uid: 9049 + components: + - type: Transform + pos: 3.5,-243.5 + parent: 2 + - uid: 9061 + components: + - type: Transform + pos: 12.5,-256.5 + parent: 2 + - uid: 9170 + components: + - type: Transform + pos: 5.5,-284.5 + parent: 2 + - uid: 9171 + components: + - type: Transform + pos: 5.5,-285.5 + parent: 2 + - uid: 9172 + components: + - type: Transform + pos: 4.5,-284.5 + parent: 2 + - uid: 9173 + components: + - type: Transform + pos: 6.5,-284.5 + parent: 2 + - uid: 9215 + components: + - type: Transform + pos: -1.5,-272.5 + parent: 2 + - uid: 9216 + components: + - type: Transform + pos: -1.5,-271.5 + parent: 2 + - uid: 9217 + components: + - type: Transform + pos: -2.5,-271.5 + parent: 2 + - uid: 9218 + components: + - type: Transform + pos: -3.5,-271.5 + parent: 2 + - uid: 9219 + components: + - type: Transform + pos: -4.5,-271.5 + parent: 2 + - uid: 9220 + components: + - type: Transform + pos: -5.5,-271.5 + parent: 2 + - uid: 9221 + components: + - type: Transform + pos: -6.5,-271.5 + parent: 2 + - uid: 9222 + components: + - type: Transform + pos: -6.5,-270.5 + parent: 2 + - uid: 9223 + components: + - type: Transform + pos: -6.5,-272.5 + parent: 2 + - uid: 9224 + components: + - type: Transform + pos: -7.5,-272.5 + parent: 2 + - uid: 9225 + components: + - type: Transform + pos: -8.5,-272.5 + parent: 2 + - uid: 9226 + components: + - type: Transform + pos: -6.5,-273.5 + parent: 2 + - uid: 9227 + components: + - type: Transform + pos: -6.5,-274.5 + parent: 2 + - uid: 9228 + components: + - type: Transform + pos: -6.5,-275.5 + parent: 2 + - uid: 9229 + components: + - type: Transform + pos: -5.5,-275.5 + parent: 2 + - uid: 9230 + components: + - type: Transform + pos: -5.5,-276.5 + parent: 2 + - uid: 9231 + components: + - type: Transform + pos: 7.5,-272.5 + parent: 2 + - uid: 9232 + components: + - type: Transform + pos: 6.5,-272.5 + parent: 2 + - uid: 9233 + components: + - type: Transform + pos: 5.5,-272.5 + parent: 2 + - uid: 9234 + components: + - type: Transform + pos: 4.5,-272.5 + parent: 2 + - uid: 9235 + components: + - type: Transform + pos: 3.5,-272.5 + parent: 2 + - uid: 9236 + components: + - type: Transform + pos: 5.5,-271.5 + parent: 2 + - uid: 9237 + components: + - type: Transform + pos: 5.5,-270.5 + parent: 2 + - uid: 9238 + components: + - type: Transform + pos: 5.5,-269.5 + parent: 2 + - uid: 9239 + components: + - type: Transform + pos: 3.5,-271.5 + parent: 2 + - uid: 9240 + components: + - type: Transform + pos: 3.5,-270.5 + parent: 2 + - uid: 9241 + components: + - type: Transform + pos: 2.5,-272.5 + parent: 2 + - uid: 9242 + components: + - type: Transform + pos: 5.5,-273.5 + parent: 2 + - uid: 9243 + components: + - type: Transform + pos: 5.5,-274.5 + parent: 2 + - uid: 9244 + components: + - type: Transform + pos: 5.5,-275.5 + parent: 2 + - uid: 9245 + components: + - type: Transform + pos: 5.5,-276.5 + parent: 2 + - uid: 9246 + components: + - type: Transform + pos: 5.5,-277.5 + parent: 2 + - uid: 9247 + components: + - type: Transform + pos: 5.5,-278.5 + parent: 2 + - uid: 9248 + components: + - type: Transform + pos: 5.5,-279.5 + parent: 2 + - uid: 9249 + components: + - type: Transform + pos: 5.5,-280.5 + parent: 2 + - uid: 9250 + components: + - type: Transform + pos: 5.5,-281.5 + parent: 2 + - uid: 9251 + components: + - type: Transform + pos: 4.5,-277.5 + parent: 2 + - uid: 9252 + components: + - type: Transform + pos: 3.5,-277.5 + parent: 2 + - uid: 9253 + components: + - type: Transform + pos: 2.5,-277.5 + parent: 2 + - uid: 9254 + components: + - type: Transform + pos: 1.5,-277.5 + parent: 2 + - uid: 9255 + components: + - type: Transform + pos: 0.5,-277.5 + parent: 2 + - uid: 9256 + components: + - type: Transform + pos: 0.5,-278.5 + parent: 2 + - uid: 9257 + components: + - type: Transform + pos: 0.5,-279.5 + parent: 2 + - uid: 9258 + components: + - type: Transform + pos: 0.5,-280.5 + parent: 2 + - uid: 9259 + components: + - type: Transform + pos: 0.5,-281.5 + parent: 2 + - uid: 9260 + components: + - type: Transform + pos: 0.5,-282.5 + parent: 2 + - uid: 9261 + components: + - type: Transform + pos: -0.5,-281.5 + parent: 2 + - uid: 9262 + components: + - type: Transform + pos: -0.5,-277.5 + parent: 2 + - uid: 9263 + components: + - type: Transform + pos: 0.5,-276.5 + parent: 2 + - uid: 9264 + components: + - type: Transform + pos: 6.5,-277.5 + parent: 2 + - uid: 9265 + components: + - type: Transform + pos: 7.5,-277.5 + parent: 2 + - uid: 9266 + components: + - type: Transform + pos: 8.5,-277.5 + parent: 2 + - uid: 9267 + components: + - type: Transform + pos: 9.5,-277.5 + parent: 2 + - uid: 9268 + components: + - type: Transform + pos: 10.5,-277.5 + parent: 2 + - uid: 9269 + components: + - type: Transform + pos: 11.5,-277.5 + parent: 2 + - uid: 9270 + components: + - type: Transform + pos: 11.5,-281.5 + parent: 2 + - uid: 9271 + components: + - type: Transform + pos: 10.5,-281.5 + parent: 2 + - uid: 9272 + components: + - type: Transform + pos: 9.5,-281.5 + parent: 2 + - uid: 9273 + components: + - type: Transform + pos: 8.5,-281.5 + parent: 2 + - uid: 9274 + components: + - type: Transform + pos: 7.5,-281.5 + parent: 2 + - uid: 9275 + components: + - type: Transform + pos: 6.5,-281.5 + parent: 2 + - uid: 9276 + components: + - type: Transform + pos: 4.5,-281.5 + parent: 2 + - uid: 9277 + components: + - type: Transform + pos: 3.5,-281.5 + parent: 2 + - uid: 9278 + components: + - type: Transform + pos: 2.5,-281.5 + parent: 2 + - uid: 9279 + components: + - type: Transform + pos: 1.5,-281.5 + parent: 2 + - uid: 9280 + components: + - type: Transform + pos: 5.5,-282.5 + parent: 2 + - uid: 9281 + components: + - type: Transform + pos: -5.5,-277.5 + parent: 2 + - uid: 9282 + components: + - type: Transform + pos: -5.5,-278.5 + parent: 2 + - uid: 9283 + components: + - type: Transform + pos: -5.5,-279.5 + parent: 2 + - uid: 9284 + components: + - type: Transform + pos: -5.5,-280.5 + parent: 2 + - uid: 9285 + components: + - type: Transform + pos: -5.5,-281.5 + parent: 2 + - uid: 9286 + components: + - type: Transform + pos: -5.5,-282.5 + parent: 2 + - uid: 9287 + components: + - type: Transform + pos: -5.5,-283.5 + parent: 2 + - uid: 9288 + components: + - type: Transform + pos: -5.5,-284.5 + parent: 2 + - uid: 9289 + components: + - type: Transform + pos: -5.5,-285.5 + parent: 2 + - uid: 9290 + components: + - type: Transform + pos: -5.5,-286.5 + parent: 2 + - uid: 9291 + components: + - type: Transform + pos: -5.5,-287.5 + parent: 2 + - uid: 9292 + components: + - type: Transform + pos: -4.5,-287.5 + parent: 2 + - uid: 9293 + components: + - type: Transform + pos: -3.5,-287.5 + parent: 2 + - uid: 9294 + components: + - type: Transform + pos: -4.5,-279.5 + parent: 2 + - uid: 9295 + components: + - type: Transform + pos: -3.5,-279.5 + parent: 2 + - uid: 9296 + components: + - type: Transform + pos: -3.5,-280.5 + parent: 2 + - uid: 9297 + components: + - type: Transform + pos: -3.5,-281.5 + parent: 2 + - uid: 9298 + components: + - type: Transform + pos: -3.5,-282.5 + parent: 2 + - uid: 9299 + components: + - type: Transform + pos: -3.5,-283.5 + parent: 2 + - uid: 9300 + components: + - type: Transform + pos: -2.5,-283.5 + parent: 2 + - uid: 9301 + components: + - type: Transform + pos: -2.5,-284.5 + parent: 2 + - uid: 9302 + components: + - type: Transform + pos: -1.5,-284.5 + parent: 2 + - uid: 9303 + components: + - type: Transform + pos: -0.5,-284.5 + parent: 2 + - uid: 9304 + components: + - type: Transform + pos: 0.5,-284.5 + parent: 2 + - uid: 9305 + components: + - type: Transform + pos: 0.5,-285.5 + parent: 2 + - uid: 9306 + components: + - type: Transform + pos: 0.5,-286.5 + parent: 2 + - uid: 9307 + components: + - type: Transform + pos: 0.5,-287.5 + parent: 2 + - uid: 9308 + components: + - type: Transform + pos: 0.5,-288.5 + parent: 2 + - uid: 9309 + components: + - type: Transform + pos: 0.5,-289.5 + parent: 2 + - uid: 9310 + components: + - type: Transform + pos: 0.5,-290.5 + parent: 2 + - uid: 9311 + components: + - type: Transform + pos: 1.5,-289.5 + parent: 2 + - uid: 9312 + components: + - type: Transform + pos: 2.5,-289.5 + parent: 2 + - uid: 9313 + components: + - type: Transform + pos: -0.5,-289.5 + parent: 2 + - uid: 9314 + components: + - type: Transform + pos: -1.5,-289.5 + parent: 2 + - uid: 9315 + components: + - type: Transform + pos: -3.5,-278.5 + parent: 2 + - uid: 9316 + components: + - type: Transform + pos: -3.5,-277.5 + parent: 2 + - uid: 9317 + components: + - type: Transform + pos: -3.5,-276.5 + parent: 2 + - uid: 9318 + components: + - type: Transform + pos: -3.5,-275.5 + parent: 2 + - uid: 9319 + components: + - type: Transform + pos: -2.5,-275.5 + parent: 2 + - uid: 9320 + components: + - type: Transform + pos: -2.5,-274.5 + parent: 2 + - uid: 9321 + components: + - type: Transform + pos: -1.5,-274.5 + parent: 2 + - uid: 9323 + components: + - type: Transform + pos: -0.5,-274.5 + parent: 2 + - uid: 9324 + components: + - type: Transform + pos: 0.5,-274.5 + parent: 2 + - uid: 9325 + components: + - type: Transform + pos: 0.5,-273.5 + parent: 2 + - uid: 9326 + components: + - type: Transform + pos: 0.5,-272.5 + parent: 2 + - uid: 9327 + components: + - type: Transform + pos: 0.5,-271.5 + parent: 2 + - uid: 9328 + components: + - type: Transform + pos: 0.5,-270.5 + parent: 2 + - uid: 9329 + components: + - type: Transform + pos: 0.5,-269.5 + parent: 2 + - uid: 9330 + components: + - type: Transform + pos: 0.5,-268.5 + parent: 2 + - uid: 9331 + components: + - type: Transform + pos: 0.5,-267.5 + parent: 2 + - uid: 9332 + components: + - type: Transform + pos: 2.5,-268.5 + parent: 2 + - uid: 9333 + components: + - type: Transform + pos: 1.5,-268.5 + parent: 2 + - uid: 9334 + components: + - type: Transform + pos: -0.5,-268.5 + parent: 2 + - uid: 9335 + components: + - type: Transform + pos: -1.5,-268.5 + parent: 2 + - uid: 9429 + components: + - type: Transform + pos: -4.5,-328.5 + parent: 2 + - uid: 9457 + components: + - type: Transform + pos: 22.5,-311.5 + parent: 2 + - uid: 9518 + components: + - type: Transform + pos: 22.5,-312.5 + parent: 2 + - uid: 9619 + components: + - type: Transform + pos: 19.5,-308.5 + parent: 2 + - uid: 9621 + components: + - type: Transform + pos: 20.5,-307.5 + parent: 2 + - uid: 9622 + components: + - type: Transform + pos: 20.5,-307.5 + parent: 2 + - uid: 9623 + components: + - type: Transform + pos: 19.5,-307.5 + parent: 2 + - uid: 9624 + components: + - type: Transform + pos: 18.5,-307.5 + parent: 2 + - uid: 9625 + components: + - type: Transform + pos: 17.5,-307.5 + parent: 2 + - uid: 9626 + components: + - type: Transform + pos: 16.5,-307.5 + parent: 2 + - uid: 9627 + components: + - type: Transform + pos: 15.5,-307.5 + parent: 2 + - uid: 9628 + components: + - type: Transform + pos: 14.5,-307.5 + parent: 2 + - uid: 9629 + components: + - type: Transform + pos: 13.5,-307.5 + parent: 2 + - uid: 9630 + components: + - type: Transform + pos: 19.5,-309.5 + parent: 2 + - uid: 9631 + components: + - type: Transform + pos: 20.5,-309.5 + parent: 2 + - uid: 9632 + components: + - type: Transform + pos: 20.5,-310.5 + parent: 2 + - uid: 9633 + components: + - type: Transform + pos: 21.5,-310.5 + parent: 2 + - uid: 9634 + components: + - type: Transform + pos: 22.5,-310.5 + parent: 2 + - uid: 9635 + components: + - type: Transform + pos: 23.5,-310.5 + parent: 2 + - uid: 9636 + components: + - type: Transform + pos: 24.5,-310.5 + parent: 2 + - uid: 9637 + components: + - type: Transform + pos: 24.5,-309.5 + parent: 2 + - uid: 9639 + components: + - type: Transform + pos: 25.5,-309.5 + parent: 2 + - uid: 9640 + components: + - type: Transform + pos: 25.5,-308.5 + parent: 2 + - uid: 9641 + components: + - type: Transform + pos: 25.5,-307.5 + parent: 2 + - uid: 9642 + components: + - type: Transform + pos: 26.5,-307.5 + parent: 2 + - uid: 9643 + components: + - type: Transform + pos: 27.5,-307.5 + parent: 2 + - uid: 9644 + components: + - type: Transform + pos: 28.5,-307.5 + parent: 2 + - uid: 9645 + components: + - type: Transform + pos: 29.5,-307.5 + parent: 2 + - uid: 9646 + components: + - type: Transform + pos: 25.5,-306.5 + parent: 2 + - uid: 9647 + components: + - type: Transform + pos: 25.5,-305.5 + parent: 2 + - uid: 9648 + components: + - type: Transform + pos: 24.5,-305.5 + parent: 2 + - uid: 9649 + components: + - type: Transform + pos: 24.5,-304.5 + parent: 2 + - uid: 9650 + components: + - type: Transform + pos: 23.5,-304.5 + parent: 2 + - uid: 9651 + components: + - type: Transform + pos: 19.5,-306.5 + parent: 2 + - uid: 9652 + components: + - type: Transform + pos: 19.5,-305.5 + parent: 2 + - uid: 9653 + components: + - type: Transform + pos: 20.5,-305.5 + parent: 2 + - uid: 9654 + components: + - type: Transform + pos: 20.5,-304.5 + parent: 2 + - uid: 9655 + components: + - type: Transform + pos: 21.5,-304.5 + parent: 2 + - uid: 9656 + components: + - type: Transform + pos: 22.5,-304.5 + parent: 2 + - uid: 9657 + components: + - type: Transform + pos: 22.5,-303.5 + parent: 2 + - uid: 9658 + components: + - type: Transform + pos: 22.5,-302.5 + parent: 2 + - uid: 9659 + components: + - type: Transform + pos: 22.5,-301.5 + parent: 2 + - uid: 9660 + components: + - type: Transform + pos: 22.5,-300.5 + parent: 2 + - uid: 9661 + components: + - type: Transform + pos: 22.5,-299.5 + parent: 2 + - uid: 9662 + components: + - type: Transform + pos: 22.5,-298.5 + parent: 2 + - uid: 9663 + components: + - type: Transform + pos: 23.5,-298.5 + parent: 2 + - uid: 9664 + components: + - type: Transform + pos: 24.5,-298.5 + parent: 2 + - uid: 9665 + components: + - type: Transform + pos: 25.5,-298.5 + parent: 2 + - uid: 9666 + components: + - type: Transform + pos: 21.5,-298.5 + parent: 2 + - uid: 9667 + components: + - type: Transform + pos: 20.5,-298.5 + parent: 2 + - uid: 9668 + components: + - type: Transform + pos: 19.5,-298.5 + parent: 2 + - uid: 9669 + components: + - type: Transform + pos: 22.5,-313.5 + parent: 2 + - uid: 9670 + components: + - type: Transform + pos: 22.5,-314.5 + parent: 2 + - uid: 9671 + components: + - type: Transform + pos: 22.5,-315.5 + parent: 2 + - uid: 9672 + components: + - type: Transform + pos: 22.5,-316.5 + parent: 2 + - uid: 9674 + components: + - type: Transform + pos: 23.5,-316.5 + parent: 2 + - uid: 9675 + components: + - type: Transform + pos: 24.5,-316.5 + parent: 2 + - uid: 9676 + components: + - type: Transform + pos: 25.5,-316.5 + parent: 2 + - uid: 9677 + components: + - type: Transform + pos: 21.5,-316.5 + parent: 2 + - uid: 9678 + components: + - type: Transform + pos: 20.5,-316.5 + parent: 2 + - uid: 9679 + components: + - type: Transform + pos: 19.5,-316.5 + parent: 2 + - uid: 9680 + components: + - type: Transform + pos: 22.5,-317.5 + parent: 2 + - uid: 9681 + components: + - type: Transform + pos: 22.5,-297.5 + parent: 2 + - uid: 9769 + components: + - type: Transform + pos: 29.5,-306.5 + parent: 2 + - uid: 9770 + components: + - type: Transform + pos: 29.5,-305.5 + parent: 2 + - uid: 9771 + components: + - type: Transform + pos: 29.5,-304.5 + parent: 2 + - uid: 9775 + components: + - type: Transform + pos: 29.5,-308.5 + parent: 2 + - uid: 9776 + components: + - type: Transform + pos: 29.5,-309.5 + parent: 2 + - uid: 9777 + components: + - type: Transform + pos: 29.5,-310.5 + parent: 2 + - uid: 9831 + components: + - type: Transform + pos: 5.5,-335.5 + parent: 2 + - uid: 9853 + components: + - type: Transform + pos: 14.5,-243.5 + parent: 2 + - uid: 10035 + components: + - type: Transform + pos: 7.5,-343.5 + parent: 2 + - uid: 10048 + components: + - type: Transform + pos: 7.5,-335.5 + parent: 2 + - uid: 10165 + components: + - type: Transform + pos: 0.5,-308.5 + parent: 2 + - uid: 10168 + components: + - type: Transform + pos: 5.5,-338.5 + parent: 2 + - uid: 10353 + components: + - type: Transform + pos: -9.5,-303.5 + parent: 2 + - uid: 10354 + components: + - type: Transform + pos: -9.5,-304.5 + parent: 2 + - uid: 10355 + components: + - type: Transform + pos: -9.5,-305.5 + parent: 2 + - uid: 10356 + components: + - type: Transform + pos: -8.5,-303.5 + parent: 2 + - uid: 10357 + components: + - type: Transform + pos: -7.5,-303.5 + parent: 2 + - uid: 10358 + components: + - type: Transform + pos: -6.5,-303.5 + parent: 2 + - uid: 10359 + components: + - type: Transform + pos: -5.5,-303.5 + parent: 2 + - uid: 10360 + components: + - type: Transform + pos: -4.5,-303.5 + parent: 2 + - uid: 10361 + components: + - type: Transform + pos: -3.5,-303.5 + parent: 2 + - uid: 10362 + components: + - type: Transform + pos: -2.5,-303.5 + parent: 2 + - uid: 10363 + components: + - type: Transform + pos: -4.5,-302.5 + parent: 2 + - uid: 10364 + components: + - type: Transform + pos: -4.5,-301.5 + parent: 2 + - uid: 10365 + components: + - type: Transform + pos: -4.5,-300.5 + parent: 2 + - uid: 10366 + components: + - type: Transform + pos: -4.5,-299.5 + parent: 2 + - uid: 10367 + components: + - type: Transform + pos: -4.5,-304.5 + parent: 2 + - uid: 10368 + components: + - type: Transform + pos: -4.5,-305.5 + parent: 2 + - uid: 10369 + components: + - type: Transform + pos: -1.5,-303.5 + parent: 2 + - uid: 10370 + components: + - type: Transform + pos: -0.5,-303.5 + parent: 2 + - uid: 10371 + components: + - type: Transform + pos: 0.5,-303.5 + parent: 2 + - uid: 10372 + components: + - type: Transform + pos: 0.5,-302.5 + parent: 2 + - uid: 10373 + components: + - type: Transform + pos: 0.5,-301.5 + parent: 2 + - uid: 10374 + components: + - type: Transform + pos: 0.5,-300.5 + parent: 2 + - uid: 10375 + components: + - type: Transform + pos: 0.5,-299.5 + parent: 2 + - uid: 10376 + components: + - type: Transform + pos: 0.5,-298.5 + parent: 2 + - uid: 10377 + components: + - type: Transform + pos: 0.5,-297.5 + parent: 2 + - uid: 10378 + components: + - type: Transform + pos: 0.5,-296.5 + parent: 2 + - uid: 10379 + components: + - type: Transform + pos: 0.5,-295.5 + parent: 2 + - uid: 10380 + components: + - type: Transform + pos: 0.5,-294.5 + parent: 2 + - uid: 10381 + components: + - type: Transform + pos: -0.5,-295.5 + parent: 2 + - uid: 10382 + components: + - type: Transform + pos: -1.5,-295.5 + parent: 2 + - uid: 10383 + components: + - type: Transform + pos: 1.5,-295.5 + parent: 2 + - uid: 10384 + components: + - type: Transform + pos: 2.5,-295.5 + parent: 2 + - uid: 10385 + components: + - type: Transform + pos: -0.5,-297.5 + parent: 2 + - uid: 10386 + components: + - type: Transform + pos: -1.5,-297.5 + parent: 2 + - uid: 10387 + components: + - type: Transform + pos: -2.5,-297.5 + parent: 2 + - uid: 10388 + components: + - type: Transform + pos: -3.5,-297.5 + parent: 2 + - uid: 10389 + components: + - type: Transform + pos: -4.5,-297.5 + parent: 2 + - uid: 10390 + components: + - type: Transform + pos: -5.5,-297.5 + parent: 2 + - uid: 10391 + components: + - type: Transform + pos: -6.5,-297.5 + parent: 2 + - uid: 10392 + components: + - type: Transform + pos: -7.5,-297.5 + parent: 2 + - uid: 10393 + components: + - type: Transform + pos: 0.5,-304.5 + parent: 2 + - uid: 10394 + components: + - type: Transform + pos: 1.5,-303.5 + parent: 2 + - uid: 10395 + components: + - type: Transform + pos: 0.5,-305.5 + parent: 2 + - uid: 10396 + components: + - type: Transform + pos: 0.5,-306.5 + parent: 2 + - uid: 10397 + components: + - type: Transform + pos: -3.5,-320.5 + parent: 2 + - uid: 10398 + components: + - type: Transform + pos: -3.5,-319.5 + parent: 2 + - uid: 10399 + components: + - type: Transform + pos: -3.5,-318.5 + parent: 2 + - uid: 10400 + components: + - type: Transform + pos: -3.5,-317.5 + parent: 2 + - uid: 10401 + components: + - type: Transform + pos: -3.5,-316.5 + parent: 2 + - uid: 10402 + components: + - type: Transform + pos: -3.5,-315.5 + parent: 2 + - uid: 10407 + components: + - type: Transform + pos: -3.5,-314.5 + parent: 2 + - uid: 10408 + components: + - type: Transform + pos: -3.5,-313.5 + parent: 2 + - uid: 10409 + components: + - type: Transform + pos: -3.5,-312.5 + parent: 2 + - uid: 10410 + components: + - type: Transform + pos: -3.5,-311.5 + parent: 2 + - uid: 10411 + components: + - type: Transform + pos: -3.5,-310.5 + parent: 2 + - uid: 10412 + components: + - type: Transform + pos: -3.5,-309.5 + parent: 2 + - uid: 10413 + components: + - type: Transform + pos: -3.5,-308.5 + parent: 2 + - uid: 10414 + components: + - type: Transform + pos: -2.5,-308.5 + parent: 2 + - uid: 10415 + components: + - type: Transform + pos: -4.5,-308.5 + parent: 2 + - uid: 10416 + components: + - type: Transform + pos: -3.5,-307.5 + parent: 2 + - uid: 10417 + components: + - type: Transform + pos: -4.5,-314.5 + parent: 2 + - uid: 10418 + components: + - type: Transform + pos: -5.5,-314.5 + parent: 2 + - uid: 10419 + components: + - type: Transform + pos: -6.5,-314.5 + parent: 2 + - uid: 10420 + components: + - type: Transform + pos: -7.5,-314.5 + parent: 2 + - uid: 10421 + components: + - type: Transform + pos: -8.5,-314.5 + parent: 2 + - uid: 10422 + components: + - type: Transform + pos: -4.5,-318.5 + parent: 2 + - uid: 10423 + components: + - type: Transform + pos: -5.5,-318.5 + parent: 2 + - uid: 10424 + components: + - type: Transform + pos: -6.5,-318.5 + parent: 2 + - uid: 10425 + components: + - type: Transform + pos: -7.5,-318.5 + parent: 2 + - uid: 10426 + components: + - type: Transform + pos: -8.5,-318.5 + parent: 2 + - uid: 10427 + components: + - type: Transform + pos: -4.5,-316.5 + parent: 2 + - uid: 10428 + components: + - type: Transform + pos: -5.5,-316.5 + parent: 2 + - uid: 10429 + components: + - type: Transform + pos: -2.5,-317.5 + parent: 2 + - uid: 10430 + components: + - type: Transform + pos: -1.5,-317.5 + parent: 2 + - uid: 10431 + components: + - type: Transform + pos: -0.5,-317.5 + parent: 2 + - uid: 10432 + components: + - type: Transform + pos: 0.5,-317.5 + parent: 2 + - uid: 10433 + components: + - type: Transform + pos: 0.5,-318.5 + parent: 2 + - uid: 10434 + components: + - type: Transform + pos: 0.5,-319.5 + parent: 2 + - uid: 10435 + components: + - type: Transform + pos: 1.5,-319.5 + parent: 2 + - uid: 10436 + components: + - type: Transform + pos: 1.5,-317.5 + parent: 2 + - uid: 10437 + components: + - type: Transform + pos: 0.5,-316.5 + parent: 2 + - uid: 10438 + components: + - type: Transform + pos: 0.5,-320.5 + parent: 2 + - uid: 10439 + components: + - type: Transform + pos: 0.5,-321.5 + parent: 2 + - uid: 10440 + components: + - type: Transform + pos: -0.5,-321.5 + parent: 2 + - uid: 10441 + components: + - type: Transform + pos: -1.5,-321.5 + parent: 2 + - uid: 10442 + components: + - type: Transform + pos: 1.5,-321.5 + parent: 2 + - uid: 10443 + components: + - type: Transform + pos: 0.5,-322.5 + parent: 2 + - uid: 10444 + components: + - type: Transform + pos: 2.5,-321.5 + parent: 2 + - uid: 10445 + components: + - type: Transform + pos: 2.5,-319.5 + parent: 2 + - uid: 10446 + components: + - type: Transform + pos: 3.5,-319.5 + parent: 2 + - uid: 10447 + components: + - type: Transform + pos: 4.5,-319.5 + parent: 2 + - uid: 10448 + components: + - type: Transform + pos: 5.5,-319.5 + parent: 2 + - uid: 10449 + components: + - type: Transform + pos: 6.5,-319.5 + parent: 2 + - uid: 10450 + components: + - type: Transform + pos: 6.5,-318.5 + parent: 2 + - uid: 10451 + components: + - type: Transform + pos: 7.5,-318.5 + parent: 2 + - uid: 10452 + components: + - type: Transform + pos: 8.5,-318.5 + parent: 2 + - uid: 10453 + components: + - type: Transform + pos: 9.5,-318.5 + parent: 2 + - uid: 10454 + components: + - type: Transform + pos: 10.5,-318.5 + parent: 2 + - uid: 10455 + components: + - type: Transform + pos: 5.5,-317.5 + parent: 2 + - uid: 10456 + components: + - type: Transform + pos: 5.5,-316.5 + parent: 2 + - uid: 10457 + components: + - type: Transform + pos: 5.5,-315.5 + parent: 2 + - uid: 10458 + components: + - type: Transform + pos: 5.5,-314.5 + parent: 2 + - uid: 10459 + components: + - type: Transform + pos: 5.5,-313.5 + parent: 2 + - uid: 10460 + components: + - type: Transform + pos: 5.5,-312.5 + parent: 2 + - uid: 10461 + components: + - type: Transform + pos: 5.5,-311.5 + parent: 2 + - uid: 10462 + components: + - type: Transform + pos: 5.5,-310.5 + parent: 2 + - uid: 10463 + components: + - type: Transform + pos: 4.5,-313.5 + parent: 2 + - uid: 10464 + components: + - type: Transform + pos: 3.5,-313.5 + parent: 2 + - uid: 10465 + components: + - type: Transform + pos: 2.5,-313.5 + parent: 2 + - uid: 10466 + components: + - type: Transform + pos: 6.5,-313.5 + parent: 2 + - uid: 10467 + components: + - type: Transform + pos: 7.5,-313.5 + parent: 2 + - uid: 10468 + components: + - type: Transform + pos: 6.5,-315.5 + parent: 2 + - uid: 10469 + components: + - type: Transform + pos: 7.5,-315.5 + parent: 2 + - uid: 10470 + components: + - type: Transform + pos: 8.5,-315.5 + parent: 2 + - uid: 10471 + components: + - type: Transform + pos: 4.5,-315.5 + parent: 2 + - uid: 10472 + components: + - type: Transform + pos: 3.5,-315.5 + parent: 2 + - uid: 10473 + components: + - type: Transform + pos: 6.5,-311.5 + parent: 2 + - uid: 10474 + components: + - type: Transform + pos: 7.5,-311.5 + parent: 2 + - uid: 10475 + components: + - type: Transform + pos: 4.5,-311.5 + parent: 2 + - uid: 10477 + components: + - type: Transform + pos: 3.5,-311.5 + parent: 2 + - uid: 10478 + components: + - type: Transform + pos: 2.5,-301.5 + parent: 2 + - uid: 10479 + components: + - type: Transform + pos: 3.5,-301.5 + parent: 2 + - uid: 10480 + components: + - type: Transform + pos: 4.5,-301.5 + parent: 2 + - uid: 10481 + components: + - type: Transform + pos: 5.5,-301.5 + parent: 2 + - uid: 10482 + components: + - type: Transform + pos: 6.5,-301.5 + parent: 2 + - uid: 10483 + components: + - type: Transform + pos: 6.5,-302.5 + parent: 2 + - uid: 10484 + components: + - type: Transform + pos: 6.5,-303.5 + parent: 2 + - uid: 10485 + components: + - type: Transform + pos: 6.5,-304.5 + parent: 2 + - uid: 10486 + components: + - type: Transform + pos: 6.5,-305.5 + parent: 2 + - uid: 10487 + components: + - type: Transform + pos: 6.5,-306.5 + parent: 2 + - uid: 10488 + components: + - type: Transform + pos: 6.5,-307.5 + parent: 2 + - uid: 10489 + components: + - type: Transform + pos: 5.5,-307.5 + parent: 2 + - uid: 10490 + components: + - type: Transform + pos: 4.5,-307.5 + parent: 2 + - uid: 10491 + components: + - type: Transform + pos: 3.5,-307.5 + parent: 2 + - uid: 10492 + components: + - type: Transform + pos: 2.5,-307.5 + parent: 2 + - uid: 10493 + components: + - type: Transform + pos: 7.5,-307.5 + parent: 2 + - uid: 10494 + components: + - type: Transform + pos: 8.5,-307.5 + parent: 2 + - uid: 10495 + components: + - type: Transform + pos: 9.5,-307.5 + parent: 2 + - uid: 10496 + components: + - type: Transform + pos: 10.5,-307.5 + parent: 2 + - uid: 10497 + components: + - type: Transform + pos: 11.5,-307.5 + parent: 2 + - uid: 10498 + components: + - type: Transform + pos: 9.5,-308.5 + parent: 2 + - uid: 10499 + components: + - type: Transform + pos: 9.5,-309.5 + parent: 2 + - uid: 10500 + components: + - type: Transform + pos: 9.5,-310.5 + parent: 2 + - uid: 10501 + components: + - type: Transform + pos: 9.5,-311.5 + parent: 2 + - uid: 10502 + components: + - type: Transform + pos: 9.5,-312.5 + parent: 2 + - uid: 10503 + components: + - type: Transform + pos: 9.5,-313.5 + parent: 2 + - uid: 10504 + components: + - type: Transform + pos: 9.5,-306.5 + parent: 2 + - uid: 10505 + components: + - type: Transform + pos: 9.5,-305.5 + parent: 2 + - uid: 10506 + components: + - type: Transform + pos: 9.5,-304.5 + parent: 2 + - uid: 10507 + components: + - type: Transform + pos: 9.5,-303.5 + parent: 2 + - uid: 10508 + components: + - type: Transform + pos: 9.5,-302.5 + parent: 2 + - uid: 10509 + components: + - type: Transform + pos: 9.5,-301.5 + parent: 2 + - uid: 10510 + components: + - type: Transform + pos: 9.5,-300.5 + parent: 2 + - uid: 10511 + components: + - type: Transform + pos: 9.5,-299.5 + parent: 2 + - uid: 10512 + components: + - type: Transform + pos: 9.5,-298.5 + parent: 2 + - uid: 10513 + components: + - type: Transform + pos: 9.5,-297.5 + parent: 2 + - uid: 10514 + components: + - type: Transform + pos: 1.5,-297.5 + parent: 2 + - uid: 10515 + components: + - type: Transform + pos: 2.5,-297.5 + parent: 2 + - uid: 10516 + components: + - type: Transform + pos: 3.5,-297.5 + parent: 2 + - uid: 10517 + components: + - type: Transform + pos: 4.5,-297.5 + parent: 2 + - uid: 10518 + components: + - type: Transform + pos: 5.5,-297.5 + parent: 2 + - uid: 10519 + components: + - type: Transform + pos: 5.5,-303.5 + parent: 2 + - uid: 10520 + components: + - type: Transform + pos: 4.5,-303.5 + parent: 2 + - uid: 10521 + components: + - type: Transform + pos: 3.5,-303.5 + parent: 2 + - uid: 10522 + components: + - type: Transform + pos: 7.5,-303.5 + parent: 2 + - uid: 10523 + components: + - type: Transform + pos: 7.5,-301.5 + parent: 2 + - uid: 10524 + components: + - type: Transform + pos: 4.5,-300.5 + parent: 2 + - uid: 10525 + components: + - type: Transform + pos: 6.5,-300.5 + parent: 2 + - uid: 10526 + components: + - type: Transform + pos: 4.5,-304.5 + parent: 2 + - uid: 10527 + components: + - type: Transform + pos: 6.5,-308.5 + parent: 2 + - uid: 10616 + components: + - type: Transform + pos: 0.5,-315.5 + parent: 2 + - uid: 10617 + components: + - type: Transform + pos: 0.5,-314.5 + parent: 2 + - uid: 10618 + components: + - type: Transform + pos: 0.5,-313.5 + parent: 2 + - uid: 10619 + components: + - type: Transform + pos: 0.5,-312.5 + parent: 2 + - uid: 10620 + components: + - type: Transform + pos: 0.5,-311.5 + parent: 2 + - uid: 10621 + components: + - type: Transform + pos: 0.5,-310.5 + parent: 2 + - uid: 10622 + components: + - type: Transform + pos: 0.5,-309.5 + parent: 2 + - uid: 10707 + components: + - type: Transform + pos: -4.5,-329.5 + parent: 2 + - uid: 10712 + components: + - type: Transform + pos: 7.5,-342.5 + parent: 2 + - uid: 10764 + components: + - type: Transform + pos: -5.5,-335.5 + parent: 2 + - uid: 10847 + components: + - type: Transform + pos: -1.5,-54.5 + parent: 2 + - uid: 10861 + components: + - type: Transform + pos: -2.5,-330.5 + parent: 2 + - uid: 10925 + components: + - type: Transform + pos: -17.5,-256.5 + parent: 2 + - uid: 10939 + components: + - type: Transform + pos: 5.5,-267.5 + parent: 2 + - uid: 10940 + components: + - type: Transform + pos: 0.5,-326.5 + parent: 2 + - uid: 10941 + components: + - type: Transform + pos: 0.5,-327.5 + parent: 2 + - uid: 10942 + components: + - type: Transform + pos: 0.5,-328.5 + parent: 2 + - uid: 10943 + components: + - type: Transform + pos: 1.5,-327.5 + parent: 2 + - uid: 10944 + components: + - type: Transform + pos: 2.5,-327.5 + parent: 2 + - uid: 10945 + components: + - type: Transform + pos: -0.5,-327.5 + parent: 2 + - uid: 10946 + components: + - type: Transform + pos: -1.5,-327.5 + parent: 2 + - uid: 10947 + components: + - type: Transform + pos: 0.5,-329.5 + parent: 2 + - uid: 10948 + components: + - type: Transform + pos: 0.5,-330.5 + parent: 2 + - uid: 10949 + components: + - type: Transform + pos: 1.5,-330.5 + parent: 2 + - uid: 10950 + components: + - type: Transform + pos: 2.5,-330.5 + parent: 2 + - uid: 10951 + components: + - type: Transform + pos: 3.5,-330.5 + parent: 2 + - uid: 10952 + components: + - type: Transform + pos: 4.5,-330.5 + parent: 2 + - uid: 10953 + components: + - type: Transform + pos: 5.5,-330.5 + parent: 2 + - uid: 10954 + components: + - type: Transform + pos: 6.5,-330.5 + parent: 2 + - uid: 10955 + components: + - type: Transform + pos: 6.5,-329.5 + parent: 2 + - uid: 10956 + components: + - type: Transform + pos: 6.5,-328.5 + parent: 2 + - uid: 10958 + components: + - type: Transform + pos: 5.5,-331.5 + parent: 2 + - uid: 10959 + components: + - type: Transform + pos: 5.5,-332.5 + parent: 2 + - uid: 10960 + components: + - type: Transform + pos: 0.5,-331.5 + parent: 2 + - uid: 10961 + components: + - type: Transform + pos: 0.5,-332.5 + parent: 2 + - uid: 10965 + components: + - type: Transform + pos: -4.5,-330.5 + parent: 2 + - uid: 10967 + components: + - type: Transform + pos: -6.5,-335.5 + parent: 2 + - uid: 10974 + components: + - type: Transform + pos: -3.5,-334.5 + parent: 2 + - uid: 10975 + components: + - type: Transform + pos: -4.5,-334.5 + parent: 2 + - uid: 10978 + components: + - type: Transform + pos: -4.5,-335.5 + parent: 2 + - uid: 10979 + components: + - type: Transform + pos: -4.5,-336.5 + parent: 2 + - uid: 10980 + components: + - type: Transform + pos: -4.5,-337.5 + parent: 2 + - uid: 10981 + components: + - type: Transform + pos: -4.5,-338.5 + parent: 2 + - uid: 10982 + components: + - type: Transform + pos: -3.5,-347.5 + parent: 2 + - uid: 10983 + components: + - type: Transform + pos: -3.5,-346.5 + parent: 2 + - uid: 10984 + components: + - type: Transform + pos: -3.5,-345.5 + parent: 2 + - uid: 10985 + components: + - type: Transform + pos: -3.5,-344.5 + parent: 2 + - uid: 10986 + components: + - type: Transform + pos: -4.5,-345.5 + parent: 2 + - uid: 10987 + components: + - type: Transform + pos: -4.5,-345.5 + parent: 2 + - uid: 10988 + components: + - type: Transform + pos: -2.5,-345.5 + parent: 2 + - uid: 10989 + components: + - type: Transform + pos: 4.5,-347.5 + parent: 2 + - uid: 10990 + components: + - type: Transform + pos: 4.5,-346.5 + parent: 2 + - uid: 10991 + components: + - type: Transform + pos: 4.5,-345.5 + parent: 2 + - uid: 11004 + components: + - type: Transform + pos: -4.5,-326.5 + parent: 2 + - uid: 11005 + components: + - type: Transform + pos: -4.5,-327.5 + parent: 2 + - uid: 11008 + components: + - type: Transform + pos: 3.5,-340.5 + parent: 2 + - uid: 11009 + components: + - type: Transform + pos: 2.5,-340.5 + parent: 2 + - uid: 11010 + components: + - type: Transform + pos: -4.5,-339.5 + parent: 2 + - uid: 11011 + components: + - type: Transform + pos: -4.5,-340.5 + parent: 2 + - uid: 11012 + components: + - type: Transform + pos: -4.5,-341.5 + parent: 2 + - uid: 11013 + components: + - type: Transform + pos: -4.5,-342.5 + parent: 2 + - uid: 11015 + components: + - type: Transform + pos: -3.5,-338.5 + parent: 2 + - uid: 11016 + components: + - type: Transform + pos: -2.5,-338.5 + parent: 2 + - uid: 11017 + components: + - type: Transform + pos: -1.5,-338.5 + parent: 2 + - uid: 11018 + components: + - type: Transform + pos: -0.5,-338.5 + parent: 2 + - uid: 11019 + components: + - type: Transform + pos: 0.5,-338.5 + parent: 2 + - uid: 11020 + components: + - type: Transform + pos: -3.5,-341.5 + parent: 2 + - uid: 11021 + components: + - type: Transform + pos: -2.5,-341.5 + parent: 2 + - uid: 11022 + components: + - type: Transform + pos: -1.5,-341.5 + parent: 2 + - uid: 11023 + components: + - type: Transform + pos: -0.5,-341.5 + parent: 2 + - uid: 11024 + components: + - type: Transform + pos: 0.5,-341.5 + parent: 2 + - uid: 11025 + components: + - type: Transform + pos: 0.5,-342.5 + parent: 2 + - uid: 11026 + components: + - type: Transform + pos: 0.5,-343.5 + parent: 2 + - uid: 11027 + components: + - type: Transform + pos: 0.5,-344.5 + parent: 2 + - uid: 11028 + components: + - type: Transform + pos: 0.5,-345.5 + parent: 2 + - uid: 11029 + components: + - type: Transform + pos: 0.5,-346.5 + parent: 2 + - uid: 11030 + components: + - type: Transform + pos: 0.5,-347.5 + parent: 2 + - uid: 11031 + components: + - type: Transform + pos: 0.5,-348.5 + parent: 2 + - uid: 11032 + components: + - type: Transform + pos: 0.5,-349.5 + parent: 2 + - uid: 11033 + components: + - type: Transform + pos: 1.5,-348.5 + parent: 2 + - uid: 11034 + components: + - type: Transform + pos: 2.5,-348.5 + parent: 2 + - uid: 11035 + components: + - type: Transform + pos: -0.5,-348.5 + parent: 2 + - uid: 11036 + components: + - type: Transform + pos: -1.5,-348.5 + parent: 2 + - uid: 11037 + components: + - type: Transform + pos: -5.5,-338.5 + parent: 2 + - uid: 11038 + components: + - type: Transform + pos: -0.5,-337.5 + parent: 2 + - uid: 11039 + components: + - type: Transform + pos: -0.5,-336.5 + parent: 2 + - uid: 11040 + components: + - type: Transform + pos: -0.5,-335.5 + parent: 2 + - uid: 11041 + components: + - type: Transform + pos: -0.5,-334.5 + parent: 2 + - uid: 11042 + components: + - type: Transform + pos: -5.5,-341.5 + parent: 2 + - uid: 11111 + components: + - type: Transform + pos: 7.5,-338.5 + parent: 2 + - uid: 11547 + components: + - type: Transform + pos: 4.5,-340.5 + parent: 2 + - uid: 11553 + components: + - type: Transform + pos: 0.5,-353.5 + parent: 2 + - uid: 11555 + components: + - type: Transform + pos: 2.5,-354.5 + parent: 2 + - uid: 11556 + components: + - type: Transform + pos: 0.5,-355.5 + parent: 2 + - uid: 11558 + components: + - type: Transform + pos: 0.5,-354.5 + parent: 2 + - uid: 11560 + components: + - type: Transform + pos: 1.5,-354.5 + parent: 2 + - uid: 11561 + components: + - type: Transform + pos: -0.5,-354.5 + parent: 2 + - uid: 11562 + components: + - type: Transform + pos: -1.5,-354.5 + parent: 2 + - uid: 11564 + components: + - type: Transform + pos: 0.5,-356.5 + parent: 2 + - uid: 11565 + components: + - type: Transform + pos: 0.5,-357.5 + parent: 2 + - uid: 11566 + components: + - type: Transform + pos: 0.5,-358.5 + parent: 2 + - uid: 11567 + components: + - type: Transform + pos: 0.5,-359.5 + parent: 2 + - uid: 11568 + components: + - type: Transform + pos: 0.5,-360.5 + parent: 2 + - uid: 11569 + components: + - type: Transform + pos: 0.5,-361.5 + parent: 2 + - uid: 11570 + components: + - type: Transform + pos: 1.5,-361.5 + parent: 2 + - uid: 11571 + components: + - type: Transform + pos: -0.5,-357.5 + parent: 2 + - uid: 11572 + components: + - type: Transform + pos: -1.5,-357.5 + parent: 2 + - uid: 11573 + components: + - type: Transform + pos: -2.5,-357.5 + parent: 2 + - uid: 11574 + components: + - type: Transform + pos: -3.5,-357.5 + parent: 2 + - uid: 11575 + components: + - type: Transform + pos: -4.5,-357.5 + parent: 2 + - uid: 11576 + components: + - type: Transform + pos: -5.5,-357.5 + parent: 2 + - uid: 11577 + components: + - type: Transform + pos: -6.5,-357.5 + parent: 2 + - uid: 11578 + components: + - type: Transform + pos: -4.5,-356.5 + parent: 2 + - uid: 11579 + components: + - type: Transform + pos: -4.5,-355.5 + parent: 2 + - uid: 11580 + components: + - type: Transform + pos: -4.5,-358.5 + parent: 2 + - uid: 11581 + components: + - type: Transform + pos: 1.5,-357.5 + parent: 2 + - uid: 11582 + components: + - type: Transform + pos: 2.5,-357.5 + parent: 2 + - uid: 11583 + components: + - type: Transform + pos: 3.5,-357.5 + parent: 2 + - uid: 11584 + components: + - type: Transform + pos: 4.5,-357.5 + parent: 2 + - uid: 11585 + components: + - type: Transform + pos: 5.5,-357.5 + parent: 2 + - uid: 11586 + components: + - type: Transform + pos: 6.5,-357.5 + parent: 2 + - uid: 11587 + components: + - type: Transform + pos: 7.5,-357.5 + parent: 2 + - uid: 11588 + components: + - type: Transform + pos: 1.5,-359.5 + parent: 2 + - uid: 11590 + components: + - type: Transform + pos: 1.5,-359.5 + parent: 2 + - uid: 11591 + components: + - type: Transform + pos: 2.5,-359.5 + parent: 2 + - uid: 11592 + components: + - type: Transform + pos: 2.5,-360.5 + parent: 2 + - uid: 11593 + components: + - type: Transform + pos: 3.5,-360.5 + parent: 2 + - uid: 11594 + components: + - type: Transform + pos: 4.5,-360.5 + parent: 2 + - uid: 11595 + components: + - type: Transform + pos: 5.5,-360.5 + parent: 2 + - uid: 11596 + components: + - type: Transform + pos: 6.5,-360.5 + parent: 2 + - uid: 11597 + components: + - type: Transform + pos: 7.5,-360.5 + parent: 2 + - uid: 11598 + components: + - type: Transform + pos: 3.5,-361.5 + parent: 2 + - uid: 11599 + components: + - type: Transform + pos: 3.5,-362.5 + parent: 2 + - uid: 11600 + components: + - type: Transform + pos: 3.5,-363.5 + parent: 2 + - uid: 11601 + components: + - type: Transform + pos: 3.5,-364.5 + parent: 2 + - uid: 11602 + components: + - type: Transform + pos: 3.5,-365.5 + parent: 2 + - uid: 11603 + components: + - type: Transform + pos: 3.5,-366.5 + parent: 2 + - uid: 11604 + components: + - type: Transform + pos: -0.5,-359.5 + parent: 2 + - uid: 11605 + components: + - type: Transform + pos: -1.5,-359.5 + parent: 2 + - uid: 11606 + components: + - type: Transform + pos: -1.5,-360.5 + parent: 2 + - uid: 11607 + components: + - type: Transform + pos: -2.5,-360.5 + parent: 2 + - uid: 11608 + components: + - type: Transform + pos: -2.5,-361.5 + parent: 2 + - uid: 11609 + components: + - type: Transform + pos: -2.5,-362.5 + parent: 2 + - uid: 11610 + components: + - type: Transform + pos: -2.5,-363.5 + parent: 2 + - uid: 11611 + components: + - type: Transform + pos: -2.5,-364.5 + parent: 2 + - uid: 11612 + components: + - type: Transform + pos: -2.5,-365.5 + parent: 2 + - uid: 11613 + components: + - type: Transform + pos: -2.5,-366.5 + parent: 2 + - uid: 11614 + components: + - type: Transform + pos: -3.5,-360.5 + parent: 2 + - uid: 11615 + components: + - type: Transform + pos: -4.5,-360.5 + parent: 2 + - uid: 11616 + components: + - type: Transform + pos: -5.5,-360.5 + parent: 2 + - uid: 11617 + components: + - type: Transform + pos: -3.5,-363.5 + parent: 2 + - uid: 11618 + components: + - type: Transform + pos: -4.5,-363.5 + parent: 2 + - uid: 11619 + components: + - type: Transform + pos: -5.5,-363.5 + parent: 2 + - uid: 11620 + components: + - type: Transform + pos: -3.5,-366.5 + parent: 2 + - uid: 11621 + components: + - type: Transform + pos: -4.5,-366.5 + parent: 2 + - uid: 11622 + components: + - type: Transform + pos: -5.5,-366.5 + parent: 2 + - uid: 11623 + components: + - type: Transform + pos: -3.5,-367.5 + parent: 2 + - uid: 11624 + components: + - type: Transform + pos: -3.5,-368.5 + parent: 2 + - uid: 11625 + components: + - type: Transform + pos: -3.5,-369.5 + parent: 2 + - uid: 11626 + components: + - type: Transform + pos: -3.5,-370.5 + parent: 2 + - uid: 11627 + components: + - type: Transform + pos: -3.5,-371.5 + parent: 2 + - uid: 11628 + components: + - type: Transform + pos: -3.5,-372.5 + parent: 2 + - uid: 11629 + components: + - type: Transform + pos: 4.5,-367.5 + parent: 2 + - uid: 11630 + components: + - type: Transform + pos: 4.5,-368.5 + parent: 2 + - uid: 11631 + components: + - type: Transform + pos: 4.5,-369.5 + parent: 2 + - uid: 11632 + components: + - type: Transform + pos: 4.5,-370.5 + parent: 2 + - uid: 11633 + components: + - type: Transform + pos: 4.5,-371.5 + parent: 2 + - uid: 11634 + components: + - type: Transform + pos: 4.5,-372.5 + parent: 2 + - uid: 11635 + components: + - type: Transform + pos: 4.5,-366.5 + parent: 2 + - uid: 11636 + components: + - type: Transform + pos: 5.5,-366.5 + parent: 2 + - uid: 11638 + components: + - type: Transform + pos: 6.5,-366.5 + parent: 2 + - uid: 11639 + components: + - type: Transform + pos: 7.5,-366.5 + parent: 2 + - uid: 11640 + components: + - type: Transform + pos: 4.5,-363.5 + parent: 2 + - uid: 11641 + components: + - type: Transform + pos: 5.5,-363.5 + parent: 2 + - uid: 11642 + components: + - type: Transform + pos: 6.5,-363.5 + parent: 2 + - uid: 11643 + components: + - type: Transform + pos: 7.5,-363.5 + parent: 2 + - uid: 11644 + components: + - type: Transform + pos: -6.5,-363.5 + parent: 2 + - uid: 11645 + components: + - type: Transform + pos: -6.5,-366.5 + parent: 2 + - uid: 11647 + components: + - type: Transform + pos: -6.5,-360.5 + parent: 2 + - uid: 11648 + components: + - type: Transform + pos: -4.5,-360.5 + parent: 2 + - uid: 11650 + components: + - type: Transform + pos: 5.5,-371.5 + parent: 2 + - uid: 11651 + components: + - type: Transform + pos: 6.5,-371.5 + parent: 2 + - uid: 11652 + components: + - type: Transform + pos: 4.5,-373.5 + parent: 2 + - uid: 11654 + components: + - type: Transform + pos: 3.5,-371.5 + parent: 2 + - uid: 11655 + components: + - type: Transform + pos: 2.5,-371.5 + parent: 2 + - uid: 11656 + components: + - type: Transform + pos: 1.5,-371.5 + parent: 2 + - uid: 11657 + components: + - type: Transform + pos: -2.5,-371.5 + parent: 2 + - uid: 11658 + components: + - type: Transform + pos: -4.5,-371.5 + parent: 2 + - uid: 11659 + components: + - type: Transform + pos: -3.5,-373.5 + parent: 2 + - uid: 11660 + components: + - type: Transform + pos: -5.5,-371.5 + parent: 2 + - uid: 11662 + components: + - type: Transform + pos: -1.5,-371.5 + parent: 2 + - uid: 11663 + components: + - type: Transform + pos: -0.5,-371.5 + parent: 2 + - uid: 11664 + components: + - type: Transform + pos: 1.5,-372.5 + parent: 2 + - uid: 11665 + components: + - type: Transform + pos: 1.5,-373.5 + parent: 2 + - uid: 11666 + components: + - type: Transform + pos: 1.5,-370.5 + parent: 2 + - uid: 11667 + components: + - type: Transform + pos: -0.5,-370.5 + parent: 2 + - uid: 11668 + components: + - type: Transform + pos: -0.5,-372.5 + parent: 2 + - uid: 11669 + components: + - type: Transform + pos: -0.5,-373.5 + parent: 2 + - uid: 11678 + components: + - type: Transform + pos: 0.5,-363.5 + parent: 2 + - uid: 11679 + components: + - type: Transform + pos: 0.5,-364.5 + parent: 2 + - uid: 11680 + components: + - type: Transform + pos: 0.5,-365.5 + parent: 2 + - uid: 11681 + components: + - type: Transform + pos: 0.5,-366.5 + parent: 2 + - uid: 11682 + components: + - type: Transform + pos: 0.5,-367.5 + parent: 2 + - uid: 11683 + components: + - type: Transform + pos: 0.5,-368.5 + parent: 2 + - uid: 11951 + components: + - type: Transform + pos: 7.5,-344.5 + parent: 2 + - uid: 12025 + components: + - type: Transform + pos: 4.5,-336.5 + parent: 2 + - uid: 12058 + components: + - type: Transform + pos: 7.5,-334.5 + parent: 2 + - uid: 12061 + components: + - type: Transform + pos: -2.5,-314.5 + parent: 2 + - uid: 12065 + components: + - type: Transform + pos: 4.5,-117.5 + parent: 2 + - uid: 12066 + components: + - type: Transform + pos: 3.5,-117.5 + parent: 2 + - uid: 12092 + components: + - type: Transform + pos: 5.5,-342.5 + parent: 2 + - uid: 12106 + components: + - type: Transform + pos: 5.5,-341.5 + parent: 2 + - uid: 12112 + components: + - type: Transform + pos: 7.5,-336.5 + parent: 2 + - uid: 12167 + components: + - type: Transform + pos: -1.5,-11.5 + parent: 2 + - uid: 12332 + components: + - type: Transform + pos: 16.5,-252.5 + parent: 2 + - uid: 12471 + components: + - type: Transform + pos: 16.5,-251.5 + parent: 2 + - uid: 12495 + components: + - type: Transform + pos: 16.5,-253.5 + parent: 2 + - uid: 13215 + components: + - type: Transform + pos: 19.5,-245.5 + parent: 2 + - uid: 13274 + components: + - type: Transform + pos: 16.5,-249.5 + parent: 2 + - uid: 13283 + components: + - type: Transform + pos: 14.5,-249.5 + parent: 2 + - uid: 13284 + components: + - type: Transform + pos: 16.5,-248.5 + parent: 2 + - uid: 13285 + components: + - type: Transform + pos: 18.5,-244.5 + parent: 2 + - uid: 13302 + components: + - type: Transform + pos: -7.5,-308.5 + parent: 2 + - uid: 13436 + components: + - type: Transform + pos: 8.5,-137.5 + parent: 2 + - uid: 13437 + components: + - type: Transform + pos: 8.5,-136.5 + parent: 2 + - uid: 13438 + components: + - type: Transform + pos: 7.5,-136.5 + parent: 2 + - uid: 13439 + components: + - type: Transform + pos: 7.5,-135.5 + parent: 2 + - uid: 13440 + components: + - type: Transform + pos: 6.5,-135.5 + parent: 2 + - uid: 13441 + components: + - type: Transform + pos: 5.5,-135.5 + parent: 2 + - uid: 13442 + components: + - type: Transform + pos: 5.5,-134.5 + parent: 2 + - uid: 14005 + components: + - type: Transform + pos: -6.5,-164.5 + parent: 2 + - uid: 14015 + components: + - type: Transform + pos: 7.5,-254.5 + parent: 2 + - uid: 14016 + components: + - type: Transform + pos: 19.5,-255.5 + parent: 2 + - uid: 14017 + components: + - type: Transform + pos: 15.5,-256.5 + parent: 2 + - uid: 14514 + components: + - type: Transform + pos: 18.5,-84.5 + parent: 2 + - uid: 14515 + components: + - type: Transform + pos: 17.5,-84.5 + parent: 2 + - uid: 14516 + components: + - type: Transform + pos: 16.5,-84.5 + parent: 2 + - uid: 14517 + components: + - type: Transform + pos: 15.5,-84.5 + parent: 2 + - uid: 14518 + components: + - type: Transform + pos: 15.5,-83.5 + parent: 2 + - uid: 14519 + components: + - type: Transform + pos: 15.5,-82.5 + parent: 2 + - uid: 14520 + components: + - type: Transform + pos: 15.5,-81.5 + parent: 2 + - uid: 14521 + components: + - type: Transform + pos: 15.5,-80.5 + parent: 2 + - uid: 14522 + components: + - type: Transform + pos: 15.5,-79.5 + parent: 2 + - uid: 14523 + components: + - type: Transform + pos: 15.5,-78.5 + parent: 2 + - uid: 14524 + components: + - type: Transform + pos: 15.5,-77.5 + parent: 2 + - uid: 14525 + components: + - type: Transform + pos: 15.5,-76.5 + parent: 2 + - uid: 14526 + components: + - type: Transform + pos: 15.5,-75.5 + parent: 2 + - uid: 14527 + components: + - type: Transform + pos: 15.5,-74.5 + parent: 2 + - uid: 14528 + components: + - type: Transform + pos: 15.5,-73.5 + parent: 2 + - uid: 14529 + components: + - type: Transform + pos: 15.5,-72.5 + parent: 2 + - uid: 14530 + components: + - type: Transform + pos: 15.5,-71.5 + parent: 2 + - uid: 14531 + components: + - type: Transform + pos: 15.5,-70.5 + parent: 2 + - uid: 14532 + components: + - type: Transform + pos: 15.5,-69.5 + parent: 2 + - uid: 14533 + components: + - type: Transform + pos: 15.5,-68.5 + parent: 2 + - uid: 14534 + components: + - type: Transform + pos: 15.5,-67.5 + parent: 2 + - uid: 14535 + components: + - type: Transform + pos: 15.5,-66.5 + parent: 2 + - uid: 14536 + components: + - type: Transform + pos: 15.5,-65.5 + parent: 2 + - uid: 14537 + components: + - type: Transform + pos: 15.5,-64.5 + parent: 2 + - uid: 14538 + components: + - type: Transform + pos: 15.5,-63.5 + parent: 2 + - uid: 14539 + components: + - type: Transform + pos: 15.5,-62.5 + parent: 2 + - uid: 14540 + components: + - type: Transform + pos: 15.5,-61.5 + parent: 2 + - uid: 14541 + components: + - type: Transform + pos: 15.5,-60.5 + parent: 2 + - uid: 14542 + components: + - type: Transform + pos: 14.5,-61.5 + parent: 2 + - uid: 14543 + components: + - type: Transform + pos: 13.5,-61.5 + parent: 2 + - uid: 14544 + components: + - type: Transform + pos: 16.5,-61.5 + parent: 2 + - uid: 14545 + components: + - type: Transform + pos: 17.5,-61.5 + parent: 2 + - uid: 14546 + components: + - type: Transform + pos: 14.5,-69.5 + parent: 2 + - uid: 14547 + components: + - type: Transform + pos: 13.5,-69.5 + parent: 2 + - uid: 14548 + components: + - type: Transform + pos: 16.5,-69.5 + parent: 2 + - uid: 14549 + components: + - type: Transform + pos: 17.5,-69.5 + parent: 2 + - uid: 14550 + components: + - type: Transform + pos: 16.5,-73.5 + parent: 2 + - uid: 14551 + components: + - type: Transform + pos: 17.5,-73.5 + parent: 2 + - uid: 14552 + components: + - type: Transform + pos: 14.5,-73.5 + parent: 2 + - uid: 14553 + components: + - type: Transform + pos: 13.5,-73.5 + parent: 2 + - uid: 14555 + components: + - type: Transform + pos: 14.5,-81.5 + parent: 2 + - uid: 14556 + components: + - type: Transform + pos: 13.5,-81.5 + parent: 2 + - uid: 14557 + components: + - type: Transform + pos: 16.5,-81.5 + parent: 2 + - uid: 14558 + components: + - type: Transform + pos: 17.5,-81.5 + parent: 2 + - uid: 14559 + components: + - type: Transform + pos: 12.5,-81.5 + parent: 2 + - uid: 14560 + components: + - type: Transform + pos: 11.5,-81.5 + parent: 2 + - uid: 14561 + components: + - type: Transform + pos: 10.5,-81.5 + parent: 2 + - uid: 14562 + components: + - type: Transform + pos: 9.5,-81.5 + parent: 2 + - uid: 14574 + components: + - type: Transform + pos: -4.5,-104.5 + parent: 2 + - uid: 14623 + components: + - type: Transform + pos: -4.5,-325.5 + parent: 2 + - uid: 14650 + components: + - type: Transform + pos: 4.5,-247.5 + parent: 2 + - uid: 14663 + components: + - type: Transform + pos: -3.5,-247.5 + parent: 2 + - uid: 14664 + components: + - type: Transform + pos: -2.5,-247.5 + parent: 2 + - uid: 14665 + components: + - type: Transform + pos: -1.5,-247.5 + parent: 2 + - uid: 14666 + components: + - type: Transform + pos: -0.5,-247.5 + parent: 2 + - uid: 14667 + components: + - type: Transform + pos: 0.5,-247.5 + parent: 2 + - uid: 14668 + components: + - type: Transform + pos: 1.5,-247.5 + parent: 2 + - uid: 14669 + components: + - type: Transform + pos: 2.5,-247.5 + parent: 2 + - uid: 14670 + components: + - type: Transform + pos: 0.5,-246.5 + parent: 2 + - uid: 14671 + components: + - type: Transform + pos: 0.5,-245.5 + parent: 2 + - uid: 14672 + components: + - type: Transform + pos: 0.5,-244.5 + parent: 2 + - uid: 14673 + components: + - type: Transform + pos: 0.5,-243.5 + parent: 2 + - uid: 14674 + components: + - type: Transform + pos: -0.5,-243.5 + parent: 2 + - uid: 14675 + components: + - type: Transform + pos: 1.5,-243.5 + parent: 2 + - uid: 14676 + components: + - type: Transform + pos: -1.5,-243.5 + parent: 2 + - uid: 14677 + components: + - type: Transform + pos: -2.5,-243.5 + parent: 2 + - uid: 14678 + components: + - type: Transform + pos: -3.5,-243.5 + parent: 2 + - uid: 14679 + components: + - type: Transform + pos: -4.5,-243.5 + parent: 2 + - uid: 14692 + components: + - type: Transform + pos: -6.5,-252.5 + parent: 2 + - uid: 14693 + components: + - type: Transform + pos: -6.5,-253.5 + parent: 2 + - uid: 14694 + components: + - type: Transform + pos: -6.5,-254.5 + parent: 2 + - uid: 14695 + components: + - type: Transform + pos: -6.5,-255.5 + parent: 2 + - uid: 14696 + components: + - type: Transform + pos: -6.5,-256.5 + parent: 2 + - uid: 14697 + components: + - type: Transform + pos: -6.5,-257.5 + parent: 2 + - uid: 14698 + components: + - type: Transform + pos: -0.5,-248.5 + parent: 2 + - uid: 14699 + components: + - type: Transform + pos: -0.5,-249.5 + parent: 2 + - uid: 14700 + components: + - type: Transform + pos: -0.5,-250.5 + parent: 2 + - uid: 14701 + components: + - type: Transform + pos: -0.5,-251.5 + parent: 2 + - uid: 14702 + components: + - type: Transform + pos: -0.5,-252.5 + parent: 2 + - uid: 14703 + components: + - type: Transform + pos: -0.5,-253.5 + parent: 2 + - uid: 14704 + components: + - type: Transform + pos: -0.5,-254.5 + parent: 2 + - uid: 14705 + components: + - type: Transform + pos: -0.5,-255.5 + parent: 2 + - uid: 14706 + components: + - type: Transform + pos: -0.5,-256.5 + parent: 2 + - uid: 14707 + components: + - type: Transform + pos: -0.5,-257.5 + parent: 2 + - uid: 14708 + components: + - type: Transform + pos: -0.5,-258.5 + parent: 2 + - uid: 14709 + components: + - type: Transform + pos: -0.5,-259.5 + parent: 2 + - uid: 14710 + components: + - type: Transform + pos: -0.5,-260.5 + parent: 2 + - uid: 14711 + components: + - type: Transform + pos: 0.5,-260.5 + parent: 2 + - uid: 14712 + components: + - type: Transform + pos: 1.5,-260.5 + parent: 2 + - uid: 14713 + components: + - type: Transform + pos: -1.5,-260.5 + parent: 2 + - uid: 14714 + components: + - type: Transform + pos: -2.5,-260.5 + parent: 2 + - uid: 14715 + components: + - type: Transform + pos: -3.5,-260.5 + parent: 2 + - uid: 14716 + components: + - type: Transform + pos: -4.5,-260.5 + parent: 2 + - uid: 14717 + components: + - type: Transform + pos: -4.5,-261.5 + parent: 2 + - uid: 14718 + components: + - type: Transform + pos: 0.5,-256.5 + parent: 2 + - uid: 14720 + components: + - type: Transform + pos: -2.5,-190.5 + parent: 2 + - uid: 14721 + components: + - type: Transform + pos: -3.5,-190.5 + parent: 2 + - uid: 14722 + components: + - type: Transform + pos: -4.5,-190.5 + parent: 2 + - uid: 14723 + components: + - type: Transform + pos: -5.5,-190.5 + parent: 2 + - uid: 14724 + components: + - type: Transform + pos: -6.5,-190.5 + parent: 2 + - uid: 14725 + components: + - type: Transform + pos: -7.5,-190.5 + parent: 2 + - uid: 14763 + components: + - type: Transform + pos: -4.5,-26.5 + parent: 2 + - uid: 14764 + components: + - type: Transform + pos: -4.5,-31.5 + parent: 2 + - uid: 14802 + components: + - type: Transform + pos: -0.5,-54.5 + parent: 2 + - uid: 14906 + components: + - type: Transform + pos: -9.5,-132.5 + parent: 2 + - uid: 14907 + components: + - type: Transform + pos: -10.5,-132.5 + parent: 2 + - uid: 14930 + components: + - type: Transform + pos: -10.5,-133.5 + parent: 2 + - uid: 14947 + components: + - type: Transform + pos: -10.5,-134.5 + parent: 2 + - uid: 14951 + components: + - type: Transform + pos: -3.5,-133.5 + parent: 2 + - uid: 14952 + components: + - type: Transform + pos: -4.5,-133.5 + parent: 2 + - uid: 14953 + components: + - type: Transform + pos: -4.5,-132.5 + parent: 2 + - uid: 14954 + components: + - type: Transform + pos: -5.5,-132.5 + parent: 2 + - uid: 14955 + components: + - type: Transform + pos: -6.5,-132.5 + parent: 2 + - uid: 14956 + components: + - type: Transform + pos: -7.5,-132.5 + parent: 2 + - uid: 14957 + components: + - type: Transform + pos: -7.5,-133.5 + parent: 2 + - uid: 14958 + components: + - type: Transform + pos: -7.5,-134.5 + parent: 2 + - uid: 14959 + components: + - type: Transform + pos: -7.5,-135.5 + parent: 2 + - uid: 14960 + components: + - type: Transform + pos: -7.5,-136.5 + parent: 2 + - uid: 14961 + components: + - type: Transform + pos: -8.5,-137.5 + parent: 2 + - uid: 14962 + components: + - type: Transform + pos: -8.5,-136.5 + parent: 2 + - uid: 14963 + components: + - type: Transform + pos: -8.5,-138.5 + parent: 2 + - uid: 14964 + components: + - type: Transform + pos: -8.5,-139.5 + parent: 2 + - uid: 14965 + components: + - type: Transform + pos: -8.5,-140.5 + parent: 2 + - uid: 14966 + components: + - type: Transform + pos: -8.5,-141.5 + parent: 2 + - uid: 14967 + components: + - type: Transform + pos: -8.5,-142.5 + parent: 2 + - uid: 14968 + components: + - type: Transform + pos: -8.5,-143.5 + parent: 2 + - uid: 14969 + components: + - type: Transform + pos: -8.5,-144.5 + parent: 2 + - uid: 14970 + components: + - type: Transform + pos: -8.5,-145.5 + parent: 2 + - uid: 14971 + components: + - type: Transform + pos: -8.5,-146.5 + parent: 2 + - uid: 14972 + components: + - type: Transform + pos: -8.5,-147.5 + parent: 2 + - uid: 14973 + components: + - type: Transform + pos: -8.5,-148.5 + parent: 2 + - uid: 14974 + components: + - type: Transform + pos: -8.5,-149.5 + parent: 2 + - uid: 14975 + components: + - type: Transform + pos: -8.5,-150.5 + parent: 2 + - uid: 14976 + components: + - type: Transform + pos: -8.5,-151.5 + parent: 2 + - uid: 14991 + components: + - type: Transform + pos: -4.5,-157.5 + parent: 2 + - uid: 14993 + components: + - type: Transform + pos: -8.5,-152.5 + parent: 2 + - uid: 14994 + components: + - type: Transform + pos: -8.5,-153.5 + parent: 2 + - uid: 14995 + components: + - type: Transform + pos: -8.5,-154.5 + parent: 2 + - uid: 14996 + components: + - type: Transform + pos: -7.5,-154.5 + parent: 2 + - uid: 14997 + components: + - type: Transform + pos: -6.5,-154.5 + parent: 2 + - uid: 14998 + components: + - type: Transform + pos: -4.5,-155.5 + parent: 2 + - uid: 14999 + components: + - type: Transform + pos: -4.5,-156.5 + parent: 2 + - uid: 15000 + components: + - type: Transform + pos: -4.5,-158.5 + parent: 2 + - uid: 15001 + components: + - type: Transform + pos: -4.5,-131.5 + parent: 2 + - uid: 15002 + components: + - type: Transform + pos: 5.5,-126.5 + parent: 2 + - uid: 15003 + components: + - type: Transform + pos: 5.5,-127.5 + parent: 2 + - uid: 15004 + components: + - type: Transform + pos: 5.5,-128.5 + parent: 2 + - uid: 15005 + components: + - type: Transform + pos: 5.5,-129.5 + parent: 2 + - uid: 15006 + components: + - type: Transform + pos: -4.5,-100.5 + parent: 2 + - uid: 15007 + components: + - type: Transform + pos: -4.5,-101.5 + parent: 2 + - uid: 15008 + components: + - type: Transform + pos: -4.5,-102.5 + parent: 2 + - uid: 15009 + components: + - type: Transform + pos: 5.5,-98.5 + parent: 2 + - uid: 15010 + components: + - type: Transform + pos: 5.5,-99.5 + parent: 2 + - uid: 15011 + components: + - type: Transform + pos: 5.5,-100.5 + parent: 2 + - uid: 15012 + components: + - type: Transform + pos: 5.5,-101.5 + parent: 2 + - uid: 15013 + components: + - type: Transform + pos: 5.5,-102.5 + parent: 2 + - uid: 15014 + components: + - type: Transform + pos: -4.5,-80.5 + parent: 2 + - uid: 15015 + components: + - type: Transform + pos: -4.5,-79.5 + parent: 2 + - uid: 15016 + components: + - type: Transform + pos: -4.5,-78.5 + parent: 2 + - uid: 15017 + components: + - type: Transform + pos: -4.5,-77.5 + parent: 2 + - uid: 15018 + components: + - type: Transform + pos: 5.5,-79.5 + parent: 2 + - uid: 15019 + components: + - type: Transform + pos: 5.5,-78.5 + parent: 2 + - uid: 15020 + components: + - type: Transform + pos: 5.5,-77.5 + parent: 2 + - uid: 15021 + components: + - type: Transform + pos: 5.5,-46.5 + parent: 2 + - uid: 15022 + components: + - type: Transform + pos: 5.5,-47.5 + parent: 2 + - uid: 15023 + components: + - type: Transform + pos: 5.5,-48.5 + parent: 2 + - uid: 15024 + components: + - type: Transform + pos: -4.5,-19.5 + parent: 2 + - uid: 15025 + components: + - type: Transform + pos: -4.5,-20.5 + parent: 2 + - uid: 15026 + components: + - type: Transform + pos: -4.5,-21.5 + parent: 2 + - uid: 15027 + components: + - type: Transform + pos: -10.5,-135.5 + parent: 2 + - uid: 15127 + components: + - type: Transform + pos: 5.5,-160.5 + parent: 2 + - uid: 15128 + components: + - type: Transform + pos: 5.5,-159.5 + parent: 2 + - uid: 15129 + components: + - type: Transform + pos: 5.5,-158.5 + parent: 2 + - uid: 15130 + components: + - type: Transform + pos: 5.5,-157.5 + parent: 2 + - uid: 15131 + components: + - type: Transform + pos: -4.5,-182.5 + parent: 2 + - uid: 15132 + components: + - type: Transform + pos: -4.5,-183.5 + parent: 2 + - uid: 15153 + components: + - type: Transform + pos: 8.5,-120.5 + parent: 2 + - uid: 15154 + components: + - type: Transform + pos: 9.5,-120.5 + parent: 2 + - uid: 15235 + components: + - type: Transform + pos: 5.5,-247.5 + parent: 2 + - uid: 15257 + components: + - type: Transform + pos: 3.5,-245.5 + parent: 2 + - uid: 15258 + components: + - type: Transform + pos: 3.5,-244.5 + parent: 2 + - uid: 15259 + components: + - type: Transform + pos: 3.5,-246.5 + parent: 2 + - uid: 15587 + components: + - type: Transform + pos: 5.5,-266.5 + parent: 2 + - uid: 15588 + components: + - type: Transform + pos: 5.5,-262.5 + parent: 2 + - uid: 15746 + components: + - type: Transform + pos: 5.5,-263.5 + parent: 2 + - uid: 15747 + components: + - type: Transform + pos: 5.5,-264.5 + parent: 2 + - uid: 16561 + components: + - type: Transform + pos: -16.5,-265.5 + parent: 2 + - uid: 16642 + components: + - type: Transform + pos: -18.5,-265.5 + parent: 2 + - uid: 16643 + components: + - type: Transform + pos: -18.5,-266.5 + parent: 2 + - uid: 16644 + components: + - type: Transform + pos: -19.5,-265.5 + parent: 2 + - uid: 16645 + components: + - type: Transform + pos: -20.5,-265.5 + parent: 2 + - uid: 16646 + components: + - type: Transform + pos: -21.5,-265.5 + parent: 2 + - uid: 16647 + components: + - type: Transform + pos: -11.5,-248.5 + parent: 2 + - uid: 16648 + components: + - type: Transform + pos: -16.5,-262.5 + parent: 2 + - uid: 16649 + components: + - type: Transform + pos: -17.5,-265.5 + parent: 2 + - uid: 16650 + components: + - type: Transform + pos: -16.5,-264.5 + parent: 2 + - uid: 16651 + components: + - type: Transform + pos: -16.5,-263.5 + parent: 2 + - uid: 16652 + components: + - type: Transform + pos: -16.5,-261.5 + parent: 2 + - uid: 16653 + components: + - type: Transform + pos: -16.5,-260.5 + parent: 2 + - uid: 16654 + components: + - type: Transform + pos: -16.5,-259.5 + parent: 2 + - uid: 16656 + components: + - type: Transform + pos: -16.5,-258.5 + parent: 2 + - uid: 16657 + components: + - type: Transform + pos: -16.5,-257.5 + parent: 2 + - uid: 16658 + components: + - type: Transform + pos: -16.5,-256.5 + parent: 2 + - uid: 16700 + components: + - type: Transform + pos: -16.5,-254.5 + parent: 2 + - uid: 16701 + components: + - type: Transform + pos: -16.5,-253.5 + parent: 2 + - uid: 16702 + components: + - type: Transform + pos: -16.5,-252.5 + parent: 2 + - uid: 16703 + components: + - type: Transform + pos: -18.5,-256.5 + parent: 2 + - uid: 16704 + components: + - type: Transform + pos: -16.5,-251.5 + parent: 2 + - uid: 16705 + components: + - type: Transform + pos: -19.5,-256.5 + parent: 2 + - uid: 16706 + components: + - type: Transform + pos: -16.5,-250.5 + parent: 2 + - uid: 16707 + components: + - type: Transform + pos: -16.5,-249.5 + parent: 2 + - uid: 16708 + components: + - type: Transform + pos: -16.5,-248.5 + parent: 2 + - uid: 16709 + components: + - type: Transform + pos: -15.5,-248.5 + parent: 2 + - uid: 16711 + components: + - type: Transform + pos: -13.5,-248.5 + parent: 2 + - uid: 16713 + components: + - type: Transform + pos: -14.5,-248.5 + parent: 2 + - uid: 16714 + components: + - type: Transform + pos: -16.5,-247.5 + parent: 2 + - uid: 16715 + components: + - type: Transform + pos: -16.5,-246.5 + parent: 2 + - uid: 16717 + components: + - type: Transform + pos: -16.5,-245.5 + parent: 2 + - uid: 16718 + components: + - type: Transform + pos: -16.5,-244.5 + parent: 2 + - uid: 16719 + components: + - type: Transform + pos: -16.5,-240.5 + parent: 2 + - uid: 16720 + components: + - type: Transform + pos: -16.5,-241.5 + parent: 2 + - uid: 16721 + components: + - type: Transform + pos: -16.5,-242.5 + parent: 2 + - uid: 16722 + components: + - type: Transform + pos: -16.5,-243.5 + parent: 2 + - uid: 16723 + components: + - type: Transform + pos: -15.5,-243.5 + parent: 2 + - uid: 16724 + components: + - type: Transform + pos: -14.5,-243.5 + parent: 2 + - uid: 16725 + components: + - type: Transform + pos: -13.5,-243.5 + parent: 2 + - uid: 16726 + components: + - type: Transform + pos: -16.5,-239.5 + parent: 2 + - uid: 16727 + components: + - type: Transform + pos: -16.5,-238.5 + parent: 2 + - uid: 16728 + components: + - type: Transform + pos: -15.5,-238.5 + parent: 2 + - uid: 16729 + components: + - type: Transform + pos: -14.5,-238.5 + parent: 2 + - uid: 16741 + components: + - type: Transform + pos: 5.5,-52.5 + parent: 2 + - uid: 16742 + components: + - type: Transform + pos: 5.5,-51.5 + parent: 2 + - uid: 16743 + components: + - type: Transform + pos: 5.5,-50.5 + parent: 2 + - uid: 16810 + components: + - type: Transform + pos: 5.5,-134.5 + parent: 2 + - uid: 16815 + components: + - type: Transform + pos: 5.5,-133.5 + parent: 2 + - uid: 16816 + components: + - type: Transform + pos: 5.5,-132.5 + parent: 2 + - uid: 16817 + components: + - type: Transform + pos: 5.5,-131.5 + parent: 2 + - uid: 16972 + components: + - type: Transform + pos: -5.5,-260.5 + parent: 2 + - uid: 16973 + components: + - type: Transform + pos: -6.5,-260.5 + parent: 2 + - uid: 16974 + components: + - type: Transform + pos: -7.5,-260.5 + parent: 2 + - uid: 16975 + components: + - type: Transform + pos: -8.5,-260.5 + parent: 2 + - uid: 16976 + components: + - type: Transform + pos: -9.5,-260.5 + parent: 2 + - uid: 16977 + components: + - type: Transform + pos: -10.5,-260.5 + parent: 2 + - uid: 17040 + components: + - type: Transform + pos: -20.5,-256.5 + parent: 2 + - uid: 17041 + components: + - type: Transform + pos: -21.5,-256.5 + parent: 2 + - uid: 17042 + components: + - type: Transform + pos: -17.5,-263.5 + parent: 2 + - uid: 17043 + components: + - type: Transform + pos: -18.5,-263.5 + parent: 2 + - uid: 17044 + components: + - type: Transform + pos: -19.5,-263.5 + parent: 2 + - uid: 17045 + components: + - type: Transform + pos: -20.5,-263.5 + parent: 2 + - uid: 17046 + components: + - type: Transform + pos: -21.5,-263.5 + parent: 2 + - uid: 17047 + components: + - type: Transform + pos: -18.5,-252.5 + parent: 2 + - uid: 17048 + components: + - type: Transform + pos: -19.5,-252.5 + parent: 2 + - uid: 17049 + components: + - type: Transform + pos: -20.5,-252.5 + parent: 2 + - uid: 17050 + components: + - type: Transform + pos: -21.5,-252.5 + parent: 2 + - uid: 17051 + components: + - type: Transform + pos: -10.5,-243.5 + parent: 2 + - uid: 17052 + components: + - type: Transform + pos: -11.5,-243.5 + parent: 2 + - uid: 17053 + components: + - type: Transform + pos: -10.5,-248.5 + parent: 2 + - uid: 17054 + components: + - type: Transform + pos: -12.5,-248.5 + parent: 2 + - uid: 17055 + components: + - type: Transform + pos: -12.5,-243.5 + parent: 2 +- proto: CableApcStack + entities: + - uid: 41 + components: + - type: Transform + pos: 15.343878,-245.76967 + parent: 2 + - uid: 6897 + components: + - type: Transform + pos: 15.528771,-245.82246 + parent: 2 + - uid: 9972 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.460135,-300.75027 + parent: 2 + - uid: 11674 + components: + - type: Transform + pos: -2.2538567,-7.497039 + parent: 2 + - uid: 12413 + components: + - type: Transform + pos: 5.5776806,-310.53137 + parent: 2 + - uid: 14770 + components: + - type: Transform + parent: 14755 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: CableHV + entities: + - uid: 664 + components: + - type: Transform + pos: -3.5,-82.5 + parent: 2 + - uid: 845 + components: + - type: Transform + pos: 5.5,-346.5 + parent: 2 + - uid: 917 + components: + - type: Transform + pos: 3.5,-346.5 + parent: 2 + - uid: 3087 + components: + - type: Transform + pos: -3.5,-112.5 + parent: 2 + - uid: 3091 + components: + - type: Transform + pos: -15.5,-254.5 + parent: 2 + - uid: 4226 + components: + - type: Transform + pos: 5.5,-192.5 + parent: 2 + - uid: 4264 + components: + - type: Transform + pos: -2.5,-220.5 + parent: 2 + - uid: 4277 + components: + - type: Transform + pos: 0.5,-262.5 + parent: 2 + - uid: 4335 + components: + - type: Transform + pos: 0.5,-77.5 + parent: 2 + - uid: 4378 + components: + - type: Transform + pos: 0.5,-72.5 + parent: 2 + - uid: 4403 + components: + - type: Transform + pos: 0.5,-74.5 + parent: 2 + - uid: 4545 + components: + - type: Transform + pos: -3.5,-96.5 + parent: 2 + - uid: 4546 + components: + - type: Transform + pos: 0.5,-71.5 + parent: 2 + - uid: 4552 + components: + - type: Transform + pos: 0.5,-97.5 + parent: 2 + - uid: 4553 + components: + - type: Transform + pos: 0.5,-98.5 + parent: 2 + - uid: 4557 + components: + - type: Transform + pos: 3.5,-68.5 + parent: 2 + - uid: 4571 + components: + - type: Transform + pos: -6.5,-173.5 + parent: 2 + - uid: 4582 + components: + - type: Transform + pos: -3.5,-123.5 + parent: 2 + - uid: 4584 + components: + - type: Transform + pos: -3.5,-111.5 + parent: 2 + - uid: 4586 + components: + - type: Transform + pos: -3.5,-122.5 + parent: 2 + - uid: 4588 + components: + - type: Transform + pos: -3.5,-124.5 + parent: 2 + - uid: 4595 + components: + - type: Transform + pos: 7.5,-151.5 + parent: 2 + - uid: 4608 + components: + - type: Transform + pos: 1.5,-189.5 + parent: 2 + - uid: 4614 + components: + - type: Transform + pos: -6.5,-163.5 + parent: 2 + - uid: 4617 + components: + - type: Transform + pos: -6.5,-164.5 + parent: 2 + - uid: 4622 + components: + - type: Transform + pos: 0.5,-76.5 + parent: 2 + - uid: 4623 + components: + - type: Transform + pos: 6.5,-65.5 + parent: 2 + - uid: 4626 + components: + - type: Transform + pos: -2.5,-98.5 + parent: 2 + - uid: 4642 + components: + - type: Transform + pos: -2.5,-163.5 + parent: 2 + - uid: 4643 + components: + - type: Transform + pos: -2.5,-162.5 + parent: 2 + - uid: 4644 + components: + - type: Transform + pos: -1.5,-163.5 + parent: 2 + - uid: 4645 + components: + - type: Transform + pos: -2.5,-161.5 + parent: 2 + - uid: 4646 + components: + - type: Transform + pos: 0.5,-156.5 + parent: 2 + - uid: 4648 + components: + - type: Transform + pos: -5.5,-179.5 + parent: 2 + - uid: 4668 + components: + - type: Transform + pos: -2.5,-99.5 + parent: 2 + - uid: 4672 + components: + - type: Transform + pos: -6.5,-178.5 + parent: 2 + - uid: 4673 + components: + - type: Transform + pos: 0.5,-127.5 + parent: 2 + - uid: 4674 + components: + - type: Transform + pos: -3.5,-118.5 + parent: 2 + - uid: 4676 + components: + - type: Transform + pos: 0.5,-126.5 + parent: 2 + - uid: 4677 + components: + - type: Transform + pos: 0.5,-129.5 + parent: 2 + - uid: 4678 + components: + - type: Transform + pos: 7.5,-153.5 + parent: 2 + - uid: 4679 + components: + - type: Transform + pos: 0.5,-124.5 + parent: 2 + - uid: 4688 + components: + - type: Transform + pos: 5.5,-193.5 + parent: 2 + - uid: 4696 + components: + - type: Transform + pos: 5.5,-151.5 + parent: 2 + - uid: 4697 + components: + - type: Transform + pos: 6.5,-151.5 + parent: 2 + - uid: 4698 + components: + - type: Transform + pos: 5.5,-152.5 + parent: 2 + - uid: 4699 + components: + - type: Transform + pos: -3.5,-121.5 + parent: 2 + - uid: 4700 + components: + - type: Transform + pos: -3.5,-97.5 + parent: 2 + - uid: 4701 + components: + - type: Transform + pos: -2.5,-97.5 + parent: 2 + - uid: 4702 + components: + - type: Transform + pos: -1.5,-97.5 + parent: 2 + - uid: 4703 + components: + - type: Transform + pos: -3.5,-113.5 + parent: 2 + - uid: 4704 + components: + - type: Transform + pos: -3.5,-114.5 + parent: 2 + - uid: 4705 + components: + - type: Transform + pos: -0.5,-97.5 + parent: 2 + - uid: 4706 + components: + - type: Transform + pos: -3.5,-86.5 + parent: 2 + - uid: 4707 + components: + - type: Transform + pos: -3.5,-85.5 + parent: 2 + - uid: 4711 + components: + - type: Transform + pos: -0.5,-110.5 + parent: 2 + - uid: 4712 + components: + - type: Transform + pos: 1.5,-109.5 + parent: 2 + - uid: 4713 + components: + - type: Transform + pos: -3.5,-115.5 + parent: 2 + - uid: 4716 + components: + - type: Transform + pos: 4.5,-68.5 + parent: 2 + - uid: 4717 + components: + - type: Transform + pos: 0.5,-70.5 + parent: 2 + - uid: 4718 + components: + - type: Transform + pos: 0.5,-79.5 + parent: 2 + - uid: 4719 + components: + - type: Transform + pos: 2.5,-189.5 + parent: 2 + - uid: 4720 + components: + - type: Transform + pos: -1.5,-81.5 + parent: 2 + - uid: 4721 + components: + - type: Transform + pos: 0.5,-69.5 + parent: 2 + - uid: 4722 + components: + - type: Transform + pos: 6.5,-68.5 + parent: 2 + - uid: 4724 + components: + - type: Transform + pos: 0.5,-189.5 + parent: 2 + - uid: 4725 + components: + - type: Transform + pos: 6.5,-67.5 + parent: 2 + - uid: 4727 + components: + - type: Transform + pos: 4.5,-189.5 + parent: 2 + - uid: 4729 + components: + - type: Transform + pos: 0.5,-207.5 + parent: 2 + - uid: 4730 + components: + - type: Transform + pos: 0.5,-209.5 + parent: 2 + - uid: 4732 + components: + - type: Transform + pos: 5.5,-68.5 + parent: 2 + - uid: 4734 + components: + - type: Transform + pos: 0.5,-188.5 + parent: 2 + - uid: 4736 + components: + - type: Transform + pos: -2.5,-81.5 + parent: 2 + - uid: 4737 + components: + - type: Transform + pos: 0.5,-154.5 + parent: 2 + - uid: 4738 + components: + - type: Transform + pos: 0.5,-153.5 + parent: 2 + - uid: 4742 + components: + - type: Transform + pos: 0.5,-240.5 + parent: 2 + - uid: 4757 + components: + - type: Transform + pos: -10.5,-229.5 + parent: 2 + - uid: 4758 + components: + - type: Transform + pos: -10.5,-228.5 + parent: 2 + - uid: 4759 + components: + - type: Transform + pos: -10.5,-227.5 + parent: 2 + - uid: 4760 + components: + - type: Transform + pos: -10.5,-226.5 + parent: 2 + - uid: 4761 + components: + - type: Transform + pos: -10.5,-225.5 + parent: 2 + - uid: 4762 + components: + - type: Transform + pos: -10.5,-224.5 + parent: 2 + - uid: 4763 + components: + - type: Transform + pos: -10.5,-223.5 + parent: 2 + - uid: 4764 + components: + - type: Transform + pos: -10.5,-222.5 + parent: 2 + - uid: 4765 + components: + - type: Transform + pos: -10.5,-221.5 + parent: 2 + - uid: 4766 + components: + - type: Transform + pos: -10.5,-220.5 + parent: 2 + - uid: 4767 + components: + - type: Transform + pos: 0.5,-101.5 + parent: 2 + - uid: 4768 + components: + - type: Transform + pos: -9.5,-220.5 + parent: 2 + - uid: 4769 + components: + - type: Transform + pos: 0.5,-108.5 + parent: 2 + - uid: 4770 + components: + - type: Transform + pos: -9.5,-219.5 + parent: 2 + - uid: 4771 + components: + - type: Transform + pos: 0.5,-104.5 + parent: 2 + - uid: 4772 + components: + - type: Transform + pos: -9.5,-218.5 + parent: 2 + - uid: 4774 + components: + - type: Transform + pos: -9.5,-229.5 + parent: 2 + - uid: 4775 + components: + - type: Transform + pos: -3.5,-120.5 + parent: 2 + - uid: 4776 + components: + - type: Transform + pos: -9.5,-230.5 + parent: 2 + - uid: 4777 + components: + - type: Transform + pos: -9.5,-231.5 + parent: 2 + - uid: 4781 + components: + - type: Transform + pos: 10.5,-231.5 + parent: 2 + - uid: 4782 + components: + - type: Transform + pos: 10.5,-230.5 + parent: 2 + - uid: 4783 + components: + - type: Transform + pos: 10.5,-229.5 + parent: 2 + - uid: 4787 + components: + - type: Transform + pos: 11.5,-229.5 + parent: 2 + - uid: 4788 + components: + - type: Transform + pos: 11.5,-228.5 + parent: 2 + - uid: 4789 + components: + - type: Transform + pos: 11.5,-227.5 + parent: 2 + - uid: 4790 + components: + - type: Transform + pos: 11.5,-226.5 + parent: 2 + - uid: 4791 + components: + - type: Transform + pos: 11.5,-225.5 + parent: 2 + - uid: 4792 + components: + - type: Transform + pos: 11.5,-224.5 + parent: 2 + - uid: 4793 + components: + - type: Transform + pos: 11.5,-223.5 + parent: 2 + - uid: 4794 + components: + - type: Transform + pos: 11.5,-222.5 + parent: 2 + - uid: 4795 + components: + - type: Transform + pos: 11.5,-221.5 + parent: 2 + - uid: 4796 + components: + - type: Transform + pos: 11.5,-220.5 + parent: 2 + - uid: 4798 + components: + - type: Transform + pos: 10.5,-220.5 + parent: 2 + - uid: 4799 + components: + - type: Transform + pos: 10.5,-219.5 + parent: 2 + - uid: 4801 + components: + - type: Transform + pos: 10.5,-218.5 + parent: 2 + - uid: 4802 + components: + - type: Transform + pos: 5.5,-199.5 + parent: 2 + - uid: 4803 + components: + - type: Transform + pos: 5.5,-201.5 + parent: 2 + - uid: 4804 + components: + - type: Transform + pos: -3.5,-215.5 + parent: 2 + - uid: 4805 + components: + - type: Transform + pos: -3.5,-216.5 + parent: 2 + - uid: 4810 + components: + - type: Transform + pos: 0.5,-78.5 + parent: 2 + - uid: 4811 + components: + - type: Transform + pos: -3.5,-214.5 + parent: 2 + - uid: 4813 + components: + - type: Transform + pos: -4.5,-215.5 + parent: 2 + - uid: 4814 + components: + - type: Transform + pos: 4.5,-235.5 + parent: 2 + - uid: 4815 + components: + - type: Transform + pos: 0.5,-73.5 + parent: 2 + - uid: 4816 + components: + - type: Transform + pos: 0.5,-187.5 + parent: 2 + - uid: 4820 + components: + - type: Transform + pos: -3.5,-217.5 + parent: 2 + - uid: 4821 + components: + - type: Transform + pos: -3.5,-218.5 + parent: 2 + - uid: 4822 + components: + - type: Transform + pos: -6.5,-216.5 + parent: 2 + - uid: 4823 + components: + - type: Transform + pos: 0.5,-100.5 + parent: 2 + - uid: 4824 + components: + - type: Transform + pos: -6.5,-217.5 + parent: 2 + - uid: 4825 + components: + - type: Transform + pos: -7.5,-217.5 + parent: 2 + - uid: 4826 + components: + - type: Transform + pos: -7.5,-218.5 + parent: 2 + - uid: 4827 + components: + - type: Transform + pos: -7.5,-219.5 + parent: 2 + - uid: 4828 + components: + - type: Transform + pos: -7.5,-220.5 + parent: 2 + - uid: 4829 + components: + - type: Transform + pos: -7.5,-221.5 + parent: 2 + - uid: 4830 + components: + - type: Transform + pos: -7.5,-222.5 + parent: 2 + - uid: 4831 + components: + - type: Transform + pos: -7.5,-223.5 + parent: 2 + - uid: 4832 + components: + - type: Transform + pos: -7.5,-224.5 + parent: 2 + - uid: 4833 + components: + - type: Transform + pos: -7.5,-225.5 + parent: 2 + - uid: 4834 + components: + - type: Transform + pos: -7.5,-226.5 + parent: 2 + - uid: 4835 + components: + - type: Transform + pos: -7.5,-227.5 + parent: 2 + - uid: 4836 + components: + - type: Transform + pos: -7.5,-228.5 + parent: 2 + - uid: 4837 + components: + - type: Transform + pos: -7.5,-229.5 + parent: 2 + - uid: 4838 + components: + - type: Transform + pos: -7.5,-230.5 + parent: 2 + - uid: 4839 + components: + - type: Transform + pos: -7.5,-231.5 + parent: 2 + - uid: 4840 + components: + - type: Transform + pos: -7.5,-232.5 + parent: 2 + - uid: 4841 + components: + - type: Transform + pos: -6.5,-232.5 + parent: 2 + - uid: 4842 + components: + - type: Transform + pos: -6.5,-233.5 + parent: 2 + - uid: 4843 + components: + - type: Transform + pos: -6.5,-226.5 + parent: 2 + - uid: 4844 + components: + - type: Transform + pos: -8.5,-229.5 + parent: 2 + - uid: 4845 + components: + - type: Transform + pos: -8.5,-220.5 + parent: 2 + - uid: 4846 + components: + - type: Transform + pos: -6.5,-223.5 + parent: 2 + - uid: 4852 + components: + - type: Transform + pos: -4.5,-234.5 + parent: 2 + - uid: 4853 + components: + - type: Transform + pos: -3.5,-234.5 + parent: 2 + - uid: 4854 + components: + - type: Transform + pos: -3.5,-235.5 + parent: 2 + - uid: 4855 + components: + - type: Transform + pos: -3.5,-233.5 + parent: 2 + - uid: 4856 + components: + - type: Transform + pos: -3.5,-232.5 + parent: 2 + - uid: 4857 + components: + - type: Transform + pos: -3.5,-231.5 + parent: 2 + - uid: 4858 + components: + - type: Transform + pos: 3.5,-189.5 + parent: 2 + - uid: 4859 + components: + - type: Transform + pos: 9.5,-220.5 + parent: 2 + - uid: 4860 + components: + - type: Transform + pos: 4.5,-234.5 + parent: 2 + - uid: 4861 + components: + - type: Transform + pos: 5.5,-234.5 + parent: 2 + - uid: 4862 + components: + - type: Transform + pos: 4.5,-233.5 + parent: 2 + - uid: 4863 + components: + - type: Transform + pos: 4.5,-232.5 + parent: 2 + - uid: 4864 + components: + - type: Transform + pos: 4.5,-231.5 + parent: 2 + - uid: 4866 + components: + - type: Transform + pos: 7.5,-233.5 + parent: 2 + - uid: 4867 + components: + - type: Transform + pos: 7.5,-232.5 + parent: 2 + - uid: 4871 + components: + - type: Transform + pos: 9.5,-229.5 + parent: 2 + - uid: 4874 + components: + - type: Transform + pos: 8.5,-232.5 + parent: 2 + - uid: 4875 + components: + - type: Transform + pos: 8.5,-231.5 + parent: 2 + - uid: 4876 + components: + - type: Transform + pos: 8.5,-230.5 + parent: 2 + - uid: 4877 + components: + - type: Transform + pos: 8.5,-229.5 + parent: 2 + - uid: 4878 + components: + - type: Transform + pos: 8.5,-228.5 + parent: 2 + - uid: 4879 + components: + - type: Transform + pos: 8.5,-227.5 + parent: 2 + - uid: 4880 + components: + - type: Transform + pos: 8.5,-226.5 + parent: 2 + - uid: 4881 + components: + - type: Transform + pos: 8.5,-225.5 + parent: 2 + - uid: 4882 + components: + - type: Transform + pos: 8.5,-224.5 + parent: 2 + - uid: 4883 + components: + - type: Transform + pos: 8.5,-223.5 + parent: 2 + - uid: 4884 + components: + - type: Transform + pos: 8.5,-222.5 + parent: 2 + - uid: 4885 + components: + - type: Transform + pos: 8.5,-221.5 + parent: 2 + - uid: 4886 + components: + - type: Transform + pos: 8.5,-220.5 + parent: 2 + - uid: 4887 + components: + - type: Transform + pos: 8.5,-219.5 + parent: 2 + - uid: 4888 + components: + - type: Transform + pos: 8.5,-218.5 + parent: 2 + - uid: 4889 + components: + - type: Transform + pos: 8.5,-217.5 + parent: 2 + - uid: 4891 + components: + - type: Transform + pos: 7.5,-217.5 + parent: 2 + - uid: 4892 + components: + - type: Transform + pos: 7.5,-216.5 + parent: 2 + - uid: 4894 + components: + - type: Transform + pos: 7.5,-226.5 + parent: 2 + - uid: 4895 + components: + - type: Transform + pos: 7.5,-223.5 + parent: 2 + - uid: 4906 + components: + - type: Transform + pos: 0.5,-130.5 + parent: 2 + - uid: 4907 + components: + - type: Transform + pos: 0.5,-133.5 + parent: 2 + - uid: 4908 + components: + - type: Transform + pos: 0.5,-131.5 + parent: 2 + - uid: 4909 + components: + - type: Transform + pos: 0.5,-132.5 + parent: 2 + - uid: 4910 + components: + - type: Transform + pos: 0.5,-134.5 + parent: 2 + - uid: 4911 + components: + - type: Transform + pos: 0.5,-102.5 + parent: 2 + - uid: 4913 + components: + - type: Transform + pos: 0.5,-106.5 + parent: 2 + - uid: 4914 + components: + - type: Transform + pos: 0.5,-105.5 + parent: 2 + - uid: 4915 + components: + - type: Transform + pos: -3.5,-116.5 + parent: 2 + - uid: 4916 + components: + - type: Transform + pos: 2.5,-152.5 + parent: 2 + - uid: 4917 + components: + - type: Transform + pos: 4.5,-152.5 + parent: 2 + - uid: 4918 + components: + - type: Transform + pos: -2.5,-124.5 + parent: 2 + - uid: 4919 + components: + - type: Transform + pos: -3.5,-89.5 + parent: 2 + - uid: 4920 + components: + - type: Transform + pos: -3.5,-90.5 + parent: 2 + - uid: 4922 + components: + - type: Transform + pos: -6.5,-171.5 + parent: 2 + - uid: 4923 + components: + - type: Transform + pos: 0.5,-152.5 + parent: 2 + - uid: 4925 + components: + - type: Transform + pos: -6.5,-176.5 + parent: 2 + - uid: 4926 + components: + - type: Transform + pos: 0.5,-242.5 + parent: 2 + - uid: 4927 + components: + - type: Transform + pos: 0.5,-155.5 + parent: 2 + - uid: 4928 + components: + - type: Transform + pos: -0.5,-179.5 + parent: 2 + - uid: 4929 + components: + - type: Transform + pos: 0.5,-208.5 + parent: 2 + - uid: 4930 + components: + - type: Transform + pos: -3.5,-117.5 + parent: 2 + - uid: 4931 + components: + - type: Transform + pos: -3.5,-119.5 + parent: 2 + - uid: 4932 + components: + - type: Transform + pos: 6.5,-111.5 + parent: 2 + - uid: 4933 + components: + - type: Transform + pos: -3.5,-95.5 + parent: 2 + - uid: 4934 + components: + - type: Transform + pos: -2.5,-110.5 + parent: 2 + - uid: 4935 + components: + - type: Transform + pos: -3.5,-179.5 + parent: 2 + - uid: 4936 + components: + - type: Transform + pos: -1.5,-179.5 + parent: 2 + - uid: 4937 + components: + - type: Transform + pos: -2.5,-179.5 + parent: 2 + - uid: 4938 + components: + - type: Transform + pos: 0.5,-181.5 + parent: 2 + - uid: 4939 + components: + - type: Transform + pos: 0.5,-183.5 + parent: 2 + - uid: 4940 + components: + - type: Transform + pos: 0.5,-182.5 + parent: 2 + - uid: 4944 + components: + - type: Transform + pos: 0.5,-163.5 + parent: 2 + - uid: 4946 + components: + - type: Transform + pos: 0.5,-162.5 + parent: 2 + - uid: 4953 + components: + - type: Transform + pos: 3.5,-152.5 + parent: 2 + - uid: 4954 + components: + - type: Transform + pos: 1.5,-152.5 + parent: 2 + - uid: 4955 + components: + - type: Transform + pos: -6.5,-174.5 + parent: 2 + - uid: 4956 + components: + - type: Transform + pos: 0.5,-81.5 + parent: 2 + - uid: 4957 + components: + - type: Transform + pos: 1.5,-68.5 + parent: 2 + - uid: 4958 + components: + - type: Transform + pos: 6.5,-62.5 + parent: 2 + - uid: 4959 + components: + - type: Transform + pos: -0.5,-81.5 + parent: 2 + - uid: 4960 + components: + - type: Transform + pos: 5.5,-202.5 + parent: 2 + - uid: 4961 + components: + - type: Transform + pos: 0.5,-241.5 + parent: 2 + - uid: 4962 + components: + - type: Transform + pos: -6.5,-177.5 + parent: 2 + - uid: 4963 + components: + - type: Transform + pos: -6.5,-172.5 + parent: 2 + - uid: 4964 + components: + - type: Transform + pos: -6.5,-170.5 + parent: 2 + - uid: 4966 + components: + - type: Transform + pos: -3.5,-93.5 + parent: 2 + - uid: 4968 + components: + - type: Transform + pos: 0.5,-75.5 + parent: 2 + - uid: 4969 + components: + - type: Transform + pos: 6.5,-66.5 + parent: 2 + - uid: 4970 + components: + - type: Transform + pos: 0.5,-210.5 + parent: 2 + - uid: 4971 + components: + - type: Transform + pos: 0.5,-80.5 + parent: 2 + - uid: 4972 + components: + - type: Transform + pos: 0.5,-68.5 + parent: 2 + - uid: 4974 + components: + - type: Transform + pos: 2.5,-68.5 + parent: 2 + - uid: 4975 + components: + - type: Transform + pos: -6.5,-179.5 + parent: 2 + - uid: 5041 + components: + - type: Transform + pos: -3.5,-110.5 + parent: 2 + - uid: 5066 + components: + - type: Transform + pos: -1.5,-110.5 + parent: 2 + - uid: 5067 + components: + - type: Transform + pos: -6.5,-175.5 + parent: 2 + - uid: 5086 + components: + - type: Transform + pos: 2.5,-109.5 + parent: 2 + - uid: 5093 + components: + - type: Transform + pos: -3.5,-92.5 + parent: 2 + - uid: 5094 + components: + - type: Transform + pos: -3.5,-94.5 + parent: 2 + - uid: 5095 + components: + - type: Transform + pos: 3.5,-110.5 + parent: 2 + - uid: 5096 + components: + - type: Transform + pos: 4.5,-110.5 + parent: 2 + - uid: 5097 + components: + - type: Transform + pos: 0.5,-103.5 + parent: 2 + - uid: 5100 + components: + - type: Transform + pos: 5.5,-190.5 + parent: 2 + - uid: 5102 + components: + - type: Transform + pos: 5.5,-191.5 + parent: 2 + - uid: 5132 + components: + - type: Transform + pos: 5.5,-194.5 + parent: 2 + - uid: 5149 + components: + - type: Transform + pos: 0.5,-99.5 + parent: 2 + - uid: 5150 + components: + - type: Transform + pos: 0.5,-107.5 + parent: 2 + - uid: 5151 + components: + - type: Transform + pos: -3.5,-81.5 + parent: 2 + - uid: 5152 + components: + - type: Transform + pos: 5.5,-200.5 + parent: 2 + - uid: 5154 + components: + - type: Transform + pos: -0.5,-124.5 + parent: 2 + - uid: 5155 + components: + - type: Transform + pos: -1.5,-124.5 + parent: 2 + - uid: 5157 + components: + - type: Transform + pos: 0.5,-161.5 + parent: 2 + - uid: 5158 + components: + - type: Transform + pos: 4.5,-206.5 + parent: 2 + - uid: 5159 + components: + - type: Transform + pos: 5.5,-205.5 + parent: 2 + - uid: 5202 + components: + - type: Transform + pos: 5.5,-203.5 + parent: 2 + - uid: 5203 + components: + - type: Transform + pos: 5.5,-204.5 + parent: 2 + - uid: 5204 + components: + - type: Transform + pos: 5.5,-206.5 + parent: 2 + - uid: 5205 + components: + - type: Transform + pos: 2.5,-206.5 + parent: 2 + - uid: 5206 + components: + - type: Transform + pos: 3.5,-206.5 + parent: 2 + - uid: 5207 + components: + - type: Transform + pos: 1.5,-206.5 + parent: 2 + - uid: 5208 + components: + - type: Transform + pos: 0.5,-206.5 + parent: 2 + - uid: 5217 + components: + - type: Transform + pos: 0.5,-239.5 + parent: 2 + - uid: 5218 + components: + - type: Transform + pos: 0.5,-238.5 + parent: 2 + - uid: 5219 + components: + - type: Transform + pos: 0.5,-237.5 + parent: 2 + - uid: 5220 + components: + - type: Transform + pos: 0.5,-236.5 + parent: 2 + - uid: 5221 + components: + - type: Transform + pos: 0.5,-235.5 + parent: 2 + - uid: 5222 + components: + - type: Transform + pos: 0.5,-234.5 + parent: 2 + - uid: 5223 + components: + - type: Transform + pos: 0.5,-233.5 + parent: 2 + - uid: 5224 + components: + - type: Transform + pos: 0.5,-232.5 + parent: 2 + - uid: 5226 + components: + - type: Transform + pos: 0.5,-231.5 + parent: 2 + - uid: 5227 + components: + - type: Transform + pos: 0.5,-230.5 + parent: 2 + - uid: 5228 + components: + - type: Transform + pos: 0.5,-229.5 + parent: 2 + - uid: 5229 + components: + - type: Transform + pos: 0.5,-228.5 + parent: 2 + - uid: 5230 + components: + - type: Transform + pos: 0.5,-227.5 + parent: 2 + - uid: 5231 + components: + - type: Transform + pos: 0.5,-226.5 + parent: 2 + - uid: 5232 + components: + - type: Transform + pos: 0.5,-225.5 + parent: 2 + - uid: 5233 + components: + - type: Transform + pos: 0.5,-224.5 + parent: 2 + - uid: 5234 + components: + - type: Transform + pos: 0.5,-223.5 + parent: 2 + - uid: 5235 + components: + - type: Transform + pos: 0.5,-222.5 + parent: 2 + - uid: 5236 + components: + - type: Transform + pos: 0.5,-221.5 + parent: 2 + - uid: 5237 + components: + - type: Transform + pos: 0.5,-220.5 + parent: 2 + - uid: 5238 + components: + - type: Transform + pos: 0.5,-219.5 + parent: 2 + - uid: 5239 + components: + - type: Transform + pos: 0.5,-218.5 + parent: 2 + - uid: 5240 + components: + - type: Transform + pos: 0.5,-217.5 + parent: 2 + - uid: 5241 + components: + - type: Transform + pos: 0.5,-216.5 + parent: 2 + - uid: 5242 + components: + - type: Transform + pos: 0.5,-215.5 + parent: 2 + - uid: 5243 + components: + - type: Transform + pos: 0.5,-214.5 + parent: 2 + - uid: 5244 + components: + - type: Transform + pos: 0.5,-213.5 + parent: 2 + - uid: 5245 + components: + - type: Transform + pos: 0.5,-212.5 + parent: 2 + - uid: 5246 + components: + - type: Transform + pos: 0.5,-211.5 + parent: 2 + - uid: 5303 + components: + - type: Transform + pos: 0.5,-135.5 + parent: 2 + - uid: 5328 + components: + - type: Transform + pos: 0.5,-186.5 + parent: 2 + - uid: 5332 + components: + - type: Transform + pos: 5.5,-197.5 + parent: 2 + - uid: 5338 + components: + - type: Transform + pos: 0.5,-185.5 + parent: 2 + - uid: 5343 + components: + - type: Transform + pos: -3.5,-84.5 + parent: 2 + - uid: 5344 + components: + - type: Transform + pos: 5.5,-198.5 + parent: 2 + - uid: 5347 + components: + - type: Transform + pos: 0.5,-261.5 + parent: 2 + - uid: 5348 + components: + - type: Transform + pos: 0.5,-184.5 + parent: 2 + - uid: 5349 + components: + - type: Transform + pos: 0.5,-180.5 + parent: 2 + - uid: 5350 + components: + - type: Transform + pos: 0.5,-179.5 + parent: 2 + - uid: 5353 + components: + - type: Transform + pos: 7.5,-152.5 + parent: 2 + - uid: 5358 + components: + - type: Transform + pos: 0.5,-128.5 + parent: 2 + - uid: 5364 + components: + - type: Transform + pos: 5.5,-110.5 + parent: 2 + - uid: 5365 + components: + - type: Transform + pos: 6.5,-110.5 + parent: 2 + - uid: 5366 + components: + - type: Transform + pos: -3.5,-83.5 + parent: 2 + - uid: 5384 + components: + - type: Transform + pos: -3.5,-88.5 + parent: 2 + - uid: 5386 + components: + - type: Transform + pos: 6.5,-64.5 + parent: 2 + - uid: 5388 + components: + - type: Transform + pos: 5.5,-196.5 + parent: 2 + - uid: 5389 + components: + - type: Transform + pos: 0.5,-160.5 + parent: 2 + - uid: 5390 + components: + - type: Transform + pos: 0.5,-158.5 + parent: 2 + - uid: 5391 + components: + - type: Transform + pos: -0.5,-163.5 + parent: 2 + - uid: 5392 + components: + - type: Transform + pos: 0.5,-159.5 + parent: 2 + - uid: 5393 + components: + - type: Transform + pos: -4.5,-179.5 + parent: 2 + - uid: 5394 + components: + - type: Transform + pos: 0.5,-157.5 + parent: 2 + - uid: 5395 + components: + - type: Transform + pos: -3.5,-91.5 + parent: 2 + - uid: 5396 + components: + - type: Transform + pos: 5.5,-195.5 + parent: 2 + - uid: 5397 + components: + - type: Transform + pos: -3.5,-87.5 + parent: 2 + - uid: 5398 + components: + - type: Transform + pos: 5.5,-187.5 + parent: 2 + - uid: 5399 + components: + - type: Transform + pos: 5.5,-188.5 + parent: 2 + - uid: 5406 + components: + - type: Transform + pos: 0.5,-110.5 + parent: 2 + - uid: 5408 + components: + - type: Transform + pos: 3.5,-109.5 + parent: 2 + - uid: 5412 + components: + - type: Transform + pos: 0.5,-125.5 + parent: 2 + - uid: 5413 + components: + - type: Transform + pos: 0.5,-109.5 + parent: 2 + - uid: 5414 + components: + - type: Transform + pos: 6.5,-63.5 + parent: 2 + - uid: 5437 + components: + - type: Transform + pos: -3.5,-219.5 + parent: 2 + - uid: 5438 + components: + - type: Transform + pos: -3.5,-220.5 + parent: 2 + - uid: 5439 + components: + - type: Transform + pos: -3.5,-221.5 + parent: 2 + - uid: 5440 + components: + - type: Transform + pos: -3.5,-222.5 + parent: 2 + - uid: 5441 + components: + - type: Transform + pos: -3.5,-230.5 + parent: 2 + - uid: 5442 + components: + - type: Transform + pos: -3.5,-229.5 + parent: 2 + - uid: 5443 + components: + - type: Transform + pos: -3.5,-228.5 + parent: 2 + - uid: 5444 + components: + - type: Transform + pos: -3.5,-227.5 + parent: 2 + - uid: 5445 + components: + - type: Transform + pos: 4.5,-228.5 + parent: 2 + - uid: 5446 + components: + - type: Transform + pos: 4.5,-227.5 + parent: 2 + - uid: 5447 + components: + - type: Transform + pos: 4.5,-229.5 + parent: 2 + - uid: 5448 + components: + - type: Transform + pos: 4.5,-230.5 + parent: 2 + - uid: 5453 + components: + - type: Transform + pos: 5.5,-189.5 + parent: 2 + - uid: 5454 + components: + - type: Transform + pos: 3.5,-229.5 + parent: 2 + - uid: 5455 + components: + - type: Transform + pos: 2.5,-229.5 + parent: 2 + - uid: 5456 + components: + - type: Transform + pos: 1.5,-229.5 + parent: 2 + - uid: 5457 + components: + - type: Transform + pos: -1.5,-220.5 + parent: 2 + - uid: 5458 + components: + - type: Transform + pos: -0.5,-220.5 + parent: 2 + - uid: 5481 + components: + - type: Transform + pos: 19.5,-263.5 + parent: 2 + - uid: 5482 + components: + - type: Transform + pos: 19.5,-264.5 + parent: 2 + - uid: 5483 + components: + - type: Transform + pos: 13.5,-248.5 + parent: 2 + - uid: 5487 + components: + - type: Transform + pos: 15.5,-256.5 + parent: 2 + - uid: 5488 + components: + - type: Transform + pos: 15.5,-257.5 + parent: 2 + - uid: 5491 + components: + - type: Transform + pos: 15.5,-258.5 + parent: 2 + - uid: 5493 + components: + - type: Transform + pos: 15.5,-260.5 + parent: 2 + - uid: 5494 + components: + - type: Transform + pos: 15.5,-261.5 + parent: 2 + - uid: 5495 + components: + - type: Transform + pos: 9.5,-248.5 + parent: 2 + - uid: 5496 + components: + - type: Transform + pos: 8.5,-248.5 + parent: 2 + - uid: 5498 + components: + - type: Transform + pos: 7.5,-248.5 + parent: 2 + - uid: 5506 + components: + - type: Transform + pos: 6.5,-61.5 + parent: 2 + - uid: 5507 + components: + - type: Transform + pos: 6.5,-60.5 + parent: 2 + - uid: 5508 + components: + - type: Transform + pos: 6.5,-59.5 + parent: 2 + - uid: 5509 + components: + - type: Transform + pos: 6.5,-58.5 + parent: 2 + - uid: 5510 + components: + - type: Transform + pos: 6.5,-57.5 + parent: 2 + - uid: 5511 + components: + - type: Transform + pos: 5.5,-57.5 + parent: 2 + - uid: 5512 + components: + - type: Transform + pos: 5.5,-56.5 + parent: 2 + - uid: 5513 + components: + - type: Transform + pos: 5.5,-55.5 + parent: 2 + - uid: 5514 + components: + - type: Transform + pos: 5.5,-54.5 + parent: 2 + - uid: 5515 + components: + - type: Transform + pos: 4.5,-54.5 + parent: 2 + - uid: 5516 + components: + - type: Transform + pos: 3.5,-54.5 + parent: 2 + - uid: 5517 + components: + - type: Transform + pos: 3.5,-53.5 + parent: 2 + - uid: 5518 + components: + - type: Transform + pos: 4.5,-57.5 + parent: 2 + - uid: 5519 + components: + - type: Transform + pos: 3.5,-57.5 + parent: 2 + - uid: 5520 + components: + - type: Transform + pos: 2.5,-57.5 + parent: 2 + - uid: 5521 + components: + - type: Transform + pos: 1.5,-57.5 + parent: 2 + - uid: 5522 + components: + - type: Transform + pos: 0.5,-57.5 + parent: 2 + - uid: 5523 + components: + - type: Transform + pos: 0.5,-56.5 + parent: 2 + - uid: 5524 + components: + - type: Transform + pos: 0.5,-55.5 + parent: 2 + - uid: 5525 + components: + - type: Transform + pos: 0.5,-54.5 + parent: 2 + - uid: 5526 + components: + - type: Transform + pos: 0.5,-53.5 + parent: 2 + - uid: 5527 + components: + - type: Transform + pos: 0.5,-52.5 + parent: 2 + - uid: 5528 + components: + - type: Transform + pos: 0.5,-51.5 + parent: 2 + - uid: 5529 + components: + - type: Transform + pos: 0.5,-50.5 + parent: 2 + - uid: 5530 + components: + - type: Transform + pos: 0.5,-49.5 + parent: 2 + - uid: 5531 + components: + - type: Transform + pos: 0.5,-48.5 + parent: 2 + - uid: 5532 + components: + - type: Transform + pos: 0.5,-47.5 + parent: 2 + - uid: 5533 + components: + - type: Transform + pos: 0.5,-46.5 + parent: 2 + - uid: 5534 + components: + - type: Transform + pos: 0.5,-45.5 + parent: 2 + - uid: 5535 + components: + - type: Transform + pos: 0.5,-44.5 + parent: 2 + - uid: 5536 + components: + - type: Transform + pos: 0.5,-43.5 + parent: 2 + - uid: 5537 + components: + - type: Transform + pos: 0.5,-42.5 + parent: 2 + - uid: 5538 + components: + - type: Transform + pos: 0.5,-41.5 + parent: 2 + - uid: 5539 + components: + - type: Transform + pos: 0.5,-40.5 + parent: 2 + - uid: 5540 + components: + - type: Transform + pos: 0.5,-39.5 + parent: 2 + - uid: 5541 + components: + - type: Transform + pos: 0.5,-38.5 + parent: 2 + - uid: 5542 + components: + - type: Transform + pos: 0.5,-37.5 + parent: 2 + - uid: 5543 + components: + - type: Transform + pos: 0.5,-36.5 + parent: 2 + - uid: 5544 + components: + - type: Transform + pos: 0.5,-35.5 + parent: 2 + - uid: 5545 + components: + - type: Transform + pos: 0.5,-34.5 + parent: 2 + - uid: 5546 + components: + - type: Transform + pos: -0.5,-34.5 + parent: 2 + - uid: 5547 + components: + - type: Transform + pos: -1.5,-34.5 + parent: 2 + - uid: 5548 + components: + - type: Transform + pos: -2.5,-34.5 + parent: 2 + - uid: 5549 + components: + - type: Transform + pos: -3.5,-34.5 + parent: 2 + - uid: 5550 + components: + - type: Transform + pos: -4.5,-34.5 + parent: 2 + - uid: 5551 + components: + - type: Transform + pos: -4.5,-36.5 + parent: 2 + - uid: 5552 + components: + - type: Transform + pos: -4.5,-35.5 + parent: 2 + - uid: 5553 + components: + - type: Transform + pos: -4.5,-37.5 + parent: 2 + - uid: 5554 + components: + - type: Transform + pos: -4.5,-38.5 + parent: 2 + - uid: 5555 + components: + - type: Transform + pos: -4.5,-39.5 + parent: 2 + - uid: 5556 + components: + - type: Transform + pos: -4.5,-40.5 + parent: 2 + - uid: 5557 + components: + - type: Transform + pos: -4.5,-41.5 + parent: 2 + - uid: 5558 + components: + - type: Transform + pos: -4.5,-42.5 + parent: 2 + - uid: 5559 + components: + - type: Transform + pos: -4.5,-43.5 + parent: 2 + - uid: 5560 + components: + - type: Transform + pos: -4.5,-44.5 + parent: 2 + - uid: 5561 + components: + - type: Transform + pos: -3.5,-44.5 + parent: 2 + - uid: 5562 + components: + - type: Transform + pos: -2.5,-44.5 + parent: 2 + - uid: 5563 + components: + - type: Transform + pos: -2.5,-43.5 + parent: 2 + - uid: 5564 + components: + - type: Transform + pos: 0.5,-33.5 + parent: 2 + - uid: 5565 + components: + - type: Transform + pos: 0.5,-32.5 + parent: 2 + - uid: 5566 + components: + - type: Transform + pos: 0.5,-31.5 + parent: 2 + - uid: 5567 + components: + - type: Transform + pos: 0.5,-30.5 + parent: 2 + - uid: 5568 + components: + - type: Transform + pos: 0.5,-29.5 + parent: 2 + - uid: 5569 + components: + - type: Transform + pos: 0.5,-28.5 + parent: 2 + - uid: 5570 + components: + - type: Transform + pos: 0.5,-27.5 + parent: 2 + - uid: 5571 + components: + - type: Transform + pos: 0.5,-26.5 + parent: 2 + - uid: 5572 + components: + - type: Transform + pos: 0.5,-25.5 + parent: 2 + - uid: 5573 + components: + - type: Transform + pos: 0.5,-24.5 + parent: 2 + - uid: 5574 + components: + - type: Transform + pos: 0.5,-23.5 + parent: 2 + - uid: 5575 + components: + - type: Transform + pos: 0.5,-22.5 + parent: 2 + - uid: 5576 + components: + - type: Transform + pos: 0.5,-21.5 + parent: 2 + - uid: 5577 + components: + - type: Transform + pos: 0.5,-20.5 + parent: 2 + - uid: 5578 + components: + - type: Transform + pos: 0.5,-19.5 + parent: 2 + - uid: 5579 + components: + - type: Transform + pos: 0.5,-18.5 + parent: 2 + - uid: 5580 + components: + - type: Transform + pos: 0.5,-17.5 + parent: 2 + - uid: 5581 + components: + - type: Transform + pos: -0.5,-17.5 + parent: 2 + - uid: 5582 + components: + - type: Transform + pos: -1.5,-17.5 + parent: 2 + - uid: 5583 + components: + - type: Transform + pos: -2.5,-17.5 + parent: 2 + - uid: 5584 + components: + - type: Transform + pos: -3.5,-17.5 + parent: 2 + - uid: 5585 + components: + - type: Transform + pos: -4.5,-17.5 + parent: 2 + - uid: 5586 + components: + - type: Transform + pos: -5.5,-17.5 + parent: 2 + - uid: 5587 + components: + - type: Transform + pos: -5.5,-16.5 + parent: 2 + - uid: 5588 + components: + - type: Transform + pos: -5.5,-15.5 + parent: 2 + - uid: 5589 + components: + - type: Transform + pos: -5.5,-14.5 + parent: 2 + - uid: 5590 + components: + - type: Transform + pos: -5.5,-13.5 + parent: 2 + - uid: 5591 + components: + - type: Transform + pos: -5.5,-12.5 + parent: 2 + - uid: 5592 + components: + - type: Transform + pos: -5.5,-11.5 + parent: 2 + - uid: 5593 + components: + - type: Transform + pos: -5.5,-10.5 + parent: 2 + - uid: 5594 + components: + - type: Transform + pos: -5.5,-9.5 + parent: 2 + - uid: 5595 + components: + - type: Transform + pos: -5.5,-8.5 + parent: 2 + - uid: 5596 + components: + - type: Transform + pos: -5.5,-7.5 + parent: 2 + - uid: 5597 + components: + - type: Transform + pos: -5.5,-6.5 + parent: 2 + - uid: 5598 + components: + - type: Transform + pos: -5.5,-5.5 + parent: 2 + - uid: 5599 + components: + - type: Transform + pos: -5.5,-4.5 + parent: 2 + - uid: 5600 + components: + - type: Transform + pos: -5.5,-3.5 + parent: 2 + - uid: 5601 + components: + - type: Transform + pos: -5.5,-2.5 + parent: 2 + - uid: 5602 + components: + - type: Transform + pos: -5.5,-1.5 + parent: 2 + - uid: 5603 + components: + - type: Transform + pos: -5.5,-0.5 + parent: 2 + - uid: 5604 + components: + - type: Transform + pos: -5.5,0.5 + parent: 2 + - uid: 5605 + components: + - type: Transform + pos: -5.5,1.5 + parent: 2 + - uid: 5606 + components: + - type: Transform + pos: -4.5,1.5 + parent: 2 + - uid: 5607 + components: + - type: Transform + pos: -3.5,1.5 + parent: 2 + - uid: 5608 + components: + - type: Transform + pos: -2.5,1.5 + parent: 2 + - uid: 5609 + components: + - type: Transform + pos: -1.5,1.5 + parent: 2 + - uid: 5610 + components: + - type: Transform + pos: -0.5,1.5 + parent: 2 + - uid: 5611 + components: + - type: Transform + pos: 0.5,1.5 + parent: 2 + - uid: 5612 + components: + - type: Transform + pos: 1.5,1.5 + parent: 2 + - uid: 5613 + components: + - type: Transform + pos: 1.5,0.5 + parent: 2 + - uid: 5614 + components: + - type: Transform + pos: 1.5,-0.5 + parent: 2 + - uid: 5615 + components: + - type: Transform + pos: 1.5,-1.5 + parent: 2 + - uid: 5616 + components: + - type: Transform + pos: 1.5,-2.5 + parent: 2 + - uid: 5617 + components: + - type: Transform + pos: 1.5,-3.5 + parent: 2 + - uid: 5618 + components: + - type: Transform + pos: 1.5,-4.5 + parent: 2 + - uid: 5619 + components: + - type: Transform + pos: 2.5,-4.5 + parent: 2 + - uid: 5620 + components: + - type: Transform + pos: 3.5,-4.5 + parent: 2 + - uid: 5621 + components: + - type: Transform + pos: 4.5,-4.5 + parent: 2 + - uid: 5622 + components: + - type: Transform + pos: 5.5,-4.5 + parent: 2 + - uid: 5623 + components: + - type: Transform + pos: 5.5,-3.5 + parent: 2 + - uid: 5624 + components: + - type: Transform + pos: 5.5,-2.5 + parent: 2 + - uid: 5625 + components: + - type: Transform + pos: 6.5,-2.5 + parent: 2 + - uid: 5626 + components: + - type: Transform + pos: 7.5,-2.5 + parent: 2 + - uid: 5627 + components: + - type: Transform + pos: 8.5,-151.5 + parent: 2 + - uid: 5628 + components: + - type: Transform + pos: 8.5,-150.5 + parent: 2 + - uid: 5629 + components: + - type: Transform + pos: 8.5,-149.5 + parent: 2 + - uid: 5630 + components: + - type: Transform + pos: 8.5,-148.5 + parent: 2 + - uid: 5631 + components: + - type: Transform + pos: 8.5,-147.5 + parent: 2 + - uid: 5632 + components: + - type: Transform + pos: 8.5,-146.5 + parent: 2 + - uid: 5633 + components: + - type: Transform + pos: 8.5,-145.5 + parent: 2 + - uid: 5634 + components: + - type: Transform + pos: 8.5,-144.5 + parent: 2 + - uid: 5635 + components: + - type: Transform + pos: 8.5,-143.5 + parent: 2 + - uid: 5636 + components: + - type: Transform + pos: 8.5,-142.5 + parent: 2 + - uid: 5637 + components: + - type: Transform + pos: 8.5,-141.5 + parent: 2 + - uid: 5638 + components: + - type: Transform + pos: 8.5,-140.5 + parent: 2 + - uid: 5639 + components: + - type: Transform + pos: 8.5,-139.5 + parent: 2 + - uid: 5640 + components: + - type: Transform + pos: 8.5,-138.5 + parent: 2 + - uid: 5641 + components: + - type: Transform + pos: 8.5,-137.5 + parent: 2 + - uid: 5642 + components: + - type: Transform + pos: 8.5,-136.5 + parent: 2 + - uid: 5643 + components: + - type: Transform + pos: 7.5,-136.5 + parent: 2 + - uid: 5644 + components: + - type: Transform + pos: 7.5,-135.5 + parent: 2 + - uid: 5645 + components: + - type: Transform + pos: 6.5,-135.5 + parent: 2 + - uid: 5646 + components: + - type: Transform + pos: 5.5,-135.5 + parent: 2 + - uid: 5647 + components: + - type: Transform + pos: 4.5,-135.5 + parent: 2 + - uid: 5648 + components: + - type: Transform + pos: 3.5,-135.5 + parent: 2 + - uid: 5649 + components: + - type: Transform + pos: 2.5,-135.5 + parent: 2 + - uid: 5650 + components: + - type: Transform + pos: 1.5,-135.5 + parent: 2 + - uid: 5651 + components: + - type: Transform + pos: -6.5,-169.5 + parent: 2 + - uid: 5652 + components: + - type: Transform + pos: -6.5,-168.5 + parent: 2 + - uid: 5658 + components: + - type: Transform + pos: -5.5,-163.5 + parent: 2 + - uid: 5659 + components: + - type: Transform + pos: -4.5,-163.5 + parent: 2 + - uid: 5660 + components: + - type: Transform + pos: -3.5,-163.5 + parent: 2 + - uid: 6549 + components: + - type: Transform + pos: 14.5,-253.5 + parent: 2 + - uid: 6551 + components: + - type: Transform + pos: 17.5,-252.5 + parent: 2 + - uid: 6679 + components: + - type: Transform + pos: -6.5,-167.5 + parent: 2 + - uid: 6681 + components: + - type: Transform + pos: -6.5,-166.5 + parent: 2 + - uid: 6683 + components: + - type: Transform + pos: -6.5,-165.5 + parent: 2 + - uid: 6782 + components: + - type: Transform + pos: 13.5,-255.5 + parent: 2 + - uid: 6827 + components: + - type: Transform + pos: 2.5,-251.5 + parent: 2 + - uid: 6841 + components: + - type: Transform + pos: 0.5,-295.5 + parent: 2 + - uid: 6843 + components: + - type: Transform + pos: 0.5,-296.5 + parent: 2 + - uid: 6852 + components: + - type: Transform + pos: 2.5,-252.5 + parent: 2 + - uid: 6869 + components: + - type: Transform + pos: 13.5,-251.5 + parent: 2 + - uid: 6870 + components: + - type: Transform + pos: 13.5,-256.5 + parent: 2 + - uid: 6871 + components: + - type: Transform + pos: 13.5,-253.5 + parent: 2 + - uid: 6872 + components: + - type: Transform + pos: 13.5,-252.5 + parent: 2 + - uid: 6873 + components: + - type: Transform + pos: 13.5,-254.5 + parent: 2 + - uid: 7452 + components: + - type: Transform + pos: 20.5,-256.5 + parent: 2 + - uid: 7455 + components: + - type: Transform + pos: 19.5,-250.5 + parent: 2 + - uid: 7492 + components: + - type: Transform + pos: 15.5,-259.5 + parent: 2 + - uid: 7543 + components: + - type: Transform + pos: 19.5,-253.5 + parent: 2 + - uid: 7585 + components: + - type: Transform + pos: 19.5,-252.5 + parent: 2 + - uid: 7770 + components: + - type: Transform + pos: 7.5,-255.5 + parent: 2 + - uid: 7793 + components: + - type: Transform + pos: 5.5,-250.5 + parent: 2 + - uid: 7794 + components: + - type: Transform + pos: 2.5,-247.5 + parent: 2 + - uid: 7805 + components: + - type: Transform + pos: 0.5,-246.5 + parent: 2 + - uid: 7806 + components: + - type: Transform + pos: 0.5,-251.5 + parent: 2 + - uid: 7807 + components: + - type: Transform + pos: 8.5,-257.5 + parent: 2 + - uid: 7810 + components: + - type: Transform + pos: 19.5,-247.5 + parent: 2 + - uid: 7811 + components: + - type: Transform + pos: 0.5,-253.5 + parent: 2 + - uid: 7828 + components: + - type: Transform + pos: 3.5,-250.5 + parent: 2 + - uid: 7832 + components: + - type: Transform + pos: 14.5,-251.5 + parent: 2 + - uid: 7833 + components: + - type: Transform + pos: 14.5,-252.5 + parent: 2 + - uid: 7846 + components: + - type: Transform + pos: 14.5,-256.5 + parent: 2 + - uid: 7847 + components: + - type: Transform + pos: 16.5,-261.5 + parent: 2 + - uid: 7850 + components: + - type: Transform + pos: 9.5,-252.5 + parent: 2 + - uid: 7851 + components: + - type: Transform + pos: 7.5,-250.5 + parent: 2 + - uid: 7852 + components: + - type: Transform + pos: 11.5,-251.5 + parent: 2 + - uid: 7853 + components: + - type: Transform + pos: 12.5,-248.5 + parent: 2 + - uid: 7855 + components: + - type: Transform + pos: 21.5,-256.5 + parent: 2 + - uid: 7862 + components: + - type: Transform + pos: 11.5,-248.5 + parent: 2 + - uid: 7865 + components: + - type: Transform + pos: 10.5,-248.5 + parent: 2 + - uid: 7866 + components: + - type: Transform + pos: 8.5,-256.5 + parent: 2 + - uid: 7867 + components: + - type: Transform + pos: 0.5,-255.5 + parent: 2 + - uid: 7888 + components: + - type: Transform + pos: 11.5,-250.5 + parent: 2 + - uid: 7889 + components: + - type: Transform + pos: 10.5,-252.5 + parent: 2 + - uid: 7890 + components: + - type: Transform + pos: 22.5,-256.5 + parent: 2 + - uid: 7894 + components: + - type: Transform + pos: 10.5,-256.5 + parent: 2 + - uid: 7908 + components: + - type: Transform + pos: 11.5,-252.5 + parent: 2 + - uid: 7928 + components: + - type: Transform + pos: 0.5,-243.5 + parent: 2 + - uid: 7933 + components: + - type: Transform + pos: 7.5,-252.5 + parent: 2 + - uid: 7935 + components: + - type: Transform + pos: 7.5,-249.5 + parent: 2 + - uid: 7941 + components: + - type: Transform + pos: 19.5,-246.5 + parent: 2 + - uid: 7945 + components: + - type: Transform + pos: 0.5,-257.5 + parent: 2 + - uid: 7948 + components: + - type: Transform + pos: 16.5,-252.5 + parent: 2 + - uid: 7951 + components: + - type: Transform + pos: 13.5,-249.5 + parent: 2 + - uid: 7953 + components: + - type: Transform + pos: 9.5,-256.5 + parent: 2 + - uid: 7955 + components: + - type: Transform + pos: 7.5,-256.5 + parent: 2 + - uid: 7957 + components: + - type: Transform + pos: 12.5,-256.5 + parent: 2 + - uid: 7958 + components: + - type: Transform + pos: 17.5,-261.5 + parent: 2 + - uid: 7959 + components: + - type: Transform + pos: 18.5,-263.5 + parent: 2 + - uid: 7960 + components: + - type: Transform + pos: 18.5,-262.5 + parent: 2 + - uid: 7961 + components: + - type: Transform + pos: 23.5,-256.5 + parent: 2 + - uid: 7962 + components: + - type: Transform + pos: 0.5,-248.5 + parent: 2 + - uid: 7963 + components: + - type: Transform + pos: 0.5,-250.5 + parent: 2 + - uid: 7971 + components: + - type: Transform + pos: 0.5,-256.5 + parent: 2 + - uid: 7973 + components: + - type: Transform + pos: 0.5,-258.5 + parent: 2 + - uid: 7975 + components: + - type: Transform + pos: 0.5,-254.5 + parent: 2 + - uid: 7976 + components: + - type: Transform + pos: 0.5,-252.5 + parent: 2 + - uid: 7978 + components: + - type: Transform + pos: 2.5,-250.5 + parent: 2 + - uid: 7979 + components: + - type: Transform + pos: 6.5,-250.5 + parent: 2 + - uid: 7981 + components: + - type: Transform + pos: 4.5,-250.5 + parent: 2 + - uid: 7982 + components: + - type: Transform + pos: 2.5,-249.5 + parent: 2 + - uid: 7984 + components: + - type: Transform + pos: 2.5,-248.5 + parent: 2 + - uid: 7991 + components: + - type: Transform + pos: 1.5,-247.5 + parent: 2 + - uid: 7999 + components: + - type: Transform + pos: 19.5,-251.5 + parent: 2 + - uid: 8007 + components: + - type: Transform + pos: 18.5,-261.5 + parent: 2 + - uid: 8101 + components: + - type: Transform + pos: 19.5,-249.5 + parent: 2 + - uid: 8115 + components: + - type: Transform + pos: 15.5,-252.5 + parent: 2 + - uid: 8132 + components: + - type: Transform + pos: 0.5,-245.5 + parent: 2 + - uid: 8145 + components: + - type: Transform + pos: 0.5,-247.5 + parent: 2 + - uid: 8183 + components: + - type: Transform + pos: 0.5,-263.5 + parent: 2 + - uid: 8184 + components: + - type: Transform + pos: 0.5,-264.5 + parent: 2 + - uid: 8185 + components: + - type: Transform + pos: 0.5,-265.5 + parent: 2 + - uid: 8186 + components: + - type: Transform + pos: 0.5,-266.5 + parent: 2 + - uid: 8187 + components: + - type: Transform + pos: 0.5,-267.5 + parent: 2 + - uid: 8198 + components: + - type: Transform + pos: 0.5,-249.5 + parent: 2 + - uid: 8205 + components: + - type: Transform + pos: 0.5,-244.5 + parent: 2 + - uid: 8230 + components: + - type: Transform + pos: 19.5,-254.5 + parent: 2 + - uid: 8452 + components: + - type: Transform + pos: 19.5,-265.5 + parent: 2 + - uid: 8454 + components: + - type: Transform + pos: 11.5,-256.5 + parent: 2 + - uid: 8823 + components: + - type: Transform + pos: 19.5,-256.5 + parent: 2 + - uid: 8838 + components: + - type: Transform + pos: 18.5,-252.5 + parent: 2 + - uid: 8842 + components: + - type: Transform + pos: 7.5,-251.5 + parent: 2 + - uid: 8844 + components: + - type: Transform + pos: 8.5,-252.5 + parent: 2 + - uid: 8863 + components: + - type: Transform + pos: 13.5,-250.5 + parent: 2 + - uid: 8936 + components: + - type: Transform + pos: 2.5,-256.5 + parent: 2 + - uid: 8937 + components: + - type: Transform + pos: 1.5,-256.5 + parent: 2 + - uid: 8943 + components: + - type: Transform + pos: 5.5,-256.5 + parent: 2 + - uid: 8944 + components: + - type: Transform + pos: 4.5,-256.5 + parent: 2 + - uid: 9095 + components: + - type: Transform + pos: -14.5,-254.5 + parent: 2 + - uid: 9098 + components: + - type: Transform + pos: -2.5,-275.5 + parent: 2 + - uid: 9100 + components: + - type: Transform + pos: -0.5,-274.5 + parent: 2 + - uid: 9101 + components: + - type: Transform + pos: -1.5,-274.5 + parent: 2 + - uid: 9102 + components: + - type: Transform + pos: 0.5,-270.5 + parent: 2 + - uid: 9103 + components: + - type: Transform + pos: 8.5,-286.5 + parent: 2 + - uid: 9104 + components: + - type: Transform + pos: 0.5,-269.5 + parent: 2 + - uid: 9105 + components: + - type: Transform + pos: 0.5,-268.5 + parent: 2 + - uid: 9106 + components: + - type: Transform + pos: 0.5,-271.5 + parent: 2 + - uid: 9107 + components: + - type: Transform + pos: 0.5,-272.5 + parent: 2 + - uid: 9108 + components: + - type: Transform + pos: 0.5,-273.5 + parent: 2 + - uid: 9109 + components: + - type: Transform + pos: 0.5,-274.5 + parent: 2 + - uid: 9110 + components: + - type: Transform + pos: 0.5,-286.5 + parent: 2 + - uid: 9111 + components: + - type: Transform + pos: 3.5,-287.5 + parent: 2 + - uid: 9112 + components: + - type: Transform + pos: -2.5,-276.5 + parent: 2 + - uid: 9113 + components: + - type: Transform + pos: -2.5,-274.5 + parent: 2 + - uid: 9114 + components: + - type: Transform + pos: -2.5,-277.5 + parent: 2 + - uid: 9115 + components: + - type: Transform + pos: -2.5,-278.5 + parent: 2 + - uid: 9116 + components: + - type: Transform + pos: -2.5,-279.5 + parent: 2 + - uid: 9117 + components: + - type: Transform + pos: -2.5,-280.5 + parent: 2 + - uid: 9118 + components: + - type: Transform + pos: -2.5,-281.5 + parent: 2 + - uid: 9119 + components: + - type: Transform + pos: -2.5,-282.5 + parent: 2 + - uid: 9120 + components: + - type: Transform + pos: -2.5,-283.5 + parent: 2 + - uid: 9121 + components: + - type: Transform + pos: -2.5,-284.5 + parent: 2 + - uid: 9122 + components: + - type: Transform + pos: -1.5,-284.5 + parent: 2 + - uid: 9123 + components: + - type: Transform + pos: -0.5,-284.5 + parent: 2 + - uid: 9124 + components: + - type: Transform + pos: 0.5,-284.5 + parent: 2 + - uid: 9125 + components: + - type: Transform + pos: 0.5,-285.5 + parent: 2 + - uid: 9126 + components: + - type: Transform + pos: 1.5,-285.5 + parent: 2 + - uid: 9127 + components: + - type: Transform + pos: 2.5,-285.5 + parent: 2 + - uid: 9130 + components: + - type: Transform + pos: 2.5,-286.5 + parent: 2 + - uid: 9131 + components: + - type: Transform + pos: 2.5,-287.5 + parent: 2 + - uid: 9133 + components: + - type: Transform + pos: 4.5,-287.5 + parent: 2 + - uid: 9134 + components: + - type: Transform + pos: 5.5,-287.5 + parent: 2 + - uid: 9135 + components: + - type: Transform + pos: 6.5,-287.5 + parent: 2 + - uid: 9136 + components: + - type: Transform + pos: 7.5,-287.5 + parent: 2 + - uid: 9137 + components: + - type: Transform + pos: 8.5,-287.5 + parent: 2 + - uid: 9138 + components: + - type: Transform + pos: 8.5,-285.5 + parent: 2 + - uid: 9139 + components: + - type: Transform + pos: 8.5,-284.5 + parent: 2 + - uid: 9140 + components: + - type: Transform + pos: 0.5,-287.5 + parent: 2 + - uid: 9141 + components: + - type: Transform + pos: 0.5,-288.5 + parent: 2 + - uid: 9142 + components: + - type: Transform + pos: 0.5,-289.5 + parent: 2 + - uid: 9143 + components: + - type: Transform + pos: 0.5,-290.5 + parent: 2 + - uid: 9167 + components: + - type: Transform + pos: 3.5,-256.5 + parent: 2 + - uid: 9360 + components: + - type: Transform + pos: 0.5,-291.5 + parent: 2 + - uid: 9361 + components: + - type: Transform + pos: 0.5,-292.5 + parent: 2 + - uid: 9362 + components: + - type: Transform + pos: 0.5,-293.5 + parent: 2 + - uid: 9363 + components: + - type: Transform + pos: 0.5,-294.5 + parent: 2 + - uid: 9499 + components: + - type: Transform + pos: 1.5,-345.5 + parent: 2 + - uid: 9559 + components: + - type: Transform + pos: 21.5,-308.5 + parent: 2 + - uid: 9560 + components: + - type: Transform + pos: 20.5,-308.5 + parent: 2 + - uid: 9561 + components: + - type: Transform + pos: 19.5,-308.5 + parent: 2 + - uid: 9562 + components: + - type: Transform + pos: 19.5,-307.5 + parent: 2 + - uid: 9563 + components: + - type: Transform + pos: 19.5,-306.5 + parent: 2 + - uid: 9564 + components: + - type: Transform + pos: 20.5,-306.5 + parent: 2 + - uid: 9565 + components: + - type: Transform + pos: 21.5,-306.5 + parent: 2 + - uid: 9566 + components: + - type: Transform + pos: 20.5,-305.5 + parent: 2 + - uid: 9567 + components: + - type: Transform + pos: 20.5,-309.5 + parent: 2 + - uid: 9568 + components: + - type: Transform + pos: 20.5,-310.5 + parent: 2 + - uid: 9569 + components: + - type: Transform + pos: 21.5,-310.5 + parent: 2 + - uid: 9570 + components: + - type: Transform + pos: 22.5,-310.5 + parent: 2 + - uid: 9571 + components: + - type: Transform + pos: 24.5,-310.5 + parent: 2 + - uid: 9572 + components: + - type: Transform + pos: 23.5,-310.5 + parent: 2 + - uid: 9573 + components: + - type: Transform + pos: 24.5,-309.5 + parent: 2 + - uid: 9574 + components: + - type: Transform + pos: 24.5,-308.5 + parent: 2 + - uid: 9575 + components: + - type: Transform + pos: 20.5,-304.5 + parent: 2 + - uid: 9577 + components: + - type: Transform + pos: 21.5,-304.5 + parent: 2 + - uid: 9578 + components: + - type: Transform + pos: 22.5,-304.5 + parent: 2 + - uid: 9579 + components: + - type: Transform + pos: 23.5,-304.5 + parent: 2 + - uid: 9580 + components: + - type: Transform + pos: 24.5,-304.5 + parent: 2 + - uid: 9581 + components: + - type: Transform + pos: 24.5,-305.5 + parent: 2 + - uid: 9582 + components: + - type: Transform + pos: 24.5,-306.5 + parent: 2 + - uid: 9583 + components: + - type: Transform + pos: 23.5,-306.5 + parent: 2 + - uid: 9584 + components: + - type: Transform + pos: 25.5,-308.5 + parent: 2 + - uid: 9585 + components: + - type: Transform + pos: 25.5,-307.5 + parent: 2 + - uid: 9586 + components: + - type: Transform + pos: 25.5,-306.5 + parent: 2 + - uid: 9587 + components: + - type: Transform + pos: 23.5,-308.5 + parent: 2 + - uid: 9870 + components: + - type: Transform + pos: 0.5,-259.5 + parent: 2 + - uid: 9917 + components: + - type: Transform + pos: 6.5,-319.5 + parent: 2 + - uid: 10161 + components: + - type: Transform + pos: 0.5,-260.5 + parent: 2 + - uid: 10172 + components: + - type: Transform + pos: 0.5,-297.5 + parent: 2 + - uid: 10173 + components: + - type: Transform + pos: -0.5,-297.5 + parent: 2 + - uid: 10174 + components: + - type: Transform + pos: -1.5,-297.5 + parent: 2 + - uid: 10175 + components: + - type: Transform + pos: -2.5,-297.5 + parent: 2 + - uid: 10176 + components: + - type: Transform + pos: -3.5,-297.5 + parent: 2 + - uid: 10177 + components: + - type: Transform + pos: -4.5,-297.5 + parent: 2 + - uid: 10178 + components: + - type: Transform + pos: -5.5,-297.5 + parent: 2 + - uid: 10179 + components: + - type: Transform + pos: -6.5,-297.5 + parent: 2 + - uid: 10180 + components: + - type: Transform + pos: -7.5,-297.5 + parent: 2 + - uid: 10181 + components: + - type: Transform + pos: -8.5,-297.5 + parent: 2 + - uid: 10182 + components: + - type: Transform + pos: 1.5,-297.5 + parent: 2 + - uid: 10183 + components: + - type: Transform + pos: 2.5,-297.5 + parent: 2 + - uid: 10184 + components: + - type: Transform + pos: 3.5,-297.5 + parent: 2 + - uid: 10185 + components: + - type: Transform + pos: 4.5,-297.5 + parent: 2 + - uid: 10186 + components: + - type: Transform + pos: 5.5,-297.5 + parent: 2 + - uid: 10187 + components: + - type: Transform + pos: 6.5,-297.5 + parent: 2 + - uid: 10188 + components: + - type: Transform + pos: 7.5,-297.5 + parent: 2 + - uid: 10189 + components: + - type: Transform + pos: 8.5,-297.5 + parent: 2 + - uid: 10190 + components: + - type: Transform + pos: 9.5,-297.5 + parent: 2 + - uid: 10191 + components: + - type: Transform + pos: 9.5,-298.5 + parent: 2 + - uid: 10192 + components: + - type: Transform + pos: 9.5,-299.5 + parent: 2 + - uid: 10193 + components: + - type: Transform + pos: 9.5,-300.5 + parent: 2 + - uid: 10194 + components: + - type: Transform + pos: 9.5,-301.5 + parent: 2 + - uid: 10195 + components: + - type: Transform + pos: 9.5,-302.5 + parent: 2 + - uid: 10196 + components: + - type: Transform + pos: 9.5,-303.5 + parent: 2 + - uid: 10197 + components: + - type: Transform + pos: 9.5,-304.5 + parent: 2 + - uid: 10198 + components: + - type: Transform + pos: 9.5,-305.5 + parent: 2 + - uid: 10199 + components: + - type: Transform + pos: 9.5,-306.5 + parent: 2 + - uid: 10200 + components: + - type: Transform + pos: 9.5,-307.5 + parent: 2 + - uid: 10201 + components: + - type: Transform + pos: 9.5,-308.5 + parent: 2 + - uid: 10202 + components: + - type: Transform + pos: 9.5,-309.5 + parent: 2 + - uid: 10203 + components: + - type: Transform + pos: 9.5,-310.5 + parent: 2 + - uid: 10204 + components: + - type: Transform + pos: 9.5,-311.5 + parent: 2 + - uid: 10205 + components: + - type: Transform + pos: 9.5,-312.5 + parent: 2 + - uid: 10206 + components: + - type: Transform + pos: 10.5,-312.5 + parent: 2 + - uid: 10207 + components: + - type: Transform + pos: 10.5,-313.5 + parent: 2 + - uid: 10208 + components: + - type: Transform + pos: 10.5,-314.5 + parent: 2 + - uid: 10209 + components: + - type: Transform + pos: 10.5,-315.5 + parent: 2 + - uid: 10210 + components: + - type: Transform + pos: 10.5,-316.5 + parent: 2 + - uid: 10211 + components: + - type: Transform + pos: 10.5,-317.5 + parent: 2 + - uid: 10212 + components: + - type: Transform + pos: 10.5,-318.5 + parent: 2 + - uid: 10213 + components: + - type: Transform + pos: 9.5,-318.5 + parent: 2 + - uid: 10214 + components: + - type: Transform + pos: 8.5,-318.5 + parent: 2 + - uid: 10215 + components: + - type: Transform + pos: 7.5,-318.5 + parent: 2 + - uid: 10216 + components: + - type: Transform + pos: 6.5,-318.5 + parent: 2 + - uid: 10218 + components: + - type: Transform + pos: 5.5,-319.5 + parent: 2 + - uid: 10219 + components: + - type: Transform + pos: 4.5,-319.5 + parent: 2 + - uid: 10220 + components: + - type: Transform + pos: 3.5,-319.5 + parent: 2 + - uid: 10221 + components: + - type: Transform + pos: 2.5,-319.5 + parent: 2 + - uid: 10222 + components: + - type: Transform + pos: 1.5,-319.5 + parent: 2 + - uid: 10223 + components: + - type: Transform + pos: 0.5,-319.5 + parent: 2 + - uid: 10224 + components: + - type: Transform + pos: 0.5,-320.5 + parent: 2 + - uid: 10225 + components: + - type: Transform + pos: 0.5,-321.5 + parent: 2 + - uid: 10226 + components: + - type: Transform + pos: 0.5,-322.5 + parent: 2 + - uid: 10610 + components: + - type: Transform + pos: 0.5,-323.5 + parent: 2 + - uid: 10611 + components: + - type: Transform + pos: 0.5,-324.5 + parent: 2 + - uid: 10612 + components: + - type: Transform + pos: 0.5,-325.5 + parent: 2 + - uid: 10613 + components: + - type: Transform + pos: 0.5,-326.5 + parent: 2 + - uid: 10614 + components: + - type: Transform + pos: 0.5,-327.5 + parent: 2 + - uid: 10615 + components: + - type: Transform + pos: 0.5,-328.5 + parent: 2 + - uid: 10674 + components: + - type: Transform + pos: 3.5,-345.5 + parent: 2 + - uid: 10801 + components: + - type: Transform + pos: 0.5,-334.5 + parent: 2 + - uid: 10804 + components: + - type: Transform + pos: 0.5,-332.5 + parent: 2 + - uid: 10806 + components: + - type: Transform + pos: 0.5,-330.5 + parent: 2 + - uid: 10807 + components: + - type: Transform + pos: 0.5,-329.5 + parent: 2 + - uid: 10809 + components: + - type: Transform + pos: 0.5,-331.5 + parent: 2 + - uid: 10810 + components: + - type: Transform + pos: 0.5,-333.5 + parent: 2 + - uid: 10835 + components: + - type: Transform + pos: 0.5,-335.5 + parent: 2 + - uid: 10836 + components: + - type: Transform + pos: 0.5,-336.5 + parent: 2 + - uid: 10837 + components: + - type: Transform + pos: 0.5,-337.5 + parent: 2 + - uid: 10838 + components: + - type: Transform + pos: 0.5,-338.5 + parent: 2 + - uid: 10839 + components: + - type: Transform + pos: 0.5,-339.5 + parent: 2 + - uid: 10840 + components: + - type: Transform + pos: 0.5,-340.5 + parent: 2 + - uid: 10844 + components: + - type: Transform + pos: 0.5,-341.5 + parent: 2 + - uid: 10866 + components: + - type: Transform + pos: 4.5,-346.5 + parent: 2 + - uid: 10962 + components: + - type: Transform + pos: 2.5,-345.5 + parent: 2 + - uid: 11125 + components: + - type: Transform + pos: 0.5,-342.5 + parent: 2 + - uid: 11126 + components: + - type: Transform + pos: 0.5,-343.5 + parent: 2 + - uid: 11127 + components: + - type: Transform + pos: 0.5,-344.5 + parent: 2 + - uid: 11128 + components: + - type: Transform + pos: 0.5,-345.5 + parent: 2 + - uid: 11129 + components: + - type: Transform + pos: 0.5,-346.5 + parent: 2 + - uid: 11130 + components: + - type: Transform + pos: 0.5,-347.5 + parent: 2 + - uid: 11131 + components: + - type: Transform + pos: 0.5,-348.5 + parent: 2 + - uid: 11132 + components: + - type: Transform + pos: 0.5,-349.5 + parent: 2 + - uid: 11133 + components: + - type: Transform + pos: 0.5,-350.5 + parent: 2 + - uid: 11134 + components: + - type: Transform + pos: 0.5,-351.5 + parent: 2 + - uid: 11135 + components: + - type: Transform + pos: 0.5,-352.5 + parent: 2 + - uid: 11136 + components: + - type: Transform + pos: 0.5,-353.5 + parent: 2 + - uid: 11137 + components: + - type: Transform + pos: 0.5,-354.5 + parent: 2 + - uid: 11138 + components: + - type: Transform + pos: 0.5,-355.5 + parent: 2 + - uid: 11139 + components: + - type: Transform + pos: 0.5,-356.5 + parent: 2 + - uid: 11264 + components: + - type: Transform + pos: 0.5,-357.5 + parent: 2 + - uid: 11265 + components: + - type: Transform + pos: 0.5,-358.5 + parent: 2 + - uid: 11266 + components: + - type: Transform + pos: 0.5,-359.5 + parent: 2 + - uid: 11269 + components: + - type: Transform + pos: 2.5,-360.5 + parent: 2 + - uid: 11270 + components: + - type: Transform + pos: 3.5,-360.5 + parent: 2 + - uid: 11271 + components: + - type: Transform + pos: 4.5,-360.5 + parent: 2 + - uid: 11272 + components: + - type: Transform + pos: 5.5,-360.5 + parent: 2 + - uid: 11273 + components: + - type: Transform + pos: 6.5,-360.5 + parent: 2 + - uid: 11274 + components: + - type: Transform + pos: 6.5,-361.5 + parent: 2 + - uid: 11411 + components: + - type: Transform + pos: 2.5,-359.5 + parent: 2 + - uid: 11412 + components: + - type: Transform + pos: 1.5,-359.5 + parent: 2 + - uid: 11844 + components: + - type: Transform + pos: 0.5,-381.5 + parent: 2 + - uid: 11845 + components: + - type: Transform + pos: 4.5,-361.5 + parent: 2 + - uid: 11846 + components: + - type: Transform + pos: 4.5,-362.5 + parent: 2 + - uid: 11847 + components: + - type: Transform + pos: 4.5,-363.5 + parent: 2 + - uid: 11848 + components: + - type: Transform + pos: 4.5,-364.5 + parent: 2 + - uid: 11849 + components: + - type: Transform + pos: 4.5,-365.5 + parent: 2 + - uid: 11850 + components: + - type: Transform + pos: 4.5,-366.5 + parent: 2 + - uid: 11851 + components: + - type: Transform + pos: 4.5,-367.5 + parent: 2 + - uid: 11852 + components: + - type: Transform + pos: 4.5,-368.5 + parent: 2 + - uid: 11853 + components: + - type: Transform + pos: 4.5,-369.5 + parent: 2 + - uid: 11854 + components: + - type: Transform + pos: 4.5,-370.5 + parent: 2 + - uid: 11855 + components: + - type: Transform + pos: 4.5,-371.5 + parent: 2 + - uid: 11856 + components: + - type: Transform + pos: 4.5,-372.5 + parent: 2 + - uid: 11857 + components: + - type: Transform + pos: 4.5,-373.5 + parent: 2 + - uid: 11858 + components: + - type: Transform + pos: 3.5,-373.5 + parent: 2 + - uid: 11859 + components: + - type: Transform + pos: 2.5,-373.5 + parent: 2 + - uid: 11860 + components: + - type: Transform + pos: 1.5,-373.5 + parent: 2 + - uid: 11861 + components: + - type: Transform + pos: 0.5,-373.5 + parent: 2 + - uid: 11862 + components: + - type: Transform + pos: 0.5,-374.5 + parent: 2 + - uid: 11863 + components: + - type: Transform + pos: 0.5,-375.5 + parent: 2 + - uid: 11864 + components: + - type: Transform + pos: 0.5,-378.5 + parent: 2 + - uid: 11865 + components: + - type: Transform + pos: 0.5,-379.5 + parent: 2 + - uid: 11866 + components: + - type: Transform + pos: 0.5,-382.5 + parent: 2 + - uid: 11917 + components: + - type: Transform + pos: 0.5,-383.5 + parent: 2 + - uid: 11999 + components: + - type: Transform + pos: 6.5,-386.5 + parent: 2 + - uid: 12004 + components: + - type: Transform + pos: 6.5,-384.5 + parent: 2 + - uid: 12015 + components: + - type: Transform + pos: 2.5,-384.5 + parent: 2 + - uid: 12018 + components: + - type: Transform + pos: 3.5,-384.5 + parent: 2 + - uid: 12019 + components: + - type: Transform + pos: 0.5,-384.5 + parent: 2 + - uid: 12022 + components: + - type: Transform + pos: 6.5,-385.5 + parent: 2 + - uid: 13988 + components: + - type: Transform + pos: 7.5,-253.5 + parent: 2 + - uid: 13999 + components: + - type: Transform + pos: 6.5,-256.5 + parent: 2 + - uid: 14002 + components: + - type: Transform + pos: 7.5,-254.5 + parent: 2 + - uid: 14007 + components: + - type: Transform + pos: 19.5,-248.5 + parent: 2 + - uid: 14013 + components: + - type: Transform + pos: 19.5,-255.5 + parent: 2 + - uid: 16690 + components: + - type: Transform + pos: -13.5,-253.5 + parent: 2 + - uid: 16692 + components: + - type: Transform + pos: -15.5,-253.5 + parent: 2 + - uid: 16693 + components: + - type: Transform + pos: -15.5,-252.5 + parent: 2 + - uid: 16694 + components: + - type: Transform + pos: -15.5,-251.5 + parent: 2 + - uid: 16695 + components: + - type: Transform + pos: -15.5,-250.5 + parent: 2 + - uid: 16696 + components: + - type: Transform + pos: -15.5,-249.5 + parent: 2 + - uid: 16918 + components: + - type: Transform + pos: -15.5,-248.5 + parent: 2 + - uid: 16919 + components: + - type: Transform + pos: -15.5,-247.5 + parent: 2 + - uid: 16920 + components: + - type: Transform + pos: -15.5,-246.5 + parent: 2 + - uid: 16921 + components: + - type: Transform + pos: -15.5,-245.5 + parent: 2 + - uid: 16922 + components: + - type: Transform + pos: -15.5,-244.5 + parent: 2 + - uid: 16923 + components: + - type: Transform + pos: -15.5,-243.5 + parent: 2 + - uid: 16924 + components: + - type: Transform + pos: -14.5,-248.5 + parent: 2 + - uid: 16925 + components: + - type: Transform + pos: -13.5,-248.5 + parent: 2 + - uid: 16926 + components: + - type: Transform + pos: -12.5,-248.5 + parent: 2 + - uid: 16927 + components: + - type: Transform + pos: -11.5,-248.5 + parent: 2 + - uid: 16928 + components: + - type: Transform + pos: -10.5,-248.5 + parent: 2 + - uid: 16929 + components: + - type: Transform + pos: -9.5,-248.5 + parent: 2 + - uid: 16930 + components: + - type: Transform + pos: -8.5,-248.5 + parent: 2 + - uid: 16931 + components: + - type: Transform + pos: -7.5,-248.5 + parent: 2 + - uid: 16932 + components: + - type: Transform + pos: -6.5,-248.5 + parent: 2 + - uid: 16933 + components: + - type: Transform + pos: -5.5,-248.5 + parent: 2 + - uid: 16934 + components: + - type: Transform + pos: -4.5,-248.5 + parent: 2 + - uid: 16935 + components: + - type: Transform + pos: -3.5,-248.5 + parent: 2 + - uid: 16936 + components: + - type: Transform + pos: -2.5,-248.5 + parent: 2 + - uid: 16937 + components: + - type: Transform + pos: -1.5,-248.5 + parent: 2 + - uid: 16938 + components: + - type: Transform + pos: -0.5,-248.5 + parent: 2 + - uid: 17037 + components: + - type: Transform + pos: -13.5,-254.5 + parent: 2 +- proto: CableHVStack + entities: + - uid: 42 + components: + - type: Transform + pos: 15.409912,-245.26797 + parent: 2 + - uid: 896 + components: + - type: Transform + pos: 15.568392,-245.34718 + parent: 2 + - uid: 11672 + components: + - type: Transform + pos: -2.0963848,-7.519528 + parent: 2 + - uid: 16801 + components: + - type: Transform + parent: 16798 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: CableMV + entities: + - uid: 81 + components: + - type: Transform + pos: -0.5,-10.5 + parent: 2 + - uid: 191 + components: + - type: Transform + pos: 5.5,-112.5 + parent: 2 + - uid: 479 + components: + - type: Transform + pos: 2.5,-5.5 + parent: 2 + - uid: 572 + components: + - type: Transform + pos: 0.5,-345.5 + parent: 2 + - uid: 582 + components: + - type: Transform + pos: 1.5,-5.5 + parent: 2 + - uid: 587 + components: + - type: Transform + pos: 2.5,-345.5 + parent: 2 + - uid: 916 + components: + - type: Transform + pos: 7.5,-335.5 + parent: 2 + - uid: 1119 + components: + - type: Transform + pos: -3.5,-44.5 + parent: 2 + - uid: 1127 + components: + - type: Transform + pos: -3.5,-34.5 + parent: 2 + - uid: 1144 + components: + - type: Transform + pos: 5.5,-3.5 + parent: 2 + - uid: 1250 + components: + - type: Transform + pos: 4.5,-340.5 + parent: 2 + - uid: 1462 + components: + - type: Transform + pos: -1.5,-247.5 + parent: 2 + - uid: 1497 + components: + - type: Transform + pos: 1.5,-360.5 + parent: 2 + - uid: 2001 + components: + - type: Transform + pos: -1.5,-10.5 + parent: 2 + - uid: 2062 + components: + - type: Transform + pos: -0.5,-56.5 + parent: 2 + - uid: 2068 + components: + - type: Transform + pos: -2.5,-71.5 + parent: 2 + - uid: 2069 + components: + - type: Transform + pos: 4.5,-57.5 + parent: 2 + - uid: 2070 + components: + - type: Transform + pos: 6.5,-65.5 + parent: 2 + - uid: 2071 + components: + - type: Transform + pos: 6.5,-64.5 + parent: 2 + - uid: 2097 + components: + - type: Transform + pos: 3.5,-53.5 + parent: 2 + - uid: 2191 + components: + - type: Transform + pos: 3.5,-54.5 + parent: 2 + - uid: 2227 + components: + - type: Transform + pos: -13.5,-249.5 + parent: 2 + - uid: 2477 + components: + - type: Transform + pos: -2.5,-44.5 + parent: 2 + - uid: 3172 + components: + - type: Transform + pos: -0.5,-109.5 + parent: 2 + - uid: 3173 + components: + - type: Transform + pos: 0.5,-109.5 + parent: 2 + - uid: 3218 + components: + - type: Transform + pos: 5.5,-113.5 + parent: 2 + - uid: 3242 + components: + - type: Transform + pos: -1.5,-109.5 + parent: 2 + - uid: 3245 + components: + - type: Transform + pos: 1.5,-109.5 + parent: 2 + - uid: 3248 + components: + - type: Transform + pos: 2.5,-109.5 + parent: 2 + - uid: 3557 + components: + - type: Transform + pos: -5.5,-336.5 + parent: 2 + - uid: 3576 + components: + - type: Transform + pos: 7.5,-338.5 + parent: 2 + - uid: 3678 + components: + - type: Transform + pos: 11.5,-250.5 + parent: 2 + - uid: 3701 + components: + - type: Transform + pos: 0.5,-230.5 + parent: 2 + - uid: 3838 + components: + - type: Transform + pos: 15.5,-137.5 + parent: 2 + - uid: 3839 + components: + - type: Transform + pos: 15.5,-136.5 + parent: 2 + - uid: 3879 + components: + - type: Transform + pos: 7.5,-342.5 + parent: 2 + - uid: 4046 + components: + - type: Transform + pos: -7.5,-302.5 + parent: 2 + - uid: 4163 + components: + - type: Transform + pos: 0.5,-341.5 + parent: 2 + - uid: 4235 + components: + - type: Transform + pos: 20.5,-264.5 + parent: 2 + - uid: 4345 + components: + - type: Transform + pos: -2.5,-109.5 + parent: 2 + - uid: 4346 + components: + - type: Transform + pos: -2.5,-108.5 + parent: 2 + - uid: 4349 + components: + - type: Transform + pos: 3.5,-109.5 + parent: 2 + - uid: 4354 + components: + - type: Transform + pos: -2.5,-43.5 + parent: 2 + - uid: 4555 + components: + - type: Transform + pos: 19.5,-265.5 + parent: 2 + - uid: 4681 + components: + - type: Transform + pos: 7.5,-2.5 + parent: 2 + - uid: 4784 + components: + - type: Transform + pos: 5.5,-2.5 + parent: 2 + - uid: 4898 + components: + - type: Transform + pos: 2.5,-220.5 + parent: 2 + - uid: 5002 + components: + - type: Transform + pos: 4.5,-252.5 + parent: 2 + - uid: 5003 + components: + - type: Transform + pos: 3.5,-252.5 + parent: 2 + - uid: 5004 + components: + - type: Transform + pos: 3.5,-253.5 + parent: 2 + - uid: 5005 + components: + - type: Transform + pos: 3.5,-254.5 + parent: 2 + - uid: 5354 + components: + - type: Transform + pos: 6.5,-2.5 + parent: 2 + - uid: 5387 + components: + - type: Transform + pos: 19.5,-264.5 + parent: 2 + - uid: 5490 + components: + - type: Transform + pos: 5.5,-4.5 + parent: 2 + - uid: 5492 + components: + - type: Transform + pos: 4.5,-4.5 + parent: 2 + - uid: 5657 + components: + - type: Transform + pos: 7.5,-250.5 + parent: 2 + - uid: 5663 + components: + - type: Transform + pos: 3.5,-4.5 + parent: 2 + - uid: 5664 + components: + - type: Transform + pos: 2.5,-4.5 + parent: 2 + - uid: 5665 + components: + - type: Transform + pos: 2.5,-3.5 + parent: 2 + - uid: 5666 + components: + - type: Transform + pos: 2.5,-2.5 + parent: 2 + - uid: 5667 + components: + - type: Transform + pos: 1.5,-2.5 + parent: 2 + - uid: 5668 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 2 + - uid: 5669 + components: + - type: Transform + pos: 3.5,-1.5 + parent: 2 + - uid: 5670 + components: + - type: Transform + pos: 0.5,-2.5 + parent: 2 + - uid: 5671 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 2 + - uid: 5672 + components: + - type: Transform + pos: -1.5,-2.5 + parent: 2 + - uid: 5673 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 2 + - uid: 5674 + components: + - type: Transform + pos: -2.5,-3.5 + parent: 2 + - uid: 5675 + components: + - type: Transform + pos: -2.5,-4.5 + parent: 2 + - uid: 5678 + components: + - type: Transform + pos: 0.5,-6.5 + parent: 2 + - uid: 5679 + components: + - type: Transform + pos: -0.5,-6.5 + parent: 2 + - uid: 5680 + components: + - type: Transform + pos: 1.5,-6.5 + parent: 2 + - uid: 5681 + components: + - type: Transform + pos: -1.5,-6.5 + parent: 2 + - uid: 5682 + components: + - type: Transform + pos: -2.5,-6.5 + parent: 2 + - uid: 5683 + components: + - type: Transform + pos: -3.5,-6.5 + parent: 2 + - uid: 5684 + components: + - type: Transform + pos: -4.5,-6.5 + parent: 2 + - uid: 5686 + components: + - type: Transform + pos: 1.5,-7.5 + parent: 2 + - uid: 5687 + components: + - type: Transform + pos: 1.5,-8.5 + parent: 2 + - uid: 5688 + components: + - type: Transform + pos: 1.5,-9.5 + parent: 2 + - uid: 5689 + components: + - type: Transform + pos: 1.5,-10.5 + parent: 2 + - uid: 5690 + components: + - type: Transform + pos: 0.5,-10.5 + parent: 2 + - uid: 5691 + components: + - type: Transform + pos: -2.5,-10.5 + parent: 2 + - uid: 5692 + components: + - type: Transform + pos: -2.5,-11.5 + parent: 2 + - uid: 5693 + components: + - type: Transform + pos: -3.5,-11.5 + parent: 2 + - uid: 5741 + components: + - type: Transform + pos: -4.5,-11.5 + parent: 2 + - uid: 5784 + components: + - type: Transform + pos: -4.5,-44.5 + parent: 2 + - uid: 5785 + components: + - type: Transform + pos: 0.5,-35.5 + parent: 2 + - uid: 5786 + components: + - type: Transform + pos: -4.5,-43.5 + parent: 2 + - uid: 5787 + components: + - type: Transform + pos: -4.5,-42.5 + parent: 2 + - uid: 5788 + components: + - type: Transform + pos: -4.5,-41.5 + parent: 2 + - uid: 5789 + components: + - type: Transform + pos: -4.5,-40.5 + parent: 2 + - uid: 5790 + components: + - type: Transform + pos: -4.5,-39.5 + parent: 2 + - uid: 5791 + components: + - type: Transform + pos: -4.5,-38.5 + parent: 2 + - uid: 5792 + components: + - type: Transform + pos: -4.5,-37.5 + parent: 2 + - uid: 5793 + components: + - type: Transform + pos: -4.5,-36.5 + parent: 2 + - uid: 5794 + components: + - type: Transform + pos: -4.5,-35.5 + parent: 2 + - uid: 5795 + components: + - type: Transform + pos: -4.5,-34.5 + parent: 2 + - uid: 5796 + components: + - type: Transform + pos: -2.5,-34.5 + parent: 2 + - uid: 5797 + components: + - type: Transform + pos: -1.5,-34.5 + parent: 2 + - uid: 5798 + components: + - type: Transform + pos: -0.5,-34.5 + parent: 2 + - uid: 5799 + components: + - type: Transform + pos: 0.5,-34.5 + parent: 2 + - uid: 5800 + components: + - type: Transform + pos: 0.5,-33.5 + parent: 2 + - uid: 5801 + components: + - type: Transform + pos: 0.5,-32.5 + parent: 2 + - uid: 5802 + components: + - type: Transform + pos: 0.5,-31.5 + parent: 2 + - uid: 5803 + components: + - type: Transform + pos: 1.5,-31.5 + parent: 2 + - uid: 5804 + components: + - type: Transform + pos: 2.5,-31.5 + parent: 2 + - uid: 5806 + components: + - type: Transform + pos: 3.5,-31.5 + parent: 2 + - uid: 5807 + components: + - type: Transform + pos: 3.5,-30.5 + parent: 2 + - uid: 5808 + components: + - type: Transform + pos: 4.5,-30.5 + parent: 2 + - uid: 5809 + components: + - type: Transform + pos: 0.5,-36.5 + parent: 2 + - uid: 5810 + components: + - type: Transform + pos: 0.5,-37.5 + parent: 2 + - uid: 5811 + components: + - type: Transform + pos: 0.5,-38.5 + parent: 2 + - uid: 5812 + components: + - type: Transform + pos: 0.5,-39.5 + parent: 2 + - uid: 5813 + components: + - type: Transform + pos: 0.5,-40.5 + parent: 2 + - uid: 5814 + components: + - type: Transform + pos: 0.5,-41.5 + parent: 2 + - uid: 5815 + components: + - type: Transform + pos: 0.5,-42.5 + parent: 2 + - uid: 5816 + components: + - type: Transform + pos: -0.5,-42.5 + parent: 2 + - uid: 5817 + components: + - type: Transform + pos: -1.5,-42.5 + parent: 2 + - uid: 5960 + components: + - type: Transform + pos: 11.5,-251.5 + parent: 2 + - uid: 5972 + components: + - type: Transform + pos: 4.5,-54.5 + parent: 2 + - uid: 5973 + components: + - type: Transform + pos: 5.5,-54.5 + parent: 2 + - uid: 5974 + components: + - type: Transform + pos: 5.5,-55.5 + parent: 2 + - uid: 5975 + components: + - type: Transform + pos: 5.5,-56.5 + parent: 2 + - uid: 5976 + components: + - type: Transform + pos: 5.5,-57.5 + parent: 2 + - uid: 5977 + components: + - type: Transform + pos: 6.5,-57.5 + parent: 2 + - uid: 5978 + components: + - type: Transform + pos: 6.5,-58.5 + parent: 2 + - uid: 5979 + components: + - type: Transform + pos: 6.5,-59.5 + parent: 2 + - uid: 5980 + components: + - type: Transform + pos: 6.5,-60.5 + parent: 2 + - uid: 5981 + components: + - type: Transform + pos: 6.5,-61.5 + parent: 2 + - uid: 5982 + components: + - type: Transform + pos: 6.5,-62.5 + parent: 2 + - uid: 5983 + components: + - type: Transform + pos: 6.5,-63.5 + parent: 2 + - uid: 5984 + components: + - type: Transform + pos: 5.5,-63.5 + parent: 2 + - uid: 5985 + components: + - type: Transform + pos: 4.5,-63.5 + parent: 2 + - uid: 5986 + components: + - type: Transform + pos: 3.5,-63.5 + parent: 2 + - uid: 5987 + components: + - type: Transform + pos: 2.5,-63.5 + parent: 2 + - uid: 5988 + components: + - type: Transform + pos: 6.5,-66.5 + parent: 2 + - uid: 5989 + components: + - type: Transform + pos: 6.5,-67.5 + parent: 2 + - uid: 5990 + components: + - type: Transform + pos: 6.5,-68.5 + parent: 2 + - uid: 5992 + components: + - type: Transform + pos: 5.5,-68.5 + parent: 2 + - uid: 5993 + components: + - type: Transform + pos: 4.5,-68.5 + parent: 2 + - uid: 5994 + components: + - type: Transform + pos: 3.5,-68.5 + parent: 2 + - uid: 5995 + components: + - type: Transform + pos: 2.5,-68.5 + parent: 2 + - uid: 5996 + components: + - type: Transform + pos: 1.5,-68.5 + parent: 2 + - uid: 5997 + components: + - type: Transform + pos: 0.5,-68.5 + parent: 2 + - uid: 5998 + components: + - type: Transform + pos: -0.5,-68.5 + parent: 2 + - uid: 5999 + components: + - type: Transform + pos: -1.5,-68.5 + parent: 2 + - uid: 6000 + components: + - type: Transform + pos: -2.5,-68.5 + parent: 2 + - uid: 6001 + components: + - type: Transform + pos: -3.5,-68.5 + parent: 2 + - uid: 6002 + components: + - type: Transform + pos: -4.5,-68.5 + parent: 2 + - uid: 6004 + components: + - type: Transform + pos: -4.5,-69.5 + parent: 2 + - uid: 6005 + components: + - type: Transform + pos: -4.5,-70.5 + parent: 2 + - uid: 6006 + components: + - type: Transform + pos: -4.5,-71.5 + parent: 2 + - uid: 6007 + components: + - type: Transform + pos: -3.5,-71.5 + parent: 2 + - uid: 6008 + components: + - type: Transform + pos: -1.5,-71.5 + parent: 2 + - uid: 6009 + components: + - type: Transform + pos: 3.5,-57.5 + parent: 2 + - uid: 6010 + components: + - type: Transform + pos: 2.5,-57.5 + parent: 2 + - uid: 6011 + components: + - type: Transform + pos: 1.5,-57.5 + parent: 2 + - uid: 6012 + components: + - type: Transform + pos: 0.5,-57.5 + parent: 2 + - uid: 6013 + components: + - type: Transform + pos: -0.5,-57.5 + parent: 2 + - uid: 6014 + components: + - type: Transform + pos: -1.5,-56.5 + parent: 2 + - uid: 6130 + components: + - type: Transform + pos: -2.5,-99.5 + parent: 2 + - uid: 6131 + components: + - type: Transform + pos: -2.5,-98.5 + parent: 2 + - uid: 6132 + components: + - type: Transform + pos: -2.5,-97.5 + parent: 2 + - uid: 6133 + components: + - type: Transform + pos: -3.5,-97.5 + parent: 2 + - uid: 6134 + components: + - type: Transform + pos: -1.5,-97.5 + parent: 2 + - uid: 6135 + components: + - type: Transform + pos: -0.5,-97.5 + parent: 2 + - uid: 6136 + components: + - type: Transform + pos: 0.5,-97.5 + parent: 2 + - uid: 6137 + components: + - type: Transform + pos: 1.5,-97.5 + parent: 2 + - uid: 6138 + components: + - type: Transform + pos: 2.5,-97.5 + parent: 2 + - uid: 6139 + components: + - type: Transform + pos: 3.5,-97.5 + parent: 2 + - uid: 6140 + components: + - type: Transform + pos: 4.5,-97.5 + parent: 2 + - uid: 6141 + components: + - type: Transform + pos: 5.5,-97.5 + parent: 2 + - uid: 6142 + components: + - type: Transform + pos: 6.5,-97.5 + parent: 2 + - uid: 6143 + components: + - type: Transform + pos: 7.5,-97.5 + parent: 2 + - uid: 6144 + components: + - type: Transform + pos: -3.5,-96.5 + parent: 2 + - uid: 6145 + components: + - type: Transform + pos: -3.5,-95.5 + parent: 2 + - uid: 6146 + components: + - type: Transform + pos: -3.5,-94.5 + parent: 2 + - uid: 6147 + components: + - type: Transform + pos: -3.5,-93.5 + parent: 2 + - uid: 6148 + components: + - type: Transform + pos: -3.5,-92.5 + parent: 2 + - uid: 6149 + components: + - type: Transform + pos: -3.5,-91.5 + parent: 2 + - uid: 6150 + components: + - type: Transform + pos: -3.5,-90.5 + parent: 2 + - uid: 6151 + components: + - type: Transform + pos: -3.5,-89.5 + parent: 2 + - uid: 6152 + components: + - type: Transform + pos: -3.5,-88.5 + parent: 2 + - uid: 6153 + components: + - type: Transform + pos: -3.5,-87.5 + parent: 2 + - uid: 6154 + components: + - type: Transform + pos: -3.5,-86.5 + parent: 2 + - uid: 6155 + components: + - type: Transform + pos: -3.5,-85.5 + parent: 2 + - uid: 6156 + components: + - type: Transform + pos: -3.5,-84.5 + parent: 2 + - uid: 6157 + components: + - type: Transform + pos: -3.5,-83.5 + parent: 2 + - uid: 6158 + components: + - type: Transform + pos: -3.5,-82.5 + parent: 2 + - uid: 6159 + components: + - type: Transform + pos: -3.5,-81.5 + parent: 2 + - uid: 6160 + components: + - type: Transform + pos: -3.5,-80.5 + parent: 2 + - uid: 6186 + components: + - type: Transform + pos: 11.5,-252.5 + parent: 2 + - uid: 6285 + components: + - type: Transform + pos: 7.5,-249.5 + parent: 2 + - uid: 6287 + components: + - type: Transform + pos: 7.5,-252.5 + parent: 2 + - uid: 6288 + components: + - type: Transform + pos: 6.5,-111.5 + parent: 2 + - uid: 6289 + components: + - type: Transform + pos: 6.5,-110.5 + parent: 2 + - uid: 6290 + components: + - type: Transform + pos: 5.5,-110.5 + parent: 2 + - uid: 6291 + components: + - type: Transform + pos: 4.5,-110.5 + parent: 2 + - uid: 6292 + components: + - type: Transform + pos: 3.5,-110.5 + parent: 2 + - uid: 6293 + components: + - type: Transform + pos: 3.5,-111.5 + parent: 2 + - uid: 6294 + components: + - type: Transform + pos: 3.5,-112.5 + parent: 2 + - uid: 6295 + components: + - type: Transform + pos: 3.5,-113.5 + parent: 2 + - uid: 6296 + components: + - type: Transform + pos: 3.5,-114.5 + parent: 2 + - uid: 6297 + components: + - type: Transform + pos: 3.5,-115.5 + parent: 2 + - uid: 6298 + components: + - type: Transform + pos: 3.5,-116.5 + parent: 2 + - uid: 6299 + components: + - type: Transform + pos: 2.5,-116.5 + parent: 2 + - uid: 6300 + components: + - type: Transform + pos: 1.5,-116.5 + parent: 2 + - uid: 6301 + components: + - type: Transform + pos: 1.5,-115.5 + parent: 2 + - uid: 6305 + components: + - type: Transform + pos: 5.5,-114.5 + parent: 2 + - uid: 6446 + components: + - type: Transform + pos: 7.5,-153.5 + parent: 2 + - uid: 6447 + components: + - type: Transform + pos: 7.5,-152.5 + parent: 2 + - uid: 6448 + components: + - type: Transform + pos: 7.5,-151.5 + parent: 2 + - uid: 6449 + components: + - type: Transform + pos: 8.5,-151.5 + parent: 2 + - uid: 6450 + components: + - type: Transform + pos: 8.5,-150.5 + parent: 2 + - uid: 6451 + components: + - type: Transform + pos: 8.5,-149.5 + parent: 2 + - uid: 6452 + components: + - type: Transform + pos: 8.5,-148.5 + parent: 2 + - uid: 6453 + components: + - type: Transform + pos: 8.5,-147.5 + parent: 2 + - uid: 6454 + components: + - type: Transform + pos: 8.5,-146.5 + parent: 2 + - uid: 6455 + components: + - type: Transform + pos: 8.5,-145.5 + parent: 2 + - uid: 6456 + components: + - type: Transform + pos: 8.5,-144.5 + parent: 2 + - uid: 6457 + components: + - type: Transform + pos: 8.5,-143.5 + parent: 2 + - uid: 6458 + components: + - type: Transform + pos: 8.5,-142.5 + parent: 2 + - uid: 6459 + components: + - type: Transform + pos: 8.5,-141.5 + parent: 2 + - uid: 6460 + components: + - type: Transform + pos: 8.5,-140.5 + parent: 2 + - uid: 6461 + components: + - type: Transform + pos: 8.5,-139.5 + parent: 2 + - uid: 6462 + components: + - type: Transform + pos: 8.5,-138.5 + parent: 2 + - uid: 6463 + components: + - type: Transform + pos: 7.5,-138.5 + parent: 2 + - uid: 6464 + components: + - type: Transform + pos: 6.5,-138.5 + parent: 2 + - uid: 6465 + components: + - type: Transform + pos: 6.5,-137.5 + parent: 2 + - uid: 6466 + components: + - type: Transform + pos: 8.5,-137.5 + parent: 2 + - uid: 6467 + components: + - type: Transform + pos: 8.5,-136.5 + parent: 2 + - uid: 6468 + components: + - type: Transform + pos: 7.5,-136.5 + parent: 2 + - uid: 6469 + components: + - type: Transform + pos: 7.5,-135.5 + parent: 2 + - uid: 6470 + components: + - type: Transform + pos: 6.5,-135.5 + parent: 2 + - uid: 6471 + components: + - type: Transform + pos: 5.5,-135.5 + parent: 2 + - uid: 6472 + components: + - type: Transform + pos: 4.5,-135.5 + parent: 2 + - uid: 6473 + components: + - type: Transform + pos: 3.5,-135.5 + parent: 2 + - uid: 6474 + components: + - type: Transform + pos: 2.5,-135.5 + parent: 2 + - uid: 6475 + components: + - type: Transform + pos: 1.5,-135.5 + parent: 2 + - uid: 6476 + components: + - type: Transform + pos: 0.5,-135.5 + parent: 2 + - uid: 6477 + components: + - type: Transform + pos: 0.5,-136.5 + parent: 2 + - uid: 6478 + components: + - type: Transform + pos: 0.5,-137.5 + parent: 2 + - uid: 6479 + components: + - type: Transform + pos: 0.5,-138.5 + parent: 2 + - uid: 6480 + components: + - type: Transform + pos: 0.5,-139.5 + parent: 2 + - uid: 6481 + components: + - type: Transform + pos: 0.5,-140.5 + parent: 2 + - uid: 6482 + components: + - type: Transform + pos: -0.5,-140.5 + parent: 2 + - uid: 6483 + components: + - type: Transform + pos: -1.5,-140.5 + parent: 2 + - uid: 6484 + components: + - type: Transform + pos: -2.5,-140.5 + parent: 2 + - uid: 6485 + components: + - type: Transform + pos: -3.5,-140.5 + parent: 2 + - uid: 6486 + components: + - type: Transform + pos: -4.5,-140.5 + parent: 2 + - uid: 6487 + components: + - type: Transform + pos: -4.5,-139.5 + parent: 2 + - uid: 6488 + components: + - type: Transform + pos: -4.5,-138.5 + parent: 2 + - uid: 6489 + components: + - type: Transform + pos: -4.5,-137.5 + parent: 2 + - uid: 6490 + components: + - type: Transform + pos: -4.5,-136.5 + parent: 2 + - uid: 6491 + components: + - type: Transform + pos: -4.5,-135.5 + parent: 2 + - uid: 6492 + components: + - type: Transform + pos: -3.5,-135.5 + parent: 2 + - uid: 6493 + components: + - type: Transform + pos: -3.5,-134.5 + parent: 2 + - uid: 6511 + components: + - type: Transform + pos: 7.5,-251.5 + parent: 2 + - uid: 6552 + components: + - type: Transform + pos: 7.5,-248.5 + parent: 2 + - uid: 6553 + components: + - type: Transform + pos: 8.5,-248.5 + parent: 2 + - uid: 6628 + components: + - type: Transform + pos: 9.5,-252.5 + parent: 2 + - uid: 6629 + components: + - type: Transform + pos: 8.5,-252.5 + parent: 2 + - uid: 6632 + components: + - type: Transform + pos: 10.5,-252.5 + parent: 2 + - uid: 6737 + components: + - type: Transform + pos: 9.5,-248.5 + parent: 2 + - uid: 6754 + components: + - type: Transform + pos: 14.5,-248.5 + parent: 2 + - uid: 6755 + components: + - type: Transform + pos: 11.5,-248.5 + parent: 2 + - uid: 6756 + components: + - type: Transform + pos: 12.5,-248.5 + parent: 2 + - uid: 6757 + components: + - type: Transform + pos: 13.5,-248.5 + parent: 2 + - uid: 6758 + components: + - type: Transform + pos: 15.5,-249.5 + parent: 2 + - uid: 6761 + components: + - type: Transform + pos: 10.5,-248.5 + parent: 2 + - uid: 6762 + components: + - type: Transform + pos: 14.5,-249.5 + parent: 2 + - uid: 6764 + components: + - type: Transform + pos: 6.5,-252.5 + parent: 2 + - uid: 6920 + components: + - type: Transform + pos: -2.5,-161.5 + parent: 2 + - uid: 6921 + components: + - type: Transform + pos: -2.5,-162.5 + parent: 2 + - uid: 6922 + components: + - type: Transform + pos: -2.5,-163.5 + parent: 2 + - uid: 6923 + components: + - type: Transform + pos: -1.5,-163.5 + parent: 2 + - uid: 6924 + components: + - type: Transform + pos: -0.5,-163.5 + parent: 2 + - uid: 6925 + components: + - type: Transform + pos: 0.5,-163.5 + parent: 2 + - uid: 6926 + components: + - type: Transform + pos: 1.5,-163.5 + parent: 2 + - uid: 6927 + components: + - type: Transform + pos: 1.5,-164.5 + parent: 2 + - uid: 6928 + components: + - type: Transform + pos: 2.5,-164.5 + parent: 2 + - uid: 6929 + components: + - type: Transform + pos: 1.5,-165.5 + parent: 2 + - uid: 6930 + components: + - type: Transform + pos: 1.5,-166.5 + parent: 2 + - uid: 6931 + components: + - type: Transform + pos: 1.5,-167.5 + parent: 2 + - uid: 6932 + components: + - type: Transform + pos: 1.5,-168.5 + parent: 2 + - uid: 6933 + components: + - type: Transform + pos: 1.5,-169.5 + parent: 2 + - uid: 6934 + components: + - type: Transform + pos: 1.5,-170.5 + parent: 2 + - uid: 6935 + components: + - type: Transform + pos: 1.5,-171.5 + parent: 2 + - uid: 6936 + components: + - type: Transform + pos: 1.5,-172.5 + parent: 2 + - uid: 6937 + components: + - type: Transform + pos: 1.5,-173.5 + parent: 2 + - uid: 6938 + components: + - type: Transform + pos: 1.5,-174.5 + parent: 2 + - uid: 6939 + components: + - type: Transform + pos: 1.5,-175.5 + parent: 2 + - uid: 6940 + components: + - type: Transform + pos: 1.5,-176.5 + parent: 2 + - uid: 6941 + components: + - type: Transform + pos: 0.5,-176.5 + parent: 2 + - uid: 6942 + components: + - type: Transform + pos: -0.5,-176.5 + parent: 2 + - uid: 7064 + components: + - type: Transform + pos: 5.5,-187.5 + parent: 2 + - uid: 7065 + components: + - type: Transform + pos: 5.5,-188.5 + parent: 2 + - uid: 7066 + components: + - type: Transform + pos: 4.5,-188.5 + parent: 2 + - uid: 7067 + components: + - type: Transform + pos: 5.5,-189.5 + parent: 2 + - uid: 7068 + components: + - type: Transform + pos: 5.5,-190.5 + parent: 2 + - uid: 7069 + components: + - type: Transform + pos: 5.5,-191.5 + parent: 2 + - uid: 7070 + components: + - type: Transform + pos: 5.5,-192.5 + parent: 2 + - uid: 7071 + components: + - type: Transform + pos: 5.5,-193.5 + parent: 2 + - uid: 7072 + components: + - type: Transform + pos: 5.5,-194.5 + parent: 2 + - uid: 7073 + components: + - type: Transform + pos: 5.5,-195.5 + parent: 2 + - uid: 7074 + components: + - type: Transform + pos: 5.5,-196.5 + parent: 2 + - uid: 7075 + components: + - type: Transform + pos: 5.5,-197.5 + parent: 2 + - uid: 7076 + components: + - type: Transform + pos: 5.5,-198.5 + parent: 2 + - uid: 7077 + components: + - type: Transform + pos: 4.5,-198.5 + parent: 2 + - uid: 7078 + components: + - type: Transform + pos: 3.5,-198.5 + parent: 2 + - uid: 7079 + components: + - type: Transform + pos: 2.5,-198.5 + parent: 2 + - uid: 7080 + components: + - type: Transform + pos: 1.5,-198.5 + parent: 2 + - uid: 7081 + components: + - type: Transform + pos: 0.5,-198.5 + parent: 2 + - uid: 7082 + components: + - type: Transform + pos: -0.5,-198.5 + parent: 2 + - uid: 7083 + components: + - type: Transform + pos: -1.5,-198.5 + parent: 2 + - uid: 7084 + components: + - type: Transform + pos: -2.5,-198.5 + parent: 2 + - uid: 7085 + components: + - type: Transform + pos: -2.5,-199.5 + parent: 2 + - uid: 7086 + components: + - type: Transform + pos: -2.5,-200.5 + parent: 2 + - uid: 7087 + components: + - type: Transform + pos: -2.5,-201.5 + parent: 2 + - uid: 7088 + components: + - type: Transform + pos: -2.5,-202.5 + parent: 2 + - uid: 7089 + components: + - type: Transform + pos: -2.5,-203.5 + parent: 2 + - uid: 7090 + components: + - type: Transform + pos: -3.5,-203.5 + parent: 2 + - uid: 7262 + components: + - type: Transform + pos: 7.5,-337.5 + parent: 2 + - uid: 7263 + components: + - type: Transform + pos: 7.5,-340.5 + parent: 2 + - uid: 7481 + components: + - type: Transform + pos: -2.5,-247.5 + parent: 2 + - uid: 7575 + components: + - type: Transform + pos: 2.5,-229.5 + parent: 2 + - uid: 7576 + components: + - type: Transform + pos: 1.5,-229.5 + parent: 2 + - uid: 7577 + components: + - type: Transform + pos: 0.5,-229.5 + parent: 2 + - uid: 7584 + components: + - type: Transform + pos: -0.5,-230.5 + parent: 2 + - uid: 7586 + components: + - type: Transform + pos: -1.5,-230.5 + parent: 2 + - uid: 7587 + components: + - type: Transform + pos: -2.5,-230.5 + parent: 2 + - uid: 7589 + components: + - type: Transform + pos: -2.5,-229.5 + parent: 2 + - uid: 7590 + components: + - type: Transform + pos: -2.5,-228.5 + parent: 2 + - uid: 7608 + components: + - type: Transform + pos: 0.5,-228.5 + parent: 2 + - uid: 7609 + components: + - type: Transform + pos: 0.5,-227.5 + parent: 2 + - uid: 7610 + components: + - type: Transform + pos: 0.5,-226.5 + parent: 2 + - uid: 7611 + components: + - type: Transform + pos: 0.5,-225.5 + parent: 2 + - uid: 7612 + components: + - type: Transform + pos: 0.5,-224.5 + parent: 2 + - uid: 7613 + components: + - type: Transform + pos: 0.5,-223.5 + parent: 2 + - uid: 7614 + components: + - type: Transform + pos: 0.5,-222.5 + parent: 2 + - uid: 7615 + components: + - type: Transform + pos: 0.5,-221.5 + parent: 2 + - uid: 7616 + components: + - type: Transform + pos: 0.5,-220.5 + parent: 2 + - uid: 7617 + components: + - type: Transform + pos: 0.5,-219.5 + parent: 2 + - uid: 7618 + components: + - type: Transform + pos: 1.5,-219.5 + parent: 2 + - uid: 7619 + components: + - type: Transform + pos: 2.5,-219.5 + parent: 2 + - uid: 7880 + components: + - type: Transform + pos: 1.5,-247.5 + parent: 2 + - uid: 7965 + components: + - type: Transform + pos: 6.5,-250.5 + parent: 2 + - uid: 7966 + components: + - type: Transform + pos: 4.5,-250.5 + parent: 2 + - uid: 7968 + components: + - type: Transform + pos: 2.5,-247.5 + parent: 2 + - uid: 7969 + components: + - type: Transform + pos: 5.5,-250.5 + parent: 2 + - uid: 7970 + components: + - type: Transform + pos: 2.5,-248.5 + parent: 2 + - uid: 8102 + components: + - type: Transform + pos: 3.5,-250.5 + parent: 2 + - uid: 8114 + components: + - type: Transform + pos: 5.5,-252.5 + parent: 2 + - uid: 8140 + components: + - type: Transform + pos: 0.5,-247.5 + parent: 2 + - uid: 8179 + components: + - type: Transform + pos: 2.5,-250.5 + parent: 2 + - uid: 8203 + components: + - type: Transform + pos: 2.5,-249.5 + parent: 2 + - uid: 8316 + components: + - type: Transform + pos: 15.5,-138.5 + parent: 2 + - uid: 8317 + components: + - type: Transform + pos: 16.5,-138.5 + parent: 2 + - uid: 8318 + components: + - type: Transform + pos: 17.5,-138.5 + parent: 2 + - uid: 8319 + components: + - type: Transform + pos: 17.5,-137.5 + parent: 2 + - uid: 8321 + components: + - type: Transform + pos: 15.5,-139.5 + parent: 2 + - uid: 8322 + components: + - type: Transform + pos: 15.5,-140.5 + parent: 2 + - uid: 8324 + components: + - type: Transform + pos: 15.5,-142.5 + parent: 2 + - uid: 8325 + components: + - type: Transform + pos: 15.5,-143.5 + parent: 2 + - uid: 8326 + components: + - type: Transform + pos: 15.5,-144.5 + parent: 2 + - uid: 8327 + components: + - type: Transform + pos: 15.5,-145.5 + parent: 2 + - uid: 8328 + components: + - type: Transform + pos: 15.5,-147.5 + parent: 2 + - uid: 8329 + components: + - type: Transform + pos: 15.5,-148.5 + parent: 2 + - uid: 8330 + components: + - type: Transform + pos: 15.5,-149.5 + parent: 2 + - uid: 8331 + components: + - type: Transform + pos: 15.5,-150.5 + parent: 2 + - uid: 8332 + components: + - type: Transform + pos: 15.5,-151.5 + parent: 2 + - uid: 8333 + components: + - type: Transform + pos: 15.5,-153.5 + parent: 2 + - uid: 8334 + components: + - type: Transform + pos: 15.5,-154.5 + parent: 2 + - uid: 8335 + components: + - type: Transform + pos: 15.5,-155.5 + parent: 2 + - uid: 8336 + components: + - type: Transform + pos: 15.5,-156.5 + parent: 2 + - uid: 8337 + components: + - type: Transform + pos: 15.5,-157.5 + parent: 2 + - uid: 8338 + components: + - type: Transform + pos: 15.5,-158.5 + parent: 2 + - uid: 8339 + components: + - type: Transform + pos: 15.5,-159.5 + parent: 2 + - uid: 8340 + components: + - type: Transform + pos: 15.5,-160.5 + parent: 2 + - uid: 8341 + components: + - type: Transform + pos: 15.5,-162.5 + parent: 2 + - uid: 8342 + components: + - type: Transform + pos: 15.5,-163.5 + parent: 2 + - uid: 8343 + components: + - type: Transform + pos: 15.5,-164.5 + parent: 2 + - uid: 8344 + components: + - type: Transform + pos: 15.5,-165.5 + parent: 2 + - uid: 8501 + components: + - type: Transform + pos: -0.5,-247.5 + parent: 2 + - uid: 8795 + components: + - type: Transform + pos: -3.5,-247.5 + parent: 2 + - uid: 9144 + components: + - type: Transform + pos: 8.5,-284.5 + parent: 2 + - uid: 9145 + components: + - type: Transform + pos: 8.5,-285.5 + parent: 2 + - uid: 9146 + components: + - type: Transform + pos: 8.5,-286.5 + parent: 2 + - uid: 9147 + components: + - type: Transform + pos: 8.5,-287.5 + parent: 2 + - uid: 9148 + components: + - type: Transform + pos: 7.5,-287.5 + parent: 2 + - uid: 9149 + components: + - type: Transform + pos: 6.5,-287.5 + parent: 2 + - uid: 9150 + components: + - type: Transform + pos: 5.5,-287.5 + parent: 2 + - uid: 9151 + components: + - type: Transform + pos: 4.5,-287.5 + parent: 2 + - uid: 9152 + components: + - type: Transform + pos: 3.5,-287.5 + parent: 2 + - uid: 9153 + components: + - type: Transform + pos: 2.5,-287.5 + parent: 2 + - uid: 9154 + components: + - type: Transform + pos: 2.5,-286.5 + parent: 2 + - uid: 9155 + components: + - type: Transform + pos: 2.5,-285.5 + parent: 2 + - uid: 9156 + components: + - type: Transform + pos: 2.5,-284.5 + parent: 2 + - uid: 9157 + components: + - type: Transform + pos: 2.5,-283.5 + parent: 2 + - uid: 9158 + components: + - type: Transform + pos: 2.5,-282.5 + parent: 2 + - uid: 9159 + components: + - type: Transform + pos: 2.5,-281.5 + parent: 2 + - uid: 9160 + components: + - type: Transform + pos: 3.5,-281.5 + parent: 2 + - uid: 9161 + components: + - type: Transform + pos: 4.5,-281.5 + parent: 2 + - uid: 9162 + components: + - type: Transform + pos: 5.5,-281.5 + parent: 2 + - uid: 9163 + components: + - type: Transform + pos: 1.5,-285.5 + parent: 2 + - uid: 9168 + components: + - type: Transform + pos: 5.5,-283.5 + parent: 2 + - uid: 9169 + components: + - type: Transform + pos: 5.5,-282.5 + parent: 2 + - uid: 9175 + components: + - type: Transform + pos: 5.5,-280.5 + parent: 2 + - uid: 9176 + components: + - type: Transform + pos: 5.5,-279.5 + parent: 2 + - uid: 9177 + components: + - type: Transform + pos: 5.5,-278.5 + parent: 2 + - uid: 9178 + components: + - type: Transform + pos: 5.5,-277.5 + parent: 2 + - uid: 9179 + components: + - type: Transform + pos: 5.5,-276.5 + parent: 2 + - uid: 9180 + components: + - type: Transform + pos: 5.5,-275.5 + parent: 2 + - uid: 9181 + components: + - type: Transform + pos: 5.5,-274.5 + parent: 2 + - uid: 9182 + components: + - type: Transform + pos: 5.5,-273.5 + parent: 2 + - uid: 9183 + components: + - type: Transform + pos: 5.5,-272.5 + parent: 2 + - uid: 9184 + components: + - type: Transform + pos: 6.5,-272.5 + parent: 2 + - uid: 9186 + components: + - type: Transform + pos: 7.5,-272.5 + parent: 2 + - uid: 9188 + components: + - type: Transform + pos: 0.5,-285.5 + parent: 2 + - uid: 9189 + components: + - type: Transform + pos: -0.5,-285.5 + parent: 2 + - uid: 9190 + components: + - type: Transform + pos: -1.5,-285.5 + parent: 2 + - uid: 9191 + components: + - type: Transform + pos: -1.5,-284.5 + parent: 2 + - uid: 9192 + components: + - type: Transform + pos: -2.5,-284.5 + parent: 2 + - uid: 9193 + components: + - type: Transform + pos: -2.5,-283.5 + parent: 2 + - uid: 9194 + components: + - type: Transform + pos: -2.5,-282.5 + parent: 2 + - uid: 9195 + components: + - type: Transform + pos: -2.5,-281.5 + parent: 2 + - uid: 9196 + components: + - type: Transform + pos: -2.5,-280.5 + parent: 2 + - uid: 9197 + components: + - type: Transform + pos: -2.5,-279.5 + parent: 2 + - uid: 9198 + components: + - type: Transform + pos: -3.5,-279.5 + parent: 2 + - uid: 9199 + components: + - type: Transform + pos: -4.5,-279.5 + parent: 2 + - uid: 9200 + components: + - type: Transform + pos: -5.5,-279.5 + parent: 2 + - uid: 9201 + components: + - type: Transform + pos: -5.5,-278.5 + parent: 2 + - uid: 9202 + components: + - type: Transform + pos: -5.5,-277.5 + parent: 2 + - uid: 9203 + components: + - type: Transform + pos: -5.5,-276.5 + parent: 2 + - uid: 9204 + components: + - type: Transform + pos: -5.5,-275.5 + parent: 2 + - uid: 9205 + components: + - type: Transform + pos: -5.5,-274.5 + parent: 2 + - uid: 9206 + components: + - type: Transform + pos: -5.5,-273.5 + parent: 2 + - uid: 9207 + components: + - type: Transform + pos: -5.5,-272.5 + parent: 2 + - uid: 9208 + components: + - type: Transform + pos: -5.5,-271.5 + parent: 2 + - uid: 9210 + components: + - type: Transform + pos: -4.5,-271.5 + parent: 2 + - uid: 9211 + components: + - type: Transform + pos: -3.5,-271.5 + parent: 2 + - uid: 9212 + components: + - type: Transform + pos: -2.5,-271.5 + parent: 2 + - uid: 9213 + components: + - type: Transform + pos: -1.5,-271.5 + parent: 2 + - uid: 9214 + components: + - type: Transform + pos: -1.5,-272.5 + parent: 2 + - uid: 9502 + components: + - type: Transform + pos: 3.5,-340.5 + parent: 2 + - uid: 9588 + components: + - type: Transform + pos: 23.5,-306.5 + parent: 2 + - uid: 9589 + components: + - type: Transform + pos: 19.5,-305.5 + parent: 2 + - uid: 9590 + components: + - type: Transform + pos: 24.5,-306.5 + parent: 2 + - uid: 9591 + components: + - type: Transform + pos: 25.5,-306.5 + parent: 2 + - uid: 9592 + components: + - type: Transform + pos: 25.5,-307.5 + parent: 2 + - uid: 9593 + components: + - type: Transform + pos: 25.5,-308.5 + parent: 2 + - uid: 9594 + components: + - type: Transform + pos: 24.5,-308.5 + parent: 2 + - uid: 9595 + components: + - type: Transform + pos: 23.5,-308.5 + parent: 2 + - uid: 9596 + components: + - type: Transform + pos: 20.5,-304.5 + parent: 2 + - uid: 9597 + components: + - type: Transform + pos: 24.5,-309.5 + parent: 2 + - uid: 9598 + components: + - type: Transform + pos: 24.5,-310.5 + parent: 2 + - uid: 9599 + components: + - type: Transform + pos: 24.5,-304.5 + parent: 2 + - uid: 9600 + components: + - type: Transform + pos: 23.5,-310.5 + parent: 2 + - uid: 9601 + components: + - type: Transform + pos: 22.5,-310.5 + parent: 2 + - uid: 9602 + components: + - type: Transform + pos: 21.5,-310.5 + parent: 2 + - uid: 9603 + components: + - type: Transform + pos: 20.5,-310.5 + parent: 2 + - uid: 9604 + components: + - type: Transform + pos: 20.5,-309.5 + parent: 2 + - uid: 9605 + components: + - type: Transform + pos: 21.5,-304.5 + parent: 2 + - uid: 9606 + components: + - type: Transform + pos: 22.5,-304.5 + parent: 2 + - uid: 9607 + components: + - type: Transform + pos: 24.5,-305.5 + parent: 2 + - uid: 9608 + components: + - type: Transform + pos: 19.5,-308.5 + parent: 2 + - uid: 9609 + components: + - type: Transform + pos: 19.5,-307.5 + parent: 2 + - uid: 9610 + components: + - type: Transform + pos: 20.5,-307.5 + parent: 2 + - uid: 9611 + components: + - type: Transform + pos: 23.5,-304.5 + parent: 2 + - uid: 9612 + components: + - type: Transform + pos: 19.5,-309.5 + parent: 2 + - uid: 9614 + components: + - type: Transform + pos: 20.5,-305.5 + parent: 2 + - uid: 9615 + components: + - type: Transform + pos: 19.5,-306.5 + parent: 2 + - uid: 10217 + components: + - type: Transform + pos: 6.5,-319.5 + parent: 2 + - uid: 10227 + components: + - type: Transform + pos: 1.5,-297.5 + parent: 2 + - uid: 10228 + components: + - type: Transform + pos: -8.5,-297.5 + parent: 2 + - uid: 10229 + components: + - type: Transform + pos: -7.5,-297.5 + parent: 2 + - uid: 10230 + components: + - type: Transform + pos: -6.5,-297.5 + parent: 2 + - uid: 10231 + components: + - type: Transform + pos: -5.5,-297.5 + parent: 2 + - uid: 10232 + components: + - type: Transform + pos: -4.5,-297.5 + parent: 2 + - uid: 10233 + components: + - type: Transform + pos: -3.5,-297.5 + parent: 2 + - uid: 10234 + components: + - type: Transform + pos: -2.5,-297.5 + parent: 2 + - uid: 10235 + components: + - type: Transform + pos: -1.5,-297.5 + parent: 2 + - uid: 10236 + components: + - type: Transform + pos: -0.5,-297.5 + parent: 2 + - uid: 10237 + components: + - type: Transform + pos: 0.5,-297.5 + parent: 2 + - uid: 10238 + components: + - type: Transform + pos: 2.5,-297.5 + parent: 2 + - uid: 10239 + components: + - type: Transform + pos: 3.5,-297.5 + parent: 2 + - uid: 10240 + components: + - type: Transform + pos: 4.5,-297.5 + parent: 2 + - uid: 10241 + components: + - type: Transform + pos: 5.5,-297.5 + parent: 2 + - uid: 10242 + components: + - type: Transform + pos: 6.5,-297.5 + parent: 2 + - uid: 10243 + components: + - type: Transform + pos: 7.5,-297.5 + parent: 2 + - uid: 10244 + components: + - type: Transform + pos: 8.5,-297.5 + parent: 2 + - uid: 10245 + components: + - type: Transform + pos: 9.5,-297.5 + parent: 2 + - uid: 10246 + components: + - type: Transform + pos: 9.5,-298.5 + parent: 2 + - uid: 10247 + components: + - type: Transform + pos: 9.5,-299.5 + parent: 2 + - uid: 10248 + components: + - type: Transform + pos: 9.5,-300.5 + parent: 2 + - uid: 10249 + components: + - type: Transform + pos: 9.5,-301.5 + parent: 2 + - uid: 10250 + components: + - type: Transform + pos: 9.5,-302.5 + parent: 2 + - uid: 10251 + components: + - type: Transform + pos: 9.5,-303.5 + parent: 2 + - uid: 10252 + components: + - type: Transform + pos: 9.5,-304.5 + parent: 2 + - uid: 10253 + components: + - type: Transform + pos: 9.5,-305.5 + parent: 2 + - uid: 10254 + components: + - type: Transform + pos: 9.5,-306.5 + parent: 2 + - uid: 10255 + components: + - type: Transform + pos: 9.5,-307.5 + parent: 2 + - uid: 10256 + components: + - type: Transform + pos: 8.5,-307.5 + parent: 2 + - uid: 10257 + components: + - type: Transform + pos: 7.5,-307.5 + parent: 2 + - uid: 10258 + components: + - type: Transform + pos: 6.5,-307.5 + parent: 2 + - uid: 10259 + components: + - type: Transform + pos: 6.5,-306.5 + parent: 2 + - uid: 10260 + components: + - type: Transform + pos: 6.5,-305.5 + parent: 2 + - uid: 10261 + components: + - type: Transform + pos: 6.5,-304.5 + parent: 2 + - uid: 10262 + components: + - type: Transform + pos: 6.5,-303.5 + parent: 2 + - uid: 10263 + components: + - type: Transform + pos: 6.5,-302.5 + parent: 2 + - uid: 10264 + components: + - type: Transform + pos: 6.5,-301.5 + parent: 2 + - uid: 10265 + components: + - type: Transform + pos: 5.5,-301.5 + parent: 2 + - uid: 10266 + components: + - type: Transform + pos: 4.5,-301.5 + parent: 2 + - uid: 10267 + components: + - type: Transform + pos: 3.5,-301.5 + parent: 2 + - uid: 10268 + components: + - type: Transform + pos: 2.5,-301.5 + parent: 2 + - uid: 10269 + components: + - type: Transform + pos: 6.5,-308.5 + parent: 2 + - uid: 10270 + components: + - type: Transform + pos: 6.5,-309.5 + parent: 2 + - uid: 10271 + components: + - type: Transform + pos: 6.5,-310.5 + parent: 2 + - uid: 10272 + components: + - type: Transform + pos: 6.5,-311.5 + parent: 2 + - uid: 10273 + components: + - type: Transform + pos: 6.5,-312.5 + parent: 2 + - uid: 10274 + components: + - type: Transform + pos: 6.5,-313.5 + parent: 2 + - uid: 10275 + components: + - type: Transform + pos: 6.5,-314.5 + parent: 2 + - uid: 10279 + components: + - type: Transform + pos: 9.5,-308.5 + parent: 2 + - uid: 10280 + components: + - type: Transform + pos: 9.5,-309.5 + parent: 2 + - uid: 10281 + components: + - type: Transform + pos: 9.5,-310.5 + parent: 2 + - uid: 10282 + components: + - type: Transform + pos: 9.5,-311.5 + parent: 2 + - uid: 10283 + components: + - type: Transform + pos: 9.5,-312.5 + parent: 2 + - uid: 10284 + components: + - type: Transform + pos: 10.5,-312.5 + parent: 2 + - uid: 10285 + components: + - type: Transform + pos: 10.5,-313.5 + parent: 2 + - uid: 10286 + components: + - type: Transform + pos: 10.5,-314.5 + parent: 2 + - uid: 10287 + components: + - type: Transform + pos: 10.5,-315.5 + parent: 2 + - uid: 10288 + components: + - type: Transform + pos: 10.5,-316.5 + parent: 2 + - uid: 10289 + components: + - type: Transform + pos: 10.5,-317.5 + parent: 2 + - uid: 10290 + components: + - type: Transform + pos: 10.5,-318.5 + parent: 2 + - uid: 10291 + components: + - type: Transform + pos: 9.5,-318.5 + parent: 2 + - uid: 10292 + components: + - type: Transform + pos: 8.5,-318.5 + parent: 2 + - uid: 10293 + components: + - type: Transform + pos: 7.5,-318.5 + parent: 2 + - uid: 10294 + components: + - type: Transform + pos: 6.5,-318.5 + parent: 2 + - uid: 10295 + components: + - type: Transform + pos: 5.5,-317.5 + parent: 2 + - uid: 10296 + components: + - type: Transform + pos: 5.5,-319.5 + parent: 2 + - uid: 10297 + components: + - type: Transform + pos: 4.5,-319.5 + parent: 2 + - uid: 10298 + components: + - type: Transform + pos: 3.5,-319.5 + parent: 2 + - uid: 10299 + components: + - type: Transform + pos: 2.5,-319.5 + parent: 2 + - uid: 10300 + components: + - type: Transform + pos: 1.5,-319.5 + parent: 2 + - uid: 10301 + components: + - type: Transform + pos: 0.5,-319.5 + parent: 2 + - uid: 10302 + components: + - type: Transform + pos: 0.5,-318.5 + parent: 2 + - uid: 10303 + components: + - type: Transform + pos: 0.5,-317.5 + parent: 2 + - uid: 10304 + components: + - type: Transform + pos: -0.5,-317.5 + parent: 2 + - uid: 10305 + components: + - type: Transform + pos: -1.5,-317.5 + parent: 2 + - uid: 10306 + components: + - type: Transform + pos: -2.5,-317.5 + parent: 2 + - uid: 10307 + components: + - type: Transform + pos: -3.5,-317.5 + parent: 2 + - uid: 10308 + components: + - type: Transform + pos: -3.5,-318.5 + parent: 2 + - uid: 10309 + components: + - type: Transform + pos: -3.5,-319.5 + parent: 2 + - uid: 10310 + components: + - type: Transform + pos: -3.5,-320.5 + parent: 2 + - uid: 10311 + components: + - type: Transform + pos: 0.5,-298.5 + parent: 2 + - uid: 10312 + components: + - type: Transform + pos: 0.5,-299.5 + parent: 2 + - uid: 10313 + components: + - type: Transform + pos: 0.5,-300.5 + parent: 2 + - uid: 10314 + components: + - type: Transform + pos: 0.5,-301.5 + parent: 2 + - uid: 10315 + components: + - type: Transform + pos: 0.5,-302.5 + parent: 2 + - uid: 10316 + components: + - type: Transform + pos: 0.5,-303.5 + parent: 2 + - uid: 10317 + components: + - type: Transform + pos: 0.5,-304.5 + parent: 2 + - uid: 10318 + components: + - type: Transform + pos: 0.5,-305.5 + parent: 2 + - uid: 10319 + components: + - type: Transform + pos: 0.5,-306.5 + parent: 2 + - uid: 10320 + components: + - type: Transform + pos: 0.5,-307.5 + parent: 2 + - uid: 10321 + components: + - type: Transform + pos: 0.5,-308.5 + parent: 2 + - uid: 10322 + components: + - type: Transform + pos: -0.5,-308.5 + parent: 2 + - uid: 10323 + components: + - type: Transform + pos: -1.5,-308.5 + parent: 2 + - uid: 10324 + components: + - type: Transform + pos: -2.5,-308.5 + parent: 2 + - uid: 10325 + components: + - type: Transform + pos: -3.5,-308.5 + parent: 2 + - uid: 10332 + components: + - type: Transform + pos: 5.5,-314.5 + parent: 2 + - uid: 10336 + components: + - type: Transform + pos: 5.5,-315.5 + parent: 2 + - uid: 10337 + components: + - type: Transform + pos: 5.5,-316.5 + parent: 2 + - uid: 10339 + components: + - type: Transform + pos: -3.5,-303.5 + parent: 2 + - uid: 10340 + components: + - type: Transform + pos: -4.5,-303.5 + parent: 2 + - uid: 10341 + components: + - type: Transform + pos: -5.5,-303.5 + parent: 2 + - uid: 10342 + components: + - type: Transform + pos: -6.5,-303.5 + parent: 2 + - uid: 10343 + components: + - type: Transform + pos: -7.5,-303.5 + parent: 2 + - uid: 10348 + components: + - type: Transform + pos: -3.5,-307.5 + parent: 2 + - uid: 10349 + components: + - type: Transform + pos: -3.5,-306.5 + parent: 2 + - uid: 10350 + components: + - type: Transform + pos: -3.5,-305.5 + parent: 2 + - uid: 10351 + components: + - type: Transform + pos: -3.5,-304.5 + parent: 2 + - uid: 10634 + components: + - type: Transform + pos: -6.5,-335.5 + parent: 2 + - uid: 10657 + components: + - type: Transform + pos: 7.5,-336.5 + parent: 2 + - uid: 10673 + components: + - type: Transform + pos: 5.5,-346.5 + parent: 2 + - uid: 10763 + components: + - type: Transform + pos: 0.5,-344.5 + parent: 2 + - uid: 10853 + components: + - type: Transform + pos: 7.5,-344.5 + parent: 2 + - uid: 10856 + components: + - type: Transform + pos: 2.5,-340.5 + parent: 2 + - uid: 10857 + components: + - type: Transform + pos: 1.5,-340.5 + parent: 2 + - uid: 10858 + components: + - type: Transform + pos: 0.5,-340.5 + parent: 2 + - uid: 10859 + components: + - type: Transform + pos: -0.5,-340.5 + parent: 2 + - uid: 10865 + components: + - type: Transform + pos: 0.5,-342.5 + parent: 2 + - uid: 10871 + components: + - type: Transform + pos: -5.5,-335.5 + parent: 2 + - uid: 10876 + components: + - type: Transform + pos: 4.5,-345.5 + parent: 2 + - uid: 10877 + components: + - type: Transform + pos: 4.5,-346.5 + parent: 2 + - uid: 10878 + components: + - type: Transform + pos: 4.5,-347.5 + parent: 2 + - uid: 10879 + components: + - type: Transform + pos: 0.5,-330.5 + parent: 2 + - uid: 10880 + components: + - type: Transform + pos: 0.5,-331.5 + parent: 2 + - uid: 10881 + components: + - type: Transform + pos: 0.5,-332.5 + parent: 2 + - uid: 10882 + components: + - type: Transform + pos: 0.5,-333.5 + parent: 2 + - uid: 10883 + components: + - type: Transform + pos: 0.5,-334.5 + parent: 2 + - uid: 10884 + components: + - type: Transform + pos: 0.5,-335.5 + parent: 2 + - uid: 10885 + components: + - type: Transform + pos: 0.5,-336.5 + parent: 2 + - uid: 10886 + components: + - type: Transform + pos: 0.5,-337.5 + parent: 2 + - uid: 10887 + components: + - type: Transform + pos: 0.5,-338.5 + parent: 2 + - uid: 10888 + components: + - type: Transform + pos: 0.5,-339.5 + parent: 2 + - uid: 10889 + components: + - type: Transform + pos: 1.5,-330.5 + parent: 2 + - uid: 10890 + components: + - type: Transform + pos: 2.5,-330.5 + parent: 2 + - uid: 10891 + components: + - type: Transform + pos: 3.5,-330.5 + parent: 2 + - uid: 10892 + components: + - type: Transform + pos: 4.5,-330.5 + parent: 2 + - uid: 10893 + components: + - type: Transform + pos: 5.5,-330.5 + parent: 2 + - uid: 10894 + components: + - type: Transform + pos: 5.5,-329.5 + parent: 2 + - uid: 10895 + components: + - type: Transform + pos: 6.5,-329.5 + parent: 2 + - uid: 10896 + components: + - type: Transform + pos: 6.5,-328.5 + parent: 2 + - uid: 10897 + components: + - type: Transform + pos: -1.5,-340.5 + parent: 2 + - uid: 10898 + components: + - type: Transform + pos: -2.5,-340.5 + parent: 2 + - uid: 10899 + components: + - type: Transform + pos: -3.5,-340.5 + parent: 2 + - uid: 10900 + components: + - type: Transform + pos: -4.5,-340.5 + parent: 2 + - uid: 10901 + components: + - type: Transform + pos: -4.5,-341.5 + parent: 2 + - uid: 10902 + components: + - type: Transform + pos: -4.5,-342.5 + parent: 2 + - uid: 10903 + components: + - type: Transform + pos: -4.5,-343.5 + parent: 2 + - uid: 10904 + components: + - type: Transform + pos: -4.5,-344.5 + parent: 2 + - uid: 10905 + components: + - type: Transform + pos: -4.5,-345.5 + parent: 2 + - uid: 10906 + components: + - type: Transform + pos: -4.5,-346.5 + parent: 2 + - uid: 10907 + components: + - type: Transform + pos: -3.5,-346.5 + parent: 2 + - uid: 10908 + components: + - type: Transform + pos: -3.5,-347.5 + parent: 2 + - uid: 10909 + components: + - type: Transform + pos: -4.5,-339.5 + parent: 2 + - uid: 10910 + components: + - type: Transform + pos: -4.5,-338.5 + parent: 2 + - uid: 10911 + components: + - type: Transform + pos: -4.5,-337.5 + parent: 2 + - uid: 10912 + components: + - type: Transform + pos: -4.5,-336.5 + parent: 2 + - uid: 10916 + components: + - type: Transform + pos: 1.5,-345.5 + parent: 2 + - uid: 10968 + components: + - type: Transform + pos: 7.5,-343.5 + parent: 2 + - uid: 11541 + components: + - type: Transform + pos: 6.5,-361.5 + parent: 2 + - uid: 11542 + components: + - type: Transform + pos: 6.5,-360.5 + parent: 2 + - uid: 11543 + components: + - type: Transform + pos: 5.5,-360.5 + parent: 2 + - uid: 11544 + components: + - type: Transform + pos: 4.5,-360.5 + parent: 2 + - uid: 11545 + components: + - type: Transform + pos: 3.5,-360.5 + parent: 2 + - uid: 11546 + components: + - type: Transform + pos: 2.5,-360.5 + parent: 2 + - uid: 11552 + components: + - type: Transform + pos: 1.5,-361.5 + parent: 2 + - uid: 11920 + components: + - type: Transform + pos: 2.5,-389.5 + parent: 2 + - uid: 11923 + components: + - type: Transform + pos: 1.5,-389.5 + parent: 2 + - uid: 11932 + components: + - type: Transform + pos: 0.5,-387.5 + parent: 2 + - uid: 11934 + components: + - type: Transform + pos: 0.5,-388.5 + parent: 2 + - uid: 11935 + components: + - type: Transform + pos: 0.5,-389.5 + parent: 2 + - uid: 11964 + components: + - type: Transform + pos: 7.5,-334.5 + parent: 2 + - uid: 11969 + components: + - type: Transform + pos: 0.5,-343.5 + parent: 2 + - uid: 12996 + components: + - type: Transform + pos: 7.5,-341.5 + parent: 2 + - uid: 13398 + components: + - type: Transform + pos: -7.5,-335.5 + parent: 2 + - uid: 13400 + components: + - type: Transform + pos: 5.5,-340.5 + parent: 2 + - uid: 13403 + components: + - type: Transform + pos: 6.5,-340.5 + parent: 2 + - uid: 13467 + components: + - type: Transform + pos: 6.5,-114.5 + parent: 2 + - uid: 13514 + components: + - type: Transform + pos: 7.5,-114.5 + parent: 2 + - uid: 13515 + components: + - type: Transform + pos: 8.5,-114.5 + parent: 2 + - uid: 13516 + components: + - type: Transform + pos: 8.5,-115.5 + parent: 2 + - uid: 13517 + components: + - type: Transform + pos: 8.5,-116.5 + parent: 2 + - uid: 14482 + components: + - type: Transform + pos: 5.5,-96.5 + parent: 2 + - uid: 14483 + components: + - type: Transform + pos: 5.5,-95.5 + parent: 2 + - uid: 14484 + components: + - type: Transform + pos: 5.5,-94.5 + parent: 2 + - uid: 14485 + components: + - type: Transform + pos: 5.5,-93.5 + parent: 2 + - uid: 14486 + components: + - type: Transform + pos: 5.5,-92.5 + parent: 2 + - uid: 14487 + components: + - type: Transform + pos: 5.5,-91.5 + parent: 2 + - uid: 14488 + components: + - type: Transform + pos: 5.5,-90.5 + parent: 2 + - uid: 14489 + components: + - type: Transform + pos: 5.5,-89.5 + parent: 2 + - uid: 14490 + components: + - type: Transform + pos: 5.5,-88.5 + parent: 2 + - uid: 14491 + components: + - type: Transform + pos: 5.5,-87.5 + parent: 2 + - uid: 14492 + components: + - type: Transform + pos: 5.5,-86.5 + parent: 2 + - uid: 14493 + components: + - type: Transform + pos: 5.5,-85.5 + parent: 2 + - uid: 14494 + components: + - type: Transform + pos: 5.5,-84.5 + parent: 2 + - uid: 14495 + components: + - type: Transform + pos: 5.5,-83.5 + parent: 2 + - uid: 14496 + components: + - type: Transform + pos: 5.5,-82.5 + parent: 2 + - uid: 14497 + components: + - type: Transform + pos: 5.5,-81.5 + parent: 2 + - uid: 14498 + components: + - type: Transform + pos: 6.5,-81.5 + parent: 2 + - uid: 14499 + components: + - type: Transform + pos: 7.5,-81.5 + parent: 2 + - uid: 14500 + components: + - type: Transform + pos: 8.5,-81.5 + parent: 2 + - uid: 14501 + components: + - type: Transform + pos: 9.5,-81.5 + parent: 2 + - uid: 14502 + components: + - type: Transform + pos: 10.5,-81.5 + parent: 2 + - uid: 14503 + components: + - type: Transform + pos: 11.5,-81.5 + parent: 2 + - uid: 14504 + components: + - type: Transform + pos: 12.5,-81.5 + parent: 2 + - uid: 14505 + components: + - type: Transform + pos: 13.5,-81.5 + parent: 2 + - uid: 14506 + components: + - type: Transform + pos: 14.5,-81.5 + parent: 2 + - uid: 14507 + components: + - type: Transform + pos: 15.5,-81.5 + parent: 2 + - uid: 14508 + components: + - type: Transform + pos: 15.5,-82.5 + parent: 2 + - uid: 14509 + components: + - type: Transform + pos: 15.5,-83.5 + parent: 2 + - uid: 14510 + components: + - type: Transform + pos: 15.5,-84.5 + parent: 2 + - uid: 14511 + components: + - type: Transform + pos: 16.5,-84.5 + parent: 2 + - uid: 14512 + components: + - type: Transform + pos: 17.5,-84.5 + parent: 2 + - uid: 14513 + components: + - type: Transform + pos: 18.5,-84.5 + parent: 2 + - uid: 14603 + components: + - type: Transform + pos: 3.5,-345.5 + parent: 2 + - uid: 15133 + components: + - type: Transform + pos: 8.5,-117.5 + parent: 2 + - uid: 15137 + components: + - type: Transform + pos: 8.5,-118.5 + parent: 2 + - uid: 15139 + components: + - type: Transform + pos: 8.5,-119.5 + parent: 2 + - uid: 15140 + components: + - type: Transform + pos: 8.5,-120.5 + parent: 2 + - uid: 15141 + components: + - type: Transform + pos: 7.5,-120.5 + parent: 2 + - uid: 15142 + components: + - type: Transform + pos: 6.5,-120.5 + parent: 2 + - uid: 15143 + components: + - type: Transform + pos: 5.5,-120.5 + parent: 2 + - uid: 15144 + components: + - type: Transform + pos: 3.5,-117.5 + parent: 2 + - uid: 15145 + components: + - type: Transform + pos: 4.5,-117.5 + parent: 2 + - uid: 15146 + components: + - type: Transform + pos: 5.5,-117.5 + parent: 2 + - uid: 15147 + components: + - type: Transform + pos: 5.5,-118.5 + parent: 2 + - uid: 15148 + components: + - type: Transform + pos: 5.5,-119.5 + parent: 2 + - uid: 15298 + components: + - type: Transform + pos: 7.5,-339.5 + parent: 2 + - uid: 16538 + components: + - type: Transform + pos: -13.5,-251.5 + parent: 2 + - uid: 16659 + components: + - type: Transform + pos: -13.5,-250.5 + parent: 2 + - uid: 16661 + components: + - type: Transform + pos: -18.5,-266.5 + parent: 2 + - uid: 16662 + components: + - type: Transform + pos: -18.5,-265.5 + parent: 2 + - uid: 16663 + components: + - type: Transform + pos: -18.5,-264.5 + parent: 2 + - uid: 16664 + components: + - type: Transform + pos: -18.5,-263.5 + parent: 2 + - uid: 16665 + components: + - type: Transform + pos: -18.5,-262.5 + parent: 2 + - uid: 16666 + components: + - type: Transform + pos: -18.5,-261.5 + parent: 2 + - uid: 16667 + components: + - type: Transform + pos: -18.5,-260.5 + parent: 2 + - uid: 16668 + components: + - type: Transform + pos: -18.5,-259.5 + parent: 2 + - uid: 16669 + components: + - type: Transform + pos: -18.5,-258.5 + parent: 2 + - uid: 16670 + components: + - type: Transform + pos: -18.5,-257.5 + parent: 2 + - uid: 16671 + components: + - type: Transform + pos: -18.5,-256.5 + parent: 2 + - uid: 16672 + components: + - type: Transform + pos: -18.5,-255.5 + parent: 2 + - uid: 16673 + components: + - type: Transform + pos: -18.5,-254.5 + parent: 2 + - uid: 16674 + components: + - type: Transform + pos: -17.5,-254.5 + parent: 2 + - uid: 16675 + components: + - type: Transform + pos: -16.5,-254.5 + parent: 2 + - uid: 16676 + components: + - type: Transform + pos: -15.5,-254.5 + parent: 2 + - uid: 16677 + components: + - type: Transform + pos: -14.5,-254.5 + parent: 2 + - uid: 16678 + components: + - type: Transform + pos: -13.5,-254.5 + parent: 2 + - uid: 16688 + components: + - type: Transform + pos: -13.5,-253.5 + parent: 2 + - uid: 16691 + components: + - type: Transform + pos: -13.5,-252.5 + parent: 2 + - uid: 16950 + components: + - type: Transform + pos: -14.5,-249.5 + parent: 2 + - uid: 16998 + components: + - type: Transform + pos: -15.5,-249.5 + parent: 2 + - uid: 17032 + components: + - type: Transform + pos: -16.5,-249.5 + parent: 2 +- proto: CableMVStack + entities: + - uid: 6898 + components: + - type: Transform + pos: 15.528771,-245.63763 + parent: 2 + - uid: 6900 + components: + - type: Transform + pos: 15.357085,-245.58482 + parent: 2 + - uid: 11673 + components: + - type: Transform + pos: -2.1301281,-7.3508615 + parent: 2 + - uid: 16814 + components: + - type: Transform + parent: 16811 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: CableTerminal + entities: + - uid: 5435 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-229.5 + parent: 2 + - uid: 5436 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-220.5 + parent: 2 + - uid: 6203 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-251.5 + parent: 2 + - uid: 6205 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-252.5 + parent: 2 + - uid: 6231 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-253.5 + parent: 2 + - uid: 9468 + components: + - type: Transform + pos: 3.5,-345.5 + parent: 2 + - uid: 16497 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-254.5 + parent: 2 +- proto: CandleBlackInfinite + entities: + - uid: 606 + components: + - type: Transform + pos: -2.3014371,-58.2566 + parent: 2 + - uid: 631 + components: + - type: Transform + pos: -6.6172776,-58.79888 + parent: 2 + - uid: 3029 + components: + - type: Transform + pos: -6.420355,-62.382744 + parent: 2 + - uid: 3152 + components: + - type: Transform + pos: -6.3829026,-66.37332 + parent: 2 + - uid: 4186 + components: + - type: Transform + pos: -3.5704029,-67.32645 + parent: 2 +- proto: CandleBlackSmallInfinite + entities: + - uid: 613 + components: + - type: Transform + pos: -6.6172776,-59.064507 + parent: 2 + - uid: 653 + components: + - type: Transform + pos: -6.3516526,-58.86138 + parent: 2 + - uid: 661 + components: + - type: Transform + pos: -6.6172776,-67.4827 + parent: 2 + - uid: 2254 + components: + - type: Transform + pos: 1.7255144,-66.4996 + parent: 2 + - uid: 3022 + components: + - type: Transform + pos: -6.639105,-62.570244 + parent: 2 + - uid: 3202 + components: + - type: Transform + pos: -3.7858121,-58.522224 + parent: 2 + - uid: 4183 + components: + - type: Transform + pos: -6.3829026,-67.3577 + parent: 2 + - uid: 4185 + components: + - type: Transform + pos: -2.320403,-67.43582 + parent: 2 +- proto: CandyBucket + entities: + - uid: 2369 + components: + - type: Transform + pos: 5.735499,-30.78203 + parent: 2 +- proto: CannabisSeeds + entities: + - uid: 1079 + components: + - type: Transform + pos: -7.3107276,-91.34308 + parent: 2 +- proto: CapacitorStockPart + entities: + - uid: 12432 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5550447,-304.56104 + parent: 2 + - uid: 12434 + components: + - type: Transform + pos: -6.343737,-304.3674 + parent: 2 + - uid: 12435 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.6078706,-304.26178 + parent: 2 +- proto: CaptainIDCard + entities: + - uid: 316 + components: + - type: Transform + pos: -0.49034405,-11.254525 + parent: 2 +- proto: CarbonDioxideCanister + entities: + - uid: 6719 + components: + - type: Transform + pos: -21.5,-253.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 9993 + components: + - type: Transform + pos: -4.5,-312.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 11221 + components: + - type: Transform + pos: 4.5,-355.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: CargoRequestComputerCircuitboard + entities: + - uid: 11589 + components: + - type: Transform + pos: -3.4686394,-6.440067 + parent: 2 +- proto: Carpet + entities: + - uid: 1888 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-111.5 + parent: 2 + - uid: 1889 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-112.5 + parent: 2 + - uid: 1890 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-113.5 + parent: 2 + - uid: 1891 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-114.5 + parent: 2 + - uid: 1892 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-115.5 + parent: 2 + - uid: 1893 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-116.5 + parent: 2 + - uid: 1894 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-117.5 + parent: 2 + - uid: 1895 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-118.5 + parent: 2 + - uid: 1896 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-119.5 + parent: 2 + - uid: 1897 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-120.5 + parent: 2 + - uid: 1898 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-121.5 + parent: 2 + - uid: 1899 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-122.5 + parent: 2 + - uid: 1900 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-123.5 + parent: 2 + - uid: 1901 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-124.5 + parent: 2 + - uid: 1902 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-125.5 + parent: 2 + - uid: 1903 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-111.5 + parent: 2 + - uid: 1904 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-112.5 + parent: 2 + - uid: 1905 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-113.5 + parent: 2 + - uid: 1906 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-114.5 + parent: 2 + - uid: 1907 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-115.5 + parent: 2 + - uid: 1908 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-116.5 + parent: 2 + - uid: 1909 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-117.5 + parent: 2 + - uid: 1910 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-118.5 + parent: 2 + - uid: 1911 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-119.5 + parent: 2 + - uid: 1912 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-120.5 + parent: 2 + - uid: 1913 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-121.5 + parent: 2 + - uid: 1914 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-122.5 + parent: 2 + - uid: 1915 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-123.5 + parent: 2 + - uid: 1916 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-124.5 + parent: 2 + - uid: 1948 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-110.5 + parent: 2 + - uid: 1949 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-109.5 + parent: 2 + - uid: 1950 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-109.5 + parent: 2 + - uid: 1951 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-110.5 + parent: 2 + - uid: 2169 + components: + - type: Transform + pos: -2.5,-110.5 + parent: 2 + - uid: 2209 + components: + - type: Transform + pos: -2.5,-109.5 + parent: 2 + - uid: 2425 + components: + - type: Transform + pos: -3.5,-125.5 + parent: 2 + - uid: 2426 + components: + - type: Transform + pos: 5.5,-124.5 + parent: 2 + - uid: 2427 + components: + - type: Transform + pos: 4.5,-124.5 + parent: 2 + - uid: 2428 + components: + - type: Transform + pos: 5.5,-123.5 + parent: 2 + - uid: 2429 + components: + - type: Transform + pos: 5.5,-123.5 + parent: 2 + - uid: 2430 + components: + - type: Transform + pos: 4.5,-123.5 + parent: 2 + - uid: 2431 + components: + - type: Transform + pos: -3.5,-125.5 + parent: 2 + - uid: 7550 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-111.5 + parent: 2 +- proto: CarpetBlack + entities: + - uid: 161 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-12.5 + parent: 2 + - uid: 193 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-12.5 + parent: 2 + - uid: 196 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-10.5 + parent: 2 + - uid: 200 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-11.5 + parent: 2 + - uid: 211 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-11.5 + parent: 2 + - uid: 214 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-12.5 + parent: 2 + - uid: 980 + components: + - type: Transform + pos: -5.5,-72.5 + parent: 2 + - uid: 1017 + components: + - type: Transform + pos: -5.5,-73.5 + parent: 2 + - uid: 1555 + components: + - type: Transform + pos: -0.5,-71.5 + parent: 2 + - uid: 1556 + components: + - type: Transform + pos: -0.5,-70.5 + parent: 2 + - uid: 1557 + components: + - type: Transform + pos: 0.5,-71.5 + parent: 2 + - uid: 1558 + components: + - type: Transform + pos: 0.5,-70.5 + parent: 2 + - uid: 1559 + components: + - type: Transform + pos: 1.5,-71.5 + parent: 2 + - uid: 1560 + components: + - type: Transform + pos: 1.5,-70.5 + parent: 2 + - uid: 1564 + components: + - type: Transform + pos: 1.5,-55.5 + parent: 2 + - uid: 1565 + components: + - type: Transform + pos: 1.5,-54.5 + parent: 2 + - uid: 1566 + components: + - type: Transform + pos: 0.5,-55.5 + parent: 2 + - uid: 1567 + components: + - type: Transform + pos: 0.5,-54.5 + parent: 2 + - uid: 1568 + components: + - type: Transform + pos: -0.5,-55.5 + parent: 2 + - uid: 1569 + components: + - type: Transform + pos: -0.5,-54.5 + parent: 2 + - uid: 2730 + components: + - type: Transform + pos: 4.5,-11.5 + parent: 2 + - uid: 3704 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-10.5 + parent: 2 + - uid: 5839 + components: + - type: Transform + pos: 4.5,-10.5 + parent: 2 + - uid: 11173 + components: + - type: Transform + pos: -2.5,-344.5 + parent: 2 + - uid: 11174 + components: + - type: Transform + pos: -2.5,-345.5 + parent: 2 + - uid: 11175 + components: + - type: Transform + pos: -3.5,-344.5 + parent: 2 + - uid: 11176 + components: + - type: Transform + pos: -3.5,-345.5 + parent: 2 + - uid: 11177 + components: + - type: Transform + pos: -4.5,-344.5 + parent: 2 + - uid: 11178 + components: + - type: Transform + pos: -4.5,-345.5 + parent: 2 + - uid: 14343 + components: + - type: Transform + pos: 14.5,-70.5 + parent: 2 + - uid: 14360 + components: + - type: Transform + pos: 14.5,-68.5 + parent: 2 + - uid: 14362 + components: + - type: Transform + pos: 13.5,-70.5 + parent: 2 + - uid: 14364 + components: + - type: Transform + pos: 13.5,-69.5 + parent: 2 + - uid: 14370 + components: + - type: Transform + pos: 15.5,-68.5 + parent: 2 + - uid: 14377 + components: + - type: Transform + pos: 13.5,-68.5 + parent: 2 + - uid: 14383 + components: + - type: Transform + pos: 14.5,-69.5 + parent: 2 + - uid: 14390 + components: + - type: Transform + pos: 15.5,-69.5 + parent: 2 + - uid: 14391 + components: + - type: Transform + pos: 15.5,-70.5 + parent: 2 + - uid: 14392 + components: + - type: Transform + pos: 16.5,-68.5 + parent: 2 + - uid: 14393 + components: + - type: Transform + pos: 16.5,-69.5 + parent: 2 + - uid: 14394 + components: + - type: Transform + pos: 16.5,-70.5 + parent: 2 + - uid: 14395 + components: + - type: Transform + pos: 17.5,-68.5 + parent: 2 + - uid: 14396 + components: + - type: Transform + pos: 17.5,-69.5 + parent: 2 + - uid: 14397 + components: + - type: Transform + pos: 17.5,-70.5 + parent: 2 + - uid: 14398 + components: + - type: Transform + pos: 13.5,-72.5 + parent: 2 + - uid: 14399 + components: + - type: Transform + pos: 13.5,-73.5 + parent: 2 + - uid: 14400 + components: + - type: Transform + pos: 13.5,-74.5 + parent: 2 + - uid: 14401 + components: + - type: Transform + pos: 14.5,-72.5 + parent: 2 + - uid: 14402 + components: + - type: Transform + pos: 14.5,-73.5 + parent: 2 + - uid: 14403 + components: + - type: Transform + pos: 14.5,-74.5 + parent: 2 + - uid: 14404 + components: + - type: Transform + pos: 15.5,-72.5 + parent: 2 + - uid: 14405 + components: + - type: Transform + pos: 15.5,-73.5 + parent: 2 + - uid: 14406 + components: + - type: Transform + pos: 15.5,-74.5 + parent: 2 + - uid: 14407 + components: + - type: Transform + pos: 16.5,-72.5 + parent: 2 + - uid: 14408 + components: + - type: Transform + pos: 16.5,-73.5 + parent: 2 + - uid: 14409 + components: + - type: Transform + pos: 16.5,-74.5 + parent: 2 + - uid: 14410 + components: + - type: Transform + pos: 17.5,-72.5 + parent: 2 + - uid: 14411 + components: + - type: Transform + pos: 17.5,-73.5 + parent: 2 + - uid: 14412 + components: + - type: Transform + pos: 17.5,-74.5 + parent: 2 + - uid: 14790 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-73.5 + parent: 2 + - uid: 14791 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-72.5 + parent: 2 + - uid: 14792 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-72.5 + parent: 2 + - uid: 14793 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-73.5 + parent: 2 + - uid: 14794 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-73.5 + parent: 2 + - uid: 14795 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-72.5 + parent: 2 +- proto: CarpetBlue + entities: + - uid: 194 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-11.5 + parent: 2 + - uid: 285 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-14.5 + parent: 2 + - uid: 286 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-14.5 + parent: 2 + - uid: 287 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-13.5 + parent: 2 + - uid: 288 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-13.5 + parent: 2 + - uid: 290 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-14.5 + parent: 2 + - uid: 292 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-10.5 + parent: 2 + - uid: 305 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-10.5 + parent: 2 + - uid: 306 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-11.5 + parent: 2 + - uid: 307 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-10.5 + parent: 2 + - uid: 1264 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-13.5 + parent: 2 + - uid: 2260 + components: + - type: Transform + pos: -1.5,-117.5 + parent: 2 + - uid: 2262 + components: + - type: Transform + pos: -1.5,-116.5 + parent: 2 + - uid: 2263 + components: + - type: Transform + pos: -0.5,-117.5 + parent: 2 + - uid: 2264 + components: + - type: Transform + pos: -0.5,-116.5 + parent: 2 + - uid: 2265 + components: + - type: Transform + pos: 0.5,-117.5 + parent: 2 + - uid: 2266 + components: + - type: Transform + pos: 0.5,-116.5 + parent: 2 + - uid: 12166 + components: + - type: Transform + pos: -1.5,-11.5 + parent: 2 +- proto: CarpetOrange + entities: + - uid: 9099 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-284.5 + parent: 2 + - uid: 9128 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-285.5 + parent: 2 + - uid: 9129 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-285.5 + parent: 2 + - uid: 9132 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-284.5 + parent: 2 +- proto: CarpetPurple + entities: + - uid: 2762 + components: + - type: Transform + pos: -4.5,-144.5 + parent: 2 + - uid: 2763 + components: + - type: Transform + pos: -3.5,-144.5 + parent: 2 + - uid: 2764 + components: + - type: Transform + pos: -3.5,-145.5 + parent: 2 + - uid: 2765 + components: + - type: Transform + pos: -3.5,-146.5 + parent: 2 + - uid: 2766 + components: + - type: Transform + pos: -4.5,-146.5 + parent: 2 + - uid: 2767 + components: + - type: Transform + pos: -4.5,-147.5 + parent: 2 + - uid: 2768 + components: + - type: Transform + pos: -4.5,-148.5 + parent: 2 + - uid: 2769 + components: + - type: Transform + pos: -3.5,-148.5 + parent: 2 + - uid: 2770 + components: + - type: Transform + pos: -4.5,-143.5 + parent: 2 + - uid: 2771 + components: + - type: Transform + pos: -4.5,-142.5 + parent: 2 + - uid: 2772 + components: + - type: Transform + pos: -3.5,-142.5 + parent: 2 + - uid: 12040 + components: + - type: Transform + pos: -9.5,-302.5 + parent: 2 + - uid: 12041 + components: + - type: Transform + pos: -9.5,-303.5 + parent: 2 + - uid: 12042 + components: + - type: Transform + pos: -9.5,-304.5 + parent: 2 + - uid: 12043 + components: + - type: Transform + pos: -8.5,-302.5 + parent: 2 + - uid: 12044 + components: + - type: Transform + pos: -8.5,-303.5 + parent: 2 + - uid: 12045 + components: + - type: Transform + pos: -8.5,-304.5 + parent: 2 +- proto: CarpetSBlue + entities: + - uid: 1617 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-251.5 + parent: 2 + - uid: 6674 + components: + - type: Transform + pos: 5.5,-180.5 + parent: 2 + - uid: 6794 + components: + - type: Transform + pos: 3.5,-180.5 + parent: 2 + - uid: 6801 + components: + - type: Transform + pos: 4.5,-180.5 + parent: 2 + - uid: 6899 + components: + - type: Transform + pos: 5.5,-179.5 + parent: 2 + - uid: 7873 + components: + - type: Transform + pos: 3.5,-179.5 + parent: 2 + - uid: 7943 + components: + - type: Transform + pos: 4.5,-179.5 + parent: 2 + - uid: 8448 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-250.5 + parent: 2 + - uid: 12229 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-251.5 + parent: 2 + - uid: 12232 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-250.5 + parent: 2 +- proto: CarvedPumpkin + entities: + - uid: 2651 + components: + - type: Transform + pos: 5.409307,-30.231054 + parent: 2 +- proto: Catwalk + entities: + - uid: 10 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-252.5 + parent: 2 + - uid: 51 + components: + - type: Transform + pos: 3.5,-345.5 + parent: 2 + - uid: 150 + components: + - type: Transform + pos: 5.5,-2.5 + parent: 2 + - uid: 369 + components: + - type: Transform + pos: 5.5,0.5 + parent: 2 + - uid: 379 + components: + - type: Transform + pos: 5.5,-1.5 + parent: 2 + - uid: 380 + components: + - type: Transform + pos: 5.5,1.5 + parent: 2 + - uid: 407 + components: + - type: Transform + pos: -2.5,-17.5 + parent: 2 + - uid: 408 + components: + - type: Transform + pos: -5.5,-17.5 + parent: 2 + - uid: 410 + components: + - type: Transform + pos: -6.5,-16.5 + parent: 2 + - uid: 411 + components: + - type: Transform + pos: -5.5,-13.5 + parent: 2 + - uid: 412 + components: + - type: Transform + pos: -5.5,-12.5 + parent: 2 + - uid: 413 + components: + - type: Transform + pos: -5.5,-11.5 + parent: 2 + - uid: 414 + components: + - type: Transform + pos: -5.5,-7.5 + parent: 2 + - uid: 415 + components: + - type: Transform + pos: -5.5,-2.5 + parent: 2 + - uid: 416 + components: + - type: Transform + pos: -5.5,-1.5 + parent: 2 + - uid: 417 + components: + - type: Transform + pos: -4.5,1.5 + parent: 2 + - uid: 418 + components: + - type: Transform + pos: -3.5,1.5 + parent: 2 + - uid: 463 + components: + - type: Transform + pos: -5.5,-36.5 + parent: 2 + - uid: 774 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-221.5 + parent: 2 + - uid: 777 + components: + - type: Transform + pos: -2.5,-34.5 + parent: 2 + - uid: 778 + components: + - type: Transform + pos: -4.5,-35.5 + parent: 2 + - uid: 779 + components: + - type: Transform + pos: -4.5,-37.5 + parent: 2 + - uid: 780 + components: + - type: Transform + pos: -4.5,-38.5 + parent: 2 + - uid: 781 + components: + - type: Transform + pos: -4.5,-39.5 + parent: 2 + - uid: 782 + components: + - type: Transform + pos: -5.5,-43.5 + parent: 2 + - uid: 783 + components: + - type: Transform + pos: -4.5,-43.5 + parent: 2 + - uid: 784 + components: + - type: Transform + pos: -4.5,-41.5 + parent: 2 + - uid: 799 + components: + - type: Transform + pos: -4.5,-44.5 + parent: 2 + - uid: 803 + components: + - type: Transform + pos: -4.5,-42.5 + parent: 2 + - uid: 808 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-233.5 + parent: 2 + - uid: 889 + components: + - type: Transform + pos: -7.5,-94.5 + parent: 2 + - uid: 935 + components: + - type: Transform + pos: 6.5,-32.5 + parent: 2 + - uid: 1091 + components: + - type: Transform + pos: 2.5,-35.5 + parent: 2 + - uid: 1092 + components: + - type: Transform + pos: 3.5,-34.5 + parent: 2 + - uid: 1094 + components: + - type: Transform + pos: 6.5,-33.5 + parent: 2 + - uid: 1096 + components: + - type: Transform + pos: 6.5,-31.5 + parent: 2 + - uid: 1097 + components: + - type: Transform + pos: 7.5,-31.5 + parent: 2 + - uid: 1098 + components: + - type: Transform + pos: 7.5,-29.5 + parent: 2 + - uid: 1099 + components: + - type: Transform + pos: 6.5,-29.5 + parent: 2 + - uid: 1100 + components: + - type: Transform + pos: 6.5,-28.5 + parent: 2 + - uid: 1101 + components: + - type: Transform + pos: 5.5,-27.5 + parent: 2 + - uid: 1142 + components: + - type: Transform + pos: 5.5,-18.5 + parent: 2 + - uid: 1177 + components: + - type: Transform + pos: 5.5,-54.5 + parent: 2 + - uid: 1248 + components: + - type: Transform + pos: 6.5,-34.5 + parent: 2 + - uid: 1259 + components: + - type: Transform + pos: -6.5,-36.5 + parent: 2 + - uid: 1423 + components: + - type: Transform + pos: 4.5,-57.5 + parent: 2 + - uid: 1437 + components: + - type: Transform + pos: 6.5,-58.5 + parent: 2 + - uid: 1438 + components: + - type: Transform + pos: 5.5,-55.5 + parent: 2 + - uid: 1439 + components: + - type: Transform + pos: 5.5,-56.5 + parent: 2 + - uid: 1441 + components: + - type: Transform + pos: 6.5,-60.5 + parent: 2 + - uid: 1442 + components: + - type: Transform + pos: 6.5,-61.5 + parent: 2 + - uid: 1443 + components: + - type: Transform + pos: 6.5,-63.5 + parent: 2 + - uid: 1444 + components: + - type: Transform + pos: 6.5,-64.5 + parent: 2 + - uid: 1445 + components: + - type: Transform + pos: 5.5,-71.5 + parent: 2 + - uid: 1446 + components: + - type: Transform + pos: 6.5,-71.5 + parent: 2 + - uid: 1447 + components: + - type: Transform + pos: 6.5,-70.5 + parent: 2 + - uid: 1448 + components: + - type: Transform + pos: 6.5,-69.5 + parent: 2 + - uid: 1449 + components: + - type: Transform + pos: 6.5,-67.5 + parent: 2 + - uid: 1456 + components: + - type: Transform + pos: 4.5,-68.5 + parent: 2 + - uid: 1457 + components: + - type: Transform + pos: 5.5,-68.5 + parent: 2 + - uid: 1619 + components: + - type: Transform + pos: -8.5,-95.5 + parent: 2 + - uid: 1620 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-95.5 + parent: 2 + - uid: 1621 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-96.5 + parent: 2 + - uid: 1622 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-97.5 + parent: 2 + - uid: 1623 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-98.5 + parent: 2 + - uid: 1625 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-96.5 + parent: 2 + - uid: 1755 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-252.5 + parent: 2 + - uid: 1757 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-35.5 + parent: 2 + - uid: 2020 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-83.5 + parent: 2 + - uid: 2021 + components: + - type: Transform + pos: 5.5,-108.5 + parent: 2 + - uid: 2022 + components: + - type: Transform + pos: 4.5,-108.5 + parent: 2 + - uid: 2023 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-81.5 + parent: 2 + - uid: 2024 + components: + - type: Transform + pos: 3.5,-108.5 + parent: 2 + - uid: 2026 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-84.5 + parent: 2 + - uid: 2432 + components: + - type: Transform + pos: 3.5,-111.5 + parent: 2 + - uid: 2433 + components: + - type: Transform + pos: 3.5,-112.5 + parent: 2 + - uid: 2434 + components: + - type: Transform + pos: 3.5,-113.5 + parent: 2 + - uid: 2798 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-135.5 + parent: 2 + - uid: 2799 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-135.5 + parent: 2 + - uid: 2800 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-135.5 + parent: 2 + - uid: 2801 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-136.5 + parent: 2 + - uid: 2802 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-136.5 + parent: 2 + - uid: 2803 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-138.5 + parent: 2 + - uid: 2804 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-139.5 + parent: 2 + - uid: 2805 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-140.5 + parent: 2 + - uid: 2806 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-143.5 + parent: 2 + - uid: 2807 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-144.5 + parent: 2 + - uid: 2808 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-145.5 + parent: 2 + - uid: 2809 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-150.5 + parent: 2 + - uid: 2810 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-151.5 + parent: 2 + - uid: 2811 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-151.5 + parent: 2 + - uid: 2812 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-151.5 + parent: 2 + - uid: 3196 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-299.5 + parent: 2 + - uid: 3263 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-217.5 + parent: 2 + - uid: 3271 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-223.5 + parent: 2 + - uid: 3272 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-222.5 + parent: 2 + - uid: 3274 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-221.5 + parent: 2 + - uid: 3353 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-222.5 + parent: 2 + - uid: 3354 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-220.5 + parent: 2 + - uid: 3484 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-163.5 + parent: 2 + - uid: 3485 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-163.5 + parent: 2 + - uid: 3486 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-163.5 + parent: 2 + - uid: 3490 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-169.5 + parent: 2 + - uid: 3491 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-170.5 + parent: 2 + - uid: 3492 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-171.5 + parent: 2 + - uid: 3493 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-173.5 + parent: 2 + - uid: 3494 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-174.5 + parent: 2 + - uid: 3495 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-176.5 + parent: 2 + - uid: 3496 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-177.5 + parent: 2 + - uid: 3497 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-179.5 + parent: 2 + - uid: 3498 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-179.5 + parent: 2 + - uid: 3499 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-179.5 + parent: 2 + - uid: 3501 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-180.5 + parent: 2 + - uid: 3502 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-179.5 + parent: 2 + - uid: 3556 + components: + - type: Transform + pos: 4.5,-346.5 + parent: 2 + - uid: 3605 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-251.5 + parent: 2 + - uid: 3714 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-162.5 + parent: 2 + - uid: 3715 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-162.5 + parent: 2 + - uid: 3716 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-162.5 + parent: 2 + - uid: 4041 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,-263.5 + parent: 2 + - uid: 4212 + components: + - type: Transform + pos: 26.5,-259.5 + parent: 2 + - uid: 4244 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-234.5 + parent: 2 + - uid: 4276 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-233.5 + parent: 2 + - uid: 4284 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-234.5 + parent: 2 + - uid: 4292 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-218.5 + parent: 2 + - uid: 4293 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-219.5 + parent: 2 + - uid: 4344 + components: + - type: Transform + pos: -8.5,-97.5 + parent: 2 + - uid: 4356 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-220.5 + parent: 2 + - uid: 4361 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-225.5 + parent: 2 + - uid: 4371 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-226.5 + parent: 2 + - uid: 4385 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-222.5 + parent: 2 + - uid: 4394 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-223.5 + parent: 2 + - uid: 4401 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-224.5 + parent: 2 + - uid: 4410 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-224.5 + parent: 2 + - uid: 4434 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-227.5 + parent: 2 + - uid: 4435 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-227.5 + parent: 2 + - uid: 4436 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-226.5 + parent: 2 + - uid: 4437 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-225.5 + parent: 2 + - uid: 4438 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-224.5 + parent: 2 + - uid: 4441 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-219.5 + parent: 2 + - uid: 4442 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-218.5 + parent: 2 + - uid: 4443 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-217.5 + parent: 2 + - uid: 4444 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-225.5 + parent: 2 + - uid: 4445 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-226.5 + parent: 2 + - uid: 4446 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-227.5 + parent: 2 + - uid: 4447 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-228.5 + parent: 2 + - uid: 4448 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-229.5 + parent: 2 + - uid: 4449 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-230.5 + parent: 2 + - uid: 4450 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-231.5 + parent: 2 + - uid: 4451 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-232.5 + parent: 2 + - uid: 4452 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-226.5 + parent: 2 + - uid: 4453 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-226.5 + parent: 2 + - uid: 4455 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-229.5 + parent: 2 + - uid: 4456 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-229.5 + parent: 2 + - uid: 4457 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-229.5 + parent: 2 + - uid: 4458 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-228.5 + parent: 2 + - uid: 4459 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-227.5 + parent: 2 + - uid: 4460 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-226.5 + parent: 2 + - uid: 4461 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-225.5 + parent: 2 + - uid: 4462 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-224.5 + parent: 2 + - uid: 4463 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-223.5 + parent: 2 + - uid: 4464 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-222.5 + parent: 2 + - uid: 4465 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-221.5 + parent: 2 + - uid: 4466 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-220.5 + parent: 2 + - uid: 4467 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-220.5 + parent: 2 + - uid: 4468 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-220.5 + parent: 2 + - uid: 4470 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-229.5 + parent: 2 + - uid: 4471 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-229.5 + parent: 2 + - uid: 4472 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-229.5 + parent: 2 + - uid: 4473 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-229.5 + parent: 2 + - uid: 4474 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-228.5 + parent: 2 + - uid: 4475 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-227.5 + parent: 2 + - uid: 4476 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-226.5 + parent: 2 + - uid: 4477 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-225.5 + parent: 2 + - uid: 4478 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-224.5 + parent: 2 + - uid: 4479 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-223.5 + parent: 2 + - uid: 4480 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-222.5 + parent: 2 + - uid: 4481 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-221.5 + parent: 2 + - uid: 4482 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-220.5 + parent: 2 + - uid: 4483 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-220.5 + parent: 2 + - uid: 4484 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-220.5 + parent: 2 + - uid: 4485 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-220.5 + parent: 2 + - uid: 4486 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-221.5 + parent: 2 + - uid: 4487 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-222.5 + parent: 2 + - uid: 4488 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-223.5 + parent: 2 + - uid: 4489 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-224.5 + parent: 2 + - uid: 4490 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-225.5 + parent: 2 + - uid: 4491 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-226.5 + parent: 2 + - uid: 4492 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-227.5 + parent: 2 + - uid: 4493 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-228.5 + parent: 2 + - uid: 4495 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-230.5 + parent: 2 + - uid: 4496 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-231.5 + parent: 2 + - uid: 4497 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-232.5 + parent: 2 + - uid: 4498 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-219.5 + parent: 2 + - uid: 4499 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-218.5 + parent: 2 + - uid: 4500 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-217.5 + parent: 2 + - uid: 4501 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-223.5 + parent: 2 + - uid: 4502 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-223.5 + parent: 2 + - uid: 4503 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-226.5 + parent: 2 + - uid: 4504 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-226.5 + parent: 2 + - uid: 4520 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-223.5 + parent: 2 + - uid: 4521 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-225.5 + parent: 2 + - uid: 4522 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-226.5 + parent: 2 + - uid: 4523 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-227.5 + parent: 2 + - uid: 4524 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-230.5 + parent: 2 + - uid: 4525 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-231.5 + parent: 2 + - uid: 4865 + components: + - type: Transform + pos: 28.5,-258.5 + parent: 2 + - uid: 5021 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-253.5 + parent: 2 + - uid: 6573 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-253.5 + parent: 2 + - uid: 6636 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-287.5 + parent: 2 + - uid: 6657 + components: + - type: Transform + pos: 27.5,-258.5 + parent: 2 + - uid: 6686 + components: + - type: Transform + pos: 24.5,-257.5 + parent: 2 + - uid: 6688 + components: + - type: Transform + pos: 30.5,-260.5 + parent: 2 + - uid: 6690 + components: + - type: Transform + pos: 31.5,-255.5 + parent: 2 + - uid: 6691 + components: + - type: Transform + pos: 23.5,-256.5 + parent: 2 + - uid: 6692 + components: + - type: Transform + pos: 24.5,-255.5 + parent: 2 + - uid: 6697 + components: + - type: Transform + pos: 23.5,-262.5 + parent: 2 + - uid: 6699 + components: + - type: Transform + pos: 23.5,-263.5 + parent: 2 + - uid: 6720 + components: + - type: Transform + pos: 28.5,-259.5 + parent: 2 + - uid: 6721 + components: + - type: Transform + pos: 28.5,-260.5 + parent: 2 + - uid: 6723 + components: + - type: Transform + pos: 26.5,-257.5 + parent: 2 + - uid: 6725 + components: + - type: Transform + pos: 28.5,-257.5 + parent: 2 + - uid: 6731 + components: + - type: Transform + pos: 26.5,-262.5 + parent: 2 + - uid: 6751 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-250.5 + parent: 2 + - uid: 6752 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-252.5 + parent: 2 + - uid: 6753 + components: + - type: Transform + pos: 26.5,-260.5 + parent: 2 + - uid: 6760 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-251.5 + parent: 2 + - uid: 6765 + components: + - type: Transform + pos: 3.5,-117.5 + parent: 2 + - uid: 6775 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-254.5 + parent: 2 + - uid: 6783 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-251.5 + parent: 2 + - uid: 6785 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-251.5 + parent: 2 + - uid: 6786 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-253.5 + parent: 2 + - uid: 6834 + components: + - type: Transform + pos: 26.5,-256.5 + parent: 2 + - uid: 6863 + components: + - type: Transform + pos: 30.5,-256.5 + parent: 2 + - uid: 6865 + components: + - type: Transform + pos: 24.5,-256.5 + parent: 2 + - uid: 6866 + components: + - type: Transform + pos: 24.5,-262.5 + parent: 2 + - uid: 6867 + components: + - type: Transform + pos: 24.5,-263.5 + parent: 2 + - uid: 6868 + components: + - type: Transform + pos: 23.5,-255.5 + parent: 2 + - uid: 7532 + components: + - type: Transform + pos: 28.5,-262.5 + parent: 2 + - uid: 7538 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-251.5 + parent: 2 + - uid: 7569 + components: + - type: Transform + pos: 28.5,-256.5 + parent: 2 + - uid: 7780 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,-265.5 + parent: 2 + - uid: 7790 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-252.5 + parent: 2 + - uid: 7893 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-252.5 + parent: 2 + - uid: 8017 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-253.5 + parent: 2 + - uid: 8048 + components: + - type: Transform + pos: 27.5,-260.5 + parent: 2 + - uid: 8049 + components: + - type: Transform + pos: 30.5,-258.5 + parent: 2 + - uid: 8051 + components: + - type: Transform + pos: 28.5,-261.5 + parent: 2 + - uid: 8092 + components: + - type: Transform + pos: 30.5,-257.5 + parent: 2 + - uid: 8093 + components: + - type: Transform + pos: 30.5,-259.5 + parent: 2 + - uid: 8094 + components: + - type: Transform + pos: 26.5,-261.5 + parent: 2 + - uid: 8191 + components: + - type: Transform + pos: 30.5,-255.5 + parent: 2 + - uid: 8192 + components: + - type: Transform + pos: 24.5,-260.5 + parent: 2 + - uid: 8208 + components: + - type: Transform + pos: 31.5,-256.5 + parent: 2 + - uid: 8211 + components: + - type: Transform + pos: 24.5,-261.5 + parent: 2 + - uid: 8473 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,-264.5 + parent: 2 + - uid: 8496 + components: + - type: Transform + pos: 3.5,-116.5 + parent: 2 + - uid: 8527 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-288.5 + parent: 2 + - uid: 8662 + components: + - type: Transform + pos: 26.5,-258.5 + parent: 2 + - uid: 8694 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-286.5 + parent: 2 + - uid: 8798 + components: + - type: Transform + pos: 24.5,-258.5 + parent: 2 + - uid: 9029 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-287.5 + parent: 2 + - uid: 9033 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-287.5 + parent: 2 + - uid: 9034 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-287.5 + parent: 2 + - uid: 9036 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-287.5 + parent: 2 + - uid: 9045 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-286.5 + parent: 2 + - uid: 9047 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-285.5 + parent: 2 + - uid: 9543 + components: + - type: Transform + pos: 7.5,-17.5 + parent: 2 + - uid: 9791 + components: + - type: Transform + pos: 7.5,-16.5 + parent: 2 + - uid: 9857 + components: + - type: Transform + pos: 24.5,-259.5 + parent: 2 + - uid: 10025 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-314.5 + parent: 2 + - uid: 10542 + components: + - type: Transform + pos: -2.5,-297.5 + parent: 2 + - uid: 10544 + components: + - type: Transform + pos: -3.5,-297.5 + parent: 2 + - uid: 10545 + components: + - type: Transform + pos: -4.5,-297.5 + parent: 2 + - uid: 10546 + components: + - type: Transform + pos: 3.5,-297.5 + parent: 2 + - uid: 10547 + components: + - type: Transform + pos: 4.5,-297.5 + parent: 2 + - uid: 10548 + components: + - type: Transform + pos: 5.5,-297.5 + parent: 2 + - uid: 10549 + components: + - type: Transform + pos: 5.5,-296.5 + parent: 2 + - uid: 10550 + components: + - type: Transform + pos: 8.5,-297.5 + parent: 2 + - uid: 10551 + components: + - type: Transform + pos: 9.5,-297.5 + parent: 2 + - uid: 10552 + components: + - type: Transform + pos: 9.5,-298.5 + parent: 2 + - uid: 10554 + components: + - type: Transform + pos: 9.5,-301.5 + parent: 2 + - uid: 10555 + components: + - type: Transform + pos: 9.5,-302.5 + parent: 2 + - uid: 10556 + components: + - type: Transform + pos: 9.5,-303.5 + parent: 2 + - uid: 10557 + components: + - type: Transform + pos: 9.5,-310.5 + parent: 2 + - uid: 10558 + components: + - type: Transform + pos: 9.5,-311.5 + parent: 2 + - uid: 10559 + components: + - type: Transform + pos: 9.5,-312.5 + parent: 2 + - uid: 10560 + components: + - type: Transform + pos: 10.5,-314.5 + parent: 2 + - uid: 10561 + components: + - type: Transform + pos: 10.5,-315.5 + parent: 2 + - uid: 10562 + components: + - type: Transform + pos: 10.5,-318.5 + parent: 2 + - uid: 10563 + components: + - type: Transform + pos: 9.5,-318.5 + parent: 2 + - uid: 10564 + components: + - type: Transform + pos: 8.5,-318.5 + parent: 2 + - uid: 10565 + components: + - type: Transform + pos: 5.5,-319.5 + parent: 2 + - uid: 10566 + components: + - type: Transform + pos: 4.5,-319.5 + parent: 2 + - uid: 10567 + components: + - type: Transform + pos: 3.5,-319.5 + parent: 2 + - uid: 10644 + components: + - type: Transform + pos: 6.5,-18.5 + parent: 2 + - uid: 10655 + components: + - type: Transform + pos: 7.5,-18.5 + parent: 2 + - uid: 10683 + components: + - type: Transform + pos: 5.5,-345.5 + parent: 2 + - uid: 12649 + components: + - type: Transform + pos: 4.5,-117.5 + parent: 2 + - uid: 12900 + components: + - type: Transform + pos: 7.5,-361.5 + parent: 2 + - uid: 12901 + components: + - type: Transform + pos: 7.5,-360.5 + parent: 2 + - uid: 12902 + components: + - type: Transform + pos: 6.5,-360.5 + parent: 2 + - uid: 13303 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-300.5 + parent: 2 + - uid: 13393 + components: + - type: Transform + pos: 3.5,-346.5 + parent: 2 + - uid: 13404 + components: + - type: Transform + pos: 4.5,-345.5 + parent: 2 + - uid: 14022 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-253.5 + parent: 2 + - uid: 14571 + components: + - type: Transform + pos: -2.5,-243.5 + parent: 2 + - uid: 14572 + components: + - type: Transform + pos: -4.5,-243.5 + parent: 2 + - uid: 14573 + components: + - type: Transform + pos: -3.5,-243.5 + parent: 2 + - uid: 14582 + components: + - type: Transform + pos: -6.5,-252.5 + parent: 2 + - uid: 14583 + components: + - type: Transform + pos: -6.5,-254.5 + parent: 2 + - uid: 14584 + components: + - type: Transform + pos: -6.5,-255.5 + parent: 2 + - uid: 14585 + components: + - type: Transform + pos: -6.5,-256.5 + parent: 2 + - uid: 14586 + components: + - type: Transform + pos: -5.5,-258.5 + parent: 2 + - uid: 14587 + components: + - type: Transform + pos: -4.5,-258.5 + parent: 2 + - uid: 14588 + components: + - type: Transform + pos: -4.5,-259.5 + parent: 2 + - uid: 14589 + components: + - type: Transform + pos: -3.5,-260.5 + parent: 2 + - uid: 14590 + components: + - type: Transform + pos: -4.5,-260.5 + parent: 2 + - uid: 14591 + components: + - type: Transform + pos: -4.5,-261.5 + parent: 2 + - uid: 14592 + components: + - type: Transform + pos: 3.5,-260.5 + parent: 2 + - uid: 14593 + components: + - type: Transform + pos: 4.5,-260.5 + parent: 2 + - uid: 14594 + components: + - type: Transform + pos: 5.5,-260.5 + parent: 2 + - uid: 14595 + components: + - type: Transform + pos: 7.5,-260.5 + parent: 2 + - uid: 15721 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-222.5 + parent: 2 + - uid: 15722 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-222.5 + parent: 2 + - uid: 15723 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-221.5 + parent: 2 + - uid: 15724 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-219.5 + parent: 2 + - uid: 15725 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-220.5 + parent: 2 + - uid: 15798 + components: + - type: Transform + pos: 5.5,-346.5 + parent: 2 + - uid: 16870 + components: + - type: Transform + pos: -7.5,-251.5 + parent: 2 + - uid: 16872 + components: + - type: Transform + pos: -4.5,-246.5 + parent: 2 + - uid: 16874 + components: + - type: Transform + pos: -4.5,-245.5 + parent: 2 + - uid: 16875 + components: + - type: Transform + pos: -4.5,-245.5 + parent: 2 + - uid: 16877 + components: + - type: Transform + pos: -4.5,-250.5 + parent: 2 + - uid: 16878 + components: + - type: Transform + pos: -5.5,-250.5 + parent: 2 + - uid: 16939 + components: + - type: Transform + pos: -6.5,-166.5 + parent: 2 + - uid: 16942 + components: + - type: Transform + pos: -6.5,-165.5 + parent: 2 + - uid: 16943 + components: + - type: Transform + pos: -6.5,-164.5 + parent: 2 +- proto: CellRechargerCircuitboard + entities: + - uid: 11653 + components: + - type: Transform + pos: -0.47262037,-5.518174 + parent: 2 +- proto: Chair + entities: + - uid: 3705 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-124.5 + parent: 2 + - uid: 3722 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-201.5 + parent: 2 + - uid: 3767 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-200.5 + parent: 2 + - uid: 4358 + components: + - type: Transform + pos: -4.5,-356.5 + parent: 2 + - uid: 4756 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-252.5 + parent: 2 + - uid: 4952 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-253.5 + parent: 2 + - uid: 4965 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-252.5 + parent: 2 + - uid: 7741 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-198.5 + parent: 2 + - uid: 7743 + components: + - type: Transform + pos: 7.5,-195.5 + parent: 2 + - uid: 8440 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-253.5 + parent: 2 + - uid: 10770 + components: + - type: Transform + pos: -0.5,-344.5 + parent: 2 + - uid: 10797 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-346.5 + parent: 2 + - uid: 12128 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-253.5 + parent: 2 + - uid: 12159 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-27.5 + parent: 2 + - uid: 14630 + components: + - type: Transform + pos: -7.5,-254.5 + parent: 2 + - uid: 14631 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-257.5 + parent: 2 + - uid: 14738 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-307.5 + parent: 2 + - uid: 14920 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-146.5 + parent: 2 +- proto: ChairCursed + entities: + - uid: 2585 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-145.5 + parent: 2 +- proto: ChairFolding + entities: + - uid: 424 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.627699,-1.5039027 + parent: 2 + - uid: 1400 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,-247.5 + parent: 2 + - uid: 1484 + components: + - type: Transform + pos: 7.5,-55.5 + parent: 2 + - uid: 1485 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-57.5 + parent: 2 + - uid: 11711 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-262.5 + parent: 2 + - uid: 16495 + components: + - type: Transform + pos: -13.5,-244.5 + parent: 2 +- proto: ChairFoldingSpawnFolded + entities: + - uid: 2728 + components: + - type: Transform + pos: -3.0071216,-135.52832 + parent: 2 +- proto: ChairGreyscale + entities: + - uid: 1839 + components: + - type: Transform + pos: 6.5,-93.5 + parent: 2 + - uid: 1842 + components: + - type: Transform + pos: 4.5,-98.5 + parent: 2 + - uid: 1843 + components: + - type: Transform + pos: 3.5,-98.5 + parent: 2 + - uid: 1845 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-96.5 + parent: 2 + - uid: 1851 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-94.5 + parent: 2 + - uid: 1852 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-94.5 + parent: 2 +- proto: ChairOfficeDark + entities: + - uid: 3121 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-168.5 + parent: 2 + - uid: 3122 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-166.5 + parent: 2 + - uid: 4785 + components: + - type: Transform + pos: 2.5,-251.5 + parent: 2 + - uid: 7378 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-365.5 + parent: 2 + - uid: 9057 + components: + - type: Transform + pos: 3.5,-272.5 + parent: 2 + - uid: 11058 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-329.5 + parent: 2 + - uid: 11093 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-331.5 + parent: 2 + - uid: 11449 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-345.5 + parent: 2 + - uid: 11974 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-371.5 + parent: 2 + - uid: 11975 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-371.5 + parent: 2 + - uid: 14789 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-72.5 + parent: 2 +- proto: ChairOfficeLight + entities: + - uid: 7451 + components: + - type: Transform + pos: -3.5,-165.5 + parent: 2 + - uid: 9984 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-313.5 + parent: 2 + - uid: 10112 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-302.5 + parent: 2 + - uid: 10114 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-301.5 + parent: 2 + - uid: 12046 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-303.5 + parent: 2 + - uid: 12051 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-318.5 + parent: 2 +- proto: ChairPilotSeat + entities: + - uid: 25 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,2.5 + parent: 2 +- proto: ChairWeb + entities: + - uid: 14337 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-60.5 + parent: 2 + - uid: 14340 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-60.5 + parent: 2 +- proto: ChairWood + entities: + - uid: 384 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.2935836,0.4495414 + parent: 2 + - uid: 1015 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-58.5 + parent: 2 + - uid: 1315 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-59.5 + parent: 2 + - uid: 1347 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-67.5 + parent: 2 + - uid: 1348 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-66.5 + parent: 2 + - uid: 1349 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-66.5 + parent: 2 + - uid: 1350 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-67.5 + parent: 2 + - uid: 1351 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-59.5 + parent: 2 + - uid: 1352 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-58.5 + parent: 2 + - uid: 1353 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-58.5 + parent: 2 + - uid: 2586 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-146.5 + parent: 2 + - uid: 2587 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-144.5 + parent: 2 + - uid: 2588 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-146.5 + parent: 2 + - uid: 2589 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-145.5 + parent: 2 + - uid: 2590 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-144.5 + parent: 2 + - uid: 2695 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-140.5 + parent: 2 + - uid: 3151 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-67.5 + parent: 2 + - uid: 3201 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-67.5 + parent: 2 + - uid: 3604 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-58.5 + parent: 2 +- proto: chem_master + entities: + - uid: 3116 + components: + - type: Transform + pos: 5.5,-165.5 + parent: 2 + - uid: 3117 + components: + - type: Transform + pos: 7.5,-167.5 + parent: 2 +- proto: ChemDispenser + entities: + - uid: 3112 + components: + - type: Transform + pos: 7.5,-169.5 + parent: 2 + - uid: 3113 + components: + - type: Transform + pos: 3.5,-165.5 + parent: 2 +- proto: ChemDispenserMachineCircuitboard + entities: + - uid: 11649 + components: + - type: Transform + pos: -0.4654259,-7.4857945 + parent: 2 +- proto: ChemistryHotplate + entities: + - uid: 3137 + components: + - type: Transform + pos: 4.5,-167.5 + parent: 2 +- proto: ChessBoard + entities: + - uid: 12938 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.94441026,-370.44946 + parent: 2 +- proto: Cigar + entities: + - uid: 219 + components: + - type: Transform + pos: 3.6992347,-7.328869 + parent: 2 + - uid: 404 + components: + - type: Transform + pos: 3.82151,-7.050895 + parent: 2 +- proto: CigarGoldCase + entities: + - uid: 99 + components: + - type: Transform + pos: -2.8886578,-1.2991699 + parent: 2 + - uid: 2729 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5303056,-136.50012 + parent: 2 + - uid: 14388 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.505396,-63.434715 + parent: 2 +- proto: CigCartonMixed + entities: + - uid: 1833 + components: + - type: Transform + pos: -7.317818,-81.58406 + parent: 2 + - uid: 16940 + components: + - type: Transform + pos: -11.700207,-168.61453 + parent: 2 + - uid: 16941 + components: + - type: Transform + pos: -11.512707,-168.23953 + parent: 2 +- proto: CircuitImprinter + entities: + - uid: 9829 + components: + - type: Transform + pos: -6.5,-299.5 + parent: 2 +- proto: CleanerDispenser + entities: + - uid: 1735 + components: + - type: Transform + pos: -3.5,-52.5 + parent: 2 +- proto: ClosetBombFilled + entities: + - uid: 7967 + components: + - type: Transform + pos: 7.5,-247.5 + parent: 2 + - uid: 11991 + components: + - type: Transform + pos: -8.5,-317.5 + parent: 2 +- proto: ClosetChefFilled + entities: + - uid: 1782 + components: + - type: Transform + pos: -1.5,-88.5 + parent: 2 +- proto: ClosetEmergencyFilledRandom + entities: + - uid: 1052 + components: + - type: Transform + pos: 6.5,-34.5 + parent: 2 + - uid: 1472 + components: + - type: Transform + pos: -5.5,-81.5 + parent: 2 + - uid: 2247 + components: + - type: Transform + pos: -2.5,-107.5 + parent: 2 + - uid: 10543 + components: + - type: Transform + pos: 3.5,-318.5 + parent: 2 + - uid: 14641 + components: + - type: Transform + pos: 3.5,-259.5 + parent: 2 + - uid: 16899 + components: + - type: Transform + pos: -5.5,-246.5 + parent: 2 +- proto: ClosetFireFilled + entities: + - uid: 9895 + components: + - type: Transform + pos: 10.5,-297.5 + parent: 2 + - uid: 16895 + components: + - type: Transform + pos: -7.5,-251.5 + parent: 2 +- proto: ClosetJanitorFilled + entities: + - uid: 1706 + components: + - type: Transform + pos: -5.5,-53.5 + parent: 2 +- proto: ClosetL3JanitorFilled + entities: + - uid: 9460 + components: + - type: Transform + pos: -5.5,-55.5 + parent: 2 +- proto: ClosetL3ScienceFilled + entities: + - uid: 12126 + components: + - type: Transform + pos: -8.5,-318.5 + parent: 2 +- proto: ClosetL3VirologyFilled + entities: + - uid: 3900 + components: + - type: Transform + pos: -2.5,-194.5 + parent: 2 + - uid: 3901 + components: + - type: Transform + pos: -2.5,-195.5 + parent: 2 +- proto: ClosetMaintenanceFilledRandom + entities: + - uid: 1070 + components: + - type: Transform + pos: 6.5,-71.5 + parent: 2 + - uid: 1073 + components: + - type: Transform + pos: 4.5,-69.5 + parent: 2 + - uid: 1117 + components: + - type: Transform + pos: 5.5,-32.5 + parent: 2 + - uid: 1628 + components: + - type: Transform + pos: -5.5,-37.5 + parent: 2 + - uid: 1629 + components: + - type: Transform + pos: -2.5,-35.5 + parent: 2 + - uid: 1630 + components: + - type: Transform + pos: 7.5,-69.5 + parent: 2 + - uid: 1858 + components: + - type: Transform + pos: -5.5,-98.5 + parent: 2 + - uid: 1859 + components: + - type: Transform + pos: -2.5,-95.5 + parent: 2 + - uid: 2281 + components: + - type: Transform + pos: 2.5,-114.5 + parent: 2 + - uid: 2698 + components: + - type: Transform + pos: 3.5,-153.5 + parent: 2 + - uid: 2818 + components: + - type: Transform + pos: 3.5,-134.5 + parent: 2 + - uid: 3582 + components: + - type: Transform + pos: -7.5,-176.5 + parent: 2 + - uid: 4176 + components: + - type: Transform + pos: -7.5,-171.5 + parent: 2 + - uid: 4579 + components: + - type: Transform + pos: -3.5,-180.5 + parent: 2 + - uid: 7334 + components: + - type: Transform + pos: 17.5,-149.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14673 + moles: + - 1.7459903 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 3621 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 7335 + components: + - type: Transform + pos: 17.5,-142.5 + parent: 2 + - uid: 9052 + components: + - type: Transform + pos: 4.5,-288.5 + parent: 2 + - uid: 9409 + components: + - type: Transform + pos: 3.5,-288.5 + parent: 2 + - uid: 10533 + components: + - type: Transform + pos: 6.5,-296.5 + parent: 2 + - uid: 10534 + components: + - type: Transform + pos: 3.5,-296.5 + parent: 2 + - uid: 10535 + components: + - type: Transform + pos: -2.5,-296.5 + parent: 2 + - uid: 10537 + components: + - type: Transform + pos: 10.5,-299.5 + parent: 2 + - uid: 10539 + components: + - type: Transform + pos: 9.5,-313.5 + parent: 2 + - uid: 10540 + components: + - type: Transform + pos: 6.5,-319.5 + parent: 2 + - uid: 10541 + components: + - type: Transform + pos: 3.5,-320.5 + parent: 2 + - uid: 14596 + components: + - type: Transform + pos: -4.5,-257.5 + parent: 2 + - uid: 14597 + components: + - type: Transform + pos: -7.5,-253.5 + parent: 2 + - uid: 14598 + components: + - type: Transform + pos: 8.5,-259.5 + parent: 2 + - uid: 14642 + components: + - type: Transform + pos: 4.5,-259.5 + parent: 2 + - uid: 16871 + components: + - type: Transform + pos: -7.5,-250.5 + parent: 2 +- proto: ClosetRadiationSuitFilled + entities: + - uid: 4893 + components: + - type: Transform + pos: 6.5,-247.5 + parent: 2 + - uid: 10090 + components: + - type: Transform + pos: -8.5,-319.5 + parent: 2 +- proto: ClosetWall + entities: + - uid: 14476 + components: + - type: Transform + pos: 17.5,-59.5 + parent: 2 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 14479 + - 14478 + - 14477 + - 14480 +- proto: ClosetWallAtmospherics + entities: + - uid: 14755 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,-266.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 75.31249 + moles: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 14762 + - 14770 + - 14766 + - uid: 16798 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,-266.5 + parent: 2 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 16799 + - 16800 + - 16801 + - uid: 16811 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,-266.5 + parent: 2 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 16813 + - 16814 + - 16812 + - uid: 17056 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,-266.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 93.465614 + moles: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 17062 + - 17061 + - 17060 + - 17059 + - 17058 + - 17057 +- proto: ClosetWallEmergencyFilledRandom + entities: + - uid: 370 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-2.5 + parent: 2 + - uid: 383 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-2.5 + parent: 2 + - uid: 684 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-17.5 + parent: 2 + - uid: 776 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-46.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 75.31249 + moles: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 815 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-45.5 + parent: 2 + - uid: 834 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-107.5 + parent: 2 + - uid: 895 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-33.5 + parent: 2 + - uid: 2899 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-138.5 + parent: 2 + - uid: 4057 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-52.5 + parent: 2 + - uid: 4058 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-79.5 + parent: 2 + - uid: 4059 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-73.5 + parent: 2 + - uid: 4060 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-100.5 + parent: 2 + - uid: 4061 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-106.5 + parent: 2 + - uid: 4062 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-127.5 + parent: 2 + - uid: 4063 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-133.5 + parent: 2 + - uid: 4064 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-154.5 + parent: 2 + - uid: 4065 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-160.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 75.31249 + moles: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 4066 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-181.5 + parent: 2 + - uid: 4067 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-187.5 + parent: 2 + - uid: 4094 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-35.5 + parent: 2 + - uid: 4137 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-25.5 + parent: 2 + - uid: 4191 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-19.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14673 + moles: + - 1.7459903 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 4221 + components: + - type: Transform + pos: -6.5,-106.5 + parent: 2 + - uid: 4577 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-235.5 + parent: 2 + - uid: 4650 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-208.5 + parent: 2 + - uid: 4652 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-214.5 + parent: 2 + - uid: 4656 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-241.5 + parent: 2 + - uid: 7489 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-262.5 + parent: 2 + - uid: 8889 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-268.5 + parent: 2 + - uid: 9377 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-289.5 + parent: 2 + - uid: 9378 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-295.5 + parent: 2 + - uid: 10568 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-321.5 + parent: 2 + - uid: 11140 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-327.5 + parent: 2 + - uid: 11145 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-348.5 + parent: 2 + - uid: 11146 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-354.5 + parent: 2 +- proto: ClosetWallFireFilledRandom + entities: + - uid: 321 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-3.5 + parent: 2 + - uid: 334 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-1.5 + parent: 2 + - uid: 835 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-133.5 + parent: 2 + - uid: 836 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-154.5 + parent: 2 + - uid: 839 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-160.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 75.31249 + moles: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 931 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-33.5 + parent: 2 + - uid: 1108 + components: + - type: Transform + pos: 4.5,-36.5 + parent: 2 + - uid: 1819 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-19.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14673 + moles: + - 1.7459903 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 2304 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-127.5 + parent: 2 + - uid: 2898 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-143.5 + parent: 2 + - uid: 3001 + components: + - type: Transform + pos: -7.5,-106.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14673 + moles: + - 1.7459903 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 3625 + - uid: 3021 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-37.5 + parent: 2 + - uid: 3162 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-106.5 + parent: 2 + - uid: 4068 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-187.5 + parent: 2 + - uid: 4069 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-181.5 + parent: 2 + - uid: 4227 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-15.5 + parent: 2 + - uid: 4228 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-100.5 + parent: 2 + - uid: 4229 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-79.5 + parent: 2 + - uid: 4230 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-73.5 + parent: 2 + - uid: 4231 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-52.5 + parent: 2 + - uid: 4232 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-46.5 + parent: 2 + - uid: 4238 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-25.5 + parent: 2 + - uid: 4469 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-107.5 + parent: 2 + - uid: 4651 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-208.5 + parent: 2 + - uid: 4653 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-214.5 + parent: 2 + - uid: 4654 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-235.5 + parent: 2 + - uid: 4655 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-241.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 75.31249 + moles: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 7498 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-262.5 + parent: 2 + - uid: 8669 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-268.5 + parent: 2 + - uid: 9376 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-289.5 + parent: 2 + - uid: 9379 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-295.5 + parent: 2 + - uid: 10569 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-321.5 + parent: 2 + - uid: 11142 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-327.5 + parent: 2 + - uid: 11143 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-348.5 + parent: 2 + - uid: 11144 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-354.5 + parent: 2 +- proto: ClosetWallMaintenanceFilledRandom + entities: + - uid: 1063 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-19.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14673 + moles: + - 1.7459903 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 7306 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-19.5 + parent: 2 + - uid: 7392 + components: + - type: Transform + pos: 13.5,-137.5 + parent: 2 + - uid: 7393 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-154.5 + parent: 2 +- proto: ClothingBackpackMerc + entities: + - uid: 9088 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.53031,-143.53029 + parent: 2 +- proto: ClothingBeltChampion + entities: + - uid: 98 + components: + - type: Transform + pos: -1.944771,-1.3469867 + parent: 2 +- proto: ClothingBeltMercWebbing + entities: + - uid: 9089 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.929752,-156.62067 + parent: 2 +- proto: ClothingBeltSalvageWebbing + entities: + - uid: 8632 + components: + - type: Transform + pos: -6.4954147,-283.40762 + parent: 2 +- proto: ClothingBeltUtilityEngineering + entities: + - uid: 4921 + components: + - type: Transform + pos: 5.3335085,-253.25787 + parent: 2 + - uid: 4948 + components: + - type: Transform + pos: 5.597643,-252.98062 + parent: 2 +- proto: ClothingBeltUtilityFilled + entities: + - uid: 8865 + components: + - type: Transform + pos: -5.4843903,-272.37283 + parent: 2 + - uid: 8918 + components: + - type: Transform + pos: -5.086961,-272.51526 + parent: 2 +- proto: ClothingEyesEyepatchHudBeer + entities: + - uid: 6284 + components: + - type: Transform + pos: -5.5304284,-200.22986 + parent: 2 +- proto: ClothingEyesEyepatchHudMedical + entities: + - uid: 3694 + components: + - type: Transform + pos: 8.467955,-175.3928 + parent: 2 + - uid: 6774 + components: + - type: Transform + pos: 3.4473612,-179.2827 + parent: 2 +- proto: ClothingEyesEyepatchHudSecurity + entities: + - uid: 6307 + components: + - type: Transform + pos: -7.5085177,-98.683334 + parent: 2 + - uid: 10854 + components: + - type: Transform + pos: -6.5701137,-339.11215 + parent: 2 +- proto: ClothingEyesGlassesJamjar + entities: + - uid: 15036 + components: + - type: Transform + pos: -10.441889,-133.57634 + parent: 2 +- proto: ClothingEyesGlassesMercenary + entities: + - uid: 9096 + components: + - type: Transform + pos: 17.46046,-151.51154 + parent: 2 +- proto: ClothingEyesGlassesMeson + entities: + - uid: 6639 + components: + - type: Transform + pos: 8.599879,-250.49686 + parent: 2 + - uid: 8414 + components: + - type: Transform + pos: 16.374,-245.4528 + parent: 2 + - uid: 8492 + components: + - type: Transform + pos: 16.241934,-245.58482 + parent: 2 + - uid: 8982 + components: + - type: Transform + pos: 16.545687,-245.58482 + parent: 2 +- proto: ClothingEyesHudOnionBeer + entities: + - uid: 14658 + components: + - type: Transform + pos: 17.613636,-73.25992 + parent: 2 +- proto: ClothingEyesHudSecurity + entities: + - uid: 12714 + components: + - type: Transform + pos: -6.38522,-339.1782 + parent: 2 +- proto: ClothingHandsGlovesColorBlack + entities: + - uid: 934 + components: + - type: Transform + pos: -6.3692145,-340.57867 + parent: 2 + - uid: 9395 + components: + - type: Transform + pos: -6.488075,-340.47308 + parent: 2 +- proto: ClothingHandsGlovesColorYellow + entities: + - uid: 2973 + components: + - type: Transform + pos: 4.7532883,-254.3202 + parent: 2 + - uid: 4868 + components: + - type: Transform + pos: 4.528774,-254.50504 + parent: 2 + - uid: 7318 + components: + - type: Transform + pos: 15.461874,-246.04686 + parent: 2 + - uid: 7484 + components: + - type: Transform + pos: 15.620354,-246.35051 + parent: 2 + - uid: 8679 + components: + - type: Transform + pos: -6.3936963,-283.34045 + parent: 2 + - uid: 8977 + components: + - type: Transform + pos: 15.422254,-246.69377 + parent: 2 + - uid: 11675 + components: + - type: Transform + pos: -2.7487679,-7.3508615 + parent: 2 + - uid: 11676 + components: + - type: Transform + pos: -2.7375195,-7.497039 + parent: 2 + - uid: 14599 + components: + - type: Transform + pos: 5.5004325,-245.50078 + parent: 2 + - uid: 15175 + components: + - type: Transform + pos: 9.644433,-119.25072 + parent: 2 + - uid: 15176 + components: + - type: Transform + pos: 9.678177,-119.43063 + parent: 2 + - uid: 16894 + components: + - type: Transform + pos: -13.484996,-257.5879 + parent: 2 + - uid: 16896 + components: + - type: Transform + pos: -13.484996,-257.5879 + parent: 2 + - uid: 16897 + components: + - type: Transform + pos: -13.484996,-257.5879 + parent: 2 +- proto: ClothingHandsGlovesColorYellowBudget + entities: + - uid: 5118 + components: + - type: Transform + pos: 5.4891844,-245.36584 + parent: 2 + - uid: 15261 + components: + - type: Transform + pos: 5.4891844,-245.19717 + parent: 2 +- proto: ClothingHandsGlovesLatex + entities: + - uid: 10120 + components: + - type: Transform + pos: -4.4184327,-302.4534 + parent: 2 +- proto: ClothingHandsGlovesMercFingerless + entities: + - uid: 9094 + components: + - type: Transform + pos: 11.0250435,-142.57506 + parent: 2 +- proto: ClothingHandsGlovesNitrile + entities: + - uid: 3905 + components: + - type: Transform + pos: -6.474791,-195.55786 + parent: 2 +- proto: ClothingHandsTacticalMaidGloves + entities: + - uid: 2879 + components: + - type: Transform + pos: -8.44329,-15.527226 + parent: 2 +- proto: ClothingHeadBandMerc + entities: + - uid: 9090 + components: + - type: Transform + pos: 16.371077,-159.35246 + parent: 2 +- proto: ClothingHeadHatBeretMerc + entities: + - uid: 9091 + components: + - type: Transform + pos: 7.385122,-163.34297 + parent: 2 +- proto: ClothingHeadHatBeretRND + entities: + - uid: 15096 + components: + - type: Transform + pos: 10.067849,-194.21626 + parent: 2 +- proto: ClothingHeadHatBrownFlatcap + entities: + - uid: 14636 + components: + - type: Transform + pos: -7.7489276,-255.68477 + parent: 2 +- proto: ClothingHeadHatCowboyBountyHunter + entities: + - uid: 6283 + components: + - type: Transform + pos: -5.4412646,-206.21022 + parent: 2 + - uid: 10122 + components: + - type: Transform + pos: -6.5050893,-305.04108 + parent: 2 +- proto: ClothingHeadHatCowboyBrown + entities: + - uid: 6016 + components: + - type: Transform + pos: -2.3394754,-148.72287 + parent: 2 +- proto: ClothingHeadHatCowboyGrey + entities: + - uid: 15165 + components: + - type: Transform + pos: 9.464466,-120.1053 + parent: 2 +- proto: ClothingHeadHatCowboyRed + entities: + - uid: 8932 + components: + - type: Transform + pos: 16.43729,-78.522385 + parent: 2 +- proto: ClothingHeadHatHairflower + entities: + - uid: 97 + components: + - type: Transform + pos: -1.3108504,-1.6374404 + parent: 2 + - uid: 993 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.308499,-40.737587 + parent: 2 + - uid: 4106 + components: + - type: Transform + pos: -4.616196,-20.118092 + parent: 2 +- proto: ClothingHeadHatHoodMoth + entities: + - uid: 4528 + components: + - type: Transform + pos: -7.2912927,-121.47427 + parent: 2 +- proto: ClothingHeadHatShrineMaidenWig + entities: + - uid: 2671 + components: + - type: Transform + pos: 2.5369916,-142.75755 + parent: 2 +- proto: ClothingHeadHatSurgcapPurple + entities: + - uid: 16505 + components: + - type: Transform + pos: -13.547984,-168.3646 + parent: 2 +- proto: ClothingHeadHatUshanka + entities: + - uid: 1487 + components: + - type: Transform + pos: 7.3559012,-56.31927 + parent: 2 +- proto: ClothingHeadHatWelding + entities: + - uid: 339 + components: + - type: Transform + pos: -6.7000256,-2.3430972 + parent: 2 +- proto: ClothingHeadHatWeldingMaskFlame + entities: + - uid: 14348 + components: + - type: Transform + pos: 8.726893,-250.28665 + parent: 2 +- proto: ClothingHeadHatWeldingMaskFlameBlue + entities: + - uid: 14349 + components: + - type: Transform + pos: 8.351893,-250.58353 + parent: 2 +- proto: ClothingHeadHelmetAtmosFire + entities: + - uid: 17058 + components: + - type: Transform + parent: 17056 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingHeadHelmetMerc + entities: + - uid: 9086 + components: + - type: Transform + pos: 12.225706,-136.18898 + parent: 2 +- proto: ClothingMaskBreath + entities: + - uid: 633 + components: + - type: Transform + pos: -3.5046618,-18.436672 + parent: 2 +- proto: ClothingMaskClown + entities: + - uid: 10639 + components: + - type: Transform + parent: 2003 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingMaskGasAtmos + entities: + - uid: 8253 + components: + - type: Transform + pos: 11.724084,-252.53477 + parent: 2 + - uid: 16813 + components: + - type: Transform + parent: 16811 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingMaskGasMerc + entities: + - uid: 9092 + components: + - type: Transform + pos: 7.4026275,-133.54765 + parent: 2 +- proto: ClothingMaskSadMime + entities: + - uid: 11453 + components: + - type: Transform + parent: 2019 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingMaskScaredMime + entities: + - uid: 11287 + components: + - type: Transform + parent: 2019 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingMaskSexyClown + entities: + - uid: 8788 + components: + - type: Transform + parent: 2003 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingMaskSexyMime + entities: + - uid: 11452 + components: + - type: Transform + parent: 2019 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingNeckBling + entities: + - uid: 96 + components: + - type: Transform + pos: -1.5397658,-1.2765735 + parent: 2 +- proto: ClothingNeckCloakGoliathCloak + entities: + - uid: 12386 + components: + - type: Transform + pos: 20.545477,-319.41248 + parent: 2 +- proto: ClothingNeckCloakMoth + entities: + - uid: 4222 + components: + - type: Transform + pos: -7.7756677,-121.72427 + parent: 2 +- proto: ClothingNeckHeadphones + entities: + - uid: 882 + components: + - type: Transform + pos: -1.4138944,-29.279722 + parent: 2 +- proto: ClothingNeckScarfStripedZebra + entities: + - uid: 2039 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.379782,-122.33475 + parent: 2 +- proto: ClothingNeckStoleChaplain + entities: + - uid: 2674 + components: + - type: Transform + pos: 6.5223746,-143.07793 + parent: 2 +- proto: ClothingNeckTieSci + entities: + - uid: 15097 + components: + - type: Transform + pos: 10.437636,-200.83151 + parent: 2 +- proto: ClothingOuterSuitAtmosFire + entities: + - uid: 17061 + components: + - type: Transform + parent: 17056 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingOuterSuitShrineMaiden + entities: + - uid: 2670 + components: + - type: Transform + pos: 2.4225328,-143.14482 + parent: 2 +- proto: ClothingOuterVestWebMerc + entities: + - uid: 1997 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.631872,-168.41014 + parent: 2 +- proto: ClothingOuterWinterMime + entities: + - uid: 11286 + components: + - type: Transform + parent: 2019 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingOuterWinterWarden + entities: + - uid: 12713 + components: + - type: Transform + pos: -0.49978608,-365.77002 + parent: 2 +- proto: ClothingShoesBootsCowboyBrown + entities: + - uid: 6274 + components: + - type: Transform + pos: -2.9131222,-148.72287 + parent: 2 +- proto: ClothingShoesBootsCowboyWhite + entities: + - uid: 15162 + components: + - type: Transform + pos: 8.722098,-120.734985 + parent: 2 +- proto: ClothingShoesBootsMag + entities: + - uid: 405 + components: + - type: Transform + pos: 4.373787,2.6813912 + parent: 2 + - uid: 406 + components: + - type: Transform + pos: 4.592537,2.4938912 + parent: 2 + - uid: 9015 + components: + - type: Transform + pos: -6.54561,-283.5363 + parent: 2 + - uid: 15177 + components: + - type: Transform + pos: 9.228257,-119.26196 + parent: 2 + - uid: 15178 + components: + - type: Transform + pos: 9.262002,-119.56557 + parent: 2 + - uid: 16886 + components: + - type: Transform + pos: -13.328746,-257.19727 + parent: 2 + - uid: 16888 + components: + - type: Transform + pos: -13.328746,-257.19727 + parent: 2 + - uid: 16889 + components: + - type: Transform + pos: -13.328746,-257.19727 + parent: 2 +- proto: ClothingShoesBootsMercFilled + entities: + - uid: 8399 + components: + - type: Transform + pos: 7.4738736,-160.36284 + parent: 2 +- proto: ClothingShoesClown + entities: + - uid: 10092 + components: + - type: Transform + parent: 2003 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingUniformJumpskirtJanimaidmini + entities: + - uid: 2878 + components: + - type: Transform + pos: -4.636336,-20.392185 + parent: 2 +- proto: ClothingUniformJumpsuitChiefEngineerSyndie + entities: + - uid: 734 + components: + - type: Transform + pos: -2.5118494,-45.422665 + parent: 2 +- proto: ClothingUniformJumpsuitMercenary + entities: + - uid: 9097 + components: + - type: Transform + pos: 13.563655,-161.57042 + parent: 2 +- proto: ClothingUniformJumpsuitMime + entities: + - uid: 11288 + components: + - type: Transform + parent: 2019 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: Cobweb1 + entities: + - uid: 1110 + components: + - type: Transform + pos: 5.5,-26.5 + parent: 2 + - uid: 1632 + components: + - type: Transform + pos: 4.5,-66.5 + parent: 2 + - uid: 1638 + components: + - type: Transform + pos: 3.5,-71.5 + parent: 2 + - uid: 14374 + components: + - type: Transform + pos: 13.5,-60.5 + parent: 2 +- proto: Cobweb2 + entities: + - uid: 437 + components: + - type: Transform + pos: -2.5,-16.5 + parent: 2 + - uid: 1635 + components: + - type: Transform + pos: 7.5,-68.5 + parent: 2 + - uid: 1636 + components: + - type: Transform + pos: 7.5,-55.5 + parent: 2 + - uid: 1637 + components: + - type: Transform + pos: -2.5,-53.5 + parent: 2 + - uid: 9030 + components: + - type: Transform + pos: 1.5,-262.5 + parent: 2 + - uid: 9031 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-287.5 + parent: 2 + - uid: 9032 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-287.5 + parent: 2 + - uid: 14379 + components: + - type: Transform + pos: 17.5,-60.5 + parent: 2 + - uid: 14773 + components: + - type: Transform + pos: 6.5,-28.5 + parent: 2 +- proto: ComfyChair + entities: + - uid: 309 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-10.5 + parent: 2 + - uid: 2208 + components: + - type: Transform + pos: -0.5,-121.5 + parent: 2 + - uid: 4143 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-358.5 + parent: 2 + - uid: 11763 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-358.5 + parent: 2 + - uid: 13452 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-37.5 + parent: 2 + - uid: 15028 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-133.5 + parent: 2 + - uid: 15029 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-134.5 + parent: 2 +- proto: CommsComputerCircuitboard + entities: + - uid: 11637 + components: + - type: Transform + pos: -3.4686394,-6.979798 + parent: 2 +- proto: ComputerAlert + entities: + - uid: 1156 + components: + - type: Transform + pos: -5.5,-334.5 + parent: 2 +- proto: ComputerAnalysisConsole + entities: + - uid: 12118 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-316.5 + parent: 2 +- proto: computerBodyScanner + entities: + - uid: 4603 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-203.5 + parent: 2 +- proto: ComputerBroken + entities: + - uid: 9695 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-307.5 + parent: 2 +- proto: ComputerCargoBounty + entities: + - uid: 8497 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-273.5 + parent: 2 +- proto: ComputerCargoOrders + entities: + - uid: 9025 + components: + - type: Transform + pos: 3.5,-276.5 + parent: 2 +- proto: ComputerCargoShuttle + entities: + - uid: 9026 + components: + - type: Transform + pos: 2.5,-276.5 + parent: 2 +- proto: ComputerComms + entities: + - uid: 54 + components: + - type: Transform + pos: 0.5,3.5 + parent: 2 +- proto: ComputerCrewMonitoring + entities: + - uid: 50 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,0.5 + parent: 2 + - uid: 8408 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-166.5 + parent: 2 +- proto: ComputerCriminalRecords + entities: + - uid: 14300 + components: + - type: Transform + pos: -6.5,-335.5 + parent: 2 + - uid: 14804 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-72.5 + parent: 2 +- proto: ComputerFrame + entities: + - uid: 9394 + components: + - type: Transform + pos: 1.5,-196.5 + parent: 2 +- proto: ComputerId + entities: + - uid: 395 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-10.5 + parent: 2 + - uid: 9514 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-121.5 + parent: 2 +- proto: ComputerMassMedia + entities: + - uid: 9638 + components: + - type: Transform + pos: 21.5,-297.5 + parent: 2 +- proto: ComputerMedicalRecords + entities: + - uid: 7837 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-166.5 + parent: 2 +- proto: ComputerPowerMonitoring + entities: + - uid: 49 + components: + - type: Transform + pos: -1.5,2.5 + parent: 2 + - uid: 5425 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-231.5 + parent: 2 + - uid: 5461 + components: + - type: Transform + pos: -3.5,-218.5 + parent: 2 + - uid: 6750 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-254.5 + parent: 2 + - uid: 8182 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-252.5 + parent: 2 + - uid: 9702 + components: + - type: Transform + pos: 23.5,-309.5 + parent: 2 +- proto: ComputerRadar + entities: + - uid: 52 + components: + - type: Transform + pos: 2.5,2.5 + parent: 2 +- proto: ComputerResearchAndDevelopment + entities: + - uid: 9826 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-301.5 + parent: 2 + - uid: 10033 + components: + - type: Transform + pos: -2.5,-300.5 + parent: 2 + - uid: 10037 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-316.5 + parent: 2 +- proto: ComputerSalvageExpedition + entities: + - uid: 8873 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-274.5 + parent: 2 +- proto: ComputerShuttleCargo + entities: + - uid: 9022 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-279.5 + parent: 2 +- proto: ComputerShuttleSalvage + entities: + - uid: 8890 + components: + - type: Transform + pos: -5.5,-270.5 + parent: 2 +- proto: ComputerSolarControl + entities: + - uid: 4912 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-231.5 + parent: 2 + - uid: 5462 + components: + - type: Transform + pos: -2.5,-218.5 + parent: 2 +- proto: ComputerStationRecords + entities: + - uid: 9396 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,0.5 + parent: 2 + - uid: 10709 + components: + - type: Transform + pos: -3.5,-70.5 + parent: 2 + - uid: 15750 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-364.5 + parent: 2 +- proto: ComputerSurveillanceCameraMonitor + entities: + - uid: 1172 + components: + - type: Transform + pos: -4.5,-334.5 + parent: 2 + - uid: 9682 + components: + - type: Transform + pos: 23.5,-315.5 + parent: 2 + - uid: 14805 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-71.5 + parent: 2 +- proto: ComputerTelevision + entities: + - uid: 12694 + components: + - type: Transform + pos: -2.5,-61.5 + parent: 2 +- proto: ContainmentFieldGenerator + entities: + - uid: 5182 + components: + - type: Transform + pos: 23.5,-255.5 + parent: 2 + - uid: 6652 + components: + - type: Transform + pos: 31.5,-255.5 + parent: 2 + - uid: 7449 + components: + - type: Transform + pos: 19.5,-243.5 + parent: 2 + - uid: 7771 + components: + - type: Transform + pos: 19.5,-242.5 + parent: 2 +- proto: ContrabassInstrument + entities: + - uid: 14363 + components: + - type: Transform + pos: 13.5,-62.5 + parent: 2 +- proto: ConveyorBelt + entities: + - uid: 4899 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-219.5 + parent: 2 + - type: DeviceLinkSink + links: + - 7621 + - uid: 5450 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-217.5 + parent: 2 + - type: DeviceLinkSink + links: + - 7621 + - uid: 6589 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-220.5 + parent: 2 + - type: DeviceLinkSink + links: + - 7621 + - uid: 7620 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-216.5 + parent: 2 + - type: DeviceLinkSink + links: + - 7621 + - uid: 7644 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-221.5 + parent: 2 + - type: DeviceLinkSink + links: + - 7621 + - uid: 7715 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-218.5 + parent: 2 + - type: DeviceLinkSink + links: + - 7621 + - uid: 8990 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-281.5 + parent: 2 + - type: DeviceLinkSink + links: + - 9006 + - uid: 8991 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-281.5 + parent: 2 + - type: DeviceLinkSink + links: + - 9006 + - uid: 8992 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-281.5 + parent: 2 + - type: DeviceLinkSink + links: + - 9006 + - uid: 8993 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-277.5 + parent: 2 + - type: DeviceLinkSink + links: + - 9007 + - uid: 8994 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-277.5 + parent: 2 + - type: DeviceLinkSink + links: + - 9007 + - uid: 8995 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-277.5 + parent: 2 + - type: DeviceLinkSink + links: + - 9007 + - uid: 8996 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-281.5 + parent: 2 + - type: DeviceLinkSink + links: + - 9006 + - uid: 8997 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-277.5 + parent: 2 + - type: DeviceLinkSink + links: + - 9007 +- proto: CowToolboxFilled + entities: + - uid: 5403 + components: + - type: Transform + pos: -2.6682575,-263.44592 + parent: 2 +- proto: CrateArtifactContainer + entities: + - uid: 9825 + components: + - type: Transform + pos: -2.5,-320.5 + parent: 2 +- proto: CrateEngineeringAMEControl + entities: + - uid: 6862 + components: + - type: Transform + pos: 20.5,-251.5 + parent: 2 +- proto: CrateEngineeringAMEJar + entities: + - uid: 8514 + components: + - type: Transform + pos: 20.5,-253.5 + parent: 2 +- proto: CrateEngineeringAMEShielding + entities: + - uid: 8630 + components: + - type: Transform + pos: 20.5,-252.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14673 + moles: + - 1.7459903 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 8631 + - 8633 + - 8634 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: CrateEngineeringCableHV + entities: + - uid: 4903 + components: + - type: Transform + pos: -2.5,-231.5 + parent: 2 +- proto: CrateFilledSpawner + entities: + - uid: 2995 + components: + - type: Transform + pos: 6.5,-278.5 + parent: 2 + - uid: 14094 + components: + - type: Transform + pos: 1.5,-278.5 + parent: 2 + - uid: 14095 + components: + - type: Transform + pos: 1.5,-280.5 + parent: 2 + - uid: 14096 + components: + - type: Transform + pos: 2.5,-280.5 + parent: 2 +- proto: CrateFreezer + entities: + - uid: 1940 + components: + - type: Transform + pos: -4.5,-93.5 + parent: 2 + - uid: 7212 + components: + - type: Transform + pos: -0.5,-203.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 93.465614 + moles: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 7213 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: CrateFunPirate + entities: + - uid: 14570 + components: + - type: Transform + pos: -11.5,-299.5 + parent: 2 +- proto: CrateMedicalSecure + entities: + - uid: 3241 + components: + - type: Transform + pos: -1.5,-177.5 + parent: 2 +- proto: CrateMedicalSurgery + entities: + - uid: 6779 + components: + - type: Transform + pos: -14.5,-168.5 + parent: 2 +- proto: CrateNPCHamlet + entities: + - uid: 209 + components: + - type: Transform + pos: 6.5,-10.5 + parent: 2 +- proto: CratePlasma + entities: + - uid: 9038 + components: + - type: Transform + pos: 6.5,-274.5 + parent: 2 +- proto: CrateSecure + entities: + - uid: 12773 + components: + - type: Transform + pos: -4.5,-355.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14673 + moles: + - 1.7459903 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 12774 + - 12775 + - 12776 + - 12777 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: CrateServiceBureaucracy + entities: + - uid: 9069 + components: + - type: Transform + pos: 6.5,-270.5 + parent: 2 +- proto: CrateServiceJanitorialSupplies + entities: + - uid: 1066 + components: + - type: Transform + pos: -3.5,-55.5 + parent: 2 +- proto: CrateSurgery + entities: + - uid: 7210 + components: + - type: Transform + pos: 3.5,-200.5 + parent: 2 +- proto: CrateTrashCart + entities: + - uid: 7622 + components: + - type: Transform + pos: 5.5,-220.5 + parent: 2 +- proto: CrateTrashCartFilled + entities: + - uid: 5451 + components: + - type: Transform + pos: 5.5,-218.5 + parent: 2 +- proto: CrateTrashCartJani + entities: + - uid: 10864 + components: + - type: Transform + pos: -0.5,-55.5 + parent: 2 +- proto: CrayonBox + entities: + - uid: 14730 + components: + - type: Transform + pos: -6.0386314,-189.32039 + parent: 2 +- proto: CrayonMime + entities: + - uid: 11491 + components: + - type: Transform + parent: 2019 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: Crematorium + entities: + - uid: 2692 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-139.5 + parent: 2 +- proto: CrewMonitoringServer + entities: + - uid: 8598 + components: + - type: Transform + pos: 23.5,-317.5 + parent: 2 +- proto: CriminalRecordsComputerCircuitboard + entities: + - uid: 11646 + components: + - type: Transform + pos: -3.457391,-7.452061 + parent: 2 +- proto: Crowbar + entities: + - uid: 12231 + components: + - type: Transform + pos: 15.588418,-247.49165 + parent: 2 +- proto: CrowbarRed + entities: + - uid: 867 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.447252,-148.35458 + parent: 2 + - uid: 5020 + components: + - type: Transform + pos: 7.5092626,-245.4333 + parent: 2 + - uid: 14645 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5097127,-260.45267 + parent: 2 + - uid: 14646 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.4304724,-260.42627 + parent: 2 + - uid: 14649 + components: + - type: Transform + pos: 7.6104946,-245.51202 + parent: 2 + - uid: 15266 + components: + - type: Transform + pos: 7.734223,-245.60197 + parent: 2 +- proto: CryogenicSleepUnit + entities: + - uid: 1831 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-110.5 + parent: 2 + - uid: 1987 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-109.5 + parent: 2 + - uid: 1988 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-107.5 + parent: 2 + - uid: 2075 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-108.5 + parent: 2 + - uid: 10929 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-373.5 + parent: 2 +- proto: CryogenicSleepUnitSpawner + entities: + - uid: 1205 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-109.5 + parent: 2 +- proto: CryogenicSleepUnitSpawnerLateJoin + entities: + - uid: 1242 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-108.5 + parent: 2 +- proto: CryoPod + entities: + - uid: 16491 + components: + - type: Transform + pos: -3.5,-169.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: CryoxadoneBeakerSmall + entities: + - uid: 11894 + components: + - type: Transform + pos: -1.7246923,-168.03389 + parent: 2 + - uid: 17003 + components: + - type: Transform + pos: -1.196425,-168.50917 + parent: 2 +- proto: CrystalBlue + entities: + - uid: 6833 + components: + - type: Transform + pos: 23.5,-258.5 + parent: 2 + - uid: 7568 + components: + - type: Transform + pos: 29.5,-264.5 + parent: 2 + - uid: 16501 + components: + - type: Transform + pos: -11.5,-163.5 + parent: 2 +- proto: CrystalCyan + entities: + - uid: 5677 + components: + - type: Transform + pos: 2.5,-141.5 + parent: 2 + - uid: 5685 + components: + - type: Transform + pos: 6.5,-141.5 + parent: 2 + - uid: 6836 + components: + - type: Transform + pos: 30.5,-258.5 + parent: 2 + - uid: 6837 + components: + - type: Transform + pos: 27.5,-255.5 + parent: 2 + - uid: 7570 + components: + - type: Transform + pos: 24.5,-261.5 + parent: 2 + - uid: 16504 + components: + - type: Transform + pos: -12.5,-161.5 + parent: 2 + - uid: 16529 + components: + - type: Transform + pos: -14.5,-166.5 + parent: 2 +- proto: CrystalGreen + entities: + - uid: 7233 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-144.5 + parent: 2 + - uid: 7247 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-149.5 + parent: 2 + - uid: 7248 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-147.5 + parent: 2 + - uid: 7250 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-145.5 + parent: 2 + - uid: 7313 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-153.5 + parent: 2 + - uid: 7416 + components: + - type: Transform + pos: 17.5,-163.5 + parent: 2 +- proto: CyborgEndoskeleton + entities: + - uid: 9949 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.3038316,-313.34412 + parent: 2 +- proto: d20Dice + entities: + - uid: 14461 + components: + - type: Transform + pos: 17.02164,-78.62984 + parent: 2 +- proto: d4Dice + entities: + - uid: 14634 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.291989,-256.2544 + parent: 2 +- proto: Dart + entities: + - uid: 2207 + components: + - type: Transform + rot: 0.09166564047336578 rad + pos: 2.1532936,-32.028313 + parent: 2 +- proto: DefaultStationBeaconAISatellite + entities: + - uid: 11450 + components: + - type: Transform + pos: 22.5,-307.5 + parent: 2 +- proto: DefaultStationBeaconAME + entities: + - uid: 13472 + components: + - type: Transform + pos: 18.5,-252.5 + parent: 2 +- proto: DefaultStationBeaconAnomalyGenerator + entities: + - uid: 11458 + components: + - type: Transform + pos: 5.5,-301.5 + parent: 2 +- proto: DefaultStationBeaconArmory + entities: + - uid: 11455 + components: + - type: Transform + pos: 5.5,-340.5 + parent: 2 +- proto: DefaultStationBeaconArrivals + entities: + - uid: 11459 + components: + - type: Transform + pos: 6.5,-40.5 + parent: 2 +- proto: DefaultStationBeaconArtifactLab + entities: + - uid: 11460 + components: + - type: Transform + pos: -6.5,-315.5 + parent: 2 +- proto: DefaultStationBeaconBar + entities: + - uid: 11461 + components: + - type: Transform + pos: -0.5,-63.5 + parent: 2 +- proto: DefaultStationBeaconBotany + entities: + - uid: 11462 + components: + - type: Transform + pos: -6.5,-86.5 + parent: 2 +- proto: DefaultStationBeaconBridge + entities: + - uid: 11466 + components: + - type: Transform + pos: 0.5,1.5 + parent: 2 +- proto: DefaultStationBeaconBrig + entities: + - uid: 11463 + components: + - type: Transform + pos: -2.5,-338.5 + parent: 2 +- proto: DefaultStationBeaconCaptainsQuarters + entities: + - uid: 11476 + components: + - type: Transform + pos: -2.5,-14.5 + parent: 2 +- proto: DefaultStationBeaconCargoBay + entities: + - uid: 11479 + components: + - type: Transform + pos: 7.5,-279.5 + parent: 2 +- proto: DefaultStationBeaconCargoReception + entities: + - uid: 11480 + components: + - type: Transform + pos: 4.5,-272.5 + parent: 2 +- proto: DefaultStationBeaconCERoom + entities: + - uid: 13992 + components: + - type: Transform + pos: 10.5,-252.5 + parent: 2 +- proto: DefaultStationBeaconChapel + entities: + - uid: 11481 + components: + - type: Transform + pos: 4.5,-142.5 + parent: 2 +- proto: DefaultStationBeaconChemistry + entities: + - uid: 11482 + components: + - type: Transform + pos: 6.5,-167.5 + parent: 2 +- proto: DefaultStationBeaconCMORoom + entities: + - uid: 7944 + components: + - type: Transform + pos: 4.5,-180.5 + parent: 2 +- proto: DefaultStationBeaconCryonics + entities: + - uid: 8934 + components: + - type: Transform + pos: 4.5,-179.5 + parent: 2 + - uid: 16494 + components: + - type: Transform + pos: -2.5,-169.5 + parent: 2 +- proto: DefaultStationBeaconCryosleep + entities: + - uid: 11465 + components: + - type: Transform + pos: -7.5,-108.5 + parent: 2 +- proto: DefaultStationBeaconDetectiveRoom + entities: + - uid: 11492 + components: + - type: Transform + pos: -5.5,-72.5 + parent: 2 +- proto: DefaultStationBeaconDorms + entities: + - uid: 11493 + components: + - type: Transform + pos: -7.5,-117.5 + parent: 2 +- proto: DefaultStationBeaconEngineering + entities: + - uid: 7431 + components: + - type: Transform + pos: 3.5,-252.5 + parent: 2 +- proto: DefaultStationBeaconEvac + entities: + - uid: 11329 + components: + - type: Transform + pos: -4.5,-30.5 + parent: 2 +- proto: DefaultStationBeaconEVAStorage + entities: + - uid: 11494 + components: + - type: Transform + pos: 8.5,-114.5 + parent: 2 +- proto: DefaultStationBeaconGravGen + entities: + - uid: 7434 + components: + - type: Transform + pos: 18.5,-264.5 + parent: 2 +- proto: DefaultStationBeaconHOPOffice + entities: + - uid: 11499 + components: + - type: Transform + pos: 0.5,-119.5 + parent: 2 +- proto: DefaultStationBeaconHOSRoom + entities: + - uid: 11500 + components: + - type: Transform + pos: -3.5,-345.5 + parent: 2 +- proto: DefaultStationBeaconJanitorsCloset + entities: + - uid: 11501 + components: + - type: Transform + pos: -4.5,-54.5 + parent: 2 +- proto: DefaultStationBeaconKitchen + entities: + - uid: 11502 + components: + - type: Transform + pos: 0.5,-88.5 + parent: 2 +- proto: DefaultStationBeaconLawOffice + entities: + - uid: 11503 + components: + - type: Transform + pos: 5.5,-330.5 + parent: 2 +- proto: DefaultStationBeaconLibrary + entities: + - uid: 11508 + components: + - type: Transform + pos: -4.5,-144.5 + parent: 2 +- proto: DefaultStationBeaconMedical + entities: + - uid: 11510 + components: + - type: Transform + pos: 4.5,-173.5 + parent: 2 +- proto: DefaultStationBeaconMorgue + entities: + - uid: 11511 + components: + - type: Transform + pos: -3.5,-173.5 + parent: 2 +- proto: DefaultStationBeaconPermaBrig + entities: + - uid: 11512 + components: + - type: Transform + pos: 0.5,-372.5 + parent: 2 +- proto: DefaultStationBeaconPowerBank + entities: + - uid: 7432 + components: + - type: Transform + pos: 14.5,-252.5 + parent: 2 +- proto: DefaultStationBeaconQMRoom + entities: + - uid: 11513 + components: + - type: Transform + pos: 5.5,-285.5 + parent: 2 +- proto: DefaultStationBeaconRDRoom + entities: + - uid: 11514 + components: + - type: Transform + pos: -9.5,-303.5 + parent: 2 +- proto: DefaultStationBeaconSalvage + entities: + - uid: 11464 + components: + - type: Transform + pos: -5.5,-272.5 + parent: 2 +- proto: DefaultStationBeaconScience + entities: + - uid: 11515 + components: + - type: Transform + pos: 0.5,-307.5 + parent: 2 +- proto: DefaultStationBeaconSolars + entities: + - uid: 11516 + components: + - type: Transform + pos: -9.5,-225.5 + parent: 2 + - uid: 11518 + components: + - type: Transform + pos: 10.5,-225.5 + parent: 2 +- proto: DefaultStationBeaconSurgery + entities: + - uid: 11520 + components: + - type: Transform + pos: 1.5,-201.5 + parent: 2 +- proto: DefaultStationBeaconTechVault + entities: + - uid: 11531 + components: + - type: Transform + pos: -2.5,-6.5 + parent: 2 +- proto: DefaultStationBeaconTelecoms + entities: + - uid: 11523 + components: + - type: Transform + pos: 22.5,-298.5 + parent: 2 +- proto: DefaultStationBeaconWardensOffice + entities: + - uid: 11526 + components: + - type: Transform + pos: 0.5,-364.5 + parent: 2 +- proto: Defibrillator + entities: + - uid: 12338 + components: + - type: Transform + pos: 3.2889383,-173.42052 + parent: 2 + - uid: 12339 + components: + - type: Transform + pos: 3.037785,-199.52203 + parent: 2 +- proto: DefibrillatorCabinetFilled + entities: + - uid: 3719 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-177.5 + parent: 2 + - uid: 3720 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-195.5 + parent: 2 + - uid: 4181 + components: + - type: Transform + pos: 3.5,-170.5 + parent: 2 + - uid: 11234 + components: + - type: Transform + pos: -4.5,-359.5 + parent: 2 +- proto: DeployableBarrier + entities: + - uid: 1844 + components: + - type: Transform + pos: 4.5,-336.5 + parent: 2 + - uid: 10834 + components: + - type: Transform + pos: 4.5,-337.5 + parent: 2 + - uid: 13044 + components: + - type: Transform + pos: 4.5,-335.5 + parent: 2 +- proto: DeskBell + entities: + - uid: 2271 + components: + - type: Transform + pos: -0.2976312,-122.56093 + parent: 2 + - uid: 3103 + components: + - type: Transform + pos: 2.5791457,-168.03862 + parent: 2 + - uid: 6647 + components: + - type: Transform + pos: 1.5176499,-250.74234 + parent: 2 + - uid: 9051 + components: + - type: Transform + pos: 2.3718603,-272.5842 + parent: 2 +- proto: DiseaseDiagnoser + entities: + - uid: 929 + components: + - type: Transform + pos: -4.5,-193.5 + parent: 2 +- proto: DiseaseSwab + entities: + - uid: 3919 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.6241307,-198.50377 + parent: 2 +- proto: DisposalBend + entities: + - uid: 4175 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-287.5 + parent: 2 + - uid: 5140 + components: + - type: Transform + pos: 4.5,-9.5 + parent: 2 + - uid: 5402 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-11.5 + parent: 2 + - uid: 7781 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-287.5 + parent: 2 + - uid: 7992 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-250.5 + parent: 2 + - uid: 8105 + components: + - type: Transform + pos: 2.5,-247.5 + parent: 2 + - uid: 8241 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,-308.5 + parent: 2 + - uid: 8485 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-304.5 + parent: 2 + - uid: 8773 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-304.5 + parent: 2 + - uid: 9422 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-337.5 + parent: 2 + - uid: 9873 + components: + - type: Transform + pos: -9.5,-194.5 + parent: 2 + - uid: 9874 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-190.5 + parent: 2 + - uid: 10066 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-194.5 + parent: 2 + - uid: 12837 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-9.5 + parent: 2 + - uid: 13504 + components: + - type: Transform + pos: 1.5,-10.5 + parent: 2 + - uid: 13506 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-10.5 + parent: 2 + - uid: 13767 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-149.5 + parent: 2 + - uid: 13787 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-140.5 + parent: 2 + - uid: 14036 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-285.5 + parent: 2 + - uid: 14220 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-340.5 + parent: 2 + - uid: 14221 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-340.5 + parent: 2 + - uid: 14331 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-339.5 + parent: 2 + - uid: 15308 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-4.5 + parent: 2 + - uid: 15450 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-125.5 + parent: 2 + - uid: 15550 + components: + - type: Transform + pos: 3.5,-206.5 + parent: 2 + - uid: 15565 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-356.5 + parent: 2 + - uid: 15656 + components: + - type: Transform + pos: 0.5,-286.5 + parent: 2 + - uid: 15657 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-286.5 + parent: 2 + - uid: 15658 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-284.5 + parent: 2 + - uid: 15672 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-274.5 + parent: 2 + - uid: 15675 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-274.5 + parent: 2 + - uid: 15744 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-221.5 + parent: 2 + - uid: 15745 + components: + - type: Transform + pos: 3.5,-219.5 + parent: 2 + - uid: 17033 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,-259.5 + parent: 2 +- proto: DisposalJunction + entities: + - uid: 9420 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-337.5 + parent: 2 + - uid: 15337 + components: + - type: Transform + pos: 0.5,-32.5 + parent: 2 + - uid: 15449 + components: + - type: Transform + pos: 0.5,-125.5 + parent: 2 + - uid: 15479 + components: + - type: Transform + pos: 0.5,-150.5 + parent: 2 + - uid: 15492 + components: + - type: Transform + pos: 0.5,-162.5 + parent: 2 + - uid: 15610 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-316.5 + parent: 2 + - uid: 15620 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-308.5 + parent: 2 + - uid: 15679 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-270.5 + parent: 2 + - uid: 15696 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-255.5 + parent: 2 +- proto: DisposalJunctionFlipped + entities: + - uid: 6769 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-259.5 + parent: 2 + - uid: 15336 + components: + - type: Transform + pos: 0.5,-37.5 + parent: 2 + - uid: 15368 + components: + - type: Transform + pos: 0.5,-56.5 + parent: 2 + - uid: 15369 + components: + - type: Transform + pos: 0.5,-69.5 + parent: 2 + - uid: 15399 + components: + - type: Transform + pos: 0.5,-84.5 + parent: 2 + - uid: 15413 + components: + - type: Transform + pos: 0.5,-97.5 + parent: 2 + - uid: 15432 + components: + - type: Transform + pos: 0.5,-108.5 + parent: 2 + - uid: 15513 + components: + - type: Transform + pos: 0.5,-179.5 + parent: 2 + - uid: 15523 + components: + - type: Transform + pos: 0.5,-189.5 + parent: 2 + - uid: 15547 + components: + - type: Transform + pos: 0.5,-206.5 + parent: 2 + - uid: 15662 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-284.5 + parent: 2 +- proto: DisposalPipe + entities: + - uid: 1095 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-283.5 + parent: 2 + - uid: 1499 + components: + - type: Transform + pos: -9.5,-219.5 + parent: 2 + - uid: 1519 + components: + - type: Transform + pos: -9.5,-202.5 + parent: 2 + - uid: 1573 + components: + - type: Transform + pos: -9.5,-203.5 + parent: 2 + - uid: 1614 + components: + - type: Transform + pos: -9.5,-205.5 + parent: 2 + - uid: 2153 + components: + - type: Transform + pos: 1.5,-278.5 + parent: 2 + - uid: 2167 + components: + - type: Transform + pos: 1.5,-280.5 + parent: 2 + - uid: 2257 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-282.5 + parent: 2 + - uid: 2574 + components: + - type: Transform + pos: -0.5,-247.5 + parent: 2 + - uid: 2733 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-275.5 + parent: 2 + - uid: 3069 + components: + - type: Transform + pos: 15.5,-96.5 + parent: 2 + - uid: 3070 + components: + - type: Transform + pos: 15.5,-115.5 + parent: 2 + - uid: 3096 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-276.5 + parent: 2 + - uid: 3394 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-274.5 + parent: 2 + - uid: 3695 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-284.5 + parent: 2 + - uid: 4174 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-9.5 + parent: 2 + - uid: 4178 + components: + - type: Transform + pos: 15.5,-114.5 + parent: 2 + - uid: 4526 + components: + - type: Transform + pos: 2.5,-10.5 + parent: 2 + - uid: 5022 + components: + - type: Transform + pos: -0.5,-248.5 + parent: 2 + - uid: 5023 + components: + - type: Transform + pos: -0.5,-249.5 + parent: 2 + - uid: 5025 + components: + - type: Transform + pos: -0.5,-250.5 + parent: 2 + - uid: 5027 + components: + - type: Transform + pos: -0.5,-251.5 + parent: 2 + - uid: 5081 + components: + - type: Transform + pos: -0.5,-243.5 + parent: 2 + - uid: 5087 + components: + - type: Transform + pos: -0.5,-244.5 + parent: 2 + - uid: 5173 + components: + - type: Transform + pos: -0.5,-245.5 + parent: 2 + - uid: 5177 + components: + - type: Transform + pos: -0.5,-246.5 + parent: 2 + - uid: 5356 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-341.5 + parent: 2 + - uid: 5357 + components: + - type: Transform + pos: -0.5,-252.5 + parent: 2 + - uid: 6641 + components: + - type: Transform + pos: 1.5,-281.5 + parent: 2 + - uid: 6668 + components: + - type: Transform + pos: 15.5,-136.5 + parent: 2 + - uid: 6669 + components: + - type: Transform + pos: 15.5,-119.5 + parent: 2 + - uid: 6749 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-339.5 + parent: 2 + - uid: 6767 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-244.5 + parent: 2 + - uid: 6768 + components: + - type: Transform + pos: -0.5,-260.5 + parent: 2 + - uid: 6772 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-246.5 + parent: 2 + - uid: 6773 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-245.5 + parent: 2 + - uid: 6787 + components: + - type: Transform + pos: -0.5,-253.5 + parent: 2 + - uid: 6788 + components: + - type: Transform + pos: -0.5,-254.5 + parent: 2 + - uid: 6789 + components: + - type: Transform + pos: -0.5,-259.5 + parent: 2 + - uid: 6790 + components: + - type: Transform + pos: -0.5,-255.5 + parent: 2 + - uid: 6791 + components: + - type: Transform + pos: -0.5,-256.5 + parent: 2 + - uid: 6792 + components: + - type: Transform + pos: -0.5,-257.5 + parent: 2 + - uid: 6793 + components: + - type: Transform + pos: -0.5,-258.5 + parent: 2 + - uid: 6817 + components: + - type: Transform + pos: 15.5,-117.5 + parent: 2 + - uid: 6818 + components: + - type: Transform + pos: 15.5,-128.5 + parent: 2 + - uid: 6884 + components: + - type: Transform + pos: 15.5,-130.5 + parent: 2 + - uid: 6885 + components: + - type: Transform + pos: 15.5,-131.5 + parent: 2 + - uid: 7421 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-295.5 + parent: 2 + - uid: 7422 + components: + - type: Transform + pos: -9.5,-228.5 + parent: 2 + - uid: 7424 + components: + - type: Transform + pos: -9.5,-229.5 + parent: 2 + - uid: 7425 + components: + - type: Transform + pos: -9.5,-230.5 + parent: 2 + - uid: 7426 + components: + - type: Transform + pos: -9.5,-232.5 + parent: 2 + - uid: 7446 + components: + - type: Transform + pos: 15.5,-129.5 + parent: 2 + - uid: 7447 + components: + - type: Transform + pos: 15.5,-135.5 + parent: 2 + - uid: 7456 + components: + - type: Transform + pos: 15.5,-134.5 + parent: 2 + - uid: 7465 + components: + - type: Transform + pos: -9.5,-252.5 + parent: 2 + - uid: 7468 + components: + - type: Transform + pos: -9.5,-238.5 + parent: 2 + - uid: 7469 + components: + - type: Transform + pos: -9.5,-249.5 + parent: 2 + - uid: 7470 + components: + - type: Transform + pos: -9.5,-243.5 + parent: 2 + - uid: 7471 + components: + - type: Transform + pos: -9.5,-257.5 + parent: 2 + - uid: 7472 + components: + - type: Transform + pos: -9.5,-260.5 + parent: 2 + - uid: 7473 + components: + - type: Transform + pos: -9.5,-231.5 + parent: 2 + - uid: 7474 + components: + - type: Transform + pos: -9.5,-233.5 + parent: 2 + - uid: 7480 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-298.5 + parent: 2 + - uid: 7486 + components: + - type: Transform + pos: 15.5,-116.5 + parent: 2 + - uid: 7505 + components: + - type: Transform + pos: 15.5,-133.5 + parent: 2 + - uid: 7772 + components: + - type: Transform + pos: -9.5,-227.5 + parent: 2 + - uid: 7785 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-256.5 + parent: 2 + - uid: 7786 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-257.5 + parent: 2 + - uid: 7830 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-250.5 + parent: 2 + - uid: 7868 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-250.5 + parent: 2 + - uid: 7910 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-255.5 + parent: 2 + - uid: 7946 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-248.5 + parent: 2 + - uid: 7964 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-252.5 + parent: 2 + - uid: 7972 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-258.5 + parent: 2 + - uid: 7977 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-260.5 + parent: 2 + - uid: 7993 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-250.5 + parent: 2 + - uid: 7995 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-250.5 + parent: 2 + - uid: 7996 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-250.5 + parent: 2 + - uid: 7997 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-243.5 + parent: 2 + - uid: 8106 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-250.5 + parent: 2 + - uid: 8109 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-249.5 + parent: 2 + - uid: 8110 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-250.5 + parent: 2 + - uid: 8116 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-249.5 + parent: 2 + - uid: 8218 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-250.5 + parent: 2 + - uid: 8221 + components: + - type: Transform + pos: -9.5,-207.5 + parent: 2 + - uid: 8222 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-308.5 + parent: 2 + - uid: 8223 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-303.5 + parent: 2 + - uid: 8224 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-301.5 + parent: 2 + - uid: 8231 + components: + - type: Transform + pos: -9.5,-279.5 + parent: 2 + - uid: 8233 + components: + - type: Transform + pos: -13.5,-305.5 + parent: 2 + - uid: 8243 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-308.5 + parent: 2 + - uid: 8244 + components: + - type: Transform + pos: 15.5,-86.5 + parent: 2 + - uid: 8245 + components: + - type: Transform + pos: -9.5,-262.5 + parent: 2 + - uid: 8246 + components: + - type: Transform + pos: -9.5,-282.5 + parent: 2 + - uid: 8247 + components: + - type: Transform + pos: -9.5,-266.5 + parent: 2 + - uid: 8251 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-299.5 + parent: 2 + - uid: 8252 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-193.5 + parent: 2 + - uid: 8254 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-190.5 + parent: 2 + - uid: 8257 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-190.5 + parent: 2 + - uid: 8258 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-191.5 + parent: 2 + - uid: 8381 + components: + - type: Transform + pos: -9.5,-245.5 + parent: 2 + - uid: 8396 + components: + - type: Transform + pos: 1.5,-318.5 + parent: 2 + - uid: 8397 + components: + - type: Transform + pos: 15.5,-104.5 + parent: 2 + - uid: 8398 + components: + - type: Transform + pos: 15.5,-110.5 + parent: 2 + - uid: 8400 + components: + - type: Transform + pos: 15.5,-106.5 + parent: 2 + - uid: 8401 + components: + - type: Transform + pos: 15.5,-108.5 + parent: 2 + - uid: 8402 + components: + - type: Transform + pos: 15.5,-105.5 + parent: 2 + - uid: 8403 + components: + - type: Transform + pos: 15.5,-123.5 + parent: 2 + - uid: 8404 + components: + - type: Transform + pos: 15.5,-109.5 + parent: 2 + - uid: 8407 + components: + - type: Transform + pos: -9.5,-244.5 + parent: 2 + - uid: 8426 + components: + - type: Transform + pos: 15.5,-121.5 + parent: 2 + - uid: 8429 + components: + - type: Transform + pos: 15.5,-122.5 + parent: 2 + - uid: 8438 + components: + - type: Transform + pos: 15.5,-111.5 + parent: 2 + - uid: 8453 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-253.5 + parent: 2 + - uid: 8460 + components: + - type: Transform + pos: -9.5,-251.5 + parent: 2 + - uid: 8484 + components: + - type: Transform + pos: 15.5,-99.5 + parent: 2 + - uid: 8486 + components: + - type: Transform + pos: -9.5,-284.5 + parent: 2 + - uid: 8735 + components: + - type: Transform + pos: -9.5,-280.5 + parent: 2 + - uid: 8737 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-302.5 + parent: 2 + - uid: 8739 + components: + - type: Transform + pos: -13.5,-306.5 + parent: 2 + - uid: 8742 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-300.5 + parent: 2 + - uid: 8743 + components: + - type: Transform + pos: -13.5,-307.5 + parent: 2 + - uid: 8771 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-194.5 + parent: 2 + - uid: 8772 + components: + - type: Transform + pos: 15.5,-87.5 + parent: 2 + - uid: 8775 + components: + - type: Transform + pos: -9.5,-204.5 + parent: 2 + - uid: 8776 + components: + - type: Transform + pos: -9.5,-209.5 + parent: 2 + - uid: 8778 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-190.5 + parent: 2 + - uid: 8779 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-190.5 + parent: 2 + - uid: 8782 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-194.5 + parent: 2 + - uid: 8784 + components: + - type: Transform + pos: -9.5,-264.5 + parent: 2 + - uid: 8785 + components: + - type: Transform + pos: -9.5,-267.5 + parent: 2 + - uid: 8800 + components: + - type: Transform + pos: -9.5,-268.5 + parent: 2 + - uid: 8813 + components: + - type: Transform + pos: 15.5,-124.5 + parent: 2 + - uid: 8814 + components: + - type: Transform + pos: 15.5,-127.5 + parent: 2 + - uid: 8817 + components: + - type: Transform + pos: 15.5,-125.5 + parent: 2 + - uid: 8818 + components: + - type: Transform + pos: 15.5,-126.5 + parent: 2 + - uid: 8827 + components: + - type: Transform + pos: 15.5,-118.5 + parent: 2 + - uid: 8828 + components: + - type: Transform + pos: 15.5,-120.5 + parent: 2 + - uid: 8846 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-254.5 + parent: 2 + - uid: 8847 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-250.5 + parent: 2 + - uid: 8848 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-251.5 + parent: 2 + - uid: 8849 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-250.5 + parent: 2 + - uid: 8868 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-259.5 + parent: 2 + - uid: 8869 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-250.5 + parent: 2 + - uid: 8870 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-308.5 + parent: 2 + - uid: 8871 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-308.5 + parent: 2 + - uid: 8882 + components: + - type: Transform + pos: 15.5,-92.5 + parent: 2 + - uid: 8919 + components: + - type: Transform + pos: 15.5,-132.5 + parent: 2 + - uid: 8920 + components: + - type: Transform + pos: -9.5,-275.5 + parent: 2 + - uid: 8935 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-297.5 + parent: 2 + - uid: 8938 + components: + - type: Transform + pos: -9.5,-281.5 + parent: 2 + - uid: 8948 + components: + - type: Transform + pos: -9.5,-248.5 + parent: 2 + - uid: 8949 + components: + - type: Transform + pos: -9.5,-270.5 + parent: 2 + - uid: 8950 + components: + - type: Transform + pos: -9.5,-222.5 + parent: 2 + - uid: 8951 + components: + - type: Transform + pos: -9.5,-255.5 + parent: 2 + - uid: 8952 + components: + - type: Transform + pos: -9.5,-253.5 + parent: 2 + - uid: 8953 + components: + - type: Transform + pos: -9.5,-254.5 + parent: 2 + - uid: 8958 + components: + - type: Transform + pos: -9.5,-256.5 + parent: 2 + - uid: 8959 + components: + - type: Transform + pos: -9.5,-259.5 + parent: 2 + - uid: 8960 + components: + - type: Transform + pos: -9.5,-261.5 + parent: 2 + - uid: 8962 + components: + - type: Transform + pos: -9.5,-247.5 + parent: 2 + - uid: 8963 + components: + - type: Transform + pos: -9.5,-258.5 + parent: 2 + - uid: 8964 + components: + - type: Transform + pos: -9.5,-250.5 + parent: 2 + - uid: 8989 + components: + - type: Transform + pos: 15.5,-113.5 + parent: 2 + - uid: 9037 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-282.5 + parent: 2 + - uid: 9076 + components: + - type: Transform + pos: -9.5,-220.5 + parent: 2 + - uid: 9079 + components: + - type: Transform + pos: 15.5,-93.5 + parent: 2 + - uid: 9093 + components: + - type: Transform + pos: -9.5,-269.5 + parent: 2 + - uid: 9419 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-337.5 + parent: 2 + - uid: 9421 + components: + - type: Transform + pos: 2.5,-336.5 + parent: 2 + - uid: 9803 + components: + - type: Transform + pos: 15.5,-94.5 + parent: 2 + - uid: 9830 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-289.5 + parent: 2 + - uid: 9851 + components: + - type: Transform + pos: -9.5,-283.5 + parent: 2 + - uid: 9867 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-287.5 + parent: 2 + - uid: 9872 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-287.5 + parent: 2 + - uid: 9905 + components: + - type: Transform + pos: 15.5,-101.5 + parent: 2 + - uid: 10074 + components: + - type: Transform + pos: -9.5,-285.5 + parent: 2 + - uid: 10326 + components: + - type: Transform + pos: -9.5,-212.5 + parent: 2 + - uid: 10327 + components: + - type: Transform + pos: -9.5,-210.5 + parent: 2 + - uid: 10331 + components: + - type: Transform + pos: -9.5,-211.5 + parent: 2 + - uid: 10334 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-288.5 + parent: 2 + - uid: 10335 + components: + - type: Transform + pos: -9.5,-217.5 + parent: 2 + - uid: 10344 + components: + - type: Transform + pos: -9.5,-216.5 + parent: 2 + - uid: 10345 + components: + - type: Transform + pos: -9.5,-215.5 + parent: 2 + - uid: 10346 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-290.5 + parent: 2 + - uid: 10347 + components: + - type: Transform + pos: -9.5,-236.5 + parent: 2 + - uid: 10352 + components: + - type: Transform + pos: -9.5,-241.5 + parent: 2 + - uid: 10403 + components: + - type: Transform + pos: 15.5,-100.5 + parent: 2 + - uid: 10404 + components: + - type: Transform + pos: 15.5,-97.5 + parent: 2 + - uid: 10405 + components: + - type: Transform + pos: 15.5,-102.5 + parent: 2 + - uid: 10406 + components: + - type: Transform + pos: 15.5,-103.5 + parent: 2 + - uid: 10528 + components: + - type: Transform + pos: -9.5,-263.5 + parent: 2 + - uid: 10570 + components: + - type: Transform + pos: -9.5,-265.5 + parent: 2 + - uid: 10572 + components: + - type: Transform + pos: -9.5,-276.5 + parent: 2 + - uid: 11454 + components: + - type: Transform + pos: 15.5,-88.5 + parent: 2 + - uid: 11474 + components: + - type: Transform + pos: -9.5,-277.5 + parent: 2 + - uid: 11490 + components: + - type: Transform + pos: -9.5,-278.5 + parent: 2 + - uid: 11495 + components: + - type: Transform + pos: 15.5,-90.5 + parent: 2 + - uid: 11497 + components: + - type: Transform + pos: 15.5,-89.5 + parent: 2 + - uid: 11521 + components: + - type: Transform + pos: 15.5,-95.5 + parent: 2 + - uid: 11525 + components: + - type: Transform + pos: 15.5,-98.5 + parent: 2 + - uid: 11721 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-292.5 + parent: 2 + - uid: 11729 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-293.5 + parent: 2 + - uid: 11737 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-294.5 + parent: 2 + - uid: 11738 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-291.5 + parent: 2 + - uid: 11739 + components: + - type: Transform + pos: -9.5,-225.5 + parent: 2 + - uid: 11743 + components: + - type: Transform + pos: -9.5,-234.5 + parent: 2 + - uid: 11744 + components: + - type: Transform + pos: -9.5,-237.5 + parent: 2 + - uid: 11745 + components: + - type: Transform + pos: -9.5,-239.5 + parent: 2 + - uid: 11794 + components: + - type: Transform + pos: -9.5,-235.5 + parent: 2 + - uid: 11802 + components: + - type: Transform + pos: -9.5,-240.5 + parent: 2 + - uid: 11883 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-296.5 + parent: 2 + - uid: 11987 + components: + - type: Transform + pos: 15.5,-91.5 + parent: 2 + - uid: 11992 + components: + - type: Transform + pos: -9.5,-242.5 + parent: 2 + - uid: 12008 + components: + - type: Transform + pos: -9.5,-208.5 + parent: 2 + - uid: 12115 + components: + - type: Transform + pos: -9.5,-197.5 + parent: 2 + - uid: 12122 + components: + - type: Transform + pos: -9.5,-198.5 + parent: 2 + - uid: 12124 + components: + - type: Transform + pos: -9.5,-199.5 + parent: 2 + - uid: 12125 + components: + - type: Transform + pos: -9.5,-200.5 + parent: 2 + - uid: 12129 + components: + - type: Transform + pos: -9.5,-195.5 + parent: 2 + - uid: 12133 + components: + - type: Transform + pos: -9.5,-201.5 + parent: 2 + - uid: 12136 + components: + - type: Transform + pos: -9.5,-206.5 + parent: 2 + - uid: 12144 + components: + - type: Transform + pos: -9.5,-246.5 + parent: 2 + - uid: 12145 + components: + - type: Transform + pos: -9.5,-221.5 + parent: 2 + - uid: 12158 + components: + - type: Transform + pos: -0.5,-163.5 + parent: 2 + - uid: 12170 + components: + - type: Transform + pos: 1.5,-82.5 + parent: 2 + - uid: 12173 + components: + - type: Transform + pos: -9.5,-224.5 + parent: 2 + - uid: 12174 + components: + - type: Transform + pos: -9.5,-226.5 + parent: 2 + - uid: 12182 + components: + - type: Transform + pos: -9.5,-218.5 + parent: 2 + - uid: 12192 + components: + - type: Transform + pos: -9.5,-273.5 + parent: 2 + - uid: 12193 + components: + - type: Transform + pos: -9.5,-274.5 + parent: 2 + - uid: 12194 + components: + - type: Transform + pos: -9.5,-214.5 + parent: 2 + - uid: 12198 + components: + - type: Transform + pos: -9.5,-213.5 + parent: 2 + - uid: 12203 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-192.5 + parent: 2 + - uid: 12206 + components: + - type: Transform + pos: -9.5,-196.5 + parent: 2 + - uid: 12208 + components: + - type: Transform + pos: -9.5,-271.5 + parent: 2 + - uid: 13376 + components: + - type: Transform + pos: -9.5,-286.5 + parent: 2 + - uid: 13475 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-28.5 + parent: 2 + - uid: 13476 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-27.5 + parent: 2 + - uid: 13477 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-26.5 + parent: 2 + - uid: 13478 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-25.5 + parent: 2 + - uid: 13479 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-24.5 + parent: 2 + - uid: 13480 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-23.5 + parent: 2 + - uid: 13481 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-22.5 + parent: 2 + - uid: 13482 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-21.5 + parent: 2 + - uid: 13483 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-20.5 + parent: 2 + - uid: 13484 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-19.5 + parent: 2 + - uid: 13485 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-18.5 + parent: 2 + - uid: 13486 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-18.5 + parent: 2 + - uid: 13487 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-19.5 + parent: 2 + - uid: 13488 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-20.5 + parent: 2 + - uid: 13489 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-21.5 + parent: 2 + - uid: 13490 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-22.5 + parent: 2 + - uid: 13491 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-23.5 + parent: 2 + - uid: 13492 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-24.5 + parent: 2 + - uid: 13493 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-25.5 + parent: 2 + - uid: 13494 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-26.5 + parent: 2 + - uid: 13495 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-27.5 + parent: 2 + - uid: 13496 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-28.5 + parent: 2 + - uid: 13497 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-17.5 + parent: 2 + - uid: 13498 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-16.5 + parent: 2 + - uid: 13499 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-15.5 + parent: 2 + - uid: 13500 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-14.5 + parent: 2 + - uid: 13501 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-13.5 + parent: 2 + - uid: 13502 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-12.5 + parent: 2 + - uid: 13505 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-10.5 + parent: 2 + - uid: 13507 + components: + - type: Transform + pos: -0.5,-11.5 + parent: 2 + - uid: 13508 + components: + - type: Transform + pos: -0.5,-12.5 + parent: 2 + - uid: 13509 + components: + - type: Transform + pos: -0.5,-13.5 + parent: 2 + - uid: 13510 + components: + - type: Transform + pos: -0.5,-14.5 + parent: 2 + - uid: 13511 + components: + - type: Transform + pos: -0.5,-15.5 + parent: 2 + - uid: 13512 + components: + - type: Transform + pos: -0.5,-16.5 + parent: 2 + - uid: 13513 + components: + - type: Transform + pos: -0.5,-17.5 + parent: 2 + - uid: 13519 + components: + - type: Transform + pos: 1.5,-29.5 + parent: 2 + - uid: 13520 + components: + - type: Transform + pos: 1.5,-30.5 + parent: 2 + - uid: 13521 + components: + - type: Transform + pos: 1.5,-31.5 + parent: 2 + - uid: 13522 + components: + - type: Transform + pos: 1.5,-32.5 + parent: 2 + - uid: 13523 + components: + - type: Transform + pos: 1.5,-33.5 + parent: 2 + - uid: 13524 + components: + - type: Transform + pos: 1.5,-34.5 + parent: 2 + - uid: 13525 + components: + - type: Transform + pos: 1.5,-35.5 + parent: 2 + - uid: 13526 + components: + - type: Transform + pos: 1.5,-36.5 + parent: 2 + - uid: 13527 + components: + - type: Transform + pos: 1.5,-37.5 + parent: 2 + - uid: 13528 + components: + - type: Transform + pos: -0.5,-29.5 + parent: 2 + - uid: 13529 + components: + - type: Transform + pos: -0.5,-30.5 + parent: 2 + - uid: 13530 + components: + - type: Transform + pos: -0.5,-31.5 + parent: 2 + - uid: 13531 + components: + - type: Transform + pos: -0.5,-32.5 + parent: 2 + - uid: 13532 + components: + - type: Transform + pos: -0.5,-33.5 + parent: 2 + - uid: 13533 + components: + - type: Transform + pos: -0.5,-34.5 + parent: 2 + - uid: 13534 + components: + - type: Transform + pos: -0.5,-35.5 + parent: 2 + - uid: 13535 + components: + - type: Transform + pos: -0.5,-36.5 + parent: 2 + - uid: 13536 + components: + - type: Transform + pos: -0.5,-37.5 + parent: 2 + - uid: 13537 + components: + - type: Transform + pos: -0.5,-38.5 + parent: 2 + - uid: 13538 + components: + - type: Transform + pos: -0.5,-39.5 + parent: 2 + - uid: 13539 + components: + - type: Transform + pos: -0.5,-40.5 + parent: 2 + - uid: 13540 + components: + - type: Transform + pos: -0.5,-41.5 + parent: 2 + - uid: 13541 + components: + - type: Transform + pos: -0.5,-42.5 + parent: 2 + - uid: 13542 + components: + - type: Transform + pos: -0.5,-43.5 + parent: 2 + - uid: 13543 + components: + - type: Transform + pos: -0.5,-44.5 + parent: 2 + - uid: 13544 + components: + - type: Transform + pos: 1.5,-38.5 + parent: 2 + - uid: 13545 + components: + - type: Transform + pos: 1.5,-39.5 + parent: 2 + - uid: 13546 + components: + - type: Transform + pos: 1.5,-40.5 + parent: 2 + - uid: 13547 + components: + - type: Transform + pos: 1.5,-41.5 + parent: 2 + - uid: 13548 + components: + - type: Transform + pos: 1.5,-42.5 + parent: 2 + - uid: 13549 + components: + - type: Transform + pos: 1.5,-43.5 + parent: 2 + - uid: 13550 + components: + - type: Transform + pos: 1.5,-44.5 + parent: 2 + - uid: 13551 + components: + - type: Transform + pos: 1.5,-45.5 + parent: 2 + - uid: 13552 + components: + - type: Transform + pos: 1.5,-46.5 + parent: 2 + - uid: 13553 + components: + - type: Transform + pos: 1.5,-47.5 + parent: 2 + - uid: 13554 + components: + - type: Transform + pos: 1.5,-48.5 + parent: 2 + - uid: 13555 + components: + - type: Transform + pos: 1.5,-49.5 + parent: 2 + - uid: 13556 + components: + - type: Transform + pos: 1.5,-50.5 + parent: 2 + - uid: 13557 + components: + - type: Transform + pos: 1.5,-51.5 + parent: 2 + - uid: 13558 + components: + - type: Transform + pos: 1.5,-52.5 + parent: 2 + - uid: 13559 + components: + - type: Transform + pos: 1.5,-53.5 + parent: 2 + - uid: 13560 + components: + - type: Transform + pos: 1.5,-54.5 + parent: 2 + - uid: 13561 + components: + - type: Transform + pos: 1.5,-55.5 + parent: 2 + - uid: 13562 + components: + - type: Transform + pos: 1.5,-56.5 + parent: 2 + - uid: 13563 + components: + - type: Transform + pos: -0.5,-45.5 + parent: 2 + - uid: 13564 + components: + - type: Transform + pos: -0.5,-46.5 + parent: 2 + - uid: 13565 + components: + - type: Transform + pos: -0.5,-47.5 + parent: 2 + - uid: 13566 + components: + - type: Transform + pos: -0.5,-48.5 + parent: 2 + - uid: 13567 + components: + - type: Transform + pos: -0.5,-49.5 + parent: 2 + - uid: 13568 + components: + - type: Transform + pos: -0.5,-50.5 + parent: 2 + - uid: 13569 + components: + - type: Transform + pos: -0.5,-51.5 + parent: 2 + - uid: 13570 + components: + - type: Transform + pos: -0.5,-52.5 + parent: 2 + - uid: 13571 + components: + - type: Transform + pos: -0.5,-53.5 + parent: 2 + - uid: 13572 + components: + - type: Transform + pos: -0.5,-54.5 + parent: 2 + - uid: 13573 + components: + - type: Transform + pos: -0.5,-55.5 + parent: 2 + - uid: 13574 + components: + - type: Transform + pos: -0.5,-56.5 + parent: 2 + - uid: 13575 + components: + - type: Transform + pos: -0.5,-57.5 + parent: 2 + - uid: 13576 + components: + - type: Transform + pos: -0.5,-58.5 + parent: 2 + - uid: 13577 + components: + - type: Transform + pos: -0.5,-59.5 + parent: 2 + - uid: 13578 + components: + - type: Transform + pos: -0.5,-60.5 + parent: 2 + - uid: 13579 + components: + - type: Transform + pos: -0.5,-61.5 + parent: 2 + - uid: 13580 + components: + - type: Transform + pos: -0.5,-62.5 + parent: 2 + - uid: 13581 + components: + - type: Transform + pos: -0.5,-63.5 + parent: 2 + - uid: 13582 + components: + - type: Transform + pos: -0.5,-64.5 + parent: 2 + - uid: 13583 + components: + - type: Transform + pos: -0.5,-65.5 + parent: 2 + - uid: 13584 + components: + - type: Transform + pos: -0.5,-66.5 + parent: 2 + - uid: 13585 + components: + - type: Transform + pos: -0.5,-67.5 + parent: 2 + - uid: 13586 + components: + - type: Transform + pos: -0.5,-68.5 + parent: 2 + - uid: 13587 + components: + - type: Transform + pos: 1.5,-57.5 + parent: 2 + - uid: 13588 + components: + - type: Transform + pos: 1.5,-58.5 + parent: 2 + - uid: 13589 + components: + - type: Transform + pos: 1.5,-59.5 + parent: 2 + - uid: 13590 + components: + - type: Transform + pos: 1.5,-60.5 + parent: 2 + - uid: 13592 + components: + - type: Transform + pos: 1.5,-62.5 + parent: 2 + - uid: 13593 + components: + - type: Transform + pos: 1.5,-63.5 + parent: 2 + - uid: 13594 + components: + - type: Transform + pos: 1.5,-64.5 + parent: 2 + - uid: 13595 + components: + - type: Transform + pos: 1.5,-65.5 + parent: 2 + - uid: 13596 + components: + - type: Transform + pos: 1.5,-66.5 + parent: 2 + - uid: 13597 + components: + - type: Transform + pos: 1.5,-67.5 + parent: 2 + - uid: 13598 + components: + - type: Transform + pos: 1.5,-68.5 + parent: 2 + - uid: 13599 + components: + - type: Transform + pos: 1.5,-69.5 + parent: 2 + - uid: 13600 + components: + - type: Transform + pos: 1.5,-70.5 + parent: 2 + - uid: 13601 + components: + - type: Transform + pos: 1.5,-71.5 + parent: 2 + - uid: 13602 + components: + - type: Transform + pos: 1.5,-72.5 + parent: 2 + - uid: 13603 + components: + - type: Transform + pos: 1.5,-73.5 + parent: 2 + - uid: 13604 + components: + - type: Transform + pos: 1.5,-74.5 + parent: 2 + - uid: 13605 + components: + - type: Transform + pos: 1.5,-75.5 + parent: 2 + - uid: 13606 + components: + - type: Transform + pos: 1.5,-76.5 + parent: 2 + - uid: 13607 + components: + - type: Transform + pos: 1.5,-77.5 + parent: 2 + - uid: 13608 + components: + - type: Transform + pos: 1.5,-78.5 + parent: 2 + - uid: 13609 + components: + - type: Transform + pos: 1.5,-79.5 + parent: 2 + - uid: 13610 + components: + - type: Transform + pos: 1.5,-80.5 + parent: 2 + - uid: 13611 + components: + - type: Transform + pos: 1.5,-81.5 + parent: 2 + - uid: 13612 + components: + - type: Transform + pos: -0.5,-69.5 + parent: 2 + - uid: 13613 + components: + - type: Transform + pos: -0.5,-70.5 + parent: 2 + - uid: 13614 + components: + - type: Transform + pos: -0.5,-71.5 + parent: 2 + - uid: 13615 + components: + - type: Transform + pos: -0.5,-72.5 + parent: 2 + - uid: 13616 + components: + - type: Transform + pos: -0.5,-73.5 + parent: 2 + - uid: 13617 + components: + - type: Transform + pos: -0.5,-74.5 + parent: 2 + - uid: 13618 + components: + - type: Transform + pos: -0.5,-75.5 + parent: 2 + - uid: 13619 + components: + - type: Transform + pos: -0.5,-76.5 + parent: 2 + - uid: 13620 + components: + - type: Transform + pos: -0.5,-77.5 + parent: 2 + - uid: 13621 + components: + - type: Transform + pos: -0.5,-78.5 + parent: 2 + - uid: 13622 + components: + - type: Transform + pos: -0.5,-79.5 + parent: 2 + - uid: 13623 + components: + - type: Transform + pos: -0.5,-80.5 + parent: 2 + - uid: 13624 + components: + - type: Transform + pos: -0.5,-81.5 + parent: 2 + - uid: 13628 + components: + - type: Transform + pos: 1.5,-83.5 + parent: 2 + - uid: 13629 + components: + - type: Transform + pos: 1.5,-84.5 + parent: 2 + - uid: 13630 + components: + - type: Transform + pos: 1.5,-85.5 + parent: 2 + - uid: 13631 + components: + - type: Transform + pos: 1.5,-86.5 + parent: 2 + - uid: 13632 + components: + - type: Transform + pos: 1.5,-87.5 + parent: 2 + - uid: 13633 + components: + - type: Transform + pos: 1.5,-88.5 + parent: 2 + - uid: 13634 + components: + - type: Transform + pos: 1.5,-89.5 + parent: 2 + - uid: 13635 + components: + - type: Transform + pos: 1.5,-90.5 + parent: 2 + - uid: 13638 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-92.5 + parent: 2 + - uid: 13639 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-93.5 + parent: 2 + - uid: 13640 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-94.5 + parent: 2 + - uid: 13641 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-95.5 + parent: 2 + - uid: 13642 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-95.5 + parent: 2 + - uid: 13643 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-94.5 + parent: 2 + - uid: 13644 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-93.5 + parent: 2 + - uid: 13645 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-92.5 + parent: 2 + - uid: 13646 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-91.5 + parent: 2 + - uid: 13647 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-90.5 + parent: 2 + - uid: 13648 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-89.5 + parent: 2 + - uid: 13649 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-88.5 + parent: 2 + - uid: 13650 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-87.5 + parent: 2 + - uid: 13651 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-86.5 + parent: 2 + - uid: 13652 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-85.5 + parent: 2 + - uid: 13653 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-84.5 + parent: 2 + - uid: 13654 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-83.5 + parent: 2 + - uid: 13655 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-82.5 + parent: 2 + - uid: 13656 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-96.5 + parent: 2 + - uid: 13657 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-97.5 + parent: 2 + - uid: 13658 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-98.5 + parent: 2 + - uid: 13659 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-99.5 + parent: 2 + - uid: 13660 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-100.5 + parent: 2 + - uid: 13661 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-101.5 + parent: 2 + - uid: 13662 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-102.5 + parent: 2 + - uid: 13663 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-103.5 + parent: 2 + - uid: 13664 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-104.5 + parent: 2 + - uid: 13665 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-105.5 + parent: 2 + - uid: 13666 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-106.5 + parent: 2 + - uid: 13667 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-107.5 + parent: 2 + - uid: 13668 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-108.5 + parent: 2 + - uid: 13669 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-109.5 + parent: 2 + - uid: 13670 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-109.5 + parent: 2 + - uid: 13671 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-108.5 + parent: 2 + - uid: 13672 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-107.5 + parent: 2 + - uid: 13673 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-106.5 + parent: 2 + - uid: 13674 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-105.5 + parent: 2 + - uid: 13675 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-104.5 + parent: 2 + - uid: 13676 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-103.5 + parent: 2 + - uid: 13677 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-102.5 + parent: 2 + - uid: 13678 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-101.5 + parent: 2 + - uid: 13679 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-100.5 + parent: 2 + - uid: 13680 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-99.5 + parent: 2 + - uid: 13681 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-98.5 + parent: 2 + - uid: 13682 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-97.5 + parent: 2 + - uid: 13683 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-96.5 + parent: 2 + - uid: 13687 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-118.5 + parent: 2 + - uid: 13688 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-117.5 + parent: 2 + - uid: 13689 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-116.5 + parent: 2 + - uid: 13690 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-115.5 + parent: 2 + - uid: 13691 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-114.5 + parent: 2 + - uid: 13692 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-113.5 + parent: 2 + - uid: 13693 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-112.5 + parent: 2 + - uid: 13694 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-111.5 + parent: 2 + - uid: 13695 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-110.5 + parent: 2 + - uid: 13696 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-110.5 + parent: 2 + - uid: 13697 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-111.5 + parent: 2 + - uid: 13698 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-112.5 + parent: 2 + - uid: 13699 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-113.5 + parent: 2 + - uid: 13700 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-114.5 + parent: 2 + - uid: 13701 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-115.5 + parent: 2 + - uid: 13702 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-116.5 + parent: 2 + - uid: 13703 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-117.5 + parent: 2 + - uid: 13704 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-118.5 + parent: 2 + - uid: 13705 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-119.5 + parent: 2 + - uid: 13706 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-120.5 + parent: 2 + - uid: 13707 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-121.5 + parent: 2 + - uid: 13708 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-122.5 + parent: 2 + - uid: 13709 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-123.5 + parent: 2 + - uid: 13710 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-124.5 + parent: 2 + - uid: 13711 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-120.5 + parent: 2 + - uid: 13712 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-121.5 + parent: 2 + - uid: 13713 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-122.5 + parent: 2 + - uid: 13714 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-123.5 + parent: 2 + - uid: 13715 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-124.5 + parent: 2 + - uid: 13716 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-125.5 + parent: 2 + - uid: 13717 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-126.5 + parent: 2 + - uid: 13718 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-127.5 + parent: 2 + - uid: 13719 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-128.5 + parent: 2 + - uid: 13720 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-129.5 + parent: 2 + - uid: 13721 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-130.5 + parent: 2 + - uid: 13722 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-131.5 + parent: 2 + - uid: 13723 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-132.5 + parent: 2 + - uid: 13724 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-133.5 + parent: 2 + - uid: 13725 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-134.5 + parent: 2 + - uid: 13726 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-135.5 + parent: 2 + - uid: 13727 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-135.5 + parent: 2 + - uid: 13728 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-134.5 + parent: 2 + - uid: 13729 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-133.5 + parent: 2 + - uid: 13730 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-132.5 + parent: 2 + - uid: 13731 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-131.5 + parent: 2 + - uid: 13732 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-130.5 + parent: 2 + - uid: 13733 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-129.5 + parent: 2 + - uid: 13734 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-128.5 + parent: 2 + - uid: 13735 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-127.5 + parent: 2 + - uid: 13736 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-126.5 + parent: 2 + - uid: 13737 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-125.5 + parent: 2 + - uid: 13738 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-136.5 + parent: 2 + - uid: 13739 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-137.5 + parent: 2 + - uid: 13740 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-138.5 + parent: 2 + - uid: 13741 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-139.5 + parent: 2 + - uid: 13742 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-140.5 + parent: 2 + - uid: 13743 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-141.5 + parent: 2 + - uid: 13744 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-142.5 + parent: 2 + - uid: 13745 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-143.5 + parent: 2 + - uid: 13746 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-144.5 + parent: 2 + - uid: 13747 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-145.5 + parent: 2 + - uid: 13748 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-146.5 + parent: 2 + - uid: 13749 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-147.5 + parent: 2 + - uid: 13750 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-148.5 + parent: 2 + - uid: 13751 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-148.5 + parent: 2 + - uid: 13752 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-147.5 + parent: 2 + - uid: 13753 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-146.5 + parent: 2 + - uid: 13754 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-145.5 + parent: 2 + - uid: 13755 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-144.5 + parent: 2 + - uid: 13756 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-143.5 + parent: 2 + - uid: 13757 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-142.5 + parent: 2 + - uid: 13758 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-141.5 + parent: 2 + - uid: 13760 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-139.5 + parent: 2 + - uid: 13761 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-138.5 + parent: 2 + - uid: 13762 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-137.5 + parent: 2 + - uid: 13763 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-136.5 + parent: 2 + - uid: 13765 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-149.5 + parent: 2 + - uid: 13766 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-149.5 + parent: 2 + - uid: 13768 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-148.5 + parent: 2 + - uid: 13769 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-147.5 + parent: 2 + - uid: 13770 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-146.5 + parent: 2 + - uid: 13771 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-145.5 + parent: 2 + - uid: 13772 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-144.5 + parent: 2 + - uid: 13773 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-143.5 + parent: 2 + - uid: 13774 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-142.5 + parent: 2 + - uid: 13775 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-141.5 + parent: 2 + - uid: 13776 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-140.5 + parent: 2 + - uid: 13777 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-139.5 + parent: 2 + - uid: 13778 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-138.5 + parent: 2 + - uid: 13780 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-140.5 + parent: 2 + - uid: 13781 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-140.5 + parent: 2 + - uid: 13782 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-140.5 + parent: 2 + - uid: 13783 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-140.5 + parent: 2 + - uid: 13784 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-140.5 + parent: 2 + - uid: 13786 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-141.5 + parent: 2 + - uid: 13788 + components: + - type: Transform + pos: 1.5,-150.5 + parent: 2 + - uid: 13789 + components: + - type: Transform + pos: 1.5,-151.5 + parent: 2 + - uid: 13790 + components: + - type: Transform + pos: 1.5,-152.5 + parent: 2 + - uid: 13791 + components: + - type: Transform + pos: 1.5,-153.5 + parent: 2 + - uid: 13792 + components: + - type: Transform + pos: 1.5,-154.5 + parent: 2 + - uid: 13793 + components: + - type: Transform + pos: 1.5,-155.5 + parent: 2 + - uid: 13794 + components: + - type: Transform + pos: 1.5,-156.5 + parent: 2 + - uid: 13795 + components: + - type: Transform + pos: 1.5,-157.5 + parent: 2 + - uid: 13796 + components: + - type: Transform + pos: 1.5,-158.5 + parent: 2 + - uid: 13797 + components: + - type: Transform + pos: 1.5,-159.5 + parent: 2 + - uid: 13798 + components: + - type: Transform + pos: 1.5,-160.5 + parent: 2 + - uid: 13799 + components: + - type: Transform + pos: 1.5,-161.5 + parent: 2 + - uid: 13800 + components: + - type: Transform + pos: 1.5,-162.5 + parent: 2 + - uid: 13801 + components: + - type: Transform + pos: -0.5,-162.5 + parent: 2 + - uid: 13802 + components: + - type: Transform + pos: -0.5,-161.5 + parent: 2 + - uid: 13803 + components: + - type: Transform + pos: -0.5,-160.5 + parent: 2 + - uid: 13804 + components: + - type: Transform + pos: -0.5,-159.5 + parent: 2 + - uid: 13805 + components: + - type: Transform + pos: -0.5,-158.5 + parent: 2 + - uid: 13806 + components: + - type: Transform + pos: -0.5,-157.5 + parent: 2 + - uid: 13807 + components: + - type: Transform + pos: -0.5,-156.5 + parent: 2 + - uid: 13808 + components: + - type: Transform + pos: -0.5,-155.5 + parent: 2 + - uid: 13809 + components: + - type: Transform + pos: -0.5,-154.5 + parent: 2 + - uid: 13810 + components: + - type: Transform + pos: -0.5,-153.5 + parent: 2 + - uid: 13811 + components: + - type: Transform + pos: -0.5,-152.5 + parent: 2 + - uid: 13812 + components: + - type: Transform + pos: -0.5,-151.5 + parent: 2 + - uid: 13813 + components: + - type: Transform + pos: -0.5,-150.5 + parent: 2 + - uid: 13814 + components: + - type: Transform + pos: -0.5,-149.5 + parent: 2 + - uid: 13815 + components: + - type: Transform + pos: -0.5,-278.5 + parent: 2 + - uid: 13816 + components: + - type: Transform + pos: -0.5,-279.5 + parent: 2 + - uid: 13817 + components: + - type: Transform + pos: -0.5,-280.5 + parent: 2 + - uid: 13818 + components: + - type: Transform + pos: -0.5,-281.5 + parent: 2 + - uid: 13822 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-164.5 + parent: 2 + - uid: 13823 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-165.5 + parent: 2 + - uid: 13824 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-166.5 + parent: 2 + - uid: 13825 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-167.5 + parent: 2 + - uid: 13826 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-168.5 + parent: 2 + - uid: 13827 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-169.5 + parent: 2 + - uid: 13828 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-170.5 + parent: 2 + - uid: 13829 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-171.5 + parent: 2 + - uid: 13830 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-172.5 + parent: 2 + - uid: 13831 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-173.5 + parent: 2 + - uid: 13832 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-174.5 + parent: 2 + - uid: 13833 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-175.5 + parent: 2 + - uid: 13834 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-176.5 + parent: 2 + - uid: 13835 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-177.5 + parent: 2 + - uid: 13836 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-178.5 + parent: 2 + - uid: 13838 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-176.5 + parent: 2 + - uid: 13839 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-176.5 + parent: 2 + - uid: 13840 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-176.5 + parent: 2 + - uid: 13841 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-176.5 + parent: 2 + - uid: 13843 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-178.5 + parent: 2 + - uid: 13844 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-177.5 + parent: 2 + - uid: 13845 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-175.5 + parent: 2 + - uid: 13846 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-174.5 + parent: 2 + - uid: 13847 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-173.5 + parent: 2 + - uid: 13848 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-172.5 + parent: 2 + - uid: 13849 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-171.5 + parent: 2 + - uid: 13850 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-170.5 + parent: 2 + - uid: 13851 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-169.5 + parent: 2 + - uid: 13852 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-168.5 + parent: 2 + - uid: 13853 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-167.5 + parent: 2 + - uid: 13854 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-166.5 + parent: 2 + - uid: 13855 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-165.5 + parent: 2 + - uid: 13856 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-164.5 + parent: 2 + - uid: 13857 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-163.5 + parent: 2 + - uid: 13858 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-179.5 + parent: 2 + - uid: 13859 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-180.5 + parent: 2 + - uid: 13860 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-181.5 + parent: 2 + - uid: 13861 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-182.5 + parent: 2 + - uid: 13862 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-183.5 + parent: 2 + - uid: 13863 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-184.5 + parent: 2 + - uid: 13864 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-185.5 + parent: 2 + - uid: 13865 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-186.5 + parent: 2 + - uid: 13866 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-187.5 + parent: 2 + - uid: 13867 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-188.5 + parent: 2 + - uid: 13868 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-189.5 + parent: 2 + - uid: 13869 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-189.5 + parent: 2 + - uid: 13870 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-188.5 + parent: 2 + - uid: 13871 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-187.5 + parent: 2 + - uid: 13872 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-186.5 + parent: 2 + - uid: 13873 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-185.5 + parent: 2 + - uid: 13874 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-184.5 + parent: 2 + - uid: 13875 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-183.5 + parent: 2 + - uid: 13876 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-182.5 + parent: 2 + - uid: 13877 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-181.5 + parent: 2 + - uid: 13878 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-180.5 + parent: 2 + - uid: 13879 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-179.5 + parent: 2 + - uid: 13880 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-190.5 + parent: 2 + - uid: 13881 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-191.5 + parent: 2 + - uid: 13882 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-192.5 + parent: 2 + - uid: 13883 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-193.5 + parent: 2 + - uid: 13884 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-194.5 + parent: 2 + - uid: 13885 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-195.5 + parent: 2 + - uid: 13886 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-196.5 + parent: 2 + - uid: 13887 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-197.5 + parent: 2 + - uid: 13888 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-198.5 + parent: 2 + - uid: 13889 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-199.5 + parent: 2 + - uid: 13890 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-200.5 + parent: 2 + - uid: 13891 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-201.5 + parent: 2 + - uid: 13892 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-202.5 + parent: 2 + - uid: 13893 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-203.5 + parent: 2 + - uid: 13894 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-204.5 + parent: 2 + - uid: 13895 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-205.5 + parent: 2 + - uid: 13896 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-205.5 + parent: 2 + - uid: 13897 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-204.5 + parent: 2 + - uid: 13898 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-203.5 + parent: 2 + - uid: 13899 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-202.5 + parent: 2 + - uid: 13900 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-201.5 + parent: 2 + - uid: 13901 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-200.5 + parent: 2 + - uid: 13902 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-199.5 + parent: 2 + - uid: 13903 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-198.5 + parent: 2 + - uid: 13904 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-197.5 + parent: 2 + - uid: 13905 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-196.5 + parent: 2 + - uid: 13906 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-195.5 + parent: 2 + - uid: 13907 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-194.5 + parent: 2 + - uid: 13908 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-193.5 + parent: 2 + - uid: 13909 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-192.5 + parent: 2 + - uid: 13910 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-191.5 + parent: 2 + - uid: 13911 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-190.5 + parent: 2 + - uid: 13912 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-206.5 + parent: 2 + - uid: 13913 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-207.5 + parent: 2 + - uid: 13914 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-208.5 + parent: 2 + - uid: 13915 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-209.5 + parent: 2 + - uid: 13916 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-210.5 + parent: 2 + - uid: 13917 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-211.5 + parent: 2 + - uid: 13918 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-212.5 + parent: 2 + - uid: 13919 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-213.5 + parent: 2 + - uid: 13920 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-214.5 + parent: 2 + - uid: 13921 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-215.5 + parent: 2 + - uid: 13922 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-216.5 + parent: 2 + - uid: 13923 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-217.5 + parent: 2 + - uid: 13924 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-217.5 + parent: 2 + - uid: 13925 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-216.5 + parent: 2 + - uid: 13926 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-215.5 + parent: 2 + - uid: 13927 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-214.5 + parent: 2 + - uid: 13928 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-213.5 + parent: 2 + - uid: 13929 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-212.5 + parent: 2 + - uid: 13930 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-211.5 + parent: 2 + - uid: 13931 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-210.5 + parent: 2 + - uid: 13932 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-209.5 + parent: 2 + - uid: 13933 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-208.5 + parent: 2 + - uid: 13934 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-207.5 + parent: 2 + - uid: 13935 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-206.5 + parent: 2 + - uid: 13936 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-218.5 + parent: 2 + - uid: 13937 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-219.5 + parent: 2 + - uid: 13938 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-220.5 + parent: 2 + - uid: 13939 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-221.5 + parent: 2 + - uid: 13940 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-222.5 + parent: 2 + - uid: 13941 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-223.5 + parent: 2 + - uid: 13942 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-224.5 + parent: 2 + - uid: 13943 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-225.5 + parent: 2 + - uid: 13944 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-226.5 + parent: 2 + - uid: 13945 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-227.5 + parent: 2 + - uid: 13946 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-228.5 + parent: 2 + - uid: 13947 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-229.5 + parent: 2 + - uid: 13948 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-230.5 + parent: 2 + - uid: 13949 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-231.5 + parent: 2 + - uid: 13950 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-232.5 + parent: 2 + - uid: 13951 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-233.5 + parent: 2 + - uid: 13952 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-234.5 + parent: 2 + - uid: 13953 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-235.5 + parent: 2 + - uid: 13954 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-236.5 + parent: 2 + - uid: 13955 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-237.5 + parent: 2 + - uid: 13956 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-238.5 + parent: 2 + - uid: 13957 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-239.5 + parent: 2 + - uid: 13958 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-240.5 + parent: 2 + - uid: 13959 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-241.5 + parent: 2 + - uid: 13960 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-242.5 + parent: 2 + - uid: 13963 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-242.5 + parent: 2 + - uid: 13964 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-241.5 + parent: 2 + - uid: 13965 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-240.5 + parent: 2 + - uid: 13966 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-239.5 + parent: 2 + - uid: 13967 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-238.5 + parent: 2 + - uid: 13968 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-237.5 + parent: 2 + - uid: 13969 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-236.5 + parent: 2 + - uid: 13970 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-235.5 + parent: 2 + - uid: 13971 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-234.5 + parent: 2 + - uid: 13972 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-233.5 + parent: 2 + - uid: 13973 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-232.5 + parent: 2 + - uid: 13974 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-231.5 + parent: 2 + - uid: 13975 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-230.5 + parent: 2 + - uid: 13976 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-229.5 + parent: 2 + - uid: 13977 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-228.5 + parent: 2 + - uid: 13978 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-227.5 + parent: 2 + - uid: 13979 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-226.5 + parent: 2 + - uid: 13980 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-225.5 + parent: 2 + - uid: 13981 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-224.5 + parent: 2 + - uid: 13982 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-223.5 + parent: 2 + - uid: 13983 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-222.5 + parent: 2 + - uid: 13984 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-221.5 + parent: 2 + - uid: 13985 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-220.5 + parent: 2 + - uid: 13986 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-219.5 + parent: 2 + - uid: 13987 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-218.5 + parent: 2 + - uid: 14011 + components: + - type: Transform + pos: 15.5,-107.5 + parent: 2 + - uid: 14014 + components: + - type: Transform + pos: 15.5,-112.5 + parent: 2 + - uid: 14018 + components: + - type: Transform + pos: -9.5,-223.5 + parent: 2 + - uid: 14019 + components: + - type: Transform + pos: -9.5,-272.5 + parent: 2 + - uid: 14028 + components: + - type: Transform + pos: -3.5,-286.5 + parent: 2 + - uid: 14031 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-283.5 + parent: 2 + - uid: 14032 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-284.5 + parent: 2 + - uid: 14034 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-285.5 + parent: 2 + - uid: 14035 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-285.5 + parent: 2 + - uid: 14051 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-262.5 + parent: 2 + - uid: 14052 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-263.5 + parent: 2 + - uid: 14053 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-264.5 + parent: 2 + - uid: 14054 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-265.5 + parent: 2 + - uid: 14055 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-266.5 + parent: 2 + - uid: 14056 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-267.5 + parent: 2 + - uid: 14057 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-268.5 + parent: 2 + - uid: 14058 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-269.5 + parent: 2 + - uid: 14059 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-270.5 + parent: 2 + - uid: 14060 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-271.5 + parent: 2 + - uid: 14061 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-272.5 + parent: 2 + - uid: 14062 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-273.5 + parent: 2 + - uid: 14063 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-273.5 + parent: 2 + - uid: 14064 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-272.5 + parent: 2 + - uid: 14065 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-271.5 + parent: 2 + - uid: 14066 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-270.5 + parent: 2 + - uid: 14067 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-269.5 + parent: 2 + - uid: 14068 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-268.5 + parent: 2 + - uid: 14069 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-267.5 + parent: 2 + - uid: 14070 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-266.5 + parent: 2 + - uid: 14071 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-265.5 + parent: 2 + - uid: 14072 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-264.5 + parent: 2 + - uid: 14073 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-263.5 + parent: 2 + - uid: 14074 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-262.5 + parent: 2 + - uid: 14075 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-261.5 + parent: 2 + - uid: 14080 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-277.5 + parent: 2 + - uid: 14081 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-275.5 + parent: 2 + - uid: 14082 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-276.5 + parent: 2 + - uid: 14083 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-277.5 + parent: 2 + - uid: 14084 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-274.5 + parent: 2 + - uid: 14104 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-279.5 + parent: 2 + - uid: 14105 + components: + - type: Transform + pos: -3.5,-287.5 + parent: 2 + - uid: 14107 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-285.5 + parent: 2 + - uid: 14108 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-286.5 + parent: 2 + - uid: 14109 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-287.5 + parent: 2 + - uid: 14110 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-288.5 + parent: 2 + - uid: 14111 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-289.5 + parent: 2 + - uid: 14112 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-290.5 + parent: 2 + - uid: 14113 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-291.5 + parent: 2 + - uid: 14114 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-292.5 + parent: 2 + - uid: 14115 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-293.5 + parent: 2 + - uid: 14116 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-294.5 + parent: 2 + - uid: 14117 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-295.5 + parent: 2 + - uid: 14118 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-296.5 + parent: 2 + - uid: 14119 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-297.5 + parent: 2 + - uid: 14120 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-298.5 + parent: 2 + - uid: 14121 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-298.5 + parent: 2 + - uid: 14122 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-297.5 + parent: 2 + - uid: 14123 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-296.5 + parent: 2 + - uid: 14124 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-295.5 + parent: 2 + - uid: 14125 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-294.5 + parent: 2 + - uid: 14126 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-293.5 + parent: 2 + - uid: 14127 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-292.5 + parent: 2 + - uid: 14128 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-291.5 + parent: 2 + - uid: 14129 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-290.5 + parent: 2 + - uid: 14130 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-289.5 + parent: 2 + - uid: 14131 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-288.5 + parent: 2 + - uid: 14132 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-287.5 + parent: 2 + - uid: 14133 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-286.5 + parent: 2 + - uid: 14135 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-299.5 + parent: 2 + - uid: 14136 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-300.5 + parent: 2 + - uid: 14137 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-301.5 + parent: 2 + - uid: 14138 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-302.5 + parent: 2 + - uid: 14140 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-303.5 + parent: 2 + - uid: 14141 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-303.5 + parent: 2 + - uid: 14143 + components: + - type: Transform + pos: 1.5,-299.5 + parent: 2 + - uid: 14144 + components: + - type: Transform + pos: 1.5,-300.5 + parent: 2 + - uid: 14145 + components: + - type: Transform + pos: 1.5,-301.5 + parent: 2 + - uid: 14146 + components: + - type: Transform + pos: 1.5,-302.5 + parent: 2 + - uid: 14147 + components: + - type: Transform + pos: 1.5,-303.5 + parent: 2 + - uid: 14148 + components: + - type: Transform + pos: 1.5,-304.5 + parent: 2 + - uid: 14149 + components: + - type: Transform + pos: 1.5,-305.5 + parent: 2 + - uid: 14150 + components: + - type: Transform + pos: 1.5,-306.5 + parent: 2 + - uid: 14151 + components: + - type: Transform + pos: 1.5,-307.5 + parent: 2 + - uid: 14152 + components: + - type: Transform + pos: 1.5,-308.5 + parent: 2 + - uid: 14153 + components: + - type: Transform + pos: 1.5,-309.5 + parent: 2 + - uid: 14154 + components: + - type: Transform + pos: 1.5,-310.5 + parent: 2 + - uid: 14155 + components: + - type: Transform + pos: 1.5,-311.5 + parent: 2 + - uid: 14156 + components: + - type: Transform + pos: 1.5,-312.5 + parent: 2 + - uid: 14157 + components: + - type: Transform + pos: 1.5,-313.5 + parent: 2 + - uid: 14158 + components: + - type: Transform + pos: 1.5,-314.5 + parent: 2 + - uid: 14159 + components: + - type: Transform + pos: 1.5,-315.5 + parent: 2 + - uid: 14160 + components: + - type: Transform + pos: 1.5,-316.5 + parent: 2 + - uid: 14161 + components: + - type: Transform + pos: 1.5,-317.5 + parent: 2 + - uid: 14162 + components: + - type: Transform + pos: -0.5,-317.5 + parent: 2 + - uid: 14163 + components: + - type: Transform + pos: -0.5,-316.5 + parent: 2 + - uid: 14164 + components: + - type: Transform + pos: -0.5,-315.5 + parent: 2 + - uid: 14165 + components: + - type: Transform + pos: -0.5,-314.5 + parent: 2 + - uid: 14166 + components: + - type: Transform + pos: -0.5,-313.5 + parent: 2 + - uid: 14167 + components: + - type: Transform + pos: -0.5,-312.5 + parent: 2 + - uid: 14168 + components: + - type: Transform + pos: -0.5,-311.5 + parent: 2 + - uid: 14169 + components: + - type: Transform + pos: -0.5,-310.5 + parent: 2 + - uid: 14170 + components: + - type: Transform + pos: -0.5,-309.5 + parent: 2 + - uid: 14171 + components: + - type: Transform + pos: -0.5,-308.5 + parent: 2 + - uid: 14172 + components: + - type: Transform + pos: -0.5,-307.5 + parent: 2 + - uid: 14173 + components: + - type: Transform + pos: -0.5,-306.5 + parent: 2 + - uid: 14174 + components: + - type: Transform + pos: -0.5,-305.5 + parent: 2 + - uid: 14175 + components: + - type: Transform + pos: -0.5,-304.5 + parent: 2 + - uid: 14176 + components: + - type: Transform + pos: 1.5,-319.5 + parent: 2 + - uid: 14177 + components: + - type: Transform + pos: 1.5,-320.5 + parent: 2 + - uid: 14178 + components: + - type: Transform + pos: 1.5,-321.5 + parent: 2 + - uid: 14179 + components: + - type: Transform + pos: 1.5,-322.5 + parent: 2 + - uid: 14180 + components: + - type: Transform + pos: 1.5,-323.5 + parent: 2 + - uid: 14181 + components: + - type: Transform + pos: 1.5,-324.5 + parent: 2 + - uid: 14182 + components: + - type: Transform + pos: 1.5,-325.5 + parent: 2 + - uid: 14183 + components: + - type: Transform + pos: 1.5,-326.5 + parent: 2 + - uid: 14184 + components: + - type: Transform + pos: 1.5,-327.5 + parent: 2 + - uid: 14185 + components: + - type: Transform + pos: 1.5,-328.5 + parent: 2 + - uid: 14186 + components: + - type: Transform + pos: 1.5,-329.5 + parent: 2 + - uid: 14187 + components: + - type: Transform + pos: 1.5,-330.5 + parent: 2 + - uid: 14188 + components: + - type: Transform + pos: -0.5,-330.5 + parent: 2 + - uid: 14189 + components: + - type: Transform + pos: -0.5,-329.5 + parent: 2 + - uid: 14190 + components: + - type: Transform + pos: -0.5,-328.5 + parent: 2 + - uid: 14191 + components: + - type: Transform + pos: -0.5,-327.5 + parent: 2 + - uid: 14192 + components: + - type: Transform + pos: -0.5,-326.5 + parent: 2 + - uid: 14193 + components: + - type: Transform + pos: -0.5,-325.5 + parent: 2 + - uid: 14194 + components: + - type: Transform + pos: -0.5,-324.5 + parent: 2 + - uid: 14195 + components: + - type: Transform + pos: -0.5,-323.5 + parent: 2 + - uid: 14196 + components: + - type: Transform + pos: -0.5,-322.5 + parent: 2 + - uid: 14197 + components: + - type: Transform + pos: -0.5,-321.5 + parent: 2 + - uid: 14198 + components: + - type: Transform + pos: -0.5,-320.5 + parent: 2 + - uid: 14199 + components: + - type: Transform + pos: -0.5,-319.5 + parent: 2 + - uid: 14200 + components: + - type: Transform + pos: -0.5,-318.5 + parent: 2 + - uid: 14202 + components: + - type: Transform + pos: -0.5,-331.5 + parent: 2 + - uid: 14203 + components: + - type: Transform + pos: -0.5,-332.5 + parent: 2 + - uid: 14204 + components: + - type: Transform + pos: -0.5,-333.5 + parent: 2 + - uid: 14205 + components: + - type: Transform + pos: -0.5,-334.5 + parent: 2 + - uid: 14206 + components: + - type: Transform + pos: -0.5,-335.5 + parent: 2 + - uid: 14207 + components: + - type: Transform + pos: -0.5,-336.5 + parent: 2 + - uid: 14208 + components: + - type: Transform + pos: -0.5,-337.5 + parent: 2 + - uid: 14209 + components: + - type: Transform + pos: -0.5,-338.5 + parent: 2 + - uid: 14211 + components: + - type: Transform + pos: 1.5,-339.5 + parent: 2 + - uid: 14212 + components: + - type: Transform + pos: 1.5,-338.5 + parent: 2 + - uid: 14213 + components: + - type: Transform + pos: 1.5,-337.5 + parent: 2 + - uid: 14214 + components: + - type: Transform + pos: 1.5,-336.5 + parent: 2 + - uid: 14215 + components: + - type: Transform + pos: 1.5,-335.5 + parent: 2 + - uid: 14216 + components: + - type: Transform + pos: 1.5,-334.5 + parent: 2 + - uid: 14217 + components: + - type: Transform + pos: 1.5,-333.5 + parent: 2 + - uid: 14218 + components: + - type: Transform + pos: 1.5,-332.5 + parent: 2 + - uid: 14219 + components: + - type: Transform + pos: 1.5,-331.5 + parent: 2 + - uid: 14222 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-340.5 + parent: 2 + - uid: 14224 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-339.5 + parent: 2 + - uid: 14226 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-340.5 + parent: 2 + - uid: 14719 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-248.5 + parent: 2 + - uid: 15302 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-4.5 + parent: 2 + - uid: 15303 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-4.5 + parent: 2 + - uid: 15304 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-4.5 + parent: 2 + - uid: 15305 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-4.5 + parent: 2 + - uid: 15306 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-4.5 + parent: 2 + - uid: 15309 + components: + - type: Transform + pos: 0.5,-5.5 + parent: 2 + - uid: 15310 + components: + - type: Transform + pos: 0.5,-6.5 + parent: 2 + - uid: 15311 + components: + - type: Transform + pos: 0.5,-7.5 + parent: 2 + - uid: 15312 + components: + - type: Transform + pos: 0.5,-8.5 + parent: 2 + - uid: 15313 + components: + - type: Transform + pos: 0.5,-9.5 + parent: 2 + - uid: 15314 + components: + - type: Transform + pos: 0.5,-10.5 + parent: 2 + - uid: 15315 + components: + - type: Transform + pos: 0.5,-11.5 + parent: 2 + - uid: 15316 + components: + - type: Transform + pos: 0.5,-12.5 + parent: 2 + - uid: 15317 + components: + - type: Transform + pos: 0.5,-13.5 + parent: 2 + - uid: 15318 + components: + - type: Transform + pos: 0.5,-14.5 + parent: 2 + - uid: 15319 + components: + - type: Transform + pos: 0.5,-15.5 + parent: 2 + - uid: 15320 + components: + - type: Transform + pos: 0.5,-16.5 + parent: 2 + - uid: 15321 + components: + - type: Transform + pos: 0.5,-17.5 + parent: 2 + - uid: 15322 + components: + - type: Transform + pos: 0.5,-18.5 + parent: 2 + - uid: 15323 + components: + - type: Transform + pos: 0.5,-19.5 + parent: 2 + - uid: 15324 + components: + - type: Transform + pos: 0.5,-20.5 + parent: 2 + - uid: 15325 + components: + - type: Transform + pos: 0.5,-21.5 + parent: 2 + - uid: 15326 + components: + - type: Transform + pos: 0.5,-22.5 + parent: 2 + - uid: 15327 + components: + - type: Transform + pos: 0.5,-23.5 + parent: 2 + - uid: 15328 + components: + - type: Transform + pos: 0.5,-24.5 + parent: 2 + - uid: 15329 + components: + - type: Transform + pos: 0.5,-25.5 + parent: 2 + - uid: 15330 + components: + - type: Transform + pos: 0.5,-26.5 + parent: 2 + - uid: 15331 + components: + - type: Transform + pos: 0.5,-27.5 + parent: 2 + - uid: 15332 + components: + - type: Transform + pos: 0.5,-28.5 + parent: 2 + - uid: 15338 + components: + - type: Transform + pos: 0.5,-29.5 + parent: 2 + - uid: 15339 + components: + - type: Transform + pos: 0.5,-30.5 + parent: 2 + - uid: 15340 + components: + - type: Transform + pos: 0.5,-31.5 + parent: 2 + - uid: 15341 + components: + - type: Transform + pos: 0.5,-33.5 + parent: 2 + - uid: 15342 + components: + - type: Transform + pos: 0.5,-34.5 + parent: 2 + - uid: 15343 + components: + - type: Transform + pos: 0.5,-35.5 + parent: 2 + - uid: 15344 + components: + - type: Transform + pos: 0.5,-36.5 + parent: 2 + - uid: 15345 + components: + - type: Transform + pos: 0.5,-38.5 + parent: 2 + - uid: 15346 + components: + - type: Transform + pos: 0.5,-39.5 + parent: 2 + - uid: 15347 + components: + - type: Transform + pos: 0.5,-40.5 + parent: 2 + - uid: 15348 + components: + - type: Transform + pos: 0.5,-41.5 + parent: 2 + - uid: 15349 + components: + - type: Transform + pos: 0.5,-42.5 + parent: 2 + - uid: 15350 + components: + - type: Transform + pos: 0.5,-43.5 + parent: 2 + - uid: 15351 + components: + - type: Transform + pos: 0.5,-44.5 + parent: 2 + - uid: 15352 + components: + - type: Transform + pos: 0.5,-45.5 + parent: 2 + - uid: 15353 + components: + - type: Transform + pos: 0.5,-46.5 + parent: 2 + - uid: 15354 + components: + - type: Transform + pos: 0.5,-47.5 + parent: 2 + - uid: 15355 + components: + - type: Transform + pos: 0.5,-48.5 + parent: 2 + - uid: 15356 + components: + - type: Transform + pos: 0.5,-49.5 + parent: 2 + - uid: 15357 + components: + - type: Transform + pos: 0.5,-50.5 + parent: 2 + - uid: 15358 + components: + - type: Transform + pos: 0.5,-51.5 + parent: 2 + - uid: 15359 + components: + - type: Transform + pos: 0.5,-52.5 + parent: 2 + - uid: 15360 + components: + - type: Transform + pos: 0.5,-53.5 + parent: 2 + - uid: 15361 + components: + - type: Transform + pos: 0.5,-54.5 + parent: 2 + - uid: 15363 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-32.5 + parent: 2 + - uid: 15366 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-69.5 + parent: 2 + - uid: 15367 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-56.5 + parent: 2 + - uid: 15370 + components: + - type: Transform + pos: 0.5,-68.5 + parent: 2 + - uid: 15371 + components: + - type: Transform + pos: 0.5,-67.5 + parent: 2 + - uid: 15372 + components: + - type: Transform + pos: 0.5,-66.5 + parent: 2 + - uid: 15373 + components: + - type: Transform + pos: 0.5,-65.5 + parent: 2 + - uid: 15374 + components: + - type: Transform + pos: 0.5,-64.5 + parent: 2 + - uid: 15375 + components: + - type: Transform + pos: 0.5,-63.5 + parent: 2 + - uid: 15376 + components: + - type: Transform + pos: 0.5,-62.5 + parent: 2 + - uid: 15377 + components: + - type: Transform + pos: 0.5,-61.5 + parent: 2 + - uid: 15378 + components: + - type: Transform + pos: 0.5,-60.5 + parent: 2 + - uid: 15379 + components: + - type: Transform + pos: 0.5,-59.5 + parent: 2 + - uid: 15380 + components: + - type: Transform + pos: 0.5,-58.5 + parent: 2 + - uid: 15381 + components: + - type: Transform + pos: 0.5,-57.5 + parent: 2 + - uid: 15382 + components: + - type: Transform + pos: 0.5,-55.5 + parent: 2 + - uid: 15383 + components: + - type: Transform + pos: 0.5,-70.5 + parent: 2 + - uid: 15384 + components: + - type: Transform + pos: 0.5,-71.5 + parent: 2 + - uid: 15385 + components: + - type: Transform + pos: 0.5,-72.5 + parent: 2 + - uid: 15386 + components: + - type: Transform + pos: 0.5,-73.5 + parent: 2 + - uid: 15387 + components: + - type: Transform + pos: 0.5,-74.5 + parent: 2 + - uid: 15388 + components: + - type: Transform + pos: 0.5,-75.5 + parent: 2 + - uid: 15389 + components: + - type: Transform + pos: 0.5,-76.5 + parent: 2 + - uid: 15390 + components: + - type: Transform + pos: 0.5,-77.5 + parent: 2 + - uid: 15391 + components: + - type: Transform + pos: 0.5,-78.5 + parent: 2 + - uid: 15392 + components: + - type: Transform + pos: 0.5,-79.5 + parent: 2 + - uid: 15393 + components: + - type: Transform + pos: 0.5,-80.5 + parent: 2 + - uid: 15394 + components: + - type: Transform + pos: 0.5,-81.5 + parent: 2 + - uid: 15397 + components: + - type: Transform + pos: 0.5,-82.5 + parent: 2 + - uid: 15398 + components: + - type: Transform + pos: 0.5,-83.5 + parent: 2 + - uid: 15401 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-85.5 + parent: 2 + - uid: 15402 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-86.5 + parent: 2 + - uid: 15403 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-87.5 + parent: 2 + - uid: 15404 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-88.5 + parent: 2 + - uid: 15405 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-89.5 + parent: 2 + - uid: 15406 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-90.5 + parent: 2 + - uid: 15407 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-91.5 + parent: 2 + - uid: 15408 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-92.5 + parent: 2 + - uid: 15409 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-93.5 + parent: 2 + - uid: 15410 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-94.5 + parent: 2 + - uid: 15411 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-95.5 + parent: 2 + - uid: 15412 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-96.5 + parent: 2 + - uid: 15414 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-97.5 + parent: 2 + - uid: 15415 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-97.5 + parent: 2 + - uid: 15416 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-97.5 + parent: 2 + - uid: 15417 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-97.5 + parent: 2 + - uid: 15418 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-97.5 + parent: 2 + - uid: 15420 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-98.5 + parent: 2 + - uid: 15421 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-99.5 + parent: 2 + - uid: 15422 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-100.5 + parent: 2 + - uid: 15423 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-101.5 + parent: 2 + - uid: 15424 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-102.5 + parent: 2 + - uid: 15425 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-103.5 + parent: 2 + - uid: 15426 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-104.5 + parent: 2 + - uid: 15427 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-105.5 + parent: 2 + - uid: 15428 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-106.5 + parent: 2 + - uid: 15429 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-107.5 + parent: 2 + - uid: 15433 + components: + - type: Transform + pos: 0.5,-109.5 + parent: 2 + - uid: 15434 + components: + - type: Transform + pos: 0.5,-110.5 + parent: 2 + - uid: 15435 + components: + - type: Transform + pos: 0.5,-111.5 + parent: 2 + - uid: 15436 + components: + - type: Transform + pos: 0.5,-112.5 + parent: 2 + - uid: 15437 + components: + - type: Transform + pos: 0.5,-113.5 + parent: 2 + - uid: 15438 + components: + - type: Transform + pos: 0.5,-114.5 + parent: 2 + - uid: 15439 + components: + - type: Transform + pos: 0.5,-115.5 + parent: 2 + - uid: 15440 + components: + - type: Transform + pos: 0.5,-116.5 + parent: 2 + - uid: 15441 + components: + - type: Transform + pos: 0.5,-117.5 + parent: 2 + - uid: 15442 + components: + - type: Transform + pos: 0.5,-118.5 + parent: 2 + - uid: 15443 + components: + - type: Transform + pos: 0.5,-119.5 + parent: 2 + - uid: 15444 + components: + - type: Transform + pos: 0.5,-120.5 + parent: 2 + - uid: 15445 + components: + - type: Transform + pos: 0.5,-121.5 + parent: 2 + - uid: 15446 + components: + - type: Transform + pos: 0.5,-122.5 + parent: 2 + - uid: 15447 + components: + - type: Transform + pos: 0.5,-123.5 + parent: 2 + - uid: 15448 + components: + - type: Transform + pos: 0.5,-124.5 + parent: 2 + - uid: 15452 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-125.5 + parent: 2 + - uid: 15453 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-125.5 + parent: 2 + - uid: 15454 + components: + - type: Transform + pos: 0.5,-126.5 + parent: 2 + - uid: 15455 + components: + - type: Transform + pos: 0.5,-127.5 + parent: 2 + - uid: 15456 + components: + - type: Transform + pos: 0.5,-128.5 + parent: 2 + - uid: 15457 + components: + - type: Transform + pos: 0.5,-129.5 + parent: 2 + - uid: 15458 + components: + - type: Transform + pos: 0.5,-130.5 + parent: 2 + - uid: 15459 + components: + - type: Transform + pos: 0.5,-131.5 + parent: 2 + - uid: 15460 + components: + - type: Transform + pos: 0.5,-132.5 + parent: 2 + - uid: 15461 + components: + - type: Transform + pos: 0.5,-133.5 + parent: 2 + - uid: 15462 + components: + - type: Transform + pos: 0.5,-134.5 + parent: 2 + - uid: 15464 + components: + - type: Transform + pos: 0.5,-135.5 + parent: 2 + - uid: 15465 + components: + - type: Transform + pos: 0.5,-136.5 + parent: 2 + - uid: 15466 + components: + - type: Transform + pos: 0.5,-137.5 + parent: 2 + - uid: 15467 + components: + - type: Transform + pos: 0.5,-138.5 + parent: 2 + - uid: 15468 + components: + - type: Transform + pos: 0.5,-139.5 + parent: 2 + - uid: 15469 + components: + - type: Transform + pos: 0.5,-140.5 + parent: 2 + - uid: 15470 + components: + - type: Transform + pos: 0.5,-141.5 + parent: 2 + - uid: 15471 + components: + - type: Transform + pos: 0.5,-142.5 + parent: 2 + - uid: 15472 + components: + - type: Transform + pos: 0.5,-143.5 + parent: 2 + - uid: 15473 + components: + - type: Transform + pos: 0.5,-144.5 + parent: 2 + - uid: 15474 + components: + - type: Transform + pos: 0.5,-145.5 + parent: 2 + - uid: 15475 + components: + - type: Transform + pos: 0.5,-146.5 + parent: 2 + - uid: 15476 + components: + - type: Transform + pos: 0.5,-147.5 + parent: 2 + - uid: 15477 + components: + - type: Transform + pos: 0.5,-148.5 + parent: 2 + - uid: 15478 + components: + - type: Transform + pos: 0.5,-149.5 + parent: 2 + - uid: 15481 + components: + - type: Transform + pos: 0.5,-151.5 + parent: 2 + - uid: 15482 + components: + - type: Transform + pos: 0.5,-152.5 + parent: 2 + - uid: 15483 + components: + - type: Transform + pos: 0.5,-153.5 + parent: 2 + - uid: 15484 + components: + - type: Transform + pos: 0.5,-154.5 + parent: 2 + - uid: 15485 + components: + - type: Transform + pos: 0.5,-155.5 + parent: 2 + - uid: 15486 + components: + - type: Transform + pos: 0.5,-156.5 + parent: 2 + - uid: 15487 + components: + - type: Transform + pos: 0.5,-157.5 + parent: 2 + - uid: 15488 + components: + - type: Transform + pos: 0.5,-158.5 + parent: 2 + - uid: 15489 + components: + - type: Transform + pos: 0.5,-159.5 + parent: 2 + - uid: 15490 + components: + - type: Transform + pos: 0.5,-160.5 + parent: 2 + - uid: 15491 + components: + - type: Transform + pos: 0.5,-161.5 + parent: 2 + - uid: 15496 + components: + - type: Transform + pos: 0.5,-163.5 + parent: 2 + - uid: 15497 + components: + - type: Transform + pos: 0.5,-164.5 + parent: 2 + - uid: 15498 + components: + - type: Transform + pos: 0.5,-165.5 + parent: 2 + - uid: 15499 + components: + - type: Transform + pos: 0.5,-166.5 + parent: 2 + - uid: 15500 + components: + - type: Transform + pos: 0.5,-167.5 + parent: 2 + - uid: 15501 + components: + - type: Transform + pos: 0.5,-168.5 + parent: 2 + - uid: 15502 + components: + - type: Transform + pos: 0.5,-169.5 + parent: 2 + - uid: 15503 + components: + - type: Transform + pos: 0.5,-170.5 + parent: 2 + - uid: 15504 + components: + - type: Transform + pos: 0.5,-171.5 + parent: 2 + - uid: 15505 + components: + - type: Transform + pos: 0.5,-172.5 + parent: 2 + - uid: 15506 + components: + - type: Transform + pos: 0.5,-173.5 + parent: 2 + - uid: 15507 + components: + - type: Transform + pos: 0.5,-174.5 + parent: 2 + - uid: 15508 + components: + - type: Transform + pos: 0.5,-175.5 + parent: 2 + - uid: 15509 + components: + - type: Transform + pos: 0.5,-176.5 + parent: 2 + - uid: 15510 + components: + - type: Transform + pos: 0.5,-177.5 + parent: 2 + - uid: 15511 + components: + - type: Transform + pos: 0.5,-178.5 + parent: 2 + - uid: 15514 + components: + - type: Transform + pos: 0.5,-180.5 + parent: 2 + - uid: 15515 + components: + - type: Transform + pos: 0.5,-181.5 + parent: 2 + - uid: 15516 + components: + - type: Transform + pos: 0.5,-182.5 + parent: 2 + - uid: 15517 + components: + - type: Transform + pos: 0.5,-183.5 + parent: 2 + - uid: 15518 + components: + - type: Transform + pos: 0.5,-184.5 + parent: 2 + - uid: 15519 + components: + - type: Transform + pos: 0.5,-185.5 + parent: 2 + - uid: 15520 + components: + - type: Transform + pos: 0.5,-186.5 + parent: 2 + - uid: 15521 + components: + - type: Transform + pos: 0.5,-187.5 + parent: 2 + - uid: 15522 + components: + - type: Transform + pos: 0.5,-188.5 + parent: 2 + - uid: 15524 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-189.5 + parent: 2 + - uid: 15525 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-189.5 + parent: 2 + - uid: 15526 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-189.5 + parent: 2 + - uid: 15527 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-189.5 + parent: 2 + - uid: 15528 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-189.5 + parent: 2 + - uid: 15531 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-190.5 + parent: 2 + - uid: 15532 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-191.5 + parent: 2 + - uid: 15533 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-192.5 + parent: 2 + - uid: 15534 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-193.5 + parent: 2 + - uid: 15535 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-194.5 + parent: 2 + - uid: 15536 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-195.5 + parent: 2 + - uid: 15537 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-196.5 + parent: 2 + - uid: 15538 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-197.5 + parent: 2 + - uid: 15539 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-198.5 + parent: 2 + - uid: 15540 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-199.5 + parent: 2 + - uid: 15541 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-200.5 + parent: 2 + - uid: 15542 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-201.5 + parent: 2 + - uid: 15543 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-202.5 + parent: 2 + - uid: 15544 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-203.5 + parent: 2 + - uid: 15545 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-204.5 + parent: 2 + - uid: 15546 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-205.5 + parent: 2 + - uid: 15548 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-206.5 + parent: 2 + - uid: 15549 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-206.5 + parent: 2 + - uid: 15552 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-207.5 + parent: 2 + - uid: 15553 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-208.5 + parent: 2 + - uid: 15554 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-209.5 + parent: 2 + - uid: 15555 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-210.5 + parent: 2 + - uid: 15556 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-211.5 + parent: 2 + - uid: 15557 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-212.5 + parent: 2 + - uid: 15558 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-213.5 + parent: 2 + - uid: 15559 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-214.5 + parent: 2 + - uid: 15560 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-215.5 + parent: 2 + - uid: 15561 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-216.5 + parent: 2 + - uid: 15562 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-217.5 + parent: 2 + - uid: 15566 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-355.5 + parent: 2 + - uid: 15567 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-354.5 + parent: 2 + - uid: 15568 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-353.5 + parent: 2 + - uid: 15569 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-352.5 + parent: 2 + - uid: 15570 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-351.5 + parent: 2 + - uid: 15571 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-350.5 + parent: 2 + - uid: 15572 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-349.5 + parent: 2 + - uid: 15573 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-348.5 + parent: 2 + - uid: 15574 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-347.5 + parent: 2 + - uid: 15575 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-346.5 + parent: 2 + - uid: 15576 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-345.5 + parent: 2 + - uid: 15577 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-344.5 + parent: 2 + - uid: 15578 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-343.5 + parent: 2 + - uid: 15579 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-342.5 + parent: 2 + - uid: 15580 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-341.5 + parent: 2 + - uid: 15581 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-340.5 + parent: 2 + - uid: 15582 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-339.5 + parent: 2 + - uid: 15583 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-338.5 + parent: 2 + - uid: 15589 + components: + - type: Transform + pos: 0.5,-336.5 + parent: 2 + - uid: 15590 + components: + - type: Transform + pos: 0.5,-335.5 + parent: 2 + - uid: 15591 + components: + - type: Transform + pos: 0.5,-334.5 + parent: 2 + - uid: 15592 + components: + - type: Transform + pos: 0.5,-333.5 + parent: 2 + - uid: 15593 + components: + - type: Transform + pos: 0.5,-332.5 + parent: 2 + - uid: 15594 + components: + - type: Transform + pos: 0.5,-331.5 + parent: 2 + - uid: 15595 + components: + - type: Transform + pos: 0.5,-330.5 + parent: 2 + - uid: 15596 + components: + - type: Transform + pos: 0.5,-329.5 + parent: 2 + - uid: 15597 + components: + - type: Transform + pos: 0.5,-328.5 + parent: 2 + - uid: 15598 + components: + - type: Transform + pos: 0.5,-327.5 + parent: 2 + - uid: 15599 + components: + - type: Transform + pos: 0.5,-326.5 + parent: 2 + - uid: 15600 + components: + - type: Transform + pos: 0.5,-325.5 + parent: 2 + - uid: 15601 + components: + - type: Transform + pos: 0.5,-324.5 + parent: 2 + - uid: 15602 + components: + - type: Transform + pos: 0.5,-323.5 + parent: 2 + - uid: 15603 + components: + - type: Transform + pos: 0.5,-322.5 + parent: 2 + - uid: 15604 + components: + - type: Transform + pos: 0.5,-321.5 + parent: 2 + - uid: 15605 + components: + - type: Transform + pos: 0.5,-320.5 + parent: 2 + - uid: 15606 + components: + - type: Transform + pos: 0.5,-319.5 + parent: 2 + - uid: 15611 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-317.5 + parent: 2 + - uid: 15612 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-318.5 + parent: 2 + - uid: 15613 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-315.5 + parent: 2 + - uid: 15614 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-314.5 + parent: 2 + - uid: 15615 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-313.5 + parent: 2 + - uid: 15616 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-312.5 + parent: 2 + - uid: 15617 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-311.5 + parent: 2 + - uid: 15618 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-310.5 + parent: 2 + - uid: 15619 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-309.5 + parent: 2 + - uid: 15621 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-308.5 + parent: 2 + - uid: 15622 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-308.5 + parent: 2 + - uid: 15623 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-308.5 + parent: 2 + - uid: 15624 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-308.5 + parent: 2 + - uid: 15625 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-308.5 + parent: 2 + - uid: 15626 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-308.5 + parent: 2 + - uid: 15627 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-308.5 + parent: 2 + - uid: 15628 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-308.5 + parent: 2 + - uid: 15629 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-308.5 + parent: 2 + - uid: 15631 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-307.5 + parent: 2 + - uid: 15632 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-306.5 + parent: 2 + - uid: 15633 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-305.5 + parent: 2 + - uid: 15634 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-304.5 + parent: 2 + - uid: 15635 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-303.5 + parent: 2 + - uid: 15636 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-302.5 + parent: 2 + - uid: 15637 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-301.5 + parent: 2 + - uid: 15638 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-300.5 + parent: 2 + - uid: 15639 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-299.5 + parent: 2 + - uid: 15640 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-298.5 + parent: 2 + - uid: 15641 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-297.5 + parent: 2 + - uid: 15642 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-296.5 + parent: 2 + - uid: 15643 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-295.5 + parent: 2 + - uid: 15644 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-294.5 + parent: 2 + - uid: 15645 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-293.5 + parent: 2 + - uid: 15646 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-292.5 + parent: 2 + - uid: 15647 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-291.5 + parent: 2 + - uid: 15648 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-290.5 + parent: 2 + - uid: 15649 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-289.5 + parent: 2 + - uid: 15650 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-288.5 + parent: 2 + - uid: 15651 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-287.5 + parent: 2 + - uid: 15659 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-286.5 + parent: 2 + - uid: 15660 + components: + - type: Transform + pos: -1.5,-285.5 + parent: 2 + - uid: 15661 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-284.5 + parent: 2 + - uid: 15663 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-283.5 + parent: 2 + - uid: 15664 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-282.5 + parent: 2 + - uid: 15665 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-281.5 + parent: 2 + - uid: 15666 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-280.5 + parent: 2 + - uid: 15667 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-279.5 + parent: 2 + - uid: 15668 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-278.5 + parent: 2 + - uid: 15669 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-277.5 + parent: 2 + - uid: 15670 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-276.5 + parent: 2 + - uid: 15671 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-275.5 + parent: 2 + - uid: 15673 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-274.5 + parent: 2 + - uid: 15674 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-274.5 + parent: 2 + - uid: 15676 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-273.5 + parent: 2 + - uid: 15677 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-272.5 + parent: 2 + - uid: 15678 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-271.5 + parent: 2 + - uid: 15681 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-269.5 + parent: 2 + - uid: 15682 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-268.5 + parent: 2 + - uid: 15683 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-267.5 + parent: 2 + - uid: 15684 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-266.5 + parent: 2 + - uid: 15685 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-265.5 + parent: 2 + - uid: 15686 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-264.5 + parent: 2 + - uid: 15687 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-263.5 + parent: 2 + - uid: 15688 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-262.5 + parent: 2 + - uid: 15689 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-261.5 + parent: 2 + - uid: 15690 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-260.5 + parent: 2 + - uid: 15693 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-258.5 + parent: 2 + - uid: 15694 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-257.5 + parent: 2 + - uid: 15695 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-256.5 + parent: 2 + - uid: 15698 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-254.5 + parent: 2 + - uid: 15699 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-253.5 + parent: 2 + - uid: 15700 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-252.5 + parent: 2 + - uid: 15701 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-251.5 + parent: 2 + - uid: 15702 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-250.5 + parent: 2 + - uid: 15703 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-249.5 + parent: 2 + - uid: 15704 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-248.5 + parent: 2 + - uid: 15705 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-247.5 + parent: 2 + - uid: 15706 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-246.5 + parent: 2 + - uid: 15707 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-245.5 + parent: 2 + - uid: 15708 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-244.5 + parent: 2 + - uid: 15709 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-243.5 + parent: 2 + - uid: 15710 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-242.5 + parent: 2 + - uid: 15711 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-241.5 + parent: 2 + - uid: 15712 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-240.5 + parent: 2 + - uid: 15713 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-239.5 + parent: 2 + - uid: 15714 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-238.5 + parent: 2 + - uid: 15715 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-237.5 + parent: 2 + - uid: 15716 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-236.5 + parent: 2 + - uid: 15717 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-235.5 + parent: 2 + - uid: 15718 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-234.5 + parent: 2 + - uid: 15719 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-233.5 + parent: 2 + - uid: 15720 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-232.5 + parent: 2 + - uid: 15726 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-231.5 + parent: 2 + - uid: 15727 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-230.5 + parent: 2 + - uid: 15728 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-229.5 + parent: 2 + - uid: 15729 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-228.5 + parent: 2 + - uid: 15730 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-227.5 + parent: 2 + - uid: 15731 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-226.5 + parent: 2 + - uid: 15732 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-225.5 + parent: 2 + - uid: 15733 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-224.5 + parent: 2 + - uid: 15734 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-223.5 + parent: 2 + - uid: 15735 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-222.5 + parent: 2 + - uid: 15736 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-221.5 + parent: 2 + - uid: 15737 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-220.5 + parent: 2 + - uid: 15739 + components: + - type: Transform + pos: 0.5,-218.5 + parent: 2 + - uid: 15740 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-219.5 + parent: 2 + - uid: 15741 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-219.5 + parent: 2 + - uid: 15742 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-220.5 + parent: 2 + - uid: 17002 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-261.5 + parent: 2 + - uid: 17007 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-261.5 + parent: 2 + - uid: 17008 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-261.5 + parent: 2 + - uid: 17009 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-261.5 + parent: 2 + - uid: 17010 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-261.5 + parent: 2 + - uid: 17011 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-261.5 + parent: 2 + - uid: 17012 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-261.5 + parent: 2 + - uid: 17013 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-261.5 + parent: 2 + - uid: 17014 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-261.5 + parent: 2 + - uid: 17015 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-261.5 + parent: 2 + - uid: 17016 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-261.5 + parent: 2 + - uid: 17017 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-261.5 + parent: 2 + - uid: 17019 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-259.5 + parent: 2 + - uid: 17020 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-259.5 + parent: 2 + - uid: 17021 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-259.5 + parent: 2 + - uid: 17022 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-259.5 + parent: 2 + - uid: 17023 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-259.5 + parent: 2 + - uid: 17024 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-259.5 + parent: 2 + - uid: 17025 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-259.5 + parent: 2 + - uid: 17026 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-259.5 + parent: 2 + - uid: 17027 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-259.5 + parent: 2 + - uid: 17028 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-259.5 + parent: 2 + - uid: 17029 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-259.5 + parent: 2 + - uid: 17030 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-259.5 + parent: 2 + - uid: 17031 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-259.5 + parent: 2 +- proto: DisposalRouter + entities: + - uid: 6797 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-247.5 + parent: 2 + - type: DisposalRouter + tags: + - Engineering + - uid: 9846 + components: + - type: Transform + pos: -0.5,-261.5 + parent: 2 + - type: DisposalRouter + tags: + - Atmos + - uid: 13503 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-11.5 + parent: 2 + - type: DisposalRouter + tags: + - Bridge + - uid: 13636 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-91.5 + parent: 2 + - type: DisposalRouter + tags: + - Kitchen + - uid: 13685 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-119.5 + parent: 2 + - type: DisposalRouter + tags: + - HoP Office + - uid: 13759 + components: + - type: Transform + pos: -0.5,-140.5 + parent: 2 + - type: DisposalRouter + tags: + - Library + - uid: 13764 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-149.5 + parent: 2 + - uid: 13842 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-176.5 + parent: 2 + - type: DisposalRouter + tags: + - Medical + - uid: 14033 + components: + - type: Transform + pos: -0.5,-285.5 + parent: 2 + - type: DisposalRouter + tags: + - Salvage + - uid: 14139 + components: + - type: Transform + pos: -0.5,-303.5 + parent: 2 + - type: DisposalRouter + tags: + - Science + - uid: 14210 + components: + - type: Transform + pos: -0.5,-339.5 + parent: 2 + - type: DisposalRouter + tags: + - Brig +- proto: DisposalRouterFlipped + entities: + - uid: 13591 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-61.5 + parent: 2 + - type: DisposalRouter + tags: + - Bar + - uid: 14090 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-279.5 + parent: 2 + - type: DisposalRouter + tags: + - Cargo +- proto: DisposalTrunk + entities: + - uid: 5417 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-10.5 + parent: 2 + - uid: 6714 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-342.5 + parent: 2 + - uid: 7831 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-250.5 + parent: 2 + - uid: 8225 + components: + - type: Transform + pos: 15.5,-85.5 + parent: 2 + - uid: 8769 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-137.5 + parent: 2 + - uid: 8921 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-308.5 + parent: 2 + - uid: 11928 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-261.5 + parent: 2 + - uid: 13219 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-61.5 + parent: 2 + - uid: 13378 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-190.5 + parent: 2 + - uid: 13637 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-91.5 + parent: 2 + - uid: 13686 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-119.5 + parent: 2 + - uid: 13779 + components: + - type: Transform + pos: 4.5,-137.5 + parent: 2 + - uid: 13785 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-142.5 + parent: 2 + - uid: 13837 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-176.5 + parent: 2 + - uid: 14106 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-288.5 + parent: 2 + - uid: 14142 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-303.5 + parent: 2 + - uid: 14568 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-279.5 + parent: 2 + - uid: 15307 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-4.5 + parent: 2 + - uid: 15335 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-37.5 + parent: 2 + - uid: 15362 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-32.5 + parent: 2 + - uid: 15364 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-56.5 + parent: 2 + - uid: 15365 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-69.5 + parent: 2 + - uid: 15400 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-84.5 + parent: 2 + - uid: 15419 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-97.5 + parent: 2 + - uid: 15430 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-108.5 + parent: 2 + - uid: 15451 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-126.5 + parent: 2 + - uid: 15480 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-150.5 + parent: 2 + - uid: 15495 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-162.5 + parent: 2 + - uid: 15512 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-179.5 + parent: 2 + - uid: 15530 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-189.5 + parent: 2 + - uid: 15551 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-207.5 + parent: 2 + - uid: 15564 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-356.5 + parent: 2 + - uid: 15609 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-316.5 + parent: 2 + - uid: 15630 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-308.5 + parent: 2 + - uid: 15655 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-284.5 + parent: 2 + - uid: 15680 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-270.5 + parent: 2 + - uid: 15697 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-255.5 + parent: 2 + - uid: 15743 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-221.5 + parent: 2 + - uid: 15800 + components: + - type: Transform + pos: 2.5,-335.5 + parent: 2 + - uid: 17034 + components: + - type: Transform + pos: -13.5,-258.5 + parent: 2 +- proto: DisposalUnit + entities: + - uid: 197 + components: + - type: Transform + pos: 6.5,-4.5 + parent: 2 + - uid: 837 + components: + - type: Transform + pos: 4.5,-42.5 + parent: 2 + - uid: 1421 + components: + - type: Transform + pos: 2.5,-69.5 + parent: 2 + - uid: 1563 + components: + - type: Transform + pos: 2.5,-56.5 + parent: 2 + - uid: 1724 + components: + - type: Transform + pos: -2.5,-55.5 + parent: 2 + - uid: 2377 + components: + - type: Transform + pos: 1.5,-270.5 + parent: 2 + - uid: 4199 + components: + - type: Transform + pos: 15.5,-137.5 + parent: 2 + - uid: 6759 + components: + - type: Transform + pos: -13.5,-258.5 + parent: 2 + - uid: 7759 + components: + - type: Transform + pos: -2.5,-126.5 + parent: 2 + - uid: 7801 + components: + - type: Transform + pos: -8.5,-308.5 + parent: 2 + - uid: 7906 + components: + - type: Transform + pos: 15.5,-85.5 + parent: 2 + - uid: 8380 + components: + - type: Transform + pos: -7.5,-190.5 + parent: 2 + - uid: 9050 + components: + - type: Transform + pos: 3.5,-207.5 + parent: 2 + - uid: 11006 + components: + - type: Transform + pos: 2.5,-335.5 + parent: 2 + - uid: 15333 + components: + - type: Transform + pos: -1.5,-32.5 + parent: 2 + - uid: 15334 + components: + - type: Transform + pos: 1.5,-37.5 + parent: 2 + - uid: 15395 + components: + - type: Transform + pos: 1.5,-84.5 + parent: 2 + - uid: 15396 + components: + - type: Transform + pos: 6.5,-97.5 + parent: 2 + - uid: 15431 + components: + - type: Transform + pos: 1.5,-108.5 + parent: 2 + - uid: 15463 + components: + - type: Transform + pos: -0.5,-150.5 + parent: 2 + - uid: 15493 + components: + - type: Transform + pos: -0.5,-162.5 + parent: 2 + - uid: 15494 + components: + - type: Transform + pos: 1.5,-179.5 + parent: 2 + - uid: 15529 + components: + - type: Transform + pos: 6.5,-189.5 + parent: 2 + - uid: 15563 + components: + - type: Transform + pos: 1.5,-356.5 + parent: 2 + - uid: 15607 + components: + - type: Transform + pos: 1.5,-316.5 + parent: 2 + - uid: 15608 + components: + - type: Transform + pos: 10.5,-308.5 + parent: 2 + - uid: 15652 + components: + - type: Transform + pos: 0.5,-284.5 + parent: 2 + - uid: 15691 + components: + - type: Transform + pos: 1.5,-255.5 + parent: 2 +- proto: DisposalYJunction + entities: + - uid: 15738 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-219.5 + parent: 2 +- proto: DogBed + entities: + - uid: 2235 + components: + - type: Transform + pos: 1.5,-117.5 + parent: 2 + - uid: 2720 + components: + - type: Transform + pos: 5.5,-139.5 + parent: 2 + - uid: 3034 + components: + - type: Transform + pos: -1.5,-11.5 + parent: 2 + - uid: 11968 + components: + - type: Transform + pos: -0.5,-363.5 + parent: 2 + - uid: 12153 + components: + - type: Transform + pos: -1.5,-356.5 + parent: 2 + - uid: 12156 + components: + - type: Transform + pos: -2.5,-305.5 + parent: 2 + - uid: 12636 + components: + - type: Transform + pos: -8.5,-304.5 + parent: 2 + - uid: 13397 + components: + - type: Transform + pos: -15.5,-265.5 + parent: 2 +- proto: DonkpocketBoxSpawner + entities: + - uid: 5404 + components: + - type: Transform + pos: 7.5,-200.5 + parent: 2 + - uid: 8553 + components: + - type: Transform + pos: -4.5,-286.5 + parent: 2 + - uid: 8558 + components: + - type: Transform + pos: -4.5,-286.5 + parent: 2 + - uid: 13399 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-339.5 + parent: 2 + - uid: 14564 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-339.5 + parent: 2 + - uid: 14601 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-339.5 + parent: 2 +- proto: DoubleEmergencyOxygenTankFilled + entities: + - uid: 16890 + components: + - type: Transform + pos: -13.656871,-257.18164 + parent: 2 + - uid: 16891 + components: + - type: Transform + pos: -13.656871,-257.18164 + parent: 2 + - uid: 16892 + components: + - type: Transform + pos: -13.656871,-257.18164 + parent: 2 +- proto: DresserCaptainFilled + entities: + - uid: 298 + components: + - type: Transform + pos: -0.5,-13.5 + parent: 2 +- proto: DresserChiefEngineerFilled + entities: + - uid: 8443 + components: + - type: Transform + pos: 10.5,-254.5 + parent: 2 +- proto: DresserChiefMedicalOfficerFilled + entities: + - uid: 7782 + components: + - type: Transform + pos: 5.5,-179.5 + parent: 2 +- proto: DresserFilled + entities: + - uid: 923 + components: + - type: Transform + pos: 3.5,-64.5 + parent: 2 + - uid: 2368 + components: + - type: Transform + pos: -2.5,-138.5 + parent: 2 + - uid: 2724 + components: + - type: Transform + pos: -5.5,-136.5 + parent: 2 +- proto: DresserHeadOfPersonnelFilled + entities: + - uid: 2231 + components: + - type: Transform + pos: -1.5,-116.5 + parent: 2 +- proto: DresserHeadOfSecurityFilled + entities: + - uid: 11097 + components: + - type: Transform + pos: -3.5,-344.5 + parent: 2 +- proto: DresserQuarterMasterFilled + entities: + - uid: 9011 + components: + - type: Transform + pos: 4.5,-284.5 + parent: 2 +- proto: DresserResearchDirectorFilled + entities: + - uid: 8459 + components: + - type: Transform + pos: -9.5,-303.5 + parent: 2 +- proto: DresserWardenFilled + entities: + - uid: 11385 + components: + - type: Transform + pos: 1.5,-368.5 + parent: 2 +- proto: DrinkAleBottleFull + entities: + - uid: 3036 + components: + - type: Transform + pos: -0.47690427,-60.402824 + parent: 2 + - uid: 3038 + components: + - type: Transform + pos: -0.25679237,-60.35632 + parent: 2 +- proto: DrinkBeerBottleFull + entities: + - uid: 7891 + components: + - type: Transform + pos: 8.708858,-254.22014 + parent: 2 + - uid: 8458 + components: + - type: Transform + pos: 8.616409,-254.0617 + parent: 2 +- proto: DrinkBeerGrowler + entities: + - uid: 4800 + components: + - type: Transform + pos: 5.307968,-252.56429 + parent: 2 + - uid: 6637 + components: + - type: Transform + pos: 5.6909623,-253.30362 + parent: 2 + - uid: 8559 + components: + - type: Transform + pos: -3.847699,-286.55716 + parent: 2 + - uid: 8560 + components: + - type: Transform + pos: -3.7202213,-286.6471 + parent: 2 +- proto: DrinkBlueCuracaoBottleFull + entities: + - uid: 10993 + components: + - type: Transform + pos: -1.2898192,-65.33336 + parent: 2 +- proto: DrinkBottleOfNothingFull + entities: + - uid: 2032 + components: + - type: Transform + pos: -8.723203,-122.26877 + parent: 2 +- proto: DrinkBottleVodka + entities: + - uid: 4190 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.8516526,-63.1077 + parent: 2 +- proto: DrinkBottleWhiskey + entities: + - uid: 14924 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.600952,-147.04173 + parent: 2 + - uid: 14925 + components: + - type: Transform + pos: -6.690937,-147.61519 + parent: 2 + - uid: 14927 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.4547286,-144.36557 + parent: 2 + - uid: 14928 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.4097366,-145.63618 + parent: 2 + - uid: 14929 + components: + - type: Transform + pos: -6.679689,-145.77112 + parent: 2 +- proto: DrinkFlask + entities: + - uid: 317 + components: + - type: Transform + pos: -0.34037054,-11.441932 + parent: 2 +- proto: DrinkGlass + entities: + - uid: 4172 + components: + - type: Transform + pos: -1.003649,-60.552048 + parent: 2 + - uid: 4173 + components: + - type: Transform + pos: -1.5407214,-60.51684 + parent: 2 + - uid: 10802 + components: + - type: Transform + pos: -2.020939,-65.49077 + parent: 2 + - uid: 10826 + components: + - type: Transform + pos: -1.6722503,-65.53575 + parent: 2 + - uid: 10995 + components: + - type: Transform + pos: -1.7622352,-65.288376 + parent: 2 +- proto: DrinkGreenTeaGlass + entities: + - uid: 12388 + components: + - type: Transform + pos: -4.4292135,-316.6871 + parent: 2 +- proto: DrinkHotCoffee + entities: + - uid: 9521 + components: + - type: Transform + pos: 22.915377,-317.35895 + parent: 2 +- proto: DrinkIceCreamGlass + entities: + - uid: 2989 + components: + - type: Transform + pos: 3.657866,-72.56517 + parent: 2 + - uid: 14371 + components: + - type: Transform + pos: 14.69894,-63.384167 + parent: 2 + - uid: 14381 + components: + - type: Transform + pos: 14.407273,-63.384167 + parent: 2 +- proto: DrinkIcedTeaGlass + entities: + - uid: 12387 + components: + - type: Transform + pos: -4.534867,-316.51547 + parent: 2 +- proto: DrinkLongIslandIcedTeaGlass + entities: + - uid: 14460 + components: + - type: Transform + pos: 17.602736,-78.352585 + parent: 2 +- proto: DrinkMopwataBottleRandom + entities: + - uid: 1747 + components: + - type: Transform + pos: -5.7352834,-54.166782 + parent: 2 +- proto: DrinkMugDog + entities: + - uid: 2234 + components: + - type: Transform + pos: 1.1724037,-117.232086 + parent: 2 + - uid: 12838 + components: + - type: Transform + pos: -0.32982033,-365.28162 + parent: 2 +- proto: DrinkMugMetal + entities: + - uid: 199 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.952591,-12.591546 + parent: 2 + - uid: 302 + components: + - type: Transform + pos: 5.957412,-12.479102 + parent: 2 + - uid: 303 + components: + - type: Transform + pos: 5.8674273,-12.22423 + parent: 2 + - uid: 304 + components: + - type: Transform + pos: 5.6124735,-12.531576 + parent: 2 +- proto: DrinkNothing + entities: + - uid: 2033 + components: + - type: Transform + pos: -8.335806,-122.47121 + parent: 2 +- proto: DrinkShotGlass + entities: + - uid: 442 + components: + - type: Transform + pos: -6.5079026,-63.4827 + parent: 2 + - uid: 4192 + components: + - type: Transform + pos: -5.5391526,-63.4202 + parent: 2 + - uid: 4193 + components: + - type: Transform + pos: -5.3672776,-62.342075 + parent: 2 +- proto: DrinkSodaWaterBottleFull + entities: + - uid: 2787 + components: + - type: Transform + pos: 7.572414,-197.48143 + parent: 2 + - uid: 7556 + components: + - type: Transform + pos: 7.766112,-197.4022 + parent: 2 +- proto: DrinkTeaJug + entities: + - uid: 2213 + components: + - type: Transform + pos: -1.5308492,-120.70999 + parent: 2 + - uid: 2270 + components: + - type: Transform + pos: -1.355068,-120.780304 + parent: 2 +- proto: DrinkTeapot + entities: + - uid: 2267 + components: + - type: Transform + pos: -1.5341585,-120.30812 + parent: 2 +- proto: DrinkVodkaBottleFull + entities: + - uid: 1486 + components: + - type: Transform + pos: 7.686127,-56.08689 + parent: 2 + - uid: 4189 + components: + - type: Transform + pos: -6.1016526,-62.51395 + parent: 2 + - uid: 11208 + components: + - type: Transform + pos: -3.0426478,-346.08514 + parent: 2 +- proto: DrinkVodkaGlass + entities: + - uid: 11209 + components: + - type: Transform + pos: -3.2451503,-346.4724 + parent: 2 +- proto: DrinkWhiskeyBottleFull + entities: + - uid: 14566 + components: + - type: Transform + pos: 14.124506,-63.392555 + parent: 2 + - uid: 14919 + components: + - type: Transform + pos: -6.274761,-147.46901 + parent: 2 + - uid: 14926 + components: + - type: Transform + pos: -6.2410164,-148.00874 + parent: 2 +- proto: DrinkWineBottleFull + entities: + - uid: 64 + components: + - type: Transform + pos: 5.8253236,-7.014749 + parent: 2 + - uid: 221 + components: + - type: Transform + pos: 5.4743247,-6.6932936 + parent: 2 +- proto: DrinkWineGlass + entities: + - uid: 220 + components: + - type: Transform + pos: 4.979412,-6.412184 + parent: 2 + - uid: 222 + components: + - type: Transform + pos: 4.0908213,-7.3229785 + parent: 2 +- proto: EggSpider + entities: + - uid: 14780 + components: + - type: Transform + pos: 3.6699882,-35.680645 + parent: 2 +- proto: EmergencyLight + entities: + - uid: 7815 + components: + - type: Transform + pos: 1.5,-243.5 + parent: 2 + - uid: 10705 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-69.5 + parent: 2 + - uid: 15207 + components: + - type: Transform + pos: 1.5,-237.5 + parent: 2 + - uid: 15208 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-8.5 + parent: 2 + - uid: 15209 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,1.5 + parent: 2 + - uid: 15210 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-17.5 + parent: 2 + - uid: 15211 + components: + - type: Transform + pos: 1.5,-21.5 + parent: 2 + - uid: 15212 + components: + - type: Transform + pos: -1.5,-27.5 + parent: 2 + - uid: 15213 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-44.5 + parent: 2 + - uid: 15214 + components: + - type: Transform + pos: 1.5,-48.5 + parent: 2 + - uid: 15215 + components: + - type: Transform + pos: -1.5,-57.5 + parent: 2 + - uid: 15217 + components: + - type: Transform + pos: 1.5,-75.5 + parent: 2 + - uid: 15218 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-84.5 + parent: 2 + - uid: 15219 + components: + - type: Transform + pos: 1.5,-102.5 + parent: 2 + - uid: 15220 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-92.5 + parent: 2 + - uid: 15221 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-114.5 + parent: 2 + - uid: 15222 + components: + - type: Transform + pos: 2.5,-123.5 + parent: 2 + - uid: 15223 + components: + - type: Transform + pos: 1.5,-129.5 + parent: 2 + - uid: 15224 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-142.5 + parent: 2 + - uid: 15225 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-151.5 + parent: 2 + - uid: 15226 + components: + - type: Transform + pos: 1.5,-156.5 + parent: 2 + - uid: 15227 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-166.5 + parent: 2 + - uid: 15228 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-177.5 + parent: 2 + - uid: 15229 + components: + - type: Transform + pos: 1.5,-183.5 + parent: 2 + - uid: 15230 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-192.5 + parent: 2 + - uid: 15231 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-203.5 + parent: 2 + - uid: 15232 + components: + - type: Transform + pos: 1.5,-210.5 + parent: 2 + - uid: 15233 + components: + - type: Transform + pos: 1.5,-217.5 + parent: 2 + - uid: 15234 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-232.5 + parent: 2 + - uid: 15236 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-259.5 + parent: 2 + - uid: 15237 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-253.5 + parent: 2 + - uid: 15238 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,-250.5 + parent: 2 + - uid: 15239 + components: + - type: Transform + pos: 1.5,-264.5 + parent: 2 + - uid: 15240 + components: + - type: Transform + pos: 1.5,-291.5 + parent: 2 + - uid: 15241 + components: + - type: Transform + pos: 6.5,-276.5 + parent: 2 + - uid: 15243 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-283.5 + parent: 2 + - uid: 15244 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-275.5 + parent: 2 + - uid: 15245 + components: + - type: Transform + pos: 10.5,-306.5 + parent: 2 + - uid: 15246 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-318.5 + parent: 2 + - uid: 15247 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-298.5 + parent: 2 + - uid: 15248 + components: + - type: Transform + pos: -2.5,-307.5 + parent: 2 + - uid: 15249 + components: + - type: Transform + pos: 1.5,-323.5 + parent: 2 + - uid: 15250 + components: + - type: Transform + pos: -0.5,-329.5 + parent: 2 + - uid: 15251 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-342.5 + parent: 2 + - uid: 15252 + components: + - type: Transform + pos: 1.5,-356.5 + parent: 2 + - uid: 15253 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-366.5 + parent: 2 + - uid: 15254 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-366.5 + parent: 2 + - uid: 15255 + components: + - type: Transform + pos: -1.5,-370.5 + parent: 2 + - uid: 15256 + components: + - type: Transform + pos: 2.5,-370.5 + parent: 2 +- proto: Emitter + entities: + - uid: 4991 + components: + - type: Transform + pos: 23.5,-253.5 + parent: 2 + - uid: 6653 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,-255.5 + parent: 2 + - uid: 8797 + components: + - type: Transform + pos: 31.5,-253.5 + parent: 2 + - uid: 13034 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-265.5 + parent: 2 +- proto: EncryptionKeyCargo + entities: + - uid: 9501 + components: + - type: Transform + parent: 9500 + - type: Physics + canCollide: False +- proto: EncryptionKeyCommand + entities: + - uid: 9504 + components: + - type: Transform + parent: 9503 + - type: Physics + canCollide: False +- proto: EncryptionKeyCommon + entities: + - uid: 9552 + components: + - type: Transform + parent: 9551 + - type: Physics + canCollide: False +- proto: EncryptionKeyEngineering + entities: + - uid: 9554 + components: + - type: Transform + parent: 9553 + - type: Physics + canCollide: False +- proto: EncryptionKeyMedical + entities: + - uid: 9548 + components: + - type: Transform + parent: 9547 + - type: Physics + canCollide: False +- proto: EncryptionKeyMedicalScience + entities: + - uid: 9693 + components: + - type: Transform + pos: 21.672514,-299.37094 + parent: 2 +- proto: EncryptionKeyRobo + entities: + - uid: 9691 + components: + - type: Transform + pos: 21.332075,-299.4883 + parent: 2 +- proto: EncryptionKeyScience + entities: + - uid: 9550 + components: + - type: Transform + parent: 9549 + - type: Physics + canCollide: False +- proto: EncryptionKeySecurity + entities: + - uid: 9558 + components: + - type: Transform + parent: 9557 + - type: Physics + canCollide: False +- proto: EncryptionKeyService + entities: + - uid: 9556 + components: + - type: Transform + parent: 9555 + - type: Physics + canCollide: False +- proto: ExosuitFabricator + entities: + - uid: 9968 + components: + - type: Transform + pos: 7.5,-311.5 + parent: 2 +- proto: ExtendedEmergencyNitrogenTankFilled + entities: + - uid: 558 + components: + - type: Transform + pos: -6.4656725,-2.5658867 + parent: 2 + - uid: 14754 + components: + - type: Transform + pos: -3.619395,-18.40879 + parent: 2 +- proto: ExtinguisherCabinetFilled + entities: + - uid: 53 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-0.5 + parent: 2 + - uid: 918 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,1.5 + parent: 2 + - uid: 2703 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-80.5 + parent: 2 + - uid: 2868 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-108.5 + parent: 2 + - uid: 2869 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-140.5 + parent: 2 + - uid: 2870 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-65.5 + parent: 2 + - uid: 2871 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-39.5 + parent: 2 + - uid: 2890 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-117.5 + parent: 2 + - uid: 2891 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-96.5 + parent: 2 + - uid: 4004 + components: + - type: Transform + pos: 3.5,-204.5 + parent: 2 + - uid: 8911 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-311.5 + parent: 2 + - uid: 12187 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-335.5 + parent: 2 + - uid: 12250 + components: + - type: Transform + pos: -4.5,-276.5 + parent: 2 + - uid: 12320 + components: + - type: Transform + pos: 3.5,-356.5 + parent: 2 + - uid: 12334 + components: + - type: Transform + pos: 2.5,-226.5 + parent: 2 + - uid: 12335 + components: + - type: Transform + pos: 4.5,-199.5 + parent: 2 + - uid: 12336 + components: + - type: Transform + pos: -0.5,-171.5 + parent: 2 +- proto: FaxMachineBase + entities: + - uid: 60 + components: + - type: Transform + pos: -0.5,2.5 + parent: 2 + - type: FaxMachine + name: Bridge + - uid: 2697 + components: + - type: Transform + pos: -5.5,-141.5 + parent: 2 + - type: FaxMachine + name: Library + - uid: 8461 + components: + - type: Transform + pos: 3.5,-179.5 + parent: 2 + - uid: 8691 + components: + - type: Transform + pos: 10.5,-254.5 + parent: 2 + - type: FaxMachine + name: Chief Engineer + - uid: 9164 + components: + - type: Transform + pos: 4.5,-284.5 + parent: 2 + - type: FaxMachine + name: Quartermaster + - uid: 9209 + components: + - type: Transform + pos: -1.5,-116.5 + parent: 2 + - type: FaxMachine + name: Head of Personnel + - uid: 10166 + components: + - type: Transform + pos: -9.5,-303.5 + parent: 2 + - type: FaxMachine + name: Research Director + - uid: 11094 + components: + - type: Transform + pos: 6.5,-331.5 + parent: 2 + - type: FaxMachine + name: Lawyer + - uid: 11141 + components: + - type: Transform + pos: -2.5,-346.5 + parent: 2 + - type: FaxMachine + name: Head of Security +- proto: FaxMachineCaptain + entities: + - uid: 300 + components: + - type: Transform + pos: -1.5,-13.5 + parent: 2 +- proto: filingCabinetDrawerRandom + entities: + - uid: 12869 + components: + - type: Transform + pos: 1.5,-364.5 + parent: 2 +- proto: FireAxeCabinetFilled + entities: + - uid: 107 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-0.5 + parent: 2 +- proto: Firelock + entities: + - uid: 17000 + components: + - type: Transform + pos: -3.5,-248.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15278 +- proto: FirelockEdge + entities: + - uid: 610 + components: + - type: Transform + pos: 0.5,-36.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13110 + - uid: 637 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-33.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13109 + - uid: 638 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-33.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13109 + - uid: 639 + components: + - type: Transform + pos: -0.5,-36.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13110 + - uid: 1725 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-87.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13150 + - uid: 1726 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-87.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13151 + - uid: 8242 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-150.5 + parent: 2 + - uid: 8255 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-162.5 + parent: 2 + - uid: 8256 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-162.5 + parent: 2 + - uid: 8353 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-150.5 + parent: 2 + - uid: 8354 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-141.5 + parent: 2 + - uid: 8355 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-141.5 + parent: 2 + - uid: 9085 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-250.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15278 + - 15280 + - uid: 9425 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-330.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13391 + - uid: 9426 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-329.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13391 + - uid: 10870 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-331.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13391 + - uid: 12324 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-251.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15278 + - 15280 + - uid: 13111 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-64.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13115 + - 13117 + - uid: 13112 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-63.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13115 + - 13117 + - uid: 13113 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-62.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13115 + - 13117 + - uid: 13114 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-61.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13115 + - 13117 + - uid: 13127 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-87.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13146 + - 13150 + - uid: 13128 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-88.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13146 + - 13150 + - uid: 13129 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-89.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13146 + - 13150 + - uid: 13155 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-112.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13161 + - uid: 13156 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-113.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13161 + - uid: 13157 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-114.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13161 + - uid: 13192 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-168.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13209 + - 13218 + - uid: 13193 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-167.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13209 + - 13218 + - uid: 13194 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-166.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13209 + - 13218 + - uid: 13201 + components: + - type: Transform + pos: 5.5,-170.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 8201 + - 13218 + - uid: 13202 + components: + - type: Transform + pos: 4.5,-170.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 8201 + - 13218 + - uid: 13311 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-271.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13317 + - 13322 + - uid: 13312 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-272.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13317 + - 13322 + - uid: 13355 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-301.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13358 + - 13382 + - uid: 13356 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-302.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13358 + - 13382 + - uid: 13357 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-303.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13358 + - 13382 + - uid: 15285 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-253.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15282 + - uid: 15286 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-254.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15282 + - uid: 15287 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-255.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15282 + - uid: 16682 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-360.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13421 +- proto: FirelockGlass + entities: + - uid: 113 + components: + - type: Transform + pos: 0.5,-361.5 + parent: 2 + - uid: 146 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-13.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13080 + - 13105 + - uid: 387 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-10.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13080 + - uid: 389 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-12.5 + parent: 2 + - uid: 390 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-6.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13080 + - uid: 391 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-0.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13080 + - 12935 + - uid: 392 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-3.5 + parent: 2 + - uid: 393 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,1.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 12935 + - uid: 396 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-17.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13105 + - uid: 614 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-341.5 + parent: 2 + - uid: 621 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-40.5 + parent: 2 + - uid: 623 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-35.5 + parent: 2 + - uid: 707 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-34.5 + parent: 2 + - uid: 1372 + components: + - type: Transform + pos: -4.5,-69.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13115 + - 13124 + - uid: 1408 + components: + - type: Transform + pos: 3.5,-57.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13115 + - uid: 1427 + components: + - type: Transform + pos: 3.5,-68.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13115 + - uid: 1429 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-62.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13117 + - uid: 1431 + components: + - type: Transform + pos: 5.5,-63.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13117 + - uid: 1498 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-165.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13209 + - uid: 1544 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-97.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13148 + - uid: 1701 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-83.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13147 + - 13150 + - uid: 1702 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-81.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13147 + - uid: 1705 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-85.5 + parent: 2 + - uid: 1715 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-86.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13150 + - uid: 1723 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-86.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13151 + - uid: 2228 + components: + - type: Transform + pos: -15.5,-249.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 16971 + - 16979 + - uid: 2256 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-125.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13168 + - uid: 2405 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-122.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13168 + - uid: 2406 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-119.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13168 + - uid: 2407 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-116.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13161 + - uid: 2408 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-113.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13161 + - uid: 2409 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-110.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13161 + - uid: 2410 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-120.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13165 + - 13168 + - uid: 2411 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-118.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13171 + - uid: 2412 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-116.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13171 + - uid: 2826 + components: + - type: Transform + pos: -1.5,-151.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13178 + - 13189 + - uid: 2827 + components: + - type: Transform + pos: 2.5,-152.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13178 + - uid: 2828 + components: + - type: Transform + pos: 5.5,-147.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13178 + - 13180 + - uid: 2829 + components: + - type: Transform + pos: 4.5,-147.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13178 + - 13180 + - uid: 2830 + components: + - type: Transform + pos: 3.5,-147.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13178 + - 13180 + - uid: 2831 + components: + - type: Transform + pos: 4.5,-140.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13180 + - 13182 + - uid: 2832 + components: + - type: Transform + pos: 7.5,-138.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13182 + - uid: 2833 + components: + - type: Transform + pos: 2.5,-135.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13176 + - uid: 2834 + components: + - type: Transform + pos: -1.5,-139.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13176 + - 13185 + - uid: 2835 + components: + - type: Transform + pos: -1.5,-140.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13176 + - 13185 + - uid: 2836 + components: + - type: Transform + pos: -1.5,-141.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13176 + - 13185 + - uid: 2837 + components: + - type: Transform + pos: -4.5,-137.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13185 + - 13187 + - uid: 4359 + components: + - type: Transform + pos: -3.5,-201.5 + parent: 2 + - uid: 5128 + components: + - type: Transform + pos: 4.5,-197.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13239 + - 13247 + - uid: 5129 + components: + - type: Transform + pos: 4.5,-198.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13239 + - 13247 + - uid: 5130 + components: + - type: Transform + pos: -1.5,-198.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13247 + - 13251 + - uid: 5131 + components: + - type: Transform + pos: -2.5,-199.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13251 + - 13252 + - uid: 5133 + components: + - type: Transform + pos: -3.5,-205.5 + parent: 2 + - uid: 5134 + components: + - type: Transform + pos: 0.5,-191.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13241 + - 13249 + - uid: 5135 + components: + - type: Transform + pos: 2.5,-195.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13247 + - 13249 + - uid: 6726 + components: + - type: Transform + pos: 2.5,-260.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15282 + - uid: 6855 + components: + - type: Transform + pos: 18.5,-244.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15292 + - uid: 6856 + components: + - type: Transform + pos: 14.5,-256.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15292 + - uid: 6857 + components: + - type: Transform + pos: 9.5,-256.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15280 + - uid: 6858 + components: + - type: Transform + pos: 9.5,-248.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15280 + - uid: 7798 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-311.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 8432 + - uid: 7799 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-311.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 8432 + - uid: 7800 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-311.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 8432 + - uid: 7820 + components: + - type: Transform + pos: -1.5,-260.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15282 + - uid: 7821 + components: + - type: Transform + pos: 14.5,-248.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15292 + - uid: 7879 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-244.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15278 + - 15279 + - uid: 7885 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-246.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15279 + - 15280 + - uid: 8009 + components: + - type: Transform + pos: -1.5,-243.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15278 + - uid: 8012 + components: + - type: Transform + pos: 0.5,-252.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15278 + - 15282 + - uid: 8037 + components: + - type: Transform + pos: 2.5,-256.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15280 + - 15282 + - uid: 8213 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-243.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15278 + - 15279 + - uid: 8483 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-245.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15278 + - 15279 + - uid: 8852 + components: + - type: Transform + pos: -0.5,-189.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13241 + - 14727 + - uid: 9423 + components: + - type: Transform + pos: 5.5,-341.5 + parent: 2 + - uid: 9462 + components: + - type: Transform + pos: 8.5,-340.5 + parent: 2 + - uid: 9827 + components: + - type: Transform + pos: -0.5,-190.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13241 + - 14727 + - uid: 10538 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-283.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13341 + - uid: 10757 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-54.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13116 + - 13115 + - uid: 10842 + components: + - type: Transform + pos: 5.5,-339.5 + parent: 2 + - uid: 10843 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-339.5 + parent: 2 + - uid: 12306 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-340.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 5925 + - uid: 12954 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-84.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13146 + - 13147 + - uid: 13108 + components: + - type: Transform + pos: -0.5,-252.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15278 + - 15282 + - uid: 13132 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-84.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13146 + - 13147 + - uid: 13133 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-84.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13146 + - 13147 + - uid: 13134 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-92.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13146 + - 13148 + - uid: 13135 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-92.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13146 + - 13148 + - uid: 13136 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-92.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13146 + - 13148 + - uid: 13158 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-117.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13161 + - 13168 + - uid: 13159 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-117.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13161 + - 13168 + - uid: 13160 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-109.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13161 + - uid: 13163 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-122.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13165 + - 13168 + - uid: 13172 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-146.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13176 + - 13178 + - uid: 13173 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-146.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13176 + - 13178 + - uid: 13174 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-148.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13178 + - uid: 13190 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-171.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13211 + - uid: 13191 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-171.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13211 + - uid: 13196 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-174.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13213 + - uid: 13197 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-175.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13213 + - uid: 13198 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-175.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13211 + - 8201 + - uid: 13199 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-179.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13211 + - uid: 13200 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-170.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 8201 + - 13218 + - uid: 13203 + components: + - type: Transform + pos: 6.5,-164.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13218 + - uid: 13204 + components: + - type: Transform + pos: 2.5,-162.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13209 + - uid: 13205 + components: + - type: Transform + pos: -1.5,-163.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13209 + - uid: 13223 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-191.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13239 + - 13241 + - uid: 13224 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-191.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13239 + - 13241 + - uid: 13225 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-204.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13239 + - 13244 + - uid: 13226 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-204.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13239 + - 13244 + - uid: 13242 + components: + - type: Transform + pos: -1.5,-205.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13244 + - 13252 + - uid: 13264 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-230.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13260 + - 13269 + - uid: 13265 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-230.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13261 + - 13269 + - uid: 13266 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-219.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13262 + - 13269 + - uid: 13267 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-219.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13263 + - 13269 + - uid: 13310 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-271.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13317 + - 2277 + - uid: 13313 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-274.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13317 + - 13322 + - uid: 13314 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-276.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13317 + - 13333 + - uid: 13315 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-276.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13317 + - 13333 + - uid: 13319 + components: + - type: Transform + pos: 4.5,-275.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13322 + - 13341 + - uid: 13320 + components: + - type: Transform + pos: 5.5,-275.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13322 + - 13341 + - uid: 13321 + components: + - type: Transform + pos: 5.5,-269.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13322 + - uid: 13324 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-276.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 2277 + - uid: 13328 + components: + - type: Transform + pos: 1.5,-285.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13333 + - uid: 13332 + components: + - type: Transform + pos: -5.5,-282.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13333 + - 13335 + - uid: 13338 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-283.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13341 + - uid: 13339 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-280.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13341 + - uid: 13340 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-278.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13341 + - uid: 13342 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-306.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13365 + - 8432 + - uid: 13343 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-307.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13365 + - 8432 + - uid: 13344 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-308.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13365 + - 8432 + - uid: 13345 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-304.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13358 + - 8432 + - uid: 13346 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-304.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13358 + - 8432 + - uid: 13347 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-304.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13358 + - 8432 + - uid: 13353 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-297.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13358 + - uid: 13354 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-297.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13358 + - uid: 13360 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-305.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13365 + - 13383 + - uid: 13361 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-309.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13365 + - uid: 13362 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-305.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13365 + - uid: 13363 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-309.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13365 + - uid: 13364 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-307.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13365 + - uid: 13367 + components: + - type: Transform + pos: -1.5,-317.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13370 + - 13374 + - uid: 13368 + components: + - type: Transform + pos: 2.5,-319.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13370 + - uid: 13372 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-310.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13374 + - 8432 + - uid: 13373 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-314.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13374 + - uid: 13377 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-306.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 8432 + - 13382 + - uid: 13381 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-303.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13382 + - uid: 13386 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-334.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13391 + - 11906 + - 5925 + - uid: 13387 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-334.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13391 + - 11906 + - 5925 + - uid: 13390 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-330.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13391 + - 11906 + - uid: 13395 + components: + - type: Transform + pos: 0.5,-343.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 11906 + - 5925 + - uid: 13396 + components: + - type: Transform + pos: -4.5,-343.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 11906 + - 13402 + - 5925 + - uid: 13412 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-357.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13421 + - uid: 13413 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-357.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13421 + - uid: 13414 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-366.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13421 + - uid: 13415 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-363.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13421 + - uid: 13416 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-366.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13421 + - uid: 13417 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-363.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13421 + - uid: 13418 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-367.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13421 + - 13426 + - uid: 13419 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-367.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13421 + - 13426 + - uid: 13420 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-360.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13421 + - uid: 14728 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-192.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14727 + - uid: 15086 + components: + - type: Transform + pos: 7.5,-190.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13241 + - uid: 15087 + components: + - type: Transform + pos: 7.5,-205.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13244 + - uid: 15281 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-258.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15280 + - uid: 15290 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-260.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15292 + - uid: 15291 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-262.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15292 + - uid: 16995 + components: + - type: Transform + pos: -12.5,-260.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 16979 + - uid: 16996 + components: + - type: Transform + pos: -12.5,-248.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 16971 + - uid: 16997 + components: + - type: Transform + pos: -12.5,-243.5 + parent: 2 +- proto: Fireplace + entities: + - uid: 289 + components: + - type: Transform + pos: -3.5,-9.5 + parent: 2 + - uid: 2838 + components: + - type: Transform + pos: -3.5,-138.5 + parent: 2 +- proto: Flash + entities: + - uid: 409 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.435971,-12.5018215 + parent: 2 + - uid: 12776 + components: + - type: Transform + parent: 12773 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: FlashlightLantern + entities: + - uid: 3675 + components: + - type: Transform + pos: -2.459197,-144.20804 + parent: 2 +- proto: FloorDrain + entities: + - uid: 2316 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-91.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 2317 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-54.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 2926 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-174.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 3090 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-167.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 14375 + components: + - type: Transform + pos: 15.5,-61.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 16519 + components: + - type: Transform + pos: -1.5,-172.5 + parent: 2 + - type: Fixtures + fixtures: {} +- proto: FloraTree01 + entities: + - uid: 11690 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.7296805,-40.53731 + parent: 2 +- proto: FloraTree05 + entities: + - uid: 15092 + components: + - type: Transform + pos: 11.2466135,-200.43379 + parent: 2 +- proto: FloraTree06 + entities: + - uid: 15094 + components: + - type: Transform + pos: 9.820292,-197.55566 + parent: 2 +- proto: FloraTreeLarge01 + entities: + - uid: 15088 + components: + - type: Transform + pos: 10.625899,-194.5191 + parent: 2 +- proto: FloraTreeStump + entities: + - uid: 710 + components: + - type: Transform + pos: 4.1898217,-41.37392 + parent: 2 +- proto: FoodBanana + entities: + - uid: 8946 + components: + - type: Transform + parent: 2003 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 10018 + components: + - type: Transform + parent: 2003 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 10091 + components: + - type: Transform + parent: 2003 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: FoodBoxDonkpocketTeriyaki + entities: + - uid: 215 + components: + - type: Transform + pos: 6.6280804,-11.907726 + parent: 2 +- proto: FoodBurgerBacon + entities: + - uid: 7583 + components: + - type: Transform + pos: 7.422054,-197.01524 + parent: 2 +- proto: FoodBurgerRobot + entities: + - uid: 9974 + components: + - type: Transform + pos: -1.5525827,-302.4798 + parent: 2 +- proto: FoodCakeBrain + entities: + - uid: 7213 + components: + - type: Transform + parent: 7212 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: FoodCarrot + entities: + - uid: 2308 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5787189,-87.526474 + parent: 2 +- proto: FoodCartCold + entities: + - uid: 12368 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-90.5 + parent: 2 +- proto: FoodCartHot + entities: + - uid: 2319 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-93.5 + parent: 2 +- proto: FoodCondimentBottleEnzyme + entities: + - uid: 26570 + components: + - type: Transform + pos: 1.0586631,-370.32172 + parent: 2 +- proto: FoodCondimentPacketFrostoil + entities: + - uid: 8981 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.349776,-168.19804 + parent: 2 +- proto: FoodDonutBlumpkin + entities: + - uid: 9685 + components: + - type: Transform + pos: 22.969706,-297.51672 + parent: 2 +- proto: FoodDonutCaramel + entities: + - uid: 11522 + components: + - type: Transform + pos: -0.40804732,-345.55585 + parent: 2 +- proto: FoodDonutChaos + entities: + - uid: 5382 + components: + - type: Transform + pos: -0.61935514,-345.2918 + parent: 2 +- proto: FoodDonutChocolate + entities: + - uid: 9683 + components: + - type: Transform + pos: 22.40035,-297.51086 + parent: 2 +- proto: FoodDonutHomer + entities: + - uid: 9686 + components: + - type: Transform + pos: 23.233839,-297.22336 + parent: 2 +- proto: FoodDonutJellyCaramel + entities: + - uid: 9684 + components: + - type: Transform + pos: 22.70557,-297.24683 + parent: 2 +- proto: FoodDonutJellySlugcat + entities: + - uid: 9689 + components: + - type: Transform + pos: 23.568409,-299.31226 + parent: 2 +- proto: FoodDonutMeat + entities: + - uid: 9687 + components: + - type: Transform + pos: 23.445145,-297.5226 + parent: 2 +- proto: FoodEggBoiled + entities: + - uid: 4194 + components: + - type: Transform + pos: -0.6405136,-11.597754 + parent: 2 +- proto: FoodEggplant + entities: + - uid: 14357 + components: + - type: Transform + pos: 16.665325,-82.4353 + parent: 2 +- proto: FoodMealPotatoYaki + entities: + - uid: 15037 + components: + - type: Transform + pos: -10.433084,-134.28047 + parent: 2 +- proto: FoodPieBananaCream + entities: + - uid: 2006 + components: + - type: Transform + pos: -7.22454,-124.50731 + parent: 2 + - uid: 10014 + components: + - type: Transform + parent: 2003 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 10781 + components: + - type: Transform + parent: 2003 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: FoodPieFrosty + entities: + - uid: 9075 + components: + - type: Transform + pos: -1.4735029,-168.43417 + parent: 2 +- proto: FoodPotato + entities: + - uid: 2306 + components: + - type: Transform + pos: 1.3938253,-87.1436 + parent: 2 + - uid: 2307 + components: + - type: Transform + pos: 1.6579595,-87.28883 + parent: 2 +- proto: FoodSaladCitrus + entities: + - uid: 14742 + components: + - type: Transform + pos: -6.285258,-307.37143 + parent: 2 +- proto: FoodSoupTomatoBlood + entities: + - uid: 367 + components: + - type: Transform + pos: -3.4185836,2.6839163 + parent: 2 +- proto: ForkPlastic + entities: + - uid: 9985 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.582423,-313.33093 + parent: 2 +- proto: FuelDispenser + entities: + - uid: 16898 + components: + - type: Transform + pos: -4.5,-306.5 + parent: 2 +- proto: GasCanisterBrokenBase + entities: + - uid: 14639 + components: + - type: Transform + pos: -5.5,-259.5 + parent: 2 +- proto: GasFilter + entities: + - uid: 8509 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-170.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FFD800FF' + - uid: 8512 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-170.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FFD800FF' +- proto: GasFilterFlipped + entities: + - uid: 6673 + components: + - type: Transform + pos: -17.5,-257.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 8816 + components: + - type: Transform + pos: -17.5,-253.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 8917 + components: + - type: Transform + pos: -17.5,-255.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 11901 + components: + - type: Transform + pos: -17.5,-251.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: GasMinerCarbonDioxide + entities: + - uid: 13271 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,-253.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: GasMinerNitrogenStationLarge + entities: + - uid: 7546 + components: + - type: Transform + pos: -20.5,-257.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: GasMinerOxygenStationLarge + entities: + - uid: 8202 + components: + - type: Transform + pos: -20.5,-255.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: GasMixer + entities: + - uid: 8683 + components: + - type: Transform + pos: -14.5,-258.5 + parent: 2 + - type: GasMixer + inletTwoConcentration: 0.78 + inletOneConcentration: 0.22 + targetPressure: 4500 + - type: AtmosDevice + joinedGrid: 2 + - uid: 11211 + components: + - type: Transform + pos: 5.5,-356.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FFD800FF' +- proto: GasOutletInjector + entities: + - uid: 3760 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-257.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 4021 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-255.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 7237 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-251.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 7924 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-253.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: GasPassiveVent + entities: + - uid: 545 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-357.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FFD800FF' + - uid: 618 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-14.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 938 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-58.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1102 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-25.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3114 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,-253.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 3256 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-92.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3405 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-126.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3500 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-126.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3961 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-135.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4049 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-260.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 4154 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-180.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5014 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-200.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5026 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-229.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5171 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-220.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5175 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-229.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5320 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-249.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 5367 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-220.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5480 + components: + - type: Transform + pos: -16.5,-237.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 6796 + components: + - type: Transform + pos: -19.5,-257.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 8346 + components: + - type: Transform + pos: -14.5,-237.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 8789 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,-251.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 10694 + components: + - type: Transform + pos: -7.5,-332.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 10928 + components: + - type: Transform + pos: 8.5,-332.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 11899 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-168.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 11916 + components: + - type: Transform + pos: -19.5,-255.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 12016 + components: + - type: Transform + pos: -19.5,-260.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 12218 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-283.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12389 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-313.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FEF101FF' + - uid: 12405 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-315.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FEF101FF' + - uid: 12517 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-311.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12907 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-358.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 13103 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-369.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13104 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-369.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14298 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-263.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14451 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,-64.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' +- proto: GasPipeBend + entities: + - uid: 735 + components: + - type: Transform + pos: 2.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 738 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 853 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 854 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 869 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 873 + components: + - type: Transform + pos: 1.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 930 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 981 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1021 + components: + - type: Transform + pos: 3.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1107 + components: + - type: Transform + pos: -5.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1149 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1200 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1202 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-179.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1396 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-190.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1670 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1994 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 2284 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-170.5 + parent: 2 + - type: AtmosPipeColor + color: '#FFD800FF' + - uid: 3361 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-88.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3409 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-125.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3450 + components: + - type: Transform + pos: 5.5,-109.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3505 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-126.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3506 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-126.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3531 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-108.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3562 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-206.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3610 + components: + - type: Transform + pos: 6.5,-108.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3636 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-108.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3882 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-17.5 + parent: 2 + - uid: 3955 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-139.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4054 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4113 + components: + - type: Transform + pos: -17.5,-249.5 + parent: 2 + - uid: 4547 + components: + - type: Transform + pos: 4.5,-151.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4984 + components: + - type: Transform + pos: 16.5,-243.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5101 + components: + - type: Transform + pos: -4.5,-197.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5311 + components: + - type: Transform + pos: 5.5,-162.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5318 + components: + - type: Transform + pos: 5.5,-175.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5345 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-172.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5379 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-220.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5381 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-229.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 6630 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 6640 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-261.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 6694 + components: + - type: Transform + pos: 17.5,-262.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 6781 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-170.5 + parent: 2 + - type: AtmosPipeColor + color: '#FFD800FF' + - uid: 6888 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-250.5 + parent: 2 + - uid: 7360 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,-258.5 + parent: 2 + - uid: 7433 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-249.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7485 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-243.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7813 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,-256.5 + parent: 2 + - uid: 7883 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-168.5 + parent: 2 + - type: AtmosPipeColor + color: '#FFD800FF' + - uid: 7905 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-259.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8047 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-244.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8065 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-257.5 + parent: 2 + - uid: 8086 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-262.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8090 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-244.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8108 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-257.5 + parent: 2 + - uid: 8195 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,-262.5 + parent: 2 + - uid: 8267 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,-261.5 + parent: 2 + - uid: 9520 + components: + - type: Transform + pos: 5.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 10044 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-262.5 + parent: 2 + - uid: 10079 + components: + - type: Transform + pos: 9.5,-114.5 + parent: 2 + - uid: 11214 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-356.5 + parent: 2 + - type: AtmosPipeColor + color: '#FFD800FF' + - uid: 11253 + components: + - type: Transform + pos: 7.5,-328.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12062 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-333.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12150 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-333.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12244 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-286.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12245 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-286.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12383 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-347.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12521 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-308.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12529 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-319.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12565 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-311.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12566 + components: + - type: Transform + pos: 8.5,-301.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12618 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-298.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12623 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-298.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12712 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-357.5 + parent: 2 + - type: AtmosPipeColor + color: '#FFD800FF' + - uid: 12807 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-346.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12831 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-346.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12842 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-327.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12843 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-328.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12844 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-328.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12879 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-347.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12980 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-360.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12981 + components: + - type: Transform + pos: 1.5,-359.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12982 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-359.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 13035 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-361.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13143 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-90.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14306 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,-263.5 + parent: 2 + - uid: 14423 + components: + - type: Transform + pos: 18.5,-63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14425 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14437 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-64.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14442 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-62.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14607 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-252.5 + parent: 2 + - uid: 14815 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14816 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14827 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-57.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14836 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-81.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14842 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-81.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14864 + components: + - type: Transform + pos: -3.5,-106.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14865 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-106.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14895 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-138.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 15042 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-189.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 15101 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-190.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 15102 + components: + - type: Transform + pos: 5.5,-189.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 15111 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-163.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 15126 + components: + - type: Transform + pos: 5.5,-152.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 15185 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-273.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 15200 + components: + - type: Transform + pos: 5.5,-287.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 16478 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-168.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 16488 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-174.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 16489 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-172.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 16687 + components: + - type: Transform + pos: -3.5,-360.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' +- proto: GasPipeFourway + entities: + - uid: 615 + components: + - type: Transform + pos: 2.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 846 + components: + - type: Transform + pos: 1.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 860 + components: + - type: Transform + pos: 1.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1261 + components: + - type: Transform + pos: 0.5,-62.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1302 + components: + - type: Transform + pos: -0.5,-63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1370 + components: + - type: Transform + pos: 0.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3273 + components: + - type: Transform + pos: -3.5,-86.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3335 + components: + - type: Transform + pos: 0.5,-81.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3350 + components: + - type: Transform + pos: 0.5,-88.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3375 + components: + - type: Transform + pos: 0.5,-96.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3419 + components: + - type: Transform + pos: 1.5,-116.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3957 + components: + - type: Transform + pos: 4.5,-139.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4011 + components: + - type: Transform + pos: -0.5,-151.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4119 + components: + - type: Transform + pos: 0.5,-175.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4529 + components: + - type: Transform + pos: 0.5,-152.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4615 + components: + - type: Transform + pos: 0.5,-219.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4666 + components: + - type: Transform + pos: 0.5,-189.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4748 + components: + - type: Transform + pos: -4.5,-200.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5036 + components: + - type: Transform + pos: 1.5,-200.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5052 + components: + - type: Transform + pos: 0.5,-230.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5084 + components: + - type: Transform + pos: 1.5,-190.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5263 + components: + - type: Transform + pos: 1.5,-174.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5304 + components: + - type: Transform + pos: 0.5,-163.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5926 + components: + - type: Transform + pos: 0.5,-287.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 6693 + components: + - type: Transform + pos: 0.5,-243.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7204 + components: + - type: Transform + pos: 0.5,-202.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7822 + components: + - type: Transform + pos: 0.5,-260.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7956 + components: + - type: Transform + pos: -3.5,-172.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9809 + components: + - type: Transform + pos: 0.5,-197.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9816 + components: + - type: Transform + pos: -3.5,-366.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12441 + components: + - type: Transform + pos: -0.5,-308.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12722 + components: + - type: Transform + pos: 1.5,-331.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12746 + components: + - type: Transform + pos: 0.5,-347.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12755 + components: + - type: Transform + pos: 1.5,-333.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12768 + components: + - type: Transform + pos: -4.5,-333.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12796 + components: + - type: Transform + pos: 1.5,-340.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12797 + components: + - type: Transform + pos: -4.5,-340.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12949 + components: + - type: Transform + pos: 4.5,-366.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12968 + components: + - type: Transform + pos: 1.5,-366.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' +- proto: GasPipeHalf + entities: + - uid: 4112 + components: + - type: Transform + pos: -15.5,-237.5 + parent: 2 +- proto: GasPipeStraight + entities: + - uid: 444 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 533 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 594 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 595 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 602 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 609 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,-257.5 + parent: 2 + - uid: 612 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 624 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 628 + components: + - type: Transform + pos: 6.5,-16.5 + parent: 2 + - uid: 629 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 630 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 635 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 660 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 673 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 685 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 686 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 709 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 715 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 717 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 718 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 719 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 720 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 721 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 722 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 723 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 724 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 725 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 731 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 732 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 733 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 736 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 739 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 740 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 743 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 744 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 746 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 748 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 749 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 765 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 766 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 767 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 768 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 789 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 794 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 795 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 812 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 813 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 814 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 817 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 818 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 819 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 820 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 823 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 840 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 841 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 842 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 847 + components: + - type: Transform + pos: 1.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 848 + components: + - type: Transform + pos: 1.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 849 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 850 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 851 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 852 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 858 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 859 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 861 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 862 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 863 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 864 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 865 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 868 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 872 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 874 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 876 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 877 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 878 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 920 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-70.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 922 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 933 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 973 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-69.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 988 + components: + - type: Transform + pos: 0.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 990 + components: + - type: Transform + pos: 0.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 992 + components: + - type: Transform + pos: 0.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 995 + components: + - type: Transform + pos: 0.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1005 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-220.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1038 + components: + - type: Transform + pos: 0.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1039 + components: + - type: Transform + pos: 0.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1040 + components: + - type: Transform + pos: 0.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1041 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-161.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1042 + components: + - type: Transform + pos: 0.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1043 + components: + - type: Transform + pos: 0.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1044 + components: + - type: Transform + pos: 0.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1045 + components: + - type: Transform + pos: 0.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1046 + components: + - type: Transform + pos: 0.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1047 + components: + - type: Transform + pos: 0.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1048 + components: + - type: Transform + pos: 0.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1049 + components: + - type: Transform + pos: 0.5,-39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1051 + components: + - type: Transform + pos: 0.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1054 + components: + - type: Transform + pos: 0.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1055 + components: + - type: Transform + pos: 0.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1056 + components: + - type: Transform + pos: 0.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1058 + components: + - type: Transform + pos: 0.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1059 + components: + - type: Transform + pos: 0.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1060 + components: + - type: Transform + pos: 0.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1061 + components: + - type: Transform + pos: 0.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1062 + components: + - type: Transform + pos: 0.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1065 + components: + - type: Transform + pos: 0.5,-53.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1069 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-340.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1109 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1118 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-57.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1135 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1136 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1137 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-67.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1147 + components: + - type: Transform + pos: -0.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1150 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1151 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1152 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1153 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1154 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1157 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-68.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1159 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1160 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1161 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1162 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1163 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1164 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1165 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1166 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1168 + components: + - type: Transform + pos: -0.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1170 + components: + - type: Transform + pos: -0.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1171 + components: + - type: Transform + pos: -0.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1173 + components: + - type: Transform + pos: -0.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1175 + components: + - type: Transform + pos: -0.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1176 + components: + - type: Transform + pos: -0.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1182 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1183 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1184 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1185 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1187 + components: + - type: Transform + pos: -4.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1189 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-39.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1190 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1193 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1194 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1195 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1196 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1197 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1198 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1199 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1203 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1204 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1206 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1208 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1214 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1217 + components: + - type: Transform + pos: -0.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1219 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1220 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1232 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1233 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1234 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1235 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1236 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1251 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1252 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1253 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1254 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1255 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1258 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1260 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1263 + components: + - type: Transform + pos: -4.5,-55.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1265 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1268 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1271 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1275 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1280 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1281 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1282 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1284 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1287 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-340.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1290 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-56.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1291 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1293 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-59.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1294 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-60.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1295 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-61.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1296 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-62.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1297 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-64.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1298 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1300 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-65.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1303 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1304 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1305 + components: + - type: Transform + pos: 0.5,-55.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1306 + components: + - type: Transform + pos: 0.5,-56.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1307 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-57.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1308 + components: + - type: Transform + pos: 0.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1309 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-53.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1310 + components: + - type: Transform + pos: 0.5,-60.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1311 + components: + - type: Transform + pos: 0.5,-61.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1312 + components: + - type: Transform + pos: 0.5,-63.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1313 + components: + - type: Transform + pos: 0.5,-64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1314 + components: + - type: Transform + pos: 0.5,-65.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1317 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-62.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1318 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-62.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1319 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-62.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1320 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1321 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-55.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1322 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-56.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1330 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-66.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1331 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-66.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1338 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1340 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1346 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-67.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1356 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-57.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1357 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-71.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1361 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-69.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1363 + components: + - type: Transform + pos: 0.5,-66.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1364 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-70.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1366 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-72.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1371 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-74.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1376 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-190.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1377 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-57.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1379 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-57.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1387 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-69.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1388 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-69.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1390 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-69.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1391 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-69.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1392 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-68.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1393 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-68.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1395 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-68.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1397 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-68.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1404 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-72.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1405 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-72.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1410 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-71.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1411 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-71.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1412 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-71.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1414 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-71.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1424 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1512 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-328.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1575 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-288.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1680 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1770 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-59.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1841 + components: + - type: Transform + pos: -4.5,-136.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1961 + components: + - type: Transform + pos: -4.5,-134.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2170 + components: + - type: Transform + pos: -4.5,-135.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3025 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-57.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3028 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,-258.5 + parent: 2 + - uid: 3039 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-340.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3041 + components: + - type: Transform + pos: -4.5,-94.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3120 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-168.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3135 + components: + - type: Transform + pos: -9.5,-253.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3144 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-260.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3194 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-258.5 + parent: 2 + - uid: 3197 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,-251.5 + parent: 2 + - uid: 3198 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-253.5 + parent: 2 + - uid: 3215 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,-251.5 + parent: 2 + - uid: 3251 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-75.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3258 + components: + - type: Transform + pos: -4.5,-95.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3265 + components: + - type: Transform + pos: -7.5,-85.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3266 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-92.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3267 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-86.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3268 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-86.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3269 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-87.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3275 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-85.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3276 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-84.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3277 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-83.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3280 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-86.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3282 + components: + - type: Transform + pos: -4.5,-93.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3286 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-82.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3287 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-82.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3289 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-82.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3290 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-82.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3291 + components: + - type: Transform + pos: 1.5,-81.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3292 + components: + - type: Transform + pos: 1.5,-80.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3294 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-82.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3295 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-82.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3296 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-83.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3297 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-95.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3298 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-94.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3299 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-93.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3300 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-92.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3301 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-91.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3302 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-90.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3303 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-89.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3304 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-88.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3305 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-87.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3306 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-86.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3307 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-85.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3308 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-84.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3312 + components: + - type: Transform + pos: -4.5,-96.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3313 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-96.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3315 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-97.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3316 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-97.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3317 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-97.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3318 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-97.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3320 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-97.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3321 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-97.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3322 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-97.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3324 + components: + - type: Transform + pos: -0.5,-98.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3325 + components: + - type: Transform + pos: -0.5,-99.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3327 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-76.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3328 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-77.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3329 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-78.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3330 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-80.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3336 + components: + - type: Transform + pos: 0.5,-82.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3337 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-81.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3338 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-81.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3339 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-81.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3340 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-81.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3341 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-81.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3342 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-81.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3343 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-81.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3344 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-83.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3345 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-84.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3346 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-85.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3347 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-86.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3348 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-87.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3349 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-89.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3356 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-88.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3357 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-88.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3358 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-88.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3359 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-88.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3360 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-88.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3362 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-87.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3365 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-92.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3366 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-93.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3367 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-95.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3368 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-94.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3369 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-91.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3370 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-91.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3376 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-96.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3377 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-96.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3378 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-96.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3379 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-97.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3380 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-98.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3381 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-99.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3382 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-101.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3383 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-102.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3384 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-103.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3385 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-104.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3387 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-96.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3388 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-96.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3389 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-96.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3390 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-96.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3402 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-105.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3404 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-107.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3406 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-108.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3411 + components: + - type: Transform + pos: 1.5,-124.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3412 + components: + - type: Transform + pos: 1.5,-123.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3413 + components: + - type: Transform + pos: 1.5,-122.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3414 + components: + - type: Transform + pos: 1.5,-121.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3416 + components: + - type: Transform + pos: 1.5,-119.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3417 + components: + - type: Transform + pos: 1.5,-118.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3418 + components: + - type: Transform + pos: 1.5,-117.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3420 + components: + - type: Transform + pos: 1.5,-115.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3421 + components: + - type: Transform + pos: 1.5,-114.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3422 + components: + - type: Transform + pos: 1.5,-113.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3423 + components: + - type: Transform + pos: 1.5,-112.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3424 + components: + - type: Transform + pos: 1.5,-111.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3425 + components: + - type: Transform + pos: 1.5,-110.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3427 + components: + - type: Transform + pos: 0.5,-126.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3428 + components: + - type: Transform + pos: 0.5,-129.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3429 + components: + - type: Transform + pos: 0.5,-128.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3430 + components: + - type: Transform + pos: 0.5,-130.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3431 + components: + - type: Transform + pos: 0.5,-131.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3432 + components: + - type: Transform + pos: 0.5,-132.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3433 + components: + - type: Transform + pos: 0.5,-134.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3434 + components: + - type: Transform + pos: 0.5,-135.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3440 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-108.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3442 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-109.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3443 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-109.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3445 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-109.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3446 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-109.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3447 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-109.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3449 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-109.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3453 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-116.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3454 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-116.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3455 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-116.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3456 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-116.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3458 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-116.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3459 + components: + - type: Transform + pos: -6.5,-110.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3460 + components: + - type: Transform + pos: -6.5,-111.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3461 + components: + - type: Transform + pos: -6.5,-112.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3462 + components: + - type: Transform + pos: -6.5,-113.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3463 + components: + - type: Transform + pos: -6.5,-114.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3464 + components: + - type: Transform + pos: -6.5,-115.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3465 + components: + - type: Transform + pos: -6.5,-116.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3466 + components: + - type: Transform + pos: -6.5,-117.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3467 + components: + - type: Transform + pos: -6.5,-118.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3468 + components: + - type: Transform + pos: -6.5,-119.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3469 + components: + - type: Transform + pos: -6.5,-120.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3470 + components: + - type: Transform + pos: -6.5,-121.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3471 + components: + - type: Transform + pos: -6.5,-122.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3472 + components: + - type: Transform + pos: -6.5,-123.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3473 + components: + - type: Transform + pos: -6.5,-124.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3488 + components: + - type: Transform + pos: 15.5,-259.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3510 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-124.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3511 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-123.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3512 + components: + - type: Transform + pos: -8.5,-121.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3514 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-120.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3516 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-118.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3517 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-117.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3519 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-115.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3520 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-114.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3522 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-112.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3523 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-111.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3528 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-110.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3529 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-109.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3558 + components: + - type: Transform + pos: 15.5,-261.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3563 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-125.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3564 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-124.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3565 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-123.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3567 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-121.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3569 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-119.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3570 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-118.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3572 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-117.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3574 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-116.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3575 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-115.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3577 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-113.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3578 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-112.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3579 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-111.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3580 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-110.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3581 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-109.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3587 + components: + - type: Transform + pos: -0.5,-121.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3588 + components: + - type: Transform + pos: -0.5,-123.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3589 + components: + - type: Transform + pos: -0.5,-124.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3590 + components: + - type: Transform + pos: -0.5,-125.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3591 + components: + - type: Transform + pos: -0.5,-126.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3592 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-122.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3593 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-122.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3594 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-122.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3595 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-122.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3596 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-122.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3597 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-122.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3607 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-248.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3609 + components: + - type: Transform + pos: -9.5,-252.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3611 + components: + - type: Transform + pos: -9.5,-251.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3612 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-108.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3613 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-108.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3614 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-108.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3615 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-108.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3617 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-108.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3618 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-108.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3620 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-107.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3624 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-115.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3627 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-119.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3628 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-118.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3629 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-120.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3634 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-108.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3635 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-108.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3638 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-109.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3642 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-260.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3643 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-248.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3644 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-260.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3648 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-138.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3649 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-138.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3663 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-200.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3670 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-138.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3677 + components: + - type: Transform + pos: -17.5,-250.5 + parent: 2 + - uid: 3766 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3789 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-138.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3790 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-260.5 + parent: 2 + - uid: 3849 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-138.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3875 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-139.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3921 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-137.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3922 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-144.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3924 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-140.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3925 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-141.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3926 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-142.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3927 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-143.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3928 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-144.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3929 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-145.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3931 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-147.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3932 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-148.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3934 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-151.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3935 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-150.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3937 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-153.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3939 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-155.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3940 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-156.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3941 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-157.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3942 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-158.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3943 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-159.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3945 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-161.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3946 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-162.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3951 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-248.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3956 + components: + - type: Transform + pos: 4.5,-140.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3958 + components: + - type: Transform + pos: 4.5,-138.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3959 + components: + - type: Transform + pos: 4.5,-137.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3960 + components: + - type: Transform + pos: 4.5,-136.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3963 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-135.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3964 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-135.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3965 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-135.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3966 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-135.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3967 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-135.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3968 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-135.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3969 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-135.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3974 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-134.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3975 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-135.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3976 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-135.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3979 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-145.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3983 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-135.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3985 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-136.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3986 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-138.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3989 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-139.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3990 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-141.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3991 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-142.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3992 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-143.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3995 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-147.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3997 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-149.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3999 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-150.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4001 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-146.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4002 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-138.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4005 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-148.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4006 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-148.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4007 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-148.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4008 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-148.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4010 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-140.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4014 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-153.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4015 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-152.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4017 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-136.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4019 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,-260.5 + parent: 2 + - uid: 4024 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-139.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4025 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-139.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4026 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-139.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4027 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-139.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4028 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-138.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4029 + components: + - type: Transform + pos: -9.5,-250.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4030 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-137.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4032 + components: + - type: Transform + pos: -4.5,-140.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4034 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-140.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4035 + components: + - type: Transform + pos: 1.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4036 + components: + - type: Transform + pos: -5.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4038 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-260.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4039 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-140.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4052 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-271.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4116 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-171.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4117 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-172.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4118 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-173.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4120 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-174.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4121 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-176.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4122 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-177.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4123 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-178.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4124 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-179.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4125 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-180.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4126 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-182.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4127 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-183.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4128 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-184.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4129 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-185.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4130 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-186.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4132 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-188.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4135 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-163.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4151 + components: + - type: Transform + pos: 1.5,-188.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4152 + components: + - type: Transform + pos: 1.5,-189.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4153 + components: + - type: Transform + pos: -0.5,-180.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4156 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-179.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4157 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-179.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4158 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-179.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4159 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-179.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4160 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-179.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4200 + components: + - type: Transform + pos: 15.5,-260.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4201 + components: + - type: Transform + pos: 15.5,-262.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4214 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-164.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4215 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-163.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4216 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-166.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4225 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-164.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4305 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-151.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4307 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-152.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4357 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-88.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4420 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-201.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4514 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-86.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4531 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-152.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4532 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-152.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4534 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-152.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4536 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-151.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4537 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-151.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4538 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-207.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4539 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-151.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4540 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-151.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4560 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-146.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4561 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-146.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4562 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-146.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4563 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-149.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4564 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-149.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4565 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-149.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4566 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-149.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4569 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-206.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4578 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-198.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4580 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-206.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4581 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-199.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4583 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-206.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4585 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-206.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4589 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-194.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4590 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-217.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4591 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-218.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4592 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-176.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4593 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-220.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4594 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-221.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4598 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-200.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4599 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-200.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4600 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-200.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4601 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-213.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4602 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-207.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4604 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-196.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4605 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-193.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4606 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-206.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4607 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-190.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4609 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-191.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4610 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-204.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4611 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-203.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4613 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-209.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4639 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-205.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4659 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-196.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4660 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-195.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4661 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-192.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4663 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-191.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4664 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-192.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4665 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-202.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4667 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-205.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4669 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-203.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4671 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-197.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4708 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-189.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4709 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-190.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4740 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-202.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4741 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-205.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4743 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-195.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4744 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-192.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4745 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-194.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4746 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-211.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4747 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-212.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4749 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-200.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4778 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-205.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4779 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-190.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4849 + components: + - type: Transform + pos: 17.5,-244.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4896 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-198.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4924 + components: + - type: Transform + pos: 1.5,-193.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4945 + components: + - type: Transform + pos: 0.5,-170.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4947 + components: + - type: Transform + pos: 0.5,-167.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4982 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-210.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4983 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-201.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4999 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-204.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5033 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-200.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5034 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-200.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5035 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-200.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5038 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-215.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5039 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-216.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5044 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-222.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5045 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-223.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5046 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-224.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5047 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-225.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5048 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-226.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5049 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-227.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5050 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-228.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5051 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-229.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5053 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-231.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5054 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-232.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5055 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-233.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5056 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-234.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5058 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-236.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5059 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-237.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5060 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-238.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5061 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-239.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5062 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-240.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5064 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-242.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5074 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-189.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5075 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-189.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5076 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-189.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5078 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-190.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5080 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-190.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5090 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-205.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5091 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-189.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5098 + components: + - type: Transform + pos: -4.5,-199.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5099 + components: + - type: Transform + pos: -4.5,-198.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5104 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-197.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5105 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-197.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5106 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-197.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5109 + components: + - type: Transform + pos: 17.5,-246.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5113 + components: + - type: Transform + pos: -4.5,-203.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5114 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-202.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5115 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-202.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5116 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-202.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5117 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-202.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5138 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-230.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5139 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-230.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5141 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-230.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5142 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-230.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5143 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-219.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5145 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-219.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5146 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-219.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5147 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-219.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5166 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-229.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5167 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-229.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5168 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-220.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5169 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-220.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5191 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-220.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5192 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-220.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5193 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-220.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5194 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-220.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5195 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-229.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5196 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-229.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5197 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-229.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5198 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-229.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5248 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-179.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5250 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-178.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5253 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-177.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5254 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-175.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5255 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-175.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5257 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-175.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5258 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-175.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5264 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-174.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5265 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-174.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5266 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-174.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5267 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-174.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5268 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-179.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5269 + components: + - type: Transform + pos: 1.5,-175.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5270 + components: + - type: Transform + pos: 1.5,-173.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5271 + components: + - type: Transform + pos: 1.5,-172.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5272 + components: + - type: Transform + pos: 1.5,-171.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5273 + components: + - type: Transform + pos: 1.5,-170.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5284 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-175.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5285 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-175.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5286 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-175.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5287 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-175.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5292 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-163.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5297 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-166.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5298 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-166.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5299 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-168.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5305 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-163.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5306 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-163.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5308 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-162.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5309 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-162.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5310 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-162.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5314 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-175.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5315 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-175.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5316 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-176.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5336 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-172.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5339 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,-260.5 + parent: 2 + - uid: 5341 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-172.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5342 + components: + - type: Transform + pos: 4.5,-173.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5368 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-229.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5369 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-234.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5370 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-233.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5371 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-232.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5372 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-230.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5373 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-231.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5374 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-219.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5375 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-218.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5376 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-217.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5377 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-216.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5378 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-215.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5380 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-220.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5401 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-260.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5416 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,-238.5 + parent: 2 + - uid: 5418 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-249.5 + parent: 2 + - uid: 5422 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,-238.5 + parent: 2 + - uid: 5486 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5499 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,-238.5 + parent: 2 + - uid: 6389 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-114.5 + parent: 2 + - uid: 6677 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-243.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 6696 + components: + - type: Transform + pos: 0.5,-246.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 6698 + components: + - type: Transform + pos: 0.5,-245.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 6700 + components: + - type: Transform + pos: 0.5,-252.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 6702 + components: + - type: Transform + pos: 0.5,-255.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 6705 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-248.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 6708 + components: + - type: Transform + pos: 0.5,-247.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 6709 + components: + - type: Transform + pos: 0.5,-244.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 6710 + components: + - type: Transform + pos: 16.5,-252.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 6715 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-248.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 6716 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-256.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 6717 + components: + - type: Transform + pos: 0.5,-249.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 6718 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-244.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 6724 + components: + - type: Transform + pos: -0.5,-252.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 6728 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-256.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 6729 + components: + - type: Transform + pos: -0.5,-254.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 6730 + components: + - type: Transform + pos: 0.5,-253.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 6742 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-256.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 6743 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-167.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 6744 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-248.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 6771 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-256.5 + parent: 2 + - uid: 6799 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-260.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 6800 + components: + - type: Transform + pos: -9.5,-249.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 6812 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-259.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 6820 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-256.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 6824 + components: + - type: Transform + pos: -0.5,-255.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 6825 + components: + - type: Transform + pos: -0.5,-253.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 6826 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-256.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 6830 + components: + - type: Transform + pos: -0.5,-251.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 6832 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-244.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 6835 + components: + - type: Transform + pos: 0.5,-259.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 6838 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-248.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 6839 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-248.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 6840 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-248.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 6844 + components: + - type: Transform + pos: 0.5,-257.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 6846 + components: + - type: Transform + pos: 16.5,-253.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 6847 + components: + - type: Transform + pos: 16.5,-254.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 6848 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-248.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 6849 + components: + - type: Transform + pos: 0.5,-250.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 6850 + components: + - type: Transform + pos: 0.5,-254.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 6851 + components: + - type: Transform + pos: 0.5,-251.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 6854 + components: + - type: Transform + pos: 16.5,-251.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 6859 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-261.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 6860 + components: + - type: Transform + pos: 15.5,-252.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 6890 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,-253.5 + parent: 2 + - uid: 6891 + components: + - type: Transform + pos: -9.5,-257.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 6896 + components: + - type: Transform + pos: -14.5,-254.5 + parent: 2 + - uid: 6908 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-170.5 + parent: 2 + - type: AtmosPipeColor + color: '#FFD800FF' + - uid: 6910 + components: + - type: Transform + pos: -9.5,-256.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 6912 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-171.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7203 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-199.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7239 + components: + - type: Transform + pos: 16.5,-248.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7315 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-259.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7361 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-248.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7376 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-260.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7417 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-248.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7429 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,-253.5 + parent: 2 + - uid: 7442 + components: + - type: Transform + pos: 17.5,-247.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7448 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-249.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7460 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-248.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7482 + components: + - type: Transform + pos: 0.5,-261.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7491 + components: + - type: Transform + pos: 4.5,-257.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7493 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-259.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7495 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-248.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7501 + components: + - type: Transform + pos: 0.5,-263.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7502 + components: + - type: Transform + pos: 0.5,-264.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7508 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-256.5 + parent: 2 + - uid: 7559 + components: + - type: Transform + pos: 15.5,-249.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7561 + components: + - type: Transform + pos: -0.5,-246.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7564 + components: + - type: Transform + pos: 16.5,-255.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7565 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-256.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7567 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-248.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7571 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-248.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7573 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-248.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7574 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-248.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7578 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-243.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7582 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-260.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7768 + components: + - type: Transform + pos: 0.5,-258.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7774 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-260.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7816 + components: + - type: Transform + pos: 15.5,-250.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7819 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-256.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7825 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-248.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7826 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-260.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7845 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-260.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7849 + components: + - type: Transform + pos: -9.5,-255.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7854 + components: + - type: Transform + pos: -9.5,-254.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7856 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-259.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7870 + components: + - type: Transform + pos: -9.5,-258.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7871 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-252.5 + parent: 2 + - uid: 7872 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-259.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7887 + components: + - type: Transform + pos: 5.5,-177.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7897 + components: + - type: Transform + pos: -13.5,-254.5 + parent: 2 + - uid: 7907 + components: + - type: Transform + pos: -17.5,-256.5 + parent: 2 + - uid: 7911 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-248.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7947 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-260.5 + parent: 2 + - uid: 7949 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-171.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8010 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-249.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8013 + components: + - type: Transform + pos: 16.5,-250.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8014 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-248.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8015 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-256.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8016 + components: + - type: Transform + pos: 17.5,-245.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8027 + components: + - type: Transform + pos: 16.5,-245.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8029 + components: + - type: Transform + pos: -0.5,-245.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8031 + components: + - type: Transform + pos: -0.5,-247.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8032 + components: + - type: Transform + pos: -0.5,-250.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8035 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-256.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8036 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,-256.5 + parent: 2 + - uid: 8039 + components: + - type: Transform + pos: 4.5,-259.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8040 + components: + - type: Transform + pos: -0.5,-260.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8041 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-261.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8042 + components: + - type: Transform + pos: 4.5,-258.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8043 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-256.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8044 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-256.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8046 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-244.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8060 + components: + - type: Transform + pos: 15.5,-255.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8061 + components: + - type: Transform + pos: 15.5,-254.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8062 + components: + - type: Transform + pos: 15.5,-256.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8067 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-260.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8068 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-256.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8069 + components: + - type: Transform + pos: -0.5,-257.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8077 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-243.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8079 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-244.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8082 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-255.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8084 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-250.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8085 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-256.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8087 + components: + - type: Transform + pos: 15.5,-251.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8088 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-256.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8099 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,-248.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8126 + components: + - type: Transform + pos: 1.5,-165.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8160 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-256.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8161 + components: + - type: Transform + pos: -0.5,-258.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8162 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-260.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8164 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-244.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8181 + components: + - type: Transform + pos: 15.5,-257.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8189 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-254.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8190 + components: + - type: Transform + pos: 15.5,-253.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8207 + components: + - type: Transform + pos: 15.5,-258.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8210 + components: + - type: Transform + pos: -17.5,-261.5 + parent: 2 + - uid: 8212 + components: + - type: Transform + pos: -0.5,-249.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8248 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-257.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8249 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-260.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8250 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-258.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8348 + components: + - type: Transform + pos: -14.5,-239.5 + parent: 2 + - uid: 8375 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-165.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8419 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-165.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8422 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-166.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8487 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-261.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8643 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-271.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8678 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-250.5 + parent: 2 + - uid: 8747 + components: + - type: Transform + pos: 0.5,-269.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8783 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-259.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8845 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-266.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8853 + components: + - type: Transform + pos: 1.5,-243.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8858 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-260.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8861 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-260.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8862 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-243.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8872 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-265.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8875 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-267.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8884 + components: + - type: Transform + pos: 1.5,-269.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8886 + components: + - type: Transform + pos: 1.5,-270.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8887 + components: + - type: Transform + pos: 0.5,-270.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8893 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-248.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8899 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,-252.5 + parent: 2 + - uid: 8903 + components: + - type: Transform + pos: 16.5,-247.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8909 + components: + - type: Transform + pos: 16.5,-246.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8922 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,-254.5 + parent: 2 + - uid: 8927 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-169.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8967 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-247.5 + parent: 2 + - type: AtmosPipeColor + color: '#947507FF' + - uid: 9477 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-14.5 + parent: 2 + - uid: 9815 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-170.5 + parent: 2 + - type: AtmosPipeColor + color: '#FFD800FF' + - uid: 9847 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-165.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9848 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-165.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 10012 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-328.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 10082 + components: + - type: Transform + pos: 9.5,-115.5 + parent: 2 + - uid: 10087 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-114.5 + parent: 2 + - uid: 10571 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-345.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 10711 + components: + - type: Transform + pos: 6.5,-341.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 10714 + components: + - type: Transform + pos: 6.5,-338.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 10715 + components: + - type: Transform + pos: 6.5,-339.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 10756 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-338.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 10760 + components: + - type: Transform + pos: -17.5,-262.5 + parent: 2 + - uid: 10800 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-339.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 10963 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-337.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 10971 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-341.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 10996 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-340.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 11121 + components: + - type: Transform + pos: 0.5,-332.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 11187 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-334.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 11222 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-313.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 11409 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,-259.5 + parent: 2 + - uid: 11425 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-335.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 11433 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-347.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 11550 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-260.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 11551 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,-250.5 + parent: 2 + - uid: 11885 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-243.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 11888 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,-257.5 + parent: 2 + - uid: 11889 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-255.5 + parent: 2 + - uid: 11890 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,-255.5 + parent: 2 + - uid: 11891 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,-255.5 + parent: 2 + - uid: 11938 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-256.5 + parent: 2 + - uid: 11939 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-257.5 + parent: 2 + - uid: 11946 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,-257.5 + parent: 2 + - uid: 12012 + components: + - type: Transform + pos: -14.5,-255.5 + parent: 2 + - uid: 12013 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,-255.5 + parent: 2 + - uid: 12020 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-257.5 + parent: 2 + - uid: 12031 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,-261.5 + parent: 2 + - uid: 12052 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-357.5 + parent: 2 + - type: AtmosPipeColor + color: '#FFD800FF' + - uid: 12104 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,-260.5 + parent: 2 + - uid: 12135 + components: + - type: Transform + pos: 1.5,-242.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12141 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12230 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,-260.5 + parent: 2 + - uid: 12234 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-283.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12235 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-283.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12238 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-285.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12248 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-272.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12251 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-274.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12252 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-275.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12253 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-276.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12255 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-278.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12256 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-279.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12257 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-280.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12258 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-281.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12259 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-282.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12260 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-283.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12262 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-285.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12263 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-286.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12265 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-288.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12267 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-290.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12268 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-291.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12269 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-292.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12270 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-293.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12271 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-294.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12272 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-282.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12274 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-296.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12277 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-282.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12278 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-282.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12279 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-282.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12280 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-282.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12281 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-282.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12283 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-282.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12284 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-282.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12285 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-282.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12286 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-282.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12288 + components: + - type: Transform + pos: -5.5,-283.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12289 + components: + - type: Transform + pos: -5.5,-281.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12290 + components: + - type: Transform + pos: -5.5,-280.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12291 + components: + - type: Transform + pos: -5.5,-279.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12292 + components: + - type: Transform + pos: -5.5,-278.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12293 + components: + - type: Transform + pos: -5.5,-277.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12294 + components: + - type: Transform + pos: -5.5,-276.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12295 + components: + - type: Transform + pos: -5.5,-275.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12299 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-277.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12300 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-277.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12301 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-277.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12302 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-277.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12303 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-277.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12304 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-277.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12307 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-281.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12308 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-280.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12309 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-279.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12310 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-278.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12311 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-277.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12312 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-276.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12313 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-275.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12314 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-274.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12315 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-273.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12316 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-272.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12318 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-271.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12319 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-271.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12321 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-271.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12323 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-342.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12327 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-273.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12328 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-273.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12329 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-273.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12330 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-273.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12337 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-271.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12344 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-284.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12346 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-284.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12347 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-284.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12348 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-284.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12350 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-287.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12351 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-286.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12352 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-285.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12353 + components: + - type: Transform + pos: -0.5,-283.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12354 + components: + - type: Transform + pos: -0.5,-284.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12357 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-287.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12358 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-287.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12359 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-287.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12360 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-287.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12361 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-287.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12365 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-271.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12366 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-271.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12370 + components: + - type: Transform + pos: 1.5,-296.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12377 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-347.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12378 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-297.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12379 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-297.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12380 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-297.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12384 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-346.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12392 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-310.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12396 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-320.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12398 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-318.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12401 + components: + - type: Transform + pos: 0.5,-320.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12402 + components: + - type: Transform + pos: 0.5,-319.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12403 + components: + - type: Transform + pos: 0.5,-318.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12406 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-315.5 + parent: 2 + - type: AtmosPipeColor + color: '#FEF101FF' + - uid: 12407 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-313.5 + parent: 2 + - type: AtmosPipeColor + color: '#FEF101FF' + - uid: 12414 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-315.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12417 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-315.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12418 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-315.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12419 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-315.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12420 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-317.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12421 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-316.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12424 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-315.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12425 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-315.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12426 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-316.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12427 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-317.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12431 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-319.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12436 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-314.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12437 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-314.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12438 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-314.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12443 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-312.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12445 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-311.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12446 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-310.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12447 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-309.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12448 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-308.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12449 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-309.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12450 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-310.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12451 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-311.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12452 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-312.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12454 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-313.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12455 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-314.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12456 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-308.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12457 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-308.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12458 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-308.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12459 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-308.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12461 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-308.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12462 + components: + - type: Transform + pos: -0.5,-307.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12463 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-307.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12464 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-307.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12465 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-307.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12466 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-307.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12467 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-307.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12468 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-307.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12477 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-306.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12478 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-308.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12479 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-308.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12480 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-308.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12481 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-306.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12482 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-306.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12483 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-308.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12484 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-308.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12485 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-308.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12487 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-306.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12488 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-306.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12492 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-306.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12493 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-308.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12497 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-308.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12499 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-308.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12505 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-305.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12506 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-309.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12511 + components: + - type: Transform + pos: -0.5,-306.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12512 + components: + - type: Transform + pos: -0.5,-305.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12513 + components: + - type: Transform + pos: 0.5,-305.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12519 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-309.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12525 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-319.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12526 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-319.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12527 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-319.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12533 + components: + - type: Transform + pos: 10.5,-307.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12534 + components: + - type: Transform + pos: 10.5,-308.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12536 + components: + - type: Transform + pos: 10.5,-309.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12537 + components: + - type: Transform + pos: 10.5,-310.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12547 + components: + - type: Transform + pos: 7.5,-307.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12548 + components: + - type: Transform + pos: 7.5,-308.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12549 + components: + - type: Transform + pos: 7.5,-309.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12551 + components: + - type: Transform + pos: 8.5,-307.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12552 + components: + - type: Transform + pos: 8.5,-306.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12553 + components: + - type: Transform + pos: 8.5,-305.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12555 + components: + - type: Transform + pos: 8.5,-304.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12556 + components: + - type: Transform + pos: 8.5,-303.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12557 + components: + - type: Transform + pos: 8.5,-302.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12559 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-301.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12561 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-310.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12574 + components: + - type: Transform + pos: -0.5,-299.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12575 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-305.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12583 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-303.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12584 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-304.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12586 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-303.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12589 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-304.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12590 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-303.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12591 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-302.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12592 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-302.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12593 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-301.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12594 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-300.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12595 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-299.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12596 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-298.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12600 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-301.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12601 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-300.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12616 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-298.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12617 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-298.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12619 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-298.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12620 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-298.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12622 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-298.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12642 + components: + - type: Transform + pos: 0.5,-322.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12643 + components: + - type: Transform + pos: 0.5,-323.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12644 + components: + - type: Transform + pos: 0.5,-324.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12645 + components: + - type: Transform + pos: 0.5,-325.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12646 + components: + - type: Transform + pos: 0.5,-329.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12647 + components: + - type: Transform + pos: 0.5,-326.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12656 + components: + - type: Transform + pos: 1.5,-328.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12657 + components: + - type: Transform + pos: 1.5,-329.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12715 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-330.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12716 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-330.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12717 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-330.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12719 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-340.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12723 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-330.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12724 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-331.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12725 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-331.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12726 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-331.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12727 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-331.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12728 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-331.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12729 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-331.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12730 + components: + - type: Transform + pos: 0.5,-331.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12732 + components: + - type: Transform + pos: 0.5,-333.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12733 + components: + - type: Transform + pos: 0.5,-334.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12734 + components: + - type: Transform + pos: 0.5,-335.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12735 + components: + - type: Transform + pos: 0.5,-336.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12736 + components: + - type: Transform + pos: 0.5,-337.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12737 + components: + - type: Transform + pos: 0.5,-338.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12738 + components: + - type: Transform + pos: 0.5,-339.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12739 + components: + - type: Transform + pos: 0.5,-340.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12740 + components: + - type: Transform + pos: 0.5,-341.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12741 + components: + - type: Transform + pos: 0.5,-342.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12742 + components: + - type: Transform + pos: 0.5,-343.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12743 + components: + - type: Transform + pos: 0.5,-344.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12744 + components: + - type: Transform + pos: 0.5,-345.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12745 + components: + - type: Transform + pos: 0.5,-346.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12747 + components: + - type: Transform + pos: 0.5,-349.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12748 + components: + - type: Transform + pos: 0.5,-350.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12749 + components: + - type: Transform + pos: 0.5,-351.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12750 + components: + - type: Transform + pos: 0.5,-352.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12751 + components: + - type: Transform + pos: 0.5,-353.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12753 + components: + - type: Transform + pos: 0.5,-355.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12756 + components: + - type: Transform + pos: 1.5,-332.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12757 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-333.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12758 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-333.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12759 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-333.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12760 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-333.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12761 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-333.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12762 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-333.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12763 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-333.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12764 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-333.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12765 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-333.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12766 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-333.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12767 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-333.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12769 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-333.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12770 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-333.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12778 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-331.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12779 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-332.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12780 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-340.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12781 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-340.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12783 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-340.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12784 + components: + - type: Transform + pos: 1.5,-334.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12785 + components: + - type: Transform + pos: 1.5,-335.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12786 + components: + - type: Transform + pos: 1.5,-336.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12787 + components: + - type: Transform + pos: 1.5,-337.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12788 + components: + - type: Transform + pos: 1.5,-338.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12789 + components: + - type: Transform + pos: 1.5,-339.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12790 + components: + - type: Transform + pos: -4.5,-334.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12791 + components: + - type: Transform + pos: -4.5,-335.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12792 + components: + - type: Transform + pos: -4.5,-336.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12793 + components: + - type: Transform + pos: -4.5,-337.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12794 + components: + - type: Transform + pos: -4.5,-338.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12795 + components: + - type: Transform + pos: -4.5,-339.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12799 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-340.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12800 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-340.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12802 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-341.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12803 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-342.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12804 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-343.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12805 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-344.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12806 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-345.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12809 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-346.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12810 + components: + - type: Transform + pos: -0.5,-347.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12814 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-341.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12815 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-342.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12816 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-343.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12826 + components: + - type: Transform + pos: 6.5,-15.5 + parent: 2 + - uid: 12827 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-346.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12828 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-346.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12829 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-346.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12830 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-345.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12832 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-344.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12833 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-327.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12834 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-327.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12835 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-327.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12836 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-327.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12839 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-330.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12840 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-330.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12845 + components: + - type: Transform + pos: -6.5,-329.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12846 + components: + - type: Transform + pos: -6.5,-330.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12847 + components: + - type: Transform + pos: -6.5,-331.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12848 + components: + - type: Transform + pos: -6.5,-332.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12849 + components: + - type: Transform + pos: -6.5,-333.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12850 + components: + - type: Transform + pos: 7.5,-331.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12851 + components: + - type: Transform + pos: 7.5,-332.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12852 + components: + - type: Transform + pos: 7.5,-333.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12853 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-334.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12856 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-336.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12857 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-337.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12858 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-338.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12859 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-339.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12860 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-340.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12861 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-341.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12862 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-342.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12863 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-343.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12865 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-344.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12867 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-335.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12868 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-336.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12876 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-344.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12877 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-345.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12878 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-346.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12882 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-347.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12883 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-347.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12884 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-347.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12885 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-347.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12888 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-347.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12889 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-347.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12890 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-347.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12891 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-347.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12892 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-347.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12894 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-347.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12899 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-328.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12903 + components: + - type: Transform + pos: 7.5,-329.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12904 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-328.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12905 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-328.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12909 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-328.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12916 + components: + - type: Transform + pos: 1.5,-355.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12917 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-357.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12921 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-356.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12922 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-358.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12923 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-358.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12924 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-358.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12925 + components: + - type: Transform + pos: 1.5,-356.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12927 + components: + - type: Transform + pos: 0.5,-357.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12930 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-357.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12931 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-357.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12936 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-356.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12937 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-356.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12939 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-357.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12940 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-357.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12942 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-357.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12950 + components: + - type: Transform + pos: -3.5,-364.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12955 + components: + - type: Transform + pos: -3.5,-365.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12956 + components: + - type: Transform + pos: -3.5,-367.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12957 + components: + - type: Transform + pos: -3.5,-368.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12958 + components: + - type: Transform + pos: -3.5,-369.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12959 + components: + - type: Transform + pos: 4.5,-369.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12960 + components: + - type: Transform + pos: 4.5,-368.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12961 + components: + - type: Transform + pos: 4.5,-367.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12962 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-366.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12963 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-366.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12964 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-366.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12965 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-366.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12966 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-366.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12967 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-366.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12969 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-365.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12970 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-364.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12971 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-362.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12972 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-361.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12973 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-360.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12974 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-363.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12975 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-366.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12976 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-366.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12977 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-363.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12978 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-360.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12979 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-360.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 13009 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-360.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13010 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-359.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13011 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-358.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13013 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-361.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13015 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-361.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13016 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-361.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13017 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-361.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13018 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-361.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13019 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-361.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13020 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-361.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13022 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-361.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13023 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-361.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13024 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-361.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13025 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-361.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13028 + components: + - type: Transform + pos: -6.5,-362.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13030 + components: + - type: Transform + pos: 7.5,-362.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13046 + components: + - type: Transform + pos: 0.5,-362.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13048 + components: + - type: Transform + pos: 0.5,-363.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13049 + components: + - type: Transform + pos: 0.5,-364.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13050 + components: + - type: Transform + pos: 0.5,-365.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13051 + components: + - type: Transform + pos: 0.5,-366.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13058 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-363.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13059 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-364.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13060 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-365.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13062 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-363.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13064 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-364.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13065 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-365.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13070 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-367.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13071 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-368.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13084 + components: + - type: Transform + pos: -4.5,-370.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13085 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-369.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13086 + components: + - type: Transform + pos: 5.5,-370.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13089 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-369.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13090 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-369.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13091 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-369.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13092 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-369.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13095 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-369.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13096 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-369.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13097 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-369.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13098 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-369.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13099 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-369.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13101 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-369.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13102 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-369.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13138 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-90.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 13139 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-90.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 13140 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-90.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 13141 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-90.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 13142 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-90.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 13144 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-89.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 13228 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-200.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13229 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-200.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13230 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-200.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13231 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-200.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13232 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-197.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 13233 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-197.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 13234 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-197.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 13235 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-197.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 13245 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-197.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 13273 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,-263.5 + parent: 2 + - uid: 13296 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-179.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13428 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,-263.5 + parent: 2 + - uid: 13470 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-238.5 + parent: 2 + - type: AtmosPipeColor + color: '#FFD800FF' + - uid: 13473 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-238.5 + parent: 2 + - type: AtmosPipeColor + color: '#FFD800FF' + - uid: 13997 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-238.5 + parent: 2 + - type: AtmosPipeColor + color: '#FFD800FF' + - uid: 14299 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-259.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14302 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,-263.5 + parent: 2 + - uid: 14303 + components: + - type: Transform + pos: -15.5,-239.5 + parent: 2 + - uid: 14304 + components: + - type: Transform + pos: 16.5,-244.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14307 + components: + - type: Transform + pos: -16.5,-239.5 + parent: 2 + - uid: 14424 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14444 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-62.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14577 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-261.5 + parent: 2 + - uid: 14579 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-251.5 + parent: 2 + - uid: 14580 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-260.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14581 + components: + - type: Transform + pos: -17.5,-252.5 + parent: 2 + - uid: 14807 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14808 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14809 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14810 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14811 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14812 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14813 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14814 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14817 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14818 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14819 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14820 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14821 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14822 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14823 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14824 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14828 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-56.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14829 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-55.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14830 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14831 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-53.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14832 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14833 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14834 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14837 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-81.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14838 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-80.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14839 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-79.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14840 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-78.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14841 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-77.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14843 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-80.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14844 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-79.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14845 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-78.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14846 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-77.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14863 + components: + - type: Transform + pos: -3.5,-107.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14866 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-105.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14867 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-104.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14868 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-104.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14869 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-105.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14870 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-106.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14871 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-107.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14872 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-108.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14873 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-109.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14892 + components: + - type: Transform + pos: -4.5,-133.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14894 + components: + - type: Transform + pos: -4.5,-131.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14896 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-137.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14897 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-136.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14898 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-135.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14899 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-134.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14900 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-133.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14901 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-132.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14902 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-131.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 15043 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-189.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 15044 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-189.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 15045 + components: + - type: Transform + pos: -4.5,-188.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 15046 + components: + - type: Transform + pos: -4.5,-187.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 15047 + components: + - type: Transform + pos: -4.5,-186.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 15048 + components: + - type: Transform + pos: -4.5,-185.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 15099 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-190.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 15100 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-190.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 15103 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-189.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 15104 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-158.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 15105 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-159.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 15106 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-160.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 15107 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-161.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 15108 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-162.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 15109 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-163.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 15110 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-163.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 15120 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-156.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 15121 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-155.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 15122 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-154.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 15123 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-153.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 15124 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-152.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 15125 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-152.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 15166 + components: + - type: Transform + pos: 5.5,-272.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 15179 + components: + - type: Transform + pos: 5.5,-271.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 15180 + components: + - type: Transform + pos: 5.5,-270.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 15181 + components: + - type: Transform + pos: 5.5,-269.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 15182 + components: + - type: Transform + pos: 5.5,-268.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 15183 + components: + - type: Transform + pos: 5.5,-267.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 15184 + components: + - type: Transform + pos: 5.5,-266.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 15196 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-287.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 15197 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-287.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 15198 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-287.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 15199 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-287.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 15201 + components: + - type: Transform + pos: 5.5,-288.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 15202 + components: + - type: Transform + pos: 5.5,-289.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 15203 + components: + - type: Transform + pos: 5.5,-290.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 15204 + components: + - type: Transform + pos: 5.5,-291.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 15205 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-326.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 15206 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-325.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 15785 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-167.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 16479 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-167.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 16480 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-172.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 16481 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-172.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 16485 + components: + - type: Transform + pos: -3.5,-173.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 16486 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-174.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 16487 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-174.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 16490 + components: + - type: Transform + pos: -2.5,-168.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 16503 + components: + - type: Transform + pos: 1.5,-169.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 16513 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-259.5 + parent: 2 + - uid: 16680 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,-253.5 + parent: 2 + - uid: 16681 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,-253.5 + parent: 2 + - uid: 16684 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-360.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 16685 + components: + - type: Transform + pos: -3.5,-361.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 16686 + components: + - type: Transform + pos: -3.5,-362.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 16868 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-243.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 16978 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-248.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 16980 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-248.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 16982 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-248.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 16983 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-243.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 16984 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-243.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 16985 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-243.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 16986 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-243.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 16987 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-243.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 16989 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-243.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 16992 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-243.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 16993 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-243.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 16994 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-243.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' +- proto: GasPipeTJunction + entities: + - uid: 438 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 584 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 714 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 741 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 760 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 785 + components: + - type: Transform + pos: 0.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 809 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-284.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 816 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1008 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1026 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-57.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1053 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1067 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1148 + components: + - type: Transform + pos: -0.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1174 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1180 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1181 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1188 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1209 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1256 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1262 + components: + - type: Transform + pos: -0.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1267 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1269 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1273 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1289 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1301 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-66.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1337 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1355 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1360 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-72.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1362 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-68.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1365 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-71.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1374 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-138.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1386 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-69.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1418 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1660 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1679 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1738 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1857 + components: + - type: Transform + pos: -0.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 2098 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-132.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2243 + components: + - type: Transform + pos: -3.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 2892 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-289.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3264 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-86.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3283 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-82.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3288 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-82.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3293 + components: + - type: Transform + pos: 4.5,-82.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3311 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-97.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3319 + components: + - type: Transform + pos: -0.5,-97.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3323 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-97.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3331 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-79.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3334 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-73.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3363 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-91.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3386 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-100.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3401 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-106.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3407 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-109.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3408 + components: + - type: Transform + pos: 1.5,-109.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3410 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-125.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3415 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-120.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3426 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-127.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3435 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-133.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3439 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-109.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3441 + components: + - type: Transform + pos: -6.5,-109.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3444 + components: + - type: Transform + pos: -0.5,-109.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3448 + components: + - type: Transform + pos: 3.5,-109.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3509 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-125.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3515 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-113.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3518 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-116.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3521 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-119.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3554 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-122.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3568 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-120.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3585 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-122.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3586 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-122.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3616 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-108.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3633 + components: + - type: Transform + pos: -1.5,-108.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3646 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-137.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3671 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-138.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3759 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-139.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3930 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-146.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3933 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-149.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3938 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-160.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3962 + components: + - type: Transform + pos: 4.5,-135.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3970 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-135.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3973 + components: + - type: Transform + pos: -0.5,-135.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3984 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-140.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3996 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-148.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4023 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-139.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4053 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-115.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4070 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-154.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4111 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-166.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4131 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-187.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4134 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-181.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4141 + components: + - type: Transform + pos: -0.5,-179.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4155 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-179.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4454 + components: + - type: Transform + pos: -4.5,-92.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4640 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-205.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4683 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-165.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4733 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-114.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5000 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-206.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5037 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-214.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5040 + components: + - type: Transform + pos: -0.5,-206.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5112 + components: + - type: Transform + pos: -4.5,-202.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5122 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-208.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5124 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-205.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5200 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-241.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5201 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-235.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5249 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-179.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5276 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-162.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5333 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-174.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5352 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-259.5 + parent: 2 + - uid: 5894 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-327.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 6654 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-248.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 6707 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-248.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 6831 + components: + - type: Transform + pos: -0.5,-244.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 6853 + components: + - type: Transform + pos: 4.5,-256.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 6902 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-363.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 6907 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-168.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 6916 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-167.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7466 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-248.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7500 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-262.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7549 + components: + - type: Transform + pos: 15.5,-248.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7566 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-256.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7802 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-256.5 + parent: 2 + - uid: 8011 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-256.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8020 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-261.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8038 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,-249.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8081 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-244.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8119 + components: + - type: Transform + pos: -6.5,-308.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8163 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-256.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8365 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-330.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8366 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-297.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8686 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,-258.5 + parent: 2 + - uid: 8777 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-90.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8876 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-268.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 10151 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-358.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 10691 + components: + - type: Transform + pos: 6.5,-14.5 + parent: 2 + - uid: 10863 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-340.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 11475 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-261.5 + parent: 2 + - uid: 12023 + components: + - type: Transform + pos: -16.5,-261.5 + parent: 2 + - uid: 12237 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-283.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12239 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-282.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12242 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-284.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12247 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-271.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12249 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-282.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12254 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-277.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12266 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-295.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12276 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-282.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12282 + components: + - type: Transform + pos: -0.5,-282.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12317 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-271.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12325 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-273.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12331 + components: + - type: Transform + pos: 10.5,-248.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12381 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-348.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12397 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-319.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12400 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-321.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12422 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-315.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12439 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-314.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12442 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-307.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12476 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-306.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12486 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-306.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12489 + components: + - type: Transform + pos: 6.5,-308.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12494 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-308.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12498 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-306.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12531 + components: + - type: Transform + pos: 10.5,-306.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12546 + components: + - type: Transform + pos: 7.5,-306.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12573 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-297.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12587 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-304.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12588 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-303.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12615 + components: + - type: Transform + pos: -0.5,-298.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12648 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-328.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12650 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-327.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12720 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-331.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12752 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-354.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12808 + components: + - type: Transform + pos: -0.5,-346.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12841 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-330.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12866 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-345.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12873 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-343.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12928 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-358.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12934 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-356.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12941 + components: + - type: Transform + pos: -1.5,-357.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12951 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-363.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12953 + components: + - type: Transform + pos: 4.5,-360.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12991 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-357.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13008 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-361.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13014 + components: + - type: Transform + pos: 0.5,-361.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13032 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-361.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13087 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-369.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13093 + components: + - type: Transform + pos: 5.5,-369.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13100 + components: + - type: Transform + pos: -4.5,-369.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14448 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-62.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 16477 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-167.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 16483 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-169.5 + parent: 2 + - type: AtmosPipeColor + color: '#FFD800FF' + - uid: 16492 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-168.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 16981 + components: + - type: Transform + pos: -9.5,-248.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' +- proto: GasPort + entities: + - uid: 11217 + components: + - type: Transform + pos: 5.5,-355.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FFD800FF' + - uid: 11218 + components: + - type: Transform + pos: 4.5,-355.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FFD800FF' + - uid: 11927 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,-263.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 11930 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,-263.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 12412 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-313.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FEF101FF' +- proto: GasPressurePump + entities: + - uid: 1103 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-260.5 + parent: 2 + - type: GasPressurePump + targetPressure: 320 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3193 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-252.5 + parent: 2 + - type: GasPressurePump + targetPressure: 4500 + - type: AtmosDevice + joinedGrid: 2 + - uid: 4108 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-248.5 + parent: 2 + - type: GasPressurePump + targetPressure: 4500 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 6795 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-258.5 + parent: 2 + - type: GasPressurePump + targetPressure: 4500 + - type: AtmosDevice + joinedGrid: 2 + - uid: 6829 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-256.5 + parent: 2 + - type: GasPressurePump + targetPressure: 4500 + - type: AtmosDevice + joinedGrid: 2 + - uid: 6906 + components: + - type: Transform + pos: -1.5,-169.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7457 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-250.5 + parent: 2 + - type: GasPressurePump + targetPressure: 4500 + - type: AtmosDevice + joinedGrid: 2 + - uid: 8169 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,-252.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 10160 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,-259.5 + parent: 2 + - type: GasPressurePump + targetPressure: 4500 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 10761 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,-261.5 + parent: 2 + - type: GasPressurePump + targetPressure: 4500 + - type: AtmosDevice + joinedGrid: 2 + - uid: 12409 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-313.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FEF101FF' + - uid: 12410 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-315.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12908 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-358.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 16683 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,-252.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: GasThermoMachineFreezer + entities: + - uid: 7952 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-170.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14638 + components: + - type: Transform + anchored: False + pos: -13.5,-240.5 + parent: 2 + - type: Physics + bodyType: Dynamic +- proto: GasThermoMachineHeater + entities: + - uid: 16947 + components: + - type: Transform + anchored: False + pos: -17.5,-240.5 + parent: 2 + - type: Physics + bodyType: Dynamic +- proto: GasValve + entities: + - uid: 3783 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,-258.5 + parent: 2 + - type: GasValve + open: False + - type: AtmosDevice + joinedGrid: 2 + - uid: 5420 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,-263.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 9385 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-168.5 + parent: 2 + - type: GasValve + open: False + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FFD800FF' +- proto: GasVentPump + entities: + - uid: 576 + components: + - type: Transform + pos: -3.5,1.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 807 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-17.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 838 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-157.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 855 + components: + - type: Transform + pos: -1.5,-6.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 856 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-2.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 857 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-7.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13080 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 870 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,0.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 884 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,0.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 12935 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 905 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-46.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 921 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-57.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 954 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-42.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13110 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 977 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-30.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13109 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1004 + components: + - type: Transform + pos: 0.5,-22.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1057 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-160.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1123 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-49.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1138 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-31.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1141 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-42.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1238 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-62.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13117 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1278 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-360.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13421 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1279 + components: + - type: Transform + pos: -2.5,-11.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1323 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-79.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1325 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-62.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1373 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-56.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1375 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-189.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14727 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1382 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-68.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1415 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-71.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13124 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1769 + components: + - type: Transform + pos: 0.5,-68.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1806 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-73.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2076 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-54.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13116 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2415 + components: + - type: Transform + pos: -4.5,-324.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2638 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-289.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3011 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-25.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3018 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-52.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3040 + components: + - type: Transform + pos: 0.5,-184.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3110 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-13.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3333 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-76.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3351 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-81.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13147 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3352 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-81.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3371 + components: + - type: Transform + pos: -5.5,-86.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13151 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3372 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-91.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13152 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3373 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-88.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3374 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-96.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3391 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-100.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3392 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-96.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13148 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3393 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-103.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3403 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-106.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3436 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-110.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13161 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3437 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-109.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13161 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3438 + components: + - type: Transform + pos: -3.5,-107.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3451 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-110.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3452 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-110.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3457 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-116.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13171 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3474 + components: + - type: Transform + pos: -6.5,-113.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13161 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3475 + components: + - type: Transform + pos: -6.5,-116.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13161 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3476 + components: + - type: Transform + pos: -6.5,-119.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13168 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3477 + components: + - type: Transform + pos: -6.5,-122.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13168 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3478 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-125.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13168 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3480 + components: + - type: Transform + pos: 0.5,-124.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13168 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3481 + components: + - type: Transform + pos: 0.5,-130.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3482 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-133.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3483 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-120.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13165 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3626 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-116.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13166 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3650 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-138.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13182 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4016 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-136.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13176 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4018 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-138.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4020 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-138.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4031 + components: + - type: Transform + pos: -4.5,-136.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13187 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4033 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-141.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13185 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4051 + components: + - type: Transform + pos: -4.5,-38.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4072 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-154.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4146 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-187.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4148 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-181.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4195 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-19.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4202 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-256.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15292 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4234 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-127.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4360 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-88.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13150 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4558 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-152.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4559 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-152.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13189 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4567 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-149.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4568 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-146.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13180 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4905 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-204.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13252 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4950 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-248.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15292 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4967 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-205.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13244 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4992 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-243.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5057 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-241.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5063 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-235.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5082 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-189.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13241 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5083 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-194.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13249 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5108 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-197.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13251 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5110 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-202.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13252 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5121 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-202.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13252 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5126 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-208.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5127 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-202.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13247 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5153 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-214.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5156 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-219.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13262 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5160 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-219.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13263 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5161 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-221.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13269 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5163 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-230.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13261 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5164 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-230.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13260 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5199 + components: + - type: Transform + pos: 0.5,-228.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5251 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-178.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13211 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5260 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-175.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 8201 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5261 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-175.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13213 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5288 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-175.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5293 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-163.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5302 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-166.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13218 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5307 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-163.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 6036 + components: + - type: Transform + pos: 0.5,-34.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13110 + - 13109 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 6727 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-251.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 6904 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-18.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 6905 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-178.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 6915 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-15.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13105 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7504 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-262.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7506 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-265.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7769 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-263.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8066 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-260.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8070 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-243.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8071 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-243.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15279 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8113 + components: + - type: Transform + pos: 0.5,-238.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8123 + components: + - type: Transform + pos: 0.5,-211.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8157 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-260.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8314 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-248.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15280 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8431 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-165.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8877 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-268.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 10658 + components: + - type: Transform + pos: -6.5,-338.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 5925 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 10811 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-354.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 10869 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-343.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 10976 + components: + - type: Transform + pos: 7.5,-337.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12093 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-260.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 16979 + - type: AtmosDevice + joinedGrid: 2 + - uid: 12142 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-2.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12273 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-295.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12275 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-348.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12305 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-277.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13341 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12333 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-273.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13322 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12341 + components: + - type: Transform + pos: 0.5,-274.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13317 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12345 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-284.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12349 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-284.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12356 + components: + - type: Transform + pos: 0.5,-286.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13333 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12362 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-287.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13335 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12367 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-271.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 2277 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12382 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-297.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12428 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-315.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13374 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12429 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-321.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12430 + components: + - type: Transform + pos: 0.5,-318.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13370 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12470 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-307.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 8432 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12474 + components: + - type: Transform + pos: 5.5,-265.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12501 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-306.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13365 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12508 + components: + - type: Transform + pos: 6.5,-304.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13383 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12540 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-311.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12568 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-311.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12577 + components: + - type: Transform + pos: 9.5,-304.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12580 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-303.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13382 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12603 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-330.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12637 + components: + - type: Transform + pos: 0.5,-292.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12641 + components: + - type: Transform + pos: 0.5,-324.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12652 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-327.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12705 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-297.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13358 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12718 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-330.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12754 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-356.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13421 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12895 + components: + - type: Transform + pos: 0.5,-344.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12897 + components: + - type: Transform + pos: 0.5,-340.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 11906 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12898 + components: + - type: Transform + pos: 0.5,-329.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13391 + - 11906 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12918 + components: + - type: Transform + pos: 0.5,-351.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12920 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-345.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13402 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12932 + components: + - type: Transform + pos: 4.5,-357.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13421 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12943 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-356.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13421 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12984 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-363.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13421 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12985 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-366.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13421 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12986 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-370.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13426 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12987 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-370.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13426 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12988 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-366.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13421 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12989 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-363.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13421 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12994 + components: + - type: Transform + pos: 1.5,-365.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13429 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12997 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-367.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 13077 + components: + - type: Transform + pos: -3.5,-368.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 13079 + components: + - type: Transform + pos: 4.5,-368.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 13145 + components: + - type: Transform + pos: 6.5,-88.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13146 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 13207 + components: + - type: Transform + pos: 0.5,-167.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13209 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 13237 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-197.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13239 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14825 + components: + - type: Transform + pos: 5.5,-22.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14826 + components: + - type: Transform + pos: -4.5,-22.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14835 + components: + - type: Transform + pos: 5.5,-49.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14847 + components: + - type: Transform + pos: -4.5,-76.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14848 + components: + - type: Transform + pos: 5.5,-76.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14861 + components: + - type: Transform + pos: 5.5,-103.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14862 + components: + - type: Transform + pos: -4.5,-103.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14885 + components: + - type: Transform + pos: -4.5,-130.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14889 + components: + - type: Transform + pos: 5.5,-130.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14950 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-132.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 15049 + components: + - type: Transform + pos: -4.5,-184.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 15098 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-190.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 15112 + components: + - type: Transform + pos: -4.5,-157.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 15119 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-157.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 15195 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-292.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 15284 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-254.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15282 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 16512 + components: + - type: Transform + pos: -1.5,-168.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 16679 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-360.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13421 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 16990 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-243.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 16971 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' +- proto: GasVentScrubber + entities: + - uid: 583 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-19.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 611 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-15.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13105 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 620 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-1.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 645 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-14.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 665 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-16.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 742 + components: + - type: Transform + pos: 5.5,1.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 747 + components: + - type: Transform + pos: 2.5,-6.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13080 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 751 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,1.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 769 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-2.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 770 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-6.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1022 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-73.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1139 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-29.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1155 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-30.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13109 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1191 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-34.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13110 + - 13109 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1201 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-36.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1207 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-46.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1222 + components: + - type: Transform + pos: 1.5,-25.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1239 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-38.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13110 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1283 + components: + - type: Transform + pos: 6.5,-57.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1292 + components: + - type: Transform + pos: 1.5,-52.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1299 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-63.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1324 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-10.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1326 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-63.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13117 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1332 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-66.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1378 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-191.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14727 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1383 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-69.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1409 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-72.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13124 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1612 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-263.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1825 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,1.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 12935 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 2797 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-289.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3027 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-309.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 8432 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3261 + components: + - type: Transform + pos: -7.5,-84.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13151 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3262 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-88.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13151 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3279 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-87.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3281 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-98.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3284 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-92.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13152 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3285 + components: + - type: Transform + pos: -3.5,-81.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3309 + components: + - type: Transform + pos: 1.5,-79.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3310 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-82.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13147 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3314 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-97.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13148 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3326 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-100.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3513 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-122.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13168 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3549 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-108.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13161 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3550 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-113.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13161 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3551 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-116.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13161 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3552 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-119.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13168 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3553 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-125.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13168 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3598 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-127.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3599 + components: + - type: Transform + pos: -0.5,-117.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13171 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3600 + components: + - type: Transform + pos: -0.5,-120.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13165 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3603 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-123.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13168 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3608 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-120.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13168 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3622 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-110.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3623 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-115.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3630 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-110.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13161 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3631 + components: + - type: Transform + pos: 1.5,-106.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3632 + components: + - type: Transform + pos: -4.5,-107.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3637 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-108.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3647 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-137.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13176 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3672 + components: + - type: Transform + pos: 1.5,-133.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3874 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-139.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3944 + components: + - type: Transform + pos: 1.5,-160.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3954 + components: + - type: Transform + pos: 6.5,-138.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13182 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3980 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-141.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13180 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3982 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-135.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3993 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-140.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13185 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4012 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-148.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4013 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-154.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4037 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-135.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13187 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4050 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-43.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4055 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-59.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4056 + components: + - type: Transform + pos: -4.5,-54.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13116 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4149 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-181.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4150 + components: + - type: Transform + pos: 1.5,-187.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4171 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-17.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 4508 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-88.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13146 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4509 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-86.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13150 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4554 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-152.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4556 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-151.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13189 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4670 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-201.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13252 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4942 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-235.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4943 + components: + - type: Transform + pos: 1.5,-214.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4981 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-205.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13252 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5068 + components: + - type: Transform + pos: -2.5,-204.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13252 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5069 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-208.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5070 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-206.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13244 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5071 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-200.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13247 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5072 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-194.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13249 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5073 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-190.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13241 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5107 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-197.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13251 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5178 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-229.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13261 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5179 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-229.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13260 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5185 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-229.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13269 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5188 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-220.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13263 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5189 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-220.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13262 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5190 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-220.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13269 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5225 + components: + - type: Transform + pos: -6.5,-178.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5252 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-178.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13211 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5275 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-174.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13213 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5277 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-175.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 8201 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5301 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-168.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13218 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5312 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-163.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5346 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-172.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 8201 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 6198 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-243.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7453 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-262.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7476 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-256.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15292 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7563 + components: + - type: Transform + pos: 10.5,-253.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7776 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-249.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15292 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7823 + components: + - type: Transform + pos: -3.5,-243.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7881 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-172.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7882 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-179.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8063 + components: + - type: Transform + pos: -3.5,-260.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8089 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-256.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15280 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8091 + components: + - type: Transform + pos: 4.5,-243.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15279 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8209 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-260.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8883 + components: + - type: Transform + pos: 1.5,-268.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9953 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-297.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 10972 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-342.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 10973 + components: + - type: Transform + pos: 6.5,-337.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 11912 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-361.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13421 + - type: AtmosDevice + joinedGrid: 2 + - uid: 12134 + components: + - type: Transform + pos: 1.5,-241.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12224 + components: + - type: Transform + pos: 7.5,-281.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13341 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12240 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-284.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12246 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-287.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12297 + components: + - type: Transform + pos: -5.5,-274.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 2277 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12298 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-284.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13335 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12322 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-271.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13322 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12340 + components: + - type: Transform + pos: 1.5,-274.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13317 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12355 + components: + - type: Transform + pos: -0.5,-286.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13333 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12375 + components: + - type: Transform + pos: 1.5,-295.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12399 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-321.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12433 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-314.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13374 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12444 + components: + - type: Transform + pos: 4.5,-318.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12502 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-308.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13365 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12507 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-310.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12530 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-319.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13370 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12564 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-301.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13383 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12581 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-304.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13382 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12621 + components: + - type: Transform + pos: -5.5,-297.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12653 + components: + - type: Transform + pos: 1.5,-327.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12704 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-298.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13358 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12721 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-331.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12782 + components: + - type: Transform + pos: -4.5,-330.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12798 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-340.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 11906 + - 5925 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12811 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-348.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12812 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-346.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12813 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-344.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13402 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12896 + components: + - type: Transform + pos: 1.5,-329.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13391 + - 11906 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12914 + components: + - type: Transform + pos: 1.5,-354.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12933 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-357.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13421 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12944 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-357.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13421 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13039 + components: + - type: Transform + pos: 7.5,-360.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13421 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13040 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-363.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13421 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13041 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-363.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13421 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13053 + components: + - type: Transform + pos: 0.5,-365.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13429 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13055 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-367.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13067 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-366.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13421 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13068 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-366.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13421 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13081 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-361.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13421 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13082 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-361.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13421 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13088 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-371.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13426 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13094 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-371.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13426 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13208 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-167.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13209 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13236 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-200.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13239 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14049 + components: + - type: Transform + pos: -2.5,-165.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14427 + components: + - type: Transform + pos: 14.5,-61.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14428 + components: + - type: Transform + pos: 16.5,-61.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14609 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-259.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 16979 + - type: AtmosDevice + joinedGrid: 2 + - uid: 15161 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-116.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 15283 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-257.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15282 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 16511 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-169.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 16999 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-248.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 17001 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-248.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 16971 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' +- proto: GasVolumePump + entities: + - uid: 8178 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,-262.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: Gateway + entities: + - uid: 2226 + components: + - type: Transform + pos: -0.5,-113.5 + parent: 2 + - uid: 5317 + components: + - type: Transform + pos: -3.5,-254.5 + parent: 2 + - uid: 10659 + components: + - type: Transform + pos: -4.5,-330.5 + parent: 2 + - uid: 10754 + components: + - type: Transform + pos: 4.5,-15.5 + parent: 2 +- proto: Gauze + entities: + - uid: 3682 + components: + - type: Transform + pos: 3.5643053,-171.28004 + parent: 2 + - uid: 3697 + components: + - type: Transform + pos: 3.3926184,-171.42528 + parent: 2 +- proto: GeneratorRTG + entities: + - uid: 9439 + components: + - type: Transform + pos: 21.5,-308.5 + parent: 2 + - uid: 9539 + components: + - type: Transform + pos: 21.5,-306.5 + parent: 2 +- proto: GravityGenerator + entities: + - uid: 8925 + components: + - type: Transform + pos: 16.5,-264.5 + parent: 2 +- proto: Grille + entities: + - uid: 4 + components: + - type: Transform + pos: -0.5,4.5 + parent: 2 + - uid: 5 + components: + - type: Transform + pos: 0.5,4.5 + parent: 2 + - uid: 6 + components: + - type: Transform + pos: 1.5,4.5 + parent: 2 + - uid: 7 + components: + - type: Transform + pos: -1.5,3.5 + parent: 2 + - uid: 8 + components: + - type: Transform + pos: 2.5,3.5 + parent: 2 + - uid: 117 + components: + - type: Transform + pos: 7.5,-5.5 + parent: 2 + - uid: 151 + components: + - type: Transform + pos: 7.5,-7.5 + parent: 2 + - uid: 152 + components: + - type: Transform + pos: 7.5,-6.5 + parent: 2 + - uid: 234 + components: + - type: Transform + pos: -6.5,-7.5 + parent: 2 + - uid: 235 + components: + - type: Transform + pos: -6.5,-6.5 + parent: 2 + - uid: 236 + components: + - type: Transform + pos: -6.5,-5.5 + parent: 2 + - uid: 237 + components: + - type: Transform + pos: -6.5,-9.5 + parent: 2 + - uid: 238 + components: + - type: Transform + pos: -6.5,-10.5 + parent: 2 + - uid: 239 + components: + - type: Transform + pos: -6.5,-11.5 + parent: 2 + - uid: 326 + components: + - type: Transform + pos: 2.5,-174.5 + parent: 2 + - uid: 365 + components: + - type: Transform + pos: 7.5,-8.5 + parent: 2 + - uid: 386 + components: + - type: Transform + pos: 4.5,-0.5 + parent: 2 + - uid: 388 + components: + - type: Transform + pos: 6.5,-0.5 + parent: 2 + - uid: 509 + components: + - type: Transform + pos: 7.5,-39.5 + parent: 2 + - uid: 511 + components: + - type: Transform + pos: 7.5,-41.5 + parent: 2 + - uid: 512 + components: + - type: Transform + pos: 7.5,-38.5 + parent: 2 + - uid: 531 + components: + - type: Transform + pos: -6.5,-39.5 + parent: 2 + - uid: 586 + components: + - type: Transform + pos: 7.5,-40.5 + parent: 2 + - uid: 912 + components: + - type: Transform + pos: -7.5,-66.5 + parent: 2 + - uid: 919 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,18.5 + parent: 2 + - uid: 947 + components: + - type: Transform + pos: -7.5,-65.5 + parent: 2 + - uid: 962 + components: + - type: Transform + pos: -7.5,-60.5 + parent: 2 + - uid: 970 + components: + - type: Transform + pos: -7.5,-58.5 + parent: 2 + - uid: 974 + components: + - type: Transform + pos: -7.5,-67.5 + parent: 2 + - uid: 985 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,14.5 + parent: 2 + - uid: 1027 + components: + - type: Transform + pos: -7.5,-59.5 + parent: 2 + - uid: 1064 + components: + - type: Transform + pos: -7.5,-57.5 + parent: 2 + - uid: 1124 + components: + - type: Transform + pos: -7.5,-68.5 + parent: 2 + - uid: 1143 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,24.5 + parent: 2 + - uid: 1225 + components: + - type: Transform + pos: 8.5,-68.5 + parent: 2 + - uid: 1257 + components: + - type: Transform + pos: 5.5,-230.5 + parent: 2 + - uid: 1381 + components: + - type: Transform + pos: -6.5,-72.5 + parent: 2 + - uid: 1422 + components: + - type: Transform + pos: 0.5,-83.5 + parent: 2 + - uid: 1432 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-285.5 + parent: 2 + - uid: 1460 + components: + - type: Transform + pos: -4.5,-231.5 + parent: 2 + - uid: 1479 + components: + - type: Transform + pos: 7.5,-61.5 + parent: 2 + - uid: 1480 + components: + - type: Transform + pos: 8.5,-55.5 + parent: 2 + - uid: 1481 + components: + - type: Transform + pos: 8.5,-56.5 + parent: 2 + - uid: 1482 + components: + - type: Transform + pos: 8.5,-57.5 + parent: 2 + - uid: 1500 + components: + - type: Transform + pos: -10.5,-87.5 + parent: 2 + - uid: 1501 + components: + - type: Transform + pos: -10.5,-85.5 + parent: 2 + - uid: 1503 + components: + - type: Transform + pos: -7.5,-90.5 + parent: 2 + - uid: 1504 + components: + - type: Transform + pos: -7.5,-82.5 + parent: 2 + - uid: 1520 + components: + - type: Transform + pos: 7.5,-82.5 + parent: 2 + - uid: 1521 + components: + - type: Transform + pos: 7.5,-83.5 + parent: 2 + - uid: 1522 + components: + - type: Transform + pos: 7.5,-84.5 + parent: 2 + - uid: 1523 + components: + - type: Transform + pos: 7.5,-85.5 + parent: 2 + - uid: 1524 + components: + - type: Transform + pos: 7.5,-87.5 + parent: 2 + - uid: 1525 + components: + - type: Transform + pos: 7.5,-88.5 + parent: 2 + - uid: 1526 + components: + - type: Transform + pos: 7.5,-89.5 + parent: 2 + - uid: 1527 + components: + - type: Transform + pos: 7.5,-90.5 + parent: 2 + - uid: 1528 + components: + - type: Transform + pos: 7.5,-91.5 + parent: 2 + - uid: 1529 + components: + - type: Transform + pos: 7.5,-93.5 + parent: 2 + - uid: 1530 + components: + - type: Transform + pos: 7.5,-94.5 + parent: 2 + - uid: 1531 + components: + - type: Transform + pos: 7.5,-95.5 + parent: 2 + - uid: 1532 + components: + - type: Transform + pos: 7.5,-96.5 + parent: 2 + - uid: 1672 + components: + - type: Transform + pos: -6.5,-53.5 + parent: 2 + - uid: 1673 + components: + - type: Transform + pos: -5.5,-52.5 + parent: 2 + - uid: 1708 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-74.5 + parent: 2 + - uid: 1719 + components: + - type: Transform + pos: 0.5,-93.5 + parent: 2 + - uid: 1727 + components: + - type: Transform + pos: 1.5,-93.5 + parent: 2 + - uid: 1728 + components: + - type: Transform + pos: 1.5,-83.5 + parent: 2 + - uid: 1771 + components: + - type: Transform + pos: 7.5,-62.5 + parent: 2 + - uid: 1772 + components: + - type: Transform + pos: 7.5,-63.5 + parent: 2 + - uid: 1773 + components: + - type: Transform + pos: 7.5,-64.5 + parent: 2 + - uid: 1777 + components: + - type: Transform + pos: 8.5,-69.5 + parent: 2 + - uid: 1963 + components: + - type: Transform + pos: -7.5,-139.5 + parent: 2 + - uid: 1973 + components: + - type: Transform + pos: -9.5,-108.5 + parent: 2 + - uid: 1975 + components: + - type: Transform + pos: -9.5,-109.5 + parent: 2 + - uid: 1977 + components: + - type: Transform + pos: -9.5,-112.5 + parent: 2 + - uid: 1978 + components: + - type: Transform + pos: -9.5,-113.5 + parent: 2 + - uid: 1979 + components: + - type: Transform + pos: -9.5,-115.5 + parent: 2 + - uid: 1980 + components: + - type: Transform + pos: -9.5,-116.5 + parent: 2 + - uid: 1981 + components: + - type: Transform + pos: -9.5,-118.5 + parent: 2 + - uid: 1982 + components: + - type: Transform + pos: -9.5,-119.5 + parent: 2 + - uid: 1983 + components: + - type: Transform + pos: -9.5,-121.5 + parent: 2 + - uid: 1984 + components: + - type: Transform + pos: -9.5,-122.5 + parent: 2 + - uid: 1985 + components: + - type: Transform + pos: -9.5,-124.5 + parent: 2 + - uid: 1986 + components: + - type: Transform + pos: -9.5,-125.5 + parent: 2 + - uid: 2131 + components: + - type: Transform + pos: -15.5,-167.5 + parent: 2 + - uid: 2148 + components: + - type: Transform + pos: -2.5,-121.5 + parent: 2 + - uid: 2177 + components: + - type: Transform + pos: -1.5,-122.5 + parent: 2 + - uid: 2180 + components: + - type: Transform + pos: -2.5,-120.5 + parent: 2 + - uid: 2182 + components: + - type: Transform + pos: 0.5,-122.5 + parent: 2 + - uid: 2183 + components: + - type: Transform + pos: 1.5,-122.5 + parent: 2 + - uid: 2212 + components: + - type: Transform + pos: 7.5,-124.5 + parent: 2 + - uid: 2215 + components: + - type: Transform + pos: 7.5,-123.5 + parent: 2 + - uid: 2216 + components: + - type: Transform + pos: 7.5,-122.5 + parent: 2 + - uid: 2287 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,20.5 + parent: 2 + - uid: 2305 + components: + - type: Transform + pos: 2.5,-178.5 + parent: 2 + - uid: 2418 + components: + - type: Transform + pos: -9.5,-190.5 + parent: 2 + - uid: 2507 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-73.5 + parent: 2 + - uid: 2596 + components: + - type: Transform + pos: -4.5,-134.5 + parent: 2 + - uid: 2599 + components: + - type: Transform + pos: -7.5,-140.5 + parent: 2 + - uid: 2600 + components: + - type: Transform + pos: -7.5,-141.5 + parent: 2 + - uid: 2601 + components: + - type: Transform + pos: -7.5,-150.5 + parent: 2 + - uid: 2602 + components: + - type: Transform + pos: -7.5,-152.5 + parent: 2 + - uid: 2657 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-114.5 + parent: 2 + - uid: 2747 + components: + - type: Transform + pos: 1.5,-143.5 + parent: 2 + - uid: 2786 + components: + - type: Transform + pos: 7.5,-149.5 + parent: 2 + - uid: 2789 + components: + - type: Transform + pos: 9.5,-145.5 + parent: 2 + - uid: 2790 + components: + - type: Transform + pos: 9.5,-144.5 + parent: 2 + - uid: 2795 + components: + - type: Transform + pos: 9.5,-139.5 + parent: 2 + - uid: 2796 + components: + - type: Transform + pos: 9.5,-138.5 + parent: 2 + - uid: 2839 + components: + - type: Transform + pos: 1.5,-144.5 + parent: 2 + - uid: 2840 + components: + - type: Transform + pos: 1.5,-145.5 + parent: 2 + - uid: 2957 + components: + - type: Transform + pos: -16.5,-238.5 + parent: 2 + - uid: 2959 + components: + - type: Transform + pos: -8.5,-173.5 + parent: 2 + - uid: 2960 + components: + - type: Transform + pos: -8.5,-174.5 + parent: 2 + - uid: 2961 + components: + - type: Transform + pos: -8.5,-175.5 + parent: 2 + - uid: 2962 + components: + - type: Transform + pos: -8.5,-176.5 + parent: 2 + - uid: 2967 + components: + - type: Transform + pos: 9.5,-176.5 + parent: 2 + - uid: 2968 + components: + - type: Transform + pos: 9.5,-175.5 + parent: 2 + - uid: 2969 + components: + - type: Transform + pos: 9.5,-174.5 + parent: 2 + - uid: 2970 + components: + - type: Transform + pos: 9.5,-173.5 + parent: 2 + - uid: 2975 + components: + - type: Transform + pos: 8.5,-168.5 + parent: 2 + - uid: 2976 + components: + - type: Transform + pos: 8.5,-167.5 + parent: 2 + - uid: 2977 + components: + - type: Transform + pos: 8.5,-166.5 + parent: 2 + - uid: 2997 + components: + - type: Transform + pos: 2.5,-173.5 + parent: 2 + - uid: 3007 + components: + - type: Transform + pos: -10.5,-308.5 + parent: 2 + - uid: 3052 + components: + - type: Transform + pos: 2.5,-179.5 + parent: 2 + - uid: 3092 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-256.5 + parent: 2 + - uid: 3727 + components: + - type: Transform + pos: 4.5,-192.5 + parent: 2 + - uid: 3728 + components: + - type: Transform + pos: 4.5,-193.5 + parent: 2 + - uid: 3729 + components: + - type: Transform + pos: 4.5,-194.5 + parent: 2 + - uid: 3745 + components: + - type: Transform + pos: 4.5,-201.5 + parent: 2 + - uid: 3747 + components: + - type: Transform + pos: 4.5,-200.5 + parent: 2 + - uid: 3749 + components: + - type: Transform + pos: 4.5,-202.5 + parent: 2 + - uid: 3842 + components: + - type: Transform + pos: 9.5,-146.5 + parent: 2 + - uid: 3853 + components: + - type: Transform + pos: -1.5,-206.5 + parent: 2 + - uid: 3854 + components: + - type: Transform + pos: -1.5,-197.5 + parent: 2 + - uid: 3856 + components: + - type: Transform + pos: -6.5,-205.5 + parent: 2 + - uid: 3857 + components: + - type: Transform + pos: -6.5,-204.5 + parent: 2 + - uid: 3858 + components: + - type: Transform + pos: -6.5,-202.5 + parent: 2 + - uid: 3859 + components: + - type: Transform + pos: -6.5,-201.5 + parent: 2 + - uid: 3872 + components: + - type: Transform + pos: -3.5,-204.5 + parent: 2 + - uid: 3913 + components: + - type: Transform + pos: -7.5,-197.5 + parent: 2 + - uid: 3914 + components: + - type: Transform + pos: -7.5,-196.5 + parent: 2 + - uid: 3915 + components: + - type: Transform + pos: -7.5,-195.5 + parent: 2 + - uid: 3987 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,16.5 + parent: 2 + - uid: 4187 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-247.5 + parent: 2 + - uid: 4252 + components: + - type: Transform + pos: -1.5,-224.5 + parent: 2 + - uid: 4253 + components: + - type: Transform + pos: -1.5,-225.5 + parent: 2 + - uid: 4268 + components: + - type: Transform + pos: 2.5,-225.5 + parent: 2 + - uid: 4269 + components: + - type: Transform + pos: 2.5,-224.5 + parent: 2 + - uid: 4278 + components: + - type: Transform + pos: 5.5,-231.5 + parent: 2 + - uid: 4279 + components: + - type: Transform + pos: -4.5,-230.5 + parent: 2 + - uid: 4287 + components: + - type: Transform + pos: -4.5,-219.5 + parent: 2 + - uid: 4288 + components: + - type: Transform + pos: -4.5,-218.5 + parent: 2 + - uid: 4289 + components: + - type: Transform + pos: -4.5,-217.5 + parent: 2 + - uid: 4290 + components: + - type: Transform + pos: -3.5,-217.5 + parent: 2 + - uid: 4330 + components: + - type: Transform + pos: -4.5,-232.5 + parent: 2 + - uid: 4333 + components: + - type: Transform + pos: 5.5,-232.5 + parent: 2 + - uid: 4334 + components: + - type: Transform + pos: 4.5,-232.5 + parent: 2 + - uid: 4342 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-218.5 + parent: 2 + - uid: 4343 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-221.5 + parent: 2 + - uid: 4439 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-217.5 + parent: 2 + - uid: 4505 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-219.5 + parent: 2 + - uid: 4507 + components: + - type: Transform + pos: -3.5,-232.5 + parent: 2 + - uid: 5079 + components: + - type: Transform + pos: 10.5,-119.5 + parent: 2 + - uid: 5085 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-339.5 + parent: 2 + - uid: 5209 + components: + - type: Transform + pos: 20.5,-258.5 + parent: 2 + - uid: 5282 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-346.5 + parent: 2 + - uid: 5291 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-345.5 + parent: 2 + - uid: 5501 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-340.5 + parent: 2 + - uid: 5842 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-115.5 + parent: 2 + - uid: 5852 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-117.5 + parent: 2 + - uid: 6626 + components: + - type: Transform + pos: 9.5,-147.5 + parent: 2 + - uid: 6664 + components: + - type: Transform + pos: -9.5,-309.5 + parent: 2 + - uid: 6665 + components: + - type: Transform + pos: -9.5,-308.5 + parent: 2 + - uid: 6666 + components: + - type: Transform + pos: -9.5,-307.5 + parent: 2 + - uid: 6685 + components: + - type: Transform + pos: -18.5,-343.5 + parent: 2 + - uid: 6687 + components: + - type: Transform + pos: -18.5,-341.5 + parent: 2 + - uid: 6695 + components: + - type: Transform + pos: -17.5,-347.5 + parent: 2 + - uid: 6703 + components: + - type: Transform + pos: -19.5,-331.5 + parent: 2 + - uid: 6706 + components: + - type: Transform + pos: -20.5,-330.5 + parent: 2 + - uid: 6828 + components: + - type: Transform + pos: -15.5,-238.5 + parent: 2 + - uid: 6881 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-301.5 + parent: 2 + - uid: 6909 + components: + - type: Transform + pos: -14.5,-238.5 + parent: 2 + - uid: 7319 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-60.5 + parent: 2 + - uid: 7479 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,20.5 + parent: 2 + - uid: 7510 + components: + - type: Transform + pos: 12.5,-159.5 + parent: 2 + - uid: 7511 + components: + - type: Transform + pos: 12.5,-160.5 + parent: 2 + - uid: 7512 + components: + - type: Transform + pos: 18.5,-159.5 + parent: 2 + - uid: 7513 + components: + - type: Transform + pos: 18.5,-160.5 + parent: 2 + - uid: 7514 + components: + - type: Transform + pos: 18.5,-165.5 + parent: 2 + - uid: 7515 + components: + - type: Transform + pos: 18.5,-166.5 + parent: 2 + - uid: 7516 + components: + - type: Transform + pos: 12.5,-153.5 + parent: 2 + - uid: 7517 + components: + - type: Transform + pos: 12.5,-152.5 + parent: 2 + - uid: 7518 + components: + - type: Transform + pos: 18.5,-153.5 + parent: 2 + - uid: 7519 + components: + - type: Transform + pos: 18.5,-152.5 + parent: 2 + - uid: 7520 + components: + - type: Transform + pos: 18.5,-147.5 + parent: 2 + - uid: 7523 + components: + - type: Transform + pos: 18.5,-144.5 + parent: 2 + - uid: 7524 + components: + - type: Transform + pos: 12.5,-147.5 + parent: 2 + - uid: 7525 + components: + - type: Transform + pos: 12.5,-146.5 + parent: 2 + - uid: 7526 + components: + - type: Transform + pos: 12.5,-145.5 + parent: 2 + - uid: 7527 + components: + - type: Transform + pos: 12.5,-144.5 + parent: 2 + - uid: 7528 + components: + - type: Transform + pos: 12.5,-139.5 + parent: 2 + - uid: 7529 + components: + - type: Transform + pos: 12.5,-138.5 + parent: 2 + - uid: 7530 + components: + - type: Transform + pos: 18.5,-139.5 + parent: 2 + - uid: 7531 + components: + - type: Transform + pos: 18.5,-138.5 + parent: 2 + - uid: 7553 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-147.5 + parent: 2 + - uid: 7623 + components: + - type: Transform + pos: 20.5,-260.5 + parent: 2 + - uid: 7667 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-220.5 + parent: 2 + - uid: 7691 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-201.5 + parent: 2 + - uid: 7692 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-200.5 + parent: 2 + - uid: 7693 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-199.5 + parent: 2 + - uid: 7694 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-198.5 + parent: 2 + - uid: 7695 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-197.5 + parent: 2 + - uid: 7696 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-196.5 + parent: 2 + - uid: 7697 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-195.5 + parent: 2 + - uid: 7698 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-194.5 + parent: 2 + - uid: 7796 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-249.5 + parent: 2 + - uid: 7834 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-257.5 + parent: 2 + - uid: 7844 + components: + - type: Transform + pos: -8.5,-191.5 + parent: 2 + - uid: 7869 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-254.5 + parent: 2 + - uid: 7934 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,20.5 + parent: 2 + - uid: 8002 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-256.5 + parent: 2 + - uid: 8052 + components: + - type: Transform + pos: 20.5,-259.5 + parent: 2 + - uid: 8096 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,20.5 + parent: 2 + - uid: 8127 + components: + - type: Transform + pos: -8.5,-190.5 + parent: 2 + - uid: 8129 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-257.5 + parent: 2 + - uid: 8133 + components: + - type: Transform + pos: 14.5,-245.5 + parent: 2 + - uid: 8165 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-261.5 + parent: 2 + - uid: 8166 + components: + - type: Transform + pos: -8.5,-189.5 + parent: 2 + - uid: 8199 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-255.5 + parent: 2 + - uid: 8219 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-260.5 + parent: 2 + - uid: 8235 + components: + - type: Transform + pos: 16.5,-238.5 + parent: 2 + - uid: 8260 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-329.5 + parent: 2 + - uid: 8394 + components: + - type: Transform + pos: -19.5,-336.5 + parent: 2 + - uid: 8413 + components: + - type: Transform + pos: -17.5,-348.5 + parent: 2 + - uid: 8415 + components: + - type: Transform + pos: -18.5,-340.5 + parent: 2 + - uid: 8417 + components: + - type: Transform + pos: -4.5,-289.5 + parent: 2 + - uid: 8425 + components: + - type: Transform + pos: -19.5,-334.5 + parent: 2 + - uid: 8450 + components: + - type: Transform + pos: -18.5,-338.5 + parent: 2 + - uid: 8455 + components: + - type: Transform + pos: -18.5,-344.5 + parent: 2 + - uid: 8508 + components: + - type: Transform + pos: -3.5,-273.5 + parent: 2 + - uid: 8510 + components: + - type: Transform + pos: -7.5,-286.5 + parent: 2 + - uid: 8511 + components: + - type: Transform + pos: -7.5,-285.5 + parent: 2 + - uid: 8529 + components: + - type: Transform + pos: -20.5,-327.5 + parent: 2 + - uid: 8545 + components: + - type: Transform + pos: -20.5,-329.5 + parent: 2 + - uid: 8609 + components: + - type: Transform + pos: -7.5,-284.5 + parent: 2 + - uid: 8610 + components: + - type: Transform + pos: -19.5,-335.5 + parent: 2 + - uid: 8613 + components: + - type: Transform + pos: -6.5,-280.5 + parent: 2 + - uid: 8614 + components: + - type: Transform + pos: -6.5,-279.5 + parent: 2 + - uid: 8615 + components: + - type: Transform + pos: -6.5,-278.5 + parent: 2 + - uid: 8624 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-286.5 + parent: 2 + - uid: 8637 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-276.5 + parent: 2 + - uid: 8640 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-275.5 + parent: 2 + - uid: 8659 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-284.5 + parent: 2 + - uid: 8665 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-272.5 + parent: 2 + - uid: 8667 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-274.5 + parent: 2 + - uid: 8680 + components: + - type: Transform + pos: -1.5,-282.5 + parent: 2 + - uid: 8695 + components: + - type: Transform + pos: -0.5,-283.5 + parent: 2 + - uid: 8790 + components: + - type: Transform + pos: 10.5,-279.5 + parent: 2 + - uid: 8802 + components: + - type: Transform + pos: 11.5,-279.5 + parent: 2 + - uid: 9002 + components: + - type: Transform + pos: 9.5,-279.5 + parent: 2 + - uid: 9016 + components: + - type: Transform + pos: 10.5,-118.5 + parent: 2 + - uid: 9391 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,22.5 + parent: 2 + - uid: 9392 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,23.5 + parent: 2 + - uid: 9434 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,18.5 + parent: 2 + - uid: 9435 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,25.5 + parent: 2 + - uid: 9505 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-299.5 + parent: 2 + - uid: 9506 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-298.5 + parent: 2 + - uid: 9507 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-297.5 + parent: 2 + - uid: 9508 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-298.5 + parent: 2 + - uid: 9509 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-299.5 + parent: 2 + - uid: 9510 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-297.5 + parent: 2 + - uid: 9523 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-317.5 + parent: 2 + - uid: 9524 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-316.5 + parent: 2 + - uid: 9525 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-315.5 + parent: 2 + - uid: 9526 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-315.5 + parent: 2 + - uid: 9527 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-316.5 + parent: 2 + - uid: 9528 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-317.5 + parent: 2 + - uid: 9529 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,-308.5 + parent: 2 + - uid: 9530 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,-306.5 + parent: 2 + - uid: 9531 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-308.5 + parent: 2 + - uid: 9532 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-307.5 + parent: 2 + - uid: 9533 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-306.5 + parent: 2 + - uid: 9817 + components: + - type: Transform + pos: -10.5,-302.5 + parent: 2 + - uid: 9859 + components: + - type: Transform + pos: -10.5,-303.5 + parent: 2 + - uid: 9861 + components: + - type: Transform + pos: -10.5,-304.5 + parent: 2 + - uid: 9871 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-255.5 + parent: 2 + - uid: 9957 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-310.5 + parent: 2 + - uid: 9958 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-309.5 + parent: 2 + - uid: 9959 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-305.5 + parent: 2 + - uid: 9960 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-304.5 + parent: 2 + - uid: 9999 + components: + - type: Transform + pos: -7.5,-312.5 + parent: 2 + - uid: 10019 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-316.5 + parent: 2 + - uid: 10020 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-316.5 + parent: 2 + - uid: 10060 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-305.5 + parent: 2 + - uid: 10061 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-309.5 + parent: 2 + - uid: 10070 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-320.5 + parent: 2 + - uid: 10071 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-319.5 + parent: 2 + - uid: 10072 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-318.5 + parent: 2 + - uid: 10073 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-317.5 + parent: 2 + - uid: 10076 + components: + - type: Transform + pos: -8.5,-312.5 + parent: 2 + - uid: 10138 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-312.5 + parent: 2 + - uid: 10139 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-313.5 + parent: 2 + - uid: 10140 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-314.5 + parent: 2 + - uid: 10141 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-315.5 + parent: 2 + - uid: 10153 + components: + - type: Transform + pos: 11.5,-297.5 + parent: 2 + - uid: 10154 + components: + - type: Transform + pos: 11.5,-298.5 + parent: 2 + - uid: 10155 + components: + - type: Transform + pos: 11.5,-299.5 + parent: 2 + - uid: 10156 + components: + - type: Transform + pos: 11.5,-315.5 + parent: 2 + - uid: 10157 + components: + - type: Transform + pos: 11.5,-316.5 + parent: 2 + - uid: 10158 + components: + - type: Transform + pos: 11.5,-317.5 + parent: 2 + - uid: 10701 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,20.5 + parent: 2 + - uid: 10752 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-327.5 + parent: 2 + - uid: 10828 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-331.5 + parent: 2 + - uid: 10830 + components: + - type: Transform + pos: 1.5,-350.5 + parent: 2 + - uid: 10935 + components: + - type: Transform + pos: -19.5,-87.5 + parent: 2 + - uid: 10977 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-253.5 + parent: 2 + - uid: 11001 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,15.5 + parent: 2 + - uid: 11052 + components: + - type: Transform + pos: 1.5,-351.5 + parent: 2 + - uid: 11053 + components: + - type: Transform + pos: 1.5,-352.5 + parent: 2 + - uid: 11054 + components: + - type: Transform + pos: -0.5,-350.5 + parent: 2 + - uid: 11055 + components: + - type: Transform + pos: -0.5,-351.5 + parent: 2 + - uid: 11056 + components: + - type: Transform + pos: -0.5,-352.5 + parent: 2 + - uid: 11224 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-370.5 + parent: 2 + - uid: 11262 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-365.5 + parent: 2 + - uid: 11306 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-364.5 + parent: 2 + - uid: 11307 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-367.5 + parent: 2 + - uid: 11308 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-366.5 + parent: 2 + - uid: 11309 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-364.5 + parent: 2 + - uid: 11310 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-363.5 + parent: 2 + - uid: 11313 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-371.5 + parent: 2 + - uid: 11314 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-372.5 + parent: 2 + - uid: 11316 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-372.5 + parent: 2 + - uid: 11317 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-371.5 + parent: 2 + - uid: 11318 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-370.5 + parent: 2 + - uid: 11319 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-367.5 + parent: 2 + - uid: 11320 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-366.5 + parent: 2 + - uid: 11322 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-364.5 + parent: 2 + - uid: 11323 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-364.5 + parent: 2 + - uid: 11324 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-363.5 + parent: 2 + - uid: 11325 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-361.5 + parent: 2 + - uid: 11326 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-360.5 + parent: 2 + - uid: 11394 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-364.5 + parent: 2 + - uid: 11395 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-363.5 + parent: 2 + - uid: 11396 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-363.5 + parent: 2 + - uid: 11397 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-364.5 + parent: 2 + - uid: 11398 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-365.5 + parent: 2 + - uid: 11399 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-369.5 + parent: 2 + - uid: 11400 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-369.5 + parent: 2 + - uid: 11401 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-369.5 + parent: 2 + - uid: 11413 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-251.5 + parent: 2 + - uid: 11414 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-329.5 + parent: 2 + - uid: 11415 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-330.5 + parent: 2 + - uid: 11416 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-331.5 + parent: 2 + - uid: 11548 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-330.5 + parent: 2 + - uid: 11880 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-341.5 + parent: 2 + - uid: 11898 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-335.5 + parent: 2 + - uid: 11981 + components: + - type: Transform + pos: -4.5,-381.5 + parent: 2 + - uid: 12111 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-259.5 + parent: 2 + - uid: 12243 + components: + - type: Transform + pos: 14.5,-246.5 + parent: 2 + - uid: 12473 + components: + - type: Transform + pos: 20.5,-245.5 + parent: 2 + - uid: 12518 + components: + - type: Transform + pos: 20.5,-246.5 + parent: 2 + - uid: 12609 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,-263.5 + parent: 2 + - uid: 12692 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-145.5 + parent: 2 + - uid: 12772 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,17.5 + parent: 2 + - uid: 13272 + components: + - type: Transform + pos: 17.5,-238.5 + parent: 2 + - uid: 13280 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-343.5 + parent: 2 + - uid: 13286 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-348.5 + parent: 2 + - uid: 13289 + components: + - type: Transform + pos: 14.5,-373.5 + parent: 2 + - uid: 13297 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-299.5 + parent: 2 + - uid: 13298 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-300.5 + parent: 2 + - uid: 13447 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-340.5 + parent: 2 + - uid: 13455 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-113.5 + parent: 2 + - uid: 13459 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-327.5 + parent: 2 + - uid: 13474 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-334.5 + parent: 2 + - uid: 13820 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-336.5 + parent: 2 + - uid: 13989 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-332.5 + parent: 2 + - uid: 14000 + components: + - type: Transform + pos: 18.5,-238.5 + parent: 2 + - uid: 14008 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-330.5 + parent: 2 + - uid: 14326 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-61.5 + parent: 2 + - uid: 14327 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-62.5 + parent: 2 + - uid: 14328 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-60.5 + parent: 2 + - uid: 14329 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-61.5 + parent: 2 + - uid: 14330 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-62.5 + parent: 2 + - uid: 14416 + components: + - type: Transform + pos: 14.5,-76.5 + parent: 2 + - uid: 14417 + components: + - type: Transform + pos: 16.5,-76.5 + parent: 2 + - uid: 14687 + components: + - type: Transform + pos: -14.5,-365.5 + parent: 2 + - uid: 14688 + components: + - type: Transform + pos: -13.5,-368.5 + parent: 2 + - uid: 14797 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-74.5 + parent: 2 + - uid: 14917 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-146.5 + parent: 2 + - uid: 15799 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,12.5 + parent: 2 + - uid: 15801 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,14.5 + parent: 2 + - uid: 15802 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,17.5 + parent: 2 + - uid: 15803 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,13.5 + parent: 2 + - uid: 15805 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,11.5 + parent: 2 + - uid: 15806 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,16.5 + parent: 2 + - uid: 15807 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,13.5 + parent: 2 + - uid: 15808 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,15.5 + parent: 2 + - uid: 15810 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,17.5 + parent: 2 + - uid: 15813 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,17.5 + parent: 2 + - uid: 15814 + components: + - type: Transform + pos: 6.5,-340.5 + parent: 2 + - uid: 15821 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,20.5 + parent: 2 + - uid: 15822 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,12.5 + parent: 2 + - uid: 15824 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,11.5 + parent: 2 + - uid: 15825 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,11.5 + parent: 2 + - uid: 15826 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,9.5 + parent: 2 + - uid: 15827 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,9.5 + parent: 2 + - uid: 15828 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,8.5 + parent: 2 + - uid: 15829 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,9.5 + parent: 2 + - uid: 15830 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,9.5 + parent: 2 + - uid: 15831 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,8.5 + parent: 2 + - uid: 15832 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,10.5 + parent: 2 + - uid: 15833 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,9.5 + parent: 2 + - uid: 15834 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,9.5 + parent: 2 + - uid: 15835 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,8.5 + parent: 2 + - uid: 15836 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,7.5 + parent: 2 + - uid: 15837 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,7.5 + parent: 2 + - uid: 15838 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,6.5 + parent: 2 + - uid: 15839 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,6.5 + parent: 2 + - uid: 15840 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,6.5 + parent: 2 + - uid: 15841 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,6.5 + parent: 2 + - uid: 15842 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,7.5 + parent: 2 + - uid: 15843 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,7.5 + parent: 2 + - uid: 15844 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,8.5 + parent: 2 + - uid: 15845 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,9.5 + parent: 2 + - uid: 15846 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,9.5 + parent: 2 + - uid: 15847 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,10.5 + parent: 2 + - uid: 15848 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,11.5 + parent: 2 + - uid: 15849 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,11.5 + parent: 2 + - uid: 15850 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,11.5 + parent: 2 + - uid: 15852 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,11.5 + parent: 2 + - uid: 15853 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,11.5 + parent: 2 + - uid: 15902 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,-0.5 + parent: 2 + - uid: 15903 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,-0.5 + parent: 2 + - uid: 15904 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,0.5 + parent: 2 + - uid: 15905 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,0.5 + parent: 2 + - uid: 15906 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,1.5 + parent: 2 + - uid: 15907 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,1.5 + parent: 2 + - uid: 15910 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-0.5 + parent: 2 + - uid: 15911 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-0.5 + parent: 2 + - uid: 15912 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,0.5 + parent: 2 + - uid: 15913 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,0.5 + parent: 2 + - uid: 15914 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,1.5 + parent: 2 + - uid: 15915 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,1.5 + parent: 2 + - uid: 15924 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-27.5 + parent: 2 + - uid: 15925 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-27.5 + parent: 2 + - uid: 15926 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-27.5 + parent: 2 + - uid: 15927 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-27.5 + parent: 2 + - uid: 15940 + components: + - type: Transform + pos: 18.5,-6.5 + parent: 2 + - uid: 15943 + components: + - type: Transform + pos: 18.5,-4.5 + parent: 2 + - uid: 15944 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-26.5 + parent: 2 + - uid: 15948 + components: + - type: Transform + pos: -19.5,-137.5 + parent: 2 + - uid: 15961 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-26.5 + parent: 2 + - uid: 15962 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-26.5 + parent: 2 + - uid: 15967 + components: + - type: Transform + pos: -17.5,8.5 + parent: 2 + - uid: 15968 + components: + - type: Transform + pos: -17.5,-5.5 + parent: 2 + - uid: 15969 + components: + - type: Transform + pos: -17.5,-4.5 + parent: 2 + - uid: 15975 + components: + - type: Transform + pos: -17.5,7.5 + parent: 2 + - uid: 15976 + components: + - type: Transform + pos: -16.5,10.5 + parent: 2 + - uid: 15977 + components: + - type: Transform + pos: -17.5,6.5 + parent: 2 + - uid: 15978 + components: + - type: Transform + pos: -17.5,3.5 + parent: 2 + - uid: 15979 + components: + - type: Transform + pos: -17.5,-7.5 + parent: 2 + - uid: 15980 + components: + - type: Transform + pos: -17.5,2.5 + parent: 2 + - uid: 15981 + components: + - type: Transform + pos: -17.5,-1.5 + parent: 2 + - uid: 16005 + components: + - type: Transform + pos: -19.5,-85.5 + parent: 2 + - uid: 16006 + components: + - type: Transform + pos: -19.5,-88.5 + parent: 2 + - uid: 16007 + components: + - type: Transform + pos: -20.5,-82.5 + parent: 2 + - uid: 16008 + components: + - type: Transform + pos: -17.5,-99.5 + parent: 2 + - uid: 16110 + components: + - type: Transform + pos: -17.5,-127.5 + parent: 2 + - uid: 16111 + components: + - type: Transform + pos: -20.5,-107.5 + parent: 2 + - uid: 16112 + components: + - type: Transform + pos: -17.5,-125.5 + parent: 2 + - uid: 16113 + components: + - type: Transform + pos: -17.5,-124.5 + parent: 2 + - uid: 16114 + components: + - type: Transform + pos: -18.5,-121.5 + parent: 2 + - uid: 16115 + components: + - type: Transform + pos: -18.5,-120.5 + parent: 2 + - uid: 16116 + components: + - type: Transform + pos: -18.5,-119.5 + parent: 2 + - uid: 16117 + components: + - type: Transform + pos: -19.5,-115.5 + parent: 2 + - uid: 16118 + components: + - type: Transform + pos: -19.5,-114.5 + parent: 2 + - uid: 16119 + components: + - type: Transform + pos: -19.5,-113.5 + parent: 2 + - uid: 16120 + components: + - type: Transform + pos: -19.5,-111.5 + parent: 2 + - uid: 16121 + components: + - type: Transform + pos: -20.5,-108.5 + parent: 2 + - uid: 16122 + components: + - type: Transform + pos: -19.5,-84.5 + parent: 2 + - uid: 16123 + components: + - type: Transform + pos: -18.5,-91.5 + parent: 2 + - uid: 16124 + components: + - type: Transform + pos: -18.5,-95.5 + parent: 2 + - uid: 16125 + components: + - type: Transform + pos: -18.5,-96.5 + parent: 2 + - uid: 16126 + components: + - type: Transform + pos: -18.5,-93.5 + parent: 2 + - uid: 16127 + components: + - type: Transform + pos: -20.5,-80.5 + parent: 2 + - uid: 16128 + components: + - type: Transform + pos: -20.5,-79.5 + parent: 2 + - uid: 16129 + components: + - type: Transform + pos: -17.5,-73.5 + parent: 2 + - uid: 16131 + components: + - type: Transform + pos: -17.5,-71.5 + parent: 2 + - uid: 16133 + components: + - type: Transform + pos: -18.5,-68.5 + parent: 2 + - uid: 16134 + components: + - type: Transform + pos: -19.5,-138.5 + parent: 2 + - uid: 16135 + components: + - type: Transform + pos: -18.5,-67.5 + parent: 2 + - uid: 16138 + components: + - type: Transform + pos: -18.5,-64.5 + parent: 2 + - uid: 16139 + components: + - type: Transform + pos: -19.5,-61.5 + parent: 2 + - uid: 16140 + components: + - type: Transform + pos: -19.5,-60.5 + parent: 2 + - uid: 16141 + components: + - type: Transform + pos: -19.5,-58.5 + parent: 2 + - uid: 16142 + components: + - type: Transform + pos: -19.5,-57.5 + parent: 2 + - uid: 16148 + components: + - type: Transform + pos: -20.5,-134.5 + parent: 2 + - uid: 16149 + components: + - type: Transform + pos: -20.5,-55.5 + parent: 2 + - uid: 16151 + components: + - type: Transform + pos: -20.5,-54.5 + parent: 2 + - uid: 16153 + components: + - type: Transform + pos: -20.5,-52.5 + parent: 2 + - uid: 16189 + components: + - type: Transform + pos: 18.5,8.5 + parent: 2 + - uid: 16190 + components: + - type: Transform + pos: 18.5,7.5 + parent: 2 + - uid: 16191 + components: + - type: Transform + pos: 18.5,6.5 + parent: 2 + - uid: 16192 + components: + - type: Transform + pos: 18.5,-5.5 + parent: 2 + - uid: 16193 + components: + - type: Transform + pos: 18.5,1.5 + parent: 2 + - uid: 16201 + components: + - type: Transform + pos: 18.5,-1.5 + parent: 2 + - uid: 16202 + components: + - type: Transform + pos: 18.5,-0.5 + parent: 2 + - uid: 16220 + components: + - type: Transform + pos: 19.5,-26.5 + parent: 2 + - uid: 16222 + components: + - type: Transform + pos: 19.5,-27.5 + parent: 2 + - uid: 16224 + components: + - type: Transform + pos: 20.5,-29.5 + parent: 2 + - uid: 16226 + components: + - type: Transform + pos: 20.5,-30.5 + parent: 2 + - uid: 16227 + components: + - type: Transform + pos: 21.5,-32.5 + parent: 2 + - uid: 16228 + components: + - type: Transform + pos: 21.5,-34.5 + parent: 2 + - uid: 16229 + components: + - type: Transform + pos: 21.5,-35.5 + parent: 2 + - uid: 16230 + components: + - type: Transform + pos: 21.5,-36.5 + parent: 2 + - uid: 16231 + components: + - type: Transform + pos: 21.5,-38.5 + parent: 2 + - uid: 16232 + components: + - type: Transform + pos: 21.5,-39.5 + parent: 2 + - uid: 16233 + components: + - type: Transform + pos: 21.5,-40.5 + parent: 2 + - uid: 16234 + components: + - type: Transform + pos: 20.5,-44.5 + parent: 2 + - uid: 16235 + components: + - type: Transform + pos: 20.5,-43.5 + parent: 2 + - uid: 16236 + components: + - type: Transform + pos: 21.5,-52.5 + parent: 2 + - uid: 16237 + components: + - type: Transform + pos: 21.5,-53.5 + parent: 2 + - uid: 16238 + components: + - type: Transform + pos: 21.5,-54.5 + parent: 2 + - uid: 16239 + components: + - type: Transform + pos: 20.5,-56.5 + parent: 2 + - uid: 16240 + components: + - type: Transform + pos: 20.5,-57.5 + parent: 2 + - uid: 16241 + components: + - type: Transform + pos: 20.5,-58.5 + parent: 2 + - uid: 16242 + components: + - type: Transform + pos: 20.5,-60.5 + parent: 2 + - uid: 16243 + components: + - type: Transform + pos: 20.5,-61.5 + parent: 2 + - uid: 16244 + components: + - type: Transform + pos: 18.5,-97.5 + parent: 2 + - uid: 16245 + components: + - type: Transform + pos: 21.5,-81.5 + parent: 2 + - uid: 16246 + components: + - type: Transform + pos: 19.5,-66.5 + parent: 2 + - uid: 16247 + components: + - type: Transform + pos: 19.5,-67.5 + parent: 2 + - uid: 16248 + components: + - type: Transform + pos: 19.5,-68.5 + parent: 2 + - uid: 16249 + components: + - type: Transform + pos: 19.5,-72.5 + parent: 2 + - uid: 16250 + components: + - type: Transform + pos: 19.5,-71.5 + parent: 2 + - uid: 16251 + components: + - type: Transform + pos: 21.5,-80.5 + parent: 2 + - uid: 16252 + components: + - type: Transform + pos: 20.5,-83.5 + parent: 2 + - uid: 16253 + components: + - type: Transform + pos: 20.5,-84.5 + parent: 2 + - uid: 16254 + components: + - type: Transform + pos: 20.5,-85.5 + parent: 2 + - uid: 16255 + components: + - type: Transform + pos: 20.5,-86.5 + parent: 2 + - uid: 16256 + components: + - type: Transform + pos: 18.5,-98.5 + parent: 2 + - uid: 16257 + components: + - type: Transform + pos: 19.5,-91.5 + parent: 2 + - uid: 16258 + components: + - type: Transform + pos: 19.5,-92.5 + parent: 2 + - uid: 16259 + components: + - type: Transform + pos: 19.5,-93.5 + parent: 2 + - uid: 16260 + components: + - type: Transform + pos: 21.5,-106.5 + parent: 2 + - uid: 16261 + components: + - type: Transform + pos: 18.5,-124.5 + parent: 2 + - uid: 16262 + components: + - type: Transform + pos: 20.5,-109.5 + parent: 2 + - uid: 16263 + components: + - type: Transform + pos: 20.5,-110.5 + parent: 2 + - uid: 16264 + components: + - type: Transform + pos: 20.5,-111.5 + parent: 2 + - uid: 16265 + components: + - type: Transform + pos: 20.5,-113.5 + parent: 2 + - uid: 16266 + components: + - type: Transform + pos: 19.5,-117.5 + parent: 2 + - uid: 16267 + components: + - type: Transform + pos: 19.5,-118.5 + parent: 2 + - uid: 16268 + components: + - type: Transform + pos: 19.5,-119.5 + parent: 2 + - uid: 16269 + components: + - type: Transform + pos: 18.5,-125.5 + parent: 2 + - uid: 16270 + components: + - type: Transform + pos: -20.5,-133.5 + parent: 2 + - uid: 16271 + components: + - type: Transform + pos: -20.5,-135.5 + parent: 2 + - uid: 16272 + components: + - type: Transform + pos: -19.5,-139.5 + parent: 2 + - uid: 16273 + components: + - type: Transform + pos: -19.5,-140.5 + parent: 2 + - uid: 16274 + components: + - type: Transform + pos: -19.5,-142.5 + parent: 2 + - uid: 16275 + components: + - type: Transform + pos: -19.5,-143.5 + parent: 2 + - uid: 16276 + components: + - type: Transform + pos: -18.5,-145.5 + parent: 2 + - uid: 16277 + components: + - type: Transform + pos: -18.5,-146.5 + parent: 2 + - uid: 16278 + components: + - type: Transform + pos: -18.5,-147.5 + parent: 2 + - uid: 16279 + components: + - type: Transform + pos: -18.5,-149.5 + parent: 2 + - uid: 16280 + components: + - type: Transform + pos: -18.5,-150.5 + parent: 2 + - uid: 16281 + components: + - type: Transform + pos: -17.5,-151.5 + parent: 2 + - uid: 16282 + components: + - type: Transform + pos: -17.5,-152.5 + parent: 2 + - uid: 16283 + components: + - type: Transform + pos: -17.5,-153.5 + parent: 2 + - uid: 16284 + components: + - type: Transform + pos: -17.5,-154.5 + parent: 2 + - uid: 16295 + components: + - type: Transform + pos: -19.5,-164.5 + parent: 2 + - uid: 16317 + components: + - type: Transform + pos: -20.5,-160.5 + parent: 2 + - uid: 16318 + components: + - type: Transform + pos: -20.5,-161.5 + parent: 2 + - uid: 16319 + components: + - type: Transform + pos: -20.5,-162.5 + parent: 2 + - uid: 16320 + components: + - type: Transform + pos: -19.5,-165.5 + parent: 2 + - uid: 16321 + components: + - type: Transform + pos: -19.5,-166.5 + parent: 2 + - uid: 16322 + components: + - type: Transform + pos: -19.5,-169.5 + parent: 2 + - uid: 16323 + components: + - type: Transform + pos: -19.5,-168.5 + parent: 2 + - uid: 16324 + components: + - type: Transform + pos: -18.5,-172.5 + parent: 2 + - uid: 16325 + components: + - type: Transform + pos: -18.5,-173.5 + parent: 2 + - uid: 16326 + components: + - type: Transform + pos: -18.5,-176.5 + parent: 2 + - uid: 16327 + components: + - type: Transform + pos: -18.5,-175.5 + parent: 2 + - uid: 16328 + components: + - type: Transform + pos: -17.5,-180.5 + parent: 2 + - uid: 16329 + components: + - type: Transform + pos: -17.5,-179.5 + parent: 2 + - uid: 16344 + components: + - type: Transform + pos: 19.5,-170.5 + parent: 2 + - uid: 16345 + components: + - type: Transform + pos: 19.5,-171.5 + parent: 2 + - uid: 16364 + components: + - type: Transform + pos: 18.5,-179.5 + parent: 2 + - uid: 16365 + components: + - type: Transform + pos: 18.5,-178.5 + parent: 2 + - uid: 16366 + components: + - type: Transform + pos: 18.5,-177.5 + parent: 2 + - uid: 16367 + components: + - type: Transform + pos: 19.5,-175.5 + parent: 2 + - uid: 16368 + components: + - type: Transform + pos: 19.5,-174.5 + parent: 2 + - uid: 16369 + components: + - type: Transform + pos: 19.5,-173.5 + parent: 2 + - uid: 16370 + components: + - type: Transform + pos: 20.5,-168.5 + parent: 2 + - uid: 16371 + components: + - type: Transform + pos: 20.5,-167.5 + parent: 2 + - uid: 16372 + components: + - type: Transform + pos: 20.5,-164.5 + parent: 2 + - uid: 16374 + components: + - type: Transform + pos: 20.5,-163.5 + parent: 2 + - uid: 16375 + components: + - type: Transform + pos: 20.5,-162.5 + parent: 2 + - uid: 16376 + components: + - type: Transform + pos: 21.5,-160.5 + parent: 2 + - uid: 16377 + components: + - type: Transform + pos: 21.5,-159.5 + parent: 2 + - uid: 16378 + components: + - type: Transform + pos: 21.5,-161.5 + parent: 2 + - uid: 16393 + components: + - type: Transform + pos: 22.5,-187.5 + parent: 2 + - uid: 16409 + components: + - type: Transform + pos: 22.5,-188.5 + parent: 2 + - uid: 16410 + components: + - type: Transform + pos: 22.5,-189.5 + parent: 2 + - uid: 16411 + components: + - type: Transform + pos: 21.5,-191.5 + parent: 2 + - uid: 16412 + components: + - type: Transform + pos: 21.5,-192.5 + parent: 2 + - uid: 16413 + components: + - type: Transform + pos: 21.5,-193.5 + parent: 2 + - uid: 16414 + components: + - type: Transform + pos: -17.5,-207.5 + parent: 2 + - uid: 16415 + components: + - type: Transform + pos: 20.5,-198.5 + parent: 2 + - uid: 16416 + components: + - type: Transform + pos: 20.5,-199.5 + parent: 2 + - uid: 16417 + components: + - type: Transform + pos: 20.5,-200.5 + parent: 2 + - uid: 16418 + components: + - type: Transform + pos: 19.5,-204.5 + parent: 2 + - uid: 16419 + components: + - type: Transform + pos: 19.5,-205.5 + parent: 2 + - uid: 16420 + components: + - type: Transform + pos: 19.5,-206.5 + parent: 2 + - uid: 16421 + components: + - type: Transform + pos: 19.5,-207.5 + parent: 2 + - uid: 16422 + components: + - type: Transform + pos: 20.5,-203.5 + parent: 2 + - uid: 16423 + components: + - type: Transform + pos: 20.5,-202.5 + parent: 2 + - uid: 16424 + components: + - type: Transform + pos: 19.5,-203.5 + parent: 2 + - uid: 16426 + components: + - type: Transform + pos: -20.5,-187.5 + parent: 2 + - uid: 16456 + components: + - type: Transform + pos: -20.5,-188.5 + parent: 2 + - uid: 16457 + components: + - type: Transform + pos: -20.5,-189.5 + parent: 2 + - uid: 16458 + components: + - type: Transform + pos: -19.5,-191.5 + parent: 2 + - uid: 16459 + components: + - type: Transform + pos: -19.5,-192.5 + parent: 2 + - uid: 16460 + components: + - type: Transform + pos: -19.5,-193.5 + parent: 2 + - uid: 16461 + components: + - type: Transform + pos: -18.5,-198.5 + parent: 2 + - uid: 16462 + components: + - type: Transform + pos: -19.5,-195.5 + parent: 2 + - uid: 16463 + components: + - type: Transform + pos: -19.5,-196.5 + parent: 2 + - uid: 16464 + components: + - type: Transform + pos: -18.5,-199.5 + parent: 2 + - uid: 16465 + components: + - type: Transform + pos: -18.5,-200.5 + parent: 2 + - uid: 16466 + components: + - type: Transform + pos: -17.5,-205.5 + parent: 2 + - uid: 16467 + components: + - type: Transform + pos: -17.5,-206.5 + parent: 2 + - uid: 16468 + components: + - type: Transform + pos: -18.5,-203.5 + parent: 2 + - uid: 16469 + components: + - type: Transform + pos: -18.5,-202.5 + parent: 2 + - uid: 16611 + components: + - type: Transform + pos: -15.5,-357.5 + parent: 2 + - uid: 16612 + components: + - type: Transform + pos: -15.5,-358.5 + parent: 2 + - uid: 16613 + components: + - type: Transform + pos: -14.5,-361.5 + parent: 2 + - uid: 16614 + components: + - type: Transform + pos: -14.5,-362.5 + parent: 2 + - uid: 16615 + components: + - type: Transform + pos: -14.5,-363.5 + parent: 2 + - uid: 16616 + components: + - type: Transform + pos: -14.5,-366.5 + parent: 2 + - uid: 16617 + components: + - type: Transform + pos: -13.5,-369.5 + parent: 2 + - uid: 16618 + components: + - type: Transform + pos: -13.5,-370.5 + parent: 2 + - uid: 16619 + components: + - type: Transform + pos: -13.5,-373.5 + parent: 2 + - uid: 16620 + components: + - type: Transform + pos: -13.5,-372.5 + parent: 2 + - uid: 16621 + components: + - type: Transform + pos: -12.5,-375.5 + parent: 2 + - uid: 16622 + components: + - type: Transform + pos: -12.5,-376.5 + parent: 2 + - uid: 16625 + components: + - type: Transform + pos: 13.5,-377.5 + parent: 2 + - uid: 16626 + components: + - type: Transform + pos: 13.5,-376.5 + parent: 2 + - uid: 16627 + components: + - type: Transform + pos: 13.5,-375.5 + parent: 2 + - uid: 16629 + components: + - type: Transform + pos: 14.5,-371.5 + parent: 2 + - uid: 16630 + components: + - type: Transform + pos: 14.5,-370.5 + parent: 2 + - uid: 16631 + components: + - type: Transform + pos: 14.5,-369.5 + parent: 2 + - uid: 16632 + components: + - type: Transform + pos: 14.5,-367.5 + parent: 2 + - uid: 16633 + components: + - type: Transform + pos: 15.5,-366.5 + parent: 2 + - uid: 16634 + components: + - type: Transform + pos: 15.5,-365.5 + parent: 2 + - uid: 16635 + components: + - type: Transform + pos: 15.5,-364.5 + parent: 2 + - uid: 16636 + components: + - type: Transform + pos: 15.5,-361.5 + parent: 2 + - uid: 16637 + components: + - type: Transform + pos: 15.5,-360.5 + parent: 2 + - uid: 16638 + components: + - type: Transform + pos: 15.5,-359.5 + parent: 2 + - uid: 16639 + components: + - type: Transform + pos: 16.5,-357.5 + parent: 2 + - uid: 16640 + components: + - type: Transform + pos: 16.5,-356.5 + parent: 2 + - uid: 16730 + components: + - type: Transform + pos: 20.5,-293.5 + parent: 2 + - uid: 16731 + components: + - type: Transform + pos: 22.5,-293.5 + parent: 2 + - uid: 16732 + components: + - type: Transform + pos: 24.5,-293.5 + parent: 2 + - uid: 16733 + components: + - type: Transform + pos: 23.5,-294.5 + parent: 2 + - uid: 16734 + components: + - type: Transform + pos: 21.5,-294.5 + parent: 2 + - uid: 16735 + components: + - type: Transform + pos: 19.5,-294.5 + parent: 2 + - uid: 16736 + components: + - type: Transform + pos: 18.5,-294.5 + parent: 2 + - uid: 16737 + components: + - type: Transform + pos: 25.5,-294.5 + parent: 2 + - uid: 16738 + components: + - type: Transform + pos: 26.5,-294.5 + parent: 2 + - uid: 16783 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,-314.5 + parent: 2 + - uid: 16784 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,-313.5 + parent: 2 + - uid: 16785 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-310.5 + parent: 2 + - uid: 16786 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-309.5 + parent: 2 + - uid: 16787 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-308.5 + parent: 2 + - uid: 16788 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-306.5 + parent: 2 + - uid: 16789 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-305.5 + parent: 2 + - uid: 16790 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,-304.5 + parent: 2 + - uid: 16791 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,-303.5 + parent: 2 + - uid: 16792 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,-302.5 + parent: 2 + - uid: 16793 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,-315.5 + parent: 2 + - uid: 16794 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,-315.5 + parent: 2 + - uid: 16795 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,-316.5 + parent: 2 + - uid: 16796 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,-318.5 + parent: 2 + - uid: 16797 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,-321.5 + parent: 2 + - uid: 16802 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,-301.5 + parent: 2 + - uid: 16803 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,-300.5 + parent: 2 + - uid: 16804 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-297.5 + parent: 2 + - uid: 16805 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-296.5 + parent: 2 + - uid: 16806 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-295.5 + parent: 2 + - uid: 16807 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-293.5 + parent: 2 + - uid: 16808 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,-298.5 + parent: 2 + - uid: 16847 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-295.5 + parent: 2 + - uid: 16848 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-295.5 + parent: 2 + - uid: 16849 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-296.5 + parent: 2 + - uid: 16850 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-297.5 + parent: 2 + - uid: 16851 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-299.5 + parent: 2 + - uid: 16852 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-300.5 + parent: 2 + - uid: 16853 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-302.5 + parent: 2 + - uid: 16854 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-303.5 + parent: 2 + - uid: 16855 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-304.5 + parent: 2 + - uid: 16856 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-306.5 + parent: 2 + - uid: 16857 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-307.5 + parent: 2 + - uid: 16858 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,-309.5 + parent: 2 + - uid: 16859 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,-310.5 + parent: 2 + - uid: 16860 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,-312.5 + parent: 2 + - uid: 16861 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,-313.5 + parent: 2 + - uid: 16862 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,-314.5 + parent: 2 + - uid: 16863 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,-315.5 + parent: 2 + - uid: 16864 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,-317.5 + parent: 2 + - uid: 16865 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-319.5 + parent: 2 + - uid: 16866 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-320.5 + parent: 2 + - uid: 16905 + components: + - type: Transform + pos: -15.5,-168.5 + parent: 2 + - uid: 16907 + components: + - type: Transform + pos: -15.5,-166.5 + parent: 2 + - uid: 16908 + components: + - type: Transform + pos: -15.5,-165.5 + parent: 2 + - uid: 16909 + components: + - type: Transform + pos: -15.5,-164.5 + parent: 2 + - uid: 16910 + components: + - type: Transform + pos: -15.5,-163.5 + parent: 2 + - uid: 16911 + components: + - type: Transform + pos: -15.5,-162.5 + parent: 2 + - uid: 16912 + components: + - type: Transform + pos: -15.5,-161.5 + parent: 2 +- proto: GrilleBroken + entities: + - uid: 2249 + components: + - type: Transform + pos: 7.5,-148.5 + parent: 2 + - uid: 3030 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-148.5 + parent: 2 + - uid: 3871 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-202.5 + parent: 2 + - uid: 3873 + components: + - type: Transform + pos: -3.5,-202.5 + parent: 2 + - uid: 8098 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-247.5 + parent: 2 + - uid: 12091 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-249.5 + parent: 2 + - uid: 12107 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-247.5 + parent: 2 +- proto: GrilleDiagonal + entities: + - uid: 14 + components: + - type: Transform + pos: -1.5,4.5 + parent: 2 + - uid: 1491 + components: + - type: Transform + pos: -8.5,-82.5 + parent: 2 + - uid: 1492 + components: + - type: Transform + pos: -10.5,-84.5 + parent: 2 + - uid: 1493 + components: + - type: Transform + pos: -9.5,-83.5 + parent: 2 + - uid: 1659 + components: + - type: Transform + pos: -6.5,-52.5 + parent: 2 + - uid: 2791 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,3.5 + parent: 2 + - uid: 2794 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-88.5 + parent: 2 + - uid: 2842 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-89.5 + parent: 2 + - uid: 2855 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-90.5 + parent: 2 + - uid: 2907 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-84.5 + parent: 2 + - uid: 2942 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-88.5 + parent: 2 + - uid: 3158 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-122.5 + parent: 2 + - uid: 4511 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-217.5 + parent: 2 + - uid: 4649 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,3.5 + parent: 2 + - uid: 6879 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-309.5 + parent: 2 + - uid: 7499 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-89.5 + parent: 2 + - uid: 7547 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-83.5 + parent: 2 + - uid: 7554 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,4.5 + parent: 2 + - uid: 7679 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-193.5 + parent: 2 + - uid: 7685 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-202.5 + parent: 2 + - uid: 7754 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-274.5 + parent: 2 + - uid: 7756 + components: + - type: Transform + pos: -3.5,-272.5 + parent: 2 + - uid: 7848 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-191.5 + parent: 2 + - uid: 7896 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-191.5 + parent: 2 + - uid: 7899 + components: + - type: Transform + pos: -9.5,-189.5 + parent: 2 + - uid: 7900 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-189.5 + parent: 2 + - uid: 8197 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-309.5 + parent: 2 + - uid: 8217 + components: + - type: Transform + pos: -10.5,-307.5 + parent: 2 + - uid: 8520 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-273.5 + parent: 2 + - uid: 8533 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-284.5 + parent: 2 + - uid: 8536 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-285.5 + parent: 2 + - uid: 8641 + components: + - type: Transform + pos: -1.5,-275.5 + parent: 2 + - uid: 8657 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-286.5 + parent: 2 + - uid: 8672 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-283.5 + parent: 2 + - uid: 9955 + components: + - type: Transform + pos: 2.5,-309.5 + parent: 2 + - uid: 9956 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-305.5 + parent: 2 + - uid: 10054 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-309.5 + parent: 2 + - uid: 10059 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-305.5 + parent: 2 + - uid: 10065 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-320.5 + parent: 2 + - uid: 13329 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-307.5 + parent: 2 +- proto: GrilleSpawner + entities: + - uid: 1603 + components: + - type: Transform + pos: 22.5,-327.5 + parent: 2 + - uid: 1692 + components: + - type: Transform + pos: 20.5,-338.5 + parent: 2 + - uid: 1693 + components: + - type: Transform + pos: 21.5,-331.5 + parent: 2 + - uid: 2939 + components: + - type: Transform + pos: 22.5,-326.5 + parent: 2 + - uid: 8941 + components: + - type: Transform + pos: 20.5,-343.5 + parent: 2 + - uid: 8966 + components: + - type: Transform + pos: 19.5,-347.5 + parent: 2 + - uid: 8983 + components: + - type: Transform + pos: 19.5,-345.5 + parent: 2 + - uid: 8985 + components: + - type: Transform + pos: -21.5,-327.5 + parent: 2 + - uid: 8986 + components: + - type: Transform + pos: 20.5,-342.5 + parent: 2 + - uid: 8987 + components: + - type: Transform + pos: 18.5,-349.5 + parent: 2 + - uid: 8998 + components: + - type: Transform + pos: 19.5,-348.5 + parent: 2 + - uid: 9035 + components: + - type: Transform + pos: -21.5,-326.5 + parent: 2 + - uid: 9039 + components: + - type: Transform + pos: 18.5,-350.5 + parent: 2 + - uid: 9062 + components: + - type: Transform + pos: -21.5,-328.5 + parent: 2 + - uid: 10171 + components: + - type: Transform + pos: -20.5,-337.5 + parent: 2 + - uid: 11953 + components: + - type: Transform + pos: 22.5,-330.5 + parent: 2 + - uid: 11988 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-323.5 + parent: 2 + - uid: 12024 + components: + - type: Transform + pos: -20.5,-335.5 + parent: 2 + - uid: 12026 + components: + - type: Transform + pos: -20.5,-333.5 + parent: 2 + - uid: 12029 + components: + - type: Transform + pos: -20.5,-336.5 + parent: 2 + - uid: 12030 + components: + - type: Transform + pos: -19.5,-344.5 + parent: 2 + - uid: 12081 + components: + - type: Transform + pos: -19.5,-342.5 + parent: 2 + - uid: 12087 + components: + - type: Transform + pos: -18.5,-347.5 + parent: 2 + - uid: 12088 + components: + - type: Transform + pos: -17.5,-350.5 + parent: 2 + - uid: 12098 + components: + - type: Transform + pos: -20.5,-334.5 + parent: 2 + - uid: 12109 + components: + - type: Transform + pos: -18.5,-345.5 + parent: 2 + - uid: 12113 + components: + - type: Transform + pos: -19.5,-343.5 + parent: 2 + - uid: 12576 + components: + - type: Transform + pos: -19.5,-339.5 + parent: 2 + - uid: 12689 + components: + - type: Transform + pos: -17.5,-349.5 + parent: 2 + - uid: 12952 + components: + - type: Transform + pos: -19.5,-338.5 + parent: 2 + - uid: 13007 + components: + - type: Transform + pos: -18.5,-346.5 + parent: 2 + - uid: 13162 + components: + - type: Transform + pos: -19.5,-340.5 + parent: 2 + - uid: 13195 + components: + - type: Transform + pos: -19.5,-341.5 + parent: 2 + - uid: 13277 + components: + - type: Transform + pos: 22.5,-325.5 + parent: 2 + - uid: 13279 + components: + - type: Transform + pos: 21.5,-332.5 + parent: 2 + - uid: 13281 + components: + - type: Transform + pos: 21.5,-337.5 + parent: 2 + - uid: 13282 + components: + - type: Transform + pos: -21.5,-329.5 + parent: 2 + - uid: 13457 + components: + - type: Transform + pos: 21.5,-335.5 + parent: 2 + - uid: 13821 + components: + - type: Transform + pos: 21.5,-333.5 + parent: 2 + - uid: 13962 + components: + - type: Transform + pos: 22.5,-329.5 + parent: 2 + - uid: 13994 + components: + - type: Transform + pos: 22.5,-328.5 + parent: 2 + - uid: 14006 + components: + - type: Transform + pos: 21.5,-334.5 + parent: 2 + - uid: 14012 + components: + - type: Transform + pos: 20.5,-339.5 + parent: 2 + - uid: 14023 + components: + - type: Transform + pos: -18.5,-348.5 + parent: 2 + - uid: 14225 + components: + - type: Transform + pos: 20.5,-341.5 + parent: 2 + - uid: 14227 + components: + - type: Transform + pos: 21.5,-336.5 + parent: 2 + - uid: 14612 + components: + - type: Transform + pos: -21.5,-325.5 + parent: 2 + - uid: 14615 + components: + - type: Transform + pos: -20.5,-331.5 + parent: 2 + - uid: 14616 + components: + - type: Transform + pos: -21.5,-330.5 + parent: 2 + - uid: 14618 + components: + - type: Transform + pos: -20.5,-332.5 + parent: 2 + - uid: 14685 + components: + - type: Transform + pos: 19.5,-346.5 + parent: 2 + - uid: 14686 + components: + - type: Transform + pos: 20.5,-344.5 + parent: 2 + - uid: 14785 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,-316.5 + parent: 2 + - uid: 14874 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-314.5 + parent: 2 + - uid: 14875 + components: + - type: Transform + pos: 16.5,-360.5 + parent: 2 + - uid: 14886 + components: + - type: Transform + pos: 15.5,-367.5 + parent: 2 + - uid: 15692 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,-321.5 + parent: 2 + - uid: 15784 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-322.5 + parent: 2 + - uid: 15851 + components: + - type: Transform + pos: 19.5,-18.5 + parent: 2 + - uid: 15854 + components: + - type: Transform + pos: 19.5,-17.5 + parent: 2 + - uid: 15855 + components: + - type: Transform + pos: 18.5,9.5 + parent: 2 + - uid: 15856 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,17.5 + parent: 2 + - uid: 15857 + components: + - type: Transform + pos: 20.5,-68.5 + parent: 2 + - uid: 15858 + components: + - type: Transform + pos: 20.5,-69.5 + parent: 2 + - uid: 15859 + components: + - type: Transform + pos: 20.5,-67.5 + parent: 2 + - uid: 15860 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,18.5 + parent: 2 + - uid: 15861 + components: + - type: Transform + pos: 19.5,-3.5 + parent: 2 + - uid: 15862 + components: + - type: Transform + pos: 20.5,-66.5 + parent: 2 + - uid: 15863 + components: + - type: Transform + pos: 19.5,-4.5 + parent: 2 + - uid: 15864 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,17.5 + parent: 2 + - uid: 15865 + components: + - type: Transform + pos: 19.5,-6.5 + parent: 2 + - uid: 15866 + components: + - type: Transform + pos: 19.5,-5.5 + parent: 2 + - uid: 15867 + components: + - type: Transform + pos: 19.5,-8.5 + parent: 2 + - uid: 15868 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,19.5 + parent: 2 + - uid: 15869 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,18.5 + parent: 2 + - uid: 15870 + components: + - type: Transform + pos: 19.5,-7.5 + parent: 2 + - uid: 15871 + components: + - type: Transform + pos: 19.5,-10.5 + parent: 2 + - uid: 15872 + components: + - type: Transform + pos: 19.5,-9.5 + parent: 2 + - uid: 15873 + components: + - type: Transform + pos: 19.5,-14.5 + parent: 2 + - uid: 15874 + components: + - type: Transform + pos: 19.5,-11.5 + parent: 2 + - uid: 15875 + components: + - type: Transform + pos: 19.5,-15.5 + parent: 2 + - uid: 15876 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,19.5 + parent: 2 + - uid: 15877 + components: + - type: Transform + pos: 19.5,-12.5 + parent: 2 + - uid: 15878 + components: + - type: Transform + pos: 19.5,-16.5 + parent: 2 + - uid: 15879 + components: + - type: Transform + pos: 19.5,-13.5 + parent: 2 + - uid: 15880 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,19.5 + parent: 2 + - uid: 15881 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,17.5 + parent: 2 + - uid: 15882 + components: + - type: Transform + pos: 12.5,2.5 + parent: 2 + - uid: 15883 + components: + - type: Transform + pos: 18.5,-102.5 + parent: 2 + - uid: 15884 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,19.5 + parent: 2 + - uid: 15885 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,18.5 + parent: 2 + - uid: 15886 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,17.5 + parent: 2 + - uid: 15887 + components: + - type: Transform + pos: 19.5,-99.5 + parent: 2 + - uid: 15888 + components: + - type: Transform + pos: 18.5,-100.5 + parent: 2 + - uid: 15889 + components: + - type: Transform + pos: 19.5,-100.5 + parent: 2 + - uid: 15890 + components: + - type: Transform + pos: 19.5,-97.5 + parent: 2 + - uid: 15891 + components: + - type: Transform + pos: 18.5,-101.5 + parent: 2 + - uid: 15892 + components: + - type: Transform + pos: 19.5,-98.5 + parent: 2 + - uid: 15893 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,18.5 + parent: 2 + - uid: 15894 + components: + - type: Transform + pos: 20.5,-93.5 + parent: 2 + - uid: 15895 + components: + - type: Transform + pos: 11.5,4.5 + parent: 2 + - uid: 15896 + components: + - type: Transform + pos: 19.5,-96.5 + parent: 2 + - uid: 15897 + components: + - type: Transform + pos: 20.5,-92.5 + parent: 2 + - uid: 15898 + components: + - type: Transform + pos: 12.5,3.5 + parent: 2 + - uid: 15899 + components: + - type: Transform + pos: 20.5,-96.5 + parent: 2 + - uid: 15900 + components: + - type: Transform + pos: 20.5,-94.5 + parent: 2 + - uid: 15901 + components: + - type: Transform + pos: 20.5,-95.5 + parent: 2 + - uid: 15908 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-24.5 + parent: 2 + - uid: 15909 + components: + - type: Transform + pos: -18.5,-0.5 + parent: 2 + - uid: 15916 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-25.5 + parent: 2 + - uid: 15917 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-25.5 + parent: 2 + - uid: 15918 + components: + - type: Transform + pos: 19.5,-23.5 + parent: 2 + - uid: 15919 + components: + - type: Transform + pos: -18.5,3.5 + parent: 2 + - uid: 15920 + components: + - type: Transform + pos: -18.5,1.5 + parent: 2 + - uid: 15921 + components: + - type: Transform + pos: -18.5,0.5 + parent: 2 + - uid: 15922 + components: + - type: Transform + pos: -18.5,-9.5 + parent: 2 + - uid: 15923 + components: + - type: Transform + pos: -18.5,-10.5 + parent: 2 + - uid: 15928 + components: + - type: Transform + pos: 22.5,-41.5 + parent: 2 + - uid: 15929 + components: + - type: Transform + pos: 22.5,-40.5 + parent: 2 + - uid: 15930 + components: + - type: Transform + pos: 22.5,-42.5 + parent: 2 + - uid: 15931 + components: + - type: Transform + pos: -18.5,4.5 + parent: 2 + - uid: 15932 + components: + - type: Transform + pos: -18.5,2.5 + parent: 2 + - uid: 15933 + components: + - type: Transform + pos: -18.5,6.5 + parent: 2 + - uid: 15934 + components: + - type: Transform + pos: -18.5,5.5 + parent: 2 + - uid: 15935 + components: + - type: Transform + pos: -18.5,8.5 + parent: 2 + - uid: 15936 + components: + - type: Transform + pos: -18.5,7.5 + parent: 2 + - uid: 15937 + components: + - type: Transform + pos: 22.5,-39.5 + parent: 2 + - uid: 15938 + components: + - type: Transform + pos: 22.5,-38.5 + parent: 2 + - uid: 15939 + components: + - type: Transform + pos: 22.5,-37.5 + parent: 2 + - uid: 15941 + components: + - type: Transform + pos: 22.5,-36.5 + parent: 2 + - uid: 15942 + components: + - type: Transform + pos: 22.5,-35.5 + parent: 2 + - uid: 15945 + components: + - type: Transform + pos: -17.5,9.5 + parent: 2 + - uid: 15946 + components: + - type: Transform + pos: 21.5,-109.5 + parent: 2 + - uid: 15947 + components: + - type: Transform + pos: -17.5,10.5 + parent: 2 + - uid: 15949 + components: + - type: Transform + pos: 19.5,5.5 + parent: 2 + - uid: 15950 + components: + - type: Transform + pos: 19.5,6.5 + parent: 2 + - uid: 15951 + components: + - type: Transform + pos: 19.5,4.5 + parent: 2 + - uid: 15952 + components: + - type: Transform + pos: 19.5,8.5 + parent: 2 + - uid: 15953 + components: + - type: Transform + pos: 19.5,7.5 + parent: 2 + - uid: 15954 + components: + - type: Transform + pos: 19.5,3.5 + parent: 2 + - uid: 15955 + components: + - type: Transform + pos: 19.5,2.5 + parent: 2 + - uid: 15956 + components: + - type: Transform + pos: 19.5,1.5 + parent: 2 + - uid: 15957 + components: + - type: Transform + pos: 19.5,0.5 + parent: 2 + - uid: 15958 + components: + - type: Transform + pos: 19.5,-0.5 + parent: 2 + - uid: 15959 + components: + - type: Transform + pos: 19.5,-1.5 + parent: 2 + - uid: 15960 + components: + - type: Transform + pos: 19.5,-2.5 + parent: 2 + - uid: 15963 + components: + - type: Transform + pos: -18.5,-7.5 + parent: 2 + - uid: 15964 + components: + - type: Transform + pos: -18.5,-8.5 + parent: 2 + - uid: 15965 + components: + - type: Transform + pos: -18.5,-5.5 + parent: 2 + - uid: 15966 + components: + - type: Transform + pos: -18.5,-6.5 + parent: 2 + - uid: 15970 + components: + - type: Transform + pos: -11.5,2.5 + parent: 2 + - uid: 15971 + components: + - type: Transform + pos: 22.5,-108.5 + parent: 2 + - uid: 15972 + components: + - type: Transform + pos: 21.5,-114.5 + parent: 2 + - uid: 15973 + components: + - type: Transform + pos: -11.5,3.5 + parent: 2 + - uid: 15974 + components: + - type: Transform + pos: 21.5,-113.5 + parent: 2 + - uid: 15982 + components: + - type: Transform + pos: 21.5,-112.5 + parent: 2 + - uid: 15983 + components: + - type: Transform + pos: 21.5,-110.5 + parent: 2 + - uid: 15984 + components: + - type: Transform + pos: 21.5,-111.5 + parent: 2 + - uid: 15985 + components: + - type: Transform + pos: -18.5,-4.5 + parent: 2 + - uid: 15986 + components: + - type: Transform + pos: -18.5,-2.5 + parent: 2 + - uid: 15987 + components: + - type: Transform + pos: -18.5,-3.5 + parent: 2 + - uid: 15988 + components: + - type: Transform + pos: -18.5,-1.5 + parent: 2 + - uid: 15989 + components: + - type: Transform + pos: 22.5,-106.5 + parent: 2 + - uid: 15990 + components: + - type: Transform + pos: 22.5,-105.5 + parent: 2 + - uid: 15991 + components: + - type: Transform + pos: 22.5,-107.5 + parent: 2 + - uid: 15992 + components: + - type: Transform + pos: 22.5,-103.5 + parent: 2 + - uid: 15993 + components: + - type: Transform + pos: -21.5,-55.5 + parent: 2 + - uid: 15994 + components: + - type: Transform + pos: 22.5,-104.5 + parent: 2 + - uid: 15995 + components: + - type: Transform + pos: -18.5,-11.5 + parent: 2 + - uid: 15996 + components: + - type: Transform + pos: 22.5,-102.5 + parent: 2 + - uid: 15997 + components: + - type: Transform + pos: -10.5,4.5 + parent: 2 + - uid: 15998 + components: + - type: Transform + pos: 20.5,-119.5 + parent: 2 + - uid: 15999 + components: + - type: Transform + pos: 20.5,-117.5 + parent: 2 + - uid: 16000 + components: + - type: Transform + pos: 20.5,-118.5 + parent: 2 + - uid: 16001 + components: + - type: Transform + pos: 20.5,-116.5 + parent: 2 + - uid: 16002 + components: + - type: Transform + pos: -21.5,-53.5 + parent: 2 + - uid: 16003 + components: + - type: Transform + pos: -21.5,-54.5 + parent: 2 + - uid: 16004 + components: + - type: Transform + pos: -21.5,-52.5 + parent: 2 + - uid: 16009 + components: + - type: Transform + pos: -20.5,-116.5 + parent: 2 + - uid: 16010 + components: + - type: Transform + pos: -21.5,-105.5 + parent: 2 + - uid: 16011 + components: + - type: Transform + pos: -21.5,-106.5 + parent: 2 + - uid: 16012 + components: + - type: Transform + pos: -21.5,-107.5 + parent: 2 + - uid: 16013 + components: + - type: Transform + pos: -21.5,-109.5 + parent: 2 + - uid: 16014 + components: + - type: Transform + pos: -21.5,-108.5 + parent: 2 + - uid: 16015 + components: + - type: Transform + pos: -17.5,-129.5 + parent: 2 + - uid: 16016 + components: + - type: Transform + pos: -20.5,-114.5 + parent: 2 + - uid: 16017 + components: + - type: Transform + pos: -20.5,-115.5 + parent: 2 + - uid: 16018 + components: + - type: Transform + pos: -20.5,-113.5 + parent: 2 + - uid: 16019 + components: + - type: Transform + pos: -20.5,-111.5 + parent: 2 + - uid: 16020 + components: + - type: Transform + pos: -20.5,-110.5 + parent: 2 + - uid: 16021 + components: + - type: Transform + pos: -20.5,-112.5 + parent: 2 + - uid: 16022 + components: + - type: Transform + pos: -18.5,-154.5 + parent: 2 + - uid: 16023 + components: + - type: Transform + pos: -19.5,-123.5 + parent: 2 + - uid: 16024 + components: + - type: Transform + pos: -17.5,-128.5 + parent: 2 + - uid: 16025 + components: + - type: Transform + pos: -18.5,-125.5 + parent: 2 + - uid: 16026 + components: + - type: Transform + pos: -18.5,-124.5 + parent: 2 + - uid: 16027 + components: + - type: Transform + pos: -18.5,-153.5 + parent: 2 + - uid: 16028 + components: + - type: Transform + pos: -18.5,-152.5 + parent: 2 + - uid: 16029 + components: + - type: Transform + pos: -18.5,-151.5 + parent: 2 + - uid: 16030 + components: + - type: Transform + pos: -18.5,-127.5 + parent: 2 + - uid: 16031 + components: + - type: Transform + pos: -19.5,-119.5 + parent: 2 + - uid: 16032 + components: + - type: Transform + pos: -18.5,-126.5 + parent: 2 + - uid: 16033 + components: + - type: Transform + pos: -19.5,-121.5 + parent: 2 + - uid: 16034 + components: + - type: Transform + pos: -19.5,-150.5 + parent: 2 + - uid: 16035 + components: + - type: Transform + pos: -19.5,-149.5 + parent: 2 + - uid: 16036 + components: + - type: Transform + pos: -19.5,-148.5 + parent: 2 + - uid: 16037 + components: + - type: Transform + pos: -19.5,-147.5 + parent: 2 + - uid: 16038 + components: + - type: Transform + pos: -19.5,-146.5 + parent: 2 + - uid: 16039 + components: + - type: Transform + pos: -19.5,-145.5 + parent: 2 + - uid: 16040 + components: + - type: Transform + pos: -19.5,-144.5 + parent: 2 + - uid: 16041 + components: + - type: Transform + pos: -20.5,-143.5 + parent: 2 + - uid: 16042 + components: + - type: Transform + pos: -20.5,-142.5 + parent: 2 + - uid: 16043 + components: + - type: Transform + pos: -20.5,-141.5 + parent: 2 + - uid: 16044 + components: + - type: Transform + pos: -20.5,-140.5 + parent: 2 + - uid: 16045 + components: + - type: Transform + pos: -20.5,-139.5 + parent: 2 + - uid: 16046 + components: + - type: Transform + pos: -20.5,-138.5 + parent: 2 + - uid: 16047 + components: + - type: Transform + pos: -20.5,-137.5 + parent: 2 + - uid: 16048 + components: + - type: Transform + pos: -17.5,-155.5 + parent: 2 + - uid: 16049 + components: + - type: Transform + pos: -21.5,-136.5 + parent: 2 + - uid: 16050 + components: + - type: Transform + pos: -21.5,-135.5 + parent: 2 + - uid: 16051 + components: + - type: Transform + pos: -21.5,-134.5 + parent: 2 + - uid: 16052 + components: + - type: Transform + pos: -21.5,-133.5 + parent: 2 + - uid: 16053 + components: + - type: Transform + pos: -21.5,-132.5 + parent: 2 + - uid: 16054 + components: + - type: Transform + pos: -21.5,-131.5 + parent: 2 + - uid: 16055 + components: + - type: Transform + pos: -21.5,-130.5 + parent: 2 + - uid: 16056 + components: + - type: Transform + pos: -19.5,-117.5 + parent: 2 + - uid: 16057 + components: + - type: Transform + pos: -17.5,-156.5 + parent: 2 + - uid: 16058 + components: + - type: Transform + pos: -19.5,-118.5 + parent: 2 + - uid: 16059 + components: + - type: Transform + pos: -19.5,-122.5 + parent: 2 + - uid: 16060 + components: + - type: Transform + pos: -19.5,-120.5 + parent: 2 + - uid: 16061 + components: + - type: Transform + pos: -21.5,-104.5 + parent: 2 + - uid: 16062 + components: + - type: Transform + pos: -17.5,-102.5 + parent: 2 + - uid: 16063 + components: + - type: Transform + pos: -21.5,-103.5 + parent: 2 + - uid: 16064 + components: + - type: Transform + pos: -17.5,-101.5 + parent: 2 + - uid: 16065 + components: + - type: Transform + pos: -18.5,-100.5 + parent: 2 + - uid: 16066 + components: + - type: Transform + pos: -18.5,-99.5 + parent: 2 + - uid: 16067 + components: + - type: Transform + pos: -18.5,-98.5 + parent: 2 + - uid: 16068 + components: + - type: Transform + pos: -18.5,-97.5 + parent: 2 + - uid: 16069 + components: + - type: Transform + pos: -19.5,-96.5 + parent: 2 + - uid: 16070 + components: + - type: Transform + pos: -19.5,-95.5 + parent: 2 + - uid: 16071 + components: + - type: Transform + pos: -19.5,-94.5 + parent: 2 + - uid: 16072 + components: + - type: Transform + pos: -19.5,-93.5 + parent: 2 + - uid: 16073 + components: + - type: Transform + pos: -19.5,-92.5 + parent: 2 + - uid: 16074 + components: + - type: Transform + pos: -19.5,-91.5 + parent: 2 + - uid: 16075 + components: + - type: Transform + pos: -19.5,-90.5 + parent: 2 + - uid: 16076 + components: + - type: Transform + pos: -20.5,-89.5 + parent: 2 + - uid: 16077 + components: + - type: Transform + pos: -20.5,-88.5 + parent: 2 + - uid: 16078 + components: + - type: Transform + pos: -20.5,-87.5 + parent: 2 + - uid: 16079 + components: + - type: Transform + pos: -20.5,-86.5 + parent: 2 + - uid: 16080 + components: + - type: Transform + pos: -20.5,-85.5 + parent: 2 + - uid: 16081 + components: + - type: Transform + pos: -20.5,-84.5 + parent: 2 + - uid: 16082 + components: + - type: Transform + pos: -20.5,-83.5 + parent: 2 + - uid: 16083 + components: + - type: Transform + pos: -21.5,-82.5 + parent: 2 + - uid: 16084 + components: + - type: Transform + pos: -21.5,-81.5 + parent: 2 + - uid: 16085 + components: + - type: Transform + pos: -21.5,-80.5 + parent: 2 + - uid: 16086 + components: + - type: Transform + pos: -21.5,-79.5 + parent: 2 + - uid: 16087 + components: + - type: Transform + pos: -21.5,-78.5 + parent: 2 + - uid: 16088 + components: + - type: Transform + pos: -21.5,-77.5 + parent: 2 + - uid: 16089 + components: + - type: Transform + pos: -21.5,-76.5 + parent: 2 + - uid: 16090 + components: + - type: Transform + pos: -17.5,-74.5 + parent: 2 + - uid: 16091 + components: + - type: Transform + pos: -17.5,-75.5 + parent: 2 + - uid: 16092 + components: + - type: Transform + pos: -18.5,-73.5 + parent: 2 + - uid: 16093 + components: + - type: Transform + pos: -18.5,-72.5 + parent: 2 + - uid: 16094 + components: + - type: Transform + pos: -18.5,-71.5 + parent: 2 + - uid: 16095 + components: + - type: Transform + pos: -18.5,-70.5 + parent: 2 + - uid: 16096 + components: + - type: Transform + pos: -20.5,-62.5 + parent: 2 + - uid: 16097 + components: + - type: Transform + pos: -19.5,-69.5 + parent: 2 + - uid: 16098 + components: + - type: Transform + pos: -19.5,-68.5 + parent: 2 + - uid: 16099 + components: + - type: Transform + pos: -19.5,-67.5 + parent: 2 + - uid: 16100 + components: + - type: Transform + pos: -19.5,-66.5 + parent: 2 + - uid: 16101 + components: + - type: Transform + pos: -19.5,-65.5 + parent: 2 + - uid: 16102 + components: + - type: Transform + pos: -19.5,-64.5 + parent: 2 + - uid: 16103 + components: + - type: Transform + pos: -19.5,-63.5 + parent: 2 + - uid: 16104 + components: + - type: Transform + pos: -20.5,-61.5 + parent: 2 + - uid: 16105 + components: + - type: Transform + pos: -20.5,-60.5 + parent: 2 + - uid: 16106 + components: + - type: Transform + pos: -20.5,-59.5 + parent: 2 + - uid: 16107 + components: + - type: Transform + pos: -20.5,-58.5 + parent: 2 + - uid: 16108 + components: + - type: Transform + pos: -20.5,-57.5 + parent: 2 + - uid: 16109 + components: + - type: Transform + pos: -20.5,-56.5 + parent: 2 + - uid: 16130 + components: + - type: Transform + pos: 18.5,-128.5 + parent: 2 + - uid: 16132 + components: + - type: Transform + pos: 18.5,-127.5 + parent: 2 + - uid: 16136 + components: + - type: Transform + pos: 19.5,-126.5 + parent: 2 + - uid: 16137 + components: + - type: Transform + pos: 19.5,-125.5 + parent: 2 + - uid: 16143 + components: + - type: Transform + pos: 20.5,-120.5 + parent: 2 + - uid: 16144 + components: + - type: Transform + pos: -21.5,-51.5 + parent: 2 + - uid: 16145 + components: + - type: Transform + pos: -21.5,-50.5 + parent: 2 + - uid: 16146 + components: + - type: Transform + pos: -21.5,-49.5 + parent: 2 + - uid: 16147 + components: + - type: Transform + pos: 19.5,-123.5 + parent: 2 + - uid: 16150 + components: + - type: Transform + pos: 20.5,-122.5 + parent: 2 + - uid: 16152 + components: + - type: Transform + pos: 20.5,-121.5 + parent: 2 + - uid: 16154 + components: + - type: Transform + pos: 19.5,-124.5 + parent: 2 + - uid: 16155 + components: + - type: Transform + pos: 21.5,-115.5 + parent: 2 + - uid: 16156 + components: + - type: Transform + pos: 21.5,-115.5 + parent: 2 + - uid: 16157 + components: + - type: Transform + pos: -17.5,-185.5 + parent: 2 + - uid: 16158 + components: + - type: Transform + pos: 20.5,-91.5 + parent: 2 + - uid: 16159 + components: + - type: Transform + pos: 20.5,-90.5 + parent: 2 + - uid: 16160 + components: + - type: Transform + pos: 20.5,-89.5 + parent: 2 + - uid: 16161 + components: + - type: Transform + pos: 21.5,-89.5 + parent: 2 + - uid: 16162 + components: + - type: Transform + pos: 21.5,-88.5 + parent: 2 + - uid: 16163 + components: + - type: Transform + pos: 21.5,-87.5 + parent: 2 + - uid: 16164 + components: + - type: Transform + pos: 21.5,-86.5 + parent: 2 + - uid: 16165 + components: + - type: Transform + pos: 21.5,-85.5 + parent: 2 + - uid: 16166 + components: + - type: Transform + pos: 21.5,-84.5 + parent: 2 + - uid: 16167 + components: + - type: Transform + pos: 21.5,-83.5 + parent: 2 + - uid: 16168 + components: + - type: Transform + pos: 21.5,-82.5 + parent: 2 + - uid: 16169 + components: + - type: Transform + pos: 22.5,-82.5 + parent: 2 + - uid: 16170 + components: + - type: Transform + pos: 22.5,-81.5 + parent: 2 + - uid: 16171 + components: + - type: Transform + pos: 22.5,-80.5 + parent: 2 + - uid: 16172 + components: + - type: Transform + pos: 22.5,-79.5 + parent: 2 + - uid: 16173 + components: + - type: Transform + pos: 22.5,-78.5 + parent: 2 + - uid: 16174 + components: + - type: Transform + pos: 22.5,-77.5 + parent: 2 + - uid: 16175 + components: + - type: Transform + pos: 22.5,-76.5 + parent: 2 + - uid: 16176 + components: + - type: Transform + pos: 20.5,-65.5 + parent: 2 + - uid: 16177 + components: + - type: Transform + pos: 20.5,-64.5 + parent: 2 + - uid: 16178 + components: + - type: Transform + pos: 20.5,-63.5 + parent: 2 + - uid: 16179 + components: + - type: Transform + pos: 20.5,-62.5 + parent: 2 + - uid: 16180 + components: + - type: Transform + pos: 18.5,10.5 + parent: 2 + - uid: 16181 + components: + - type: Transform + pos: 21.5,-62.5 + parent: 2 + - uid: 16182 + components: + - type: Transform + pos: 21.5,-61.5 + parent: 2 + - uid: 16183 + components: + - type: Transform + pos: 21.5,-60.5 + parent: 2 + - uid: 16184 + components: + - type: Transform + pos: 21.5,-59.5 + parent: 2 + - uid: 16185 + components: + - type: Transform + pos: 21.5,-58.5 + parent: 2 + - uid: 16186 + components: + - type: Transform + pos: 21.5,-57.5 + parent: 2 + - uid: 16187 + components: + - type: Transform + pos: 21.5,-56.5 + parent: 2 + - uid: 16188 + components: + - type: Transform + pos: 21.5,-55.5 + parent: 2 + - uid: 16194 + components: + - type: Transform + pos: 22.5,-55.5 + parent: 2 + - uid: 16195 + components: + - type: Transform + pos: 22.5,-54.5 + parent: 2 + - uid: 16196 + components: + - type: Transform + pos: 22.5,-53.5 + parent: 2 + - uid: 16197 + components: + - type: Transform + pos: 22.5,-52.5 + parent: 2 + - uid: 16198 + components: + - type: Transform + pos: 22.5,-51.5 + parent: 2 + - uid: 16199 + components: + - type: Transform + pos: 22.5,-50.5 + parent: 2 + - uid: 16200 + components: + - type: Transform + pos: 22.5,-49.5 + parent: 2 + - uid: 16203 + components: + - type: Transform + pos: 22.5,-34.5 + parent: 2 + - uid: 16204 + components: + - type: Transform + pos: 22.5,-33.5 + parent: 2 + - uid: 16205 + components: + - type: Transform + pos: 22.5,-32.5 + parent: 2 + - uid: 16206 + components: + - type: Transform + pos: 22.5,-31.5 + parent: 2 + - uid: 16207 + components: + - type: Transform + pos: 20.5,-49.5 + parent: 2 + - uid: 16208 + components: + - type: Transform + pos: 20.5,-48.5 + parent: 2 + - uid: 16209 + components: + - type: Transform + pos: 20.5,-47.5 + parent: 2 + - uid: 16210 + components: + - type: Transform + pos: 20.5,-46.5 + parent: 2 + - uid: 16211 + components: + - type: Transform + pos: 20.5,-45.5 + parent: 2 + - uid: 16212 + components: + - type: Transform + pos: 21.5,-30.5 + parent: 2 + - uid: 16213 + components: + - type: Transform + pos: 21.5,-45.5 + parent: 2 + - uid: 16214 + components: + - type: Transform + pos: 21.5,-29.5 + parent: 2 + - uid: 16215 + components: + - type: Transform + pos: 21.5,-44.5 + parent: 2 + - uid: 16216 + components: + - type: Transform + pos: 20.5,-28.5 + parent: 2 + - uid: 16217 + components: + - type: Transform + pos: 20.5,-27.5 + parent: 2 + - uid: 16218 + components: + - type: Transform + pos: 20.5,-26.5 + parent: 2 + - uid: 16219 + components: + - type: Transform + pos: 21.5,-43.5 + parent: 2 + - uid: 16221 + components: + - type: Transform + pos: 21.5,-42.5 + parent: 2 + - uid: 16223 + components: + - type: Transform + pos: 21.5,-31.5 + parent: 2 + - uid: 16225 + components: + - type: Transform + pos: 20.5,-29.5 + parent: 2 + - uid: 16285 + components: + - type: Transform + pos: -19.5,-177.5 + parent: 2 + - uid: 16286 + components: + - type: Transform + pos: -17.5,-184.5 + parent: 2 + - uid: 16287 + components: + - type: Transform + pos: -17.5,-183.5 + parent: 2 + - uid: 16288 + components: + - type: Transform + pos: -17.5,-182.5 + parent: 2 + - uid: 16289 + components: + - type: Transform + pos: -17.5,-181.5 + parent: 2 + - uid: 16290 + components: + - type: Transform + pos: -18.5,-181.5 + parent: 2 + - uid: 16291 + components: + - type: Transform + pos: -18.5,-180.5 + parent: 2 + - uid: 16292 + components: + - type: Transform + pos: -18.5,-179.5 + parent: 2 + - uid: 16293 + components: + - type: Transform + pos: -18.5,-178.5 + parent: 2 + - uid: 16294 + components: + - type: Transform + pos: -18.5,-177.5 + parent: 2 + - uid: 16296 + components: + - type: Transform + pos: -19.5,-176.5 + parent: 2 + - uid: 16297 + components: + - type: Transform + pos: -19.5,-175.5 + parent: 2 + - uid: 16298 + components: + - type: Transform + pos: -19.5,-174.5 + parent: 2 + - uid: 16299 + components: + - type: Transform + pos: -19.5,-173.5 + parent: 2 + - uid: 16300 + components: + - type: Transform + pos: -19.5,-172.5 + parent: 2 + - uid: 16301 + components: + - type: Transform + pos: -19.5,-171.5 + parent: 2 + - uid: 16302 + components: + - type: Transform + pos: -19.5,-170.5 + parent: 2 + - uid: 16303 + components: + - type: Transform + pos: -20.5,-170.5 + parent: 2 + - uid: 16304 + components: + - type: Transform + pos: -20.5,-169.5 + parent: 2 + - uid: 16305 + components: + - type: Transform + pos: -20.5,-168.5 + parent: 2 + - uid: 16306 + components: + - type: Transform + pos: -20.5,-167.5 + parent: 2 + - uid: 16307 + components: + - type: Transform + pos: -20.5,-166.5 + parent: 2 + - uid: 16308 + components: + - type: Transform + pos: -20.5,-165.5 + parent: 2 + - uid: 16309 + components: + - type: Transform + pos: -20.5,-164.5 + parent: 2 + - uid: 16310 + components: + - type: Transform + pos: -20.5,-163.5 + parent: 2 + - uid: 16311 + components: + - type: Transform + pos: -21.5,-163.5 + parent: 2 + - uid: 16312 + components: + - type: Transform + pos: -21.5,-162.5 + parent: 2 + - uid: 16313 + components: + - type: Transform + pos: -21.5,-161.5 + parent: 2 + - uid: 16314 + components: + - type: Transform + pos: -21.5,-160.5 + parent: 2 + - uid: 16315 + components: + - type: Transform + pos: -21.5,-159.5 + parent: 2 + - uid: 16316 + components: + - type: Transform + pos: -21.5,-158.5 + parent: 2 + - uid: 16330 + components: + - type: Transform + pos: 22.5,-157.5 + parent: 2 + - uid: 16331 + components: + - type: Transform + pos: 22.5,-158.5 + parent: 2 + - uid: 16332 + components: + - type: Transform + pos: 22.5,-159.5 + parent: 2 + - uid: 16333 + components: + - type: Transform + pos: 22.5,-160.5 + parent: 2 + - uid: 16334 + components: + - type: Transform + pos: 22.5,-161.5 + parent: 2 + - uid: 16335 + components: + - type: Transform + pos: 22.5,-162.5 + parent: 2 + - uid: 16336 + components: + - type: Transform + pos: 21.5,-163.5 + parent: 2 + - uid: 16337 + components: + - type: Transform + pos: 21.5,-162.5 + parent: 2 + - uid: 16338 + components: + - type: Transform + pos: 21.5,-164.5 + parent: 2 + - uid: 16339 + components: + - type: Transform + pos: 21.5,-165.5 + parent: 2 + - uid: 16340 + components: + - type: Transform + pos: 21.5,-166.5 + parent: 2 + - uid: 16341 + components: + - type: Transform + pos: 21.5,-167.5 + parent: 2 + - uid: 16342 + components: + - type: Transform + pos: 21.5,-168.5 + parent: 2 + - uid: 16343 + components: + - type: Transform + pos: 21.5,-169.5 + parent: 2 + - uid: 16346 + components: + - type: Transform + pos: 20.5,-169.5 + parent: 2 + - uid: 16347 + components: + - type: Transform + pos: 20.5,-170.5 + parent: 2 + - uid: 16348 + components: + - type: Transform + pos: 20.5,-171.5 + parent: 2 + - uid: 16349 + components: + - type: Transform + pos: 20.5,-172.5 + parent: 2 + - uid: 16350 + components: + - type: Transform + pos: 20.5,-173.5 + parent: 2 + - uid: 16351 + components: + - type: Transform + pos: 20.5,-174.5 + parent: 2 + - uid: 16352 + components: + - type: Transform + pos: 20.5,-175.5 + parent: 2 + - uid: 16353 + components: + - type: Transform + pos: 20.5,-176.5 + parent: 2 + - uid: 16354 + components: + - type: Transform + pos: 19.5,-176.5 + parent: 2 + - uid: 16355 + components: + - type: Transform + pos: 19.5,-177.5 + parent: 2 + - uid: 16356 + components: + - type: Transform + pos: 19.5,-178.5 + parent: 2 + - uid: 16357 + components: + - type: Transform + pos: 19.5,-179.5 + parent: 2 + - uid: 16358 + components: + - type: Transform + pos: 19.5,-180.5 + parent: 2 + - uid: 16359 + components: + - type: Transform + pos: 18.5,-180.5 + parent: 2 + - uid: 16360 + components: + - type: Transform + pos: 18.5,-181.5 + parent: 2 + - uid: 16361 + components: + - type: Transform + pos: 18.5,-182.5 + parent: 2 + - uid: 16362 + components: + - type: Transform + pos: 18.5,-183.5 + parent: 2 + - uid: 16363 + components: + - type: Transform + pos: 18.5,-184.5 + parent: 2 + - uid: 16373 + components: + - type: Transform + pos: 23.5,-189.5 + parent: 2 + - uid: 16379 + components: + - type: Transform + pos: 23.5,-185.5 + parent: 2 + - uid: 16380 + components: + - type: Transform + pos: 23.5,-186.5 + parent: 2 + - uid: 16381 + components: + - type: Transform + pos: 23.5,-187.5 + parent: 2 + - uid: 16382 + components: + - type: Transform + pos: 23.5,-188.5 + parent: 2 + - uid: 16383 + components: + - type: Transform + pos: 23.5,-190.5 + parent: 2 + - uid: 16384 + components: + - type: Transform + pos: 22.5,-190.5 + parent: 2 + - uid: 16385 + components: + - type: Transform + pos: 22.5,-191.5 + parent: 2 + - uid: 16386 + components: + - type: Transform + pos: 22.5,-192.5 + parent: 2 + - uid: 16387 + components: + - type: Transform + pos: 22.5,-193.5 + parent: 2 + - uid: 16388 + components: + - type: Transform + pos: 22.5,-194.5 + parent: 2 + - uid: 16389 + components: + - type: Transform + pos: 22.5,-195.5 + parent: 2 + - uid: 16390 + components: + - type: Transform + pos: 22.5,-196.5 + parent: 2 + - uid: 16391 + components: + - type: Transform + pos: 22.5,-197.5 + parent: 2 + - uid: 16392 + components: + - type: Transform + pos: 21.5,-197.5 + parent: 2 + - uid: 16394 + components: + - type: Transform + pos: 21.5,-198.5 + parent: 2 + - uid: 16395 + components: + - type: Transform + pos: 21.5,-199.5 + parent: 2 + - uid: 16396 + components: + - type: Transform + pos: 21.5,-200.5 + parent: 2 + - uid: 16397 + components: + - type: Transform + pos: 21.5,-201.5 + parent: 2 + - uid: 16398 + components: + - type: Transform + pos: 21.5,-202.5 + parent: 2 + - uid: 16399 + components: + - type: Transform + pos: 21.5,-203.5 + parent: 2 + - uid: 16400 + components: + - type: Transform + pos: 21.5,-204.5 + parent: 2 + - uid: 16401 + components: + - type: Transform + pos: 20.5,-204.5 + parent: 2 + - uid: 16402 + components: + - type: Transform + pos: 20.5,-205.5 + parent: 2 + - uid: 16403 + components: + - type: Transform + pos: 20.5,-206.5 + parent: 2 + - uid: 16404 + components: + - type: Transform + pos: 20.5,-207.5 + parent: 2 + - uid: 16405 + components: + - type: Transform + pos: 20.5,-208.5 + parent: 2 + - uid: 16406 + components: + - type: Transform + pos: 19.5,-208.5 + parent: 2 + - uid: 16407 + components: + - type: Transform + pos: 19.5,-209.5 + parent: 2 + - uid: 16408 + components: + - type: Transform + pos: 19.5,-210.5 + parent: 2 + - uid: 16425 + components: + - type: Transform + pos: -17.5,-210.5 + parent: 2 + - uid: 16427 + components: + - type: Transform + pos: -17.5,-209.5 + parent: 2 + - uid: 16428 + components: + - type: Transform + pos: -17.5,-208.5 + parent: 2 + - uid: 16429 + components: + - type: Transform + pos: -18.5,-208.5 + parent: 2 + - uid: 16430 + components: + - type: Transform + pos: -18.5,-207.5 + parent: 2 + - uid: 16431 + components: + - type: Transform + pos: -18.5,-206.5 + parent: 2 + - uid: 16432 + components: + - type: Transform + pos: -18.5,-205.5 + parent: 2 + - uid: 16433 + components: + - type: Transform + pos: -18.5,-204.5 + parent: 2 + - uid: 16434 + components: + - type: Transform + pos: -19.5,-204.5 + parent: 2 + - uid: 16435 + components: + - type: Transform + pos: -19.5,-203.5 + parent: 2 + - uid: 16436 + components: + - type: Transform + pos: -19.5,-202.5 + parent: 2 + - uid: 16437 + components: + - type: Transform + pos: -19.5,-201.5 + parent: 2 + - uid: 16438 + components: + - type: Transform + pos: -19.5,-200.5 + parent: 2 + - uid: 16439 + components: + - type: Transform + pos: -19.5,-199.5 + parent: 2 + - uid: 16440 + components: + - type: Transform + pos: -19.5,-198.5 + parent: 2 + - uid: 16441 + components: + - type: Transform + pos: -19.5,-197.5 + parent: 2 + - uid: 16442 + components: + - type: Transform + pos: -20.5,-197.5 + parent: 2 + - uid: 16443 + components: + - type: Transform + pos: -20.5,-196.5 + parent: 2 + - uid: 16444 + components: + - type: Transform + pos: -20.5,-195.5 + parent: 2 + - uid: 16445 + components: + - type: Transform + pos: -20.5,-194.5 + parent: 2 + - uid: 16446 + components: + - type: Transform + pos: -20.5,-193.5 + parent: 2 + - uid: 16447 + components: + - type: Transform + pos: -20.5,-192.5 + parent: 2 + - uid: 16448 + components: + - type: Transform + pos: -20.5,-191.5 + parent: 2 + - uid: 16449 + components: + - type: Transform + pos: -20.5,-190.5 + parent: 2 + - uid: 16450 + components: + - type: Transform + pos: -21.5,-190.5 + parent: 2 + - uid: 16451 + components: + - type: Transform + pos: -21.5,-189.5 + parent: 2 + - uid: 16452 + components: + - type: Transform + pos: -21.5,-188.5 + parent: 2 + - uid: 16453 + components: + - type: Transform + pos: -21.5,-187.5 + parent: 2 + - uid: 16454 + components: + - type: Transform + pos: -21.5,-186.5 + parent: 2 + - uid: 16455 + components: + - type: Transform + pos: -21.5,-185.5 + parent: 2 + - uid: 16537 + components: + - type: Transform + pos: 17.5,-354.5 + parent: 2 + - uid: 16556 + components: + - type: Transform + pos: 17.5,-355.5 + parent: 2 + - uid: 16557 + components: + - type: Transform + pos: 17.5,-356.5 + parent: 2 + - uid: 16558 + components: + - type: Transform + pos: 17.5,-357.5 + parent: 2 + - uid: 16559 + components: + - type: Transform + pos: 17.5,-358.5 + parent: 2 + - uid: 16560 + components: + - type: Transform + pos: 17.5,-359.5 + parent: 2 + - uid: 16562 + components: + - type: Transform + pos: 16.5,-361.5 + parent: 2 + - uid: 16563 + components: + - type: Transform + pos: 16.5,-362.5 + parent: 2 + - uid: 16564 + components: + - type: Transform + pos: 16.5,-363.5 + parent: 2 + - uid: 16565 + components: + - type: Transform + pos: 16.5,-364.5 + parent: 2 + - uid: 16566 + components: + - type: Transform + pos: 16.5,-365.5 + parent: 2 + - uid: 16567 + components: + - type: Transform + pos: 16.5,-366.5 + parent: 2 + - uid: 16568 + components: + - type: Transform + pos: 15.5,-368.5 + parent: 2 + - uid: 16569 + components: + - type: Transform + pos: 15.5,-369.5 + parent: 2 + - uid: 16570 + components: + - type: Transform + pos: 15.5,-370.5 + parent: 2 + - uid: 16571 + components: + - type: Transform + pos: 15.5,-371.5 + parent: 2 + - uid: 16572 + components: + - type: Transform + pos: 15.5,-372.5 + parent: 2 + - uid: 16573 + components: + - type: Transform + pos: 15.5,-373.5 + parent: 2 + - uid: 16574 + components: + - type: Transform + pos: 14.5,-374.5 + parent: 2 + - uid: 16575 + components: + - type: Transform + pos: 14.5,-375.5 + parent: 2 + - uid: 16576 + components: + - type: Transform + pos: 14.5,-376.5 + parent: 2 + - uid: 16577 + components: + - type: Transform + pos: 14.5,-377.5 + parent: 2 + - uid: 16578 + components: + - type: Transform + pos: 13.5,-378.5 + parent: 2 + - uid: 16579 + components: + - type: Transform + pos: 13.5,-379.5 + parent: 2 + - uid: 16580 + components: + - type: Transform + pos: -12.5,-379.5 + parent: 2 + - uid: 16582 + components: + - type: Transform + pos: -12.5,-378.5 + parent: 2 + - uid: 16587 + components: + - type: Transform + pos: -13.5,-377.5 + parent: 2 + - uid: 16588 + components: + - type: Transform + pos: -13.5,-376.5 + parent: 2 + - uid: 16589 + components: + - type: Transform + pos: -13.5,-375.5 + parent: 2 + - uid: 16590 + components: + - type: Transform + pos: -13.5,-374.5 + parent: 2 + - uid: 16591 + components: + - type: Transform + pos: -14.5,-373.5 + parent: 2 + - uid: 16592 + components: + - type: Transform + pos: -14.5,-372.5 + parent: 2 + - uid: 16593 + components: + - type: Transform + pos: -14.5,-371.5 + parent: 2 + - uid: 16594 + components: + - type: Transform + pos: -14.5,-370.5 + parent: 2 + - uid: 16595 + components: + - type: Transform + pos: -14.5,-369.5 + parent: 2 + - uid: 16596 + components: + - type: Transform + pos: -14.5,-368.5 + parent: 2 + - uid: 16597 + components: + - type: Transform + pos: -14.5,-367.5 + parent: 2 + - uid: 16598 + components: + - type: Transform + pos: -15.5,-366.5 + parent: 2 + - uid: 16599 + components: + - type: Transform + pos: -15.5,-365.5 + parent: 2 + - uid: 16600 + components: + - type: Transform + pos: -15.5,-364.5 + parent: 2 + - uid: 16601 + components: + - type: Transform + pos: -15.5,-363.5 + parent: 2 + - uid: 16602 + components: + - type: Transform + pos: -15.5,-362.5 + parent: 2 + - uid: 16603 + components: + - type: Transform + pos: -15.5,-361.5 + parent: 2 + - uid: 16604 + components: + - type: Transform + pos: -15.5,-360.5 + parent: 2 + - uid: 16605 + components: + - type: Transform + pos: -16.5,-359.5 + parent: 2 + - uid: 16606 + components: + - type: Transform + pos: -16.5,-358.5 + parent: 2 + - uid: 16607 + components: + - type: Transform + pos: -16.5,-357.5 + parent: 2 + - uid: 16608 + components: + - type: Transform + pos: -16.5,-356.5 + parent: 2 + - uid: 16609 + components: + - type: Transform + pos: -16.5,-355.5 + parent: 2 + - uid: 16610 + components: + - type: Transform + pos: -16.5,-354.5 + parent: 2 + - uid: 16744 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,-323.5 + parent: 2 + - uid: 16745 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,-322.5 + parent: 2 + - uid: 16746 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,-321.5 + parent: 2 + - uid: 16747 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,-320.5 + parent: 2 + - uid: 16748 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,-319.5 + parent: 2 + - uid: 16749 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-318.5 + parent: 2 + - uid: 16750 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-317.5 + parent: 2 + - uid: 16751 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-316.5 + parent: 2 + - uid: 16752 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-315.5 + parent: 2 + - uid: 16753 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-314.5 + parent: 2 + - uid: 16754 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-313.5 + parent: 2 + - uid: 16755 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-312.5 + parent: 2 + - uid: 16756 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,-315.5 + parent: 2 + - uid: 16757 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-313.5 + parent: 2 + - uid: 16758 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-312.5 + parent: 2 + - uid: 16759 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,-311.5 + parent: 2 + - uid: 16760 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,-310.5 + parent: 2 + - uid: 16761 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,-309.5 + parent: 2 + - uid: 16762 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,-308.5 + parent: 2 + - uid: 16763 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,-307.5 + parent: 2 + - uid: 16764 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,-306.5 + parent: 2 + - uid: 16765 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,-305.5 + parent: 2 + - uid: 16766 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,-304.5 + parent: 2 + - uid: 16767 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,-303.5 + parent: 2 + - uid: 16768 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,-302.5 + parent: 2 + - uid: 16769 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,-301.5 + parent: 2 + - uid: 16770 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,-300.5 + parent: 2 + - uid: 16771 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,-299.5 + parent: 2 + - uid: 16772 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-297.5 + parent: 2 + - uid: 16773 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-296.5 + parent: 2 + - uid: 16774 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-295.5 + parent: 2 + - uid: 16775 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-294.5 + parent: 2 + - uid: 16776 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-293.5 + parent: 2 + - uid: 16777 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-292.5 + parent: 2 + - uid: 16778 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-298.5 + parent: 2 + - uid: 16779 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-299.5 + parent: 2 + - uid: 16780 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-300.5 + parent: 2 + - uid: 16781 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-301.5 + parent: 2 + - uid: 16782 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,-302.5 + parent: 2 + - uid: 16819 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-317.5 + parent: 2 + - uid: 16820 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,-320.5 + parent: 2 + - uid: 16821 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,-319.5 + parent: 2 + - uid: 16822 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,-318.5 + parent: 2 + - uid: 16823 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-316.5 + parent: 2 + - uid: 16824 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-315.5 + parent: 2 + - uid: 16825 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-314.5 + parent: 2 + - uid: 16826 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-313.5 + parent: 2 + - uid: 16827 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-312.5 + parent: 2 + - uid: 16828 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-311.5 + parent: 2 + - uid: 16829 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-310.5 + parent: 2 + - uid: 16830 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-309.5 + parent: 2 + - uid: 16831 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-308.5 + parent: 2 + - uid: 16832 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-307.5 + parent: 2 + - uid: 16833 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-306.5 + parent: 2 + - uid: 16834 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-305.5 + parent: 2 + - uid: 16835 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-304.5 + parent: 2 + - uid: 16836 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-303.5 + parent: 2 + - uid: 16837 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-302.5 + parent: 2 + - uid: 16838 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-301.5 + parent: 2 + - uid: 16839 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-300.5 + parent: 2 + - uid: 16840 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-299.5 + parent: 2 + - uid: 16841 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-298.5 + parent: 2 + - uid: 16842 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-297.5 + parent: 2 + - uid: 16843 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-296.5 + parent: 2 + - uid: 16844 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-295.5 + parent: 2 + - uid: 16845 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-294.5 + parent: 2 + - uid: 16846 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-293.5 + parent: 2 +- proto: GunSafeDisabler + entities: + - uid: 12385 + components: + - type: Transform + pos: -0.5,-367.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14673 + moles: + - 1.7459903 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 +- proto: GunSafeLaserCarbine + entities: + - uid: 15797 + components: + - type: Transform + pos: 8.5,-338.5 + parent: 2 +- proto: GunSafePistolMk58 + entities: + - uid: 9424 + components: + - type: Transform + pos: -0.5,-362.5 + parent: 2 +- proto: GunSafeRifleLecter + entities: + - uid: 10696 + components: + - type: Transform + pos: 6.5,-338.5 + parent: 2 +- proto: GunSafeShotgunKammerer + entities: + - uid: 10845 + components: + - type: Transform + pos: 6.5,-337.5 + parent: 2 +- proto: GunSafeSubMachineGunDrozd + entities: + - uid: 10992 + components: + - type: Transform + pos: 8.5,-337.5 + parent: 2 +- proto: Handcuffs + entities: + - uid: 11434 + components: + - type: Transform + pos: 4.456359,-358.63803 + parent: 2 + - uid: 12777 + components: + - type: Transform + parent: 12773 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: HandheldGPSBasic + entities: + - uid: 14076 + components: + - type: Transform + pos: -1.713614,-166.57089 + parent: 2 +- proto: HandheldHealthAnalyzerUnpowered + entities: + - uid: 3890 + components: + - type: Transform + pos: -5.5934877,-206.55833 + parent: 2 +- proto: HandheldStationMap + entities: + - uid: 8420 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.4984746,-166.51599 + parent: 2 +- proto: HandLabeler + entities: + - uid: 3920 + components: + - type: Transform + pos: 7.3246646,-168.50151 + parent: 2 +- proto: HappyHonk + entities: + - uid: 15812 + components: + - type: Transform + pos: 7.0998864,-17.75665 + parent: 2 +- proto: HighSecArmoryLocked + entities: + - uid: 320 + components: + - type: Transform + pos: 7.5,-339.5 + parent: 2 + - uid: 9455 + components: + - type: Transform + pos: 7.5,-341.5 + parent: 2 +- proto: HighSecCommandLocked + entities: + - uid: 102 + components: + - type: Transform + pos: 0.5,-2.5 + parent: 2 + - uid: 266 + components: + - type: Transform + pos: 17.5,-307.5 + parent: 2 + - uid: 7942 + components: + - type: Transform + pos: 22.5,-300.5 + parent: 2 + - uid: 8050 + components: + - type: Transform + pos: 22.5,-314.5 + parent: 2 +- proto: HospitalCurtainsOpen + entities: + - uid: 295 + components: + - type: Transform + pos: 3.5,-172.5 + parent: 2 + - uid: 312 + components: + - type: Transform + pos: -0.5,-14.5 + parent: 2 + - uid: 3188 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-178.5 + parent: 2 + - uid: 3685 + components: + - type: Transform + pos: 3.5,-174.5 + parent: 2 + - uid: 3690 + components: + - type: Transform + pos: 8.5,-172.5 + parent: 2 + - uid: 3691 + components: + - type: Transform + pos: 8.5,-174.5 + parent: 2 + - uid: 3692 + components: + - type: Transform + pos: 8.5,-176.5 + parent: 2 + - type: Door + secondsUntilStateChange: -125138.05 + state: Closing + - uid: 8323 + components: + - type: Transform + pos: 11.5,-251.5 + parent: 2 + - uid: 8347 + components: + - type: Transform + pos: 10.5,-251.5 + parent: 2 + - uid: 11796 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-367.5 + parent: 2 + - uid: 11797 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-364.5 + parent: 2 + - uid: 11798 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-364.5 + parent: 2 + - uid: 11799 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-367.5 + parent: 2 + - uid: 11800 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-372.5 + parent: 2 + - uid: 11801 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-371.5 + parent: 2 +- proto: hydroponicsSoil + entities: + - uid: 2028 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-95.5 + parent: 2 + - uid: 11467 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-373.5 + parent: 2 + - uid: 11468 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-373.5 + parent: 2 + - uid: 11469 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-373.5 + parent: 2 + - uid: 11470 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-373.5 + parent: 2 + - uid: 11471 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-373.5 + parent: 2 + - uid: 11472 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-373.5 + parent: 2 +- proto: HydroponicsToolMiniHoe + entities: + - uid: 2029 + components: + - type: Transform + pos: -4.9444575,-95.49014 + parent: 2 + - uid: 26466 + components: + - type: Transform + pos: -1.4858844,-371.00397 + parent: 2 +- proto: HydroponicsToolSpade + entities: + - uid: 26463 + components: + - type: Transform + pos: -1.2279739,-371.28754 + parent: 2 +- proto: hydroponicsTray + entities: + - uid: 1730 + components: + - type: Transform + pos: -6.5,-83.5 + parent: 2 + - uid: 1731 + components: + - type: Transform + pos: -7.5,-83.5 + parent: 2 + - uid: 1737 + components: + - type: Transform + pos: -7.5,-85.5 + parent: 2 + - uid: 1739 + components: + - type: Transform + pos: -7.5,-86.5 + parent: 2 + - uid: 1740 + components: + - type: Transform + pos: -7.5,-87.5 + parent: 2 + - uid: 1744 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-85.5 + parent: 2 + - uid: 1745 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-86.5 + parent: 2 + - uid: 1746 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-87.5 + parent: 2 +- proto: IDComputerCircuitboard + entities: + - uid: 11527 + components: + - type: Transform + pos: -3.457391,-5.405585 + parent: 2 +- proto: Igniter + entities: + - uid: 17063 + components: + - type: Transform + pos: -13.294711,-246.58882 + parent: 2 + - uid: 17064 + components: + - type: Transform + pos: -13.227223,-246.42015 + parent: 2 +- proto: InflatableWall + entities: + - uid: 1860 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-96.5 + parent: 2 + - uid: 7348 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-163.5 + parent: 2 + - uid: 7350 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-163.5 + parent: 2 + - uid: 7351 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-164.5 + parent: 2 + - uid: 7352 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-163.5 + parent: 2 + - uid: 7353 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-162.5 + parent: 2 +- proto: InflatableWallStack1 + entities: + - uid: 1861 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.53376,-97.54558 + parent: 2 + - uid: 1862 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.0571976,-95.47136 + parent: 2 +- proto: IngotGold1 + entities: + - uid: 92 + components: + - type: Transform + pos: -1.6102014,-3.318551 + parent: 2 + - uid: 93 + components: + - type: Transform + pos: -1.356535,-1.3771889 + parent: 2 + - uid: 94 + components: + - type: Transform + pos: -1.5045483,-3.5033855 + parent: 2 + - uid: 14450 + components: + - type: Transform + pos: 17.62472,-83.47914 + parent: 2 + - uid: 14452 + components: + - type: Transform + pos: 17.334173,-83.06987 + parent: 2 + - uid: 14453 + components: + - type: Transform + pos: 13.557059,-82.449356 + parent: 2 + - uid: 14454 + components: + - type: Transform + pos: 13.821194,-78.3566 + parent: 2 +- proto: IngotSilver + entities: + - uid: 89 + components: + - type: Transform + pos: -3.4884946,-1.3774483 + parent: 2 +- proto: IngotSilver1 + entities: + - uid: 14455 + components: + - type: Transform + pos: 13.464613,-83.32071 + parent: 2 +- proto: IntercomCommand + entities: + - uid: 69 + components: + - type: Transform + pos: 1.5,-13.5 + parent: 2 +- proto: IntercomEngineering + entities: + - uid: 9078 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-249.5 + parent: 2 +- proto: IntercomMedical + entities: + - uid: 12199 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-169.5 + parent: 2 +- proto: IntercomScience + entities: + - uid: 12201 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-305.5 + parent: 2 +- proto: IntercomSecurity + entities: + - uid: 12200 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-333.5 + parent: 2 +- proto: IntercomService + entities: + - uid: 1736 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-85.5 + parent: 2 + - uid: 12202 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-84.5 + parent: 2 +- proto: IntercomSupply + entities: + - uid: 1613 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-278.5 + parent: 2 +- proto: JanitorialTrolley + entities: + - uid: 2775 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-55.5 + parent: 2 +- proto: JetpackBlackFilled + entities: + - uid: 11980 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5410702,-381.61026 + parent: 2 +- proto: JetpackBlueFilled + entities: + - uid: 914 + components: + - type: Transform + pos: 4.6285653,0.46697795 + parent: 2 + - uid: 915 + components: + - type: Transform + pos: 4.3160653,0.73260295 + parent: 2 +- proto: JetpackMini + entities: + - uid: 16812 + components: + - type: Transform + parent: 16811 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: JetpackMiniFilled + entities: + - uid: 5136 + components: + - type: Transform + pos: 9.644433,-115.42764 + parent: 2 + - uid: 10822 + components: + - type: Transform + pos: 9.44197,-115.30394 + parent: 2 + - uid: 15167 + components: + - type: Transform + pos: 9.644433,-115.27022 + parent: 2 +- proto: KitchenElectricGrill + entities: + - uid: 1930 + components: + - type: Transform + pos: 1.5,-88.5 + parent: 2 +- proto: KitchenKnife + entities: + - uid: 2309 + components: + - type: Transform + pos: -0.53435105,-85.90257 + parent: 2 +- proto: KitchenMicrowave + entities: + - uid: 206 + components: + - type: Transform + pos: 6.5,-11.5 + parent: 2 + - uid: 580 + components: + - type: Transform + pos: -5.5,-338.5 + parent: 2 + - uid: 1944 + components: + - type: Transform + pos: 0.5,-86.5 + parent: 2 + - uid: 8638 + components: + - type: Transform + pos: -4.5,-285.5 + parent: 2 + - uid: 8915 + components: + - type: Transform + pos: 8.5,-253.5 + parent: 2 + - uid: 9986 + components: + - type: Transform + pos: 7.5,-312.5 + parent: 2 + - uid: 12364 + components: + - type: Transform + pos: 0.5,-370.5 + parent: 2 +- proto: KitchenReagentGrinder + entities: + - uid: 1947 + components: + - type: Transform + pos: -0.5,-85.5 + parent: 2 + - uid: 3128 + components: + - type: Transform + pos: 4.5,-169.5 + parent: 2 + - uid: 10936 + components: + - type: Transform + pos: -5.5,-193.5 + parent: 2 +- proto: KitchenSpike + entities: + - uid: 1781 + components: + - type: Transform + pos: -5.5,-92.5 + parent: 2 + - uid: 1785 + components: + - type: Transform + pos: -5.5,-91.5 + parent: 2 +- proto: KoboldCubeBox + entities: + - uid: 3907 + components: + - type: Transform + pos: -6.325115,-194.94174 + parent: 2 +- proto: KudzuFlowerFriendly + entities: + - uid: 16531 + components: + - type: Transform + pos: -13.5,-165.5 + parent: 2 + - uid: 16532 + components: + - type: Transform + pos: -13.5,-164.5 + parent: 2 + - uid: 16533 + components: + - type: Transform + pos: -13.5,-163.5 + parent: 2 + - uid: 16534 + components: + - type: Transform + pos: -13.5,-166.5 + parent: 2 +- proto: LampBanana + entities: + - uid: 2013 + components: + - type: Transform + pos: -7.310762,-123.94716 + parent: 2 +- proto: LampGold + entities: + - uid: 1369 + components: + - type: Transform + pos: -5.572312,-71.25691 + parent: 2 + - uid: 10922 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.654855,-328.25574 + parent: 2 +- proto: LampInterrogator + entities: + - uid: 12080 + components: + - type: Transform + pos: -5.6837883,-357.0308 + parent: 2 +- proto: LandMineExplosive + entities: + - uid: 11530 + components: + - type: Transform + pos: -4.5384116,-351.36267 + parent: 2 +- proto: Lantern + entities: + - uid: 2675 + components: + - type: Transform + pos: 3.728132,-143.36674 + parent: 2 + - uid: 2676 + components: + - type: Transform + pos: 5.2072816,-143.33742 + parent: 2 +- proto: LargeBeaker + entities: + - uid: 2295 + components: + - type: Transform + pos: 1.582355,-86.26639 + parent: 2 + - uid: 3146 + components: + - type: Transform + pos: 4.313154,-165.64075 + parent: 2 + - uid: 3918 + components: + - type: Transform + pos: -4.4480414,-198.16447 + parent: 2 +- proto: LauncherCreamPie + entities: + - uid: 10163 + components: + - type: Transform + parent: 2003 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: LeavesCannabis + entities: + - uid: 14914 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.4884734,-144.73663 + parent: 2 + - uid: 14921 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.4209847,-144.91653 + parent: 2 + - uid: 14922 + components: + - type: Transform + pos: -6.55596,-148.32358 + parent: 2 +- proto: LightImplanter + entities: + - uid: 3977 + components: + - type: Transform + pos: -2.5364327,-207.28964 + parent: 2 +- proto: LightReplacer + entities: + - uid: 8901 + components: + - type: Transform + pos: -13.643399,-246.28522 + parent: 2 +- proto: LiquidCarbonDioxideCanister + entities: + - uid: 13021 + components: + - type: Transform + pos: -17.5,-245.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: LiquidNitrogenCanister + entities: + - uid: 10969 + components: + - type: Transform + pos: -17.5,-246.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: LiquidOxygenCanister + entities: + - uid: 16697 + components: + - type: Transform + pos: -17.5,-247.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: LockerAtmosphericsFilledHardsuit + entities: + - uid: 13287 + components: + - type: Transform + anchored: True + pos: -13.5,-263.5 + parent: 2 + - type: Physics + bodyType: Static + - uid: 14009 + components: + - type: Transform + anchored: True + pos: -13.5,-264.5 + parent: 2 + - type: Physics + bodyType: Static + - uid: 14297 + components: + - type: Transform + anchored: True + pos: -13.5,-262.5 + parent: 2 + - type: Physics + bodyType: Static +- proto: LockerBoozeFilled + entities: + - uid: 1115 + components: + - type: Transform + pos: 4.5,-61.5 + parent: 2 +- proto: LockerBotanistFilled + entities: + - uid: 1129 + components: + - type: Transform + pos: -7.5,-89.5 + parent: 2 + - uid: 2058 + components: + - type: Transform + pos: -6.5,-89.5 + parent: 2 +- proto: LockerCaptainFilled + entities: + - uid: 297 + components: + - type: Transform + pos: -3.5,-14.5 + parent: 2 +- proto: LockerChemistryFilled + entities: + - uid: 3123 + components: + - type: Transform + pos: 7.5,-165.5 + parent: 2 + - uid: 3124 + components: + - type: Transform + pos: 7.5,-166.5 + parent: 2 +- proto: LockerChiefEngineerFilled + entities: + - uid: 8794 + components: + - type: Transform + pos: 11.5,-254.5 + parent: 2 +- proto: LockerChiefMedicalOfficerFilled + entities: + - uid: 16470 + components: + - type: Transform + pos: 3.5,-180.5 + parent: 2 +- proto: LockerClown + entities: + - uid: 2003 + components: + - type: Transform + pos: -8.5,-124.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14673 + moles: + - 1.7459903 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 8788 + - 8946 + - 10014 + - 10018 + - 10091 + - 10092 + - 10163 + - 10639 + - 10781 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: LockerDetectiveFilled + entities: + - uid: 9400 + components: + - type: Transform + pos: -2.5,-73.5 + parent: 2 +- proto: LockerElectricalSupplies + entities: + - uid: 14316 + components: + - type: Transform + pos: -2.5,-244.5 + parent: 2 +- proto: LockerElectricalSuppliesFilled + entities: + - uid: 3255 + components: + - type: Transform + pos: 3.5,-107.5 + parent: 2 + - uid: 4239 + components: + - type: Transform + pos: -2.5,-18.5 + parent: 2 +- proto: LockerEngineerFilledHardsuit + entities: + - uid: 4850 + components: + - type: Transform + pos: 6.5,-257.5 + parent: 2 + - uid: 4977 + components: + - type: Transform + pos: 8.5,-257.5 + parent: 2 + - uid: 5103 + components: + - type: Transform + pos: 5.5,-255.5 + parent: 2 + - uid: 7779 + components: + - type: Transform + pos: 5.5,-257.5 + parent: 2 + - uid: 7817 + components: + - type: Transform + pos: 4.5,-257.5 + parent: 2 + - uid: 7875 + components: + - type: Transform + pos: 4.5,-255.5 + parent: 2 + - uid: 8234 + components: + - type: Transform + pos: 3.5,-255.5 + parent: 2 + - uid: 9869 + components: + - type: Transform + pos: 3.5,-257.5 + parent: 2 +- proto: LockerEvidence + entities: + - uid: 11352 + components: + - type: Transform + pos: -1.5,-342.5 + parent: 2 + - uid: 11353 + components: + - type: Transform + pos: -0.5,-342.5 + parent: 2 + - uid: 11378 + components: + - type: Transform + pos: 3.5,-368.5 + parent: 2 + - uid: 11379 + components: + - type: Transform + pos: -2.5,-368.5 + parent: 2 + - uid: 11403 + components: + - type: Transform + pos: 3.5,-366.5 + parent: 2 + - uid: 11404 + components: + - type: Transform + pos: 3.5,-365.5 + parent: 2 + - uid: 11405 + components: + - type: Transform + pos: -2.5,-366.5 + parent: 2 + - uid: 11406 + components: + - type: Transform + pos: -2.5,-365.5 + parent: 2 + - uid: 11408 + components: + - type: Transform + pos: -0.5,-368.5 + parent: 2 +- proto: LockerFreezer + entities: + - uid: 1939 + components: + - type: Transform + pos: -2.5,-90.5 + parent: 2 + - uid: 1941 + components: + - type: Transform + pos: -0.5,-89.5 + parent: 2 +- proto: LockerFreezerVaultFilled + entities: + - uid: 83 + components: + - type: Transform + pos: -0.5,-1.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14783 + moles: + - 1.8856695 + - 7.0937095 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 76 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: LockerHeadOfPersonnelFilled + entities: + - uid: 2232 + components: + - type: Transform + pos: -1.5,-117.5 + parent: 2 +- proto: LockerHeadOfSecurityFilled + entities: + - uid: 11098 + components: + - type: Transform + pos: -5.5,-344.5 + parent: 2 +- proto: LockerMedicalFilled + entities: + - uid: 2440 + components: + - type: Transform + pos: -0.5,-194.5 + parent: 2 + - uid: 3175 + components: + - type: Transform + pos: 3.5,-193.5 + parent: 2 + - uid: 3177 + components: + - type: Transform + pos: 3.5,-194.5 + parent: 2 +- proto: LockerMedicineFilled + entities: + - uid: 291 + components: + - type: Transform + pos: 7.5,-171.5 + parent: 2 + - uid: 294 + components: + - type: Transform + pos: 3.5,-176.5 + parent: 2 + - uid: 3698 + components: + - type: Transform + pos: 4.5,-176.5 + parent: 2 +- proto: LockerMime + entities: + - uid: 2019 + components: + - type: Transform + pos: -8.5,-121.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14673 + moles: + - 1.7459903 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 11491 + - 11453 + - 11452 + - 11288 + - 11287 + - 11286 + - 11661 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: LockerParamedicFilled + entities: + - uid: 2047 + components: + - type: Transform + pos: -2.5,-166.5 + parent: 2 +- proto: LockerQuarterMasterFilled + entities: + - uid: 9012 + components: + - type: Transform + pos: 6.5,-285.5 + parent: 2 +- proto: LockerResearchDirectorFilled + entities: + - uid: 10049 + components: + - type: Transform + pos: -8.5,-305.5 + parent: 2 +- proto: LockerSalvageSpecialistFilled + entities: + - uid: 8489 + components: + - type: Transform + pos: -6.5,-287.5 + parent: 2 + - uid: 8494 + components: + - type: Transform + pos: -6.5,-285.5 + parent: 2 + - uid: 8507 + components: + - type: Transform + pos: -6.5,-286.5 + parent: 2 +- proto: LockerScienceFilled + entities: + - uid: 10026 + components: + - type: Transform + pos: 7.5,-302.5 + parent: 2 + - uid: 10028 + components: + - type: Transform + pos: 4.5,-310.5 + parent: 2 + - uid: 10038 + components: + - type: Transform + pos: -2.5,-313.5 + parent: 2 + - uid: 10039 + components: + - type: Transform + pos: -2.5,-314.5 + parent: 2 + - uid: 10088 + components: + - type: Transform + pos: -2.5,-315.5 + parent: 2 + - uid: 10128 + components: + - type: Transform + pos: -6.5,-302.5 + parent: 2 +- proto: LockerSecurityFilled + entities: + - uid: 596 + components: + - type: Transform + pos: -8.5,-338.5 + parent: 2 + - uid: 1145 + components: + - type: Transform + pos: -8.5,-339.5 + parent: 2 + - uid: 7216 + components: + - type: Transform + pos: -8.5,-337.5 + parent: 2 + - uid: 7249 + components: + - type: Transform + pos: -8.5,-340.5 + parent: 2 + - uid: 7254 + components: + - type: Transform + pos: -7.5,-336.5 + parent: 2 + - uid: 9416 + components: + - type: Transform + pos: -7.5,-342.5 + parent: 2 + - uid: 10747 + components: + - type: Transform + pos: -8.5,-341.5 + parent: 2 +- proto: LockerWardenFilled + entities: + - uid: 12854 + components: + - type: Transform + pos: 1.5,-363.5 + parent: 2 +- proto: LockerWeldingSuppliesFilled + entities: + - uid: 3673 + components: + - type: Transform + pos: 5.5,-111.5 + parent: 2 + - uid: 14346 + components: + - type: Transform + pos: -2.5,-261.5 + parent: 2 + - uid: 14347 + components: + - type: Transform + pos: 3.5,-261.5 + parent: 2 +- proto: LuxuryPen + entities: + - uid: 11103 + components: + - type: Transform + pos: 5.7372117,-332.35062 + parent: 2 +- proto: MachineAnomalyGenerator + entities: + - uid: 9998 + components: + - type: Transform + pos: 6.5,-300.5 + parent: 2 +- proto: MachineAnomalySynchronizer + entities: + - uid: 15090 + components: + - type: Transform + pos: 11.5,-196.5 + parent: 2 +- proto: MachineAnomalyVessel + entities: + - uid: 10010 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-299.5 + parent: 2 + - uid: 10011 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-299.5 + parent: 2 +- proto: MachineAPE + entities: + - uid: 1754 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-37.5 + parent: 2 + - uid: 10006 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-304.5 + parent: 2 + - uid: 10007 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-303.5 + parent: 2 + - uid: 15091 + components: + - type: Transform + pos: 11.5,-195.5 + parent: 2 +- proto: MachineArtifactAnalyzer + entities: + - uid: 10029 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-314.5 + parent: 2 +- proto: MachineCentrifuge + entities: + - uid: 3161 + components: + - type: Transform + pos: 4.5,-165.5 + parent: 2 +- proto: MachineElectrolysisUnit + entities: + - uid: 11990 + components: + - type: Transform + pos: -7.5,-172.5 + parent: 2 +- proto: MachineFrame + entities: + - uid: 7217 + components: + - type: Transform + pos: 0.5,-196.5 + parent: 2 + - uid: 8005 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-196.5 + parent: 2 + - uid: 16496 + components: + - type: Transform + pos: -1.5,-172.5 + parent: 2 +- proto: MachineFrameDestroyed + entities: + - uid: 6704 + components: + - type: Transform + pos: 31.5,-260.5 + parent: 2 +- proto: MagazinePistolSubMachineGunTopMounted + entities: + - uid: 10716 + components: + - type: Transform + pos: -3.9900005,-346.49026 + parent: 2 + - uid: 10718 + components: + - type: Transform + pos: -4.0056252,-346.584 + parent: 2 +- proto: MagicDiceBag + entities: + - uid: 14459 + components: + - type: Transform + pos: 17.444256,-79.34277 + parent: 2 +- proto: MailingUnit + entities: + - uid: 2711 + components: + - type: Transform + pos: 4.5,-137.5 + parent: 2 + - type: MailingUnit + tag: Chapel + - uid: 5864 + components: + - type: Transform + pos: -0.5,-279.5 + parent: 2 + - type: MailingUnit + tag: Cargo + - uid: 6643 + components: + - type: Transform + pos: 6.5,-176.5 + parent: 2 + - type: MailingUnit + tag: Medical + - uid: 8111 + components: + - type: Transform + pos: 13.5,-250.5 + parent: 2 + - type: MailingUnit + tag: Engineering + - uid: 9040 + components: + - type: Transform + pos: -6.5,-142.5 + parent: 2 + - type: MailingUnit + tag: Library + - uid: 12147 + components: + - type: Transform + pos: 2.5,-91.5 + parent: 2 + - type: MailingUnit + tag: Kitchen + - uid: 12394 + components: + - type: Transform + pos: 2.5,-119.5 + parent: 2 + - type: MailingUnit + tag: HoP Office + - uid: 13434 + components: + - type: Transform + pos: -3.5,-342.5 + parent: 2 + - uid: 13518 + components: + - type: Transform + pos: 4.5,-10.5 + parent: 2 + - type: MailingUnit + tag: Bridge + - uid: 13625 + components: + - type: Transform + pos: 0.5,-61.5 + parent: 2 + - type: MailingUnit + tag: Bar + - uid: 13819 + components: + - type: Transform + pos: -3.5,-288.5 + parent: 2 + - type: MailingUnit + tag: Salvage + - uid: 14134 + components: + - type: Transform + pos: -3.5,-303.5 + parent: 2 + - type: MailingUnit + tag: Science + - uid: 17005 + components: + - type: Transform + pos: -13.5,-261.5 + parent: 2 + - type: MailingUnit + tag: Atmos +- proto: MaintenanceFluffSpawner + entities: + - uid: 1036 + components: + - type: Transform + pos: -5.5,-44.5 + parent: 2 + - uid: 1133 + components: + - type: Transform + pos: -3.5,-38.5 + parent: 2 + - uid: 1134 + components: + - type: Transform + pos: -3.5,-36.5 + parent: 2 + - uid: 2757 + components: + - type: Transform + pos: -2.5,-146.5 + parent: 2 + - uid: 7403 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-139.5 + parent: 2 + - uid: 7404 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-139.5 + parent: 2 + - uid: 7405 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-138.5 + parent: 2 + - uid: 7406 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-152.5 + parent: 2 + - uid: 7407 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-152.5 + parent: 2 + - uid: 11698 + components: + - type: Transform + pos: -6.5,-146.5 + parent: 2 + - uid: 13432 + components: + - type: Transform + pos: -3.5,-32.5 + parent: 2 + - uid: 14651 + components: + - type: Transform + pos: 14.5,-82.5 + parent: 2 + - uid: 14652 + components: + - type: Transform + pos: 17.5,-70.5 + parent: 2 + - uid: 14653 + components: + - type: Transform + pos: 14.5,-68.5 + parent: 2 + - uid: 14654 + components: + - type: Transform + pos: 13.5,-73.5 + parent: 2 + - uid: 14681 + components: + - type: Transform + pos: -12.5,-168.5 + parent: 2 +- proto: MaintenancePlantSpawner + entities: + - uid: 1033 + components: + - type: Transform + pos: -5.5,-34.5 + parent: 2 + - uid: 1035 + components: + - type: Transform + pos: -3.5,-41.5 + parent: 2 + - uid: 1590 + components: + - type: Transform + pos: 5.5,-59.5 + parent: 2 + - uid: 1591 + components: + - type: Transform + pos: 6.5,-54.5 + parent: 2 + - uid: 1596 + components: + - type: Transform + pos: 4.5,-66.5 + parent: 2 + - uid: 1608 + components: + - type: Transform + pos: 5.5,-71.5 + parent: 2 + - uid: 3561 + components: + - type: Transform + pos: -5.5,-162.5 + parent: 2 + - uid: 5256 + components: + - type: Transform + pos: 7.5,-162.5 + parent: 2 + - uid: 7412 + components: + - type: Transform + pos: 16.5,-158.5 + parent: 2 + - uid: 7413 + components: + - type: Transform + pos: 15.5,-163.5 + parent: 2 + - uid: 7414 + components: + - type: Transform + pos: 14.5,-158.5 + parent: 2 + - uid: 12117 + components: + - type: Transform + pos: -6.5,-36.5 + parent: 2 + - uid: 14624 + components: + - type: Transform + pos: -5.5,-243.5 + parent: 2 + - uid: 16498 + components: + - type: Transform + pos: -14.5,-165.5 + parent: 2 + - uid: 16499 + components: + - type: Transform + pos: -14.5,-164.5 + parent: 2 + - uid: 16516 + components: + - type: Transform + pos: -11.5,-161.5 + parent: 2 + - uid: 16518 + components: + - type: Transform + pos: -12.5,-164.5 + parent: 2 + - uid: 16520 + components: + - type: Transform + pos: -13.5,-166.5 + parent: 2 + - uid: 16521 + components: + - type: Transform + pos: -12.5,-167.5 + parent: 2 + - uid: 16522 + components: + - type: Transform + pos: -12.5,-166.5 + parent: 2 + - uid: 16523 + components: + - type: Transform + pos: -9.5,-167.5 + parent: 2 + - uid: 16524 + components: + - type: Transform + pos: -8.5,-162.5 + parent: 2 + - uid: 16884 + components: + - type: Transform + pos: -5.5,-250.5 + parent: 2 +- proto: MaintenanceToolSpawner + entities: + - uid: 1169 + components: + - type: Transform + pos: 3.5,-18.5 + parent: 2 + - uid: 2673 + components: + - type: Transform + pos: 4.5,-143.5 + parent: 2 + - uid: 2756 + components: + - type: Transform + pos: -3.5,-148.5 + parent: 2 + - uid: 3639 + components: + - type: Transform + pos: -2.5,-180.5 + parent: 2 + - uid: 7408 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-146.5 + parent: 2 + - uid: 7409 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-153.5 + parent: 2 + - uid: 7410 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-139.5 + parent: 2 + - uid: 9059 + components: + - type: Transform + pos: 3.5,-282.5 + parent: 2 + - uid: 9060 + components: + - type: Transform + pos: 3.5,-282.5 + parent: 2 + - uid: 14626 + components: + - type: Transform + pos: -5.5,-244.5 + parent: 2 + - uid: 14680 + components: + - type: Transform + pos: -14.5,-161.5 + parent: 2 + - uid: 16887 + components: + - type: Transform + pos: -4.5,-251.5 + parent: 2 +- proto: MaintenanceWeaponSpawner + entities: + - uid: 1106 + components: + - type: Transform + pos: 6.5,-27.5 + parent: 2 + - uid: 2750 + components: + - type: Transform + pos: -2.5,-148.5 + parent: 2 + - uid: 7411 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-159.5 + parent: 2 + - uid: 16515 + components: + - type: Transform + pos: -11.5,-164.5 + parent: 2 + - uid: 16904 + components: + - type: Transform + pos: -13.5,-161.5 + parent: 2 +- proto: Matchbox + entities: + - uid: 14413 + components: + - type: Transform + pos: 13.58873,-63.406937 + parent: 2 +- proto: MaterialBones1 + entities: + - uid: 1178 + components: + - type: Transform + pos: -9.6216,-313.45743 + parent: 2 + - uid: 1328 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.432205,-287.74188 + parent: 2 + - uid: 2268 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.485611,-116.31554 + parent: 2 + - uid: 12160 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.70648,-164.34258 + parent: 2 + - uid: 12161 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.2381563,-139.7225 + parent: 2 + - uid: 12162 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.6467605,-95.3029 + parent: 2 + - uid: 12163 + components: + - type: Transform + pos: 7.7499275,-57.722916 + parent: 2 + - uid: 12164 + components: + - type: Transform + pos: 4.1805468,-18.559465 + parent: 2 + - uid: 12165 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.3194995,-200.24161 + parent: 2 + - uid: 12168 + components: + - type: Transform + pos: -7.709251,-14.40967 + parent: 2 + - uid: 12169 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.665835,-223.53601 + parent: 2 + - uid: 12171 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.721866,-180.67075 + parent: 2 +- proto: MaterialCloth + entities: + - uid: 2261 + components: + - type: Transform + pos: 2.2574189,-121.30031 + parent: 2 +- proto: MaterialDiamond1 + entities: + - uid: 95 + components: + - type: Transform + pos: -2.44932,-1.350307 + parent: 2 +- proto: MaterialDurathread + entities: + - uid: 2259 + components: + - type: Transform + pos: 2.6536188,-121.53795 + parent: 2 +- proto: MaterialReclaimer + entities: + - uid: 9053 + components: + - type: Transform + pos: 6.5,-276.5 + parent: 2 +- proto: MaterialWoodPlank10 + entities: + - uid: 6887 + components: + - type: Transform + pos: 19.673317,-257.24585 + parent: 2 +- proto: MatterBinStockPart + entities: + - uid: 9979 + components: + - type: Transform + pos: -1.6846497,-303.9585 + parent: 2 +- proto: MedicalBed + entities: + - uid: 477 + components: + - type: Transform + pos: 3.5,-172.5 + parent: 2 + - uid: 478 + components: + - type: Transform + pos: 8.5,-174.5 + parent: 2 + - uid: 2419 + components: + - type: Transform + pos: 8.5,-172.5 + parent: 2 + - uid: 3136 + components: + - type: Transform + pos: 8.5,-176.5 + parent: 2 + - uid: 3169 + components: + - type: Transform + pos: 3.5,-174.5 + parent: 2 + - uid: 9397 + components: + - type: Transform + pos: 5.5,-180.5 + parent: 2 + - uid: 11437 + components: + - type: Transform + pos: -4.5,-361.5 + parent: 2 +- proto: MedicalTechFab + entities: + - uid: 3219 + components: + - type: Transform + pos: -0.5,-192.5 + parent: 2 +- proto: MedkitAdvancedFilled + entities: + - uid: 403 + components: + - type: Transform + pos: 1.6380901,2.7440202 + parent: 2 + - uid: 7884 + components: + - type: Transform + pos: 4.223473,-178.34943 + parent: 2 + - uid: 11429 + components: + - type: Transform + pos: -6.360816,-360.66074 + parent: 2 +- proto: MedkitBruteFilled + entities: + - uid: 3232 + components: + - type: Transform + pos: 1.9111176,-192.26358 + parent: 2 + - uid: 3233 + components: + - type: Transform + pos: 2.104815,-192.52763 + parent: 2 +- proto: MedkitBurnFilled + entities: + - uid: 3226 + components: + - type: Transform + pos: 3.7108743,-192.53125 + parent: 2 + - uid: 3227 + components: + - type: Transform + pos: 3.5171762,-192.26721 + parent: 2 +- proto: MedkitFilled + entities: + - uid: 3235 + components: + - type: Transform + pos: 1.6602318,-193.5479 + parent: 2 + - uid: 3236 + components: + - type: Transform + pos: 1.4137071,-193.27406 + parent: 2 + - uid: 3237 + components: + - type: Transform + pos: 1.6367531,-192.97285 + parent: 2 + - uid: 3238 + components: + - type: Transform + pos: 1.4137071,-192.68338 + parent: 2 + - uid: 8892 + components: + - type: Transform + pos: -7.402346,-271.4695 + parent: 2 + - uid: 11435 + components: + - type: Transform + pos: -6.627599,-360.45245 + parent: 2 +- proto: MedkitOxygenFilled + entities: + - uid: 3228 + components: + - type: Transform + pos: 2.9762833,-192.27135 + parent: 2 + - uid: 3229 + components: + - type: Transform + pos: 3.1699817,-192.5354 + parent: 2 +- proto: MedkitRadiationFilled + entities: + - uid: 3230 + components: + - type: Transform + pos: 2.436729,-192.26717 + parent: 2 +- proto: MedkitToxinFilled + entities: + - uid: 2761 + components: + - type: Transform + pos: 6.701955,-163.31392 + parent: 2 + - uid: 3231 + components: + - type: Transform + pos: 2.6417062,-192.53575 + parent: 2 +- proto: MicroManipulatorStockPart + entities: + - uid: 9971 + components: + - type: Transform + pos: -1.635678,-304.48248 + parent: 2 + - uid: 9978 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.3979578,-304.19202 + parent: 2 +- proto: MiniGravityGeneratorCircuitboard + entities: + - uid: 11671 + components: + - type: Transform + pos: -1.6577122,-7.519528 + parent: 2 +- proto: MiningWindow + entities: + - uid: 3246 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-136.5 + parent: 2 + - uid: 4182 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-86.5 + parent: 2 + - uid: 7253 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-144.5 + parent: 2 + - uid: 7256 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-147.5 + parent: 2 + - uid: 7257 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-144.5 + parent: 2 + - uid: 7258 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-145.5 + parent: 2 + - uid: 7259 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-146.5 + parent: 2 + - uid: 7260 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-147.5 + parent: 2 + - uid: 7265 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-138.5 + parent: 2 + - uid: 7266 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-139.5 + parent: 2 + - uid: 7267 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-139.5 + parent: 2 + - uid: 7268 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-138.5 + parent: 2 + - uid: 7273 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-153.5 + parent: 2 + - uid: 7274 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-152.5 + parent: 2 + - uid: 7275 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-153.5 + parent: 2 + - uid: 7276 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-152.5 + parent: 2 + - uid: 7299 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-160.5 + parent: 2 + - uid: 7300 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-159.5 + parent: 2 + - uid: 7301 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-159.5 + parent: 2 + - uid: 7302 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-160.5 + parent: 2 + - uid: 7309 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-166.5 + parent: 2 + - uid: 7310 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-165.5 + parent: 2 + - uid: 14249 + components: + - type: Transform + pos: 12.5,-79.5 + parent: 2 + - uid: 14250 + components: + - type: Transform + pos: 12.5,-78.5 + parent: 2 + - uid: 14251 + components: + - type: Transform + pos: 12.5,-77.5 + parent: 2 + - uid: 14252 + components: + - type: Transform + pos: 18.5,-77.5 + parent: 2 + - uid: 14253 + components: + - type: Transform + pos: 18.5,-78.5 + parent: 2 + - uid: 14254 + components: + - type: Transform + pos: 18.5,-79.5 + parent: 2 + - uid: 14255 + components: + - type: Transform + pos: 18.5,-73.5 + parent: 2 + - uid: 14256 + components: + - type: Transform + pos: 18.5,-74.5 + parent: 2 + - uid: 14257 + components: + - type: Transform + pos: 18.5,-72.5 + parent: 2 + - uid: 14258 + components: + - type: Transform + pos: 12.5,-72.5 + parent: 2 + - uid: 14259 + components: + - type: Transform + pos: 12.5,-73.5 + parent: 2 + - uid: 14260 + components: + - type: Transform + pos: 12.5,-74.5 + parent: 2 + - uid: 14272 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-87.5 + parent: 2 + - uid: 14276 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-86.5 + parent: 2 + - uid: 14281 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-86.5 + parent: 2 + - uid: 14284 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-136.5 + parent: 2 + - uid: 14285 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-136.5 + parent: 2 + - uid: 14286 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-135.5 + parent: 2 + - uid: 14414 + components: + - type: Transform + pos: 16.5,-76.5 + parent: 2 + - uid: 14415 + components: + - type: Transform + pos: 14.5,-76.5 + parent: 2 +- proto: MiningWindowDiagonal + entities: + - uid: 4198 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,-137.5 + parent: 2 + - uid: 7490 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-137.5 + parent: 2 + - uid: 9808 + components: + - type: Transform + pos: 14.5,-135.5 + parent: 2 + - uid: 9814 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-135.5 + parent: 2 + - uid: 14004 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-85.5 + parent: 2 + - uid: 14097 + components: + - type: Transform + pos: 16.5,-85.5 + parent: 2 + - uid: 14101 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-87.5 + parent: 2 + - uid: 14282 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-87.5 + parent: 2 +- proto: Mirror + entities: + - uid: 2873 + components: + - type: Transform + pos: -3.5,-153.5 + parent: 2 + - uid: 2874 + components: + - type: Transform + pos: -2.5,-154.5 + parent: 2 +- proto: MopBucket + entities: + - uid: 14774 + components: + - type: Transform + pos: 3.5661294,-32.585365 + parent: 2 + - type: ContainerContainer + containers: + storagebase: !type:Container + showEnts: False + occludes: True + ents: [] + shark_slot: !type:ContainerSlot + showEnts: False + occludes: True + ent: 14775 +- proto: MopItem + entities: + - uid: 1734 + components: + - type: Transform + pos: -2.979488,-53.533066 + parent: 2 + - uid: 3243 + components: + - type: Transform + pos: -1.3489041,-172.98175 + parent: 2 + - uid: 12296 + components: + - type: Transform + pos: -4.5275626,-374.4991 + parent: 2 + - uid: 14478 + components: + - type: Transform + parent: 14476 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: Morgue + entities: + - uid: 2693 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-138.5 + parent: 2 + - uid: 2783 + components: + - type: Transform + pos: -4.5,-172.5 + parent: 2 + - uid: 2889 + components: + - type: Transform + pos: -4.5,-175.5 + parent: 2 + - uid: 2903 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-177.5 + parent: 2 + - uid: 2908 + components: + - type: Transform + pos: -3.5,-175.5 + parent: 2 + - uid: 2983 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-174.5 + parent: 2 + - uid: 2984 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-174.5 + parent: 2 + - uid: 3045 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-177.5 + parent: 2 + - uid: 3047 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-177.5 + parent: 2 + - uid: 3049 + components: + - type: Transform + pos: -2.5,-172.5 + parent: 2 + - uid: 3076 + components: + - type: Transform + pos: -3.5,-172.5 + parent: 2 +- proto: MothroachCube + entities: + - uid: 13991 + components: + - type: Transform + pos: 20.53401,-238.32663 + parent: 2 +- proto: MouseTimedSpawner + entities: + - uid: 14691 + components: + - type: Transform + pos: -6.5,-169.5 + parent: 2 +- proto: Multitool + entities: + - uid: 12376 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.4878173,-317.32074 + parent: 2 + - uid: 15095 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.586618,-199.95932 + parent: 2 +- proto: MysteryFigureBoxTrash + entities: + - uid: 14731 + components: + - type: Transform + pos: -6.5606046,-189.40254 + parent: 2 + - uid: 14732 + components: + - type: Transform + pos: -6.3614616,-189.46121 + parent: 2 +- proto: NitrogenCanister + entities: + - uid: 3602 + components: + - type: Transform + pos: -7.5,-175.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 9822 + components: + - type: Transform + pos: -4.5,-311.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 11937 + components: + - type: Transform + pos: -13.5,-250.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 12143 + components: + - type: Transform + pos: 4.5,-1.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 16957 + components: + - type: Transform + pos: -21.5,-257.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: NitrousOxideCanister + entities: + - uid: 11220 + components: + - type: Transform + pos: 5.5,-355.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: NoticeBoard + entities: + - uid: 2785 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-142.5 + parent: 2 + - uid: 12137 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-92.5 + parent: 2 +- proto: NuclearBomb + entities: + - uid: 82 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-2.5 + parent: 2 +- proto: NuclearBombKeg + entities: + - uid: 1634 + components: + - type: Transform + pos: 5.5,-66.5 + parent: 2 +- proto: OperatingTable + entities: + - uid: 6913 + components: + - type: Transform + pos: -11.5,-165.5 + parent: 2 + - uid: 6960 + components: + - type: Transform + pos: -11.5,-166.5 + parent: 2 + - uid: 6964 + components: + - type: Transform + pos: -11.5,-164.5 + parent: 2 + - uid: 7189 + components: + - type: Transform + pos: 2.5,-201.5 + parent: 2 +- proto: OreBag + entities: + - uid: 8956 + components: + - type: Transform + pos: -4.660206,-273.15723 + parent: 2 + - uid: 8957 + components: + - type: Transform + pos: -4.3602595,-273.51703 + parent: 2 +- proto: OreProcessor + entities: + - uid: 8856 + components: + - type: Transform + pos: -1.5,-270.5 + parent: 2 +- proto: OxygenCanister + entities: + - uid: 8891 + components: + - type: Transform + pos: -6.5,-268.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 8975 + components: + - type: Transform + pos: -17.5,-248.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 9992 + components: + - type: Transform + pos: -5.5,-312.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 11914 + components: + - type: Transform + pos: -21.5,-255.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 12140 + components: + - type: Transform + pos: 4.5,-2.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14640 + components: + - type: Transform + pos: -6.5,-258.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: PaintingAmogusTriptych + entities: + - uid: 14569 + components: + - type: Transform + pos: 13.5,-308.5 + parent: 2 +- proto: PaintingSkeletonCigarette + entities: + - uid: 14384 + components: + - type: Transform + pos: 13.5,-59.5 + parent: 2 +- proto: Paper + entities: + - uid: 308 + components: + - type: Transform + pos: -2.1307557,-9.45595 + parent: 2 + - uid: 319 + components: + - type: Transform + pos: -2.295726,-9.298528 + parent: 2 + - uid: 1458 + components: + - type: Transform + pos: -5.538568,-72.16771 + parent: 2 + - uid: 4686 + components: + - type: Transform + pos: -5.6735435,-72.06651 + parent: 2 + - uid: 6645 + components: + - type: Transform + pos: 1.2017322,-250.54102 + parent: 2 + - uid: 6646 + components: + - type: Transform + pos: 1.1885252,-250.9767 + parent: 2 + - uid: 11069 + components: + - type: Transform + pos: 5.1001754,-328.37433 + parent: 2 + - uid: 11070 + components: + - type: Transform + pos: 5.271862,-328.51956 + parent: 2 +- proto: PaperBin10 + entities: + - uid: 318 + components: + - type: Transform + pos: -1.5,-9.5 + parent: 2 +- proto: PaperBin20 + entities: + - uid: 216 + components: + - type: Transform + pos: 6.5,-6.5 + parent: 2 + - uid: 2748 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-121.5 + parent: 2 + - uid: 10164 + components: + - type: Transform + pos: -1.5,-303.5 + parent: 2 + - uid: 11067 + components: + - type: Transform + pos: 6.5,-332.5 + parent: 2 +- proto: PaperBin5 + entities: + - uid: 2746 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-139.5 + parent: 2 + - uid: 14786 + components: + - type: Transform + pos: -5.5,-72.5 + parent: 2 +- proto: PaperOffice + entities: + - uid: 8542 + components: + - type: Transform + pos: 4.3584957,-272.45734 + parent: 2 + - uid: 9082 + components: + - type: Transform + pos: 4.538463,-272.60727 + parent: 2 +- proto: PaperScrap + entities: + - uid: 2636 + components: + - type: Transform + pos: -6.3057356,-152.6655 + parent: 2 + - uid: 2751 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.3009803,-136.6098 + parent: 2 +- proto: ParticleAcceleratorControlBoxUnfinished + entities: + - uid: 8939 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-260.5 + parent: 2 +- proto: ParticleAcceleratorEmitterForeUnfinished + entities: + - uid: 7727 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-259.5 + parent: 2 +- proto: ParticleAcceleratorEmitterPortUnfinished + entities: + - uid: 7581 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-258.5 + parent: 2 +- proto: ParticleAcceleratorEmitterStarboardUnfinished + entities: + - uid: 8523 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-260.5 + parent: 2 +- proto: ParticleAcceleratorEndCapUnfinished + entities: + - uid: 8100 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,-258.5 + parent: 2 +- proto: ParticleAcceleratorFuelChamber + entities: + - uid: 7461 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-259.5 + parent: 2 +- proto: ParticleAcceleratorPowerBoxUnfinished + entities: + - uid: 8488 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-259.5 + parent: 2 +- proto: Pen + entities: + - uid: 217 + components: + - type: Transform + pos: 6.0078807,-6.5636206 + parent: 2 + - uid: 218 + components: + - type: Transform + pos: 6.1091127,-6.4286876 + parent: 2 + - uid: 2740 + components: + - type: Transform + pos: -5.6306825,-140.2427 + parent: 2 + - uid: 2760 + components: + - type: Transform + pos: -5.401766,-139.93465 + parent: 2 + - uid: 9084 + components: + - type: Transform + pos: 4.3734927,-272.86963 + parent: 2 +- proto: PhoneInstrument + entities: + - uid: 207 + components: + - type: Transform + pos: 6.5365367,-7.3394823 + parent: 2 +- proto: Pickaxe + entities: + - uid: 8860 + components: + - type: Transform + pos: -7.5629373,-271.36987 + parent: 2 + - uid: 8864 + components: + - type: Transform + pos: -4.5245614,-272.94254 + parent: 2 + - uid: 14358 + components: + - type: Transform + pos: 13.454053,-140.39398 + parent: 2 +- proto: PillCanisterIron + entities: + - uid: 3696 + components: + - type: Transform + pos: 3.6948316,-173.37283 + parent: 2 +- proto: PinpointerNuclear + entities: + - uid: 76 + components: + - type: Transform + parent: 83 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: PlasmaCanister + entities: + - uid: 9821 + components: + - type: Transform + pos: -5.5,-311.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 11915 + components: + - type: Transform + pos: -21.5,-251.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: PlasticFlapsAirtightClear + entities: + - uid: 8763 + components: + - type: Transform + pos: 2.5,-273.5 + parent: 2 + - uid: 11957 + components: + - type: Transform + pos: 9.5,-277.5 + parent: 2 + - uid: 11958 + components: + - type: Transform + pos: 11.5,-281.5 + parent: 2 + - uid: 11959 + components: + - type: Transform + pos: 9.5,-281.5 + parent: 2 + - uid: 11970 + components: + - type: Transform + pos: 11.5,-277.5 + parent: 2 +- proto: PlasticFlapsAirtightOpaque + entities: + - uid: 4416 + components: + - type: Transform + pos: 4.5,-217.5 + parent: 2 +- proto: PlushieArachind + entities: + - uid: 13435 + components: + - type: Transform + pos: -0.6106252,-27.432035 + parent: 2 +- proto: PlushieCarp + entities: + - uid: 3706 + components: + - type: Transform + pos: 6.685664,-122.428696 + parent: 2 + - uid: 3708 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.4083242,-123.53769 + parent: 2 +- proto: PlushieDiona + entities: + - uid: 2253 + components: + - type: Transform + pos: 1.9108882,-40.77967 + parent: 2 +- proto: PlushieHuman + entities: + - uid: 4139 + components: + - type: Transform + pos: -2.1023247,-3.5538187 + parent: 2 +- proto: PlushieLizard + entities: + - uid: 14372 + components: + - type: Transform + pos: 16.56339,-60.471424 + parent: 2 +- proto: PlushieLizardMirrored + entities: + - uid: 1461 + components: + - type: Transform + pos: 3.2787921,-72.53624 + parent: 2 + - uid: 4140 + components: + - type: Transform + pos: -3.6779807,-3.613141 + parent: 2 + - uid: 14334 + components: + - type: Transform + pos: 14.486045,-60.418846 + parent: 2 +- proto: PlushieRGBee + entities: + - uid: 9987 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.686648,-313.90622 + parent: 2 +- proto: PlushieRouny + entities: + - uid: 3887 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.4988103,-200.4284 + parent: 2 +- proto: PlushieSharkBlue + entities: + - uid: 14775 + components: + - type: Transform + parent: 14774 + - type: Physics + canCollide: False +- proto: PlushieSpaceLizard + entities: + - uid: 5362 + components: + - type: Transform + pos: -22.266762,-264.84647 + parent: 2 +- proto: PortableFlasher + entities: + - uid: 14602 + components: + - type: Transform + pos: 9.5,-340.5 + parent: 2 +- proto: PortableGeneratorJrPacman + entities: + - uid: 351 + components: + - type: Transform + pos: 6.5,-372.5 + parent: 2 + - uid: 372 + components: + - type: Transform + pos: 7.5,-1.5 + parent: 2 + - uid: 1050 + components: + - type: Transform + pos: -5.5,-35.5 + parent: 2 + - uid: 2332 + components: + - type: Transform + pos: -2.5,-80.5 + parent: 2 + - uid: 8908 + components: + - type: Transform + pos: 17.5,-243.5 + parent: 2 + - uid: 10720 + components: + - type: Transform + pos: -7.5,-174.5 + parent: 2 + - uid: 10735 + components: + - type: Transform + pos: -6.5,-197.5 + parent: 2 + - uid: 10848 + components: + - type: Transform + pos: 4.5,-67.5 + parent: 2 + - uid: 14617 + components: + - type: Transform + anchored: True + pos: -17.5,-265.5 + parent: 2 + - type: Physics + bodyType: Static + - uid: 14806 + components: + - type: Transform + pos: 16.5,-154.5 + parent: 2 + - uid: 15585 + components: + - type: Transform + pos: 5.5,-222.5 + parent: 2 + - uid: 15787 + components: + - type: Transform + pos: 16.5,-142.5 + parent: 2 + - uid: 15790 + components: + - type: Transform + pos: 5.5,-259.5 + parent: 2 + - uid: 15791 + components: + - type: Transform + pos: -5.5,-296.5 + parent: 2 + - uid: 15792 + components: + - type: Transform + pos: -0.5,-268.5 + parent: 2 + - uid: 15793 + components: + - type: Transform + pos: 1.5,-348.5 + parent: 2 +- proto: PortableScrubber + entities: + - uid: 3 + components: + - type: Transform + pos: -20.5,-263.5 + parent: 2 + - uid: 4904 + components: + - type: Transform + pos: 19.5,-246.5 + parent: 2 + - uid: 7436 + components: + - type: Transform + pos: 2.5,-112.5 + parent: 2 + - uid: 12101 + components: + - type: Transform + pos: -19.5,-263.5 + parent: 2 + - uid: 12631 + components: + - type: Transform + pos: 10.5,-310.5 + parent: 2 +- proto: PortalGatewayBlue + entities: + - uid: 6620 + components: + - type: Transform + pos: -3.5,-254.5 + parent: 2 + - type: LinkedEntity + deleteOnEmptyLinks: True + linkedEntities: + - 6619 + - uid: 15817 + components: + - type: Transform + pos: 4.5,-15.5 + parent: 2 + - type: LinkedEntity + deleteOnEmptyLinks: True + linkedEntities: + - 15816 +- proto: PortalGatewayOrange + entities: + - uid: 6619 + components: + - type: Transform + pos: -0.5,-113.5 + parent: 2 + - type: LinkedEntity + deleteOnEmptyLinks: True + linkedEntities: + - 6620 + - uid: 15816 + components: + - type: Transform + pos: -4.5,-330.5 + parent: 2 + - type: LinkedEntity + deleteOnEmptyLinks: True + linkedEntities: + - 15817 +- proto: PosterContrabandBeachStarYamamoto + entities: + - uid: 378 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-12.5 + parent: 2 +- proto: PosterContrabandClown + entities: + - uid: 875 + components: + - type: Transform + pos: 7.5,-14.5 + parent: 2 + - uid: 1996 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-124.5 + parent: 2 + - uid: 14882 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-128.5 + parent: 2 +- proto: PosterContrabandHighEffectEngineering + entities: + - uid: 1210 + components: + - type: Transform + pos: 20.5,-249.5 + parent: 2 +- proto: PosterContrabandMissingGloves + entities: + - uid: 7980 + components: + - type: Transform + pos: 20.5,-240.5 + parent: 2 + - uid: 16893 + components: + - type: Transform + pos: -12.5,-255.5 + parent: 2 +- proto: PosterContrabandSmoke + entities: + - uid: 6624 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-263.5 + parent: 2 + - uid: 12669 + components: + - type: Transform + pos: 1.5,-267.5 + parent: 2 +- proto: PosterLegitIan + entities: + - uid: 3709 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-117.5 + parent: 2 +- proto: PosterLegitLoveIan + entities: + - uid: 3710 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-118.5 + parent: 2 +- proto: PosterLegitMime + entities: + - uid: 2018 + components: + - type: Transform + pos: -5.5,-121.5 + parent: 2 +- proto: PosterLegitReportCrimes + entities: + - uid: 2393 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-69.5 + parent: 2 +- proto: PosterLegitSafetyMothHardhat + entities: + - uid: 4223 + components: + - type: Transform + pos: -7.5,-111.5 + parent: 2 +- proto: PottedPlant16 + entities: + - uid: 3909 + components: + - type: Transform + pos: -3.5,-198.5 + parent: 2 +- proto: PottedPlant7 + entities: + - uid: 12408 + components: + - type: Transform + pos: 5.5,-316.5 + parent: 2 + - uid: 12440 + components: + - type: Transform + pos: -3.5,-299.5 + parent: 2 +- proto: PottedPlantBioluminscent + entities: + - uid: 65 + components: + - type: Transform + pos: 2.5,1.5 + parent: 2 + - uid: 133 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 2 + - uid: 311 + components: + - type: Transform + pos: -3.5,-11.5 + parent: 2 +- proto: PottedPlantRandom + entities: + - uid: 223 + components: + - type: Transform + pos: 1.5,-12.5 + parent: 2 + - uid: 313 + components: + - type: Transform + pos: -0.5,-9.5 + parent: 2 + - uid: 775 + components: + - type: Transform + pos: -5.5,-32.5 + parent: 2 + - uid: 2438 + components: + - type: Transform + pos: 6.5,-98.5 + parent: 2 + - uid: 2439 + components: + - type: Transform + pos: -0.5,-98.5 + parent: 2 + - uid: 2442 + components: + - type: Transform + pos: 4.5,-119.5 + parent: 2 + - uid: 2509 + components: + - type: Transform + pos: -0.5,-135.5 + parent: 2 + - uid: 2532 + components: + - type: Transform + pos: 6.5,-148.5 + parent: 2 + - uid: 3129 + components: + - type: Transform + pos: -2.5,-247.5 + parent: 2 + - uid: 7789 + components: + - type: Transform + pos: 7.5,-194.5 + parent: 2 + - uid: 12701 + components: + - type: Transform + pos: 7.5,-306.5 + parent: 2 + - uid: 12702 + components: + - type: Transform + pos: 1.5,-303.5 + parent: 2 + - uid: 14745 + components: + - type: Transform + pos: -7.5,-309.5 + parent: 2 + - uid: 14771 + components: + - type: Transform + pos: -1.5,-39.5 + parent: 2 + - uid: 15032 + components: + - type: Transform + pos: -10.5,-132.5 + parent: 2 + - uid: 15033 + components: + - type: Transform + pos: -7.5,-136.5 + parent: 2 + - uid: 15035 + components: + - type: Transform + pos: 1.5,-110.5 + parent: 2 + - uid: 15089 + components: + - type: Transform + pos: 10.5,-201.5 + parent: 2 + - uid: 15823 + components: + - type: Transform + pos: -1.5,-332.5 + parent: 2 +- proto: PottedPlantRandomPlastic + entities: + - uid: 9046 + components: + - type: Transform + pos: 3.5,-269.5 + parent: 2 +- proto: PottedPlantRD + entities: + - uid: 4045 + components: + - type: Transform + pos: -5.5,-305.5 + parent: 2 +- proto: PowerCellAntiqueProto + entities: + - uid: 90 + components: + - type: Transform + pos: -1.0936825,-3.4722357 + parent: 2 +- proto: PowerCellHigh + entities: + - uid: 8833 + components: + - type: Transform + pos: 7.3432894,-115.48833 + parent: 2 + - uid: 15160 + components: + - type: Transform + pos: 7.332042,-115.285934 + parent: 2 +- proto: PowerCellMedium + entities: + - uid: 5120 + components: + - type: Transform + pos: 7.725722,-115.285934 + parent: 2 + - uid: 15164 + components: + - type: Transform + pos: 7.7144737,-115.522064 + parent: 2 +- proto: PowerCellRecharger + entities: + - uid: 1074 + components: + - type: Transform + pos: -3.5,-26.5 + parent: 2 + - uid: 9058 + components: + - type: Transform + pos: 5.5,-282.5 + parent: 2 + - uid: 9065 + components: + - type: Transform + pos: 8.5,-177.5 + parent: 2 + - uid: 9066 + components: + - type: Transform + pos: -2.5,-136.5 + parent: 2 + - uid: 9067 + components: + - type: Transform + pos: 6.5,-122.5 + parent: 2 + - uid: 10129 + components: + - type: Transform + pos: -1.5,-301.5 + parent: 2 + - uid: 15267 + components: + - type: Transform + pos: 4.5,-245.5 + parent: 2 +- proto: Poweredlight + entities: + - uid: 1805 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-165.5 + parent: 2 + - uid: 2041 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-168.5 + parent: 2 + - uid: 3174 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-169.5 + parent: 2 + - uid: 3204 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-172.5 + parent: 2 + - uid: 3205 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-177.5 + parent: 2 + - uid: 3209 + components: + - type: Transform + pos: 1.5,-162.5 + parent: 2 + - uid: 3210 + components: + - type: Transform + pos: -0.5,-162.5 + parent: 2 + - uid: 3211 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-179.5 + parent: 2 + - uid: 3212 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-179.5 + parent: 2 + - uid: 3249 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-179.5 + parent: 2 + - uid: 3679 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-172.5 + parent: 2 + - uid: 3779 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-194.5 + parent: 2 + - uid: 3780 + components: + - type: Transform + pos: -0.5,-192.5 + parent: 2 + - uid: 3781 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-190.5 + parent: 2 + - uid: 3784 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-203.5 + parent: 2 + - uid: 3785 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-196.5 + parent: 2 + - uid: 3786 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-196.5 + parent: 2 + - uid: 3787 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-203.5 + parent: 2 + - uid: 3828 + components: + - type: Transform + pos: 4.5,-205.5 + parent: 2 + - uid: 3953 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-206.5 + parent: 2 + - uid: 4680 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-191.5 + parent: 2 + - uid: 5656 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-241.5 + parent: 2 + - uid: 5959 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-89.5 + parent: 2 + - uid: 7719 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-201.5 + parent: 2 + - uid: 7720 + components: + - type: Transform + pos: 7.5,-194.5 + parent: 2 + - uid: 7904 + components: + - type: Transform + pos: -6.5,-189.5 + parent: 2 + - uid: 13288 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-261.5 + parent: 2 + - uid: 16959 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-252.5 + parent: 2 + - uid: 16960 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-252.5 + parent: 2 + - uid: 16964 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -18.5,-265.5 + parent: 2 + - uid: 16965 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-246.5 + parent: 2 + - uid: 16966 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-241.5 + parent: 2 + - uid: 16967 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-246.5 + parent: 2 +- proto: PoweredlightBlue + entities: + - uid: 5500 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-173.5 + parent: 2 + - uid: 5653 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-169.5 + parent: 2 + - uid: 5662 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-176.5 + parent: 2 + - uid: 9536 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-176.5 + parent: 2 +- proto: PoweredlightCyan + entities: + - uid: 6962 + components: + - type: Transform + pos: -3.5,-253.5 + parent: 2 + - uid: 9692 + components: + - type: Transform + pos: 29.5,-306.5 + parent: 2 + - uid: 10799 + components: + - type: Transform + pos: 4.5,-14.5 + parent: 2 + - uid: 14344 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-260.5 + parent: 2 +- proto: PoweredlightExterior + entities: + - uid: 401 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,4.5 + parent: 2 + - uid: 421 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,4.5 + parent: 2 +- proto: PoweredlightGreen + entities: + - uid: 4220 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-110.5 + parent: 2 + - uid: 9694 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,-308.5 + parent: 2 +- proto: PoweredlightLED + entities: + - uid: 202 + components: + - type: Transform + pos: 2.5,-249.5 + parent: 2 + - uid: 757 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-122.5 + parent: 2 + - uid: 1389 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-93.5 + parent: 2 + - uid: 1394 + components: + - type: Transform + pos: -2.5,-90.5 + parent: 2 + - uid: 1399 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-91.5 + parent: 2 + - uid: 1402 + components: + - type: Transform + pos: 2.5,-85.5 + parent: 2 + - uid: 1403 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-88.5 + parent: 2 + - uid: 1552 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-85.5 + parent: 2 + - uid: 1572 + components: + - type: Transform + pos: 2.5,-119.5 + parent: 2 + - uid: 1574 + components: + - type: Transform + pos: -1.5,-119.5 + parent: 2 + - uid: 1589 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-116.5 + parent: 2 + - uid: 1768 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-113.5 + parent: 2 + - uid: 2042 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-5.5 + parent: 2 + - uid: 2056 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-173.5 + parent: 2 + - uid: 2057 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-176.5 + parent: 2 + - uid: 2064 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-11.5 + parent: 2 + - uid: 2575 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-252.5 + parent: 2 + - uid: 3800 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-261.5 + parent: 2 + - uid: 4048 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-299.5 + parent: 2 + - uid: 4211 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,-249.5 + parent: 2 + - uid: 4351 + components: + - type: Transform + pos: -7.5,-107.5 + parent: 2 + - uid: 4415 + components: + - type: Transform + pos: 12.5,-256.5 + parent: 2 + - uid: 5144 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-256.5 + parent: 2 + - uid: 5479 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-249.5 + parent: 2 + - uid: 5489 + components: + - type: Transform + pos: 8.5,-171.5 + parent: 2 + - uid: 5503 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-248.5 + parent: 2 + - uid: 5504 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,-255.5 + parent: 2 + - uid: 5654 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-240.5 + parent: 2 + - uid: 5661 + components: + - type: Transform + pos: -2.5,-165.5 + parent: 2 + - uid: 5699 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-142.5 + parent: 2 + - uid: 5700 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-142.5 + parent: 2 + - uid: 5961 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-117.5 + parent: 2 + - uid: 6015 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-11.5 + parent: 2 + - uid: 6019 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-9.5 + parent: 2 + - uid: 6038 + components: + - type: Transform + pos: 4.5,2.5 + parent: 2 + - uid: 6061 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,0.5 + parent: 2 + - uid: 6062 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,2.5 + parent: 2 + - uid: 6068 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,2.5 + parent: 2 + - uid: 6069 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,0.5 + parent: 2 + - uid: 7497 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,-240.5 + parent: 2 + - uid: 7777 + components: + - type: Transform + pos: -7.5,-307.5 + parent: 2 + - uid: 7858 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-255.5 + parent: 2 + - uid: 8193 + components: + - type: Transform + pos: 17.5,-245.5 + parent: 2 + - uid: 8277 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-255.5 + parent: 2 + - uid: 8350 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-249.5 + parent: 2 + - uid: 8482 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-309.5 + parent: 2 + - uid: 8663 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-253.5 + parent: 2 + - uid: 8740 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-168.5 + parent: 2 + - uid: 9444 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-311.5 + parent: 2 + - uid: 9534 + components: + - type: Transform + pos: 20.5,-315.5 + parent: 2 + - uid: 9535 + components: + - type: Transform + pos: 24.5,-315.5 + parent: 2 + - uid: 9537 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,-317.5 + parent: 2 + - uid: 9538 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-317.5 + parent: 2 + - uid: 9544 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-311.5 + parent: 2 + - uid: 9545 + components: + - type: Transform + pos: 23.5,-303.5 + parent: 2 + - uid: 9546 + components: + - type: Transform + pos: 21.5,-303.5 + parent: 2 + - uid: 9696 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-306.5 + parent: 2 + - uid: 9697 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-308.5 + parent: 2 + - uid: 9708 + components: + - type: Transform + pos: 24.5,-297.5 + parent: 2 + - uid: 9709 + components: + - type: Transform + pos: 20.5,-297.5 + parent: 2 + - uid: 9710 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-299.5 + parent: 2 + - uid: 9711 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,-299.5 + parent: 2 + - uid: 9713 + components: + - type: Transform + pos: 1.5,-297.5 + parent: 2 + - uid: 9714 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-300.5 + parent: 2 + - uid: 9734 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-300.5 + parent: 2 + - uid: 9988 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-311.5 + parent: 2 + - uid: 9989 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-315.5 + parent: 2 + - uid: 9990 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-311.5 + parent: 2 + - uid: 9991 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-315.5 + parent: 2 + - uid: 9994 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-311.5 + parent: 2 + - uid: 9995 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-303.5 + parent: 2 + - uid: 10030 + components: + - type: Transform + pos: 4.5,-306.5 + parent: 2 + - uid: 10047 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-308.5 + parent: 2 + - uid: 10055 + components: + - type: Transform + pos: 11.5,-306.5 + parent: 2 + - uid: 10056 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-308.5 + parent: 2 + - uid: 10081 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-120.5 + parent: 2 + - uid: 10094 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-303.5 + parent: 2 + - uid: 10095 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-303.5 + parent: 2 + - uid: 10109 + components: + - type: Transform + pos: -2.5,-299.5 + parent: 2 + - uid: 10110 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-305.5 + parent: 2 + - uid: 10111 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-305.5 + parent: 2 + - uid: 10137 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-319.5 + parent: 2 + - uid: 10142 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-318.5 + parent: 2 + - uid: 10144 + components: + - type: Transform + pos: -6.5,-317.5 + parent: 2 + - uid: 10146 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-311.5 + parent: 2 + - uid: 10147 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-311.5 + parent: 2 + - uid: 10766 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-53.5 + parent: 2 + - uid: 11080 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-332.5 + parent: 2 + - uid: 11349 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-346.5 + parent: 2 + - uid: 11350 + components: + - type: Transform + pos: -3.5,-344.5 + parent: 2 + - uid: 12226 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-252.5 + parent: 2 +- proto: PoweredlightOrange + entities: + - uid: 1764 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-64.5 + parent: 2 + - uid: 1803 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-2.5 + parent: 2 + - uid: 1846 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-169.5 + parent: 2 + - uid: 2255 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-54.5 + parent: 2 + - uid: 2290 + components: + - type: Transform + pos: 0.5,-61.5 + parent: 2 + - uid: 2327 + components: + - type: Transform + pos: 6.5,-110.5 + parent: 2 + - uid: 2421 + components: + - type: Transform + pos: -5.5,-138.5 + parent: 2 + - uid: 4042 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,-252.5 + parent: 2 + - uid: 4751 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-263.5 + parent: 2 + - uid: 5024 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-45.5 + parent: 2 + - uid: 5363 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,-263.5 + parent: 2 + - uid: 5676 + components: + - type: Transform + pos: 3.5,-141.5 + parent: 2 + - uid: 5781 + components: + - type: Transform + pos: 4.5,-137.5 + parent: 2 + - uid: 5805 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-152.5 + parent: 2 + - uid: 6046 + components: + - type: Transform + pos: -1.5,-5.5 + parent: 2 + - uid: 6390 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-220.5 + parent: 2 + - uid: 6392 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-220.5 + parent: 2 + - uid: 6394 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-229.5 + parent: 2 + - uid: 6397 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-229.5 + parent: 2 + - uid: 6961 + components: + - type: Transform + pos: -0.5,-112.5 + parent: 2 + - uid: 10136 + components: + - type: Transform + pos: -7.5,-297.5 + parent: 2 + - uid: 10162 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-285.5 + parent: 2 + - uid: 10914 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-331.5 + parent: 2 + - uid: 11089 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-328.5 + parent: 2 +- proto: PoweredlightPink + entities: + - uid: 1687 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-54.5 + parent: 2 + - uid: 1804 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-86.5 + parent: 2 + - uid: 2292 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-125.5 + parent: 2 + - uid: 5962 + components: + - type: Transform + pos: -6.5,-83.5 + parent: 2 + - uid: 10089 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-315.5 + parent: 2 + - uid: 10145 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-313.5 + parent: 2 + - uid: 10530 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-304.5 + parent: 2 + - uid: 14893 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-127.5 + parent: 2 +- proto: PoweredLightPostSmall + entities: + - uid: 2067 + components: + - type: Transform + pos: 4.5,-39.5 + parent: 2 + - uid: 2793 + components: + - type: Transform + pos: 12.5,-244.5 + parent: 2 + - uid: 4224 + components: + - type: Transform + pos: 12.5,-259.5 + parent: 2 + - uid: 4515 + components: + - type: Transform + pos: -8.5,-221.5 + parent: 2 + - uid: 4516 + components: + - type: Transform + pos: -8.5,-228.5 + parent: 2 + - uid: 4517 + components: + - type: Transform + pos: 9.5,-221.5 + parent: 2 + - uid: 4518 + components: + - type: Transform + pos: 9.5,-228.5 + parent: 2 + - uid: 9712 + components: + - type: Transform + pos: 29.5,-303.5 + parent: 2 + - uid: 9716 + components: + - type: Transform + pos: 16.5,-309.5 + parent: 2 + - uid: 9717 + components: + - type: Transform + pos: 16.5,-305.5 + parent: 2 + - uid: 9719 + components: + - type: Transform + pos: 17.5,-314.5 + parent: 2 + - uid: 9721 + components: + - type: Transform + pos: 17.5,-300.5 + parent: 2 + - uid: 9733 + components: + - type: Transform + pos: 29.5,-311.5 + parent: 2 + - uid: 14904 + components: + - type: Transform + pos: -10.5,-131.5 + parent: 2 + - uid: 14905 + components: + - type: Transform + pos: -10.5,-136.5 + parent: 2 + - uid: 14912 + components: + - type: Transform + pos: -6.5,-133.5 + parent: 2 + - uid: 14948 + components: + - type: Transform + pos: -9.5,-143.5 + parent: 2 + - uid: 14949 + components: + - type: Transform + pos: -9.5,-148.5 + parent: 2 + - uid: 14992 + components: + - type: Transform + pos: -9.5,-155.5 + parent: 2 + - uid: 15082 + components: + - type: Transform + pos: 8.5,-203.5 + parent: 2 + - uid: 15083 + components: + - type: Transform + pos: 8.5,-192.5 + parent: 2 + - uid: 15084 + components: + - type: Transform + pos: 12.5,-194.5 + parent: 2 + - uid: 15085 + components: + - type: Transform + pos: 12.5,-201.5 + parent: 2 + - uid: 16968 + components: + - type: Transform + pos: -10.5,-249.5 + parent: 2 + - uid: 16969 + components: + - type: Transform + pos: -10.5,-261.5 + parent: 2 + - uid: 16970 + components: + - type: Transform + pos: -10.5,-242.5 + parent: 2 +- proto: PoweredlightRed + entities: + - uid: 1766 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-78.5 + parent: 2 + - uid: 2325 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-78.5 + parent: 2 + - uid: 2352 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-132.5 + parent: 2 + - uid: 2420 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-132.5 + parent: 2 + - uid: 5428 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-51.5 + parent: 2 + - uid: 5429 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-51.5 + parent: 2 + - uid: 5749 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-159.5 + parent: 2 + - uid: 5750 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-159.5 + parent: 2 + - uid: 5761 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-105.5 + parent: 2 + - uid: 5768 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-105.5 + parent: 2 + - uid: 5991 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-24.5 + parent: 2 + - uid: 6003 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-24.5 + parent: 2 + - uid: 6041 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-3.5 + parent: 2 + - uid: 6346 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-240.5 + parent: 2 + - uid: 6348 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-240.5 + parent: 2 + - uid: 6359 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-214.5 + parent: 2 + - uid: 6361 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-214.5 + parent: 2 + - uid: 7060 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-186.5 + parent: 2 + - uid: 7061 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-186.5 + parent: 2 + - uid: 8880 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-267.5 + parent: 2 + - uid: 8881 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-267.5 + parent: 2 + - uid: 9707 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-294.5 + parent: 2 + - uid: 9718 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-294.5 + parent: 2 + - uid: 10741 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-346.5 + parent: 2 + - uid: 10831 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-342.5 + parent: 2 + - uid: 10832 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-338.5 + parent: 2 + - uid: 11065 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-326.5 + parent: 2 + - uid: 11066 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-326.5 + parent: 2 + - uid: 11090 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-353.5 + parent: 2 + - uid: 11091 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-353.5 + parent: 2 + - uid: 12947 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-380.5 + parent: 2 + - uid: 12948 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-380.5 + parent: 2 + - uid: 14788 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-342.5 + parent: 2 + - uid: 15296 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-340.5 + parent: 2 + - uid: 15818 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-335.5 + parent: 2 + - uid: 15819 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-335.5 + parent: 2 + - uid: 15820 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-338.5 + parent: 2 +- proto: PoweredlightSodium + entities: + - uid: 8525 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-146.5 + parent: 2 +- proto: PoweredSmallLight + entities: + - uid: 62 + components: + - type: Transform + pos: -6.5,-1.5 + parent: 2 + - uid: 120 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-16.5 + parent: 2 + - uid: 141 + components: + - type: Transform + pos: -0.5,-16.5 + parent: 2 + - uid: 210 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-13.5 + parent: 2 + - uid: 356 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-114.5 + parent: 2 + - uid: 419 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-8.5 + parent: 2 + - uid: 641 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-251.5 + parent: 2 + - uid: 730 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-43.5 + parent: 2 + - uid: 764 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-35.5 + parent: 2 + - uid: 821 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-100.5 + parent: 2 + - uid: 891 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-46.5 + parent: 2 + - uid: 898 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-59.5 + parent: 2 + - uid: 1104 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-34.5 + parent: 2 + - uid: 1114 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-62.5 + parent: 2 + - uid: 1226 + components: + - type: Transform + pos: -3.5,-70.5 + parent: 2 + - uid: 1327 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-71.5 + parent: 2 + - uid: 1467 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-37.5 + parent: 2 + - uid: 1471 + components: + - type: Transform + pos: 7.5,-31.5 + parent: 2 + - uid: 1488 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-69.5 + parent: 2 + - uid: 1489 + components: + - type: Transform + pos: 4.5,-56.5 + parent: 2 + - uid: 1753 + components: + - type: Transform + pos: 1.5,-52.5 + parent: 2 + - uid: 1807 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-84.5 + parent: 2 + - uid: 1809 + components: + - type: Transform + pos: 2.5,-94.5 + parent: 2 + - uid: 1810 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-82.5 + parent: 2 + - uid: 1811 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-92.5 + parent: 2 + - uid: 1918 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-115.5 + parent: 2 + - uid: 1919 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-118.5 + parent: 2 + - uid: 1920 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-121.5 + parent: 2 + - uid: 1921 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-124.5 + parent: 2 + - uid: 1922 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-112.5 + parent: 2 + - uid: 1923 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-109.5 + parent: 2 + - uid: 2043 + components: + - type: Transform + pos: -7.5,-118.5 + parent: 2 + - uid: 2044 + components: + - type: Transform + pos: -7.5,-115.5 + parent: 2 + - uid: 2045 + components: + - type: Transform + pos: -7.5,-112.5 + parent: 2 + - uid: 2050 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-98.5 + parent: 2 + - uid: 2051 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-98.5 + parent: 2 + - uid: 2052 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-98.5 + parent: 2 + - uid: 2053 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-92.5 + parent: 2 + - uid: 2054 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-86.5 + parent: 2 + - uid: 2055 + components: + - type: Transform + pos: 6.5,-81.5 + parent: 2 + - uid: 2072 + components: + - type: Transform + pos: -6.5,-31.5 + parent: 2 + - uid: 2185 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-282.5 + parent: 2 + - uid: 2211 + components: + - type: Transform + pos: 1.5,-108.5 + parent: 2 + - uid: 2218 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-279.5 + parent: 2 + - uid: 2219 + components: + - type: Transform + pos: 3.5,-276.5 + parent: 2 + - uid: 2252 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-32.5 + parent: 2 + - uid: 2272 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-125.5 + parent: 2 + - uid: 2273 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-125.5 + parent: 2 + - uid: 2274 + components: + - type: Transform + pos: 4.5,-119.5 + parent: 2 + - uid: 2275 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-125.5 + parent: 2 + - uid: 2326 + components: + - type: Transform + pos: 7.5,-36.5 + parent: 2 + - uid: 2351 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-17.5 + parent: 2 + - uid: 2423 + components: + - type: Transform + pos: -5.5,-95.5 + parent: 2 + - uid: 2424 + components: + - type: Transform + pos: 3.5,-107.5 + parent: 2 + - uid: 2441 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-257.5 + parent: 2 + - uid: 2592 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-136.5 + parent: 2 + - uid: 2658 + components: + - type: Transform + pos: 2.5,-148.5 + parent: 2 + - uid: 2659 + components: + - type: Transform + pos: 6.5,-148.5 + parent: 2 + - uid: 2759 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-142.5 + parent: 2 + - uid: 2821 + components: + - type: Transform + pos: -6.5,-150.5 + parent: 2 + - uid: 2822 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-152.5 + parent: 2 + - uid: 2823 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-151.5 + parent: 2 + - uid: 2841 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-142.5 + parent: 2 + - uid: 2843 + components: + - type: Transform + pos: 1.5,-135.5 + parent: 2 + - uid: 2888 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-152.5 + parent: 2 + - uid: 3016 + components: + - type: Transform + pos: 1.5,-25.5 + parent: 2 + - uid: 3074 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-19.5 + parent: 2 + - uid: 3252 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-180.5 + parent: 2 + - uid: 3253 + components: + - type: Transform + pos: -7.5,-171.5 + parent: 2 + - uid: 3254 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-163.5 + parent: 2 + - uid: 3332 + components: + - type: Transform + pos: 1.5,-160.5 + parent: 2 + - uid: 3395 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-181.5 + parent: 2 + - uid: 3686 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-285.5 + parent: 2 + - uid: 3711 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-127.5 + parent: 2 + - uid: 3713 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-161.5 + parent: 2 + - uid: 3837 + components: + - type: Transform + pos: 1.5,-344.5 + parent: 2 + - uid: 3923 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-289.5 + parent: 2 + - uid: 3978 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-208.5 + parent: 2 + - uid: 3988 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-201.5 + parent: 2 + - uid: 4144 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-154.5 + parent: 2 + - uid: 4145 + components: + - type: Transform + pos: 1.5,-187.5 + parent: 2 + - uid: 4236 + components: + - type: Transform + pos: 1.5,-133.5 + parent: 2 + - uid: 4241 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,0.5 + parent: 2 + - uid: 4259 + components: + - type: Transform + pos: 1.5,-79.5 + parent: 2 + - uid: 4263 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-73.5 + parent: 2 + - uid: 4295 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-221.5 + parent: 2 + - uid: 4352 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-228.5 + parent: 2 + - uid: 4353 + components: + - type: Transform + pos: -0.5,-217.5 + parent: 2 + - uid: 4355 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-232.5 + parent: 2 + - uid: 4527 + components: + - type: Transform + pos: 1.5,-106.5 + parent: 2 + - uid: 4684 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-235.5 + parent: 2 + - uid: 4687 + components: + - type: Transform + pos: 1.5,-241.5 + parent: 2 + - uid: 4797 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-253.5 + parent: 2 + - uid: 5028 + components: + - type: Transform + pos: -0.5,-243.5 + parent: 2 + - uid: 5029 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-260.5 + parent: 2 + - uid: 5172 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-249.5 + parent: 2 + - uid: 5274 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-255.5 + parent: 2 + - uid: 5340 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-360.5 + parent: 2 + - uid: 5351 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-360.5 + parent: 2 + - uid: 5355 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-346.5 + parent: 2 + - uid: 5383 + components: + - type: Transform + pos: 1.5,-214.5 + parent: 2 + - uid: 5884 + components: + - type: Transform + pos: -6.5,-29.5 + parent: 2 + - uid: 5963 + components: + - type: Transform + pos: 7.5,-43.5 + parent: 2 + - uid: 5965 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-44.5 + parent: 2 + - uid: 5970 + components: + - type: Transform + pos: -0.5,-27.5 + parent: 2 + - uid: 6618 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-29.5 + parent: 2 + - uid: 7483 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-262.5 + parent: 2 + - uid: 8018 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-287.5 + parent: 2 + - uid: 8357 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-245.5 + parent: 2 + - uid: 8372 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-260.5 + parent: 2 + - uid: 8442 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-244.5 + parent: 2 + - uid: 8711 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-275.5 + parent: 2 + - uid: 8728 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-288.5 + parent: 2 + - uid: 8741 + components: + - type: Transform + pos: -1.5,-270.5 + parent: 2 + - uid: 8767 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-282.5 + parent: 2 + - uid: 8768 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-276.5 + parent: 2 + - uid: 8879 + components: + - type: Transform + pos: 1.5,-268.5 + parent: 2 + - uid: 8885 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-270.5 + parent: 2 + - uid: 8888 + components: + - type: Transform + pos: -6.5,-283.5 + parent: 2 + - uid: 8955 + components: + - type: Transform + pos: -0.5,-273.5 + parent: 2 + - uid: 8961 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-286.5 + parent: 2 + - uid: 9042 + components: + - type: Transform + pos: 7.5,-276.5 + parent: 2 + - uid: 9044 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-282.5 + parent: 2 + - uid: 9068 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-274.5 + parent: 2 + - uid: 9070 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-274.5 + parent: 2 + - uid: 9071 + components: + - type: Transform + pos: 6.5,-270.5 + parent: 2 + - uid: 9322 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-281.5 + parent: 2 + - uid: 9336 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-277.5 + parent: 2 + - uid: 9337 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-270.5 + parent: 2 + - uid: 9430 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-54.5 + parent: 2 + - uid: 9459 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-332.5 + parent: 2 + - uid: 9715 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-287.5 + parent: 2 + - uid: 9932 + components: + - type: Transform + pos: 3.5,-296.5 + parent: 2 + - uid: 10148 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-313.5 + parent: 2 + - uid: 10150 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-319.5 + parent: 2 + - uid: 10152 + components: + - type: Transform + pos: -3.5,-297.5 + parent: 2 + - uid: 10529 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-298.5 + parent: 2 + - uid: 10740 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-321.5 + parent: 2 + - uid: 10867 + components: + - type: Transform + pos: 5.5,-117.5 + parent: 2 + - uid: 10875 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-338.5 + parent: 2 + - uid: 10913 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-342.5 + parent: 2 + - uid: 11063 + components: + - type: Transform + pos: 1.5,-329.5 + parent: 2 + - uid: 11120 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-358.5 + parent: 2 + - uid: 11188 + components: + - type: Transform + pos: 1.5,-362.5 + parent: 2 + - uid: 11346 + components: + - type: Transform + pos: -3.5,-328.5 + parent: 2 + - uid: 11498 + components: + - type: Transform + pos: 7.5,-363.5 + parent: 2 + - uid: 11713 + components: + - type: Transform + pos: -1.5,-356.5 + parent: 2 + - uid: 11714 + components: + - type: Transform + pos: 2.5,-356.5 + parent: 2 + - uid: 11717 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-362.5 + parent: 2 + - uid: 11718 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-365.5 + parent: 2 + - uid: 11719 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-368.5 + parent: 2 + - uid: 11720 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-368.5 + parent: 2 + - uid: 11722 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-365.5 + parent: 2 + - uid: 11723 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-367.5 + parent: 2 + - uid: 11724 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-367.5 + parent: 2 + - uid: 11727 + components: + - type: Transform + pos: -2.5,-370.5 + parent: 2 + - uid: 11728 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-362.5 + parent: 2 + - uid: 11730 + components: + - type: Transform + pos: 3.5,-370.5 + parent: 2 + - uid: 11731 + components: + - type: Transform + pos: 7.5,-360.5 + parent: 2 + - uid: 11733 + components: + - type: Transform + pos: 7.5,-366.5 + parent: 2 + - uid: 11734 + components: + - type: Transform + pos: -6.5,-366.5 + parent: 2 + - uid: 11735 + components: + - type: Transform + pos: -6.5,-363.5 + parent: 2 + - uid: 11736 + components: + - type: Transform + pos: -6.5,-360.5 + parent: 2 + - uid: 11740 + components: + - type: Transform + pos: 4.5,-355.5 + parent: 2 + - uid: 11741 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-358.5 + parent: 2 + - uid: 11742 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-358.5 + parent: 2 + - uid: 11746 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-374.5 + parent: 2 + - uid: 11747 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-374.5 + parent: 2 + - uid: 11748 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-374.5 + parent: 2 + - uid: 11749 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-374.5 + parent: 2 + - uid: 11750 + components: + - type: Transform + pos: 6.5,-369.5 + parent: 2 + - uid: 11751 + components: + - type: Transform + pos: -5.5,-369.5 + parent: 2 + - uid: 12138 + components: + - type: Transform + pos: 1.5,-327.5 + parent: 2 + - uid: 12139 + components: + - type: Transform + pos: 1.5,-375.5 + parent: 2 + - uid: 12343 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-327.5 + parent: 2 + - uid: 12371 + components: + - type: Transform + pos: 1.5,-295.5 + parent: 2 + - uid: 12472 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-260.5 + parent: 2 + - uid: 12855 + components: + - type: Transform + pos: -0.5,-362.5 + parent: 2 + - uid: 12915 + components: + - type: Transform + pos: 1.5,-354.5 + parent: 2 + - uid: 12919 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-348.5 + parent: 2 + - uid: 14321 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-63.5 + parent: 2 + - uid: 14351 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-246.5 + parent: 2 + - uid: 14353 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-63.5 + parent: 2 + - uid: 14359 + components: + - type: Transform + pos: 16.5,-59.5 + parent: 2 + - uid: 14419 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-80.5 + parent: 2 + - uid: 14463 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-80.5 + parent: 2 + - uid: 14465 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-84.5 + parent: 2 + - uid: 14466 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-84.5 + parent: 2 + - uid: 14467 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-75.5 + parent: 2 + - uid: 14468 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-71.5 + parent: 2 + - uid: 14469 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-67.5 + parent: 2 + - uid: 14470 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-67.5 + parent: 2 + - uid: 14471 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-71.5 + parent: 2 + - uid: 14472 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-75.5 + parent: 2 + - uid: 14563 + components: + - type: Transform + pos: 14.5,-59.5 + parent: 2 + - uid: 14600 + components: + - type: Transform + pos: 5.5,-242.5 + parent: 2 + - uid: 14606 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-332.5 + parent: 2 + - uid: 14622 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-18.5 + parent: 2 + - uid: 15293 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-336.5 + parent: 2 + - uid: 15789 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-342.5 + parent: 2 + - uid: 16660 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-336.5 + parent: 2 + - uid: 16698 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-342.5 + parent: 2 + - uid: 16699 + components: + - type: Transform + pos: -3.5,-334.5 + parent: 2 + - uid: 16710 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-336.5 + parent: 2 + - uid: 16712 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-340.5 + parent: 2 + - uid: 16869 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-251.5 + parent: 2 + - uid: 16876 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-245.5 + parent: 2 + - uid: 16906 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-168.5 + parent: 2 + - uid: 16913 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,-168.5 + parent: 2 + - uid: 16914 + components: + - type: Transform + pos: -14.5,-161.5 + parent: 2 + - uid: 16915 + components: + - type: Transform + pos: -11.5,-161.5 + parent: 2 + - uid: 16916 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-166.5 + parent: 2 + - uid: 16917 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-163.5 + parent: 2 + - uid: 16944 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-166.5 + parent: 2 + - uid: 16946 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-177.5 + parent: 2 + - uid: 16958 + components: + - type: Transform + pos: -7.5,-260.5 + parent: 2 + - uid: 16962 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,-263.5 + parent: 2 + - uid: 16963 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,-265.5 + parent: 2 + - uid: 17004 + components: + - type: Transform + pos: -6.5,-248.5 + parent: 2 +- proto: PoweredSmallLightEmpty + entities: + - uid: 1776 + components: + - type: Transform + pos: 13.5,-138.5 + parent: 2 + - uid: 2732 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-148.5 + parent: 2 + - uid: 3947 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-198.5 + parent: 2 + - uid: 3948 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-194.5 + parent: 2 + - uid: 3981 + components: + - type: Transform + pos: -4.5,-204.5 + parent: 2 + - uid: 3998 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-202.5 + parent: 2 + - uid: 7380 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-154.5 + parent: 2 + - uid: 7381 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-148.5 + parent: 2 + - uid: 7382 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-148.5 + parent: 2 + - uid: 7383 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-143.5 + parent: 2 + - uid: 7384 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-143.5 + parent: 2 +- proto: Protolathe + entities: + - uid: 10027 + components: + - type: Transform + pos: -4.5,-299.5 + parent: 2 +- proto: PumpkinLantern + entities: + - uid: 1703 + components: + - type: Transform + pos: 6.365387,-27.206318 + parent: 2 +- proto: Rack + entities: + - uid: 105 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,2.5 + parent: 2 + - uid: 422 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-2.5 + parent: 2 + - uid: 955 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,0.5 + parent: 2 + - uid: 1111 + components: + - type: Transform + pos: 6.5,-27.5 + parent: 2 + - uid: 1112 + components: + - type: Transform + pos: 5.5,-31.5 + parent: 2 + - uid: 1113 + components: + - type: Transform + pos: -5.5,-44.5 + parent: 2 + - uid: 1116 + components: + - type: Transform + pos: -5.5,-39.5 + parent: 2 + - uid: 1131 + components: + - type: Transform + pos: -3.5,-38.5 + parent: 2 + - uid: 1132 + components: + - type: Transform + pos: -3.5,-36.5 + parent: 2 + - uid: 1167 + components: + - type: Transform + pos: 3.5,-18.5 + parent: 2 + - uid: 1583 + components: + - type: Transform + pos: 4.5,-59.5 + parent: 2 + - uid: 1778 + components: + - type: Transform + pos: 4.5,-242.5 + parent: 2 + - uid: 2436 + components: + - type: Transform + pos: 6.5,-108.5 + parent: 2 + - uid: 2705 + components: + - type: Transform + pos: 3.5,-137.5 + parent: 2 + - uid: 3571 + components: + - type: Transform + pos: -7.5,-177.5 + parent: 2 + - uid: 3573 + components: + - type: Transform + pos: -2.5,-180.5 + parent: 2 + - uid: 3971 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-207.5 + parent: 2 + - uid: 6882 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-300.5 + parent: 2 + - uid: 7791 + components: + - type: Transform + pos: 6.5,-242.5 + parent: 2 + - uid: 8554 + components: + - type: Transform + pos: -5.5,-288.5 + parent: 2 + - uid: 8651 + components: + - type: Transform + pos: -6.5,-283.5 + parent: 2 + - uid: 9516 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-18.5 + parent: 2 + - uid: 10123 + components: + - type: Transform + pos: 7.5,-115.5 + parent: 2 + - uid: 12210 + components: + - type: Transform + pos: -6.5,-17.5 + parent: 2 + - uid: 12411 + components: + - type: Transform + pos: 5.5,-310.5 + parent: 2 + - uid: 12423 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-304.5 + parent: 2 + - uid: 14627 + components: + - type: Transform + pos: -5.5,-244.5 + parent: 2 + - uid: 14637 + components: + - type: Transform + pos: -2.5,-259.5 + parent: 2 + - uid: 14643 + components: + - type: Transform + pos: 6.5,-260.5 + parent: 2 + - uid: 15173 + components: + - type: Transform + pos: 9.5,-119.5 + parent: 2 + - uid: 15174 + components: + - type: Transform + pos: 9.5,-115.5 + parent: 2 + - uid: 15301 + components: + - type: Transform + pos: 3.5,-163.5 + parent: 2 + - uid: 16885 + components: + - type: Transform + pos: -4.5,-251.5 + parent: 2 +- proto: RadiationCollectorNoTank + entities: + - uid: 3192 + components: + - type: Transform + pos: 19.5,-240.5 + parent: 2 + - uid: 6911 + components: + - type: Transform + pos: 19.5,-241.5 + parent: 2 + - uid: 7441 + components: + - type: Transform + pos: 18.5,-240.5 + parent: 2 +- proto: RagItem + entities: + - uid: 2128 + components: + - type: Transform + pos: -2.1022174,-60.36517 + parent: 2 + - uid: 7427 + components: + - type: Transform + pos: 14.739458,-59.475845 + parent: 2 + - uid: 7454 + components: + - type: Transform + pos: 16.746363,-59.466587 + parent: 2 + - uid: 14480 + components: + - type: Transform + parent: 14476 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 14766 + components: + - type: Transform + parent: 14755 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: Railing + entities: + - uid: 56 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,3.5 + parent: 2 + - uid: 57 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,3.5 + parent: 2 + - uid: 88 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-3.5 + parent: 2 + - uid: 91 + components: + - type: Transform + pos: -3.5,-1.5 + parent: 2 + - uid: 786 + components: + - type: Transform + pos: 1.5,-38.5 + parent: 2 + - uid: 787 + components: + - type: Transform + pos: 2.5,-38.5 + parent: 2 + - uid: 788 + components: + - type: Transform + pos: 3.5,-38.5 + parent: 2 + - uid: 796 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-42.5 + parent: 2 + - uid: 797 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-42.5 + parent: 2 + - uid: 798 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-42.5 + parent: 2 + - uid: 800 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-41.5 + parent: 2 + - uid: 801 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-40.5 + parent: 2 + - uid: 802 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-39.5 + parent: 2 + - uid: 824 + components: + - type: Transform + pos: 4.5,-38.5 + parent: 2 + - uid: 826 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-42.5 + parent: 2 + - uid: 828 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-40.5 + parent: 2 + - uid: 829 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-39.5 + parent: 2 + - uid: 830 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-41.5 + parent: 2 + - uid: 2283 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-77.5 + parent: 2 + - uid: 2289 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-280.5 + parent: 2 + - uid: 2335 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-50.5 + parent: 2 + - uid: 2336 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-75.5 + parent: 2 + - uid: 2337 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-75.5 + parent: 2 + - uid: 2338 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-77.5 + parent: 2 + - uid: 2354 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-48.5 + parent: 2 + - uid: 2355 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-48.5 + parent: 2 + - uid: 2356 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-50.5 + parent: 2 + - uid: 2370 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-23.5 + parent: 2 + - uid: 2371 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-21.5 + parent: 2 + - uid: 2372 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-23.5 + parent: 2 + - uid: 2373 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-21.5 + parent: 2 + - uid: 2387 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-104.5 + parent: 2 + - uid: 2388 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-102.5 + parent: 2 + - uid: 2389 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-102.5 + parent: 2 + - uid: 2390 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-104.5 + parent: 2 + - uid: 2463 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-131.5 + parent: 2 + - uid: 2464 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-131.5 + parent: 2 + - uid: 2465 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-129.5 + parent: 2 + - uid: 2466 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-129.5 + parent: 2 + - uid: 2634 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-142.5 + parent: 2 + - uid: 2635 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-142.5 + parent: 2 + - uid: 2758 + components: + - type: Transform + pos: -0.5,-278.5 + parent: 2 + - uid: 2910 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-156.5 + parent: 2 + - uid: 2911 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-158.5 + parent: 2 + - uid: 2912 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-158.5 + parent: 2 + - uid: 2913 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-156.5 + parent: 2 + - uid: 3165 + components: + - type: Transform + pos: 17.5,-250.5 + parent: 2 + - uid: 3524 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-183.5 + parent: 2 + - uid: 3525 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-185.5 + parent: 2 + - uid: 3526 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-183.5 + parent: 2 + - uid: 3527 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-185.5 + parent: 2 + - uid: 3584 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-254.5 + parent: 2 + - uid: 4773 + components: + - type: Transform + pos: 5.5,-254.5 + parent: 2 + - uid: 5463 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-212.5 + parent: 2 + - uid: 5464 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-210.5 + parent: 2 + - uid: 5465 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-210.5 + parent: 2 + - uid: 5466 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-212.5 + parent: 2 + - uid: 6670 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-254.5 + parent: 2 + - uid: 6712 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-163.5 + parent: 2 + - uid: 7731 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-239.5 + parent: 2 + - uid: 7732 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-237.5 + parent: 2 + - uid: 7733 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-237.5 + parent: 2 + - uid: 7734 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-239.5 + parent: 2 + - uid: 7829 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-264.5 + parent: 2 + - uid: 8141 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-266.5 + parent: 2 + - uid: 8143 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-266.5 + parent: 2 + - uid: 8144 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-264.5 + parent: 2 + - uid: 8196 + components: + - type: Transform + pos: 19.5,-250.5 + parent: 2 + - uid: 8467 + components: + - type: Transform + pos: -11.5,-166.5 + parent: 2 + - uid: 8468 + components: + - type: Transform + pos: 18.5,-250.5 + parent: 2 + - uid: 8469 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-254.5 + parent: 2 + - uid: 9185 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-169.5 + parent: 2 + - uid: 9338 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-291.5 + parent: 2 + - uid: 9339 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-293.5 + parent: 2 + - uid: 9340 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-293.5 + parent: 2 + - uid: 9341 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-291.5 + parent: 2 + - uid: 9907 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-312.5 + parent: 2 + - uid: 9940 + components: + - type: Transform + pos: 3.5,-314.5 + parent: 2 + - uid: 9996 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-300.5 + parent: 2 + - uid: 10000 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-299.5 + parent: 2 + - uid: 10041 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-311.5 + parent: 2 + - uid: 10043 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-312.5 + parent: 2 + - uid: 10594 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-325.5 + parent: 2 + - uid: 10595 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-323.5 + parent: 2 + - uid: 10596 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-323.5 + parent: 2 + - uid: 10597 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-325.5 + parent: 2 + - uid: 11827 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-379.5 + parent: 2 + - uid: 11828 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-377.5 + parent: 2 + - uid: 11830 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-379.5 + parent: 2 + - uid: 14024 + components: + - type: Transform + pos: 4.5,-254.5 + parent: 2 +- proto: RailingCorner + entities: + - uid: 8978 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-168.5 + parent: 2 + - uid: 8980 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-170.5 + parent: 2 +- proto: RailingCornerSmall + entities: + - uid: 48 + components: + - type: Transform + pos: 1.5,2.5 + parent: 2 + - uid: 55 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,2.5 + parent: 2 + - uid: 100 + components: + - type: Transform + pos: -2.5,-3.5 + parent: 2 + - uid: 101 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-1.5 + parent: 2 + - uid: 681 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-37.5 + parent: 2 + - uid: 682 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-44.5 + parent: 2 + - uid: 683 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-42.5 + parent: 2 + - uid: 696 + components: + - type: Transform + pos: -5.5,-32.5 + parent: 2 + - uid: 698 + components: + - type: Transform + pos: -5.5,-30.5 + parent: 2 + - uid: 700 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-30.5 + parent: 2 + - uid: 701 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-28.5 + parent: 2 + - uid: 793 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-38.5 + parent: 2 + - uid: 804 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-38.5 + parent: 2 + - uid: 806 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-42.5 + parent: 2 + - uid: 832 + components: + - type: Transform + pos: 5.5,-42.5 + parent: 2 + - uid: 2181 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-278.5 + parent: 2 + - uid: 2276 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-49.5 + parent: 2 + - uid: 2279 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-48.5 + parent: 2 + - uid: 2282 + components: + - type: Transform + pos: 0.5,-280.5 + parent: 2 + - uid: 2339 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-76.5 + parent: 2 + - uid: 2340 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-75.5 + parent: 2 + - uid: 2341 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-76.5 + parent: 2 + - uid: 2342 + components: + - type: Transform + pos: -0.5,-76.5 + parent: 2 + - uid: 2343 + components: + - type: Transform + pos: 2.5,-76.5 + parent: 2 + - uid: 2344 + components: + - type: Transform + pos: 2.5,-77.5 + parent: 2 + - uid: 2345 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-76.5 + parent: 2 + - uid: 2346 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-76.5 + parent: 2 + - uid: 2347 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-77.5 + parent: 2 + - uid: 2348 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-75.5 + parent: 2 + - uid: 2349 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-76.5 + parent: 2 + - uid: 2350 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-76.5 + parent: 2 + - uid: 2357 + components: + - type: Transform + pos: 2.5,-50.5 + parent: 2 + - uid: 2358 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-49.5 + parent: 2 + - uid: 2359 + components: + - type: Transform + pos: 2.5,-49.5 + parent: 2 + - uid: 2360 + components: + - type: Transform + pos: -0.5,-49.5 + parent: 2 + - uid: 2361 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-50.5 + parent: 2 + - uid: 2362 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-49.5 + parent: 2 + - uid: 2363 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-49.5 + parent: 2 + - uid: 2364 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-48.5 + parent: 2 + - uid: 2365 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-49.5 + parent: 2 + - uid: 2366 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-49.5 + parent: 2 + - uid: 2374 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-23.5 + parent: 2 + - uid: 2375 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-22.5 + parent: 2 + - uid: 2376 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-22.5 + parent: 2 + - uid: 2378 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-22.5 + parent: 2 + - uid: 2379 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-22.5 + parent: 2 + - uid: 2380 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-21.5 + parent: 2 + - uid: 2381 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-21.5 + parent: 2 + - uid: 2382 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-22.5 + parent: 2 + - uid: 2383 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-22.5 + parent: 2 + - uid: 2384 + components: + - type: Transform + pos: -0.5,-22.5 + parent: 2 + - uid: 2385 + components: + - type: Transform + pos: 2.5,-22.5 + parent: 2 + - uid: 2386 + components: + - type: Transform + pos: 2.5,-23.5 + parent: 2 + - uid: 2391 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-103.5 + parent: 2 + - uid: 2392 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-102.5 + parent: 2 + - uid: 2395 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-103.5 + parent: 2 + - uid: 2396 + components: + - type: Transform + pos: 2.5,-104.5 + parent: 2 + - uid: 2397 + components: + - type: Transform + pos: 2.5,-103.5 + parent: 2 + - uid: 2398 + components: + - type: Transform + pos: -0.5,-103.5 + parent: 2 + - uid: 2399 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-104.5 + parent: 2 + - uid: 2400 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-103.5 + parent: 2 + - uid: 2401 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-103.5 + parent: 2 + - uid: 2402 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-103.5 + parent: 2 + - uid: 2403 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-103.5 + parent: 2 + - uid: 2404 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-102.5 + parent: 2 + - uid: 2467 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-130.5 + parent: 2 + - uid: 2468 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-129.5 + parent: 2 + - uid: 2469 + components: + - type: Transform + pos: 2.5,-130.5 + parent: 2 + - uid: 2470 + components: + - type: Transform + pos: 2.5,-131.5 + parent: 2 + - uid: 2471 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-130.5 + parent: 2 + - uid: 2472 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-130.5 + parent: 2 + - uid: 2473 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-130.5 + parent: 2 + - uid: 2474 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-131.5 + parent: 2 + - uid: 2475 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-130.5 + parent: 2 + - uid: 2476 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-129.5 + parent: 2 + - uid: 2478 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-130.5 + parent: 2 + - uid: 2481 + components: + - type: Transform + pos: -0.5,-130.5 + parent: 2 + - uid: 2627 + components: + - type: Transform + pos: 3.5,-142.5 + parent: 2 + - uid: 2637 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-142.5 + parent: 2 + - uid: 2647 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-141.5 + parent: 2 + - uid: 2648 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-141.5 + parent: 2 + - uid: 2649 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-141.5 + parent: 2 + - uid: 2650 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-141.5 + parent: 2 + - uid: 2893 + components: + - type: Transform + pos: -6.5,-152.5 + parent: 2 + - uid: 2894 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-152.5 + parent: 2 + - uid: 2895 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-150.5 + parent: 2 + - uid: 2896 + components: + - type: Transform + pos: -6.5,-150.5 + parent: 2 + - uid: 2914 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-158.5 + parent: 2 + - uid: 2915 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-157.5 + parent: 2 + - uid: 2916 + components: + - type: Transform + pos: 2.5,-158.5 + parent: 2 + - uid: 2917 + components: + - type: Transform + pos: 2.5,-157.5 + parent: 2 + - uid: 2918 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-157.5 + parent: 2 + - uid: 2919 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-156.5 + parent: 2 + - uid: 2920 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-157.5 + parent: 2 + - uid: 2921 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-157.5 + parent: 2 + - uid: 2922 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-157.5 + parent: 2 + - uid: 2923 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-156.5 + parent: 2 + - uid: 2924 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-157.5 + parent: 2 + - uid: 2925 + components: + - type: Transform + pos: -0.5,-157.5 + parent: 2 + - uid: 3530 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-184.5 + parent: 2 + - uid: 3532 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-184.5 + parent: 2 + - uid: 3533 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-183.5 + parent: 2 + - uid: 3534 + components: + - type: Transform + pos: -0.5,-184.5 + parent: 2 + - uid: 3535 + components: + - type: Transform + pos: 2.5,-184.5 + parent: 2 + - uid: 3536 + components: + - type: Transform + pos: 2.5,-185.5 + parent: 2 + - uid: 3537 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-185.5 + parent: 2 + - uid: 3538 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-184.5 + parent: 2 + - uid: 3539 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-184.5 + parent: 2 + - uid: 3540 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-184.5 + parent: 2 + - uid: 3541 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-184.5 + parent: 2 + - uid: 3542 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-183.5 + parent: 2 + - uid: 4979 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-254.5 + parent: 2 + - uid: 5467 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-212.5 + parent: 2 + - uid: 5468 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-211.5 + parent: 2 + - uid: 5469 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-211.5 + parent: 2 + - uid: 5470 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-211.5 + parent: 2 + - uid: 5471 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-210.5 + parent: 2 + - uid: 5472 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-211.5 + parent: 2 + - uid: 5473 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-210.5 + parent: 2 + - uid: 5474 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-211.5 + parent: 2 + - uid: 5475 + components: + - type: Transform + pos: -0.5,-211.5 + parent: 2 + - uid: 5476 + components: + - type: Transform + pos: 2.5,-211.5 + parent: 2 + - uid: 5477 + components: + - type: Transform + pos: 2.5,-212.5 + parent: 2 + - uid: 5478 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-211.5 + parent: 2 + - uid: 5502 + components: + - type: Transform + pos: -3.5,-168.5 + parent: 2 + - uid: 7735 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-239.5 + parent: 2 + - uid: 7736 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-238.5 + parent: 2 + - uid: 7737 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-238.5 + parent: 2 + - uid: 7738 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-238.5 + parent: 2 + - uid: 7739 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-238.5 + parent: 2 + - uid: 7740 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-237.5 + parent: 2 + - uid: 7744 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-237.5 + parent: 2 + - uid: 7746 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-238.5 + parent: 2 + - uid: 7747 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-238.5 + parent: 2 + - uid: 7749 + components: + - type: Transform + pos: -0.5,-238.5 + parent: 2 + - uid: 7750 + components: + - type: Transform + pos: 2.5,-238.5 + parent: 2 + - uid: 7751 + components: + - type: Transform + pos: 2.5,-239.5 + parent: 2 + - uid: 8146 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-265.5 + parent: 2 + - uid: 8147 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-265.5 + parent: 2 + - uid: 8148 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-266.5 + parent: 2 + - uid: 8149 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-265.5 + parent: 2 + - uid: 8150 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-264.5 + parent: 2 + - uid: 8151 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-265.5 + parent: 2 + - uid: 8152 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-264.5 + parent: 2 + - uid: 8153 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-265.5 + parent: 2 + - uid: 8154 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-265.5 + parent: 2 + - uid: 8155 + components: + - type: Transform + pos: -0.5,-265.5 + parent: 2 + - uid: 8156 + components: + - type: Transform + pos: 2.5,-265.5 + parent: 2 + - uid: 8158 + components: + - type: Transform + pos: 2.5,-266.5 + parent: 2 + - uid: 8471 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-254.5 + parent: 2 + - uid: 8481 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-163.5 + parent: 2 + - uid: 8562 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-250.5 + parent: 2 + - uid: 8687 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-166.5 + parent: 2 + - uid: 8825 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-271.5 + parent: 2 + - uid: 8826 + components: + - type: Transform + pos: -7.5,-274.5 + parent: 2 + - uid: 8968 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-170.5 + parent: 2 + - uid: 9348 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-292.5 + parent: 2 + - uid: 9349 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-292.5 + parent: 2 + - uid: 9350 + components: + - type: Transform + pos: -0.5,-292.5 + parent: 2 + - uid: 9351 + components: + - type: Transform + pos: 2.5,-292.5 + parent: 2 + - uid: 9352 + components: + - type: Transform + pos: 2.5,-293.5 + parent: 2 + - uid: 9353 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-293.5 + parent: 2 + - uid: 9354 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-292.5 + parent: 2 + - uid: 9355 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-292.5 + parent: 2 + - uid: 9356 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-292.5 + parent: 2 + - uid: 9357 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-292.5 + parent: 2 + - uid: 9358 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-291.5 + parent: 2 + - uid: 9359 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-291.5 + parent: 2 + - uid: 9813 + components: + - type: Transform + pos: 4.5,-312.5 + parent: 2 + - uid: 9913 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-314.5 + parent: 2 + - uid: 9943 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-311.5 + parent: 2 + - uid: 9944 + components: + - type: Transform + pos: 4.5,-315.5 + parent: 2 + - uid: 9945 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-315.5 + parent: 2 + - uid: 9946 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-311.5 + parent: 2 + - uid: 10002 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-301.5 + parent: 2 + - uid: 10598 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-324.5 + parent: 2 + - uid: 10599 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-323.5 + parent: 2 + - uid: 10600 + components: + - type: Transform + pos: -0.5,-324.5 + parent: 2 + - uid: 10601 + components: + - type: Transform + pos: 2.5,-325.5 + parent: 2 + - uid: 10602 + components: + - type: Transform + pos: 2.5,-324.5 + parent: 2 + - uid: 10603 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-324.5 + parent: 2 + - uid: 10604 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-324.5 + parent: 2 + - uid: 10605 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-325.5 + parent: 2 + - uid: 10606 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-324.5 + parent: 2 + - uid: 10607 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-324.5 + parent: 2 + - uid: 10608 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-323.5 + parent: 2 + - uid: 10609 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-324.5 + parent: 2 + - uid: 11831 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-379.5 + parent: 2 + - uid: 11832 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-378.5 + parent: 2 + - uid: 11833 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-378.5 + parent: 2 + - uid: 11834 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-378.5 + parent: 2 + - uid: 11835 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-377.5 + parent: 2 + - uid: 11836 + components: + - type: Transform + pos: 2.5,-378.5 + parent: 2 + - uid: 11837 + components: + - type: Transform + pos: 2.5,-379.5 + parent: 2 + - uid: 11838 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-378.5 + parent: 2 + - uid: 11839 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-378.5 + parent: 2 +- proto: RandomArcade + entities: + - uid: 9469 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-308.5 + parent: 2 + - uid: 10676 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-373.5 + parent: 2 + - uid: 10874 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-373.5 + parent: 2 +- proto: RandomArtifactSpawner + entities: + - uid: 9997 + components: + - type: Transform + pos: -8.5,-314.5 + parent: 2 +- proto: RandomArtifactSpawner20 + entities: + - uid: 13304 + components: + - type: Transform + pos: -9.5,-311.5 + parent: 2 +- proto: RandomDrinkBottle + entities: + - uid: 729 + components: + - type: Transform + pos: -2.5,-45.5 + parent: 2 + - uid: 1272 + components: + - type: Transform + pos: -2.5,-63.5 + parent: 2 +- proto: RandomDrinkGlass + entities: + - uid: 1276 + components: + - type: Transform + pos: -2.5,-64.5 + parent: 2 + - uid: 1277 + components: + - type: Transform + pos: -2.5,-62.5 + parent: 2 + - uid: 1413 + components: + - type: Transform + pos: 1.5,-66.5 + parent: 2 + - uid: 1416 + components: + - type: Transform + pos: 1.5,-59.5 + parent: 2 + - uid: 3206 + components: + - type: Transform + pos: -3.5,-58.5 + parent: 2 +- proto: RandomFoodBakedSingle + entities: + - uid: 763 + components: + - type: Transform + pos: 5.5,-7.5 + parent: 2 + - uid: 2073 + components: + - type: Transform + pos: -7.5,-115.5 + parent: 2 +- proto: RandomFoodBakedWhole + entities: + - uid: 762 + components: + - type: Transform + pos: 4.5,-6.5 + parent: 2 + - uid: 2147 + components: + - type: Transform + pos: -7.5,-118.5 + parent: 2 +- proto: RandomFoodMeal + entities: + - uid: 1671 + components: + - type: Transform + pos: 3.5,-89.5 + parent: 2 + - uid: 1748 + components: + - type: Transform + pos: -0.5,-86.5 + parent: 2 + - uid: 2036 + components: + - type: Transform + pos: 4.5,-99.5 + parent: 2 +- proto: RandomFoodSingle + entities: + - uid: 2034 + components: + - type: Transform + pos: 6.5,-94.5 + parent: 2 + - uid: 2037 + components: + - type: Transform + pos: 0.5,-94.5 + parent: 2 + - uid: 2038 + components: + - type: Transform + pos: 0.5,-94.5 + parent: 2 + - uid: 2311 + components: + - type: Transform + pos: 3.5,-87.5 + parent: 2 + - uid: 2312 + components: + - type: Transform + pos: 3.5,-90.5 + parent: 2 + - uid: 4196 + components: + - type: Transform + pos: -2.5,-67.5 + parent: 2 + - uid: 4519 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-58.5 + parent: 2 +- proto: RandomInstruments + entities: + - uid: 7765 + components: + - type: Transform + pos: 7.5,-196.5 + parent: 2 + - uid: 12074 + components: + - type: Transform + pos: -6.5,-66.5 + parent: 2 + - uid: 12075 + components: + - type: Transform + pos: -6.5,-67.5 + parent: 2 + - uid: 13433 + components: + - type: Transform + pos: -2.5,-32.5 + parent: 2 +- proto: RandomPosterAny + entities: + - uid: 12999 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-317.5 + parent: 2 + - uid: 13000 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-302.5 + parent: 2 + - uid: 13026 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-229.5 + parent: 2 + - uid: 13038 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-149.5 + parent: 2 + - uid: 13045 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-114.5 + parent: 2 + - uid: 13047 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-120.5 + parent: 2 + - uid: 13061 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-58.5 + parent: 2 +- proto: RandomPosterContraband + entities: + - uid: 598 + components: + - type: Transform + pos: -5.5,-40.5 + parent: 2 + - uid: 10833 + components: + - type: Transform + pos: -6.5,-18.5 + parent: 2 + - uid: 12926 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-374.5 + parent: 2 + - uid: 12990 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-373.5 + parent: 2 + - uid: 13036 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-180.5 + parent: 2 + - uid: 13037 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-153.5 + parent: 2 + - uid: 13042 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-109.5 + parent: 2 + - uid: 13057 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-70.5 + parent: 2 + - uid: 13069 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-44.5 + parent: 2 +- proto: RandomPosterLegit + entities: + - uid: 434 + components: + - type: Transform + pos: -4.5,3.5 + parent: 2 + - uid: 771 + components: + - type: Transform + pos: 2.5,-33.5 + parent: 2 + - uid: 772 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-35.5 + parent: 2 + - uid: 1419 + components: + - type: Transform + pos: 0.5,-65.5 + parent: 2 + - uid: 4240 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-8.5 + parent: 2 + - uid: 7214 + components: + - type: Transform + pos: 2.5,-346.5 + parent: 2 + - uid: 7753 + components: + - type: Transform + pos: 4.5,-207.5 + parent: 2 + - uid: 10814 + components: + - type: Transform + pos: 2.5,-344.5 + parent: 2 + - uid: 12993 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-355.5 + parent: 2 + - uid: 13001 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-283.5 + parent: 2 + - uid: 13002 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-275.5 + parent: 2 + - uid: 13012 + components: + - type: Transform + anchored: False + rot: 3.141592653589793 rad + pos: 21.5,-252.5 + parent: 2 + - uid: 13029 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-204.5 + parent: 2 + - uid: 13031 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-191.5 + parent: 2 + - uid: 13033 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-164.5 + parent: 2 + - uid: 13043 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-141.5 + parent: 2 + - uid: 13052 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-95.5 + parent: 2 + - uid: 13054 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-83.5 + parent: 2 + - uid: 13056 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-69.5 + parent: 2 + - uid: 13063 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-43.5 + parent: 2 + - uid: 13066 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-31.5 + parent: 2 + - uid: 13075 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-17.5 + parent: 2 + - uid: 13076 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-4.5 + parent: 2 + - uid: 13078 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,0.5 + parent: 2 +- proto: RandomSnacks + entities: + - uid: 7323 + components: + - type: Transform + pos: 3.5,-203.5 + parent: 2 + - uid: 7788 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-206.5 + parent: 2 +- proto: RandomSoap + entities: + - uid: 352 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-54.5 + parent: 2 + - uid: 7818 + components: + - type: Transform + pos: -6.5,-150.5 + parent: 2 + - uid: 9410 + components: + - type: Transform + pos: -6.5,-152.5 + parent: 2 + - uid: 12120 + components: + - type: Transform + pos: -4.5,-374.5 + parent: 2 +- proto: RandomSpawner + entities: + - uid: 14655 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-69.5 + parent: 2 + - uid: 14656 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-68.5 + parent: 2 + - uid: 14657 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-74.5 + parent: 2 +- proto: RandomVending + entities: + - uid: 559 + components: + - type: Transform + pos: -0.5,-16.5 + parent: 2 + - uid: 2512 + components: + - type: Transform + pos: -0.5,-149.5 + parent: 2 + - uid: 2580 + components: + - type: Transform + pos: 1.5,-136.5 + parent: 2 + - uid: 7903 + components: + - type: Transform + pos: 12.5,-306.5 + parent: 2 + - uid: 9017 + components: + - type: Transform + pos: -0.5,-287.5 + parent: 2 + - uid: 10126 + components: + - type: Transform + pos: -0.5,-319.5 + parent: 2 + - uid: 14734 + components: + - type: Transform + pos: -2.5,-191.5 + parent: 2 + - uid: 14735 + components: + - type: Transform + pos: -6.5,-191.5 + parent: 2 + - uid: 14741 + components: + - type: Transform + pos: -7.5,-307.5 + parent: 2 + - uid: 15034 + components: + - type: Transform + pos: -7.5,-134.5 + parent: 2 + - uid: 15653 + components: + - type: Transform + pos: -5.5,-279.5 + parent: 2 + - uid: 15654 + components: + - type: Transform + pos: -5.5,-280.5 + parent: 2 +- proto: RandomVendingDrinks + entities: + - uid: 752 + components: + - type: Transform + pos: -2.5,-26.5 + parent: 2 + - uid: 810 + components: + - type: Transform + pos: 3.5,-45.5 + parent: 2 + - uid: 887 + components: + - type: Transform + pos: -1.5,-37.5 + parent: 2 +- proto: RandomVendingSnacks + entities: + - uid: 755 + components: + - type: Transform + pos: 3.5,-26.5 + parent: 2 + - uid: 886 + components: + - type: Transform + pos: -1.5,-40.5 + parent: 2 +- proto: RCD + entities: + - uid: 13005 + components: + - type: Transform + pos: 11.623424,-252.29977 + parent: 2 +- proto: RCDAmmo + entities: + - uid: 8444 + components: + - type: Transform + pos: 11.413898,-252.65977 + parent: 2 + - uid: 13004 + components: + - type: Transform + pos: 11.262441,-252.55502 + parent: 2 + - uid: 13006 + components: + - type: Transform + pos: 11.403312,-252.39659 + parent: 2 +- proto: Recycler + entities: + - uid: 5452 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-219.5 + parent: 2 + - type: DeviceLinkSink + links: + - 7621 +- proto: ReinforcedPlasmaWindow + entities: + - uid: 7580 + components: + - type: Transform + pos: 20.5,-259.5 + parent: 2 + - uid: 7909 + components: + - type: Transform + pos: 20.5,-260.5 + parent: 2 + - uid: 8616 + components: + - type: Transform + pos: 20.5,-258.5 + parent: 2 + - uid: 9386 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-299.5 + parent: 2 + - uid: 9432 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-298.5 + parent: 2 + - uid: 9436 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-306.5 + parent: 2 + - uid: 9437 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-307.5 + parent: 2 + - uid: 9438 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-308.5 + parent: 2 + - uid: 9440 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-297.5 + parent: 2 + - uid: 9441 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-297.5 + parent: 2 + - uid: 9442 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-298.5 + parent: 2 + - uid: 9443 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-299.5 + parent: 2 + - uid: 9445 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-315.5 + parent: 2 + - uid: 9446 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-316.5 + parent: 2 + - uid: 9447 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-317.5 + parent: 2 + - uid: 9448 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-315.5 + parent: 2 + - uid: 9449 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-316.5 + parent: 2 + - uid: 9450 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-317.5 + parent: 2 + - uid: 11210 + components: + - type: Transform + pos: -7.5,-316.5 + parent: 2 + - uid: 11213 + components: + - type: Transform + pos: -8.5,-316.5 + parent: 2 + - uid: 12390 + components: + - type: Transform + pos: -8.5,-312.5 + parent: 2 + - uid: 12404 + components: + - type: Transform + pos: -7.5,-312.5 + parent: 2 +- proto: ReinforcedWindow + entities: + - uid: 15 + components: + - type: Transform + pos: -1.5,3.5 + parent: 2 + - uid: 16 + components: + - type: Transform + pos: -0.5,4.5 + parent: 2 + - uid: 17 + components: + - type: Transform + pos: 0.5,4.5 + parent: 2 + - uid: 18 + components: + - type: Transform + pos: 1.5,4.5 + parent: 2 + - uid: 19 + components: + - type: Transform + pos: 2.5,3.5 + parent: 2 + - uid: 106 + components: + - type: Transform + pos: 4.5,-0.5 + parent: 2 + - uid: 140 + components: + - type: Transform + pos: 6.5,-0.5 + parent: 2 + - uid: 143 + components: + - type: Transform + pos: 7.5,-6.5 + parent: 2 + - uid: 144 + components: + - type: Transform + pos: 7.5,-7.5 + parent: 2 + - uid: 156 + components: + - type: Transform + pos: 7.5,-5.5 + parent: 2 + - uid: 158 + components: + - type: Transform + pos: 10.5,-118.5 + parent: 2 + - uid: 226 + components: + - type: Transform + pos: -6.5,-5.5 + parent: 2 + - uid: 227 + components: + - type: Transform + pos: -6.5,-6.5 + parent: 2 + - uid: 228 + components: + - type: Transform + pos: -6.5,-7.5 + parent: 2 + - uid: 229 + components: + - type: Transform + pos: -6.5,-9.5 + parent: 2 + - uid: 230 + components: + - type: Transform + pos: -6.5,-10.5 + parent: 2 + - uid: 231 + components: + - type: Transform + pos: -6.5,-11.5 + parent: 2 + - uid: 264 + components: + - type: Transform + pos: 1.5,-351.5 + parent: 2 + - uid: 322 + components: + - type: Transform + pos: 7.5,-8.5 + parent: 2 + - uid: 440 + components: + - type: Transform + pos: -6.5,-39.5 + parent: 2 + - uid: 486 + components: + - type: Transform + pos: -7.5,-60.5 + parent: 2 + - uid: 578 + components: + - type: Transform + pos: -7.5,-68.5 + parent: 2 + - uid: 579 + components: + - type: Transform + pos: -6.5,-372.5 + parent: 2 + - uid: 589 + components: + - type: Transform + pos: 7.5,-38.5 + parent: 2 + - uid: 591 + components: + - type: Transform + pos: 7.5,-39.5 + parent: 2 + - uid: 592 + components: + - type: Transform + pos: 7.5,-40.5 + parent: 2 + - uid: 593 + components: + - type: Transform + pos: 7.5,-41.5 + parent: 2 + - uid: 890 + components: + - type: Transform + pos: -6.5,-53.5 + parent: 2 + - uid: 893 + components: + - type: Transform + pos: -5.5,-52.5 + parent: 2 + - uid: 904 + components: + - type: Transform + pos: 8.5,-56.5 + parent: 2 + - uid: 909 + components: + - type: Transform + pos: 7.5,-61.5 + parent: 2 + - uid: 936 + components: + - type: Transform + pos: 8.5,-55.5 + parent: 2 + - uid: 937 + components: + - type: Transform + pos: 8.5,-68.5 + parent: 2 + - uid: 942 + components: + - type: Transform + pos: 7.5,-63.5 + parent: 2 + - uid: 946 + components: + - type: Transform + pos: -7.5,-67.5 + parent: 2 + - uid: 948 + components: + - type: Transform + pos: -7.5,-57.5 + parent: 2 + - uid: 949 + components: + - type: Transform + pos: -7.5,-59.5 + parent: 2 + - uid: 958 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-299.5 + parent: 2 + - uid: 1016 + components: + - type: Transform + pos: -7.5,-58.5 + parent: 2 + - uid: 1030 + components: + - type: Transform + pos: -7.5,-65.5 + parent: 2 + - uid: 1031 + components: + - type: Transform + pos: -7.5,-66.5 + parent: 2 + - uid: 1034 + components: + - type: Transform + pos: 7.5,-62.5 + parent: 2 + - uid: 1228 + components: + - type: Transform + pos: -6.5,-72.5 + parent: 2 + - uid: 1440 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-73.5 + parent: 2 + - uid: 1584 + components: + - type: Transform + pos: -7.5,-82.5 + parent: 2 + - uid: 1586 + components: + - type: Transform + pos: -10.5,-85.5 + parent: 2 + - uid: 1588 + components: + - type: Transform + pos: -10.5,-87.5 + parent: 2 + - uid: 1592 + components: + - type: Transform + pos: 7.5,-82.5 + parent: 2 + - uid: 1593 + components: + - type: Transform + pos: 7.5,-83.5 + parent: 2 + - uid: 1594 + components: + - type: Transform + pos: 7.5,-84.5 + parent: 2 + - uid: 1595 + components: + - type: Transform + pos: 7.5,-85.5 + parent: 2 + - uid: 1598 + components: + - type: Transform + pos: 7.5,-87.5 + parent: 2 + - uid: 1599 + components: + - type: Transform + pos: 7.5,-88.5 + parent: 2 + - uid: 1600 + components: + - type: Transform + pos: 7.5,-89.5 + parent: 2 + - uid: 1601 + components: + - type: Transform + pos: 7.5,-90.5 + parent: 2 + - uid: 1602 + components: + - type: Transform + pos: 7.5,-91.5 + parent: 2 + - uid: 1604 + components: + - type: Transform + pos: 7.5,-93.5 + parent: 2 + - uid: 1605 + components: + - type: Transform + pos: 7.5,-94.5 + parent: 2 + - uid: 1606 + components: + - type: Transform + pos: 7.5,-95.5 + parent: 2 + - uid: 1607 + components: + - type: Transform + pos: 7.5,-96.5 + parent: 2 + - uid: 1732 + components: + - type: Transform + pos: -7.5,-90.5 + parent: 2 + - uid: 1752 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-74.5 + parent: 2 + - uid: 1774 + components: + - type: Transform + pos: 8.5,-57.5 + parent: 2 + - uid: 1775 + components: + - type: Transform + pos: 8.5,-69.5 + parent: 2 + - uid: 1779 + components: + - type: Transform + pos: 7.5,-64.5 + parent: 2 + - uid: 1945 + components: + - type: Transform + pos: -9.5,-108.5 + parent: 2 + - uid: 1964 + components: + - type: Transform + pos: -9.5,-124.5 + parent: 2 + - uid: 1965 + components: + - type: Transform + pos: -9.5,-122.5 + parent: 2 + - uid: 1966 + components: + - type: Transform + pos: -9.5,-121.5 + parent: 2 + - uid: 1967 + components: + - type: Transform + pos: -9.5,-119.5 + parent: 2 + - uid: 1968 + components: + - type: Transform + pos: -9.5,-118.5 + parent: 2 + - uid: 1969 + components: + - type: Transform + pos: -9.5,-116.5 + parent: 2 + - uid: 1970 + components: + - type: Transform + pos: -9.5,-115.5 + parent: 2 + - uid: 1971 + components: + - type: Transform + pos: -9.5,-113.5 + parent: 2 + - uid: 1972 + components: + - type: Transform + pos: -9.5,-112.5 + parent: 2 + - uid: 1974 + components: + - type: Transform + pos: -9.5,-109.5 + parent: 2 + - uid: 2124 + components: + - type: Transform + pos: 7.5,-124.5 + parent: 2 + - uid: 2125 + components: + - type: Transform + pos: 7.5,-123.5 + parent: 2 + - uid: 2126 + components: + - type: Transform + pos: 7.5,-122.5 + parent: 2 + - uid: 2129 + components: + - type: Transform + pos: 10.5,-119.5 + parent: 2 + - uid: 2149 + components: + - type: Transform + pos: 0.5,-122.5 + parent: 2 + - uid: 2150 + components: + - type: Transform + pos: -1.5,-122.5 + parent: 2 + - uid: 2151 + components: + - type: Transform + pos: -2.5,-121.5 + parent: 2 + - uid: 2152 + components: + - type: Transform + pos: -2.5,-120.5 + parent: 2 + - uid: 2168 + components: + - type: Transform + pos: 1.5,-122.5 + parent: 2 + - uid: 2568 + components: + - type: Transform + pos: 9.5,-138.5 + parent: 2 + - uid: 2569 + components: + - type: Transform + pos: 9.5,-145.5 + parent: 2 + - uid: 2571 + components: + - type: Transform + pos: 9.5,-144.5 + parent: 2 + - uid: 2572 + components: + - type: Transform + pos: 9.5,-147.5 + parent: 2 + - uid: 2577 + components: + - type: Transform + pos: 9.5,-139.5 + parent: 2 + - uid: 2594 + components: + - type: Transform + pos: -7.5,-141.5 + parent: 2 + - uid: 2595 + components: + - type: Transform + pos: -7.5,-140.5 + parent: 2 + - uid: 2597 + components: + - type: Transform + pos: -7.5,-150.5 + parent: 2 + - uid: 2598 + components: + - type: Transform + pos: -7.5,-152.5 + parent: 2 + - uid: 2603 + components: + - type: Transform + pos: -9.5,-125.5 + parent: 2 + - uid: 2652 + components: + - type: Transform + pos: -4.5,-134.5 + parent: 2 + - uid: 2655 + components: + - type: Transform + pos: -7.5,-139.5 + parent: 2 + - uid: 2782 + components: + - type: Transform + pos: 7.5,-149.5 + parent: 2 + - uid: 2943 + components: + - type: Transform + pos: -8.5,-173.5 + parent: 2 + - uid: 2944 + components: + - type: Transform + pos: -8.5,-174.5 + parent: 2 + - uid: 2945 + components: + - type: Transform + pos: -8.5,-175.5 + parent: 2 + - uid: 2946 + components: + - type: Transform + pos: -8.5,-176.5 + parent: 2 + - uid: 2947 + components: + - type: Transform + pos: 9.5,-176.5 + parent: 2 + - uid: 2949 + components: + - type: Transform + pos: 9.5,-174.5 + parent: 2 + - uid: 2950 + components: + - type: Transform + pos: 9.5,-173.5 + parent: 2 + - uid: 2951 + components: + - type: Transform + pos: 8.5,-168.5 + parent: 2 + - uid: 2952 + components: + - type: Transform + pos: 8.5,-167.5 + parent: 2 + - uid: 2953 + components: + - type: Transform + pos: 8.5,-166.5 + parent: 2 + - uid: 3060 + components: + - type: Transform + pos: 9.5,-175.5 + parent: 2 + - uid: 3182 + components: + - type: Transform + pos: -9.5,-309.5 + parent: 2 + - uid: 3559 + components: + - type: Transform + pos: -10.5,-308.5 + parent: 2 + - uid: 3788 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-74.5 + parent: 2 + - uid: 3795 + components: + - type: Transform + pos: -7.5,-197.5 + parent: 2 + - uid: 3796 + components: + - type: Transform + pos: -7.5,-196.5 + parent: 2 + - uid: 3797 + components: + - type: Transform + pos: -7.5,-195.5 + parent: 2 + - uid: 3802 + components: + - type: Transform + pos: -6.5,-202.5 + parent: 2 + - uid: 3803 + components: + - type: Transform + pos: -6.5,-201.5 + parent: 2 + - uid: 3805 + components: + - type: Transform + pos: -6.5,-204.5 + parent: 2 + - uid: 3806 + components: + - type: Transform + pos: -6.5,-205.5 + parent: 2 + - uid: 3843 + components: + - type: Transform + pos: 9.5,-146.5 + parent: 2 + - uid: 3850 + components: + - type: Transform + pos: -1.5,-206.5 + parent: 2 + - uid: 3870 + components: + - type: Transform + pos: -3.5,-204.5 + parent: 2 + - uid: 4243 + components: + - type: Transform + pos: -4.5,-231.5 + parent: 2 + - uid: 4324 + components: + - type: Transform + pos: -1.5,-225.5 + parent: 2 + - uid: 4325 + components: + - type: Transform + pos: -1.5,-224.5 + parent: 2 + - uid: 4326 + components: + - type: Transform + pos: 2.5,-225.5 + parent: 2 + - uid: 4327 + components: + - type: Transform + pos: 2.5,-224.5 + parent: 2 + - uid: 4328 + components: + - type: Transform + pos: 5.5,-230.5 + parent: 2 + - uid: 4331 + components: + - type: Transform + pos: -3.5,-232.5 + parent: 2 + - uid: 4332 + components: + - type: Transform + pos: -4.5,-230.5 + parent: 2 + - uid: 4336 + components: + - type: Transform + pos: -4.5,-219.5 + parent: 2 + - uid: 4337 + components: + - type: Transform + pos: -4.5,-218.5 + parent: 2 + - uid: 4338 + components: + - type: Transform + pos: -4.5,-217.5 + parent: 2 + - uid: 4339 + components: + - type: Transform + pos: -3.5,-217.5 + parent: 2 + - uid: 4506 + components: + - type: Transform + pos: -4.5,-232.5 + parent: 2 + - uid: 4634 + components: + - type: Transform + pos: -8.5,-191.5 + parent: 2 + - uid: 4662 + components: + - type: Transform + pos: -8.5,-190.5 + parent: 2 + - uid: 4739 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-221.5 + parent: 2 + - uid: 4817 + components: + - type: Transform + pos: 5.5,-231.5 + parent: 2 + - uid: 4818 + components: + - type: Transform + pos: 5.5,-232.5 + parent: 2 + - uid: 4819 + components: + - type: Transform + pos: 4.5,-232.5 + parent: 2 + - uid: 4897 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-218.5 + parent: 2 + - uid: 5449 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-220.5 + parent: 2 + - uid: 6763 + components: + - type: Transform + pos: -12.5,-256.5 + parent: 2 + - uid: 6766 + components: + - type: Transform + pos: -15.5,-238.5 + parent: 2 + - uid: 6770 + components: + - type: Transform + pos: -16.5,-238.5 + parent: 2 + - uid: 6798 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-257.5 + parent: 2 + - uid: 6804 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-255.5 + parent: 2 + - uid: 6805 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-254.5 + parent: 2 + - uid: 6806 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-256.5 + parent: 2 + - uid: 6876 + components: + - type: Transform + pos: -9.5,-308.5 + parent: 2 + - uid: 6877 + components: + - type: Transform + pos: -9.5,-307.5 + parent: 2 + - uid: 6880 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-301.5 + parent: 2 + - uid: 6889 + components: + - type: Transform + pos: -14.5,-238.5 + parent: 2 + - uid: 6892 + components: + - type: Transform + pos: 18.5,-238.5 + parent: 2 + - uid: 6893 + components: + - type: Transform + pos: -9.5,-190.5 + parent: 2 + - uid: 6895 + components: + - type: Transform + pos: -8.5,-189.5 + parent: 2 + - uid: 7419 + components: + - type: Transform + pos: 17.5,-238.5 + parent: 2 + - uid: 7552 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-146.5 + parent: 2 + - uid: 7606 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-217.5 + parent: 2 + - uid: 7703 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-201.5 + parent: 2 + - uid: 7704 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-200.5 + parent: 2 + - uid: 7705 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-199.5 + parent: 2 + - uid: 7706 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-198.5 + parent: 2 + - uid: 7707 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-197.5 + parent: 2 + - uid: 7708 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-196.5 + parent: 2 + - uid: 7709 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-195.5 + parent: 2 + - uid: 7710 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-194.5 + parent: 2 + - uid: 7717 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-219.5 + parent: 2 + - uid: 7773 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-60.5 + parent: 2 + - uid: 8170 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-251.5 + parent: 2 + - uid: 8177 + components: + - type: Transform + pos: 16.5,-238.5 + parent: 2 + - uid: 8232 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-62.5 + parent: 2 + - uid: 8388 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-62.5 + parent: 2 + - uid: 8395 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-61.5 + parent: 2 + - uid: 8436 + components: + - type: Transform + pos: -7.5,-285.5 + parent: 2 + - uid: 8602 + components: + - type: Transform + pos: -7.5,-286.5 + parent: 2 + - uid: 8603 + components: + - type: Transform + pos: -7.5,-284.5 + parent: 2 + - uid: 8606 + components: + - type: Transform + pos: -6.5,-280.5 + parent: 2 + - uid: 8607 + components: + - type: Transform + pos: -6.5,-279.5 + parent: 2 + - uid: 8608 + components: + - type: Transform + pos: -6.5,-278.5 + parent: 2 + - uid: 8940 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-247.5 + parent: 2 + - uid: 8999 + components: + - type: Transform + pos: -4.5,-381.5 + parent: 2 + - uid: 9461 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-308.5 + parent: 2 + - uid: 9466 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-306.5 + parent: 2 + - uid: 9729 + components: + - type: Transform + pos: 11.5,-299.5 + parent: 2 + - uid: 9730 + components: + - type: Transform + pos: 11.5,-298.5 + parent: 2 + - uid: 9731 + components: + - type: Transform + pos: 11.5,-297.5 + parent: 2 + - uid: 9747 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-309.5 + parent: 2 + - uid: 9748 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-305.5 + parent: 2 + - uid: 9755 + components: + - type: Transform + pos: 11.5,-315.5 + parent: 2 + - uid: 9756 + components: + - type: Transform + pos: 11.5,-316.5 + parent: 2 + - uid: 9757 + components: + - type: Transform + pos: 11.5,-317.5 + parent: 2 + - uid: 9796 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-317.5 + parent: 2 + - uid: 9797 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-318.5 + parent: 2 + - uid: 9798 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-319.5 + parent: 2 + - uid: 9799 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-320.5 + parent: 2 + - uid: 9864 + components: + - type: Transform + pos: -10.5,-303.5 + parent: 2 + - uid: 9899 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-309.5 + parent: 2 + - uid: 9902 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-305.5 + parent: 2 + - uid: 9903 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-304.5 + parent: 2 + - uid: 9935 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-315.5 + parent: 2 + - uid: 9936 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-314.5 + parent: 2 + - uid: 9937 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-313.5 + parent: 2 + - uid: 9938 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-312.5 + parent: 2 + - uid: 10021 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-310.5 + parent: 2 + - uid: 10031 + components: + - type: Transform + pos: -10.5,-302.5 + parent: 2 + - uid: 10051 + components: + - type: Transform + pos: -10.5,-304.5 + parent: 2 + - uid: 10632 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-331.5 + parent: 2 + - uid: 10719 + components: + - type: Transform + pos: 8.5,-366.5 + parent: 2 + - uid: 10748 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-330.5 + parent: 2 + - uid: 10750 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-329.5 + parent: 2 + - uid: 10815 + components: + - type: Transform + pos: 8.5,-367.5 + parent: 2 + - uid: 10920 + components: + - type: Transform + pos: 1.5,-350.5 + parent: 2 + - uid: 10923 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-327.5 + parent: 2 + - uid: 11048 + components: + - type: Transform + pos: 1.5,-352.5 + parent: 2 + - uid: 11049 + components: + - type: Transform + pos: -0.5,-350.5 + parent: 2 + - uid: 11050 + components: + - type: Transform + pos: -0.5,-351.5 + parent: 2 + - uid: 11051 + components: + - type: Transform + pos: -0.5,-352.5 + parent: 2 + - uid: 11064 + components: + - type: Transform + pos: -7.5,-360.5 + parent: 2 + - uid: 11104 + components: + - type: Transform + pos: -7.5,-361.5 + parent: 2 + - uid: 11105 + components: + - type: Transform + pos: -7.5,-363.5 + parent: 2 + - uid: 11106 + components: + - type: Transform + pos: -7.5,-364.5 + parent: 2 + - uid: 11107 + components: + - type: Transform + pos: -7.5,-366.5 + parent: 2 + - uid: 11108 + components: + - type: Transform + pos: -7.5,-367.5 + parent: 2 + - uid: 11109 + components: + - type: Transform + pos: -6.5,-370.5 + parent: 2 + - uid: 11110 + components: + - type: Transform + pos: -6.5,-371.5 + parent: 2 + - uid: 11116 + components: + - type: Transform + pos: 7.5,-370.5 + parent: 2 + - uid: 11117 + components: + - type: Transform + pos: 7.5,-371.5 + parent: 2 + - uid: 11118 + components: + - type: Transform + pos: 7.5,-372.5 + parent: 2 + - uid: 11123 + components: + - type: Transform + pos: 8.5,-364.5 + parent: 2 + - uid: 11124 + components: + - type: Transform + pos: 8.5,-363.5 + parent: 2 + - uid: 11256 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-364.5 + parent: 2 + - uid: 11367 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-369.5 + parent: 2 + - uid: 11386 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-369.5 + parent: 2 + - uid: 11387 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-369.5 + parent: 2 + - uid: 11388 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-363.5 + parent: 2 + - uid: 11389 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-364.5 + parent: 2 + - uid: 11390 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-365.5 + parent: 2 + - uid: 11391 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-363.5 + parent: 2 + - uid: 11392 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-364.5 + parent: 2 + - uid: 11393 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-365.5 + parent: 2 + - uid: 11402 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-364.5 + parent: 2 + - uid: 11967 + components: + - type: Transform + pos: 6.5,-340.5 + parent: 2 + - uid: 12021 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-260.5 + parent: 2 + - uid: 12027 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-253.5 + parent: 2 + - uid: 12028 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-257.5 + parent: 2 + - uid: 12083 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,-263.5 + parent: 2 + - uid: 12606 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-259.5 + parent: 2 + - uid: 13216 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-255.5 + parent: 2 + - uid: 13300 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-300.5 + parent: 2 + - uid: 13349 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-261.5 + parent: 2 + - uid: 14313 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-61.5 + parent: 2 + - uid: 14314 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-60.5 + parent: 2 + - uid: 14613 + components: + - type: Transform + pos: 2.5,-178.5 + parent: 2 + - uid: 14614 + components: + - type: Transform + pos: 2.5,-179.5 + parent: 2 + - uid: 14913 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-147.5 + parent: 2 + - uid: 14915 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-145.5 + parent: 2 + - uid: 15134 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-113.5 + parent: 2 + - uid: 15135 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-114.5 + parent: 2 + - uid: 15136 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-115.5 + parent: 2 + - uid: 15138 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-117.5 + parent: 2 +- proto: ReinforcedWindowDiagonal + entities: + - uid: 9 + components: + - type: Transform + pos: -1.5,4.5 + parent: 2 + - uid: 1237 + components: + - type: Transform + pos: -6.5,-52.5 + parent: 2 + - uid: 1609 + components: + - type: Transform + pos: -8.5,-82.5 + parent: 2 + - uid: 1610 + components: + - type: Transform + pos: -9.5,-83.5 + parent: 2 + - uid: 1611 + components: + - type: Transform + pos: -10.5,-84.5 + parent: 2 + - uid: 2788 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,3.5 + parent: 2 + - uid: 2941 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-84.5 + parent: 2 + - uid: 4440 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-217.5 + parent: 2 + - uid: 4635 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,4.5 + parent: 2 + - uid: 4641 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-191.5 + parent: 2 + - uid: 4647 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,3.5 + parent: 2 + - uid: 4949 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-88.5 + parent: 2 + - uid: 4987 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-83.5 + parent: 2 + - uid: 4993 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-90.5 + parent: 2 + - uid: 4995 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-88.5 + parent: 2 + - uid: 4996 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-89.5 + parent: 2 + - uid: 4998 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-89.5 + parent: 2 + - uid: 6202 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-193.5 + parent: 2 + - uid: 6663 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-307.5 + parent: 2 + - uid: 6680 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-191.5 + parent: 2 + - uid: 6682 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-189.5 + parent: 2 + - uid: 6878 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-309.5 + parent: 2 + - uid: 6894 + components: + - type: Transform + pos: -9.5,-189.5 + parent: 2 + - uid: 7677 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-202.5 + parent: 2 + - uid: 9072 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-122.5 + parent: 2 + - uid: 9743 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-305.5 + parent: 2 + - uid: 9800 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-320.5 + parent: 2 + - uid: 9904 + components: + - type: Transform + pos: 2.5,-309.5 + parent: 2 + - uid: 9954 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-305.5 + parent: 2 + - uid: 10057 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-309.5 + parent: 2 + - uid: 13291 + components: + - type: Transform + pos: -10.5,-307.5 + parent: 2 + - uid: 13292 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-309.5 + parent: 2 +- proto: RemoteSignaller + entities: + - uid: 17036 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.571812,-245.74113 + parent: 2 +- proto: ResearchAndDevelopmentServer + entities: + - uid: 6662 + components: + - type: Transform + pos: -9.5,-299.5 + parent: 2 +- proto: ResearchComputerCircuitboard + entities: + - uid: 11554 + components: + - type: Transform + pos: -3.457391,-5.9200196 + parent: 2 +- proto: RevolverCapGun + entities: + - uid: 14632 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.741016,-256.2104 + parent: 2 + - uid: 14633 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.3536196,-255.64711 + parent: 2 +- proto: SadTromboneImplanter + entities: + - uid: 2503 + components: + - type: Transform + pos: 3.4744065,-18.482784 + parent: 2 +- proto: SalvageCanisterSpawner + entities: + - uid: 7330 + components: + - type: Transform + pos: 17.5,-140.5 + parent: 2 + - uid: 7860 + components: + - type: Transform + pos: -2.5,-196.5 + parent: 2 + - uid: 8416 + components: + - type: Transform + pos: -2.5,-214.5 + parent: 2 + - uid: 9418 + components: + - type: Transform + pos: -2.5,-193.5 + parent: 2 + - uid: 16809 + components: + - type: Transform + pos: 6.5,-131.5 + parent: 2 +- proto: SalvageMagnet + entities: + - uid: 8874 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-275.5 + parent: 2 +- proto: SalvageMaterialCrateSpawner + entities: + - uid: 7391 + components: + - type: Transform + pos: 17.5,-145.5 + parent: 2 + - uid: 9048 + components: + - type: Transform + pos: 6.5,-279.5 + parent: 2 +- proto: Saw + entities: + - uid: 7206 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.7616467,-203.6916 + parent: 2 +- proto: SawElectric + entities: + - uid: 3972 + components: + - type: Transform + pos: -2.4659972,-207.5625 + parent: 2 + - uid: 4612 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.4805373,-199.6086 + parent: 2 +- proto: SawImprov + entities: + - uid: 7205 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.1102223,-199.33864 + parent: 2 +- proto: Scalpel + entities: + - uid: 7208 + components: + - type: Transform + pos: 2.1887238,-199.63736 + parent: 2 +- proto: SciFlash + entities: + - uid: 12415 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.375178,-310.24973 + parent: 2 + - uid: 12416 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.375178,-310.45218 + parent: 2 +- proto: Screen + entities: + - uid: 420 + components: + - type: Transform + pos: 0.5,-8.5 + parent: 2 + - uid: 903 + components: + - type: Transform + pos: -7.5,-64.5 + parent: 2 +- proto: Screwdriver + entities: + - uid: 9519 + components: + - type: Transform + pos: 22.486492,-317.5223 + parent: 2 + - uid: 9613 + components: + - type: Transform + pos: 23.435913,-299.60858 + parent: 2 + - uid: 14744 + components: + - type: Transform + pos: -5.5653863,-307.57385 + parent: 2 +- proto: SecurityTechFab + entities: + - uid: 2286 + components: + - type: Transform + pos: 4.5,-338.5 + parent: 2 +- proto: SeedExtractor + entities: + - uid: 754 + components: + - type: Transform + pos: 3.5,-374.5 + parent: 2 + - uid: 2330 + components: + - type: Transform + pos: -8.5,-84.5 + parent: 2 +- proto: ShardCrystalGreen + entities: + - uid: 7386 + components: + - type: Transform + pos: 13.519403,-147.44946 + parent: 2 + - uid: 7387 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.347023,-140.45216 + parent: 2 + - uid: 7388 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.448226,-151.46065 + parent: 2 + - uid: 7389 + components: + - type: Transform + pos: 16.276836,-137.70845 + parent: 2 + - uid: 7390 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.023718,-147.57788 + parent: 2 +- proto: ShardGlass + entities: + - uid: 3891 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.7093341,-202.65921 + parent: 2 + - uid: 3892 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.8729095,-202.42155 + parent: 2 + - uid: 3949 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.4470973,-197.77046 + parent: 2 + - uid: 3950 + components: + - type: Transform + pos: -5.135233,-195.4101 + parent: 2 +- proto: ShardGlassReinforced + entities: + - uid: 11709 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.35029945,-377.53983 + parent: 2 + - uid: 11823 + components: + - type: Transform + pos: -0.9622005,-378.77563 + parent: 2 + - uid: 11824 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.20967445,-378.4539 + parent: 2 + - uid: 11826 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.7356381,-376.86014 + parent: 2 +- proto: SheetGlass + entities: + - uid: 3203 + components: + - type: Transform + pos: 18.454567,-257.30835 + parent: 2 + - uid: 8926 + components: + - type: Transform + pos: 18.142067,-257.4021 + parent: 2 + - uid: 9970 + components: + - type: Transform + pos: 3.3460228,-315.99377 + parent: 2 + - uid: 9973 + components: + - type: Transform + pos: -4.3694625,-303.88837 + parent: 2 + - uid: 12369 + components: + - type: Transform + pos: -1.1593688,-5.49177 + parent: 2 +- proto: SheetPlasma + entities: + - uid: 9976 + components: + - type: Transform + pos: 3.5577743,-304.39993 + parent: 2 +- proto: SheetPlasma1 + entities: + - uid: 3148 + components: + - type: Transform + pos: 5.3013034,-167.3674 + parent: 2 +- proto: SheetPlasteel + entities: + - uid: 6886 + components: + - type: Transform + pos: 19.023344,-257.24518 + parent: 2 +- proto: SheetPlastic + entities: + - uid: 8540 + components: + - type: Transform + pos: 17.492094,-257.47955 + parent: 2 + - uid: 8896 + components: + - type: Transform + pos: 17.507719,-257.1358 + parent: 2 + - uid: 10119 + components: + - type: Transform + pos: -4.4883227,-304.0996 + parent: 2 + - uid: 12132 + components: + - type: Transform + pos: -1.6015537,-5.438076 + parent: 2 + - uid: 15269 + components: + - type: Transform + pos: 4.7201986,-242.37056 + parent: 2 +- proto: SheetSteel + entities: + - uid: 1288 + components: + - type: Transform + pos: -2.0033119,-5.403715 + parent: 2 + - uid: 8528 + components: + - type: Transform + pos: 19.023344,-257.5108 + parent: 2 + - uid: 8894 + components: + - type: Transform + pos: -13.564663,-246.11655 + parent: 2 + - uid: 8924 + components: + - type: Transform + pos: 19.23179,-257.44897 + parent: 2 + - uid: 9961 + components: + - type: Transform + pos: 3.5573292,-315.64984 + parent: 2 + - uid: 9962 + components: + - type: Transform + pos: 3.3460228,-315.399 + parent: 2 + - uid: 10118 + components: + - type: Transform + pos: -4.5543566,-303.82236 + parent: 2 + - uid: 15268 + components: + - type: Transform + pos: 4.3490157,-242.4043 + parent: 2 +- proto: ShipBattlemap + entities: + - uid: 14457 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.770714,-79.15794 + parent: 2 +- proto: ShotGunCabinetFilled + entities: + - uid: 11327 + components: + - type: Transform + pos: -0.5,-361.5 + parent: 2 +- proto: ShotGunCabinetOpen + entities: + - uid: 8385 + components: + - type: Transform + pos: 16.5,-157.5 + parent: 2 +- proto: ShuttersNormalOpen + entities: + - uid: 7200 + components: + - type: Transform + pos: 4.5,-200.5 + parent: 2 + - type: DeviceLinkSink + links: + - 7211 + - uid: 7201 + components: + - type: Transform + pos: 4.5,-201.5 + parent: 2 + - type: DeviceLinkSink + links: + - 7211 + - uid: 7202 + components: + - type: Transform + pos: 4.5,-202.5 + parent: 2 + - type: DeviceLinkSink + links: + - 7211 +- proto: ShuttleGunSvalinnMachineGunCircuitboard + entities: + - uid: 11559 + components: + - type: Transform + pos: -0.58915323,-5.3015785 + parent: 2 +- proto: SignAi + entities: + - uid: 12453 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,-305.5 + parent: 2 +- proto: SignalButton + entities: + - uid: 9008 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-282.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 8801: + - Pressed: Toggle + - uid: 9009 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-276.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 8803: + - Pressed: Toggle + - uid: 10008 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-314.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 9941: + - Pressed: Toggle + 9908: + - Pressed: Toggle + 9906: + - Pressed: Toggle + - uid: 10009 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-316.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 10003: + - Pressed: Toggle + 10001: + - Pressed: Toggle + 10004: + - Pressed: Toggle +- proto: SignalButtonDirectional + entities: + - uid: 1767 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-55.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 1749: + - Pressed: Toggle + 1750: + - Pressed: Toggle + - uid: 2094 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-118.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 2081: + - Pressed: DoorBolt + - uid: 2095 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-115.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 2080: + - Pressed: DoorBolt + - uid: 2096 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-112.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 2079: + - Pressed: DoorBolt + - uid: 2485 + components: + - type: Transform + pos: 3.5,-177.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 6255: + - Pressed: Toggle + 7874: + - Pressed: Toggle + - uid: 7211 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-203.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 7202: + - Pressed: Toggle + 7201: + - Pressed: Toggle + 7200: + - Pressed: Toggle + - uid: 11312 + components: + - type: Transform + pos: -0.5,-115.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 2222: + - Pressed: Toggle + 2223: + - Pressed: Toggle + 2224: + - Pressed: Toggle + - uid: 11933 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-151.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 2645: + - Pressed: DoorBolt + - uid: 11983 + components: + - type: Transform + pos: -6.5,-151.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 4109: + - Pressed: DoorBolt +- proto: SignAnomaly + entities: + - uid: 12682 + components: + - type: Transform + pos: -1.5,-311.5 + parent: 2 +- proto: SignAnomaly2 + entities: + - uid: 12460 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-305.5 + parent: 2 +- proto: SignArmory + entities: + - uid: 12264 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-338.5 + parent: 2 +- proto: SignAtmosMinsky + entities: + - uid: 17006 + components: + - type: Transform + pos: -3.5,-249.5 + parent: 2 +- proto: SignBar + entities: + - uid: 12475 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-65.5 + parent: 2 +- proto: SignBiohazardMed + entities: + - uid: 8612 + components: + - type: Transform + pos: -4.5,-192.5 + parent: 2 + - uid: 12491 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-204.5 + parent: 2 +- proto: SignBridge + entities: + - uid: 12528 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-0.5 + parent: 2 +- proto: SignCargo + entities: + - uid: 12514 + components: + - type: Transform + pos: -1.5,-281.5 + parent: 2 +- proto: SignCargoDock + entities: + - uid: 12515 + components: + - type: Transform + pos: -1.5,-277.5 + parent: 2 +- proto: SignChapel + entities: + - uid: 2660 + components: + - type: Transform + pos: 2.5,-147.5 + parent: 2 + - uid: 2661 + components: + - type: Transform + pos: 6.5,-147.5 + parent: 2 +- proto: SignChem + entities: + - uid: 12520 + components: + - type: Transform + pos: 2.5,-165.5 + parent: 2 +- proto: SignCloning + entities: + - uid: 12524 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-195.5 + parent: 2 +- proto: SignConference + entities: + - uid: 12500 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-13.5 + parent: 2 +- proto: SignCryogenicsMed + entities: + - uid: 6239 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-170.5 + parent: 2 +- proto: SignDirectionalBar + entities: + - uid: 12509 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-80.5 + parent: 2 + - uid: 12510 + components: + - type: Transform + pos: -0.5,-45.5 + parent: 2 +- proto: SignDirectionalBridge + entities: + - uid: 12503 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-26.5 + parent: 2 +- proto: SignDirectionalBrig + entities: + - uid: 12504 + components: + - type: Transform + pos: 1.5,-320.5 + parent: 2 + - uid: 12992 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-355.5 + parent: 2 +- proto: SignDirectionalChapel + entities: + - uid: 12395 + components: + - type: Transform + pos: -0.5,-126.5 + parent: 2 + - uid: 12516 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-161.5 + parent: 2 +- proto: SignDirectionalChemistry + entities: + - uid: 12522 + components: + - type: Transform + pos: 1.5,-153.5 + parent: 2 + - uid: 12523 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-188.5 + parent: 2 +- proto: SignDirectionalCryo + entities: + - uid: 11881 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-168.5 + parent: 2 + - uid: 12532 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-109.5 + parent: 2 +- proto: SignDirectionalDorms + entities: + - uid: 12541 + components: + - type: Transform + pos: 1.5,-99.5 + parent: 2 + - uid: 12542 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-134.5 + parent: 2 +- proto: SignDirectionalEng + entities: + - uid: 8463 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-115.5 + parent: 2 + - uid: 12578 + components: + - type: Transform + pos: 1.5,-233.5 + parent: 2 + - uid: 12579 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-269.5 + parent: 2 +- proto: SignDirectionalEvac + entities: + - uid: 12582 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-53.5 + parent: 2 + - uid: 12585 + components: + - type: Transform + pos: 1.5,-18.5 + parent: 2 +- proto: SignDirectionalFood + entities: + - uid: 12597 + components: + - type: Transform + pos: 1.5,-72.5 + parent: 2 + - uid: 12598 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-107.5 + parent: 2 +- proto: SignDirectionalHop + entities: + - uid: 7357 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-256.5 + parent: 2 + - uid: 12613 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-134.5 + parent: 2 + - uid: 12614 + components: + - type: Transform + pos: -0.5,-99.5 + parent: 2 +- proto: SignDirectionalHydro + entities: + - uid: 12599 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-85.5 + parent: 2 + - uid: 12602 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-107.5 + parent: 2 + - uid: 12604 + components: + - type: Transform + pos: -0.5,-72.5 + parent: 2 +- proto: SignDirectionalJanitor + entities: + - uid: 7507 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-56.5 + parent: 2 + - uid: 12625 + components: + - type: Transform + pos: 1.5,-45.5 + parent: 2 + - uid: 12626 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-80.5 + parent: 2 +- proto: SignDirectionalLibrary + entities: + - uid: 3619 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-161.5 + parent: 2 + - uid: 12628 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-138.5 + parent: 2 + - uid: 12630 + components: + - type: Transform + pos: 1.5,-126.5 + parent: 2 +- proto: SignDirectionalMed + entities: + - uid: 12627 + components: + - type: Transform + pos: -0.5,-153.5 + parent: 2 + - uid: 12635 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-188.5 + parent: 2 + - uid: 13307 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-308.5 + parent: 2 +- proto: SignDirectionalSalvage + entities: + - uid: 12655 + components: + - type: Transform + pos: -0.5,-261.5 + parent: 2 + - uid: 12658 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-296.5 + parent: 2 +- proto: SignDirectionalSci + entities: + - uid: 8174 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-190.5 + parent: 2 + - uid: 12659 + components: + - type: Transform + pos: -0.5,-288.5 + parent: 2 + - uid: 12660 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-328.5 + parent: 2 +- proto: SignDirectionalSec + entities: + - uid: 12661 + components: + - type: Transform + pos: -0.5,-347.5 + parent: 2 +- proto: SignDirectionalSolar + entities: + - uid: 12673 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-242.5 + parent: 2 + - uid: 12674 + components: + - type: Transform + pos: 1.5,-207.5 + parent: 2 +- proto: SignDirectionalSupply + entities: + - uid: 12675 + components: + - type: Transform + pos: 1.5,-261.5 + parent: 2 + - uid: 12676 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-296.5 + parent: 2 +- proto: SignDirectionalWash + entities: + - uid: 12680 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-150.5 + parent: 2 +- proto: SignElectricalMed + entities: + - uid: 3899 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-341.5 + parent: 2 + - uid: 9388 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-361.5 + parent: 2 + - uid: 12490 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-98.5 + parent: 2 + - uid: 12543 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-0.5 + parent: 2 + - uid: 12544 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-43.5 + parent: 2 + - uid: 12545 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-55.5 + parent: 2 + - uid: 12550 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-111.5 + parent: 2 + - uid: 12554 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-152.5 + parent: 2 + - uid: 12558 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-162.5 + parent: 2 + - uid: 12560 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-188.5 + parent: 2 + - uid: 12562 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-220.5 + parent: 2 + - uid: 12563 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-228.5 + parent: 2 + - uid: 12570 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-286.5 + parent: 2 + - uid: 12571 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-296.5 + parent: 2 +- proto: SignEVA + entities: + - uid: 398 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-3.5 + parent: 2 +- proto: SignHead + entities: + - uid: 7797 + components: + - type: Transform + pos: 4.5,-177.5 + parent: 2 + - uid: 12607 + components: + - type: Transform + pos: 0.5,-9.5 + parent: 2 + - uid: 12608 + components: + - type: Transform + pos: -2.5,-119.5 + parent: 2 + - uid: 12610 + components: + - type: Transform + pos: 4.5,-283.5 + parent: 2 + - uid: 12611 + components: + - type: Transform + pos: -7.5,-304.5 + parent: 2 + - uid: 12612 + components: + - type: Transform + pos: -3.5,-343.5 + parent: 2 +- proto: SignInterrogation + entities: + - uid: 12624 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-358.5 + parent: 2 +- proto: SignJanitor + entities: + - uid: 539 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-56.5 + parent: 2 +- proto: SignLawyer + entities: + - uid: 11212 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-329.5 + parent: 2 +- proto: SignLibrary + entities: + - uid: 12629 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-142.5 + parent: 2 +- proto: SignMedical + entities: + - uid: 12633 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-176.5 + parent: 2 + - uid: 12634 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-171.5 + parent: 2 +- proto: SignMorgue + entities: + - uid: 12632 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-173.5 + parent: 2 +- proto: SignNosmoking + entities: + - uid: 11345 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-294.5 + parent: 2 + - uid: 11370 + components: + - type: Transform + pos: -0.5,-290.5 + parent: 2 + - uid: 11377 + components: + - type: Transform + pos: 1.5,-213.5 + parent: 2 + - uid: 11383 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-326.5 + parent: 2 + - uid: 11384 + components: + - type: Transform + pos: -0.5,-236.5 + parent: 2 + - uid: 11417 + components: + - type: Transform + pos: -0.5,-209.5 + parent: 2 + - uid: 11418 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-322.5 + parent: 2 + - uid: 12638 + components: + - type: Transform + pos: 1.5,-353.5 + parent: 2 + - uid: 12639 + components: + - type: Transform + pos: -0.5,-349.5 + parent: 2 + - uid: 12640 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-380.5 + parent: 2 + - uid: 12679 + components: + - type: Transform + pos: 1.5,-240.5 + parent: 2 +- proto: SignPrison + entities: + - uid: 13410 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-367.5 + parent: 2 + - uid: 13411 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-367.5 + parent: 2 +- proto: SignRedEight + entities: + - uid: 6613 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.40827185,-213.49608 + parent: 2 + - uid: 6614 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5893869,-236.49295 + parent: 2 +- proto: SignRedFive + entities: + - uid: 1354 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5861752,-155.49748 + parent: 2 + - uid: 4105 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.40963644,-132.49622 + parent: 2 +- proto: SignRedFour + entities: + - uid: 4101 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.41395348,-105.500565 + parent: 2 + - uid: 4102 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5827098,-128.49553 + parent: 2 + - uid: 7056 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.352005,-256.74753 + parent: 2 +- proto: SignRedNine + entities: + - uid: 6621 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.4074493,-240.49269 + parent: 2 + - uid: 6622 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5921938,-263.49698 + parent: 2 + - uid: 8449 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.4745858,-115.74884 + parent: 2 +- proto: SignRedOne + entities: + - uid: 4078 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5852656,-47.503147 + parent: 2 + - uid: 4089 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.40152162,-24.502266 + parent: 2 + - uid: 7857 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.4400425,-190.7712 + parent: 2 + - uid: 8125 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.655262,-190.7712 + parent: 2 + - uid: 8974 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.65059656,-267.50113 + parent: 2 + - uid: 10625 + components: + - type: Transform + pos: 1.3436816,-290.4902 + parent: 2 + - uid: 10626 + components: + - type: Transform + pos: -0.6467193,-294.49783 + parent: 2 + - uid: 10627 + components: + - type: Transform + pos: -0.39628136,-294.49783 + parent: 2 + - uid: 10628 + components: + - type: Transform + pos: 1.3480468,-322.4933 + parent: 2 + - uid: 10629 + components: + - type: Transform + pos: 1.5945721,-322.4972 + parent: 2 + - uid: 10630 + components: + - type: Transform + pos: -0.66275233,-326.49893 + parent: 2 + - uid: 11810 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.3482165,-349.49252 + parent: 2 + - uid: 11811 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.6562117,-353.50278 + parent: 2 + - uid: 11815 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.3395855,-376.49908 + parent: 2 +- proto: SignRedSeven + entities: + - uid: 4114 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.40892178,-186.50111 + parent: 2 + - uid: 6612 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5926433,-209.5081 + parent: 2 + - uid: 8933 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.4100895,-308.77243 + parent: 2 +- proto: SignRedSix + entities: + - uid: 737 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5832694,-182.49539 + parent: 2 + - uid: 1339 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.40680242,-159.50095 + parent: 2 +- proto: SignRedThree + entities: + - uid: 4084 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.588459,-101.49657 + parent: 2 + - uid: 4093 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.41010725,-78.500275 + parent: 2 + - uid: 11812 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.41125554,-353.50778 + parent: 2 + - uid: 11814 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5795426,-376.49908 + parent: 2 +- proto: SignRedTwo + entities: + - uid: 4081 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.4081869,-51.5101 + parent: 2 + - uid: 4082 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5891788,-74.492035 + parent: 2 + - uid: 10631 + components: + - type: Transform + pos: -0.40840113,-326.49893 + parent: 2 + - uid: 11807 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5831742,-349.5025 + parent: 2 +- proto: SignRedZero + entities: + - uid: 716 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.6534249,-159.49841 + parent: 2 + - uid: 866 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.3433123,-182.50206 + parent: 2 + - uid: 871 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.3428853,-155.49748 + parent: 2 + - uid: 4073 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5774398,-20.510248 + parent: 2 + - uid: 4074 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.3465674,-20.503857 + parent: 2 + - uid: 4075 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.64673156,-78.49695 + parent: 2 + - uid: 4079 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.3543932,-47.503147 + parent: 2 + - uid: 4080 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.6514768,-51.50535 + parent: 2 + - uid: 4083 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.3504801,-74.492035 + parent: 2 + - uid: 4088 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.64814395,-24.502266 + parent: 2 + - uid: 4095 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.3433409,-101.495316 + parent: 2 + - uid: 4096 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.64724535,-105.49722 + parent: 2 + - uid: 4103 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.3494184,-128.49886 + parent: 2 + - uid: 4104 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.6562591,-132.49622 + parent: 2 + - uid: 4107 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.6522116,-186.49445 + parent: 2 + - uid: 5423 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.6627056,-213.4963 + parent: 2 + - uid: 5424 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.3530763,-209.50024 + parent: 2 + - uid: 6615 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.3327662,-236.4863 + parent: 2 + - uid: 6616 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.6607372,-240.49602 + parent: 2 + - uid: 6623 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.3455713,-263.49365 + parent: 2 + - uid: 7362 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5789645,-256.74753 + parent: 2 + - uid: 8130 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.6912138,-115.74884 + parent: 2 + - uid: 8971 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.42397034,-267.50113 + parent: 2 + - uid: 10624 + components: + - type: Transform + pos: 1.5823798,-290.49802 + parent: 2 + - uid: 13306 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.633143,-308.77356 + parent: 2 +- proto: SignRND + entities: + - uid: 12651 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-299.5 + parent: 2 +- proto: SignRobo + entities: + - uid: 12654 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-309.5 + parent: 2 +- proto: SignSecureMed + entities: + - uid: 103 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 2 + - uid: 12662 + components: + - type: Transform + pos: -3.5,-326.5 + parent: 2 + - uid: 12663 + components: + - type: Transform + pos: 4.5,-326.5 + parent: 2 + - uid: 12664 + components: + - type: Transform + pos: -3.5,-349.5 + parent: 2 + - uid: 12665 + components: + - type: Transform + pos: 4.5,-349.5 + parent: 2 + - uid: 12666 + components: + - type: Transform + pos: 4.5,-353.5 + parent: 2 + - uid: 12667 + components: + - type: Transform + pos: -3.5,-353.5 + parent: 2 + - uid: 12668 + components: + - type: Transform + pos: -3.5,-376.5 + parent: 2 + - uid: 12670 + components: + - type: Transform + pos: 4.5,-376.5 + parent: 2 +- proto: SignSecureSmallRed + entities: + - uid: 12671 + components: + - type: Transform + pos: -3.5,-380.5 + parent: 2 + - uid: 12672 + components: + - type: Transform + pos: 4.5,-380.5 + parent: 2 +- proto: SignShipDock + entities: + - uid: 12535 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-30.5 + parent: 2 + - uid: 12538 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-42.5 + parent: 2 + - uid: 12539 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-37.5 + parent: 2 +- proto: SignSmoking + entities: + - uid: 3397 + components: + - type: Transform + pos: -0.5,-182.5 + parent: 2 + - uid: 4071 + components: + - type: Transform + pos: 1.5,-132.5 + parent: 2 + - uid: 4076 + components: + - type: Transform + pos: 1.5,-159.5 + parent: 2 + - uid: 4077 + components: + - type: Transform + pos: -0.5,-155.5 + parent: 2 + - uid: 4085 + components: + - type: Transform + pos: 1.5,-105.5 + parent: 2 + - uid: 4087 + components: + - type: Transform + pos: -0.5,-20.5 + parent: 2 + - uid: 4090 + components: + - type: Transform + pos: 1.5,-24.5 + parent: 2 + - uid: 4091 + components: + - type: Transform + pos: -0.5,-128.5 + parent: 2 + - uid: 4092 + components: + - type: Transform + pos: -0.5,-101.5 + parent: 2 + - uid: 4097 + components: + - type: Transform + pos: 1.5,-78.5 + parent: 2 + - uid: 4098 + components: + - type: Transform + pos: -0.5,-74.5 + parent: 2 + - uid: 4099 + components: + - type: Transform + pos: 1.5,-51.5 + parent: 2 + - uid: 4100 + components: + - type: Transform + pos: -0.5,-47.5 + parent: 2 + - uid: 4142 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-186.5 + parent: 2 +- proto: SignSpace + entities: + - uid: 12695 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-316.5 + parent: 2 + - uid: 12696 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-312.5 + parent: 2 + - uid: 13444 + components: + - type: Transform + pos: -6.5,-14.5 + parent: 2 + - uid: 13446 + components: + - type: Transform + pos: 6.5,-26.5 + parent: 2 + - uid: 13448 + components: + - type: Transform + pos: 7.5,-30.5 + parent: 2 + - uid: 13456 + components: + - type: Transform + pos: 4.5,-153.5 + parent: 2 + - uid: 13461 + components: + - type: Transform + pos: -3.5,-242.5 + parent: 2 + - uid: 13463 + components: + - type: Transform + pos: 6.5,-269.5 + parent: 2 + - uid: 13464 + components: + - type: Transform + pos: 6.5,-288.5 + parent: 2 + - uid: 13465 + components: + - type: Transform + pos: 6.5,-295.5 + parent: 2 + - uid: 13466 + components: + - type: Transform + pos: 4.5,-320.5 + parent: 2 + - uid: 13468 + components: + - type: Transform + pos: -3.5,-327.5 + parent: 2 + - uid: 15188 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-261.5 + parent: 2 +- proto: SignTelecomms + entities: + - uid: 12677 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-302.5 + parent: 2 +- proto: SignVirology + entities: + - uid: 3876 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-196.5 + parent: 2 +- proto: SilverOre1 + entities: + - uid: 10117 + components: + - type: Transform + pos: -4.418913,-304.40326 + parent: 2 +- proto: SingularityGenerator + entities: + - uid: 7464 + components: + - type: Transform + pos: 19.5,-239.5 + parent: 2 +- proto: Sink + entities: + - uid: 2865 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-153.5 + parent: 2 + - uid: 11477 + components: + - type: Transform + pos: 5.5,-370.5 + parent: 2 + - uid: 11478 + components: + - type: Transform + pos: -4.5,-370.5 + parent: 2 +- proto: SinkStemlessWater + entities: + - uid: 2867 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-152.5 + parent: 2 +- proto: SinkWide + entities: + - uid: 1721 + components: + - type: Transform + pos: -3.5,-53.5 + parent: 2 + - uid: 2288 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-63.5 + parent: 2 + - uid: 2299 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-90.5 + parent: 2 + - uid: 3031 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-85.5 + parent: 2 + - uid: 3398 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-84.5 + parent: 2 + - uid: 14369 + components: + - type: Transform + pos: 15.5,-59.5 + parent: 2 +- proto: SmartFridge + entities: + - uid: 3068 + components: + - type: Transform + pos: 4.5,-170.5 + parent: 2 +- proto: SMESBasic + entities: + - uid: 4169 + components: + - type: Transform + pos: 3.5,-346.5 + parent: 2 + - uid: 5385 + components: + - type: Transform + pos: 3.5,-229.5 + parent: 2 + - uid: 5434 + components: + - type: Transform + pos: -2.5,-220.5 + parent: 2 + - uid: 6748 + components: + - type: Transform + pos: 13.5,-251.5 + parent: 2 + - uid: 6815 + components: + - type: Transform + pos: 13.5,-252.5 + parent: 2 + - uid: 6816 + components: + - type: Transform + pos: 13.5,-253.5 + parent: 2 +- proto: SMESBasicEmpty + entities: + - uid: 8812 + components: + - type: Transform + pos: -13.5,-254.5 + parent: 2 +- proto: SmokingPipeFilledCannabis + entities: + - uid: 14923 + components: + - type: Transform + pos: -6.578457,-148.21114 + parent: 2 +- proto: SmokingPipeFilledTobacco + entities: + - uid: 1336 + components: + - type: Transform + pos: 3.2005093,-101.69577 + parent: 2 +- proto: soda_dispenser + entities: + - uid: 1025 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-64.5 + parent: 2 +- proto: SolarAssembly + entities: + - uid: 4384 + components: + - type: Transform + pos: 8.5,-219.5 + parent: 2 +- proto: SolarPanel + entities: + - uid: 4242 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-220.5 + parent: 2 + - uid: 4362 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-221.5 + parent: 2 + - uid: 4363 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-222.5 + parent: 2 + - uid: 4364 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-223.5 + parent: 2 + - uid: 4365 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-224.5 + parent: 2 + - uid: 4367 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-226.5 + parent: 2 + - uid: 4368 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-227.5 + parent: 2 + - uid: 4369 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-228.5 + parent: 2 + - uid: 4370 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-229.5 + parent: 2 + - uid: 4372 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-220.5 + parent: 2 + - uid: 4373 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-221.5 + parent: 2 + - uid: 4374 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-222.5 + parent: 2 + - uid: 4375 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-223.5 + parent: 2 + - uid: 4376 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-224.5 + parent: 2 + - uid: 4377 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-225.5 + parent: 2 + - uid: 4379 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-227.5 + parent: 2 + - uid: 4380 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-228.5 + parent: 2 + - uid: 4381 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-229.5 + parent: 2 + - uid: 4382 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-217.5 + parent: 2 + - uid: 4383 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-218.5 + parent: 2 + - uid: 4386 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-221.5 + parent: 2 + - uid: 4387 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-222.5 + parent: 2 + - uid: 4388 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-223.5 + parent: 2 + - uid: 4390 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-225.5 + parent: 2 + - uid: 4391 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-226.5 + parent: 2 + - uid: 4392 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-227.5 + parent: 2 + - uid: 4393 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-228.5 + parent: 2 + - uid: 4395 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-230.5 + parent: 2 + - uid: 4396 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-231.5 + parent: 2 + - uid: 4397 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-232.5 + parent: 2 + - uid: 4398 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-232.5 + parent: 2 + - uid: 4399 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-231.5 + parent: 2 + - uid: 4400 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-230.5 + parent: 2 + - uid: 4402 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-228.5 + parent: 2 + - uid: 4404 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-226.5 + parent: 2 + - uid: 4405 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-225.5 + parent: 2 + - uid: 4406 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-224.5 + parent: 2 + - uid: 4407 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-223.5 + parent: 2 + - uid: 4408 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-222.5 + parent: 2 + - uid: 4409 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-221.5 + parent: 2 + - uid: 4411 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-219.5 + parent: 2 + - uid: 4412 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-218.5 + parent: 2 + - uid: 4413 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-217.5 + parent: 2 + - uid: 4414 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-215.5 + parent: 2 + - uid: 4418 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-234.5 + parent: 2 + - uid: 4421 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-234.5 + parent: 2 + - uid: 4422 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-233.5 + parent: 2 + - uid: 4423 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-231.5 + parent: 2 + - uid: 4424 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-230.5 + parent: 2 + - uid: 4425 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-231.5 + parent: 2 + - uid: 4426 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-230.5 + parent: 2 + - uid: 4427 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-233.5 + parent: 2 + - uid: 4428 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-219.5 + parent: 2 + - uid: 4429 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-218.5 + parent: 2 + - uid: 4430 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-216.5 + parent: 2 + - uid: 4431 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-216.5 + parent: 2 + - uid: 4432 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-218.5 + parent: 2 + - uid: 4433 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-219.5 + parent: 2 +- proto: SolarPanelBroken + entities: + - uid: 4366 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-225.5 + parent: 2 + - uid: 4389 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-224.5 + parent: 2 + - uid: 4809 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-227.5 + parent: 2 + - uid: 4812 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-226.5 + parent: 2 +- proto: SolarTracker + entities: + - uid: 4417 + components: + - type: Transform + pos: -3.5,-214.5 + parent: 2 + - uid: 4807 + components: + - type: Transform + pos: -3.5,-235.5 + parent: 2 + - uid: 4808 + components: + - type: Transform + pos: 4.5,-235.5 + parent: 2 +- proto: SolidSecretDoor + entities: + - uid: 2623 + components: + - type: Transform + pos: -3.5,-149.5 + parent: 2 +- proto: SpaceCash10 + entities: + - uid: 14418 + components: + - type: Transform + pos: 14.544594,-78.46228 + parent: 2 + - uid: 14473 + components: + - type: Transform + pos: 14.3597,-78.22464 + parent: 2 + - uid: 14474 + components: + - type: Transform + pos: 13.567299,-82.76628 + parent: 2 +- proto: SpaceCash100 + entities: + - uid: 14475 + components: + - type: Transform + pos: 17.648165,-82.3042 + parent: 2 +- proto: SpaceVillainArcadeComputerCircuitboard + entities: + - uid: 15272 + components: + - type: Transform + pos: 6.583322,-242.507 + parent: 2 +- proto: SpaceVillainArcadeFilled + entities: + - uid: 7558 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-258.5 + parent: 2 + - uid: 15273 + components: + - type: Transform + pos: 5.5,-242.5 + parent: 2 +- proto: SpawnMobAlexander + entities: + - uid: 2310 + components: + - type: Transform + pos: 0.5,-87.5 + parent: 2 +- proto: SpawnMobBandito + entities: + - uid: 12155 + components: + - type: Transform + pos: -2.5,-305.5 + parent: 2 +- proto: SpawnMobCatBingus + entities: + - uid: 7001 + components: + - type: Transform + pos: 4.5,-179.5 + parent: 2 +- proto: SpawnMobCatException + entities: + - uid: 6842 + components: + - type: Transform + pos: 6.5,-175.5 + parent: 2 +- proto: SpawnMobCorgi + entities: + - uid: 2237 + components: + - type: Transform + pos: 1.5,-117.5 + parent: 2 +- proto: SpawnMobCow + entities: + - uid: 43 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-84.5 + parent: 2 +- proto: SpawnMobCrabAtmos + entities: + - uid: 14576 + components: + - type: Transform + pos: -15.5,-265.5 + parent: 2 +- proto: SpawnMobFoxRenault + entities: + - uid: 12121 + components: + - type: Transform + pos: -1.5,-11.5 + parent: 2 +- proto: SpawnMobMcGriff + entities: + - uid: 12152 + components: + - type: Transform + pos: -0.5,-357.5 + parent: 2 +- proto: SpawnMobMedibot + entities: + - uid: 3102 + components: + - type: Transform + pos: 1.5,-167.5 + parent: 2 +- proto: SpawnMobMonkeyPunpun + entities: + - uid: 13626 + components: + - type: Transform + pos: -0.5,-61.5 + parent: 2 +- proto: SpawnMobMouse + entities: + - uid: 4147 + components: + - type: Transform + pos: -3.5,-39.5 + parent: 2 + - uid: 15749 + components: + - type: Transform + pos: -4.5,-146.5 + parent: 2 +- proto: SpawnMobPossumMorty + entities: + - uid: 2709 + components: + - type: Transform + pos: 5.5,-139.5 + parent: 2 + - uid: 12154 + components: + - type: Transform + pos: -3.5,-176.5 + parent: 2 +- proto: SpawnMobRaccoonMorticia + entities: + - uid: 5881 + components: + - type: Transform + pos: 4.5,-280.5 + parent: 2 +- proto: SpawnMobShiva + entities: + - uid: 8229 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-345.5 + parent: 2 +- proto: SpawnMobSlothPaperwork + entities: + - uid: 12157 + components: + - type: Transform + pos: -2.5,-144.5 + parent: 2 +- proto: SpawnMobSmile + entities: + - uid: 10536 + components: + - type: Transform + pos: -8.5,-304.5 + parent: 2 +- proto: SpawnMobWalter + entities: + - uid: 12148 + components: + - type: Transform + pos: 6.5,-166.5 + parent: 2 +- proto: SpawnPointAtmos + entities: + - uid: 16583 + components: + - type: Transform + pos: -14.5,-264.5 + parent: 2 + - uid: 16585 + components: + - type: Transform + pos: -14.5,-263.5 + parent: 2 + - uid: 16586 + components: + - type: Transform + pos: -14.5,-262.5 + parent: 2 +- proto: SpawnPointBartender + entities: + - uid: 11976 + components: + - type: Transform + pos: 4.5,-64.5 + parent: 2 +- proto: SpawnPointBorg + entities: + - uid: 12076 + components: + - type: Transform + pos: 3.5,-312.5 + parent: 2 + - uid: 12077 + components: + - type: Transform + pos: 3.5,-314.5 + parent: 2 +- proto: SpawnPointBotanist + entities: + - uid: 11977 + components: + - type: Transform + pos: 6.5,-82.5 + parent: 2 + - uid: 11978 + components: + - type: Transform + pos: -6.5,-84.5 + parent: 2 +- proto: SpawnPointCaptain + entities: + - uid: 11971 + components: + - type: Transform + pos: -0.5,-14.5 + parent: 2 +- proto: SpawnPointCargoTechnician + entities: + - uid: 14231 + components: + - type: Transform + pos: 2.5,-278.5 + parent: 2 + - uid: 14234 + components: + - type: Transform + pos: 3.5,-272.5 + parent: 2 + - uid: 14235 + components: + - type: Transform + pos: 6.5,-280.5 + parent: 2 +- proto: SpawnPointChaplain + entities: + - uid: 11982 + components: + - type: Transform + pos: 6.5,-139.5 + parent: 2 +- proto: SpawnPointChef + entities: + - uid: 11979 + components: + - type: Transform + pos: 4.5,-89.5 + parent: 2 +- proto: SpawnPointChemist + entities: + - uid: 12032 + components: + - type: Transform + pos: 4.5,-166.5 + parent: 2 + - uid: 12033 + components: + - type: Transform + pos: 6.5,-168.5 + parent: 2 +- proto: SpawnPointChiefEngineer + entities: + - uid: 4806 + components: + - type: Transform + pos: 10.5,-250.5 + parent: 2 +- proto: SpawnPointChiefMedicalOfficer + entities: + - uid: 12007 + components: + - type: Transform + pos: 5.5,-180.5 + parent: 2 +- proto: SpawnPointClown + entities: + - uid: 12071 + components: + - type: Transform + pos: -6.5,-124.5 + parent: 2 +- proto: SpawnPointDetective + entities: + - uid: 2502 + components: + - type: Transform + pos: -5.5,-73.5 + parent: 2 +- proto: SpawnPointHeadOfPersonnel + entities: + - uid: 11972 + components: + - type: Transform + pos: -0.5,-116.5 + parent: 2 +- proto: SpawnPointHeadOfSecurity + entities: + - uid: 12054 + components: + - type: Transform + pos: -2.5,-344.5 + parent: 2 +- proto: SpawnPointJanitor + entities: + - uid: 11985 + components: + - type: Transform + pos: -3.5,-54.5 + parent: 2 +- proto: SpawnPointLatejoin + entities: + - uid: 12078 + components: + - type: Transform + pos: -6.5,-107.5 + parent: 2 + - uid: 12706 + components: + - type: Transform + pos: -2.5,-29.5 + parent: 2 + - uid: 12707 + components: + - type: Transform + pos: -3.5,-30.5 + parent: 2 + - uid: 12708 + components: + - type: Transform + pos: 1.5,-30.5 + parent: 2 + - uid: 12709 + components: + - type: Transform + pos: 2.5,-29.5 + parent: 2 + - uid: 12710 + components: + - type: Transform + pos: 5.5,-39.5 + parent: 2 + - uid: 12711 + components: + - type: Transform + pos: 3.5,-42.5 + parent: 2 +- proto: SpawnPointLawyer + entities: + - uid: 12063 + components: + - type: Transform + pos: 5.5,-329.5 + parent: 2 + - uid: 12067 + components: + - type: Transform + pos: 5.5,-331.5 + parent: 2 +- proto: SpawnPointLibrarian + entities: + - uid: 11984 + components: + - type: Transform + pos: -5.5,-135.5 + parent: 2 +- proto: SpawnPointMedicalDoctor + entities: + - uid: 12034 + components: + - type: Transform + pos: -3.5,-173.5 + parent: 2 + - uid: 12035 + components: + - type: Transform + pos: 8.5,-174.5 + parent: 2 + - uid: 12036 + components: + - type: Transform + pos: 3.5,-172.5 + parent: 2 +- proto: SpawnPointMedicalIntern + entities: + - uid: 12037 + components: + - type: Transform + pos: 8.5,-172.5 + parent: 2 + - uid: 12038 + components: + - type: Transform + pos: 3.5,-174.5 + parent: 2 +- proto: SpawnPointMime + entities: + - uid: 12072 + components: + - type: Transform + pos: -6.5,-121.5 + parent: 2 +- proto: SpawnPointMusician + entities: + - uid: 12073 + components: + - type: Transform + pos: -6.5,-65.5 + parent: 2 +- proto: SpawnPointObserver + entities: + - uid: 12079 + components: + - type: Transform + pos: -0.5,-62.5 + parent: 2 +- proto: SpawnPointPassenger + entities: + - uid: 12068 + components: + - type: Transform + pos: -8.5,-115.5 + parent: 2 + - uid: 12069 + components: + - type: Transform + pos: -6.5,-118.5 + parent: 2 + - uid: 12070 + components: + - type: Transform + pos: -6.5,-112.5 + parent: 2 +- proto: SpawnPointQuartermaster + entities: + - uid: 14229 + components: + - type: Transform + pos: 4.5,-285.5 + parent: 2 +- proto: SpawnPointResearchAssistant + entities: + - uid: 3364 + components: + - type: Transform + pos: -0.5,-312.5 + parent: 2 + - uid: 12053 + components: + - type: Transform + pos: 1.5,-301.5 + parent: 2 +- proto: SpawnPointResearchDirector + entities: + - uid: 12039 + components: + - type: Transform + pos: -9.5,-302.5 + parent: 2 +- proto: SpawnPointSalvageSpecialist + entities: + - uid: 14230 + components: + - type: Transform + pos: -3.5,-287.5 + parent: 2 + - uid: 14232 + components: + - type: Transform + pos: -5.5,-285.5 + parent: 2 + - uid: 14233 + components: + - type: Transform + pos: -5.5,-273.5 + parent: 2 +- proto: SpawnPointScientist + entities: + - uid: 12047 + components: + - type: Transform + pos: -2.5,-302.5 + parent: 2 + - uid: 12048 + components: + - type: Transform + pos: 4.5,-303.5 + parent: 2 + - uid: 12049 + components: + - type: Transform + pos: 6.5,-313.5 + parent: 2 + - uid: 12050 + components: + - type: Transform + pos: -7.5,-318.5 + parent: 2 +- proto: SpawnPointSecurityCadet + entities: + - uid: 9497 + components: + - type: Transform + pos: -5.5,-337.5 + parent: 2 + - uid: 12874 + components: + - type: Transform + pos: 2.5,-337.5 + parent: 2 +- proto: SpawnPointSecurityOfficer + entities: + - uid: 1669 + components: + - type: Transform + pos: -7.5,-338.5 + parent: 2 + - uid: 10808 + components: + - type: Transform + pos: -6.5,-337.5 + parent: 2 + - uid: 12059 + components: + - type: Transform + pos: -0.5,-344.5 + parent: 2 + - uid: 12060 + components: + - type: Transform + pos: -0.5,-346.5 + parent: 2 +- proto: SpawnPointServiceWorker + entities: + - uid: 11867 + components: + - type: Transform + pos: 4.5,-87.5 + parent: 2 + - uid: 11986 + components: + - type: Transform + pos: -3.5,-62.5 + parent: 2 + - uid: 14325 + components: + - type: Transform + pos: 15.5,-61.5 + parent: 2 +- proto: SpawnPointStationEngineer + entities: + - uid: 4851 + components: + - type: Transform + pos: 6.5,-252.5 + parent: 2 + - uid: 8780 + components: + - type: Transform + pos: 4.5,-252.5 + parent: 2 + - uid: 9023 + components: + - type: Transform + pos: 6.5,-253.5 + parent: 2 + - uid: 10931 + components: + - type: Transform + pos: 5.5,-251.5 + parent: 2 + - uid: 12205 + components: + - type: Transform + pos: 4.5,-253.5 + parent: 2 +- proto: SpawnPointTechnicalAssistant + entities: + - uid: 2484 + components: + - type: Transform + pos: -2.5,-249.5 + parent: 2 + - uid: 4350 + components: + - type: Transform + pos: 1.5,-247.5 + parent: 2 + - uid: 6660 + components: + - type: Transform + pos: -2.5,-250.5 + parent: 2 +- proto: SpawnPointWarden + entities: + - uid: 12055 + components: + - type: Transform + pos: 0.5,-364.5 + parent: 2 +- proto: SpawnVendingMachineRestockDrink + entities: + - uid: 1714 + components: + - type: Transform + pos: -5.5,-39.5 + parent: 2 +- proto: SpawnVendingMachineRestockFood + entities: + - uid: 1585 + components: + - type: Transform + pos: 4.5,-59.5 + parent: 2 + - uid: 2437 + components: + - type: Transform + pos: 6.5,-108.5 + parent: 2 +- proto: SpeedLoaderCap + entities: + - uid: 14635 + components: + - type: Transform + pos: -2.3873794,-259.3928 + parent: 2 +- proto: SpiderWeb + entities: + - uid: 1548 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-28.5 + parent: 2 + - uid: 14776 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-27.5 + parent: 2 + - uid: 14777 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-32.5 + parent: 2 + - uid: 14778 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-34.5 + parent: 2 + - uid: 14779 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-35.5 + parent: 2 +- proto: StairStage + entities: + - uid: 510 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-36.5 + parent: 2 + - uid: 604 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-43.5 + parent: 2 + - uid: 693 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-31.5 + parent: 2 + - uid: 694 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-29.5 + parent: 2 + - uid: 8821 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-273.5 + parent: 2 + - uid: 8822 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-272.5 + parent: 2 +- proto: StasisBed + entities: + - uid: 3119 + components: + - type: Transform + pos: 8.5,-178.5 + parent: 2 +- proto: StationMap + entities: + - uid: 2859 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-118.5 + parent: 2 + - uid: 2860 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-145.5 + parent: 2 + - uid: 2862 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-55.5 + parent: 2 + - uid: 2863 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-45.5 + parent: 2 + - uid: 2864 + components: + - type: Transform + pos: 2.5,-26.5 + parent: 2 + - uid: 2866 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-14.5 + parent: 2 + - uid: 3156 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-170.5 + parent: 2 + - uid: 4003 + components: + - type: Transform + pos: 1.5,-204.5 + parent: 2 + - uid: 6821 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-253.5 + parent: 2 + - uid: 8664 + components: + - type: Transform + pos: -2.5,-306.5 + parent: 2 + - uid: 11795 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-275.5 + parent: 2 + - uid: 11803 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-222.5 + parent: 2 + - uid: 11804 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-195.5 + parent: 2 + - uid: 12217 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-337.5 + parent: 2 + - uid: 14787 + components: + - type: Transform + pos: 6.5,-80.5 + parent: 2 +- proto: StationMapBroken + entities: + - uid: 3186 + components: + - type: Transform + pos: -7.5,-170.5 + parent: 2 + - uid: 9703 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-307.5 + parent: 2 +- proto: StatueVenusBlue + entities: + - uid: 2665 + components: + - type: Transform + pos: 3.5,-141.5 + parent: 2 +- proto: StatueVenusRed + entities: + - uid: 2506 + components: + - type: Transform + pos: 5.5,-141.5 + parent: 2 +- proto: SteelBench + entities: + - uid: 10873 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-337.5 + parent: 2 + - uid: 12697 + components: + - type: Transform + pos: 5.5,-306.5 + parent: 2 + - uid: 12698 + components: + - type: Transform + pos: 4.5,-306.5 + parent: 2 + - uid: 12699 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-308.5 + parent: 2 + - uid: 12700 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-308.5 + parent: 2 + - uid: 12875 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-336.5 + parent: 2 +- proto: StoolBar + entities: + - uid: 44 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-87.5 + parent: 2 + - uid: 951 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-62.5 + parent: 2 + - uid: 1093 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-61.5 + parent: 2 + - uid: 1245 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-63.5 + parent: 2 + - uid: 1246 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-64.5 + parent: 2 + - uid: 5174 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-89.5 + parent: 2 +- proto: StorageCanister + entities: + - uid: 3132 + components: + - type: Transform + pos: -14.5,-239.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 16493 + components: + - type: Transform + pos: -16.5,-239.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 16500 + components: + - type: Transform + pos: -15.5,-239.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: Stunbaton + entities: + - uid: 10736 + components: + - type: Transform + pos: -5.4655995,-340.5027 + parent: 2 + - uid: 12775 + components: + - type: Transform + parent: 12773 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 15299 + components: + - type: Transform + pos: -5.6637,-340.33105 + parent: 2 +- proto: SubstationBasic + entities: + - uid: 364 + components: + - type: Transform + pos: 7.5,-2.5 + parent: 2 + - uid: 726 + components: + - type: Transform + pos: -2.5,-43.5 + parent: 2 + - uid: 1430 + components: + - type: Transform + pos: 3.5,-53.5 + parent: 2 + - uid: 2035 + components: + - type: Transform + pos: -2.5,-99.5 + parent: 2 + - uid: 2298 + components: + - type: Transform + pos: 6.5,-111.5 + parent: 2 + - uid: 2815 + components: + - type: Transform + pos: 7.5,-153.5 + parent: 2 + - uid: 4714 + components: + - type: Transform + pos: -2.5,-161.5 + parent: 2 + - uid: 4731 + components: + - type: Transform + pos: 5.5,-187.5 + parent: 2 + - uid: 7876 + components: + - type: Transform + pos: 11.5,-250.5 + parent: 2 + - uid: 8474 + components: + - type: Transform + pos: 19.5,-265.5 + parent: 2 + - uid: 8673 + components: + - type: Transform + pos: 8.5,-284.5 + parent: 2 + - uid: 9540 + components: + - type: Transform + pos: 23.5,-306.5 + parent: 2 + - uid: 10169 + components: + - type: Transform + pos: -8.5,-297.5 + parent: 2 + - uid: 10710 + components: + - type: Transform + pos: 5.5,-346.5 + parent: 2 + - uid: 11263 + components: + - type: Transform + pos: 6.5,-361.5 + parent: 2 + - uid: 16655 + components: + - type: Transform + pos: -13.5,-253.5 + parent: 2 +- proto: SubstationWallBasic + entities: + - uid: 5460 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-229.5 + parent: 2 +- proto: Sugarcane + entities: + - uid: 10997 + components: + - type: Transform + pos: 29.942026,-307.55215 + parent: 2 +- proto: SuitStorageBasic + entities: + - uid: 15156 + components: + - type: Transform + pos: 5.5,-114.5 + parent: 2 + - uid: 15171 + components: + - type: Transform + pos: 9.5,-118.5 + parent: 2 +- proto: SuitStorageCaptain + entities: + - uid: 299 + components: + - type: Transform + pos: -3.5,-13.5 + parent: 2 +- proto: SuitStorageCE + entities: + - uid: 13003 + components: + - type: Transform + pos: 11.5,-251.5 + parent: 2 +- proto: SuitStorageCMO + entities: + - uid: 11926 + components: + - type: Transform + pos: 3.5,-178.5 + parent: 2 +- proto: SuitStorageEVA + entities: + - uid: 399 + components: + - type: Transform + pos: 6.5,0.5 + parent: 2 + - uid: 400 + components: + - type: Transform + pos: 6.5,1.5 + parent: 2 + - uid: 4990 + components: + - type: Transform + pos: 7.5,-113.5 + parent: 2 + - uid: 10084 + components: + - type: Transform + pos: 7.5,-116.5 + parent: 2 + - uid: 15155 + components: + - type: Transform + pos: 5.5,-113.5 + parent: 2 + - uid: 15157 + components: + - type: Transform + pos: 5.5,-115.5 + parent: 2 + - uid: 15158 + components: + - type: Transform + pos: 9.5,-113.5 + parent: 2 + - uid: 15159 + components: + - type: Transform + pos: 8.5,-113.5 + parent: 2 + - uid: 15168 + components: + - type: Transform + pos: 7.5,-117.5 + parent: 2 + - uid: 15169 + components: + - type: Transform + pos: 9.5,-116.5 + parent: 2 + - uid: 15170 + components: + - type: Transform + pos: 9.5,-117.5 + parent: 2 +- proto: SuitStorageEVAPrisoner + entities: + - uid: 11446 + components: + - type: Transform + pos: 1.5,-375.5 + parent: 2 + - uid: 11447 + components: + - type: Transform + pos: -0.5,-375.5 + parent: 2 +- proto: SuitStorageHOS + entities: + - uid: 11095 + components: + - type: Transform + pos: -5.5,-345.5 + parent: 2 +- proto: SuitStorageNTSRA + entities: + - uid: 7607 + components: + - type: Transform + pos: 14.5,-154.5 + parent: 2 +- proto: SuitStorageRD + entities: + - uid: 9850 + components: + - type: Transform + pos: -9.5,-305.5 + parent: 2 +- proto: SuitStorageSalv + entities: + - uid: 8619 + components: + - type: Transform + pos: -2.5,-269.5 + parent: 2 + - uid: 8620 + components: + - type: Transform + pos: -3.5,-269.5 + parent: 2 + - uid: 8621 + components: + - type: Transform + pos: -4.5,-269.5 + parent: 2 +- proto: SuitStorageSec + entities: + - uid: 3792 + components: + - type: Transform + pos: 4.5,-343.5 + parent: 2 + - uid: 10803 + components: + - type: Transform + pos: 6.5,-335.5 + parent: 2 + - uid: 10872 + components: + - type: Transform + pos: 5.5,-335.5 + parent: 2 + - uid: 13388 + components: + - type: Transform + pos: 7.5,-343.5 + parent: 2 + - uid: 13389 + components: + - type: Transform + pos: 5.5,-343.5 + parent: 2 + - uid: 14605 + components: + - type: Transform + pos: 6.5,-343.5 + parent: 2 + - uid: 15811 + components: + - type: Transform + pos: 7.5,-335.5 + parent: 2 +- proto: SuitStorageWarden + entities: + - uid: 12864 + components: + - type: Transform + pos: 1.5,-362.5 + parent: 2 +- proto: SurveillanceCameraCommand + entities: + - uid: 2127 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-113.5 + parent: 2 + - uid: 7824 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-253.5 + parent: 2 + - uid: 11473 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-10.5 + parent: 2 + - uid: 11517 + components: + - type: Transform + pos: 0.5,0.5 + parent: 2 + - uid: 11528 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-4.5 + parent: 2 + - uid: 11529 + components: + - type: Transform + pos: -2.5,-3.5 + parent: 2 + - uid: 11684 + components: + - type: Transform + pos: -2.5,-7.5 + parent: 2 + - uid: 11685 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-14.5 + parent: 2 + - uid: 11687 + components: + - type: Transform + pos: 4.5,-2.5 + parent: 2 + - uid: 11697 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-119.5 + parent: 2 +- proto: SurveillanceCameraEngineering + entities: + - uid: 8034 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-251.5 + parent: 2 + - uid: 8064 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-255.5 + parent: 2 + - uid: 8840 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-263.5 + parent: 2 +- proto: SurveillanceCameraGeneral + entities: + - uid: 3832 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-305.5 + parent: 2 + - uid: 11291 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-111.5 + parent: 2 + - uid: 11688 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-27.5 + parent: 2 + - uid: 11689 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-37.5 + parent: 2 + - uid: 11699 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-138.5 + parent: 2 + - uid: 11700 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-143.5 + parent: 2 + - uid: 11701 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-149.5 + parent: 2 + - uid: 11703 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-196.5 + parent: 2 + - uid: 11706 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-171.5 + parent: 2 + - uid: 11712 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-223.5 + parent: 2 + - uid: 11754 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-276.5 + parent: 2 +- proto: SurveillanceCameraMedical + entities: + - uid: 11702 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-166.5 + parent: 2 + - uid: 11704 + components: + - type: Transform + pos: 6.5,-176.5 + parent: 2 + - uid: 11705 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-173.5 + parent: 2 + - uid: 11707 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-199.5 + parent: 2 + - uid: 11708 + components: + - type: Transform + pos: 0.5,-194.5 + parent: 2 +- proto: SurveillanceCameraRouterCommand + entities: + - uid: 2156 + components: + - type: Transform + pos: 19.5,-315.5 + parent: 2 +- proto: SurveillanceCameraRouterEngineering + entities: + - uid: 2250 + components: + - type: Transform + pos: 20.5,-315.5 + parent: 2 +- proto: SurveillanceCameraRouterGeneral + entities: + - uid: 2291 + components: + - type: Transform + pos: 24.5,-315.5 + parent: 2 +- proto: SurveillanceCameraRouterMedical + entities: + - uid: 2417 + components: + - type: Transform + pos: 25.5,-315.5 + parent: 2 +- proto: SurveillanceCameraRouterScience + entities: + - uid: 2000 + components: + - type: Transform + pos: 25.5,-317.5 + parent: 2 +- proto: SurveillanceCameraRouterSecurity + entities: + - uid: 2184 + components: + - type: Transform + pos: 24.5,-317.5 + parent: 2 +- proto: SurveillanceCameraRouterService + entities: + - uid: 2251 + components: + - type: Transform + pos: 20.5,-317.5 + parent: 2 +- proto: SurveillanceCameraRouterSupply + entities: + - uid: 2416 + components: + - type: Transform + pos: 19.5,-317.5 + parent: 2 +- proto: SurveillanceCameraScience + entities: + - uid: 11759 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-301.5 + parent: 2 + - uid: 11760 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-310.5 + parent: 2 + - uid: 11761 + components: + - type: Transform + pos: -5.5,-319.5 + parent: 2 + - uid: 11766 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-304.5 + parent: 2 +- proto: SurveillanceCameraSecurity + entities: + - uid: 2280 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-342.5 + parent: 2 + - uid: 3072 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-336.5 + parent: 2 + - uid: 8470 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-335.5 + parent: 2 + - uid: 10821 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-335.5 + parent: 2 + - uid: 11767 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-331.5 + parent: 2 + - uid: 11768 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-329.5 + parent: 2 + - uid: 11778 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-356.5 + parent: 2 + - uid: 11783 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-356.5 + parent: 2 + - uid: 11784 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-356.5 + parent: 2 + - uid: 11785 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-366.5 + parent: 2 + - uid: 11786 + components: + - type: Transform + pos: -1.5,-373.5 + parent: 2 + - uid: 11788 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-362.5 + parent: 2 + - uid: 11790 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-362.5 + parent: 2 +- proto: SurveillanceCameraService + entities: + - uid: 11691 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-61.5 + parent: 2 + - uid: 11692 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-60.5 + parent: 2 + - uid: 11693 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-53.5 + parent: 2 + - uid: 11694 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-70.5 + parent: 2 + - uid: 11695 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-85.5 + parent: 2 + - uid: 11696 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-84.5 + parent: 2 +- proto: SurveillanceCameraSupply + entities: + - uid: 11753 + components: + - type: Transform + pos: 4.5,-282.5 + parent: 2 + - uid: 11755 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-270.5 + parent: 2 + - uid: 11756 + components: + - type: Transform + pos: -3.5,-288.5 + parent: 2 +- proto: SurveillanceCameraWirelessRouterEntertainment + entities: + - uid: 8597 + components: + - type: Transform + pos: 21.5,-317.5 + parent: 2 +- proto: SurveillanceWirelessCameraMovableEntertainment + entities: + - uid: 10677 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-371.5 + parent: 2 + - uid: 12683 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-119.5 + parent: 2 + - uid: 13451 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-37.5 + parent: 2 +- proto: SyndicateJawsOfLife + entities: + - uid: 12108 + components: + - type: Transform + pos: -11.481979,-161.38908 + parent: 2 +- proto: Syringe + entities: + - uid: 3693 + components: + - type: Transform + pos: 8.467955,-171.31325 + parent: 2 + - uid: 12391 + components: + - type: Transform + pos: -4.482805,-317.1948 + parent: 2 +- proto: SyringeIpecac + entities: + - uid: 3566 + components: + - type: Transform + pos: -7.5644717,-177.28705 + parent: 2 +- proto: Table + entities: + - uid: 577 + components: + - type: Transform + pos: 8.5,-173.5 + parent: 2 + - uid: 1072 + components: + - type: Transform + pos: -3.5,-26.5 + parent: 2 + - uid: 1483 + components: + - type: Transform + pos: 7.5,-56.5 + parent: 2 + - uid: 1761 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-32.5 + parent: 2 + - uid: 2320 + components: + - type: Transform + pos: 8.5,-175.5 + parent: 2 + - uid: 2738 + components: + - type: Transform + pos: 8.5,-177.5 + parent: 2 + - uid: 2779 + components: + - type: Transform + pos: 3.5,-173.5 + parent: 2 + - uid: 3075 + components: + - type: Transform + pos: 8.5,-171.5 + parent: 2 + - uid: 3166 + components: + - type: Transform + pos: 3.5,-171.5 + parent: 2 + - uid: 3187 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-32.5 + parent: 2 + - uid: 6509 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-32.5 + parent: 2 + - uid: 8928 + components: + - type: Transform + pos: 3.5,-179.5 + parent: 2 + - uid: 11328 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-27.5 + parent: 2 +- proto: TableCarpet + entities: + - uid: 2696 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-140.5 + parent: 2 + - uid: 2699 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-141.5 + parent: 2 + - uid: 2704 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-139.5 + parent: 2 + - uid: 14426 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-82.5 + parent: 2 + - uid: 14429 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-78.5 + parent: 2 + - uid: 14430 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-78.5 + parent: 2 + - uid: 14431 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-78.5 + parent: 2 + - uid: 14432 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-78.5 + parent: 2 + - uid: 14433 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-79.5 + parent: 2 + - uid: 14434 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-79.5 + parent: 2 + - uid: 14441 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-83.5 + parent: 2 + - uid: 14445 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-83.5 + parent: 2 + - uid: 14447 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-82.5 + parent: 2 +- proto: TableCounterMetal + entities: + - uid: 1835 + components: + - type: Transform + pos: 3.5,-99.5 + parent: 2 + - uid: 1836 + components: + - type: Transform + pos: 4.5,-99.5 + parent: 2 + - uid: 1838 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-94.5 + parent: 2 + - uid: 1840 + components: + - type: Transform + pos: 6.5,-95.5 + parent: 2 + - uid: 1849 + components: + - type: Transform + pos: 6.5,-94.5 + parent: 2 + - uid: 1850 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-94.5 + parent: 2 + - uid: 7835 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-245.5 + parent: 2 + - uid: 11913 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-246.5 + parent: 2 +- proto: TableCounterWood + entities: + - uid: 2725 + components: + - type: Transform + pos: -3.5,-136.5 + parent: 2 + - uid: 2726 + components: + - type: Transform + pos: -2.5,-136.5 + parent: 2 +- proto: TableGlass + entities: + - uid: 2083 + components: + - type: Transform + pos: -7.5,-115.5 + parent: 2 + - uid: 2084 + components: + - type: Transform + pos: -7.5,-112.5 + parent: 2 + - uid: 2085 + components: + - type: Transform + pos: -7.5,-118.5 + parent: 2 + - uid: 2752 + components: + - type: Transform + pos: 6.5,-123.5 + parent: 2 + - uid: 2931 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-174.5 + parent: 2 + - uid: 2966 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-175.5 + parent: 2 + - uid: 3703 + components: + - type: Transform + pos: 6.5,-122.5 + parent: 2 + - uid: 6659 + components: + - type: Transform + pos: -1.5,-168.5 + parent: 2 + - uid: 14350 + components: + - type: Transform + pos: 14.5,-59.5 + parent: 2 + - uid: 14355 + components: + - type: Transform + pos: 16.5,-59.5 + parent: 2 + - uid: 14628 + components: + - type: Transform + pos: -7.5,-256.5 + parent: 2 + - uid: 14629 + components: + - type: Transform + pos: -7.5,-255.5 + parent: 2 + - uid: 14659 + components: + - type: Transform + pos: 17.5,-73.5 + parent: 2 + - uid: 14660 + components: + - type: Transform + pos: 13.5,-73.5 + parent: 2 + - uid: 14661 + components: + - type: Transform + pos: 17.5,-69.5 + parent: 2 + - uid: 14662 + components: + - type: Transform + pos: 13.5,-69.5 + parent: 2 + - uid: 16506 + components: + - type: Transform + pos: -13.5,-161.5 + parent: 2 + - uid: 16507 + components: + - type: Transform + pos: -14.5,-161.5 + parent: 2 + - uid: 16508 + components: + - type: Transform + pos: -11.5,-168.5 + parent: 2 + - uid: 16509 + components: + - type: Transform + pos: -12.5,-168.5 + parent: 2 + - uid: 16510 + components: + - type: Transform + pos: -13.5,-168.5 + parent: 2 +- proto: TablePlasmaGlass + entities: + - uid: 2007 + components: + - type: Transform + pos: -7.5,-124.5 + parent: 2 + - uid: 14739 + components: + - type: Transform + pos: -6.5,-307.5 + parent: 2 + - uid: 14740 + components: + - type: Transform + pos: -5.5,-307.5 + parent: 2 +- proto: TableReinforced + entities: + - uid: 58 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,2.5 + parent: 2 + - uid: 59 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,2.5 + parent: 2 + - uid: 192 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-12.5 + parent: 2 + - uid: 198 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-11.5 + parent: 2 + - uid: 213 + components: + - type: Transform + pos: 6.5,-12.5 + parent: 2 + - uid: 924 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-60.5 + parent: 2 + - uid: 932 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-60.5 + parent: 2 + - uid: 996 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-64.5 + parent: 2 + - uid: 997 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-62.5 + parent: 2 + - uid: 998 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-63.5 + parent: 2 + - uid: 999 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-61.5 + parent: 2 + - uid: 1090 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-60.5 + parent: 2 + - uid: 1212 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-65.5 + parent: 2 + - uid: 1229 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-65.5 + parent: 2 + - uid: 1231 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-87.5 + parent: 2 + - uid: 1694 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-85.5 + parent: 2 + - uid: 1695 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-86.5 + parent: 2 + - uid: 1696 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-87.5 + parent: 2 + - uid: 1697 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-88.5 + parent: 2 + - uid: 1698 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-89.5 + parent: 2 + - uid: 1699 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-90.5 + parent: 2 + - uid: 1700 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-91.5 + parent: 2 + - uid: 1928 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-88.5 + parent: 2 + - uid: 1929 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-87.5 + parent: 2 + - uid: 1934 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-86.5 + parent: 2 + - uid: 1935 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-86.5 + parent: 2 + - uid: 1936 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-86.5 + parent: 2 + - uid: 1946 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-85.5 + parent: 2 + - uid: 2239 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-122.5 + parent: 2 + - uid: 2435 + components: + - type: Transform + pos: 2.5,-192.5 + parent: 2 + - uid: 3042 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-87.5 + parent: 2 + - uid: 3097 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-170.5 + parent: 2 + - uid: 3098 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-168.5 + parent: 2 + - uid: 3099 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-167.5 + parent: 2 + - uid: 3100 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-166.5 + parent: 2 + - uid: 3159 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-253.5 + parent: 2 + - uid: 3176 + components: + - type: Transform + pos: 3.5,-192.5 + parent: 2 + - uid: 3178 + components: + - type: Transform + pos: 1.5,-192.5 + parent: 2 + - uid: 3234 + components: + - type: Transform + pos: 1.5,-193.5 + parent: 2 + - uid: 3826 + components: + - type: Transform + pos: 7.5,-196.5 + parent: 2 + - uid: 3884 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-200.5 + parent: 2 + - uid: 3885 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-206.5 + parent: 2 + - uid: 3896 + components: + - type: Transform + pos: -6.5,-194.5 + parent: 2 + - uid: 3897 + components: + - type: Transform + pos: -6.5,-195.5 + parent: 2 + - uid: 3911 + components: + - type: Transform + pos: -4.5,-198.5 + parent: 2 + - uid: 3912 + components: + - type: Transform + pos: -3.5,-198.5 + parent: 2 + - uid: 4133 + components: + - type: Transform + pos: -1.5,-166.5 + parent: 2 + - uid: 4237 + components: + - type: Transform + pos: 4.5,-254.5 + parent: 2 + - uid: 4576 + components: + - type: Transform + pos: 7.5,-245.5 + parent: 2 + - uid: 4780 + components: + - type: Transform + pos: 8.5,-250.5 + parent: 2 + - uid: 4847 + components: + - type: Transform + pos: 8.5,-249.5 + parent: 2 + - uid: 4951 + components: + - type: Transform + pos: 5.5,-252.5 + parent: 2 + - uid: 5019 + components: + - type: Transform + pos: 4.5,-245.5 + parent: 2 + - uid: 5148 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-206.5 + parent: 2 + - uid: 6642 + components: + - type: Transform + pos: 5.5,-254.5 + parent: 2 + - uid: 6644 + components: + - type: Transform + pos: 5.5,-253.5 + parent: 2 + - uid: 6953 + components: + - type: Transform + pos: 3.5,-203.5 + parent: 2 + - uid: 7190 + components: + - type: Transform + pos: 2.5,-203.5 + parent: 2 + - uid: 7191 + components: + - type: Transform + pos: 1.5,-203.5 + parent: 2 + - uid: 7192 + components: + - type: Transform + pos: 3.5,-199.5 + parent: 2 + - uid: 7193 + components: + - type: Transform + pos: 2.5,-199.5 + parent: 2 + - uid: 7194 + components: + - type: Transform + pos: 1.5,-199.5 + parent: 2 + - uid: 7377 + components: + - type: Transform + pos: -5.5,-338.5 + parent: 2 + - uid: 7428 + components: + - type: Transform + pos: -5.5,-189.5 + parent: 2 + - uid: 7467 + components: + - type: Transform + pos: 18.5,-257.5 + parent: 2 + - uid: 7475 + components: + - type: Transform + pos: 7.5,-244.5 + parent: 2 + - uid: 7555 + components: + - type: Transform + pos: 7.5,-197.5 + parent: 2 + - uid: 7863 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-246.5 + parent: 2 + - uid: 7864 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,-245.5 + parent: 2 + - uid: 7892 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-245.5 + parent: 2 + - uid: 8261 + components: + - type: Transform + pos: 11.5,-252.5 + parent: 2 + - uid: 8435 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-247.5 + parent: 2 + - uid: 8499 + components: + - type: Transform + pos: -4.5,-273.5 + parent: 2 + - uid: 8516 + components: + - type: Transform + pos: -4.5,-272.5 + parent: 2 + - uid: 8526 + components: + - type: Transform + pos: 17.5,-257.5 + parent: 2 + - uid: 8531 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-272.5 + parent: 2 + - uid: 8532 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-271.5 + parent: 2 + - uid: 8534 + components: + - type: Transform + pos: -4.5,-285.5 + parent: 2 + - uid: 8661 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-251.5 + parent: 2 + - uid: 8685 + components: + - type: Transform + pos: -4.5,-286.5 + parent: 2 + - uid: 8689 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-250.5 + parent: 2 + - uid: 8857 + components: + - type: Transform + pos: -7.5,-271.5 + parent: 2 + - uid: 8902 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-254.5 + parent: 2 + - uid: 8954 + components: + - type: Transform + pos: -5.5,-272.5 + parent: 2 + - uid: 9054 + components: + - type: Transform + pos: 3.5,-282.5 + parent: 2 + - uid: 9055 + components: + - type: Transform + pos: 4.5,-282.5 + parent: 2 + - uid: 9056 + components: + - type: Transform + pos: 5.5,-282.5 + parent: 2 + - uid: 9080 + components: + - type: Transform + pos: 4.5,-273.5 + parent: 2 + - uid: 9081 + components: + - type: Transform + pos: 4.5,-272.5 + parent: 2 + - uid: 9515 + components: + - type: Transform + pos: 22.5,-317.5 + parent: 2 + - uid: 9517 + components: + - type: Transform + pos: 21.5,-315.5 + parent: 2 + - uid: 9576 + components: + - type: Transform + pos: 23.5,-297.5 + parent: 2 + - uid: 9617 + components: + - type: Transform + pos: 23.5,-299.5 + parent: 2 + - uid: 9618 + components: + - type: Transform + pos: 22.5,-297.5 + parent: 2 + - uid: 9620 + components: + - type: Transform + pos: 21.5,-299.5 + parent: 2 + - uid: 9698 + components: + - type: Transform + pos: 21.5,-309.5 + parent: 2 + - uid: 9699 + components: + - type: Transform + pos: 23.5,-305.5 + parent: 2 + - uid: 9700 + components: + - type: Transform + pos: 22.5,-309.5 + parent: 2 + - uid: 9701 + components: + - type: Transform + pos: 22.5,-305.5 + parent: 2 + - uid: 9963 + components: + - type: Transform + pos: 4.5,-316.5 + parent: 2 + - uid: 9964 + components: + - type: Transform + pos: 7.5,-312.5 + parent: 2 + - uid: 9965 + components: + - type: Transform + pos: 7.5,-313.5 + parent: 2 + - uid: 9966 + components: + - type: Transform + pos: 7.5,-314.5 + parent: 2 + - uid: 9967 + components: + - type: Transform + pos: 3.5,-316.5 + parent: 2 + - uid: 9969 + components: + - type: Transform + pos: 6.5,-314.5 + parent: 2 + - uid: 9977 + components: + - type: Transform + pos: 3.5,-315.5 + parent: 2 + - uid: 9981 + components: + - type: Transform + pos: 3.5,-304.5 + parent: 2 + - uid: 9982 + components: + - type: Transform + pos: 3.5,-303.5 + parent: 2 + - uid: 9983 + components: + - type: Transform + pos: 4.5,-304.5 + parent: 2 + - uid: 10024 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-302.5 + parent: 2 + - uid: 10077 + components: + - type: Transform + pos: -6.5,-317.5 + parent: 2 + - uid: 10078 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-302.5 + parent: 2 + - uid: 10097 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-303.5 + parent: 2 + - uid: 10098 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-304.5 + parent: 2 + - uid: 10100 + components: + - type: Transform + pos: -1.5,-301.5 + parent: 2 + - uid: 10101 + components: + - type: Transform + pos: -1.5,-300.5 + parent: 2 + - uid: 10113 + components: + - type: Transform + pos: -4.5,-303.5 + parent: 2 + - uid: 10115 + components: + - type: Transform + pos: -4.5,-302.5 + parent: 2 + - uid: 10116 + components: + - type: Transform + pos: -4.5,-304.5 + parent: 2 + - uid: 10690 + components: + - type: Transform + pos: -6.5,-339.5 + parent: 2 + - uid: 10755 + components: + - type: Transform + pos: -3.5,-334.5 + parent: 2 + - uid: 10771 + components: + - type: Transform + pos: -0.5,-345.5 + parent: 2 + - uid: 10849 + components: + - type: Transform + pos: -6.5,-338.5 + parent: 2 + - uid: 10855 + components: + - type: Transform + pos: -6.5,-340.5 + parent: 2 + - uid: 11043 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-328.5 + parent: 2 + - uid: 11045 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-328.5 + parent: 2 + - uid: 11059 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-331.5 + parent: 2 + - uid: 11060 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-332.5 + parent: 2 + - uid: 11061 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-332.5 + parent: 2 + - uid: 11062 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-332.5 + parent: 2 + - uid: 11099 + components: + - type: Transform + pos: -2.5,-346.5 + parent: 2 + - uid: 11100 + components: + - type: Transform + pos: -3.5,-346.5 + parent: 2 + - uid: 11101 + components: + - type: Transform + pos: -4.5,-346.5 + parent: 2 + - uid: 11200 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-358.5 + parent: 2 + - uid: 11430 + components: + - type: Transform + pos: -6.5,-360.5 + parent: 2 + - uid: 11431 + components: + - type: Transform + pos: -0.5,-365.5 + parent: 2 + - uid: 11484 + components: + - type: Transform + pos: 2.5,-370.5 + parent: 2 + - uid: 11485 + components: + - type: Transform + pos: 1.5,-370.5 + parent: 2 + - uid: 11486 + components: + - type: Transform + pos: 0.5,-370.5 + parent: 2 + - uid: 11487 + components: + - type: Transform + pos: -0.5,-370.5 + parent: 2 + - uid: 11488 + components: + - type: Transform + pos: -1.5,-370.5 + parent: 2 + - uid: 11489 + components: + - type: Transform + pos: -1.5,-371.5 + parent: 2 + - uid: 11752 + components: + - type: Transform + pos: -4.5,-357.5 + parent: 2 + - uid: 11757 + components: + - type: Transform + pos: -5.5,-357.5 + parent: 2 + - uid: 11758 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-189.5 + parent: 2 + - uid: 11764 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-357.5 + parent: 2 + - uid: 11765 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-358.5 + parent: 2 + - uid: 12372 + components: + - type: Transform + pos: -5.5,-317.5 + parent: 2 + - uid: 12373 + components: + - type: Transform + pos: -4.5,-317.5 + parent: 2 + - uid: 12374 + components: + - type: Transform + pos: -4.5,-316.5 + parent: 2 + - uid: 12886 + components: + - type: Transform + pos: -0.5,-366.5 + parent: 2 + - uid: 12887 + components: + - type: Transform + pos: 0.5,-366.5 + parent: 2 + - uid: 14799 + components: + - type: Transform + pos: -5.5,-339.5 + parent: 2 + - uid: 14800 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-193.5 + parent: 2 + - uid: 15030 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-133.5 + parent: 2 + - uid: 15031 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-134.5 + parent: 2 + - uid: 15187 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-193.5 + parent: 2 + - uid: 15260 + components: + - type: Transform + pos: 5.5,-245.5 + parent: 2 + - uid: 15586 + components: + - type: Transform + pos: 19.5,-257.5 + parent: 2 + - uid: 15788 + components: + - type: Transform + pos: -7.5,-172.5 + parent: 2 + - uid: 15804 + components: + - type: Transform + pos: -5.5,-340.5 + parent: 2 + - uid: 16883 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,-257.5 + parent: 2 +- proto: TableReinforcedGlass + entities: + - uid: 79 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-7.5 + parent: 2 + - uid: 85 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-1.5 + parent: 2 + - uid: 86 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-3.5 + parent: 2 + - uid: 87 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-3.5 + parent: 2 + - uid: 154 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-7.5 + parent: 2 + - uid: 159 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-6.5 + parent: 2 + - uid: 163 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-7.5 + parent: 2 + - uid: 165 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-7.5 + parent: 2 + - uid: 166 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-6.5 + parent: 2 + - uid: 169 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-6.5 + parent: 2 + - uid: 212 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-6.5 + parent: 2 + - uid: 1917 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-120.5 + parent: 2 + - uid: 2214 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-121.5 + parent: 2 + - uid: 2217 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-121.5 + parent: 2 + - uid: 2220 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-121.5 + parent: 2 + - uid: 2666 + components: + - type: Transform + pos: 6.5,-142.5 + parent: 2 + - uid: 2667 + components: + - type: Transform + pos: 6.5,-143.5 + parent: 2 + - uid: 2668 + components: + - type: Transform + pos: 2.5,-142.5 + parent: 2 + - uid: 2669 + components: + - type: Transform + pos: 2.5,-143.5 + parent: 2 + - uid: 3127 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-169.5 + parent: 2 + - uid: 3712 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-1.5 + parent: 2 + - uid: 4138 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-1.5 + parent: 2 + - uid: 11532 + components: + - type: Transform + pos: -0.5,-5.5 + parent: 2 + - uid: 11533 + components: + - type: Transform + pos: -1.5,-5.5 + parent: 2 + - uid: 11534 + components: + - type: Transform + pos: -2.5,-5.5 + parent: 2 + - uid: 11535 + components: + - type: Transform + pos: -3.5,-5.5 + parent: 2 + - uid: 11536 + components: + - type: Transform + pos: -3.5,-6.5 + parent: 2 + - uid: 11537 + components: + - type: Transform + pos: -3.5,-7.5 + parent: 2 + - uid: 11538 + components: + - type: Transform + pos: -2.5,-7.5 + parent: 2 + - uid: 11539 + components: + - type: Transform + pos: -1.5,-7.5 + parent: 2 + - uid: 11540 + components: + - type: Transform + pos: -0.5,-7.5 + parent: 2 +- proto: TableStone + entities: + - uid: 2030 + components: + - type: Transform + pos: -8.5,-122.5 + parent: 2 + - uid: 3118 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-165.5 + parent: 2 + - uid: 3133 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-167.5 + parent: 2 + - uid: 3189 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-168.5 + parent: 2 + - uid: 3190 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-167.5 + parent: 2 +- proto: TableWeb + entities: + - uid: 14354 + components: + - type: Transform + pos: 13.5,-63.5 + parent: 2 + - uid: 14380 + components: + - type: Transform + pos: 14.5,-63.5 + parent: 2 +- proto: TableWood + entities: + - uid: 301 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-13.5 + parent: 2 + - uid: 310 + components: + - type: Transform + pos: -0.5,-11.5 + parent: 2 + - uid: 314 + components: + - type: Transform + pos: -1.5,-9.5 + parent: 2 + - uid: 315 + components: + - type: Transform + pos: -2.5,-9.5 + parent: 2 + - uid: 436 + components: + - type: Transform + pos: -3.5,2.5 + parent: 2 + - uid: 616 + components: + - type: Transform + pos: -5.5,-63.5 + parent: 2 + - uid: 632 + components: + - type: Transform + pos: -6.5,-63.5 + parent: 2 + - uid: 1126 + components: + - type: Transform + pos: 1.5,-64.5 + parent: 2 + - uid: 1186 + components: + - type: Transform + pos: 0.5,-64.5 + parent: 2 + - uid: 1192 + components: + - type: Transform + pos: -3.5,-67.5 + parent: 2 + - uid: 1285 + components: + - type: Transform + pos: -6.5,-62.5 + parent: 2 + - uid: 1341 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-59.5 + parent: 2 + - uid: 1343 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-58.5 + parent: 2 + - uid: 1344 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-66.5 + parent: 2 + - uid: 1345 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-67.5 + parent: 2 + - uid: 1359 + components: + - type: Transform + pos: -5.5,-71.5 + parent: 2 + - uid: 1475 + components: + - type: Transform + pos: -5.5,-72.5 + parent: 2 + - uid: 3023 + components: + - type: Transform + pos: -6.5,-59.5 + parent: 2 + - uid: 3033 + components: + - type: Transform + pos: -3.5,-58.5 + parent: 2 + - uid: 3054 + components: + - type: Transform + pos: -2.5,-67.5 + parent: 2 + - uid: 3071 + components: + - type: Transform + pos: -6.5,-67.5 + parent: 2 + - uid: 3149 + components: + - type: Transform + pos: -6.5,-58.5 + parent: 2 + - uid: 3583 + components: + - type: Transform + pos: -2.5,-58.5 + parent: 2 + - uid: 4177 + components: + - type: Transform + pos: -5.5,-62.5 + parent: 2 + - uid: 4180 + components: + - type: Transform + pos: -6.5,-66.5 + parent: 2 +- proto: TargetDarts + entities: + - uid: 14772 + components: + - type: Transform + pos: 2.5088735,-32.514496 + parent: 2 +- proto: TegCenter + entities: + - uid: 5324 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-243.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: TegCirculator + entities: + - uid: 5323 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,-243.5 + parent: 2 + - type: PointLight + color: '#FF3300FF' + - uid: 5497 + components: + - type: Transform + pos: -14.5,-243.5 + parent: 2 + - type: PointLight + color: '#FF3300FF' +- proto: TelecomServer + entities: + - uid: 9500 + components: + - type: Transform + pos: 19.5,-297.5 + parent: 2 + - type: ContainerContainer + containers: + key_slots: !type:Container + showEnts: False + occludes: True + ents: + - 9501 + machine_board: !type:Container + showEnts: False + occludes: True + ents: [] + machine_parts: !type:Container + showEnts: False + occludes: True + ents: [] + - uid: 9503 + components: + - type: Transform + pos: 20.5,-297.5 + parent: 2 + - type: ContainerContainer + containers: + key_slots: !type:Container + showEnts: False + occludes: True + ents: + - 9504 + machine_board: !type:Container + showEnts: False + occludes: True + ents: [] + machine_parts: !type:Container + showEnts: False + occludes: True + ents: [] + - uid: 9547 + components: + - type: Transform + pos: 19.5,-299.5 + parent: 2 + - type: ContainerContainer + containers: + key_slots: !type:Container + showEnts: False + occludes: True + ents: + - 9548 + machine_board: !type:Container + showEnts: False + occludes: True + ents: [] + machine_parts: !type:Container + showEnts: False + occludes: True + ents: [] + - uid: 9549 + components: + - type: Transform + pos: 20.5,-299.5 + parent: 2 + - type: ContainerContainer + containers: + key_slots: !type:Container + showEnts: False + occludes: True + ents: + - 9550 + machine_board: !type:Container + showEnts: False + occludes: True + ents: [] + machine_parts: !type:Container + showEnts: False + occludes: True + ents: [] + - uid: 9551 + components: + - type: Transform + pos: 24.5,-297.5 + parent: 2 + - type: ContainerContainer + containers: + key_slots: !type:Container + showEnts: False + occludes: True + ents: + - 9552 + machine_board: !type:Container + showEnts: False + occludes: True + ents: [] + machine_parts: !type:Container + showEnts: False + occludes: True + ents: [] + - uid: 9553 + components: + - type: Transform + pos: 25.5,-297.5 + parent: 2 + - type: ContainerContainer + containers: + key_slots: !type:Container + showEnts: False + occludes: True + ents: + - 9554 + machine_board: !type:Container + showEnts: False + occludes: True + ents: [] + machine_parts: !type:Container + showEnts: False + occludes: True + ents: [] + - uid: 9555 + components: + - type: Transform + pos: 25.5,-299.5 + parent: 2 + - type: ContainerContainer + containers: + key_slots: !type:Container + showEnts: False + occludes: True + ents: + - 9556 + machine_board: !type:Container + showEnts: False + occludes: True + ents: [] + machine_parts: !type:Container + showEnts: False + occludes: True + ents: [] + - uid: 9557 + components: + - type: Transform + pos: 24.5,-299.5 + parent: 2 + - type: ContainerContainer + containers: + key_slots: !type:Container + showEnts: False + occludes: True + ents: + - 9558 + machine_board: !type:Container + showEnts: False + occludes: True + ents: [] + machine_parts: !type:Container + showEnts: False + occludes: True + ents: [] +- proto: TeslaCoil + entities: + - uid: 651 + components: + - type: Transform + pos: 16.5,-239.5 + parent: 2 + - uid: 3147 + components: + - type: Transform + pos: 15.5,-239.5 + parent: 2 + - uid: 6780 + components: + - type: Transform + pos: 15.5,-240.5 + parent: 2 + - uid: 7809 + components: + - type: Transform + pos: 15.5,-241.5 + parent: 2 +- proto: TeslaGenerator + entities: + - uid: 11715 + components: + - type: Transform + pos: 18.5,-239.5 + parent: 2 +- proto: TeslaGroundingRod + entities: + - uid: 3013 + components: + - type: Transform + pos: 16.5,-241.5 + parent: 2 + - uid: 3164 + components: + - type: Transform + pos: 16.5,-240.5 + parent: 2 +- proto: TeslaToy + entities: + - uid: 12214 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.513038,-250.51936 + parent: 2 +- proto: Thruster + entities: + - uid: 224 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-4.5 + parent: 2 + - uid: 225 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-4.5 + parent: 2 +- proto: ToiletDirtyWater + entities: + - uid: 2641 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-150.5 + parent: 2 +- proto: ToolboxArtisticFilled + entities: + - uid: 15264 + components: + - type: Transform + pos: 7.491327,-244.8711 + parent: 2 +- proto: ToolboxElectricalFilled + entities: + - uid: 2974 + components: + - type: Transform + pos: 5.522824,-253.77805 + parent: 2 + - uid: 5162 + components: + - type: Transform + pos: 5.4776406,-31.552532 + parent: 2 + - uid: 5405 + components: + - type: Transform + pos: 1.2603997,-187.48691 + parent: 2 + - uid: 6661 + components: + - type: Transform + pos: -9.413958,-300.49924 + parent: 2 + - uid: 15265 + components: + - type: Transform + pos: 7.48008,-245.11847 + parent: 2 +- proto: ToolboxEmergencyFilled + entities: + - uid: 3674 + components: + - type: Transform + pos: -7.4139504,-177.44359 + parent: 2 + - uid: 5410 + components: + - type: Transform + pos: 5.4776406,-31.341396 + parent: 2 + - uid: 9452 + components: + - type: Transform + pos: 21.599606,-315.52435 + parent: 2 + - uid: 14644 + components: + - type: Transform + pos: 6.4216676,-260.47906 + parent: 2 + - uid: 15263 + components: + - type: Transform + pos: 7.4688315,-244.61247 + parent: 2 +- proto: ToolboxGoldFilled + entities: + - uid: 84 + components: + - type: Transform + pos: -0.54247516,-3.4301338 + parent: 2 +- proto: ToolboxMechanicalFilled + entities: + - uid: 47 + components: + - type: Transform + pos: 1.4461527,2.44579 + parent: 2 + - uid: 1615 + components: + - type: Transform + pos: -2.7865536,-5.3156295 + parent: 2 + - uid: 5407 + components: + - type: Transform + pos: -5.2525826,-162.94519 + parent: 2 + - uid: 5409 + components: + - type: Transform + pos: 7.516703,-56.70343 + parent: 2 + - uid: 6883 + components: + - type: Transform + pos: -9.6328745,-300.19412 + parent: 2 + - uid: 8681 + components: + - type: Transform + pos: -5.3442082,-288.47815 + parent: 2 + - uid: 8688 + components: + - type: Transform + pos: -5.606662,-288.27576 + parent: 2 + - uid: 9453 + components: + - type: Transform + pos: 21.414711,-315.2735 + parent: 2 + - uid: 9980 + components: + - type: Transform + pos: 3.6579065,-316.43753 + parent: 2 + - uid: 10124 + components: + - type: Transform + pos: -4.3656063,-303.19275 + parent: 2 + - uid: 10125 + components: + - type: Transform + pos: -4.537293,-302.90228 + parent: 2 + - uid: 11677 + components: + - type: Transform + pos: -2.539098,-5.506784 + parent: 2 + - uid: 12227 + components: + - type: Transform + pos: 15.403523,-247.25401 + parent: 2 + - uid: 15262 + components: + - type: Transform + pos: 7.48008,-244.32011 + parent: 2 +- proto: ToyAi + entities: + - uid: 9478 + components: + - type: Transform + pos: 29.472055,-307.37292 + parent: 2 +- proto: ToyAmongPequeno + entities: + - uid: 2749 + components: + - type: Transform + pos: 3.5588014,-101.58778 + parent: 2 + - uid: 3191 + components: + - type: Transform + pos: -7.3859177,-94.83316 + parent: 2 + - uid: 3250 + components: + - type: Transform + pos: -7.59963,-94.50708 + parent: 2 + - uid: 4347 + components: + - type: Transform + pos: -7.7233577,-95.00183 + parent: 2 +- proto: ToyFigurineBartender + entities: + - uid: 12179 + components: + - type: Transform + pos: -2.566748,-60.54726 + parent: 2 +- proto: ToyFigurineBotanist + entities: + - uid: 12172 + components: + - type: Transform + pos: -4.5218763,-87.44556 + parent: 2 +- proto: ToyFigurineCaptain + entities: + - uid: 12175 + components: + - type: Transform + pos: -0.56393987,3.0352368 + parent: 2 +- proto: ToyFigurineCargoTech + entities: + - uid: 12180 + components: + - type: Transform + pos: 4.883979,-282.15594 + parent: 2 +- proto: ToyFigurineChaplain + entities: + - uid: 2672 + components: + - type: Transform + pos: 6.4167213,-142.44421 + parent: 2 +- proto: ToyFigurineChef + entities: + - uid: 12181 + components: + - type: Transform + pos: 3.5768247,-91.526825 + parent: 2 +- proto: ToyFigurineChemist + entities: + - uid: 12177 + components: + - type: Transform + pos: 2.5620208,-166.28375 + parent: 2 +- proto: ToyFigurineChiefMedicalOfficer + entities: + - uid: 8480 + components: + - type: Transform + pos: 5.494497,-178.97911 + parent: 2 +- proto: ToyFigurineClown + entities: + - uid: 12178 + components: + - type: Transform + pos: -7.7240214,-124.14133 + parent: 2 +- proto: ToyFigurineDetective + entities: + - uid: 2653 + components: + - type: Transform + pos: -5.2573676,-71.2794 + parent: 2 +- proto: ToyFigurineFootsoldier + entities: + - uid: 2329 + components: + - type: Transform + pos: -4.5065055,4.5218883 + parent: 2 +- proto: ToyFigurineGreytider + entities: + - uid: 12183 + components: + - type: Transform + pos: 13.608401,-144.38652 + parent: 2 +- proto: ToyFigurineHamlet + entities: + - uid: 3396 + components: + - type: MetaData + desc: The fourth of thirteen collectible Hamlet figures! This one looks fat. + - type: Transform + pos: -8.599227,-83.89427 + parent: 2 + - uid: 3621 + components: + - type: MetaData + desc: The sixth of thirteen collectible Hamlet figures! This one is dressed as a monk. + - type: Transform + parent: 7334 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 3625 + components: + - type: MetaData + desc: The fifth of thirteen collectible Hamlet figures! This one looks troubled. + - type: Transform + parent: 3001 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 11966 + components: + - type: MetaData + desc: The thirteenth of thirteen collectible figurines of Hamlet. This one looks like an evil dictator + - type: Transform + pos: -3.6355574,-334.1145 + parent: 2 + - uid: 12220 + components: + - type: MetaData + desc: The first of thirteen collectible figurines of Hamlet! This one looks important. + - type: Transform + pos: 5.404652,-11.960795 + parent: 2 + - uid: 12225 + components: + - type: MetaData + desc: The second of thirteen collectible Hamlet figures! This one has fallen asleep. + - type: Transform + pos: 2.6170347,-39.208244 + parent: 2 + - uid: 12228 + components: + - type: MetaData + desc: The third of thirteen collectible Hamlet figurines! This one looks jolly and drunk. + - type: Transform + pos: -3.1984427,-67.30008 + parent: 2 + - uid: 12233 + components: + - type: MetaData + desc: The seventh of thirteen collectible Hamlet figures! This one is holding a syringe in his teeth. + - type: Transform + pos: 5.5009203,-182.15453 + parent: 2 + - uid: 12236 + components: + - type: MetaData + desc: The eighth of thirteen collectible Hamlet figures! This one is sick and bald. + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.4284077,-206.78868 + parent: 2 + - uid: 12241 + components: + - type: MetaData + desc: The ninth of thirteen collectible Hamlet figures! This one looks like an astronaut. + - type: Transform + pos: 10.498955,-225.02173 + parent: 2 + - uid: 12287 + components: + - type: MetaData + desc: The twelfth of thirteen collectible Hamlet figures! This one wears glasses and looks extremely intelligent. + - type: Transform + pos: 25.537968,-317.06403 + parent: 2 +- proto: ToyFigurineHeadOfPersonnel + entities: + - uid: 12185 + components: + - type: Transform + pos: 1.7322779,-121.02217 + parent: 2 +- proto: ToyFigurineHeadOfSecurity + entities: + - uid: 12186 + components: + - type: Transform + pos: -3.5431526,-346.0501 + parent: 2 +- proto: ToyFigurineLawyer + entities: + - uid: 12188 + components: + - type: Transform + pos: 6.025828,-332.01364 + parent: 2 +- proto: ToyFigurineLibrarian + entities: + - uid: 12189 + components: + - type: Transform + pos: -5.419599,-139.50743 + parent: 2 +- proto: ToyFigurineMedicalDoctor + entities: + - uid: 12190 + components: + - type: Transform + pos: 8.682559,-175.29884 + parent: 2 +- proto: ToyFigurineMime + entities: + - uid: 11661 + components: + - type: Transform + parent: 2019 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ToyFigurineMouse + entities: + - uid: 12191 + components: + - type: Transform + pos: -2.4079862,-180.0877 + parent: 2 +- proto: ToyFigurineMusician + entities: + - uid: 12195 + components: + - type: Transform + pos: -6.3193665,-66.69339 + parent: 2 +- proto: ToyFigurineParamedic + entities: + - uid: 14077 + components: + - type: Transform + pos: -1.2981937,-166.44269 + parent: 2 +- proto: ToyFigurinePassenger + entities: + - uid: 12196 + components: + - type: Transform + pos: -7.6109595,-112.14438 + parent: 2 +- proto: ToyFigurineQuartermaster + entities: + - uid: 12197 + components: + - type: Transform + pos: 6.0710835,-285.60263 + parent: 2 +- proto: ToyFigurineRatKing + entities: + - uid: 12211 + components: + - type: Transform + pos: -6.4882874,-17.106768 + parent: 2 +- proto: ToyFigurineRatServant + entities: + - uid: 12123 + components: + - type: Transform + pos: -6.144914,-17.326809 + parent: 2 + - uid: 12212 + components: + - type: Transform + pos: -6.726009,-17.326809 + parent: 2 + - uid: 12213 + components: + - type: Transform + pos: -6.4354615,-17.49404 + parent: 2 +- proto: ToyFigurineResearchDirector + entities: + - uid: 4044 + components: + - type: Transform + pos: -5.49094,-305.1008 + parent: 2 +- proto: ToyFigurineSalvage + entities: + - uid: 12216 + components: + - type: Transform + pos: -4.4907207,-272.15012 + parent: 2 +- proto: ToyFigurineScientist + entities: + - uid: 12207 + components: + - type: Transform + pos: 7.126124,-314.31253 + parent: 2 +- proto: ToyFigurineSecurity + entities: + - uid: 13405 + components: + - type: Transform + pos: -3.2948563,-334.34607 + parent: 2 +- proto: ToyFigurineSlime + entities: + - uid: 12219 + components: + - type: Transform + pos: -2.4844923,-219.90608 + parent: 2 +- proto: ToyFigurineSpaceDragon + entities: + - uid: 12221 + components: + - type: Transform + pos: -6.453235,-181.61153 + parent: 2 +- proto: ToyFigurineWarden + entities: + - uid: 12223 + components: + - type: Transform + pos: 0.62263775,-366.41714 + parent: 2 +- proto: ToyFigurineWizard + entities: + - uid: 15038 + components: + - type: Transform + pos: -9.568627,-133.52042 + parent: 2 +- proto: ToyFigurineWizardFake + entities: + - uid: 3199 + components: + - type: Transform + pos: -8.133195,-94.51872 + parent: 2 +- proto: ToyGriffin + entities: + - uid: 12184 + components: + - type: Transform + pos: -2.8305314,-148.27542 + parent: 2 +- proto: ToyOwlman + entities: + - uid: 3852 + components: + - type: Transform + pos: 1.7216189,-370.325 + parent: 2 +- proto: ToySpawner + entities: + - uid: 2162 + components: + - type: Transform + pos: -7.5,-112.5 + parent: 2 + - uid: 2166 + components: + - type: Transform + pos: -8.5,-113.5 + parent: 2 + - uid: 3893 + components: + - type: Transform + pos: -5.5,-204.5 + parent: 2 + - uid: 13430 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-32.5 + parent: 2 +- proto: ToySword + entities: + - uid: 2774 + components: + - type: Transform + pos: 16.54856,-152.46567 + parent: 2 +- proto: TrashBananaPeel + entities: + - uid: 470 + components: + - type: Transform + pos: -4.4094033,-127.49721 + parent: 2 + - uid: 521 + components: + - type: Transform + pos: -6.1094556,-127.684784 + parent: 2 + - uid: 761 + components: + - type: Transform + pos: -6.493462,-127.34697 + parent: 2 +- proto: trayScanner + entities: + - uid: 16799 + components: + - type: Transform + parent: 16798 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: TrumpetInstrument + entities: + - uid: 14305 + components: + - type: Transform + pos: -22.876137,-264.95584 + parent: 2 +- proto: TwoWayLever + entities: + - uid: 7621 + components: + - type: Transform + pos: 3.5,-218.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 7644: + - Left: Forward + - Right: Reverse + - Middle: Off + 6589: + - Left: Forward + - Right: Reverse + - Middle: Off + 7715: + - Left: Forward + - Right: Reverse + - Middle: Off + 4899: + - Left: Forward + - Right: Reverse + - Middle: Off + 5452: + - Left: Forward + - Right: Reverse + - Middle: Off + 5450: + - Left: Forward + - Right: Reverse + - Middle: Off + 7620: + - Left: Forward + - Right: Reverse + - Middle: Off + - uid: 9006 + components: + - type: Transform + pos: 8.5,-282.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 8996: + - Left: Forward + - Right: Reverse + - Middle: Off + 8992: + - Left: Forward + - Right: Reverse + - Middle: Off + 8991: + - Left: Forward + - Right: Reverse + - Middle: Off + 8990: + - Left: Forward + - Right: Reverse + - Middle: Off + - uid: 9007 + components: + - type: Transform + pos: 8.5,-276.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 8997: + - Left: Forward + - Right: Reverse + - Middle: Off + 8995: + - Left: Forward + - Right: Reverse + - Middle: Off + 8994: + - Left: Forward + - Right: Reverse + - Middle: Off + 8993: + - Left: Forward + - Right: Reverse + - Middle: Off + - uid: 11710 + components: + - type: Transform + pos: 5.5,-358.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 11201: + - Left: Open + - Right: Open + - Middle: Toggle +- proto: UniformPrinter + entities: + - uid: 13684 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-119.5 + parent: 2 +- proto: Vaccinator + entities: + - uid: 3898 + components: + - type: Transform + pos: -6.5,-196.5 + parent: 2 +- proto: VendingBarDrobe + entities: + - uid: 1023 + components: + - type: Transform + pos: 3.5,-61.5 + parent: 2 +- proto: VendingMachineAtmosDrobe + entities: + - uid: 14575 + components: + - type: Transform + pos: -14.5,-265.5 + parent: 2 +- proto: VendingMachineBooze + entities: + - uid: 13627 + components: + - type: Transform + pos: 1.5,-61.5 + parent: 2 +- proto: VendingMachineCargoDrobe + entities: + - uid: 8502 + components: + - type: Transform + pos: 0.5,-276.5 + parent: 2 +- proto: VendingMachineCart + entities: + - uid: 2210 + components: + - type: Transform + pos: -1.5,-119.5 + parent: 2 +- proto: VendingMachineChapel + entities: + - uid: 2710 + components: + - type: Transform + pos: 5.5,-137.5 + parent: 2 +- proto: VendingMachineChefDrobe + entities: + - uid: 1780 + components: + - type: Transform + pos: -1.5,-92.5 + parent: 2 +- proto: VendingMachineChefvend + entities: + - uid: 1784 + components: + - type: Transform + pos: 0.5,-92.5 + parent: 2 +- proto: VendingMachineChemDrobe + entities: + - uid: 3130 + components: + - type: Transform + pos: 6.5,-162.5 + parent: 2 +- proto: VendingMachineChemicals + entities: + - uid: 3125 + components: + - type: Transform + pos: 3.5,-169.5 + parent: 2 +- proto: VendingMachineCigs + entities: + - uid: 950 + components: + - type: Transform + pos: 3.5,-80.5 + parent: 2 + - uid: 5089 + components: + - type: Transform + pos: 3.5,-47.5 + parent: 2 + - uid: 5300 + components: + - type: Transform + pos: 3.5,-188.5 + parent: 2 +- proto: VendingMachineClothing + entities: + - uid: 2367 + components: + - type: Transform + pos: 4.5,-126.5 + parent: 2 +- proto: VendingMachineCoffee + entities: + - uid: 14361 + components: + - type: Transform + pos: 16.5,-63.5 + parent: 2 +- proto: VendingMachineCondiments + entities: + - uid: 2027 + components: + - type: Transform + pos: 3.5,-85.5 + parent: 2 +- proto: VendingMachineCuraDrobe + entities: + - uid: 2722 + components: + - type: Transform + pos: -2.5,-134.5 + parent: 2 +- proto: VendingMachineDetDrobe + entities: + - uid: 11000 + components: + - type: Transform + pos: -5.5,-70.5 + parent: 2 +- proto: VendingMachineDinnerware + entities: + - uid: 1783 + components: + - type: Transform + pos: 1.5,-92.5 + parent: 2 +- proto: VendingMachineDonut + entities: + - uid: 8878 + components: + - type: Transform + pos: 2.5,-356.5 + parent: 2 +- proto: VendingMachineEngiDrobe + entities: + - uid: 8476 + components: + - type: Transform + pos: 8.5,-255.5 + parent: 2 +- proto: VendingMachineEngivend + entities: + - uid: 4973 + components: + - type: Transform + pos: 5.5,-247.5 + parent: 2 + - uid: 8979 + components: + - type: Transform + pos: 19.5,-245.5 + parent: 2 +- proto: VendingMachineGames + entities: + - uid: 2117 + components: + - type: Transform + pos: -2.5,-146.5 + parent: 2 + - uid: 14567 + components: + - type: Transform + pos: 13.5,-80.5 + parent: 2 +- proto: VendingMachineHappyHonk + entities: + - uid: 10698 + components: + - type: Transform + pos: 6.5,-17.5 + parent: 2 +- proto: VendingMachineHydrobe + entities: + - uid: 2321 + components: + - type: Transform + pos: -4.5,-82.5 + parent: 2 +- proto: VendingMachineJaniDrobe + entities: + - uid: 1718 + components: + - type: Transform + pos: -2.5,-53.5 + parent: 2 +- proto: VendingMachineLawDrobe + entities: + - uid: 11046 + components: + - type: Transform + pos: 6.5,-329.5 + parent: 2 +- proto: VendingMachineMedical + entities: + - uid: 2258 + components: + - type: Transform + pos: 7.5,-179.5 + parent: 2 + - uid: 4206 + components: + - type: Transform + pos: 3.5,-196.5 + parent: 2 + - uid: 11248 + components: + - type: Transform + pos: -6.5,-361.5 + parent: 2 +- proto: VendingMachineMediDrobe + entities: + - uid: 2461 + components: + - type: Transform + pos: -0.5,-193.5 + parent: 2 +- proto: VendingMachineNutri + entities: + - uid: 1743 + components: + - type: Transform + pos: -5.5,-88.5 + parent: 2 +- proto: VendingMachineRestockMedical + entities: + - uid: 1270 + components: + - type: Transform + pos: 3.449893,-163.3618 + parent: 2 +- proto: VendingMachineRoboDrobe + entities: + - uid: 9947 + components: + - type: Transform + pos: 8.5,-315.5 + parent: 2 +- proto: VendingMachineRobotics + entities: + - uid: 9948 + components: + - type: Transform + pos: 8.5,-316.5 + parent: 2 +- proto: VendingMachineSalvage + entities: + - uid: 8547 + components: + - type: Transform + pos: -2.5,-287.5 + parent: 2 +- proto: VendingMachineSciDrobe + entities: + - uid: 9819 + components: + - type: Transform + pos: -6.5,-305.5 + parent: 2 +- proto: VendingMachineSec + entities: + - uid: 844 + components: + - type: Transform + pos: -6.5,-342.5 + parent: 2 +- proto: VendingMachineSecDrobe + entities: + - uid: 13394 + components: + - type: Transform + pos: -5.5,-342.5 + parent: 2 +- proto: VendingMachineSeeds + entities: + - uid: 1618 + components: + - type: Transform + anchored: False + pos: -5.4964814,-84.54825 + parent: 2 + - type: Physics + bodyType: Dynamic +- proto: VendingMachineSeedsUnlocked + entities: + - uid: 11483 + components: + - type: Transform + pos: 6.5,-373.5 + parent: 2 +- proto: VendingMachineSnackOrange + entities: + - uid: 6701 + components: + - type: Transform + pos: -2.5,-242.5 + parent: 2 + - uid: 14341 + components: + - type: Transform + pos: 17.5,-63.5 + parent: 2 +- proto: VendingMachineSovietSoda + entities: + - uid: 1490 + components: + - type: Transform + pos: 4.5,-56.5 + parent: 2 +- proto: VendingMachineSustenance + entities: + - uid: 11456 + components: + - type: Transform + pos: 5.5,-374.5 + parent: 2 +- proto: VendingMachineTankDispenserEVA + entities: + - uid: 402 + components: + - type: Transform + pos: 5.5,2.5 + parent: 2 + - uid: 3717 + components: + - type: Transform + pos: 3.5,-161.5 + parent: 2 + - uid: 8237 + components: + - type: Transform + pos: 8.5,-247.5 + parent: 2 + - uid: 8552 + components: + - type: Transform + pos: -2.5,-288.5 + parent: 2 + - uid: 9541 + components: + - type: Transform + pos: 8.5,-342.5 + parent: 2 + - uid: 15163 + components: + - type: Transform + pos: 7.5,-118.5 + parent: 2 + - uid: 15172 + components: + - type: Transform + pos: 9.5,-120.5 + parent: 2 + - uid: 15242 + components: + - type: Transform + pos: -2.5,-257.5 + parent: 2 + - uid: 16961 + components: + - type: Transform + pos: -14.5,-250.5 + parent: 2 +- proto: VendingMachineTheater + entities: + - uid: 5065 + components: + - type: Transform + pos: 3.5,-126.5 + parent: 2 +- proto: VendingMachineVendomat + entities: + - uid: 10121 + components: + - type: Transform + pos: -2.5,-299.5 + parent: 2 + - uid: 11003 + components: + - type: Transform + pos: 3.5,-242.5 + parent: 2 +- proto: VendingMachineViroDrobe + entities: + - uid: 3902 + components: + - type: Transform + pos: -6.5,-198.5 + parent: 2 +- proto: VendingMachineWallMedical + entities: + - uid: 3702 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-172.5 + parent: 2 + - uid: 3721 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-195.5 + parent: 2 + - uid: 14308 + components: + - type: Transform + pos: 7.5,-170.5 + parent: 2 +- proto: VendingMachineWinter + entities: + - uid: 7487 + components: + - type: Transform + pos: 6.5,-125.5 + parent: 2 +- proto: VendingMachineYouTool + entities: + - uid: 4997 + components: + - type: Transform + pos: 2.5,-253.5 + parent: 2 + - uid: 9077 + components: + - type: Transform + pos: 7.5,-242.5 + parent: 2 +- proto: WallMining + entities: + - uid: 1998 + components: + - type: Transform + pos: 12.5,-82.5 + parent: 2 + - uid: 3844 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-142.5 + parent: 2 + - uid: 3845 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-140.5 + parent: 2 + - uid: 5247 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-149.5 + parent: 2 + - uid: 6631 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-157.5 + parent: 2 + - uid: 6823 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-148.5 + parent: 2 + - uid: 7240 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-136.5 + parent: 2 + - uid: 7241 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-137.5 + parent: 2 + - uid: 7242 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-137.5 + parent: 2 + - uid: 7244 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-136.5 + parent: 2 + - uid: 7245 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-137.5 + parent: 2 + - uid: 7246 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-137.5 + parent: 2 + - uid: 7252 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-143.5 + parent: 2 + - uid: 7261 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-143.5 + parent: 2 + - uid: 7264 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-140.5 + parent: 2 + - uid: 7269 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-148.5 + parent: 2 + - uid: 7271 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-151.5 + parent: 2 + - uid: 7272 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-151.5 + parent: 2 + - uid: 7277 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-154.5 + parent: 2 + - uid: 7278 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-154.5 + parent: 2 + - uid: 7279 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-155.5 + parent: 2 + - uid: 7280 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-155.5 + parent: 2 + - uid: 7281 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-155.5 + parent: 2 + - uid: 7282 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-155.5 + parent: 2 + - uid: 7283 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-154.5 + parent: 2 + - uid: 7284 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-154.5 + parent: 2 + - uid: 7291 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-157.5 + parent: 2 + - uid: 7292 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-158.5 + parent: 2 + - uid: 7294 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-158.5 + parent: 2 + - uid: 7295 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-157.5 + parent: 2 + - uid: 7296 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-157.5 + parent: 2 + - uid: 7297 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-158.5 + parent: 2 + - uid: 7298 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-158.5 + parent: 2 + - uid: 7303 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-161.5 + parent: 2 + - uid: 7304 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-161.5 + parent: 2 + - uid: 7305 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-163.5 + parent: 2 + - uid: 7308 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-164.5 + parent: 2 + - uid: 7394 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-167.5 + parent: 2 + - uid: 7783 + components: + - type: Transform + pos: 12.5,-71.5 + parent: 2 + - uid: 7836 + components: + - type: Transform + pos: 13.5,-59.5 + parent: 2 + - uid: 7839 + components: + - type: Transform + pos: 12.5,-59.5 + parent: 2 + - uid: 7840 + components: + - type: Transform + pos: 13.5,-58.5 + parent: 2 + - uid: 8175 + components: + - type: Transform + pos: 18.5,-83.5 + parent: 2 + - uid: 8226 + components: + - type: Transform + pos: 12.5,-69.5 + parent: 2 + - uid: 8379 + components: + - type: Transform + pos: 17.5,-66.5 + parent: 2 + - uid: 8405 + components: + - type: Transform + pos: 12.5,-67.5 + parent: 2 + - uid: 8409 + components: + - type: Transform + pos: 14.5,-66.5 + parent: 2 + - uid: 8439 + components: + - type: Transform + pos: 16.5,-58.5 + parent: 2 + - uid: 8475 + components: + - type: Transform + pos: 12.5,-63.5 + parent: 2 + - uid: 8693 + components: + - type: Transform + pos: 13.5,-66.5 + parent: 2 + - uid: 8832 + components: + - type: Transform + pos: 17.5,-58.5 + parent: 2 + - uid: 8972 + components: + - type: Transform + pos: 12.5,-68.5 + parent: 2 + - uid: 9018 + components: + - type: Transform + pos: 15.5,-58.5 + parent: 2 + - uid: 9024 + components: + - type: Transform + pos: 16.5,-66.5 + parent: 2 + - uid: 11007 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-150.5 + parent: 2 + - uid: 11047 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-141.5 + parent: 2 + - uid: 11057 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-162.5 + parent: 2 + - uid: 11112 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-149.5 + parent: 2 + - uid: 11113 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-142.5 + parent: 2 + - uid: 11114 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-163.5 + parent: 2 + - uid: 12127 + components: + - type: Transform + pos: 14.5,-58.5 + parent: 2 + - uid: 14078 + components: + - type: Transform + pos: 18.5,-67.5 + parent: 2 + - uid: 14079 + components: + - type: Transform + pos: 18.5,-68.5 + parent: 2 + - uid: 14093 + components: + - type: Transform + pos: 17.5,-86.5 + parent: 2 + - uid: 14098 + components: + - type: Transform + pos: 17.5,-85.5 + parent: 2 + - uid: 14099 + components: + - type: Transform + pos: 18.5,-85.5 + parent: 2 + - uid: 14100 + components: + - type: Transform + pos: 18.5,-84.5 + parent: 2 + - uid: 14102 + components: + - type: Transform + pos: 12.5,-83.5 + parent: 2 + - uid: 14103 + components: + - type: Transform + pos: 13.5,-86.5 + parent: 2 + - uid: 14228 + components: + - type: Transform + pos: 13.5,-85.5 + parent: 2 + - uid: 14236 + components: + - type: Transform + pos: 12.5,-85.5 + parent: 2 + - uid: 14237 + components: + - type: Transform + pos: 12.5,-84.5 + parent: 2 + - uid: 14238 + components: + - type: Transform + pos: 12.5,-80.5 + parent: 2 + - uid: 14239 + components: + - type: Transform + pos: 18.5,-70.5 + parent: 2 + - uid: 14240 + components: + - type: Transform + pos: 18.5,-71.5 + parent: 2 + - uid: 14241 + components: + - type: Transform + pos: 12.5,-76.5 + parent: 2 + - uid: 14242 + components: + - type: Transform + pos: 12.5,-75.5 + parent: 2 + - uid: 14243 + components: + - type: Transform + pos: 18.5,-69.5 + parent: 2 + - uid: 14244 + components: + - type: Transform + pos: 18.5,-82.5 + parent: 2 + - uid: 14245 + components: + - type: Transform + pos: 18.5,-81.5 + parent: 2 + - uid: 14246 + components: + - type: Transform + pos: 18.5,-80.5 + parent: 2 + - uid: 14247 + components: + - type: Transform + pos: 18.5,-76.5 + parent: 2 + - uid: 14248 + components: + - type: Transform + pos: 18.5,-75.5 + parent: 2 + - uid: 14311 + components: + - type: Transform + pos: 17.5,-59.5 + parent: 2 + - uid: 14312 + components: + - type: Transform + pos: 18.5,-59.5 + parent: 2 + - uid: 14315 + components: + - type: Transform + pos: 18.5,-63.5 + parent: 2 + - uid: 14317 + components: + - type: Transform + pos: 17.5,-64.5 + parent: 2 + - uid: 14318 + components: + - type: Transform + pos: 16.5,-64.5 + parent: 2 + - uid: 14319 + components: + - type: Transform + pos: 14.5,-64.5 + parent: 2 + - uid: 14320 + components: + - type: Transform + pos: 13.5,-64.5 + parent: 2 + - uid: 14366 + components: + - type: Transform + pos: 13.5,-76.5 + parent: 2 + - uid: 14386 + components: + - type: Transform + pos: 17.5,-76.5 + parent: 2 +- proto: WallMiningDiagonal + entities: + - uid: 4136 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-87.5 + parent: 2 + - uid: 7395 + components: + - type: Transform + pos: 12.5,-136.5 + parent: 2 + - uid: 7396 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-136.5 + parent: 2 + - uid: 7397 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-155.5 + parent: 2 + - uid: 7398 + components: + - type: Transform + pos: 12.5,-157.5 + parent: 2 + - uid: 7399 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-157.5 + parent: 2 + - uid: 7400 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-155.5 + parent: 2 + - uid: 8581 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-135.5 + parent: 2 + - uid: 14265 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-87.5 + parent: 2 + - uid: 14277 + components: + - type: Transform + pos: 12.5,-66.5 + parent: 2 + - uid: 14278 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-66.5 + parent: 2 + - uid: 14279 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-86.5 + parent: 2 + - uid: 14280 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-86.5 + parent: 2 + - uid: 14287 + components: + - type: Transform + pos: 13.5,-135.5 + parent: 2 + - uid: 14310 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-58.5 + parent: 2 + - uid: 14322 + components: + - type: Transform + pos: 12.5,-58.5 + parent: 2 + - uid: 14323 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-64.5 + parent: 2 + - uid: 14324 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-64.5 + parent: 2 +- proto: WallmountTelevision + entities: + - uid: 2723 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-111.5 + parent: 2 + - uid: 6052 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-343.5 + parent: 2 + - uid: 11205 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-13.5 + parent: 2 + - uid: 12686 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-374.5 + parent: 2 + - uid: 12688 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-299.5 + parent: 2 + - uid: 12690 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-201.5 + parent: 2 + - uid: 12691 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-150.5 + parent: 2 + - uid: 12693 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-28.5 + parent: 2 +- proto: WallPlastitaniumDiagonal + entities: + - uid: 8142 + components: + - type: Transform + pos: 18.5,-296.5 + parent: 2 + - uid: 9398 + components: + - type: Transform + pos: 18.5,-314.5 + parent: 2 + - uid: 9399 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-300.5 + parent: 2 + - uid: 9407 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-296.5 + parent: 2 + - uid: 9408 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,-300.5 + parent: 2 + - uid: 9411 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-314.5 + parent: 2 + - uid: 9412 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,-318.5 + parent: 2 + - uid: 9413 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-318.5 + parent: 2 + - uid: 9427 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-309.5 + parent: 2 + - uid: 9428 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-305.5 + parent: 2 + - uid: 9451 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,-304.5 + parent: 2 + - uid: 9456 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-303.5 + parent: 2 + - uid: 9458 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,-302.5 + parent: 2 + - uid: 9479 + components: + - type: Transform + pos: 25.5,-310.5 + parent: 2 + - uid: 9480 + components: + - type: Transform + pos: 24.5,-311.5 + parent: 2 + - uid: 9481 + components: + - type: Transform + pos: 26.5,-309.5 + parent: 2 + - uid: 9482 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-312.5 + parent: 2 + - uid: 9483 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,-311.5 + parent: 2 + - uid: 9484 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,-310.5 + parent: 2 + - uid: 9485 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-312.5 + parent: 2 + - uid: 9486 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-311.5 + parent: 2 + - uid: 9487 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-310.5 + parent: 2 + - uid: 9488 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-309.5 + parent: 2 + - uid: 9489 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,-310.5 + parent: 2 + - uid: 9490 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,-311.5 + parent: 2 + - uid: 9491 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-305.5 + parent: 2 + - uid: 9492 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-304.5 + parent: 2 + - uid: 9493 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-303.5 + parent: 2 + - uid: 9494 + components: + - type: Transform + pos: 19.5,-302.5 + parent: 2 + - uid: 9495 + components: + - type: Transform + pos: 18.5,-303.5 + parent: 2 + - uid: 9496 + components: + - type: Transform + pos: 17.5,-304.5 + parent: 2 + - uid: 9511 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,-305.5 + parent: 2 + - uid: 9512 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-304.5 + parent: 2 + - uid: 9513 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-303.5 + parent: 2 +- proto: WallReinforced + entities: + - uid: 22 + components: + - type: Transform + pos: -2.5,3.5 + parent: 2 + - uid: 23 + components: + - type: Transform + pos: -2.5,2.5 + parent: 2 + - uid: 24 + components: + - type: Transform + pos: -3.5,3.5 + parent: 2 + - uid: 27 + components: + - type: Transform + pos: 3.5,2.5 + parent: 2 + - uid: 28 + components: + - type: Transform + pos: 3.5,3.5 + parent: 2 + - uid: 29 + components: + - type: Transform + pos: 4.5,3.5 + parent: 2 + - uid: 30 + components: + - type: Transform + pos: 5.5,3.5 + parent: 2 + - uid: 32 + components: + - type: Transform + pos: -2.5,0.5 + parent: 2 + - uid: 33 + components: + - type: Transform + pos: -2.5,-0.5 + parent: 2 + - uid: 34 + components: + - type: Transform + pos: -1.5,-0.5 + parent: 2 + - uid: 35 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 2 + - uid: 36 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 2 + - uid: 37 + components: + - type: Transform + pos: 2.5,-0.5 + parent: 2 + - uid: 38 + components: + - type: Transform + pos: 3.5,-0.5 + parent: 2 + - uid: 39 + components: + - type: Transform + pos: 3.5,0.5 + parent: 2 + - uid: 40 + components: + - type: Transform + pos: 3.5,1.5 + parent: 2 + - uid: 63 + components: + - type: Transform + pos: 7.5,-10.5 + parent: 2 + - uid: 66 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 2 + - uid: 67 + components: + - type: Transform + pos: 7.5,-11.5 + parent: 2 + - uid: 68 + components: + - type: Transform + pos: 7.5,-9.5 + parent: 2 + - uid: 70 + components: + - type: Transform + pos: -4.5,-2.5 + parent: 2 + - uid: 71 + components: + - type: Transform + pos: -4.5,-3.5 + parent: 2 + - uid: 72 + components: + - type: Transform + pos: -4.5,-4.5 + parent: 2 + - uid: 73 + components: + - type: Transform + pos: -3.5,-4.5 + parent: 2 + - uid: 75 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-342.5 + parent: 2 + - uid: 77 + components: + - type: Transform + pos: 0.5,-4.5 + parent: 2 + - uid: 78 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 2 + - uid: 104 + components: + - type: Transform + pos: 3.5,-1.5 + parent: 2 + - uid: 108 + components: + - type: Transform + pos: 6.5,-3.5 + parent: 2 + - uid: 109 + components: + - type: Transform + pos: 7.5,-3.5 + parent: 2 + - uid: 110 + components: + - type: Transform + pos: 8.5,-3.5 + parent: 2 + - uid: 111 + components: + - type: Transform + pos: 8.5,-2.5 + parent: 2 + - uid: 112 + components: + - type: Transform + pos: 8.5,-1.5 + parent: 2 + - uid: 114 + components: + - type: Transform + pos: 7.5,-0.5 + parent: 2 + - uid: 115 + components: + - type: Transform + pos: 7.5,1.5 + parent: 2 + - uid: 116 + components: + - type: Transform + pos: 7.5,0.5 + parent: 2 + - uid: 118 + components: + - type: Transform + pos: 6.5,2.5 + parent: 2 + - uid: 119 + components: + - type: Transform + pos: -4.5,3.5 + parent: 2 + - uid: 127 + components: + - type: Transform + pos: -7.5,-1.5 + parent: 2 + - uid: 128 + components: + - type: Transform + pos: -7.5,-2.5 + parent: 2 + - uid: 129 + components: + - type: Transform + pos: -7.5,-3.5 + parent: 2 + - uid: 134 + components: + - type: Transform + pos: 7.5,-4.5 + parent: 2 + - uid: 136 + components: + - type: Transform + pos: 7.5,-12.5 + parent: 2 + - uid: 137 + components: + - type: Transform + pos: 7.5,-13.5 + parent: 2 + - uid: 138 + components: + - type: Transform + pos: 6.5,-13.5 + parent: 2 + - uid: 157 + components: + - type: Transform + pos: 0.5,-5.5 + parent: 2 + - uid: 167 + components: + - type: Transform + pos: 0.5,-7.5 + parent: 2 + - uid: 175 + components: + - type: Transform + pos: 0.5,-8.5 + parent: 2 + - uid: 176 + components: + - type: Transform + pos: 0.5,-9.5 + parent: 2 + - uid: 177 + components: + - type: Transform + pos: 0.5,-11.5 + parent: 2 + - uid: 178 + components: + - type: Transform + pos: 0.5,-12.5 + parent: 2 + - uid: 179 + components: + - type: Transform + pos: 0.5,-13.5 + parent: 2 + - uid: 182 + components: + - type: Transform + pos: -0.5,-8.5 + parent: 2 + - uid: 183 + components: + - type: Transform + pos: -1.5,-8.5 + parent: 2 + - uid: 184 + components: + - type: Transform + pos: -2.5,-8.5 + parent: 2 + - uid: 185 + components: + - type: Transform + pos: 4.5,-13.5 + parent: 2 + - uid: 186 + components: + - type: Transform + pos: 3.5,-13.5 + parent: 2 + - uid: 187 + components: + - type: Transform + pos: 1.5,-13.5 + parent: 2 + - uid: 189 + components: + - type: Transform + pos: -4.5,-5.5 + parent: 2 + - uid: 240 + components: + - type: Transform + pos: -6.5,-12.5 + parent: 2 + - uid: 241 + components: + - type: Transform + pos: -6.5,-13.5 + parent: 2 + - uid: 242 + components: + - type: Transform + pos: -6.5,-14.5 + parent: 2 + - uid: 243 + components: + - type: Transform + pos: 7.5,-14.5 + parent: 2 + - uid: 245 + components: + - type: Transform + pos: -4.5,-10.5 + parent: 2 + - uid: 246 + components: + - type: Transform + pos: -4.5,-11.5 + parent: 2 + - uid: 247 + components: + - type: Transform + pos: -4.5,-12.5 + parent: 2 + - uid: 248 + components: + - type: Transform + pos: -4.5,-13.5 + parent: 2 + - uid: 251 + components: + - type: Transform + pos: -1.5,-12.5 + parent: 2 + - uid: 252 + components: + - type: Transform + pos: -0.5,-12.5 + parent: 2 + - uid: 253 + components: + - type: Transform + pos: 0.5,-14.5 + parent: 2 + - uid: 255 + components: + - type: Transform + pos: -0.5,-15.5 + parent: 2 + - uid: 256 + components: + - type: Transform + pos: -1.5,-15.5 + parent: 2 + - uid: 257 + components: + - type: Transform + pos: -2.5,-15.5 + parent: 2 + - uid: 263 + components: + - type: Transform + pos: 8.5,-15.5 + parent: 2 + - uid: 265 + components: + - type: Transform + pos: -7.5,-15.5 + parent: 2 + - uid: 327 + components: + - type: Transform + pos: -7.5,-17.5 + parent: 2 + - uid: 328 + components: + - type: Transform + pos: -7.5,-18.5 + parent: 2 + - uid: 335 + components: + - type: Transform + pos: -2.5,-19.5 + parent: 2 + - uid: 336 + components: + - type: Transform + pos: -1.5,-19.5 + parent: 2 + - uid: 337 + components: + - type: Transform + pos: -1.5,-18.5 + parent: 2 + - uid: 338 + components: + - type: Transform + pos: -0.5,-18.5 + parent: 2 + - uid: 340 + components: + - type: Transform + pos: -0.5,-20.5 + parent: 2 + - uid: 341 + components: + - type: Transform + pos: 1.5,-20.5 + parent: 2 + - uid: 343 + components: + - type: Transform + pos: 2.5,-19.5 + parent: 2 + - uid: 344 + components: + - type: Transform + pos: 2.5,-18.5 + parent: 2 + - uid: 345 + components: + - type: Transform + pos: 1.5,-18.5 + parent: 2 + - uid: 346 + components: + - type: Transform + pos: 3.5,-19.5 + parent: 2 + - uid: 347 + components: + - type: Transform + pos: 4.5,-19.5 + parent: 2 + - uid: 348 + components: + - type: Transform + pos: 4.5,-20.5 + parent: 2 + - uid: 353 + components: + - type: Transform + pos: 8.5,-18.5 + parent: 2 + - uid: 354 + components: + - type: Transform + pos: 8.5,-17.5 + parent: 2 + - uid: 355 + components: + - type: Transform + pos: 8.5,-16.5 + parent: 2 + - uid: 357 + components: + - type: Transform + pos: 4.5,-17.5 + parent: 2 + - uid: 358 + components: + - type: Transform + pos: 3.5,-17.5 + parent: 2 + - uid: 360 + components: + - type: Transform + pos: -1.5,-16.5 + parent: 2 + - uid: 361 + components: + - type: Transform + pos: -3.5,-19.5 + parent: 2 + - uid: 362 + components: + - type: Transform + pos: -3.5,-20.5 + parent: 2 + - uid: 366 + components: + - type: Transform + pos: 1.5,-24.5 + parent: 2 + - uid: 373 + components: + - type: Transform + pos: -6.5,1.5 + parent: 2 + - uid: 374 + components: + - type: Transform + pos: -5.5,2.5 + parent: 2 + - uid: 426 + components: + - type: Transform + pos: 2.5,-25.5 + parent: 2 + - uid: 427 + components: + - type: Transform + pos: 2.5,-26.5 + parent: 2 + - uid: 428 + components: + - type: Transform + pos: 1.5,-26.5 + parent: 2 + - uid: 429 + components: + - type: Transform + pos: -0.5,-24.5 + parent: 2 + - uid: 431 + components: + - type: Transform + pos: -1.5,-25.5 + parent: 2 + - uid: 432 + components: + - type: Transform + pos: -1.5,-26.5 + parent: 2 + - uid: 433 + components: + - type: Transform + pos: -0.5,-26.5 + parent: 2 + - uid: 435 + components: + - type: Transform + pos: -2.5,-25.5 + parent: 2 + - uid: 445 + components: + - type: Transform + pos: -6.5,-27.5 + parent: 2 + - uid: 446 + components: + - type: Transform + pos: -6.5,-28.5 + parent: 2 + - uid: 448 + components: + - type: Transform + pos: -5.5,-25.5 + parent: 2 + - uid: 449 + components: + - type: Transform + pos: -6.5,-26.5 + parent: 2 + - uid: 450 + components: + - type: Transform + pos: -7.5,-28.5 + parent: 2 + - uid: 451 + components: + - type: Transform + pos: -6.5,-30.5 + parent: 2 + - uid: 452 + components: + - type: Transform + pos: -7.5,-30.5 + parent: 2 + - uid: 453 + components: + - type: Transform + pos: -7.5,-32.5 + parent: 2 + - uid: 454 + components: + - type: Transform + pos: -6.5,-32.5 + parent: 2 + - uid: 455 + components: + - type: Transform + pos: -6.5,-33.5 + parent: 2 + - uid: 456 + components: + - type: Transform + pos: -6.5,-34.5 + parent: 2 + - uid: 471 + components: + - type: Transform + pos: -2.5,-42.5 + parent: 2 + - uid: 474 + components: + - type: Transform + pos: -6.5,-40.5 + parent: 2 + - uid: 485 + components: + - type: Transform + pos: 4.5,-26.5 + parent: 2 + - uid: 494 + components: + - type: Transform + pos: 7.5,-35.5 + parent: 2 + - uid: 495 + components: + - type: Transform + pos: 7.5,-34.5 + parent: 2 + - uid: 496 + components: + - type: Transform + pos: 7.5,-33.5 + parent: 2 + - uid: 498 + components: + - type: Transform + pos: 8.5,-32.5 + parent: 2 + - uid: 499 + components: + - type: Transform + pos: 8.5,-30.5 + parent: 2 + - uid: 500 + components: + - type: Transform + pos: 7.5,-30.5 + parent: 2 + - uid: 501 + components: + - type: Transform + pos: 8.5,-28.5 + parent: 2 + - uid: 503 + components: + - type: Transform + pos: 7.5,-26.5 + parent: 2 + - uid: 505 + components: + - type: Transform + pos: 6.5,-26.5 + parent: 2 + - uid: 506 + components: + - type: Transform + pos: 8.5,-37.5 + parent: 2 + - uid: 507 + components: + - type: Transform + pos: 6.5,-25.5 + parent: 2 + - uid: 508 + components: + - type: Transform + pos: 7.5,-37.5 + parent: 2 + - uid: 513 + components: + - type: Transform + pos: 7.5,-42.5 + parent: 2 + - uid: 514 + components: + - type: Transform + pos: 8.5,-42.5 + parent: 2 + - uid: 515 + components: + - type: Transform + pos: 8.5,-44.5 + parent: 2 + - uid: 516 + components: + - type: Transform + pos: 7.5,-44.5 + parent: 2 + - uid: 522 + components: + - type: Transform + pos: 4.5,-46.5 + parent: 2 + - uid: 523 + components: + - type: Transform + pos: 3.5,-46.5 + parent: 2 + - uid: 524 + components: + - type: Transform + pos: 2.5,-46.5 + parent: 2 + - uid: 525 + components: + - type: Transform + pos: 4.5,-47.5 + parent: 2 + - uid: 526 + components: + - type: Transform + pos: 4.5,-45.5 + parent: 2 + - uid: 527 + components: + - type: Transform + pos: 2.5,-45.5 + parent: 2 + - uid: 528 + components: + - type: Transform + pos: 1.5,-45.5 + parent: 2 + - uid: 530 + components: + - type: Transform + pos: 1.5,-47.5 + parent: 2 + - uid: 532 + components: + - type: Transform + pos: -0.5,-47.5 + parent: 2 + - uid: 534 + components: + - type: Transform + pos: -1.5,-46.5 + parent: 2 + - uid: 535 + components: + - type: Transform + pos: -1.5,-45.5 + parent: 2 + - uid: 536 + components: + - type: Transform + pos: -0.5,-45.5 + parent: 2 + - uid: 537 + components: + - type: Transform + pos: -2.5,-46.5 + parent: 2 + - uid: 538 + components: + - type: Transform + pos: -3.5,-46.5 + parent: 2 + - uid: 542 + components: + - type: Transform + pos: -3.5,-45.5 + parent: 2 + - uid: 543 + components: + - type: Transform + pos: -6.5,-38.5 + parent: 2 + - uid: 544 + components: + - type: Transform + pos: -6.5,-37.5 + parent: 2 + - uid: 546 + components: + - type: Transform + pos: -7.5,-37.5 + parent: 2 + - uid: 547 + components: + - type: Transform + pos: -5.5,-45.5 + parent: 2 + - uid: 548 + components: + - type: Transform + pos: -6.5,-45.5 + parent: 2 + - uid: 549 + components: + - type: Transform + pos: -6.5,-41.5 + parent: 2 + - uid: 550 + components: + - type: Transform + pos: -6.5,-44.5 + parent: 2 + - uid: 551 + components: + - type: Transform + pos: -6.5,-42.5 + parent: 2 + - uid: 552 + components: + - type: Transform + pos: -7.5,-42.5 + parent: 2 + - uid: 553 + components: + - type: Transform + pos: -7.5,-44.5 + parent: 2 + - uid: 554 + components: + - type: Transform + pos: -1.5,-42.5 + parent: 2 + - uid: 555 + components: + - type: Transform + pos: -1.5,-43.5 + parent: 2 + - uid: 566 + components: + - type: Transform + pos: 4.5,-25.5 + parent: 2 + - uid: 567 + components: + - type: Transform + pos: 3.5,-25.5 + parent: 2 + - uid: 585 + components: + - type: Transform + pos: 3.5,-55.5 + parent: 2 + - uid: 603 + components: + - type: Transform + pos: -3.5,-42.5 + parent: 2 + - uid: 608 + components: + - type: Transform + pos: -3.5,-101.5 + parent: 2 + - uid: 626 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-335.5 + parent: 2 + - uid: 643 + components: + - type: Transform + pos: -18.5,-254.5 + parent: 2 + - uid: 646 + components: + - type: Transform + pos: 2.5,-52.5 + parent: 2 + - uid: 663 + components: + - type: Transform + pos: -2.5,-100.5 + parent: 2 + - uid: 674 + components: + - type: Transform + pos: 1.5,-51.5 + parent: 2 + - uid: 675 + components: + - type: Transform + pos: -0.5,-51.5 + parent: 2 + - uid: 676 + components: + - type: Transform + pos: -1.5,-52.5 + parent: 2 + - uid: 677 + components: + - type: Transform + pos: -1.5,-53.5 + parent: 2 + - uid: 678 + components: + - type: Transform + pos: -0.5,-53.5 + parent: 2 + - uid: 679 + components: + - type: Transform + pos: 2.5,-53.5 + parent: 2 + - uid: 680 + components: + - type: Transform + pos: 1.5,-53.5 + parent: 2 + - uid: 712 + components: + - type: Transform + pos: -1.5,-44.5 + parent: 2 + - uid: 727 + components: + - type: Transform + pos: -3.5,-43.5 + parent: 2 + - uid: 883 + components: + - type: Transform + pos: -7.5,-64.5 + parent: 2 + - uid: 892 + components: + - type: Transform + pos: -3.5,-52.5 + parent: 2 + - uid: 894 + components: + - type: Transform + pos: -20.5,-250.5 + parent: 2 + - uid: 899 + components: + - type: Transform + pos: 6.5,-53.5 + parent: 2 + - uid: 901 + components: + - type: Transform + pos: 6.5,-52.5 + parent: 2 + - uid: 902 + components: + - type: Transform + pos: 7.5,-54.5 + parent: 2 + - uid: 907 + components: + - type: Transform + pos: 7.5,-53.5 + parent: 2 + - uid: 910 + components: + - type: Transform + pos: 7.5,-60.5 + parent: 2 + - uid: 911 + components: + - type: Transform + pos: 7.5,-59.5 + parent: 2 + - uid: 913 + components: + - type: Transform + pos: -7.5,-62.5 + parent: 2 + - uid: 926 + components: + - type: Transform + pos: -7.5,-63.5 + parent: 2 + - uid: 939 + components: + - type: Transform + pos: 7.5,-65.5 + parent: 2 + - uid: 940 + components: + - type: Transform + pos: 7.5,-66.5 + parent: 2 + - uid: 944 + components: + - type: Transform + pos: 8.5,-54.5 + parent: 2 + - uid: 952 + components: + - type: Transform + pos: -6.5,-55.5 + parent: 2 + - uid: 953 + components: + - type: Transform + pos: -6.5,-54.5 + parent: 2 + - uid: 957 + components: + - type: Transform + pos: 7.5,-67.5 + parent: 2 + - uid: 975 + components: + - type: Transform + pos: -6.5,-70.5 + parent: 2 + - uid: 989 + components: + - type: Transform + pos: 3.5,-228.5 + parent: 2 + - uid: 1000 + components: + - type: Transform + pos: 1.5,-72.5 + parent: 2 + - uid: 1001 + components: + - type: Transform + pos: 3.5,-73.5 + parent: 2 + - uid: 1003 + components: + - type: Transform + pos: 2.5,-73.5 + parent: 2 + - uid: 1009 + components: + - type: Transform + pos: -5.5,-133.5 + parent: 2 + - uid: 1029 + components: + - type: Transform + pos: -7.5,-69.5 + parent: 2 + - uid: 1083 + components: + - type: Transform + pos: 4.5,-74.5 + parent: 2 + - uid: 1085 + components: + - type: Transform + pos: 4.5,-73.5 + parent: 2 + - uid: 1088 + components: + - type: Transform + pos: 4.5,-72.5 + parent: 2 + - uid: 1089 + components: + - type: Transform + pos: 2.5,-72.5 + parent: 2 + - uid: 1122 + components: + - type: Transform + pos: -7.5,-61.5 + parent: 2 + - uid: 1140 + components: + - type: Transform + pos: -6.5,-71.5 + parent: 2 + - uid: 1146 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-334.5 + parent: 2 + - uid: 1158 + components: + - type: Transform + pos: -0.5,-72.5 + parent: 2 + - uid: 1179 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-333.5 + parent: 2 + - uid: 1215 + components: + - type: Transform + pos: -2.5,-52.5 + parent: 2 + - uid: 1216 + components: + - type: Transform + pos: -0.5,-74.5 + parent: 2 + - uid: 1221 + components: + - type: Transform + pos: 1.5,-74.5 + parent: 2 + - uid: 1224 + components: + - type: Transform + pos: 7.5,-58.5 + parent: 2 + - uid: 1241 + components: + - type: Transform + pos: -7.5,-56.5 + parent: 2 + - uid: 1266 + components: + - type: Transform + pos: 5.5,-228.5 + parent: 2 + - uid: 1316 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-328.5 + parent: 2 + - uid: 1342 + components: + - type: Transform + pos: 3.5,-217.5 + parent: 2 + - uid: 1407 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-332.5 + parent: 2 + - uid: 1426 + components: + - type: Transform + pos: 4.5,-55.5 + parent: 2 + - uid: 1435 + components: + - type: Transform + pos: -3.5,-79.5 + parent: 2 + - uid: 1436 + components: + - type: Transform + pos: -3.5,-99.5 + parent: 2 + - uid: 1465 + components: + - type: Transform + pos: 1.5,-78.5 + parent: 2 + - uid: 1466 + components: + - type: Transform + pos: -0.5,-78.5 + parent: 2 + - uid: 1469 + components: + - type: Transform + pos: 2.5,-79.5 + parent: 2 + - uid: 1470 + components: + - type: Transform + pos: -1.5,-79.5 + parent: 2 + - uid: 1473 + components: + - type: Transform + pos: -1.5,-80.5 + parent: 2 + - uid: 1474 + components: + - type: Transform + pos: -0.5,-80.5 + parent: 2 + - uid: 1476 + components: + - type: Transform + pos: 1.5,-80.5 + parent: 2 + - uid: 1477 + components: + - type: Transform + pos: 2.5,-80.5 + parent: 2 + - uid: 1502 + components: + - type: Transform + pos: -10.5,-86.5 + parent: 2 + - uid: 1505 + components: + - type: Transform + pos: -2.5,-79.5 + parent: 2 + - uid: 1506 + components: + - type: Transform + pos: -3.5,-80.5 + parent: 2 + - uid: 1507 + components: + - type: Transform + pos: -5.5,-79.5 + parent: 2 + - uid: 1508 + components: + - type: Transform + pos: -5.5,-80.5 + parent: 2 + - uid: 1509 + components: + - type: Transform + pos: -6.5,-80.5 + parent: 2 + - uid: 1510 + components: + - type: Transform + pos: -6.5,-81.5 + parent: 2 + - uid: 1511 + components: + - type: Transform + pos: -6.5,-82.5 + parent: 2 + - uid: 1513 + components: + - type: Transform + pos: 3.5,-79.5 + parent: 2 + - uid: 1514 + components: + - type: Transform + pos: 4.5,-79.5 + parent: 2 + - uid: 1515 + components: + - type: Transform + pos: 4.5,-80.5 + parent: 2 + - uid: 1533 + components: + - type: Transform + pos: -6.5,-90.5 + parent: 2 + - uid: 1534 + components: + - type: Transform + pos: -6.5,-91.5 + parent: 2 + - uid: 1535 + components: + - type: Transform + pos: -6.5,-92.5 + parent: 2 + - uid: 1539 + components: + - type: Transform + pos: -5.5,-99.5 + parent: 2 + - uid: 1540 + components: + - type: Transform + pos: -6.5,-98.5 + parent: 2 + - uid: 1541 + components: + - type: Transform + pos: -6.5,-99.5 + parent: 2 + - uid: 1542 + components: + - type: Transform + pos: -1.5,-100.5 + parent: 2 + - uid: 1543 + components: + - type: Transform + pos: -5.5,-100.5 + parent: 2 + - uid: 1545 + components: + - type: Transform + pos: -3.5,-100.5 + parent: 2 + - uid: 1546 + components: + - type: Transform + pos: -5.5,-101.5 + parent: 2 + - uid: 1547 + components: + - type: Transform + pos: -1.5,-99.5 + parent: 2 + - uid: 1550 + components: + - type: Transform + pos: 4.5,-101.5 + parent: 2 + - uid: 1551 + components: + - type: Transform + pos: 6.5,-99.5 + parent: 2 + - uid: 1553 + components: + - type: Transform + pos: 3.5,-100.5 + parent: 2 + - uid: 1561 + components: + - type: Transform + pos: 6.5,-101.5 + parent: 2 + - uid: 1562 + components: + - type: Transform + pos: 1.5,-101.5 + parent: 2 + - uid: 1570 + components: + - type: Transform + pos: -0.5,-101.5 + parent: 2 + - uid: 1571 + components: + - type: Transform + pos: 6.5,-100.5 + parent: 2 + - uid: 1577 + components: + - type: Transform + pos: 7.5,-98.5 + parent: 2 + - uid: 1578 + components: + - type: Transform + pos: 7.5,-97.5 + parent: 2 + - uid: 1579 + components: + - type: Transform + pos: 4.5,-100.5 + parent: 2 + - uid: 1582 + components: + - type: Transform + pos: 7.5,-86.5 + parent: 2 + - uid: 1587 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-332.5 + parent: 2 + - uid: 1624 + components: + - type: Transform + pos: -4.5,-52.5 + parent: 2 + - uid: 1631 + components: + - type: Transform + pos: -6.5,-97.5 + parent: 2 + - uid: 1674 + components: + - type: Transform + pos: 7.5,-99.5 + parent: 2 + - uid: 1678 + components: + - type: Transform + pos: -1.5,-98.5 + parent: 2 + - uid: 1713 + components: + - type: Transform + pos: -0.5,-99.5 + parent: 2 + - uid: 1741 + components: + - type: Transform + pos: -0.5,-261.5 + parent: 2 + - uid: 1814 + components: + - type: Transform + pos: 1.5,-105.5 + parent: 2 + - uid: 1815 + components: + - type: Transform + pos: 2.5,-106.5 + parent: 2 + - uid: 1816 + components: + - type: Transform + pos: 2.5,-107.5 + parent: 2 + - uid: 1817 + components: + - type: Transform + pos: 1.5,-107.5 + parent: 2 + - uid: 1818 + components: + - type: Transform + pos: -0.5,-105.5 + parent: 2 + - uid: 1820 + components: + - type: Transform + pos: -1.5,-106.5 + parent: 2 + - uid: 1821 + components: + - type: Transform + pos: -1.5,-107.5 + parent: 2 + - uid: 1822 + components: + - type: Transform + pos: -0.5,-107.5 + parent: 2 + - uid: 1826 + components: + - type: Transform + pos: -2.5,-106.5 + parent: 2 + - uid: 1827 + components: + - type: Transform + pos: -3.5,-106.5 + parent: 2 + - uid: 1830 + components: + - type: Transform + pos: -6.5,-106.5 + parent: 2 + - uid: 1853 + components: + - type: Transform + pos: -3.5,-105.5 + parent: 2 + - uid: 1854 + components: + - type: Transform + pos: -5.5,-105.5 + parent: 2 + - uid: 1932 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-117.5 + parent: 2 + - uid: 1942 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-116.5 + parent: 2 + - uid: 1952 + components: + - type: Transform + pos: -9.5,-107.5 + parent: 2 + - uid: 1953 + components: + - type: Transform + pos: -9.5,-111.5 + parent: 2 + - uid: 1954 + components: + - type: Transform + pos: -9.5,-114.5 + parent: 2 + - uid: 1956 + components: + - type: Transform + pos: -9.5,-120.5 + parent: 2 + - uid: 1957 + components: + - type: Transform + pos: -9.5,-123.5 + parent: 2 + - uid: 1959 + components: + - type: Transform + pos: -8.5,-126.5 + parent: 2 + - uid: 1960 + components: + - type: Transform + pos: -7.5,-126.5 + parent: 2 + - uid: 1962 + components: + - type: Transform + pos: -5.5,-126.5 + parent: 2 + - uid: 1976 + components: + - type: Transform + pos: -9.5,-110.5 + parent: 2 + - uid: 2031 + components: + - type: Transform + pos: -3.5,-98.5 + parent: 2 + - uid: 2074 + components: + - type: Transform + pos: -5.5,-106.5 + parent: 2 + - uid: 2101 + components: + - type: Transform + pos: -3.5,-127.5 + parent: 2 + - uid: 2102 + components: + - type: Transform + pos: -3.5,-128.5 + parent: 2 + - uid: 2103 + components: + - type: Transform + pos: -2.5,-127.5 + parent: 2 + - uid: 2104 + components: + - type: Transform + pos: -3.5,-126.5 + parent: 2 + - uid: 2105 + components: + - type: Transform + pos: -1.5,-126.5 + parent: 2 + - uid: 2106 + components: + - type: Transform + pos: -0.5,-126.5 + parent: 2 + - uid: 2107 + components: + - type: Transform + pos: -1.5,-127.5 + parent: 2 + - uid: 2109 + components: + - type: Transform + pos: -0.5,-128.5 + parent: 2 + - uid: 2110 + components: + - type: Transform + pos: 1.5,-126.5 + parent: 2 + - uid: 2114 + components: + - type: Transform + pos: 1.5,-128.5 + parent: 2 + - uid: 2118 + components: + - type: Transform + pos: 6.5,-127.5 + parent: 2 + - uid: 2119 + components: + - type: Transform + pos: 6.5,-128.5 + parent: 2 + - uid: 2121 + components: + - type: Transform + pos: 6.5,-126.5 + parent: 2 + - uid: 2123 + components: + - type: Transform + pos: 7.5,-125.5 + parent: 2 + - uid: 2130 + components: + - type: Transform + pos: 4.5,-132.5 + parent: 2 + - uid: 2133 + components: + - type: Transform + pos: 8.5,-112.5 + parent: 2 + - uid: 2134 + components: + - type: Transform + pos: 7.5,-112.5 + parent: 2 + - uid: 2135 + components: + - type: Transform + pos: 7.5,-111.5 + parent: 2 + - uid: 2136 + components: + - type: Transform + pos: 7.5,-110.5 + parent: 2 + - uid: 2137 + components: + - type: Transform + pos: 7.5,-109.5 + parent: 2 + - uid: 2138 + components: + - type: Transform + pos: 7.5,-108.5 + parent: 2 + - uid: 2139 + components: + - type: Transform + pos: 7.5,-107.5 + parent: 2 + - uid: 2140 + components: + - type: Transform + pos: 6.5,-107.5 + parent: 2 + - uid: 2141 + components: + - type: Transform + pos: 4.5,-107.5 + parent: 2 + - uid: 2142 + components: + - type: Transform + pos: 4.5,-106.5 + parent: 2 + - uid: 2143 + components: + - type: Transform + pos: 3.5,-106.5 + parent: 2 + - uid: 2144 + components: + - type: Transform + pos: 4.5,-105.5 + parent: 2 + - uid: 2145 + components: + - type: Transform + pos: 6.5,-105.5 + parent: 2 + - uid: 2146 + components: + - type: Transform + pos: 6.5,-106.5 + parent: 2 + - uid: 2154 + components: + - type: Transform + pos: 2.5,-122.5 + parent: 2 + - uid: 2155 + components: + - type: Transform + pos: 3.5,-121.5 + parent: 2 + - uid: 2157 + components: + - type: Transform + pos: 3.5,-119.5 + parent: 2 + - uid: 2158 + components: + - type: Transform + pos: 3.5,-118.5 + parent: 2 + - uid: 2159 + components: + - type: Transform + pos: 2.5,-118.5 + parent: 2 + - uid: 2160 + components: + - type: Transform + pos: 1.5,-118.5 + parent: 2 + - uid: 2161 + components: + - type: Transform + pos: -0.5,-118.5 + parent: 2 + - uid: 2163 + components: + - type: Transform + pos: -1.5,-118.5 + parent: 2 + - uid: 2164 + components: + - type: Transform + pos: -2.5,-118.5 + parent: 2 + - uid: 2171 + components: + - type: Transform + pos: -1.5,-115.5 + parent: 2 + - uid: 2172 + components: + - type: Transform + pos: -0.5,-115.5 + parent: 2 + - uid: 2178 + components: + - type: Transform + pos: 4.5,-118.5 + parent: 2 + - uid: 2188 + components: + - type: Transform + pos: 4.5,-111.5 + parent: 2 + - uid: 2190 + components: + - type: Transform + pos: -2.5,-119.5 + parent: 2 + - uid: 2195 + components: + - type: Transform + pos: 1.5,-112.5 + parent: 2 + - uid: 2196 + components: + - type: Transform + pos: 1.5,-111.5 + parent: 2 + - uid: 2197 + components: + - type: Transform + pos: 0.5,-111.5 + parent: 2 + - uid: 2198 + components: + - type: Transform + pos: -0.5,-111.5 + parent: 2 + - uid: 2199 + components: + - type: Transform + pos: -1.5,-111.5 + parent: 2 + - uid: 2204 + components: + - type: Transform + pos: -2.5,-117.5 + parent: 2 + - uid: 2205 + components: + - type: Transform + pos: -2.5,-116.5 + parent: 2 + - uid: 2206 + components: + - type: Transform + pos: -2.5,-115.5 + parent: 2 + - uid: 2300 + components: + - type: Transform + pos: 6.5,-109.5 + parent: 2 + - uid: 2301 + components: + - type: Transform + pos: 5.5,-109.5 + parent: 2 + - uid: 2302 + components: + - type: Transform + pos: 4.5,-109.5 + parent: 2 + - uid: 2453 + components: + - type: Transform + pos: -0.5,-132.5 + parent: 2 + - uid: 2454 + components: + - type: Transform + pos: 1.5,-132.5 + parent: 2 + - uid: 2455 + components: + - type: Transform + pos: -0.5,-134.5 + parent: 2 + - uid: 2459 + components: + - type: Transform + pos: -1.5,-133.5 + parent: 2 + - uid: 2460 + components: + - type: Transform + pos: -1.5,-134.5 + parent: 2 + - uid: 2480 + components: + - type: Transform + pos: -2.5,-133.5 + parent: 2 + - uid: 2486 + components: + - type: Transform + pos: 4.5,-133.5 + parent: 2 + - uid: 2488 + components: + - type: Transform + pos: 6.5,-133.5 + parent: 2 + - uid: 2489 + components: + - type: Transform + pos: 6.5,-134.5 + parent: 2 + - uid: 2490 + components: + - type: Transform + pos: -3.5,-133.5 + parent: 2 + - uid: 2491 + components: + - type: Transform + pos: -3.5,-134.5 + parent: 2 + - uid: 2493 + components: + - type: Transform + pos: -5.5,-134.5 + parent: 2 + - uid: 2494 + components: + - type: Transform + pos: -6.5,-135.5 + parent: 2 + - uid: 2495 + components: + - type: Transform + pos: -6.5,-136.5 + parent: 2 + - uid: 2508 + components: + - type: Transform + pos: -6.5,-149.5 + parent: 2 + - uid: 2513 + components: + - type: Transform + pos: -6.5,-153.5 + parent: 2 + - uid: 2514 + components: + - type: Transform + pos: -5.5,-153.5 + parent: 2 + - uid: 2515 + components: + - type: Transform + pos: -5.5,-154.5 + parent: 2 + - uid: 2516 + components: + - type: Transform + pos: -5.5,-155.5 + parent: 2 + - uid: 2517 + components: + - type: Transform + pos: -3.5,-154.5 + parent: 2 + - uid: 2518 + components: + - type: Transform + pos: -3.5,-153.5 + parent: 2 + - uid: 2519 + components: + - type: Transform + pos: -3.5,-155.5 + parent: 2 + - uid: 2520 + components: + - type: Transform + pos: -2.5,-154.5 + parent: 2 + - uid: 2521 + components: + - type: Transform + pos: -1.5,-154.5 + parent: 2 + - uid: 2523 + components: + - type: Transform + pos: -1.5,-153.5 + parent: 2 + - uid: 2524 + components: + - type: Transform + pos: -0.5,-153.5 + parent: 2 + - uid: 2526 + components: + - type: Transform + pos: 1.5,-153.5 + parent: 2 + - uid: 2527 + components: + - type: Transform + pos: 2.5,-154.5 + parent: 2 + - uid: 2533 + components: + - type: Transform + pos: 2.5,-153.5 + parent: 2 + - uid: 2545 + components: + - type: Transform + pos: 7.5,-154.5 + parent: 2 + - uid: 2550 + components: + - type: Transform + pos: 6.5,-154.5 + parent: 2 + - uid: 2551 + components: + - type: Transform + pos: 6.5,-155.5 + parent: 2 + - uid: 2560 + components: + - type: Transform + pos: 6.5,-153.5 + parent: 2 + - uid: 2561 + components: + - type: Transform + pos: 9.5,-152.5 + parent: 2 + - uid: 2565 + components: + - type: Transform + pos: 9.5,-143.5 + parent: 2 + - uid: 2566 + components: + - type: Transform + pos: 9.5,-149.5 + parent: 2 + - uid: 2570 + components: + - type: Transform + pos: 9.5,-140.5 + parent: 2 + - uid: 2573 + components: + - type: Transform + pos: 9.5,-142.5 + parent: 2 + - uid: 2576 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-246.5 + parent: 2 + - uid: 2581 + components: + - type: Transform + pos: 8.5,-135.5 + parent: 2 + - uid: 2583 + components: + - type: Transform + pos: 7.5,-134.5 + parent: 2 + - uid: 2626 + components: + - type: Transform + pos: -5.5,-151.5 + parent: 2 + - uid: 2702 + components: + - type: Transform + pos: 8.5,-153.5 + parent: 2 + - uid: 2784 + components: + - type: Transform + pos: 4.5,-153.5 + parent: 2 + - uid: 2813 + components: + - type: Transform + pos: 8.5,-154.5 + parent: 2 + - uid: 2814 + components: + - type: Transform + pos: 8.5,-152.5 + parent: 2 + - uid: 2816 + components: + - type: Transform + pos: 6.5,-152.5 + parent: 2 + - uid: 2825 + components: + - type: Transform + pos: 5.5,-116.5 + parent: 2 + - uid: 2856 + components: + - type: Transform + pos: 1.5,-159.5 + parent: 2 + - uid: 2857 + components: + - type: Transform + pos: -0.5,-159.5 + parent: 2 + - uid: 2900 + components: + - type: Transform + pos: 2.5,-160.5 + parent: 2 + - uid: 2901 + components: + - type: Transform + pos: 2.5,-161.5 + parent: 2 + - uid: 2902 + components: + - type: Transform + pos: -1.5,-160.5 + parent: 2 + - uid: 2904 + components: + - type: Transform + pos: -0.5,-161.5 + parent: 2 + - uid: 2905 + components: + - type: Transform + pos: 1.5,-161.5 + parent: 2 + - uid: 2928 + components: + - type: Transform + pos: 2.5,-180.5 + parent: 2 + - uid: 2929 + components: + - type: Transform + pos: 1.5,-180.5 + parent: 2 + - uid: 2932 + components: + - type: Transform + pos: -1.5,-181.5 + parent: 2 + - uid: 2933 + components: + - type: Transform + pos: 2.5,-181.5 + parent: 2 + - uid: 2934 + components: + - type: Transform + pos: 1.5,-182.5 + parent: 2 + - uid: 2935 + components: + - type: Transform + pos: -0.5,-182.5 + parent: 2 + - uid: 2940 + components: + - type: Transform + pos: -12.5,-240.5 + parent: 2 + - uid: 2955 + components: + - type: Transform + pos: -13.5,-239.5 + parent: 2 + - uid: 2956 + components: + - type: Transform + pos: -12.5,-239.5 + parent: 2 + - uid: 2958 + components: + - type: Transform + pos: -5.5,-160.5 + parent: 2 + - uid: 2963 + components: + - type: Transform + pos: -5.5,-161.5 + parent: 2 + - uid: 2964 + components: + - type: Transform + pos: -2.5,-160.5 + parent: 2 + - uid: 2965 + components: + - type: Transform + pos: -3.5,-160.5 + parent: 2 + - uid: 2971 + components: + - type: Transform + pos: -6.5,-161.5 + parent: 2 + - uid: 2972 + components: + - type: Transform + pos: -13.5,-238.5 + parent: 2 + - uid: 2978 + components: + - type: Transform + pos: -7.5,-164.5 + parent: 2 + - uid: 2979 + components: + - type: Transform + pos: -7.5,-165.5 + parent: 2 + - uid: 2980 + components: + - type: Transform + pos: -7.5,-169.5 + parent: 2 + - uid: 2981 + components: + - type: Transform + pos: -7.5,-170.5 + parent: 2 + - uid: 2982 + components: + - type: Transform + pos: -8.5,-170.5 + parent: 2 + - uid: 2985 + components: + - type: Transform + pos: -8.5,-177.5 + parent: 2 + - uid: 2988 + components: + - type: Transform + pos: -7.5,-179.5 + parent: 2 + - uid: 2990 + components: + - type: Transform + pos: 8.5,-165.5 + parent: 2 + - uid: 2991 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-336.5 + parent: 2 + - uid: 2992 + components: + - type: Transform + pos: -6.5,-180.5 + parent: 2 + - uid: 2993 + components: + - type: Transform + pos: -5.5,-180.5 + parent: 2 + - uid: 2994 + components: + - type: Transform + pos: 8.5,-169.5 + parent: 2 + - uid: 2998 + components: + - type: Transform + pos: 9.5,-170.5 + parent: 2 + - uid: 2999 + components: + - type: Transform + pos: 9.5,-171.5 + parent: 2 + - uid: 3000 + components: + - type: Transform + pos: 9.5,-172.5 + parent: 2 + - uid: 3002 + components: + - type: Transform + pos: -3.5,-182.5 + parent: 2 + - uid: 3003 + components: + - type: Transform + pos: -2.5,-181.5 + parent: 2 + - uid: 3004 + components: + - type: Transform + pos: 9.5,-177.5 + parent: 2 + - uid: 3006 + components: + - type: Transform + pos: 9.5,-179.5 + parent: 2 + - uid: 3008 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-338.5 + parent: 2 + - uid: 3010 + components: + - type: Transform + pos: -12.5,-252.5 + parent: 2 + - uid: 3012 + components: + - type: Transform + pos: -12.5,-241.5 + parent: 2 + - uid: 3014 + components: + - type: Transform + pos: -12.5,-242.5 + parent: 2 + - uid: 3015 + components: + - type: Transform + pos: -12.5,-244.5 + parent: 2 + - uid: 3019 + components: + - type: Transform + pos: -12.5,-262.5 + parent: 2 + - uid: 3020 + components: + - type: Transform + pos: -12.5,-245.5 + parent: 2 + - uid: 3024 + components: + - type: Transform + pos: -12.5,-247.5 + parent: 2 + - uid: 3026 + components: + - type: Transform + pos: 3.5,-181.5 + parent: 2 + - uid: 3037 + components: + - type: Transform + pos: 6.5,-182.5 + parent: 2 + - uid: 3044 + components: + - type: Transform + pos: 6.5,-180.5 + parent: 2 + - uid: 3051 + components: + - type: Transform + pos: 7.5,-180.5 + parent: 2 + - uid: 3055 + components: + - type: Transform + pos: -12.5,-264.5 + parent: 2 + - uid: 3058 + components: + - type: Transform + pos: -12.5,-246.5 + parent: 2 + - uid: 3064 + components: + - type: Transform + pos: -12.5,-253.5 + parent: 2 + - uid: 3065 + components: + - type: Transform + pos: 7.5,-164.5 + parent: 2 + - uid: 3078 + components: + - type: Transform + pos: 3.5,-160.5 + parent: 2 + - uid: 3079 + components: + - type: Transform + pos: 4.5,-160.5 + parent: 2 + - uid: 3080 + components: + - type: Transform + pos: 4.5,-161.5 + parent: 2 + - uid: 3081 + components: + - type: Transform + pos: 6.5,-161.5 + parent: 2 + - uid: 3082 + components: + - type: Transform + pos: 6.5,-160.5 + parent: 2 + - uid: 3083 + components: + - type: Transform + pos: 7.5,-161.5 + parent: 2 + - uid: 3101 + components: + - type: Transform + pos: -12.5,-249.5 + parent: 2 + - uid: 3105 + components: + - type: Transform + pos: -12.5,-263.5 + parent: 2 + - uid: 3107 + components: + - type: Transform + pos: -12.5,-254.5 + parent: 2 + - uid: 3109 + components: + - type: Transform + pos: -12.5,-250.5 + parent: 2 + - uid: 3115 + components: + - type: Transform + pos: -12.5,-259.5 + parent: 2 + - uid: 3195 + components: + - type: Transform + pos: 5.5,-17.5 + parent: 2 + - uid: 3208 + components: + - type: Transform + pos: -1.5,-162.5 + parent: 2 + - uid: 3220 + components: + - type: Transform + pos: 4.5,-187.5 + parent: 2 + - uid: 3270 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-223.5 + parent: 2 + - uid: 3278 + components: + - type: Transform + pos: -0.5,-240.5 + parent: 2 + - uid: 3560 + components: + - type: Transform + pos: -3.5,-161.5 + parent: 2 + - uid: 3606 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-255.5 + parent: 2 + - uid: 3651 + components: + - type: Transform + pos: -2.5,-187.5 + parent: 2 + - uid: 3652 + components: + - type: Transform + pos: -1.5,-187.5 + parent: 2 + - uid: 3654 + components: + - type: Transform + pos: -0.5,-186.5 + parent: 2 + - uid: 3655 + components: + - type: Transform + pos: 1.5,-186.5 + parent: 2 + - uid: 3657 + components: + - type: Transform + pos: 2.5,-187.5 + parent: 2 + - uid: 3658 + components: + - type: Transform + pos: 3.5,-187.5 + parent: 2 + - uid: 3659 + components: + - type: Transform + pos: 2.5,-188.5 + parent: 2 + - uid: 3660 + components: + - type: Transform + pos: 1.5,-188.5 + parent: 2 + - uid: 3661 + components: + - type: Transform + pos: -0.5,-188.5 + parent: 2 + - uid: 3662 + components: + - type: Transform + pos: -1.5,-188.5 + parent: 2 + - uid: 3667 + components: + - type: Transform + pos: 4.5,-188.5 + parent: 2 + - uid: 3669 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-331.5 + parent: 2 + - uid: 3718 + components: + - type: Transform + pos: 5.5,-229.5 + parent: 2 + - uid: 3774 + components: + - type: Transform + pos: -4.5,-199.5 + parent: 2 + - uid: 3794 + components: + - type: Transform + pos: -7.5,-194.5 + parent: 2 + - uid: 3798 + components: + - type: Transform + pos: -7.5,-198.5 + parent: 2 + - uid: 3799 + components: + - type: Transform + pos: -7.5,-199.5 + parent: 2 + - uid: 3801 + components: + - type: Transform + pos: -6.5,-200.5 + parent: 2 + - uid: 3804 + components: + - type: Transform + pos: -6.5,-203.5 + parent: 2 + - uid: 3807 + components: + - type: Transform + pos: -6.5,-206.5 + parent: 2 + - uid: 3811 + components: + - type: Transform + pos: -3.5,-207.5 + parent: 2 + - uid: 3812 + components: + - type: Transform + pos: -3.5,-208.5 + parent: 2 + - uid: 3813 + components: + - type: Transform + pos: -2.5,-208.5 + parent: 2 + - uid: 3814 + components: + - type: Transform + pos: -1.5,-208.5 + parent: 2 + - uid: 3815 + components: + - type: Transform + pos: -1.5,-207.5 + parent: 2 + - uid: 3816 + components: + - type: Transform + pos: -0.5,-207.5 + parent: 2 + - uid: 3818 + components: + - type: Transform + pos: -0.5,-209.5 + parent: 2 + - uid: 3820 + components: + - type: Transform + pos: 2.5,-208.5 + parent: 2 + - uid: 3821 + components: + - type: Transform + pos: 2.5,-207.5 + parent: 2 + - uid: 3822 + components: + - type: Transform + pos: 1.5,-207.5 + parent: 2 + - uid: 3823 + components: + - type: Transform + pos: 1.5,-209.5 + parent: 2 + - uid: 3824 + components: + - type: Transform + pos: 3.5,-208.5 + parent: 2 + - uid: 3833 + components: + - type: Transform + pos: 7.5,-204.5 + parent: 2 + - uid: 3834 + components: + - type: Transform + pos: 7.5,-203.5 + parent: 2 + - uid: 3835 + components: + - type: Transform + pos: 7.5,-202.5 + parent: 2 + - uid: 3841 + components: + - type: Transform + pos: 9.5,-148.5 + parent: 2 + - uid: 3846 + components: + - type: Transform + pos: 7.5,-193.5 + parent: 2 + - uid: 3847 + components: + - type: Transform + pos: 7.5,-192.5 + parent: 2 + - uid: 3848 + components: + - type: Transform + pos: 7.5,-191.5 + parent: 2 + - uid: 3855 + components: + - type: Transform + pos: -5.5,-203.5 + parent: 2 + - uid: 3860 + components: + - type: Transform + pos: -4.5,-203.5 + parent: 2 + - uid: 3861 + components: + - type: Transform + pos: -6.5,-199.5 + parent: 2 + - uid: 3862 + components: + - type: Transform + pos: -5.5,-199.5 + parent: 2 + - uid: 3863 + components: + - type: Transform + pos: -3.5,-199.5 + parent: 2 + - uid: 3864 + components: + - type: Transform + pos: -3.5,-200.5 + parent: 2 + - uid: 3865 + components: + - type: Transform + pos: -3.5,-203.5 + parent: 2 + - uid: 3866 + components: + - type: Transform + pos: -3.5,-206.5 + parent: 2 + - uid: 3868 + components: + - type: Transform + pos: -4.5,-207.5 + parent: 2 + - uid: 3877 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-344.5 + parent: 2 + - uid: 3894 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-339.5 + parent: 2 + - uid: 3895 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-341.5 + parent: 2 + - uid: 3903 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-337.5 + parent: 2 + - uid: 3936 + components: + - type: Transform + pos: 1.5,-242.5 + parent: 2 + - uid: 3994 + components: + - type: Transform + pos: 1.5,-240.5 + parent: 2 + - uid: 4000 + components: + - type: Transform + pos: -0.5,-242.5 + parent: 2 + - uid: 4022 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-334.5 + parent: 2 + - uid: 4086 + components: + - type: Transform + pos: -1.5,-232.5 + parent: 2 + - uid: 4170 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-14.5 + parent: 2 + - uid: 4203 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-251.5 + parent: 2 + - uid: 4204 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-246.5 + parent: 2 + - uid: 4205 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-247.5 + parent: 2 + - uid: 4210 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-249.5 + parent: 2 + - uid: 4245 + components: + - type: Transform + pos: 3.5,-232.5 + parent: 2 + - uid: 4246 + components: + - type: Transform + pos: 2.5,-232.5 + parent: 2 + - uid: 4247 + components: + - type: Transform + pos: 2.5,-231.5 + parent: 2 + - uid: 4248 + components: + - type: Transform + pos: 2.5,-229.5 + parent: 2 + - uid: 4249 + components: + - type: Transform + pos: 2.5,-228.5 + parent: 2 + - uid: 4250 + components: + - type: Transform + pos: 2.5,-227.5 + parent: 2 + - uid: 4251 + components: + - type: Transform + pos: 2.5,-226.5 + parent: 2 + - uid: 4254 + components: + - type: Transform + pos: 2.5,-223.5 + parent: 2 + - uid: 4255 + components: + - type: Transform + pos: 2.5,-222.5 + parent: 2 + - uid: 4256 + components: + - type: Transform + pos: 2.5,-221.5 + parent: 2 + - uid: 4257 + components: + - type: Transform + pos: 2.5,-220.5 + parent: 2 + - uid: 4258 + components: + - type: Transform + pos: 2.5,-218.5 + parent: 2 + - uid: 4260 + components: + - type: Transform + pos: 2.5,-217.5 + parent: 2 + - uid: 4261 + components: + - type: Transform + pos: -1.5,-217.5 + parent: 2 + - uid: 4262 + components: + - type: Transform + pos: -1.5,-218.5 + parent: 2 + - uid: 4265 + components: + - type: Transform + pos: -1.5,-221.5 + parent: 2 + - uid: 4266 + components: + - type: Transform + pos: -1.5,-222.5 + parent: 2 + - uid: 4267 + components: + - type: Transform + pos: -1.5,-223.5 + parent: 2 + - uid: 4270 + components: + - type: Transform + pos: -1.5,-226.5 + parent: 2 + - uid: 4271 + components: + - type: Transform + pos: -1.5,-227.5 + parent: 2 + - uid: 4272 + components: + - type: Transform + pos: -1.5,-228.5 + parent: 2 + - uid: 4273 + components: + - type: Transform + pos: -1.5,-229.5 + parent: 2 + - uid: 4274 + components: + - type: Transform + pos: -1.5,-231.5 + parent: 2 + - uid: 4275 + components: + - type: Transform + pos: -2.5,-232.5 + parent: 2 + - uid: 4280 + components: + - type: Transform + pos: -4.5,-229.5 + parent: 2 + - uid: 4281 + components: + - type: Transform + pos: -4.5,-228.5 + parent: 2 + - uid: 4282 + components: + - type: Transform + pos: -2.5,-228.5 + parent: 2 + - uid: 4283 + components: + - type: Transform + pos: -2.5,-221.5 + parent: 2 + - uid: 4285 + components: + - type: Transform + pos: -4.5,-221.5 + parent: 2 + - uid: 4286 + components: + - type: Transform + pos: -4.5,-220.5 + parent: 2 + - uid: 4291 + components: + - type: Transform + pos: -2.5,-217.5 + parent: 2 + - uid: 4296 + components: + - type: Transform + pos: -1.5,-233.5 + parent: 2 + - uid: 4297 + components: + - type: Transform + pos: -0.5,-233.5 + parent: 2 + - uid: 4298 + components: + - type: Transform + pos: 1.5,-233.5 + parent: 2 + - uid: 4299 + components: + - type: Transform + pos: 2.5,-233.5 + parent: 2 + - uid: 4300 + components: + - type: Transform + pos: 1.5,-234.5 + parent: 2 + - uid: 4301 + components: + - type: Transform + pos: 2.5,-234.5 + parent: 2 + - uid: 4302 + components: + - type: Transform + pos: -0.5,-234.5 + parent: 2 + - uid: 4303 + components: + - type: Transform + pos: -1.5,-234.5 + parent: 2 + - uid: 4304 + components: + - type: Transform + pos: -1.5,-235.5 + parent: 2 + - uid: 4306 + components: + - type: Transform + pos: -0.5,-236.5 + parent: 2 + - uid: 4308 + components: + - type: Transform + pos: 1.5,-236.5 + parent: 2 + - uid: 4309 + components: + - type: Transform + pos: 2.5,-235.5 + parent: 2 + - uid: 4310 + components: + - type: Transform + pos: 2.5,-216.5 + parent: 2 + - uid: 4311 + components: + - type: Transform + pos: 2.5,-215.5 + parent: 2 + - uid: 4312 + components: + - type: Transform + pos: 1.5,-216.5 + parent: 2 + - uid: 4313 + components: + - type: Transform + pos: 1.5,-215.5 + parent: 2 + - uid: 4314 + components: + - type: Transform + pos: -0.5,-216.5 + parent: 2 + - uid: 4315 + components: + - type: Transform + pos: -0.5,-215.5 + parent: 2 + - uid: 4316 + components: + - type: Transform + pos: -1.5,-216.5 + parent: 2 + - uid: 4317 + components: + - type: Transform + pos: -1.5,-215.5 + parent: 2 + - uid: 4318 + components: + - type: Transform + pos: -1.5,-214.5 + parent: 2 + - uid: 4320 + components: + - type: Transform + pos: -0.5,-213.5 + parent: 2 + - uid: 4321 + components: + - type: Transform + pos: 1.5,-213.5 + parent: 2 + - uid: 4323 + components: + - type: Transform + pos: 2.5,-214.5 + parent: 2 + - uid: 4329 + components: + - type: Transform + pos: -2.5,-262.5 + parent: 2 + - uid: 4541 + components: + - type: Transform + pos: -1.5,-242.5 + parent: 2 + - uid: 4542 + components: + - type: Transform + pos: -1.5,-241.5 + parent: 2 + - uid: 4543 + components: + - type: Transform + pos: 2.5,-241.5 + parent: 2 + - uid: 4544 + components: + - type: Transform + pos: 2.5,-242.5 + parent: 2 + - uid: 4548 + components: + - type: Transform + pos: -3.5,-262.5 + parent: 2 + - uid: 4551 + components: + - type: Transform + pos: 2.5,-262.5 + parent: 2 + - uid: 4572 + components: + - type: Transform + pos: 4.5,-241.5 + parent: 2 + - uid: 4573 + components: + - type: Transform + pos: 3.5,-241.5 + parent: 2 + - uid: 4575 + components: + - type: Transform + pos: 6.5,-241.5 + parent: 2 + - uid: 4596 + components: + - type: Transform + pos: -3.5,-162.5 + parent: 2 + - uid: 4616 + components: + - type: Transform + pos: 1.5,-263.5 + parent: 2 + - uid: 4618 + components: + - type: Transform + pos: -5.5,-262.5 + parent: 2 + - uid: 4619 + components: + - type: Transform + pos: -5.5,-263.5 + parent: 2 + - uid: 4620 + components: + - type: Transform + pos: -3.5,-263.5 + parent: 2 + - uid: 4621 + components: + - type: Transform + pos: -1.5,-262.5 + parent: 2 + - uid: 4624 + components: + - type: Transform + pos: 3.5,-262.5 + parent: 2 + - uid: 4625 + components: + - type: Transform + pos: 4.5,-262.5 + parent: 2 + - uid: 4627 + components: + - type: Transform + pos: 4.5,-263.5 + parent: 2 + - uid: 4628 + components: + - type: Transform + pos: 6.5,-263.5 + parent: 2 + - uid: 4629 + components: + - type: Transform + pos: 6.5,-262.5 + parent: 2 + - uid: 4631 + components: + - type: Transform + pos: -2.5,-241.5 + parent: 2 + - uid: 4632 + components: + - type: Transform + pos: -3.5,-241.5 + parent: 2 + - uid: 4633 + components: + - type: Transform + pos: -3.5,-242.5 + parent: 2 + - uid: 4636 + components: + - type: Transform + pos: -5.5,-241.5 + parent: 2 + - uid: 4637 + components: + - type: Transform + pos: -5.5,-242.5 + parent: 2 + - uid: 4657 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-121.5 + parent: 2 + - uid: 4675 + components: + - type: Transform + pos: -0.5,-263.5 + parent: 2 + - uid: 4728 + components: + - type: Transform + pos: 4.5,-186.5 + parent: 2 + - uid: 4755 + components: + - type: Transform + pos: -21.5,-252.5 + parent: 2 + - uid: 4869 + components: + - type: Transform + pos: 1.5,-261.5 + parent: 2 + - uid: 4870 + components: + - type: Transform + pos: 5.5,-241.5 + parent: 2 + - uid: 4872 + components: + - type: Transform + pos: -20.5,-258.5 + parent: 2 + - uid: 4890 + components: + - type: Transform + pos: -19.5,-258.5 + parent: 2 + - uid: 4902 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-222.5 + parent: 2 + - uid: 4976 + components: + - type: Transform + pos: -20.5,-254.5 + parent: 2 + - uid: 4986 + components: + - type: Transform + pos: -22.5,-254.5 + parent: 2 + - uid: 5007 + components: + - type: Transform + pos: -20.5,-256.5 + parent: 2 + - uid: 5008 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-255.5 + parent: 2 + - uid: 5009 + components: + - type: Transform + pos: -19.5,-250.5 + parent: 2 + - uid: 5010 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-242.5 + parent: 2 + - uid: 5011 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-253.5 + parent: 2 + - uid: 5013 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-252.5 + parent: 2 + - uid: 5015 + components: + - type: Transform + pos: -22.5,-255.5 + parent: 2 + - uid: 5016 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-257.5 + parent: 2 + - uid: 5017 + components: + - type: Transform + pos: 19.5,-244.5 + parent: 2 + - uid: 5030 + components: + - type: Transform + pos: -19.5,-252.5 + parent: 2 + - uid: 5031 + components: + - type: Transform + pos: -22.5,-251.5 + parent: 2 + - uid: 5032 + components: + - type: Transform + pos: -19.5,-256.5 + parent: 2 + - uid: 5077 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-333.5 + parent: 2 + - uid: 5181 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-336.5 + parent: 2 + - uid: 5186 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-261.5 + parent: 2 + - uid: 5210 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-261.5 + parent: 2 + - uid: 5213 + components: + - type: Transform + pos: 6.5,-261.5 + parent: 2 + - uid: 5214 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-261.5 + parent: 2 + - uid: 5278 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-256.5 + parent: 2 + - uid: 5279 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-256.5 + parent: 2 + - uid: 5280 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-245.5 + parent: 2 + - uid: 5281 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-244.5 + parent: 2 + - uid: 5283 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-244.5 + parent: 2 + - uid: 5289 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-245.5 + parent: 2 + - uid: 5290 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-246.5 + parent: 2 + - uid: 5313 + components: + - type: Transform + pos: 2.5,-261.5 + parent: 2 + - uid: 5319 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-242.5 + parent: 2 + - uid: 5321 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,-264.5 + parent: 2 + - uid: 5325 + components: + - type: Transform + pos: -1.5,-261.5 + parent: 2 + - uid: 5326 + components: + - type: Transform + pos: -22.5,-257.5 + parent: 2 + - uid: 5334 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-259.5 + parent: 2 + - uid: 5335 + components: + - type: Transform + pos: -21.5,-258.5 + parent: 2 + - uid: 5360 + components: + - type: Transform + pos: 14.5,-255.5 + parent: 2 + - uid: 5361 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-249.5 + parent: 2 + - uid: 5419 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-334.5 + parent: 2 + - uid: 5421 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-335.5 + parent: 2 + - uid: 5459 + components: + - type: Transform + pos: -1.5,-220.5 + parent: 2 + - uid: 5694 + components: + - type: Transform + pos: -3.5,-12.5 + parent: 2 + - uid: 5819 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-112.5 + parent: 2 + - uid: 6129 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-19.5 + parent: 2 + - uid: 6302 + components: + - type: Transform + pos: -10.5,-166.5 + parent: 2 + - uid: 6393 + components: + - type: Transform + pos: 10.5,-116.5 + parent: 2 + - uid: 6570 + components: + - type: Transform + pos: -6.5,-247.5 + parent: 2 + - uid: 6651 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-249.5 + parent: 2 + - uid: 6722 + components: + - type: Transform + pos: -22.5,-259.5 + parent: 2 + - uid: 6732 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-261.5 + parent: 2 + - uid: 6733 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-255.5 + parent: 2 + - uid: 6734 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-249.5 + parent: 2 + - uid: 6735 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-249.5 + parent: 2 + - uid: 6739 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-256.5 + parent: 2 + - uid: 6740 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-255.5 + parent: 2 + - uid: 6741 + components: + - type: Transform + pos: 14.5,-249.5 + parent: 2 + - uid: 6776 + components: + - type: Transform + pos: -21.5,-266.5 + parent: 2 + - uid: 6777 + components: + - type: Transform + pos: -21.5,-250.5 + parent: 2 + - uid: 6802 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-252.5 + parent: 2 + - uid: 6803 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-253.5 + parent: 2 + - uid: 6807 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-257.5 + parent: 2 + - uid: 6808 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-258.5 + parent: 2 + - uid: 6809 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-258.5 + parent: 2 + - uid: 6810 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-259.5 + parent: 2 + - uid: 6811 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-259.5 + parent: 2 + - uid: 6813 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-250.5 + parent: 2 + - uid: 6814 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-261.5 + parent: 2 + - uid: 6901 + components: + - type: Transform + pos: -22.5,-258.5 + parent: 2 + - uid: 6903 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-169.5 + parent: 2 + - uid: 7207 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-333.5 + parent: 2 + - uid: 7255 + components: + - type: Transform + pos: 9.5,-337.5 + parent: 2 + - uid: 7270 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-16.5 + parent: 2 + - uid: 7286 + components: + - type: Transform + pos: 8.5,-163.5 + parent: 2 + - uid: 7290 + components: + - type: Transform + pos: 8.5,-161.5 + parent: 2 + - uid: 7307 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-19.5 + parent: 2 + - uid: 7418 + components: + - type: Transform + pos: 15.5,-238.5 + parent: 2 + - uid: 7435 + components: + - type: Transform + pos: -19.5,-254.5 + parent: 2 + - uid: 7437 + components: + - type: Transform + pos: -5.5,-306.5 + parent: 2 + - uid: 7503 + components: + - type: Transform + pos: 19.5,-266.5 + parent: 2 + - uid: 7535 + components: + - type: Transform + pos: 18.5,-266.5 + parent: 2 + - uid: 7536 + components: + - type: Transform + pos: 14.5,-261.5 + parent: 2 + - uid: 7537 + components: + - type: Transform + pos: 14.5,-265.5 + parent: 2 + - uid: 7539 + components: + - type: Transform + pos: 14.5,-264.5 + parent: 2 + - uid: 7540 + components: + - type: Transform + pos: 14.5,-257.5 + parent: 2 + - uid: 7541 + components: + - type: Transform + pos: 14.5,-258.5 + parent: 2 + - uid: 7542 + components: + - type: Transform + pos: 14.5,-263.5 + parent: 2 + - uid: 7544 + components: + - type: Transform + pos: 14.5,-262.5 + parent: 2 + - uid: 7545 + components: + - type: Transform + pos: 16.5,-244.5 + parent: 2 + - uid: 7579 + components: + - type: Transform + pos: 20.5,-255.5 + parent: 2 + - uid: 7588 + components: + - type: Transform + pos: 21.5,-251.5 + parent: 2 + - uid: 7624 + components: + - type: Transform + pos: 21.5,-254.5 + parent: 2 + - uid: 7668 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-223.5 + parent: 2 + - uid: 7723 + components: + - type: Transform + pos: 20.5,-254.5 + parent: 2 + - uid: 7725 + components: + - type: Transform + pos: 21.5,-252.5 + parent: 2 + - uid: 7726 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-258.5 + parent: 2 + - uid: 7728 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-261.5 + parent: 2 + - uid: 7745 + components: + - type: Transform + pos: 20.5,-265.5 + parent: 2 + - uid: 7748 + components: + - type: Transform + pos: 20.5,-263.5 + parent: 2 + - uid: 7752 + components: + - type: Transform + pos: 21.5,-253.5 + parent: 2 + - uid: 7757 + components: + - type: Transform + pos: 20.5,-244.5 + parent: 2 + - uid: 7760 + components: + - type: Transform + pos: 21.5,-250.5 + parent: 2 + - uid: 7761 + components: + - type: Transform + pos: 20.5,-250.5 + parent: 2 + - uid: 7762 + components: + - type: Transform + pos: 20.5,-243.5 + parent: 2 + - uid: 7763 + components: + - type: Transform + pos: 20.5,-247.5 + parent: 2 + - uid: 7766 + components: + - type: Transform + pos: 20.5,-242.5 + parent: 2 + - uid: 7767 + components: + - type: Transform + pos: 19.5,-262.5 + parent: 2 + - uid: 7784 + components: + - type: Transform + pos: -8.5,-188.5 + parent: 2 + - uid: 7787 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-255.5 + parent: 2 + - uid: 7803 + components: + - type: Transform + pos: 20.5,-249.5 + parent: 2 + - uid: 7808 + components: + - type: Transform + pos: -22.5,-253.5 + parent: 2 + - uid: 7838 + components: + - type: Transform + pos: 14.5,-239.5 + parent: 2 + - uid: 7841 + components: + - type: Transform + pos: 19.5,-238.5 + parent: 2 + - uid: 7859 + components: + - type: Transform + pos: -21.5,-254.5 + parent: 2 + - uid: 7861 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-244.5 + parent: 2 + - uid: 7877 + components: + - type: Transform + pos: 14.5,-259.5 + parent: 2 + - uid: 7886 + components: + - type: Transform + pos: -7.5,-188.5 + parent: 2 + - uid: 7895 + components: + - type: Transform + pos: -22.5,-256.5 + parent: 2 + - uid: 7901 + components: + - type: Transform + pos: -20.5,-252.5 + parent: 2 + - uid: 7902 + components: + - type: Transform + pos: -7.5,-192.5 + parent: 2 + - uid: 7912 + components: + - type: Transform + pos: 15.5,-244.5 + parent: 2 + - uid: 7913 + components: + - type: Transform + pos: 20.5,-262.5 + parent: 2 + - uid: 7914 + components: + - type: Transform + pos: 20.5,-264.5 + parent: 2 + - uid: 7923 + components: + - type: Transform + pos: 14.5,-244.5 + parent: 2 + - uid: 7927 + components: + - type: Transform + pos: 14.5,-247.5 + parent: 2 + - uid: 7936 + components: + - type: Transform + pos: 20.5,-248.5 + parent: 2 + - uid: 7950 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-160.5 + parent: 2 + - uid: 7954 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-289.5 + parent: 2 + - uid: 7998 + components: + - type: Transform + pos: -7.5,-168.5 + parent: 2 + - uid: 8004 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-252.5 + parent: 2 + - uid: 8006 + components: + - type: Transform + pos: 20.5,-261.5 + parent: 2 + - uid: 8008 + components: + - type: Transform + pos: -7.5,-166.5 + parent: 2 + - uid: 8021 + components: + - type: Transform + pos: 15.5,-266.5 + parent: 2 + - uid: 8024 + components: + - type: Transform + pos: 5.5,-181.5 + parent: 2 + - uid: 8054 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-253.5 + parent: 2 + - uid: 8055 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-252.5 + parent: 2 + - uid: 8056 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-252.5 + parent: 2 + - uid: 8104 + components: + - type: Transform + pos: -8.5,-250.5 + parent: 2 + - uid: 8118 + components: + - type: Transform + pos: 15.5,-262.5 + parent: 2 + - uid: 8120 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-250.5 + parent: 2 + - uid: 8121 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-249.5 + parent: 2 + - uid: 8124 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-251.5 + parent: 2 + - uid: 8128 + components: + - type: Transform + pos: 17.5,-266.5 + parent: 2 + - uid: 8131 + components: + - type: Transform + pos: 16.5,-266.5 + parent: 2 + - uid: 8180 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-254.5 + parent: 2 + - uid: 8200 + components: + - type: Transform + pos: -9.5,-192.5 + parent: 2 + - uid: 8215 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-252.5 + parent: 2 + - uid: 8370 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-252.5 + parent: 2 + - uid: 8374 + components: + - type: Transform + pos: -3.5,-188.5 + parent: 2 + - uid: 8376 + components: + - type: Transform + pos: -2.5,-188.5 + parent: 2 + - uid: 8406 + components: + - type: Transform + pos: 14.5,-241.5 + parent: 2 + - uid: 8456 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-254.5 + parent: 2 + - uid: 8477 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-310.5 + parent: 2 + - uid: 8491 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-277.5 + parent: 2 + - uid: 8493 + components: + - type: Transform + pos: 9.5,-287.5 + parent: 2 + - uid: 8513 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-253.5 + parent: 2 + - uid: 8515 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-255.5 + parent: 2 + - uid: 8524 + components: + - type: Transform + pos: -18.5,-262.5 + parent: 2 + - uid: 8539 + components: + - type: Transform + pos: 9.5,-286.5 + parent: 2 + - uid: 8543 + components: + - type: Transform + pos: -7.5,-269.5 + parent: 2 + - uid: 8544 + components: + - type: Transform + pos: -7.5,-270.5 + parent: 2 + - uid: 8548 + components: + - type: Transform + pos: -5.5,-269.5 + parent: 2 + - uid: 8550 + components: + - type: Transform + pos: -8.5,-275.5 + parent: 2 + - uid: 8551 + components: + - type: Transform + pos: -6.5,-276.5 + parent: 2 + - uid: 8556 + components: + - type: Transform + pos: -8.5,-271.5 + parent: 2 + - uid: 8557 + components: + - type: Transform + pos: -18.5,-252.5 + parent: 2 + - uid: 8563 + components: + - type: Transform + pos: -7.5,-276.5 + parent: 2 + - uid: 8564 + components: + - type: Transform + pos: -5.5,-268.5 + parent: 2 + - uid: 8565 + components: + - type: Transform + pos: -8.5,-270.5 + parent: 2 + - uid: 8567 + components: + - type: Transform + pos: -8.5,-276.5 + parent: 2 + - uid: 8568 + components: + - type: Transform + pos: -4.5,-268.5 + parent: 2 + - uid: 8569 + components: + - type: Transform + pos: -3.5,-268.5 + parent: 2 + - uid: 8570 + components: + - type: Transform + pos: -2.5,-268.5 + parent: 2 + - uid: 8571 + components: + - type: Transform + pos: -1.5,-268.5 + parent: 2 + - uid: 8572 + components: + - type: Transform + pos: -1.5,-269.5 + parent: 2 + - uid: 8573 + components: + - type: Transform + pos: -0.5,-269.5 + parent: 2 + - uid: 8574 + components: + - type: Transform + pos: 1.5,-269.5 + parent: 2 + - uid: 8575 + components: + - type: Transform + pos: 2.5,-269.5 + parent: 2 + - uid: 8576 + components: + - type: Transform + pos: 2.5,-268.5 + parent: 2 + - uid: 8577 + components: + - type: Transform + pos: 1.5,-267.5 + parent: 2 + - uid: 8578 + components: + - type: Transform + pos: -0.5,-267.5 + parent: 2 + - uid: 8588 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-281.5 + parent: 2 + - uid: 8589 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-282.5 + parent: 2 + - uid: 8590 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-282.5 + parent: 2 + - uid: 8591 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-283.5 + parent: 2 + - uid: 8592 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-287.5 + parent: 2 + - uid: 8593 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-288.5 + parent: 2 + - uid: 8594 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-288.5 + parent: 2 + - uid: 8595 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-289.5 + parent: 2 + - uid: 8596 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-289.5 + parent: 2 + - uid: 8599 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-289.5 + parent: 2 + - uid: 8600 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-289.5 + parent: 2 + - uid: 8601 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-289.5 + parent: 2 + - uid: 8604 + components: + - type: Transform + pos: 14.5,-242.5 + parent: 2 + - uid: 8605 + components: + - type: Transform + pos: -7.5,-310.5 + parent: 2 + - uid: 8611 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-252.5 + parent: 2 + - uid: 8617 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-257.5 + parent: 2 + - uid: 8642 + components: + - type: Transform + pos: -18.5,-243.5 + parent: 2 + - uid: 8655 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-288.5 + parent: 2 + - uid: 8675 + components: + - type: Transform + pos: -18.5,-249.5 + parent: 2 + - uid: 8677 + components: + - type: Transform + pos: -18.5,-250.5 + parent: 2 + - uid: 8698 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-118.5 + parent: 2 + - uid: 8700 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-288.5 + parent: 2 + - uid: 8702 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-288.5 + parent: 2 + - uid: 8703 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-288.5 + parent: 2 + - uid: 8704 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-290.5 + parent: 2 + - uid: 8705 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-290.5 + parent: 2 + - uid: 8706 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-289.5 + parent: 2 + - uid: 8707 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-289.5 + parent: 2 + - uid: 8709 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-290.5 + parent: 2 + - uid: 8710 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-290.5 + parent: 2 + - uid: 8712 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-289.5 + parent: 2 + - uid: 8713 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-288.5 + parent: 2 + - uid: 8714 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-288.5 + parent: 2 + - uid: 8715 + components: + - type: Transform + pos: 9.5,-285.5 + parent: 2 + - uid: 8716 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-286.5 + parent: 2 + - uid: 8717 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-285.5 + parent: 2 + - uid: 8718 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-284.5 + parent: 2 + - uid: 8719 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-283.5 + parent: 2 + - uid: 8720 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-286.5 + parent: 2 + - uid: 8721 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-286.5 + parent: 2 + - uid: 8722 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-286.5 + parent: 2 + - uid: 8723 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-286.5 + parent: 2 + - uid: 8724 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-285.5 + parent: 2 + - uid: 8725 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-284.5 + parent: 2 + - uid: 8726 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-283.5 + parent: 2 + - uid: 8727 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-283.5 + parent: 2 + - uid: 8729 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-283.5 + parent: 2 + - uid: 8732 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-283.5 + parent: 2 + - uid: 8733 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-283.5 + parent: 2 + - uid: 8734 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-282.5 + parent: 2 + - uid: 8736 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-282.5 + parent: 2 + - uid: 8738 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-274.5 + parent: 2 + - uid: 8744 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-276.5 + parent: 2 + - uid: 8745 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-276.5 + parent: 2 + - uid: 8746 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-275.5 + parent: 2 + - uid: 8748 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-275.5 + parent: 2 + - uid: 8749 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-275.5 + parent: 2 + - uid: 8750 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-275.5 + parent: 2 + - uid: 8751 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-274.5 + parent: 2 + - uid: 8752 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-273.5 + parent: 2 + - uid: 8753 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-272.5 + parent: 2 + - uid: 8754 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-271.5 + parent: 2 + - uid: 8755 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-270.5 + parent: 2 + - uid: 8756 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-269.5 + parent: 2 + - uid: 8757 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-269.5 + parent: 2 + - uid: 8758 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-269.5 + parent: 2 + - uid: 8759 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-268.5 + parent: 2 + - uid: 8760 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-268.5 + parent: 2 + - uid: 8761 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-268.5 + parent: 2 + - uid: 8770 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-282.5 + parent: 2 + - uid: 8774 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-276.5 + parent: 2 + - uid: 8781 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-274.5 + parent: 2 + - uid: 8807 + components: + - type: Transform + pos: -6.5,-188.5 + parent: 2 + - uid: 8808 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-271.5 + parent: 2 + - uid: 8811 + components: + - type: Transform + pos: -5.5,-188.5 + parent: 2 + - uid: 8851 + components: + - type: Transform + pos: -9.5,-188.5 + parent: 2 + - uid: 8855 + components: + - type: Transform + pos: -17.5,-239.5 + parent: 2 + - uid: 8867 + components: + - type: Transform + pos: 9.5,-284.5 + parent: 2 + - uid: 8898 + components: + - type: Transform + pos: -22.5,-250.5 + parent: 2 + - uid: 8900 + components: + - type: Transform + pos: -12.5,-261.5 + parent: 2 + - uid: 8904 + components: + - type: Transform + pos: -7.5,-149.5 + parent: 2 + - uid: 8910 + components: + - type: Transform + pos: 14.5,-240.5 + parent: 2 + - uid: 8913 + components: + - type: Transform + pos: -12.5,-255.5 + parent: 2 + - uid: 8914 + components: + - type: Transform + pos: -12.5,-251.5 + parent: 2 + - uid: 8942 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,-262.5 + parent: 2 + - uid: 8969 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-256.5 + parent: 2 + - uid: 9020 + components: + - type: Transform + pos: 8.5,-288.5 + parent: 2 + - uid: 9021 + components: + - type: Transform + pos: 9.5,-288.5 + parent: 2 + - uid: 9087 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-249.5 + parent: 2 + - uid: 9366 + components: + - type: Transform + pos: 1.5,-294.5 + parent: 2 + - uid: 9367 + components: + - type: Transform + pos: -0.5,-294.5 + parent: 2 + - uid: 9368 + components: + - type: Transform + pos: 2.5,-295.5 + parent: 2 + - uid: 9369 + components: + - type: Transform + pos: 2.5,-296.5 + parent: 2 + - uid: 9370 + components: + - type: Transform + pos: -1.5,-296.5 + parent: 2 + - uid: 9371 + components: + - type: Transform + pos: -1.5,-295.5 + parent: 2 + - uid: 9372 + components: + - type: Transform + pos: -0.5,-296.5 + parent: 2 + - uid: 9373 + components: + - type: Transform + pos: 1.5,-296.5 + parent: 2 + - uid: 9380 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-295.5 + parent: 2 + - uid: 9381 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-295.5 + parent: 2 + - uid: 9382 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-295.5 + parent: 2 + - uid: 9383 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-294.5 + parent: 2 + - uid: 9384 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-295.5 + parent: 2 + - uid: 9387 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-295.5 + parent: 2 + - uid: 9389 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-295.5 + parent: 2 + - uid: 9390 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-294.5 + parent: 2 + - uid: 9401 + components: + - type: Transform + pos: -10.5,-338.5 + parent: 2 + - uid: 9402 + components: + - type: Transform + pos: -10.5,-340.5 + parent: 2 + - uid: 9403 + components: + - type: Transform + pos: -10.5,-337.5 + parent: 2 + - uid: 9404 + components: + - type: Transform + pos: -9.5,-343.5 + parent: 2 + - uid: 9405 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-343.5 + parent: 2 + - uid: 9406 + components: + - type: Transform + pos: -10.5,-342.5 + parent: 2 + - uid: 9414 + components: + - type: Transform + pos: -9.5,-341.5 + parent: 2 + - uid: 9415 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-336.5 + parent: 2 + - uid: 9417 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-335.5 + parent: 2 + - uid: 9454 + components: + - type: Transform + pos: 8.5,-341.5 + parent: 2 + - uid: 9463 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-332.5 + parent: 2 + - uid: 9473 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-334.5 + parent: 2 + - uid: 9475 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-343.5 + parent: 2 + - uid: 9476 + components: + - type: Transform + pos: 4.5,-341.5 + parent: 2 + - uid: 9720 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-296.5 + parent: 2 + - uid: 9722 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-296.5 + parent: 2 + - uid: 9723 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-295.5 + parent: 2 + - uid: 9724 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-296.5 + parent: 2 + - uid: 9725 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-296.5 + parent: 2 + - uid: 9726 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-296.5 + parent: 2 + - uid: 9727 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-296.5 + parent: 2 + - uid: 9728 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-296.5 + parent: 2 + - uid: 9732 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-300.5 + parent: 2 + - uid: 9735 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-300.5 + parent: 2 + - uid: 9736 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-301.5 + parent: 2 + - uid: 9737 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-302.5 + parent: 2 + - uid: 9738 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-303.5 + parent: 2 + - uid: 9739 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-304.5 + parent: 2 + - uid: 9740 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-305.5 + parent: 2 + - uid: 9741 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-305.5 + parent: 2 + - uid: 9742 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-262.5 + parent: 2 + - uid: 9745 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-310.5 + parent: 2 + - uid: 9746 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-308.5 + parent: 2 + - uid: 9749 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-309.5 + parent: 2 + - uid: 9750 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-309.5 + parent: 2 + - uid: 9751 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-311.5 + parent: 2 + - uid: 9752 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-312.5 + parent: 2 + - uid: 9753 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-313.5 + parent: 2 + - uid: 9754 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-314.5 + parent: 2 + - uid: 9758 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-318.5 + parent: 2 + - uid: 9759 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-319.5 + parent: 2 + - uid: 9760 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-310.5 + parent: 2 + - uid: 9761 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-319.5 + parent: 2 + - uid: 9762 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-319.5 + parent: 2 + - uid: 9763 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-319.5 + parent: 2 + - uid: 9764 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-319.5 + parent: 2 + - uid: 9765 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-320.5 + parent: 2 + - uid: 9766 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-320.5 + parent: 2 + - uid: 9767 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-321.5 + parent: 2 + - uid: 9768 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-322.5 + parent: 2 + - uid: 9772 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-320.5 + parent: 2 + - uid: 9773 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-321.5 + parent: 2 + - uid: 9774 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-322.5 + parent: 2 + - uid: 9778 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-321.5 + parent: 2 + - uid: 9779 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-321.5 + parent: 2 + - uid: 9780 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-320.5 + parent: 2 + - uid: 9781 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-320.5 + parent: 2 + - uid: 9782 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-320.5 + parent: 2 + - uid: 9783 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-320.5 + parent: 2 + - uid: 9784 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-321.5 + parent: 2 + - uid: 9785 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-322.5 + parent: 2 + - uid: 9786 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-322.5 + parent: 2 + - uid: 9787 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-321.5 + parent: 2 + - uid: 9788 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-321.5 + parent: 2 + - uid: 9789 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-320.5 + parent: 2 + - uid: 9792 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-321.5 + parent: 2 + - uid: 9793 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-320.5 + parent: 2 + - uid: 9794 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-320.5 + parent: 2 + - uid: 9795 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-320.5 + parent: 2 + - uid: 9801 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-316.5 + parent: 2 + - uid: 9802 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-316.5 + parent: 2 + - uid: 9804 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-310.5 + parent: 2 + - uid: 9805 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-311.5 + parent: 2 + - uid: 9806 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-312.5 + parent: 2 + - uid: 9807 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-312.5 + parent: 2 + - uid: 9810 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-312.5 + parent: 2 + - uid: 9811 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-316.5 + parent: 2 + - uid: 9812 + components: + - type: Transform + pos: -8.5,-306.5 + parent: 2 + - uid: 9820 + components: + - type: Transform + pos: -8.5,-192.5 + parent: 2 + - uid: 9833 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-298.5 + parent: 2 + - uid: 9834 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-297.5 + parent: 2 + - uid: 9835 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-296.5 + parent: 2 + - uid: 9836 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-296.5 + parent: 2 + - uid: 9837 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-296.5 + parent: 2 + - uid: 9838 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-296.5 + parent: 2 + - uid: 9839 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-295.5 + parent: 2 + - uid: 9840 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-298.5 + parent: 2 + - uid: 9841 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-298.5 + parent: 2 + - uid: 9842 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-298.5 + parent: 2 + - uid: 9843 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-298.5 + parent: 2 + - uid: 9844 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-298.5 + parent: 2 + - uid: 9845 + components: + - type: Transform + pos: 8.5,-241.5 + parent: 2 + - uid: 9849 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-301.5 + parent: 2 + - uid: 9858 + components: + - type: Transform + pos: -2.5,-306.5 + parent: 2 + - uid: 9860 + components: + - type: Transform + pos: -8.5,-251.5 + parent: 2 + - uid: 9862 + components: + - type: Transform + pos: -6.5,-306.5 + parent: 2 + - uid: 9863 + components: + - type: Transform + pos: -7.5,-306.5 + parent: 2 + - uid: 9866 + components: + - type: Transform + pos: -10.5,-305.5 + parent: 2 + - uid: 9868 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-305.5 + parent: 2 + - uid: 9875 + components: + - type: Transform + pos: -9.5,-306.5 + parent: 2 + - uid: 9876 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-305.5 + parent: 2 + - uid: 9877 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-304.5 + parent: 2 + - uid: 9878 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-303.5 + parent: 2 + - uid: 9879 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-302.5 + parent: 2 + - uid: 9880 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-301.5 + parent: 2 + - uid: 9881 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-300.5 + parent: 2 + - uid: 9882 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-299.5 + parent: 2 + - uid: 9883 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-298.5 + parent: 2 + - uid: 9884 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-298.5 + parent: 2 + - uid: 9885 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-298.5 + parent: 2 + - uid: 9886 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-298.5 + parent: 2 + - uid: 9887 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-298.5 + parent: 2 + - uid: 9888 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-298.5 + parent: 2 + - uid: 9889 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-298.5 + parent: 2 + - uid: 9890 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-299.5 + parent: 2 + - uid: 9891 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-300.5 + parent: 2 + - uid: 9892 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-301.5 + parent: 2 + - uid: 9893 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-302.5 + parent: 2 + - uid: 9894 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-303.5 + parent: 2 + - uid: 9896 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-315.5 + parent: 2 + - uid: 9897 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-305.5 + parent: 2 + - uid: 9898 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-305.5 + parent: 2 + - uid: 9900 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-309.5 + parent: 2 + - uid: 9901 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-309.5 + parent: 2 + - uid: 9909 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-315.5 + parent: 2 + - uid: 9910 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-316.5 + parent: 2 + - uid: 9911 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-317.5 + parent: 2 + - uid: 9912 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-318.5 + parent: 2 + - uid: 9914 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-317.5 + parent: 2 + - uid: 9915 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-317.5 + parent: 2 + - uid: 9916 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-317.5 + parent: 2 + - uid: 9918 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-317.5 + parent: 2 + - uid: 9919 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-317.5 + parent: 2 + - uid: 9920 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-317.5 + parent: 2 + - uid: 9921 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-316.5 + parent: 2 + - uid: 9922 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-315.5 + parent: 2 + - uid: 9923 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-314.5 + parent: 2 + - uid: 9924 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-314.5 + parent: 2 + - uid: 9925 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-313.5 + parent: 2 + - uid: 9926 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-312.5 + parent: 2 + - uid: 9927 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-311.5 + parent: 2 + - uid: 9928 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-310.5 + parent: 2 + - uid: 9929 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-309.5 + parent: 2 + - uid: 9930 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-309.5 + parent: 2 + - uid: 9931 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-319.5 + parent: 2 + - uid: 9933 + components: + - type: Transform + pos: -1.5,-318.5 + parent: 2 + - uid: 9934 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-316.5 + parent: 2 + - uid: 9939 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-311.5 + parent: 2 + - uid: 10005 + components: + - type: Transform + pos: -7.5,-298.5 + parent: 2 + - uid: 10013 + components: + - type: Transform + pos: 8.5,-360.5 + parent: 2 + - uid: 10015 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-313.5 + parent: 2 + - uid: 10034 + components: + - type: Transform + pos: -7.5,-305.5 + parent: 2 + - uid: 10036 + components: + - type: Transform + pos: -4.5,-310.5 + parent: 2 + - uid: 10040 + components: + - type: Transform + pos: -4.5,-306.5 + parent: 2 + - uid: 10045 + components: + - type: Transform + pos: -2.5,-310.5 + parent: 2 + - uid: 10046 + components: + - type: Transform + pos: -7.5,-304.5 + parent: 2 + - uid: 10050 + components: + - type: Transform + pos: -10.5,-301.5 + parent: 2 + - uid: 10052 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-306.5 + parent: 2 + - uid: 10053 + components: + - type: Transform + pos: -7.5,-302.5 + parent: 2 + - uid: 10058 + components: + - type: Transform + pos: -10.5,-306.5 + parent: 2 + - uid: 10086 + components: + - type: Transform + pos: -7.5,-346.5 + parent: 2 + - uid: 10099 + components: + - type: Transform + pos: -1.5,-305.5 + parent: 2 + - uid: 10102 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-299.5 + parent: 2 + - uid: 10135 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-298.5 + parent: 2 + - uid: 10167 + components: + - type: Transform + pos: -8.5,-298.5 + parent: 2 + - uid: 10278 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-317.5 + parent: 2 + - uid: 10476 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-311.5 + parent: 2 + - uid: 10553 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-327.5 + parent: 2 + - uid: 10584 + components: + - type: Transform + pos: 1.5,-326.5 + parent: 2 + - uid: 10585 + components: + - type: Transform + pos: -0.5,-326.5 + parent: 2 + - uid: 10587 + components: + - type: Transform + pos: 2.5,-327.5 + parent: 2 + - uid: 10588 + components: + - type: Transform + pos: 2.5,-328.5 + parent: 2 + - uid: 10589 + components: + - type: Transform + pos: 1.5,-328.5 + parent: 2 + - uid: 10590 + components: + - type: Transform + pos: -0.5,-328.5 + parent: 2 + - uid: 10591 + components: + - type: Transform + pos: -1.5,-328.5 + parent: 2 + - uid: 10592 + components: + - type: Transform + pos: -1.5,-327.5 + parent: 2 + - uid: 10593 + components: + - type: Transform + pos: -0.5,-349.5 + parent: 2 + - uid: 10633 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-346.5 + parent: 2 + - uid: 10635 + components: + - type: Transform + pos: 7.5,-332.5 + parent: 2 + - uid: 10637 + components: + - type: Transform + pos: 4.5,-349.5 + parent: 2 + - uid: 10638 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-327.5 + parent: 2 + - uid: 10640 + components: + - type: Transform + pos: -5.5,-328.5 + parent: 2 + - uid: 10641 + components: + - type: Transform + pos: 1.5,-334.5 + parent: 2 + - uid: 10642 + components: + - type: Transform + pos: -6.5,-328.5 + parent: 2 + - uid: 10643 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-327.5 + parent: 2 + - uid: 10645 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-327.5 + parent: 2 + - uid: 10647 + components: + - type: Transform + pos: 1.5,-349.5 + parent: 2 + - uid: 10648 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-327.5 + parent: 2 + - uid: 10650 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-327.5 + parent: 2 + - uid: 10652 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-328.5 + parent: 2 + - uid: 10653 + components: + - type: Transform + pos: 6.5,-344.5 + parent: 2 + - uid: 10654 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-326.5 + parent: 2 + - uid: 10656 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-347.5 + parent: 2 + - uid: 10660 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-334.5 + parent: 2 + - uid: 10661 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-334.5 + parent: 2 + - uid: 10662 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-333.5 + parent: 2 + - uid: 10663 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-334.5 + parent: 2 + - uid: 10664 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-333.5 + parent: 2 + - uid: 10665 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-334.5 + parent: 2 + - uid: 10666 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-333.5 + parent: 2 + - uid: 10667 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-330.5 + parent: 2 + - uid: 10668 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-333.5 + parent: 2 + - uid: 10669 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-334.5 + parent: 2 + - uid: 10670 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-333.5 + parent: 2 + - uid: 10671 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-334.5 + parent: 2 + - uid: 10672 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-329.5 + parent: 2 + - uid: 10679 + components: + - type: Transform + pos: -9.5,-339.5 + parent: 2 + - uid: 10684 + components: + - type: Transform + pos: -9.5,-337.5 + parent: 2 + - uid: 10685 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-344.5 + parent: 2 + - uid: 10686 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-343.5 + parent: 2 + - uid: 10687 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-344.5 + parent: 2 + - uid: 10688 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-346.5 + parent: 2 + - uid: 10689 + components: + - type: Transform + pos: 9.5,-338.5 + parent: 2 + - uid: 10693 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-335.5 + parent: 2 + - uid: 10697 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-343.5 + parent: 2 + - uid: 10699 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-344.5 + parent: 2 + - uid: 10702 + components: + - type: Transform + pos: -0.5,-347.5 + parent: 2 + - uid: 10703 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-347.5 + parent: 2 + - uid: 10704 + components: + - type: Transform + pos: -3.5,-349.5 + parent: 2 + - uid: 10706 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-345.5 + parent: 2 + - uid: 10713 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-328.5 + parent: 2 + - uid: 10717 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-343.5 + parent: 2 + - uid: 10721 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-346.5 + parent: 2 + - uid: 10722 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-347.5 + parent: 2 + - uid: 10723 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-347.5 + parent: 2 + - uid: 10724 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-347.5 + parent: 2 + - uid: 10725 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-347.5 + parent: 2 + - uid: 10726 + components: + - type: Transform + pos: 2.5,-333.5 + parent: 2 + - uid: 10727 + components: + - type: Transform + pos: -1.5,-347.5 + parent: 2 + - uid: 10728 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-348.5 + parent: 2 + - uid: 10729 + components: + - type: Transform + pos: -6.5,-348.5 + parent: 2 + - uid: 10730 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-348.5 + parent: 2 + - uid: 10731 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-347.5 + parent: 2 + - uid: 10732 + components: + - type: Transform + pos: -5.5,-349.5 + parent: 2 + - uid: 10733 + components: + - type: Transform + pos: 3.5,-328.5 + parent: 2 + - uid: 10734 + components: + - type: Transform + pos: 3.5,-329.5 + parent: 2 + - uid: 10737 + components: + - type: Transform + pos: -2.5,-348.5 + parent: 2 + - uid: 10738 + components: + - type: Transform + pos: -6.5,-333.5 + parent: 2 + - uid: 10739 + components: + - type: Transform + pos: -4.5,-348.5 + parent: 2 + - uid: 10743 + components: + - type: Transform + pos: 3.5,-332.5 + parent: 2 + - uid: 10745 + components: + - type: Transform + pos: -9.5,-340.5 + parent: 2 + - uid: 10749 + components: + - type: Transform + pos: -1.5,-333.5 + parent: 2 + - uid: 10751 + components: + - type: Transform + pos: 6.5,-328.5 + parent: 2 + - uid: 10753 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-341.5 + parent: 2 + - uid: 10758 + components: + - type: Transform + pos: -1.5,-334.5 + parent: 2 + - uid: 10762 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-344.5 + parent: 2 + - uid: 10765 + components: + - type: Transform + pos: -6.5,-343.5 + parent: 2 + - uid: 10767 + components: + - type: Transform + pos: -5.5,-343.5 + parent: 2 + - uid: 10768 + components: + - type: Transform + pos: -3.5,-343.5 + parent: 2 + - uid: 10769 + components: + - type: Transform + pos: -2.5,-343.5 + parent: 2 + - uid: 10772 + components: + - type: Transform + pos: -5.5,-346.5 + parent: 2 + - uid: 10773 + components: + - type: Transform + pos: -2.5,-347.5 + parent: 2 + - uid: 10774 + components: + - type: Transform + pos: -3.5,-347.5 + parent: 2 + - uid: 10775 + components: + - type: Transform + pos: -4.5,-347.5 + parent: 2 + - uid: 10776 + components: + - type: Transform + pos: -5.5,-347.5 + parent: 2 + - uid: 10777 + components: + - type: Transform + pos: -6.5,-347.5 + parent: 2 + - uid: 10778 + components: + - type: Transform + pos: -6.5,-346.5 + parent: 2 + - uid: 10779 + components: + - type: Transform + pos: -6.5,-345.5 + parent: 2 + - uid: 10780 + components: + - type: Transform + pos: -6.5,-344.5 + parent: 2 + - uid: 10782 + components: + - type: Transform + pos: -7.5,-343.5 + parent: 2 + - uid: 10783 + components: + - type: Transform + pos: -7.5,-344.5 + parent: 2 + - uid: 10784 + components: + - type: Transform + pos: -7.5,-345.5 + parent: 2 + - uid: 10785 + components: + - type: Transform + pos: -1.5,-348.5 + parent: 2 + - uid: 10786 + components: + - type: Transform + pos: -5.5,-348.5 + parent: 2 + - uid: 10787 + components: + - type: Transform + pos: 5.5,-348.5 + parent: 2 + - uid: 10788 + components: + - type: Transform + pos: -3.5,-348.5 + parent: 2 + - uid: 10789 + components: + - type: Transform + pos: 3.5,-348.5 + parent: 2 + - uid: 10790 + components: + - type: Transform + pos: 2.5,-348.5 + parent: 2 + - uid: 10791 + components: + - type: Transform + pos: 6.5,-349.5 + parent: 2 + - uid: 10793 + components: + - type: Transform + pos: -3.5,-326.5 + parent: 2 + - uid: 10795 + components: + - type: Transform + pos: -5.5,-326.5 + parent: 2 + - uid: 10796 + components: + - type: Transform + pos: 4.5,-326.5 + parent: 2 + - uid: 10812 + components: + - type: Transform + pos: -0.5,-343.5 + parent: 2 + - uid: 10813 + components: + - type: Transform + pos: -1.5,-343.5 + parent: 2 + - uid: 10816 + components: + - type: Transform + pos: -1.5,-344.5 + parent: 2 + - uid: 10817 + components: + - type: Transform + pos: -1.5,-345.5 + parent: 2 + - uid: 10818 + components: + - type: Transform + pos: -1.5,-346.5 + parent: 2 + - uid: 10823 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-342.5 + parent: 2 + - uid: 10824 + components: + - type: Transform + pos: -7.5,-334.5 + parent: 2 + - uid: 10827 + components: + - type: Transform + pos: -6.5,-19.5 + parent: 2 + - uid: 10841 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-353.5 + parent: 2 + - uid: 10850 + components: + - type: Transform + pos: -9.5,-342.5 + parent: 2 + - uid: 10851 + components: + - type: Transform + pos: -9.5,-338.5 + parent: 2 + - uid: 10862 + components: + - type: Transform + pos: 8.5,-339.5 + parent: 2 + - uid: 10917 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-344.5 + parent: 2 + - uid: 10918 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-343.5 + parent: 2 + - uid: 10919 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-345.5 + parent: 2 + - uid: 10921 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-345.5 + parent: 2 + - uid: 10924 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-348.5 + parent: 2 + - uid: 10926 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-335.5 + parent: 2 + - uid: 10927 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-335.5 + parent: 2 + - uid: 10930 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-354.5 + parent: 2 + - uid: 10998 + components: + - type: Transform + pos: -10.5,-339.5 + parent: 2 + - uid: 10999 + components: + - type: Transform + pos: -10.5,-341.5 + parent: 2 + - uid: 11044 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-353.5 + parent: 2 + - uid: 11068 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-354.5 + parent: 2 + - uid: 11071 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-354.5 + parent: 2 + - uid: 11072 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-353.5 + parent: 2 + - uid: 11079 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-353.5 + parent: 2 + - uid: 11083 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-354.5 + parent: 2 + - uid: 11084 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-355.5 + parent: 2 + - uid: 11085 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-355.5 + parent: 2 + - uid: 11086 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-355.5 + parent: 2 + - uid: 11087 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-355.5 + parent: 2 + - uid: 11088 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-354.5 + parent: 2 + - uid: 11115 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-332.5 + parent: 2 + - uid: 11119 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-306.5 + parent: 2 + - uid: 11122 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-302.5 + parent: 2 + - uid: 11147 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-353.5 + parent: 2 + - uid: 11148 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-354.5 + parent: 2 + - uid: 11149 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-354.5 + parent: 2 + - uid: 11150 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-353.5 + parent: 2 + - uid: 11151 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-354.5 + parent: 2 + - uid: 11152 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-354.5 + parent: 2 + - uid: 11153 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-354.5 + parent: 2 + - uid: 11155 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-355.5 + parent: 2 + - uid: 11156 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-356.5 + parent: 2 + - uid: 11157 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-355.5 + parent: 2 + - uid: 11158 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-356.5 + parent: 2 + - uid: 11159 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-355.5 + parent: 2 + - uid: 11160 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-355.5 + parent: 2 + - uid: 11161 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-356.5 + parent: 2 + - uid: 11162 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-356.5 + parent: 2 + - uid: 11163 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-357.5 + parent: 2 + - uid: 11164 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-358.5 + parent: 2 + - uid: 11165 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-359.5 + parent: 2 + - uid: 11166 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-355.5 + parent: 2 + - uid: 11167 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-355.5 + parent: 2 + - uid: 11168 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-356.5 + parent: 2 + - uid: 11169 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-356.5 + parent: 2 + - uid: 11170 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-301.5 + parent: 2 + - uid: 11171 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-358.5 + parent: 2 + - uid: 11172 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-359.5 + parent: 2 + - uid: 11179 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-359.5 + parent: 2 + - uid: 11180 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-359.5 + parent: 2 + - uid: 11181 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-359.5 + parent: 2 + - uid: 11182 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-359.5 + parent: 2 + - uid: 11183 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-359.5 + parent: 2 + - uid: 11184 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-359.5 + parent: 2 + - uid: 11185 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-359.5 + parent: 2 + - uid: 11186 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-359.5 + parent: 2 + - uid: 11189 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-312.5 + parent: 2 + - uid: 11190 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-309.5 + parent: 2 + - uid: 11191 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-308.5 + parent: 2 + - uid: 11192 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,-312.5 + parent: 2 + - uid: 11193 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-358.5 + parent: 2 + - uid: 11196 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-312.5 + parent: 2 + - uid: 11197 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-312.5 + parent: 2 + - uid: 11198 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-358.5 + parent: 2 + - uid: 11199 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-305.5 + parent: 2 + - uid: 11202 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-356.5 + parent: 2 + - uid: 11206 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,-302.5 + parent: 2 + - uid: 11207 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-302.5 + parent: 2 + - uid: 11215 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-302.5 + parent: 2 + - uid: 11216 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-300.5 + parent: 2 + - uid: 11219 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,-300.5 + parent: 2 + - uid: 11223 + components: + - type: Transform + pos: 8.5,-361.5 + parent: 2 + - uid: 11225 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-362.5 + parent: 2 + - uid: 11226 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-362.5 + parent: 2 + - uid: 11227 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-362.5 + parent: 2 + - uid: 11228 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-362.5 + parent: 2 + - uid: 11229 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-362.5 + parent: 2 + - uid: 11230 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-365.5 + parent: 2 + - uid: 11231 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-365.5 + parent: 2 + - uid: 11232 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-365.5 + parent: 2 + - uid: 11233 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-365.5 + parent: 2 + - uid: 11235 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-368.5 + parent: 2 + - uid: 11236 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-368.5 + parent: 2 + - uid: 11237 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-368.5 + parent: 2 + - uid: 11238 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-368.5 + parent: 2 + - uid: 11239 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-367.5 + parent: 2 + - uid: 11240 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-369.5 + parent: 2 + - uid: 11241 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-369.5 + parent: 2 + - uid: 11242 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-368.5 + parent: 2 + - uid: 11243 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-368.5 + parent: 2 + - uid: 11244 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-365.5 + parent: 2 + - uid: 11245 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-365.5 + parent: 2 + - uid: 11246 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-365.5 + parent: 2 + - uid: 11247 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-365.5 + parent: 2 + - uid: 11249 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-362.5 + parent: 2 + - uid: 11250 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-362.5 + parent: 2 + - uid: 11251 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-362.5 + parent: 2 + - uid: 11252 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-362.5 + parent: 2 + - uid: 11254 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-368.5 + parent: 2 + - uid: 11255 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-368.5 + parent: 2 + - uid: 11257 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-361.5 + parent: 2 + - uid: 11267 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,-301.5 + parent: 2 + - uid: 11268 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-300.5 + parent: 2 + - uid: 11275 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-373.5 + parent: 2 + - uid: 11276 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-374.5 + parent: 2 + - uid: 11277 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-374.5 + parent: 2 + - uid: 11278 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-375.5 + parent: 2 + - uid: 11279 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-376.5 + parent: 2 + - uid: 11280 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-375.5 + parent: 2 + - uid: 11281 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-376.5 + parent: 2 + - uid: 11282 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-375.5 + parent: 2 + - uid: 11283 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-374.5 + parent: 2 + - uid: 11284 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-375.5 + parent: 2 + - uid: 11289 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-374.5 + parent: 2 + - uid: 11290 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-375.5 + parent: 2 + - uid: 11292 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-376.5 + parent: 2 + - uid: 11293 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-300.5 + parent: 2 + - uid: 11294 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-376.5 + parent: 2 + - uid: 11295 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-375.5 + parent: 2 + - uid: 11296 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-375.5 + parent: 2 + - uid: 11297 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-376.5 + parent: 2 + - uid: 11298 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-374.5 + parent: 2 + - uid: 11299 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-375.5 + parent: 2 + - uid: 11300 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-375.5 + parent: 2 + - uid: 11301 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-374.5 + parent: 2 + - uid: 11302 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-376.5 + parent: 2 + - uid: 11303 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-374.5 + parent: 2 + - uid: 11304 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-373.5 + parent: 2 + - uid: 11305 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-367.5 + parent: 2 + - uid: 11315 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-296.5 + parent: 2 + - uid: 11321 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-296.5 + parent: 2 + - uid: 11333 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,-296.5 + parent: 2 + - uid: 11334 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,-296.5 + parent: 2 + - uid: 11335 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-296.5 + parent: 2 + - uid: 11336 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-296.5 + parent: 2 + - uid: 11337 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-296.5 + parent: 2 + - uid: 11338 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-300.5 + parent: 2 + - uid: 11339 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-300.5 + parent: 2 + - uid: 11340 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-318.5 + parent: 2 + - uid: 11341 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-318.5 + parent: 2 + - uid: 11342 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-366.5 + parent: 2 + - uid: 11343 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-366.5 + parent: 2 + - uid: 11344 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,-318.5 + parent: 2 + - uid: 11347 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,-318.5 + parent: 2 + - uid: 11348 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-318.5 + parent: 2 + - uid: 11351 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-318.5 + parent: 2 + - uid: 11354 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-369.5 + parent: 2 + - uid: 11355 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-369.5 + parent: 2 + - uid: 11356 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-369.5 + parent: 2 + - uid: 11357 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-368.5 + parent: 2 + - uid: 11358 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-367.5 + parent: 2 + - uid: 11359 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-367.5 + parent: 2 + - uid: 11360 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-369.5 + parent: 2 + - uid: 11361 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-369.5 + parent: 2 + - uid: 11362 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-369.5 + parent: 2 + - uid: 11363 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-368.5 + parent: 2 + - uid: 11364 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-367.5 + parent: 2 + - uid: 11365 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-367.5 + parent: 2 + - uid: 11366 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-318.5 + parent: 2 + - uid: 11368 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-314.5 + parent: 2 + - uid: 11369 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-361.5 + parent: 2 + - uid: 11371 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-362.5 + parent: 2 + - uid: 11372 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-361.5 + parent: 2 + - uid: 11373 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-314.5 + parent: 2 + - uid: 11374 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-314.5 + parent: 2 + - uid: 11375 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,-314.5 + parent: 2 + - uid: 11376 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-314.5 + parent: 2 + - uid: 11410 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-314.5 + parent: 2 + - uid: 11420 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,-305.5 + parent: 2 + - uid: 11421 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-305.5 + parent: 2 + - uid: 11422 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-305.5 + parent: 2 + - uid: 11423 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,-309.5 + parent: 2 + - uid: 11424 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-309.5 + parent: 2 + - uid: 11426 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-309.5 + parent: 2 + - uid: 11427 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,-304.5 + parent: 2 + - uid: 11428 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-303.5 + parent: 2 + - uid: 11432 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-305.5 + parent: 2 + - uid: 11448 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-374.5 + parent: 2 + - uid: 11457 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-375.5 + parent: 2 + - uid: 11504 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-309.5 + parent: 2 + - uid: 11505 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,-307.5 + parent: 2 + - uid: 11506 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,-306.5 + parent: 2 + - uid: 11509 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,-308.5 + parent: 2 + - uid: 11519 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-307.5 + parent: 2 + - uid: 11549 + components: + - type: Transform + pos: 6.5,-132.5 + parent: 2 + - uid: 11716 + components: + - type: Transform + pos: 20.5,-241.5 + parent: 2 + - uid: 11769 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,-307.5 + parent: 2 + - uid: 11773 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-307.5 + parent: 2 + - uid: 11776 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-311.5 + parent: 2 + - uid: 11777 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,-310.5 + parent: 2 + - uid: 11793 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-311.5 + parent: 2 + - uid: 11808 + components: + - type: Transform + pos: 1.5,-380.5 + parent: 2 + - uid: 11809 + components: + - type: Transform + pos: -0.5,-380.5 + parent: 2 + - uid: 11816 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-310.5 + parent: 2 + - uid: 11819 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-382.5 + parent: 2 + - uid: 11825 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-304.5 + parent: 2 + - uid: 11829 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-381.5 + parent: 2 + - uid: 11840 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-382.5 + parent: 2 + - uid: 11841 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-381.5 + parent: 2 + - uid: 11842 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-382.5 + parent: 2 + - uid: 11843 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-382.5 + parent: 2 + - uid: 11868 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-381.5 + parent: 2 + - uid: 11869 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-380.5 + parent: 2 + - uid: 11870 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-381.5 + parent: 2 + - uid: 11871 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-380.5 + parent: 2 + - uid: 11872 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-381.5 + parent: 2 + - uid: 11873 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-381.5 + parent: 2 + - uid: 11874 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-380.5 + parent: 2 + - uid: 11875 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-381.5 + parent: 2 + - uid: 11876 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-381.5 + parent: 2 + - uid: 11877 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-380.5 + parent: 2 + - uid: 11878 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-381.5 + parent: 2 + - uid: 11879 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-381.5 + parent: 2 + - uid: 11884 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-382.5 + parent: 2 + - uid: 11886 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-382.5 + parent: 2 + - uid: 11887 + components: + - type: Transform + pos: -10.5,-163.5 + parent: 2 + - uid: 11895 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-385.5 + parent: 2 + - uid: 11896 + components: + - type: Transform + pos: -18.5,-256.5 + parent: 2 + - uid: 11897 + components: + - type: Transform + pos: -18.5,-258.5 + parent: 2 + - uid: 11900 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-384.5 + parent: 2 + - uid: 11902 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-386.5 + parent: 2 + - uid: 11909 + components: + - type: Transform + pos: -7.5,-161.5 + parent: 2 + - uid: 11910 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-383.5 + parent: 2 + - uid: 11918 + components: + - type: Transform + pos: -22.5,-262.5 + parent: 2 + - uid: 11919 + components: + - type: Transform + pos: -21.5,-262.5 + parent: 2 + - uid: 11921 + components: + - type: Transform + pos: -12.5,-265.5 + parent: 2 + - uid: 11922 + components: + - type: Transform + pos: -19.5,-262.5 + parent: 2 + - uid: 11924 + components: + - type: Transform + pos: -22.5,-261.5 + parent: 2 + - uid: 11925 + components: + - type: Transform + pos: -22.5,-260.5 + parent: 2 + - uid: 11929 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-384.5 + parent: 2 + - uid: 11936 + components: + - type: Transform + pos: -18.5,-242.5 + parent: 2 + - uid: 11944 + components: + - type: Transform + pos: -6.5,-385.5 + parent: 2 + - uid: 11954 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-386.5 + parent: 2 + - uid: 11956 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-342.5 + parent: 2 + - uid: 11960 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-303.5 + parent: 2 + - uid: 11961 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-313.5 + parent: 2 + - uid: 11962 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,-313.5 + parent: 2 + - uid: 11963 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-307.5 + parent: 2 + - uid: 11965 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-340.5 + parent: 2 + - uid: 11973 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-339.5 + parent: 2 + - uid: 11989 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-382.5 + parent: 2 + - uid: 11993 + components: + - type: Transform + pos: -10.5,-161.5 + parent: 2 + - uid: 11997 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-383.5 + parent: 2 + - uid: 12056 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-336.5 + parent: 2 + - uid: 12090 + components: + - type: Transform + pos: -8.5,-247.5 + parent: 2 + - uid: 12095 + components: + - type: Transform + pos: -7.5,-247.5 + parent: 2 + - uid: 12100 + components: + - type: Transform + pos: -14.5,-266.5 + parent: 2 + - uid: 12102 + components: + - type: Transform + pos: -13.5,-266.5 + parent: 2 + - uid: 12103 + components: + - type: Transform + pos: -22.5,-266.5 + parent: 2 + - uid: 12105 + components: + - type: Transform + pos: -18.5,-266.5 + parent: 2 + - uid: 12149 + components: + - type: Transform + pos: -6.5,-128.5 + parent: 2 + - uid: 12261 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-119.5 + parent: 2 + - uid: 12326 + components: + - type: Transform + pos: -22.5,-252.5 + parent: 2 + - uid: 12469 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-342.5 + parent: 2 + - uid: 12496 + components: + - type: Transform + pos: -16.5,-266.5 + parent: 2 + - uid: 12678 + components: + - type: Transform + pos: -19.5,-266.5 + parent: 2 + - uid: 12685 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-343.5 + parent: 2 + - uid: 12687 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-337.5 + parent: 2 + - uid: 12771 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-333.5 + parent: 2 + - uid: 12801 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-336.5 + parent: 2 + - uid: 12817 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-344.5 + parent: 2 + - uid: 12818 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-342.5 + parent: 2 + - uid: 12819 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-341.5 + parent: 2 + - uid: 12820 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-339.5 + parent: 2 + - uid: 12821 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-337.5 + parent: 2 + - uid: 12824 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-340.5 + parent: 2 + - uid: 12825 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-341.5 + parent: 2 + - uid: 12870 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-334.5 + parent: 2 + - uid: 12872 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-339.5 + parent: 2 + - uid: 12910 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-338.5 + parent: 2 + - uid: 12912 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-346.5 + parent: 2 + - uid: 12913 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-339.5 + parent: 2 + - uid: 12995 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-333.5 + parent: 2 + - uid: 13074 + components: + - type: Transform + pos: 5.5,-344.5 + parent: 2 + - uid: 13275 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-333.5 + parent: 2 + - uid: 13276 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-340.5 + parent: 2 + - uid: 13278 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-337.5 + parent: 2 + - uid: 13290 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,-264.5 + parent: 2 + - uid: 13293 + components: + - type: Transform + pos: -9.5,-310.5 + parent: 2 + - uid: 13294 + components: + - type: Transform + pos: -8.5,-310.5 + parent: 2 + - uid: 13295 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-298.5 + parent: 2 + - uid: 13301 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-300.5 + parent: 2 + - uid: 13309 + components: + - type: Transform + pos: 7.5,-121.5 + parent: 2 + - uid: 13327 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-121.5 + parent: 2 + - uid: 13330 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-299.5 + parent: 2 + - uid: 13331 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,-264.5 + parent: 2 + - uid: 13369 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-120.5 + parent: 2 + - uid: 13375 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-261.5 + parent: 2 + - uid: 13406 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-338.5 + parent: 2 + - uid: 13408 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-121.5 + parent: 2 + - uid: 13409 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-332.5 + parent: 2 + - uid: 13460 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-163.5 + parent: 2 + - uid: 13462 + components: + - type: Transform + pos: 7.5,-241.5 + parent: 2 + - uid: 13961 + components: + - type: Transform + pos: 20.5,-239.5 + parent: 2 + - uid: 13993 + components: + - type: Transform + pos: 20.5,-240.5 + parent: 2 + - uid: 14020 + components: + - type: Transform + pos: -17.5,-266.5 + parent: 2 + - uid: 14050 + components: + - type: Transform + pos: -20.5,-262.5 + parent: 2 + - uid: 14089 + components: + - type: Transform + pos: -15.5,-266.5 + parent: 2 + - uid: 14091 + components: + - type: Transform + pos: -13.5,-265.5 + parent: 2 + - uid: 14201 + components: + - type: Transform + pos: -20.5,-266.5 + parent: 2 + - uid: 14288 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-181.5 + parent: 2 + - uid: 14290 + components: + - type: Transform + pos: -10.5,-168.5 + parent: 2 + - uid: 14292 + components: + - type: Transform + pos: 6.5,-179.5 + parent: 2 + - uid: 14293 + components: + - type: Transform + pos: 4.5,-177.5 + parent: 2 + - uid: 14294 + components: + - type: Transform + pos: 6.5,-177.5 + parent: 2 + - uid: 14295 + components: + - type: Transform + pos: 6.5,-178.5 + parent: 2 + - uid: 14296 + components: + - type: Transform + pos: 2.5,-177.5 + parent: 2 + - uid: 14301 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-341.5 + parent: 2 + - uid: 14578 + components: + - type: Transform + pos: 3.5,-177.5 + parent: 2 + - uid: 14619 + components: + - type: Transform + pos: -18.5,-241.5 + parent: 2 + - uid: 14620 + components: + - type: Transform + pos: -18.5,-248.5 + parent: 2 + - uid: 14621 + components: + - type: Transform + pos: -18.5,-247.5 + parent: 2 + - uid: 14625 + components: + - type: Transform + pos: -18.5,-246.5 + parent: 2 + - uid: 14682 + components: + - type: Transform + pos: -18.5,-245.5 + parent: 2 + - uid: 14683 + components: + - type: Transform + pos: -18.5,-240.5 + parent: 2 + - uid: 14684 + components: + - type: Transform + pos: -18.5,-244.5 + parent: 2 + - uid: 14690 + components: + - type: Transform + pos: -18.5,-239.5 + parent: 2 + - uid: 14781 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-24.5 + parent: 2 + - uid: 14911 + components: + - type: Transform + pos: -7.5,-148.5 + parent: 2 + - uid: 14916 + components: + - type: Transform + pos: -7.5,-144.5 + parent: 2 + - uid: 15294 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-342.5 + parent: 2 + - uid: 15795 + components: + - type: Transform + pos: -9.5,-336.5 + parent: 2 + - uid: 15796 + components: + - type: Transform + pos: -8.5,-336.5 + parent: 2 + - uid: 16471 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-160.5 + parent: 2 + - uid: 16472 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-160.5 + parent: 2 + - uid: 16473 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-169.5 + parent: 2 + - uid: 16474 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-169.5 + parent: 2 + - uid: 16475 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-169.5 + parent: 2 + - uid: 16484 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-160.5 + parent: 2 + - uid: 16517 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-249.5 + parent: 2 + - uid: 16535 + components: + - type: Transform + pos: -17.5,-238.5 + parent: 2 + - uid: 16549 + components: + - type: Transform + pos: -21.5,-256.5 + parent: 2 + - uid: 16581 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-78.5 + parent: 2 + - uid: 16584 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-78.5 + parent: 2 + - uid: 16623 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-78.5 + parent: 2 + - uid: 16624 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-78.5 + parent: 2 + - uid: 16628 + components: + - type: Transform + pos: -3.5,-187.5 + parent: 2 + - uid: 16716 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-24.5 + parent: 2 + - uid: 16740 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-24.5 + parent: 2 + - uid: 16900 + components: + - type: Transform + pos: -3.5,-186.5 + parent: 2 + - uid: 16901 + components: + - type: Transform + pos: -5.5,-187.5 + parent: 2 + - uid: 16902 + components: + - type: Transform + pos: -5.5,-186.5 + parent: 2 + - uid: 16988 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-249.5 + parent: 2 + - uid: 17018 + components: + - type: Transform + pos: -12.5,-258.5 + parent: 2 + - uid: 17035 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-249.5 + parent: 2 +- proto: WallReinforcedDiagonal + entities: + - uid: 145 + components: + - type: Transform + pos: -6.5,2.5 + parent: 2 + - uid: 147 + components: + - type: Transform + pos: -7.5,-14.5 + parent: 2 + - uid: 260 + components: + - type: Transform + pos: 2.5,-17.5 + parent: 2 + - uid: 324 + components: + - type: Transform + pos: -5.5,3.5 + parent: 2 + - uid: 325 + components: + - type: Transform + pos: -6.5,2.5 + parent: 2 + - uid: 342 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-20.5 + parent: 2 + - uid: 359 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-15.5 + parent: 2 + - uid: 368 + components: + - type: Transform + pos: -5.5,3.5 + parent: 2 + - uid: 375 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,3.5 + parent: 2 + - uid: 376 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,2.5 + parent: 2 + - uid: 381 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-14.5 + parent: 2 + - uid: 382 + components: + - type: Transform + pos: -7.5,-0.5 + parent: 2 + - uid: 385 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-0.5 + parent: 2 + - uid: 425 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-20.5 + parent: 2 + - uid: 430 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-24.5 + parent: 2 + - uid: 571 + components: + - type: Transform + pos: -1.5,-24.5 + parent: 2 + - uid: 599 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-101.5 + parent: 2 + - uid: 642 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-47.5 + parent: 2 + - uid: 647 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-47.5 + parent: 2 + - uid: 659 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-51.5 + parent: 2 + - uid: 672 + components: + - type: Transform + pos: -1.5,-51.5 + parent: 2 + - uid: 941 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-223.5 + parent: 2 + - uid: 943 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-58.5 + parent: 2 + - uid: 956 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-67.5 + parent: 2 + - uid: 978 + components: + - type: Transform + pos: -6.5,-25.5 + parent: 2 + - uid: 979 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-25.5 + parent: 2 + - uid: 1002 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-74.5 + parent: 2 + - uid: 1086 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-26.5 + parent: 2 + - uid: 1240 + components: + - type: Transform + pos: -7.5,-55.5 + parent: 2 + - uid: 1286 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-70.5 + parent: 2 + - uid: 1463 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-78.5 + parent: 2 + - uid: 1464 + components: + - type: Transform + pos: -1.5,-78.5 + parent: 2 + - uid: 1813 + components: + - type: Transform + pos: -1.5,-105.5 + parent: 2 + - uid: 1823 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-105.5 + parent: 2 + - uid: 1824 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-101.5 + parent: 2 + - uid: 1927 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-112.5 + parent: 2 + - uid: 1958 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-126.5 + parent: 2 + - uid: 1992 + components: + - type: Transform + pos: -9.5,-106.5 + parent: 2 + - uid: 1993 + components: + - type: Transform + pos: -6.5,-105.5 + parent: 2 + - uid: 2108 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-128.5 + parent: 2 + - uid: 2113 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-128.5 + parent: 2 + - uid: 2122 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-135.5 + parent: 2 + - uid: 2165 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-122.5 + parent: 2 + - uid: 2449 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-132.5 + parent: 2 + - uid: 2451 + components: + - type: Transform + pos: -1.5,-132.5 + parent: 2 + - uid: 2522 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-155.5 + parent: 2 + - uid: 2529 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-155.5 + parent: 2 + - uid: 2582 + components: + - type: Transform + pos: -6.5,-134.5 + parent: 2 + - uid: 2853 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-159.5 + parent: 2 + - uid: 2854 + components: + - type: Transform + pos: -1.5,-159.5 + parent: 2 + - uid: 2872 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-134.5 + parent: 2 + - uid: 2886 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-126.5 + parent: 2 + - uid: 2887 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-153.5 + parent: 2 + - uid: 2906 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-116.5 + parent: 2 + - uid: 2936 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-182.5 + parent: 2 + - uid: 2937 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-182.5 + parent: 2 + - uid: 3155 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-180.5 + parent: 2 + - uid: 3653 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-186.5 + parent: 2 + - uid: 3656 + components: + - type: Transform + pos: -1.5,-186.5 + parent: 2 + - uid: 3687 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-180.5 + parent: 2 + - uid: 3817 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-209.5 + parent: 2 + - uid: 3819 + components: + - type: Transform + pos: -1.5,-213.5 + parent: 2 + - uid: 3878 + components: + - type: Transform + pos: -10.5,-336.5 + parent: 2 + - uid: 3883 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-343.5 + parent: 2 + - uid: 4009 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-240.5 + parent: 2 + - uid: 4319 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-209.5 + parent: 2 + - uid: 4322 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-213.5 + parent: 2 + - uid: 4530 + components: + - type: Transform + pos: -1.5,-240.5 + parent: 2 + - uid: 4533 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-236.5 + parent: 2 + - uid: 4535 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-236.5 + parent: 2 + - uid: 4549 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-263.5 + parent: 2 + - uid: 4550 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-263.5 + parent: 2 + - uid: 5088 + components: + - type: Transform + pos: -2.5,-111.5 + parent: 2 + - uid: 5123 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-263.5 + parent: 2 + - uid: 5125 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-263.5 + parent: 2 + - uid: 5165 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-263.5 + parent: 2 + - uid: 5170 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-263.5 + parent: 2 + - uid: 5176 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-263.5 + parent: 2 + - uid: 5180 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-263.5 + parent: 2 + - uid: 5183 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-263.5 + parent: 2 + - uid: 5184 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-263.5 + parent: 2 + - uid: 5187 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-263.5 + parent: 2 + - uid: 5359 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,-238.5 + parent: 2 + - uid: 5411 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-263.5 + parent: 2 + - uid: 6676 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-128.5 + parent: 2 + - uid: 6738 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-256.5 + parent: 2 + - uid: 7379 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-266.5 + parent: 2 + - uid: 7385 + components: + - type: Transform + pos: 14.5,-238.5 + parent: 2 + - uid: 7415 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-266.5 + parent: 2 + - uid: 7488 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-192.5 + parent: 2 + - uid: 7494 + components: + - type: Transform + pos: -11.5,-306.5 + parent: 2 + - uid: 8384 + components: + - type: Transform + pos: -10.5,-188.5 + parent: 2 + - uid: 8410 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-310.5 + parent: 2 + - uid: 8411 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-290.5 + parent: 2 + - uid: 8412 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-290.5 + parent: 2 + - uid: 8579 + components: + - type: Transform + pos: -1.5,-267.5 + parent: 2 + - uid: 8580 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-267.5 + parent: 2 + - uid: 9364 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-294.5 + parent: 2 + - uid: 9365 + components: + - type: Transform + pos: -1.5,-294.5 + parent: 2 + - uid: 9474 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-332.5 + parent: 2 + - uid: 9498 + components: + - type: Transform + pos: 3.5,-341.5 + parent: 2 + - uid: 9542 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-339.5 + parent: 2 + - uid: 10130 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-322.5 + parent: 2 + - uid: 10131 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-322.5 + parent: 2 + - uid: 10582 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-326.5 + parent: 2 + - uid: 10583 + components: + - type: Transform + pos: -1.5,-326.5 + parent: 2 + - uid: 10649 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-349.5 + parent: 2 + - uid: 10692 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-344.5 + parent: 2 + - uid: 10695 + components: + - type: Transform + pos: -7.5,-332.5 + parent: 2 + - uid: 10700 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-344.5 + parent: 2 + - uid: 10792 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-349.5 + parent: 2 + - uid: 10825 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-309.5 + parent: 2 + - uid: 10994 + components: + - type: Transform + pos: -9.5,-335.5 + parent: 2 + - uid: 11077 + components: + - type: Transform + pos: -1.5,-353.5 + parent: 2 + - uid: 11078 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-353.5 + parent: 2 + - uid: 11285 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-376.5 + parent: 2 + - uid: 11563 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-376.5 + parent: 2 + - uid: 11725 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-359.5 + parent: 2 + - uid: 11726 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-359.5 + parent: 2 + - uid: 11762 + components: + - type: Transform + pos: -1.5,-361.5 + parent: 2 + - uid: 11805 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-380.5 + parent: 2 + - uid: 11806 + components: + - type: Transform + pos: -1.5,-380.5 + parent: 2 + - uid: 11813 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-361.5 + parent: 2 + - uid: 11892 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-160.5 + parent: 2 + - uid: 12057 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-336.5 + parent: 2 + - uid: 12146 + components: + - type: Transform + pos: -8.5,-333.5 + parent: 2 + - uid: 12822 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-333.5 + parent: 2 + - uid: 12823 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-335.5 + parent: 2 + - uid: 12911 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-343.5 + parent: 2 + - uid: 13305 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-310.5 + parent: 2 + - uid: 13308 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-306.5 + parent: 2 + - uid: 13352 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-121.5 + parent: 2 + - uid: 13445 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-164.5 + parent: 2 + - uid: 14798 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-74.5 + parent: 2 + - uid: 15751 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,-310.5 + parent: 2 + - uid: 15752 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,-311.5 + parent: 2 + - uid: 15753 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-312.5 + parent: 2 + - uid: 15754 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-311.5 + parent: 2 + - uid: 15755 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-310.5 + parent: 2 + - uid: 15756 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-312.5 + parent: 2 + - uid: 15757 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,-311.5 + parent: 2 + - uid: 15758 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,-310.5 + parent: 2 + - uid: 15759 + components: + - type: Transform + pos: 26.5,-309.5 + parent: 2 + - uid: 15760 + components: + - type: Transform + pos: 25.5,-310.5 + parent: 2 + - uid: 15761 + components: + - type: Transform + pos: 24.5,-311.5 + parent: 2 + - uid: 15762 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-314.5 + parent: 2 + - uid: 15763 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,-318.5 + parent: 2 + - uid: 15764 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-318.5 + parent: 2 + - uid: 15765 + components: + - type: Transform + pos: 18.5,-314.5 + parent: 2 + - uid: 15766 + components: + - type: Transform + pos: 17.5,-304.5 + parent: 2 + - uid: 15767 + components: + - type: Transform + pos: 18.5,-303.5 + parent: 2 + - uid: 15768 + components: + - type: Transform + pos: 19.5,-302.5 + parent: 2 + - uid: 15769 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-303.5 + parent: 2 + - uid: 15770 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-304.5 + parent: 2 + - uid: 15771 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-305.5 + parent: 2 + - uid: 15772 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-303.5 + parent: 2 + - uid: 15773 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-304.5 + parent: 2 + - uid: 15774 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,-305.5 + parent: 2 + - uid: 15775 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,-304.5 + parent: 2 + - uid: 15776 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-303.5 + parent: 2 + - uid: 15777 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,-302.5 + parent: 2 + - uid: 15778 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-305.5 + parent: 2 + - uid: 15779 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-309.5 + parent: 2 + - uid: 15780 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,-300.5 + parent: 2 + - uid: 15781 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-296.5 + parent: 2 + - uid: 15782 + components: + - type: Transform + pos: 18.5,-296.5 + parent: 2 + - uid: 15783 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-300.5 + parent: 2 + - uid: 16482 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-169.5 + parent: 2 + - uid: 16502 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-169.5 + parent: 2 + - uid: 16530 + components: + - type: Transform + pos: -15.5,-160.5 + parent: 2 +- proto: WallReinforcedRust + entities: + - uid: 121 + components: + - type: Transform + pos: -3.5,-0.5 + parent: 2 + - uid: 122 + components: + - type: Transform + pos: -4.5,-0.5 + parent: 2 + - uid: 123 + components: + - type: Transform + pos: -4.5,-1.5 + parent: 2 + - uid: 124 + components: + - type: Transform + pos: -2.5,-4.5 + parent: 2 + - uid: 125 + components: + - type: Transform + pos: -1.5,-4.5 + parent: 2 + - uid: 126 + components: + - type: Transform + pos: -0.5,-4.5 + parent: 2 + - uid: 130 + components: + - type: Transform + pos: 3.5,-2.5 + parent: 2 + - uid: 135 + components: + - type: Transform + pos: 3.5,-3.5 + parent: 2 + - uid: 139 + components: + - type: Transform + pos: 4.5,-3.5 + parent: 2 + - uid: 148 + components: + - type: Transform + pos: -6.5,0.5 + parent: 2 + - uid: 149 + components: + - type: Transform + pos: -6.5,-0.5 + parent: 2 + - uid: 153 + components: + - type: Transform + pos: -6.5,-3.5 + parent: 2 + - uid: 180 + components: + - type: Transform + pos: 5.5,-13.5 + parent: 2 + - uid: 188 + components: + - type: Transform + pos: -3.5,-8.5 + parent: 2 + - uid: 232 + components: + - type: Transform + pos: -4.5,-8.5 + parent: 2 + - uid: 233 + components: + - type: Transform + pos: -4.5,-7.5 + parent: 2 + - uid: 244 + components: + - type: Transform + pos: -4.5,-6.5 + parent: 2 + - uid: 249 + components: + - type: Transform + pos: -6.5,-8.5 + parent: 2 + - uid: 254 + components: + - type: Transform + pos: -6.5,-4.5 + parent: 2 + - uid: 258 + components: + - type: Transform + pos: -4.5,-9.5 + parent: 2 + - uid: 259 + components: + - type: Transform + pos: -4.5,-14.5 + parent: 2 + - uid: 261 + components: + - type: Transform + pos: -3.5,-15.5 + parent: 2 + - uid: 262 + components: + - type: Transform + pos: -4.5,-15.5 + parent: 2 + - uid: 329 + components: + - type: Transform + pos: -6.5,-18.5 + parent: 2 + - uid: 331 + components: + - type: Transform + pos: -5.5,-19.5 + parent: 2 + - uid: 332 + components: + - type: Transform + pos: -5.5,-20.5 + parent: 2 + - uid: 349 + components: + - type: Transform + pos: 6.5,-20.5 + parent: 2 + - uid: 350 + components: + - type: Transform + pos: 6.5,-19.5 + parent: 2 + - uid: 371 + components: + - type: Transform + pos: -7.5,-35.5 + parent: 2 + - uid: 443 + components: + - type: Transform + pos: -3.5,-25.5 + parent: 2 + - uid: 457 + components: + - type: Transform + pos: -6.5,-35.5 + parent: 2 + - uid: 490 + components: + - type: Transform + pos: 8.5,-35.5 + parent: 2 + - uid: 497 + components: + - type: Transform + pos: 7.5,-32.5 + parent: 2 + - uid: 502 + components: + - type: Transform + pos: 7.5,-28.5 + parent: 2 + - uid: 504 + components: + - type: Transform + pos: 7.5,-27.5 + parent: 2 + - uid: 517 + components: + - type: Transform + pos: 7.5,-45.5 + parent: 2 + - uid: 518 + components: + - type: Transform + pos: 6.5,-45.5 + parent: 2 + - uid: 519 + components: + - type: Transform + pos: 6.5,-47.5 + parent: 2 + - uid: 520 + components: + - type: Transform + pos: 6.5,-46.5 + parent: 2 + - uid: 540 + components: + - type: Transform + pos: -5.5,-46.5 + parent: 2 + - uid: 897 + components: + - type: Transform + pos: 4.5,-53.5 + parent: 2 + - uid: 900 + components: + - type: Transform + pos: 4.5,-52.5 + parent: 2 + - uid: 925 + components: + - type: Transform + pos: 7.5,-72.5 + parent: 2 + - uid: 927 + components: + - type: Transform + pos: 6.5,-72.5 + parent: 2 + - uid: 928 + components: + - type: Transform + pos: 7.5,-71.5 + parent: 2 + - uid: 960 + components: + - type: Transform + pos: 8.5,-71.5 + parent: 2 + - uid: 982 + components: + - type: Transform + pos: 2.5,-54.5 + parent: 2 + - uid: 983 + components: + - type: Transform + pos: 2.5,-55.5 + parent: 2 + - uid: 994 + components: + - type: Transform + pos: -1.5,-73.5 + parent: 2 + - uid: 1012 + components: + - type: Transform + pos: -1.5,-74.5 + parent: 2 + - uid: 1014 + components: + - type: Transform + pos: 6.5,-74.5 + parent: 2 + - uid: 1120 + components: + - type: Transform + pos: -1.5,-72.5 + parent: 2 + - uid: 1121 + components: + - type: Transform + pos: 6.5,-73.5 + parent: 2 + - uid: 1213 + components: + - type: Transform + pos: 3.5,-52.5 + parent: 2 + - uid: 1420 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-74.5 + parent: 2 + - uid: 1516 + components: + - type: Transform + pos: 6.5,-79.5 + parent: 2 + - uid: 1517 + components: + - type: Transform + pos: 6.5,-80.5 + parent: 2 + - uid: 1518 + components: + - type: Transform + pos: 7.5,-80.5 + parent: 2 + - uid: 1536 + components: + - type: Transform + pos: -6.5,-93.5 + parent: 2 + - uid: 1537 + components: + - type: Transform + pos: -6.5,-94.5 + parent: 2 + - uid: 1538 + components: + - type: Transform + pos: -6.5,-95.5 + parent: 2 + - uid: 1554 + components: + - type: Transform + pos: 2.5,-100.5 + parent: 2 + - uid: 1581 + components: + - type: Transform + pos: 7.5,-92.5 + parent: 2 + - uid: 1711 + components: + - type: Transform + pos: 2.5,-99.5 + parent: 2 + - uid: 1712 + components: + - type: Transform + pos: 1.5,-99.5 + parent: 2 + - uid: 1847 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-51.5 + parent: 2 + - uid: 1855 + components: + - type: Transform + pos: -7.5,-106.5 + parent: 2 + - uid: 1856 + components: + - type: Transform + pos: -8.5,-106.5 + parent: 2 + - uid: 1931 + components: + - type: Transform + pos: 6.5,-112.5 + parent: 2 + - uid: 1955 + components: + - type: Transform + pos: -9.5,-117.5 + parent: 2 + - uid: 2099 + components: + - type: Transform + pos: -5.5,-128.5 + parent: 2 + - uid: 2111 + components: + - type: Transform + pos: 2.5,-126.5 + parent: 2 + - uid: 2112 + components: + - type: Transform + pos: 2.5,-127.5 + parent: 2 + - uid: 2115 + components: + - type: Transform + pos: 3.5,-127.5 + parent: 2 + - uid: 2116 + components: + - type: Transform + pos: 4.5,-127.5 + parent: 2 + - uid: 2120 + components: + - type: Transform + pos: 4.5,-128.5 + parent: 2 + - uid: 2173 + components: + - type: Transform + pos: 0.5,-115.5 + parent: 2 + - uid: 2174 + components: + - type: Transform + pos: 1.5,-115.5 + parent: 2 + - uid: 2175 + components: + - type: Transform + pos: 2.5,-115.5 + parent: 2 + - uid: 2176 + components: + - type: Transform + pos: 2.5,-117.5 + parent: 2 + - uid: 2186 + components: + - type: Transform + pos: 4.5,-113.5 + parent: 2 + - uid: 2187 + components: + - type: Transform + pos: 4.5,-112.5 + parent: 2 + - uid: 2192 + components: + - type: Transform + pos: 4.5,-115.5 + parent: 2 + - uid: 2193 + components: + - type: Transform + pos: 1.5,-114.5 + parent: 2 + - uid: 2285 + components: + - type: Transform + pos: 5.5,-112.5 + parent: 2 + - uid: 2456 + components: + - type: Transform + pos: 1.5,-134.5 + parent: 2 + - uid: 2457 + components: + - type: Transform + pos: 2.5,-134.5 + parent: 2 + - uid: 2458 + components: + - type: Transform + pos: 2.5,-133.5 + parent: 2 + - uid: 2482 + components: + - type: Transform + pos: 3.5,-133.5 + parent: 2 + - uid: 2496 + components: + - type: Transform + pos: -6.5,-143.5 + parent: 2 + - uid: 2497 + components: + - type: Transform + pos: -6.5,-137.5 + parent: 2 + - uid: 2498 + components: + - type: Transform + pos: -7.5,-137.5 + parent: 2 + - uid: 2499 + components: + - type: Transform + pos: -7.5,-138.5 + parent: 2 + - uid: 2500 + components: + - type: Transform + pos: -7.5,-142.5 + parent: 2 + - uid: 2501 + components: + - type: Transform + pos: -7.5,-143.5 + parent: 2 + - uid: 2510 + components: + - type: Transform + pos: -7.5,-151.5 + parent: 2 + - uid: 2511 + components: + - type: Transform + pos: -6.5,-151.5 + parent: 2 + - uid: 2525 + components: + - type: Transform + pos: -0.5,-155.5 + parent: 2 + - uid: 2530 + components: + - type: Transform + pos: 1.5,-155.5 + parent: 2 + - uid: 2534 + components: + - type: Transform + pos: 4.5,-154.5 + parent: 2 + - uid: 2535 + components: + - type: Transform + pos: 4.5,-155.5 + parent: 2 + - uid: 2546 + components: + - type: Transform + pos: 3.5,-154.5 + parent: 2 + - uid: 2564 + components: + - type: Transform + pos: 9.5,-151.5 + parent: 2 + - uid: 2578 + components: + - type: Transform + pos: 9.5,-137.5 + parent: 2 + - uid: 2579 + components: + - type: Transform + pos: 9.5,-136.5 + parent: 2 + - uid: 3084 + components: + - type: Transform + pos: -1.5,-161.5 + parent: 2 + - uid: 3085 + components: + - type: Transform + pos: -0.5,-180.5 + parent: 2 + - uid: 3086 + components: + - type: Transform + pos: -1.5,-180.5 + parent: 2 + - uid: 3088 + components: + - type: Transform + pos: -8.5,-171.5 + parent: 2 + - uid: 3106 + components: + - type: Transform + pos: -8.5,-172.5 + parent: 2 + - uid: 3108 + components: + - type: Transform + pos: -8.5,-179.5 + parent: 2 + - uid: 3111 + components: + - type: Transform + pos: 8.5,-164.5 + parent: 2 + - uid: 3131 + components: + - type: Transform + pos: 8.5,-170.5 + parent: 2 + - uid: 3138 + components: + - type: Transform + pos: -5.5,-181.5 + parent: 2 + - uid: 3139 + components: + - type: Transform + pos: -5.5,-182.5 + parent: 2 + - uid: 3140 + components: + - type: Transform + pos: -3.5,-181.5 + parent: 2 + - uid: 3142 + components: + - type: Transform + pos: 9.5,-178.5 + parent: 2 + - uid: 3153 + components: + - type: Transform + pos: 6.5,-181.5 + parent: 2 + - uid: 3154 + components: + - type: Transform + pos: 4.5,-182.5 + parent: 2 + - uid: 3157 + components: + - type: Transform + pos: 8.5,-179.5 + parent: 2 + - uid: 3664 + components: + - type: Transform + pos: 6.5,-187.5 + parent: 2 + - uid: 3665 + components: + - type: Transform + pos: 6.5,-188.5 + parent: 2 + - uid: 3666 + components: + - type: Transform + pos: 7.5,-188.5 + parent: 2 + - uid: 3668 + components: + - type: Transform + pos: 7.5,-189.5 + parent: 2 + - uid: 3791 + components: + - type: Transform + pos: -6.5,-192.5 + parent: 2 + - uid: 3793 + components: + - type: Transform + pos: -7.5,-193.5 + parent: 2 + - uid: 3808 + components: + - type: Transform + pos: -6.5,-207.5 + parent: 2 + - uid: 3809 + components: + - type: Transform + pos: -5.5,-207.5 + parent: 2 + - uid: 3810 + components: + - type: Transform + pos: -5.5,-208.5 + parent: 2 + - uid: 3825 + components: + - type: Transform + pos: 4.5,-208.5 + parent: 2 + - uid: 3827 + components: + - type: Transform + pos: 6.5,-208.5 + parent: 2 + - uid: 3829 + components: + - type: Transform + pos: 6.5,-207.5 + parent: 2 + - uid: 3830 + components: + - type: Transform + pos: 7.5,-207.5 + parent: 2 + - uid: 3831 + components: + - type: Transform + pos: 7.5,-206.5 + parent: 2 + - uid: 4726 + components: + - type: Transform + pos: 6.5,-186.5 + parent: 2 + - uid: 6306 + components: + - type: Transform + pos: 4.5,-114.5 + parent: 2 + - uid: 6917 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-186.5 + parent: 2 + - uid: 7755 + components: + - type: Transform + pos: 5.5,-207.5 + parent: 2 + - uid: 7764 + components: + - type: Transform + pos: 4.5,-207.5 + parent: 2 + - uid: 7843 + components: + - type: Transform + pos: -4.5,-192.5 + parent: 2 + - uid: 8387 + components: + - type: Transform + pos: -2.5,-192.5 + parent: 2 + - uid: 8809 + components: + - type: Transform + pos: -5.5,-192.5 + parent: 2 + - uid: 12684 + components: + - type: Transform + pos: -7.5,-127.5 + parent: 2 + - uid: 14689 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-51.5 + parent: 2 + - uid: 16739 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-24.5 + parent: 2 +- proto: WallSolid + entities: + - uid: 439 + components: + - type: Transform + pos: 1.5,-34.5 + parent: 2 + - uid: 447 + components: + - type: Transform + pos: 3.5,-67.5 + parent: 2 + - uid: 458 + components: + - type: Transform + pos: -5.5,-33.5 + parent: 2 + - uid: 461 + components: + - type: Transform + pos: -2.5,-33.5 + parent: 2 + - uid: 462 + components: + - type: Transform + pos: -1.5,-33.5 + parent: 2 + - uid: 464 + components: + - type: Transform + pos: -1.5,-36.5 + parent: 2 + - uid: 465 + components: + - type: Transform + pos: -2.5,-36.5 + parent: 2 + - uid: 466 + components: + - type: Transform + pos: -2.5,-37.5 + parent: 2 + - uid: 467 + components: + - type: Transform + pos: -2.5,-38.5 + parent: 2 + - uid: 468 + components: + - type: Transform + pos: -2.5,-39.5 + parent: 2 + - uid: 469 + components: + - type: Transform + pos: -2.5,-40.5 + parent: 2 + - uid: 472 + components: + - type: Transform + pos: -3.5,-40.5 + parent: 2 + - uid: 473 + components: + - type: Transform + pos: -5.5,-40.5 + parent: 2 + - uid: 475 + components: + - type: Transform + pos: 1.5,-33.5 + parent: 2 + - uid: 476 + components: + - type: Transform + pos: 2.5,-33.5 + parent: 2 + - uid: 480 + components: + - type: Transform + pos: 4.5,-31.5 + parent: 2 + - uid: 481 + components: + - type: Transform + pos: 4.5,-30.5 + parent: 2 + - uid: 482 + components: + - type: Transform + pos: 4.5,-29.5 + parent: 2 + - uid: 483 + components: + - type: Transform + pos: 4.5,-28.5 + parent: 2 + - uid: 484 + components: + - type: Transform + pos: 4.5,-27.5 + parent: 2 + - uid: 487 + components: + - type: Transform + pos: 3.5,-36.5 + parent: 2 + - uid: 488 + components: + - type: Transform + pos: 2.5,-36.5 + parent: 2 + - uid: 489 + components: + - type: Transform + pos: 1.5,-36.5 + parent: 2 + - uid: 491 + components: + - type: Transform + pos: 4.5,-35.5 + parent: 2 + - uid: 492 + components: + - type: Transform + pos: 5.5,-35.5 + parent: 2 + - uid: 493 + components: + - type: Transform + pos: 6.5,-35.5 + parent: 2 + - uid: 880 + components: + - type: Transform + pos: 3.5,-56.5 + parent: 2 + - uid: 881 + components: + - type: Transform + pos: 4.5,-32.5 + parent: 2 + - uid: 908 + components: + - type: Transform + pos: 5.5,-60.5 + parent: 2 + - uid: 945 + components: + - type: Transform + pos: 3.5,-59.5 + parent: 2 + - uid: 959 + components: + - type: Transform + pos: 3.5,-33.5 + parent: 2 + - uid: 965 + components: + - type: Transform + pos: 0.5,-65.5 + parent: 2 + - uid: 966 + components: + - type: Transform + pos: 3.5,-70.5 + parent: 2 + - uid: 967 + components: + - type: Transform + pos: 2.5,-70.5 + parent: 2 + - uid: 968 + components: + - type: Transform + pos: 3.5,-69.5 + parent: 2 + - uid: 969 + components: + - type: Transform + pos: 5.5,-62.5 + parent: 2 + - uid: 971 + components: + - type: Transform + pos: 5.5,-64.5 + parent: 2 + - uid: 972 + components: + - type: Transform + pos: 3.5,-58.5 + parent: 2 + - uid: 976 + components: + - type: Transform + pos: -5.5,-69.5 + parent: 2 + - uid: 984 + components: + - type: Transform + pos: -1.5,-55.5 + parent: 2 + - uid: 987 + components: + - type: Transform + pos: -2.5,-56.5 + parent: 2 + - uid: 1010 + components: + - type: Transform + pos: 5.5,-61.5 + parent: 2 + - uid: 1018 + components: + - type: Transform + pos: 1.5,-60.5 + parent: 2 + - uid: 1019 + components: + - type: Transform + pos: 2.5,-61.5 + parent: 2 + - uid: 1020 + components: + - type: Transform + pos: 2.5,-60.5 + parent: 2 + - uid: 1032 + components: + - type: Transform + pos: -1.5,-71.5 + parent: 2 + - uid: 1071 + components: + - type: Transform + pos: 2.5,-64.5 + parent: 2 + - uid: 1076 + components: + - type: Transform + pos: 3.5,-60.5 + parent: 2 + - uid: 1077 + components: + - type: Transform + pos: 1.5,-65.5 + parent: 2 + - uid: 1080 + components: + - type: Transform + pos: 5.5,-65.5 + parent: 2 + - uid: 1084 + components: + - type: Transform + pos: 4.5,-60.5 + parent: 2 + - uid: 1087 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-56.5 + parent: 2 + - uid: 1218 + components: + - type: Transform + pos: 0.5,-60.5 + parent: 2 + - uid: 1223 + components: + - type: Transform + pos: 2.5,-65.5 + parent: 2 + - uid: 1243 + components: + - type: Transform + pos: -1.5,-93.5 + parent: 2 + - uid: 1274 + components: + - type: Transform + pos: -6.5,-69.5 + parent: 2 + - uid: 1417 + components: + - type: Transform + pos: -1.5,-70.5 + parent: 2 + - uid: 1425 + components: + - type: Transform + pos: -1.5,-95.5 + parent: 2 + - uid: 1428 + components: + - type: Transform + pos: 4.5,-70.5 + parent: 2 + - uid: 1434 + components: + - type: Transform + pos: -3.5,-69.5 + parent: 2 + - uid: 1495 + components: + - type: Transform + pos: -1.5,-279.5 + parent: 2 + - uid: 1496 + components: + - type: Transform + pos: -1.5,-278.5 + parent: 2 + - uid: 1549 + components: + - type: Transform + pos: -1.5,-96.5 + parent: 2 + - uid: 1639 + components: + - type: Transform + pos: -1.5,-82.5 + parent: 2 + - uid: 1640 + components: + - type: Transform + pos: -1.5,-83.5 + parent: 2 + - uid: 1642 + components: + - type: Transform + pos: -5.5,-82.5 + parent: 2 + - uid: 1643 + components: + - type: Transform + pos: -5.5,-83.5 + parent: 2 + - uid: 1644 + components: + - type: Transform + pos: -4.5,-83.5 + parent: 2 + - uid: 1645 + components: + - type: Transform + pos: -4.5,-84.5 + parent: 2 + - uid: 1648 + components: + - type: Transform + pos: -2.5,-85.5 + parent: 2 + - uid: 1651 + components: + - type: Transform + pos: -2.5,-88.5 + parent: 2 + - uid: 1652 + components: + - type: Transform + pos: -4.5,-88.5 + parent: 2 + - uid: 1653 + components: + - type: Transform + pos: -4.5,-89.5 + parent: 2 + - uid: 1654 + components: + - type: Transform + pos: -5.5,-89.5 + parent: 2 + - uid: 1655 + components: + - type: Transform + pos: -2.5,-89.5 + parent: 2 + - uid: 1656 + components: + - type: Transform + pos: -1.5,-89.5 + parent: 2 + - uid: 1657 + components: + - type: Transform + pos: -5.5,-90.5 + parent: 2 + - uid: 1658 + components: + - type: Transform + pos: -1.5,-90.5 + parent: 2 + - uid: 1661 + components: + - type: Transform + pos: -0.5,-90.5 + parent: 2 + - uid: 1663 + components: + - type: Transform + pos: -0.5,-92.5 + parent: 2 + - uid: 1664 + components: + - type: Transform + pos: -0.5,-93.5 + parent: 2 + - uid: 1667 + components: + - type: Transform + pos: -1.5,-94.5 + parent: 2 + - uid: 1668 + components: + - type: Transform + pos: -2.5,-94.5 + parent: 2 + - uid: 1681 + components: + - type: Transform + pos: 2.5,-93.5 + parent: 2 + - uid: 1682 + components: + - type: Transform + pos: 3.5,-92.5 + parent: 2 + - uid: 1684 + components: + - type: Transform + pos: 3.5,-84.5 + parent: 2 + - uid: 1685 + components: + - type: Transform + pos: 2.5,-83.5 + parent: 2 + - uid: 1729 + components: + - type: Transform + pos: -1.5,-56.5 + parent: 2 + - uid: 1751 + components: + - type: Transform + pos: 2.5,-92.5 + parent: 2 + - uid: 1765 + components: + - type: Transform + pos: 2.5,-84.5 + parent: 2 + - uid: 1829 + components: + - type: Transform + pos: -5.5,-108.5 + parent: 2 + - uid: 1832 + components: + - type: Transform + pos: -4.5,-108.5 + parent: 2 + - uid: 1848 + components: + - type: Transform + pos: -5.5,-109.5 + parent: 2 + - uid: 1863 + components: + - type: Transform + pos: -5.5,-112.5 + parent: 2 + - uid: 1864 + components: + - type: Transform + pos: -5.5,-111.5 + parent: 2 + - uid: 1865 + components: + - type: Transform + pos: -6.5,-111.5 + parent: 2 + - uid: 1866 + components: + - type: Transform + pos: -7.5,-111.5 + parent: 2 + - uid: 1867 + components: + - type: Transform + pos: -8.5,-111.5 + parent: 2 + - uid: 1868 + components: + - type: Transform + pos: -5.5,-115.5 + parent: 2 + - uid: 1869 + components: + - type: Transform + pos: -5.5,-114.5 + parent: 2 + - uid: 1870 + components: + - type: Transform + pos: -6.5,-114.5 + parent: 2 + - uid: 1871 + components: + - type: Transform + pos: -7.5,-114.5 + parent: 2 + - uid: 1872 + components: + - type: Transform + pos: -8.5,-114.5 + parent: 2 + - uid: 1875 + components: + - type: Transform + pos: -6.5,-117.5 + parent: 2 + - uid: 1876 + components: + - type: Transform + pos: -5.5,-117.5 + parent: 2 + - uid: 1877 + components: + - type: Transform + pos: -8.5,-120.5 + parent: 2 + - uid: 1878 + components: + - type: Transform + pos: -7.5,-120.5 + parent: 2 + - uid: 1881 + components: + - type: Transform + pos: -8.5,-123.5 + parent: 2 + - uid: 1882 + components: + - type: Transform + pos: -7.5,-123.5 + parent: 2 + - uid: 1883 + components: + - type: Transform + pos: -6.5,-123.5 + parent: 2 + - uid: 1884 + components: + - type: Transform + pos: -5.5,-123.5 + parent: 2 + - uid: 1885 + components: + - type: Transform + pos: -5.5,-124.5 + parent: 2 + - uid: 1887 + components: + - type: Transform + pos: -5.5,-118.5 + parent: 2 + - uid: 2200 + components: + - type: Transform + pos: 2.5,-111.5 + parent: 2 + - uid: 2201 + components: + - type: Transform + pos: 2.5,-110.5 + parent: 2 + - uid: 2203 + components: + - type: Transform + pos: 2.5,-108.5 + parent: 2 + - uid: 2353 + components: + - type: Transform + pos: 3.5,-150.5 + parent: 2 + - uid: 2504 + components: + - type: Transform + pos: -2.5,-69.5 + parent: 2 + - uid: 2528 + components: + - type: Transform + pos: 2.5,-151.5 + parent: 2 + - uid: 2531 + components: + - type: Transform + pos: 2.5,-147.5 + parent: 2 + - uid: 2536 + components: + - type: Transform + pos: 1.5,-146.5 + parent: 2 + - uid: 2540 + components: + - type: Transform + pos: 1.5,-142.5 + parent: 2 + - uid: 2541 + components: + - type: Transform + pos: 1.5,-141.5 + parent: 2 + - uid: 2542 + components: + - type: Transform + pos: 1.5,-140.5 + parent: 2 + - uid: 2543 + components: + - type: Transform + pos: 2.5,-140.5 + parent: 2 + - uid: 2544 + components: + - type: Transform + pos: 3.5,-140.5 + parent: 2 + - uid: 2547 + components: + - type: Transform + pos: 5.5,-140.5 + parent: 2 + - uid: 2548 + components: + - type: Transform + pos: 6.5,-140.5 + parent: 2 + - uid: 2549 + components: + - type: Transform + pos: 7.5,-140.5 + parent: 2 + - uid: 2552 + components: + - type: Transform + pos: 7.5,-141.5 + parent: 2 + - uid: 2553 + components: + - type: Transform + pos: 7.5,-142.5 + parent: 2 + - uid: 2554 + components: + - type: Transform + pos: 7.5,-143.5 + parent: 2 + - uid: 2555 + components: + - type: Transform + pos: 7.5,-144.5 + parent: 2 + - uid: 2591 + components: + - type: Transform + pos: -1.5,-152.5 + parent: 2 + - uid: 2593 + components: + - type: Transform + pos: -1.5,-150.5 + parent: 2 + - uid: 2606 + components: + - type: Transform + pos: -3.5,-137.5 + parent: 2 + - uid: 2607 + components: + - type: Transform + pos: -2.5,-137.5 + parent: 2 + - uid: 2608 + components: + - type: Transform + pos: -1.5,-137.5 + parent: 2 + - uid: 2609 + components: + - type: Transform + pos: -1.5,-135.5 + parent: 2 + - uid: 2610 + components: + - type: Transform + pos: -1.5,-136.5 + parent: 2 + - uid: 2611 + components: + - type: Transform + pos: -1.5,-138.5 + parent: 2 + - uid: 2612 + components: + - type: Transform + pos: -1.5,-142.5 + parent: 2 + - uid: 2613 + components: + - type: Transform + pos: -1.5,-143.5 + parent: 2 + - uid: 2616 + components: + - type: Transform + pos: -1.5,-144.5 + parent: 2 + - uid: 2617 + components: + - type: Transform + pos: -1.5,-145.5 + parent: 2 + - uid: 2618 + components: + - type: Transform + pos: -1.5,-146.5 + parent: 2 + - uid: 2619 + components: + - type: Transform + pos: -1.5,-147.5 + parent: 2 + - uid: 2620 + components: + - type: Transform + pos: -1.5,-148.5 + parent: 2 + - uid: 2621 + components: + - type: Transform + pos: -1.5,-149.5 + parent: 2 + - uid: 2622 + components: + - type: Transform + pos: -2.5,-149.5 + parent: 2 + - uid: 2677 + components: + - type: Transform + pos: 1.5,-138.5 + parent: 2 + - uid: 2679 + components: + - type: Transform + pos: 1.5,-139.5 + parent: 2 + - uid: 2681 + components: + - type: Transform + pos: 4.5,-136.5 + parent: 2 + - uid: 2682 + components: + - type: Transform + pos: 3.5,-136.5 + parent: 2 + - uid: 2685 + components: + - type: Transform + pos: 7.5,-139.5 + parent: 2 + - uid: 2700 + components: + - type: Transform + pos: 5.5,-136.5 + parent: 2 + - uid: 2734 + components: + - type: Transform + pos: 4.5,-150.5 + parent: 2 + - uid: 2735 + components: + - type: Transform + pos: 5.5,-150.5 + parent: 2 + - uid: 2736 + components: + - type: Transform + pos: 6.5,-150.5 + parent: 2 + - uid: 2737 + components: + - type: Transform + pos: 7.5,-150.5 + parent: 2 + - uid: 2927 + components: + - type: Transform + pos: 2.5,-164.5 + parent: 2 + - uid: 2948 + components: + - type: Transform + pos: 2.5,-169.5 + parent: 2 + - uid: 3032 + components: + - type: Transform + pos: -0.5,-173.5 + parent: 2 + - uid: 3035 + components: + - type: Transform + pos: -0.5,-176.5 + parent: 2 + - uid: 3043 + components: + - type: Transform + pos: -5.5,-177.5 + parent: 2 + - uid: 3046 + components: + - type: Transform + pos: -5.5,-175.5 + parent: 2 + - uid: 3050 + components: + - type: Transform + pos: -5.5,-171.5 + parent: 2 + - uid: 3056 + components: + - type: Transform + pos: 3.5,-170.5 + parent: 2 + - uid: 3057 + components: + - type: Transform + pos: 2.5,-170.5 + parent: 2 + - uid: 3059 + components: + - type: Transform + pos: 2.5,-165.5 + parent: 2 + - uid: 3061 + components: + - type: Transform + pos: 3.5,-164.5 + parent: 2 + - uid: 3062 + components: + - type: Transform + pos: 4.5,-164.5 + parent: 2 + - uid: 3063 + components: + - type: Transform + pos: 5.5,-164.5 + parent: 2 + - uid: 3066 + components: + - type: Transform + pos: 7.5,-170.5 + parent: 2 + - uid: 3073 + components: + - type: Transform + pos: 2.5,-171.5 + parent: 2 + - uid: 3170 + components: + - type: Transform + pos: -0.5,-177.5 + parent: 2 + - uid: 3185 + components: + - type: Transform + pos: -1.5,-178.5 + parent: 2 + - uid: 3221 + components: + - type: Transform + pos: -5.5,-178.5 + parent: 2 + - uid: 3224 + components: + - type: Transform + pos: -2.5,-178.5 + parent: 2 + - uid: 3507 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-36.5 + parent: 2 + - uid: 3676 + components: + - type: Transform + pos: 2.5,-172.5 + parent: 2 + - uid: 3681 + components: + - type: Transform + pos: 2.5,-176.5 + parent: 2 + - uid: 3723 + components: + - type: Transform + pos: 1.5,-191.5 + parent: 2 + - uid: 3724 + components: + - type: Transform + pos: 2.5,-191.5 + parent: 2 + - uid: 3725 + components: + - type: Transform + pos: 3.5,-191.5 + parent: 2 + - uid: 3726 + components: + - type: Transform + pos: 4.5,-191.5 + parent: 2 + - uid: 3730 + components: + - type: Transform + pos: 4.5,-195.5 + parent: 2 + - uid: 3731 + components: + - type: Transform + pos: 3.5,-195.5 + parent: 2 + - uid: 3732 + components: + - type: Transform + pos: 1.5,-195.5 + parent: 2 + - uid: 3733 + components: + - type: Transform + pos: 0.5,-195.5 + parent: 2 + - uid: 3737 + components: + - type: Transform + pos: -1.5,-193.5 + parent: 2 + - uid: 3738 + components: + - type: Transform + pos: -1.5,-192.5 + parent: 2 + - uid: 3740 + components: + - type: Transform + pos: -0.5,-191.5 + parent: 2 + - uid: 3750 + components: + - type: Transform + pos: 4.5,-196.5 + parent: 2 + - uid: 3751 + components: + - type: Transform + pos: 4.5,-199.5 + parent: 2 + - uid: 3755 + components: + - type: Transform + pos: -0.5,-204.5 + parent: 2 + - uid: 3756 + components: + - type: Transform + pos: 1.5,-204.5 + parent: 2 + - uid: 3757 + components: + - type: Transform + pos: 2.5,-204.5 + parent: 2 + - uid: 3758 + components: + - type: Transform + pos: 0.5,-204.5 + parent: 2 + - uid: 3772 + components: + - type: Transform + pos: -1.5,-199.5 + parent: 2 + - uid: 3773 + components: + - type: Transform + pos: -1.5,-200.5 + parent: 2 + - uid: 3775 + components: + - type: Transform + pos: -1.5,-201.5 + parent: 2 + - uid: 3776 + components: + - type: Transform + pos: -1.5,-202.5 + parent: 2 + - uid: 3777 + components: + - type: Transform + pos: -1.5,-203.5 + parent: 2 + - uid: 3778 + components: + - type: Transform + pos: -1.5,-204.5 + parent: 2 + - uid: 4574 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-246.5 + parent: 2 + - uid: 5212 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-259.5 + parent: 2 + - uid: 5215 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-259.5 + parent: 2 + - uid: 5216 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-258.5 + parent: 2 + - uid: 5259 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-258.5 + parent: 2 + - uid: 5262 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-257.5 + parent: 2 + - uid: 5337 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-258.5 + parent: 2 + - uid: 6195 + components: + - type: Transform + pos: -0.5,-168.5 + parent: 2 + - uid: 6819 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-248.5 + parent: 2 + - uid: 7420 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-258.5 + parent: 2 + - uid: 7792 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-245.5 + parent: 2 + - uid: 7795 + components: + - type: Transform + pos: -1.5,-280.5 + parent: 2 + - uid: 7812 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-244.5 + parent: 2 + - uid: 7827 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-246.5 + parent: 2 + - uid: 7878 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-245.5 + parent: 2 + - uid: 8025 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-246.5 + parent: 2 + - uid: 8026 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-246.5 + parent: 2 + - uid: 8028 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-247.5 + parent: 2 + - uid: 8033 + components: + - type: Transform + pos: 1.5,-252.5 + parent: 2 + - uid: 8053 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-251.5 + parent: 2 + - uid: 8058 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-250.5 + parent: 2 + - uid: 8059 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-249.5 + parent: 2 + - uid: 8103 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-249.5 + parent: 2 + - uid: 8214 + components: + - type: Transform + pos: 6.5,-246.5 + parent: 2 + - uid: 8391 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-247.5 + parent: 2 + - uid: 8478 + components: + - type: Transform + pos: -5.5,-168.5 + parent: 2 + - uid: 8535 + components: + - type: Transform + pos: -5.5,-170.5 + parent: 2 + - uid: 8582 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-270.5 + parent: 2 + - uid: 8583 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-272.5 + parent: 2 + - uid: 8584 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-272.5 + parent: 2 + - uid: 8586 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-275.5 + parent: 2 + - uid: 8587 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-276.5 + parent: 2 + - uid: 8622 + components: + - type: Transform + pos: -4.5,-282.5 + parent: 2 + - uid: 8623 + components: + - type: Transform + pos: -4.5,-283.5 + parent: 2 + - uid: 8626 + components: + - type: Transform + pos: -1.5,-277.5 + parent: 2 + - uid: 8648 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-275.5 + parent: 2 + - uid: 8649 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-275.5 + parent: 2 + - uid: 8650 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-283.5 + parent: 2 + - uid: 8653 + components: + - type: Transform + pos: -1.5,-286.5 + parent: 2 + - uid: 8654 + components: + - type: Transform + pos: -1.5,-287.5 + parent: 2 + - uid: 8656 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-270.5 + parent: 2 + - uid: 8666 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-284.5 + parent: 2 + - uid: 8671 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-281.5 + parent: 2 + - uid: 8682 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-283.5 + parent: 2 + - uid: 8692 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-286.5 + parent: 2 + - uid: 8699 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-287.5 + parent: 2 + - uid: 8765 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-275.5 + parent: 2 + - uid: 8766 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-275.5 + parent: 2 + - uid: 8931 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-258.5 + parent: 2 + - uid: 9852 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-258.5 + parent: 2 + - uid: 9865 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-249.5 + parent: 2 + - uid: 10064 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-253.5 + parent: 2 + - uid: 10075 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-249.5 + parent: 2 + - uid: 10329 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-258.5 + parent: 2 + - uid: 10675 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-56.5 + parent: 2 + - uid: 11903 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-387.5 + parent: 2 + - uid: 11904 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-387.5 + parent: 2 + - uid: 11905 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-388.5 + parent: 2 + - uid: 11908 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-387.5 + parent: 2 + - uid: 11911 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-383.5 + parent: 2 + - uid: 11941 + components: + - type: Transform + pos: -2.5,-385.5 + parent: 2 + - uid: 11942 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-384.5 + parent: 2 + - uid: 11947 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-387.5 + parent: 2 + - uid: 11948 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-382.5 + parent: 2 + - uid: 11949 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-383.5 + parent: 2 + - uid: 11950 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-387.5 + parent: 2 + - uid: 11952 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-387.5 + parent: 2 + - uid: 11955 + components: + - type: Transform + pos: -3.5,-164.5 + parent: 2 + - uid: 11994 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-385.5 + parent: 2 + - uid: 11995 + components: + - type: Transform + pos: -2.5,-171.5 + parent: 2 + - uid: 11996 + components: + - type: Transform + pos: -3.5,-171.5 + parent: 2 + - uid: 12000 + components: + - type: Transform + pos: -1.5,-171.5 + parent: 2 + - uid: 12001 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-385.5 + parent: 2 + - uid: 12002 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-386.5 + parent: 2 + - uid: 12003 + components: + - type: Transform + pos: -0.5,-171.5 + parent: 2 + - uid: 12005 + components: + - type: Transform + pos: -5.5,-169.5 + parent: 2 + - uid: 12006 + components: + - type: Transform + pos: -0.5,-170.5 + parent: 2 + - uid: 12009 + components: + - type: Transform + pos: -4.5,-167.5 + parent: 2 + - uid: 12010 + components: + - type: Transform + pos: -1.5,-167.5 + parent: 2 + - uid: 12011 + components: + - type: Transform + pos: -4.5,-171.5 + parent: 2 + - uid: 12084 + components: + - type: Transform + pos: -0.5,-167.5 + parent: 2 + - uid: 12085 + components: + - type: Transform + pos: -2.5,-167.5 + parent: 2 + - uid: 12086 + components: + - type: Transform + pos: -3.5,-167.5 + parent: 2 + - uid: 12096 + components: + - type: Transform + pos: -2.5,-164.5 + parent: 2 + - uid: 12097 + components: + - type: Transform + pos: -1.5,-164.5 + parent: 2 + - uid: 12110 + components: + - type: Transform + pos: -0.5,-166.5 + parent: 2 + - uid: 12116 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-374.5 + parent: 2 + - uid: 12130 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-374.5 + parent: 2 + - uid: 12131 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-374.5 + parent: 2 + - uid: 12176 + components: + - type: Transform + pos: -5.5,-167.5 + parent: 2 + - uid: 12204 + components: + - type: Transform + pos: -5.5,-166.5 + parent: 2 + - uid: 12209 + components: + - type: Transform + pos: -5.5,-164.5 + parent: 2 + - uid: 12215 + components: + - type: Transform + pos: -5.5,-165.5 + parent: 2 + - uid: 13450 + components: + - type: Transform + pos: 4.5,-33.5 + parent: 2 + - uid: 13469 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-258.5 + parent: 2 + - uid: 13471 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-254.5 + parent: 2 + - uid: 13990 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-255.5 + parent: 2 + - uid: 13996 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-257.5 + parent: 2 + - uid: 14001 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-254.5 + parent: 2 + - uid: 14021 + components: + - type: Transform + pos: -4.5,-164.5 + parent: 2 + - uid: 14647 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-246.5 + parent: 2 + - uid: 14803 + components: + - type: Transform + pos: -2.5,-70.5 + parent: 2 +- proto: WallSolidDiagonal + entities: + - uid: 1683 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-93.5 + parent: 2 + - uid: 1688 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-83.5 + parent: 2 + - uid: 2246 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-108.5 + parent: 2 + - uid: 2563 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-147.5 + parent: 2 + - uid: 2824 + components: + - type: Transform + pos: 2.5,-150.5 + parent: 2 + - uid: 3225 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-178.5 + parent: 2 + - uid: 7243 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-258.5 + parent: 2 + - uid: 8850 + components: + - type: Transform + pos: -1.5,-191.5 + parent: 2 + - uid: 8866 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-245.5 + parent: 2 + - uid: 8912 + components: + - type: Transform + pos: 1.5,-248.5 + parent: 2 + - uid: 13449 + components: + - type: Transform + pos: 1.5,-137.5 + parent: 2 + - uid: 13995 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-254.5 + parent: 2 +- proto: WallSolidRust + entities: + - uid: 459 + components: + - type: Transform + pos: -4.5,-33.5 + parent: 2 + - uid: 460 + components: + - type: Transform + pos: -3.5,-33.5 + parent: 2 + - uid: 759 + components: + - type: Transform + pos: -1.5,-35.5 + parent: 2 + - uid: 963 + components: + - type: Transform + pos: 2.5,-63.5 + parent: 2 + - uid: 1024 + components: + - type: Transform + pos: 3.5,-66.5 + parent: 2 + - uid: 1082 + components: + - type: Transform + pos: -5.5,-93.5 + parent: 2 + - uid: 1105 + components: + - type: Transform + pos: 3.5,-65.5 + parent: 2 + - uid: 1128 + components: + - type: Transform + pos: 4.5,-65.5 + parent: 2 + - uid: 1230 + components: + - type: Transform + pos: 2.5,-71.5 + parent: 2 + - uid: 1641 + components: + - type: Transform + pos: -2.5,-83.5 + parent: 2 + - uid: 1646 + components: + - type: Transform + pos: -4.5,-85.5 + parent: 2 + - uid: 1647 + components: + - type: Transform + pos: -2.5,-84.5 + parent: 2 + - uid: 1665 + components: + - type: Transform + pos: -5.5,-94.5 + parent: 2 + - uid: 1666 + components: + - type: Transform + pos: -4.5,-94.5 + parent: 2 + - uid: 1828 + components: + - type: Transform + pos: -2.5,-108.5 + parent: 2 + - uid: 1873 + components: + - type: Transform + pos: -8.5,-117.5 + parent: 2 + - uid: 1874 + components: + - type: Transform + pos: -7.5,-117.5 + parent: 2 + - uid: 1879 + components: + - type: Transform + pos: -6.5,-120.5 + parent: 2 + - uid: 1880 + components: + - type: Transform + pos: -5.5,-120.5 + parent: 2 + - uid: 1886 + components: + - type: Transform + pos: -5.5,-121.5 + parent: 2 + - uid: 1990 + components: + - type: Transform + pos: -3.5,-108.5 + parent: 2 + - uid: 2556 + components: + - type: Transform + pos: 7.5,-145.5 + parent: 2 + - uid: 2557 + components: + - type: Transform + pos: 7.5,-146.5 + parent: 2 + - uid: 2558 + components: + - type: Transform + pos: 7.5,-147.5 + parent: 2 + - uid: 2559 + components: + - type: Transform + pos: 6.5,-147.5 + parent: 2 + - uid: 2605 + components: + - type: Transform + pos: -5.5,-137.5 + parent: 2 + - uid: 2624 + components: + - type: Transform + pos: -4.5,-149.5 + parent: 2 + - uid: 2625 + components: + - type: Transform + pos: -5.5,-149.5 + parent: 2 + - uid: 2683 + components: + - type: Transform + pos: 6.5,-137.5 + parent: 2 + - uid: 2684 + components: + - type: Transform + pos: 7.5,-137.5 + parent: 2 + - uid: 2689 + components: + - type: Transform + pos: 2.5,-137.5 + parent: 2 + - uid: 2691 + components: + - type: Transform + pos: 2.5,-136.5 + parent: 2 + - uid: 2701 + components: + - type: Transform + pos: 6.5,-136.5 + parent: 2 + - uid: 3160 + components: + - type: Transform + pos: 2.5,-163.5 + parent: 2 + - uid: 3167 + components: + - type: Transform + pos: -0.5,-172.5 + parent: 2 + - uid: 3179 + components: + - type: Transform + pos: -5.5,-176.5 + parent: 2 + - uid: 3180 + components: + - type: Transform + pos: -5.5,-174.5 + parent: 2 + - uid: 3183 + components: + - type: Transform + pos: -5.5,-173.5 + parent: 2 + - uid: 3184 + components: + - type: Transform + pos: -5.5,-172.5 + parent: 2 + - uid: 3222 + components: + - type: Transform + pos: -4.5,-178.5 + parent: 2 + - uid: 3223 + components: + - type: Transform + pos: -3.5,-178.5 + parent: 2 + - uid: 3734 + components: + - type: Transform + pos: -0.5,-195.5 + parent: 2 + - uid: 3735 + components: + - type: Transform + pos: -1.5,-195.5 + parent: 2 + - uid: 3736 + components: + - type: Transform + pos: -1.5,-194.5 + parent: 2 + - uid: 3752 + components: + - type: Transform + pos: 4.5,-203.5 + parent: 2 + - uid: 3753 + components: + - type: Transform + pos: 4.5,-204.5 + parent: 2 + - uid: 3754 + components: + - type: Transform + pos: 3.5,-204.5 + parent: 2 + - uid: 3771 + components: + - type: Transform + pos: -1.5,-196.5 + parent: 2 +- proto: WardrobeBlackFilled + entities: + - uid: 14352 + components: + - type: Transform + pos: 13.5,-71.5 + parent: 2 +- proto: WardrobeBlueFilled + entities: + - uid: 14389 + components: + - type: Transform + pos: 17.5,-67.5 + parent: 2 +- proto: WardrobeCargoFilled + entities: + - uid: 6684 + components: + - type: Transform + pos: 1.5,-276.5 + parent: 2 +- proto: WardrobeGreenFilled + entities: + - uid: 14365 + components: + - type: Transform + pos: 14.5,-71.5 + parent: 2 +- proto: WardrobeGreyFilled + entities: + - uid: 14378 + components: + - type: Transform + pos: 17.5,-71.5 + parent: 2 +- proto: WardrobeMixedFilled + entities: + - uid: 4710 + components: + - type: Transform + pos: 14.5,-67.5 + parent: 2 + - uid: 14376 + components: + - type: Transform + pos: 16.5,-71.5 + parent: 2 + - uid: 14382 + components: + - type: Transform + pos: 16.5,-75.5 + parent: 2 + - uid: 14387 + components: + - type: Transform + pos: 16.5,-67.5 + parent: 2 +- proto: WardrobePinkFilled + entities: + - uid: 14038 + components: + - type: Transform + pos: 13.5,-67.5 + parent: 2 + - uid: 14385 + components: + - type: Transform + pos: 17.5,-75.5 + parent: 2 +- proto: WardrobePrisonFilled + entities: + - uid: 11440 + components: + - type: Transform + pos: 6.5,-367.5 + parent: 2 + - uid: 11441 + components: + - type: Transform + pos: 6.5,-364.5 + parent: 2 + - uid: 11442 + components: + - type: Transform + pos: -5.5,-364.5 + parent: 2 + - uid: 11443 + components: + - type: Transform + pos: -5.5,-367.5 + parent: 2 + - uid: 11444 + components: + - type: Transform + pos: -5.5,-369.5 + parent: 2 + - uid: 11445 + components: + - type: Transform + pos: 6.5,-369.5 + parent: 2 +- proto: WardrobeRoboticsFilled + entities: + - uid: 9950 + components: + - type: Transform + pos: 3.5,-310.5 + parent: 2 +- proto: WardrobeSalvageFilled + entities: + - uid: 8625 + components: + - type: Transform + pos: -6.5,-284.5 + parent: 2 +- proto: WardrobeScienceFilled + entities: + - uid: 9828 + components: + - type: Transform + pos: -2.5,-311.5 + parent: 2 + - uid: 10032 + components: + - type: Transform + pos: -2.5,-312.5 + parent: 2 +- proto: WardrobeVirologyFilled + entities: + - uid: 3910 + components: + - type: Transform + pos: -5.5,-198.5 + parent: 2 +- proto: WardrobeWhiteFilled + entities: + - uid: 14368 + components: + - type: Transform + pos: 14.5,-75.5 + parent: 2 +- proto: WardrobeYellowFilled + entities: + - uid: 14367 + components: + - type: Transform + pos: 13.5,-75.5 + parent: 2 +- proto: WarningAir + entities: + - uid: 8117 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-262.5 + parent: 2 +- proto: WarningCO2 + entities: + - uid: 12017 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-252.5 + parent: 2 +- proto: WarningN2 + entities: + - uid: 12222 + components: + - type: Transform + pos: -18.5,-258.5 + parent: 2 +- proto: WarningO2 + entities: + - uid: 12569 + components: + - type: Transform + pos: -18.5,-256.5 + parent: 2 +- proto: WarningPlasma + entities: + - uid: 6784 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-250.5 + parent: 2 +- proto: WarpPoint + entities: + - uid: 323 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-7.5 + parent: 2 + - type: WarpPoint + location: 'Car 00: Command' + - type: BombingTarget + - uid: 2875 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-144.5 + parent: 2 + - type: WarpPoint + location: 'Car 05: Chapel, Library' + - type: BombingTarget + - uid: 2880 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-35.5 + parent: 2 + - type: WarpPoint + location: 'Car 01: Arrivals, Evacuation' + - type: BombingTarget + - uid: 2881 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-63.5 + parent: 2 + - type: WarpPoint + location: 'Car 02: Bar' + - type: BombingTarget + - uid: 2883 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-90.5 + parent: 2 + - type: WarpPoint + location: 'Car 03: Kitchen, Hydroponic' + - type: BombingTarget + - uid: 2885 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-116.5 + parent: 2 + - type: WarpPoint + location: 'Car 04: HoP, Dormatories' + - type: BombingTarget + - uid: 3150 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-171.5 + parent: 2 + - type: WarpPoint + location: 'Car 06: Med' + - type: BombingTarget + - uid: 4233 + components: + - type: Transform + pos: 0.5,-198.5 + parent: 2 + - type: WarpPoint + location: 'Car 07: Virology, Med 2' + - type: BombingTarget + - uid: 4570 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-225.5 + parent: 2 + - type: WarpPoint + location: 'Car 08: Solar panels' + - type: BombingTarget + - uid: 8358 + components: + - type: Transform + pos: 0.5,-252.5 + parent: 2 + - type: WarpPoint + location: 'Car 09: Engneering' + - type: BombingTarget + - uid: 8984 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-279.5 + parent: 2 + - type: WarpPoint + location: 'Car 10: Cargo' + - type: BombingTarget + - uid: 10623 + components: + - type: Transform + pos: 0.5,-308.5 + parent: 2 + - type: WarpPoint + location: 'Car 11: RnD' + - type: BombingTarget + - uid: 10805 + components: + - type: Transform + pos: 0.5,-338.5 + parent: 2 + - type: WarpPoint + location: 'Car 12: Brig' + - type: BombingTarget + - uid: 11945 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-363.5 + parent: 2 + - type: WarpPoint + location: 'Car 13: Permabrig' + - type: BombingTarget +- proto: WaterCooler + entities: + - uid: 204 + components: + - type: Transform + pos: 4.5,-12.5 + parent: 2 + - uid: 7572 + components: + - type: Transform + pos: 7.5,-199.5 + parent: 2 + - uid: 11092 + components: + - type: Transform + pos: 1.5,-333.5 + parent: 2 + - uid: 13123 + components: + - type: Transform + pos: -0.5,-356.5 + parent: 2 +- proto: WaterTankFull + entities: + - uid: 1733 + components: + - type: Transform + pos: -4.5,-53.5 + parent: 2 + - uid: 2884 + components: + - type: Transform + pos: 4.5,-151.5 + parent: 2 + - uid: 2897 + components: + - type: Transform + pos: -2.5,-150.5 + parent: 2 + - uid: 9063 + components: + - type: Transform + pos: 0.5,-282.5 + parent: 2 + - uid: 12119 + components: + - type: Transform + pos: -2.5,-374.5 + parent: 2 + - uid: 16882 + components: + - type: Transform + anchored: True + pos: -13.5,-256.5 + parent: 2 + - type: Physics + bodyType: Static +- proto: WaterTankHighCapacity + entities: + - uid: 2322 + components: + - type: Transform + pos: -2.5,-82.5 + parent: 2 +- proto: WeaponCapacitorRecharger + entities: + - uid: 10966 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-338.5 + parent: 2 + - uid: 12893 + components: + - type: Transform + pos: -0.5,-366.5 + parent: 2 +- proto: WeaponDisabler + entities: + - uid: 21784 + components: + - type: Transform + pos: 0.10163805,-366.3702 + parent: 2 +- proto: WeaponDisablerPractice + entities: + - uid: 11524 + components: + - type: Transform + pos: 5.5389,-350.683 + parent: 2 +- proto: WeaponLaserCarbinePractice + entities: + - uid: 12363 + components: + - type: Transform + pos: 1.2513196,-368.03192 + parent: 2 +- proto: WeaponPistolMk58Nonlethal + entities: + - uid: 12774 + components: + - type: Transform + parent: 12773 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: WeaponSubMachineGunWt550 + entities: + - uid: 15297 + components: + - type: Transform + pos: -4.3806252,-346.3184 + parent: 2 +- proto: WeaponTurretSyndicateBroken + entities: + - uid: 9688 + components: + - type: Transform + pos: 30.5,-308.5 + parent: 2 + - uid: 9690 + components: + - type: Transform + pos: 30.5,-306.5 + parent: 2 + - uid: 9705 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-311.5 + parent: 2 + - uid: 9706 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-303.5 + parent: 2 +- proto: WeaponWaterBlaster + entities: + - uid: 9942 + components: + - type: Transform + pos: 3.4013178,-313.2785 + parent: 2 +- proto: WeaponWaterPistol + entities: + - uid: 11014 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.3728342,-331.49597 + parent: 2 +- proto: WeedSpray + entities: + - uid: 26464 + components: + - type: Transform + pos: 0.072262526,-370.32172 + parent: 2 +- proto: WelderIndustrial + entities: + - uid: 16800 + components: + - type: Transform + parent: 16798 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 17039 + components: + - type: Transform + pos: -18.435186,-238.57628 + parent: 2 +- proto: WelderIndustrialAdvanced + entities: + - uid: 14342 + components: + - type: Transform + pos: 8.601893,-250.1304 + parent: 2 +- proto: WelderMini + entities: + - uid: 11436 + components: + - type: Transform + pos: 4.523847,-358.3457 + parent: 2 +- proto: WeldingFuelTankFull + entities: + - uid: 1597 + components: + - type: Transform + pos: 7.5,-68.5 + parent: 2 + - uid: 2334 + components: + - type: Transform + pos: -5.5,-41.5 + parent: 2 + - uid: 2882 + components: + - type: Transform + pos: 3.5,-151.5 + parent: 2 + - uid: 6678 + components: + - type: Transform + anchored: True + pos: -16.5,-265.5 + parent: 2 + - type: Physics + bodyType: Static + - uid: 8472 + components: + - type: Transform + pos: -7.5,-173.5 + parent: 2 + - uid: 8561 + components: + - type: Transform + pos: 3.5,-311.5 + parent: 2 + - uid: 8907 + components: + - type: Transform + pos: 16.5,-243.5 + parent: 2 + - uid: 9064 + components: + - type: Transform + pos: 1.5,-282.5 + parent: 2 + - uid: 15216 + components: + - type: Transform + pos: 8.5,-251.5 + parent: 2 + - uid: 15270 + components: + - type: Transform + pos: 6.5,-245.5 + parent: 2 + - uid: 16881 + components: + - type: Transform + pos: 10.5,-298.5 + parent: 2 +- proto: WetFloorSign + entities: + - uid: 12681 + components: + - type: Transform + pos: -3.1763532,-150.31618 + parent: 2 +- proto: WindoorBarLocked + entities: + - uid: 15584 + components: + - type: Transform + pos: -0.5,-65.5 + parent: 2 +- proto: WindoorHydroponicsLocked + entities: + - uid: 1650 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-87.5 + parent: 2 +- proto: WindoorSecure + entities: + - uid: 2248 + components: + - type: Transform + pos: -0.5,-122.5 + parent: 2 + - uid: 14877 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-132.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 14880: + - DoorStatus: DoorBolt + 5738: + - DoorStatus: DoorBolt + - uid: 14980 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-156.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 14978: + - DoorStatus: DoorBolt + 14979: + - DoorStatus: DoorBolt +- proto: WindoorSecureArmoryLocked + entities: + - uid: 10085 + components: + - type: Transform + pos: 1.5,-366.5 + parent: 2 +- proto: WindoorSecureBrigLocked + entities: + - uid: 11002 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-360.5 + parent: 2 +- proto: WindoorSecureCargoLocked + entities: + - uid: 8504 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-271.5 + parent: 2 + - uid: 8537 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-272.5 + parent: 2 +- proto: WindoorSecureChapelLocked + entities: + - uid: 2687 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-139.5 + parent: 2 + - uid: 2694 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-138.5 + parent: 2 +- proto: WindoorSecureChemistryLocked + entities: + - uid: 2643 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-170.5 + parent: 2 + - uid: 3067 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-170.5 + parent: 2 + - uid: 3093 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-168.5 + parent: 2 + - uid: 3094 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-167.5 + parent: 2 + - uid: 3095 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-166.5 + parent: 2 +- proto: WindoorSecureEngineeringLocked + entities: + - uid: 8275 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-251.5 + parent: 2 + - uid: 8305 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-250.5 + parent: 2 +- proto: WindoorSecureExternalLocked + entities: + - uid: 164 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-265.5 + parent: 2 + - type: DeviceLinkSink + links: + - 15186 + - uid: 268 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-76.5 + parent: 2 + - type: DeviceLinkSink + links: + - 640 + - 5092 + - uid: 333 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-76.5 + parent: 2 + - type: DeviceLinkSink + links: + - 6286 + - 14796 + - uid: 605 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-22.5 + parent: 2 + - type: DeviceLinkSink + links: + - 10531 + - 2244 + - uid: 1335 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-49.5 + parent: 2 + - type: DeviceLinkSink + links: + - 2492 + - uid: 1451 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-76.5 + parent: 2 + - type: DeviceLinkSink + links: + - 273 + - 275 + - uid: 1454 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-76.5 + parent: 2 + - type: DeviceLinkSink + links: + - 273 + - 275 + - uid: 1580 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-49.5 + parent: 2 + - type: DeviceLinkSink + links: + - 271 + - 11 + - uid: 1633 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-49.5 + parent: 2 + - type: DeviceLinkSink + links: + - 271 + - 11 + - uid: 1675 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-22.5 + parent: 2 + - type: DeviceLinkSink + links: + - 21 + - 13 + - type: DeviceLinkSource + linkedPorts: + 13: + - DoorStatus: Close + - uid: 1676 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-22.5 + parent: 2 + - type: DeviceLinkSink + links: + - 21 + - 13 + - uid: 1791 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-324.5 + parent: 2 + - type: DeviceLinkSink + links: + - 10083 + - uid: 1812 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-324.5 + parent: 2 + - type: DeviceLinkSink + links: + - 10083 + - uid: 2012 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-103.5 + parent: 2 + - type: DeviceLinkSink + links: + - 278 + - 280 + - uid: 2014 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-103.5 + parent: 2 + - type: DeviceLinkSink + links: + - 278 + - 280 + - uid: 2443 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-130.5 + parent: 2 + - type: DeviceLinkSink + links: + - 282 + - 284 + - uid: 2444 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-130.5 + parent: 2 + - type: DeviceLinkSink + links: + - 282 + - 284 + - uid: 2646 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-76.5 + parent: 2 + - type: DeviceLinkSink + links: + - 6286 + - 14796 + - uid: 2851 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-157.5 + parent: 2 + - type: DeviceLinkSink + links: + - 590 + - 656 + - uid: 2852 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-157.5 + parent: 2 + - type: DeviceLinkSink + links: + - 590 + - 656 + - uid: 3508 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-184.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + links: + - 1938 + - 16903 + - uid: 3547 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-184.5 + parent: 2 + - type: DeviceLinkSink + links: + - 669 + - 668 + - uid: 3548 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-184.5 + parent: 2 + - type: DeviceLinkSink + links: + - 669 + - 668 + - uid: 4691 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-211.5 + parent: 2 + - type: DeviceLinkSink + links: + - 773 + - 756 + - uid: 4694 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-211.5 + parent: 2 + - type: DeviceLinkSink + links: + - 773 + - 756 + - uid: 5738 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-130.5 + parent: 2 + - type: DeviceLinkSink + links: + - 2690 + - 14877 + - uid: 7729 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-238.5 + parent: 2 + - type: DeviceLinkSink + links: + - 1244 + - 272 + - uid: 7730 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-238.5 + parent: 2 + - type: DeviceLinkSink + links: + - 1244 + - 272 + - uid: 8107 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-265.5 + parent: 2 + - type: DeviceLinkSink + links: + - 1334 + - 8134 + - uid: 8135 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-265.5 + parent: 2 + - type: DeviceLinkSink + links: + - 1334 + - 8134 + - uid: 9342 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-292.5 + parent: 2 + - type: DeviceLinkSink + links: + - 8690 + - 9374 + - uid: 9343 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-292.5 + parent: 2 + - type: DeviceLinkSink + links: + - 8690 + - 9374 + - uid: 10573 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-324.5 + parent: 2 + - type: DeviceLinkSink + links: + - 10133 + - 10586 + - uid: 10577 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-324.5 + parent: 2 + - type: DeviceLinkSink + links: + - 10133 + - 10586 + - uid: 11820 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-378.5 + parent: 2 + - type: DeviceLinkSink + links: + - 11821 + - uid: 14751 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-22.5 + parent: 2 + - type: DeviceLinkSink + links: + - 10531 + - 2244 + - uid: 14757 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-22.5 + parent: 2 + - type: DeviceLinkSink + links: + - 14753 + - 45 + - uid: 14760 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-22.5 + parent: 2 + - type: DeviceLinkSink + links: + - 14753 + - 45 + - uid: 14768 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-49.5 + parent: 2 + - type: DeviceLinkSink + links: + - 2492 + - uid: 14783 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-76.5 + parent: 2 + - type: DeviceLinkSink + links: + - 640 + - 5092 + - uid: 14857 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-103.5 + parent: 2 + - type: DeviceLinkSink + links: + - 397 + - 1068 + - uid: 14858 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-103.5 + parent: 2 + - type: DeviceLinkSink + links: + - 622 + - 3782 + - uid: 14859 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-103.5 + parent: 2 + - type: DeviceLinkSink + links: + - 622 + - 3782 + - uid: 14860 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-103.5 + parent: 2 + - type: DeviceLinkSink + links: + - 397 + - 1068 + - uid: 14880 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-130.5 + parent: 2 + - type: DeviceLinkSink + links: + - 2690 + - 14877 + - uid: 14890 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-130.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + links: + - 16818 + - 2100 + - uid: 14891 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-130.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + links: + - 16818 + - 2100 + - uid: 14978 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-158.5 + parent: 2 + - type: DeviceLinkSink + links: + - 14946 + - 811 + - 14980 + - uid: 14979 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-158.5 + parent: 2 + - type: DeviceLinkSink + links: + - 14946 + - 811 + - 14980 + - uid: 15040 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-184.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + links: + - 1938 + - 16903 + - uid: 15117 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-157.5 + parent: 2 + - type: DeviceLinkSink + links: + - 1933 + - 1937 + - uid: 15118 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-157.5 + parent: 2 + - type: DeviceLinkSink + links: + - 1933 + - 1937 + - uid: 15152 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-265.5 + parent: 2 + - type: DeviceLinkSink + links: + - 15186 + - uid: 15193 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-292.5 + parent: 2 + - type: DeviceLinkSink + links: + - 2414 + - 2413 + - uid: 15194 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-292.5 + parent: 2 + - type: DeviceLinkSink + links: + - 2414 + - 2413 +- proto: WindoorSecureHeadOfPersonnelLocked + entities: + - uid: 2238 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-122.5 + parent: 2 +- proto: WindoorSecureKitchenLocked + entities: + - uid: 5844 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-89.5 + parent: 2 + - uid: 5851 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-88.5 + parent: 2 + - uid: 5872 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-87.5 + parent: 2 +- proto: WindoorSecureScienceLocked + entities: + - uid: 10042 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-301.5 + parent: 2 + - uid: 10106 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-302.5 + parent: 2 + - uid: 10107 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-303.5 + parent: 2 +- proto: WindoorSecureSecurityLocked + entities: + - uid: 11204 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-357.5 + parent: 2 +- proto: WindoorServiceLocked + entities: + - uid: 1649 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-87.5 + parent: 2 + - uid: 2741 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-139.5 + parent: 2 +- proto: Window + entities: + - uid: 201 + components: + - type: Transform + pos: 4.5,-201.5 + parent: 2 + - uid: 203 + components: + - type: Transform + pos: 1.5,-143.5 + parent: 2 + - uid: 205 + components: + - type: Transform + pos: 1.5,-144.5 + parent: 2 + - uid: 831 + components: + - type: Transform + pos: 1.5,-145.5 + parent: 2 + - uid: 1011 + components: + - type: Transform + pos: 3.5,-12.5 + parent: 2 + - uid: 1398 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-285.5 + parent: 2 + - uid: 1690 + components: + - type: Transform + pos: 3.5,-10.5 + parent: 2 + - uid: 2537 + components: + - type: Transform + pos: 1.5,-93.5 + parent: 2 + - uid: 2538 + components: + - type: Transform + pos: 0.5,-93.5 + parent: 2 + - uid: 2539 + components: + - type: Transform + pos: 1.5,-83.5 + parent: 2 + - uid: 2996 + components: + - type: Transform + pos: 0.5,-83.5 + parent: 2 + - uid: 3479 + components: + - type: Transform + pos: 2.5,-174.5 + parent: 2 + - uid: 3741 + components: + - type: Transform + pos: 2.5,-173.5 + parent: 2 + - uid: 3742 + components: + - type: Transform + pos: 4.5,-194.5 + parent: 2 + - uid: 3743 + components: + - type: Transform + pos: 4.5,-193.5 + parent: 2 + - uid: 3744 + components: + - type: Transform + pos: 4.5,-192.5 + parent: 2 + - uid: 3746 + components: + - type: Transform + pos: 4.5,-200.5 + parent: 2 + - uid: 3748 + components: + - type: Transform + pos: 4.5,-202.5 + parent: 2 + - uid: 3769 + components: + - type: Transform + pos: -1.5,-197.5 + parent: 2 + - uid: 5137 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-11.5 + parent: 2 + - uid: 7638 + components: + - type: Transform + pos: 14.5,-245.5 + parent: 2 + - uid: 7758 + components: + - type: Transform + pos: 14.5,-246.5 + parent: 2 + - uid: 8433 + components: + - type: Transform + pos: -4.5,-289.5 + parent: 2 + - uid: 8490 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-274.5 + parent: 2 + - uid: 8521 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-273.5 + parent: 2 + - uid: 8538 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-283.5 + parent: 2 + - uid: 8585 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-272.5 + parent: 2 + - uid: 8627 + components: + - type: Transform + pos: -0.5,-275.5 + parent: 2 + - uid: 8628 + components: + - type: Transform + pos: -1.5,-276.5 + parent: 2 + - uid: 8652 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-286.5 + parent: 2 + - uid: 8658 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-284.5 + parent: 2 + - uid: 8676 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-282.5 + parent: 2 + - uid: 8815 + components: + - type: Transform + pos: 20.5,-245.5 + parent: 2 + - uid: 8837 + components: + - type: Transform + pos: 20.5,-246.5 + parent: 2 + - uid: 9000 + components: + - type: Transform + pos: 10.5,-279.5 + parent: 2 + - uid: 9001 + components: + - type: Transform + pos: 9.5,-279.5 + parent: 2 + - uid: 9003 + components: + - type: Transform + pos: 11.5,-279.5 + parent: 2 + - uid: 10829 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-331.5 + parent: 2 +- proto: WindowDiagonal + entities: + - uid: 8503 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-273.5 + parent: 2 + - uid: 8518 + components: + - type: Transform + pos: -3.5,-272.5 + parent: 2 + - uid: 8519 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-274.5 + parent: 2 + - uid: 8541 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-283.5 + parent: 2 + - uid: 8629 + components: + - type: Transform + pos: -1.5,-275.5 + parent: 2 + - uid: 8635 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-285.5 + parent: 2 + - uid: 8636 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-284.5 + parent: 2 + - uid: 8644 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-286.5 + parent: 2 +- proto: WindowDirectional + entities: + - uid: 4161 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-60.5 + parent: 2 + - uid: 4162 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-60.5 + parent: 2 + - uid: 4164 + components: + - type: Transform + pos: -1.5,-65.5 + parent: 2 + - uid: 4165 + components: + - type: Transform + pos: -2.5,-65.5 + parent: 2 + - uid: 4166 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-65.5 + parent: 2 + - uid: 4167 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-60.5 + parent: 2 + - uid: 4168 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-60.5 + parent: 2 + - uid: 7195 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-199.5 + parent: 2 + - uid: 7196 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-199.5 + parent: 2 + - uid: 7197 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-199.5 + parent: 2 + - uid: 7198 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-199.5 + parent: 2 + - uid: 7199 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-203.5 + parent: 2 + - uid: 7898 + components: + - type: Transform + pos: 16.5,-58.5 + parent: 2 + - uid: 11770 + components: + - type: Transform + pos: 14.5,-58.5 + parent: 2 +- proto: WindowFrostedDirectional + entities: + - uid: 2303 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-85.5 + parent: 2 + - uid: 2313 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-86.5 + parent: 2 + - uid: 2314 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-91.5 + parent: 2 + - uid: 2315 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-90.5 + parent: 2 + - uid: 6627 + components: + - type: Transform + pos: 10.5,-161.5 + parent: 2 + - uid: 7235 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-163.5 + parent: 2 + - uid: 7285 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-163.5 + parent: 2 + - uid: 7288 + components: + - type: Transform + pos: 11.5,-161.5 + parent: 2 + - uid: 7289 + components: + - type: Transform + pos: 9.5,-161.5 + parent: 2 + - uid: 7354 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-163.5 + parent: 2 + - uid: 7355 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-156.5 + parent: 2 + - uid: 7356 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-156.5 + parent: 2 + - uid: 9464 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-309.5 + parent: 2 + - uid: 9465 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-309.5 + parent: 2 + - uid: 9467 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-309.5 + parent: 2 + - uid: 9470 + components: + - type: Transform + pos: 22.5,-305.5 + parent: 2 + - uid: 9471 + components: + - type: Transform + pos: 23.5,-305.5 + parent: 2 + - uid: 9472 + components: + - type: Transform + pos: 21.5,-305.5 + parent: 2 + - uid: 11203 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-358.5 + parent: 2 +- proto: WindowReinforcedDirectional + entities: + - uid: 195 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-23.5 + parent: 2 + - uid: 363 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-261.5 + parent: 2 + - uid: 529 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-30.5 + parent: 2 + - uid: 556 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-159.5 + parent: 2 + - uid: 557 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-267.5 + parent: 2 + - uid: 581 + components: + - type: Transform + pos: -6.5,-131.5 + parent: 2 + - uid: 588 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-157.5 + parent: 2 + - uid: 600 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-23.5 + parent: 2 + - uid: 607 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-21.5 + parent: 2 + - uid: 617 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-75.5 + parent: 2 + - uid: 644 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-48.5 + parent: 2 + - uid: 648 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-30.5 + parent: 2 + - uid: 649 + components: + - type: Transform + pos: -2.5,-29.5 + parent: 2 + - uid: 650 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-30.5 + parent: 2 + - uid: 654 + components: + - type: Transform + pos: -1.5,-29.5 + parent: 2 + - uid: 655 + components: + - type: Transform + pos: -3.5,-29.5 + parent: 2 + - uid: 657 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-48.5 + parent: 2 + - uid: 658 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-50.5 + parent: 2 + - uid: 662 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-50.5 + parent: 2 + - uid: 702 + components: + - type: Transform + pos: 1.5,-29.5 + parent: 2 + - uid: 703 + components: + - type: Transform + pos: 2.5,-29.5 + parent: 2 + - uid: 704 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-30.5 + parent: 2 + - uid: 705 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-30.5 + parent: 2 + - uid: 708 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-23.5 + parent: 2 + - uid: 711 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-21.5 + parent: 2 + - uid: 713 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-21.5 + parent: 2 + - uid: 822 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-163.5 + parent: 2 + - uid: 885 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-159.5 + parent: 2 + - uid: 1450 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-75.5 + parent: 2 + - uid: 1452 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-77.5 + parent: 2 + - uid: 1453 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-75.5 + parent: 2 + - uid: 1455 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-77.5 + parent: 2 + - uid: 1925 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-159.5 + parent: 2 + - uid: 1926 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-158.5 + parent: 2 + - uid: 1943 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-322.5 + parent: 2 + - uid: 2008 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-102.5 + parent: 2 + - uid: 2009 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-102.5 + parent: 2 + - uid: 2010 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-104.5 + parent: 2 + - uid: 2011 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-104.5 + parent: 2 + - uid: 2077 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-124.5 + parent: 2 + - uid: 2179 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-323.5 + parent: 2 + - uid: 2240 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-124.5 + parent: 2 + - uid: 2241 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-124.5 + parent: 2 + - uid: 2242 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-124.5 + parent: 2 + - uid: 2278 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-325.5 + parent: 2 + - uid: 2333 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-266.5 + parent: 2 + - uid: 2394 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-264.5 + parent: 2 + - uid: 2447 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-129.5 + parent: 2 + - uid: 2448 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-131.5 + parent: 2 + - uid: 2450 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-131.5 + parent: 2 + - uid: 2452 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-129.5 + parent: 2 + - uid: 2483 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-323.5 + parent: 2 + - uid: 2654 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-75.5 + parent: 2 + - uid: 2656 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-322.5 + parent: 2 + - uid: 2686 + components: + - type: Transform + pos: 3.5,-137.5 + parent: 2 + - uid: 2792 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-157.5 + parent: 2 + - uid: 2847 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-156.5 + parent: 2 + - uid: 2848 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-156.5 + parent: 2 + - uid: 2849 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-158.5 + parent: 2 + - uid: 2850 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-158.5 + parent: 2 + - uid: 2861 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-155.5 + parent: 2 + - uid: 3163 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-261.5 + parent: 2 + - uid: 3216 + components: + - type: Transform + pos: -11.5,-242.5 + parent: 2 + - uid: 3217 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-244.5 + parent: 2 + - uid: 3503 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-77.5 + parent: 2 + - uid: 3504 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-132.5 + parent: 2 + - uid: 3543 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-183.5 + parent: 2 + - uid: 3544 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-185.5 + parent: 2 + - uid: 3545 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-185.5 + parent: 2 + - uid: 3546 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-183.5 + parent: 2 + - uid: 3555 + components: + - type: Transform + pos: -8.5,-242.5 + parent: 2 + - uid: 3601 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-244.5 + parent: 2 + - uid: 3645 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-244.5 + parent: 2 + - uid: 3739 + components: + - type: Transform + pos: -9.5,-242.5 + parent: 2 + - uid: 3836 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-237.5 + parent: 2 + - uid: 3851 + components: + - type: Transform + pos: -7.5,-242.5 + parent: 2 + - uid: 4040 + components: + - type: Transform + pos: -10.5,-242.5 + parent: 2 + - uid: 4110 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-244.5 + parent: 2 + - uid: 4188 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-249.5 + parent: 2 + - uid: 4209 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-249.5 + parent: 2 + - uid: 4217 + components: + - type: Transform + pos: -11.5,-247.5 + parent: 2 + - uid: 4218 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-261.5 + parent: 2 + - uid: 4219 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-261.5 + parent: 2 + - uid: 4419 + components: + - type: Transform + pos: -10.5,-247.5 + parent: 2 + - uid: 4597 + components: + - type: Transform + pos: -8.5,-259.5 + parent: 2 + - uid: 4630 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-75.5 + parent: 2 + - uid: 4685 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-77.5 + parent: 2 + - uid: 4690 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-212.5 + parent: 2 + - uid: 4692 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-210.5 + parent: 2 + - uid: 4693 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-210.5 + parent: 2 + - uid: 4695 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-212.5 + parent: 2 + - uid: 4735 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-48.5 + parent: 2 + - uid: 4750 + components: + - type: Transform + pos: -9.5,-259.5 + parent: 2 + - uid: 5012 + components: + - type: Transform + pos: -5.5,-131.5 + parent: 2 + - uid: 6188 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-165.5 + parent: 2 + - uid: 6304 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-185.5 + parent: 2 + - uid: 6518 + components: + - type: Transform + pos: -9.5,-166.5 + parent: 2 + - uid: 6625 + components: + - type: Transform + pos: -9.5,-247.5 + parent: 2 + - uid: 6650 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-261.5 + parent: 2 + - uid: 6667 + components: + - type: Transform + pos: -11.5,-259.5 + parent: 2 + - uid: 6671 + components: + - type: Transform + pos: -10.5,-259.5 + parent: 2 + - uid: 6745 + components: + - type: Transform + pos: -9.5,-161.5 + parent: 2 + - uid: 7439 + components: + - type: Transform + pos: 12.5,-247.5 + parent: 2 + - uid: 7440 + components: + - type: Transform + pos: 13.5,-247.5 + parent: 2 + - uid: 7450 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-151.5 + parent: 2 + - uid: 7721 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-239.5 + parent: 2 + - uid: 7722 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-237.5 + parent: 2 + - uid: 7724 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-239.5 + parent: 2 + - uid: 7742 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-244.5 + parent: 2 + - uid: 7915 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-244.5 + parent: 2 + - uid: 7916 + components: + - type: Transform + pos: 9.5,-242.5 + parent: 2 + - uid: 7917 + components: + - type: Transform + pos: 10.5,-242.5 + parent: 2 + - uid: 7918 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-257.5 + parent: 2 + - uid: 7922 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-257.5 + parent: 2 + - uid: 7937 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-164.5 + parent: 2 + - uid: 8136 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-264.5 + parent: 2 + - uid: 8137 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-266.5 + parent: 2 + - uid: 8138 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-266.5 + parent: 2 + - uid: 8139 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-264.5 + parent: 2 + - uid: 8176 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-261.5 + parent: 2 + - uid: 8204 + components: + - type: Transform + pos: 10.5,-259.5 + parent: 2 + - uid: 8220 + components: + - type: Transform + pos: 13.5,-242.5 + parent: 2 + - uid: 8421 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-361.5 + parent: 2 + - uid: 8479 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-249.5 + parent: 2 + - uid: 8824 + components: + - type: Transform + pos: 13.5,-259.5 + parent: 2 + - uid: 8945 + components: + - type: Transform + pos: 11.5,-259.5 + parent: 2 + - uid: 8947 + components: + - type: Transform + pos: 12.5,-259.5 + parent: 2 + - uid: 9344 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-291.5 + parent: 2 + - uid: 9345 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-293.5 + parent: 2 + - uid: 9346 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-293.5 + parent: 2 + - uid: 9347 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-291.5 + parent: 2 + - uid: 9393 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-168.5 + parent: 2 + - uid: 9854 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-257.5 + parent: 2 + - uid: 10096 + components: + - type: Transform + pos: 11.5,-242.5 + parent: 2 + - uid: 10103 + components: + - type: Transform + pos: -1.5,-304.5 + parent: 2 + - uid: 10104 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-304.5 + parent: 2 + - uid: 10105 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-300.5 + parent: 2 + - uid: 10108 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-300.5 + parent: 2 + - uid: 10134 + components: + - type: Transform + pos: 12.5,-242.5 + parent: 2 + - uid: 10143 + components: + - type: Transform + pos: 11.5,-247.5 + parent: 2 + - uid: 10159 + components: + - type: Transform + pos: 10.5,-247.5 + parent: 2 + - uid: 10170 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-244.5 + parent: 2 + - uid: 10276 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-244.5 + parent: 2 + - uid: 10328 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-244.5 + parent: 2 + - uid: 10330 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-261.5 + parent: 2 + - uid: 10532 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-77.5 + parent: 2 + - uid: 10578 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-323.5 + parent: 2 + - uid: 10579 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-325.5 + parent: 2 + - uid: 10580 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-325.5 + parent: 2 + - uid: 10581 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-323.5 + parent: 2 + - uid: 11732 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-379.5 + parent: 2 + - uid: 11817 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-379.5 + parent: 2 + - uid: 11818 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-377.5 + parent: 2 + - uid: 12064 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-183.5 + parent: 2 + - uid: 12094 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-261.5 + parent: 2 + - uid: 12342 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-325.5 + parent: 2 + - uid: 12567 + components: + - type: Transform + pos: -8.5,-161.5 + parent: 2 + - uid: 12880 + components: + - type: Transform + pos: 0.5,-366.5 + parent: 2 + - uid: 12881 + components: + - type: Transform + pos: -0.5,-366.5 + parent: 2 + - uid: 13350 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-257.5 + parent: 2 + - uid: 13379 + components: + - type: Transform + pos: 11.5,-80.5 + parent: 2 + - uid: 13458 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-136.5 + parent: 2 + - uid: 14026 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-129.5 + parent: 2 + - uid: 14029 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-142.5 + parent: 2 + - uid: 14030 + components: + - type: Transform + pos: 10.5,-140.5 + parent: 2 + - uid: 14037 + components: + - type: Transform + pos: 11.5,-140.5 + parent: 2 + - uid: 14039 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-142.5 + parent: 2 + - uid: 14040 + components: + - type: Transform + pos: 10.5,-149.5 + parent: 2 + - uid: 14041 + components: + - type: Transform + pos: 11.5,-149.5 + parent: 2 + - uid: 14042 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-151.5 + parent: 2 + - uid: 14043 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-308.5 + parent: 2 + - uid: 14044 + components: + - type: Transform + pos: 14.5,-306.5 + parent: 2 + - uid: 14045 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-308.5 + parent: 2 + - uid: 14046 + components: + - type: Transform + pos: 16.5,-306.5 + parent: 2 + - uid: 14047 + components: + - type: Transform + pos: 15.5,-306.5 + parent: 2 + - uid: 14048 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-308.5 + parent: 2 + - uid: 14085 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-136.5 + parent: 2 + - uid: 14086 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-135.5 + parent: 2 + - uid: 14087 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-134.5 + parent: 2 + - uid: 14088 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-133.5 + parent: 2 + - uid: 14092 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-65.5 + parent: 2 + - uid: 14261 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-71.5 + parent: 2 + - uid: 14262 + components: + - type: Transform + pos: 10.5,-80.5 + parent: 2 + - uid: 14263 + components: + - type: Transform + pos: 9.5,-80.5 + parent: 2 + - uid: 14264 + components: + - type: Transform + pos: 8.5,-80.5 + parent: 2 + - uid: 14266 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-82.5 + parent: 2 + - uid: 14267 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-82.5 + parent: 2 + - uid: 14268 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-82.5 + parent: 2 + - uid: 14269 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-82.5 + parent: 2 + - uid: 14270 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-71.5 + parent: 2 + - uid: 14271 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-71.5 + parent: 2 + - uid: 14273 + components: + - type: Transform + pos: 9.5,-69.5 + parent: 2 + - uid: 14274 + components: + - type: Transform + pos: 10.5,-69.5 + parent: 2 + - uid: 14275 + components: + - type: Transform + pos: 11.5,-69.5 + parent: 2 + - uid: 14283 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-163.5 + parent: 2 + - uid: 14332 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-65.5 + parent: 2 + - uid: 14604 + components: + - type: Transform + pos: -10.5,-131.5 + parent: 2 + - uid: 14608 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-244.5 + parent: 2 + - uid: 14610 + components: + - type: Transform + pos: -9.5,-131.5 + parent: 2 + - uid: 14611 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-168.5 + parent: 2 + - uid: 14733 + components: + - type: Transform + pos: -8.5,-131.5 + parent: 2 + - uid: 14750 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-23.5 + parent: 2 + - uid: 14752 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-21.5 + parent: 2 + - uid: 14756 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-23.5 + parent: 2 + - uid: 14758 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-21.5 + parent: 2 + - uid: 14759 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-21.5 + parent: 2 + - uid: 14761 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-23.5 + parent: 2 + - uid: 14765 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-50.5 + parent: 2 + - uid: 14767 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-48.5 + parent: 2 + - uid: 14769 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-50.5 + parent: 2 + - uid: 14782 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-75.5 + parent: 2 + - uid: 14784 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-77.5 + parent: 2 + - uid: 14849 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-104.5 + parent: 2 + - uid: 14850 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-102.5 + parent: 2 + - uid: 14851 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-104.5 + parent: 2 + - uid: 14852 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-102.5 + parent: 2 + - uid: 14853 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-104.5 + parent: 2 + - uid: 14854 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-102.5 + parent: 2 + - uid: 14855 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-102.5 + parent: 2 + - uid: 14856 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-104.5 + parent: 2 + - uid: 14876 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-131.5 + parent: 2 + - uid: 14878 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-132.5 + parent: 2 + - uid: 14879 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-131.5 + parent: 2 + - uid: 14881 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-129.5 + parent: 2 + - uid: 14883 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-131.5 + parent: 2 + - uid: 14884 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-129.5 + parent: 2 + - uid: 14887 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-131.5 + parent: 2 + - uid: 14888 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-129.5 + parent: 2 + - uid: 14903 + components: + - type: Transform + pos: -7.5,-131.5 + parent: 2 + - uid: 14908 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-133.5 + parent: 2 + - uid: 14909 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-133.5 + parent: 2 + - uid: 14910 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-134.5 + parent: 2 + - uid: 14918 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-136.5 + parent: 2 + - uid: 14931 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-137.5 + parent: 2 + - uid: 14932 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-138.5 + parent: 2 + - uid: 14933 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-139.5 + parent: 2 + - uid: 14934 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-140.5 + parent: 2 + - uid: 14935 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-141.5 + parent: 2 + - uid: 14936 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-142.5 + parent: 2 + - uid: 14937 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-143.5 + parent: 2 + - uid: 14938 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-144.5 + parent: 2 + - uid: 14939 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-145.5 + parent: 2 + - uid: 14940 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-146.5 + parent: 2 + - uid: 14941 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-147.5 + parent: 2 + - uid: 14942 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-148.5 + parent: 2 + - uid: 14943 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-149.5 + parent: 2 + - uid: 14944 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-150.5 + parent: 2 + - uid: 14945 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-151.5 + parent: 2 + - uid: 14977 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-156.5 + parent: 2 + - uid: 14981 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-157.5 + parent: 2 + - uid: 14982 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-157.5 + parent: 2 + - uid: 14983 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-156.5 + parent: 2 + - uid: 14984 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-155.5 + parent: 2 + - uid: 14985 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-155.5 + parent: 2 + - uid: 14986 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-154.5 + parent: 2 + - uid: 14987 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-153.5 + parent: 2 + - uid: 14988 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-152.5 + parent: 2 + - uid: 14989 + components: + - type: Transform + pos: -7.5,-153.5 + parent: 2 + - uid: 14990 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-153.5 + parent: 2 + - uid: 15039 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-185.5 + parent: 2 + - uid: 15041 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-183.5 + parent: 2 + - uid: 15050 + components: + - type: Transform + pos: 8.5,-189.5 + parent: 2 + - uid: 15051 + components: + - type: Transform + pos: 9.5,-189.5 + parent: 2 + - uid: 15052 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-190.5 + parent: 2 + - uid: 15053 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-191.5 + parent: 2 + - uid: 15054 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-192.5 + parent: 2 + - uid: 15055 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-193.5 + parent: 2 + - uid: 15056 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-194.5 + parent: 2 + - uid: 15057 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-195.5 + parent: 2 + - uid: 15058 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-196.5 + parent: 2 + - uid: 15059 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-197.5 + parent: 2 + - uid: 15060 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-198.5 + parent: 2 + - uid: 15061 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-199.5 + parent: 2 + - uid: 15062 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-200.5 + parent: 2 + - uid: 15063 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-201.5 + parent: 2 + - uid: 15064 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-202.5 + parent: 2 + - uid: 15065 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-203.5 + parent: 2 + - uid: 15066 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-204.5 + parent: 2 + - uid: 15067 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-205.5 + parent: 2 + - uid: 15068 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-206.5 + parent: 2 + - uid: 15069 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-206.5 + parent: 2 + - uid: 15070 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-202.5 + parent: 2 + - uid: 15071 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-201.5 + parent: 2 + - uid: 15072 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-204.5 + parent: 2 + - uid: 15073 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-203.5 + parent: 2 + - uid: 15074 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-202.5 + parent: 2 + - uid: 15075 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-193.5 + parent: 2 + - uid: 15076 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-192.5 + parent: 2 + - uid: 15077 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-191.5 + parent: 2 + - uid: 15078 + components: + - type: Transform + pos: 11.5,-194.5 + parent: 2 + - uid: 15079 + components: + - type: Transform + pos: 10.5,-193.5 + parent: 2 + - uid: 15080 + components: + - type: Transform + pos: 8.5,-204.5 + parent: 2 + - uid: 15081 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-191.5 + parent: 2 + - uid: 15113 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-156.5 + parent: 2 + - uid: 15114 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-156.5 + parent: 2 + - uid: 15115 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-158.5 + parent: 2 + - uid: 15116 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-159.5 + parent: 2 + - uid: 15149 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-267.5 + parent: 2 + - uid: 15150 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-266.5 + parent: 2 + - uid: 15151 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-264.5 + parent: 2 + - uid: 15189 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-293.5 + parent: 2 + - uid: 15190 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-291.5 + parent: 2 + - uid: 15191 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-293.5 + parent: 2 + - uid: 15192 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-291.5 + parent: 2 + - uid: 15786 + components: + - type: Transform + pos: -8.5,-166.5 + parent: 2 + - uid: 16514 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-261.5 + parent: 2 + - uid: 16948 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-168.5 + parent: 2 + - uid: 16949 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-167.5 + parent: 2 + - uid: 16951 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-166.5 + parent: 2 + - uid: 16952 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-165.5 + parent: 2 + - uid: 16953 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-164.5 + parent: 2 + - uid: 16954 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-163.5 + parent: 2 + - uid: 16955 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-162.5 + parent: 2 + - uid: 16956 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-161.5 + parent: 2 +- proto: Wirecutter + entities: + - uid: 9673 + components: + - type: Transform + pos: 22.367733,-317.24506 + parent: 2 +- proto: WoodenSupportBeam + entities: + - uid: 2753 + components: + - type: Transform + pos: -4.5,-143.5 + parent: 2 + - uid: 2754 + components: + - type: Transform + pos: -3.5,-145.5 + parent: 2 +- proto: WoodenSupportWallBroken + entities: + - uid: 2755 + components: + - type: Transform + pos: -4.5,-147.5 + parent: 2 +- proto: Wrench + entities: + - uid: 2294 + components: + - type: Transform + pos: -2.6635373,-80.719284 + parent: 2 + - uid: 10023 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.472401,-302.6237 + parent: 2 +... diff --git a/Resources/Prototypes/Entities/Effects/portal.yml b/Resources/Prototypes/Entities/Effects/portal.yml index 19b6fc1be31..eb69ac821f5 100644 --- a/Resources/Prototypes/Entities/Effects/portal.yml +++ b/Resources/Prototypes/Entities/Effects/portal.yml @@ -69,6 +69,38 @@ - type: Portal canTeleportToOtherMaps: true +- type: entity + id: PortalGatewayBlue + parent: BasePortal + components: + - type: Sprite + noRot: true + sprite: Structures/Machines/gateway.rsi + color: SkyBlue + layers: + - state: portal + - type: PointLight + color: SkyBlue + radius: 3 + energy: 1 + netsync: false + +- type: entity + id: PortalGatewayOrange + parent: BasePortal + components: + - type: Sprite + noRot: true + sprite: Structures/Machines/gateway.rsi + color: OrangeRed + layers: + - state: portal + - type: PointLight + color: OrangeRed + radius: 3 + energy: 1 + netsync: false + - type: entity id: ShadowPortal name: shadow rift @@ -90,4 +122,4 @@ range: 6 volume: -3 sound: - path: /Audio/Ambience/anomaly_scary.ogg \ No newline at end of file + path: /Audio/Ambience/anomaly_scary.ogg diff --git a/Resources/Prototypes/Entities/Structures/Decoration/statues.yml b/Resources/Prototypes/Entities/Structures/Decoration/statues.yml index c8806c5d957..1781190e29d 100644 --- a/Resources/Prototypes/Entities/Structures/Decoration/statues.yml +++ b/Resources/Prototypes/Entities/Structures/Decoration/statues.yml @@ -6,6 +6,7 @@ description: An ancient marble statue. The subject is depicted with a floor-length braid and is wielding a red toolbox. components: - type: Sprite + noRot: true sprite: Structures/Decoration/statues.rsi state: venus_red drawdepth: Mobs @@ -19,6 +20,7 @@ description: An ancient marble statue. The subject is depicted with a floor-length braid and is wielding a blue toolbox. components: - type: Sprite + noRot: true sprite: Structures/Decoration/statues.rsi state: venus_blue drawdepth: Mobs @@ -31,6 +33,7 @@ description: A bananium statue. It portrays the return of the savior who will rise up and lead the clowns to the great honk. components: - type: Sprite + noRot: true sprite: Structures/Decoration/statues.rsi state: bananium_clown drawdepth: Mobs diff --git a/Resources/Prototypes/Entities/Structures/Furniture/bench.yml b/Resources/Prototypes/Entities/Structures/Furniture/bench.yml index 76bebd61666..c61f103dda0 100644 --- a/Resources/Prototypes/Entities/Structures/Furniture/bench.yml +++ b/Resources/Prototypes/Entities/Structures/Furniture/bench.yml @@ -49,3 +49,18 @@ - type: Construction graph: Seat node: redComfBench + +- type: entity + id: BenchBlueComfy + suffix: Solo. Blue + parent: BenchComfy + components: + - type: Sprite + layers: + - state: bench_solo_base + color: "#767e82" + - state: bench_solo_cover + color: "#334e6d" + - type: Construction + graph: Seat + node: blueComfBench diff --git a/Resources/Prototypes/Entities/Structures/Lighting/base_lighting.yml b/Resources/Prototypes/Entities/Structures/Lighting/base_lighting.yml index 8dfe02137e4..a6340a8e91b 100644 --- a/Resources/Prototypes/Entities/Structures/Lighting/base_lighting.yml +++ b/Resources/Prototypes/Entities/Structures/Lighting/base_lighting.yml @@ -148,6 +148,11 @@ damage: types: Heat: 5 + - type: PointLight + radius: 15 + energy: 1 + softness: 0.9 + color: "#EEEEFF" - type: entity parent: AlwaysPoweredWallLight @@ -196,6 +201,11 @@ damage: types: Heat: 5 + - type: PointLight + radius: 10 + energy: 2.5 + softness: 0.9 + color: "#FFAF38" - type: entity parent: AlwaysPoweredWallLight @@ -368,6 +378,11 @@ damage: types: Heat: 5 + - type: PointLight + radius: 8 + energy: 3 + softness: 0.5 + color: "#47f8ff" - type: entity id: AlwaysPoweredlightCyan @@ -390,6 +405,11 @@ damage: types: Heat: 5 + - type: PointLight + radius: 8 + energy: 3 + softness: 0.5 + color: "#39a1ff" - type: entity id: AlwaysPoweredlightBlue @@ -412,6 +432,11 @@ damage: types: Heat: 5 + - type: PointLight + radius: 8 + energy: 3 + softness: 0.5 + color: "#ff66cc" - type: entity id: AlwaysPoweredlightPink @@ -434,6 +459,11 @@ damage: types: Heat: 5 + - type: PointLight + radius: 8 + energy: 3 + softness: 0.5 + color: "#ff8227" - type: entity id: AlwaysPoweredlightOrange @@ -456,6 +486,11 @@ damage: types: Heat: 5 + - type: PointLight + radius: 8 + energy: 3 + softness: 0.5 + color: "#fb4747" - type: entity id: AlwaysPoweredlightRed @@ -478,6 +513,11 @@ damage: types: Heat: 5 + - type: PointLight + radius: 8 + energy: 3 + softness: 0.5 + color: "#52ff39" - type: entity id: AlwaysPoweredlightGreen diff --git a/Resources/Prototypes/Entities/Structures/Windows/window.yml b/Resources/Prototypes/Entities/Structures/Windows/window.yml index 9ab770d8bcf..7d4526c5306 100644 --- a/Resources/Prototypes/Entities/Structures/Windows/window.yml +++ b/Resources/Prototypes/Entities/Structures/Windows/window.yml @@ -235,4 +235,4 @@ sprite: Structures/Windows/cracks_diagonal.rsi - type: Construction graph: WindowDiagonal - node: windowDiagonal + node: windowDiagonal \ No newline at end of file diff --git a/Resources/Prototypes/Maps/Pools/default.yml b/Resources/Prototypes/Maps/Pools/default.yml index ef62629a3a2..e2b8c7e6ba3 100644 --- a/Resources/Prototypes/Maps/Pools/default.yml +++ b/Resources/Prototypes/Maps/Pools/default.yml @@ -14,3 +14,4 @@ - Saltern - Packed - Reach + #- Train <- return after station anchoring PR is finished and merged diff --git a/Resources/Prototypes/Maps/train.yml b/Resources/Prototypes/Maps/train.yml new file mode 100644 index 00000000000..57b1ded749b --- /dev/null +++ b/Resources/Prototypes/Maps/train.yml @@ -0,0 +1,62 @@ +- type: gameMap + id: Train + mapName: 'Train' + mapPath: /Maps/train.yml + minPlayers: 10 + maxPlayers: 50 + stations: + Train: + stationProto: StandardNanotrasenStation + components: + - type: StationNameSetup + mapNameTemplate: 'Train "Sentipode" {0}-{1}' + nameGenerator: + !type:NanotrasenNameGenerator + prefixCreator: 'ED' + - type: StationEmergencyShuttle + emergencyShuttlePath: /Maps/Shuttles/emergency_omega.yml # To do - add railway station + - type: StationJobs + overflowJobs: + - Passenger + availableJobs: + #service + Captain: [ 1, 1 ] + HeadOfPersonnel: [ 1, 1 ] + Bartender: [ 1, 1 ] + Botanist: [ 2, 2 ] + Chef: [ 1, 1 ] + Janitor: [ 1, 2 ] + Chaplain: [ 1, 1 ] + Librarian: [ 1, 1 ] + ServiceWorker: [ 2, 3 ] + Detective: [ 1, 1 ] + #engineering + ChiefEngineer: [ 1, 1 ] + AtmosphericTechnician: [ 3, 3 ] + StationEngineer: [ 5, 5 ] + TechnicalAssistant: [ 3, 3 ] + #medical + ChiefMedicalOfficer: [ 1, 1 ] + Chemist: [ 2, 2 ] + MedicalDoctor: [ 3, 3 ] + MedicalIntern: [ 2, 2 ] + #science + ResearchDirector: [ 1, 1 ] + Scientist: [ 4, 4 ] + ResearchAssistant: [ 2, 2 ] + #security + HeadOfSecurity: [ 1, 1 ] + Warden: [ 1, 1 ] + SecurityOfficer: [ 4, 4 ] + SecurityCadet: [ 2, 3 ] + Lawyer: [ 1, 2 ] + #supply + Quartermaster: [ 1, 1 ] + SalvageSpecialist: [ 2, 2 ] + CargoTechnician: [ 2, 2 ] + #civilian + Passenger: [ -1, -1 ] + Clown: [ 1, 1 ] + Mime: [ 1, 1 ] + Musician: [ 1, 1 ] + Borg: [ 2, 2 ] diff --git a/Resources/Prototypes/Parallaxes/train.yml b/Resources/Prototypes/Parallaxes/train.yml new file mode 100644 index 00000000000..e506043c852 --- /dev/null +++ b/Resources/Prototypes/Parallaxes/train.yml @@ -0,0 +1,68 @@ +- type: parallax + id: TrainStation + layers: + - texture: + !type:ImageParallaxTextureSource + path: "/Textures/Parallaxes/AspidParallaxBG.png" + slowness: 0.998046875 + scale: "0.5, 0.5" + scrolling: "0, -0.098046875" + - texture: + !type:GeneratedParallaxTextureSource + id: "hq_wizard_stars" + configPath: "/Prototypes/Parallaxes/parallax_config_stars.toml" + slowness: 0.996625 + scrolling: "0, -0.196625" + - texture: + !type:GeneratedParallaxTextureSource + id: "hq_wizard_stars_dim" + configPath: "/Prototypes/Parallaxes/parallax_config_stars_dim.toml" + slowness: 0.989375 + scrolling: "0, -0.209375" + - texture: + !type:GeneratedParallaxTextureSource + id: "hq_wizard_stars_faster" + configPath: "/Prototypes/Parallaxes/parallax_config_stars-2.toml" + slowness: 0.987265625 + scrolling: "0, -0.287265625" + - texture: + !type:GeneratedParallaxTextureSource + id: "hq_wizard_stars_dim_faster" + configPath: "/Prototypes/Parallaxes/parallax_config_stars_dim-2.toml" + slowness: 0.984352 + scrolling: "0, -0.384352" + - texture: + !type:ImageParallaxTextureSource + path: "/Textures/Parallaxes/AspidParallaxBG.png" + slowness: 0.978046875 + scrolling: "0, -0.578046875" + scale: "1, 1" + tiled: false + - texture: + !type:ImageParallaxTextureSource + path: "/Textures/Parallaxes/Asteroids.png" + slowness: 0.968046875 + scrolling: "0, -0.568046875" + scale: "1.3, 1.3" + worldHomePosition: "-624, 333" + - texture: + !type:ImageParallaxTextureSource + path: "/Textures/Parallaxes/AspidParallaxNeb.png" + slowness: 0.969046875 + scrolling: "0, -0.569046875" + scale: "0.5, 0.5" + worldHomePosition: "0, 0" + - texture: + !type:ImageParallaxTextureSource + path: "/Textures/Parallaxes/Asteroids.png" + slowness: 0.938046875 + scrolling: "0, -0.708046875" + scale: "1, 1" + layersLQ: + - texture: + !type:GeneratedParallaxTextureSource + id: "" + configPath: "/Prototypes/Parallaxes/parallax_config.toml" + slowness: 0.875 + scrolling: "0, -0.475" + layersLQUseHQ: false diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/furniture/seats.yml b/Resources/Prototypes/Recipes/Construction/Graphs/furniture/seats.yml index 9089de34e81..53d4ba70085 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/furniture/seats.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/furniture/seats.yml @@ -70,6 +70,13 @@ doAfter: 1 - material: Cloth amount: 1 + - to: blueComfBench + steps: + - material: Steel + amount: 2 + doAfter: 1 + - material: Cloth + amount: 1 - node: chair entity: Chair @@ -219,3 +226,20 @@ doAfter: 1 - tool: Screwing doAfter: 1 + + - node: blueComfBench + entity: BenchBlueComfy + edges: + - to: start + completed: + - !type:SpawnPrototype + prototype: SheetSteel1 + amount: 2 + - !type:SpawnPrototype + prototype: MaterialCloth1 + amount: 1 + steps: + - tool: Cutting + doAfter: 1 + - tool: Screwing + doAfter: 1 diff --git a/Resources/Prototypes/Recipes/Construction/furniture.yml b/Resources/Prototypes/Recipes/Construction/furniture.yml index efe85a8546a..19558c461b9 100644 --- a/Resources/Prototypes/Recipes/Construction/furniture.yml +++ b/Resources/Prototypes/Recipes/Construction/furniture.yml @@ -220,6 +220,23 @@ conditions: - !type:TileNotBlocked +- type: construction + name: comfortable blue bench + id: BlueComfBench + graph: Seat + startNode: start + targetNode: blueComfBench + category: construction-category-furniture + description: A bench with an extremely comfortable backrest. + icon: + sprite: Structures/Furniture/Bench/comf_bench.rsi + state: full + objectType: Structure + placementMode: SnapgridCenter + canBuildInImpassable: false + conditions: + - !type:TileNotBlocked + #tables - type: construction name: steel table diff --git a/Resources/Prototypes/Tiles/floors.yml b/Resources/Prototypes/Tiles/floors.yml index 214ee617e9e..431345b7bc5 100644 --- a/Resources/Prototypes/Tiles/floors.yml +++ b/Resources/Prototypes/Tiles/floors.yml @@ -1805,6 +1805,7 @@ collection: FootstepHull itemDrop: FloorTileItemSteel heatCapacity: 100000 #/tg/ has this set as "INFINITY." I don't know if that exists here so I've just added an extra 0 + indestructible: true - type: tile id: FloorReinforcedHardened diff --git a/Resources/Prototypes/Tiles/plating.yml b/Resources/Prototypes/Tiles/plating.yml index 3164e77fd22..5e888fbf6ee 100644 --- a/Resources/Prototypes/Tiles/plating.yml +++ b/Resources/Prototypes/Tiles/plating.yml @@ -73,3 +73,18 @@ itemDrop: PartRodMetal1 heatCapacity: 10000 +- type: tile + id: TrainLattice + name: tiles-lattice-train + sprite: /Textures/Tiles/latticeTrain.png + baseTurf: Space + isSubfloor: true + deconstructTools: [ Cutting ] + weather: true + footstepSounds: + collection: FootstepPlating + friction: 0.3 + isSpace: true + itemDrop: PartRodMetal1 + heatCapacity: 10000 + diff --git a/Resources/Prototypes/audio.yml b/Resources/Prototypes/audio.yml index a755470cc69..9e2d5be4e6a 100644 --- a/Resources/Prototypes/audio.yml +++ b/Resources/Prototypes/audio.yml @@ -25,6 +25,15 @@ rules: NearPrayable priority: 4 +- type: ambientMusic + id: Train + sound: + params: + volume: -8 + collection: AmbienceTrain + rules: NearTrain + priority: 4 + # Departments - type: ambientMusic id: Medical @@ -205,6 +214,16 @@ - /Audio/Ambience/ambiruin6.ogg - /Audio/Ambience/ambiruin7.ogg +- type: soundCollection + id: AmbienceTrain + files: + - /Audio/Ambience/ambitrain1.ogg + - /Audio/Ambience/ambitrain2.ogg + - /Audio/Ambience/ambitrain3.ogg + - /Audio/Ambience/ambiruin3.ogg + - /Audio/Ambience/ambiruin5.ogg + - /Audio/Ambience/ambiruin6.ogg + - type: soundCollection id: AmbienceSpookyFog files: @@ -262,6 +281,16 @@ - Plating range: 2 +- type: rules + id: NearTrain + rules: + - !type:NearbyTilesPercentRule + ignoreAnchored: true + percent: 0.05 + tiles: + - TrainLattice + range: 4 + - type: rules id: NearMedical rules: diff --git a/Resources/Textures/Parallaxes/Asteroids.png b/Resources/Textures/Parallaxes/Asteroids.png new file mode 100644 index 0000000000000000000000000000000000000000..fd5f4b6e150db21b02d5dd7eb3e573432b5244db GIT binary patch literal 18517 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

|C`6h5tFP$y!*Nb$rXNcD6tYtTHEzbTtI#@Yh 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Parallaxes/attributions.yml b/Resources/Textures/Parallaxes/attributions.yml index 1759a9c2491..28e7b9362ec 100644 --- a/Resources/Textures/Parallaxes/attributions.yml +++ b/Resources/Textures/Parallaxes/attributions.yml @@ -13,8 +13,12 @@ copyright: "made by brainfood1183 (github) for ss14" source: "https://github.com/space-wizards/space-station-14/blob/master/Resources/Textures/Parallaxes/gas_giant.png" +- files: ["Asteroids.png"] + license: "CC-BY-NC-SA-3.0" + copyright: "taken from tgstation on https://github.com/tgstation/tgstation/commit/3df5d3b42bfb6b3b5adba1067ab41f83816255bb from parallax.dmi" + source: "https://github.com/tgstation/tgstation" + - files: ["core_planet.png"] license: "CC-BY-NC-SA-3.0" copyright: "Drawn by Ubaser" - source: "https://github.com/space-wizards/space-station-14/blob/master/Resources/Textures/Parallaxes/core_planet.png" - + source: "https://github.com/space-wizards/space-station-14/blob/master/Resources/Textures/Parallaxes/core_planet.png" \ No newline at end of file diff --git a/Resources/Textures/Tiles/attributions.yml b/Resources/Textures/Tiles/attributions.yml index e9795a358bc..622565f2511 100644 --- a/Resources/Textures/Tiles/attributions.yml +++ b/Resources/Textures/Tiles/attributions.yml @@ -115,3 +115,8 @@ license: "CC-BY-SA-3.0" copyright: "taken at https://github.com/ParadiseSS13/Paradise/commit/43889a89d5a9378fd120d627f74613edb1841a66" source: "https://github.com/ParadiseSS13/Paradise" + +- files: ["latticeTrain.png"] + license: "CC0-1.0" + copyright: "Created by TheShuEd (github) for space-station-14." + source: "https://github.com/space-wizards/space-station-14/pull/ED_INSERT_PR_CODE_HERE!" diff --git a/Resources/Textures/Tiles/latticeTrain.png b/Resources/Textures/Tiles/latticeTrain.png new file mode 100644 index 0000000000000000000000000000000000000000..72905e4a41b6772dd8bbbc67c89ea41623e685f6 GIT binary patch literal 793 zcmV+!1LpjRP)Px%(@8`@R9J<*R!wW;Fc5t%a${rIvq^x{LH5EFzkNgWnb zn}}!+S*eozB`>@CPWEU#^E`T*kplo>81n6Qi!@DHmfU+=Mfm&A=G59!6b*D-1*a`ud6_ zNd{v9BWHnt&55y%r8S}q`u2@H+U?PkM8Q`zly@(+(i(I8<{p$36Ih~#aP zt*UDri$WW_Wm%5D4|J7HO)e%|9LF*N%`!(26C}o5Zpdo2;-}LI>IhZ4ng-L za1*-OF^QP%Q4}FfQ<(rjqZ6uK&a@>-(z{LwL7JwG<4F#O0{~sQ!q$a2j`9Bf4gfH> zL_j3&T9*X!Ja^0ys&=pF>4|%ji4>vPy7N4DR3CP|YSkRo3EPg2P`Njm;Bh)_2gl3uZIGu9O^T4iG0N<0&^E?#iGd|B}nf$LeA^`Y2pPj0z02tTqs?w5= zg*5>|0=WI5&`VqLKbi$&V3T0zhTTfQc7zVKT1u(42nT0D8`Nug7e-fLjB;(r+E()y XF|_8SBM?^q00000NkvXXu0mjfy)I{) literal 0 HcmV?d00001 From 79dc4e4d6f918b2d56ae5e1909f2ccdbc552014c Mon Sep 17 00:00:00 2001 From: Golinth Date: Tue, 20 Feb 2024 16:26:48 -0600 Subject: [PATCH 045/101] Mindshield outline flashes, (#25409) * Add animation support to status icons Animated like any other entity. Change the png to have all frames, add delays in meta.json, and you're good to go. * Dirty "fix" for the crashing. Still have no idea why files cannot be read without changing their path in the yaml. * Sloth review ig I still have no idea why it wont work with /Textures/ missing as a prefix. --- .../StatusIcon/StatusIconOverlay.cs | 6 +- Resources/Prototypes/StatusEffects/health.yml | 2 +- Resources/Prototypes/StatusEffects/hunger.yml | 12 +- Resources/Prototypes/StatusEffects/job.yml | 106 +++++++++--------- Resources/Prototypes/StatusIcon/antag.yml | 10 +- Resources/Prototypes/StatusIcon/debug.yml | 6 +- .../Misc/job_icons.rsi/MindShield.png | Bin 4452 -> 4717 bytes .../Interface/Misc/job_icons.rsi/meta.json | 8 +- 8 files changed, 79 insertions(+), 71 deletions(-) diff --git a/Content.Client/StatusIcon/StatusIconOverlay.cs b/Content.Client/StatusIcon/StatusIconOverlay.cs index 0d13baef936..1cfb4c2a558 100644 --- a/Content.Client/StatusIcon/StatusIconOverlay.cs +++ b/Content.Client/StatusIcon/StatusIconOverlay.cs @@ -5,6 +5,7 @@ using Robust.Shared.Enums; using System.Numerics; using Robust.Shared.Prototypes; +using Robust.Shared.Timing; namespace Content.Client.StatusIcon; @@ -12,6 +13,7 @@ public sealed class StatusIconOverlay : Overlay { [Dependency] private readonly IEntityManager _entity = default!; [Dependency] private readonly IPrototypeManager _prototype = default!; + [Dependency] private readonly IGameTiming _timing = default!; private readonly SpriteSystem _sprite; private readonly TransformSystem _transform; @@ -72,7 +74,9 @@ protected override void Draw(in OverlayDrawArgs args) foreach (var proto in icons) { - var texture = _sprite.Frame0(proto.Icon); + + var curTime = _timing.RealTime; + var texture = _sprite.GetFrame(proto.Icon, curTime); float yOffset; float xOffset; diff --git a/Resources/Prototypes/StatusEffects/health.yml b/Resources/Prototypes/StatusEffects/health.yml index 2ab90e75824..0a1df020c05 100644 --- a/Resources/Prototypes/StatusEffects/health.yml +++ b/Resources/Prototypes/StatusEffects/health.yml @@ -2,6 +2,6 @@ id: HealthIconFine priority: 1 icon: - sprite: Interface/Misc/health_icons.rsi + sprite: /Textures/Interface/Misc/health_icons.rsi state: Fine locationPreference: Right \ No newline at end of file diff --git a/Resources/Prototypes/StatusEffects/hunger.yml b/Resources/Prototypes/StatusEffects/hunger.yml index 294a7659b18..64366657132 100644 --- a/Resources/Prototypes/StatusEffects/hunger.yml +++ b/Resources/Prototypes/StatusEffects/hunger.yml @@ -3,7 +3,7 @@ id: HungerIconOverfed priority: 5 icon: - sprite: Interface/Misc/food_icons.rsi + sprite: /Textures/Interface/Misc/food_icons.rsi state: overfed locationPreference: Right @@ -11,7 +11,7 @@ id: HungerIconPeckish priority: 5 icon: - sprite: Interface/Misc/food_icons.rsi + sprite: /Textures/Interface/Misc/food_icons.rsi state: peckish locationPreference: Right @@ -19,7 +19,7 @@ id: HungerIconStarving priority: 5 icon: - sprite: Interface/Misc/food_icons.rsi + sprite: /Textures/Interface/Misc/food_icons.rsi state: starving locationPreference: Right @@ -28,7 +28,7 @@ id: ThirstIconOverhydrated priority: 5 icon: - sprite: Interface/Misc/food_icons.rsi + sprite: /Textures/Interface/Misc/food_icons.rsi state: overhydrated locationPreference: Left @@ -36,7 +36,7 @@ id: ThirstIconThirsty priority: 5 icon: - sprite: Interface/Misc/food_icons.rsi + sprite: /Textures/Interface/Misc/food_icons.rsi state: thirsty locationPreference: Left @@ -44,6 +44,6 @@ id: ThirstIconParched priority: 5 icon: - sprite: Interface/Misc/food_icons.rsi + sprite: /Textures/Interface/Misc/food_icons.rsi state: parched locationPreference: Left diff --git a/Resources/Prototypes/StatusEffects/job.yml b/Resources/Prototypes/StatusEffects/job.yml index 2e8e5bc2555..0811877ab5b 100644 --- a/Resources/Prototypes/StatusEffects/job.yml +++ b/Resources/Prototypes/StatusEffects/job.yml @@ -8,369 +8,369 @@ parent: JobIcon id: JobIconDetective icon: - sprite: Interface/Misc/job_icons.rsi + sprite: /Textures/Interface/Misc/job_icons.rsi state: Detective - type: statusIcon parent: JobIcon id: JobIconQuarterMaster icon: - sprite: Interface/Misc/job_icons.rsi + sprite: /Textures/Interface/Misc/job_icons.rsi state: QuarterMaster - type: statusIcon parent: JobIcon id: JobIconBorg icon: - sprite: Interface/Misc/job_icons.rsi + sprite: /Textures/Interface/Misc/job_icons.rsi state: Borg - type: statusIcon parent: JobIcon id: JobIconBotanist icon: - sprite: Interface/Misc/job_icons.rsi + sprite: /Textures/Interface/Misc/job_icons.rsi state: Botanist - type: statusIcon parent: JobIcon id: JobIconBoxer icon: - sprite: Interface/Misc/job_icons.rsi + sprite: /Textures/Interface/Misc/job_icons.rsi state: Boxer - type: statusIcon parent: JobIcon id: JobIconAtmosphericTechnician icon: - sprite: Interface/Misc/job_icons.rsi + sprite: /Textures/Interface/Misc/job_icons.rsi state: AtmosphericTechnician - type: statusIcon parent: JobIcon id: JobIconNanotrasen icon: - sprite: Interface/Misc/job_icons.rsi + sprite: /Textures/Interface/Misc/job_icons.rsi state: Nanotrasen - type: statusIcon parent: JobIcon id: JobIconPrisoner icon: - sprite: Interface/Misc/job_icons.rsi + sprite: /Textures/Interface/Misc/job_icons.rsi state: Prisoner - type: statusIcon parent: JobIcon id: JobIconJanitor icon: - sprite: Interface/Misc/job_icons.rsi + sprite: /Textures/Interface/Misc/job_icons.rsi state: Janitor - type: statusIcon parent: JobIcon id: JobIconChemist icon: - sprite: Interface/Misc/job_icons.rsi + sprite: /Textures/Interface/Misc/job_icons.rsi state: Chemist - type: statusIcon parent: JobIcon id: JobIconStationEngineer icon: - sprite: Interface/Misc/job_icons.rsi + sprite: /Textures/Interface/Misc/job_icons.rsi state: StationEngineer - type: statusIcon parent: JobIcon id: JobIconSecurityOfficer icon: - sprite: Interface/Misc/job_icons.rsi + sprite: /Textures/Interface/Misc/job_icons.rsi state: SecurityOfficer - type: statusIcon parent: JobIcon id: JobIconNoId icon: - sprite: Interface/Misc/job_icons.rsi + sprite: /Textures/Interface/Misc/job_icons.rsi state: NoId - type: statusIcon parent: JobIcon id: JobIconChiefMedicalOfficer icon: - sprite: Interface/Misc/job_icons.rsi + sprite: /Textures/Interface/Misc/job_icons.rsi state: ChiefMedicalOfficer - type: statusIcon parent: JobIcon id: JobIconRoboticist icon: - sprite: Interface/Misc/job_icons.rsi + sprite: /Textures/Interface/Misc/job_icons.rsi state: Roboticist - type: statusIcon parent: JobIcon id: JobIconChaplain icon: - sprite: Interface/Misc/job_icons.rsi + sprite: /Textures/Interface/Misc/job_icons.rsi state: Chaplain - type: statusIcon parent: JobIcon id: JobIconLawyer icon: - sprite: Interface/Misc/job_icons.rsi + sprite: /Textures/Interface/Misc/job_icons.rsi state: Lawyer - type: statusIcon parent: JobIcon id: JobIconUnknown icon: - sprite: Interface/Misc/job_icons.rsi + sprite: /Textures/Interface/Misc/job_icons.rsi state: Unknown - type: statusIcon parent: JobIcon id: JobIconLibrarian icon: - sprite: Interface/Misc/job_icons.rsi + sprite: /Textures/Interface/Misc/job_icons.rsi state: Librarian - type: statusIcon parent: JobIcon id: JobIconCargoTechnician icon: - sprite: Interface/Misc/job_icons.rsi + sprite: /Textures/Interface/Misc/job_icons.rsi state: CargoTechnician - type: statusIcon parent: JobIcon id: JobIconScientist icon: - sprite: Interface/Misc/job_icons.rsi + sprite: /Textures/Interface/Misc/job_icons.rsi state: Scientist - type: statusIcon parent: JobIcon id: JobIconResearchAssistant icon: - sprite: Interface/Misc/job_icons.rsi + sprite: /Textures/Interface/Misc/job_icons.rsi state: ResearchAssistant - type: statusIcon parent: JobIcon id: JobIconGeneticist icon: - sprite: Interface/Misc/job_icons.rsi + sprite: /Textures/Interface/Misc/job_icons.rsi state: Geneticist - type: statusIcon parent: JobIcon id: JobIconClown icon: - sprite: Interface/Misc/job_icons.rsi + sprite: /Textures/Interface/Misc/job_icons.rsi state: Clown - type: statusIcon parent: JobIcon id: JobIconCaptain icon: - sprite: Interface/Misc/job_icons.rsi + sprite: /Textures/Interface/Misc/job_icons.rsi state: Captain - type: statusIcon parent: JobIcon id: JobIconHeadOfPersonnel icon: - sprite: Interface/Misc/job_icons.rsi + sprite: /Textures/Interface/Misc/job_icons.rsi state: HeadOfPersonnel - type: statusIcon parent: JobIcon id: JobIconVirologist icon: - sprite: Interface/Misc/job_icons.rsi + sprite: /Textures/Interface/Misc/job_icons.rsi state: Virologist - type: statusIcon parent: JobIcon id: JobIconShaftMiner icon: - sprite: Interface/Misc/job_icons.rsi + sprite: /Textures/Interface/Misc/job_icons.rsi state: ShaftMiner - type: statusIcon parent: JobIcon id: JobIconPassenger icon: - sprite: Interface/Misc/job_icons.rsi + sprite: /Textures/Interface/Misc/job_icons.rsi state: Passenger - type: statusIcon parent: JobIcon id: JobIconChiefEngineer icon: - sprite: Interface/Misc/job_icons.rsi + sprite: /Textures/Interface/Misc/job_icons.rsi state: ChiefEngineer - type: statusIcon parent: JobIcon id: JobIconBartender icon: - sprite: Interface/Misc/job_icons.rsi + sprite: /Textures/Interface/Misc/job_icons.rsi state: Bartender - type: statusIcon parent: JobIcon id: JobIconHeadOfSecurity icon: - sprite: Interface/Misc/job_icons.rsi + sprite: /Textures/Interface/Misc/job_icons.rsi state: HeadOfSecurity - type: statusIcon parent: JobIcon id: JobIconBrigmedic icon: - sprite: Interface/Misc/job_icons.rsi + sprite: /Textures/Interface/Misc/job_icons.rsi state: Brigmedic - type: statusIcon parent: JobIcon id: JobIconMedicalDoctor icon: - sprite: Interface/Misc/job_icons.rsi + sprite: /Textures/Interface/Misc/job_icons.rsi state: MedicalDoctor - type: statusIcon parent: JobIcon id: JobIconParamedic icon: - sprite: Interface/Misc/job_icons.rsi + sprite: /Textures/Interface/Misc/job_icons.rsi state: Paramedic - type: statusIcon parent: JobIcon id: JobIconChef icon: - sprite: Interface/Misc/job_icons.rsi + sprite: /Textures/Interface/Misc/job_icons.rsi state: Chef - type: statusIcon parent: JobIcon id: JobIconWarden icon: - sprite: Interface/Misc/job_icons.rsi + sprite: /Textures/Interface/Misc/job_icons.rsi state: Warden - type: statusIcon parent: JobIcon id: JobIconResearchDirector icon: - sprite: Interface/Misc/job_icons.rsi + sprite: /Textures/Interface/Misc/job_icons.rsi state: ResearchDirector - type: statusIcon parent: JobIcon id: JobIconMime icon: - sprite: Interface/Misc/job_icons.rsi + sprite: /Textures/Interface/Misc/job_icons.rsi state: Mime - type: statusIcon parent: JobIcon id: JobIconMusician icon: - sprite: Interface/Misc/job_icons.rsi + sprite: /Textures/Interface/Misc/job_icons.rsi state: Musician - type: statusIcon parent: JobIcon id: JobIconReporter icon: - sprite: Interface/Misc/job_icons.rsi + sprite: /Textures/Interface/Misc/job_icons.rsi state: Reporter - type: statusIcon parent: JobIcon id: JobIconPsychologist icon: - sprite: Interface/Misc/job_icons.rsi + sprite: /Textures/Interface/Misc/job_icons.rsi state: Psychologist - type: statusIcon parent: JobIcon id: JobIconMedicalIntern icon: - sprite: Interface/Misc/job_icons.rsi + sprite: /Textures/Interface/Misc/job_icons.rsi state: MedicalIntern - type: statusIcon parent: JobIcon id: JobIconTechnicalAssistant icon: - sprite: Interface/Misc/job_icons.rsi + sprite: /Textures/Interface/Misc/job_icons.rsi state: TechnicalAssistant - type: statusIcon parent: JobIcon id: JobIconServiceWorker icon: - sprite: Interface/Misc/job_icons.rsi + sprite: /Textures/Interface/Misc/job_icons.rsi state: ServiceWorker - type: statusIcon parent: JobIcon id: JobIconSecurityCadet icon: - sprite: Interface/Misc/job_icons.rsi + sprite: /Textures/Interface/Misc/job_icons.rsi state: SecurityCadet - type: statusIcon parent: JobIcon id: JobIconZombie # This is a perfectly legitimate profession to pursue icon: - sprite: Interface/Misc/job_icons.rsi + sprite: /Textures/Interface/Misc/job_icons.rsi state: Zombie - type: statusIcon parent: JobIcon id: JobIconZookeeper icon: - sprite: Interface/Misc/job_icons.rsi + sprite: /Textures/Interface/Misc/job_icons.rsi state: Zookeeper - type: statusIcon parent: JobIcon id: JobIconSeniorPhysician icon: - sprite: Interface/Misc/job_icons.rsi + sprite: /Textures/Interface/Misc/job_icons.rsi state: SeniorPhysician - type: statusIcon parent: JobIcon id: JobIconSeniorOfficer icon: - sprite: Interface/Misc/job_icons.rsi + sprite: /Textures/Interface/Misc/job_icons.rsi state: SeniorOfficer - type: statusIcon parent: JobIcon id: JobIconSeniorEngineer icon: - sprite: Interface/Misc/job_icons.rsi + sprite: /Textures/Interface/Misc/job_icons.rsi state: SeniorEngineer - type: statusIcon parent: JobIcon id: JobIconSeniorResearcher icon: - sprite: Interface/Misc/job_icons.rsi + sprite: /Textures/Interface/Misc/job_icons.rsi state: SeniorResearcher - type: statusIcon parent: JobIcon id: JobIconVisitor icon: - sprite: Interface/Misc/job_icons.rsi + sprite: /Textures/Interface/Misc/job_icons.rsi state: Visitor diff --git a/Resources/Prototypes/StatusIcon/antag.yml b/Resources/Prototypes/StatusIcon/antag.yml index 0a052ce16da..3b64517530b 100644 --- a/Resources/Prototypes/StatusIcon/antag.yml +++ b/Resources/Prototypes/StatusIcon/antag.yml @@ -2,21 +2,21 @@ id: ZombieFaction priority: 11 icon: - sprite: Interface/Misc/job_icons.rsi + sprite: /Textures/Interface/Misc/job_icons.rsi state: Zombie - type: statusIcon id: RevolutionaryFaction priority: 11 icon: - sprite: Interface/Misc/job_icons.rsi + sprite: /Textures/Interface/Misc/job_icons.rsi state: Revolutionary - type: statusIcon id: HeadRevolutionaryFaction priority: 11 icon: - sprite: Interface/Misc/job_icons.rsi + sprite: /Textures/Interface/Misc/job_icons.rsi state: HeadRevolutionary - type: statusIcon @@ -25,7 +25,7 @@ locationPreference: Right layer: Mod icon: - sprite: Interface/Misc/job_icons.rsi + sprite: /Textures/Interface/Misc/job_icons.rsi state: MindShield - type: statusIcon @@ -33,5 +33,5 @@ priority: 0 locationPreference: Left icon: - sprite: Interface/Misc/job_icons.rsi + sprite: /Textures/Interface/Misc/job_icons.rsi state: Syndicate diff --git a/Resources/Prototypes/StatusIcon/debug.yml b/Resources/Prototypes/StatusIcon/debug.yml index d230fa852c7..2011c6ceeae 100644 --- a/Resources/Prototypes/StatusIcon/debug.yml +++ b/Resources/Prototypes/StatusIcon/debug.yml @@ -1,19 +1,19 @@ - type: statusIcon id: DebugStatus icon: - sprite: Interface/Misc/research_disciplines.rsi + sprite: /Textures/Interface/Misc/research_disciplines.rsi state: civilianservices - type: statusIcon id: DebugStatus2 priority: 1 icon: - sprite: Interface/Misc/research_disciplines.rsi + sprite: /Textures/Interface/Misc/research_disciplines.rsi state: arsenal - type: statusIcon id: DebugStatus3 priority: 5 icon: - sprite: Interface/Misc/research_disciplines.rsi + sprite: /Textures/Interface/Misc/research_disciplines.rsi state: experimental diff --git a/Resources/Textures/Interface/Misc/job_icons.rsi/MindShield.png b/Resources/Textures/Interface/Misc/job_icons.rsi/MindShield.png index d3df5fe6277177f5106ca40b1fa39ad7349548a0..e311b9f61633673a292bcc07eab80300b253b76f 100644 GIT binary patch delta 911 zcmV;A191H0BJCt4iBL{Q4GJ0x0000DNk~Le0000G000082nGNE0PuEymjD0&#gQc+ ze^Cy@APD{U6gvU}DjtWfHrWk!{GrmNHhqcs0Q>qNwD0E#uMUhHI2Fk?XE1Q(ifTk) zLPw0iBYFZSS?b~c5n74trkP6i_h&uAq7>Cwx(LbJ8{68b?D}#O!g*15)cNj0)rAOW zBf5aju^?9|*Acb`D`cKAT5YfmSBJZ~f8|_kdwa6~5MrZ9V3CNY0qTbX=^$$D(jN}q zp_Hh&6I;mBo=$`xcSTxB1!~U>0004mX+uL$Nkc;*aB^>EX>4Tx0C=2zkv&MmKpe$i z(@I4uf_9MNkfA!+MMWG-6^me@v=v%)FuC*#nlvOSE{=k0!NHHks)LKOt`4q(e<1h) z;_Tq0=prTlFDbN$@!+^0@9sVB-T^|Z##A#92UN{6GRcIPFRY5eR|ptJ03sq1Gxbz< zF$d4_bq^n3?_xa5``n*nP$`-W@QK86rW+RV2J!5srE}gV4zr4+5T6rI8gxP8N3P2* zzi}=*Ebz>*k;}{zhl#~<56eBwe=3GbJVP8+RE_e5yvqvbEzWAK!8-TkFANp6l`Pk3 zjv!eLWHeAk4HjawYNVLR(0;?YXf{|kZb*PXWKlmT~?$#_#Pq|5< z1km?l+aKdVa2IGdZTtJ!w%aFw{~5T_y8e0#nENEX+0~*)z|b~uaoyGAMm^wi2N-?Q zB|~x~KTV-j0^ZN)n+m|lEika=_SV_Q=>w3Xu9k0rgF|4VOxf!m@9yvI?cXz<{(b<8 zl5()dE*yIR01q^?gaV5KBQj=WGBr0iEj3|eF)cJ=V`eR4IXGl3Gh<{hG-5V3IA%Cy zlQIRW3^Fq?I5RggGdVFfIFslFaS1n6GBP?dGdeYsVg@A%H&ik*Ix{mmHM5Wg?E#a& z23#a#Ha0mkH!@=_Ib$*~Ei_?aIW1ygI5RCZWMwoqI59P1F=a55KL8q)7+9(e85mk|#6-0r l14AoAIRgU&!+%`S2mslK8kEeVDJ%d0002ovPDHLkV1k}Ge=-07 delta 813 zcmV+|1JeBMB;+C`iBL{Q4GJ0x0000DNk~Le00008000082nGNE0K^ZzivR!s!jUB( ze_IX%Aqf2U6g>h0zK-KooAd@feo=6Q95d>VgV3i<) zqE739r&TP@?|F9;C@B(8Rv)c?<^3t3u1XXxLiugPu@i+&Ki`C`5sisZf@VU+gb0=J zCQx-Ph$W}%3P*<>S>If(MVN9SDR=*Kf0FC9Abkk2lP3^M#5w?t$Bya@s?cE+ieDL^ zWRu82p6;~Z{#7tp>FY4Kh5!Hog=s@WP)S2WAaHVTW@&6?004NLeUUv#!%!53PgA8L z6$LwpIAo|!7C}YCsZ_BD7D`*8RR@!o{y~$5B*n#1a4k6avsiU-an{wrRS*P!e?Xia zoD^N8#QTy$ix?kV-p6_G9PYah5E>Pxnq5&q)hr_wkBQmbsu*~MfB~vGOi0Ys6Y0ea zJlEGfe0;x)@GS3pf37|yZ!*9q5=WVCSi~E|GnJD8OWf0cNeIIO4|xyoSVSU?pjB*zc_2ft@)7N#cMq+kr_ zezEP3Q6R7jH0!qgeQev!6TtrrTxo58wE@h2l3s6X;Ul1b8@RY`Yw{j&M7aYDJ?WAm zIg+1BC=`JAGy0|+Fn9~}uDNq-o#XTY$k42oZ-9eCV5~^l>mKj!>73iYcUtrN0rjzR z+u=GfX8-^WRkMZyivlBMFk&-dIb|(5IWssdG-EO~EnzuiWi2o{F=S>iVL3K6W-ya9 z1*!}%H8M3bF)=tXH#s(w>IHELHB>S&IxsRiFq32kB?&cDGBG+ZGCDA`k_PPovt9{c z2n0#qvvQNd5i(H_0|E=XxH97a001#bL_t&-(_@@{>;M0w2Tn0y1J({^3=9dgPX7P@ r|33pZoG|O;e Date: Tue, 20 Feb 2024 22:27:54 +0000 Subject: [PATCH 046/101] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index d0514f43313..c8cddaf0374 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: metalgearsloth - changes: - - message: Fix mobs not gibbing upon shuttle FTL. - type: Fix - id: 5475 - time: '2023-12-30T16:12:52.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/22952 - author: metalgearsloth changes: - message: Surveillance cameras now cycle their animation forwards and backwards. @@ -3859,3 +3852,10 @@ id: 5974 time: '2024-02-20T10:43:16.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/25390 +- author: Golinth + changes: + - message: The mindshield outline now flashes! + type: Tweak + id: 5975 + time: '2024-02-20T22:26:48.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/25409 From dfa59a4df68aed50809bad2ec32c966629f409a3 Mon Sep 17 00:00:00 2001 From: Gotimanga <127038462+Gotimanga@users.noreply.github.com> Date: Tue, 20 Feb 2024 22:28:03 +0000 Subject: [PATCH 047/101] Small Artifact Fixes (#25416) * 20kw artifact fix * Change that hopefully doesn't completely break storage artifacts without me realising --- Resources/Prototypes/XenoArch/Effects/utility_effects.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Resources/Prototypes/XenoArch/Effects/utility_effects.yml b/Resources/Prototypes/XenoArch/Effects/utility_effects.yml index 9bcbfe44773..0fdaa5b9565 100644 --- a/Resources/Prototypes/XenoArch/Effects/utility_effects.yml +++ b/Resources/Prototypes/XenoArch/Effects/utility_effects.yml @@ -47,6 +47,8 @@ components: - Item # it doesnt necessarily have to be restricted from structures, but i think it'll be better that way permanentComponents: + - type: Item + size: Huge - type: ContainerContainer containers: storagebase: !type:Container @@ -147,6 +149,12 @@ permanentComponents: - type: PowerSupplier supplyRate: 20000 + - type: NodeContainer + examinable: true + nodes: + output_hv: + !type:CableDeviceNode + nodeGroupID: HVPower - type: artifactEffect id: EffectBigIron From 5170593e853ab074f4351281073e4da4e39324bd Mon Sep 17 00:00:00 2001 From: Vasilis Date: Wed, 21 Feb 2024 00:33:18 +0100 Subject: [PATCH 048/101] Add roundid to replay_final.yml (#25398) oopsy i forgor --- Content.Server/GameTicking/GameTicker.Replays.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Content.Server/GameTicking/GameTicker.Replays.cs b/Content.Server/GameTicking/GameTicker.Replays.cs index cbeac793b65..e09e07b8673 100644 --- a/Content.Server/GameTicking/GameTicker.Replays.cs +++ b/Content.Server/GameTicking/GameTicker.Replays.cs @@ -1,4 +1,4 @@ -using Content.Shared.CCVar; +using Content.Shared.CCVar; using Robust.Shared; using Robust.Shared.ContentPack; using Robust.Shared.Replays; @@ -128,6 +128,7 @@ private void ReplaysOnRecordingStopped(MappingDataNode metadata) metadata["roundEndPlayers"] = _serialman.WriteValue(_replayRoundPlayerInfo); metadata["roundEndText"] = new ValueDataNode(_replayRoundText); metadata["server_id"] = new ValueDataNode(_configurationManager.GetCVar(CCVars.ServerId)); + metadata["roundId"] = new ValueDataNode(RoundId.ToString()); } private ResPath GetAutoReplayPath() From 114f2aa543267240501886d2dff5b0ed36cf4462 Mon Sep 17 00:00:00 2001 From: MjrLandWhale Date: Tue, 20 Feb 2024 17:58:08 -0600 Subject: [PATCH 049/101] Resprite & hand position correction of Nettle & Death Nettle (#25421) Resprite of Nettle & Death Nettle. Corrected R & L hand locations for all orientations of both plants. --- .../death_nettle.rsi/produce-inhand-left.png | Bin 821 -> 664 bytes .../death_nettle.rsi/produce-inhand-right.png | Bin 860 -> 672 bytes .../Hydroponics/death_nettle.rsi/produce.png | Bin 1110 -> 810 bytes .../nettle.rsi/produce-inhand-left.png | Bin 672 -> 591 bytes .../nettle.rsi/produce-inhand-right.png | Bin 758 -> 564 bytes .../Hydroponics/nettle.rsi/produce.png | Bin 1385 -> 973 bytes 6 files changed, 0 insertions(+), 0 deletions(-) diff --git a/Resources/Textures/Objects/Specific/Hydroponics/death_nettle.rsi/produce-inhand-left.png b/Resources/Textures/Objects/Specific/Hydroponics/death_nettle.rsi/produce-inhand-left.png index 1e45f5ee18bc7603c9d087a00fed65d0e3dc1f99..50e46e896c6be62d5e8e3397aa0b294fd1ba2b5d 100644 GIT binary patch delta 602 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 IM6N<$f}_3^U;qFB diff --git a/Resources/Textures/Objects/Specific/Hydroponics/nettle.rsi/produce-inhand-left.png b/Resources/Textures/Objects/Specific/Hydroponics/nettle.rsi/produce-inhand-left.png index d6a98c8cf25da16d1e703e951e5cb97c33903e86..3a1463ee17713c1cbee3212e6c897a1b386fa9db 100644 GIT binary patch delta 566 zcmV-60?GZL1pGAcj5@tk#rywE-BoMlJ z=+L2ym*^%@zrddmM5my-)-^iyH@ZX!9<1mx`L4S`p%%`r?tj+%fbGugHlHTlhr(xW9k*A@8;cBt zbeSvW<^9z&nlG(a1N-R1F?3q7gD|iY0IS7}tlg~%J^U_iP9HumdF-PP#}H$7{|)*~ z+*r`uN=k0-FMsx2T(w#?Vi1eAHP+LT>7*26+V=7FmW<6OqSehL;_lm1HuLl9A-^FK5JJ491#WL_|bHL`39C z$p25yPAfgi#(2zQHoe8n`G?!BzByhyVB4dpF8TikekgFfcEHwWaozI&Dx9tzP(A@x z4*&MNE+Pq^c)Up4ws;HX!@QUuzXx1XJ7DDS{aWRx{J#p<)(-TO|5xG4+JS!Z|0-BJ z;0AW*|1VWISv$}XZb)|Dw{@A^-pY07*qoM6N<$ Eg0K`6>;M1& delta 648 zcmX@lvVe7hNCH7_2!^^=ZA%dG;;Wj zGyX0VSiWJ7_pu`j564?iJ}9)d@%x;q&%ZYo?)*NlxbFG)`kmkHc=nlP@NqXh+rWTI zU1g1R_qBRar0}u!qDG8$(WYtF!i*#SPBd8{@s#P8)7l-EzpmT#Bg$&($~~p~OKU$| zTJq}c3gHJU%vP@4D|lI$GiBOj>7(C|?A%eeP1!+y*`gCmuI%OXVwv;)L*R!p=3TXq zcbk2y|MSr2U!2AzPkuJLi?cgBgg7s;%uu(PGN)U5`8m@`x1&EEf7UJdSnt~$MZ@>E zZ?6c9aKC1^l(WE!Um?@}ip-n!$M;GnhE(zeTkZRE-R;PZnI~1h@clL{s9b2dpYMsH zufv<8~5sScFq$2pw4hMk@13z7$&ufyU4ELGvgfo8xw2i^G8&a?OIZq zH0Snj*57*aAB=3nF70`EL1IoQ-#PXIh`JxVP-aj9(8P1>Qx-SJS8Gq VF7S3E69W)pG$w@>(RCr$P+CfVKK^O+$F|yPR!?hG@A*zcVlrSL@JOvR!Ac4@W zV~5VsO`?C`PYAkKSI^O@UlP$xi#$xe>qr!$qv+=BzRzLVS$|!acUV{5?-N8sL_|as zNTH?m75UNl6ph#SkUAC!R?3!9E8_0QuI~?}yB8oTb8M!)X+A%^i9)$3BXQeZi1S*} zcMH2^!kpWqd3E9+3{Uw~VbaEMabyqR|3P1*AK_+#GhL+FgfX| zaA%|~>~*ig*d7gapT+;Fzqha%Ld)x3g|R*x8(4qWU|g?)cKv-w#`G$5>hD%oyZ){L z=l||iu(DIxt1xo?U6T>L3X`tC`>9vKKPFOt*Yxkb3b;W{`n!3MX_x~M(a3t$=UKBS dBJTQt7b@LY*nGj!QNX28<57w%R~H{6JFDwLKH2V$?x4V|wh)7V zj)K98+j>>Em}Gn~y?@d(L$8Xn{QlEVd+kp+9-3G^|9)+K`N@y_>NNPc8y;<7K&3X` z+>k50R!4lpAKmB9lZEfCxOl5T;Pd=_uOdqsy?;8rZjIh+uO~a#WplCK#cpl&_-#_} zOBq{R@0?%RS^4Jm`^DG&FKIlPov+Gr+w@lL3TdU~C$ek)eV6<2;@lQFtBFzzZY$@% z{8{g^DpN(~MgPSMPv=VX^@gXc+QHd1w{OlZ=iA@QFCQ1roWIS~Yv=jM^Ct~niCHSm z)m`?GRg~%0qSu*KMSRPTKa#LCyDiMM){*a?^LpzI>(XB&iRaDneYJDiChq_7j7iIr z0vFFr@8)RvyYkHJp6BQGIb4ywpj6fO=TX;=cWc)&G}hnv`SEZ0m5r8N!q@pPzj(0Y zxyqdV)(+p-om((vaaM)nRePuV#*y(aTQ43o+0$`#a@x=N2{v-eue9rHJbNxxX8Pl{ zwZ^t&?nx(?JeAVr7Kpd1S=-;B=QU?$mIY^hmiFJC>k-ku=b3sX?ku=>>qjC-*I}k3 z&mMf-tLrbn=NGH1M*aEK+yR<<7TD;=GX=|#bUREhKymqKVO|-y7)o(3hQk)EbprdMyzUvCmN z=Gw+N!PGk8dm+T#cPv)iv}uYq=32*L!2Rl44-?46Pg(!4%@WUvl2-e5lK}`kUHx3v IIVCg!0QEdp;s5{u diff --git a/Resources/Textures/Objects/Specific/Hydroponics/nettle.rsi/produce.png b/Resources/Textures/Objects/Specific/Hydroponics/nettle.rsi/produce.png index 3b50100cd0f67a5fdd70962caacaaf26803a1ad1..035b6ff8ba63c3830e512ac00080074cc6dbafb1 100644 GIT binary patch delta 952 zcmV;p14sPn3e5+QBYyw^b5ch_0Itp)=>Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi z!vFvd!vV){sAK>D17b-;K~z{r?Uqe!6IT$&|GR5DYp=i7_8Jo>b$}&K97mAY4WO2U z2n7LA6{#Gklp-O7)KkTg8v-OGIB|pvC)5L%N`Me5QY%$$QGZJa&;W@P<-^VgNo*&M zowZ}*#IN4%3h@yuHX;!R|1NKL=FOXV^JeEQDpaVj7J^SO3iWljx=uA;R7D#GqmJ)j zFj}*`U~1|pa9H;G)tAx?8 zIC)M)-~FhfyLY{>s9m`f&A`I=%ptMGe1p|%VK5OqxEaFu%LMvc7|>&3avn9lnm{g_ zed9d%O*1j@T%+E~Ar((4wxzIc04*KDC5wZ_zV5oOEH(}!0}>JoX;_S_@PF-qbEjMR zJVCSAUVpE{@iT5j$7f2;Y{?TX)xu@Fn>#Bl5%_|xztW4+-pSB1Q>CL3or(R_(kb>f z1UTHeHjK!~1_bav^3L-s`GAq= zk$=O=N*I3ajSn#Uu74e+?4#CUSg}ZptfFvXf%hE z1k8rwcz*vM3JeoZ6oN84*i7r;20|A+ObjPf>klbA0F5rcgJP{n&Zki$a$t2pG7>{< z^p_{6Nu;jyFtmvJ^c6vtAk3gM@vwK3(g*y?i=N1cllTJ@UeD_=;>NB;kRs8HcE a2KWzGGaxwQ@gb=I0000EX>4Tx04R}tkv&MmKpe$iQ;VV%5i5!~ zWT;LSL`5963Pq?8YK2xEOfLO`CJjl7i=*ILaPVWX>fqw6tAnc`2!4RLxj8AiNQwVT z3N2ziIPS;0dyl(!fKV+m&1xG5G~G56v8b3zuZr!j=)wSc5r06x%q(M0lHzDNzV6}U z>s^FrwLbUf=vFfp1AHR!EHg}-c!PL)(>6Ho6Ngw{R*BDv$4t5)@gvt2kKZ`wTo!m{ z$V?{Yi9^I$}-n!4kLy|EJ1<@ z1!WXagpCNTI)5n^60{#};U9AS61fy|6~M@`fD$ywt{?mles^nSCnvn5U=#?vIL^li z(7p@QDvtAg>^QX(!2b+f=?#CW3e0?xUTJ9IBcNv+xVUa;${ujJ0}MVHvMIZgpQez_ z0`F(^O=+O-7U*2_daLi_^Z`gxSMeL*;1C$iQTBR^cYk*@_xA6ZdVfDHZ*q$Rl*i87wV*l`1C1SBA$s=Trcs=9zm1ql!m>nlB0MH@{V;>7(`w+9C(=s1& zLWuI{>X);oNjo<*frarjnS7eLH1%>3LD7A=TGT&!1myqL@sS_*QI=5yS5Du_Z{!=W z2NY2OfXUGunjGvS0C4brx*-XK6OyEB^e3mwwjV6O+Bmq}w!?*m($96x{4V!8b8$mP z(0{wHyT7)g-*4g=_}ZFK%+-<4R**}j2>=8;!+RMU^KJH3`sljsfhRXdAEf>oBhPQ8 z$k1UKu-V|{ooHU#K9pWx+Rma#!1>QDi>hoP9$`uoZxuq9&ulv{D zJxSO-Tw-0iVEo|(d2)C9{CuX2*~v0`2iyN#DXkjmH$@bejbgLgUgKO8z7YSFrGE*$ ztK#g!DFCP5y$dKJ-TzID`Qz$nGcg%7b9Mx}L~UU#V_&y6^vl9#xlg82QlgqpP+qEy zL_hP}o;^r|b8+xT_@+=yq?Q8+ap`EFQ@pojuze)aA3-D*gtwK$$h{(xgKfXB&#a75>GcZ86J#M4NYa)5L&;#DIi)9hiBs zh^0jiyx@kssYN+*_RA{(u=DFa3Ls@!0)9D6MWqF;VIQ*T8W@Jc(11dA5l}2cu&V0A z$?f6$9=~HMKV9TFHwTtwk68u~=!z(ugE^ Date: Tue, 20 Feb 2024 23:59:14 +0000 Subject: [PATCH 050/101] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index c8cddaf0374..81b84650e58 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: metalgearsloth - changes: - - message: Surveillance cameras now cycle their animation forwards and backwards. - type: Add - id: 5476 - time: '2023-12-30T16:14:14.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/22950 - author: EmoGarbage404 changes: - message: Added the Hyper convection protolathe and autolathe to Industrial Engineering @@ -3859,3 +3852,10 @@ id: 5975 time: '2024-02-20T22:26:48.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/25409 +- author: landwhale + changes: + - message: Resprited Nettles & Death Nettles. + type: Tweak + id: 5976 + time: '2024-02-20T23:58:08.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/25421 From 89d0b47354065bd6a50cf0f6b0d3ea04e0484d64 Mon Sep 17 00:00:00 2001 From: takemysoult <143123247+takemysoult@users.noreply.github.com> Date: Wed, 21 Feb 2024 03:56:39 +0300 Subject: [PATCH 051/101] balance Explosive Technology (#25397) * update arsenal yml balance ExplosiveTechnology * small changes in arsenal research small changes in arsenal research * Update arsenal.yml --- .../Entities/Structures/Machines/lathe.yml | 2 + Resources/Prototypes/Research/arsenal.yml | 70 +++++++++---------- 2 files changed, 36 insertions(+), 36 deletions(-) diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index a5d1ec8df0a..c50d6560c36 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -85,6 +85,8 @@ runningState: building staticRecipes: - Wirecutter + - Igniter + - Signaller - Screwdriver - Welder - Wrench diff --git a/Resources/Prototypes/Research/arsenal.yml b/Resources/Prototypes/Research/arsenal.yml index 795c3ffdaf4..38ed0ceec82 100644 --- a/Resources/Prototypes/Research/arsenal.yml +++ b/Resources/Prototypes/Research/arsenal.yml @@ -34,26 +34,6 @@ - MagazineBoxLightRifleIncendiary - MagazineBoxRifleIncendiary -- type: technology - id: ExplosiveTechnology - name: research-technology-explosive-technology - icon: - sprite: Objects/Devices/payload.rsi - state: payload-explosive-armed - discipline: Arsenal - tier: 1 - cost: 7500 - recipeUnlocks: - - Signaller - - SignallerAdvanced - - SignalTrigger - - VoiceTrigger - - TimerTrigger - - FlashPayload - - ExplosivePayload - - ChemicalPayload - - Igniter - - type: technology id: WeaponizedLaserManipulation name: research-technology-weaponized-laser-manipulation @@ -106,8 +86,42 @@ - MagazineBoxLightRifleUranium - MagazineBoxRifleUranium +- type: technology + id: AdvancedRiotControl + name: research-technology-advanced-riot-control + icon: + sprite: Objects/Weapons/Melee/truncheon.rsi + state: icon + discipline: Arsenal + tier: 1 + cost: 8000 + recipeUnlocks: + - ClothingEyesGlassesSecurity + - Truncheon + - TelescopicShield + - HoloprojectorSecurity + - WeaponDisablerSMG + # Tier 2 +- type: technology + id: ExplosiveTechnology + name: research-technology-explosive-technology + icon: + sprite: Objects/Devices/payload.rsi + state: payload-explosive-armed + discipline: Arsenal + tier: 2 + cost: 10000 + recipeUnlocks: + - SignallerAdvanced + - SignalTrigger + - VoiceTrigger + - TimerTrigger + - FlashPayload + - ExplosivePayload + - ChemicalPayload + - type: technology id: ConcentratedLaserWeaponry name: research-technology-concentrated-laser-weaponry @@ -132,22 +146,6 @@ recipeUnlocks: - WeaponXrayCannon -- type: technology - id: AdvancedRiotControl - name: research-technology-advanced-riot-control - icon: - sprite: Objects/Weapons/Melee/truncheon.rsi - state: icon - discipline: Arsenal - tier: 2 - cost: 8000 - recipeUnlocks: - - ClothingEyesGlassesSecurity - - Truncheon - - TelescopicShield - - HoloprojectorSecurity - - WeaponDisablerSMG - - type: technology id: BasicShuttleArmament name: research-technology-basic-shuttle-armament From 811858a155c85476017e558bb00cad5d4d7c76dc Mon Sep 17 00:00:00 2001 From: PJBot Date: Wed, 21 Feb 2024 00:57:45 +0000 Subject: [PATCH 052/101] Automatic changelog update --- Resources/Changelog/Changelog.yml | 25 ++++++++----------------- 1 file changed, 8 insertions(+), 17 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 81b84650e58..dc16879d1c7 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,21 +1,4 @@ Entries: -- author: EmoGarbage404 - changes: - - message: Added the Hyper convection protolathe and autolathe to Industrial Engineering - tech. These lathes have a discounted printing price at the cost of venting hot - air into the surroundings. - type: Add - - message: Added the industrial ore processor, an improved version with discounted - printing prices, to salvage equipment technology. - type: Add - - message: Moved autolathe, protolathe, circuit imprinter, ore processor, and material - reclaimer boards to be available by default in the circuit imprinter. - type: Tweak - - message: Removed machine part upgrades from all lathes. - type: Remove - id: 5477 - time: '2023-12-30T16:18:58.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23202 - author: Ubaser changes: - message: The uncloneable trait has been removed. @@ -3859,3 +3842,11 @@ id: 5976 time: '2024-02-20T23:58:08.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/25421 +- author: takemysoult + changes: + - message: Explosive Technology changed to tier 2 arsenal and the cost has increased + to 10 000 + type: Tweak + id: 5977 + time: '2024-02-21T00:56:39.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/25397 From 5a2c74499889f80393a90335b182632cfbe8e2fb Mon Sep 17 00:00:00 2001 From: Callmore <22885888+Callmore@users.noreply.github.com> Date: Wed, 21 Feb 2024 04:01:45 +0000 Subject: [PATCH 053/101] Tiny shove fix. (#25353) * Remove second shove check. * Change when popups and sounds are created. Reduces phantom shoves that feel bad. * why didn't i think of this i saw it earlier... * Replaced Is fields with prefix * remove some dependencies to fix tests??? --- Content.Server/Hands/Systems/HandsSystem.cs | 9 ++++- .../Weapons/Melee/MeleeWeaponSystem.cs | 40 +++++++++++++------ Content.Shared/CombatMode/DisarmedEvent.cs | 11 +++++ .../Damage/Systems/StaminaSystem.cs | 17 ++------ 4 files changed, 50 insertions(+), 27 deletions(-) diff --git a/Content.Server/Hands/Systems/HandsSystem.cs b/Content.Server/Hands/Systems/HandsSystem.cs index 9d664d0f9a0..77b5e3970c3 100644 --- a/Content.Server/Hands/Systems/HandsSystem.cs +++ b/Content.Server/Hands/Systems/HandsSystem.cs @@ -6,15 +6,20 @@ using Content.Shared.ActionBlocker; using Content.Shared.Body.Part; using Content.Shared.CombatMode; +using Content.Shared.Damage.Systems; using Content.Shared.Explosion; using Content.Shared.Hands.Components; using Content.Shared.Hands.EntitySystems; +using Content.Shared.IdentityManagement; using Content.Shared.Input; using Content.Shared.Inventory.VirtualItem; using Content.Shared.Physics.Pull; +using Content.Shared.Popups; using Content.Shared.Pulling.Components; using Content.Shared.Stacks; using Content.Shared.Throwing; +using Robust.Shared.Audio; +using Robust.Shared.Audio.Systems; using Robust.Shared.GameStates; using Robust.Shared.Input.Binding; using Robust.Shared.Map; @@ -38,7 +43,7 @@ public override void Initialize() { base.Initialize(); - SubscribeLocalEvent(OnDisarmed, before: new[] {typeof(StunSystem)}); + SubscribeLocalEvent(OnDisarmed, before: new[] {typeof(StunSystem), typeof(StaminaSystem)}); SubscribeLocalEvent(HandlePullStarted); SubscribeLocalEvent(HandlePullStopped); @@ -95,6 +100,8 @@ private void OnDisarmed(EntityUid uid, HandsComponent component, DisarmedEvent a if (!_handsSystem.TryDrop(uid, component.ActiveHand!, null, checkActionBlocker: false)) return; + args.PopupPrefix = "disarm-action-"; + args.Handled = true; // no shove/stun. } diff --git a/Content.Server/Weapons/Melee/MeleeWeaponSystem.cs b/Content.Server/Weapons/Melee/MeleeWeaponSystem.cs index 1c672796c69..8aee76136fb 100644 --- a/Content.Server/Weapons/Melee/MeleeWeaponSystem.cs +++ b/Content.Server/Weapons/Melee/MeleeWeaponSystem.cs @@ -144,32 +144,48 @@ protected override bool DoDisarm(EntityUid user, DisarmAttackEvent ev, EntityUid if (_random.Prob(chance)) { + // Yknow something tells me this comment is hilariously out of date... // Don't play a sound as the swing is already predicted. // Also don't play popups because most disarms will miss. return false; } - var filterOther = Filter.PvsExcept(user, entityManager: EntityManager); - var msgPrefix = "disarm-action-"; + AdminLogger.Add(LogType.DisarmedAction, $"{ToPrettyString(user):user} used disarm on {ToPrettyString(target):target}"); + + var eventArgs = new DisarmedEvent { Target = target, Source = user, PushProbability = 1 - chance }; + RaiseLocalEvent(target, eventArgs); + + if (!eventArgs.Handled) + { + return false; + } + + Audio.PlayPvs(combatMode.DisarmSuccessSound, user, AudioParams.Default.WithVariation(0.025f).WithVolume(5f)); - if (inTargetHand == null) - msgPrefix = "disarm-action-shove-"; + var targetEnt = Identity.Entity(target, EntityManager); + var userEnt = Identity.Entity(user, EntityManager); var msgOther = Loc.GetString( - msgPrefix + "popup-message-other-clients", - ("performerName", Identity.Entity(user, EntityManager)), - ("targetName", Identity.Entity(target, EntityManager))); + eventArgs.PopupPrefix + "popup-message-other-clients", + ("performerName", userEnt), + ("targetName", targetEnt)); - var msgUser = Loc.GetString(msgPrefix + "popup-message-cursor", ("targetName", Identity.Entity(target, EntityManager))); + var msgUser = Loc.GetString(eventArgs.PopupPrefix + "popup-message-cursor", ("targetName", targetEnt)); + + var filterOther = Filter.PvsExcept(user, entityManager: EntityManager); PopupSystem.PopupEntity(msgOther, user, filterOther, true); PopupSystem.PopupEntity(msgUser, target, user); - Audio.PlayPvs(combatMode.DisarmSuccessSound, user, AudioParams.Default.WithVariation(0.025f).WithVolume(5f)); - AdminLogger.Add(LogType.DisarmedAction, $"{ToPrettyString(user):user} used disarm on {ToPrettyString(target):target}"); - var eventArgs = new DisarmedEvent { Target = target, Source = user, PushProbability = 1 - chance }; - RaiseLocalEvent(target, eventArgs); + if (eventArgs.IsStunned) + { + + PopupSystem.PopupEntity(Loc.GetString("stunned-component-disarm-success-others", ("source", userEnt), ("target", targetEnt)), targetEnt, Filter.PvsExcept(user), true, PopupType.LargeCaution); + PopupSystem.PopupCursor(Loc.GetString("stunned-component-disarm-success", ("target", targetEnt)), user, PopupType.Large); + + AdminLogger.Add(LogType.DisarmedKnockdown, LogImpact.Medium, $"{ToPrettyString(user):user} knocked down {ToPrettyString(target):target}"); + } return true; } diff --git a/Content.Shared/CombatMode/DisarmedEvent.cs b/Content.Shared/CombatMode/DisarmedEvent.cs index 653529fe022..884ae366283 100644 --- a/Content.Shared/CombatMode/DisarmedEvent.cs +++ b/Content.Shared/CombatMode/DisarmedEvent.cs @@ -16,5 +16,16 @@ public sealed class DisarmedEvent : HandledEntityEventArgs /// Probability for push/knockdown. ///

public float PushProbability { get; init; } + + /// + /// Prefix for the popup message that will be displayed on a successful push. + /// Should be set before returning. + /// + public string PopupPrefix { get; set; } = ""; + + /// + /// Whether the entity was successfully stunned from a shove. + /// + public bool IsStunned { get; set; } } } diff --git a/Content.Shared/Damage/Systems/StaminaSystem.cs b/Content.Shared/Damage/Systems/StaminaSystem.cs index 2587d4e05f0..9ac23f1af87 100644 --- a/Content.Shared/Damage/Systems/StaminaSystem.cs +++ b/Content.Shared/Damage/Systems/StaminaSystem.cs @@ -28,12 +28,10 @@ public sealed partial class StaminaSystem : EntitySystem { [Dependency] private readonly IGameTiming _timing = default!; [Dependency] private readonly INetManager _net = default!; - [Dependency] private readonly IRobustRandom _random = default!; [Dependency] private readonly ISharedAdminLogManager _adminLogger = default!; [Dependency] private readonly AlertsSystem _alerts = default!; [Dependency] private readonly MetaDataSystem _metadata = default!; [Dependency] private readonly SharedColorFlashEffectSystem _color = default!; - [Dependency] private readonly SharedPopupSystem _popup = default!; [Dependency] private readonly SharedStunSystem _stunSystem = default!; [Dependency] private readonly SharedAudioSystem _audio = default!; @@ -122,7 +120,7 @@ private void OnRejuvenate(EntityUid uid, StaminaComponent component, RejuvenateE private void OnDisarmed(EntityUid uid, StaminaComponent component, DisarmedEvent args) { - if (args.Handled || !_random.Prob(args.PushProbability)) + if (args.Handled) return; if (component.Critical) @@ -131,17 +129,8 @@ private void OnDisarmed(EntityUid uid, StaminaComponent component, DisarmedEvent var damage = args.PushProbability * component.CritThreshold; TakeStaminaDamage(uid, damage, component, source: args.Source); - // We need a better method of getting if the entity is going to resist stam damage, both this and the lines in the foreach at the end of OnHit() are awful - if (!component.Critical) - return; - - var targetEnt = Identity.Entity(args.Target, EntityManager); - var sourceEnt = Identity.Entity(args.Source, EntityManager); - - _popup.PopupEntity(Loc.GetString("stunned-component-disarm-success-others", ("source", sourceEnt), ("target", targetEnt)), targetEnt, Filter.PvsExcept(args.Source), true, PopupType.LargeCaution); - _popup.PopupCursor(Loc.GetString("stunned-component-disarm-success", ("target", targetEnt)), args.Source, PopupType.Large); - - _adminLogger.Add(LogType.DisarmedKnockdown, LogImpact.Medium, $"{ToPrettyString(args.Source):user} knocked down {ToPrettyString(args.Target):target}"); + args.PopupPrefix = "disarm-action-shove-"; + args.IsStunned = component.Critical; args.Handled = true; } From 7a2546cad8a98f860043ff934fd2b61d0387b320 Mon Sep 17 00:00:00 2001 From: PJBot Date: Wed, 21 Feb 2024 04:02:50 +0000 Subject: [PATCH 054/101] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index dc16879d1c7..41e1f0376c2 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: Ubaser - changes: - - message: The uncloneable trait has been removed. - type: Remove - id: 5478 - time: '2023-12-30T16:45:43.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23229 - author: Ubaser changes: - message: Syndicate implanters have received a new sprite. @@ -3850,3 +3843,10 @@ id: 5977 time: '2024-02-21T00:56:39.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/25397 +- author: Callmore + changes: + - message: Shoving other people is now more consistent. + type: Fix + id: 5978 + time: '2024-02-21T04:01:45.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/25353 From 841de41a64d41d9442d48ec3d51561d34ef1a450 Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Wed, 21 Feb 2024 15:38:10 +1100 Subject: [PATCH 055/101] Ban loc fix (#25424) At least I'm pretty sure this is cooked --- Resources/Locale/en-US/info/ban.ftl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Locale/en-US/info/ban.ftl b/Resources/Locale/en-US/info/ban.ftl index 2804690fc5e..463dd1f5669 100644 --- a/Resources/Locale/en-US/info/ban.ftl +++ b/Resources/Locale/en-US/info/ban.ftl @@ -2,8 +2,8 @@ cmd-ban-desc = Bans somebody cmd-ban-help = Usage: ban [duration in minutes, leave out or 0 for permanent ban] cmd-ban-player = Unable to find a player with that name. -cmd-ban-invalid-minutes = ${minutes} is not a valid amount of minutes! -cmd-ban-invalid-severity = ${severity} is not a valid severity! +cmd-ban-invalid-minutes = {$minutes} is not a valid amount of minutes! +cmd-ban-invalid-severity = {$severity} is not a valid severity! cmd-ban-invalid-arguments = Invalid amount of arguments cmd-ban-hint = cmd-ban-hint-reason = From 573f9a3b46c60b8587d4dbbbf52f453739837947 Mon Sep 17 00:00:00 2001 From: Ubaser <134914314+UbaserB@users.noreply.github.com> Date: Wed, 21 Feb 2024 16:26:55 +1100 Subject: [PATCH 056/101] New HUD theme: Ashen (#25408) * add * add * add --- .../en-US/escape-menu/ui/options-menu.ftl | 1 + Resources/Prototypes/hud.yml | 8 +++++++- Resources/Prototypes/themes.yml | 16 +++++++++++++++- .../Textures/Interface/Ashen/SlotBackground.png | Bin 0 -> 1282 bytes .../Textures/Interface/Ashen/Slots/back.png | Bin 0 -> 1717 bytes .../Textures/Interface/Ashen/Slots/belt.png | Bin 0 -> 1590 bytes .../Textures/Interface/Ashen/Slots/ears.png | Bin 0 -> 1656 bytes .../Interface/Ashen/Slots/ears_headset.png | Bin 0 -> 1565 bytes .../Textures/Interface/Ashen/Slots/glasses.png | Bin 0 -> 1525 bytes .../Textures/Interface/Ashen/Slots/gloves.png | Bin 0 -> 1727 bytes .../Textures/Interface/Ashen/Slots/hand_l.png | Bin 0 -> 1670 bytes .../Interface/Ashen/Slots/hand_l_no_letter.png | Bin 0 -> 1582 bytes .../Textures/Interface/Ashen/Slots/hand_m.png | Bin 0 -> 1582 bytes .../Textures/Interface/Ashen/Slots/hand_r.png | Bin 0 -> 1651 bytes .../Interface/Ashen/Slots/hand_r_no_letter.png | Bin 0 -> 1590 bytes .../Textures/Interface/Ashen/Slots/head.png | Bin 0 -> 1497 bytes Resources/Textures/Interface/Ashen/Slots/id.png | Bin 0 -> 1519 bytes .../Textures/Interface/Ashen/Slots/mask.png | Bin 0 -> 1560 bytes .../Textures/Interface/Ashen/Slots/neck.png | Bin 0 -> 1622 bytes .../Textures/Interface/Ashen/Slots/pda.png | Bin 0 -> 1580 bytes .../Textures/Interface/Ashen/Slots/pocket.png | Bin 0 -> 1568 bytes .../Textures/Interface/Ashen/Slots/shoes.png | Bin 0 -> 1555 bytes .../Textures/Interface/Ashen/Slots/suit.png | Bin 0 -> 1680 bytes .../Interface/Ashen/Slots/suit_storage.png | Bin 0 -> 1806 bytes .../Textures/Interface/Ashen/Slots/toggle.png | Bin 0 -> 1822 bytes .../Textures/Interface/Ashen/Slots/uniform.png | Bin 0 -> 1606 bytes .../Textures/Interface/Ashen/Slots/web.png | Bin 0 -> 1700 bytes .../Textures/Interface/Ashen/Storage/back.png | Bin 0 -> 1208 bytes .../Textures/Interface/Ashen/Storage/exit.png | Bin 0 -> 1366 bytes .../Interface/Ashen/Storage/piece_bottom.png | Bin 0 -> 1055 bytes .../Ashen/Storage/piece_bottomLeft.png | Bin 0 -> 1118 bytes .../Ashen/Storage/piece_bottomRight.png | Bin 0 -> 1113 bytes .../Interface/Ashen/Storage/piece_center.png | Bin 0 -> 1042 bytes .../Interface/Ashen/Storage/piece_left.png | Bin 0 -> 1050 bytes .../Interface/Ashen/Storage/piece_right.png | Bin 0 -> 3337 bytes .../Interface/Ashen/Storage/piece_top.png | Bin 0 -> 1057 bytes .../Interface/Ashen/Storage/piece_topLeft.png | Bin 0 -> 1115 bytes .../Interface/Ashen/Storage/piece_topRight.png | Bin 0 -> 1124 bytes .../Interface/Ashen/Storage/sidebar_bottom.png | Bin 0 -> 1088 bytes .../Interface/Ashen/Storage/sidebar_fat.png | Bin 0 -> 1106 bytes .../Interface/Ashen/Storage/sidebar_mid.png | Bin 0 -> 1066 bytes .../Interface/Ashen/Storage/sidebar_top.png | Bin 0 -> 1092 bytes .../Textures/Interface/Ashen/slot_highlight.png | Bin 0 -> 1228 bytes 43 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 Resources/Textures/Interface/Ashen/SlotBackground.png create mode 100644 Resources/Textures/Interface/Ashen/Slots/back.png create mode 100644 Resources/Textures/Interface/Ashen/Slots/belt.png create mode 100644 Resources/Textures/Interface/Ashen/Slots/ears.png create mode 100644 Resources/Textures/Interface/Ashen/Slots/ears_headset.png create mode 100644 Resources/Textures/Interface/Ashen/Slots/glasses.png create mode 100644 Resources/Textures/Interface/Ashen/Slots/gloves.png create mode 100644 Resources/Textures/Interface/Ashen/Slots/hand_l.png create mode 100644 Resources/Textures/Interface/Ashen/Slots/hand_l_no_letter.png create mode 100644 Resources/Textures/Interface/Ashen/Slots/hand_m.png create mode 100644 Resources/Textures/Interface/Ashen/Slots/hand_r.png create mode 100644 Resources/Textures/Interface/Ashen/Slots/hand_r_no_letter.png create mode 100644 Resources/Textures/Interface/Ashen/Slots/head.png create mode 100644 Resources/Textures/Interface/Ashen/Slots/id.png create mode 100644 Resources/Textures/Interface/Ashen/Slots/mask.png create mode 100644 Resources/Textures/Interface/Ashen/Slots/neck.png create mode 100644 Resources/Textures/Interface/Ashen/Slots/pda.png create mode 100644 Resources/Textures/Interface/Ashen/Slots/pocket.png create mode 100644 Resources/Textures/Interface/Ashen/Slots/shoes.png create mode 100644 Resources/Textures/Interface/Ashen/Slots/suit.png create mode 100644 Resources/Textures/Interface/Ashen/Slots/suit_storage.png create mode 100644 Resources/Textures/Interface/Ashen/Slots/toggle.png create mode 100644 Resources/Textures/Interface/Ashen/Slots/uniform.png create mode 100644 Resources/Textures/Interface/Ashen/Slots/web.png create mode 100644 Resources/Textures/Interface/Ashen/Storage/back.png create mode 100644 Resources/Textures/Interface/Ashen/Storage/exit.png create mode 100644 Resources/Textures/Interface/Ashen/Storage/piece_bottom.png create mode 100644 Resources/Textures/Interface/Ashen/Storage/piece_bottomLeft.png create mode 100644 Resources/Textures/Interface/Ashen/Storage/piece_bottomRight.png create mode 100644 Resources/Textures/Interface/Ashen/Storage/piece_center.png create mode 100644 Resources/Textures/Interface/Ashen/Storage/piece_left.png create mode 100644 Resources/Textures/Interface/Ashen/Storage/piece_right.png create mode 100644 Resources/Textures/Interface/Ashen/Storage/piece_top.png create mode 100644 Resources/Textures/Interface/Ashen/Storage/piece_topLeft.png create mode 100644 Resources/Textures/Interface/Ashen/Storage/piece_topRight.png create mode 100644 Resources/Textures/Interface/Ashen/Storage/sidebar_bottom.png create mode 100644 Resources/Textures/Interface/Ashen/Storage/sidebar_fat.png create mode 100644 Resources/Textures/Interface/Ashen/Storage/sidebar_mid.png create mode 100644 Resources/Textures/Interface/Ashen/Storage/sidebar_top.png create mode 100644 Resources/Textures/Interface/Ashen/slot_highlight.png diff --git a/Resources/Locale/en-US/escape-menu/ui/options-menu.ftl b/Resources/Locale/en-US/escape-menu/ui/options-menu.ftl index b8253c69293..10ccff1fc47 100644 --- a/Resources/Locale/en-US/escape-menu/ui/options-menu.ftl +++ b/Resources/Locale/en-US/escape-menu/ui/options-menu.ftl @@ -72,6 +72,7 @@ ui-options-hud-theme-clockwork = Clockwork ui-options-hud-theme-retro = Retro ui-options-hud-theme-minimalist = Minimalist ui-options-hud-theme-eris = Eris +ui-options-hud-theme-ashen = Ashen ui-options-vp-stretch = Stretch viewport to fit game window ui-options-vp-scale = Fixed viewport scale: x{ $scale } ui-options-vp-integer-scaling = Prefer integer scaling (might cause black bars/clipping) diff --git a/Resources/Prototypes/hud.yml b/Resources/Prototypes/hud.yml index 977c3c5f31c..25a6eeea740 100644 --- a/Resources/Prototypes/hud.yml +++ b/Resources/Prototypes/hud.yml @@ -1,4 +1,4 @@ -- type: hudTheme +- type: hudTheme id: SS14DefaultTheme name: ui-options-hud-theme-default path: Default @@ -39,3 +39,9 @@ name: ui-options-hud-theme-eris path: Eris order: 5 + +- type: hudTheme + id: SS14AshenTheme + name: ui-options-hud-theme-ashen + path: Ashen + order: 7 diff --git a/Resources/Prototypes/themes.yml b/Resources/Prototypes/themes.yml index 2de265ff777..0d43f61d5bf 100644 --- a/Resources/Prototypes/themes.yml +++ b/Resources/Prototypes/themes.yml @@ -95,4 +95,18 @@ goodGreenFore: "#31843E" concerningOrangeFore: "#A5762F" dangerousRedFore: "#BB3232" - disabledFore: "#5A5A5A" \ No newline at end of file + disabledFore: "#5A5A5A" +- type: uiTheme + id: SS14AshenTheme + path: /Textures/Interface/Ashen/ + colors: + whiteText: "#FFF5EE" + slotSelectedGold: "#FFF5EE" + slotColor: "#FFF5EE" + slotOutline: "#FFF5EE" + slotText: "#FFF5EE" + nanoGold: "#FFF5EE" + goodGreenFore: "#FFF5EE" + concerningOrangeFore: "#FFF5EE" + dangerousRedFore: "#FFF5EE" + disabledFore: "#FFF5EE" diff --git a/Resources/Textures/Interface/Ashen/SlotBackground.png b/Resources/Textures/Interface/Ashen/SlotBackground.png new file mode 100644 index 0000000000000000000000000000000000000000..f3a4379f76cb1edf11b27d34ded3ddaa8388b816 GIT binary patch literal 1282 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}e5nzhX}-P; zT0k}j5QD&_;K@Lev%n*=n1R9c3J5dCr9K5pGiPLmM3hAM`dB6B=jtV<zCHb_`sNdc^+B->Ug!Z$#{Ilm}X!A#FU&p^qJ zOF==wrYI%ND#*nRsvXF)RmvzSDX`MlFE20GD>v55FG|-pw6wI;H!#vSGSUUA&@Haa zD@m--%_~-h7y>iLCAB!YD6^m>Ge1uOWNuD{X>Onz} zlL-o0tDMBVbX%ng-IUa{#L}D+CA;E`)YK9ieTWiNtq@UE6K(XdSZ)LIvQ=bIYH@x} zDJanGj7<$}zyX0GiU@v)jtHzekVVmT1Z3owO zx>*RzL-R6A>|h3<2_xx3iW)1&qLT9bqU;cGG(f`;r##dQNO&TpO-RBAhdnUm+i}_G z!*h`xm;Oh)H^A&F>FMGa62bX)`rfQ|1CgWo-h~3C1=k$sA9Or&T-@=4WJy8zp92Sv z7OlH;W&hhCk6Wsek9_ycxqot|(4u;|{PMbKsp%4J-*w-9wK;#qr1#M(rSqSSIhdlR zwf@?7ov$rH#I=Rl@3KqoZKK)C=RfFsoMBoh!~Xhc;Tg4Kg(<@FH)`j_n9J~F96Dma z6S0Z2=DuN~#~ZZ=;t!1)qkI;Gv28HmY_~f$`D4<9te>}UN^Ri0!IHyd#yGpd_kdc0 zaD}JCx^rs!ss3$76I3{h=kr>f?I@eI%xfC&1Jjo6jejP%U0u3Rz}KMW{_@=05uvtc zPi?Y^y}qUKT)V&gx}ZQt*G!J(nA9=Iv&7yQfexG1UV Tq*mutQ2FEO>gTe~DWM4fRzCHb_`sNdc^+B->Ug!Z$#{Ilm}X!A#FU&p^qJ zOF==wrYI%ND#*nRsvXF)RmvzSDX`MlFE20GD>v55FG|-pw6wI;H!#vSGSUUA&@Haa zD@m--%_~-h7y>iLCAB!YD6^m>Ge1uOWNuD{X>Onz} zlL-o0tDMBVbX%ng-IUa{#L}D+CA;E`)YK9ieTWiNtq@UE6K(XdSZ)LIvQ=bIYH@x} zDJanGj7<$}zyX0GiU@v)jtHzekVVmT1Z3owO zx>*RzL-R6A>|h3<2_xx3iW)1&qLT9bqU;cGG(f`;r##dQNO&TpO-RBAhdnUm+i}_G z!*h`xm;Oh)Hw+9+XFOdTLn1hjPCLo<%0Q&;aRaw|$>RpSFOo4GKYl22*fs099PNG7 zVe$3T(Q2>W%qYE6wiDEBEr0&EclKX(rGA^sg#EYQR!#L%eetWRdi(8_A1mH`{?!|| z{<&zk>(=}4ujZKjwlZuun-*+%@NL;@waJ~&uJKD(s!jg6s^j(7RUf0)P7~XBGiOVO zNnG)>`)cjXJ}zgT7sqYoc%{PcGwrYV6aBX79JiF3w&^!akDt`sKU1cPJ1+L!@;3{u zUtP_fwBy(jA%@Dmap9dVPD?L8bbj}J_a__wwPCCKXSQ{6xc|0h`sB8FVbRVxVghU` zbu0q=WAu_cE3BEBl(wFkGc&QlUGz~$`q4)@vx6BDbgGSJhO{4U48MCUT`cK?pn9&Y z!Xv?*tPRV8G{08Zm{i!!=Wn%<>)+M?V~3bG!xIs{1ru&?2%P@Zoe|yhlKU=`WsOn8 z-s3JkYnR18$|#n|-!6SNpgV@K;|N1?+0vkwy&Uq}V1MPc^Y zUq^m0F7@x4pul5zB>9W`Ow*>P>#t_L`dO3Z;9$5e%djTsi2C10%h`^9wXDlwJa{!L zRDIs*r;A(-ob!CnlpXpw^>k{jU5DblL*FJII1s)5`n4lp6d4$1GUgiYV~EW9IMdWg zLc7zuV8!7xyI6TF=AX|`UUWkBMi2AxQZXmi4ga@26v3 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Interface/Ashen/Slots/belt.png b/Resources/Textures/Interface/Ashen/Slots/belt.png new file mode 100644 index 0000000000000000000000000000000000000000..131e204f82a9b6e4ec9e9d99f507f5442cfa6531 GIT binary patch literal 1590 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 F0RWh5FJ1ru literal 0 HcmV?d00001 diff --git a/Resources/Textures/Interface/Ashen/Slots/glasses.png b/Resources/Textures/Interface/Ashen/Slots/glasses.png new file mode 100644 index 0000000000000000000000000000000000000000..c7b48065ad38d7a9e865ed3af85ba448705e9ca0 GIT binary patch literal 1525 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}e5nzhX}-P; zT0k}j5QD&_;K@Lev%n*=n1R9c3J5dCr9K5pGiPLmM3hAM`dB6B=jtV<zCHb_`sNdc^+B->Ug!Z$#{Ilm}X!A#FU&p^qJ zOF==wrYI%ND#*nRsvXF)RmvzSDX`MlFE20GD>v55FG|-pw6wI;H!#vSGSUUA&@Haa zD@m--%_~-h7y>iLCAB!YD6^m>Ge1uOWNuD{X>Onz} zlL-o0tDMBVbX%ng-IUa{#L}D+CA;E`)YK9ieTWiNtq@UE6K(XdSZ)LIvQ=bIYH@x} zDJanGj7<$}zyX0GiU@v)jtHzekVVmT1Z3owO zx>*RzL-R6A>|h3<2_xx3iW)1&qLT9bqU;cGG(f`;r##dQNO&TpO-RBAhdnUm+i}_G z!*h`xm;Oh)Hw+9+Jf1F&ArYK!!%nX{WFRni+G_5=K*xea!M|+cN_G1r zTMyOP`R~5l=eBraae~U4u+=S0*I%3RvN0cf<}OoVHMh*`QHfRIJ_U{$N3ymi3B_NS zHFY-|J6loHkrbnYlRO=MRU~-aj%TcM-7)Dvj7P#cj)ae11y7C}7%H)>)2sjeN8m@v zgSWB|nl&=-pXOAv`<0$@>%rpNs%oBULJST|gF27+FAv@-Hv4&{NSos8#QK(&sSOQ} zXIwk}v?$Q~vKrgmB`HV>_P>MS92d}Z>zrc;paq$7^N2}GnTm2uix^nv0B*X^>@V&`>ht#%bnjB9lfV> zp;f^8>z2n#HmLsUjVm&j;uSr|Qqc4;NwC>MOP^i%Bqxu|<@Upkn^#FMz5KFercc|q z-?qH%&g>JmYnFV7TYvmU7sH*~Z_8$!P0Lr7&FVX@T)O)%$GXE``j`J=Yp?&|J$+8@ Qeo&F?>FVdQ&MBb@0LyeGlK=n! literal 0 HcmV?d00001 diff --git a/Resources/Textures/Interface/Ashen/Slots/gloves.png b/Resources/Textures/Interface/Ashen/Slots/gloves.png new file mode 100644 index 0000000000000000000000000000000000000000..161f178f5d76db3692599ff4e241719b1b0152d9 GIT binary patch literal 1727 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}e5nzhX}-P; zT0k}j5QD&_;K@Lev%n*=n1R9c3J5dCr9K5pGiPLmM3hAM`dB6B=jtV<zCHb_`sNdc^+B->Ug!Z$#{Ilm}X!A#FU&p^qJ zOF==wrYI%ND#*nRsvXF)RmvzSDX`MlFE20GD>v55FG|-pw6wI;H!#vSGSUUA&@Haa zD@m--%_~-h7y>iLCAB!YD6^m>Ge1uOWNuD{X>Onz} zlL-o0tDMBVbX%ng-IUa{#L}D+CA;E`)YK9ieTWiNtq@UE6K(XdSZ)LIvQ=bIYH@x} zDJanGj7<$}zyX0GiU@v)jtHzekVVmT1Z3owO zx>*RzL-R6A>|h3<2_xx3iW)1&qLT9bqU;cGG(f`;r##dQNO&TpO-RBAhdnUm+i}_G z!*h`xm;Oh)Hw+9+*F0SuLn1hjPQTr!=_t~6`X-0oor!`EC1W}&Y9@NvG&{4Dvp7Gx zQC)vJ&h+ZqT;uAhZ);r2uUh^2AMYK?nOt`xNw0qM%`aX{C%x{f*%PO`)hq7pT}IVCzK^wyWwQ{q~?BB%NnLU&HvwjK4wZ0 zt}8ve>u~Ixgw=OvSpVD5;I8uH^wUj$^Ugot{L$w8ndik1E7hK?WKdlfqNOI*Ju~G~ zSX2GR2#IrFPoM5SQj&W8_0=m`ro~os=W$hP98mRJ8no$9#h=>KDMpfl!Yb}8l{a&) zO?b@3`Pyv-!-+`4BMloqEqK^mv-|ETSFs*rb@$c_n&;{Rj{KhVPr<>j$Zr1hM+QZz zi?7yqXV2?eDt#-m_a}>hisqWNQ3BuU)R-1Z++DJH9Y~1tvXc2tS?5#jvh_P-?o5zv zKBzv?k$%0iL>ne6xT$LdG5D6bnL?%H$Nu3Z%maOWoNk#cur86 zq`BzE-Jg0Em78y#IXbB?px8oY$vi$y!>u`4qH9~j7}94cc&e-xaG1f&W%1el7}JlQ zco|Um#NkT(Srq$`-p1pfHSM9xKHMej2 z>8DS=*ILN9IaKmLob9!(H#ocH7;{nDAflskn3Ix}BUm R6wZJu4^LM=mvv4FO#sxDhmZgO literal 0 HcmV?d00001 diff --git a/Resources/Textures/Interface/Ashen/Slots/hand_l.png b/Resources/Textures/Interface/Ashen/Slots/hand_l.png new file mode 100644 index 0000000000000000000000000000000000000000..2f376ce1b931eb15af01bec69a3603e0a84b5d39 GIT binary patch literal 1670 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}e5nzhX}-P; zT0k}j5QD&_;K@Lev%n*=n1R9c3J5dCr9K5pGiPLmM3hAM`dB6B=jtV<zCHb_`sNdc^+B->Ug!Z$#{Ilm}X!A#FU&p^qJ zOF==wrYI%ND#*nRsvXF)RmvzSDX`MlFE20GD>v55FG|-pw6wI;H!#vSGSUUA&@Haa zD@m--%_~-h7y>iLCAB!YD6^m>Ge1uOWNuD{X>Onz} zlL-o0tDMBVbX%ng-IUa{#L}D+CA;E`)YK9ieTWiNtq@UE6K(XdSZ)LIvQ=bIYH@x} zDJanGj7<$}zyX0GiU@v)jtHzekVVmT1Z3owO zx>*RzL-R6A>|h3<2_xx3iW)1&qLT9bqU;cGG(f`;r##dQNO&TpO-RBAhdnUm+i}_G z!*h`xm;Oh)Hw+9+b3I)gLn1hjPQTf8$Uvm6-$-vkQ#Sps3l*Bml%E#O+;meXcYE}!vfXRWZg*RpD9Xher8nI~ zf@ep(iPYBb^{;;x?JW48we^(1>Z@HPe*VKvn&$r-OgTT(Ge!Cyvotwz;V1~=85Un|nm*tnN$;FZ}P zXS0wY;lxVjFgvk$rHKzN?y6N!@IBz&;81dOSHY&0&i1zK2?=)dFTX5#q_M1gno&z( zqA!EQ1O~Ppm#zCHb_`sNdc^+B->Ug!Z$#{Ilm}X!A#FU&p^qJ zOF==wrYI%ND#*nRsvXF)RmvzSDX`MlFE20GD>v55FG|-pw6wI;H!#vSGSUUA&@Haa zD@m--%_~-h7y>iLCAB!YD6^m>Ge1uOWNuD{X>Onz} zlL-o0tDMBVbX%ng-IUa{#L}D+CA;E`)YK9ieTWiNtq@UE6K(XdSZ)LIvQ=bIYH@x} zDJanGj7<$}zyX0GiU@v)jtHzekVVmT1Z3owO zx>*RzL-R6A>|h3<2_xx3iW)1&qLT9bqU;cGG(f`;r##dQNO&TpO-RBAhdnUm+i}_G z!*h`xm;Oh)Hw+9+uAVNAArYK!r=RRP#vLQ9;_yobTTXlBSvA2(4hR^Fi1SHEP6&q&FPV62$G)oo7t zjtj?G6E;R%naK6r>xXRpZO#M#o7VDioPNahkVRqPe?6u;g`y^=me)lQj3?e*&06ZW zeDbdQ@9S)X-Dh;qIZ)hilDn)|S161jq(R~I-(yFjj|uLJTOTFyp0&v^x{&FE^u(tL zujigme{1>p4O>g6P`j|8a?!TW4|5q#GAkL(KD$Mu^d_gvqq(2N7~+)OM4qV3Isg1v zairLu^piRFm|v9$b-8mS$S`o~Cq5TiQ10)N&afwP{q;jhd#bPIt3_#@W4KW%dMW&` zSgx(i2}UQ$a?WgthOpI3w;mQ=#3FS2ZQ1P^R~i2Be#}>3HoADGYk`v4MUAOmuPSV^ zRzLfE?fv(?HFoRy+M8$js0n)1nLZSk=WCC;&0w(i`s>P?pvO8nj}ImYT<8rxpY>Z< X-&$3&zu)C6sI2yM^>bP0l+XkK_MAGh literal 0 HcmV?d00001 diff --git a/Resources/Textures/Interface/Ashen/Slots/hand_m.png b/Resources/Textures/Interface/Ashen/Slots/hand_m.png new file mode 100644 index 0000000000000000000000000000000000000000..c9289a6ebd6ac0496baeee9765e4064853dfa4c2 GIT binary patch literal 1582 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}e5nzhX}-P; zT0k}j5QD&_;K@Lev%n*=n1R9c3J5dCr9K5pGiPLmM3hAM`dB6B=jtV<zCHb_`sNdc^+B->Ug!Z$#{Ilm}X!A#FU&p^qJ zOF==wrYI%ND#*nRsvXF)RmvzSDX`MlFE20GD>v55FG|-pw6wI;H!#vSGSUUA&@Haa zD@m--%_~-h7y>iLCAB!YD6^m>Ge1uOWNuD{X>Onz} zlL-o0tDMBVbX%ng-IUa{#L}D+CA;E`)YK9ieTWiNtq@UE6K(XdSZ)LIvQ=bIYH@x} zDJanGj7<$}zyX0GiU@v)jtHzekVVmT1Z3owO zx>*RzL-R6A>|h3<2_xx3iW)1&qLT9bqU;cGG(f`;r##dQNO&TpO-RBAhdnUm+i}_G z!*h`xm;Oh)Hw+9+uAVNAArYK!r=RRP#vLQ9;_yobTTXlBSvA2(4hR^Fi1SHEP6&q&FPV62$G)oo7t zjtj?G6E;R%naK6r>xXRpZO#M#o7VDioPNahkVRqPe?6u;g`y^=me)lQj3?e*&06ZW zeDbdQ@9S)X-Dh;qIZ)hilDn)|S161jq(R~I-(yFjj|uLJTOTFyp0&v^x{&FE^u(tL zujigme{1>p4O>g6P`j|8a?!TW4|5q#GAkL(KD$Mu^d_gvqq(2N7~+)OM4qV3Isg1v zairLu^piRFm|v9$b-8mS$S`o~Cq5TiQ10)N&afwP{q;jhd#bPIt3_#@W4KW%dMW&` zSgx(i2}UQ$a?WgthOpI3w;mQ=#3FS2ZQ1P^R~i2Be#}>3HoADGYk`v4MUAOmuPSV^ zRzLfE?fv(?HFoRy+M8$js0n)1nLZSk=WCC;&0w(i`s>P?pvO8nj}ImYT<8rxpY>Z< X-&$3&zu)C6sI2yM^>bP0l+XkK_MAGh literal 0 HcmV?d00001 diff --git a/Resources/Textures/Interface/Ashen/Slots/hand_r.png b/Resources/Textures/Interface/Ashen/Slots/hand_r.png new file mode 100644 index 0000000000000000000000000000000000000000..90af0471909cd87c31605cd5b900ecdbc5bc62c9 GIT binary patch literal 1651 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}e5nzhX}-P; zT0k}j5QD&_;K@Lev%n*=n1R9c3J5dCr9K5pGiPLmM3hAM`dB6B=jtV<zCHb_`sNdc^+B->Ug!Z$#{Ilm}X!A#FU&p^qJ zOF==wrYI%ND#*nRsvXF)RmvzSDX`MlFE20GD>v55FG|-pw6wI;H!#vSGSUUA&@Haa zD@m--%_~-h7y>iLCAB!YD6^m>Ge1uOWNuD{X>Onz} zlL-o0tDMBVbX%ng-IUa{#L}D+CA;E`)YK9ieTWiNtq@UE6K(XdSZ)LIvQ=bIYH@x} zDJanGj7<$}zyX0GiU@v)jtHzekVVmT1Z3owO zx>*RzL-R6A>|h3<2_xx3iW)1&qLT9bqU;cGG(f`;r##dQNO&TpO-RBAhdnUm+i}_G z!*h`xm;Oh)Hw+9+U7jwEArYKMr+cn`XgM`qi=@PFNWdR8X+{?y8F!DmgzlG#^hgjCYM$AHFeMZ@TM|w9SHo zf?uL+zf1G6-sVL{mHqtCqGb~ltq%Ja2P zO_cbQAiXB=hZn=aqe+2#x?KLv`u+2#;oc)_+l^+Q4cQtsl|6S_Jm-aj4N8w6zRW*$ zoQa|RIK%PBg^8~u{RBCzyWXw6_iRr;3q#*-o0&dEdy{K--woLtS1$9sA)T=yTubzF zwp78Y>8F=op77;!-3OJ1M1K{bNoUVL|NM5IxfJi$3Y#l0OM+g1{WV`(@>@iVG5cih z)+Vpzmzj=R3-Kv^xFLGr{PWGacdYJ*GKedzWJnj;aJ=f->m-Bxtx<(9Z{G@K=#x0a z(ZA^8iWV`3c?=Eu)4O-wf6tWk?eWpm+ZV28SY1=mr}5wgBcI{tpLg!??N-j*x^REB z5QD!!kP9Pg!W-iUJH9fwvOKUoCc!KF(iG6X_i{Z-1|4{ubYUBN{xX8$88aY!*}zp tpGYyfZxD0+k>1Pizx89TyE^*)V19JRp2Pc9gC(fI_jL7hS?83{1OSXxW5xgg literal 0 HcmV?d00001 diff --git a/Resources/Textures/Interface/Ashen/Slots/hand_r_no_letter.png b/Resources/Textures/Interface/Ashen/Slots/hand_r_no_letter.png new file mode 100644 index 0000000000000000000000000000000000000000..8dfca5a970e3ee3b4b1bb750ceaabb23f4c059fc GIT binary patch literal 1590 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}e5nzhX}-P; zT0k}j5QD&_;K@Lev%n*=n1R9c3J5dCr9K5pGiPLmM3hAM`dB6B=jtV<zCHb_`sNdc^+B->Ug!Z$#{Ilm}X!A#FU&p^qJ zOF==wrYI%ND#*nRsvXF)RmvzSDX`MlFE20GD>v55FG|-pw6wI;H!#vSGSUUA&@Haa zD@m--%_~-h7y>iLCAB!YD6^m>Ge1uOWNuD{X>Onz} zlL-o0tDMBVbX%ng-IUa{#L}D+CA;E`)YK9ieTWiNtq@UE6K(XdSZ)LIvQ=bIYH@x} zDJanGj7<$}zyX0GiU@v)jtHzekVVmT1Z3owO zx>*RzL-R6A>|h3<2_xx3iW)1&qLT9bqU;cGG(f`;r##dQNO&TpO-RBAhdnUm+i}_G z!*h`xm;Oh)Hw+9+zMd|QArYK!r=RRP6nfmKb1J@nin;_6JcjL zZnFGI=yb!EN8a7o`*OR-+3)wvL!74kO76b-=WW?-&FQDVg*^FtHf?d+;e`)P=lU&w zJjF|O>)pJoDMp=hBo0KaT~<)AH*WRCj3qn29`3f8>gB5SsKhFBPu1Rau4}@yb(IdT zx&3*?$%hQWf}elRSt#Zx{k+lh#(l@S^c~#`^p##nGxFT?ly3i z7;Aa!XO-@JY}U8?#v9Y!|CJe?V%CP4rYRM+ThBkAwKK*pbdRsj-+ayuor*_qSNt)a zJ=4d{@O&+Q*OAjq3dfTQf*pBqP41~9!j`{m;t4UeVDX;yP*m3aKS`~1(bg+UG?9GZa#K13-Q&OZA^ zM({xOH5I8U#Rr1Fq`EjhJh`e}Io-4?R7vC;MrFDBJWG9ZeV>Yh z!=D3xpFN!u{yTtKzCHb_`sNdc^+B->Ug!Z$#{Ilm}X!A#FU&p^qJ zOF==wrYI%ND#*nRsvXF)RmvzSDX`MlFE20GD>v55FG|-pw6wI;H!#vSGSUUA&@Haa zD@m--%_~-h7y>iLCAB!YD6^m>Ge1uOWNuD{X>Onz} zlL-o0tDMBVbX%ng-IUa{#L}D+CA;E`)YK9ieTWiNtq@UE6K(XdSZ)LIvQ=bIYH@x} zDJanGj7<$}zyX0GiU@v)jtHzekVVmT1Z3owO zx>*RzL-R6A>|h3<2_xx3iW)1&qLT9bqU;cGG(f`;r##dQNO&TpO-RBAhdnUm+i}_G z!*h`xm;Oh)H^A)r!PCVtB!cto^z&Ivh62ZyFYV~!;;Jg*|HUKcQd1+yGT)K^o`^_z z;KxayT-9VRmrh>WY4#v((%duePw($ltSbIB;m^T@1yO6Kt>Mah|Gj$F*|fIoo`(f1 zqpPQBCIK#GGSu8)l!*o}VwiK>VR` z?X#=8$u|z`+`sv4KC6MmZLejgpE}Jx>lXf#LsO^W;M=ljXRWDSPbTX)cX+!fGBz0R zh|#-$a7kC%=FBcV!Fx;$#|sv>KmUA_VV>!pvc?wXj>=>DE=61$9x5&{a(gFY({$SM zS%O8(s;gRwxe7o1g4Z$dy*pL7Cn;BB>7Ii!mn~V}M3_8(-n_p*y+1Dk`D|1ujf24UB7ITWExA=-g#-a`4m|T-_-5TKa|C|gZE+H0sR{n zD_9LI)Fi%E&FwqBxG!s6+T)KA4-G73__jpoFe%ixPx$b%p=fS?83{1OQhs5p@6n literal 0 HcmV?d00001 diff --git a/Resources/Textures/Interface/Ashen/Slots/id.png b/Resources/Textures/Interface/Ashen/Slots/id.png new file mode 100644 index 0000000000000000000000000000000000000000..02cd231604ecb42af440d514ec12af5138657f84 GIT binary patch literal 1519 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}e5nzhX}-P; zT0k}j5QD&_;K@Lev%n*=n1R9c3J5dCr9K5pGiPLmM3hAM`dB6B=jtV<zCHb_`sNdc^+B->Ug!Z$#{Ilm}X!A#FU&p^qJ zOF==wrYI%ND#*nRsvXF)RmvzSDX`MlFE20GD>v55FG|-pw6wI;H!#vSGSUUA&@Haa zD@m--%_~-h7y>iLCAB!YD6^m>Ge1uOWNuD{X>Onz} zlL-o0tDMBVbX%ng-IUa{#L}D+CA;E`)YK9ieTWiNtq@UE6K(XdSZ)LIvQ=bIYH@x} zDJanGj7<$}zyX0GiU@v)jtHzekVVmT1Z3owO zx>*RzL-R6A>|h3<2_xx3iW)1&qLT9bqU;cGG(f`;r##dQNO&TpO-RBAhdnUm+i}_G z!*h`xm;Oh)Hw+9+Y@RNTArYKs!%ufH84Bc-1`5bOIN2=sMcSt0$4@1Wx@NgO6+tx$ z8ZX|2wQ(7CN|v8_#WtsI$?nxwYLcQqKWNPO(R@%Lb8FNx?OpqBzfCclof)&1r~UAf ziy0^C_D_FWBq=MwYCX4a!NIp>+Mj>MB(84f-xH(fu3ES=CS-5k_SGIaX40;YxZ`$z zzVYCIgYSfhwP6OLoF|mzBx1hpXYdyc61w2Yv`dZQvHrn8`NPL{C{JkH^ZjQbQfIdweXZhcW4rA=$wjqT_~0@2B^tF>&lNVi6|i!( zeu+IQ>^NK7ky9Y}`_29i7S09CW&KQP?kcSI$u)Lo+TA8FSbr1UVC~j({`qOsT1Tcg zH@462Kfd_EilAAp3+=0`nphZm=Jxd4&N{oSDDc+j4V(QKlA2iN={D`yb6Bx~w>A28 za=4+DV&|UNo0T@I+vK-xX5!&eHB@Wkxz}RIuqo@0KGQSbX-93|@9A9_zTo=nm9xqm z;uPZLvcLbXwOz~c;J&~=>4K(4E3KwOvkt7d{`wW0>&-8v-xv2Bf4n4W?WuZ-E>L0X>FVdQ I&MBb@0De;%v;Y7A literal 0 HcmV?d00001 diff --git a/Resources/Textures/Interface/Ashen/Slots/mask.png b/Resources/Textures/Interface/Ashen/Slots/mask.png new file mode 100644 index 0000000000000000000000000000000000000000..7e13a437a04056d67259620ef02fed749a0fca19 GIT binary patch literal 1560 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}e5nzhX}-P; zT0k}j5QD&_;K@Lev%n*=n1R9c3J5dCr9K5pGiPLmM3hAM`dB6B=jtV<zCHb_`sNdc^+B->Ug!Z$#{Ilm}X!A#FU&p^qJ zOF==wrYI%ND#*nRsvXF)RmvzSDX`MlFE20GD>v55FG|-pw6wI;H!#vSGSUUA&@Haa zD@m--%_~-h7y>iLCAB!YD6^m>Ge1uOWNuD{X>Onz} zlL-o0tDMBVbX%ng-IUa{#L}D+CA;E`)YK9ieTWiNtq@UE6K(XdSZ)LIvQ=bIYH@x} zDJanGj7<$}zyX0GiU@v)jtHzekVVmT1Z3owO zx>*RzL-R6A>|h3<2_xx3iW)1&qLT9bqU;cGG(f`;r##dQNO&TpO-RBAhdnUm+i}_G z!*h`xm;Oh)Hw+9+`kpS1ArYKsr+IfDG7xcF-0`4TaYt~#_jfTJKR&w(+}Rm^aOr{{ zY@$}h>+W1Qe&t$J`m?5!xqE)@n{2XH>htl5g}=X7*)9)Ty|X>&eEIIVGkw&qU03^C zcYkHr>a_j$XCFW+mt9_2;r)4XrQLjg(MMH#yW%$A6zMpdrYvCT z_E+2gwhX^XW5n997%rCDX>AvB|F`@+{E*Rcoxl^ZhHn2^i~WDt+A#D_x}W=$M`hy` z=cUDewJ(2MVJFD&Y;D--#d~A)m~X$<Z8HP4r+mW2jaUpJF6=GE;AQ_mfs9$6qme>ZU~>?;dHa;9BrZ zLU_-zn~Y4KbH05Pn8;kX|NdLP7jrZ^0vNVi9%D&jkl|xL|BdO;jB6gBfEqYh0|eh1 zs()Efxc~0L$5lVJ*k!Rh#k+7A&b+!=$dgGlPJc#?fDR4AksW-I@sg#7kEf&y;95`Ch_!{*TYmANDg?+?>z1zx{4w*>2r?|C&r1 zLv~+&84<~N;rrgYg{|APT3t*(KKTB)!lrB0-*Q74zPU*oHSAY^{%ON{dO^$W8XLLp z?W_xG3?wX`7Fk*tAD#I5XO7$AiO0=de_mg@kHNzCHb_`sNdc^+B->Ug!Z$#{Ilm}X!A#FU&p^qJ zOF==wrYI%ND#*nRsvXF)RmvzSDX`MlFE20GD>v55FG|-pw6wI;H!#vSGSUUA&@Haa zD@m--%_~-h7y>iLCAB!YD6^m>Ge1uOWNuD{X>Onz} zlL-o0tDMBVbX%ng-IUa{#L}D+CA;E`)YK9ieTWiNtq@UE6K(XdSZ)LIvQ=bIYH@x} zDJanGj7<$}zyX0GiU@v)jtHzekVVmT1Z3owO zx>*RzL-R6A>|h3<2_xx3iW)1&qLT9bqU;cGG(f`;r##dQNO&TpO-RBAhdnUm+i}_G z!*h`xm;Oh)Hw+9+xt=bLArYKMr{7#9{L@Mq`(atYQ z`!3Hekz>+Zkah8r`TX;H1$0Y~#sB?tY0GQ&SN@loe*O6IL7sDAUzRsZ?M8-b=E_?F zdxBP0C^*S=2K<#~e8qDyZhiRl^UvkGHhgX7+VHN?qlH!N^8%)vLSJhokyn>Z*V?mg zQ_ju1tG@7N&b54xEPb(VX_pU@7IXddCZGJV_5SB!~ejE4=J52`LG z9I`9e@-a^IV?e_Li_H&G=H21qICq70mvrP6+S%#~?Yc@Vv2E R_?QKVfp|7 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Interface/Ashen/Slots/pda.png b/Resources/Textures/Interface/Ashen/Slots/pda.png new file mode 100644 index 0000000000000000000000000000000000000000..c1c5bd79ef12f459800ac871a905206534ab1b91 GIT binary patch literal 1580 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}e5nzhX}-P; zT0k}j5QD&_;K@Lev%n*=n1R9c3J5dCr9K5pGiPLmM3hAM`dB6B=jtV<zCHb_`sNdc^+B->Ug!Z$#{Ilm}X!A#FU&p^qJ zOF==wrYI%ND#*nRsvXF)RmvzSDX`MlFE20GD>v55FG|-pw6wI;H!#vSGSUUA&@Haa zD@m--%_~-h7y>iLCAB!YD6^m>Ge1uOWNuD{X>Onz} zlL-o0tDMBVbX%ng-IUa{#L}D+CA;E`)YK9ieTWiNtq@UE6K(XdSZ)LIvQ=bIYH@x} zDJanGj7<$}zyX0GiU@v)jtHzekVVmT1Z3owO zx>*RzL-R6A>|h3<2_xx3iW)1&qLT9bqU;cGG(f`;r##dQNO&TpO-RBAhdnUm+i}_G z!*h`xm;Oh)Hw+9+&YmugArYKM!%ycOG7uyW4KsVokD8X2BjyJhxnmsm zunH}a+WuNE+PZK;pss0T|8?WXr3F$;|Lv?T_*=JM-du{8kF~#i_uN^2%iXTCG#^x0 zcl~wN{`;$sCJDw!w7e~gPHepWHtcMg@!GZeW*?mv3S2qzw(N4vTtD~OH*(Bw9Z?V1 z`RT%=3k>Q$I@7&NwsPK4j=8Ynjb35Y!SZj};g8gW6AaldEMz&d$8pcqte2t%f2Kxc zz0mbgnxsAb?~CWV2^CwTmfrFCe){Pm z-sLk3q#k4)e;oL<$db?Y=!!lQDc6Zi^RDgTao7{I(qgCI^2u_|FCKp^cy^O*4^M)U zdfS8}CLazRz0J^B#M@ao*+yUUo7sVro->jK81*))6!ug~YlwBXb)RE8^x?>7wcj;9 z$L_ItOcD0z35(a7dgW^s?|1D7i&U6;wly8g zyN!XJ>+dyH!2+v-6;_d24^kcG6hb2~}+ z>5R(^a(a7C{&+pZ|4ZlPdo2$Nqz)+ftht^odfaf=%-L_nl{|%b6)fkUKW*vw+n;}- z&CMpQzY{!plNa26`$}Y{z$KQ#?^U+Wt9c(}bKGY$ap+Xjc5s+;Va3%fuK%eEXZmlx zm?1L#bZV)E%#|8DeubaYo4WngCg1lr_LAjmFT57q|LoVj^UpU+^&d}rxbO45Y2R5R WjDBP!#wE0aN@`D6KbLh*2~7Y{z&}g? literal 0 HcmV?d00001 diff --git a/Resources/Textures/Interface/Ashen/Slots/pocket.png b/Resources/Textures/Interface/Ashen/Slots/pocket.png new file mode 100644 index 0000000000000000000000000000000000000000..c773e84b5105be66bf762bff653f2bf3ea163c3b GIT binary patch literal 1568 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}e5nzhX}-P; zT0k}j5QD&_;K@Lev%n*=n1R9c3J5dCr9K5pGiPLmM3hAM`dB6B=jtV<zCHb_`sNdc^+B->Ug!Z$#{Ilm}X!A#FU&p^qJ zOF==wrYI%ND#*nRsvXF)RmvzSDX`MlFE20GD>v55FG|-pw6wI;H!#vSGSUUA&@Haa zD@m--%_~-h7y>iLCAB!YD6^m>Ge1uOWNuD{X>Onz} zlL-o0tDMBVbX%ng-IUa{#L}D+CA;E`)YK9ieTWiNtq@UE6K(XdSZ)LIvQ=bIYH@x} zDJanGj7<$}zyX0GiU@v)jtHzekVVmT1Z3owO zx>*RzL-R6A>|h3<2_xx3iW)1&qLT9bqU;cGG(f`;r##dQNO&TpO-RBAhdnUm+i}_G z!*h`xm;Oh)Hw+9+=AJH&ArYK!LrK@=Qzh$%TuqOm7!H^8WkpxV>@wtAgggFS9nC>u0)d9uFJy z`moh2|JJP+>vny0fa6Ani3s10yLnf0%!G4(x->rj{4>NeW_@_)^&GR-BWarjh4i*O zJ9(Lnoh_;9NY&nBK^_ii9}Xtmy3hDd`G<;uI_DWvMxA?{eLp1B+&UWaKizz9-?%>A z;a^+f_H+LY-kxz4m2<$0zP9+JFCQ*4AI4 zUzf$}Fj_FkoaH)bxasB^Cc!@j3y!akT6;=LNcV19grGve(x8bm*1cYJ`>j|Pf9%GH zD^|ZUj!yQ}VZ8IbXlKaYIRB|$s+`W5$5dXtED@TYzE$W;x2i+(Jc;t^oiQ$F7byoU z44CkGk#23gr#91$_<4L^5AaMmo!WWUmT6}8tHnz~(qK(ID?FG#_&4e45J}%6G@ghH*T2d8GJsZ~24-pM(cH?d1BM4%I)9zkD&{$-?dOeC($4 z&zl}LQFr`sGDYdeEQW@*!wZj_+xtF9&@oy4u|nn$@4Nb%f6R?K&%a;Qto{fpojqOs KT-G@yGywptnK|zCHb_`sNdc^+B->Ug!Z$#{Ilm}X!A#FU&p^qJ zOF==wrYI%ND#*nRsvXF)RmvzSDX`MlFE20GD>v55FG|-pw6wI;H!#vSGSUUA&@Haa zD@m--%_~-h7y>iLCAB!YD6^m>Ge1uOWNuD{X>Onz} zlL-o0tDMBVbX%ng-IUa{#L}D+CA;E`)YK9ieTWiNtq@UE6K(XdSZ)LIvQ=bIYH@x} zDJanGj7<$}zyX0GiU@v)jtHzekVVmT1Z3owO zx>*RzL-R6A>|h3<2_xx3iW)1&qLT9bqU;cGG(f`;r##dQNO&TpO-RBAhdnUm+i}_G z!*h`xm;Oh)Hw+9+TAnVBArYK!!+pCCIq>*qhl+fC;OWBuOWLO6$7ff8KfF~R7HQNi zeiS}k-2AYG_1fJAckebcTF*2&S$)!H`Lq}PM=yVjUK=rOZ_^ zF4jXDMZ52=h*}$@H+^x4mTDT;;R)Y<+nyJccUPL$5c2M~9joJkwQYI{n^+{?f463C z5-HK)J>lp+eUXQYkidr;yZOy>s+Rdj6y#hRSU$~4QdRKtDA^mglZ%0KMu_?R^E;1rA8lIQDyy_l zLQwyR>UujjJ;r}K6O>(9nR!lcj9b6+(9ImN*V<1?3togVWjy^@VN$!c_=g-H`)k|F z8s1B8uVs0VP<)NK^soB9Dw!`gY!j^14eNz}#LI4w6N`)*!`arO4w7c)$X7=D_z^4)v?T{2p* up?djc&X4E(g9@^~Rqa*3qw+EC**}I|Q~&3tRPvUB3S>`LKbLh*2~7ZfPAgmh literal 0 HcmV?d00001 diff --git a/Resources/Textures/Interface/Ashen/Slots/suit.png b/Resources/Textures/Interface/Ashen/Slots/suit.png new file mode 100644 index 0000000000000000000000000000000000000000..2630e4ff9e28147146975ff8a3e64067c74a6561 GIT binary patch literal 1680 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}e5nzhX}-P; zT0k}j5QD&_;K@Lev%n*=n1R9c3J5dCr9K5pGiPLmM3hAM`dB6B=jtV<zCHb_`sNdc^+B->Ug!Z$#{Ilm}X!A#FU&p^qJ zOF==wrYI%ND#*nRsvXF)RmvzSDX`MlFE20GD>v55FG|-pw6wI;H!#vSGSUUA&@Haa zD@m--%_~-h7y>iLCAB!YD6^m>Ge1uOWNuD{X>Onz} zlL-o0tDMBVbX%ng-IUa{#L}D+CA;E`)YK9ieTWiNtq@UE6K(XdSZ)LIvQ=bIYH@x} zDJanGj7<$}zyX0GiU@v)jtHzekVVmT1Z3owO zx>*RzL-R6A>|h3<2_xx3iW)1&qLT9bqU;cGG(f`;r##dQNO&TpO-RBAhdnUm+i}_G z!*h`xm;Oh)Hw+9+%ROBjLn1hjPCL2ol>txN;SvE3fy+W-A9!>G9(@!P5<1Vo{q4+# zgjcrl6SU1soL=p{9wdFe?9czgxm%9?Nk5tS=VHc_t+#V?PsP~F@TF~x__1T3kzD^? zx5bHl#}`Mgzdnzu-NU3#}}>{2SUW3T}8ycJfX(G1PNwaEJ)X zQCWBW^|vmiiE3&(``VmS`KIyu>(ub`T!MT;j7zl^o#ynCDSNhb;tj43e3jEx-jwYwD`mJO z+!MrT%XCU{@-}uMZ3ib!Z7ZgV8yUU(&CTQ9BqnPyF-c5QIP=Z7Mu*XAZnD+cvP&)< z>GO66m-M{Y$ilH`!YWvQ>Ulq#(v1-dJJtjp_$WMG zY>v%Fd1Xc+A)C*NyY9b##MQ%4&wTC)17n}xfkQ5n7hGI&vtub!Oy+^Rk8i3QNbtOw zUl=76sB-vClJJLz1scn~#~b<{KJF|d^uk@U)ypMT>y7i&ISC({tL^6Jp80+F-)g_* z!Rw>e&bs_EC2aLo_a+@4sT#Za(K+)O7$%=QvifRPWP literal 0 HcmV?d00001 diff --git a/Resources/Textures/Interface/Ashen/Slots/suit_storage.png b/Resources/Textures/Interface/Ashen/Slots/suit_storage.png new file mode 100644 index 0000000000000000000000000000000000000000..3a2b4a5767f3171a39d30a73c38a2b18ea5e418e GIT binary patch literal 1806 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 W+NOM7C*uTA-Q?-&=d#Wzp$Py(V$W{? literal 0 HcmV?d00001 diff --git a/Resources/Textures/Interface/Ashen/Slots/uniform.png b/Resources/Textures/Interface/Ashen/Slots/uniform.png new file mode 100644 index 0000000000000000000000000000000000000000..0c8d6f8d26aac47c8c58e732f3e6c5170808ef99 GIT binary patch literal 1606 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}e5nzhX}-P; zT0k}j5QD&_;K@Lev%n*=n1R9c3J5dCr9K5pGiPLmM3hAM`dB6B=jtV<zCHb_`sNdc^+B->Ug!Z$#{Ilm}X!A#FU&p^qJ zOF==wrYI%ND#*nRsvXF)RmvzSDX`MlFE20GD>v55FG|-pw6wI;H!#vSGSUUA&@Haa zD@m--%_~-h7y>iLCAB!YD6^m>Ge1uOWNuD{X>Onz} zlL-o0tDMBVbX%ng-IUa{#L}D+CA;E`)YK9ieTWiNtq@UE6K(XdSZ)LIvQ=bIYH@x} zDJanGj7<$}zyX0GiU@v)jtHzekVVmT1Z3owO zx>*RzL-R6A>|h3<2_xx3iW)1&qLT9bqU;cGG(f`;r##dQNO&TpO-RBAhdnUm+i}_G z!*h`xm;Oh)Hw+9+v7RoDArYKsr{7)m%0QrX@rob)Rm(LNoqy2U(XZe1!1zV$it?`i z3Q6DpDG6tlZ}&CRea>^kXY$FYY&Fm5slSd-`}CQgjd}gWj32v`zVo*?&pMmdcHQFe z!waj!R==vSS@pC?(%P`$ZCUih2X*_yKmUv=e(fz$sW-hl^vK`3>lJhT+`DhQEsJt# zyO;2+aPnbBHKnlCqT8cba%XX?rTRDhIr>4UQD5mpFGJoW6?S>U4$+!w)bg|_^0=a2#4CZkyQ!)TCw!iXaw)Pk{@C^ScauWrS>`Y6aW0Yp;naSnKpe98ht4mwW337l(({+_3)R&Uwz!$2yA*S7#Vm z&p-d_XHDIaX%^GHT=W=c_bzVT_*qbJn(AMH_1Cjyv#Yt*XfY^BzrOs-_*lP%_+~K% z4fmcmshSx_+ihl_-Bs}V#tGFA%AX7yJyldRB9q^~^V&+&@}?H1dP z`!9tFZa@V}s3HzpRZBM;v|%AM&@G>u0)M w(BVgh$)_J1d@lW1G|xvZe~;%U*Q9#JKVQGhoAPt^S5O)5>FVdQ&MBb@0G$<5-T(jq literal 0 HcmV?d00001 diff --git a/Resources/Textures/Interface/Ashen/Slots/web.png b/Resources/Textures/Interface/Ashen/Slots/web.png new file mode 100644 index 0000000000000000000000000000000000000000..cf527f2fdeea6100eed45564a4a382f980ef1c37 GIT binary patch literal 1700 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 PWzA{qHtXY^=db?(Gy^wY literal 0 HcmV?d00001 diff --git a/Resources/Textures/Interface/Ashen/Storage/piece_bottomLeft.png b/Resources/Textures/Interface/Ashen/Storage/piece_bottomLeft.png new file mode 100644 index 0000000000000000000000000000000000000000..0530e53910fb162b39da9692b785c1edc9629e78 GIT binary patch literal 1118 zcmeAS@N?(olHy`uVBq!ia0vp^93afW1|*O0@9PFqjKx9jP7LeL$-D$|_);T0(|mmy zv_PtW7z8c_PX>~l1s;*b3=A5xK$ub7N^uhd19MeoNJL45ua8x7ey(0(N`6wRUPW#J zSeH$O6_A;mT9T+xk(-lOY*k^a1Xf`MWP^nDl@!2AO0sR0B76fBob!uP70mPu^bC~j zxD*r=Y>HCStb$zJpxS{vTcwPWk^(Dz{qpj1y>er{{GxPyLrY6beFGzXBO_g)3ft)MkKHn`c2uvI#JxTq}U?f%*^V z&}6W^#U&~FNDB0g3=AxE4UBY+EcN0313KR(CE2PZvm_@K9B^>|fJ4wRrvz0Lq#hIm zIhml4waQ7%OSe_3&`n8AODxSPQL-z@OifOWFUcMU^3c4@5<4TP0cgTVx{%_?%CV@VJijPA1RNjefr(Qg)G$cEBBfSH zRscr=FfZ6~+33Ubl^vJw%V(c~nJwAV#W6%even;{i$RgcyZTc1|BtG_ismnTbo8DU zm+=V=p9L3|d5Uu>W_WQPlelxhyy*E2%k9_Q&$+bR`+c#ZxvX~l1s;*b3=A5xK$ub7N^uhd19MeoNJL45ua8x7ey(0(N`6wRUPW#J zSeH$O6_A;mT9T+xk(-lOY*k^a1Xf`MWP^nDl@!2AO0sR0B76fBob!uP70mPu^bC~j zxD*r=Y>HCStb$zJpxS{vTcwPWk^(Dz{qpj1y>er{{GxPyLrY6beFGzXBO_g)3ft)MkKHn`c2uvI#JxTq}U?f%*^V z&}6W^#U&~FNDB0g3=AxE4UBY+EcN0313KR(CE2PZvm_@K9B^>|fJ4wRrvz0Lq#hIm zIhml4waQ7%OSe_3&`n8AODxSPQL-z@OifOWFUcMU^3c4@5<4TP0cgTVx{%_?%CV@VJijPA1RNjefr(Qg)G$cEBBfSH zRscr=FfZ6~+33Ubl^vJw%V(c~nJv!K#W6%evbKLC-vI>z`0Z?tg|d-J_{Z#qW@mGbp6La1ULwz_=X z6m#<;|9;*2@{TX1xO=dNX5Vj|@xv9`w+8Jtx+740it+RD2mZYr9v;UC-To+MX`9^q zjL^nQuh)lu`w?;2ShZbtLe*p(rYs{Nd^@IKOUc*|Vv;oE6hZi2n6WIS5IAkf{dPyX z&mt=As+y|FW?7OXBXS3%+j@}G`Kcj~078QCbUIb1cU2Y*akXBrV@=1pu5g4BzX-ri zlpwy9Ir;CWMPn!OLhx813BUFUn?OUBMWAA2dAd#!C!9on8pU-m_34-f5aX&^#p`(B z4dxjJaV`fJ28%zOrmdw}AviUz)PBPA$?wM#b<(&oxOf48bxpgcXu6`;adAJMzTr9q zJn(5MTydXN!KM$(R)H51_?}Rf_;xUC$cf_8fj#j-Hbaj(^ck?Q>kUU>;0(L$BeO2M zHt?D(3~_gI+@&$|CqjKw->n&`B1_hJ9Wq9LEo0HT%IJ(3F#fJ0&#?laQ5f+zmPO3t zosU@cH4pwI@W9k_2P@_U)eFQm^;gaU3jfoE2Kr>yynNq#Z@xG0b?abnvv{S55Zbi% z8*RR>i@9Fl-_PYwZ}_qnxA%6?S#gw8$lI$h{C9}tHPRoi7pR859q$}$qdw?hiHlnnhKCP__B5rprB8Ou@%f#aIo zZMLL)ETYo3s;Qc679~kCBDY7{jr%#BpK9^|AS4)%$76MTTV+unSE|)2)^x1v3P&jM z(*W#53E~@>lmC7iGzynjy9W0sWSaUTZ^$5l+I_{+PSQhh4VD2mvcJ8%it&kRh_kvk8 z@U*YYV)OLpAKq-&tVX?a>9TX7T>ks~*Y`VxQmIt%Uu?XWPQLwaA@ngiKiPQo;fLr; MYxkfr*?IEvA0iGm@Bjb+ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Interface/Ashen/Storage/piece_right.png b/Resources/Textures/Interface/Ashen/Storage/piece_right.png new file mode 100644 index 0000000000000000000000000000000000000000..a6aff00f41a44c60d8a7221f3fee35e288ccfba2 GIT binary patch literal 3337 zcmeHJTa46X6#jdg%W5LSWxXWE(q#eH%(OGJz)rKnX0Ng)V_;bYdD(Q@?o8QETiSn} zvQZ;=Hzo!YM4#j$Uf#H>kf;cFdqWXfj4|sSqv4|9LZbDwGYqRw#8>A_+noOYIp2T2 zuYEY)NpAu*_PW|ILb)7jK?p_Q26z(?F3At`2FO~_`6cO{EYCIlX}ces`$ zkEoc{%dwi0T-dE4n4Cq+*G6 zOS<8RZk7wkMTq@no@0X)Jd)*B=9aSErmeCI6GB4ZpxRc3#etr_YAw8FxoVT;ayd~> zCrrD*Co`E0FQoWXDh?TOXRU!HH*PphR~UL!N47N!Yo@{aj8fhl#aRwc4qEEBu-pn= z_PVfGrH5=eAa}6BPf6fYg3uNhQt?#A?>wkiHtf~Zo@Phky~r`U2O6TJ4r+DBW=)=_t$?m*pvx&w6w>JI$>9Jo66sRqn? zWf3KZ|zLryq`P`DL=}A@4mD zi@?Ykp$HCJn{R2JJ8%B&Ev*X{E^5n& z-95d1cP{C_Yx&?k_pVrZ-zphqs6tU&?cmY-%kJ8-M;?9b@h6^q>gkQoJ-=!53tL`% zY1{T4uk3vFwb$R+y=U*f{cpbY_JQ{gA36HLhaY|X$)}$k|NO)kC&y1seDm#h-~aIA zPp5xAcmB8EFI@a%^3r8r7lEjXEO=Iw{YzI2bdfYo(P3W~L6&{tF`Aj33{CG`7M9k` z;8N=%GrKly-E}D1lpZ)cD{mibXq?kJ(R|LA7AU(mVe9{svYN1~y1qo+sG^D_pj(oJ zPelP}kN{vpOn^`o;Q$dI(HcA;@j0NFhASFkLbbhX4!o}rc;=l#*HZ-iOjHbYpuemK q(jIE++vK646JKA>+;L|0{amOS;0R-*sJ~lI+MhH(H)q~%**fh-kaZ>_oltKT`FEKavWDOcA6c! zuCuv*nts2PzrLkQF6wM=a);lq9Mi*jY#O~*i@V8Cbh7dD-Us?U6YT6q9Cza*o4E_> z)gz9}KXXU(&Uyz!al0hYBeM)NKr(J5Tj>4 zSh46w*HS0{{WNi8hi(8a@pr2SAD}-xg&>RBC8?KbpSg z*ebZ-;Y7IUeG&y59xPfJo=M=jOj*^l{C-`CMF;n+u?K=4xY)*zfdn15KL8D-*hL?y zbPTP3o~M=83?}St{(@YfW1rDFW>Uy{MsS zU+Klx@vlF$*{&PSM)%?+`&_yF_s5IE=Z9aOmfltK`Ll&W;nCV|j9~l1s;*b3=A5xK$ub7N^uhd19MeoNJL45ua8x7ey(0(N`6wRUPW#J zSeH$O6_A;mT9T+xk(-lOY*k^a1Xf`MWP^nDl@!2AO0sR0B76fBob!uP70mPu^bC~j zxD*r=Y>HCStb$zJpxS{vTcwPWk^(Dz{qpj1y>er{{GxPyLrY6beFGzXBO_g)3ft)MkKHn`c2uvI#JxTq}U?f%*^V z&}6W^#U&~FNDB0g3=AxE4UBY+EcN0313KR(CE2PZvm_@K9B^>|fJ4wRrvz0Lq#hIm zIhml4waQ7%OSe_3&`n8AODxSPQL-z@OifOWFUcMU^3c4@5<4TP0cgTVx{%_?%CV@VJijPA1RNjefr(Qg)G$cEBBfSH zRscr=FfZ6~+33Ubl^vJw%V(c~nJvN7#W6%evbFCZ-vI><=Yww^wVt^D^Y}l0@x6xL ziwvVTeZ6u(yESvwwO2|^yHnGiygQP8Givd@Y6i>aym1~$md6xARnz*OC<*aQS~_LM s!#67#&K6)UHx3vIVCg!06#fhdH?_b literal 0 HcmV?d00001 diff --git a/Resources/Textures/Interface/Ashen/Storage/piece_topRight.png b/Resources/Textures/Interface/Ashen/Storage/piece_topRight.png new file mode 100644 index 0000000000000000000000000000000000000000..678d918ac186719b0bb570b2d52c90bb0e8751f5 GIT binary patch literal 1124 zcmeAS@N?(olHy`uVBq!ia0vp^93afW1|*O0@9PFqjKx9jP7LeL$-D$|_);T0(|mmy zv_PtW7z8c_PX>~l1s;*b3=A5xK$ub7N^uhd19MeoNJL45ua8x7ey(0(N`6wRUPW#J zSeH$O6_A;mT9T+xk(-lOY*k^a1Xf`MWP^nDl@!2AO0sR0B76fBob!uP70mPu^bC~j zxD*r=Y>HCStb$zJpxS{vTcwPWk^(Dz{qpj1y>er{{GxPyLrY6beFGzXBO_g)3ft)MkKHn`c2uvI#JxTq}U?f%*^V z&}6W^#U&~FNDB0g3=AxE4UBY+EcN0313KR(CE2PZvm_@K9B^>|fJ4wRrvz0Lq#hIm zIhml4waQ7%OSe_3&`n8AODxSPQL-z@OifOWFUcMU^3c4@5<4TP0cgTVx{%_?%CV@VJijPA1RNjefr(Qg)G$cEBBfSH zRscr=FfZ6~+33Ubl^vJw%V(c~nJv@P#W6%evbJv{*8v3q=gEG%I_w|4crg7(cip@l z7IB>kncTT;yPNlLC$7Efq14i_`DUm)l8hec$`r2P#GgwL}oyYYT+ZwBRXPgg&ebxsLQ024%C Aa{vGU literal 0 HcmV?d00001 diff --git a/Resources/Textures/Interface/Ashen/Storage/sidebar_bottom.png b/Resources/Textures/Interface/Ashen/Storage/sidebar_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..bf318794955bfad73a85d21e49f15b36c6f23622 GIT binary patch literal 1088 zcmZ`&&x_MQ6iz8DYhf3E6vU!zjF)9GnKZ7;Hl$&@rgn?Alv<&Ca?@nG8#YZsGNsX@ zCj~)4K`0(PD#9N67xdCg4=M}(5uQAV=s{g)lGtB#2PQM~@_p~U`QE&zm2zPzkxEb$ zwN%_us(3w1=HdeWu6#dH@e=c@g>CBSWE|gniN9x@on4Qj zR=Z@zE{a!s6cvAD)as~Sx+`jSi&J&G0Xe_r1T4uH@wNq#O8YI-@>E8ywH^jGUlpT5|QKSXFLEbbQJ(2M9SL0G&>U>)haMcORrPnGE0s zAP6i*u--!psXl9Y*Fq=%{V34WT*E_i;Ya{cxgM5Z6OGm;eBQ=Qmki zV1*1A-4CZP>6(ZPWWqqW(R~61b0(U$5G>EdIsapG4#%FcdRNE$EWY5rHLvb7A zYiLCaLDzBd8w(>w@lHp~`WgqnZy87yA_p_(3D!i7#GH#dwtH9$>M<+ksldotDD1>* z4O<~70`3JlA%Rg}$qDDj`2udXd{N2OHqU9vWb*f?!C=rI4u@N7zkYsOiC=i%{ru&5 zs?VpM^p*6R?sZT8{<+h;^o+jp_IjyTez!n1KPh?X&sHg;q@=(~U%$M(T(8_%FTW^V-_X+1Qs2Nx-^fT8s6w~6 zGOr}DLN~8i8Da>`9GBGM~RsBTId_|A5Z7NlCUU$t=l91qU45Kj08_%qc+?1*r!G zK~5$pWUX=%^U`gVDs)p)(-KQ_N|fx1GgDHN5{u%K@=Hqcb8Yk?YEjLAh@u*8qmRWE zHXy%SMFyo7=jW7yLf_8F%)|y9A}FGWc!21Lz^VgT6kSI^Mn2HFsU=03$)0&7sYL}v zz%&N25o#Z973gLmEDz1gEU`0!8h|E@qzfsItQ?C<%JYk|L%{KY9+)^4LJfliEK+KP zWCd^}0P}(!myJF=U)gaLd=+vBX0~uo7sn6_!MBsG`3@LxIR8vZc=|8Bb=kTpZwj}s zikmTSqd?fssWZjZlv!m2lhSzfnMD%H?af~1-ORqpa=YPF{}-JdJMKS-c0UqrRJCiv igH=}F0tE73*)X=8=D#*AO7#{fKYP0RxvX1DLN+%m%9>1mEweaX90^nYs z&83^loeuykzi=8&(yTsGtiTgZJ7^&>_QHgv#tPkfh?rdLxqhU?B|bqYbkEF?=Mo4x zEAh>0jXMZ1;&w$zlz1)2ah!_nwo=z0W^{Tg@u!4@3WU90Pwd?n1KfdyVzCG%8OpLi z5khqC6Ehb4=x*xdzaJe%7Is471U|?7nysKqN<7a3jYpcNZH?oEUF;@NYzrb6dB`Ub zEQkfTh)10EBtt*Sg)}21)(%zbFsAur_oIngN!*Coa0&orN!k-6S&)lx zd_S7LYFi3%h>H^8#`j4SEW2dZ%J57A*I~*kuIYD5d@R_gZFXJ4YmsB4mWiLW0zv{$ zg(-H{M{1pQt-=LasO;{_NgYLj+hyu&^6rkBC^BQ6)FEXw7c!=;^NiYQK+{D8JC@-S zghNc*XW)wx& z05qWmZRCSAmjZM?rnpF(#7fPEIG@h_aH3ii*GD?&0|0^N zr&GL;5;CBBKb*d#Ya%j`2_xaU_lXqDnP|{T@I(UBAj*oSYA`>B6k-T%g}esHc?*|rY5CGkpXM34l$!PlF@G+W|W!^ zP8TB2&=ea%&-L&diz9a8?T#4s)eBy=4I~R42SesQR$q<8oQDF(YgM9p42!udu;VNi zw(qsZtq>If_kv7Ipxak6?fyPChnr1N3c1Sk(d`E>k5f!yX8FYWpPhHlxMuM2J-uaL ze)__M-#)P$9o~xd{^w@Hf>wlY@t81;hx7pV}?;JREZEfG1x7G1S Oq=S{&g~CSu=ITG^aZV5b literal 0 HcmV?d00001 diff --git a/Resources/Textures/Interface/Ashen/slot_highlight.png b/Resources/Textures/Interface/Ashen/slot_highlight.png new file mode 100644 index 0000000000000000000000000000000000000000..49d4c58f8a516ffca31344d03b9e890c8a626812 GIT binary patch literal 1228 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}e5nzhX}-P; zT0k}j5QD&_;K@Lev%n*=n1R9c3J5dCr9K5pGiPLmM3hAM`dB6B=jtV<zCHb_`sNdc^+B->Ug!Z$#{Ilm}X!A#FU&p^qJ zOF==wrYI%ND#*nRsvXF)RmvzSDX`MlFE20GD>v55FG|-pw6wI;H!#vSGSUUA&@Haa zD@m--%_~-h7y>iLCAB!YD6^m>Ge1uOWNuD{X>Onz} zlL-o0tDMBVbX%ng-IUa{#L}D+CA;E`)YK9ieTWiNtq@UE6K(XdSZ)LIvQ=bIYH@x} zDJanGj7<$}zyX0GiU@v)jtHzekVVmT1Z3owO zx>*RzL-R6A>|h3<2_xx3iW)1&qLT9bqU;cGG(f`;r##dQNO&TpO-RBAhdnUm+i}_G z!*h`xm;Oh)H^8j**we)^B!ctpbYH#}1)f%I_K)9f-1e?)tB`JUHU8bdTeOuQtwxvOJg%4PdF1q_CAqir>@%z~Zhy;~)fOat z@qqr3p9*WXzPIjuJj2qY;qTeWn=RZP#7}E=kQU`lm~@YO-~Ba}^PavsdSG^wfAwre z Date: Wed, 21 Feb 2024 05:28:01 +0000 Subject: [PATCH 057/101] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 41e1f0376c2..85118b30946 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: Ubaser - changes: - - message: Syndicate implanters have received a new sprite. - type: Add - id: 5479 - time: '2023-12-30T16:46:13.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23227 - author: lzk228 changes: - message: Shivs crafting now based on construct. Click with cloth on shard to create @@ -3850,3 +3843,10 @@ id: 5978 time: '2024-02-21T04:01:45.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/25353 +- author: Ubaser + changes: + - message: A new UI theme, "Ashen", is now available to select in the options menu. + type: Add + id: 5979 + time: '2024-02-21T05:26:55.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/25408 From 2c928817eacd6a2bc901aadcb991e9f803364a21 Mon Sep 17 00:00:00 2001 From: Holinka4ever <138782168+Holinka4ever@users.noreply.github.com> Date: Wed, 21 Feb 2024 12:11:01 +0600 Subject: [PATCH 058/101] Remove sunglasses from ClothesMate. (#25221) Removing sunglasses from ClothesMate. --- .../Catalog/VendingMachines/Inventories/clothesmate.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml index 38bba021c20..727f07110a4 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml @@ -73,7 +73,6 @@ ClothingHeadRastaHat: 2 ClothingBeltStorageWaistbag: 3 ClothingEyesGlasses: 6 - ClothingEyesGlassesSunglasses: 2 ClothingHandsGlovesColorBlack: 4 ClothingHandsGlovesColorGray: 4 ClothingHandsGlovesColorBrown: 2 From 1e0b62a38ca5b2023d7824c980f55e9d6126d804 Mon Sep 17 00:00:00 2001 From: PJBot Date: Wed, 21 Feb 2024 06:12:07 +0000 Subject: [PATCH 059/101] Automatic changelog update --- Resources/Changelog/Changelog.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 85118b30946..649c9f8fb6f 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,12 +1,4 @@ Entries: -- author: lzk228 - changes: - - message: Shivs crafting now based on construct. Click with cloth on shard to create - shiv. - type: Tweak - id: 5480 - time: '2023-12-30T17:08:52.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23134 - author: Alekshhh changes: - message: Changed disposal units visually @@ -3850,3 +3842,10 @@ id: 5979 time: '2024-02-21T05:26:55.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/25408 +- author: Holinka4ever + changes: + - message: Sunglasses were removed from ClothesMate + type: Remove + id: 5980 + time: '2024-02-21T06:11:02.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/25221 From 16622f62d645a0be50165907bf5fc231d68d4b5a Mon Sep 17 00:00:00 2001 From: Firewatch <54725557+musicmanvr@users.noreply.github.com> Date: Wed, 21 Feb 2024 01:12:35 -0500 Subject: [PATCH 060/101] Additional Glass Doors + Secure Windoors (#25389) * additional doors because we all need a bit more in life * virology isn't an access levl oh and added detective too * Update windoor.yml virology bad --- .../Structures/Doors/Airlocks/access.yml | 18 +++++++++- .../Structures/Doors/Windoors/windoor.yml | 36 +++++++++++++++---- 2 files changed, 47 insertions(+), 7 deletions(-) diff --git a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/access.yml b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/access.yml index 72fa03cc6fa..2d65ae4248a 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/access.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/access.yml @@ -382,6 +382,14 @@ - type: AccessReader access: [["Lawyer"]] +- type: entity + parent: AirlockGlass + id: AirlockTheatreGlassLocked + suffix: Theatre, Locked + components: + - type: AccessReader + access: [["Theatre"]] + - type: entity parent: AirlockGlass id: AirlockBarGlassLocked @@ -446,6 +454,14 @@ - type: AccessReader access: [["Kitchen"]] +- type: entity + parent: AirlockGlass + id: AirlockJanitorGlassLocked + suffix: Janitor, Locked + components: + - type: AccessReader + access: [["Janitor"]] + - type: entity parent: AirlockGlass id: AirlockHydroGlassLocked @@ -501,7 +517,7 @@ components: - type: AccessReader access: [["Salvage"]] - + - type: entity parent: AirlockChemistryGlass id: AirlockChemistryGlassLocked diff --git a/Resources/Prototypes/Entities/Structures/Doors/Windoors/windoor.yml b/Resources/Prototypes/Entities/Structures/Doors/Windoors/windoor.yml index b4010fe98fd..60e6f47dcc1 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/Windoors/windoor.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/Windoors/windoor.yml @@ -103,6 +103,22 @@ - type: AccessReader access: [["Armory"]] +- type: entity + parent: WindoorSecure + id: WindoorSecureAtmosphericsLocked + suffix: Atmospherics, Locked + components: + - type: AccessReader + access: [["Atmospherics"]] + +- type: entity + parent: WindoorSecure + id: WindoorSecureBarLocked + suffix: Bar, Locked + components: + - type: AccessReader + access: [["Bar"]] + - type: entity parent: WindoorSecureSecurityLocked id: WindoorSecureBrigLocked @@ -151,6 +167,14 @@ - type: AccessReader access: [["Command"]] +- type: entity + parent: WindoorSecure + id: WindoorSecureDetectiveLocked + suffix: Detective, Locked + components: + - type: AccessReader + access: [["Detective"]] + - type: entity parent: WindoorSecure id: WindoorSecureEngineeringLocked @@ -225,16 +249,16 @@ - type: entity parent: WindoorSecure - id: WindoorSecureHeadOfPersonnelLocked - suffix: HeadOfPersonnel, Locked + id: WindoorSecureServiceLocked + suffix: Service, Locked components: - type: AccessReader - access: [["HeadOfPersonnel"]] + access: [["Service"]] - type: entity parent: WindoorSecure - id: WindoorSecureAtmosphericsLocked - suffix: Atmospherics, Locked + id: WindoorSecureHeadOfPersonnelLocked + suffix: HeadOfPersonnel, Locked components: - type: AccessReader - access: [["Atmospherics"]] + access: [["HeadOfPersonnel"]] From 7e9bca98912378e593c2961b9eaecfffe76d8433 Mon Sep 17 00:00:00 2001 From: Errant <35878406+Errant-4@users.noreply.github.com> Date: Wed, 21 Feb 2024 07:12:59 +0100 Subject: [PATCH 061/101] Food poisoning changes (#25418) * Food poisoning * description --- .../Locale/en-US/reagents/meta/toxins.ftl | 3 +++ .../Objects/Consumable/Food/ingredients.yml | 2 +- .../Entities/Objects/Consumable/Food/meat.yml | 2 +- .../Entities/Structures/Furniture/toilet.yml | 2 +- Resources/Prototypes/Reagents/toxins.yml | 21 +++++++++++++++++++ 5 files changed, 27 insertions(+), 3 deletions(-) diff --git a/Resources/Locale/en-US/reagents/meta/toxins.ftl b/Resources/Locale/en-US/reagents/meta/toxins.ftl index 433d4b79355..660da9c271e 100644 --- a/Resources/Locale/en-US/reagents/meta/toxins.ftl +++ b/Resources/Locale/en-US/reagents/meta/toxins.ftl @@ -13,6 +13,9 @@ reagent-desc-polytrinic-acid = An extremely corrosive chemical substance. Severe reagent-name-chloral-hydrate = chloral hydrate reagent-desc-chloral-hydrate = A sedative and hypnotic chemical. Commonly used to put other people to sleep, whether they want to or not. +reagent-name-gastrotoxin = gastrotoxin +reagent-desc-gastrotoxin = A moderately toxic byproduct of decomposition. Most commonly found in spoiled food. + reagent-name-ferrochromic-acid = ferrochromic acid reagent-desc-ferrochromic-acid = A mildy corrosive solution, unable of causing severe danger unless ingested. diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/ingredients.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/ingredients.yml index b623956d38f..1df6615a9fb 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/ingredients.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/ingredients.yml @@ -614,7 +614,7 @@ reagents: - ReagentId: Nutriment Quantity: 2 - - ReagentId: Toxin + - ReagentId: GastroToxin Quantity: 3 - type: Tag tags: diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/meat.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/meat.yml index ad14d1f1bee..e49889e940d 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/meat.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/meat.yml @@ -452,7 +452,7 @@ reagents: - ReagentId: UncookedAnimalProteins Quantity: 5 - - ReagentId: Toxin + - ReagentId: GastroToxin Quantity: 4 - ReagentId: Fat Quantity: 4 diff --git a/Resources/Prototypes/Entities/Structures/Furniture/toilet.yml b/Resources/Prototypes/Entities/Structures/Furniture/toilet.yml index 353129c5a40..a6f14b383cb 100644 --- a/Resources/Prototypes/Entities/Structures/Furniture/toilet.yml +++ b/Resources/Prototypes/Entities/Structures/Furniture/toilet.yml @@ -56,5 +56,5 @@ reagents: - ReagentId: Water Quantity: 180 - - ReagentId: Toxin + - ReagentId: GastroToxin Quantity: 20 diff --git a/Resources/Prototypes/Reagents/toxins.yml b/Resources/Prototypes/Reagents/toxins.yml index ea0446523f1..18d47932740 100644 --- a/Resources/Prototypes/Reagents/toxins.yml +++ b/Resources/Prototypes/Reagents/toxins.yml @@ -77,6 +77,27 @@ types: Poison: 1.5 +- type: reagent + id: GastroToxin + name: reagent-name-gastrotoxin + group: Toxins + desc: reagent-desc-gastrotoxin + flavor: bitter + color: "#acc91a" + physicalDesc: reagent-physical-desc-putrid + metabolisms: + Poison: + effects: + - !type:HealthChange + damage: + types: + Poison: 2 + - !type:ChemVomit + conditions: + - !type:ReagentThreshold + min: 2 + probability: 0.2 + - type: reagent id: Mold name: reagent-name-mold From 1de06bd8f738a1adab5cf2ae8f9db6a2df357ff2 Mon Sep 17 00:00:00 2001 From: PJBot Date: Wed, 21 Feb 2024 06:14:04 +0000 Subject: [PATCH 062/101] Automatic changelog update --- Resources/Changelog/Changelog.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 649c9f8fb6f..ad792d43e4b 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: Alekshhh - changes: - - message: Changed disposal units visually - type: Tweak - id: 5481 - time: '2023-12-30T17:14:20.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23067 - author: quatre changes: - message: Artifact Analyzer now pauses on power-loss. @@ -3849,3 +3842,11 @@ id: 5980 time: '2024-02-21T06:11:02.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/25221 +- author: Errant + changes: + - message: Rotten food is now less lethal to eat, and has a high chance to induce + vomiting. + type: Tweak + id: 5981 + time: '2024-02-21T06:12:59.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/25418 From cb852296ef7c6a4d356377967a99143347c5b572 Mon Sep 17 00:00:00 2001 From: EdenTheLiznerd <138748328+EdenTheLiznerd@users.noreply.github.com> Date: Tue, 20 Feb 2024 23:16:25 -0700 Subject: [PATCH 063/101] Updates The Deathnettle Nerf (#25286) Bit of an oopsie --- .../Prototypes/Entities/Objects/Consumable/Food/produce.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/produce.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/produce.yml index 291407dd9fa..bad194f2e3e 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/produce.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/produce.yml @@ -54,7 +54,7 @@ seedId: wheat - type: Tag tags: - - Wheat + - Wheat - type: entity name: oat bushel @@ -222,6 +222,7 @@ - type: MeleeChemicalInjector transferAmount: 2 solution: food + pierceArmor: false - type: Extractable grindableSolutionName: food From d1d4651bfb66c45bb65065616f5fe314d76f8d29 Mon Sep 17 00:00:00 2001 From: PJBot Date: Wed, 21 Feb 2024 06:17:30 +0000 Subject: [PATCH 064/101] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index ad792d43e4b..2162ea61bbd 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: quatre - changes: - - message: Artifact Analyzer now pauses on power-loss. - type: Tweak - id: 5482 - time: '2023-12-30T17:49:25.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/22974 - author: Blazeror changes: - message: Pinpointers now use the correct sprites. @@ -3850,3 +3843,10 @@ id: 5981 time: '2024-02-21T06:12:59.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/25418 +- author: EdenTheLiznerd + changes: + - message: Deathnettles no longer penetrate hardsuit armor + type: Tweak + id: 5982 + time: '2024-02-21T06:16:25.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/25286 From 29cdb9cf4e0c842675c45d5e102020b5e25b493d Mon Sep 17 00:00:00 2001 From: Tayrtahn Date: Wed, 21 Feb 2024 01:17:56 -0500 Subject: [PATCH 065/101] Add fill level sprites for all the drinks (#25319) * Fill levels for cuba libre * Absinthe glass * Acid Spit * Ale glass * Devil's kiss * Doctor's delight (ugghh) * Blue Curacao and Emerald Liquor glasses * Allies cocktail, Martini, Vodka martini, Driest martini, Gildlager glass, Manhattan, Manhattan Project, Patron glass * Aloe, Amasec, Andalusia, Antifreeze, Atomic Bomb * Barefoot, B-52, Bahama Mama, Banana Honk, Beepsky Smash, Beer glass, Berry juice, Blood glass, Bloody Mary, Booger, Brave Bull, White Russian * Whiskey Soda, Whiskey glass, Whiskey Cola, Vermouth glass, Tequila glass * Cognac glass, Demon's Blood, Erika Surprise, Gargle Blaster, Gin Fizz, Gin & Tonic * Grog glass, Hippies' Delight, Iced Beer, Irish Car Bomb, Irish Cream glass, Irish coffee * Long Island Iced Tea, Manly Dorf, Margarita, Mead * Merge beer steins * More merging * Tintable Demon's Blood, Absinthe, Barefoot, Bahama Mama, Beer, Bloody Mary, Booger, Devil's Kiss, Patron * Sbiten, Coffee Liqueur, Cogchamp, Screwdriver, Rewriter * Vodka glass, Gin Vodka glass, Wine glass, NT Cahors glass, Poison Wine glass, Rum glass, Dead Rum, Champagne * Black Russian, Mojito, Neurotoxin, Silencer, Sui Dream, Snow White, Syndicate Bomb, Tequila Sunrise, The Martinez, Three Mile Island * Green tea, Iced green tea, Iced tea, Grenadine, Iced coffee, Lemonade, Kira Special * Cafe latte, Soy latte, Nuclear Cola, Singulo, Toxins Special, Vodka Tonic, Ice cream, Rootbeer, Rootbeer float * Removed rogue pixel in Manhattan fill sprite. --- .../Objects/Consumable/Drinks/drinks_cups.yml | 8 + .../Reagents/Consumable/Drink/alcohol.yml | 433 ++++++++++++++---- .../Reagents/Consumable/Drink/drinks.yml | 63 ++- .../Reagents/Consumable/Drink/soda.yml | 18 +- Resources/Prototypes/Reagents/biological.yml | 5 +- .../Drinks/absintheglass.rsi/fill-1.png | Bin 0 -> 116 bytes .../Drinks/absintheglass.rsi/fill-2.png | Bin 0 -> 181 bytes .../Drinks/absintheglass.rsi/fill-3.png | Bin 0 -> 220 bytes .../Drinks/absintheglass.rsi/fill-4.png | Bin 0 -> 242 bytes .../Drinks/absintheglass.rsi/fill-5.png | Bin 0 -> 299 bytes .../Drinks/absintheglass.rsi/icon_empty.png | Bin 0 -> 466 bytes .../Drinks/absintheglass.rsi/meta.json | 35 +- .../Drinks/acidspitglass.rsi/fill-1.png | Bin 0 -> 160 bytes .../Drinks/acidspitglass.rsi/fill-2.png | Bin 0 -> 220 bytes .../Drinks/acidspitglass.rsi/fill-3.png | Bin 0 -> 265 bytes .../Drinks/acidspitglass.rsi/fill-4.png | Bin 0 -> 292 bytes .../Drinks/acidspitglass.rsi/fill-5.png | Bin 0 -> 323 bytes .../Drinks/acidspitglass.rsi/icon.png | Bin 803 -> 671 bytes .../Drinks/acidspitglass.rsi/icon_empty.png | Bin 0 -> 511 bytes .../Drinks/acidspitglass.rsi/meta.json | 49 +- .../Consumable/Drinks/aleglass.rsi/fill-1.png | Bin 0 -> 313 bytes .../Consumable/Drinks/aleglass.rsi/fill-2.png | Bin 0 -> 391 bytes .../Consumable/Drinks/aleglass.rsi/fill-3.png | Bin 0 -> 499 bytes .../Consumable/Drinks/aleglass.rsi/fill-4.png | Bin 0 -> 570 bytes .../Consumable/Drinks/aleglass.rsi/fill-5.png | Bin 0 -> 647 bytes .../Drinks/aleglass.rsi/icon_empty.png | Bin 0 -> 310 bytes .../Consumable/Drinks/aleglass.rsi/meta.json | 58 +++ .../Drinks/alliescocktail.rsi/fill-1.png | Bin 0 -> 122 bytes .../Drinks/alliescocktail.rsi/fill-2.png | Bin 0 -> 135 bytes .../Drinks/alliescocktail.rsi/fill-3.png | Bin 0 -> 163 bytes .../Drinks/alliescocktail.rsi/fill-4.png | Bin 0 -> 161 bytes .../Drinks/alliescocktail.rsi/icon_empty.png | Bin 0 -> 333 bytes .../Drinks/alliescocktail.rsi/meta.json | 32 +- .../Consumable/Drinks/aloe.rsi/fill-1.png | Bin 0 -> 139 bytes .../Consumable/Drinks/aloe.rsi/fill-2.png | Bin 0 -> 157 bytes .../Consumable/Drinks/aloe.rsi/fill-3.png | Bin 0 -> 159 bytes .../Consumable/Drinks/aloe.rsi/fill-4.png | Bin 0 -> 160 bytes .../Consumable/Drinks/aloe.rsi/icon.png | Bin 296 -> 297 bytes .../Consumable/Drinks/aloe.rsi/icon_empty.png | Bin 0 -> 337 bytes .../Consumable/Drinks/aloe.rsi/meta.json | 32 +- .../Drinks/amasecglass.rsi/fill-1.png | Bin 0 -> 164 bytes .../Drinks/amasecglass.rsi/fill-2.png | Bin 0 -> 224 bytes .../Drinks/amasecglass.rsi/fill-3.png | Bin 0 -> 278 bytes .../Drinks/amasecglass.rsi/fill-4.png | Bin 0 -> 327 bytes .../Drinks/amasecglass.rsi/fill-5.png | Bin 0 -> 343 bytes .../Drinks/amasecglass.rsi/icon.png | Bin 452 -> 470 bytes .../Drinks/amasecglass.rsi/icon_empty.png | Bin 0 -> 365 bytes .../Drinks/amasecglass.rsi/meta.json | 35 +- .../Drinks/andalusia.rsi/fill-1.png | Bin 0 -> 146 bytes .../Drinks/andalusia.rsi/fill-2.png | Bin 0 -> 171 bytes .../Drinks/andalusia.rsi/fill-3.png | Bin 0 -> 209 bytes .../Drinks/andalusia.rsi/fill-4.png | Bin 0 -> 210 bytes .../Drinks/andalusia.rsi/icon_empty.png | Bin 0 -> 375 bytes .../Consumable/Drinks/andalusia.rsi/meta.json | 32 +- .../Drinks/antifreeze.rsi/fill-1.png | Bin 0 -> 141 bytes .../Drinks/antifreeze.rsi/fill-2.png | Bin 0 -> 180 bytes .../Drinks/antifreeze.rsi/fill-3.png | Bin 0 -> 197 bytes .../Drinks/antifreeze.rsi/fill-4.png | Bin 0 -> 205 bytes .../Drinks/antifreeze.rsi/fill-5.png | Bin 0 -> 236 bytes .../Drinks/antifreeze.rsi/icon_empty.png | Bin 0 -> 351 bytes .../Drinks/antifreeze.rsi/meta.json | 35 +- .../Drinks/atomicbombglass.rsi/fill-1.png | Bin 0 -> 134 bytes .../Drinks/atomicbombglass.rsi/fill-2.png | Bin 0 -> 164 bytes .../Drinks/atomicbombglass.rsi/fill-3.png | Bin 0 -> 198 bytes .../Drinks/atomicbombglass.rsi/fill-4.png | Bin 0 -> 224 bytes .../Drinks/atomicbombglass.rsi/fill-5.png | Bin 0 -> 246 bytes .../Drinks/atomicbombglass.rsi/icon.png | Bin 867 -> 983 bytes .../Drinks/atomicbombglass.rsi/icon_empty.png | Bin 0 -> 1005 bytes .../Drinks/atomicbombglass.rsi/meta.json | 53 ++- .../Consumable/Drinks/b&p.rsi/fill-1.png | Bin 0 -> 127 bytes .../Consumable/Drinks/b&p.rsi/fill-2.png | Bin 0 -> 142 bytes .../Consumable/Drinks/b&p.rsi/fill-3.png | Bin 0 -> 147 bytes .../Consumable/Drinks/b&p.rsi/icon_empty.png | Bin 0 -> 301 bytes .../Consumable/Drinks/b&p.rsi/meta.json | 29 +- .../Consumable/Drinks/b52glass.rsi/fill-1.png | Bin 0 -> 133 bytes .../Consumable/Drinks/b52glass.rsi/fill-2.png | Bin 0 -> 197 bytes .../Consumable/Drinks/b52glass.rsi/fill-3.png | Bin 0 -> 218 bytes .../Consumable/Drinks/b52glass.rsi/fill-4.png | Bin 0 -> 269 bytes .../Drinks/b52glass.rsi/icon_empty.png | Bin 0 -> 257 bytes .../Consumable/Drinks/b52glass.rsi/meta.json | 32 +- .../Drinks/bahama_mama.rsi/fill-1.png | Bin 0 -> 168 bytes .../Drinks/bahama_mama.rsi/fill-2.png | Bin 0 -> 196 bytes .../Drinks/bahama_mama.rsi/fill-3.png | Bin 0 -> 205 bytes .../Drinks/bahama_mama.rsi/fill-4.png | Bin 0 -> 238 bytes .../Drinks/bahama_mama.rsi/fill-5.png | Bin 0 -> 255 bytes .../Drinks/bahama_mama.rsi/icon.png | Bin 676 -> 706 bytes .../Drinks/bahama_mama.rsi/icon_empty.png | Bin 0 -> 637 bytes .../Drinks/bahama_mama.rsi/meta.json | 35 +- .../Drinks/bananahonkglass.rsi/fill-1.png | Bin 0 -> 166 bytes .../Drinks/bananahonkglass.rsi/fill-2.png | Bin 0 -> 186 bytes .../Drinks/bananahonkglass.rsi/fill-3.png | Bin 0 -> 247 bytes .../Drinks/bananahonkglass.rsi/fill-4.png | Bin 0 -> 282 bytes .../Drinks/bananahonkglass.rsi/fill-5.png | Bin 0 -> 296 bytes .../Drinks/bananahonkglass.rsi/icon.png | Bin 558 -> 553 bytes .../Drinks/bananahonkglass.rsi/icon_empty.png | Bin 0 -> 454 bytes .../Drinks/bananahonkglass.rsi/meta.json | 35 +- .../Drinks/beepskysmashglass.rsi/fill-1.png | Bin 0 -> 1007 bytes .../Drinks/beepskysmashglass.rsi/fill-2.png | Bin 0 -> 1024 bytes .../Drinks/beepskysmashglass.rsi/fill-3.png | Bin 0 -> 955 bytes .../Drinks/beepskysmashglass.rsi/fill-4.png | Bin 0 -> 922 bytes .../beepskysmashglass.rsi/icon_empty.png | Bin 0 -> 568 bytes .../Drinks/beepskysmashglass.rsi/meta.json | 77 +++- .../Drinks/beerglass.rsi/fill-1.png | Bin 0 -> 147 bytes .../Drinks/beerglass.rsi/fill-2.png | Bin 0 -> 180 bytes .../Drinks/beerglass.rsi/fill-3.png | Bin 0 -> 211 bytes .../Drinks/beerglass.rsi/fill-4.png | Bin 0 -> 241 bytes .../Drinks/beerglass.rsi/fill-5.png | Bin 0 -> 263 bytes .../Drinks/beerglass.rsi/fill-6.png | Bin 0 -> 275 bytes .../Consumable/Drinks/beerglass.rsi/icon.png | Bin 477 -> 490 bytes .../Drinks/beerglass.rsi/icon_empty.png | Bin 0 -> 326 bytes .../Consumable/Drinks/beerglass.rsi/meta.json | 38 +- .../Drinks/beerstein.rsi/fill-1.png | Bin 0 -> 127 bytes .../Drinks/beerstein.rsi/fill-2.png | Bin 0 -> 168 bytes .../Drinks/beerstein.rsi/fill-3.png | Bin 0 -> 194 bytes .../Drinks/beerstein.rsi/fill-4.png | Bin 0 -> 216 bytes .../Drinks/beerstein.rsi/fill-5.png | Bin 0 -> 258 bytes .../Drinks/beerstein.rsi/icon_empty.png | Bin 0 -> 289 bytes .../Consumable/Drinks/beerstein.rsi/meta.json | 31 ++ .../Drinks/berryjuice.rsi/fill-1.png | Bin 0 -> 142 bytes .../Drinks/berryjuice.rsi/fill-2.png | Bin 0 -> 176 bytes .../Drinks/berryjuice.rsi/fill-3.png | Bin 0 -> 203 bytes .../Drinks/berryjuice.rsi/fill-4.png | Bin 0 -> 223 bytes .../Drinks/berryjuice.rsi/fill-5.png | Bin 0 -> 241 bytes .../Drinks/berryjuice.rsi/icon_empty.png | Bin 0 -> 239 bytes .../Drinks/berryjuice.rsi/meta.json | 35 +- .../Drinks/blackrussianglass.rsi/fill-1.png | Bin 0 -> 245 bytes .../Drinks/blackrussianglass.rsi/fill-2.png | Bin 0 -> 284 bytes .../Drinks/blackrussianglass.rsi/fill-3.png | Bin 0 -> 335 bytes .../Drinks/blackrussianglass.rsi/fill-4.png | Bin 0 -> 339 bytes .../blackrussianglass.rsi/icon_empty.png | Bin 0 -> 546 bytes .../Drinks/blackrussianglass.rsi/meta.json | 32 +- .../Drinks/bloodglass.rsi/fill-1.png | Bin 0 -> 111 bytes .../Drinks/bloodglass.rsi/fill-2.png | Bin 0 -> 158 bytes .../Drinks/bloodglass.rsi/fill-3.png | Bin 0 -> 191 bytes .../Drinks/bloodglass.rsi/fill-4.png | Bin 0 -> 256 bytes .../Drinks/bloodglass.rsi/fill-5.png | Bin 0 -> 327 bytes .../Drinks/bloodglass.rsi/icon_empty.png | Bin 0 -> 565 bytes .../Drinks/bloodglass.rsi/meta.json | 35 +- .../Drinks/bloodymaryglass.rsi/fill-1.png | Bin 0 -> 133 bytes .../Drinks/bloodymaryglass.rsi/fill-2.png | Bin 0 -> 156 bytes .../Drinks/bloodymaryglass.rsi/fill-3.png | Bin 0 -> 162 bytes .../Drinks/bloodymaryglass.rsi/fill-4.png | Bin 0 -> 176 bytes .../Drinks/bloodymaryglass.rsi/fill-5.png | Bin 0 -> 177 bytes .../Drinks/bloodymaryglass.rsi/icon.png | Bin 623 -> 645 bytes .../Drinks/bloodymaryglass.rsi/icon_empty.png | Bin 0 -> 679 bytes .../Drinks/bloodymaryglass.rsi/meta.json | 35 +- .../Consumable/Drinks/booger.rsi/fill-1.png | Bin 0 -> 131 bytes .../Consumable/Drinks/booger.rsi/fill-2.png | Bin 0 -> 163 bytes .../Consumable/Drinks/booger.rsi/fill-3.png | Bin 0 -> 201 bytes .../Consumable/Drinks/booger.rsi/fill-4.png | Bin 0 -> 233 bytes .../Consumable/Drinks/booger.rsi/fill-5.png | Bin 0 -> 250 bytes .../Consumable/Drinks/booger.rsi/icon.png | Bin 371 -> 351 bytes .../Drinks/booger.rsi/icon_empty.png | Bin 0 -> 239 bytes .../Consumable/Drinks/booger.rsi/meta.json | 35 +- .../Drinks/bravebullglass.rsi/fill-1.png | Bin 0 -> 138 bytes .../Drinks/bravebullglass.rsi/fill-2.png | Bin 0 -> 171 bytes .../Drinks/bravebullglass.rsi/fill-3.png | Bin 0 -> 230 bytes .../Drinks/bravebullglass.rsi/fill-4.png | Bin 0 -> 252 bytes .../Drinks/bravebullglass.rsi/icon.png | Bin 416 -> 414 bytes .../Drinks/bravebullglass.rsi/icon_empty.png | Bin 0 -> 361 bytes .../Drinks/bravebullglass.rsi/meta.json | 32 +- .../Drinks/cafe_latte.rsi/fill-1.png | Bin 0 -> 118 bytes .../Drinks/cafe_latte.rsi/icon_empty.png | Bin 0 -> 293 bytes .../Drinks/cafe_latte.rsi/meta.json | 23 +- .../Drinks/champagneglass.rsi/fill-1.png | Bin 0 -> 198 bytes .../Drinks/champagneglass.rsi/fill-2.png | Bin 0 -> 256 bytes .../Drinks/champagneglass.rsi/fill-3.png | Bin 0 -> 290 bytes .../Drinks/champagneglass.rsi/fill-4.png | Bin 0 -> 334 bytes .../Drinks/champagneglass.rsi/icon_empty.png | Bin 0 -> 384 bytes .../Drinks/champagneglass.rsi/meta.json | 77 +++- .../Drinks/coffeeliqueurglass.rsi/fill-1.png | Bin 0 -> 140 bytes .../Drinks/coffeeliqueurglass.rsi/fill-2.png | Bin 0 -> 159 bytes .../Drinks/coffeeliqueurglass.rsi/fill-3.png | Bin 0 -> 165 bytes .../coffeeliqueurglass.rsi/icon_empty.png | Bin 0 -> 423 bytes .../Drinks/coffeeliqueurglass.rsi/meta.json | 29 +- .../Consumable/Drinks/cogchamp.rsi/fill-1.png | Bin 0 -> 699 bytes .../Consumable/Drinks/cogchamp.rsi/fill-2.png | Bin 0 -> 786 bytes .../Consumable/Drinks/cogchamp.rsi/fill-3.png | Bin 0 -> 922 bytes .../Drinks/cogchamp.rsi/icon_empty.png | Bin 0 -> 633 bytes .../Consumable/Drinks/cogchamp.rsi/meta.json | 38 +- .../Drinks/cognacglass.rsi/fill-1.png | Bin 0 -> 138 bytes .../Drinks/cognacglass.rsi/fill-2.png | Bin 0 -> 158 bytes .../Drinks/cognacglass.rsi/fill-3.png | Bin 0 -> 165 bytes .../Drinks/cognacglass.rsi/fill-4.png | Bin 0 -> 166 bytes .../Drinks/cognacglass.rsi/icon_empty.png | Bin 0 -> 391 bytes .../Drinks/cognacglass.rsi/meta.json | 32 +- .../Drinks/cubalibreglass.rsi/fill-1.png | Bin 0 -> 164 bytes .../Drinks/cubalibreglass.rsi/fill-2.png | Bin 0 -> 210 bytes .../Drinks/cubalibreglass.rsi/fill-3.png | Bin 0 -> 254 bytes .../Drinks/cubalibreglass.rsi/fill-4.png | Bin 0 -> 285 bytes .../Drinks/cubalibreglass.rsi/fill-5.png | Bin 0 -> 366 bytes .../Drinks/cubalibreglass.rsi/icon.png | Bin 618 -> 642 bytes .../Drinks/cubalibreglass.rsi/icon_empty.png | Bin 0 -> 514 bytes .../Drinks/cubalibreglass.rsi/meta.json | 35 +- .../Drinks/demonsblood.rsi/fill-1.png | Bin 0 -> 631 bytes .../Drinks/demonsblood.rsi/fill-2.png | Bin 0 -> 695 bytes .../Drinks/demonsblood.rsi/fill-3.png | Bin 0 -> 726 bytes .../Drinks/demonsblood.rsi/fill-4.png | Bin 0 -> 793 bytes .../Drinks/demonsblood.rsi/icon_empty.png | Bin 0 -> 607 bytes .../Drinks/demonsblood.rsi/meta.json | 87 +++- .../Drinks/devilskiss.rsi/fill-1.png | Bin 0 -> 111 bytes .../Drinks/devilskiss.rsi/fill-2.png | Bin 0 -> 134 bytes .../Drinks/devilskiss.rsi/fill-3.png | Bin 0 -> 151 bytes .../Drinks/devilskiss.rsi/icon_empty.png | Bin 0 -> 284 bytes .../Drinks/devilskiss.rsi/meta.json | 29 +- .../Drinks/doctorsdelightglass.rsi/fill-1.png | Bin 0 -> 1474 bytes .../Drinks/doctorsdelightglass.rsi/fill-2.png | Bin 0 -> 1576 bytes .../Drinks/doctorsdelightglass.rsi/fill-3.png | Bin 0 -> 1740 bytes .../Drinks/doctorsdelightglass.rsi/fill-4.png | Bin 0 -> 1950 bytes .../Drinks/doctorsdelightglass.rsi/fill-5.png | Bin 0 -> 1861 bytes .../Drinks/doctorsdelightglass.rsi/icon.png | Bin 2119 -> 2081 bytes .../doctorsdelightglass.rsi/icon_empty.png | Bin 0 -> 464 bytes .../Drinks/doctorsdelightglass.rsi/meta.json | 149 +++++- .../Drinks/driestmartiniglass.rsi/fill-1.png | Bin 0 -> 109 bytes .../Drinks/driestmartiniglass.rsi/fill-2.png | Bin 0 -> 113 bytes .../Drinks/driestmartiniglass.rsi/fill-3.png | Bin 0 -> 130 bytes .../driestmartiniglass.rsi/icon_empty.png | Bin 0 -> 332 bytes .../Drinks/driestmartiniglass.rsi/meta.json | 29 +- .../Drinks/gargleblasterglass.rsi/fill-1.png | Bin 0 -> 266 bytes .../Drinks/gargleblasterglass.rsi/fill-2.png | Bin 0 -> 370 bytes .../Drinks/gargleblasterglass.rsi/fill-3.png | Bin 0 -> 447 bytes .../Drinks/gargleblasterglass.rsi/fill-4.png | Bin 0 -> 464 bytes .../Drinks/gargleblasterglass.rsi/fill-5.png | Bin 0 -> 517 bytes .../gargleblasterglass.rsi/icon_empty.png | Bin 0 -> 616 bytes .../Drinks/gargleblasterglass.rsi/meta.json | 83 +++- .../Drinks/gildlagerglass.rsi/fill-1.png | Bin 0 -> 124 bytes .../Drinks/gildlagerglass.rsi/fill-2.png | Bin 0 -> 142 bytes .../Drinks/gildlagerglass.rsi/fill-3.png | Bin 0 -> 171 bytes .../Drinks/gildlagerglass.rsi/icon_empty.png | Bin 0 -> 284 bytes .../Drinks/gildlagerglass.rsi/meta.json | 29 +- .../Drinks/ginfizzglass.rsi/fill-1.png | Bin 0 -> 130 bytes .../Drinks/ginfizzglass.rsi/fill-2.png | Bin 0 -> 146 bytes .../Drinks/ginfizzglass.rsi/fill-3.png | Bin 0 -> 166 bytes .../Drinks/ginfizzglass.rsi/fill-4.png | Bin 0 -> 173 bytes .../Drinks/ginfizzglass.rsi/fill-5.png | Bin 0 -> 182 bytes .../Drinks/ginfizzglass.rsi/fill-6.png | Bin 0 -> 195 bytes .../Drinks/ginfizzglass.rsi/icon_empty.png | Bin 0 -> 366 bytes .../Drinks/ginfizzglass.rsi/meta.json | 38 +- .../Drinks/gintonicglass.rsi/fill-1.png | Bin 0 -> 158 bytes .../Drinks/gintonicglass.rsi/fill-2.png | Bin 0 -> 199 bytes .../Drinks/gintonicglass.rsi/fill-3.png | Bin 0 -> 233 bytes .../Drinks/gintonicglass.rsi/fill-4.png | Bin 0 -> 263 bytes .../Drinks/gintonicglass.rsi/fill-5.png | Bin 0 -> 293 bytes .../Drinks/gintonicglass.rsi/fill-6.png | Bin 0 -> 324 bytes .../Drinks/gintonicglass.rsi/icon_empty.png | Bin 0 -> 564 bytes .../Drinks/gintonicglass.rsi/meta.json | 38 +- .../Drinks/ginvodkaglass.rsi/fill-1.png | Bin 0 -> 197 bytes .../Drinks/ginvodkaglass.rsi/fill-2.png | Bin 0 -> 254 bytes .../Drinks/ginvodkaglass.rsi/fill-3.png | Bin 0 -> 288 bytes .../Drinks/ginvodkaglass.rsi/fill-4.png | Bin 0 -> 300 bytes .../Drinks/ginvodkaglass.rsi/icon_empty.png | Bin 0 -> 265 bytes .../Drinks/ginvodkaglass.rsi/meta.json | 32 +- .../Drinks/glass_green.rsi/fill-1.png | Bin 0 -> 150 bytes .../Drinks/glass_green.rsi/fill-2.png | Bin 0 -> 182 bytes .../Drinks/glass_green.rsi/fill-3.png | Bin 0 -> 203 bytes .../Drinks/glass_green.rsi/fill-4.png | Bin 0 -> 225 bytes .../Drinks/glass_green.rsi/fill-5.png | Bin 0 -> 247 bytes .../Drinks/glass_green.rsi/icon_empty.png | Bin 0 -> 222 bytes .../Drinks/glass_green.rsi/meta.json | 35 +- .../Drinks/grenadineglass.rsi/fill-1.png | Bin 0 -> 142 bytes .../Drinks/grenadineglass.rsi/fill-2.png | Bin 0 -> 226 bytes .../Drinks/grenadineglass.rsi/fill-3.png | Bin 0 -> 260 bytes .../Drinks/grenadineglass.rsi/icon.png | Bin 477 -> 491 bytes .../Drinks/grenadineglass.rsi/icon_empty.png | Bin 0 -> 411 bytes .../Drinks/grenadineglass.rsi/meta.json | 29 +- .../Consumable/Drinks/grogglass.rsi/icon.png | Bin 394 -> 412 bytes .../Consumable/Drinks/hell.rsi/icon.png | Bin 1180 -> 0 bytes .../Consumable/Drinks/hell.rsi/meta.json | 1 - .../Drinks/hippiesdelightglass.rsi/fill-1.png | Bin 0 -> 170 bytes .../Drinks/hippiesdelightglass.rsi/fill-2.png | Bin 0 -> 223 bytes .../Drinks/hippiesdelightglass.rsi/fill-3.png | Bin 0 -> 266 bytes .../Drinks/hippiesdelightglass.rsi/fill-4.png | Bin 0 -> 332 bytes .../Drinks/hippiesdelightglass.rsi/fill-5.png | Bin 0 -> 389 bytes .../Drinks/hippiesdelightglass.rsi/fill-6.png | Bin 0 -> 445 bytes .../Drinks/hippiesdelightglass.rsi/icon.png | Bin 753 -> 769 bytes .../hippiesdelightglass.rsi/icon_empty.png | Bin 0 -> 582 bytes .../Drinks/hippiesdelightglass.rsi/meta.json | 38 +- .../Drinks/icecreamglass.rsi/fill-1.png | Bin 0 -> 141 bytes .../Drinks/icecreamglass.rsi/fill-2.png | Bin 0 -> 139 bytes .../Drinks/icecreamglass.rsi/fill-3.png | Bin 0 -> 177 bytes .../Drinks/icecreamglass.rsi/fill-4.png | Bin 0 -> 183 bytes .../Drinks/icecreamglass.rsi/fill-5.png | Bin 0 -> 185 bytes .../Drinks/icecreamglass.rsi/icon_empty.png | Bin 0 -> 270 bytes .../Drinks/icecreamglass.rsi/meta.json | 35 +- .../Drinks/iced_beerglass.rsi/fill-1.png | Bin 0 -> 146 bytes .../Drinks/iced_beerglass.rsi/fill-2.png | Bin 0 -> 204 bytes .../Drinks/iced_beerglass.rsi/fill-3.png | Bin 0 -> 229 bytes .../Drinks/iced_beerglass.rsi/fill-4.png | Bin 0 -> 254 bytes .../Drinks/iced_beerglass.rsi/fill-5.png | Bin 0 -> 287 bytes .../Drinks/iced_beerglass.rsi/fill-6.png | Bin 0 -> 314 bytes .../Drinks/iced_beerglass.rsi/icon_empty.png | Bin 0 -> 316 bytes .../Drinks/iced_beerglass.rsi/meta.json | 38 +- .../Drinks/icedcoffeeglass.rsi/fill-1.png | Bin 0 -> 141 bytes .../Drinks/icedcoffeeglass.rsi/fill-2.png | Bin 0 -> 173 bytes .../Drinks/icedcoffeeglass.rsi/fill-3.png | Bin 0 -> 177 bytes .../Drinks/icedcoffeeglass.rsi/fill-4.png | Bin 0 -> 200 bytes .../Drinks/icedcoffeeglass.rsi/fill-5.png | Bin 0 -> 210 bytes .../Drinks/icedcoffeeglass.rsi/icon_empty.png | Bin 0 -> 236 bytes .../Drinks/icedcoffeeglass.rsi/meta.json | 35 +- .../Drinks/icedteaglass.rsi/fill-1.png | Bin 0 -> 165 bytes .../Drinks/icedteaglass.rsi/fill-2.png | Bin 0 -> 204 bytes .../Drinks/icedteaglass.rsi/fill-3.png | Bin 0 -> 237 bytes .../Drinks/icedteaglass.rsi/fill-4.png | Bin 0 -> 248 bytes .../Drinks/icedteaglass.rsi/fill-5.png | Bin 0 -> 279 bytes .../Drinks/icedteaglass.rsi/fill-6.png | Bin 0 -> 298 bytes .../Drinks/icedteaglass.rsi/icon_empty.png | Bin 0 -> 369 bytes .../Drinks/icedteaglass.rsi/meta.json | 38 +- .../Drinks/irishcarbomb.rsi/fill-1.png | Bin 0 -> 158 bytes .../Drinks/irishcarbomb.rsi/fill-2.png | Bin 0 -> 195 bytes .../Drinks/irishcarbomb.rsi/fill-3.png | Bin 0 -> 233 bytes .../Drinks/irishcarbomb.rsi/fill-4.png | Bin 0 -> 247 bytes .../Drinks/irishcarbomb.rsi/fill-5.png | Bin 0 -> 278 bytes .../Drinks/irishcarbomb.rsi/fill-6.png | Bin 0 -> 296 bytes .../Drinks/irishcarbomb.rsi/icon.png | Bin 451 -> 460 bytes .../Drinks/irishcarbomb.rsi/icon_empty.png | Bin 0 -> 319 bytes .../Drinks/irishcarbomb.rsi/meta.json | 38 +- .../Drinks/irishcoffeeglass.rsi/fill-1.png | Bin 0 -> 126 bytes .../Drinks/irishcoffeeglass.rsi/fill-2.png | Bin 0 -> 154 bytes .../Drinks/irishcoffeeglass.rsi/fill-3.png | Bin 0 -> 246 bytes .../Drinks/irishcoffeeglass.rsi/icon.png | Bin 318 -> 315 bytes .../irishcoffeeglass.rsi/icon_empty.png | Bin 0 -> 309 bytes .../Drinks/irishcoffeeglass.rsi/meta.json | 29 +- .../Drinks/irishcreamglass.rsi/fill-1.png | Bin 0 -> 186 bytes .../Drinks/irishcreamglass.rsi/fill-2.png | Bin 0 -> 209 bytes .../Drinks/irishcreamglass.rsi/fill-3.png | Bin 0 -> 237 bytes .../Drinks/irishcreamglass.rsi/fill-4.png | Bin 0 -> 248 bytes .../Drinks/irishcreamglass.rsi/icon.png | Bin 435 -> 373 bytes .../Drinks/irishcreamglass.rsi/icon_empty.png | Bin 0 -> 265 bytes .../Drinks/irishcreamglass.rsi/meta.json | 32 +- .../Drinks/kiraspecial.rsi/fill-1.png | Bin 0 -> 504 bytes .../Drinks/kiraspecial.rsi/fill-2.png | Bin 0 -> 634 bytes .../Drinks/kiraspecial.rsi/fill-3.png | Bin 0 -> 685 bytes .../Drinks/kiraspecial.rsi/icon_empty.png | Bin 0 -> 339 bytes .../Drinks/kiraspecial.rsi/meta.json | 65 ++- .../Drinks/lemonadeglass.rsi/fill-1.png | Bin 0 -> 117 bytes .../Drinks/lemonadeglass.rsi/fill-2.png | Bin 0 -> 145 bytes .../Drinks/lemonadeglass.rsi/fill-3.png | Bin 0 -> 155 bytes .../Drinks/lemonadeglass.rsi/fill-4.png | Bin 0 -> 166 bytes .../Drinks/lemonadeglass.rsi/fill-5.png | Bin 0 -> 181 bytes .../Drinks/lemonadeglass.rsi/fill-6.png | Bin 0 -> 188 bytes .../Drinks/lemonadeglass.rsi/icon_empty.png | Bin 0 -> 453 bytes .../Drinks/lemonadeglass.rsi/meta.json | 38 +- .../longislandicedteaglass.rsi/fill-1.png | Bin 0 -> 126 bytes .../longislandicedteaglass.rsi/fill-2.png | Bin 0 -> 133 bytes .../longislandicedteaglass.rsi/fill-3.png | Bin 0 -> 158 bytes .../longislandicedteaglass.rsi/fill-4.png | Bin 0 -> 200 bytes .../longislandicedteaglass.rsi/fill-5.png | Bin 0 -> 216 bytes .../longislandicedteaglass.rsi/fill-6.png | Bin 0 -> 225 bytes .../longislandicedteaglass.rsi/icon_empty.png | Bin 0 -> 399 bytes .../longislandicedteaglass.rsi/meta.json | 38 +- .../Drinks/manhattanglass.rsi/fill-1.png | Bin 0 -> 118 bytes .../Drinks/manhattanglass.rsi/fill-2.png | Bin 0 -> 137 bytes .../Drinks/manhattanglass.rsi/fill-3.png | Bin 0 -> 171 bytes .../Drinks/manhattanglass.rsi/icon_empty.png | Bin 0 -> 314 bytes .../Drinks/manhattanglass.rsi/meta.json | 29 +- .../Drinks/manlydorfglass.rsi/fill-1.png | Bin 0 -> 892 bytes .../Drinks/manlydorfglass.rsi/fill-2.png | Bin 0 -> 994 bytes .../Drinks/manlydorfglass.rsi/icon_empty.png | Bin 0 -> 827 bytes .../Drinks/manlydorfglass.rsi/meta.json | 11 +- .../Drinks/margaritaglass.rsi/fill-1.png | Bin 0 -> 124 bytes .../Drinks/margaritaglass.rsi/fill-2.png | Bin 0 -> 126 bytes .../Drinks/margaritaglass.rsi/fill-3.png | Bin 0 -> 144 bytes .../Drinks/margaritaglass.rsi/fill-4.png | Bin 0 -> 156 bytes .../Drinks/margaritaglass.rsi/icon.png | Bin 314 -> 312 bytes .../Drinks/margaritaglass.rsi/icon_empty.png | Bin 0 -> 317 bytes .../Drinks/margaritaglass.rsi/meta.json | 32 +- .../Drinks/martiniglass.rsi/fill-1.png | Bin 0 -> 129 bytes .../Drinks/martiniglass.rsi/fill-2.png | Bin 0 -> 160 bytes .../Drinks/martiniglass.rsi/fill-3.png | Bin 0 -> 202 bytes .../Drinks/martiniglass.rsi/icon_empty.png | Bin 0 -> 332 bytes .../Drinks/martiniglass.rsi/meta.json | 29 +- .../Consumable/Drinks/meadglass.rsi/icon.png | Bin 399 -> 414 bytes .../Consumable/Drinks/mojito.rsi/fill-1.png | Bin 0 -> 176 bytes .../Consumable/Drinks/mojito.rsi/fill-2.png | Bin 0 -> 214 bytes .../Consumable/Drinks/mojito.rsi/fill-3.png | Bin 0 -> 274 bytes .../Consumable/Drinks/mojito.rsi/fill-4.png | Bin 0 -> 360 bytes .../Consumable/Drinks/mojito.rsi/fill-5.png | Bin 0 -> 402 bytes .../Consumable/Drinks/mojito.rsi/fill-6.png | Bin 0 -> 461 bytes .../Drinks/mojito.rsi/icon_empty.png | Bin 0 -> 493 bytes .../Consumable/Drinks/mojito.rsi/meta.json | 38 +- .../Drinks/neurotoxinglass.rsi/fill-1.png | Bin 0 -> 523 bytes .../Drinks/neurotoxinglass.rsi/fill-2.png | Bin 0 -> 546 bytes .../Drinks/neurotoxinglass.rsi/fill-3.png | Bin 0 -> 642 bytes .../Drinks/neurotoxinglass.rsi/fill-4.png | Bin 0 -> 678 bytes .../Drinks/neurotoxinglass.rsi/fill-5.png | Bin 0 -> 708 bytes .../Drinks/neurotoxinglass.rsi/icon.png | Bin 875 -> 882 bytes .../Drinks/neurotoxinglass.rsi/icon_empty.png | Bin 0 -> 420 bytes .../Drinks/neurotoxinglass.rsi/meta.json | 101 +++- .../Drinks/nuclear_colaglass.rsi/fill-1.png | Bin 0 -> 158 bytes .../Drinks/nuclear_colaglass.rsi/fill-2.png | Bin 0 -> 164 bytes .../Drinks/nuclear_colaglass.rsi/fill-3.png | Bin 0 -> 177 bytes .../Drinks/nuclear_colaglass.rsi/fill-4.png | Bin 0 -> 198 bytes .../Drinks/nuclear_colaglass.rsi/fill-5.png | Bin 0 -> 223 bytes .../nuclear_colaglass.rsi/icon_empty.png | Bin 0 -> 872 bytes .../Drinks/nuclear_colaglass.rsi/meta.json | 53 ++- .../Drinks/patronglass.rsi/fill-1.png | Bin 0 -> 124 bytes .../Drinks/patronglass.rsi/fill-2.png | Bin 0 -> 144 bytes .../Drinks/patronglass.rsi/fill-3.png | Bin 0 -> 169 bytes .../Drinks/patronglass.rsi/icon_empty.png | Bin 0 -> 284 bytes .../Drinks/patronglass.rsi/meta.json | 29 +- .../Drinks/proj_manhattanglass.rsi/fill-1.png | Bin 0 -> 118 bytes .../Drinks/proj_manhattanglass.rsi/fill-2.png | Bin 0 -> 137 bytes .../Drinks/proj_manhattanglass.rsi/fill-3.png | Bin 0 -> 171 bytes .../Drinks/proj_manhattanglass.rsi/icon.png | Bin 581 -> 646 bytes .../proj_manhattanglass.rsi/icon_empty.png | Bin 0 -> 738 bytes .../Drinks/proj_manhattanglass.rsi/meta.json | 47 +- .../Drinks/pwineglass.rsi/fill-1.png | Bin 0 -> 1054 bytes .../Drinks/pwineglass.rsi/fill-2.png | Bin 0 -> 1098 bytes .../Drinks/pwineglass.rsi/fill-3.png | Bin 0 -> 1101 bytes .../Drinks/pwineglass.rsi/fill-4.png | Bin 0 -> 1110 bytes .../Drinks/pwineglass.rsi/fill-5.png | Bin 0 -> 1102 bytes .../Drinks/pwineglass.rsi/icon_empty.png | Bin 0 -> 338 bytes .../Drinks/pwineglass.rsi/meta.json | 131 +++++- .../Drinks/rootbeerfloatglass.rsi/fill-1.png | Bin 0 -> 150 bytes .../Drinks/rootbeerfloatglass.rsi/fill-2.png | Bin 0 -> 195 bytes .../Drinks/rootbeerfloatglass.rsi/fill-3.png | Bin 0 -> 218 bytes .../Drinks/rootbeerfloatglass.rsi/fill-4.png | Bin 0 -> 236 bytes .../Drinks/rootbeerfloatglass.rsi/fill-5.png | Bin 0 -> 247 bytes .../Drinks/rootbeerfloatglass.rsi/fill-6.png | Bin 0 -> 263 bytes .../Drinks/rootbeerfloatglass.rsi/fill-7.png | Bin 0 -> 291 bytes .../rootbeerfloatglass.rsi/icon_empty.png | Bin 0 -> 294 bytes .../Drinks/rootbeerfloatglass.rsi/meta.json | 41 +- .../Drinks/rootbeerglass.rsi/fill-1.png | Bin 0 -> 156 bytes .../Drinks/rootbeerglass.rsi/fill-2.png | Bin 0 -> 177 bytes .../Drinks/rootbeerglass.rsi/fill-3.png | Bin 0 -> 194 bytes .../Drinks/rootbeerglass.rsi/fill-4.png | Bin 0 -> 218 bytes .../Drinks/rootbeerglass.rsi/fill-5.png | Bin 0 -> 229 bytes .../Drinks/rootbeerglass.rsi/fill-6.png | Bin 0 -> 239 bytes .../Drinks/rootbeerglass.rsi/icon_empty.png | Bin 0 -> 294 bytes .../Drinks/rootbeerglass.rsi/meta.json | 38 +- .../Consumable/Drinks/rumglass.rsi/fill-1.png | Bin 0 -> 186 bytes .../Consumable/Drinks/rumglass.rsi/fill-2.png | Bin 0 -> 204 bytes .../Consumable/Drinks/rumglass.rsi/fill-3.png | Bin 0 -> 257 bytes .../Consumable/Drinks/rumglass.rsi/fill-4.png | Bin 0 -> 248 bytes .../Drinks/rumglass.rsi/icon_empty.png | Bin 0 -> 265 bytes .../Consumable/Drinks/rumglass.rsi/meta.json | 32 +- .../Drinks/sbitenglass.rsi/fill-1.png | Bin 0 -> 141 bytes .../Drinks/sbitenglass.rsi/fill-2.png | Bin 0 -> 197 bytes .../Drinks/sbitenglass.rsi/fill-3.png | Bin 0 -> 211 bytes .../Drinks/sbitenglass.rsi/fill-4.png | Bin 0 -> 223 bytes .../Drinks/sbitenglass.rsi/fill-5.png | Bin 0 -> 254 bytes .../Drinks/sbitenglass.rsi/icon_empty.png | Bin 0 -> 368 bytes .../Drinks/sbitenglass.rsi/meta.json | 35 +- .../Drinks/screwdriverglass.rsi/fill-1.png | Bin 0 -> 162 bytes .../Drinks/screwdriverglass.rsi/fill-2.png | Bin 0 -> 215 bytes .../Drinks/screwdriverglass.rsi/fill-3.png | Bin 0 -> 249 bytes .../Drinks/screwdriverglass.rsi/fill-4.png | Bin 0 -> 268 bytes .../Drinks/screwdriverglass.rsi/fill-5.png | Bin 0 -> 290 bytes .../Drinks/screwdriverglass.rsi/fill-6.png | Bin 0 -> 311 bytes .../Drinks/screwdriverglass.rsi/icon.png | Bin 478 -> 481 bytes .../screwdriverglass.rsi/icon_empty.png | Bin 0 -> 323 bytes .../Drinks/screwdriverglass.rsi/meta.json | 38 +- .../Drinks/sdreamglass.rsi/fill-1.png | Bin 0 -> 108 bytes .../Drinks/sdreamglass.rsi/fill-2.png | Bin 0 -> 152 bytes .../Drinks/sdreamglass.rsi/fill-3.png | Bin 0 -> 183 bytes .../Drinks/sdreamglass.rsi/fill-4.png | Bin 0 -> 214 bytes .../Drinks/sdreamglass.rsi/fill-5.png | Bin 0 -> 216 bytes .../Drinks/sdreamglass.rsi/icon_empty.png | Bin 0 -> 391 bytes .../Drinks/sdreamglass.rsi/meta.json | 35 +- .../Drinks/silencerglass.rsi/fill-1.png | Bin 0 -> 147 bytes .../Drinks/silencerglass.rsi/fill-2.png | Bin 0 -> 185 bytes .../Drinks/silencerglass.rsi/fill-3.png | Bin 0 -> 225 bytes .../Drinks/silencerglass.rsi/fill-4.png | Bin 0 -> 247 bytes .../Drinks/silencerglass.rsi/fill-5.png | Bin 0 -> 291 bytes .../Drinks/silencerglass.rsi/fill-6.png | Bin 0 -> 310 bytes .../Drinks/silencerglass.rsi/icon.png | Bin 519 -> 515 bytes .../Drinks/silencerglass.rsi/icon_empty.png | Bin 0 -> 343 bytes .../Drinks/silencerglass.rsi/meta.json | 38 +- .../Consumable/Drinks/singulo.rsi/fill-1.png | Bin 0 -> 589 bytes .../Consumable/Drinks/singulo.rsi/fill-2.png | Bin 0 -> 1281 bytes .../Consumable/Drinks/singulo.rsi/fill-3.png | Bin 0 -> 2115 bytes .../Consumable/Drinks/singulo.rsi/fill-4.png | Bin 0 -> 2618 bytes .../Consumable/Drinks/singulo.rsi/fill-5.png | Bin 0 -> 2689 bytes .../Drinks/singulo.rsi/icon_empty.png | Bin 0 -> 488 bytes .../Consumable/Drinks/singulo.rsi/meta.json | 137 +++++- .../Drinks/snowwhite.rsi/fill-1.png | Bin 0 -> 145 bytes .../Drinks/snowwhite.rsi/fill-2.png | Bin 0 -> 172 bytes .../Drinks/snowwhite.rsi/fill-3.png | Bin 0 -> 185 bytes .../Drinks/snowwhite.rsi/fill-4.png | Bin 0 -> 204 bytes .../Drinks/snowwhite.rsi/fill-5.png | Bin 0 -> 224 bytes .../Drinks/snowwhite.rsi/fill-6.png | Bin 0 -> 253 bytes .../Consumable/Drinks/snowwhite.rsi/icon.png | Bin 424 -> 417 bytes .../Drinks/snowwhite.rsi/icon_empty.png | Bin 0 -> 321 bytes .../Consumable/Drinks/snowwhite.rsi/meta.json | 38 +- .../Drinks/soy_latte.rsi/fill-1.png | Bin 0 -> 133 bytes .../Drinks/soy_latte.rsi/icon_empty.png | Bin 0 -> 293 bytes .../Consumable/Drinks/soy_latte.rsi/meta.json | 23 +- .../Drinks/syndicatebomb.rsi/fill-1.png | Bin 0 -> 186 bytes .../Drinks/syndicatebomb.rsi/fill-2.png | Bin 0 -> 238 bytes .../Drinks/syndicatebomb.rsi/fill-3.png | Bin 0 -> 276 bytes .../Drinks/syndicatebomb.rsi/fill-4.png | Bin 0 -> 318 bytes .../Drinks/syndicatebomb.rsi/fill-5.png | Bin 0 -> 327 bytes .../Drinks/syndicatebomb.rsi/fill-6.png | Bin 0 -> 309 bytes .../Drinks/syndicatebomb.rsi/icon_empty.png | Bin 0 -> 541 bytes .../Drinks/syndicatebomb.rsi/meta.json | 38 +- .../Drinks/tequillaglass.rsi/fill-1.png | Bin 0 -> 189 bytes .../Drinks/tequillaglass.rsi/fill-2.png | Bin 0 -> 208 bytes .../Drinks/tequillaglass.rsi/fill-3.png | Bin 0 -> 237 bytes .../Drinks/tequillaglass.rsi/fill-4.png | Bin 0 -> 248 bytes .../Drinks/tequillaglass.rsi/icon_empty.png | Bin 0 -> 348 bytes .../Drinks/tequillaglass.rsi/meta.json | 32 +- .../tequillasunriseglass.rsi/fill-1.png | Bin 0 -> 161 bytes .../tequillasunriseglass.rsi/fill-2.png | Bin 0 -> 208 bytes .../tequillasunriseglass.rsi/fill-3.png | Bin 0 -> 257 bytes .../tequillasunriseglass.rsi/fill-4.png | Bin 0 -> 292 bytes .../tequillasunriseglass.rsi/fill-5.png | Bin 0 -> 310 bytes .../Drinks/tequillasunriseglass.rsi/icon.png | Bin 593 -> 601 bytes .../tequillasunriseglass.rsi/icon_empty.png | Bin 0 -> 491 bytes .../Drinks/tequillasunriseglass.rsi/meta.json | 35 +- .../Drinks/the_martinez.rsi/fill-1.png | Bin 0 -> 124 bytes .../Drinks/the_martinez.rsi/fill-2.png | Bin 0 -> 163 bytes .../Drinks/the_martinez.rsi/fill-3.png | Bin 0 -> 147 bytes .../Drinks/the_martinez.rsi/icon_empty.png | Bin 0 -> 363 bytes .../Drinks/the_martinez.rsi/meta.json | 29 +- .../Drinks/thin_glass.rsi/fill-1.png | Bin 0 -> 128 bytes .../Drinks/thin_glass.rsi/fill-2.png | Bin 0 -> 157 bytes .../Drinks/thin_glass.rsi/fill-3.png | Bin 0 -> 172 bytes .../Drinks/thin_glass.rsi/fill-4.png | Bin 0 -> 184 bytes .../Drinks/thin_glass.rsi/fill-5.png | Bin 0 -> 184 bytes .../Drinks/thin_glass.rsi/icon_empty.png | Bin 0 -> 345 bytes .../Drinks/thin_glass.rsi/meta.json | 31 ++ .../threemileislandglass.rsi/fill-1.png | Bin 0 -> 482 bytes .../threemileislandglass.rsi/fill-2.png | Bin 0 -> 398 bytes .../threemileislandglass.rsi/icon_empty.png | Bin 0 -> 463 bytes .../Drinks/threemileislandglass.rsi/meta.json | 53 ++- .../Drinks/toxinsspecialglass.rsi/fill-1.png | Bin 0 -> 644 bytes .../Drinks/toxinsspecialglass.rsi/fill-2.png | Bin 0 -> 773 bytes .../Drinks/toxinsspecialglass.rsi/fill-3.png | Bin 0 -> 883 bytes .../Drinks/toxinsspecialglass.rsi/fill-4.png | Bin 0 -> 852 bytes .../toxinsspecialglass.rsi/icon_empty.png | Bin 0 -> 252 bytes .../Drinks/toxinsspecialglass.rsi/meta.json | 82 +++- .../Drinks/vermouthglass.rsi/fill-1.png | Bin 0 -> 187 bytes .../Drinks/vermouthglass.rsi/fill-2.png | Bin 0 -> 206 bytes .../Drinks/vermouthglass.rsi/fill-3.png | Bin 0 -> 251 bytes .../Drinks/vermouthglass.rsi/fill-4.png | Bin 0 -> 251 bytes .../Drinks/vermouthglass.rsi/icon_empty.png | Bin 0 -> 348 bytes .../Drinks/vermouthglass.rsi/meta.json | 32 +- .../Drinks/whiskeycolaglass.rsi/fill-1.png | Bin 0 -> 239 bytes .../Drinks/whiskeycolaglass.rsi/fill-2.png | Bin 0 -> 303 bytes .../Drinks/whiskeycolaglass.rsi/fill-3.png | Bin 0 -> 370 bytes .../Drinks/whiskeycolaglass.rsi/fill-4.png | Bin 0 -> 395 bytes .../Drinks/whiskeycolaglass.rsi/icon.png | Bin 603 -> 616 bytes .../whiskeycolaglass.rsi/icon_empty.png | Bin 0 -> 417 bytes .../Drinks/whiskeycolaglass.rsi/meta.json | 32 +- .../Drinks/whiskeyglass.rsi/fill-1.png | Bin 0 -> 184 bytes .../Drinks/whiskeyglass.rsi/fill-2.png | Bin 0 -> 203 bytes .../Drinks/whiskeyglass.rsi/fill-3.png | Bin 0 -> 257 bytes .../Drinks/whiskeyglass.rsi/fill-4.png | Bin 0 -> 254 bytes .../Drinks/whiskeyglass.rsi/icon.png | Bin 364 -> 390 bytes .../Drinks/whiskeyglass.rsi/icon_empty.png | Bin 0 -> 265 bytes .../Drinks/whiskeyglass.rsi/meta.json | 32 +- .../Drinks/whiskeysodaglass.rsi/fill-1.png | Bin 0 -> 239 bytes .../Drinks/whiskeysodaglass.rsi/fill-2.png | Bin 0 -> 303 bytes .../Drinks/whiskeysodaglass.rsi/fill-3.png | Bin 0 -> 370 bytes .../Drinks/whiskeysodaglass.rsi/fill-4.png | Bin 0 -> 395 bytes .../Drinks/whiskeysodaglass.rsi/icon.png | Bin 668 -> 687 bytes .../whiskeysodaglass.rsi/icon_empty.png | Bin 0 -> 507 bytes .../Drinks/whiskeysodaglass.rsi/meta.json | 32 +- .../Drinks/whiterussianglass.rsi/fill-1.png | Bin 0 -> 261 bytes .../Drinks/whiterussianglass.rsi/fill-2.png | Bin 0 -> 315 bytes .../Drinks/whiterussianglass.rsi/fill-3.png | Bin 0 -> 380 bytes .../Drinks/whiterussianglass.rsi/fill-4.png | Bin 0 -> 451 bytes .../whiterussianglass.rsi/icon_empty.png | Bin 0 -> 546 bytes .../Drinks/whiterussianglass.rsi/meta.json | 32 +- .../Drinks/wineglass.rsi/fill-1.png | Bin 0 -> 116 bytes .../Drinks/wineglass.rsi/fill-2.png | Bin 0 -> 130 bytes .../Drinks/wineglass.rsi/fill-3.png | Bin 0 -> 149 bytes .../Drinks/wineglass.rsi/fill-4.png | Bin 0 -> 156 bytes .../Drinks/wineglass.rsi/fill-5.png | Bin 0 -> 159 bytes .../Drinks/wineglass.rsi/icon_empty.png | Bin 0 -> 363 bytes .../Consumable/Drinks/wineglass.rsi/meta.json | 35 +- 571 files changed, 3850 insertions(+), 206 deletions(-) create mode 100644 Resources/Textures/Objects/Consumable/Drinks/absintheglass.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/absintheglass.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/absintheglass.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/absintheglass.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/absintheglass.rsi/fill-5.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/absintheglass.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/acidspitglass.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/acidspitglass.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/acidspitglass.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/acidspitglass.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/acidspitglass.rsi/fill-5.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/acidspitglass.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/aleglass.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/aleglass.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/aleglass.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/aleglass.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/aleglass.rsi/fill-5.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/aleglass.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/alliescocktail.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/alliescocktail.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/alliescocktail.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/alliescocktail.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/alliescocktail.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/aloe.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/aloe.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/aloe.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/aloe.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/aloe.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/amasecglass.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/amasecglass.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/amasecglass.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/amasecglass.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/amasecglass.rsi/fill-5.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/amasecglass.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/andalusia.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/andalusia.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/andalusia.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/andalusia.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/andalusia.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/antifreeze.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/antifreeze.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/antifreeze.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/antifreeze.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/antifreeze.rsi/fill-5.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/antifreeze.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/atomicbombglass.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/atomicbombglass.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/atomicbombglass.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/atomicbombglass.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/atomicbombglass.rsi/fill-5.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/atomicbombglass.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/b&p.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/b&p.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/b&p.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/b&p.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/b52glass.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/b52glass.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/b52glass.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/b52glass.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/b52glass.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/bahama_mama.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/bahama_mama.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/bahama_mama.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/bahama_mama.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/bahama_mama.rsi/fill-5.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/bahama_mama.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/bananahonkglass.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/bananahonkglass.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/bananahonkglass.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/bananahonkglass.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/bananahonkglass.rsi/fill-5.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/bananahonkglass.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/beepskysmashglass.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/beepskysmashglass.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/beepskysmashglass.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/beepskysmashglass.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/beepskysmashglass.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/beerglass.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/beerglass.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/beerglass.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/beerglass.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/beerglass.rsi/fill-5.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/beerglass.rsi/fill-6.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/beerglass.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/beerstein.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/beerstein.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/beerstein.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/beerstein.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/beerstein.rsi/fill-5.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/beerstein.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/beerstein.rsi/meta.json create mode 100644 Resources/Textures/Objects/Consumable/Drinks/berryjuice.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/berryjuice.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/berryjuice.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/berryjuice.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/berryjuice.rsi/fill-5.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/berryjuice.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/blackrussianglass.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/blackrussianglass.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/blackrussianglass.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/blackrussianglass.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/blackrussianglass.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/bloodglass.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/bloodglass.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/bloodglass.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/bloodglass.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/bloodglass.rsi/fill-5.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/bloodglass.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/bloodymaryglass.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/bloodymaryglass.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/bloodymaryglass.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/bloodymaryglass.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/bloodymaryglass.rsi/fill-5.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/bloodymaryglass.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/booger.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/booger.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/booger.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/booger.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/booger.rsi/fill-5.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/booger.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/bravebullglass.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/bravebullglass.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/bravebullglass.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/bravebullglass.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/bravebullglass.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/cafe_latte.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/cafe_latte.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/champagneglass.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/champagneglass.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/champagneglass.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/champagneglass.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/champagneglass.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/coffeeliqueurglass.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/coffeeliqueurglass.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/coffeeliqueurglass.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/coffeeliqueurglass.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/cogchamp.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/cogchamp.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/cogchamp.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/cogchamp.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/cognacglass.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/cognacglass.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/cognacglass.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/cognacglass.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/cognacglass.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/cubalibreglass.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/cubalibreglass.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/cubalibreglass.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/cubalibreglass.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/cubalibreglass.rsi/fill-5.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/cubalibreglass.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/demonsblood.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/demonsblood.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/demonsblood.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/demonsblood.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/demonsblood.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/devilskiss.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/devilskiss.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/devilskiss.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/devilskiss.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/doctorsdelightglass.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/doctorsdelightglass.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/doctorsdelightglass.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/doctorsdelightglass.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/doctorsdelightglass.rsi/fill-5.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/doctorsdelightglass.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/driestmartiniglass.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/driestmartiniglass.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/driestmartiniglass.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/driestmartiniglass.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/gargleblasterglass.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/gargleblasterglass.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/gargleblasterglass.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/gargleblasterglass.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/gargleblasterglass.rsi/fill-5.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/gargleblasterglass.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/gildlagerglass.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/gildlagerglass.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/gildlagerglass.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/gildlagerglass.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/ginfizzglass.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/ginfizzglass.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/ginfizzglass.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/ginfizzglass.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/ginfizzglass.rsi/fill-5.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/ginfizzglass.rsi/fill-6.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/ginfizzglass.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/gintonicglass.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/gintonicglass.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/gintonicglass.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/gintonicglass.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/gintonicglass.rsi/fill-5.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/gintonicglass.rsi/fill-6.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/gintonicglass.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/ginvodkaglass.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/ginvodkaglass.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/ginvodkaglass.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/ginvodkaglass.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/ginvodkaglass.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/glass_green.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/glass_green.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/glass_green.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/glass_green.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/glass_green.rsi/fill-5.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/glass_green.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/grenadineglass.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/grenadineglass.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/grenadineglass.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/grenadineglass.rsi/icon_empty.png delete mode 100644 Resources/Textures/Objects/Consumable/Drinks/hell.rsi/icon.png delete mode 100644 Resources/Textures/Objects/Consumable/Drinks/hell.rsi/meta.json create mode 100644 Resources/Textures/Objects/Consumable/Drinks/hippiesdelightglass.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/hippiesdelightglass.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/hippiesdelightglass.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/hippiesdelightglass.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/hippiesdelightglass.rsi/fill-5.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/hippiesdelightglass.rsi/fill-6.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/hippiesdelightglass.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/icecreamglass.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/icecreamglass.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/icecreamglass.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/icecreamglass.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/icecreamglass.rsi/fill-5.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/icecreamglass.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/iced_beerglass.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/iced_beerglass.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/iced_beerglass.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/iced_beerglass.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/iced_beerglass.rsi/fill-5.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/iced_beerglass.rsi/fill-6.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/iced_beerglass.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/icedcoffeeglass.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/icedcoffeeglass.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/icedcoffeeglass.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/icedcoffeeglass.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/icedcoffeeglass.rsi/fill-5.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/icedcoffeeglass.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/icedteaglass.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/icedteaglass.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/icedteaglass.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/icedteaglass.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/icedteaglass.rsi/fill-5.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/icedteaglass.rsi/fill-6.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/icedteaglass.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/irishcarbomb.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/irishcarbomb.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/irishcarbomb.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/irishcarbomb.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/irishcarbomb.rsi/fill-5.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/irishcarbomb.rsi/fill-6.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/irishcarbomb.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/irishcoffeeglass.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/irishcoffeeglass.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/irishcoffeeglass.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/irishcoffeeglass.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/irishcreamglass.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/irishcreamglass.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/irishcreamglass.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/irishcreamglass.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/irishcreamglass.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/kiraspecial.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/kiraspecial.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/kiraspecial.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/kiraspecial.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/lemonadeglass.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/lemonadeglass.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/lemonadeglass.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/lemonadeglass.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/lemonadeglass.rsi/fill-5.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/lemonadeglass.rsi/fill-6.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/lemonadeglass.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/longislandicedteaglass.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/longislandicedteaglass.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/longislandicedteaglass.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/longislandicedteaglass.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/longislandicedteaglass.rsi/fill-5.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/longislandicedteaglass.rsi/fill-6.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/longislandicedteaglass.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/manhattanglass.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/manhattanglass.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/manhattanglass.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/manhattanglass.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/manlydorfglass.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/manlydorfglass.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/manlydorfglass.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/margaritaglass.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/margaritaglass.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/margaritaglass.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/margaritaglass.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/margaritaglass.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/martiniglass.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/martiniglass.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/martiniglass.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/martiniglass.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/mojito.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/mojito.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/mojito.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/mojito.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/mojito.rsi/fill-5.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/mojito.rsi/fill-6.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/mojito.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/neurotoxinglass.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/neurotoxinglass.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/neurotoxinglass.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/neurotoxinglass.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/neurotoxinglass.rsi/fill-5.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/neurotoxinglass.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/nuclear_colaglass.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/nuclear_colaglass.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/nuclear_colaglass.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/nuclear_colaglass.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/nuclear_colaglass.rsi/fill-5.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/nuclear_colaglass.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/patronglass.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/patronglass.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/patronglass.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/patronglass.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/proj_manhattanglass.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/proj_manhattanglass.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/proj_manhattanglass.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/proj_manhattanglass.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/pwineglass.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/pwineglass.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/pwineglass.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/pwineglass.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/pwineglass.rsi/fill-5.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/pwineglass.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/rootbeerfloatglass.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/rootbeerfloatglass.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/rootbeerfloatglass.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/rootbeerfloatglass.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/rootbeerfloatglass.rsi/fill-5.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/rootbeerfloatglass.rsi/fill-6.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/rootbeerfloatglass.rsi/fill-7.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/rootbeerfloatglass.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/rootbeerglass.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/rootbeerglass.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/rootbeerglass.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/rootbeerglass.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/rootbeerglass.rsi/fill-5.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/rootbeerglass.rsi/fill-6.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/rootbeerglass.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/rumglass.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/rumglass.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/rumglass.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/rumglass.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/rumglass.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/sbitenglass.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/sbitenglass.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/sbitenglass.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/sbitenglass.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/sbitenglass.rsi/fill-5.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/sbitenglass.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/screwdriverglass.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/screwdriverglass.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/screwdriverglass.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/screwdriverglass.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/screwdriverglass.rsi/fill-5.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/screwdriverglass.rsi/fill-6.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/screwdriverglass.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/sdreamglass.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/sdreamglass.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/sdreamglass.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/sdreamglass.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/sdreamglass.rsi/fill-5.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/sdreamglass.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/silencerglass.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/silencerglass.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/silencerglass.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/silencerglass.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/silencerglass.rsi/fill-5.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/silencerglass.rsi/fill-6.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/silencerglass.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/singulo.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/singulo.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/singulo.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/singulo.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/singulo.rsi/fill-5.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/singulo.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/snowwhite.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/snowwhite.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/snowwhite.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/snowwhite.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/snowwhite.rsi/fill-5.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/snowwhite.rsi/fill-6.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/snowwhite.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/soy_latte.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/soy_latte.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/syndicatebomb.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/syndicatebomb.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/syndicatebomb.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/syndicatebomb.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/syndicatebomb.rsi/fill-5.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/syndicatebomb.rsi/fill-6.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/syndicatebomb.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/tequillaglass.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/tequillaglass.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/tequillaglass.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/tequillaglass.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/tequillaglass.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/tequillasunriseglass.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/tequillasunriseglass.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/tequillasunriseglass.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/tequillasunriseglass.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/tequillasunriseglass.rsi/fill-5.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/tequillasunriseglass.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/the_martinez.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/the_martinez.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/the_martinez.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/the_martinez.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/thin_glass.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/thin_glass.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/thin_glass.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/thin_glass.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/thin_glass.rsi/fill-5.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/thin_glass.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/thin_glass.rsi/meta.json create mode 100644 Resources/Textures/Objects/Consumable/Drinks/threemileislandglass.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/threemileislandglass.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/threemileislandglass.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/toxinsspecialglass.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/toxinsspecialglass.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/toxinsspecialglass.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/toxinsspecialglass.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/toxinsspecialglass.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/vermouthglass.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/vermouthglass.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/vermouthglass.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/vermouthglass.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/vermouthglass.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/whiskeycolaglass.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/whiskeycolaglass.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/whiskeycolaglass.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/whiskeycolaglass.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/whiskeycolaglass.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/whiskeyglass.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/whiskeyglass.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/whiskeyglass.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/whiskeyglass.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/whiskeyglass.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/whiskeysodaglass.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/whiskeysodaglass.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/whiskeysodaglass.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/whiskeysodaglass.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/whiskeysodaglass.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/whiterussianglass.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/whiterussianglass.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/whiterussianglass.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/whiterussianglass.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/whiterussianglass.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/wineglass.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/wineglass.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/wineglass.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/wineglass.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/wineglass.rsi/fill-5.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/wineglass.rsi/icon_empty.png diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_cups.yml b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_cups.yml index 1b4e5deb35d..f18a85286fc 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_cups.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_cups.yml @@ -242,7 +242,15 @@ Quantity: 20 - type: Sprite sprite: Objects/Consumable/Drinks/cafe_latte.rsi + layers: + - state: icon_empty + - state: fill-1 + map: ["enum.SolutionContainerLayers.Fill"] - type: Appearance + - type: SolutionContainerVisuals + maxFillLevels: 1 + fillBaseName: fill- + changeColor: false - type: TrashOnSolutionEmpty solution: drink diff --git a/Resources/Prototypes/Reagents/Consumable/Drink/alcohol.yml b/Resources/Prototypes/Reagents/Consumable/Drink/alcohol.yml index c689d8e2eaa..f6bac28b325 100644 --- a/Resources/Prototypes/Reagents/Consumable/Drink/alcohol.yml +++ b/Resources/Prototypes/Reagents/Consumable/Drink/alcohol.yml @@ -11,7 +11,10 @@ color: "#33EE00" metamorphicSprite: sprite: Objects/Consumable/Drinks/absintheglass.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 5 + metamorphicFillBaseName: fill- + metamorphicChangeColor: true metabolisms: Drink: effects: @@ -32,7 +35,10 @@ recognizable: true metamorphicSprite: sprite: Objects/Consumable/Drinks/aleglass.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 5 + metamorphicFillBaseName: fill- + metamorphicChangeColor: false - type: reagent id: Beer @@ -41,11 +47,14 @@ desc: reagent-desc-beer physicalDesc: reagent-physical-desc-bubbly flavor: beer - color: "#cfa85f" + color: "#e3e77b" recognizable: true metamorphicSprite: sprite: Objects/Consumable/Drinks/beerglass.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 6 + metamorphicFillBaseName: fill- + metamorphicChangeColor: true - type: reagent id: BlueCuracao @@ -56,8 +65,11 @@ flavor: alcohol color: "#0099FF" metamorphicSprite: - sprite: Objects/Consumable/Drinks/curacaoglass.rsi - state: icon + sprite: Objects/Consumable/Drinks/thin_glass.rsi + state: icon_empty + metamorphicMaxFillLevels: 5 + metamorphicFillBaseName: fill- + metamorphicChangeColor: true metabolisms: Drink: effects: @@ -78,7 +90,10 @@ recognizable: true metamorphicSprite: sprite: Objects/Consumable/Drinks/cognacglass.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 4 + metamorphicFillBaseName: fill- + metamorphicChangeColor: true metabolisms: Drink: effects: @@ -98,7 +113,10 @@ color: "#664300" metamorphicSprite: sprite: Objects/Consumable/Drinks/rumglass.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 4 + metamorphicFillBaseName: fill- + metamorphicChangeColor: false metabolisms: Drink: effects: @@ -175,7 +193,10 @@ recognizable: true metamorphicSprite: sprite: Objects/Consumable/Drinks/ginvodkaglass.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 4 + metamorphicFillBaseName: fill- + metamorphicChangeColor: false metabolisms: Drink: effects: @@ -195,7 +216,10 @@ color: "#664300" metamorphicSprite: sprite: Objects/Consumable/Drinks/coffeeliqueurglass.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 3 + metamorphicFillBaseName: fill- + metamorphicChangeColor: true - type: reagent id: MelonLiquor @@ -206,8 +230,11 @@ flavor: watermelon color: "#00FF33" metamorphicSprite: - sprite: Objects/Consumable/Drinks/emeraldglass.rsi - state: icon + sprite: Objects/Consumable/Drinks/thin_glass.rsi + state: icon_empty + metamorphicMaxFillLevels: 5 + metamorphicFillBaseName: fill- + metamorphicChangeColor: true - type: reagent id: NTCahors @@ -219,7 +246,10 @@ color: "#7E4043" metamorphicSprite: sprite: Objects/Consumable/Drinks/wineglass.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 5 + metamorphicFillBaseName: fill- + metamorphicChangeColor: true - type: reagent id: PoisonWine @@ -228,10 +258,13 @@ desc: reagent-desc-poison-wine physicalDesc: reagent-physical-desc-strong-smelling flavor: bitter - color: "#000000" + color: "#990066" metamorphicSprite: sprite: Objects/Consumable/Drinks/pwineglass.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 5 + metamorphicFillBaseName: fill- + metamorphicChangeColor: true metabolisms: Drink: effects: @@ -258,7 +291,10 @@ recognizable: true metamorphicSprite: sprite: Objects/Consumable/Drinks/rumglass.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 4 + metamorphicFillBaseName: fill- + metamorphicChangeColor: false metabolisms: Drink: effects: @@ -285,6 +321,12 @@ physicalDesc: reagent-physical-desc-strong-smelling flavor: tequila color: "#d7d1d155" + metamorphicSprite: + sprite: Objects/Consumable/Drinks/tequillaglass.rsi + state: icon_empty + metamorphicMaxFillLevels: 4 + metamorphicFillBaseName: fill- + metamorphicChangeColor: false metabolisms: Drink: effects: @@ -304,7 +346,10 @@ color: "#91FF91" metamorphicSprite: sprite: Objects/Consumable/Drinks/vermouthglass.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 4 + metamorphicFillBaseName: fill- + metamorphicChangeColor: false - type: reagent id: Vodka @@ -317,7 +362,10 @@ recognizable: true metamorphicSprite: sprite: Objects/Consumable/Drinks/ginvodkaglass.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 4 + metamorphicFillBaseName: fill- + metamorphicChangeColor: false metabolisms: Drink: effects: @@ -338,7 +386,10 @@ recognizable: true metamorphicSprite: sprite: Objects/Consumable/Drinks/whiskeyglass.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 4 + metamorphicFillBaseName: fill- + metamorphicChangeColor: false metabolisms: Drink: effects: @@ -359,7 +410,10 @@ recognizable: true metamorphicSprite: sprite: Objects/Consumable/Drinks/wineglass.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 5 + metamorphicFillBaseName: fill- + metamorphicChangeColor: true - type: reagent id: Champagne @@ -372,7 +426,10 @@ recognizable: true metamorphicSprite: sprite: Objects/Consumable/Drinks/champagneglass.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 4 + metamorphicFillBaseName: fill- + metamorphicChangeColor: true metabolisms: Drink: effects: @@ -394,7 +451,10 @@ color: "#365000" metamorphicSprite: sprite: Objects/Consumable/Drinks/acidspitglass.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 5 + metamorphicFillBaseName: fill- + metamorphicChangeColor: false - type: reagent id: AlliesCocktail @@ -406,7 +466,10 @@ color: "#00664d" metamorphicSprite: sprite: Objects/Consumable/Drinks/alliescocktail.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 4 + metamorphicFillBaseName: fill- + metamorphicChangeColor: false - type: reagent id: Aloe @@ -418,7 +481,10 @@ color: "#192c00" metamorphicSprite: sprite: Objects/Consumable/Drinks/aloe.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 4 + metamorphicFillBaseName: fill- + metamorphicChangeColor: false - type: reagent id: Amasec @@ -430,7 +496,10 @@ color: "#124da7" metamorphicSprite: sprite: Objects/Consumable/Drinks/amasecglass.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 5 + metamorphicFillBaseName: fill- + metamorphicChangeColor: false - type: reagent id: Andalusia @@ -442,7 +511,10 @@ color: "#665700" metamorphicSprite: sprite: Objects/Consumable/Drinks/andalusia.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 4 + metamorphicFillBaseName: fill- + metamorphicChangeColor: false - type: reagent id: Antifreeze @@ -454,8 +526,10 @@ color: "#ff7d63" metamorphicSprite: sprite: Objects/Consumable/Drinks/antifreeze.rsi - state: icon - + state: icon_empty + metamorphicMaxFillLevels: 5 + metamorphicFillBaseName: fill- + metamorphicChangeColor: false metabolisms: Drink: effects: @@ -475,7 +549,10 @@ color: "#666300" metamorphicSprite: sprite: Objects/Consumable/Drinks/atomicbombglass.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 5 + metamorphicFillBaseName: fill- + metamorphicChangeColor: false metabolisms: Drink: effects: @@ -498,7 +575,10 @@ color: "#664300" metamorphicSprite: sprite: Objects/Consumable/Drinks/b52glass.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 4 + metamorphicFillBaseName: fill- + metamorphicChangeColor: false metabolisms: Drink: effects: @@ -518,7 +598,10 @@ color: "#FF7F3B" metamorphicSprite: sprite: Objects/Consumable/Drinks/bahama_mama.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 5 + metamorphicFillBaseName: fill- + metamorphicChangeColor: true - type: reagent id: BananaHonk @@ -530,7 +613,10 @@ color: "#ffff91" metamorphicSprite: sprite: Objects/Consumable/Drinks/bananahonkglass.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 5 + metamorphicFillBaseName: fill- + metamorphicChangeColor: false - type: reagent id: Barefoot @@ -539,10 +625,13 @@ desc: reagent-desc-barefoot physicalDesc: reagent-physical-desc-strong-smelling flavor: alcohol - color: "#664300" + color: "#ff66cc" metamorphicSprite: sprite: Objects/Consumable/Drinks/b&p.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 3 + metamorphicFillBaseName: fill- + metamorphicChangeColor: true - type: reagent id: BeepskySmash @@ -554,7 +643,10 @@ color: "#664300" metamorphicSprite: sprite: Objects/Consumable/Drinks/beepskysmashglass.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 4 + metamorphicFillBaseName: fill- + metamorphicChangeColor: false metabolisms: Drink: effects: @@ -574,7 +666,10 @@ color: "#360000" metamorphicSprite: sprite: Objects/Consumable/Drinks/blackrussianglass.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 4 + metamorphicFillBaseName: fill- + metamorphicChangeColor: false metabolisms: Drink: effects: @@ -591,10 +686,13 @@ desc: reagent-desc-bloody-mary physicalDesc: reagent-physical-desc-strong-smelling flavor: bloodymary - color: "#660000" + color: "#df6a50" metamorphicSprite: sprite: Objects/Consumable/Drinks/bloodymaryglass.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 5 + metamorphicFillBaseName: fill- + metamorphicChangeColor: true - type: reagent id: Booger @@ -603,10 +701,13 @@ desc: reagent-desc-booger physicalDesc: reagent-physical-desc-strong-smelling flavor: alcohol - color: "#8CFF8C" + color: "#99ff00" metamorphicSprite: sprite: Objects/Consumable/Drinks/booger.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 5 + metamorphicFillBaseName: fill- + metamorphicChangeColor: true - type: reagent id: BraveBull @@ -618,7 +719,10 @@ color: "#664300" metamorphicSprite: sprite: Objects/Consumable/Drinks/bravebullglass.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 4 + metamorphicFillBaseName: fill- + metamorphicChangeColor: false metabolisms: Drink: effects: @@ -638,7 +742,10 @@ color: "#3E1B00" metamorphicSprite: sprite: Objects/Consumable/Drinks/cubalibreglass.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 5 + metamorphicFillBaseName: fill- + metamorphicChangeColor: false metabolisms: Drink: effects: @@ -658,7 +765,10 @@ color: "#a70000" metamorphicSprite: sprite: Objects/Consumable/Drinks/demonsblood.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 4 + metamorphicFillBaseName: fill- + metamorphicChangeColor: true - type: reagent id: DevilsKiss @@ -667,10 +777,13 @@ desc: reagent-desc-devils-kiss physicalDesc: reagent-physical-desc-strong-smelling flavor: alcohol - color: "#A68310" + color: "#ff0033" metamorphicSprite: sprite: Objects/Consumable/Drinks/devilskiss.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 3 + metamorphicFillBaseName: fill- + metamorphicChangeColor: true - type: reagent id: DoctorsDelight @@ -682,7 +795,10 @@ color: "#FF8CFF" metamorphicSprite: sprite: Objects/Consumable/Drinks/doctorsdelightglass.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 5 + metamorphicFillBaseName: fill- + metamorphicChangeColor: false metabolisms: Drink: effects: @@ -713,7 +829,10 @@ color: "#2E6671" metamorphicSprite: sprite: Objects/Consumable/Drinks/driestmartiniglass.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 3 + metamorphicFillBaseName: fill- + metamorphicChangeColor: false metabolisms: Drink: effects: @@ -730,10 +849,13 @@ desc: reagent-desc-erika-surprise physicalDesc: reagent-physical-desc-strong-smelling flavor: alcohol - color: "#2E6671" + color: "#67bc50" metamorphicSprite: - sprite: Objects/Consumable/Drinks/erikasurprise.rsi - state: icon + sprite: Objects/Consumable/Drinks/beerstein.rsi + state: icon_empty + metamorphicMaxFillLevels: 5 + metamorphicFillBaseName: fill- + metamorphicChangeColor: true - type: reagent id: GargleBlaster @@ -745,7 +867,10 @@ color: "#9cc8b4" metamorphicSprite: sprite: Objects/Consumable/Drinks/gargleblasterglass.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 5 + metamorphicFillBaseName: fill- + metamorphicChangeColor: false metabolisms: Drink: effects: @@ -765,7 +890,10 @@ color: "#664300" metamorphicSprite: sprite: Objects/Consumable/Drinks/ginfizzglass.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 6 + metamorphicFillBaseName: fill- + metamorphicChangeColor: false metabolisms: Drink: effects: @@ -785,7 +913,10 @@ color: "#004166" metamorphicSprite: sprite: Objects/Consumable/Drinks/gintonicglass.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 6 + metamorphicFillBaseName: fill- + metamorphicChangeColor: false metabolisms: Drink: effects: @@ -805,7 +936,10 @@ color: "#FFFF91" metamorphicSprite: sprite: Objects/Consumable/Drinks/gildlagerglass.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 3 + metamorphicFillBaseName: fill- + metamorphicChangeColor: true metabolisms: Drink: effects: @@ -822,10 +956,13 @@ desc: reagent-desc-grog physicalDesc: reagent-physical-desc-strong-smelling flavor: alcohol - color: "#664300" + color: "#e3e77b" metamorphicSprite: - sprite: Objects/Consumable/Drinks/grogglass.rsi - state: icon + sprite: Objects/Consumable/Drinks/beerstein.rsi + state: icon_empty + metamorphicMaxFillLevels: 5 + metamorphicFillBaseName: fill- + metamorphicChangeColor: true - type: reagent id: HippiesDelight @@ -837,7 +974,10 @@ color: "#6eaa0c" metamorphicSprite: sprite: Objects/Consumable/Drinks/hippiesdelightglass.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 6 + metamorphicFillBaseName: fill- + metamorphicChangeColor: false - type: reagent id: Hooch @@ -847,9 +987,6 @@ physicalDesc: reagent-physical-desc-strong-smelling flavor: alcohol color: "#664e00" - metamorphicSprite: - sprite: Objects/Consumable/Drinks/glass_brown2.rsi - state: icon - type: reagent id: IcedBeer @@ -861,7 +998,10 @@ color: "#664300" metamorphicSprite: sprite: Objects/Consumable/Drinks/iced_beerglass.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 6 + metamorphicFillBaseName: fill- + metamorphicChangeColor: false - type: reagent id: IrishCarBomb @@ -873,7 +1013,10 @@ color: "#2E6671" metamorphicSprite: sprite: Objects/Consumable/Drinks/irishcarbomb.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 6 + metamorphicFillBaseName: fill- + metamorphicChangeColor: false metabolisms: Drink: effects: @@ -893,7 +1036,10 @@ color: "#664300" metamorphicSprite: sprite: Objects/Consumable/Drinks/irishcreamglass.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 4 + metamorphicFillBaseName: fill- + metamorphicChangeColor: false metabolisms: Drink: effects: @@ -913,7 +1059,10 @@ color: "#664300" metamorphicSprite: sprite: Objects/Consumable/Drinks/irishcoffeeglass.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 3 + metamorphicFillBaseName: fill- + metamorphicChangeColor: false metabolisms: Drink: effects: @@ -933,7 +1082,10 @@ color: "#664300" metamorphicSprite: sprite: Objects/Consumable/Drinks/longislandicedteaglass.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 6 + metamorphicFillBaseName: fill- + metamorphicChangeColor: false metabolisms: Drink: effects: @@ -953,7 +1105,10 @@ color: "#664300" metamorphicSprite: sprite: Objects/Consumable/Drinks/manhattanglass.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 3 + metamorphicFillBaseName: fill- + metamorphicChangeColor: false - type: reagent id: ManhattanProject @@ -965,7 +1120,10 @@ color: "#664300" metamorphicSprite: sprite: Objects/Consumable/Drinks/proj_manhattanglass.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 3 + metamorphicFillBaseName: fill- + metamorphicChangeColor: false - type: reagent id: ManlyDorf @@ -977,7 +1135,10 @@ color: "#664300" metamorphicSprite: sprite: Objects/Consumable/Drinks/manlydorfglass.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 2 + metamorphicFillBaseName: fill- + metamorphicChangeColor: false - type: reagent id: Margarita @@ -989,7 +1150,10 @@ color: "#8CFF8C" metamorphicSprite: sprite: Objects/Consumable/Drinks/margaritaglass.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 4 + metamorphicFillBaseName: fill- + metamorphicChangeColor: true - type: reagent id: Martini @@ -1001,7 +1165,10 @@ color: "#664300" metamorphicSprite: sprite: Objects/Consumable/Drinks/martiniglass.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 3 + metamorphicFillBaseName: fill- + metamorphicChangeColor: false metabolisms: Drink: effects: @@ -1020,8 +1187,11 @@ flavor: mead color: "#664300" metamorphicSprite: - sprite: Objects/Consumable/Drinks/meadglass.rsi - state: icon + sprite: Objects/Consumable/Drinks/beerstein.rsi + state: icon_empty + metamorphicMaxFillLevels: 5 + metamorphicFillBaseName: fill- + metamorphicChangeColor: true - type: reagent id: Mojito @@ -1030,10 +1200,13 @@ desc: reagent-desc-mojito physicalDesc: reagent-physical-desc-strong-smelling flavor: alcohol - color: "#664300" + color: "#3ea99888" metamorphicSprite: sprite: Objects/Consumable/Drinks/mojito.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 6 + metamorphicFillBaseName: fill- + metamorphicChangeColor: false - type: reagent id: Moonshine @@ -1062,7 +1235,10 @@ color: "#2E2E61" metamorphicSprite: sprite: Objects/Consumable/Drinks/neurotoxinglass.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 5 + metamorphicFillBaseName: fill- + metamorphicChangeColor: false metabolisms: Drink: effects: @@ -1088,7 +1264,10 @@ color: "#585840" metamorphicSprite: sprite: Objects/Consumable/Drinks/patronglass.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 3 + metamorphicFillBaseName: fill- + metamorphicChangeColor: true metabolisms: Drink: effects: @@ -1105,10 +1284,13 @@ desc: reagent-desc-red-mead physicalDesc: reagent-physical-desc-strong-smelling flavor: alcohol - color: "#C73C00" + color: "#bc5550" metamorphicSprite: - sprite: Objects/Consumable/Drinks/red_meadglass.rsi - state: icon + sprite: Objects/Consumable/Drinks/beerstein.rsi + state: icon_empty + metamorphicMaxFillLevels: 5 + metamorphicFillBaseName: fill- + metamorphicChangeColor: true - type: reagent id: Sbiten @@ -1120,7 +1302,10 @@ color: "#004166" metamorphicSprite: sprite: Objects/Consumable/Drinks/sbitenglass.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 5 + metamorphicFillBaseName: fill- + metamorphicChangeColor: true - type: reagent id: ScrewdriverCocktail @@ -1132,7 +1317,10 @@ color: "#A68310" metamorphicSprite: sprite: Objects/Consumable/Drinks/screwdriverglass.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 6 + metamorphicFillBaseName: fill- + metamorphicChangeColor: false metabolisms: Drink: effects: @@ -1152,7 +1340,10 @@ color: "#B5A642" metamorphicSprite: sprite: Objects/Consumable/Drinks/cogchamp.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 3 + metamorphicFillBaseName: fill- + metamorphicChangeColor: false metabolisms: Drink: effects: @@ -1172,10 +1363,13 @@ desc: reagent-desc-silencer physicalDesc: reagent-physical-desc-strong-smelling flavor: nothing - color: "#004666" + color: "#878787" metamorphicSprite: sprite: Objects/Consumable/Drinks/silencerglass.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 6 + metamorphicFillBaseName: fill- + metamorphicChangeColor: false metabolisms: Drink: effects: @@ -1195,7 +1389,10 @@ color: "#3b0c0c" metamorphicSprite: sprite: Objects/Consumable/Drinks/singulo.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 5 + metamorphicFillBaseName: fill- + metamorphicChangeColor: false - type: reagent id: SnowWhite @@ -1207,7 +1404,10 @@ color: "#FFFFFF" metamorphicSprite: sprite: Objects/Consumable/Drinks/snowwhite.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 6 + metamorphicFillBaseName: fill- + metamorphicChangeColor: true - type: reagent id: SuiDream @@ -1219,7 +1419,10 @@ color: "#00A86B" metamorphicSprite: sprite: Objects/Consumable/Drinks/sdreamglass.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 5 + metamorphicFillBaseName: fill- + metamorphicChangeColor: false - type: reagent id: SyndicateBomb @@ -1228,10 +1431,13 @@ desc: reagent-desc-syndicate-bomb physicalDesc: reagent-physical-desc-opaque flavor: syndiebomb - color: "#2E6660" + color: "#e3e77b" metamorphicSprite: sprite: Objects/Consumable/Drinks/syndicatebomb.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 6 + metamorphicFillBaseName: fill- + metamorphicChangeColor: true - type: reagent id: TequilaSunrise @@ -1243,7 +1449,10 @@ color: "#FFE48C" metamorphicSprite: sprite: Objects/Consumable/Drinks/tequillasunriseglass.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 5 + metamorphicFillBaseName: fill- + metamorphicChangeColor: false metabolisms: Drink: effects: @@ -1263,7 +1472,10 @@ color: "#75b1f0" metamorphicSprite: sprite: Objects/Consumable/Drinks/the_martinez.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 3 + metamorphicFillBaseName: fill- + metamorphicChangeColor: false - type: reagent id: ThreeMileIsland @@ -1275,7 +1487,10 @@ color: "#666340" metamorphicSprite: sprite: Objects/Consumable/Drinks/threemileislandglass.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 2 + metamorphicFillBaseName: fill- + metamorphicChangeColor: false metabolisms: Drink: effects: @@ -1298,7 +1513,10 @@ color: "#665c00" metamorphicSprite: sprite: Objects/Consumable/Drinks/toxinsspecialglass.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 4 + metamorphicFillBaseName: fill- + metamorphicChangeColor: false - type: reagent id: VodkaMartini @@ -1310,7 +1528,10 @@ color: "#004666" metamorphicSprite: sprite: Objects/Consumable/Drinks/martiniglass.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 3 + metamorphicFillBaseName: fill- + metamorphicChangeColor: false metabolisms: Drink: effects: @@ -1329,8 +1550,11 @@ flavor: alcohol color: "#0064C8" metamorphicSprite: - sprite: Objects/Consumable/Drinks/vodkatonicglass.rsi - state: icon + sprite: Objects/Consumable/Drinks/gintonicglass.rsi # they look the same + state: icon_empty + metamorphicMaxFillLevels: 6 + metamorphicFillBaseName: fill- + metamorphicChangeColor: false metabolisms: Drink: effects: @@ -1350,7 +1574,10 @@ color: "#3E1B00" metamorphicSprite: sprite: Objects/Consumable/Drinks/whiskeycolaglass.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 4 + metamorphicFillBaseName: fill- + metamorphicChangeColor: false metabolisms: Drink: effects: @@ -1370,7 +1597,10 @@ color: "#533600" metamorphicSprite: sprite: Objects/Consumable/Drinks/whiskeysodaglass.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 4 + metamorphicFillBaseName: fill- + metamorphicChangeColor: false metabolisms: Drink: effects: @@ -1407,7 +1637,10 @@ color: "#A68340" metamorphicSprite: sprite: Objects/Consumable/Drinks/whiterussianglass.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 4 + metamorphicFillBaseName: fill- + metamorphicChangeColor: false metabolisms: Drink: effects: diff --git a/Resources/Prototypes/Reagents/Consumable/Drink/drinks.yml b/Resources/Prototypes/Reagents/Consumable/Drink/drinks.yml index ce93bbc4631..946a2a6e449 100644 --- a/Resources/Prototypes/Reagents/Consumable/Drink/drinks.yml +++ b/Resources/Prototypes/Reagents/Consumable/Drink/drinks.yml @@ -58,7 +58,10 @@ color: "#664300" metamorphicSprite: sprite: Objects/Consumable/Drinks/cafe_latte.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 1 + metamorphicFillBaseName: fill- + metamorphicChangeColor: false - type: reagent id: GreenTea @@ -70,7 +73,10 @@ color: "#7EB626" metamorphicSprite: sprite: Objects/Consumable/Drinks/glass_green.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 5 + metamorphicFillBaseName: fill- + metamorphicChangeColor: false - type: reagent id: Grenadine @@ -82,7 +88,10 @@ color: "#EA1D26" metamorphicSprite: sprite: Objects/Consumable/Drinks/grenadineglass.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 3 + metamorphicFillBaseName: fill- + metamorphicChangeColor: true footstepSound: collection: FootstepSticky params: @@ -98,7 +107,10 @@ color: "#102838" metamorphicSprite: sprite: Objects/Consumable/Drinks/icedcoffeeglass.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 5 + metamorphicFillBaseName: fill- + metamorphicChangeColor: false - type: reagent id: IcedGreenTea @@ -110,7 +122,10 @@ color: "#5B821B" metamorphicSprite: sprite: Objects/Consumable/Drinks/glass_green.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 5 + metamorphicFillBaseName: fill- + metamorphicChangeColor: false - type: reagent id: IcedTea @@ -122,7 +137,10 @@ color: "#6C3916" metamorphicSprite: sprite: Objects/Consumable/Drinks/icedteaglass.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 6 + metamorphicFillBaseName: fill- + metamorphicChangeColor: false metabolisms: Drink: effects: @@ -163,7 +181,10 @@ color: "#FFFF00" metamorphicSprite: sprite: Objects/Consumable/Drinks/lemonadeglass.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 6 + metamorphicFillBaseName: fill- + metamorphicChangeColor: false metabolisms: Drink: effects: @@ -240,9 +261,6 @@ desc: reagent-desc-nothing group: Drinks physicalDesc: reagent-physical-desc-nothing - metamorphicSprite: - sprite: Objects/Consumable/Drinks/nothing.rsi - state: icon metabolisms: Drink: effects: @@ -261,7 +279,10 @@ color: "#100800" metamorphicSprite: sprite: Objects/Consumable/Drinks/nuclear_colaglass.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 5 + metamorphicFillBaseName: fill- + metamorphicChangeColor: false metabolisms: Drink: effects: @@ -293,7 +314,10 @@ color: "#664300" metamorphicSprite: sprite: Objects/Consumable/Drinks/soy_latte.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 1 + metamorphicFillBaseName: fill- + metamorphicChangeColor: false - type: reagent id: Tea @@ -404,9 +428,6 @@ physicalDesc: reagent-physical-desc-sour flavor: bitter color: "#B3B599" - metamorphicSprite: - sprite: Objects/Consumable/Drinks/glass_light_yellow.rsi - state: icon - type: reagent id: KiraSpecial @@ -418,7 +439,10 @@ color: "#CCCC99" metamorphicSprite: sprite: Objects/Consumable/Drinks/kiraspecial.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 3 + metamorphicFillBaseName: fill- + metamorphicChangeColor: false - type: reagent id: Rewriter @@ -429,8 +453,11 @@ flavor: sweet color: "#485000" metamorphicSprite: - sprite: Objects/Consumable/Drinks/rewriter.rsi - state: icon + sprite: Objects/Consumable/Drinks/beerstein.rsi + state: icon_empty + metamorphicMaxFillLevels: 5 + metamorphicFillBaseName: fill- + metamorphicChangeColor: true - type: reagent id: Mopwata diff --git a/Resources/Prototypes/Reagents/Consumable/Drink/soda.yml b/Resources/Prototypes/Reagents/Consumable/Drink/soda.yml index e3f1a0e8367..bcbd877ea87 100644 --- a/Resources/Prototypes/Reagents/Consumable/Drink/soda.yml +++ b/Resources/Prototypes/Reagents/Consumable/Drink/soda.yml @@ -63,7 +63,10 @@ recognizable: true metamorphicSprite: sprite: Objects/Consumable/Drinks/icecreamglass.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 5 + metamorphicFillBaseName: fill- + metamorphicChangeColor: true - type: reagent id: LemonLime @@ -73,9 +76,6 @@ physicalDesc: reagent-physical-desc-fizzy flavor: lemonlimesoda color: "#878F00" - metamorphicSprite: - sprite: Objects/Consumable/Drinks/lemonlime.rsi - state: icon - type: reagent id: PwrGame @@ -96,7 +96,10 @@ color: "#381c07" metamorphicSprite: sprite: Objects/Consumable/Drinks/rootbeerglass.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 6 + metamorphicFillBaseName: fill- + metamorphicChangeColor: false - type: reagent id: RootBeerFloat @@ -108,7 +111,10 @@ color: "#4f361f" metamorphicSprite: sprite: Objects/Consumable/Drinks/rootbeerfloatglass.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 7 + metamorphicFillBaseName: fill- + metamorphicChangeColor: false - type: reagent id: SpaceMountainWind diff --git a/Resources/Prototypes/Reagents/biological.yml b/Resources/Prototypes/Reagents/biological.yml index 978ec717f95..67766f2749f 100644 --- a/Resources/Prototypes/Reagents/biological.yml +++ b/Resources/Prototypes/Reagents/biological.yml @@ -7,7 +7,10 @@ color: "#800000" metamorphicSprite: sprite: Objects/Consumable/Drinks/bloodglass.rsi - state: icon + state: icon_empty + metamorphicMaxFillLevels: 5 + metamorphicFillBaseName: fill- + metamorphicChangeColor: false recognizable: true physicalDesc: reagent-physical-desc-ferrous slippery: false diff --git a/Resources/Textures/Objects/Consumable/Drinks/absintheglass.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/absintheglass.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..3d0d47a0fc5bcfed8ba4c28c56b1ac62272a08b0 GIT binary patch literal 116 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}dY&$hArY-_ z&n#qQP~c%cm?rS;ez$9v>ve@4#rl)97#JRu&*a-(9lvu@&;Ewxe4e>1Oe&=lb^&!V Nc)I$ztaD0e0sy$sBDDYj literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/absintheglass.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/absintheglass.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..004bb58c5d0bb4e48939751e6065147c0f471151 GIT binary patch literal 181 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}`JOJ0ArY-_ z&u!#AU0H3l zdi%%K=dyQ~Nt@d=+8Qu&7fAj57|qOgAoz@qLn2z= zUUuX%<$pp0D?c( z-Et-0wGF0iV6HM=y>5HA*@u*x{ZF^nKAEsPz9E=Xc*6BPGv{V!xvF1a5I%kOw(q~N zXpLJ3WGy!A`OES}wf;{SGq1t)(zwZ6AGe>cJGg<<+IaIEW6h-*o`OGn+07rx>gm?p RTmy6=gQu&X%Q~loCIE{;SbqQj literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/absintheglass.rsi/fill-4.png b/Resources/Textures/Objects/Consumable/Drinks/absintheglass.rsi/fill-4.png new file mode 100644 index 0000000000000000000000000000000000000000..bd28cc24156de7389ff15dc32698f5a533ccbb02 GIT binary patch literal 242 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}Ydl>XLn2z= zPBG*|CQg`=^|FoM0Ps#-(!Bl6#Lq?b<))p&N(NtBxkwiPqKgU+gqafu|?lw z3wGseZlQC%cQOgia9MKmeF`sw%7ain|FFsP7?cY%zb4GwXYQcN7#R9>1%qiz=jNrJ zq4N*ym0_N+T2HB8O#d~T(uNJbb+=#64^z%=5Z$rK_6X~YF1tV44lMhYo(s*1wf|D< p^8Rk2h~P;}VW$mIR(-`h_9uU-vIRNUDg)ik;OXk;vd$@?2>|CJTIc`( literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/absintheglass.rsi/fill-5.png b/Resources/Textures/Objects/Consumable/Drinks/absintheglass.rsi/fill-5.png new file mode 100644 index 0000000000000000000000000000000000000000..e1badfa312b4794a5209c1fc8f4d33d8479d7556 GIT binary patch literal 299 zcmV+`0o4A9P)Px#j2@IXWN<%@xSO-*Dq&;oP1jo1L2s2ATd;DK9= xA6q}Q{b0C=LI^nL#{Yw|KZcf*kjZ3z${o;iJDc1At3Ch#002ovPDHLkV1fbPbuj<{ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/absintheglass.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/absintheglass.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..eeaa0014b90df05c7c467d22bdeb1bd4ff64b08e GIT binary patch literal 466 zcmV;@0WJQCP)Px$j7da6R9J=WmQPCpK^VrLS%QKR7V1l+m$pNfNEZ44iIEqp51?R|=+?~0RWu+d>~tI|BnE}QmC*O z8g1TB=Fm^((Cswv_YaUl>M;Tag?RDWBj5#q`zItDFJS5X0^Q=AkOK9v2LJ#707*qo IM6N<$f{6ao5dZ)H literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/absintheglass.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/absintheglass.rsi/meta.json index db0ac608ed0..e5994967cd8 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/absintheglass.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/absintheglass.rsi/meta.json @@ -1 +1,34 @@ -{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", "states": [{"name": "icon"}]} \ No newline at end of file +{ + "version": 1, + "size": + { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi. Fill levels by Tayrtahn on GitHub.", + "states": + [ + { + "name": "icon" + }, + { + "name": "icon_empty" + }, + { + "name": "fill-1" + }, + { + "name": "fill-2" + }, + { + "name": "fill-3" + }, + { + "name": "fill-4" + }, + { + "name": "fill-5" + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/acidspitglass.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/acidspitglass.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..5c685c4a229032d6b29357d68295c097864234f3 GIT binary patch literal 160 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}QJyZ2ArY-_ z&lvJKI0!ggJZR?kfUR0v&uRUo4Am<_=9fAIzFvxY%oqIs`hR^UpaurEw^6TlnEyJm z;BMec;by<^wbQ0=c6s?)RjrjLT3_$;ra7DM#OFmaPLOw9Fa1fIk3k8f$z@qLn2z= zUNGc3Ago}QtIQp&NwFVEjnp5Yw_Je)ny`A*168N&AQISaBcJ3>y@o(4yn&O zJ|tJp->c?k|KOj^!kIb=UXrKnPx#!%0LzR9J=W(yi92WdMz4pN_1egT?+-Qmr>mjFAnY+s-o$cOU| z06?UturNR0&|84p>x5)DgBtMPJKz;SR~bkpuPx#-bqA3R9J=Wk}VFxKoEuB?v@Y)6%`N?ejL}~7)S(?D{uiYBq)O80ysDY7*;ei zp`>gu(8;38Pf)ugsQJ{W_rA;wz%UHMFbv~}q0G+Wku{XrRXnkVvX9v{PxuI|lLdCP zL8MxU(EgZvjlNT6;3`lNRqXTaQ@topNdw9?&0_-qaHX?dCS#^jC<@=pi}^1CQ$2WY;9bZE=O+Y!P&Q$pzs~SCfz$1PdbtBpvOoWTmw?Q> qAW?_89}%c7LRrHlPrL*ehIs%PKxtxeiPx#{YgYYR9J=Wk}*!hKoCXW+Cd1Rq;Qc4DSKnHq*U{o{muUWcV|FR6h%=KA@;EKt96x7k?lK1^@s6qMd$(00001b5ch_0Itp)=>Px%SxH1eRA_V=RsSPoM`WM!eSKD-p+aB<5FhBnx#I(8?!8!P zS)(5{0PJ#>m4Dz54=Vs7f)S4)bzyY6Rn4ol&3RS_5&L;(00BGRSA6)fG(R~!f&A72 zCWj{gz#qR{lXe71@$+^72)+6-n1(=pYXPPq@VcBwd7Jz((OFglQTsJ+6FZ^;7e$!H z?~6g>xV%j`6k{(Lsh?G?{i#mi6gIq7xG3%$n}$Gj?|&z&fvEkg00aoV)Q8R58~?iv zZxsoB2(DLxiy}+TMTVahz!jrPvr8+OKJmzx);|GY{oPeuJhCh06m$xi+=I(AQwRC) zU%EBLxe;RjVTBOz1U1PM`Ve=iw&=8<9RLye!bW+0ESpaI*#YPp;c@A<{|nUV)(+^j zpZzdI8h@c*JBbQPP1~>=blT4jKqC!bsznUOPlIA&-!}Z*b{o<8*#YP}L930xqd`>m zKA}e+LBD3=TdmxNo=>O!ZM_hA=8`ZD$D8J5T>=}il6HFL`NQnr{Ee4DX)i%HctxqWj$ zTvAeFH%xMI&Yhhm%Rg&^knrzAKJw1r%5Nr?-+2G@^qX^U-ns9L;k(R-2q@c6;0T zkhWB&(+%zN^{ZAs;F)74es1#g{3)EmAO)!p)5?@2a#!~+y{U7YWg6qhM!TM$%sakT ztWA~wK7&1>y*P^b7khgugW$pL;|7&wTTC-Te9vup z?Xl~yMl0)-3F)21h6~RdC0ts4;p7`a{H;%jpmAKYEtZBbux{6wt5b}RGx^rW<3 z^}n_sU+-5e=JbX;OtUp0aB{^Z*=O@sDVMz7%&V|ySHj|owYgGvf8{X8v={6zSo@Fv zip3hi1<~{W8o2N+yl>fP#N~VVgTaNh=gkf%vd3#z@*MMTOv<`%@aIyYWD!W)^ammC z0+$p{RnNcpxNpJzj~^FDy>Xb=pI7_p$>|G4ol~w$=ikcD;>uA0#*=aXyR`pH&(CFQ z}s^)yMA^ZQwR0f|3M~34!amKkHmMgJ1VTY|5aH5%vWMw!aYF^!92FArh#+K zN%k3sz>HJuGY+h)X<%FfV(hAE$OALrYQQ3=*W@j8=E@Vx-0zj$*jixjkkU}Xc&TJB<9^14jF-}!;!e~76F-BetDnm{r-UW| DLTq*X diff --git a/Resources/Textures/Objects/Consumable/Drinks/acidspitglass.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/acidspitglass.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..cd2f3e6260452179418e011edac22af5f821b0a8 GIT binary patch literal 511 zcmVPx$xk*GpRA_J^(8EC2wd5KsX`W~Lz(kInBKpAXfT zQ&9luVumH~R|gdUWBrNEFC^B6X`0s$HB<#5`y03l{3Q~%ui_x^M+LwX1|Q541r+|c z4p3lhH1Huw{ZVQ|LEU@*L=_OWKPmvy^&OHwDuAVEkCo5bkc!7#ciQI7V=X(`rAdih zIs1!SB|rbY+(rp=5kfCmDLpTOKfVKukUJn? ze{=u_3-_E4+8_NKHv12~a-da&=#LH{H}S?!F7IS?Jo4)s*%A1SXjL7a-Gt8Rf$ipx zJpuv#5C8zc%B*BmPhLMntLpG&_XfcJyhfwZd;!Tfd@NPH97q5F002ovPDHLkV1l68 B*Hi!i literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/acidspitglass.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/acidspitglass.rsi/meta.json index 6b76e14b80e..64fae7b0a9a 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/acidspitglass.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/acidspitglass.rsi/meta.json @@ -1 +1,48 @@ -{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", "states": [{"name": "icon", "delays": [[30.0, 1.0, 1.0]]}]} \ No newline at end of file +{ + "version": 1, + "size": + { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi. Fill levels by Tayrtahn on GitHub.", + "states": + [ + { + "name": "icon", + "delays": + [ + [ + 30.0, + 1.0 + ] + ] + }, + { + "name": "icon_empty", + "delays": + [ + [ + 30.0, + 1.0 + ] + ] + }, + { + "name": "fill-1" + }, + { + "name": "fill-2" + }, + { + "name": "fill-3" + }, + { + "name": "fill-4" + }, + { + "name": "fill-5" + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/aleglass.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/aleglass.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..0ab878551c8e26693175c4ef3f75b786654965fd GIT binary patch literal 313 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|K6|=2hE&XX zd+Q?aAq9bkhl?*VemQ$2ao3E#MXNV7_a!`<&6f~Vb4fy3S0*6o$NuGZQ+7XlkTF?_ z38)tYcnxPczAG%WZ`R#@EJ|8r@%w5)!Hw7UtzW+9o$P6Okr#)R${IROe6738b6PFE zE|k%1b?Fz0`#SCC>ayzOLmB!;!N3%#L>wZ(q=uaMFxb2E{i zt2STF|Fd=j)0Mi0TOs!u?N;u!6WxB~_JW_H7it(cZF9&}jau_l6yla!#;<=i$k=;W z$WO4W|N5D+`04jR(FZkmcsKrkzCT)dslpt71_p(0^%sW%zp8Apvjpk#boFyt=akR{ E0MPM&ApigX literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/aleglass.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/aleglass.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..9017e356d94e9462c08f9d5b08571c2bcf61c48e GIT binary patch literal 391 zcmV;20eJq2P)Px$K}keGRCt{2+CfgkFc5{|=ahn~WW|~t8+wbJquhhrz*&3+PQeZ;Q3?cd;fF& zo9_L?^-%m#!8@)(2OPY8yjzDRkt)8a09CnBRo*5^Aa{II0bZZ(B}t27tFPuJNg|f` zDVUdlq@aiYYn>0R|DpS-if<}F@$e`or=o4uxbD959G%eE_&YhxGsOokZ0xs%h3P{m zG@(-)U8;DNI7RS?e})3&P9V3a523!;wSH>eb8Lo_e*-8$?gVn1d;tIe0000}bg}+` z{;`(j_>BI5GsLGqz%t14e?H}jZp!`u^O4x1*d|LNR!lCYH(<70HQ#c&KKeiZVooGP lzdvCoX(oyO0001j>;W}#ZO@ja*3$q0002ovPDHLkV1jxctlt0t literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/aleglass.rsi/fill-3.png b/Resources/Textures/Objects/Consumable/Drinks/aleglass.rsi/fill-3.png new file mode 100644 index 0000000000000000000000000000000000000000..a9b52990e8753ed750983ded9204f358f072b508 GIT binary patch literal 499 zcmVPx$tw}^dRCt{2noUx|KoEuB1knmCSh``yMsJaG=shU69z@TQE3mc7wL5|GufQU4 z6)NU`dOF0I_w8VkeoaqLPna}72qAd_@-$QviOac$T7oX7ye0G>o|X_^uHJ;Q9VC_nq(UoSl*AyXrb+Kw7-3EO6Bo z)c}cj**dRU|5f9zbtgd-0PpG+1_oXnBQoj2`{3+QQ~f;*#tQn@+eTBe)w^z{Nd;{_ zTc~VZ1cl?S>2H$(wpywg&}OQ(#o(8~-~-UwHrNJrOH5L02A=^8K-Ufs zLI@#*5JE^7oTNV>{Xab!lb#c@KR{Vuy+1(3s}lZFe?YuiE(*npj;*v$iw^*v?&d1* z277xTqV+af+8=P7{ZsY@r1aHnIcGqhyF&nn0CX|)Ww`hvDuScyo9G(`=ehUuk77q` p$o41f0gM2gsy~4cLJ0XM`~bu_qV~GrBn$um002ovPDHLkV1ne@%A_P)Px$^hrcPRCt{2nn6y&Koo}mDIx(EL^sC79SPB$N9Z~99&Cvx@C166xdI1pZP;jt zF{Bt;7p71PrOcaYhsyu0pzX~6`grek$~=G&LI@#*5JHX+Wjf$%HcNWF&*BN&*Gg+$ zI!_petIuWEXRqByzf?TKiOI#lugBg#-c5%&!?nJ#0|4Oa{KA<5zV(eAkN}vB2F?uF zCta%451h^9nQjn?#u+={tlw9|@pS9CyQj#wsM_dfZ+aegMEar{u*`k$1`+0Q2Y`7< z1AnW0p6q;DYlLCA(oZ#QaFPNp4Dp4?0k4mj8^@$MXsd6lYZU?c9Q1*$uBZk`#EbHL zSN`uhpRGGKh#U~yJU~GqND{;(X4cb?K0fn|FeIvBiq9;SqTt`WjH~w!{f>MlE zPOcX^t~E`yjy?kD0N)1q#%T?(&2<}Xss7PN03G1l0N>C7z76nABUXZh5JE^bRMH;+ ztaovW9-GofBl`m!>$5+=bU*?mlhHr{<(m^#{F{4F{Q*th6it!z2L!|MG|31P{-jeQ+Bj#2i`Wno^8E=504)Fq*&jd%A%q+*KUUwoi^Zit4*&oF07*qo IM6N<$f~RrPx%K}keGRCt{2noCZ@Kn#Zeq%BodsTD|w4Lc+RJC4wEz+r$BZ~{2XTmuk0Hf$+S zg-6ONXgV2M>~S+w;&0cyevfNAR>pv$D2k#eiqcLp>J9Uc$NAC+_V$-P(-;E)m`o;WprCbaE&!4+^o!(M!6GK{`?0{jvhf#M&%z)VXWCs+}Def;0#0-e7Pj-Nt zV1vBCtn4owTb0uxkc-v|a_)_Tya0gO;$u+R!h!67ssu|doEj~@S3rm@>GE^+b)Eh0%$inF23hg`Vwg5dBcypa^htFb1KztQx=(|1Hm#<^Qttz6Oi~%K`b(88T$Z=W~>q zU3jm94f?D8J2Lbl>60+Vh_%M+Y_XGOoeTdrogf!-=Oo?eNNZBHS|0)GfY=7aMzjWm z=6Z-WSHJZUpbm&_Ky1_ju?>jLMs$J{ZS4e!wB7-&XD#yqZmvpph$+kmly5J0?$$tK zq%a>a9d)V3RjRD>(B3`QiCf?T;AbMdR}Um2L$`pA`YVCLm-!fTJ%pqqMO_ zP%8bn^8r7h7NZdQ<`cLCN5G~R!r(c<6bP|}H6PG9J}p0xVXL-3f5SF}f;*q^4xj@d h$@u_9Q4~cVv!!H<=Xoq6%#fy0)WI!i1Pt}f31e^{nB|55Pf zr$46t=TWKXQDNWk@w3qlkM33BYi{=6c8JRh>QOn%*wZ7>|1;v%lE*=t|6aN~bIFX8 zF0+_dEbZ`N7ZBdsv!#R~)9vyhMw0@@%s>Zb@d-~Dcs$A&R<4}$iZ3B4CB@>?7t?c19pCs8q&^5JL~_SD1jQaW zz`)zopr E04@rFOaK4? literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/aleglass.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/aleglass.rsi/meta.json index d6f8f99b62d..40b0ba1b873 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/aleglass.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/aleglass.rsi/meta.json @@ -17,6 +17,64 @@ 0.5 ] ] + }, + { + "name": "icon_empty" + }, + { + "name": "fill-1", + "delays": [ + [ + 0.5, + 0.5, + 0.5, + 0.5 + ] + ] + }, + { + "name": "fill-2", + "delays": [ + [ + 0.5, + 0.5, + 0.5, + 0.5 + ] + ] + }, + { + "name": "fill-3", + "delays": [ + [ + 0.5, + 0.5, + 0.5, + 0.5 + ] + ] + }, + { + "name": "fill-4", + "delays": [ + [ + 0.5, + 0.5, + 0.5, + 0.5 + ] + ] + }, + { + "name": "fill-5", + "delays": [ + [ + 0.5, + 0.5, + 0.5, + 0.5 + ] + ] } ] } diff --git a/Resources/Textures/Objects/Consumable/Drinks/alliescocktail.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/alliescocktail.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..fbdf302a0eab26e8c65e6b7335719c489bd4d864 GIT binary patch literal 122 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}CY~;iArY-_ z&pGlkDDWIOaE^^_Ij4U@vY7*mip`6^vqe-qFC`ZWec#BXpg!T^IvLMNOWxEY~#c+o8 hOyS%uDxR0>Yr8H8xx`loYXA*n@O1TaS?83{1ORRTEx`Z) literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/alliescocktail.rsi/fill-3.png b/Resources/Textures/Objects/Consumable/Drinks/alliescocktail.rsi/fill-3.png new file mode 100644 index 0000000000000000000000000000000000000000..1a657bac4393299aa8eea84f782a3d62dd061064 GIT binary patch literal 163 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}v7RoDArY-_ z&pGlQHV|okXm8@BJm-|AqcDTMiO=EP??P5yz7qFGRyWej#l>aMn!iC>(ZVkdu-w?t zxcP9-+aHhjzZOo9ys=1m)t3_n2coze0FVdQ I&MBb@0DoLOE&u=k literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/alliescocktail.rsi/fill-4.png b/Resources/Textures/Objects/Consumable/Drinks/alliescocktail.rsi/fill-4.png new file mode 100644 index 0000000000000000000000000000000000000000..762b6e9ca1d9a664a47ce45aba5a2a3c5186991a GIT binary patch literal 161 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}(Vi}jArY-_ z&qa$iD2TXRY&KlusBY~j#T1iuM=F`^XTr{sZ~tu$oH_Gv-I^AsQ+y!{n0;m(2wgb6 z$nK?87~dWzkIGgd&6O&GJ9BG#7#+A%xmA6CA3J;I%$wr8rw(^b literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/alliescocktail.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/alliescocktail.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..d306465f3627017f5be56e912bcdefa131883329 GIT binary patch literal 333 zcmV-T0kZyyP)Px$2T4RhR9J;$U>F6XU=)mWz(}fw0|yS^m3MG(c*elMAVsWsOr$!1+JLGK@DB?5 zb>P4OqJ7W6z`(#lswF$Vb36<2FlSh^<0Ojs*Z1$lGna0Ax#K$nNl`$u17N^IN3j9M zo?KfwGq<@toq>UYVaJvG4Y>4R0~ANWAlMFmE zVhxjPD`%?2XfRlaQ+}E4UnA;cYNn~28)I*H#g5@`K|LDX1Rld z1JUM@p9VO8NbR_C{~5#(gyp0HiqZhgQgSV)*a6f4qYfB#z<@h|>~dhocaCT1Y)Z1@ fC>RB!V88$XKWb5t<>=zk00000NkvXXu0mjf%G-{Z literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/alliescocktail.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/alliescocktail.rsi/meta.json index db0ac608ed0..20e933bb577 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/alliescocktail.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/alliescocktail.rsi/meta.json @@ -1 +1,31 @@ -{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", "states": [{"name": "icon"}]} \ No newline at end of file +{ + "version": 1, + "size": + { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi. Fill levels by Tayrtahn on GitHub.", + "states": + [ + { + "name": "icon" + }, + { + "name": "icon_empty" + }, + { + "name": "fill-1" + }, + { + "name": "fill-2" + }, + { + "name": "fill-3" + }, + { + "name": "fill-4" + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/aloe.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/aloe.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..df7806feda990c6a0bdb537efd335839f742af03 GIT binary patch literal 139 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}uAVNAArY-_ z&u-*xFc4wB=qw_#X7XQkk7JIDI#Q(6ezPA~cZ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/aloe.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/aloe.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..c83210034efe1fa918d5bd898c24a927e1e49897 GIT binary patch literal 157 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R};hrvzArY-_ zFIsaoIPkPQ>`Ykr-Ts1Hf^A<{N6*owTf18Mf7s7Z(mdp#!oZ+)=5)O+CSyZeUWu(Kr0wLUHx3vIVCg! E05MEBY5)KL literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/aloe.rsi/fill-3.png b/Resources/Textures/Objects/Consumable/Drinks/aloe.rsi/fill-3.png new file mode 100644 index 0000000000000000000000000000000000000000..462012997c896f880dd118b904e2b3aa58f3ca85 GIT binary patch literal 159 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}k)AG&ArY-_ zFIjUnIPkPQ>`Ykr-9CVCgPgmo%ci4Ex3qpd`Jd3Wgd^C6iD8bxIcJv)UoTa`uEpC| zX>q~bm#9wHwK0W-9|^|DsNxj@$56u5(ZCKKbLh* G2~7ZBFgiv6 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/aloe.rsi/fill-4.png b/Resources/Textures/Objects/Consumable/Drinks/aloe.rsi/fill-4.png new file mode 100644 index 0000000000000000000000000000000000000000..ab1a0472d3e350bc63274cc2d36ef63aac85433f GIT binary patch literal 160 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}QJyZ2ArY-_ zFB@_-81T3~v~Oy@_us+N!M3lfV~Mk4tn4bWd+d^z7Vc3MV%U;#cY4PKOU0|D=+}V*2Z;7P0|NsC3#pdu_|EaH!rnl<oFwl7Gw^UTI)tIKYGRhg9R9 zOV5A){R$B{i;%0_apJiL=MR!{!O#l<1_nqdH0-|ooPmLXfx#Few&peIzGq+{GaJGj zQMu#9Gh{wF=1>#`FiXj`oMH!11B^Og)BywT0J6&gXuXfZrX)L#f>AIE1`GfIE)+g4 U&i8>J00000Ne4wvM6N<$g0qHlj{pDw delta 269 zcmV+o0rLK-0;mFzB!BNoL_t(|oMSw2-~huw0;U1AebfQN(g6+*4$lVE0i*&JY8vJr z6!h!Bfdg!$=wT$a9N6)l<5`8hfq2Kk3ontyzrKGb&MhePl7WGN!GrUM6tU)!6$0$6 z|Cri6EF@w4vu7C?7(^KujExy2D|eiDPKsFro(4u8K(YfoIDdagHSW3e{O8}V5P`D@ zxyl_Uo|BRQ$#MX-0a*_4;QS%gu=_G3wHrgk*1RU&_Y4eVlmp0M$9E2Ru}hBS3=9-T z0nAczEvMK4)BvLn7ZV6XAwdLuJ?$2VJMAmCm( z?ahyKAJ-hZ=dkDTgVyOUiVB0L8NB~-&M`=2!W#xQASk<5?;~f`#d{)Ya<+E*Gqdf> z-|r~e&$wIfO~Q+1jK8NpGEU5y@&4tjhUQ25mnX_P>M5+2x$$xCr||b&6y8J zb|gyxL0Qbs`wtHObUt1L2sq6kF?-S* h3of^V8WIK!3^SjFrF=3zdH@(k44$rjF6*2UngFumibenc literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/aloe.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/aloe.rsi/meta.json index db0ac608ed0..20e933bb577 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/aloe.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/aloe.rsi/meta.json @@ -1 +1,31 @@ -{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", "states": [{"name": "icon"}]} \ No newline at end of file +{ + "version": 1, + "size": + { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi. Fill levels by Tayrtahn on GitHub.", + "states": + [ + { + "name": "icon" + }, + { + "name": "icon_empty" + }, + { + "name": "fill-1" + }, + { + "name": "fill-2" + }, + { + "name": "fill-3" + }, + { + "name": "fill-4" + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/amasecglass.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/amasecglass.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..19ce029546bbf064f703e619a7ad66438369a5cf GIT binary patch literal 164 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}ah@)YArY-_ z&m81+a1dd8SeYL_Md9Ho*F{WwHT>N9ydEfAWZa!~WAp#r=NmeJ;KcpN%nfh7%a}h; zo8uS6#xJ|1IWwlaexu2bz0220-O)>usEF%eJd>WFd$+UW1EWHKfT^jB+*zPa44$rj JF6*2UngGtvI-dXl literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/amasecglass.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/amasecglass.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..7758d5eb781c0e261c153615d1c1bd2eb560ba07 GIT binary patch literal 224 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}vpiiKLn2z= zp4-dY6d=;}@VlIchDn9CugQgr5N~c~S^mGy zL38PpATQmyA9=UjeX7mY^XBB~wr|sv4l>%6`yD^E+rNf+b!k(tqP}!YY{9;7H+mD2 z?=Rbb!Q5a^wTf3^DbwV`S6O}X?){p>+;6CCWSvqW#3uQe`;fxn6JjgUPx#&`Cr=R9J=W(J^WQK^VpH|ITdO8yGCcMz*$B1e+Wp5WGOzEph=n8?PY3!roy; z5Dy?2ND~4(MTj>r8om_k1!h{mUpK{j?}GuQlu}A56=>^!q^N2+e!NLh)pB^B3Dc<* zRV^`nX=q^7%NR^HEO$=;3||}kx({~4BI1A~H1PQ~lgz)l>h($07*qoM6N<$g1{|q+yDRo literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/amasecglass.rsi/fill-4.png b/Resources/Textures/Objects/Consumable/Drinks/amasecglass.rsi/fill-4.png new file mode 100644 index 0000000000000000000000000000000000000000..090682c7f0dc9ff9df9bf2e4eea0805620922ae1 GIT binary patch literal 327 zcmV-N0l5B&P)Px$0ZBwbR9J=W(lJT{K@`UE|IVy#6LixkQ6`OSBX|LW5Cjhq5IuoiI_q?4yn#ev zA$Ld+Bo`0_Ekwu=gLam2vl)ws)-zz0_iKhJ-uE872SNxTgjjWvZ$VLhx~Jz0BDKS! ze8T}s@4{lj!G6y>Px%%Aq#JPka6)wxZXVA`D-+VH35oJ|XWw1BKX7(>`TNprx^{oy zLh@qYg2P(E-qDb&`(pr1YlOY6gC5ci7{GgHFRy2AeGSm&uQ@;eTIc_7z^Ub~O>2bB z8<^8EXalA7jRFEzP<)M1NgbOno7%h)+&pN2={zHewo%0gvCf#!Al4a?+5&pPg9ss3 Z*EeV%O)_JUB^&?%002ovPDHLkV1nLqh3o(T literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/amasecglass.rsi/fill-5.png b/Resources/Textures/Objects/Consumable/Drinks/amasecglass.rsi/fill-5.png new file mode 100644 index 0000000000000000000000000000000000000000..7a13261994187f42630f9c462d899608e0234560 GIT binary patch literal 343 zcmV-d0jU0oP)Px$5lKWrR9J=Wl08a8K@^3*`FTD;YbENWk=F=rz#s%&ML^;T?9!#Sv$4{S!gn6rQY-beHJ)OAY=Z z7XQYnx1aY7I63dybSBumg*lpnGEiAxDPx$kV!;AR9J=Wl|4&BVHAL$`(Y~96cl}2 zK|)*{TPgx6h&$NS6bOz%LrwjLW`_dzz(3G%ClNx0riQyX8NOxE+Tg9!+u#RfS-xUK zaG&K4=W@>Ta?W{Q@bK{P@c3gCnV$=V0#+m74vU*X=R>|kB7gB?PF+Ue^0DP6*CLgn z@v`kE=QOE9NeSpPAuh{y?7KKPGAZQ*08aN-Db}5XuVR*6&039sJJ^be3INPLon#et zk#?(&3#i%>wC{mK%y^_?+0~IH#u5lk8_*U2DEcyP^Nx0RG%dRt>q#)ekgMYe_*B99 zbsC=zXQgd?I)C^B2Jm?kCN5B{J7h{}jyLoDuaT;ex!RIV1&q;x^#wmGoB4i0W50;F z2!odA>}L1(1%x#56vikWi}r5^$}f*(tHM8i=wD=$QG9t nFoTX_-R_M17#;9LO`NmWwCuELn7E(BpTPXSPT{>CR)_%rmR`=$^ff;GE&-q$>+sP5PH?uexL#{w zh^eL^J!dm(b(u@U!r}&Lt3xUk=3K88LX0u%uK^Oe;_|*s!i4JWJ_!?&mJP@!K@8CB z_Nm;KIV;qMtAAZ;Q@PobmI9{m!0u|2%|d-BXdgFGR~azsR38ri9zdy6W)g%a{}TTe zZqEuFK|OH`0zK@tecVLV^4O&|7&iC{XDjC0kqF@TfmYwqJgbR>__v?Ajo^8Y{#5CcRG@Cmll Veae81MDhRt002ovPDHLkV1kziz>NR^ diff --git a/Resources/Textures/Objects/Consumable/Drinks/amasecglass.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/amasecglass.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..bc4f12f91940038cd776a6c833482f2351ff8f68 GIT binary patch literal 365 zcmV-z0h0cSP)Px$CrLy>R9J=Wl_5{WFcioC2bXY{3zh^qHB*Thszq!I{?a6>$#-wSl1l+z5XT7I_7%Bb0ZTy5{ltKxC{N2#V!hU0g(VGV=rR4$~E;TNRHE@vJnf|}dVUo(r_lwLU-mR8&08jaUxtBXd#2AtDnm{ Hr-UW|=3zR+ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/andalusia.rsi/fill-3.png b/Resources/Textures/Objects/Consumable/Drinks/andalusia.rsi/fill-3.png new file mode 100644 index 0000000000000000000000000000000000000000..e61ac5f8fdbfd2cd43b27c8ef2169ebb9e5b9131 GIT binary patch literal 209 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}-JULvArY-_ zFK*;*HV|OFQ2&6blQW^MByEEMr|soCOz#rd)Hpg_lrkKQWZRVjKg6fbeR}z>xr2*K zNqJK3hk3_#mY-K#_w$7eL&&9R?!Q&9G5$L{hk>DH-};^2uMf6w6>wE(d)p|?xkAfm z`sv5lMGn4y?{X_B)c3F6|E9~#DSF}zH-a{}`MbDmiDbzACiz2d`-(WAvlu*G{an^L HB{Ts5DrZo? literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/andalusia.rsi/fill-4.png b/Resources/Textures/Objects/Consumable/Drinks/andalusia.rsi/fill-4.png new file mode 100644 index 0000000000000000000000000000000000000000..9e035fd0e50cea85b2966983fa8f33df5a92bf69 GIT binary patch literal 210 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}J)SO(ArY-_ zFKy&)cHm*XkiUbelQW^MFVdQ I&MBb@0CgZ!ivR!s literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/andalusia.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/andalusia.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..5511443b6dbb170c60ec21941386fabd85ca32be GIT binary patch literal 375 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^TCNQ7S>ng8#UePv3_G0b(2M-*k%v71qZ1CXVPv@-TQ-7bAkdQbcDIpOz zN$QJ%L!gL*uIlZgE?Ea&hl$K(AZ1Nh;8}Nh-&0-2KU+Dk)UP!*ZBU;6%BG@}`Bm%wnSKU)zsTFW cDlT%%bG##dcZ+A|EuhT|p00i_>zopr0E_iNb^rhX literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/antifreeze.rsi/fill-3.png b/Resources/Textures/Objects/Consumable/Drinks/antifreeze.rsi/fill-3.png new file mode 100644 index 0000000000000000000000000000000000000000..6f7eb50dac6556de43684c1ecfbcc3599eb46bc5 GIT binary patch literal 197 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}^`0({ArY-_ zFZuF07>KYu(2VWQ-mvL`6W@b1Yh(^y^Ivn}Ig@Ippx|fS+dft=s~H3Z1^>=1;?=pW za8#u8?YdV{nv+dxwj9Xnd9rwu7(;_q*ullD=e%~<@iClh+`Tu>p}O^%+k-7x$M=*m u{LNbPeB-}+d=zVX4Xb4S{;e{@dG($(2GV^znKT2J%bbfcM)4ILdFQ+l@YHE#@G z{%*JLZ2v8cug!L4ox5|ldb0PDlgoeoVJl@+%DljIMVX<`Rzuyg*YS4UgMMWW-H%*R zQSBB!jB(Zt2XCDIZS(U!Uq$bN9WU!YuMkoCb%L*Tk?wl?pelKwlNdZ*{an^LB{Ts5 DJlauP literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/antifreeze.rsi/fill-5.png b/Resources/Textures/Objects/Consumable/Drinks/antifreeze.rsi/fill-5.png new file mode 100644 index 0000000000000000000000000000000000000000..3dac71e43f53c70ea649f9fb61cf220b85add0be GIT binary patch literal 236 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}%RF5iLn2z= zPO;`YWFX)&U$|RuLbk)yCgDPcb5dG;4xCI&8#PX|<}B&#Vc59-OI7&dzdROwk1hWD z1qdI@-1OEoLTj77Z0`1ZSMo&*>gVJdns_oYY}pv}%5y&Bs;Z^S_Nc7lOf$EdcC$kN z+GOhhsYnM7-$2GsLQemLewn?nHg$LKw9|9g$JAgU!*eq4)0tb0dXJ~ni2HKXm9oSx i`@f3QvhTB~4dW#ZB|a|wjh;XkGkCiCxvXQ6t literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/antifreeze.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/antifreeze.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..436bd2abb04c4e906942b2c2bd178c918389570b GIT binary patch literal 351 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^Tz+uZwoh23tR~P5kAC~FOe;mB| z>5r-Vd3bovm=rQd+v_(k>}aU^{7m_Ofz*l9zFiZSST;;W3~|9}0l)ooK}cB+U^kYQ~( z@P7aQf0xfN^7Qlo(H@n|g{zorcGMe+=URO_?-o^}X7*Dy{GI>z2Y(z(Bpo&}O8~*Y z|LU48E8jB&1zTQ~J#gg2iGn9DUw>&VX2{&x!^W4O63HFs5EOgh00V#HBF5qd@$3H2 twx;L(d76}dTw{jE*(OjRFtGsvL+(%W1x}AI-U5aggQu&X%Q~loCIIY1l}i8s literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/antifreeze.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/antifreeze.rsi/meta.json index db0ac608ed0..e5994967cd8 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/antifreeze.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/antifreeze.rsi/meta.json @@ -1 +1,34 @@ -{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", "states": [{"name": "icon"}]} \ No newline at end of file +{ + "version": 1, + "size": + { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi. Fill levels by Tayrtahn on GitHub.", + "states": + [ + { + "name": "icon" + }, + { + "name": "icon_empty" + }, + { + "name": "fill-1" + }, + { + "name": "fill-2" + }, + { + "name": "fill-3" + }, + { + "name": "fill-4" + }, + { + "name": "fill-5" + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/atomicbombglass.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/atomicbombglass.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..b3a5677a16f0967b23893b3aa15163af72d053e8 GIT binary patch literal 134 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}4xTQKArY-_ z&u!#oP~c&9JS?$hVycm^*%_&s&C~cac}42yszz^OVPI%D?v|di$*Nc@{QH47e1dYK fa;5o92cDbd&1J8+%bZdOG>gI0)z4*}Q$iB}`OPOX literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/atomicbombglass.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/atomicbombglass.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..e4f5889f2ac8796fa7bee240b2005eedefcdd81e GIT binary patch literal 164 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}ah@)YArY-_ zFCXM>P~d5O7=OHgcUmIT%|+EO{MH@cXV7ezX@gYO?l9%3hIT=*$X@(?SKg`0p=JY1h)6f2K2~JeCk=5p}d9?hjE6^qe MPgg&ebxsLQ0GYr(PXGV_ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/atomicbombglass.rsi/fill-3.png b/Resources/Textures/Objects/Consumable/Drinks/atomicbombglass.rsi/fill-3.png new file mode 100644 index 0000000000000000000000000000000000000000..bb9b21e56f7816594e7f72a9f447d29684b6f782 GIT binary patch literal 198 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}4W2HJArY-_ zuN>rUP~c&`kTmCzX+#@m3HP@PnY$RW3!Xm;w5|NWR3jwh^Uu0|*0xLmMJ1(GCCf^_ zuCP{qc>7kwsTl%dOP;l~R2z6y#DA8)!Ix7tk)*k4QI=I`@Ph5zNxvD~poR(;NExg7_kf5azpS^6kWS9W#D%VYI; Xtq}NejrJj+D;Ydp{an^LB{Ts5yaZO; literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/atomicbombglass.rsi/fill-5.png b/Resources/Textures/Objects/Consumable/Drinks/atomicbombglass.rsi/fill-5.png new file mode 100644 index 0000000000000000000000000000000000000000..502b9bb3a90b23bcb829c92bef09a5bdea48500d GIT binary patch literal 246 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}8$4YcLn2y} z6C_v{Cy4Yg2_2kY|KDyw_g{0fI=6L|Jxij_<{7Q zU|i(<;P&zU{}yxS#0i*8I1-?s$->bXd2Gq+#D!Z~TNpx}8Fb0Lp+gK+8WUbuv$Z)+U~AJ` s(Y>NNOgzxNOxJ?T?VyGPYctRn+ZDBDtY}ZZ0(3irr>mdKI;Vst0C)6TUH||9 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/atomicbombglass.rsi/icon.png b/Resources/Textures/Objects/Consumable/Drinks/atomicbombglass.rsi/icon.png index d33e7ed1cdc33ed013f3c1fa9ce02301f75ad2d6..e2547dfa3a52a038a3d78e917ea97a72b17ac070 100644 GIT binary patch delta 962 zcmV;z13moX2G<9WBYyw^b5ch_0Itp)=>Px&kx4{BRCt{2T02N1Q53yNR`X$9S#aZr z6b57~Ekd-g*{Cd-g_O=>IcO7D5G?#uf>u!rA=R*KAf;@!Op(PxQ`u~=N#zFIBE-#X zAreXAXLJjVOhU}uH+e6E=ACXPH}Bkc=Fa=fI{+LU92{*7lYdsg!NEZb(jbH66BpFi z!DKXC8#6I6fokiOo&*vlo1(t<+shU`?dXBz6Bh;(yE|3){IhjMz<^kQxUA#?Y^?ZH?9$3sZ@_7x{yIE#eh0&!73LR%$!Him2AB!* z$X^u-Z?s|v+9L%Mev|-lSy48oNBitkQ-2%9ZEr3^Tvn7uF{G$GeJsB#7TKwtB^rUG z0yOc}OS84s@M8zTJOK0|30S-a%=oERz;gsjfPm97uz&XRSHt%Y0O0q>EucLW29wcn zR+tZA`Ln`&h-4~k`wAf13&dq5xBq#$ZrtQ|`cGet%0j3SzxwI3SO>gFpesPN0m|=v z`cf71VQ;^4TE{8V>?iIPq658rP<66q5U)J!$jn;ua8uFw{NB|oYHvR(a3 zT0TQHIDhPX3$DT`RRQ$yQ>}osdzhjGZ8HhAnjbB|Yg=au;D5dZ0RYN()ro-RaYpsj`+u`w#g7ue zZ!cRC$63@im&G*5k{?|Gt^DxWO8&NA33369PQYliy#TrvLNtM0va&+kR{$5l=md;L z+Y6w}A0YX}jQTp5j1JLDNgIax10>JO-NzQOstgQW>m4m@g8X&lhRV0?*DL(CTGzvp|gj!DMtu z62uHZ#G!FMUxZ|oW_}g^uq228fcFPr(L45I0QU!A$+O&SX9DL64OZsLLFRcG)-y~ zMrk?{Sxh>solNZHkAHwPC2?$OM+O=Pb#f_jVQNWS2$t8u7z`kCZ3l}1qj>K1UTzBa z+j#GCzwg@vW{yh;)37k?{15}tS@%AE=1 z3`kmxt<5>pMY`0Aa7gxBTsU%li)ie!g6X>{2+tw|_a3i^NJ)e%^kd<1#>59{^l7 zLOX93Z#*~kMgFhfh#I;i6tPP;yJd-VgN`6uX_J8Dpem9k#29^9mFGTv?&h*&I zT&UM(htt)Q7TM!IkjYOL;IvY`Y(&`w0HDw9OuKA${4SM4XEr-d&ujIi7xxLM-TY($ z9=dwdz-0;oK;=(!AaGn&)Zk6uzb{nriift&%V=JPyI z;ZGoCfXewi6{`FR#vgFk0@d?*3RLPx&r%6OXRCt{2S}{x-Q5gP#RyCF63Ms3_8icC1T0X-B7g-30vKy*iY9WQ1M`fWBgHc-!hVZ?!aYg*A>2f4Nb#Wny~ zM^&T((H(F8Fxk@ebNN z%A@{uVY!wQD@w@iF#I_@h3?BI_4rHKbdppAJAof(okrvJQ=PL@F986~2%bj@D*Pw` za=tT{oDRN%x+y+uH|G!8D>KYb@Z|Pd^VlzpCyKYBm%|~SOG{vi^gX_jh{sT z#wg@=c;0{f_D9dIBvw3TPlfSf=0FO^5?FpI981ue1>mA{ZK%&I(BMZ45OO;_C9&ce zM0C-)rZV~})F{y7CmnqN_7Bj{2GwLplK`CwZxfL zH9aK)Jfxk_zUy@a91k<9f6)EU1ucG*070(p$e&24G}r7IfHpsR9Y71Do1$i8;#Y!9 z0IMCa8WS&op@q;WVe}`A{kcwj1TX=tcED;_ay+j6uB~1O89E+M1)^2$b-b8aGS4Lx z|LE!i29Q_1`9oh%TQE|kDMBB=b@c(MK(xwd)2;#M^PW^VN?im?>jTu6A96lVRRmh~ z0jO-S`|>{Ze14E!cW>S=g=42AB4G9e`|AUA_;=&Q%mIys&{)<7=te-~&RgZPY2W_V zs!i{F-bfVaja1~$tJVjQ@b4blexN>uiC+k@`T#;l#tymy#EY3FDI9AOoX8s}ErH0mE!b9QYsj85kHC b#uono8b~$oOisKT00000NkvXXu0mjfh!Vjh literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/atomicbombglass.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/atomicbombglass.rsi/meta.json index 293f7f97b0f..313b8de7378 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/atomicbombglass.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/atomicbombglass.rsi/meta.json @@ -1 +1,52 @@ -{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", "states": [{"name": "icon", "delays": [[1.0, 1.0, 1.0, 1.0]]}]} \ No newline at end of file +{ + "version": 1, + "size": + { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi. Fill levels by Tayrtahn on GitHub.", + "states": + [ + { + "name": "icon", + "delays": + [ + [ + 5.0, + 0.25, + 0.5, + 0.25 + ] + ] + }, + { + "name": "icon_empty", + "delays": + [ + [ + 5.0, + 0.25, + 0.5, + 0.25 + ] + ] + }, + { + "name": "fill-1" + }, + { + "name": "fill-2" + }, + { + "name": "fill-3" + }, + { + "name": "fill-4" + }, + { + "name": "fill-5" + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/b&p.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/b&p.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..802bd1edec3142b54ce6ada1493a167491d7bd74 GIT binary patch literal 127 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}mYyz-ArY-_ z&#e|@P~c&?=qt_fOTX1CL)lP5=S;$l=kJ*()rl`Zc;?N48>f_RZDxLbWRK)@70*d5 Z0so3Qm|aabz6Bb>;OXk;vd$@?2>_)@DVqQQ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/b&p.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/b&p.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..61344424d13f8d7297ce978215a0c674a3eddf60 GIT binary patch literal 142 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}9-c0aArY-_ zFK*;*aNu#iD1U6nqi^!9o)L#j)MGtcTn^UP>YQeL`F>UPj1;ElVqvE9p2^&0%Ky2? o;WsOT=Q`0VGvX(ycnTfhwN&C@U#TRO2sD$y)78&qol`;+0KCO6@&Et; literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/b&p.rsi/fill-3.png b/Resources/Textures/Objects/Consumable/Drinks/b&p.rsi/fill-3.png new file mode 100644 index 0000000000000000000000000000000000000000..17b0b1cc40e40162f9159849f239f6d0ba4367f7 GIT binary patch literal 147 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}zMd|QArY-_ zFK!fUaNuD+Xq+lg^M7doXKqK&3(gM*YKmq@U%R288#Z^L3bVzs#?asIS?77}iRIf+ t%3YIM+4zl{VbYxPfX9C(sd!Fe(7W2h!?D&?`yS9>22WQ%mvv4FO#q(OGD83W literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/b&p.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/b&p.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..82c3927fd71638f54df86ec06de11f85415fef63 GIT binary patch literal 301 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}&pllnLn2y} z6C@H2c&ut;X6Jh_wY;F9;@E)$3a)D^eU?}?+-g|G_ko}5SLuTTjEic|9{>WURjSte zifyttTolZBsf&?~fQy&#T_~*qYfh&|wpE!U1RZjf}_U#Y9^gZ{KMzl>;nTWipwOg64UbG3-c%PcxbiKyQnX2y zp_?tmu&8N%W8N~&k5kpo(AbXEh!WG8Fd=jMx u8mt@Ms7V(2awG=_Y4$b+8gQ}kFfjDY^AeDEuGj$dGJ~h9pUXO@geCyTBz95& literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/b&p.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/b&p.rsi/meta.json index db0ac608ed0..e6dfe397c63 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/b&p.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/b&p.rsi/meta.json @@ -1 +1,28 @@ -{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", "states": [{"name": "icon"}]} \ No newline at end of file +{ + "version": 1, + "size": + { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi. Fill levels by Tayrtahn on GitHub.", + "states": + [ + { + "name": "icon" + }, + { + "name": "icon_empty" + }, + { + "name": "fill-1" + }, + { + "name": "fill-2" + }, + { + "name": "fill-3" + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/b52glass.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/b52glass.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..ed8c6a99736f196eeb4d65e2afff52fd228cd50c GIT binary patch literal 133 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}_MR?|ArY-_ z&n*;WP!wUl_*6zWfcvlYtp%+SCf}r=rG1;ZB86#^isz-|wNZ1<$T}?-K9tmZ>Rh<3 fK+#f_zt literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/b52glass.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/b52glass.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..1a29c644c0356b0a38ac324268b77f43f3766a68 GIT binary patch literal 197 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}^`0({ArY-_ z&u!#wN|0!I7{1XlbIZmA_OJy-O4~Oo?-1eL+rlC=^}f@ULpu)KoKWEZUG)Cl#+fr` z-n^rG<@oWh-{kmzcCTYj2);UT(&iv`hR2qRU%o&2ebp9$N{7NTvlA2UfAhceHmdg` w`;_G~9CjRe!@*K{AgK1w)PKQwX=a@AE50f`UX~c(3UmsCr>mdKI;Vst05jQBLI3~& literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/b52glass.rsi/fill-3.png b/Resources/Textures/Objects/Consumable/Drinks/b52glass.rsi/fill-3.png new file mode 100644 index 0000000000000000000000000000000000000000..a59b6862444b7408f5b0f74f8a667a93b9d889e9 GIT binary patch literal 218 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}Q#@T9Ln2y} z6C_v{Cy4Yk1sZU<9b{m3D>C`}(>xBH2#$LW{u2&8j;P}ISNJyXfc1^1e2lvfI4QKTTsxE%8~jcu zWM!`T4C&gVC*dtK9W@%bqaIZ=PDT zRs9oNpKF^<>DO591;3IQR=?z7NLc%9$@e9~Dn){_e%n){X=_>$5xX^ QKrbpF literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/b52glass.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/b52glass.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..d6e9f4d508ba326e13b0a1f466e21b9081aae20b GIT binary patch literal 257 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}yFFbTLn2y} z6C_v{Cy4YkF|ze6$+9STz;L+lz0COyCo2p7O(-fTP&jEL79_jj>DBw`cGJ4%Z#X5p z|5Hz6qhr@HzJ!NQ(>4e^2wQox?vtpQ<)pL9k?bNrB3_v+=zhDSNZz?eAVKLm;}xdG zd=gcBA0GTs4BhVVIV%;w9>6^zR>;V} zK!kS&b40~X$+DQ8=iBv;9r(~Jl_v#usR0ASzIgTPiRw(VfZky6boFyt=akR{05un4 AssI20 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/b52glass.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/b52glass.rsi/meta.json index db0ac608ed0..20e933bb577 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/b52glass.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/b52glass.rsi/meta.json @@ -1 +1,31 @@ -{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", "states": [{"name": "icon"}]} \ No newline at end of file +{ + "version": 1, + "size": + { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi. Fill levels by Tayrtahn on GitHub.", + "states": + [ + { + "name": "icon" + }, + { + "name": "icon_empty" + }, + { + "name": "fill-1" + }, + { + "name": "fill-2" + }, + { + "name": "fill-3" + }, + { + "name": "fill-4" + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/bahama_mama.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/bahama_mama.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..5dd0f96ee57d60e8684a9c1bc6a2f65cc5a4274e GIT binary patch literal 168 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}NuDl_ArY-_ z&n*;WP~>sBcywv&jMYl40amO_*hPf;ZwH$Wnv zGi~l_n+wkLEN`EgxR%w}`Ms=Q;hu8Q53X{PbVX18=!3r Mp00i_>zopr0D(0)r~m)} literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/bahama_mama.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/bahama_mama.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..3c7fa2dc0c5e98769d77addc0b27cd6785e3fb01 GIT binary patch literal 196 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}b)GJcArY-_ zFKpy>GUQ>o@H-?V*Zb zS3J(Sry6|du5tSOkG~o%pC_AbeqVRsZeVun?&P&oI}c5?G}^4O)WK!L_qL9N9>!4H txzn`@^gr%d{pw=1d$z8$r_26AW(m#cf6VXh-2u9U!PC{xWt~$(695yqO0xg} literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/bahama_mama.rsi/fill-3.png b/Resources/Textures/Objects/Consumable/Drinks/bahama_mama.rsi/fill-3.png new file mode 100644 index 0000000000000000000000000000000000000000..834157b59bfbe47ca002360d52e882c3f45adaa1 GIT binary patch literal 205 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}?Vc`sP#+Sfs5#>hbIKQ<2eLs&Q(u)Vd{p8TkRYqDD>%d**?B^9Z3%>6=pZ4u8+Z|cU^c~j6BqnO)OjI?F)>Q4_ zcs55saLcs?tMZ?>^6ii>tXcgkEZbF6Rm#(4e<5?GS24T#*WOn^Coy=s`njxgN@xNA Db}mk{ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/bahama_mama.rsi/fill-4.png b/Resources/Textures/Objects/Consumable/Drinks/bahama_mama.rsi/fill-4.png new file mode 100644 index 0000000000000000000000000000000000000000..48544cbf2da6b0054836d292ec10504933cab1f6 GIT binary patch literal 238 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}D?D8sLn2z= zUfIaoV!*?C;r!B*Tmc5IYzZa&4`hRms+Mw1SXtz>-1=pKz|?qFr=P!mvNjZ-vwW_n zq{Ps$>fG&ZnZ^Igj;>zr!@>A_-*=ZUq8X~QQX{J#|69Cjb6w)eS8)#t_vhuu9^BH< z5z%+|adBhNsoyha&X09)G4K_3VR^kPYLP(%pW)`d#~l*NS!+8Cm7e!Zx%AW~xH0U} mpLs!29WQp)Hx|FsV?VsHE9%R~IqQLLX7F_Nb6Mw<&;$S<4PXNQOGWw~Hw1OfHB>RMs)<-&_QAMOE3oif@3C6< zdhRNV$iuuo&o5suj!rOjaG8_*y&zBF*o}G49L3TKN)pKqE*_eNi#8PSwF;ctweCWc z@^hZGrrUCxw|*;<^IqWfr8@iVqrLOL>kF_v)QdChUmo05WLXOI1cRrmpUXO@geCxl CX=CyL literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/bahama_mama.rsi/icon.png b/Resources/Textures/Objects/Consumable/Drinks/bahama_mama.rsi/icon.png index d9f6cbab1f81a774ff9c30be9a6c175fdfbc9dd9..e012acaf4638c35efed2782387a90ee5230df5a0 100644 GIT binary patch delta 683 zcmV;c0#yB^1;Pc8BYyw^b5ch_0Itp)=>Px%d`Uz>R9J=Wmd{HRVHn3hvnyDlwyul) zvK6Y+64(}WvD_De5DJpLL`t1H8CZ6x{~%};))nd!og_$zp}>O(!B{uZA`l_4Ov!bV zWg8R(t=YH3%uc1P`i{R2^}RfYnR&jS=Xu`uVc=hvrt-337=NBjOd(`*5ig&oj2l#J z@P&*CAp?d{v`{60_9h{f2<~??v2X2HJau3rAf^y<$S|~-m&L0GDDeVNOtF#Qz`9^) z1K%ihpl86)+M9$d#Fgf`ss?g(EfnG(KwAM&OyNP>Jb3Uc!CH%8q!#9<$W=A03!yv$ z@$5Cai9C9*3xD18Nq|gk5|)6^(8ognf|1kY#=oqaPYFObeKK|V9QAuOXB>^PXTZ=1 zL@}M~c4hpgY>Py-*tZ)J_A{AVJE!s@(oLUCoIgeB?Mv|8z?ur-KYjvhVvIW-I`Kf> z%^4mPa{7XO3xp7V&8d6_;(@$&_tjgLy8E#{l;N+-VtcK^KFKjD-t9oD> z2rbwUp#@KAlmOi7Tgu`63W#Y)J!w?#f~O9oKLTNFh_C}uh>G$AaOjw0R`0+#ofxg$ zA%H>$(tjg1OnL-z2Y}2r1H=P)?RxKHW~*(8Jx6}U$xo2zNUmDPTM7Ws7Kv(!t4U_7 zZPP+bbR=nuM3v0J<1d*5A^VyI{m-A$TXNWwIe0t+y6KaB%>upjBmmcb%y?Qto&a>y zCsSuCT=V7DPL^9c$)rblH2zK*LU{!7Kwi5wyd)su4FH++sQb+882)Ql^%D?#{ari9 R^N|1m002ovPDHLkV1nLxLB#+7 delta 653 zcmV;80&@Mr1*8R#BYy&GNklA!t0@c#iG!5~qMo>WrLXCo#YO|n7 zLBZ0CSkRNF3dQsy{sV%ckfxv)@l*r@vM6{cJ#9U=h#&!>S{rN{ONmPh1<`ao?1xRI z&CXaG@OOEaW%vC(^Ul1pvzlp|G*W?vy6*;nrR$<00IA8BB7ddpB5a!4jsOhxZa_zWB=N8^EvvB6sZqU3)cWI(o#|gsBluVma-0y>LeiCX!m}+id~+ znXA;#tI2G|h7}N*i)U!Mdli0|ROh1vPn@DU`<~&nL4SDNTlMitT@)|Z?*b`+jS!(r zF@h)8sD5Z>`2IwVxr~$-VK8Q!2V-lhDgF+iy5yLzM1LCt5R9!+U22B5<;DQ865ag@ zcwKP5#UA-`E3_?>dw9j$7yc=Lr!JrfL|1Ky=&Dj0DFAQu11<1w6GRbmPkWTAAYFmd zM<9+35qBWms32*8L&qJnE(gY`#7x^R0k{)NgHCoFc@ z5POdNj(>BXAd}9@ddmR-3?`CV=0=vq4%^g?nRJ%HL{jNnApJ1{cwBfZ@_jn5Up!+x zbXeIO6xM)Y1w_72$7nhYz|Efv%9{`**KibN5wy(t1|_0000Px%H%UZ6R9J=WmOp3{Q5?rV?7SHq^WL2}=y!R;y?fu! z`~KcP_}3+LI(wdHWa3MyG67ze(TH6tJy%g_DV6PcffLmN$d5>+MR4anZw~L>#VCPp zKzu1x)$_#iOz`XhdQ1Rcq`ST;Eav^<)9Q1Mi{C0{{}vSsJxZ z`;Mmt;QE%Dx;VtCgJPo`!>Tyz3G5X9#&)|@yRLFhN~FJDQ*eZLjR*mY+!X|E*LXFYLVwwAVn^ZiySuU(#G%Q^1yaWnN|N z)(*4%%#8rH>vj`v#lnmb5+JO3Xn@yEy~`|efVKu==-m-v09@Zvch8?87Vj0Xl|nHy zEZXP79|Z`KX$o2ZowM(hNeYo95N0t(`XVwZL!XY{hv@aqZ89m8zPD)TJsB%W~?CE2sdyW~IgW(!*eM^-y68FGq0IvL4 z#^ew(0&smxO`VHxny-&dus$|HePxMK?Ugo!b_ud}ON=kBDp&xZzOuCW&9n^v^;h)^ X+s)A|_mX5#00000NkvXXu0mjfX@(&t literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/bahama_mama.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/bahama_mama.rsi/meta.json index db0ac608ed0..e5994967cd8 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/bahama_mama.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/bahama_mama.rsi/meta.json @@ -1 +1,34 @@ -{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", "states": [{"name": "icon"}]} \ No newline at end of file +{ + "version": 1, + "size": + { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi. Fill levels by Tayrtahn on GitHub.", + "states": + [ + { + "name": "icon" + }, + { + "name": "icon_empty" + }, + { + "name": "fill-1" + }, + { + "name": "fill-2" + }, + { + "name": "fill-3" + }, + { + "name": "fill-4" + }, + { + "name": "fill-5" + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/bananahonkglass.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/bananahonkglass.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..7306cf5f72f6d2670af95b0b279d8ddb7e401fe3 GIT binary patch literal 166 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}37#&FArY-_ z&n@I_Fko=G$lt`ei_uf~#v+}|EXS2}4j7fN>+lIVgeafpxpL*s=kLV|N+8f0YPq;} z_N7^FF)!-0aCh6F=FV-YP7R<#KWj&@Ki~ LS3j3^P6bB29) homTuS60~fUf5oJ5`sti!B0&2YJYD@<);T3K0RY}zNap|m literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/bananahonkglass.rsi/fill-3.png b/Resources/Textures/Objects/Consumable/Drinks/bananahonkglass.rsi/fill-3.png new file mode 100644 index 0000000000000000000000000000000000000000..518fc4d43c163d799e864a8eacf51f1f14899858 GIT binary patch literal 247 zcmVPx#u}MThR9J=W&^r!-KoEf8f5Dhg7#pvkv7)8*EEXKYcmW$q8qdQGpd+Ec!h%Ra zMAx+-q2Gyx#eCIdH}eFglu}A5^#fVexvc7(B-i*RjIZ96^_gNwNur!$Naw#0!!h1@ z)$|?!;5|OvwQK=MqI`ajw-@hv3&{W&I6SAuW@&MKC@KRGh_W1*m7T&qoMQ>m1?uXA xyH8u2jm5R{3y21|HG2R)YfI3`n=7UM!WaE|Frkv?^}_%F002ovPDHLkV1nW3XGj15 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/bananahonkglass.rsi/fill-4.png b/Resources/Textures/Objects/Consumable/Drinks/bananahonkglass.rsi/fill-4.png new file mode 100644 index 0000000000000000000000000000000000000000..4120ab02d9897d2467a44dfc00a47caee298a846 GIT binary patch literal 282 zcmV+#0pPx#)Ja4^R9J=W(LIU+K@f)Fx2IK5SWG;Eh|#8k$JxMR$R1%a5xkK%a3TjLa03H> zUkj4{R-V_smE?_`$mM03}rUN~1rSry+bPZLJ%1s<+y6HW{U6f{Wt>gd>7a{=kNv@}Q0sz_HCXYb%^qnZvbqDtmuG^!p_Zq4{P~=l&d!5+z0Px#;z>k7R9J=Wk}+<=KoCXW+5yRtqBJ=ILR4wF4+Y0SIYLC48*u|%VTl3?3I|Id z+1Z^GjyJSBq)0KZ*;%b-{-4Yd zTaIJ#I!&tikZJ&kqJxQnAfx13Dg(Eo_mXVD0fj)DdB!0Je&e7pkSTJaV4Hb>XhcKu z5(0d6XQ_58Id5krvCQy|tPx$<4Ht8R9J=WmA`8gK^TUg*)<8fIZ;Hg z2vHEl6bBJg$W^yZbn%*0{s}p-O|66!A_x8fr-i+iCV_aME7%;OO=6)QqKTlyBYJpd z*T~FRT)f+WKXyi}+_#z8{bs-Snb~()$dxPC|1ObrVH8D1jen#0K+i{i_Q(tX=oHK^ zpDP#U^wz;O09N0wh#&}l+jL)6_q1sc1o~$X<-(k9Pdveo&*Q&oXX=|7;D?qrrB06k zN-Ja>Q!c_t5|VTt@VL8@>2!?%mNuoHK68@k);i}-9OYhXeNTOhHLl%Xrgr>8=AK3X zZef(t*bx@)K7Zm;{WguKFZa|NEaMhNOc2Au6R}_2Pwcb@k3oDy3p|d~%BM z$tfzOVim1;*u9=P+{PJD@(YKOTD=+1QoA}v^W&$ww_AJlRn)c7hh+f((2QsM<5};< z08S6_Ld^VofVAn~${0WZo`xMqGOS!+Fjp1;#vx1_?teHEpbugrBY@CP#O1~_P90l7 zAQ|qu2qbKSKys@!L+B?)DYVJ}fbQ(>S^?iu*M_os1!xfad&jRoyZyP1tWMzd^DF3f zZ^z=WM8C7ofEB>|jR^qM0g1C=Z*Bz;`iWTFKHd8hb_Vwyp$I**0Orb-3*b9|nxvMr T@_qgQ015yANkvXXu0mjfVyFHg delta 534 zcmV+x0_pv!1g->-BYy$)NklFoo%>l#0rHDB7%z@B8rQ2%5A+N zL;nhgE`psL6zQN6P;gWPcUSuZDd-gnBH~a<2ZIGAf~JP1!I)f5-g_Nlk`r2b?<=J! z`7ZB!ckeyl&-2`K_nruXfTNUkr0zq2A;1veFad&Fp7K0T9e=d$SlWQeU_lUw{nq8P z^J-_j#QDb=ywA_~U8fC@H1#}B?FEs~&a2wgTio^x?x$L+xTyhpTH2N>IReBgMz-7J zbC3yr!p2M9G!M>R8(?W$s={=RLZwRn^dxJQDga6;q9|gA5_exLQ#|`EbxbV)J3Gdu ziE$R5tuy!VDSwNvN`G8mWf?m=rV~>C5jdF<3e!0N?p(Xd_4^OlXk`Gn;C5Jfx5ZlX zUaIng!D|@HADj$}lJ1dBy#a#?0K9Hr>5rG4M*}!DLRrin zK0wm+Z>0?&07pS&Nk(HE7|de>0HaTF&oHtiKp(_JT7Lk(8;TpNo18ndfIu?Zv=K;X zfk5))!z{iVYIUJe4*;mf@2q3sXX02>X1k#RalBi8_1*5zO=MJokMD1yYTb;*ghYKY z?*Su#uazkP;u8|9Vs35(;Jcw%Y+dZ`gpI*@OT_q&UIQ8d^dL;`+e`oNKj9GIp8@y< Y=WVa5@(-U6DgXcg07*qoM6N<$f?Kxw-2eap diff --git a/Resources/Textures/Objects/Consumable/Drinks/bananahonkglass.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/bananahonkglass.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..85b48611dbdde5f752b4f8430df48969c4873027 GIT binary patch literal 454 zcmV;%0XhDOP)Px$fJsC_R9J=WmO)DbK@`XTtA)Alp<6-FAqqNp>LvuvMHBiU3ta@gcnPG_5+r!s zuh2CVO{fjLMIF*k8Ig3!L

1h27~8!Dyy4TL#hoE(`l+-}~*n*_{DAJUsq867N96 zFoY5tSwgeM@ z$oFloyxamG6k0ZAuK?gs2exS<8U_MZ0@m{>&bwu<*%cBfv}_vNSVOGQM0|A_$BpJd zyn{NllOpz4p15-g3HX%|B1;R{JE~$wKSbs7W*}Zc5q>2kl2W_{!N4rGBViQ)v{X{h zBpFmhZ?ER)7FwCen zOidsmTheaj8k>v3kp)Y&J3S#=LX-6O)&KxzTYBd^ZEz(}eKgg{qxca169PcL*K@t- whH-TuDZS3o;kZw75D)f0<(qUK@bK_>1H-L)QknDl+5i9m07*qoM6N<$f_lQl5C8xG literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/bananahonkglass.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/bananahonkglass.rsi/meta.json index db0ac608ed0..e5994967cd8 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/bananahonkglass.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/bananahonkglass.rsi/meta.json @@ -1 +1,34 @@ -{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", "states": [{"name": "icon"}]} \ No newline at end of file +{ + "version": 1, + "size": + { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi. Fill levels by Tayrtahn on GitHub.", + "states": + [ + { + "name": "icon" + }, + { + "name": "icon_empty" + }, + { + "name": "fill-1" + }, + { + "name": "fill-2" + }, + { + "name": "fill-3" + }, + { + "name": "fill-4" + }, + { + "name": "fill-5" + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/beepskysmashglass.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/beepskysmashglass.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..538e6c753b91a5093556c5edc8879a6ba9a9a0f4 GIT binary patch literal 1007 zcmVPx&sYygZRCt{2n!StLNC3ru4#%N#NSaxe3*s6J4ic5xgTRpH(ydFE{u8!z>C&ak zEmNvYX;KYraW35~xbzVMYI0E%JWk^)oN>Hg`miJ`xt#}QLF1j@nJulMER# zWW@NJfqi39^xa@n%Hmg5W&pP#)`Zf!qqOcQrI^j`o{7BFiz<&_2Q&8y*iYWVtud|j z{l*_Seu%R8@O|NjGJh#!!osIf#M{AO17JKud>MBD2KE@>OUZaVuH|zgi!TES&{0a^ z`+jMD;Sa%m_?y{`c~1cl#~MHI@qjS&cmF$|FOfBbkjDp@&6hX$ajXdfA1NiX*({Tv zdkgH}Yj1rYAtitRbw>D3vs$e=KR@GT_k?cugw<-zYPBYgHQnwBNs=72=ra7(YJG=) zetuS%U+5OFCVbx~O;etH{lfb{U-0igpYc2o&+{A;h8U&gBmc zgyH>st0MeD0oK_GMa^Z7h;&Qbv+ zNrLbD1VOL^r%A%cPak;p>^B74vm~ViV@T7q=U{%R049@3 z#~8zMxkLzo@B2WHet$bI=plr_zUT7tvexH?hxk^9@N>Th+^36+i;a|$FbsER0@#5U ziv^R(q_KykGW^OG=QH$wLA|0pXCB*+d$iL0kmzPZMgv2Hqf?Q z0Bsv+TP}dM4YVy6K-&h|mJ6V518uAD=BQR`V_(hNIv&4rKOlFzy-wzlX==W7Fzwv%R9P2y#^Q+am@qWPA<3>MVu~;6&uiOuaq7cv9 z9K1hYm2dk2Q50g#=f~3zD9S%dKOlZLrPq7&L-YftQ_Wz|KW;zZ)vG_YW@x7$V3h)c zeyRlTt8r|pQ#_<>B_8 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/beepskysmashglass.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/beepskysmashglass.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..ac143e9b0356e5278f323701ec940ae55568a3aa GIT binary patch literal 1024 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/beepskysmashglass.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/beepskysmashglass.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..162e1966c9c62e3484a844675a93e051935181d5 GIT binary patch literal 568 zcmV-80>}M{P)Px$@<~KNR9J=Wl_8H4K@`V-y$~{Ta%ZN3%Y-!PiVIXA7SuYBe3X@yD^IShdQVDu8h}3wE*2IkC0X`-%fx$+wH9kFN+~Wc6;0Ee4!~NA)|xEKlCiUv zyZc)%E}kKIn37ToyvI4$S@WQaC@PLwDV2ck?r&4x0p2-;5Fo_q0RWtHNGTsoAT8Z$ zb;D|PgOD=iPYzJm^}u`2a=AoGiPoCY=qlx3jjoVV63@(Lv(EoT=RNQ@m1P-}QcNb3 zGzlOXFBS{xx*kCHwS3ePM#bV~S%zr52@> literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/beepskysmashglass.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/beepskysmashglass.rsi/meta.json index ab72fd54f33..4ebb09f71c1 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/beepskysmashglass.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/beepskysmashglass.rsi/meta.json @@ -1 +1,76 @@ -{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", "states": [{"name": "icon", "delays": [[2.0, 2.0, 2.0, 2.0]]}]} \ No newline at end of file +{ + "version": 1, + "size": + { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", + "states": + [ + { + "name": "icon", + "delays": + [ + [ + 0.5, + 0.5, + 0.5, + 0.5 + ] + ] + }, + { + "name": "icon_empty" + }, + { + "name": "fill-1", + "delays": + [ + [ + 0.5, + 0.5, + 0.5, + 0.5 + ] + ] + }, + { + "name": "fill-2", + "delays": + [ + [ + 0.5, + 0.5, + 0.5, + 0.5 + ] + ] + }, + { + "name": "fill-3", + "delays": + [ + [ + 0.5, + 0.5, + 0.5, + 0.5 + ] + ] + }, + { + "name": "fill-4", + "delays": + [ + [ + 0.5, + 0.5, + 0.5, + 0.5 + ] + ] + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/beerglass.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/beerglass.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..8527cabc7fa8dda3217f401ecd34c853d9618b99 GIT binary patch literal 147 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}zMd|QArY-_ z&utWBP~>5Dl&oIB@JoLp--e%3^ID#mUGG%^Dq`rrc{XEhsZsE|b$hp~XeyaJ|8uu{ sHuKELz2!4!9+SvgyK+@t5W~IS3@WmMs;V6J_dt3)UHx3vIVCg!05ae(-~a#s literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/beerglass.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/beerglass.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..e8aa0cf8e55f0b0021794824a549deb9bcfa9503 GIT binary patch literal 180 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}d7dtgArY-_ zFBl53DsnJi=s1(`{%`*aR+oa+|9>yNskYw#1cQJe5Y(;-b;@2VE%;*Z<2lR>0ikCs zr~}Y`#>W%?zHdelF{r5}E*rPC-2Y literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/beerglass.rsi/fill-3.png b/Resources/Textures/Objects/Consumable/Drinks/beerglass.rsi/fill-3.png new file mode 100644 index 0000000000000000000000000000000000000000..7367ae9773305798d1ee06c67bf1502ebd9d303a GIT binary patch literal 211 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}y`C7yS5Y?|#pu z9!7?YwGS=&p6;1e$-wZf_IU06{hxlGSapTzd1YVjZHJ&cwjQUx3$9CBDi#pRD6sj? zUFFHl46`hEt<$~}`|tE~uGK-@GiG*hoZ(S%4NXj&xgzM)XFDA`Qfb$ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/beerglass.rsi/fill-4.png b/Resources/Textures/Objects/Consumable/Drinks/beerglass.rsi/fill-4.png new file mode 100644 index 0000000000000000000000000000000000000000..b72856ff9b47799f3408819f9cac2160a9abbdc2 GIT binary patch literal 241 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}t36#DLn2z= zUQ`rrHsEP{XwE6a)PLvy|IppDk11JPx}dq^Zj83sWcRBkKPNeOX)c{|X};&{_Ndp% zvDd{LW(ImOCP=U;HKj(*$}(f$;q>PBKdbYf^WwY`=RJQ`2{GQi{9n!X7gmj{xB}J-?7i&#oUQNi3PHvD=`U7Z-O5-l pE_m>+p>bg7oxRILyk7plw|9;Asr|QJ*8`o+;OXk;vd$@?2>?@XV>SQ) literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/beerglass.rsi/fill-5.png b/Resources/Textures/Objects/Consumable/Drinks/beerglass.rsi/fill-5.png new file mode 100644 index 0000000000000000000000000000000000000000..efd700217ed60d888470767ad66bc3fa57620cf8 GIT binary patch literal 263 zcmV+i0r>ujP)Px#!AV3xR9J=Wk~@yWFbqT=NgD=y0GE6JQzh8itt(43Qv?nc?xX~phOdzt&I~`0 zBuSDa$(NDVf{6H8*Yy{`%&4^jFbo6k&ax~`nnP;0A}W@ z$~cbV?qOyEoNp7&1@K&hyWdZ9cMpJRnwlHZo&W$>^PcYC3UD<)|NjzT+qT=E-M<3$ zXmuT-stOR-HFRn96z%&S?k=CWfvyRZQba^3rC?^Fs+3ZCq>?20J`cWEU-bKD+z|i( N002ovPDHLkV1mvaY=8g& literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/beerglass.rsi/fill-6.png b/Resources/Textures/Objects/Consumable/Drinks/beerglass.rsi/fill-6.png new file mode 100644 index 0000000000000000000000000000000000000000..fea6de1b7a38160649056698c38904c8beb7e193 GIT binary patch literal 275 zcmV+u0qp*XP)Px#%}GQ-R9J=WlQ9y5PzXd9h~F76V3+%!%JkM&GDr%ell<HYZ^1FCxVUYlsuY90XgLo~BT{pEe%H&+@;0Qig_i1q)K zfqHqQ|FD5&S*E)4Xab?%keLa9e{=n(R%B>hS2r{I#SMfKP*ox#s47H+m>H@XkxG)} ZdY*qdditDQ$I$=)002ovPDHLkV1mg}a902T literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/beerglass.rsi/icon.png b/Resources/Textures/Objects/Consumable/Drinks/beerglass.rsi/icon.png index 88c6954ecf9080d3244c83b8d4b5a9d056624459..5986b75c6e422ee4cf715349ab77452a99f6c2c8 100644 GIT binary patch delta 49 zcmcc1{EB&kvM2*%age(c!@6@aFBupZmw383hD5Y()Lz6W5ZoRd%K!wPu6{1-oD!M< DgS-zF delta 36 qcmaFGe3yBGG6&-lPZ!6Kia8rC7BLD)1n)e>00f?{elF{r5}E+yO$*=v diff --git a/Resources/Textures/Objects/Consumable/Drinks/beerglass.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/beerglass.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..e497dbf309524879ac8a5e841db42074ae84b5b1 GIT binary patch literal 326 zcmV-M0lEH(P)Px$07*naR9J;$U>F6XU=)mk0S1huC_ZrD0K=A7f1lw~<0Hl_<>25zw3#fVIAGPI zZ_h#bpWZUoazo>Vq|1E z^7M7tz&U_vz(as!EqDP*bpZndJOt7P%mH3pKc&{5x$%sPogJfCATAIE7#J8B Y0QLSpWb4 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/beerglass.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/beerglass.rsi/meta.json index db0ac608ed0..7c9a567e5b4 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/beerglass.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/beerglass.rsi/meta.json @@ -1 +1,37 @@ -{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", "states": [{"name": "icon"}]} \ No newline at end of file +{ + "version": 1, + "size": + { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi. Fill levels by Tayrtahn on GitHub.", + "states": + [ + { + "name": "icon" + }, + { + "name": "icon_empty" + }, + { + "name": "fill-1" + }, + { + "name": "fill-2" + }, + { + "name": "fill-3" + }, + { + "name": "fill-4" + }, + { + "name": "fill-5" + }, + { + "name": "fill-6" + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/beerstein.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/beerstein.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..6cf878dc6b0694508010e9574b1cf6ec8ceb008f GIT binary patch literal 127 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}mYyz-ArY-_ z&ny&WFyvslcy>|6m;35`$76W|4L|?wVF4<6u(4RWDNEXkYK-ksWJ6f9Wym$^Y+ Xzln>fXASdJpb7?0S3j3^P6nV)H6ZV?8KB+vU7Q2-|2dIJpY`~&;bPhbSjvu-*2BO zoA&MV`c)cBcRcSjzYt}8hG*3;&ALN-4}@0ee*Amy<0rOb5-YYUwS3qiv!jrC@AtXI r$L0ttHEk7hVbN4QB60U~M~9!o37sXC51YRN-NE4L>gTe~DWM4fPf$^! literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/beerstein.rsi/fill-4.png b/Resources/Textures/Objects/Consumable/Drinks/beerstein.rsi/fill-4.png new file mode 100644 index 0000000000000000000000000000000000000000..186c3ddf16f8fd614d378ac4665acc88006e84fc GIT binary patch literal 216 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}lRRAEFU_S>g6h-4xQ|J^ zpY!?P8G(t#^JfY=McDO+ale}($*}K`jogE(-#gDK^s{?t$|@C^-O1e}`@rgxW#{ke zh>uaaE4C^f<48Vp{%m7!e1Mnaz3MI399&-PZSHt5r+I7HPn)Gvelhg-n68-Cy7e&7 Obqt=aelF{r5}E+x0#?`n literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/beerstein.rsi/fill-5.png b/Resources/Textures/Objects/Consumable/Drinks/beerstein.rsi/fill-5.png new file mode 100644 index 0000000000000000000000000000000000000000..f85e6d0b1627f599389226e5e303845c120c0c1f GIT binary patch literal 258 zcmV+d0sa1oP)Px#yh%hsR9J=W)Vq#^Fbsv^AA1`}6!HYT|7(qqs1ZuIG_VyT+GMn|jlU+9eU4lN zj4{R-^Us>nf$O@4aU5S=*RifE0M0pb&J4p)yiZC80Ah?B$APL6V`SfVRJCSRU4fi4 zAp}H(oHHUq2;qALp1k(}q?Eo_z>>6KD?2i68x7kHlhzQpq)rG82W zmSv&udzz;CI2b%707*qo IM6N<$g5)=8=l}o! literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/beerstein.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/beerstein.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..c9b4578b15c8bfeae215dd34387703976a66ea45 GIT binary patch literal 289 zcmV++0p9+JP)Px#+et)0R9J=Wl_3toFcgOWF~l;^_^GNn3~sW?9GAdzid}(&EU8?A*a13&swCk6 zOART4ARw&cEex{cefDo&zP9hR0K+g0^JfCe;;O2k+Q@a~GPY0kvMlSZIj0Dem#fP+ z$*D818<(#_(xylP;c|hpZiFufETtq(004^Z8ppHUy~~s~2h~RI^(uVKr~-Y+G&%YD zWOMP in0yPYQiR8VfkAl($Num4Bs76$GI+ZBxvXpoS$JX)Ly`N?g>NR;^GBwWt`1!2CTTy(RNH^TV=fI%#&wq1Ox>ICmu06 zeQDd8<4=CM?@#?vvwi~$!v_aXg`k6>(KDEO*6p7^o#k7N+Pkmyj5XKy@UsQ82~OPN Zcj$`nH}lQ1sz6&AJYD@<);T3K0RZ%4LD&EQ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/berryjuice.rsi/fill-3.png b/Resources/Textures/Objects/Consumable/Drinks/berryjuice.rsi/fill-3.png new file mode 100644 index 0000000000000000000000000000000000000000..74e278183c55e637c6a1495fbfaa7551335efbe3 GIT binary patch literal 203 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}t)4E9ArY-_ zFKpy(HV|liXfL)lwNo*o;mj09iFQ5ai-CsBn_A{5U3HwQ5qPP9)#UwZo#=hlRSHT< zN=2KxpI_c=bIq{K{(JbZyPviE85$lwo^v8%#=&prIqxwT`oy2^HeF}=j;+g7#faN9 z!dFRN{DIu=@1Me%Pfz6K+5YXn^ZQc@N=55<=Lai%{&q6Z2k0OMPgg&ebxsLQ0RI literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/berryjuice.rsi/fill-4.png b/Resources/Textures/Objects/Consumable/Drinks/berryjuice.rsi/fill-4.png new file mode 100644 index 0000000000000000000000000000000000000000..89006824361b48a3345f9291d41173b37de4d34a GIT binary patch literal 223 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}Gd*1#Ln2z= zPBP?bb`WrlZ`;!SKyi;l(K49>k8eD6C|haM%yD{|hpDF`mty7|r`i8krB0t)S!2hc z*dp*K!Ed7f`cF0XLBEUZm)^E{FC)nCqOq&f$M>j+tgv{*G&SiH_ulAFSoys9Jm-$y z2e+R`gecr(*r2C>P~;G&Nd7fG9nCjt1^#ct8Sfq|;CEvB`}WiSh1`}LibpoqFxYR_ VVw*R|?=8@g44$rjF6*2UngGyXRf+%r literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/berryjuice.rsi/fill-5.png b/Resources/Textures/Objects/Consumable/Drinks/berryjuice.rsi/fill-5.png new file mode 100644 index 0000000000000000000000000000000000000000..8b5b1bb4f9df6046f224441cfd78d7c24e527c20 GIT binary patch literal 241 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}t36#DLn2z= zPTI?R$Uvlpzx&#zCyJXG&KzNoRF`GG80gy5pcJ`mK~;duwjZ7oWrQ-{z0NsZzPy@W zz==aKEbVa3uIINOzq!5sx9zT@Rnck;3^4|K<_aqHI5a@7uTb*;2+b p{uK<%59j?_xY&q8@yIS4#yvCi1TOKfTM2YFgQu&X%Q~loCIE7RUIqXF literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/berryjuice.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/berryjuice.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..94d0c7f0cc6bef56dd51fc37e3ae55b45b46583d GIT binary patch literal 239 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}D?MEtLn2y} z6C_v{Cy4YkF|ze6$+9STz;L+lz0COyCo2p7O(-fTP&jEL79_jj>DBw`cGJ4%Z#X5p z|5Hz6qhr@HzJ!NQ(>4e^2wQ)%?vtgN<)pL9k?bNrB3^|o?0&nWXn$`=@eGfvAD&;9 z_AGj`;#tH0|0gFep2fU^*G<;oRl~xU4Z`yK)PhbkKAF}c%KVHWo>T7FS$F?r-J%-R k3W;jX^2-_^m$fi5SbAv21l@4F2y`@qr>mdKI;Vst0JThCzyJUM literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/berryjuice.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/berryjuice.rsi/meta.json index db0ac608ed0..e5994967cd8 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/berryjuice.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/berryjuice.rsi/meta.json @@ -1 +1,34 @@ -{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", "states": [{"name": "icon"}]} \ No newline at end of file +{ + "version": 1, + "size": + { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi. Fill levels by Tayrtahn on GitHub.", + "states": + [ + { + "name": "icon" + }, + { + "name": "icon_empty" + }, + { + "name": "fill-1" + }, + { + "name": "fill-2" + }, + { + "name": "fill-3" + }, + { + "name": "fill-4" + }, + { + "name": "fill-5" + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/blackrussianglass.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/blackrussianglass.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..c6604ec38d384deca743837b05e02f08a52469f9 GIT binary patch literal 245 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}>pfi@Ln2z= zUfj!j$bpCTL3+y$&KEZtl>(lJEm+XnSNOt+k$H*tTgDSCo>NO!zVsEG%VE#%+4*JP zscCPlquDw@;9uh^yQh^`qvE!ToldTuf94p^h18iXJ61>+Clw@VygH^An(oJAZgE4? zkip{3HSSQ?Syi3;Z~cyB_%gfVJtM<)mCD;C8Nt(x?$~@edgeIKhhGP;%*%J1%TRGA qICSAEi@fQZ1?GR(<}?)aEoE0!c1t)`#vTE5I)kUHpUXO@geCybbz=4a literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/blackrussianglass.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/blackrussianglass.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..663f3dd99f115db1050386b5a2f531c0347bb33d GIT binary patch literal 284 zcmV+%0ptFOP)Px#)=5M`R9J=W(k~9eFcb#xuM1%(0EI=M5Dj{@lM^Hu!0iTH0)d;sf}b0<7w8E# zwYePu^DvY@V+(77A$dR5E`8nC_5qAB#u#JlA84)L=4oD0npgCTy*-!36idpAl6*n% z1tBX+vfoa5O%zL_SdtCh4Blqo5QUFFS6Zz#lv4MZ{POljyk7mYuAS2p*dMspbnD%O_EfgHwu_Nx i$A{%a^lduESkn#PkWyyTE|W_D0000Px$2}wjjR9J=W(=kc|K@`UE|0E%Jfo$akw6Rdjkbyv8D@kD^qF|dMh2R-PK}eA% zq{{&;QUnCydN*Spzu;}I&1dN;yl=+dGG*7Nn+qI+gz0dJ!{FQ zXx{G!gPx$4M{{nR9J=WlQByJF&KuQyOtZedy~89;!@`x2!&4K;387NwTOd@KS3x64qc>M zp}TYtI(_{CHwzsdJ9JSH5AWh|#IZ@BOW}K_5Z=6b_((ue6h%>#U1Ypm&&JF3Y#UvX zZ?G!9j4_7k$M^qU+9>Ego&hj_cx6>4Tn&45@k<_w2w9eGM*yJw`84tE=EBMS8~uYc z5)lBWKr=+Z7|8R@nWM{INTr{E9c5LOv>gJL-}iZ=dDtyox!A9+CTX2|XMHXY7J%I2 z&G=*j1y-X`P-*}CI05K%GUqujfpjo1Ap$pd&jr9@ARenA8i75a8002ovPDHLkV1njrkrV&` literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/blackrussianglass.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/blackrussianglass.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..fa0c05970175ceaca96fdb2d1d6848bc0d23dc92 GIT binary patch literal 546 zcmV+-0^R+IP)Px$+(|@1R9J=WRliH?P!#@d6OkxB5v8ShZcg&tTy(LSBtzZY+(ZWv?DRlHLsTd# zI8^Wl3jPDG9aK zBE)wGqmVe~fgDZKN}O}`)!E^kOPZ$n-iuHSd=M21Nv5i0EvMucZ|m%ed7Pc;@fhb^ z`Z5Dq%PA#?2Yd}2NUX=>97wDuYdNK4R8sx!kPXNk?MU=S@%!k!q2R>&zLdSps}Fzw z#HRO-Dso3V06SQlV!%Uk=+`nB6T+#zsT~%Hh>Wqgo?1z;6 zr|O_^9ajHy01&Rr03frpurX(@%)iI^lmT6_)pRb8k@$~Y3jgA!xT`C6VE)Ml0H9h! zMF@Y+oVhX&0QWVNsk-zO0IusgL{ZUFE1Z(ru$hO5U0Btb_X1m{vG)4xf<4Loqa?Rv z1G-|zPYOjNh<8#b8r^4`eN&}NS8TOxjP>e@t?G)c kMi0k-di!SeLWBtM48FprV=A@}$p8QV07*qoM6N<$f@2u~aR2}S literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/blackrussianglass.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/blackrussianglass.rsi/meta.json index db0ac608ed0..20e933bb577 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/blackrussianglass.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/blackrussianglass.rsi/meta.json @@ -1 +1,31 @@ -{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", "states": [{"name": "icon"}]} \ No newline at end of file +{ + "version": 1, + "size": + { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi. Fill levels by Tayrtahn on GitHub.", + "states": + [ + { + "name": "icon" + }, + { + "name": "icon_empty" + }, + { + "name": "fill-1" + }, + { + "name": "fill-2" + }, + { + "name": "fill-3" + }, + { + "name": "fill-4" + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/bloodglass.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/bloodglass.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..8c010ef016df665ed5a08e8475e5a0c1f93701db GIT binary patch literal 111 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}nw~C>ArY-_ z&l&PE7;rEc=si)WG814o5}Op}sLa5y<4vkx_}TaD4BK@NRx=-IjypUDsENVT)z4*} HQ$iB}dJ!G> literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/bloodglass.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/bloodglass.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..23cc80d3dc01eeb17684acdeb82a0df0440e1029 GIT binary patch literal 158 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}5uPrNArY-_ z&n*-@pdjFK@n}N9j*^BYi$tb(DZNzC(_<^%;iJ}PJmdeJyJz05VPRm{5b>d~*Z~5;SW|fuCQttoWBVRr}`s~Sn&I}AQOc`cs^3FDW&^R4v2ZN`ppUXO@ GgeCy=f;;U1 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/bloodglass.rsi/fill-3.png b/Resources/Textures/Objects/Consumable/Drinks/bloodglass.rsi/fill-3.png new file mode 100644 index 0000000000000000000000000000000000000000..2671dace63fa7f2832331978fcd5eac7a8326c45 GIT binary patch literal 191 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}m7Xq+ArY-_ z&lz&H7znsMOivbGo%57eM|8cg&7Dcixi5L&yvbpaobB2XyGh6Fe|Rg;NgDw{!HMmm zJNfUG<}&17SN(q4hS}h4^|kpo8Jo+~?icq=6mT;7zvgy5GsCg) nQzP=<=6lw=+dDcso>(z@h04s0WI6sH=m-W+S3j3^P6Px#x=BPqR9J=W(LV~pFcin}ucDEfPI?i+RlJGqUA&3VV|W55ac~d>M<*BCiUIo^ z{DbJ?tAoq?Y)M{{-%G$4V~qK;hNgJtoIEy677OM{@?4XuV!zoSKpMi==e9Hf(hwTs z7&$u6Xt!p%UEMAR@{WhN&GJyFno<=540>K($K7zEbP@5nAn$l}fTlLU>*-mRQMw4Y zzd#M@7XTRcW4VZY%xk-^9RNPRqR!<%8}z)q2QkJNW3;Zn%{M8Z>DYPz0000Px$0ZBwbR9J=W(LGMXFc`-1zgyy{al4cWPEm;ia0nKbmLsvTqDon~Kqp3~N=Ph7 zC?f-c1)(MlB8l^|QnKVN1B-u~KlJ#q4M7kD!9O#a%}Z;=0Q2>l+r?sMP1=^%EJJ{c zs_LD4peb;Zc#a~&{OyU$=SKkY+B1oU99zRnA_zd$KXafduxVPdvf=dXoU7|40F!7) zUVHAFn4^4r*l+um>C}O9L>g4ryayS+*(wW!Ze(wU%{fd1K|FhZD$?qaT5ClP> Z^$qbQS4&yb>WBaU002ovPDHLkV1oW*jyM1S literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/bloodglass.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/bloodglass.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..9d1e9f25e694dcd2925f3b79f37569e4d58d5623 GIT binary patch literal 565 zcmV-50?Pe~P)Px$?@2^KR9J=Wl`&{jK^Vt>@4cjuMI%_HWOEWC7TRVMeHKBY6odps(xnlnc6BLn zu#s89KA~&QwT?aq2vO)mP&&mWw`#6vP>}!Ar6PH|h>uv!;7tZ7C zS2K9^$@XsgWNmjV?y zQU*W(^&Kb0;846L002wHk~tTP1QTiNQ>%F$Pt4h?y7qHj1C4t3`D;=ouPcBz_Q(Mq7ghwoTr2{>L9NEr zt7UN{01J6r?60ln?_Ixg*abtscBTXMz5LzGTWJWX%6(K=5wqrq36MxzEgzo^->Kwc z)O77D)dfNbp4cTDz!x~zG*_+FS>LUw_jO-=9hZIsHjbIsxT6j600000NkvXXu0mjf DLzw@0 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/bloodglass.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/bloodglass.rsi/meta.json index a347d37fc3c..fa6a3d15a5b 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/bloodglass.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/bloodglass.rsi/meta.json @@ -1 +1,34 @@ -{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "Drawn by Ubaser", "states": [{"name": "icon"}]} \ No newline at end of file +{ + "version": 1, + "size": + { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "Drawn by Ubaser. Fill levels by Tayrtahn on GitHub.", + "states": + [ + { + "name": "icon" + }, + { + "name": "icon_empty" + }, + { + "name": "fill-1" + }, + { + "name": "fill-2" + }, + { + "name": "fill-3" + }, + { + "name": "fill-4" + }, + { + "name": "fill-5" + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/bloodymaryglass.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/bloodymaryglass.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..53a6dd629ec1bef81aed98283a8f47f06487fa24 GIT binary patch literal 133 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}_MR?|ArY-_ z&u!#oP~>qAjJ9&sIry*ouGmT^cYi63f3Nqaasrj@I5Stnxc>Gkt((<{1P%SS?|asG e@g>6pPwsgcoIj8MU*8T?!{F)a=d#Wzp$Pz>Z!GKp literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/bloodymaryglass.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/bloodymaryglass.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..50a40e4b127b3cef9ac218da71146f4e926d097f GIT binary patch literal 156 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}VV*9IArY-_ zFBtMQ81Og;vR~}-KJb_Sl62}B0kdg-y%To**?xPY5+egcg7NAWqtBfk6K5Lz)>`wu zZhhI@sf?4ZM9nS>t?GO9H}H(FmwdtZ*XtP>Hr(Z&ZpOENx{3UBpbZS3u6{1-oD!M< D&oVe` literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/bloodymaryglass.rsi/fill-3.png b/Resources/Textures/Objects/Consumable/Drinks/bloodymaryglass.rsi/fill-3.png new file mode 100644 index 0000000000000000000000000000000000000000..3b3bb186402fa97f0d65b187738da643f75910df GIT binary patch literal 162 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}F`h1tArY-_ zFBoziFyL_xT*-3T+vK~wN8S_NZtGHwnMpxTj``bvNC*fD3f}D5%q|#M{k~U4iRnpp zQ(9TA)CU)ajKdO<>D&8!4tVY7mAE%Q)X4o^-8wD-!JF^c#GVOmx@S326KD^Er>mdK II;Vst0OPeadjJ3c literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/bloodymaryglass.rsi/fill-4.png b/Resources/Textures/Objects/Consumable/Drinks/bloodymaryglass.rsi/fill-4.png new file mode 100644 index 0000000000000000000000000000000000000000..b19fe96d356201cd44ce7ebd466d8139b44b4102 GIT binary patch literal 176 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}S)MMAArY-_ zFFSHI81T4Ul$`iL^^1z!e)W%BcT0t@v&JrA={Crh7P4z)Qc_Yfl3dLFu5QaUF3%m- zC*HA~&FQ}ry_k_9Ax$~Ef7%xBc-9Gf80P42zVMl!HRX4%!$~fQU#wfN>1sQ;r0kN` X^5f?z=&KS2+REVR>gTe~DWM4f0YEw5 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/bloodymaryglass.rsi/fill-5.png b/Resources/Textures/Objects/Consumable/Drinks/bloodymaryglass.rsi/fill-5.png new file mode 100644 index 0000000000000000000000000000000000000000..3df1351dfa1178fcec2e4b528d085aebddbeb122 GIT binary patch literal 177 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}*`6+rArY-_ zuNZPQ81S?{{O-~;{lesmKl6@gm%J8w-o&SQP-#y-FX#UNu8xilpJOkYcFV8b>Lm1z zZ>FdKRf^c literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/bloodymaryglass.rsi/icon.png b/Resources/Textures/Objects/Consumable/Drinks/bloodymaryglass.rsi/icon.png index d9902e2e9a8c8d931b22187ee228b078d2dac266..0ae2e7260c9f850f4e68758be599ed2523d9d1a6 100644 GIT binary patch delta 621 zcmV-z0+Rjj1ce2VBYyw^b5ch_0Itp)=>Px%KS@MER9J=Wmd$GuK^VrL+1+Hb{m?2# zWkiG`(nG~k589mOA_OU@e}LenHz93Fi}sMiLbWw5l9PB7dlI~vTQ8$XX`zaT9BR;` zgO%3ORO1$QT@PuL*xh6&>BnWC+s->P?{8<`d1io6hb$7bV}EH0;{7j9TS>+k+tsE7 z9UReWzXy&oQ8(G5SvTG?fa`iBT`~oGHz@#sU(HZfm}&?S7~t&&r!H^4q-1uH!C9Tyk?0Af-97*Av<0Pu4o6q*7iastk8VA}@oy-!&&>j@zR zpw|HafWJ$wDSzNJMfuqgil|xvyfEfjz?xU1pWdu<+TV4{F^ex(`@4>v%CFi2Z3nz(oU%_df}c;f4v_!mh(w$?g9E*#SV@TwCN2s99o6`a#dLRC zySoMeoTe!I@SswVKFOs4w9a-|-CrX4R|`j8YfqIeyMItK@euB;X`Sr=EU=YFg7-}{ z^bIKh0BF7L=C;<2atW&Dj27cch00000NkvXX Hu0mjf?<5vG delta 599 zcmV-d0;v6k1@8oqBYy%mNkl~wH$<>V5hdA6x~CT* z*n<%L2VJ5L!D_5R9_BERMk=xdLARi5x0VRJy!}8nQ0TA+Tk6;gh9#}Fj4;!5n0Cc@ zM|VbT+31&FJ=zkf&C_Xc8lt0v&c0G=l? zeP;=_dQSiVA2ul~+}{_XW`MVwoLr<=h(E%^IR8DJmg1S`x2=7nlP zy(u`xlO_cK-aSE~Dqtcj;Qj)(9q@s>lojWs5TO9HJpcfpT5?qZr)kQ&CMcR>KH$Yk zD$7x2i$Qw*m4DMj$2Hd~K3h+8oIIObcLWHj#xrLo!9-T@b7{&%R$$u&@0+6RVcI4!(iw8){n%02^%Wf#5^afyR*l0Dqua)4tysdSU=56^;4n%KF0E z)5WE4D`XtwWdPuPQ~R1n0&sqoTUQ@-3jzWU4=n<}2W|pex8nWe%_w4F&I=8o5CZ*= zsSmLuB2PJ700Ka*T1m#?Q3H6oR^F-c-**mQgT{G|0U%}A)LdHmF>J}F+KbUEv6Nxg z)cuhFDo`RMO1m8*fG2y4|0O`)l)r3I6#6d!fX%M+dO*lIa)6X!)0h3d(h7uaz(@d5 lje^uzbKn@@7~sDI_zf~Vq}$&NA8G&q002ovPDHLkV1ktP6EOe) diff --git a/Resources/Textures/Objects/Consumable/Drinks/bloodymaryglass.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/bloodymaryglass.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..d33d35fc485d3f7eaa2146557e6f65a5fccae185 GIT binary patch literal 679 zcmV;Y0$BZtP)Px%VM#Zy#B$+xX1XdX*R~$l_>RwL?*arXv%4+h?mvP(a2W(_OPc#0hx}Ee}1_;X)63yiHLxaAj z0HDcnWo_hr+rN?jyd0J*mX2&&84#M&FPx1$0qhl@BY=AIEVldI9RpUQ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/booger.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/booger.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..71ac77edfe5989f3abb28578377223c1aeea2634 GIT binary patch literal 163 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}v7RoDArY-_ z&u!#9V8G*Y(Vy+4ket%G&3zopr053i`@c;k- literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/booger.rsi/fill-3.png b/Resources/Textures/Objects/Consumable/Drinks/booger.rsi/fill-3.png new file mode 100644 index 0000000000000000000000000000000000000000..a6d943d33423790a00d177d004899db730cd8bb9 GIT binary patch literal 201 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}&7LlfArY-_ zFKy&yGURD}7~f$TamZQ5)cKB3xUq{3%U9lsYaW``xF#^f$T(HaPf^wUlw!#!C@46w ze#*@4XL=&NYraigv!SMQ5QqS|9yfY-zj?Fp3*OPVSd)51i yJ6*DMjf|iDd}41fpW%+|X5RAkZk-)}t}#x%YQh;+~39g+t}^d@5Kkd0-ej?>FVdQ&MBb@0JY>}mH+?% literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/booger.rsi/fill-5.png b/Resources/Textures/Objects/Consumable/Drinks/booger.rsi/fill-5.png new file mode 100644 index 0000000000000000000000000000000000000000..8c05c87395f56724979ebf19888ecbd13f2dbba0 GIT binary patch literal 250 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}TRdGHLn2z= zPT9!ItjOb9zsP5zl6OVN;&TE9N3KdTwRzMkFFBCCp)GjE>8lc&mptnxv5M5x-()*b zD095FI%_P|5#@$c}7fy<&6crt%c-4L2JCn{Sw yGV0vUPLIo<=l^fq%equVVC~;XtG>r`Cg|T{@_%1B`L_Yk{S2P2elF{r5}E+@Eo77c literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/booger.rsi/icon.png b/Resources/Textures/Objects/Consumable/Drinks/booger.rsi/icon.png index 76d93084112831b2eece9216256e836e46e2aad9..48e33ed065d84460a792aa7727d76d946660da86 100644 GIT binary patch delta 325 zcmV-L0lNP40^b6VBYyw^b5ch_0Itp)=>Px$8A(JzR9J=Wm9a_#K@dP+Bt;|i(%seRaLJF0IaMX z@K6Oq{$wLQMDXBhj{^)2|81?*ZuHwBa} zP`?8|EkJ+$pgz2T-u+3}R~nu+{=E^Prpo)o*zD^cs9}PId;J*xxXbNF=@h X#Q8-@9AM=900000NkvXXu0mjfZakZ5 delta 345 zcmV-f0jB=n0`mfpBYy!pNkly?@?=QAJTOW=uv^4*&rm z0Q?7lxX+^H{)y{)eo;QD!2uTa%w-#d7WK?!@k#_C28a(5&VSEN-Ob%&=R3-kET0sh zjjl?UB%NC`2*71_^#Y)=we*cxv@<2fwk z7QS3PJiyN3@%lbD9v}ssf>Pos{KJPR^}_Q8A_v$8KwXtUQ!)0J3kFc~dc-TD=^o&P zedsxjBgh?)k5ZxgZm#VX&`tt;cy}Zrc0f%cb{~>godU*-`$pVq6Rx+w_ff-h(54vuKoS4~Kmhmw5kOLx=)4lG00000NkvXXu0mjfN86jc diff --git a/Resources/Textures/Objects/Consumable/Drinks/booger.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/booger.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..94d0c7f0cc6bef56dd51fc37e3ae55b45b46583d GIT binary patch literal 239 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}D?MEtLn2y} z6C_v{Cy4YkF|ze6$+9STz;L+lz0COyCo2p7O(-fTP&jEL79_jj>DBw`cGJ4%Z#X5p z|5Hz6qhr@HzJ!NQ(>4e^2wQ)%?vtgN<)pL9k?bNrB3^|o?0&nWXn$`=@eGfvAD&;9 z_AGj`;#tH0|0gFep2fU^*G<;oRl~xU4Z`yK)PhbkKAF}c%KVHWo>T7FS$F?r-J%-R k3W;jX^2-_^m$fi5SbAv21l@4F2y`@qr>mdKI;Vst0JThCzyJUM literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/booger.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/booger.rsi/meta.json index db0ac608ed0..e5994967cd8 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/booger.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/booger.rsi/meta.json @@ -1 +1,34 @@ -{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", "states": [{"name": "icon"}]} \ No newline at end of file +{ + "version": 1, + "size": + { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi. Fill levels by Tayrtahn on GitHub.", + "states": + [ + { + "name": "icon" + }, + { + "name": "icon_empty" + }, + { + "name": "fill-1" + }, + { + "name": "fill-2" + }, + { + "name": "fill-3" + }, + { + "name": "fill-4" + }, + { + "name": "fill-5" + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/bravebullglass.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/bravebullglass.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..0581e8788cc0d36f29233bff8d0eda6ae3427a1a GIT binary patch literal 138 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}E}kxqArY-_ z&o2}_pdi9>(YtAJ)0MWvOVmXA_$HoN+Me(5=5w{NIwJ!^PMPcBi??^F>UuA&^Dj|% kJv=i$nopjA;emwxZwD?}tyxj_K=T+pUHx3vIVCg!0G&ZAu>b%7 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/bravebullglass.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/bravebullglass.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..229d42933f99e5979efadfaa4a5f5a8fb18945e0 GIT binary patch literal 171 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}sh%#5ArY-_ zFIWpXI0&>nysuo$6t1jPs5Y@f%jjvA*&SI<)%h(8_V0OqQ9(&bN&d9WLIFSPZI-q# zQ!bP^Kb#p_<@CEsfBSa^{cvW6(%h0mQ?C>4_j*gB$$5<^iq-4(N SnfwP@$l&Sf=d#Wzp$Pyr4LW=P literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/bravebullglass.rsi/fill-3.png b/Resources/Textures/Objects/Consumable/Drinks/bravebullglass.rsi/fill-3.png new file mode 100644 index 0000000000000000000000000000000000000000..938a4758e4fe9a1347bf19c23654f7963878aac0 GIT binary patch literal 230 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}3p`yMLn2z= zUb5vng_ZTQ9D@;UT~sctOwnhH++-{RZo>Tj@<1hW`K0)}7Ij zNbWJTe>RKl-TC9W(Q9_U&k#^#RoXCP{iOBc3@cWxp7Y&R#DQhefs}1Nrkky1O(^cG z)Bk;?f6>fKiySJgTx1m9amdKI;Vst0D{z7RsaA1 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/bravebullglass.rsi/fill-4.png b/Resources/Textures/Objects/Consumable/Drinks/bravebullglass.rsi/fill-4.png new file mode 100644 index 0000000000000000000000000000000000000000..afc514bc5cc2ea1bdfd98aabaed077a4821110ed GIT binary patch literal 252 zcmVPx#wn;=mR9J=W(mM*mP!NUTf8rD40^-{2EL5=4-H3wV3$$|wS(8aX(9GC~{k>@f z=j-R(!`uPqoOAz9LIEms0<;t1sYWLeUTVx|%Oo_f9XinJbRYWC9tbr?ZH59G z8uSso0f4eB?0VR!0cM~E)5WS4lNG!H01;u(PrvomVp19uxLr<)0M@)f)E5Apck4O< zYJ>4)7PWqW;H%B^9Dphv**(puhFR>}&N=7YZ+HV{jykD(K$STF0000Px$SV=@dR9J=Wl)p*?K@f+3v$;#|a`*?- zNUq5P7!WOlbm>fycSz@Bi1-w~fP$qMG-V1Qtwq4nMh+4|5D9mh?2d&*Epo+N5-i-W z+nw3nZ+CVVuvjer9g-w>yIr)0I!cQ-OS!OKuZsj6NpgFrqkm?tnkvxl^&+~OI_AgZ6Jszz+++3Uy07ntVhT$s0#4uE) z_Plg~oSRR~#1sI6217H$05AYpYw>(alHBl<@c6d((P|x$ufU!H7ZtHf#7~uj*TZ1E zAr+7t=e-dTt$h}~;QJ992FP(^Kuf2S3jn~?<+%X?;2(jkh)Mu_mEnGC=VdyW8R(aH z2Ms?Fz5gkhPCz-%codYG!J?mZVFC?52|Fl70JZ^S-aU|^1ivNbU3@NqMPUWRm#`Ci iQCfT6`(UwH{)A6ho@rmyl88wF0000&xIC28t6<~vdP#d4m?(xV2vfxn_2%o!0VTVfsHv&| z1PO*@h611fu#{T&n$^OeVdy5o>3#33-98~#fE@w$1hGxTFZHAMV}G(`0?<;6vNIy0 zbq`X!z<+=&rL_}=ZW281?7ht{WCr@R{Xys^Mw<{| z@CJlsO-6o=8BC_3nE;`i1RYdk0J{J(Jw0IfGx`n99BvF)W)%RfMc5fTaoVxzde8za kW6}Mu+^3)b6oA|T-#E5wfn%)wIsgCw07*qoM6N<$f&)6UYybcN diff --git a/Resources/Textures/Objects/Consumable/Drinks/bravebullglass.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/bravebullglass.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..c850b5ff8f2f7442ce25c3a07ebe01447ea6c1e2 GIT binary patch literal 361 zcmV-v0ha!WP)Px$BS}O-R9J=WlQB-iFcgM=Cr)WvAwVFIe1+-1g_&1x(ULUUd%i~rB0Kn;V3&z%e zFXLWG-OES-0AAjU8Qrn0?=qr(A zxddPx#-$_J4R9J=WlD!RtFbqaNPPah{k3vDi3^dG;i9ACZ3MQao0k)vX21vOo=!E!j z0>w$^Cq+W?C;Z|VP!vT`{+&V+8ioM?&~;rn%Qa0?06<;WVu80b$jpI=Fiq2Loru89 z!CEW2RI&g7lx2BZ>-#?Ccj*G&`$GxueRA_Gft=c70>&5^W3n0@AzGNWZP)Fus%keg zj^q06oD(nNOB#&Z9jCB8-)Qg%8~|Wh77!5tV4mmQ%;N%av{wyc&N=t2 rz?SXJ?~o*5tu2nGkh6e_qWlCOAFW8k1qX^K00000NkvXXu0mjfrEYf| literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/cafe_latte.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/cafe_latte.rsi/meta.json index db0ac608ed0..c92d6f1b0ef 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/cafe_latte.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/cafe_latte.rsi/meta.json @@ -1 +1,22 @@ -{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", "states": [{"name": "icon"}]} \ No newline at end of file +{ + "version": 1, + "size": + { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi. Fill levels by Tayrtahn on GitHub.", + "states": + [ + { + "name": "icon" + }, + { + "name": "icon_empty" + }, + { + "name": "fill-1" + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/champagneglass.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/champagneglass.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..b19cfabb9e6e35b7fd6b669c6c8fb7b9d103c17f GIT binary patch literal 198 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|8a!PbLn`LH zy|t0|uz~>V1@CDI?BC=cEZZR)W6&II8LFi$xp2?*!~Z+jI=dTgACq|gim#=cf#E^l z^)ruF{jzhceji-@c7}XtX`HH&u~D&S`*CMRps^45*Z!LvKbN23z`JG7nWM4`WsYzA t%=rGM(DjG&XYv1-x;e#y38?JGHTLg5wm0=ynf!n}22WQ%mvv4FO#prsO9lV{ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/champagneglass.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/champagneglass.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..87f13b38531d466980086897a1fa468be54e012f GIT binary patch literal 256 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|c6quuhE&XX zd+RLkVFjMH#O>Z2n1Ay>(A?9^f5yRo#h2#+54pBKs`b+d`Z33XeMtmM;o7ZrNo9E! z?=n~z7$OQI_g*{`$0xt_+S9+AKCQp#mK$H34a+c%fjBJSJm^XJ$Z82-Q4{>->kr11ON`i$u8yLaW+Ej`2D(P1OL>F}JH zR`L@r{Rx7i|h&peH1)gZp7tDnm{r-UW|o+@Uj literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/champagneglass.rsi/fill-3.png b/Resources/Textures/Objects/Consumable/Drinks/champagneglass.rsi/fill-3.png new file mode 100644 index 0000000000000000000000000000000000000000..5a4beb46926a28b881844102089bc0e56a3d810d GIT binary patch literal 290 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|?s&R5hE&XX zduyZMVFjMnL{;s84EFc-48a?iS&c1xPyEyqu{@%f^lyEUuzjT2bSI&mok6E|rvBK* zzi&?NekO(k^3`Ad87%$s^?I?4`}ez@}q`x&nqALNy;t8`4m&~3U@mL1R)K#-Q8^=DhG@}AxA=khb`V7^?}u&PdN z^C~Sxmg#>RqK;qr%P_Ij?a8{wg@W@1f37&A$orw<_jRA^e;H2y+$^*cHkO5C?;$fki3xD%Z(A?$BH@5Acy`x9OcY!R;Ax%wEc9Kcf;NDyO^tTvK+jA?P2rJm`zqU(! zf$Np1@8{h&{RFxh2!2d`b8=0ZpQ-4+JBpoe-lachwrJOT&aCwLr^mi$s~$dQzM^{k zvC`+B6T!zI6p&}R`o8w({O=62XI9xMJmyUJ{B^JS{ZjTDk$e9A2z<_b?`eh|*z5!5 Y^R`QGH?IiEasu%^UHx3vIVCg!03oxK?EnA( literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/champagneglass.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/champagneglass.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..23f8d75b464d427f50c51722998204adb33c0827 GIT binary patch literal 384 zcmV-`0e}99P)Px$I!Q!9R9J=WmN8GlKorOS2Q5$xfr!y~n>#Vl&9HRrK-~NadBux{A6KIvWEKflD-`vO+yh?XVS^5?p09<4R7 zPPaPY`T|LsY76MrQ>-hXSB4UhQdTFx*w5*x1Nj#`elqbTCECpfY-AFAMrEKc(+d#Xd;8BtDnm{r-UW|lK3&s literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/coffeeliqueurglass.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/coffeeliqueurglass.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..97f2707a4dbd2282b2d8b1acd5668455a4918dc9 GIT binary patch literal 159 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}k)AG&ArY-_ zFYe`R2;gCPuzNZuOYYrz$@IeJIlWh{5Rp9hIb>^>(-9(-EOF-3n>=SQDD%4+ykpNo4;OXk;vd$@? F2>|`*I?ez9 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/coffeeliqueurglass.rsi/fill-3.png b/Resources/Textures/Objects/Consumable/Drinks/coffeeliqueurglass.rsi/fill-3.png new file mode 100644 index 0000000000000000000000000000000000000000..c2ce7e24357eb1022c91436dbf9892daa8be6653 GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}@t!V@ArY-_ zFKy&)FyLW1P+!fYl5w+MGA)tWo_C6-jO(JG*|Mk4oo<*p^XB;*l{zoitjZ2Ke`fJ+ zhZ5ws1< Nc)I$ztaD0e0s!QSJk|gJ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/coffeeliqueurglass.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/coffeeliqueurglass.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..d62d70941681c53bc487978503a2ebce9cbea3cc GIT binary patch literal 423 zcmV;Y0a*TtP)Px$VM#B~7j*q$mt0)r-;8^w0M zIg}}=)m0YgMZ)Z^CwDIHYR{9oGQ~CqXe)6@02S4$E(D~6STy{8w7-@6YmMD#+ZqjLo|}G8!hLvKOmwljbmP#gU2CE>0Pta>-lc(SzwlU76_?64D%9@ zGimSV2qZ}9U&FJ25WoL}UtC?ot2g0%OGzvmA*}Tg0_>0F@fYp)Mg#;bCO;%dVUy0G R)NB9%002ovPDHLkV1iDcxFi4o literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/coffeeliqueurglass.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/coffeeliqueurglass.rsi/meta.json index db0ac608ed0..e6dfe397c63 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/coffeeliqueurglass.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/coffeeliqueurglass.rsi/meta.json @@ -1 +1,28 @@ -{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", "states": [{"name": "icon"}]} \ No newline at end of file +{ + "version": 1, + "size": + { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi. Fill levels by Tayrtahn on GitHub.", + "states": + [ + { + "name": "icon" + }, + { + "name": "icon_empty" + }, + { + "name": "fill-1" + }, + { + "name": "fill-2" + }, + { + "name": "fill-3" + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/cogchamp.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/cogchamp.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..47f0e5944fb1c8a704b021473b6d2d9d582840b5 GIT binary patch literal 699 zcmV;s0!00ZP)Px%bxA})RCt{2nlVTtQ4m09^#}-JXSiq@8{2@#aUO1=ps3hfVXU<{0v0AkY%ER? zNn;QqC|KL6MGz!`6TBjFimW6lZMHCXf=QL;ASio9lJzGpap&(Q>v!i>JAbl&W@qQm z?q)s!K@e_6a@qkaR0{Ex`mx6!-Qk&|%RYC+gaY8S15V@m0DN%T0gK4YvAc>O`vfqO z%_3|7>_X%vAVcF40N_{#uFn7=-vld#_#ss9zKxAC0qtD7jJ}I)0;-P z05JGokxe0T0Bk|X06Y}SKB%sFmiyW`3gH6a@kbXFMTJt+#g>X?pQ5OMErO`0z|-x# zRzL0@K9;ooPr59H6scK{nHy{W?4k!IrUJU|{AUg($NuTES^KCLp|0K$Mmh#5q)4sw zcEip;y|g9)95m>)zcKAuvfn;I5ClOG1VIo4@m{d>&0Z1J`E&*PCE% zKTdN7WT4ug=i01AFSeN-{F`WWQu$-gDIYrsRX z9Bd`Gn^ZcNXeFD4D*&lPx%%t=H+RCt{2nonrcP#njDn79y%s&(&0@|2Ex2d>}`Uu30~BjqNq#|Jd~ci zj9omH!URDPLG&iO2>v^`+r(a8VK5ZD6j`y;j1_F9rKO99w&`mY>U&ArnC16@K!5oq z@B7Qk@4Y1bJ%AtxKcl!EfF0_E^u5mSa6I+UN*e*^!to~50d5E2HootG18xUklLYtM zUy~sJ1TeEj@oWb;g_nmw0=+{3urLgKp8=kH6Ra1~uh6>t6Ws11fVFTubw#Ev&t(92 z@n$62eqlV<0UQ(mu!Zn)2RMT89H3>dYWhhtFBR>{Y0Y?yvcMGMarQ&()o+d-!`7bw zjvNX>i$uHHwJLs=8yG*hi{Q?8VSV8YXoidW2DC1g_jhdLaZaJPS;>O2Jk)XnO0BAI zYPkW%@<1gkr7v}dn%^$zcQ<%^r6&uN1*RDNGHuK1fBY21>{Lwmt!|WX?rc@JMfIg# zgaRYeoVBti3yglJ;oCod=sA)3eC_bK_@0*%Nf9no7rB0hJcN8&Fb?*8wTx+OK`TO zVc`1=u=FO_UXNqUfHk!0^OhDXN$Pj*zL~yM7D#6RckyNae^_7cXNw}eK45ob3~#dAm_HSR7CYQ+sHEcUdI=Y1#t^7% zxAqNSeE>pHEI#{!#fy{BMmhZ*6-%!-v2^n!(5MRQ3l9Ok-d-<)Px&R7pfZRCt{2nn7sOP#DMmX>D1zDWq(;jg@&CC{6v;-PX~7*=*O4#zULzwTbdxk}YI?KM3UI zy}tkV-uvEb+V2B698N1E_-%k2Dx0&W30zKzkpANQb4Jt{wn?wouJ2QtQ)uK>F^{V23{nb{-*2 zNJ4Wv+Wu+vwfF$G4?;M9Hqzh)Lb-$;MMY0X72)D9YJKW6K#S(h3$VJEQEqPM6=t9N zX-HBQ1x2m7eEljYDkLcj?5COZnN~>KxNWX(cyQjb1)A$w`exPtx*EgikZ9H|ugkbL zQZmc5`b;lEq0S^xnzwjCbG_G){a=6Z+%iCY>jkkbz1Qb(I2;a#!{Kl^9L{OM)o=F7 z=B)YqG}=Fvac|Da6S#kcy@pSK-v;LIM{k1le4J(vSV1j5?8X1u+Uhma5x+ehjW_v3y%neNz(T-!TPx%Gf6~2R9J=WmCtL_U>L_gl};GK;#_GF1Ga}%N)Zop4KjNet(Vf9^$!?`J;^Qu zFOxCwxXak7AnXs&-bOEOc&Hwt2rE*C^w176BxO@G2!bobLrhG6rD?Cr_mtAtpJr}0&)qdf8d%STjBKf1?9HzvBcEe|O@zUb*EbF2?QkW~UzMdP_7 zj5h<8I6x|D?tJNv2tek#YMbeTq_XtO3SnJ$sdonNxQUv4CLdcHaeK|!|$FDcB0Why=>v`0*I}CpT3%lR? T#1_Za00000NkvXXu0mjfL6$CM literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/cogchamp.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/cogchamp.rsi/meta.json index dce4fff86e0..65c83c05e28 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/cogchamp.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/cogchamp.rsi/meta.json @@ -5,7 +5,7 @@ "y": 32 }, "license": "CC-BY-SA-3.0", - "copyright": "Made by keronshb for Citadel Station at: https://github.com/Citadel-Station-13/Citadel-Station-13/commit/c790478a3d6e8a2846e658c3dc6c5164737e4b42", + "copyright": "Made by keronshb for Citadel Station at: https://github.com/Citadel-Station-13/Citadel-Station-13/commit/c790478a3d6e8a2846e658c3dc6c5164737e4b42. Fill levels by Tayrtahn on GitHub.", "states": [ { "name": "icon", @@ -17,6 +17,42 @@ 0.3 ] ] + }, + { + "name": "icon_empty" + }, + { + "name": "fill-1", + "delays": [ + [ + 0.6, + 0.3, + 0.3, + 0.3 + ] + ] + }, + { + "name": "fill-2", + "delays": [ + [ + 0.6, + 0.3, + 0.3, + 0.3 + ] + ] + }, + { + "name": "fill-3", + "delays": [ + [ + 0.6, + 0.3, + 0.3, + 0.3 + ] + ] } ] } diff --git a/Resources/Textures/Objects/Consumable/Drinks/cognacglass.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/cognacglass.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..5bef1772bba3e5306733a99dc654387754ea8f64 GIT binary patch literal 138 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}E}kxqArY-_ z&lw6HFyLW1C_I_LkfV`@!O=*#)gfrdha*RGe;WT1_n4&eGJRv!g}cltG3 kxmt7DxHvOrQb`N@en}4IWpCE61)9g;>FVdQ&MBb@03w(yBLDyZ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/cognacglass.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/cognacglass.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..6385749119a1c0aa8705901349ddfe696c077814 GIT binary patch literal 158 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}5uPrNArY-_ zFL?7FP!M3axX?@B60?v%B%_Ce*W3VR-&4!>pWgGh?TsIU=cFa`m!5cRc#JD&x_9uY z^(<#xT>6-GE;cN0t!G%Ub=&;2*=u)x_tSjpH(BLnG<$;-KU=rx$}XTC44$rjF6*2U FngGA!H!%PJ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/cognacglass.rsi/fill-3.png b/Resources/Textures/Objects/Consumable/Drinks/cognacglass.rsi/fill-3.png new file mode 100644 index 0000000000000000000000000000000000000000..cdc3ea38d8983b9d2cad9750bbd5419dbc3a0bc0 GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}@t!V@ArY-_ zFJ9zqFyLu?KAkC%3}MI~p#qT~xaBUE)xoih`1oQg>vUrBc}giMCl& zZ=TT&e!zR0dr2I_WAl`A{PlYn9Nz!kGkg2BuHC`ewU<0yT=tbRu9(KpB`>q?BG4)Z MPgg&ebxsLQ0Fbges{jB1 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/cognacglass.rsi/fill-4.png b/Resources/Textures/Objects/Consumable/Drinks/cognacglass.rsi/fill-4.png new file mode 100644 index 0000000000000000000000000000000000000000..58c3053cf5eebcca735c7706f24fc8791ff94e4c GIT binary patch literal 166 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}37#&FArY-_ zFJ0tpFyLu?KAkC%3}MI~p#qT~xaBUBb!YP-92OiKJPx$K}keGR9J=Wl`%`hKp2MKOHyppYvWK0_BZqgm@SBb4q5ywj_&Fpxcd{FTnZ@& z8eDWyC=?ytZV(;1*wi*T2dN;W>31gL;63Br%X<$YcORh9Xf*#FMh!+$1OVtiCn7Hw zw9O6xc%DbUnbU%&6% z9=naciHHCE`v1hLVWN!h+^>5hbanD|)K2dK8`HqVU~@|HdDc?>??9UvJYD@<);T3K F0RRgNI&lC1 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/cubalibreglass.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/cubalibreglass.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..9f654ad89837e8de70ad67c81cc3a1d2fc81cd9b GIT binary patch literal 210 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}J)SO(ArY;~ z2@9E@2QWlKt@d{PmeU`THj28Xo2Q zQI?>1xO;iMq{@<+qTl3dytXmVIC1gH)EWQ&AHBSvXa2i=X*)_^ur_b&V!6qupw05{ z^h(2;KW7gdP*6W{00=&OG-qz^*`si?4{SA$1_Q%}2yMf7{j-)pcQJUn`njxgN@xNA DACXi+ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/cubalibreglass.rsi/fill-3.png b/Resources/Textures/Objects/Consumable/Drinks/cubalibreglass.rsi/fill-3.png new file mode 100644 index 0000000000000000000000000000000000000000..dcac421d106821203880448209208bd9d1e8e9eb GIT binary patch literal 254 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}J3L(+Ln2z= zUbN;q6d=(0@cwZ&og)r4qDhaHL}EI7cXdoL+r?DMyUs!2jFX8ghlZw0vt~_!?vtiz zGo5DtTs2cOjgLoT>69QZ&BojcnRU&3H<~ugU(&dC^9gUJJ95`sZEvj(omMxAZTZzL zna?Ais4y}-6FzT|$JpTfg(cyQuhDyLFXoss!+>X-x;f8IuDdS!R&ehF>m#?1_1B3f zm`Th$zwdI9%W=maOu_l}U!PltNUIidEWHxHmw{`V&9c^qj153PFnGH9xvXPx#*GWV{R9J=W($5M(K@`XF@5Rc(PAPx7-0~Wf@*20h;SD^19dBSm7Iq%udIK9f ze-=_BN>R!}*Fq##b10kh+02|-oPKj=Kq;k^Qc56PZyWFH7@;{rEOqVX00000NkvXXu0mjf^PYCP literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/cubalibreglass.rsi/fill-5.png b/Resources/Textures/Objects/Consumable/Drinks/cubalibreglass.rsi/fill-5.png new file mode 100644 index 0000000000000000000000000000000000000000..e19512f84301f277c5998d1a8f77948e0a07c94b GIT binary patch literal 366 zcmV-!0g?WRP)Px$C`m*?R9J=W)V)f>P#A#W_rzon6hRQ8)ohA_cmayyuA_tKQWw1gdj}4B1x|Jm z#7ht%Nzv7{P-+XUjftss5aSPx$3Y5RbA-B_XZc8mFYj9MZdy4()3kr~1B}*PLXU4K82|tP M07*qoM6N<$f-}UL?*IS* literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/cubalibreglass.rsi/icon.png b/Resources/Textures/Objects/Consumable/Drinks/cubalibreglass.rsi/icon.png index 6512228e0de8e7f3bd1667739834006038187674..77ea2ac9fda626976171b9afed48406f975f3e97 100644 GIT binary patch delta 618 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/demonsblood.rsi/fill-3.png b/Resources/Textures/Objects/Consumable/Drinks/demonsblood.rsi/fill-3.png new file mode 100644 index 0000000000000000000000000000000000000000..61eea035014c34eafecb6730085af9efea307f74 GIT binary patch literal 726 zcmV;{0xA88P)Px%kV!;ARCt{2o6)s{APj~P?jl`)nYu&gs53BA7w9DDeWJ%&+e!%ek>-2!91Y}8 zKrt~!QGS_$a#M_vdmLF8<6WiH!K457VPIfle7n%&*ztG-h0ZUNZf8W z6GC_zhqV1QRQpBW0U?Bv+lyE_A32UvNCG6alM^JPZ)q<%erq|b$y)G|`I9psgkZe) z;?7Ta@69-l5c|ol_r5s$$UFJ{et&F4r_<^29I0d9R_*7){tAgccSqaLh2=1AiE|GA zrFJCSlm!{G$# z*^ra~ngMUv60U|Q)iQwlR5EAswN6Bv5g^70uhCDS#<69WA`tm4XlWc-s+h*{ZVc&o zoI85C=3n$0nhdv4pO4JOX_^MA2;{n;-1L)ZYmyp6T7EeC6uKzRMfE4Zs-s&26%erg z050Q4w7mqH0q9K+WqS>zKfqcmTA!al|CmqqSEcDiejo|3*ZJs%?pkmLUl*J3ks)Qk zxBB?nk^iYbp_a|%@(1q^K-cFZ`V(S|4-q)$PhNsrsL$`AKcT2U09BvgQ-1D2k#eilQirq9}?G{|V+@@(0X|vH$=807*qo IM6N<$f;#C^cK`qY literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/demonsblood.rsi/fill-4.png b/Resources/Textures/Objects/Consumable/Drinks/demonsblood.rsi/fill-4.png new file mode 100644 index 0000000000000000000000000000000000000000..02dea6ea3007bfa805349b590ced012ba2020955 GIT binary patch literal 793 zcmeAS@N?(olHy`uVBq!ia0vp^2|()zD{0`AKjJoORp^}va)8rr=~fF_rzm0Q%{)!wdOYmS!22mBwH?6_F2A>dxuEl z@uCCq-9L1bnkSZW9{=;UYw2q%SC=a$z7rL0Y`ngrbc0btN5b8WZu{e@e@9$PqlnY-?qmDTTv=^M6wdn;sgOe48Rs%_y3Rf$*D6Mh|&_*!AZ zciZ?CpTV&e``%AAR7;bZmgjN*yX$px>JU7>t}^LoJi{xio?Bc;{}-zar-zr5Zh+;^qvj>qknmwzx6PY>Wt z-_QT*M`Nh_bv7-9gujd{kJK;T#&5!WVY-}`HOnRW3)^xx{;H8riEmmj|3%&9X5-U_ zy~ozCoo^wk+5BE)`iK0ssf_klk3aAGv-V$0%&dPO+28X!Tz{_oOZZvkzvnGeey7Vj znqGN6f1$nNDtm^|`Sr{Gv6QhXy#74Z%D>)e(m#gw)k5cDWp-bkzrob5EVlZWaNoI; zry6Fx`usnqzG>^UHCsz|#@t(!IPZDReAB=GU6VEc7W{8g;6Oqlr_A-UCElM?V^syF Obp}sYKbLh*2~7Zp-ggxM literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/demonsblood.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/demonsblood.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..1e7eba28965dea45c5992ad51e7975a922b8b975 GIT binary patch literal 607 zcmV-l0-*hgP)Px%8A(JzR9J=Wl|N_{K@`Tni8<~Jhvs%e5)-Ua=t00D9#|Y?O9KaojfF+3pqFY1 z7~~=ZwAe+gMv#kzjYSHZLx|>zfLFvSTG&X6tW6|vA-fl0HQD^}S;)#pvI#S{$13>2 zGR(Z?d%qdpn*sjoUst_eKk_wu$CiWRR4PMl2k^(KRECM}y9NOG`0`%HWx!7gaHi8-3f~~p4?Ay&VPHpx_*O-wJOszE!4A91i<|K zjdB}2= zMaw3hui3Nye09EJUcG&{3;-+ZjR&HBLS3M!>W|=jb-rR=zBO46i$@ON*mf!``JeH& z0GyOuR#E^_C6@+>Qn3RFwc*TAnw8#uA^>LaLRwjGn0{OoKh`2ygipY*T(2;k<>RAy{&jZ`MeNYBq&&bimKv{vM==(`~*Jx);Kkd0KotN002ovPDHLkV1liF6YKy0 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/demonsblood.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/demonsblood.rsi/meta.json index b964b0f4a17..62aaba849d0 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/demonsblood.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/demonsblood.rsi/meta.json @@ -1 +1,86 @@ -{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", "states": [{"name": "icon", "delays": [[1.0, 1.0, 1.0, 1.0, 1.0, 1.0]]}]} \ No newline at end of file +{ + "version": 1, + "size": + { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", + "states": + [ + { + "name": "icon", + "delays": + [ + [ + 0.5, + 0.5, + 0.5, + 0.5, + 0.5, + 0.5 + ] + ] + }, + { + "name": "icon_empty" + }, + { + "name": "fill-1", + "delays": + [ + [ + 0.5, + 0.5, + 0.5, + 0.5, + 0.5, + 0.5 + ] + ] + }, + { + "name": "fill-2", + "delays": + [ + [ + 0.5, + 0.5, + 0.5, + 0.5, + 0.5, + 0.5 + ] + ] + }, + { + "name": "fill-3", + "delays": + [ + [ + 0.5, + 0.5, + 0.5, + 0.5, + 0.5, + 0.5 + ] + ] + }, + { + "name": "fill-4", + "delays": + [ + [ + 0.5, + 0.5, + 0.5, + 0.5, + 0.5, + 0.5 + ] + ] + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/devilskiss.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/devilskiss.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..188cee23334eacf85ac09e875aebcce2695ee53f GIT binary patch literal 111 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}nw~C>ArY-_ z&n#qQFyJ}7;o1Mi#@pDr*whNE*%&HxX79*-uMxSIp`l(jrGSNL@9Vj_Kurvuu6{1- HoD!M<{)-?~ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/devilskiss.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/devilskiss.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..6cb9d8f421883d36e61dfbe33adf8a11fe1b1a9d GIT binary patch literal 134 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}4xTQKArY-_ z&u!!ds&cuQ%vSY1{%alLt!Z$auFdR7F=ci$OzGFw(enYpF yn@u0c8b1HiW3ag_zH_(tq<2TF*cljBR4^!}%a!jnjJ^&uoWax8&t;ucLK6T*v^Mbo literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/devilskiss.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/devilskiss.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..7503230a6cfe9006cc1c9802d21628dd790acc82 GIT binary patch literal 284 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}*F0SuLn2y} z6C_v{Cy4YkF|ze6$+9STzz|o-&ffli$&Ax3tC&~tu6V`pf5C$P?0hl`njw)MTT_mg z_x%_B#>OMduD_t8zV?5gV)09}Hre}<9$ie6WDkJAxnKPUo!t#(kIj#XwlvJc&imv{t1kGrAXnso%*74AKmEV0ogSEC$;{k( zvjAk#iN2)I8Y-@dGmh Ydx}SchxGSWpbr^5UHx3vIVCg!0DWI_TmS$7 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/devilskiss.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/devilskiss.rsi/meta.json index db0ac608ed0..e6dfe397c63 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/devilskiss.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/devilskiss.rsi/meta.json @@ -1 +1,28 @@ -{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", "states": [{"name": "icon"}]} \ No newline at end of file +{ + "version": 1, + "size": + { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi. Fill levels by Tayrtahn on GitHub.", + "states": + [ + { + "name": "icon" + }, + { + "name": "icon_empty" + }, + { + "name": "fill-1" + }, + { + "name": "fill-2" + }, + { + "name": "fill-3" + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/doctorsdelightglass.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/doctorsdelightglass.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..08c3a2abc51e55a4c445be34e71494098e3bef78 GIT binary patch literal 1474 zcmZXUdo+}J7{}jtUX4lPQf#eDhRUUOW2RoTv}Rn2X&IBqJ(pre*cBminQ&xQn2n`E zBtB~ z?%I)}a-UwPaG&vtq)^5?r-hQne9zY+%93cJ^V9U>C_p<|$rAOy!pLAOug;EyQbohC z{Q>?fI7RPz(_F+1|9D=v_k-xH%_&VIZZ9tv*N+#L zAYSY(9Ec4x=v_BmxXc^ov9$STDWYf8nH`4f)#;v6*K)vY{9%f+Z0pLzx?)|I>G>CXBQ)ha|vp(W96n-oHP$2He+w!0dd66tgX={o3 z{HD+wkH9v`Yo?pLjqWt}7c?fY@E#8amnvjus}vCZkFGG`!^!LxrDaRohC4q~9 zO)^E`w$gGi1kJMdIe)*+6{dy#*LfaER*)~!P$T@X)}W={4iAc&cv=o$=tdkRqZ{vd z{PAi+HqFE#Gpk~0r9~!T;$3Jg-|g`(Z9UbZGAwS4_|hEjs!|nqRDXA`Va9e9-N}d~ z#eG=9pQc8AL=)SqtJ07`AYhys9g|;czUUlaETDPKg0e`IvxZxX-pxmnF^72Dsp2_H z-b8PFR(IeDV3a`TPC!b6F=&YrM-Ab|bAItd1VM0!U5|=%JR7AL!Lb4Hi(w)gR(4e< z?BT2HdY`~RVPI=e%_#^4e^SJ9%!pE$Z=`=qF3&WH*#x%o5+tvlgouqQ%H`*W&IU#K_o3k<_BK~R|- zdeF0GIbY_OdvmSbVRoesG?bB*NB9S!vdEbx&lbuDicGPP{ud^*c&DAXaOVg|)5#9=j_gve zII-Bpsxt@`X`sNGpPPzl*kN`WiDel&s^wq^sep<-8TM-BLenSbuTax+Qs}Z;6w|jn z$)3+3!?FZMr|JXXfW$fZkg%bphdPk6PHVvnOXo|HaHuPUN<5%M1Z1joa)CMfB5e$< zr@Q-xBc7`Z*keWOn{xne6OinQm_}&T%7Q0yX{DTW0W=0F72|0*mj*ltXo$qYy8VTX zed9lU$YUN5K=t*}IB0nAW*T3%wk5WH#ef>6kjr0T3%Z0*vlC_}=6l?#r=}1>T`Ub; zV0DQBP5O_^#{aH>G&GVPbMvwD)!FeYiK<`bx!4;~=M<>1{aAZb8rElyeOpJ%{s=#> zuFje%ll?^N(e)#$v_7dZqeh3O&WvnCe_e$9xZR$gg)7ZhNlwU(XWa|Hk_}dMw3@>7 z@CemOA!W4kt#fb$Cjd#!nCCPyUiXiGvxwnPBDUsNrjDS44b#=FfqDdWZ&kE(S2P(>?XH@gCekwjB)sS0`=c{qv$d1iKpKyOOG-@JV3H8 IxAaN;3l+4pRsaA1 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/doctorsdelightglass.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/doctorsdelightglass.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..96d9f35dc4c7ce39dd3779c69ff5d88c9ffffc73 GIT binary patch literal 1576 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/doctorsdelightglass.rsi/fill-4.png b/Resources/Textures/Objects/Consumable/Drinks/doctorsdelightglass.rsi/fill-4.png new file mode 100644 index 0000000000000000000000000000000000000000..48c5b70045ebf461dfab7b7640fa72603c02e002 GIT binary patch literal 1950 zcmV;P2VwY$P)Px+SV=@dRCt{2ozH6LVPH31)+yPFD1Fe*aTX<6kAObN`F9!U13z` z5=<{W#HAQPTo7)-zWdNa*oI=~76>l(x(5jd5(gJb@+TC83k5emxJg$(day?xDYC4c zA8&Sd-sdttSo*%1dHZH|wC^ndK@bE%5ClOG1VIo4K@bEHb9!`sd9hd&{;cCTk+wlb zS44ltU8*kRrjtQ65xsPdc%r6D|0EkOZs&H_-hHxnaXYsgR3o$zpp}!Z zhD(npYR|4LCsgZpqt8$Nvn$I9Ed7hyx!vc3Zh!0FL5NHQ=rpKo0(4x3onU&*@mQ;B z`Rc^r!)zVkVB!G)L?#~qASLo4FYoyP0GUFjm;HVF`rYK>`ps%)ZmbtT&sEr}KRfKE z=C^VcScPgsAC|T0^7^;0-%Y;pccSOgQoh0p$c<1{mk50ug<1)}_>)HtiIbv09L$}(x?*ddGGYdrk zv|An053C*3L1+_bImoB?(ZzJs(FH{S%ZXG3i0f5o5{dwpLk?g$H=5>+TrqdqBabEj=4Be9uaRTKL z03#_POu8nt*%i+_UEj(`S;YC2?Ey?oK&z&SiC|AbU)#A;{&nE{G^zoIHuSBGlmP&) z?c6B?Kp-0;y9a2UY&Hnk`i|qUfp4_f?2nhyd>aI14shndn1Awr>7j3Bq`ZHshVBGs z9%TLlI2ic-Q#IHhFQqY~(3?Mh(8x{_nS2064lv^`Rd2ocJTc=gp{7eQz5Vf0dgjHK z=R^lVRQuM8&ytNkf4bSwmf4jD(f_Lc1;~!M)FWZXr6*&gg%3W=*6U{v{P*|w@4eO! zRW@{*$jh6P^>*4=`a_R$yHDS9`&ldU{lX3~_%K_4^;YU1fcB}$7&-EtI*u^`j8;d$ ztcx)8=%^@!h!Y4e0oxz{(gSdOUOL8F$U1y^bJEyz+Dx0b0dpU~#y~Uz2swb4_k1t! z`OgR4elPF&mp3QtUf%P)xeXs6SZS4R;RluJ12j(n)7K5J|HJxZg|&SDvGl#X=NHzp zr}^;@f|B|GY!I;V@}3XtaHNg=%SI^rFG*z20SGlHuMZ$+PW1ILehUb7eE`$>@uv0B zp!xuW3aCDS<@yu>EQjg?Sgud?0W8-?*~(&9&NiuQsxE;jR39KjTHVsgCaMoW1S0f# z0gNzSiE$t@4qz*~9iNr}%OMA_9C855iR>Q0blpDF`l_G^U^&9cp<(yzIHU4(PY#RvWQE*u4TNx><%nk}N_)J^14Z5|Y_5gf#?7;o26_d*X%L~NJ59GCE5;TLt zvXE712|ECv9XtNlj}-uDv{;y$0ABmJRwp0*@vSmVsR%G||7ryQVCTkK3IJf`+;?b8 zO1sWuCWrD4$A@AJ8~**~X_Gbp2p5PDejb2LKERO!FtFa8d)!)x`R?F$4v3i>$ZSAQ z4`-9Ub7L*VI|C-ISAZ!S_|~KiB1kO(J2%!+GwxD#^5rKz*tG!|`{Skb*RRG=YXh{i z!IZY_xJ#b|F65?@r3+8?7IM=`+3%9E!IUKBW}#*Vz9U&!%~Q^)h&Q&xZ{# zviWT28-(fu5YkY60L%52*9Sl&r20{-Pe4n6=vc<0d&7N=cMnA`{U|5`lj>|F4KdLrEj{QDv8x& z;kt>_#53qN&~nHDEQcJxa;)D2*q(z(5x{cD0W3$z0WjW+CrViD3M)$L17IJ2#_@jK z6iSwWFh>NUGfEtQuE^*j?EvT9(K6p+z}F_=TOv5p4)AC0w=@92y|?pe0NlxV=cf;= zd`kpJY7^)<4xD#K%Z}ru&%2{#<_s7dI$F|!b-pD6qU;<1bMhG!0pyW-B8bmTZ%xrQ zSuQS!w(a`|sU=_`H=P_RP1K%_EH_0Gx+{nd(n~<=t<807*qoM6N<$f_w&|0ssI2 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/doctorsdelightglass.rsi/fill-5.png b/Resources/Textures/Objects/Consumable/Drinks/doctorsdelightglass.rsi/fill-5.png new file mode 100644 index 0000000000000000000000000000000000000000..cf0f13dddb5f03ea973cdbb691b1e16255428659 GIT binary patch literal 1861 zcmXw)c{JPU8pnSG$rvQuqODj`TKm;Y?HUnMYb}iqZBxbVLO81SEfLFAbw^XQ)~lh^ znuejal1fKsFtqmCHK*1fv4#qfo1S*wbDsBm&hz~9oagg>-uIEatG%@3X-NP8q#YgX zt_YR%Eg%xYy9?>pClrzJEB0uB_7Tnk011JkosDPA|JcQD4sb7c_vcppAL&!JRSu;O zQ3fyRC(9qAb4k-M$;)Am)Cr7(4!Ulx`8}gK>0Fz<)h^6MJAWFDuW58|@T}6;KN05~ zzjX!;{RNuMxg8Zh*z$O~V3HuXw?wd3Q%B72?=SJ^Hs}Shou6T%!Zv;!D#Js6bA8f? zwzGZE@j%Ir4I8>Mrh=n0Rp+V}y^Z6%-Rd(#EFZKQE{YGxvJ({2bj9nUOFI9B(;mGx z@ZndG9!>AC<~XYIBMx_MZ+X9t+tZw6apfs;%(C^%-iM7_Yvw|2#A`%JLezCM-tvPU zkYVUBSMtu``!0{kG6UCr@{Vp@vw-Hm+cJHAYu2R<`KjFvg7C}((;&=T99e~&coa=6 z3~4<(u36r=oPp+&jp^WL1&Hoia>BtvnURy2?e2heL7;^XK_eig-IHrU`Cz|!{mt3& zLw3sjcz7LhyTs6FbQLVa_wh*y(1ee)cAD5b)NPZ(t|w-`MsxU0=9Et3^@OePt(V9q z!N?rZ$FNZXNMMNQfn|KnaWd{&iafM{5LiQgQYK&94>qUrYI?Jgf(FO=WHRQ~G$=o{ znIi8Zl09@F<}QJgW!$WZTeyR5)*m!2Awzu46J&e`4@(WaC_$2DCzUQXiEhRFTv*5l z5oUQ#c@1xT{?fphN+}z3*)cN!kIXBv8>*GHMXh^l^&U&yz1fA&d6_;^Y7Gu9)_z42JT(5 zWQLabm4mhqtjs$+l&s+ap^>EYsLh^Q{X5o-g6`PP$zZwe2R&0k&i&@A9uaYkk$XcJ z!3H_8M>Z^5wJykjF=?-OBkO&4mXl!X~EHEYH1$hIU4r#nzP!; zVP9FfMxBYq<8ucVrNwm(CN`Q1Ub*~9MOBLqlTb?r{R=vT|LRpr{2$_h2uimE8d5N0 zRRi@+?)~t^hduKtNn42{uNc-8e#BSvR3$A{xE+~IOD$FQNhWzjN+ffCIu|q|-8p%( zn0ndNb7|S0l{bDb?da~mUw6=&k*KH0rgs4ZQoB;)RQO^wvCSe{j&}h$?&5Ta>Fo~( z7~t=C%BV<^Q^Qlr{p+e+5yOfB$qJy)h5+<&Wrg12iukAF`tMfptDrF3iR6D$2JY4H ztE-`mxS;C8XH@)61tsq%g(@l+^mNP0TxUXV=y$@nS1qv@>7 z%PQ1rg){Wqd`fXEMbyhJChEDh;Ye1bgI{2cTVz-D+Z$o@;n6OfE(VuHY*)77V+9BV zPcIQmMWU`A9dgmU@>fWb2mxDy1fGa~2dPd+k{)N4It~oDVF{`IW8m|z$UH#p>TQ}Z zFPp!x*O)9^^eU)t8*&xoO`{a@fYgZS_?KbQgKTzj^^}+ub7xB`KZ+FM8!0ymW~w=Z z02u}<*W!8dH0p15)LWn`Vt8J}52(YHz$E1t=+8sfI+TqtI_fA~7KD*j56XA_DCQq( zjtUh!hp<%G%vpt;Z@)SBlZuGt?=qnk#HV=yXG9ZrE(Kb}h^<3r#ZL%$Gn#z+Zg$aC zwrbY#!a)1+&JCqD(@x^&L}F0cOLBWEM>YePHmz-&(dA#Vpuo@pm0(NNdW4nurouU( zSMAw=2+8W}wy4HZrSq8PP#{(f&VfAXIf@x!`D=?|NsB*T%HcIodO?m1Uk@Ri7V9X+ vO8hoRSQX9)@CC^-!rWEA#os>{3(a2@Rp{le@i-IT8HGZ^!5#<_Rhb?zUn_3i!p*4}%qy}teXeQT$mayq6cuPzS& zP;{`jbCDu`!{lV8{sk)FjT9hQmt!`dny&d30QiW5o%NZx0(QZbi`y}p)TG$v0W)9r z4<>pi&Gx?PzDRZ+x88?J9 zcr|u8)@vY7UbXFi(DU!g@*v{QkY^#rWHojdHTUtgc?LF&GzPZ`9A_WN$ z;<_y(cUvUW_$ohR-_uJDZY2O{%jskr$DUoI*)!Er^Sqb?>v?lnw{*n- zFZ95^BFxFn_iGH~As{q?KkYViMQmXx2QB+u-J2XcUfShuxj9|5$f{iq5w`QGw>#&* zU^_?}}~YJPhpy;W=JNo3p6!rM5j+CB^Y_-sH9GYPMHr z=O_@dIu9%$<)Y3h-<vI#4^ZpRjz;DiaopRy_MG(s`Rgk?Pdnu1yT3Mh z^?tmxmN}eeC^A+$-_a`0!X?#sWCbiE?V-JE#aM)o%k)+zCbtWqOT!O{?iiu+~!Lj)yb zQPRPN($kwXV28D;)>o@iCs*UcKHFBHpv7bAXg-lrezb4DUDsZFXrF@4EV;Xe<%QR= z3v0cJPvnaFP4RLrQ(k?s*A9j;hLy$4wZ+TYGqVPO_`8;vDU8N#mpgcF;nQ}lV=5-w ze#RhYG3-J9uSIRIznyx-uN29pN_gT2>$+R=#>SmHGwVB`GFHo_A>_Jf?-UGl*}l%9H(ahN+GDt&TF65BS$UY zIX~LfSR#^8TgjU+t~fM8S#A|`oDhuO#y#OYl1Ek4bZO@ITx_LW5q=bHk+J-Rz&4fkFQ*nSU&P7m~wYU)E$|S-D3FkswGI=fWvTSL=V{K25DE*CF zaM4DEH2HmP6lClNAF2YwaA6#CM5 zX$$#972H+;UVpsTqklTd;*AHcPJ#<7tRii8nTF}c@5-HmA^-S5mGs1`XK)A@OO<;9 z5K|DpZF+lVxPB>!q&2X5)V?-iw@kG@4C+lO#^I&X_#&L*E7=kJG+@L3V0^5(V|^v5 z?R5L{b5jP~exQ)vf+pdclc;=}o39=Q&R#H<;Mj-4hQI9?nucYH7jrq5ura zN+dCT4c8V7jG^kbbImC&K@6!YC_D-Ocm= zTk^-*4W6X*>4wz;BwPWH{Vzl%ATk|#p9j(HB4q#mVNHBM%wdd9_rYug<@OozqJHQ| zrQ-qn_xTWLGM?CUy!=ndMdRkS3z zDg%7(uMiBRW8t*My6on7u9_;okkYVBC1xQg!s~dMLWF-m<2vM&pMq5MM8sgdrp0v4 zuigdGmmbE)FR zyA(>H=f(2JNa6nFb2^W!!={ZxYK?1kG;=*dY=2od(Qhi=RD_+-~0Z4=Oi8f@t^Rm zJGTM=;Lc81PuWcU0!5f?Y)7Bz0YGt^GuF3>ZFA!IX!rS#GC$bA9ZS` zgVLR`@18+Hic?lwV8$iBiaPgpcLp4V_q88(*{+>(qx!7!G>;XhxvQw-4eI(Y#+OHq z`TJ)7R$dySf8W#5Znj>0v`W{F)YLH1w@P9z3;cPb6Jx8NMOy>tJDi9ilQ@t> z?*d&8FwFh~ATk}2*7G#uAjziiw*~jIp-+}N-YR@;fxKl|yl(2=*;TS&<+}u-L|CVU zsnS^7GCi-Ye*I+U&d|PlT6)>RH73~7G6PnwyoS!3Ut=v2Y5ALN>DHlsK0S{-nMF8^ z>{O-6{;gYp_odONt3}~>1bF&Wjn*4huRYnZqvZ&+VfpqtqVSwlY1HifQDzTXSF&$( z?YRLAAd+LG(Sk-brXke7AV8yXZ6P9d`RFE|I2q5L_qF&gZ&8lwk-SgowMD412xL!& zy8V*xwe9eZ*gTXm%sIXr&nE{Hc*&vB>l& z!@N59D_y7`vENAT`Xke=n(=e;s*^hHKGFLy+l&0^28cjg=A>$?T=sqG3|a>(T!1Ih zk+dq9VU9I4BGQ(>%6%*}M(AffC%4T#!sjNc10yJTgm|5-3?2-V-A4VwOLNl)yJyOz#$mG8?ma7s=bDe;9+w$L`3a~j^H zRrhTmlYe(G?SKe4UZ!${r>&@(OiIB(Rmvd- zvntJE{?DulS7c|F5qj@P!=Am6fhZR8>Y3W+{ zhPE6qF(HLLZ;{pNz|sjW)K|~7Q7#i9PbH>W1JEO-km77qm{}@8a5wAre|6&eD@B8E z&)VeaUu-b#RXEO2N?T{giRZ*O6<%yS80sPDR+;Rtpv9p&iaN%1_wsopWXH(Osg>o{%{VzHa^*YL72M?`P{g6>+Q!+Z(78~#?|NDv2JnAn$n9m z>1>Tz3#DMJ@6g-vBc9bRXIU!E#|)TKWdUSbq-^J7in&S8^h0BU*oBEJxgl{jpw%h1 zI|1rGNCC`GG?Ui~`bAlVp!!^|{~>I+L6?IFbcwQ5sQK=H5&tMe;#cgEW>%uy z+HCo~cAf*A{4`2zoECCrCYUm3`PiCBuhsn{L@sDfde)!1SEqo}5jcNe!S4==1D)+J zWT+WW)k->$4N}KcITsETzwxa%7y7=Qm$=CyYq>6@h9248BY+SW$Qc}U^Dvd1-FlIv zU6k$-o3J!nL8aZ7YwDuwF~Ky(pZ4#TN_I}iELVy=;TOb$`sI?o0uq`UurYV6PAhQF zj3i;GqG4T(R9^nDSwjv>L4`A6S4DulT4v^P;7gaXMjsTRKX=(Nzo1V8@x zxK}|YWXX6`{l?sB;TOSdmIO!@5(m0_W#&rv-n5z%d`k|rG7Qg4iT`HMvW}2Cos(E8 zfFx9T_RB>25?v5a)i0G$z&#$D+ZJe^8I5jr%4pIOK%{+?*9w^4G76af3UM#@d+GH0 z|B#|&o0B%--{U3%%hDBzQsC(=ymwgQN+&m9zD_aq+?h+ii+4qoTAdoQKCgQIwL+RZ z+&fMS@`0_lN#LX_0^lnLle|-t*>=a*5R;jfybSpdTxuY)=V-aASzXL#PYI&R=S^qI ra=q^WhAn0WbcEP)Px$ib+I4R9J=WmQ70nQ51$>=fg=&#y}GM2Z0o|bLX=%xL9`G9qeVM6 z{f1~Dmv<2eL5pOdHqq{aLXcFb^L1MplMFFe$6Pe;>fE{Kp7YGPpFpHY|6Q?we$->< z2qEHc&ZSZ*Fn|=qi4c;XNI)mQO)DXcAhRe?1-#OG4o#{nIlbq6PYYu%?7;wXG6ii_ zc%nNSYwK4Jj~xKZj4@cIiMXPC=xu`n2n@jmAf;2-%4RlCu5Y`$ zr%h3B8{R}Y09`4a;t9z=1xZDI*NTPeS>@ooTyIn-`)@kWHJ*6fi_reGQ~-#(lIrUa z3%awX1OONSz!dDhfBrcGh>pkrpj>b4UmP7?@{XSwfbak20Kh!9X<2W73b36R=8wsJ zznE2~=yF<7G36O?&ul>D+0feoE190C3 z0AP+r6#$6Ka%OB#t3c-pA>>E9HCUp4e&a33^CXKDDbg3QuXW*_!UD4Z0000Ygr+ArY-_ z&oS~cFt9KfG?ogwIV8<^>;Hj+;lbv0bJopy&Cc-QHq(RytkHbSD?R|VFnGH9xvX`f39pV50 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/driestmartiniglass.rsi/fill-3.png b/Resources/Textures/Objects/Consumable/Drinks/driestmartiniglass.rsi/fill-3.png new file mode 100644 index 0000000000000000000000000000000000000000..a3114829435956acde618dd00139365e8e6b63ad GIT binary patch literal 130 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}Hl8kyArY;~ z2@Bn&34E-bD;S1)mUdjZ$YX8|k|WF7SqqUh literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/driestmartiniglass.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/driestmartiniglass.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..fbbc5cd71e0af272a603212bfe63ab1f47facc06 GIT binary patch literal 332 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^TI> zI9}eDexk2wqpXZfhgtuk7>3PLWabASWxT?$m`|egK!bI|nng1j8MpE@Y}7p22k|pA ZL(o3I!h*24U|{etc)I$ztaD0e0syCKi30!t literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/driestmartiniglass.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/driestmartiniglass.rsi/meta.json index db0ac608ed0..e6dfe397c63 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/driestmartiniglass.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/driestmartiniglass.rsi/meta.json @@ -1 +1,28 @@ -{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", "states": [{"name": "icon"}]} \ No newline at end of file +{ + "version": 1, + "size": + { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi. Fill levels by Tayrtahn on GitHub.", + "states": + [ + { + "name": "icon" + }, + { + "name": "icon_empty" + }, + { + "name": "fill-1" + }, + { + "name": "fill-2" + }, + { + "name": "fill-3" + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/gargleblasterglass.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/gargleblasterglass.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..314be540d5693fb0019692de10ca0f28d858bdb4 GIT binary patch literal 266 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|j(EB_hE&XX zd(%+ppo7S-p(k^tRrjbDop7mH$eaG%(c4;NZkh7(1;pgS`l+4TeL0nH)KbLh*2~7ZG CPG?O3 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/gargleblasterglass.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/gargleblasterglass.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..10d82fe1e61cc29e9605d4aa2a34b567711b1040 GIT binary patch literal 370 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%zbv#`hLn`LH zy|vNnu!GF;kMmu7g4xXr4f&OpcrR>Tpg)2A#S3N&3o94(_9pLky}P@mV&>E^3W~I9 z-O%hP2bv+mR`Z4l&bGYYR-|MAo zv>hh#{VG?p?i2g-JvdV|=E*nz)$4g)b4^$>xA&`Cnaoa|w1=x|Cx`4&1=$D!^)rK$ zpIARL^}M9!9xL@({^xxUhr8@6ZeLPAu*>q7h2iGOO}`lfUsQ)~IbPpY%9Q8+_+_5s zo>zPuwO_Mrak_8qb?)8fjhnU`*D){u&G@XS{&n$^=#y^+Kt>mQW%O5YF%A2bdkDn! MboFyt=akR{0L@gN#sB~S literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/gargleblasterglass.rsi/fill-3.png b/Resources/Textures/Objects/Consumable/Drinks/gargleblasterglass.rsi/fill-3.png new file mode 100644 index 0000000000000000000000000000000000000000..a2b9a37e951269a64940dd2f8d90fa6336aa9138 GIT binary patch literal 447 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%zD?MEtLn`LH zy|vNnu!98qhy4qsmTLq#3NEY^P>f_@U%1afPGK?sg@YFtT3K@F@#(!QHF@#i33tZ= zjgW(Us#BagM3#F*3C*ra4|4jyU$=bv?#H|Pd4BRKD1pGDpPLmbUw;0rZ6P05zvSz7 zp6w4S=T!vPZ`9#_zc-=e(#y8YNyLrSdH`f2Q%e&3 zSnjFed~`nWm$)p$=}im_+l600_pNtOWM)W6&yDQ1pFZ{9#P+-D^_$Lq-gBQp5CJYq zEIs5QcDYMs^S}1>zVb@pZk;}%3mI211!n53HIdyY8@&F|OXfoi5~Z=;yHze4-D&%@ z&PzqFudOzD<9$y(|L~_@7+V=^%6C1~(f9ZxUdWJh{7V0y&DSfUuU?W5*ds4+M>eN- j`;Mtz_27`16>mS~Lf)qigU{W-7-8^q^>bP0l+XkKS-8EQ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/gargleblasterglass.rsi/fill-4.png b/Resources/Textures/Objects/Consumable/Drinks/gargleblasterglass.rsi/fill-4.png new file mode 100644 index 0000000000000000000000000000000000000000..43af40f1c4c022e32993bede098b4e29de41fa90 GIT binary patch literal 464 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%zyF6VSLn`LH zy|vNnaDWKggZlw{{Q{RXDK%9JD8{m|FWl!Kw_q{w#KEWD0{i(M3<1L zf_L>UE`9!xFAXhziXmWM3qTIBTGvE{Uq1;UEFFZ;cD^1niM2M$Jt9a6XM7rcFc=A*C$^PTSX=g%*@ll<7L{`lKt&iOxX zT5Rg?fCG(%Oy+KOvtob8Ewaz|*mfdSTB4Bijznb4*(LY(+n;@WaAtb^I-t)N`kA_U z?RA{_tt80Gq;rpgpz2bF7m;T-^GurZ&!OYnj}=B9UcZPx%B1uF+R9J=WR?lk_K^T2An_sJFFM+^F4#tazQ1swI5E&0bpo*Xe|AOkxn}P?S z;6diXciU(nE_#BjVs{XiRLgF`M1-kRq+!opfeJ59VFx&A0Ep znVs(ghWOt>bjXh54CIWTJ`+5!ce&ke7lGe{mrfxA;OJMuqWCEt0V;6L#eA`Zdsfyx z>wPasDe*X+bF)&SMdE$_F#(R_umhY60H_s9E&v=~YZhj#tQ#u!X&=F}FM$}uyL0he z{#7XJHh?3m-wFWmzOiCOakUb7QfrA*#|{ZfX)LFW%Jop)KHKKE?OsHL96j$RURKC-@0^e8*xSv}l?D0000uniK*5Ef#Y|KQ*I-&}Ex49rZ7eJppbD%_ZuyDOJVKv1w&$F=QSvi0=J zxeN|232Ej2p~aqIqLvHRntpXQ-}idy>BHOMduD_t8zV?5gV)09}Hre}<9$ie6WDkJAxnKPUo!t#(kIj#XwlvJc&imv{t1kGrAXnso%*74AKmEV0ogSEC$;{k( zvjAk#iN2)I8Y-@dGmh Ydx}SchxGSWpbr^5UHx3vIVCg!0DWI_TmS$7 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/gildlagerglass.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/gildlagerglass.rsi/meta.json index db0ac608ed0..e6dfe397c63 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/gildlagerglass.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/gildlagerglass.rsi/meta.json @@ -1 +1,28 @@ -{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", "states": [{"name": "icon"}]} \ No newline at end of file +{ + "version": 1, + "size": + { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi. Fill levels by Tayrtahn on GitHub.", + "states": + [ + { + "name": "icon" + }, + { + "name": "icon_empty" + }, + { + "name": "fill-1" + }, + { + "name": "fill-2" + }, + { + "name": "fill-3" + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/ginfizzglass.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/ginfizzglass.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..2ec9a01b964e55cd457370b486cfdd898559d7e9 GIT binary patch literal 130 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}Hl8kyArY-_ z&pGlk7;rcTUNAB7y<%eMdxl~9*HiV!)pD~yIuoqIy{yAae|G-ft1i3Z)VGFekLm+C Z{H5I-%;y(#Jpig;@O1TaS?83{1OTz*C|3Xg literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/ginfizzglass.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/ginfizzglass.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..a731c6fb84a306a2c8755c7c87c03187807c4cf9 GIT binary patch literal 146 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}KAtX)ArY-_ zFKpyJV8Fq8u|IrMdXmO@m$XBd5S rgZHdSF=>xiH{7UOAap^Cks&Wi;2)4RUqK;;acu6{1-oD!M|Z7XRQ&IpmT&DEL+kI`mOh`# z{%+5aBlwkJ@N-i_cZ01F5l5)_?KCJJ%htpK7rr-Tmq|eegL&I Nc)I$ztaD0e0s!0DJ9z*A literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/ginfizzglass.rsi/fill-4.png b/Resources/Textures/Objects/Consumable/Drinks/ginfizzglass.rsi/fill-4.png new file mode 100644 index 0000000000000000000000000000000000000000..65d40600554dd47f007dcf3c5d5f550fd5fcd103 GIT binary patch literal 173 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}>7Fi*ArY-_ zFFA4@P~c%Xuq1v}{;9>E)P65}>$-v6cE{AXUCfN4Jlvf#J32Z}+_(I!`Kt3`^|bC+ z+j%$`wuagp@8#2TD!BiR^+eeD-^&@@b_nP*FZo(nki2kP*|vgrsXOl<6YSu4&erd& Vq%F01MI_Kl22WQ%mvv4FO#nm-Kz;xK literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/ginfizzglass.rsi/fill-5.png b/Resources/Textures/Objects/Consumable/Drinks/ginfizzglass.rsi/fill-5.png new file mode 100644 index 0000000000000000000000000000000000000000..08d8d7c95c0cc418b9d7cef8574ffa35d5644dbf GIT binary patch literal 182 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}1)eUBArY-_ zr#NyQFyLU>`o;b1?3yY0UiVY{mx}C35v_W0&QQR3mxQ1bhhobgSy#QAHcHmt3-zuy zvnc5Z8U)Io{#xeppl(C++PFje1zx<|r|{s@JDK@T&Mc;#iyBS~vx{->XfyuHKEX7n er$L~pka5x?K@X#?&$j~YX7F_Nb6Mw<&;$T#`#_8U literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/ginfizzglass.rsi/fill-6.png b/Resources/Textures/Objects/Consumable/Drinks/ginfizzglass.rsi/fill-6.png new file mode 100644 index 0000000000000000000000000000000000000000..4296e52a4fd9159a5f5d6185535eb763d048140e GIT binary patch literal 195 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}wVp1HArY-_ zryS&MFyLX1J>pifjPL5qQ$7!ySz7B}xzv2{{2S7hd^C_ju|?p~dzED?ww!hQZ~Fdn z)fC3fNe-3WOKsL}H(>kq>}!pTcK9)K9wUYxr33}#9gk(tSHZrq!m>C!teE9$S`}5V|p8qxag+v$IYZ?N;b3Fa~?9&nlU zG*hC_kqs#K|N8oP|4ENK_!v8$Zhr8k@4d`a@CdC%*=tI(V=#gIz$D$%FI# z%>Jc*qMPnKxpnI2&a-bjU!T95rF<(*LqSVWi2KAzsgTkG^=xZqHgDr=V6|svWFx3&jtLK$x?~#O{AMg^L>7|XP6y%R?XJtD8S_7vt)X! z%9S>W1x$wx)YRD6gcdihQIlM^t%3bHza|?H1Z5o#G~i;BVPFusp3#xk{JawwfDE3l KelF{r5}E*LCzad) literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/ginfizzglass.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/ginfizzglass.rsi/meta.json index db0ac608ed0..7c9a567e5b4 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/ginfizzglass.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/ginfizzglass.rsi/meta.json @@ -1 +1,37 @@ -{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", "states": [{"name": "icon"}]} \ No newline at end of file +{ + "version": 1, + "size": + { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi. Fill levels by Tayrtahn on GitHub.", + "states": + [ + { + "name": "icon" + }, + { + "name": "icon_empty" + }, + { + "name": "fill-1" + }, + { + "name": "fill-2" + }, + { + "name": "fill-3" + }, + { + "name": "fill-4" + }, + { + "name": "fill-5" + }, + { + "name": "fill-6" + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/gintonicglass.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/gintonicglass.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..94f510b3065f700789dc222e4a3f56e98920a4cc GIT binary patch literal 158 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}5uPrNArY-_ z&slRd7%;G0Jh@yzM2BVL*MI7pHf<4M;%sDjEa~%lUtK$^APD@lzHDsu?n=^1AJgKc zXI|L;-nNP7U-9|xG8|72CUl-nJT5usG0#qQRi!<_Cxx$-%;w+++QH!I>gTe~DWM4f DzpOWl literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/gintonicglass.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/gintonicglass.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..19bb143606caa45745cdcbddf15d38d841c82a5f GIT binary patch literal 199 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}jh-%!ArY-_ z&pC1(GLUe2c-`gKaWPTBgWVPXvv&w@KiC?w_9EM3$uoy~Kfg_{P*4JbPw!{V3fy(? zlj6KuPT9{1Pv%sL+<0#m|9|H!hK37L*~X_Vg!Gxa%|ia3$#Pr%=1+$0yQv-LJC{n{ vK36Ah;FB*U^ZilbU#>mREtafe5d6ttQ>ygfgqY!AVae6glb=mYi_)0;c*4&6tXsO(4}7?#qqhD) h)Va4BTmfFS3=0E{p4mlDX9PNz!PC{xWt~$(69BwzVtW7p literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/gintonicglass.rsi/fill-4.png b/Resources/Textures/Objects/Consumable/Drinks/gintonicglass.rsi/fill-4.png new file mode 100644 index 0000000000000000000000000000000000000000..e45110e8e327e71a460d24a0032d43947277e4e5 GIT binary patch literal 263 zcmV+i0r>ujP)Px#!AV3xR9J=W(m`&*Fc3h|Z;yjX5wumsuIdH2|9McmM5>{|KuU?JH5|}ZYt28NKcT>L*yQBCj#Bl)~wE zV5|HCstbHpFC}j9mxPx#-$_J4R9J=W(n(UoFcgI0-x~7lq%tw=;r>VA5ER=`RKW6}#Inp8cnfdPw^vtJ zKS5CxMNt(0U8Q*xLzmt@uQof+Nj#D!M1>Vk)e)^dZns3G2NoM}LCr7kPi;Fee_x zGmgW$1)Oy(Iny)^?R{c2x&_oHs5in{gk>1Ge7EeCe?YasM>2Mh9p)an+$IhpJa1*a r0_~KkF!YPX?2ce9?`>2SD2n12U|vkf9}2m400000NkvXXu0mjf(Zzj< literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/gintonicglass.rsi/fill-6.png b/Resources/Textures/Objects/Consumable/Drinks/gintonicglass.rsi/fill-6.png new file mode 100644 index 0000000000000000000000000000000000000000..7c2f041e5fec057f8807ca829f5efab4c7a0e292 GIT binary patch literal 324 zcmV-K0lWT*P)Px#{z*hZR9J=Wl*>-TFc3wLJx-mpP0K@6EZOk?p9E|xAs}`hZ5)ShU>4orv!AP@ zJEMU@p-?Ck{yRo9G=-SnyCB92*1&$>5@X=?`Sj;Jrx5_?SA&y^)3zqYz&K8-9JRo3 zoyi$kGk(dmZL7+$T7j2`BZqWhNee%=qVJ(B<`UawLgbs#H1p6?}b?+dB?R;?Y-(<8WI6Cyq5|nx>(<&Wu*qfO-Y> z#&hpI>o9Qs?r4=aplaYFSsDBed!0C6W)9x-wDq?W=;n;U(yxNu9YKV*PWK55g~Bfu W3SGxF5nbf~0000Px$?ny*JR9J=WmcL8fU>wGuym?z~O2HVecnwPF zq2Adjj!sUQ+=MKGH)iq=FbWM)q=o7bVmn;p(Mv8J?18P5 z`r2n?TVH0+s*kyB{pbj|Xh%AaDTJnJV$T~o4Vqrhefr=&)*LO1<`0-tuepJQu+{dl zK0p1itS<6uO;fJ!H4abSn~z>F-4s&@0Y=LP0TALc+-glzHs3Dk$pb`sxdsZ*n?Rs^ zEI0lOK&@%YIcb-28A0`8%>i_NT?NYP0_FAX%5uSSTqT#0l5wCLf(da1o*yV` zO|#EQyJR`8-KXeMTB9tS`Mv27nL_2hA2gA&vmJ%!1{(c6oJWHx2;vw}27?&kt zH+-X=J5Le;D2d^Cpj literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/ginvodkaglass.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/ginvodkaglass.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..4ade7245ddd233abac5f7d883be3e616faf28465 GIT binary patch literal 254 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}J3L(+Ln2z= zp0njT^ht9 zL+RGlmXBB%j(F}~V`FZf9Qy literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/ginvodkaglass.rsi/fill-3.png b/Resources/Textures/Objects/Consumable/Drinks/ginvodkaglass.rsi/fill-3.png new file mode 100644 index 0000000000000000000000000000000000000000..2300881d64cdbe19634011a6fe6ba577ac7aedb1 GIT binary patch literal 288 zcmV+*0pI?KP)Px#+DSw~R9J=W(Lrj$Kokbxf1Es1s5F|LP!~Ohhv>3b^BjVQ@C;eG5wZ!1ma(G$ zB-2eTA_$$5cJ;o^n}L}(KW_k~lu}Cl!lG!ZMbT7!^fEDrx96V>DG0SeQVOphSR<^>FZSR{PZY4?U}>`pr?~WM%U|k zPA7?^^yF7{F+HOu005hM*W8APx#=1D|BR9J=WlD!JTFcgJPY|{u9qYgsB#m8{*4FsRg=WulPEu35wLB(3FLz@0L zNFX>!Q*;pSx8#R#&&j<9AP9mWhz2Y+@p-X{&)=xU>OS1v9$M!*U7Zk`JLy$wGGKan zC?o*PBQN1T4*_7*?eMP}uuX8Ehh|+LGnEufNUu^!!Ne@$wZ#FzcQIgNOiYJCsB@hH z4BY49wXaXBiMTCdI$?L^X9hlr*`sl(>68Hg*j}!&5q{5u&UHE-^!hIKoJY{)m!EJB y;r^~XA=(Xc9bz;Jk4c>Vl|NgMhlHcx48W_B#qIU=#`>DBw`cGIj>EE7(D z)IKjEA+cn|BL=a!Jho~{!?sITe{)E6tZCOMJtB4Dz<~n~l2=}KSaVA@{GIU9X`LeM z7nlT|GVq_151MN2=XLXR$5O$?b;qav=9Qac-_f;hp&(Q9F-G?JduEv?@O^mjN72>i zl$z>4&mxAk44zLJLS6paGZLK@AC39w1=wd|{|oJ16r$&^rvC Lu6{1-oD!M~_m!PC{xWt~$(69DvVFK7S& literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/glass_green.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/glass_green.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..b3b3b52774246cbc24804ddc8bf1368426bad3a5 GIT binary patch literal 182 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}1)eUBArY-_ zFKiS%WWeM0Q2jKk`*|K7r=v68FrAs$*L6zs&_nCMil!9`n*Y`ZC%&BP=mG?0X*1ou zXaD|O`rpAqK#(Os@A>P*x9etcGTh0Q(PU_hJa}wFlv%^KT4TElZb$5y^DZymJy)qT c&?P0mPEuSvX{)w4FVJoVPgg&ebxsLQ0526mD*ylh literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/glass_green.rsi/fill-3.png b/Resources/Textures/Objects/Consumable/Drinks/glass_green.rsi/fill-3.png new file mode 100644 index 0000000000000000000000000000000000000000..b39c48c3eae9418b22d3377f816d7f5bb9e6c4e4 GIT binary patch literal 203 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}t)4E9ArY-_ zFKiS%WFX*jasQ-5jYd9=mJXwrtSg#(I!>@ue5l}TUP zdGG$Q%TEm&v=gM6Q+MB7yKnB*tt<>B+|xut4T3gmxJo(lcARu>aNMM%@a^->Kbtw1ObPOOd0fP@ zL_YuX%c2?EX0^B}RtBO{%VcANGogw>JgMdWO zUDE}e3lgL}7;2f9xijC&X5BW?N#05-U^e%(1J7!!_c#3gX%W8m@5V0|n3qhsBwxYA XTxFQ_FTwgT(3uRLu6{1-oD!M?#)AVWEI==OD_n1YnaX%3|!^!P)EoLd3)&ZRr ut2yVq4-bE9TURfj!P0NwIqAv!8ipue+XQj7eG7n&XYh3Ob6Mw<&;$VbP+V&O literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/glass_green.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/glass_green.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..971aa5ea6d9d0c2c412b666925fd5ae6b79fa1d4 GIT binary patch literal 222 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}Gdx`!Ln2y} z6C_v{Cy4YkF|ze6$+9STz;L+lz0COyCo2p7O(-fTP&jEL79_jj>DBw`cGJ4%Z#X5p z|5Hz6qhr@HzJ!NQlQs!F2wQox?vtpQ<)pL9q0Br#B3^|o?0&nWXnk`?u}7KV)`KgU z-DC}3H3YIx2o;+5FVdQ&MBb@0BvAaY5)KL literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/glass_green.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/glass_green.rsi/meta.json index db0ac608ed0..e5994967cd8 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/glass_green.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/glass_green.rsi/meta.json @@ -1 +1,34 @@ -{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", "states": [{"name": "icon"}]} \ No newline at end of file +{ + "version": 1, + "size": + { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi. Fill levels by Tayrtahn on GitHub.", + "states": + [ + { + "name": "icon" + }, + { + "name": "icon_empty" + }, + { + "name": "fill-1" + }, + { + "name": "fill-2" + }, + { + "name": "fill-3" + }, + { + "name": "fill-4" + }, + { + "name": "fill-5" + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/grenadineglass.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/grenadineglass.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..e92830190ad66e81ac3da33d585bbcee540237ab GIT binary patch literal 142 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}9-c0aArY-_ zFK*-os&WY|h&$F;xluXnm_y>{`1FI7jDidd4d+XY=FE(AT(x#hS>xx=o}E{91q82u nUwx7D&faYaX^V9j4wy?n|HI!>5YplcG?T&8)z4*}Q$iB}fC(_# literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/grenadineglass.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/grenadineglass.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..bbd0de42ac5bf18afa96e5abe8bf35c9ee20f32f GIT binary patch literal 226 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}b39!fLn2z= zURua|#DItO!u!iBHG(#~ZR5~9qb9q&nuTRrN_WEH1rwS!$?V$1T)0&3qw_T7`p7QE zrBi~u{z~4J)LZ%`|Lq*%)Xui5_kXWT3-YG!Q{_G)k=S!^lTLX4{c@S(hI3T^HBAXp zSMs^s5~aOnD~BS_^Sw*B4UD6*EzS#nwrQT}YPr3y;P$rHV%JKS&N1Hey==9SZM$N literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/grenadineglass.rsi/fill-3.png b/Resources/Textures/Objects/Consumable/Drinks/grenadineglass.rsi/fill-3.png new file mode 100644 index 0000000000000000000000000000000000000000..b4d461a443e37d91e4dab2d115966c53924edc32 GIT binary patch literal 260 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}`#fD7Ln2z= zPB!FgHsEpHzq%_$+5Hr2ga!NYhcY}*m||3wgA=$^x36)ziip#L+}n0-ewU9hT=-raDj3)p#5JdQ#`BqL zx1O+U?g;Q&S!S!k%5XrUx%Pgc4Evg`2FE&V9!Ya38VD}Tlv?we>$%LXb*sO1nhPYm zcyU^$Z^`YJSbU=RHTSVXoBatAY*Eu#@BOy+at#!D`g;$9^F_yivqyTFfIeaHboFyt I=akR{0Il+6&Hw-a literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/grenadineglass.rsi/icon.png b/Resources/Textures/Objects/Consumable/Drinks/grenadineglass.rsi/icon.png index 90e51cfe9a656cbd948ec4fa2e7e09b9080bbf91..dd1e0cfeb7af62338eafffb38cd31314d0c00a9c 100644 GIT binary patch delta 466 zcmV;@0WJRB1M35jBYyw^b5ch_0Itp)=>Px$rAb6VR9J=Wma$61P!xv0XsxXd+CrBO zA|eGhT|~qoi!|aazJZR;I%p^H6?^~-?xN{ZGm49Y&>$k#Ye^BrDvHLoG!C{B1;Kl( zf|!3gCzqW6!UDv-{FC+`#HwG2~ z(jxGLa}o-eO1urWLN z<+{=x@UE}1w$}mhgRCvh0nl}OBUMjn2Oh?Txvht>jtlIcmH-%?9tYrPYv*SHv_yhh z<&pjv+>Z@21%J4J7VDu_d8F1Km#Wtx3(!(Ga90oW3`Cl_ilhOw^Ajz8c~yP}VxcPC zz*Q6EaPOdO^j4)7Te$-lK&2kW1^Pl&E)?si0i4;%Qa0bX3sn(-07}_>S@t6Yinjp3 zh`OC-Ht+ayX>({}1b$Oh^R@xLL&_sCpCZo3_}6y8d`pTr>5+j9K+YDKR&3hBk%ee` z1TAw_DFGN!H<`1=JL8-!G8;1!zj_UmrY$^Qt{J|+r9gj1FQSr?4Vd@98~^|S07*qo IM6N<$f)h~D6951J delta 452 zcmV;#0XzQd1Kk6VBYy#;NklE1?^FYTORj0hXsHF@H>}43Lf5$$tfCPGz)e zwu~2Y`Q7h>gPnDNqw5E~GUTXk>nXpVkxpgwLN5R7`R3Ld+2MZ#XvPv+jg0}|1=-$M zZ2@Y{;zX=#08tOT&8B&7gehKKb9P$-U}k9!fXlr@U$uM#sPS>?wRcA2@H(4j9W*Vh#cS0@qY(9vI*+ zBw9q!dHrrIxd{<~@ewI6Pfr#APE4!d#)fH?{XztO0zKDUDiJ_7Y9~)jtHbzb-mSzv ukd4|&!?d&~_q7270|YVks^??abAT^C`ISKme!+kM0000Px$RY^oaR9J=WR!vL8KoEUv6dJsUw3i@71PeWS6Hn=>@t5Rp?9qQ9`6H6O*j)6e zHy0667KxYM8x*o0?AC4ZYc{b^%sb8Ou=`$SW@iI5Xwaa+e+Q#($g*r^>)oCP03p?L z#xkC2KRJC!P@il|%y zL+%PE0g+z>LaI4pAr(J4K3wWG3{t7I<+I58TWYW}cmqDuZNi&aC}RKs002ovPDHLk FV1k2Zvi1M~ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/grenadineglass.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/grenadineglass.rsi/meta.json index db0ac608ed0..e6dfe397c63 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/grenadineglass.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/grenadineglass.rsi/meta.json @@ -1 +1,28 @@ -{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", "states": [{"name": "icon"}]} \ No newline at end of file +{ + "version": 1, + "size": + { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi. Fill levels by Tayrtahn on GitHub.", + "states": + [ + { + "name": "icon" + }, + { + "name": "icon_empty" + }, + { + "name": "fill-1" + }, + { + "name": "fill-2" + }, + { + "name": "fill-3" + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/grogglass.rsi/icon.png b/Resources/Textures/Objects/Consumable/Drinks/grogglass.rsi/icon.png index b115304cf2184ffbc6f4a9b0e85b3b4b9c293e2b..f9b31338518662b638440dddd4282ced22a9736e 100644 GIT binary patch delta 386 zcmV-|0e$|81DpepBYyw^b5ch_0Itp)=>Px$R!KxbR9J=Wm9b93Kp4k=cfF<%bTYw2 ztqB8RVRUh0G9B1_2onc4pFv-N_h9JAVt9crOc<+}usTo$dJaGk1nd!X@qWt<-{t%N zntpc&7K_F5-w`I8Tdfx1Ag9;WgM6~kuU4!5*i)GZH2Y&+KYuTE*4EpRt`{Ank1`Ta z`vscqsIsXJiAhT{0f4*9Gah=$)v8(;bsOOzr>;41KPKJfh{ z>|8+WHK%YKn|rp}P5=PMp9juX$Nw9FIKG*L&H|T$H(gY#FdjlJeITAod|89)Dq$-PV@o@6}pYP6RTf^ayCQUV}ZU78` z0Wbi7Bi#_sJiW^o`E%=_0E20+?{B-i{i8(RcWe=a2*5cG7=MhCy?&TWLdr|<@^HiJ zWV=Y5q{K5%OG+UI066=6#!?ro@(CJH_9d*wz#~z=OPr*YA!^-%pdE7LO=t&ja(YGJ zjq&}$7bj@}v8P!#tyTtHm4O>Vo28jH*6~Emz_ZZa`*=LRa2MmA#FaSTCA8ZgVS_dWo O00003{NkBv3jk`=L4DKrNWg&yj`Ls2hc!HV>v&_huWtQUI{X{}zA6v=4?@du_?h``P79`!HLa2LQaT|AgIB50u@VQREBH0I%G;;n=e$)@*Se z-OZcv^v7H5TxqY|2`Z$D@6JH~Ocdb@&47Pxdc(uRY$n@|+2TAJrqjyT=P2=oX28D& z-*KGEouG0CQ1Jb;fS1ob15%m7;%aT5uV0Kgj#Ej_RBt~!_UuWhcVH@0SRA`_K6dp= zdWnj^TAK);D*@y0zOlXAw~QP%+tU4BrTYQA?2 zWcXYONM#Bo%d#xS*otLY_5OCo7#mH-n|K1?k&gTZ-XLywwKu*$I?(uNY2mN7H|aae zyw?-qrw<)z3~GxapDO_g+b#n@D*y4Xwq$esS9^&!25x?)Siopv+aGbL=KCee=Q;)D zbGexJ{b*v_n(blBdwuWVyK$)Gi?jzx=op%8jsy5T2=04Ta(V8+2Q7!yl>f$)=|A@# z;0;1`$Gu86$MI-sL3#24{J}jDYmpiU?gVVCZ@~T*8(9GRn`{8UM0O6R+B)z?I1GM% zkSO@>I80>cgsvy`ENCJ-hrS)1IMvo6a~UD7Uwu0|mB!$YLv##8{u5>oyF2irf1vWW zyJO=3fYD^U>d#&L{E6%w$~PvJ^JC}6F#X{j0J;7PJ&e2cwTS^hK9^fg*!DUA7-}sk zd+4PTU+VjSTVIao`Px27n%XL^Nq~A0VQl3XA<9)9RqdZYf%{&Wrb3fVk9n;0AiU05X&ThSdp)e zri!Dcs-r2B;l`mlhOqiCwFJ4~TBy&bG-#A3Z(5>B5K6#W10S{ed=UjzN4xQm_yb%~ z)#pdqpAhOPh{_*8+^N;Cva`T-un0xu@+>C zh04p@UM+e330}5pewh6i_6O8LeZCI<1Sx+2Reior{sduv0A+nXppQR6*dGuimG$|$ z_!ESdpjxWWkGelW+8;nwpRbEQ!T1A+`NkhW%s2i3V!rVQ5c7>cfS7Om0mOXc4D%miw4)&DGxU**dGq(v}0RW9xpk?M@3@aCL4w0E5L>wU}mU$z_(&*mZCqSHBm>7DcpTBxA>yw(<`h&tAJZu~999gh)k;f~^nr6M{ z+viWVcW?oMD+caHx7M3&tv6q>M?7Xd>yP4`yOP(AetK@N%2~l*l#wgYCb}-Q_ptF% zLuv1IDU7=(A6+4<{KKZ;mdKI;Vst0M0m8m;e9( literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/hippiesdelightglass.rsi/fill-3.png b/Resources/Textures/Objects/Consumable/Drinks/hippiesdelightglass.rsi/fill-3.png new file mode 100644 index 0000000000000000000000000000000000000000..70af8fa0157b8ae03f8c8e5c0006bbd5043a2e33 GIT binary patch literal 266 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}M?75|Ln2z= zp0nm-Oq6JS7;co(c4UX|9aj?})kPO>HkjUM3QCt3TOc-9H={%;P@|>8rR}7C-a)B9 zM>F;agd2(Icn-{qp>N%LujJ-HSFCRLeU%+lmD^WT=tcD?x9kY{=9a^eXljESpPGr zWxL+<5vYs3c}z$qII!#MntDdJs|UMpuke}j!80&3E#R1&wgbn<@_6fL6Z1{s^HqWV OVeoYIb6Mw<&;$UQt!P33 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/hippiesdelightglass.rsi/fill-4.png b/Resources/Textures/Objects/Consumable/Drinks/hippiesdelightglass.rsi/fill-4.png new file mode 100644 index 0000000000000000000000000000000000000000..1ecca1834637e7ba18a08eba82daab0a489b5f88 GIT binary patch literal 332 zcmV-S0ki&zP)Px$21!IgR9J=W&Ob`Sa2$s5r{UMqHkxYNU|atpNWn#r;044{2e%@g!VBm*T%BA* z+#K9Q(Z!)q3JMmAiiHvz60}JZ&yWo1^8M`Z%L76PA%qZ9mWewE!Z14fx}^JNuyH@b zzIKQDwz;Yv(p&YpXzj-Oj2!?l35HSY;StMe)1M7EZrj-27JDa0vH!G00ce=2$5X?k zo->$e2Kv}fa)nB?0uF9Fe6D5LQ6)w{Azr4GUck%gIgL@CiZjN~*%S(!++-{11^5dV zra3^@|M+kso_|;9HkZ;1xPEn6%$F$!9{ss8gQ~&uc0IiS)iiPDOSmPx$KS@MER9J=W(mhK;Q5eAS|Giwzm%N&GN$mxZL})2OT7tIP3K}EoOY{Yr+nU?@ z06{e65G_&E(jY}tkYI@!dR4BK_ugy>+K+=S=QkdB9{!wjK$0X$lB5AsLzl1(46RtMW_;`h&R;)(Sy zz#hwC7*&G7Z{Av6ZoZ~?$WHVx;P}a6+!rO_v?)cRR7Z6t=M()4(6R=tkuX+VCs4CU j=i*q}OHTokBn{jzPNP{_7mIKP00000NkvXXu0mjfTa2j} literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/hippiesdelightglass.rsi/fill-6.png b/Resources/Textures/Objects/Consumable/Drinks/hippiesdelightglass.rsi/fill-6.png new file mode 100644 index 0000000000000000000000000000000000000000..db940fc01fd4663576c9f1deb4aefb7f4806e65b GIT binary patch literal 445 zcmV;u0Yd(XP)Px$cS%G+R9J=WlD$eJVH7~mj5CS(o&4x!^T6EYzb$gVqv*j=;Q-+$1ZXuM{H6T^3eG9zSd*WpHg7qAJ1#@W%+ z-3##g3Yg|Skw}BTj?dBS2p9RG?geaL)%e<*BHXM~PNca15@-0^K=%T)yor-EsP)GQ nKh($;`l)F*9R)}vl27LidT(p@N9Y-p00000NkvXXu0mjf(P+wk literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/hippiesdelightglass.rsi/icon.png b/Resources/Textures/Objects/Consumable/Drinks/hippiesdelightglass.rsi/icon.png index 7eb7f6475cd4f5cffce5ef43a1c6f96316d3dede..b3fdba85a10d30f325a4eee8cbce2cb4dc427113 100644 GIT binary patch delta 746 zcmVTBYyw^b5ch_0Itp)=>Px%yGcYrR9J=Wl}kueQ5?p9|2r>dMrTHC zGEE~*nTY8<3=DyDgOG?RXwx=m<2EAN1xCBJwGkl*BEl$oxC)9Z6om;Ui6K46rZT68 z{Thh}J>Fm_StOJ&ZP}g;37{+h+@*>XGocL{D*Yzd2 zEziK|_6O*?u75gG*~PWnbsT_>RQ4~2mV%`jXn#MYj_uz&kVp=r*Hnaz+IE3Z=COL?D+P#e4lsE5NCya=h2iw0}Apw{xj_D~=cKtw?0`1c0E~ z{4iIJbCXaOttDl5kyBx8nOTZ6N#wKX_^k^NK&f#`ch!=v7cLCfEmTJE45jf0a`?hiLYe~N~Yc@eMn!StIU+!fYlz?xhUL`oP8?E;`-q>jVdLymsEMZ@D_ z9Inll=zlB=NO))E)ZIt4tZxFqzvC&_VouZ+C%Pj^b>P<%TonNTN-45v1nq-#RRyVZ z`p9ZNyt8vwseont4P{{vj@*CA&}IiwyPvVq98=;ii~vo9=PhkijTKQoKFgdljoZDA zdyet~3DAVOiU`5r7rfpKpT-r>W;QVps-~V)0b>M+#+}!bY%D6n^J9t+fik|V^HH;> z68Z}vKojhtAmgQeCO7!-e4nH)vVlqaJEkqSUxt7~o{ZeA6qR);WF`$Bp#K|y7w>P)x=1cP}6*a|(l~!Xg0{vZt zM64j9n{I;sf{^eoFud!w?t~zS5TmH{N+^DUQCMJ-7|{#aD%-4_FH@&&rweshQS2<6 zBt3B8aGrCX=fm?o&*AqIhGDRorfq8WEeDWqe=OJLEiH!p-GAOSGjAk7qkj%CZev9UL1ghR}3$9O{%0QFO~9MSG^?9)x^@8@E%RV#&41_(NrMBAM~I*MBXaPN7@wSX15!-{SR zQIW6Kf`7^Y08&a4Xn4%y43&E*v${xVE}Tots-b`kz6ZqWML633jEQOsezTjI=_K>Q zogDy82%dCwQ9hGH(d-h-)+l!SE_y9RSpv`m%OyTMo=Kd}I3H#uj~1(V-cUgukt_fR zjoU9{Y|kmg@pYbe`Grhwb5Xgk492nnpb5+k9#duu+{8*yA{L|I0LDH8D7Ron0074eq=3atj{am@>&N6jz&{D_4Y;-BvSam4EC2ui M07*qoM6N<$g8rIVQvd(} diff --git a/Resources/Textures/Objects/Consumable/Drinks/hippiesdelightglass.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/hippiesdelightglass.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..1054b9bf74f611a79ea58b05099dd003fe8d4180 GIT binary patch literal 582 zcmV-M0=fN(P)Px%07*naR9J=WRzFA^VHE$p#5AN)>eSL9V{r*+Q34sty@HeuN5`%Omm8I%1s9FIGUnb zjY&5G#zn}?qLk`77m!#e%yh|_InuUq4Lo1o05eN<-w)UQ>@xsBb>HuaP!x=6VEM;y zdHQg&X}9*kg*#)awbu;x>I!3ax!A0JZHRq4trc0oFa@6v)AH(336-_YD|LrP@_3y4 zLqGy4AR^?m8QA5bW0#9gW941=TtEH*yIgdn(=jn=N&x8ihduI&df_ebYbR7niU2@J zrEi6A^Kafdi|(w~O)^0O1VH51wK|!!*`1725QV>ff;9jl5RG&@d~ySs)e|E#eG{%n_^R>c m67OA>?k%OOm$EQ0i1H`jlDc-e176EH`~VT}9I~?{1^wD{uC?Y@mS*p00i_>zopr07FbKi2wiq literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/icecreamglass.rsi/fill-3.png b/Resources/Textures/Objects/Consumable/Drinks/icecreamglass.rsi/fill-3.png new file mode 100644 index 0000000000000000000000000000000000000000..122a2270b20ceb2b7cd6d3f6b677b3e1f776a7d9 GIT binary patch literal 177 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}*`6+rArY-_ zFCXM>FyLW!Xr6KCbE&q~{Ob+jOY2syR%(1d)$UTnL?#!PKX=V;X{_8bDcwO)Sxsf5T_r!?Rpv@m+ofhUL-;Ke!kc#9NV-dhNq$o&rL&)@z*3UU1q)$ g_Vc%rlG0*XpBR&;9>N9ZftE9Py85}Sb4q9e01p;Ke*gdg literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/icecreamglass.rsi/fill-5.png b/Resources/Textures/Objects/Consumable/Drinks/icecreamglass.rsi/fill-5.png new file mode 100644 index 0000000000000000000000000000000000000000..8aa701fc76d968684d0526f131d44a70f829272d GIT binary patch literal 185 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL|>AJY5_^B3j>G zzR1~Nz~g!`x|Dt6=bcl3r*e1RU({;G6+@i3a)8gg2D+x#E;XFuu6&aY`-&U&#gLFp>v z6}A*t$D`kb|KBxzYT%Uk{HwdM=SN%S!wMXYjO7fGfd>vWNb){mv4@GcE=c;_`Tw`P zjrZysbxi38T{r?{n5@^^&+=R;DZ=PgbN+w<$0Y{Wn*y;tb8)78&q Iol`;+0PK%tDgXcg literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/icecreamglass.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/icecreamglass.rsi/meta.json index e74c35c87c0..e5994967cd8 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/icecreamglass.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/icecreamglass.rsi/meta.json @@ -1 +1,34 @@ -{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "edited version of https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", "states": [{"name": "icon"}]} \ No newline at end of file +{ + "version": 1, + "size": + { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi. Fill levels by Tayrtahn on GitHub.", + "states": + [ + { + "name": "icon" + }, + { + "name": "icon_empty" + }, + { + "name": "fill-1" + }, + { + "name": "fill-2" + }, + { + "name": "fill-3" + }, + { + "name": "fill-4" + }, + { + "name": "fill-5" + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/iced_beerglass.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/iced_beerglass.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..b1e3042d30a9e1f06c74df172db32bd71562c79f GIT binary patch literal 146 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}KAtX)ArY;~ z2@gTe~DWM4f;Ycw? literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/iced_beerglass.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/iced_beerglass.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..0889195b2de2add03e1d2e770b727e0dc50b238b GIT binary patch literal 204 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}ZJsWUArY-_ zFW7P&au7KBvEI%>k$uB$ul3Jsi<)Cnq|XaXQ0dK??j&$1EyyG4;L9W5UoWdL?q?JP zf{F24p4_xMdtbv=(Kz|!=A-+z{;hZu9o~6Mm}$pdYbWOZD~5K8Ci`sH@%vn!TF~=e z(fxa2L0v+{T+1iIsS{VM=03``O|71L;{I)n2dC;9I@MdA1G(^b literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/iced_beerglass.rsi/fill-3.png b/Resources/Textures/Objects/Consumable/Drinks/iced_beerglass.rsi/fill-3.png new file mode 100644 index 0000000000000000000000000000000000000000..cf630b21293223eac4a43508fa57b199a89d1640 GIT binary patch literal 229 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}^F3W0Ln2z= zUNGcpHV`@Xaersh!M$_OJo{QDpZ~yh(-$76gFL!^r7x0r3Ma%p;N^SzciMyl)4zXo z&|Eqt$m?(OjA=S&r93n4+F34B{k`%0{)csMTvfe1IUanJDd64nyzwRXx`}_4Z#i(3 z-#IEj{mIe8jyoE2q7)oHCER{&v)Lg=-RJEJErr&{7q>kZt;m%vEj)Z==A|-`XI}Tx d0vVTH;q$m@!tQuORt4x(22WQ%mvv4FO#siJVG{rV literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/iced_beerglass.rsi/fill-4.png b/Resources/Textures/Objects/Consumable/Drinks/iced_beerglass.rsi/fill-4.png new file mode 100644 index 0000000000000000000000000000000000000000..bd7afdf6becb5667243ec5a4d9222e7cdfa1048d GIT binary patch literal 254 zcmVPx#xJg7oR9J=W(6J7JFc8M^KLvsbyT$=Fp3Tko@ezCwCSSq9z+l3n3@((W4k+l@ z8yw92mbSy)eLYZ0DW#P92iEmoT5CcJ27B}M`QWYV=M&)b9wG`Y02s!*KV6QL`Sflc zQ07ognR@Ifz6eu8a$CuMjlgT2UL(2HJK%4UCKLKmwu-cvArF5<>WU zaR56sn5-mCS%&{|1J|)4i#8bBk;D~|S>wk}6hJBU1fI%7HP&2g0{{R307*qoM6N<$ Ef_CRPx#*-1n}R9J=Wk}+z-KoCWrRu(d(PcUTF`E2QOlN=zV%UyH}R}w^61{)LHc(tAs zB94NqS%V8RubE-s&wTza7=~dOhH(#sxR+F|(+ZAZC-v%GLfoG#z_izpX$8aSB;ERh z<^a{hIGgr<@uJ$PPC(=vXsG7(IEeK>BU;o60K{P{Uz<0GE#!WzfPel}?^7oL5OEjB z$$iSIGy~^@)8oJWEey2n>t6y>LkY}MMB+TqUOvOE41{BYD=UhEtN%cffo@n*W>2`# lGs~A`?hzUKBm;(F`~Zb*TRR|u{{H{~002ovPDHLkV1mIOc)b7s literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/iced_beerglass.rsi/fill-6.png b/Resources/Textures/Objects/Consumable/Drinks/iced_beerglass.rsi/fill-6.png new file mode 100644 index 0000000000000000000000000000000000000000..0141d475934b37a4c80ae820883e7d9ba0ef68ef GIT binary patch literal 314 zcmV-A0mc4_P)Px#^hrcPR9J=Wl09kzF%X46X>DAXv@wBbJD)9`Z;}IqbiT{p!j%?c;y{84ZY*h) z!hdVF$td6=%-854n0b$x0Yy<1Mfneew9TcpR$8zRU%6SmQ5y1agW z#qXe=9{&2;Jv@neiYJisH{j2PeeHMBZUq4j)Q}p$U+GJz-!qaH7;{G#8|-P&se#Ht zYN3(`5Z?emil6!Io{j(X4tS{RLwE=o*Xwt0Te~~0Ze^m;_i?{l>h($ M07*qoM6N<$f`uf73;+NC literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/iced_beerglass.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/iced_beerglass.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..2bc247c4e31615870812f27c19b25e8298347ccf GIT binary patch literal 316 zcmV-C0mJ@@P)Px#_DMuRR9J;$U>F6XU=)mkkq#J1QGDRQ0fsHF{{F|O#z%~q(ZRuiXfs(zalooa z-~NX=8lT0dX3Oy_{~1W|7)cIbF!KY%w!_X0n}1NrUQtHT1HwrfEc4$nMv~#)uZ6|-+#1o0IBgybqDxx|6(lK zbcDf1S`=$a-*M&sOb^ZkYqrz14vEfRCfRqBO}9+r>}7qM6`DR z(}0Hn$y)FNlIj8m26zah4VVMGxPCIOJ#*tf7dtyfu|R4T90j9bPyhh1EiROuykZpq O00007Fi*ArY;~ z2@$bkjzxNag?#eE4uLmkk8? z`20E+*VU+>mQgD*IXmMT`}P?@4q+U7>VHd}d-mXg%fo(%c@vl!?v{!u@u>&-0Ig*3 MboFyt=akR{0L%e9JOBUy literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/icedcoffeeglass.rsi/fill-3.png b/Resources/Textures/Objects/Consumable/Drinks/icedcoffeeglass.rsi/fill-3.png new file mode 100644 index 0000000000000000000000000000000000000000..b4bfce0b51ad4e438e504a70fa169686ec9ef258 GIT binary patch literal 177 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}*`6+rArY;~ z2@x8KL#!<-;iTu>17L_n>`#cn7&d< U@UXx2VW71Pp00i_>zopr0GTa4O8@`> literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/icedcoffeeglass.rsi/fill-4.png b/Resources/Textures/Objects/Consumable/Drinks/icedcoffeeglass.rsi/fill-4.png new file mode 100644 index 0000000000000000000000000000000000000000..6c053a3f9f70e16487e3c92d582a7c727c17e56a GIT binary patch literal 200 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}O`a}}ArY;~ z2@pk0-HVMvm2Y6g&(ev zzkkxGJ%_!ZpkPr%*Bgml77aq)E1xm2v3+Wum&ATRr>&J~CtsqH`{ka@+7QkSVAQ1Wt`g`P22WQ%mvv4FO#n~oLk$1` literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/icedcoffeeglass.rsi/fill-5.png b/Resources/Textures/Objects/Consumable/Drinks/icedcoffeeglass.rsi/fill-5.png new file mode 100644 index 0000000000000000000000000000000000000000..13fff03228264d6e1647754e2ffeb3764397814a GIT binary patch literal 210 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}J)SO(ArY-_ zCs}hf7zntyZ|rd2vf-n{v`3OTUjmdmI$E1DBw`cGJ4%Z#X5p z|5Hz6qhr@HzJ!NQ(>4e^2wQ)%?vtgN<)pL9k?bNrB3^|o?0&nWXn$`=@eGfvAErN) z*S9PRDQ3_%HjV_*TMw>ac9S(Qku7+1__|A$Wy76G88{=6%4W5Gsgmf;1u2A%8);8XL&{BHl)YSK-PLZu|}thKEZW~|M)TGr@f)O$><#9bvX+oIn2qwU{vMnNF> zX?U9VP2XAW2XX$+`|b9wmDO3Rw(XAnrrj~@+djWzU$EWMfkB&#V}k^LEPK?>#?uN$ yUg>$SB}3US39k$NlJlF7!6dci(q2uaPx1SvTo8Y$rWp)!H-o3EpUXO@geCx`&q-AP literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/icedteaglass.rsi/fill-3.png b/Resources/Textures/Objects/Consumable/Drinks/icedteaglass.rsi/fill-3.png new file mode 100644 index 0000000000000000000000000000000000000000..87d6f62c6100b2e5b9e7713ab04995da9a285398 GIT binary patch literal 237 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}%ROBjLn2z= zUeM)ZG8AZgxP7zg?ht`PrXCp_GR(bCMKoBdMRjIHGvt{zv2-i_QQ6QP!Q8clL*VlY zvzafyFI_Mt$V>BUvRX;vPE9$6=`{*xYoceh&G@_~Uu|{thv-07vBg`MPCUyNFz{qz zdK_oIs)0AwV$P~x2C~PV)W$EEEVX9O9b=2Q$J{5LPb~kv?Reyl=?`*b_htWl!F14` kA;5xP&nj4R>A%y$;;k}_Pqo?9flg-dboFyt=akR{0H9%4=>Px# literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/icedteaglass.rsi/fill-4.png b/Resources/Textures/Objects/Consumable/Drinks/icedteaglass.rsi/fill-4.png new file mode 100644 index 0000000000000000000000000000000000000000..bee37caa66e2e9726db24b8555379fc311008c9b GIT binary patch literal 248 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}n><|{Ln2z= zPO|1YlX~$ZkDSJRcK&a-d%x;5 z95DN^V*hEmGQHZ%tdo{5daD?BVD((R2RmDYa!*~KXt|kdi>;0HXSw&0tnXHf$Vv#x uN_0lgvEq*S&)DF#e8F66R!4!lZvMguon0NLCo2J6&*16m=d#Wzp$Pz;WnU-& literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/icedteaglass.rsi/fill-5.png b/Resources/Textures/Objects/Consumable/Drinks/icedteaglass.rsi/fill-5.png new file mode 100644 index 0000000000000000000000000000000000000000..806d75f224fe623686c16f9526f9e0e7651d19dd GIT binary patch literal 279 zcmV+y0qFjTP)Px#(Md!>R9J=WlQ9ayFcgOWgwWQ2MHHO9K?glXFW^C(b@Cov>*z5of>0bC1Q!Pf z(Y9!sI0O&S6pF(8Amm?O-uFTR5ClOG#J}+_pE}L*I*EOgW_i6i9CZ@=#`QejxPlp0 zuBJR#?qHba#u(OH?_K*txD;I;23X9To3;|z&PSN^8SXD2^ngNjEO0FV!GW=~IrKUf z5FAh%sFclZZ=m@jgq^-nz%a0@Qvs!cTV?Zi?^NJCh#-X(k-|!x!pK>`=^N%U0;F?K df*^?B;sczrJ|Ws4f*1e*002ovPDHLkV1l>AavT5v literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/icedteaglass.rsi/fill-6.png b/Resources/Textures/Objects/Consumable/Drinks/icedteaglass.rsi/fill-6.png new file mode 100644 index 0000000000000000000000000000000000000000..6bce31cc4c2208e44e6513cf3b59578bafa8b74d GIT binary patch literal 298 zcmV+_0oDGAP)Px#!!eVJ5*jQMI z_?t~EhP6*t7KM2bGR^gQXCpzH&; zabG6mm4$Qy0Q6)XETFtIoN$MW6BzZp<-a2!oX8RZt$_0rP!cdUT%cALX+*`-s6m0n zu>0vApc}ZFZ~^ZT9IsR~(-ha~K1iUN`Q6m-9teB`nWn;>7Oh4Fj0H}2imSa*fqgrN wRwSYoN$k=*Sit`u08r>0(7`nshGBk-H!KTAJJ~@iEdT%j07*qoM6N<$g6{ixP5=M^ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/icedteaglass.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/icedteaglass.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..a19f06f4315ad6b98964ac2078cac91e0cf7f5a2 GIT binary patch literal 369 zcmV-%0gnEOP)Px$D@jB_R9J;$U>F6XV1NN5Aq58x9AL1wU-loyKX@<-tDeBXz!&e|zn37@0ZfDx zAS_Qq<5LH)5T`7Sfq`KboZj;4?=xiCos(LG)~{dB;o#svD+fRd literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/icedteaglass.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/icedteaglass.rsi/meta.json index db0ac608ed0..7c9a567e5b4 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/icedteaglass.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/icedteaglass.rsi/meta.json @@ -1 +1,37 @@ -{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", "states": [{"name": "icon"}]} \ No newline at end of file +{ + "version": 1, + "size": + { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi. Fill levels by Tayrtahn on GitHub.", + "states": + [ + { + "name": "icon" + }, + { + "name": "icon_empty" + }, + { + "name": "fill-1" + }, + { + "name": "fill-2" + }, + { + "name": "fill-3" + }, + { + "name": "fill-4" + }, + { + "name": "fill-5" + }, + { + "name": "fill-6" + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/irishcarbomb.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/irishcarbomb.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..c935ce3f81c7d82131731a8f302b99ee14630a10 GIT binary patch literal 158 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}5uPrNArY-_ z&u!#wP!MT(C|`Nxmg1cL$Q!3bdsLY(Wb!E9+R{iAi!2^yHw;ldjcQ# z+3*_fJ6i=Vf2=-V#rG!qUr-uX+e3@>w~SSl9`AkWAdo6?`y4;e4hBzGKbLh*2~7Ya CmpCr~ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/irishcarbomb.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/irishcarbomb.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..cfb90bd9619cc6c1b94502d0a90b683b51abeaa2 GIT binary patch literal 195 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}wVp1HArY-_ zFB7c$v|7PWkIz@Ve%6*!0T+SxmZ0hHXFAz^ zddjNUBH+|vAH0%()`RM$UGt06)jh2zGc(MJ_}>2a-RnBDc(wPNEg2bZpPhAR>K3(x zsN>2%*4W-;{JPWWHdl{Y%Z%M>`UzWS>^pxeQm5;+ZjX4uo(zVVk5%iExo3Q2^7}XM v>&*nl?HqO)Ue_Ns|C>?5oXV-__Jw7OtoEf+#qEti$1`}k`njxgN@xNA%aUR` literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/irishcarbomb.rsi/fill-5.png b/Resources/Textures/Objects/Consumable/Drinks/irishcarbomb.rsi/fill-5.png new file mode 100644 index 0000000000000000000000000000000000000000..fa0df88bbe6ec58b4238c833cf0adcd48e1d46f6 GIT binary patch literal 278 zcmV+x0qOpUP)Px#&`Cr=R9J=Wkuiz_K@dgXRChCAvW$2GQxD`hJc5bW*x1k$cmvZ-j09m#Mi3pe zXB-0=5SN9mQIv&xNe4y!|ELDTFbu;m-b|uhIK{k9lJwVk@EujA*9wUH;A=6{u02nn zu6N8oM^xfSLq_Eyt_mDu-bz6I1pudVTTh04!~;%@c|&DDA83p9MM_5eumcoGgp zY?aemV7U=OdR>>Y0^I8a2EA^pvZo2G3n2?<@+fzcvpVZO;m_QbXF*^5kU&$|ygx5t c7{)*10`mehBrLo3l>h($07*qoM6N<$f|r?YJ^%m! literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/irishcarbomb.rsi/fill-6.png b/Resources/Textures/Objects/Consumable/Drinks/irishcarbomb.rsi/fill-6.png new file mode 100644 index 0000000000000000000000000000000000000000..9c056ec2ed3d14177c7ad7652bac540e8300bfb1 GIT binary patch literal 296 zcmV+@0oVSCP)Px#;z>k7R9J=Wk~?k!F%(6Qe;Eiu(V$fHEQigoqO5@xu!FQIB9S7IsAeJ|z8+(W z5mJPb!ZT!O-f3Q8-FJ^{gCGckAlw<18aVngDwX|t?(AdIPMa#A%@c30^VHbw1Y%sX zc$pEjA#*vwcua5{eA$fvz}H7XFEeOcfYEqg)pEP){{@s9vic14ANBxfXR#=@J5Tf> zSs?in0vxOFIGv1fS?#Z@x_JJ+N#57!2>_PmzG?I}0u7$~S9FumXz)zw>*)3DL;xUn ur`F}I1b&w0?$oWorSLM_+<+hmcjpW=mql|Q>Bf@)0000Px$hDk(0R9J=Wl)Xv=K@^3*JDbg_A!t-Y zUqNidN^D{$n%Y;e_Z6&sgmi+~SZW}p0Rt8yf?C+9!5;`Bh9H>eW-}Iv7HWbwVX@iM zOfhH9{r2vifk=@eMfzun##|^A$UO$Onkd2FKw0 z4FGJdfgd!(1AjmSktF5&fWdej0OQ7pA-vXntRFC@3IwAuXAoBe8<(J;kFv5 z^kld$Hz`*g#x@UG8mz0PP&tHPZR;Vtsnmb$O>4t?0g(0})EYfh`$ei>0ANHIO^j3V zTSvdI;RBdf2U2dc@8Z1y$j_oFS9kUL12FPc@N?~_11#zxTpoIp+V+7R^1QEy=~LP( d7%5UDfDcxobMhU-fUy7o002ovPDHLkV1gsY5Qd-G%Xuat#Q25U+XS)DN^C4eVESrs`d8C6x{(s`e*g#kT45U-cjSaDN zeBM4`DhX8ooYM+GL`ZrrxrLdwXHKr}Y*N|+KtsQ?IGJh>aBXD)TN4V(NppL7)c%A_ zga;siF&`9mH_^($b2Dhi$I&h|zXX80x*sAyv%1d@MFu?w6)S?H@clXfrc%e(jqm^v zK_tb?lO{e8IDcKaF=7biijVO%BUTAPY=1XG-#Q*>R diff --git a/Resources/Textures/Objects/Consumable/Drinks/irishcarbomb.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/irishcarbomb.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..3ee71be16690893828f2479469e175d386869d25 GIT binary patch literal 319 zcmV-F0l@x=P)Px#`AI}UR9J;$U>F6XU=)mk0S1huC_ZrD0K=A7fB)lC<0Hn*=-}W$w3#fVIAGPI zZ~wy_jnCp!v*q}e{|qE}j3fuJ@$)hmiU=4tZ$5(CKwfTAj3mtgjEsy7-0Z9jK9)M^ zxYTUFbay5xW-^iH0BR{B(*eXpEh8-*K#b9>%%u5=>QV6f??2i(fYkVKNhEs8az@3?Y*rU&N_l3Yn*B4l9r{~vEbNHQSV0i>pKsyl#*k&)rZ)7Ll)BHBBE zX~08(WG#3BNp%4O13U!M2Fw9oTt6Atp1JX#i=7>#SRgeEj)GAz3K$p|7yv1#E|i{j Rg2w;=002ovPDHLkV1gEdfolK& literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/irishcarbomb.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/irishcarbomb.rsi/meta.json index db0ac608ed0..7c9a567e5b4 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/irishcarbomb.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/irishcarbomb.rsi/meta.json @@ -1 +1,37 @@ -{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", "states": [{"name": "icon"}]} \ No newline at end of file +{ + "version": 1, + "size": + { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi. Fill levels by Tayrtahn on GitHub.", + "states": + [ + { + "name": "icon" + }, + { + "name": "icon_empty" + }, + { + "name": "fill-1" + }, + { + "name": "fill-2" + }, + { + "name": "fill-3" + }, + { + "name": "fill-4" + }, + { + "name": "fill-5" + }, + { + "name": "fill-6" + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/irishcoffeeglass.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/irishcoffeeglass.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..64a889fd7b6ef59b56d90cbe306e6fc49af856fb GIT binary patch literal 126 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}7M?DSArY;~ z2@K!jIdejC Q0?-TwPgg&ebxsLQ0N9BntpET3 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/irishcoffeeglass.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/irishcoffeeglass.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..d53726eab6bede3876f2fe277e0da7728e1405ec GIT binary patch literal 154 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}A)YRdArY;~ z2@OS)0f#gWs74J5*26%%FO~5=zv@4~6=*(#r>mdKI;Vst0IH=gLI3~& literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/irishcoffeeglass.rsi/fill-3.png b/Resources/Textures/Objects/Consumable/Drinks/irishcoffeeglass.rsi/fill-3.png new file mode 100644 index 0000000000000000000000000000000000000000..8954be5be0d14627e05d8274949292d742f4ced8 GIT binary patch literal 246 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}8$4YcLn2y} z6C_v{Cy4Yk1sWV^m?(0Tolhp=#^4@%w82 z+23>*Q&rL8ubE&~@PL7NW#9pqNm&{RDJqr^R=jTTyk}%_nK4!-pz=Yph@IV8*#=%2 pi-LwIw_c#DxZDnENU(lkWl%`aZ86nkTLyGHgQu&X%Q~loCIDu(ScL!p literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/irishcoffeeglass.rsi/icon.png b/Resources/Textures/Objects/Consumable/Drinks/irishcoffeeglass.rsi/icon.png index 2cc26ac945e35c53fbd58e2ebc83aa7ae0946e1c..6a4726b940b443feee16decd4cd8249eac73c676 100644 GIT binary patch delta 289 zcmV++0p9+;0=oi`BYyw^b5ch_0Itp)=>Px#^+`lQR9J=Wlf4SUFc8Q8si|5-!KqSo zba4}3prAuV-^QVvgPW^9iXt5xI`|MiLH$^?gIJKFi-KPrE=64KH-+3K`Qok}ch+a?J}O7eUk2W}(UB*n*TJpf?+On*QY3&_=*=4iIsCB>Uy*;2|F;lKr nYk_yp2k+ywl^S3ehWQ&egGoF2!se?k00000NkvXXu0mjf5D0-n delta 292 zcmV+<0o(q&0=@!}BYyz}NklM24^~;xdS{ne@MMA-olD3_OW~ig9qmik`o_U4q#wlU|?cl`Ax26*Z@h1 z5C(R9=Xl1zz#z`R!0?h1-!m|fSrS4mrPy+^9RLO5lv>WfKw?qMzyJ?^6gDLxL9zp= q5$wodz-z-%2OW$$VAKHv?f?KuIX(}Lvk4CX0000Px#?@2^KR9J=Wlral}KorOSCs*iD6a;}=W6)B40m0>hK2u|#q|Z=}?gce8)!-($ z6b_~kK}&)V67Ni0-fueYy?6e+_Y`0lhG7~;P?CM$hnJdRSzK9}?KloeKvI&u)C|>R zR4U+|gAjmSn*adJ2EFOpKStELGRQ61#)wz$ynDDmHpSTPbXhJsuRgT}1}PhW(KZty zzP*KPrPQ;u1OQ-vOE$l=Y7$UZW^YedRowH=fvc>HG<-SaAp`(J$|r!aPVHX=l$F_^ zPi_bx(tUeCa|UvWst>Ou@L^c7Uatkk-*LXKdJ_!8FpcpB$uvMo1rCex00000NkvXX Hu0mjfeBXTW literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/irishcoffeeglass.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/irishcoffeeglass.rsi/meta.json index db0ac608ed0..e6dfe397c63 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/irishcoffeeglass.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/irishcoffeeglass.rsi/meta.json @@ -1 +1,28 @@ -{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", "states": [{"name": "icon"}]} \ No newline at end of file +{ + "version": 1, + "size": + { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi. Fill levels by Tayrtahn on GitHub.", + "states": + [ + { + "name": "icon" + }, + { + "name": "icon_empty" + }, + { + "name": "fill-1" + }, + { + "name": "fill-2" + }, + { + "name": "fill-3" + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/irishcreamglass.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/irishcreamglass.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..ab4dc73ee4484fd9456ee26c78cae1fd22735cd7 GIT binary patch literal 186 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}C7v#hArY;~ z2@=fDhZ b2D;>Ok^FV7vzaVF`x!i4{an^LB{Ts5zc)ek literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/irishcreamglass.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/irishcreamglass.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..b3a8dde2cf563395591050cf0af92852f99f8edc GIT binary patch literal 209 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}-JULvArY;~ z2@3{FV>_;l$Aqk+4^=ZmsaQkR_Y>Z;UPV#Of) z!zlLW!4I<=8yh(fomUF9Kgsvwi*VXi4XDM5Objt~YJ8EoFFydC#o+1c=d#Wzp$Pzs CZBkqS literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/irishcreamglass.rsi/fill-3.png b/Resources/Textures/Objects/Consumable/Drinks/irishcreamglass.rsi/fill-3.png new file mode 100644 index 0000000000000000000000000000000000000000..bd06c47b90771bb94807f16c4875572dd9e5dc30 GIT binary patch literal 237 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}%ROBjLn2z= zUNq!7mdKI;Vst0Ak`_1ONa4 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/irishcreamglass.rsi/fill-4.png b/Resources/Textures/Objects/Consumable/Drinks/irishcreamglass.rsi/fill-4.png new file mode 100644 index 0000000000000000000000000000000000000000..39f9fc962e46343925550891617598e51d57af36 GIT binary patch literal 248 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}n><|{Ln2y} z6C_v{Cy4Yk1sZUjV7Q#Ouip6Wv)|@d47w*qwEqA9-~RKHM`B;k{x7kp+w|FR^Z!3z zrZ+Y=9-RL2RKMw(usb|Jpt!%kwsqxn(+^LVu40}b+o;oa*6~QxxdTAp)Wy7kF@Bl0 zy+oa{fq}uq?P`mgR%1TkEfsF?eP+08M=OvGwfyk0&P!{paCHIWF^+ p;biBB%jX-*zi2?*$Fz!xVVbsu^?F;5cA)DSJYD@<);T3K0RV)ZX%YYc literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/irishcreamglass.rsi/icon.png b/Resources/Textures/Objects/Consumable/Drinks/irishcreamglass.rsi/icon.png index c5f37f5eaa704caa97784f1a72c2d638f0710103..43aa763b41a6512fa94953c4ba0405afac3e6cc6 100644 GIT binary patch delta 347 zcmV-h0i^!31N8!sBYyw^b5ch_0Itp)=>Px$FG)l}R9J=Wlrc-gKp2K!lV}=?Zs`yT z4i2JZmkMIW2nlp>@Q=86>(tRdprdXE>?8p}L0p8RV_obO3U)}SURqKdiqJutyK>Uy zp7q}Ey@$(30EI%KSTSonp*W5a4RR_{98`42^Sr{G!BZ9ua(^1sTp@wznNR?Z6aiza zjFV~w7dH=uh4V99Io?752x@Kvz;Wkm;}if6HplmW#2x{lP2L;Q1$IAQT6a^ol$nNZ zW=Y-|;XKp`yInsj1HjqjX#}7?OWP?=C-)Mzze}{~AJUJvXm9>(CbX@aS&{=ls1bJA zw^QF@@|JKBp;Sf~CIGbM=7q+Res_PlYa|Kuy06of3HTOsuF{>t#rpmJ(gpqt;U!Em txza)czQvsDp}p{zEb{ycg+ieKfFG-|Ti7o^GyDJm002ovPDHLkV1heloE!iE delta 410 zcmV;L0cHO605l zQt=MFfW20Pg33^7>@+}Og^7A%Xbd9Bfpb|4)EEcjw$bh?X_wxFN&p4TNS!pUQ~7lAP(|NpcPjhuy-D-sBXjK0|!QZ4yA(Xc9bz;Jk4c>Vl|NgMhlHcx48W_B#qIU=#`>DBw`cGIj>EE7(D z)IKjEA+cn|BL=a!Jho~{!?sITe{)E6tZCOMJtB4Dz<~n~l2=}KSaVA@{GIU9X`LeM z7nlT|GVq_151MN2=XLXR$5O$?b;qav=9Qac-_f;hp&(Q9F-G?JduEv?@O^mjN72>i zl$z>4&mxAk44zLJLS6paGZLK@AC39w1=wd|{|oJ16r$&^rvC Lu6{1-oD!MPx$vPnciRCt{2nn7;DFc3w5Lb^jj>P5PMeR3M;ji_=OvqeIpH)*TxFm_k2OmNhC z;y4KYTN1^8W;`=QngIwQgb?zm6jK`zi&6^pytcdV-G%K<(?BVOrfH(iD^nVm3+KG= ztWrvJR&)k9As2A~7dH}n15*7E67A>=a3a1T-E_=BJ+E!|H%S&m2OuOe_N|9V74$(p zAe0R`@dF>qi2oo8fD`k3faDwreT{F5G9=^@F&aw=12DA#Q!pU_}bauI{R1464RWAm40*6)Bm zL&hwL)B#WSFW@_!D=U0WY565tkO1;I-KTl$pXh|#D1-I`09@?|xcPkQnsl|FdOu;% ue!#nVn`A%0>2p7T`vHUyLI@#*NcjOVg#8#b1*V7q0000Px%G)Y83RCt{2n!!rLKoExiq|sAB@I?fhlb7UatoTBeJc_6GDhBl8P4E$_2!c&_ zJ;>s?ZfIsV$yS~3RASkG=AYfLbp{XwLHNfcu>;_+TrL3s#kA0?*VVV!>9evdJFl7c z7v6Zd615HKO2+xJselo0s|cq8A<%g2n7YE=0mZb?ws?%>O&k<%@_>f{uB}Fc@d?5Q z-z{&$GQh5`NxZLMxKQI=JE99L1L&Ctz7qEp_kn6r<6{*;5PmtVbECDst?OzA05hDU zM)mFQ=2@Q42RV;a--gD+(PzB`-_}p3<}*!xhVviKhJflDO;iUhi}^ecx`p zB4O&+sD7B>qtD)|cQ=bolct&L2mrk8=fmC2VsnySWNj7a>a%Zxs?i$wtU#tzL#r@p z)L_-8`X>2IsfKF$=(Bzd0l<24oM4MaE8ythIjd3OWqZ^lNs=h72fvKi`baUVz90yK zAP9mW{1I4p=du3f9m=0?jrEBb5Ica_^lm`R-k=ZO2DBwQc5g7$aFzka^A%?H^1`Mz(2Wm)d$e85<<0k;0$%m>)QW6lS-;Oess z$n$xUDb)a<6>tqGoSt1Ca@Gvdcfr*Unh&^FS5f8zjK0hV$b5hx2!bF8f*|Px%XGugsRCt{2n!!%PFbsy>QaDYT#ET%Yp18D6vmssxv`67It`n8u!VQT>7zhc8 zWeEpVWJ0>dPMQwzcj~$>zhgUDBO5^Y-(*7@;LBpM_`0q}mAQGn`DVL)udZvaaq~Fl zrKO!{HL8q#kBaw?a0FU$Y=~`uZv=cXx8{e24Ys4V3~0TMjltJADlu`T{H|wwAUnV% z5+fC3*ujD10Nd-XY)A>VhnsmM2iTjBYcuMbu524B2!im-@m@E^nA@hAPkf&*%URSl zY3om53JuJ^J%jK0>a*SiCom;_?t^xsSj%>Z52PshW#bfU3_v3%H`3BJvnK zd9F6e0dK3P({19M6y)mL6Xt4@9PsdXy)(7)_syDR2~od+xijiieeznpTVAeJo)fkto z4Je}l#)r>E19N!Uj8&FpnKq{P_iT)B@2@E2gIn)hp-p@0jYWeZ2i6I53q$(_6NA2>XRH$ zmb0wTS^<1Uz?F8VXBS75F+=oSQ1yfQ1Mc-zvi<;X|yJ=P`mI_iS2zvhi7n~pW@2_fEb2Yp?y32Hwcbr_ibb31h5tQ1^)?p& iKTl42rUCIh6T=P>ciru52d@A_iNVv=&t;ucLK6TnsgP*^ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/kiraspecial.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/kiraspecial.rsi/meta.json index 293f7f97b0f..f77e08db52e 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/kiraspecial.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/kiraspecial.rsi/meta.json @@ -1 +1,64 @@ -{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", "states": [{"name": "icon", "delays": [[1.0, 1.0, 1.0, 1.0]]}]} \ No newline at end of file +{ + "version": 1, + "size": + { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi. Fill levels by Tayrtahn on GitHub.", + "states": + [ + { + "name": "icon", + "delays": + [ + [ + 1.0, + 1.0, + 1.0, + 1.0 + ] + ] + }, + { + "name": "icon_empty" + }, + { + "name": "fill-1", + "delays": + [ + [ + 1.0, + 1.0, + 1.0, + 1.0 + ] + ] + }, + { + "name": "fill-2", + "delays": + [ + [ + 1.0, + 1.0, + 1.0, + 1.0 + ] + ] + }, + { + "name": "fill-3", + "delays": + [ + [ + 1.0, + 1.0, + 1.0, + 1.0 + ] + ] + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/lemonadeglass.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/lemonadeglass.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..860a6bbd90ca1a83a2a5f028573102c3fcc71e54 GIT binary patch literal 117 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}`kpS1ArY-_ z&loZ?DDWIPaC|@0hn8hZ4QsiX%c~~=71)?r1zuf~a(DB_X!{?x87Hh~W!luVSPm$| N;OXk;vd$@?2>{(NBVhml literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/lemonadeglass.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/lemonadeglass.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..f59913c7524061d50f9c73f32af942ab4558e401 GIT binary patch literal 145 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}-kvUwArY-_ zFKpy(FyL{yXq*&gBz&{8Ge{=2OG9Xf=fwY7=KnV7FaniE=ooqDZ98XlY|+1WvNM@? qWgFE`|J{)9UD|VW@+-#bYDUfdTo+He{Co#g%i!ti=d#Wzp$P!H#4#oS literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/lemonadeglass.rsi/fill-3.png b/Resources/Textures/Objects/Consumable/Drinks/lemonadeglass.rsi/fill-3.png new file mode 100644 index 0000000000000000000000000000000000000000..752cb1cb79cad1bad42b7380adf5bb681021d37c GIT binary patch literal 155 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}p`I>|ArY-_ zFB$SR81Oh>WGM`@5Z)=Qo@9_bQG;3T#ew?Z=@EWcIDkqMHk7oLco?q#zG2Pv%E`eC zBIWMQ7u~T+kX7r}vwN(2>=*d%?KLjf=Krx>_=OA4RgW2glYqJyJYD@<);T3K0RUMs BGn)Va literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/lemonadeglass.rsi/fill-4.png b/Resources/Textures/Objects/Consumable/Drinks/lemonadeglass.rsi/fill-4.png new file mode 100644 index 0000000000000000000000000000000000000000..fbca858fc62142620c0f914a0b2c2a8dc1275c87 GIT binary patch literal 166 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}37#&FArY-_ zFK^^+FyL_sls3$s!TJ7(i^ww92_kb;HGZu3di>cn@C;Dt2gC5TqVroSceYpBoSQv` zsn&OvmPp3(rMEsMHA>8h*DhE(RYQzpwO#W!?xM5zdheQR^8eV*JTHmw=9TT2LVyM^ Nc)I$ztaD0e0syWyJG%e? literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/lemonadeglass.rsi/fill-5.png b/Resources/Textures/Objects/Consumable/Drinks/lemonadeglass.rsi/fill-5.png new file mode 100644 index 0000000000000000000000000000000000000000..da676a61c9e54432fb58857c317a9f0c33183248 GIT binary patch literal 181 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}`JOJ0ArY-_ zFB|eTDDbdexK^NYeo6VOnIByEN-s2O@cmWY^=JBo0~ek#ujCLE6ufv|MDx?#*i*l9 zmWjPHS7h`%z4cac%t2;}xLXomm~OnC%=jkte`JHTj*C%)=QrsMhF@OYO|xqM-59*# ec%2MWbcaI#=Q56r=l^COkoGyGxuEDf(>386avKiM lN<1LPuzZ2X6$v3HzfK|1X08`C>wzv{@O1TaS?83{1OT#4M{ocD literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/lemonadeglass.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/lemonadeglass.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..5f5aa0ab83ad04d01f574dc37713317235b6f3be GIT binary patch literal 453 zcmV;$0XqJPP)Px$e@R3^R9J=WRj*IOKotJkv1ABFF#BmhVP+=D#My~C1j$?x`~{FK`~fKb0cPeP zU@(X!WXn$Bn8APnwRSZNGmHc{M7gG2OSl)hBIsxOF8BJr@7}$44@i(8!GDLQ;xrfx zlmoIF6IxnRiVFZs%7NLbkT&PdZwaQElxj!-fKDUd3yAUg)tDIe`pTyV2pMq5+wQmf zk{Qi=R5K}{*QfAP1UTgT=M(dI2gQ12W9r>yh1}-B*|pgq(JKnzys0^9ZzH|B3*ZD- zH~p;F=i+&Sm2w%tYxDx7h%a-5H=waqIh1>>kn3>EHZE@;j!5iKEW)24E1y(-Q3+s$ zTxa-X8UP>=+8m1&;O%=s=l{Kc?CjkmAf625rBPikcDQ95a{VDhKKz$x1&pQPJv{&j zA;tmk1qg64|L(_H1K#R)1;p6}VN)-*3~be;Yb5r&ZuEpFNO09w9ax(*Pp vfh?fDJS%nY9s{Eo0Jhgei5f3Kf6cXJ~C$Be1~ahGy9TomV&Q!P+Yr7`PcZZ}u(KS`M^>!PC{xWt~$(69DY3 BGYkL# literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/longislandicedteaglass.rsi/fill-4.png b/Resources/Textures/Objects/Consumable/Drinks/longislandicedteaglass.rsi/fill-4.png new file mode 100644 index 0000000000000000000000000000000000000000..665a8093d1004099766a006bd86414852acebca7 GIT binary patch literal 200 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}O`a}}ArY-_ zFYM-RFyLXipuC7lr7e+p24`DB%bPc z)cHpP`~)^kSjT!YD8+pOrw1QnUR~X?_p#OglP4$7agF+5Y%oERsa{edpm{!%LlH*; z1J~k)H3APbi`{s$xMUnFIRZFNoMshavp&iFVdQ&MBb@02Ss&ivR!s literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/longislandicedteaglass.rsi/fill-6.png b/Resources/Textures/Objects/Consumable/Drinks/longislandicedteaglass.rsi/fill-6.png new file mode 100644 index 0000000000000000000000000000000000000000..7486697ed1d4587f507b9dec9a8704661581c864 GIT binary patch literal 225 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}vproLLn2y} z6C_v{Cy4Yk1sZU%Nf=C8_3-ua{{K6|EF8bgZRL`3ez}>4r)TrINhxZ=EBOv&S?zN6 zV9;5TeK6@^WDFN4^Cag7_ImAeRL?6uX=OMQl;S>t(}RyOudZ&{``GIL$&-~$8I24k zNHWz+N@#dhoM?C=aDYL?jWJU3K=893sViU3uwG%CGL@P6X+z|d&Glesd|+VU*(0UE TzPbA#(3uRLu6{1-oD!MPx$Nl8ROR9J;$U>F6XV59>^QWPIJaDZsF_6`pJ8Hq5Ti4+HrVmYyDY2p9|1_p+M z2M!Pwx-6s`yyey3XZYm1!<;2aF^?n%ta|kAS(u|SUI#ERFh~;Xdy*Z%#?Q-OC?a6k zy!psWTxzy&J@(v_;TO?nlH>qJMn(p1cGk~6mO2gCz=$_vAAI~WospIfz-2Vt_hbN)qX1V4bMW!YbecN=Tl`Yudy*aC z!~ILDa{t8_X1we(ki}uX-*M%Bg9qmiDVjNefq{YH|Ns9Cf1zwjeNUDH&{H|NaZk1b zm>3xu&VK%xK@H!N=Kv-|2vF*K@*Kd(M3uOQ0g|g@SO^?^{PHXV14A0!9pJ_FQz~!$ t!Dn2T?@OT<3#4YjQ7{Td0RsaA0|5JwS6Qyb>2?4B002ovPDHLkV1n`proR9H literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/longislandicedteaglass.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/longislandicedteaglass.rsi/meta.json index db0ac608ed0..7c9a567e5b4 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/longislandicedteaglass.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/longislandicedteaglass.rsi/meta.json @@ -1 +1,37 @@ -{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", "states": [{"name": "icon"}]} \ No newline at end of file +{ + "version": 1, + "size": + { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi. Fill levels by Tayrtahn on GitHub.", + "states": + [ + { + "name": "icon" + }, + { + "name": "icon_empty" + }, + { + "name": "fill-1" + }, + { + "name": "fill-2" + }, + { + "name": "fill-3" + }, + { + "name": "fill-4" + }, + { + "name": "fill-5" + }, + { + "name": "fill-6" + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/manhattanglass.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/manhattanglass.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..01e568e5a2aebb1046fb816ce2937924d4c0a323 GIT binary patch literal 118 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}2A(dCArY-_ z&loZuP+&N)VNvEhH7@_lEJ_w-6aM5fGT2M2f2^7xdUegk@-Ivb@3u0A$*?fFI8+`3 P>SgeB^>bP0l+XkK`9320 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/manhattanglass.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/manhattanglass.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..d08c6c5eb84e3c2682ed3447204332ca5f85634a GIT binary patch literal 137 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}&YmugArY-_ z&mH7!2oN}OVNHdAPI~pPyHR})93`r6tgd8jX;AT$s=8+#IoE`9?uD5p+g={nIG@$Q joZ)Eb*a3)z4*}Q$iB}>P{~_ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/manhattanglass.rsi/fill-3.png b/Resources/Textures/Objects/Consumable/Drinks/manhattanglass.rsi/fill-3.png new file mode 100644 index 0000000000000000000000000000000000000000..4c8f0eaeea4e6f734367ff256fa04507dce6ec56 GIT binary patch literal 171 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}sh%#5ArY-_ z&s%dfIPkDs=#0>*m~$mAT{?fu@|)am3jZ`5iqMFdee6)BuY!RyQ%6Tf%^9VIrSUVC zeTu^=OC}Tuo%8S)w^jIh`0Gk*h65MYT$5TWEGRfp-kMSTj`-r@ T_bcB4EoAU?^>bP0l+XkKRbf6# literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/manhattanglass.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/manhattanglass.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..d7f03fed720d0b2704d236f9fcfde7865853210b GIT binary patch literal 314 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}Up!qLLn2y} z6C_v{Cy4YkF|ze6$+9STzz|o-&ffli$&Ax3tC&~tu6V`pf5C$P?0hl`njw)MTT_mg z_x%_B#>OMduD_t8zV?5gV)09}Hre}<9$ie6WDkJAxnKPUo!t#(kA)j|&p8PcD0qG4 z(-+zBcjr}(>P%XEp!qX<^5c2lJYthPBqTg-811F&=iBrIBDjU(~J!QX7HBRJpa-EMnmHE!Gnz%pEXXg8hD@l zXc;Qwz-#cTA&{MC2lEN7E=h@i(+m=`C%v)YayzIYVZgv3H_>_DW07~$f&ORkboFyt I=akR{0GcC!M*si- literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/manhattanglass.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/manhattanglass.rsi/meta.json index db0ac608ed0..e6dfe397c63 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/manhattanglass.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/manhattanglass.rsi/meta.json @@ -1 +1,28 @@ -{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", "states": [{"name": "icon"}]} \ No newline at end of file +{ + "version": 1, + "size": + { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi. Fill levels by Tayrtahn on GitHub.", + "states": + [ + { + "name": "icon" + }, + { + "name": "icon_empty" + }, + { + "name": "fill-1" + }, + { + "name": "fill-2" + }, + { + "name": "fill-3" + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/manlydorfglass.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/manlydorfglass.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..8fb2ba391ba8b76e3d4d4ae4f7136d577cbefd87 GIT binary patch literal 892 zcmV-?1B3jDP)oiP4HkY?!k#KM^z7%YH z!A}dFbkUd49cyZKHcHL)c}Jb9x5KJe?R)>OmZah6P}d|pu3L6qSf(Mmp0^Zl3wP+5 zL{j)rIAqI!!dFVyJbqT3_V`_~Js+C}pXwP*SFu*bddAKQ4+-~Y&4T_rkNT2;kz1IP z+9SIchZqsU1kot4ibEGVv8e9M!X?W3)0n)niAcR$E2uo z|C^_i8XNVx2g2Zga^1H9XxxEv$#uVuT(^7-^^b6otN7O>r-={IOBJpE0NOU;?6RV1 zyKue*-49m6PW(vqvVEx(yq-d99NKT7dD+YA_neb^nBS0JbPap^FevxiR=xrBU1$U$ zP}8UY00GEJL_t(oh3%8SYZO5khM(Eni+3K0F<|ZpmrFuGPzbguuMr!YRAQqRf*e+Y z7?U)yQ4pfUCb1Ay2zJRoU>mTo6I7INdV5IrBrbR+x3@bxlVbf5!6dt_%mdR5AMg8q z-!}sWgTY|6elK=XlkNIbJzKj&W2?i1#c7Jeqgpyn0CH}D6OeIdm}DR4(S)KzKDZ#t)u|}KFb366GZ^7UYn<9u!tz1X71(! zl~ZT<(CuYq{fV$d?0J}ZssM$tD`Ldnrt{SWAZWP+Ef?K<%kV%JfRjhs2yu>3Mv0qB zH32`2ur0yz-ACA&xH(_OXXeIzIzeo#bfWdA4*(EK1wargwAT1xYQM z@goFiS;sh9v~U#UN__ydf#a1jkDtH9(fvRpjbyq2{eef@ix@BEc-Q*kK5*aB1sqnk%SD9FS?IzYtzARws?1au| z|DCx~DYH>;a(!m;FU@MTdZ1>i6oiP4HkY?!k#KM^z7%YH z!A}dFbkUd49cyZKHcHL)c}Jb9x5KJe?R)>OmZah6P}d|pu3L6qSf(Mmp0^Zl3wP+5 zL{j)rIAqI!!dFVyJbqT3_V`_~Js+C}pXwP*SFu*bddAKQ4+-~Y&4T_rkNT2;kz1IP z+9SIchZqsU1kot4ibEGVv8e9M!X?W3)0n)niAcR$E2uo z|C^_i8XNVx2g2Zga^1H9XxxEv$#uVuT(^7-^^b6otN7O>r-={IOBJpE0NOU;?6RV1 zyKue*-49m6PW(vqvVEx(yq-d99NKT7dD+YA_neb^nBS0JbPap^FevxiR=xrBU1$U$ zP}8UY00J&aL_t(oh3%G2NK{c2$A9snBgEPM4KQ9irKYpQ`Dx2poXAT zA?T){MJ)J?5K=3V#=#tIn3yr=ecX4ii_uvm*1NPY=pDF=`?&A_ z|J`%mIXp2rImvE@wX5zSKnM^5{0jh4(-%%1PiO$;lu%9y0N+=%rOyfg)4{e4Ae+tZ zc-UW?(Oaf&&LRLO#dv%KDjw5*0Z$w)TTzTo~%s&)+WnHYr60u?Tz1o8Qeiud5{MV?ih(taGO!jqKqh0c3S=_%68M{I za3IC}LV+9i$H*CI8Ua{V1ZT6ul&ar&t1IRg3J8oRF(Ujc4go@d{~jQW4fR6X2ikJz Q-~a#s07*qoM6N<$f}8}_ZvX%Q literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/manlydorfglass.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/manlydorfglass.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..a016badf8645a084155d41d836e7714f2dc75b5e GIT binary patch literal 827 zcmV-B1H}A^P)oiP4HkY?!k#KM^z7%YH z!A}dFbkUd49cyZKHcHL)c}Jb9x5KJe?R)>OmZah6P}d|pu3L6qSf(Mmp0^Zl3wP+5 zL{j)rIAqI!!dFVyJbqT3_V`_~Js+C}pXwP*SFu*bddAKQ4+-~Y&4T_rkNT2;kz1IP z+9SIchZqsU1kot4ibEGVv8e9M!X?W3)0n)niAcR$E2uo z|C^_i8XNVx2g2Zga^1H9XxxEv$#uVuT(^7-^^b6otN7O>r-={IOBJpE0NOU;?6RV1 zyKue*-49m6PW(vqvVEx(yq-d99NKT7dD+YA_neb^nBS0JbPap^FevxiR=xrBU1$U$ zP}8UY00Dz-psnA3x!PF6F)?r{Yj}@* z#;QT3=~HR?h|W&F&X;vgKb;6itZM$RIDl(n;E8)j_+xzn+L-|mOc(T99zs0laPM(p zO(O$wn&CRDrreT1W|~-%?-xl1fYOEH2Mi+sNTmWGNflaa;xx8MtB(J^ieNNBnDt|^SS%I*{s8$1j1lc;d1(Lu002ovPDHLk FV1g$9iiH3G literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/manlydorfglass.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/manlydorfglass.rsi/meta.json index 50423f6144b..024560f8adb 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/manlydorfglass.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/manlydorfglass.rsi/meta.json @@ -5,10 +5,19 @@ "y": 32 }, "license": "CC-BY-SA-3.0", - "copyright": "Based on manly dorf from https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi. Edited by deltanedas (github) to look like an oily oaf", + "copyright": "Based on manly dorf from https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi. Edited by deltanedas (github) to look like an oily oaf. Fill levels by Tayrtahn (GitHub)", "states": [ { "name": "icon" + }, + { + "name": "icon_empty" + }, + { + "name": "fill-1" + }, + { + "name": "fill-2" } ] } diff --git a/Resources/Textures/Objects/Consumable/Drinks/margaritaglass.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/margaritaglass.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..0ffbdfcddea67ad682192a5e17dcc981246ed8ba GIT binary patch literal 124 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}W}YsNArY-_ z&n@I-P!M2oT)^|?d;G=hR}L2$^gT}WSZzMJm5t#;#QsjB;<>Vdn~M@ck{Es*Vrw>I VVVN(&a1Lk!gQu&X%Q~loCIAaVCISEe literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/margaritaglass.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/margaritaglass.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..9ae1beaae0c50f057b7fdd1847f2591352d179ca GIT binary patch literal 126 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}7M?DSArY-_ z&n@I-P!M2oT)^|?d;G=hR}L2${F`P5rt96j#?Wy7*I7;D>o)}rwHX%|)j2XS)NE&5 Xy@`b*Oecv2Xa<9)tDnm{r-UW|V(KPy literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/margaritaglass.rsi/fill-3.png b/Resources/Textures/Objects/Consumable/Drinks/margaritaglass.rsi/fill-3.png new file mode 100644 index 0000000000000000000000000000000000000000..83ece4a24748e095ae96b183fdef8ffbd9a5543f GIT binary patch literal 144 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}UY;(FArY-_ z&u!#Apupo2IN5N;-v2!29of$oI4yE?aXjJrZ}s_4=FAKa-k-Xi=(6SRvAeIgHiVv; rzI^lZClwP?CVgV^Tf)x3Fkv0DhbT{Hnn=Z2ps5U=u6{1-oD!M<<~KC* literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/margaritaglass.rsi/fill-4.png b/Resources/Textures/Objects/Consumable/Drinks/margaritaglass.rsi/fill-4.png new file mode 100644 index 0000000000000000000000000000000000000000..bf3436f3885fac38aace8b1e20b18327e7682f3f GIT binary patch literal 156 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}VV*9IArY-_ z&u!#AV8FrPsD4Uhon*^J$rh{P9bQw^gl5tp{AzQ?>Hg?AuHfx*+&&t;ucLK6U& C?J=?d literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/margaritaglass.rsi/icon.png b/Resources/Textures/Objects/Consumable/Drinks/margaritaglass.rsi/icon.png index c945794a90437a7486f94bf98ec84fd02ae8808f..881372ed9f11761bcab312cacac9761e0701bd40 100644 GIT binary patch delta 286 zcmV+(0pb3-0=NQ@BYyw^b5ch_0Itp)=>Px#@<~KNR9J=WlRpZ=FcgP>E%o1C5PAU* z;N}#Z1Xs@x58yG12Wapb1;w2#}`j{0)MkWd(XEV#Q*>R07*qoM6N<$g0UrkjQ{`u delta 288 zcmV+*0pI?(0=fc_BYyz_Nkljin!X>eFMpDzDf*PttGflT02aUk0C4L*?9OYZ z?(LW9qH6$BHHw8frJubx{trZL0>Yf)ju-@#J|Ti2_)11qmVag1kd+C@N_fe(D_{3M zL^;RCceDYtN*Lu_>x|AhRX-CDN_hE>UQR?dZSvN~=2Y3K~f=Fq8m_Y^r0000Px#_en%SR9J=WlfMeWFc61-E%o0n2z>zuM+ev9By{x|@&dj<_u>PX_b7DCDmd!k zY$FclTiRTYyN}BiFc=Jmf5)l{GRCkud;C4VoibOYsONdz1m-(% z03hTQqf}i&i-2fOkb@R!lmZ8mHy5=mrAgHaFvgzmQJQgoF$+`+M*C9`u9wOJwrWwG zc`{B@f+*CDSv>(~c_!SE9v;7>&P{UKII P00000NkvXXu0mjfuqA&* literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/margaritaglass.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/margaritaglass.rsi/meta.json index db0ac608ed0..20e933bb577 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/margaritaglass.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/margaritaglass.rsi/meta.json @@ -1 +1,31 @@ -{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", "states": [{"name": "icon"}]} \ No newline at end of file +{ + "version": 1, + "size": + { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi. Fill levels by Tayrtahn on GitHub.", + "states": + [ + { + "name": "icon" + }, + { + "name": "icon_empty" + }, + { + "name": "fill-1" + }, + { + "name": "fill-2" + }, + { + "name": "fill-3" + }, + { + "name": "fill-4" + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/martiniglass.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/martiniglass.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..06232adc7f1b459223c325068e056c5b231d8157 GIT binary patch literal 129 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R})}AhoArY;~ z2@`L#cqmL6AaRod)!Py?>4h>@XU6*rS_ SaQ8-_F$|urelF{r5}E*cR3@bW literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/martiniglass.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/martiniglass.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..f3e88aa715d741dc18cb9ac4c09dcde4ca58b020 GIT binary patch literal 160 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}QJyZ2ArY;~ z2@Bn&1ke);=-{{MXY+aI5wpZ}j{f8F2Ii0^+GjSt7OwMm#x-Cy;| zam|t$M_u}uEh2YHTwQWEQsUqL^oajo7&m`C<<9ee-``|~t3_Q08+TX#d$WJ<)AEz^ sEdNVNNJ#L>SU80Lc0Z^Ax6g)w!A3+=IqQ{)C(u0%p00i_>zopr0J+dl3;+NC literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/martiniglass.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/martiniglass.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..fbbc5cd71e0af272a603212bfe63ab1f47facc06 GIT binary patch literal 332 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^TI> zI9}eDexk2wqpXZfhgtuk7>3PLWabASWxT?$m`|egK!bI|nng1j8MpE@Y}7p22k|pA ZL(o3I!h*24U|{etc)I$ztaD0e0syCKi30!t literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/martiniglass.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/martiniglass.rsi/meta.json index db0ac608ed0..e6dfe397c63 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/martiniglass.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/martiniglass.rsi/meta.json @@ -1 +1,28 @@ -{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", "states": [{"name": "icon"}]} \ No newline at end of file +{ + "version": 1, + "size": + { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi. Fill levels by Tayrtahn on GitHub.", + "states": + [ + { + "name": "icon" + }, + { + "name": "icon_empty" + }, + { + "name": "fill-1" + }, + { + "name": "fill-2" + }, + { + "name": "fill-3" + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/meadglass.rsi/icon.png b/Resources/Textures/Objects/Consumable/Drinks/meadglass.rsi/icon.png index 363a3763844a21d415b14f4b706c40c7322f53db..03c5531f1b066302aa362f2bed4d190e6566a64f 100644 GIT binary patch delta 388 zcmV-~0ek+B1D*qrBYyw^b5ch_0Itp)=>Px$SV=@dR9J=Wm9b93P!xtgXbBZcU{D63 z7$zn*7ZV4@CTzZhiHno(z$@?|BppdK;Q`7ZQxi%g(GdbwQ?3Iku_&ai7zgjSoZ+PB z|8DQSEl4C1$$uvm_kn)DkG0UmuD+S`LNi;f*4}w)T!G%RFMrw>_0i7$U?|#UCGx^z z3n+S?-eB0+*9R~1yx0N&ovU;1r{48!W>#^~VBfZ%npmpen$8 zf~tU4ssdkc!hOL7ga|K8(G39nxf^>{;y0k^#wIYRfyl25xDU7Zb9WQC9UNuv0}|bW zbfF4McO&t+n$7h`%Cen?ne$Se-w=44jmhd~WKw70000f1CIlcBYy!_NklJaBs{=T*j>UANwkCjYL2xaN5lx(TSKndX{MO${NL`(>~5~t>yf2dnW`HA z17H9Q0ATAZ>dqaxD|TI6<_-$*{1(gG%jV8_XE2mEr$QMbHGhC`OLPXqy>VD7=hG^| z)7=IA$=@P=5YnAHQneIX007mON36mb@y7%JQLM3=kAZvIttNgDDnV#ZfqUG*S-n!q zODZQdoUbuQ_FB&mLfWn7-e&zbfVCV^sCd`{n2oUoILCD$-6UuMNV&Z+;d%hXvnX{g z?Gq5Lw-HQy0&a3}fT;gKJc~AhzlBw5pP1GZSmin_q7B4P-)^lhDL)96dO-`|b2_5n zo|CubmUtoz>W!!cu<)*Mrz76W4XUu^nWme9oX)pA)5l0hWS?dJA20w0zyN#$FJOAm TBZv0x00000NkvXXu0mjf?wP7u diff --git a/Resources/Textures/Objects/Consumable/Drinks/mojito.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/mojito.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..47035a1d33e7fa9bd5083c42cfbda664e6e13240 GIT binary patch literal 176 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}S)MMAArY-_ z&u!#va1dZQQ2N@?cvDmRaUmVo3WH6m!mav;q~09(z|+ERxch-{`J&wq^27xML7@F@ z3@^isjK}w;?~H1kkl0bdr2J-UxL~4>iQ2Re6KYwd&R;CynQsuM`z){Uukg?9(#?JH V9#gnC@d0gR@O1TaS?83{1OTj@Jm>%b literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/mojito.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/mojito.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..f1cb1d796bc6ab947caf0a83ea7ce83dd1b98363 GIT binary patch literal 214 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}6FglULn2y} z6C_v{Cy4Yk1sZU<9n=7F8h8r+UqAcb@VD-NV*?<#YW!DTfE~nAiMiAg@$M)?xj^iJ zed5;ty}!2nNne%zOMdhHPxisKm+N=6wft6W`_B`{^Z#wynIGpL9Q`1FZ24?vi9Hez z_O(U6tLv~~H<+||<+EA*ZK*!@OC@IYSf4P;2iiW7m!W32S?qTn;VVG5F?hQAxvX)gV{r$U;&E0*n@1AaAu=Tu{V_zrfwq5brVvj5SEB}|V^PTiy UFO>Sa59lujPgg&ebxsLQ0Qq`o=>Px# literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/mojito.rsi/fill-4.png b/Resources/Textures/Objects/Consumable/Drinks/mojito.rsi/fill-4.png new file mode 100644 index 0000000000000000000000000000000000000000..7be09eed645be0ba7f068e20f6909b656d957876 GIT binary patch literal 360 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^T{aQYJj#aL+V>@4;X7g9koG zUhv&>zDC$o#?k1;_oV0bY-}!33#w=B`2YG@eaY#Qr7V$w2Y?`9vFX~DmGfTO8~OHG z_B_eh1(H9?P|Btj9P<5t_8<36l_~8ElQo5#d#{Bsqy^IzrzP1%3&#wsNlMmI8ilYf-|l5d`K!)enQ#nX)6@7pHq z_*}t%c+pmK$tOp|j0|QP8R}RUOwwVWz62@vPn>EqyOHN^>hBpc`x_hJtcYcgh{MyL*7mh^T~{(9_yGz zn6F6A@Ci)*5dYYI(phC~UIP%AX=HdK!#BC3$RPbk`7imM$0o3YjImGK|FoV>zwN)z zSDy`E9Kxg&tXbstcBOl~xRA2p;;dsI-hZ)Yv)tI4GShh)^Sk}k2MV5llxuU%&Nn*I zshg5ul$sP#_CO_)Pl0=feA18e4~~AgpLeY1KTq6+s)OBDrObs4n(q>)O^&vlIF&bh t-Oq%GV_#z17oObFtn=CJpoYXvU}y$6oj$WoOAi>x44$rjF6*2UngFj|u|fa< literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/mojito.rsi/fill-6.png b/Resources/Textures/Objects/Consumable/Drinks/mojito.rsi/fill-6.png new file mode 100644 index 0000000000000000000000000000000000000000..0d2971816696d51a369685ebc1c08371d7018f81 GIT binary patch literal 461 zcmV;;0W$uHP)Px$he%nXNnO$Sy(_y`-i&+_;U@B6;I_kIs>aBy(= zV_cjh5f_x6PrCqMY*M0PKI;MiMNxjy+7AX)9aO3{2mtKJ(&8j7E?5A7V*T~5RBMnO zIa)oOq`|k91^_4{L(`o6c32(QncH-`2cB1MVe7!}ja=K2qs78(86@I@3If4DD1WV7s;eYc1Gb^ZG2Qfr%00000NkvXXu0mjf Dv!}-a literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/mojito.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/mojito.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..8705f35cd0931fca0143261b8e4b602bacbe2234 GIT binary patch literal 493 zcmVPx$r%6OXR9J;$U>F6XV59>^QZ*bnaDXUv2Iph`Uoc$4$iTqB;NakZQymkj4j{_% zKQaFqbfGi>Ky?Qg{E7L`aG8PO0t>|V2IuiRf-DCh2PrZeW*IE#FR(0Ogt2h}veLko zSAU;jldBPmmxTEomxIv(3#ks+^6Kw1A4?q!2N>KmHtzqw{+A=eSCY&l*#SagJd#_E zU%_-3!@}qPIDfrnU?t5wk{!Unz`)QP2jhimq2_)4ligSU% z8smCO^i!S-eeUhy6nJ7205{XQ*5-R zk(DM$t_zr$7#a4ZJU`38z>vtmzyM=2FsLvj?znQF_73pk`YE;b;+^+QOw8XI(Q1AV j&L2`FyI>TIf`JAAK4z3kCys+)00000NkvXXu0mjf^XS?Q literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/mojito.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/mojito.rsi/meta.json index db0ac608ed0..7c9a567e5b4 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/mojito.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/mojito.rsi/meta.json @@ -1 +1,37 @@ -{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", "states": [{"name": "icon"}]} \ No newline at end of file +{ + "version": 1, + "size": + { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi. Fill levels by Tayrtahn on GitHub.", + "states": + [ + { + "name": "icon" + }, + { + "name": "icon_empty" + }, + { + "name": "fill-1" + }, + { + "name": "fill-2" + }, + { + "name": "fill-3" + }, + { + "name": "fill-4" + }, + { + "name": "fill-5" + }, + { + "name": "fill-6" + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/neurotoxinglass.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/neurotoxinglass.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..c4c1e1d7db7fb7d5570529db9cc93b7cc4191866 GIT binary patch literal 523 zcmV+m0`&cfP)Px$#Ysd#RCt{2+e=QvFc1ddG35;1&@B=Yhrk!$By1|>99i}VoPZ0ML$C@ID00000006M6ARQp3Br@*P%T>O=eGf!LF-Fnj zm@_`trP#=VzE4Q#XZ%)b0@PwE0g^LO%Z2s5E@6 z#-`(!j>ozfceDKbNym1{I*p)N?^&QrL+H1FrRRJDn zqL${DAn(b>HgpEbNznWY8slE$u^LbT7GW3EfbKA4?PKu3?bFdU<4g7)@g5*`@Lnp= zY!mJu%AZ7Tk=X=jt5t!lf5Mv2=eH7{cA2{8A>;jkGmH-a00026&=-QS#wBF=pIZO` N002ovPDHLkV1lxB>)HSS literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/neurotoxinglass.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/neurotoxinglass.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..884724260d4ca0e87be9ac15a5d022e1950e7093 GIT binary patch literal 546 zcmV+-0^R+IP)Px$+(|@1RCt{2+rdi1KoADtiSZTMOFig85PXTf7vDw5bM)9p@Cl0deTkmpQ9o_^n95D+3(zQLRjI0gTsY^b+Sk`TsQV58000yb zKMD7xJdJW=OLsRo2PDR>fa<*tL`2Q0pmG(6h-kNcEToVA-HgmN{?zf<70{g8Smi2Q zKQGBjeAY?$_3a~+cWu_2&w|Q_z`lV09-ozfr}a0{`BHxCKy+ruXR#Dtq;_Mj!&AGE z*n5C<7nFShesj+KIsVY!mcU7tx;8ZT8!S_)OMo>Z_XGN+Xl=&EW~u@-Cfig3G(rLr zW9cD1SG~z0G6LPSP8(7 zACIao$YSDI72v&B)obUBRRI=fVk+4$LDrLvHgp8ZNx-@(->v^k%+CH^W3d|8ZRp{+ zS@vlt0O+aqwTTK;^`<;$4~P+8a_=$S1xX$jV^tvg9FXey{9NMGeR~afKR|hWydRJ_ kKHd*d7#{!t003a7A5Px%JV``BRCt{2n@?&2F%-sMOuKN|LM_y83Kj~zL@v-vbZIw&=Mdc3Wp_P+7nn=9 z(q#*ULbrl2qzfHuMXmEDFPWs@Z=;UG`-XgZ`8Np>0000000000uPAAOEXzdVjwfyV zaR07|h>S6!&v8tAE+=A<1z8n{8XR%2R0VKFBlH85!5AZ28;`}MsZnM?XpAw`A5GUy zU~!ED3}7;Nx;?511ONa4KuuxIgnQ33tDBbcxgy=P>+AVk(XiW5Qj?!zsOMXMdx-g$ zewo;;iP*5)QMpy5uPo(O5uFj`w!C;*ih>QLU*J-oJrB^AE9VbnH-|*b$l9E2lfVP&a*{lKx&A*57c5Xm(Nt#0U%s466?~lPx%U`a$lRCt{2n?GtBK^Vo~cpZq6%7!=)rAWYrKrS&C@EuG_r!n{(hHc!s%LzpK zxr8daaA8Amz@=pblS#2!TQ-rb{WO1eChym1g~az3y?Ha=YIgua2qAx(E!KS*|c&cj{* zWej}{;G5nX@Eoo6!urcTi-E+f?EVey^9>fsxn*ZSX#}|;Gato1kJvs?R047|yC?&4 zga#x=v<57TdS9Mg$OR@KG1)$rvMgyiEymdzu#6CGaHy$uEdw~;uMgLN#L$4mhz;QM z;|H+;IdvL+Mzjd08vP}vPLu#+3=`l9kpWt3jK;&bcft!ryat?n-;4h&NP%SAh8~}u zM@wLdYY!po;VXeb_6N*=H^ehSvGut>pkRIO4@j&pZY7V-E?l+kU~d)L*ZNzy?McAX zsUW8Qzq+7B`dw>#-yaZ*QuMh$AhAC82PD?#{(ubi2_b|KLI_!tzqK-_5Y}P$F8}}l M07*qoM6N<$f}eym8~^|S literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/neurotoxinglass.rsi/fill-5.png b/Resources/Textures/Objects/Consumable/Drinks/neurotoxinglass.rsi/fill-5.png new file mode 100644 index 0000000000000000000000000000000000000000..6006ddb95f483609bccfac8d1efbd80d67b912d8 GIT binary patch literal 708 zcmV;#0z3VQP)Px%en~_@RCt{2n@wsPK@f#syAz1xRRVIr&cXp10=dLoAeYF}*%*8dgEroJmlOB` za|y5PMHUGJ8?s9j44ukiqTArCjHe_}}-0>s+YcT=py1p|3T4U-=Rt8wk#4dE1 z01vSdAqH6k8ju(okQh}BI6AqIu;t)?3GRO$f8KXiJD*(iyTno%5VjorNDy!<4glEG zM0?u$Dg*pTfUkgu0DFMH65uxw>@O>d)7RC2D#Gb1QwP5( zjW7VeDFA>!(|&4tN&2c0PY%W|h=bn|1aZJCAc(`{U~IYu%!_L({W&r9)mOs)P2)N? z06f3_ZoLCZq2G=?+N{d7 zoQiR_2CTwj8*H_-u4Mq%`}JWBNDK`~jM@M$KXFhSkkd|M$Yiw(DlzL+8BkRf&dzuH zeGpqH>LsY_OQ^9qI=Luf0%W@jN<9H$k*xuJvZ(gN%0QF;fEWYIL4VOW*dLIYKKla_ z>$5)~u|E3)66>pT_VDyl{A)q@=`jDCd>WfJ$hCJPed;gT1ufI>8asM_Kwp%i&;EeK q`s@!#tk3>{4D|^igb+dqS(ATbbP32x&W1?<0000t3 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/neurotoxinglass.rsi/icon.png b/Resources/Textures/Objects/Consumable/Drinks/neurotoxinglass.rsi/icon.png index f75f46f5e3347460d30a2f8ec10f598d88bcd50e..6b07563dc07b357bda0c17967df99d8770688b65 100644 GIT binary patch delta 860 zcmV-i1Ec)w2J!}wBYyw^b5ch_0Itp)=>Px&EJ;K`RCt{2n?Gn1Q5?s=?_R_-u_eW( z(pV)z1%sXJlr3(d)zZyQ4s~#MadRj*h~Qo( z%X7Firp99LC3mm)?)P2t?vi_-clqA?bH{xF5{X12kw_#zihtSpaj{tJ+qX2oEPA)I zg^aB_2h~yLr&6i^9&Zc-9vPj&Okxg^(W$-$IVm0Z(grNeFN=)#vaptq~-H39%?$+SeAh`NKN@frg-7?LjA|V>oj@ zfoqE^j$VaVFModCH`cq&&%ZytuYOs6z%F>BYW7v!7Ht6NcEeh^Vz*k)@r~#vHmVSV z@@*NgQ8mStN51VL2yFuk$=RC+ef|91$F*j22Y*j;kDOVLdx(FS`vCg}0LbU+ zYi5{%Hw6Cv48-Bw$!o}$GQbQo@Th=^KX3p*9AM1(8&RG3Qp->t6+j8#4FSXfE`-&P zEq9&*=)|{g00U43OvZpvr`)v4!On8bQEA4P>H%hxfsY6a41kYVOY>H9X!mu#;oCYQ z9cr<=#ecV0U5UdK3_K=a3I>b=reFxhYejaoj`eK2A&vNQ zebzvC!r@W(CO;kdQa#|#(-QbO%W<>Jx@9z^+u>WjlmQnezXH3~Rlp|&uxsrvNsefK z=G#6Z9cr-`KZBO#5dgoe{RV40Isxj+m%3!!IDb*U@ZDKBlMWOapjc#pVvzxgMFuDq z8K78XfMSsWibVz}78#&eWPoA~{P^%Fzn|{~KIH=x^C=&onD5zqfG&K`<^y!$OXmaH zTW4WJHv#xFA22NbfcXHctm6IrT&|AA#W7|4UimT~&q6!R$`pqNkj0L6UD2Po!KK0q;_@&StZln+qM mr+k3N_#_gEL?V$$dgwP=ycXbF^#LpZ0000T{2u zZdDcBa?au-^VbIFiZqk{&%xmnB+q^~(eRmhKz!GC#;KR~Se5J!niW3tqRpnstPBU9 z_rG2k-?{9=)@ld!gvwmcKfnIUGHi&wf22TZY4qFr*WV7C$L4mp>v&F9{GIjdk_#8sbA)rAXlh!`V!*eHD_q z$h7sT2aa~iA80HWJ;BK;Q*r-#)Bc2R+4$G3XI9%Q+cM8njoLBIrXxkipmY6Sx1Ou= zAJ=gtZLDWJlEmC`lue+US3wMsEEtkDLL`1NB-uS@?)W)}U*Q>lj@Ih4-V8{L9 YF6m+ldS88d4FeE(y85}Sb4q9e00X^~0{{R3 diff --git a/Resources/Textures/Objects/Consumable/Drinks/neurotoxinglass.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/neurotoxinglass.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..6e8ddd689d627a0df8b01063c429541102281166 GIT binary patch literal 420 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^TE@Dwp?uq^PK2|KOTNAZZr3vXV`JV!*E50)Z`}|n`9egt{Au*0KuNhPd$xu zTe~xgBTkeuST#gyDJdU4a6sXxz`N;R<~MejxNTzIw(nQB;GX~g{wF6SBs91mo~?eq z!>nJ0J*W2T_x;Xy8PkCx8+y9XGoLFV@nofY+H8L-QdZiXJ^uY zIujBeJzEsZ0kYNLPjb?SZC5;xtM2`KY46PY`|DF8c4o>cpFPbOlkjv|rHgn$NI8SD zvS+Jyu2aGlMw8+O_Urt|t~IAi_O!O7B~89x`179+|2laU)ux4_OwGp_)9>#+94Ro7 z>%>~#jmsE!SsZA7&HlLW^moH77qw&cJaRGnJ+xch4r)lS^6>C5+|W(Yj$oL)02u5H Mp00i_>zopr0Gx}g5C8xG literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/neurotoxinglass.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/neurotoxinglass.rsi/meta.json index 74149ebb7cc..a3d6cc725c6 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/neurotoxinglass.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/neurotoxinglass.rsi/meta.json @@ -1 +1,100 @@ -{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", "states": [{"name": "icon", "delays": [[30.0, 3.0, 1.0, 1.0, 1.0, 1.0]]}]} \ No newline at end of file +{ + "version": 1, + "size": + { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi. Fill levels by Tayrtahn on GitHub.", + "states": + [ + { + "name": "icon", + "delays": + [ + [ + 30.0, + 3.0, + 1.0, + 1.0, + 1.0, + 1.0 + ] + ] + }, + { + "name": "icon_empty" + }, + { + "name": "fill-1", + "delays": + [ + [ + 30.0, + 3.0, + 1.0, + 1.0, + 1.0, + 1.0 + ] + ] + }, + { + "name": "fill-2", + "delays": + [ + [ + 30.0, + 3.0, + 1.0, + 1.0, + 1.0, + 1.0 + ] + ] + }, + { + "name": "fill-3", + "delays": + [ + [ + 30.0, + 3.0, + 1.0, + 1.0, + 1.0, + 1.0 + ] + ] + }, + { + "name": "fill-4", + "delays": + [ + [ + 30.0, + 3.0, + 1.0, + 1.0, + 1.0, + 1.0 + ] + ] + }, + { + "name": "fill-5", + "delays": + [ + [ + 30.0, + 3.0, + 1.0, + 1.0, + 1.0, + 1.0 + ] + ] + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/nuclear_colaglass.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/nuclear_colaglass.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..c7634de5e03ceb8b7b10d5efe68757fc8c8e4736 GIT binary patch literal 158 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}5uPrNArY;~ z2@=WKF zu(7eV#rv;ITzZmGXGvDVahFwWDGfQ6 zI~$bP1DGegVK9@_-D7fAmVvu021p$^;9z@y@>_J0Ki Uw+`2y23pJD>FVdQ&MBb@0MS@Ff&c&j literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/nuclear_colaglass.rsi/fill-4.png b/Resources/Textures/Objects/Consumable/Drinks/nuclear_colaglass.rsi/fill-4.png new file mode 100644 index 0000000000000000000000000000000000000000..06d69b8a16d5c45bacfe1a2380e412e32d304def GIT binary patch literal 198 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}4W2HJArY;~ z2@9yFn(O;NGA{10z<=d+M=ykix^Jq~S(5eR>l3NN`Z+@W2C}X^ z2}<7LA{$O-1TLCe!@eNehqt|_X(G4Bx$Ufxg8vh9%p`T&;yrHWAKD_SGTS}S?2l{O zz2&o*S1@{%G3cCsyeRV>L&OF!#m4sP=e!*DfYaZ3cv7ykEq?k>L!yjzopr0P;ytJOBUy literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/nuclear_colaglass.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/nuclear_colaglass.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..9b01e7b3ea686f5194ee8df84f662173c9f67746 GIT binary patch literal 872 zcmV-u1DE`XP)Px&B1uF+RCt{2n!k%0K@`Wo6H+99K|stkS6QzRNwWiKJe%AfVGg3{L|9U6VI_#A zrpWyb;Q~Qz0%Nx+rU)EdB?rc=Tz6fr+Z1sV&+Lzxx!GOroNu$P&d%rY)_L=0<^e`V zMn-!qBHEBKcI&>|?Rw$o!C+9+XVO1WN|pHA&!y?HnrXn`)0YDPn4Mn&xKZs!S-SX- zbQyGCWgMXN)M3R304y#_05JRY#Mft1vZ&o@M)9fLX{z)m9|I06eh3DD`qP`gMueZU z616)`wwm;!_?V4+T5p5Rho>@qDh0u)DCDE{etR`IkF^!L&^#+6s2SW8BKsbWUwGe6ID?1;M7)fh9hM zG)os>Di2^MSL^L*$eDV6|EPBBKFfuX2)~cERG)X62DjlwNC)36hNN0AE=u8?8+FZc zEx_i(Q(A7gN&J4j?aHnNUnxvGTofFkMxRQaYp zKtg*T1B?S?AE0(;9CJQD)@)lG-;3cZ9S=*z0BU!}Y&AJfIiGK-7$V5`*lKc+!1vgE zC>452AYAxgVCn;OfcK(40D(1z%iju| z&wt2j2*Bkp1o+?b83Lw0z|;pki24922e6Z?HL9GT$_WT3&TO;>+1yt-ab9}sJKB>w z-_!@_FyuZ<*a2)lY|(P#EaiM&TNW6>uhDX2nZjSnt_4ggtYVm{4>0us(R$GJ0c<{O yZO-T4#kI*i2-*!Vg}-F;VNIq!z{tpGzx5j{mqU93`K_D)0000s)`kC~10oMsDEN?)q)DnT6rcS?1La WtW1}uroRE2z~JfX=d#Wzp$PzCP$?Av literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/patronglass.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/patronglass.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..526e59c3b648a8d2e31ccef713d6d8bbf5c55dab GIT binary patch literal 144 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}UY;(FArY-_ z&u-*xFc5IQ=)Wks+3ffE$y{PP7?o7CE~)GOFV)LwR`IMaeF?98=O qug-mXNL}gOnK_luVdf2L Q2(*sD)78&qol`;+02}!_FaQ7m literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/patronglass.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/patronglass.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..7503230a6cfe9006cc1c9802d21628dd790acc82 GIT binary patch literal 284 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}*F0SuLn2y} z6C_v{Cy4YkF|ze6$+9STzz|o-&ffli$&Ax3tC&~tu6V`pf5C$P?0hl`njw)MTT_mg z_x%_B#>OMduD_t8zV?5gV)09}Hre}<9$ie6WDkJAxnKPUo!t#(kIj#XwlvJc&imv{t1kGrAXnso%*74AKmEV0ogSEC$;{k( zvjAk#iN2)I8Y-@dGmh Ydx}SchxGSWpbr^5UHx3vIVCg!0DWI_TmS$7 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/patronglass.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/patronglass.rsi/meta.json index db0ac608ed0..e6dfe397c63 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/patronglass.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/patronglass.rsi/meta.json @@ -1 +1,28 @@ -{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", "states": [{"name": "icon"}]} \ No newline at end of file +{ + "version": 1, + "size": + { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi. Fill levels by Tayrtahn on GitHub.", + "states": + [ + { + "name": "icon" + }, + { + "name": "icon_empty" + }, + { + "name": "fill-1" + }, + { + "name": "fill-2" + }, + { + "name": "fill-3" + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/proj_manhattanglass.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/proj_manhattanglass.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..01e568e5a2aebb1046fb816ce2937924d4c0a323 GIT binary patch literal 118 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}2A(dCArY-_ z&loZuP+&N)VNvEhH7@_lEJ_w-6aM5fGT2M2f2^7xdUegk@-Ivb@3u0A$*?fFI8+`3 P>SgeB^>bP0l+XkK`9320 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/proj_manhattanglass.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/proj_manhattanglass.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..d08c6c5eb84e3c2682ed3447204332ca5f85634a GIT binary patch literal 137 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}&YmugArY-_ z&mH7!2oN}OVNHdAPI~pPyHR})93`r6tgd8jX;AT$s=8+#IoE`9?uD5p+g={nIG@$Q joZ)Eb*a3)z4*}Q$iB}>P{~_ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/proj_manhattanglass.rsi/fill-3.png b/Resources/Textures/Objects/Consumable/Drinks/proj_manhattanglass.rsi/fill-3.png new file mode 100644 index 0000000000000000000000000000000000000000..4c8f0eaeea4e6f734367ff256fa04507dce6ec56 GIT binary patch literal 171 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}sh%#5ArY-_ z&s%dfIPkDs=#0>*m~$mAT{?fu@|)am3jZ`5iqMFdee6)BuY!RyQ%6Tf%^9VIrSUVC zeTu^=OC}Tuo%8S)w^jIh`0Gk*h65MYT$5TWEGRfp-kMSTj`-r@ T_bcB4EoAU?^>bP0l+XkKRbf6# literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/proj_manhattanglass.rsi/icon.png b/Resources/Textures/Objects/Consumable/Drinks/proj_manhattanglass.rsi/icon.png index 5752f9452dc1aa5b23d52e63b15d4b787d1d0357..3433e06d9dc2e64a429434668a4b43030fb9a7f5 100644 GIT binary patch delta 622 zcmV-!0+Id21cn8WBYyw^b5ch_0Itp)=>Px%KuJVFRCt{2n!iuNKorLx#vh=QIv5#D z2mSyP{(yGuW@PHfWJpY$VKM3=Gl_;cF|s+*M2D+8iP4pzae%mJLL#7pIKW|pBE6&6 zhw1w)w7urO?|pl{yK)CW5ClOG1QAhUA~!R}rru*1Mw2m?lz$CqR=B=l7{2abP#ezt zvlwJ$dzs7!V{AFdI>#yN+5Duk+GhLA>TAc~_^(g+6|lSUW?tXjDmwSi-m3Y7J1UbCx5)AU`_Dpg}{(NCRHEnsEobK(5@aC>y&YWRBq+lBp$mQ0;k z`oevHndl`?Z+{*)hXc7kT2 zmpr+795|g$55#L~ljm>~e$y9C9$>~{(C)^Y{5Xu{z3~2kpN}UW$}q^24m){(@0I}Y zGkFpI^*n$lEt@>RKQ|x<$N=mBuptAm1HeZ5W5_!P;D5(q4u?VMOB;YO_N&m3{3}2P zUie00sI&eL&8sq+HYL zOj(~-@@Mpi`uO_;xCs;1=anVz(Vvg~0cAbg(Cq3eKMx~$FX;ONcuN?HhnoCQKal+a zGf#xad-F3 zj@;WKX^S!#GmbE9VK7Nzh+>d3WYA^kl{g@4F#r7b9m#B#bua4QH>jRV*nRX-ckXTN zIfna#&QGYR5rSDJ9$muWot#d)@coqB3xkoySjX%iMS4pT{GdE**aS5xL zbcxGK`D@J1$$4|v|23_ z+pb z&#mU3-PLT~>>Ibx=SN=6-6x$q&lvRA7Ut}Faz?pQKg%xQzV9UUPdj;5EqOlI=Hm0Y z4k`0&E;hYq4!N}Kq_FM|Mwt#qSQs4p&G25%!SMXk3E4IA(hL7Py!cxP58n72)ajlJo&TNLy}s$A(FrJPeJz7~t(@-*b0>t2U)a?=>K#rX dta8dfVBK15qHH~X)ocbJ@O1TaS?83{1OTD~`I!I! diff --git a/Resources/Textures/Objects/Consumable/Drinks/proj_manhattanglass.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/proj_manhattanglass.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..0e6510c9776cff8f580505bb16e1bed4e2ed298b GIT binary patch literal 738 zcmV<80v-K{P)Px%oJmAMRCt{2n!Rt+Kp4iKAP@<#&`xwfMpT^`Iw3ZDybY<7naGx~Fed{D7-;6O z*b52+B7Xrri4OM4R6(aIRV{{$AXTEtgjsyZ6r9|hKaSw{H~AxZKb||^oqaDr5ClOG z1W{8Os(%QAVBvkoabg*}%k1dlILx%)eAb$m()s|<4M&5Bx&1}{Bj)zI;Yh0W0nI^>wdRdyA3o#NlfHlS=AZ)r z!`ClSX7U0d!r%O>CJ*GC2KlTRi{o_iGJ{~=X)qZN9*gscxx;kwl}v*o=_*?OJV{R& z0)Hm2!b-0LMAEv+11l~-5s(0;127EgtTo?IwNv^0 zEhy`IfIxO3ROsvQBFau!7bOAy)g_C0_EFdcwt zNC49Tn1%!}9e`$P`7Ee_9AhLIRi$z%(R)=>SZVr#_&N{rOe(PY?t_5dQ%`0oK=d UI2DaLGynhq07*qoM6N<$g8AD}rvLx| literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/proj_manhattanglass.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/proj_manhattanglass.rsi/meta.json index 293f7f97b0f..535056c4fd5 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/proj_manhattanglass.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/proj_manhattanglass.rsi/meta.json @@ -1 +1,46 @@ -{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", "states": [{"name": "icon", "delays": [[1.0, 1.0, 1.0, 1.0]]}]} \ No newline at end of file +{ + "version": 1, + "size": + { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi. Fill levels by Tayrtahn on GitHub.", + "states": + [ + { + "name": "icon", + "delays": + [ + [ + 5.0, + 0.25, + 0.5, + 0.25 + ] + ] + }, + { + "name": "icon_empty", + "delays": + [ + [ + 5.0, + 0.25, + 0.5, + 0.25 + ] + ] + }, + { + "name": "fill-1" + }, + { + "name": "fill-2" + }, + { + "name": "fill-3" + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/pwineglass.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/pwineglass.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..3ba47a603b72d30680943d73e43f7dec5cae6b50 GIT binary patch literal 1054 zcmeAS@N?(olHy`uVBq!ia0vp^4M3d0!3HF+R#kZdDaPU;cPEB*=VV?oFfiZnba4!+ znDh3ociw9S3DyVp)3nR3GB&&9EDS22)H7*rilB$A!HabPYjz0-N9M^$8|WABJ6Zch zO`w=zwnV%V&^Sz>ar@xc*6+Xf%K!iQ`t@stmJjPMas_!=$@Tv~)gSaj;rOTb-*%?*+zpen zibuCxFgg41V@1rYWtJLC4OoAeHNE99nj&6ugFp7)IwpZzK?ly9FWzMp5fsbdl{H7A zfG@$3W8-dyw^=M4cP+Bd8x}>WM{HUx=-?H3<=}ZnH-`4_@xq(dz82EDv0IAqK-@*; z27#t6*KCt>zB-**UB7+V^}hIe8@b=>UhC!Fj$3~F@%DEcojR6#AB=i!oc!il)VyMb zGylG)aTWB+K5Vq zLt5X}sQF8$ESa)vsm+7Saq}OWZ1@@Ku%@=C_*nH*Ci_+YUh+y6uNQPmvE;2_PpA>F zc%FW)a?`wYsriP}wmg@9mN!@Cl~MX+&4i2}DeU)oe!IA=tA65iV&ifDO7;YsCt6GA zy!YK~sC)Q|;@3IxO79tZs^`3qD-~Dcu{5vKo4)9Lg}w5N605H+F8#+J3vCu$_B8lV z>@M#jUbTyC@obrE^?NqX4$}I?E}PfAZ;HY7XIb6LTSWKT?<CryEIOQ))0dF=r-?Cv?D%)_2HImCux7}(=Qg}SuQ-$NR?c#1ewLBnnJ#*EP zw%FCD7+OMZSxyLNSoZtj{I~u5m2Ur5{V`p?{cBGDzdPr>Ih%?Zj{UyOesUgvLi9fW z$1~jI_ R<$MSd@pScbS?83{1OT=`>a73( literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/pwineglass.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/pwineglass.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..5273c561bbd36db67e26170796ef0d625a541428 GIT binary patch literal 1098 zcmeAS@N?(olHy`uVBq!ia0vp^4M3d0!3HF+R#kZdDaPU;cPEB*=VV?oFtD(Ax;TbZ z%y~Q4G4Hj4i0k}`%I~$9`J*8GE(=XXB&63Y|NZlk=8Bf(hAPHN*9 z-^0IOard7OE1y>!xaHr|BF;tcr5WouXJ;EL8%o(l)=vNRy^}$KIicZDBO@0(n}&?U zf&v8RdFKL&%ljT!&YwSj^}T+M01E?$hX)v1nVCiScmgcWEp9N4w@o@SLC-Oq{Ju&uw)m|aNxyRhg z)_j_OV&k84Q@?%uXy_9(8K|KBO8l+nsX-++a*L8!BS~Sy7)?Yq4~29DE!}luXW?1?yKzZJX`QkKkv=k@4Y%gH6Srh LS3j3^P6Px(2T4RhRCt{2ojY#pFc3w@f&^tnE?uN>z%2yGPLj&rNfsd>g$foavLXu+qSuIi zv=YmfM&yv6u zh(31>a3O3~=N^#=e6ad++CTa!0PuhT5(frI92g*RV1UGd0TKrWNE{d-ab{l#@^$MM zOym9iebVPK0wfL$kT@_v;=llj0|O+^?6ZI=w;plE5H9Rz0`I}aa{|()s;Wx73^q;E zy!MC3Dc|#A02fR()sn#yc<|*aCh%ohP71ssS_6axHwgDKG~N=XUX=lS56M+k(bLmY zR}=+hS?2xmu%Dlwt|$s3B5In(ygkW;I16B)l%ntN@3$<=HWJf9mSr2GU)S}quItGo z(5glN-}FIuI_$gFUzGt&FLX5(-0J17^ME z6j_Ar_xrAG+qXQ=4?ff54SoGz%d$Mqtv|~EeFIRQ=OX#>P1AJNt9SjjZHb5u{i}DZ z`X6X!{n`5iNM;DPZF`X%Y4-vjz47z&^P>K~7lB5flOfDr0|=%^)7RJ6MH$Q-?Q2&KWxvOKy@9GSza4d62P z_sq9{>4#>5=oW!vgx26gZS(w|RC)elaRd0ule-5OWw3kxy}5cO@FBFx5ViqAnPY82 zY3PsxZ&-W;kf>~kCL{{Sh+{0i2=oz*u?1KRjUE!wp9R>43pMzmj!;Al15{OI^3xAR zQ5?+szJhQ~KSV+`CK1B`N~vG@>AovE)c2{q7M9p0Eb9FD)LHZ_z;|lan7#zJ^h3Op zxvDFH1{V!|uem}D@)(O7Ahrfb9hL#?U=KG=^pPn$rteB?Y$S-${44{Q{PZ5N{Q-RH zE2YjRczk?3>(_NH{a-|9!7@Ny*F^L`In(zd(CAAs)DLa@*n40Z;Njtc>=fzPD$m8# zKV~?Wf;-{Lceg*{R)1Lk7&}1p_W}S9*8Tujj-6xj<5SfK00000000000GPu+FVyuf TqscHO00000NkvXXu0mjfJR|!f literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/pwineglass.rsi/fill-4.png b/Resources/Textures/Objects/Consumable/Drinks/pwineglass.rsi/fill-4.png new file mode 100644 index 0000000000000000000000000000000000000000..3d305e9d62aeee895c4a40b98e6b7bcf464db98b GIT binary patch literal 1110 zcmeAS@N?(olHy`uVBq!ia0vp^4M3d0!3HF+R#kZdDaPU;cPEB*=VV?oFt7-Cx;TbZ z%y~Q4H}8;vKx?~3VAUd>$P&k=+99ueZ;9Sn(!Sw}t5{^oMPXH~tX(G;bOb3#9#200 z{;+@))vb=dNXy@1N{d8?R*WVY$4c{6UOtWK; zGiJ{DSNX1c$=BJ-3K!{H@!E(#`&`_g!D1Kj*YdUeUpq)lb=tgn^L{PT&^T@M zetY}hKYzZs1_}rUUN8OgNkw?wE1d&TuT5>GlV1RxpnG~#@3B0^)0=o-UoWj)@w%#r zEh?1lLv4T=OYOxi`?vgCWz=A{&v*j&qH_$#Bwp=Wr++#~mGynu?tc|F`<_88W`140a zsj_uVNIbXruSdxZt5$`0Z&|%6$aK-OKatUk^vxQ+J<3j3^sUVcP+Tb>Chf4FX}(6;{C^gib+ z@(EAsrvCbKQEA1?&&Bf(Ig44mH22*snclA1@rxxcd1bfK#@NiyC+FBT?hu({Vc_uS z07EA;vkD*21Q2I|l||vA-HIu>$BHXsnQNJt(?j+M@)$IzTl`o!GvO;6N9w`Tn{0Gq zEsWYjr4vp*xW9S--X-$0I2T!S>~YKBu3LAu{6kjnbD?v*4_5oVlba@SxZ?Ew?P2}Q z@`q;4Q8shX_k<}Proba{QBQqhw6VR3av8iWMMNn_GhL4ciW4_wexRfA9S6*Va4mm z!N*@lHk3Wrd28L4|FZpu@3IpNk2y10;+_9TO>pM(|N~PcZCZ%`nfrp!Dp@c@Iz?Vf_2HJ~GVyClA9T_bc)b=0EQ~{Pp9?SIqF-d*-3| WJ${aW{>VIkkeH{dpUXO@geCyYqyeu0 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/pwineglass.rsi/fill-5.png b/Resources/Textures/Objects/Consumable/Drinks/pwineglass.rsi/fill-5.png new file mode 100644 index 0000000000000000000000000000000000000000..2105ad51cf5a2e7dee2628ea55d2583ab9cb4d27 GIT binary patch literal 1102 zcmeAS@N?(olHy`uVBq!ia0vp^4M3d0!3HF+R#kZdDaPU;cPEB*=VV?oFtBiVx;TbZ z%y~Q4F>kYhK&v{3i~kX$ZoQzNTvMwimrcF1q}}0F6YJ?Y93dh9c+cf8&6SdPym99D zT&Klq=fBxV^T@Sx0F6Wi2iR`v{(W%zG`B2Y`^A5MKYrY3eC&tjRrxEWzAj&U?K^fj z=lnV*QB_wr@2jlka)#X7MRw=hcGq1mEwP&)d4FQ1R=3xxRYF&{AACOLa5v+wb)P?) zo_u+m!Q=XTW1)?_3b8*WzI^|^cZOZL$RW)G%#*G&#pL!ex;?yS&h>qt?+bN%CXe_| z@0Yg^c=s{vj_-3`7_~n)TL0IY-wf9eePi==P+^i^`)|@W|9>J36$cnjH8M_NX4YV5 z3*h5fAS2;mY0yw4cAtZ5>o4{*kN^Iyz4kwu1xYG_;i=9%)-#n~IwYO<6kKP%b5!az z%M#zv>su=%V}9+cpUdZ8Y$tw%A^XGRl}_nuM;mx+BByO;%J;m+V0e)C(B2s7^X(54 z8Q4l=F9Sh@2y1GjSWV@P>({RX*@A*!YxD2VOLaQKBq5Rf;`8Uvx~DhIJ(8&iB(LVr zdUnO+>>EK2Wrk+W7pwVxXTMg@Wk}}vT5CToRr3-vfBRtzp2N}ep1XH``LOce`qapI z)2_`=ZCJ^ualUxspC9|)yFWMG@y~$A#pU=*QwzVp{aZHt(_#K`!vDDe5A&Dv={vs^ zoIJJrS5W1zjaTLe^L^7b?c*d;Z z$ukZ+sfO+)+gwxHC;Y9mFN;;b$*lKV*kg+0qJPI`oPHa>T7R3p!|iR4-fjOS^mM|y z{a2q)Yu;+#@VIW`pPJ=@N4~r*^mv#lvg5_}+}*|Q?UozNy7nB6>Q76q5|NhnHtRZa zSm7yp9Hp>ptM3$bj5eNk{_*PI8*8I!Yb zuys6@c`fAad|alY`@5jSqD_XgCTPeh-#hf%HK8Nn&MpS;g%^{RenvKA?}%uYf6d`~ z#K0l;x|#jo2$7=~_sMHI#+(Z>@}SO zbH977xi1{^MyyX-?gquv&PoZBYHgT>e4UU4K^I PdXS)}tDnm{r-UW|C@1~2 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/pwineglass.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/pwineglass.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..dd519000ba5a0c7578e4e1a62d09266c9ac5b1f5 GIT binary patch literal 338 zcmV-Y0j>UtP)Px$3`s;mR9J=WmAwkWFc5(6tf-(OI!i$(CnpCXgB^S+CnpCV!gr~HgZK^|f>0N6 z3R3^hMWwb?@Pcv4Hy*v@%UzlSuvjb>%b!6`lJEPlEV~qs2_@0n&;}pyZ2qiK8@J!YL z4bD4O3D_^8P!eaG18u_)L}D&{gH{W+VW^X?ClDXU$5(h^0heHpHKyw&EV literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/rootbeerfloatglass.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/rootbeerfloatglass.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..f7db33db797c164f0969c1152a9ed0389f89b7f2 GIT binary patch literal 195 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}wVp1HArY-_ z&pC1(a^Puwct7HF0P9_^h1(0RcYl|8bk3UNk;s~|S4jfb*&Mmv-)>=_1_O$Y!0 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/rootbeerfloatglass.rsi/fill-3.png b/Resources/Textures/Objects/Consumable/Drinks/rootbeerfloatglass.rsi/fill-3.png new file mode 100644 index 0000000000000000000000000000000000000000..9c3de34b8526d6e769f0d6427a42cfd9dfa2635e GIT binary patch literal 218 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}Q#@T9Ln2z= z_BnDLa^P{@KQoF=dxzLT<_b3bd&N_lt_RF%x^!}fhU=|$XBHWKxUZ)2ph06#Yg=6%9?R;nEU4ydzk4qzSzMsp;lI$4cZM>@ zc1}C+^^JOUDA%EAU#29^(5EJ8wRvI^^5GHyKQkX``8wJrTD+75F_nqFv{Qu1M(+!Cd z$6`))Z#vz*>G$^b#540-)vk1uI9C75+h+6U&iPE1V=7l#mh2U%;QzW+f6cYaTssn+ zi;K6EUKOABJcLO}^yWtwAPx#u}MThR9J=WlEDhXFbszOwQ~$7coW2nXRn?F@xAvPW8h<`*ui8?J&ZZ1r=_DX z$aiTI_>(^*fFKCMQYow2l~wKhzaUH{;fOjSr|tc}*y=R7p5hpolawPO`-C&dvy*#-uREc}L96>i5JfN}B= xBP^xgF!~DSm^{e9VV?pyU=#uQ7z={1NWQ|kHq^v)`?~-D002ovPDHLkV1idqX}SOa literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/rootbeerfloatglass.rsi/fill-6.png b/Resources/Textures/Objects/Consumable/Drinks/rootbeerfloatglass.rsi/fill-6.png new file mode 100644 index 0000000000000000000000000000000000000000..8a3333567390093b64d333ccb86c9bdc20cdf44f GIT binary patch literal 263 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}2R&UJLn2z= zPCm$W$bhHqe_3!FSC!Dw?)3W(Ea&%qnwR`W)~2&dR%6@O0I!YPmo7FqQJyL6@p-u? zLtEmEjX~yX*Ur9ntbCb%lTganvxj2lDw=;NH?;gx=O4t9v5~7y+^Iz+!NbdI!bN@& zFUGs4Ez`R9Fr{of@?Ce~?&ZZljHfd&?2z#fkazZbqjgTe~DWM4fD~xAD literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/rootbeerfloatglass.rsi/fill-7.png b/Resources/Textures/Objects/Consumable/Drinks/rootbeerfloatglass.rsi/fill-7.png new file mode 100644 index 0000000000000000000000000000000000000000..e194d71184dbb8f2e084d99b66534331629d66a6 GIT binary patch literal 291 zcmV+;0o?wHP)Px#-AP12R9J=WlEDgsKoEw1R}0CaTM%73ckR@n-rG0mE<(@?bc)gx5_h+QN|aFe zD}u1!Wp|dHnQxW_3N#sHLEpbUx5=)w~vPG^t6CPH`CJs6>TPOC2&|T0JQ&rv_MxMkQV4- p@>T+?r31J?A{5}hV}rpkNM2ibQ~x-_F@695002ovPDHLkV1gE3dJ+Ht literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/rootbeerfloatglass.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/rootbeerfloatglass.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..8e85423113b68d491ddded8aabf73059bdbdcedf GIT binary patch literal 294 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}4?JBQLn2y} z6C_v{Cy4YkF|zeM$@tmE_pDcCkwDYRMCC!I?-T(dn`JF#oWJJ2+y$`C&t`pxd z)NC^_nv^FK>fA7OrX1ga#gD(=uisM6Fzt`KAket|b^j$J*#G?ZFY;Twj#+};ife|1 zq-4a587rP~ZIW^Db=bu`>1+auxsp literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/rootbeerfloatglass.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/rootbeerfloatglass.rsi/meta.json index 48aca722d67..6265aadb38f 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/rootbeerfloatglass.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/rootbeerfloatglass.rsi/meta.json @@ -1 +1,40 @@ -{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "(Edited by jrjr3000) https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", "states": [{"name": "icon"}]} \ No newline at end of file +{ + "version": 1, + "size": + { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "(Edited by jrjr3000) https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi. Fill levels by Tayrtahn on GitHub.", + "states": + [ + { + "name": "icon" + }, + { + "name": "icon_empty" + }, + { + "name": "fill-1" + }, + { + "name": "fill-2" + }, + { + "name": "fill-3" + }, + { + "name": "fill-4" + }, + { + "name": "fill-5" + }, + { + "name": "fill-6" + }, + { + "name": "fill-7" + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/rootbeerglass.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/rootbeerglass.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..c590ae80b240f47dafce9b6ae087de2452bdebbb GIT binary patch literal 156 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}VV*9IArY-_ z&n@J02w-S^cz@jj4x@|N70k0=E#1rNDCDwx@lBWQGv5Bc#rgbAgNo;*CH<+IOOxmN zHS9RwvPtosF@vl1o_nW*`Fd)PZ#rsyJ+valbAJ(I!WMxY-#NZs2HL>j>FVdQ&MBb@ E0Gn+)s{jB1 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/rootbeerglass.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/rootbeerglass.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..819b88691798faeedb142eeb69fbbf5a1c980d65 GIT binary patch literal 177 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}*`6+rArY-_ zFIe+A1c&z3D3%)M<-E%z2d&NqblnuuiH@y~{7;nY6 XFiB9jKhSFu&{_shS3j3^P6Ya^PGnNqep-B?;Up3JQei1rND?i=zsalX9mXg%mRXff)|h5oSZP% zT71jd+Q>Njd&^ZAr}%Ar!E*V=`%ak(u6{1-oD!M<%YaCW literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/rootbeerglass.rsi/fill-4.png b/Resources/Textures/Objects/Consumable/Drinks/rootbeerglass.rsi/fill-4.png new file mode 100644 index 0000000000000000000000000000000000000000..c12d6c074dc5a8b83a6cb5496eba602f92e11f2f GIT binary patch literal 218 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}Q#@T9Ln2z= zUNYosau8s>z^~oX(y=s9!=kg%yCRP-F+I^SBfzLcV8bK*PQ#z;ZzrYw^J5bb6cqfq zu|f0Ief{ovXUjKd@7;O7kyBuou$|uF3wAR;rRpy`v1V@D?&OD}4YwL*E?o7_<1s^Q zejMWp-aDs^8GH_3o?)eGcc5y)d9f7?)qn12JJc0AFqJH1Jo!g#;(imR8()?7iG*4& Q2D*>I)78&qol`;+0Jbbs!vFvP literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/rootbeerglass.rsi/fill-5.png b/Resources/Textures/Objects/Consumable/Drinks/rootbeerglass.rsi/fill-5.png new file mode 100644 index 0000000000000000000000000000000000000000..abe3470a09eb673bc8da3bb48a6e03698a539d92 GIT binary patch literal 229 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}^F3W0Ln2z= zPO{}|au8^hUn3;cH0{{@L){qtN5wRD+$C>*{o4pi>zj#L7FSB`bRAi>;{fBn9T{#1!85(TtS>ONc z*`>Cf@%g562R3aIWR3ftpfG!$*ox@XoT{h?&OV@tmE_pDcCkwDYRMCC!I?-T(dn`JF#oWJJ2+y$`C&t`pxd z)NC^_nv^FK>fA7OrX1ga#gD(=uisM6Fzt`KAket|b^j$J*#G?ZFY;Twj#+};ife|1 zq-4a587rP~ZIW^Db=bu`>1+auxsp literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/rootbeerglass.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/rootbeerglass.rsi/meta.json index 48aca722d67..5bd9aaa5e9a 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/rootbeerglass.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/rootbeerglass.rsi/meta.json @@ -1 +1,37 @@ -{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "(Edited by jrjr3000) https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", "states": [{"name": "icon"}]} \ No newline at end of file +{ + "version": 1, + "size": + { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "(Edited by jrjr3000) https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi. Fill levels by Tayrtahn on GitHub.", + "states": + [ + { + "name": "icon" + }, + { + "name": "icon_empty" + }, + { + "name": "fill-1" + }, + { + "name": "fill-2" + }, + { + "name": "fill-3" + }, + { + "name": "fill-4" + }, + { + "name": "fill-5" + }, + { + "name": "fill-6" + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/rumglass.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/rumglass.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..cf5d6a5e10d926a7b2562fa075f003762daf6698 GIT binary patch literal 186 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}C7v#hArY;~ z2@gTe~DWM4f5(-L! literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/rumglass.rsi/fill-3.png b/Resources/Textures/Objects/Consumable/Drinks/rumglass.rsi/fill-3.png new file mode 100644 index 0000000000000000000000000000000000000000..218a14cd25d32b83536d08760a96032c57508149 GIT binary patch literal 257 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}yFFbTLn2z= zUR=m^C_v=c$Nj;PvrZZa$R9|N6l*@eN&N#a&%VagV;kKKBT^FNnmCm7c-VJmCZ5rd zI-)Fm`sdMNetG%t4MAR-OZN$=REnuoUULca-V}4abkDu{$ClpBzMUG#SfS>#{qIkP zgjs9#7$)B=`jMID9<*SGocp}apfky0*88{X}<|1K+C(~~KbroDXC8)lboxQ_2`t7fn7eH??c)I$ztaD0e F0ss&#WljJ9 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/rumglass.rsi/fill-4.png b/Resources/Textures/Objects/Consumable/Drinks/rumglass.rsi/fill-4.png new file mode 100644 index 0000000000000000000000000000000000000000..95328ceb5224fab7c8c3d4dc4472680e35ce3c3b GIT binary patch literal 248 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}n><|{Ln2y} z6C_v{Cy4Yk1sZUjV7Q#Ouip6Wv)|@d47w*qwEqA9-@f=)z}_E{_gp&Xzo|L%#@_yK zYC=MS!B3n2M*}C;WU>LlYjffGhpx=NX?`;3D&vVh2eHG?6q0n)fyxpTk22n9IQjgi zzJ%T6_47MLj?SNV|FX(`EiH=&&)&AaU-6b<(j^9FX6C~yn@jsYo}4W7pNB`KjX{^; sWakIl$t>EsGDci(2Q@%WJix%v^T@p7<(Xc9bz;Jk4c>Vl|NgMhlHcx48W_B#qIU=#`>DBw`cGIj>EE7(D z)IKjEA+cn|BL=a!Jho~{!?sITe{)E6tZCOMJtB4Dz<~n~l2=}KSaVA@{GIU9X`LeM z7nlT|GVq_151MN2=XLXR$5O$?b;qav=9Qac-_f;hp&(Q9F-G?JduEv?@O^mjN72>i zl$z>4&mxAk44zLJLS6paGZLK@AC39w1=wd|{|oJ16r$&^rvC Lu6{1-oD!MbLtR*78)eE;+@-nP6UT+c_Pmu3*M~zTLlP74zNh;<&lb*mxW3 m9>MIjik_igUvo1QoMDzs;%7FCI4K8I%HZkh=d#Wzp$Pyc&@C_k literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/sbitenglass.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/sbitenglass.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..3467ecbe13c3c641bded1b815d512cecfecc15c4 GIT binary patch literal 197 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}^`0({ArY-_ zFKpy>R^(y1uvu4t+hOLEd-cp}o*%uBFmQ0H9({kw@$>BJt+iIt3Q9^!RWs)3Y`qr8 zaH0DDidDUa0?9FH%igWCj*LG1|Jj^v*POgKS7oV7y0dy|iZiqbC=}TTy6oG1U0!^} u)CK@bV|@GgU!V&ul-`m zSX=ATa?kqS@65GR=WJe+qbvI_k*VVS^LGdKGcxoTzM0ry*fzIV$jQNFo6ATRNT zV!q^g`6)d+!|&HyFPP%w^|H%wpX(z95hq+arIzWdpc)I$z JtaD0e0syZQP{IHJ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/sbitenglass.rsi/fill-4.png b/Resources/Textures/Objects/Consumable/Drinks/sbitenglass.rsi/fill-4.png new file mode 100644 index 0000000000000000000000000000000000000000..e337a74ac9db24cdc6b522e21d7c24eefb793799 GIT binary patch literal 223 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}Gd*1#Ln2z= zUN+=wHsEo4INkoxBc_y`<9GhE?evnAuwd*Gxz)Ho?@ywo7YMIrllo(Cz7*(&yLKKCDmsmh!ifp+TkZv4q$KhBIq=xfm8)lWJ$V5|y0Y zTRCsy714{L6M~``mt`uoyq@U9aeue`1=#>E#id*HPJf!VPS`SiYEacV%ja{XU$cK` WRdSgdIZpuSNCr<=KbLh*2~7a)yjo%a literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/sbitenglass.rsi/fill-5.png b/Resources/Textures/Objects/Consumable/Drinks/sbitenglass.rsi/fill-5.png new file mode 100644 index 0000000000000000000000000000000000000000..9bd6224ae167d9f79f9fc2e8cc7427c91e7ce6e1 GIT binary patch literal 254 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}J3L(+Ln2z= zUf$Sy*nr3FVLF%Co`%qSQ}5I>ubnhy8@mC^gq_crmUsx>=D70VwdbB^?E+35b9vqQ zr=|X6jJW=FS`gELGX>?x3R5K7+E<;r&J?G-Eq8Y($2&d;FV0ZgFP|S@Dv!$EVXefJ zaNzNaes4z0=i1M&Gc&lf)ZX9CD&cVMW)&;Lg(&Y>rl{Px$DoI2^R9J=WmOXC5KoCYB2%$hnV22kP6U6CRJ}X8Zx4gmDudurFHx O0000|jD$^(D$O-S9 zcKW{MpVy0KXfrcku4e;+Ht$V*Pb5qsCNT3ethW$K__5{QM4&wkp00i_>zopr0Do^Y AQ~&?~ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/screwdriverglass.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/screwdriverglass.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..d3c254c651f3695693b7cca1057fe6e9e404c742 GIT binary patch literal 215 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}6FprVLn2z= zUQpyagTe~DWM4f+O|(< literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/screwdriverglass.rsi/fill-3.png b/Resources/Textures/Objects/Consumable/Drinks/screwdriverglass.rsi/fill-3.png new file mode 100644 index 0000000000000000000000000000000000000000..1c5bba90282bf0ba1a097158faf5bea50972da0b GIT binary patch literal 249 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}n>}3|Ln2z= zUNYo5>3|^W`rv%w5pA6W2+iv#DQ@ZP_ueh>GNu4>be&*Wj{hxc5FffF-DZg68#KX)m z>tv8fimLOI%iYO+M%Dr4k|j@sKOWws;$6~seiO&O)SP1%J*G1s;{Ma6^3QF8|Dt*! wQ4YQ%is_#^f7orBa`cFzc)X+L(yFg)pBl_LCr|0m2Rfg@)78&qol`;+0H$?bxBvhE literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/screwdriverglass.rsi/fill-4.png b/Resources/Textures/Objects/Consumable/Drinks/screwdriverglass.rsi/fill-4.png new file mode 100644 index 0000000000000000000000000000000000000000..770a78406b2dfb3cf77b379fcc699a20ebc1d80c GIT binary patch literal 268 zcmV+n0rUQeP)Px##z{m$R9J=Wk}(RxKoCX$EUO7Y5K^SGwbUHJCY49=K%PUev(O_LD{H~VLNK7N zamiT3*gJx0=Josk6A%Yh&MKrQ0AiIAQ^Bv5ogT!i)X*Pf-oc`icn3W}mAt?~lAyHAt3 SjM)JI0000Ak_?zy83N z&wu~Vzi<1%qVKT4RnEb`L?{V1~cTi+9E|FYpan-LtasZC2$ZrEaspt({uUIZ;b385)+YNKBdkUdEwI zXV$Ij<(UUX9N6lgtv^0{=T|--#;DCLa#d1pnkAM_zx5fmocyJq7~81n@V6-=cFWcO mJd3{sUE5`_9q6pj0qfo$iZJ*xQ=ky&PXPx#@kvBMR9J=Wld*0BF%U#&i~;KuDH07GWm@O_N~@u2U_JXdGek<^rI`~TZSQ*e`Pu;(BJU@t(}F4hvzz(r>0vH~mwyY8%u2|< zE3Q{MtvOKl7Zg$M6511}0^}V~@{p=Oym)rYD0xt~U>JtcD8FOGX+%R8LWuwX002ov JPDHLkV1oMigUSE^ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/screwdriverglass.rsi/icon.png b/Resources/Textures/Objects/Consumable/Drinks/screwdriverglass.rsi/icon.png index b07164cdab1bd7f97ff33ff28dfc96d9d5c64242..f801c76db1960b923f212b07aa01233efb59497d 100644 GIT binary patch delta 456 zcmV;(0XP2M1K|UZBYyw^b5ch_0Itp)=>Px$n@L1LR9J=Wl(939P^%D#gAV2p4oyK|(VUxf7DMV=7UkRWE(qx-w^m%Q zfSDs$YG3HBM1R%?0wDmv&7#6p3||Kb2_=RpwPDbZ5lT7&09*^}uC4g?09sX}sDCLQ&!Pzc01@{dTphTtp1z@|BMljikAO$qtC%!KLVWU7&TW9Aj?M@s=>iu3 zN_O(O(MNI`GMX8Hl}rPA36c=k1m5HTlfHtXPL2id2tl|2`T;=di&pCg5r#ocr@lxK yn*l&Bq{(Gi>p;K`jGeiVCLg+I@Z`zUKi50;l9=zA3SK(^0000&p(1-Fz6JrsT23Rab7Ov zw@c;5eP@?jT?7Ceo9WuqL0W6t?L;oHx|PG^U1cAn%(Dmp_bp(~0G2zKRy&akfJ6uY zaJ#h0Ux=HJJAZTya1i-%sa9B0U)|XS%gj+}EuzKf3b^rh% zDwc=40}r*cca$xpKBMswh?>wUCX>T}N`kV5?g+egfg1pok@)=JQ=IyYrUoz+ zGl5=1B&nw4MI6A(E$Cb1hI<(SH-Iq*NQOLYeJ{!|WIkGC$OQ2z0OZ4FvI6T}m>W69 v&V1P9eu}vPTnG`N-^}-4vKhb(UPx#{YgYYR9J;$U>F6XV1NN5sTvL(IDk_wFfj1N`}gl9NHLFzR0mKSu#lr^%d5Z7 z(8YF6Y7tt$em#eSg9B|Hu;ta?XFirX7!Ei!mz@jhFe#ckfQ6Tv!AL~Fuxay=moTxP zUq1_(Bo=*Q;pHaPIP#)^m6i3MkEPBm7=OpA<&hp?k;`{nxt~U=S>z?ce}BnxIMp1$ z^6w{{4f8!+9l-FP@jtm1QpW*|{}~w=DEB@24xl0+%K=AUe{CF42QV;DC-^CH0JQ*F z4xpCr$#wuW!GJq}tRmGTEb=o01B1_iIKYGRht!TM_c5wtm|O?tZW;xnU=)ln006b0 VPCwTrI%EI<002ovPDHLkV1l^+f=vJb literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/screwdriverglass.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/screwdriverglass.rsi/meta.json index db0ac608ed0..7c9a567e5b4 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/screwdriverglass.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/screwdriverglass.rsi/meta.json @@ -1 +1,37 @@ -{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", "states": [{"name": "icon"}]} \ No newline at end of file +{ + "version": 1, + "size": + { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi. Fill levels by Tayrtahn on GitHub.", + "states": + [ + { + "name": "icon" + }, + { + "name": "icon_empty" + }, + { + "name": "fill-1" + }, + { + "name": "fill-2" + }, + { + "name": "fill-3" + }, + { + "name": "fill-4" + }, + { + "name": "fill-5" + }, + { + "name": "fill-6" + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/sdreamglass.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/sdreamglass.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..a1edde7065b26d6bc7853aa5667d781f756483d7 GIT binary patch literal 108 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}YMw5RArY-_ z&oS~cFmNz0`0k%1$DPUZoQ>0ifuZ60F16U=y9{;Fwt_65_e<$W0Cg~Uy85}Sb4q9e E02p8!g#Z8m literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/sdreamglass.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/sdreamglass.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..00023b703a0f00174073ad7a8404ec722c99e158 GIT binary patch literal 152 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}L7py-ArY;~ z2@6?f tM}18*+kueZ_RTB59k^i&)@a7Sa4(IAw`=p%^FY%XJYD@<);T3K0RWi&F;V~k literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/sdreamglass.rsi/fill-3.png b/Resources/Textures/Objects/Consumable/Drinks/sdreamglass.rsi/fill-3.png new file mode 100644 index 0000000000000000000000000000000000000000..af1d3d8a27373cdbb447b244120b033875f0270b GIT binary patch literal 183 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}g`O^sArY-_ zFYM-Qa1e04xLaw4RAf_ULYjV(?zPPwq7m&9kxjBWCTVU>2GTS32>Tk;3kV7dPMqJm z=2h)R^>^;!>y6UuBC>T{58X_-|8hOo_YalE-V+0SBdRNJ{}8Xx^B1(Z!~I0kD*45p e`{II(57-)(NQO3x^m+j;XYh3Ob6Mw<&;$TX20x$x literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/sdreamglass.rsi/fill-4.png b/Resources/Textures/Objects/Consumable/Drinks/sdreamglass.rsi/fill-4.png new file mode 100644 index 0000000000000000000000000000000000000000..0702e63e9ff0e6b24bdc2c0656937e1daa08b8b4 GIT binary patch literal 214 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}6FglULn2z= zUNYo5EP%Q2l}1g}jk$e+=4~i+-JZx%#cjo(hfS^;I82MC>N*M(f&bT(^a!?_Y|&1oaky*Na@PF7rxZv zQyd$Ul9JM-GfvCji~nC!etg;PX%lO9ulpFaVddff`TsKoH6LtESS`G-*6hBZRzh(5 zb*3Im)_eN$8;>h4KOpmNcC=ID=X=jTOyR6)cUKcI{&McZ_J0n7f(&tgE@ Px{krq)z4*}Q$iB}vb$Jn literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/sdreamglass.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/sdreamglass.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..8bd5bfab95bc985bc307b1acef62231b2a4271b0 GIT binary patch literal 391 zcmV;20eJq2P)Px$K}keGR9J=Wl`&4kKoCX$#Fi;y$s(zOtV9%%asYQOT+#RnR2&0JIu61W+@!IQ zTyO&_BrKG5;~*ql7@RBx3Iy2_Vr*@i{ndK3GyC*sb`5B0X=xo;#7TD4U^+I=oz3dz{t*Ch z{b0d#Y)+|eGvF@f;e~I(UCcvnjoyY(O8NJuz5uG1=SGY^Ds=!y$1VWiZ2S~0i&+Q& zTWr(;w2D}_kO$D(Z!**YKyDkM_o`F}Km!A}ug0&dM=D#;Cd05;d90VvFEdI7B*tIg zxe!rM7c2|d4)|q8%VLIHh{!K9p8s6{03a8lOL{ke{onEaS_wcpoXSh@6n>e}&VDWg ldkF86?EBCzGoW>FeF6w^U64izHw6Fy002ovPDHLkV1ntxpa=i} literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/sdreamglass.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/sdreamglass.rsi/meta.json index db0ac608ed0..e5994967cd8 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/sdreamglass.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/sdreamglass.rsi/meta.json @@ -1 +1,34 @@ -{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", "states": [{"name": "icon"}]} \ No newline at end of file +{ + "version": 1, + "size": + { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi. Fill levels by Tayrtahn on GitHub.", + "states": + [ + { + "name": "icon" + }, + { + "name": "icon_empty" + }, + { + "name": "fill-1" + }, + { + "name": "fill-2" + }, + { + "name": "fill-3" + }, + { + "name": "fill-4" + }, + { + "name": "fill-5" + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/silencerglass.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/silencerglass.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..9c2288bf764cf238d531ccc4a30e49caddbd280e GIT binary patch literal 147 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}zMd|QArY-_ z&utVupuod&&|GtiYwQ$P##NqDsYS0ug6_M?-`&FkRQSLtEi7%?%&X<=x4zo)^^VMq t>gy8Df(x(Bs(N2ke%5k*6~n)`thYZatxEsF)(ce6;OXk;vd$@?2>_N;G`au) literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/silencerglass.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/silencerglass.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..f3a2cceb108afc451f8cb14d88b8d0ba10631697 GIT binary patch literal 185 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL|>AJY5_^B3j>` z+bHO)$m4P_{g|nP591ZbSQAI*DGs6&4r?5qXzOSHF?W%7iBJa!#29Q&PFudU?B8eK z>#x&RUaQ*k{fy<$bB1gTOQ*QcefNy9;ofikenSpL8#}%a`z+;>RhAyPC;eQ;GW}YV ed8m?74a56`hTDsh-#r0Z&*16m=d#Wzp$PyR>_z7Q literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/silencerglass.rsi/fill-3.png b/Resources/Textures/Objects/Consumable/Drinks/silencerglass.rsi/fill-3.png new file mode 100644 index 0000000000000000000000000000000000000000..a226426acacfaae1ac9ceede102009c1bf7578b0 GIT binary patch literal 225 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}vproLLn2z= zUf9UnYQW=qadwB*(pY1L>;o}pn4=f?91!7@73$F2zvzeRx>~8-A1_ZnX!(3j@j1zy z+t=nj&wO7~?j5#aTEz9OSEB?4v(`=tVwmy#XYjI>2R7;Gwm5ioezx({WHjh|{Cv;3 zpa&LwE-iD6SN;0lxPH+~t{dNFLtR}omM&PeOy)BCuYKtfZ0~-n9Xny-8*@EX>%p92 Y`)$Qe22T_kLC$3GboFyt=akR{0Em5ENB{r; literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/silencerglass.rsi/fill-4.png b/Resources/Textures/Objects/Consumable/Drinks/silencerglass.rsi/fill-4.png new file mode 100644 index 0000000000000000000000000000000000000000..18aceb3bafa7f8ae88a302b1e0954736b618bc24 GIT binary patch literal 247 zcmVPx#u}MThR9J=W(yiZhI z@$>V^5JCtcgy1mG^L3u*^<97WPqSX$64NwYr4&SjQVKa|0ES_Bl==1+0Pafx%#6P8 zA3w-lAf<$v-TPXrE2r@s8prXfwUSc$E9Bvtz_x9O2+Ojds(*jrDc1x5)^$Zy5fO6E xsH!W+HG#HmF*APx#-AP12R9J=W)3J?&Fc5{|pVP(;#}XNmQ&)g!h=OPWN+3g2;FJbzG9(Zg7pz!a z$^@6Jzr>E7pFB2XS(as4rZ7#@b)M&SuYdPXvtF74Aq1MHDY~w^VvMAeh%qvbPx#@JU2LR9J=Wlp(H$Fc5_2C(p97)f}J)-~w;~ZpjsJq~QQ-u@x<@2?WOzFOVPE z6;JJFI%+!E*({(ailQh2=6Sx(^Sti&TbFwMNCGf3VvI;Bz20e>ioGgHfcsNp444@J z;GBcCw%F?<39u~76+!?Jp{{Fu>$Yu+JVh0R5MG*ykaLz;$toCz;ls>W*A)QZy+=w3 zUDp*)R1^UC>-^pYYb}g1A|Fu&06;`=&OQ2HD;US|$~l9GUV$WtCa`TAj4|-u!&>{? z0SV$AVCJX$7^CP00Ky40O#|l~j^jX8Rp|R3`@V|;D2k%|0_44XE{lM$>Hq)$07*qo IM6N<$f*wDAN&o-= literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/silencerglass.rsi/icon.png b/Resources/Textures/Objects/Consumable/Drinks/silencerglass.rsi/icon.png index eafd86ad71698e9ae0283e6053466d7718d49d48..092b0f257edfa2c944fe64b4a3be5b0eb6c76a7a 100644 GIT binary patch delta 490 zcmVPx$y-7qtR9J=Wls}6TQ5400cd}7T$cv3{ z>h$}H2m@;uZ4xzwehR@-{04rCZ7l^6|KJuzZFaEO&bO6}Ai@+gDP%_y{FjWyE)%zi zc!gaA=QQtf-+SjC?z!(ljT$xncZl}F-3Kqr-|dfWgTY|%$A7#Vn&P+bKQFIuZ6dG+G zhj-gi6tTCrM-)W>RlFm*u~G>DA!u~*-jih+d7d9zCzA=XbydX}=*mM`ey)mIYw_L# z;G822Lz)d0rGHYuQFlk95!PCaF~{P5zt8u@QYAoVfe0cU(lo77X_{h;p(u)@j8Rdl zIxud3lRHm#xq0IX-g}ZH0U(ZJ@;v9&!Z14bMKy&w!+^3ZSrFiyt7ah#L#(x0DnR`T z4*voGV+_u@DqdNjgSrEO2#+7VpePEAS^52Ie6j)pVPiU-0xR#6Bq5IDQxYJDSG@O? z_gR(^hT&fcP|rXR2)$kp=N$9-oFE7o4u{NUGd}(}1p(JuU*+MaR@o|>h;(5I8~}9G gPq0Rf8vg`-0;x5XRiz%^i~s-t07*qoM6N<$f|MBG?*IS* delta 494 zcmVq0!1?`MYqNGs7 zf5d;m|3(l|53Vq1id!twIaaa&Y=;T)Gsv#;65@aD~j_kC|> zWjr3UP4l*TdIeAcQ~KcG-1mMNdoTvA0BY(n&buoJ%Klhdp7Y}f? z-Qw2nb)LUH=&eoIY62&l0T20$_~6_kHR$x5;(` zSXOs17@)OADSvg!?{>TV$`?)mZW4$f(jt!Iaw(2ulu~3_wp>w8DV-`XZ2pvIZw`3; z=swn3q9_6&3`5d1<$bOgTsv{|_`Z+U+BFs6eib9jMo>y&j4Az< z1a9VB0Z)Y2uilYm8A`46{@33ufG13+Q(&ci6h(w#cxOof@^_21w$wgJ5`5o37l3mQ zc%IPdbTGy+pU?3;kAA<;Y&PTQ_ay*4Z2XXy-x@`us3X#b1#k?|avs5R0RTL?QHaZv kdzNkem#hM)0JaYB2g$RV@_5cd+yDRo07*qoM6N<$f^P8Y7ytkO diff --git a/Resources/Textures/Objects/Consumable/Drinks/silencerglass.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/silencerglass.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..8981a908bd57a3394dc36af932ea9c506274bcd3 GIT binary patch literal 343 zcmV-d0jU0oP)Px$5lKWrR9J;$U>F6XU=)mWz(}fwl2v>E}oNynvT z`=z@xNima&GzTy+{QLWnup(MHfPsOLfr*))fc-Rd03!nf!~g%E@v32ECe2SIM*$)5 z`|m&6Ie>wYk%5tsmn1Dzb$}1|FUF!xM;L4+S+S<{9arwp^x*tKQX(KR5i&6R|No!i zFX`H-=KxYuIn^D&#K_2S?DDiA1|BDIcGmv;P0; z^6}{FJVop8-Hv^mvyX3Ax!~{ipMG7kde5J42iv2s>qxvT$qsM-{hs^j?Fqa~ zR_F2-=}UXYyN4GAF1g~eOX8VS)ytKomrGN3XxjHJ(T~*Af0;TdWRkvTdgQn3&qJU1 z&qEZjT5|C#C#)8a`3KSN_}A)vx|M*SolAO<2#>O&eeJ*A&!UFueM&isscH*MBBtM!w97&X3yv@ApS@$GVMw{FVn_6T6^tP@Un`!WWzZ zU*yrk1H?UGD|m-Lpu}$P%FjPbPwKCgPk8h>blDY`sEuy--RqwH{Bq&X>|dP!&aB@y zf5E$-#$TB|E*VdM5%?yhwr2UyFOi?te;1zMZ_n`a3o{nO84Sdmelxx@lDB{VbLm%R zlU%#Hd!N%^v1eSW`LpNwW&R5nYJM>?F#P`@ePM=>qW#;m-5^6eUHx3vIVCg!09_9c AfdBvi literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/singulo.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/singulo.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..6c434cd35635d03369ca97dbd00280b5bdc2ed37 GIT binary patch literal 1281 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 CsX%Z5 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/singulo.rsi/fill-5.png b/Resources/Textures/Objects/Consumable/Drinks/singulo.rsi/fill-5.png new file mode 100644 index 0000000000000000000000000000000000000000..0b4540b998b9b6981671dabe528d842a81f40339 GIT binary patch literal 2689 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 au_Q2o%1ZC(P6YC1N&xDj4T56f75!h$*)Mqj literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/singulo.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/singulo.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..3b4ac0187b30ae7d434ce7209e24b767a0bc5fc7 GIT binary patch literal 488 zcmVP)Px$qDe$SR9J=WmpyL6FdW5Ss*)_ILy$m%v0`9=k&N{XS~27fF!Tz&LkGA+2E-A< zn09N23{l5MA`+R9D#+k2HG*I_cAO$r?Hl8-pWpjCiGjZ^L$;&u`-Oda_ct`jVl-=Q zgpbRkxd|cMF_*FcGD@-->se&15uq{eQXa^U0yJxFtPugg2?zvkR|e1+cWF2~-7NzF z;g3@S@KOY#wuf39vos0-z_sDX&M6Jxr3k*8ILTtl+7}y(?snTJ84zgz*M{Sz2u#x& z^4hOIp7FM6Q2>x#TnT{buD<0KQ}61QhV`XUbYnfn3H0k*ix=eYFMY_YLuzK`gC e5fER^{`CnM=c?!yC`Qo$0000-pS=4OBp;}{an^LB{Ts5Gk!51 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/snowwhite.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/snowwhite.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..14c828ba184f0342287d80cfddea3e0d7b396056 GIT binary patch literal 172 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}X`U{QArY-_ zFDUXIFyLW!$d}r@>eH$v|LfiNPm-U(@1vc6f~`hFrA*|&86bF*?4Fi+PI7D5gcg+v zEDSw{xALydv|O-t`E%XrES@u0++h@CoU~fzz^_B=v^QU=jxW|!4b4g0U&#FZg;=ZK T#rGCK8yP%Z{an^LB{Ts5os~bY literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/snowwhite.rsi/fill-3.png b/Resources/Textures/Objects/Consumable/Drinks/snowwhite.rsi/fill-3.png new file mode 100644 index 0000000000000000000000000000000000000000..36af253d38a9fbcf45ce9330771aed07100f1056 GIT binary patch literal 185 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL|>AJY5_^B3j>G z+{k;_fQRKk`Ga>0Sy@bP)$`>pklb*rH>3*zdocr*1FIth9FV~G-5aP9oket}8X;uMq|K7DHIvAujH>i4y! fQ?4W#|CY|LeWrBZcIl-Sp!E!%u6{1-oD!MZO#l zdBtp=XDs9IU5om;i-DoXu!fht;ok4)hYSV1TyqY4w*BMeo^yEqS20Fo>tp-5a)mXX zZhTeB8?FA}ox;zF(mPydWvz9e8^p!Rt@y9aI`yyVBUgsJEkGABc)I$ztaD0e0swrP BNJ9Vs literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/snowwhite.rsi/fill-5.png b/Resources/Textures/Objects/Consumable/Drinks/snowwhite.rsi/fill-5.png new file mode 100644 index 0000000000000000000000000000000000000000..702e3d147bb934186bdfaca25e912b58061a69a3 GIT binary patch literal 224 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}vpiiKLn2z= zPEzD!HsoPh9y)U>{~V`7pa080VSkwTukmN2*K)J=M`72Q_&qz`eqE=?(WJo9Bwzel zV7Zc47loiLMKTyoP{BoXRi7Bt$H{4{n#5O zzn%BiUdVv|`;+%#7osj(e)g8Vu`T_|dc&Ak4Xc!t;&(Q-FV}cp^C#GA-9blzKfKn) Wr`>n{%0CTqGJ~h9pUXO@geCyM?ODYD literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/snowwhite.rsi/fill-6.png b/Resources/Textures/Objects/Consumable/Drinks/snowwhite.rsi/fill-6.png new file mode 100644 index 0000000000000000000000000000000000000000..84adbf62e947241ff6c6a3ea5d5c74c147779f57 GIT binary patch literal 253 zcmVPx#w@E}nR9J=Wlrav&APhxct8P}rZsiEM{|z`tHt!j{XQ)6Gop7tPgWm!|0)PK+ z0ZEc1N%CWEkxR8!E2SVJxI4#jpsKh#+qUVVWDq>em=9b->IJk*~}^=p$O!weOc@2^CI~Px$TS-JgR9J=Wl)Xv=K@i9PdohM&I2J4{ z#uPq)ot52{B58e}Jb++j;VW1NY|~i?f?{EzA`u4ED#gSvVk|D3gd8W?BNv3r#1_%lY3i@XmALDMfi_Ys%{<3LpRyawLg?+C10G#y(a(|fYipj^`=v>?i04@b! z-Nx7+4*2BqG2dZKJ}&(L%sBPd-cCEu=KSU%_uCQx(zDvTZ(D0YL{L@q`+YDoRCQ`p z2Egph5)nkwd1U6v-Iz*w04}_>7OFbUdi;)vP}R4(kI%>pU`#-i4w|Y?+ThOb;m><% z0FJR#BYy#JNklsG z111Ju0g0^=Yc~ca5Ca1+6zL>jKpn1Bppp)$Thu5Oj+&Msx7dlD`#;|~=fre69jwyq zO4Un%5}*Y54*+YS547KgGH<-OUE#t2F1md=IouaxGN){{uYd0)1R@Av-9^|P_WA7Q zIon}G00w{d83bU)OK%?RwX)`1-92TFEdU^CtKG+za}GoVRYkAY12aQar;~~R0H)4~ z2qMXTWadfVm`ZT~UfwweRh_PSe2<7w)%SXc&!9Tsqf0~p09Bo&!MESTpU=VoJb@4Q zthfg&44_G0e1CfT0%lH$1Hk#iD~{@eph6T}isLv2fRuQi)#n26wP04<_X`KG#y~_; zIbT`?tTkXx()>FOON@Yph=7O|vIl~XV`~i>jh)GL6h*m&y_q~eCYK*ZHfpt0*$;gM tfgBM4faA@WLyp{ew(?K15}*Va0dS;)e+=_gk^lez00>D%PDHLkV1k;RuQUJv diff --git a/Resources/Textures/Objects/Consumable/Drinks/snowwhite.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/snowwhite.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..8919218dac55e28fe01ebaf9208eb98d3ea6cd05 GIT binary patch literal 321 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}zdcVl`!H<=X={$Y#z+uZwoh23tR~P4>KP1ze{~&nt z(;rjQd3bn&ObQvK?e&{`x2#A$I_vNGLa7s{eY++uv22(qD3okB&5C!&m7M)0;>%^s z4!F!>Ua_>phh1QDnq=lnhNPaf)U-!S<}!B_9DKk3|Gvv-7?&K=zbgCS@L%s$8J8zM zH@mdRc;m_UJBs!nZ2ruCF_qyYUjh*P`2XL2Wz>q-3_-z`S7i?zIdP)k$;;PY8jBe& zH?%XHjQYSd=@k^S6t}i^+vt!bCIj-P0T3`S_%AcepE2_~ RA21jgJYD@<);T3K0RWzJhByEK literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/snowwhite.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/snowwhite.rsi/meta.json index db0ac608ed0..7c9a567e5b4 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/snowwhite.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/snowwhite.rsi/meta.json @@ -1 +1,37 @@ -{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", "states": [{"name": "icon"}]} \ No newline at end of file +{ + "version": 1, + "size": + { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi. Fill levels by Tayrtahn on GitHub.", + "states": + [ + { + "name": "icon" + }, + { + "name": "icon_empty" + }, + { + "name": "fill-1" + }, + { + "name": "fill-2" + }, + { + "name": "fill-3" + }, + { + "name": "fill-4" + }, + { + "name": "fill-5" + }, + { + "name": "fill-6" + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/soy_latte.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/soy_latte.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..d2847869653d46badc60da85576470cfb57166cb GIT binary patch literal 133 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}_MR?|ArY;~ z2@Bn&1ks+c+bO}!?!=9;4Oem2P+x4z9#`RsO31EI=|kr@aW!j#yV UjOOdu0*zwuboFyt=akR{0H`M;^Z)<= literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/soy_latte.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/soy_latte.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..a5564b59761db2dce9b631c3c1705a178c9b86fb GIT binary patch literal 293 zcmV+=0owkFP)Px#-$_J4R9J=WlD!RtFbqaNPPah{k3vDi3^dG;i9ACZ3MQao0k)vX21vOo=!E!j z0>w$^Cq+W?C;Z|VP!vT`{+&V+8ioM?&~;rn%Qa0?06<;WVu80b$jpI=Fiq2Loru89 z!CEW2RI&g7lx2BZ>-#?Ccj*G&`$GxueRA_Gft=c70>&5^W3n0@AzGNWZP)Fus%keg zj^q06oD(nNOB#&Z9jCB8-)Qg%8~|Wh77!5tV4mmQ%;N%av{wyc&N=t2 rz?SXJ?~o*5tu2nGkh6e_qWlCOAFW8k1qX^K00000NkvXXu0mjfrEYf| literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/soy_latte.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/soy_latte.rsi/meta.json index db0ac608ed0..c92d6f1b0ef 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/soy_latte.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/soy_latte.rsi/meta.json @@ -1 +1,22 @@ -{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", "states": [{"name": "icon"}]} \ No newline at end of file +{ + "version": 1, + "size": + { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi. Fill levels by Tayrtahn on GitHub.", + "states": + [ + { + "name": "icon" + }, + { + "name": "icon_empty" + }, + { + "name": "fill-1" + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/syndicatebomb.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/syndicatebomb.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..bb172d95b8e530c1bb9a34248ef158758d524caa GIT binary patch literal 186 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}C7v#hArY-_ zFKpyJ?7-uE(cklcXxx$C{EriJZcaDz*u~IpQe&zp$YKlvo9!>JI()p)#KGmozW1CH zX5RX4d%t+=ssr0{Cms20BfMbMmAjvf#aDC9d2Y#gOk$N*gXOUwQ8hQ2?&^BRTz5^= hQhM<&^!=N1eXV{u>p7{e3S6T6pP4s9xI7ZH+-*noFky{p;Bz7dOq7 zv0>)PGfWIFEq836Rpz~9WJtJeR{Wiz;hNOSET79)&ZXb_d-Z+7Gl{l^{tCwmYqDn; zGk2Ug{iFKtWQNzfR?Tefu-R>QJ@yvYjF}8B{Ds$TCs;Jr-amZz<*v5ZJGXGI&=M5v md)&|=VC)>ad7t+DYKF^`y*6JrJs<#dGlQqApUXO@geCwgz+_?o literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/syndicatebomb.rsi/fill-3.png b/Resources/Textures/Objects/Consumable/Drinks/syndicatebomb.rsi/fill-3.png new file mode 100644 index 0000000000000000000000000000000000000000..5af8a4d668deace7846136de8cc0c781de82220a GIT binary patch literal 276 zcmV+v0qg#WP)Px#&PhZ;R9J=WlQ9y5Fbo7wl3nlzUcmp~LQBaXK(3 z5ClOG1i_ynuZzcVQ~+RRDy0|zhzQkMZ5W2M>C)8&-_mv6ZU_J=B~n#0vy;v(K+YKe zEayz66cZ5u_bD88>=j@$dYIGk{7C>+-Ft6C9CdC>2mtdum-gj--=AuCn*eYgKk(eY zdw|xw?cX)PG)>xe{%Qhl-;kLJfL(3>uJa18EQ{4z>D>;vO+ZzNh_J3JM1+_bs_JDI ae9jI3RCL_E!6DfI0000P)Px#_(?=TR9J=WlRI*SFbqYHY&;%V0}Ei-{{mPAEhT%vGER~3hR3_ z`pSY#CX>lzGMRryo@(6py#g3xB*vHkthF-Fb86eRSn7(i20x`N%apJt4fko&`T-N8G7*N&M-1jEdb&q{QfN>n-{^fODZ^r&u z0(K*D)0DjT;+*4F0;(z^LI?qCtr%la)yu-a-6!)nAILeIsLw`< QLI3~&07*qoM6N<$f(g!yv;Y7A literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/syndicatebomb.rsi/fill-5.png b/Resources/Textures/Objects/Consumable/Drinks/syndicatebomb.rsi/fill-5.png new file mode 100644 index 0000000000000000000000000000000000000000..82c9a5cd329c5f9f22832b900b9867f803ad99c9 GIT binary patch literal 327 zcmV-N0l5B&P)Px$0ZBwbR9J=WlQC|EFc3s%*I0-uwjg(m4`c!f_lW z?CNauJ5qI`1elos=+&)FB~>R%U|AOR-qT%occkh>35W<05!Q8uF@~5KBJ!^PpXp>C Z=L;Px#?@2^KR9J=WlFN~VFbqUnGCq(45fBBT69rd}B>?=5?VO_Zax3TVRAtloKhN`3GfmS|1CKbjsuEb&Rm!(|B>^j^N`RROfWEr@ zt(+=>ecv_bOz-Z1l~W}kB1A+ujsqbCVrGa)>-`_&xW29*$Ik4VMNQ7l00000NkvXX Hu0mjf&oY0I literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/syndicatebomb.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/syndicatebomb.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..8ddc61bf443dc8a6895cc483af148c6495d6e286 GIT binary patch literal 541 zcmV+&0^Px$*GWV{R9J=Wlrf7FK^TUg+2jnlBjk{r;6m~XuF+Jo&6J0vNMn&^OT{+7AYdQ= z!!`jyH{gMm3yL;Ya>X?w7}(?76dnQ1aU^4N8+UTE(rny5{CE_` zA!HDUe!s5(hQr~?m6rq9T7X;i8u#~h?>&3{{xr>5uI&JGT-Vi3ACEoH6ZtupbzBG` z*r{yIIuG^-X~s97zYGAn-7b^Kgl4k|pw%XvwE(bOoYm7ztEPm;<1qm3c3W#P;aG`T ztWy0f+b57xswj%^eILhha2yBU_lcqiDW%HGxe`DCO3i9n#;uZ7jq6^o$KPsGj`jqb zbg@|e0(M8EQEHC?M-PAy2vM8Cd?TRMY5~w_Gys@Rr+>x<99a8^Uj4Ab=bin#?@lhB ztT(t=4igtK-7R$8A~00T}rIk-&z_}T#sI9h;*+voPnPsibQrE=v%IjGKU fa_Xiy|A&49#MZRypEKtF}wAI?+3mf2QB^ynGzbaQ+TZ=!~|Yob1iz#;%*XBQs(;6?`LNJsmYDYQd)VgGuE*DpPg|3n(FCAeta98+zQFcn|k`rECl{!nT7-V;R zi2Z%|z=03#jdN}Os#rgGYachsITvQ-0yc)Cf2#Wn8=1<0u43?X^>bP0l+XkKx0F-A literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/tequillaglass.rsi/fill-3.png b/Resources/Textures/Objects/Consumable/Drinks/tequillaglass.rsi/fill-3.png new file mode 100644 index 0000000000000000000000000000000000000000..b17d5ec6b6faf66adbcb245201126d75680f05e6 GIT binary patch literal 237 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}%ROBjLn2z= zUNq!7u1V6$Xpa3T+4Xi j-KC)Xvl7W?;&(H(Hyc$?y&m@v=wt>@S3j3^P6<|{Ln2z= zUb5vn$K#N(?OU+@ z?6${o%vYSRT%X0XHJ9&!CzA>1pCgQXm*4&g2#QIYUb)@OmUYLy?~8t!xzsZ}DCm;E v|4sEh{~^vlO+SS1#R-4BG9}3C?^bgcNAvh&79I9L*E4v!`njxgN@xNA5g}!2 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/tequillaglass.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/tequillaglass.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..72476b77c00bfc8a3f4e8bec2e28c63144d65c3b GIT binary patch literal 348 zcmV-i0i*tjP)Px$7D+@wR9J=Wlrc-gKp2MKyTn42;+Em)=-8=Sq0o#O;^co2|A0fc{(^4(3oczV zL=eqZbdzSWQ0iiaObUgjCCPQw#e4@TB7D#M+{?@N-5tO%4D-hbiWJ8&!mLb9f&O{aP4S~-J@%cPw66a#0RRxXvbUe_J(66NfHWtF@Nh6N-1;uLWv{`Ti$H4_JYD@<);T3K F0RYv6I(Ps8 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/tequillasunriseglass.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/tequillasunriseglass.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..ae00b07258ff2a136de95335c4264d8dd5b7efa6 GIT binary patch literal 208 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}U7jwEArY-_ zFBoz)JBYAch!oklF=)fa^QJbvrR$P*&pTjzqk>JF`OvnF92|}pj;8KC96l*6&c42l zUqDb$@FMT4Lc^~+Bs|TgOfx(DS|k1M+s|5!bC;$+VP;rxe)STQs?dqudwI9b=bdru z`8(^qObuEwZ`31qRvf6VmN_A?>Wb?>;fR#$cAhR@!qt8GH5po;Tb}~Diow&>&t;uc GLK6TKPfz3k literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/tequillasunriseglass.rsi/fill-3.png b/Resources/Textures/Objects/Consumable/Drinks/tequillasunriseglass.rsi/fill-3.png new file mode 100644 index 0000000000000000000000000000000000000000..3c674534ad03d41601b5007e6b2dea802ac7066d GIT binary patch literal 257 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}yFFbTLn2y} z6C_v{Cy4Yk1sZU<9n@IBG^672;lG{cc6Zd>^_4AW<-OOdt9P*Jz5ej&n)B>OE>|Qz z^5N;>Ia!sZV^Yq*%*=fFjko!K10b-tGym(AMV%5^2?9Y=Z2 z@cgeg{I76bW|QoJAJ2g*rVDgSw*D{rQ|~=b`9#ryxl>u~|Jyf2>3yEgd~Dfl=D0rr z{|_r1I&eti&-Azdqo2j|C_QO^q5*a(j|Brmezgrh*T)xvKyNU3y85}Sb4q9e06tJ> A?f?J) literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/tequillasunriseglass.rsi/fill-4.png b/Resources/Textures/Objects/Consumable/Drinks/tequillasunriseglass.rsi/fill-4.png new file mode 100644 index 0000000000000000000000000000000000000000..713061e6627d5e1f11e0ad001fab982d0cb8227d GIT binary patch literal 292 zcmV+<0o(qGP)Px#-bqA3R9J=Wk}(RxKoCX$ZbH~5SQxOeRXfk%4LpQkEqD%#w7G$$wM~u@P>7`p zq9Q^JE@L69wmXPe%&TUHoj-qO7Z3zN5Cq{1q{XRBi&M#|Rh**La(c{L<9M*kE_rJl zyS#?NsNW5Jw7f1mTvKPlG{J10H8CR zHGFk6*MK5xXctt9tikbl=IF2uzyhcN+6R@2t)cyU6F#v1z@-)wB^Ef*J`=M-T+zFL(f|?o2e`TMRq^0000Px#@JU2LR9J=WlCf$6K@f)j**h-VXmf&1%5Zi*gRO;6AzU5EQ`l*nH^?)j@i7h( z&{73a5ac{u#^y$BcM_6jzG`;Z+5exJ1q{P54C5DARL9k#I<7Req$&FPd^;@rWoNW~ zKP~%ZNAeDY>99y+-io>`h^Uy5Ji9cyA(eqg(VwC+fHNFr!E=+;0C108{7RihUj!)& z9stCM29<%A@%)K6c-|&8aqu_*#K9MnSvU4A-3kEkuI)MiXdcdys3rgal(*yGC$+>H zR1^6Ac)jqt{eaKGOZ;aBHud0&9#YCf#`~l}PrpjTFpPia2D)ogPrzI8B>(^b07*qo IM6N<$g0;(p_5c6? literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/tequillasunriseglass.rsi/icon.png b/Resources/Textures/Objects/Consumable/Drinks/tequillasunriseglass.rsi/icon.png index 403929ba3c0c0e7d4b6b5b0f4e2a1d20c8c9ea0d..477a8dd67ebf9f2099a5d2f8fbb507762fdb7c5f 100644 GIT binary patch delta 577 zcmV-H0>1sx1la_TBYyw^b5ch_0Itp)=>Px%6G=otR9J=Wl}~FEK^TXh$!^kYVv5kv z&{Uy-RivRAKj zL4#4w5F0I0U(L{O6?^7+5-8N%Qf_Lzl-sD5F)j4)|;}Kh!d$4*p zp|-w1kG1yJ9PtDpYF_d@3jnB8KGCkS`fR%+7c#|)n1A+^A&J#Km)%BiHIB3 zj$s3I)**z~#E@r!u7)DwMgiI)e()rawe0lmx1TE`m+ppzcB8s#*h0Hewm@h%I&V(z zWGy@0JISX&2LZZf*f{Lp5Kima2mS<_AO>2Wf77trYd`q<3)TxW4gIY(fG6CjUiUu( zz62`v*g76bOfld_^rqpE^q1pHAZyv_!r(;bCS-8G2%3i10SpKT2mtsE@EgU~CuJ`r P00000NkvXXu0mjf*vk=H>1knVLBYy%INkl3x&$&145L3>~^=4*Go2(if(5_ z;$ff5yu0)Aygz2%nO!D?z#x?xX!Qgj0r(#P%#$W^&Sew}A%BeDD=^zBs2C#ZT zusC0)a}RLNNr+#~udQ z3bKr}03ZUa*w}b=o%$Ea8$jt$W=T2Pa60ySptv%Bmh4Fjrz|Lw8ERh00000NkvXX Hu0mjfPx$rAb6VR9J=WmcL5^VHn51m#2A}5)_0&P!LAYP*#J`@NPQzSGY9^LLosA4dEm> zw)h9MCgcUtI~YwyL%a?g9u^Lg+6!2u>FCjX4U zF}C&Hp_E$s4e~z`_R$2a7T|7$3WSh>NyTBSYl{*>7^SpFe(RYq)dx7rL5K@7*6s*{ z&LoEx_$E_rDcTkQ7;EFRUdJW_ETteEJ{k2w5N=7<&BrB>skW4GU{whhD+-yP+n~it z9>5f13{6#q^BSIAaj$e#fJa)A(Y)8s$t57Vobb<1uOFS|Dmy2q$lN@5webt-vLw2k zu$5)h^1$sf6#z0m0RV7JT5I9J>OKG@V$pOwnTlw_w)6X!!`x!;{^-X9uK;Vly9b0- z2s{UC1OYvSzZ8fkQ;|e0nl_SyUw|1YHx7X@!zB=s8s3Ae$MW`!z4O_%%aDC|Jq}3? zZ~qJi1v>EUvtJNs|Fb~ut)abq44nqK4VvTWv=$vatH%wW=M28oKoGyQ_I oCCPx$B}qg&e z^R2mAfg~h zvHkWRSOS9^>bP0l+XkK D6@fTH literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/thin_glass.rsi/fill-3.png b/Resources/Textures/Objects/Consumable/Drinks/thin_glass.rsi/fill-3.png new file mode 100644 index 0000000000000000000000000000000000000000..1fa6f6051fd519c626ad61ac866fc3a1d29afe19 GIT binary patch literal 172 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}X`U{QArY-_ zFKy&yP~>0@*c0RQ=FS1lJN0ba796>BYPH9@X)VY8Yf1gs-@pM>{-8{C)1GU$?2JEO zTx%ZW5PI^=imhcek2^&^6d0e@S5Ufr`1zcltp6Tvz4nJ`@ApR!lY1^0GatBXH%&`v UYmCzopr00opqf&c&j literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/thin_glass.rsi/fill-4.png b/Resources/Textures/Objects/Consumable/Drinks/thin_glass.rsi/fill-4.png new file mode 100644 index 0000000000000000000000000000000000000000..f9b3c6e5a8bc8ec36bf704b298ccbdc5d4753eea GIT binary patch literal 184 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}MV>B>ArY-_ zFBoziP~c&`utns^+28W&t0!+S=$UM>Gt10MSHzBvH<}3#*KW0C)v-CYW1oYjtL~of`}Q3$zEjL7o_1}{ g<~n~ShCRC(zXcmIre4T>0yK@m)78&qol`;+0M|rBq5uE@ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/thin_glass.rsi/fill-5.png b/Resources/Textures/Objects/Consumable/Drinks/thin_glass.rsi/fill-5.png new file mode 100644 index 0000000000000000000000000000000000000000..38fde85e27a1a36aee07e0b91d977a826833fd4c GIT binary patch literal 184 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}MV>B>ArY-_ zFBoziFyLSfh~`p^?t5QpQg4PYl>6Lu0Q6f9sl}WfT}0F>EKzv_00XHQ`W|Y zFL8K3H)Lv5_HFBP9*q3qSLZOv*&REf`QYK!Yar(HKl>XxX0$Jlc_1mb(}BZS+W7W& de};x~^Yx#N-b}r>AqQw4gQu&X%Q~loCID?WMJWIP literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/thin_glass.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/thin_glass.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..19f1170c75e917a2c2e01761d28f825bdd278e6b GIT binary patch literal 345 zcmV-f0jBPx$6G=otR9J=WmA#6>KoEduOi;lbqO}NK~W{y(xSM-z5qu?tF$zu?Vp_ zt(GJHjg5ww1i=Yzn*GWlGx>IAk_9jr3S^3*3+ zNzBK9aUhm}-F4t={7Lig=pn|c#mc(j+Pn0`AvpBx*|!K}XFmJ+Wz}eKl9K(V5W{1l zPoUKs6k-=R>k}viSzk0yfT(2O(9$OWbSZ=miP9&44GY>I&O^^p=LpKMtfoEzp(Oh2 zC|v}99g%zbW3_<&BN9sDV)IYiI0lis7ha*#2)1!tCB2$J_BzgA&2JY7J42dIMj({L rd;7T(tQ`s(D literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/thin_glass.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/thin_glass.rsi/meta.json new file mode 100644 index 00000000000..1e34ff75f85 --- /dev/null +++ b/Resources/Textures/Objects/Consumable/Drinks/thin_glass.rsi/meta.json @@ -0,0 +1,31 @@ +{ + "version": 1, + "size": + { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi. Fill levels by Tayrtahn on GitHub.", + "states": + [ + { + "name": "icon_empty" + }, + { + "name": "fill-1" + }, + { + "name": "fill-2" + }, + { + "name": "fill-3" + }, + { + "name": "fill-4" + }, + { + "name": "fill-5" + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/threemileislandglass.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/threemileislandglass.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..f0ea69eec7b7dc57d33579bafa4dd4740e8f5f73 GIT binary patch literal 482 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%z=Xkm}hE&XX zJIirWlLL?I<11^f2p8~`&Rv|&JEvKA#p_6mgFee#GiEKgRv$V|jOpc)dh?K{`5MB4 zC-<7PTz+`tYHsk)`)B?<-?LtoJz@Xijhwfgetb6D$tb7UFf%-q-T3m?nwK5#TtEDe z?gEPZo_*WvcZ2uBkHIJTdlz~znr!H}095d5+e(v+7O9X@v&z|DE=cV2X1TtkbhD*w z-`tKrlkW@Nh}?esm{ByN)SXlHyYIKE$$-%9k%_B72V2tYv#7! z=cfF)$-3cE^y9$klk6_$GA+BKzMG-H$vwA9^QHSLexT>!;DB||9_v4+mh1}a{>|L+ z$m)n$+^WdQS<~yM*eCe7R|VD|$PeFPFLu-Da^A$Z5t*A_$$DsRTw#AeUVhWEDMyZ7 zH_cObcKOx6e1?6)i)kCwvVWJX+#1d$Uw=Yw@*pPTbL#h&f&vgIe;e>4A)n0K_lPMs0%I3VML*B=HZDJ9>`@81GJ N;-0R4F6*2UngEQi*+&2X literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/threemileislandglass.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/threemileislandglass.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..76f0ead37b0d2d76238294382c0328713867d09d GIT binary patch literal 398 zcmV;90df9`P)Px$NJ&INRCt{2+DmSOKn#Fk(q)qqmJ!%K!@w;w4_^ljVCLje!K_9Q@U7kCV+;w^UzjCOafPA1Sk;uoOwCnc9cYOq8 zB9W{UUNr%wZ63Y)^7x(j<_T!=L05`j!!!X~!J|I(O7U8L1p@#8000000M5?6I(%kh zKP;cO>*{aw!}|l|aRgZ@PPCeV`vhp^vdCgZDvUNMj>@WRPx$iAh93R9J=WmcMGkP!z_$7B{sqE{aId&ZS!^T}ozg$paK0ppW8EkkHr25;D7Y zE8PkPLXmdR7-NP);C5(}#;ZBW_0Le6Zwfc}p8W1P-?=wHp+bcU{db+Dy%>+j8)K@f zVmQ(n74YivA~mL}svBb^Dj2WfNM~BVN6s-!i%}4J0RTX!)4_xOD7x%$003}%a}96l zBMd{ho`>oC2i%2+#e9zLdH1*gpT3_t=jr)n%_mezgaPstm-h+fi`)SGt|%F%wYF=m z-(!YpF>K)%%E0~L4zG^$ySP+>EJPx%K1oDDRCt{2+dWUhKo|$`M*=#!II|iPU%tY{xU-lz7-skuL=(RQkTAK*zy~l~ z{08DwnZvQ$9M3kJ*Y(M9X^@%OtBRbJ92nBkB!^f-vgz9_XfZDV4~q z;v0Q@`&v|bgDM4K^!Jn1_?`Z6SBPybKIF}$*ls--iIt(UMlJ*6>sMPX(s$4(nEy-a{_bAangPJ zIOcT%Tn`^Qc%6VE%tg`(C_?MY1L*`LwLY6kDM|xS8iL|VC`x6x;N2Xsz7dx(=5+&* zeif0l^TF2cXq~ZKCr_yd)LCP$s~}kvY1@m^DoETTZ`=M=>z(K~8SyaWV=|=vkm>Y? z5k(P=gD^g1{H>~3x#QQ*h;Hx5_V)oMC>4BtcXA$Nof};D8tvQDZP}FkvPx%zez+vRCt{2o4sxmK@i9Pi5$61gA|1#1x*@0USWmk(;!i~j^Dz92pV1>Mv5q? zKthTi0D0da!c>P4g(X}Wp`-#i(o$G=IgYdAoBf#EyZJS?PQIPp`R~rm`E~(85ClOG z1VIo4K@bF?Eo@P4(pvv_O(|7+-8FeT2kPk0RFAsejh2wNt&}3SvrW0FXwaquHn?y= z6_iq$t*IV$UDzcF5Mrj^MmqT7r%#IGcHsw-0Kjqy0(`UoJ9ZNw{AAEtXJdB(S%9e? zbq~~0;;JK?P>0Z`l*&Ti?z7{WZF?QcP2*&4006@?3;^@|_$euwQ~C7m*J68k))@e1 zoXi1YF;SIN@bTB52F3s{UII&B1Ra0Iq}N|edi_NkZRbC2ASqWg{P5lBPWs(fOwNa! zRrWWrO)ZxB z#gu)TW1n>YgFBD@iGg3{pLasl<4UPo+NZYXWdh}$!S$dP3*J|79saiPjm;z@=YVyz z!RfAWT80YM5doMH0hl4>0EzMLkQKm;mntYGxSvzFp5%kFE@Vb2Kx{dH+sW&Y6~HWx zR6)#06~v4Pz)aKvaK~>KL@huQauHd8Cd|G%Ko(%t4(U)dWdc}*AnyI4O~6Wkd$#cp4`5_zw{Oj5|MhwGU$udVhY(;LS&KZk9(BSoh~U zzJR70yARc7B;AAI2Sop2onU57qYLCyy-Bj*E{ zAqnvK{*&w5f8~}mv?!%Y?Z*~+1VIo4K@bE%XfJ;O1)DjSdud0}00000NkvXXu0mjf D#w28D literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/toxinsspecialglass.rsi/fill-3.png b/Resources/Textures/Objects/Consumable/Drinks/toxinsspecialglass.rsi/fill-3.png new file mode 100644 index 0000000000000000000000000000000000000000..ad7eca1399adab2f0f5d3c8116d7283f86e37922 GIT binary patch literal 883 zcmV-(1C0EMP)Px&ElET{RCt{2n@?yHK@`Tn{39YH0igsu1QDT7i_n7y@iLU&b7-Y{=s^%t@a(~3 z&*HtFMZ{w-qIlWr!GqAEw}4nEG^NM3mS#zocra5Yo0N8D-_GoI-|y0Nlg#(tym@ak zyKe!8VHk#C7>2P-l;XhdkGOdB8?0OqzmqDP?HVQxzRv+Ld1Eud&3&1D# z+sZ)IclkO>AdE{;cp_ZkG7BhdFb=>l1=|2_nU0~05Msnx7r|F;s4cfT>R%JIH(~(r z2Q~jT4$Is1=^g;g9kfe8{F^i(1h(tby}5&SDXcBAVFLiD`rq%|4<7vfQ7{=#I{-%~ zr-N7TKlSrLP?X2kT1z>=j`K;-fBo(wFc^%yCvDKBc=1O@xqkAu|7i0w0QAqq6$9g% z1iA7i=`XIV_U^r1FHQdD_&6pus``uHzKp%UHg@E4kn96~t*rKdcvm3R*rwye<(qZ} zoE9sE&6y`b9%{+U0a&NADnt6(8Bn=#E&urGOySt?;K<*{vA>V!FCShi{V5pg7q5!G zb_Pgx_O?dOLN+c_d!Bbzi+A?6jBTfYO5bRZ`Pqd4hCg8`n4ewfhmYA@0F(4hiDeSi z$*_HqE^WlVinDSD&2*u~Qb)5g=@jrSNyl&i9K!){jP^Nz>pLx+0giFHn@j?(_bHqK zOt#5_%FkW|-Ac7?YxSL{Z$&%?v~S4V{rNRN z?2jJ}UTcZWs3hxCWAuE$dHwM+3*x+FeNlhD4I3ySy(O6hr;}iV4*Yz8W77J3fHQq+ zOiNJCc7MJsEyEgbT|X{NpAR7GkEha4TkU5UhG7_nVHhU6`~!Ypl@3IJ!9)N6002ov JPDHLkV1m}xm`nfw literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/toxinsspecialglass.rsi/fill-4.png b/Resources/Textures/Objects/Consumable/Drinks/toxinsspecialglass.rsi/fill-4.png new file mode 100644 index 0000000000000000000000000000000000000000..43e4f884c115f7289cc99095f1713f4d05577f5e GIT binary patch literal 852 zcmV-a1FQUrP)Px&4oO5oRCt{2o4;!lVHn51>GgVQOd^yJkr1Q^f#A|X!R($%VV`^S#uD7=~e(MI@tog75oN2qRroM164R?|JeuA%xbomM8*RG~%6~ghU2ZM14RNNE)GN zeyH z87Q|s`kurH?I|eU5w@_I1r#x88*rY2EdaN5uc3+%;zDC>m@mgr*w{LfKXp*P5d(m4 zC=Axn@eWGW5df?ow_ITQH)%o$9F(e~_2ZTs*N!j|0|3bSAMe}?AAJ4f=v+@L1J=;- z+T~g=>pDT!b%J)e*3-F;4q4X;03d(*(}}breG{GEF4uZrs`rPo{?%V+S_2sXmQ_zU z>-NSwjb`vJ{>SEH-58X(+4_8CyU`rI1wzR28`R%vGy`1J4|VmG4Y=0*9X#3pFme2a zmb^Oirmt*3Z#n1e*Pez;kf*#1fY+KKEVjOS23&VfyMrG$fHB6%=&j-jm^Xc81DqA7 zc=G+^&-3k9L3C{Q&C3-NkEwm%zf^zf;^$E7^W$jCC}#iwJiPlTgyua21^?4Gm4QMC z>+NR<(Q=VrOHN|!l_YmQExZU@h7GU`8(?S_VXorYO%& zq7ML__q(@DYEwfp1({qA3L9HTa;Gn31_1vWZgU!lG$S*F5Y`{8>7Z%br-t_jScdlpScdlpScYtW0Bu;4L?w~7_Xkju+Gj!Y0`CuC7=~dO ehG7_nG0b1@v6kDLy?X!o4JUtg7%>Jc( zVeC1Ubx$RknVUs?We*%WeKtYmNcx>EUvCuW6g^>>B*VaLH_eLoMUwTpJI4i-*$gHw z?wr+-#rNa?dwJutvJVdabYAuL!qMlq*7z7tI9eXF^ZtXAf4%2C<6FS0aGEi^{{QI( y)0jQZvC7S{Us4vc^FL2)PZXaN$dMOh85n}nbU9qFPCpCu0fVQjpUXO@geCx4Az|MD literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/toxinsspecialglass.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/toxinsspecialglass.rsi/meta.json index 63e49d4dd48..ab24158a61c 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/toxinsspecialglass.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/toxinsspecialglass.rsi/meta.json @@ -1 +1,81 @@ -{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", "states": [{"name": "icon", "delays": [[2.0, 2.0, 2.0, 2.0, 2.0]]}]} \ No newline at end of file +{ + "version": 1, + "size": + { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi. Fill levels by Tayrtahn on GitHub.", + "states": + [ + { + "name": "icon", + "delays": + [ + [ + 2.0, + 2.0, + 2.0, + 2.0, + 2.0 + ] + ] + }, + { + "name": "icon_empty" + }, + { + "name": "fill-1", + "delays": + [ + [ + 2.0, + 2.0, + 2.0, + 2.0, + 2.0 + ] + ] + }, + { + "name": "fill-2", + "delays": + [ + [ + 2.0, + 2.0, + 2.0, + 2.0, + 2.0 + ] + ] + }, + { + "name": "fill-3", + "delays": + [ + [ + 2.0, + 2.0, + 2.0, + 2.0, + 2.0 + ] + ] + }, + { + "name": "fill-4", + "delays": + [ + [ + 2.0, + 2.0, + 2.0, + 2.0, + 2.0 + ] + ] + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/vermouthglass.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/vermouthglass.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..a63f1b954e1e7eb8e29de2e87f8071f0e5a42040 GIT binary patch literal 187 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}rJgR1ArY;~ z2@|M{^$SDw$T6xHvIqd#r(9##Hk{mBRonQj=i7E!?R!V-=QDxC0QlE?tk;I+y6Y! eRIn9}ybRx7DlA?1sQog~0Sun5elF{r5}E)YxJi`& literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/vermouthglass.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/vermouthglass.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..b4be0ea7a947ce76b424e2a297f6f554b939b521 GIT binary patch literal 206 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}9iA?ZArY;~ z2@nE*`PKgnfIuQDWz)qYj0WxspD)TzNnLWntE*CHi4}uv#J^h~ v=RXubEMN3>@|%Y5Jxwa@w=|%(I`T4Xy`kF3v{WSm=q3hFS3j3^P6A`SfE$W-ra9Q+_$dTnUZ2a#bMG?bA)ma=%ZfH}R%DUXWYWaADaygS%A>vw!bn zj#yj%Z~M%7OB{-|#TTBHnfA`o`qxB8j$6y@e@*1feWfyU5z|xC*?Z1A&E6+6NoX#E zg1zdu%ezzlGAL&@F6{JU2$;RIA{%Jizgx^Y4^7T8o4APqJ;31U>gTe~DWM4f8ZTsr literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/vermouthglass.rsi/fill-4.png b/Resources/Textures/Objects/Consumable/Drinks/vermouthglass.rsi/fill-4.png new file mode 100644 index 0000000000000000000000000000000000000000..da847a11fc04a9699723405cde2b80a918ed9248 GIT binary patch literal 251 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}TRmMILn2y} z6C_v{Cy4Yk1sZUjV7Q#Ouip6Wv)|@d47w*qwEqA9-@f?a6P~?~bL4vLZ~mNdv%c=v z=>rE2B>c=i{-1eIq7Dxb@XZhZ+qlwv%ZZf5tC%OqHtMvUbvzPv4yf#aQy23F#?$fE z|BU}6{cw&@Ej!@S^~nGH`^-t%f}t`6?=R|wWmz{YF#)M9_;=(>{EsJ|o%L*NLe33h o4NqKt%nO|GBtRPGz!i)P?49P%7kzN<26}+O)78&qol`;+05_^?WdHyG literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/vermouthglass.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/vermouthglass.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..72476b77c00bfc8a3f4e8bec2e28c63144d65c3b GIT binary patch literal 348 zcmV-i0i*tjP)Px$7D+@wR9J=Wlrc-gKp2MKyTn42;+Em)=-8=Sq0o#O;^co2|A0fc{(^4(3oczV zL=eqZbdzSWQ0iiaObUgjCCPQw#e4@TB7D#M+{?@N-5tO%4D-hbiWJ8&!mLb9f&O{aP4S~-J@%cPw66a#0RRxXvbUe_J(66NU|>3GcS~~nk)6cPT-I?U%6Sg z!f5Ww3G?`56IPuK7JhwW&&zwSCYqmlTikiPd%+|Xlkc?$^$X51GF*%FTC9`Ku;P>9 m*UO^J4O_Pzt91I)%)jfA?(xWu-mgGMGkCiCxvXPx#=}AOER9J=W(6LGbK@^4Ib7pqpE{F)WX?z6*3mf+(6a*2hQ&CNNq$^GlYy!M#$_+mUv zZ(IBHPLPO|wo&OLp4Yb#t3@tfH3}ZsJvw$j5&!_rc$k6%s*s>0JZ&B@^~&%2;l^s# zW|14PRK^Ig=%SMZ^smp<&4`5};=KzocP~5OCG=B4r79$TPDw|q=VzRf`sjT2kN&#s z;Px$EJ;K`R9J=W(!ELpK^TSMb7p7uheQq7dKKDPrL;_=m5m5CDbre{5fsuUAXctc zUV)XYSo%{~*xCfO6BLrTyEC7+;6Mt+dFqeD3o}3v1VIo4!C!NH`+Proe0!SL9(|7M z*{6)|#)yFUy3WNYATthP1mpD`x;O;@ zyl?CgmnY6=&nw_`a9GBQIy08DS|K$~S~q8o5Y;pe(@NW{QF;X^pX1&AgTx6PAV{^v zv{YP(YY>!4rI5uHI=w;Sv+4Z=OKAlNSz0BEfQV9>f<#+P+4|A1Gs;xxr&#&K4W zij+92S&=d+Bd<^WD|iPx$MM*?KR9J=W)4NIoQ4j{;f6iquMw5VTopquDmK&{O`O{40+PHetXDxtOTd-yfHg?Gd z5dh$QbDwZ^YF+Z23zS2~)DY5Kz=F7TdxlRVP}1|gBdMGU2$$jW&QUhb1jpaYmUMv+ zBP}q$WolGWiDvw31@;aOL(60VMx+W%GeIjs4g&GS2*iOwqtyvrGM!IQi44F*Ss_>u zz$}C!MyLvmX4*B*y}+BUSw(DPZ7DTGf`|i|lOf_sCY`?OPjGIWBnbfEvfZTZc9#L* pvAaWS%?k#AdcD5DdY<Px%B1uF+R9J=Wls#w^Q51#Gd2eRj+0D7I+H$`SyitbXZT`}mEwK?=2JsXYrS**QFurK|96^X=x%b0@1WKdeD3 zfe2BJ8dB5-oqto8VS*u6mK!osw(@@Z;`ix?Hzwv^x0Bs`oxUK7BD8us^*7gSc(j-RAY-GU2#6@dD z4!pufL9j`q;0ab1g2h=`X_a7+LOBDX7B(kb70xQ!ScE8~5`t_b2D?Rk72vr#vnrtw0bU(3*-X1KrR3v@J(#4+kYqvxH_pz|4pE|ZlmhS zgP8=Hi_4LZgqJ`tGK@3jN!)zC;B~A186e&|&ld;))e{HqfE0)$K!~#h04gN{fK<}Y zZ7qMO`!KT&At@`Lx>w(S3PXirOMNc7Fjj+{y8UhKvq7c{6qH+tkdpU3+fLBwMk)T5$Nu!zk+N)O=obdrHDT#fFTrDFD6a!CRmb#-)`* zXS+`506{UZ*yt&a6jBhBZlVwt5-jdN->HPL_jAqk3K*E)STO-W_N;~?Afi-2;gGTD zY#LB$uip0~(;lEwcFmMsKyjgQj1y9kQqUPx$TS-JgR9J=WmA^~FKp2MKyQD+<0}8d(hJu2EgZ=?=vRfnMA8;2zaCHzm=pfdi z#Z7c`c8yvWiGw&P3LO+d7pc&(Q(AL92T|Pe9c0pb=I7pfx#PYAG#ZUY^WR|3>GUTY@A%i2L4_{@~D9T;5l>K zU`$fncIS1A;&GJ%)Xh~O6=*Cu_U7sJ)O0p`NbxW3pBl6KE0c*82!a6MMpVhCZz(>Q zAw*w@#0q?cf_(ha;L*(P!6?}RVDjp%cSLomspJB#720Qak9%?6`NQ*$YlYB>ArY;~ z2@)^WgXCV22WQ%mvv4FO#o4mK_UPE literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/whiskeyglass.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/whiskeyglass.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..e3ce3f582c2bdfcae1475d9d8d13482c15dda321 GIT binary patch literal 203 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}t)4E9ArY;~ z2@?*%j%j0n3gFN7*$j=uEQWRmK+% v|4yA+KIMh_O~&~aM{a0rEP&azfSEx*Q{Ak6>N6&wgBUzr{an^LB{Ts56Hrch literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/whiskeyglass.rsi/fill-3.png b/Resources/Textures/Objects/Consumable/Drinks/whiskeyglass.rsi/fill-3.png new file mode 100644 index 0000000000000000000000000000000000000000..3d4f142a2c51a5ebb82b82e98ab138963d161949 GIT binary patch literal 257 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}yFFbTLn2y} z6C_v{Cy4Yk1sZU|NnpbvibE3{!gCUKlAVN<@`82`!{{kEV~<0aA2bC>iEUo6SEYp6g0UcfMA>6tBMByd)Dim8bv2 s%IFygwBW#pPUoIpF+NF{GZPpX+GP!StiFD82YQ3S)78&qol`;+0Fvrv7XSbN literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/whiskeyglass.rsi/fill-4.png b/Resources/Textures/Objects/Consumable/Drinks/whiskeyglass.rsi/fill-4.png new file mode 100644 index 0000000000000000000000000000000000000000..e7b9291d620cd0fbae9b142f0dcd10517b723e5e GIT binary patch literal 254 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}J3L(+Ln2y} z6C_v{Cy4Yk1sZUjV7Q#Ouip6Wv)|@d47w*qwEqA9-+ps#<@`g;y$b*4zo|L%#@_yK zYC=Lnz>baY9{c`fQDg&xuif1D4qmBt73~hV%6OvBLG17|g(Tf{pt1zTql`Bi4)vDG zYhLu9#B67~fBDb<=igtS64Ajo!y~XJ<$TtvsB;G#lB7V2Z|qv}n9;8C{SGeHpfk#v wEE$X*el7DYj@-z2I05K7w}ToItjuf-(e+k3T&>#0KtC{ey85}Sb4q9e03d~9TL1t6 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/whiskeyglass.rsi/icon.png b/Resources/Textures/Objects/Consumable/Drinks/whiskeyglass.rsi/icon.png index e423eeba9fd7c3ecadf3b0144a32d5659b346ff3..1988787ae0ed3ea27281bc24a368d3f9472bc515 100644 GIT binary patch delta 364 zcmV-y0h9jh0)_*SBYyw^b5ch_0Itp)=>Px$KuJVFR9J=Wl(9?0KorJ5O-LF=r9v|V zhiqyoI7%tvjVWYua`c~Y@1&c5gM;8u$P{P>kzfR8p_I6&Q-lga0@frNba3e)%{z>^ z+;6?_efQnFcLxXr0>M8sM-lnH4|iNdJjS*z8H}+~olG%v$A3j+w_98R+?!zpz^EjE zytIhjH64fj%TmMX8j_A`2mp4w)dR3InkZcWXfEV~A7lXlc*BQYJ`H9>S!ilkd0k0G5^-9-1@1WS;g51OkBo0KNc;vsv=$n(tKr0000< KMNUMnLSTYGp`v2| delta 338 zcmV-Y0j>Uq1MC8jBYy!iNkl$MEMG)hk@Y-VRghB z$iTqB;A5%NK&;vwSMC#~cEA%MQ4a9n{2^7jVJ1!x!>Ty`GctFA}a(g ze`T+_{FS|m9KGm(q%`p9`9006uNWu);b389`|r|9SmA{i)2!QpJWG+V*w#B k;Avpg0izBWb-<_t0H&=|gFl#=1ONa407*qoM6N<$f~}I9@&Et; diff --git a/Resources/Textures/Objects/Consumable/Drinks/whiskeyglass.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/whiskeyglass.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..77913d8c3a8ca362e43e3c2d66158712d932f627 GIT binary patch literal 265 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}hdo^!Ln2y} z6C_v{Cy4YkF|zd>(Xc9bz;Jk4c>Vl|NgMhlHcx48W_B#qIU=#`>DBw`cGIj>EE7(D z)IKjEA+cn|BL=a!Jho~{!?sITe{)E6tZCOMJtB4Dz<~n~l2=}KSaVA@{GIU9X`LeM z7nlT|GVq_151MN2=XLXR$5O$?b;qav=9Qac-_f;hp&(Q9F-G?JduEv?@O^mjN72>i zl$z>4&mxAk44zLJLS6paGZLK@AC39w1=wd|{|oJ16r$&^rvC Lu6{1-oD!MU|>3GcS~~nk)6cPT-I?U%6Sg z!f5Ww3G?`56IPuK7JhwW&&zwSCYqmlTikiPd%+|Xlkc?$^$X51GF*%FTC9`Ku;P>9 m*UO^J4O_Pzt91I)%)jfA?(xWu-mgGMGkCiCxvXPx#=}AOER9J=W(6LGbK@^4Ib7pqpE{F)WX?z6*3mf+(6a*2hQ&CNNq$^GlYy!M#$_+mUv zZ(IBHPLPO|wo&OLp4Yb#t3@tfH3}ZsJvw$j5&!_rc$k6%s*s>0JZ&B@^~&%2;l^s# zW|14PRK^Ig=%SMZ^smp<&4`5};=KzocP~5OCG=B4r79$TPDw|q=VzRf`sjT2kN&#s z;Px$EJ;K`R9J=W(!ELpK^TSMb7p7uheQq7dKKDPrL;_=m5m5CDbre{5fsuUAXctc zUV)XYSo%{~*xCfO6BLrTyEC7+;6Mt+dFqeD3o}3v1VIo4!C!NH`+Proe0!SL9(|7M z*{6)|#)yFUy3WNYATthP1mpD`x;O;@ zyl?CgmnY6=&nw_`a9GBQIy08DS|K$~S~q8o5Y;pe(@NW{QF;X^pX1&AgTx6PAV{^v zv{YP(YY>!4rI5uHI=w;Sv+4Z=OKAlNSz0BEfQV9>f<#+P+4|A1Gs;xxr&#&K4W zij+92S&=d+Bd<^WD|iPx$MM*?KR9J=W)4NIoQ4j{;f6iquMw5VTopquDmK&{O`O{40+PHetXDxtOTd-yfHg?Gd z5dh$QbDwZ^YF+Z23zS2~)DY5Kz=F7TdxlRVP}1|gBdMGU2$$jW&QUhb1jpaYmUMv+ zBP}q$WolGWiDvw31@;aOL(60VMx+W%GeIjs4g&GS2*iOwqtyvrGM!IQi44F*Ss_>u zz$}C!MyLvmX4*B*y}+BUSw(DPZ7DTGf`|i|lOf_sCY`?OPjGIWBnbfEvfZTZc9#L* pvAaWS%?k#AdcD5DdY<Px%X-PyuR9J=Wl|N_`Q5?s=zxVE9E@|3A ztTmyd+CjxZgzAzGVo&Vg(!tTis0a=sICO9jENVIl5?pLoH|dZ`?m(zIN)S4UAgPG> zC$0H&cklfi($-=_^P<_B&vK8u-@V_5-~I0QfIfZt^x5lByMLRW=WVTXxm%UZweJ_Q z-E2NNIoUBr?Dp_a^5PDeUSV|(DFVoEU6;NnBZ=t)(x_T(1#-E8ZI#L6_VWjLIFoN} zeEOJ?z|wNL0-&QrTLIr+*R53{yHWOxYI?Zy;w^x(Nq$(Vq*+|20N*cUtyH`MATvF2 z^eTuLtO+2nR(}KlBm^@6BEg&QmC7IPnh5OLggYSOmCv>O`yX@@L`>4sBrOdRyghk0 z7&IX;cYY#^rB`3?ojp-}_wgHKSVwt{ifM0=<5Hn=at6v7py8K`Jebt{=E#MgQ20-`y*O(tlG8l1f#T>X`rlfWQDSxQ|f} z35`fVgLv%qGyDn#l6I?atJ2aeMRe%?6OI2JM1L9Z!lSuhEfDN%Bum%|>!H*wKcEp> zYAD`hfQD6kIC;)ivt;hw{M1aI4D3!)DUVAzm$(;#H?>|j}6o@52h&2QN zDkTDdR8s$Met+rRunTBoZAi-U$4dU~H{Jp%)SjjGEU09&c|(#e7m~%R1DSB@(PH8J ziSB1_R-lzYgy=3#OIjO*r}|-nHg>(3mX1~{ulg>2@0+-B;Nb0vC`sF)3xMN~AB15= z$NrZU+f|yTuYka}5MS`&+yHGV4FLF>yH3ncSx_5OHh;!N+X(;wKnMVI>=Ud-L^W2h zp!B|ch+mOHt8W1SW$jtfDn2xF&$`GqPy>|bPiEpDH6_6xvlidrXQb^0A5e`v)0tiu zfX?;c43G<|ndM^_DpqI#LE1A|t0}gpVi1%{q!6ScEF8I9c4@zc0RVuWU+YXq0LYrr zPy|Gj@_i_5@eRuBKB%T*ODZc=rt9v_9^4ss)^yqjwu-021zs7R6aaWVd5tFvGrPAD?Pl!x eji?FG1o#asLgE?hi7@~G0000aVTN{ diff --git a/Resources/Textures/Objects/Consumable/Drinks/whiskeysodaglass.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/whiskeysodaglass.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..607e842ce5a283e0f97d9508d673df2188cfacfd GIT binary patch literal 507 zcmVPx$wMj%lR9J=WmAy;DKp2OA@1=tM0-;uI78k)m|9}cYyETHVgS*lSZX!5za1bm? zikozFb`$Xf91;)&7eDBtpl%fkE~P_TdpU>NRIxM{$Y!1;NA8#R9^T6(fRB%l&wq#d z-82lt9;Z?pmG0Oyb=6JrbUN*rVS^@ni@lfvKP9xBP?FYliU(+4Y)o(UL+0WhU4lLY{f!g-Bz&jdO}A>CG?u=dpM zq2;XrNL*LzIoYgiRcQe&*ig^zo(oR7^T(GRE!dF$WV`49K!Kr_V}>bGd*8*?F(k$~ zh^@ML#!~?;*ibLZukR3oq1_%LB4PheiCKaeA1SUUkk_Say4r${L^Gj2K002ovPDHLkV1f>p*7*Pc literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/whiskeysodaglass.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/whiskeysodaglass.rsi/meta.json index db0ac608ed0..20e933bb577 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/whiskeysodaglass.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/whiskeysodaglass.rsi/meta.json @@ -1 +1,31 @@ -{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", "states": [{"name": "icon"}]} \ No newline at end of file +{ + "version": 1, + "size": + { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi. Fill levels by Tayrtahn on GitHub.", + "states": + [ + { + "name": "icon" + }, + { + "name": "icon_empty" + }, + { + "name": "fill-1" + }, + { + "name": "fill-2" + }, + { + "name": "fill-3" + }, + { + "name": "fill-4" + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/whiterussianglass.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/whiterussianglass.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..1f7c26c66dec8f4d66578ef9ce20670cc73f574f GIT binary patch literal 261 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}`#oJ8Ln2z= zUR=v}D1e9c!R6M1`3xfO8=UgjHyr3=v2Hx_k%2?#hz)0vV)5m1mQjg2#lE zoiaI^Z7kvvH{Pf)Jn%nWo7VQa>Wa8{{5#X=n?KMi44$rj JF6*2UngGPBYis}j literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/whiterussianglass.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/whiterussianglass.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..5163ca658917e94ddcea06cfccfc2275127cd71e GIT binary patch literal 315 zcmV-B0mS}^P)Px#^+`lQR9J=WlCe%gK@dgHyclCoc$J~z)i#*WvAFkE^@c>#&bi$gDC!OI zE-9K@8JPEa!fNdM(c{MMGJpBDa(;5O4=h?O_jT@12J&`0(C-8A^!y648gfHArk7XU z1;B8q0o;$;NlyT9dwr91#lMklTNpo;s-mh~99Od#cTNu_#)e^}@(ERVPkRpcUO@l= N002ovPDHLkV1k!Tg**TN literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/whiterussianglass.rsi/fill-3.png b/Resources/Textures/Objects/Consumable/Drinks/whiterussianglass.rsi/fill-3.png new file mode 100644 index 0000000000000000000000000000000000000000..967ce5aa9bab8dd92386d28202c99ca18db0d113 GIT binary patch literal 380 zcmV-?0fYXDP)Px$Hc3Q5R9J=WlQB!fKp2LfOH0~O5K9L^DDB{)i=yJtOzsY@72TwRqnkg#L2xK8 z1;M}2O%Sfo|DY5X1D4RH1#zjd$vMDlX@0$P=G9G1Ph(Pc-SzxI0?3xaxl{F!y1i-Sa*i0iy;V>)+ zd`f}Cwy@d4rW7~?lMg!YMO;76q8QT|7pKiW++~tvXOoyho_kM`7C&aUld&UR`6`=T z-Sg+(K&8APZf>ttoad-^l4`Aq8t69~0#E=0=Vhk9w!dxyUbSjP_x>W$8z|K4QHZNd zTyoQ+exHHL0dRbJ?DUnigxVdD6`to2|gj%D~ aq~#Mc0cPx$eMv+?R9J=Wlf5qlK^Vq=@9sGgqBl|-VDD0Kb; z8p(AEhW|k%*HMUwD14s1of*aMosWW9(MaZ(%w}dXdEV!Jb_P5ikH_Qj{6}`Hca`1h zUF9#d#Py(wAMMrcCC5*t=3Y6B8Em@;;H=ikjV?0YehWZv&wwbUh@$9Q-GZxupx7b$ z^}&wn3&4U+_mc!pU%CM(g*A>IO3e0^MJeT^>udnPTF{A34Is_@Mq01mvuw$u2!YF? zMmNT2jILvJf==p~Y$Wv>x*j(NKyrQaqgaDANs0b`CuRC9CX9G7oJ3@Bto?h;etfFmxQZxpD*~y_I z5RZ*T^7+Is4U`ubE&KZb#O+;at6z$LT+T0T#{efM%0l$5cCKFlu(`69E8?GUdIj+Q t5|mOXrI;J;3L5jRsa|Q!JswY9-T?2Il$n=sp^E?j002ovPDHLkV1i1W%BlbW literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/whiterussianglass.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/whiterussianglass.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..fa0c05970175ceaca96fdb2d1d6848bc0d23dc92 GIT binary patch literal 546 zcmV+-0^R+IP)Px$+(|@1R9J=WRliH?P!#@d6OkxB5v8ShZcg&tTy(LSBtzZY+(ZWv?DRlHLsTd# zI8^Wl3jPDG9aK zBE)wGqmVe~fgDZKN}O}`)!E^kOPZ$n-iuHSd=M21Nv5i0EvMucZ|m%ed7Pc;@fhb^ z`Z5Dq%PA#?2Yd}2NUX=>97wDuYdNK4R8sx!kPXNk?MU=S@%!k!q2R>&zLdSps}Fzw z#HRO-Dso3V06SQlV!%Uk=+`nB6T+#zsT~%Hh>Wqgo?1z;6 zr|O_^9ajHy01&Rr03frpurX(@%)iI^lmT6_)pRb8k@$~Y3jgA!xT`C6VE)Ml0H9h! zMF@Y+oVhX&0QWVNsk-zO0IusgL{ZUFE1Z(ru$hO5U0Btb_X1m{vG)4xf<4Loqa?Rv z1G-|zPYOjNh<8#b8r^4`eN&}NS8TOxjP>e@t?G)c kMi0k-di!SeLWBtM48FprV=A@}$p8QV07*qoM6N<$f@2u~aR2}S literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/whiterussianglass.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/whiterussianglass.rsi/meta.json index db0ac608ed0..20e933bb577 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/whiterussianglass.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/whiterussianglass.rsi/meta.json @@ -1 +1,31 @@ -{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", "states": [{"name": "icon"}]} \ No newline at end of file +{ + "version": 1, + "size": + { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi. Fill levels by Tayrtahn on GitHub.", + "states": + [ + { + "name": "icon" + }, + { + "name": "icon_empty" + }, + { + "name": "fill-1" + }, + { + "name": "fill-2" + }, + { + "name": "fill-3" + }, + { + "name": "fill-4" + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/wineglass.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/wineglass.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..d0fafbde243fc8d894b45fc1dcebd241595893c2 GIT binary patch literal 116 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}dY&$hArY-_ z&u!#oP~c%cn3C<5kR5zkNrmg(ukA6c41d=7FH%XCemSrF9RmZuPI({;lW30Y0-#O? MPgg&ebxsLQ0EZVKr2qf` literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/wineglass.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/wineglass.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..02eacb7219c2823d33e15f90cde6de4a28467525 GIT binary patch literal 130 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}Hl8kyArY-_ z&+TSp5D;;`xQEv#!B2U{d8dmjR%is=x%^z2k)h#ul6iu)cb0dc%dVn?IU1KMY+o`m cFvP$3c94U4_0Kiyf#xuHy85}Sb4q9e00w3$?*IS* literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/wineglass.rsi/fill-3.png b/Resources/Textures/Objects/Consumable/Drinks/wineglass.rsi/fill-3.png new file mode 100644 index 0000000000000000000000000000000000000000..5f6abdb2b007c04c121b9a2433fa051033d8081e GIT binary patch literal 149 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}{+=$5ArY;~ z2@_t7&2z>_+FfrU(z|V5EwXg(eG=rzBpUXO@geCy#11Z&Mo!0)+H_iGhfIuVP};e3`LoXsObiLet3}eEP57eIK6CC> z2KTKG^Oy2_yw)#Sm(N<^95erExyy;W){hw&4#Ww6Oy+01GGkjY&;|xiS3j3^P6ymLQqXR=W|cm0!~VA1z;77PpPx$B}qg}<3L+R#M@KbaMj((ReZH8pa zAPAYWXFIfuL!l)(Y$^g(t1d5J@>(k?_hxyZM>C5^@GTm|loCCeCwHyr{zbq4` zS?O6BEzuwmo|c9LnnGCM?gVraC9B)>!Q*e|VVe1#ol6ZMATa{~;MqByL<#epi~GHD zs!}d3u#*VWjO{;DDF+m1z_WAuvEFExD+>U?swi}N^#$reS)f(ZVo(;~wbbie0S7qO z*H9K9k_N;7 Date: Wed, 21 Feb 2024 16:21:45 +1000 Subject: [PATCH 066/101] allow happy honk to hold medium sized items (#25245) allow happy honk to hold medium --- .../Entities/Objects/Consumable/Food/Containers/box.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/box.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/box.yml index 2efa2a59ec7..8b6df79b9f3 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/box.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/box.yml @@ -474,6 +474,7 @@ sprite: Objects/Storage/Happyhonk/clown.rsi heldPrefix: box - type: Storage + maxItemSize: Normal grid: - 0,0,3,3 - type: Tag From 37a4f2db3a35eaf87adaea0a7aaee9b8c24ff01d Mon Sep 17 00:00:00 2001 From: Hanz <41141796+Hanzdegloker@users.noreply.github.com> Date: Wed, 21 Feb 2024 01:22:30 -0500 Subject: [PATCH 067/101] Hud Standardization (#25208) * Standardization of the Eyepatches what it says on the tin * added the pun... yea --- .../VendingMachines/Inventories/bardrobe.yml | 2 +- .../VendingMachines/Inventories/medical.yml | 3 +++ .../VendingMachines/Inventories/medidrobe.yml | 1 - .../VendingMachines/Inventories/robotics.yml | 1 + .../VendingMachines/Inventories/sec.yml | 2 +- .../Prototypes/Entities/Clothing/Eyes/hud.yml | 17 ++++++++++++++++- .../Eyes/Hud/diagpatch.rsi/equipped-EYES.png | Bin 0 -> 644 bytes .../Clothing/Eyes/Hud/diagpatch.rsi/icon.png | Bin 0 -> 799 bytes .../Clothing/Eyes/Hud/diagpatch.rsi/meta.json | 18 ++++++++++++++++++ 9 files changed, 40 insertions(+), 4 deletions(-) create mode 100644 Resources/Textures/Clothing/Eyes/Hud/diagpatch.rsi/equipped-EYES.png create mode 100644 Resources/Textures/Clothing/Eyes/Hud/diagpatch.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Eyes/Hud/diagpatch.rsi/meta.json diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/bardrobe.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/bardrobe.yml index cbc71f85afe..5e4b0561762 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/bardrobe.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/bardrobe.yml @@ -4,7 +4,7 @@ ClothingHeadHatBowlerHat: 2 ClothingHeadHatTophat: 2 ClothingEyesHudBeer: 2 - ClothingEyesEyepatchHudBeer: 1 + ClothingEyesEyepatchHudBeer: 2 ClothingHeadsetService: 2 ClothingOuterApronBar: 2 ClothingOuterWinterBar: 2 diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/medical.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/medical.yml index 43e7cf7c941..466749120bd 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/medical.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/medical.yml @@ -7,3 +7,6 @@ Bloodpack: 5 EpinephrineChemistryBottle: 3 Syringe: 5 + ClothingEyesHudMedical: 2 + ClothingEyesEyepatchHudMedical: 2 + diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/medidrobe.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/medidrobe.yml index a511b08d653..54e8d3d9fb7 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/medidrobe.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/medidrobe.yml @@ -6,7 +6,6 @@ ClothingBackpackSatchelMedical: 4 ClothingUniformJumpsuitMedicalDoctor: 4 ClothingUniformJumpskirtMedicalDoctor: 4 - ClothingEyesEyepatchHudMedical: 1 ClothingHeadHatBeretMedic: 4 ClothingHeadNurseHat: 4 ClothingOuterCoatLab: 4 diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/robotics.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/robotics.yml index 077aa2dca4c..c53efb3e729 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/robotics.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/robotics.yml @@ -5,6 +5,7 @@ SciFlash: 4 ProximitySensor: 3 ClothingEyesHudDiagnostic: 2 + ClothingEyesEyepatchHudDiag: 2 RemoteSignaller: 3 Igniter: 3 # its more ordnance but yeah HandheldHealthAnalyzer: 3 diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/sec.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/sec.yml index b1152f42ab9..0aa814196af 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/sec.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/sec.yml @@ -12,7 +12,7 @@ FlashlightSeclite: 5 ClothingEyesGlassesSunglasses: 2 ClothingEyesHudSecurity: 2 - ClothingEyesEyepatchHudSecurity: 1 + ClothingEyesEyepatchHudSecurity: 2 ClothingBeltSecurityWebbing: 5 Zipties: 12 RiotShield: 2 diff --git a/Resources/Prototypes/Entities/Clothing/Eyes/hud.yml b/Resources/Prototypes/Entities/Clothing/Eyes/hud.yml index aa1aea4df7a..fabb7bc6429 100644 --- a/Resources/Prototypes/Entities/Clothing/Eyes/hud.yml +++ b/Resources/Prototypes/Entities/Clothing/Eyes/hud.yml @@ -17,7 +17,7 @@ parent: ClothingEyesBase id: ClothingEyesHudMedical name: medical hud - description: A heads-up display that scans the humanoids in view and provides accurate data about their health status. + description: A heads-up display that scans the humanoids in view and provides accurate data about their health status. components: - type: Sprite sprite: Clothing/Eyes/Hud/med.rsi @@ -249,3 +249,18 @@ sprite: Clothing/Eyes/Hud/beerpatch.rsi - type: Clothing sprite: Clothing/Eyes/Hud/beerpatch.rsi + +- type: entity + parent: ClothingEyesBase + id: ClothingEyesEyepatchHudDiag + name: diagnostic hud eyepatch + description: A heads-up display capable of analyzing the integrity and status of robotics and exosuits. Made out of see-borg-ium. + components: + - type: Sprite + sprite: Clothing/Eyes/Hud/diagpatch.rsi + - type: Clothing + sprite: Clothing/Eyes/Hud/diagpatch.rsi + - type: ShowHealthBars + damageContainers: + - Inorganic + - Silicon diff --git a/Resources/Textures/Clothing/Eyes/Hud/diagpatch.rsi/equipped-EYES.png b/Resources/Textures/Clothing/Eyes/Hud/diagpatch.rsi/equipped-EYES.png new file mode 100644 index 0000000000000000000000000000000000000000..91a6b3ac3ee6e3f88e2b6fa1224a278e5c5e5ab5 GIT binary patch literal 644 zcmV-~0(EX>4Tx04R}tkv&MmP!xqvQ>7wR2Rn#5WT;LSL`57+6^me@v=v%)FnQ@8G-*gu zTpR`0f`dPcRR4rtTK|H%@ z>74h8L#!kz#OK5l1~o|h$aUG}H_ke3JS*_Gqt55#IU|w5EbDe4waV#N$Bt*!lp^OSFL}=GYF_EJ4n1_GZ@h8b8ldB9y zjs;YqLUR1zfAD*@W?_2DO$x?LIHR`qi@OqgSSBMnmf1FIZhvd49#l!1~@nb z#*37_?(y!P&bj@2r!~JH7AkUr#h4D?00006VoOIv0RI600RN!9r;`8x010qNS#tmY z3ljhU3ljkVnw%H_000McNliru=mHJ{A}^x((mVhF0D(zFK~#9!?b^Ey!!Qg5Kza;% z4K3(3G)H!d#!z}8O_YxuEX>4Tx04R}tkv&MmP!xqvQ>7wR2Rn#5WT;LSL`57+6^me@v=v%)FnQ@8G-*gu zTpR`0f`dPcRR4rtTK|H%@ z>74h8L#!kz#OK5l1~o|h$aUG}H_ke3JS*_Gqt55#IU|w5EbDe4waV#N$Bt*!lp^OSFL}=GYF_EJ4n1_GZ@h8b8ldB9y zjs;YqLUR1zfAD*@W?_2DO$x?LIHR`qi@OqgSSBMnmf1FIZhvd49#l!1~@nb z#*37_?(y!P&bj@2r!~JH7AkUr#h4D?00006VoOIv0RI600RN!9r;`8x010qNS#tmY z3ljhU3ljkVnw%H_000McNliru=mHJ{A~{wqXKerg0USw0K~z}7?UXNW!!Q(wzf2(o zlY$IFC;0+Zs8Mm?r1GfBnX&^^>KTT7f$*p}z$j8dp$E21R^--J+M)SFv6c7U@BK3* z5{blrC-YqjA*_2g#$=&?ZsD`ND`0j!8@lJFX)J)&nrWJX&X>M?$x!;rB7OY;wIXfw(Ez6Sq{sK=79;|>{-dP0jwBUqx*f+JY4^S*GYgXsapW;x)k4}Cf dkw_$5z5r^okl&|UllTAt002ovPDHLkV1jD7YFq#S literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Eyes/Hud/diagpatch.rsi/meta.json b/Resources/Textures/Clothing/Eyes/Hud/diagpatch.rsi/meta.json new file mode 100644 index 00000000000..bb228e7d5c1 --- /dev/null +++ b/Resources/Textures/Clothing/Eyes/Hud/diagpatch.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da , edited by Alekshhh and Hanzdegloker", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-EYES", + "directions": 4 + } + ] +} From 8c6a8c3c5cc85a6158b5fee5aa96c71bab5b6bba Mon Sep 17 00:00:00 2001 From: Debug <49997488+DebugOk@users.noreply.github.com> Date: Wed, 21 Feb 2024 07:23:04 +0100 Subject: [PATCH 068/101] Remove drones, fix InnateToolSystem (#25372) * Fix drones * They dont need a full bloodstream * Incorrect indentation * Nuke drones * Fix ClothingHeadHatCatEars * Remove last mention of drones * Implement requested changes --- .../Drone/Components/DroneComponent.cs | 8 - Content.Server/Drone/DroneSystem.cs | 146 --------- .../Tools/Innate/InnateToolComponent.cs | 1 + .../Tools/Innate/InnateToolSystem.cs | 131 +++++---- Content.Server/Zombies/ZombieSystem.cs | 3 +- Content.Shared/Drone/SharedDroneSystem.cs | 20 -- Resources/Locale/en-US/drone/drone-system.ftl | 4 - .../Prototypes/Body/Prototypes/drone.yml | 27 -- .../Fills/Backpacks/StarterGear/satchel.yml | 9 - .../Catalog/Fills/Boxes/general.yml | 17 +- .../Clothing/Head/base_clothinghead.yml | 1 - .../Entities/Clothing/Head/hats.yml | 13 +- .../Entities/Clothing/Head/misc.yml | 8 +- .../Entities/Clothing/Head/welding.yml | 2 - .../Entities/Markers/Spawners/mobs.yml | 20 +- .../Entities/Mobs/Player/silicon.yml | 276 ++---------------- .../Objects/Consumable/Drinks/drinks_cups.yml | 1 - .../Machine/base_machineboard.yml | 3 - .../Devices/Circuitboards/computer.yml | 12 - .../Objects/Devices/Circuitboards/misc.yml | 3 +- .../Devices/Electronics/atmos_alarms.yml | 2 - .../Devices/Electronics/base_electronics.yml | 3 - .../Objects/Devices/Electronics/disposal.yml | 1 - .../Objects/Devices/Electronics/door.yml | 1 - .../Objects/Devices/Electronics/firelock.yml | 1 - .../Objects/Devices/Electronics/intercom.yml | 1 - .../Devices/Electronics/power_electronics.yml | 4 - .../Entities/Objects/Devices/flatpack.yml | 3 - .../Entities/Objects/Devices/mousetrap.yml | 3 - .../Objects/Materials/Sheets/glass.yml | 9 +- .../Objects/Materials/Sheets/metal.yml | 1 - .../Objects/Materials/Sheets/other.yml | 3 - .../Entities/Objects/Materials/materials.yml | 9 +- .../Entities/Objects/Materials/parts.yml | 5 - .../Entities/Objects/Misc/tiles.yml | 3 - .../Objects/Power/antimatter_part.yml | 3 - .../Entities/Objects/Power/powercells.yml | 14 +- .../Entities/Objects/Power/solar_parts.yml | 3 - .../Objects/Specific/Janitorial/janitor.yml | 3 - .../Objects/Specific/Janitorial/spray.yml | 2 - .../Objects/Specific/Janitorial/trashbag.yml | 1 - .../Entities/Objects/Specific/atmos.yml | 3 - .../Entities/Objects/Tools/cable_coils.yml | 3 +- .../Entities/Objects/Tools/flashlights.yml | 1 - .../Objects/Tools/inflatable_wall.yml | 6 - .../Entities/Objects/Tools/light_replacer.yml | 3 - .../Entities/Objects/Tools/t-ray.yml | 3 - .../Entities/Objects/Tools/toolbox.yml | 3 +- .../Entities/Objects/Tools/tools.yml | 4 - .../Machines/Computers/computers.yml | 3 - .../Entities/Structures/Machines/lathe.yml | 1 - .../Structures/Machines/vending_machines.yml | 12 - Resources/Prototypes/Recipes/Lathes/misc.yml | 9 - .../Prototypes/Research/experimental.yml | 1 - .../Prototypes/name_identifier_groups.yml | 7 - Resources/Prototypes/tags.yml | 3 - Resources/migration.yml | 5 + 57 files changed, 120 insertions(+), 727 deletions(-) delete mode 100644 Content.Server/Drone/Components/DroneComponent.cs delete mode 100644 Content.Server/Drone/DroneSystem.cs delete mode 100644 Content.Shared/Drone/SharedDroneSystem.cs delete mode 100644 Resources/Locale/en-US/drone/drone-system.ftl delete mode 100644 Resources/Prototypes/Body/Prototypes/drone.yml diff --git a/Content.Server/Drone/Components/DroneComponent.cs b/Content.Server/Drone/Components/DroneComponent.cs deleted file mode 100644 index df7ad2bcc8f..00000000000 --- a/Content.Server/Drone/Components/DroneComponent.cs +++ /dev/null @@ -1,8 +0,0 @@ -namespace Content.Server.Drone.Components -{ - [RegisterComponent] - public sealed partial class DroneComponent : Component - { - public float InteractionBlockRange = 2.15f; - } -} diff --git a/Content.Server/Drone/DroneSystem.cs b/Content.Server/Drone/DroneSystem.cs deleted file mode 100644 index 769d1b5d119..00000000000 --- a/Content.Server/Drone/DroneSystem.cs +++ /dev/null @@ -1,146 +0,0 @@ -using Content.Server.Body.Systems; -using Content.Server.Drone.Components; -using Content.Server.Ghost.Roles.Components; -using Content.Server.Popups; -using Content.Server.Tools.Innate; -using Content.Shared.UserInterface; -using Content.Shared.Body.Components; -using Content.Shared.Drone; -using Content.Shared.Emoting; -using Content.Shared.Examine; -using Content.Shared.Ghost; -using Content.Shared.IdentityManagement; -using Content.Shared.Interaction.Components; -using Content.Shared.Interaction.Events; -using Content.Shared.Item; -using Content.Shared.Mind.Components; -using Content.Shared.Mobs; -using Content.Shared.Mobs.Components; -using Content.Shared.Mobs.Systems; -using Content.Shared.Popups; -using Content.Shared.Tag; -using Content.Shared.Throwing; -using Robust.Shared.Timing; - -namespace Content.Server.Drone -{ - public sealed class DroneSystem : SharedDroneSystem - { - [Dependency] private readonly BodySystem _bodySystem = default!; - [Dependency] private readonly PopupSystem _popupSystem = default!; - [Dependency] private readonly TagSystem _tagSystem = default!; - [Dependency] private readonly EntityLookupSystem _lookup = default!; - [Dependency] private readonly IGameTiming _gameTiming = default!; - [Dependency] private readonly InnateToolSystem _innateToolSystem = default!; - [Dependency] private readonly MobStateSystem _mobStateSystem = default!; - [Dependency] private readonly SharedAppearanceSystem _appearance = default!; - - public override void Initialize() - { - base.Initialize(); - SubscribeLocalEvent(OnInteractionAttempt); - SubscribeLocalEvent(OnActivateUIAttempt); - SubscribeLocalEvent(OnMobStateChanged); - SubscribeLocalEvent(OnExamined); - SubscribeLocalEvent(OnMindAdded); - SubscribeLocalEvent(OnMindRemoved); - SubscribeLocalEvent(OnEmoteAttempt); - SubscribeLocalEvent(OnThrowAttempt); - } - - private void OnInteractionAttempt(EntityUid uid, DroneComponent component, InteractionAttemptEvent args) - { - if (args.Target != null && !HasComp(args.Target) && NonDronesInRange(uid, component)) - args.Cancel(); - - if (HasComp(args.Target) && !HasComp(args.Target)) - { - if (!_tagSystem.HasAnyTag(args.Target.Value, "DroneUsable", "Trash")) - args.Cancel(); - } - } - - private void OnActivateUIAttempt(EntityUid uid, DroneComponent component, UserOpenActivatableUIAttemptEvent args) - { - if (!_tagSystem.HasTag(args.Target, "DroneUsable")) - { - args.Cancel(); - } - } - - private void OnExamined(EntityUid uid, DroneComponent component, ExaminedEvent args) - { - if (TryComp(uid, out var mind) && mind.HasMind) - { - args.PushMarkup(Loc.GetString("drone-active")); - } - else - { - args.PushMarkup(Loc.GetString("drone-dormant")); - } - } - - private void OnMobStateChanged(EntityUid uid, DroneComponent drone, MobStateChangedEvent args) - { - if (args.NewMobState == MobState.Dead) - { - if (TryComp(uid, out var innate)) - _innateToolSystem.Cleanup(uid, innate); - - if (TryComp(uid, out var body)) - _bodySystem.GibBody(uid, body: body); - QueueDel(uid); - } - } - - private void OnMindAdded(EntityUid uid, DroneComponent drone, MindAddedMessage args) - { - UpdateDroneAppearance(uid, DroneStatus.On); - _popupSystem.PopupEntity(Loc.GetString("drone-activated"), uid, PopupType.Large); - } - - private void OnMindRemoved(EntityUid uid, DroneComponent drone, MindRemovedMessage args) - { - UpdateDroneAppearance(uid, DroneStatus.Off); - EnsureComp(uid); - } - - private void OnEmoteAttempt(EntityUid uid, DroneComponent component, EmoteAttemptEvent args) - { - // No. - args.Cancel(); - } - - private void OnThrowAttempt(EntityUid uid, DroneComponent drone, ThrowAttemptEvent args) - { - args.Cancel(); - } - - private void UpdateDroneAppearance(EntityUid uid, DroneStatus status) - { - if (TryComp(uid, out var appearance)) - { - _appearance.SetData(uid, DroneVisuals.Status, status, appearance); - } - } - - private bool NonDronesInRange(EntityUid uid, DroneComponent component) - { - var xform = Comp(uid); - foreach (var entity in _lookup.GetEntitiesInRange(xform.MapPosition, component.InteractionBlockRange)) - { - // Return true if the entity is/was controlled by a player and is not a drone or ghost. - if (HasComp(entity) && !HasComp(entity) && !HasComp(entity)) - { - // Filter out dead ghost roles. Dead normal players are intended to block. - if ((TryComp(entity, out var entityMobState) && HasComp(entity) && _mobStateSystem.IsDead(entity, entityMobState))) - continue; - if (_gameTiming.IsFirstTimePredicted) - _popupSystem.PopupEntity(Loc.GetString("drone-too-close", ("being", Identity.Entity(entity, EntityManager))), uid, uid); - return true; - } - } - return false; - } - } -} diff --git a/Content.Server/Tools/Innate/InnateToolComponent.cs b/Content.Server/Tools/Innate/InnateToolComponent.cs index bfe7c213425..d3afca3059a 100644 --- a/Content.Server/Tools/Innate/InnateToolComponent.cs +++ b/Content.Server/Tools/Innate/InnateToolComponent.cs @@ -7,5 +7,6 @@ public sealed partial class InnateToolComponent : Component { [DataField("tools")] public List Tools = new(); public List ToolUids = new(); + public List ToSpawn = new(); } } diff --git a/Content.Server/Tools/Innate/InnateToolSystem.cs b/Content.Server/Tools/Innate/InnateToolSystem.cs index d0109138ad3..e7e5be38c44 100644 --- a/Content.Server/Tools/Innate/InnateToolSystem.cs +++ b/Content.Server/Tools/Innate/InnateToolSystem.cs @@ -1,90 +1,99 @@ +using System.Linq; +using Content.Shared.Body.Part; using Content.Shared.Destructible; +using Content.Shared.Hands; using Content.Shared.Hands.Components; using Content.Shared.Hands.EntitySystems; using Content.Shared.Interaction.Components; using Content.Shared.Storage; using Content.Shared.Tag; +using Robust.Shared.Network; using Robust.Shared.Random; -namespace Content.Server.Tools.Innate +namespace Content.Server.Tools.Innate; + +///

+/// Spawns a list unremovable tools in hands if possible. Used for drones, +/// borgs, or maybe even stuff like changeling armblades! +/// +public sealed class InnateToolSystem : EntitySystem { - /// - /// Spawns a list unremovable tools in hands if possible. Used for drones, - /// borgs, or maybe even stuff like changeling armblades! - /// - public sealed class InnateToolSystem : EntitySystem + [Dependency] private readonly IRobustRandom _robustRandom = default!; + [Dependency] private readonly SharedHandsSystem _sharedHandsSystem = default!; + [Dependency] private readonly TagSystem _tagSystem = default!; + + public override void Initialize() { - [Dependency] private readonly IRobustRandom _robustRandom = default!; - [Dependency] private readonly SharedHandsSystem _sharedHandsSystem = default!; - [Dependency] private readonly TagSystem _tagSystem = default!; - public override void Initialize() - { - base.Initialize(); - SubscribeLocalEvent(OnStartup); - SubscribeLocalEvent(OnShutdown); - SubscribeLocalEvent(OnDestroyed); - } + base.Initialize(); + SubscribeLocalEvent(OnMapInit); + SubscribeLocalEvent(OnHandCountChanged); + SubscribeLocalEvent(OnShutdown); + SubscribeLocalEvent(OnDestroyed); + } - private void OnStartup(EntityUid uid, InnateToolComponent component, ComponentStartup args) - { - if (component.Tools.Count == 0) - return; + private void OnMapInit(EntityUid uid, InnateToolComponent component, MapInitEvent args) + { + if (component.Tools.Count == 0) + return; - var spawnCoord = Transform(uid).Coordinates; + component.ToSpawn = EntitySpawnCollection.GetSpawns(component.Tools, _robustRandom); + } - if (TryComp(uid, out var hands) && hands.Count >= component.Tools.Count) - { - var items = EntitySpawnCollection.GetSpawns(component.Tools, _robustRandom); - foreach (var entry in items) - { - var item = Spawn(entry, spawnCoord); - AddComp(item); - if (!_sharedHandsSystem.TryPickupAnyHand(uid, item, checkActionBlocker: false)) - { - QueueDel(item); - continue; - } - component.ToolUids.Add(item); - } - } - } + private void OnHandCountChanged(EntityUid uid, InnateToolComponent component, HandCountChangedEvent args) + { + if (component.ToSpawn.Count == 0) + return; + + var spawnCoord = Transform(uid).Coordinates; - private void OnShutdown(EntityUid uid, InnateToolComponent component, ComponentShutdown args) + var toSpawn = component.ToSpawn.First(); + + var item = Spawn(toSpawn, spawnCoord); + AddComp(item); + if (!_sharedHandsSystem.TryPickupAnyHand(uid, item, checkActionBlocker: false)) { - foreach (var tool in component.ToolUids) - { - RemComp(tool); - } + QueueDel(item); + component.ToSpawn.Clear(); } + component.ToSpawn.Remove(toSpawn); + component.ToolUids.Add(item); + } - private void OnDestroyed(EntityUid uid, InnateToolComponent component, DestructionEventArgs args) + private void OnShutdown(EntityUid uid, InnateToolComponent component, ComponentShutdown args) + { + foreach (var tool in component.ToolUids) { - Cleanup(uid, component); + RemComp(tool); } + } - public void Cleanup(EntityUid uid, InnateToolComponent component) + private void OnDestroyed(EntityUid uid, InnateToolComponent component, DestructionEventArgs args) + { + Cleanup(uid, component); + } + + public void Cleanup(EntityUid uid, InnateToolComponent component) + { + foreach (var tool in component.ToolUids) { - foreach (var tool in component.ToolUids) + if (_tagSystem.HasTag(tool, "InnateDontDelete")) { - if (_tagSystem.HasTag(tool, "InnateDontDelete")) - { - RemComp(tool); - } - else - { - Del(tool); - } + RemComp(tool); + } + else + { + Del(tool); + } - if (TryComp(uid, out var hands)) + if (TryComp(uid, out var hands)) + { + foreach (var hand in hands.Hands) { - foreach (var hand in hands.Hands) - { - _sharedHandsSystem.TryDrop(uid, hand.Value, checkActionBlocker: false, handsComp: hands); - } + _sharedHandsSystem.TryDrop(uid, hand.Value, checkActionBlocker: false, handsComp: hands); } } - - component.ToolUids.Clear(); } + + component.ToolUids.Clear(); } } diff --git a/Content.Server/Zombies/ZombieSystem.cs b/Content.Server/Zombies/ZombieSystem.cs index 1009e0a2947..e515c377be8 100644 --- a/Content.Server/Zombies/ZombieSystem.cs +++ b/Content.Server/Zombies/ZombieSystem.cs @@ -3,7 +3,6 @@ using Content.Server.Chat; using Content.Server.Chat.Systems; using Content.Server.Cloning; -using Content.Server.Drone.Components; using Content.Server.Emoting.Systems; using Content.Server.Inventory; using Content.Server.Speech.EntitySystems; @@ -214,7 +213,7 @@ private void OnMeleeHit(EntityUid uid, ZombieComponent component, MeleeHitEvent if (args.User == entity) continue; - if (!TryComp(entity, out var mobState) || HasComp(entity)) + if (!TryComp(entity, out var mobState)) continue; if (HasComp(entity)) diff --git a/Content.Shared/Drone/SharedDroneSystem.cs b/Content.Shared/Drone/SharedDroneSystem.cs deleted file mode 100644 index d6fc7efcc61..00000000000 --- a/Content.Shared/Drone/SharedDroneSystem.cs +++ /dev/null @@ -1,20 +0,0 @@ -using Robust.Shared.Serialization; - -namespace Content.Shared.Drone -{ - public abstract class SharedDroneSystem : EntitySystem - { - [Serializable, NetSerializable] - public enum DroneVisuals : byte - { - Status - } - - [Serializable, NetSerializable] - public enum DroneStatus : byte - { - Off, - On - } - } -} diff --git a/Resources/Locale/en-US/drone/drone-system.ftl b/Resources/Locale/en-US/drone/drone-system.ftl deleted file mode 100644 index 292f981ecb1..00000000000 --- a/Resources/Locale/en-US/drone/drone-system.ftl +++ /dev/null @@ -1,4 +0,0 @@ -drone-active = A maintenance drone. It seems totally unconcerned with you. -drone-dormant = A dormant maintenance drone. Who knows when it will wake up? -drone-activated = The drone whirrs to life! -drone-too-close = Your laws prevent this action near {THE($being)}. diff --git a/Resources/Prototypes/Body/Prototypes/drone.yml b/Resources/Prototypes/Body/Prototypes/drone.yml deleted file mode 100644 index 00acba96462..00000000000 --- a/Resources/Prototypes/Body/Prototypes/drone.yml +++ /dev/null @@ -1,27 +0,0 @@ -- type: body - id: Drone - name: "drone" - root: hand 1 - slots: - hand 1: - part: LeftArmBorg - connections: - - hand 2 - hand 2: - part: LeftArmBorg - connections: - - hand 3 - hand 3: - part: LeftArmBorg - connections: - - hand 4 - hand 4: - part: LeftArmBorg - connections: - - hand 5 - hand 5: - part: RightArmBorg - connections: - - hand 6 - hand 6: - part: RightArmBorg diff --git a/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/satchel.yml b/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/satchel.yml index eab3a9243c9..fbfa3184179 100644 --- a/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/satchel.yml +++ b/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/satchel.yml @@ -266,15 +266,6 @@ contents: - id: BoxSurvival -- type: entity - noSpawn: true - parent: ClothingBackpackSatchel - id: ClothingBackpackSatchelDrone - components: - - type: Tag - tags: - - InnateDontDelete - - type: entity noSpawn: true parent: ClothingBackpackSatchelMime diff --git a/Resources/Prototypes/Catalog/Fills/Boxes/general.yml b/Resources/Prototypes/Catalog/Fills/Boxes/general.yml index 09525e7931d..e302ce4c20c 100644 --- a/Resources/Prototypes/Catalog/Fills/Boxes/general.yml +++ b/Resources/Prototypes/Catalog/Fills/Boxes/general.yml @@ -6,7 +6,7 @@ components: - type: Item size: Large - shape: + shape: - 0,0,2,2 - type: Storage maxItemSize: Small @@ -50,9 +50,6 @@ whitelist: components: - LightBulb - - type: Tag - tags: - - DroneUsable - type: entity name: lighttube box @@ -74,9 +71,6 @@ whitelist: components: - LightBulb - - type: Tag - tags: - - DroneUsable - type: entity name: mixed lights box @@ -100,9 +94,6 @@ whitelist: components: - LightBulb - - type: Tag - tags: - - DroneUsable - type: entity name: PDA box @@ -217,9 +208,6 @@ layers: - state: box - state: inflatable - - type: Tag - tags: - - DroneUsable - type: entity @@ -271,9 +259,6 @@ layers: - state: box - state: trashbag - - type: Tag - tags: - - DroneUsable - type: entity name: passenger encryption key box diff --git a/Resources/Prototypes/Entities/Clothing/Head/base_clothinghead.yml b/Resources/Prototypes/Entities/Clothing/Head/base_clothinghead.yml index e34208e9ca1..9edffcb8f24 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/base_clothinghead.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/base_clothinghead.yml @@ -23,7 +23,6 @@ - type: Tag tags: - ClothMade - - DroneUsable - WhitelistChameleon - type: entity diff --git a/Resources/Prototypes/Entities/Clothing/Head/hats.yml b/Resources/Prototypes/Entities/Clothing/Head/hats.yml index 467a2070d22..528e46dd97c 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/hats.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/hats.yml @@ -877,7 +877,6 @@ sprite: Clothing/Head/Hats/party_red.rsi - type: Tag tags: - - DroneUsable - WhitelistChameleon - HamsterWearable @@ -957,7 +956,7 @@ - type: AddAccentClothing accent: ReplacementAccent replacement: cowboy - + - type: entity parent: ClothingHeadHatCowboyBrown id: ClothingHeadHatCowboyBlack @@ -967,7 +966,7 @@ sprite: Clothing/Head/Hats/cowboyhatblack.rsi - type: Clothing sprite: Clothing/Head/Hats/cowboyhatblack.rsi - + - type: entity parent: ClothingHeadHatCowboyBrown id: ClothingHeadHatCowboyGrey @@ -977,7 +976,7 @@ sprite: Clothing/Head/Hats/cowboyhatgrey.rsi - type: Clothing sprite: Clothing/Head/Hats/cowboyhatgrey.rsi - + - type: entity parent: ClothingHeadHatCowboyBrown id: ClothingHeadHatCowboyRed @@ -987,7 +986,7 @@ sprite: Clothing/Head/Hats/cowboyhatred.rsi - type: Clothing sprite: Clothing/Head/Hats/cowboyhatred.rsi - + - type: entity parent: ClothingHeadHatCowboyBrown id: ClothingHeadHatCowboyWhite @@ -997,7 +996,7 @@ sprite: Clothing/Head/Hats/cowboyhatwhite.rsi - type: Clothing sprite: Clothing/Head/Hats/cowboyhatwhite.rsi - + - type: entity parent: ClothingHeadHatCowboyBrown id: ClothingHeadHatCowboyBountyHunter @@ -1061,4 +1060,4 @@ - type: Sprite sprite: Clothing/Head/Hats/beret_medic.rsi - type: Clothing - sprite: Clothing/Head/Hats/beret_medic.rsi \ No newline at end of file + sprite: Clothing/Head/Hats/beret_medic.rsi diff --git a/Resources/Prototypes/Entities/Clothing/Head/misc.yml b/Resources/Prototypes/Entities/Clothing/Head/misc.yml index 9826da57b78..3fd55faf266 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/misc.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/misc.yml @@ -175,15 +175,14 @@ suffix: DO NOT MAP components: - type: Tag - tags: # ignore "WhitelistChameleon" tag - - DroneUsable + tags: [] # ignore "WhitelistChameleon" tag - type: Sprite sprite: Clothing/Head/Hats/catears.rsi - type: Clothing sprite: Clothing/Head/Hats/catears.rsi - type: AddAccentClothing accent: OwOAccent - + - type: entity parent: ClothingHeadBase id: ClothingHeadHatDogEars @@ -191,9 +190,6 @@ description: Only for good boys. suffix: DO NOT MAP components: - - type: Tag - tags: - - DroneUsable - type: Sprite sprite: Clothing/Head/Hats/dogears.rsi - type: Clothing diff --git a/Resources/Prototypes/Entities/Clothing/Head/welding.yml b/Resources/Prototypes/Entities/Clothing/Head/welding.yml index 39d3eb85060..753646757e9 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/welding.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/welding.yml @@ -16,7 +16,6 @@ price: 50 - type: Tag tags: - - DroneUsable - WhitelistChameleon - type: entity @@ -31,7 +30,6 @@ sprite: Clothing/Head/Welding/welding.rsi - type: Tag tags: - - DroneUsable - HamsterWearable - WhitelistChameleon diff --git a/Resources/Prototypes/Entities/Markers/Spawners/mobs.yml b/Resources/Prototypes/Entities/Markers/Spawners/mobs.yml index 214a19adff5..d8a095b443e 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/mobs.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/mobs.yml @@ -74,20 +74,6 @@ prototypes: - MobRaccoonMorticia -- type: entity - name: Drone Spawner - id: SpawnMobDrone - parent: MarkerBase - components: - - type: Sprite - layers: - - state: green - - sprite: Mobs/Silicon/drone.rsi - state: shell - - type: ConditionalSpawner - prototypes: - - Drone - - type: entity name: Fox Renault Spawner id: SpawnMobFoxRenault @@ -778,8 +764,8 @@ - type: ConditionalSpawner prototypes: - MobPenguin - - + + - type: entity name: Hellspawn Spawner id: SpawnMobHellspawn @@ -793,7 +779,7 @@ - type: ConditionalSpawner prototypes: - MobHellspawn - + - type: entity name: ore crab spawner id: SpawnMobOreCrab diff --git a/Resources/Prototypes/Entities/Mobs/Player/silicon.yml b/Resources/Prototypes/Entities/Mobs/Player/silicon.yml index 072c419bc86..0f8998bdec8 100644 --- a/Resources/Prototypes/Entities/Mobs/Player/silicon.yml +++ b/Resources/Prototypes/Entities/Mobs/Player/silicon.yml @@ -1,245 +1,3 @@ -- type: entity - save: false - abstract: true - id: PlayerSiliconBase #for player controlled silicons - components: - - type: Reactive - groups: - Acidic: [Touch] - - type: Input - context: "human" - - type: DamageOnHighSpeedImpact - damage: - types: - Blunt: 5 - soundHit: - collection: MetalThud - - type: Clickable - - type: Damageable - damageContainer: Inorganic - - type: Bloodstream - bloodReagent: Oil - bloodlossDamage: - types: - Bloodloss: - 1 - bloodlossHealDamage: - types: - Bloodloss: - -1 - - type: InteractionOutline - - type: Fixtures - fixtures: - fix1: - shape: - # Circles, cuz rotation of rectangles looks very bad - !type:PhysShapeCircle - radius: 0.35 - density: 50 - mask: - - MobMask - layer: - - MobLayer - - type: MovementSpeedModifier - baseWalkSpeed : 4 - baseSprintSpeed : 3 - - type: Sprite - noRot: true - drawdepth: Mobs - - type: Physics - bodyType: KinematicController - - type: Hands - showInHands: false - - type: Body - prototype: Drone - - type: IntrinsicRadioReceiver - - type: IntrinsicRadioTransmitter - channels: - - Binary - - type: ActiveRadio - channels: - - Binary - - Common - - type: DoAfter - - type: Pullable - - type: Examiner - - type: Puller - - type: StandingState - - type: Alerts - - type: Tag - tags: - - ShoesRequiredStepTriggerImmune - -- type: entity - name: drone - id: Drone - parent: PlayerSiliconBase - components: - - type: Drone - - type: InnateTool - tools: - - id: ClothingBackpackSatchelDrone - - id: trayScanner - - id: Omnitool - - id: WelderExperimental - - type: NameIdentifier - group: Drone - - type: Inventory - templateId: drone - - type: InventorySlots - - type: Strippable - - type: UserInterface - interfaces: - - key: enum.StrippingUiKey.Key - type: StrippableBoundUserInterface - - key: enum.SiliconLawsUiKey.Key - type: SiliconLawBoundUserInterface - #- type: GhostRole - # makeSentient: true - # name: Maintenance Drone - # description: Maintain the station. Ignore other beings except drones. - # rules: | - # You are bound by these laws both in-game and out-of-character: - # 1. You may not involve yourself in the matters of another being, even if such matters conflict with Law Two or Law Three, unless the other being is another Drone. - # 2. You may not harm any being, regardless of intent or circumstance. - # 3. Your goals are to build, maintain, repair, improve, and power to the best of your abilities, You must never actively work against these goals. - #- type: GhostTakeoverAvailable - - type: SiliconLawBound - - type: SiliconLawProvider - laws: Drone - - type: MovementSpeedModifier - baseWalkSpeed : 5 - baseSprintSpeed : 5 - - type: MobState - allowedStates: - - Alive - - Dead - - type: MobThresholds - thresholds: - 0: Alive - 60: Dead - - type: Flashable - - type: NoSlip - - type: StatusEffects - allowed: - - Stun - - KnockedDown - - SlowedDown - - type: SlowOnDamage - speedModifierThresholds: - 30: 0.7 - 50: 0.5 - - type: Temperature - heatDamageThreshold: 5000 - currentTemperature: 310.15 - specificHeat: 42 - heatDamage: - types: - Heat : 1 #per second, scales with temperature & other constants - - type: Sprite - drawdepth: SmallMobs - layers: - - state: shell - sprite: Mobs/Silicon/drone.rsi - map: ["base"] - - type: MovementIgnoreGravity - - type: Fixtures - fixtures: - fix1: - shape: - !type:PhysShapeCircle - radius: 0.35 - density: 50 - mask: - - SmallMobMask - layer: - - SmallMobLayer - - type: Appearance - - type: GenericVisualizer - visuals: - enum.DroneVisuals.Status: - base: - Off: { state: shell } - On: { state: drone } - - type: ReplacementAccent - accent: silicon - - type: Repairable - fuelcost: 15 - doAfterDelay: 8 - - type: Actions - - type: UnpoweredFlashlight - - type: PointLight - enabled: false - radius: 3.5 - softness: 1 - mask: /Textures/Effects/LightMasks/cone.png - autoRot: true - - type: Tag - tags: - - ShoesRequiredStepTriggerImmune - - CannotSuicide - -- type: entity - name: onestar mecha - id: Onestar - parent: PlayerSiliconBase - components: - - type: InnateTool - tools: - - id: WeaponMinigun - - id: EnergySword - - id: WeaponLauncherMultipleRocket - - id: WeaponXrayCannon - - type: UserInterface - interfaces: - - key: enum.StrippingUiKey.Key - type: StrippableBoundUserInterface - - type: GhostRole - makeSentient: true - name: ghost-role-information-onestar-mecha-name - description: ghost-role-information-onestar-mecha-description - rules: ghost-role-information-onestar-mecha-rules - - type: GhostTakeoverAvailable - - type: MovementSpeedModifier - baseWalkSpeed : 3 - baseSprintSpeed : 2 - - type: MobState - allowedStates: - - Alive - - Dead - - type: MobThresholds - thresholds: - 0: Alive - 1000: Dead - - type: Sprite - drawdepth: Mobs - layers: - - state: onestar_boss - sprite: Mobs/Silicon/onestar.rsi - - state: onestar_boss_screen - sprite: Mobs/Silicon/onestar.rsi - shader: unshaded - - type: FootstepModifier - footstepSoundCollection: - path: /Audio/Mecha/sound_mecha_powerloader_step.ogg - - type: MovementIgnoreGravity - - type: Fixtures - fixtures: - fix1: - shape: - !type:PhysShapeCircle - radius: 1 - density: 160 - mask: - - LargeMobMask - layer: - - MobLayer - - type: Appearance - - type: CombatMode - - type: Tag - tags: - - FootstepSound - - type: entity id: PlayerBorgGeneric parent: BorgChassisGeneric @@ -248,9 +6,9 @@ - type: ContainerFill containers: borg_brain: - - PositronicBrain + - PositronicBrain borg_module: - - BorgModuleTool + - BorgModuleTool - type: ItemSlots slots: cell_slot: @@ -267,7 +25,7 @@ - type: ContainerFill containers: borg_brain: - - MMIFilled + - MMIFilled - type: ItemSlots slots: cell_slot: @@ -279,17 +37,17 @@ parent: BorgChassisSyndicateAssault suffix: Battery, Module, Operative components: - - type: NukeOperative - - type: ContainerFill - containers: - borg_brain: - - PositronicBrain - borg_module: - - BorgModuleOperative - - BorgModuleL6C - - BorgModuleEsword - - type: ItemSlots - slots: - cell_slot: - name: power-cell-slot-component-slot-name-default - startingItem: PowerCellHyper + - type: NukeOperative + - type: ContainerFill + containers: + borg_brain: + - PositronicBrain + borg_module: + - BorgModuleOperative + - BorgModuleL6C + - BorgModuleEsword + - type: ItemSlots + slots: + cell_slot: + name: power-cell-slot-component-slot-name-default + startingItem: PowerCellHyper diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_cups.yml b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_cups.yml index f18a85286fc..8242496e206 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_cups.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_cups.yml @@ -350,7 +350,6 @@ - type: Tag tags: - Trash - - DroneUsable - WhitelistChameleon - type: TrashOnSolutionEmpty solution: drink diff --git a/Resources/Prototypes/Entities/Objects/Devices/Circuitboards/Machine/base_machineboard.yml b/Resources/Prototypes/Entities/Objects/Devices/Circuitboards/Machine/base_machineboard.yml index 4e6dced060e..164777284fa 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/Circuitboards/Machine/base_machineboard.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/Circuitboards/Machine/base_machineboard.yml @@ -11,9 +11,6 @@ state: generic - type: Item storedRotation: -90 - - type: Tag - tags: - - DroneUsable - type: StaticPrice price: 100 - type: PhysicalComposition diff --git a/Resources/Prototypes/Entities/Objects/Devices/Circuitboards/computer.yml b/Resources/Prototypes/Entities/Objects/Devices/Circuitboards/computer.yml index a1ba97cbcc9..56e484a274f 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/Circuitboards/computer.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/Circuitboards/computer.yml @@ -10,9 +10,6 @@ state: cpuboard - type: Item storedRotation: -90 - - type: Tag - tags: - - DroneUsable - type: StaticPrice price: 100 - type: PhysicalComposition @@ -86,9 +83,6 @@ prototype: ComputerCargoOrders - type: StaticPrice price: 750 - - type: Tag - tags: - - DroneUsable - type: entity id: CargoBountyComputerCircuitboard @@ -101,9 +95,6 @@ - type: ComputerBoard prototype: ComputerCargoBounty - type: StaticPrice - - type: Tag - tags: - - DroneUsable - type: entity parent: BaseComputerCircuitboard @@ -161,7 +152,6 @@ prototype: ComputerSurveillanceCameraMonitor - type: Tag tags: - - DroneUsable - SurveillanceCameraMonitorCircuitboard - type: entity @@ -183,7 +173,6 @@ prototype: ComputerTelevision - type: Tag tags: - - DroneUsable - ComputerTelevisionCircuitboard - type: entity @@ -242,7 +231,6 @@ price: 750 - type: Tag tags: - - DroneUsable - HighRiskItem - type: entity diff --git a/Resources/Prototypes/Entities/Objects/Devices/Circuitboards/misc.yml b/Resources/Prototypes/Entities/Objects/Devices/Circuitboards/misc.yml index aca34b9ad0b..a4275995dc3 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/Circuitboards/misc.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/Circuitboards/misc.yml @@ -9,7 +9,6 @@ state: airalarm_electronics - type: Tag tags: - - DroneUsable - StationMapElectronics - type: StaticPrice - price: 15 \ No newline at end of file + price: 15 diff --git a/Resources/Prototypes/Entities/Objects/Devices/Electronics/atmos_alarms.yml b/Resources/Prototypes/Entities/Objects/Devices/Electronics/atmos_alarms.yml index b42ee2499c6..b54d21750db 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/Electronics/atmos_alarms.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/Electronics/atmos_alarms.yml @@ -9,7 +9,6 @@ state: airalarm_electronics - type: Tag tags: - - DroneUsable - AirAlarmElectronics - type: StaticPrice price: 61 @@ -25,7 +24,6 @@ state: airalarm_electronics - type: Tag tags: - - DroneUsable - FireAlarmElectronics - type: StaticPrice price: 61 diff --git a/Resources/Prototypes/Entities/Objects/Devices/Electronics/base_electronics.yml b/Resources/Prototypes/Entities/Objects/Devices/Electronics/base_electronics.yml index d55b5a1098f..8ee76d43e9d 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/Electronics/base_electronics.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/Electronics/base_electronics.yml @@ -8,9 +8,6 @@ - type: Sprite sprite: Objects/Misc/module.rsi state: generic - - type: Tag - tags: - - DroneUsable - type: StaticPrice price: 100 - type: PhysicalComposition diff --git a/Resources/Prototypes/Entities/Objects/Devices/Electronics/disposal.yml b/Resources/Prototypes/Entities/Objects/Devices/Electronics/disposal.yml index 9278e347066..7c2f2a6fda0 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/Electronics/disposal.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/Electronics/disposal.yml @@ -9,7 +9,6 @@ state: net_wired - type: Tag tags: - - DroneUsable - MailingUnitElectronics - type: StaticPrice price: 55 diff --git a/Resources/Prototypes/Entities/Objects/Devices/Electronics/door.yml b/Resources/Prototypes/Entities/Objects/Devices/Electronics/door.yml index 627fe5fb0a0..275a61d8216 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/Electronics/door.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/Electronics/door.yml @@ -11,6 +11,5 @@ - type: Tag tags: - DoorElectronics - - DroneUsable - type: StaticPrice price: 55 diff --git a/Resources/Prototypes/Entities/Objects/Devices/Electronics/firelock.yml b/Resources/Prototypes/Entities/Objects/Devices/Electronics/firelock.yml index 3dee4037b34..00b928f2ec8 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/Electronics/firelock.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/Electronics/firelock.yml @@ -9,7 +9,6 @@ state: mainboard - type: Tag tags: - - DroneUsable - FirelockElectronics - type: StaticPrice price: 61 diff --git a/Resources/Prototypes/Entities/Objects/Devices/Electronics/intercom.yml b/Resources/Prototypes/Entities/Objects/Devices/Electronics/intercom.yml index b59654cf02d..3446a3ba4f9 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/Electronics/intercom.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/Electronics/intercom.yml @@ -9,7 +9,6 @@ state: id_mod - type: Tag tags: - - DroneUsable - IntercomElectronics - type: StaticPrice price: 55 diff --git a/Resources/Prototypes/Entities/Objects/Devices/Electronics/power_electronics.yml b/Resources/Prototypes/Entities/Objects/Devices/Electronics/power_electronics.yml index 9a806a6bf2b..d3293bbfd22 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/Electronics/power_electronics.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/Electronics/power_electronics.yml @@ -31,7 +31,6 @@ price: 40 - type: Tag tags: - - DroneUsable - WallmountSubstationElectronics # Wallmount Generator @@ -51,7 +50,6 @@ Glass: 90 - type: Tag tags: - - DroneUsable - WallmountGeneratorElectronics # APU @@ -68,7 +66,6 @@ price: 40 - type: Tag tags: - - DroneUsable - WallmountGeneratorAPUElectronics # Solar Tracker Electronics @@ -85,5 +82,4 @@ price: 85 - type: Tag tags: - - DroneUsable - SolarTrackerElectronics diff --git a/Resources/Prototypes/Entities/Objects/Devices/flatpack.yml b/Resources/Prototypes/Entities/Objects/Devices/flatpack.yml index 974918a068f..39e94018329 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/flatpack.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/flatpack.yml @@ -35,6 +35,3 @@ cpu_supply: "#A46106" - type: StaticPrice price: 250 - - type: Tag - tags: - - DroneUsable diff --git a/Resources/Prototypes/Entities/Objects/Devices/mousetrap.yml b/Resources/Prototypes/Entities/Objects/Devices/mousetrap.yml index 440bc4dd8a8..c3bd74dd751 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/mousetrap.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/mousetrap.yml @@ -54,9 +54,6 @@ mask: - ItemMask - type: Rotatable - - type: Tag - tags: - - DroneUsable - type: entity name: mousetrap diff --git a/Resources/Prototypes/Entities/Objects/Materials/Sheets/glass.yml b/Resources/Prototypes/Entities/Objects/Materials/Sheets/glass.yml index f99b9cf0741..64c601b4830 100644 --- a/Resources/Prototypes/Entities/Objects/Materials/Sheets/glass.yml +++ b/Resources/Prototypes/Entities/Objects/Materials/Sheets/glass.yml @@ -15,7 +15,6 @@ - type: Tag tags: - Sheet - - DroneUsable - type: Material - type: Damageable damageContainer: Inorganic @@ -47,7 +46,7 @@ acts: [ "Destruction" ] - type: SolutionContainerManager solutions: - glass: + glass: canReact: false - type: entity @@ -197,7 +196,7 @@ - ReagentId: Carbon Quantity: 0.5 canReact: false - + - type: entity parent: SheetGlassBase id: SheetPGlass @@ -443,8 +442,8 @@ Quantity: 4.5 - ReagentId: Carbon Quantity: 0.5 - canReact: false - + canReact: false + - type: entity parent: SheetRUGlass id: SheetRUGlass1 diff --git a/Resources/Prototypes/Entities/Objects/Materials/Sheets/metal.yml b/Resources/Prototypes/Entities/Objects/Materials/Sheets/metal.yml index 24b4544e566..ae817f6ffc1 100644 --- a/Resources/Prototypes/Entities/Objects/Materials/Sheets/metal.yml +++ b/Resources/Prototypes/Entities/Objects/Materials/Sheets/metal.yml @@ -15,7 +15,6 @@ tags: - Sheet - Metal - - DroneUsable - type: Damageable damageContainer: Inorganic damageModifierSet: Metallic diff --git a/Resources/Prototypes/Entities/Objects/Materials/Sheets/other.yml b/Resources/Prototypes/Entities/Objects/Materials/Sheets/other.yml index 18590e98dfc..dfb51336289 100644 --- a/Resources/Prototypes/Entities/Objects/Materials/Sheets/other.yml +++ b/Resources/Prototypes/Entities/Objects/Materials/Sheets/other.yml @@ -12,7 +12,6 @@ - type: Tag tags: - Sheet - - DroneUsable - type: Damageable damageContainer: Inorganic - type: Destructible @@ -133,7 +132,6 @@ tags: - Plastic - Sheet - - DroneUsable - type: Material - type: PhysicalComposition materialComposition: @@ -250,7 +248,6 @@ - type: Tag tags: - Sheet - - DroneUsable - type: Material - type: PhysicalComposition materialComposition: diff --git a/Resources/Prototypes/Entities/Objects/Materials/materials.yml b/Resources/Prototypes/Entities/Objects/Materials/materials.yml index 854e9d308e2..e71a163b5d0 100644 --- a/Resources/Prototypes/Entities/Objects/Materials/materials.yml +++ b/Resources/Prototypes/Entities/Objects/Materials/materials.yml @@ -11,7 +11,6 @@ size: Normal - type: Tag tags: - - DroneUsable - RawMaterial - type: Damageable damageContainer: Inorganic @@ -128,7 +127,6 @@ - type: Tag tags: - ClothMade - - DroneUsable - Gauze - RawMaterial - type: Construction @@ -193,7 +191,6 @@ - type: Tag tags: - ClothMade - - DroneUsable - RawMaterial - type: entity @@ -212,7 +209,7 @@ reagents: #Hell if I know what durathread is made out of. - ReagentId: Fiber Quantity: 6 - + - type: entity parent: MaterialBase id: MaterialWoodPlank @@ -241,7 +238,6 @@ - type: Tag tags: - Wooden - - DroneUsable - RawMaterial - type: Extractable grindableSolutionName: wood @@ -411,10 +407,8 @@ - type: Tag tags: - ClothMade - - DroneUsable - RawMaterial - - type: entity parent: MaterialCotton id: MaterialCotton1 @@ -523,7 +517,6 @@ - type: Tag tags: - ClothMade - - DroneUsable - RawMaterial - type: entity diff --git a/Resources/Prototypes/Entities/Objects/Materials/parts.yml b/Resources/Prototypes/Entities/Objects/Materials/parts.yml index a15675995cc..71adedab0ed 100644 --- a/Resources/Prototypes/Entities/Objects/Materials/parts.yml +++ b/Resources/Prototypes/Entities/Objects/Materials/parts.yml @@ -8,9 +8,6 @@ state: rods - type: Item sprite: Objects/Materials/parts.rsi - - type: Tag - tags: - - DroneUsable - type: Damageable damageContainer: Inorganic damageModifierSet: FlimsyMetallic @@ -81,7 +78,6 @@ - type: Tag tags: - RodMetal1 - - DroneUsable - type: Sprite state: rods - type: Stack @@ -96,7 +92,6 @@ - type: Tag tags: - RodMetal1 - - DroneUsable - type: Sprite state: rods - type: Stack diff --git a/Resources/Prototypes/Entities/Objects/Misc/tiles.yml b/Resources/Prototypes/Entities/Objects/Misc/tiles.yml index 445e2c7b5b1..286e28c53d5 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/tiles.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/tiles.yml @@ -15,9 +15,6 @@ Blunt: 5 - type: Stack count: 1 - - type: Tag - tags: - - DroneUsable - type: Damageable damageContainer: Inorganic - type: Destructible diff --git a/Resources/Prototypes/Entities/Objects/Power/antimatter_part.yml b/Resources/Prototypes/Entities/Objects/Power/antimatter_part.yml index 62aa0dccdd5..9aa60140666 100644 --- a/Resources/Prototypes/Entities/Objects/Power/antimatter_part.yml +++ b/Resources/Prototypes/Entities/Objects/Power/antimatter_part.yml @@ -16,8 +16,5 @@ price: 500 - type: GuideHelp guides: [ AME, Power ] - - type: Tag - tags: - - DroneUsable - type: StealTarget stealGroup: AmePart diff --git a/Resources/Prototypes/Entities/Objects/Power/powercells.yml b/Resources/Prototypes/Entities/Objects/Power/powercells.yml index 758d5f7b423..8aefe5e931b 100644 --- a/Resources/Prototypes/Entities/Objects/Power/powercells.yml +++ b/Resources/Prototypes/Entities/Objects/Power/powercells.yml @@ -27,7 +27,6 @@ Quantity: 5 - type: Tag tags: - - DroneUsable - PowerCell - type: Appearance - type: PowerCellVisuals @@ -50,7 +49,6 @@ startingCharge: 70 - type: Tag tags: - - DroneUsable - PotatoBattery - type: Construction graph: PowerCellPotato @@ -315,7 +313,7 @@ - type: Battery maxCharge: 1400 startingCharge: 1400 - + - type: entity id: PowerCageMedium parent: BasePowerCage @@ -333,7 +331,7 @@ - type: Battery maxCharge: 2700 startingCharge: 2700 - + - type: entity id: PowerCageHigh parent: BasePowerCage @@ -351,7 +349,7 @@ - type: Battery maxCharge: 6200 startingCharge: 6200 - + - type: entity id: PowerCageSmallEmpty parent: PowerCageSmall @@ -369,7 +367,7 @@ - type: Battery maxCharge: 1400 startingCharge: 0 - + - type: entity id: PowerCageMediumEmpty parent: PowerCageMedium @@ -386,7 +384,7 @@ visible: false - type: Battery startingCharge: 0 - + - type: entity id: PowerCageHighEmpty parent: PowerCageHigh @@ -402,4 +400,4 @@ shader: unshaded visible: false - type: Battery - startingCharge: 0 \ No newline at end of file + startingCharge: 0 diff --git a/Resources/Prototypes/Entities/Objects/Power/solar_parts.yml b/Resources/Prototypes/Entities/Objects/Power/solar_parts.yml index 0fcd11f9b00..de8aef6518a 100644 --- a/Resources/Prototypes/Entities/Objects/Power/solar_parts.yml +++ b/Resources/Prototypes/Entities/Objects/Power/solar_parts.yml @@ -11,6 +11,3 @@ - type: Sprite sprite: Objects/Power/solar_parts.rsi state: solar_assembly_parts - - type: Tag - tags: - - DroneUsable diff --git a/Resources/Prototypes/Entities/Objects/Specific/Janitorial/janitor.yml b/Resources/Prototypes/Entities/Objects/Specific/Janitorial/janitor.yml index ce4eef7453a..8d3c83e3e1e 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Janitorial/janitor.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Janitorial/janitor.yml @@ -30,7 +30,6 @@ delay: 1 - type: Tag tags: - - DroneUsable #No bucket because it holds chems, they can drag the cart or use a drain - Mop - MopBasic - type: GuideHelp @@ -81,7 +80,6 @@ maxVol: 100 - type: Tag tags: - - DroneUsable #No bucket because it holds chems, they can drag the cart or use a drain - Mop - MopAdv @@ -649,7 +647,6 @@ delay: 1.5 - type: Tag tags: - - DroneUsable - Mop - type: CleansForensics - type: Fiber diff --git a/Resources/Prototypes/Entities/Objects/Specific/Janitorial/spray.yml b/Resources/Prototypes/Entities/Objects/Specific/Janitorial/spray.yml index e9eb18f926f..0e19c03deef 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Janitorial/spray.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Janitorial/spray.yml @@ -91,8 +91,6 @@ - type: Tag tags: - Spray - - DroneUsable #They don't have any other chem stuff on their whitelist so they can't refill it - # Vapor - type: entity diff --git a/Resources/Prototypes/Entities/Objects/Specific/Janitorial/trashbag.yml b/Resources/Prototypes/Entities/Objects/Specific/Janitorial/trashbag.yml index 1a97b607bba..b74962d9d7a 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Janitorial/trashbag.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Janitorial/trashbag.yml @@ -25,7 +25,6 @@ - type: Tag tags: - TrashBag - - DroneUsable - type: Appearance - type: StorageFillVisualizer maxFillLevels: 4 diff --git a/Resources/Prototypes/Entities/Objects/Specific/atmos.yml b/Resources/Prototypes/Entities/Objects/Specific/atmos.yml index ff946aefe91..0dc714aba0c 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/atmos.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/atmos.yml @@ -26,9 +26,6 @@ enabled: True: { state: working } False: { state: icon } - - type: Tag - tags: - - DroneUsable - type: StaticPrice price: 80 - type: PhysicalComposition diff --git a/Resources/Prototypes/Entities/Objects/Tools/cable_coils.yml b/Resources/Prototypes/Entities/Objects/Tools/cable_coils.yml index e1e565cc186..bfb3069efba 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/cable_coils.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/cable_coils.yml @@ -12,7 +12,6 @@ - type: Tag tags: - CableCoil - - DroneUsable - type: Stack stackType: Cable - type: Sprite @@ -221,4 +220,4 @@ - type: Sprite state: coillv-10 - type: Stack - count: 1 \ No newline at end of file + count: 1 diff --git a/Resources/Prototypes/Entities/Objects/Tools/flashlights.yml b/Resources/Prototypes/Entities/Objects/Tools/flashlights.yml index e7ea80830b9..14a31d269ee 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/flashlights.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/flashlights.yml @@ -7,7 +7,6 @@ - type: Tag tags: - Flashlight - - DroneUsable - type: HandheldLight addPrefix: false blinkingBehaviourId: blinking diff --git a/Resources/Prototypes/Entities/Objects/Tools/inflatable_wall.yml b/Resources/Prototypes/Entities/Objects/Tools/inflatable_wall.yml index 5c30cfdea3a..86163aad67c 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/inflatable_wall.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/inflatable_wall.yml @@ -19,9 +19,6 @@ doAfter: 1 removeOnInteract: true - type: Clickable - - type: Tag - tags: - - DroneUsable # TODO: Add stack sprites + visuals. - type: entity @@ -45,9 +42,6 @@ doAfter: 1 removeOnInteract: true - type: Clickable - - type: Tag - tags: - - DroneUsable # TODO: Add stack sprites + visuals. - type: entity diff --git a/Resources/Prototypes/Entities/Objects/Tools/light_replacer.yml b/Resources/Prototypes/Entities/Objects/Tools/light_replacer.yml index 442e939d423..646f6a63784 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/light_replacer.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/light_replacer.yml @@ -15,9 +15,6 @@ amount: 8 - id: LightBulb amount: 5 - - type: Tag - tags: - - DroneUsable - type: StaticPrice price: 100 - type: ContainerContainer diff --git a/Resources/Prototypes/Entities/Objects/Tools/t-ray.yml b/Resources/Prototypes/Entities/Objects/Tools/t-ray.yml index 71032290b1d..c467974b743 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/t-ray.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/t-ray.yml @@ -19,8 +19,5 @@ base: On: { state: tray-on } Off: { state: tray-off } - - type: Tag - tags: - - DroneUsable - type: StaticPrice price: 60 diff --git a/Resources/Prototypes/Entities/Objects/Tools/toolbox.yml b/Resources/Prototypes/Entities/Objects/Tools/toolbox.yml index 250f570c5f9..667d8559971 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/toolbox.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/toolbox.yml @@ -24,7 +24,6 @@ path: "/Audio/Weapons/smash.ogg" - type: Tag tags: - - DroneUsable - Toolbox - type: GenericVisualizer visuals: @@ -170,4 +169,4 @@ - type: UserInterface interfaces: - key: enum.ThiefBackpackUIKey.Key - type: ThiefBackpackBoundUserInterface \ No newline at end of file + type: ThiefBackpackBoundUserInterface diff --git a/Resources/Prototypes/Entities/Objects/Tools/tools.yml b/Resources/Prototypes/Entities/Objects/Tools/tools.yml index 619324a2f2c..b3693eac165 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/tools.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/tools.yml @@ -221,7 +221,6 @@ - type: Tag tags: - Multitool - - DroneUsable - type: PhysicalComposition materialComposition: Steel: 100 @@ -271,9 +270,6 @@ type: NetworkConfiguratorBoundUserInterface - key: enum.NetworkConfiguratorUiKey.Link type: NetworkConfiguratorBoundUserInterface - - type: Tag - tags: - - DroneUsable - type: StaticPrice price: 56 - type: GuideHelp diff --git a/Resources/Prototypes/Entities/Structures/Machines/Computers/computers.yml b/Resources/Prototypes/Entities/Structures/Machines/Computers/computers.yml index c9cbb34d63e..54d64cc7215 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/Computers/computers.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/Computers/computers.yml @@ -638,9 +638,6 @@ radius: 1.5 energy: 1.6 color: "#e6e227" - - type: Tag - tags: - - DroneUsable - type: entity parent: BaseComputer diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index c50d6560c36..50601d8be89 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -279,7 +279,6 @@ - Implanter - PillCanister - ChemistryEmptyBottle01 - - Drone - AdvMopItem - WeaponSprayNozzle - ClothingBackpackWaterTank diff --git a/Resources/Prototypes/Entities/Structures/Machines/vending_machines.yml b/Resources/Prototypes/Entities/Structures/Machines/vending_machines.yml index d2b2961728a..2c8f34860bf 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/vending_machines.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/vending_machines.yml @@ -296,9 +296,6 @@ - type: Advertise pack: ClothesMateAds - type: Speech - - type: Tag - tags: - - DroneUsable - type: Sprite sprite: Structures/Machines/VendingMachines/clothing.rsi layers: @@ -329,9 +326,6 @@ - type: Advertise pack: ClothesMateAds - type: Speech - - type: Tag - tags: - - DroneUsable - type: Sprite sprite: Structures/Machines/VendingMachines/winterdrobe.rsi layers: @@ -1103,9 +1097,6 @@ radius: 1.5 energy: 1.6 color: "#c73434" - - type: Tag - tags: - - DroneUsable - type: entity parent: VendingMachine @@ -1201,9 +1192,6 @@ radius: 1.5 energy: 1.6 color: "#d4ab33" - - type: Tag - tags: - - DroneUsable - type: entity parent: VendingMachine diff --git a/Resources/Prototypes/Recipes/Lathes/misc.yml b/Resources/Prototypes/Recipes/Lathes/misc.yml index 84091668e3c..15b20d8b904 100644 --- a/Resources/Prototypes/Recipes/Lathes/misc.yml +++ b/Resources/Prototypes/Recipes/Lathes/misc.yml @@ -75,15 +75,6 @@ materials: Wood: 100 -- type: latheRecipe - id: Drone - result: Drone - completetime: 6 - materials: - Steel: 500 - Glass: 500 - Plastic: 500 - - type: latheRecipe id: SynthesizerInstrument result: SynthesizerInstrument diff --git a/Resources/Prototypes/Research/experimental.yml b/Resources/Prototypes/Research/experimental.yml index bbb6ce568c2..bc0a26b58ab 100644 --- a/Resources/Prototypes/Research/experimental.yml +++ b/Resources/Prototypes/Research/experimental.yml @@ -11,7 +11,6 @@ cost: 5000 recipeUnlocks: - ProximitySensor - - Drone - ExosuitFabricatorMachineCircuitboard - type: technology diff --git a/Resources/Prototypes/name_identifier_groups.yml b/Resources/Prototypes/name_identifier_groups.yml index 7df370035e3..82c2f3bce9a 100644 --- a/Resources/Prototypes/name_identifier_groups.yml +++ b/Resources/Prototypes/name_identifier_groups.yml @@ -11,13 +11,6 @@ id: Holoparasite prefix: HOLO -- type: nameIdentifierGroup - id: Drone - prefix: DR - fullName: true - minValue: 10000 - maxValue: 99999 - - type: nameIdentifierGroup id: MMI prefix: MMI diff --git a/Resources/Prototypes/tags.yml b/Resources/Prototypes/tags.yml index 3b2dcbe3749..6bcff07f4aa 100644 --- a/Resources/Prototypes/tags.yml +++ b/Resources/Prototypes/tags.yml @@ -467,9 +467,6 @@ - type: Tag id: DrinkBottle -- type: Tag - id: DroneUsable - - type: Tag id: Duck diff --git a/Resources/migration.yml b/Resources/migration.yml index 4d5a4cce6e2..e2ef8c0c698 100644 --- a/Resources/migration.yml +++ b/Resources/migration.yml @@ -214,3 +214,8 @@ VehicleJanicartDestroyed: null # 2024-02-01 YellowOxygenTank: OxygenTank YellowOxygenTankFilled: OxygenTankFilled + +# 2024-02-19 +Drone: null +SpawnMobDrone: null +Onestar: null # I dont think this is even mapped, but just in case From 390ca2a7b2f1348e4e1ecd921c61c0310ceaff73 Mon Sep 17 00:00:00 2001 From: PJBot Date: Wed, 21 Feb 2024 06:24:10 +0000 Subject: [PATCH 069/101] Automatic changelog update --- Resources/Changelog/Changelog.yml | 58 +++++++++++++++---------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 2162ea61bbd..25ed5ce44d9 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,33 +1,4 @@ Entries: -- author: Blazeror - changes: - - message: Pinpointers now use the correct sprites. - type: Fix - id: 5483 - time: '2023-12-30T19:12:13.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23236 -- author: Emisse - changes: - - message: The Grand Lottery has even more surprises in store! - type: Tweak - id: 5484 - time: '2023-12-30T21:24:24.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23243 -- author: Blackern5000 - changes: - - message: Chang's instant ramen cups have been slightly enlarged to accommodate - 10ml of boiling water, as per the instructions. - type: Tweak - id: 5485 - time: '2023-12-30T22:27:10.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23189 -- author: Velcroboy - changes: - - message: Moved head clothing items out of their lockers and into their dressers. - type: Tweak - id: 5486 - time: '2023-12-30T22:42:19.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23183 - author: Carve changes: - message: Voice change has a new icon. @@ -3850,3 +3821,32 @@ id: 5982 time: '2024-02-21T06:16:25.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/25286 +- author: Tayrtahn + changes: + - message: Added fill level visuals to all the drinks. Cheers! + type: Add + id: 5983 + time: '2024-02-21T06:17:56.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/25319 +- author: Potato1234_x + changes: + - message: Happy Honk boxes can now hold normal sized items + type: Tweak + id: 5984 + time: '2024-02-21T06:21:45.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/25245 +- author: Hanzdegloker + changes: + - message: Standardized amount of huds in vendors and added new diagnostics eyeapatch + hud + type: Tweak + id: 5985 + time: '2024-02-21T06:22:30.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/25208 +- author: DebugOk + changes: + - message: Drones are now completely removed instead of just being disabled + type: Remove + id: 5986 + time: '2024-02-21T06:23:05.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/25372 From 4372e29c6c6bc96ba4cab124b2032362721eeae4 Mon Sep 17 00:00:00 2001 From: Hanz <41141796+Hanzdegloker@users.noreply.github.com> Date: Wed, 21 Feb 2024 01:26:23 -0500 Subject: [PATCH 070/101] Dept. Head Dresser + Locker Fixup (#25206) * standardized dresser and locker contents for heads what it says on the tin * No more 3 labcoats CMO yup --- .../Prototypes/Catalog/Fills/Lockers/dressers.yml | 12 +++++++++--- Resources/Prototypes/Catalog/Fills/Lockers/heads.yml | 7 ++++--- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/dressers.yml b/Resources/Prototypes/Catalog/Fills/Lockers/dressers.yml index 4ca0ac3a744..81d975e06ad 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/dressers.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/dressers.yml @@ -13,6 +13,7 @@ - id: ClothingUniformJumpskirtCapFormalDress - id: ClothingHandsGlovesCaptain - id: ClothingNeckMantleCap + - id: ClothingOuterWinterCap - type: entity id: DresserChiefEngineerFilled @@ -26,6 +27,7 @@ - id: ClothingUniformJumpskirtChiefEngineerTurtle - id: ClothingNeckCloakCe - id: ClothingHeadHatBeretEngineering + - id: ClothingOuterWinterCE - type: entity id: DresserChiefMedicalOfficerFilled @@ -38,6 +40,8 @@ - id: ClothingCloakCmo - id: ClothingOuterCoatLabCmo - id: ClothingHeadHatBeretCmo + - id: ClothingEyesGlasses + - id: ClothingOuterWinterCMO - type: entity id: DresserHeadOfPersonnelFilled @@ -50,6 +54,7 @@ - id: ClothingNeckCloakHop - id: ClothingHeadHatHopcap - id: ClothingOuterWinterHoP + - id: ClothingEyesGlasses - type: entity id: DresserHeadOfSecurityFilled @@ -66,7 +71,7 @@ - id: ClothingUniformJumpsuitHoSAlt - id: ClothingUniformJumpskirtHosFormal - id: ClothingUniformJumpsuitHosFormal - - id: ClothingMaskNeckGaiter + - id: ClothingOuterWinterHoS - type: entity id: DresserQuarterMasterFilled @@ -76,13 +81,13 @@ - type: StorageFill contents: - id: ClothingNeckCloakQm - - id: ClothingHeadsetCargo - id: ClothingHeadHatBeretQM - id: ClothingUniformJumpsuitQMFormal - id: ClothingUniformJumpsuitQMTurtleneck - id: ClothingUniformJumpskirtQMTurtleneck - id: ClothingHandsGlovesColorBrown - id: ClothingNeckMantleQM + - id: ClothingOuterWinterQM - type: entity id: DresserResearchDirectorFilled @@ -95,7 +100,8 @@ - id: ClothingNeckCloakRd - id: ClothingHeadHatBeretRND - id: ClothingHandsGlovesColorPurple - - id: ClothingHeadsetAltScience + - id: ClothingEyesGlasses + - id: ClothingOuterWinterRD - type: entity id: DresserWardenFilled diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml b/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml index 714ba015822..fb66b7349d1 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml @@ -183,7 +183,6 @@ - id: ClothingHeadsetAltMedical - id: ClothingCloakCmo - id: ClothingBackpackDuffelSurgeryFilled - - id: ClothingOuterCoatLabCmo - id: ClothingMaskSterile - id: ClothingHeadHatBeretCmo - id: ClothingOuterHardsuitMedical @@ -222,13 +221,13 @@ - id: ResearchComputerCircuitboard - id: ProtolatheMachineCircuitboard - id: CircuitImprinterMachineCircuitboard - - id: ClothingHeadsetMedicalScience - id: ClothingOuterHardsuitRd - id: HandTeleporter - id: DoorRemoteResearch - id: ClothingBeltUtilityFilled - id: RubberStampRd - id: BoxEncryptionKeyScience + - id: ClothingHeadsetAltScience - id: EncryptionKeyBinary - type: entity @@ -241,12 +240,12 @@ - id: ResearchComputerCircuitboard - id: ProtolatheMachineCircuitboard - id: CircuitImprinterMachineCircuitboard - - id: ClothingHeadsetMedicalScience - id: HandTeleporter - id: DoorRemoteResearch - id: ClothingBeltUtilityFilled - id: RubberStampRd - id: BoxEncryptionKeyScience + - id: ClothingHeadsetAltScience - id: EncryptionKeyBinary - type: entity @@ -259,6 +258,7 @@ - id: ClothingEyesHudSecurity - id: WeaponDisabler - id: ClothingOuterCoatHoSTrench + - id: ClothingMaskNeckGaiter - id: ClothingOuterHardsuitSecurityRed - id: ClothingMaskGasSwat - id: ClothingBeltSecurityFilled @@ -285,6 +285,7 @@ - id: ClothingEyesHudSecurity - id: WeaponDisabler - id: ClothingOuterCoatHoSTrench + - id: ClothingMaskNeckGaiter - id: ClothingBeltSecurityFilled - id: ClothingHeadsetAltSecurity - id: ClothingEyesGlassesSunglasses From 44d7c4c4bc3d6f7c9750d65d2a0d38ed376cf5f3 Mon Sep 17 00:00:00 2001 From: PJBot Date: Wed, 21 Feb 2024 06:27:29 +0000 Subject: [PATCH 071/101] Automatic changelog update --- Resources/Changelog/Changelog.yml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 25ed5ce44d9..6376d6ed40e 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: Carve - changes: - - message: Voice change has a new icon. - type: Tweak - id: 5487 - time: '2023-12-30T23:13:27.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23239 - author: lzk228 changes: - message: Mime's stamp is silent now! @@ -3850,3 +3843,13 @@ id: 5986 time: '2024-02-21T06:23:05.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/25372 +- author: Hanzdegloker + changes: + - message: Dept. Heads are now guaranteed to have their respective winter coats + in their dressers + type: Tweak + - message: Standardized the contents of Dept. Heads dressers and lockers + type: Tweak + id: 5987 + time: '2024-02-21T06:26:24.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/25206 From 688c9ab8179b3a46542d6301c2a52f8c8345a482 Mon Sep 17 00:00:00 2001 From: Ko4ergaPunk <62609550+Ko4ergaPunk@users.noreply.github.com> Date: Wed, 21 Feb 2024 09:28:26 +0300 Subject: [PATCH 072/101] Add new stairs (#25212) * Add new stairs * Resprite * Resprite again * empty --- .../Prototypes/Entities/Structures/stairs.yml | 49 ++++++++++++++++-- .../Textures/Structures/stairs.rsi/meta.json | 20 +++++-- .../Textures/Structures/stairs.rsi/stairs.png | Bin 4102 -> 0 bytes .../Structures/stairs.rsi/stairs_dark.png | Bin 0 -> 6065 bytes .../Structures/stairs.rsi/stairs_stage.png | Bin 1140 -> 0 bytes .../stairs.rsi/stairs_stage_dark.png | Bin 0 -> 3478 bytes .../stairs.rsi/stairs_stage_steel.png | Bin 0 -> 3636 bytes .../stairs.rsi/stairs_stage_white.png | Bin 0 -> 3669 bytes .../Structures/stairs.rsi/stairs_steel.png | Bin 0 -> 6249 bytes .../Structures/stairs.rsi/stairs_white.png | Bin 0 -> 6593 bytes 10 files changed, 62 insertions(+), 7 deletions(-) delete mode 100644 Resources/Textures/Structures/stairs.rsi/stairs.png create mode 100644 Resources/Textures/Structures/stairs.rsi/stairs_dark.png delete mode 100644 Resources/Textures/Structures/stairs.rsi/stairs_stage.png create mode 100644 Resources/Textures/Structures/stairs.rsi/stairs_stage_dark.png create mode 100644 Resources/Textures/Structures/stairs.rsi/stairs_stage_steel.png create mode 100644 Resources/Textures/Structures/stairs.rsi/stairs_stage_white.png create mode 100644 Resources/Textures/Structures/stairs.rsi/stairs_steel.png create mode 100644 Resources/Textures/Structures/stairs.rsi/stairs_white.png diff --git a/Resources/Prototypes/Entities/Structures/stairs.yml b/Resources/Prototypes/Entities/Structures/stairs.yml index f2e1ae62faa..628c9331488 100644 --- a/Resources/Prototypes/Entities/Structures/stairs.yml +++ b/Resources/Prototypes/Entities/Structures/stairs.yml @@ -1,6 +1,7 @@ - type: entity id: Stairs name: stairs + suffix: steel description: The greatest invention since rocket-propelled grenades. placement: mode: SnapgridCenter @@ -8,7 +9,7 @@ - type: Clickable - type: Sprite sprite: Structures/stairs.rsi - state: stairs + state: stairs_steel drawdepth: FloorTiles - type: Transform anchored: true @@ -38,9 +39,49 @@ - type: entity id: StairStage parent: Stairs - suffix: stage + suffix: steel, stage components: - type: Sprite sprite: Structures/stairs.rsi - state: stairs_stage - drawdepth: FloorTiles \ No newline at end of file + state: stairs_stage_steel + drawdepth: FloorTiles + +- type: entity + id: StairWhite + parent: Stairs + suffix: white + components: + - type: Sprite + sprite: Structures/stairs.rsi + state: stairs_white + drawdepth: FloorTiles + +- type: entity + id: StairStageWhite + parent: Stairs + suffix: white, stage + components: + - type: Sprite + sprite: Structures/stairs.rsi + state: stairs_stage_white + drawdepth: FloorTiles + +- type: entity + id: StairDark + parent: Stairs + suffix: dark + components: + - type: Sprite + sprite: Structures/stairs.rsi + state: stairs_dark + drawdepth: FloorTiles + +- type: entity + id: StairStageDark + parent: Stairs + suffix: dark, stage + components: + - type: Sprite + sprite: Structures/stairs.rsi + state: stairs_stage_dark + drawdepth: FloorTiles diff --git a/Resources/Textures/Structures/stairs.rsi/meta.json b/Resources/Textures/Structures/stairs.rsi/meta.json index 6a0f0ee2e00..d9f5a22fbe3 100644 --- a/Resources/Textures/Structures/stairs.rsi/meta.json +++ b/Resources/Textures/Structures/stairs.rsi/meta.json @@ -8,11 +8,25 @@ }, "states": [ { - "name": "stairs", - "directions": 4 + "name": "stairs_white", + "directions": 4 }, { - "name": "stairs_stage" + "name": "stairs_stage_white" + }, + { + "name": "stairs_steel", + "directions": 4 + }, + { + "name": "stairs_stage_steel" + }, + { + "name": "stairs_dark", + "directions": 4 + }, + { + "name": "stairs_stage_dark" } ] } diff --git a/Resources/Textures/Structures/stairs.rsi/stairs.png b/Resources/Textures/Structures/stairs.rsi/stairs.png deleted file mode 100644 index d294ec607735439f3cffe47cbfd9f44de538928b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4102 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 Q`9IaSTiQ|cE%qMxFVV{d>;M1& literal 0 HcmV?d00001 diff --git a/Resources/Textures/Structures/stairs.rsi/stairs_stage.png b/Resources/Textures/Structures/stairs.rsi/stairs_stage.png deleted file mode 100644 index 90d2c76de0c9a2a1dec0029fb355d275a590b2e2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1140 zcmV-)1dIELP)Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D1PMt*K~zXfZI)e5 z+&~b7ZExTV{0Q+3+8_1-#1Q~-1Q16-90_TOfD0gmK(NadI7Gl}=j*OAKtW|O0^))i%NMRJ)PfA)bW(kcmLt%HpPW1dlj`RXnn3Kpk0t2RJpzx$rHbZ4TLj zbOK)Li;Ii*_jd?epM_SI;>}Zp)6ib?@@&n&vDY#NulNMWmc?W|=2NiZyaCwR*hp?I%qZif>*v#v?C{_G+5t*x!Jk1N7uHk%zC9ocM-D5hm_5wdD8ARv;mgT4V!k1%2`4;wflt1N{4lt5LSLtJ{$TM!ix0lWJQ{|)jB zkyrx%$1#n>vhAP2`T03N;w1fZYW%eJ5wK-+KUBfYF86u)j;oT#&AB|Hx5HAy(P%OM z{v8;G!y%nqm(HQ*$yLCS=~}c^T<;R_q6DA9Mgsj60dlH@Q=_2jA<8OfHXYQ}S0!y+ z;^O^xz{|`1#FkaQR0{AIymK^2%&PkV+uPg334(M*M6a)}Pft%ZBR1sWD=RCK!u3eG z6M&u|skkEbMnjzMKm&pPHJ#7rD3EFk2h`_V5CWh>5QJ+oaenD0lZh#^23AIov~ic* zPL*LN>Z$XiO1VUuLzCO*jDE83yrz5)x4pkwzGonh0@r@9ex6SHsJIvQ}{sjkPk5JFu1AS!Wk^k<^gH zMhuF=!3LG6(P|=^;v*{5T7y0KPBF>xSZl0D5v>+MCB{?{dzY8SS3PY{_neuzbLYR` z|Nr0rxOW##p7ciWfUp66etyBpNeQXwiTSR;Ug+KydUZW|^miuBaQXQK4fb9Bek&_N z(cI@Y>vZ>YONvQS?Rr60MX2}Mok-fxZ_GHaQ;_CBHzvYNo5QSY*|SfF*<`aWowfjr zGahEylICe}>byx-Y2F-(mv!UDVq?4}1Yn150rT3k9WImCtn0uvp|Nk;pu;*u+;hyj zSf4^{x@9sJuWAtE^#GRuATXBKOTY*y(Ks420wZYvMg!n+z?h7TiJ-8qpAM?+-|4IVDNZ6dJm~rwM+xS^SlqkXvC2O?#gqx1uyP!MRp@3K$oQ1oNk-y zzO%SbB6k))u?HM}^Csn2X%#BIL2sE^D3>8d9N4&Cw*7 zn2XGe^m*en#cNP-tD03+v%4cTx!YvSNa-1DlrJ`bMq|6)NN_X;AWM+E9ED+{(rpe| z^|+!Qz=8>a8=7@!5rqRIPEc0BngDGg`PTqx0-#gWqRKWU?;%mfN+40nWMqFNiqc6I z+`_*VmL-#-YIXr}VY3UF(BO1r>aZS$P4Q~Bsv*V5IN6;;c-`xF`z>PSdQ&P%K4?M5h;MeS#|G_=4_R-&p{%Dj|&fT4_;{ zS&CM0bmMRWP%O^#1c8%`!U2xwB}U}Ct@)W|Lp3O5KZxqHN=AqRVU%Tska3;@3{FCd zz(tmkaf%W-ffN}>6d;#y;L?o|QR@CRv=5X#$rd zio%hp6fUq3k}NCH0!fZB_-Y72be886u>^*fctxObAajULi0I^aXv6^!X^G$f4IuyQ zSPC!7s7WXk$Kj-r0*FkR$3@61Kw>zO7o}&#l6jJXkYR8Eh%!#|6oZST2yl+!1&#(X z03`dYSPCQskpd#l58@)C&?3ZQY0qBxwRd5BA#z{xyN2!>W3Sltn|&J-{_Jy(zd zl;KG>U+&~}MR_Wm+Y@iBqw$yo$=6WLI?2~bpseefwmqh@o+*dB)_bxb0)0vw>D2C0 z6}LywU~DF;!vCg&8J_5u>d1xK1D-hrO+b4b)LdqrqN#RFa5}SXlHjAkkn51Uc8(r$ zF}I4{Z%9wn;}UY8&YqDXj7EWhIOGTvZRqPH3Q8E1{1Qo0B10P4ZuTE#k2BG{2{7HA z^?%G>SJ0#^!I25k;lZH$&;5M1{@dxmLw-KGgZy9o?5L^E(l9(+H67m`IC-En>zG2v z8Q-wyAcbCfj$+V(DAdqF>r~W&wSIm9g~C82&SBFPLR8>_a z%2e2j6_pn&R&5L^N&R5Y=I9H}^PSENMVU5XN?OQaz9?{->&Uw8Ki4N-Xl!gecW%Vt z+{FhQ%2NM4?DVmegwzQGwd$B-8?3j^_nw?Pw|w2H17{k-JqvB*#HdZtY-@ScNOI1~ zzSm=mt5(!vul5gXp6~SrM(~;C8^bNmUVX+d_P?8YBm-nP>0X{S^_RZ6To%;!b;W{r z@PV4BoEIIf|Ey4A3STPfPuXJ&du?Oo$|2WF zKCakNS^ep%P0<&2epuLc=MK9n?oZ(KuEttEc4Jxsrsc_T8=5=A!%a4}@+6L#fgoN&{HED}-^!c+ESOX}JdTqxq?$zwwd$+y4 zIrVSf)}>je_6zy_lET+V=_*T8uby)>N9%6XSIyphV!(bS|7F95#p5FfhDK%#PwO|L zaqe3KhFw>7%&0oK?6-Hbi>_Bz{^XZ6Qv+7qNxT*L_N*x{M?~aTk2++Ds{6zKC4n8N_WXe-Y8o2Mc`Y}t9l!b4 zU3;sm3$#lGV-Mk{UMl%g`Nnnjy~1Tjn8@4DixDl!>$ZNfZze^LSU*2!@`Rdw`|jPo z9j%1x*MwK^4YQu8D7DJVhM#Y4Xl-q2)DHS!q@gFxM+U~xvYesw9q=Y4FeE*!16DKA7E-vHU Fe*yN{*!}8D2D1Ayq_0k@}dfv=wD`XLjBT8$p&J3dSJD*ReQ{JFvRDv+gdiD6ObT zG$s*ku>r&wU&zB}l_VAsl}6N5s3p;$5m7W~6ga6G^~6B$@>q?pa@wBGIWu!-?tj1k z|G)n+cix#cHM+k~ppQzW>K`-77!U7=`|Q^XULOWDZ-qB++oahJmFnfe?$b+^mmi=~ z`KU|@vz)WyV)de8(eRQY0FBFHgVHKh*aVl27Z(C2B7h{5)u3)It572*$)KJ|#bI%_ zNRVurwAc=&FP@qpE?y{dl6t}`NSI3x0W84DBQA^C>d?Ck>JD5z9J^m@)kuekbD=>U z;Z}&uikpT+Dt3Ty8VnUN3`ZDFBVsy?6m%ho4$~1@OsB;-6r=SzT91=R*P({$?2@dH zH@@1X3_cmu$xf$DuhpidrD@U#jbcyI;vC1hF?2czob1S4>Wc9YF% zQmlv@kr$K{r$G%(?exK7^T1jiT|7a?v@YJJ#Wk4Qrw&0$^vKy#?B)*TlBfk{U;$RA z1IpqaSzEH=R2<35bD%xbKT!a=jf?Z>c&05Di${gS8I=m%=py8q(vF058_>oBhmv9! zK~yR71V4rajJy*V)Nm1rVmcHj6EH@PQF?+Kj}dwd>lBSsB$J%}geaYWGkOBoW6V!P zVLC~?lmEBElBkyzyM>2bm@Iq}(Aum?YQ)2^K2k9&cBmLyM|4;b7pIT0I-I;!1TjW~ z8q%RLnIt`p(WF4~GRm?9kMb-@p#mups3gdePSA-ME;8Ngjf$A!4!V1NX8}lx2r(XM zl>xyEBqpE?j)^D)CQ%MZ9Ln$#M)C|s@j4IMYjzW?LEij0s@p0FB2uJ`A=ccVl={~R#Jj;=zQ$R~A;%%)eKZ8Qa4Wk^a!;e|zU zjAT#_sz3=^W-*rIL|Wj&wC);$5S``uTr7@}AcX{jvJ!=(q6i6q2qelg01yl#QanNQ z6pN=hk&}4}#Uz$M89+)93+PY`6DSd9F$x1cwu`4_PLN>3kx7 zK|+TJi9~5abhlc-ibiUX*~@~p&RGEP(SW2-wdpfjDc zFU~t?9;~)WCU+jDcV*0Uu*j1;NJkUX^P;;s8`Pq^D*;K}_1g4|D(z7{bgfTI1`zZG zEvZwxLy?_nyd6X&!HWKGx}o;Deks;eV1LXr8*k^~_Y&A02DNNgEC_G2nN1?^ra_x( zmAbw{9&!<u1_EItg5OaG7A>k68f%v+NH+=yt^|GA$%>*bveJmKflU!(tvpB**TSsL0WtEOY_v0V&I zvyNAAYvdk!Hf8X^v#kSGNTD5W+D3l;{xy}V_xTuOM8c$ZQr?&{bxh2_->u6f%NtY~ z(!S$YYC{@csvU%^QC%4{V#Vjk!Dv@yJreTXLGO~I>;3k-t`*wSe?4q_@y-+X54p6& zHF&hOwcSgsV3t}3tc;xDzb<}qaFj8x04My4N(-_R?p9@uE-o&Pt6kMEGu}t#hwsn- zb5QPSIWaM@rl!W%*VkK>d3w`^s;VlkDWCYDs5p0fcKl?nDc)z3{AwDPv>WtM#ZT@- z?BBX|>#kjBn`M}-|HYzly|-mc+}9(UW|U^fFTCr@(4oZE!Nio0M}&rk#?no(=MKE9 zxqmF-zVz9M1A9uXic(vaTk4-v=L$P~=+L%}ul*x_{1z8=LPtVpL7Us+O?SH_tc{mz~(RrhP<7 z{goW!9>bY}U75|+yl+}sT5jLoZ_3+Vl-n!wXucTo+28Ed#ihmk?DE`S#i)hle{5{5 zGao-RcU4}2Des$xhRlC1l7yKXOUp-G%o)D-LiM>dQD2O^RFvem%quf!c2aR};7f9L z)VV2sb9>d_$h-=M4zUE4eSU0x#Qc-hDGkG+@e|K)}1h@k5#e!6{uf9tZ!Z+AE9R@N6yT+$lx#lTPQtsj-KwB6xw z5Swa3Pn8UhMYgTgL|^q+`EARdTV0r|I&x!AqVvlcA1x?7d)ankW8EU<=39lq8*U+M z?IF8oekbgk6*6?ZKU=x@2k$9I2lcjB{*cukxNqsunib{ch8?S0iPE!kO6I)GWce)p zepN$#-xWt!5BTcpnPlgpMeF`lIV^N~d3${l^HI)4GZ~oTm4C6dwRP47U)A1{Fmq$Z zRrRrxX1VspojZ39)Gpgm8PGEJLt!_+Y4&dlZ!cfFGkgfQw|X^Ocl*xl6WIpdH%;cK^qt_V6AygBOaQM|k|I{J3j10Unnn#-3re{g*G z1Zj(P-dCDH?;Sf!7c9Iqy>;)yiY2StQ>KhQT(TtkN^@cD(fL?m$@S3SAI}fES61)U zbU&xAt?lr+gs>xxjg5EjrYzY-3=W^c&~(Oytdp&8h1~ezx-da-6ylmDo0=g4#3P)Ay{S0S5tfCWc!KiG92tMrWqS=@AAKqbNoU zL1V;hdAk~wA~9-oR}5vutO;>N)Q!Yzbv?>sRm5WrRVJ?chD#HVrFOTrt9tr%_y4~C z|G)SBf4^Bg*_P0=+kkF5ovvq6q9qw#k-!<;5&r(%zkUlo{sV==Bt0K_*T^?wy(~TbM_XyGq;6p@Uceu@HL*;%HamZ#ggSO&U z&p43dNSy5jDYI><((D-$FQa3}Afx>z2;c%f0r9(>Zq4L3qfNLbI1W5Eph%O6Z-yC- z4LC$Ht&@>)suv)<9>*jcClHp`OSloIMB^yLh#N@*ZZzOLhBGE3V8Oj z+7fNHo*dPuYB}l)pxa*m!U5#gYHjoJ+*n+$HW!*NJ{P9ZLdbKiwbXnMFeC#_o#mB4 zd@c+#Dv*uGG|meIpXyCjRcGr;O>PYtF;aR4i4Lp{PQ$TFZzMPx!2wHqmT~0 z!y%ghEh?fQk(g0oMT{jW9ur7h!URBxI7M@m!hqKK7FC)RSoFaB<^qsa31U3)D)S@- z0K;GcF3K3qQw%1OB93tkFK{$2<2cE-qP^yIz#0^sPooB+k|82Pa=ZY5hyjifF(X5f zm_RWcCb0@9(;QEbiZLMcC!SkTVqtz7Tw|@Jkm3Y;%gE^%^ZcM812Rj|3I=~TjKC=t z<9UL>NJimsj^`ytnQaH>}<}nfQ3NA4m z$%|5Z<7&?$w--wRq##l_R2~6EM~RRx9>BO*LB=V8#c9FFK8w{R6BZW<8~{ud7`SKw z@rtBOVGJn+S}hO=R(|npMF5=0L+KL=PGcNJaTrJQ0FyX@lX+Yr7+QI1c9Q~{y}%- zLT%(CJ{5V=++OHM6LMe99?i=XF9RAQm4NsexX?VuvGA4!1Z*h0k%e8UnU-hS<4iPb zqM6o){y%1~#jTVhxa|OLL=5PEo@e`d`E&Dp_G|Qi$+M}ZnoGm*>#Avb_tY*1%B<-T z+!_UjZJRQ9)3&VxZb+dQZrYY?qVDK)oqkHP#HJ=LcBNZwQPv)R$PTLrLi)|rp`k;R z0xl?cr&tnliMw@b$9ErCYISixM+fPv;+3y_r~etg{qpD3KQ`87XJ1+0xUT-{_U+q? zi;M5y*U$kaST#_3G8=e1FOW&wHJOj=gJo{B0Sb56YNu z`qZhS3hfhqt?f0NZAb6%QC4otjpQ`Xg0f}H%RgGa%C`0U!N_dC|J5A49BVd5Mn-Pqs=lhOP8i*V3m&v?$17J&rSW$@$hkAga{Fu`!!V zzo@J{OIeG)SQ4K$WZNr~Uk~zE4Nt2-eB#{1n9PM|vU)9E*?&a&iVsty{P5oNDR3pdd^V!pFZG?Nw^| z;t!Wqj39rPToiq6jh4G{?Ebk4Sy&hT8a$#87iFhyqU+Kk!{)`2yS@vX0g<`r~H!kUv_qeg4;mVaOkeiST zS8cTiM`0FMh|N+MkBVDLvry}il||Q29ysvMm_=90s z9XMz88HPza&Roca98seRDxWd0E8U z;Tgr9FaJKW4`zwIT31)+WKzf!njMDP!*fYA7ZpD`v!-wNYo%rJ-yZ99ZjL&7-TtE& zl_^n*^2a@U7L5%(*6T-|yGQ(;!H-6t$uI{k_%eM9%^g2}W9Hy(cdJ(pSWEQp`cC?d zY22V2BOX>ol$R9r;>TB)*cNf22Wx9>(d7%S-@bkO)~(MT4foj5wCt%E1;0L{Pe18t7b&r$xr6;CcEBiF)t%%~scOH)2@GxxY!1`5h1pfFX#oH{O I$4#66FW+nyd;kCd literal 0 HcmV?d00001 diff --git a/Resources/Textures/Structures/stairs.rsi/stairs_steel.png b/Resources/Textures/Structures/stairs.rsi/stairs_steel.png new file mode 100644 index 0000000000000000000000000000000000000000..03680b78b998204c4cd517c6196a1db4ecd81533 GIT binary patch literal 6249 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 N*jYJIvN!EM_;=?sUvU5c literal 0 HcmV?d00001 diff --git a/Resources/Textures/Structures/stairs.rsi/stairs_white.png b/Resources/Textures/Structures/stairs.rsi/stairs_white.png new file mode 100644 index 0000000000000000000000000000000000000000..fd7fe45b97b3269c7260455f2d0d01b9a9ebcc88 GIT binary patch literal 6593 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 literal 0 HcmV?d00001 From 435efd7cbe3e76278433b88b2c670c77730a38e6 Mon Sep 17 00:00:00 2001 From: Jessica M Date: Tue, 20 Feb 2024 22:29:18 -0800 Subject: [PATCH 073/101] Upgrade trash bag max item size to Normal (#25241) * Upgrade trash bag size to Normal * let the belt and trash bag box hold the buffed trash bags --------- Co-authored-by: Jessica M --- Resources/Prototypes/Catalog/Fills/Boxes/general.yml | 2 +- Resources/Prototypes/Entities/Clothing/Belt/belts.yml | 1 + .../Entities/Objects/Specific/Janitorial/trashbag.yml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Catalog/Fills/Boxes/general.yml b/Resources/Prototypes/Catalog/Fills/Boxes/general.yml index e302ce4c20c..e5b27111fff 100644 --- a/Resources/Prototypes/Catalog/Fills/Boxes/general.yml +++ b/Resources/Prototypes/Catalog/Fills/Boxes/general.yml @@ -251,7 +251,7 @@ - type: Storage grid: - 0,0,5,3 - maxItemSize: Normal + maxItemSize: Large whitelist: tags: - TrashBag diff --git a/Resources/Prototypes/Entities/Clothing/Belt/belts.yml b/Resources/Prototypes/Entities/Clothing/Belt/belts.yml index 0effc02da61..b84033a7874 100644 --- a/Resources/Prototypes/Entities/Clothing/Belt/belts.yml +++ b/Resources/Prototypes/Entities/Clothing/Belt/belts.yml @@ -223,6 +223,7 @@ - Plunger components: - LightReplacer + maxItemSize: Large - type: ItemMapper mapLayers: bottle: diff --git a/Resources/Prototypes/Entities/Objects/Specific/Janitorial/trashbag.yml b/Resources/Prototypes/Entities/Objects/Specific/Janitorial/trashbag.yml index b74962d9d7a..f802ae1c5c3 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Janitorial/trashbag.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Janitorial/trashbag.yml @@ -9,7 +9,7 @@ - state: icon-0 map: ["enum.StorageFillLayers.Fill"] - type: Storage - maxItemSize: Small + maxItemSize: Normal grid: - 0,0,7,5 quickInsert: true From d5e7637d210c61e5f916546981e4f267713ba114 Mon Sep 17 00:00:00 2001 From: AlexUm & XGabriel08X <159550239+AlexUmAndXGabriel08X@users.noreply.github.com> Date: Wed, 21 Feb 2024 07:31:32 +0100 Subject: [PATCH 074/101] Uplink hardsuit bundles rework (#25189) Change of the hardsuit bundles to be better Co-authored-by: AlexUm --- .../Catalog/Fills/Backpacks/duffelbag.yml | 30 +++++++++++++++++++ .../Catalog/Fills/Crates/syndicate.yml | 15 ++++++++++ .../Prototypes/Catalog/uplink_catalog.yml | 6 ++-- .../Clothing/OuterClothing/hardsuits.yml | 2 ++ 4 files changed, 51 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Catalog/Fills/Backpacks/duffelbag.yml b/Resources/Prototypes/Catalog/Fills/Backpacks/duffelbag.yml index e20dccb0d20..f3347acafec 100644 --- a/Resources/Prototypes/Catalog/Fills/Backpacks/duffelbag.yml +++ b/Resources/Prototypes/Catalog/Fills/Backpacks/duffelbag.yml @@ -259,6 +259,7 @@ - id: ClothingHeadHelmetSyndicate - id: ClothingOuterHardsuitSyndicate - id: ClothingMaskGasSyndicate + - id: ClothingHandsGlovesColorYellowBudget - id: DoubleEmergencyOxygenTankFilled - id: DoubleEmergencyNitrogenTankFilled @@ -273,6 +274,35 @@ - id: ClothingOuterHardsuitSyndie - id: ClothingMaskGasSyndicate - id: ClothingHandsGlovesCombat + - id: DoubleEmergencyOxygenTankFilled + - id: DoubleEmergencyNitrogenTankFilled + +- type: entity + parent: ClothingBackpackDuffelSyndicateBundle + id: ClothingBackpackDuffelSyndicateEliteHardsuitBundle + name: syndicate elite hardsuit bundle + description: "Contains the Syndicate's elite hardsuit, which comes with some more stuff in it." + components: + - type: StorageFill + contents: + - id: ClothingOuterHardsuitSyndieElite + - id: ClothingMaskGasSyndicate + - id: ClothingHandsGlovesCombat + - id: DoubleEmergencyOxygenTankFilled + - id: DoubleEmergencyNitrogenTankFilled + +- type: entity + parent: ClothingBackpackDuffelSyndicateBundle + id: ClothingBackpackDuffelSyndicateHardsuitExtrasBundle + name: syndicate hardsuit extras bundle + description: "Contains stuff that you will absolutely want to have when purchasing a hardsuit." + components: + - type: StorageFill + contents: + - id: ClothingMaskGasSyndicate + - id: ClothingHandsGlovesCombat + - id: DoubleEmergencyOxygenTankFilled + - id: DoubleEmergencyNitrogenTankFilled - type: entity parent: ClothingBackpackDuffelSyndicateBundle diff --git a/Resources/Prototypes/Catalog/Fills/Crates/syndicate.yml b/Resources/Prototypes/Catalog/Fills/Crates/syndicate.yml index a3b5967ba66..3f9e909c809 100644 --- a/Resources/Prototypes/Catalog/Fills/Crates/syndicate.yml +++ b/Resources/Prototypes/Catalog/Fills/Crates/syndicate.yml @@ -7,6 +7,21 @@ - type: SurplusBundle totalPrice: 50 +- type: entity + id: CrateCybersunJuggernautBundle + suffix: Filled + parent: CrateSyndicate + name: Cybersun juggernaut bundle + description: Contains everything except a big gun to go postal. + components: + - type: StorageFill + contents: + - id: ClothingOuterHardsuitJuggernaut + - id: ClothingMaskGasSyndicate + - id: ClothingHandsGlovesCombat + - id: DoubleEmergencyOxygenTankFilled + - id: DoubleEmergencyNitrogenTankFilled + - type: entity id: CrateSyndicateSuperSurplusBundle parent: CrateSyndicate diff --git a/Resources/Prototypes/Catalog/uplink_catalog.yml b/Resources/Prototypes/Catalog/uplink_catalog.yml index cfd65d4fb03..2625eba5933 100644 --- a/Resources/Prototypes/Catalog/uplink_catalog.yml +++ b/Resources/Prototypes/Catalog/uplink_catalog.yml @@ -1268,7 +1268,8 @@ id: UplinkHardsuitSyndieElite name: uplink-hardsuit-syndieelite-name description: uplink-hardsuit-syndieelite-desc - productEntity: ClothingOuterHardsuitSyndieElite + icon: { sprite: /Textures/Clothing/OuterClothing/Hardsuits/syndieelite.rsi, state: icon } + productEntity: ClothingBackpackDuffelSyndicateEliteHardsuitBundle cost: Telecrystal: 10 categories: @@ -1278,7 +1279,8 @@ id: UplinkClothingOuterHardsuitJuggernaut name: uplink-clothing-outer-hardsuit-juggernaut-name description: uplink-clothing-outer-hardsuit-juggernaut-desc - productEntity: ClothingOuterHardsuitJuggernaut + icon: { sprite: /Textures/Structures/Storage/Crates/syndicate.rsi, state: icon } + productEntity: CrateCybersunJuggernautBundle cost: Telecrystal: 12 categories: diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml index ff8ac2944fe..682c64d94f8 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml @@ -543,6 +543,8 @@ Heat: 0.2 Radiation: 0.01 Caustic: 0.5 + - type: Item + size: Huge - type: ClothingSpeedModifier walkModifier: 1.0 sprintModifier: 1.0 From 1eb6958ca07b709f2b67076e1526a69f96430712 Mon Sep 17 00:00:00 2001 From: deltanedas <39013340+deltanedas@users.noreply.github.com> Date: Wed, 21 Feb 2024 06:34:47 +0000 Subject: [PATCH 075/101] add troll conducting gloves to uplink (#25227) * add conducting gloves * add conducting gloves to uplink --------- Co-authored-by: deltanedas <@deltanedas:kde.org> --- Resources/Locale/en-US/store/uplink-catalog.ftl | 3 +++ Resources/Prototypes/Catalog/uplink_catalog.yml | 10 ++++++++++ .../Prototypes/Entities/Clothing/Hands/colored.yml | 8 ++++++++ 3 files changed, 21 insertions(+) diff --git a/Resources/Locale/en-US/store/uplink-catalog.ftl b/Resources/Locale/en-US/store/uplink-catalog.ftl index 1cb5e2ed6e5..db131f04cd3 100644 --- a/Resources/Locale/en-US/store/uplink-catalog.ftl +++ b/Resources/Locale/en-US/store/uplink-catalog.ftl @@ -310,6 +310,9 @@ uplink-decoy-disk-desc = A piece of plastic with a lenticular printing, made to uplink-cigarettes-name = Syndicate Smokes Packet uplink-cigarettes-desc = Elite cigarettes for elite agents. Infused with medicine for when you need to do more than calm your nerves. +uplink-clothing-conducting-gloves-name = Conducting Gloves +uplink-clothing-conducting-gloves-desc = Looks exactly like insulated gloves, but shocks you far worse than if you had nothing at all! Best given as a gift to passengers you really don't like. + uplink-snack-box-name = Syndicate Snack Box uplink-snack-box-desc = A box of delicious snacks and drinks to eat alone or with your team. Includes 1 toy you didn't want. diff --git a/Resources/Prototypes/Catalog/uplink_catalog.yml b/Resources/Prototypes/Catalog/uplink_catalog.yml index 2625eba5933..f2b26a7789c 100644 --- a/Resources/Prototypes/Catalog/uplink_catalog.yml +++ b/Resources/Prototypes/Catalog/uplink_catalog.yml @@ -1318,6 +1318,16 @@ categories: - UplinkMisc +- type: listing + id: UplinkClothingConductingGloves + name: uplink-clothing-conducting-gloves-name + description: uplink-clothing-conducting-gloves-desc + productEntity: ClothingHandsGlovesConducting + cost: + Telecrystal: 2 + categories: + - UplinkMisc + - type: listing id: UplinkSnackBox name: uplink-snack-box-name diff --git a/Resources/Prototypes/Entities/Clothing/Hands/colored.yml b/Resources/Prototypes/Entities/Clothing/Hands/colored.yml index 8f4eb753cf5..1cd41073e1b 100644 --- a/Resources/Prototypes/Entities/Clothing/Hands/colored.yml +++ b/Resources/Prototypes/Entities/Clothing/Hands/colored.yml @@ -191,3 +191,11 @@ - 1.5 - 1.5 - 1.5 + +- type: entity + parent: ClothingHandsGlovesColorYellow + id: ClothingHandsGlovesConducting + suffix: Conducting + components: + - type: Insulated + coefficient: 5 # zap em good From 80fa454f99c1570b3c482d0ef8ccf743ae76bc7b Mon Sep 17 00:00:00 2001 From: PJBot Date: Wed, 21 Feb 2024 06:35:52 +0000 Subject: [PATCH 076/101] Automatic changelog update --- Resources/Changelog/Changelog.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 6376d6ed40e..c38e50e5a5d 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: lzk228 - changes: - - message: Mime's stamp is silent now! - type: Tweak - id: 5488 - time: '2023-12-30T23:15:02.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23221 - author: EmoGarbage404 changes: - message: Damage from heat sources has been increased. @@ -3853,3 +3846,11 @@ id: 5987 time: '2024-02-21T06:26:24.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/25206 +- author: deltanedas + changes: + - message: Added Conducting Gloves to the uplink, they make shocks much worse rather + than stop them. + type: Add + id: 5988 + time: '2024-02-21T06:34:47.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/25227 From 9068f86cddc4b6f09e37e5f1460d8215dc054fab Mon Sep 17 00:00:00 2001 From: Emisse <99158783+Emisse@users.noreply.github.com> Date: Tue, 20 Feb 2024 23:36:31 -0700 Subject: [PATCH 077/101] train update (#25428) * train update * argh * forgor --- Resources/Maps/train.yml | 217022 ++++++++++++++++++------------------ 1 file changed, 107869 insertions(+), 109153 deletions(-) diff --git a/Resources/Maps/train.yml b/Resources/Maps/train.yml index fb6e8ddc4a4..2c59edfb211 100644 --- a/Resources/Maps/train.yml +++ b/Resources/Maps/train.yml @@ -1,109153 +1,107869 @@ -meta: - format: 6 - postmapinit: false -tilemap: - 0: Space - 12: FloorAstroGrass - 14: FloorBar - 19: FloorBrokenWood - 25: FloorClown - 26: FloorConcrete - 27: FloorConcreteMono - 29: FloorDark - 30: FloorDarkDiagonal - 31: FloorDarkDiagonalMini - 33: FloorDarkMini - 34: FloorDarkMono - 35: FloorDarkOffset - 36: FloorDarkPavement - 37: FloorDarkPavementVertical - 38: FloorDarkPlastic - 42: FloorElevatorShaft - 44: FloorFreezer - 45: FloorGlass - 48: FloorGrassDark - 51: FloorGrayConcrete - 52: FloorGrayConcreteMono - 53: FloorGrayConcreteSmooth - 54: FloorGreenCircuit - 57: FloorHullReinforced - 58: FloorHydro - 62: FloorLino - 64: FloorMetalDiamond - 65: FloorMime - 66: FloorMining - 67: FloorMiningDark - 75: FloorPlastic - 76: FloorRGlass - 77: FloorReinforced - 78: FloorReinforcedHardened - 80: FloorShowroom - 91: FloorSteel - 93: FloorSteelCheckerDark - 96: FloorSteelDiagonal - 98: FloorSteelDirty - 103: FloorSteelOffset - 104: FloorSteelPavement - 105: FloorSteelPavementVertical - 106: FloorTechMaint - 107: FloorTechMaint2 - 110: FloorWhite - 111: FloorWhiteDiagonal - 114: FloorWhiteMini - 115: FloorWhiteMono - 116: FloorWhiteOffset - 119: FloorWhitePlastic - 120: FloorWood - 121: FloorWoodTile - 123: Plating - 125: PlatingBurnt - 128: TrainLattice -entities: -- proto: "" - entities: - - uid: 1 - components: - - type: MetaData - name: map 1000 - - type: Transform - - type: Map - - type: PhysicsMap - - type: GridTree - - type: MovedGrids - - type: Broadphase - - type: OccluderTree - - type: Parallax - parallax: TrainStation - - type: LoadedMap - - uid: 2 - components: - - type: MetaData - name: Space Train - - type: Transform - pos: -0.5056241,-0.46626663 - parent: 1 - - type: MapGrid - chunks: - 0,0: - ind: 0,0 - tiles: QAAAAAAAQAAAAAAAQgAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQgAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAIwAAAAAAIwAAAAAAQgAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 0,-1: - ind: 0,-1 - tiles: ZwAAAAAAZwAAAAAAZwAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAZwAAAAAAZwAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAQAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAJQAAAAAAIwAAAAAAMAAAAAAAIwAAAAAAIwAAAAAAJQAAAAACewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAJQAAAAAAIwAAAAAAMAAAAAAAIwAAAAAAIwAAAAAAJQAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAAAJQAAAAAAIwAAAAAAMAAAAAAAIwAAAAAAIwAAAAAAJQAAAAADewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAJQAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAJQAAAAACewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAJQAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAJQAAAAABewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAJQAAAAACIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAJQAAAAABewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAJQAAAAACIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAJQAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAJQAAAAADIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAJQAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAJQAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAJQAAAAABewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAJQAAAAABIwAAAAAAewAAAAAAewAAAAAAQAAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAJQAAAAADIwAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAJQAAAAAAIwAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAQAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAA - version: 6 - -1,0: - ind: -1,0 - tiles: AAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAQgAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAeAAAAAAAewAAAAAAQgAAAAAAIwAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAIwAAAAAAIwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -1,-1: - ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAagAAAAAAewAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAIwAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAagAAAAAAewAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAagAAAAAAewAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAIwAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAA - version: 6 - 0,-2: - ind: 0,-2 - tiles: ZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAZwAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAZwAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAQAAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAewAAAAAAagAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAA - version: 6 - -1,-2: - ind: -1,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAZwAAAAAAZwAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAYAAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAQAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAQAAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAZwAAAAAA - version: 6 - 0,-3: - ind: 0,-3 - tiles: OQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAZwAAAAAAewAAAAAAZwAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAaQAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAaQAAAAAAZwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAaQAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZwAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAAZwAAAAAAaQAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZwAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAAZwAAAAAAaQAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZwAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAAZwAAAAAAaQAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAaQAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAaQAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZwAAAAAAaQAAAAAAZwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZwAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZwAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZwAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -1,-3: - ind: -1,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAaQAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAaQAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAaQAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAaQAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAaQAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAA - version: 6 - -1,-4: - ind: -1,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAADgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAADgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAADgAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAAAJgAAAAAAewAAAAAAeAAAAAAAeAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAewAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAA - version: 6 - 0,-4: - ind: 0,-4 - tiles: eQAAAAAADgAAAAAAewAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAeQAAAAAADgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAMwAAAAAANAAAAAAANAAAAAAADgAAAAAADgAAAAAAewAAAAAAPgAAAAAAPgAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAMwAAAAAANAAAAAAANAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAMwAAAAAANAAAAAAANAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAMwAAAAAAMwAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 0,-5: - ind: 0,-5 - tiles: OQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJQAAAAAAOQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJQAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJQAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAJgAAAAAAJQAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJQAAAAAAOQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJQAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJQAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAADgAAAAAADgAAAAAAewAAAAAAPgAAAAAAPgAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAA - version: 6 - -1,-5: - ind: -1,-5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAQAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAewAAAAAAewAAAAAAeAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAewAAAAAAewAAAAAAeQAAAAAAeAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAADgAAAAAADgAAAAAA - version: 6 - 0,-6: - ind: 0,-6 - tiles: aAAAAAAAaAAAAAAALQAAAAAALQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAaAAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAXQAAAAAAXQAAAAAAewAAAAAAewAAAAAAaQAAAAAAWwAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAIgAAAAAAaQAAAAAAaQAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAIgAAAAAALQAAAAAAaQAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAIgAAAAAALQAAAAAAaQAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAXQAAAAAALQAAAAAAXQAAAAAAIgAAAAAALQAAAAAAaQAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAALQAAAAAALQAAAAAAXQAAAAAAIgAAAAAALQAAAAAAaQAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAALQAAAAAALQAAAAAAXQAAAAAAIgAAAAAALQAAAAAAaQAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAIgAAAAAAaQAAAAAAaQAAAAAAWwAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAJgAAAAAAJQAAAAAAXQAAAAAAXQAAAAAAewAAAAAAewAAAAAAaQAAAAAAWwAAAAAAWwAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJQAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAaAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAaAAAAAAAewAAAAAAaAAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJQAAAAAA - version: 6 - -1,-6: - ind: -1,-6 - tiles: gAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAALAAAAAAAewAAAAAAewAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAALAAAAAAALAAAAAAALAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAALAAAAAAALAAAAAAALAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAewAAAAAAewAAAAAALAAAAAAAewAAAAAAewAAAAAAXQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAewAAAAAAawAAAAAAewAAAAAAXQAAAAAAXQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAawAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAawAAAAAAXQAAAAAAXQAAAAAALQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAOgAAAAAAOgAAAAAAewAAAAAAagAAAAAAewAAAAAAXQAAAAAAXQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAewAAAAAAagAAAAAAewAAAAAAXQAAAAAAXQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAXQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAOQAAAAAAOQAAAAAA - version: 6 - -1,-7: - ind: -1,-7 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAYgAAAAAAaAAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAewAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAYgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAQAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAaAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAaAAAAAAA - version: 6 - 0,-7: - ind: 0,-7 - tiles: ewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAYgAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAYgAAAAAAYgAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAYgAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAOQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAOQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAaAAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAaAAAAAAAaAAAAAAALQAAAAAALQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAaAAAAAAAaAAAAAAALQAAAAAALQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAA - version: 6 - -1,-8: - ind: -1,-8 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAGQAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAewAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAaAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAewAAAAAAYgAAAAAAYgAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAYgAAAAAAaAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAYgAAAAAAYgAAAAAAewAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAewAAAAAAYgAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAYgAAAAAAewAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAYgAAAAAAYgAAAAAAewAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAewAAAAAAYgAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAYgAAAAAAJQAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAYgAAAAAAYgAAAAAAJQAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAewAAAAAAYgAAAAAAYgAAAAAAJQAAAAAAQAAAAAAAQAAAAAAA - version: 6 - 0,-8: - ind: 0,-8 - tiles: OQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAewAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAaAAAAAAAaAAAAAAAewAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAewAAAAAAYgAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAYgAAAAAAYgAAAAAAHQAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAYgAAAAAAYgAAAAAAewAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAHQAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAagAAAAAAewAAAAAAHQAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAA - version: 6 - -1,-9: - ind: -1,-9 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAewAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAewAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAewAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAewAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAQwAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAewAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAQwAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAewAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAQwAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAewAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAewAAAAAAZwAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAewAAAAAAewAAAAAAewAAAAAAQwAAAAAAewAAAAAAewAAAAAAewAAAAAAZwAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAANQAAAAAAewAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAewAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAANQAAAAAANQAAAAAAQAAAAAAANQAAAAAAewAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAewAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAANQAAAAAANQAAAAAAQAAAAAAANQAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAQwAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAANQAAAAAANQAAAAAAQAAAAAAANQAAAAAAgAAAAAAAewAAAAAAQAAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAANQAAAAAANQAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAGQAAAAAAewAAAAAAgAAAAAAAgAAAAAAAOQAAAAAA - version: 6 - 0,-9: - ind: 0,-9 - tiles: ZwAAAAAASwAAAAAAaAAAAAAATAAAAAAATAAAAAAATAAAAAAAaAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAZwAAAAAAewAAAAAAaQAAAAAASwAAAAAATAAAAAAASwAAAAAAaQAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAZwAAAAAAewAAAAAAQwAAAAAASwAAAAAAaQAAAAAASwAAAAAAQwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAZwAAAAAAewAAAAAAewAAAAAAewAAAAAAQwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAZwAAAAAAewAAAAAAJQAAAAAAJQAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAZwAAAAAAewAAAAAAJQAAAAAAJQAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAQwAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAZwAAAAAAZwAAAAAAewAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAZwAAAAAAZwAAAAAAewAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAewAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAZwAAAAAAZwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAQAAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAOQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAOQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAA - version: 6 - -1,-10: - ind: -1,-10 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAewAAAAAAQAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAewAAAAAAJgAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAewAAAAAAewAAAAAAJgAAAAAAewAAAAAAJQAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAewAAAAAALQAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJQAAAAAAewAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJQAAAAAAQwAAAAAAZwAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJQAAAAAAewAAAAAAZwAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAewAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAewAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAewAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAewAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAewAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAewAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAewAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAewAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAewAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAewAAAAAAZwAAAAAA - version: 6 - 0,-10: - ind: 0,-10 - tiles: OQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAagAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAOQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAagAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAZwAAAAAAZwAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAZwAAAAAAZwAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAewAAAAAAagAAAAAAewAAAAAAgAAAAAAAgAAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAewAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAZwAAAAAAZwAAAAAAewAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAZwAAAAAAewAAAAAAaQAAAAAASwAAAAAAaQAAAAAASwAAAAAAaQAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAZwAAAAAASwAAAAAAaQAAAAAASwAAAAAATAAAAAAASwAAAAAAaQAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAZwAAAAAASwAAAAAAaQAAAAAASwAAAAAATAAAAAAASwAAAAAAaQAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAA - version: 6 - -1,-11: - ind: -1,-11 - tiles: AAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAUAAAAAAAUAAAAAAALAAAAAAALAAAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAUAAAAAAAUAAAAAAALAAAAAAALAAAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAUAAAAAAAUAAAAAAAUAAAAAAALAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAewAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAcgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAZwAAAAAAgAAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAgAAAAAAAgAAAAAAAewAAAAAAagAAAAAAagAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAewAAAAAAgAAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAcgAAAAAAcgAAAAAAewAAAAAAZwAAAAAAgAAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAgAAAAAAAgAAAAAAAewAAAAAAagAAAAAAewAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAZwAAAAAAgAAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAZwAAAAAAgAAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAcgAAAAAAcgAAAAAAaQAAAAAAZwAAAAAAgAAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZwAAAAAAgAAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAZwAAAAAAgAAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAQAAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAA - version: 6 - 0,-11: - ind: 0,-11 - tiles: aQAAAAAAZwAAAAAAaQAAAAAAcgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAcgAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAaQAAAAAAZwAAAAAAewAAAAAAcgAAAAAAbgAAAAAATAAAAAAATAAAAAAAbgAAAAAAcgAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAZwAAAAAAewAAAAAAcgAAAAAAbgAAAAAATAAAAAAATAAAAAAAbgAAAAAAcgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAZwAAAAAAaQAAAAAAcgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAcgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAZwAAAAAAaQAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAZwAAAAAAewAAAAAAewAAAAAAewAAAAAAZwAAAAAAZwAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAZwAAAAAAewAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAZwAAAAAAZwAAAAAALAAAAAAATAAAAAAATAAAAAAATAAAAAAALAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAZwAAAAAAZwAAAAAALAAAAAAATAAAAAAALAAAAAAATAAAAAAALAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAZwAAAAAAZwAAAAAALAAAAAAATAAAAAAATAAAAAAATAAAAAAALAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAZwAAAAAAewAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAaQAAAAAAZwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAgAAAAAAAewAAAAAAaQAAAAAAZwAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAaQAAAAAAZwAAAAAAZwAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAQAAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAA - version: 6 - 0,-12: - ind: 0,-12 - tiles: dAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZwAAAAAAZwAAAAAAewAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAADAAAAAAADAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAZwAAAAAAewAAAAAAZwAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAewAAAAAAgAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAZwAAAAAAewAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAewAAAAAAQAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAZwAAAAAAewAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAewAAAAAAcgAAAAAAcgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAZwAAAAAAaQAAAAAAewAAAAAAewAAAAAATgAAAAAAewAAAAAAcgAAAAAAcgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAZwAAAAAAaQAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAA - version: 6 - -1,-12: - ind: -1,-12 - tiles: gAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAQgAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZwAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAQAAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAQAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAQAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAZwAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZwAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAUAAAAAAAUAAAAAAAUAAAAAAALAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAewAAAAAA - version: 6 - -1,-13: - ind: -1,-13 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAdwAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAbwAAAAAAbwAAAAAAewAAAAAAdwAAAAAAewAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAbwAAAAAAbwAAAAAAdwAAAAAAdwAAAAAAZwAAAAAAZwAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAbwAAAAAAbwAAAAAAewAAAAAAdwAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAdwAAAAAAewAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAbwAAAAAAewAAAAAAewAAAAAAdwAAAAAAewAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAbwAAAAAAbwAAAAAAdwAAAAAAdwAAAAAAewAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAbwAAAAAAbwAAAAAAewAAAAAAdwAAAAAAewAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAdwAAAAAAewAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAZwAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAewAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAdwAAAAAAdwAAAAAATAAAAAAAdwAAAAAAdwAAAAAAewAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAdwAAAAAAdwAAAAAATAAAAAAAdwAAAAAAdwAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAewAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAewAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAdAAAAAAAewAAAAAAewAAAAAAdAAAAAAAewAAAAAAcgAAAAAA - version: 6 - 0,-13: - ind: 0,-13 - tiles: OQAAAAAAOQAAAAAAOQAAAAAAZwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAADAAAAAAADAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZwAAAAAAZwAAAAAAewAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAewAAAAAAZwAAAAAAZwAAAAAAewAAAAAAgAAAAAAADAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAbgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAewAAAAAAZwAAAAAAZwAAAAAAewAAAAAAgAAAAAAADAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAewAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAewAAAAAAQAAAAAAADAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAewAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAewAAAAAAQAAAAAAADAAAAAAADAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAcwAAAAAAbgAAAAAAcgAAAAAAewAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAewAAAAAAQAAAAAAAQAAAAAAADAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAcgAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAewAAAAAADAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAcgAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAewAAAAAADAAAAAAADAAAAAAADAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAewAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAewAAAAAAQAAAAAAADAAAAAAADAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAdAAAAAAAewAAAAAAewAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAewAAAAAAQAAAAAAAQAAAAAAADAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAewAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAewAAAAAAQAAAAAAADAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAcgAAAAAAewAAAAAAZwAAAAAAZwAAAAAAewAAAAAAgAAAAAAADAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAewAAAAAAZwAAAAAAZwAAAAAAewAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -1,-14: - ind: -1,-14 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAgAAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAA - version: 6 - 0,-14: - ind: 0,-14 - tiles: agAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAgAAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -1,-15: - ind: -1,-15 - tiles: ewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAagAAAAAA - version: 6 - 0,-15: - ind: 0,-15 - tiles: OQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAKgAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAewAAAAAAewAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAewAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -1,-16: - ind: -1,-16 - tiles: ewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAJQAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAawAAAAAAewAAAAAAWwAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAJQAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAJQAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAWwAAAAAATAAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAWwAAAAAATAAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAATAAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAATAAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAgAAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAOQAAAAAA - version: 6 - 0,-16: - ind: 0,-16 - tiles: aQAAAAAAWwAAAAAAewAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAMwAAAAAAMwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAMwAAAAAAaQAAAAAAWwAAAAAAewAAAAAAewAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAewAAAAAAQAAAAAAAQAAAAAAAewAAAAAAewAAAAAAMwAAAAAAMwAAAAAAaQAAAAAAewAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAewAAAAAAQAAAAAAAQAAAAAAAewAAAAAAewAAAAAAMwAAAAAAMwAAAAAAaQAAAAAAewAAAAAAMwAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAMwAAAAAANAAAAAAAQAAAAAAAQAAAAAAAewAAAAAAewAAAAAAMwAAAAAAMwAAAAAAaQAAAAAAWwAAAAAAMwAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAMwAAAAAAewAAAAAAQAAAAAAAQAAAAAAAewAAAAAAewAAAAAAMwAAAAAAMwAAAAAAaQAAAAAAWwAAAAAAMwAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAMwAAAAAAewAAAAAAQAAAAAAAQAAAAAAAewAAAAAAewAAAAAAMwAAAAAAMwAAAAAAaQAAAAAAewAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAMwAAAAAAaQAAAAAAWwAAAAAAewAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAaQAAAAAAWwAAAAAAewAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAMwAAAAAAaQAAAAAAWwAAAAAAewAAAAAAMwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAMwAAAAAAaQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAMwAAAAAAaQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAaQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAWwAAAAAATQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAKgAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAKgAAAAAAOQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAKgAAAAAA - version: 6 - -1,-17: - ind: -1,-17 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAMwAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAWwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAANAAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAKgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAgAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAewAAAAAAfQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAfQAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAfQAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAA - version: 6 - 0,-17: - ind: 0,-17 - tiles: WwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAWwAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAQAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAQAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAQAAAAAAAOQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAQAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAMwAAAAAAaQAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAewAAAAAAMwAAAAAAaQAAAAAAWwAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAfQAAAAAAewAAAAAAagAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAMwAAAAAAaQAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAaQAAAAAAWwAAAAAAewAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAMwAAAAAAMwAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAMwAAAAAAaQAAAAAAWwAAAAAAWwAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAA - version: 6 - 1,-16: - ind: 1,-16 - tiles: MwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAewAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAewAAAAAAewAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAANAAAAAAANAAAAAAAMwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAANAAAAAAANAAAAAAAMwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAANAAAAAAANAAAAAAAMwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKgAAAAAATQAAAAAAKgAAAAAAKgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKgAAAAAATQAAAAAAKgAAAAAAKgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKgAAAAAATQAAAAAAKgAAAAAAKgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 1,-17: - ind: 1,-17 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAMwAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAMwAAAAAAewAAAAAAewAAAAAAMwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAMwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAANAAAAAAANAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAewAAAAAANAAAAAAANAAAAAAANAAAAAAAMwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAewAAAAAANAAAAAAANAAAAAAANAAAAAAAMwAAAAAAewAAAAAAgAAAAAAAgAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAA - version: 6 - 1,-9: - ind: 1,-9 - tiles: agAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 1,-10: - ind: 1,-10 - tiles: agAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 1,-11: - ind: 1,-11 - tiles: gAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAagAAAAAAewAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 2,-16: - ind: 2,-16 - tiles: gAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 2,-17: - ind: 2,-17 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -1,-20: - ind: -1,-20 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAATAAAAAAATAAAAAAAHQAAAAAAewAAAAAAaQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAATAAAAAAATAAAAAAAHQAAAAAAHQAAAAAAaQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAATAAAAAAATAAAAAAAHQAAAAAAewAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAQAAAAAAAQAAAAAAAHQAAAAAAHQAAAAAAewAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAQAAAAAAAHQAAAAAAHQAAAAAAewAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAHQAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAQgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAHQAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHQAAAAAAHQAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAHQAAAAAAHQAAAAAAewAAAAAAHQAAAAAAHQAAAAAATAAAAAAATAAAAAAAHQAAAAAAewAAAAAAaQAAAAAA - version: 6 - 0,-20: - ind: 0,-20 - tiles: WwAAAAAAaQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAWwAAAAAAaQAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAWwAAAAAAaQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAWwAAAAAAaQAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAAAaQAAAAAAewAAAAAAHQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAWwAAAAAAaQAAAAAAewAAAAAAQAAAAAAAQAAAAAAATAAAAAAAXQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAWwAAAAAAaQAAAAAAewAAAAAAQAAAAAAAQAAAAAAATAAAAAAAXQAAAAAAHQAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAWwAAAAAAaQAAAAAAewAAAAAAQAAAAAAAQAAAAAAATAAAAAAAXQAAAAAAHQAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAAAaQAAAAAAewAAAAAAHQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAAAaQAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAAAaQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAWwAAAAAAWwAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAWwAAAAAAWwAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAWwAAAAAAaQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAWwAAAAAAaQAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 0,-18: - ind: 0,-18 - tiles: WwAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAANQAAAAAANQAAAAAANQAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAANQAAAAAANQAAAAAANQAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAANQAAAAAANQAAAAAANQAAAAAANQAAAAAANQAAAAAANQAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAANQAAAAAANQAAAAAANQAAAAAANQAAAAAANQAAAAAANQAAAAAAGwAAAAAAGgAAAAAAWwAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAANQAAAAAANQAAAAAANQAAAAAANQAAAAAANQAAAAAANQAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -1,-18: - ind: -1,-18 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAMwAAAAAANAAAAAAANAAAAAAANAAAAAAAMwAAAAAAewAAAAAAWwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAMwAAAAAANAAAAAAAMwAAAAAAMwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAMwAAAAAANAAAAAAAMwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAMwAAAAAANAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAMwAAAAAANAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAewAAAAAANAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAGgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAGgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAATAAAAAAATAAAAAAAWwAAAAAAWwAAAAAAGgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAATAAAAAAATAAAAAAAWwAAAAAAWwAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAATAAAAAAATAAAAAAAWwAAAAAAWwAAAAAAGgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAGgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAGgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAMwAAAAAAMwAAAAAANAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAMwAAAAAAMwAAAAAANAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAANAAAAAAANAAAAAAANAAAAAAAMwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAANAAAAAAANAAAAAAANAAAAAAAMwAAAAAAMwAAAAAAWwAAAAAAewAAAAAAewAAAAAA - version: 6 - 0,-19: - ind: 0,-19 - tiles: WwAAAAAAaQAAAAAAewAAAAAAHQAAAAAATAAAAAAATAAAAAAATAAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAAAaQAAAAAAewAAAAAAHQAAAAAATAAAAAAATAAAAAAATAAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAAAaQAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAWwAAAAAAaQAAAAAAewAAAAAAHQAAAAAAHQAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAewAAAAAAagAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAWwAAAAAAaQAAAAAAewAAAAAAHQAAAAAAHQAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAWwAAAAAAaQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAAAaQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -1,-19: - ind: -1,-19 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAATAAAAAAATAAAAAAAHQAAAAAAewAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAHQAAAAAAHQAAAAAAewAAAAAAHQAAAAAAHQAAAAAATAAAAAAATAAAAAAAHQAAAAAAewAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAQAAAAAAAQAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAaQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAANgAAAAAAQAAAAAAAHQAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAHQAAAAAAHQAAAAAAewAAAAAAaQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAOQAAAAAAOQAAAAAA - version: 6 - -1,-21: - ind: -1,-21 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAewAAAAAAMwAAAAAAMwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAewAAAAAAewAAAAAAMwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAMwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAMwAAAAAAMwAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAJQAAAAAAMwAAAAAAMwAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAJQAAAAAAMwAAAAAAMwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAJQAAAAAAMwAAAAAAMwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAANAAAAAAAMwAAAAAAMwAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAQAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAQAAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAagAAAAAAOQAAAAAAOQAAAAAA - version: 6 - 0,-21: - ind: 0,-21 - tiles: NAAAAAAAMwAAAAAAMwAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAMwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAMwAAAAAAMwAAAAAAewAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAMwAAAAAAMwAAAAAAewAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAANAAAAAAAMwAAAAAAMwAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAANAAAAAAAMwAAAAAAMwAAAAAAewAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAeQAAAAAAeAAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAewAAAAAAgAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAewAAAAAAgAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 1,-20: - ind: 1,-20 - tiles: gAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAQAAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAQAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAQAAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAQAAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAewAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAQAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAQAAAAAAAawAAAAAAawAAAAAANgAAAAAAewAAAAAANgAAAAAAawAAAAAAawAAAAAAQAAAAAAAewAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAewAAAAAAOQAAAAAAOQAAAAAAQAAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAQAAAAAAAQAAAAAAAQAAAAAAANgAAAAAAQAAAAAAAewAAAAAAgAAAAAAAOQAAAAAAQAAAAAAAawAAAAAAawAAAAAANgAAAAAAewAAAAAANgAAAAAAawAAAAAAawAAAAAAQAAAAAAAewAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAewAAAAAAgAAAAAAAewAAAAAAQAAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAQAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAewAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 1,-19: - ind: 1,-19 - tiles: AAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAQAAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAQAAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAQAAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAQAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 1,-21: - ind: 1,-21 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 0,-22: - ind: 0,-22 - tiles: OQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAewAAAAAAgAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAQgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAQgAAAAAAQgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAQgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAANAAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAANAAAAAAAMwAAAAAAMwAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAagAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAMwAAAAAAMwAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAMwAAAAAAMwAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAMwAAAAAAMwAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -1,-22: - ind: -1,-22 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAgAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAewAAAAAAQgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAewAAAAAAQgAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAewAAAAAAQgAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAMwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAewAAAAAAMwAAAAAAMwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAewAAAAAAMwAAAAAAMwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAewAAAAAAMwAAAAAAMwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAewAAAAAAMwAAAAAAMwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAewAAAAAAMwAAAAAAMwAAAAAA - version: 6 - 0,-23: - ind: 0,-23 - tiles: QAAAAAAAQAAAAAAAewAAAAAAewAAAAAAMwAAAAAAewAAAAAAHgAAAAAAHgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAIgAAAAAAJQAAAAAAewAAAAAAJgAAAAAAJQAAAAAAJgAAAAAAHgAAAAAAHgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAIgAAAAAAJQAAAAAAewAAAAAAJgAAAAAAJQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAIgAAAAAAJQAAAAAAewAAAAAAJgAAAAAAJQAAAAAAewAAAAAAHgAAAAAAHgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAIgAAAAAAJQAAAAAAewAAAAAAJgAAAAAAJQAAAAAAJgAAAAAAHgAAAAAAHgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAIgAAAAAAJQAAAAAAewAAAAAAJgAAAAAAJQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAewAAAAAAJgAAAAAAIgAAAAAAJQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAJgAAAAAAJgAAAAAAIgAAAAAAJgAAAAAAJQAAAAAAIgAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAIgAAAAAAIgAAAAAAJgAAAAAAJQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAHgAAAAAAIgAAAAAAJQAAAAAAewAAAAAAHgAAAAAAHgAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAIgAAAAAAIgAAAAAAJQAAAAAANAAAAAAAHgAAAAAAHgAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAJgAAAAAAJQAAAAAAewAAAAAAHgAAAAAAHgAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAHgAAAAAAHgAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAewAAAAAAgAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -1,-23: - ind: -1,-23 - tiles: AAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHgAAAAAAHgAAAAAAewAAAAAAMwAAAAAAewAAAAAAewAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHgAAAAAAHgAAAAAAJgAAAAAAJQAAAAAAJgAAAAAAewAAAAAAJQAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJQAAAAAAJgAAAAAAewAAAAAAJQAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHgAAAAAAHgAAAAAAJgAAAAAAJQAAAAAAJgAAAAAAewAAAAAAJQAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHgAAAAAAHgAAAAAAJgAAAAAAJQAAAAAAJgAAAAAAewAAAAAAJQAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJQAAAAAAJgAAAAAAewAAAAAAJQAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAJQAAAAAAIgAAAAAAJgAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAJQAAAAAAJgAAAAAAIgAAAAAAJgAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJQAAAAAAJgAAAAAAIgAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAewAAAAAAJQAAAAAAIgAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAAANAAAAAAAJQAAAAAAIgAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAewAAAAAAJQAAAAAAJgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAHwAAAAAAHwAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAgAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAA - version: 6 - -1,-24: - ind: -1,-24 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAAewAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAgAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAgAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAQAAAAAAAewAAAAAADAAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAagAAAAAAagAAAAAANQAAAAAANQAAAAAADAAAAAAADAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAANQAAAAAAagAAAAAANQAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAagAAAAAANQAAAAAAagAAAAAAagAAAAAAagAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAewAAAAAAMwAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAQAAAAAAAQAAAAAAAewAAAAAAQAAAAAAA - version: 6 - 0,-24: - ind: 0,-24 - tiles: DAAAAAAADAAAAAAAeAAAAAAAewAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAADAAAAAAADAAAAAAADAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAewAAAAAAgAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAewAAAAAAgAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAADAAAAAAAewAAAAAAQAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAADAAAAAAADAAAAAAADAAAAAAANQAAAAAAagAAAAAANQAAAAAAagAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAADAAAAAAADAAAAAAAagAAAAAAagAAAAAANQAAAAAAagAAAAAAagAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAANQAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAMwAAAAAAewAAAAAAQAAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAewAAAAAAQAAAAAAAQAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAA - version: 6 - 0,-25: - ind: 0,-25 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAADAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAAADAAAAAAADAAAAAAAewAAAAAADAAAAAAADAAAAAAADAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAAADAAAAAAADAAAAAAAewAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAAADAAAAAAAeAAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -1,-25: - ind: -1,-25 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAeAAAAAAAEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAewAAAAAAEwAAAAAAeAAAAAAAEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAeAAAAAAAEwAAAAAAEwAAAAAAeAAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAADAAAAAAADAAAAAAADAAAAAAAewAAAAAAewAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAAewAAAAAADAAAAAAA - version: 6 - -2,-22: - ind: -2,-22 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -2,-21: - ind: -2,-21 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAA - version: 6 - -1,1: - ind: -1,1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 0,1: - ind: 0,1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -2,0: - ind: -2,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -2,-1: - ind: -2,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAA - version: 6 - 1,-1: - ind: 1,-1 - tiles: gAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 1,0: - ind: 1,0 - tiles: AAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 1,-2: - ind: 1,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 1,-3: - ind: 1,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 1,-4: - ind: 1,-4 - tiles: MwAAAAAAMwAAAAAAewAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAMwAAAAAAewAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAMwAAAAAAewAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAMwAAAAAAewAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMwAAAAAAewAAAAAAewAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 1,-5: - ind: 1,-5 - tiles: JgAAAAAAJgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAJgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAJgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAJgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAJgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAJgAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAJgAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAJgAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAJgAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAJgAAAAAAewAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAJgAAAAAAewAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAJgAAAAAAewAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -2,-4: - ind: -2,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -2,-5: - ind: -2,-5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 1,-6: - ind: 1,-6 - tiles: gAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAewAAAAAAewAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAJgAAAAAAewAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAJgAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAJgAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAJgAAAAAAewAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAJgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 1,-7: - ind: 1,-7 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -2,-6: - ind: -2,-6 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -2,-7: - ind: -2,-7 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAA - version: 6 - 1,-8: - ind: 1,-8 - tiles: AAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -2,-8: - ind: -2,-8 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -2,-9: - ind: -2,-9 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAA - version: 6 - -2,-10: - ind: -2,-10 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 1,-15: - ind: 1,-15 - tiles: KgAAAAAATQAAAAAAKgAAAAAAKgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 1,-22: - ind: 1,-22 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -2,-12: - ind: -2,-12 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAA - version: 6 - -2,-11: - ind: -2,-11 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 1,-12: - ind: 1,-12 - tiles: gAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 1,-13: - ind: 1,-13 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 1,-14: - ind: 1,-14 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -2,-13: - ind: -2,-13 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -2,-14: - ind: -2,-14 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAA - version: 6 - -2,-16: - ind: -2,-16 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAA - version: 6 - -2,-15: - ind: -2,-15 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -2,-17: - ind: -2,-17 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAA - version: 6 - -2,-23: - ind: -2,-23 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 1,-23: - ind: 1,-23 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 2,-20: - ind: 2,-20 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 2,-19: - ind: 2,-19 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -2,-20: - ind: -2,-20 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -2,-19: - ind: -2,-19 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - - type: Broadphase - - type: Physics - bodyStatus: InAir - angularDamping: 0.05 - linearDamping: 0.05 - fixedRotation: False - bodyType: Dynamic - - type: Fixtures - fixtures: {} - - type: OccluderTree - - type: SpreaderGrid - - type: Shuttle - - type: GridPathfinding - - type: Gravity - gravityShakeSound: !type:SoundPathSpecifier - path: /Audio/Effects/alert.ogg - - type: DecalGrid - chunkCollection: - version: 2 - nodes: - - node: - angle: -1.5707963267948966 rad - color: '#FFFFFFFF' - id: Arrows - decals: - 497: -2,-124 - 498: 0,-124 - 499: 1,-124 - - node: - color: '#FFFFFFFF' - id: Bot - decals: - 496: -1,-124 - 903: 6,-280 - - node: - color: '#FFFFFFFF' - id: BotGreyscale - decals: - 1260: 1,-279 - 1261: 1,-280 - 1262: 2,-279 - 1263: 3,-279 - 1264: 3,-280 - 1359: 2,-280 - 1417: -1,-341 - 1418: -1,-340 - 1419: -1,-339 - 1420: -1,-338 - 1423: -2,-341 - 1424: -2,-340 - 1425: -2,-339 - 1426: -2,-338 - - node: - color: '#FFFFFFFF' - id: BotLeft - decals: - 902: 6,-281 - - node: - color: '#FFFFFFFF' - id: BotLeftGreyscale - decals: - 1421: -1,-342 - - node: - color: '#FFFFFFFF' - id: BotRight - decals: - 901: 6,-279 - - node: - color: '#FFFFFFFF' - id: BotRightGreyscale - decals: - 1422: -1,-337 - - node: - color: '#FFFFFFFF' - id: BrickTileDarkInnerNe - decals: - 127: 6,-38 - 128: 6,-45 - 304: -2,-7 - - node: - color: '#FFFFFFFF' - id: BrickTileDarkInnerNw - decals: - 123: -6,-33 - 124: -6,-31 - 305: -3,-7 - - node: - color: '#FFFFFFFF' - id: BrickTileDarkInnerSe - decals: - 129: 6,-43 - 303: -2,-7 - - node: - color: '#FFFFFFFF' - id: BrickTileDarkInnerSw - decals: - 121: -6,-29 - 122: -6,-31 - 306: -3,-7 - - node: - color: '#FFFFFFFF' - id: BrickTileDarkLineE - decals: - 130: 6,-44 - 131: 6,-37 - - node: - color: '#FFFFFFFF' - id: BrickTileDarkLineN - decals: - 293: -4,-8 - 294: -4,-8 - 295: -3,-8 - 296: -2,-8 - 297: -1,-8 - 300: -4,-7 - 301: -4,-7 - 302: -1,-7 - 505: 2,-139 - 506: 3,-139 - 507: 4,-139 - 508: 5,-139 - 509: 6,-139 - 510: 3,-138 - 511: 4,-138 - 512: 5,-138 - - node: - color: '#FFFFFFFF' - id: BrickTileDarkLineS - decals: - 289: -4,-6 - 290: -2,-6 - 291: -3,-6 - 292: -1,-6 - 298: -4,-7 - 299: -1,-7 - 500: 3,-140 - 501: 2,-140 - 502: 4,-140 - 503: 5,-140 - 504: 6,-140 - - node: - color: '#FFFFFFFF' - id: BrickTileDarkLineW - decals: - 125: -6,-30 - 126: -6,-32 - - node: - color: '#639137FF' - id: BrickTileSteelCornerNe - decals: - 369: 1,-87 - - node: - color: '#639137FF' - id: BrickTileSteelCornerSw - decals: - 372: 0,-88 - 373: 0,-88 - - node: - color: '#FFFFFFFF' - id: BrickTileSteelEndE - decals: - 513: 5,-144 - - node: - color: '#639137FF' - id: BrickTileSteelEndN - decals: - 384: 3,-86 - - node: - color: '#FFFFFFFF' - id: BrickTileSteelEndN - decals: - 518: 4,-143 - - node: - color: '#639137FF' - id: BrickTileSteelEndS - decals: - 370: 1,-89 - 385: 3,-92 - - node: - color: '#FFFFFFFF' - id: BrickTileSteelEndS - decals: - 515: 4,-146 - - node: - color: '#639137FF' - id: BrickTileSteelEndW - decals: - 371: -1,-87 - - node: - color: '#FFFFFFFF' - id: BrickTileSteelEndW - decals: - 514: 3,-144 - - node: - color: '#639137FF' - id: BrickTileSteelInnerNe - decals: - 378: -1,-88 - 379: 0,-89 - 380: 0,-88 - - node: - color: '#FFFFFFFF' - id: BrickTileSteelInnerNe - decals: - 522: 4,-144 - - node: - color: '#639137FF' - id: BrickTileSteelInnerNw - decals: - 381: 1,-88 - - node: - color: '#FFFFFFFF' - id: BrickTileSteelInnerNw - decals: - 521: 4,-144 - - node: - color: '#639137FF' - id: BrickTileSteelInnerSe - decals: - 383: 0,-87 - - node: - color: '#FFFFFFFF' - id: BrickTileSteelInnerSe - decals: - 519: 4,-144 - - node: - color: '#639137FF' - id: BrickTileSteelInnerSw - decals: - 376: 1,-88 - 377: 0,-87 - 382: 1,-87 - - node: - color: '#FFFFFFFF' - id: BrickTileSteelInnerSw - decals: - 520: 4,-144 - - node: - color: '#639137FF' - id: BrickTileSteelLineE - decals: - 375: 1,-88 - 391: 3,-87 - 392: 3,-88 - 393: 3,-89 - 394: 3,-90 - 395: 3,-91 - - node: - color: '#FFFFFFFF' - id: BrickTileSteelLineE - decals: - 517: 4,-145 - - node: - color: '#639137FF' - id: BrickTileSteelLineN - decals: - 374: 0,-87 - - node: - color: '#96DAFFFF' - id: BrickTileSteelLineN - decals: - 83: 1,-31 - - node: - color: '#639137FF' - id: BrickTileSteelLineW - decals: - 386: 3,-91 - 387: 3,-90 - 388: 3,-89 - 389: 3,-88 - 390: 3,-87 - - node: - color: '#FFFFFFFF' - id: BrickTileSteelLineW - decals: - 516: 4,-145 - - node: - color: '#646464FF' - id: BrickTileWhiteBox - decals: - 413: 4,-89 - - node: - color: '#639137FF' - id: BrickTileWhiteCornerNe - decals: - 331: -6,-85 - 346: 1,-85 - 347: 2,-86 - - node: - color: '#A0A0A0FF' - id: BrickTileWhiteCornerNe - decals: - 465: 3,-96 - - node: - color: '#B3B3B3FF' - id: BrickTileWhiteCornerNe - decals: - 397: 4,-85 - 398: 5,-86 - - node: - color: '#639137FF' - id: BrickTileWhiteCornerNw - decals: - 313: -9,-90 - 342: -2,-85 - - node: - color: '#A0A0A0FF' - id: BrickTileWhiteCornerNw - decals: - 430: 5,-93 - 466: 2,-96 - - node: - color: '#639137FF' - id: BrickTileWhiteCornerSe - decals: - 332: -6,-89 - 353: 2,-92 - - node: - color: '#A0A0A0FF' - id: BrickTileWhiteCornerSe - decals: - 467: 3,-98 - - node: - color: '#B3B3B3FF' - id: BrickTileWhiteCornerSe - decals: - 399: 5,-92 - 400: 4,-93 - - node: - color: '#639137FF' - id: BrickTileWhiteCornerSw - decals: - 316: -9,-84 - 358: -1,-90 - 359: -2,-89 - - node: - color: '#A0A0A0FF' - id: BrickTileWhiteCornerSw - decals: - 421: 5,-85 - 468: 2,-98 - - node: - color: '#646464FF' - id: BrickTileWhiteEndN - decals: - 408: 4,-87 - 412: 4,-90 - - node: - color: '#646464FF' - id: BrickTileWhiteEndS - decals: - 409: 4,-91 - 410: 4,-88 - 411: 4,-88 - - node: - color: '#334E6DFF' - id: BrickTileWhiteInnerNe - decals: - 286: -1,2 - - node: - color: '#639137FF' - id: BrickTileWhiteInnerNe - decals: - 339: -7,-85 - - node: - color: '#A0A0A0FF' - id: BrickTileWhiteInnerNe - decals: - 469: 3,-97 - 477: 3,-98 - 478: 2,-98 - - node: - color: '#B3B3B3FF' - id: BrickTileWhiteInnerNe - decals: - 402: 4,-86 - - node: - color: '#334E6DFF' - id: BrickTileWhiteInnerNw - decals: - 287: 1,2 - - node: - color: '#639137FF' - id: BrickTileWhiteInnerNw - decals: - 338: -9,-85 - 368: 0,-92 - - node: - color: '#646464FF' - id: BrickTileWhiteInnerNw - decals: - 416: 5,-90 - - node: - color: '#A0A0A0FF' - id: BrickTileWhiteInnerNw - decals: - 429: 6,-93 - 431: 5,-94 - 470: 2,-97 - 479: 3,-98 - - node: - color: '#639137FF' - id: BrickTileWhiteInnerSe - decals: - 341: -7,-89 - 356: 1,-92 - 357: 1,-92 - - node: - color: '#A0A0A0FF' - id: BrickTileWhiteInnerSe - decals: - 472: 3,-97 - 476: 2,-96 - - node: - color: '#B3B3B3FF' - id: BrickTileWhiteInnerSe - decals: - 401: 4,-92 - - node: - color: '#639137FF' - id: BrickTileWhiteInnerSw - decals: - 337: -9,-89 - 363: -1,-89 - 364: 0,-90 - 367: 0,-92 - - node: - color: '#646464FF' - id: BrickTileWhiteInnerSw - decals: - 415: 5,-88 - - node: - color: '#A0A0A0FF' - id: BrickTileWhiteInnerSw - decals: - 419: 5,-84 - 420: 5,-84 - 433: 6,-85 - 471: 2,-97 - 475: 3,-96 - - node: - color: '#334E6DFF' - id: BrickTileWhiteLineE - decals: - 285: -1,3 - - node: - color: '#639137FF' - id: BrickTileWhiteLineE - decals: - 330: -6,-86 - 333: -6,-88 - 334: -6,-87 - 348: 2,-87 - 349: 2,-88 - 350: 2,-89 - 351: 2,-90 - 352: 2,-91 - - node: - color: '#A0A0A0FF' - id: BrickTileWhiteLineE - decals: - 473: 2,-97 - 480: 3,-97 - - node: - color: '#B3B3B3FF' - id: BrickTileWhiteLineE - decals: - 403: 5,-87 - 404: 5,-88 - 405: 5,-89 - 406: 5,-90 - 407: 5,-91 - - node: - color: '#639137FF' - id: BrickTileWhiteLineN - decals: - 307: -10,-89 - 308: -9,-89 - 309: -8,-89 - 314: -8,-90 - 315: -7,-90 - 335: -10,-85 - 343: -1,-85 - 344: -1,-85 - 345: 0,-85 - 354: 1,-93 - 355: 0,-93 - - node: - color: '#A0A0A0FF' - id: BrickTileWhiteLineN - decals: - 432: 4,-94 - - node: - color: '#B3B3B3FF' - id: BrickTileWhiteLineN - decals: - 396: 3,-85 - - node: - color: '#639137FF' - id: BrickTileWhiteLineS - decals: - 310: -8,-85 - 311: -9,-85 - 312: -10,-85 - 317: -8,-84 - 318: -7,-84 - 336: -10,-89 - - node: - color: '#A0A0A0FF' - id: BrickTileWhiteLineS - decals: - 417: 3,-84 - 418: 4,-84 - - node: - color: '#334E6DFF' - id: BrickTileWhiteLineW - decals: - 288: 1,3 - - node: - color: '#639137FF' - id: BrickTileWhiteLineW - decals: - 319: -7,-87 - 320: -7,-88 - 340: -7,-86 - 360: -2,-88 - 361: -2,-87 - 362: -2,-86 - 365: 0,-91 - 366: 0,-91 - - node: - color: '#646464FF' - id: BrickTileWhiteLineW - decals: - 414: 5,-89 - - node: - color: '#A0A0A0FF' - id: BrickTileWhiteLineW - decals: - 422: 6,-86 - 423: 6,-87 - 424: 6,-89 - 425: 6,-88 - 426: 6,-90 - 427: 6,-91 - 428: 6,-92 - 474: 3,-97 - 481: 2,-97 - - node: - color: '#FFFFFFFF' - id: BushAOne - decals: - 1099: 1,-389 - 1100: 4,-387 - 1101: 1,-386 - 1372: 9,-203 - - node: - color: '#FFFFFFFF' - id: BushAThree - decals: - 190: 1.4194474,-40.90987 - 1373: 9,-206 - - node: - color: '#FFFFFFFF' - id: BushCOne - decals: - 189: 2.5288224,-40.980873 - 1229: -3,-375 - 1230: 3,-375 - - node: - color: '#FFFFFFFF' - id: BushCThree - decals: - 1374: 9,-205 - - node: - color: '#FFFFFFFF' - id: BushCTwo - decals: - 188: 2.1381974,-41.52775 - - node: - color: '#FFFFFFFF' - id: Busha2 - decals: - 1367: 11,-198 - 1370: 10,-201 - 1371: 11,-201 - - node: - color: '#FFFFFFFF' - id: Busha3 - decals: - 197: 4.2948465,-41.901707 - - node: - color: '#FFFFFFFF' - id: Bushb1 - decals: - 1095: -1,-387 - 1225: 1,-373 - 1226: 0,-374 - 1375: 9,-195 - 1376: 9,-204 - - node: - color: '#FFFFFFFF' - id: Bushb3 - decals: - 191: 1.2944474,-41.75362 - 1096: -3,-387 - 1097: 6,-384 - 1098: -5,-384 - 1227: -2,-374 - - node: - color: '#FFFFFFFF' - id: Bushc2 - decals: - 1366: 10,-198 - 1368: 10,-199 - - node: - color: '#FFFFFFFF' - id: Bushc3 - decals: - 1228: 3,-374 - 1369: 9,-200 - 1377: 7,-202 - - node: - color: '#FFFFFFFF' - id: ConcreteTrimCornerNe - decals: - 852: -2,-284 - - node: - color: '#FFFFFFFF' - id: ConcreteTrimCornerSe - decals: - 855: -2,-276 - - node: - color: '#FFFFFFFF' - id: ConcreteTrimInnerNe - decals: - 848: -3,-284 - 853: -2,-285 - - node: - color: '#FFFFFFFF' - id: ConcreteTrimInnerSe - decals: - 849: -3,-276 - 854: -2,-275 - - node: - color: '#FFFFFFFF' - id: ConcreteTrimLineE - decals: - 841: -3,-278 - 842: -3,-279 - 843: -3,-280 - 844: -3,-281 - 845: -3,-282 - 846: -3,-283 - 847: -3,-277 - - node: - color: '#FFFFFFFF' - id: ConcreteTrimLineN - decals: - 850: -1,-285 - 851: 0,-285 - - node: - color: '#FFFFFFFF' - id: ConcreteTrimLineS - decals: - 856: -1,-275 - 857: 0,-275 - 858: 1,-275 - 859: 3,-275 - 860: 4,-275 - 861: 5,-275 - 862: 6,-275 - 863: 2,-275 - - node: - color: '#FFFFFFFF' - id: FlowersBRTwo - decals: - 65: 3,-13 - - node: - color: '#FFFFFFFF' - id: Flowersbr2 - decals: - 203: 1.1507428,-40.14647 - 204: 0.83824277,-40.39647 - - node: - color: '#FFFFFFFF' - id: Flowerspv2 - decals: - 63: 3,-11 - - node: - color: '#FFFFFFFF' - id: Flowersy2 - decals: - 64: 3,-12 - - node: - color: '#FFFFFFFF' - id: Flowersy4 - decals: - 202: 4.197618,-40.474594 - - node: - color: '#9FED5896' - id: FullTileOverlayGreyscale - decals: - 780: -10,-88 - 781: -9,-88 - 782: -8,-88 - 783: -8,-87 - 784: -10,-86 - 785: -9,-86 - 786: -8,-86 - 787: -10,-87 - 788: -9,-87 - - node: - color: '#9FED58CF' - id: FullTileOverlayGreyscale - decals: - 1399: -3,-195 - 1400: -3,-194 - 1401: -4,-194 - 1402: -5,-194 - 1403: -6,-194 - 1404: -7,-194 - 1405: -7,-195 - - node: - color: '#9FED58DD' - id: FullTileOverlayGreyscale - decals: - 701: -3,-202 - 702: -3,-203 - 703: -3,-204 - 704: -3,-205 - 705: -3,-206 - 706: -3,-207 - 707: -3,-208 - 708: -3,-201 - 709: -3,-199 - 710: -3,-198 - 711: -3,-197 - 712: -3,-196 - 713: -7,-196 - 714: -7,-197 - 715: -7,-198 - 716: -7,-199 - 717: -6,-199 - - node: - color: '#FFFFFFFF' - id: Grassa1 - decals: - 1102: -3,-384 - 1105: -5,-387 - 1360: 11,-196 - - node: - color: '#FFFFFFFF' - id: Grassa2 - decals: - 1091: -2,-388 - 1231: -1,-374 - - node: - color: '#FFFFFFFF' - id: Grassa3 - decals: - 1094: -2,-387 - 1233: 1,-374 - 1234: 2,-374 - 1361: 10,-195 - - node: - color: '#FFFFFFFF' - id: Grassa4 - decals: - 1379: 7,-195 - - node: - color: '#FFFFFFFF' - id: Grassa5 - decals: - 1235: -3,-374 - 1236: 2,-373 - 1362: 9,-194 - - node: - color: '#FFFFFFFF' - id: Grassb1 - decals: - 192: 3.0600724,-41.94112 - 1103: 4,-384 - 1378: 7,-196 - - node: - color: '#FFFFFFFF' - id: Grassb2 - decals: - 199: 4.2479715,-41.057957 - 205: 0.60386777,-40.880844 - 207: 1.6455414,-39.61602 - 1238: 4,-374 - - node: - color: '#FFFFFFFF' - id: Grassb3 - decals: - 195: 0.47185308,-41.800495 - 1104: 5,-385 - - node: - color: '#FFFFFFFF' - id: Grassb4 - decals: - 194: 3.40986,-41.34737 - 201: 3.945704,-39.753384 - 1363: 9,-191 - 1364: 9,-192 - - node: - color: '#FFFFFFFF' - id: Grassb5 - decals: - 193: 2.3569474,-42.269245 - 196: 1.331228,-42.519245 - 200: 2.6073463,-40.20651 - 206: 3.1142914,-39.694145 - 1092: -2,-389 - 1093: -1,-388 - 1232: -1,-373 - 1237: -4,-374 - 1365: 11,-199 - - node: - color: '#FFFFFFFF' - id: GrayConcreteTrimInnerNw - decals: - 819: -4,-278 - 826: 0,-274 - - node: - color: '#FFFFFFFF' - id: GrayConcreteTrimInnerSw - decals: - 835: -1,-286 - 836: -4,-282 - - node: - color: '#FFFFFFFF' - id: GrayConcreteTrimLineE - decals: - 1331: 17,-64 - 1332: 17,-63 - 1333: 17,-62 - 1334: 17,-61 - - node: - color: '#FFFFFFFF' - id: GrayConcreteTrimLineN - decals: - 817: -6,-278 - 818: -5,-278 - 823: -2,-274 - 824: -3,-274 - 825: -1,-274 - 1335: 14,-60 - 1336: 15,-60 - 1337: 16,-60 - 1338: 13,-68 - 1339: 14,-68 - 1340: 15,-68 - 1341: 16,-68 - 1342: 17,-68 - 1348: 13,-78 - 1349: 14,-78 - 1350: 15,-78 - 1351: 16,-78 - 1352: 17,-78 - - node: - color: '#FFFFFFFF' - id: GrayConcreteTrimLineS - decals: - 837: -2,-286 - 838: -3,-286 - 839: -5,-282 - 840: -6,-282 - 1343: 13,-76 - 1344: 14,-76 - 1345: 15,-76 - 1346: 16,-76 - 1347: 17,-76 - 1353: 14,-86 - 1354: 15,-86 - 1355: 16,-86 - 1356: 13,-85 - 1357: 17,-85 - - node: - color: '#FFFFFFFF' - id: GrayConcreteTrimLineW - decals: - 820: -4,-277 - 821: -4,-276 - 822: -4,-275 - 827: 0,-273 - 828: 0,-272 - 829: 0,-271 - 830: -4,-285 - 831: -4,-284 - 832: -4,-283 - 833: -1,-288 - 834: -1,-287 - 1327: 13,-64 - 1328: 13,-63 - 1329: 13,-62 - 1330: 13,-61 - - node: - color: '#999453FF' - id: MiniTileDarkBox - decals: - 607: 5,-168 - - node: - color: '#FFFFFFFF' - id: MiniTileDarkBox - decals: - 582: -7,-153 - - node: - color: '#FFFFFFFF' - id: MiniTileDarkCornerNe - decals: - 112: -1,-22 - 149: -1,-49 - - node: - color: '#FFFFFFFF' - id: MiniTileDarkCornerNw - decals: - 111: 1,-22 - 152: 1,-49 - - node: - color: '#FFFFFFFF' - id: MiniTileDarkCornerSe - decals: - 114: -1,-24 - 141: -1,-51 - - node: - color: '#FFFFFFFF' - id: MiniTileDarkCornerSw - decals: - 113: 1,-24 - 145: 1,-51 - - node: - color: '#FFFFFFFF' - id: MiniTileDarkLineE - decals: - 109: -1,-23 - 158: -1,-50 - 789: 17,-154 - 790: 17,-153 - 791: 17,-152 - 792: 17,-148 - 793: 17,-147 - 794: 17,-146 - 795: 17,-145 - 796: 17,-144 - 797: 17,-141 - 798: 17,-140 - 813: 17,-160 - 814: 17,-161 - 815: 17,-164 - 816: 17,-165 - 1079: 0,-345 - 1080: 0,-346 - 1081: 0,-347 - 1085: 0,-344 - 1087: 2,-330 - 1088: 2,-331 - 1089: 2,-332 - 1090: 2,-333 - - node: - color: '#DE3A3A96' - id: MiniTileDarkLineN - decals: - 1239: -3,-371 - 1240: -4,-371 - 1241: -5,-371 - 1242: -6,-371 - 1243: -2,-371 - 1244: -1,-371 - 1245: 0,-371 - 1246: 1,-371 - 1247: 2,-371 - 1248: 3,-371 - 1249: 4,-371 - 1250: 5,-371 - 1251: 6,-371 - - node: - color: '#FFFFFFFF' - id: MiniTileDarkLineS - decals: - 1076: -5,-347 - 1077: -4,-347 - 1078: -3,-347 - - node: - color: '#FFFFFFFF' - id: MiniTileDarkLineW - decals: - 110: 1,-23 - 157: 1,-50 - 799: 13,-141 - 800: 13,-139 - 801: 13,-144 - 802: 13,-147 - 803: 13,-148 - 804: 13,-149 - 805: 13,-150 - 806: 13,-151 - 807: 13,-152 - 808: 13,-153 - 809: 13,-154 - 810: 13,-160 - 811: 13,-161 - 812: 13,-162 - 1074: -6,-345 - 1075: -6,-346 - 1082: 0,-347 - 1083: 0,-346 - 1084: 0,-345 - 1086: 0,-344 - - node: - color: '#D381C996' - id: MiniTileSteelBox - decals: - 962: 2,-310 - 963: 2,-306 - - node: - color: '#999453FF' - id: MiniTileSteelCornerNe - decals: - 606: 6,-167 - - node: - color: '#9FED58CF' - id: MiniTileSteelCornerNe - decals: - 1406: -3,-194 - - node: - color: '#D381C996' - id: MiniTileSteelCornerNe - decals: - 767: -3,-54 - 1276: -2,-311 - - node: - color: '#DE3A3A96' - id: MiniTileSteelCornerNe - decals: - 1136: 2,-357 - 1142: 3,-360 - 1158: 4,-361 - - node: - color: '#EFB34196' - id: MiniTileSteelCornerNe - decals: - 1305: 19,-246 - - node: - color: '#999453FF' - id: MiniTileSteelCornerNw - decals: - 603: 4,-167 - - node: - color: '#9FED58CF' - id: MiniTileSteelCornerNw - decals: - 1407: -7,-194 - - node: - color: '#D381C996' - id: MiniTileSteelCornerNw - decals: - 768: -6,-54 - - node: - color: '#DE3A3A96' - id: MiniTileSteelCornerNw - decals: - 1137: -2,-357 - 1143: -3,-360 - 1151: -7,-361 - - node: - color: '#EFB34196' - id: MiniTileSteelCornerNw - decals: - 1293: 14,-251 - 1301: 15,-246 - - node: - color: '#999453FF' - id: MiniTileSteelCornerSe - decals: - 604: 6,-169 - - node: - color: '#9FED58DB' - id: MiniTileSteelCornerSe - decals: - 662: -3,-193 - - node: - color: '#D381C996' - id: MiniTileSteelCornerSe - decals: - 769: -3,-56 - 1277: -2,-307 - - node: - color: '#EFB34196' - id: MiniTileSteelCornerSe - decals: - 1317: 19,-262 - - node: - color: '#999453FF' - id: MiniTileSteelCornerSw - decals: - 605: 4,-169 - - node: - color: '#9FED58DB' - id: MiniTileSteelCornerSw - decals: - 661: -6,-193 - - node: - color: '#D381C996' - id: MiniTileSteelCornerSw - decals: - 770: -6,-56 - - node: - color: '#DE3A3A96' - id: MiniTileSteelCornerSw - decals: - 1152: -7,-362 - - node: - color: '#EFB34196' - id: MiniTileSteelCornerSw - decals: - 1294: 14,-255 - 1315: 15,-262 - - node: - color: '#D381C996' - id: MiniTileSteelInnerNe - decals: - 981: 1,-307 - 982: 1,-320 - 1281: -8,-308 - - node: - color: '#DE3A3A96' - id: MiniTileSteelInnerNe - decals: - 1145: 2,-360 - 1146: 3,-361 - - node: - color: '#FFFFFFFF' - id: MiniTileSteelInnerNe - decals: - 101: -5,-32 - 185: 5,-46 - - node: - color: '#D381C996' - id: MiniTileSteelInnerNw - decals: - 979: 9,-307 - 1278: -1,-308 - - node: - color: '#DE3A3A96' - id: MiniTileSteelInnerNw - decals: - 1144: -2,-360 - 1147: -3,-361 - - node: - color: '#EFB34196' - id: MiniTileSteelInnerNw - decals: - 1296: 15,-251 - - node: - color: '#FFFFFFFF' - id: MiniTileSteelInnerNw - decals: - 102: 3,-32 - - node: - color: '#D381C996' - id: MiniTileSteelInnerSe - decals: - 961: 1,-309 - 980: 1,-298 - 1280: -8,-310 - - node: - color: '#FFFFFFFF' - id: MiniTileSteelInnerSe - decals: - 103: -5,-29 - 167: 0,-33 - - node: - color: '#D381C996' - id: MiniTileSteelInnerSw - decals: - 986: 9,-309 - 1132: -1,-298 - 1279: -1,-310 - - node: - color: '#DE3A3A96' - id: MiniTileSteelInnerSw - decals: - 1194: -4,-362 - - node: - color: '#EFB34196' - id: MiniTileSteelInnerSw - decals: - 1295: 15,-255 - - node: - color: '#FFFFFFFF' - id: MiniTileSteelInnerSw - decals: - 104: 3,-29 - 168: -1,-33 - - node: - color: '#5A64BC93' - id: MiniTileSteelLineE - decals: - 1223: 7,-367 - 1224: 7,-368 - - node: - color: '#5ABC5A93' - id: MiniTileSteelLineE - decals: - 1211: -6,-367 - 1212: -6,-368 - - node: - color: '#999453FF' - id: MiniTileSteelLineE - decals: - 599: 6,-168 - - node: - color: '#9FED58CF' - id: MiniTileSteelLineE - decals: - 1409: -3,-195 - - node: - color: '#9FED58DB' - id: MiniTileSteelLineE - decals: - 674: -5,-207 - 675: -5,-206 - 676: -5,-205 - 677: -5,-202 - 678: -5,-201 - - node: - color: '#9FED58DD' - id: MiniTileSteelLineE - decals: - 735: -3,-199 - 736: -3,-198 - 737: -3,-197 - 738: -3,-196 - - node: - color: '#A45ABC93' - id: MiniTileSteelLineE - decals: - 1215: -6,-364 - 1216: -6,-365 - - node: - color: '#BCBC5A93' - id: MiniTileSteelLineE - decals: - 1219: 7,-364 - 1220: 7,-365 - - node: - color: '#D381C996' - id: MiniTileSteelLineE - decals: - 776: -3,-55 - 947: 1,-316 - 948: 1,-317 - 949: 1,-318 - 950: 1,-319 - 951: 1,-312 - 952: 1,-311 - 960: 1,-310 - 971: 1,-306 - 972: 1,-305 - 973: 1,-304 - 974: 1,-303 - 975: 1,-302 - 976: 1,-301 - 977: 1,-300 - 978: 1,-299 - - node: - color: '#DE3A3A96' - id: MiniTileSteelLineE - decals: - 1133: 2,-359 - 1141: 2,-358 - 1159: 4,-362 - 1160: 4,-363 - 1161: 4,-364 - 1162: 4,-365 - 1163: 4,-366 - 1164: 4,-367 - - node: - color: '#EFB34196' - id: MiniTileSteelLineE - decals: - 1306: 19,-247 - 1307: 19,-248 - 1308: 19,-249 - 1309: 19,-250 - 1310: 19,-256 - 1311: 19,-257 - 1312: 19,-258 - - node: - color: '#FFFFFFFF' - id: MiniTileSteelLineE - decals: - 99: -5,-31 - 100: -5,-30 - 146: 5,-45 - 147: 5,-44 - 148: 5,-43 - 150: 5,-38 - 151: 5,-37 - 153: 0,-37 - 154: 0,-36 - 155: 0,-35 - 156: 0,-34 - 186: 5,-40 - 187: 5,-41 - 561: 0,-138 - 562: 0,-139 - 563: 0,-140 - 564: 0,-141 - 565: 0,-142 - 566: 0,-143 - 567: 0,-144 - 568: 0,-145 - 569: 0,-146 - 570: 0,-147 - 571: 1,-152 - 572: 1,-153 - - node: - color: '#999453FF' - id: MiniTileSteelLineN - decals: - 600: 5,-167 - - node: - color: '#9FED58CF' - id: MiniTileSteelLineN - decals: - 1410: -6,-194 - 1411: -5,-194 - 1412: -4,-194 - - node: - color: '#D381C996' - id: MiniTileSteelLineN - decals: - 774: -5,-54 - 775: -4,-54 - 964: 2,-307 - 965: 3,-307 - 966: 4,-307 - 967: 5,-307 - 968: 6,-307 - 969: 7,-307 - 970: 8,-307 - 1271: -7,-308 - 1272: -6,-308 - 1273: -4,-308 - 1274: -3,-308 - 1275: -2,-308 - - node: - color: '#DE3A3A96' - id: MiniTileSteelLineN - decals: - 1138: -1,-357 - 1139: 0,-357 - 1140: 1,-357 - 1148: -4,-361 - 1149: -5,-361 - 1150: -6,-361 - - node: - color: '#EFB34196' - id: MiniTileSteelLineN - decals: - 1302: 16,-246 - 1303: 17,-246 - 1304: 18,-246 - - node: - color: '#FFFFFFFF' - id: MiniTileSteelLineN - decals: - 91: -4,-32 - 92: -2,-32 - 93: -1,-32 - 94: 0,-32 - 95: 1,-32 - 96: 2,-32 - 174: 2,-28 - 175: 1,-28 - 176: 0,-28 - 178: -1,-28 - 179: -2,-28 - 180: -3,-28 - 181: -4,-28 - 182: -5,-28 - 183: -6,-28 - 184: 3,-28 - - node: - color: '#999453FF' - id: MiniTileSteelLineS - decals: - 601: 5,-169 - - node: - color: '#9FED58DD' - id: MiniTileSteelLineS - decals: - 726: -3,-199 - 727: -4,-199 - 728: -5,-199 - 729: -6,-199 - 730: -7,-199 - - node: - color: '#D381C996' - id: MiniTileSteelLineS - decals: - 772: -5,-56 - 773: -4,-56 - 953: 8,-309 - 954: 7,-309 - 955: 6,-309 - 956: 5,-309 - 957: 4,-309 - 958: 3,-309 - 959: 2,-309 - 1265: -2,-310 - 1266: -3,-310 - 1267: -4,-310 - 1268: -5,-310 - 1269: -6,-310 - 1270: -7,-310 - - node: - color: '#DE3A3A96' - id: MiniTileSteelLineS - decals: - 1153: -6,-362 - 1154: -5,-362 - - node: - color: '#EFB34196' - id: MiniTileSteelLineS - decals: - 1316: 16,-262 - - node: - color: '#FFFFFFFF' - id: MiniTileSteelLineS - decals: - 84: -4,-29 - 85: -3,-29 - 86: -2,-29 - 87: -1,-29 - 88: 0,-29 - 89: 1,-29 - 90: 2,-29 - 159: -2,-33 - 160: -3,-33 - 161: -4,-33 - 162: -5,-33 - 163: -6,-33 - 164: 1,-33 - 165: 2,-33 - 166: 3,-33 - - node: - color: '#5A64BC93' - id: MiniTileSteelLineW - decals: - 1221: 6,-367 - 1222: 6,-368 - - node: - color: '#5ABC5A93' - id: MiniTileSteelLineW - decals: - 1209: -7,-367 - 1210: -7,-368 - - node: - color: '#999453FF' - id: MiniTileSteelLineW - decals: - 602: 4,-168 - - node: - color: '#9FED58CF' - id: MiniTileSteelLineW - decals: - 1408: -7,-195 - - node: - color: '#9FED58DB' - id: MiniTileSteelLineW - decals: - 668: -6,-207 - 669: -6,-206 - 670: -6,-205 - 671: -6,-203 - 672: -6,-202 - 673: -6,-201 - - node: - color: '#9FED58DD' - id: MiniTileSteelLineW - decals: - 718: -3,-201 - 719: -3,-202 - 720: -3,-203 - 721: -3,-204 - 722: -3,-205 - 723: -3,-206 - 724: -3,-207 - 725: -3,-208 - 731: -7,-199 - 732: -7,-198 - 733: -7,-197 - 734: -7,-196 - - node: - color: '#A45ABC93' - id: MiniTileSteelLineW - decals: - 1213: -7,-364 - 1214: -7,-365 - - node: - color: '#BCBC5A93' - id: MiniTileSteelLineW - decals: - 1217: 6,-364 - 1218: 6,-365 - - node: - color: '#D381C996' - id: MiniTileSteelLineW - decals: - 771: -6,-55 - 1113: -1,-299 - 1114: -1,-300 - 1115: -1,-301 - 1116: -1,-302 - 1117: -1,-304 - 1118: -1,-303 - 1119: -1,-305 - 1120: -1,-306 - 1121: -1,-307 - 1122: -1,-311 - 1123: -1,-312 - 1124: -1,-313 - 1125: -1,-314 - 1126: -1,-315 - 1127: -1,-316 - 1128: -1,-317 - 1129: -1,-318 - 1130: -1,-319 - 1131: -1,-320 - - node: - color: '#DE3A3A96' - id: MiniTileSteelLineW - decals: - 1134: -2,-358 - 1135: -2,-359 - 1155: -4,-363 - 1156: -4,-364 - 1157: -4,-367 - 1207: -4,-365 - 1208: -4,-366 - - node: - color: '#EFB34196' - id: MiniTileSteelLineW - decals: - 1287: 15,-258 - 1288: 15,-257 - 1289: 15,-256 - 1290: 14,-252 - 1291: 14,-253 - 1292: 14,-254 - 1297: 15,-250 - 1298: 15,-249 - 1299: 15,-248 - 1300: 15,-247 - 1313: 15,-260 - 1314: 15,-261 - - node: - color: '#FFFFFFFF' - id: MiniTileSteelLineW - decals: - 97: 3,-30 - 98: 3,-31 - 132: -1,-45 - 133: -1,-44 - 134: -1,-43 - 135: -1,-42 - 136: -1,-41 - 137: -1,-40 - 138: -1,-39 - 139: -1,-38 - 140: -1,-37 - 142: -1,-36 - 143: -1,-35 - 144: -1,-34 - 544: -1,-152 - 545: -1,-151 - 546: -1,-149 - 547: -1,-150 - 548: -1,-148 - 549: -1,-147 - 550: -1,-146 - 551: -1,-145 - 552: -1,-144 - 553: -1,-143 - 554: -1,-142 - 555: -1,-141 - 556: -1,-140 - 557: -1,-139 - 558: -1,-138 - 559: -1,-137 - 560: -1,-136 - - node: - color: '#334E6DC8' - id: MiniTileWhiteCornerNe - decals: - 34: 2,-2 - 41: 6,-5 - 70: -1,-10 - 928: 30,-307 - 1413: 2,-15 - - node: - color: '#52B4E996' - id: MiniTileWhiteCornerNe - decals: - 639: 8,-172 - 644: 5,-179 - 658: 6,-174 - 699: 3,-197 - - node: - color: '#79150096' - id: MiniTileWhiteCornerNe - decals: - 1111: 0,-63 - - node: - color: '#999453FF' - id: MiniTileWhiteCornerNe - decals: - 598: 7,-166 - - node: - color: '#9FED58CF' - id: MiniTileWhiteCornerNe - decals: - 1393: -4,-195 - - node: - color: '#A4610696' - id: MiniTileWhiteCornerNe - decals: - 917: 6,-285 - - node: - color: '#D381C996' - id: MiniTileWhiteCornerNe - decals: - 996: -3,-300 - 1007: 4,-300 - 1011: 7,-302 - 1028: 7,-311 - 1034: 8,-316 - 1055: -3,-312 - - node: - color: '#DE3A3A96' - id: MiniTileWhiteCornerNe - decals: - 1200: 1,-363 - - node: - color: '#334E6DC8' - id: MiniTileWhiteCornerNw - decals: - 33: 1,-2 - 69: -4,-10 - 927: 28,-307 - - node: - color: '#52B4E996' - id: MiniTileWhiteCornerNw - decals: - 638: 3,-172 - 659: 5,-174 - 700: -1,-197 - - node: - color: '#79150096' - id: MiniTileWhiteCornerNw - decals: - 1110: -1,-63 - - node: - color: '#999453FF' - id: MiniTileWhiteCornerNw - decals: - 583: 3,-166 - - node: - color: '#9FED58CF' - id: MiniTileWhiteCornerNw - decals: - 1394: -6,-195 - - node: - color: '#A4610696' - id: MiniTileWhiteCornerNw - decals: - 888: -1,-277 - 916: 4,-285 - - node: - color: '#D381C996' - id: MiniTileWhiteCornerNw - decals: - 994: -4,-300 - 1006: 3,-300 - 1036: 3,-311 - 1056: -4,-312 - 1060: -6,-314 - 1112: -9,-318 - 1284: -7,-301 - - node: - color: '#DE3A3A96' - id: MiniTileWhiteCornerNw - decals: - 1198: -1,-363 - - node: - color: '#334E6DC8' - id: MiniTileWhiteCornerSe - decals: - 3: 2,0 - 49: 6,-13 - 72: -1,-12 - 926: 30,-309 - - node: - color: '#52B4E996' - id: MiniTileWhiteCornerSe - decals: - 630: 8,-179 - 660: 6,-175 - 698: 3,-204 - - node: - color: '#79150096' - id: MiniTileWhiteCornerSe - decals: - 1108: 0,-64 - - node: - color: '#999453FF' - id: MiniTileWhiteCornerSe - decals: - 584: 7,-170 - - node: - color: '#9FED58DB' - id: MiniTileWhiteCornerSe - decals: - 664: -4,-198 - - node: - color: '#A4610696' - id: MiniTileWhiteCornerSe - decals: - 914: 6,-286 - - node: - color: '#D381C996' - id: MiniTileWhiteCornerSe - decals: - 991: -3,-306 - 1017: 7,-305 - 1033: 8,-317 - 1047: -3,-320 - - node: - color: '#DE3A3A96' - id: MiniTileWhiteCornerSe - decals: - 1204: 1,-367 - - node: - color: '#334E6DC8' - id: MiniTileWhiteCornerSw - decals: - 4: -2,0 - 54: 1,-13 - 67: -4,-12 - 925: 28,-309 - - node: - color: '#52B4E996' - id: MiniTileWhiteCornerSw - decals: - 631: 7,-179 - 636: 3,-177 - 657: 5,-175 - 697: -1,-204 - - node: - color: '#79150096' - id: MiniTileWhiteCornerSw - decals: - 1109: -1,-64 - - node: - color: '#999453FF' - id: MiniTileWhiteCornerSw - decals: - 585: 3,-170 - - node: - color: '#9FED58DB' - id: MiniTileWhiteCornerSw - decals: - 665: -6,-198 - - node: - color: '#A4610696' - id: MiniTileWhiteCornerSw - decals: - 887: -1,-283 - 915: 4,-286 - - node: - color: '#D381C996' - id: MiniTileWhiteCornerSw - decals: - 987: -7,-306 - 1018: 3,-305 - 1027: 3,-317 - 1040: -9,-320 - - node: - color: '#DE3A3A96' - id: MiniTileWhiteCornerSw - decals: - 1205: -1,-367 - - node: - color: '#9FED5896' - id: MiniTileWhiteEndN - decals: - 1390: -5,-196 - - node: - color: '#9FED5896' - id: MiniTileWhiteEndS - decals: - 1391: -5,-197 - - node: - color: '#334E6DC8' - id: MiniTileWhiteInnerNe - decals: - 40: 2,-5 - - node: - color: '#52B4E9B4' - id: MiniTileWhiteInnerNe - decals: - 1435: -5,-171 - - node: - color: '#A4610696' - id: MiniTileWhiteInnerNe - decals: - 912: 0,-282 - - node: - color: '#D381C996' - id: MiniTileWhiteInnerNe - decals: - 1019: 4,-302 - 1035: 7,-316 - - node: - color: '#52B4E996' - id: MiniTileWhiteInnerNw - decals: - 765: 5,-206 - 1388: -8,-310 - - node: - color: '#A4610696' - id: MiniTileWhiteInnerNw - decals: - 913: 7,-282 - - node: - color: '#D381C996' - id: MiniTileWhiteInnerNw - decals: - 995: -4,-301 - 1059: -4,-314 - 1065: -6,-318 - 1383: -7,-192 - - node: - color: '#52B4E996' - id: MiniTileWhiteInnerSe - decals: - 655: 1,-169 - - node: - color: '#52B4E9B4' - id: MiniTileWhiteInnerSe - decals: - 1434: -5,-169 - - node: - color: '#A4610696' - id: MiniTileWhiteInnerSe - decals: - 911: 0,-278 - - node: - color: '#DE3A3A96' - id: MiniTileWhiteInnerSe - decals: - 1191: -2.241021,-361.4977 - 1192: -2.4992852,-361.7559 - 1193: -2.7401419,-362.00235 - - node: - color: '#52B4E996' - id: MiniTileWhiteInnerSw - decals: - 637: 7,-177 - 766: 5,-191 - 1389: -8,-308 - - node: - color: '#A4610696' - id: MiniTileWhiteInnerSw - decals: - 910: 7,-278 - - node: - color: '#D381C996' - id: MiniTileWhiteInnerSw - decals: - 1384: -7,-190 - - node: - color: '#DE3A3A96' - id: MiniTileWhiteInnerSw - decals: - 1187: 2.7602181,-362.00235 - 1188: 2.5136933,-361.7559 - 1189: 2.2476032,-361.486 - 1190: 2.0089047,-361.2591 - - node: - color: '#334E6DC8' - id: MiniTileWhiteLineE - decals: - 0: 2,1 - 1: 2,2 - 35: 2,-3 - 36: 2,-4 - 42: 6,-6 - 43: 6,-7 - 44: 6,-8 - 45: 6,-9 - 46: 6,-10 - 47: 6,-11 - 48: 6,-12 - 71: -1,-11 - 920: 26,-306 - 921: 26,-307 - 922: 26,-308 - 923: 26,-309 - 924: 26,-310 - 932: 30,-308 - 983: 12,-308 - 984: 12,-307 - 985: 12,-309 - 1414: 2,-16 - 1415: 2,-17 - 1416: 2,-18 - - node: - color: '#52B4E996' - id: MiniTileWhiteLineE - decals: - 608: -2,-178 - 609: -2,-177 - 610: -2,-176 - 611: -2,-175 - 612: -2,-174 - 613: -2,-173 - 624: 8,-173 - 625: 8,-174 - 626: 8,-175 - 627: 8,-176 - 628: 8,-177 - 629: 8,-178 - 645: 5,-180 - 646: 1,-178 - 647: 1,-177 - 648: 1,-176 - 649: 1,-175 - 650: 1,-174 - 651: 1,-173 - 652: 1,-172 - 653: 1,-171 - 654: 1,-170 - 691: 3,-198 - 692: 3,-199 - 693: 3,-200 - 694: 3,-201 - 695: 3,-202 - 696: 3,-203 - 777: 1,-179 - 778: 1,-180 - - node: - color: '#52B4E9B4' - id: MiniTileWhiteLineE - decals: - 1430: -5,-170 - - node: - color: '#999453FF' - id: MiniTileWhiteLineE - decals: - 586: 7,-169 - 587: 7,-168 - 588: 7,-167 - - node: - color: '#9FED58CF' - id: MiniTileWhiteLineE - decals: - 1396: -4,-196 - - node: - color: '#9FED58DB' - id: MiniTileWhiteLineE - decals: - 666: -4,-197 - - node: - color: '#A4610696' - id: MiniTileWhiteLineE - decals: - 907: 0,-281 - 908: 0,-280 - 909: 0,-279 - - node: - color: '#D381C996' - id: MiniTileWhiteLineE - decals: - 997: -3,-301 - 998: -3,-302 - 999: -3,-303 - 1000: -3,-304 - 1001: -3,-305 - 1008: 4,-301 - 1012: 7,-303 - 1013: 7,-304 - 1029: 7,-312 - 1030: 7,-313 - 1031: 7,-314 - 1032: 7,-315 - 1048: -3,-319 - 1049: -3,-318 - 1050: -3,-317 - 1051: -3,-316 - 1052: -3,-315 - 1053: -3,-314 - 1054: -3,-313 - - node: - color: '#DE3A3A96' - id: MiniTileWhiteLineE - decals: - 1182: -3,-363 - 1183: -3,-364 - 1184: -3,-365 - 1185: -3,-366 - 1186: -3,-367 - 1201: 1,-364 - 1202: 1,-365 - 1203: 1,-366 - - node: - color: '#334E6DC8' - id: MiniTileWhiteLineN - decals: - 37: 3,-5 - 38: 4,-5 - 39: 5,-5 - 75: -3,-10 - 76: -2,-10 - 80: 1,-15 - 931: 29,-307 - - node: - color: '#52B4E996' - id: MiniTileWhiteLineN - decals: - 640: 4,-172 - 641: 5,-172 - 642: 6,-172 - 643: 7,-172 - 688: 0,-197 - 689: 1,-197 - 690: 2,-197 - 758: 4,-206 - 759: 3,-206 - 760: 1,-206 - 761: 2,-206 - 762: 0,-206 - 763: -1,-206 - 779: 4,-179 - 1387: -9,-310 - - node: - color: '#52B4E9B4' - id: MiniTileWhiteLineN - decals: - 1431: -4,-171 - 1432: -3,-171 - 1433: -2,-171 - - node: - color: '#999453FF' - id: MiniTileWhiteLineN - decals: - 595: 4,-166 - 596: 5,-166 - 597: 6,-166 - - node: - color: '#9FED58CF' - id: MiniTileWhiteLineN - decals: - 1395: -5,-195 - - node: - color: '#A4610696' - id: MiniTileWhiteLineN - decals: - 873: 0,-277 - 874: 1,-277 - 875: 2,-277 - 876: 3,-277 - 877: 4,-277 - 878: 5,-277 - 879: 6,-277 - 880: 7,-277 - 881: 8,-277 - 889: 1,-282 - 890: 2,-282 - 891: 3,-282 - 892: 4,-282 - 893: 5,-282 - 894: 6,-282 - 919: 5,-285 - - node: - color: '#D381C996' - id: MiniTileWhiteLineN - decals: - 1009: 5,-302 - 1010: 6,-302 - 1020: 4,-311 - 1021: 5,-311 - 1022: 6,-311 - 1041: -8,-318 - 1058: -5,-314 - 1064: -7,-318 - 1282: -5,-301 - 1283: -6,-301 - 1380: -8,-192 - - node: - color: '#DE3A3A96' - id: MiniTileWhiteLineN - decals: - 1199: 0,-363 - - node: - color: '#334E6DC8' - id: MiniTileWhiteLineS - decals: - 50: 5,-13 - 51: 4,-13 - 52: 3,-13 - 53: 2,-13 - 73: -2,-12 - 74: -3,-12 - 930: 29,-309 - - node: - color: '#52B4E996' - id: MiniTileWhiteLineS - decals: - 633: 6,-177 - 634: 5,-177 - 635: 4,-177 - 656: 2,-169 - 685: 0,-204 - 686: 1,-204 - 687: 2,-204 - 752: 4,-191 - 753: 3,-191 - 754: 2,-191 - 755: 1,-191 - 756: 0,-191 - 757: -1,-191 - 1385: -9,-308 - - node: - color: '#52B4E9B4' - id: MiniTileWhiteLineS - decals: - 1427: -2,-169 - 1428: -3,-169 - 1429: -4,-169 - - node: - color: '#999453FF' - id: MiniTileWhiteLineS - decals: - 592: 4,-170 - 593: 5,-170 - 594: 6,-170 - - node: - color: '#9FED58DB' - id: MiniTileWhiteLineS - decals: - 663: -5,-198 - - node: - color: '#A4610696' - id: MiniTileWhiteLineS - decals: - 864: 0,-283 - 865: 1,-283 - 866: 2,-283 - 867: 3,-283 - 868: 4,-283 - 869: 5,-283 - 870: 6,-283 - 871: 7,-283 - 872: 8,-283 - 895: 1,-278 - 896: 2,-278 - 897: 3,-278 - 898: 4,-278 - 899: 5,-278 - 900: 6,-278 - 918: 5,-286 - - node: - color: '#D381C996' - id: MiniTileWhiteLineS - decals: - 988: -6,-306 - 989: -5,-306 - 990: -4,-306 - 1014: 4,-305 - 1015: 5,-305 - 1016: 6,-305 - 1023: 4,-317 - 1024: 5,-317 - 1025: 6,-317 - 1026: 7,-317 - 1042: -8,-320 - 1043: -7,-320 - 1044: -6,-320 - 1045: -5,-320 - 1046: -4,-320 - 1381: -8,-190 - - node: - color: '#DE3A3A96' - id: MiniTileWhiteLineS - decals: - 1206: 0,-367 - - node: - color: '#334E6DC8' - id: MiniTileWhiteLineW - decals: - 2: -2,2 - 24: 1,-10 - 25: 1,-9 - 26: 1,-8 - 27: 1,-6 - 28: 1,-5 - 29: 1,-4 - 66: 1,-12 - 68: -4,-11 - 929: 28,-308 - - node: - color: '#52B4E996' - id: MiniTileWhiteLineW - decals: - 614: -5,-178 - 615: -5,-177 - 616: -5,-176 - 617: -5,-175 - 618: -5,-174 - 619: -5,-173 - 620: 3,-176 - 621: 3,-175 - 622: 3,-174 - 623: 3,-173 - 632: 7,-178 - 679: -1,-198 - 680: -1,-199 - 681: -1,-200 - 682: -1,-201 - 683: -1,-203 - 684: -1,-202 - 739: 5,-204 - 740: 5,-203 - 741: 5,-202 - 742: 5,-201 - 743: 5,-200 - 744: 5,-199 - 745: 5,-198 - 746: 5,-197 - 747: 5,-196 - 748: 5,-195 - 749: 5,-194 - 750: 5,-193 - 751: 5,-192 - 764: 5,-205 - 1386: -8,-309 - - node: - color: '#999453FF' - id: MiniTileWhiteLineW - decals: - 589: 3,-169 - 590: 3,-168 - 591: 3,-167 - - node: - color: '#9FED58CF' - id: MiniTileWhiteLineW - decals: - 1397: -6,-196 - - node: - color: '#9FED58DB' - id: MiniTileWhiteLineW - decals: - 667: -6,-197 - - node: - color: '#A4610696' - id: MiniTileWhiteLineW - decals: - 882: -1,-278 - 883: -1,-279 - 884: -1,-280 - 885: -1,-281 - 886: -1,-282 - 904: 7,-281 - 905: 7,-280 - 906: 7,-279 - - node: - color: '#D381C996' - id: MiniTileWhiteLineW - decals: - 992: -7,-305 - 993: -7,-304 - 1002: 3,-304 - 1003: 3,-303 - 1004: 3,-302 - 1005: 3,-301 - 1037: 3,-312 - 1038: 3,-316 - 1039: -9,-319 - 1057: -4,-313 - 1061: -6,-315 - 1062: -6,-316 - 1063: -6,-317 - 1285: -7,-302 - 1286: -7,-303 - 1382: -7,-191 - - node: - color: '#DE3A3A96' - id: MiniTileWhiteLineW - decals: - 1177: 3,-367 - 1178: 3,-366 - 1179: 3,-365 - 1180: 3,-364 - 1181: 3,-363 - 1195: -1,-366 - 1196: -1,-365 - 1197: -1,-364 - - node: - color: '#639137FF' - id: QuarterTileOverlayGreyscale180 - decals: - 321: -8,-88 - 322: -8,-87 - 323: -8,-86 - 327: -9,-90 - 328: -8,-90 - 329: -7,-90 - - node: - color: '#639137FF' - id: QuarterTileOverlayGreyscale90 - decals: - 324: -9,-84 - 325: -8,-84 - 326: -7,-84 - - node: - color: '#FFFFFFFF' - id: Rock02 - decals: - 198: 3.4198463,-40.51108 - - node: - angle: -1.5707963267948966 rad - color: '#FFFFFFFF' - id: StandClear - decals: - 105: 6,-37 - 106: 6,-44 - 1107: -3,-114 - - node: - color: '#FFFFFFFF' - id: StandClear - decals: - 573: 0,-153 - 574: 0,-136 - 575: 0,-126 - 576: 0,-109 - 577: 0,-99 - 578: 0,-82 - 579: 0,-45 - 580: 0,-28 - 581: 0,-18 - 1252: 0,-163 - 1253: 0,-180 - 1254: 0,-190 - 1255: 0,-207 - 1256: 0,-244 - 1257: 0,-261 - 1258: 0,-271 - 1259: 0,-288 - - node: - angle: 1.5707963267948966 rad - color: '#FFFFFFFF' - id: StandClear - decals: - 107: -6,-32 - 108: -6,-30 - 1326: -2,-255 - - node: - color: '#D381C996' - id: WarnCornerGreyscaleNE - decals: - 1072: -8,-314 - - node: - color: '#DE3A3A96' - id: WarnCornerGreyscaleNE - decals: - 1167: -4,-356 - - node: - color: '#334E6DC8' - id: WarnCornerGreyscaleNW - decals: - 5: -1,3 - - node: - color: '#D381C996' - id: WarnCornerGreyscaleNW - decals: - 1073: -10,-314 - - node: - color: '#DE3A3A96' - id: WarnCornerGreyscaleNW - decals: - 1165: -6,-357 - 1166: -5,-356 - 1168: -7,-358 - - node: - color: '#334E6DC8' - id: WarnCornerGreyscaleSE - decals: - 6: 1,2 - - node: - color: '#D381C996' - id: WarnCornerGreyscaleSE - decals: - 1070: -8,-316 - - node: - color: '#DE3A3A96' - id: WarnCornerGreyscaleSE - decals: - 1172: -4,-359 - - node: - color: '#334E6DC8' - id: WarnCornerGreyscaleSW - decals: - 7: -1,2 - - node: - color: '#D381C996' - id: WarnCornerGreyscaleSW - decals: - 1071: -10,-316 - - node: - color: '#DE3A3A96' - id: WarnCornerGreyscaleSW - decals: - 1169: -7,-359 - - node: - color: '#FFFFFFFF' - id: WarnCornerNE - decals: - 940: 4,-313 - - node: - color: '#FFFFFFFF' - id: WarnCornerSE - decals: - 942: 4,-315 - - node: - color: '#9FED5896' - id: WarnCornerSmallGreyscaleNE - decals: - 937: 20,-310 - - node: - color: '#9FED5896' - id: WarnCornerSmallGreyscaleNW - decals: - 1398: 24,-310 - - node: - color: '#DE3A3A96' - id: WarnCornerSmallGreyscaleNW - decals: - 15: -3,-4 - 1175: -6,-358 - 1176: -5,-357 - - node: - color: '#9FED5896' - id: WarnCornerSmallGreyscaleSE - decals: - 936: 20,-306 - - node: - color: '#9FED5896' - id: WarnCornerSmallGreyscaleSW - decals: - 938: 24,-306 - - node: - color: '#DE3A3A96' - id: WarnCornerSmallGreyscaleSW - decals: - 14: -3,-2 - - node: - color: '#DE3A3A96' - id: WarnFullGreyscale - decals: - 10: -4,-3 - - node: - color: '#FFFFFFFF' - id: WarnLineE - decals: - 118: -1,-22 - 119: -1,-23 - 120: -1,-24 - 169: -1,-51 - 170: -1,-50 - 171: -1,-49 - 943: 4,-314 - 944: 1,-315 - 945: 1,-314 - 946: 1,-313 - - node: - color: '#9FED5896' - id: WarnLineGreyscaleE - decals: - 934: 20,-309 - 935: 20,-307 - - node: - color: '#D381C996' - id: WarnLineGreyscaleE - decals: - 1068: -8,-315 - - node: - color: '#DE3A3A96' - id: WarnLineGreyscaleE - decals: - 1173: -4,-358 - 1174: -4,-357 - - node: - color: '#334E6DC8' - id: WarnLineGreyscaleN - decals: - 8: 0,3 - 55: -1,-6 - 56: -2,-6 - 57: -3,-6 - 58: -4,-6 - - node: - color: '#D381C996' - id: WarnLineGreyscaleN - decals: - 1069: -9,-314 - - node: - color: '#DE3A3A96' - id: WarnLineGreyscaleN - decals: - 11: -4,-4 - 20: -4,-2 - 21: -3,-2 - 22: -2,-2 - 23: -1,-2 - - node: - color: '#EFB34196' - id: WarnLineGreyscaleN - decals: - 1318: 13,-257 - 1319: 12,-257 - 1320: 11,-257 - 1321: 10,-257 - - node: - color: '#334E6DC8' - id: WarnLineGreyscaleS - decals: - 9: 0,2 - 59: -4,-8 - 60: -3,-8 - 61: -2,-8 - 62: -1,-8 - - node: - color: '#D381C996' - id: WarnLineGreyscaleS - decals: - 1066: -9,-316 - - node: - color: '#DE3A3A96' - id: WarnLineGreyscaleS - decals: - 13: -4,-2 - 16: -4,-4 - 17: -3,-4 - 18: -2,-4 - 19: -1,-4 - 1170: -6,-359 - 1171: -5,-359 - - node: - color: '#EFB34196' - id: WarnLineGreyscaleS - decals: - 1322: 10,-249 - 1323: 11,-249 - 1324: 12,-249 - 1325: 13,-249 - - node: - color: '#334E6DC8' - id: WarnLineGreyscaleW - decals: - 30: 1,-3 - 31: 1,-7 - 32: 1,-11 - - node: - color: '#9FED5896' - id: WarnLineGreyscaleW - decals: - 933: 24,-307 - 1392: 24,-309 - - node: - color: '#D381C996' - id: WarnLineGreyscaleW - decals: - 1067: -10,-315 - - node: - color: '#DE3A3A96' - id: WarnLineGreyscaleW - decals: - 12: -3,-3 - - node: - color: '#FFFFFFFF' - id: WarnLineN - decals: - 941: 3,-315 - - node: - color: '#FFFFFFFF' - id: WarnLineS - decals: - 115: 1,-24 - 116: 1,-23 - 117: 1,-22 - 172: 1,-51 - 173: 1,-50 - 177: 1,-49 - - node: - color: '#FFFFFFFF' - id: WarnLineW - decals: - 939: 3,-313 - - node: - color: '#FFFFFFFF' - id: WoodTrimThinCornerNe - decals: - 226: -1,-59 - 241: -1,-67 - - node: - color: '#FFFFFFFF' - id: WoodTrimThinCornerNw - decals: - 222: -6,-59 - 259: -2,-62 - - node: - color: '#FFFFFFFF' - id: WoodTrimThinCornerSe - decals: - 208: -1,-68 - 254: -1,-60 - - node: - color: '#FFFFFFFF' - id: WoodTrimThinCornerSw - decals: - 213: -6,-68 - 256: -2,-65 - - node: - color: '#FFFFFFFF' - id: WoodTrimThinInnerNe - decals: - 79: -5,1 - 244: -4,-67 - 273: -2,-65 - 276: -1,-64 - 280: 0,-63 - 283: 0,-58 - - node: - color: '#FFFFFFFF' - id: WoodTrimThinInnerNw - decals: - 237: 1,-70 - 261: 0,-62 - 274: 1,-65 - 275: 0,-64 - 281: -1,-63 - - node: - color: '#FFFFFFFF' - id: WoodTrimThinInnerSe - decals: - 251: -4,-60 - 272: -2,-62 - 278: -1,-63 - 279: 0,-64 - 284: 0,-69 - - node: - color: '#FFFFFFFF' - id: WoodTrimThinInnerSw - decals: - 230: 1,-57 - 262: 0,-65 - 271: 1,-62 - 277: 0,-63 - 282: -1,-64 - - node: - color: '#FFFFFFFF' - id: WoodTrimThinLineE - decals: - 77: -5,2 - 245: -4,-66 - 246: -4,-65 - 247: -4,-64 - 248: -4,-63 - 249: -4,-62 - 250: -4,-61 - 265: -2,-64 - 266: -2,-63 - 486: -7,-111 - 487: -7,-110 - 488: -7,-109 - 489: -7,-108 - 493: 2,-122 - 494: 2,-121 - 495: 2,-120 - 523: -4,-145 - 524: -4,-146 - 525: -4,-147 - 526: -4,-149 - 527: -4,-148 - 528: -4,-143 - 529: -4,-142 - 530: -4,-141 - 531: -4,-140 - 532: -4,-139 - - node: - color: '#FFFFFFFF' - id: WoodTrimThinLineN - decals: - 78: -4,1 - 223: -5,-59 - 224: -4,-59 - 225: -2,-59 - 234: -2,-70 - 235: -1,-70 - 236: 0,-70 - 242: -2,-67 - 243: -3,-67 - 260: -1,-62 - 263: -1,-65 - 264: 0,-65 - 450: -9,-125 - 451: -7,-125 - 452: -8,-125 - 453: -9,-122 - 454: -8,-122 - 455: -7,-122 - 456: -9,-119 - 457: -8,-119 - 458: -7,-119 - 459: -9,-116 - 460: -8,-116 - 461: -7,-116 - 462: -9,-113 - 463: -8,-113 - 464: -7,-113 - - node: - color: '#FFFFFFFF' - id: WoodTrimThinLineS - decals: - 209: -2,-68 - 210: -4,-68 - 211: -3,-68 - 212: -5,-68 - 231: 0,-57 - 232: -1,-57 - 233: -2,-57 - 252: -3,-60 - 253: -2,-60 - 255: -1,-65 - 267: -1,-62 - 268: 0,-62 - 434: -9,-114 - 435: -8,-114 - 436: -7,-114 - 437: -9,-117 - 438: -8,-117 - 439: -7,-117 - 440: -7,-120 - 441: -7,-120 - 442: -8,-120 - 443: -9,-120 - 444: -9,-123 - 445: -8,-123 - 446: -7,-123 - 447: -9,-126 - 448: -8,-126 - 449: -7,-126 - - node: - color: '#FFFFFFFF' - id: WoodTrimThinLineW - decals: - 214: -6,-67 - 215: -6,-66 - 216: -6,-65 - 217: -6,-64 - 218: -6,-63 - 219: -6,-62 - 220: -6,-61 - 221: -6,-60 - 227: 1,-60 - 228: 1,-59 - 229: 1,-58 - 238: 1,-69 - 239: 1,-68 - 240: 1,-67 - 257: -2,-64 - 258: -2,-63 - 269: 1,-63 - 270: 1,-64 - 482: -9,-111 - 483: -9,-110 - 484: -9,-109 - 485: -9,-108 - 490: -2,-122 - 491: -2,-121 - 492: -2,-120 - 533: -6,-139 - 534: -6,-140 - 535: -6,-141 - 536: -6,-142 - 537: -6,-143 - 538: -6,-144 - 539: -6,-145 - 540: -6,-146 - 541: -6,-147 - 542: -6,-148 - 543: -6,-149 - - node: - color: '#DE3A3AFF' - id: beepsky - decals: - 81: -4.4580507,0.2616589 - - node: - color: '#571212FF' - id: body - decals: - 82: -5.235928,0.007035017 - - node: - color: '#FFFFFFFF' - id: guy - decals: - 1106: 4.9812827,-108.55144 - - node: - color: '#FFFFFFFF' - id: skull - decals: - 1358: -7.134697,-145.81009 - - type: GridAtmosphere - version: 2 - data: - tiles: - 0,0: - 0: 65535 - 0,-1: - 0: 65535 - -1,0: - 0: 65535 - 0,1: - 0: 143 - 1,0: - 0: 65535 - 1,1: - 0: 45879 - 0,-4: - 0: 65535 - 0,-3: - 0: 65535 - 0,-2: - 0: 65535 - 1,-4: - 0: 65535 - 1,-3: - 0: 65535 - 1,-2: - 0: 65535 - 1,-1: - 0: 65535 - 2,-4: - 0: 4991 - 2,-1: - 0: 55799 - -2,0: - 0: 61439 - -2,1: - 0: 47500 - -1,1: - 0: 4415 - -2,-4: - 0: 65535 - -2,-1: - 0: 65535 - -2,-3: - 0: 65535 - -2,-2: - 0: 65262 - -1,-4: - 0: 65535 - -1,-3: - 0: 65535 - -1,-2: - 0: 65535 - -1,-1: - 0: 65535 - 0,-6: - 0: 63351 - 0,-5: - 0: 65535 - 1,-6: - 0: 63351 - 1,-5: - 0: 65535 - 2,-5: - 0: 63281 - -2,-5: - 0: 65535 - -2,-6: - 0: 60620 - -1,-6: - 0: 64989 - -1,-5: - 0: 65535 - 2,-2: - 0: 4096 - -3,-4: - 0: 2184 - 0,-8: - 0: 65535 - 0,-7: - 0: 65535 - 1,-8: - 0: 65535 - 1,-7: - 0: 32767 - 2,-8: - 0: 63281 - -3,-5: - 0: 34944 - -2,-8: - 0: 65535 - -2,-7: - 0: 52974 - -1,-8: - 0: 65535 - -1,-7: - 0: 65535 - 0,-12: - 0: 65535 - 0,-11: - 0: 65535 - 0,-10: - 0: 65535 - 0,-9: - 0: 65535 - 1,-12: - 0: 65399 - 1,-11: - 0: 65535 - 1,-10: - 0: 65535 - 1,-9: - 0: 65535 - 2,-12: - 0: 4096 - 2,-11: - 0: 17 - 2,-10: - 0: 4352 - 2,-9: - 0: 4097 - -2,-12: - 0: 65228 - -2,-11: - 0: 61183 - -2,-10: - 0: 65518 - -2,-9: - 0: 65263 - -1,-12: - 0: 65535 - -1,-11: - 0: 65535 - -1,-10: - 0: 65535 - -1,-9: - 0: 65535 - -2,-16: - 0: 65535 - -2,-15: - 0: 65535 - -2,-14: - 0: 61167 - -2,-13: - 0: 34952 - -1,-16: - 0: 65535 - -1,-15: - 0: 65535 - -1,-14: - 0: 65535 - -1,-13: - 0: 52430 - 0,-16: - 0: 65535 - 0,-15: - 0: 65535 - 0,-14: - 0: 65535 - 0,-13: - 0: 30591 - 1,-16: - 0: 65535 - 1,-15: - 0: 65535 - 1,-14: - 0: 32767 - 1,-13: - 0: 30583 - 2,-15: - 0: 65329 - 2,-14: - 0: 63 - 0,-20: - 0: 30719 - 0,-19: - 0: 65527 - 0,-18: - 0: 65535 - 0,-17: - 0: 65535 - 1,-20: - 0: 30583 - 1,-19: - 0: 65399 - 1,-18: - 0: 65535 - 1,-17: - 0: 65535 - 2,-18: - 0: 65535 - 2,-17: - 0: 319 - -2,-18: - 0: 65535 - -2,-17: - 0: 65535 - -2,-19: - 0: 61164 - -2,-20: - 0: 52428 - -1,-20: - 0: 56831 - -1,-19: - 0: 65533 - -1,-18: - 0: 65535 - -1,-17: - 0: 65535 - 0,-24: - 0: 65535 - 0,-23: - 0: 65535 - 0,-22: - 0: 65535 - 0,-21: - 0: 65535 - 1,-24: - 0: 65535 - 1,-23: - 0: 65535 - 1,-22: - 0: 65535 - 1,-21: - 0: 65535 - -3,-23: - 0: 60544 - -3,-22: - 0: 65262 - -3,-24: - 0: 2255 - -3,-21: - 0: 2303 - -2,-24: - 0: 14335 - 1: 51200 - -2,-23: - 0: 65395 - 1: 140 - -2,-22: - 0: 65535 - -2,-21: - 0: 61439 - -1,-24: - 0: 36095 - 1: 29440 - -1,-23: - 1: 55 - 0: 65480 - -1,-22: - 0: 65535 - -1,-21: - 0: 65535 - -3,-28: - 0: 53247 - -3,-27: - 0: 204 - -3,-25: - 0: 64712 - -2,-28: - 0: 65535 - -2,-27: - 0: 53247 - -2,-25: - 0: 65535 - -2,-26: - 0: 52428 - -1,-28: - 0: 65535 - -1,-27: - 0: 57343 - -1,-26: - 0: 65501 - -1,-25: - 0: 65535 - 0,-28: - 0: 65535 - 0,-27: - 0: 32767 - 0,-26: - 0: 65399 - 0,-25: - 0: 65535 - 1,-28: - 0: 65535 - 1,-27: - 0: 30719 - 1,-26: - 0: 63351 - 1,-25: - 0: 65535 - -3,-32: - 0: 64704 - -3,-31: - 0: 52479 - -3,-30: - 0: 52428 - -3,-29: - 0: 52428 - -2,-32: - 0: 65535 - -2,-31: - 0: 65535 - -2,-30: - 0: 65535 - -2,-29: - 0: 65535 - -1,-32: - 0: 65535 - -1,-31: - 0: 65535 - -1,-30: - 0: 65535 - -1,-29: - 0: 65535 - 0,-32: - 0: 65535 - 0,-31: - 0: 65535 - 0,-30: - 0: 65535 - 0,-29: - 0: 65535 - 1,-32: - 0: 65527 - 1,-31: - 0: 65535 - 1,-30: - 0: 65535 - 1,-29: - 0: 65535 - 2,-30: - 0: 30583 - 2,-29: - 0: 30583 - -2,-36: - 0: 65535 - -2,-35: - 0: 65535 - -2,-34: - 0: 65535 - -2,-33: - 0: 64719 - -1,-36: - 0: 65535 - -1,-35: - 0: 65535 - -1,-34: - 0: 65535 - -1,-33: - 0: 64989 - 0,-36: - 0: 65535 - 0,-35: - 0: 65535 - 0,-34: - 0: 65535 - 0,-33: - 0: 63351 - 1,-36: - 0: 65535 - 1,-35: - 0: 65535 - 1,-34: - 0: 32767 - 1,-33: - 0: 30583 - 2,-36: - 0: 65523 - 2,-35: - 0: 13107 - 2,-34: - 0: 19 - -2,-39: - 0: 65535 - -2,-38: - 0: 65535 - -2,-37: - 0: 65535 - -2,-40: - 0: 65484 - -1,-39: - 0: 65535 - -1,-38: - 0: 65535 - -1,-37: - 0: 65535 - -1,-40: - 0: 56799 - 0,-40: - 0: 30591 - 0,-39: - 0: 65535 - 0,-38: - 0: 65535 - 0,-37: - 0: 65535 - 1,-39: - 0: 65527 - 1,-38: - 0: 65535 - 1,-37: - 0: 65535 - 1,-40: - 0: 30583 - 2,-39: - 0: 12560 - 2,-38: - 0: 16383 - 2,-37: - 0: 13107 - -3,-44: - 0: 36079 - -3,-43: - 0: 62344 - -2,-44: - 0: 65535 - -2,-43: - 0: 65535 - -2,-42: - 0: 65535 - -2,-41: - 0: 53247 - -1,-44: - 0: 65535 - -1,-43: - 0: 65535 - -1,-42: - 0: 65535 - -1,-41: - 0: 65535 - 0,-44: - 0: 65535 - 0,-43: - 0: 65535 - 0,-42: - 0: 65535 - 0,-41: - 0: 65535 - 1,-44: - 0: 65535 - 1,-43: - 0: 65535 - 1,-42: - 0: 65535 - 1,-41: - 0: 65535 - 2,-44: - 0: 13183 - 2,-43: - 0: 4403 - 2,-42: - 0: 4369 - 0,-46: - 0: 65527 - 0,-45: - 0: 65535 - 1,-46: - 0: 65394 - 1,-45: - 0: 65535 - 2,-46: - 0: 4096 - 2,-45: - 0: 62259 - -3,-45: - 0: 63624 - -2,-46: - 0: 65228 - -2,-45: - 0: 65535 - -1,-46: - 0: 65533 - -1,-45: - 0: 65535 - 0,-48: - 0: 65535 - 0,-47: - 0: 30719 - 1,-48: - 0: 65535 - 1,-47: - 0: 8823 - -2,-48: - 0: 65535 - -2,-47: - 0: 52428 - -1,-48: - 0: 65535 - -1,-47: - 0: 56831 - -2,-51: - 0: 65263 - -2,-50: - 0: 65535 - -2,-49: - 0: 65535 - -2,-52: - 0: 65262 - -1,-52: - 0: 65535 - -1,-51: - 0: 65535 - -1,-50: - 0: 65535 - -1,-49: - 0: 65535 - 0,-52: - 0: 65535 - 0,-51: - 0: 65535 - 0,-50: - 0: 65535 - 0,-49: - 0: 65535 - 1,-52: - 0: 65535 - 1,-51: - 0: 65535 - 1,-50: - 0: 65535 - 1,-49: - 0: 65535 - 2,-51: - 0: 65535 - 2,-50: - 0: 65535 - 2,-49: - 0: 65535 - -3,-56: - 0: 61030 - -3,-55: - 0: 17476 - -2,-56: - 0: 64319 - -2,-55: - 0: 11195 - -2,-53: - 0: 51336 - -2,-54: - 0: 34952 - -1,-56: - 0: 65503 - -1,-55: - 0: 57343 - -1,-54: - 0: 53245 - -1,-53: - 0: 65228 - 0,-56: - 0: 65535 - 0,-55: - 0: 32767 - 0,-54: - 0: 32759 - 0,-53: - 0: 65399 - 1,-56: - 0: 65535 - 1,-55: - 0: 40959 - 1,-54: - 0: 9011 - 1,-53: - 0: 61986 - 2,-56: - 0: 65501 - 2,-55: - 0: 341 - -3,-58: - 0: 60996 - -3,-57: - 0: 26214 - -2,-59: - 0: 45704 - -2,-58: - 0: 49083 - -2,-57: - 0: 13299 - -2,-60: - 0: 34952 - -1,-60: - 0: 64716 - -1,-59: - 0: 64989 - -1,-58: - 0: 65535 - -1,-57: - 0: 56829 - 0,-60: - 0: 63351 - 0,-59: - 0: 63351 - 0,-58: - 0: 65535 - 0,-57: - 0: 30711 - 1,-60: - 0: 12834 - 1,-59: - 0: 47411 - 1,-58: - 0: 49083 - 1,-57: - 0: 39417 - 2,-59: - 0: 4096 - 2,-58: - 0: 65365 - 2,-57: - 0: 56797 - -3,-64: - 0: 65535 - -3,-63: - 0: 65535 - -3,-62: - 0: 65535 - -3,-61: - 0: 17663 - -2,-64: - 0: 65535 - -2,-63: - 0: 65535 - -2,-62: - 0: 65535 - -2,-61: - 0: 36095 - -1,-64: - 0: 65535 - -1,-63: - 0: 65535 - -1,-62: - 0: 65535 - -1,-61: - 0: 61439 - 0,-64: - 0: 65535 - 0,-63: - 0: 65535 - 0,-62: - 0: 65535 - 0,-61: - 0: 65535 - 1,-64: - 0: 65535 - 1,-63: - 0: 65535 - 1,-62: - 0: 65535 - 1,-61: - 0: 12287 - 2,-64: - 0: 65535 - 2,-63: - 0: 65535 - 2,-62: - 0: 65535 - 2,-61: - 0: 511 - 3,-64: - 0: 65535 - 3,-63: - 0: 65535 - 3,-62: - 0: 65535 - 3,-61: - 0: 65535 - -3,-66: - 0: 65476 - -3,-65: - 0: 65535 - -2,-66: - 0: 65532 - -2,-65: - 0: 65535 - -2,-67: - 0: 34952 - -1,-66: - 0: 65535 - -1,-65: - 0: 65535 - -1,-67: - 0: 60622 - 0,-67: - 0: 63359 - 0,-66: - 0: 65535 - 0,-65: - 0: 65535 - 1,-66: - 0: 65527 - 1,-65: - 0: 65535 - 1,-67: - 0: 30583 - 2,-66: - 0: 65328 - 2,-65: - 0: 65535 - 3,-66: - 0: 65501 - 3,-65: - 0: 65535 - 4,-64: - 0: 65535 - 4,-63: - 0: 65535 - 4,-62: - 0: 65535 - 4,-61: - 0: 65535 - 5,-64: - 0: 65535 - 5,-63: - 0: 65535 - 5,-62: - 0: 65535 - 5,-61: - 0: 65535 - 4,-66: - 0: 65535 - 4,-65: - 0: 65535 - 5,-66: - 0: 65535 - 5,-65: - 0: 65535 - 3,-68: - 0: 20736 - 3,-67: - 0: 64991 - 4,-67: - 0: 65535 - 4,-68: - 0: 43008 - 3,-36: - 0: 65535 - 3,-35: - 0: 65535 - 3,-34: - 0: 34958 - 3,-40: - 0: 61439 - 3,-39: - 0: 65535 - 3,-38: - 0: 65535 - 3,-37: - 0: 65535 - 2,-41: - 0: 4095 - 3,-42: - 0: 63744 - 3,-41: - 0: 65535 - -4,-64: - 0: 65535 - -4,-63: - 0: 65535 - -4,-62: - 0: 65535 - -4,-61: - 0: 65535 - -4,-66: - 0: 65535 - -4,-65: - 0: 65535 - -3,-68: - 0: 17612 - -2,-68: - 0: 61439 - -1,-68: - 0: 65535 - 0,-68: - 0: 65535 - 1,-68: - 0: 32767 - 4,-36: - 0: 30583 - 4,-35: - 0: 30583 - 4,-34: - 0: 3 - 4,-40: - 0: 14199 - 4,-39: - 0: 30583 - 4,-38: - 0: 30583 - 4,-37: - 0: 30583 - 4,-42: - 0: 30564 - 4,-41: - 0: 30719 - 4,-43: - 0: 16520 - -6,-65: - 0: 58082 - 2: 3084 - -6,-66: - 0: 8942 - 2: 52224 - -5,-66: - 0: 61183 - 2: 4352 - -5,-65: - 2: 257 - 0: 65278 - -6,-64: - 0: 58082 - 2: 3084 - -6,-63: - 3: 12 - 0: 52450 - -6,-62: - 0: 52428 - -6,-61: - 0: 8 - -5,-64: - 2: 257 - 0: 65278 - -5,-63: - 3: 1 - 0: 65534 - -5,-62: - 0: 65535 - -5,-61: - 0: 61183 - -4,-78: - 0: 51200 - -4,-77: - 0: 52428 - -3,-78: - 0: 65524 - -3,-77: - 0: 65535 - -3,-80: - 0: 65484 - -3,-79: - 0: 65535 - -2,-80: - 0: 65535 - -2,-79: - 0: 65535 - -2,-78: - 0: 65535 - -2,-77: - 0: 65535 - -1,-80: - 0: 65535 - -1,-79: - 0: 65535 - -1,-78: - 0: 65535 - -1,-77: - 0: 65535 - 0,-80: - 0: 65535 - 0,-79: - 0: 65535 - 0,-78: - 0: 65535 - 0,-77: - 0: 65535 - 1,-80: - 0: 65535 - 1,-79: - 0: 65535 - 1,-78: - 0: 65535 - 1,-77: - 0: 65535 - 2,-80: - 0: 65535 - 2,-79: - 0: 65535 - 2,-78: - 0: 65535 - 2,-77: - 0: 32767 - 3,-80: - 0: 4095 - 3,-79: - 0: 4095 - 3,-78: - 0: 62208 - 3,-77: - 0: 1023 - 0,-72: - 0: 65535 - 0,-71: - 0: 65535 - 0,-70: - 0: 65535 - 0,-69: - 0: 65535 - 1,-72: - 0: 65535 - 1,-71: - 0: 65535 - 1,-70: - 0: 65535 - 1,-69: - 0: 65535 - 2,-72: - 0: 13107 - 2,-71: - 0: 65527 - 2,-70: - 0: 65535 - 2,-69: - 0: 311 - -3,-69: - 0: 52428 - -3,-70: - 0: 50244 - -2,-72: - 0: 65535 - -2,-71: - 0: 61439 - -2,-70: - 0: 65518 - -2,-69: - 0: 65535 - -1,-72: - 0: 65535 - -1,-71: - 0: 65535 - -1,-70: - 0: 65535 - -1,-69: - 0: 65535 - 0,-76: - 0: 65535 - 0,-75: - 0: 65535 - 0,-74: - 0: 30719 - 0,-73: - 0: 65527 - 1,-76: - 0: 65535 - 1,-75: - 0: 65535 - 1,-74: - 0: 30591 - 1,-73: - 0: 65527 - 2,-76: - 0: 65399 - 2,-75: - 0: 65535 - 2,-73: - 0: 12544 - 3,-76: - 0: 65280 - 3,-75: - 0: 65295 - -4,-76: - 0: 34952 - -4,-75: - 0: 35071 - -3,-76: - 0: 16383 - 1: 49152 - -3,-75: - 0: 52467 - 1: 12 - -2,-76: - 0: 65535 - -2,-75: - 0: 65535 - -2,-73: - 0: 65224 - -2,-74: - 0: 35022 - -1,-76: - 0: 65535 - -1,-75: - 0: 65535 - -1,-74: - 0: 52479 - -1,-73: - 0: 65532 - -3,-81: - 0: 49152 - -2,-81: - 0: 64716 - -1,-81: - 0: 65533 - 0,-81: - 0: 65527 - 1,-81: - 0: 63346 - 4,-80: - 0: 53247 - 4,-79: - 0: 36863 - 4,-78: - 0: 65516 - 4,-77: - 0: 61439 - 5,-80: - 0: 65521 - 5,-79: - 0: 65535 - 5,-78: - 0: 65535 - 5,-77: - 0: 65535 - 6,-80: - 0: 65393 - 6,-79: - 0: 12671 - 6,-78: - 0: 65527 - 6,-77: - 0: 65535 - 7,-78: - 0: 65314 - 7,-77: - 0: 12287 - 4,-76: - 0: 65420 - 4,-75: - 0: 65487 - 5,-76: - 0: 65535 - 5,-75: - 0: 65535 - 5,-74: - 0: 1531 - 6,-76: - 0: 28983 - 6,-75: - 0: 32767 - 6,-74: - 0: 371 - 7,-76: - 0: 26146 - 5,-81: - 0: 4096 - -2,-84: - 0: 65535 - -2,-83: - 0: 61439 - -2,-82: - 0: 52430 - -1,-84: - 0: 65535 - -1,-83: - 0: 65535 - -1,-82: - 0: 56831 - 0,-84: - 0: 65535 - 0,-83: - 0: 65535 - 0,-82: - 0: 30719 - 1,-84: - 0: 65535 - 1,-83: - 0: 65535 - 1,-82: - 0: 8831 - 2,-84: - 0: 13111 - 0,-88: - 0: 65399 - 0,-87: - 0: 65535 - 0,-86: - 0: 65535 - 0,-85: - 0: 65535 - 1,-88: - 0: 63266 - 1,-87: - 0: 65535 - 1,-86: - 0: 65535 - 1,-85: - 0: 65535 - 2,-87: - 0: 62224 - 2,-86: - 0: 65535 - 2,-85: - 0: 65535 - -2,-87: - 0: 65534 - -2,-86: - 0: 65535 - -2,-85: - 0: 65535 - -2,-88: - 0: 60552 - -1,-88: - 0: 65484 - -1,-87: - 0: 65535 - -1,-86: - 0: 65535 - -1,-85: - 0: 65535 - 0,-92: - 0: 65535 - 0,-91: - 0: 65535 - 0,-90: - 0: 65535 - 0,-89: - 0: 32767 - 1,-92: - 0: 65535 - 1,-91: - 0: 65535 - 1,-90: - 0: 65535 - 1,-89: - 0: 10111 - 2,-92: - 0: 4369 - 2,-91: - 0: 61713 - 2,-90: - 0: 4383 - -2,-92: - 0: 65535 - -2,-91: - 0: 65535 - -2,-90: - 0: 65535 - -2,-89: - 0: 36046 - -1,-92: - 0: 65535 - -1,-91: - 0: 65535 - -1,-90: - 0: 65535 - -1,-89: - 0: 53247 - -2,-93: - 0: 65518 - -2,-96: - 0: 52974 - -2,-94: - 0: 65516 - -2,-95: - 0: 49160 - -1,-96: - 0: 65535 - -1,-95: - 0: 63692 - -1,-94: - 0: 65535 - -1,-93: - 0: 65535 - 0,-96: - 0: 65535 - 0,-95: - 0: 63351 - 0,-94: - 0: 65535 - 0,-93: - 0: 65535 - 1,-96: - 0: 32767 - 1,-95: - 0: 29218 - 1,-94: - 0: 65527 - 1,-93: - 0: 65535 - 2,-93: - 0: 4352 - 0,-98: - 0: 65535 - 0,-97: - 0: 65535 - 1,-99: - 0: 65535 - 1,-98: - 0: 65535 - 1,-97: - 0: 65535 - -2,-97: - 0: 61166 - -1,-98: - 0: 65254 - -1,-97: - 0: 65535 - 2,-96: - 0: 17 - 0,-100: - 0: 65535 - 0,-99: - 0: 61183 - 1,-100: - 0: 65535 - 2,-100: - 0: 4368 - 2,-99: - 0: 4369 - 2,-97: - 0: 4368 - -2,-100: - 0: 36078 - -2,-99: - 0: 8 - -1,-100: - 0: 61439 - -1,-99: - 0: 16384 - 0,-101: - 0: 65399 - 1,-101: - 0: 30496 - -2,-101: - 0: 51336 - -2,-102: - 0: 32768 - -1,-101: - 0: 65484 - 1,3: - 0: 30702 - 1,2: - 0: 59118 - 2,0: - 0: 61239 - 2,1: - 0: 16236 - 2,2: - 0: 17 - 3,0: - 0: 8044 - 3,1: - 0: 12544 - 3,2: - 0: 33074 - 2,-3: - 0: 4369 - 3,-4: - 0: 15 - 3,-1: - 0: 33272 - -4,0: - 0: 8134 - -4,2: - 0: 12680 - -4,1: - 0: 32768 - -3,0: - 0: 65420 - -3,1: - 0: 40902 - -3,2: - 0: 272 - -2,2: - 0: 60671 - -2,3: - 0: 52462 - -1,3: - 0: 4352 - -4,-2: - 0: 4096 - -4,-1: - 0: 12787 - -3,-1: - 0: 25596 - 2,-7: - 0: 15 - 3,-8: - 0: 61440 - 3,-7: - 0: 207 - 3,-5: - 0: 61440 - -4,-15: - 0: 61440 - -4,-14: - 0: 15 - -3,-15: - 0: 65152 - -3,-14: - 0: 143 - 3,-15: - 0: 64767 - 3,-14: - 0: 15 - 2,-19: - 0: 36864 - 3,-18: - 0: 65535 - -4,-18: - 0: 65280 - -3,-18: - 0: 65408 - -3,-17: - 0: 142 - 2,-24: - 0: 383 - 2,-22: - 0: 28928 - 2,-21: - 0: 65535 - 3,-24: - 0: 34959 - 3,-21: - 0: 65535 - -4,-24: - 0: 15 - -4,-21: - 0: 255 - -4,-28: - 0: 4080 - -4,-25: - 0: 61440 - 2,-28: - 0: 65393 - 2,-27: - 0: 1 - 2,-25: - 0: 62224 - 3,-28: - 0: 65416 - 3,-25: - 0: 63624 - -4,-31: - 0: 255 - 2,-32: - 0: 4096 - 2,-31: - 0: 32755 - 3,-31: - 0: 36856 - -4,-35: - 0: 65280 - -3,-35: - 0: 65532 - -3,-34: - 0: 65535 - -4,-38: - 0: 4080 - -3,-38: - 0: 53244 - -3,-39: - 0: 52428 - 4,-33: - 0: 16384 - -2,4: - 0: 2252 - -1,4: - 0: 65329 - -1,5: - 0: 2190 - 0,4: - 0: 65152 - 0,5: - 0: 4927 - 0,6: - 0: 17 - 1,4: - 0: 4983 - -5,0: - 0: 61030 - -5,1: - 0: 26214 - -5,2: - 0: 36046 - -5,-3: - 0: 8738 - -5,-2: - 0: 61030 - -5,-1: - 0: 28390 - 4,-4: - 0: 35023 - 4,-2: - 0: 65228 - 4,-1: - 0: 57341 - 4,-3: - 0: 34952 - 4,0: - 0: 65484 - 4,2: - 0: 14190 - 4,1: - 0: 52428 - 4,-8: - 0: 64640 - 4,-7: - 0: 36095 - 4,-5: - 0: 64640 - 4,-6: - 0: 8 - 5,-8: - 0: 4919 - 5,-7: - 0: 17 - 5,-12: - 0: 13073 - 5,-11: - 0: 26211 - 5,-10: - 0: 26214 - 5,-9: - 0: 26214 - 4,-15: - 0: 61815 - 4,-14: - 0: 15 - 4,-16: - 0: 30591 - 5,-16: - 0: 13105 - 5,-15: - 0: 13107 - 5,-14: - 0: 26231 - 5,-13: - 0: 5444 - 4,-18: - 0: 65535 - 4,-19: - 0: 65399 - 4,-17: - 0: 63999 - 5,-18: - 0: 4352 - 5,-17: - 0: 4369 - 5,-20: - 0: 17478 - -6,-14: - 0: 52428 - -6,-13: - 0: 1092 - -6,-16: - 0: 34944 - -6,-15: - 0: 34952 - -5,-16: - 0: 4371 - -5,-15: - 0: 61713 - -5,-14: - 0: 31 - -6,-20: - 0: 17484 - -5,-18: - 0: 65382 - -5,-17: - 0: 13107 - -5,-19: - 0: 26180 - 4,-24: - 0: 34959 - 4,-21: - 0: 30719 - 4,-23: - 0: 136 - 5,-24: - 0: 4369 - 5,-23: - 0: 13073 - 5,-22: - 0: 13107 - 5,-21: - 0: 26483 - 4,-28: - 0: 65280 - 4,-25: - 0: 64716 - 4,-26: - 0: 50240 - 5,-28: - 0: 29491 - 5,-27: - 0: 18023 - 5,-25: - 0: 4096 - 5,-26: - 0: 68 - -6,-21: - 0: 52424 - -6,-23: - 0: 34816 - -6,-22: - 0: 34952 - -5,-24: - 0: 13119 - -5,-23: - 0: 4403 - -5,-22: - 0: 4369 - -5,-21: - 0: 511 - -6,-28: - 0: 52360 - -6,-27: - 0: 17612 - -6,-26: - 0: 4 - -5,-28: - 0: 8177 - -5,-25: - 0: 63078 - -5,-26: - 0: 25664 - 4,-31: - 0: 36860 - 4,-32: - 0: 52420 - 4,-30: - 0: 34952 - 5,-31: - 0: 4368 - 5,-30: - 0: 4369 - 5,-29: - 0: 13107 - -6,-30: - 0: 32768 - -6,-29: - 0: 34952 - -5,-31: - 0: 13311 - -5,-30: - 0: 4915 - -5,-29: - 0: 4369 - -5,-32: - 0: 26214 - -6,-35: - 0: 51336 - -6,-34: - 0: 19660 - -6,-33: - 0: 68 - -6,-36: - 0: 34952 - -5,-36: - 0: 4369 - -5,-35: - 0: 65297 - -5,-34: - 0: 1 - -5,-33: - 0: 17408 - -5,-38: - 0: 16374 - -5,-37: - 0: 13107 - -5,-39: - 0: 26212 - -5,-40: - 0: 16384 - 3,-16: - 0: 65535 - 3,-20: - 0: 65535 - 3,-19: - 0: 65535 - 3,-17: - 0: 64767 - 3,-22: - 0: 65534 - 3,-23: - 0: 34952 - 3,-27: - 0: 34952 - 3,-26: - 0: 34952 - 3,-32: - 0: 34952 - 3,-30: - 0: 34952 - 3,-29: - 0: 34952 - 3,-33: - 0: 34952 - -4,-48: - 0: 255 - -3,-48: - 0: 61183 - -4,-49: - 0: 34944 - -3,-49: - 0: 57588 - -3,-52: - 0: 62532 - -3,-51: - 0: 17487 - -3,-50: - 0: 17476 - -3,-54: - 0: 17476 - -3,-53: - 0: 17476 - -3,-60: - 0: 17476 - -3,-59: - 0: 17476 - 3,-60: - 0: 3310 - -3,-67: - 0: 17476 - 6,-64: - 0: 8751 - 6,-63: - 0: 65535 - 6,-62: - 0: 65535 - 6,-61: - 0: 65535 - 7,-64: - 0: 43695 - 7,-63: - 0: 65535 - 7,-62: - 0: 65535 - 7,-61: - 0: 65535 - 5,-67: - 0: 39184 - 6,-67: - 0: 65535 - 6,-66: - 0: 54783 - 6,-65: - 0: 62941 - 7,-67: - 0: 30583 - 7,-66: - 0: 55603 - 7,-65: - 0: 64989 - 8,-64: - 0: 3 - 8,-63: - 0: 30583 - 8,-62: - 0: 30583 - 8,-61: - 0: 30583 - 8,-66: - 0: 272 - 8,-65: - 0: 4096 - -4,-72: - 0: 8 - -3,-72: - 0: 17487 - -3,-71: - 0: 17484 - 2,-74: - 0: 15 - 3,-74: - 0: 15 - -4,-74: - 0: 34952 - -4,-73: - 0: 34952 - 4,-74: - 0: 207 - 4,-20: - 0: 30583 - 4,-22: - 0: 30579 - 4,-60: - 0: 4095 - 5,-60: - 0: 2553 - 6,-60: - 0: 4095 - 7,-60: - 0: 4095 - 8,-60: - 0: 887 - -3,-36: - 0: 52428 - -3,-33: - 0: 15 - -3,-37: - 0: 52428 - 2,-48: - 0: 2047 - 2,-52: - 0: 63344 - 3,-51: - 0: 4367 - 3,-50: - 0: 4369 - 3,-49: - 0: 17 - -4,-42: - 0: 65535 - -4,-41: - 0: 65535 - -4,-44: - 0: 12 - -3,-42: - 0: 65535 - -3,-41: - 0: 16383 - 3,-44: - 0: 15 - 3,-48: - 0: 255 - 3,-45: - 0: 61440 - -4,-45: - 0: 63232 - -4,-52: - 0: 61440 - -4,-51: - 0: 15 - 3,-52: - 0: 61440 - 5,-40: - 0: 1094 - 4,-44: - 0: 34959 - 5,-44: - 0: 4369 - 5,-43: - 0: 13073 - 5,-42: - 0: 13107 - 5,-41: - 0: 26483 - -3,-84: - 0: 2188 - -3,-86: - 0: 61167 - -3,-85: - 0: 61166 - -3,-87: - 0: 63488 - -6,-40: - 0: 68 - -6,-48: - 0: 52424 - -6,-47: - 0: 1100 - -5,-48: - 0: 511 - -5,-45: - 0: 65382 - -5,-46: - 0: 26180 - -5,-47: - 0: 17408 - -6,-41: - 0: 52428 - -6,-43: - 0: 34944 - -6,-42: - 0: 34952 - -5,-44: - 0: 13107 - -5,-43: - 0: 4403 - -5,-42: - 0: 61727 - -5,-41: - 0: 255 - 4,-48: - 0: 255 - 4,-45: - 0: 64716 - 4,-47: - 0: 16384 - 4,-46: - 0: 50244 - 5,-48: - 0: 52983 - 5,-45: - 0: 4096 - 5,-47: - 0: 2188 - 4,-52: - 0: 63624 - 4,-51: - 0: 15 - 5,-52: - 0: 12561 - 5,-51: - 0: 13107 - 5,-50: - 0: 26163 - 5,-49: - 0: 26214 - 4,-53: - 0: 34944 - 5,-53: - 0: 4096 - -6,-50: - 0: 34816 - -6,-49: - 0: 34952 - -5,-52: - 0: 63078 - -5,-51: - 0: 13119 - -5,-50: - 0: 4403 - -5,-49: - 0: 4369 - -5,-53: - 0: 25664 - -4,-43: - 0: 65280 - -4,-60: - 0: 2047 - -4,-67: - 0: 65392 - -4,-80: - 0: 65280 - -4,-83: - 0: 255 - -3,-83: - 0: 255 - 2,-83: - 0: 4607 - 3,-83: - 0: 255 - 7,-80: - 0: 30562 - 7,-79: - 0: 17511 - 7,-75: - 0: 61303 - 7,-74: - 0: 36044 - 4,-83: - 0: 255 - 5,-84: - 0: 13107 - 5,-83: - 0: 26483 - 5,-82: - 0: 1094 - 7,-81: - 0: 13073 - 3,-87: - 0: 61440 - 3,-86: - 0: 287 - -4,-87: - 0: 61440 - -4,-86: - 0: 15 - 3,-91: - 0: 63624 - 3,-90: - 0: 143 - 3,-92: - 0: 34956 - -4,-92: - 0: 13110 - -4,-91: - 0: 62259 - -4,-90: - 0: 4415 - -3,-91: - 0: 61440 - -3,-90: - 0: 15 - -4,-94: - 0: 61132 - -4,-93: - 0: 26214 - -4,-95: - 0: 52360 - -3,-94: - 0: 65280 - 2,-94: - 0: 65280 - 3,-94: - 0: 65382 - 3,-95: - 0: 26146 - 3,-93: - 0: 52428 - -2,-98: - 0: 40960 - -6,-85: - 0: 34816 - -5,-87: - 0: 63078 - -5,-86: - 0: 13119 - -5,-85: - 0: 4403 - -5,-88: - 0: 25664 - -6,-83: - 0: 52424 - -6,-82: - 0: 1100 - -6,-84: - 0: 34952 - -5,-84: - 0: 4369 - -5,-83: - 0: 511 - -5,-81: - 0: 26180 - 4,-87: - 0: 64716 - 4,-86: - 0: 34959 - 4,-88: - 0: 50240 - 4,-85: - 0: 136 - 5,-87: - 0: 4096 - 5,-86: - 0: 4369 - 5,-85: - 0: 13073 - -5,-60: - 0: 3310 - -6,-67: - 0: 61152 - -5,-67: - 0: 65520 - -5,-90: - 0: 34952 - -5,-89: - 0: 136 - 4,-92: - 0: 4368 - 4,-91: - 0: 4369 - 4,-90: - 0: 13107 - 4,-89: - 0: 34 - 8,-78: - 0: 61440 - 8,-77: - 0: 255 - 8,-80: - 0: 32768 - 8,-79: - 0: 34952 - 9,-79: - 0: 4368 - 9,-78: - 0: 13107 - 9,-77: - 0: 29491 - 9,-76: - 0: 18023 - 9,-75: - 0: 4 - -6,-77: - 0: 34952 - -5,-80: - 0: 65382 - -5,-79: - 0: 13107 - -5,-78: - 0: 13107 - -5,-77: - 0: 4369 - -6,-75: - 0: 52424 - -6,-74: - 0: 1100 - -6,-76: - 0: 34952 - -5,-76: - 0: 4369 - -5,-75: - 0: 511 - uniqueMixes: - - volume: 2500 - temperature: 293.15 - moles: - - 21.824879 - - 82.10312 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - volume: 2500 - temperature: 235 - moles: - - 21.824879 - - 82.10312 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - volume: 2500 - temperature: 293.15 - moles: - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - volume: 2500 - temperature: 293.15 - moles: - - 0 - - 0 - - 0 - - 6666.982 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - chunkSize: 4 - - type: GasTileOverlay - - type: RadiationGridResistance - - type: NavMap - - type: FTLDestination - - type: BecomesStation - id: Train -- proto: AccordionInstrument - entities: - - uid: 12393 - components: - - type: Transform - pos: -5.3016195,-317.37082 - parent: 2 -- proto: AcousticGuitarInstrument - entities: - - uid: 10093 - components: - - type: Transform - pos: -7.466254,-281.50427 - parent: 2 -- proto: AirAlarm - entities: - - uid: 2277 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-274.5 - parent: 2 - - type: DeviceList - devices: - - 13310 - - 13323 - - 12367 - - 12297 - - 13324 - - type: AtmosDevice - joinedGrid: 2 - - uid: 5925 - components: - - type: Transform - pos: -1.5,-334.5 - parent: 2 - - type: DeviceList - devices: - - 12798 - - 10658 - - 13392 - - 13387 - - 13386 - - 13396 - - 13395 - - 12306 - - type: AtmosDevice - joinedGrid: 2 - - uid: 8201 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-178.5 - parent: 2 - - type: DeviceList - devices: - - 5346 - - 13214 - - 5277 - - 5260 - - 13198 - - 13200 - - 13201 - - 13202 - - type: AtmosDevice - joinedGrid: 2 - - uid: 8432 - components: - - type: Transform - pos: -5.5,-306.5 - parent: 2 - - type: DeviceList - devices: - - 3027 - - 12470 - - 8430 - - 13377 - - 13372 - - 7798 - - 7799 - - 7800 - - 13344 - - 13343 - - 13342 - - 13345 - - 13346 - - 13347 - - type: AtmosDevice - joinedGrid: 2 - - uid: 10964 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-345.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 11906 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-341.5 - parent: 2 - - type: DeviceList - devices: - - 13384 - - 12898 - - 12896 - - 13390 - - 13386 - - 13387 - - 12897 - - 12798 - - 13392 - - 13395 - - 13396 - - type: AtmosDevice - joinedGrid: 2 - - uid: 12935 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,2.5 - parent: 2 - - type: DeviceList - devices: - - 884 - - 1825 - - 13073 - - 393 - - 391 - - type: AtmosDevice - joinedGrid: 2 - - uid: 13080 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-11.5 - parent: 2 - - type: DeviceList - devices: - - 13072 - - 857 - - 747 - - 391 - - 390 - - 387 - - 146 - - type: AtmosDevice - joinedGrid: 2 - - uid: 13105 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-18.5 - parent: 2 - - type: DeviceList - devices: - - 13083 - - 611 - - 6915 - - 146 - - 396 - - type: AtmosDevice - joinedGrid: 2 - - uid: 13109 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-33.5 - parent: 2 - - type: DeviceList - devices: - - 1155 - - 977 - - 637 - - 638 - - 13106 - - 6036 - - 1191 - - type: AtmosDevice - joinedGrid: 2 - - uid: 13110 - components: - - type: Transform - pos: 3.5,-36.5 - parent: 2 - - type: DeviceList - devices: - - 1239 - - 954 - - 13107 - - 610 - - 639 - - 6036 - - 1191 - - type: AtmosDevice - joinedGrid: 2 - - uid: 13115 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-69.5 - parent: 2 - - type: DeviceList - devices: - - 1427 - - 13119 - - 1372 - - 13111 - - 13112 - - 13113 - - 13114 - - 10757 - - 13120 - - 1408 - - type: AtmosDevice - joinedGrid: 2 - - uid: 13116 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-54.5 - parent: 2 - - type: DeviceList - devices: - - 13118 - - 4056 - - 2076 - - 10757 - - type: AtmosDevice - joinedGrid: 2 - - uid: 13117 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-64.5 - parent: 2 - - type: DeviceList - devices: - - 13121 - - 1429 - - 13113 - - 13114 - - 13112 - - 13111 - - 1326 - - 1238 - - 1431 - - type: AtmosDevice - joinedGrid: 2 - - uid: 13124 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-71.5 - parent: 2 - - type: DeviceList - devices: - - 1409 - - 13122 - - 1415 - - 1372 - - type: AtmosDevice - joinedGrid: 2 - - uid: 13146 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-86.5 - parent: 2 - - type: DeviceList - devices: - - 13145 - - 13137 - - 4508 - - 13127 - - 13128 - - 13129 - - 13133 - - 13132 - - 12954 - - 13134 - - 13135 - - 13136 - - type: AtmosDevice - joinedGrid: 2 - - uid: 13147 - components: - - type: Transform - pos: 2.5,-80.5 - parent: 2 - - type: DeviceList - devices: - - 13133 - - 13132 - - 12954 - - 3310 - - 3351 - - 13125 - - 1701 - - 1702 - - type: AtmosDevice - joinedGrid: 2 - - uid: 13148 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-99.5 - parent: 2 - - type: DeviceList - devices: - - 1544 - - 3314 - - 3392 - - 13126 - - 13136 - - 13135 - - 13134 - - type: AtmosDevice - joinedGrid: 2 - - uid: 13150 - components: - - type: Transform - pos: 2.5,-84.5 - parent: 2 - - type: DeviceList - devices: - - 1701 - - 13127 - - 13128 - - 13129 - - 13130 - - 4509 - - 4360 - - 1725 - - 1715 - - type: AtmosDevice - joinedGrid: 2 - - uid: 13151 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-86.5 - parent: 2 - - type: DeviceList - devices: - - 13131 - - 3262 - - 3261 - - 3371 - - 1723 - - 1726 - - type: AtmosDevice - joinedGrid: 2 - - uid: 13152 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-93.5 - parent: 2 - - type: DeviceList - devices: - - 13153 - - 3284 - - 3372 - - type: AtmosDevice - joinedGrid: 2 - - uid: 13161 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-111.5 - parent: 2 - - type: DeviceList - devices: - - 13158 - - 13159 - - 2407 - - 2408 - - 2409 - - 13157 - - 13156 - - 13155 - - 3630 - - 3436 - - 13154 - - 13160 - - 3474 - - 3550 - - 3475 - - 3551 - - 3437 - - 3549 - - 13149 - - type: AtmosDevice - joinedGrid: 2 - - uid: 13165 - components: - - type: Transform - pos: -0.5,-118.5 - parent: 2 - - type: DeviceList - devices: - - 13164 - - 3483 - - 3600 - - 13163 - - 2410 - - type: AtmosDevice - joinedGrid: 2 - - uid: 13166 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-114.5 - parent: 2 - - type: DeviceList - devices: - - 3626 - - type: AtmosDevice - joinedGrid: 2 - - uid: 13168 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-126.5 - parent: 2 - - type: DeviceList - devices: - - 13167 - - 3480 - - 3603 - - 13163 - - 13158 - - 13159 - - 2406 - - 2405 - - 2256 - - 3478 - - 3553 - - 3477 - - 3513 - - 3476 - - 3552 - - 3608 - - 2410 - - type: AtmosDevice - joinedGrid: 2 - - uid: 13171 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-117.5 - parent: 2 - - type: DeviceList - devices: - - 2411 - - 13170 - - 2412 - - 3457 - - 3599 - - type: AtmosDevice - joinedGrid: 2 - - uid: 13176 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-142.5 - parent: 2 - - type: DeviceList - devices: - - 2834 - - 2835 - - 2836 - - 13173 - - 13172 - - 3647 - - 4016 - - 2833 - - type: AtmosDevice - joinedGrid: 2 - - uid: 13178 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-148.5 - parent: 2 - - type: DeviceList - devices: - - 2830 - - 2829 - - 2828 - - 13174 - - 2827 - - 2826 - - 13173 - - 13172 - - type: AtmosDevice - joinedGrid: 2 - - uid: 13180 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-142.5 - parent: 2 - - type: DeviceList - devices: - - 4568 - - 13179 - - 3980 - - 2830 - - 2829 - - 2828 - - 2831 - - type: AtmosDevice - joinedGrid: 2 - - uid: 13182 - components: - - type: Transform - pos: 4.5,-136.5 - parent: 2 - - type: DeviceList - devices: - - 2831 - - 2832 - - 3954 - - 3650 - - 13181 - - type: AtmosDevice - joinedGrid: 2 - - uid: 13185 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-138.5 - parent: 2 - - type: DeviceList - devices: - - 13184 - - 13183 - - 3993 - - 4033 - - 2836 - - 2835 - - 2834 - - 2837 - - type: AtmosDevice - joinedGrid: 2 - - uid: 13187 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-136.5 - parent: 2 - - type: DeviceList - devices: - - 4031 - - 4037 - - 13186 - - 2837 - - type: AtmosDevice - joinedGrid: 2 - - uid: 13189 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-153.5 - parent: 2 - - type: DeviceList - devices: - - 13188 - - 4556 - - 4559 - - 2826 - - type: AtmosDevice - joinedGrid: 2 - - uid: 13209 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-167.5 - parent: 2 - - type: DeviceList - devices: - - 13208 - - 13207 - - 13206 - - 13204 - - 13205 - - 13192 - - 13193 - - 13194 - - 1498 - - type: AtmosDevice - joinedGrid: 2 - - uid: 13211 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-177.5 - parent: 2 - - type: DeviceList - devices: - - 5252 - - 5251 - - 13210 - - 13199 - - 13198 - - 13191 - - 13190 - - type: AtmosDevice - joinedGrid: 2 - - uid: 13213 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-176.5 - parent: 2 - - type: DeviceList - devices: - - 13212 - - 5261 - - 5275 - - 13197 - - 13196 - - type: AtmosDevice - joinedGrid: 2 - - uid: 13218 - components: - - type: Transform - pos: 4.5,-164.5 - parent: 2 - - type: DeviceList - devices: - - 5301 - - 5302 - - 13217 - - 13192 - - 13193 - - 13194 - - 13202 - - 13201 - - 13200 - - 13203 - - type: AtmosDevice - joinedGrid: 2 - - uid: 13220 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-171.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 13239 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-193.5 - parent: 2 - - type: DeviceList - devices: - - 13238 - - 13223 - - 13224 - - 13237 - - 13236 - - 5129 - - 5128 - - 13225 - - 13226 - - type: AtmosDevice - joinedGrid: 2 - - uid: 13241 - components: - - type: Transform - pos: 2.5,-188.5 - parent: 2 - - type: DeviceList - devices: - - 13224 - - 13223 - - 5073 - - 5082 - - 5134 - - 13221 - - 9827 - - 8852 - - 15086 - - type: AtmosDevice - joinedGrid: 2 - - uid: 13244 - components: - - type: Transform - pos: -0.5,-204.5 - parent: 2 - - type: DeviceList - devices: - - 5070 - - 4967 - - 13227 - - 13226 - - 13225 - - 13242 - - 15087 - - type: AtmosDevice - joinedGrid: 2 - - uid: 13247 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-199.5 - parent: 2 - - type: DeviceList - devices: - - 5127 - - 5071 - - 13246 - - 5129 - - 5128 - - 5135 - - 5130 - - type: AtmosDevice - joinedGrid: 2 - - uid: 13249 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-193.5 - parent: 2 - - type: DeviceList - devices: - - 13248 - - 5072 - - 5083 - - 5135 - - 5134 - - type: AtmosDevice - joinedGrid: 2 - - uid: 13251 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-195.5 - parent: 2 - - type: DeviceList - devices: - - 5108 - - 13250 - - 5107 - - 5130 - - 5131 - - type: AtmosDevice - joinedGrid: 2 - - uid: 13252 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-203.5 - parent: 2 - - type: DeviceList - devices: - - 13253 - - 4981 - - 13254 - - 4670 - - 5110 - - 4905 - - 5068 - - 13255 - - 5121 - - 5131 - - 13242 - - type: AtmosDevice - joinedGrid: 2 - - uid: 13260 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-231.5 - parent: 2 - - type: DeviceList - devices: - - 5164 - - 13259 - - 5179 - - 13264 - - type: AtmosDevice - joinedGrid: 2 - - uid: 13261 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-231.5 - parent: 2 - - type: DeviceList - devices: - - 5163 - - 13258 - - 5178 - - 13265 - - type: AtmosDevice - joinedGrid: 2 - - uid: 13262 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-218.5 - parent: 2 - - type: DeviceList - devices: - - 5156 - - 13257 - - 5189 - - 13266 - - type: AtmosDevice - joinedGrid: 2 - - uid: 13263 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-218.5 - parent: 2 - - type: DeviceList - devices: - - 5188 - - 5160 - - 13256 - - 13267 - - type: AtmosDevice - joinedGrid: 2 - - uid: 13269 - components: - - type: Transform - pos: -0.5,-216.5 - parent: 2 - - type: DeviceList - devices: - - 13268 - - 13266 - - 13267 - - 13265 - - 13264 - - 13270 - - 5185 - - 5161 - - 5190 - - type: AtmosDevice - joinedGrid: 2 - - uid: 13317 - components: - - type: Transform - pos: -0.5,-272.5 - parent: 2 - - type: DeviceList - devices: - - 13314 - - 13315 - - 13316 - - 12341 - - 12340 - - 13313 - - 13312 - - 13311 - - 13310 - - type: AtmosDevice - joinedGrid: 2 - - uid: 13322 - components: - - type: Transform - pos: 4.5,-269.5 - parent: 2 - - type: DeviceList - devices: - - 13321 - - 13320 - - 13319 - - 13313 - - 13312 - - 13311 - - 13318 - - 12322 - - 12333 - - type: AtmosDevice - joinedGrid: 2 - - uid: 13333 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-286.5 - parent: 2 - - type: DeviceList - devices: - - 13325 - - 12356 - - 12355 - - 13326 - - 13328 - - 13314 - - 13315 - - 13332 - - type: AtmosDevice - joinedGrid: 2 - - uid: 13335 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-289.5 - parent: 2 - - type: DeviceList - devices: - - 12362 - - 13334 - - 12298 - - 13332 - - type: AtmosDevice - joinedGrid: 2 - - uid: 13341 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-283.5 - parent: 2 - - type: DeviceList - devices: - - 12224 - - 13336 - - 12305 - - 13337 - - 13319 - - 13320 - - 13338 - - 10538 - - 13340 - - 13339 - - type: AtmosDevice - joinedGrid: 2 - - uid: 13358 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-298.5 - parent: 2 - - type: DeviceList - devices: - - 3400 - - 12704 - - 12705 - - 13347 - - 13346 - - 13345 - - 13354 - - 13353 - - 13355 - - 13356 - - 13357 - - type: AtmosDevice - joinedGrid: 2 - - uid: 13365 - components: - - type: Transform - pos: 10.5,-305.5 - parent: 2 - - type: DeviceList - devices: - - 13361 - - 13360 - - 13342 - - 13343 - - 13344 - - 13359 - - 12501 - - 12502 - - 13362 - - 13363 - - 13364 - - type: AtmosDevice - joinedGrid: 2 - - uid: 13370 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-318.5 - parent: 2 - - type: DeviceList - devices: - - 13368 - - 13367 - - 13366 - - 12430 - - 12530 - - type: AtmosDevice - joinedGrid: 2 - - uid: 13374 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-320.5 - parent: 2 - - type: DeviceList - devices: - - 13371 - - 12428 - - 12433 - - 13367 - - 13372 - - 13373 - - type: AtmosDevice - joinedGrid: 2 - - uid: 13382 - components: - - type: Transform - pos: -6.5,-298.5 - parent: 2 - - type: DeviceList - devices: - - 12581 - - 12580 - - 13380 - - 13377 - - 13381 - - 13357 - - 13356 - - 13355 - - type: AtmosDevice - joinedGrid: 2 - - uid: 13383 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-302.5 - parent: 2 - - type: DeviceList - devices: - - 12508 - - 12564 - - 4689 - - 13360 - - type: AtmosDevice - joinedGrid: 2 - - uid: 13391 - components: - - type: Transform - pos: -0.5,-328.5 - parent: 2 - - type: DeviceList - devices: - - 13384 - - 12898 - - 12896 - - 13390 - - 13386 - - 13387 - - 9425 - - 10870 - - 9426 - - type: AtmosDevice - joinedGrid: 2 - - uid: 13402 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-346.5 - parent: 2 - - type: DeviceList - devices: - - 13401 - - 12813 - - 12920 - - 13396 - - type: AtmosDevice - joinedGrid: 2 - - uid: 13421 - components: - - type: Transform - pos: -3.5,-359.5 - parent: 2 - - type: DeviceList - devices: - - 1278 - - 13420 - - 13417 - - 12984 - - 13041 - - 13067 - - 12985 - - 13416 - - 13419 - - 13418 - - 13068 - - 12988 - - 13040 - - 12989 - - 13039 - - 13423 - - 13424 - - 13082 - - 13415 - - 13414 - - 13412 - - 13413 - - 12754 - - 12932 - - 12933 - - 13081 - - 12944 - - 12943 - - 16682 - - 11912 - - 16679 - - type: AtmosDevice - joinedGrid: 2 - - uid: 13426 - components: - - type: Transform - pos: -4.5,-369.5 - parent: 2 - - type: DeviceList - devices: - - 13422 - - 13094 - - 12987 - - 13425 - - 13088 - - 12986 - - 13419 - - 13418 - - type: AtmosDevice - joinedGrid: 2 - - uid: 13429 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-367.5 - parent: 2 - - type: DeviceList - devices: - - 13427 - - 13053 - - 12994 - - type: AtmosDevice - joinedGrid: 2 - - uid: 14727 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-192.5 - parent: 2 - - type: DeviceList - devices: - - 14726 - - 1378 - - 1375 - - 9827 - - 8852 - - 14728 - - type: AtmosDevice - joinedGrid: 2 - - uid: 15278 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-247.5 - parent: 2 - - type: DeviceList - devices: - - 8213 - - 7879 - - 8483 - - 8009 - - 15275 - - 13108 - - 8012 - - 12324 - - 9085 - - 17000 - - type: AtmosDevice - joinedGrid: 2 - - uid: 15279 - components: - - type: Transform - pos: 4.5,-241.5 - parent: 2 - - type: DeviceList - devices: - - 15274 - - 8091 - - 8071 - - 8213 - - 7879 - - 8483 - - 7885 - - type: AtmosDevice - joinedGrid: 2 - - uid: 15280 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-254.5 - parent: 2 - - type: DeviceList - devices: - - 8089 - - 15277 - - 8314 - - 6858 - - 7885 - - 9085 - - 12324 - - 8037 - - 6857 - - 15281 - - type: AtmosDevice - joinedGrid: 2 - - uid: 15282 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-259.5 - parent: 2 - - type: DeviceList - devices: - - 15284 - - 15283 - - 15276 - - 6726 - - 8037 - - 13108 - - 8012 - - 15285 - - 15286 - - 15287 - - 7820 - - type: AtmosDevice - joinedGrid: 2 - - uid: 15292 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-255.5 - parent: 2 - - type: DeviceList - devices: - - 15289 - - 7476 - - 4202 - - 7776 - - 4950 - - 15288 - - 6855 - - 7821 - - 6856 - - 15290 - - 15291 - - type: AtmosDevice - joinedGrid: 2 - - uid: 16971 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-247.5 - parent: 2 - - type: DeviceList - devices: - - 2228 - - 16996 - - 17001 - - 16990 - - type: AtmosDevice - joinedGrid: 2 - - uid: 16979 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-261.5 - parent: 2 - - type: DeviceList - devices: - - 14609 - - 12093 - - 16995 - - 2228 - - type: AtmosDevice - joinedGrid: 2 -- proto: AirAlarmElectronics - entities: - - uid: 3009 - components: - - type: Transform - pos: -14.543673,-243.33025 - parent: 2 -- proto: AirCanister - entities: - - uid: 4848 - components: - - type: Transform - pos: -21.5,-260.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 -- proto: Airlock - entities: - - uid: 2078 - components: - - type: Transform - pos: -5.5,-110.5 - parent: 2 - - uid: 2079 - components: - - type: Transform - pos: -5.5,-113.5 - parent: 2 - - type: DeviceLinkSink - links: - - 2096 - - uid: 2080 - components: - - type: Transform - pos: -5.5,-116.5 - parent: 2 - - type: DeviceLinkSink - links: - - 2095 - - uid: 2081 - components: - - type: Transform - pos: -5.5,-119.5 - parent: 2 - - type: DeviceLinkSink - links: - - 2094 - - uid: 2640 - components: - - type: Transform - pos: -1.5,-151.5 - parent: 2 - - uid: 2645 - components: - - type: Transform - pos: -5.5,-150.5 - parent: 2 - - type: DeviceLinkSink - links: - - 11933 - - uid: 4109 - components: - - type: Transform - pos: -5.5,-152.5 - parent: 2 - - type: DeviceLinkSink - links: - - 11983 -- proto: AirlockArmoryGlassLocked - entities: - - uid: 15295 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-340.5 - parent: 2 - - uid: 15815 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-340.5 - parent: 2 -- proto: AirlockArmoryLocked - entities: - - uid: 2846 - components: - - type: Transform - pos: 0.5,-361.5 - parent: 2 - - uid: 3077 - components: - - type: Transform - pos: 5.5,-341.5 - parent: 2 - - uid: 10970 - components: - - type: Transform - pos: 5.5,-339.5 - parent: 2 -- proto: AirlockAtmosphericsGlassLocked - entities: - - uid: 5042 - components: - - type: Transform - pos: -12.5,-260.5 - parent: 2 - - uid: 16867 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,-249.5 - parent: 2 - - uid: 16880 - components: - - type: Transform - pos: -6.5,-260.5 - parent: 2 -- proto: AirlockBarLocked - entities: - - uid: 1227 - components: - - type: Transform - pos: 2.5,-62.5 - parent: 2 -- proto: AirlockBrigGlassLocked - entities: - - uid: 10636 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-334.5 - parent: 2 - - uid: 10746 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-334.5 - parent: 2 - - uid: 12983 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-343.5 - parent: 2 -- proto: AirlockCaptainLocked - entities: - - uid: 155 - components: - - type: Transform - pos: 0.5,-10.5 - parent: 2 - - uid: 293 - components: - - type: Transform - pos: -2.5,-12.5 - parent: 2 -- proto: AirlockCargoGlassLocked - entities: - - uid: 8466 - components: - - type: Transform - pos: 2.5,-274.5 - parent: 2 -- proto: AirlockCargoLocked - entities: - - uid: 8495 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-275.5 - parent: 2 - - uid: 8498 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-275.5 - parent: 2 -- proto: AirlockChapelLocked - entities: - - uid: 2678 - components: - - type: Transform - pos: 4.5,-140.5 - parent: 2 -- proto: AirlockChemistryGlassLocked - entities: - - uid: 14309 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-170.5 - parent: 2 -- proto: AirlockChiefEngineerLocked - entities: - - uid: 330 - components: - - type: Transform - pos: 18.5,-262.5 - parent: 2 - - uid: 8019 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-252.5 - parent: 2 -- proto: AirlockChiefMedicalOfficerLocked - entities: - - uid: 2938 - components: - - type: Transform - pos: 5.5,-177.5 - parent: 2 -- proto: AirlockCommandGlassLocked - entities: - - uid: 26 - components: - - type: Transform - pos: 1.5,-0.5 - parent: 2 - - uid: 31 - components: - - type: Transform - pos: 2.5,-13.5 - parent: 2 - - uid: 13385 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-120.5 - parent: 2 -- proto: AirlockCommandLocked - entities: - - uid: 131 - components: - - type: Transform - pos: 5.5,-3.5 - parent: 2 - - uid: 181 - components: - - type: Transform - pos: 0.5,-6.5 - parent: 2 - - uid: 394 - components: - - type: Transform - pos: 5.5,-0.5 - parent: 2 -- proto: AirlockDetectiveLocked - entities: - - uid: 1368 - components: - - type: Transform - pos: -4.5,-69.5 - parent: 2 -- proto: AirlockEngineeringGlass - entities: - - uid: 17038 - components: - - type: Transform - pos: -3.5,-248.5 - parent: 2 -- proto: AirlockEngineeringGlassLocked - entities: - - uid: 14003 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-256.5 - parent: 2 - - type: Door - secondsUntilStateChange: -3934.4402 - state: Opening - - type: DeviceLinkSource - lastSignals: - DoorStatus: True - - uid: 14648 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-246.5 - parent: 2 - - uid: 16873 - components: - - type: Transform - pos: -8.5,-248.5 - parent: 2 - - uid: 16879 - components: - - type: Transform - pos: -6.5,-243.5 - parent: 2 - - uid: 16945 - components: - - type: Transform - pos: -12.5,-248.5 - parent: 2 - - uid: 16991 - components: - - type: Transform - pos: -12.5,-243.5 - parent: 2 -- proto: AirlockEngineeringLocked - entities: - - uid: 190 - components: - - type: Transform - pos: -3.5,-44.5 - parent: 2 - - uid: 1433 - components: - - type: Transform - pos: 4.5,-54.5 - parent: 2 - - uid: 2040 - components: - - type: Transform - pos: -2.5,-98.5 - parent: 2 - - uid: 2189 - components: - - type: Transform - pos: 4.5,-110.5 - parent: 2 - - uid: 2817 - components: - - type: Transform - pos: 7.5,-152.5 - parent: 2 - - uid: 4715 - components: - - type: Transform - pos: -2.5,-162.5 - parent: 2 - - uid: 4723 - components: - - type: Transform - pos: 5.5,-188.5 - parent: 2 - - uid: 7534 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,-248.5 - parent: 2 - - uid: 7804 - components: - - type: Transform - pos: 18.5,-244.5 - parent: 2 - - uid: 8001 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,-256.5 - parent: 2 - - uid: 8022 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-248.5 - parent: 2 - - uid: 8023 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-256.5 - parent: 2 - - uid: 9019 - components: - - type: Transform - pos: 8.5,-286.5 - parent: 2 - - uid: 10149 - components: - - type: Transform - pos: -6.5,-297.5 - parent: 2 - - uid: 12572 - components: - - type: Transform - pos: 2.5,-345.5 - parent: 2 - - uid: 12906 - components: - - type: Transform - pos: 5.5,-360.5 - parent: 2 -- proto: AirlockExternal - entities: - - uid: 1758 - components: - - type: Transform - pos: -6.5,-96.5 - parent: 2 -- proto: AirlockExternalEasyPry - entities: - - uid: 12099 - components: - - type: Transform - pos: 5.5,-381.5 - parent: 2 -- proto: AirlockExternalEasyPryLocked - entities: - - uid: 879 - components: - - type: Transform - pos: 8.5,-31.5 - parent: 2 - - uid: 1007 - components: - - type: Transform - pos: 8.5,-29.5 - parent: 2 - - uid: 1013 - components: - - type: Transform - pos: -7.5,-16.5 - parent: 2 -- proto: AirlockExternalEngineeringLocked - entities: - - uid: 8003 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 20.5,-256.5 - parent: 2 -- proto: AirlockExternalGlass - entities: - - uid: 728 - components: - - type: Transform - pos: -7.5,-43.5 - parent: 2 - - uid: 15794 - components: - - type: Transform - pos: -7.5,-36.5 - parent: 2 -- proto: AirlockExternalGlassAtmosphericsLocked - entities: - - uid: 13348 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,-265.5 - parent: 2 - - type: DeviceLinkSink - invokeCounter: 1 - links: - - 14345 - - type: DeviceLinkSource - linkedPorts: - 14345: - - DoorStatus: DoorBolt - - uid: 14345 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,-265.5 - parent: 2 - - type: DeviceLinkSink - invokeCounter: 1 - links: - - 13348 - - type: DeviceLinkSource - linkedPorts: - 13348: - - DoorStatus: DoorBolt -- proto: AirlockExternalGlassCargoLocked - entities: - - uid: 8762 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-269.5 - parent: 2 - - uid: 9004 - components: - - type: Transform - pos: 9.5,-280.5 - parent: 2 - - uid: 9005 - components: - - type: Transform - pos: 9.5,-278.5 - parent: 2 -- proto: AirlockExternalGlassEngineeringLocked - entities: - - uid: 1808 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-228.5 - parent: 2 - - type: DeviceLinkSink - links: - - 4512 - - type: DeviceLinkSource - linkedPorts: - 4512: - - DoorStatus: DoorBolt - - uid: 3017 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-228.5 - parent: 2 - - type: DeviceLinkSink - links: - - 4513 - - type: DeviceLinkSource - linkedPorts: - 4513: - - DoorStatus: DoorBolt - - uid: 4494 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-221.5 - parent: 2 - - type: DeviceLinkSink - links: - - 4510 - - type: DeviceLinkSource - linkedPorts: - 4510: - - DoorStatus: DoorBolt - - uid: 4510 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-219.5 - parent: 2 - - type: DeviceLinkSink - links: - - 4494 - - type: DeviceLinkSource - linkedPorts: - 4494: - - DoorStatus: DoorBolt - - uid: 4512 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-230.5 - parent: 2 - - type: DeviceLinkSink - links: - - 1808 - - type: DeviceLinkSource - linkedPorts: - 1808: - - DoorStatus: DoorBolt - - uid: 4513 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-230.5 - parent: 2 - - type: DeviceLinkSink - links: - - 3017 - - type: DeviceLinkSource - linkedPorts: - 3017: - - DoorStatus: DoorBolt -- proto: AirlockExternalGlassShuttleArrivals - entities: - - uid: 574 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-36.5 - parent: 2 - - uid: 575 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-43.5 - parent: 2 -- proto: AirlockExternalGlassShuttleEmergencyLocked - entities: - - uid: 441 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-31.5 - parent: 2 - - uid: 573 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-29.5 - parent: 2 -- proto: AirlockExternalGlassShuttleEscape - entities: - - uid: 541 - components: - - type: Transform - pos: -4.5,-46.5 - parent: 2 - - uid: 11311 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-295.5 - parent: 2 - - uid: 11451 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-178.5 - parent: 2 -- proto: AirlockExternalLocked - entities: - - uid: 1691 - components: - - type: Transform - pos: -4.5,-242.5 - parent: 2 - - uid: 1763 - components: - - type: Transform - pos: -4.5,-262.5 - parent: 2 - - uid: 1924 - components: - - type: Transform - pos: 5.5,-321.5 - parent: 2 - - uid: 3355 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-223.5 - parent: 2 -- proto: AirlockFreezerKitchenHydroLocked - entities: - - uid: 1576 - components: - - type: Transform - pos: -3.5,-89.5 - parent: 2 - - uid: 1662 - components: - - type: Transform - pos: -0.5,-91.5 - parent: 2 - - uid: 1677 - components: - - type: Transform - pos: -3.5,-94.5 - parent: 2 -- proto: AirlockGlass - entities: - - uid: 2662 - components: - - type: Transform - pos: 3.5,-147.5 - parent: 2 - - uid: 2663 - components: - - type: Transform - pos: 4.5,-147.5 - parent: 2 - - uid: 2664 - components: - - type: Transform - pos: 5.5,-147.5 - parent: 2 - - uid: 2714 - components: - - type: Transform - pos: -1.5,-139.5 - parent: 2 - - uid: 2717 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-140.5 - parent: 2 - - uid: 2718 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-141.5 - parent: 2 -- proto: AirlockGlassShuttle - entities: - - uid: 8830 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-280.5 - parent: 2 - - uid: 8831 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-278.5 - parent: 2 - - uid: 8834 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-273.5 - parent: 2 - - uid: 8835 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-272.5 - parent: 2 - - uid: 10680 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-146.5 - parent: 2 - - uid: 10744 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-145.5 - parent: 2 -- proto: AirlockHatch - entities: - - uid: 1616 - components: - - type: Transform - pos: 13.5,-307.5 - parent: 2 - - uid: 8239 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 22.5,-302.5 - parent: 2 - - uid: 8240 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,-307.5 - parent: 2 - - uid: 8424 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 22.5,-312.5 - parent: 2 -- proto: AirlockHatchMaintenance - entities: - - uid: 11 - components: - - type: Transform - pos: 0.5,-51.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 1580: - - DoorStatus: DoorBolt - 1633: - - DoorStatus: DoorBolt - - uid: 12 - components: - - type: Transform - pos: 0.5,-53.5 - parent: 2 - - uid: 13 - components: - - type: Transform - pos: 0.5,-24.5 - parent: 2 - - type: DeviceLinkSink - links: - - 1675 - - type: DeviceLinkSource - linkedPorts: - 1676: - - DoorStatus: DoorBolt - 1675: - - DoorStatus: DoorBolt - - uid: 20 - components: - - type: Transform - pos: 0.5,-26.5 - parent: 2 - - uid: 21 - components: - - type: Transform - pos: 0.5,-20.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 1675: - - DoorStatus: DoorBolt - 1676: - - DoorStatus: DoorBolt - - uid: 269 - components: - - type: Transform - pos: 0.5,-18.5 - parent: 2 - - uid: 270 - components: - - type: Transform - pos: 0.5,-45.5 - parent: 2 - - uid: 271 - components: - - type: Transform - pos: 0.5,-47.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 1580: - - DoorStatus: DoorBolt - 1633: - - DoorStatus: DoorBolt - - uid: 272 - components: - - type: Transform - pos: 0.5,-240.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 7730: - - DoorStatus: DoorBolt - 7729: - - DoorStatus: DoorBolt - - uid: 273 - components: - - type: Transform - pos: 0.5,-74.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 1454: - - DoorStatus: DoorBolt - 1451: - - DoorStatus: DoorBolt - - uid: 274 - components: - - type: Transform - pos: 0.5,-72.5 - parent: 2 - - uid: 275 - components: - - type: Transform - pos: 0.5,-78.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 1454: - - DoorStatus: DoorBolt - 1451: - - DoorStatus: DoorBolt - - uid: 276 - components: - - type: Transform - pos: 0.5,-80.5 - parent: 2 - - uid: 277 - components: - - type: Transform - pos: 0.5,-99.5 - parent: 2 - - uid: 278 - components: - - type: Transform - pos: 0.5,-101.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 2014: - - DoorStatus: DoorBolt - 2012: - - DoorStatus: DoorBolt - - uid: 279 - components: - - type: Transform - pos: 0.5,-107.5 - parent: 2 - - uid: 280 - components: - - type: Transform - pos: 0.5,-105.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 2012: - - DoorStatus: DoorBolt - 2014: - - DoorStatus: DoorBolt - - uid: 281 - components: - - type: Transform - pos: 0.5,-126.5 - parent: 2 - - uid: 282 - components: - - type: Transform - pos: 0.5,-128.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 2443: - - DoorStatus: DoorBolt - 2444: - - DoorStatus: DoorBolt - - uid: 283 - components: - - type: Transform - pos: 0.5,-134.5 - parent: 2 - - uid: 284 - components: - - type: Transform - pos: 0.5,-132.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 2443: - - DoorStatus: DoorBolt - 2444: - - DoorStatus: DoorBolt - - uid: 590 - components: - - type: Transform - pos: 0.5,-155.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 2851: - - DoorStatus: DoorBolt - 2852: - - DoorStatus: DoorBolt - - uid: 625 - components: - - type: Transform - pos: 0.5,-153.5 - parent: 2 - - uid: 656 - components: - - type: Transform - pos: 0.5,-159.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 2851: - - DoorStatus: DoorBolt - 2852: - - DoorStatus: DoorBolt - - uid: 666 - components: - - type: Transform - pos: 0.5,-161.5 - parent: 2 - - uid: 667 - components: - - type: Transform - pos: 0.5,-188.5 - parent: 2 - - uid: 668 - components: - - type: Transform - pos: 0.5,-186.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 3548: - - DoorStatus: DoorBolt - 3547: - - DoorStatus: DoorBolt - - uid: 669 - components: - - type: Transform - pos: 0.5,-182.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 3548: - - DoorStatus: DoorBolt - 3547: - - DoorStatus: DoorBolt - - uid: 670 - components: - - type: Transform - pos: 0.5,-180.5 - parent: 2 - - uid: 671 - components: - - type: Transform - pos: 0.5,-215.5 - parent: 2 - - uid: 756 - components: - - type: Transform - pos: 0.5,-213.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 4694: - - DoorStatus: DoorBolt - 4691: - - DoorStatus: DoorBolt - - uid: 773 - components: - - type: Transform - pos: 0.5,-209.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 4694: - - DoorStatus: DoorBolt - 4691: - - DoorStatus: DoorBolt - - uid: 991 - components: - - type: Transform - pos: 0.5,-207.5 - parent: 2 - - uid: 1211 - components: - - type: Transform - pos: 0.5,-242.5 - parent: 2 - - uid: 1244 - components: - - type: Transform - pos: 0.5,-236.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 7730: - - DoorStatus: DoorBolt - 7729: - - DoorStatus: DoorBolt - - uid: 1247 - components: - - type: Transform - pos: 0.5,-234.5 - parent: 2 - - uid: 1333 - components: - - type: Transform - pos: 0.5,-261.5 - parent: 2 - - type: Door - secondsUntilStateChange: -3924.7737 - state: Opening - - type: DeviceLinkSource - lastSignals: - DoorStatus: True - - uid: 1334 - components: - - type: Transform - pos: 0.5,-263.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 8135: - - DoorStatus: DoorBolt - 8107: - - DoorStatus: DoorBolt - - uid: 7287 - components: - - type: Transform - pos: 12.5,-162.5 - parent: 2 - - uid: 7293 - components: - - type: Transform - pos: 15.5,-157.5 - parent: 2 - - uid: 7359 - components: - - type: Transform - pos: 15.5,-155.5 - parent: 2 - - uid: 8134 - components: - - type: Transform - pos: 0.5,-267.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 8135: - - DoorStatus: DoorBolt - 8107: - - DoorStatus: DoorBolt - - uid: 8639 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-269.5 - parent: 2 - - uid: 8674 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-288.5 - parent: 2 - - uid: 8690 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-290.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 9342: - - DoorStatus: DoorBolt - 9343: - - DoorStatus: DoorBolt - - uid: 9374 - components: - - type: Transform - pos: 0.5,-294.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 9342: - - DoorStatus: DoorBolt - 9343: - - DoorStatus: DoorBolt - - uid: 9375 - components: - - type: Transform - pos: 0.5,-296.5 - parent: 2 - - uid: 10132 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-320.5 - parent: 2 - - uid: 10133 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-322.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 10573: - - DoorStatus: DoorBolt - 10577: - - DoorStatus: DoorBolt - - uid: 10586 - components: - - type: Transform - pos: 0.5,-326.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 10573: - - DoorStatus: DoorBolt - 10577: - - DoorStatus: DoorBolt - - uid: 10646 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-328.5 - parent: 2 - - uid: 11821 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-380.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 11820: - - DoorStatus: Close - - uid: 11822 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-382.5 - parent: 2 - - uid: 12945 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-376.5 - parent: 2 -- proto: AirlockHeadOfPersonnelLocked - entities: - - uid: 2229 - components: - - type: Transform - pos: 3.5,-120.5 - parent: 2 - - uid: 2230 - components: - - type: Transform - pos: 0.5,-118.5 - parent: 2 -- proto: AirlockHeadOfSecurityLocked - entities: - - uid: 10794 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-343.5 - parent: 2 -- proto: AirlockHydroGlassLocked - entities: - - uid: 1717 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-86.5 - parent: 2 -- proto: AirlockJanitorLocked - entities: - - uid: 14801 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-54.5 - parent: 2 -- proto: AirlockLawyerLocked - entities: - - uid: 570 - components: - - type: Transform - pos: 3.5,-330.5 - parent: 2 -- proto: AirlockMaintBarLocked - entities: - - uid: 961 - components: - - type: Transform - pos: 5.5,-63.5 - parent: 2 -- proto: AirlockMaintCargoLocked - entities: - - uid: 8546 - components: - - type: Transform - pos: 2.5,-283.5 - parent: 2 - - uid: 10846 - components: - - type: Transform - pos: 5.5,-269.5 - parent: 2 -- proto: AirlockMaintChapelLocked - entities: - - uid: 2715 - components: - - type: Transform - pos: 7.5,-138.5 - parent: 2 -- proto: AirlockMaintChemLocked - entities: - - uid: 3089 - components: - - type: Transform - pos: 6.5,-164.5 - parent: 2 -- proto: AirlockMaintCommandLocked - entities: - - uid: 423 - components: - - type: Transform - pos: -2.5,1.5 - parent: 2 -- proto: AirlockMaintDetectiveLocked - entities: - - uid: 5092 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-74.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 14783: - - DoorStatus: DoorBolt - 268: - - DoorStatus: DoorBolt -- proto: AirlockMaintEngiLocked - entities: - - uid: 7533 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-260.5 - parent: 2 - - uid: 7548 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,-243.5 - parent: 2 - - uid: 8122 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,-260.5 - parent: 2 - - uid: 8206 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-243.5 - parent: 2 - - uid: 8522 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-258.5 - parent: 2 -- proto: AirlockMaintGlassLocked - entities: - - uid: 2245 - components: - - type: Transform - pos: -5.5,-107.5 - parent: 2 - - uid: 13027 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-219.5 - parent: 2 -- proto: AirlockMaintHOPLocked - entities: - - uid: 2225 - components: - - type: Transform - pos: 2.5,-116.5 - parent: 2 -- proto: AirlockMaintLocked - entities: - - uid: 45 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-19.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 14760: - - DoorStatus: DoorBolt - 14757: - - DoorStatus: DoorBolt - - uid: 46 - components: - - type: Transform - pos: -1.5,-17.5 - parent: 2 - - uid: 397 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-106.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 14860: - - DoorStatus: DoorBolt - 14857: - - DoorStatus: DoorBolt - - uid: 601 - components: - - type: Transform - pos: -4.5,-40.5 - parent: 2 - - uid: 622 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-106.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 14859: - - DoorStatus: DoorBolt - 14858: - - DoorStatus: DoorBolt - - uid: 640 - components: - - type: Transform - pos: -4.5,-79.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 14783: - - DoorStatus: DoorBolt - 268: - - DoorStatus: DoorBolt - - uid: 706 - components: - - type: Transform - pos: 1.5,-35.5 - parent: 2 - - uid: 758 - components: - - type: Transform - pos: -1.5,-34.5 - parent: 2 - - uid: 811 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-154.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 14978: - - DoorStatus: DoorBolt - 14979: - - DoorStatus: DoorBolt - - uid: 1068 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-100.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 14860: - - DoorStatus: DoorBolt - 14857: - - DoorStatus: DoorBolt - - uid: 1081 - components: - - type: Transform - pos: 3.5,-68.5 - parent: 2 - - uid: 1478 - components: - - type: Transform - pos: 3.5,-57.5 - parent: 2 - - uid: 1760 - components: - - type: Transform - pos: -1.5,-81.5 - parent: 2 - - uid: 1762 - components: - - type: Transform - pos: -1.5,-97.5 - parent: 2 - - uid: 1933 - components: - - type: Transform - pos: 5.5,-161.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 15117: - - DoorStatus: DoorBolt - 15118: - - DoorStatus: DoorBolt - - uid: 1937 - components: - - type: Transform - pos: 5.5,-154.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 15117: - - DoorStatus: DoorBolt - 15118: - - DoorStatus: DoorBolt - - uid: 1938 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-181.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 3508: - - DoorStatus: DoorBolt - 15040: - - DoorStatus: DoorBolt - - uid: 2100 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-127.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 14890: - - DoorStatus: DoorBolt - 14891: - - DoorStatus: DoorBolt - - uid: 2202 - components: - - type: Transform - pos: 2.5,-109.5 - parent: 2 - - uid: 2244 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-19.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 14751: - - DoorStatus: DoorBolt - 605: - - DoorStatus: DoorBolt - - uid: 2413 - components: - - type: Transform - pos: 5.5,-289.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 15193: - - DoorStatus: DoorBolt - 15194: - - DoorStatus: DoorBolt - - uid: 2414 - components: - - type: Transform - pos: 5.5,-295.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 15193: - - DoorStatus: DoorBolt - 15194: - - DoorStatus: DoorBolt - - uid: 2492 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-46.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 14768: - - DoorStatus: DoorBolt - 1335: - - DoorStatus: DoorBolt - - uid: 2562 - components: - - type: Transform - pos: 2.5,-152.5 - parent: 2 - - uid: 2688 - components: - - type: Transform - pos: 2.5,-135.5 - parent: 2 - - uid: 2690 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-128.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 14880: - - DoorStatus: DoorBolt - 5738: - - DoorStatus: DoorBolt - - uid: 3207 - components: - - type: Transform - pos: 2.5,-162.5 - parent: 2 - - uid: 3213 - components: - - type: Transform - pos: -1.5,-163.5 - parent: 2 - - uid: 3214 - components: - - type: Transform - pos: -1.5,-179.5 - parent: 2 - - uid: 3782 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-100.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 14859: - - DoorStatus: DoorBolt - 14858: - - DoorStatus: DoorBolt - - uid: 5018 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-260.5 - parent: 2 - - uid: 6286 - components: - - type: Transform - pos: 5.5,-79.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 333: - - DoorStatus: DoorBolt - 2646: - - DoorStatus: DoorBolt - - uid: 6736 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-162.5 - parent: 2 - - uid: 6778 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-243.5 - parent: 2 - - uid: 6822 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-252.5 - parent: 2 - - uid: 6963 - components: - - type: Transform - pos: -7.5,-167.5 - parent: 2 - - uid: 7939 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-167.5 - parent: 2 - - uid: 8428 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-260.5 - parent: 2 - - uid: 8701 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-285.5 - parent: 2 - - uid: 8796 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-254.5 - parent: 2 - - uid: 9028 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-118.5 - parent: 2 - - uid: 9522 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-328.5 - parent: 2 - - uid: 9818 - components: - - type: Transform - pos: 1.5,-113.5 - parent: 2 - - uid: 10062 - components: - - type: Transform - pos: -1.5,-297.5 - parent: 2 - - uid: 10063 - components: - - type: Transform - pos: 2.5,-297.5 - parent: 2 - - uid: 10067 - components: - - type: Transform - pos: 9.5,-305.5 - parent: 2 - - uid: 10068 - components: - - type: Transform - pos: 9.5,-309.5 - parent: 2 - - uid: 10069 - components: - - type: Transform - pos: 2.5,-319.5 - parent: 2 - - uid: 10531 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-25.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 14751: - - DoorStatus: DoorBolt - 605: - - DoorStatus: DoorBolt - - uid: 12871 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-15.5 - parent: 2 - - uid: 13169 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-190.5 - parent: 2 - - uid: 13443 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-205.5 - parent: 2 - - uid: 13453 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-41.5 - parent: 2 - - uid: 13454 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-126.5 - parent: 2 - - uid: 14554 - components: - - type: Transform - pos: 7.5,-81.5 - parent: 2 - - uid: 14565 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-70.5 - parent: 2 - - uid: 14749 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-52.5 - parent: 2 - - uid: 14753 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-25.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 14760: - - DoorStatus: DoorBolt - 14757: - - DoorStatus: DoorBolt - - uid: 14796 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-74.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 333: - - DoorStatus: DoorBolt - 2646: - - DoorStatus: DoorBolt - - uid: 14946 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-161.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 14978: - - DoorStatus: DoorBolt - 14979: - - DoorStatus: DoorBolt - - uid: 15186 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-262.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 164: - - DoorStatus: DoorBolt - 15152: - - DoorStatus: DoorBolt - - uid: 16476 - components: - - type: Transform - pos: -7.5,-162.5 - parent: 2 - - uid: 16818 - components: - - type: Transform - pos: 5.5,-133.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 14890: - - DoorStatus: DoorBolt - 14891: - - DoorStatus: DoorBolt - - uid: 16903 - components: - - type: Transform - pos: -4.5,-187.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 15040: - - DoorStatus: DoorBolt - 3508: - - DoorStatus: DoorBolt -- proto: AirlockMaintServiceLocked - entities: - - uid: 1720 - components: - - type: Transform - pos: -3.5,-85.5 - parent: 2 -- proto: AirlockMedicalGlass - entities: - - uid: 3680 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-175.5 - parent: 2 -- proto: AirlockMedicalGlassLocked - entities: - - uid: 3761 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-191.5 - parent: 2 - - uid: 3762 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-195.5 - parent: 2 - - uid: 3763 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-197.5 - parent: 2 - - uid: 3764 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-198.5 - parent: 2 - - uid: 11907 - components: - - type: Transform - pos: -0.5,-169.5 - parent: 2 -- proto: AirlockMedicalLocked - entities: - - uid: 3168 - components: - - type: Transform - pos: -0.5,-174.5 - parent: 2 - - uid: 3181 - components: - - type: Transform - pos: -0.5,-175.5 - parent: 2 - - uid: 7478 - components: - - type: Transform - pos: -0.5,-165.5 - parent: 2 -- proto: AirlockMining - entities: - - uid: 14336 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-70.5 - parent: 2 - - uid: 14339 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-81.5 - parent: 2 -- proto: AirlockMiningGlass - entities: - - uid: 14333 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,-66.5 - parent: 2 - - uid: 14335 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,-64.5 - parent: 2 - - uid: 14462 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,-76.5 - parent: 2 -- proto: AirlockQuartermasterLocked - entities: - - uid: 9165 - components: - - type: Transform - pos: 6.5,-283.5 - parent: 2 -- proto: AirlockResearchDirectorLocked - entities: - - uid: 8373 - components: - - type: Transform - pos: -8.5,-301.5 - parent: 2 - - uid: 9832 - components: - - type: Transform - pos: -7.5,-303.5 - parent: 2 -- proto: AirlockSalvageLocked - entities: - - uid: 2048 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-271.5 - parent: 2 - - uid: 2049 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-282.5 - parent: 2 - - uid: 2132 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-276.5 - parent: 2 -- proto: AirlockScienceGlassLocked - entities: - - uid: 9823 - components: - - type: Transform - pos: -6.5,-314.5 - parent: 2 -- proto: AirlockScienceLocked - entities: - - uid: 9855 - components: - - type: Transform - pos: -3.5,-310.5 - parent: 2 - - uid: 9856 - components: - - type: Transform - pos: -3.5,-306.5 - parent: 2 - - uid: 9951 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-309.5 - parent: 2 - - uid: 9952 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-305.5 - parent: 2 - - uid: 10083 - components: - - type: Transform - pos: -4.5,-320.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 1791: - - DoorStatus: DoorBolt - 1812: - - DoorStatus: DoorBolt - - uid: 10127 - components: - - type: Transform - pos: -1.5,-317.5 - parent: 2 -- proto: AirlockSecurityGlassLocked - entities: - - uid: 11258 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-363.5 - parent: 2 - - type: DeviceLinkSink - links: - - 11496 - - uid: 11259 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-363.5 - parent: 2 - - type: DeviceLinkSink - links: - - 11332 - - uid: 11260 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-366.5 - parent: 2 - - type: DeviceLinkSink - links: - - 11331 - - uid: 11261 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-366.5 - parent: 2 - - type: DeviceLinkSink - links: - - 11330 - - uid: 12089 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-339.5 - parent: 2 - - uid: 12703 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-338.5 - parent: 2 -- proto: AirlockSecurityLocked - entities: - - uid: 10819 - components: - - type: Transform - pos: 0.5,-347.5 - parent: 2 - - uid: 10820 - components: - - type: Transform - pos: 0.5,-349.5 - parent: 2 - - uid: 11081 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-353.5 - parent: 2 - - uid: 11082 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-355.5 - parent: 2 - - uid: 11194 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-357.5 - parent: 2 - - uid: 11195 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-357.5 - parent: 2 - - uid: 11380 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-369.5 - parent: 2 - - uid: 11381 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-369.5 - parent: 2 - - uid: 11382 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-367.5 - parent: 2 - - uid: 11407 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-367.5 - parent: 2 -- proto: AirlockServiceGlassLocked - entities: - - uid: 1704 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-86.5 - parent: 2 - - uid: 1722 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-83.5 - parent: 2 -- proto: AirlockServiceLocked - entities: - - uid: 2719 - components: - - type: Transform - pos: -4.5,-137.5 - parent: 2 - - uid: 11931 - components: - - type: Transform - pos: -5.5,-385.5 - parent: 2 -- proto: AirlockTheatreLocked - entities: - - uid: 619 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-126.5 - parent: 2 - - uid: 2016 - components: - - type: Transform - pos: -5.5,-125.5 - parent: 2 - - uid: 2017 - components: - - type: Transform - pos: -5.5,-122.5 - parent: 2 -- proto: AirlockVirologyGlassLocked - entities: - - uid: 1358 - components: - - type: Transform - pos: -2.5,-199.5 - parent: 2 - - uid: 3768 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-198.5 - parent: 2 - - uid: 3867 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-205.5 - parent: 2 - - uid: 3869 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-201.5 - parent: 2 - - uid: 8806 - components: - - type: Transform - pos: -3.5,-192.5 - parent: 2 - - uid: 12114 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-205.5 - parent: 2 -- proto: AirSensor - entities: - - uid: 3400 - components: - - type: Transform - pos: 0.5,-300.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13358 - - uid: 4689 - components: - - type: Transform - pos: 4.5,-301.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13383 - - uid: 8430 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-308.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 8432 - - uid: 10651 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-342.5 - parent: 2 - - uid: 10759 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-337.5 - parent: 2 - - uid: 13072 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-9.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13080 - - uid: 13073 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,1.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 12935 - - uid: 13083 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-16.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13105 - - uid: 13106 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-29.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13109 - - uid: 13107 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-43.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13110 - - uid: 13118 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-55.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13116 - - uid: 13119 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-67.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13115 - - uid: 13120 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-58.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13115 - - uid: 13121 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-62.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13117 - - uid: 13122 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-71.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13124 - - uid: 13125 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-82.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13147 - - uid: 13126 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-94.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13148 - - uid: 13130 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-88.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13150 - - uid: 13131 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-86.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13151 - - uid: 13137 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-88.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13146 - - uid: 13149 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-110.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13161 - - uid: 13153 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-92.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13152 - - uid: 13154 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-109.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13161 - - uid: 13164 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-120.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13165 - - uid: 13167 - components: - - type: Transform - pos: -0.5,-124.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13168 - - uid: 13170 - components: - - type: Transform - pos: 1.5,-116.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13171 - - uid: 13175 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-141.5 - parent: 2 - - uid: 13177 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-149.5 - parent: 2 - - uid: 13179 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-143.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13180 - - uid: 13181 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-138.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13182 - - uid: 13183 - components: - - type: Transform - pos: -4.5,-139.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13185 - - uid: 13184 - components: - - type: Transform - pos: -2.5,-146.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13185 - - uid: 13186 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-135.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13187 - - uid: 13188 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-151.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13189 - - uid: 13206 - components: - - type: Transform - pos: 0.5,-166.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13209 - - uid: 13210 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-176.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13211 - - uid: 13212 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-176.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13213 - - uid: 13214 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-175.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 8201 - - uid: 13217 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-165.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13218 - - uid: 13221 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-190.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13241 - - uid: 13222 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-197.5 - parent: 2 - - uid: 13227 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-206.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13244 - - uid: 13238 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-194.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13239 - - uid: 13246 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-198.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13247 - - uid: 13248 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-193.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13249 - - uid: 13250 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-195.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13251 - - uid: 13253 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-205.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13252 - - uid: 13254 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-201.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13252 - - uid: 13255 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-203.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13252 - - uid: 13256 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-219.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13263 - - uid: 13257 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-219.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13262 - - uid: 13258 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-230.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13261 - - uid: 13259 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-230.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13260 - - uid: 13268 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-218.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13269 - - uid: 13270 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-231.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13269 - - uid: 13316 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-273.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13317 - - uid: 13318 - components: - - type: Transform - pos: 4.5,-271.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13322 - - uid: 13323 - components: - - type: Transform - pos: -6.5,-272.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 2277 - - uid: 13325 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-284.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13333 - - uid: 13326 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-278.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13333 - - uid: 13334 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-286.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13335 - - uid: 13336 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-279.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13341 - - uid: 13337 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-279.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13341 - - uid: 13359 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-307.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13365 - - uid: 13366 - components: - - type: Transform - pos: 0.5,-314.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13370 - - uid: 13371 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-318.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13374 - - uid: 13380 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-302.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13382 - - uid: 13384 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-331.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13391 - - 11906 - - uid: 13392 - components: - - type: Transform - pos: -0.5,-337.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 11906 - - 5925 - - uid: 13401 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-344.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13402 - - uid: 13407 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-345.5 - parent: 2 - - uid: 13422 - components: - - type: Transform - pos: -4.5,-372.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13426 - - uid: 13423 - components: - - type: Transform - pos: 3.5,-360.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13421 - - uid: 13424 - components: - - type: Transform - pos: -2.5,-360.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13421 - - uid: 13425 - components: - - type: Transform - pos: 5.5,-372.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13426 - - uid: 13427 - components: - - type: Transform - pos: -0.5,-365.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13429 - - uid: 14726 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-190.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 14727 - - uid: 15274 - components: - - type: Transform - pos: 6.5,-243.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 15279 - - uid: 15275 - components: - - type: Transform - pos: -0.5,-246.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 15278 - - uid: 15276 - components: - - type: Transform - pos: 0.5,-257.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 15282 - - uid: 15277 - components: - - type: Transform - pos: 4.5,-248.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 15280 - - uid: 15288 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,-246.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 15292 - - uid: 15289 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,-258.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 15292 -- proto: AltarSpawner - entities: - - uid: 2584 - components: - - type: Transform - pos: 4.5,-143.5 - parent: 2 -- proto: AmePart - entities: - - uid: 8631 - components: - - type: Transform - parent: 8630 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 8633 - components: - - type: Transform - parent: 8630 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 8634 - components: - - type: Transform - parent: 8630 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: AmmoTechFabCircuitboard - entities: - - uid: 11670 - components: - - type: Transform - pos: -1.1290574,-7.3283734 - parent: 2 -- proto: AnomalyFloraBulb - entities: - - uid: 6675 - components: - - type: Transform - pos: 1.5,-40.5 - parent: 2 - - uid: 6914 - components: - - type: Transform - pos: 3.5,-41.5 - parent: 2 - - uid: 12929 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-373.5 - parent: 2 - - uid: 15093 - components: - - type: Transform - pos: 11.5,-196.5 - parent: 2 -- proto: AnomalyLocatorWide - entities: - - uid: 10022 - components: - - type: Transform - pos: 3.3139195,-303.7327 - parent: 2 -- proto: AnomalyScanner - entities: - - uid: 10016 - components: - - type: Transform - pos: 4.6213827,-304.56445 - parent: 2 - - uid: 10017 - components: - - type: Transform - pos: 4.3572483,-304.30038 - parent: 2 -- proto: APCBasic - entities: - - uid: 906 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-220.5 - parent: 2 - - uid: 1028 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-247.5 - parent: 2 - - uid: 2002 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-4.5 - parent: 2 - - uid: 2005 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-1.5 - parent: 2 - - uid: 2236 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-56.5 - parent: 2 - - uid: 3200 - components: - - type: Transform - pos: 5.5,-112.5 - parent: 2 - - uid: 4047 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-302.5 - parent: 2 - - uid: 4294 - components: - - type: Transform - pos: 1.5,-115.5 - parent: 2 - - uid: 4348 - components: - - type: Transform - pos: -2.5,-108.5 - parent: 2 - - uid: 5001 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-254.5 - parent: 2 - - uid: 5695 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-6.5 - parent: 2 - - uid: 5743 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-11.5 - parent: 2 - - uid: 5818 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-42.5 - parent: 2 - - uid: 5820 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-30.5 - parent: 2 - - uid: 5969 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-63.5 - parent: 2 - - uid: 5971 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-71.5 - parent: 2 - - uid: 6161 - components: - - type: Transform - pos: -3.5,-80.5 - parent: 2 - - uid: 6162 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-97.5 - parent: 2 - - uid: 6444 - components: - - type: Transform - pos: -3.5,-134.5 - parent: 2 - - uid: 6445 - components: - - type: Transform - pos: 6.5,-137.5 - parent: 2 - - uid: 6918 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-164.5 - parent: 2 - - uid: 6919 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-176.5 - parent: 2 - - uid: 7062 - components: - - type: Transform - pos: 4.5,-188.5 - parent: 2 - - uid: 7063 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-203.5 - parent: 2 - - uid: 7591 - components: - - type: Transform - pos: -2.5,-228.5 - parent: 2 - - uid: 7929 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,-249.5 - parent: 2 - - uid: 8259 - components: - - type: Transform - pos: 13.5,-158.5 - parent: 2 - - type: Battery - startingCharge: 0 - - type: Apc - lastExternalState: Good - lastChargeState: Full - - uid: 8315 - components: - - type: Transform - pos: 17.5,-137.5 - parent: 2 - - type: Battery - startingCharge: 0 - - type: Apc - lastExternalState: Good - lastChargeState: Full - - uid: 9074 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,-264.5 - parent: 2 - - uid: 9166 - components: - - type: Transform - pos: 5.5,-283.5 - parent: 2 - - uid: 9174 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-272.5 - parent: 2 - - uid: 9187 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-272.5 - parent: 2 - - uid: 10277 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-320.5 - parent: 2 - - uid: 10333 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-301.5 - parent: 2 - - uid: 10338 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-317.5 - parent: 2 - - uid: 10957 - components: - - type: Transform - pos: 6.5,-328.5 - parent: 2 - - uid: 11998 - components: - - type: Transform - pos: 0.5,-387.5 - parent: 2 - - type: Battery - startingCharge: 0 - - type: Apc - lastExternalState: Good - lastChargeState: Full - - uid: 14464 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,-84.5 - parent: 2 - - uid: 16641 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -18.5,-266.5 - parent: 2 - - uid: 16689 - components: - - type: Transform - pos: -16.5,-249.5 - parent: 2 -- proto: APCHighCapacity - entities: - - uid: 10937 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-347.5 - parent: 2 - - uid: 10938 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-347.5 - parent: 2 - - uid: 15300 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-335.5 - parent: 2 -- proto: APCHyperCapacity - entities: - - uid: 888 - components: - - type: Transform - pos: 7.5,-334.5 - parent: 2 - - uid: 9616 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,-307.5 - parent: 2 - - uid: 10860 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-344.5 - parent: 2 -- proto: APCSuperCapacity - entities: - - uid: 11557 - components: - - type: Transform - pos: 1.5,-361.5 - parent: 2 -- proto: ArrivalsShuttleTimer - entities: - - uid: 12014 - components: - - type: Transform - pos: 2.5,-36.5 - parent: 2 -- proto: AsteroidRock - entities: - - uid: 6689 - components: - - type: Transform - pos: 29.5,-263.5 - parent: 2 - - uid: 6864 - components: - - type: Transform - pos: 28.5,-263.5 - parent: 2 - - uid: 7496 - components: - - type: Transform - pos: 28.5,-261.5 - parent: 2 - - uid: 8530 - components: - - type: Transform - pos: 28.5,-258.5 - parent: 2 - - uid: 8854 - components: - - type: Transform - pos: 31.5,-261.5 - parent: 2 - - uid: 8859 - components: - - type: Transform - pos: 28.5,-259.5 - parent: 2 -- proto: AsteroidRockGold - entities: - - uid: 4988 - components: - - type: Transform - pos: 27.5,-259.5 - parent: 2 -- proto: AsteroidRockUranium - entities: - - uid: 7371 - components: - - type: Transform - pos: 15.5,-143.5 - parent: 2 - - uid: 7374 - components: - - type: Transform - pos: 17.5,-150.5 - parent: 2 - - uid: 7375 - components: - - type: Transform - pos: 15.5,-148.5 - parent: 2 -- proto: AsteroidRockUraniumCrab - entities: - - uid: 7312 - components: - - type: Transform - pos: 12.5,-150.5 - parent: 2 - - uid: 7368 - components: - - type: Transform - pos: 17.5,-141.5 - parent: 2 - - uid: 7369 - components: - - type: Transform - pos: 13.5,-142.5 - parent: 2 - - uid: 7370 - components: - - type: Transform - pos: 16.5,-143.5 - parent: 2 - - uid: 7372 - components: - - type: Transform - pos: 15.5,-144.5 - parent: 2 - - uid: 7373 - components: - - type: Transform - pos: 15.5,-142.5 - parent: 2 -- proto: AtmosDeviceFanTiny - entities: - - uid: 142 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-16.5 - parent: 2 - - uid: 560 - components: - - type: Transform - pos: 8.5,-43.5 - parent: 2 - - uid: 561 - components: - - type: Transform - pos: 8.5,-31.5 - parent: 2 - - uid: 562 - components: - - type: Transform - pos: -7.5,-43.5 - parent: 2 - - uid: 563 - components: - - type: Transform - pos: -7.5,-36.5 - parent: 2 - - uid: 564 - components: - - type: Transform - pos: 8.5,-36.5 - parent: 2 - - uid: 565 - components: - - type: Transform - pos: 8.5,-29.5 - parent: 2 - - uid: 568 - components: - - type: Transform - pos: -7.5,-31.5 - parent: 2 - - uid: 569 - components: - - type: Transform - pos: -7.5,-29.5 - parent: 2 - - uid: 1627 - components: - - type: Transform - pos: -4.5,-46.5 - parent: 2 - - uid: 1707 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-96.5 - parent: 2 - - uid: 1709 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-94.5 - parent: 2 - - uid: 1710 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-89.5 - parent: 2 - - uid: 1716 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-91.5 - parent: 2 - - uid: 3259 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-87.5 - parent: 2 - - uid: 3260 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-86.5 - parent: 2 - - uid: 5006 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-223.5 - parent: 2 - - uid: 5111 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-242.5 - parent: 2 - - uid: 5119 - components: - - type: Transform - pos: -4.5,-262.5 - parent: 2 - - uid: 8000 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-169.5 - parent: 2 - - uid: 8159 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 20.5,-256.5 - parent: 2 - - uid: 8819 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-278.5 - parent: 2 - - uid: 8820 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-280.5 - parent: 2 - - uid: 8836 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-269.5 - parent: 2 - - uid: 8839 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-272.5 - parent: 2 - - uid: 8841 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-273.5 - parent: 2 - - uid: 10080 - components: - - type: Transform - pos: -4.5,-295.5 - parent: 2 - - uid: 10682 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-146.5 - parent: 2 - - uid: 10852 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-145.5 - parent: 2 - - uid: 11507 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-178.5 - parent: 2 - - uid: 11882 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-381.5 - parent: 2 - - uid: 13243 - components: - - type: Transform - pos: 5.5,-321.5 - parent: 2 - - uid: 14291 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-301.5 - parent: 2 -- proto: AtmosFixBlockerMarker - entities: - - uid: 4989 - components: - - type: Transform - pos: -21.5,-255.5 - parent: 2 - - uid: 16536 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,-261.5 - parent: 2 - - uid: 16539 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,-260.5 - parent: 2 - - uid: 16540 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,-259.5 - parent: 2 - - uid: 16541 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,-259.5 - parent: 2 - - uid: 16542 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,-260.5 - parent: 2 - - uid: 16543 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,-261.5 - parent: 2 - - uid: 16544 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,-261.5 - parent: 2 - - uid: 16545 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,-260.5 - parent: 2 - - uid: 16546 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,-259.5 - parent: 2 - - uid: 16547 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,-257.5 - parent: 2 - - uid: 16548 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,-257.5 - parent: 2 - - uid: 16550 - components: - - type: Transform - pos: -21.5,-257.5 - parent: 2 - - uid: 16551 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,-255.5 - parent: 2 - - uid: 16552 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,-255.5 - parent: 2 - - uid: 16553 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,-253.5 - parent: 2 - - uid: 16554 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,-253.5 - parent: 2 - - uid: 16555 - components: - - type: Transform - pos: -21.5,-253.5 - parent: 2 -- proto: AtmosFixFreezerMarker - entities: - - uid: 1626 - components: - - type: Transform - pos: -3.5,-92.5 - parent: 2 - - uid: 1786 - components: - - type: Transform - pos: -5.5,-91.5 - parent: 2 - - uid: 1787 - components: - - type: Transform - pos: -5.5,-92.5 - parent: 2 - - uid: 1788 - components: - - type: Transform - pos: -4.5,-91.5 - parent: 2 - - uid: 1789 - components: - - type: Transform - pos: -4.5,-92.5 - parent: 2 - - uid: 1790 - components: - - type: Transform - pos: -3.5,-91.5 - parent: 2 - - uid: 1792 - components: - - type: Transform - pos: -2.5,-91.5 - parent: 2 - - uid: 1793 - components: - - type: Transform - pos: -2.5,-92.5 - parent: 2 - - uid: 1794 - components: - - type: Transform - pos: -1.5,-91.5 - parent: 2 - - uid: 1795 - components: - - type: Transform - pos: -1.5,-92.5 - parent: 2 - - uid: 1796 - components: - - type: Transform - pos: -2.5,-93.5 - parent: 2 - - uid: 1797 - components: - - type: Transform - pos: -3.5,-93.5 - parent: 2 - - uid: 1798 - components: - - type: Transform - pos: -4.5,-93.5 - parent: 2 - - uid: 1799 - components: - - type: Transform - pos: -4.5,-90.5 - parent: 2 - - uid: 1800 - components: - - type: Transform - pos: -3.5,-90.5 - parent: 2 - - uid: 1801 - components: - - type: Transform - pos: -2.5,-90.5 - parent: 2 - - uid: 7430 - components: - - type: Transform - pos: -8.5,-300.5 - parent: 2 - - uid: 8923 - components: - - type: Transform - pos: -8.5,-299.5 - parent: 2 - - uid: 8970 - components: - - type: Transform - pos: -9.5,-299.5 - parent: 2 - - uid: 13299 - components: - - type: Transform - pos: -9.5,-300.5 - parent: 2 -- proto: AtmosFixPlasmaMarker - entities: - - uid: 12605 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,-251.5 - parent: 2 - - uid: 13240 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,-251.5 - parent: 2 - - uid: 14223 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,-251.5 - parent: 2 -- proto: Autolathe - entities: - - uid: 4985 - components: - - type: Transform - pos: 17.5,-245.5 - parent: 2 - - uid: 9073 - components: - - type: Transform - pos: 6.5,-273.5 - parent: 2 - - uid: 14289 - components: - - type: Transform - pos: -5.5,-299.5 - parent: 2 -- proto: BackgammonBoard - entities: - - uid: 3707 - components: - - type: Transform - pos: 6.5271845,-122.9964 - parent: 2 -- proto: BananaPhoneInstrument - entities: - - uid: 2015 - components: - - type: Transform - pos: -7.68055,-124.47525 - parent: 2 -- proto: BannerCargo - entities: - - uid: 8378 - components: - - type: Transform - pos: -0.5,-282.5 - parent: 2 - - uid: 14027 - components: - - type: Transform - pos: -0.5,-276.5 - parent: 2 -- proto: BannerEngineering - entities: - - uid: 14010 - components: - - type: Transform - pos: -2.5,-246.5 - parent: 2 -- proto: BarberScissors - entities: - - uid: 14338 - components: - - type: Transform - pos: 16.483294,-59.410294 - parent: 2 - - uid: 14356 - components: - - type: Transform - pos: 14.515497,-59.39709 - parent: 2 - - uid: 14477 - components: - - type: Transform - parent: 14476 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: Barricade - entities: - - uid: 2819 - components: - - type: Transform - pos: 8.5,-146.5 - parent: 2 - - uid: 2820 - components: - - type: Transform - pos: 8.5,-136.5 - parent: 2 - - uid: 3399 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-148.5 - parent: 2 - - uid: 3889 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-200.5 - parent: 2 - - uid: 7358 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,-156.5 - parent: 2 - - uid: 7363 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-141.5 - parent: 2 - - uid: 7365 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-141.5 - parent: 2 - - uid: 7367 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-150.5 - parent: 2 - - uid: 7401 - components: - - type: Transform - pos: 8.5,-162.5 - parent: 2 - - uid: 16525 - components: - - type: Transform - pos: -10.5,-167.5 - parent: 2 - - uid: 16526 - components: - - type: Transform - pos: -7.5,-162.5 - parent: 2 -- proto: BarricadeBlock - entities: - - uid: 208 - components: - - type: Transform - pos: -7.5,-43.5 - parent: 2 - - uid: 1689 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-71.5 - parent: 2 - - uid: 2986 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-376.5 - parent: 2 - - uid: 3770 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-198.5 - parent: 2 - - uid: 3886 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-201.5 - parent: 2 - - uid: 3888 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-205.5 - parent: 2 - - uid: 3952 - components: - - type: Transform - pos: -1.5,-206.5 - parent: 2 - - uid: 7366 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 15.5,-155.5 - parent: 2 - - uid: 8810 - components: - - type: Transform - pos: -3.5,-192.5 - parent: 2 - - uid: 12082 - components: - - type: Transform - pos: 0.5,-382.5 - parent: 2 - - uid: 12946 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-380.5 - parent: 2 - - uid: 16527 - components: - - type: Transform - pos: -7.5,-167.5 - parent: 2 - - uid: 16528 - components: - - type: Transform - pos: -10.5,-162.5 - parent: 2 -- proto: BarricadeDirectional - entities: - - uid: 7364 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-141.5 - parent: 2 - - uid: 7402 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-162.5 - parent: 2 -- proto: BarSign - entities: - - uid: 9790 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-60.5 - parent: 2 -- proto: BaseComputer - entities: - - uid: 9704 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,-305.5 - parent: 2 -- proto: BaseSecretDoorAssembly - entities: - - uid: 1459 - components: - - type: Transform - pos: 4.5,-71.5 - parent: 2 -- proto: Beaker - entities: - - uid: 2296 - components: - - type: Transform - pos: 1.3710482,-86.542175 - parent: 2 - - uid: 2297 - components: - - type: Transform - pos: 1.1890888,-86.33679 - parent: 2 - - uid: 3143 - components: - - type: Transform - pos: 7.5955358,-168.1076 - parent: 2 - - uid: 3145 - components: - - type: Transform - pos: 7.718798,-168.31004 - parent: 2 - - uid: 3906 - components: - - type: Transform - pos: -6.721316,-194.7393 - parent: 2 - - uid: 3908 - components: - - type: Transform - pos: -6.686098,-195.08257 - parent: 2 - - uid: 3916 - components: - - type: Transform - pos: -4.0606456,-198.2437 - parent: 2 - - uid: 3917 - components: - - type: Transform - pos: -4.2543435,-198.42853 - parent: 2 - - uid: 11686 - components: - - type: Transform - pos: 2.6228993,-370.27484 - parent: 2 - - uid: 26550 - components: - - type: Transform - pos: 2.312565,-370.50742 - parent: 2 -- proto: Bed - entities: - - uid: 1078 - components: - - type: Transform - pos: 4.5,-64.5 - parent: 2 - - uid: 1406 - components: - - type: Transform - pos: -5.5,-73.5 - parent: 2 - - uid: 1686 - components: - - type: Transform - pos: -6.5,-112.5 - parent: 2 - - uid: 1989 - components: - - type: Transform - pos: -8.5,-112.5 - parent: 2 - - uid: 1991 - components: - - type: Transform - pos: -8.5,-115.5 - parent: 2 - - uid: 1995 - components: - - type: Transform - pos: -6.5,-121.5 - parent: 2 - - uid: 1999 - components: - - type: Transform - pos: -6.5,-124.5 - parent: 2 - - uid: 2082 - components: - - type: Transform - pos: -6.5,-115.5 - parent: 2 - - uid: 2086 - components: - - type: Transform - pos: -6.5,-118.5 - parent: 2 - - uid: 2087 - components: - - type: Transform - pos: -8.5,-118.5 - parent: 2 - - uid: 2233 - components: - - type: Transform - pos: -0.5,-116.5 - parent: 2 - - uid: 2712 - components: - - type: Transform - pos: 6.5,-139.5 - parent: 2 - - uid: 2721 - components: - - type: Transform - pos: -5.5,-135.5 - parent: 2 - - uid: 5873 - components: - - type: Transform - pos: -0.5,-14.5 - parent: 2 - - uid: 8345 - components: - - type: Transform - pos: 10.5,-250.5 - parent: 2 - - uid: 9014 - components: - - type: Transform - pos: 4.5,-285.5 - parent: 2 - - uid: 9744 - components: - - type: Transform - pos: -9.5,-302.5 - parent: 2 - - uid: 10742 - components: - - type: Transform - pos: -4.5,-206.5 - parent: 2 - - uid: 11102 - components: - - type: Transform - pos: -2.5,-344.5 - parent: 2 - - uid: 11771 - components: - - type: Transform - pos: 7.5,-364.5 - parent: 2 - - uid: 11772 - components: - - type: Transform - pos: 7.5,-367.5 - parent: 2 - - uid: 11774 - components: - - type: Transform - pos: -6.5,-367.5 - parent: 2 - - uid: 11775 - components: - - type: Transform - pos: -6.5,-364.5 - parent: 2 - - uid: 11787 - components: - - type: Transform - pos: -5.5,-372.5 - parent: 2 - - uid: 11789 - components: - - type: Transform - pos: -5.5,-371.5 - parent: 2 - - uid: 15748 - components: - - type: Transform - pos: -4.5,-200.5 - parent: 2 -- proto: BedsheetBlack - entities: - - uid: 964 - components: - - type: Transform - pos: 4.5,-64.5 - parent: 2 - - uid: 2713 - components: - - type: Transform - pos: 6.5,-139.5 - parent: 2 -- proto: BedsheetBrown - entities: - - uid: 3257 - components: - - type: Transform - pos: -5.5,-73.5 - parent: 2 -- proto: BedsheetCaptain - entities: - - uid: 296 - components: - - type: Transform - pos: -0.5,-14.5 - parent: 2 -- proto: BedsheetCE - entities: - - uid: 8441 - components: - - type: Transform - pos: 10.5,-250.5 - parent: 2 -- proto: BedsheetClown - entities: - - uid: 2046 - components: - - type: Transform - pos: -6.5,-124.5 - parent: 2 -- proto: BedsheetCMO - entities: - - uid: 7002 - components: - - type: Transform - pos: 5.5,-180.5 - parent: 2 -- proto: BedsheetGreen - entities: - - uid: 3880 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-200.5 - parent: 2 - - uid: 3881 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-206.5 - parent: 2 -- proto: BedsheetHOP - entities: - - uid: 2221 - components: - - type: Transform - pos: -0.5,-116.5 - parent: 2 -- proto: BedsheetHOS - entities: - - uid: 11096 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-344.5 - parent: 2 -- proto: BedsheetMedical - entities: - - uid: 2462 - components: - - type: Transform - pos: 8.5,-176.5 - parent: 2 - - uid: 3683 - components: - - type: Transform - pos: 3.5,-172.5 - parent: 2 - - uid: 3684 - components: - - type: Transform - pos: 3.5,-174.5 - parent: 2 - - uid: 3688 - components: - - type: Transform - pos: 8.5,-174.5 - parent: 2 - - uid: 3689 - components: - - type: Transform - pos: 8.5,-172.5 - parent: 2 - - uid: 11438 - components: - - type: Transform - pos: -4.5,-361.5 - parent: 2 -- proto: BedsheetMime - entities: - - uid: 2025 - components: - - type: Transform - pos: -6.5,-121.5 - parent: 2 -- proto: BedsheetOrange - entities: - - uid: 11779 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-367.5 - parent: 2 - - uid: 11780 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-364.5 - parent: 2 - - uid: 11781 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-364.5 - parent: 2 - - uid: 11782 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-367.5 - parent: 2 - - uid: 11791 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-371.5 - parent: 2 - - uid: 11792 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-372.5 - parent: 2 -- proto: BedsheetQM - entities: - - uid: 9013 - components: - - type: Transform - pos: 4.5,-285.5 - parent: 2 -- proto: BedsheetRD - entities: - - uid: 9824 - components: - - type: Transform - pos: -9.5,-302.5 - parent: 2 -- proto: BedsheetSpawner - entities: - - uid: 2088 - components: - - type: Transform - pos: -8.5,-118.5 - parent: 2 - - uid: 2089 - components: - - type: Transform - pos: -6.5,-118.5 - parent: 2 - - uid: 2090 - components: - - type: Transform - pos: -6.5,-115.5 - parent: 2 - - uid: 2091 - components: - - type: Transform - pos: -8.5,-115.5 - parent: 2 - - uid: 2092 - components: - - type: Transform - pos: -8.5,-112.5 - parent: 2 - - uid: 2093 - components: - - type: Transform - pos: -6.5,-112.5 - parent: 2 - - uid: 2680 - components: - - type: Transform - pos: -5.5,-135.5 - parent: 2 -- proto: BenchBlueComfy - entities: - - uid: 132 - components: - - type: Transform - pos: 6.5,-5.5 - parent: 2 - - uid: 160 - components: - - type: Transform - pos: 3.5,-5.5 - parent: 2 - - uid: 162 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-8.5 - parent: 2 - - uid: 170 - components: - - type: Transform - pos: 5.5,-5.5 - parent: 2 - - uid: 171 - components: - - type: Transform - pos: 4.5,-5.5 - parent: 2 - - uid: 172 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-8.5 - parent: 2 - - uid: 173 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-8.5 - parent: 2 - - uid: 174 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-8.5 - parent: 2 - - uid: 14746 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-309.5 - parent: 2 - - uid: 14747 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-309.5 - parent: 2 - - uid: 14748 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-309.5 - parent: 2 -- proto: BenchColorfulComfy - entities: - - uid: 4179 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-314.5 - parent: 2 - - uid: 11419 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-313.5 - parent: 2 - - uid: 13351 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-312.5 - parent: 2 -- proto: BenchComfy - entities: - - uid: 10574 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-300.5 - parent: 2 - - uid: 10575 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-301.5 - parent: 2 - - uid: 10576 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-302.5 - parent: 2 - - uid: 14736 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-191.5 - parent: 2 - - uid: 14737 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-191.5 - parent: 2 -- proto: BenchRedComfy - entities: - - uid: 597 - components: - - type: Transform - pos: 2.5,-30.5 - parent: 2 - - uid: 687 - components: - - type: Transform - pos: -3.5,-30.5 - parent: 2 - - uid: 688 - components: - - type: Transform - pos: -2.5,-30.5 - parent: 2 - - uid: 689 - components: - - type: Transform - pos: -1.5,-30.5 - parent: 2 - - uid: 690 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-29.5 - parent: 2 - - uid: 691 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-29.5 - parent: 2 - - uid: 692 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-29.5 - parent: 2 - - uid: 695 - components: - - type: Transform - pos: 1.5,-30.5 - parent: 2 - - uid: 697 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-29.5 - parent: 2 - - uid: 699 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-29.5 - parent: 2 - - uid: 791 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-41.5 - parent: 2 - - uid: 792 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-40.5 - parent: 2 - - uid: 805 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-39.5 - parent: 2 - - uid: 825 - components: - - type: Transform - pos: 2.5,-42.5 - parent: 2 - - uid: 833 - components: - - type: Transform - pos: 3.5,-42.5 - parent: 2 - - uid: 3126 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-246.5 - parent: 2 - - uid: 3134 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-250.5 - parent: 2 - - uid: 3489 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-249.5 - parent: 2 - - uid: 3840 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,-139.5 - parent: 2 - - uid: 4197 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-138.5 - parent: 2 - - uid: 6845 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-147.5 - parent: 2 - - uid: 7231 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-146.5 - parent: 2 - - uid: 7232 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-143.5 - parent: 2 - - uid: 7234 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-144.5 - parent: 2 - - uid: 7236 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-148.5 - parent: 2 - - uid: 7238 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,-143.5 - parent: 2 - - uid: 7251 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,-148.5 - parent: 2 - - uid: 7311 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-153.5 - parent: 2 - - uid: 7314 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-153.5 - parent: 2 - - uid: 7316 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-139.5 - parent: 2 - - uid: 7317 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-139.5 - parent: 2 - - uid: 7320 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-151.5 - parent: 2 - - uid: 7321 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-151.5 - parent: 2 - - uid: 7322 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-152.5 - parent: 2 - - uid: 7324 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-153.5 - parent: 2 - - uid: 7325 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,-152.5 - parent: 2 - - uid: 7326 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-152.5 - parent: 2 - - uid: 7327 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,-151.5 - parent: 2 - - uid: 7328 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-151.5 - parent: 2 - - uid: 7329 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,-138.5 - parent: 2 - - uid: 7331 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-140.5 - parent: 2 - - uid: 7332 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-140.5 - parent: 2 - - uid: 7333 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-140.5 - parent: 2 - - uid: 7336 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-159.5 - parent: 2 - - uid: 7337 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-159.5 - parent: 2 - - uid: 7338 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-160.5 - parent: 2 - - uid: 7339 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-160.5 - parent: 2 - - uid: 7340 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-161.5 - parent: 2 - - uid: 7341 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-161.5 - parent: 2 - - uid: 7342 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,-161.5 - parent: 2 - - uid: 7343 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-161.5 - parent: 2 - - uid: 7344 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-160.5 - parent: 2 - - uid: 7345 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,-160.5 - parent: 2 - - uid: 7346 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,-159.5 - parent: 2 - - uid: 7347 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-159.5 - parent: 2 - - uid: 7349 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,-165.5 - parent: 2 - - uid: 7521 - components: - - type: Transform - pos: -6.5,-61.5 - parent: 2 - - uid: 7522 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-64.5 - parent: 2 - - uid: 7921 - components: - - type: Transform - pos: -5.5,-61.5 - parent: 2 - - uid: 7926 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-64.5 - parent: 2 - - uid: 9431 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-68.5 - parent: 2 - - uid: 9433 - components: - - type: Transform - pos: -6.5,-65.5 - parent: 2 - - uid: 10868 - components: - - type: Transform - pos: -6.5,-57.5 - parent: 2 - - uid: 10932 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-332.5 - parent: 2 - - uid: 10933 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-331.5 - parent: 2 - - uid: 10934 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-329.5 - parent: 2 - - uid: 11893 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-247.5 - parent: 2 - - uid: 14373 - components: - - type: Transform - pos: 13.5,-77.5 - parent: 2 - - uid: 14420 - components: - - type: Transform - pos: 14.5,-77.5 - parent: 2 - - uid: 14421 - components: - - type: Transform - pos: 16.5,-77.5 - parent: 2 - - uid: 14422 - components: - - type: Transform - pos: 17.5,-77.5 - parent: 2 - - uid: 14435 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-79.5 - parent: 2 - - uid: 14436 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-79.5 - parent: 2 - - uid: 14438 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,-83.5 - parent: 2 - - uid: 14439 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,-83.5 - parent: 2 - - uid: 14440 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-84.5 - parent: 2 - - uid: 14443 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,-84.5 - parent: 2 - - uid: 14446 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,-82.5 - parent: 2 - - uid: 14449 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,-82.5 - parent: 2 - - uid: 14456 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-80.5 - parent: 2 - - uid: 14458 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,-80.5 - parent: 2 - - uid: 15809 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-60.5 - parent: 2 -- proto: BlastDoor - entities: - - uid: 1749 - components: - - type: Transform - pos: -4.5,-56.5 - parent: 2 - - type: DeviceLinkSink - links: - - 1767 - - uid: 1750 - components: - - type: Transform - pos: -3.5,-56.5 - parent: 2 - - type: DeviceLinkSink - links: - - 1767 - - uid: 9906 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-312.5 - parent: 2 - - type: DeviceLinkSink - links: - - 10008 - - uid: 9908 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-313.5 - parent: 2 - - type: DeviceLinkSink - links: - - 10008 - - uid: 9941 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-314.5 - parent: 2 - - type: DeviceLinkSink - links: - - 10008 - - uid: 10001 - components: - - type: Transform - pos: -10.5,-314.5 - parent: 2 - - type: DeviceLinkSink - links: - - 10009 - - uid: 10003 - components: - - type: Transform - pos: -10.5,-315.5 - parent: 2 - - type: DeviceLinkSink - links: - - 10009 - - uid: 10004 - components: - - type: Transform - pos: -10.5,-313.5 - parent: 2 - - type: DeviceLinkSink - links: - - 10009 - - uid: 11201 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-357.5 - parent: 2 - - type: DeviceLinkSink - links: - - 11710 - - uid: 11940 - components: - - type: Transform - pos: -3.5,-385.5 - parent: 2 - - uid: 11943 - components: - - type: Transform - pos: -4.5,-385.5 - parent: 2 -- proto: BlastDoorOpen - entities: - - uid: 2222 - components: - - type: Transform - pos: -2.5,-114.5 - parent: 2 - - type: DeviceLinkSink - links: - - 11312 - - uid: 2223 - components: - - type: Transform - pos: -2.5,-113.5 - parent: 2 - - type: DeviceLinkSink - links: - - 11312 - - uid: 2224 - components: - - type: Transform - pos: -2.5,-112.5 - parent: 2 - - type: DeviceLinkSink - links: - - 11312 - - uid: 6255 - components: - - type: Transform - pos: 2.5,-178.5 - parent: 2 - - type: DeviceLinkSink - links: - - 2485 - - uid: 7874 - components: - - type: Transform - pos: 2.5,-179.5 - parent: 2 - - type: DeviceLinkSink - links: - - 2485 - - uid: 8236 - components: - - type: Transform - pos: -1.5,-253.5 - parent: 2 - - uid: 8238 - components: - - type: Transform - pos: -2.5,-330.5 - parent: 2 - - uid: 8549 - components: - - type: Transform - pos: -2.5,-331.5 - parent: 2 - - uid: 8801 - components: - - type: Transform - pos: 10.5,-281.5 - parent: 2 - - type: DeviceLinkSink - links: - - 9008 - - uid: 8803 - components: - - type: Transform - pos: 10.5,-277.5 - parent: 2 - - type: DeviceLinkSink - links: - - 9009 - - uid: 10915 - components: - - type: Transform - pos: -2.5,-329.5 - parent: 2 - - uid: 13998 - components: - - type: Transform - pos: -1.5,-255.5 - parent: 2 - - uid: 14025 - components: - - type: Transform - pos: -1.5,-254.5 - parent: 2 -- proto: BlockGameArcade - entities: - - uid: 1756 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-27.5 - parent: 2 -- proto: BlockGameArcadeComputerCircuitboard - entities: - - uid: 15271 - components: - - type: Transform - pos: 6.380858,-242.27087 - parent: 2 -- proto: BodyBag_Folded - entities: - - uid: 2706 - components: - - type: Transform - pos: 3.4006777,-137.08098 - parent: 2 - - uid: 2707 - components: - - type: Transform - pos: 3.6031802,-137.20421 - parent: 2 - - uid: 2708 - components: - - type: Transform - pos: 3.4711132,-137.28342 - parent: 2 - - uid: 2845 - components: - - type: Transform - pos: -2.3260214,-174.77829 - parent: 2 - - uid: 2930 - components: - - type: Transform - pos: -2.5666766,-174.61398 - parent: 2 - - uid: 3239 - components: - - type: Transform - pos: -2.5608068,-174.98366 - parent: 2 - - uid: 3240 - components: - - type: Transform - pos: -2.34363,-175.13622 - parent: 2 -- proto: BookAtmosAirAlarms - entities: - - uid: 17059 - components: - - type: Transform - parent: 17056 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: BookAtmosDistro - entities: - - uid: 17060 - components: - - type: Transform - parent: 17056 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: BookAtmosVentsMore - entities: - - uid: 17062 - components: - - type: Transform - parent: 17056 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: BookAtmosWaste - entities: - - uid: 17057 - components: - - type: Transform - parent: 17056 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: BookshelfFilled - entities: - - uid: 1759 - components: - - type: Transform - pos: -5.5,-146.5 - parent: 2 - - uid: 2604 - components: - - type: Transform - pos: -5.5,-143.5 - parent: 2 - - uid: 2614 - components: - - type: Transform - pos: -3.5,-143.5 - parent: 2 - - uid: 2615 - components: - - type: Transform - pos: -2.5,-143.5 - parent: 2 - - uid: 2628 - components: - - type: Transform - pos: -2.5,-145.5 - parent: 2 - - uid: 2629 - components: - - type: Transform - pos: -4.5,-145.5 - parent: 2 - - uid: 2630 - components: - - type: Transform - pos: -5.5,-145.5 - parent: 2 - - uid: 2631 - components: - - type: Transform - pos: -2.5,-147.5 - parent: 2 - - uid: 2632 - components: - - type: Transform - pos: -3.5,-147.5 - parent: 2 - - uid: 2633 - components: - - type: Transform - pos: -5.5,-147.5 - parent: 2 - - uid: 2742 - components: - - type: Transform - pos: -5.5,-142.5 - parent: 2 - - uid: 4786 - components: - - type: Transform - pos: -5.5,-144.5 - parent: 2 - - uid: 7551 - components: - - type: Transform - pos: -5.5,-148.5 - parent: 2 -- proto: BoozeDispenser - entities: - - uid: 1249 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-64.5 - parent: 2 -- proto: BorgCharger - entities: - - uid: 8697 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-251.5 - parent: 2 - - uid: 9975 - components: - - type: Transform - pos: 7.5,-310.5 - parent: 2 -- proto: BorgChargerCircuitboard - entities: - - uid: 14743 - components: - - type: Transform - pos: -5.6778665,-307.2365 - parent: 2 -- proto: BoxBeaker - entities: - - uid: 3141 - components: - - type: Transform - pos: 6.935201,-165.38791 - parent: 2 -- proto: BoxBodyBag - entities: - - uid: 3048 - components: - - type: Transform - pos: -2.6240926,-174.26779 - parent: 2 -- proto: BoxCandle - entities: - - uid: 14729 - components: - - type: Transform - pos: -5.4542284,-189.36801 - parent: 2 -- proto: BoxDarts - entities: - - uid: 13431 - components: - - type: Transform - pos: -2.9653907,-32.45716 - parent: 2 -- proto: BoxFolderBase - entities: - - uid: 2773 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.2406995,-121.34473 - parent: 2 -- proto: BoxFolderBlack - entities: - - uid: 2567 - components: - - type: Transform - pos: 6.7308598,-6.9109907 - parent: 2 - - uid: 11073 - components: - - type: Transform - pos: 4.492667,-332.38788 - parent: 2 -- proto: BoxFolderBlue - entities: - - uid: 2781 - components: - - type: Transform - pos: 3.4805696,-6.920642 - parent: 2 -- proto: BoxFolderGreen - entities: - - uid: 2744 - components: - - type: Transform - pos: -5.3577433,-140.33952 - parent: 2 - - uid: 2780 - components: - - type: Transform - pos: 2.4827733,-42.50757 - parent: 2 -- proto: BoxFolderGrey - entities: - - uid: 11076 - components: - - type: Transform - pos: 5.4435487,-332.5595 - parent: 2 -- proto: BoxFolderRed - entities: - - uid: 750 - components: - - type: Transform - pos: -6.554108,-339.5885 - parent: 2 - - uid: 2745 - components: - - type: Transform - pos: -5.6042686,-140.69159 - parent: 2 - - uid: 2777 - components: - - type: Transform - pos: 1.1156995,-121.4541 - parent: 2 - - uid: 2778 - components: - - type: Transform - pos: 1.4750745,-67.40666 - parent: 2 - - uid: 11074 - components: - - type: Transform - pos: 4.703974,-332.5463 - parent: 2 - - uid: 12731 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.4252734,-358.4766 - parent: 2 - - uid: 12998 - components: - - type: Transform - pos: -6.6729684,-339.83936 - parent: 2 -- proto: BoxFolderWhite - entities: - - uid: 11075 - components: - - type: Transform - pos: 5.205828,-332.4011 - parent: 2 -- proto: BoxFolderYellow - entities: - - uid: 1075 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.4889371,-58.428474 - parent: 2 - - uid: 2776 - components: - - type: Transform - pos: 1.5844495,-121.53223 - parent: 2 - - uid: 4978 - components: - - type: Transform - pos: 1.5176499,-251.36285 - parent: 2 - - uid: 6638 - components: - - type: Transform - pos: 5.4400353,-254.3202 - parent: 2 - - uid: 9083 - components: - - type: Transform - pos: 4.3809915,-273.23694 - parent: 2 -- proto: BoxHandcuff - entities: - - uid: 10681 - components: - - type: Transform - pos: -6.2767687,-339.93176 - parent: 2 -- proto: BoxLightbulb - entities: - - uid: 8905 - components: - - type: Transform - pos: 8.347681,-249.4434 - parent: 2 - - uid: 8906 - components: - - type: Transform - pos: 8.628931,-249.4434 - parent: 2 -- proto: BoxLightMixed - entities: - - uid: 8965 - components: - - type: Transform - pos: -13.339703,-245.36317 - parent: 2 -- proto: BoxMouthSwab - entities: - - uid: 10678 - components: - - type: Transform - pos: -6.5179734,-193.50864 - parent: 2 -- proto: BoxSterileMask - entities: - - uid: 7209 - components: - - type: Transform - pos: 3.6734588,-199.50243 - parent: 2 - - uid: 10708 - components: - - type: Transform - pos: -6.124293,-193.22752 - parent: 2 -- proto: BoxSyringe - entities: - - uid: 2331 - components: - - type: Transform - pos: -6.1348615,-84.71074 - parent: 2 - - uid: 2909 - components: - - type: Transform - pos: 1.3851851,-192.22426 - parent: 2 -- proto: BrbSign - entities: - - uid: 2269 - components: - - type: Transform - pos: -0.49859565,-122.45183 - parent: 2 -- proto: BriefcaseBrown - entities: - - uid: 14481 - components: - - type: Transform - pos: 17.608545,-82.66066 - parent: 2 -- proto: BriefcaseBrownFilled - entities: - - uid: 10798 - components: - - type: Transform - pos: 4.4794602,-328.2291 - parent: 2 -- proto: BrigTimer - entities: - - uid: 11154 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-368.5 - parent: 2 - - uid: 11330 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-365.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 11261: - - Timer: Open - - uid: 11331 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-365.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 11260: - - Timer: Open - - uid: 11332 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-362.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 11259: - - Timer: Open - - uid: 11439 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-368.5 - parent: 2 - - uid: 11496 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-362.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 11258: - - Timer: Open -- proto: Brutepack - entities: - - uid: 3699 - components: - - type: Transform - pos: 8.449239,-173.24081 - parent: 2 - - uid: 3700 - components: - - type: Transform - pos: 8.72658,-177.42598 - parent: 2 -- proto: Bucket - entities: - - uid: 1742 - components: - - type: Transform - pos: -3.7102582,-53.682693 - parent: 2 - - uid: 3244 - components: - - type: Transform - pos: -1.1669447,-173.19298 - parent: 2 - - uid: 12151 - components: - - type: Transform - pos: -5.7254634,-38.660492 - parent: 2 - - uid: 14479 - components: - - type: Transform - parent: 14476 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 14762 - components: - - type: Transform - parent: 14755 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 26547 - components: - - type: Transform - pos: -4.342669,-374.57834 - parent: 2 -- proto: CableApcExtension - entities: - - uid: 61 - components: - - type: Transform - pos: 5.5,-97.5 - parent: 2 - - uid: 74 - components: - - type: Transform - pos: 6.5,-260.5 - parent: 2 - - uid: 80 - components: - - type: Transform - pos: 4.5,-97.5 - parent: 2 - - uid: 168 - components: - - type: Transform - pos: -0.5,-58.5 - parent: 2 - - uid: 250 - components: - - type: Transform - pos: 5.5,-45.5 - parent: 2 - - uid: 267 - components: - - type: Transform - pos: -4.5,-112.5 - parent: 2 - - uid: 377 - components: - - type: Transform - pos: 7.5,-97.5 - parent: 2 - - uid: 627 - components: - - type: Transform - pos: -4.5,-109.5 - parent: 2 - - uid: 634 - components: - - type: Transform - pos: -4.5,-111.5 - parent: 2 - - uid: 636 - components: - - type: Transform - pos: -4.5,-110.5 - parent: 2 - - uid: 652 - components: - - type: Transform - pos: 5.5,-268.5 - parent: 2 - - uid: 745 - components: - - type: Transform - pos: -3.5,-109.5 - parent: 2 - - uid: 753 - components: - - type: Transform - pos: -2.5,-109.5 - parent: 2 - - uid: 790 - components: - - type: Transform - pos: 7.5,-225.5 - parent: 2 - - uid: 827 - components: - - type: Transform - pos: 5.5,-220.5 - parent: 2 - - uid: 843 - components: - - type: Transform - pos: -3.5,-330.5 - parent: 2 - - uid: 986 - components: - - type: Transform - pos: 3.5,-147.5 - parent: 2 - - uid: 1006 - components: - - type: Transform - pos: 7.5,-138.5 - parent: 2 - - uid: 1037 - components: - - type: Transform - pos: -4.5,-27.5 - parent: 2 - - uid: 1125 - components: - - type: Transform - pos: -4.5,-18.5 - parent: 2 - - uid: 1130 - components: - - type: Transform - pos: -4.5,-28.5 - parent: 2 - - uid: 1329 - components: - - type: Transform - pos: -5.5,-59.5 - parent: 2 - - uid: 1367 - components: - - type: Transform - pos: -5.5,-62.5 - parent: 2 - - uid: 1380 - components: - - type: Transform - pos: -5.5,-61.5 - parent: 2 - - uid: 1384 - components: - - type: Transform - pos: -5.5,-60.5 - parent: 2 - - uid: 1385 - components: - - type: Transform - pos: 0.5,-58.5 - parent: 2 - - uid: 1401 - components: - - type: Transform - pos: 6.5,-80.5 - parent: 2 - - uid: 1468 - components: - - type: Transform - pos: 16.5,-240.5 - parent: 2 - - uid: 1494 - components: - - type: Transform - pos: 18.5,-243.5 - parent: 2 - - uid: 1802 - components: - - type: Transform - pos: 0.5,-24.5 - parent: 2 - - uid: 1834 - components: - - type: Transform - pos: -17.5,-252.5 - parent: 2 - - uid: 1837 - components: - - type: Transform - pos: 5.5,-221.5 - parent: 2 - - uid: 2004 - components: - - type: Transform - pos: -5.5,-1.5 - parent: 2 - - uid: 2059 - components: - - type: Transform - pos: 3.5,-64.5 - parent: 2 - - uid: 2060 - components: - - type: Transform - pos: 3.5,-62.5 - parent: 2 - - uid: 2061 - components: - - type: Transform - pos: -1.5,-56.5 - parent: 2 - - uid: 2063 - components: - - type: Transform - pos: -0.5,-56.5 - parent: 2 - - uid: 2065 - components: - - type: Transform - pos: 2.5,-52.5 - parent: 2 - - uid: 2066 - components: - - type: Transform - pos: -0.5,-64.5 - parent: 2 - - uid: 2194 - components: - - type: Transform - pos: -9.5,-300.5 - parent: 2 - - uid: 2293 - components: - - type: Transform - pos: 1.5,1.5 - parent: 2 - - uid: 2318 - components: - - type: Transform - pos: -0.5,-17.5 - parent: 2 - - uid: 2323 - components: - - type: Transform - pos: -2.5,-17.5 - parent: 2 - - uid: 2324 - components: - - type: Transform - pos: -1.5,-17.5 - parent: 2 - - uid: 2328 - components: - - type: Transform - pos: 1.5,-16.5 - parent: 2 - - uid: 2422 - components: - - type: Transform - pos: 3.5,-9.5 - parent: 2 - - uid: 2445 - components: - - type: Transform - pos: 5.5,-8.5 - parent: 2 - - uid: 2446 - components: - - type: Transform - pos: 4.5,-9.5 - parent: 2 - - uid: 2479 - components: - - type: Transform - pos: -0.5,-11.5 - parent: 2 - - uid: 2487 - components: - - type: Transform - pos: -11.5,-162.5 - parent: 2 - - uid: 2505 - components: - - type: Transform - pos: 5.5,-80.5 - parent: 2 - - uid: 2639 - components: - - type: Transform - pos: -0.5,-14.5 - parent: 2 - - uid: 2642 - components: - - type: Transform - pos: -2.5,-10.5 - parent: 2 - - uid: 2644 - components: - - type: Transform - pos: -1.5,-125.5 - parent: 2 - - uid: 2716 - components: - - type: Transform - pos: 3.5,-115.5 - parent: 2 - - uid: 2727 - components: - - type: Transform - pos: 3.5,-114.5 - parent: 2 - - uid: 2731 - components: - - type: Transform - pos: 3.5,-116.5 - parent: 2 - - uid: 2739 - components: - - type: Transform - pos: 3.5,-253.5 - parent: 2 - - uid: 2743 - components: - - type: Transform - pos: 1.5,-121.5 - parent: 2 - - uid: 2844 - components: - - type: Transform - pos: 2.5,-208.5 - parent: 2 - - uid: 2858 - components: - - type: Transform - pos: 2.5,-121.5 - parent: 2 - - uid: 2876 - components: - - type: Transform - pos: -0.5,-121.5 - parent: 2 - - uid: 2877 - components: - - type: Transform - pos: -1.5,-121.5 - parent: 2 - - uid: 2954 - components: - - type: Transform - pos: 8.5,-115.5 - parent: 2 - - uid: 2987 - components: - - type: Transform - pos: -1.5,-330.5 - parent: 2 - - uid: 3005 - components: - - type: Transform - pos: -0.5,-125.5 - parent: 2 - - uid: 3053 - components: - - type: Transform - pos: -3.5,-87.5 - parent: 2 - - uid: 3104 - components: - - type: Transform - pos: -3.5,-88.5 - parent: 2 - - uid: 3171 - components: - - type: Transform - pos: -2.5,-108.5 - parent: 2 - - uid: 3247 - components: - - type: Transform - pos: -7.5,-335.5 - parent: 2 - - uid: 3487 - components: - - type: Transform - pos: -6.5,-163.5 - parent: 2 - - uid: 3640 - components: - - type: Transform - pos: 7.5,-120.5 - parent: 2 - - uid: 3641 - components: - - type: Transform - pos: -8.5,-132.5 - parent: 2 - - uid: 3765 - components: - - type: Transform - pos: -0.5,-162.5 - parent: 2 - - uid: 3904 - components: - - type: Transform - pos: -0.5,-330.5 - parent: 2 - - uid: 4043 - components: - - type: Transform - pos: -9.5,-301.5 - parent: 2 - - uid: 4115 - components: - - type: Transform - pos: 5.5,0.5 - parent: 2 - - uid: 4184 - components: - - type: Transform - pos: -4.5,-105.5 - parent: 2 - - uid: 4207 - components: - - type: Transform - pos: 11.5,-248.5 - parent: 2 - - uid: 4208 - components: - - type: Transform - pos: 7.5,-248.5 - parent: 2 - - uid: 4213 - components: - - type: Transform - pos: 18.5,-263.5 - parent: 2 - - uid: 4340 - components: - - type: Transform - pos: 3.5,-222.5 - parent: 2 - - uid: 4341 - components: - - type: Transform - pos: 5.5,-222.5 - parent: 2 - - uid: 4587 - components: - - type: Transform - pos: -10.5,-167.5 - parent: 2 - - uid: 4638 - components: - - type: Transform - pos: 5.5,-143.5 - parent: 2 - - uid: 4658 - components: - - type: Transform - pos: 8.5,-119.5 - parent: 2 - - uid: 4682 - components: - - type: Transform - pos: 5.5,-1.5 - parent: 2 - - uid: 4752 - components: - - type: Transform - pos: 5.5,-0.5 - parent: 2 - - uid: 4753 - components: - - type: Transform - pos: 5.5,-2.5 - parent: 2 - - uid: 4754 - components: - - type: Transform - pos: 6.5,-2.5 - parent: 2 - - uid: 4873 - components: - - type: Transform - pos: 9.5,-243.5 - parent: 2 - - uid: 4900 - components: - - type: Transform - pos: 5.5,-219.5 - parent: 2 - - uid: 4901 - components: - - type: Transform - pos: 2.5,-220.5 - parent: 2 - - uid: 4941 - components: - - type: Transform - pos: 5.5,1.5 - parent: 2 - - uid: 4980 - components: - - type: Transform - pos: 5.5,-226.5 - parent: 2 - - uid: 4994 - components: - - type: Transform - pos: 5.5,-147.5 - parent: 2 - - uid: 5043 - components: - - type: Transform - pos: 5.5,-106.5 - parent: 2 - - uid: 5211 - components: - - type: Transform - pos: -0.5,-30.5 - parent: 2 - - uid: 5294 - components: - - type: Transform - pos: 1.5,-30.5 - parent: 2 - - uid: 5295 - components: - - type: Transform - pos: 4.5,-222.5 - parent: 2 - - uid: 5296 - components: - - type: Transform - pos: 2.5,-116.5 - parent: 2 - - uid: 5322 - components: - - type: Transform - pos: 5.5,-104.5 - parent: 2 - - uid: 5327 - components: - - type: Transform - pos: 7.5,-224.5 - parent: 2 - - uid: 5329 - components: - - type: Transform - pos: 3.5,-28.5 - parent: 2 - - uid: 5330 - components: - - type: Transform - pos: 2.5,-28.5 - parent: 2 - - uid: 5331 - components: - - type: Transform - pos: 3.5,-247.5 - parent: 2 - - uid: 5400 - components: - - type: Transform - pos: 3.5,-30.5 - parent: 2 - - uid: 5415 - components: - - type: Transform - pos: 2.5,-30.5 - parent: 2 - - uid: 5426 - components: - - type: Transform - pos: -2.5,-11.5 - parent: 2 - - uid: 5427 - components: - - type: Transform - pos: 3.5,-220.5 - parent: 2 - - uid: 5430 - components: - - type: Transform - pos: -0.5,-179.5 - parent: 2 - - uid: 5431 - components: - - type: Transform - pos: -1.5,-179.5 - parent: 2 - - uid: 5432 - components: - - type: Transform - pos: -2.5,-179.5 - parent: 2 - - uid: 5433 - components: - - type: Transform - pos: -3.5,-179.5 - parent: 2 - - uid: 5484 - components: - - type: Transform - pos: -4.5,-113.5 - parent: 2 - - uid: 5485 - components: - - type: Transform - pos: 6.5,-97.5 - parent: 2 - - uid: 5505 - components: - - type: Transform - pos: -9.5,-167.5 - parent: 2 - - uid: 5655 - components: - - type: Transform - pos: -8.5,-167.5 - parent: 2 - - uid: 5696 - components: - - type: Transform - pos: 5.5,-4.5 - parent: 2 - - uid: 5697 - components: - - type: Transform - pos: -2.5,-12.5 - parent: 2 - - uid: 5698 - components: - - type: Transform - pos: 5.5,-3.5 - parent: 2 - - uid: 5701 - components: - - type: Transform - pos: 4.5,-4.5 - parent: 2 - - uid: 5702 - components: - - type: Transform - pos: 3.5,-4.5 - parent: 2 - - uid: 5703 - components: - - type: Transform - pos: -1.5,-2.5 - parent: 2 - - uid: 5704 - components: - - type: Transform - pos: -0.5,-2.5 - parent: 2 - - uid: 5705 - components: - - type: Transform - pos: -2.5,-4.5 - parent: 2 - - uid: 5706 - components: - - type: Transform - pos: -2.5,-3.5 - parent: 2 - - uid: 5707 - components: - - type: Transform - pos: -2.5,-2.5 - parent: 2 - - uid: 5708 - components: - - type: Transform - pos: 0.5,-2.5 - parent: 2 - - uid: 5709 - components: - - type: Transform - pos: -3.5,-2.5 - parent: 2 - - uid: 5710 - components: - - type: Transform - pos: -2.5,-1.5 - parent: 2 - - uid: 5711 - components: - - type: Transform - pos: 2.5,-4.5 - parent: 2 - - uid: 5712 - components: - - type: Transform - pos: 2.5,-3.5 - parent: 2 - - uid: 5713 - components: - - type: Transform - pos: 2.5,-2.5 - parent: 2 - - uid: 5714 - components: - - type: Transform - pos: 2.5,-1.5 - parent: 2 - - uid: 5715 - components: - - type: Transform - pos: -4.5,-6.5 - parent: 2 - - uid: 5716 - components: - - type: Transform - pos: -3.5,-6.5 - parent: 2 - - uid: 5717 - components: - - type: Transform - pos: -2.5,-6.5 - parent: 2 - - uid: 5718 - components: - - type: Transform - pos: -1.5,-6.5 - parent: 2 - - uid: 5719 - components: - - type: Transform - pos: -0.5,-6.5 - parent: 2 - - uid: 5720 - components: - - type: Transform - pos: 2.5,-5.5 - parent: 2 - - uid: 5721 - components: - - type: Transform - pos: 2.5,-6.5 - parent: 2 - - uid: 5722 - components: - - type: Transform - pos: 2.5,-7.5 - parent: 2 - - uid: 5723 - components: - - type: Transform - pos: 2.5,-8.5 - parent: 2 - - uid: 5724 - components: - - type: Transform - pos: 2.5,-9.5 - parent: 2 - - uid: 5725 - components: - - type: Transform - pos: 2.5,-10.5 - parent: 2 - - uid: 5726 - components: - - type: Transform - pos: 2.5,-11.5 - parent: 2 - - uid: 5727 - components: - - type: Transform - pos: 2.5,-12.5 - parent: 2 - - uid: 5728 - components: - - type: Transform - pos: 2.5,-13.5 - parent: 2 - - uid: 5729 - components: - - type: Transform - pos: 2.5,-14.5 - parent: 2 - - uid: 5730 - components: - - type: Transform - pos: 2.5,-15.5 - parent: 2 - - uid: 5731 - components: - - type: Transform - pos: 2.5,-16.5 - parent: 2 - - uid: 5732 - components: - - type: Transform - pos: 5.5,-9.5 - parent: 2 - - uid: 5733 - components: - - type: Transform - pos: 6.5,-9.5 - parent: 2 - - uid: 5734 - components: - - type: Transform - pos: 5.5,-5.5 - parent: 2 - - uid: 5735 - components: - - type: Transform - pos: 5.5,-10.5 - parent: 2 - - uid: 5736 - components: - - type: Transform - pos: 5.5,-11.5 - parent: 2 - - uid: 5737 - components: - - type: Transform - pos: 6.5,-4.5 - parent: 2 - - uid: 5739 - components: - - type: Transform - pos: -4.5,-11.5 - parent: 2 - - uid: 5740 - components: - - type: Transform - pos: -3.5,-11.5 - parent: 2 - - uid: 5742 - components: - - type: Transform - pos: 0.5,-17.5 - parent: 2 - - uid: 5744 - components: - - type: Transform - pos: -2.5,-13.5 - parent: 2 - - uid: 5745 - components: - - type: Transform - pos: -2.5,-14.5 - parent: 2 - - uid: 5746 - components: - - type: Transform - pos: -3.5,-14.5 - parent: 2 - - uid: 5747 - components: - - type: Transform - pos: -1.5,-14.5 - parent: 2 - - uid: 5748 - components: - - type: Transform - pos: -2.5,-9.5 - parent: 2 - - uid: 5751 - components: - - type: Transform - pos: -0.5,-10.5 - parent: 2 - - uid: 5752 - components: - - type: Transform - pos: -0.5,-9.5 - parent: 2 - - uid: 5753 - components: - - type: Transform - pos: 0.5,-16.5 - parent: 2 - - uid: 5754 - components: - - type: Transform - pos: 0.5,-18.5 - parent: 2 - - uid: 5755 - components: - - type: Transform - pos: 0.5,-19.5 - parent: 2 - - uid: 5756 - components: - - type: Transform - pos: 0.5,-20.5 - parent: 2 - - uid: 5757 - components: - - type: Transform - pos: -3.5,-17.5 - parent: 2 - - uid: 5758 - components: - - type: Transform - pos: -4.5,-17.5 - parent: 2 - - uid: 5759 - components: - - type: Transform - pos: -5.5,-17.5 - parent: 2 - - uid: 5760 - components: - - type: Transform - pos: -5.5,-16.5 - parent: 2 - - uid: 5762 - components: - - type: Transform - pos: 3.5,-1.5 - parent: 2 - - uid: 5763 - components: - - type: Transform - pos: 1.5,-1.5 - parent: 2 - - uid: 5764 - components: - - type: Transform - pos: 1.5,-0.5 - parent: 2 - - uid: 5765 - components: - - type: Transform - pos: 1.5,0.5 - parent: 2 - - uid: 5766 - components: - - type: Transform - pos: 0.5,1.5 - parent: 2 - - uid: 5767 - components: - - type: Transform - pos: -0.5,1.5 - parent: 2 - - uid: 5769 - components: - - type: Transform - pos: -0.5,0.5 - parent: 2 - - uid: 5770 - components: - - type: Transform - pos: 0.5,2.5 - parent: 2 - - uid: 5771 - components: - - type: Transform - pos: 2.5,1.5 - parent: 2 - - uid: 5772 - components: - - type: Transform - pos: -1.5,1.5 - parent: 2 - - uid: 5773 - components: - - type: Transform - pos: 5.5,2.5 - parent: 2 - - uid: 5774 - components: - - type: Transform - pos: -3.5,1.5 - parent: 2 - - uid: 5775 - components: - - type: Transform - pos: -3.5,2.5 - parent: 2 - - uid: 5776 - components: - - type: Transform - pos: -2.5,1.5 - parent: 2 - - uid: 5777 - components: - - type: Transform - pos: -4.5,1.5 - parent: 2 - - uid: 5778 - components: - - type: Transform - pos: -5.5,1.5 - parent: 2 - - uid: 5779 - components: - - type: Transform - pos: -5.5,0.5 - parent: 2 - - uid: 5780 - components: - - type: Transform - pos: -5.5,-0.5 - parent: 2 - - uid: 5782 - components: - - type: Transform - pos: 4.5,-2.5 - parent: 2 - - uid: 5783 - components: - - type: Transform - pos: 3.5,-221.5 - parent: 2 - - uid: 5821 - components: - - type: Transform - pos: 0.5,-25.5 - parent: 2 - - uid: 5822 - components: - - type: Transform - pos: 0.5,-26.5 - parent: 2 - - uid: 5823 - components: - - type: Transform - pos: 0.5,-27.5 - parent: 2 - - uid: 5824 - components: - - type: Transform - pos: 0.5,-28.5 - parent: 2 - - uid: 5825 - components: - - type: Transform - pos: 0.5,-29.5 - parent: 2 - - uid: 5826 - components: - - type: Transform - pos: 0.5,-30.5 - parent: 2 - - uid: 5827 - components: - - type: Transform - pos: 0.5,-31.5 - parent: 2 - - uid: 5828 - components: - - type: Transform - pos: 0.5,-32.5 - parent: 2 - - uid: 5829 - components: - - type: Transform - pos: 1.5,-28.5 - parent: 2 - - uid: 5830 - components: - - type: Transform - pos: -0.5,-28.5 - parent: 2 - - uid: 5831 - components: - - type: Transform - pos: -1.5,-28.5 - parent: 2 - - uid: 5832 - components: - - type: Transform - pos: -2.5,-28.5 - parent: 2 - - uid: 5833 - components: - - type: Transform - pos: -3.5,-28.5 - parent: 2 - - uid: 5834 - components: - - type: Transform - pos: -4.5,-28.5 - parent: 2 - - uid: 5835 - components: - - type: Transform - pos: -1.5,-30.5 - parent: 2 - - uid: 5836 - components: - - type: Transform - pos: -2.5,-30.5 - parent: 2 - - uid: 5837 - components: - - type: Transform - pos: -3.5,-30.5 - parent: 2 - - uid: 5838 - components: - - type: Transform - pos: -4.5,-30.5 - parent: 2 - - uid: 5840 - components: - - type: Transform - pos: 1.5,-46.5 - parent: 2 - - uid: 5841 - components: - - type: Transform - pos: -0.5,-19.5 - parent: 2 - - uid: 5843 - components: - - type: Transform - pos: -0.5,-25.5 - parent: 2 - - uid: 5845 - components: - - type: Transform - pos: -1.5,-25.5 - parent: 2 - - uid: 5846 - components: - - type: Transform - pos: 1.5,-25.5 - parent: 2 - - uid: 5847 - components: - - type: Transform - pos: 2.5,-25.5 - parent: 2 - - uid: 5848 - components: - - type: Transform - pos: 1.5,-19.5 - parent: 2 - - uid: 5849 - components: - - type: Transform - pos: 2.5,-19.5 - parent: 2 - - uid: 5850 - components: - - type: Transform - pos: -1.5,-19.5 - parent: 2 - - uid: 5853 - components: - - type: Transform - pos: -1.5,-42.5 - parent: 2 - - uid: 5854 - components: - - type: Transform - pos: -0.5,-42.5 - parent: 2 - - uid: 5855 - components: - - type: Transform - pos: 0.5,-42.5 - parent: 2 - - uid: 5856 - components: - - type: Transform - pos: 0.5,-43.5 - parent: 2 - - uid: 5857 - components: - - type: Transform - pos: 0.5,-44.5 - parent: 2 - - uid: 5858 - components: - - type: Transform - pos: 0.5,-45.5 - parent: 2 - - uid: 5859 - components: - - type: Transform - pos: 0.5,-46.5 - parent: 2 - - uid: 5860 - components: - - type: Transform - pos: 2.5,-46.5 - parent: 2 - - uid: 5861 - components: - - type: Transform - pos: -0.5,-46.5 - parent: 2 - - uid: 5862 - components: - - type: Transform - pos: -1.5,-46.5 - parent: 2 - - uid: 5863 - components: - - type: Transform - pos: 0.5,-47.5 - parent: 2 - - uid: 5865 - components: - - type: Transform - pos: 1.5,-43.5 - parent: 2 - - uid: 5866 - components: - - type: Transform - pos: 2.5,-43.5 - parent: 2 - - uid: 5867 - components: - - type: Transform - pos: 3.5,-43.5 - parent: 2 - - uid: 5868 - components: - - type: Transform - pos: 4.5,-43.5 - parent: 2 - - uid: 5869 - components: - - type: Transform - pos: 5.5,-43.5 - parent: 2 - - uid: 5870 - components: - - type: Transform - pos: 6.5,-43.5 - parent: 2 - - uid: 5871 - components: - - type: Transform - pos: 7.5,-43.5 - parent: 2 - - uid: 5874 - components: - - type: Transform - pos: 5.5,-42.5 - parent: 2 - - uid: 5875 - components: - - type: Transform - pos: 5.5,-41.5 - parent: 2 - - uid: 5876 - components: - - type: Transform - pos: 5.5,-40.5 - parent: 2 - - uid: 5877 - components: - - type: Transform - pos: 5.5,-39.5 - parent: 2 - - uid: 5878 - components: - - type: Transform - pos: 5.5,-38.5 - parent: 2 - - uid: 5879 - components: - - type: Transform - pos: 5.5,-37.5 - parent: 2 - - uid: 5880 - components: - - type: Transform - pos: 5.5,-36.5 - parent: 2 - - uid: 5882 - components: - - type: Transform - pos: 4.5,-37.5 - parent: 2 - - uid: 5883 - components: - - type: Transform - pos: 3.5,-37.5 - parent: 2 - - uid: 5885 - components: - - type: Transform - pos: 1.5,-37.5 - parent: 2 - - uid: 5886 - components: - - type: Transform - pos: 0.5,-38.5 - parent: 2 - - uid: 5887 - components: - - type: Transform - pos: 0.5,-37.5 - parent: 2 - - uid: 5888 - components: - - type: Transform - pos: 6.5,-36.5 - parent: 2 - - uid: 5889 - components: - - type: Transform - pos: 7.5,-36.5 - parent: 2 - - uid: 5890 - components: - - type: Transform - pos: 0.5,-39.5 - parent: 2 - - uid: 5891 - components: - - type: Transform - pos: 0.5,-40.5 - parent: 2 - - uid: 5892 - components: - - type: Transform - pos: 0.5,-41.5 - parent: 2 - - uid: 5893 - components: - - type: Transform - pos: 0.5,-36.5 - parent: 2 - - uid: 5895 - components: - - type: Transform - pos: 0.5,-35.5 - parent: 2 - - uid: 5896 - components: - - type: Transform - pos: 1.5,-35.5 - parent: 2 - - uid: 5897 - components: - - type: Transform - pos: 2.5,-35.5 - parent: 2 - - uid: 5898 - components: - - type: Transform - pos: 2.5,-34.5 - parent: 2 - - uid: 5899 - components: - - type: Transform - pos: 3.5,-34.5 - parent: 2 - - uid: 5900 - components: - - type: Transform - pos: 4.5,-34.5 - parent: 2 - - uid: 5901 - components: - - type: Transform - pos: 5.5,-34.5 - parent: 2 - - uid: 5902 - components: - - type: Transform - pos: 6.5,-34.5 - parent: 2 - - uid: 5903 - components: - - type: Transform - pos: 6.5,-33.5 - parent: 2 - - uid: 5904 - components: - - type: Transform - pos: 6.5,-32.5 - parent: 2 - - uid: 5905 - components: - - type: Transform - pos: 6.5,-31.5 - parent: 2 - - uid: 5906 - components: - - type: Transform - pos: 7.5,-31.5 - parent: 2 - - uid: 5907 - components: - - type: Transform - pos: 6.5,-30.5 - parent: 2 - - uid: 5908 - components: - - type: Transform - pos: 6.5,-29.5 - parent: 2 - - uid: 5909 - components: - - type: Transform - pos: 7.5,-29.5 - parent: 2 - - uid: 5910 - components: - - type: Transform - pos: 6.5,-28.5 - parent: 2 - - uid: 5911 - components: - - type: Transform - pos: 5.5,-28.5 - parent: 2 - - uid: 5912 - components: - - type: Transform - pos: 5.5,-27.5 - parent: 2 - - uid: 5913 - components: - - type: Transform - pos: 5.5,-26.5 - parent: 2 - - uid: 5914 - components: - - type: Transform - pos: 5.5,-25.5 - parent: 2 - - uid: 5915 - components: - - type: Transform - pos: 5.5,-24.5 - parent: 2 - - uid: 5916 - components: - - type: Transform - pos: 5.5,-23.5 - parent: 2 - - uid: 5917 - components: - - type: Transform - pos: 5.5,-22.5 - parent: 2 - - uid: 5918 - components: - - type: Transform - pos: 5.5,-21.5 - parent: 2 - - uid: 5919 - components: - - type: Transform - pos: 5.5,-20.5 - parent: 2 - - uid: 5920 - components: - - type: Transform - pos: 5.5,-19.5 - parent: 2 - - uid: 5921 - components: - - type: Transform - pos: 5.5,-18.5 - parent: 2 - - uid: 5922 - components: - - type: Transform - pos: 5.5,-17.5 - parent: 2 - - uid: 5923 - components: - - type: Transform - pos: 5.5,-16.5 - parent: 2 - - uid: 5924 - components: - - type: Transform - pos: 5.5,-15.5 - parent: 2 - - uid: 5927 - components: - - type: Transform - pos: -0.5,-32.5 - parent: 2 - - uid: 5928 - components: - - type: Transform - pos: -1.5,-32.5 - parent: 2 - - uid: 5929 - components: - - type: Transform - pos: -2.5,-32.5 - parent: 2 - - uid: 5930 - components: - - type: Transform - pos: -3.5,-32.5 - parent: 2 - - uid: 5931 - components: - - type: Transform - pos: -4.5,-32.5 - parent: 2 - - uid: 5932 - components: - - type: Transform - pos: -5.5,-30.5 - parent: 2 - - uid: 5933 - components: - - type: Transform - pos: -5.5,-28.5 - parent: 2 - - uid: 5934 - components: - - type: Transform - pos: -5.5,-32.5 - parent: 2 - - uid: 5935 - components: - - type: Transform - pos: 1.5,-32.5 - parent: 2 - - uid: 5936 - components: - - type: Transform - pos: 2.5,-32.5 - parent: 2 - - uid: 5937 - components: - - type: Transform - pos: 3.5,-32.5 - parent: 2 - - uid: 5938 - components: - - type: Transform - pos: -0.5,-33.5 - parent: 2 - - uid: 5939 - components: - - type: Transform - pos: -0.5,-34.5 - parent: 2 - - uid: 5940 - components: - - type: Transform - pos: -1.5,-34.5 - parent: 2 - - uid: 5941 - components: - - type: Transform - pos: -2.5,-34.5 - parent: 2 - - uid: 5942 - components: - - type: Transform - pos: -3.5,-34.5 - parent: 2 - - uid: 5943 - components: - - type: Transform - pos: -4.5,-34.5 - parent: 2 - - uid: 5944 - components: - - type: Transform - pos: -4.5,-35.5 - parent: 2 - - uid: 5945 - components: - - type: Transform - pos: -4.5,-36.5 - parent: 2 - - uid: 5946 - components: - - type: Transform - pos: -4.5,-37.5 - parent: 2 - - uid: 5947 - components: - - type: Transform - pos: -4.5,-38.5 - parent: 2 - - uid: 5948 - components: - - type: Transform - pos: -4.5,-39.5 - parent: 2 - - uid: 5949 - components: - - type: Transform - pos: -4.5,-40.5 - parent: 2 - - uid: 5950 - components: - - type: Transform - pos: -4.5,-41.5 - parent: 2 - - uid: 5951 - components: - - type: Transform - pos: -4.5,-42.5 - parent: 2 - - uid: 5952 - components: - - type: Transform - pos: -4.5,-43.5 - parent: 2 - - uid: 5953 - components: - - type: Transform - pos: -4.5,-44.5 - parent: 2 - - uid: 5954 - components: - - type: Transform - pos: -4.5,-45.5 - parent: 2 - - uid: 5955 - components: - - type: Transform - pos: -3.5,-44.5 - parent: 2 - - uid: 5956 - components: - - type: Transform - pos: -2.5,-44.5 - parent: 2 - - uid: 5957 - components: - - type: Transform - pos: -5.5,-43.5 - parent: 2 - - uid: 5958 - components: - - type: Transform - pos: -6.5,-43.5 - parent: 2 - - uid: 5964 - components: - - type: Transform - pos: 2.5,-37.5 - parent: 2 - - uid: 5966 - components: - - type: Transform - pos: 5.5,-44.5 - parent: 2 - - uid: 5967 - components: - - type: Transform - pos: 3.5,-44.5 - parent: 2 - - uid: 5968 - components: - - type: Transform - pos: -2.5,-45.5 - parent: 2 - - uid: 6017 - components: - - type: Transform - pos: 0.5,-56.5 - parent: 2 - - uid: 6018 - components: - - type: Transform - pos: 1.5,-56.5 - parent: 2 - - uid: 6020 - components: - - type: Transform - pos: 2.5,-56.5 - parent: 2 - - uid: 6021 - components: - - type: Transform - pos: 0.5,-55.5 - parent: 2 - - uid: 6022 - components: - - type: Transform - pos: 0.5,-54.5 - parent: 2 - - uid: 6023 - components: - - type: Transform - pos: 0.5,-53.5 - parent: 2 - - uid: 6024 - components: - - type: Transform - pos: 0.5,-52.5 - parent: 2 - - uid: 6025 - components: - - type: Transform - pos: 0.5,-51.5 - parent: 2 - - uid: 6026 - components: - - type: Transform - pos: 1.5,-52.5 - parent: 2 - - uid: 6027 - components: - - type: Transform - pos: -0.5,-52.5 - parent: 2 - - uid: 6028 - components: - - type: Transform - pos: -1.5,-52.5 - parent: 2 - - uid: 6029 - components: - - type: Transform - pos: 0.5,-57.5 - parent: 2 - - uid: 6030 - components: - - type: Transform - pos: -1.5,-58.5 - parent: 2 - - uid: 6031 - components: - - type: Transform - pos: 2.5,-63.5 - parent: 2 - - uid: 6032 - components: - - type: Transform - pos: 3.5,-63.5 - parent: 2 - - uid: 6033 - components: - - type: Transform - pos: 4.5,-63.5 - parent: 2 - - uid: 6034 - components: - - type: Transform - pos: -1.5,-64.5 - parent: 2 - - uid: 6035 - components: - - type: Transform - pos: 1.5,-63.5 - parent: 2 - - uid: 6037 - components: - - type: Transform - pos: -1.5,-63.5 - parent: 2 - - uid: 6039 - components: - - type: Transform - pos: -1.5,-62.5 - parent: 2 - - uid: 6040 - components: - - type: Transform - pos: -1.5,-61.5 - parent: 2 - - uid: 6042 - components: - - type: Transform - pos: -0.5,-61.5 - parent: 2 - - uid: 6043 - components: - - type: Transform - pos: 0.5,-61.5 - parent: 2 - - uid: 6044 - components: - - type: Transform - pos: 0.5,-64.5 - parent: 2 - - uid: 6045 - components: - - type: Transform - pos: 1.5,-64.5 - parent: 2 - - uid: 6047 - components: - - type: Transform - pos: -2.5,-58.5 - parent: 2 - - uid: 6048 - components: - - type: Transform - pos: -3.5,-58.5 - parent: 2 - - uid: 6049 - components: - - type: Transform - pos: -4.5,-58.5 - parent: 2 - - uid: 6050 - components: - - type: Transform - pos: -5.5,-58.5 - parent: 2 - - uid: 6051 - components: - - type: Transform - pos: -5.5,-57.5 - parent: 2 - - uid: 6053 - components: - - type: Transform - pos: -5.5,-55.5 - parent: 2 - - uid: 6054 - components: - - type: Transform - pos: -5.5,-54.5 - parent: 2 - - uid: 6055 - components: - - type: Transform - pos: -4.5,-54.5 - parent: 2 - - uid: 6056 - components: - - type: Transform - pos: -3.5,-54.5 - parent: 2 - - uid: 6057 - components: - - type: Transform - pos: -2.5,-54.5 - parent: 2 - - uid: 6058 - components: - - type: Transform - pos: -5.5,-63.5 - parent: 2 - - uid: 6059 - components: - - type: Transform - pos: -5.5,-64.5 - parent: 2 - - uid: 6060 - components: - - type: Transform - pos: -5.5,-65.5 - parent: 2 - - uid: 6063 - components: - - type: Transform - pos: -1.5,-71.5 - parent: 2 - - uid: 6064 - components: - - type: Transform - pos: -2.5,-71.5 - parent: 2 - - uid: 6065 - components: - - type: Transform - pos: -3.5,-71.5 - parent: 2 - - uid: 6066 - components: - - type: Transform - pos: -4.5,-71.5 - parent: 2 - - uid: 6067 - components: - - type: Transform - pos: -4.5,-70.5 - parent: 2 - - uid: 6070 - components: - - type: Transform - pos: -4.5,-72.5 - parent: 2 - - uid: 6071 - components: - - type: Transform - pos: -5.5,-71.5 - parent: 2 - - uid: 6072 - components: - - type: Transform - pos: -5.5,-66.5 - parent: 2 - - uid: 6073 - components: - - type: Transform - pos: -5.5,-67.5 - parent: 2 - - uid: 6074 - components: - - type: Transform - pos: -4.5,-67.5 - parent: 2 - - uid: 6075 - components: - - type: Transform - pos: -3.5,-67.5 - parent: 2 - - uid: 6076 - components: - - type: Transform - pos: -2.5,-67.5 - parent: 2 - - uid: 6077 - components: - - type: Transform - pos: -1.5,-67.5 - parent: 2 - - uid: 6078 - components: - - type: Transform - pos: -0.5,-67.5 - parent: 2 - - uid: 6079 - components: - - type: Transform - pos: 0.5,-67.5 - parent: 2 - - uid: 6080 - components: - - type: Transform - pos: 0.5,-68.5 - parent: 2 - - uid: 6081 - components: - - type: Transform - pos: 0.5,-69.5 - parent: 2 - - uid: 6082 - components: - - type: Transform - pos: 0.5,-70.5 - parent: 2 - - uid: 6083 - components: - - type: Transform - pos: 0.5,-71.5 - parent: 2 - - uid: 6084 - components: - - type: Transform - pos: 0.5,-72.5 - parent: 2 - - uid: 6085 - components: - - type: Transform - pos: 0.5,-73.5 - parent: 2 - - uid: 6086 - components: - - type: Transform - pos: 0.5,-74.5 - parent: 2 - - uid: 6087 - components: - - type: Transform - pos: 1.5,-73.5 - parent: 2 - - uid: 6088 - components: - - type: Transform - pos: -0.5,-73.5 - parent: 2 - - uid: 6089 - components: - - type: Transform - pos: -1.5,-73.5 - parent: 2 - - uid: 6090 - components: - - type: Transform - pos: 2.5,-73.5 - parent: 2 - - uid: 6091 - components: - - type: Transform - pos: 1.5,-68.5 - parent: 2 - - uid: 6092 - components: - - type: Transform - pos: 2.5,-68.5 - parent: 2 - - uid: 6093 - components: - - type: Transform - pos: 3.5,-68.5 - parent: 2 - - uid: 6094 - components: - - type: Transform - pos: 4.5,-68.5 - parent: 2 - - uid: 6095 - components: - - type: Transform - pos: 5.5,-68.5 - parent: 2 - - uid: 6096 - components: - - type: Transform - pos: 6.5,-68.5 - parent: 2 - - uid: 6097 - components: - - type: Transform - pos: 6.5,-69.5 - parent: 2 - - uid: 6098 - components: - - type: Transform - pos: 6.5,-70.5 - parent: 2 - - uid: 6099 - components: - - type: Transform - pos: 6.5,-71.5 - parent: 2 - - uid: 6100 - components: - - type: Transform - pos: 5.5,-71.5 - parent: 2 - - uid: 6101 - components: - - type: Transform - pos: 5.5,-72.5 - parent: 2 - - uid: 6102 - components: - - type: Transform - pos: 5.5,-73.5 - parent: 2 - - uid: 6103 - components: - - type: Transform - pos: 6.5,-67.5 - parent: 2 - - uid: 6104 - components: - - type: Transform - pos: 5.5,-63.5 - parent: 2 - - uid: 6105 - components: - - type: Transform - pos: 6.5,-63.5 - parent: 2 - - uid: 6106 - components: - - type: Transform - pos: 6.5,-62.5 - parent: 2 - - uid: 6107 - components: - - type: Transform - pos: 6.5,-61.5 - parent: 2 - - uid: 6108 - components: - - type: Transform - pos: 6.5,-60.5 - parent: 2 - - uid: 6109 - components: - - type: Transform - pos: 6.5,-59.5 - parent: 2 - - uid: 6110 - components: - - type: Transform - pos: 6.5,-58.5 - parent: 2 - - uid: 6111 - components: - - type: Transform - pos: 6.5,-57.5 - parent: 2 - - uid: 6112 - components: - - type: Transform - pos: 5.5,-57.5 - parent: 2 - - uid: 6113 - components: - - type: Transform - pos: 5.5,-56.5 - parent: 2 - - uid: 6114 - components: - - type: Transform - pos: 5.5,-55.5 - parent: 2 - - uid: 6115 - components: - - type: Transform - pos: 5.5,-54.5 - parent: 2 - - uid: 6116 - components: - - type: Transform - pos: 5.5,-53.5 - parent: 2 - - uid: 6117 - components: - - type: Transform - pos: 4.5,-54.5 - parent: 2 - - uid: 6118 - components: - - type: Transform - pos: 3.5,-54.5 - parent: 2 - - uid: 6119 - components: - - type: Transform - pos: 0.5,-78.5 - parent: 2 - - uid: 6120 - components: - - type: Transform - pos: 0.5,-79.5 - parent: 2 - - uid: 6121 - components: - - type: Transform - pos: 0.5,-80.5 - parent: 2 - - uid: 6122 - components: - - type: Transform - pos: 0.5,-81.5 - parent: 2 - - uid: 6123 - components: - - type: Transform - pos: 1.5,-79.5 - parent: 2 - - uid: 6124 - components: - - type: Transform - pos: 2.5,-79.5 - parent: 2 - - uid: 6125 - components: - - type: Transform - pos: -0.5,-79.5 - parent: 2 - - uid: 6126 - components: - - type: Transform - pos: -1.5,-79.5 - parent: 2 - - uid: 6127 - components: - - type: Transform - pos: -4.5,-73.5 - parent: 2 - - uid: 6128 - components: - - type: Transform - pos: -2.5,-72.5 - parent: 2 - - uid: 6163 - components: - - type: Transform - pos: -3.5,-80.5 - parent: 2 - - uid: 6164 - components: - - type: Transform - pos: -3.5,-81.5 - parent: 2 - - uid: 6165 - components: - - type: Transform - pos: -3.5,-82.5 - parent: 2 - - uid: 6166 - components: - - type: Transform - pos: -3.5,-83.5 - parent: 2 - - uid: 6167 - components: - - type: Transform - pos: -3.5,-84.5 - parent: 2 - - uid: 6168 - components: - - type: Transform - pos: -3.5,-85.5 - parent: 2 - - uid: 6169 - components: - - type: Transform - pos: -3.5,-86.5 - parent: 2 - - uid: 6170 - components: - - type: Transform - pos: -4.5,-86.5 - parent: 2 - - uid: 6171 - components: - - type: Transform - pos: -5.5,-86.5 - parent: 2 - - uid: 6172 - components: - - type: Transform - pos: -6.5,-86.5 - parent: 2 - - uid: 6173 - components: - - type: Transform - pos: -7.5,-86.5 - parent: 2 - - uid: 6174 - components: - - type: Transform - pos: -8.5,-86.5 - parent: 2 - - uid: 6175 - components: - - type: Transform - pos: -7.5,-85.5 - parent: 2 - - uid: 6176 - components: - - type: Transform - pos: -7.5,-84.5 - parent: 2 - - uid: 6177 - components: - - type: Transform - pos: -7.5,-87.5 - parent: 2 - - uid: 6178 - components: - - type: Transform - pos: -7.5,-88.5 - parent: 2 - - uid: 6179 - components: - - type: Transform - pos: -5.5,-87.5 - parent: 2 - - uid: 6180 - components: - - type: Transform - pos: -5.5,-88.5 - parent: 2 - - uid: 6181 - components: - - type: Transform - pos: -5.5,-85.5 - parent: 2 - - uid: 6182 - components: - - type: Transform - pos: -5.5,-84.5 - parent: 2 - - uid: 6183 - components: - - type: Transform - pos: -9.5,-86.5 - parent: 2 - - uid: 6184 - components: - - type: Transform - pos: -7.5,-89.5 - parent: 2 - - uid: 6185 - components: - - type: Transform - pos: -7.5,-83.5 - parent: 2 - - uid: 6187 - components: - - type: Transform - pos: 1.5,-219.5 - parent: 2 - - uid: 6189 - components: - - type: Transform - pos: -3.5,-89.5 - parent: 2 - - uid: 6190 - components: - - type: Transform - pos: -3.5,-90.5 - parent: 2 - - uid: 6191 - components: - - type: Transform - pos: -3.5,-91.5 - parent: 2 - - uid: 6192 - components: - - type: Transform - pos: -3.5,-92.5 - parent: 2 - - uid: 6193 - components: - - type: Transform - pos: -3.5,-93.5 - parent: 2 - - uid: 6194 - components: - - type: Transform - pos: 3.5,-97.5 - parent: 2 - - uid: 6196 - components: - - type: Transform - pos: -2.5,-91.5 - parent: 2 - - uid: 6197 - components: - - type: Transform - pos: -4.5,-91.5 - parent: 2 - - uid: 6199 - components: - - type: Transform - pos: -0.5,-84.5 - parent: 2 - - uid: 6200 - components: - - type: Transform - pos: -2.5,-93.5 - parent: 2 - - uid: 6201 - components: - - type: Transform - pos: -4.5,-93.5 - parent: 2 - - uid: 6204 - components: - - type: Transform - pos: -2.5,-86.5 - parent: 2 - - uid: 6206 - components: - - type: Transform - pos: -1.5,-86.5 - parent: 2 - - uid: 6207 - components: - - type: Transform - pos: -0.5,-86.5 - parent: 2 - - uid: 6208 - components: - - type: Transform - pos: -0.5,-85.5 - parent: 2 - - uid: 6209 - components: - - type: Transform - pos: 0.5,-86.5 - parent: 2 - - uid: 6210 - components: - - type: Transform - pos: 1.5,-86.5 - parent: 2 - - uid: 6211 - components: - - type: Transform - pos: 1.5,-87.5 - parent: 2 - - uid: 6212 - components: - - type: Transform - pos: 1.5,-88.5 - parent: 2 - - uid: 6213 - components: - - type: Transform - pos: 1.5,-89.5 - parent: 2 - - uid: 6214 - components: - - type: Transform - pos: 1.5,-90.5 - parent: 2 - - uid: 6215 - components: - - type: Transform - pos: 1.5,-91.5 - parent: 2 - - uid: 6216 - components: - - type: Transform - pos: 1.5,-92.5 - parent: 2 - - uid: 6217 - components: - - type: Transform - pos: 0.5,-92.5 - parent: 2 - - uid: 6218 - components: - - type: Transform - pos: 2.5,-97.5 - parent: 2 - - uid: 6219 - components: - - type: Transform - pos: 1.5,-97.5 - parent: 2 - - uid: 6220 - components: - - type: Transform - pos: 0.5,-97.5 - parent: 2 - - uid: 6221 - components: - - type: Transform - pos: -0.5,-97.5 - parent: 2 - - uid: 6222 - components: - - type: Transform - pos: -1.5,-97.5 - parent: 2 - - uid: 6223 - components: - - type: Transform - pos: -2.5,-97.5 - parent: 2 - - uid: 6224 - components: - - type: Transform - pos: -3.5,-97.5 - parent: 2 - - uid: 6225 - components: - - type: Transform - pos: -4.5,-97.5 - parent: 2 - - uid: 6226 - components: - - type: Transform - pos: -5.5,-97.5 - parent: 2 - - uid: 6227 - components: - - type: Transform - pos: -4.5,-96.5 - parent: 2 - - uid: 6228 - components: - - type: Transform - pos: -2.5,-96.5 - parent: 2 - - uid: 6229 - components: - - type: Transform - pos: -4.5,-99.5 - parent: 2 - - uid: 6230 - components: - - type: Transform - pos: -4.5,-98.5 - parent: 2 - - uid: 6232 - components: - - type: Transform - pos: -2.5,-98.5 - parent: 2 - - uid: 6233 - components: - - type: Transform - pos: 0.5,-96.5 - parent: 2 - - uid: 6234 - components: - - type: Transform - pos: 0.5,-95.5 - parent: 2 - - uid: 6235 - components: - - type: Transform - pos: 2.5,-96.5 - parent: 2 - - uid: 6236 - components: - - type: Transform - pos: 2.5,-95.5 - parent: 2 - - uid: 6237 - components: - - type: Transform - pos: 4.5,-96.5 - parent: 2 - - uid: 6238 - components: - - type: Transform - pos: 4.5,-95.5 - parent: 2 - - uid: 6240 - components: - - type: Transform - pos: 6.5,-96.5 - parent: 2 - - uid: 6241 - components: - - type: Transform - pos: 6.5,-95.5 - parent: 2 - - uid: 6242 - components: - - type: Transform - pos: 6.5,-94.5 - parent: 2 - - uid: 6243 - components: - - type: Transform - pos: 6.5,-93.5 - parent: 2 - - uid: 6244 - components: - - type: Transform - pos: 6.5,-92.5 - parent: 2 - - uid: 6245 - components: - - type: Transform - pos: 6.5,-91.5 - parent: 2 - - uid: 6246 - components: - - type: Transform - pos: 6.5,-90.5 - parent: 2 - - uid: 6247 - components: - - type: Transform - pos: 6.5,-89.5 - parent: 2 - - uid: 6248 - components: - - type: Transform - pos: 6.5,-88.5 - parent: 2 - - uid: 6249 - components: - - type: Transform - pos: 6.5,-87.5 - parent: 2 - - uid: 6250 - components: - - type: Transform - pos: 6.5,-86.5 - parent: 2 - - uid: 6251 - components: - - type: Transform - pos: 6.5,-85.5 - parent: 2 - - uid: 6252 - components: - - type: Transform - pos: 6.5,-84.5 - parent: 2 - - uid: 6253 - components: - - type: Transform - pos: 6.5,-83.5 - parent: 2 - - uid: 6254 - components: - - type: Transform - pos: 6.5,-82.5 - parent: 2 - - uid: 6256 - components: - - type: Transform - pos: 4.5,-94.5 - parent: 2 - - uid: 6257 - components: - - type: Transform - pos: 4.5,-93.5 - parent: 2 - - uid: 6258 - components: - - type: Transform - pos: 4.5,-92.5 - parent: 2 - - uid: 6259 - components: - - type: Transform - pos: 4.5,-91.5 - parent: 2 - - uid: 6260 - components: - - type: Transform - pos: 4.5,-90.5 - parent: 2 - - uid: 6261 - components: - - type: Transform - pos: 4.5,-89.5 - parent: 2 - - uid: 6262 - components: - - type: Transform - pos: 4.5,-88.5 - parent: 2 - - uid: 6263 - components: - - type: Transform - pos: 4.5,-87.5 - parent: 2 - - uid: 6264 - components: - - type: Transform - pos: 4.5,-86.5 - parent: 2 - - uid: 6265 - components: - - type: Transform - pos: 4.5,-85.5 - parent: 2 - - uid: 6266 - components: - - type: Transform - pos: 4.5,-84.5 - parent: 2 - - uid: 6267 - components: - - type: Transform - pos: 4.5,-83.5 - parent: 2 - - uid: 6268 - components: - - type: Transform - pos: 4.5,-82.5 - parent: 2 - - uid: 6269 - components: - - type: Transform - pos: 4.5,-81.5 - parent: 2 - - uid: 6270 - components: - - type: Transform - pos: 6.5,-81.5 - parent: 2 - - uid: 6271 - components: - - type: Transform - pos: 3.5,-81.5 - parent: 2 - - uid: 6272 - components: - - type: Transform - pos: 2.5,-81.5 - parent: 2 - - uid: 6273 - components: - - type: Transform - pos: 1.5,-81.5 - parent: 2 - - uid: 6275 - components: - - type: Transform - pos: 0.5,-100.5 - parent: 2 - - uid: 6276 - components: - - type: Transform - pos: 1.5,-100.5 - parent: 2 - - uid: 6277 - components: - - type: Transform - pos: 2.5,-100.5 - parent: 2 - - uid: 6278 - components: - - type: Transform - pos: -0.5,-100.5 - parent: 2 - - uid: 6279 - components: - - type: Transform - pos: -1.5,-100.5 - parent: 2 - - uid: 6280 - components: - - type: Transform - pos: 0.5,-99.5 - parent: 2 - - uid: 6281 - components: - - type: Transform - pos: 0.5,-101.5 - parent: 2 - - uid: 6282 - components: - - type: Transform - pos: 0.5,-98.5 - parent: 2 - - uid: 6303 - components: - - type: Transform - pos: 5.5,-161.5 - parent: 2 - - uid: 6308 - components: - - type: Transform - pos: -4.5,-114.5 - parent: 2 - - uid: 6309 - components: - - type: Transform - pos: -4.5,-115.5 - parent: 2 - - uid: 6310 - components: - - type: Transform - pos: -4.5,-116.5 - parent: 2 - - uid: 6311 - components: - - type: Transform - pos: -4.5,-117.5 - parent: 2 - - uid: 6312 - components: - - type: Transform - pos: -4.5,-118.5 - parent: 2 - - uid: 6313 - components: - - type: Transform - pos: -4.5,-119.5 - parent: 2 - - uid: 6314 - components: - - type: Transform - pos: -4.5,-120.5 - parent: 2 - - uid: 6315 - components: - - type: Transform - pos: -4.5,-121.5 - parent: 2 - - uid: 6316 - components: - - type: Transform - pos: -4.5,-122.5 - parent: 2 - - uid: 6317 - components: - - type: Transform - pos: -4.5,-123.5 - parent: 2 - - uid: 6318 - components: - - type: Transform - pos: -4.5,-124.5 - parent: 2 - - uid: 6319 - components: - - type: Transform - pos: -4.5,-125.5 - parent: 2 - - uid: 6320 - components: - - type: Transform - pos: -5.5,-125.5 - parent: 2 - - uid: 6321 - components: - - type: Transform - pos: -6.5,-125.5 - parent: 2 - - uid: 6322 - components: - - type: Transform - pos: -7.5,-125.5 - parent: 2 - - uid: 6323 - components: - - type: Transform - pos: -8.5,-125.5 - parent: 2 - - uid: 6324 - components: - - type: Transform - pos: -5.5,-122.5 - parent: 2 - - uid: 6325 - components: - - type: Transform - pos: -6.5,-122.5 - parent: 2 - - uid: 6326 - components: - - type: Transform - pos: -7.5,-122.5 - parent: 2 - - uid: 6327 - components: - - type: Transform - pos: -8.5,-122.5 - parent: 2 - - uid: 6328 - components: - - type: Transform - pos: -5.5,-119.5 - parent: 2 - - uid: 6329 - components: - - type: Transform - pos: -6.5,-119.5 - parent: 2 - - uid: 6330 - components: - - type: Transform - pos: -7.5,-119.5 - parent: 2 - - uid: 6331 - components: - - type: Transform - pos: -8.5,-119.5 - parent: 2 - - uid: 6332 - components: - - type: Transform - pos: -5.5,-116.5 - parent: 2 - - uid: 6333 - components: - - type: Transform - pos: -6.5,-116.5 - parent: 2 - - uid: 6334 - components: - - type: Transform - pos: -7.5,-116.5 - parent: 2 - - uid: 6335 - components: - - type: Transform - pos: -8.5,-116.5 - parent: 2 - - uid: 6336 - components: - - type: Transform - pos: -5.5,-113.5 - parent: 2 - - uid: 6337 - components: - - type: Transform - pos: -6.5,-113.5 - parent: 2 - - uid: 6338 - components: - - type: Transform - pos: -7.5,-113.5 - parent: 2 - - uid: 6339 - components: - - type: Transform - pos: -8.5,-113.5 - parent: 2 - - uid: 6340 - components: - - type: Transform - pos: -5.5,-110.5 - parent: 2 - - uid: 6341 - components: - - type: Transform - pos: -6.5,-110.5 - parent: 2 - - uid: 6342 - components: - - type: Transform - pos: -7.5,-110.5 - parent: 2 - - uid: 6343 - components: - - type: Transform - pos: -7.5,-109.5 - parent: 2 - - uid: 6344 - components: - - type: Transform - pos: -7.5,-108.5 - parent: 2 - - uid: 6345 - components: - - type: Transform - pos: -7.5,-107.5 - parent: 2 - - uid: 6347 - components: - - type: Transform - pos: -6.5,-107.5 - parent: 2 - - uid: 6349 - components: - - type: Transform - pos: -5.5,-107.5 - parent: 2 - - uid: 6350 - components: - - type: Transform - pos: -4.5,-107.5 - parent: 2 - - uid: 6351 - components: - - type: Transform - pos: -4.5,-106.5 - parent: 2 - - uid: 6352 - components: - - type: Transform - pos: -8.5,-110.5 - parent: 2 - - uid: 6353 - components: - - type: Transform - pos: -8.5,-107.5 - parent: 2 - - uid: 6354 - components: - - type: Transform - pos: -3.5,-113.5 - parent: 2 - - uid: 6355 - components: - - type: Transform - pos: -2.5,-113.5 - parent: 2 - - uid: 6356 - components: - - type: Transform - pos: -1.5,-113.5 - parent: 2 - - uid: 6357 - components: - - type: Transform - pos: -0.5,-113.5 - parent: 2 - - uid: 6358 - components: - - type: Transform - pos: -0.5,-114.5 - parent: 2 - - uid: 6360 - components: - - type: Transform - pos: -0.5,-112.5 - parent: 2 - - uid: 6362 - components: - - type: Transform - pos: 0.5,-113.5 - parent: 2 - - uid: 6363 - components: - - type: Transform - pos: 1.5,-115.5 - parent: 2 - - uid: 6364 - components: - - type: Transform - pos: 1.5,-116.5 - parent: 2 - - uid: 6365 - components: - - type: Transform - pos: 0.5,-116.5 - parent: 2 - - uid: 6366 - components: - - type: Transform - pos: -0.5,-116.5 - parent: 2 - - uid: 6367 - components: - - type: Transform - pos: 0.5,-117.5 - parent: 2 - - uid: 6368 - components: - - type: Transform - pos: 0.5,-118.5 - parent: 2 - - uid: 6369 - components: - - type: Transform - pos: 0.5,-119.5 - parent: 2 - - uid: 6370 - components: - - type: Transform - pos: 0.5,-120.5 - parent: 2 - - uid: 6371 - components: - - type: Transform - pos: -0.5,-119.5 - parent: 2 - - uid: 6372 - components: - - type: Transform - pos: 1.5,-119.5 - parent: 2 - - uid: 6373 - components: - - type: Transform - pos: 0.5,-121.5 - parent: 2 - - uid: 6374 - components: - - type: Transform - pos: -1.5,-119.5 - parent: 2 - - uid: 6375 - components: - - type: Transform - pos: 2.5,-119.5 - parent: 2 - - uid: 6376 - components: - - type: Transform - pos: -3.5,-125.5 - parent: 2 - - uid: 6377 - components: - - type: Transform - pos: -2.5,-125.5 - parent: 2 - - uid: 6378 - components: - - type: Transform - pos: 0.5,-125.5 - parent: 2 - - uid: 6379 - components: - - type: Transform - pos: 1.5,-125.5 - parent: 2 - - uid: 6380 - components: - - type: Transform - pos: 2.5,-125.5 - parent: 2 - - uid: 6381 - components: - - type: Transform - pos: 3.5,-125.5 - parent: 2 - - uid: 6382 - components: - - type: Transform - pos: 4.5,-125.5 - parent: 2 - - uid: 6383 - components: - - type: Transform - pos: 5.5,-125.5 - parent: 2 - - uid: 6384 - components: - - type: Transform - pos: 6.5,-125.5 - parent: 2 - - uid: 6385 - components: - - type: Transform - pos: 5.5,-112.5 - parent: 2 - - uid: 6386 - components: - - type: Transform - pos: 5.5,-113.5 - parent: 2 - - uid: 6387 - components: - - type: Transform - pos: 5.5,-114.5 - parent: 2 - - uid: 6388 - components: - - type: Transform - pos: 5.5,-115.5 - parent: 2 - - uid: 6391 - components: - - type: Transform - pos: 5.5,-117.5 - parent: 2 - - uid: 6395 - components: - - type: Transform - pos: 8.5,-118.5 - parent: 2 - - uid: 6396 - components: - - type: Transform - pos: 8.5,-116.5 - parent: 2 - - uid: 6398 - components: - - type: Transform - pos: 6.5,-114.5 - parent: 2 - - uid: 6399 - components: - - type: Transform - pos: 7.5,-114.5 - parent: 2 - - uid: 6400 - components: - - type: Transform - pos: 8.5,-114.5 - parent: 2 - - uid: 6401 - components: - - type: Transform - pos: 3.5,-113.5 - parent: 2 - - uid: 6402 - components: - - type: Transform - pos: 3.5,-112.5 - parent: 2 - - uid: 6403 - components: - - type: Transform - pos: 3.5,-111.5 - parent: 2 - - uid: 6404 - components: - - type: Transform - pos: 3.5,-110.5 - parent: 2 - - uid: 6405 - components: - - type: Transform - pos: 3.5,-109.5 - parent: 2 - - uid: 6406 - components: - - type: Transform - pos: 3.5,-108.5 - parent: 2 - - uid: 6407 - components: - - type: Transform - pos: 4.5,-108.5 - parent: 2 - - uid: 6408 - components: - - type: Transform - pos: 5.5,-108.5 - parent: 2 - - uid: 6409 - components: - - type: Transform - pos: 5.5,-107.5 - parent: 2 - - uid: 6410 - components: - - type: Transform - pos: -4.5,-136.5 - parent: 2 - - uid: 6411 - components: - - type: Transform - pos: 0.5,-105.5 - parent: 2 - - uid: 6412 - components: - - type: Transform - pos: 0.5,-106.5 - parent: 2 - - uid: 6413 - components: - - type: Transform - pos: 1.5,-106.5 - parent: 2 - - uid: 6414 - components: - - type: Transform - pos: 2.5,-106.5 - parent: 2 - - uid: 6415 - components: - - type: Transform - pos: -0.5,-106.5 - parent: 2 - - uid: 6416 - components: - - type: Transform - pos: -1.5,-106.5 - parent: 2 - - uid: 6417 - components: - - type: Transform - pos: 0.5,-107.5 - parent: 2 - - uid: 6418 - components: - - type: Transform - pos: 0.5,-108.5 - parent: 2 - - uid: 6419 - components: - - type: Transform - pos: 0.5,-109.5 - parent: 2 - - uid: 6420 - components: - - type: Transform - pos: -0.5,-109.5 - parent: 2 - - uid: 6421 - components: - - type: Transform - pos: -1.5,-109.5 - parent: 2 - - uid: 6422 - components: - - type: Transform - pos: -2.5,-124.5 - parent: 2 - - uid: 6423 - components: - - type: Transform - pos: 2.5,-124.5 - parent: 2 - - uid: 6424 - components: - - type: Transform - pos: 5.5,-124.5 - parent: 2 - - uid: 6425 - components: - - type: Transform - pos: 5.5,-123.5 - parent: 2 - - uid: 6426 - components: - - type: Transform - pos: 5.5,-122.5 - parent: 2 - - uid: 6427 - components: - - type: Transform - pos: 5.5,-121.5 - parent: 2 - - uid: 6428 - components: - - type: Transform - pos: 5.5,-120.5 - parent: 2 - - uid: 6429 - components: - - type: Transform - pos: 0.5,-126.5 - parent: 2 - - uid: 6430 - components: - - type: Transform - pos: 0.5,-127.5 - parent: 2 - - uid: 6431 - components: - - type: Transform - pos: -0.5,-127.5 - parent: 2 - - uid: 6432 - components: - - type: Transform - pos: -1.5,-127.5 - parent: 2 - - uid: 6433 - components: - - type: Transform - pos: 1.5,-127.5 - parent: 2 - - uid: 6434 - components: - - type: Transform - pos: 2.5,-127.5 - parent: 2 - - uid: 6435 - components: - - type: Transform - pos: 0.5,-128.5 - parent: 2 - - uid: 6436 - components: - - type: Transform - pos: 0.5,-132.5 - parent: 2 - - uid: 6437 - components: - - type: Transform - pos: 0.5,-133.5 - parent: 2 - - uid: 6438 - components: - - type: Transform - pos: 0.5,-134.5 - parent: 2 - - uid: 6439 - components: - - type: Transform - pos: 0.5,-135.5 - parent: 2 - - uid: 6440 - components: - - type: Transform - pos: 1.5,-133.5 - parent: 2 - - uid: 6441 - components: - - type: Transform - pos: 2.5,-133.5 - parent: 2 - - uid: 6442 - components: - - type: Transform - pos: -0.5,-133.5 - parent: 2 - - uid: 6443 - components: - - type: Transform - pos: -1.5,-133.5 - parent: 2 - - uid: 6494 - components: - - type: Transform - pos: -3.5,-134.5 - parent: 2 - - uid: 6495 - components: - - type: Transform - pos: -3.5,-135.5 - parent: 2 - - uid: 6496 - components: - - type: Transform - pos: -3.5,-136.5 - parent: 2 - - uid: 6497 - components: - - type: Transform - pos: -5.5,-136.5 - parent: 2 - - uid: 6498 - components: - - type: Transform - pos: -2.5,-136.5 - parent: 2 - - uid: 6499 - components: - - type: Transform - pos: 0.5,-151.5 - parent: 2 - - uid: 6500 - components: - - type: Transform - pos: -4.5,-137.5 - parent: 2 - - uid: 6501 - components: - - type: Transform - pos: -4.5,-138.5 - parent: 2 - - uid: 6502 - components: - - type: Transform - pos: -4.5,-139.5 - parent: 2 - - uid: 6503 - components: - - type: Transform - pos: -4.5,-140.5 - parent: 2 - - uid: 6504 - components: - - type: Transform - pos: -4.5,-141.5 - parent: 2 - - uid: 6505 - components: - - type: Transform - pos: -4.5,-142.5 - parent: 2 - - uid: 6506 - components: - - type: Transform - pos: -4.5,-143.5 - parent: 2 - - uid: 6507 - components: - - type: Transform - pos: -4.5,-144.5 - parent: 2 - - uid: 6508 - components: - - type: Transform - pos: -3.5,-144.5 - parent: 2 - - uid: 6510 - components: - - type: Transform - pos: -3.5,-145.5 - parent: 2 - - uid: 6512 - components: - - type: Transform - pos: -3.5,-146.5 - parent: 2 - - uid: 6513 - components: - - type: Transform - pos: -4.5,-146.5 - parent: 2 - - uid: 6514 - components: - - type: Transform - pos: -4.5,-147.5 - parent: 2 - - uid: 6515 - components: - - type: Transform - pos: -4.5,-148.5 - parent: 2 - - uid: 6516 - components: - - type: Transform - pos: -5.5,-139.5 - parent: 2 - - uid: 6517 - components: - - type: Transform - pos: -3.5,-148.5 - parent: 2 - - uid: 6519 - components: - - type: Transform - pos: -5.5,-141.5 - parent: 2 - - uid: 6520 - components: - - type: Transform - pos: -6.5,-141.5 - parent: 2 - - uid: 6521 - components: - - type: Transform - pos: -6.5,-139.5 - parent: 2 - - uid: 6522 - components: - - type: Transform - pos: -3.5,-139.5 - parent: 2 - - uid: 6523 - components: - - type: Transform - pos: -2.5,-139.5 - parent: 2 - - uid: 6524 - components: - - type: Transform - pos: -3.5,-141.5 - parent: 2 - - uid: 6525 - components: - - type: Transform - pos: -2.5,-141.5 - parent: 2 - - uid: 6526 - components: - - type: Transform - pos: -1.5,-141.5 - parent: 2 - - uid: 6527 - components: - - type: Transform - pos: -1.5,-139.5 - parent: 2 - - uid: 6528 - components: - - type: Transform - pos: -0.5,-139.5 - parent: 2 - - uid: 6529 - components: - - type: Transform - pos: 0.5,-139.5 - parent: 2 - - uid: 6530 - components: - - type: Transform - pos: 0.5,-138.5 - parent: 2 - - uid: 6531 - components: - - type: Transform - pos: 0.5,-137.5 - parent: 2 - - uid: 6532 - components: - - type: Transform - pos: 0.5,-136.5 - parent: 2 - - uid: 6533 - components: - - type: Transform - pos: 6.5,-137.5 - parent: 2 - - uid: 6534 - components: - - type: Transform - pos: 6.5,-138.5 - parent: 2 - - uid: 6535 - components: - - type: Transform - pos: 5.5,-138.5 - parent: 2 - - uid: 6536 - components: - - type: Transform - pos: 4.5,-138.5 - parent: 2 - - uid: 6537 - components: - - type: Transform - pos: 3.5,-138.5 - parent: 2 - - uid: 6538 - components: - - type: Transform - pos: 4.5,-139.5 - parent: 2 - - uid: 6539 - components: - - type: Transform - pos: 4.5,-140.5 - parent: 2 - - uid: 6540 - components: - - type: Transform - pos: 4.5,-141.5 - parent: 2 - - uid: 6541 - components: - - type: Transform - pos: 4.5,-142.5 - parent: 2 - - uid: 6542 - components: - - type: Transform - pos: 4.5,-143.5 - parent: 2 - - uid: 6543 - components: - - type: Transform - pos: 4.5,-144.5 - parent: 2 - - uid: 6544 - components: - - type: Transform - pos: 4.5,-145.5 - parent: 2 - - uid: 6545 - components: - - type: Transform - pos: 4.5,-146.5 - parent: 2 - - uid: 6546 - components: - - type: Transform - pos: 4.5,-147.5 - parent: 2 - - uid: 6547 - components: - - type: Transform - pos: 6.5,-143.5 - parent: 2 - - uid: 6548 - components: - - type: Transform - pos: 3.5,-143.5 - parent: 2 - - uid: 6550 - components: - - type: Transform - pos: 2.5,-143.5 - parent: 2 - - uid: 6554 - components: - - type: Transform - pos: 8.5,-138.5 - parent: 2 - - uid: 6555 - components: - - type: Transform - pos: 8.5,-139.5 - parent: 2 - - uid: 6556 - components: - - type: Transform - pos: 8.5,-140.5 - parent: 2 - - uid: 6557 - components: - - type: Transform - pos: 8.5,-141.5 - parent: 2 - - uid: 6558 - components: - - type: Transform - pos: 8.5,-142.5 - parent: 2 - - uid: 6559 - components: - - type: Transform - pos: 8.5,-143.5 - parent: 2 - - uid: 6560 - components: - - type: Transform - pos: 8.5,-144.5 - parent: 2 - - uid: 6561 - components: - - type: Transform - pos: 8.5,-145.5 - parent: 2 - - uid: 6562 - components: - - type: Transform - pos: 8.5,-146.5 - parent: 2 - - uid: 6563 - components: - - type: Transform - pos: 8.5,-147.5 - parent: 2 - - uid: 6564 - components: - - type: Transform - pos: 8.5,-148.5 - parent: 2 - - uid: 6565 - components: - - type: Transform - pos: 8.5,-149.5 - parent: 2 - - uid: 6566 - components: - - type: Transform - pos: 8.5,-150.5 - parent: 2 - - uid: 6567 - components: - - type: Transform - pos: 8.5,-151.5 - parent: 2 - - uid: 6568 - components: - - type: Transform - pos: 7.5,-151.5 - parent: 2 - - uid: 6569 - components: - - type: Transform - pos: 7.5,-152.5 - parent: 2 - - uid: 6571 - components: - - type: Transform - pos: 6.5,-151.5 - parent: 2 - - uid: 6572 - components: - - type: Transform - pos: 5.5,-151.5 - parent: 2 - - uid: 6574 - components: - - type: Transform - pos: 5.5,-152.5 - parent: 2 - - uid: 6575 - components: - - type: Transform - pos: 5.5,-153.5 - parent: 2 - - uid: 6576 - components: - - type: Transform - pos: 4.5,-152.5 - parent: 2 - - uid: 6577 - components: - - type: Transform - pos: 5.5,-154.5 - parent: 2 - - uid: 6578 - components: - - type: Transform - pos: 3.5,-152.5 - parent: 2 - - uid: 6579 - components: - - type: Transform - pos: 2.5,-152.5 - parent: 2 - - uid: 6580 - components: - - type: Transform - pos: 1.5,-152.5 - parent: 2 - - uid: 6581 - components: - - type: Transform - pos: 0.5,-152.5 - parent: 2 - - uid: 6582 - components: - - type: Transform - pos: 0.5,-153.5 - parent: 2 - - uid: 6583 - components: - - type: Transform - pos: 0.5,-154.5 - parent: 2 - - uid: 6584 - components: - - type: Transform - pos: 0.5,-155.5 - parent: 2 - - uid: 6585 - components: - - type: Transform - pos: 1.5,-154.5 - parent: 2 - - uid: 6586 - components: - - type: Transform - pos: -0.5,-154.5 - parent: 2 - - uid: 6587 - components: - - type: Transform - pos: -1.5,-154.5 - parent: 2 - - uid: 6588 - components: - - type: Transform - pos: 2.5,-154.5 - parent: 2 - - uid: 6590 - components: - - type: Transform - pos: -0.5,-151.5 - parent: 2 - - uid: 6591 - components: - - type: Transform - pos: -1.5,-151.5 - parent: 2 - - uid: 6592 - components: - - type: Transform - pos: -2.5,-151.5 - parent: 2 - - uid: 6593 - components: - - type: Transform - pos: -3.5,-151.5 - parent: 2 - - uid: 6594 - components: - - type: Transform - pos: -4.5,-151.5 - parent: 2 - - uid: 6595 - components: - - type: Transform - pos: -4.5,-152.5 - parent: 2 - - uid: 6596 - components: - - type: Transform - pos: -4.5,-153.5 - parent: 2 - - uid: 6597 - components: - - type: Transform - pos: -4.5,-154.5 - parent: 2 - - uid: 6598 - components: - - type: Transform - pos: -4.5,-150.5 - parent: 2 - - uid: 6599 - components: - - type: Transform - pos: -5.5,-150.5 - parent: 2 - - uid: 6600 - components: - - type: Transform - pos: -5.5,-152.5 - parent: 2 - - uid: 6601 - components: - - type: Transform - pos: -6.5,-152.5 - parent: 2 - - uid: 6602 - components: - - type: Transform - pos: -6.5,-150.5 - parent: 2 - - uid: 6603 - components: - - type: Transform - pos: -0.5,-141.5 - parent: 2 - - uid: 6604 - components: - - type: Transform - pos: 0.5,-141.5 - parent: 2 - - uid: 6605 - components: - - type: Transform - pos: 0.5,-142.5 - parent: 2 - - uid: 6606 - components: - - type: Transform - pos: 0.5,-143.5 - parent: 2 - - uid: 6607 - components: - - type: Transform - pos: 0.5,-144.5 - parent: 2 - - uid: 6608 - components: - - type: Transform - pos: 0.5,-145.5 - parent: 2 - - uid: 6609 - components: - - type: Transform - pos: 0.5,-146.5 - parent: 2 - - uid: 6610 - components: - - type: Transform - pos: 0.5,-147.5 - parent: 2 - - uid: 6611 - components: - - type: Transform - pos: 0.5,-148.5 - parent: 2 - - uid: 6617 - components: - - type: Transform - pos: 4.5,-30.5 - parent: 2 - - uid: 6633 - components: - - type: Transform - pos: -3.5,-220.5 - parent: 2 - - uid: 6634 - components: - - type: Transform - pos: -3.5,-221.5 - parent: 2 - - uid: 6635 - components: - - type: Transform - pos: 2.5,-219.5 - parent: 2 - - uid: 6648 - components: - - type: Transform - pos: 17.5,-242.5 - parent: 2 - - uid: 6649 - components: - - type: Transform - pos: 17.5,-241.5 - parent: 2 - - uid: 6655 - components: - - type: Transform - pos: 10.5,-243.5 - parent: 2 - - uid: 6656 - components: - - type: Transform - pos: 11.5,-243.5 - parent: 2 - - uid: 6658 - components: - - type: Transform - pos: 17.5,-248.5 - parent: 2 - - uid: 6672 - components: - - type: Transform - pos: -11.5,-167.5 - parent: 2 - - uid: 6711 - components: - - type: Transform - pos: -8.5,-162.5 - parent: 2 - - uid: 6713 - components: - - type: Transform - pos: -12.5,-162.5 - parent: 2 - - uid: 6746 - components: - - type: Transform - pos: -9.5,-162.5 - parent: 2 - - uid: 6747 - components: - - type: Transform - pos: -10.5,-162.5 - parent: 2 - - uid: 6861 - components: - - type: Transform - pos: 5.5,-105.5 - parent: 2 - - uid: 6874 - components: - - type: Transform - pos: -5.5,-308.5 - parent: 2 - - uid: 6875 - components: - - type: Transform - pos: -6.5,-308.5 - parent: 2 - - uid: 6943 - components: - - type: Transform - pos: 2.5,-164.5 - parent: 2 - - uid: 6944 - components: - - type: Transform - pos: 1.5,-164.5 - parent: 2 - - uid: 6945 - components: - - type: Transform - pos: 1.5,-163.5 - parent: 2 - - uid: 6946 - components: - - type: Transform - pos: 1.5,-162.5 - parent: 2 - - uid: 6947 - components: - - type: Transform - pos: 2.5,-162.5 - parent: 2 - - uid: 6948 - components: - - type: Transform - pos: 3.5,-162.5 - parent: 2 - - uid: 6949 - components: - - type: Transform - pos: 4.5,-162.5 - parent: 2 - - uid: 6950 - components: - - type: Transform - pos: 5.5,-162.5 - parent: 2 - - uid: 6951 - components: - - type: Transform - pos: 6.5,-162.5 - parent: 2 - - uid: 6952 - components: - - type: Transform - pos: 6.5,-163.5 - parent: 2 - - uid: 6954 - components: - - type: Transform - pos: -0.5,-163.5 - parent: 2 - - uid: 6955 - components: - - type: Transform - pos: -1.5,-163.5 - parent: 2 - - uid: 6956 - components: - - type: Transform - pos: -2.5,-163.5 - parent: 2 - - uid: 6957 - components: - - type: Transform - pos: -3.5,-163.5 - parent: 2 - - uid: 6958 - components: - - type: Transform - pos: -4.5,-163.5 - parent: 2 - - uid: 6959 - components: - - type: Transform - pos: -5.5,-163.5 - parent: 2 - - uid: 6965 - components: - - type: Transform - pos: -6.5,-168.5 - parent: 2 - - uid: 6966 - components: - - type: Transform - pos: -6.5,-169.5 - parent: 2 - - uid: 6967 - components: - - type: Transform - pos: -0.5,-176.5 - parent: 2 - - uid: 6968 - components: - - type: Transform - pos: 0.5,-176.5 - parent: 2 - - uid: 6969 - components: - - type: Transform - pos: 0.5,-175.5 - parent: 2 - - uid: 6970 - components: - - type: Transform - pos: 0.5,-174.5 - parent: 2 - - uid: 6971 - components: - - type: Transform - pos: 0.5,-177.5 - parent: 2 - - uid: 6972 - components: - - type: Transform - pos: -1.5,-174.5 - parent: 2 - - uid: 6973 - components: - - type: Transform - pos: -1.5,-173.5 - parent: 2 - - uid: 6974 - components: - - type: Transform - pos: -2.5,-173.5 - parent: 2 - - uid: 6975 - components: - - type: Transform - pos: -3.5,-173.5 - parent: 2 - - uid: 6976 - components: - - type: Transform - pos: -4.5,-173.5 - parent: 2 - - uid: 6977 - components: - - type: Transform - pos: -1.5,-175.5 - parent: 2 - - uid: 6978 - components: - - type: Transform - pos: -1.5,-176.5 - parent: 2 - - uid: 6979 - components: - - type: Transform - pos: -2.5,-176.5 - parent: 2 - - uid: 6980 - components: - - type: Transform - pos: -3.5,-176.5 - parent: 2 - - uid: 6981 - components: - - type: Transform - pos: -4.5,-176.5 - parent: 2 - - uid: 6982 - components: - - type: Transform - pos: 0.5,-178.5 - parent: 2 - - uid: 6983 - components: - - type: Transform - pos: 0.5,-179.5 - parent: 2 - - uid: 6984 - components: - - type: Transform - pos: 0.5,-180.5 - parent: 2 - - uid: 6985 - components: - - type: Transform - pos: 0.5,-181.5 - parent: 2 - - uid: 6986 - components: - - type: Transform - pos: 0.5,-182.5 - parent: 2 - - uid: 6987 - components: - - type: Transform - pos: -4.5,-179.5 - parent: 2 - - uid: 6988 - components: - - type: Transform - pos: -4.5,-180.5 - parent: 2 - - uid: 6989 - components: - - type: Transform - pos: -5.5,-179.5 - parent: 2 - - uid: 6990 - components: - - type: Transform - pos: -6.5,-179.5 - parent: 2 - - uid: 6991 - components: - - type: Transform - pos: -6.5,-178.5 - parent: 2 - - uid: 6992 - components: - - type: Transform - pos: -6.5,-177.5 - parent: 2 - - uid: 6993 - components: - - type: Transform - pos: -6.5,-176.5 - parent: 2 - - uid: 6994 - components: - - type: Transform - pos: -6.5,-175.5 - parent: 2 - - uid: 6995 - components: - - type: Transform - pos: -6.5,-174.5 - parent: 2 - - uid: 6996 - components: - - type: Transform - pos: 0.5,-165.5 - parent: 2 - - uid: 6997 - components: - - type: Transform - pos: 1.5,-165.5 - parent: 2 - - uid: 6998 - components: - - type: Transform - pos: -0.5,-165.5 - parent: 2 - - uid: 6999 - components: - - type: Transform - pos: -1.5,-165.5 - parent: 2 - - uid: 7000 - components: - - type: Transform - pos: -2.5,-165.5 - parent: 2 - - uid: 7003 - components: - - type: Transform - pos: 1.5,-166.5 - parent: 2 - - uid: 7004 - components: - - type: Transform - pos: 1.5,-167.5 - parent: 2 - - uid: 7005 - components: - - type: Transform - pos: 1.5,-168.5 - parent: 2 - - uid: 7006 - components: - - type: Transform - pos: 1.5,-169.5 - parent: 2 - - uid: 7007 - components: - - type: Transform - pos: 0.5,-169.5 - parent: 2 - - uid: 7008 - components: - - type: Transform - pos: -0.5,-169.5 - parent: 2 - - uid: 7009 - components: - - type: Transform - pos: -1.5,-169.5 - parent: 2 - - uid: 7010 - components: - - type: Transform - pos: -2.5,-169.5 - parent: 2 - - uid: 7011 - components: - - type: Transform - pos: -3.5,-169.5 - parent: 2 - - uid: 7012 - components: - - type: Transform - pos: 2.5,-167.5 - parent: 2 - - uid: 7013 - components: - - type: Transform - pos: 3.5,-167.5 - parent: 2 - - uid: 7014 - components: - - type: Transform - pos: 3.5,-168.5 - parent: 2 - - uid: 7015 - components: - - type: Transform - pos: 4.5,-168.5 - parent: 2 - - uid: 7016 - components: - - type: Transform - pos: 5.5,-168.5 - parent: 2 - - uid: 7017 - components: - - type: Transform - pos: 6.5,-168.5 - parent: 2 - - uid: 7018 - components: - - type: Transform - pos: 6.5,-166.5 - parent: 2 - - uid: 7019 - components: - - type: Transform - pos: 6.5,-167.5 - parent: 2 - - uid: 7020 - components: - - type: Transform - pos: 5.5,-166.5 - parent: 2 - - uid: 7021 - components: - - type: Transform - pos: 4.5,-166.5 - parent: 2 - - uid: 7022 - components: - - type: Transform - pos: 3.5,-166.5 - parent: 2 - - uid: 7023 - components: - - type: Transform - pos: 0.5,-173.5 - parent: 2 - - uid: 7024 - components: - - type: Transform - pos: 0.5,-172.5 - parent: 2 - - uid: 7025 - components: - - type: Transform - pos: 0.5,-171.5 - parent: 2 - - uid: 7026 - components: - - type: Transform - pos: 1.5,-175.5 - parent: 2 - - uid: 7027 - components: - - type: Transform - pos: 2.5,-175.5 - parent: 2 - - uid: 7028 - components: - - type: Transform - pos: 3.5,-175.5 - parent: 2 - - uid: 7029 - components: - - type: Transform - pos: 4.5,-175.5 - parent: 2 - - uid: 7030 - components: - - type: Transform - pos: 5.5,-175.5 - parent: 2 - - uid: 7031 - components: - - type: Transform - pos: 6.5,-175.5 - parent: 2 - - uid: 7032 - components: - - type: Transform - pos: 7.5,-175.5 - parent: 2 - - uid: 7033 - components: - - type: Transform - pos: 7.5,-174.5 - parent: 2 - - uid: 7034 - components: - - type: Transform - pos: 7.5,-173.5 - parent: 2 - - uid: 7035 - components: - - type: Transform - pos: 7.5,-172.5 - parent: 2 - - uid: 7036 - components: - - type: Transform - pos: 6.5,-172.5 - parent: 2 - - uid: 7037 - components: - - type: Transform - pos: 5.5,-172.5 - parent: 2 - - uid: 7038 - components: - - type: Transform - pos: 4.5,-172.5 - parent: 2 - - uid: 7039 - components: - - type: Transform - pos: 4.5,-173.5 - parent: 2 - - uid: 7040 - components: - - type: Transform - pos: 4.5,-174.5 - parent: 2 - - uid: 7041 - components: - - type: Transform - pos: 7.5,-176.5 - parent: 2 - - uid: 7042 - components: - - type: Transform - pos: 7.5,-177.5 - parent: 2 - - uid: 7043 - components: - - type: Transform - pos: 7.5,-178.5 - parent: 2 - - uid: 7044 - components: - - type: Transform - pos: 5.5,-176.5 - parent: 2 - - uid: 7045 - components: - - type: Transform - pos: 5.5,-177.5 - parent: 2 - - uid: 7046 - components: - - type: Transform - pos: 5.5,-178.5 - parent: 2 - - uid: 7047 - components: - - type: Transform - pos: 5.5,-179.5 - parent: 2 - - uid: 7048 - components: - - type: Transform - pos: 4.5,-179.5 - parent: 2 - - uid: 7049 - components: - - type: Transform - pos: -4.5,-162.5 - parent: 2 - - uid: 7050 - components: - - type: Transform - pos: -4.5,-161.5 - parent: 2 - - uid: 7051 - components: - - type: Transform - pos: 0.5,-162.5 - parent: 2 - - uid: 7052 - components: - - type: Transform - pos: 0.5,-161.5 - parent: 2 - - uid: 7053 - components: - - type: Transform - pos: 0.5,-160.5 - parent: 2 - - uid: 7054 - components: - - type: Transform - pos: 0.5,-159.5 - parent: 2 - - uid: 7055 - components: - - type: Transform - pos: -4.5,-181.5 - parent: 2 - - uid: 7057 - components: - - type: Transform - pos: 7.5,-179.5 - parent: 2 - - uid: 7058 - components: - - type: Transform - pos: 6.5,-169.5 - parent: 2 - - uid: 7059 - components: - - type: Transform - pos: 6.5,-165.5 - parent: 2 - - uid: 7091 - components: - - type: Transform - pos: 4.5,-188.5 - parent: 2 - - uid: 7092 - components: - - type: Transform - pos: 4.5,-189.5 - parent: 2 - - uid: 7093 - components: - - type: Transform - pos: 3.5,-189.5 - parent: 2 - - uid: 7094 - components: - - type: Transform - pos: 2.5,-189.5 - parent: 2 - - uid: 7095 - components: - - type: Transform - pos: 1.5,-189.5 - parent: 2 - - uid: 7096 - components: - - type: Transform - pos: 0.5,-189.5 - parent: 2 - - uid: 7097 - components: - - type: Transform - pos: -0.5,-189.5 - parent: 2 - - uid: 7098 - components: - - type: Transform - pos: -1.5,-189.5 - parent: 2 - - uid: 7099 - components: - - type: Transform - pos: -2.5,-189.5 - parent: 2 - - uid: 7100 - components: - - type: Transform - pos: -2.5,-188.5 - parent: 2 - - uid: 7101 - components: - - type: Transform - pos: -2.5,-187.5 - parent: 2 - - uid: 7102 - components: - - type: Transform - pos: 3.5,-188.5 - parent: 2 - - uid: 7103 - components: - - type: Transform - pos: 3.5,-187.5 - parent: 2 - - uid: 7104 - components: - - type: Transform - pos: 5.5,-189.5 - parent: 2 - - uid: 7105 - components: - - type: Transform - pos: 6.5,-189.5 - parent: 2 - - uid: 7106 - components: - - type: Transform - pos: 6.5,-190.5 - parent: 2 - - uid: 7107 - components: - - type: Transform - pos: 6.5,-191.5 - parent: 2 - - uid: 7108 - components: - - type: Transform - pos: 6.5,-192.5 - parent: 2 - - uid: 7109 - components: - - type: Transform - pos: 6.5,-193.5 - parent: 2 - - uid: 7110 - components: - - type: Transform - pos: 6.5,-194.5 - parent: 2 - - uid: 7111 - components: - - type: Transform - pos: 6.5,-195.5 - parent: 2 - - uid: 7112 - components: - - type: Transform - pos: 6.5,-196.5 - parent: 2 - - uid: 7113 - components: - - type: Transform - pos: 6.5,-197.5 - parent: 2 - - uid: 7114 - components: - - type: Transform - pos: 6.5,-198.5 - parent: 2 - - uid: 7115 - components: - - type: Transform - pos: 6.5,-199.5 - parent: 2 - - uid: 7116 - components: - - type: Transform - pos: 6.5,-200.5 - parent: 2 - - uid: 7117 - components: - - type: Transform - pos: 6.5,-201.5 - parent: 2 - - uid: 7118 - components: - - type: Transform - pos: 6.5,-202.5 - parent: 2 - - uid: 7119 - components: - - type: Transform - pos: 6.5,-203.5 - parent: 2 - - uid: 7120 - components: - - type: Transform - pos: 6.5,-204.5 - parent: 2 - - uid: 7121 - components: - - type: Transform - pos: 6.5,-205.5 - parent: 2 - - uid: 7122 - components: - - type: Transform - pos: 6.5,-206.5 - parent: 2 - - uid: 7123 - components: - - type: Transform - pos: 5.5,-206.5 - parent: 2 - - uid: 7124 - components: - - type: Transform - pos: 4.5,-206.5 - parent: 2 - - uid: 7125 - components: - - type: Transform - pos: 3.5,-206.5 - parent: 2 - - uid: 7126 - components: - - type: Transform - pos: 2.5,-206.5 - parent: 2 - - uid: 7127 - components: - - type: Transform - pos: 1.5,-206.5 - parent: 2 - - uid: 7128 - components: - - type: Transform - pos: 0.5,-206.5 - parent: 2 - - uid: 7129 - components: - - type: Transform - pos: 0.5,-207.5 - parent: 2 - - uid: 7130 - components: - - type: Transform - pos: 0.5,-208.5 - parent: 2 - - uid: 7131 - components: - - type: Transform - pos: 0.5,-209.5 - parent: 2 - - uid: 7132 - components: - - type: Transform - pos: 5.5,-198.5 - parent: 2 - - uid: 7133 - components: - - type: Transform - pos: 4.5,-198.5 - parent: 2 - - uid: 7134 - components: - - type: Transform - pos: 3.5,-198.5 - parent: 2 - - uid: 7135 - components: - - type: Transform - pos: 2.5,-198.5 - parent: 2 - - uid: 7136 - components: - - type: Transform - pos: 2.5,-197.5 - parent: 2 - - uid: 7137 - components: - - type: Transform - pos: 2.5,-196.5 - parent: 2 - - uid: 7138 - components: - - type: Transform - pos: 2.5,-195.5 - parent: 2 - - uid: 7139 - components: - - type: Transform - pos: 2.5,-194.5 - parent: 2 - - uid: 7140 - components: - - type: Transform - pos: 2.5,-193.5 - parent: 2 - - uid: 7141 - components: - - type: Transform - pos: 1.5,-193.5 - parent: 2 - - uid: 7142 - components: - - type: Transform - pos: 0.5,-193.5 - parent: 2 - - uid: 7143 - components: - - type: Transform - pos: 2.5,-199.5 - parent: 2 - - uid: 7144 - components: - - type: Transform - pos: 2.5,-200.5 - parent: 2 - - uid: 7145 - components: - - type: Transform - pos: 2.5,-201.5 - parent: 2 - - uid: 7146 - components: - - type: Transform - pos: 2.5,-202.5 - parent: 2 - - uid: 7147 - components: - - type: Transform - pos: 1.5,-202.5 - parent: 2 - - uid: 7148 - components: - - type: Transform - pos: 0.5,-202.5 - parent: 2 - - uid: 7149 - components: - - type: Transform - pos: 0.5,-201.5 - parent: 2 - - uid: 7150 - components: - - type: Transform - pos: 0.5,-200.5 - parent: 2 - - uid: 7151 - components: - - type: Transform - pos: 0.5,-199.5 - parent: 2 - - uid: 7152 - components: - - type: Transform - pos: 0.5,-198.5 - parent: 2 - - uid: 7153 - components: - - type: Transform - pos: 0.5,-197.5 - parent: 2 - - uid: 7154 - components: - - type: Transform - pos: 1.5,-197.5 - parent: 2 - - uid: 7155 - components: - - type: Transform - pos: -3.5,-203.5 - parent: 2 - - uid: 7156 - components: - - type: Transform - pos: -2.5,-203.5 - parent: 2 - - uid: 7157 - components: - - type: Transform - pos: -2.5,-204.5 - parent: 2 - - uid: 7158 - components: - - type: Transform - pos: -2.5,-205.5 - parent: 2 - - uid: 7159 - components: - - type: Transform - pos: -3.5,-205.5 - parent: 2 - - uid: 7160 - components: - - type: Transform - pos: -4.5,-205.5 - parent: 2 - - uid: 7161 - components: - - type: Transform - pos: -5.5,-205.5 - parent: 2 - - uid: 7162 - components: - - type: Transform - pos: -2.5,-202.5 - parent: 2 - - uid: 7163 - components: - - type: Transform - pos: -2.5,-201.5 - parent: 2 - - uid: 7164 - components: - - type: Transform - pos: -3.5,-201.5 - parent: 2 - - uid: 7165 - components: - - type: Transform - pos: -4.5,-201.5 - parent: 2 - - uid: 7166 - components: - - type: Transform - pos: -5.5,-201.5 - parent: 2 - - uid: 7167 - components: - - type: Transform - pos: -2.5,-206.5 - parent: 2 - - uid: 7168 - components: - - type: Transform - pos: -2.5,-200.5 - parent: 2 - - uid: 7169 - components: - - type: Transform - pos: -2.5,-199.5 - parent: 2 - - uid: 7170 - components: - - type: Transform - pos: -2.5,-198.5 - parent: 2 - - uid: 7171 - components: - - type: Transform - pos: -2.5,-197.5 - parent: 2 - - uid: 7172 - components: - - type: Transform - pos: -2.5,-196.5 - parent: 2 - - uid: 7173 - components: - - type: Transform - pos: -2.5,-195.5 - parent: 2 - - uid: 7174 - components: - - type: Transform - pos: -2.5,-194.5 - parent: 2 - - uid: 7175 - components: - - type: Transform - pos: -3.5,-194.5 - parent: 2 - - uid: 7176 - components: - - type: Transform - pos: -4.5,-194.5 - parent: 2 - - uid: 7177 - components: - - type: Transform - pos: -5.5,-194.5 - parent: 2 - - uid: 7178 - components: - - type: Transform - pos: -6.5,-194.5 - parent: 2 - - uid: 7179 - components: - - type: Transform - pos: -6.5,-195.5 - parent: 2 - - uid: 7180 - components: - - type: Transform - pos: -6.5,-196.5 - parent: 2 - - uid: 7181 - components: - - type: Transform - pos: -6.5,-197.5 - parent: 2 - - uid: 7182 - components: - - type: Transform - pos: -6.5,-198.5 - parent: 2 - - uid: 7183 - components: - - type: Transform - pos: -5.5,-198.5 - parent: 2 - - uid: 7184 - components: - - type: Transform - pos: -4.5,-198.5 - parent: 2 - - uid: 7185 - components: - - type: Transform - pos: -3.5,-198.5 - parent: 2 - - uid: 7186 - components: - - type: Transform - pos: -3.5,-193.5 - parent: 2 - - uid: 7187 - components: - - type: Transform - pos: -3.5,-192.5 - parent: 2 - - uid: 7188 - components: - - type: Transform - pos: -1.5,-181.5 - parent: 2 - - uid: 7215 - components: - - type: Transform - pos: 1.5,-160.5 - parent: 2 - - uid: 7218 - components: - - type: Transform - pos: -0.5,-160.5 - parent: 2 - - uid: 7219 - components: - - type: Transform - pos: 2.5,-160.5 - parent: 2 - - uid: 7220 - components: - - type: Transform - pos: -1.5,-160.5 - parent: 2 - - uid: 7221 - components: - - type: Transform - pos: 1.5,-181.5 - parent: 2 - - uid: 7222 - components: - - type: Transform - pos: 2.5,-181.5 - parent: 2 - - uid: 7223 - components: - - type: Transform - pos: -0.5,-181.5 - parent: 2 - - uid: 7224 - components: - - type: Transform - pos: -0.5,-187.5 - parent: 2 - - uid: 7225 - components: - - type: Transform - pos: 1.5,-187.5 - parent: 2 - - uid: 7226 - components: - - type: Transform - pos: -1.5,-187.5 - parent: 2 - - uid: 7227 - components: - - type: Transform - pos: 0.5,-187.5 - parent: 2 - - uid: 7228 - components: - - type: Transform - pos: 2.5,-187.5 - parent: 2 - - uid: 7229 - components: - - type: Transform - pos: 0.5,-186.5 - parent: 2 - - uid: 7230 - components: - - type: Transform - pos: 0.5,-188.5 - parent: 2 - - uid: 7423 - components: - - type: Transform - pos: 2.5,-282.5 - parent: 2 - - uid: 7438 - components: - - type: Transform - pos: 2.5,-285.5 - parent: 2 - - uid: 7443 - components: - - type: Transform - pos: 7.5,-253.5 - parent: 2 - - uid: 7444 - components: - - type: Transform - pos: 7.5,-250.5 - parent: 2 - - uid: 7445 - components: - - type: Transform - pos: 7.5,-249.5 - parent: 2 - - uid: 7458 - components: - - type: Transform - pos: 15.5,-248.5 - parent: 2 - - uid: 7459 - components: - - type: Transform - pos: 14.5,-248.5 - parent: 2 - - uid: 7462 - components: - - type: Transform - pos: 12.5,-248.5 - parent: 2 - - uid: 7463 - components: - - type: Transform - pos: 8.5,-243.5 - parent: 2 - - uid: 7477 - components: - - type: Transform - pos: 5.5,-180.5 - parent: 2 - - uid: 7509 - components: - - type: Transform - pos: 5.5,-287.5 - parent: 2 - - uid: 7557 - components: - - type: Transform - pos: 1.5,-208.5 - parent: 2 - - uid: 7560 - components: - - type: Transform - pos: -0.5,-208.5 - parent: 2 - - uid: 7562 - components: - - type: Transform - pos: -1.5,-208.5 - parent: 2 - - uid: 7592 - components: - - type: Transform - pos: -2.5,-228.5 - parent: 2 - - uid: 7593 - components: - - type: Transform - pos: -2.5,-229.5 - parent: 2 - - uid: 7594 - components: - - type: Transform - pos: -2.5,-230.5 - parent: 2 - - uid: 7595 - components: - - type: Transform - pos: -3.5,-228.5 - parent: 2 - - uid: 7596 - components: - - type: Transform - pos: -3.5,-227.5 - parent: 2 - - uid: 7597 - components: - - type: Transform - pos: -3.5,-226.5 - parent: 2 - - uid: 7598 - components: - - type: Transform - pos: -4.5,-226.5 - parent: 2 - - uid: 7599 - components: - - type: Transform - pos: -5.5,-226.5 - parent: 2 - - uid: 7600 - components: - - type: Transform - pos: -6.5,-226.5 - parent: 2 - - uid: 7601 - components: - - type: Transform - pos: -6.5,-227.5 - parent: 2 - - uid: 7602 - components: - - type: Transform - pos: -6.5,-228.5 - parent: 2 - - uid: 7603 - components: - - type: Transform - pos: -6.5,-229.5 - parent: 2 - - uid: 7604 - components: - - type: Transform - pos: -7.5,-229.5 - parent: 2 - - uid: 7605 - components: - - type: Transform - pos: -8.5,-229.5 - parent: 2 - - uid: 7625 - components: - - type: Transform - pos: -1.5,-230.5 - parent: 2 - - uid: 7626 - components: - - type: Transform - pos: -0.5,-230.5 - parent: 2 - - uid: 7627 - components: - - type: Transform - pos: 0.5,-230.5 - parent: 2 - - uid: 7628 - components: - - type: Transform - pos: 1.5,-230.5 - parent: 2 - - uid: 7629 - components: - - type: Transform - pos: 2.5,-230.5 - parent: 2 - - uid: 7630 - components: - - type: Transform - pos: 3.5,-230.5 - parent: 2 - - uid: 7631 - components: - - type: Transform - pos: 4.5,-230.5 - parent: 2 - - uid: 7632 - components: - - type: Transform - pos: 4.5,-229.5 - parent: 2 - - uid: 7633 - components: - - type: Transform - pos: 4.5,-228.5 - parent: 2 - - uid: 7634 - components: - - type: Transform - pos: 4.5,-227.5 - parent: 2 - - uid: 7635 - components: - - type: Transform - pos: 4.5,-226.5 - parent: 2 - - uid: 7636 - components: - - type: Transform - pos: 6.5,-226.5 - parent: 2 - - uid: 7637 - components: - - type: Transform - pos: 7.5,-226.5 - parent: 2 - - uid: 7639 - components: - - type: Transform - pos: 7.5,-227.5 - parent: 2 - - uid: 7640 - components: - - type: Transform - pos: 7.5,-228.5 - parent: 2 - - uid: 7641 - components: - - type: Transform - pos: 7.5,-229.5 - parent: 2 - - uid: 7642 - components: - - type: Transform - pos: 8.5,-229.5 - parent: 2 - - uid: 7643 - components: - - type: Transform - pos: 9.5,-229.5 - parent: 2 - - uid: 7645 - components: - - type: Transform - pos: 0.5,-219.5 - parent: 2 - - uid: 7646 - components: - - type: Transform - pos: -0.5,-219.5 - parent: 2 - - uid: 7647 - components: - - type: Transform - pos: -1.5,-219.5 - parent: 2 - - uid: 7648 - components: - - type: Transform - pos: -2.5,-219.5 - parent: 2 - - uid: 7649 - components: - - type: Transform - pos: -3.5,-219.5 - parent: 2 - - uid: 7650 - components: - - type: Transform - pos: -3.5,-222.5 - parent: 2 - - uid: 7651 - components: - - type: Transform - pos: -3.5,-223.5 - parent: 2 - - uid: 7652 - components: - - type: Transform - pos: -4.5,-223.5 - parent: 2 - - uid: 7653 - components: - - type: Transform - pos: -5.5,-223.5 - parent: 2 - - uid: 7654 - components: - - type: Transform - pos: -6.5,-223.5 - parent: 2 - - uid: 7655 - components: - - type: Transform - pos: -6.5,-222.5 - parent: 2 - - uid: 7656 - components: - - type: Transform - pos: -6.5,-221.5 - parent: 2 - - uid: 7657 - components: - - type: Transform - pos: -6.5,-220.5 - parent: 2 - - uid: 7658 - components: - - type: Transform - pos: -7.5,-220.5 - parent: 2 - - uid: 7659 - components: - - type: Transform - pos: 0.5,-214.5 - parent: 2 - - uid: 7660 - components: - - type: Transform - pos: 0.5,-215.5 - parent: 2 - - uid: 7661 - components: - - type: Transform - pos: 0.5,-216.5 - parent: 2 - - uid: 7662 - components: - - type: Transform - pos: 0.5,-217.5 - parent: 2 - - uid: 7663 - components: - - type: Transform - pos: 0.5,-218.5 - parent: 2 - - uid: 7664 - components: - - type: Transform - pos: 1.5,-214.5 - parent: 2 - - uid: 7665 - components: - - type: Transform - pos: -8.5,-220.5 - parent: 2 - - uid: 7666 - components: - - type: Transform - pos: 0.5,-213.5 - parent: 2 - - uid: 7669 - components: - - type: Transform - pos: 7.5,-223.5 - parent: 2 - - uid: 7670 - components: - - type: Transform - pos: 7.5,-222.5 - parent: 2 - - uid: 7671 - components: - - type: Transform - pos: 7.5,-221.5 - parent: 2 - - uid: 7672 - components: - - type: Transform - pos: 7.5,-220.5 - parent: 2 - - uid: 7673 - components: - - type: Transform - pos: 8.5,-220.5 - parent: 2 - - uid: 7674 - components: - - type: Transform - pos: 9.5,-220.5 - parent: 2 - - uid: 7675 - components: - - type: Transform - pos: 2.5,-214.5 - parent: 2 - - uid: 7676 - components: - - type: Transform - pos: -0.5,-214.5 - parent: 2 - - uid: 7678 - components: - - type: Transform - pos: -1.5,-214.5 - parent: 2 - - uid: 7680 - components: - - type: Transform - pos: -1.5,-235.5 - parent: 2 - - uid: 7681 - components: - - type: Transform - pos: -0.5,-235.5 - parent: 2 - - uid: 7682 - components: - - type: Transform - pos: 0.5,-235.5 - parent: 2 - - uid: 7683 - components: - - type: Transform - pos: 1.5,-235.5 - parent: 2 - - uid: 7684 - components: - - type: Transform - pos: 2.5,-235.5 - parent: 2 - - uid: 7686 - components: - - type: Transform - pos: 0.5,-236.5 - parent: 2 - - uid: 7687 - components: - - type: Transform - pos: 0.5,-234.5 - parent: 2 - - uid: 7688 - components: - - type: Transform - pos: 0.5,-233.5 - parent: 2 - - uid: 7689 - components: - - type: Transform - pos: 0.5,-232.5 - parent: 2 - - uid: 7690 - components: - - type: Transform - pos: 0.5,-231.5 - parent: 2 - - uid: 7699 - components: - - type: Transform - pos: 0.5,-229.5 - parent: 2 - - uid: 7700 - components: - - type: Transform - pos: 0.5,-228.5 - parent: 2 - - uid: 7701 - components: - - type: Transform - pos: 0.5,-227.5 - parent: 2 - - uid: 7702 - components: - - type: Transform - pos: 0.5,-226.5 - parent: 2 - - uid: 7711 - components: - - type: Transform - pos: 0.5,-220.5 - parent: 2 - - uid: 7712 - components: - - type: Transform - pos: 0.5,-221.5 - parent: 2 - - uid: 7713 - components: - - type: Transform - pos: 0.5,-222.5 - parent: 2 - - uid: 7714 - components: - - type: Transform - pos: 0.5,-223.5 - parent: 2 - - uid: 7716 - components: - - type: Transform - pos: -3.5,-230.5 - parent: 2 - - uid: 7718 - components: - - type: Transform - pos: -2.5,-231.5 - parent: 2 - - uid: 7775 - components: - - type: Transform - pos: 13.5,-248.5 - parent: 2 - - uid: 7778 - components: - - type: Transform - pos: 4.5,-260.5 - parent: 2 - - uid: 7814 - components: - - type: Transform - pos: 4.5,-252.5 - parent: 2 - - uid: 7842 - components: - - type: Transform - pos: 6.5,-247.5 - parent: 2 - - uid: 7919 - components: - - type: Transform - pos: 2.5,-286.5 - parent: 2 - - uid: 7920 - components: - - type: Transform - pos: 2.5,-287.5 - parent: 2 - - uid: 7925 - components: - - type: Transform - pos: 5.5,-289.5 - parent: 2 - - uid: 7930 - components: - - type: Transform - pos: 8.5,-286.5 - parent: 2 - - uid: 7931 - components: - - type: Transform - pos: 7.5,-287.5 - parent: 2 - - uid: 7932 - components: - - type: Transform - pos: 6.5,-287.5 - parent: 2 - - uid: 7938 - components: - - type: Transform - pos: 7.5,-339.5 - parent: 2 - - uid: 7940 - components: - - type: Transform - pos: 7.5,-340.5 - parent: 2 - - uid: 7974 - components: - - type: Transform - pos: 2.5,-284.5 - parent: 2 - - uid: 7983 - components: - - type: Transform - pos: 0.5,-242.5 - parent: 2 - - uid: 7985 - components: - - type: Transform - pos: 0.5,-241.5 - parent: 2 - - uid: 7986 - components: - - type: Transform - pos: 1.5,-241.5 - parent: 2 - - uid: 7987 - components: - - type: Transform - pos: 2.5,-241.5 - parent: 2 - - uid: 7988 - components: - - type: Transform - pos: -0.5,-241.5 - parent: 2 - - uid: 7989 - components: - - type: Transform - pos: -1.5,-241.5 - parent: 2 - - uid: 7990 - components: - - type: Transform - pos: 0.5,-240.5 - parent: 2 - - uid: 7994 - components: - - type: Transform - pos: 4.5,-287.5 - parent: 2 - - uid: 8030 - components: - - type: Transform - pos: 6.5,-336.5 - parent: 2 - - uid: 8045 - components: - - type: Transform - pos: 3.5,-287.5 - parent: 2 - - uid: 8057 - components: - - type: Transform - pos: 2.5,-283.5 - parent: 2 - - uid: 8072 - components: - - type: Transform - pos: 0.5,-261.5 - parent: 2 - - uid: 8073 - components: - - type: Transform - pos: 0.5,-262.5 - parent: 2 - - uid: 8074 - components: - - type: Transform - pos: 0.5,-263.5 - parent: 2 - - uid: 8075 - components: - - type: Transform - pos: 1.5,-262.5 - parent: 2 - - uid: 8076 - components: - - type: Transform - pos: 2.5,-262.5 - parent: 2 - - uid: 8078 - components: - - type: Transform - pos: -0.5,-262.5 - parent: 2 - - uid: 8080 - components: - - type: Transform - pos: -1.5,-262.5 - parent: 2 - - uid: 8083 - components: - - type: Transform - pos: 8.5,-287.5 - parent: 2 - - uid: 8095 - components: - - type: Transform - pos: 5.5,-288.5 - parent: 2 - - uid: 8097 - components: - - type: Transform - pos: 8.5,-285.5 - parent: 2 - - uid: 8112 - components: - - type: Transform - pos: 3.5,-254.5 - parent: 2 - - uid: 8167 - components: - - type: Transform - pos: 7.5,-337.5 - parent: 2 - - uid: 8168 - components: - - type: Transform - pos: 5.5,-340.5 - parent: 2 - - uid: 8171 - components: - - type: Transform - pos: -6.5,-166.5 - parent: 2 - - uid: 8172 - components: - - type: Transform - pos: 7.5,-255.5 - parent: 2 - - uid: 8173 - components: - - type: Transform - pos: 7.5,-256.5 - parent: 2 - - uid: 8188 - components: - - type: Transform - pos: 6.5,-342.5 - parent: 2 - - uid: 8194 - components: - - type: Transform - pos: 5.5,-337.5 - parent: 2 - - uid: 8216 - components: - - type: Transform - pos: -8.5,-308.5 - parent: 2 - - uid: 8227 - components: - - type: Transform - pos: 16.5,-254.5 - parent: 2 - - uid: 8228 - components: - - type: Transform - pos: -6.5,-165.5 - parent: 2 - - uid: 8262 - components: - - type: Transform - pos: 13.5,-158.5 - parent: 2 - - uid: 8263 - components: - - type: Transform - pos: 13.5,-159.5 - parent: 2 - - uid: 8264 - components: - - type: Transform - pos: 13.5,-160.5 - parent: 2 - - uid: 8265 - components: - - type: Transform - pos: 13.5,-161.5 - parent: 2 - - uid: 8266 - components: - - type: Transform - pos: 13.5,-162.5 - parent: 2 - - uid: 8268 - components: - - type: Transform - pos: 15.5,-159.5 - parent: 2 - - uid: 8269 - components: - - type: Transform - pos: 16.5,-159.5 - parent: 2 - - uid: 8270 - components: - - type: Transform - pos: 17.5,-159.5 - parent: 2 - - uid: 8271 - components: - - type: Transform - pos: 5.5,-336.5 - parent: 2 - - uid: 8272 - components: - - type: Transform - pos: 17.5,-160.5 - parent: 2 - - uid: 8273 - components: - - type: Transform - pos: 17.5,-161.5 - parent: 2 - - uid: 8274 - components: - - type: Transform - pos: 17.5,-162.5 - parent: 2 - - uid: 8276 - components: - - type: Transform - pos: 8.5,-340.5 - parent: 2 - - uid: 8278 - components: - - type: Transform - pos: 17.5,-137.5 - parent: 2 - - uid: 8279 - components: - - type: Transform - pos: 17.5,-138.5 - parent: 2 - - uid: 8280 - components: - - type: Transform - pos: 17.5,-139.5 - parent: 2 - - uid: 8281 - components: - - type: Transform - pos: 17.5,-140.5 - parent: 2 - - uid: 8282 - components: - - type: Transform - pos: 17.5,-141.5 - parent: 2 - - uid: 8283 - components: - - type: Transform - pos: 17.5,-142.5 - parent: 2 - - uid: 8284 - components: - - type: Transform - pos: 17.5,-143.5 - parent: 2 - - uid: 8285 - components: - - type: Transform - pos: 17.5,-144.5 - parent: 2 - - uid: 8286 - components: - - type: Transform - pos: 17.5,-145.5 - parent: 2 - - uid: 8287 - components: - - type: Transform - pos: 17.5,-146.5 - parent: 2 - - uid: 8288 - components: - - type: Transform - pos: 17.5,-147.5 - parent: 2 - - uid: 8289 - components: - - type: Transform - pos: 17.5,-148.5 - parent: 2 - - uid: 8290 - components: - - type: Transform - pos: 17.5,-149.5 - parent: 2 - - uid: 8291 - components: - - type: Transform - pos: 17.5,-150.5 - parent: 2 - - uid: 8292 - components: - - type: Transform - pos: 17.5,-151.5 - parent: 2 - - uid: 8293 - components: - - type: Transform - pos: 17.5,-152.5 - parent: 2 - - uid: 8294 - components: - - type: Transform - pos: 17.5,-153.5 - parent: 2 - - uid: 8295 - components: - - type: Transform - pos: 16.5,-138.5 - parent: 2 - - uid: 8296 - components: - - type: Transform - pos: 15.5,-138.5 - parent: 2 - - uid: 8297 - components: - - type: Transform - pos: 14.5,-138.5 - parent: 2 - - uid: 8298 - components: - - type: Transform - pos: 13.5,-138.5 - parent: 2 - - uid: 8299 - components: - - type: Transform - pos: 13.5,-139.5 - parent: 2 - - uid: 8300 - components: - - type: Transform - pos: 13.5,-140.5 - parent: 2 - - uid: 8301 - components: - - type: Transform - pos: 13.5,-141.5 - parent: 2 - - uid: 8302 - components: - - type: Transform - pos: 13.5,-142.5 - parent: 2 - - uid: 8303 - components: - - type: Transform - pos: 13.5,-143.5 - parent: 2 - - uid: 8304 - components: - - type: Transform - pos: 13.5,-144.5 - parent: 2 - - uid: 8306 - components: - - type: Transform - pos: 13.5,-146.5 - parent: 2 - - uid: 8307 - components: - - type: Transform - pos: 13.5,-147.5 - parent: 2 - - uid: 8308 - components: - - type: Transform - pos: 13.5,-148.5 - parent: 2 - - uid: 8309 - components: - - type: Transform - pos: 13.5,-149.5 - parent: 2 - - uid: 8310 - components: - - type: Transform - pos: 13.5,-150.5 - parent: 2 - - uid: 8311 - components: - - type: Transform - pos: 13.5,-151.5 - parent: 2 - - uid: 8312 - components: - - type: Transform - pos: 13.5,-152.5 - parent: 2 - - uid: 8313 - components: - - type: Transform - pos: 13.5,-153.5 - parent: 2 - - uid: 8320 - components: - - type: Transform - pos: 19.5,-240.5 - parent: 2 - - uid: 8349 - components: - - type: Transform - pos: -13.5,-162.5 - parent: 2 - - uid: 8351 - components: - - type: Transform - pos: 16.5,-255.5 - parent: 2 - - uid: 8352 - components: - - type: Transform - pos: 17.5,-255.5 - parent: 2 - - uid: 8356 - components: - - type: Transform - pos: 18.5,-255.5 - parent: 2 - - uid: 8359 - components: - - type: Transform - pos: 12.5,-260.5 - parent: 2 - - uid: 8360 - components: - - type: Transform - pos: 18.5,-257.5 - parent: 2 - - uid: 8361 - components: - - type: Transform - pos: 15.5,-240.5 - parent: 2 - - uid: 8362 - components: - - type: Transform - pos: 16.5,-243.5 - parent: 2 - - uid: 8363 - components: - - type: Transform - pos: 18.5,-260.5 - parent: 2 - - uid: 8364 - components: - - type: Transform - pos: 15.5,-243.5 - parent: 2 - - uid: 8367 - components: - - type: Transform - pos: -13.5,-163.5 - parent: 2 - - uid: 8368 - components: - - type: Transform - pos: 18.5,-248.5 - parent: 2 - - uid: 8369 - components: - - type: Transform - pos: 17.5,-245.5 - parent: 2 - - uid: 8371 - components: - - type: Transform - pos: -13.5,-164.5 - parent: 2 - - uid: 8377 - components: - - type: Transform - pos: -13.5,-165.5 - parent: 2 - - uid: 8382 - components: - - type: Transform - pos: 17.5,-260.5 - parent: 2 - - uid: 8383 - components: - - type: Transform - pos: 14.5,-256.5 - parent: 2 - - uid: 8386 - components: - - type: Transform - pos: -13.5,-166.5 - parent: 2 - - uid: 8389 - components: - - type: Transform - pos: 7.5,-257.5 - parent: 2 - - uid: 8390 - components: - - type: Transform - pos: 7.5,-258.5 - parent: 2 - - uid: 8392 - components: - - type: Transform - pos: -13.5,-167.5 - parent: 2 - - uid: 8393 - components: - - type: Transform - pos: -12.5,-167.5 - parent: 2 - - uid: 8418 - components: - - type: Transform - pos: 7.5,-247.5 - parent: 2 - - uid: 8423 - components: - - type: Transform - pos: 7.5,-259.5 - parent: 2 - - uid: 8427 - components: - - type: Transform - pos: 7.5,-260.5 - parent: 2 - - uid: 8434 - components: - - type: Transform - pos: 11.5,-256.5 - parent: 2 - - uid: 8437 - components: - - type: Transform - pos: 6.5,-243.5 - parent: 2 - - uid: 8445 - components: - - type: Transform - pos: -9.5,-299.5 - parent: 2 - - uid: 8446 - components: - - type: Transform - pos: 8.5,-260.5 - parent: 2 - - uid: 8447 - components: - - type: Transform - pos: 13.5,-256.5 - parent: 2 - - uid: 8451 - components: - - type: Transform - pos: 16.5,-264.5 - parent: 2 - - uid: 8457 - components: - - type: Transform - pos: 5.5,-261.5 - parent: 2 - - uid: 8462 - components: - - type: Transform - pos: 19.5,-264.5 - parent: 2 - - uid: 8464 - components: - - type: Transform - pos: 0.5,-362.5 - parent: 2 - - uid: 8465 - components: - - type: Transform - pos: 20.5,-264.5 - parent: 2 - - uid: 8500 - components: - - type: Transform - pos: 17.5,-243.5 - parent: 2 - - uid: 8505 - components: - - type: Transform - pos: 18.5,-247.5 - parent: 2 - - uid: 8506 - components: - - type: Transform - pos: 18.5,-240.5 - parent: 2 - - uid: 8517 - components: - - type: Transform - pos: 3.5,-252.5 - parent: 2 - - uid: 8555 - components: - - type: Transform - pos: 3.5,-250.5 - parent: 2 - - uid: 8566 - components: - - type: Transform - pos: 3.5,-260.5 - parent: 2 - - uid: 8618 - components: - - type: Transform - pos: 3.5,-249.5 - parent: 2 - - uid: 8645 - components: - - type: Transform - pos: 5.5,-260.5 - parent: 2 - - uid: 8646 - components: - - type: Transform - pos: 15.5,-260.5 - parent: 2 - - uid: 8647 - components: - - type: Transform - pos: 17.5,-240.5 - parent: 2 - - uid: 8660 - components: - - type: Transform - pos: 14.5,-260.5 - parent: 2 - - uid: 8668 - components: - - type: Transform - pos: 16.5,-250.5 - parent: 2 - - uid: 8670 - components: - - type: Transform - pos: 19.5,-248.5 - parent: 2 - - uid: 8684 - components: - - type: Transform - pos: 15.5,-245.5 - parent: 2 - - uid: 8696 - components: - - type: Transform - pos: 16.5,-260.5 - parent: 2 - - uid: 8708 - components: - - type: Transform - pos: -6.5,-167.5 - parent: 2 - - uid: 8730 - components: - - type: Transform - pos: 13.5,-260.5 - parent: 2 - - uid: 8731 - components: - - type: Transform - pos: 18.5,-256.5 - parent: 2 - - uid: 8764 - components: - - type: Transform - pos: -7.5,-167.5 - parent: 2 - - uid: 8786 - components: - - type: Transform - pos: 16.5,-256.5 - parent: 2 - - uid: 8787 - components: - - type: Transform - pos: 11.5,-260.5 - parent: 2 - - uid: 8791 - components: - - type: Transform - pos: 18.5,-258.5 - parent: 2 - - uid: 8792 - components: - - type: Transform - pos: 18.5,-246.5 - parent: 2 - - uid: 8793 - components: - - type: Transform - pos: 16.5,-245.5 - parent: 2 - - uid: 8799 - components: - - type: Transform - pos: 18.5,-261.5 - parent: 2 - - uid: 8804 - components: - - type: Transform - pos: 18.5,-259.5 - parent: 2 - - uid: 8805 - components: - - type: Transform - pos: -7.5,-302.5 - parent: 2 - - uid: 8829 - components: - - type: Transform - pos: 6.5,-252.5 - parent: 2 - - uid: 8843 - components: - - type: Transform - pos: 8.5,-117.5 - parent: 2 - - uid: 8895 - components: - - type: Transform - pos: 18.5,-245.5 - parent: 2 - - uid: 8897 - components: - - type: Transform - pos: 18.5,-264.5 - parent: 2 - - uid: 8916 - components: - - type: Transform - pos: 5.5,-252.5 - parent: 2 - - uid: 8929 - components: - - type: Transform - pos: 17.5,-264.5 - parent: 2 - - uid: 8930 - components: - - type: Transform - pos: 3.5,-251.5 - parent: 2 - - uid: 8973 - components: - - type: Transform - pos: 7.5,-252.5 - parent: 2 - - uid: 8976 - components: - - type: Transform - pos: 7.5,-251.5 - parent: 2 - - uid: 8988 - components: - - type: Transform - pos: 7.5,-243.5 - parent: 2 - - uid: 9010 - components: - - type: Transform - pos: 5.5,-283.5 - parent: 2 - - uid: 9027 - components: - - type: Transform - pos: -9.5,-302.5 - parent: 2 - - uid: 9041 - components: - - type: Transform - pos: 4.5,-243.5 - parent: 2 - - uid: 9043 - components: - - type: Transform - pos: 5.5,-243.5 - parent: 2 - - uid: 9049 - components: - - type: Transform - pos: 3.5,-243.5 - parent: 2 - - uid: 9061 - components: - - type: Transform - pos: 12.5,-256.5 - parent: 2 - - uid: 9170 - components: - - type: Transform - pos: 5.5,-284.5 - parent: 2 - - uid: 9171 - components: - - type: Transform - pos: 5.5,-285.5 - parent: 2 - - uid: 9172 - components: - - type: Transform - pos: 4.5,-284.5 - parent: 2 - - uid: 9173 - components: - - type: Transform - pos: 6.5,-284.5 - parent: 2 - - uid: 9215 - components: - - type: Transform - pos: -1.5,-272.5 - parent: 2 - - uid: 9216 - components: - - type: Transform - pos: -1.5,-271.5 - parent: 2 - - uid: 9217 - components: - - type: Transform - pos: -2.5,-271.5 - parent: 2 - - uid: 9218 - components: - - type: Transform - pos: -3.5,-271.5 - parent: 2 - - uid: 9219 - components: - - type: Transform - pos: -4.5,-271.5 - parent: 2 - - uid: 9220 - components: - - type: Transform - pos: -5.5,-271.5 - parent: 2 - - uid: 9221 - components: - - type: Transform - pos: -6.5,-271.5 - parent: 2 - - uid: 9222 - components: - - type: Transform - pos: -6.5,-270.5 - parent: 2 - - uid: 9223 - components: - - type: Transform - pos: -6.5,-272.5 - parent: 2 - - uid: 9224 - components: - - type: Transform - pos: -7.5,-272.5 - parent: 2 - - uid: 9225 - components: - - type: Transform - pos: -8.5,-272.5 - parent: 2 - - uid: 9226 - components: - - type: Transform - pos: -6.5,-273.5 - parent: 2 - - uid: 9227 - components: - - type: Transform - pos: -6.5,-274.5 - parent: 2 - - uid: 9228 - components: - - type: Transform - pos: -6.5,-275.5 - parent: 2 - - uid: 9229 - components: - - type: Transform - pos: -5.5,-275.5 - parent: 2 - - uid: 9230 - components: - - type: Transform - pos: -5.5,-276.5 - parent: 2 - - uid: 9231 - components: - - type: Transform - pos: 7.5,-272.5 - parent: 2 - - uid: 9232 - components: - - type: Transform - pos: 6.5,-272.5 - parent: 2 - - uid: 9233 - components: - - type: Transform - pos: 5.5,-272.5 - parent: 2 - - uid: 9234 - components: - - type: Transform - pos: 4.5,-272.5 - parent: 2 - - uid: 9235 - components: - - type: Transform - pos: 3.5,-272.5 - parent: 2 - - uid: 9236 - components: - - type: Transform - pos: 5.5,-271.5 - parent: 2 - - uid: 9237 - components: - - type: Transform - pos: 5.5,-270.5 - parent: 2 - - uid: 9238 - components: - - type: Transform - pos: 5.5,-269.5 - parent: 2 - - uid: 9239 - components: - - type: Transform - pos: 3.5,-271.5 - parent: 2 - - uid: 9240 - components: - - type: Transform - pos: 3.5,-270.5 - parent: 2 - - uid: 9241 - components: - - type: Transform - pos: 2.5,-272.5 - parent: 2 - - uid: 9242 - components: - - type: Transform - pos: 5.5,-273.5 - parent: 2 - - uid: 9243 - components: - - type: Transform - pos: 5.5,-274.5 - parent: 2 - - uid: 9244 - components: - - type: Transform - pos: 5.5,-275.5 - parent: 2 - - uid: 9245 - components: - - type: Transform - pos: 5.5,-276.5 - parent: 2 - - uid: 9246 - components: - - type: Transform - pos: 5.5,-277.5 - parent: 2 - - uid: 9247 - components: - - type: Transform - pos: 5.5,-278.5 - parent: 2 - - uid: 9248 - components: - - type: Transform - pos: 5.5,-279.5 - parent: 2 - - uid: 9249 - components: - - type: Transform - pos: 5.5,-280.5 - parent: 2 - - uid: 9250 - components: - - type: Transform - pos: 5.5,-281.5 - parent: 2 - - uid: 9251 - components: - - type: Transform - pos: 4.5,-277.5 - parent: 2 - - uid: 9252 - components: - - type: Transform - pos: 3.5,-277.5 - parent: 2 - - uid: 9253 - components: - - type: Transform - pos: 2.5,-277.5 - parent: 2 - - uid: 9254 - components: - - type: Transform - pos: 1.5,-277.5 - parent: 2 - - uid: 9255 - components: - - type: Transform - pos: 0.5,-277.5 - parent: 2 - - uid: 9256 - components: - - type: Transform - pos: 0.5,-278.5 - parent: 2 - - uid: 9257 - components: - - type: Transform - pos: 0.5,-279.5 - parent: 2 - - uid: 9258 - components: - - type: Transform - pos: 0.5,-280.5 - parent: 2 - - uid: 9259 - components: - - type: Transform - pos: 0.5,-281.5 - parent: 2 - - uid: 9260 - components: - - type: Transform - pos: 0.5,-282.5 - parent: 2 - - uid: 9261 - components: - - type: Transform - pos: -0.5,-281.5 - parent: 2 - - uid: 9262 - components: - - type: Transform - pos: -0.5,-277.5 - parent: 2 - - uid: 9263 - components: - - type: Transform - pos: 0.5,-276.5 - parent: 2 - - uid: 9264 - components: - - type: Transform - pos: 6.5,-277.5 - parent: 2 - - uid: 9265 - components: - - type: Transform - pos: 7.5,-277.5 - parent: 2 - - uid: 9266 - components: - - type: Transform - pos: 8.5,-277.5 - parent: 2 - - uid: 9267 - components: - - type: Transform - pos: 9.5,-277.5 - parent: 2 - - uid: 9268 - components: - - type: Transform - pos: 10.5,-277.5 - parent: 2 - - uid: 9269 - components: - - type: Transform - pos: 11.5,-277.5 - parent: 2 - - uid: 9270 - components: - - type: Transform - pos: 11.5,-281.5 - parent: 2 - - uid: 9271 - components: - - type: Transform - pos: 10.5,-281.5 - parent: 2 - - uid: 9272 - components: - - type: Transform - pos: 9.5,-281.5 - parent: 2 - - uid: 9273 - components: - - type: Transform - pos: 8.5,-281.5 - parent: 2 - - uid: 9274 - components: - - type: Transform - pos: 7.5,-281.5 - parent: 2 - - uid: 9275 - components: - - type: Transform - pos: 6.5,-281.5 - parent: 2 - - uid: 9276 - components: - - type: Transform - pos: 4.5,-281.5 - parent: 2 - - uid: 9277 - components: - - type: Transform - pos: 3.5,-281.5 - parent: 2 - - uid: 9278 - components: - - type: Transform - pos: 2.5,-281.5 - parent: 2 - - uid: 9279 - components: - - type: Transform - pos: 1.5,-281.5 - parent: 2 - - uid: 9280 - components: - - type: Transform - pos: 5.5,-282.5 - parent: 2 - - uid: 9281 - components: - - type: Transform - pos: -5.5,-277.5 - parent: 2 - - uid: 9282 - components: - - type: Transform - pos: -5.5,-278.5 - parent: 2 - - uid: 9283 - components: - - type: Transform - pos: -5.5,-279.5 - parent: 2 - - uid: 9284 - components: - - type: Transform - pos: -5.5,-280.5 - parent: 2 - - uid: 9285 - components: - - type: Transform - pos: -5.5,-281.5 - parent: 2 - - uid: 9286 - components: - - type: Transform - pos: -5.5,-282.5 - parent: 2 - - uid: 9287 - components: - - type: Transform - pos: -5.5,-283.5 - parent: 2 - - uid: 9288 - components: - - type: Transform - pos: -5.5,-284.5 - parent: 2 - - uid: 9289 - components: - - type: Transform - pos: -5.5,-285.5 - parent: 2 - - uid: 9290 - components: - - type: Transform - pos: -5.5,-286.5 - parent: 2 - - uid: 9291 - components: - - type: Transform - pos: -5.5,-287.5 - parent: 2 - - uid: 9292 - components: - - type: Transform - pos: -4.5,-287.5 - parent: 2 - - uid: 9293 - components: - - type: Transform - pos: -3.5,-287.5 - parent: 2 - - uid: 9294 - components: - - type: Transform - pos: -4.5,-279.5 - parent: 2 - - uid: 9295 - components: - - type: Transform - pos: -3.5,-279.5 - parent: 2 - - uid: 9296 - components: - - type: Transform - pos: -3.5,-280.5 - parent: 2 - - uid: 9297 - components: - - type: Transform - pos: -3.5,-281.5 - parent: 2 - - uid: 9298 - components: - - type: Transform - pos: -3.5,-282.5 - parent: 2 - - uid: 9299 - components: - - type: Transform - pos: -3.5,-283.5 - parent: 2 - - uid: 9300 - components: - - type: Transform - pos: -2.5,-283.5 - parent: 2 - - uid: 9301 - components: - - type: Transform - pos: -2.5,-284.5 - parent: 2 - - uid: 9302 - components: - - type: Transform - pos: -1.5,-284.5 - parent: 2 - - uid: 9303 - components: - - type: Transform - pos: -0.5,-284.5 - parent: 2 - - uid: 9304 - components: - - type: Transform - pos: 0.5,-284.5 - parent: 2 - - uid: 9305 - components: - - type: Transform - pos: 0.5,-285.5 - parent: 2 - - uid: 9306 - components: - - type: Transform - pos: 0.5,-286.5 - parent: 2 - - uid: 9307 - components: - - type: Transform - pos: 0.5,-287.5 - parent: 2 - - uid: 9308 - components: - - type: Transform - pos: 0.5,-288.5 - parent: 2 - - uid: 9309 - components: - - type: Transform - pos: 0.5,-289.5 - parent: 2 - - uid: 9310 - components: - - type: Transform - pos: 0.5,-290.5 - parent: 2 - - uid: 9311 - components: - - type: Transform - pos: 1.5,-289.5 - parent: 2 - - uid: 9312 - components: - - type: Transform - pos: 2.5,-289.5 - parent: 2 - - uid: 9313 - components: - - type: Transform - pos: -0.5,-289.5 - parent: 2 - - uid: 9314 - components: - - type: Transform - pos: -1.5,-289.5 - parent: 2 - - uid: 9315 - components: - - type: Transform - pos: -3.5,-278.5 - parent: 2 - - uid: 9316 - components: - - type: Transform - pos: -3.5,-277.5 - parent: 2 - - uid: 9317 - components: - - type: Transform - pos: -3.5,-276.5 - parent: 2 - - uid: 9318 - components: - - type: Transform - pos: -3.5,-275.5 - parent: 2 - - uid: 9319 - components: - - type: Transform - pos: -2.5,-275.5 - parent: 2 - - uid: 9320 - components: - - type: Transform - pos: -2.5,-274.5 - parent: 2 - - uid: 9321 - components: - - type: Transform - pos: -1.5,-274.5 - parent: 2 - - uid: 9323 - components: - - type: Transform - pos: -0.5,-274.5 - parent: 2 - - uid: 9324 - components: - - type: Transform - pos: 0.5,-274.5 - parent: 2 - - uid: 9325 - components: - - type: Transform - pos: 0.5,-273.5 - parent: 2 - - uid: 9326 - components: - - type: Transform - pos: 0.5,-272.5 - parent: 2 - - uid: 9327 - components: - - type: Transform - pos: 0.5,-271.5 - parent: 2 - - uid: 9328 - components: - - type: Transform - pos: 0.5,-270.5 - parent: 2 - - uid: 9329 - components: - - type: Transform - pos: 0.5,-269.5 - parent: 2 - - uid: 9330 - components: - - type: Transform - pos: 0.5,-268.5 - parent: 2 - - uid: 9331 - components: - - type: Transform - pos: 0.5,-267.5 - parent: 2 - - uid: 9332 - components: - - type: Transform - pos: 2.5,-268.5 - parent: 2 - - uid: 9333 - components: - - type: Transform - pos: 1.5,-268.5 - parent: 2 - - uid: 9334 - components: - - type: Transform - pos: -0.5,-268.5 - parent: 2 - - uid: 9335 - components: - - type: Transform - pos: -1.5,-268.5 - parent: 2 - - uid: 9429 - components: - - type: Transform - pos: -4.5,-328.5 - parent: 2 - - uid: 9457 - components: - - type: Transform - pos: 22.5,-311.5 - parent: 2 - - uid: 9518 - components: - - type: Transform - pos: 22.5,-312.5 - parent: 2 - - uid: 9619 - components: - - type: Transform - pos: 19.5,-308.5 - parent: 2 - - uid: 9621 - components: - - type: Transform - pos: 20.5,-307.5 - parent: 2 - - uid: 9622 - components: - - type: Transform - pos: 20.5,-307.5 - parent: 2 - - uid: 9623 - components: - - type: Transform - pos: 19.5,-307.5 - parent: 2 - - uid: 9624 - components: - - type: Transform - pos: 18.5,-307.5 - parent: 2 - - uid: 9625 - components: - - type: Transform - pos: 17.5,-307.5 - parent: 2 - - uid: 9626 - components: - - type: Transform - pos: 16.5,-307.5 - parent: 2 - - uid: 9627 - components: - - type: Transform - pos: 15.5,-307.5 - parent: 2 - - uid: 9628 - components: - - type: Transform - pos: 14.5,-307.5 - parent: 2 - - uid: 9629 - components: - - type: Transform - pos: 13.5,-307.5 - parent: 2 - - uid: 9630 - components: - - type: Transform - pos: 19.5,-309.5 - parent: 2 - - uid: 9631 - components: - - type: Transform - pos: 20.5,-309.5 - parent: 2 - - uid: 9632 - components: - - type: Transform - pos: 20.5,-310.5 - parent: 2 - - uid: 9633 - components: - - type: Transform - pos: 21.5,-310.5 - parent: 2 - - uid: 9634 - components: - - type: Transform - pos: 22.5,-310.5 - parent: 2 - - uid: 9635 - components: - - type: Transform - pos: 23.5,-310.5 - parent: 2 - - uid: 9636 - components: - - type: Transform - pos: 24.5,-310.5 - parent: 2 - - uid: 9637 - components: - - type: Transform - pos: 24.5,-309.5 - parent: 2 - - uid: 9639 - components: - - type: Transform - pos: 25.5,-309.5 - parent: 2 - - uid: 9640 - components: - - type: Transform - pos: 25.5,-308.5 - parent: 2 - - uid: 9641 - components: - - type: Transform - pos: 25.5,-307.5 - parent: 2 - - uid: 9642 - components: - - type: Transform - pos: 26.5,-307.5 - parent: 2 - - uid: 9643 - components: - - type: Transform - pos: 27.5,-307.5 - parent: 2 - - uid: 9644 - components: - - type: Transform - pos: 28.5,-307.5 - parent: 2 - - uid: 9645 - components: - - type: Transform - pos: 29.5,-307.5 - parent: 2 - - uid: 9646 - components: - - type: Transform - pos: 25.5,-306.5 - parent: 2 - - uid: 9647 - components: - - type: Transform - pos: 25.5,-305.5 - parent: 2 - - uid: 9648 - components: - - type: Transform - pos: 24.5,-305.5 - parent: 2 - - uid: 9649 - components: - - type: Transform - pos: 24.5,-304.5 - parent: 2 - - uid: 9650 - components: - - type: Transform - pos: 23.5,-304.5 - parent: 2 - - uid: 9651 - components: - - type: Transform - pos: 19.5,-306.5 - parent: 2 - - uid: 9652 - components: - - type: Transform - pos: 19.5,-305.5 - parent: 2 - - uid: 9653 - components: - - type: Transform - pos: 20.5,-305.5 - parent: 2 - - uid: 9654 - components: - - type: Transform - pos: 20.5,-304.5 - parent: 2 - - uid: 9655 - components: - - type: Transform - pos: 21.5,-304.5 - parent: 2 - - uid: 9656 - components: - - type: Transform - pos: 22.5,-304.5 - parent: 2 - - uid: 9657 - components: - - type: Transform - pos: 22.5,-303.5 - parent: 2 - - uid: 9658 - components: - - type: Transform - pos: 22.5,-302.5 - parent: 2 - - uid: 9659 - components: - - type: Transform - pos: 22.5,-301.5 - parent: 2 - - uid: 9660 - components: - - type: Transform - pos: 22.5,-300.5 - parent: 2 - - uid: 9661 - components: - - type: Transform - pos: 22.5,-299.5 - parent: 2 - - uid: 9662 - components: - - type: Transform - pos: 22.5,-298.5 - parent: 2 - - uid: 9663 - components: - - type: Transform - pos: 23.5,-298.5 - parent: 2 - - uid: 9664 - components: - - type: Transform - pos: 24.5,-298.5 - parent: 2 - - uid: 9665 - components: - - type: Transform - pos: 25.5,-298.5 - parent: 2 - - uid: 9666 - components: - - type: Transform - pos: 21.5,-298.5 - parent: 2 - - uid: 9667 - components: - - type: Transform - pos: 20.5,-298.5 - parent: 2 - - uid: 9668 - components: - - type: Transform - pos: 19.5,-298.5 - parent: 2 - - uid: 9669 - components: - - type: Transform - pos: 22.5,-313.5 - parent: 2 - - uid: 9670 - components: - - type: Transform - pos: 22.5,-314.5 - parent: 2 - - uid: 9671 - components: - - type: Transform - pos: 22.5,-315.5 - parent: 2 - - uid: 9672 - components: - - type: Transform - pos: 22.5,-316.5 - parent: 2 - - uid: 9674 - components: - - type: Transform - pos: 23.5,-316.5 - parent: 2 - - uid: 9675 - components: - - type: Transform - pos: 24.5,-316.5 - parent: 2 - - uid: 9676 - components: - - type: Transform - pos: 25.5,-316.5 - parent: 2 - - uid: 9677 - components: - - type: Transform - pos: 21.5,-316.5 - parent: 2 - - uid: 9678 - components: - - type: Transform - pos: 20.5,-316.5 - parent: 2 - - uid: 9679 - components: - - type: Transform - pos: 19.5,-316.5 - parent: 2 - - uid: 9680 - components: - - type: Transform - pos: 22.5,-317.5 - parent: 2 - - uid: 9681 - components: - - type: Transform - pos: 22.5,-297.5 - parent: 2 - - uid: 9769 - components: - - type: Transform - pos: 29.5,-306.5 - parent: 2 - - uid: 9770 - components: - - type: Transform - pos: 29.5,-305.5 - parent: 2 - - uid: 9771 - components: - - type: Transform - pos: 29.5,-304.5 - parent: 2 - - uid: 9775 - components: - - type: Transform - pos: 29.5,-308.5 - parent: 2 - - uid: 9776 - components: - - type: Transform - pos: 29.5,-309.5 - parent: 2 - - uid: 9777 - components: - - type: Transform - pos: 29.5,-310.5 - parent: 2 - - uid: 9831 - components: - - type: Transform - pos: 5.5,-335.5 - parent: 2 - - uid: 9853 - components: - - type: Transform - pos: 14.5,-243.5 - parent: 2 - - uid: 10035 - components: - - type: Transform - pos: 7.5,-343.5 - parent: 2 - - uid: 10048 - components: - - type: Transform - pos: 7.5,-335.5 - parent: 2 - - uid: 10165 - components: - - type: Transform - pos: 0.5,-308.5 - parent: 2 - - uid: 10168 - components: - - type: Transform - pos: 5.5,-338.5 - parent: 2 - - uid: 10353 - components: - - type: Transform - pos: -9.5,-303.5 - parent: 2 - - uid: 10354 - components: - - type: Transform - pos: -9.5,-304.5 - parent: 2 - - uid: 10355 - components: - - type: Transform - pos: -9.5,-305.5 - parent: 2 - - uid: 10356 - components: - - type: Transform - pos: -8.5,-303.5 - parent: 2 - - uid: 10357 - components: - - type: Transform - pos: -7.5,-303.5 - parent: 2 - - uid: 10358 - components: - - type: Transform - pos: -6.5,-303.5 - parent: 2 - - uid: 10359 - components: - - type: Transform - pos: -5.5,-303.5 - parent: 2 - - uid: 10360 - components: - - type: Transform - pos: -4.5,-303.5 - parent: 2 - - uid: 10361 - components: - - type: Transform - pos: -3.5,-303.5 - parent: 2 - - uid: 10362 - components: - - type: Transform - pos: -2.5,-303.5 - parent: 2 - - uid: 10363 - components: - - type: Transform - pos: -4.5,-302.5 - parent: 2 - - uid: 10364 - components: - - type: Transform - pos: -4.5,-301.5 - parent: 2 - - uid: 10365 - components: - - type: Transform - pos: -4.5,-300.5 - parent: 2 - - uid: 10366 - components: - - type: Transform - pos: -4.5,-299.5 - parent: 2 - - uid: 10367 - components: - - type: Transform - pos: -4.5,-304.5 - parent: 2 - - uid: 10368 - components: - - type: Transform - pos: -4.5,-305.5 - parent: 2 - - uid: 10369 - components: - - type: Transform - pos: -1.5,-303.5 - parent: 2 - - uid: 10370 - components: - - type: Transform - pos: -0.5,-303.5 - parent: 2 - - uid: 10371 - components: - - type: Transform - pos: 0.5,-303.5 - parent: 2 - - uid: 10372 - components: - - type: Transform - pos: 0.5,-302.5 - parent: 2 - - uid: 10373 - components: - - type: Transform - pos: 0.5,-301.5 - parent: 2 - - uid: 10374 - components: - - type: Transform - pos: 0.5,-300.5 - parent: 2 - - uid: 10375 - components: - - type: Transform - pos: 0.5,-299.5 - parent: 2 - - uid: 10376 - components: - - type: Transform - pos: 0.5,-298.5 - parent: 2 - - uid: 10377 - components: - - type: Transform - pos: 0.5,-297.5 - parent: 2 - - uid: 10378 - components: - - type: Transform - pos: 0.5,-296.5 - parent: 2 - - uid: 10379 - components: - - type: Transform - pos: 0.5,-295.5 - parent: 2 - - uid: 10380 - components: - - type: Transform - pos: 0.5,-294.5 - parent: 2 - - uid: 10381 - components: - - type: Transform - pos: -0.5,-295.5 - parent: 2 - - uid: 10382 - components: - - type: Transform - pos: -1.5,-295.5 - parent: 2 - - uid: 10383 - components: - - type: Transform - pos: 1.5,-295.5 - parent: 2 - - uid: 10384 - components: - - type: Transform - pos: 2.5,-295.5 - parent: 2 - - uid: 10385 - components: - - type: Transform - pos: -0.5,-297.5 - parent: 2 - - uid: 10386 - components: - - type: Transform - pos: -1.5,-297.5 - parent: 2 - - uid: 10387 - components: - - type: Transform - pos: -2.5,-297.5 - parent: 2 - - uid: 10388 - components: - - type: Transform - pos: -3.5,-297.5 - parent: 2 - - uid: 10389 - components: - - type: Transform - pos: -4.5,-297.5 - parent: 2 - - uid: 10390 - components: - - type: Transform - pos: -5.5,-297.5 - parent: 2 - - uid: 10391 - components: - - type: Transform - pos: -6.5,-297.5 - parent: 2 - - uid: 10392 - components: - - type: Transform - pos: -7.5,-297.5 - parent: 2 - - uid: 10393 - components: - - type: Transform - pos: 0.5,-304.5 - parent: 2 - - uid: 10394 - components: - - type: Transform - pos: 1.5,-303.5 - parent: 2 - - uid: 10395 - components: - - type: Transform - pos: 0.5,-305.5 - parent: 2 - - uid: 10396 - components: - - type: Transform - pos: 0.5,-306.5 - parent: 2 - - uid: 10397 - components: - - type: Transform - pos: -3.5,-320.5 - parent: 2 - - uid: 10398 - components: - - type: Transform - pos: -3.5,-319.5 - parent: 2 - - uid: 10399 - components: - - type: Transform - pos: -3.5,-318.5 - parent: 2 - - uid: 10400 - components: - - type: Transform - pos: -3.5,-317.5 - parent: 2 - - uid: 10401 - components: - - type: Transform - pos: -3.5,-316.5 - parent: 2 - - uid: 10402 - components: - - type: Transform - pos: -3.5,-315.5 - parent: 2 - - uid: 10407 - components: - - type: Transform - pos: -3.5,-314.5 - parent: 2 - - uid: 10408 - components: - - type: Transform - pos: -3.5,-313.5 - parent: 2 - - uid: 10409 - components: - - type: Transform - pos: -3.5,-312.5 - parent: 2 - - uid: 10410 - components: - - type: Transform - pos: -3.5,-311.5 - parent: 2 - - uid: 10411 - components: - - type: Transform - pos: -3.5,-310.5 - parent: 2 - - uid: 10412 - components: - - type: Transform - pos: -3.5,-309.5 - parent: 2 - - uid: 10413 - components: - - type: Transform - pos: -3.5,-308.5 - parent: 2 - - uid: 10414 - components: - - type: Transform - pos: -2.5,-308.5 - parent: 2 - - uid: 10415 - components: - - type: Transform - pos: -4.5,-308.5 - parent: 2 - - uid: 10416 - components: - - type: Transform - pos: -3.5,-307.5 - parent: 2 - - uid: 10417 - components: - - type: Transform - pos: -4.5,-314.5 - parent: 2 - - uid: 10418 - components: - - type: Transform - pos: -5.5,-314.5 - parent: 2 - - uid: 10419 - components: - - type: Transform - pos: -6.5,-314.5 - parent: 2 - - uid: 10420 - components: - - type: Transform - pos: -7.5,-314.5 - parent: 2 - - uid: 10421 - components: - - type: Transform - pos: -8.5,-314.5 - parent: 2 - - uid: 10422 - components: - - type: Transform - pos: -4.5,-318.5 - parent: 2 - - uid: 10423 - components: - - type: Transform - pos: -5.5,-318.5 - parent: 2 - - uid: 10424 - components: - - type: Transform - pos: -6.5,-318.5 - parent: 2 - - uid: 10425 - components: - - type: Transform - pos: -7.5,-318.5 - parent: 2 - - uid: 10426 - components: - - type: Transform - pos: -8.5,-318.5 - parent: 2 - - uid: 10427 - components: - - type: Transform - pos: -4.5,-316.5 - parent: 2 - - uid: 10428 - components: - - type: Transform - pos: -5.5,-316.5 - parent: 2 - - uid: 10429 - components: - - type: Transform - pos: -2.5,-317.5 - parent: 2 - - uid: 10430 - components: - - type: Transform - pos: -1.5,-317.5 - parent: 2 - - uid: 10431 - components: - - type: Transform - pos: -0.5,-317.5 - parent: 2 - - uid: 10432 - components: - - type: Transform - pos: 0.5,-317.5 - parent: 2 - - uid: 10433 - components: - - type: Transform - pos: 0.5,-318.5 - parent: 2 - - uid: 10434 - components: - - type: Transform - pos: 0.5,-319.5 - parent: 2 - - uid: 10435 - components: - - type: Transform - pos: 1.5,-319.5 - parent: 2 - - uid: 10436 - components: - - type: Transform - pos: 1.5,-317.5 - parent: 2 - - uid: 10437 - components: - - type: Transform - pos: 0.5,-316.5 - parent: 2 - - uid: 10438 - components: - - type: Transform - pos: 0.5,-320.5 - parent: 2 - - uid: 10439 - components: - - type: Transform - pos: 0.5,-321.5 - parent: 2 - - uid: 10440 - components: - - type: Transform - pos: -0.5,-321.5 - parent: 2 - - uid: 10441 - components: - - type: Transform - pos: -1.5,-321.5 - parent: 2 - - uid: 10442 - components: - - type: Transform - pos: 1.5,-321.5 - parent: 2 - - uid: 10443 - components: - - type: Transform - pos: 0.5,-322.5 - parent: 2 - - uid: 10444 - components: - - type: Transform - pos: 2.5,-321.5 - parent: 2 - - uid: 10445 - components: - - type: Transform - pos: 2.5,-319.5 - parent: 2 - - uid: 10446 - components: - - type: Transform - pos: 3.5,-319.5 - parent: 2 - - uid: 10447 - components: - - type: Transform - pos: 4.5,-319.5 - parent: 2 - - uid: 10448 - components: - - type: Transform - pos: 5.5,-319.5 - parent: 2 - - uid: 10449 - components: - - type: Transform - pos: 6.5,-319.5 - parent: 2 - - uid: 10450 - components: - - type: Transform - pos: 6.5,-318.5 - parent: 2 - - uid: 10451 - components: - - type: Transform - pos: 7.5,-318.5 - parent: 2 - - uid: 10452 - components: - - type: Transform - pos: 8.5,-318.5 - parent: 2 - - uid: 10453 - components: - - type: Transform - pos: 9.5,-318.5 - parent: 2 - - uid: 10454 - components: - - type: Transform - pos: 10.5,-318.5 - parent: 2 - - uid: 10455 - components: - - type: Transform - pos: 5.5,-317.5 - parent: 2 - - uid: 10456 - components: - - type: Transform - pos: 5.5,-316.5 - parent: 2 - - uid: 10457 - components: - - type: Transform - pos: 5.5,-315.5 - parent: 2 - - uid: 10458 - components: - - type: Transform - pos: 5.5,-314.5 - parent: 2 - - uid: 10459 - components: - - type: Transform - pos: 5.5,-313.5 - parent: 2 - - uid: 10460 - components: - - type: Transform - pos: 5.5,-312.5 - parent: 2 - - uid: 10461 - components: - - type: Transform - pos: 5.5,-311.5 - parent: 2 - - uid: 10462 - components: - - type: Transform - pos: 5.5,-310.5 - parent: 2 - - uid: 10463 - components: - - type: Transform - pos: 4.5,-313.5 - parent: 2 - - uid: 10464 - components: - - type: Transform - pos: 3.5,-313.5 - parent: 2 - - uid: 10465 - components: - - type: Transform - pos: 2.5,-313.5 - parent: 2 - - uid: 10466 - components: - - type: Transform - pos: 6.5,-313.5 - parent: 2 - - uid: 10467 - components: - - type: Transform - pos: 7.5,-313.5 - parent: 2 - - uid: 10468 - components: - - type: Transform - pos: 6.5,-315.5 - parent: 2 - - uid: 10469 - components: - - type: Transform - pos: 7.5,-315.5 - parent: 2 - - uid: 10470 - components: - - type: Transform - pos: 8.5,-315.5 - parent: 2 - - uid: 10471 - components: - - type: Transform - pos: 4.5,-315.5 - parent: 2 - - uid: 10472 - components: - - type: Transform - pos: 3.5,-315.5 - parent: 2 - - uid: 10473 - components: - - type: Transform - pos: 6.5,-311.5 - parent: 2 - - uid: 10474 - components: - - type: Transform - pos: 7.5,-311.5 - parent: 2 - - uid: 10475 - components: - - type: Transform - pos: 4.5,-311.5 - parent: 2 - - uid: 10477 - components: - - type: Transform - pos: 3.5,-311.5 - parent: 2 - - uid: 10478 - components: - - type: Transform - pos: 2.5,-301.5 - parent: 2 - - uid: 10479 - components: - - type: Transform - pos: 3.5,-301.5 - parent: 2 - - uid: 10480 - components: - - type: Transform - pos: 4.5,-301.5 - parent: 2 - - uid: 10481 - components: - - type: Transform - pos: 5.5,-301.5 - parent: 2 - - uid: 10482 - components: - - type: Transform - pos: 6.5,-301.5 - parent: 2 - - uid: 10483 - components: - - type: Transform - pos: 6.5,-302.5 - parent: 2 - - uid: 10484 - components: - - type: Transform - pos: 6.5,-303.5 - parent: 2 - - uid: 10485 - components: - - type: Transform - pos: 6.5,-304.5 - parent: 2 - - uid: 10486 - components: - - type: Transform - pos: 6.5,-305.5 - parent: 2 - - uid: 10487 - components: - - type: Transform - pos: 6.5,-306.5 - parent: 2 - - uid: 10488 - components: - - type: Transform - pos: 6.5,-307.5 - parent: 2 - - uid: 10489 - components: - - type: Transform - pos: 5.5,-307.5 - parent: 2 - - uid: 10490 - components: - - type: Transform - pos: 4.5,-307.5 - parent: 2 - - uid: 10491 - components: - - type: Transform - pos: 3.5,-307.5 - parent: 2 - - uid: 10492 - components: - - type: Transform - pos: 2.5,-307.5 - parent: 2 - - uid: 10493 - components: - - type: Transform - pos: 7.5,-307.5 - parent: 2 - - uid: 10494 - components: - - type: Transform - pos: 8.5,-307.5 - parent: 2 - - uid: 10495 - components: - - type: Transform - pos: 9.5,-307.5 - parent: 2 - - uid: 10496 - components: - - type: Transform - pos: 10.5,-307.5 - parent: 2 - - uid: 10497 - components: - - type: Transform - pos: 11.5,-307.5 - parent: 2 - - uid: 10498 - components: - - type: Transform - pos: 9.5,-308.5 - parent: 2 - - uid: 10499 - components: - - type: Transform - pos: 9.5,-309.5 - parent: 2 - - uid: 10500 - components: - - type: Transform - pos: 9.5,-310.5 - parent: 2 - - uid: 10501 - components: - - type: Transform - pos: 9.5,-311.5 - parent: 2 - - uid: 10502 - components: - - type: Transform - pos: 9.5,-312.5 - parent: 2 - - uid: 10503 - components: - - type: Transform - pos: 9.5,-313.5 - parent: 2 - - uid: 10504 - components: - - type: Transform - pos: 9.5,-306.5 - parent: 2 - - uid: 10505 - components: - - type: Transform - pos: 9.5,-305.5 - parent: 2 - - uid: 10506 - components: - - type: Transform - pos: 9.5,-304.5 - parent: 2 - - uid: 10507 - components: - - type: Transform - pos: 9.5,-303.5 - parent: 2 - - uid: 10508 - components: - - type: Transform - pos: 9.5,-302.5 - parent: 2 - - uid: 10509 - components: - - type: Transform - pos: 9.5,-301.5 - parent: 2 - - uid: 10510 - components: - - type: Transform - pos: 9.5,-300.5 - parent: 2 - - uid: 10511 - components: - - type: Transform - pos: 9.5,-299.5 - parent: 2 - - uid: 10512 - components: - - type: Transform - pos: 9.5,-298.5 - parent: 2 - - uid: 10513 - components: - - type: Transform - pos: 9.5,-297.5 - parent: 2 - - uid: 10514 - components: - - type: Transform - pos: 1.5,-297.5 - parent: 2 - - uid: 10515 - components: - - type: Transform - pos: 2.5,-297.5 - parent: 2 - - uid: 10516 - components: - - type: Transform - pos: 3.5,-297.5 - parent: 2 - - uid: 10517 - components: - - type: Transform - pos: 4.5,-297.5 - parent: 2 - - uid: 10518 - components: - - type: Transform - pos: 5.5,-297.5 - parent: 2 - - uid: 10519 - components: - - type: Transform - pos: 5.5,-303.5 - parent: 2 - - uid: 10520 - components: - - type: Transform - pos: 4.5,-303.5 - parent: 2 - - uid: 10521 - components: - - type: Transform - pos: 3.5,-303.5 - parent: 2 - - uid: 10522 - components: - - type: Transform - pos: 7.5,-303.5 - parent: 2 - - uid: 10523 - components: - - type: Transform - pos: 7.5,-301.5 - parent: 2 - - uid: 10524 - components: - - type: Transform - pos: 4.5,-300.5 - parent: 2 - - uid: 10525 - components: - - type: Transform - pos: 6.5,-300.5 - parent: 2 - - uid: 10526 - components: - - type: Transform - pos: 4.5,-304.5 - parent: 2 - - uid: 10527 - components: - - type: Transform - pos: 6.5,-308.5 - parent: 2 - - uid: 10616 - components: - - type: Transform - pos: 0.5,-315.5 - parent: 2 - - uid: 10617 - components: - - type: Transform - pos: 0.5,-314.5 - parent: 2 - - uid: 10618 - components: - - type: Transform - pos: 0.5,-313.5 - parent: 2 - - uid: 10619 - components: - - type: Transform - pos: 0.5,-312.5 - parent: 2 - - uid: 10620 - components: - - type: Transform - pos: 0.5,-311.5 - parent: 2 - - uid: 10621 - components: - - type: Transform - pos: 0.5,-310.5 - parent: 2 - - uid: 10622 - components: - - type: Transform - pos: 0.5,-309.5 - parent: 2 - - uid: 10707 - components: - - type: Transform - pos: -4.5,-329.5 - parent: 2 - - uid: 10712 - components: - - type: Transform - pos: 7.5,-342.5 - parent: 2 - - uid: 10764 - components: - - type: Transform - pos: -5.5,-335.5 - parent: 2 - - uid: 10847 - components: - - type: Transform - pos: -1.5,-54.5 - parent: 2 - - uid: 10861 - components: - - type: Transform - pos: -2.5,-330.5 - parent: 2 - - uid: 10925 - components: - - type: Transform - pos: -17.5,-256.5 - parent: 2 - - uid: 10939 - components: - - type: Transform - pos: 5.5,-267.5 - parent: 2 - - uid: 10940 - components: - - type: Transform - pos: 0.5,-326.5 - parent: 2 - - uid: 10941 - components: - - type: Transform - pos: 0.5,-327.5 - parent: 2 - - uid: 10942 - components: - - type: Transform - pos: 0.5,-328.5 - parent: 2 - - uid: 10943 - components: - - type: Transform - pos: 1.5,-327.5 - parent: 2 - - uid: 10944 - components: - - type: Transform - pos: 2.5,-327.5 - parent: 2 - - uid: 10945 - components: - - type: Transform - pos: -0.5,-327.5 - parent: 2 - - uid: 10946 - components: - - type: Transform - pos: -1.5,-327.5 - parent: 2 - - uid: 10947 - components: - - type: Transform - pos: 0.5,-329.5 - parent: 2 - - uid: 10948 - components: - - type: Transform - pos: 0.5,-330.5 - parent: 2 - - uid: 10949 - components: - - type: Transform - pos: 1.5,-330.5 - parent: 2 - - uid: 10950 - components: - - type: Transform - pos: 2.5,-330.5 - parent: 2 - - uid: 10951 - components: - - type: Transform - pos: 3.5,-330.5 - parent: 2 - - uid: 10952 - components: - - type: Transform - pos: 4.5,-330.5 - parent: 2 - - uid: 10953 - components: - - type: Transform - pos: 5.5,-330.5 - parent: 2 - - uid: 10954 - components: - - type: Transform - pos: 6.5,-330.5 - parent: 2 - - uid: 10955 - components: - - type: Transform - pos: 6.5,-329.5 - parent: 2 - - uid: 10956 - components: - - type: Transform - pos: 6.5,-328.5 - parent: 2 - - uid: 10958 - components: - - type: Transform - pos: 5.5,-331.5 - parent: 2 - - uid: 10959 - components: - - type: Transform - pos: 5.5,-332.5 - parent: 2 - - uid: 10960 - components: - - type: Transform - pos: 0.5,-331.5 - parent: 2 - - uid: 10961 - components: - - type: Transform - pos: 0.5,-332.5 - parent: 2 - - uid: 10965 - components: - - type: Transform - pos: -4.5,-330.5 - parent: 2 - - uid: 10967 - components: - - type: Transform - pos: -6.5,-335.5 - parent: 2 - - uid: 10974 - components: - - type: Transform - pos: -3.5,-334.5 - parent: 2 - - uid: 10975 - components: - - type: Transform - pos: -4.5,-334.5 - parent: 2 - - uid: 10978 - components: - - type: Transform - pos: -4.5,-335.5 - parent: 2 - - uid: 10979 - components: - - type: Transform - pos: -4.5,-336.5 - parent: 2 - - uid: 10980 - components: - - type: Transform - pos: -4.5,-337.5 - parent: 2 - - uid: 10981 - components: - - type: Transform - pos: -4.5,-338.5 - parent: 2 - - uid: 10982 - components: - - type: Transform - pos: -3.5,-347.5 - parent: 2 - - uid: 10983 - components: - - type: Transform - pos: -3.5,-346.5 - parent: 2 - - uid: 10984 - components: - - type: Transform - pos: -3.5,-345.5 - parent: 2 - - uid: 10985 - components: - - type: Transform - pos: -3.5,-344.5 - parent: 2 - - uid: 10986 - components: - - type: Transform - pos: -4.5,-345.5 - parent: 2 - - uid: 10987 - components: - - type: Transform - pos: -4.5,-345.5 - parent: 2 - - uid: 10988 - components: - - type: Transform - pos: -2.5,-345.5 - parent: 2 - - uid: 10989 - components: - - type: Transform - pos: 4.5,-347.5 - parent: 2 - - uid: 10990 - components: - - type: Transform - pos: 4.5,-346.5 - parent: 2 - - uid: 10991 - components: - - type: Transform - pos: 4.5,-345.5 - parent: 2 - - uid: 11004 - components: - - type: Transform - pos: -4.5,-326.5 - parent: 2 - - uid: 11005 - components: - - type: Transform - pos: -4.5,-327.5 - parent: 2 - - uid: 11008 - components: - - type: Transform - pos: 3.5,-340.5 - parent: 2 - - uid: 11009 - components: - - type: Transform - pos: 2.5,-340.5 - parent: 2 - - uid: 11010 - components: - - type: Transform - pos: -4.5,-339.5 - parent: 2 - - uid: 11011 - components: - - type: Transform - pos: -4.5,-340.5 - parent: 2 - - uid: 11012 - components: - - type: Transform - pos: -4.5,-341.5 - parent: 2 - - uid: 11013 - components: - - type: Transform - pos: -4.5,-342.5 - parent: 2 - - uid: 11015 - components: - - type: Transform - pos: -3.5,-338.5 - parent: 2 - - uid: 11016 - components: - - type: Transform - pos: -2.5,-338.5 - parent: 2 - - uid: 11017 - components: - - type: Transform - pos: -1.5,-338.5 - parent: 2 - - uid: 11018 - components: - - type: Transform - pos: -0.5,-338.5 - parent: 2 - - uid: 11019 - components: - - type: Transform - pos: 0.5,-338.5 - parent: 2 - - uid: 11020 - components: - - type: Transform - pos: -3.5,-341.5 - parent: 2 - - uid: 11021 - components: - - type: Transform - pos: -2.5,-341.5 - parent: 2 - - uid: 11022 - components: - - type: Transform - pos: -1.5,-341.5 - parent: 2 - - uid: 11023 - components: - - type: Transform - pos: -0.5,-341.5 - parent: 2 - - uid: 11024 - components: - - type: Transform - pos: 0.5,-341.5 - parent: 2 - - uid: 11025 - components: - - type: Transform - pos: 0.5,-342.5 - parent: 2 - - uid: 11026 - components: - - type: Transform - pos: 0.5,-343.5 - parent: 2 - - uid: 11027 - components: - - type: Transform - pos: 0.5,-344.5 - parent: 2 - - uid: 11028 - components: - - type: Transform - pos: 0.5,-345.5 - parent: 2 - - uid: 11029 - components: - - type: Transform - pos: 0.5,-346.5 - parent: 2 - - uid: 11030 - components: - - type: Transform - pos: 0.5,-347.5 - parent: 2 - - uid: 11031 - components: - - type: Transform - pos: 0.5,-348.5 - parent: 2 - - uid: 11032 - components: - - type: Transform - pos: 0.5,-349.5 - parent: 2 - - uid: 11033 - components: - - type: Transform - pos: 1.5,-348.5 - parent: 2 - - uid: 11034 - components: - - type: Transform - pos: 2.5,-348.5 - parent: 2 - - uid: 11035 - components: - - type: Transform - pos: -0.5,-348.5 - parent: 2 - - uid: 11036 - components: - - type: Transform - pos: -1.5,-348.5 - parent: 2 - - uid: 11037 - components: - - type: Transform - pos: -5.5,-338.5 - parent: 2 - - uid: 11038 - components: - - type: Transform - pos: -0.5,-337.5 - parent: 2 - - uid: 11039 - components: - - type: Transform - pos: -0.5,-336.5 - parent: 2 - - uid: 11040 - components: - - type: Transform - pos: -0.5,-335.5 - parent: 2 - - uid: 11041 - components: - - type: Transform - pos: -0.5,-334.5 - parent: 2 - - uid: 11042 - components: - - type: Transform - pos: -5.5,-341.5 - parent: 2 - - uid: 11111 - components: - - type: Transform - pos: 7.5,-338.5 - parent: 2 - - uid: 11547 - components: - - type: Transform - pos: 4.5,-340.5 - parent: 2 - - uid: 11553 - components: - - type: Transform - pos: 0.5,-353.5 - parent: 2 - - uid: 11555 - components: - - type: Transform - pos: 2.5,-354.5 - parent: 2 - - uid: 11556 - components: - - type: Transform - pos: 0.5,-355.5 - parent: 2 - - uid: 11558 - components: - - type: Transform - pos: 0.5,-354.5 - parent: 2 - - uid: 11560 - components: - - type: Transform - pos: 1.5,-354.5 - parent: 2 - - uid: 11561 - components: - - type: Transform - pos: -0.5,-354.5 - parent: 2 - - uid: 11562 - components: - - type: Transform - pos: -1.5,-354.5 - parent: 2 - - uid: 11564 - components: - - type: Transform - pos: 0.5,-356.5 - parent: 2 - - uid: 11565 - components: - - type: Transform - pos: 0.5,-357.5 - parent: 2 - - uid: 11566 - components: - - type: Transform - pos: 0.5,-358.5 - parent: 2 - - uid: 11567 - components: - - type: Transform - pos: 0.5,-359.5 - parent: 2 - - uid: 11568 - components: - - type: Transform - pos: 0.5,-360.5 - parent: 2 - - uid: 11569 - components: - - type: Transform - pos: 0.5,-361.5 - parent: 2 - - uid: 11570 - components: - - type: Transform - pos: 1.5,-361.5 - parent: 2 - - uid: 11571 - components: - - type: Transform - pos: -0.5,-357.5 - parent: 2 - - uid: 11572 - components: - - type: Transform - pos: -1.5,-357.5 - parent: 2 - - uid: 11573 - components: - - type: Transform - pos: -2.5,-357.5 - parent: 2 - - uid: 11574 - components: - - type: Transform - pos: -3.5,-357.5 - parent: 2 - - uid: 11575 - components: - - type: Transform - pos: -4.5,-357.5 - parent: 2 - - uid: 11576 - components: - - type: Transform - pos: -5.5,-357.5 - parent: 2 - - uid: 11577 - components: - - type: Transform - pos: -6.5,-357.5 - parent: 2 - - uid: 11578 - components: - - type: Transform - pos: -4.5,-356.5 - parent: 2 - - uid: 11579 - components: - - type: Transform - pos: -4.5,-355.5 - parent: 2 - - uid: 11580 - components: - - type: Transform - pos: -4.5,-358.5 - parent: 2 - - uid: 11581 - components: - - type: Transform - pos: 1.5,-357.5 - parent: 2 - - uid: 11582 - components: - - type: Transform - pos: 2.5,-357.5 - parent: 2 - - uid: 11583 - components: - - type: Transform - pos: 3.5,-357.5 - parent: 2 - - uid: 11584 - components: - - type: Transform - pos: 4.5,-357.5 - parent: 2 - - uid: 11585 - components: - - type: Transform - pos: 5.5,-357.5 - parent: 2 - - uid: 11586 - components: - - type: Transform - pos: 6.5,-357.5 - parent: 2 - - uid: 11587 - components: - - type: Transform - pos: 7.5,-357.5 - parent: 2 - - uid: 11588 - components: - - type: Transform - pos: 1.5,-359.5 - parent: 2 - - uid: 11590 - components: - - type: Transform - pos: 1.5,-359.5 - parent: 2 - - uid: 11591 - components: - - type: Transform - pos: 2.5,-359.5 - parent: 2 - - uid: 11592 - components: - - type: Transform - pos: 2.5,-360.5 - parent: 2 - - uid: 11593 - components: - - type: Transform - pos: 3.5,-360.5 - parent: 2 - - uid: 11594 - components: - - type: Transform - pos: 4.5,-360.5 - parent: 2 - - uid: 11595 - components: - - type: Transform - pos: 5.5,-360.5 - parent: 2 - - uid: 11596 - components: - - type: Transform - pos: 6.5,-360.5 - parent: 2 - - uid: 11597 - components: - - type: Transform - pos: 7.5,-360.5 - parent: 2 - - uid: 11598 - components: - - type: Transform - pos: 3.5,-361.5 - parent: 2 - - uid: 11599 - components: - - type: Transform - pos: 3.5,-362.5 - parent: 2 - - uid: 11600 - components: - - type: Transform - pos: 3.5,-363.5 - parent: 2 - - uid: 11601 - components: - - type: Transform - pos: 3.5,-364.5 - parent: 2 - - uid: 11602 - components: - - type: Transform - pos: 3.5,-365.5 - parent: 2 - - uid: 11603 - components: - - type: Transform - pos: 3.5,-366.5 - parent: 2 - - uid: 11604 - components: - - type: Transform - pos: -0.5,-359.5 - parent: 2 - - uid: 11605 - components: - - type: Transform - pos: -1.5,-359.5 - parent: 2 - - uid: 11606 - components: - - type: Transform - pos: -1.5,-360.5 - parent: 2 - - uid: 11607 - components: - - type: Transform - pos: -2.5,-360.5 - parent: 2 - - uid: 11608 - components: - - type: Transform - pos: -2.5,-361.5 - parent: 2 - - uid: 11609 - components: - - type: Transform - pos: -2.5,-362.5 - parent: 2 - - uid: 11610 - components: - - type: Transform - pos: -2.5,-363.5 - parent: 2 - - uid: 11611 - components: - - type: Transform - pos: -2.5,-364.5 - parent: 2 - - uid: 11612 - components: - - type: Transform - pos: -2.5,-365.5 - parent: 2 - - uid: 11613 - components: - - type: Transform - pos: -2.5,-366.5 - parent: 2 - - uid: 11614 - components: - - type: Transform - pos: -3.5,-360.5 - parent: 2 - - uid: 11615 - components: - - type: Transform - pos: -4.5,-360.5 - parent: 2 - - uid: 11616 - components: - - type: Transform - pos: -5.5,-360.5 - parent: 2 - - uid: 11617 - components: - - type: Transform - pos: -3.5,-363.5 - parent: 2 - - uid: 11618 - components: - - type: Transform - pos: -4.5,-363.5 - parent: 2 - - uid: 11619 - components: - - type: Transform - pos: -5.5,-363.5 - parent: 2 - - uid: 11620 - components: - - type: Transform - pos: -3.5,-366.5 - parent: 2 - - uid: 11621 - components: - - type: Transform - pos: -4.5,-366.5 - parent: 2 - - uid: 11622 - components: - - type: Transform - pos: -5.5,-366.5 - parent: 2 - - uid: 11623 - components: - - type: Transform - pos: -3.5,-367.5 - parent: 2 - - uid: 11624 - components: - - type: Transform - pos: -3.5,-368.5 - parent: 2 - - uid: 11625 - components: - - type: Transform - pos: -3.5,-369.5 - parent: 2 - - uid: 11626 - components: - - type: Transform - pos: -3.5,-370.5 - parent: 2 - - uid: 11627 - components: - - type: Transform - pos: -3.5,-371.5 - parent: 2 - - uid: 11628 - components: - - type: Transform - pos: -3.5,-372.5 - parent: 2 - - uid: 11629 - components: - - type: Transform - pos: 4.5,-367.5 - parent: 2 - - uid: 11630 - components: - - type: Transform - pos: 4.5,-368.5 - parent: 2 - - uid: 11631 - components: - - type: Transform - pos: 4.5,-369.5 - parent: 2 - - uid: 11632 - components: - - type: Transform - pos: 4.5,-370.5 - parent: 2 - - uid: 11633 - components: - - type: Transform - pos: 4.5,-371.5 - parent: 2 - - uid: 11634 - components: - - type: Transform - pos: 4.5,-372.5 - parent: 2 - - uid: 11635 - components: - - type: Transform - pos: 4.5,-366.5 - parent: 2 - - uid: 11636 - components: - - type: Transform - pos: 5.5,-366.5 - parent: 2 - - uid: 11638 - components: - - type: Transform - pos: 6.5,-366.5 - parent: 2 - - uid: 11639 - components: - - type: Transform - pos: 7.5,-366.5 - parent: 2 - - uid: 11640 - components: - - type: Transform - pos: 4.5,-363.5 - parent: 2 - - uid: 11641 - components: - - type: Transform - pos: 5.5,-363.5 - parent: 2 - - uid: 11642 - components: - - type: Transform - pos: 6.5,-363.5 - parent: 2 - - uid: 11643 - components: - - type: Transform - pos: 7.5,-363.5 - parent: 2 - - uid: 11644 - components: - - type: Transform - pos: -6.5,-363.5 - parent: 2 - - uid: 11645 - components: - - type: Transform - pos: -6.5,-366.5 - parent: 2 - - uid: 11647 - components: - - type: Transform - pos: -6.5,-360.5 - parent: 2 - - uid: 11648 - components: - - type: Transform - pos: -4.5,-360.5 - parent: 2 - - uid: 11650 - components: - - type: Transform - pos: 5.5,-371.5 - parent: 2 - - uid: 11651 - components: - - type: Transform - pos: 6.5,-371.5 - parent: 2 - - uid: 11652 - components: - - type: Transform - pos: 4.5,-373.5 - parent: 2 - - uid: 11654 - components: - - type: Transform - pos: 3.5,-371.5 - parent: 2 - - uid: 11655 - components: - - type: Transform - pos: 2.5,-371.5 - parent: 2 - - uid: 11656 - components: - - type: Transform - pos: 1.5,-371.5 - parent: 2 - - uid: 11657 - components: - - type: Transform - pos: -2.5,-371.5 - parent: 2 - - uid: 11658 - components: - - type: Transform - pos: -4.5,-371.5 - parent: 2 - - uid: 11659 - components: - - type: Transform - pos: -3.5,-373.5 - parent: 2 - - uid: 11660 - components: - - type: Transform - pos: -5.5,-371.5 - parent: 2 - - uid: 11662 - components: - - type: Transform - pos: -1.5,-371.5 - parent: 2 - - uid: 11663 - components: - - type: Transform - pos: -0.5,-371.5 - parent: 2 - - uid: 11664 - components: - - type: Transform - pos: 1.5,-372.5 - parent: 2 - - uid: 11665 - components: - - type: Transform - pos: 1.5,-373.5 - parent: 2 - - uid: 11666 - components: - - type: Transform - pos: 1.5,-370.5 - parent: 2 - - uid: 11667 - components: - - type: Transform - pos: -0.5,-370.5 - parent: 2 - - uid: 11668 - components: - - type: Transform - pos: -0.5,-372.5 - parent: 2 - - uid: 11669 - components: - - type: Transform - pos: -0.5,-373.5 - parent: 2 - - uid: 11678 - components: - - type: Transform - pos: 0.5,-363.5 - parent: 2 - - uid: 11679 - components: - - type: Transform - pos: 0.5,-364.5 - parent: 2 - - uid: 11680 - components: - - type: Transform - pos: 0.5,-365.5 - parent: 2 - - uid: 11681 - components: - - type: Transform - pos: 0.5,-366.5 - parent: 2 - - uid: 11682 - components: - - type: Transform - pos: 0.5,-367.5 - parent: 2 - - uid: 11683 - components: - - type: Transform - pos: 0.5,-368.5 - parent: 2 - - uid: 11951 - components: - - type: Transform - pos: 7.5,-344.5 - parent: 2 - - uid: 12025 - components: - - type: Transform - pos: 4.5,-336.5 - parent: 2 - - uid: 12058 - components: - - type: Transform - pos: 7.5,-334.5 - parent: 2 - - uid: 12061 - components: - - type: Transform - pos: -2.5,-314.5 - parent: 2 - - uid: 12065 - components: - - type: Transform - pos: 4.5,-117.5 - parent: 2 - - uid: 12066 - components: - - type: Transform - pos: 3.5,-117.5 - parent: 2 - - uid: 12092 - components: - - type: Transform - pos: 5.5,-342.5 - parent: 2 - - uid: 12106 - components: - - type: Transform - pos: 5.5,-341.5 - parent: 2 - - uid: 12112 - components: - - type: Transform - pos: 7.5,-336.5 - parent: 2 - - uid: 12167 - components: - - type: Transform - pos: -1.5,-11.5 - parent: 2 - - uid: 12332 - components: - - type: Transform - pos: 16.5,-252.5 - parent: 2 - - uid: 12471 - components: - - type: Transform - pos: 16.5,-251.5 - parent: 2 - - uid: 12495 - components: - - type: Transform - pos: 16.5,-253.5 - parent: 2 - - uid: 13215 - components: - - type: Transform - pos: 19.5,-245.5 - parent: 2 - - uid: 13274 - components: - - type: Transform - pos: 16.5,-249.5 - parent: 2 - - uid: 13283 - components: - - type: Transform - pos: 14.5,-249.5 - parent: 2 - - uid: 13284 - components: - - type: Transform - pos: 16.5,-248.5 - parent: 2 - - uid: 13285 - components: - - type: Transform - pos: 18.5,-244.5 - parent: 2 - - uid: 13302 - components: - - type: Transform - pos: -7.5,-308.5 - parent: 2 - - uid: 13436 - components: - - type: Transform - pos: 8.5,-137.5 - parent: 2 - - uid: 13437 - components: - - type: Transform - pos: 8.5,-136.5 - parent: 2 - - uid: 13438 - components: - - type: Transform - pos: 7.5,-136.5 - parent: 2 - - uid: 13439 - components: - - type: Transform - pos: 7.5,-135.5 - parent: 2 - - uid: 13440 - components: - - type: Transform - pos: 6.5,-135.5 - parent: 2 - - uid: 13441 - components: - - type: Transform - pos: 5.5,-135.5 - parent: 2 - - uid: 13442 - components: - - type: Transform - pos: 5.5,-134.5 - parent: 2 - - uid: 14005 - components: - - type: Transform - pos: -6.5,-164.5 - parent: 2 - - uid: 14015 - components: - - type: Transform - pos: 7.5,-254.5 - parent: 2 - - uid: 14016 - components: - - type: Transform - pos: 19.5,-255.5 - parent: 2 - - uid: 14017 - components: - - type: Transform - pos: 15.5,-256.5 - parent: 2 - - uid: 14514 - components: - - type: Transform - pos: 18.5,-84.5 - parent: 2 - - uid: 14515 - components: - - type: Transform - pos: 17.5,-84.5 - parent: 2 - - uid: 14516 - components: - - type: Transform - pos: 16.5,-84.5 - parent: 2 - - uid: 14517 - components: - - type: Transform - pos: 15.5,-84.5 - parent: 2 - - uid: 14518 - components: - - type: Transform - pos: 15.5,-83.5 - parent: 2 - - uid: 14519 - components: - - type: Transform - pos: 15.5,-82.5 - parent: 2 - - uid: 14520 - components: - - type: Transform - pos: 15.5,-81.5 - parent: 2 - - uid: 14521 - components: - - type: Transform - pos: 15.5,-80.5 - parent: 2 - - uid: 14522 - components: - - type: Transform - pos: 15.5,-79.5 - parent: 2 - - uid: 14523 - components: - - type: Transform - pos: 15.5,-78.5 - parent: 2 - - uid: 14524 - components: - - type: Transform - pos: 15.5,-77.5 - parent: 2 - - uid: 14525 - components: - - type: Transform - pos: 15.5,-76.5 - parent: 2 - - uid: 14526 - components: - - type: Transform - pos: 15.5,-75.5 - parent: 2 - - uid: 14527 - components: - - type: Transform - pos: 15.5,-74.5 - parent: 2 - - uid: 14528 - components: - - type: Transform - pos: 15.5,-73.5 - parent: 2 - - uid: 14529 - components: - - type: Transform - pos: 15.5,-72.5 - parent: 2 - - uid: 14530 - components: - - type: Transform - pos: 15.5,-71.5 - parent: 2 - - uid: 14531 - components: - - type: Transform - pos: 15.5,-70.5 - parent: 2 - - uid: 14532 - components: - - type: Transform - pos: 15.5,-69.5 - parent: 2 - - uid: 14533 - components: - - type: Transform - pos: 15.5,-68.5 - parent: 2 - - uid: 14534 - components: - - type: Transform - pos: 15.5,-67.5 - parent: 2 - - uid: 14535 - components: - - type: Transform - pos: 15.5,-66.5 - parent: 2 - - uid: 14536 - components: - - type: Transform - pos: 15.5,-65.5 - parent: 2 - - uid: 14537 - components: - - type: Transform - pos: 15.5,-64.5 - parent: 2 - - uid: 14538 - components: - - type: Transform - pos: 15.5,-63.5 - parent: 2 - - uid: 14539 - components: - - type: Transform - pos: 15.5,-62.5 - parent: 2 - - uid: 14540 - components: - - type: Transform - pos: 15.5,-61.5 - parent: 2 - - uid: 14541 - components: - - type: Transform - pos: 15.5,-60.5 - parent: 2 - - uid: 14542 - components: - - type: Transform - pos: 14.5,-61.5 - parent: 2 - - uid: 14543 - components: - - type: Transform - pos: 13.5,-61.5 - parent: 2 - - uid: 14544 - components: - - type: Transform - pos: 16.5,-61.5 - parent: 2 - - uid: 14545 - components: - - type: Transform - pos: 17.5,-61.5 - parent: 2 - - uid: 14546 - components: - - type: Transform - pos: 14.5,-69.5 - parent: 2 - - uid: 14547 - components: - - type: Transform - pos: 13.5,-69.5 - parent: 2 - - uid: 14548 - components: - - type: Transform - pos: 16.5,-69.5 - parent: 2 - - uid: 14549 - components: - - type: Transform - pos: 17.5,-69.5 - parent: 2 - - uid: 14550 - components: - - type: Transform - pos: 16.5,-73.5 - parent: 2 - - uid: 14551 - components: - - type: Transform - pos: 17.5,-73.5 - parent: 2 - - uid: 14552 - components: - - type: Transform - pos: 14.5,-73.5 - parent: 2 - - uid: 14553 - components: - - type: Transform - pos: 13.5,-73.5 - parent: 2 - - uid: 14555 - components: - - type: Transform - pos: 14.5,-81.5 - parent: 2 - - uid: 14556 - components: - - type: Transform - pos: 13.5,-81.5 - parent: 2 - - uid: 14557 - components: - - type: Transform - pos: 16.5,-81.5 - parent: 2 - - uid: 14558 - components: - - type: Transform - pos: 17.5,-81.5 - parent: 2 - - uid: 14559 - components: - - type: Transform - pos: 12.5,-81.5 - parent: 2 - - uid: 14560 - components: - - type: Transform - pos: 11.5,-81.5 - parent: 2 - - uid: 14561 - components: - - type: Transform - pos: 10.5,-81.5 - parent: 2 - - uid: 14562 - components: - - type: Transform - pos: 9.5,-81.5 - parent: 2 - - uid: 14574 - components: - - type: Transform - pos: -4.5,-104.5 - parent: 2 - - uid: 14623 - components: - - type: Transform - pos: -4.5,-325.5 - parent: 2 - - uid: 14650 - components: - - type: Transform - pos: 4.5,-247.5 - parent: 2 - - uid: 14663 - components: - - type: Transform - pos: -3.5,-247.5 - parent: 2 - - uid: 14664 - components: - - type: Transform - pos: -2.5,-247.5 - parent: 2 - - uid: 14665 - components: - - type: Transform - pos: -1.5,-247.5 - parent: 2 - - uid: 14666 - components: - - type: Transform - pos: -0.5,-247.5 - parent: 2 - - uid: 14667 - components: - - type: Transform - pos: 0.5,-247.5 - parent: 2 - - uid: 14668 - components: - - type: Transform - pos: 1.5,-247.5 - parent: 2 - - uid: 14669 - components: - - type: Transform - pos: 2.5,-247.5 - parent: 2 - - uid: 14670 - components: - - type: Transform - pos: 0.5,-246.5 - parent: 2 - - uid: 14671 - components: - - type: Transform - pos: 0.5,-245.5 - parent: 2 - - uid: 14672 - components: - - type: Transform - pos: 0.5,-244.5 - parent: 2 - - uid: 14673 - components: - - type: Transform - pos: 0.5,-243.5 - parent: 2 - - uid: 14674 - components: - - type: Transform - pos: -0.5,-243.5 - parent: 2 - - uid: 14675 - components: - - type: Transform - pos: 1.5,-243.5 - parent: 2 - - uid: 14676 - components: - - type: Transform - pos: -1.5,-243.5 - parent: 2 - - uid: 14677 - components: - - type: Transform - pos: -2.5,-243.5 - parent: 2 - - uid: 14678 - components: - - type: Transform - pos: -3.5,-243.5 - parent: 2 - - uid: 14679 - components: - - type: Transform - pos: -4.5,-243.5 - parent: 2 - - uid: 14692 - components: - - type: Transform - pos: -6.5,-252.5 - parent: 2 - - uid: 14693 - components: - - type: Transform - pos: -6.5,-253.5 - parent: 2 - - uid: 14694 - components: - - type: Transform - pos: -6.5,-254.5 - parent: 2 - - uid: 14695 - components: - - type: Transform - pos: -6.5,-255.5 - parent: 2 - - uid: 14696 - components: - - type: Transform - pos: -6.5,-256.5 - parent: 2 - - uid: 14697 - components: - - type: Transform - pos: -6.5,-257.5 - parent: 2 - - uid: 14698 - components: - - type: Transform - pos: -0.5,-248.5 - parent: 2 - - uid: 14699 - components: - - type: Transform - pos: -0.5,-249.5 - parent: 2 - - uid: 14700 - components: - - type: Transform - pos: -0.5,-250.5 - parent: 2 - - uid: 14701 - components: - - type: Transform - pos: -0.5,-251.5 - parent: 2 - - uid: 14702 - components: - - type: Transform - pos: -0.5,-252.5 - parent: 2 - - uid: 14703 - components: - - type: Transform - pos: -0.5,-253.5 - parent: 2 - - uid: 14704 - components: - - type: Transform - pos: -0.5,-254.5 - parent: 2 - - uid: 14705 - components: - - type: Transform - pos: -0.5,-255.5 - parent: 2 - - uid: 14706 - components: - - type: Transform - pos: -0.5,-256.5 - parent: 2 - - uid: 14707 - components: - - type: Transform - pos: -0.5,-257.5 - parent: 2 - - uid: 14708 - components: - - type: Transform - pos: -0.5,-258.5 - parent: 2 - - uid: 14709 - components: - - type: Transform - pos: -0.5,-259.5 - parent: 2 - - uid: 14710 - components: - - type: Transform - pos: -0.5,-260.5 - parent: 2 - - uid: 14711 - components: - - type: Transform - pos: 0.5,-260.5 - parent: 2 - - uid: 14712 - components: - - type: Transform - pos: 1.5,-260.5 - parent: 2 - - uid: 14713 - components: - - type: Transform - pos: -1.5,-260.5 - parent: 2 - - uid: 14714 - components: - - type: Transform - pos: -2.5,-260.5 - parent: 2 - - uid: 14715 - components: - - type: Transform - pos: -3.5,-260.5 - parent: 2 - - uid: 14716 - components: - - type: Transform - pos: -4.5,-260.5 - parent: 2 - - uid: 14717 - components: - - type: Transform - pos: -4.5,-261.5 - parent: 2 - - uid: 14718 - components: - - type: Transform - pos: 0.5,-256.5 - parent: 2 - - uid: 14720 - components: - - type: Transform - pos: -2.5,-190.5 - parent: 2 - - uid: 14721 - components: - - type: Transform - pos: -3.5,-190.5 - parent: 2 - - uid: 14722 - components: - - type: Transform - pos: -4.5,-190.5 - parent: 2 - - uid: 14723 - components: - - type: Transform - pos: -5.5,-190.5 - parent: 2 - - uid: 14724 - components: - - type: Transform - pos: -6.5,-190.5 - parent: 2 - - uid: 14725 - components: - - type: Transform - pos: -7.5,-190.5 - parent: 2 - - uid: 14763 - components: - - type: Transform - pos: -4.5,-26.5 - parent: 2 - - uid: 14764 - components: - - type: Transform - pos: -4.5,-31.5 - parent: 2 - - uid: 14802 - components: - - type: Transform - pos: -0.5,-54.5 - parent: 2 - - uid: 14906 - components: - - type: Transform - pos: -9.5,-132.5 - parent: 2 - - uid: 14907 - components: - - type: Transform - pos: -10.5,-132.5 - parent: 2 - - uid: 14930 - components: - - type: Transform - pos: -10.5,-133.5 - parent: 2 - - uid: 14947 - components: - - type: Transform - pos: -10.5,-134.5 - parent: 2 - - uid: 14951 - components: - - type: Transform - pos: -3.5,-133.5 - parent: 2 - - uid: 14952 - components: - - type: Transform - pos: -4.5,-133.5 - parent: 2 - - uid: 14953 - components: - - type: Transform - pos: -4.5,-132.5 - parent: 2 - - uid: 14954 - components: - - type: Transform - pos: -5.5,-132.5 - parent: 2 - - uid: 14955 - components: - - type: Transform - pos: -6.5,-132.5 - parent: 2 - - uid: 14956 - components: - - type: Transform - pos: -7.5,-132.5 - parent: 2 - - uid: 14957 - components: - - type: Transform - pos: -7.5,-133.5 - parent: 2 - - uid: 14958 - components: - - type: Transform - pos: -7.5,-134.5 - parent: 2 - - uid: 14959 - components: - - type: Transform - pos: -7.5,-135.5 - parent: 2 - - uid: 14960 - components: - - type: Transform - pos: -7.5,-136.5 - parent: 2 - - uid: 14961 - components: - - type: Transform - pos: -8.5,-137.5 - parent: 2 - - uid: 14962 - components: - - type: Transform - pos: -8.5,-136.5 - parent: 2 - - uid: 14963 - components: - - type: Transform - pos: -8.5,-138.5 - parent: 2 - - uid: 14964 - components: - - type: Transform - pos: -8.5,-139.5 - parent: 2 - - uid: 14965 - components: - - type: Transform - pos: -8.5,-140.5 - parent: 2 - - uid: 14966 - components: - - type: Transform - pos: -8.5,-141.5 - parent: 2 - - uid: 14967 - components: - - type: Transform - pos: -8.5,-142.5 - parent: 2 - - uid: 14968 - components: - - type: Transform - pos: -8.5,-143.5 - parent: 2 - - uid: 14969 - components: - - type: Transform - pos: -8.5,-144.5 - parent: 2 - - uid: 14970 - components: - - type: Transform - pos: -8.5,-145.5 - parent: 2 - - uid: 14971 - components: - - type: Transform - pos: -8.5,-146.5 - parent: 2 - - uid: 14972 - components: - - type: Transform - pos: -8.5,-147.5 - parent: 2 - - uid: 14973 - components: - - type: Transform - pos: -8.5,-148.5 - parent: 2 - - uid: 14974 - components: - - type: Transform - pos: -8.5,-149.5 - parent: 2 - - uid: 14975 - components: - - type: Transform - pos: -8.5,-150.5 - parent: 2 - - uid: 14976 - components: - - type: Transform - pos: -8.5,-151.5 - parent: 2 - - uid: 14991 - components: - - type: Transform - pos: -4.5,-157.5 - parent: 2 - - uid: 14993 - components: - - type: Transform - pos: -8.5,-152.5 - parent: 2 - - uid: 14994 - components: - - type: Transform - pos: -8.5,-153.5 - parent: 2 - - uid: 14995 - components: - - type: Transform - pos: -8.5,-154.5 - parent: 2 - - uid: 14996 - components: - - type: Transform - pos: -7.5,-154.5 - parent: 2 - - uid: 14997 - components: - - type: Transform - pos: -6.5,-154.5 - parent: 2 - - uid: 14998 - components: - - type: Transform - pos: -4.5,-155.5 - parent: 2 - - uid: 14999 - components: - - type: Transform - pos: -4.5,-156.5 - parent: 2 - - uid: 15000 - components: - - type: Transform - pos: -4.5,-158.5 - parent: 2 - - uid: 15001 - components: - - type: Transform - pos: -4.5,-131.5 - parent: 2 - - uid: 15002 - components: - - type: Transform - pos: 5.5,-126.5 - parent: 2 - - uid: 15003 - components: - - type: Transform - pos: 5.5,-127.5 - parent: 2 - - uid: 15004 - components: - - type: Transform - pos: 5.5,-128.5 - parent: 2 - - uid: 15005 - components: - - type: Transform - pos: 5.5,-129.5 - parent: 2 - - uid: 15006 - components: - - type: Transform - pos: -4.5,-100.5 - parent: 2 - - uid: 15007 - components: - - type: Transform - pos: -4.5,-101.5 - parent: 2 - - uid: 15008 - components: - - type: Transform - pos: -4.5,-102.5 - parent: 2 - - uid: 15009 - components: - - type: Transform - pos: 5.5,-98.5 - parent: 2 - - uid: 15010 - components: - - type: Transform - pos: 5.5,-99.5 - parent: 2 - - uid: 15011 - components: - - type: Transform - pos: 5.5,-100.5 - parent: 2 - - uid: 15012 - components: - - type: Transform - pos: 5.5,-101.5 - parent: 2 - - uid: 15013 - components: - - type: Transform - pos: 5.5,-102.5 - parent: 2 - - uid: 15014 - components: - - type: Transform - pos: -4.5,-80.5 - parent: 2 - - uid: 15015 - components: - - type: Transform - pos: -4.5,-79.5 - parent: 2 - - uid: 15016 - components: - - type: Transform - pos: -4.5,-78.5 - parent: 2 - - uid: 15017 - components: - - type: Transform - pos: -4.5,-77.5 - parent: 2 - - uid: 15018 - components: - - type: Transform - pos: 5.5,-79.5 - parent: 2 - - uid: 15019 - components: - - type: Transform - pos: 5.5,-78.5 - parent: 2 - - uid: 15020 - components: - - type: Transform - pos: 5.5,-77.5 - parent: 2 - - uid: 15021 - components: - - type: Transform - pos: 5.5,-46.5 - parent: 2 - - uid: 15022 - components: - - type: Transform - pos: 5.5,-47.5 - parent: 2 - - uid: 15023 - components: - - type: Transform - pos: 5.5,-48.5 - parent: 2 - - uid: 15024 - components: - - type: Transform - pos: -4.5,-19.5 - parent: 2 - - uid: 15025 - components: - - type: Transform - pos: -4.5,-20.5 - parent: 2 - - uid: 15026 - components: - - type: Transform - pos: -4.5,-21.5 - parent: 2 - - uid: 15027 - components: - - type: Transform - pos: -10.5,-135.5 - parent: 2 - - uid: 15127 - components: - - type: Transform - pos: 5.5,-160.5 - parent: 2 - - uid: 15128 - components: - - type: Transform - pos: 5.5,-159.5 - parent: 2 - - uid: 15129 - components: - - type: Transform - pos: 5.5,-158.5 - parent: 2 - - uid: 15130 - components: - - type: Transform - pos: 5.5,-157.5 - parent: 2 - - uid: 15131 - components: - - type: Transform - pos: -4.5,-182.5 - parent: 2 - - uid: 15132 - components: - - type: Transform - pos: -4.5,-183.5 - parent: 2 - - uid: 15153 - components: - - type: Transform - pos: 8.5,-120.5 - parent: 2 - - uid: 15154 - components: - - type: Transform - pos: 9.5,-120.5 - parent: 2 - - uid: 15235 - components: - - type: Transform - pos: 5.5,-247.5 - parent: 2 - - uid: 15257 - components: - - type: Transform - pos: 3.5,-245.5 - parent: 2 - - uid: 15258 - components: - - type: Transform - pos: 3.5,-244.5 - parent: 2 - - uid: 15259 - components: - - type: Transform - pos: 3.5,-246.5 - parent: 2 - - uid: 15587 - components: - - type: Transform - pos: 5.5,-266.5 - parent: 2 - - uid: 15588 - components: - - type: Transform - pos: 5.5,-262.5 - parent: 2 - - uid: 15746 - components: - - type: Transform - pos: 5.5,-263.5 - parent: 2 - - uid: 15747 - components: - - type: Transform - pos: 5.5,-264.5 - parent: 2 - - uid: 16561 - components: - - type: Transform - pos: -16.5,-265.5 - parent: 2 - - uid: 16642 - components: - - type: Transform - pos: -18.5,-265.5 - parent: 2 - - uid: 16643 - components: - - type: Transform - pos: -18.5,-266.5 - parent: 2 - - uid: 16644 - components: - - type: Transform - pos: -19.5,-265.5 - parent: 2 - - uid: 16645 - components: - - type: Transform - pos: -20.5,-265.5 - parent: 2 - - uid: 16646 - components: - - type: Transform - pos: -21.5,-265.5 - parent: 2 - - uid: 16647 - components: - - type: Transform - pos: -11.5,-248.5 - parent: 2 - - uid: 16648 - components: - - type: Transform - pos: -16.5,-262.5 - parent: 2 - - uid: 16649 - components: - - type: Transform - pos: -17.5,-265.5 - parent: 2 - - uid: 16650 - components: - - type: Transform - pos: -16.5,-264.5 - parent: 2 - - uid: 16651 - components: - - type: Transform - pos: -16.5,-263.5 - parent: 2 - - uid: 16652 - components: - - type: Transform - pos: -16.5,-261.5 - parent: 2 - - uid: 16653 - components: - - type: Transform - pos: -16.5,-260.5 - parent: 2 - - uid: 16654 - components: - - type: Transform - pos: -16.5,-259.5 - parent: 2 - - uid: 16656 - components: - - type: Transform - pos: -16.5,-258.5 - parent: 2 - - uid: 16657 - components: - - type: Transform - pos: -16.5,-257.5 - parent: 2 - - uid: 16658 - components: - - type: Transform - pos: -16.5,-256.5 - parent: 2 - - uid: 16700 - components: - - type: Transform - pos: -16.5,-254.5 - parent: 2 - - uid: 16701 - components: - - type: Transform - pos: -16.5,-253.5 - parent: 2 - - uid: 16702 - components: - - type: Transform - pos: -16.5,-252.5 - parent: 2 - - uid: 16703 - components: - - type: Transform - pos: -18.5,-256.5 - parent: 2 - - uid: 16704 - components: - - type: Transform - pos: -16.5,-251.5 - parent: 2 - - uid: 16705 - components: - - type: Transform - pos: -19.5,-256.5 - parent: 2 - - uid: 16706 - components: - - type: Transform - pos: -16.5,-250.5 - parent: 2 - - uid: 16707 - components: - - type: Transform - pos: -16.5,-249.5 - parent: 2 - - uid: 16708 - components: - - type: Transform - pos: -16.5,-248.5 - parent: 2 - - uid: 16709 - components: - - type: Transform - pos: -15.5,-248.5 - parent: 2 - - uid: 16711 - components: - - type: Transform - pos: -13.5,-248.5 - parent: 2 - - uid: 16713 - components: - - type: Transform - pos: -14.5,-248.5 - parent: 2 - - uid: 16714 - components: - - type: Transform - pos: -16.5,-247.5 - parent: 2 - - uid: 16715 - components: - - type: Transform - pos: -16.5,-246.5 - parent: 2 - - uid: 16717 - components: - - type: Transform - pos: -16.5,-245.5 - parent: 2 - - uid: 16718 - components: - - type: Transform - pos: -16.5,-244.5 - parent: 2 - - uid: 16719 - components: - - type: Transform - pos: -16.5,-240.5 - parent: 2 - - uid: 16720 - components: - - type: Transform - pos: -16.5,-241.5 - parent: 2 - - uid: 16721 - components: - - type: Transform - pos: -16.5,-242.5 - parent: 2 - - uid: 16722 - components: - - type: Transform - pos: -16.5,-243.5 - parent: 2 - - uid: 16723 - components: - - type: Transform - pos: -15.5,-243.5 - parent: 2 - - uid: 16724 - components: - - type: Transform - pos: -14.5,-243.5 - parent: 2 - - uid: 16725 - components: - - type: Transform - pos: -13.5,-243.5 - parent: 2 - - uid: 16726 - components: - - type: Transform - pos: -16.5,-239.5 - parent: 2 - - uid: 16727 - components: - - type: Transform - pos: -16.5,-238.5 - parent: 2 - - uid: 16728 - components: - - type: Transform - pos: -15.5,-238.5 - parent: 2 - - uid: 16729 - components: - - type: Transform - pos: -14.5,-238.5 - parent: 2 - - uid: 16741 - components: - - type: Transform - pos: 5.5,-52.5 - parent: 2 - - uid: 16742 - components: - - type: Transform - pos: 5.5,-51.5 - parent: 2 - - uid: 16743 - components: - - type: Transform - pos: 5.5,-50.5 - parent: 2 - - uid: 16810 - components: - - type: Transform - pos: 5.5,-134.5 - parent: 2 - - uid: 16815 - components: - - type: Transform - pos: 5.5,-133.5 - parent: 2 - - uid: 16816 - components: - - type: Transform - pos: 5.5,-132.5 - parent: 2 - - uid: 16817 - components: - - type: Transform - pos: 5.5,-131.5 - parent: 2 - - uid: 16972 - components: - - type: Transform - pos: -5.5,-260.5 - parent: 2 - - uid: 16973 - components: - - type: Transform - pos: -6.5,-260.5 - parent: 2 - - uid: 16974 - components: - - type: Transform - pos: -7.5,-260.5 - parent: 2 - - uid: 16975 - components: - - type: Transform - pos: -8.5,-260.5 - parent: 2 - - uid: 16976 - components: - - type: Transform - pos: -9.5,-260.5 - parent: 2 - - uid: 16977 - components: - - type: Transform - pos: -10.5,-260.5 - parent: 2 - - uid: 17040 - components: - - type: Transform - pos: -20.5,-256.5 - parent: 2 - - uid: 17041 - components: - - type: Transform - pos: -21.5,-256.5 - parent: 2 - - uid: 17042 - components: - - type: Transform - pos: -17.5,-263.5 - parent: 2 - - uid: 17043 - components: - - type: Transform - pos: -18.5,-263.5 - parent: 2 - - uid: 17044 - components: - - type: Transform - pos: -19.5,-263.5 - parent: 2 - - uid: 17045 - components: - - type: Transform - pos: -20.5,-263.5 - parent: 2 - - uid: 17046 - components: - - type: Transform - pos: -21.5,-263.5 - parent: 2 - - uid: 17047 - components: - - type: Transform - pos: -18.5,-252.5 - parent: 2 - - uid: 17048 - components: - - type: Transform - pos: -19.5,-252.5 - parent: 2 - - uid: 17049 - components: - - type: Transform - pos: -20.5,-252.5 - parent: 2 - - uid: 17050 - components: - - type: Transform - pos: -21.5,-252.5 - parent: 2 - - uid: 17051 - components: - - type: Transform - pos: -10.5,-243.5 - parent: 2 - - uid: 17052 - components: - - type: Transform - pos: -11.5,-243.5 - parent: 2 - - uid: 17053 - components: - - type: Transform - pos: -10.5,-248.5 - parent: 2 - - uid: 17054 - components: - - type: Transform - pos: -12.5,-248.5 - parent: 2 - - uid: 17055 - components: - - type: Transform - pos: -12.5,-243.5 - parent: 2 -- proto: CableApcStack - entities: - - uid: 41 - components: - - type: Transform - pos: 15.343878,-245.76967 - parent: 2 - - uid: 6897 - components: - - type: Transform - pos: 15.528771,-245.82246 - parent: 2 - - uid: 9972 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.460135,-300.75027 - parent: 2 - - uid: 11674 - components: - - type: Transform - pos: -2.2538567,-7.497039 - parent: 2 - - uid: 12413 - components: - - type: Transform - pos: 5.5776806,-310.53137 - parent: 2 - - uid: 14770 - components: - - type: Transform - parent: 14755 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: CableHV - entities: - - uid: 664 - components: - - type: Transform - pos: -3.5,-82.5 - parent: 2 - - uid: 845 - components: - - type: Transform - pos: 5.5,-346.5 - parent: 2 - - uid: 917 - components: - - type: Transform - pos: 3.5,-346.5 - parent: 2 - - uid: 3087 - components: - - type: Transform - pos: -3.5,-112.5 - parent: 2 - - uid: 3091 - components: - - type: Transform - pos: -15.5,-254.5 - parent: 2 - - uid: 4226 - components: - - type: Transform - pos: 5.5,-192.5 - parent: 2 - - uid: 4264 - components: - - type: Transform - pos: -2.5,-220.5 - parent: 2 - - uid: 4277 - components: - - type: Transform - pos: 0.5,-262.5 - parent: 2 - - uid: 4335 - components: - - type: Transform - pos: 0.5,-77.5 - parent: 2 - - uid: 4378 - components: - - type: Transform - pos: 0.5,-72.5 - parent: 2 - - uid: 4403 - components: - - type: Transform - pos: 0.5,-74.5 - parent: 2 - - uid: 4545 - components: - - type: Transform - pos: -3.5,-96.5 - parent: 2 - - uid: 4546 - components: - - type: Transform - pos: 0.5,-71.5 - parent: 2 - - uid: 4552 - components: - - type: Transform - pos: 0.5,-97.5 - parent: 2 - - uid: 4553 - components: - - type: Transform - pos: 0.5,-98.5 - parent: 2 - - uid: 4557 - components: - - type: Transform - pos: 3.5,-68.5 - parent: 2 - - uid: 4571 - components: - - type: Transform - pos: -6.5,-173.5 - parent: 2 - - uid: 4582 - components: - - type: Transform - pos: -3.5,-123.5 - parent: 2 - - uid: 4584 - components: - - type: Transform - pos: -3.5,-111.5 - parent: 2 - - uid: 4586 - components: - - type: Transform - pos: -3.5,-122.5 - parent: 2 - - uid: 4588 - components: - - type: Transform - pos: -3.5,-124.5 - parent: 2 - - uid: 4595 - components: - - type: Transform - pos: 7.5,-151.5 - parent: 2 - - uid: 4608 - components: - - type: Transform - pos: 1.5,-189.5 - parent: 2 - - uid: 4614 - components: - - type: Transform - pos: -6.5,-163.5 - parent: 2 - - uid: 4617 - components: - - type: Transform - pos: -6.5,-164.5 - parent: 2 - - uid: 4622 - components: - - type: Transform - pos: 0.5,-76.5 - parent: 2 - - uid: 4623 - components: - - type: Transform - pos: 6.5,-65.5 - parent: 2 - - uid: 4626 - components: - - type: Transform - pos: -2.5,-98.5 - parent: 2 - - uid: 4642 - components: - - type: Transform - pos: -2.5,-163.5 - parent: 2 - - uid: 4643 - components: - - type: Transform - pos: -2.5,-162.5 - parent: 2 - - uid: 4644 - components: - - type: Transform - pos: -1.5,-163.5 - parent: 2 - - uid: 4645 - components: - - type: Transform - pos: -2.5,-161.5 - parent: 2 - - uid: 4646 - components: - - type: Transform - pos: 0.5,-156.5 - parent: 2 - - uid: 4648 - components: - - type: Transform - pos: -5.5,-179.5 - parent: 2 - - uid: 4668 - components: - - type: Transform - pos: -2.5,-99.5 - parent: 2 - - uid: 4672 - components: - - type: Transform - pos: -6.5,-178.5 - parent: 2 - - uid: 4673 - components: - - type: Transform - pos: 0.5,-127.5 - parent: 2 - - uid: 4674 - components: - - type: Transform - pos: -3.5,-118.5 - parent: 2 - - uid: 4676 - components: - - type: Transform - pos: 0.5,-126.5 - parent: 2 - - uid: 4677 - components: - - type: Transform - pos: 0.5,-129.5 - parent: 2 - - uid: 4678 - components: - - type: Transform - pos: 7.5,-153.5 - parent: 2 - - uid: 4679 - components: - - type: Transform - pos: 0.5,-124.5 - parent: 2 - - uid: 4688 - components: - - type: Transform - pos: 5.5,-193.5 - parent: 2 - - uid: 4696 - components: - - type: Transform - pos: 5.5,-151.5 - parent: 2 - - uid: 4697 - components: - - type: Transform - pos: 6.5,-151.5 - parent: 2 - - uid: 4698 - components: - - type: Transform - pos: 5.5,-152.5 - parent: 2 - - uid: 4699 - components: - - type: Transform - pos: -3.5,-121.5 - parent: 2 - - uid: 4700 - components: - - type: Transform - pos: -3.5,-97.5 - parent: 2 - - uid: 4701 - components: - - type: Transform - pos: -2.5,-97.5 - parent: 2 - - uid: 4702 - components: - - type: Transform - pos: -1.5,-97.5 - parent: 2 - - uid: 4703 - components: - - type: Transform - pos: -3.5,-113.5 - parent: 2 - - uid: 4704 - components: - - type: Transform - pos: -3.5,-114.5 - parent: 2 - - uid: 4705 - components: - - type: Transform - pos: -0.5,-97.5 - parent: 2 - - uid: 4706 - components: - - type: Transform - pos: -3.5,-86.5 - parent: 2 - - uid: 4707 - components: - - type: Transform - pos: -3.5,-85.5 - parent: 2 - - uid: 4711 - components: - - type: Transform - pos: -0.5,-110.5 - parent: 2 - - uid: 4712 - components: - - type: Transform - pos: 1.5,-109.5 - parent: 2 - - uid: 4713 - components: - - type: Transform - pos: -3.5,-115.5 - parent: 2 - - uid: 4716 - components: - - type: Transform - pos: 4.5,-68.5 - parent: 2 - - uid: 4717 - components: - - type: Transform - pos: 0.5,-70.5 - parent: 2 - - uid: 4718 - components: - - type: Transform - pos: 0.5,-79.5 - parent: 2 - - uid: 4719 - components: - - type: Transform - pos: 2.5,-189.5 - parent: 2 - - uid: 4720 - components: - - type: Transform - pos: -1.5,-81.5 - parent: 2 - - uid: 4721 - components: - - type: Transform - pos: 0.5,-69.5 - parent: 2 - - uid: 4722 - components: - - type: Transform - pos: 6.5,-68.5 - parent: 2 - - uid: 4724 - components: - - type: Transform - pos: 0.5,-189.5 - parent: 2 - - uid: 4725 - components: - - type: Transform - pos: 6.5,-67.5 - parent: 2 - - uid: 4727 - components: - - type: Transform - pos: 4.5,-189.5 - parent: 2 - - uid: 4729 - components: - - type: Transform - pos: 0.5,-207.5 - parent: 2 - - uid: 4730 - components: - - type: Transform - pos: 0.5,-209.5 - parent: 2 - - uid: 4732 - components: - - type: Transform - pos: 5.5,-68.5 - parent: 2 - - uid: 4734 - components: - - type: Transform - pos: 0.5,-188.5 - parent: 2 - - uid: 4736 - components: - - type: Transform - pos: -2.5,-81.5 - parent: 2 - - uid: 4737 - components: - - type: Transform - pos: 0.5,-154.5 - parent: 2 - - uid: 4738 - components: - - type: Transform - pos: 0.5,-153.5 - parent: 2 - - uid: 4742 - components: - - type: Transform - pos: 0.5,-240.5 - parent: 2 - - uid: 4757 - components: - - type: Transform - pos: -10.5,-229.5 - parent: 2 - - uid: 4758 - components: - - type: Transform - pos: -10.5,-228.5 - parent: 2 - - uid: 4759 - components: - - type: Transform - pos: -10.5,-227.5 - parent: 2 - - uid: 4760 - components: - - type: Transform - pos: -10.5,-226.5 - parent: 2 - - uid: 4761 - components: - - type: Transform - pos: -10.5,-225.5 - parent: 2 - - uid: 4762 - components: - - type: Transform - pos: -10.5,-224.5 - parent: 2 - - uid: 4763 - components: - - type: Transform - pos: -10.5,-223.5 - parent: 2 - - uid: 4764 - components: - - type: Transform - pos: -10.5,-222.5 - parent: 2 - - uid: 4765 - components: - - type: Transform - pos: -10.5,-221.5 - parent: 2 - - uid: 4766 - components: - - type: Transform - pos: -10.5,-220.5 - parent: 2 - - uid: 4767 - components: - - type: Transform - pos: 0.5,-101.5 - parent: 2 - - uid: 4768 - components: - - type: Transform - pos: -9.5,-220.5 - parent: 2 - - uid: 4769 - components: - - type: Transform - pos: 0.5,-108.5 - parent: 2 - - uid: 4770 - components: - - type: Transform - pos: -9.5,-219.5 - parent: 2 - - uid: 4771 - components: - - type: Transform - pos: 0.5,-104.5 - parent: 2 - - uid: 4772 - components: - - type: Transform - pos: -9.5,-218.5 - parent: 2 - - uid: 4774 - components: - - type: Transform - pos: -9.5,-229.5 - parent: 2 - - uid: 4775 - components: - - type: Transform - pos: -3.5,-120.5 - parent: 2 - - uid: 4776 - components: - - type: Transform - pos: -9.5,-230.5 - parent: 2 - - uid: 4777 - components: - - type: Transform - pos: -9.5,-231.5 - parent: 2 - - uid: 4781 - components: - - type: Transform - pos: 10.5,-231.5 - parent: 2 - - uid: 4782 - components: - - type: Transform - pos: 10.5,-230.5 - parent: 2 - - uid: 4783 - components: - - type: Transform - pos: 10.5,-229.5 - parent: 2 - - uid: 4787 - components: - - type: Transform - pos: 11.5,-229.5 - parent: 2 - - uid: 4788 - components: - - type: Transform - pos: 11.5,-228.5 - parent: 2 - - uid: 4789 - components: - - type: Transform - pos: 11.5,-227.5 - parent: 2 - - uid: 4790 - components: - - type: Transform - pos: 11.5,-226.5 - parent: 2 - - uid: 4791 - components: - - type: Transform - pos: 11.5,-225.5 - parent: 2 - - uid: 4792 - components: - - type: Transform - pos: 11.5,-224.5 - parent: 2 - - uid: 4793 - components: - - type: Transform - pos: 11.5,-223.5 - parent: 2 - - uid: 4794 - components: - - type: Transform - pos: 11.5,-222.5 - parent: 2 - - uid: 4795 - components: - - type: Transform - pos: 11.5,-221.5 - parent: 2 - - uid: 4796 - components: - - type: Transform - pos: 11.5,-220.5 - parent: 2 - - uid: 4798 - components: - - type: Transform - pos: 10.5,-220.5 - parent: 2 - - uid: 4799 - components: - - type: Transform - pos: 10.5,-219.5 - parent: 2 - - uid: 4801 - components: - - type: Transform - pos: 10.5,-218.5 - parent: 2 - - uid: 4802 - components: - - type: Transform - pos: 5.5,-199.5 - parent: 2 - - uid: 4803 - components: - - type: Transform - pos: 5.5,-201.5 - parent: 2 - - uid: 4804 - components: - - type: Transform - pos: -3.5,-215.5 - parent: 2 - - uid: 4805 - components: - - type: Transform - pos: -3.5,-216.5 - parent: 2 - - uid: 4810 - components: - - type: Transform - pos: 0.5,-78.5 - parent: 2 - - uid: 4811 - components: - - type: Transform - pos: -3.5,-214.5 - parent: 2 - - uid: 4813 - components: - - type: Transform - pos: -4.5,-215.5 - parent: 2 - - uid: 4814 - components: - - type: Transform - pos: 4.5,-235.5 - parent: 2 - - uid: 4815 - components: - - type: Transform - pos: 0.5,-73.5 - parent: 2 - - uid: 4816 - components: - - type: Transform - pos: 0.5,-187.5 - parent: 2 - - uid: 4820 - components: - - type: Transform - pos: -3.5,-217.5 - parent: 2 - - uid: 4821 - components: - - type: Transform - pos: -3.5,-218.5 - parent: 2 - - uid: 4822 - components: - - type: Transform - pos: -6.5,-216.5 - parent: 2 - - uid: 4823 - components: - - type: Transform - pos: 0.5,-100.5 - parent: 2 - - uid: 4824 - components: - - type: Transform - pos: -6.5,-217.5 - parent: 2 - - uid: 4825 - components: - - type: Transform - pos: -7.5,-217.5 - parent: 2 - - uid: 4826 - components: - - type: Transform - pos: -7.5,-218.5 - parent: 2 - - uid: 4827 - components: - - type: Transform - pos: -7.5,-219.5 - parent: 2 - - uid: 4828 - components: - - type: Transform - pos: -7.5,-220.5 - parent: 2 - - uid: 4829 - components: - - type: Transform - pos: -7.5,-221.5 - parent: 2 - - uid: 4830 - components: - - type: Transform - pos: -7.5,-222.5 - parent: 2 - - uid: 4831 - components: - - type: Transform - pos: -7.5,-223.5 - parent: 2 - - uid: 4832 - components: - - type: Transform - pos: -7.5,-224.5 - parent: 2 - - uid: 4833 - components: - - type: Transform - pos: -7.5,-225.5 - parent: 2 - - uid: 4834 - components: - - type: Transform - pos: -7.5,-226.5 - parent: 2 - - uid: 4835 - components: - - type: Transform - pos: -7.5,-227.5 - parent: 2 - - uid: 4836 - components: - - type: Transform - pos: -7.5,-228.5 - parent: 2 - - uid: 4837 - components: - - type: Transform - pos: -7.5,-229.5 - parent: 2 - - uid: 4838 - components: - - type: Transform - pos: -7.5,-230.5 - parent: 2 - - uid: 4839 - components: - - type: Transform - pos: -7.5,-231.5 - parent: 2 - - uid: 4840 - components: - - type: Transform - pos: -7.5,-232.5 - parent: 2 - - uid: 4841 - components: - - type: Transform - pos: -6.5,-232.5 - parent: 2 - - uid: 4842 - components: - - type: Transform - pos: -6.5,-233.5 - parent: 2 - - uid: 4843 - components: - - type: Transform - pos: -6.5,-226.5 - parent: 2 - - uid: 4844 - components: - - type: Transform - pos: -8.5,-229.5 - parent: 2 - - uid: 4845 - components: - - type: Transform - pos: -8.5,-220.5 - parent: 2 - - uid: 4846 - components: - - type: Transform - pos: -6.5,-223.5 - parent: 2 - - uid: 4852 - components: - - type: Transform - pos: -4.5,-234.5 - parent: 2 - - uid: 4853 - components: - - type: Transform - pos: -3.5,-234.5 - parent: 2 - - uid: 4854 - components: - - type: Transform - pos: -3.5,-235.5 - parent: 2 - - uid: 4855 - components: - - type: Transform - pos: -3.5,-233.5 - parent: 2 - - uid: 4856 - components: - - type: Transform - pos: -3.5,-232.5 - parent: 2 - - uid: 4857 - components: - - type: Transform - pos: -3.5,-231.5 - parent: 2 - - uid: 4858 - components: - - type: Transform - pos: 3.5,-189.5 - parent: 2 - - uid: 4859 - components: - - type: Transform - pos: 9.5,-220.5 - parent: 2 - - uid: 4860 - components: - - type: Transform - pos: 4.5,-234.5 - parent: 2 - - uid: 4861 - components: - - type: Transform - pos: 5.5,-234.5 - parent: 2 - - uid: 4862 - components: - - type: Transform - pos: 4.5,-233.5 - parent: 2 - - uid: 4863 - components: - - type: Transform - pos: 4.5,-232.5 - parent: 2 - - uid: 4864 - components: - - type: Transform - pos: 4.5,-231.5 - parent: 2 - - uid: 4866 - components: - - type: Transform - pos: 7.5,-233.5 - parent: 2 - - uid: 4867 - components: - - type: Transform - pos: 7.5,-232.5 - parent: 2 - - uid: 4871 - components: - - type: Transform - pos: 9.5,-229.5 - parent: 2 - - uid: 4874 - components: - - type: Transform - pos: 8.5,-232.5 - parent: 2 - - uid: 4875 - components: - - type: Transform - pos: 8.5,-231.5 - parent: 2 - - uid: 4876 - components: - - type: Transform - pos: 8.5,-230.5 - parent: 2 - - uid: 4877 - components: - - type: Transform - pos: 8.5,-229.5 - parent: 2 - - uid: 4878 - components: - - type: Transform - pos: 8.5,-228.5 - parent: 2 - - uid: 4879 - components: - - type: Transform - pos: 8.5,-227.5 - parent: 2 - - uid: 4880 - components: - - type: Transform - pos: 8.5,-226.5 - parent: 2 - - uid: 4881 - components: - - type: Transform - pos: 8.5,-225.5 - parent: 2 - - uid: 4882 - components: - - type: Transform - pos: 8.5,-224.5 - parent: 2 - - uid: 4883 - components: - - type: Transform - pos: 8.5,-223.5 - parent: 2 - - uid: 4884 - components: - - type: Transform - pos: 8.5,-222.5 - parent: 2 - - uid: 4885 - components: - - type: Transform - pos: 8.5,-221.5 - parent: 2 - - uid: 4886 - components: - - type: Transform - pos: 8.5,-220.5 - parent: 2 - - uid: 4887 - components: - - type: Transform - pos: 8.5,-219.5 - parent: 2 - - uid: 4888 - components: - - type: Transform - pos: 8.5,-218.5 - parent: 2 - - uid: 4889 - components: - - type: Transform - pos: 8.5,-217.5 - parent: 2 - - uid: 4891 - components: - - type: Transform - pos: 7.5,-217.5 - parent: 2 - - uid: 4892 - components: - - type: Transform - pos: 7.5,-216.5 - parent: 2 - - uid: 4894 - components: - - type: Transform - pos: 7.5,-226.5 - parent: 2 - - uid: 4895 - components: - - type: Transform - pos: 7.5,-223.5 - parent: 2 - - uid: 4906 - components: - - type: Transform - pos: 0.5,-130.5 - parent: 2 - - uid: 4907 - components: - - type: Transform - pos: 0.5,-133.5 - parent: 2 - - uid: 4908 - components: - - type: Transform - pos: 0.5,-131.5 - parent: 2 - - uid: 4909 - components: - - type: Transform - pos: 0.5,-132.5 - parent: 2 - - uid: 4910 - components: - - type: Transform - pos: 0.5,-134.5 - parent: 2 - - uid: 4911 - components: - - type: Transform - pos: 0.5,-102.5 - parent: 2 - - uid: 4913 - components: - - type: Transform - pos: 0.5,-106.5 - parent: 2 - - uid: 4914 - components: - - type: Transform - pos: 0.5,-105.5 - parent: 2 - - uid: 4915 - components: - - type: Transform - pos: -3.5,-116.5 - parent: 2 - - uid: 4916 - components: - - type: Transform - pos: 2.5,-152.5 - parent: 2 - - uid: 4917 - components: - - type: Transform - pos: 4.5,-152.5 - parent: 2 - - uid: 4918 - components: - - type: Transform - pos: -2.5,-124.5 - parent: 2 - - uid: 4919 - components: - - type: Transform - pos: -3.5,-89.5 - parent: 2 - - uid: 4920 - components: - - type: Transform - pos: -3.5,-90.5 - parent: 2 - - uid: 4922 - components: - - type: Transform - pos: -6.5,-171.5 - parent: 2 - - uid: 4923 - components: - - type: Transform - pos: 0.5,-152.5 - parent: 2 - - uid: 4925 - components: - - type: Transform - pos: -6.5,-176.5 - parent: 2 - - uid: 4926 - components: - - type: Transform - pos: 0.5,-242.5 - parent: 2 - - uid: 4927 - components: - - type: Transform - pos: 0.5,-155.5 - parent: 2 - - uid: 4928 - components: - - type: Transform - pos: -0.5,-179.5 - parent: 2 - - uid: 4929 - components: - - type: Transform - pos: 0.5,-208.5 - parent: 2 - - uid: 4930 - components: - - type: Transform - pos: -3.5,-117.5 - parent: 2 - - uid: 4931 - components: - - type: Transform - pos: -3.5,-119.5 - parent: 2 - - uid: 4932 - components: - - type: Transform - pos: 6.5,-111.5 - parent: 2 - - uid: 4933 - components: - - type: Transform - pos: -3.5,-95.5 - parent: 2 - - uid: 4934 - components: - - type: Transform - pos: -2.5,-110.5 - parent: 2 - - uid: 4935 - components: - - type: Transform - pos: -3.5,-179.5 - parent: 2 - - uid: 4936 - components: - - type: Transform - pos: -1.5,-179.5 - parent: 2 - - uid: 4937 - components: - - type: Transform - pos: -2.5,-179.5 - parent: 2 - - uid: 4938 - components: - - type: Transform - pos: 0.5,-181.5 - parent: 2 - - uid: 4939 - components: - - type: Transform - pos: 0.5,-183.5 - parent: 2 - - uid: 4940 - components: - - type: Transform - pos: 0.5,-182.5 - parent: 2 - - uid: 4944 - components: - - type: Transform - pos: 0.5,-163.5 - parent: 2 - - uid: 4946 - components: - - type: Transform - pos: 0.5,-162.5 - parent: 2 - - uid: 4953 - components: - - type: Transform - pos: 3.5,-152.5 - parent: 2 - - uid: 4954 - components: - - type: Transform - pos: 1.5,-152.5 - parent: 2 - - uid: 4955 - components: - - type: Transform - pos: -6.5,-174.5 - parent: 2 - - uid: 4956 - components: - - type: Transform - pos: 0.5,-81.5 - parent: 2 - - uid: 4957 - components: - - type: Transform - pos: 1.5,-68.5 - parent: 2 - - uid: 4958 - components: - - type: Transform - pos: 6.5,-62.5 - parent: 2 - - uid: 4959 - components: - - type: Transform - pos: -0.5,-81.5 - parent: 2 - - uid: 4960 - components: - - type: Transform - pos: 5.5,-202.5 - parent: 2 - - uid: 4961 - components: - - type: Transform - pos: 0.5,-241.5 - parent: 2 - - uid: 4962 - components: - - type: Transform - pos: -6.5,-177.5 - parent: 2 - - uid: 4963 - components: - - type: Transform - pos: -6.5,-172.5 - parent: 2 - - uid: 4964 - components: - - type: Transform - pos: -6.5,-170.5 - parent: 2 - - uid: 4966 - components: - - type: Transform - pos: -3.5,-93.5 - parent: 2 - - uid: 4968 - components: - - type: Transform - pos: 0.5,-75.5 - parent: 2 - - uid: 4969 - components: - - type: Transform - pos: 6.5,-66.5 - parent: 2 - - uid: 4970 - components: - - type: Transform - pos: 0.5,-210.5 - parent: 2 - - uid: 4971 - components: - - type: Transform - pos: 0.5,-80.5 - parent: 2 - - uid: 4972 - components: - - type: Transform - pos: 0.5,-68.5 - parent: 2 - - uid: 4974 - components: - - type: Transform - pos: 2.5,-68.5 - parent: 2 - - uid: 4975 - components: - - type: Transform - pos: -6.5,-179.5 - parent: 2 - - uid: 5041 - components: - - type: Transform - pos: -3.5,-110.5 - parent: 2 - - uid: 5066 - components: - - type: Transform - pos: -1.5,-110.5 - parent: 2 - - uid: 5067 - components: - - type: Transform - pos: -6.5,-175.5 - parent: 2 - - uid: 5086 - components: - - type: Transform - pos: 2.5,-109.5 - parent: 2 - - uid: 5093 - components: - - type: Transform - pos: -3.5,-92.5 - parent: 2 - - uid: 5094 - components: - - type: Transform - pos: -3.5,-94.5 - parent: 2 - - uid: 5095 - components: - - type: Transform - pos: 3.5,-110.5 - parent: 2 - - uid: 5096 - components: - - type: Transform - pos: 4.5,-110.5 - parent: 2 - - uid: 5097 - components: - - type: Transform - pos: 0.5,-103.5 - parent: 2 - - uid: 5100 - components: - - type: Transform - pos: 5.5,-190.5 - parent: 2 - - uid: 5102 - components: - - type: Transform - pos: 5.5,-191.5 - parent: 2 - - uid: 5132 - components: - - type: Transform - pos: 5.5,-194.5 - parent: 2 - - uid: 5149 - components: - - type: Transform - pos: 0.5,-99.5 - parent: 2 - - uid: 5150 - components: - - type: Transform - pos: 0.5,-107.5 - parent: 2 - - uid: 5151 - components: - - type: Transform - pos: -3.5,-81.5 - parent: 2 - - uid: 5152 - components: - - type: Transform - pos: 5.5,-200.5 - parent: 2 - - uid: 5154 - components: - - type: Transform - pos: -0.5,-124.5 - parent: 2 - - uid: 5155 - components: - - type: Transform - pos: -1.5,-124.5 - parent: 2 - - uid: 5157 - components: - - type: Transform - pos: 0.5,-161.5 - parent: 2 - - uid: 5158 - components: - - type: Transform - pos: 4.5,-206.5 - parent: 2 - - uid: 5159 - components: - - type: Transform - pos: 5.5,-205.5 - parent: 2 - - uid: 5202 - components: - - type: Transform - pos: 5.5,-203.5 - parent: 2 - - uid: 5203 - components: - - type: Transform - pos: 5.5,-204.5 - parent: 2 - - uid: 5204 - components: - - type: Transform - pos: 5.5,-206.5 - parent: 2 - - uid: 5205 - components: - - type: Transform - pos: 2.5,-206.5 - parent: 2 - - uid: 5206 - components: - - type: Transform - pos: 3.5,-206.5 - parent: 2 - - uid: 5207 - components: - - type: Transform - pos: 1.5,-206.5 - parent: 2 - - uid: 5208 - components: - - type: Transform - pos: 0.5,-206.5 - parent: 2 - - uid: 5217 - components: - - type: Transform - pos: 0.5,-239.5 - parent: 2 - - uid: 5218 - components: - - type: Transform - pos: 0.5,-238.5 - parent: 2 - - uid: 5219 - components: - - type: Transform - pos: 0.5,-237.5 - parent: 2 - - uid: 5220 - components: - - type: Transform - pos: 0.5,-236.5 - parent: 2 - - uid: 5221 - components: - - type: Transform - pos: 0.5,-235.5 - parent: 2 - - uid: 5222 - components: - - type: Transform - pos: 0.5,-234.5 - parent: 2 - - uid: 5223 - components: - - type: Transform - pos: 0.5,-233.5 - parent: 2 - - uid: 5224 - components: - - type: Transform - pos: 0.5,-232.5 - parent: 2 - - uid: 5226 - components: - - type: Transform - pos: 0.5,-231.5 - parent: 2 - - uid: 5227 - components: - - type: Transform - pos: 0.5,-230.5 - parent: 2 - - uid: 5228 - components: - - type: Transform - pos: 0.5,-229.5 - parent: 2 - - uid: 5229 - components: - - type: Transform - pos: 0.5,-228.5 - parent: 2 - - uid: 5230 - components: - - type: Transform - pos: 0.5,-227.5 - parent: 2 - - uid: 5231 - components: - - type: Transform - pos: 0.5,-226.5 - parent: 2 - - uid: 5232 - components: - - type: Transform - pos: 0.5,-225.5 - parent: 2 - - uid: 5233 - components: - - type: Transform - pos: 0.5,-224.5 - parent: 2 - - uid: 5234 - components: - - type: Transform - pos: 0.5,-223.5 - parent: 2 - - uid: 5235 - components: - - type: Transform - pos: 0.5,-222.5 - parent: 2 - - uid: 5236 - components: - - type: Transform - pos: 0.5,-221.5 - parent: 2 - - uid: 5237 - components: - - type: Transform - pos: 0.5,-220.5 - parent: 2 - - uid: 5238 - components: - - type: Transform - pos: 0.5,-219.5 - parent: 2 - - uid: 5239 - components: - - type: Transform - pos: 0.5,-218.5 - parent: 2 - - uid: 5240 - components: - - type: Transform - pos: 0.5,-217.5 - parent: 2 - - uid: 5241 - components: - - type: Transform - pos: 0.5,-216.5 - parent: 2 - - uid: 5242 - components: - - type: Transform - pos: 0.5,-215.5 - parent: 2 - - uid: 5243 - components: - - type: Transform - pos: 0.5,-214.5 - parent: 2 - - uid: 5244 - components: - - type: Transform - pos: 0.5,-213.5 - parent: 2 - - uid: 5245 - components: - - type: Transform - pos: 0.5,-212.5 - parent: 2 - - uid: 5246 - components: - - type: Transform - pos: 0.5,-211.5 - parent: 2 - - uid: 5303 - components: - - type: Transform - pos: 0.5,-135.5 - parent: 2 - - uid: 5328 - components: - - type: Transform - pos: 0.5,-186.5 - parent: 2 - - uid: 5332 - components: - - type: Transform - pos: 5.5,-197.5 - parent: 2 - - uid: 5338 - components: - - type: Transform - pos: 0.5,-185.5 - parent: 2 - - uid: 5343 - components: - - type: Transform - pos: -3.5,-84.5 - parent: 2 - - uid: 5344 - components: - - type: Transform - pos: 5.5,-198.5 - parent: 2 - - uid: 5347 - components: - - type: Transform - pos: 0.5,-261.5 - parent: 2 - - uid: 5348 - components: - - type: Transform - pos: 0.5,-184.5 - parent: 2 - - uid: 5349 - components: - - type: Transform - pos: 0.5,-180.5 - parent: 2 - - uid: 5350 - components: - - type: Transform - pos: 0.5,-179.5 - parent: 2 - - uid: 5353 - components: - - type: Transform - pos: 7.5,-152.5 - parent: 2 - - uid: 5358 - components: - - type: Transform - pos: 0.5,-128.5 - parent: 2 - - uid: 5364 - components: - - type: Transform - pos: 5.5,-110.5 - parent: 2 - - uid: 5365 - components: - - type: Transform - pos: 6.5,-110.5 - parent: 2 - - uid: 5366 - components: - - type: Transform - pos: -3.5,-83.5 - parent: 2 - - uid: 5384 - components: - - type: Transform - pos: -3.5,-88.5 - parent: 2 - - uid: 5386 - components: - - type: Transform - pos: 6.5,-64.5 - parent: 2 - - uid: 5388 - components: - - type: Transform - pos: 5.5,-196.5 - parent: 2 - - uid: 5389 - components: - - type: Transform - pos: 0.5,-160.5 - parent: 2 - - uid: 5390 - components: - - type: Transform - pos: 0.5,-158.5 - parent: 2 - - uid: 5391 - components: - - type: Transform - pos: -0.5,-163.5 - parent: 2 - - uid: 5392 - components: - - type: Transform - pos: 0.5,-159.5 - parent: 2 - - uid: 5393 - components: - - type: Transform - pos: -4.5,-179.5 - parent: 2 - - uid: 5394 - components: - - type: Transform - pos: 0.5,-157.5 - parent: 2 - - uid: 5395 - components: - - type: Transform - pos: -3.5,-91.5 - parent: 2 - - uid: 5396 - components: - - type: Transform - pos: 5.5,-195.5 - parent: 2 - - uid: 5397 - components: - - type: Transform - pos: -3.5,-87.5 - parent: 2 - - uid: 5398 - components: - - type: Transform - pos: 5.5,-187.5 - parent: 2 - - uid: 5399 - components: - - type: Transform - pos: 5.5,-188.5 - parent: 2 - - uid: 5406 - components: - - type: Transform - pos: 0.5,-110.5 - parent: 2 - - uid: 5408 - components: - - type: Transform - pos: 3.5,-109.5 - parent: 2 - - uid: 5412 - components: - - type: Transform - pos: 0.5,-125.5 - parent: 2 - - uid: 5413 - components: - - type: Transform - pos: 0.5,-109.5 - parent: 2 - - uid: 5414 - components: - - type: Transform - pos: 6.5,-63.5 - parent: 2 - - uid: 5437 - components: - - type: Transform - pos: -3.5,-219.5 - parent: 2 - - uid: 5438 - components: - - type: Transform - pos: -3.5,-220.5 - parent: 2 - - uid: 5439 - components: - - type: Transform - pos: -3.5,-221.5 - parent: 2 - - uid: 5440 - components: - - type: Transform - pos: -3.5,-222.5 - parent: 2 - - uid: 5441 - components: - - type: Transform - pos: -3.5,-230.5 - parent: 2 - - uid: 5442 - components: - - type: Transform - pos: -3.5,-229.5 - parent: 2 - - uid: 5443 - components: - - type: Transform - pos: -3.5,-228.5 - parent: 2 - - uid: 5444 - components: - - type: Transform - pos: -3.5,-227.5 - parent: 2 - - uid: 5445 - components: - - type: Transform - pos: 4.5,-228.5 - parent: 2 - - uid: 5446 - components: - - type: Transform - pos: 4.5,-227.5 - parent: 2 - - uid: 5447 - components: - - type: Transform - pos: 4.5,-229.5 - parent: 2 - - uid: 5448 - components: - - type: Transform - pos: 4.5,-230.5 - parent: 2 - - uid: 5453 - components: - - type: Transform - pos: 5.5,-189.5 - parent: 2 - - uid: 5454 - components: - - type: Transform - pos: 3.5,-229.5 - parent: 2 - - uid: 5455 - components: - - type: Transform - pos: 2.5,-229.5 - parent: 2 - - uid: 5456 - components: - - type: Transform - pos: 1.5,-229.5 - parent: 2 - - uid: 5457 - components: - - type: Transform - pos: -1.5,-220.5 - parent: 2 - - uid: 5458 - components: - - type: Transform - pos: -0.5,-220.5 - parent: 2 - - uid: 5481 - components: - - type: Transform - pos: 19.5,-263.5 - parent: 2 - - uid: 5482 - components: - - type: Transform - pos: 19.5,-264.5 - parent: 2 - - uid: 5483 - components: - - type: Transform - pos: 13.5,-248.5 - parent: 2 - - uid: 5487 - components: - - type: Transform - pos: 15.5,-256.5 - parent: 2 - - uid: 5488 - components: - - type: Transform - pos: 15.5,-257.5 - parent: 2 - - uid: 5491 - components: - - type: Transform - pos: 15.5,-258.5 - parent: 2 - - uid: 5493 - components: - - type: Transform - pos: 15.5,-260.5 - parent: 2 - - uid: 5494 - components: - - type: Transform - pos: 15.5,-261.5 - parent: 2 - - uid: 5495 - components: - - type: Transform - pos: 9.5,-248.5 - parent: 2 - - uid: 5496 - components: - - type: Transform - pos: 8.5,-248.5 - parent: 2 - - uid: 5498 - components: - - type: Transform - pos: 7.5,-248.5 - parent: 2 - - uid: 5506 - components: - - type: Transform - pos: 6.5,-61.5 - parent: 2 - - uid: 5507 - components: - - type: Transform - pos: 6.5,-60.5 - parent: 2 - - uid: 5508 - components: - - type: Transform - pos: 6.5,-59.5 - parent: 2 - - uid: 5509 - components: - - type: Transform - pos: 6.5,-58.5 - parent: 2 - - uid: 5510 - components: - - type: Transform - pos: 6.5,-57.5 - parent: 2 - - uid: 5511 - components: - - type: Transform - pos: 5.5,-57.5 - parent: 2 - - uid: 5512 - components: - - type: Transform - pos: 5.5,-56.5 - parent: 2 - - uid: 5513 - components: - - type: Transform - pos: 5.5,-55.5 - parent: 2 - - uid: 5514 - components: - - type: Transform - pos: 5.5,-54.5 - parent: 2 - - uid: 5515 - components: - - type: Transform - pos: 4.5,-54.5 - parent: 2 - - uid: 5516 - components: - - type: Transform - pos: 3.5,-54.5 - parent: 2 - - uid: 5517 - components: - - type: Transform - pos: 3.5,-53.5 - parent: 2 - - uid: 5518 - components: - - type: Transform - pos: 4.5,-57.5 - parent: 2 - - uid: 5519 - components: - - type: Transform - pos: 3.5,-57.5 - parent: 2 - - uid: 5520 - components: - - type: Transform - pos: 2.5,-57.5 - parent: 2 - - uid: 5521 - components: - - type: Transform - pos: 1.5,-57.5 - parent: 2 - - uid: 5522 - components: - - type: Transform - pos: 0.5,-57.5 - parent: 2 - - uid: 5523 - components: - - type: Transform - pos: 0.5,-56.5 - parent: 2 - - uid: 5524 - components: - - type: Transform - pos: 0.5,-55.5 - parent: 2 - - uid: 5525 - components: - - type: Transform - pos: 0.5,-54.5 - parent: 2 - - uid: 5526 - components: - - type: Transform - pos: 0.5,-53.5 - parent: 2 - - uid: 5527 - components: - - type: Transform - pos: 0.5,-52.5 - parent: 2 - - uid: 5528 - components: - - type: Transform - pos: 0.5,-51.5 - parent: 2 - - uid: 5529 - components: - - type: Transform - pos: 0.5,-50.5 - parent: 2 - - uid: 5530 - components: - - type: Transform - pos: 0.5,-49.5 - parent: 2 - - uid: 5531 - components: - - type: Transform - pos: 0.5,-48.5 - parent: 2 - - uid: 5532 - components: - - type: Transform - pos: 0.5,-47.5 - parent: 2 - - uid: 5533 - components: - - type: Transform - pos: 0.5,-46.5 - parent: 2 - - uid: 5534 - components: - - type: Transform - pos: 0.5,-45.5 - parent: 2 - - uid: 5535 - components: - - type: Transform - pos: 0.5,-44.5 - parent: 2 - - uid: 5536 - components: - - type: Transform - pos: 0.5,-43.5 - parent: 2 - - uid: 5537 - components: - - type: Transform - pos: 0.5,-42.5 - parent: 2 - - uid: 5538 - components: - - type: Transform - pos: 0.5,-41.5 - parent: 2 - - uid: 5539 - components: - - type: Transform - pos: 0.5,-40.5 - parent: 2 - - uid: 5540 - components: - - type: Transform - pos: 0.5,-39.5 - parent: 2 - - uid: 5541 - components: - - type: Transform - pos: 0.5,-38.5 - parent: 2 - - uid: 5542 - components: - - type: Transform - pos: 0.5,-37.5 - parent: 2 - - uid: 5543 - components: - - type: Transform - pos: 0.5,-36.5 - parent: 2 - - uid: 5544 - components: - - type: Transform - pos: 0.5,-35.5 - parent: 2 - - uid: 5545 - components: - - type: Transform - pos: 0.5,-34.5 - parent: 2 - - uid: 5546 - components: - - type: Transform - pos: -0.5,-34.5 - parent: 2 - - uid: 5547 - components: - - type: Transform - pos: -1.5,-34.5 - parent: 2 - - uid: 5548 - components: - - type: Transform - pos: -2.5,-34.5 - parent: 2 - - uid: 5549 - components: - - type: Transform - pos: -3.5,-34.5 - parent: 2 - - uid: 5550 - components: - - type: Transform - pos: -4.5,-34.5 - parent: 2 - - uid: 5551 - components: - - type: Transform - pos: -4.5,-36.5 - parent: 2 - - uid: 5552 - components: - - type: Transform - pos: -4.5,-35.5 - parent: 2 - - uid: 5553 - components: - - type: Transform - pos: -4.5,-37.5 - parent: 2 - - uid: 5554 - components: - - type: Transform - pos: -4.5,-38.5 - parent: 2 - - uid: 5555 - components: - - type: Transform - pos: -4.5,-39.5 - parent: 2 - - uid: 5556 - components: - - type: Transform - pos: -4.5,-40.5 - parent: 2 - - uid: 5557 - components: - - type: Transform - pos: -4.5,-41.5 - parent: 2 - - uid: 5558 - components: - - type: Transform - pos: -4.5,-42.5 - parent: 2 - - uid: 5559 - components: - - type: Transform - pos: -4.5,-43.5 - parent: 2 - - uid: 5560 - components: - - type: Transform - pos: -4.5,-44.5 - parent: 2 - - uid: 5561 - components: - - type: Transform - pos: -3.5,-44.5 - parent: 2 - - uid: 5562 - components: - - type: Transform - pos: -2.5,-44.5 - parent: 2 - - uid: 5563 - components: - - type: Transform - pos: -2.5,-43.5 - parent: 2 - - uid: 5564 - components: - - type: Transform - pos: 0.5,-33.5 - parent: 2 - - uid: 5565 - components: - - type: Transform - pos: 0.5,-32.5 - parent: 2 - - uid: 5566 - components: - - type: Transform - pos: 0.5,-31.5 - parent: 2 - - uid: 5567 - components: - - type: Transform - pos: 0.5,-30.5 - parent: 2 - - uid: 5568 - components: - - type: Transform - pos: 0.5,-29.5 - parent: 2 - - uid: 5569 - components: - - type: Transform - pos: 0.5,-28.5 - parent: 2 - - uid: 5570 - components: - - type: Transform - pos: 0.5,-27.5 - parent: 2 - - uid: 5571 - components: - - type: Transform - pos: 0.5,-26.5 - parent: 2 - - uid: 5572 - components: - - type: Transform - pos: 0.5,-25.5 - parent: 2 - - uid: 5573 - components: - - type: Transform - pos: 0.5,-24.5 - parent: 2 - - uid: 5574 - components: - - type: Transform - pos: 0.5,-23.5 - parent: 2 - - uid: 5575 - components: - - type: Transform - pos: 0.5,-22.5 - parent: 2 - - uid: 5576 - components: - - type: Transform - pos: 0.5,-21.5 - parent: 2 - - uid: 5577 - components: - - type: Transform - pos: 0.5,-20.5 - parent: 2 - - uid: 5578 - components: - - type: Transform - pos: 0.5,-19.5 - parent: 2 - - uid: 5579 - components: - - type: Transform - pos: 0.5,-18.5 - parent: 2 - - uid: 5580 - components: - - type: Transform - pos: 0.5,-17.5 - parent: 2 - - uid: 5581 - components: - - type: Transform - pos: -0.5,-17.5 - parent: 2 - - uid: 5582 - components: - - type: Transform - pos: -1.5,-17.5 - parent: 2 - - uid: 5583 - components: - - type: Transform - pos: -2.5,-17.5 - parent: 2 - - uid: 5584 - components: - - type: Transform - pos: -3.5,-17.5 - parent: 2 - - uid: 5585 - components: - - type: Transform - pos: -4.5,-17.5 - parent: 2 - - uid: 5586 - components: - - type: Transform - pos: -5.5,-17.5 - parent: 2 - - uid: 5587 - components: - - type: Transform - pos: -5.5,-16.5 - parent: 2 - - uid: 5588 - components: - - type: Transform - pos: -5.5,-15.5 - parent: 2 - - uid: 5589 - components: - - type: Transform - pos: -5.5,-14.5 - parent: 2 - - uid: 5590 - components: - - type: Transform - pos: -5.5,-13.5 - parent: 2 - - uid: 5591 - components: - - type: Transform - pos: -5.5,-12.5 - parent: 2 - - uid: 5592 - components: - - type: Transform - pos: -5.5,-11.5 - parent: 2 - - uid: 5593 - components: - - type: Transform - pos: -5.5,-10.5 - parent: 2 - - uid: 5594 - components: - - type: Transform - pos: -5.5,-9.5 - parent: 2 - - uid: 5595 - components: - - type: Transform - pos: -5.5,-8.5 - parent: 2 - - uid: 5596 - components: - - type: Transform - pos: -5.5,-7.5 - parent: 2 - - uid: 5597 - components: - - type: Transform - pos: -5.5,-6.5 - parent: 2 - - uid: 5598 - components: - - type: Transform - pos: -5.5,-5.5 - parent: 2 - - uid: 5599 - components: - - type: Transform - pos: -5.5,-4.5 - parent: 2 - - uid: 5600 - components: - - type: Transform - pos: -5.5,-3.5 - parent: 2 - - uid: 5601 - components: - - type: Transform - pos: -5.5,-2.5 - parent: 2 - - uid: 5602 - components: - - type: Transform - pos: -5.5,-1.5 - parent: 2 - - uid: 5603 - components: - - type: Transform - pos: -5.5,-0.5 - parent: 2 - - uid: 5604 - components: - - type: Transform - pos: -5.5,0.5 - parent: 2 - - uid: 5605 - components: - - type: Transform - pos: -5.5,1.5 - parent: 2 - - uid: 5606 - components: - - type: Transform - pos: -4.5,1.5 - parent: 2 - - uid: 5607 - components: - - type: Transform - pos: -3.5,1.5 - parent: 2 - - uid: 5608 - components: - - type: Transform - pos: -2.5,1.5 - parent: 2 - - uid: 5609 - components: - - type: Transform - pos: -1.5,1.5 - parent: 2 - - uid: 5610 - components: - - type: Transform - pos: -0.5,1.5 - parent: 2 - - uid: 5611 - components: - - type: Transform - pos: 0.5,1.5 - parent: 2 - - uid: 5612 - components: - - type: Transform - pos: 1.5,1.5 - parent: 2 - - uid: 5613 - components: - - type: Transform - pos: 1.5,0.5 - parent: 2 - - uid: 5614 - components: - - type: Transform - pos: 1.5,-0.5 - parent: 2 - - uid: 5615 - components: - - type: Transform - pos: 1.5,-1.5 - parent: 2 - - uid: 5616 - components: - - type: Transform - pos: 1.5,-2.5 - parent: 2 - - uid: 5617 - components: - - type: Transform - pos: 1.5,-3.5 - parent: 2 - - uid: 5618 - components: - - type: Transform - pos: 1.5,-4.5 - parent: 2 - - uid: 5619 - components: - - type: Transform - pos: 2.5,-4.5 - parent: 2 - - uid: 5620 - components: - - type: Transform - pos: 3.5,-4.5 - parent: 2 - - uid: 5621 - components: - - type: Transform - pos: 4.5,-4.5 - parent: 2 - - uid: 5622 - components: - - type: Transform - pos: 5.5,-4.5 - parent: 2 - - uid: 5623 - components: - - type: Transform - pos: 5.5,-3.5 - parent: 2 - - uid: 5624 - components: - - type: Transform - pos: 5.5,-2.5 - parent: 2 - - uid: 5625 - components: - - type: Transform - pos: 6.5,-2.5 - parent: 2 - - uid: 5626 - components: - - type: Transform - pos: 7.5,-2.5 - parent: 2 - - uid: 5627 - components: - - type: Transform - pos: 8.5,-151.5 - parent: 2 - - uid: 5628 - components: - - type: Transform - pos: 8.5,-150.5 - parent: 2 - - uid: 5629 - components: - - type: Transform - pos: 8.5,-149.5 - parent: 2 - - uid: 5630 - components: - - type: Transform - pos: 8.5,-148.5 - parent: 2 - - uid: 5631 - components: - - type: Transform - pos: 8.5,-147.5 - parent: 2 - - uid: 5632 - components: - - type: Transform - pos: 8.5,-146.5 - parent: 2 - - uid: 5633 - components: - - type: Transform - pos: 8.5,-145.5 - parent: 2 - - uid: 5634 - components: - - type: Transform - pos: 8.5,-144.5 - parent: 2 - - uid: 5635 - components: - - type: Transform - pos: 8.5,-143.5 - parent: 2 - - uid: 5636 - components: - - type: Transform - pos: 8.5,-142.5 - parent: 2 - - uid: 5637 - components: - - type: Transform - pos: 8.5,-141.5 - parent: 2 - - uid: 5638 - components: - - type: Transform - pos: 8.5,-140.5 - parent: 2 - - uid: 5639 - components: - - type: Transform - pos: 8.5,-139.5 - parent: 2 - - uid: 5640 - components: - - type: Transform - pos: 8.5,-138.5 - parent: 2 - - uid: 5641 - components: - - type: Transform - pos: 8.5,-137.5 - parent: 2 - - uid: 5642 - components: - - type: Transform - pos: 8.5,-136.5 - parent: 2 - - uid: 5643 - components: - - type: Transform - pos: 7.5,-136.5 - parent: 2 - - uid: 5644 - components: - - type: Transform - pos: 7.5,-135.5 - parent: 2 - - uid: 5645 - components: - - type: Transform - pos: 6.5,-135.5 - parent: 2 - - uid: 5646 - components: - - type: Transform - pos: 5.5,-135.5 - parent: 2 - - uid: 5647 - components: - - type: Transform - pos: 4.5,-135.5 - parent: 2 - - uid: 5648 - components: - - type: Transform - pos: 3.5,-135.5 - parent: 2 - - uid: 5649 - components: - - type: Transform - pos: 2.5,-135.5 - parent: 2 - - uid: 5650 - components: - - type: Transform - pos: 1.5,-135.5 - parent: 2 - - uid: 5651 - components: - - type: Transform - pos: -6.5,-169.5 - parent: 2 - - uid: 5652 - components: - - type: Transform - pos: -6.5,-168.5 - parent: 2 - - uid: 5658 - components: - - type: Transform - pos: -5.5,-163.5 - parent: 2 - - uid: 5659 - components: - - type: Transform - pos: -4.5,-163.5 - parent: 2 - - uid: 5660 - components: - - type: Transform - pos: -3.5,-163.5 - parent: 2 - - uid: 6549 - components: - - type: Transform - pos: 14.5,-253.5 - parent: 2 - - uid: 6551 - components: - - type: Transform - pos: 17.5,-252.5 - parent: 2 - - uid: 6679 - components: - - type: Transform - pos: -6.5,-167.5 - parent: 2 - - uid: 6681 - components: - - type: Transform - pos: -6.5,-166.5 - parent: 2 - - uid: 6683 - components: - - type: Transform - pos: -6.5,-165.5 - parent: 2 - - uid: 6782 - components: - - type: Transform - pos: 13.5,-255.5 - parent: 2 - - uid: 6827 - components: - - type: Transform - pos: 2.5,-251.5 - parent: 2 - - uid: 6841 - components: - - type: Transform - pos: 0.5,-295.5 - parent: 2 - - uid: 6843 - components: - - type: Transform - pos: 0.5,-296.5 - parent: 2 - - uid: 6852 - components: - - type: Transform - pos: 2.5,-252.5 - parent: 2 - - uid: 6869 - components: - - type: Transform - pos: 13.5,-251.5 - parent: 2 - - uid: 6870 - components: - - type: Transform - pos: 13.5,-256.5 - parent: 2 - - uid: 6871 - components: - - type: Transform - pos: 13.5,-253.5 - parent: 2 - - uid: 6872 - components: - - type: Transform - pos: 13.5,-252.5 - parent: 2 - - uid: 6873 - components: - - type: Transform - pos: 13.5,-254.5 - parent: 2 - - uid: 7452 - components: - - type: Transform - pos: 20.5,-256.5 - parent: 2 - - uid: 7455 - components: - - type: Transform - pos: 19.5,-250.5 - parent: 2 - - uid: 7492 - components: - - type: Transform - pos: 15.5,-259.5 - parent: 2 - - uid: 7543 - components: - - type: Transform - pos: 19.5,-253.5 - parent: 2 - - uid: 7585 - components: - - type: Transform - pos: 19.5,-252.5 - parent: 2 - - uid: 7770 - components: - - type: Transform - pos: 7.5,-255.5 - parent: 2 - - uid: 7793 - components: - - type: Transform - pos: 5.5,-250.5 - parent: 2 - - uid: 7794 - components: - - type: Transform - pos: 2.5,-247.5 - parent: 2 - - uid: 7805 - components: - - type: Transform - pos: 0.5,-246.5 - parent: 2 - - uid: 7806 - components: - - type: Transform - pos: 0.5,-251.5 - parent: 2 - - uid: 7807 - components: - - type: Transform - pos: 8.5,-257.5 - parent: 2 - - uid: 7810 - components: - - type: Transform - pos: 19.5,-247.5 - parent: 2 - - uid: 7811 - components: - - type: Transform - pos: 0.5,-253.5 - parent: 2 - - uid: 7828 - components: - - type: Transform - pos: 3.5,-250.5 - parent: 2 - - uid: 7832 - components: - - type: Transform - pos: 14.5,-251.5 - parent: 2 - - uid: 7833 - components: - - type: Transform - pos: 14.5,-252.5 - parent: 2 - - uid: 7846 - components: - - type: Transform - pos: 14.5,-256.5 - parent: 2 - - uid: 7847 - components: - - type: Transform - pos: 16.5,-261.5 - parent: 2 - - uid: 7850 - components: - - type: Transform - pos: 9.5,-252.5 - parent: 2 - - uid: 7851 - components: - - type: Transform - pos: 7.5,-250.5 - parent: 2 - - uid: 7852 - components: - - type: Transform - pos: 11.5,-251.5 - parent: 2 - - uid: 7853 - components: - - type: Transform - pos: 12.5,-248.5 - parent: 2 - - uid: 7855 - components: - - type: Transform - pos: 21.5,-256.5 - parent: 2 - - uid: 7862 - components: - - type: Transform - pos: 11.5,-248.5 - parent: 2 - - uid: 7865 - components: - - type: Transform - pos: 10.5,-248.5 - parent: 2 - - uid: 7866 - components: - - type: Transform - pos: 8.5,-256.5 - parent: 2 - - uid: 7867 - components: - - type: Transform - pos: 0.5,-255.5 - parent: 2 - - uid: 7888 - components: - - type: Transform - pos: 11.5,-250.5 - parent: 2 - - uid: 7889 - components: - - type: Transform - pos: 10.5,-252.5 - parent: 2 - - uid: 7890 - components: - - type: Transform - pos: 22.5,-256.5 - parent: 2 - - uid: 7894 - components: - - type: Transform - pos: 10.5,-256.5 - parent: 2 - - uid: 7908 - components: - - type: Transform - pos: 11.5,-252.5 - parent: 2 - - uid: 7928 - components: - - type: Transform - pos: 0.5,-243.5 - parent: 2 - - uid: 7933 - components: - - type: Transform - pos: 7.5,-252.5 - parent: 2 - - uid: 7935 - components: - - type: Transform - pos: 7.5,-249.5 - parent: 2 - - uid: 7941 - components: - - type: Transform - pos: 19.5,-246.5 - parent: 2 - - uid: 7945 - components: - - type: Transform - pos: 0.5,-257.5 - parent: 2 - - uid: 7948 - components: - - type: Transform - pos: 16.5,-252.5 - parent: 2 - - uid: 7951 - components: - - type: Transform - pos: 13.5,-249.5 - parent: 2 - - uid: 7953 - components: - - type: Transform - pos: 9.5,-256.5 - parent: 2 - - uid: 7955 - components: - - type: Transform - pos: 7.5,-256.5 - parent: 2 - - uid: 7957 - components: - - type: Transform - pos: 12.5,-256.5 - parent: 2 - - uid: 7958 - components: - - type: Transform - pos: 17.5,-261.5 - parent: 2 - - uid: 7959 - components: - - type: Transform - pos: 18.5,-263.5 - parent: 2 - - uid: 7960 - components: - - type: Transform - pos: 18.5,-262.5 - parent: 2 - - uid: 7961 - components: - - type: Transform - pos: 23.5,-256.5 - parent: 2 - - uid: 7962 - components: - - type: Transform - pos: 0.5,-248.5 - parent: 2 - - uid: 7963 - components: - - type: Transform - pos: 0.5,-250.5 - parent: 2 - - uid: 7971 - components: - - type: Transform - pos: 0.5,-256.5 - parent: 2 - - uid: 7973 - components: - - type: Transform - pos: 0.5,-258.5 - parent: 2 - - uid: 7975 - components: - - type: Transform - pos: 0.5,-254.5 - parent: 2 - - uid: 7976 - components: - - type: Transform - pos: 0.5,-252.5 - parent: 2 - - uid: 7978 - components: - - type: Transform - pos: 2.5,-250.5 - parent: 2 - - uid: 7979 - components: - - type: Transform - pos: 6.5,-250.5 - parent: 2 - - uid: 7981 - components: - - type: Transform - pos: 4.5,-250.5 - parent: 2 - - uid: 7982 - components: - - type: Transform - pos: 2.5,-249.5 - parent: 2 - - uid: 7984 - components: - - type: Transform - pos: 2.5,-248.5 - parent: 2 - - uid: 7991 - components: - - type: Transform - pos: 1.5,-247.5 - parent: 2 - - uid: 7999 - components: - - type: Transform - pos: 19.5,-251.5 - parent: 2 - - uid: 8007 - components: - - type: Transform - pos: 18.5,-261.5 - parent: 2 - - uid: 8101 - components: - - type: Transform - pos: 19.5,-249.5 - parent: 2 - - uid: 8115 - components: - - type: Transform - pos: 15.5,-252.5 - parent: 2 - - uid: 8132 - components: - - type: Transform - pos: 0.5,-245.5 - parent: 2 - - uid: 8145 - components: - - type: Transform - pos: 0.5,-247.5 - parent: 2 - - uid: 8183 - components: - - type: Transform - pos: 0.5,-263.5 - parent: 2 - - uid: 8184 - components: - - type: Transform - pos: 0.5,-264.5 - parent: 2 - - uid: 8185 - components: - - type: Transform - pos: 0.5,-265.5 - parent: 2 - - uid: 8186 - components: - - type: Transform - pos: 0.5,-266.5 - parent: 2 - - uid: 8187 - components: - - type: Transform - pos: 0.5,-267.5 - parent: 2 - - uid: 8198 - components: - - type: Transform - pos: 0.5,-249.5 - parent: 2 - - uid: 8205 - components: - - type: Transform - pos: 0.5,-244.5 - parent: 2 - - uid: 8230 - components: - - type: Transform - pos: 19.5,-254.5 - parent: 2 - - uid: 8452 - components: - - type: Transform - pos: 19.5,-265.5 - parent: 2 - - uid: 8454 - components: - - type: Transform - pos: 11.5,-256.5 - parent: 2 - - uid: 8823 - components: - - type: Transform - pos: 19.5,-256.5 - parent: 2 - - uid: 8838 - components: - - type: Transform - pos: 18.5,-252.5 - parent: 2 - - uid: 8842 - components: - - type: Transform - pos: 7.5,-251.5 - parent: 2 - - uid: 8844 - components: - - type: Transform - pos: 8.5,-252.5 - parent: 2 - - uid: 8863 - components: - - type: Transform - pos: 13.5,-250.5 - parent: 2 - - uid: 8936 - components: - - type: Transform - pos: 2.5,-256.5 - parent: 2 - - uid: 8937 - components: - - type: Transform - pos: 1.5,-256.5 - parent: 2 - - uid: 8943 - components: - - type: Transform - pos: 5.5,-256.5 - parent: 2 - - uid: 8944 - components: - - type: Transform - pos: 4.5,-256.5 - parent: 2 - - uid: 9095 - components: - - type: Transform - pos: -14.5,-254.5 - parent: 2 - - uid: 9098 - components: - - type: Transform - pos: -2.5,-275.5 - parent: 2 - - uid: 9100 - components: - - type: Transform - pos: -0.5,-274.5 - parent: 2 - - uid: 9101 - components: - - type: Transform - pos: -1.5,-274.5 - parent: 2 - - uid: 9102 - components: - - type: Transform - pos: 0.5,-270.5 - parent: 2 - - uid: 9103 - components: - - type: Transform - pos: 8.5,-286.5 - parent: 2 - - uid: 9104 - components: - - type: Transform - pos: 0.5,-269.5 - parent: 2 - - uid: 9105 - components: - - type: Transform - pos: 0.5,-268.5 - parent: 2 - - uid: 9106 - components: - - type: Transform - pos: 0.5,-271.5 - parent: 2 - - uid: 9107 - components: - - type: Transform - pos: 0.5,-272.5 - parent: 2 - - uid: 9108 - components: - - type: Transform - pos: 0.5,-273.5 - parent: 2 - - uid: 9109 - components: - - type: Transform - pos: 0.5,-274.5 - parent: 2 - - uid: 9110 - components: - - type: Transform - pos: 0.5,-286.5 - parent: 2 - - uid: 9111 - components: - - type: Transform - pos: 3.5,-287.5 - parent: 2 - - uid: 9112 - components: - - type: Transform - pos: -2.5,-276.5 - parent: 2 - - uid: 9113 - components: - - type: Transform - pos: -2.5,-274.5 - parent: 2 - - uid: 9114 - components: - - type: Transform - pos: -2.5,-277.5 - parent: 2 - - uid: 9115 - components: - - type: Transform - pos: -2.5,-278.5 - parent: 2 - - uid: 9116 - components: - - type: Transform - pos: -2.5,-279.5 - parent: 2 - - uid: 9117 - components: - - type: Transform - pos: -2.5,-280.5 - parent: 2 - - uid: 9118 - components: - - type: Transform - pos: -2.5,-281.5 - parent: 2 - - uid: 9119 - components: - - type: Transform - pos: -2.5,-282.5 - parent: 2 - - uid: 9120 - components: - - type: Transform - pos: -2.5,-283.5 - parent: 2 - - uid: 9121 - components: - - type: Transform - pos: -2.5,-284.5 - parent: 2 - - uid: 9122 - components: - - type: Transform - pos: -1.5,-284.5 - parent: 2 - - uid: 9123 - components: - - type: Transform - pos: -0.5,-284.5 - parent: 2 - - uid: 9124 - components: - - type: Transform - pos: 0.5,-284.5 - parent: 2 - - uid: 9125 - components: - - type: Transform - pos: 0.5,-285.5 - parent: 2 - - uid: 9126 - components: - - type: Transform - pos: 1.5,-285.5 - parent: 2 - - uid: 9127 - components: - - type: Transform - pos: 2.5,-285.5 - parent: 2 - - uid: 9130 - components: - - type: Transform - pos: 2.5,-286.5 - parent: 2 - - uid: 9131 - components: - - type: Transform - pos: 2.5,-287.5 - parent: 2 - - uid: 9133 - components: - - type: Transform - pos: 4.5,-287.5 - parent: 2 - - uid: 9134 - components: - - type: Transform - pos: 5.5,-287.5 - parent: 2 - - uid: 9135 - components: - - type: Transform - pos: 6.5,-287.5 - parent: 2 - - uid: 9136 - components: - - type: Transform - pos: 7.5,-287.5 - parent: 2 - - uid: 9137 - components: - - type: Transform - pos: 8.5,-287.5 - parent: 2 - - uid: 9138 - components: - - type: Transform - pos: 8.5,-285.5 - parent: 2 - - uid: 9139 - components: - - type: Transform - pos: 8.5,-284.5 - parent: 2 - - uid: 9140 - components: - - type: Transform - pos: 0.5,-287.5 - parent: 2 - - uid: 9141 - components: - - type: Transform - pos: 0.5,-288.5 - parent: 2 - - uid: 9142 - components: - - type: Transform - pos: 0.5,-289.5 - parent: 2 - - uid: 9143 - components: - - type: Transform - pos: 0.5,-290.5 - parent: 2 - - uid: 9167 - components: - - type: Transform - pos: 3.5,-256.5 - parent: 2 - - uid: 9360 - components: - - type: Transform - pos: 0.5,-291.5 - parent: 2 - - uid: 9361 - components: - - type: Transform - pos: 0.5,-292.5 - parent: 2 - - uid: 9362 - components: - - type: Transform - pos: 0.5,-293.5 - parent: 2 - - uid: 9363 - components: - - type: Transform - pos: 0.5,-294.5 - parent: 2 - - uid: 9499 - components: - - type: Transform - pos: 1.5,-345.5 - parent: 2 - - uid: 9559 - components: - - type: Transform - pos: 21.5,-308.5 - parent: 2 - - uid: 9560 - components: - - type: Transform - pos: 20.5,-308.5 - parent: 2 - - uid: 9561 - components: - - type: Transform - pos: 19.5,-308.5 - parent: 2 - - uid: 9562 - components: - - type: Transform - pos: 19.5,-307.5 - parent: 2 - - uid: 9563 - components: - - type: Transform - pos: 19.5,-306.5 - parent: 2 - - uid: 9564 - components: - - type: Transform - pos: 20.5,-306.5 - parent: 2 - - uid: 9565 - components: - - type: Transform - pos: 21.5,-306.5 - parent: 2 - - uid: 9566 - components: - - type: Transform - pos: 20.5,-305.5 - parent: 2 - - uid: 9567 - components: - - type: Transform - pos: 20.5,-309.5 - parent: 2 - - uid: 9568 - components: - - type: Transform - pos: 20.5,-310.5 - parent: 2 - - uid: 9569 - components: - - type: Transform - pos: 21.5,-310.5 - parent: 2 - - uid: 9570 - components: - - type: Transform - pos: 22.5,-310.5 - parent: 2 - - uid: 9571 - components: - - type: Transform - pos: 24.5,-310.5 - parent: 2 - - uid: 9572 - components: - - type: Transform - pos: 23.5,-310.5 - parent: 2 - - uid: 9573 - components: - - type: Transform - pos: 24.5,-309.5 - parent: 2 - - uid: 9574 - components: - - type: Transform - pos: 24.5,-308.5 - parent: 2 - - uid: 9575 - components: - - type: Transform - pos: 20.5,-304.5 - parent: 2 - - uid: 9577 - components: - - type: Transform - pos: 21.5,-304.5 - parent: 2 - - uid: 9578 - components: - - type: Transform - pos: 22.5,-304.5 - parent: 2 - - uid: 9579 - components: - - type: Transform - pos: 23.5,-304.5 - parent: 2 - - uid: 9580 - components: - - type: Transform - pos: 24.5,-304.5 - parent: 2 - - uid: 9581 - components: - - type: Transform - pos: 24.5,-305.5 - parent: 2 - - uid: 9582 - components: - - type: Transform - pos: 24.5,-306.5 - parent: 2 - - uid: 9583 - components: - - type: Transform - pos: 23.5,-306.5 - parent: 2 - - uid: 9584 - components: - - type: Transform - pos: 25.5,-308.5 - parent: 2 - - uid: 9585 - components: - - type: Transform - pos: 25.5,-307.5 - parent: 2 - - uid: 9586 - components: - - type: Transform - pos: 25.5,-306.5 - parent: 2 - - uid: 9587 - components: - - type: Transform - pos: 23.5,-308.5 - parent: 2 - - uid: 9870 - components: - - type: Transform - pos: 0.5,-259.5 - parent: 2 - - uid: 9917 - components: - - type: Transform - pos: 6.5,-319.5 - parent: 2 - - uid: 10161 - components: - - type: Transform - pos: 0.5,-260.5 - parent: 2 - - uid: 10172 - components: - - type: Transform - pos: 0.5,-297.5 - parent: 2 - - uid: 10173 - components: - - type: Transform - pos: -0.5,-297.5 - parent: 2 - - uid: 10174 - components: - - type: Transform - pos: -1.5,-297.5 - parent: 2 - - uid: 10175 - components: - - type: Transform - pos: -2.5,-297.5 - parent: 2 - - uid: 10176 - components: - - type: Transform - pos: -3.5,-297.5 - parent: 2 - - uid: 10177 - components: - - type: Transform - pos: -4.5,-297.5 - parent: 2 - - uid: 10178 - components: - - type: Transform - pos: -5.5,-297.5 - parent: 2 - - uid: 10179 - components: - - type: Transform - pos: -6.5,-297.5 - parent: 2 - - uid: 10180 - components: - - type: Transform - pos: -7.5,-297.5 - parent: 2 - - uid: 10181 - components: - - type: Transform - pos: -8.5,-297.5 - parent: 2 - - uid: 10182 - components: - - type: Transform - pos: 1.5,-297.5 - parent: 2 - - uid: 10183 - components: - - type: Transform - pos: 2.5,-297.5 - parent: 2 - - uid: 10184 - components: - - type: Transform - pos: 3.5,-297.5 - parent: 2 - - uid: 10185 - components: - - type: Transform - pos: 4.5,-297.5 - parent: 2 - - uid: 10186 - components: - - type: Transform - pos: 5.5,-297.5 - parent: 2 - - uid: 10187 - components: - - type: Transform - pos: 6.5,-297.5 - parent: 2 - - uid: 10188 - components: - - type: Transform - pos: 7.5,-297.5 - parent: 2 - - uid: 10189 - components: - - type: Transform - pos: 8.5,-297.5 - parent: 2 - - uid: 10190 - components: - - type: Transform - pos: 9.5,-297.5 - parent: 2 - - uid: 10191 - components: - - type: Transform - pos: 9.5,-298.5 - parent: 2 - - uid: 10192 - components: - - type: Transform - pos: 9.5,-299.5 - parent: 2 - - uid: 10193 - components: - - type: Transform - pos: 9.5,-300.5 - parent: 2 - - uid: 10194 - components: - - type: Transform - pos: 9.5,-301.5 - parent: 2 - - uid: 10195 - components: - - type: Transform - pos: 9.5,-302.5 - parent: 2 - - uid: 10196 - components: - - type: Transform - pos: 9.5,-303.5 - parent: 2 - - uid: 10197 - components: - - type: Transform - pos: 9.5,-304.5 - parent: 2 - - uid: 10198 - components: - - type: Transform - pos: 9.5,-305.5 - parent: 2 - - uid: 10199 - components: - - type: Transform - pos: 9.5,-306.5 - parent: 2 - - uid: 10200 - components: - - type: Transform - pos: 9.5,-307.5 - parent: 2 - - uid: 10201 - components: - - type: Transform - pos: 9.5,-308.5 - parent: 2 - - uid: 10202 - components: - - type: Transform - pos: 9.5,-309.5 - parent: 2 - - uid: 10203 - components: - - type: Transform - pos: 9.5,-310.5 - parent: 2 - - uid: 10204 - components: - - type: Transform - pos: 9.5,-311.5 - parent: 2 - - uid: 10205 - components: - - type: Transform - pos: 9.5,-312.5 - parent: 2 - - uid: 10206 - components: - - type: Transform - pos: 10.5,-312.5 - parent: 2 - - uid: 10207 - components: - - type: Transform - pos: 10.5,-313.5 - parent: 2 - - uid: 10208 - components: - - type: Transform - pos: 10.5,-314.5 - parent: 2 - - uid: 10209 - components: - - type: Transform - pos: 10.5,-315.5 - parent: 2 - - uid: 10210 - components: - - type: Transform - pos: 10.5,-316.5 - parent: 2 - - uid: 10211 - components: - - type: Transform - pos: 10.5,-317.5 - parent: 2 - - uid: 10212 - components: - - type: Transform - pos: 10.5,-318.5 - parent: 2 - - uid: 10213 - components: - - type: Transform - pos: 9.5,-318.5 - parent: 2 - - uid: 10214 - components: - - type: Transform - pos: 8.5,-318.5 - parent: 2 - - uid: 10215 - components: - - type: Transform - pos: 7.5,-318.5 - parent: 2 - - uid: 10216 - components: - - type: Transform - pos: 6.5,-318.5 - parent: 2 - - uid: 10218 - components: - - type: Transform - pos: 5.5,-319.5 - parent: 2 - - uid: 10219 - components: - - type: Transform - pos: 4.5,-319.5 - parent: 2 - - uid: 10220 - components: - - type: Transform - pos: 3.5,-319.5 - parent: 2 - - uid: 10221 - components: - - type: Transform - pos: 2.5,-319.5 - parent: 2 - - uid: 10222 - components: - - type: Transform - pos: 1.5,-319.5 - parent: 2 - - uid: 10223 - components: - - type: Transform - pos: 0.5,-319.5 - parent: 2 - - uid: 10224 - components: - - type: Transform - pos: 0.5,-320.5 - parent: 2 - - uid: 10225 - components: - - type: Transform - pos: 0.5,-321.5 - parent: 2 - - uid: 10226 - components: - - type: Transform - pos: 0.5,-322.5 - parent: 2 - - uid: 10610 - components: - - type: Transform - pos: 0.5,-323.5 - parent: 2 - - uid: 10611 - components: - - type: Transform - pos: 0.5,-324.5 - parent: 2 - - uid: 10612 - components: - - type: Transform - pos: 0.5,-325.5 - parent: 2 - - uid: 10613 - components: - - type: Transform - pos: 0.5,-326.5 - parent: 2 - - uid: 10614 - components: - - type: Transform - pos: 0.5,-327.5 - parent: 2 - - uid: 10615 - components: - - type: Transform - pos: 0.5,-328.5 - parent: 2 - - uid: 10674 - components: - - type: Transform - pos: 3.5,-345.5 - parent: 2 - - uid: 10801 - components: - - type: Transform - pos: 0.5,-334.5 - parent: 2 - - uid: 10804 - components: - - type: Transform - pos: 0.5,-332.5 - parent: 2 - - uid: 10806 - components: - - type: Transform - pos: 0.5,-330.5 - parent: 2 - - uid: 10807 - components: - - type: Transform - pos: 0.5,-329.5 - parent: 2 - - uid: 10809 - components: - - type: Transform - pos: 0.5,-331.5 - parent: 2 - - uid: 10810 - components: - - type: Transform - pos: 0.5,-333.5 - parent: 2 - - uid: 10835 - components: - - type: Transform - pos: 0.5,-335.5 - parent: 2 - - uid: 10836 - components: - - type: Transform - pos: 0.5,-336.5 - parent: 2 - - uid: 10837 - components: - - type: Transform - pos: 0.5,-337.5 - parent: 2 - - uid: 10838 - components: - - type: Transform - pos: 0.5,-338.5 - parent: 2 - - uid: 10839 - components: - - type: Transform - pos: 0.5,-339.5 - parent: 2 - - uid: 10840 - components: - - type: Transform - pos: 0.5,-340.5 - parent: 2 - - uid: 10844 - components: - - type: Transform - pos: 0.5,-341.5 - parent: 2 - - uid: 10866 - components: - - type: Transform - pos: 4.5,-346.5 - parent: 2 - - uid: 10962 - components: - - type: Transform - pos: 2.5,-345.5 - parent: 2 - - uid: 11125 - components: - - type: Transform - pos: 0.5,-342.5 - parent: 2 - - uid: 11126 - components: - - type: Transform - pos: 0.5,-343.5 - parent: 2 - - uid: 11127 - components: - - type: Transform - pos: 0.5,-344.5 - parent: 2 - - uid: 11128 - components: - - type: Transform - pos: 0.5,-345.5 - parent: 2 - - uid: 11129 - components: - - type: Transform - pos: 0.5,-346.5 - parent: 2 - - uid: 11130 - components: - - type: Transform - pos: 0.5,-347.5 - parent: 2 - - uid: 11131 - components: - - type: Transform - pos: 0.5,-348.5 - parent: 2 - - uid: 11132 - components: - - type: Transform - pos: 0.5,-349.5 - parent: 2 - - uid: 11133 - components: - - type: Transform - pos: 0.5,-350.5 - parent: 2 - - uid: 11134 - components: - - type: Transform - pos: 0.5,-351.5 - parent: 2 - - uid: 11135 - components: - - type: Transform - pos: 0.5,-352.5 - parent: 2 - - uid: 11136 - components: - - type: Transform - pos: 0.5,-353.5 - parent: 2 - - uid: 11137 - components: - - type: Transform - pos: 0.5,-354.5 - parent: 2 - - uid: 11138 - components: - - type: Transform - pos: 0.5,-355.5 - parent: 2 - - uid: 11139 - components: - - type: Transform - pos: 0.5,-356.5 - parent: 2 - - uid: 11264 - components: - - type: Transform - pos: 0.5,-357.5 - parent: 2 - - uid: 11265 - components: - - type: Transform - pos: 0.5,-358.5 - parent: 2 - - uid: 11266 - components: - - type: Transform - pos: 0.5,-359.5 - parent: 2 - - uid: 11269 - components: - - type: Transform - pos: 2.5,-360.5 - parent: 2 - - uid: 11270 - components: - - type: Transform - pos: 3.5,-360.5 - parent: 2 - - uid: 11271 - components: - - type: Transform - pos: 4.5,-360.5 - parent: 2 - - uid: 11272 - components: - - type: Transform - pos: 5.5,-360.5 - parent: 2 - - uid: 11273 - components: - - type: Transform - pos: 6.5,-360.5 - parent: 2 - - uid: 11274 - components: - - type: Transform - pos: 6.5,-361.5 - parent: 2 - - uid: 11411 - components: - - type: Transform - pos: 2.5,-359.5 - parent: 2 - - uid: 11412 - components: - - type: Transform - pos: 1.5,-359.5 - parent: 2 - - uid: 11844 - components: - - type: Transform - pos: 0.5,-381.5 - parent: 2 - - uid: 11845 - components: - - type: Transform - pos: 4.5,-361.5 - parent: 2 - - uid: 11846 - components: - - type: Transform - pos: 4.5,-362.5 - parent: 2 - - uid: 11847 - components: - - type: Transform - pos: 4.5,-363.5 - parent: 2 - - uid: 11848 - components: - - type: Transform - pos: 4.5,-364.5 - parent: 2 - - uid: 11849 - components: - - type: Transform - pos: 4.5,-365.5 - parent: 2 - - uid: 11850 - components: - - type: Transform - pos: 4.5,-366.5 - parent: 2 - - uid: 11851 - components: - - type: Transform - pos: 4.5,-367.5 - parent: 2 - - uid: 11852 - components: - - type: Transform - pos: 4.5,-368.5 - parent: 2 - - uid: 11853 - components: - - type: Transform - pos: 4.5,-369.5 - parent: 2 - - uid: 11854 - components: - - type: Transform - pos: 4.5,-370.5 - parent: 2 - - uid: 11855 - components: - - type: Transform - pos: 4.5,-371.5 - parent: 2 - - uid: 11856 - components: - - type: Transform - pos: 4.5,-372.5 - parent: 2 - - uid: 11857 - components: - - type: Transform - pos: 4.5,-373.5 - parent: 2 - - uid: 11858 - components: - - type: Transform - pos: 3.5,-373.5 - parent: 2 - - uid: 11859 - components: - - type: Transform - pos: 2.5,-373.5 - parent: 2 - - uid: 11860 - components: - - type: Transform - pos: 1.5,-373.5 - parent: 2 - - uid: 11861 - components: - - type: Transform - pos: 0.5,-373.5 - parent: 2 - - uid: 11862 - components: - - type: Transform - pos: 0.5,-374.5 - parent: 2 - - uid: 11863 - components: - - type: Transform - pos: 0.5,-375.5 - parent: 2 - - uid: 11864 - components: - - type: Transform - pos: 0.5,-378.5 - parent: 2 - - uid: 11865 - components: - - type: Transform - pos: 0.5,-379.5 - parent: 2 - - uid: 11866 - components: - - type: Transform - pos: 0.5,-382.5 - parent: 2 - - uid: 11917 - components: - - type: Transform - pos: 0.5,-383.5 - parent: 2 - - uid: 11999 - components: - - type: Transform - pos: 6.5,-386.5 - parent: 2 - - uid: 12004 - components: - - type: Transform - pos: 6.5,-384.5 - parent: 2 - - uid: 12015 - components: - - type: Transform - pos: 2.5,-384.5 - parent: 2 - - uid: 12018 - components: - - type: Transform - pos: 3.5,-384.5 - parent: 2 - - uid: 12019 - components: - - type: Transform - pos: 0.5,-384.5 - parent: 2 - - uid: 12022 - components: - - type: Transform - pos: 6.5,-385.5 - parent: 2 - - uid: 13988 - components: - - type: Transform - pos: 7.5,-253.5 - parent: 2 - - uid: 13999 - components: - - type: Transform - pos: 6.5,-256.5 - parent: 2 - - uid: 14002 - components: - - type: Transform - pos: 7.5,-254.5 - parent: 2 - - uid: 14007 - components: - - type: Transform - pos: 19.5,-248.5 - parent: 2 - - uid: 14013 - components: - - type: Transform - pos: 19.5,-255.5 - parent: 2 - - uid: 16690 - components: - - type: Transform - pos: -13.5,-253.5 - parent: 2 - - uid: 16692 - components: - - type: Transform - pos: -15.5,-253.5 - parent: 2 - - uid: 16693 - components: - - type: Transform - pos: -15.5,-252.5 - parent: 2 - - uid: 16694 - components: - - type: Transform - pos: -15.5,-251.5 - parent: 2 - - uid: 16695 - components: - - type: Transform - pos: -15.5,-250.5 - parent: 2 - - uid: 16696 - components: - - type: Transform - pos: -15.5,-249.5 - parent: 2 - - uid: 16918 - components: - - type: Transform - pos: -15.5,-248.5 - parent: 2 - - uid: 16919 - components: - - type: Transform - pos: -15.5,-247.5 - parent: 2 - - uid: 16920 - components: - - type: Transform - pos: -15.5,-246.5 - parent: 2 - - uid: 16921 - components: - - type: Transform - pos: -15.5,-245.5 - parent: 2 - - uid: 16922 - components: - - type: Transform - pos: -15.5,-244.5 - parent: 2 - - uid: 16923 - components: - - type: Transform - pos: -15.5,-243.5 - parent: 2 - - uid: 16924 - components: - - type: Transform - pos: -14.5,-248.5 - parent: 2 - - uid: 16925 - components: - - type: Transform - pos: -13.5,-248.5 - parent: 2 - - uid: 16926 - components: - - type: Transform - pos: -12.5,-248.5 - parent: 2 - - uid: 16927 - components: - - type: Transform - pos: -11.5,-248.5 - parent: 2 - - uid: 16928 - components: - - type: Transform - pos: -10.5,-248.5 - parent: 2 - - uid: 16929 - components: - - type: Transform - pos: -9.5,-248.5 - parent: 2 - - uid: 16930 - components: - - type: Transform - pos: -8.5,-248.5 - parent: 2 - - uid: 16931 - components: - - type: Transform - pos: -7.5,-248.5 - parent: 2 - - uid: 16932 - components: - - type: Transform - pos: -6.5,-248.5 - parent: 2 - - uid: 16933 - components: - - type: Transform - pos: -5.5,-248.5 - parent: 2 - - uid: 16934 - components: - - type: Transform - pos: -4.5,-248.5 - parent: 2 - - uid: 16935 - components: - - type: Transform - pos: -3.5,-248.5 - parent: 2 - - uid: 16936 - components: - - type: Transform - pos: -2.5,-248.5 - parent: 2 - - uid: 16937 - components: - - type: Transform - pos: -1.5,-248.5 - parent: 2 - - uid: 16938 - components: - - type: Transform - pos: -0.5,-248.5 - parent: 2 - - uid: 17037 - components: - - type: Transform - pos: -13.5,-254.5 - parent: 2 -- proto: CableHVStack - entities: - - uid: 42 - components: - - type: Transform - pos: 15.409912,-245.26797 - parent: 2 - - uid: 896 - components: - - type: Transform - pos: 15.568392,-245.34718 - parent: 2 - - uid: 11672 - components: - - type: Transform - pos: -2.0963848,-7.519528 - parent: 2 - - uid: 16801 - components: - - type: Transform - parent: 16798 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: CableMV - entities: - - uid: 81 - components: - - type: Transform - pos: -0.5,-10.5 - parent: 2 - - uid: 191 - components: - - type: Transform - pos: 5.5,-112.5 - parent: 2 - - uid: 479 - components: - - type: Transform - pos: 2.5,-5.5 - parent: 2 - - uid: 572 - components: - - type: Transform - pos: 0.5,-345.5 - parent: 2 - - uid: 582 - components: - - type: Transform - pos: 1.5,-5.5 - parent: 2 - - uid: 587 - components: - - type: Transform - pos: 2.5,-345.5 - parent: 2 - - uid: 916 - components: - - type: Transform - pos: 7.5,-335.5 - parent: 2 - - uid: 1119 - components: - - type: Transform - pos: -3.5,-44.5 - parent: 2 - - uid: 1127 - components: - - type: Transform - pos: -3.5,-34.5 - parent: 2 - - uid: 1144 - components: - - type: Transform - pos: 5.5,-3.5 - parent: 2 - - uid: 1250 - components: - - type: Transform - pos: 4.5,-340.5 - parent: 2 - - uid: 1462 - components: - - type: Transform - pos: -1.5,-247.5 - parent: 2 - - uid: 1497 - components: - - type: Transform - pos: 1.5,-360.5 - parent: 2 - - uid: 2001 - components: - - type: Transform - pos: -1.5,-10.5 - parent: 2 - - uid: 2062 - components: - - type: Transform - pos: -0.5,-56.5 - parent: 2 - - uid: 2068 - components: - - type: Transform - pos: -2.5,-71.5 - parent: 2 - - uid: 2069 - components: - - type: Transform - pos: 4.5,-57.5 - parent: 2 - - uid: 2070 - components: - - type: Transform - pos: 6.5,-65.5 - parent: 2 - - uid: 2071 - components: - - type: Transform - pos: 6.5,-64.5 - parent: 2 - - uid: 2097 - components: - - type: Transform - pos: 3.5,-53.5 - parent: 2 - - uid: 2191 - components: - - type: Transform - pos: 3.5,-54.5 - parent: 2 - - uid: 2227 - components: - - type: Transform - pos: -13.5,-249.5 - parent: 2 - - uid: 2477 - components: - - type: Transform - pos: -2.5,-44.5 - parent: 2 - - uid: 3172 - components: - - type: Transform - pos: -0.5,-109.5 - parent: 2 - - uid: 3173 - components: - - type: Transform - pos: 0.5,-109.5 - parent: 2 - - uid: 3218 - components: - - type: Transform - pos: 5.5,-113.5 - parent: 2 - - uid: 3242 - components: - - type: Transform - pos: -1.5,-109.5 - parent: 2 - - uid: 3245 - components: - - type: Transform - pos: 1.5,-109.5 - parent: 2 - - uid: 3248 - components: - - type: Transform - pos: 2.5,-109.5 - parent: 2 - - uid: 3557 - components: - - type: Transform - pos: -5.5,-336.5 - parent: 2 - - uid: 3576 - components: - - type: Transform - pos: 7.5,-338.5 - parent: 2 - - uid: 3678 - components: - - type: Transform - pos: 11.5,-250.5 - parent: 2 - - uid: 3701 - components: - - type: Transform - pos: 0.5,-230.5 - parent: 2 - - uid: 3838 - components: - - type: Transform - pos: 15.5,-137.5 - parent: 2 - - uid: 3839 - components: - - type: Transform - pos: 15.5,-136.5 - parent: 2 - - uid: 3879 - components: - - type: Transform - pos: 7.5,-342.5 - parent: 2 - - uid: 4046 - components: - - type: Transform - pos: -7.5,-302.5 - parent: 2 - - uid: 4163 - components: - - type: Transform - pos: 0.5,-341.5 - parent: 2 - - uid: 4235 - components: - - type: Transform - pos: 20.5,-264.5 - parent: 2 - - uid: 4345 - components: - - type: Transform - pos: -2.5,-109.5 - parent: 2 - - uid: 4346 - components: - - type: Transform - pos: -2.5,-108.5 - parent: 2 - - uid: 4349 - components: - - type: Transform - pos: 3.5,-109.5 - parent: 2 - - uid: 4354 - components: - - type: Transform - pos: -2.5,-43.5 - parent: 2 - - uid: 4555 - components: - - type: Transform - pos: 19.5,-265.5 - parent: 2 - - uid: 4681 - components: - - type: Transform - pos: 7.5,-2.5 - parent: 2 - - uid: 4784 - components: - - type: Transform - pos: 5.5,-2.5 - parent: 2 - - uid: 4898 - components: - - type: Transform - pos: 2.5,-220.5 - parent: 2 - - uid: 5002 - components: - - type: Transform - pos: 4.5,-252.5 - parent: 2 - - uid: 5003 - components: - - type: Transform - pos: 3.5,-252.5 - parent: 2 - - uid: 5004 - components: - - type: Transform - pos: 3.5,-253.5 - parent: 2 - - uid: 5005 - components: - - type: Transform - pos: 3.5,-254.5 - parent: 2 - - uid: 5354 - components: - - type: Transform - pos: 6.5,-2.5 - parent: 2 - - uid: 5387 - components: - - type: Transform - pos: 19.5,-264.5 - parent: 2 - - uid: 5490 - components: - - type: Transform - pos: 5.5,-4.5 - parent: 2 - - uid: 5492 - components: - - type: Transform - pos: 4.5,-4.5 - parent: 2 - - uid: 5657 - components: - - type: Transform - pos: 7.5,-250.5 - parent: 2 - - uid: 5663 - components: - - type: Transform - pos: 3.5,-4.5 - parent: 2 - - uid: 5664 - components: - - type: Transform - pos: 2.5,-4.5 - parent: 2 - - uid: 5665 - components: - - type: Transform - pos: 2.5,-3.5 - parent: 2 - - uid: 5666 - components: - - type: Transform - pos: 2.5,-2.5 - parent: 2 - - uid: 5667 - components: - - type: Transform - pos: 1.5,-2.5 - parent: 2 - - uid: 5668 - components: - - type: Transform - pos: 2.5,-1.5 - parent: 2 - - uid: 5669 - components: - - type: Transform - pos: 3.5,-1.5 - parent: 2 - - uid: 5670 - components: - - type: Transform - pos: 0.5,-2.5 - parent: 2 - - uid: 5671 - components: - - type: Transform - pos: -0.5,-2.5 - parent: 2 - - uid: 5672 - components: - - type: Transform - pos: -1.5,-2.5 - parent: 2 - - uid: 5673 - components: - - type: Transform - pos: -2.5,-2.5 - parent: 2 - - uid: 5674 - components: - - type: Transform - pos: -2.5,-3.5 - parent: 2 - - uid: 5675 - components: - - type: Transform - pos: -2.5,-4.5 - parent: 2 - - uid: 5678 - components: - - type: Transform - pos: 0.5,-6.5 - parent: 2 - - uid: 5679 - components: - - type: Transform - pos: -0.5,-6.5 - parent: 2 - - uid: 5680 - components: - - type: Transform - pos: 1.5,-6.5 - parent: 2 - - uid: 5681 - components: - - type: Transform - pos: -1.5,-6.5 - parent: 2 - - uid: 5682 - components: - - type: Transform - pos: -2.5,-6.5 - parent: 2 - - uid: 5683 - components: - - type: Transform - pos: -3.5,-6.5 - parent: 2 - - uid: 5684 - components: - - type: Transform - pos: -4.5,-6.5 - parent: 2 - - uid: 5686 - components: - - type: Transform - pos: 1.5,-7.5 - parent: 2 - - uid: 5687 - components: - - type: Transform - pos: 1.5,-8.5 - parent: 2 - - uid: 5688 - components: - - type: Transform - pos: 1.5,-9.5 - parent: 2 - - uid: 5689 - components: - - type: Transform - pos: 1.5,-10.5 - parent: 2 - - uid: 5690 - components: - - type: Transform - pos: 0.5,-10.5 - parent: 2 - - uid: 5691 - components: - - type: Transform - pos: -2.5,-10.5 - parent: 2 - - uid: 5692 - components: - - type: Transform - pos: -2.5,-11.5 - parent: 2 - - uid: 5693 - components: - - type: Transform - pos: -3.5,-11.5 - parent: 2 - - uid: 5741 - components: - - type: Transform - pos: -4.5,-11.5 - parent: 2 - - uid: 5784 - components: - - type: Transform - pos: -4.5,-44.5 - parent: 2 - - uid: 5785 - components: - - type: Transform - pos: 0.5,-35.5 - parent: 2 - - uid: 5786 - components: - - type: Transform - pos: -4.5,-43.5 - parent: 2 - - uid: 5787 - components: - - type: Transform - pos: -4.5,-42.5 - parent: 2 - - uid: 5788 - components: - - type: Transform - pos: -4.5,-41.5 - parent: 2 - - uid: 5789 - components: - - type: Transform - pos: -4.5,-40.5 - parent: 2 - - uid: 5790 - components: - - type: Transform - pos: -4.5,-39.5 - parent: 2 - - uid: 5791 - components: - - type: Transform - pos: -4.5,-38.5 - parent: 2 - - uid: 5792 - components: - - type: Transform - pos: -4.5,-37.5 - parent: 2 - - uid: 5793 - components: - - type: Transform - pos: -4.5,-36.5 - parent: 2 - - uid: 5794 - components: - - type: Transform - pos: -4.5,-35.5 - parent: 2 - - uid: 5795 - components: - - type: Transform - pos: -4.5,-34.5 - parent: 2 - - uid: 5796 - components: - - type: Transform - pos: -2.5,-34.5 - parent: 2 - - uid: 5797 - components: - - type: Transform - pos: -1.5,-34.5 - parent: 2 - - uid: 5798 - components: - - type: Transform - pos: -0.5,-34.5 - parent: 2 - - uid: 5799 - components: - - type: Transform - pos: 0.5,-34.5 - parent: 2 - - uid: 5800 - components: - - type: Transform - pos: 0.5,-33.5 - parent: 2 - - uid: 5801 - components: - - type: Transform - pos: 0.5,-32.5 - parent: 2 - - uid: 5802 - components: - - type: Transform - pos: 0.5,-31.5 - parent: 2 - - uid: 5803 - components: - - type: Transform - pos: 1.5,-31.5 - parent: 2 - - uid: 5804 - components: - - type: Transform - pos: 2.5,-31.5 - parent: 2 - - uid: 5806 - components: - - type: Transform - pos: 3.5,-31.5 - parent: 2 - - uid: 5807 - components: - - type: Transform - pos: 3.5,-30.5 - parent: 2 - - uid: 5808 - components: - - type: Transform - pos: 4.5,-30.5 - parent: 2 - - uid: 5809 - components: - - type: Transform - pos: 0.5,-36.5 - parent: 2 - - uid: 5810 - components: - - type: Transform - pos: 0.5,-37.5 - parent: 2 - - uid: 5811 - components: - - type: Transform - pos: 0.5,-38.5 - parent: 2 - - uid: 5812 - components: - - type: Transform - pos: 0.5,-39.5 - parent: 2 - - uid: 5813 - components: - - type: Transform - pos: 0.5,-40.5 - parent: 2 - - uid: 5814 - components: - - type: Transform - pos: 0.5,-41.5 - parent: 2 - - uid: 5815 - components: - - type: Transform - pos: 0.5,-42.5 - parent: 2 - - uid: 5816 - components: - - type: Transform - pos: -0.5,-42.5 - parent: 2 - - uid: 5817 - components: - - type: Transform - pos: -1.5,-42.5 - parent: 2 - - uid: 5960 - components: - - type: Transform - pos: 11.5,-251.5 - parent: 2 - - uid: 5972 - components: - - type: Transform - pos: 4.5,-54.5 - parent: 2 - - uid: 5973 - components: - - type: Transform - pos: 5.5,-54.5 - parent: 2 - - uid: 5974 - components: - - type: Transform - pos: 5.5,-55.5 - parent: 2 - - uid: 5975 - components: - - type: Transform - pos: 5.5,-56.5 - parent: 2 - - uid: 5976 - components: - - type: Transform - pos: 5.5,-57.5 - parent: 2 - - uid: 5977 - components: - - type: Transform - pos: 6.5,-57.5 - parent: 2 - - uid: 5978 - components: - - type: Transform - pos: 6.5,-58.5 - parent: 2 - - uid: 5979 - components: - - type: Transform - pos: 6.5,-59.5 - parent: 2 - - uid: 5980 - components: - - type: Transform - pos: 6.5,-60.5 - parent: 2 - - uid: 5981 - components: - - type: Transform - pos: 6.5,-61.5 - parent: 2 - - uid: 5982 - components: - - type: Transform - pos: 6.5,-62.5 - parent: 2 - - uid: 5983 - components: - - type: Transform - pos: 6.5,-63.5 - parent: 2 - - uid: 5984 - components: - - type: Transform - pos: 5.5,-63.5 - parent: 2 - - uid: 5985 - components: - - type: Transform - pos: 4.5,-63.5 - parent: 2 - - uid: 5986 - components: - - type: Transform - pos: 3.5,-63.5 - parent: 2 - - uid: 5987 - components: - - type: Transform - pos: 2.5,-63.5 - parent: 2 - - uid: 5988 - components: - - type: Transform - pos: 6.5,-66.5 - parent: 2 - - uid: 5989 - components: - - type: Transform - pos: 6.5,-67.5 - parent: 2 - - uid: 5990 - components: - - type: Transform - pos: 6.5,-68.5 - parent: 2 - - uid: 5992 - components: - - type: Transform - pos: 5.5,-68.5 - parent: 2 - - uid: 5993 - components: - - type: Transform - pos: 4.5,-68.5 - parent: 2 - - uid: 5994 - components: - - type: Transform - pos: 3.5,-68.5 - parent: 2 - - uid: 5995 - components: - - type: Transform - pos: 2.5,-68.5 - parent: 2 - - uid: 5996 - components: - - type: Transform - pos: 1.5,-68.5 - parent: 2 - - uid: 5997 - components: - - type: Transform - pos: 0.5,-68.5 - parent: 2 - - uid: 5998 - components: - - type: Transform - pos: -0.5,-68.5 - parent: 2 - - uid: 5999 - components: - - type: Transform - pos: -1.5,-68.5 - parent: 2 - - uid: 6000 - components: - - type: Transform - pos: -2.5,-68.5 - parent: 2 - - uid: 6001 - components: - - type: Transform - pos: -3.5,-68.5 - parent: 2 - - uid: 6002 - components: - - type: Transform - pos: -4.5,-68.5 - parent: 2 - - uid: 6004 - components: - - type: Transform - pos: -4.5,-69.5 - parent: 2 - - uid: 6005 - components: - - type: Transform - pos: -4.5,-70.5 - parent: 2 - - uid: 6006 - components: - - type: Transform - pos: -4.5,-71.5 - parent: 2 - - uid: 6007 - components: - - type: Transform - pos: -3.5,-71.5 - parent: 2 - - uid: 6008 - components: - - type: Transform - pos: -1.5,-71.5 - parent: 2 - - uid: 6009 - components: - - type: Transform - pos: 3.5,-57.5 - parent: 2 - - uid: 6010 - components: - - type: Transform - pos: 2.5,-57.5 - parent: 2 - - uid: 6011 - components: - - type: Transform - pos: 1.5,-57.5 - parent: 2 - - uid: 6012 - components: - - type: Transform - pos: 0.5,-57.5 - parent: 2 - - uid: 6013 - components: - - type: Transform - pos: -0.5,-57.5 - parent: 2 - - uid: 6014 - components: - - type: Transform - pos: -1.5,-56.5 - parent: 2 - - uid: 6130 - components: - - type: Transform - pos: -2.5,-99.5 - parent: 2 - - uid: 6131 - components: - - type: Transform - pos: -2.5,-98.5 - parent: 2 - - uid: 6132 - components: - - type: Transform - pos: -2.5,-97.5 - parent: 2 - - uid: 6133 - components: - - type: Transform - pos: -3.5,-97.5 - parent: 2 - - uid: 6134 - components: - - type: Transform - pos: -1.5,-97.5 - parent: 2 - - uid: 6135 - components: - - type: Transform - pos: -0.5,-97.5 - parent: 2 - - uid: 6136 - components: - - type: Transform - pos: 0.5,-97.5 - parent: 2 - - uid: 6137 - components: - - type: Transform - pos: 1.5,-97.5 - parent: 2 - - uid: 6138 - components: - - type: Transform - pos: 2.5,-97.5 - parent: 2 - - uid: 6139 - components: - - type: Transform - pos: 3.5,-97.5 - parent: 2 - - uid: 6140 - components: - - type: Transform - pos: 4.5,-97.5 - parent: 2 - - uid: 6141 - components: - - type: Transform - pos: 5.5,-97.5 - parent: 2 - - uid: 6142 - components: - - type: Transform - pos: 6.5,-97.5 - parent: 2 - - uid: 6143 - components: - - type: Transform - pos: 7.5,-97.5 - parent: 2 - - uid: 6144 - components: - - type: Transform - pos: -3.5,-96.5 - parent: 2 - - uid: 6145 - components: - - type: Transform - pos: -3.5,-95.5 - parent: 2 - - uid: 6146 - components: - - type: Transform - pos: -3.5,-94.5 - parent: 2 - - uid: 6147 - components: - - type: Transform - pos: -3.5,-93.5 - parent: 2 - - uid: 6148 - components: - - type: Transform - pos: -3.5,-92.5 - parent: 2 - - uid: 6149 - components: - - type: Transform - pos: -3.5,-91.5 - parent: 2 - - uid: 6150 - components: - - type: Transform - pos: -3.5,-90.5 - parent: 2 - - uid: 6151 - components: - - type: Transform - pos: -3.5,-89.5 - parent: 2 - - uid: 6152 - components: - - type: Transform - pos: -3.5,-88.5 - parent: 2 - - uid: 6153 - components: - - type: Transform - pos: -3.5,-87.5 - parent: 2 - - uid: 6154 - components: - - type: Transform - pos: -3.5,-86.5 - parent: 2 - - uid: 6155 - components: - - type: Transform - pos: -3.5,-85.5 - parent: 2 - - uid: 6156 - components: - - type: Transform - pos: -3.5,-84.5 - parent: 2 - - uid: 6157 - components: - - type: Transform - pos: -3.5,-83.5 - parent: 2 - - uid: 6158 - components: - - type: Transform - pos: -3.5,-82.5 - parent: 2 - - uid: 6159 - components: - - type: Transform - pos: -3.5,-81.5 - parent: 2 - - uid: 6160 - components: - - type: Transform - pos: -3.5,-80.5 - parent: 2 - - uid: 6186 - components: - - type: Transform - pos: 11.5,-252.5 - parent: 2 - - uid: 6285 - components: - - type: Transform - pos: 7.5,-249.5 - parent: 2 - - uid: 6287 - components: - - type: Transform - pos: 7.5,-252.5 - parent: 2 - - uid: 6288 - components: - - type: Transform - pos: 6.5,-111.5 - parent: 2 - - uid: 6289 - components: - - type: Transform - pos: 6.5,-110.5 - parent: 2 - - uid: 6290 - components: - - type: Transform - pos: 5.5,-110.5 - parent: 2 - - uid: 6291 - components: - - type: Transform - pos: 4.5,-110.5 - parent: 2 - - uid: 6292 - components: - - type: Transform - pos: 3.5,-110.5 - parent: 2 - - uid: 6293 - components: - - type: Transform - pos: 3.5,-111.5 - parent: 2 - - uid: 6294 - components: - - type: Transform - pos: 3.5,-112.5 - parent: 2 - - uid: 6295 - components: - - type: Transform - pos: 3.5,-113.5 - parent: 2 - - uid: 6296 - components: - - type: Transform - pos: 3.5,-114.5 - parent: 2 - - uid: 6297 - components: - - type: Transform - pos: 3.5,-115.5 - parent: 2 - - uid: 6298 - components: - - type: Transform - pos: 3.5,-116.5 - parent: 2 - - uid: 6299 - components: - - type: Transform - pos: 2.5,-116.5 - parent: 2 - - uid: 6300 - components: - - type: Transform - pos: 1.5,-116.5 - parent: 2 - - uid: 6301 - components: - - type: Transform - pos: 1.5,-115.5 - parent: 2 - - uid: 6305 - components: - - type: Transform - pos: 5.5,-114.5 - parent: 2 - - uid: 6446 - components: - - type: Transform - pos: 7.5,-153.5 - parent: 2 - - uid: 6447 - components: - - type: Transform - pos: 7.5,-152.5 - parent: 2 - - uid: 6448 - components: - - type: Transform - pos: 7.5,-151.5 - parent: 2 - - uid: 6449 - components: - - type: Transform - pos: 8.5,-151.5 - parent: 2 - - uid: 6450 - components: - - type: Transform - pos: 8.5,-150.5 - parent: 2 - - uid: 6451 - components: - - type: Transform - pos: 8.5,-149.5 - parent: 2 - - uid: 6452 - components: - - type: Transform - pos: 8.5,-148.5 - parent: 2 - - uid: 6453 - components: - - type: Transform - pos: 8.5,-147.5 - parent: 2 - - uid: 6454 - components: - - type: Transform - pos: 8.5,-146.5 - parent: 2 - - uid: 6455 - components: - - type: Transform - pos: 8.5,-145.5 - parent: 2 - - uid: 6456 - components: - - type: Transform - pos: 8.5,-144.5 - parent: 2 - - uid: 6457 - components: - - type: Transform - pos: 8.5,-143.5 - parent: 2 - - uid: 6458 - components: - - type: Transform - pos: 8.5,-142.5 - parent: 2 - - uid: 6459 - components: - - type: Transform - pos: 8.5,-141.5 - parent: 2 - - uid: 6460 - components: - - type: Transform - pos: 8.5,-140.5 - parent: 2 - - uid: 6461 - components: - - type: Transform - pos: 8.5,-139.5 - parent: 2 - - uid: 6462 - components: - - type: Transform - pos: 8.5,-138.5 - parent: 2 - - uid: 6463 - components: - - type: Transform - pos: 7.5,-138.5 - parent: 2 - - uid: 6464 - components: - - type: Transform - pos: 6.5,-138.5 - parent: 2 - - uid: 6465 - components: - - type: Transform - pos: 6.5,-137.5 - parent: 2 - - uid: 6466 - components: - - type: Transform - pos: 8.5,-137.5 - parent: 2 - - uid: 6467 - components: - - type: Transform - pos: 8.5,-136.5 - parent: 2 - - uid: 6468 - components: - - type: Transform - pos: 7.5,-136.5 - parent: 2 - - uid: 6469 - components: - - type: Transform - pos: 7.5,-135.5 - parent: 2 - - uid: 6470 - components: - - type: Transform - pos: 6.5,-135.5 - parent: 2 - - uid: 6471 - components: - - type: Transform - pos: 5.5,-135.5 - parent: 2 - - uid: 6472 - components: - - type: Transform - pos: 4.5,-135.5 - parent: 2 - - uid: 6473 - components: - - type: Transform - pos: 3.5,-135.5 - parent: 2 - - uid: 6474 - components: - - type: Transform - pos: 2.5,-135.5 - parent: 2 - - uid: 6475 - components: - - type: Transform - pos: 1.5,-135.5 - parent: 2 - - uid: 6476 - components: - - type: Transform - pos: 0.5,-135.5 - parent: 2 - - uid: 6477 - components: - - type: Transform - pos: 0.5,-136.5 - parent: 2 - - uid: 6478 - components: - - type: Transform - pos: 0.5,-137.5 - parent: 2 - - uid: 6479 - components: - - type: Transform - pos: 0.5,-138.5 - parent: 2 - - uid: 6480 - components: - - type: Transform - pos: 0.5,-139.5 - parent: 2 - - uid: 6481 - components: - - type: Transform - pos: 0.5,-140.5 - parent: 2 - - uid: 6482 - components: - - type: Transform - pos: -0.5,-140.5 - parent: 2 - - uid: 6483 - components: - - type: Transform - pos: -1.5,-140.5 - parent: 2 - - uid: 6484 - components: - - type: Transform - pos: -2.5,-140.5 - parent: 2 - - uid: 6485 - components: - - type: Transform - pos: -3.5,-140.5 - parent: 2 - - uid: 6486 - components: - - type: Transform - pos: -4.5,-140.5 - parent: 2 - - uid: 6487 - components: - - type: Transform - pos: -4.5,-139.5 - parent: 2 - - uid: 6488 - components: - - type: Transform - pos: -4.5,-138.5 - parent: 2 - - uid: 6489 - components: - - type: Transform - pos: -4.5,-137.5 - parent: 2 - - uid: 6490 - components: - - type: Transform - pos: -4.5,-136.5 - parent: 2 - - uid: 6491 - components: - - type: Transform - pos: -4.5,-135.5 - parent: 2 - - uid: 6492 - components: - - type: Transform - pos: -3.5,-135.5 - parent: 2 - - uid: 6493 - components: - - type: Transform - pos: -3.5,-134.5 - parent: 2 - - uid: 6511 - components: - - type: Transform - pos: 7.5,-251.5 - parent: 2 - - uid: 6552 - components: - - type: Transform - pos: 7.5,-248.5 - parent: 2 - - uid: 6553 - components: - - type: Transform - pos: 8.5,-248.5 - parent: 2 - - uid: 6628 - components: - - type: Transform - pos: 9.5,-252.5 - parent: 2 - - uid: 6629 - components: - - type: Transform - pos: 8.5,-252.5 - parent: 2 - - uid: 6632 - components: - - type: Transform - pos: 10.5,-252.5 - parent: 2 - - uid: 6737 - components: - - type: Transform - pos: 9.5,-248.5 - parent: 2 - - uid: 6754 - components: - - type: Transform - pos: 14.5,-248.5 - parent: 2 - - uid: 6755 - components: - - type: Transform - pos: 11.5,-248.5 - parent: 2 - - uid: 6756 - components: - - type: Transform - pos: 12.5,-248.5 - parent: 2 - - uid: 6757 - components: - - type: Transform - pos: 13.5,-248.5 - parent: 2 - - uid: 6758 - components: - - type: Transform - pos: 15.5,-249.5 - parent: 2 - - uid: 6761 - components: - - type: Transform - pos: 10.5,-248.5 - parent: 2 - - uid: 6762 - components: - - type: Transform - pos: 14.5,-249.5 - parent: 2 - - uid: 6764 - components: - - type: Transform - pos: 6.5,-252.5 - parent: 2 - - uid: 6920 - components: - - type: Transform - pos: -2.5,-161.5 - parent: 2 - - uid: 6921 - components: - - type: Transform - pos: -2.5,-162.5 - parent: 2 - - uid: 6922 - components: - - type: Transform - pos: -2.5,-163.5 - parent: 2 - - uid: 6923 - components: - - type: Transform - pos: -1.5,-163.5 - parent: 2 - - uid: 6924 - components: - - type: Transform - pos: -0.5,-163.5 - parent: 2 - - uid: 6925 - components: - - type: Transform - pos: 0.5,-163.5 - parent: 2 - - uid: 6926 - components: - - type: Transform - pos: 1.5,-163.5 - parent: 2 - - uid: 6927 - components: - - type: Transform - pos: 1.5,-164.5 - parent: 2 - - uid: 6928 - components: - - type: Transform - pos: 2.5,-164.5 - parent: 2 - - uid: 6929 - components: - - type: Transform - pos: 1.5,-165.5 - parent: 2 - - uid: 6930 - components: - - type: Transform - pos: 1.5,-166.5 - parent: 2 - - uid: 6931 - components: - - type: Transform - pos: 1.5,-167.5 - parent: 2 - - uid: 6932 - components: - - type: Transform - pos: 1.5,-168.5 - parent: 2 - - uid: 6933 - components: - - type: Transform - pos: 1.5,-169.5 - parent: 2 - - uid: 6934 - components: - - type: Transform - pos: 1.5,-170.5 - parent: 2 - - uid: 6935 - components: - - type: Transform - pos: 1.5,-171.5 - parent: 2 - - uid: 6936 - components: - - type: Transform - pos: 1.5,-172.5 - parent: 2 - - uid: 6937 - components: - - type: Transform - pos: 1.5,-173.5 - parent: 2 - - uid: 6938 - components: - - type: Transform - pos: 1.5,-174.5 - parent: 2 - - uid: 6939 - components: - - type: Transform - pos: 1.5,-175.5 - parent: 2 - - uid: 6940 - components: - - type: Transform - pos: 1.5,-176.5 - parent: 2 - - uid: 6941 - components: - - type: Transform - pos: 0.5,-176.5 - parent: 2 - - uid: 6942 - components: - - type: Transform - pos: -0.5,-176.5 - parent: 2 - - uid: 7064 - components: - - type: Transform - pos: 5.5,-187.5 - parent: 2 - - uid: 7065 - components: - - type: Transform - pos: 5.5,-188.5 - parent: 2 - - uid: 7066 - components: - - type: Transform - pos: 4.5,-188.5 - parent: 2 - - uid: 7067 - components: - - type: Transform - pos: 5.5,-189.5 - parent: 2 - - uid: 7068 - components: - - type: Transform - pos: 5.5,-190.5 - parent: 2 - - uid: 7069 - components: - - type: Transform - pos: 5.5,-191.5 - parent: 2 - - uid: 7070 - components: - - type: Transform - pos: 5.5,-192.5 - parent: 2 - - uid: 7071 - components: - - type: Transform - pos: 5.5,-193.5 - parent: 2 - - uid: 7072 - components: - - type: Transform - pos: 5.5,-194.5 - parent: 2 - - uid: 7073 - components: - - type: Transform - pos: 5.5,-195.5 - parent: 2 - - uid: 7074 - components: - - type: Transform - pos: 5.5,-196.5 - parent: 2 - - uid: 7075 - components: - - type: Transform - pos: 5.5,-197.5 - parent: 2 - - uid: 7076 - components: - - type: Transform - pos: 5.5,-198.5 - parent: 2 - - uid: 7077 - components: - - type: Transform - pos: 4.5,-198.5 - parent: 2 - - uid: 7078 - components: - - type: Transform - pos: 3.5,-198.5 - parent: 2 - - uid: 7079 - components: - - type: Transform - pos: 2.5,-198.5 - parent: 2 - - uid: 7080 - components: - - type: Transform - pos: 1.5,-198.5 - parent: 2 - - uid: 7081 - components: - - type: Transform - pos: 0.5,-198.5 - parent: 2 - - uid: 7082 - components: - - type: Transform - pos: -0.5,-198.5 - parent: 2 - - uid: 7083 - components: - - type: Transform - pos: -1.5,-198.5 - parent: 2 - - uid: 7084 - components: - - type: Transform - pos: -2.5,-198.5 - parent: 2 - - uid: 7085 - components: - - type: Transform - pos: -2.5,-199.5 - parent: 2 - - uid: 7086 - components: - - type: Transform - pos: -2.5,-200.5 - parent: 2 - - uid: 7087 - components: - - type: Transform - pos: -2.5,-201.5 - parent: 2 - - uid: 7088 - components: - - type: Transform - pos: -2.5,-202.5 - parent: 2 - - uid: 7089 - components: - - type: Transform - pos: -2.5,-203.5 - parent: 2 - - uid: 7090 - components: - - type: Transform - pos: -3.5,-203.5 - parent: 2 - - uid: 7262 - components: - - type: Transform - pos: 7.5,-337.5 - parent: 2 - - uid: 7263 - components: - - type: Transform - pos: 7.5,-340.5 - parent: 2 - - uid: 7481 - components: - - type: Transform - pos: -2.5,-247.5 - parent: 2 - - uid: 7575 - components: - - type: Transform - pos: 2.5,-229.5 - parent: 2 - - uid: 7576 - components: - - type: Transform - pos: 1.5,-229.5 - parent: 2 - - uid: 7577 - components: - - type: Transform - pos: 0.5,-229.5 - parent: 2 - - uid: 7584 - components: - - type: Transform - pos: -0.5,-230.5 - parent: 2 - - uid: 7586 - components: - - type: Transform - pos: -1.5,-230.5 - parent: 2 - - uid: 7587 - components: - - type: Transform - pos: -2.5,-230.5 - parent: 2 - - uid: 7589 - components: - - type: Transform - pos: -2.5,-229.5 - parent: 2 - - uid: 7590 - components: - - type: Transform - pos: -2.5,-228.5 - parent: 2 - - uid: 7608 - components: - - type: Transform - pos: 0.5,-228.5 - parent: 2 - - uid: 7609 - components: - - type: Transform - pos: 0.5,-227.5 - parent: 2 - - uid: 7610 - components: - - type: Transform - pos: 0.5,-226.5 - parent: 2 - - uid: 7611 - components: - - type: Transform - pos: 0.5,-225.5 - parent: 2 - - uid: 7612 - components: - - type: Transform - pos: 0.5,-224.5 - parent: 2 - - uid: 7613 - components: - - type: Transform - pos: 0.5,-223.5 - parent: 2 - - uid: 7614 - components: - - type: Transform - pos: 0.5,-222.5 - parent: 2 - - uid: 7615 - components: - - type: Transform - pos: 0.5,-221.5 - parent: 2 - - uid: 7616 - components: - - type: Transform - pos: 0.5,-220.5 - parent: 2 - - uid: 7617 - components: - - type: Transform - pos: 0.5,-219.5 - parent: 2 - - uid: 7618 - components: - - type: Transform - pos: 1.5,-219.5 - parent: 2 - - uid: 7619 - components: - - type: Transform - pos: 2.5,-219.5 - parent: 2 - - uid: 7880 - components: - - type: Transform - pos: 1.5,-247.5 - parent: 2 - - uid: 7965 - components: - - type: Transform - pos: 6.5,-250.5 - parent: 2 - - uid: 7966 - components: - - type: Transform - pos: 4.5,-250.5 - parent: 2 - - uid: 7968 - components: - - type: Transform - pos: 2.5,-247.5 - parent: 2 - - uid: 7969 - components: - - type: Transform - pos: 5.5,-250.5 - parent: 2 - - uid: 7970 - components: - - type: Transform - pos: 2.5,-248.5 - parent: 2 - - uid: 8102 - components: - - type: Transform - pos: 3.5,-250.5 - parent: 2 - - uid: 8114 - components: - - type: Transform - pos: 5.5,-252.5 - parent: 2 - - uid: 8140 - components: - - type: Transform - pos: 0.5,-247.5 - parent: 2 - - uid: 8179 - components: - - type: Transform - pos: 2.5,-250.5 - parent: 2 - - uid: 8203 - components: - - type: Transform - pos: 2.5,-249.5 - parent: 2 - - uid: 8316 - components: - - type: Transform - pos: 15.5,-138.5 - parent: 2 - - uid: 8317 - components: - - type: Transform - pos: 16.5,-138.5 - parent: 2 - - uid: 8318 - components: - - type: Transform - pos: 17.5,-138.5 - parent: 2 - - uid: 8319 - components: - - type: Transform - pos: 17.5,-137.5 - parent: 2 - - uid: 8321 - components: - - type: Transform - pos: 15.5,-139.5 - parent: 2 - - uid: 8322 - components: - - type: Transform - pos: 15.5,-140.5 - parent: 2 - - uid: 8324 - components: - - type: Transform - pos: 15.5,-142.5 - parent: 2 - - uid: 8325 - components: - - type: Transform - pos: 15.5,-143.5 - parent: 2 - - uid: 8326 - components: - - type: Transform - pos: 15.5,-144.5 - parent: 2 - - uid: 8327 - components: - - type: Transform - pos: 15.5,-145.5 - parent: 2 - - uid: 8328 - components: - - type: Transform - pos: 15.5,-147.5 - parent: 2 - - uid: 8329 - components: - - type: Transform - pos: 15.5,-148.5 - parent: 2 - - uid: 8330 - components: - - type: Transform - pos: 15.5,-149.5 - parent: 2 - - uid: 8331 - components: - - type: Transform - pos: 15.5,-150.5 - parent: 2 - - uid: 8332 - components: - - type: Transform - pos: 15.5,-151.5 - parent: 2 - - uid: 8333 - components: - - type: Transform - pos: 15.5,-153.5 - parent: 2 - - uid: 8334 - components: - - type: Transform - pos: 15.5,-154.5 - parent: 2 - - uid: 8335 - components: - - type: Transform - pos: 15.5,-155.5 - parent: 2 - - uid: 8336 - components: - - type: Transform - pos: 15.5,-156.5 - parent: 2 - - uid: 8337 - components: - - type: Transform - pos: 15.5,-157.5 - parent: 2 - - uid: 8338 - components: - - type: Transform - pos: 15.5,-158.5 - parent: 2 - - uid: 8339 - components: - - type: Transform - pos: 15.5,-159.5 - parent: 2 - - uid: 8340 - components: - - type: Transform - pos: 15.5,-160.5 - parent: 2 - - uid: 8341 - components: - - type: Transform - pos: 15.5,-162.5 - parent: 2 - - uid: 8342 - components: - - type: Transform - pos: 15.5,-163.5 - parent: 2 - - uid: 8343 - components: - - type: Transform - pos: 15.5,-164.5 - parent: 2 - - uid: 8344 - components: - - type: Transform - pos: 15.5,-165.5 - parent: 2 - - uid: 8501 - components: - - type: Transform - pos: -0.5,-247.5 - parent: 2 - - uid: 8795 - components: - - type: Transform - pos: -3.5,-247.5 - parent: 2 - - uid: 9144 - components: - - type: Transform - pos: 8.5,-284.5 - parent: 2 - - uid: 9145 - components: - - type: Transform - pos: 8.5,-285.5 - parent: 2 - - uid: 9146 - components: - - type: Transform - pos: 8.5,-286.5 - parent: 2 - - uid: 9147 - components: - - type: Transform - pos: 8.5,-287.5 - parent: 2 - - uid: 9148 - components: - - type: Transform - pos: 7.5,-287.5 - parent: 2 - - uid: 9149 - components: - - type: Transform - pos: 6.5,-287.5 - parent: 2 - - uid: 9150 - components: - - type: Transform - pos: 5.5,-287.5 - parent: 2 - - uid: 9151 - components: - - type: Transform - pos: 4.5,-287.5 - parent: 2 - - uid: 9152 - components: - - type: Transform - pos: 3.5,-287.5 - parent: 2 - - uid: 9153 - components: - - type: Transform - pos: 2.5,-287.5 - parent: 2 - - uid: 9154 - components: - - type: Transform - pos: 2.5,-286.5 - parent: 2 - - uid: 9155 - components: - - type: Transform - pos: 2.5,-285.5 - parent: 2 - - uid: 9156 - components: - - type: Transform - pos: 2.5,-284.5 - parent: 2 - - uid: 9157 - components: - - type: Transform - pos: 2.5,-283.5 - parent: 2 - - uid: 9158 - components: - - type: Transform - pos: 2.5,-282.5 - parent: 2 - - uid: 9159 - components: - - type: Transform - pos: 2.5,-281.5 - parent: 2 - - uid: 9160 - components: - - type: Transform - pos: 3.5,-281.5 - parent: 2 - - uid: 9161 - components: - - type: Transform - pos: 4.5,-281.5 - parent: 2 - - uid: 9162 - components: - - type: Transform - pos: 5.5,-281.5 - parent: 2 - - uid: 9163 - components: - - type: Transform - pos: 1.5,-285.5 - parent: 2 - - uid: 9168 - components: - - type: Transform - pos: 5.5,-283.5 - parent: 2 - - uid: 9169 - components: - - type: Transform - pos: 5.5,-282.5 - parent: 2 - - uid: 9175 - components: - - type: Transform - pos: 5.5,-280.5 - parent: 2 - - uid: 9176 - components: - - type: Transform - pos: 5.5,-279.5 - parent: 2 - - uid: 9177 - components: - - type: Transform - pos: 5.5,-278.5 - parent: 2 - - uid: 9178 - components: - - type: Transform - pos: 5.5,-277.5 - parent: 2 - - uid: 9179 - components: - - type: Transform - pos: 5.5,-276.5 - parent: 2 - - uid: 9180 - components: - - type: Transform - pos: 5.5,-275.5 - parent: 2 - - uid: 9181 - components: - - type: Transform - pos: 5.5,-274.5 - parent: 2 - - uid: 9182 - components: - - type: Transform - pos: 5.5,-273.5 - parent: 2 - - uid: 9183 - components: - - type: Transform - pos: 5.5,-272.5 - parent: 2 - - uid: 9184 - components: - - type: Transform - pos: 6.5,-272.5 - parent: 2 - - uid: 9186 - components: - - type: Transform - pos: 7.5,-272.5 - parent: 2 - - uid: 9188 - components: - - type: Transform - pos: 0.5,-285.5 - parent: 2 - - uid: 9189 - components: - - type: Transform - pos: -0.5,-285.5 - parent: 2 - - uid: 9190 - components: - - type: Transform - pos: -1.5,-285.5 - parent: 2 - - uid: 9191 - components: - - type: Transform - pos: -1.5,-284.5 - parent: 2 - - uid: 9192 - components: - - type: Transform - pos: -2.5,-284.5 - parent: 2 - - uid: 9193 - components: - - type: Transform - pos: -2.5,-283.5 - parent: 2 - - uid: 9194 - components: - - type: Transform - pos: -2.5,-282.5 - parent: 2 - - uid: 9195 - components: - - type: Transform - pos: -2.5,-281.5 - parent: 2 - - uid: 9196 - components: - - type: Transform - pos: -2.5,-280.5 - parent: 2 - - uid: 9197 - components: - - type: Transform - pos: -2.5,-279.5 - parent: 2 - - uid: 9198 - components: - - type: Transform - pos: -3.5,-279.5 - parent: 2 - - uid: 9199 - components: - - type: Transform - pos: -4.5,-279.5 - parent: 2 - - uid: 9200 - components: - - type: Transform - pos: -5.5,-279.5 - parent: 2 - - uid: 9201 - components: - - type: Transform - pos: -5.5,-278.5 - parent: 2 - - uid: 9202 - components: - - type: Transform - pos: -5.5,-277.5 - parent: 2 - - uid: 9203 - components: - - type: Transform - pos: -5.5,-276.5 - parent: 2 - - uid: 9204 - components: - - type: Transform - pos: -5.5,-275.5 - parent: 2 - - uid: 9205 - components: - - type: Transform - pos: -5.5,-274.5 - parent: 2 - - uid: 9206 - components: - - type: Transform - pos: -5.5,-273.5 - parent: 2 - - uid: 9207 - components: - - type: Transform - pos: -5.5,-272.5 - parent: 2 - - uid: 9208 - components: - - type: Transform - pos: -5.5,-271.5 - parent: 2 - - uid: 9210 - components: - - type: Transform - pos: -4.5,-271.5 - parent: 2 - - uid: 9211 - components: - - type: Transform - pos: -3.5,-271.5 - parent: 2 - - uid: 9212 - components: - - type: Transform - pos: -2.5,-271.5 - parent: 2 - - uid: 9213 - components: - - type: Transform - pos: -1.5,-271.5 - parent: 2 - - uid: 9214 - components: - - type: Transform - pos: -1.5,-272.5 - parent: 2 - - uid: 9502 - components: - - type: Transform - pos: 3.5,-340.5 - parent: 2 - - uid: 9588 - components: - - type: Transform - pos: 23.5,-306.5 - parent: 2 - - uid: 9589 - components: - - type: Transform - pos: 19.5,-305.5 - parent: 2 - - uid: 9590 - components: - - type: Transform - pos: 24.5,-306.5 - parent: 2 - - uid: 9591 - components: - - type: Transform - pos: 25.5,-306.5 - parent: 2 - - uid: 9592 - components: - - type: Transform - pos: 25.5,-307.5 - parent: 2 - - uid: 9593 - components: - - type: Transform - pos: 25.5,-308.5 - parent: 2 - - uid: 9594 - components: - - type: Transform - pos: 24.5,-308.5 - parent: 2 - - uid: 9595 - components: - - type: Transform - pos: 23.5,-308.5 - parent: 2 - - uid: 9596 - components: - - type: Transform - pos: 20.5,-304.5 - parent: 2 - - uid: 9597 - components: - - type: Transform - pos: 24.5,-309.5 - parent: 2 - - uid: 9598 - components: - - type: Transform - pos: 24.5,-310.5 - parent: 2 - - uid: 9599 - components: - - type: Transform - pos: 24.5,-304.5 - parent: 2 - - uid: 9600 - components: - - type: Transform - pos: 23.5,-310.5 - parent: 2 - - uid: 9601 - components: - - type: Transform - pos: 22.5,-310.5 - parent: 2 - - uid: 9602 - components: - - type: Transform - pos: 21.5,-310.5 - parent: 2 - - uid: 9603 - components: - - type: Transform - pos: 20.5,-310.5 - parent: 2 - - uid: 9604 - components: - - type: Transform - pos: 20.5,-309.5 - parent: 2 - - uid: 9605 - components: - - type: Transform - pos: 21.5,-304.5 - parent: 2 - - uid: 9606 - components: - - type: Transform - pos: 22.5,-304.5 - parent: 2 - - uid: 9607 - components: - - type: Transform - pos: 24.5,-305.5 - parent: 2 - - uid: 9608 - components: - - type: Transform - pos: 19.5,-308.5 - parent: 2 - - uid: 9609 - components: - - type: Transform - pos: 19.5,-307.5 - parent: 2 - - uid: 9610 - components: - - type: Transform - pos: 20.5,-307.5 - parent: 2 - - uid: 9611 - components: - - type: Transform - pos: 23.5,-304.5 - parent: 2 - - uid: 9612 - components: - - type: Transform - pos: 19.5,-309.5 - parent: 2 - - uid: 9614 - components: - - type: Transform - pos: 20.5,-305.5 - parent: 2 - - uid: 9615 - components: - - type: Transform - pos: 19.5,-306.5 - parent: 2 - - uid: 10217 - components: - - type: Transform - pos: 6.5,-319.5 - parent: 2 - - uid: 10227 - components: - - type: Transform - pos: 1.5,-297.5 - parent: 2 - - uid: 10228 - components: - - type: Transform - pos: -8.5,-297.5 - parent: 2 - - uid: 10229 - components: - - type: Transform - pos: -7.5,-297.5 - parent: 2 - - uid: 10230 - components: - - type: Transform - pos: -6.5,-297.5 - parent: 2 - - uid: 10231 - components: - - type: Transform - pos: -5.5,-297.5 - parent: 2 - - uid: 10232 - components: - - type: Transform - pos: -4.5,-297.5 - parent: 2 - - uid: 10233 - components: - - type: Transform - pos: -3.5,-297.5 - parent: 2 - - uid: 10234 - components: - - type: Transform - pos: -2.5,-297.5 - parent: 2 - - uid: 10235 - components: - - type: Transform - pos: -1.5,-297.5 - parent: 2 - - uid: 10236 - components: - - type: Transform - pos: -0.5,-297.5 - parent: 2 - - uid: 10237 - components: - - type: Transform - pos: 0.5,-297.5 - parent: 2 - - uid: 10238 - components: - - type: Transform - pos: 2.5,-297.5 - parent: 2 - - uid: 10239 - components: - - type: Transform - pos: 3.5,-297.5 - parent: 2 - - uid: 10240 - components: - - type: Transform - pos: 4.5,-297.5 - parent: 2 - - uid: 10241 - components: - - type: Transform - pos: 5.5,-297.5 - parent: 2 - - uid: 10242 - components: - - type: Transform - pos: 6.5,-297.5 - parent: 2 - - uid: 10243 - components: - - type: Transform - pos: 7.5,-297.5 - parent: 2 - - uid: 10244 - components: - - type: Transform - pos: 8.5,-297.5 - parent: 2 - - uid: 10245 - components: - - type: Transform - pos: 9.5,-297.5 - parent: 2 - - uid: 10246 - components: - - type: Transform - pos: 9.5,-298.5 - parent: 2 - - uid: 10247 - components: - - type: Transform - pos: 9.5,-299.5 - parent: 2 - - uid: 10248 - components: - - type: Transform - pos: 9.5,-300.5 - parent: 2 - - uid: 10249 - components: - - type: Transform - pos: 9.5,-301.5 - parent: 2 - - uid: 10250 - components: - - type: Transform - pos: 9.5,-302.5 - parent: 2 - - uid: 10251 - components: - - type: Transform - pos: 9.5,-303.5 - parent: 2 - - uid: 10252 - components: - - type: Transform - pos: 9.5,-304.5 - parent: 2 - - uid: 10253 - components: - - type: Transform - pos: 9.5,-305.5 - parent: 2 - - uid: 10254 - components: - - type: Transform - pos: 9.5,-306.5 - parent: 2 - - uid: 10255 - components: - - type: Transform - pos: 9.5,-307.5 - parent: 2 - - uid: 10256 - components: - - type: Transform - pos: 8.5,-307.5 - parent: 2 - - uid: 10257 - components: - - type: Transform - pos: 7.5,-307.5 - parent: 2 - - uid: 10258 - components: - - type: Transform - pos: 6.5,-307.5 - parent: 2 - - uid: 10259 - components: - - type: Transform - pos: 6.5,-306.5 - parent: 2 - - uid: 10260 - components: - - type: Transform - pos: 6.5,-305.5 - parent: 2 - - uid: 10261 - components: - - type: Transform - pos: 6.5,-304.5 - parent: 2 - - uid: 10262 - components: - - type: Transform - pos: 6.5,-303.5 - parent: 2 - - uid: 10263 - components: - - type: Transform - pos: 6.5,-302.5 - parent: 2 - - uid: 10264 - components: - - type: Transform - pos: 6.5,-301.5 - parent: 2 - - uid: 10265 - components: - - type: Transform - pos: 5.5,-301.5 - parent: 2 - - uid: 10266 - components: - - type: Transform - pos: 4.5,-301.5 - parent: 2 - - uid: 10267 - components: - - type: Transform - pos: 3.5,-301.5 - parent: 2 - - uid: 10268 - components: - - type: Transform - pos: 2.5,-301.5 - parent: 2 - - uid: 10269 - components: - - type: Transform - pos: 6.5,-308.5 - parent: 2 - - uid: 10270 - components: - - type: Transform - pos: 6.5,-309.5 - parent: 2 - - uid: 10271 - components: - - type: Transform - pos: 6.5,-310.5 - parent: 2 - - uid: 10272 - components: - - type: Transform - pos: 6.5,-311.5 - parent: 2 - - uid: 10273 - components: - - type: Transform - pos: 6.5,-312.5 - parent: 2 - - uid: 10274 - components: - - type: Transform - pos: 6.5,-313.5 - parent: 2 - - uid: 10275 - components: - - type: Transform - pos: 6.5,-314.5 - parent: 2 - - uid: 10279 - components: - - type: Transform - pos: 9.5,-308.5 - parent: 2 - - uid: 10280 - components: - - type: Transform - pos: 9.5,-309.5 - parent: 2 - - uid: 10281 - components: - - type: Transform - pos: 9.5,-310.5 - parent: 2 - - uid: 10282 - components: - - type: Transform - pos: 9.5,-311.5 - parent: 2 - - uid: 10283 - components: - - type: Transform - pos: 9.5,-312.5 - parent: 2 - - uid: 10284 - components: - - type: Transform - pos: 10.5,-312.5 - parent: 2 - - uid: 10285 - components: - - type: Transform - pos: 10.5,-313.5 - parent: 2 - - uid: 10286 - components: - - type: Transform - pos: 10.5,-314.5 - parent: 2 - - uid: 10287 - components: - - type: Transform - pos: 10.5,-315.5 - parent: 2 - - uid: 10288 - components: - - type: Transform - pos: 10.5,-316.5 - parent: 2 - - uid: 10289 - components: - - type: Transform - pos: 10.5,-317.5 - parent: 2 - - uid: 10290 - components: - - type: Transform - pos: 10.5,-318.5 - parent: 2 - - uid: 10291 - components: - - type: Transform - pos: 9.5,-318.5 - parent: 2 - - uid: 10292 - components: - - type: Transform - pos: 8.5,-318.5 - parent: 2 - - uid: 10293 - components: - - type: Transform - pos: 7.5,-318.5 - parent: 2 - - uid: 10294 - components: - - type: Transform - pos: 6.5,-318.5 - parent: 2 - - uid: 10295 - components: - - type: Transform - pos: 5.5,-317.5 - parent: 2 - - uid: 10296 - components: - - type: Transform - pos: 5.5,-319.5 - parent: 2 - - uid: 10297 - components: - - type: Transform - pos: 4.5,-319.5 - parent: 2 - - uid: 10298 - components: - - type: Transform - pos: 3.5,-319.5 - parent: 2 - - uid: 10299 - components: - - type: Transform - pos: 2.5,-319.5 - parent: 2 - - uid: 10300 - components: - - type: Transform - pos: 1.5,-319.5 - parent: 2 - - uid: 10301 - components: - - type: Transform - pos: 0.5,-319.5 - parent: 2 - - uid: 10302 - components: - - type: Transform - pos: 0.5,-318.5 - parent: 2 - - uid: 10303 - components: - - type: Transform - pos: 0.5,-317.5 - parent: 2 - - uid: 10304 - components: - - type: Transform - pos: -0.5,-317.5 - parent: 2 - - uid: 10305 - components: - - type: Transform - pos: -1.5,-317.5 - parent: 2 - - uid: 10306 - components: - - type: Transform - pos: -2.5,-317.5 - parent: 2 - - uid: 10307 - components: - - type: Transform - pos: -3.5,-317.5 - parent: 2 - - uid: 10308 - components: - - type: Transform - pos: -3.5,-318.5 - parent: 2 - - uid: 10309 - components: - - type: Transform - pos: -3.5,-319.5 - parent: 2 - - uid: 10310 - components: - - type: Transform - pos: -3.5,-320.5 - parent: 2 - - uid: 10311 - components: - - type: Transform - pos: 0.5,-298.5 - parent: 2 - - uid: 10312 - components: - - type: Transform - pos: 0.5,-299.5 - parent: 2 - - uid: 10313 - components: - - type: Transform - pos: 0.5,-300.5 - parent: 2 - - uid: 10314 - components: - - type: Transform - pos: 0.5,-301.5 - parent: 2 - - uid: 10315 - components: - - type: Transform - pos: 0.5,-302.5 - parent: 2 - - uid: 10316 - components: - - type: Transform - pos: 0.5,-303.5 - parent: 2 - - uid: 10317 - components: - - type: Transform - pos: 0.5,-304.5 - parent: 2 - - uid: 10318 - components: - - type: Transform - pos: 0.5,-305.5 - parent: 2 - - uid: 10319 - components: - - type: Transform - pos: 0.5,-306.5 - parent: 2 - - uid: 10320 - components: - - type: Transform - pos: 0.5,-307.5 - parent: 2 - - uid: 10321 - components: - - type: Transform - pos: 0.5,-308.5 - parent: 2 - - uid: 10322 - components: - - type: Transform - pos: -0.5,-308.5 - parent: 2 - - uid: 10323 - components: - - type: Transform - pos: -1.5,-308.5 - parent: 2 - - uid: 10324 - components: - - type: Transform - pos: -2.5,-308.5 - parent: 2 - - uid: 10325 - components: - - type: Transform - pos: -3.5,-308.5 - parent: 2 - - uid: 10332 - components: - - type: Transform - pos: 5.5,-314.5 - parent: 2 - - uid: 10336 - components: - - type: Transform - pos: 5.5,-315.5 - parent: 2 - - uid: 10337 - components: - - type: Transform - pos: 5.5,-316.5 - parent: 2 - - uid: 10339 - components: - - type: Transform - pos: -3.5,-303.5 - parent: 2 - - uid: 10340 - components: - - type: Transform - pos: -4.5,-303.5 - parent: 2 - - uid: 10341 - components: - - type: Transform - pos: -5.5,-303.5 - parent: 2 - - uid: 10342 - components: - - type: Transform - pos: -6.5,-303.5 - parent: 2 - - uid: 10343 - components: - - type: Transform - pos: -7.5,-303.5 - parent: 2 - - uid: 10348 - components: - - type: Transform - pos: -3.5,-307.5 - parent: 2 - - uid: 10349 - components: - - type: Transform - pos: -3.5,-306.5 - parent: 2 - - uid: 10350 - components: - - type: Transform - pos: -3.5,-305.5 - parent: 2 - - uid: 10351 - components: - - type: Transform - pos: -3.5,-304.5 - parent: 2 - - uid: 10634 - components: - - type: Transform - pos: -6.5,-335.5 - parent: 2 - - uid: 10657 - components: - - type: Transform - pos: 7.5,-336.5 - parent: 2 - - uid: 10673 - components: - - type: Transform - pos: 5.5,-346.5 - parent: 2 - - uid: 10763 - components: - - type: Transform - pos: 0.5,-344.5 - parent: 2 - - uid: 10853 - components: - - type: Transform - pos: 7.5,-344.5 - parent: 2 - - uid: 10856 - components: - - type: Transform - pos: 2.5,-340.5 - parent: 2 - - uid: 10857 - components: - - type: Transform - pos: 1.5,-340.5 - parent: 2 - - uid: 10858 - components: - - type: Transform - pos: 0.5,-340.5 - parent: 2 - - uid: 10859 - components: - - type: Transform - pos: -0.5,-340.5 - parent: 2 - - uid: 10865 - components: - - type: Transform - pos: 0.5,-342.5 - parent: 2 - - uid: 10871 - components: - - type: Transform - pos: -5.5,-335.5 - parent: 2 - - uid: 10876 - components: - - type: Transform - pos: 4.5,-345.5 - parent: 2 - - uid: 10877 - components: - - type: Transform - pos: 4.5,-346.5 - parent: 2 - - uid: 10878 - components: - - type: Transform - pos: 4.5,-347.5 - parent: 2 - - uid: 10879 - components: - - type: Transform - pos: 0.5,-330.5 - parent: 2 - - uid: 10880 - components: - - type: Transform - pos: 0.5,-331.5 - parent: 2 - - uid: 10881 - components: - - type: Transform - pos: 0.5,-332.5 - parent: 2 - - uid: 10882 - components: - - type: Transform - pos: 0.5,-333.5 - parent: 2 - - uid: 10883 - components: - - type: Transform - pos: 0.5,-334.5 - parent: 2 - - uid: 10884 - components: - - type: Transform - pos: 0.5,-335.5 - parent: 2 - - uid: 10885 - components: - - type: Transform - pos: 0.5,-336.5 - parent: 2 - - uid: 10886 - components: - - type: Transform - pos: 0.5,-337.5 - parent: 2 - - uid: 10887 - components: - - type: Transform - pos: 0.5,-338.5 - parent: 2 - - uid: 10888 - components: - - type: Transform - pos: 0.5,-339.5 - parent: 2 - - uid: 10889 - components: - - type: Transform - pos: 1.5,-330.5 - parent: 2 - - uid: 10890 - components: - - type: Transform - pos: 2.5,-330.5 - parent: 2 - - uid: 10891 - components: - - type: Transform - pos: 3.5,-330.5 - parent: 2 - - uid: 10892 - components: - - type: Transform - pos: 4.5,-330.5 - parent: 2 - - uid: 10893 - components: - - type: Transform - pos: 5.5,-330.5 - parent: 2 - - uid: 10894 - components: - - type: Transform - pos: 5.5,-329.5 - parent: 2 - - uid: 10895 - components: - - type: Transform - pos: 6.5,-329.5 - parent: 2 - - uid: 10896 - components: - - type: Transform - pos: 6.5,-328.5 - parent: 2 - - uid: 10897 - components: - - type: Transform - pos: -1.5,-340.5 - parent: 2 - - uid: 10898 - components: - - type: Transform - pos: -2.5,-340.5 - parent: 2 - - uid: 10899 - components: - - type: Transform - pos: -3.5,-340.5 - parent: 2 - - uid: 10900 - components: - - type: Transform - pos: -4.5,-340.5 - parent: 2 - - uid: 10901 - components: - - type: Transform - pos: -4.5,-341.5 - parent: 2 - - uid: 10902 - components: - - type: Transform - pos: -4.5,-342.5 - parent: 2 - - uid: 10903 - components: - - type: Transform - pos: -4.5,-343.5 - parent: 2 - - uid: 10904 - components: - - type: Transform - pos: -4.5,-344.5 - parent: 2 - - uid: 10905 - components: - - type: Transform - pos: -4.5,-345.5 - parent: 2 - - uid: 10906 - components: - - type: Transform - pos: -4.5,-346.5 - parent: 2 - - uid: 10907 - components: - - type: Transform - pos: -3.5,-346.5 - parent: 2 - - uid: 10908 - components: - - type: Transform - pos: -3.5,-347.5 - parent: 2 - - uid: 10909 - components: - - type: Transform - pos: -4.5,-339.5 - parent: 2 - - uid: 10910 - components: - - type: Transform - pos: -4.5,-338.5 - parent: 2 - - uid: 10911 - components: - - type: Transform - pos: -4.5,-337.5 - parent: 2 - - uid: 10912 - components: - - type: Transform - pos: -4.5,-336.5 - parent: 2 - - uid: 10916 - components: - - type: Transform - pos: 1.5,-345.5 - parent: 2 - - uid: 10968 - components: - - type: Transform - pos: 7.5,-343.5 - parent: 2 - - uid: 11541 - components: - - type: Transform - pos: 6.5,-361.5 - parent: 2 - - uid: 11542 - components: - - type: Transform - pos: 6.5,-360.5 - parent: 2 - - uid: 11543 - components: - - type: Transform - pos: 5.5,-360.5 - parent: 2 - - uid: 11544 - components: - - type: Transform - pos: 4.5,-360.5 - parent: 2 - - uid: 11545 - components: - - type: Transform - pos: 3.5,-360.5 - parent: 2 - - uid: 11546 - components: - - type: Transform - pos: 2.5,-360.5 - parent: 2 - - uid: 11552 - components: - - type: Transform - pos: 1.5,-361.5 - parent: 2 - - uid: 11920 - components: - - type: Transform - pos: 2.5,-389.5 - parent: 2 - - uid: 11923 - components: - - type: Transform - pos: 1.5,-389.5 - parent: 2 - - uid: 11932 - components: - - type: Transform - pos: 0.5,-387.5 - parent: 2 - - uid: 11934 - components: - - type: Transform - pos: 0.5,-388.5 - parent: 2 - - uid: 11935 - components: - - type: Transform - pos: 0.5,-389.5 - parent: 2 - - uid: 11964 - components: - - type: Transform - pos: 7.5,-334.5 - parent: 2 - - uid: 11969 - components: - - type: Transform - pos: 0.5,-343.5 - parent: 2 - - uid: 12996 - components: - - type: Transform - pos: 7.5,-341.5 - parent: 2 - - uid: 13398 - components: - - type: Transform - pos: -7.5,-335.5 - parent: 2 - - uid: 13400 - components: - - type: Transform - pos: 5.5,-340.5 - parent: 2 - - uid: 13403 - components: - - type: Transform - pos: 6.5,-340.5 - parent: 2 - - uid: 13467 - components: - - type: Transform - pos: 6.5,-114.5 - parent: 2 - - uid: 13514 - components: - - type: Transform - pos: 7.5,-114.5 - parent: 2 - - uid: 13515 - components: - - type: Transform - pos: 8.5,-114.5 - parent: 2 - - uid: 13516 - components: - - type: Transform - pos: 8.5,-115.5 - parent: 2 - - uid: 13517 - components: - - type: Transform - pos: 8.5,-116.5 - parent: 2 - - uid: 14482 - components: - - type: Transform - pos: 5.5,-96.5 - parent: 2 - - uid: 14483 - components: - - type: Transform - pos: 5.5,-95.5 - parent: 2 - - uid: 14484 - components: - - type: Transform - pos: 5.5,-94.5 - parent: 2 - - uid: 14485 - components: - - type: Transform - pos: 5.5,-93.5 - parent: 2 - - uid: 14486 - components: - - type: Transform - pos: 5.5,-92.5 - parent: 2 - - uid: 14487 - components: - - type: Transform - pos: 5.5,-91.5 - parent: 2 - - uid: 14488 - components: - - type: Transform - pos: 5.5,-90.5 - parent: 2 - - uid: 14489 - components: - - type: Transform - pos: 5.5,-89.5 - parent: 2 - - uid: 14490 - components: - - type: Transform - pos: 5.5,-88.5 - parent: 2 - - uid: 14491 - components: - - type: Transform - pos: 5.5,-87.5 - parent: 2 - - uid: 14492 - components: - - type: Transform - pos: 5.5,-86.5 - parent: 2 - - uid: 14493 - components: - - type: Transform - pos: 5.5,-85.5 - parent: 2 - - uid: 14494 - components: - - type: Transform - pos: 5.5,-84.5 - parent: 2 - - uid: 14495 - components: - - type: Transform - pos: 5.5,-83.5 - parent: 2 - - uid: 14496 - components: - - type: Transform - pos: 5.5,-82.5 - parent: 2 - - uid: 14497 - components: - - type: Transform - pos: 5.5,-81.5 - parent: 2 - - uid: 14498 - components: - - type: Transform - pos: 6.5,-81.5 - parent: 2 - - uid: 14499 - components: - - type: Transform - pos: 7.5,-81.5 - parent: 2 - - uid: 14500 - components: - - type: Transform - pos: 8.5,-81.5 - parent: 2 - - uid: 14501 - components: - - type: Transform - pos: 9.5,-81.5 - parent: 2 - - uid: 14502 - components: - - type: Transform - pos: 10.5,-81.5 - parent: 2 - - uid: 14503 - components: - - type: Transform - pos: 11.5,-81.5 - parent: 2 - - uid: 14504 - components: - - type: Transform - pos: 12.5,-81.5 - parent: 2 - - uid: 14505 - components: - - type: Transform - pos: 13.5,-81.5 - parent: 2 - - uid: 14506 - components: - - type: Transform - pos: 14.5,-81.5 - parent: 2 - - uid: 14507 - components: - - type: Transform - pos: 15.5,-81.5 - parent: 2 - - uid: 14508 - components: - - type: Transform - pos: 15.5,-82.5 - parent: 2 - - uid: 14509 - components: - - type: Transform - pos: 15.5,-83.5 - parent: 2 - - uid: 14510 - components: - - type: Transform - pos: 15.5,-84.5 - parent: 2 - - uid: 14511 - components: - - type: Transform - pos: 16.5,-84.5 - parent: 2 - - uid: 14512 - components: - - type: Transform - pos: 17.5,-84.5 - parent: 2 - - uid: 14513 - components: - - type: Transform - pos: 18.5,-84.5 - parent: 2 - - uid: 14603 - components: - - type: Transform - pos: 3.5,-345.5 - parent: 2 - - uid: 15133 - components: - - type: Transform - pos: 8.5,-117.5 - parent: 2 - - uid: 15137 - components: - - type: Transform - pos: 8.5,-118.5 - parent: 2 - - uid: 15139 - components: - - type: Transform - pos: 8.5,-119.5 - parent: 2 - - uid: 15140 - components: - - type: Transform - pos: 8.5,-120.5 - parent: 2 - - uid: 15141 - components: - - type: Transform - pos: 7.5,-120.5 - parent: 2 - - uid: 15142 - components: - - type: Transform - pos: 6.5,-120.5 - parent: 2 - - uid: 15143 - components: - - type: Transform - pos: 5.5,-120.5 - parent: 2 - - uid: 15144 - components: - - type: Transform - pos: 3.5,-117.5 - parent: 2 - - uid: 15145 - components: - - type: Transform - pos: 4.5,-117.5 - parent: 2 - - uid: 15146 - components: - - type: Transform - pos: 5.5,-117.5 - parent: 2 - - uid: 15147 - components: - - type: Transform - pos: 5.5,-118.5 - parent: 2 - - uid: 15148 - components: - - type: Transform - pos: 5.5,-119.5 - parent: 2 - - uid: 15298 - components: - - type: Transform - pos: 7.5,-339.5 - parent: 2 - - uid: 16538 - components: - - type: Transform - pos: -13.5,-251.5 - parent: 2 - - uid: 16659 - components: - - type: Transform - pos: -13.5,-250.5 - parent: 2 - - uid: 16661 - components: - - type: Transform - pos: -18.5,-266.5 - parent: 2 - - uid: 16662 - components: - - type: Transform - pos: -18.5,-265.5 - parent: 2 - - uid: 16663 - components: - - type: Transform - pos: -18.5,-264.5 - parent: 2 - - uid: 16664 - components: - - type: Transform - pos: -18.5,-263.5 - parent: 2 - - uid: 16665 - components: - - type: Transform - pos: -18.5,-262.5 - parent: 2 - - uid: 16666 - components: - - type: Transform - pos: -18.5,-261.5 - parent: 2 - - uid: 16667 - components: - - type: Transform - pos: -18.5,-260.5 - parent: 2 - - uid: 16668 - components: - - type: Transform - pos: -18.5,-259.5 - parent: 2 - - uid: 16669 - components: - - type: Transform - pos: -18.5,-258.5 - parent: 2 - - uid: 16670 - components: - - type: Transform - pos: -18.5,-257.5 - parent: 2 - - uid: 16671 - components: - - type: Transform - pos: -18.5,-256.5 - parent: 2 - - uid: 16672 - components: - - type: Transform - pos: -18.5,-255.5 - parent: 2 - - uid: 16673 - components: - - type: Transform - pos: -18.5,-254.5 - parent: 2 - - uid: 16674 - components: - - type: Transform - pos: -17.5,-254.5 - parent: 2 - - uid: 16675 - components: - - type: Transform - pos: -16.5,-254.5 - parent: 2 - - uid: 16676 - components: - - type: Transform - pos: -15.5,-254.5 - parent: 2 - - uid: 16677 - components: - - type: Transform - pos: -14.5,-254.5 - parent: 2 - - uid: 16678 - components: - - type: Transform - pos: -13.5,-254.5 - parent: 2 - - uid: 16688 - components: - - type: Transform - pos: -13.5,-253.5 - parent: 2 - - uid: 16691 - components: - - type: Transform - pos: -13.5,-252.5 - parent: 2 - - uid: 16950 - components: - - type: Transform - pos: -14.5,-249.5 - parent: 2 - - uid: 16998 - components: - - type: Transform - pos: -15.5,-249.5 - parent: 2 - - uid: 17032 - components: - - type: Transform - pos: -16.5,-249.5 - parent: 2 -- proto: CableMVStack - entities: - - uid: 6898 - components: - - type: Transform - pos: 15.528771,-245.63763 - parent: 2 - - uid: 6900 - components: - - type: Transform - pos: 15.357085,-245.58482 - parent: 2 - - uid: 11673 - components: - - type: Transform - pos: -2.1301281,-7.3508615 - parent: 2 - - uid: 16814 - components: - - type: Transform - parent: 16811 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: CableTerminal - entities: - - uid: 5435 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-229.5 - parent: 2 - - uid: 5436 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-220.5 - parent: 2 - - uid: 6203 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,-251.5 - parent: 2 - - uid: 6205 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,-252.5 - parent: 2 - - uid: 6231 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,-253.5 - parent: 2 - - uid: 9468 - components: - - type: Transform - pos: 3.5,-345.5 - parent: 2 - - uid: 16497 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,-254.5 - parent: 2 -- proto: CandleBlackInfinite - entities: - - uid: 606 - components: - - type: Transform - pos: -2.3014371,-58.2566 - parent: 2 - - uid: 631 - components: - - type: Transform - pos: -6.6172776,-58.79888 - parent: 2 - - uid: 3029 - components: - - type: Transform - pos: -6.420355,-62.382744 - parent: 2 - - uid: 3152 - components: - - type: Transform - pos: -6.3829026,-66.37332 - parent: 2 - - uid: 4186 - components: - - type: Transform - pos: -3.5704029,-67.32645 - parent: 2 -- proto: CandleBlackSmallInfinite - entities: - - uid: 613 - components: - - type: Transform - pos: -6.6172776,-59.064507 - parent: 2 - - uid: 653 - components: - - type: Transform - pos: -6.3516526,-58.86138 - parent: 2 - - uid: 661 - components: - - type: Transform - pos: -6.6172776,-67.4827 - parent: 2 - - uid: 2254 - components: - - type: Transform - pos: 1.7255144,-66.4996 - parent: 2 - - uid: 3022 - components: - - type: Transform - pos: -6.639105,-62.570244 - parent: 2 - - uid: 3202 - components: - - type: Transform - pos: -3.7858121,-58.522224 - parent: 2 - - uid: 4183 - components: - - type: Transform - pos: -6.3829026,-67.3577 - parent: 2 - - uid: 4185 - components: - - type: Transform - pos: -2.320403,-67.43582 - parent: 2 -- proto: CandyBucket - entities: - - uid: 2369 - components: - - type: Transform - pos: 5.735499,-30.78203 - parent: 2 -- proto: CannabisSeeds - entities: - - uid: 1079 - components: - - type: Transform - pos: -7.3107276,-91.34308 - parent: 2 -- proto: CapacitorStockPart - entities: - - uid: 12432 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5550447,-304.56104 - parent: 2 - - uid: 12434 - components: - - type: Transform - pos: -6.343737,-304.3674 - parent: 2 - - uid: 12435 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.6078706,-304.26178 - parent: 2 -- proto: CaptainIDCard - entities: - - uid: 316 - components: - - type: Transform - pos: -0.49034405,-11.254525 - parent: 2 -- proto: CarbonDioxideCanister - entities: - - uid: 6719 - components: - - type: Transform - pos: -21.5,-253.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 9993 - components: - - type: Transform - pos: -4.5,-312.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 11221 - components: - - type: Transform - pos: 4.5,-355.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 -- proto: CargoRequestComputerCircuitboard - entities: - - uid: 11589 - components: - - type: Transform - pos: -3.4686394,-6.440067 - parent: 2 -- proto: Carpet - entities: - - uid: 1888 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-111.5 - parent: 2 - - uid: 1889 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-112.5 - parent: 2 - - uid: 1890 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-113.5 - parent: 2 - - uid: 1891 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-114.5 - parent: 2 - - uid: 1892 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-115.5 - parent: 2 - - uid: 1893 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-116.5 - parent: 2 - - uid: 1894 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-117.5 - parent: 2 - - uid: 1895 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-118.5 - parent: 2 - - uid: 1896 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-119.5 - parent: 2 - - uid: 1897 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-120.5 - parent: 2 - - uid: 1898 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-121.5 - parent: 2 - - uid: 1899 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-122.5 - parent: 2 - - uid: 1900 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-123.5 - parent: 2 - - uid: 1901 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-124.5 - parent: 2 - - uid: 1902 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-125.5 - parent: 2 - - uid: 1903 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-111.5 - parent: 2 - - uid: 1904 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-112.5 - parent: 2 - - uid: 1905 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-113.5 - parent: 2 - - uid: 1906 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-114.5 - parent: 2 - - uid: 1907 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-115.5 - parent: 2 - - uid: 1908 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-116.5 - parent: 2 - - uid: 1909 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-117.5 - parent: 2 - - uid: 1910 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-118.5 - parent: 2 - - uid: 1911 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-119.5 - parent: 2 - - uid: 1912 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-120.5 - parent: 2 - - uid: 1913 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-121.5 - parent: 2 - - uid: 1914 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-122.5 - parent: 2 - - uid: 1915 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-123.5 - parent: 2 - - uid: 1916 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-124.5 - parent: 2 - - uid: 1948 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-110.5 - parent: 2 - - uid: 1949 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-109.5 - parent: 2 - - uid: 1950 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-109.5 - parent: 2 - - uid: 1951 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-110.5 - parent: 2 - - uid: 2169 - components: - - type: Transform - pos: -2.5,-110.5 - parent: 2 - - uid: 2209 - components: - - type: Transform - pos: -2.5,-109.5 - parent: 2 - - uid: 2425 - components: - - type: Transform - pos: -3.5,-125.5 - parent: 2 - - uid: 2426 - components: - - type: Transform - pos: 5.5,-124.5 - parent: 2 - - uid: 2427 - components: - - type: Transform - pos: 4.5,-124.5 - parent: 2 - - uid: 2428 - components: - - type: Transform - pos: 5.5,-123.5 - parent: 2 - - uid: 2429 - components: - - type: Transform - pos: 5.5,-123.5 - parent: 2 - - uid: 2430 - components: - - type: Transform - pos: 4.5,-123.5 - parent: 2 - - uid: 2431 - components: - - type: Transform - pos: -3.5,-125.5 - parent: 2 - - uid: 7550 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-111.5 - parent: 2 -- proto: CarpetBlack - entities: - - uid: 161 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-12.5 - parent: 2 - - uid: 193 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-12.5 - parent: 2 - - uid: 196 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-10.5 - parent: 2 - - uid: 200 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-11.5 - parent: 2 - - uid: 211 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-11.5 - parent: 2 - - uid: 214 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-12.5 - parent: 2 - - uid: 980 - components: - - type: Transform - pos: -5.5,-72.5 - parent: 2 - - uid: 1017 - components: - - type: Transform - pos: -5.5,-73.5 - parent: 2 - - uid: 1555 - components: - - type: Transform - pos: -0.5,-71.5 - parent: 2 - - uid: 1556 - components: - - type: Transform - pos: -0.5,-70.5 - parent: 2 - - uid: 1557 - components: - - type: Transform - pos: 0.5,-71.5 - parent: 2 - - uid: 1558 - components: - - type: Transform - pos: 0.5,-70.5 - parent: 2 - - uid: 1559 - components: - - type: Transform - pos: 1.5,-71.5 - parent: 2 - - uid: 1560 - components: - - type: Transform - pos: 1.5,-70.5 - parent: 2 - - uid: 1564 - components: - - type: Transform - pos: 1.5,-55.5 - parent: 2 - - uid: 1565 - components: - - type: Transform - pos: 1.5,-54.5 - parent: 2 - - uid: 1566 - components: - - type: Transform - pos: 0.5,-55.5 - parent: 2 - - uid: 1567 - components: - - type: Transform - pos: 0.5,-54.5 - parent: 2 - - uid: 1568 - components: - - type: Transform - pos: -0.5,-55.5 - parent: 2 - - uid: 1569 - components: - - type: Transform - pos: -0.5,-54.5 - parent: 2 - - uid: 2730 - components: - - type: Transform - pos: 4.5,-11.5 - parent: 2 - - uid: 3704 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-10.5 - parent: 2 - - uid: 5839 - components: - - type: Transform - pos: 4.5,-10.5 - parent: 2 - - uid: 11173 - components: - - type: Transform - pos: -2.5,-344.5 - parent: 2 - - uid: 11174 - components: - - type: Transform - pos: -2.5,-345.5 - parent: 2 - - uid: 11175 - components: - - type: Transform - pos: -3.5,-344.5 - parent: 2 - - uid: 11176 - components: - - type: Transform - pos: -3.5,-345.5 - parent: 2 - - uid: 11177 - components: - - type: Transform - pos: -4.5,-344.5 - parent: 2 - - uid: 11178 - components: - - type: Transform - pos: -4.5,-345.5 - parent: 2 - - uid: 14343 - components: - - type: Transform - pos: 14.5,-70.5 - parent: 2 - - uid: 14360 - components: - - type: Transform - pos: 14.5,-68.5 - parent: 2 - - uid: 14362 - components: - - type: Transform - pos: 13.5,-70.5 - parent: 2 - - uid: 14364 - components: - - type: Transform - pos: 13.5,-69.5 - parent: 2 - - uid: 14370 - components: - - type: Transform - pos: 15.5,-68.5 - parent: 2 - - uid: 14377 - components: - - type: Transform - pos: 13.5,-68.5 - parent: 2 - - uid: 14383 - components: - - type: Transform - pos: 14.5,-69.5 - parent: 2 - - uid: 14390 - components: - - type: Transform - pos: 15.5,-69.5 - parent: 2 - - uid: 14391 - components: - - type: Transform - pos: 15.5,-70.5 - parent: 2 - - uid: 14392 - components: - - type: Transform - pos: 16.5,-68.5 - parent: 2 - - uid: 14393 - components: - - type: Transform - pos: 16.5,-69.5 - parent: 2 - - uid: 14394 - components: - - type: Transform - pos: 16.5,-70.5 - parent: 2 - - uid: 14395 - components: - - type: Transform - pos: 17.5,-68.5 - parent: 2 - - uid: 14396 - components: - - type: Transform - pos: 17.5,-69.5 - parent: 2 - - uid: 14397 - components: - - type: Transform - pos: 17.5,-70.5 - parent: 2 - - uid: 14398 - components: - - type: Transform - pos: 13.5,-72.5 - parent: 2 - - uid: 14399 - components: - - type: Transform - pos: 13.5,-73.5 - parent: 2 - - uid: 14400 - components: - - type: Transform - pos: 13.5,-74.5 - parent: 2 - - uid: 14401 - components: - - type: Transform - pos: 14.5,-72.5 - parent: 2 - - uid: 14402 - components: - - type: Transform - pos: 14.5,-73.5 - parent: 2 - - uid: 14403 - components: - - type: Transform - pos: 14.5,-74.5 - parent: 2 - - uid: 14404 - components: - - type: Transform - pos: 15.5,-72.5 - parent: 2 - - uid: 14405 - components: - - type: Transform - pos: 15.5,-73.5 - parent: 2 - - uid: 14406 - components: - - type: Transform - pos: 15.5,-74.5 - parent: 2 - - uid: 14407 - components: - - type: Transform - pos: 16.5,-72.5 - parent: 2 - - uid: 14408 - components: - - type: Transform - pos: 16.5,-73.5 - parent: 2 - - uid: 14409 - components: - - type: Transform - pos: 16.5,-74.5 - parent: 2 - - uid: 14410 - components: - - type: Transform - pos: 17.5,-72.5 - parent: 2 - - uid: 14411 - components: - - type: Transform - pos: 17.5,-73.5 - parent: 2 - - uid: 14412 - components: - - type: Transform - pos: 17.5,-74.5 - parent: 2 - - uid: 14790 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-73.5 - parent: 2 - - uid: 14791 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-72.5 - parent: 2 - - uid: 14792 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-72.5 - parent: 2 - - uid: 14793 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-73.5 - parent: 2 - - uid: 14794 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-73.5 - parent: 2 - - uid: 14795 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-72.5 - parent: 2 -- proto: CarpetBlue - entities: - - uid: 194 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-11.5 - parent: 2 - - uid: 285 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-14.5 - parent: 2 - - uid: 286 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-14.5 - parent: 2 - - uid: 287 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-13.5 - parent: 2 - - uid: 288 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-13.5 - parent: 2 - - uid: 290 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-14.5 - parent: 2 - - uid: 292 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-10.5 - parent: 2 - - uid: 305 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-10.5 - parent: 2 - - uid: 306 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-11.5 - parent: 2 - - uid: 307 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-10.5 - parent: 2 - - uid: 1264 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-13.5 - parent: 2 - - uid: 2260 - components: - - type: Transform - pos: -1.5,-117.5 - parent: 2 - - uid: 2262 - components: - - type: Transform - pos: -1.5,-116.5 - parent: 2 - - uid: 2263 - components: - - type: Transform - pos: -0.5,-117.5 - parent: 2 - - uid: 2264 - components: - - type: Transform - pos: -0.5,-116.5 - parent: 2 - - uid: 2265 - components: - - type: Transform - pos: 0.5,-117.5 - parent: 2 - - uid: 2266 - components: - - type: Transform - pos: 0.5,-116.5 - parent: 2 - - uid: 12166 - components: - - type: Transform - pos: -1.5,-11.5 - parent: 2 -- proto: CarpetOrange - entities: - - uid: 9099 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-284.5 - parent: 2 - - uid: 9128 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-285.5 - parent: 2 - - uid: 9129 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-285.5 - parent: 2 - - uid: 9132 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-284.5 - parent: 2 -- proto: CarpetPurple - entities: - - uid: 2762 - components: - - type: Transform - pos: -4.5,-144.5 - parent: 2 - - uid: 2763 - components: - - type: Transform - pos: -3.5,-144.5 - parent: 2 - - uid: 2764 - components: - - type: Transform - pos: -3.5,-145.5 - parent: 2 - - uid: 2765 - components: - - type: Transform - pos: -3.5,-146.5 - parent: 2 - - uid: 2766 - components: - - type: Transform - pos: -4.5,-146.5 - parent: 2 - - uid: 2767 - components: - - type: Transform - pos: -4.5,-147.5 - parent: 2 - - uid: 2768 - components: - - type: Transform - pos: -4.5,-148.5 - parent: 2 - - uid: 2769 - components: - - type: Transform - pos: -3.5,-148.5 - parent: 2 - - uid: 2770 - components: - - type: Transform - pos: -4.5,-143.5 - parent: 2 - - uid: 2771 - components: - - type: Transform - pos: -4.5,-142.5 - parent: 2 - - uid: 2772 - components: - - type: Transform - pos: -3.5,-142.5 - parent: 2 - - uid: 12040 - components: - - type: Transform - pos: -9.5,-302.5 - parent: 2 - - uid: 12041 - components: - - type: Transform - pos: -9.5,-303.5 - parent: 2 - - uid: 12042 - components: - - type: Transform - pos: -9.5,-304.5 - parent: 2 - - uid: 12043 - components: - - type: Transform - pos: -8.5,-302.5 - parent: 2 - - uid: 12044 - components: - - type: Transform - pos: -8.5,-303.5 - parent: 2 - - uid: 12045 - components: - - type: Transform - pos: -8.5,-304.5 - parent: 2 -- proto: CarpetSBlue - entities: - - uid: 1617 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-251.5 - parent: 2 - - uid: 6674 - components: - - type: Transform - pos: 5.5,-180.5 - parent: 2 - - uid: 6794 - components: - - type: Transform - pos: 3.5,-180.5 - parent: 2 - - uid: 6801 - components: - - type: Transform - pos: 4.5,-180.5 - parent: 2 - - uid: 6899 - components: - - type: Transform - pos: 5.5,-179.5 - parent: 2 - - uid: 7873 - components: - - type: Transform - pos: 3.5,-179.5 - parent: 2 - - uid: 7943 - components: - - type: Transform - pos: 4.5,-179.5 - parent: 2 - - uid: 8448 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-250.5 - parent: 2 - - uid: 12229 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-251.5 - parent: 2 - - uid: 12232 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-250.5 - parent: 2 -- proto: CarvedPumpkin - entities: - - uid: 2651 - components: - - type: Transform - pos: 5.409307,-30.231054 - parent: 2 -- proto: Catwalk - entities: - - uid: 10 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,-252.5 - parent: 2 - - uid: 51 - components: - - type: Transform - pos: 3.5,-345.5 - parent: 2 - - uid: 150 - components: - - type: Transform - pos: 5.5,-2.5 - parent: 2 - - uid: 369 - components: - - type: Transform - pos: 5.5,0.5 - parent: 2 - - uid: 379 - components: - - type: Transform - pos: 5.5,-1.5 - parent: 2 - - uid: 380 - components: - - type: Transform - pos: 5.5,1.5 - parent: 2 - - uid: 407 - components: - - type: Transform - pos: -2.5,-17.5 - parent: 2 - - uid: 408 - components: - - type: Transform - pos: -5.5,-17.5 - parent: 2 - - uid: 410 - components: - - type: Transform - pos: -6.5,-16.5 - parent: 2 - - uid: 411 - components: - - type: Transform - pos: -5.5,-13.5 - parent: 2 - - uid: 412 - components: - - type: Transform - pos: -5.5,-12.5 - parent: 2 - - uid: 413 - components: - - type: Transform - pos: -5.5,-11.5 - parent: 2 - - uid: 414 - components: - - type: Transform - pos: -5.5,-7.5 - parent: 2 - - uid: 415 - components: - - type: Transform - pos: -5.5,-2.5 - parent: 2 - - uid: 416 - components: - - type: Transform - pos: -5.5,-1.5 - parent: 2 - - uid: 417 - components: - - type: Transform - pos: -4.5,1.5 - parent: 2 - - uid: 418 - components: - - type: Transform - pos: -3.5,1.5 - parent: 2 - - uid: 463 - components: - - type: Transform - pos: -5.5,-36.5 - parent: 2 - - uid: 774 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-221.5 - parent: 2 - - uid: 777 - components: - - type: Transform - pos: -2.5,-34.5 - parent: 2 - - uid: 778 - components: - - type: Transform - pos: -4.5,-35.5 - parent: 2 - - uid: 779 - components: - - type: Transform - pos: -4.5,-37.5 - parent: 2 - - uid: 780 - components: - - type: Transform - pos: -4.5,-38.5 - parent: 2 - - uid: 781 - components: - - type: Transform - pos: -4.5,-39.5 - parent: 2 - - uid: 782 - components: - - type: Transform - pos: -5.5,-43.5 - parent: 2 - - uid: 783 - components: - - type: Transform - pos: -4.5,-43.5 - parent: 2 - - uid: 784 - components: - - type: Transform - pos: -4.5,-41.5 - parent: 2 - - uid: 799 - components: - - type: Transform - pos: -4.5,-44.5 - parent: 2 - - uid: 803 - components: - - type: Transform - pos: -4.5,-42.5 - parent: 2 - - uid: 808 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-233.5 - parent: 2 - - uid: 889 - components: - - type: Transform - pos: -7.5,-94.5 - parent: 2 - - uid: 935 - components: - - type: Transform - pos: 6.5,-32.5 - parent: 2 - - uid: 1091 - components: - - type: Transform - pos: 2.5,-35.5 - parent: 2 - - uid: 1092 - components: - - type: Transform - pos: 3.5,-34.5 - parent: 2 - - uid: 1094 - components: - - type: Transform - pos: 6.5,-33.5 - parent: 2 - - uid: 1096 - components: - - type: Transform - pos: 6.5,-31.5 - parent: 2 - - uid: 1097 - components: - - type: Transform - pos: 7.5,-31.5 - parent: 2 - - uid: 1098 - components: - - type: Transform - pos: 7.5,-29.5 - parent: 2 - - uid: 1099 - components: - - type: Transform - pos: 6.5,-29.5 - parent: 2 - - uid: 1100 - components: - - type: Transform - pos: 6.5,-28.5 - parent: 2 - - uid: 1101 - components: - - type: Transform - pos: 5.5,-27.5 - parent: 2 - - uid: 1142 - components: - - type: Transform - pos: 5.5,-18.5 - parent: 2 - - uid: 1177 - components: - - type: Transform - pos: 5.5,-54.5 - parent: 2 - - uid: 1248 - components: - - type: Transform - pos: 6.5,-34.5 - parent: 2 - - uid: 1259 - components: - - type: Transform - pos: -6.5,-36.5 - parent: 2 - - uid: 1423 - components: - - type: Transform - pos: 4.5,-57.5 - parent: 2 - - uid: 1437 - components: - - type: Transform - pos: 6.5,-58.5 - parent: 2 - - uid: 1438 - components: - - type: Transform - pos: 5.5,-55.5 - parent: 2 - - uid: 1439 - components: - - type: Transform - pos: 5.5,-56.5 - parent: 2 - - uid: 1441 - components: - - type: Transform - pos: 6.5,-60.5 - parent: 2 - - uid: 1442 - components: - - type: Transform - pos: 6.5,-61.5 - parent: 2 - - uid: 1443 - components: - - type: Transform - pos: 6.5,-63.5 - parent: 2 - - uid: 1444 - components: - - type: Transform - pos: 6.5,-64.5 - parent: 2 - - uid: 1445 - components: - - type: Transform - pos: 5.5,-71.5 - parent: 2 - - uid: 1446 - components: - - type: Transform - pos: 6.5,-71.5 - parent: 2 - - uid: 1447 - components: - - type: Transform - pos: 6.5,-70.5 - parent: 2 - - uid: 1448 - components: - - type: Transform - pos: 6.5,-69.5 - parent: 2 - - uid: 1449 - components: - - type: Transform - pos: 6.5,-67.5 - parent: 2 - - uid: 1456 - components: - - type: Transform - pos: 4.5,-68.5 - parent: 2 - - uid: 1457 - components: - - type: Transform - pos: 5.5,-68.5 - parent: 2 - - uid: 1619 - components: - - type: Transform - pos: -8.5,-95.5 - parent: 2 - - uid: 1620 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-95.5 - parent: 2 - - uid: 1621 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-96.5 - parent: 2 - - uid: 1622 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-97.5 - parent: 2 - - uid: 1623 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-98.5 - parent: 2 - - uid: 1625 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-96.5 - parent: 2 - - uid: 1755 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,-252.5 - parent: 2 - - uid: 1757 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-35.5 - parent: 2 - - uid: 2020 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-83.5 - parent: 2 - - uid: 2021 - components: - - type: Transform - pos: 5.5,-108.5 - parent: 2 - - uid: 2022 - components: - - type: Transform - pos: 4.5,-108.5 - parent: 2 - - uid: 2023 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-81.5 - parent: 2 - - uid: 2024 - components: - - type: Transform - pos: 3.5,-108.5 - parent: 2 - - uid: 2026 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-84.5 - parent: 2 - - uid: 2432 - components: - - type: Transform - pos: 3.5,-111.5 - parent: 2 - - uid: 2433 - components: - - type: Transform - pos: 3.5,-112.5 - parent: 2 - - uid: 2434 - components: - - type: Transform - pos: 3.5,-113.5 - parent: 2 - - uid: 2798 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-135.5 - parent: 2 - - uid: 2799 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-135.5 - parent: 2 - - uid: 2800 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-135.5 - parent: 2 - - uid: 2801 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-136.5 - parent: 2 - - uid: 2802 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-136.5 - parent: 2 - - uid: 2803 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-138.5 - parent: 2 - - uid: 2804 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-139.5 - parent: 2 - - uid: 2805 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-140.5 - parent: 2 - - uid: 2806 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-143.5 - parent: 2 - - uid: 2807 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-144.5 - parent: 2 - - uid: 2808 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-145.5 - parent: 2 - - uid: 2809 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-150.5 - parent: 2 - - uid: 2810 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-151.5 - parent: 2 - - uid: 2811 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-151.5 - parent: 2 - - uid: 2812 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-151.5 - parent: 2 - - uid: 3196 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-299.5 - parent: 2 - - uid: 3263 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-217.5 - parent: 2 - - uid: 3271 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-223.5 - parent: 2 - - uid: 3272 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-222.5 - parent: 2 - - uid: 3274 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-221.5 - parent: 2 - - uid: 3353 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-222.5 - parent: 2 - - uid: 3354 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-220.5 - parent: 2 - - uid: 3484 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-163.5 - parent: 2 - - uid: 3485 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-163.5 - parent: 2 - - uid: 3486 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-163.5 - parent: 2 - - uid: 3490 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-169.5 - parent: 2 - - uid: 3491 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-170.5 - parent: 2 - - uid: 3492 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-171.5 - parent: 2 - - uid: 3493 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-173.5 - parent: 2 - - uid: 3494 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-174.5 - parent: 2 - - uid: 3495 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-176.5 - parent: 2 - - uid: 3496 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-177.5 - parent: 2 - - uid: 3497 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-179.5 - parent: 2 - - uid: 3498 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-179.5 - parent: 2 - - uid: 3499 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-179.5 - parent: 2 - - uid: 3501 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-180.5 - parent: 2 - - uid: 3502 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-179.5 - parent: 2 - - uid: 3556 - components: - - type: Transform - pos: 4.5,-346.5 - parent: 2 - - uid: 3605 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,-251.5 - parent: 2 - - uid: 3714 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-162.5 - parent: 2 - - uid: 3715 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-162.5 - parent: 2 - - uid: 3716 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-162.5 - parent: 2 - - uid: 4041 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,-263.5 - parent: 2 - - uid: 4212 - components: - - type: Transform - pos: 26.5,-259.5 - parent: 2 - - uid: 4244 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-234.5 - parent: 2 - - uid: 4276 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-233.5 - parent: 2 - - uid: 4284 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-234.5 - parent: 2 - - uid: 4292 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-218.5 - parent: 2 - - uid: 4293 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-219.5 - parent: 2 - - uid: 4344 - components: - - type: Transform - pos: -8.5,-97.5 - parent: 2 - - uid: 4356 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-220.5 - parent: 2 - - uid: 4361 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-225.5 - parent: 2 - - uid: 4371 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-226.5 - parent: 2 - - uid: 4385 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-222.5 - parent: 2 - - uid: 4394 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-223.5 - parent: 2 - - uid: 4401 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-224.5 - parent: 2 - - uid: 4410 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-224.5 - parent: 2 - - uid: 4434 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-227.5 - parent: 2 - - uid: 4435 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-227.5 - parent: 2 - - uid: 4436 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-226.5 - parent: 2 - - uid: 4437 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-225.5 - parent: 2 - - uid: 4438 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-224.5 - parent: 2 - - uid: 4441 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-219.5 - parent: 2 - - uid: 4442 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-218.5 - parent: 2 - - uid: 4443 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-217.5 - parent: 2 - - uid: 4444 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-225.5 - parent: 2 - - uid: 4445 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-226.5 - parent: 2 - - uid: 4446 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-227.5 - parent: 2 - - uid: 4447 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-228.5 - parent: 2 - - uid: 4448 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-229.5 - parent: 2 - - uid: 4449 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-230.5 - parent: 2 - - uid: 4450 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-231.5 - parent: 2 - - uid: 4451 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-232.5 - parent: 2 - - uid: 4452 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-226.5 - parent: 2 - - uid: 4453 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-226.5 - parent: 2 - - uid: 4455 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-229.5 - parent: 2 - - uid: 4456 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-229.5 - parent: 2 - - uid: 4457 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-229.5 - parent: 2 - - uid: 4458 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-228.5 - parent: 2 - - uid: 4459 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-227.5 - parent: 2 - - uid: 4460 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-226.5 - parent: 2 - - uid: 4461 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-225.5 - parent: 2 - - uid: 4462 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-224.5 - parent: 2 - - uid: 4463 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-223.5 - parent: 2 - - uid: 4464 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-222.5 - parent: 2 - - uid: 4465 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-221.5 - parent: 2 - - uid: 4466 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-220.5 - parent: 2 - - uid: 4467 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-220.5 - parent: 2 - - uid: 4468 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-220.5 - parent: 2 - - uid: 4470 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-229.5 - parent: 2 - - uid: 4471 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-229.5 - parent: 2 - - uid: 4472 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-229.5 - parent: 2 - - uid: 4473 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-229.5 - parent: 2 - - uid: 4474 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-228.5 - parent: 2 - - uid: 4475 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-227.5 - parent: 2 - - uid: 4476 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-226.5 - parent: 2 - - uid: 4477 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-225.5 - parent: 2 - - uid: 4478 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-224.5 - parent: 2 - - uid: 4479 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-223.5 - parent: 2 - - uid: 4480 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-222.5 - parent: 2 - - uid: 4481 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-221.5 - parent: 2 - - uid: 4482 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-220.5 - parent: 2 - - uid: 4483 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-220.5 - parent: 2 - - uid: 4484 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-220.5 - parent: 2 - - uid: 4485 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-220.5 - parent: 2 - - uid: 4486 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-221.5 - parent: 2 - - uid: 4487 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-222.5 - parent: 2 - - uid: 4488 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-223.5 - parent: 2 - - uid: 4489 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-224.5 - parent: 2 - - uid: 4490 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-225.5 - parent: 2 - - uid: 4491 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-226.5 - parent: 2 - - uid: 4492 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-227.5 - parent: 2 - - uid: 4493 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-228.5 - parent: 2 - - uid: 4495 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-230.5 - parent: 2 - - uid: 4496 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-231.5 - parent: 2 - - uid: 4497 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-232.5 - parent: 2 - - uid: 4498 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-219.5 - parent: 2 - - uid: 4499 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-218.5 - parent: 2 - - uid: 4500 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-217.5 - parent: 2 - - uid: 4501 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-223.5 - parent: 2 - - uid: 4502 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-223.5 - parent: 2 - - uid: 4503 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-226.5 - parent: 2 - - uid: 4504 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-226.5 - parent: 2 - - uid: 4520 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-223.5 - parent: 2 - - uid: 4521 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-225.5 - parent: 2 - - uid: 4522 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-226.5 - parent: 2 - - uid: 4523 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-227.5 - parent: 2 - - uid: 4524 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-230.5 - parent: 2 - - uid: 4525 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-231.5 - parent: 2 - - uid: 4865 - components: - - type: Transform - pos: 28.5,-258.5 - parent: 2 - - uid: 5021 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,-253.5 - parent: 2 - - uid: 6573 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,-253.5 - parent: 2 - - uid: 6636 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-287.5 - parent: 2 - - uid: 6657 - components: - - type: Transform - pos: 27.5,-258.5 - parent: 2 - - uid: 6686 - components: - - type: Transform - pos: 24.5,-257.5 - parent: 2 - - uid: 6688 - components: - - type: Transform - pos: 30.5,-260.5 - parent: 2 - - uid: 6690 - components: - - type: Transform - pos: 31.5,-255.5 - parent: 2 - - uid: 6691 - components: - - type: Transform - pos: 23.5,-256.5 - parent: 2 - - uid: 6692 - components: - - type: Transform - pos: 24.5,-255.5 - parent: 2 - - uid: 6697 - components: - - type: Transform - pos: 23.5,-262.5 - parent: 2 - - uid: 6699 - components: - - type: Transform - pos: 23.5,-263.5 - parent: 2 - - uid: 6720 - components: - - type: Transform - pos: 28.5,-259.5 - parent: 2 - - uid: 6721 - components: - - type: Transform - pos: 28.5,-260.5 - parent: 2 - - uid: 6723 - components: - - type: Transform - pos: 26.5,-257.5 - parent: 2 - - uid: 6725 - components: - - type: Transform - pos: 28.5,-257.5 - parent: 2 - - uid: 6731 - components: - - type: Transform - pos: 26.5,-262.5 - parent: 2 - - uid: 6751 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,-250.5 - parent: 2 - - uid: 6752 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,-252.5 - parent: 2 - - uid: 6753 - components: - - type: Transform - pos: 26.5,-260.5 - parent: 2 - - uid: 6760 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,-251.5 - parent: 2 - - uid: 6765 - components: - - type: Transform - pos: 3.5,-117.5 - parent: 2 - - uid: 6775 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,-254.5 - parent: 2 - - uid: 6783 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,-251.5 - parent: 2 - - uid: 6785 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,-251.5 - parent: 2 - - uid: 6786 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,-253.5 - parent: 2 - - uid: 6834 - components: - - type: Transform - pos: 26.5,-256.5 - parent: 2 - - uid: 6863 - components: - - type: Transform - pos: 30.5,-256.5 - parent: 2 - - uid: 6865 - components: - - type: Transform - pos: 24.5,-256.5 - parent: 2 - - uid: 6866 - components: - - type: Transform - pos: 24.5,-262.5 - parent: 2 - - uid: 6867 - components: - - type: Transform - pos: 24.5,-263.5 - parent: 2 - - uid: 6868 - components: - - type: Transform - pos: 23.5,-255.5 - parent: 2 - - uid: 7532 - components: - - type: Transform - pos: 28.5,-262.5 - parent: 2 - - uid: 7538 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,-251.5 - parent: 2 - - uid: 7569 - components: - - type: Transform - pos: 28.5,-256.5 - parent: 2 - - uid: 7780 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,-265.5 - parent: 2 - - uid: 7790 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,-252.5 - parent: 2 - - uid: 7893 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,-252.5 - parent: 2 - - uid: 8017 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,-253.5 - parent: 2 - - uid: 8048 - components: - - type: Transform - pos: 27.5,-260.5 - parent: 2 - - uid: 8049 - components: - - type: Transform - pos: 30.5,-258.5 - parent: 2 - - uid: 8051 - components: - - type: Transform - pos: 28.5,-261.5 - parent: 2 - - uid: 8092 - components: - - type: Transform - pos: 30.5,-257.5 - parent: 2 - - uid: 8093 - components: - - type: Transform - pos: 30.5,-259.5 - parent: 2 - - uid: 8094 - components: - - type: Transform - pos: 26.5,-261.5 - parent: 2 - - uid: 8191 - components: - - type: Transform - pos: 30.5,-255.5 - parent: 2 - - uid: 8192 - components: - - type: Transform - pos: 24.5,-260.5 - parent: 2 - - uid: 8208 - components: - - type: Transform - pos: 31.5,-256.5 - parent: 2 - - uid: 8211 - components: - - type: Transform - pos: 24.5,-261.5 - parent: 2 - - uid: 8473 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,-264.5 - parent: 2 - - uid: 8496 - components: - - type: Transform - pos: 3.5,-116.5 - parent: 2 - - uid: 8527 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-288.5 - parent: 2 - - uid: 8662 - components: - - type: Transform - pos: 26.5,-258.5 - parent: 2 - - uid: 8694 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-286.5 - parent: 2 - - uid: 8798 - components: - - type: Transform - pos: 24.5,-258.5 - parent: 2 - - uid: 9029 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-287.5 - parent: 2 - - uid: 9033 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-287.5 - parent: 2 - - uid: 9034 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-287.5 - parent: 2 - - uid: 9036 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-287.5 - parent: 2 - - uid: 9045 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-286.5 - parent: 2 - - uid: 9047 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-285.5 - parent: 2 - - uid: 9543 - components: - - type: Transform - pos: 7.5,-17.5 - parent: 2 - - uid: 9791 - components: - - type: Transform - pos: 7.5,-16.5 - parent: 2 - - uid: 9857 - components: - - type: Transform - pos: 24.5,-259.5 - parent: 2 - - uid: 10025 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-314.5 - parent: 2 - - uid: 10542 - components: - - type: Transform - pos: -2.5,-297.5 - parent: 2 - - uid: 10544 - components: - - type: Transform - pos: -3.5,-297.5 - parent: 2 - - uid: 10545 - components: - - type: Transform - pos: -4.5,-297.5 - parent: 2 - - uid: 10546 - components: - - type: Transform - pos: 3.5,-297.5 - parent: 2 - - uid: 10547 - components: - - type: Transform - pos: 4.5,-297.5 - parent: 2 - - uid: 10548 - components: - - type: Transform - pos: 5.5,-297.5 - parent: 2 - - uid: 10549 - components: - - type: Transform - pos: 5.5,-296.5 - parent: 2 - - uid: 10550 - components: - - type: Transform - pos: 8.5,-297.5 - parent: 2 - - uid: 10551 - components: - - type: Transform - pos: 9.5,-297.5 - parent: 2 - - uid: 10552 - components: - - type: Transform - pos: 9.5,-298.5 - parent: 2 - - uid: 10554 - components: - - type: Transform - pos: 9.5,-301.5 - parent: 2 - - uid: 10555 - components: - - type: Transform - pos: 9.5,-302.5 - parent: 2 - - uid: 10556 - components: - - type: Transform - pos: 9.5,-303.5 - parent: 2 - - uid: 10557 - components: - - type: Transform - pos: 9.5,-310.5 - parent: 2 - - uid: 10558 - components: - - type: Transform - pos: 9.5,-311.5 - parent: 2 - - uid: 10559 - components: - - type: Transform - pos: 9.5,-312.5 - parent: 2 - - uid: 10560 - components: - - type: Transform - pos: 10.5,-314.5 - parent: 2 - - uid: 10561 - components: - - type: Transform - pos: 10.5,-315.5 - parent: 2 - - uid: 10562 - components: - - type: Transform - pos: 10.5,-318.5 - parent: 2 - - uid: 10563 - components: - - type: Transform - pos: 9.5,-318.5 - parent: 2 - - uid: 10564 - components: - - type: Transform - pos: 8.5,-318.5 - parent: 2 - - uid: 10565 - components: - - type: Transform - pos: 5.5,-319.5 - parent: 2 - - uid: 10566 - components: - - type: Transform - pos: 4.5,-319.5 - parent: 2 - - uid: 10567 - components: - - type: Transform - pos: 3.5,-319.5 - parent: 2 - - uid: 10644 - components: - - type: Transform - pos: 6.5,-18.5 - parent: 2 - - uid: 10655 - components: - - type: Transform - pos: 7.5,-18.5 - parent: 2 - - uid: 10683 - components: - - type: Transform - pos: 5.5,-345.5 - parent: 2 - - uid: 12649 - components: - - type: Transform - pos: 4.5,-117.5 - parent: 2 - - uid: 12900 - components: - - type: Transform - pos: 7.5,-361.5 - parent: 2 - - uid: 12901 - components: - - type: Transform - pos: 7.5,-360.5 - parent: 2 - - uid: 12902 - components: - - type: Transform - pos: 6.5,-360.5 - parent: 2 - - uid: 13303 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-300.5 - parent: 2 - - uid: 13393 - components: - - type: Transform - pos: 3.5,-346.5 - parent: 2 - - uid: 13404 - components: - - type: Transform - pos: 4.5,-345.5 - parent: 2 - - uid: 14022 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,-253.5 - parent: 2 - - uid: 14571 - components: - - type: Transform - pos: -2.5,-243.5 - parent: 2 - - uid: 14572 - components: - - type: Transform - pos: -4.5,-243.5 - parent: 2 - - uid: 14573 - components: - - type: Transform - pos: -3.5,-243.5 - parent: 2 - - uid: 14582 - components: - - type: Transform - pos: -6.5,-252.5 - parent: 2 - - uid: 14583 - components: - - type: Transform - pos: -6.5,-254.5 - parent: 2 - - uid: 14584 - components: - - type: Transform - pos: -6.5,-255.5 - parent: 2 - - uid: 14585 - components: - - type: Transform - pos: -6.5,-256.5 - parent: 2 - - uid: 14586 - components: - - type: Transform - pos: -5.5,-258.5 - parent: 2 - - uid: 14587 - components: - - type: Transform - pos: -4.5,-258.5 - parent: 2 - - uid: 14588 - components: - - type: Transform - pos: -4.5,-259.5 - parent: 2 - - uid: 14589 - components: - - type: Transform - pos: -3.5,-260.5 - parent: 2 - - uid: 14590 - components: - - type: Transform - pos: -4.5,-260.5 - parent: 2 - - uid: 14591 - components: - - type: Transform - pos: -4.5,-261.5 - parent: 2 - - uid: 14592 - components: - - type: Transform - pos: 3.5,-260.5 - parent: 2 - - uid: 14593 - components: - - type: Transform - pos: 4.5,-260.5 - parent: 2 - - uid: 14594 - components: - - type: Transform - pos: 5.5,-260.5 - parent: 2 - - uid: 14595 - components: - - type: Transform - pos: 7.5,-260.5 - parent: 2 - - uid: 15721 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-222.5 - parent: 2 - - uid: 15722 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-222.5 - parent: 2 - - uid: 15723 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-221.5 - parent: 2 - - uid: 15724 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-219.5 - parent: 2 - - uid: 15725 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-220.5 - parent: 2 - - uid: 15798 - components: - - type: Transform - pos: 5.5,-346.5 - parent: 2 - - uid: 16870 - components: - - type: Transform - pos: -7.5,-251.5 - parent: 2 - - uid: 16872 - components: - - type: Transform - pos: -4.5,-246.5 - parent: 2 - - uid: 16874 - components: - - type: Transform - pos: -4.5,-245.5 - parent: 2 - - uid: 16875 - components: - - type: Transform - pos: -4.5,-245.5 - parent: 2 - - uid: 16877 - components: - - type: Transform - pos: -4.5,-250.5 - parent: 2 - - uid: 16878 - components: - - type: Transform - pos: -5.5,-250.5 - parent: 2 - - uid: 16939 - components: - - type: Transform - pos: -6.5,-166.5 - parent: 2 - - uid: 16942 - components: - - type: Transform - pos: -6.5,-165.5 - parent: 2 - - uid: 16943 - components: - - type: Transform - pos: -6.5,-164.5 - parent: 2 -- proto: CellRechargerCircuitboard - entities: - - uid: 11653 - components: - - type: Transform - pos: -0.47262037,-5.518174 - parent: 2 -- proto: Chair - entities: - - uid: 3705 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-124.5 - parent: 2 - - uid: 3722 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-201.5 - parent: 2 - - uid: 3767 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-200.5 - parent: 2 - - uid: 4358 - components: - - type: Transform - pos: -4.5,-356.5 - parent: 2 - - uid: 4756 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-252.5 - parent: 2 - - uid: 4952 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-253.5 - parent: 2 - - uid: 4965 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-252.5 - parent: 2 - - uid: 7741 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-198.5 - parent: 2 - - uid: 7743 - components: - - type: Transform - pos: 7.5,-195.5 - parent: 2 - - uid: 8440 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-253.5 - parent: 2 - - uid: 10770 - components: - - type: Transform - pos: -0.5,-344.5 - parent: 2 - - uid: 10797 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-346.5 - parent: 2 - - uid: 12128 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-253.5 - parent: 2 - - uid: 12159 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-27.5 - parent: 2 - - uid: 14630 - components: - - type: Transform - pos: -7.5,-254.5 - parent: 2 - - uid: 14631 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-257.5 - parent: 2 - - uid: 14738 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-307.5 - parent: 2 - - uid: 14920 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-146.5 - parent: 2 -- proto: ChairCursed - entities: - - uid: 2585 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-145.5 - parent: 2 -- proto: ChairFolding - entities: - - uid: 424 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.627699,-1.5039027 - parent: 2 - - uid: 1400 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,-247.5 - parent: 2 - - uid: 1484 - components: - - type: Transform - pos: 7.5,-55.5 - parent: 2 - - uid: 1485 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-57.5 - parent: 2 - - uid: 11711 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,-262.5 - parent: 2 - - uid: 16495 - components: - - type: Transform - pos: -13.5,-244.5 - parent: 2 -- proto: ChairFoldingSpawnFolded - entities: - - uid: 2728 - components: - - type: Transform - pos: -3.0071216,-135.52832 - parent: 2 -- proto: ChairGreyscale - entities: - - uid: 1839 - components: - - type: Transform - pos: 6.5,-93.5 - parent: 2 - - uid: 1842 - components: - - type: Transform - pos: 4.5,-98.5 - parent: 2 - - uid: 1843 - components: - - type: Transform - pos: 3.5,-98.5 - parent: 2 - - uid: 1845 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-96.5 - parent: 2 - - uid: 1851 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-94.5 - parent: 2 - - uid: 1852 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-94.5 - parent: 2 -- proto: ChairOfficeDark - entities: - - uid: 3121 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-168.5 - parent: 2 - - uid: 3122 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-166.5 - parent: 2 - - uid: 4785 - components: - - type: Transform - pos: 2.5,-251.5 - parent: 2 - - uid: 7378 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-365.5 - parent: 2 - - uid: 9057 - components: - - type: Transform - pos: 3.5,-272.5 - parent: 2 - - uid: 11058 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-329.5 - parent: 2 - - uid: 11093 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-331.5 - parent: 2 - - uid: 11449 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-345.5 - parent: 2 - - uid: 11974 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-371.5 - parent: 2 - - uid: 11975 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-371.5 - parent: 2 - - uid: 14789 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-72.5 - parent: 2 -- proto: ChairOfficeLight - entities: - - uid: 7451 - components: - - type: Transform - pos: -3.5,-165.5 - parent: 2 - - uid: 9984 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-313.5 - parent: 2 - - uid: 10112 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-302.5 - parent: 2 - - uid: 10114 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-301.5 - parent: 2 - - uid: 12046 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-303.5 - parent: 2 - - uid: 12051 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-318.5 - parent: 2 -- proto: ChairPilotSeat - entities: - - uid: 25 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,2.5 - parent: 2 -- proto: ChairWeb - entities: - - uid: 14337 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-60.5 - parent: 2 - - uid: 14340 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-60.5 - parent: 2 -- proto: ChairWood - entities: - - uid: 384 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.2935836,0.4495414 - parent: 2 - - uid: 1015 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-58.5 - parent: 2 - - uid: 1315 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-59.5 - parent: 2 - - uid: 1347 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-67.5 - parent: 2 - - uid: 1348 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-66.5 - parent: 2 - - uid: 1349 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-66.5 - parent: 2 - - uid: 1350 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-67.5 - parent: 2 - - uid: 1351 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-59.5 - parent: 2 - - uid: 1352 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-58.5 - parent: 2 - - uid: 1353 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-58.5 - parent: 2 - - uid: 2586 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-146.5 - parent: 2 - - uid: 2587 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-144.5 - parent: 2 - - uid: 2588 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-146.5 - parent: 2 - - uid: 2589 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-145.5 - parent: 2 - - uid: 2590 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-144.5 - parent: 2 - - uid: 2695 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-140.5 - parent: 2 - - uid: 3151 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-67.5 - parent: 2 - - uid: 3201 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-67.5 - parent: 2 - - uid: 3604 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-58.5 - parent: 2 -- proto: chem_master - entities: - - uid: 3116 - components: - - type: Transform - pos: 5.5,-165.5 - parent: 2 - - uid: 3117 - components: - - type: Transform - pos: 7.5,-167.5 - parent: 2 -- proto: ChemDispenser - entities: - - uid: 3112 - components: - - type: Transform - pos: 7.5,-169.5 - parent: 2 - - uid: 3113 - components: - - type: Transform - pos: 3.5,-165.5 - parent: 2 -- proto: ChemDispenserMachineCircuitboard - entities: - - uid: 11649 - components: - - type: Transform - pos: -0.4654259,-7.4857945 - parent: 2 -- proto: ChemistryHotplate - entities: - - uid: 3137 - components: - - type: Transform - pos: 4.5,-167.5 - parent: 2 -- proto: ChessBoard - entities: - - uid: 12938 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.94441026,-370.44946 - parent: 2 -- proto: Cigar - entities: - - uid: 219 - components: - - type: Transform - pos: 3.6992347,-7.328869 - parent: 2 - - uid: 404 - components: - - type: Transform - pos: 3.82151,-7.050895 - parent: 2 -- proto: CigarGoldCase - entities: - - uid: 99 - components: - - type: Transform - pos: -2.8886578,-1.2991699 - parent: 2 - - uid: 2729 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5303056,-136.50012 - parent: 2 - - uid: 14388 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 13.505396,-63.434715 - parent: 2 -- proto: CigCartonMixed - entities: - - uid: 1833 - components: - - type: Transform - pos: -7.317818,-81.58406 - parent: 2 - - uid: 16940 - components: - - type: Transform - pos: -11.700207,-168.61453 - parent: 2 - - uid: 16941 - components: - - type: Transform - pos: -11.512707,-168.23953 - parent: 2 -- proto: CircuitImprinter - entities: - - uid: 9829 - components: - - type: Transform - pos: -6.5,-299.5 - parent: 2 -- proto: CleanerDispenser - entities: - - uid: 1735 - components: - - type: Transform - pos: -3.5,-52.5 - parent: 2 -- proto: ClosetBombFilled - entities: - - uid: 7967 - components: - - type: Transform - pos: 7.5,-247.5 - parent: 2 - - uid: 11991 - components: - - type: Transform - pos: -8.5,-317.5 - parent: 2 -- proto: ClosetChefFilled - entities: - - uid: 1782 - components: - - type: Transform - pos: -1.5,-88.5 - parent: 2 -- proto: ClosetEmergencyFilledRandom - entities: - - uid: 1052 - components: - - type: Transform - pos: 6.5,-34.5 - parent: 2 - - uid: 1472 - components: - - type: Transform - pos: -5.5,-81.5 - parent: 2 - - uid: 2247 - components: - - type: Transform - pos: -2.5,-107.5 - parent: 2 - - uid: 10543 - components: - - type: Transform - pos: 3.5,-318.5 - parent: 2 - - uid: 14641 - components: - - type: Transform - pos: 3.5,-259.5 - parent: 2 - - uid: 16899 - components: - - type: Transform - pos: -5.5,-246.5 - parent: 2 -- proto: ClosetFireFilled - entities: - - uid: 9895 - components: - - type: Transform - pos: 10.5,-297.5 - parent: 2 - - uid: 16895 - components: - - type: Transform - pos: -7.5,-251.5 - parent: 2 -- proto: ClosetJanitorFilled - entities: - - uid: 1706 - components: - - type: Transform - pos: -5.5,-53.5 - parent: 2 -- proto: ClosetL3JanitorFilled - entities: - - uid: 9460 - components: - - type: Transform - pos: -5.5,-55.5 - parent: 2 -- proto: ClosetL3ScienceFilled - entities: - - uid: 12126 - components: - - type: Transform - pos: -8.5,-318.5 - parent: 2 -- proto: ClosetL3VirologyFilled - entities: - - uid: 3900 - components: - - type: Transform - pos: -2.5,-194.5 - parent: 2 - - uid: 3901 - components: - - type: Transform - pos: -2.5,-195.5 - parent: 2 -- proto: ClosetMaintenanceFilledRandom - entities: - - uid: 1070 - components: - - type: Transform - pos: 6.5,-71.5 - parent: 2 - - uid: 1073 - components: - - type: Transform - pos: 4.5,-69.5 - parent: 2 - - uid: 1117 - components: - - type: Transform - pos: 5.5,-32.5 - parent: 2 - - uid: 1628 - components: - - type: Transform - pos: -5.5,-37.5 - parent: 2 - - uid: 1629 - components: - - type: Transform - pos: -2.5,-35.5 - parent: 2 - - uid: 1630 - components: - - type: Transform - pos: 7.5,-69.5 - parent: 2 - - uid: 1858 - components: - - type: Transform - pos: -5.5,-98.5 - parent: 2 - - uid: 1859 - components: - - type: Transform - pos: -2.5,-95.5 - parent: 2 - - uid: 2281 - components: - - type: Transform - pos: 2.5,-114.5 - parent: 2 - - uid: 2698 - components: - - type: Transform - pos: 3.5,-153.5 - parent: 2 - - uid: 2818 - components: - - type: Transform - pos: 3.5,-134.5 - parent: 2 - - uid: 3582 - components: - - type: Transform - pos: -7.5,-176.5 - parent: 2 - - uid: 4176 - components: - - type: Transform - pos: -7.5,-171.5 - parent: 2 - - uid: 4579 - components: - - type: Transform - pos: -3.5,-180.5 - parent: 2 - - uid: 7334 - components: - - type: Transform - pos: 17.5,-149.5 - parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14673 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 3621 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 7335 - components: - - type: Transform - pos: 17.5,-142.5 - parent: 2 - - uid: 9052 - components: - - type: Transform - pos: 4.5,-288.5 - parent: 2 - - uid: 9409 - components: - - type: Transform - pos: 3.5,-288.5 - parent: 2 - - uid: 10533 - components: - - type: Transform - pos: 6.5,-296.5 - parent: 2 - - uid: 10534 - components: - - type: Transform - pos: 3.5,-296.5 - parent: 2 - - uid: 10535 - components: - - type: Transform - pos: -2.5,-296.5 - parent: 2 - - uid: 10537 - components: - - type: Transform - pos: 10.5,-299.5 - parent: 2 - - uid: 10539 - components: - - type: Transform - pos: 9.5,-313.5 - parent: 2 - - uid: 10540 - components: - - type: Transform - pos: 6.5,-319.5 - parent: 2 - - uid: 10541 - components: - - type: Transform - pos: 3.5,-320.5 - parent: 2 - - uid: 14596 - components: - - type: Transform - pos: -4.5,-257.5 - parent: 2 - - uid: 14597 - components: - - type: Transform - pos: -7.5,-253.5 - parent: 2 - - uid: 14598 - components: - - type: Transform - pos: 8.5,-259.5 - parent: 2 - - uid: 14642 - components: - - type: Transform - pos: 4.5,-259.5 - parent: 2 - - uid: 16871 - components: - - type: Transform - pos: -7.5,-250.5 - parent: 2 -- proto: ClosetRadiationSuitFilled - entities: - - uid: 4893 - components: - - type: Transform - pos: 6.5,-247.5 - parent: 2 - - uid: 10090 - components: - - type: Transform - pos: -8.5,-319.5 - parent: 2 -- proto: ClosetWall - entities: - - uid: 14476 - components: - - type: Transform - pos: 17.5,-59.5 - parent: 2 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 14479 - - 14478 - - 14477 - - 14480 -- proto: ClosetWallAtmospherics - entities: - - uid: 14755 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,-266.5 - parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 75.31249 - moles: - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 14762 - - 14770 - - 14766 - - uid: 16798 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,-266.5 - parent: 2 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 16799 - - 16800 - - 16801 - - uid: 16811 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,-266.5 - parent: 2 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 16813 - - 16814 - - 16812 - - uid: 17056 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,-266.5 - parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 93.465614 - moles: - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 17062 - - 17061 - - 17060 - - 17059 - - 17058 - - 17057 -- proto: ClosetWallEmergencyFilledRandom - entities: - - uid: 370 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-2.5 - parent: 2 - - uid: 383 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-2.5 - parent: 2 - - uid: 684 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-17.5 - parent: 2 - - uid: 776 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-46.5 - parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 75.31249 - moles: - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 815 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-45.5 - parent: 2 - - uid: 834 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-107.5 - parent: 2 - - uid: 895 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-33.5 - parent: 2 - - uid: 2899 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-138.5 - parent: 2 - - uid: 4057 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-52.5 - parent: 2 - - uid: 4058 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-79.5 - parent: 2 - - uid: 4059 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-73.5 - parent: 2 - - uid: 4060 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-100.5 - parent: 2 - - uid: 4061 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-106.5 - parent: 2 - - uid: 4062 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-127.5 - parent: 2 - - uid: 4063 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-133.5 - parent: 2 - - uid: 4064 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-154.5 - parent: 2 - - uid: 4065 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-160.5 - parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 75.31249 - moles: - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 4066 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-181.5 - parent: 2 - - uid: 4067 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-187.5 - parent: 2 - - uid: 4094 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-35.5 - parent: 2 - - uid: 4137 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-25.5 - parent: 2 - - uid: 4191 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-19.5 - parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14673 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 4221 - components: - - type: Transform - pos: -6.5,-106.5 - parent: 2 - - uid: 4577 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-235.5 - parent: 2 - - uid: 4650 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-208.5 - parent: 2 - - uid: 4652 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-214.5 - parent: 2 - - uid: 4656 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-241.5 - parent: 2 - - uid: 7489 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-262.5 - parent: 2 - - uid: 8889 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-268.5 - parent: 2 - - uid: 9377 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-289.5 - parent: 2 - - uid: 9378 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-295.5 - parent: 2 - - uid: 10568 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-321.5 - parent: 2 - - uid: 11140 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-327.5 - parent: 2 - - uid: 11145 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-348.5 - parent: 2 - - uid: 11146 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-354.5 - parent: 2 -- proto: ClosetWallFireFilledRandom - entities: - - uid: 321 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-3.5 - parent: 2 - - uid: 334 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-1.5 - parent: 2 - - uid: 835 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-133.5 - parent: 2 - - uid: 836 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-154.5 - parent: 2 - - uid: 839 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-160.5 - parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 75.31249 - moles: - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 931 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-33.5 - parent: 2 - - uid: 1108 - components: - - type: Transform - pos: 4.5,-36.5 - parent: 2 - - uid: 1819 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-19.5 - parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14673 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 2304 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-127.5 - parent: 2 - - uid: 2898 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-143.5 - parent: 2 - - uid: 3001 - components: - - type: Transform - pos: -7.5,-106.5 - parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14673 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 3625 - - uid: 3021 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-37.5 - parent: 2 - - uid: 3162 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-106.5 - parent: 2 - - uid: 4068 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-187.5 - parent: 2 - - uid: 4069 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-181.5 - parent: 2 - - uid: 4227 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-15.5 - parent: 2 - - uid: 4228 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-100.5 - parent: 2 - - uid: 4229 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-79.5 - parent: 2 - - uid: 4230 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-73.5 - parent: 2 - - uid: 4231 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-52.5 - parent: 2 - - uid: 4232 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-46.5 - parent: 2 - - uid: 4238 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-25.5 - parent: 2 - - uid: 4469 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-107.5 - parent: 2 - - uid: 4651 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-208.5 - parent: 2 - - uid: 4653 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-214.5 - parent: 2 - - uid: 4654 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-235.5 - parent: 2 - - uid: 4655 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-241.5 - parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 75.31249 - moles: - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 7498 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-262.5 - parent: 2 - - uid: 8669 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-268.5 - parent: 2 - - uid: 9376 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-289.5 - parent: 2 - - uid: 9379 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-295.5 - parent: 2 - - uid: 10569 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-321.5 - parent: 2 - - uid: 11142 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-327.5 - parent: 2 - - uid: 11143 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-348.5 - parent: 2 - - uid: 11144 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-354.5 - parent: 2 -- proto: ClosetWallMaintenanceFilledRandom - entities: - - uid: 1063 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-19.5 - parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14673 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 7306 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-19.5 - parent: 2 - - uid: 7392 - components: - - type: Transform - pos: 13.5,-137.5 - parent: 2 - - uid: 7393 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-154.5 - parent: 2 -- proto: ClothingBackpackMerc - entities: - - uid: 9088 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.53031,-143.53029 - parent: 2 -- proto: ClothingBeltChampion - entities: - - uid: 98 - components: - - type: Transform - pos: -1.944771,-1.3469867 - parent: 2 -- proto: ClothingBeltMercWebbing - entities: - - uid: 9089 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 13.929752,-156.62067 - parent: 2 -- proto: ClothingBeltSalvageWebbing - entities: - - uid: 8632 - components: - - type: Transform - pos: -6.4954147,-283.40762 - parent: 2 -- proto: ClothingBeltUtilityEngineering - entities: - - uid: 4921 - components: - - type: Transform - pos: 5.3335085,-253.25787 - parent: 2 - - uid: 4948 - components: - - type: Transform - pos: 5.597643,-252.98062 - parent: 2 -- proto: ClothingBeltUtilityFilled - entities: - - uid: 8865 - components: - - type: Transform - pos: -5.4843903,-272.37283 - parent: 2 - - uid: 8918 - components: - - type: Transform - pos: -5.086961,-272.51526 - parent: 2 -- proto: ClothingEyesEyepatchHudBeer - entities: - - uid: 6284 - components: - - type: Transform - pos: -5.5304284,-200.22986 - parent: 2 -- proto: ClothingEyesEyepatchHudMedical - entities: - - uid: 3694 - components: - - type: Transform - pos: 8.467955,-175.3928 - parent: 2 - - uid: 6774 - components: - - type: Transform - pos: 3.4473612,-179.2827 - parent: 2 -- proto: ClothingEyesEyepatchHudSecurity - entities: - - uid: 6307 - components: - - type: Transform - pos: -7.5085177,-98.683334 - parent: 2 - - uid: 10854 - components: - - type: Transform - pos: -6.5701137,-339.11215 - parent: 2 -- proto: ClothingEyesGlassesJamjar - entities: - - uid: 15036 - components: - - type: Transform - pos: -10.441889,-133.57634 - parent: 2 -- proto: ClothingEyesGlassesMercenary - entities: - - uid: 9096 - components: - - type: Transform - pos: 17.46046,-151.51154 - parent: 2 -- proto: ClothingEyesGlassesMeson - entities: - - uid: 6639 - components: - - type: Transform - pos: 8.599879,-250.49686 - parent: 2 - - uid: 8414 - components: - - type: Transform - pos: 16.374,-245.4528 - parent: 2 - - uid: 8492 - components: - - type: Transform - pos: 16.241934,-245.58482 - parent: 2 - - uid: 8982 - components: - - type: Transform - pos: 16.545687,-245.58482 - parent: 2 -- proto: ClothingEyesHudOnionBeer - entities: - - uid: 14658 - components: - - type: Transform - pos: 17.613636,-73.25992 - parent: 2 -- proto: ClothingEyesHudSecurity - entities: - - uid: 12714 - components: - - type: Transform - pos: -6.38522,-339.1782 - parent: 2 -- proto: ClothingHandsGlovesColorBlack - entities: - - uid: 934 - components: - - type: Transform - pos: -6.3692145,-340.57867 - parent: 2 - - uid: 9395 - components: - - type: Transform - pos: -6.488075,-340.47308 - parent: 2 -- proto: ClothingHandsGlovesColorYellow - entities: - - uid: 2973 - components: - - type: Transform - pos: 4.7532883,-254.3202 - parent: 2 - - uid: 4868 - components: - - type: Transform - pos: 4.528774,-254.50504 - parent: 2 - - uid: 7318 - components: - - type: Transform - pos: 15.461874,-246.04686 - parent: 2 - - uid: 7484 - components: - - type: Transform - pos: 15.620354,-246.35051 - parent: 2 - - uid: 8679 - components: - - type: Transform - pos: -6.3936963,-283.34045 - parent: 2 - - uid: 8977 - components: - - type: Transform - pos: 15.422254,-246.69377 - parent: 2 - - uid: 11675 - components: - - type: Transform - pos: -2.7487679,-7.3508615 - parent: 2 - - uid: 11676 - components: - - type: Transform - pos: -2.7375195,-7.497039 - parent: 2 - - uid: 14599 - components: - - type: Transform - pos: 5.5004325,-245.50078 - parent: 2 - - uid: 15175 - components: - - type: Transform - pos: 9.644433,-119.25072 - parent: 2 - - uid: 15176 - components: - - type: Transform - pos: 9.678177,-119.43063 - parent: 2 - - uid: 16894 - components: - - type: Transform - pos: -13.484996,-257.5879 - parent: 2 - - uid: 16896 - components: - - type: Transform - pos: -13.484996,-257.5879 - parent: 2 - - uid: 16897 - components: - - type: Transform - pos: -13.484996,-257.5879 - parent: 2 -- proto: ClothingHandsGlovesColorYellowBudget - entities: - - uid: 5118 - components: - - type: Transform - pos: 5.4891844,-245.36584 - parent: 2 - - uid: 15261 - components: - - type: Transform - pos: 5.4891844,-245.19717 - parent: 2 -- proto: ClothingHandsGlovesLatex - entities: - - uid: 10120 - components: - - type: Transform - pos: -4.4184327,-302.4534 - parent: 2 -- proto: ClothingHandsGlovesMercFingerless - entities: - - uid: 9094 - components: - - type: Transform - pos: 11.0250435,-142.57506 - parent: 2 -- proto: ClothingHandsGlovesNitrile - entities: - - uid: 3905 - components: - - type: Transform - pos: -6.474791,-195.55786 - parent: 2 -- proto: ClothingHandsTacticalMaidGloves - entities: - - uid: 2879 - components: - - type: Transform - pos: -8.44329,-15.527226 - parent: 2 -- proto: ClothingHeadBandMerc - entities: - - uid: 9090 - components: - - type: Transform - pos: 16.371077,-159.35246 - parent: 2 -- proto: ClothingHeadHatBeretMerc - entities: - - uid: 9091 - components: - - type: Transform - pos: 7.385122,-163.34297 - parent: 2 -- proto: ClothingHeadHatBeretRND - entities: - - uid: 15096 - components: - - type: Transform - pos: 10.067849,-194.21626 - parent: 2 -- proto: ClothingHeadHatBrownFlatcap - entities: - - uid: 14636 - components: - - type: Transform - pos: -7.7489276,-255.68477 - parent: 2 -- proto: ClothingHeadHatCowboyBountyHunter - entities: - - uid: 6283 - components: - - type: Transform - pos: -5.4412646,-206.21022 - parent: 2 - - uid: 10122 - components: - - type: Transform - pos: -6.5050893,-305.04108 - parent: 2 -- proto: ClothingHeadHatCowboyBrown - entities: - - uid: 6016 - components: - - type: Transform - pos: -2.3394754,-148.72287 - parent: 2 -- proto: ClothingHeadHatCowboyGrey - entities: - - uid: 15165 - components: - - type: Transform - pos: 9.464466,-120.1053 - parent: 2 -- proto: ClothingHeadHatCowboyRed - entities: - - uid: 8932 - components: - - type: Transform - pos: 16.43729,-78.522385 - parent: 2 -- proto: ClothingHeadHatHairflower - entities: - - uid: 97 - components: - - type: Transform - pos: -1.3108504,-1.6374404 - parent: 2 - - uid: 993 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.308499,-40.737587 - parent: 2 - - uid: 4106 - components: - - type: Transform - pos: -4.616196,-20.118092 - parent: 2 -- proto: ClothingHeadHatHoodMoth - entities: - - uid: 4528 - components: - - type: Transform - pos: -7.2912927,-121.47427 - parent: 2 -- proto: ClothingHeadHatShrineMaidenWig - entities: - - uid: 2671 - components: - - type: Transform - pos: 2.5369916,-142.75755 - parent: 2 -- proto: ClothingHeadHatSurgcapPurple - entities: - - uid: 16505 - components: - - type: Transform - pos: -13.547984,-168.3646 - parent: 2 -- proto: ClothingHeadHatUshanka - entities: - - uid: 1487 - components: - - type: Transform - pos: 7.3559012,-56.31927 - parent: 2 -- proto: ClothingHeadHatWelding - entities: - - uid: 339 - components: - - type: Transform - pos: -6.7000256,-2.3430972 - parent: 2 -- proto: ClothingHeadHatWeldingMaskFlame - entities: - - uid: 14348 - components: - - type: Transform - pos: 8.726893,-250.28665 - parent: 2 -- proto: ClothingHeadHatWeldingMaskFlameBlue - entities: - - uid: 14349 - components: - - type: Transform - pos: 8.351893,-250.58353 - parent: 2 -- proto: ClothingHeadHelmetAtmosFire - entities: - - uid: 17058 - components: - - type: Transform - parent: 17056 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ClothingHeadHelmetMerc - entities: - - uid: 9086 - components: - - type: Transform - pos: 12.225706,-136.18898 - parent: 2 -- proto: ClothingMaskBreath - entities: - - uid: 633 - components: - - type: Transform - pos: -3.5046618,-18.436672 - parent: 2 -- proto: ClothingMaskClown - entities: - - uid: 10639 - components: - - type: Transform - parent: 2003 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ClothingMaskGasAtmos - entities: - - uid: 8253 - components: - - type: Transform - pos: 11.724084,-252.53477 - parent: 2 - - uid: 16813 - components: - - type: Transform - parent: 16811 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ClothingMaskGasMerc - entities: - - uid: 9092 - components: - - type: Transform - pos: 7.4026275,-133.54765 - parent: 2 -- proto: ClothingMaskSadMime - entities: - - uid: 11453 - components: - - type: Transform - parent: 2019 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ClothingMaskScaredMime - entities: - - uid: 11287 - components: - - type: Transform - parent: 2019 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ClothingMaskSexyClown - entities: - - uid: 8788 - components: - - type: Transform - parent: 2003 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ClothingMaskSexyMime - entities: - - uid: 11452 - components: - - type: Transform - parent: 2019 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ClothingNeckBling - entities: - - uid: 96 - components: - - type: Transform - pos: -1.5397658,-1.2765735 - parent: 2 -- proto: ClothingNeckCloakGoliathCloak - entities: - - uid: 12386 - components: - - type: Transform - pos: 20.545477,-319.41248 - parent: 2 -- proto: ClothingNeckCloakMoth - entities: - - uid: 4222 - components: - - type: Transform - pos: -7.7756677,-121.72427 - parent: 2 -- proto: ClothingNeckHeadphones - entities: - - uid: 882 - components: - - type: Transform - pos: -1.4138944,-29.279722 - parent: 2 -- proto: ClothingNeckScarfStripedZebra - entities: - - uid: 2039 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.379782,-122.33475 - parent: 2 -- proto: ClothingNeckStoleChaplain - entities: - - uid: 2674 - components: - - type: Transform - pos: 6.5223746,-143.07793 - parent: 2 -- proto: ClothingNeckTieSci - entities: - - uid: 15097 - components: - - type: Transform - pos: 10.437636,-200.83151 - parent: 2 -- proto: ClothingOuterSuitAtmosFire - entities: - - uid: 17061 - components: - - type: Transform - parent: 17056 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ClothingOuterSuitShrineMaiden - entities: - - uid: 2670 - components: - - type: Transform - pos: 2.4225328,-143.14482 - parent: 2 -- proto: ClothingOuterVestWebMerc - entities: - - uid: 1997 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 18.631872,-168.41014 - parent: 2 -- proto: ClothingOuterWinterMime - entities: - - uid: 11286 - components: - - type: Transform - parent: 2019 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ClothingOuterWinterWarden - entities: - - uid: 12713 - components: - - type: Transform - pos: -0.49978608,-365.77002 - parent: 2 -- proto: ClothingShoesBootsCowboyBrown - entities: - - uid: 6274 - components: - - type: Transform - pos: -2.9131222,-148.72287 - parent: 2 -- proto: ClothingShoesBootsCowboyWhite - entities: - - uid: 15162 - components: - - type: Transform - pos: 8.722098,-120.734985 - parent: 2 -- proto: ClothingShoesBootsMag - entities: - - uid: 405 - components: - - type: Transform - pos: 4.373787,2.6813912 - parent: 2 - - uid: 406 - components: - - type: Transform - pos: 4.592537,2.4938912 - parent: 2 - - uid: 9015 - components: - - type: Transform - pos: -6.54561,-283.5363 - parent: 2 - - uid: 15177 - components: - - type: Transform - pos: 9.228257,-119.26196 - parent: 2 - - uid: 15178 - components: - - type: Transform - pos: 9.262002,-119.56557 - parent: 2 - - uid: 16886 - components: - - type: Transform - pos: -13.328746,-257.19727 - parent: 2 - - uid: 16888 - components: - - type: Transform - pos: -13.328746,-257.19727 - parent: 2 - - uid: 16889 - components: - - type: Transform - pos: -13.328746,-257.19727 - parent: 2 -- proto: ClothingShoesBootsMercFilled - entities: - - uid: 8399 - components: - - type: Transform - pos: 7.4738736,-160.36284 - parent: 2 -- proto: ClothingShoesClown - entities: - - uid: 10092 - components: - - type: Transform - parent: 2003 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ClothingUniformJumpskirtJanimaidmini - entities: - - uid: 2878 - components: - - type: Transform - pos: -4.636336,-20.392185 - parent: 2 -- proto: ClothingUniformJumpsuitChiefEngineerSyndie - entities: - - uid: 734 - components: - - type: Transform - pos: -2.5118494,-45.422665 - parent: 2 -- proto: ClothingUniformJumpsuitMercenary - entities: - - uid: 9097 - components: - - type: Transform - pos: 13.563655,-161.57042 - parent: 2 -- proto: ClothingUniformJumpsuitMime - entities: - - uid: 11288 - components: - - type: Transform - parent: 2019 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: Cobweb1 - entities: - - uid: 1110 - components: - - type: Transform - pos: 5.5,-26.5 - parent: 2 - - uid: 1632 - components: - - type: Transform - pos: 4.5,-66.5 - parent: 2 - - uid: 1638 - components: - - type: Transform - pos: 3.5,-71.5 - parent: 2 - - uid: 14374 - components: - - type: Transform - pos: 13.5,-60.5 - parent: 2 -- proto: Cobweb2 - entities: - - uid: 437 - components: - - type: Transform - pos: -2.5,-16.5 - parent: 2 - - uid: 1635 - components: - - type: Transform - pos: 7.5,-68.5 - parent: 2 - - uid: 1636 - components: - - type: Transform - pos: 7.5,-55.5 - parent: 2 - - uid: 1637 - components: - - type: Transform - pos: -2.5,-53.5 - parent: 2 - - uid: 9030 - components: - - type: Transform - pos: 1.5,-262.5 - parent: 2 - - uid: 9031 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-287.5 - parent: 2 - - uid: 9032 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-287.5 - parent: 2 - - uid: 14379 - components: - - type: Transform - pos: 17.5,-60.5 - parent: 2 - - uid: 14773 - components: - - type: Transform - pos: 6.5,-28.5 - parent: 2 -- proto: ComfyChair - entities: - - uid: 309 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-10.5 - parent: 2 - - uid: 2208 - components: - - type: Transform - pos: -0.5,-121.5 - parent: 2 - - uid: 4143 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-358.5 - parent: 2 - - uid: 11763 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-358.5 - parent: 2 - - uid: 13452 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-37.5 - parent: 2 - - uid: 15028 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-133.5 - parent: 2 - - uid: 15029 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-134.5 - parent: 2 -- proto: CommsComputerCircuitboard - entities: - - uid: 11637 - components: - - type: Transform - pos: -3.4686394,-6.979798 - parent: 2 -- proto: ComputerAlert - entities: - - uid: 1156 - components: - - type: Transform - pos: -5.5,-334.5 - parent: 2 -- proto: ComputerAnalysisConsole - entities: - - uid: 12118 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-316.5 - parent: 2 -- proto: computerBodyScanner - entities: - - uid: 4603 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-203.5 - parent: 2 -- proto: ComputerBroken - entities: - - uid: 9695 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-307.5 - parent: 2 -- proto: ComputerCargoBounty - entities: - - uid: 8497 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-273.5 - parent: 2 -- proto: ComputerCargoOrders - entities: - - uid: 9025 - components: - - type: Transform - pos: 3.5,-276.5 - parent: 2 -- proto: ComputerCargoShuttle - entities: - - uid: 9026 - components: - - type: Transform - pos: 2.5,-276.5 - parent: 2 -- proto: ComputerComms - entities: - - uid: 54 - components: - - type: Transform - pos: 0.5,3.5 - parent: 2 -- proto: ComputerCrewMonitoring - entities: - - uid: 50 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,0.5 - parent: 2 - - uid: 8408 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-166.5 - parent: 2 -- proto: ComputerCriminalRecords - entities: - - uid: 14300 - components: - - type: Transform - pos: -6.5,-335.5 - parent: 2 - - uid: 14804 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-72.5 - parent: 2 -- proto: ComputerFrame - entities: - - uid: 9394 - components: - - type: Transform - pos: 1.5,-196.5 - parent: 2 -- proto: ComputerId - entities: - - uid: 395 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-10.5 - parent: 2 - - uid: 9514 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-121.5 - parent: 2 -- proto: ComputerMassMedia - entities: - - uid: 9638 - components: - - type: Transform - pos: 21.5,-297.5 - parent: 2 -- proto: ComputerMedicalRecords - entities: - - uid: 7837 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-166.5 - parent: 2 -- proto: ComputerPowerMonitoring - entities: - - uid: 49 - components: - - type: Transform - pos: -1.5,2.5 - parent: 2 - - uid: 5425 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-231.5 - parent: 2 - - uid: 5461 - components: - - type: Transform - pos: -3.5,-218.5 - parent: 2 - - uid: 6750 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-254.5 - parent: 2 - - uid: 8182 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-252.5 - parent: 2 - - uid: 9702 - components: - - type: Transform - pos: 23.5,-309.5 - parent: 2 -- proto: ComputerRadar - entities: - - uid: 52 - components: - - type: Transform - pos: 2.5,2.5 - parent: 2 -- proto: ComputerResearchAndDevelopment - entities: - - uid: 9826 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-301.5 - parent: 2 - - uid: 10033 - components: - - type: Transform - pos: -2.5,-300.5 - parent: 2 - - uid: 10037 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-316.5 - parent: 2 -- proto: ComputerSalvageExpedition - entities: - - uid: 8873 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-274.5 - parent: 2 -- proto: ComputerShuttleCargo - entities: - - uid: 9022 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-279.5 - parent: 2 -- proto: ComputerShuttleSalvage - entities: - - uid: 8890 - components: - - type: Transform - pos: -5.5,-270.5 - parent: 2 -- proto: ComputerSolarControl - entities: - - uid: 4912 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-231.5 - parent: 2 - - uid: 5462 - components: - - type: Transform - pos: -2.5,-218.5 - parent: 2 -- proto: ComputerStationRecords - entities: - - uid: 9396 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,0.5 - parent: 2 - - uid: 10709 - components: - - type: Transform - pos: -3.5,-70.5 - parent: 2 - - uid: 15750 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-364.5 - parent: 2 -- proto: ComputerSurveillanceCameraMonitor - entities: - - uid: 1172 - components: - - type: Transform - pos: -4.5,-334.5 - parent: 2 - - uid: 9682 - components: - - type: Transform - pos: 23.5,-315.5 - parent: 2 - - uid: 14805 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-71.5 - parent: 2 -- proto: ComputerTelevision - entities: - - uid: 12694 - components: - - type: Transform - pos: -2.5,-61.5 - parent: 2 -- proto: ContainmentFieldGenerator - entities: - - uid: 5182 - components: - - type: Transform - pos: 23.5,-255.5 - parent: 2 - - uid: 6652 - components: - - type: Transform - pos: 31.5,-255.5 - parent: 2 - - uid: 7449 - components: - - type: Transform - pos: 19.5,-243.5 - parent: 2 - - uid: 7771 - components: - - type: Transform - pos: 19.5,-242.5 - parent: 2 -- proto: ContrabassInstrument - entities: - - uid: 14363 - components: - - type: Transform - pos: 13.5,-62.5 - parent: 2 -- proto: ConveyorBelt - entities: - - uid: 4899 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-219.5 - parent: 2 - - type: DeviceLinkSink - links: - - 7621 - - uid: 5450 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-217.5 - parent: 2 - - type: DeviceLinkSink - links: - - 7621 - - uid: 6589 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-220.5 - parent: 2 - - type: DeviceLinkSink - links: - - 7621 - - uid: 7620 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-216.5 - parent: 2 - - type: DeviceLinkSink - links: - - 7621 - - uid: 7644 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-221.5 - parent: 2 - - type: DeviceLinkSink - links: - - 7621 - - uid: 7715 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-218.5 - parent: 2 - - type: DeviceLinkSink - links: - - 7621 - - uid: 8990 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-281.5 - parent: 2 - - type: DeviceLinkSink - links: - - 9006 - - uid: 8991 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-281.5 - parent: 2 - - type: DeviceLinkSink - links: - - 9006 - - uid: 8992 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-281.5 - parent: 2 - - type: DeviceLinkSink - links: - - 9006 - - uid: 8993 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-277.5 - parent: 2 - - type: DeviceLinkSink - links: - - 9007 - - uid: 8994 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-277.5 - parent: 2 - - type: DeviceLinkSink - links: - - 9007 - - uid: 8995 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-277.5 - parent: 2 - - type: DeviceLinkSink - links: - - 9007 - - uid: 8996 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-281.5 - parent: 2 - - type: DeviceLinkSink - links: - - 9006 - - uid: 8997 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-277.5 - parent: 2 - - type: DeviceLinkSink - links: - - 9007 -- proto: CowToolboxFilled - entities: - - uid: 5403 - components: - - type: Transform - pos: -2.6682575,-263.44592 - parent: 2 -- proto: CrateArtifactContainer - entities: - - uid: 9825 - components: - - type: Transform - pos: -2.5,-320.5 - parent: 2 -- proto: CrateEngineeringAMEControl - entities: - - uid: 6862 - components: - - type: Transform - pos: 20.5,-251.5 - parent: 2 -- proto: CrateEngineeringAMEJar - entities: - - uid: 8514 - components: - - type: Transform - pos: 20.5,-253.5 - parent: 2 -- proto: CrateEngineeringAMEShielding - entities: - - uid: 8630 - components: - - type: Transform - pos: 20.5,-252.5 - parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14673 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 8631 - - 8633 - - 8634 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null -- proto: CrateEngineeringCableHV - entities: - - uid: 4903 - components: - - type: Transform - pos: -2.5,-231.5 - parent: 2 -- proto: CrateFilledSpawner - entities: - - uid: 2995 - components: - - type: Transform - pos: 6.5,-278.5 - parent: 2 - - uid: 14094 - components: - - type: Transform - pos: 1.5,-278.5 - parent: 2 - - uid: 14095 - components: - - type: Transform - pos: 1.5,-280.5 - parent: 2 - - uid: 14096 - components: - - type: Transform - pos: 2.5,-280.5 - parent: 2 -- proto: CrateFreezer - entities: - - uid: 1940 - components: - - type: Transform - pos: -4.5,-93.5 - parent: 2 - - uid: 7212 - components: - - type: Transform - pos: -0.5,-203.5 - parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 93.465614 - moles: - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 7213 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null -- proto: CrateFunPirate - entities: - - uid: 14570 - components: - - type: Transform - pos: -11.5,-299.5 - parent: 2 -- proto: CrateMedicalSecure - entities: - - uid: 3241 - components: - - type: Transform - pos: -1.5,-177.5 - parent: 2 -- proto: CrateMedicalSurgery - entities: - - uid: 6779 - components: - - type: Transform - pos: -14.5,-168.5 - parent: 2 -- proto: CrateNPCHamlet - entities: - - uid: 209 - components: - - type: Transform - pos: 6.5,-10.5 - parent: 2 -- proto: CratePlasma - entities: - - uid: 9038 - components: - - type: Transform - pos: 6.5,-274.5 - parent: 2 -- proto: CrateSecure - entities: - - uid: 12773 - components: - - type: Transform - pos: -4.5,-355.5 - parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14673 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 12774 - - 12775 - - 12776 - - 12777 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null -- proto: CrateServiceBureaucracy - entities: - - uid: 9069 - components: - - type: Transform - pos: 6.5,-270.5 - parent: 2 -- proto: CrateServiceJanitorialSupplies - entities: - - uid: 1066 - components: - - type: Transform - pos: -3.5,-55.5 - parent: 2 -- proto: CrateSurgery - entities: - - uid: 7210 - components: - - type: Transform - pos: 3.5,-200.5 - parent: 2 -- proto: CrateTrashCart - entities: - - uid: 7622 - components: - - type: Transform - pos: 5.5,-220.5 - parent: 2 -- proto: CrateTrashCartFilled - entities: - - uid: 5451 - components: - - type: Transform - pos: 5.5,-218.5 - parent: 2 -- proto: CrateTrashCartJani - entities: - - uid: 10864 - components: - - type: Transform - pos: -0.5,-55.5 - parent: 2 -- proto: CrayonBox - entities: - - uid: 14730 - components: - - type: Transform - pos: -6.0386314,-189.32039 - parent: 2 -- proto: CrayonMime - entities: - - uid: 11491 - components: - - type: Transform - parent: 2019 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: Crematorium - entities: - - uid: 2692 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-139.5 - parent: 2 -- proto: CrewMonitoringServer - entities: - - uid: 8598 - components: - - type: Transform - pos: 23.5,-317.5 - parent: 2 -- proto: CriminalRecordsComputerCircuitboard - entities: - - uid: 11646 - components: - - type: Transform - pos: -3.457391,-7.452061 - parent: 2 -- proto: Crowbar - entities: - - uid: 12231 - components: - - type: Transform - pos: 15.588418,-247.49165 - parent: 2 -- proto: CrowbarRed - entities: - - uid: 867 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.447252,-148.35458 - parent: 2 - - uid: 5020 - components: - - type: Transform - pos: 7.5092626,-245.4333 - parent: 2 - - uid: 14645 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5097127,-260.45267 - parent: 2 - - uid: 14646 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.4304724,-260.42627 - parent: 2 - - uid: 14649 - components: - - type: Transform - pos: 7.6104946,-245.51202 - parent: 2 - - uid: 15266 - components: - - type: Transform - pos: 7.734223,-245.60197 - parent: 2 -- proto: CryogenicSleepUnit - entities: - - uid: 1831 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-110.5 - parent: 2 - - uid: 1987 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-109.5 - parent: 2 - - uid: 1988 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-107.5 - parent: 2 - - uid: 2075 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-108.5 - parent: 2 - - uid: 10929 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-373.5 - parent: 2 -- proto: CryogenicSleepUnitSpawner - entities: - - uid: 1205 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-109.5 - parent: 2 -- proto: CryogenicSleepUnitSpawnerLateJoin - entities: - - uid: 1242 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-108.5 - parent: 2 -- proto: CryoPod - entities: - - uid: 16491 - components: - - type: Transform - pos: -3.5,-169.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 -- proto: CryoxadoneBeakerSmall - entities: - - uid: 11894 - components: - - type: Transform - pos: -1.7246923,-168.03389 - parent: 2 - - uid: 17003 - components: - - type: Transform - pos: -1.196425,-168.50917 - parent: 2 -- proto: CrystalBlue - entities: - - uid: 6833 - components: - - type: Transform - pos: 23.5,-258.5 - parent: 2 - - uid: 7568 - components: - - type: Transform - pos: 29.5,-264.5 - parent: 2 - - uid: 16501 - components: - - type: Transform - pos: -11.5,-163.5 - parent: 2 -- proto: CrystalCyan - entities: - - uid: 5677 - components: - - type: Transform - pos: 2.5,-141.5 - parent: 2 - - uid: 5685 - components: - - type: Transform - pos: 6.5,-141.5 - parent: 2 - - uid: 6836 - components: - - type: Transform - pos: 30.5,-258.5 - parent: 2 - - uid: 6837 - components: - - type: Transform - pos: 27.5,-255.5 - parent: 2 - - uid: 7570 - components: - - type: Transform - pos: 24.5,-261.5 - parent: 2 - - uid: 16504 - components: - - type: Transform - pos: -12.5,-161.5 - parent: 2 - - uid: 16529 - components: - - type: Transform - pos: -14.5,-166.5 - parent: 2 -- proto: CrystalGreen - entities: - - uid: 7233 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,-144.5 - parent: 2 - - uid: 7247 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-149.5 - parent: 2 - - uid: 7248 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,-147.5 - parent: 2 - - uid: 7250 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-145.5 - parent: 2 - - uid: 7313 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,-153.5 - parent: 2 - - uid: 7416 - components: - - type: Transform - pos: 17.5,-163.5 - parent: 2 -- proto: CyborgEndoskeleton - entities: - - uid: 9949 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.3038316,-313.34412 - parent: 2 -- proto: d20Dice - entities: - - uid: 14461 - components: - - type: Transform - pos: 17.02164,-78.62984 - parent: 2 -- proto: d4Dice - entities: - - uid: 14634 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.291989,-256.2544 - parent: 2 -- proto: Dart - entities: - - uid: 2207 - components: - - type: Transform - rot: 0.09166564047336578 rad - pos: 2.1532936,-32.028313 - parent: 2 -- proto: DefaultStationBeaconAISatellite - entities: - - uid: 11450 - components: - - type: Transform - pos: 22.5,-307.5 - parent: 2 -- proto: DefaultStationBeaconAME - entities: - - uid: 13472 - components: - - type: Transform - pos: 18.5,-252.5 - parent: 2 -- proto: DefaultStationBeaconAnomalyGenerator - entities: - - uid: 11458 - components: - - type: Transform - pos: 5.5,-301.5 - parent: 2 -- proto: DefaultStationBeaconArmory - entities: - - uid: 11455 - components: - - type: Transform - pos: 5.5,-340.5 - parent: 2 -- proto: DefaultStationBeaconArrivals - entities: - - uid: 11459 - components: - - type: Transform - pos: 6.5,-40.5 - parent: 2 -- proto: DefaultStationBeaconArtifactLab - entities: - - uid: 11460 - components: - - type: Transform - pos: -6.5,-315.5 - parent: 2 -- proto: DefaultStationBeaconBar - entities: - - uid: 11461 - components: - - type: Transform - pos: -0.5,-63.5 - parent: 2 -- proto: DefaultStationBeaconBotany - entities: - - uid: 11462 - components: - - type: Transform - pos: -6.5,-86.5 - parent: 2 -- proto: DefaultStationBeaconBridge - entities: - - uid: 11466 - components: - - type: Transform - pos: 0.5,1.5 - parent: 2 -- proto: DefaultStationBeaconBrig - entities: - - uid: 11463 - components: - - type: Transform - pos: -2.5,-338.5 - parent: 2 -- proto: DefaultStationBeaconCaptainsQuarters - entities: - - uid: 11476 - components: - - type: Transform - pos: -2.5,-14.5 - parent: 2 -- proto: DefaultStationBeaconCargoBay - entities: - - uid: 11479 - components: - - type: Transform - pos: 7.5,-279.5 - parent: 2 -- proto: DefaultStationBeaconCargoReception - entities: - - uid: 11480 - components: - - type: Transform - pos: 4.5,-272.5 - parent: 2 -- proto: DefaultStationBeaconCERoom - entities: - - uid: 13992 - components: - - type: Transform - pos: 10.5,-252.5 - parent: 2 -- proto: DefaultStationBeaconChapel - entities: - - uid: 11481 - components: - - type: Transform - pos: 4.5,-142.5 - parent: 2 -- proto: DefaultStationBeaconChemistry - entities: - - uid: 11482 - components: - - type: Transform - pos: 6.5,-167.5 - parent: 2 -- proto: DefaultStationBeaconCMORoom - entities: - - uid: 7944 - components: - - type: Transform - pos: 4.5,-180.5 - parent: 2 -- proto: DefaultStationBeaconCryonics - entities: - - uid: 8934 - components: - - type: Transform - pos: 4.5,-179.5 - parent: 2 - - uid: 16494 - components: - - type: Transform - pos: -2.5,-169.5 - parent: 2 -- proto: DefaultStationBeaconCryosleep - entities: - - uid: 11465 - components: - - type: Transform - pos: -7.5,-108.5 - parent: 2 -- proto: DefaultStationBeaconDetectiveRoom - entities: - - uid: 11492 - components: - - type: Transform - pos: -5.5,-72.5 - parent: 2 -- proto: DefaultStationBeaconDorms - entities: - - uid: 11493 - components: - - type: Transform - pos: -7.5,-117.5 - parent: 2 -- proto: DefaultStationBeaconEngineering - entities: - - uid: 7431 - components: - - type: Transform - pos: 3.5,-252.5 - parent: 2 -- proto: DefaultStationBeaconEvac - entities: - - uid: 11329 - components: - - type: Transform - pos: -4.5,-30.5 - parent: 2 -- proto: DefaultStationBeaconEVAStorage - entities: - - uid: 11494 - components: - - type: Transform - pos: 8.5,-114.5 - parent: 2 -- proto: DefaultStationBeaconGravGen - entities: - - uid: 7434 - components: - - type: Transform - pos: 18.5,-264.5 - parent: 2 -- proto: DefaultStationBeaconHOPOffice - entities: - - uid: 11499 - components: - - type: Transform - pos: 0.5,-119.5 - parent: 2 -- proto: DefaultStationBeaconHOSRoom - entities: - - uid: 11500 - components: - - type: Transform - pos: -3.5,-345.5 - parent: 2 -- proto: DefaultStationBeaconJanitorsCloset - entities: - - uid: 11501 - components: - - type: Transform - pos: -4.5,-54.5 - parent: 2 -- proto: DefaultStationBeaconKitchen - entities: - - uid: 11502 - components: - - type: Transform - pos: 0.5,-88.5 - parent: 2 -- proto: DefaultStationBeaconLawOffice - entities: - - uid: 11503 - components: - - type: Transform - pos: 5.5,-330.5 - parent: 2 -- proto: DefaultStationBeaconLibrary - entities: - - uid: 11508 - components: - - type: Transform - pos: -4.5,-144.5 - parent: 2 -- proto: DefaultStationBeaconMedical - entities: - - uid: 11510 - components: - - type: Transform - pos: 4.5,-173.5 - parent: 2 -- proto: DefaultStationBeaconMorgue - entities: - - uid: 11511 - components: - - type: Transform - pos: -3.5,-173.5 - parent: 2 -- proto: DefaultStationBeaconPermaBrig - entities: - - uid: 11512 - components: - - type: Transform - pos: 0.5,-372.5 - parent: 2 -- proto: DefaultStationBeaconPowerBank - entities: - - uid: 7432 - components: - - type: Transform - pos: 14.5,-252.5 - parent: 2 -- proto: DefaultStationBeaconQMRoom - entities: - - uid: 11513 - components: - - type: Transform - pos: 5.5,-285.5 - parent: 2 -- proto: DefaultStationBeaconRDRoom - entities: - - uid: 11514 - components: - - type: Transform - pos: -9.5,-303.5 - parent: 2 -- proto: DefaultStationBeaconSalvage - entities: - - uid: 11464 - components: - - type: Transform - pos: -5.5,-272.5 - parent: 2 -- proto: DefaultStationBeaconScience - entities: - - uid: 11515 - components: - - type: Transform - pos: 0.5,-307.5 - parent: 2 -- proto: DefaultStationBeaconSolars - entities: - - uid: 11516 - components: - - type: Transform - pos: -9.5,-225.5 - parent: 2 - - uid: 11518 - components: - - type: Transform - pos: 10.5,-225.5 - parent: 2 -- proto: DefaultStationBeaconSurgery - entities: - - uid: 11520 - components: - - type: Transform - pos: 1.5,-201.5 - parent: 2 -- proto: DefaultStationBeaconTechVault - entities: - - uid: 11531 - components: - - type: Transform - pos: -2.5,-6.5 - parent: 2 -- proto: DefaultStationBeaconTelecoms - entities: - - uid: 11523 - components: - - type: Transform - pos: 22.5,-298.5 - parent: 2 -- proto: DefaultStationBeaconWardensOffice - entities: - - uid: 11526 - components: - - type: Transform - pos: 0.5,-364.5 - parent: 2 -- proto: Defibrillator - entities: - - uid: 12338 - components: - - type: Transform - pos: 3.2889383,-173.42052 - parent: 2 - - uid: 12339 - components: - - type: Transform - pos: 3.037785,-199.52203 - parent: 2 -- proto: DefibrillatorCabinetFilled - entities: - - uid: 3719 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-177.5 - parent: 2 - - uid: 3720 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-195.5 - parent: 2 - - uid: 4181 - components: - - type: Transform - pos: 3.5,-170.5 - parent: 2 - - uid: 11234 - components: - - type: Transform - pos: -4.5,-359.5 - parent: 2 -- proto: DeployableBarrier - entities: - - uid: 1844 - components: - - type: Transform - pos: 4.5,-336.5 - parent: 2 - - uid: 10834 - components: - - type: Transform - pos: 4.5,-337.5 - parent: 2 - - uid: 13044 - components: - - type: Transform - pos: 4.5,-335.5 - parent: 2 -- proto: DeskBell - entities: - - uid: 2271 - components: - - type: Transform - pos: -0.2976312,-122.56093 - parent: 2 - - uid: 3103 - components: - - type: Transform - pos: 2.5791457,-168.03862 - parent: 2 - - uid: 6647 - components: - - type: Transform - pos: 1.5176499,-250.74234 - parent: 2 - - uid: 9051 - components: - - type: Transform - pos: 2.3718603,-272.5842 - parent: 2 -- proto: DiseaseDiagnoser - entities: - - uid: 929 - components: - - type: Transform - pos: -4.5,-193.5 - parent: 2 -- proto: DiseaseSwab - entities: - - uid: 3919 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.6241307,-198.50377 - parent: 2 -- proto: DisposalBend - entities: - - uid: 4175 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-287.5 - parent: 2 - - uid: 5140 - components: - - type: Transform - pos: 4.5,-9.5 - parent: 2 - - uid: 5402 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-11.5 - parent: 2 - - uid: 7781 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-287.5 - parent: 2 - - uid: 7992 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-250.5 - parent: 2 - - uid: 8105 - components: - - type: Transform - pos: 2.5,-247.5 - parent: 2 - - uid: 8241 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,-308.5 - parent: 2 - - uid: 8485 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-304.5 - parent: 2 - - uid: 8773 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-304.5 - parent: 2 - - uid: 9422 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-337.5 - parent: 2 - - uid: 9873 - components: - - type: Transform - pos: -9.5,-194.5 - parent: 2 - - uid: 9874 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-190.5 - parent: 2 - - uid: 10066 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-194.5 - parent: 2 - - uid: 12837 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-9.5 - parent: 2 - - uid: 13504 - components: - - type: Transform - pos: 1.5,-10.5 - parent: 2 - - uid: 13506 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-10.5 - parent: 2 - - uid: 13767 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-149.5 - parent: 2 - - uid: 13787 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-140.5 - parent: 2 - - uid: 14036 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-285.5 - parent: 2 - - uid: 14220 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-340.5 - parent: 2 - - uid: 14221 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-340.5 - parent: 2 - - uid: 14331 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-339.5 - parent: 2 - - uid: 15308 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-4.5 - parent: 2 - - uid: 15450 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-125.5 - parent: 2 - - uid: 15550 - components: - - type: Transform - pos: 3.5,-206.5 - parent: 2 - - uid: 15565 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-356.5 - parent: 2 - - uid: 15656 - components: - - type: Transform - pos: 0.5,-286.5 - parent: 2 - - uid: 15657 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-286.5 - parent: 2 - - uid: 15658 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-284.5 - parent: 2 - - uid: 15672 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-274.5 - parent: 2 - - uid: 15675 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-274.5 - parent: 2 - - uid: 15744 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-221.5 - parent: 2 - - uid: 15745 - components: - - type: Transform - pos: 3.5,-219.5 - parent: 2 - - uid: 17033 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,-259.5 - parent: 2 -- proto: DisposalJunction - entities: - - uid: 9420 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-337.5 - parent: 2 - - uid: 15337 - components: - - type: Transform - pos: 0.5,-32.5 - parent: 2 - - uid: 15449 - components: - - type: Transform - pos: 0.5,-125.5 - parent: 2 - - uid: 15479 - components: - - type: Transform - pos: 0.5,-150.5 - parent: 2 - - uid: 15492 - components: - - type: Transform - pos: 0.5,-162.5 - parent: 2 - - uid: 15610 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-316.5 - parent: 2 - - uid: 15620 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-308.5 - parent: 2 - - uid: 15679 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-270.5 - parent: 2 - - uid: 15696 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-255.5 - parent: 2 -- proto: DisposalJunctionFlipped - entities: - - uid: 6769 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-259.5 - parent: 2 - - uid: 15336 - components: - - type: Transform - pos: 0.5,-37.5 - parent: 2 - - uid: 15368 - components: - - type: Transform - pos: 0.5,-56.5 - parent: 2 - - uid: 15369 - components: - - type: Transform - pos: 0.5,-69.5 - parent: 2 - - uid: 15399 - components: - - type: Transform - pos: 0.5,-84.5 - parent: 2 - - uid: 15413 - components: - - type: Transform - pos: 0.5,-97.5 - parent: 2 - - uid: 15432 - components: - - type: Transform - pos: 0.5,-108.5 - parent: 2 - - uid: 15513 - components: - - type: Transform - pos: 0.5,-179.5 - parent: 2 - - uid: 15523 - components: - - type: Transform - pos: 0.5,-189.5 - parent: 2 - - uid: 15547 - components: - - type: Transform - pos: 0.5,-206.5 - parent: 2 - - uid: 15662 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-284.5 - parent: 2 -- proto: DisposalPipe - entities: - - uid: 1095 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-283.5 - parent: 2 - - uid: 1499 - components: - - type: Transform - pos: -9.5,-219.5 - parent: 2 - - uid: 1519 - components: - - type: Transform - pos: -9.5,-202.5 - parent: 2 - - uid: 1573 - components: - - type: Transform - pos: -9.5,-203.5 - parent: 2 - - uid: 1614 - components: - - type: Transform - pos: -9.5,-205.5 - parent: 2 - - uid: 2153 - components: - - type: Transform - pos: 1.5,-278.5 - parent: 2 - - uid: 2167 - components: - - type: Transform - pos: 1.5,-280.5 - parent: 2 - - uid: 2257 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-282.5 - parent: 2 - - uid: 2574 - components: - - type: Transform - pos: -0.5,-247.5 - parent: 2 - - uid: 2733 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-275.5 - parent: 2 - - uid: 3069 - components: - - type: Transform - pos: 15.5,-96.5 - parent: 2 - - uid: 3070 - components: - - type: Transform - pos: 15.5,-115.5 - parent: 2 - - uid: 3096 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-276.5 - parent: 2 - - uid: 3394 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-274.5 - parent: 2 - - uid: 3695 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-284.5 - parent: 2 - - uid: 4174 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-9.5 - parent: 2 - - uid: 4178 - components: - - type: Transform - pos: 15.5,-114.5 - parent: 2 - - uid: 4526 - components: - - type: Transform - pos: 2.5,-10.5 - parent: 2 - - uid: 5022 - components: - - type: Transform - pos: -0.5,-248.5 - parent: 2 - - uid: 5023 - components: - - type: Transform - pos: -0.5,-249.5 - parent: 2 - - uid: 5025 - components: - - type: Transform - pos: -0.5,-250.5 - parent: 2 - - uid: 5027 - components: - - type: Transform - pos: -0.5,-251.5 - parent: 2 - - uid: 5081 - components: - - type: Transform - pos: -0.5,-243.5 - parent: 2 - - uid: 5087 - components: - - type: Transform - pos: -0.5,-244.5 - parent: 2 - - uid: 5173 - components: - - type: Transform - pos: -0.5,-245.5 - parent: 2 - - uid: 5177 - components: - - type: Transform - pos: -0.5,-246.5 - parent: 2 - - uid: 5356 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-341.5 - parent: 2 - - uid: 5357 - components: - - type: Transform - pos: -0.5,-252.5 - parent: 2 - - uid: 6641 - components: - - type: Transform - pos: 1.5,-281.5 - parent: 2 - - uid: 6668 - components: - - type: Transform - pos: 15.5,-136.5 - parent: 2 - - uid: 6669 - components: - - type: Transform - pos: 15.5,-119.5 - parent: 2 - - uid: 6749 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-339.5 - parent: 2 - - uid: 6767 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-244.5 - parent: 2 - - uid: 6768 - components: - - type: Transform - pos: -0.5,-260.5 - parent: 2 - - uid: 6772 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-246.5 - parent: 2 - - uid: 6773 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-245.5 - parent: 2 - - uid: 6787 - components: - - type: Transform - pos: -0.5,-253.5 - parent: 2 - - uid: 6788 - components: - - type: Transform - pos: -0.5,-254.5 - parent: 2 - - uid: 6789 - components: - - type: Transform - pos: -0.5,-259.5 - parent: 2 - - uid: 6790 - components: - - type: Transform - pos: -0.5,-255.5 - parent: 2 - - uid: 6791 - components: - - type: Transform - pos: -0.5,-256.5 - parent: 2 - - uid: 6792 - components: - - type: Transform - pos: -0.5,-257.5 - parent: 2 - - uid: 6793 - components: - - type: Transform - pos: -0.5,-258.5 - parent: 2 - - uid: 6817 - components: - - type: Transform - pos: 15.5,-117.5 - parent: 2 - - uid: 6818 - components: - - type: Transform - pos: 15.5,-128.5 - parent: 2 - - uid: 6884 - components: - - type: Transform - pos: 15.5,-130.5 - parent: 2 - - uid: 6885 - components: - - type: Transform - pos: 15.5,-131.5 - parent: 2 - - uid: 7421 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-295.5 - parent: 2 - - uid: 7422 - components: - - type: Transform - pos: -9.5,-228.5 - parent: 2 - - uid: 7424 - components: - - type: Transform - pos: -9.5,-229.5 - parent: 2 - - uid: 7425 - components: - - type: Transform - pos: -9.5,-230.5 - parent: 2 - - uid: 7426 - components: - - type: Transform - pos: -9.5,-232.5 - parent: 2 - - uid: 7446 - components: - - type: Transform - pos: 15.5,-129.5 - parent: 2 - - uid: 7447 - components: - - type: Transform - pos: 15.5,-135.5 - parent: 2 - - uid: 7456 - components: - - type: Transform - pos: 15.5,-134.5 - parent: 2 - - uid: 7465 - components: - - type: Transform - pos: -9.5,-252.5 - parent: 2 - - uid: 7468 - components: - - type: Transform - pos: -9.5,-238.5 - parent: 2 - - uid: 7469 - components: - - type: Transform - pos: -9.5,-249.5 - parent: 2 - - uid: 7470 - components: - - type: Transform - pos: -9.5,-243.5 - parent: 2 - - uid: 7471 - components: - - type: Transform - pos: -9.5,-257.5 - parent: 2 - - uid: 7472 - components: - - type: Transform - pos: -9.5,-260.5 - parent: 2 - - uid: 7473 - components: - - type: Transform - pos: -9.5,-231.5 - parent: 2 - - uid: 7474 - components: - - type: Transform - pos: -9.5,-233.5 - parent: 2 - - uid: 7480 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-298.5 - parent: 2 - - uid: 7486 - components: - - type: Transform - pos: 15.5,-116.5 - parent: 2 - - uid: 7505 - components: - - type: Transform - pos: 15.5,-133.5 - parent: 2 - - uid: 7772 - components: - - type: Transform - pos: -9.5,-227.5 - parent: 2 - - uid: 7785 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-256.5 - parent: 2 - - uid: 7786 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-257.5 - parent: 2 - - uid: 7830 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-250.5 - parent: 2 - - uid: 7868 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-250.5 - parent: 2 - - uid: 7910 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-255.5 - parent: 2 - - uid: 7946 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-248.5 - parent: 2 - - uid: 7964 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-252.5 - parent: 2 - - uid: 7972 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-258.5 - parent: 2 - - uid: 7977 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-260.5 - parent: 2 - - uid: 7993 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-250.5 - parent: 2 - - uid: 7995 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-250.5 - parent: 2 - - uid: 7996 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-250.5 - parent: 2 - - uid: 7997 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-243.5 - parent: 2 - - uid: 8106 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-250.5 - parent: 2 - - uid: 8109 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-249.5 - parent: 2 - - uid: 8110 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-250.5 - parent: 2 - - uid: 8116 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-249.5 - parent: 2 - - uid: 8218 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-250.5 - parent: 2 - - uid: 8221 - components: - - type: Transform - pos: -9.5,-207.5 - parent: 2 - - uid: 8222 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-308.5 - parent: 2 - - uid: 8223 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-303.5 - parent: 2 - - uid: 8224 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-301.5 - parent: 2 - - uid: 8231 - components: - - type: Transform - pos: -9.5,-279.5 - parent: 2 - - uid: 8233 - components: - - type: Transform - pos: -13.5,-305.5 - parent: 2 - - uid: 8243 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-308.5 - parent: 2 - - uid: 8244 - components: - - type: Transform - pos: 15.5,-86.5 - parent: 2 - - uid: 8245 - components: - - type: Transform - pos: -9.5,-262.5 - parent: 2 - - uid: 8246 - components: - - type: Transform - pos: -9.5,-282.5 - parent: 2 - - uid: 8247 - components: - - type: Transform - pos: -9.5,-266.5 - parent: 2 - - uid: 8251 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-299.5 - parent: 2 - - uid: 8252 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-193.5 - parent: 2 - - uid: 8254 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-190.5 - parent: 2 - - uid: 8257 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-190.5 - parent: 2 - - uid: 8258 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-191.5 - parent: 2 - - uid: 8381 - components: - - type: Transform - pos: -9.5,-245.5 - parent: 2 - - uid: 8396 - components: - - type: Transform - pos: 1.5,-318.5 - parent: 2 - - uid: 8397 - components: - - type: Transform - pos: 15.5,-104.5 - parent: 2 - - uid: 8398 - components: - - type: Transform - pos: 15.5,-110.5 - parent: 2 - - uid: 8400 - components: - - type: Transform - pos: 15.5,-106.5 - parent: 2 - - uid: 8401 - components: - - type: Transform - pos: 15.5,-108.5 - parent: 2 - - uid: 8402 - components: - - type: Transform - pos: 15.5,-105.5 - parent: 2 - - uid: 8403 - components: - - type: Transform - pos: 15.5,-123.5 - parent: 2 - - uid: 8404 - components: - - type: Transform - pos: 15.5,-109.5 - parent: 2 - - uid: 8407 - components: - - type: Transform - pos: -9.5,-244.5 - parent: 2 - - uid: 8426 - components: - - type: Transform - pos: 15.5,-121.5 - parent: 2 - - uid: 8429 - components: - - type: Transform - pos: 15.5,-122.5 - parent: 2 - - uid: 8438 - components: - - type: Transform - pos: 15.5,-111.5 - parent: 2 - - uid: 8453 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-253.5 - parent: 2 - - uid: 8460 - components: - - type: Transform - pos: -9.5,-251.5 - parent: 2 - - uid: 8484 - components: - - type: Transform - pos: 15.5,-99.5 - parent: 2 - - uid: 8486 - components: - - type: Transform - pos: -9.5,-284.5 - parent: 2 - - uid: 8735 - components: - - type: Transform - pos: -9.5,-280.5 - parent: 2 - - uid: 8737 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-302.5 - parent: 2 - - uid: 8739 - components: - - type: Transform - pos: -13.5,-306.5 - parent: 2 - - uid: 8742 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-300.5 - parent: 2 - - uid: 8743 - components: - - type: Transform - pos: -13.5,-307.5 - parent: 2 - - uid: 8771 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-194.5 - parent: 2 - - uid: 8772 - components: - - type: Transform - pos: 15.5,-87.5 - parent: 2 - - uid: 8775 - components: - - type: Transform - pos: -9.5,-204.5 - parent: 2 - - uid: 8776 - components: - - type: Transform - pos: -9.5,-209.5 - parent: 2 - - uid: 8778 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-190.5 - parent: 2 - - uid: 8779 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-190.5 - parent: 2 - - uid: 8782 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,-194.5 - parent: 2 - - uid: 8784 - components: - - type: Transform - pos: -9.5,-264.5 - parent: 2 - - uid: 8785 - components: - - type: Transform - pos: -9.5,-267.5 - parent: 2 - - uid: 8800 - components: - - type: Transform - pos: -9.5,-268.5 - parent: 2 - - uid: 8813 - components: - - type: Transform - pos: 15.5,-124.5 - parent: 2 - - uid: 8814 - components: - - type: Transform - pos: 15.5,-127.5 - parent: 2 - - uid: 8817 - components: - - type: Transform - pos: 15.5,-125.5 - parent: 2 - - uid: 8818 - components: - - type: Transform - pos: 15.5,-126.5 - parent: 2 - - uid: 8827 - components: - - type: Transform - pos: 15.5,-118.5 - parent: 2 - - uid: 8828 - components: - - type: Transform - pos: 15.5,-120.5 - parent: 2 - - uid: 8846 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-254.5 - parent: 2 - - uid: 8847 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-250.5 - parent: 2 - - uid: 8848 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-251.5 - parent: 2 - - uid: 8849 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-250.5 - parent: 2 - - uid: 8868 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-259.5 - parent: 2 - - uid: 8869 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-250.5 - parent: 2 - - uid: 8870 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-308.5 - parent: 2 - - uid: 8871 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-308.5 - parent: 2 - - uid: 8882 - components: - - type: Transform - pos: 15.5,-92.5 - parent: 2 - - uid: 8919 - components: - - type: Transform - pos: 15.5,-132.5 - parent: 2 - - uid: 8920 - components: - - type: Transform - pos: -9.5,-275.5 - parent: 2 - - uid: 8935 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-297.5 - parent: 2 - - uid: 8938 - components: - - type: Transform - pos: -9.5,-281.5 - parent: 2 - - uid: 8948 - components: - - type: Transform - pos: -9.5,-248.5 - parent: 2 - - uid: 8949 - components: - - type: Transform - pos: -9.5,-270.5 - parent: 2 - - uid: 8950 - components: - - type: Transform - pos: -9.5,-222.5 - parent: 2 - - uid: 8951 - components: - - type: Transform - pos: -9.5,-255.5 - parent: 2 - - uid: 8952 - components: - - type: Transform - pos: -9.5,-253.5 - parent: 2 - - uid: 8953 - components: - - type: Transform - pos: -9.5,-254.5 - parent: 2 - - uid: 8958 - components: - - type: Transform - pos: -9.5,-256.5 - parent: 2 - - uid: 8959 - components: - - type: Transform - pos: -9.5,-259.5 - parent: 2 - - uid: 8960 - components: - - type: Transform - pos: -9.5,-261.5 - parent: 2 - - uid: 8962 - components: - - type: Transform - pos: -9.5,-247.5 - parent: 2 - - uid: 8963 - components: - - type: Transform - pos: -9.5,-258.5 - parent: 2 - - uid: 8964 - components: - - type: Transform - pos: -9.5,-250.5 - parent: 2 - - uid: 8989 - components: - - type: Transform - pos: 15.5,-113.5 - parent: 2 - - uid: 9037 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-282.5 - parent: 2 - - uid: 9076 - components: - - type: Transform - pos: -9.5,-220.5 - parent: 2 - - uid: 9079 - components: - - type: Transform - pos: 15.5,-93.5 - parent: 2 - - uid: 9093 - components: - - type: Transform - pos: -9.5,-269.5 - parent: 2 - - uid: 9419 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-337.5 - parent: 2 - - uid: 9421 - components: - - type: Transform - pos: 2.5,-336.5 - parent: 2 - - uid: 9803 - components: - - type: Transform - pos: 15.5,-94.5 - parent: 2 - - uid: 9830 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-289.5 - parent: 2 - - uid: 9851 - components: - - type: Transform - pos: -9.5,-283.5 - parent: 2 - - uid: 9867 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-287.5 - parent: 2 - - uid: 9872 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-287.5 - parent: 2 - - uid: 9905 - components: - - type: Transform - pos: 15.5,-101.5 - parent: 2 - - uid: 10074 - components: - - type: Transform - pos: -9.5,-285.5 - parent: 2 - - uid: 10326 - components: - - type: Transform - pos: -9.5,-212.5 - parent: 2 - - uid: 10327 - components: - - type: Transform - pos: -9.5,-210.5 - parent: 2 - - uid: 10331 - components: - - type: Transform - pos: -9.5,-211.5 - parent: 2 - - uid: 10334 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-288.5 - parent: 2 - - uid: 10335 - components: - - type: Transform - pos: -9.5,-217.5 - parent: 2 - - uid: 10344 - components: - - type: Transform - pos: -9.5,-216.5 - parent: 2 - - uid: 10345 - components: - - type: Transform - pos: -9.5,-215.5 - parent: 2 - - uid: 10346 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-290.5 - parent: 2 - - uid: 10347 - components: - - type: Transform - pos: -9.5,-236.5 - parent: 2 - - uid: 10352 - components: - - type: Transform - pos: -9.5,-241.5 - parent: 2 - - uid: 10403 - components: - - type: Transform - pos: 15.5,-100.5 - parent: 2 - - uid: 10404 - components: - - type: Transform - pos: 15.5,-97.5 - parent: 2 - - uid: 10405 - components: - - type: Transform - pos: 15.5,-102.5 - parent: 2 - - uid: 10406 - components: - - type: Transform - pos: 15.5,-103.5 - parent: 2 - - uid: 10528 - components: - - type: Transform - pos: -9.5,-263.5 - parent: 2 - - uid: 10570 - components: - - type: Transform - pos: -9.5,-265.5 - parent: 2 - - uid: 10572 - components: - - type: Transform - pos: -9.5,-276.5 - parent: 2 - - uid: 11454 - components: - - type: Transform - pos: 15.5,-88.5 - parent: 2 - - uid: 11474 - components: - - type: Transform - pos: -9.5,-277.5 - parent: 2 - - uid: 11490 - components: - - type: Transform - pos: -9.5,-278.5 - parent: 2 - - uid: 11495 - components: - - type: Transform - pos: 15.5,-90.5 - parent: 2 - - uid: 11497 - components: - - type: Transform - pos: 15.5,-89.5 - parent: 2 - - uid: 11521 - components: - - type: Transform - pos: 15.5,-95.5 - parent: 2 - - uid: 11525 - components: - - type: Transform - pos: 15.5,-98.5 - parent: 2 - - uid: 11721 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-292.5 - parent: 2 - - uid: 11729 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-293.5 - parent: 2 - - uid: 11737 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-294.5 - parent: 2 - - uid: 11738 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-291.5 - parent: 2 - - uid: 11739 - components: - - type: Transform - pos: -9.5,-225.5 - parent: 2 - - uid: 11743 - components: - - type: Transform - pos: -9.5,-234.5 - parent: 2 - - uid: 11744 - components: - - type: Transform - pos: -9.5,-237.5 - parent: 2 - - uid: 11745 - components: - - type: Transform - pos: -9.5,-239.5 - parent: 2 - - uid: 11794 - components: - - type: Transform - pos: -9.5,-235.5 - parent: 2 - - uid: 11802 - components: - - type: Transform - pos: -9.5,-240.5 - parent: 2 - - uid: 11883 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-296.5 - parent: 2 - - uid: 11987 - components: - - type: Transform - pos: 15.5,-91.5 - parent: 2 - - uid: 11992 - components: - - type: Transform - pos: -9.5,-242.5 - parent: 2 - - uid: 12008 - components: - - type: Transform - pos: -9.5,-208.5 - parent: 2 - - uid: 12115 - components: - - type: Transform - pos: -9.5,-197.5 - parent: 2 - - uid: 12122 - components: - - type: Transform - pos: -9.5,-198.5 - parent: 2 - - uid: 12124 - components: - - type: Transform - pos: -9.5,-199.5 - parent: 2 - - uid: 12125 - components: - - type: Transform - pos: -9.5,-200.5 - parent: 2 - - uid: 12129 - components: - - type: Transform - pos: -9.5,-195.5 - parent: 2 - - uid: 12133 - components: - - type: Transform - pos: -9.5,-201.5 - parent: 2 - - uid: 12136 - components: - - type: Transform - pos: -9.5,-206.5 - parent: 2 - - uid: 12144 - components: - - type: Transform - pos: -9.5,-246.5 - parent: 2 - - uid: 12145 - components: - - type: Transform - pos: -9.5,-221.5 - parent: 2 - - uid: 12158 - components: - - type: Transform - pos: -0.5,-163.5 - parent: 2 - - uid: 12170 - components: - - type: Transform - pos: 1.5,-82.5 - parent: 2 - - uid: 12173 - components: - - type: Transform - pos: -9.5,-224.5 - parent: 2 - - uid: 12174 - components: - - type: Transform - pos: -9.5,-226.5 - parent: 2 - - uid: 12182 - components: - - type: Transform - pos: -9.5,-218.5 - parent: 2 - - uid: 12192 - components: - - type: Transform - pos: -9.5,-273.5 - parent: 2 - - uid: 12193 - components: - - type: Transform - pos: -9.5,-274.5 - parent: 2 - - uid: 12194 - components: - - type: Transform - pos: -9.5,-214.5 - parent: 2 - - uid: 12198 - components: - - type: Transform - pos: -9.5,-213.5 - parent: 2 - - uid: 12203 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-192.5 - parent: 2 - - uid: 12206 - components: - - type: Transform - pos: -9.5,-196.5 - parent: 2 - - uid: 12208 - components: - - type: Transform - pos: -9.5,-271.5 - parent: 2 - - uid: 13376 - components: - - type: Transform - pos: -9.5,-286.5 - parent: 2 - - uid: 13475 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-28.5 - parent: 2 - - uid: 13476 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-27.5 - parent: 2 - - uid: 13477 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-26.5 - parent: 2 - - uid: 13478 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-25.5 - parent: 2 - - uid: 13479 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-24.5 - parent: 2 - - uid: 13480 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-23.5 - parent: 2 - - uid: 13481 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-22.5 - parent: 2 - - uid: 13482 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-21.5 - parent: 2 - - uid: 13483 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-20.5 - parent: 2 - - uid: 13484 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-19.5 - parent: 2 - - uid: 13485 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-18.5 - parent: 2 - - uid: 13486 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-18.5 - parent: 2 - - uid: 13487 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-19.5 - parent: 2 - - uid: 13488 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-20.5 - parent: 2 - - uid: 13489 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-21.5 - parent: 2 - - uid: 13490 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-22.5 - parent: 2 - - uid: 13491 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-23.5 - parent: 2 - - uid: 13492 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-24.5 - parent: 2 - - uid: 13493 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-25.5 - parent: 2 - - uid: 13494 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-26.5 - parent: 2 - - uid: 13495 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-27.5 - parent: 2 - - uid: 13496 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-28.5 - parent: 2 - - uid: 13497 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-17.5 - parent: 2 - - uid: 13498 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-16.5 - parent: 2 - - uid: 13499 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-15.5 - parent: 2 - - uid: 13500 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-14.5 - parent: 2 - - uid: 13501 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-13.5 - parent: 2 - - uid: 13502 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-12.5 - parent: 2 - - uid: 13505 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-10.5 - parent: 2 - - uid: 13507 - components: - - type: Transform - pos: -0.5,-11.5 - parent: 2 - - uid: 13508 - components: - - type: Transform - pos: -0.5,-12.5 - parent: 2 - - uid: 13509 - components: - - type: Transform - pos: -0.5,-13.5 - parent: 2 - - uid: 13510 - components: - - type: Transform - pos: -0.5,-14.5 - parent: 2 - - uid: 13511 - components: - - type: Transform - pos: -0.5,-15.5 - parent: 2 - - uid: 13512 - components: - - type: Transform - pos: -0.5,-16.5 - parent: 2 - - uid: 13513 - components: - - type: Transform - pos: -0.5,-17.5 - parent: 2 - - uid: 13519 - components: - - type: Transform - pos: 1.5,-29.5 - parent: 2 - - uid: 13520 - components: - - type: Transform - pos: 1.5,-30.5 - parent: 2 - - uid: 13521 - components: - - type: Transform - pos: 1.5,-31.5 - parent: 2 - - uid: 13522 - components: - - type: Transform - pos: 1.5,-32.5 - parent: 2 - - uid: 13523 - components: - - type: Transform - pos: 1.5,-33.5 - parent: 2 - - uid: 13524 - components: - - type: Transform - pos: 1.5,-34.5 - parent: 2 - - uid: 13525 - components: - - type: Transform - pos: 1.5,-35.5 - parent: 2 - - uid: 13526 - components: - - type: Transform - pos: 1.5,-36.5 - parent: 2 - - uid: 13527 - components: - - type: Transform - pos: 1.5,-37.5 - parent: 2 - - uid: 13528 - components: - - type: Transform - pos: -0.5,-29.5 - parent: 2 - - uid: 13529 - components: - - type: Transform - pos: -0.5,-30.5 - parent: 2 - - uid: 13530 - components: - - type: Transform - pos: -0.5,-31.5 - parent: 2 - - uid: 13531 - components: - - type: Transform - pos: -0.5,-32.5 - parent: 2 - - uid: 13532 - components: - - type: Transform - pos: -0.5,-33.5 - parent: 2 - - uid: 13533 - components: - - type: Transform - pos: -0.5,-34.5 - parent: 2 - - uid: 13534 - components: - - type: Transform - pos: -0.5,-35.5 - parent: 2 - - uid: 13535 - components: - - type: Transform - pos: -0.5,-36.5 - parent: 2 - - uid: 13536 - components: - - type: Transform - pos: -0.5,-37.5 - parent: 2 - - uid: 13537 - components: - - type: Transform - pos: -0.5,-38.5 - parent: 2 - - uid: 13538 - components: - - type: Transform - pos: -0.5,-39.5 - parent: 2 - - uid: 13539 - components: - - type: Transform - pos: -0.5,-40.5 - parent: 2 - - uid: 13540 - components: - - type: Transform - pos: -0.5,-41.5 - parent: 2 - - uid: 13541 - components: - - type: Transform - pos: -0.5,-42.5 - parent: 2 - - uid: 13542 - components: - - type: Transform - pos: -0.5,-43.5 - parent: 2 - - uid: 13543 - components: - - type: Transform - pos: -0.5,-44.5 - parent: 2 - - uid: 13544 - components: - - type: Transform - pos: 1.5,-38.5 - parent: 2 - - uid: 13545 - components: - - type: Transform - pos: 1.5,-39.5 - parent: 2 - - uid: 13546 - components: - - type: Transform - pos: 1.5,-40.5 - parent: 2 - - uid: 13547 - components: - - type: Transform - pos: 1.5,-41.5 - parent: 2 - - uid: 13548 - components: - - type: Transform - pos: 1.5,-42.5 - parent: 2 - - uid: 13549 - components: - - type: Transform - pos: 1.5,-43.5 - parent: 2 - - uid: 13550 - components: - - type: Transform - pos: 1.5,-44.5 - parent: 2 - - uid: 13551 - components: - - type: Transform - pos: 1.5,-45.5 - parent: 2 - - uid: 13552 - components: - - type: Transform - pos: 1.5,-46.5 - parent: 2 - - uid: 13553 - components: - - type: Transform - pos: 1.5,-47.5 - parent: 2 - - uid: 13554 - components: - - type: Transform - pos: 1.5,-48.5 - parent: 2 - - uid: 13555 - components: - - type: Transform - pos: 1.5,-49.5 - parent: 2 - - uid: 13556 - components: - - type: Transform - pos: 1.5,-50.5 - parent: 2 - - uid: 13557 - components: - - type: Transform - pos: 1.5,-51.5 - parent: 2 - - uid: 13558 - components: - - type: Transform - pos: 1.5,-52.5 - parent: 2 - - uid: 13559 - components: - - type: Transform - pos: 1.5,-53.5 - parent: 2 - - uid: 13560 - components: - - type: Transform - pos: 1.5,-54.5 - parent: 2 - - uid: 13561 - components: - - type: Transform - pos: 1.5,-55.5 - parent: 2 - - uid: 13562 - components: - - type: Transform - pos: 1.5,-56.5 - parent: 2 - - uid: 13563 - components: - - type: Transform - pos: -0.5,-45.5 - parent: 2 - - uid: 13564 - components: - - type: Transform - pos: -0.5,-46.5 - parent: 2 - - uid: 13565 - components: - - type: Transform - pos: -0.5,-47.5 - parent: 2 - - uid: 13566 - components: - - type: Transform - pos: -0.5,-48.5 - parent: 2 - - uid: 13567 - components: - - type: Transform - pos: -0.5,-49.5 - parent: 2 - - uid: 13568 - components: - - type: Transform - pos: -0.5,-50.5 - parent: 2 - - uid: 13569 - components: - - type: Transform - pos: -0.5,-51.5 - parent: 2 - - uid: 13570 - components: - - type: Transform - pos: -0.5,-52.5 - parent: 2 - - uid: 13571 - components: - - type: Transform - pos: -0.5,-53.5 - parent: 2 - - uid: 13572 - components: - - type: Transform - pos: -0.5,-54.5 - parent: 2 - - uid: 13573 - components: - - type: Transform - pos: -0.5,-55.5 - parent: 2 - - uid: 13574 - components: - - type: Transform - pos: -0.5,-56.5 - parent: 2 - - uid: 13575 - components: - - type: Transform - pos: -0.5,-57.5 - parent: 2 - - uid: 13576 - components: - - type: Transform - pos: -0.5,-58.5 - parent: 2 - - uid: 13577 - components: - - type: Transform - pos: -0.5,-59.5 - parent: 2 - - uid: 13578 - components: - - type: Transform - pos: -0.5,-60.5 - parent: 2 - - uid: 13579 - components: - - type: Transform - pos: -0.5,-61.5 - parent: 2 - - uid: 13580 - components: - - type: Transform - pos: -0.5,-62.5 - parent: 2 - - uid: 13581 - components: - - type: Transform - pos: -0.5,-63.5 - parent: 2 - - uid: 13582 - components: - - type: Transform - pos: -0.5,-64.5 - parent: 2 - - uid: 13583 - components: - - type: Transform - pos: -0.5,-65.5 - parent: 2 - - uid: 13584 - components: - - type: Transform - pos: -0.5,-66.5 - parent: 2 - - uid: 13585 - components: - - type: Transform - pos: -0.5,-67.5 - parent: 2 - - uid: 13586 - components: - - type: Transform - pos: -0.5,-68.5 - parent: 2 - - uid: 13587 - components: - - type: Transform - pos: 1.5,-57.5 - parent: 2 - - uid: 13588 - components: - - type: Transform - pos: 1.5,-58.5 - parent: 2 - - uid: 13589 - components: - - type: Transform - pos: 1.5,-59.5 - parent: 2 - - uid: 13590 - components: - - type: Transform - pos: 1.5,-60.5 - parent: 2 - - uid: 13592 - components: - - type: Transform - pos: 1.5,-62.5 - parent: 2 - - uid: 13593 - components: - - type: Transform - pos: 1.5,-63.5 - parent: 2 - - uid: 13594 - components: - - type: Transform - pos: 1.5,-64.5 - parent: 2 - - uid: 13595 - components: - - type: Transform - pos: 1.5,-65.5 - parent: 2 - - uid: 13596 - components: - - type: Transform - pos: 1.5,-66.5 - parent: 2 - - uid: 13597 - components: - - type: Transform - pos: 1.5,-67.5 - parent: 2 - - uid: 13598 - components: - - type: Transform - pos: 1.5,-68.5 - parent: 2 - - uid: 13599 - components: - - type: Transform - pos: 1.5,-69.5 - parent: 2 - - uid: 13600 - components: - - type: Transform - pos: 1.5,-70.5 - parent: 2 - - uid: 13601 - components: - - type: Transform - pos: 1.5,-71.5 - parent: 2 - - uid: 13602 - components: - - type: Transform - pos: 1.5,-72.5 - parent: 2 - - uid: 13603 - components: - - type: Transform - pos: 1.5,-73.5 - parent: 2 - - uid: 13604 - components: - - type: Transform - pos: 1.5,-74.5 - parent: 2 - - uid: 13605 - components: - - type: Transform - pos: 1.5,-75.5 - parent: 2 - - uid: 13606 - components: - - type: Transform - pos: 1.5,-76.5 - parent: 2 - - uid: 13607 - components: - - type: Transform - pos: 1.5,-77.5 - parent: 2 - - uid: 13608 - components: - - type: Transform - pos: 1.5,-78.5 - parent: 2 - - uid: 13609 - components: - - type: Transform - pos: 1.5,-79.5 - parent: 2 - - uid: 13610 - components: - - type: Transform - pos: 1.5,-80.5 - parent: 2 - - uid: 13611 - components: - - type: Transform - pos: 1.5,-81.5 - parent: 2 - - uid: 13612 - components: - - type: Transform - pos: -0.5,-69.5 - parent: 2 - - uid: 13613 - components: - - type: Transform - pos: -0.5,-70.5 - parent: 2 - - uid: 13614 - components: - - type: Transform - pos: -0.5,-71.5 - parent: 2 - - uid: 13615 - components: - - type: Transform - pos: -0.5,-72.5 - parent: 2 - - uid: 13616 - components: - - type: Transform - pos: -0.5,-73.5 - parent: 2 - - uid: 13617 - components: - - type: Transform - pos: -0.5,-74.5 - parent: 2 - - uid: 13618 - components: - - type: Transform - pos: -0.5,-75.5 - parent: 2 - - uid: 13619 - components: - - type: Transform - pos: -0.5,-76.5 - parent: 2 - - uid: 13620 - components: - - type: Transform - pos: -0.5,-77.5 - parent: 2 - - uid: 13621 - components: - - type: Transform - pos: -0.5,-78.5 - parent: 2 - - uid: 13622 - components: - - type: Transform - pos: -0.5,-79.5 - parent: 2 - - uid: 13623 - components: - - type: Transform - pos: -0.5,-80.5 - parent: 2 - - uid: 13624 - components: - - type: Transform - pos: -0.5,-81.5 - parent: 2 - - uid: 13628 - components: - - type: Transform - pos: 1.5,-83.5 - parent: 2 - - uid: 13629 - components: - - type: Transform - pos: 1.5,-84.5 - parent: 2 - - uid: 13630 - components: - - type: Transform - pos: 1.5,-85.5 - parent: 2 - - uid: 13631 - components: - - type: Transform - pos: 1.5,-86.5 - parent: 2 - - uid: 13632 - components: - - type: Transform - pos: 1.5,-87.5 - parent: 2 - - uid: 13633 - components: - - type: Transform - pos: 1.5,-88.5 - parent: 2 - - uid: 13634 - components: - - type: Transform - pos: 1.5,-89.5 - parent: 2 - - uid: 13635 - components: - - type: Transform - pos: 1.5,-90.5 - parent: 2 - - uid: 13638 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-92.5 - parent: 2 - - uid: 13639 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-93.5 - parent: 2 - - uid: 13640 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-94.5 - parent: 2 - - uid: 13641 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-95.5 - parent: 2 - - uid: 13642 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-95.5 - parent: 2 - - uid: 13643 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-94.5 - parent: 2 - - uid: 13644 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-93.5 - parent: 2 - - uid: 13645 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-92.5 - parent: 2 - - uid: 13646 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-91.5 - parent: 2 - - uid: 13647 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-90.5 - parent: 2 - - uid: 13648 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-89.5 - parent: 2 - - uid: 13649 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-88.5 - parent: 2 - - uid: 13650 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-87.5 - parent: 2 - - uid: 13651 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-86.5 - parent: 2 - - uid: 13652 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-85.5 - parent: 2 - - uid: 13653 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-84.5 - parent: 2 - - uid: 13654 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-83.5 - parent: 2 - - uid: 13655 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-82.5 - parent: 2 - - uid: 13656 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-96.5 - parent: 2 - - uid: 13657 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-97.5 - parent: 2 - - uid: 13658 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-98.5 - parent: 2 - - uid: 13659 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-99.5 - parent: 2 - - uid: 13660 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-100.5 - parent: 2 - - uid: 13661 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-101.5 - parent: 2 - - uid: 13662 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-102.5 - parent: 2 - - uid: 13663 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-103.5 - parent: 2 - - uid: 13664 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-104.5 - parent: 2 - - uid: 13665 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-105.5 - parent: 2 - - uid: 13666 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-106.5 - parent: 2 - - uid: 13667 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-107.5 - parent: 2 - - uid: 13668 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-108.5 - parent: 2 - - uid: 13669 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-109.5 - parent: 2 - - uid: 13670 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-109.5 - parent: 2 - - uid: 13671 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-108.5 - parent: 2 - - uid: 13672 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-107.5 - parent: 2 - - uid: 13673 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-106.5 - parent: 2 - - uid: 13674 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-105.5 - parent: 2 - - uid: 13675 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-104.5 - parent: 2 - - uid: 13676 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-103.5 - parent: 2 - - uid: 13677 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-102.5 - parent: 2 - - uid: 13678 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-101.5 - parent: 2 - - uid: 13679 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-100.5 - parent: 2 - - uid: 13680 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-99.5 - parent: 2 - - uid: 13681 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-98.5 - parent: 2 - - uid: 13682 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-97.5 - parent: 2 - - uid: 13683 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-96.5 - parent: 2 - - uid: 13687 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-118.5 - parent: 2 - - uid: 13688 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-117.5 - parent: 2 - - uid: 13689 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-116.5 - parent: 2 - - uid: 13690 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-115.5 - parent: 2 - - uid: 13691 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-114.5 - parent: 2 - - uid: 13692 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-113.5 - parent: 2 - - uid: 13693 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-112.5 - parent: 2 - - uid: 13694 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-111.5 - parent: 2 - - uid: 13695 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-110.5 - parent: 2 - - uid: 13696 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-110.5 - parent: 2 - - uid: 13697 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-111.5 - parent: 2 - - uid: 13698 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-112.5 - parent: 2 - - uid: 13699 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-113.5 - parent: 2 - - uid: 13700 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-114.5 - parent: 2 - - uid: 13701 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-115.5 - parent: 2 - - uid: 13702 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-116.5 - parent: 2 - - uid: 13703 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-117.5 - parent: 2 - - uid: 13704 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-118.5 - parent: 2 - - uid: 13705 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-119.5 - parent: 2 - - uid: 13706 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-120.5 - parent: 2 - - uid: 13707 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-121.5 - parent: 2 - - uid: 13708 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-122.5 - parent: 2 - - uid: 13709 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-123.5 - parent: 2 - - uid: 13710 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-124.5 - parent: 2 - - uid: 13711 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-120.5 - parent: 2 - - uid: 13712 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-121.5 - parent: 2 - - uid: 13713 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-122.5 - parent: 2 - - uid: 13714 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-123.5 - parent: 2 - - uid: 13715 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-124.5 - parent: 2 - - uid: 13716 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-125.5 - parent: 2 - - uid: 13717 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-126.5 - parent: 2 - - uid: 13718 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-127.5 - parent: 2 - - uid: 13719 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-128.5 - parent: 2 - - uid: 13720 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-129.5 - parent: 2 - - uid: 13721 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-130.5 - parent: 2 - - uid: 13722 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-131.5 - parent: 2 - - uid: 13723 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-132.5 - parent: 2 - - uid: 13724 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-133.5 - parent: 2 - - uid: 13725 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-134.5 - parent: 2 - - uid: 13726 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-135.5 - parent: 2 - - uid: 13727 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-135.5 - parent: 2 - - uid: 13728 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-134.5 - parent: 2 - - uid: 13729 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-133.5 - parent: 2 - - uid: 13730 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-132.5 - parent: 2 - - uid: 13731 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-131.5 - parent: 2 - - uid: 13732 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-130.5 - parent: 2 - - uid: 13733 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-129.5 - parent: 2 - - uid: 13734 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-128.5 - parent: 2 - - uid: 13735 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-127.5 - parent: 2 - - uid: 13736 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-126.5 - parent: 2 - - uid: 13737 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-125.5 - parent: 2 - - uid: 13738 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-136.5 - parent: 2 - - uid: 13739 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-137.5 - parent: 2 - - uid: 13740 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-138.5 - parent: 2 - - uid: 13741 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-139.5 - parent: 2 - - uid: 13742 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-140.5 - parent: 2 - - uid: 13743 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-141.5 - parent: 2 - - uid: 13744 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-142.5 - parent: 2 - - uid: 13745 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-143.5 - parent: 2 - - uid: 13746 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-144.5 - parent: 2 - - uid: 13747 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-145.5 - parent: 2 - - uid: 13748 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-146.5 - parent: 2 - - uid: 13749 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-147.5 - parent: 2 - - uid: 13750 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-148.5 - parent: 2 - - uid: 13751 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-148.5 - parent: 2 - - uid: 13752 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-147.5 - parent: 2 - - uid: 13753 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-146.5 - parent: 2 - - uid: 13754 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-145.5 - parent: 2 - - uid: 13755 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-144.5 - parent: 2 - - uid: 13756 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-143.5 - parent: 2 - - uid: 13757 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-142.5 - parent: 2 - - uid: 13758 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-141.5 - parent: 2 - - uid: 13760 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-139.5 - parent: 2 - - uid: 13761 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-138.5 - parent: 2 - - uid: 13762 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-137.5 - parent: 2 - - uid: 13763 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-136.5 - parent: 2 - - uid: 13765 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-149.5 - parent: 2 - - uid: 13766 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-149.5 - parent: 2 - - uid: 13768 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-148.5 - parent: 2 - - uid: 13769 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-147.5 - parent: 2 - - uid: 13770 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-146.5 - parent: 2 - - uid: 13771 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-145.5 - parent: 2 - - uid: 13772 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-144.5 - parent: 2 - - uid: 13773 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-143.5 - parent: 2 - - uid: 13774 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-142.5 - parent: 2 - - uid: 13775 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-141.5 - parent: 2 - - uid: 13776 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-140.5 - parent: 2 - - uid: 13777 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-139.5 - parent: 2 - - uid: 13778 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-138.5 - parent: 2 - - uid: 13780 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-140.5 - parent: 2 - - uid: 13781 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-140.5 - parent: 2 - - uid: 13782 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-140.5 - parent: 2 - - uid: 13783 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-140.5 - parent: 2 - - uid: 13784 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-140.5 - parent: 2 - - uid: 13786 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-141.5 - parent: 2 - - uid: 13788 - components: - - type: Transform - pos: 1.5,-150.5 - parent: 2 - - uid: 13789 - components: - - type: Transform - pos: 1.5,-151.5 - parent: 2 - - uid: 13790 - components: - - type: Transform - pos: 1.5,-152.5 - parent: 2 - - uid: 13791 - components: - - type: Transform - pos: 1.5,-153.5 - parent: 2 - - uid: 13792 - components: - - type: Transform - pos: 1.5,-154.5 - parent: 2 - - uid: 13793 - components: - - type: Transform - pos: 1.5,-155.5 - parent: 2 - - uid: 13794 - components: - - type: Transform - pos: 1.5,-156.5 - parent: 2 - - uid: 13795 - components: - - type: Transform - pos: 1.5,-157.5 - parent: 2 - - uid: 13796 - components: - - type: Transform - pos: 1.5,-158.5 - parent: 2 - - uid: 13797 - components: - - type: Transform - pos: 1.5,-159.5 - parent: 2 - - uid: 13798 - components: - - type: Transform - pos: 1.5,-160.5 - parent: 2 - - uid: 13799 - components: - - type: Transform - pos: 1.5,-161.5 - parent: 2 - - uid: 13800 - components: - - type: Transform - pos: 1.5,-162.5 - parent: 2 - - uid: 13801 - components: - - type: Transform - pos: -0.5,-162.5 - parent: 2 - - uid: 13802 - components: - - type: Transform - pos: -0.5,-161.5 - parent: 2 - - uid: 13803 - components: - - type: Transform - pos: -0.5,-160.5 - parent: 2 - - uid: 13804 - components: - - type: Transform - pos: -0.5,-159.5 - parent: 2 - - uid: 13805 - components: - - type: Transform - pos: -0.5,-158.5 - parent: 2 - - uid: 13806 - components: - - type: Transform - pos: -0.5,-157.5 - parent: 2 - - uid: 13807 - components: - - type: Transform - pos: -0.5,-156.5 - parent: 2 - - uid: 13808 - components: - - type: Transform - pos: -0.5,-155.5 - parent: 2 - - uid: 13809 - components: - - type: Transform - pos: -0.5,-154.5 - parent: 2 - - uid: 13810 - components: - - type: Transform - pos: -0.5,-153.5 - parent: 2 - - uid: 13811 - components: - - type: Transform - pos: -0.5,-152.5 - parent: 2 - - uid: 13812 - components: - - type: Transform - pos: -0.5,-151.5 - parent: 2 - - uid: 13813 - components: - - type: Transform - pos: -0.5,-150.5 - parent: 2 - - uid: 13814 - components: - - type: Transform - pos: -0.5,-149.5 - parent: 2 - - uid: 13815 - components: - - type: Transform - pos: -0.5,-278.5 - parent: 2 - - uid: 13816 - components: - - type: Transform - pos: -0.5,-279.5 - parent: 2 - - uid: 13817 - components: - - type: Transform - pos: -0.5,-280.5 - parent: 2 - - uid: 13818 - components: - - type: Transform - pos: -0.5,-281.5 - parent: 2 - - uid: 13822 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-164.5 - parent: 2 - - uid: 13823 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-165.5 - parent: 2 - - uid: 13824 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-166.5 - parent: 2 - - uid: 13825 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-167.5 - parent: 2 - - uid: 13826 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-168.5 - parent: 2 - - uid: 13827 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-169.5 - parent: 2 - - uid: 13828 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-170.5 - parent: 2 - - uid: 13829 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-171.5 - parent: 2 - - uid: 13830 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-172.5 - parent: 2 - - uid: 13831 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-173.5 - parent: 2 - - uid: 13832 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-174.5 - parent: 2 - - uid: 13833 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-175.5 - parent: 2 - - uid: 13834 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-176.5 - parent: 2 - - uid: 13835 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-177.5 - parent: 2 - - uid: 13836 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-178.5 - parent: 2 - - uid: 13838 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-176.5 - parent: 2 - - uid: 13839 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-176.5 - parent: 2 - - uid: 13840 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-176.5 - parent: 2 - - uid: 13841 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-176.5 - parent: 2 - - uid: 13843 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-178.5 - parent: 2 - - uid: 13844 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-177.5 - parent: 2 - - uid: 13845 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-175.5 - parent: 2 - - uid: 13846 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-174.5 - parent: 2 - - uid: 13847 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-173.5 - parent: 2 - - uid: 13848 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-172.5 - parent: 2 - - uid: 13849 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-171.5 - parent: 2 - - uid: 13850 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-170.5 - parent: 2 - - uid: 13851 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-169.5 - parent: 2 - - uid: 13852 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-168.5 - parent: 2 - - uid: 13853 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-167.5 - parent: 2 - - uid: 13854 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-166.5 - parent: 2 - - uid: 13855 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-165.5 - parent: 2 - - uid: 13856 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-164.5 - parent: 2 - - uid: 13857 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-163.5 - parent: 2 - - uid: 13858 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-179.5 - parent: 2 - - uid: 13859 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-180.5 - parent: 2 - - uid: 13860 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-181.5 - parent: 2 - - uid: 13861 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-182.5 - parent: 2 - - uid: 13862 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-183.5 - parent: 2 - - uid: 13863 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-184.5 - parent: 2 - - uid: 13864 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-185.5 - parent: 2 - - uid: 13865 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-186.5 - parent: 2 - - uid: 13866 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-187.5 - parent: 2 - - uid: 13867 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-188.5 - parent: 2 - - uid: 13868 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-189.5 - parent: 2 - - uid: 13869 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-189.5 - parent: 2 - - uid: 13870 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-188.5 - parent: 2 - - uid: 13871 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-187.5 - parent: 2 - - uid: 13872 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-186.5 - parent: 2 - - uid: 13873 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-185.5 - parent: 2 - - uid: 13874 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-184.5 - parent: 2 - - uid: 13875 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-183.5 - parent: 2 - - uid: 13876 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-182.5 - parent: 2 - - uid: 13877 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-181.5 - parent: 2 - - uid: 13878 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-180.5 - parent: 2 - - uid: 13879 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-179.5 - parent: 2 - - uid: 13880 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-190.5 - parent: 2 - - uid: 13881 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-191.5 - parent: 2 - - uid: 13882 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-192.5 - parent: 2 - - uid: 13883 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-193.5 - parent: 2 - - uid: 13884 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-194.5 - parent: 2 - - uid: 13885 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-195.5 - parent: 2 - - uid: 13886 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-196.5 - parent: 2 - - uid: 13887 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-197.5 - parent: 2 - - uid: 13888 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-198.5 - parent: 2 - - uid: 13889 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-199.5 - parent: 2 - - uid: 13890 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-200.5 - parent: 2 - - uid: 13891 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-201.5 - parent: 2 - - uid: 13892 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-202.5 - parent: 2 - - uid: 13893 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-203.5 - parent: 2 - - uid: 13894 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-204.5 - parent: 2 - - uid: 13895 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-205.5 - parent: 2 - - uid: 13896 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-205.5 - parent: 2 - - uid: 13897 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-204.5 - parent: 2 - - uid: 13898 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-203.5 - parent: 2 - - uid: 13899 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-202.5 - parent: 2 - - uid: 13900 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-201.5 - parent: 2 - - uid: 13901 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-200.5 - parent: 2 - - uid: 13902 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-199.5 - parent: 2 - - uid: 13903 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-198.5 - parent: 2 - - uid: 13904 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-197.5 - parent: 2 - - uid: 13905 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-196.5 - parent: 2 - - uid: 13906 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-195.5 - parent: 2 - - uid: 13907 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-194.5 - parent: 2 - - uid: 13908 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-193.5 - parent: 2 - - uid: 13909 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-192.5 - parent: 2 - - uid: 13910 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-191.5 - parent: 2 - - uid: 13911 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-190.5 - parent: 2 - - uid: 13912 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-206.5 - parent: 2 - - uid: 13913 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-207.5 - parent: 2 - - uid: 13914 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-208.5 - parent: 2 - - uid: 13915 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-209.5 - parent: 2 - - uid: 13916 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-210.5 - parent: 2 - - uid: 13917 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-211.5 - parent: 2 - - uid: 13918 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-212.5 - parent: 2 - - uid: 13919 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-213.5 - parent: 2 - - uid: 13920 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-214.5 - parent: 2 - - uid: 13921 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-215.5 - parent: 2 - - uid: 13922 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-216.5 - parent: 2 - - uid: 13923 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-217.5 - parent: 2 - - uid: 13924 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-217.5 - parent: 2 - - uid: 13925 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-216.5 - parent: 2 - - uid: 13926 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-215.5 - parent: 2 - - uid: 13927 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-214.5 - parent: 2 - - uid: 13928 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-213.5 - parent: 2 - - uid: 13929 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-212.5 - parent: 2 - - uid: 13930 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-211.5 - parent: 2 - - uid: 13931 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-210.5 - parent: 2 - - uid: 13932 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-209.5 - parent: 2 - - uid: 13933 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-208.5 - parent: 2 - - uid: 13934 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-207.5 - parent: 2 - - uid: 13935 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-206.5 - parent: 2 - - uid: 13936 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-218.5 - parent: 2 - - uid: 13937 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-219.5 - parent: 2 - - uid: 13938 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-220.5 - parent: 2 - - uid: 13939 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-221.5 - parent: 2 - - uid: 13940 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-222.5 - parent: 2 - - uid: 13941 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-223.5 - parent: 2 - - uid: 13942 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-224.5 - parent: 2 - - uid: 13943 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-225.5 - parent: 2 - - uid: 13944 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-226.5 - parent: 2 - - uid: 13945 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-227.5 - parent: 2 - - uid: 13946 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-228.5 - parent: 2 - - uid: 13947 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-229.5 - parent: 2 - - uid: 13948 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-230.5 - parent: 2 - - uid: 13949 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-231.5 - parent: 2 - - uid: 13950 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-232.5 - parent: 2 - - uid: 13951 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-233.5 - parent: 2 - - uid: 13952 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-234.5 - parent: 2 - - uid: 13953 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-235.5 - parent: 2 - - uid: 13954 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-236.5 - parent: 2 - - uid: 13955 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-237.5 - parent: 2 - - uid: 13956 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-238.5 - parent: 2 - - uid: 13957 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-239.5 - parent: 2 - - uid: 13958 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-240.5 - parent: 2 - - uid: 13959 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-241.5 - parent: 2 - - uid: 13960 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-242.5 - parent: 2 - - uid: 13963 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-242.5 - parent: 2 - - uid: 13964 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-241.5 - parent: 2 - - uid: 13965 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-240.5 - parent: 2 - - uid: 13966 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-239.5 - parent: 2 - - uid: 13967 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-238.5 - parent: 2 - - uid: 13968 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-237.5 - parent: 2 - - uid: 13969 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-236.5 - parent: 2 - - uid: 13970 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-235.5 - parent: 2 - - uid: 13971 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-234.5 - parent: 2 - - uid: 13972 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-233.5 - parent: 2 - - uid: 13973 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-232.5 - parent: 2 - - uid: 13974 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-231.5 - parent: 2 - - uid: 13975 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-230.5 - parent: 2 - - uid: 13976 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-229.5 - parent: 2 - - uid: 13977 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-228.5 - parent: 2 - - uid: 13978 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-227.5 - parent: 2 - - uid: 13979 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-226.5 - parent: 2 - - uid: 13980 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-225.5 - parent: 2 - - uid: 13981 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-224.5 - parent: 2 - - uid: 13982 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-223.5 - parent: 2 - - uid: 13983 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-222.5 - parent: 2 - - uid: 13984 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-221.5 - parent: 2 - - uid: 13985 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-220.5 - parent: 2 - - uid: 13986 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-219.5 - parent: 2 - - uid: 13987 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-218.5 - parent: 2 - - uid: 14011 - components: - - type: Transform - pos: 15.5,-107.5 - parent: 2 - - uid: 14014 - components: - - type: Transform - pos: 15.5,-112.5 - parent: 2 - - uid: 14018 - components: - - type: Transform - pos: -9.5,-223.5 - parent: 2 - - uid: 14019 - components: - - type: Transform - pos: -9.5,-272.5 - parent: 2 - - uid: 14028 - components: - - type: Transform - pos: -3.5,-286.5 - parent: 2 - - uid: 14031 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-283.5 - parent: 2 - - uid: 14032 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-284.5 - parent: 2 - - uid: 14034 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-285.5 - parent: 2 - - uid: 14035 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-285.5 - parent: 2 - - uid: 14051 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-262.5 - parent: 2 - - uid: 14052 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-263.5 - parent: 2 - - uid: 14053 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-264.5 - parent: 2 - - uid: 14054 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-265.5 - parent: 2 - - uid: 14055 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-266.5 - parent: 2 - - uid: 14056 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-267.5 - parent: 2 - - uid: 14057 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-268.5 - parent: 2 - - uid: 14058 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-269.5 - parent: 2 - - uid: 14059 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-270.5 - parent: 2 - - uid: 14060 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-271.5 - parent: 2 - - uid: 14061 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-272.5 - parent: 2 - - uid: 14062 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-273.5 - parent: 2 - - uid: 14063 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-273.5 - parent: 2 - - uid: 14064 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-272.5 - parent: 2 - - uid: 14065 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-271.5 - parent: 2 - - uid: 14066 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-270.5 - parent: 2 - - uid: 14067 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-269.5 - parent: 2 - - uid: 14068 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-268.5 - parent: 2 - - uid: 14069 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-267.5 - parent: 2 - - uid: 14070 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-266.5 - parent: 2 - - uid: 14071 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-265.5 - parent: 2 - - uid: 14072 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-264.5 - parent: 2 - - uid: 14073 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-263.5 - parent: 2 - - uid: 14074 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-262.5 - parent: 2 - - uid: 14075 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-261.5 - parent: 2 - - uid: 14080 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-277.5 - parent: 2 - - uid: 14081 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-275.5 - parent: 2 - - uid: 14082 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-276.5 - parent: 2 - - uid: 14083 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-277.5 - parent: 2 - - uid: 14084 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-274.5 - parent: 2 - - uid: 14104 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-279.5 - parent: 2 - - uid: 14105 - components: - - type: Transform - pos: -3.5,-287.5 - parent: 2 - - uid: 14107 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-285.5 - parent: 2 - - uid: 14108 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-286.5 - parent: 2 - - uid: 14109 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-287.5 - parent: 2 - - uid: 14110 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-288.5 - parent: 2 - - uid: 14111 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-289.5 - parent: 2 - - uid: 14112 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-290.5 - parent: 2 - - uid: 14113 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-291.5 - parent: 2 - - uid: 14114 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-292.5 - parent: 2 - - uid: 14115 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-293.5 - parent: 2 - - uid: 14116 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-294.5 - parent: 2 - - uid: 14117 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-295.5 - parent: 2 - - uid: 14118 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-296.5 - parent: 2 - - uid: 14119 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-297.5 - parent: 2 - - uid: 14120 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-298.5 - parent: 2 - - uid: 14121 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-298.5 - parent: 2 - - uid: 14122 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-297.5 - parent: 2 - - uid: 14123 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-296.5 - parent: 2 - - uid: 14124 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-295.5 - parent: 2 - - uid: 14125 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-294.5 - parent: 2 - - uid: 14126 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-293.5 - parent: 2 - - uid: 14127 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-292.5 - parent: 2 - - uid: 14128 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-291.5 - parent: 2 - - uid: 14129 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-290.5 - parent: 2 - - uid: 14130 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-289.5 - parent: 2 - - uid: 14131 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-288.5 - parent: 2 - - uid: 14132 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-287.5 - parent: 2 - - uid: 14133 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-286.5 - parent: 2 - - uid: 14135 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-299.5 - parent: 2 - - uid: 14136 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-300.5 - parent: 2 - - uid: 14137 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-301.5 - parent: 2 - - uid: 14138 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-302.5 - parent: 2 - - uid: 14140 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-303.5 - parent: 2 - - uid: 14141 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-303.5 - parent: 2 - - uid: 14143 - components: - - type: Transform - pos: 1.5,-299.5 - parent: 2 - - uid: 14144 - components: - - type: Transform - pos: 1.5,-300.5 - parent: 2 - - uid: 14145 - components: - - type: Transform - pos: 1.5,-301.5 - parent: 2 - - uid: 14146 - components: - - type: Transform - pos: 1.5,-302.5 - parent: 2 - - uid: 14147 - components: - - type: Transform - pos: 1.5,-303.5 - parent: 2 - - uid: 14148 - components: - - type: Transform - pos: 1.5,-304.5 - parent: 2 - - uid: 14149 - components: - - type: Transform - pos: 1.5,-305.5 - parent: 2 - - uid: 14150 - components: - - type: Transform - pos: 1.5,-306.5 - parent: 2 - - uid: 14151 - components: - - type: Transform - pos: 1.5,-307.5 - parent: 2 - - uid: 14152 - components: - - type: Transform - pos: 1.5,-308.5 - parent: 2 - - uid: 14153 - components: - - type: Transform - pos: 1.5,-309.5 - parent: 2 - - uid: 14154 - components: - - type: Transform - pos: 1.5,-310.5 - parent: 2 - - uid: 14155 - components: - - type: Transform - pos: 1.5,-311.5 - parent: 2 - - uid: 14156 - components: - - type: Transform - pos: 1.5,-312.5 - parent: 2 - - uid: 14157 - components: - - type: Transform - pos: 1.5,-313.5 - parent: 2 - - uid: 14158 - components: - - type: Transform - pos: 1.5,-314.5 - parent: 2 - - uid: 14159 - components: - - type: Transform - pos: 1.5,-315.5 - parent: 2 - - uid: 14160 - components: - - type: Transform - pos: 1.5,-316.5 - parent: 2 - - uid: 14161 - components: - - type: Transform - pos: 1.5,-317.5 - parent: 2 - - uid: 14162 - components: - - type: Transform - pos: -0.5,-317.5 - parent: 2 - - uid: 14163 - components: - - type: Transform - pos: -0.5,-316.5 - parent: 2 - - uid: 14164 - components: - - type: Transform - pos: -0.5,-315.5 - parent: 2 - - uid: 14165 - components: - - type: Transform - pos: -0.5,-314.5 - parent: 2 - - uid: 14166 - components: - - type: Transform - pos: -0.5,-313.5 - parent: 2 - - uid: 14167 - components: - - type: Transform - pos: -0.5,-312.5 - parent: 2 - - uid: 14168 - components: - - type: Transform - pos: -0.5,-311.5 - parent: 2 - - uid: 14169 - components: - - type: Transform - pos: -0.5,-310.5 - parent: 2 - - uid: 14170 - components: - - type: Transform - pos: -0.5,-309.5 - parent: 2 - - uid: 14171 - components: - - type: Transform - pos: -0.5,-308.5 - parent: 2 - - uid: 14172 - components: - - type: Transform - pos: -0.5,-307.5 - parent: 2 - - uid: 14173 - components: - - type: Transform - pos: -0.5,-306.5 - parent: 2 - - uid: 14174 - components: - - type: Transform - pos: -0.5,-305.5 - parent: 2 - - uid: 14175 - components: - - type: Transform - pos: -0.5,-304.5 - parent: 2 - - uid: 14176 - components: - - type: Transform - pos: 1.5,-319.5 - parent: 2 - - uid: 14177 - components: - - type: Transform - pos: 1.5,-320.5 - parent: 2 - - uid: 14178 - components: - - type: Transform - pos: 1.5,-321.5 - parent: 2 - - uid: 14179 - components: - - type: Transform - pos: 1.5,-322.5 - parent: 2 - - uid: 14180 - components: - - type: Transform - pos: 1.5,-323.5 - parent: 2 - - uid: 14181 - components: - - type: Transform - pos: 1.5,-324.5 - parent: 2 - - uid: 14182 - components: - - type: Transform - pos: 1.5,-325.5 - parent: 2 - - uid: 14183 - components: - - type: Transform - pos: 1.5,-326.5 - parent: 2 - - uid: 14184 - components: - - type: Transform - pos: 1.5,-327.5 - parent: 2 - - uid: 14185 - components: - - type: Transform - pos: 1.5,-328.5 - parent: 2 - - uid: 14186 - components: - - type: Transform - pos: 1.5,-329.5 - parent: 2 - - uid: 14187 - components: - - type: Transform - pos: 1.5,-330.5 - parent: 2 - - uid: 14188 - components: - - type: Transform - pos: -0.5,-330.5 - parent: 2 - - uid: 14189 - components: - - type: Transform - pos: -0.5,-329.5 - parent: 2 - - uid: 14190 - components: - - type: Transform - pos: -0.5,-328.5 - parent: 2 - - uid: 14191 - components: - - type: Transform - pos: -0.5,-327.5 - parent: 2 - - uid: 14192 - components: - - type: Transform - pos: -0.5,-326.5 - parent: 2 - - uid: 14193 - components: - - type: Transform - pos: -0.5,-325.5 - parent: 2 - - uid: 14194 - components: - - type: Transform - pos: -0.5,-324.5 - parent: 2 - - uid: 14195 - components: - - type: Transform - pos: -0.5,-323.5 - parent: 2 - - uid: 14196 - components: - - type: Transform - pos: -0.5,-322.5 - parent: 2 - - uid: 14197 - components: - - type: Transform - pos: -0.5,-321.5 - parent: 2 - - uid: 14198 - components: - - type: Transform - pos: -0.5,-320.5 - parent: 2 - - uid: 14199 - components: - - type: Transform - pos: -0.5,-319.5 - parent: 2 - - uid: 14200 - components: - - type: Transform - pos: -0.5,-318.5 - parent: 2 - - uid: 14202 - components: - - type: Transform - pos: -0.5,-331.5 - parent: 2 - - uid: 14203 - components: - - type: Transform - pos: -0.5,-332.5 - parent: 2 - - uid: 14204 - components: - - type: Transform - pos: -0.5,-333.5 - parent: 2 - - uid: 14205 - components: - - type: Transform - pos: -0.5,-334.5 - parent: 2 - - uid: 14206 - components: - - type: Transform - pos: -0.5,-335.5 - parent: 2 - - uid: 14207 - components: - - type: Transform - pos: -0.5,-336.5 - parent: 2 - - uid: 14208 - components: - - type: Transform - pos: -0.5,-337.5 - parent: 2 - - uid: 14209 - components: - - type: Transform - pos: -0.5,-338.5 - parent: 2 - - uid: 14211 - components: - - type: Transform - pos: 1.5,-339.5 - parent: 2 - - uid: 14212 - components: - - type: Transform - pos: 1.5,-338.5 - parent: 2 - - uid: 14213 - components: - - type: Transform - pos: 1.5,-337.5 - parent: 2 - - uid: 14214 - components: - - type: Transform - pos: 1.5,-336.5 - parent: 2 - - uid: 14215 - components: - - type: Transform - pos: 1.5,-335.5 - parent: 2 - - uid: 14216 - components: - - type: Transform - pos: 1.5,-334.5 - parent: 2 - - uid: 14217 - components: - - type: Transform - pos: 1.5,-333.5 - parent: 2 - - uid: 14218 - components: - - type: Transform - pos: 1.5,-332.5 - parent: 2 - - uid: 14219 - components: - - type: Transform - pos: 1.5,-331.5 - parent: 2 - - uid: 14222 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-340.5 - parent: 2 - - uid: 14224 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-339.5 - parent: 2 - - uid: 14226 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-340.5 - parent: 2 - - uid: 14719 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-248.5 - parent: 2 - - uid: 15302 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-4.5 - parent: 2 - - uid: 15303 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-4.5 - parent: 2 - - uid: 15304 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-4.5 - parent: 2 - - uid: 15305 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-4.5 - parent: 2 - - uid: 15306 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-4.5 - parent: 2 - - uid: 15309 - components: - - type: Transform - pos: 0.5,-5.5 - parent: 2 - - uid: 15310 - components: - - type: Transform - pos: 0.5,-6.5 - parent: 2 - - uid: 15311 - components: - - type: Transform - pos: 0.5,-7.5 - parent: 2 - - uid: 15312 - components: - - type: Transform - pos: 0.5,-8.5 - parent: 2 - - uid: 15313 - components: - - type: Transform - pos: 0.5,-9.5 - parent: 2 - - uid: 15314 - components: - - type: Transform - pos: 0.5,-10.5 - parent: 2 - - uid: 15315 - components: - - type: Transform - pos: 0.5,-11.5 - parent: 2 - - uid: 15316 - components: - - type: Transform - pos: 0.5,-12.5 - parent: 2 - - uid: 15317 - components: - - type: Transform - pos: 0.5,-13.5 - parent: 2 - - uid: 15318 - components: - - type: Transform - pos: 0.5,-14.5 - parent: 2 - - uid: 15319 - components: - - type: Transform - pos: 0.5,-15.5 - parent: 2 - - uid: 15320 - components: - - type: Transform - pos: 0.5,-16.5 - parent: 2 - - uid: 15321 - components: - - type: Transform - pos: 0.5,-17.5 - parent: 2 - - uid: 15322 - components: - - type: Transform - pos: 0.5,-18.5 - parent: 2 - - uid: 15323 - components: - - type: Transform - pos: 0.5,-19.5 - parent: 2 - - uid: 15324 - components: - - type: Transform - pos: 0.5,-20.5 - parent: 2 - - uid: 15325 - components: - - type: Transform - pos: 0.5,-21.5 - parent: 2 - - uid: 15326 - components: - - type: Transform - pos: 0.5,-22.5 - parent: 2 - - uid: 15327 - components: - - type: Transform - pos: 0.5,-23.5 - parent: 2 - - uid: 15328 - components: - - type: Transform - pos: 0.5,-24.5 - parent: 2 - - uid: 15329 - components: - - type: Transform - pos: 0.5,-25.5 - parent: 2 - - uid: 15330 - components: - - type: Transform - pos: 0.5,-26.5 - parent: 2 - - uid: 15331 - components: - - type: Transform - pos: 0.5,-27.5 - parent: 2 - - uid: 15332 - components: - - type: Transform - pos: 0.5,-28.5 - parent: 2 - - uid: 15338 - components: - - type: Transform - pos: 0.5,-29.5 - parent: 2 - - uid: 15339 - components: - - type: Transform - pos: 0.5,-30.5 - parent: 2 - - uid: 15340 - components: - - type: Transform - pos: 0.5,-31.5 - parent: 2 - - uid: 15341 - components: - - type: Transform - pos: 0.5,-33.5 - parent: 2 - - uid: 15342 - components: - - type: Transform - pos: 0.5,-34.5 - parent: 2 - - uid: 15343 - components: - - type: Transform - pos: 0.5,-35.5 - parent: 2 - - uid: 15344 - components: - - type: Transform - pos: 0.5,-36.5 - parent: 2 - - uid: 15345 - components: - - type: Transform - pos: 0.5,-38.5 - parent: 2 - - uid: 15346 - components: - - type: Transform - pos: 0.5,-39.5 - parent: 2 - - uid: 15347 - components: - - type: Transform - pos: 0.5,-40.5 - parent: 2 - - uid: 15348 - components: - - type: Transform - pos: 0.5,-41.5 - parent: 2 - - uid: 15349 - components: - - type: Transform - pos: 0.5,-42.5 - parent: 2 - - uid: 15350 - components: - - type: Transform - pos: 0.5,-43.5 - parent: 2 - - uid: 15351 - components: - - type: Transform - pos: 0.5,-44.5 - parent: 2 - - uid: 15352 - components: - - type: Transform - pos: 0.5,-45.5 - parent: 2 - - uid: 15353 - components: - - type: Transform - pos: 0.5,-46.5 - parent: 2 - - uid: 15354 - components: - - type: Transform - pos: 0.5,-47.5 - parent: 2 - - uid: 15355 - components: - - type: Transform - pos: 0.5,-48.5 - parent: 2 - - uid: 15356 - components: - - type: Transform - pos: 0.5,-49.5 - parent: 2 - - uid: 15357 - components: - - type: Transform - pos: 0.5,-50.5 - parent: 2 - - uid: 15358 - components: - - type: Transform - pos: 0.5,-51.5 - parent: 2 - - uid: 15359 - components: - - type: Transform - pos: 0.5,-52.5 - parent: 2 - - uid: 15360 - components: - - type: Transform - pos: 0.5,-53.5 - parent: 2 - - uid: 15361 - components: - - type: Transform - pos: 0.5,-54.5 - parent: 2 - - uid: 15363 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-32.5 - parent: 2 - - uid: 15366 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-69.5 - parent: 2 - - uid: 15367 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-56.5 - parent: 2 - - uid: 15370 - components: - - type: Transform - pos: 0.5,-68.5 - parent: 2 - - uid: 15371 - components: - - type: Transform - pos: 0.5,-67.5 - parent: 2 - - uid: 15372 - components: - - type: Transform - pos: 0.5,-66.5 - parent: 2 - - uid: 15373 - components: - - type: Transform - pos: 0.5,-65.5 - parent: 2 - - uid: 15374 - components: - - type: Transform - pos: 0.5,-64.5 - parent: 2 - - uid: 15375 - components: - - type: Transform - pos: 0.5,-63.5 - parent: 2 - - uid: 15376 - components: - - type: Transform - pos: 0.5,-62.5 - parent: 2 - - uid: 15377 - components: - - type: Transform - pos: 0.5,-61.5 - parent: 2 - - uid: 15378 - components: - - type: Transform - pos: 0.5,-60.5 - parent: 2 - - uid: 15379 - components: - - type: Transform - pos: 0.5,-59.5 - parent: 2 - - uid: 15380 - components: - - type: Transform - pos: 0.5,-58.5 - parent: 2 - - uid: 15381 - components: - - type: Transform - pos: 0.5,-57.5 - parent: 2 - - uid: 15382 - components: - - type: Transform - pos: 0.5,-55.5 - parent: 2 - - uid: 15383 - components: - - type: Transform - pos: 0.5,-70.5 - parent: 2 - - uid: 15384 - components: - - type: Transform - pos: 0.5,-71.5 - parent: 2 - - uid: 15385 - components: - - type: Transform - pos: 0.5,-72.5 - parent: 2 - - uid: 15386 - components: - - type: Transform - pos: 0.5,-73.5 - parent: 2 - - uid: 15387 - components: - - type: Transform - pos: 0.5,-74.5 - parent: 2 - - uid: 15388 - components: - - type: Transform - pos: 0.5,-75.5 - parent: 2 - - uid: 15389 - components: - - type: Transform - pos: 0.5,-76.5 - parent: 2 - - uid: 15390 - components: - - type: Transform - pos: 0.5,-77.5 - parent: 2 - - uid: 15391 - components: - - type: Transform - pos: 0.5,-78.5 - parent: 2 - - uid: 15392 - components: - - type: Transform - pos: 0.5,-79.5 - parent: 2 - - uid: 15393 - components: - - type: Transform - pos: 0.5,-80.5 - parent: 2 - - uid: 15394 - components: - - type: Transform - pos: 0.5,-81.5 - parent: 2 - - uid: 15397 - components: - - type: Transform - pos: 0.5,-82.5 - parent: 2 - - uid: 15398 - components: - - type: Transform - pos: 0.5,-83.5 - parent: 2 - - uid: 15401 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-85.5 - parent: 2 - - uid: 15402 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-86.5 - parent: 2 - - uid: 15403 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-87.5 - parent: 2 - - uid: 15404 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-88.5 - parent: 2 - - uid: 15405 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-89.5 - parent: 2 - - uid: 15406 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-90.5 - parent: 2 - - uid: 15407 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-91.5 - parent: 2 - - uid: 15408 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-92.5 - parent: 2 - - uid: 15409 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-93.5 - parent: 2 - - uid: 15410 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-94.5 - parent: 2 - - uid: 15411 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-95.5 - parent: 2 - - uid: 15412 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-96.5 - parent: 2 - - uid: 15414 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-97.5 - parent: 2 - - uid: 15415 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-97.5 - parent: 2 - - uid: 15416 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-97.5 - parent: 2 - - uid: 15417 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-97.5 - parent: 2 - - uid: 15418 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-97.5 - parent: 2 - - uid: 15420 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-98.5 - parent: 2 - - uid: 15421 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-99.5 - parent: 2 - - uid: 15422 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-100.5 - parent: 2 - - uid: 15423 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-101.5 - parent: 2 - - uid: 15424 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-102.5 - parent: 2 - - uid: 15425 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-103.5 - parent: 2 - - uid: 15426 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-104.5 - parent: 2 - - uid: 15427 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-105.5 - parent: 2 - - uid: 15428 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-106.5 - parent: 2 - - uid: 15429 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-107.5 - parent: 2 - - uid: 15433 - components: - - type: Transform - pos: 0.5,-109.5 - parent: 2 - - uid: 15434 - components: - - type: Transform - pos: 0.5,-110.5 - parent: 2 - - uid: 15435 - components: - - type: Transform - pos: 0.5,-111.5 - parent: 2 - - uid: 15436 - components: - - type: Transform - pos: 0.5,-112.5 - parent: 2 - - uid: 15437 - components: - - type: Transform - pos: 0.5,-113.5 - parent: 2 - - uid: 15438 - components: - - type: Transform - pos: 0.5,-114.5 - parent: 2 - - uid: 15439 - components: - - type: Transform - pos: 0.5,-115.5 - parent: 2 - - uid: 15440 - components: - - type: Transform - pos: 0.5,-116.5 - parent: 2 - - uid: 15441 - components: - - type: Transform - pos: 0.5,-117.5 - parent: 2 - - uid: 15442 - components: - - type: Transform - pos: 0.5,-118.5 - parent: 2 - - uid: 15443 - components: - - type: Transform - pos: 0.5,-119.5 - parent: 2 - - uid: 15444 - components: - - type: Transform - pos: 0.5,-120.5 - parent: 2 - - uid: 15445 - components: - - type: Transform - pos: 0.5,-121.5 - parent: 2 - - uid: 15446 - components: - - type: Transform - pos: 0.5,-122.5 - parent: 2 - - uid: 15447 - components: - - type: Transform - pos: 0.5,-123.5 - parent: 2 - - uid: 15448 - components: - - type: Transform - pos: 0.5,-124.5 - parent: 2 - - uid: 15452 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-125.5 - parent: 2 - - uid: 15453 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-125.5 - parent: 2 - - uid: 15454 - components: - - type: Transform - pos: 0.5,-126.5 - parent: 2 - - uid: 15455 - components: - - type: Transform - pos: 0.5,-127.5 - parent: 2 - - uid: 15456 - components: - - type: Transform - pos: 0.5,-128.5 - parent: 2 - - uid: 15457 - components: - - type: Transform - pos: 0.5,-129.5 - parent: 2 - - uid: 15458 - components: - - type: Transform - pos: 0.5,-130.5 - parent: 2 - - uid: 15459 - components: - - type: Transform - pos: 0.5,-131.5 - parent: 2 - - uid: 15460 - components: - - type: Transform - pos: 0.5,-132.5 - parent: 2 - - uid: 15461 - components: - - type: Transform - pos: 0.5,-133.5 - parent: 2 - - uid: 15462 - components: - - type: Transform - pos: 0.5,-134.5 - parent: 2 - - uid: 15464 - components: - - type: Transform - pos: 0.5,-135.5 - parent: 2 - - uid: 15465 - components: - - type: Transform - pos: 0.5,-136.5 - parent: 2 - - uid: 15466 - components: - - type: Transform - pos: 0.5,-137.5 - parent: 2 - - uid: 15467 - components: - - type: Transform - pos: 0.5,-138.5 - parent: 2 - - uid: 15468 - components: - - type: Transform - pos: 0.5,-139.5 - parent: 2 - - uid: 15469 - components: - - type: Transform - pos: 0.5,-140.5 - parent: 2 - - uid: 15470 - components: - - type: Transform - pos: 0.5,-141.5 - parent: 2 - - uid: 15471 - components: - - type: Transform - pos: 0.5,-142.5 - parent: 2 - - uid: 15472 - components: - - type: Transform - pos: 0.5,-143.5 - parent: 2 - - uid: 15473 - components: - - type: Transform - pos: 0.5,-144.5 - parent: 2 - - uid: 15474 - components: - - type: Transform - pos: 0.5,-145.5 - parent: 2 - - uid: 15475 - components: - - type: Transform - pos: 0.5,-146.5 - parent: 2 - - uid: 15476 - components: - - type: Transform - pos: 0.5,-147.5 - parent: 2 - - uid: 15477 - components: - - type: Transform - pos: 0.5,-148.5 - parent: 2 - - uid: 15478 - components: - - type: Transform - pos: 0.5,-149.5 - parent: 2 - - uid: 15481 - components: - - type: Transform - pos: 0.5,-151.5 - parent: 2 - - uid: 15482 - components: - - type: Transform - pos: 0.5,-152.5 - parent: 2 - - uid: 15483 - components: - - type: Transform - pos: 0.5,-153.5 - parent: 2 - - uid: 15484 - components: - - type: Transform - pos: 0.5,-154.5 - parent: 2 - - uid: 15485 - components: - - type: Transform - pos: 0.5,-155.5 - parent: 2 - - uid: 15486 - components: - - type: Transform - pos: 0.5,-156.5 - parent: 2 - - uid: 15487 - components: - - type: Transform - pos: 0.5,-157.5 - parent: 2 - - uid: 15488 - components: - - type: Transform - pos: 0.5,-158.5 - parent: 2 - - uid: 15489 - components: - - type: Transform - pos: 0.5,-159.5 - parent: 2 - - uid: 15490 - components: - - type: Transform - pos: 0.5,-160.5 - parent: 2 - - uid: 15491 - components: - - type: Transform - pos: 0.5,-161.5 - parent: 2 - - uid: 15496 - components: - - type: Transform - pos: 0.5,-163.5 - parent: 2 - - uid: 15497 - components: - - type: Transform - pos: 0.5,-164.5 - parent: 2 - - uid: 15498 - components: - - type: Transform - pos: 0.5,-165.5 - parent: 2 - - uid: 15499 - components: - - type: Transform - pos: 0.5,-166.5 - parent: 2 - - uid: 15500 - components: - - type: Transform - pos: 0.5,-167.5 - parent: 2 - - uid: 15501 - components: - - type: Transform - pos: 0.5,-168.5 - parent: 2 - - uid: 15502 - components: - - type: Transform - pos: 0.5,-169.5 - parent: 2 - - uid: 15503 - components: - - type: Transform - pos: 0.5,-170.5 - parent: 2 - - uid: 15504 - components: - - type: Transform - pos: 0.5,-171.5 - parent: 2 - - uid: 15505 - components: - - type: Transform - pos: 0.5,-172.5 - parent: 2 - - uid: 15506 - components: - - type: Transform - pos: 0.5,-173.5 - parent: 2 - - uid: 15507 - components: - - type: Transform - pos: 0.5,-174.5 - parent: 2 - - uid: 15508 - components: - - type: Transform - pos: 0.5,-175.5 - parent: 2 - - uid: 15509 - components: - - type: Transform - pos: 0.5,-176.5 - parent: 2 - - uid: 15510 - components: - - type: Transform - pos: 0.5,-177.5 - parent: 2 - - uid: 15511 - components: - - type: Transform - pos: 0.5,-178.5 - parent: 2 - - uid: 15514 - components: - - type: Transform - pos: 0.5,-180.5 - parent: 2 - - uid: 15515 - components: - - type: Transform - pos: 0.5,-181.5 - parent: 2 - - uid: 15516 - components: - - type: Transform - pos: 0.5,-182.5 - parent: 2 - - uid: 15517 - components: - - type: Transform - pos: 0.5,-183.5 - parent: 2 - - uid: 15518 - components: - - type: Transform - pos: 0.5,-184.5 - parent: 2 - - uid: 15519 - components: - - type: Transform - pos: 0.5,-185.5 - parent: 2 - - uid: 15520 - components: - - type: Transform - pos: 0.5,-186.5 - parent: 2 - - uid: 15521 - components: - - type: Transform - pos: 0.5,-187.5 - parent: 2 - - uid: 15522 - components: - - type: Transform - pos: 0.5,-188.5 - parent: 2 - - uid: 15524 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-189.5 - parent: 2 - - uid: 15525 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-189.5 - parent: 2 - - uid: 15526 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-189.5 - parent: 2 - - uid: 15527 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-189.5 - parent: 2 - - uid: 15528 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-189.5 - parent: 2 - - uid: 15531 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-190.5 - parent: 2 - - uid: 15532 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-191.5 - parent: 2 - - uid: 15533 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-192.5 - parent: 2 - - uid: 15534 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-193.5 - parent: 2 - - uid: 15535 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-194.5 - parent: 2 - - uid: 15536 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-195.5 - parent: 2 - - uid: 15537 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-196.5 - parent: 2 - - uid: 15538 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-197.5 - parent: 2 - - uid: 15539 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-198.5 - parent: 2 - - uid: 15540 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-199.5 - parent: 2 - - uid: 15541 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-200.5 - parent: 2 - - uid: 15542 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-201.5 - parent: 2 - - uid: 15543 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-202.5 - parent: 2 - - uid: 15544 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-203.5 - parent: 2 - - uid: 15545 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-204.5 - parent: 2 - - uid: 15546 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-205.5 - parent: 2 - - uid: 15548 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-206.5 - parent: 2 - - uid: 15549 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-206.5 - parent: 2 - - uid: 15552 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-207.5 - parent: 2 - - uid: 15553 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-208.5 - parent: 2 - - uid: 15554 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-209.5 - parent: 2 - - uid: 15555 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-210.5 - parent: 2 - - uid: 15556 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-211.5 - parent: 2 - - uid: 15557 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-212.5 - parent: 2 - - uid: 15558 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-213.5 - parent: 2 - - uid: 15559 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-214.5 - parent: 2 - - uid: 15560 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-215.5 - parent: 2 - - uid: 15561 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-216.5 - parent: 2 - - uid: 15562 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-217.5 - parent: 2 - - uid: 15566 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-355.5 - parent: 2 - - uid: 15567 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-354.5 - parent: 2 - - uid: 15568 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-353.5 - parent: 2 - - uid: 15569 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-352.5 - parent: 2 - - uid: 15570 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-351.5 - parent: 2 - - uid: 15571 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-350.5 - parent: 2 - - uid: 15572 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-349.5 - parent: 2 - - uid: 15573 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-348.5 - parent: 2 - - uid: 15574 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-347.5 - parent: 2 - - uid: 15575 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-346.5 - parent: 2 - - uid: 15576 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-345.5 - parent: 2 - - uid: 15577 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-344.5 - parent: 2 - - uid: 15578 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-343.5 - parent: 2 - - uid: 15579 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-342.5 - parent: 2 - - uid: 15580 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-341.5 - parent: 2 - - uid: 15581 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-340.5 - parent: 2 - - uid: 15582 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-339.5 - parent: 2 - - uid: 15583 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-338.5 - parent: 2 - - uid: 15589 - components: - - type: Transform - pos: 0.5,-336.5 - parent: 2 - - uid: 15590 - components: - - type: Transform - pos: 0.5,-335.5 - parent: 2 - - uid: 15591 - components: - - type: Transform - pos: 0.5,-334.5 - parent: 2 - - uid: 15592 - components: - - type: Transform - pos: 0.5,-333.5 - parent: 2 - - uid: 15593 - components: - - type: Transform - pos: 0.5,-332.5 - parent: 2 - - uid: 15594 - components: - - type: Transform - pos: 0.5,-331.5 - parent: 2 - - uid: 15595 - components: - - type: Transform - pos: 0.5,-330.5 - parent: 2 - - uid: 15596 - components: - - type: Transform - pos: 0.5,-329.5 - parent: 2 - - uid: 15597 - components: - - type: Transform - pos: 0.5,-328.5 - parent: 2 - - uid: 15598 - components: - - type: Transform - pos: 0.5,-327.5 - parent: 2 - - uid: 15599 - components: - - type: Transform - pos: 0.5,-326.5 - parent: 2 - - uid: 15600 - components: - - type: Transform - pos: 0.5,-325.5 - parent: 2 - - uid: 15601 - components: - - type: Transform - pos: 0.5,-324.5 - parent: 2 - - uid: 15602 - components: - - type: Transform - pos: 0.5,-323.5 - parent: 2 - - uid: 15603 - components: - - type: Transform - pos: 0.5,-322.5 - parent: 2 - - uid: 15604 - components: - - type: Transform - pos: 0.5,-321.5 - parent: 2 - - uid: 15605 - components: - - type: Transform - pos: 0.5,-320.5 - parent: 2 - - uid: 15606 - components: - - type: Transform - pos: 0.5,-319.5 - parent: 2 - - uid: 15611 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-317.5 - parent: 2 - - uid: 15612 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-318.5 - parent: 2 - - uid: 15613 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-315.5 - parent: 2 - - uid: 15614 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-314.5 - parent: 2 - - uid: 15615 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-313.5 - parent: 2 - - uid: 15616 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-312.5 - parent: 2 - - uid: 15617 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-311.5 - parent: 2 - - uid: 15618 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-310.5 - parent: 2 - - uid: 15619 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-309.5 - parent: 2 - - uid: 15621 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-308.5 - parent: 2 - - uid: 15622 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-308.5 - parent: 2 - - uid: 15623 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-308.5 - parent: 2 - - uid: 15624 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-308.5 - parent: 2 - - uid: 15625 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-308.5 - parent: 2 - - uid: 15626 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-308.5 - parent: 2 - - uid: 15627 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-308.5 - parent: 2 - - uid: 15628 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-308.5 - parent: 2 - - uid: 15629 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-308.5 - parent: 2 - - uid: 15631 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-307.5 - parent: 2 - - uid: 15632 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-306.5 - parent: 2 - - uid: 15633 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-305.5 - parent: 2 - - uid: 15634 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-304.5 - parent: 2 - - uid: 15635 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-303.5 - parent: 2 - - uid: 15636 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-302.5 - parent: 2 - - uid: 15637 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-301.5 - parent: 2 - - uid: 15638 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-300.5 - parent: 2 - - uid: 15639 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-299.5 - parent: 2 - - uid: 15640 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-298.5 - parent: 2 - - uid: 15641 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-297.5 - parent: 2 - - uid: 15642 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-296.5 - parent: 2 - - uid: 15643 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-295.5 - parent: 2 - - uid: 15644 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-294.5 - parent: 2 - - uid: 15645 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-293.5 - parent: 2 - - uid: 15646 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-292.5 - parent: 2 - - uid: 15647 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-291.5 - parent: 2 - - uid: 15648 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-290.5 - parent: 2 - - uid: 15649 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-289.5 - parent: 2 - - uid: 15650 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-288.5 - parent: 2 - - uid: 15651 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-287.5 - parent: 2 - - uid: 15659 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-286.5 - parent: 2 - - uid: 15660 - components: - - type: Transform - pos: -1.5,-285.5 - parent: 2 - - uid: 15661 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-284.5 - parent: 2 - - uid: 15663 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-283.5 - parent: 2 - - uid: 15664 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-282.5 - parent: 2 - - uid: 15665 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-281.5 - parent: 2 - - uid: 15666 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-280.5 - parent: 2 - - uid: 15667 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-279.5 - parent: 2 - - uid: 15668 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-278.5 - parent: 2 - - uid: 15669 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-277.5 - parent: 2 - - uid: 15670 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-276.5 - parent: 2 - - uid: 15671 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-275.5 - parent: 2 - - uid: 15673 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-274.5 - parent: 2 - - uid: 15674 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-274.5 - parent: 2 - - uid: 15676 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-273.5 - parent: 2 - - uid: 15677 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-272.5 - parent: 2 - - uid: 15678 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-271.5 - parent: 2 - - uid: 15681 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-269.5 - parent: 2 - - uid: 15682 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-268.5 - parent: 2 - - uid: 15683 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-267.5 - parent: 2 - - uid: 15684 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-266.5 - parent: 2 - - uid: 15685 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-265.5 - parent: 2 - - uid: 15686 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-264.5 - parent: 2 - - uid: 15687 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-263.5 - parent: 2 - - uid: 15688 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-262.5 - parent: 2 - - uid: 15689 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-261.5 - parent: 2 - - uid: 15690 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-260.5 - parent: 2 - - uid: 15693 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-258.5 - parent: 2 - - uid: 15694 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-257.5 - parent: 2 - - uid: 15695 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-256.5 - parent: 2 - - uid: 15698 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-254.5 - parent: 2 - - uid: 15699 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-253.5 - parent: 2 - - uid: 15700 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-252.5 - parent: 2 - - uid: 15701 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-251.5 - parent: 2 - - uid: 15702 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-250.5 - parent: 2 - - uid: 15703 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-249.5 - parent: 2 - - uid: 15704 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-248.5 - parent: 2 - - uid: 15705 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-247.5 - parent: 2 - - uid: 15706 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-246.5 - parent: 2 - - uid: 15707 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-245.5 - parent: 2 - - uid: 15708 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-244.5 - parent: 2 - - uid: 15709 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-243.5 - parent: 2 - - uid: 15710 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-242.5 - parent: 2 - - uid: 15711 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-241.5 - parent: 2 - - uid: 15712 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-240.5 - parent: 2 - - uid: 15713 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-239.5 - parent: 2 - - uid: 15714 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-238.5 - parent: 2 - - uid: 15715 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-237.5 - parent: 2 - - uid: 15716 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-236.5 - parent: 2 - - uid: 15717 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-235.5 - parent: 2 - - uid: 15718 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-234.5 - parent: 2 - - uid: 15719 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-233.5 - parent: 2 - - uid: 15720 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-232.5 - parent: 2 - - uid: 15726 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-231.5 - parent: 2 - - uid: 15727 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-230.5 - parent: 2 - - uid: 15728 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-229.5 - parent: 2 - - uid: 15729 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-228.5 - parent: 2 - - uid: 15730 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-227.5 - parent: 2 - - uid: 15731 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-226.5 - parent: 2 - - uid: 15732 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-225.5 - parent: 2 - - uid: 15733 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-224.5 - parent: 2 - - uid: 15734 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-223.5 - parent: 2 - - uid: 15735 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-222.5 - parent: 2 - - uid: 15736 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-221.5 - parent: 2 - - uid: 15737 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-220.5 - parent: 2 - - uid: 15739 - components: - - type: Transform - pos: 0.5,-218.5 - parent: 2 - - uid: 15740 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-219.5 - parent: 2 - - uid: 15741 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-219.5 - parent: 2 - - uid: 15742 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-220.5 - parent: 2 - - uid: 17002 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-261.5 - parent: 2 - - uid: 17007 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-261.5 - parent: 2 - - uid: 17008 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-261.5 - parent: 2 - - uid: 17009 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-261.5 - parent: 2 - - uid: 17010 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-261.5 - parent: 2 - - uid: 17011 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-261.5 - parent: 2 - - uid: 17012 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-261.5 - parent: 2 - - uid: 17013 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-261.5 - parent: 2 - - uid: 17014 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-261.5 - parent: 2 - - uid: 17015 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-261.5 - parent: 2 - - uid: 17016 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-261.5 - parent: 2 - - uid: 17017 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-261.5 - parent: 2 - - uid: 17019 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-259.5 - parent: 2 - - uid: 17020 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-259.5 - parent: 2 - - uid: 17021 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-259.5 - parent: 2 - - uid: 17022 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-259.5 - parent: 2 - - uid: 17023 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-259.5 - parent: 2 - - uid: 17024 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-259.5 - parent: 2 - - uid: 17025 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-259.5 - parent: 2 - - uid: 17026 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-259.5 - parent: 2 - - uid: 17027 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-259.5 - parent: 2 - - uid: 17028 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-259.5 - parent: 2 - - uid: 17029 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-259.5 - parent: 2 - - uid: 17030 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,-259.5 - parent: 2 - - uid: 17031 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-259.5 - parent: 2 -- proto: DisposalRouter - entities: - - uid: 6797 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-247.5 - parent: 2 - - type: DisposalRouter - tags: - - Engineering - - uid: 9846 - components: - - type: Transform - pos: -0.5,-261.5 - parent: 2 - - type: DisposalRouter - tags: - - Atmos - - uid: 13503 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-11.5 - parent: 2 - - type: DisposalRouter - tags: - - Bridge - - uid: 13636 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-91.5 - parent: 2 - - type: DisposalRouter - tags: - - Kitchen - - uid: 13685 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-119.5 - parent: 2 - - type: DisposalRouter - tags: - - HoP Office - - uid: 13759 - components: - - type: Transform - pos: -0.5,-140.5 - parent: 2 - - type: DisposalRouter - tags: - - Library - - uid: 13764 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-149.5 - parent: 2 - - uid: 13842 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-176.5 - parent: 2 - - type: DisposalRouter - tags: - - Medical - - uid: 14033 - components: - - type: Transform - pos: -0.5,-285.5 - parent: 2 - - type: DisposalRouter - tags: - - Salvage - - uid: 14139 - components: - - type: Transform - pos: -0.5,-303.5 - parent: 2 - - type: DisposalRouter - tags: - - Science - - uid: 14210 - components: - - type: Transform - pos: -0.5,-339.5 - parent: 2 - - type: DisposalRouter - tags: - - Brig -- proto: DisposalRouterFlipped - entities: - - uid: 13591 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-61.5 - parent: 2 - - type: DisposalRouter - tags: - - Bar - - uid: 14090 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-279.5 - parent: 2 - - type: DisposalRouter - tags: - - Cargo -- proto: DisposalTrunk - entities: - - uid: 5417 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-10.5 - parent: 2 - - uid: 6714 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-342.5 - parent: 2 - - uid: 7831 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,-250.5 - parent: 2 - - uid: 8225 - components: - - type: Transform - pos: 15.5,-85.5 - parent: 2 - - uid: 8769 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,-137.5 - parent: 2 - - uid: 8921 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-308.5 - parent: 2 - - uid: 11928 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-261.5 - parent: 2 - - uid: 13219 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-61.5 - parent: 2 - - uid: 13378 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-190.5 - parent: 2 - - uid: 13637 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-91.5 - parent: 2 - - uid: 13686 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-119.5 - parent: 2 - - uid: 13779 - components: - - type: Transform - pos: 4.5,-137.5 - parent: 2 - - uid: 13785 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-142.5 - parent: 2 - - uid: 13837 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-176.5 - parent: 2 - - uid: 14106 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-288.5 - parent: 2 - - uid: 14142 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-303.5 - parent: 2 - - uid: 14568 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-279.5 - parent: 2 - - uid: 15307 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-4.5 - parent: 2 - - uid: 15335 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-37.5 - parent: 2 - - uid: 15362 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-32.5 - parent: 2 - - uid: 15364 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-56.5 - parent: 2 - - uid: 15365 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-69.5 - parent: 2 - - uid: 15400 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-84.5 - parent: 2 - - uid: 15419 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-97.5 - parent: 2 - - uid: 15430 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-108.5 - parent: 2 - - uid: 15451 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-126.5 - parent: 2 - - uid: 15480 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-150.5 - parent: 2 - - uid: 15495 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-162.5 - parent: 2 - - uid: 15512 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-179.5 - parent: 2 - - uid: 15530 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-189.5 - parent: 2 - - uid: 15551 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-207.5 - parent: 2 - - uid: 15564 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-356.5 - parent: 2 - - uid: 15609 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-316.5 - parent: 2 - - uid: 15630 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-308.5 - parent: 2 - - uid: 15655 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-284.5 - parent: 2 - - uid: 15680 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-270.5 - parent: 2 - - uid: 15697 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-255.5 - parent: 2 - - uid: 15743 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-221.5 - parent: 2 - - uid: 15800 - components: - - type: Transform - pos: 2.5,-335.5 - parent: 2 - - uid: 17034 - components: - - type: Transform - pos: -13.5,-258.5 - parent: 2 -- proto: DisposalUnit - entities: - - uid: 197 - components: - - type: Transform - pos: 6.5,-4.5 - parent: 2 - - uid: 837 - components: - - type: Transform - pos: 4.5,-42.5 - parent: 2 - - uid: 1421 - components: - - type: Transform - pos: 2.5,-69.5 - parent: 2 - - uid: 1563 - components: - - type: Transform - pos: 2.5,-56.5 - parent: 2 - - uid: 1724 - components: - - type: Transform - pos: -2.5,-55.5 - parent: 2 - - uid: 2377 - components: - - type: Transform - pos: 1.5,-270.5 - parent: 2 - - uid: 4199 - components: - - type: Transform - pos: 15.5,-137.5 - parent: 2 - - uid: 6759 - components: - - type: Transform - pos: -13.5,-258.5 - parent: 2 - - uid: 7759 - components: - - type: Transform - pos: -2.5,-126.5 - parent: 2 - - uid: 7801 - components: - - type: Transform - pos: -8.5,-308.5 - parent: 2 - - uid: 7906 - components: - - type: Transform - pos: 15.5,-85.5 - parent: 2 - - uid: 8380 - components: - - type: Transform - pos: -7.5,-190.5 - parent: 2 - - uid: 9050 - components: - - type: Transform - pos: 3.5,-207.5 - parent: 2 - - uid: 11006 - components: - - type: Transform - pos: 2.5,-335.5 - parent: 2 - - uid: 15333 - components: - - type: Transform - pos: -1.5,-32.5 - parent: 2 - - uid: 15334 - components: - - type: Transform - pos: 1.5,-37.5 - parent: 2 - - uid: 15395 - components: - - type: Transform - pos: 1.5,-84.5 - parent: 2 - - uid: 15396 - components: - - type: Transform - pos: 6.5,-97.5 - parent: 2 - - uid: 15431 - components: - - type: Transform - pos: 1.5,-108.5 - parent: 2 - - uid: 15463 - components: - - type: Transform - pos: -0.5,-150.5 - parent: 2 - - uid: 15493 - components: - - type: Transform - pos: -0.5,-162.5 - parent: 2 - - uid: 15494 - components: - - type: Transform - pos: 1.5,-179.5 - parent: 2 - - uid: 15529 - components: - - type: Transform - pos: 6.5,-189.5 - parent: 2 - - uid: 15563 - components: - - type: Transform - pos: 1.5,-356.5 - parent: 2 - - uid: 15607 - components: - - type: Transform - pos: 1.5,-316.5 - parent: 2 - - uid: 15608 - components: - - type: Transform - pos: 10.5,-308.5 - parent: 2 - - uid: 15652 - components: - - type: Transform - pos: 0.5,-284.5 - parent: 2 - - uid: 15691 - components: - - type: Transform - pos: 1.5,-255.5 - parent: 2 -- proto: DisposalYJunction - entities: - - uid: 15738 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-219.5 - parent: 2 -- proto: DogBed - entities: - - uid: 2235 - components: - - type: Transform - pos: 1.5,-117.5 - parent: 2 - - uid: 2720 - components: - - type: Transform - pos: 5.5,-139.5 - parent: 2 - - uid: 3034 - components: - - type: Transform - pos: -1.5,-11.5 - parent: 2 - - uid: 11968 - components: - - type: Transform - pos: -0.5,-363.5 - parent: 2 - - uid: 12153 - components: - - type: Transform - pos: -1.5,-356.5 - parent: 2 - - uid: 12156 - components: - - type: Transform - pos: -2.5,-305.5 - parent: 2 - - uid: 12636 - components: - - type: Transform - pos: -8.5,-304.5 - parent: 2 - - uid: 13397 - components: - - type: Transform - pos: -15.5,-265.5 - parent: 2 -- proto: DonkpocketBoxSpawner - entities: - - uid: 5404 - components: - - type: Transform - pos: 7.5,-200.5 - parent: 2 - - uid: 8553 - components: - - type: Transform - pos: -4.5,-286.5 - parent: 2 - - uid: 8558 - components: - - type: Transform - pos: -4.5,-286.5 - parent: 2 - - uid: 13399 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-339.5 - parent: 2 - - uid: 14564 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-339.5 - parent: 2 - - uid: 14601 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-339.5 - parent: 2 -- proto: DoubleEmergencyOxygenTankFilled - entities: - - uid: 16890 - components: - - type: Transform - pos: -13.656871,-257.18164 - parent: 2 - - uid: 16891 - components: - - type: Transform - pos: -13.656871,-257.18164 - parent: 2 - - uid: 16892 - components: - - type: Transform - pos: -13.656871,-257.18164 - parent: 2 -- proto: DresserCaptainFilled - entities: - - uid: 298 - components: - - type: Transform - pos: -0.5,-13.5 - parent: 2 -- proto: DresserChiefEngineerFilled - entities: - - uid: 8443 - components: - - type: Transform - pos: 10.5,-254.5 - parent: 2 -- proto: DresserChiefMedicalOfficerFilled - entities: - - uid: 7782 - components: - - type: Transform - pos: 5.5,-179.5 - parent: 2 -- proto: DresserFilled - entities: - - uid: 923 - components: - - type: Transform - pos: 3.5,-64.5 - parent: 2 - - uid: 2368 - components: - - type: Transform - pos: -2.5,-138.5 - parent: 2 - - uid: 2724 - components: - - type: Transform - pos: -5.5,-136.5 - parent: 2 -- proto: DresserHeadOfPersonnelFilled - entities: - - uid: 2231 - components: - - type: Transform - pos: -1.5,-116.5 - parent: 2 -- proto: DresserHeadOfSecurityFilled - entities: - - uid: 11097 - components: - - type: Transform - pos: -3.5,-344.5 - parent: 2 -- proto: DresserQuarterMasterFilled - entities: - - uid: 9011 - components: - - type: Transform - pos: 4.5,-284.5 - parent: 2 -- proto: DresserResearchDirectorFilled - entities: - - uid: 8459 - components: - - type: Transform - pos: -9.5,-303.5 - parent: 2 -- proto: DresserWardenFilled - entities: - - uid: 11385 - components: - - type: Transform - pos: 1.5,-368.5 - parent: 2 -- proto: DrinkAleBottleFull - entities: - - uid: 3036 - components: - - type: Transform - pos: -0.47690427,-60.402824 - parent: 2 - - uid: 3038 - components: - - type: Transform - pos: -0.25679237,-60.35632 - parent: 2 -- proto: DrinkBeerBottleFull - entities: - - uid: 7891 - components: - - type: Transform - pos: 8.708858,-254.22014 - parent: 2 - - uid: 8458 - components: - - type: Transform - pos: 8.616409,-254.0617 - parent: 2 -- proto: DrinkBeerGrowler - entities: - - uid: 4800 - components: - - type: Transform - pos: 5.307968,-252.56429 - parent: 2 - - uid: 6637 - components: - - type: Transform - pos: 5.6909623,-253.30362 - parent: 2 - - uid: 8559 - components: - - type: Transform - pos: -3.847699,-286.55716 - parent: 2 - - uid: 8560 - components: - - type: Transform - pos: -3.7202213,-286.6471 - parent: 2 -- proto: DrinkBlueCuracaoBottleFull - entities: - - uid: 10993 - components: - - type: Transform - pos: -1.2898192,-65.33336 - parent: 2 -- proto: DrinkBottleOfNothingFull - entities: - - uid: 2032 - components: - - type: Transform - pos: -8.723203,-122.26877 - parent: 2 -- proto: DrinkBottleVodka - entities: - - uid: 4190 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.8516526,-63.1077 - parent: 2 -- proto: DrinkBottleWhiskey - entities: - - uid: 14924 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.600952,-147.04173 - parent: 2 - - uid: 14925 - components: - - type: Transform - pos: -6.690937,-147.61519 - parent: 2 - - uid: 14927 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.4547286,-144.36557 - parent: 2 - - uid: 14928 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.4097366,-145.63618 - parent: 2 - - uid: 14929 - components: - - type: Transform - pos: -6.679689,-145.77112 - parent: 2 -- proto: DrinkFlask - entities: - - uid: 317 - components: - - type: Transform - pos: -0.34037054,-11.441932 - parent: 2 -- proto: DrinkGlass - entities: - - uid: 4172 - components: - - type: Transform - pos: -1.003649,-60.552048 - parent: 2 - - uid: 4173 - components: - - type: Transform - pos: -1.5407214,-60.51684 - parent: 2 - - uid: 10802 - components: - - type: Transform - pos: -2.020939,-65.49077 - parent: 2 - - uid: 10826 - components: - - type: Transform - pos: -1.6722503,-65.53575 - parent: 2 - - uid: 10995 - components: - - type: Transform - pos: -1.7622352,-65.288376 - parent: 2 -- proto: DrinkGreenTeaGlass - entities: - - uid: 12388 - components: - - type: Transform - pos: -4.4292135,-316.6871 - parent: 2 -- proto: DrinkHotCoffee - entities: - - uid: 9521 - components: - - type: Transform - pos: 22.915377,-317.35895 - parent: 2 -- proto: DrinkIceCreamGlass - entities: - - uid: 2989 - components: - - type: Transform - pos: 3.657866,-72.56517 - parent: 2 - - uid: 14371 - components: - - type: Transform - pos: 14.69894,-63.384167 - parent: 2 - - uid: 14381 - components: - - type: Transform - pos: 14.407273,-63.384167 - parent: 2 -- proto: DrinkIcedTeaGlass - entities: - - uid: 12387 - components: - - type: Transform - pos: -4.534867,-316.51547 - parent: 2 -- proto: DrinkLongIslandIcedTeaGlass - entities: - - uid: 14460 - components: - - type: Transform - pos: 17.602736,-78.352585 - parent: 2 -- proto: DrinkMopwataBottleRandom - entities: - - uid: 1747 - components: - - type: Transform - pos: -5.7352834,-54.166782 - parent: 2 -- proto: DrinkMugDog - entities: - - uid: 2234 - components: - - type: Transform - pos: 1.1724037,-117.232086 - parent: 2 - - uid: 12838 - components: - - type: Transform - pos: -0.32982033,-365.28162 - parent: 2 -- proto: DrinkMugMetal - entities: - - uid: 199 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.952591,-12.591546 - parent: 2 - - uid: 302 - components: - - type: Transform - pos: 5.957412,-12.479102 - parent: 2 - - uid: 303 - components: - - type: Transform - pos: 5.8674273,-12.22423 - parent: 2 - - uid: 304 - components: - - type: Transform - pos: 5.6124735,-12.531576 - parent: 2 -- proto: DrinkNothing - entities: - - uid: 2033 - components: - - type: Transform - pos: -8.335806,-122.47121 - parent: 2 -- proto: DrinkShotGlass - entities: - - uid: 442 - components: - - type: Transform - pos: -6.5079026,-63.4827 - parent: 2 - - uid: 4192 - components: - - type: Transform - pos: -5.5391526,-63.4202 - parent: 2 - - uid: 4193 - components: - - type: Transform - pos: -5.3672776,-62.342075 - parent: 2 -- proto: DrinkSodaWaterBottleFull - entities: - - uid: 2787 - components: - - type: Transform - pos: 7.572414,-197.48143 - parent: 2 - - uid: 7556 - components: - - type: Transform - pos: 7.766112,-197.4022 - parent: 2 -- proto: DrinkTeaJug - entities: - - uid: 2213 - components: - - type: Transform - pos: -1.5308492,-120.70999 - parent: 2 - - uid: 2270 - components: - - type: Transform - pos: -1.355068,-120.780304 - parent: 2 -- proto: DrinkTeapot - entities: - - uid: 2267 - components: - - type: Transform - pos: -1.5341585,-120.30812 - parent: 2 -- proto: DrinkVodkaBottleFull - entities: - - uid: 1486 - components: - - type: Transform - pos: 7.686127,-56.08689 - parent: 2 - - uid: 4189 - components: - - type: Transform - pos: -6.1016526,-62.51395 - parent: 2 - - uid: 11208 - components: - - type: Transform - pos: -3.0426478,-346.08514 - parent: 2 -- proto: DrinkVodkaGlass - entities: - - uid: 11209 - components: - - type: Transform - pos: -3.2451503,-346.4724 - parent: 2 -- proto: DrinkWhiskeyBottleFull - entities: - - uid: 14566 - components: - - type: Transform - pos: 14.124506,-63.392555 - parent: 2 - - uid: 14919 - components: - - type: Transform - pos: -6.274761,-147.46901 - parent: 2 - - uid: 14926 - components: - - type: Transform - pos: -6.2410164,-148.00874 - parent: 2 -- proto: DrinkWineBottleFull - entities: - - uid: 64 - components: - - type: Transform - pos: 5.8253236,-7.014749 - parent: 2 - - uid: 221 - components: - - type: Transform - pos: 5.4743247,-6.6932936 - parent: 2 -- proto: DrinkWineGlass - entities: - - uid: 220 - components: - - type: Transform - pos: 4.979412,-6.412184 - parent: 2 - - uid: 222 - components: - - type: Transform - pos: 4.0908213,-7.3229785 - parent: 2 -- proto: EggSpider - entities: - - uid: 14780 - components: - - type: Transform - pos: 3.6699882,-35.680645 - parent: 2 -- proto: EmergencyLight - entities: - - uid: 7815 - components: - - type: Transform - pos: 1.5,-243.5 - parent: 2 - - uid: 10705 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-69.5 - parent: 2 - - uid: 15207 - components: - - type: Transform - pos: 1.5,-237.5 - parent: 2 - - uid: 15208 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-8.5 - parent: 2 - - uid: 15209 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,1.5 - parent: 2 - - uid: 15210 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-17.5 - parent: 2 - - uid: 15211 - components: - - type: Transform - pos: 1.5,-21.5 - parent: 2 - - uid: 15212 - components: - - type: Transform - pos: -1.5,-27.5 - parent: 2 - - uid: 15213 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-44.5 - parent: 2 - - uid: 15214 - components: - - type: Transform - pos: 1.5,-48.5 - parent: 2 - - uid: 15215 - components: - - type: Transform - pos: -1.5,-57.5 - parent: 2 - - uid: 15217 - components: - - type: Transform - pos: 1.5,-75.5 - parent: 2 - - uid: 15218 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-84.5 - parent: 2 - - uid: 15219 - components: - - type: Transform - pos: 1.5,-102.5 - parent: 2 - - uid: 15220 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-92.5 - parent: 2 - - uid: 15221 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-114.5 - parent: 2 - - uid: 15222 - components: - - type: Transform - pos: 2.5,-123.5 - parent: 2 - - uid: 15223 - components: - - type: Transform - pos: 1.5,-129.5 - parent: 2 - - uid: 15224 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-142.5 - parent: 2 - - uid: 15225 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-151.5 - parent: 2 - - uid: 15226 - components: - - type: Transform - pos: 1.5,-156.5 - parent: 2 - - uid: 15227 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-166.5 - parent: 2 - - uid: 15228 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-177.5 - parent: 2 - - uid: 15229 - components: - - type: Transform - pos: 1.5,-183.5 - parent: 2 - - uid: 15230 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-192.5 - parent: 2 - - uid: 15231 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-203.5 - parent: 2 - - uid: 15232 - components: - - type: Transform - pos: 1.5,-210.5 - parent: 2 - - uid: 15233 - components: - - type: Transform - pos: 1.5,-217.5 - parent: 2 - - uid: 15234 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-232.5 - parent: 2 - - uid: 15236 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-259.5 - parent: 2 - - uid: 15237 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-253.5 - parent: 2 - - uid: 15238 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,-250.5 - parent: 2 - - uid: 15239 - components: - - type: Transform - pos: 1.5,-264.5 - parent: 2 - - uid: 15240 - components: - - type: Transform - pos: 1.5,-291.5 - parent: 2 - - uid: 15241 - components: - - type: Transform - pos: 6.5,-276.5 - parent: 2 - - uid: 15243 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-283.5 - parent: 2 - - uid: 15244 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-275.5 - parent: 2 - - uid: 15245 - components: - - type: Transform - pos: 10.5,-306.5 - parent: 2 - - uid: 15246 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-318.5 - parent: 2 - - uid: 15247 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-298.5 - parent: 2 - - uid: 15248 - components: - - type: Transform - pos: -2.5,-307.5 - parent: 2 - - uid: 15249 - components: - - type: Transform - pos: 1.5,-323.5 - parent: 2 - - uid: 15250 - components: - - type: Transform - pos: -0.5,-329.5 - parent: 2 - - uid: 15251 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-342.5 - parent: 2 - - uid: 15252 - components: - - type: Transform - pos: 1.5,-356.5 - parent: 2 - - uid: 15253 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-366.5 - parent: 2 - - uid: 15254 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-366.5 - parent: 2 - - uid: 15255 - components: - - type: Transform - pos: -1.5,-370.5 - parent: 2 - - uid: 15256 - components: - - type: Transform - pos: 2.5,-370.5 - parent: 2 -- proto: Emitter - entities: - - uid: 4991 - components: - - type: Transform - pos: 23.5,-253.5 - parent: 2 - - uid: 6653 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,-255.5 - parent: 2 - - uid: 8797 - components: - - type: Transform - pos: 31.5,-253.5 - parent: 2 - - uid: 13034 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,-265.5 - parent: 2 -- proto: EncryptionKeyCargo - entities: - - uid: 9501 - components: - - type: Transform - parent: 9500 - - type: Physics - canCollide: False -- proto: EncryptionKeyCommand - entities: - - uid: 9504 - components: - - type: Transform - parent: 9503 - - type: Physics - canCollide: False -- proto: EncryptionKeyCommon - entities: - - uid: 9552 - components: - - type: Transform - parent: 9551 - - type: Physics - canCollide: False -- proto: EncryptionKeyEngineering - entities: - - uid: 9554 - components: - - type: Transform - parent: 9553 - - type: Physics - canCollide: False -- proto: EncryptionKeyMedical - entities: - - uid: 9548 - components: - - type: Transform - parent: 9547 - - type: Physics - canCollide: False -- proto: EncryptionKeyMedicalScience - entities: - - uid: 9693 - components: - - type: Transform - pos: 21.672514,-299.37094 - parent: 2 -- proto: EncryptionKeyRobo - entities: - - uid: 9691 - components: - - type: Transform - pos: 21.332075,-299.4883 - parent: 2 -- proto: EncryptionKeyScience - entities: - - uid: 9550 - components: - - type: Transform - parent: 9549 - - type: Physics - canCollide: False -- proto: EncryptionKeySecurity - entities: - - uid: 9558 - components: - - type: Transform - parent: 9557 - - type: Physics - canCollide: False -- proto: EncryptionKeyService - entities: - - uid: 9556 - components: - - type: Transform - parent: 9555 - - type: Physics - canCollide: False -- proto: ExosuitFabricator - entities: - - uid: 9968 - components: - - type: Transform - pos: 7.5,-311.5 - parent: 2 -- proto: ExtendedEmergencyNitrogenTankFilled - entities: - - uid: 558 - components: - - type: Transform - pos: -6.4656725,-2.5658867 - parent: 2 - - uid: 14754 - components: - - type: Transform - pos: -3.619395,-18.40879 - parent: 2 -- proto: ExtinguisherCabinetFilled - entities: - - uid: 53 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-0.5 - parent: 2 - - uid: 918 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,1.5 - parent: 2 - - uid: 2703 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-80.5 - parent: 2 - - uid: 2868 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-108.5 - parent: 2 - - uid: 2869 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-140.5 - parent: 2 - - uid: 2870 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-65.5 - parent: 2 - - uid: 2871 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-39.5 - parent: 2 - - uid: 2890 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-117.5 - parent: 2 - - uid: 2891 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-96.5 - parent: 2 - - uid: 4004 - components: - - type: Transform - pos: 3.5,-204.5 - parent: 2 - - uid: 8911 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-311.5 - parent: 2 - - uid: 12187 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-335.5 - parent: 2 - - uid: 12250 - components: - - type: Transform - pos: -4.5,-276.5 - parent: 2 - - uid: 12320 - components: - - type: Transform - pos: 3.5,-356.5 - parent: 2 - - uid: 12334 - components: - - type: Transform - pos: 2.5,-226.5 - parent: 2 - - uid: 12335 - components: - - type: Transform - pos: 4.5,-199.5 - parent: 2 - - uid: 12336 - components: - - type: Transform - pos: -0.5,-171.5 - parent: 2 -- proto: FaxMachineBase - entities: - - uid: 60 - components: - - type: Transform - pos: -0.5,2.5 - parent: 2 - - type: FaxMachine - name: Bridge - - uid: 2697 - components: - - type: Transform - pos: -5.5,-141.5 - parent: 2 - - type: FaxMachine - name: Library - - uid: 8461 - components: - - type: Transform - pos: 3.5,-179.5 - parent: 2 - - uid: 8691 - components: - - type: Transform - pos: 10.5,-254.5 - parent: 2 - - type: FaxMachine - name: Chief Engineer - - uid: 9164 - components: - - type: Transform - pos: 4.5,-284.5 - parent: 2 - - type: FaxMachine - name: Quartermaster - - uid: 9209 - components: - - type: Transform - pos: -1.5,-116.5 - parent: 2 - - type: FaxMachine - name: Head of Personnel - - uid: 10166 - components: - - type: Transform - pos: -9.5,-303.5 - parent: 2 - - type: FaxMachine - name: Research Director - - uid: 11094 - components: - - type: Transform - pos: 6.5,-331.5 - parent: 2 - - type: FaxMachine - name: Lawyer - - uid: 11141 - components: - - type: Transform - pos: -2.5,-346.5 - parent: 2 - - type: FaxMachine - name: Head of Security -- proto: FaxMachineCaptain - entities: - - uid: 300 - components: - - type: Transform - pos: -1.5,-13.5 - parent: 2 -- proto: filingCabinetDrawerRandom - entities: - - uid: 12869 - components: - - type: Transform - pos: 1.5,-364.5 - parent: 2 -- proto: FireAxeCabinetFilled - entities: - - uid: 107 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-0.5 - parent: 2 -- proto: Firelock - entities: - - uid: 17000 - components: - - type: Transform - pos: -3.5,-248.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 15278 -- proto: FirelockEdge - entities: - - uid: 610 - components: - - type: Transform - pos: 0.5,-36.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13110 - - uid: 637 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-33.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13109 - - uid: 638 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-33.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13109 - - uid: 639 - components: - - type: Transform - pos: -0.5,-36.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13110 - - uid: 1725 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-87.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13150 - - uid: 1726 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-87.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13151 - - uid: 8242 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-150.5 - parent: 2 - - uid: 8255 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-162.5 - parent: 2 - - uid: 8256 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-162.5 - parent: 2 - - uid: 8353 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-150.5 - parent: 2 - - uid: 8354 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-141.5 - parent: 2 - - uid: 8355 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-141.5 - parent: 2 - - uid: 9085 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-250.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 15278 - - 15280 - - uid: 9425 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-330.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13391 - - uid: 9426 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-329.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13391 - - uid: 10870 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-331.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13391 - - uid: 12324 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-251.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 15278 - - 15280 - - uid: 13111 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-64.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13115 - - 13117 - - uid: 13112 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-63.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13115 - - 13117 - - uid: 13113 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-62.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13115 - - 13117 - - uid: 13114 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-61.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13115 - - 13117 - - uid: 13127 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-87.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13146 - - 13150 - - uid: 13128 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-88.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13146 - - 13150 - - uid: 13129 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-89.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13146 - - 13150 - - uid: 13155 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-112.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13161 - - uid: 13156 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-113.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13161 - - uid: 13157 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-114.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13161 - - uid: 13192 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-168.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13209 - - 13218 - - uid: 13193 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-167.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13209 - - 13218 - - uid: 13194 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-166.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13209 - - 13218 - - uid: 13201 - components: - - type: Transform - pos: 5.5,-170.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 8201 - - 13218 - - uid: 13202 - components: - - type: Transform - pos: 4.5,-170.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 8201 - - 13218 - - uid: 13311 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-271.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13317 - - 13322 - - uid: 13312 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-272.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13317 - - 13322 - - uid: 13355 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-301.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13358 - - 13382 - - uid: 13356 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-302.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13358 - - 13382 - - uid: 13357 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-303.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13358 - - 13382 - - uid: 15285 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-253.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 15282 - - uid: 15286 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-254.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 15282 - - uid: 15287 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-255.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 15282 - - uid: 16682 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-360.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13421 -- proto: FirelockGlass - entities: - - uid: 113 - components: - - type: Transform - pos: 0.5,-361.5 - parent: 2 - - uid: 146 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-13.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13080 - - 13105 - - uid: 387 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-10.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13080 - - uid: 389 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-12.5 - parent: 2 - - uid: 390 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-6.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13080 - - uid: 391 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-0.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13080 - - 12935 - - uid: 392 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-3.5 - parent: 2 - - uid: 393 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,1.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 12935 - - uid: 396 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-17.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13105 - - uid: 614 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-341.5 - parent: 2 - - uid: 621 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-40.5 - parent: 2 - - uid: 623 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-35.5 - parent: 2 - - uid: 707 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-34.5 - parent: 2 - - uid: 1372 - components: - - type: Transform - pos: -4.5,-69.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13115 - - 13124 - - uid: 1408 - components: - - type: Transform - pos: 3.5,-57.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13115 - - uid: 1427 - components: - - type: Transform - pos: 3.5,-68.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13115 - - uid: 1429 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-62.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13117 - - uid: 1431 - components: - - type: Transform - pos: 5.5,-63.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13117 - - uid: 1498 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-165.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13209 - - uid: 1544 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-97.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13148 - - uid: 1701 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-83.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13147 - - 13150 - - uid: 1702 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-81.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13147 - - uid: 1705 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-85.5 - parent: 2 - - uid: 1715 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-86.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13150 - - uid: 1723 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-86.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13151 - - uid: 2228 - components: - - type: Transform - pos: -15.5,-249.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 16971 - - 16979 - - uid: 2256 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-125.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13168 - - uid: 2405 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-122.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13168 - - uid: 2406 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-119.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13168 - - uid: 2407 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-116.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13161 - - uid: 2408 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-113.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13161 - - uid: 2409 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-110.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13161 - - uid: 2410 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-120.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13165 - - 13168 - - uid: 2411 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-118.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13171 - - uid: 2412 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-116.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13171 - - uid: 2826 - components: - - type: Transform - pos: -1.5,-151.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13178 - - 13189 - - uid: 2827 - components: - - type: Transform - pos: 2.5,-152.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13178 - - uid: 2828 - components: - - type: Transform - pos: 5.5,-147.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13178 - - 13180 - - uid: 2829 - components: - - type: Transform - pos: 4.5,-147.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13178 - - 13180 - - uid: 2830 - components: - - type: Transform - pos: 3.5,-147.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13178 - - 13180 - - uid: 2831 - components: - - type: Transform - pos: 4.5,-140.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13180 - - 13182 - - uid: 2832 - components: - - type: Transform - pos: 7.5,-138.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13182 - - uid: 2833 - components: - - type: Transform - pos: 2.5,-135.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13176 - - uid: 2834 - components: - - type: Transform - pos: -1.5,-139.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13176 - - 13185 - - uid: 2835 - components: - - type: Transform - pos: -1.5,-140.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13176 - - 13185 - - uid: 2836 - components: - - type: Transform - pos: -1.5,-141.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13176 - - 13185 - - uid: 2837 - components: - - type: Transform - pos: -4.5,-137.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13185 - - 13187 - - uid: 4359 - components: - - type: Transform - pos: -3.5,-201.5 - parent: 2 - - uid: 5128 - components: - - type: Transform - pos: 4.5,-197.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13239 - - 13247 - - uid: 5129 - components: - - type: Transform - pos: 4.5,-198.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13239 - - 13247 - - uid: 5130 - components: - - type: Transform - pos: -1.5,-198.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13247 - - 13251 - - uid: 5131 - components: - - type: Transform - pos: -2.5,-199.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13251 - - 13252 - - uid: 5133 - components: - - type: Transform - pos: -3.5,-205.5 - parent: 2 - - uid: 5134 - components: - - type: Transform - pos: 0.5,-191.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13241 - - 13249 - - uid: 5135 - components: - - type: Transform - pos: 2.5,-195.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13247 - - 13249 - - uid: 6726 - components: - - type: Transform - pos: 2.5,-260.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 15282 - - uid: 6855 - components: - - type: Transform - pos: 18.5,-244.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 15292 - - uid: 6856 - components: - - type: Transform - pos: 14.5,-256.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 15292 - - uid: 6857 - components: - - type: Transform - pos: 9.5,-256.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 15280 - - uid: 6858 - components: - - type: Transform - pos: 9.5,-248.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 15280 - - uid: 7798 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-311.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 8432 - - uid: 7799 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-311.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 8432 - - uid: 7800 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-311.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 8432 - - uid: 7820 - components: - - type: Transform - pos: -1.5,-260.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 15282 - - uid: 7821 - components: - - type: Transform - pos: 14.5,-248.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 15292 - - uid: 7879 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-244.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 15278 - - 15279 - - uid: 7885 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-246.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 15279 - - 15280 - - uid: 8009 - components: - - type: Transform - pos: -1.5,-243.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 15278 - - uid: 8012 - components: - - type: Transform - pos: 0.5,-252.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 15278 - - 15282 - - uid: 8037 - components: - - type: Transform - pos: 2.5,-256.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 15280 - - 15282 - - uid: 8213 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-243.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 15278 - - 15279 - - uid: 8483 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-245.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 15278 - - 15279 - - uid: 8852 - components: - - type: Transform - pos: -0.5,-189.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13241 - - 14727 - - uid: 9423 - components: - - type: Transform - pos: 5.5,-341.5 - parent: 2 - - uid: 9462 - components: - - type: Transform - pos: 8.5,-340.5 - parent: 2 - - uid: 9827 - components: - - type: Transform - pos: -0.5,-190.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13241 - - 14727 - - uid: 10538 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-283.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13341 - - uid: 10757 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-54.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13116 - - 13115 - - uid: 10842 - components: - - type: Transform - pos: 5.5,-339.5 - parent: 2 - - uid: 10843 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-339.5 - parent: 2 - - uid: 12306 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-340.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 5925 - - uid: 12954 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-84.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13146 - - 13147 - - uid: 13108 - components: - - type: Transform - pos: -0.5,-252.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 15278 - - 15282 - - uid: 13132 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-84.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13146 - - 13147 - - uid: 13133 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-84.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13146 - - 13147 - - uid: 13134 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-92.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13146 - - 13148 - - uid: 13135 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-92.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13146 - - 13148 - - uid: 13136 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-92.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13146 - - 13148 - - uid: 13158 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-117.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13161 - - 13168 - - uid: 13159 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-117.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13161 - - 13168 - - uid: 13160 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-109.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13161 - - uid: 13163 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-122.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13165 - - 13168 - - uid: 13172 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-146.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13176 - - 13178 - - uid: 13173 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-146.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13176 - - 13178 - - uid: 13174 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-148.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13178 - - uid: 13190 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-171.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13211 - - uid: 13191 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-171.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13211 - - uid: 13196 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-174.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13213 - - uid: 13197 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-175.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13213 - - uid: 13198 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-175.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13211 - - 8201 - - uid: 13199 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-179.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13211 - - uid: 13200 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-170.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 8201 - - 13218 - - uid: 13203 - components: - - type: Transform - pos: 6.5,-164.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13218 - - uid: 13204 - components: - - type: Transform - pos: 2.5,-162.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13209 - - uid: 13205 - components: - - type: Transform - pos: -1.5,-163.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13209 - - uid: 13223 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-191.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13239 - - 13241 - - uid: 13224 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-191.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13239 - - 13241 - - uid: 13225 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-204.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13239 - - 13244 - - uid: 13226 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-204.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13239 - - 13244 - - uid: 13242 - components: - - type: Transform - pos: -1.5,-205.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13244 - - 13252 - - uid: 13264 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-230.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13260 - - 13269 - - uid: 13265 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-230.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13261 - - 13269 - - uid: 13266 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-219.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13262 - - 13269 - - uid: 13267 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-219.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13263 - - 13269 - - uid: 13310 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-271.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13317 - - 2277 - - uid: 13313 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-274.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13317 - - 13322 - - uid: 13314 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-276.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13317 - - 13333 - - uid: 13315 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-276.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13317 - - 13333 - - uid: 13319 - components: - - type: Transform - pos: 4.5,-275.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13322 - - 13341 - - uid: 13320 - components: - - type: Transform - pos: 5.5,-275.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13322 - - 13341 - - uid: 13321 - components: - - type: Transform - pos: 5.5,-269.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13322 - - uid: 13324 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-276.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 2277 - - uid: 13328 - components: - - type: Transform - pos: 1.5,-285.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13333 - - uid: 13332 - components: - - type: Transform - pos: -5.5,-282.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13333 - - 13335 - - uid: 13338 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-283.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13341 - - uid: 13339 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-280.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13341 - - uid: 13340 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-278.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13341 - - uid: 13342 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-306.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13365 - - 8432 - - uid: 13343 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-307.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13365 - - 8432 - - uid: 13344 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-308.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13365 - - 8432 - - uid: 13345 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-304.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13358 - - 8432 - - uid: 13346 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-304.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13358 - - 8432 - - uid: 13347 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-304.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13358 - - 8432 - - uid: 13353 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-297.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13358 - - uid: 13354 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-297.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13358 - - uid: 13360 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-305.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13365 - - 13383 - - uid: 13361 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-309.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13365 - - uid: 13362 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-305.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13365 - - uid: 13363 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-309.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13365 - - uid: 13364 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,-307.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13365 - - uid: 13367 - components: - - type: Transform - pos: -1.5,-317.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13370 - - 13374 - - uid: 13368 - components: - - type: Transform - pos: 2.5,-319.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13370 - - uid: 13372 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-310.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13374 - - 8432 - - uid: 13373 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-314.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13374 - - uid: 13377 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-306.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 8432 - - 13382 - - uid: 13381 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-303.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13382 - - uid: 13386 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-334.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13391 - - 11906 - - 5925 - - uid: 13387 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-334.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13391 - - 11906 - - 5925 - - uid: 13390 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-330.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13391 - - 11906 - - uid: 13395 - components: - - type: Transform - pos: 0.5,-343.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 11906 - - 5925 - - uid: 13396 - components: - - type: Transform - pos: -4.5,-343.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 11906 - - 13402 - - 5925 - - uid: 13412 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-357.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13421 - - uid: 13413 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-357.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13421 - - uid: 13414 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-366.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13421 - - uid: 13415 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-363.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13421 - - uid: 13416 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-366.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13421 - - uid: 13417 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-363.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13421 - - uid: 13418 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-367.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13421 - - 13426 - - uid: 13419 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-367.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13421 - - 13426 - - uid: 13420 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-360.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13421 - - uid: 14728 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-192.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 14727 - - uid: 15086 - components: - - type: Transform - pos: 7.5,-190.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13241 - - uid: 15087 - components: - - type: Transform - pos: 7.5,-205.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13244 - - uid: 15281 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-258.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 15280 - - uid: 15290 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,-260.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 15292 - - uid: 15291 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,-262.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 15292 - - uid: 16995 - components: - - type: Transform - pos: -12.5,-260.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 16979 - - uid: 16996 - components: - - type: Transform - pos: -12.5,-248.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 16971 - - uid: 16997 - components: - - type: Transform - pos: -12.5,-243.5 - parent: 2 -- proto: Fireplace - entities: - - uid: 289 - components: - - type: Transform - pos: -3.5,-9.5 - parent: 2 - - uid: 2838 - components: - - type: Transform - pos: -3.5,-138.5 - parent: 2 -- proto: Flash - entities: - - uid: 409 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.435971,-12.5018215 - parent: 2 - - uid: 12776 - components: - - type: Transform - parent: 12773 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: FlashlightLantern - entities: - - uid: 3675 - components: - - type: Transform - pos: -2.459197,-144.20804 - parent: 2 -- proto: FloorDrain - entities: - - uid: 2316 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-91.5 - parent: 2 - - type: Fixtures - fixtures: {} - - uid: 2317 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-54.5 - parent: 2 - - type: Fixtures - fixtures: {} - - uid: 2926 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-174.5 - parent: 2 - - type: Fixtures - fixtures: {} - - uid: 3090 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-167.5 - parent: 2 - - type: Fixtures - fixtures: {} - - uid: 14375 - components: - - type: Transform - pos: 15.5,-61.5 - parent: 2 - - type: Fixtures - fixtures: {} - - uid: 16519 - components: - - type: Transform - pos: -1.5,-172.5 - parent: 2 - - type: Fixtures - fixtures: {} -- proto: FloraTree01 - entities: - - uid: 11690 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.7296805,-40.53731 - parent: 2 -- proto: FloraTree05 - entities: - - uid: 15092 - components: - - type: Transform - pos: 11.2466135,-200.43379 - parent: 2 -- proto: FloraTree06 - entities: - - uid: 15094 - components: - - type: Transform - pos: 9.820292,-197.55566 - parent: 2 -- proto: FloraTreeLarge01 - entities: - - uid: 15088 - components: - - type: Transform - pos: 10.625899,-194.5191 - parent: 2 -- proto: FloraTreeStump - entities: - - uid: 710 - components: - - type: Transform - pos: 4.1898217,-41.37392 - parent: 2 -- proto: FoodBanana - entities: - - uid: 8946 - components: - - type: Transform - parent: 2003 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 10018 - components: - - type: Transform - parent: 2003 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 10091 - components: - - type: Transform - parent: 2003 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: FoodBoxDonkpocketTeriyaki - entities: - - uid: 215 - components: - - type: Transform - pos: 6.6280804,-11.907726 - parent: 2 -- proto: FoodBurgerBacon - entities: - - uid: 7583 - components: - - type: Transform - pos: 7.422054,-197.01524 - parent: 2 -- proto: FoodBurgerRobot - entities: - - uid: 9974 - components: - - type: Transform - pos: -1.5525827,-302.4798 - parent: 2 -- proto: FoodCakeBrain - entities: - - uid: 7213 - components: - - type: Transform - parent: 7212 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: FoodCarrot - entities: - - uid: 2308 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5787189,-87.526474 - parent: 2 -- proto: FoodCartCold - entities: - - uid: 12368 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-90.5 - parent: 2 -- proto: FoodCartHot - entities: - - uid: 2319 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-93.5 - parent: 2 -- proto: FoodCondimentBottleEnzyme - entities: - - uid: 26570 - components: - - type: Transform - pos: 1.0586631,-370.32172 - parent: 2 -- proto: FoodCondimentPacketFrostoil - entities: - - uid: 8981 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.349776,-168.19804 - parent: 2 -- proto: FoodDonutBlumpkin - entities: - - uid: 9685 - components: - - type: Transform - pos: 22.969706,-297.51672 - parent: 2 -- proto: FoodDonutCaramel - entities: - - uid: 11522 - components: - - type: Transform - pos: -0.40804732,-345.55585 - parent: 2 -- proto: FoodDonutChaos - entities: - - uid: 5382 - components: - - type: Transform - pos: -0.61935514,-345.2918 - parent: 2 -- proto: FoodDonutChocolate - entities: - - uid: 9683 - components: - - type: Transform - pos: 22.40035,-297.51086 - parent: 2 -- proto: FoodDonutHomer - entities: - - uid: 9686 - components: - - type: Transform - pos: 23.233839,-297.22336 - parent: 2 -- proto: FoodDonutJellyCaramel - entities: - - uid: 9684 - components: - - type: Transform - pos: 22.70557,-297.24683 - parent: 2 -- proto: FoodDonutJellySlugcat - entities: - - uid: 9689 - components: - - type: Transform - pos: 23.568409,-299.31226 - parent: 2 -- proto: FoodDonutMeat - entities: - - uid: 9687 - components: - - type: Transform - pos: 23.445145,-297.5226 - parent: 2 -- proto: FoodEggBoiled - entities: - - uid: 4194 - components: - - type: Transform - pos: -0.6405136,-11.597754 - parent: 2 -- proto: FoodEggplant - entities: - - uid: 14357 - components: - - type: Transform - pos: 16.665325,-82.4353 - parent: 2 -- proto: FoodMealPotatoYaki - entities: - - uid: 15037 - components: - - type: Transform - pos: -10.433084,-134.28047 - parent: 2 -- proto: FoodPieBananaCream - entities: - - uid: 2006 - components: - - type: Transform - pos: -7.22454,-124.50731 - parent: 2 - - uid: 10014 - components: - - type: Transform - parent: 2003 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 10781 - components: - - type: Transform - parent: 2003 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: FoodPieFrosty - entities: - - uid: 9075 - components: - - type: Transform - pos: -1.4735029,-168.43417 - parent: 2 -- proto: FoodPotato - entities: - - uid: 2306 - components: - - type: Transform - pos: 1.3938253,-87.1436 - parent: 2 - - uid: 2307 - components: - - type: Transform - pos: 1.6579595,-87.28883 - parent: 2 -- proto: FoodSaladCitrus - entities: - - uid: 14742 - components: - - type: Transform - pos: -6.285258,-307.37143 - parent: 2 -- proto: FoodSoupTomatoBlood - entities: - - uid: 367 - components: - - type: Transform - pos: -3.4185836,2.6839163 - parent: 2 -- proto: ForkPlastic - entities: - - uid: 9985 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.582423,-313.33093 - parent: 2 -- proto: FuelDispenser - entities: - - uid: 16898 - components: - - type: Transform - pos: -4.5,-306.5 - parent: 2 -- proto: GasCanisterBrokenBase - entities: - - uid: 14639 - components: - - type: Transform - pos: -5.5,-259.5 - parent: 2 -- proto: GasFilter - entities: - - uid: 8509 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-170.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FFD800FF' - - uid: 8512 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-170.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FFD800FF' -- proto: GasFilterFlipped - entities: - - uid: 6673 - components: - - type: Transform - pos: -17.5,-257.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 8816 - components: - - type: Transform - pos: -17.5,-253.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 8917 - components: - - type: Transform - pos: -17.5,-255.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 11901 - components: - - type: Transform - pos: -17.5,-251.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 -- proto: GasMinerCarbonDioxide - entities: - - uid: 13271 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,-253.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 -- proto: GasMinerNitrogenStationLarge - entities: - - uid: 7546 - components: - - type: Transform - pos: -20.5,-257.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 -- proto: GasMinerOxygenStationLarge - entities: - - uid: 8202 - components: - - type: Transform - pos: -20.5,-255.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 -- proto: GasMixer - entities: - - uid: 8683 - components: - - type: Transform - pos: -14.5,-258.5 - parent: 2 - - type: GasMixer - inletTwoConcentration: 0.78 - inletOneConcentration: 0.22 - targetPressure: 4500 - - type: AtmosDevice - joinedGrid: 2 - - uid: 11211 - components: - - type: Transform - pos: 5.5,-356.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FFD800FF' -- proto: GasOutletInjector - entities: - - uid: 3760 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,-257.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 4021 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,-255.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 7237 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,-251.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 7924 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,-253.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 -- proto: GasPassiveVent - entities: - - uid: 545 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-357.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FFD800FF' - - uid: 618 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-14.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 938 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-58.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1102 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-25.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3114 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,-253.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 3256 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-92.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3405 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-126.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3500 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-126.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3961 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-135.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4049 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,-260.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 4154 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-180.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5014 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-200.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5026 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-229.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5171 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-220.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5175 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-229.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5320 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,-249.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 5367 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-220.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5480 - components: - - type: Transform - pos: -16.5,-237.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 6796 - components: - - type: Transform - pos: -19.5,-257.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 8346 - components: - - type: Transform - pos: -14.5,-237.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 8789 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,-251.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 10694 - components: - - type: Transform - pos: -7.5,-332.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 10928 - components: - - type: Transform - pos: 8.5,-332.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 11899 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-168.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 11916 - components: - - type: Transform - pos: -19.5,-255.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 12016 - components: - - type: Transform - pos: -19.5,-260.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 12218 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-283.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12389 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-313.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FEF101FF' - - uid: 12405 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-315.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FEF101FF' - - uid: 12517 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-311.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12907 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-358.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 13103 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-369.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 13104 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-369.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 14298 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,-263.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 14451 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,-64.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' -- proto: GasPipeBend - entities: - - uid: 735 - components: - - type: Transform - pos: 2.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 738 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 853 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 854 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 869 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 873 - components: - - type: Transform - pos: 1.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 930 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-29.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 981 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1021 - components: - - type: Transform - pos: 3.5,-28.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1107 - components: - - type: Transform - pos: -5.5,-25.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1149 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-28.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1200 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-35.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1202 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-179.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1396 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-190.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1670 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1994 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-41.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 2284 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-170.5 - parent: 2 - - type: AtmosPipeColor - color: '#FFD800FF' - - uid: 3361 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-88.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3409 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-125.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3450 - components: - - type: Transform - pos: 5.5,-109.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3505 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-126.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3506 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-126.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3531 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-108.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3562 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-206.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3610 - components: - - type: Transform - pos: 6.5,-108.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3636 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-108.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3882 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-17.5 - parent: 2 - - uid: 3955 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-139.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4054 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-58.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4113 - components: - - type: Transform - pos: -17.5,-249.5 - parent: 2 - - uid: 4547 - components: - - type: Transform - pos: 4.5,-151.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4984 - components: - - type: Transform - pos: 16.5,-243.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5101 - components: - - type: Transform - pos: -4.5,-197.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5311 - components: - - type: Transform - pos: 5.5,-162.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5318 - components: - - type: Transform - pos: 5.5,-175.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5345 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-172.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5379 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-220.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5381 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-229.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 6630 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 6640 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-261.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 6694 - components: - - type: Transform - pos: 17.5,-262.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 6781 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-170.5 - parent: 2 - - type: AtmosPipeColor - color: '#FFD800FF' - - uid: 6888 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,-250.5 - parent: 2 - - uid: 7360 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,-258.5 - parent: 2 - - uid: 7433 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,-249.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 7485 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,-243.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 7813 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,-256.5 - parent: 2 - - uid: 7883 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-168.5 - parent: 2 - - type: AtmosPipeColor - color: '#FFD800FF' - - uid: 7905 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-259.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 8047 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-244.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 8065 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,-257.5 - parent: 2 - - uid: 8086 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-262.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 8090 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-244.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 8108 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-257.5 - parent: 2 - - uid: 8195 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,-262.5 - parent: 2 - - uid: 8267 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,-261.5 - parent: 2 - - uid: 9520 - components: - - type: Transform - pos: 5.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 10044 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,-262.5 - parent: 2 - - uid: 10079 - components: - - type: Transform - pos: 9.5,-114.5 - parent: 2 - - uid: 11214 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-356.5 - parent: 2 - - type: AtmosPipeColor - color: '#FFD800FF' - - uid: 11253 - components: - - type: Transform - pos: 7.5,-328.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12062 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-333.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12150 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-333.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12244 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-286.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12245 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-286.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12383 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-347.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12521 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-308.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12529 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-319.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12565 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-311.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12566 - components: - - type: Transform - pos: 8.5,-301.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12618 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-298.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12623 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-298.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12712 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-357.5 - parent: 2 - - type: AtmosPipeColor - color: '#FFD800FF' - - uid: 12807 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-346.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12831 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-346.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12842 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-327.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12843 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-328.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12844 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-328.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12879 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-347.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12980 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-360.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12981 - components: - - type: Transform - pos: 1.5,-359.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12982 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-359.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 13035 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-361.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 13143 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-90.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 14306 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,-263.5 - parent: 2 - - uid: 14423 - components: - - type: Transform - pos: 18.5,-63.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 14425 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-63.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 14437 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,-64.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 14442 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-62.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 14607 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,-252.5 - parent: 2 - - uid: 14815 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-27.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 14816 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-27.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 14827 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-57.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 14836 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-81.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 14842 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-81.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 14864 - components: - - type: Transform - pos: -3.5,-106.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 14865 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-106.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 14895 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-138.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 15042 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-189.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 15101 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-190.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 15102 - components: - - type: Transform - pos: 5.5,-189.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 15111 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-163.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 15126 - components: - - type: Transform - pos: 5.5,-152.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 15185 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-273.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 15200 - components: - - type: Transform - pos: 5.5,-287.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 16478 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-168.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 16488 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-174.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 16489 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-172.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 16687 - components: - - type: Transform - pos: -3.5,-360.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' -- proto: GasPipeFourway - entities: - - uid: 615 - components: - - type: Transform - pos: 2.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 846 - components: - - type: Transform - pos: 1.5,-7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 860 - components: - - type: Transform - pos: 1.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1261 - components: - - type: Transform - pos: 0.5,-62.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1302 - components: - - type: Transform - pos: -0.5,-63.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1370 - components: - - type: Transform - pos: 0.5,-27.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3273 - components: - - type: Transform - pos: -3.5,-86.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3335 - components: - - type: Transform - pos: 0.5,-81.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3350 - components: - - type: Transform - pos: 0.5,-88.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3375 - components: - - type: Transform - pos: 0.5,-96.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3419 - components: - - type: Transform - pos: 1.5,-116.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3957 - components: - - type: Transform - pos: 4.5,-139.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4011 - components: - - type: Transform - pos: -0.5,-151.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4119 - components: - - type: Transform - pos: 0.5,-175.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4529 - components: - - type: Transform - pos: 0.5,-152.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4615 - components: - - type: Transform - pos: 0.5,-219.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4666 - components: - - type: Transform - pos: 0.5,-189.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4748 - components: - - type: Transform - pos: -4.5,-200.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5036 - components: - - type: Transform - pos: 1.5,-200.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5052 - components: - - type: Transform - pos: 0.5,-230.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5084 - components: - - type: Transform - pos: 1.5,-190.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5263 - components: - - type: Transform - pos: 1.5,-174.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5304 - components: - - type: Transform - pos: 0.5,-163.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5926 - components: - - type: Transform - pos: 0.5,-287.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 6693 - components: - - type: Transform - pos: 0.5,-243.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 7204 - components: - - type: Transform - pos: 0.5,-202.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 7822 - components: - - type: Transform - pos: 0.5,-260.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 7956 - components: - - type: Transform - pos: -3.5,-172.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 9809 - components: - - type: Transform - pos: 0.5,-197.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 9816 - components: - - type: Transform - pos: -3.5,-366.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12441 - components: - - type: Transform - pos: -0.5,-308.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12722 - components: - - type: Transform - pos: 1.5,-331.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12746 - components: - - type: Transform - pos: 0.5,-347.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12755 - components: - - type: Transform - pos: 1.5,-333.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12768 - components: - - type: Transform - pos: -4.5,-333.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12796 - components: - - type: Transform - pos: 1.5,-340.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12797 - components: - - type: Transform - pos: -4.5,-340.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12949 - components: - - type: Transform - pos: 4.5,-366.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12968 - components: - - type: Transform - pos: 1.5,-366.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' -- proto: GasPipeHalf - entities: - - uid: 4112 - components: - - type: Transform - pos: -15.5,-237.5 - parent: 2 -- proto: GasPipeStraight - entities: - - uid: 444 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-38.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 533 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 594 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 595 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 602 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 609 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,-257.5 - parent: 2 - - uid: 612 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 624 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 628 - components: - - type: Transform - pos: 6.5,-16.5 - parent: 2 - - uid: 629 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 630 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 635 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 660 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 673 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 685 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 686 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 709 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 715 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-11.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 717 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 718 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-8.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 719 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-7.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 720 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 721 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-3.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 722 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 723 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 724 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 725 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 731 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 732 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 733 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 736 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 739 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-3.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 740 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 743 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 744 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 746 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 748 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 749 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 765 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 766 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 767 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 768 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 789 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 794 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-20.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 795 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 812 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 813 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 814 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 817 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 818 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 819 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 820 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 823 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-11.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 840 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 841 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 842 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 847 - components: - - type: Transform - pos: 1.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 848 - components: - - type: Transform - pos: 1.5,-8.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 849 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 850 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 851 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 852 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 858 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 859 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 861 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 862 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-3.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 863 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 864 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 865 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 868 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 872 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 874 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 876 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 877 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 878 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 920 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-70.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 922 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-54.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 933 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-28.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 973 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-69.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 988 - components: - - type: Transform - pos: 0.5,-22.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 990 - components: - - type: Transform - pos: 0.5,-23.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 992 - components: - - type: Transform - pos: 0.5,-24.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 995 - components: - - type: Transform - pos: 0.5,-26.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1005 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-220.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1038 - components: - - type: Transform - pos: 0.5,-28.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1039 - components: - - type: Transform - pos: 0.5,-29.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1040 - components: - - type: Transform - pos: 0.5,-30.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1041 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-161.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1042 - components: - - type: Transform - pos: 0.5,-32.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1043 - components: - - type: Transform - pos: 0.5,-33.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1044 - components: - - type: Transform - pos: 0.5,-34.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1045 - components: - - type: Transform - pos: 0.5,-35.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1046 - components: - - type: Transform - pos: 0.5,-36.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1047 - components: - - type: Transform - pos: 0.5,-37.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1048 - components: - - type: Transform - pos: 0.5,-38.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1049 - components: - - type: Transform - pos: 0.5,-39.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1051 - components: - - type: Transform - pos: 0.5,-41.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1054 - components: - - type: Transform - pos: 0.5,-43.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1055 - components: - - type: Transform - pos: 0.5,-44.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1056 - components: - - type: Transform - pos: 0.5,-45.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1058 - components: - - type: Transform - pos: 0.5,-47.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1059 - components: - - type: Transform - pos: 0.5,-48.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1060 - components: - - type: Transform - pos: 0.5,-49.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1061 - components: - - type: Transform - pos: 0.5,-50.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1062 - components: - - type: Transform - pos: 0.5,-51.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1065 - components: - - type: Transform - pos: 0.5,-53.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1069 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-340.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1109 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-26.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1118 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-57.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1135 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-58.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1136 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-38.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1137 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-67.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1147 - components: - - type: Transform - pos: -0.5,-30.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1150 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-27.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1151 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-28.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1152 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-28.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1153 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-28.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1154 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-28.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1157 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-68.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1159 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-28.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1160 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-29.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1161 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-29.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1162 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-31.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1163 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-31.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1164 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-31.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1165 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-31.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1166 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-31.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1168 - components: - - type: Transform - pos: -0.5,-31.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1170 - components: - - type: Transform - pos: -0.5,-32.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1171 - components: - - type: Transform - pos: -0.5,-33.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1173 - components: - - type: Transform - pos: -0.5,-34.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1175 - components: - - type: Transform - pos: -0.5,-36.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1176 - components: - - type: Transform - pos: -0.5,-37.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1182 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-40.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1183 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-40.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1184 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-40.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1185 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-40.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1187 - components: - - type: Transform - pos: -4.5,-41.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1189 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-39.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1190 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-40.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1193 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-41.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1194 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-41.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1195 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-41.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1196 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-41.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1197 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-35.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1198 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-35.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1199 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-35.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1203 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-42.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1204 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-43.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1206 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-45.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1208 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-38.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1214 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-38.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1217 - components: - - type: Transform - pos: -0.5,-29.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1219 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-27.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1220 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-26.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1232 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-42.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1233 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-42.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1234 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-42.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1235 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-42.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1236 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-38.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1251 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-58.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1252 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-58.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1253 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-58.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1254 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-58.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1255 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-58.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1258 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-58.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1260 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-58.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1263 - components: - - type: Transform - pos: -4.5,-55.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1265 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1268 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1271 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1275 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-54.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1280 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1281 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-54.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1282 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-54.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1284 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1287 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-340.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1290 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-56.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1291 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-54.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1293 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-59.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1294 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-60.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1295 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-61.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1296 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-62.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1297 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-64.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1298 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-63.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1300 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-65.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1303 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-63.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1304 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-63.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1305 - components: - - type: Transform - pos: 0.5,-55.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1306 - components: - - type: Transform - pos: 0.5,-56.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1307 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-57.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1308 - components: - - type: Transform - pos: 0.5,-58.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1309 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-53.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1310 - components: - - type: Transform - pos: 0.5,-60.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1311 - components: - - type: Transform - pos: 0.5,-61.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1312 - components: - - type: Transform - pos: 0.5,-63.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1313 - components: - - type: Transform - pos: 0.5,-64.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1314 - components: - - type: Transform - pos: 0.5,-65.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1317 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-62.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1318 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-62.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1319 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-62.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1320 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-54.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1321 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-55.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1322 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-56.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1330 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-66.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1331 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-66.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1338 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1340 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1346 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-67.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1356 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-57.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1357 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-71.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1361 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-69.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1363 - components: - - type: Transform - pos: 0.5,-66.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1364 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-70.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1366 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-72.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1371 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-74.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1376 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-190.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1377 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-57.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1379 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-57.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1387 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-69.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1388 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-69.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1390 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-69.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1391 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-69.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1392 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-68.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1393 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-68.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1395 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-68.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1397 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-68.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1404 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-72.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1405 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-72.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1410 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-71.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1411 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-71.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1412 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-71.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1414 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-71.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1424 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1512 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-328.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1575 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-288.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1680 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-39.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1770 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-59.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1841 - components: - - type: Transform - pos: -4.5,-136.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1961 - components: - - type: Transform - pos: -4.5,-134.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 2170 - components: - - type: Transform - pos: -4.5,-135.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3025 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-57.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3028 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,-258.5 - parent: 2 - - uid: 3039 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-340.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3041 - components: - - type: Transform - pos: -4.5,-94.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3120 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-168.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3135 - components: - - type: Transform - pos: -9.5,-253.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3144 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-260.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3194 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,-258.5 - parent: 2 - - uid: 3197 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,-251.5 - parent: 2 - - uid: 3198 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-253.5 - parent: 2 - - uid: 3215 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,-251.5 - parent: 2 - - uid: 3251 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-75.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3258 - components: - - type: Transform - pos: -4.5,-95.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3265 - components: - - type: Transform - pos: -7.5,-85.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3266 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-92.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3267 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-86.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3268 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-86.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3269 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-87.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3275 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-85.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3276 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-84.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3277 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-83.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3280 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-86.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3282 - components: - - type: Transform - pos: -4.5,-93.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3286 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-82.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3287 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-82.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3289 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-82.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3290 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-82.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3291 - components: - - type: Transform - pos: 1.5,-81.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3292 - components: - - type: Transform - pos: 1.5,-80.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3294 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-82.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3295 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-82.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3296 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-83.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3297 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-95.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3298 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-94.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3299 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-93.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3300 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-92.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3301 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-91.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3302 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-90.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3303 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-89.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3304 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-88.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3305 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-87.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3306 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-86.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3307 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-85.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3308 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-84.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3312 - components: - - type: Transform - pos: -4.5,-96.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3313 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-96.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3315 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-97.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3316 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-97.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3317 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-97.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3318 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-97.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3320 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-97.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3321 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-97.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3322 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-97.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3324 - components: - - type: Transform - pos: -0.5,-98.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3325 - components: - - type: Transform - pos: -0.5,-99.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3327 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-76.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3328 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-77.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3329 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-78.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3330 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-80.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3336 - components: - - type: Transform - pos: 0.5,-82.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3337 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-81.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3338 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-81.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3339 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-81.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3340 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-81.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3341 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-81.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3342 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-81.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3343 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-81.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3344 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-83.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3345 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-84.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3346 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-85.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3347 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-86.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3348 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-87.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3349 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-89.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3356 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-88.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3357 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-88.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3358 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-88.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3359 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-88.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3360 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-88.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3362 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-87.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3365 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-92.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3366 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-93.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3367 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-95.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3368 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-94.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3369 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-91.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3370 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-91.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3376 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-96.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3377 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-96.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3378 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-96.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3379 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-97.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3380 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-98.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3381 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-99.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3382 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-101.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3383 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-102.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3384 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-103.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3385 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-104.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3387 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-96.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3388 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-96.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3389 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-96.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3390 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-96.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3402 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-105.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3404 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-107.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3406 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-108.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3411 - components: - - type: Transform - pos: 1.5,-124.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3412 - components: - - type: Transform - pos: 1.5,-123.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3413 - components: - - type: Transform - pos: 1.5,-122.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3414 - components: - - type: Transform - pos: 1.5,-121.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3416 - components: - - type: Transform - pos: 1.5,-119.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3417 - components: - - type: Transform - pos: 1.5,-118.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3418 - components: - - type: Transform - pos: 1.5,-117.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3420 - components: - - type: Transform - pos: 1.5,-115.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3421 - components: - - type: Transform - pos: 1.5,-114.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3422 - components: - - type: Transform - pos: 1.5,-113.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3423 - components: - - type: Transform - pos: 1.5,-112.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3424 - components: - - type: Transform - pos: 1.5,-111.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3425 - components: - - type: Transform - pos: 1.5,-110.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3427 - components: - - type: Transform - pos: 0.5,-126.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3428 - components: - - type: Transform - pos: 0.5,-129.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3429 - components: - - type: Transform - pos: 0.5,-128.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3430 - components: - - type: Transform - pos: 0.5,-130.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3431 - components: - - type: Transform - pos: 0.5,-131.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3432 - components: - - type: Transform - pos: 0.5,-132.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3433 - components: - - type: Transform - pos: 0.5,-134.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3434 - components: - - type: Transform - pos: 0.5,-135.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3440 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-108.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3442 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-109.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3443 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-109.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3445 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-109.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3446 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-109.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3447 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-109.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3449 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-109.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3453 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-116.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3454 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-116.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3455 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-116.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3456 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-116.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3458 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-116.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3459 - components: - - type: Transform - pos: -6.5,-110.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3460 - components: - - type: Transform - pos: -6.5,-111.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3461 - components: - - type: Transform - pos: -6.5,-112.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3462 - components: - - type: Transform - pos: -6.5,-113.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3463 - components: - - type: Transform - pos: -6.5,-114.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3464 - components: - - type: Transform - pos: -6.5,-115.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3465 - components: - - type: Transform - pos: -6.5,-116.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3466 - components: - - type: Transform - pos: -6.5,-117.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3467 - components: - - type: Transform - pos: -6.5,-118.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3468 - components: - - type: Transform - pos: -6.5,-119.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3469 - components: - - type: Transform - pos: -6.5,-120.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3470 - components: - - type: Transform - pos: -6.5,-121.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3471 - components: - - type: Transform - pos: -6.5,-122.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3472 - components: - - type: Transform - pos: -6.5,-123.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3473 - components: - - type: Transform - pos: -6.5,-124.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3488 - components: - - type: Transform - pos: 15.5,-259.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3510 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-124.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3511 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-123.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3512 - components: - - type: Transform - pos: -8.5,-121.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3514 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-120.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3516 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-118.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3517 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-117.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3519 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-115.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3520 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-114.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3522 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-112.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3523 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-111.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3528 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-110.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3529 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-109.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3558 - components: - - type: Transform - pos: 15.5,-261.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3563 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-125.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3564 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-124.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3565 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-123.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3567 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-121.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3569 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-119.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3570 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-118.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3572 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-117.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3574 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-116.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3575 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-115.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3577 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-113.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3578 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-112.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3579 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-111.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3580 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-110.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3581 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-109.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3587 - components: - - type: Transform - pos: -0.5,-121.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3588 - components: - - type: Transform - pos: -0.5,-123.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3589 - components: - - type: Transform - pos: -0.5,-124.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3590 - components: - - type: Transform - pos: -0.5,-125.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3591 - components: - - type: Transform - pos: -0.5,-126.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3592 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-122.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3593 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-122.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3594 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-122.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3595 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-122.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3596 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-122.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3597 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-122.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3607 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-248.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3609 - components: - - type: Transform - pos: -9.5,-252.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3611 - components: - - type: Transform - pos: -9.5,-251.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3612 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-108.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3613 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-108.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3614 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-108.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3615 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-108.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3617 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-108.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3618 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-108.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3620 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-107.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3624 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-115.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3627 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-119.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3628 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-118.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3629 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-120.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3634 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-108.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3635 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-108.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3638 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-109.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3642 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-260.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3643 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-248.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3644 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-260.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3648 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-138.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3649 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-138.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3663 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-200.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3670 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-138.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3677 - components: - - type: Transform - pos: -17.5,-250.5 - parent: 2 - - uid: 3766 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3789 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-138.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3790 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,-260.5 - parent: 2 - - uid: 3849 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-138.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3875 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-139.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3921 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-137.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3922 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-144.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3924 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-140.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3925 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-141.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3926 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-142.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3927 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-143.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3928 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-144.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3929 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-145.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3931 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-147.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3932 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-148.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3934 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-151.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3935 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-150.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3937 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-153.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3939 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-155.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3940 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-156.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3941 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-157.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3942 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-158.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3943 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-159.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3945 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-161.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3946 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-162.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3951 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-248.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3956 - components: - - type: Transform - pos: 4.5,-140.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3958 - components: - - type: Transform - pos: 4.5,-138.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3959 - components: - - type: Transform - pos: 4.5,-137.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3960 - components: - - type: Transform - pos: 4.5,-136.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3963 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-135.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3964 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-135.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3965 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-135.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3966 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-135.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3967 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-135.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3968 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-135.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3969 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-135.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3974 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-134.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3975 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-135.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3976 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-135.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3979 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-145.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3983 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-135.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3985 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-136.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3986 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-138.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3989 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-139.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3990 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-141.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3991 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-142.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3992 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-143.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3995 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-147.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3997 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-149.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3999 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-150.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4001 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-146.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4002 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-138.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4005 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-148.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4006 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-148.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4007 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-148.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4008 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-148.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4010 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-140.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4014 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-153.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4015 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-152.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4017 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-136.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4019 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,-260.5 - parent: 2 - - uid: 4024 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-139.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4025 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-139.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4026 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-139.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4027 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-139.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4028 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-138.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4029 - components: - - type: Transform - pos: -9.5,-250.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4030 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-137.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4032 - components: - - type: Transform - pos: -4.5,-140.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4034 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-140.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4035 - components: - - type: Transform - pos: 1.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4036 - components: - - type: Transform - pos: -5.5,-42.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4038 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-260.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4039 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-140.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4052 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-271.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4116 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-171.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4117 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-172.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4118 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-173.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4120 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-174.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4121 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-176.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4122 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-177.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4123 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-178.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4124 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-179.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4125 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-180.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4126 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-182.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4127 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-183.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4128 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-184.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4129 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-185.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4130 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-186.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4132 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-188.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4135 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-163.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4151 - components: - - type: Transform - pos: 1.5,-188.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4152 - components: - - type: Transform - pos: 1.5,-189.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4153 - components: - - type: Transform - pos: -0.5,-180.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4156 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-179.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4157 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-179.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4158 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-179.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4159 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-179.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4160 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-179.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4200 - components: - - type: Transform - pos: 15.5,-260.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4201 - components: - - type: Transform - pos: 15.5,-262.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4214 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-164.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4215 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-163.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4216 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-166.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4225 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-164.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4305 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-151.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4307 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-152.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4357 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-88.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4420 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-201.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4514 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-86.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4531 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-152.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4532 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-152.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4534 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-152.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4536 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-151.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4537 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-151.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4538 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-207.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4539 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-151.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4540 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-151.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4560 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-146.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4561 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-146.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4562 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-146.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4563 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-149.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4564 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-149.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4565 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-149.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4566 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-149.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4569 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-206.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4578 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-198.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4580 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-206.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4581 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-199.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4583 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-206.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4585 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-206.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4589 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-194.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4590 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-217.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4591 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-218.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4592 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-176.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4593 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-220.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4594 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-221.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4598 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-200.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4599 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-200.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4600 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-200.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4601 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-213.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4602 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-207.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4604 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-196.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4605 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-193.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4606 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-206.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4607 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-190.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4609 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-191.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4610 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-204.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4611 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-203.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4613 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-209.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4639 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-205.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4659 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-196.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4660 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-195.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4661 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-192.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4663 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-191.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4664 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-192.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4665 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-202.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4667 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-205.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4669 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-203.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4671 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-197.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4708 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-189.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4709 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-190.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4740 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-202.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4741 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-205.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4743 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-195.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4744 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-192.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4745 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-194.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4746 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-211.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4747 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-212.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4749 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-200.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4778 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-205.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4779 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-190.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4849 - components: - - type: Transform - pos: 17.5,-244.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4896 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-198.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4924 - components: - - type: Transform - pos: 1.5,-193.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4945 - components: - - type: Transform - pos: 0.5,-170.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4947 - components: - - type: Transform - pos: 0.5,-167.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4982 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-210.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4983 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-201.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4999 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-204.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5033 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-200.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5034 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-200.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5035 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-200.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5038 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-215.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5039 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-216.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5044 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-222.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5045 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-223.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5046 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-224.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5047 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-225.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5048 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-226.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5049 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-227.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5050 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-228.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5051 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-229.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5053 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-231.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5054 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-232.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5055 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-233.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5056 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-234.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5058 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-236.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5059 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-237.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5060 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-238.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5061 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-239.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5062 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-240.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5064 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-242.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5074 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-189.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5075 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-189.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5076 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-189.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5078 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-190.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5080 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-190.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5090 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-205.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5091 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-189.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5098 - components: - - type: Transform - pos: -4.5,-199.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5099 - components: - - type: Transform - pos: -4.5,-198.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5104 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-197.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5105 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-197.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5106 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-197.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5109 - components: - - type: Transform - pos: 17.5,-246.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5113 - components: - - type: Transform - pos: -4.5,-203.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5114 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-202.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5115 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-202.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5116 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-202.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5117 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-202.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5138 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-230.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5139 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-230.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5141 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-230.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5142 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-230.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5143 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-219.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5145 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-219.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5146 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-219.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5147 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-219.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5166 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-229.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5167 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-229.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5168 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-220.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5169 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-220.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5191 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-220.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5192 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-220.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5193 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-220.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5194 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-220.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5195 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-229.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5196 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-229.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5197 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-229.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5198 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-229.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5248 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-179.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5250 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-178.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5253 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-177.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5254 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-175.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5255 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-175.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5257 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-175.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5258 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-175.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5264 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-174.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5265 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-174.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5266 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-174.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5267 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-174.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5268 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-179.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5269 - components: - - type: Transform - pos: 1.5,-175.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5270 - components: - - type: Transform - pos: 1.5,-173.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5271 - components: - - type: Transform - pos: 1.5,-172.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5272 - components: - - type: Transform - pos: 1.5,-171.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5273 - components: - - type: Transform - pos: 1.5,-170.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5284 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-175.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5285 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-175.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5286 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-175.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5287 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-175.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5292 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-163.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5297 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-166.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5298 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-166.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5299 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-168.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5305 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-163.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5306 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-163.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5308 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-162.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5309 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-162.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5310 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-162.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5314 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-175.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5315 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-175.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5316 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-176.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5336 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-172.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5339 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,-260.5 - parent: 2 - - uid: 5341 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-172.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5342 - components: - - type: Transform - pos: 4.5,-173.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5368 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-229.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5369 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-234.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5370 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-233.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5371 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-232.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5372 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-230.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5373 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-231.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5374 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-219.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5375 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-218.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5376 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-217.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5377 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-216.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5378 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-215.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5380 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-220.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5401 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-260.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5416 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,-238.5 - parent: 2 - - uid: 5418 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-249.5 - parent: 2 - - uid: 5422 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,-238.5 - parent: 2 - - uid: 5486 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-44.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5499 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,-238.5 - parent: 2 - - uid: 6389 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-114.5 - parent: 2 - - uid: 6677 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-243.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 6696 - components: - - type: Transform - pos: 0.5,-246.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 6698 - components: - - type: Transform - pos: 0.5,-245.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 6700 - components: - - type: Transform - pos: 0.5,-252.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 6702 - components: - - type: Transform - pos: 0.5,-255.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 6705 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-248.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 6708 - components: - - type: Transform - pos: 0.5,-247.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 6709 - components: - - type: Transform - pos: 0.5,-244.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 6710 - components: - - type: Transform - pos: 16.5,-252.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 6715 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-248.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 6716 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-256.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 6717 - components: - - type: Transform - pos: 0.5,-249.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 6718 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-244.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 6724 - components: - - type: Transform - pos: -0.5,-252.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 6728 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-256.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 6729 - components: - - type: Transform - pos: -0.5,-254.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 6730 - components: - - type: Transform - pos: 0.5,-253.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 6742 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-256.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 6743 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-167.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 6744 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-248.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 6771 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,-256.5 - parent: 2 - - uid: 6799 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,-260.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 6800 - components: - - type: Transform - pos: -9.5,-249.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 6812 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-259.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 6820 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-256.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 6824 - components: - - type: Transform - pos: -0.5,-255.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 6825 - components: - - type: Transform - pos: -0.5,-253.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 6826 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-256.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 6830 - components: - - type: Transform - pos: -0.5,-251.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 6832 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-244.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 6835 - components: - - type: Transform - pos: 0.5,-259.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 6838 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-248.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 6839 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-248.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 6840 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-248.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 6844 - components: - - type: Transform - pos: 0.5,-257.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 6846 - components: - - type: Transform - pos: 16.5,-253.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 6847 - components: - - type: Transform - pos: 16.5,-254.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 6848 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-248.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 6849 - components: - - type: Transform - pos: 0.5,-250.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 6850 - components: - - type: Transform - pos: 0.5,-254.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 6851 - components: - - type: Transform - pos: 0.5,-251.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 6854 - components: - - type: Transform - pos: 16.5,-251.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 6859 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-261.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 6860 - components: - - type: Transform - pos: 15.5,-252.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 6890 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,-253.5 - parent: 2 - - uid: 6891 - components: - - type: Transform - pos: -9.5,-257.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 6896 - components: - - type: Transform - pos: -14.5,-254.5 - parent: 2 - - uid: 6908 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-170.5 - parent: 2 - - type: AtmosPipeColor - color: '#FFD800FF' - - uid: 6910 - components: - - type: Transform - pos: -9.5,-256.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 6912 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-171.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 7203 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-199.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 7239 - components: - - type: Transform - pos: 16.5,-248.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 7315 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,-259.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 7361 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-248.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 7376 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-260.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 7417 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-248.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 7429 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,-253.5 - parent: 2 - - uid: 7442 - components: - - type: Transform - pos: 17.5,-247.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 7448 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,-249.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 7460 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-248.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 7482 - components: - - type: Transform - pos: 0.5,-261.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 7491 - components: - - type: Transform - pos: 4.5,-257.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 7493 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-259.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 7495 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-248.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 7501 - components: - - type: Transform - pos: 0.5,-263.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 7502 - components: - - type: Transform - pos: 0.5,-264.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 7508 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,-256.5 - parent: 2 - - uid: 7559 - components: - - type: Transform - pos: 15.5,-249.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 7561 - components: - - type: Transform - pos: -0.5,-246.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 7564 - components: - - type: Transform - pos: 16.5,-255.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 7565 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,-256.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 7567 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,-248.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 7571 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-248.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 7573 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-248.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 7574 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-248.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 7578 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-243.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 7582 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-260.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 7768 - components: - - type: Transform - pos: 0.5,-258.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 7774 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-260.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 7816 - components: - - type: Transform - pos: 15.5,-250.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 7819 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,-256.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 7825 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-248.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 7826 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-260.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 7845 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-260.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 7849 - components: - - type: Transform - pos: -9.5,-255.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 7854 - components: - - type: Transform - pos: -9.5,-254.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 7856 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-259.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 7870 - components: - - type: Transform - pos: -9.5,-258.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 7871 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,-252.5 - parent: 2 - - uid: 7872 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,-259.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 7887 - components: - - type: Transform - pos: 5.5,-177.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 7897 - components: - - type: Transform - pos: -13.5,-254.5 - parent: 2 - - uid: 7907 - components: - - type: Transform - pos: -17.5,-256.5 - parent: 2 - - uid: 7911 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-248.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 7947 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,-260.5 - parent: 2 - - uid: 7949 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-171.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 8010 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-249.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 8013 - components: - - type: Transform - pos: 16.5,-250.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 8014 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-248.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 8015 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,-256.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 8016 - components: - - type: Transform - pos: 17.5,-245.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 8027 - components: - - type: Transform - pos: 16.5,-245.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 8029 - components: - - type: Transform - pos: -0.5,-245.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 8031 - components: - - type: Transform - pos: -0.5,-247.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 8032 - components: - - type: Transform - pos: -0.5,-250.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 8035 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-256.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 8036 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,-256.5 - parent: 2 - - uid: 8039 - components: - - type: Transform - pos: 4.5,-259.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 8040 - components: - - type: Transform - pos: -0.5,-260.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 8041 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-261.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 8042 - components: - - type: Transform - pos: 4.5,-258.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 8043 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-256.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 8044 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-256.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 8046 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-244.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 8060 - components: - - type: Transform - pos: 15.5,-255.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 8061 - components: - - type: Transform - pos: 15.5,-254.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 8062 - components: - - type: Transform - pos: 15.5,-256.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 8067 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-260.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 8068 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-256.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 8069 - components: - - type: Transform - pos: -0.5,-257.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 8077 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-243.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 8079 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-244.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 8082 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-255.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 8084 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-250.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 8085 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-256.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 8087 - components: - - type: Transform - pos: 15.5,-251.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 8088 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-256.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 8099 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,-248.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 8126 - components: - - type: Transform - pos: 1.5,-165.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 8160 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-256.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 8161 - components: - - type: Transform - pos: -0.5,-258.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 8162 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-260.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 8164 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-244.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 8181 - components: - - type: Transform - pos: 15.5,-257.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 8189 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-254.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 8190 - components: - - type: Transform - pos: 15.5,-253.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 8207 - components: - - type: Transform - pos: 15.5,-258.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 8210 - components: - - type: Transform - pos: -17.5,-261.5 - parent: 2 - - uid: 8212 - components: - - type: Transform - pos: -0.5,-249.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 8248 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-257.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 8249 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-260.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 8250 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-258.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 8348 - components: - - type: Transform - pos: -14.5,-239.5 - parent: 2 - - uid: 8375 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-165.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 8419 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-165.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 8422 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-166.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 8487 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-261.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 8643 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-271.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 8678 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,-250.5 - parent: 2 - - uid: 8747 - components: - - type: Transform - pos: 0.5,-269.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 8783 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-259.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 8845 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-266.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 8853 - components: - - type: Transform - pos: 1.5,-243.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 8858 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-260.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 8861 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-260.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 8862 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-243.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 8872 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-265.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 8875 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-267.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 8884 - components: - - type: Transform - pos: 1.5,-269.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 8886 - components: - - type: Transform - pos: 1.5,-270.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 8887 - components: - - type: Transform - pos: 0.5,-270.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 8893 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,-248.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 8899 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,-252.5 - parent: 2 - - uid: 8903 - components: - - type: Transform - pos: 16.5,-247.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 8909 - components: - - type: Transform - pos: 16.5,-246.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 8922 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,-254.5 - parent: 2 - - uid: 8927 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-169.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 8967 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,-247.5 - parent: 2 - - type: AtmosPipeColor - color: '#947507FF' - - uid: 9477 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-14.5 - parent: 2 - - uid: 9815 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-170.5 - parent: 2 - - type: AtmosPipeColor - color: '#FFD800FF' - - uid: 9847 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-165.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 9848 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-165.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 10012 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-328.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 10082 - components: - - type: Transform - pos: 9.5,-115.5 - parent: 2 - - uid: 10087 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-114.5 - parent: 2 - - uid: 10571 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-345.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 10711 - components: - - type: Transform - pos: 6.5,-341.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 10714 - components: - - type: Transform - pos: 6.5,-338.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 10715 - components: - - type: Transform - pos: 6.5,-339.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 10756 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-338.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 10760 - components: - - type: Transform - pos: -17.5,-262.5 - parent: 2 - - uid: 10800 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-339.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 10963 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-337.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 10971 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-341.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 10996 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-340.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 11121 - components: - - type: Transform - pos: 0.5,-332.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 11187 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-334.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 11222 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-313.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 11409 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,-259.5 - parent: 2 - - uid: 11425 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-335.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 11433 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-347.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 11550 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,-260.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 11551 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,-250.5 - parent: 2 - - uid: 11885 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-243.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 11888 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,-257.5 - parent: 2 - - uid: 11889 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-255.5 - parent: 2 - - uid: 11890 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,-255.5 - parent: 2 - - uid: 11891 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,-255.5 - parent: 2 - - uid: 11938 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-256.5 - parent: 2 - - uid: 11939 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-257.5 - parent: 2 - - uid: 11946 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,-257.5 - parent: 2 - - uid: 12012 - components: - - type: Transform - pos: -14.5,-255.5 - parent: 2 - - uid: 12013 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,-255.5 - parent: 2 - - uid: 12020 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,-257.5 - parent: 2 - - uid: 12031 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,-261.5 - parent: 2 - - uid: 12052 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-357.5 - parent: 2 - - type: AtmosPipeColor - color: '#FFD800FF' - - uid: 12104 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,-260.5 - parent: 2 - - uid: 12135 - components: - - type: Transform - pos: 1.5,-242.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12141 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12230 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,-260.5 - parent: 2 - - uid: 12234 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-283.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12235 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-283.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12238 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-285.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12248 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-272.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12251 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-274.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12252 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-275.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12253 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-276.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12255 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-278.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12256 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-279.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12257 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-280.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12258 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-281.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12259 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-282.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12260 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-283.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12262 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-285.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12263 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-286.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12265 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-288.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12267 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-290.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12268 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-291.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12269 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-292.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12270 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-293.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12271 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-294.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12272 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-282.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12274 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-296.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12277 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-282.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12278 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-282.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12279 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-282.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12280 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-282.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12281 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-282.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12283 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-282.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12284 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-282.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12285 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-282.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12286 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-282.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12288 - components: - - type: Transform - pos: -5.5,-283.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12289 - components: - - type: Transform - pos: -5.5,-281.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12290 - components: - - type: Transform - pos: -5.5,-280.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12291 - components: - - type: Transform - pos: -5.5,-279.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12292 - components: - - type: Transform - pos: -5.5,-278.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12293 - components: - - type: Transform - pos: -5.5,-277.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12294 - components: - - type: Transform - pos: -5.5,-276.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12295 - components: - - type: Transform - pos: -5.5,-275.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12299 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-277.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12300 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-277.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12301 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-277.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12302 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-277.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12303 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-277.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12304 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-277.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12307 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-281.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12308 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-280.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12309 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-279.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12310 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-278.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12311 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-277.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12312 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-276.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12313 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-275.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12314 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-274.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12315 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-273.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12316 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-272.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12318 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-271.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12319 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-271.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12321 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-271.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12323 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-342.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12327 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-273.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12328 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-273.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12329 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-273.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12330 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-273.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12337 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-271.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12344 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-284.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12346 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-284.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12347 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-284.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12348 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-284.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12350 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-287.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12351 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-286.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12352 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-285.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12353 - components: - - type: Transform - pos: -0.5,-283.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12354 - components: - - type: Transform - pos: -0.5,-284.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12357 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-287.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12358 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-287.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12359 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-287.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12360 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-287.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12361 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-287.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12365 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-271.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12366 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-271.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12370 - components: - - type: Transform - pos: 1.5,-296.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12377 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-347.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12378 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-297.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12379 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-297.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12380 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-297.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12384 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-346.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12392 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-310.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12396 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-320.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12398 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-318.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12401 - components: - - type: Transform - pos: 0.5,-320.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12402 - components: - - type: Transform - pos: 0.5,-319.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12403 - components: - - type: Transform - pos: 0.5,-318.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12406 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-315.5 - parent: 2 - - type: AtmosPipeColor - color: '#FEF101FF' - - uid: 12407 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-313.5 - parent: 2 - - type: AtmosPipeColor - color: '#FEF101FF' - - uid: 12414 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-315.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12417 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-315.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12418 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-315.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12419 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-315.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12420 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-317.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12421 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-316.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12424 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-315.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12425 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-315.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12426 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-316.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12427 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-317.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12431 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-319.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12436 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-314.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12437 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-314.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12438 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-314.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12443 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-312.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12445 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-311.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12446 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-310.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12447 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-309.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12448 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-308.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12449 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-309.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12450 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-310.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12451 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-311.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12452 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-312.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12454 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-313.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12455 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-314.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12456 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-308.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12457 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-308.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12458 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-308.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12459 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-308.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12461 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-308.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12462 - components: - - type: Transform - pos: -0.5,-307.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12463 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-307.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12464 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-307.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12465 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-307.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12466 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-307.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12467 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-307.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12468 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-307.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12477 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-306.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12478 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-308.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12479 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-308.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12480 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-308.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12481 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-306.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12482 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-306.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12483 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-308.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12484 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-308.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12485 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-308.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12487 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-306.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12488 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-306.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12492 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-306.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12493 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-308.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12497 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-308.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12499 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-308.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12505 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-305.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12506 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-309.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12511 - components: - - type: Transform - pos: -0.5,-306.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12512 - components: - - type: Transform - pos: -0.5,-305.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12513 - components: - - type: Transform - pos: 0.5,-305.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12519 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-309.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12525 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-319.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12526 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-319.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12527 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-319.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12533 - components: - - type: Transform - pos: 10.5,-307.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12534 - components: - - type: Transform - pos: 10.5,-308.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12536 - components: - - type: Transform - pos: 10.5,-309.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12537 - components: - - type: Transform - pos: 10.5,-310.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12547 - components: - - type: Transform - pos: 7.5,-307.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12548 - components: - - type: Transform - pos: 7.5,-308.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12549 - components: - - type: Transform - pos: 7.5,-309.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12551 - components: - - type: Transform - pos: 8.5,-307.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12552 - components: - - type: Transform - pos: 8.5,-306.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12553 - components: - - type: Transform - pos: 8.5,-305.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12555 - components: - - type: Transform - pos: 8.5,-304.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12556 - components: - - type: Transform - pos: 8.5,-303.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12557 - components: - - type: Transform - pos: 8.5,-302.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12559 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-301.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12561 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-310.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12574 - components: - - type: Transform - pos: -0.5,-299.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12575 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-305.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12583 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-303.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12584 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-304.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12586 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-303.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12589 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-304.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12590 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-303.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12591 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-302.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12592 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-302.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12593 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-301.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12594 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-300.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12595 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-299.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12596 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-298.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12600 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-301.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12601 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-300.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12616 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-298.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12617 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-298.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12619 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-298.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12620 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-298.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12622 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-298.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12642 - components: - - type: Transform - pos: 0.5,-322.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12643 - components: - - type: Transform - pos: 0.5,-323.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12644 - components: - - type: Transform - pos: 0.5,-324.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12645 - components: - - type: Transform - pos: 0.5,-325.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12646 - components: - - type: Transform - pos: 0.5,-329.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12647 - components: - - type: Transform - pos: 0.5,-326.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12656 - components: - - type: Transform - pos: 1.5,-328.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12657 - components: - - type: Transform - pos: 1.5,-329.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12715 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-330.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12716 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-330.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12717 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-330.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12719 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-340.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12723 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-330.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12724 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-331.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12725 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-331.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12726 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-331.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12727 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-331.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12728 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-331.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12729 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-331.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12730 - components: - - type: Transform - pos: 0.5,-331.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12732 - components: - - type: Transform - pos: 0.5,-333.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12733 - components: - - type: Transform - pos: 0.5,-334.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12734 - components: - - type: Transform - pos: 0.5,-335.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12735 - components: - - type: Transform - pos: 0.5,-336.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12736 - components: - - type: Transform - pos: 0.5,-337.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12737 - components: - - type: Transform - pos: 0.5,-338.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12738 - components: - - type: Transform - pos: 0.5,-339.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12739 - components: - - type: Transform - pos: 0.5,-340.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12740 - components: - - type: Transform - pos: 0.5,-341.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12741 - components: - - type: Transform - pos: 0.5,-342.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12742 - components: - - type: Transform - pos: 0.5,-343.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12743 - components: - - type: Transform - pos: 0.5,-344.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12744 - components: - - type: Transform - pos: 0.5,-345.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12745 - components: - - type: Transform - pos: 0.5,-346.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12747 - components: - - type: Transform - pos: 0.5,-349.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12748 - components: - - type: Transform - pos: 0.5,-350.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12749 - components: - - type: Transform - pos: 0.5,-351.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12750 - components: - - type: Transform - pos: 0.5,-352.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12751 - components: - - type: Transform - pos: 0.5,-353.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12753 - components: - - type: Transform - pos: 0.5,-355.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12756 - components: - - type: Transform - pos: 1.5,-332.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12757 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-333.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12758 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-333.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12759 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-333.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12760 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-333.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12761 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-333.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12762 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-333.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12763 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-333.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12764 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-333.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12765 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-333.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12766 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-333.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12767 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-333.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12769 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-333.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12770 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-333.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12778 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-331.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12779 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-332.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12780 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-340.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12781 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-340.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12783 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-340.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12784 - components: - - type: Transform - pos: 1.5,-334.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12785 - components: - - type: Transform - pos: 1.5,-335.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12786 - components: - - type: Transform - pos: 1.5,-336.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12787 - components: - - type: Transform - pos: 1.5,-337.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12788 - components: - - type: Transform - pos: 1.5,-338.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12789 - components: - - type: Transform - pos: 1.5,-339.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12790 - components: - - type: Transform - pos: -4.5,-334.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12791 - components: - - type: Transform - pos: -4.5,-335.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12792 - components: - - type: Transform - pos: -4.5,-336.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12793 - components: - - type: Transform - pos: -4.5,-337.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12794 - components: - - type: Transform - pos: -4.5,-338.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12795 - components: - - type: Transform - pos: -4.5,-339.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12799 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-340.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12800 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-340.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12802 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-341.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12803 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-342.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12804 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-343.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12805 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-344.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12806 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-345.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12809 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-346.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12810 - components: - - type: Transform - pos: -0.5,-347.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12814 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-341.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12815 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-342.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12816 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-343.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12826 - components: - - type: Transform - pos: 6.5,-15.5 - parent: 2 - - uid: 12827 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-346.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12828 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-346.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12829 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-346.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12830 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-345.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12832 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-344.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12833 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-327.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12834 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-327.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12835 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-327.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12836 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-327.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12839 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-330.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12840 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-330.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12845 - components: - - type: Transform - pos: -6.5,-329.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12846 - components: - - type: Transform - pos: -6.5,-330.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12847 - components: - - type: Transform - pos: -6.5,-331.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12848 - components: - - type: Transform - pos: -6.5,-332.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12849 - components: - - type: Transform - pos: -6.5,-333.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12850 - components: - - type: Transform - pos: 7.5,-331.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12851 - components: - - type: Transform - pos: 7.5,-332.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12852 - components: - - type: Transform - pos: 7.5,-333.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12853 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-334.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12856 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-336.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12857 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-337.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12858 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-338.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12859 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-339.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12860 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-340.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12861 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-341.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12862 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-342.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12863 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-343.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12865 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-344.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12867 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-335.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12868 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-336.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12876 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-344.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12877 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-345.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12878 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-346.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12882 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-347.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12883 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-347.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12884 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-347.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12885 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-347.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12888 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-347.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12889 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-347.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12890 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-347.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12891 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-347.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12892 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-347.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12894 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-347.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12899 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-328.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12903 - components: - - type: Transform - pos: 7.5,-329.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12904 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-328.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12905 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-328.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12909 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-328.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12916 - components: - - type: Transform - pos: 1.5,-355.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12917 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-357.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12921 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-356.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12922 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-358.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12923 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-358.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12924 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-358.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12925 - components: - - type: Transform - pos: 1.5,-356.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12927 - components: - - type: Transform - pos: 0.5,-357.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12930 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-357.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12931 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-357.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12936 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-356.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12937 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-356.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12939 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-357.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12940 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-357.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12942 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-357.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12950 - components: - - type: Transform - pos: -3.5,-364.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12955 - components: - - type: Transform - pos: -3.5,-365.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12956 - components: - - type: Transform - pos: -3.5,-367.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12957 - components: - - type: Transform - pos: -3.5,-368.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12958 - components: - - type: Transform - pos: -3.5,-369.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12959 - components: - - type: Transform - pos: 4.5,-369.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12960 - components: - - type: Transform - pos: 4.5,-368.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12961 - components: - - type: Transform - pos: 4.5,-367.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12962 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-366.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12963 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-366.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12964 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-366.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12965 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-366.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12966 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-366.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12967 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-366.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12969 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-365.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12970 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-364.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12971 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-362.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12972 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-361.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12973 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-360.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12974 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-363.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12975 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-366.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12976 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-366.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12977 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-363.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12978 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-360.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12979 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-360.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 13009 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-360.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 13010 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-359.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 13011 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-358.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 13013 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-361.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 13015 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-361.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 13016 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-361.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 13017 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-361.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 13018 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-361.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 13019 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-361.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 13020 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-361.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 13022 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-361.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 13023 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-361.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 13024 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-361.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 13025 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-361.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 13028 - components: - - type: Transform - pos: -6.5,-362.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 13030 - components: - - type: Transform - pos: 7.5,-362.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 13046 - components: - - type: Transform - pos: 0.5,-362.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 13048 - components: - - type: Transform - pos: 0.5,-363.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 13049 - components: - - type: Transform - pos: 0.5,-364.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 13050 - components: - - type: Transform - pos: 0.5,-365.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 13051 - components: - - type: Transform - pos: 0.5,-366.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 13058 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-363.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 13059 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-364.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 13060 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-365.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 13062 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-363.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 13064 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-364.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 13065 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-365.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 13070 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-367.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 13071 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-368.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 13084 - components: - - type: Transform - pos: -4.5,-370.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 13085 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-369.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 13086 - components: - - type: Transform - pos: 5.5,-370.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 13089 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-369.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 13090 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-369.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 13091 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-369.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 13092 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-369.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 13095 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-369.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 13096 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-369.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 13097 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-369.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 13098 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-369.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 13099 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-369.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 13101 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-369.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 13102 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-369.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 13138 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-90.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 13139 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-90.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 13140 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-90.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 13141 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-90.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 13142 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-90.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 13144 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-89.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 13228 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-200.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 13229 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-200.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 13230 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-200.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 13231 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-200.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 13232 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-197.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 13233 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-197.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 13234 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-197.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 13235 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-197.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 13245 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-197.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 13273 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,-263.5 - parent: 2 - - uid: 13296 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-179.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 13428 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,-263.5 - parent: 2 - - uid: 13470 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,-238.5 - parent: 2 - - type: AtmosPipeColor - color: '#FFD800FF' - - uid: 13473 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-238.5 - parent: 2 - - type: AtmosPipeColor - color: '#FFD800FF' - - uid: 13997 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,-238.5 - parent: 2 - - type: AtmosPipeColor - color: '#FFD800FF' - - uid: 14299 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-259.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 14302 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,-263.5 - parent: 2 - - uid: 14303 - components: - - type: Transform - pos: -15.5,-239.5 - parent: 2 - - uid: 14304 - components: - - type: Transform - pos: 16.5,-244.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 14307 - components: - - type: Transform - pos: -16.5,-239.5 - parent: 2 - - uid: 14424 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,-63.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 14444 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,-62.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 14577 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-261.5 - parent: 2 - - uid: 14579 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-251.5 - parent: 2 - - uid: 14580 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-260.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 14581 - components: - - type: Transform - pos: -17.5,-252.5 - parent: 2 - - uid: 14807 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-27.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 14808 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-27.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 14809 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-27.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 14810 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-27.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 14811 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-27.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 14812 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-27.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 14813 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-27.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 14814 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-27.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 14817 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-26.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 14818 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-25.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 14819 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-24.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 14820 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-23.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 14821 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-26.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 14822 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-25.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 14823 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-24.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 14824 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-23.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 14828 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-56.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 14829 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-55.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 14830 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-54.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 14831 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-53.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 14832 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-52.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 14833 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-51.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 14834 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-50.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 14837 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-81.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 14838 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-80.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 14839 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-79.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 14840 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-78.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 14841 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-77.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 14843 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-80.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 14844 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-79.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 14845 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-78.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 14846 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-77.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 14863 - components: - - type: Transform - pos: -3.5,-107.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 14866 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-105.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 14867 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-104.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 14868 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-104.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 14869 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-105.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 14870 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-106.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 14871 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-107.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 14872 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-108.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 14873 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-109.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 14892 - components: - - type: Transform - pos: -4.5,-133.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 14894 - components: - - type: Transform - pos: -4.5,-131.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 14896 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-137.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 14897 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-136.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 14898 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-135.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 14899 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-134.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 14900 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-133.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 14901 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-132.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 14902 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-131.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 15043 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-189.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 15044 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-189.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 15045 - components: - - type: Transform - pos: -4.5,-188.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 15046 - components: - - type: Transform - pos: -4.5,-187.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 15047 - components: - - type: Transform - pos: -4.5,-186.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 15048 - components: - - type: Transform - pos: -4.5,-185.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 15099 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-190.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 15100 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-190.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 15103 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-189.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 15104 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-158.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 15105 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-159.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 15106 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-160.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 15107 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-161.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 15108 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-162.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 15109 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-163.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 15110 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-163.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 15120 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-156.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 15121 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-155.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 15122 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-154.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 15123 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-153.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 15124 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-152.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 15125 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-152.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 15166 - components: - - type: Transform - pos: 5.5,-272.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 15179 - components: - - type: Transform - pos: 5.5,-271.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 15180 - components: - - type: Transform - pos: 5.5,-270.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 15181 - components: - - type: Transform - pos: 5.5,-269.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 15182 - components: - - type: Transform - pos: 5.5,-268.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 15183 - components: - - type: Transform - pos: 5.5,-267.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 15184 - components: - - type: Transform - pos: 5.5,-266.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 15196 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-287.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 15197 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-287.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 15198 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-287.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 15199 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-287.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 15201 - components: - - type: Transform - pos: 5.5,-288.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 15202 - components: - - type: Transform - pos: 5.5,-289.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 15203 - components: - - type: Transform - pos: 5.5,-290.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 15204 - components: - - type: Transform - pos: 5.5,-291.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 15205 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-326.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 15206 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-325.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 15785 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-167.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 16479 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-167.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 16480 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-172.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 16481 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-172.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 16485 - components: - - type: Transform - pos: -3.5,-173.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 16486 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-174.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 16487 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-174.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 16490 - components: - - type: Transform - pos: -2.5,-168.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 16503 - components: - - type: Transform - pos: 1.5,-169.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 16513 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,-259.5 - parent: 2 - - uid: 16680 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,-253.5 - parent: 2 - - uid: 16681 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,-253.5 - parent: 2 - - uid: 16684 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-360.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 16685 - components: - - type: Transform - pos: -3.5,-361.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 16686 - components: - - type: Transform - pos: -3.5,-362.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 16868 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-243.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 16978 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-248.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 16980 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-248.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 16982 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-248.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 16983 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-243.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 16984 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-243.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 16985 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-243.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 16986 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-243.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 16987 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-243.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 16989 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-243.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 16992 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-243.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 16993 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-243.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 16994 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-243.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' -- proto: GasPipeTJunction - entities: - - uid: 438 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 584 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-31.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 714 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 741 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 760 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 785 - components: - - type: Transform - pos: 0.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 809 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-284.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 816 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1008 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-28.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1026 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-57.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1053 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-42.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1067 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-54.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1148 - components: - - type: Transform - pos: -0.5,-28.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1174 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-35.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1180 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-40.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1181 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-40.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1188 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-41.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1209 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-38.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1256 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1262 - components: - - type: Transform - pos: -0.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1267 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1269 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1273 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1289 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-58.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1301 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-66.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1337 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-58.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1355 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-52.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1360 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-72.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1362 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-68.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1365 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-71.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1374 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-138.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1386 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-69.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1418 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1660 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1679 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-25.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1738 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-46.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1857 - components: - - type: Transform - pos: -0.5,-58.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 2098 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-132.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 2243 - components: - - type: Transform - pos: -3.5,-58.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 2892 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-289.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3264 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-86.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3283 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-82.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3288 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-82.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3293 - components: - - type: Transform - pos: 4.5,-82.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3311 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-97.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3319 - components: - - type: Transform - pos: -0.5,-97.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3323 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-97.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3331 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-79.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3334 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-73.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3363 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-91.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3386 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-100.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3401 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-106.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3407 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-109.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3408 - components: - - type: Transform - pos: 1.5,-109.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3410 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-125.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3415 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-120.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3426 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-127.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3435 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-133.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3439 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-109.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3441 - components: - - type: Transform - pos: -6.5,-109.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3444 - components: - - type: Transform - pos: -0.5,-109.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3448 - components: - - type: Transform - pos: 3.5,-109.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3509 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-125.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3515 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-113.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3518 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-116.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3521 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-119.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3554 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-122.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3568 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-120.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3585 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-122.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3586 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-122.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3616 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-108.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3633 - components: - - type: Transform - pos: -1.5,-108.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3646 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-137.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3671 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-138.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3759 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-139.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3930 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-146.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3933 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-149.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3938 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-160.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3962 - components: - - type: Transform - pos: 4.5,-135.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3970 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-135.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3973 - components: - - type: Transform - pos: -0.5,-135.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3984 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-140.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3996 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-148.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4023 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-139.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4053 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-115.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4070 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-154.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4111 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-166.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4131 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-187.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4134 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-181.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4141 - components: - - type: Transform - pos: -0.5,-179.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4155 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-179.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4454 - components: - - type: Transform - pos: -4.5,-92.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4640 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-205.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4683 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-165.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4733 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-114.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5000 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-206.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5037 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-214.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5040 - components: - - type: Transform - pos: -0.5,-206.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5112 - components: - - type: Transform - pos: -4.5,-202.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5122 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-208.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5124 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-205.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5200 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-241.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5201 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-235.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5249 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-179.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5276 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-162.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5333 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-174.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5352 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,-259.5 - parent: 2 - - uid: 5894 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-327.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 6654 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,-248.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 6707 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-248.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 6831 - components: - - type: Transform - pos: -0.5,-244.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 6853 - components: - - type: Transform - pos: 4.5,-256.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 6902 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-363.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 6907 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-168.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 6916 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-167.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 7466 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-248.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 7500 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-262.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 7549 - components: - - type: Transform - pos: 15.5,-248.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 7566 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-256.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 7802 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,-256.5 - parent: 2 - - uid: 8011 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,-256.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 8020 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-261.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 8038 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,-249.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 8081 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-244.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 8119 - components: - - type: Transform - pos: -6.5,-308.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 8163 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-256.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 8365 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-330.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 8366 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-297.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 8686 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,-258.5 - parent: 2 - - uid: 8777 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-90.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 8876 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-268.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 10151 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-358.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 10691 - components: - - type: Transform - pos: 6.5,-14.5 - parent: 2 - - uid: 10863 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-340.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 11475 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,-261.5 - parent: 2 - - uid: 12023 - components: - - type: Transform - pos: -16.5,-261.5 - parent: 2 - - uid: 12237 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-283.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12239 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-282.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12242 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-284.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12247 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-271.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12249 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-282.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12254 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-277.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12266 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-295.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12276 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-282.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12282 - components: - - type: Transform - pos: -0.5,-282.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12317 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-271.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12325 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-273.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12331 - components: - - type: Transform - pos: 10.5,-248.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12381 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-348.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12397 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-319.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12400 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-321.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12422 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-315.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12439 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-314.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12442 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-307.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12476 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-306.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12486 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-306.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12489 - components: - - type: Transform - pos: 6.5,-308.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12494 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-308.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12498 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-306.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12531 - components: - - type: Transform - pos: 10.5,-306.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12546 - components: - - type: Transform - pos: 7.5,-306.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12573 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-297.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12587 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-304.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12588 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-303.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12615 - components: - - type: Transform - pos: -0.5,-298.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12648 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-328.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12650 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-327.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12720 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-331.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12752 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-354.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12808 - components: - - type: Transform - pos: -0.5,-346.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12841 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-330.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12866 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-345.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12873 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-343.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12928 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-358.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12934 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-356.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12941 - components: - - type: Transform - pos: -1.5,-357.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12951 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-363.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12953 - components: - - type: Transform - pos: 4.5,-360.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12991 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-357.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 13008 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-361.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 13014 - components: - - type: Transform - pos: 0.5,-361.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 13032 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-361.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 13087 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-369.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 13093 - components: - - type: Transform - pos: 5.5,-369.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 13100 - components: - - type: Transform - pos: -4.5,-369.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 14448 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,-62.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 16477 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-167.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 16483 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-169.5 - parent: 2 - - type: AtmosPipeColor - color: '#FFD800FF' - - uid: 16492 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-168.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 16981 - components: - - type: Transform - pos: -9.5,-248.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' -- proto: GasPort - entities: - - uid: 11217 - components: - - type: Transform - pos: 5.5,-355.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FFD800FF' - - uid: 11218 - components: - - type: Transform - pos: 4.5,-355.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FFD800FF' - - uid: 11927 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,-263.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 11930 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,-263.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 12412 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-313.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FEF101FF' -- proto: GasPressurePump - entities: - - uid: 1103 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,-260.5 - parent: 2 - - type: GasPressurePump - targetPressure: 320 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3193 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,-252.5 - parent: 2 - - type: GasPressurePump - targetPressure: 4500 - - type: AtmosDevice - joinedGrid: 2 - - uid: 4108 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,-248.5 - parent: 2 - - type: GasPressurePump - targetPressure: 4500 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 6795 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,-258.5 - parent: 2 - - type: GasPressurePump - targetPressure: 4500 - - type: AtmosDevice - joinedGrid: 2 - - uid: 6829 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,-256.5 - parent: 2 - - type: GasPressurePump - targetPressure: 4500 - - type: AtmosDevice - joinedGrid: 2 - - uid: 6906 - components: - - type: Transform - pos: -1.5,-169.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 7457 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,-250.5 - parent: 2 - - type: GasPressurePump - targetPressure: 4500 - - type: AtmosDevice - joinedGrid: 2 - - uid: 8169 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,-252.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 10160 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,-259.5 - parent: 2 - - type: GasPressurePump - targetPressure: 4500 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 10761 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,-261.5 - parent: 2 - - type: GasPressurePump - targetPressure: 4500 - - type: AtmosDevice - joinedGrid: 2 - - uid: 12409 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-313.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FEF101FF' - - uid: 12410 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-315.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12908 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-358.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 16683 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,-252.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 -- proto: GasThermoMachineFreezer - entities: - - uid: 7952 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-170.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 14638 - components: - - type: Transform - anchored: False - pos: -13.5,-240.5 - parent: 2 - - type: Physics - bodyType: Dynamic -- proto: GasThermoMachineHeater - entities: - - uid: 16947 - components: - - type: Transform - anchored: False - pos: -17.5,-240.5 - parent: 2 - - type: Physics - bodyType: Dynamic -- proto: GasValve - entities: - - uid: 3783 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,-258.5 - parent: 2 - - type: GasValve - open: False - - type: AtmosDevice - joinedGrid: 2 - - uid: 5420 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,-263.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 9385 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-168.5 - parent: 2 - - type: GasValve - open: False - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FFD800FF' -- proto: GasVentPump - entities: - - uid: 576 - components: - - type: Transform - pos: -3.5,1.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 807 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-17.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 838 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-157.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 855 - components: - - type: Transform - pos: -1.5,-6.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 856 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-2.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 857 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-7.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13080 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 870 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,0.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 884 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,0.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 12935 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 905 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-46.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 921 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-57.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 954 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-42.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13110 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 977 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-30.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13109 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1004 - components: - - type: Transform - pos: 0.5,-22.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1057 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-160.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1123 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-49.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1138 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-31.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1141 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-42.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1238 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-62.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13117 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1278 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-360.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13421 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1279 - components: - - type: Transform - pos: -2.5,-11.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1323 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-79.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1325 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-62.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1373 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-56.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1375 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-189.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 14727 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1382 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-68.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1415 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-71.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13124 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1769 - components: - - type: Transform - pos: 0.5,-68.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1806 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-73.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 2076 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-54.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13116 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 2415 - components: - - type: Transform - pos: -4.5,-324.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 2638 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-289.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3011 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-25.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3018 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-52.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3040 - components: - - type: Transform - pos: 0.5,-184.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3110 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-13.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3333 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-76.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3351 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-81.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13147 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3352 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-81.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3371 - components: - - type: Transform - pos: -5.5,-86.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13151 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3372 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-91.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13152 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3373 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-88.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3374 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-96.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3391 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-100.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3392 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-96.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13148 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3393 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-103.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3403 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-106.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3436 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-110.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13161 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3437 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-109.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13161 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3438 - components: - - type: Transform - pos: -3.5,-107.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3451 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-110.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3452 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-110.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3457 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-116.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13171 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3474 - components: - - type: Transform - pos: -6.5,-113.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13161 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3475 - components: - - type: Transform - pos: -6.5,-116.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13161 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3476 - components: - - type: Transform - pos: -6.5,-119.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13168 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3477 - components: - - type: Transform - pos: -6.5,-122.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13168 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3478 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-125.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13168 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3480 - components: - - type: Transform - pos: 0.5,-124.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13168 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3481 - components: - - type: Transform - pos: 0.5,-130.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3482 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-133.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3483 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-120.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13165 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3626 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-116.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13166 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3650 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-138.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13182 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4016 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-136.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13176 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4018 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-138.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4020 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-138.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4031 - components: - - type: Transform - pos: -4.5,-136.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13187 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4033 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-141.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13185 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4051 - components: - - type: Transform - pos: -4.5,-38.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4072 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-154.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4146 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-187.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4148 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-181.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4195 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-19.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4202 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,-256.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 15292 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4234 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-127.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4360 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-88.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13150 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4558 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-152.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4559 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-152.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13189 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4567 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-149.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4568 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-146.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13180 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4905 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-204.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13252 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4950 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,-248.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 15292 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4967 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-205.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13244 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4992 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,-243.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5057 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-241.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5063 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-235.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5082 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-189.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13241 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5083 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-194.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13249 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5108 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-197.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13251 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5110 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-202.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13252 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5121 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-202.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13252 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5126 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-208.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5127 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-202.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13247 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5153 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-214.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5156 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-219.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13262 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5160 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-219.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13263 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5161 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-221.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13269 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5163 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-230.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13261 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5164 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-230.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13260 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5199 - components: - - type: Transform - pos: 0.5,-228.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5251 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-178.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13211 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5260 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-175.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 8201 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5261 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-175.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13213 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5288 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-175.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5293 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-163.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5302 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-166.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13218 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5307 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-163.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 6036 - components: - - type: Transform - pos: 0.5,-34.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13110 - - 13109 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 6727 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-251.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 6904 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-18.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 6905 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-178.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 6915 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-15.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13105 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 7504 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-262.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 7506 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-265.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 7769 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,-263.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 8066 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-260.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 8070 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-243.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 8071 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-243.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 15279 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 8113 - components: - - type: Transform - pos: 0.5,-238.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 8123 - components: - - type: Transform - pos: 0.5,-211.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 8157 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-260.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 8314 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-248.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 15280 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 8431 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-165.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 8877 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-268.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 10658 - components: - - type: Transform - pos: -6.5,-338.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 5925 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 10811 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-354.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 10869 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-343.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 10976 - components: - - type: Transform - pos: 7.5,-337.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12093 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,-260.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 16979 - - type: AtmosDevice - joinedGrid: 2 - - uid: 12142 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-2.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12273 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-295.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12275 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-348.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12305 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-277.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13341 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12333 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-273.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13322 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12341 - components: - - type: Transform - pos: 0.5,-274.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13317 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12345 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-284.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12349 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-284.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12356 - components: - - type: Transform - pos: 0.5,-286.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13333 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12362 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-287.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13335 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12367 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-271.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 2277 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12382 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-297.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12428 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-315.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13374 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12429 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-321.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12430 - components: - - type: Transform - pos: 0.5,-318.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13370 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12470 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-307.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 8432 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12474 - components: - - type: Transform - pos: 5.5,-265.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12501 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-306.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13365 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12508 - components: - - type: Transform - pos: 6.5,-304.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13383 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12540 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-311.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12568 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-311.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12577 - components: - - type: Transform - pos: 9.5,-304.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12580 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-303.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13382 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12603 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-330.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12637 - components: - - type: Transform - pos: 0.5,-292.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12641 - components: - - type: Transform - pos: 0.5,-324.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12652 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-327.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12705 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-297.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13358 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12718 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-330.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12754 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-356.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13421 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12895 - components: - - type: Transform - pos: 0.5,-344.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12897 - components: - - type: Transform - pos: 0.5,-340.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 11906 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12898 - components: - - type: Transform - pos: 0.5,-329.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13391 - - 11906 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12918 - components: - - type: Transform - pos: 0.5,-351.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12920 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-345.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13402 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12932 - components: - - type: Transform - pos: 4.5,-357.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13421 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12943 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-356.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13421 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12984 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-363.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13421 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12985 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-366.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13421 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12986 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-370.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13426 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12987 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-370.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13426 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12988 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-366.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13421 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12989 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-363.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13421 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12994 - components: - - type: Transform - pos: 1.5,-365.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13429 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12997 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-367.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 13077 - components: - - type: Transform - pos: -3.5,-368.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 13079 - components: - - type: Transform - pos: 4.5,-368.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 13145 - components: - - type: Transform - pos: 6.5,-88.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13146 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 13207 - components: - - type: Transform - pos: 0.5,-167.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13209 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 13237 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-197.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13239 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 14825 - components: - - type: Transform - pos: 5.5,-22.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 14826 - components: - - type: Transform - pos: -4.5,-22.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 14835 - components: - - type: Transform - pos: 5.5,-49.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 14847 - components: - - type: Transform - pos: -4.5,-76.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 14848 - components: - - type: Transform - pos: 5.5,-76.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 14861 - components: - - type: Transform - pos: 5.5,-103.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 14862 - components: - - type: Transform - pos: -4.5,-103.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 14885 - components: - - type: Transform - pos: -4.5,-130.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 14889 - components: - - type: Transform - pos: 5.5,-130.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 14950 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-132.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 15049 - components: - - type: Transform - pos: -4.5,-184.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 15098 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-190.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 15112 - components: - - type: Transform - pos: -4.5,-157.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 15119 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-157.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 15195 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-292.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 15284 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-254.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 15282 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 16512 - components: - - type: Transform - pos: -1.5,-168.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 16679 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-360.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13421 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 16990 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-243.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 16971 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' -- proto: GasVentScrubber - entities: - - uid: 583 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-19.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 611 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-15.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13105 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 620 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-1.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 645 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-14.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 665 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-16.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 742 - components: - - type: Transform - pos: 5.5,1.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 747 - components: - - type: Transform - pos: 2.5,-6.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13080 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 751 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,1.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 769 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-2.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 770 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-6.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1022 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-73.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1139 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-29.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1155 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-30.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13109 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1191 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-34.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13110 - - 13109 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1201 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-36.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1207 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-46.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1222 - components: - - type: Transform - pos: 1.5,-25.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1239 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-38.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13110 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1283 - components: - - type: Transform - pos: 6.5,-57.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1292 - components: - - type: Transform - pos: 1.5,-52.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1299 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-63.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1324 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-10.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1326 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-63.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13117 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1332 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-66.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1378 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-191.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 14727 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1383 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-69.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1409 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-72.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13124 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1612 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,-263.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1825 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,1.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 12935 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 2797 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-289.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3027 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-309.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 8432 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3261 - components: - - type: Transform - pos: -7.5,-84.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13151 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3262 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-88.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13151 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3279 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-87.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3281 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-98.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3284 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-92.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13152 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3285 - components: - - type: Transform - pos: -3.5,-81.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3309 - components: - - type: Transform - pos: 1.5,-79.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3310 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-82.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13147 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3314 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-97.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13148 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3326 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-100.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3513 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-122.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13168 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3549 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-108.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13161 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3550 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-113.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13161 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3551 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-116.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13161 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3552 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-119.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13168 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3553 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-125.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13168 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3598 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-127.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3599 - components: - - type: Transform - pos: -0.5,-117.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13171 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3600 - components: - - type: Transform - pos: -0.5,-120.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13165 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3603 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-123.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13168 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3608 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-120.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13168 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3622 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-110.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3623 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-115.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3630 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-110.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13161 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3631 - components: - - type: Transform - pos: 1.5,-106.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3632 - components: - - type: Transform - pos: -4.5,-107.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3637 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-108.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3647 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-137.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13176 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3672 - components: - - type: Transform - pos: 1.5,-133.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3874 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-139.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3944 - components: - - type: Transform - pos: 1.5,-160.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3954 - components: - - type: Transform - pos: 6.5,-138.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13182 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3980 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-141.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13180 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3982 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-135.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3993 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-140.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13185 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4012 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-148.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4013 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-154.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4037 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-135.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13187 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4050 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-43.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4055 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-59.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4056 - components: - - type: Transform - pos: -4.5,-54.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13116 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4149 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-181.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4150 - components: - - type: Transform - pos: 1.5,-187.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4171 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-17.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 4508 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-88.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13146 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4509 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-86.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13150 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4554 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-152.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4556 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-151.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13189 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4670 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-201.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13252 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4942 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-235.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4943 - components: - - type: Transform - pos: 1.5,-214.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4981 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-205.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13252 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5068 - components: - - type: Transform - pos: -2.5,-204.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13252 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5069 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-208.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5070 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-206.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13244 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5071 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-200.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13247 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5072 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-194.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13249 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5073 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-190.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13241 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5107 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-197.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13251 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5178 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-229.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13261 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5179 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-229.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13260 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5185 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-229.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13269 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5188 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-220.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13263 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5189 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-220.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13262 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5190 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-220.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13269 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5225 - components: - - type: Transform - pos: -6.5,-178.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5252 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-178.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13211 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5275 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-174.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13213 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5277 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-175.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 8201 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5301 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-168.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13218 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5312 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-163.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5346 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-172.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 8201 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 6198 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 15.5,-243.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 7453 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-262.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 7476 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-256.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 15292 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 7563 - components: - - type: Transform - pos: 10.5,-253.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 7776 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,-249.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 15292 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 7823 - components: - - type: Transform - pos: -3.5,-243.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 7881 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-172.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 7882 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-179.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 8063 - components: - - type: Transform - pos: -3.5,-260.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 8089 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-256.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 15280 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 8091 - components: - - type: Transform - pos: 4.5,-243.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 15279 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 8209 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-260.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 8883 - components: - - type: Transform - pos: 1.5,-268.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 9953 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-297.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 10972 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-342.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 10973 - components: - - type: Transform - pos: 6.5,-337.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 11912 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-361.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13421 - - type: AtmosDevice - joinedGrid: 2 - - uid: 12134 - components: - - type: Transform - pos: 1.5,-241.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12224 - components: - - type: Transform - pos: 7.5,-281.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13341 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12240 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-284.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12246 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-287.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12297 - components: - - type: Transform - pos: -5.5,-274.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 2277 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12298 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-284.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13335 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12322 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-271.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13322 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12340 - components: - - type: Transform - pos: 1.5,-274.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13317 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12355 - components: - - type: Transform - pos: -0.5,-286.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13333 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12375 - components: - - type: Transform - pos: 1.5,-295.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12399 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-321.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12433 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-314.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13374 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12444 - components: - - type: Transform - pos: 4.5,-318.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12502 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-308.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13365 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12507 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-310.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12530 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-319.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13370 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12564 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-301.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13383 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12581 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-304.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13382 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12621 - components: - - type: Transform - pos: -5.5,-297.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12653 - components: - - type: Transform - pos: 1.5,-327.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12704 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-298.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13358 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12721 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-331.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12782 - components: - - type: Transform - pos: -4.5,-330.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12798 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-340.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 11906 - - 5925 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12811 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-348.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12812 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-346.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12813 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-344.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13402 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12896 - components: - - type: Transform - pos: 1.5,-329.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13391 - - 11906 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12914 - components: - - type: Transform - pos: 1.5,-354.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12933 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-357.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13421 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12944 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-357.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13421 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 13039 - components: - - type: Transform - pos: 7.5,-360.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13421 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 13040 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-363.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13421 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 13041 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-363.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13421 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 13053 - components: - - type: Transform - pos: 0.5,-365.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13429 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 13055 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-367.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 13067 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-366.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13421 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 13068 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-366.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13421 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 13081 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-361.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13421 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 13082 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-361.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13421 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 13088 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-371.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13426 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 13094 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-371.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13426 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 13208 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-167.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13209 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 13236 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-200.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13239 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 14049 - components: - - type: Transform - pos: -2.5,-165.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 14427 - components: - - type: Transform - pos: 14.5,-61.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 14428 - components: - - type: Transform - pos: 16.5,-61.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 14609 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,-259.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 16979 - - type: AtmosDevice - joinedGrid: 2 - - uid: 15161 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-116.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 15283 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-257.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 15282 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 16511 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-169.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 16999 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-248.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 17001 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-248.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 16971 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' -- proto: GasVolumePump - entities: - - uid: 8178 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,-262.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 -- proto: Gateway - entities: - - uid: 2226 - components: - - type: Transform - pos: -0.5,-113.5 - parent: 2 - - uid: 5317 - components: - - type: Transform - pos: -3.5,-254.5 - parent: 2 - - uid: 10659 - components: - - type: Transform - pos: -4.5,-330.5 - parent: 2 - - uid: 10754 - components: - - type: Transform - pos: 4.5,-15.5 - parent: 2 -- proto: Gauze - entities: - - uid: 3682 - components: - - type: Transform - pos: 3.5643053,-171.28004 - parent: 2 - - uid: 3697 - components: - - type: Transform - pos: 3.3926184,-171.42528 - parent: 2 -- proto: GeneratorRTG - entities: - - uid: 9439 - components: - - type: Transform - pos: 21.5,-308.5 - parent: 2 - - uid: 9539 - components: - - type: Transform - pos: 21.5,-306.5 - parent: 2 -- proto: GravityGenerator - entities: - - uid: 8925 - components: - - type: Transform - pos: 16.5,-264.5 - parent: 2 -- proto: Grille - entities: - - uid: 4 - components: - - type: Transform - pos: -0.5,4.5 - parent: 2 - - uid: 5 - components: - - type: Transform - pos: 0.5,4.5 - parent: 2 - - uid: 6 - components: - - type: Transform - pos: 1.5,4.5 - parent: 2 - - uid: 7 - components: - - type: Transform - pos: -1.5,3.5 - parent: 2 - - uid: 8 - components: - - type: Transform - pos: 2.5,3.5 - parent: 2 - - uid: 117 - components: - - type: Transform - pos: 7.5,-5.5 - parent: 2 - - uid: 151 - components: - - type: Transform - pos: 7.5,-7.5 - parent: 2 - - uid: 152 - components: - - type: Transform - pos: 7.5,-6.5 - parent: 2 - - uid: 234 - components: - - type: Transform - pos: -6.5,-7.5 - parent: 2 - - uid: 235 - components: - - type: Transform - pos: -6.5,-6.5 - parent: 2 - - uid: 236 - components: - - type: Transform - pos: -6.5,-5.5 - parent: 2 - - uid: 237 - components: - - type: Transform - pos: -6.5,-9.5 - parent: 2 - - uid: 238 - components: - - type: Transform - pos: -6.5,-10.5 - parent: 2 - - uid: 239 - components: - - type: Transform - pos: -6.5,-11.5 - parent: 2 - - uid: 326 - components: - - type: Transform - pos: 2.5,-174.5 - parent: 2 - - uid: 365 - components: - - type: Transform - pos: 7.5,-8.5 - parent: 2 - - uid: 386 - components: - - type: Transform - pos: 4.5,-0.5 - parent: 2 - - uid: 388 - components: - - type: Transform - pos: 6.5,-0.5 - parent: 2 - - uid: 509 - components: - - type: Transform - pos: 7.5,-39.5 - parent: 2 - - uid: 511 - components: - - type: Transform - pos: 7.5,-41.5 - parent: 2 - - uid: 512 - components: - - type: Transform - pos: 7.5,-38.5 - parent: 2 - - uid: 531 - components: - - type: Transform - pos: -6.5,-39.5 - parent: 2 - - uid: 586 - components: - - type: Transform - pos: 7.5,-40.5 - parent: 2 - - uid: 912 - components: - - type: Transform - pos: -7.5,-66.5 - parent: 2 - - uid: 919 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,18.5 - parent: 2 - - uid: 947 - components: - - type: Transform - pos: -7.5,-65.5 - parent: 2 - - uid: 962 - components: - - type: Transform - pos: -7.5,-60.5 - parent: 2 - - uid: 970 - components: - - type: Transform - pos: -7.5,-58.5 - parent: 2 - - uid: 974 - components: - - type: Transform - pos: -7.5,-67.5 - parent: 2 - - uid: 985 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,14.5 - parent: 2 - - uid: 1027 - components: - - type: Transform - pos: -7.5,-59.5 - parent: 2 - - uid: 1064 - components: - - type: Transform - pos: -7.5,-57.5 - parent: 2 - - uid: 1124 - components: - - type: Transform - pos: -7.5,-68.5 - parent: 2 - - uid: 1143 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,24.5 - parent: 2 - - uid: 1225 - components: - - type: Transform - pos: 8.5,-68.5 - parent: 2 - - uid: 1257 - components: - - type: Transform - pos: 5.5,-230.5 - parent: 2 - - uid: 1381 - components: - - type: Transform - pos: -6.5,-72.5 - parent: 2 - - uid: 1422 - components: - - type: Transform - pos: 0.5,-83.5 - parent: 2 - - uid: 1432 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-285.5 - parent: 2 - - uid: 1460 - components: - - type: Transform - pos: -4.5,-231.5 - parent: 2 - - uid: 1479 - components: - - type: Transform - pos: 7.5,-61.5 - parent: 2 - - uid: 1480 - components: - - type: Transform - pos: 8.5,-55.5 - parent: 2 - - uid: 1481 - components: - - type: Transform - pos: 8.5,-56.5 - parent: 2 - - uid: 1482 - components: - - type: Transform - pos: 8.5,-57.5 - parent: 2 - - uid: 1500 - components: - - type: Transform - pos: -10.5,-87.5 - parent: 2 - - uid: 1501 - components: - - type: Transform - pos: -10.5,-85.5 - parent: 2 - - uid: 1503 - components: - - type: Transform - pos: -7.5,-90.5 - parent: 2 - - uid: 1504 - components: - - type: Transform - pos: -7.5,-82.5 - parent: 2 - - uid: 1520 - components: - - type: Transform - pos: 7.5,-82.5 - parent: 2 - - uid: 1521 - components: - - type: Transform - pos: 7.5,-83.5 - parent: 2 - - uid: 1522 - components: - - type: Transform - pos: 7.5,-84.5 - parent: 2 - - uid: 1523 - components: - - type: Transform - pos: 7.5,-85.5 - parent: 2 - - uid: 1524 - components: - - type: Transform - pos: 7.5,-87.5 - parent: 2 - - uid: 1525 - components: - - type: Transform - pos: 7.5,-88.5 - parent: 2 - - uid: 1526 - components: - - type: Transform - pos: 7.5,-89.5 - parent: 2 - - uid: 1527 - components: - - type: Transform - pos: 7.5,-90.5 - parent: 2 - - uid: 1528 - components: - - type: Transform - pos: 7.5,-91.5 - parent: 2 - - uid: 1529 - components: - - type: Transform - pos: 7.5,-93.5 - parent: 2 - - uid: 1530 - components: - - type: Transform - pos: 7.5,-94.5 - parent: 2 - - uid: 1531 - components: - - type: Transform - pos: 7.5,-95.5 - parent: 2 - - uid: 1532 - components: - - type: Transform - pos: 7.5,-96.5 - parent: 2 - - uid: 1672 - components: - - type: Transform - pos: -6.5,-53.5 - parent: 2 - - uid: 1673 - components: - - type: Transform - pos: -5.5,-52.5 - parent: 2 - - uid: 1708 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-74.5 - parent: 2 - - uid: 1719 - components: - - type: Transform - pos: 0.5,-93.5 - parent: 2 - - uid: 1727 - components: - - type: Transform - pos: 1.5,-93.5 - parent: 2 - - uid: 1728 - components: - - type: Transform - pos: 1.5,-83.5 - parent: 2 - - uid: 1771 - components: - - type: Transform - pos: 7.5,-62.5 - parent: 2 - - uid: 1772 - components: - - type: Transform - pos: 7.5,-63.5 - parent: 2 - - uid: 1773 - components: - - type: Transform - pos: 7.5,-64.5 - parent: 2 - - uid: 1777 - components: - - type: Transform - pos: 8.5,-69.5 - parent: 2 - - uid: 1963 - components: - - type: Transform - pos: -7.5,-139.5 - parent: 2 - - uid: 1973 - components: - - type: Transform - pos: -9.5,-108.5 - parent: 2 - - uid: 1975 - components: - - type: Transform - pos: -9.5,-109.5 - parent: 2 - - uid: 1977 - components: - - type: Transform - pos: -9.5,-112.5 - parent: 2 - - uid: 1978 - components: - - type: Transform - pos: -9.5,-113.5 - parent: 2 - - uid: 1979 - components: - - type: Transform - pos: -9.5,-115.5 - parent: 2 - - uid: 1980 - components: - - type: Transform - pos: -9.5,-116.5 - parent: 2 - - uid: 1981 - components: - - type: Transform - pos: -9.5,-118.5 - parent: 2 - - uid: 1982 - components: - - type: Transform - pos: -9.5,-119.5 - parent: 2 - - uid: 1983 - components: - - type: Transform - pos: -9.5,-121.5 - parent: 2 - - uid: 1984 - components: - - type: Transform - pos: -9.5,-122.5 - parent: 2 - - uid: 1985 - components: - - type: Transform - pos: -9.5,-124.5 - parent: 2 - - uid: 1986 - components: - - type: Transform - pos: -9.5,-125.5 - parent: 2 - - uid: 2131 - components: - - type: Transform - pos: -15.5,-167.5 - parent: 2 - - uid: 2148 - components: - - type: Transform - pos: -2.5,-121.5 - parent: 2 - - uid: 2177 - components: - - type: Transform - pos: -1.5,-122.5 - parent: 2 - - uid: 2180 - components: - - type: Transform - pos: -2.5,-120.5 - parent: 2 - - uid: 2182 - components: - - type: Transform - pos: 0.5,-122.5 - parent: 2 - - uid: 2183 - components: - - type: Transform - pos: 1.5,-122.5 - parent: 2 - - uid: 2212 - components: - - type: Transform - pos: 7.5,-124.5 - parent: 2 - - uid: 2215 - components: - - type: Transform - pos: 7.5,-123.5 - parent: 2 - - uid: 2216 - components: - - type: Transform - pos: 7.5,-122.5 - parent: 2 - - uid: 2287 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,20.5 - parent: 2 - - uid: 2305 - components: - - type: Transform - pos: 2.5,-178.5 - parent: 2 - - uid: 2418 - components: - - type: Transform - pos: -9.5,-190.5 - parent: 2 - - uid: 2507 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-73.5 - parent: 2 - - uid: 2596 - components: - - type: Transform - pos: -4.5,-134.5 - parent: 2 - - uid: 2599 - components: - - type: Transform - pos: -7.5,-140.5 - parent: 2 - - uid: 2600 - components: - - type: Transform - pos: -7.5,-141.5 - parent: 2 - - uid: 2601 - components: - - type: Transform - pos: -7.5,-150.5 - parent: 2 - - uid: 2602 - components: - - type: Transform - pos: -7.5,-152.5 - parent: 2 - - uid: 2657 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-114.5 - parent: 2 - - uid: 2747 - components: - - type: Transform - pos: 1.5,-143.5 - parent: 2 - - uid: 2786 - components: - - type: Transform - pos: 7.5,-149.5 - parent: 2 - - uid: 2789 - components: - - type: Transform - pos: 9.5,-145.5 - parent: 2 - - uid: 2790 - components: - - type: Transform - pos: 9.5,-144.5 - parent: 2 - - uid: 2795 - components: - - type: Transform - pos: 9.5,-139.5 - parent: 2 - - uid: 2796 - components: - - type: Transform - pos: 9.5,-138.5 - parent: 2 - - uid: 2839 - components: - - type: Transform - pos: 1.5,-144.5 - parent: 2 - - uid: 2840 - components: - - type: Transform - pos: 1.5,-145.5 - parent: 2 - - uid: 2957 - components: - - type: Transform - pos: -16.5,-238.5 - parent: 2 - - uid: 2959 - components: - - type: Transform - pos: -8.5,-173.5 - parent: 2 - - uid: 2960 - components: - - type: Transform - pos: -8.5,-174.5 - parent: 2 - - uid: 2961 - components: - - type: Transform - pos: -8.5,-175.5 - parent: 2 - - uid: 2962 - components: - - type: Transform - pos: -8.5,-176.5 - parent: 2 - - uid: 2967 - components: - - type: Transform - pos: 9.5,-176.5 - parent: 2 - - uid: 2968 - components: - - type: Transform - pos: 9.5,-175.5 - parent: 2 - - uid: 2969 - components: - - type: Transform - pos: 9.5,-174.5 - parent: 2 - - uid: 2970 - components: - - type: Transform - pos: 9.5,-173.5 - parent: 2 - - uid: 2975 - components: - - type: Transform - pos: 8.5,-168.5 - parent: 2 - - uid: 2976 - components: - - type: Transform - pos: 8.5,-167.5 - parent: 2 - - uid: 2977 - components: - - type: Transform - pos: 8.5,-166.5 - parent: 2 - - uid: 2997 - components: - - type: Transform - pos: 2.5,-173.5 - parent: 2 - - uid: 3007 - components: - - type: Transform - pos: -10.5,-308.5 - parent: 2 - - uid: 3052 - components: - - type: Transform - pos: 2.5,-179.5 - parent: 2 - - uid: 3092 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-256.5 - parent: 2 - - uid: 3727 - components: - - type: Transform - pos: 4.5,-192.5 - parent: 2 - - uid: 3728 - components: - - type: Transform - pos: 4.5,-193.5 - parent: 2 - - uid: 3729 - components: - - type: Transform - pos: 4.5,-194.5 - parent: 2 - - uid: 3745 - components: - - type: Transform - pos: 4.5,-201.5 - parent: 2 - - uid: 3747 - components: - - type: Transform - pos: 4.5,-200.5 - parent: 2 - - uid: 3749 - components: - - type: Transform - pos: 4.5,-202.5 - parent: 2 - - uid: 3842 - components: - - type: Transform - pos: 9.5,-146.5 - parent: 2 - - uid: 3853 - components: - - type: Transform - pos: -1.5,-206.5 - parent: 2 - - uid: 3854 - components: - - type: Transform - pos: -1.5,-197.5 - parent: 2 - - uid: 3856 - components: - - type: Transform - pos: -6.5,-205.5 - parent: 2 - - uid: 3857 - components: - - type: Transform - pos: -6.5,-204.5 - parent: 2 - - uid: 3858 - components: - - type: Transform - pos: -6.5,-202.5 - parent: 2 - - uid: 3859 - components: - - type: Transform - pos: -6.5,-201.5 - parent: 2 - - uid: 3872 - components: - - type: Transform - pos: -3.5,-204.5 - parent: 2 - - uid: 3913 - components: - - type: Transform - pos: -7.5,-197.5 - parent: 2 - - uid: 3914 - components: - - type: Transform - pos: -7.5,-196.5 - parent: 2 - - uid: 3915 - components: - - type: Transform - pos: -7.5,-195.5 - parent: 2 - - uid: 3987 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,16.5 - parent: 2 - - uid: 4187 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-247.5 - parent: 2 - - uid: 4252 - components: - - type: Transform - pos: -1.5,-224.5 - parent: 2 - - uid: 4253 - components: - - type: Transform - pos: -1.5,-225.5 - parent: 2 - - uid: 4268 - components: - - type: Transform - pos: 2.5,-225.5 - parent: 2 - - uid: 4269 - components: - - type: Transform - pos: 2.5,-224.5 - parent: 2 - - uid: 4278 - components: - - type: Transform - pos: 5.5,-231.5 - parent: 2 - - uid: 4279 - components: - - type: Transform - pos: -4.5,-230.5 - parent: 2 - - uid: 4287 - components: - - type: Transform - pos: -4.5,-219.5 - parent: 2 - - uid: 4288 - components: - - type: Transform - pos: -4.5,-218.5 - parent: 2 - - uid: 4289 - components: - - type: Transform - pos: -4.5,-217.5 - parent: 2 - - uid: 4290 - components: - - type: Transform - pos: -3.5,-217.5 - parent: 2 - - uid: 4330 - components: - - type: Transform - pos: -4.5,-232.5 - parent: 2 - - uid: 4333 - components: - - type: Transform - pos: 5.5,-232.5 - parent: 2 - - uid: 4334 - components: - - type: Transform - pos: 4.5,-232.5 - parent: 2 - - uid: 4342 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-218.5 - parent: 2 - - uid: 4343 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-221.5 - parent: 2 - - uid: 4439 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-217.5 - parent: 2 - - uid: 4505 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-219.5 - parent: 2 - - uid: 4507 - components: - - type: Transform - pos: -3.5,-232.5 - parent: 2 - - uid: 5079 - components: - - type: Transform - pos: 10.5,-119.5 - parent: 2 - - uid: 5085 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,-339.5 - parent: 2 - - uid: 5209 - components: - - type: Transform - pos: 20.5,-258.5 - parent: 2 - - uid: 5282 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,-346.5 - parent: 2 - - uid: 5291 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,-345.5 - parent: 2 - - uid: 5501 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,-340.5 - parent: 2 - - uid: 5842 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-115.5 - parent: 2 - - uid: 5852 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-117.5 - parent: 2 - - uid: 6626 - components: - - type: Transform - pos: 9.5,-147.5 - parent: 2 - - uid: 6664 - components: - - type: Transform - pos: -9.5,-309.5 - parent: 2 - - uid: 6665 - components: - - type: Transform - pos: -9.5,-308.5 - parent: 2 - - uid: 6666 - components: - - type: Transform - pos: -9.5,-307.5 - parent: 2 - - uid: 6685 - components: - - type: Transform - pos: -18.5,-343.5 - parent: 2 - - uid: 6687 - components: - - type: Transform - pos: -18.5,-341.5 - parent: 2 - - uid: 6695 - components: - - type: Transform - pos: -17.5,-347.5 - parent: 2 - - uid: 6703 - components: - - type: Transform - pos: -19.5,-331.5 - parent: 2 - - uid: 6706 - components: - - type: Transform - pos: -20.5,-330.5 - parent: 2 - - uid: 6828 - components: - - type: Transform - pos: -15.5,-238.5 - parent: 2 - - uid: 6881 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-301.5 - parent: 2 - - uid: 6909 - components: - - type: Transform - pos: -14.5,-238.5 - parent: 2 - - uid: 7319 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-60.5 - parent: 2 - - uid: 7479 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,20.5 - parent: 2 - - uid: 7510 - components: - - type: Transform - pos: 12.5,-159.5 - parent: 2 - - uid: 7511 - components: - - type: Transform - pos: 12.5,-160.5 - parent: 2 - - uid: 7512 - components: - - type: Transform - pos: 18.5,-159.5 - parent: 2 - - uid: 7513 - components: - - type: Transform - pos: 18.5,-160.5 - parent: 2 - - uid: 7514 - components: - - type: Transform - pos: 18.5,-165.5 - parent: 2 - - uid: 7515 - components: - - type: Transform - pos: 18.5,-166.5 - parent: 2 - - uid: 7516 - components: - - type: Transform - pos: 12.5,-153.5 - parent: 2 - - uid: 7517 - components: - - type: Transform - pos: 12.5,-152.5 - parent: 2 - - uid: 7518 - components: - - type: Transform - pos: 18.5,-153.5 - parent: 2 - - uid: 7519 - components: - - type: Transform - pos: 18.5,-152.5 - parent: 2 - - uid: 7520 - components: - - type: Transform - pos: 18.5,-147.5 - parent: 2 - - uid: 7523 - components: - - type: Transform - pos: 18.5,-144.5 - parent: 2 - - uid: 7524 - components: - - type: Transform - pos: 12.5,-147.5 - parent: 2 - - uid: 7525 - components: - - type: Transform - pos: 12.5,-146.5 - parent: 2 - - uid: 7526 - components: - - type: Transform - pos: 12.5,-145.5 - parent: 2 - - uid: 7527 - components: - - type: Transform - pos: 12.5,-144.5 - parent: 2 - - uid: 7528 - components: - - type: Transform - pos: 12.5,-139.5 - parent: 2 - - uid: 7529 - components: - - type: Transform - pos: 12.5,-138.5 - parent: 2 - - uid: 7530 - components: - - type: Transform - pos: 18.5,-139.5 - parent: 2 - - uid: 7531 - components: - - type: Transform - pos: 18.5,-138.5 - parent: 2 - - uid: 7553 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-147.5 - parent: 2 - - uid: 7623 - components: - - type: Transform - pos: 20.5,-260.5 - parent: 2 - - uid: 7667 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-220.5 - parent: 2 - - uid: 7691 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-201.5 - parent: 2 - - uid: 7692 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-200.5 - parent: 2 - - uid: 7693 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-199.5 - parent: 2 - - uid: 7694 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-198.5 - parent: 2 - - uid: 7695 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-197.5 - parent: 2 - - uid: 7696 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-196.5 - parent: 2 - - uid: 7697 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-195.5 - parent: 2 - - uid: 7698 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-194.5 - parent: 2 - - uid: 7796 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-249.5 - parent: 2 - - uid: 7834 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-257.5 - parent: 2 - - uid: 7844 - components: - - type: Transform - pos: -8.5,-191.5 - parent: 2 - - uid: 7869 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-254.5 - parent: 2 - - uid: 7934 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,20.5 - parent: 2 - - uid: 8002 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-256.5 - parent: 2 - - uid: 8052 - components: - - type: Transform - pos: 20.5,-259.5 - parent: 2 - - uid: 8096 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,20.5 - parent: 2 - - uid: 8127 - components: - - type: Transform - pos: -8.5,-190.5 - parent: 2 - - uid: 8129 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-257.5 - parent: 2 - - uid: 8133 - components: - - type: Transform - pos: 14.5,-245.5 - parent: 2 - - uid: 8165 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-261.5 - parent: 2 - - uid: 8166 - components: - - type: Transform - pos: -8.5,-189.5 - parent: 2 - - uid: 8199 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-255.5 - parent: 2 - - uid: 8219 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-260.5 - parent: 2 - - uid: 8235 - components: - - type: Transform - pos: 16.5,-238.5 - parent: 2 - - uid: 8260 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,-329.5 - parent: 2 - - uid: 8394 - components: - - type: Transform - pos: -19.5,-336.5 - parent: 2 - - uid: 8413 - components: - - type: Transform - pos: -17.5,-348.5 - parent: 2 - - uid: 8415 - components: - - type: Transform - pos: -18.5,-340.5 - parent: 2 - - uid: 8417 - components: - - type: Transform - pos: -4.5,-289.5 - parent: 2 - - uid: 8425 - components: - - type: Transform - pos: -19.5,-334.5 - parent: 2 - - uid: 8450 - components: - - type: Transform - pos: -18.5,-338.5 - parent: 2 - - uid: 8455 - components: - - type: Transform - pos: -18.5,-344.5 - parent: 2 - - uid: 8508 - components: - - type: Transform - pos: -3.5,-273.5 - parent: 2 - - uid: 8510 - components: - - type: Transform - pos: -7.5,-286.5 - parent: 2 - - uid: 8511 - components: - - type: Transform - pos: -7.5,-285.5 - parent: 2 - - uid: 8529 - components: - - type: Transform - pos: -20.5,-327.5 - parent: 2 - - uid: 8545 - components: - - type: Transform - pos: -20.5,-329.5 - parent: 2 - - uid: 8609 - components: - - type: Transform - pos: -7.5,-284.5 - parent: 2 - - uid: 8610 - components: - - type: Transform - pos: -19.5,-335.5 - parent: 2 - - uid: 8613 - components: - - type: Transform - pos: -6.5,-280.5 - parent: 2 - - uid: 8614 - components: - - type: Transform - pos: -6.5,-279.5 - parent: 2 - - uid: 8615 - components: - - type: Transform - pos: -6.5,-278.5 - parent: 2 - - uid: 8624 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-286.5 - parent: 2 - - uid: 8637 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-276.5 - parent: 2 - - uid: 8640 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-275.5 - parent: 2 - - uid: 8659 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-284.5 - parent: 2 - - uid: 8665 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-272.5 - parent: 2 - - uid: 8667 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-274.5 - parent: 2 - - uid: 8680 - components: - - type: Transform - pos: -1.5,-282.5 - parent: 2 - - uid: 8695 - components: - - type: Transform - pos: -0.5,-283.5 - parent: 2 - - uid: 8790 - components: - - type: Transform - pos: 10.5,-279.5 - parent: 2 - - uid: 8802 - components: - - type: Transform - pos: 11.5,-279.5 - parent: 2 - - uid: 9002 - components: - - type: Transform - pos: 9.5,-279.5 - parent: 2 - - uid: 9016 - components: - - type: Transform - pos: 10.5,-118.5 - parent: 2 - - uid: 9391 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,22.5 - parent: 2 - - uid: 9392 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,23.5 - parent: 2 - - uid: 9434 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,18.5 - parent: 2 - - uid: 9435 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,25.5 - parent: 2 - - uid: 9505 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,-299.5 - parent: 2 - - uid: 9506 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,-298.5 - parent: 2 - - uid: 9507 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,-297.5 - parent: 2 - - uid: 9508 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,-298.5 - parent: 2 - - uid: 9509 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,-299.5 - parent: 2 - - uid: 9510 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,-297.5 - parent: 2 - - uid: 9523 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,-317.5 - parent: 2 - - uid: 9524 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,-316.5 - parent: 2 - - uid: 9525 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,-315.5 - parent: 2 - - uid: 9526 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,-315.5 - parent: 2 - - uid: 9527 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,-316.5 - parent: 2 - - uid: 9528 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,-317.5 - parent: 2 - - uid: 9529 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,-308.5 - parent: 2 - - uid: 9530 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,-306.5 - parent: 2 - - uid: 9531 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,-308.5 - parent: 2 - - uid: 9532 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,-307.5 - parent: 2 - - uid: 9533 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,-306.5 - parent: 2 - - uid: 9817 - components: - - type: Transform - pos: -10.5,-302.5 - parent: 2 - - uid: 9859 - components: - - type: Transform - pos: -10.5,-303.5 - parent: 2 - - uid: 9861 - components: - - type: Transform - pos: -10.5,-304.5 - parent: 2 - - uid: 9871 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-255.5 - parent: 2 - - uid: 9957 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-310.5 - parent: 2 - - uid: 9958 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-309.5 - parent: 2 - - uid: 9959 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-305.5 - parent: 2 - - uid: 9960 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-304.5 - parent: 2 - - uid: 9999 - components: - - type: Transform - pos: -7.5,-312.5 - parent: 2 - - uid: 10019 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-316.5 - parent: 2 - - uid: 10020 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-316.5 - parent: 2 - - uid: 10060 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-305.5 - parent: 2 - - uid: 10061 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-309.5 - parent: 2 - - uid: 10070 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-320.5 - parent: 2 - - uid: 10071 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-319.5 - parent: 2 - - uid: 10072 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-318.5 - parent: 2 - - uid: 10073 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-317.5 - parent: 2 - - uid: 10076 - components: - - type: Transform - pos: -8.5,-312.5 - parent: 2 - - uid: 10138 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-312.5 - parent: 2 - - uid: 10139 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-313.5 - parent: 2 - - uid: 10140 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-314.5 - parent: 2 - - uid: 10141 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-315.5 - parent: 2 - - uid: 10153 - components: - - type: Transform - pos: 11.5,-297.5 - parent: 2 - - uid: 10154 - components: - - type: Transform - pos: 11.5,-298.5 - parent: 2 - - uid: 10155 - components: - - type: Transform - pos: 11.5,-299.5 - parent: 2 - - uid: 10156 - components: - - type: Transform - pos: 11.5,-315.5 - parent: 2 - - uid: 10157 - components: - - type: Transform - pos: 11.5,-316.5 - parent: 2 - - uid: 10158 - components: - - type: Transform - pos: 11.5,-317.5 - parent: 2 - - uid: 10701 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,20.5 - parent: 2 - - uid: 10752 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-327.5 - parent: 2 - - uid: 10828 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-331.5 - parent: 2 - - uid: 10830 - components: - - type: Transform - pos: 1.5,-350.5 - parent: 2 - - uid: 10935 - components: - - type: Transform - pos: -19.5,-87.5 - parent: 2 - - uid: 10977 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-253.5 - parent: 2 - - uid: 11001 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,15.5 - parent: 2 - - uid: 11052 - components: - - type: Transform - pos: 1.5,-351.5 - parent: 2 - - uid: 11053 - components: - - type: Transform - pos: 1.5,-352.5 - parent: 2 - - uid: 11054 - components: - - type: Transform - pos: -0.5,-350.5 - parent: 2 - - uid: 11055 - components: - - type: Transform - pos: -0.5,-351.5 - parent: 2 - - uid: 11056 - components: - - type: Transform - pos: -0.5,-352.5 - parent: 2 - - uid: 11224 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-370.5 - parent: 2 - - uid: 11262 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-365.5 - parent: 2 - - uid: 11306 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-364.5 - parent: 2 - - uid: 11307 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-367.5 - parent: 2 - - uid: 11308 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-366.5 - parent: 2 - - uid: 11309 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-364.5 - parent: 2 - - uid: 11310 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-363.5 - parent: 2 - - uid: 11313 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-371.5 - parent: 2 - - uid: 11314 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-372.5 - parent: 2 - - uid: 11316 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-372.5 - parent: 2 - - uid: 11317 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-371.5 - parent: 2 - - uid: 11318 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-370.5 - parent: 2 - - uid: 11319 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-367.5 - parent: 2 - - uid: 11320 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-366.5 - parent: 2 - - uid: 11322 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-364.5 - parent: 2 - - uid: 11323 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-364.5 - parent: 2 - - uid: 11324 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-363.5 - parent: 2 - - uid: 11325 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-361.5 - parent: 2 - - uid: 11326 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-360.5 - parent: 2 - - uid: 11394 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-364.5 - parent: 2 - - uid: 11395 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-363.5 - parent: 2 - - uid: 11396 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-363.5 - parent: 2 - - uid: 11397 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-364.5 - parent: 2 - - uid: 11398 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-365.5 - parent: 2 - - uid: 11399 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-369.5 - parent: 2 - - uid: 11400 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-369.5 - parent: 2 - - uid: 11401 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-369.5 - parent: 2 - - uid: 11413 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-251.5 - parent: 2 - - uid: 11414 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-329.5 - parent: 2 - - uid: 11415 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-330.5 - parent: 2 - - uid: 11416 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-331.5 - parent: 2 - - uid: 11548 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,-330.5 - parent: 2 - - uid: 11880 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,-341.5 - parent: 2 - - uid: 11898 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,-335.5 - parent: 2 - - uid: 11981 - components: - - type: Transform - pos: -4.5,-381.5 - parent: 2 - - uid: 12111 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-259.5 - parent: 2 - - uid: 12243 - components: - - type: Transform - pos: 14.5,-246.5 - parent: 2 - - uid: 12473 - components: - - type: Transform - pos: 20.5,-245.5 - parent: 2 - - uid: 12518 - components: - - type: Transform - pos: 20.5,-246.5 - parent: 2 - - uid: 12609 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,-263.5 - parent: 2 - - uid: 12692 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-145.5 - parent: 2 - - uid: 12772 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,17.5 - parent: 2 - - uid: 13272 - components: - - type: Transform - pos: 17.5,-238.5 - parent: 2 - - uid: 13280 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,-343.5 - parent: 2 - - uid: 13286 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,-348.5 - parent: 2 - - uid: 13289 - components: - - type: Transform - pos: 14.5,-373.5 - parent: 2 - - uid: 13297 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-299.5 - parent: 2 - - uid: 13298 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-300.5 - parent: 2 - - uid: 13447 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,-340.5 - parent: 2 - - uid: 13455 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-113.5 - parent: 2 - - uid: 13459 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,-327.5 - parent: 2 - - uid: 13474 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,-334.5 - parent: 2 - - uid: 13820 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,-336.5 - parent: 2 - - uid: 13989 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,-332.5 - parent: 2 - - uid: 14000 - components: - - type: Transform - pos: 18.5,-238.5 - parent: 2 - - uid: 14008 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,-330.5 - parent: 2 - - uid: 14326 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-61.5 - parent: 2 - - uid: 14327 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-62.5 - parent: 2 - - uid: 14328 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-60.5 - parent: 2 - - uid: 14329 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-61.5 - parent: 2 - - uid: 14330 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-62.5 - parent: 2 - - uid: 14416 - components: - - type: Transform - pos: 14.5,-76.5 - parent: 2 - - uid: 14417 - components: - - type: Transform - pos: 16.5,-76.5 - parent: 2 - - uid: 14687 - components: - - type: Transform - pos: -14.5,-365.5 - parent: 2 - - uid: 14688 - components: - - type: Transform - pos: -13.5,-368.5 - parent: 2 - - uid: 14797 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-74.5 - parent: 2 - - uid: 14917 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-146.5 - parent: 2 - - uid: 15799 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,12.5 - parent: 2 - - uid: 15801 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,14.5 - parent: 2 - - uid: 15802 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,17.5 - parent: 2 - - uid: 15803 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,13.5 - parent: 2 - - uid: 15805 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,11.5 - parent: 2 - - uid: 15806 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,16.5 - parent: 2 - - uid: 15807 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,13.5 - parent: 2 - - uid: 15808 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,15.5 - parent: 2 - - uid: 15810 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,17.5 - parent: 2 - - uid: 15813 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,17.5 - parent: 2 - - uid: 15814 - components: - - type: Transform - pos: 6.5,-340.5 - parent: 2 - - uid: 15821 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,20.5 - parent: 2 - - uid: 15822 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,12.5 - parent: 2 - - uid: 15824 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,11.5 - parent: 2 - - uid: 15825 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,11.5 - parent: 2 - - uid: 15826 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,9.5 - parent: 2 - - uid: 15827 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,9.5 - parent: 2 - - uid: 15828 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,8.5 - parent: 2 - - uid: 15829 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,9.5 - parent: 2 - - uid: 15830 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,9.5 - parent: 2 - - uid: 15831 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,8.5 - parent: 2 - - uid: 15832 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,10.5 - parent: 2 - - uid: 15833 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,9.5 - parent: 2 - - uid: 15834 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,9.5 - parent: 2 - - uid: 15835 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,8.5 - parent: 2 - - uid: 15836 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,7.5 - parent: 2 - - uid: 15837 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,7.5 - parent: 2 - - uid: 15838 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,6.5 - parent: 2 - - uid: 15839 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,6.5 - parent: 2 - - uid: 15840 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,6.5 - parent: 2 - - uid: 15841 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,6.5 - parent: 2 - - uid: 15842 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,7.5 - parent: 2 - - uid: 15843 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,7.5 - parent: 2 - - uid: 15844 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,8.5 - parent: 2 - - uid: 15845 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,9.5 - parent: 2 - - uid: 15846 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,9.5 - parent: 2 - - uid: 15847 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,10.5 - parent: 2 - - uid: 15848 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,11.5 - parent: 2 - - uid: 15849 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,11.5 - parent: 2 - - uid: 15850 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,11.5 - parent: 2 - - uid: 15852 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,11.5 - parent: 2 - - uid: 15853 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,11.5 - parent: 2 - - uid: 15902 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,-0.5 - parent: 2 - - uid: 15903 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,-0.5 - parent: 2 - - uid: 15904 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,0.5 - parent: 2 - - uid: 15905 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,0.5 - parent: 2 - - uid: 15906 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,1.5 - parent: 2 - - uid: 15907 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,1.5 - parent: 2 - - uid: 15910 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-0.5 - parent: 2 - - uid: 15911 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,-0.5 - parent: 2 - - uid: 15912 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,0.5 - parent: 2 - - uid: 15913 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,0.5 - parent: 2 - - uid: 15914 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,1.5 - parent: 2 - - uid: 15915 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,1.5 - parent: 2 - - uid: 15924 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-27.5 - parent: 2 - - uid: 15925 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-27.5 - parent: 2 - - uid: 15926 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-27.5 - parent: 2 - - uid: 15927 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-27.5 - parent: 2 - - uid: 15940 - components: - - type: Transform - pos: 18.5,-6.5 - parent: 2 - - uid: 15943 - components: - - type: Transform - pos: 18.5,-4.5 - parent: 2 - - uid: 15944 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-26.5 - parent: 2 - - uid: 15948 - components: - - type: Transform - pos: -19.5,-137.5 - parent: 2 - - uid: 15961 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,-26.5 - parent: 2 - - uid: 15962 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-26.5 - parent: 2 - - uid: 15967 - components: - - type: Transform - pos: -17.5,8.5 - parent: 2 - - uid: 15968 - components: - - type: Transform - pos: -17.5,-5.5 - parent: 2 - - uid: 15969 - components: - - type: Transform - pos: -17.5,-4.5 - parent: 2 - - uid: 15975 - components: - - type: Transform - pos: -17.5,7.5 - parent: 2 - - uid: 15976 - components: - - type: Transform - pos: -16.5,10.5 - parent: 2 - - uid: 15977 - components: - - type: Transform - pos: -17.5,6.5 - parent: 2 - - uid: 15978 - components: - - type: Transform - pos: -17.5,3.5 - parent: 2 - - uid: 15979 - components: - - type: Transform - pos: -17.5,-7.5 - parent: 2 - - uid: 15980 - components: - - type: Transform - pos: -17.5,2.5 - parent: 2 - - uid: 15981 - components: - - type: Transform - pos: -17.5,-1.5 - parent: 2 - - uid: 16005 - components: - - type: Transform - pos: -19.5,-85.5 - parent: 2 - - uid: 16006 - components: - - type: Transform - pos: -19.5,-88.5 - parent: 2 - - uid: 16007 - components: - - type: Transform - pos: -20.5,-82.5 - parent: 2 - - uid: 16008 - components: - - type: Transform - pos: -17.5,-99.5 - parent: 2 - - uid: 16110 - components: - - type: Transform - pos: -17.5,-127.5 - parent: 2 - - uid: 16111 - components: - - type: Transform - pos: -20.5,-107.5 - parent: 2 - - uid: 16112 - components: - - type: Transform - pos: -17.5,-125.5 - parent: 2 - - uid: 16113 - components: - - type: Transform - pos: -17.5,-124.5 - parent: 2 - - uid: 16114 - components: - - type: Transform - pos: -18.5,-121.5 - parent: 2 - - uid: 16115 - components: - - type: Transform - pos: -18.5,-120.5 - parent: 2 - - uid: 16116 - components: - - type: Transform - pos: -18.5,-119.5 - parent: 2 - - uid: 16117 - components: - - type: Transform - pos: -19.5,-115.5 - parent: 2 - - uid: 16118 - components: - - type: Transform - pos: -19.5,-114.5 - parent: 2 - - uid: 16119 - components: - - type: Transform - pos: -19.5,-113.5 - parent: 2 - - uid: 16120 - components: - - type: Transform - pos: -19.5,-111.5 - parent: 2 - - uid: 16121 - components: - - type: Transform - pos: -20.5,-108.5 - parent: 2 - - uid: 16122 - components: - - type: Transform - pos: -19.5,-84.5 - parent: 2 - - uid: 16123 - components: - - type: Transform - pos: -18.5,-91.5 - parent: 2 - - uid: 16124 - components: - - type: Transform - pos: -18.5,-95.5 - parent: 2 - - uid: 16125 - components: - - type: Transform - pos: -18.5,-96.5 - parent: 2 - - uid: 16126 - components: - - type: Transform - pos: -18.5,-93.5 - parent: 2 - - uid: 16127 - components: - - type: Transform - pos: -20.5,-80.5 - parent: 2 - - uid: 16128 - components: - - type: Transform - pos: -20.5,-79.5 - parent: 2 - - uid: 16129 - components: - - type: Transform - pos: -17.5,-73.5 - parent: 2 - - uid: 16131 - components: - - type: Transform - pos: -17.5,-71.5 - parent: 2 - - uid: 16133 - components: - - type: Transform - pos: -18.5,-68.5 - parent: 2 - - uid: 16134 - components: - - type: Transform - pos: -19.5,-138.5 - parent: 2 - - uid: 16135 - components: - - type: Transform - pos: -18.5,-67.5 - parent: 2 - - uid: 16138 - components: - - type: Transform - pos: -18.5,-64.5 - parent: 2 - - uid: 16139 - components: - - type: Transform - pos: -19.5,-61.5 - parent: 2 - - uid: 16140 - components: - - type: Transform - pos: -19.5,-60.5 - parent: 2 - - uid: 16141 - components: - - type: Transform - pos: -19.5,-58.5 - parent: 2 - - uid: 16142 - components: - - type: Transform - pos: -19.5,-57.5 - parent: 2 - - uid: 16148 - components: - - type: Transform - pos: -20.5,-134.5 - parent: 2 - - uid: 16149 - components: - - type: Transform - pos: -20.5,-55.5 - parent: 2 - - uid: 16151 - components: - - type: Transform - pos: -20.5,-54.5 - parent: 2 - - uid: 16153 - components: - - type: Transform - pos: -20.5,-52.5 - parent: 2 - - uid: 16189 - components: - - type: Transform - pos: 18.5,8.5 - parent: 2 - - uid: 16190 - components: - - type: Transform - pos: 18.5,7.5 - parent: 2 - - uid: 16191 - components: - - type: Transform - pos: 18.5,6.5 - parent: 2 - - uid: 16192 - components: - - type: Transform - pos: 18.5,-5.5 - parent: 2 - - uid: 16193 - components: - - type: Transform - pos: 18.5,1.5 - parent: 2 - - uid: 16201 - components: - - type: Transform - pos: 18.5,-1.5 - parent: 2 - - uid: 16202 - components: - - type: Transform - pos: 18.5,-0.5 - parent: 2 - - uid: 16220 - components: - - type: Transform - pos: 19.5,-26.5 - parent: 2 - - uid: 16222 - components: - - type: Transform - pos: 19.5,-27.5 - parent: 2 - - uid: 16224 - components: - - type: Transform - pos: 20.5,-29.5 - parent: 2 - - uid: 16226 - components: - - type: Transform - pos: 20.5,-30.5 - parent: 2 - - uid: 16227 - components: - - type: Transform - pos: 21.5,-32.5 - parent: 2 - - uid: 16228 - components: - - type: Transform - pos: 21.5,-34.5 - parent: 2 - - uid: 16229 - components: - - type: Transform - pos: 21.5,-35.5 - parent: 2 - - uid: 16230 - components: - - type: Transform - pos: 21.5,-36.5 - parent: 2 - - uid: 16231 - components: - - type: Transform - pos: 21.5,-38.5 - parent: 2 - - uid: 16232 - components: - - type: Transform - pos: 21.5,-39.5 - parent: 2 - - uid: 16233 - components: - - type: Transform - pos: 21.5,-40.5 - parent: 2 - - uid: 16234 - components: - - type: Transform - pos: 20.5,-44.5 - parent: 2 - - uid: 16235 - components: - - type: Transform - pos: 20.5,-43.5 - parent: 2 - - uid: 16236 - components: - - type: Transform - pos: 21.5,-52.5 - parent: 2 - - uid: 16237 - components: - - type: Transform - pos: 21.5,-53.5 - parent: 2 - - uid: 16238 - components: - - type: Transform - pos: 21.5,-54.5 - parent: 2 - - uid: 16239 - components: - - type: Transform - pos: 20.5,-56.5 - parent: 2 - - uid: 16240 - components: - - type: Transform - pos: 20.5,-57.5 - parent: 2 - - uid: 16241 - components: - - type: Transform - pos: 20.5,-58.5 - parent: 2 - - uid: 16242 - components: - - type: Transform - pos: 20.5,-60.5 - parent: 2 - - uid: 16243 - components: - - type: Transform - pos: 20.5,-61.5 - parent: 2 - - uid: 16244 - components: - - type: Transform - pos: 18.5,-97.5 - parent: 2 - - uid: 16245 - components: - - type: Transform - pos: 21.5,-81.5 - parent: 2 - - uid: 16246 - components: - - type: Transform - pos: 19.5,-66.5 - parent: 2 - - uid: 16247 - components: - - type: Transform - pos: 19.5,-67.5 - parent: 2 - - uid: 16248 - components: - - type: Transform - pos: 19.5,-68.5 - parent: 2 - - uid: 16249 - components: - - type: Transform - pos: 19.5,-72.5 - parent: 2 - - uid: 16250 - components: - - type: Transform - pos: 19.5,-71.5 - parent: 2 - - uid: 16251 - components: - - type: Transform - pos: 21.5,-80.5 - parent: 2 - - uid: 16252 - components: - - type: Transform - pos: 20.5,-83.5 - parent: 2 - - uid: 16253 - components: - - type: Transform - pos: 20.5,-84.5 - parent: 2 - - uid: 16254 - components: - - type: Transform - pos: 20.5,-85.5 - parent: 2 - - uid: 16255 - components: - - type: Transform - pos: 20.5,-86.5 - parent: 2 - - uid: 16256 - components: - - type: Transform - pos: 18.5,-98.5 - parent: 2 - - uid: 16257 - components: - - type: Transform - pos: 19.5,-91.5 - parent: 2 - - uid: 16258 - components: - - type: Transform - pos: 19.5,-92.5 - parent: 2 - - uid: 16259 - components: - - type: Transform - pos: 19.5,-93.5 - parent: 2 - - uid: 16260 - components: - - type: Transform - pos: 21.5,-106.5 - parent: 2 - - uid: 16261 - components: - - type: Transform - pos: 18.5,-124.5 - parent: 2 - - uid: 16262 - components: - - type: Transform - pos: 20.5,-109.5 - parent: 2 - - uid: 16263 - components: - - type: Transform - pos: 20.5,-110.5 - parent: 2 - - uid: 16264 - components: - - type: Transform - pos: 20.5,-111.5 - parent: 2 - - uid: 16265 - components: - - type: Transform - pos: 20.5,-113.5 - parent: 2 - - uid: 16266 - components: - - type: Transform - pos: 19.5,-117.5 - parent: 2 - - uid: 16267 - components: - - type: Transform - pos: 19.5,-118.5 - parent: 2 - - uid: 16268 - components: - - type: Transform - pos: 19.5,-119.5 - parent: 2 - - uid: 16269 - components: - - type: Transform - pos: 18.5,-125.5 - parent: 2 - - uid: 16270 - components: - - type: Transform - pos: -20.5,-133.5 - parent: 2 - - uid: 16271 - components: - - type: Transform - pos: -20.5,-135.5 - parent: 2 - - uid: 16272 - components: - - type: Transform - pos: -19.5,-139.5 - parent: 2 - - uid: 16273 - components: - - type: Transform - pos: -19.5,-140.5 - parent: 2 - - uid: 16274 - components: - - type: Transform - pos: -19.5,-142.5 - parent: 2 - - uid: 16275 - components: - - type: Transform - pos: -19.5,-143.5 - parent: 2 - - uid: 16276 - components: - - type: Transform - pos: -18.5,-145.5 - parent: 2 - - uid: 16277 - components: - - type: Transform - pos: -18.5,-146.5 - parent: 2 - - uid: 16278 - components: - - type: Transform - pos: -18.5,-147.5 - parent: 2 - - uid: 16279 - components: - - type: Transform - pos: -18.5,-149.5 - parent: 2 - - uid: 16280 - components: - - type: Transform - pos: -18.5,-150.5 - parent: 2 - - uid: 16281 - components: - - type: Transform - pos: -17.5,-151.5 - parent: 2 - - uid: 16282 - components: - - type: Transform - pos: -17.5,-152.5 - parent: 2 - - uid: 16283 - components: - - type: Transform - pos: -17.5,-153.5 - parent: 2 - - uid: 16284 - components: - - type: Transform - pos: -17.5,-154.5 - parent: 2 - - uid: 16295 - components: - - type: Transform - pos: -19.5,-164.5 - parent: 2 - - uid: 16317 - components: - - type: Transform - pos: -20.5,-160.5 - parent: 2 - - uid: 16318 - components: - - type: Transform - pos: -20.5,-161.5 - parent: 2 - - uid: 16319 - components: - - type: Transform - pos: -20.5,-162.5 - parent: 2 - - uid: 16320 - components: - - type: Transform - pos: -19.5,-165.5 - parent: 2 - - uid: 16321 - components: - - type: Transform - pos: -19.5,-166.5 - parent: 2 - - uid: 16322 - components: - - type: Transform - pos: -19.5,-169.5 - parent: 2 - - uid: 16323 - components: - - type: Transform - pos: -19.5,-168.5 - parent: 2 - - uid: 16324 - components: - - type: Transform - pos: -18.5,-172.5 - parent: 2 - - uid: 16325 - components: - - type: Transform - pos: -18.5,-173.5 - parent: 2 - - uid: 16326 - components: - - type: Transform - pos: -18.5,-176.5 - parent: 2 - - uid: 16327 - components: - - type: Transform - pos: -18.5,-175.5 - parent: 2 - - uid: 16328 - components: - - type: Transform - pos: -17.5,-180.5 - parent: 2 - - uid: 16329 - components: - - type: Transform - pos: -17.5,-179.5 - parent: 2 - - uid: 16344 - components: - - type: Transform - pos: 19.5,-170.5 - parent: 2 - - uid: 16345 - components: - - type: Transform - pos: 19.5,-171.5 - parent: 2 - - uid: 16364 - components: - - type: Transform - pos: 18.5,-179.5 - parent: 2 - - uid: 16365 - components: - - type: Transform - pos: 18.5,-178.5 - parent: 2 - - uid: 16366 - components: - - type: Transform - pos: 18.5,-177.5 - parent: 2 - - uid: 16367 - components: - - type: Transform - pos: 19.5,-175.5 - parent: 2 - - uid: 16368 - components: - - type: Transform - pos: 19.5,-174.5 - parent: 2 - - uid: 16369 - components: - - type: Transform - pos: 19.5,-173.5 - parent: 2 - - uid: 16370 - components: - - type: Transform - pos: 20.5,-168.5 - parent: 2 - - uid: 16371 - components: - - type: Transform - pos: 20.5,-167.5 - parent: 2 - - uid: 16372 - components: - - type: Transform - pos: 20.5,-164.5 - parent: 2 - - uid: 16374 - components: - - type: Transform - pos: 20.5,-163.5 - parent: 2 - - uid: 16375 - components: - - type: Transform - pos: 20.5,-162.5 - parent: 2 - - uid: 16376 - components: - - type: Transform - pos: 21.5,-160.5 - parent: 2 - - uid: 16377 - components: - - type: Transform - pos: 21.5,-159.5 - parent: 2 - - uid: 16378 - components: - - type: Transform - pos: 21.5,-161.5 - parent: 2 - - uid: 16393 - components: - - type: Transform - pos: 22.5,-187.5 - parent: 2 - - uid: 16409 - components: - - type: Transform - pos: 22.5,-188.5 - parent: 2 - - uid: 16410 - components: - - type: Transform - pos: 22.5,-189.5 - parent: 2 - - uid: 16411 - components: - - type: Transform - pos: 21.5,-191.5 - parent: 2 - - uid: 16412 - components: - - type: Transform - pos: 21.5,-192.5 - parent: 2 - - uid: 16413 - components: - - type: Transform - pos: 21.5,-193.5 - parent: 2 - - uid: 16414 - components: - - type: Transform - pos: -17.5,-207.5 - parent: 2 - - uid: 16415 - components: - - type: Transform - pos: 20.5,-198.5 - parent: 2 - - uid: 16416 - components: - - type: Transform - pos: 20.5,-199.5 - parent: 2 - - uid: 16417 - components: - - type: Transform - pos: 20.5,-200.5 - parent: 2 - - uid: 16418 - components: - - type: Transform - pos: 19.5,-204.5 - parent: 2 - - uid: 16419 - components: - - type: Transform - pos: 19.5,-205.5 - parent: 2 - - uid: 16420 - components: - - type: Transform - pos: 19.5,-206.5 - parent: 2 - - uid: 16421 - components: - - type: Transform - pos: 19.5,-207.5 - parent: 2 - - uid: 16422 - components: - - type: Transform - pos: 20.5,-203.5 - parent: 2 - - uid: 16423 - components: - - type: Transform - pos: 20.5,-202.5 - parent: 2 - - uid: 16424 - components: - - type: Transform - pos: 19.5,-203.5 - parent: 2 - - uid: 16426 - components: - - type: Transform - pos: -20.5,-187.5 - parent: 2 - - uid: 16456 - components: - - type: Transform - pos: -20.5,-188.5 - parent: 2 - - uid: 16457 - components: - - type: Transform - pos: -20.5,-189.5 - parent: 2 - - uid: 16458 - components: - - type: Transform - pos: -19.5,-191.5 - parent: 2 - - uid: 16459 - components: - - type: Transform - pos: -19.5,-192.5 - parent: 2 - - uid: 16460 - components: - - type: Transform - pos: -19.5,-193.5 - parent: 2 - - uid: 16461 - components: - - type: Transform - pos: -18.5,-198.5 - parent: 2 - - uid: 16462 - components: - - type: Transform - pos: -19.5,-195.5 - parent: 2 - - uid: 16463 - components: - - type: Transform - pos: -19.5,-196.5 - parent: 2 - - uid: 16464 - components: - - type: Transform - pos: -18.5,-199.5 - parent: 2 - - uid: 16465 - components: - - type: Transform - pos: -18.5,-200.5 - parent: 2 - - uid: 16466 - components: - - type: Transform - pos: -17.5,-205.5 - parent: 2 - - uid: 16467 - components: - - type: Transform - pos: -17.5,-206.5 - parent: 2 - - uid: 16468 - components: - - type: Transform - pos: -18.5,-203.5 - parent: 2 - - uid: 16469 - components: - - type: Transform - pos: -18.5,-202.5 - parent: 2 - - uid: 16611 - components: - - type: Transform - pos: -15.5,-357.5 - parent: 2 - - uid: 16612 - components: - - type: Transform - pos: -15.5,-358.5 - parent: 2 - - uid: 16613 - components: - - type: Transform - pos: -14.5,-361.5 - parent: 2 - - uid: 16614 - components: - - type: Transform - pos: -14.5,-362.5 - parent: 2 - - uid: 16615 - components: - - type: Transform - pos: -14.5,-363.5 - parent: 2 - - uid: 16616 - components: - - type: Transform - pos: -14.5,-366.5 - parent: 2 - - uid: 16617 - components: - - type: Transform - pos: -13.5,-369.5 - parent: 2 - - uid: 16618 - components: - - type: Transform - pos: -13.5,-370.5 - parent: 2 - - uid: 16619 - components: - - type: Transform - pos: -13.5,-373.5 - parent: 2 - - uid: 16620 - components: - - type: Transform - pos: -13.5,-372.5 - parent: 2 - - uid: 16621 - components: - - type: Transform - pos: -12.5,-375.5 - parent: 2 - - uid: 16622 - components: - - type: Transform - pos: -12.5,-376.5 - parent: 2 - - uid: 16625 - components: - - type: Transform - pos: 13.5,-377.5 - parent: 2 - - uid: 16626 - components: - - type: Transform - pos: 13.5,-376.5 - parent: 2 - - uid: 16627 - components: - - type: Transform - pos: 13.5,-375.5 - parent: 2 - - uid: 16629 - components: - - type: Transform - pos: 14.5,-371.5 - parent: 2 - - uid: 16630 - components: - - type: Transform - pos: 14.5,-370.5 - parent: 2 - - uid: 16631 - components: - - type: Transform - pos: 14.5,-369.5 - parent: 2 - - uid: 16632 - components: - - type: Transform - pos: 14.5,-367.5 - parent: 2 - - uid: 16633 - components: - - type: Transform - pos: 15.5,-366.5 - parent: 2 - - uid: 16634 - components: - - type: Transform - pos: 15.5,-365.5 - parent: 2 - - uid: 16635 - components: - - type: Transform - pos: 15.5,-364.5 - parent: 2 - - uid: 16636 - components: - - type: Transform - pos: 15.5,-361.5 - parent: 2 - - uid: 16637 - components: - - type: Transform - pos: 15.5,-360.5 - parent: 2 - - uid: 16638 - components: - - type: Transform - pos: 15.5,-359.5 - parent: 2 - - uid: 16639 - components: - - type: Transform - pos: 16.5,-357.5 - parent: 2 - - uid: 16640 - components: - - type: Transform - pos: 16.5,-356.5 - parent: 2 - - uid: 16730 - components: - - type: Transform - pos: 20.5,-293.5 - parent: 2 - - uid: 16731 - components: - - type: Transform - pos: 22.5,-293.5 - parent: 2 - - uid: 16732 - components: - - type: Transform - pos: 24.5,-293.5 - parent: 2 - - uid: 16733 - components: - - type: Transform - pos: 23.5,-294.5 - parent: 2 - - uid: 16734 - components: - - type: Transform - pos: 21.5,-294.5 - parent: 2 - - uid: 16735 - components: - - type: Transform - pos: 19.5,-294.5 - parent: 2 - - uid: 16736 - components: - - type: Transform - pos: 18.5,-294.5 - parent: 2 - - uid: 16737 - components: - - type: Transform - pos: 25.5,-294.5 - parent: 2 - - uid: 16738 - components: - - type: Transform - pos: 26.5,-294.5 - parent: 2 - - uid: 16783 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,-314.5 - parent: 2 - - uid: 16784 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,-313.5 - parent: 2 - - uid: 16785 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,-310.5 - parent: 2 - - uid: 16786 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,-309.5 - parent: 2 - - uid: 16787 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,-308.5 - parent: 2 - - uid: 16788 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,-306.5 - parent: 2 - - uid: 16789 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,-305.5 - parent: 2 - - uid: 16790 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 37.5,-304.5 - parent: 2 - - uid: 16791 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 37.5,-303.5 - parent: 2 - - uid: 16792 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 37.5,-302.5 - parent: 2 - - uid: 16793 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,-315.5 - parent: 2 - - uid: 16794 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,-315.5 - parent: 2 - - uid: 16795 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,-316.5 - parent: 2 - - uid: 16796 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,-318.5 - parent: 2 - - uid: 16797 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,-321.5 - parent: 2 - - uid: 16802 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,-301.5 - parent: 2 - - uid: 16803 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,-300.5 - parent: 2 - - uid: 16804 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-297.5 - parent: 2 - - uid: 16805 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-296.5 - parent: 2 - - uid: 16806 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-295.5 - parent: 2 - - uid: 16807 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-293.5 - parent: 2 - - uid: 16808 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,-298.5 - parent: 2 - - uid: 16847 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,-295.5 - parent: 2 - - uid: 16848 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,-295.5 - parent: 2 - - uid: 16849 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,-296.5 - parent: 2 - - uid: 16850 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,-297.5 - parent: 2 - - uid: 16851 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,-299.5 - parent: 2 - - uid: 16852 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,-300.5 - parent: 2 - - uid: 16853 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,-302.5 - parent: 2 - - uid: 16854 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,-303.5 - parent: 2 - - uid: 16855 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,-304.5 - parent: 2 - - uid: 16856 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,-306.5 - parent: 2 - - uid: 16857 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,-307.5 - parent: 2 - - uid: 16858 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,-309.5 - parent: 2 - - uid: 16859 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,-310.5 - parent: 2 - - uid: 16860 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,-312.5 - parent: 2 - - uid: 16861 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,-313.5 - parent: 2 - - uid: 16862 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,-314.5 - parent: 2 - - uid: 16863 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,-315.5 - parent: 2 - - uid: 16864 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,-317.5 - parent: 2 - - uid: 16865 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,-319.5 - parent: 2 - - uid: 16866 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,-320.5 - parent: 2 - - uid: 16905 - components: - - type: Transform - pos: -15.5,-168.5 - parent: 2 - - uid: 16907 - components: - - type: Transform - pos: -15.5,-166.5 - parent: 2 - - uid: 16908 - components: - - type: Transform - pos: -15.5,-165.5 - parent: 2 - - uid: 16909 - components: - - type: Transform - pos: -15.5,-164.5 - parent: 2 - - uid: 16910 - components: - - type: Transform - pos: -15.5,-163.5 - parent: 2 - - uid: 16911 - components: - - type: Transform - pos: -15.5,-162.5 - parent: 2 - - uid: 16912 - components: - - type: Transform - pos: -15.5,-161.5 - parent: 2 -- proto: GrilleBroken - entities: - - uid: 2249 - components: - - type: Transform - pos: 7.5,-148.5 - parent: 2 - - uid: 3030 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-148.5 - parent: 2 - - uid: 3871 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-202.5 - parent: 2 - - uid: 3873 - components: - - type: Transform - pos: -3.5,-202.5 - parent: 2 - - uid: 8098 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-247.5 - parent: 2 - - uid: 12091 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-249.5 - parent: 2 - - uid: 12107 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-247.5 - parent: 2 -- proto: GrilleDiagonal - entities: - - uid: 14 - components: - - type: Transform - pos: -1.5,4.5 - parent: 2 - - uid: 1491 - components: - - type: Transform - pos: -8.5,-82.5 - parent: 2 - - uid: 1492 - components: - - type: Transform - pos: -10.5,-84.5 - parent: 2 - - uid: 1493 - components: - - type: Transform - pos: -9.5,-83.5 - parent: 2 - - uid: 1659 - components: - - type: Transform - pos: -6.5,-52.5 - parent: 2 - - uid: 2791 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,3.5 - parent: 2 - - uid: 2794 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-88.5 - parent: 2 - - uid: 2842 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-89.5 - parent: 2 - - uid: 2855 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-90.5 - parent: 2 - - uid: 2907 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-84.5 - parent: 2 - - uid: 2942 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-88.5 - parent: 2 - - uid: 3158 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-122.5 - parent: 2 - - uid: 4511 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-217.5 - parent: 2 - - uid: 4649 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,3.5 - parent: 2 - - uid: 6879 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-309.5 - parent: 2 - - uid: 7499 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-89.5 - parent: 2 - - uid: 7547 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-83.5 - parent: 2 - - uid: 7554 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,4.5 - parent: 2 - - uid: 7679 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-193.5 - parent: 2 - - uid: 7685 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-202.5 - parent: 2 - - uid: 7754 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-274.5 - parent: 2 - - uid: 7756 - components: - - type: Transform - pos: -3.5,-272.5 - parent: 2 - - uid: 7848 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-191.5 - parent: 2 - - uid: 7896 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-191.5 - parent: 2 - - uid: 7899 - components: - - type: Transform - pos: -9.5,-189.5 - parent: 2 - - uid: 7900 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-189.5 - parent: 2 - - uid: 8197 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-309.5 - parent: 2 - - uid: 8217 - components: - - type: Transform - pos: -10.5,-307.5 - parent: 2 - - uid: 8520 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-273.5 - parent: 2 - - uid: 8533 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-284.5 - parent: 2 - - uid: 8536 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-285.5 - parent: 2 - - uid: 8641 - components: - - type: Transform - pos: -1.5,-275.5 - parent: 2 - - uid: 8657 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-286.5 - parent: 2 - - uid: 8672 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-283.5 - parent: 2 - - uid: 9955 - components: - - type: Transform - pos: 2.5,-309.5 - parent: 2 - - uid: 9956 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-305.5 - parent: 2 - - uid: 10054 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-309.5 - parent: 2 - - uid: 10059 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,-305.5 - parent: 2 - - uid: 10065 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-320.5 - parent: 2 - - uid: 13329 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-307.5 - parent: 2 -- proto: GrilleSpawner - entities: - - uid: 1603 - components: - - type: Transform - pos: 22.5,-327.5 - parent: 2 - - uid: 1692 - components: - - type: Transform - pos: 20.5,-338.5 - parent: 2 - - uid: 1693 - components: - - type: Transform - pos: 21.5,-331.5 - parent: 2 - - uid: 2939 - components: - - type: Transform - pos: 22.5,-326.5 - parent: 2 - - uid: 8941 - components: - - type: Transform - pos: 20.5,-343.5 - parent: 2 - - uid: 8966 - components: - - type: Transform - pos: 19.5,-347.5 - parent: 2 - - uid: 8983 - components: - - type: Transform - pos: 19.5,-345.5 - parent: 2 - - uid: 8985 - components: - - type: Transform - pos: -21.5,-327.5 - parent: 2 - - uid: 8986 - components: - - type: Transform - pos: 20.5,-342.5 - parent: 2 - - uid: 8987 - components: - - type: Transform - pos: 18.5,-349.5 - parent: 2 - - uid: 8998 - components: - - type: Transform - pos: 19.5,-348.5 - parent: 2 - - uid: 9035 - components: - - type: Transform - pos: -21.5,-326.5 - parent: 2 - - uid: 9039 - components: - - type: Transform - pos: 18.5,-350.5 - parent: 2 - - uid: 9062 - components: - - type: Transform - pos: -21.5,-328.5 - parent: 2 - - uid: 10171 - components: - - type: Transform - pos: -20.5,-337.5 - parent: 2 - - uid: 11953 - components: - - type: Transform - pos: 22.5,-330.5 - parent: 2 - - uid: 11988 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,-323.5 - parent: 2 - - uid: 12024 - components: - - type: Transform - pos: -20.5,-335.5 - parent: 2 - - uid: 12026 - components: - - type: Transform - pos: -20.5,-333.5 - parent: 2 - - uid: 12029 - components: - - type: Transform - pos: -20.5,-336.5 - parent: 2 - - uid: 12030 - components: - - type: Transform - pos: -19.5,-344.5 - parent: 2 - - uid: 12081 - components: - - type: Transform - pos: -19.5,-342.5 - parent: 2 - - uid: 12087 - components: - - type: Transform - pos: -18.5,-347.5 - parent: 2 - - uid: 12088 - components: - - type: Transform - pos: -17.5,-350.5 - parent: 2 - - uid: 12098 - components: - - type: Transform - pos: -20.5,-334.5 - parent: 2 - - uid: 12109 - components: - - type: Transform - pos: -18.5,-345.5 - parent: 2 - - uid: 12113 - components: - - type: Transform - pos: -19.5,-343.5 - parent: 2 - - uid: 12576 - components: - - type: Transform - pos: -19.5,-339.5 - parent: 2 - - uid: 12689 - components: - - type: Transform - pos: -17.5,-349.5 - parent: 2 - - uid: 12952 - components: - - type: Transform - pos: -19.5,-338.5 - parent: 2 - - uid: 13007 - components: - - type: Transform - pos: -18.5,-346.5 - parent: 2 - - uid: 13162 - components: - - type: Transform - pos: -19.5,-340.5 - parent: 2 - - uid: 13195 - components: - - type: Transform - pos: -19.5,-341.5 - parent: 2 - - uid: 13277 - components: - - type: Transform - pos: 22.5,-325.5 - parent: 2 - - uid: 13279 - components: - - type: Transform - pos: 21.5,-332.5 - parent: 2 - - uid: 13281 - components: - - type: Transform - pos: 21.5,-337.5 - parent: 2 - - uid: 13282 - components: - - type: Transform - pos: -21.5,-329.5 - parent: 2 - - uid: 13457 - components: - - type: Transform - pos: 21.5,-335.5 - parent: 2 - - uid: 13821 - components: - - type: Transform - pos: 21.5,-333.5 - parent: 2 - - uid: 13962 - components: - - type: Transform - pos: 22.5,-329.5 - parent: 2 - - uid: 13994 - components: - - type: Transform - pos: 22.5,-328.5 - parent: 2 - - uid: 14006 - components: - - type: Transform - pos: 21.5,-334.5 - parent: 2 - - uid: 14012 - components: - - type: Transform - pos: 20.5,-339.5 - parent: 2 - - uid: 14023 - components: - - type: Transform - pos: -18.5,-348.5 - parent: 2 - - uid: 14225 - components: - - type: Transform - pos: 20.5,-341.5 - parent: 2 - - uid: 14227 - components: - - type: Transform - pos: 21.5,-336.5 - parent: 2 - - uid: 14612 - components: - - type: Transform - pos: -21.5,-325.5 - parent: 2 - - uid: 14615 - components: - - type: Transform - pos: -20.5,-331.5 - parent: 2 - - uid: 14616 - components: - - type: Transform - pos: -21.5,-330.5 - parent: 2 - - uid: 14618 - components: - - type: Transform - pos: -20.5,-332.5 - parent: 2 - - uid: 14685 - components: - - type: Transform - pos: 19.5,-346.5 - parent: 2 - - uid: 14686 - components: - - type: Transform - pos: 20.5,-344.5 - parent: 2 - - uid: 14785 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,-316.5 - parent: 2 - - uid: 14874 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,-314.5 - parent: 2 - - uid: 14875 - components: - - type: Transform - pos: 16.5,-360.5 - parent: 2 - - uid: 14886 - components: - - type: Transform - pos: 15.5,-367.5 - parent: 2 - - uid: 15692 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,-321.5 - parent: 2 - - uid: 15784 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,-322.5 - parent: 2 - - uid: 15851 - components: - - type: Transform - pos: 19.5,-18.5 - parent: 2 - - uid: 15854 - components: - - type: Transform - pos: 19.5,-17.5 - parent: 2 - - uid: 15855 - components: - - type: Transform - pos: 18.5,9.5 - parent: 2 - - uid: 15856 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,17.5 - parent: 2 - - uid: 15857 - components: - - type: Transform - pos: 20.5,-68.5 - parent: 2 - - uid: 15858 - components: - - type: Transform - pos: 20.5,-69.5 - parent: 2 - - uid: 15859 - components: - - type: Transform - pos: 20.5,-67.5 - parent: 2 - - uid: 15860 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,18.5 - parent: 2 - - uid: 15861 - components: - - type: Transform - pos: 19.5,-3.5 - parent: 2 - - uid: 15862 - components: - - type: Transform - pos: 20.5,-66.5 - parent: 2 - - uid: 15863 - components: - - type: Transform - pos: 19.5,-4.5 - parent: 2 - - uid: 15864 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,17.5 - parent: 2 - - uid: 15865 - components: - - type: Transform - pos: 19.5,-6.5 - parent: 2 - - uid: 15866 - components: - - type: Transform - pos: 19.5,-5.5 - parent: 2 - - uid: 15867 - components: - - type: Transform - pos: 19.5,-8.5 - parent: 2 - - uid: 15868 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,19.5 - parent: 2 - - uid: 15869 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,18.5 - parent: 2 - - uid: 15870 - components: - - type: Transform - pos: 19.5,-7.5 - parent: 2 - - uid: 15871 - components: - - type: Transform - pos: 19.5,-10.5 - parent: 2 - - uid: 15872 - components: - - type: Transform - pos: 19.5,-9.5 - parent: 2 - - uid: 15873 - components: - - type: Transform - pos: 19.5,-14.5 - parent: 2 - - uid: 15874 - components: - - type: Transform - pos: 19.5,-11.5 - parent: 2 - - uid: 15875 - components: - - type: Transform - pos: 19.5,-15.5 - parent: 2 - - uid: 15876 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,19.5 - parent: 2 - - uid: 15877 - components: - - type: Transform - pos: 19.5,-12.5 - parent: 2 - - uid: 15878 - components: - - type: Transform - pos: 19.5,-16.5 - parent: 2 - - uid: 15879 - components: - - type: Transform - pos: 19.5,-13.5 - parent: 2 - - uid: 15880 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,19.5 - parent: 2 - - uid: 15881 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,17.5 - parent: 2 - - uid: 15882 - components: - - type: Transform - pos: 12.5,2.5 - parent: 2 - - uid: 15883 - components: - - type: Transform - pos: 18.5,-102.5 - parent: 2 - - uid: 15884 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,19.5 - parent: 2 - - uid: 15885 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,18.5 - parent: 2 - - uid: 15886 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,17.5 - parent: 2 - - uid: 15887 - components: - - type: Transform - pos: 19.5,-99.5 - parent: 2 - - uid: 15888 - components: - - type: Transform - pos: 18.5,-100.5 - parent: 2 - - uid: 15889 - components: - - type: Transform - pos: 19.5,-100.5 - parent: 2 - - uid: 15890 - components: - - type: Transform - pos: 19.5,-97.5 - parent: 2 - - uid: 15891 - components: - - type: Transform - pos: 18.5,-101.5 - parent: 2 - - uid: 15892 - components: - - type: Transform - pos: 19.5,-98.5 - parent: 2 - - uid: 15893 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,18.5 - parent: 2 - - uid: 15894 - components: - - type: Transform - pos: 20.5,-93.5 - parent: 2 - - uid: 15895 - components: - - type: Transform - pos: 11.5,4.5 - parent: 2 - - uid: 15896 - components: - - type: Transform - pos: 19.5,-96.5 - parent: 2 - - uid: 15897 - components: - - type: Transform - pos: 20.5,-92.5 - parent: 2 - - uid: 15898 - components: - - type: Transform - pos: 12.5,3.5 - parent: 2 - - uid: 15899 - components: - - type: Transform - pos: 20.5,-96.5 - parent: 2 - - uid: 15900 - components: - - type: Transform - pos: 20.5,-94.5 - parent: 2 - - uid: 15901 - components: - - type: Transform - pos: 20.5,-95.5 - parent: 2 - - uid: 15908 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,-24.5 - parent: 2 - - uid: 15909 - components: - - type: Transform - pos: -18.5,-0.5 - parent: 2 - - uid: 15916 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,-25.5 - parent: 2 - - uid: 15917 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,-25.5 - parent: 2 - - uid: 15918 - components: - - type: Transform - pos: 19.5,-23.5 - parent: 2 - - uid: 15919 - components: - - type: Transform - pos: -18.5,3.5 - parent: 2 - - uid: 15920 - components: - - type: Transform - pos: -18.5,1.5 - parent: 2 - - uid: 15921 - components: - - type: Transform - pos: -18.5,0.5 - parent: 2 - - uid: 15922 - components: - - type: Transform - pos: -18.5,-9.5 - parent: 2 - - uid: 15923 - components: - - type: Transform - pos: -18.5,-10.5 - parent: 2 - - uid: 15928 - components: - - type: Transform - pos: 22.5,-41.5 - parent: 2 - - uid: 15929 - components: - - type: Transform - pos: 22.5,-40.5 - parent: 2 - - uid: 15930 - components: - - type: Transform - pos: 22.5,-42.5 - parent: 2 - - uid: 15931 - components: - - type: Transform - pos: -18.5,4.5 - parent: 2 - - uid: 15932 - components: - - type: Transform - pos: -18.5,2.5 - parent: 2 - - uid: 15933 - components: - - type: Transform - pos: -18.5,6.5 - parent: 2 - - uid: 15934 - components: - - type: Transform - pos: -18.5,5.5 - parent: 2 - - uid: 15935 - components: - - type: Transform - pos: -18.5,8.5 - parent: 2 - - uid: 15936 - components: - - type: Transform - pos: -18.5,7.5 - parent: 2 - - uid: 15937 - components: - - type: Transform - pos: 22.5,-39.5 - parent: 2 - - uid: 15938 - components: - - type: Transform - pos: 22.5,-38.5 - parent: 2 - - uid: 15939 - components: - - type: Transform - pos: 22.5,-37.5 - parent: 2 - - uid: 15941 - components: - - type: Transform - pos: 22.5,-36.5 - parent: 2 - - uid: 15942 - components: - - type: Transform - pos: 22.5,-35.5 - parent: 2 - - uid: 15945 - components: - - type: Transform - pos: -17.5,9.5 - parent: 2 - - uid: 15946 - components: - - type: Transform - pos: 21.5,-109.5 - parent: 2 - - uid: 15947 - components: - - type: Transform - pos: -17.5,10.5 - parent: 2 - - uid: 15949 - components: - - type: Transform - pos: 19.5,5.5 - parent: 2 - - uid: 15950 - components: - - type: Transform - pos: 19.5,6.5 - parent: 2 - - uid: 15951 - components: - - type: Transform - pos: 19.5,4.5 - parent: 2 - - uid: 15952 - components: - - type: Transform - pos: 19.5,8.5 - parent: 2 - - uid: 15953 - components: - - type: Transform - pos: 19.5,7.5 - parent: 2 - - uid: 15954 - components: - - type: Transform - pos: 19.5,3.5 - parent: 2 - - uid: 15955 - components: - - type: Transform - pos: 19.5,2.5 - parent: 2 - - uid: 15956 - components: - - type: Transform - pos: 19.5,1.5 - parent: 2 - - uid: 15957 - components: - - type: Transform - pos: 19.5,0.5 - parent: 2 - - uid: 15958 - components: - - type: Transform - pos: 19.5,-0.5 - parent: 2 - - uid: 15959 - components: - - type: Transform - pos: 19.5,-1.5 - parent: 2 - - uid: 15960 - components: - - type: Transform - pos: 19.5,-2.5 - parent: 2 - - uid: 15963 - components: - - type: Transform - pos: -18.5,-7.5 - parent: 2 - - uid: 15964 - components: - - type: Transform - pos: -18.5,-8.5 - parent: 2 - - uid: 15965 - components: - - type: Transform - pos: -18.5,-5.5 - parent: 2 - - uid: 15966 - components: - - type: Transform - pos: -18.5,-6.5 - parent: 2 - - uid: 15970 - components: - - type: Transform - pos: -11.5,2.5 - parent: 2 - - uid: 15971 - components: - - type: Transform - pos: 22.5,-108.5 - parent: 2 - - uid: 15972 - components: - - type: Transform - pos: 21.5,-114.5 - parent: 2 - - uid: 15973 - components: - - type: Transform - pos: -11.5,3.5 - parent: 2 - - uid: 15974 - components: - - type: Transform - pos: 21.5,-113.5 - parent: 2 - - uid: 15982 - components: - - type: Transform - pos: 21.5,-112.5 - parent: 2 - - uid: 15983 - components: - - type: Transform - pos: 21.5,-110.5 - parent: 2 - - uid: 15984 - components: - - type: Transform - pos: 21.5,-111.5 - parent: 2 - - uid: 15985 - components: - - type: Transform - pos: -18.5,-4.5 - parent: 2 - - uid: 15986 - components: - - type: Transform - pos: -18.5,-2.5 - parent: 2 - - uid: 15987 - components: - - type: Transform - pos: -18.5,-3.5 - parent: 2 - - uid: 15988 - components: - - type: Transform - pos: -18.5,-1.5 - parent: 2 - - uid: 15989 - components: - - type: Transform - pos: 22.5,-106.5 - parent: 2 - - uid: 15990 - components: - - type: Transform - pos: 22.5,-105.5 - parent: 2 - - uid: 15991 - components: - - type: Transform - pos: 22.5,-107.5 - parent: 2 - - uid: 15992 - components: - - type: Transform - pos: 22.5,-103.5 - parent: 2 - - uid: 15993 - components: - - type: Transform - pos: -21.5,-55.5 - parent: 2 - - uid: 15994 - components: - - type: Transform - pos: 22.5,-104.5 - parent: 2 - - uid: 15995 - components: - - type: Transform - pos: -18.5,-11.5 - parent: 2 - - uid: 15996 - components: - - type: Transform - pos: 22.5,-102.5 - parent: 2 - - uid: 15997 - components: - - type: Transform - pos: -10.5,4.5 - parent: 2 - - uid: 15998 - components: - - type: Transform - pos: 20.5,-119.5 - parent: 2 - - uid: 15999 - components: - - type: Transform - pos: 20.5,-117.5 - parent: 2 - - uid: 16000 - components: - - type: Transform - pos: 20.5,-118.5 - parent: 2 - - uid: 16001 - components: - - type: Transform - pos: 20.5,-116.5 - parent: 2 - - uid: 16002 - components: - - type: Transform - pos: -21.5,-53.5 - parent: 2 - - uid: 16003 - components: - - type: Transform - pos: -21.5,-54.5 - parent: 2 - - uid: 16004 - components: - - type: Transform - pos: -21.5,-52.5 - parent: 2 - - uid: 16009 - components: - - type: Transform - pos: -20.5,-116.5 - parent: 2 - - uid: 16010 - components: - - type: Transform - pos: -21.5,-105.5 - parent: 2 - - uid: 16011 - components: - - type: Transform - pos: -21.5,-106.5 - parent: 2 - - uid: 16012 - components: - - type: Transform - pos: -21.5,-107.5 - parent: 2 - - uid: 16013 - components: - - type: Transform - pos: -21.5,-109.5 - parent: 2 - - uid: 16014 - components: - - type: Transform - pos: -21.5,-108.5 - parent: 2 - - uid: 16015 - components: - - type: Transform - pos: -17.5,-129.5 - parent: 2 - - uid: 16016 - components: - - type: Transform - pos: -20.5,-114.5 - parent: 2 - - uid: 16017 - components: - - type: Transform - pos: -20.5,-115.5 - parent: 2 - - uid: 16018 - components: - - type: Transform - pos: -20.5,-113.5 - parent: 2 - - uid: 16019 - components: - - type: Transform - pos: -20.5,-111.5 - parent: 2 - - uid: 16020 - components: - - type: Transform - pos: -20.5,-110.5 - parent: 2 - - uid: 16021 - components: - - type: Transform - pos: -20.5,-112.5 - parent: 2 - - uid: 16022 - components: - - type: Transform - pos: -18.5,-154.5 - parent: 2 - - uid: 16023 - components: - - type: Transform - pos: -19.5,-123.5 - parent: 2 - - uid: 16024 - components: - - type: Transform - pos: -17.5,-128.5 - parent: 2 - - uid: 16025 - components: - - type: Transform - pos: -18.5,-125.5 - parent: 2 - - uid: 16026 - components: - - type: Transform - pos: -18.5,-124.5 - parent: 2 - - uid: 16027 - components: - - type: Transform - pos: -18.5,-153.5 - parent: 2 - - uid: 16028 - components: - - type: Transform - pos: -18.5,-152.5 - parent: 2 - - uid: 16029 - components: - - type: Transform - pos: -18.5,-151.5 - parent: 2 - - uid: 16030 - components: - - type: Transform - pos: -18.5,-127.5 - parent: 2 - - uid: 16031 - components: - - type: Transform - pos: -19.5,-119.5 - parent: 2 - - uid: 16032 - components: - - type: Transform - pos: -18.5,-126.5 - parent: 2 - - uid: 16033 - components: - - type: Transform - pos: -19.5,-121.5 - parent: 2 - - uid: 16034 - components: - - type: Transform - pos: -19.5,-150.5 - parent: 2 - - uid: 16035 - components: - - type: Transform - pos: -19.5,-149.5 - parent: 2 - - uid: 16036 - components: - - type: Transform - pos: -19.5,-148.5 - parent: 2 - - uid: 16037 - components: - - type: Transform - pos: -19.5,-147.5 - parent: 2 - - uid: 16038 - components: - - type: Transform - pos: -19.5,-146.5 - parent: 2 - - uid: 16039 - components: - - type: Transform - pos: -19.5,-145.5 - parent: 2 - - uid: 16040 - components: - - type: Transform - pos: -19.5,-144.5 - parent: 2 - - uid: 16041 - components: - - type: Transform - pos: -20.5,-143.5 - parent: 2 - - uid: 16042 - components: - - type: Transform - pos: -20.5,-142.5 - parent: 2 - - uid: 16043 - components: - - type: Transform - pos: -20.5,-141.5 - parent: 2 - - uid: 16044 - components: - - type: Transform - pos: -20.5,-140.5 - parent: 2 - - uid: 16045 - components: - - type: Transform - pos: -20.5,-139.5 - parent: 2 - - uid: 16046 - components: - - type: Transform - pos: -20.5,-138.5 - parent: 2 - - uid: 16047 - components: - - type: Transform - pos: -20.5,-137.5 - parent: 2 - - uid: 16048 - components: - - type: Transform - pos: -17.5,-155.5 - parent: 2 - - uid: 16049 - components: - - type: Transform - pos: -21.5,-136.5 - parent: 2 - - uid: 16050 - components: - - type: Transform - pos: -21.5,-135.5 - parent: 2 - - uid: 16051 - components: - - type: Transform - pos: -21.5,-134.5 - parent: 2 - - uid: 16052 - components: - - type: Transform - pos: -21.5,-133.5 - parent: 2 - - uid: 16053 - components: - - type: Transform - pos: -21.5,-132.5 - parent: 2 - - uid: 16054 - components: - - type: Transform - pos: -21.5,-131.5 - parent: 2 - - uid: 16055 - components: - - type: Transform - pos: -21.5,-130.5 - parent: 2 - - uid: 16056 - components: - - type: Transform - pos: -19.5,-117.5 - parent: 2 - - uid: 16057 - components: - - type: Transform - pos: -17.5,-156.5 - parent: 2 - - uid: 16058 - components: - - type: Transform - pos: -19.5,-118.5 - parent: 2 - - uid: 16059 - components: - - type: Transform - pos: -19.5,-122.5 - parent: 2 - - uid: 16060 - components: - - type: Transform - pos: -19.5,-120.5 - parent: 2 - - uid: 16061 - components: - - type: Transform - pos: -21.5,-104.5 - parent: 2 - - uid: 16062 - components: - - type: Transform - pos: -17.5,-102.5 - parent: 2 - - uid: 16063 - components: - - type: Transform - pos: -21.5,-103.5 - parent: 2 - - uid: 16064 - components: - - type: Transform - pos: -17.5,-101.5 - parent: 2 - - uid: 16065 - components: - - type: Transform - pos: -18.5,-100.5 - parent: 2 - - uid: 16066 - components: - - type: Transform - pos: -18.5,-99.5 - parent: 2 - - uid: 16067 - components: - - type: Transform - pos: -18.5,-98.5 - parent: 2 - - uid: 16068 - components: - - type: Transform - pos: -18.5,-97.5 - parent: 2 - - uid: 16069 - components: - - type: Transform - pos: -19.5,-96.5 - parent: 2 - - uid: 16070 - components: - - type: Transform - pos: -19.5,-95.5 - parent: 2 - - uid: 16071 - components: - - type: Transform - pos: -19.5,-94.5 - parent: 2 - - uid: 16072 - components: - - type: Transform - pos: -19.5,-93.5 - parent: 2 - - uid: 16073 - components: - - type: Transform - pos: -19.5,-92.5 - parent: 2 - - uid: 16074 - components: - - type: Transform - pos: -19.5,-91.5 - parent: 2 - - uid: 16075 - components: - - type: Transform - pos: -19.5,-90.5 - parent: 2 - - uid: 16076 - components: - - type: Transform - pos: -20.5,-89.5 - parent: 2 - - uid: 16077 - components: - - type: Transform - pos: -20.5,-88.5 - parent: 2 - - uid: 16078 - components: - - type: Transform - pos: -20.5,-87.5 - parent: 2 - - uid: 16079 - components: - - type: Transform - pos: -20.5,-86.5 - parent: 2 - - uid: 16080 - components: - - type: Transform - pos: -20.5,-85.5 - parent: 2 - - uid: 16081 - components: - - type: Transform - pos: -20.5,-84.5 - parent: 2 - - uid: 16082 - components: - - type: Transform - pos: -20.5,-83.5 - parent: 2 - - uid: 16083 - components: - - type: Transform - pos: -21.5,-82.5 - parent: 2 - - uid: 16084 - components: - - type: Transform - pos: -21.5,-81.5 - parent: 2 - - uid: 16085 - components: - - type: Transform - pos: -21.5,-80.5 - parent: 2 - - uid: 16086 - components: - - type: Transform - pos: -21.5,-79.5 - parent: 2 - - uid: 16087 - components: - - type: Transform - pos: -21.5,-78.5 - parent: 2 - - uid: 16088 - components: - - type: Transform - pos: -21.5,-77.5 - parent: 2 - - uid: 16089 - components: - - type: Transform - pos: -21.5,-76.5 - parent: 2 - - uid: 16090 - components: - - type: Transform - pos: -17.5,-74.5 - parent: 2 - - uid: 16091 - components: - - type: Transform - pos: -17.5,-75.5 - parent: 2 - - uid: 16092 - components: - - type: Transform - pos: -18.5,-73.5 - parent: 2 - - uid: 16093 - components: - - type: Transform - pos: -18.5,-72.5 - parent: 2 - - uid: 16094 - components: - - type: Transform - pos: -18.5,-71.5 - parent: 2 - - uid: 16095 - components: - - type: Transform - pos: -18.5,-70.5 - parent: 2 - - uid: 16096 - components: - - type: Transform - pos: -20.5,-62.5 - parent: 2 - - uid: 16097 - components: - - type: Transform - pos: -19.5,-69.5 - parent: 2 - - uid: 16098 - components: - - type: Transform - pos: -19.5,-68.5 - parent: 2 - - uid: 16099 - components: - - type: Transform - pos: -19.5,-67.5 - parent: 2 - - uid: 16100 - components: - - type: Transform - pos: -19.5,-66.5 - parent: 2 - - uid: 16101 - components: - - type: Transform - pos: -19.5,-65.5 - parent: 2 - - uid: 16102 - components: - - type: Transform - pos: -19.5,-64.5 - parent: 2 - - uid: 16103 - components: - - type: Transform - pos: -19.5,-63.5 - parent: 2 - - uid: 16104 - components: - - type: Transform - pos: -20.5,-61.5 - parent: 2 - - uid: 16105 - components: - - type: Transform - pos: -20.5,-60.5 - parent: 2 - - uid: 16106 - components: - - type: Transform - pos: -20.5,-59.5 - parent: 2 - - uid: 16107 - components: - - type: Transform - pos: -20.5,-58.5 - parent: 2 - - uid: 16108 - components: - - type: Transform - pos: -20.5,-57.5 - parent: 2 - - uid: 16109 - components: - - type: Transform - pos: -20.5,-56.5 - parent: 2 - - uid: 16130 - components: - - type: Transform - pos: 18.5,-128.5 - parent: 2 - - uid: 16132 - components: - - type: Transform - pos: 18.5,-127.5 - parent: 2 - - uid: 16136 - components: - - type: Transform - pos: 19.5,-126.5 - parent: 2 - - uid: 16137 - components: - - type: Transform - pos: 19.5,-125.5 - parent: 2 - - uid: 16143 - components: - - type: Transform - pos: 20.5,-120.5 - parent: 2 - - uid: 16144 - components: - - type: Transform - pos: -21.5,-51.5 - parent: 2 - - uid: 16145 - components: - - type: Transform - pos: -21.5,-50.5 - parent: 2 - - uid: 16146 - components: - - type: Transform - pos: -21.5,-49.5 - parent: 2 - - uid: 16147 - components: - - type: Transform - pos: 19.5,-123.5 - parent: 2 - - uid: 16150 - components: - - type: Transform - pos: 20.5,-122.5 - parent: 2 - - uid: 16152 - components: - - type: Transform - pos: 20.5,-121.5 - parent: 2 - - uid: 16154 - components: - - type: Transform - pos: 19.5,-124.5 - parent: 2 - - uid: 16155 - components: - - type: Transform - pos: 21.5,-115.5 - parent: 2 - - uid: 16156 - components: - - type: Transform - pos: 21.5,-115.5 - parent: 2 - - uid: 16157 - components: - - type: Transform - pos: -17.5,-185.5 - parent: 2 - - uid: 16158 - components: - - type: Transform - pos: 20.5,-91.5 - parent: 2 - - uid: 16159 - components: - - type: Transform - pos: 20.5,-90.5 - parent: 2 - - uid: 16160 - components: - - type: Transform - pos: 20.5,-89.5 - parent: 2 - - uid: 16161 - components: - - type: Transform - pos: 21.5,-89.5 - parent: 2 - - uid: 16162 - components: - - type: Transform - pos: 21.5,-88.5 - parent: 2 - - uid: 16163 - components: - - type: Transform - pos: 21.5,-87.5 - parent: 2 - - uid: 16164 - components: - - type: Transform - pos: 21.5,-86.5 - parent: 2 - - uid: 16165 - components: - - type: Transform - pos: 21.5,-85.5 - parent: 2 - - uid: 16166 - components: - - type: Transform - pos: 21.5,-84.5 - parent: 2 - - uid: 16167 - components: - - type: Transform - pos: 21.5,-83.5 - parent: 2 - - uid: 16168 - components: - - type: Transform - pos: 21.5,-82.5 - parent: 2 - - uid: 16169 - components: - - type: Transform - pos: 22.5,-82.5 - parent: 2 - - uid: 16170 - components: - - type: Transform - pos: 22.5,-81.5 - parent: 2 - - uid: 16171 - components: - - type: Transform - pos: 22.5,-80.5 - parent: 2 - - uid: 16172 - components: - - type: Transform - pos: 22.5,-79.5 - parent: 2 - - uid: 16173 - components: - - type: Transform - pos: 22.5,-78.5 - parent: 2 - - uid: 16174 - components: - - type: Transform - pos: 22.5,-77.5 - parent: 2 - - uid: 16175 - components: - - type: Transform - pos: 22.5,-76.5 - parent: 2 - - uid: 16176 - components: - - type: Transform - pos: 20.5,-65.5 - parent: 2 - - uid: 16177 - components: - - type: Transform - pos: 20.5,-64.5 - parent: 2 - - uid: 16178 - components: - - type: Transform - pos: 20.5,-63.5 - parent: 2 - - uid: 16179 - components: - - type: Transform - pos: 20.5,-62.5 - parent: 2 - - uid: 16180 - components: - - type: Transform - pos: 18.5,10.5 - parent: 2 - - uid: 16181 - components: - - type: Transform - pos: 21.5,-62.5 - parent: 2 - - uid: 16182 - components: - - type: Transform - pos: 21.5,-61.5 - parent: 2 - - uid: 16183 - components: - - type: Transform - pos: 21.5,-60.5 - parent: 2 - - uid: 16184 - components: - - type: Transform - pos: 21.5,-59.5 - parent: 2 - - uid: 16185 - components: - - type: Transform - pos: 21.5,-58.5 - parent: 2 - - uid: 16186 - components: - - type: Transform - pos: 21.5,-57.5 - parent: 2 - - uid: 16187 - components: - - type: Transform - pos: 21.5,-56.5 - parent: 2 - - uid: 16188 - components: - - type: Transform - pos: 21.5,-55.5 - parent: 2 - - uid: 16194 - components: - - type: Transform - pos: 22.5,-55.5 - parent: 2 - - uid: 16195 - components: - - type: Transform - pos: 22.5,-54.5 - parent: 2 - - uid: 16196 - components: - - type: Transform - pos: 22.5,-53.5 - parent: 2 - - uid: 16197 - components: - - type: Transform - pos: 22.5,-52.5 - parent: 2 - - uid: 16198 - components: - - type: Transform - pos: 22.5,-51.5 - parent: 2 - - uid: 16199 - components: - - type: Transform - pos: 22.5,-50.5 - parent: 2 - - uid: 16200 - components: - - type: Transform - pos: 22.5,-49.5 - parent: 2 - - uid: 16203 - components: - - type: Transform - pos: 22.5,-34.5 - parent: 2 - - uid: 16204 - components: - - type: Transform - pos: 22.5,-33.5 - parent: 2 - - uid: 16205 - components: - - type: Transform - pos: 22.5,-32.5 - parent: 2 - - uid: 16206 - components: - - type: Transform - pos: 22.5,-31.5 - parent: 2 - - uid: 16207 - components: - - type: Transform - pos: 20.5,-49.5 - parent: 2 - - uid: 16208 - components: - - type: Transform - pos: 20.5,-48.5 - parent: 2 - - uid: 16209 - components: - - type: Transform - pos: 20.5,-47.5 - parent: 2 - - uid: 16210 - components: - - type: Transform - pos: 20.5,-46.5 - parent: 2 - - uid: 16211 - components: - - type: Transform - pos: 20.5,-45.5 - parent: 2 - - uid: 16212 - components: - - type: Transform - pos: 21.5,-30.5 - parent: 2 - - uid: 16213 - components: - - type: Transform - pos: 21.5,-45.5 - parent: 2 - - uid: 16214 - components: - - type: Transform - pos: 21.5,-29.5 - parent: 2 - - uid: 16215 - components: - - type: Transform - pos: 21.5,-44.5 - parent: 2 - - uid: 16216 - components: - - type: Transform - pos: 20.5,-28.5 - parent: 2 - - uid: 16217 - components: - - type: Transform - pos: 20.5,-27.5 - parent: 2 - - uid: 16218 - components: - - type: Transform - pos: 20.5,-26.5 - parent: 2 - - uid: 16219 - components: - - type: Transform - pos: 21.5,-43.5 - parent: 2 - - uid: 16221 - components: - - type: Transform - pos: 21.5,-42.5 - parent: 2 - - uid: 16223 - components: - - type: Transform - pos: 21.5,-31.5 - parent: 2 - - uid: 16225 - components: - - type: Transform - pos: 20.5,-29.5 - parent: 2 - - uid: 16285 - components: - - type: Transform - pos: -19.5,-177.5 - parent: 2 - - uid: 16286 - components: - - type: Transform - pos: -17.5,-184.5 - parent: 2 - - uid: 16287 - components: - - type: Transform - pos: -17.5,-183.5 - parent: 2 - - uid: 16288 - components: - - type: Transform - pos: -17.5,-182.5 - parent: 2 - - uid: 16289 - components: - - type: Transform - pos: -17.5,-181.5 - parent: 2 - - uid: 16290 - components: - - type: Transform - pos: -18.5,-181.5 - parent: 2 - - uid: 16291 - components: - - type: Transform - pos: -18.5,-180.5 - parent: 2 - - uid: 16292 - components: - - type: Transform - pos: -18.5,-179.5 - parent: 2 - - uid: 16293 - components: - - type: Transform - pos: -18.5,-178.5 - parent: 2 - - uid: 16294 - components: - - type: Transform - pos: -18.5,-177.5 - parent: 2 - - uid: 16296 - components: - - type: Transform - pos: -19.5,-176.5 - parent: 2 - - uid: 16297 - components: - - type: Transform - pos: -19.5,-175.5 - parent: 2 - - uid: 16298 - components: - - type: Transform - pos: -19.5,-174.5 - parent: 2 - - uid: 16299 - components: - - type: Transform - pos: -19.5,-173.5 - parent: 2 - - uid: 16300 - components: - - type: Transform - pos: -19.5,-172.5 - parent: 2 - - uid: 16301 - components: - - type: Transform - pos: -19.5,-171.5 - parent: 2 - - uid: 16302 - components: - - type: Transform - pos: -19.5,-170.5 - parent: 2 - - uid: 16303 - components: - - type: Transform - pos: -20.5,-170.5 - parent: 2 - - uid: 16304 - components: - - type: Transform - pos: -20.5,-169.5 - parent: 2 - - uid: 16305 - components: - - type: Transform - pos: -20.5,-168.5 - parent: 2 - - uid: 16306 - components: - - type: Transform - pos: -20.5,-167.5 - parent: 2 - - uid: 16307 - components: - - type: Transform - pos: -20.5,-166.5 - parent: 2 - - uid: 16308 - components: - - type: Transform - pos: -20.5,-165.5 - parent: 2 - - uid: 16309 - components: - - type: Transform - pos: -20.5,-164.5 - parent: 2 - - uid: 16310 - components: - - type: Transform - pos: -20.5,-163.5 - parent: 2 - - uid: 16311 - components: - - type: Transform - pos: -21.5,-163.5 - parent: 2 - - uid: 16312 - components: - - type: Transform - pos: -21.5,-162.5 - parent: 2 - - uid: 16313 - components: - - type: Transform - pos: -21.5,-161.5 - parent: 2 - - uid: 16314 - components: - - type: Transform - pos: -21.5,-160.5 - parent: 2 - - uid: 16315 - components: - - type: Transform - pos: -21.5,-159.5 - parent: 2 - - uid: 16316 - components: - - type: Transform - pos: -21.5,-158.5 - parent: 2 - - uid: 16330 - components: - - type: Transform - pos: 22.5,-157.5 - parent: 2 - - uid: 16331 - components: - - type: Transform - pos: 22.5,-158.5 - parent: 2 - - uid: 16332 - components: - - type: Transform - pos: 22.5,-159.5 - parent: 2 - - uid: 16333 - components: - - type: Transform - pos: 22.5,-160.5 - parent: 2 - - uid: 16334 - components: - - type: Transform - pos: 22.5,-161.5 - parent: 2 - - uid: 16335 - components: - - type: Transform - pos: 22.5,-162.5 - parent: 2 - - uid: 16336 - components: - - type: Transform - pos: 21.5,-163.5 - parent: 2 - - uid: 16337 - components: - - type: Transform - pos: 21.5,-162.5 - parent: 2 - - uid: 16338 - components: - - type: Transform - pos: 21.5,-164.5 - parent: 2 - - uid: 16339 - components: - - type: Transform - pos: 21.5,-165.5 - parent: 2 - - uid: 16340 - components: - - type: Transform - pos: 21.5,-166.5 - parent: 2 - - uid: 16341 - components: - - type: Transform - pos: 21.5,-167.5 - parent: 2 - - uid: 16342 - components: - - type: Transform - pos: 21.5,-168.5 - parent: 2 - - uid: 16343 - components: - - type: Transform - pos: 21.5,-169.5 - parent: 2 - - uid: 16346 - components: - - type: Transform - pos: 20.5,-169.5 - parent: 2 - - uid: 16347 - components: - - type: Transform - pos: 20.5,-170.5 - parent: 2 - - uid: 16348 - components: - - type: Transform - pos: 20.5,-171.5 - parent: 2 - - uid: 16349 - components: - - type: Transform - pos: 20.5,-172.5 - parent: 2 - - uid: 16350 - components: - - type: Transform - pos: 20.5,-173.5 - parent: 2 - - uid: 16351 - components: - - type: Transform - pos: 20.5,-174.5 - parent: 2 - - uid: 16352 - components: - - type: Transform - pos: 20.5,-175.5 - parent: 2 - - uid: 16353 - components: - - type: Transform - pos: 20.5,-176.5 - parent: 2 - - uid: 16354 - components: - - type: Transform - pos: 19.5,-176.5 - parent: 2 - - uid: 16355 - components: - - type: Transform - pos: 19.5,-177.5 - parent: 2 - - uid: 16356 - components: - - type: Transform - pos: 19.5,-178.5 - parent: 2 - - uid: 16357 - components: - - type: Transform - pos: 19.5,-179.5 - parent: 2 - - uid: 16358 - components: - - type: Transform - pos: 19.5,-180.5 - parent: 2 - - uid: 16359 - components: - - type: Transform - pos: 18.5,-180.5 - parent: 2 - - uid: 16360 - components: - - type: Transform - pos: 18.5,-181.5 - parent: 2 - - uid: 16361 - components: - - type: Transform - pos: 18.5,-182.5 - parent: 2 - - uid: 16362 - components: - - type: Transform - pos: 18.5,-183.5 - parent: 2 - - uid: 16363 - components: - - type: Transform - pos: 18.5,-184.5 - parent: 2 - - uid: 16373 - components: - - type: Transform - pos: 23.5,-189.5 - parent: 2 - - uid: 16379 - components: - - type: Transform - pos: 23.5,-185.5 - parent: 2 - - uid: 16380 - components: - - type: Transform - pos: 23.5,-186.5 - parent: 2 - - uid: 16381 - components: - - type: Transform - pos: 23.5,-187.5 - parent: 2 - - uid: 16382 - components: - - type: Transform - pos: 23.5,-188.5 - parent: 2 - - uid: 16383 - components: - - type: Transform - pos: 23.5,-190.5 - parent: 2 - - uid: 16384 - components: - - type: Transform - pos: 22.5,-190.5 - parent: 2 - - uid: 16385 - components: - - type: Transform - pos: 22.5,-191.5 - parent: 2 - - uid: 16386 - components: - - type: Transform - pos: 22.5,-192.5 - parent: 2 - - uid: 16387 - components: - - type: Transform - pos: 22.5,-193.5 - parent: 2 - - uid: 16388 - components: - - type: Transform - pos: 22.5,-194.5 - parent: 2 - - uid: 16389 - components: - - type: Transform - pos: 22.5,-195.5 - parent: 2 - - uid: 16390 - components: - - type: Transform - pos: 22.5,-196.5 - parent: 2 - - uid: 16391 - components: - - type: Transform - pos: 22.5,-197.5 - parent: 2 - - uid: 16392 - components: - - type: Transform - pos: 21.5,-197.5 - parent: 2 - - uid: 16394 - components: - - type: Transform - pos: 21.5,-198.5 - parent: 2 - - uid: 16395 - components: - - type: Transform - pos: 21.5,-199.5 - parent: 2 - - uid: 16396 - components: - - type: Transform - pos: 21.5,-200.5 - parent: 2 - - uid: 16397 - components: - - type: Transform - pos: 21.5,-201.5 - parent: 2 - - uid: 16398 - components: - - type: Transform - pos: 21.5,-202.5 - parent: 2 - - uid: 16399 - components: - - type: Transform - pos: 21.5,-203.5 - parent: 2 - - uid: 16400 - components: - - type: Transform - pos: 21.5,-204.5 - parent: 2 - - uid: 16401 - components: - - type: Transform - pos: 20.5,-204.5 - parent: 2 - - uid: 16402 - components: - - type: Transform - pos: 20.5,-205.5 - parent: 2 - - uid: 16403 - components: - - type: Transform - pos: 20.5,-206.5 - parent: 2 - - uid: 16404 - components: - - type: Transform - pos: 20.5,-207.5 - parent: 2 - - uid: 16405 - components: - - type: Transform - pos: 20.5,-208.5 - parent: 2 - - uid: 16406 - components: - - type: Transform - pos: 19.5,-208.5 - parent: 2 - - uid: 16407 - components: - - type: Transform - pos: 19.5,-209.5 - parent: 2 - - uid: 16408 - components: - - type: Transform - pos: 19.5,-210.5 - parent: 2 - - uid: 16425 - components: - - type: Transform - pos: -17.5,-210.5 - parent: 2 - - uid: 16427 - components: - - type: Transform - pos: -17.5,-209.5 - parent: 2 - - uid: 16428 - components: - - type: Transform - pos: -17.5,-208.5 - parent: 2 - - uid: 16429 - components: - - type: Transform - pos: -18.5,-208.5 - parent: 2 - - uid: 16430 - components: - - type: Transform - pos: -18.5,-207.5 - parent: 2 - - uid: 16431 - components: - - type: Transform - pos: -18.5,-206.5 - parent: 2 - - uid: 16432 - components: - - type: Transform - pos: -18.5,-205.5 - parent: 2 - - uid: 16433 - components: - - type: Transform - pos: -18.5,-204.5 - parent: 2 - - uid: 16434 - components: - - type: Transform - pos: -19.5,-204.5 - parent: 2 - - uid: 16435 - components: - - type: Transform - pos: -19.5,-203.5 - parent: 2 - - uid: 16436 - components: - - type: Transform - pos: -19.5,-202.5 - parent: 2 - - uid: 16437 - components: - - type: Transform - pos: -19.5,-201.5 - parent: 2 - - uid: 16438 - components: - - type: Transform - pos: -19.5,-200.5 - parent: 2 - - uid: 16439 - components: - - type: Transform - pos: -19.5,-199.5 - parent: 2 - - uid: 16440 - components: - - type: Transform - pos: -19.5,-198.5 - parent: 2 - - uid: 16441 - components: - - type: Transform - pos: -19.5,-197.5 - parent: 2 - - uid: 16442 - components: - - type: Transform - pos: -20.5,-197.5 - parent: 2 - - uid: 16443 - components: - - type: Transform - pos: -20.5,-196.5 - parent: 2 - - uid: 16444 - components: - - type: Transform - pos: -20.5,-195.5 - parent: 2 - - uid: 16445 - components: - - type: Transform - pos: -20.5,-194.5 - parent: 2 - - uid: 16446 - components: - - type: Transform - pos: -20.5,-193.5 - parent: 2 - - uid: 16447 - components: - - type: Transform - pos: -20.5,-192.5 - parent: 2 - - uid: 16448 - components: - - type: Transform - pos: -20.5,-191.5 - parent: 2 - - uid: 16449 - components: - - type: Transform - pos: -20.5,-190.5 - parent: 2 - - uid: 16450 - components: - - type: Transform - pos: -21.5,-190.5 - parent: 2 - - uid: 16451 - components: - - type: Transform - pos: -21.5,-189.5 - parent: 2 - - uid: 16452 - components: - - type: Transform - pos: -21.5,-188.5 - parent: 2 - - uid: 16453 - components: - - type: Transform - pos: -21.5,-187.5 - parent: 2 - - uid: 16454 - components: - - type: Transform - pos: -21.5,-186.5 - parent: 2 - - uid: 16455 - components: - - type: Transform - pos: -21.5,-185.5 - parent: 2 - - uid: 16537 - components: - - type: Transform - pos: 17.5,-354.5 - parent: 2 - - uid: 16556 - components: - - type: Transform - pos: 17.5,-355.5 - parent: 2 - - uid: 16557 - components: - - type: Transform - pos: 17.5,-356.5 - parent: 2 - - uid: 16558 - components: - - type: Transform - pos: 17.5,-357.5 - parent: 2 - - uid: 16559 - components: - - type: Transform - pos: 17.5,-358.5 - parent: 2 - - uid: 16560 - components: - - type: Transform - pos: 17.5,-359.5 - parent: 2 - - uid: 16562 - components: - - type: Transform - pos: 16.5,-361.5 - parent: 2 - - uid: 16563 - components: - - type: Transform - pos: 16.5,-362.5 - parent: 2 - - uid: 16564 - components: - - type: Transform - pos: 16.5,-363.5 - parent: 2 - - uid: 16565 - components: - - type: Transform - pos: 16.5,-364.5 - parent: 2 - - uid: 16566 - components: - - type: Transform - pos: 16.5,-365.5 - parent: 2 - - uid: 16567 - components: - - type: Transform - pos: 16.5,-366.5 - parent: 2 - - uid: 16568 - components: - - type: Transform - pos: 15.5,-368.5 - parent: 2 - - uid: 16569 - components: - - type: Transform - pos: 15.5,-369.5 - parent: 2 - - uid: 16570 - components: - - type: Transform - pos: 15.5,-370.5 - parent: 2 - - uid: 16571 - components: - - type: Transform - pos: 15.5,-371.5 - parent: 2 - - uid: 16572 - components: - - type: Transform - pos: 15.5,-372.5 - parent: 2 - - uid: 16573 - components: - - type: Transform - pos: 15.5,-373.5 - parent: 2 - - uid: 16574 - components: - - type: Transform - pos: 14.5,-374.5 - parent: 2 - - uid: 16575 - components: - - type: Transform - pos: 14.5,-375.5 - parent: 2 - - uid: 16576 - components: - - type: Transform - pos: 14.5,-376.5 - parent: 2 - - uid: 16577 - components: - - type: Transform - pos: 14.5,-377.5 - parent: 2 - - uid: 16578 - components: - - type: Transform - pos: 13.5,-378.5 - parent: 2 - - uid: 16579 - components: - - type: Transform - pos: 13.5,-379.5 - parent: 2 - - uid: 16580 - components: - - type: Transform - pos: -12.5,-379.5 - parent: 2 - - uid: 16582 - components: - - type: Transform - pos: -12.5,-378.5 - parent: 2 - - uid: 16587 - components: - - type: Transform - pos: -13.5,-377.5 - parent: 2 - - uid: 16588 - components: - - type: Transform - pos: -13.5,-376.5 - parent: 2 - - uid: 16589 - components: - - type: Transform - pos: -13.5,-375.5 - parent: 2 - - uid: 16590 - components: - - type: Transform - pos: -13.5,-374.5 - parent: 2 - - uid: 16591 - components: - - type: Transform - pos: -14.5,-373.5 - parent: 2 - - uid: 16592 - components: - - type: Transform - pos: -14.5,-372.5 - parent: 2 - - uid: 16593 - components: - - type: Transform - pos: -14.5,-371.5 - parent: 2 - - uid: 16594 - components: - - type: Transform - pos: -14.5,-370.5 - parent: 2 - - uid: 16595 - components: - - type: Transform - pos: -14.5,-369.5 - parent: 2 - - uid: 16596 - components: - - type: Transform - pos: -14.5,-368.5 - parent: 2 - - uid: 16597 - components: - - type: Transform - pos: -14.5,-367.5 - parent: 2 - - uid: 16598 - components: - - type: Transform - pos: -15.5,-366.5 - parent: 2 - - uid: 16599 - components: - - type: Transform - pos: -15.5,-365.5 - parent: 2 - - uid: 16600 - components: - - type: Transform - pos: -15.5,-364.5 - parent: 2 - - uid: 16601 - components: - - type: Transform - pos: -15.5,-363.5 - parent: 2 - - uid: 16602 - components: - - type: Transform - pos: -15.5,-362.5 - parent: 2 - - uid: 16603 - components: - - type: Transform - pos: -15.5,-361.5 - parent: 2 - - uid: 16604 - components: - - type: Transform - pos: -15.5,-360.5 - parent: 2 - - uid: 16605 - components: - - type: Transform - pos: -16.5,-359.5 - parent: 2 - - uid: 16606 - components: - - type: Transform - pos: -16.5,-358.5 - parent: 2 - - uid: 16607 - components: - - type: Transform - pos: -16.5,-357.5 - parent: 2 - - uid: 16608 - components: - - type: Transform - pos: -16.5,-356.5 - parent: 2 - - uid: 16609 - components: - - type: Transform - pos: -16.5,-355.5 - parent: 2 - - uid: 16610 - components: - - type: Transform - pos: -16.5,-354.5 - parent: 2 - - uid: 16744 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,-323.5 - parent: 2 - - uid: 16745 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,-322.5 - parent: 2 - - uid: 16746 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,-321.5 - parent: 2 - - uid: 16747 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,-320.5 - parent: 2 - - uid: 16748 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,-319.5 - parent: 2 - - uid: 16749 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-318.5 - parent: 2 - - uid: 16750 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-317.5 - parent: 2 - - uid: 16751 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-316.5 - parent: 2 - - uid: 16752 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-315.5 - parent: 2 - - uid: 16753 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-314.5 - parent: 2 - - uid: 16754 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-313.5 - parent: 2 - - uid: 16755 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-312.5 - parent: 2 - - uid: 16756 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,-315.5 - parent: 2 - - uid: 16757 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,-313.5 - parent: 2 - - uid: 16758 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,-312.5 - parent: 2 - - uid: 16759 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 37.5,-311.5 - parent: 2 - - uid: 16760 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 37.5,-310.5 - parent: 2 - - uid: 16761 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 37.5,-309.5 - parent: 2 - - uid: 16762 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 37.5,-308.5 - parent: 2 - - uid: 16763 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 37.5,-307.5 - parent: 2 - - uid: 16764 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 37.5,-306.5 - parent: 2 - - uid: 16765 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 37.5,-305.5 - parent: 2 - - uid: 16766 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,-304.5 - parent: 2 - - uid: 16767 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,-303.5 - parent: 2 - - uid: 16768 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,-302.5 - parent: 2 - - uid: 16769 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,-301.5 - parent: 2 - - uid: 16770 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,-300.5 - parent: 2 - - uid: 16771 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,-299.5 - parent: 2 - - uid: 16772 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,-297.5 - parent: 2 - - uid: 16773 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,-296.5 - parent: 2 - - uid: 16774 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,-295.5 - parent: 2 - - uid: 16775 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,-294.5 - parent: 2 - - uid: 16776 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,-293.5 - parent: 2 - - uid: 16777 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,-292.5 - parent: 2 - - uid: 16778 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-298.5 - parent: 2 - - uid: 16779 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-299.5 - parent: 2 - - uid: 16780 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-300.5 - parent: 2 - - uid: 16781 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-301.5 - parent: 2 - - uid: 16782 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,-302.5 - parent: 2 - - uid: 16819 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,-317.5 - parent: 2 - - uid: 16820 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,-320.5 - parent: 2 - - uid: 16821 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,-319.5 - parent: 2 - - uid: 16822 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,-318.5 - parent: 2 - - uid: 16823 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,-316.5 - parent: 2 - - uid: 16824 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,-315.5 - parent: 2 - - uid: 16825 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,-314.5 - parent: 2 - - uid: 16826 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,-313.5 - parent: 2 - - uid: 16827 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,-312.5 - parent: 2 - - uid: 16828 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,-311.5 - parent: 2 - - uid: 16829 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,-310.5 - parent: 2 - - uid: 16830 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,-309.5 - parent: 2 - - uid: 16831 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,-308.5 - parent: 2 - - uid: 16832 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,-307.5 - parent: 2 - - uid: 16833 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,-306.5 - parent: 2 - - uid: 16834 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,-305.5 - parent: 2 - - uid: 16835 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,-304.5 - parent: 2 - - uid: 16836 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,-303.5 - parent: 2 - - uid: 16837 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,-302.5 - parent: 2 - - uid: 16838 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,-301.5 - parent: 2 - - uid: 16839 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,-300.5 - parent: 2 - - uid: 16840 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,-299.5 - parent: 2 - - uid: 16841 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,-298.5 - parent: 2 - - uid: 16842 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,-297.5 - parent: 2 - - uid: 16843 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,-296.5 - parent: 2 - - uid: 16844 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,-295.5 - parent: 2 - - uid: 16845 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,-294.5 - parent: 2 - - uid: 16846 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,-293.5 - parent: 2 -- proto: GunSafeDisabler - entities: - - uid: 12385 - components: - - type: Transform - pos: -0.5,-367.5 - parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14673 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 -- proto: GunSafeLaserCarbine - entities: - - uid: 15797 - components: - - type: Transform - pos: 8.5,-338.5 - parent: 2 -- proto: GunSafePistolMk58 - entities: - - uid: 9424 - components: - - type: Transform - pos: -0.5,-362.5 - parent: 2 -- proto: GunSafeRifleLecter - entities: - - uid: 10696 - components: - - type: Transform - pos: 6.5,-338.5 - parent: 2 -- proto: GunSafeShotgunKammerer - entities: - - uid: 10845 - components: - - type: Transform - pos: 6.5,-337.5 - parent: 2 -- proto: GunSafeSubMachineGunDrozd - entities: - - uid: 10992 - components: - - type: Transform - pos: 8.5,-337.5 - parent: 2 -- proto: Handcuffs - entities: - - uid: 11434 - components: - - type: Transform - pos: 4.456359,-358.63803 - parent: 2 - - uid: 12777 - components: - - type: Transform - parent: 12773 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: HandheldGPSBasic - entities: - - uid: 14076 - components: - - type: Transform - pos: -1.713614,-166.57089 - parent: 2 -- proto: HandheldHealthAnalyzerUnpowered - entities: - - uid: 3890 - components: - - type: Transform - pos: -5.5934877,-206.55833 - parent: 2 -- proto: HandheldStationMap - entities: - - uid: 8420 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.4984746,-166.51599 - parent: 2 -- proto: HandLabeler - entities: - - uid: 3920 - components: - - type: Transform - pos: 7.3246646,-168.50151 - parent: 2 -- proto: HappyHonk - entities: - - uid: 15812 - components: - - type: Transform - pos: 7.0998864,-17.75665 - parent: 2 -- proto: HighSecArmoryLocked - entities: - - uid: 320 - components: - - type: Transform - pos: 7.5,-339.5 - parent: 2 - - uid: 9455 - components: - - type: Transform - pos: 7.5,-341.5 - parent: 2 -- proto: HighSecCommandLocked - entities: - - uid: 102 - components: - - type: Transform - pos: 0.5,-2.5 - parent: 2 - - uid: 266 - components: - - type: Transform - pos: 17.5,-307.5 - parent: 2 - - uid: 7942 - components: - - type: Transform - pos: 22.5,-300.5 - parent: 2 - - uid: 8050 - components: - - type: Transform - pos: 22.5,-314.5 - parent: 2 -- proto: HospitalCurtainsOpen - entities: - - uid: 295 - components: - - type: Transform - pos: 3.5,-172.5 - parent: 2 - - uid: 312 - components: - - type: Transform - pos: -0.5,-14.5 - parent: 2 - - uid: 3188 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-178.5 - parent: 2 - - uid: 3685 - components: - - type: Transform - pos: 3.5,-174.5 - parent: 2 - - uid: 3690 - components: - - type: Transform - pos: 8.5,-172.5 - parent: 2 - - uid: 3691 - components: - - type: Transform - pos: 8.5,-174.5 - parent: 2 - - uid: 3692 - components: - - type: Transform - pos: 8.5,-176.5 - parent: 2 - - type: Door - secondsUntilStateChange: -125138.05 - state: Closing - - uid: 8323 - components: - - type: Transform - pos: 11.5,-251.5 - parent: 2 - - uid: 8347 - components: - - type: Transform - pos: 10.5,-251.5 - parent: 2 - - uid: 11796 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-367.5 - parent: 2 - - uid: 11797 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-364.5 - parent: 2 - - uid: 11798 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-364.5 - parent: 2 - - uid: 11799 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-367.5 - parent: 2 - - uid: 11800 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-372.5 - parent: 2 - - uid: 11801 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-371.5 - parent: 2 -- proto: hydroponicsSoil - entities: - - uid: 2028 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-95.5 - parent: 2 - - uid: 11467 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-373.5 - parent: 2 - - uid: 11468 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-373.5 - parent: 2 - - uid: 11469 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-373.5 - parent: 2 - - uid: 11470 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-373.5 - parent: 2 - - uid: 11471 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-373.5 - parent: 2 - - uid: 11472 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-373.5 - parent: 2 -- proto: HydroponicsToolMiniHoe - entities: - - uid: 2029 - components: - - type: Transform - pos: -4.9444575,-95.49014 - parent: 2 - - uid: 26466 - components: - - type: Transform - pos: -1.4858844,-371.00397 - parent: 2 -- proto: HydroponicsToolSpade - entities: - - uid: 26463 - components: - - type: Transform - pos: -1.2279739,-371.28754 - parent: 2 -- proto: hydroponicsTray - entities: - - uid: 1730 - components: - - type: Transform - pos: -6.5,-83.5 - parent: 2 - - uid: 1731 - components: - - type: Transform - pos: -7.5,-83.5 - parent: 2 - - uid: 1737 - components: - - type: Transform - pos: -7.5,-85.5 - parent: 2 - - uid: 1739 - components: - - type: Transform - pos: -7.5,-86.5 - parent: 2 - - uid: 1740 - components: - - type: Transform - pos: -7.5,-87.5 - parent: 2 - - uid: 1744 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-85.5 - parent: 2 - - uid: 1745 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-86.5 - parent: 2 - - uid: 1746 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-87.5 - parent: 2 -- proto: IDComputerCircuitboard - entities: - - uid: 11527 - components: - - type: Transform - pos: -3.457391,-5.405585 - parent: 2 -- proto: Igniter - entities: - - uid: 17063 - components: - - type: Transform - pos: -13.294711,-246.58882 - parent: 2 - - uid: 17064 - components: - - type: Transform - pos: -13.227223,-246.42015 - parent: 2 -- proto: InflatableWall - entities: - - uid: 1860 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-96.5 - parent: 2 - - uid: 7348 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,-163.5 - parent: 2 - - uid: 7350 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,-163.5 - parent: 2 - - uid: 7351 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,-164.5 - parent: 2 - - uid: 7352 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,-163.5 - parent: 2 - - uid: 7353 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,-162.5 - parent: 2 -- proto: InflatableWallStack1 - entities: - - uid: 1861 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.53376,-97.54558 - parent: 2 - - uid: 1862 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.0571976,-95.47136 - parent: 2 -- proto: IngotGold1 - entities: - - uid: 92 - components: - - type: Transform - pos: -1.6102014,-3.318551 - parent: 2 - - uid: 93 - components: - - type: Transform - pos: -1.356535,-1.3771889 - parent: 2 - - uid: 94 - components: - - type: Transform - pos: -1.5045483,-3.5033855 - parent: 2 - - uid: 14450 - components: - - type: Transform - pos: 17.62472,-83.47914 - parent: 2 - - uid: 14452 - components: - - type: Transform - pos: 17.334173,-83.06987 - parent: 2 - - uid: 14453 - components: - - type: Transform - pos: 13.557059,-82.449356 - parent: 2 - - uid: 14454 - components: - - type: Transform - pos: 13.821194,-78.3566 - parent: 2 -- proto: IngotSilver - entities: - - uid: 89 - components: - - type: Transform - pos: -3.4884946,-1.3774483 - parent: 2 -- proto: IngotSilver1 - entities: - - uid: 14455 - components: - - type: Transform - pos: 13.464613,-83.32071 - parent: 2 -- proto: IntercomCommand - entities: - - uid: 69 - components: - - type: Transform - pos: 1.5,-13.5 - parent: 2 -- proto: IntercomEngineering - entities: - - uid: 9078 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-249.5 - parent: 2 -- proto: IntercomMedical - entities: - - uid: 12199 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-169.5 - parent: 2 -- proto: IntercomScience - entities: - - uid: 12201 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-305.5 - parent: 2 -- proto: IntercomSecurity - entities: - - uid: 12200 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-333.5 - parent: 2 -- proto: IntercomService - entities: - - uid: 1736 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-85.5 - parent: 2 - - uid: 12202 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-84.5 - parent: 2 -- proto: IntercomSupply - entities: - - uid: 1613 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-278.5 - parent: 2 -- proto: JanitorialTrolley - entities: - - uid: 2775 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-55.5 - parent: 2 -- proto: JetpackBlackFilled - entities: - - uid: 11980 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5410702,-381.61026 - parent: 2 -- proto: JetpackBlueFilled - entities: - - uid: 914 - components: - - type: Transform - pos: 4.6285653,0.46697795 - parent: 2 - - uid: 915 - components: - - type: Transform - pos: 4.3160653,0.73260295 - parent: 2 -- proto: JetpackMini - entities: - - uid: 16812 - components: - - type: Transform - parent: 16811 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: JetpackMiniFilled - entities: - - uid: 5136 - components: - - type: Transform - pos: 9.644433,-115.42764 - parent: 2 - - uid: 10822 - components: - - type: Transform - pos: 9.44197,-115.30394 - parent: 2 - - uid: 15167 - components: - - type: Transform - pos: 9.644433,-115.27022 - parent: 2 -- proto: KitchenElectricGrill - entities: - - uid: 1930 - components: - - type: Transform - pos: 1.5,-88.5 - parent: 2 -- proto: KitchenKnife - entities: - - uid: 2309 - components: - - type: Transform - pos: -0.53435105,-85.90257 - parent: 2 -- proto: KitchenMicrowave - entities: - - uid: 206 - components: - - type: Transform - pos: 6.5,-11.5 - parent: 2 - - uid: 580 - components: - - type: Transform - pos: -5.5,-338.5 - parent: 2 - - uid: 1944 - components: - - type: Transform - pos: 0.5,-86.5 - parent: 2 - - uid: 8638 - components: - - type: Transform - pos: -4.5,-285.5 - parent: 2 - - uid: 8915 - components: - - type: Transform - pos: 8.5,-253.5 - parent: 2 - - uid: 9986 - components: - - type: Transform - pos: 7.5,-312.5 - parent: 2 - - uid: 12364 - components: - - type: Transform - pos: 0.5,-370.5 - parent: 2 -- proto: KitchenReagentGrinder - entities: - - uid: 1947 - components: - - type: Transform - pos: -0.5,-85.5 - parent: 2 - - uid: 3128 - components: - - type: Transform - pos: 4.5,-169.5 - parent: 2 - - uid: 10936 - components: - - type: Transform - pos: -5.5,-193.5 - parent: 2 -- proto: KitchenSpike - entities: - - uid: 1781 - components: - - type: Transform - pos: -5.5,-92.5 - parent: 2 - - uid: 1785 - components: - - type: Transform - pos: -5.5,-91.5 - parent: 2 -- proto: KoboldCubeBox - entities: - - uid: 3907 - components: - - type: Transform - pos: -6.325115,-194.94174 - parent: 2 -- proto: KudzuFlowerFriendly - entities: - - uid: 16531 - components: - - type: Transform - pos: -13.5,-165.5 - parent: 2 - - uid: 16532 - components: - - type: Transform - pos: -13.5,-164.5 - parent: 2 - - uid: 16533 - components: - - type: Transform - pos: -13.5,-163.5 - parent: 2 - - uid: 16534 - components: - - type: Transform - pos: -13.5,-166.5 - parent: 2 -- proto: LampBanana - entities: - - uid: 2013 - components: - - type: Transform - pos: -7.310762,-123.94716 - parent: 2 -- proto: LampGold - entities: - - uid: 1369 - components: - - type: Transform - pos: -5.572312,-71.25691 - parent: 2 - - uid: 10922 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.654855,-328.25574 - parent: 2 -- proto: LampInterrogator - entities: - - uid: 12080 - components: - - type: Transform - pos: -5.6837883,-357.0308 - parent: 2 -- proto: LandMineExplosive - entities: - - uid: 11530 - components: - - type: Transform - pos: -4.5384116,-351.36267 - parent: 2 -- proto: Lantern - entities: - - uid: 2675 - components: - - type: Transform - pos: 3.728132,-143.36674 - parent: 2 - - uid: 2676 - components: - - type: Transform - pos: 5.2072816,-143.33742 - parent: 2 -- proto: LargeBeaker - entities: - - uid: 2295 - components: - - type: Transform - pos: 1.582355,-86.26639 - parent: 2 - - uid: 3146 - components: - - type: Transform - pos: 4.313154,-165.64075 - parent: 2 - - uid: 3918 - components: - - type: Transform - pos: -4.4480414,-198.16447 - parent: 2 -- proto: LauncherCreamPie - entities: - - uid: 10163 - components: - - type: Transform - parent: 2003 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: LeavesCannabis - entities: - - uid: 14914 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.4884734,-144.73663 - parent: 2 - - uid: 14921 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.4209847,-144.91653 - parent: 2 - - uid: 14922 - components: - - type: Transform - pos: -6.55596,-148.32358 - parent: 2 -- proto: LightImplanter - entities: - - uid: 3977 - components: - - type: Transform - pos: -2.5364327,-207.28964 - parent: 2 -- proto: LightReplacer - entities: - - uid: 8901 - components: - - type: Transform - pos: -13.643399,-246.28522 - parent: 2 -- proto: LiquidCarbonDioxideCanister - entities: - - uid: 13021 - components: - - type: Transform - pos: -17.5,-245.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 -- proto: LiquidNitrogenCanister - entities: - - uid: 10969 - components: - - type: Transform - pos: -17.5,-246.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 -- proto: LiquidOxygenCanister - entities: - - uid: 16697 - components: - - type: Transform - pos: -17.5,-247.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 -- proto: LockerAtmosphericsFilledHardsuit - entities: - - uid: 13287 - components: - - type: Transform - anchored: True - pos: -13.5,-263.5 - parent: 2 - - type: Physics - bodyType: Static - - uid: 14009 - components: - - type: Transform - anchored: True - pos: -13.5,-264.5 - parent: 2 - - type: Physics - bodyType: Static - - uid: 14297 - components: - - type: Transform - anchored: True - pos: -13.5,-262.5 - parent: 2 - - type: Physics - bodyType: Static -- proto: LockerBoozeFilled - entities: - - uid: 1115 - components: - - type: Transform - pos: 4.5,-61.5 - parent: 2 -- proto: LockerBotanistFilled - entities: - - uid: 1129 - components: - - type: Transform - pos: -7.5,-89.5 - parent: 2 - - uid: 2058 - components: - - type: Transform - pos: -6.5,-89.5 - parent: 2 -- proto: LockerCaptainFilled - entities: - - uid: 297 - components: - - type: Transform - pos: -3.5,-14.5 - parent: 2 -- proto: LockerChemistryFilled - entities: - - uid: 3123 - components: - - type: Transform - pos: 7.5,-165.5 - parent: 2 - - uid: 3124 - components: - - type: Transform - pos: 7.5,-166.5 - parent: 2 -- proto: LockerChiefEngineerFilled - entities: - - uid: 8794 - components: - - type: Transform - pos: 11.5,-254.5 - parent: 2 -- proto: LockerChiefMedicalOfficerFilled - entities: - - uid: 16470 - components: - - type: Transform - pos: 3.5,-180.5 - parent: 2 -- proto: LockerClown - entities: - - uid: 2003 - components: - - type: Transform - pos: -8.5,-124.5 - parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14673 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 8788 - - 8946 - - 10014 - - 10018 - - 10091 - - 10092 - - 10163 - - 10639 - - 10781 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null -- proto: LockerDetectiveFilled - entities: - - uid: 9400 - components: - - type: Transform - pos: -2.5,-73.5 - parent: 2 -- proto: LockerElectricalSupplies - entities: - - uid: 14316 - components: - - type: Transform - pos: -2.5,-244.5 - parent: 2 -- proto: LockerElectricalSuppliesFilled - entities: - - uid: 3255 - components: - - type: Transform - pos: 3.5,-107.5 - parent: 2 - - uid: 4239 - components: - - type: Transform - pos: -2.5,-18.5 - parent: 2 -- proto: LockerEngineerFilledHardsuit - entities: - - uid: 4850 - components: - - type: Transform - pos: 6.5,-257.5 - parent: 2 - - uid: 4977 - components: - - type: Transform - pos: 8.5,-257.5 - parent: 2 - - uid: 5103 - components: - - type: Transform - pos: 5.5,-255.5 - parent: 2 - - uid: 7779 - components: - - type: Transform - pos: 5.5,-257.5 - parent: 2 - - uid: 7817 - components: - - type: Transform - pos: 4.5,-257.5 - parent: 2 - - uid: 7875 - components: - - type: Transform - pos: 4.5,-255.5 - parent: 2 - - uid: 8234 - components: - - type: Transform - pos: 3.5,-255.5 - parent: 2 - - uid: 9869 - components: - - type: Transform - pos: 3.5,-257.5 - parent: 2 -- proto: LockerEvidence - entities: - - uid: 11352 - components: - - type: Transform - pos: -1.5,-342.5 - parent: 2 - - uid: 11353 - components: - - type: Transform - pos: -0.5,-342.5 - parent: 2 - - uid: 11378 - components: - - type: Transform - pos: 3.5,-368.5 - parent: 2 - - uid: 11379 - components: - - type: Transform - pos: -2.5,-368.5 - parent: 2 - - uid: 11403 - components: - - type: Transform - pos: 3.5,-366.5 - parent: 2 - - uid: 11404 - components: - - type: Transform - pos: 3.5,-365.5 - parent: 2 - - uid: 11405 - components: - - type: Transform - pos: -2.5,-366.5 - parent: 2 - - uid: 11406 - components: - - type: Transform - pos: -2.5,-365.5 - parent: 2 - - uid: 11408 - components: - - type: Transform - pos: -0.5,-368.5 - parent: 2 -- proto: LockerFreezer - entities: - - uid: 1939 - components: - - type: Transform - pos: -2.5,-90.5 - parent: 2 - - uid: 1941 - components: - - type: Transform - pos: -0.5,-89.5 - parent: 2 -- proto: LockerFreezerVaultFilled - entities: - - uid: 83 - components: - - type: Transform - pos: -0.5,-1.5 - parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14783 - moles: - - 1.8856695 - - 7.0937095 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 76 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null -- proto: LockerHeadOfPersonnelFilled - entities: - - uid: 2232 - components: - - type: Transform - pos: -1.5,-117.5 - parent: 2 -- proto: LockerHeadOfSecurityFilled - entities: - - uid: 11098 - components: - - type: Transform - pos: -5.5,-344.5 - parent: 2 -- proto: LockerMedicalFilled - entities: - - uid: 2440 - components: - - type: Transform - pos: -0.5,-194.5 - parent: 2 - - uid: 3175 - components: - - type: Transform - pos: 3.5,-193.5 - parent: 2 - - uid: 3177 - components: - - type: Transform - pos: 3.5,-194.5 - parent: 2 -- proto: LockerMedicineFilled - entities: - - uid: 291 - components: - - type: Transform - pos: 7.5,-171.5 - parent: 2 - - uid: 294 - components: - - type: Transform - pos: 3.5,-176.5 - parent: 2 - - uid: 3698 - components: - - type: Transform - pos: 4.5,-176.5 - parent: 2 -- proto: LockerMime - entities: - - uid: 2019 - components: - - type: Transform - pos: -8.5,-121.5 - parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14673 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 11491 - - 11453 - - 11452 - - 11288 - - 11287 - - 11286 - - 11661 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null -- proto: LockerParamedicFilled - entities: - - uid: 2047 - components: - - type: Transform - pos: -2.5,-166.5 - parent: 2 -- proto: LockerQuarterMasterFilled - entities: - - uid: 9012 - components: - - type: Transform - pos: 6.5,-285.5 - parent: 2 -- proto: LockerResearchDirectorFilled - entities: - - uid: 10049 - components: - - type: Transform - pos: -8.5,-305.5 - parent: 2 -- proto: LockerSalvageSpecialistFilled - entities: - - uid: 8489 - components: - - type: Transform - pos: -6.5,-287.5 - parent: 2 - - uid: 8494 - components: - - type: Transform - pos: -6.5,-285.5 - parent: 2 - - uid: 8507 - components: - - type: Transform - pos: -6.5,-286.5 - parent: 2 -- proto: LockerScienceFilled - entities: - - uid: 10026 - components: - - type: Transform - pos: 7.5,-302.5 - parent: 2 - - uid: 10028 - components: - - type: Transform - pos: 4.5,-310.5 - parent: 2 - - uid: 10038 - components: - - type: Transform - pos: -2.5,-313.5 - parent: 2 - - uid: 10039 - components: - - type: Transform - pos: -2.5,-314.5 - parent: 2 - - uid: 10088 - components: - - type: Transform - pos: -2.5,-315.5 - parent: 2 - - uid: 10128 - components: - - type: Transform - pos: -6.5,-302.5 - parent: 2 -- proto: LockerSecurityFilled - entities: - - uid: 596 - components: - - type: Transform - pos: -8.5,-338.5 - parent: 2 - - uid: 1145 - components: - - type: Transform - pos: -8.5,-339.5 - parent: 2 - - uid: 7216 - components: - - type: Transform - pos: -8.5,-337.5 - parent: 2 - - uid: 7249 - components: - - type: Transform - pos: -8.5,-340.5 - parent: 2 - - uid: 7254 - components: - - type: Transform - pos: -7.5,-336.5 - parent: 2 - - uid: 9416 - components: - - type: Transform - pos: -7.5,-342.5 - parent: 2 - - uid: 10747 - components: - - type: Transform - pos: -8.5,-341.5 - parent: 2 -- proto: LockerWardenFilled - entities: - - uid: 12854 - components: - - type: Transform - pos: 1.5,-363.5 - parent: 2 -- proto: LockerWeldingSuppliesFilled - entities: - - uid: 3673 - components: - - type: Transform - pos: 5.5,-111.5 - parent: 2 - - uid: 14346 - components: - - type: Transform - pos: -2.5,-261.5 - parent: 2 - - uid: 14347 - components: - - type: Transform - pos: 3.5,-261.5 - parent: 2 -- proto: LuxuryPen - entities: - - uid: 11103 - components: - - type: Transform - pos: 5.7372117,-332.35062 - parent: 2 -- proto: MachineAnomalyGenerator - entities: - - uid: 9998 - components: - - type: Transform - pos: 6.5,-300.5 - parent: 2 -- proto: MachineAnomalySynchronizer - entities: - - uid: 15090 - components: - - type: Transform - pos: 11.5,-196.5 - parent: 2 -- proto: MachineAnomalyVessel - entities: - - uid: 10010 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-299.5 - parent: 2 - - uid: 10011 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-299.5 - parent: 2 -- proto: MachineAPE - entities: - - uid: 1754 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-37.5 - parent: 2 - - uid: 10006 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-304.5 - parent: 2 - - uid: 10007 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-303.5 - parent: 2 - - uid: 15091 - components: - - type: Transform - pos: 11.5,-195.5 - parent: 2 -- proto: MachineArtifactAnalyzer - entities: - - uid: 10029 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-314.5 - parent: 2 -- proto: MachineCentrifuge - entities: - - uid: 3161 - components: - - type: Transform - pos: 4.5,-165.5 - parent: 2 -- proto: MachineElectrolysisUnit - entities: - - uid: 11990 - components: - - type: Transform - pos: -7.5,-172.5 - parent: 2 -- proto: MachineFrame - entities: - - uid: 7217 - components: - - type: Transform - pos: 0.5,-196.5 - parent: 2 - - uid: 8005 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-196.5 - parent: 2 - - uid: 16496 - components: - - type: Transform - pos: -1.5,-172.5 - parent: 2 -- proto: MachineFrameDestroyed - entities: - - uid: 6704 - components: - - type: Transform - pos: 31.5,-260.5 - parent: 2 -- proto: MagazinePistolSubMachineGunTopMounted - entities: - - uid: 10716 - components: - - type: Transform - pos: -3.9900005,-346.49026 - parent: 2 - - uid: 10718 - components: - - type: Transform - pos: -4.0056252,-346.584 - parent: 2 -- proto: MagicDiceBag - entities: - - uid: 14459 - components: - - type: Transform - pos: 17.444256,-79.34277 - parent: 2 -- proto: MailingUnit - entities: - - uid: 2711 - components: - - type: Transform - pos: 4.5,-137.5 - parent: 2 - - type: MailingUnit - tag: Chapel - - uid: 5864 - components: - - type: Transform - pos: -0.5,-279.5 - parent: 2 - - type: MailingUnit - tag: Cargo - - uid: 6643 - components: - - type: Transform - pos: 6.5,-176.5 - parent: 2 - - type: MailingUnit - tag: Medical - - uid: 8111 - components: - - type: Transform - pos: 13.5,-250.5 - parent: 2 - - type: MailingUnit - tag: Engineering - - uid: 9040 - components: - - type: Transform - pos: -6.5,-142.5 - parent: 2 - - type: MailingUnit - tag: Library - - uid: 12147 - components: - - type: Transform - pos: 2.5,-91.5 - parent: 2 - - type: MailingUnit - tag: Kitchen - - uid: 12394 - components: - - type: Transform - pos: 2.5,-119.5 - parent: 2 - - type: MailingUnit - tag: HoP Office - - uid: 13434 - components: - - type: Transform - pos: -3.5,-342.5 - parent: 2 - - uid: 13518 - components: - - type: Transform - pos: 4.5,-10.5 - parent: 2 - - type: MailingUnit - tag: Bridge - - uid: 13625 - components: - - type: Transform - pos: 0.5,-61.5 - parent: 2 - - type: MailingUnit - tag: Bar - - uid: 13819 - components: - - type: Transform - pos: -3.5,-288.5 - parent: 2 - - type: MailingUnit - tag: Salvage - - uid: 14134 - components: - - type: Transform - pos: -3.5,-303.5 - parent: 2 - - type: MailingUnit - tag: Science - - uid: 17005 - components: - - type: Transform - pos: -13.5,-261.5 - parent: 2 - - type: MailingUnit - tag: Atmos -- proto: MaintenanceFluffSpawner - entities: - - uid: 1036 - components: - - type: Transform - pos: -5.5,-44.5 - parent: 2 - - uid: 1133 - components: - - type: Transform - pos: -3.5,-38.5 - parent: 2 - - uid: 1134 - components: - - type: Transform - pos: -3.5,-36.5 - parent: 2 - - uid: 2757 - components: - - type: Transform - pos: -2.5,-146.5 - parent: 2 - - uid: 7403 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-139.5 - parent: 2 - - uid: 7404 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-139.5 - parent: 2 - - uid: 7405 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,-138.5 - parent: 2 - - uid: 7406 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-152.5 - parent: 2 - - uid: 7407 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,-152.5 - parent: 2 - - uid: 11698 - components: - - type: Transform - pos: -6.5,-146.5 - parent: 2 - - uid: 13432 - components: - - type: Transform - pos: -3.5,-32.5 - parent: 2 - - uid: 14651 - components: - - type: Transform - pos: 14.5,-82.5 - parent: 2 - - uid: 14652 - components: - - type: Transform - pos: 17.5,-70.5 - parent: 2 - - uid: 14653 - components: - - type: Transform - pos: 14.5,-68.5 - parent: 2 - - uid: 14654 - components: - - type: Transform - pos: 13.5,-73.5 - parent: 2 - - uid: 14681 - components: - - type: Transform - pos: -12.5,-168.5 - parent: 2 -- proto: MaintenancePlantSpawner - entities: - - uid: 1033 - components: - - type: Transform - pos: -5.5,-34.5 - parent: 2 - - uid: 1035 - components: - - type: Transform - pos: -3.5,-41.5 - parent: 2 - - uid: 1590 - components: - - type: Transform - pos: 5.5,-59.5 - parent: 2 - - uid: 1591 - components: - - type: Transform - pos: 6.5,-54.5 - parent: 2 - - uid: 1596 - components: - - type: Transform - pos: 4.5,-66.5 - parent: 2 - - uid: 1608 - components: - - type: Transform - pos: 5.5,-71.5 - parent: 2 - - uid: 3561 - components: - - type: Transform - pos: -5.5,-162.5 - parent: 2 - - uid: 5256 - components: - - type: Transform - pos: 7.5,-162.5 - parent: 2 - - uid: 7412 - components: - - type: Transform - pos: 16.5,-158.5 - parent: 2 - - uid: 7413 - components: - - type: Transform - pos: 15.5,-163.5 - parent: 2 - - uid: 7414 - components: - - type: Transform - pos: 14.5,-158.5 - parent: 2 - - uid: 12117 - components: - - type: Transform - pos: -6.5,-36.5 - parent: 2 - - uid: 14624 - components: - - type: Transform - pos: -5.5,-243.5 - parent: 2 - - uid: 16498 - components: - - type: Transform - pos: -14.5,-165.5 - parent: 2 - - uid: 16499 - components: - - type: Transform - pos: -14.5,-164.5 - parent: 2 - - uid: 16516 - components: - - type: Transform - pos: -11.5,-161.5 - parent: 2 - - uid: 16518 - components: - - type: Transform - pos: -12.5,-164.5 - parent: 2 - - uid: 16520 - components: - - type: Transform - pos: -13.5,-166.5 - parent: 2 - - uid: 16521 - components: - - type: Transform - pos: -12.5,-167.5 - parent: 2 - - uid: 16522 - components: - - type: Transform - pos: -12.5,-166.5 - parent: 2 - - uid: 16523 - components: - - type: Transform - pos: -9.5,-167.5 - parent: 2 - - uid: 16524 - components: - - type: Transform - pos: -8.5,-162.5 - parent: 2 - - uid: 16884 - components: - - type: Transform - pos: -5.5,-250.5 - parent: 2 -- proto: MaintenanceToolSpawner - entities: - - uid: 1169 - components: - - type: Transform - pos: 3.5,-18.5 - parent: 2 - - uid: 2673 - components: - - type: Transform - pos: 4.5,-143.5 - parent: 2 - - uid: 2756 - components: - - type: Transform - pos: -3.5,-148.5 - parent: 2 - - uid: 3639 - components: - - type: Transform - pos: -2.5,-180.5 - parent: 2 - - uid: 7408 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-146.5 - parent: 2 - - uid: 7409 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-153.5 - parent: 2 - - uid: 7410 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,-139.5 - parent: 2 - - uid: 9059 - components: - - type: Transform - pos: 3.5,-282.5 - parent: 2 - - uid: 9060 - components: - - type: Transform - pos: 3.5,-282.5 - parent: 2 - - uid: 14626 - components: - - type: Transform - pos: -5.5,-244.5 - parent: 2 - - uid: 14680 - components: - - type: Transform - pos: -14.5,-161.5 - parent: 2 - - uid: 16887 - components: - - type: Transform - pos: -4.5,-251.5 - parent: 2 -- proto: MaintenanceWeaponSpawner - entities: - - uid: 1106 - components: - - type: Transform - pos: 6.5,-27.5 - parent: 2 - - uid: 2750 - components: - - type: Transform - pos: -2.5,-148.5 - parent: 2 - - uid: 7411 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,-159.5 - parent: 2 - - uid: 16515 - components: - - type: Transform - pos: -11.5,-164.5 - parent: 2 - - uid: 16904 - components: - - type: Transform - pos: -13.5,-161.5 - parent: 2 -- proto: Matchbox - entities: - - uid: 14413 - components: - - type: Transform - pos: 13.58873,-63.406937 - parent: 2 -- proto: MaterialBones1 - entities: - - uid: 1178 - components: - - type: Transform - pos: -9.6216,-313.45743 - parent: 2 - - uid: 1328 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.432205,-287.74188 - parent: 2 - - uid: 2268 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.485611,-116.31554 - parent: 2 - - uid: 12160 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 17.70648,-164.34258 - parent: 2 - - uid: 12161 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.2381563,-139.7225 - parent: 2 - - uid: 12162 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.6467605,-95.3029 - parent: 2 - - uid: 12163 - components: - - type: Transform - pos: 7.7499275,-57.722916 - parent: 2 - - uid: 12164 - components: - - type: Transform - pos: 4.1805468,-18.559465 - parent: 2 - - uid: 12165 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.3194995,-200.24161 - parent: 2 - - uid: 12168 - components: - - type: Transform - pos: -7.709251,-14.40967 - parent: 2 - - uid: 12169 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.665835,-223.53601 - parent: 2 - - uid: 12171 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.721866,-180.67075 - parent: 2 -- proto: MaterialCloth - entities: - - uid: 2261 - components: - - type: Transform - pos: 2.2574189,-121.30031 - parent: 2 -- proto: MaterialDiamond1 - entities: - - uid: 95 - components: - - type: Transform - pos: -2.44932,-1.350307 - parent: 2 -- proto: MaterialDurathread - entities: - - uid: 2259 - components: - - type: Transform - pos: 2.6536188,-121.53795 - parent: 2 -- proto: MaterialReclaimer - entities: - - uid: 9053 - components: - - type: Transform - pos: 6.5,-276.5 - parent: 2 -- proto: MaterialWoodPlank10 - entities: - - uid: 6887 - components: - - type: Transform - pos: 19.673317,-257.24585 - parent: 2 -- proto: MatterBinStockPart - entities: - - uid: 9979 - components: - - type: Transform - pos: -1.6846497,-303.9585 - parent: 2 -- proto: MedicalBed - entities: - - uid: 477 - components: - - type: Transform - pos: 3.5,-172.5 - parent: 2 - - uid: 478 - components: - - type: Transform - pos: 8.5,-174.5 - parent: 2 - - uid: 2419 - components: - - type: Transform - pos: 8.5,-172.5 - parent: 2 - - uid: 3136 - components: - - type: Transform - pos: 8.5,-176.5 - parent: 2 - - uid: 3169 - components: - - type: Transform - pos: 3.5,-174.5 - parent: 2 - - uid: 9397 - components: - - type: Transform - pos: 5.5,-180.5 - parent: 2 - - uid: 11437 - components: - - type: Transform - pos: -4.5,-361.5 - parent: 2 -- proto: MedicalTechFab - entities: - - uid: 3219 - components: - - type: Transform - pos: -0.5,-192.5 - parent: 2 -- proto: MedkitAdvancedFilled - entities: - - uid: 403 - components: - - type: Transform - pos: 1.6380901,2.7440202 - parent: 2 - - uid: 7884 - components: - - type: Transform - pos: 4.223473,-178.34943 - parent: 2 - - uid: 11429 - components: - - type: Transform - pos: -6.360816,-360.66074 - parent: 2 -- proto: MedkitBruteFilled - entities: - - uid: 3232 - components: - - type: Transform - pos: 1.9111176,-192.26358 - parent: 2 - - uid: 3233 - components: - - type: Transform - pos: 2.104815,-192.52763 - parent: 2 -- proto: MedkitBurnFilled - entities: - - uid: 3226 - components: - - type: Transform - pos: 3.7108743,-192.53125 - parent: 2 - - uid: 3227 - components: - - type: Transform - pos: 3.5171762,-192.26721 - parent: 2 -- proto: MedkitFilled - entities: - - uid: 3235 - components: - - type: Transform - pos: 1.6602318,-193.5479 - parent: 2 - - uid: 3236 - components: - - type: Transform - pos: 1.4137071,-193.27406 - parent: 2 - - uid: 3237 - components: - - type: Transform - pos: 1.6367531,-192.97285 - parent: 2 - - uid: 3238 - components: - - type: Transform - pos: 1.4137071,-192.68338 - parent: 2 - - uid: 8892 - components: - - type: Transform - pos: -7.402346,-271.4695 - parent: 2 - - uid: 11435 - components: - - type: Transform - pos: -6.627599,-360.45245 - parent: 2 -- proto: MedkitOxygenFilled - entities: - - uid: 3228 - components: - - type: Transform - pos: 2.9762833,-192.27135 - parent: 2 - - uid: 3229 - components: - - type: Transform - pos: 3.1699817,-192.5354 - parent: 2 -- proto: MedkitRadiationFilled - entities: - - uid: 3230 - components: - - type: Transform - pos: 2.436729,-192.26717 - parent: 2 -- proto: MedkitToxinFilled - entities: - - uid: 2761 - components: - - type: Transform - pos: 6.701955,-163.31392 - parent: 2 - - uid: 3231 - components: - - type: Transform - pos: 2.6417062,-192.53575 - parent: 2 -- proto: MicroManipulatorStockPart - entities: - - uid: 9971 - components: - - type: Transform - pos: -1.635678,-304.48248 - parent: 2 - - uid: 9978 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.3979578,-304.19202 - parent: 2 -- proto: MiniGravityGeneratorCircuitboard - entities: - - uid: 11671 - components: - - type: Transform - pos: -1.6577122,-7.519528 - parent: 2 -- proto: MiningWindow - entities: - - uid: 3246 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,-136.5 - parent: 2 - - uid: 4182 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-86.5 - parent: 2 - - uid: 7253 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,-144.5 - parent: 2 - - uid: 7256 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,-147.5 - parent: 2 - - uid: 7257 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-144.5 - parent: 2 - - uid: 7258 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-145.5 - parent: 2 - - uid: 7259 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-146.5 - parent: 2 - - uid: 7260 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-147.5 - parent: 2 - - uid: 7265 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,-138.5 - parent: 2 - - uid: 7266 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,-139.5 - parent: 2 - - uid: 7267 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-139.5 - parent: 2 - - uid: 7268 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-138.5 - parent: 2 - - uid: 7273 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,-153.5 - parent: 2 - - uid: 7274 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,-152.5 - parent: 2 - - uid: 7275 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-153.5 - parent: 2 - - uid: 7276 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-152.5 - parent: 2 - - uid: 7299 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,-160.5 - parent: 2 - - uid: 7300 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,-159.5 - parent: 2 - - uid: 7301 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-159.5 - parent: 2 - - uid: 7302 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-160.5 - parent: 2 - - uid: 7309 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,-166.5 - parent: 2 - - uid: 7310 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,-165.5 - parent: 2 - - uid: 14249 - components: - - type: Transform - pos: 12.5,-79.5 - parent: 2 - - uid: 14250 - components: - - type: Transform - pos: 12.5,-78.5 - parent: 2 - - uid: 14251 - components: - - type: Transform - pos: 12.5,-77.5 - parent: 2 - - uid: 14252 - components: - - type: Transform - pos: 18.5,-77.5 - parent: 2 - - uid: 14253 - components: - - type: Transform - pos: 18.5,-78.5 - parent: 2 - - uid: 14254 - components: - - type: Transform - pos: 18.5,-79.5 - parent: 2 - - uid: 14255 - components: - - type: Transform - pos: 18.5,-73.5 - parent: 2 - - uid: 14256 - components: - - type: Transform - pos: 18.5,-74.5 - parent: 2 - - uid: 14257 - components: - - type: Transform - pos: 18.5,-72.5 - parent: 2 - - uid: 14258 - components: - - type: Transform - pos: 12.5,-72.5 - parent: 2 - - uid: 14259 - components: - - type: Transform - pos: 12.5,-73.5 - parent: 2 - - uid: 14260 - components: - - type: Transform - pos: 12.5,-74.5 - parent: 2 - - uid: 14272 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,-87.5 - parent: 2 - - uid: 14276 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,-86.5 - parent: 2 - - uid: 14281 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-86.5 - parent: 2 - - uid: 14284 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,-136.5 - parent: 2 - - uid: 14285 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,-136.5 - parent: 2 - - uid: 14286 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,-135.5 - parent: 2 - - uid: 14414 - components: - - type: Transform - pos: 16.5,-76.5 - parent: 2 - - uid: 14415 - components: - - type: Transform - pos: 14.5,-76.5 - parent: 2 -- proto: MiningWindowDiagonal - entities: - - uid: 4198 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,-137.5 - parent: 2 - - uid: 7490 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-137.5 - parent: 2 - - uid: 9808 - components: - - type: Transform - pos: 14.5,-135.5 - parent: 2 - - uid: 9814 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,-135.5 - parent: 2 - - uid: 14004 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,-85.5 - parent: 2 - - uid: 14097 - components: - - type: Transform - pos: 16.5,-85.5 - parent: 2 - - uid: 14101 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-87.5 - parent: 2 - - uid: 14282 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,-87.5 - parent: 2 -- proto: Mirror - entities: - - uid: 2873 - components: - - type: Transform - pos: -3.5,-153.5 - parent: 2 - - uid: 2874 - components: - - type: Transform - pos: -2.5,-154.5 - parent: 2 -- proto: MopBucket - entities: - - uid: 14774 - components: - - type: Transform - pos: 3.5661294,-32.585365 - parent: 2 - - type: ContainerContainer - containers: - storagebase: !type:Container - showEnts: False - occludes: True - ents: [] - shark_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: 14775 -- proto: MopItem - entities: - - uid: 1734 - components: - - type: Transform - pos: -2.979488,-53.533066 - parent: 2 - - uid: 3243 - components: - - type: Transform - pos: -1.3489041,-172.98175 - parent: 2 - - uid: 12296 - components: - - type: Transform - pos: -4.5275626,-374.4991 - parent: 2 - - uid: 14478 - components: - - type: Transform - parent: 14476 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: Morgue - entities: - - uid: 2693 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-138.5 - parent: 2 - - uid: 2783 - components: - - type: Transform - pos: -4.5,-172.5 - parent: 2 - - uid: 2889 - components: - - type: Transform - pos: -4.5,-175.5 - parent: 2 - - uid: 2903 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-177.5 - parent: 2 - - uid: 2908 - components: - - type: Transform - pos: -3.5,-175.5 - parent: 2 - - uid: 2983 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-174.5 - parent: 2 - - uid: 2984 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-174.5 - parent: 2 - - uid: 3045 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-177.5 - parent: 2 - - uid: 3047 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-177.5 - parent: 2 - - uid: 3049 - components: - - type: Transform - pos: -2.5,-172.5 - parent: 2 - - uid: 3076 - components: - - type: Transform - pos: -3.5,-172.5 - parent: 2 -- proto: MothroachCube - entities: - - uid: 13991 - components: - - type: Transform - pos: 20.53401,-238.32663 - parent: 2 -- proto: MouseTimedSpawner - entities: - - uid: 14691 - components: - - type: Transform - pos: -6.5,-169.5 - parent: 2 -- proto: Multitool - entities: - - uid: 12376 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.4878173,-317.32074 - parent: 2 - - uid: 15095 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.586618,-199.95932 - parent: 2 -- proto: MysteryFigureBoxTrash - entities: - - uid: 14731 - components: - - type: Transform - pos: -6.5606046,-189.40254 - parent: 2 - - uid: 14732 - components: - - type: Transform - pos: -6.3614616,-189.46121 - parent: 2 -- proto: NitrogenCanister - entities: - - uid: 3602 - components: - - type: Transform - pos: -7.5,-175.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 9822 - components: - - type: Transform - pos: -4.5,-311.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 11937 - components: - - type: Transform - pos: -13.5,-250.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 12143 - components: - - type: Transform - pos: 4.5,-1.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 16957 - components: - - type: Transform - pos: -21.5,-257.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 -- proto: NitrousOxideCanister - entities: - - uid: 11220 - components: - - type: Transform - pos: 5.5,-355.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 -- proto: NoticeBoard - entities: - - uid: 2785 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-142.5 - parent: 2 - - uid: 12137 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-92.5 - parent: 2 -- proto: NuclearBomb - entities: - - uid: 82 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-2.5 - parent: 2 -- proto: NuclearBombKeg - entities: - - uid: 1634 - components: - - type: Transform - pos: 5.5,-66.5 - parent: 2 -- proto: OperatingTable - entities: - - uid: 6913 - components: - - type: Transform - pos: -11.5,-165.5 - parent: 2 - - uid: 6960 - components: - - type: Transform - pos: -11.5,-166.5 - parent: 2 - - uid: 6964 - components: - - type: Transform - pos: -11.5,-164.5 - parent: 2 - - uid: 7189 - components: - - type: Transform - pos: 2.5,-201.5 - parent: 2 -- proto: OreBag - entities: - - uid: 8956 - components: - - type: Transform - pos: -4.660206,-273.15723 - parent: 2 - - uid: 8957 - components: - - type: Transform - pos: -4.3602595,-273.51703 - parent: 2 -- proto: OreProcessor - entities: - - uid: 8856 - components: - - type: Transform - pos: -1.5,-270.5 - parent: 2 -- proto: OxygenCanister - entities: - - uid: 8891 - components: - - type: Transform - pos: -6.5,-268.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 8975 - components: - - type: Transform - pos: -17.5,-248.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 9992 - components: - - type: Transform - pos: -5.5,-312.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 11914 - components: - - type: Transform - pos: -21.5,-255.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 12140 - components: - - type: Transform - pos: 4.5,-2.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 14640 - components: - - type: Transform - pos: -6.5,-258.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 -- proto: PaintingAmogusTriptych - entities: - - uid: 14569 - components: - - type: Transform - pos: 13.5,-308.5 - parent: 2 -- proto: PaintingSkeletonCigarette - entities: - - uid: 14384 - components: - - type: Transform - pos: 13.5,-59.5 - parent: 2 -- proto: Paper - entities: - - uid: 308 - components: - - type: Transform - pos: -2.1307557,-9.45595 - parent: 2 - - uid: 319 - components: - - type: Transform - pos: -2.295726,-9.298528 - parent: 2 - - uid: 1458 - components: - - type: Transform - pos: -5.538568,-72.16771 - parent: 2 - - uid: 4686 - components: - - type: Transform - pos: -5.6735435,-72.06651 - parent: 2 - - uid: 6645 - components: - - type: Transform - pos: 1.2017322,-250.54102 - parent: 2 - - uid: 6646 - components: - - type: Transform - pos: 1.1885252,-250.9767 - parent: 2 - - uid: 11069 - components: - - type: Transform - pos: 5.1001754,-328.37433 - parent: 2 - - uid: 11070 - components: - - type: Transform - pos: 5.271862,-328.51956 - parent: 2 -- proto: PaperBin10 - entities: - - uid: 318 - components: - - type: Transform - pos: -1.5,-9.5 - parent: 2 -- proto: PaperBin20 - entities: - - uid: 216 - components: - - type: Transform - pos: 6.5,-6.5 - parent: 2 - - uid: 2748 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-121.5 - parent: 2 - - uid: 10164 - components: - - type: Transform - pos: -1.5,-303.5 - parent: 2 - - uid: 11067 - components: - - type: Transform - pos: 6.5,-332.5 - parent: 2 -- proto: PaperBin5 - entities: - - uid: 2746 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-139.5 - parent: 2 - - uid: 14786 - components: - - type: Transform - pos: -5.5,-72.5 - parent: 2 -- proto: PaperOffice - entities: - - uid: 8542 - components: - - type: Transform - pos: 4.3584957,-272.45734 - parent: 2 - - uid: 9082 - components: - - type: Transform - pos: 4.538463,-272.60727 - parent: 2 -- proto: PaperScrap - entities: - - uid: 2636 - components: - - type: Transform - pos: -6.3057356,-152.6655 - parent: 2 - - uid: 2751 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.3009803,-136.6098 - parent: 2 -- proto: ParticleAcceleratorControlBoxUnfinished - entities: - - uid: 8939 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,-260.5 - parent: 2 -- proto: ParticleAcceleratorEmitterForeUnfinished - entities: - - uid: 7727 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,-259.5 - parent: 2 -- proto: ParticleAcceleratorEmitterPortUnfinished - entities: - - uid: 7581 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,-258.5 - parent: 2 -- proto: ParticleAcceleratorEmitterStarboardUnfinished - entities: - - uid: 8523 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,-260.5 - parent: 2 -- proto: ParticleAcceleratorEndCapUnfinished - entities: - - uid: 8100 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,-258.5 - parent: 2 -- proto: ParticleAcceleratorFuelChamber - entities: - - uid: 7461 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,-259.5 - parent: 2 -- proto: ParticleAcceleratorPowerBoxUnfinished - entities: - - uid: 8488 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-259.5 - parent: 2 -- proto: Pen - entities: - - uid: 217 - components: - - type: Transform - pos: 6.0078807,-6.5636206 - parent: 2 - - uid: 218 - components: - - type: Transform - pos: 6.1091127,-6.4286876 - parent: 2 - - uid: 2740 - components: - - type: Transform - pos: -5.6306825,-140.2427 - parent: 2 - - uid: 2760 - components: - - type: Transform - pos: -5.401766,-139.93465 - parent: 2 - - uid: 9084 - components: - - type: Transform - pos: 4.3734927,-272.86963 - parent: 2 -- proto: PhoneInstrument - entities: - - uid: 207 - components: - - type: Transform - pos: 6.5365367,-7.3394823 - parent: 2 -- proto: Pickaxe - entities: - - uid: 8860 - components: - - type: Transform - pos: -7.5629373,-271.36987 - parent: 2 - - uid: 8864 - components: - - type: Transform - pos: -4.5245614,-272.94254 - parent: 2 - - uid: 14358 - components: - - type: Transform - pos: 13.454053,-140.39398 - parent: 2 -- proto: PillCanisterIron - entities: - - uid: 3696 - components: - - type: Transform - pos: 3.6948316,-173.37283 - parent: 2 -- proto: PinpointerNuclear - entities: - - uid: 76 - components: - - type: Transform - parent: 83 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: PlasmaCanister - entities: - - uid: 9821 - components: - - type: Transform - pos: -5.5,-311.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 11915 - components: - - type: Transform - pos: -21.5,-251.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 -- proto: PlasticFlapsAirtightClear - entities: - - uid: 8763 - components: - - type: Transform - pos: 2.5,-273.5 - parent: 2 - - uid: 11957 - components: - - type: Transform - pos: 9.5,-277.5 - parent: 2 - - uid: 11958 - components: - - type: Transform - pos: 11.5,-281.5 - parent: 2 - - uid: 11959 - components: - - type: Transform - pos: 9.5,-281.5 - parent: 2 - - uid: 11970 - components: - - type: Transform - pos: 11.5,-277.5 - parent: 2 -- proto: PlasticFlapsAirtightOpaque - entities: - - uid: 4416 - components: - - type: Transform - pos: 4.5,-217.5 - parent: 2 -- proto: PlushieArachind - entities: - - uid: 13435 - components: - - type: Transform - pos: -0.6106252,-27.432035 - parent: 2 -- proto: PlushieCarp - entities: - - uid: 3706 - components: - - type: Transform - pos: 6.685664,-122.428696 - parent: 2 - - uid: 3708 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.4083242,-123.53769 - parent: 2 -- proto: PlushieDiona - entities: - - uid: 2253 - components: - - type: Transform - pos: 1.9108882,-40.77967 - parent: 2 -- proto: PlushieHuman - entities: - - uid: 4139 - components: - - type: Transform - pos: -2.1023247,-3.5538187 - parent: 2 -- proto: PlushieLizard - entities: - - uid: 14372 - components: - - type: Transform - pos: 16.56339,-60.471424 - parent: 2 -- proto: PlushieLizardMirrored - entities: - - uid: 1461 - components: - - type: Transform - pos: 3.2787921,-72.53624 - parent: 2 - - uid: 4140 - components: - - type: Transform - pos: -3.6779807,-3.613141 - parent: 2 - - uid: 14334 - components: - - type: Transform - pos: 14.486045,-60.418846 - parent: 2 -- proto: PlushieRGBee - entities: - - uid: 9987 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.686648,-313.90622 - parent: 2 -- proto: PlushieRouny - entities: - - uid: 3887 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.4988103,-200.4284 - parent: 2 -- proto: PlushieSharkBlue - entities: - - uid: 14775 - components: - - type: Transform - parent: 14774 - - type: Physics - canCollide: False -- proto: PlushieSpaceLizard - entities: - - uid: 5362 - components: - - type: Transform - pos: -22.266762,-264.84647 - parent: 2 -- proto: PortableFlasher - entities: - - uid: 14602 - components: - - type: Transform - pos: 9.5,-340.5 - parent: 2 -- proto: PortableGeneratorJrPacman - entities: - - uid: 351 - components: - - type: Transform - pos: 6.5,-372.5 - parent: 2 - - uid: 372 - components: - - type: Transform - pos: 7.5,-1.5 - parent: 2 - - uid: 1050 - components: - - type: Transform - pos: -5.5,-35.5 - parent: 2 - - uid: 2332 - components: - - type: Transform - pos: -2.5,-80.5 - parent: 2 - - uid: 8908 - components: - - type: Transform - pos: 17.5,-243.5 - parent: 2 - - uid: 10720 - components: - - type: Transform - pos: -7.5,-174.5 - parent: 2 - - uid: 10735 - components: - - type: Transform - pos: -6.5,-197.5 - parent: 2 - - uid: 10848 - components: - - type: Transform - pos: 4.5,-67.5 - parent: 2 - - uid: 14617 - components: - - type: Transform - anchored: True - pos: -17.5,-265.5 - parent: 2 - - type: Physics - bodyType: Static - - uid: 14806 - components: - - type: Transform - pos: 16.5,-154.5 - parent: 2 - - uid: 15585 - components: - - type: Transform - pos: 5.5,-222.5 - parent: 2 - - uid: 15787 - components: - - type: Transform - pos: 16.5,-142.5 - parent: 2 - - uid: 15790 - components: - - type: Transform - pos: 5.5,-259.5 - parent: 2 - - uid: 15791 - components: - - type: Transform - pos: -5.5,-296.5 - parent: 2 - - uid: 15792 - components: - - type: Transform - pos: -0.5,-268.5 - parent: 2 - - uid: 15793 - components: - - type: Transform - pos: 1.5,-348.5 - parent: 2 -- proto: PortableScrubber - entities: - - uid: 3 - components: - - type: Transform - pos: -20.5,-263.5 - parent: 2 - - uid: 4904 - components: - - type: Transform - pos: 19.5,-246.5 - parent: 2 - - uid: 7436 - components: - - type: Transform - pos: 2.5,-112.5 - parent: 2 - - uid: 12101 - components: - - type: Transform - pos: -19.5,-263.5 - parent: 2 - - uid: 12631 - components: - - type: Transform - pos: 10.5,-310.5 - parent: 2 -- proto: PortalGatewayBlue - entities: - - uid: 6620 - components: - - type: Transform - pos: -3.5,-254.5 - parent: 2 - - type: LinkedEntity - deleteOnEmptyLinks: True - linkedEntities: - - 6619 - - uid: 15817 - components: - - type: Transform - pos: 4.5,-15.5 - parent: 2 - - type: LinkedEntity - deleteOnEmptyLinks: True - linkedEntities: - - 15816 -- proto: PortalGatewayOrange - entities: - - uid: 6619 - components: - - type: Transform - pos: -0.5,-113.5 - parent: 2 - - type: LinkedEntity - deleteOnEmptyLinks: True - linkedEntities: - - 6620 - - uid: 15816 - components: - - type: Transform - pos: -4.5,-330.5 - parent: 2 - - type: LinkedEntity - deleteOnEmptyLinks: True - linkedEntities: - - 15817 -- proto: PosterContrabandBeachStarYamamoto - entities: - - uid: 378 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-12.5 - parent: 2 -- proto: PosterContrabandClown - entities: - - uid: 875 - components: - - type: Transform - pos: 7.5,-14.5 - parent: 2 - - uid: 1996 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-124.5 - parent: 2 - - uid: 14882 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-128.5 - parent: 2 -- proto: PosterContrabandHighEffectEngineering - entities: - - uid: 1210 - components: - - type: Transform - pos: 20.5,-249.5 - parent: 2 -- proto: PosterContrabandMissingGloves - entities: - - uid: 7980 - components: - - type: Transform - pos: 20.5,-240.5 - parent: 2 - - uid: 16893 - components: - - type: Transform - pos: -12.5,-255.5 - parent: 2 -- proto: PosterContrabandSmoke - entities: - - uid: 6624 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-263.5 - parent: 2 - - uid: 12669 - components: - - type: Transform - pos: 1.5,-267.5 - parent: 2 -- proto: PosterLegitIan - entities: - - uid: 3709 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-117.5 - parent: 2 -- proto: PosterLegitLoveIan - entities: - - uid: 3710 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-118.5 - parent: 2 -- proto: PosterLegitMime - entities: - - uid: 2018 - components: - - type: Transform - pos: -5.5,-121.5 - parent: 2 -- proto: PosterLegitReportCrimes - entities: - - uid: 2393 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-69.5 - parent: 2 -- proto: PosterLegitSafetyMothHardhat - entities: - - uid: 4223 - components: - - type: Transform - pos: -7.5,-111.5 - parent: 2 -- proto: PottedPlant16 - entities: - - uid: 3909 - components: - - type: Transform - pos: -3.5,-198.5 - parent: 2 -- proto: PottedPlant7 - entities: - - uid: 12408 - components: - - type: Transform - pos: 5.5,-316.5 - parent: 2 - - uid: 12440 - components: - - type: Transform - pos: -3.5,-299.5 - parent: 2 -- proto: PottedPlantBioluminscent - entities: - - uid: 65 - components: - - type: Transform - pos: 2.5,1.5 - parent: 2 - - uid: 133 - components: - - type: Transform - pos: 2.5,-1.5 - parent: 2 - - uid: 311 - components: - - type: Transform - pos: -3.5,-11.5 - parent: 2 -- proto: PottedPlantRandom - entities: - - uid: 223 - components: - - type: Transform - pos: 1.5,-12.5 - parent: 2 - - uid: 313 - components: - - type: Transform - pos: -0.5,-9.5 - parent: 2 - - uid: 775 - components: - - type: Transform - pos: -5.5,-32.5 - parent: 2 - - uid: 2438 - components: - - type: Transform - pos: 6.5,-98.5 - parent: 2 - - uid: 2439 - components: - - type: Transform - pos: -0.5,-98.5 - parent: 2 - - uid: 2442 - components: - - type: Transform - pos: 4.5,-119.5 - parent: 2 - - uid: 2509 - components: - - type: Transform - pos: -0.5,-135.5 - parent: 2 - - uid: 2532 - components: - - type: Transform - pos: 6.5,-148.5 - parent: 2 - - uid: 3129 - components: - - type: Transform - pos: -2.5,-247.5 - parent: 2 - - uid: 7789 - components: - - type: Transform - pos: 7.5,-194.5 - parent: 2 - - uid: 12701 - components: - - type: Transform - pos: 7.5,-306.5 - parent: 2 - - uid: 12702 - components: - - type: Transform - pos: 1.5,-303.5 - parent: 2 - - uid: 14745 - components: - - type: Transform - pos: -7.5,-309.5 - parent: 2 - - uid: 14771 - components: - - type: Transform - pos: -1.5,-39.5 - parent: 2 - - uid: 15032 - components: - - type: Transform - pos: -10.5,-132.5 - parent: 2 - - uid: 15033 - components: - - type: Transform - pos: -7.5,-136.5 - parent: 2 - - uid: 15035 - components: - - type: Transform - pos: 1.5,-110.5 - parent: 2 - - uid: 15089 - components: - - type: Transform - pos: 10.5,-201.5 - parent: 2 - - uid: 15823 - components: - - type: Transform - pos: -1.5,-332.5 - parent: 2 -- proto: PottedPlantRandomPlastic - entities: - - uid: 9046 - components: - - type: Transform - pos: 3.5,-269.5 - parent: 2 -- proto: PottedPlantRD - entities: - - uid: 4045 - components: - - type: Transform - pos: -5.5,-305.5 - parent: 2 -- proto: PowerCellAntiqueProto - entities: - - uid: 90 - components: - - type: Transform - pos: -1.0936825,-3.4722357 - parent: 2 -- proto: PowerCellHigh - entities: - - uid: 8833 - components: - - type: Transform - pos: 7.3432894,-115.48833 - parent: 2 - - uid: 15160 - components: - - type: Transform - pos: 7.332042,-115.285934 - parent: 2 -- proto: PowerCellMedium - entities: - - uid: 5120 - components: - - type: Transform - pos: 7.725722,-115.285934 - parent: 2 - - uid: 15164 - components: - - type: Transform - pos: 7.7144737,-115.522064 - parent: 2 -- proto: PowerCellRecharger - entities: - - uid: 1074 - components: - - type: Transform - pos: -3.5,-26.5 - parent: 2 - - uid: 9058 - components: - - type: Transform - pos: 5.5,-282.5 - parent: 2 - - uid: 9065 - components: - - type: Transform - pos: 8.5,-177.5 - parent: 2 - - uid: 9066 - components: - - type: Transform - pos: -2.5,-136.5 - parent: 2 - - uid: 9067 - components: - - type: Transform - pos: 6.5,-122.5 - parent: 2 - - uid: 10129 - components: - - type: Transform - pos: -1.5,-301.5 - parent: 2 - - uid: 15267 - components: - - type: Transform - pos: 4.5,-245.5 - parent: 2 -- proto: Poweredlight - entities: - - uid: 1805 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-165.5 - parent: 2 - - uid: 2041 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-168.5 - parent: 2 - - uid: 3174 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-169.5 - parent: 2 - - uid: 3204 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-172.5 - parent: 2 - - uid: 3205 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-177.5 - parent: 2 - - uid: 3209 - components: - - type: Transform - pos: 1.5,-162.5 - parent: 2 - - uid: 3210 - components: - - type: Transform - pos: -0.5,-162.5 - parent: 2 - - uid: 3211 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-179.5 - parent: 2 - - uid: 3212 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-179.5 - parent: 2 - - uid: 3249 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-179.5 - parent: 2 - - uid: 3679 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-172.5 - parent: 2 - - uid: 3779 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-194.5 - parent: 2 - - uid: 3780 - components: - - type: Transform - pos: -0.5,-192.5 - parent: 2 - - uid: 3781 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-190.5 - parent: 2 - - uid: 3784 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-203.5 - parent: 2 - - uid: 3785 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-196.5 - parent: 2 - - uid: 3786 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-196.5 - parent: 2 - - uid: 3787 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-203.5 - parent: 2 - - uid: 3828 - components: - - type: Transform - pos: 4.5,-205.5 - parent: 2 - - uid: 3953 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-206.5 - parent: 2 - - uid: 4680 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-191.5 - parent: 2 - - uid: 5656 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,-241.5 - parent: 2 - - uid: 5959 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-89.5 - parent: 2 - - uid: 7719 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-201.5 - parent: 2 - - uid: 7720 - components: - - type: Transform - pos: 7.5,-194.5 - parent: 2 - - uid: 7904 - components: - - type: Transform - pos: -6.5,-189.5 - parent: 2 - - uid: 13288 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-261.5 - parent: 2 - - uid: 16959 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-252.5 - parent: 2 - - uid: 16960 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,-252.5 - parent: 2 - - uid: 16964 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -18.5,-265.5 - parent: 2 - - uid: 16965 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,-246.5 - parent: 2 - - uid: 16966 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-241.5 - parent: 2 - - uid: 16967 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-246.5 - parent: 2 -- proto: PoweredlightBlue - entities: - - uid: 5500 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-173.5 - parent: 2 - - uid: 5653 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-169.5 - parent: 2 - - uid: 5662 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-176.5 - parent: 2 - - uid: 9536 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-176.5 - parent: 2 -- proto: PoweredlightCyan - entities: - - uid: 6962 - components: - - type: Transform - pos: -3.5,-253.5 - parent: 2 - - uid: 9692 - components: - - type: Transform - pos: 29.5,-306.5 - parent: 2 - - uid: 10799 - components: - - type: Transform - pos: 4.5,-14.5 - parent: 2 - - uid: 14344 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,-260.5 - parent: 2 -- proto: PoweredlightExterior - entities: - - uid: 401 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,4.5 - parent: 2 - - uid: 421 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,4.5 - parent: 2 -- proto: PoweredlightGreen - entities: - - uid: 4220 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-110.5 - parent: 2 - - uid: 9694 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 29.5,-308.5 - parent: 2 -- proto: PoweredlightLED - entities: - - uid: 202 - components: - - type: Transform - pos: 2.5,-249.5 - parent: 2 - - uid: 757 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-122.5 - parent: 2 - - uid: 1389 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-93.5 - parent: 2 - - uid: 1394 - components: - - type: Transform - pos: -2.5,-90.5 - parent: 2 - - uid: 1399 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-91.5 - parent: 2 - - uid: 1402 - components: - - type: Transform - pos: 2.5,-85.5 - parent: 2 - - uid: 1403 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-88.5 - parent: 2 - - uid: 1552 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-85.5 - parent: 2 - - uid: 1572 - components: - - type: Transform - pos: 2.5,-119.5 - parent: 2 - - uid: 1574 - components: - - type: Transform - pos: -1.5,-119.5 - parent: 2 - - uid: 1589 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-116.5 - parent: 2 - - uid: 1768 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-113.5 - parent: 2 - - uid: 2042 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-5.5 - parent: 2 - - uid: 2056 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-173.5 - parent: 2 - - uid: 2057 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-176.5 - parent: 2 - - uid: 2064 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-11.5 - parent: 2 - - uid: 2575 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-252.5 - parent: 2 - - uid: 3800 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,-261.5 - parent: 2 - - uid: 4048 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-299.5 - parent: 2 - - uid: 4211 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,-249.5 - parent: 2 - - uid: 4351 - components: - - type: Transform - pos: -7.5,-107.5 - parent: 2 - - uid: 4415 - components: - - type: Transform - pos: 12.5,-256.5 - parent: 2 - - uid: 5144 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-256.5 - parent: 2 - - uid: 5479 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 15.5,-249.5 - parent: 2 - - uid: 5489 - components: - - type: Transform - pos: 8.5,-171.5 - parent: 2 - - uid: 5503 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-248.5 - parent: 2 - - uid: 5504 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,-255.5 - parent: 2 - - uid: 5654 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 15.5,-240.5 - parent: 2 - - uid: 5661 - components: - - type: Transform - pos: -2.5,-165.5 - parent: 2 - - uid: 5699 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-142.5 - parent: 2 - - uid: 5700 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-142.5 - parent: 2 - - uid: 5961 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-117.5 - parent: 2 - - uid: 6015 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-11.5 - parent: 2 - - uid: 6019 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-9.5 - parent: 2 - - uid: 6038 - components: - - type: Transform - pos: 4.5,2.5 - parent: 2 - - uid: 6061 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,0.5 - parent: 2 - - uid: 6062 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,2.5 - parent: 2 - - uid: 6068 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,2.5 - parent: 2 - - uid: 6069 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,0.5 - parent: 2 - - uid: 7497 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,-240.5 - parent: 2 - - uid: 7777 - components: - - type: Transform - pos: -7.5,-307.5 - parent: 2 - - uid: 7858 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 15.5,-255.5 - parent: 2 - - uid: 8193 - components: - - type: Transform - pos: 17.5,-245.5 - parent: 2 - - uid: 8277 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-255.5 - parent: 2 - - uid: 8350 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-249.5 - parent: 2 - - uid: 8482 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-309.5 - parent: 2 - - uid: 8663 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-253.5 - parent: 2 - - uid: 8740 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-168.5 - parent: 2 - - uid: 9444 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,-311.5 - parent: 2 - - uid: 9534 - components: - - type: Transform - pos: 20.5,-315.5 - parent: 2 - - uid: 9535 - components: - - type: Transform - pos: 24.5,-315.5 - parent: 2 - - uid: 9537 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,-317.5 - parent: 2 - - uid: 9538 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,-317.5 - parent: 2 - - uid: 9544 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,-311.5 - parent: 2 - - uid: 9545 - components: - - type: Transform - pos: 23.5,-303.5 - parent: 2 - - uid: 9546 - components: - - type: Transform - pos: 21.5,-303.5 - parent: 2 - - uid: 9696 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-306.5 - parent: 2 - - uid: 9697 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-308.5 - parent: 2 - - uid: 9708 - components: - - type: Transform - pos: 24.5,-297.5 - parent: 2 - - uid: 9709 - components: - - type: Transform - pos: 20.5,-297.5 - parent: 2 - - uid: 9710 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,-299.5 - parent: 2 - - uid: 9711 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,-299.5 - parent: 2 - - uid: 9713 - components: - - type: Transform - pos: 1.5,-297.5 - parent: 2 - - uid: 9714 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-300.5 - parent: 2 - - uid: 9734 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-300.5 - parent: 2 - - uid: 9988 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-311.5 - parent: 2 - - uid: 9989 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-315.5 - parent: 2 - - uid: 9990 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-311.5 - parent: 2 - - uid: 9991 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-315.5 - parent: 2 - - uid: 9994 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-311.5 - parent: 2 - - uid: 9995 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-303.5 - parent: 2 - - uid: 10030 - components: - - type: Transform - pos: 4.5,-306.5 - parent: 2 - - uid: 10047 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-308.5 - parent: 2 - - uid: 10055 - components: - - type: Transform - pos: 11.5,-306.5 - parent: 2 - - uid: 10056 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-308.5 - parent: 2 - - uid: 10081 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-120.5 - parent: 2 - - uid: 10094 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-303.5 - parent: 2 - - uid: 10095 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-303.5 - parent: 2 - - uid: 10109 - components: - - type: Transform - pos: -2.5,-299.5 - parent: 2 - - uid: 10110 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-305.5 - parent: 2 - - uid: 10111 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-305.5 - parent: 2 - - uid: 10137 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-319.5 - parent: 2 - - uid: 10142 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-318.5 - parent: 2 - - uid: 10144 - components: - - type: Transform - pos: -6.5,-317.5 - parent: 2 - - uid: 10146 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-311.5 - parent: 2 - - uid: 10147 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-311.5 - parent: 2 - - uid: 10766 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-53.5 - parent: 2 - - uid: 11080 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-332.5 - parent: 2 - - uid: 11349 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-346.5 - parent: 2 - - uid: 11350 - components: - - type: Transform - pos: -3.5,-344.5 - parent: 2 - - uid: 12226 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-252.5 - parent: 2 -- proto: PoweredlightOrange - entities: - - uid: 1764 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-64.5 - parent: 2 - - uid: 1803 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-2.5 - parent: 2 - - uid: 1846 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-169.5 - parent: 2 - - uid: 2255 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-54.5 - parent: 2 - - uid: 2290 - components: - - type: Transform - pos: 0.5,-61.5 - parent: 2 - - uid: 2327 - components: - - type: Transform - pos: 6.5,-110.5 - parent: 2 - - uid: 2421 - components: - - type: Transform - pos: -5.5,-138.5 - parent: 2 - - uid: 4042 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,-252.5 - parent: 2 - - uid: 4751 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 15.5,-263.5 - parent: 2 - - uid: 5024 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-45.5 - parent: 2 - - uid: 5363 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,-263.5 - parent: 2 - - uid: 5676 - components: - - type: Transform - pos: 3.5,-141.5 - parent: 2 - - uid: 5781 - components: - - type: Transform - pos: 4.5,-137.5 - parent: 2 - - uid: 5805 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-152.5 - parent: 2 - - uid: 6046 - components: - - type: Transform - pos: -1.5,-5.5 - parent: 2 - - uid: 6390 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-220.5 - parent: 2 - - uid: 6392 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-220.5 - parent: 2 - - uid: 6394 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-229.5 - parent: 2 - - uid: 6397 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-229.5 - parent: 2 - - uid: 6961 - components: - - type: Transform - pos: -0.5,-112.5 - parent: 2 - - uid: 10136 - components: - - type: Transform - pos: -7.5,-297.5 - parent: 2 - - uid: 10162 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-285.5 - parent: 2 - - uid: 10914 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-331.5 - parent: 2 - - uid: 11089 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-328.5 - parent: 2 -- proto: PoweredlightPink - entities: - - uid: 1687 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-54.5 - parent: 2 - - uid: 1804 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-86.5 - parent: 2 - - uid: 2292 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-125.5 - parent: 2 - - uid: 5962 - components: - - type: Transform - pos: -6.5,-83.5 - parent: 2 - - uid: 10089 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-315.5 - parent: 2 - - uid: 10145 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-313.5 - parent: 2 - - uid: 10530 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-304.5 - parent: 2 - - uid: 14893 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-127.5 - parent: 2 -- proto: PoweredLightPostSmall - entities: - - uid: 2067 - components: - - type: Transform - pos: 4.5,-39.5 - parent: 2 - - uid: 2793 - components: - - type: Transform - pos: 12.5,-244.5 - parent: 2 - - uid: 4224 - components: - - type: Transform - pos: 12.5,-259.5 - parent: 2 - - uid: 4515 - components: - - type: Transform - pos: -8.5,-221.5 - parent: 2 - - uid: 4516 - components: - - type: Transform - pos: -8.5,-228.5 - parent: 2 - - uid: 4517 - components: - - type: Transform - pos: 9.5,-221.5 - parent: 2 - - uid: 4518 - components: - - type: Transform - pos: 9.5,-228.5 - parent: 2 - - uid: 9712 - components: - - type: Transform - pos: 29.5,-303.5 - parent: 2 - - uid: 9716 - components: - - type: Transform - pos: 16.5,-309.5 - parent: 2 - - uid: 9717 - components: - - type: Transform - pos: 16.5,-305.5 - parent: 2 - - uid: 9719 - components: - - type: Transform - pos: 17.5,-314.5 - parent: 2 - - uid: 9721 - components: - - type: Transform - pos: 17.5,-300.5 - parent: 2 - - uid: 9733 - components: - - type: Transform - pos: 29.5,-311.5 - parent: 2 - - uid: 14904 - components: - - type: Transform - pos: -10.5,-131.5 - parent: 2 - - uid: 14905 - components: - - type: Transform - pos: -10.5,-136.5 - parent: 2 - - uid: 14912 - components: - - type: Transform - pos: -6.5,-133.5 - parent: 2 - - uid: 14948 - components: - - type: Transform - pos: -9.5,-143.5 - parent: 2 - - uid: 14949 - components: - - type: Transform - pos: -9.5,-148.5 - parent: 2 - - uid: 14992 - components: - - type: Transform - pos: -9.5,-155.5 - parent: 2 - - uid: 15082 - components: - - type: Transform - pos: 8.5,-203.5 - parent: 2 - - uid: 15083 - components: - - type: Transform - pos: 8.5,-192.5 - parent: 2 - - uid: 15084 - components: - - type: Transform - pos: 12.5,-194.5 - parent: 2 - - uid: 15085 - components: - - type: Transform - pos: 12.5,-201.5 - parent: 2 - - uid: 16968 - components: - - type: Transform - pos: -10.5,-249.5 - parent: 2 - - uid: 16969 - components: - - type: Transform - pos: -10.5,-261.5 - parent: 2 - - uid: 16970 - components: - - type: Transform - pos: -10.5,-242.5 - parent: 2 -- proto: PoweredlightRed - entities: - - uid: 1766 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-78.5 - parent: 2 - - uid: 2325 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-78.5 - parent: 2 - - uid: 2352 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-132.5 - parent: 2 - - uid: 2420 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-132.5 - parent: 2 - - uid: 5428 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-51.5 - parent: 2 - - uid: 5429 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-51.5 - parent: 2 - - uid: 5749 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-159.5 - parent: 2 - - uid: 5750 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-159.5 - parent: 2 - - uid: 5761 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-105.5 - parent: 2 - - uid: 5768 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-105.5 - parent: 2 - - uid: 5991 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-24.5 - parent: 2 - - uid: 6003 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-24.5 - parent: 2 - - uid: 6041 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-3.5 - parent: 2 - - uid: 6346 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-240.5 - parent: 2 - - uid: 6348 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-240.5 - parent: 2 - - uid: 6359 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-214.5 - parent: 2 - - uid: 6361 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-214.5 - parent: 2 - - uid: 7060 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-186.5 - parent: 2 - - uid: 7061 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-186.5 - parent: 2 - - uid: 8880 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-267.5 - parent: 2 - - uid: 8881 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-267.5 - parent: 2 - - uid: 9707 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-294.5 - parent: 2 - - uid: 9718 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-294.5 - parent: 2 - - uid: 10741 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-346.5 - parent: 2 - - uid: 10831 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-342.5 - parent: 2 - - uid: 10832 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-338.5 - parent: 2 - - uid: 11065 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-326.5 - parent: 2 - - uid: 11066 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-326.5 - parent: 2 - - uid: 11090 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-353.5 - parent: 2 - - uid: 11091 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-353.5 - parent: 2 - - uid: 12947 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-380.5 - parent: 2 - - uid: 12948 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-380.5 - parent: 2 - - uid: 14788 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-342.5 - parent: 2 - - uid: 15296 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-340.5 - parent: 2 - - uid: 15818 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-335.5 - parent: 2 - - uid: 15819 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-335.5 - parent: 2 - - uid: 15820 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-338.5 - parent: 2 -- proto: PoweredlightSodium - entities: - - uid: 8525 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-146.5 - parent: 2 -- proto: PoweredSmallLight - entities: - - uid: 62 - components: - - type: Transform - pos: -6.5,-1.5 - parent: 2 - - uid: 120 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-16.5 - parent: 2 - - uid: 141 - components: - - type: Transform - pos: -0.5,-16.5 - parent: 2 - - uid: 210 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-13.5 - parent: 2 - - uid: 356 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-114.5 - parent: 2 - - uid: 419 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-8.5 - parent: 2 - - uid: 641 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,-251.5 - parent: 2 - - uid: 730 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-43.5 - parent: 2 - - uid: 764 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-35.5 - parent: 2 - - uid: 821 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-100.5 - parent: 2 - - uid: 891 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-46.5 - parent: 2 - - uid: 898 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-59.5 - parent: 2 - - uid: 1104 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-34.5 - parent: 2 - - uid: 1114 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-62.5 - parent: 2 - - uid: 1226 - components: - - type: Transform - pos: -3.5,-70.5 - parent: 2 - - uid: 1327 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-71.5 - parent: 2 - - uid: 1467 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-37.5 - parent: 2 - - uid: 1471 - components: - - type: Transform - pos: 7.5,-31.5 - parent: 2 - - uid: 1488 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-69.5 - parent: 2 - - uid: 1489 - components: - - type: Transform - pos: 4.5,-56.5 - parent: 2 - - uid: 1753 - components: - - type: Transform - pos: 1.5,-52.5 - parent: 2 - - uid: 1807 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-84.5 - parent: 2 - - uid: 1809 - components: - - type: Transform - pos: 2.5,-94.5 - parent: 2 - - uid: 1810 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-82.5 - parent: 2 - - uid: 1811 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-92.5 - parent: 2 - - uid: 1918 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-115.5 - parent: 2 - - uid: 1919 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-118.5 - parent: 2 - - uid: 1920 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-121.5 - parent: 2 - - uid: 1921 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-124.5 - parent: 2 - - uid: 1922 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-112.5 - parent: 2 - - uid: 1923 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-109.5 - parent: 2 - - uid: 2043 - components: - - type: Transform - pos: -7.5,-118.5 - parent: 2 - - uid: 2044 - components: - - type: Transform - pos: -7.5,-115.5 - parent: 2 - - uid: 2045 - components: - - type: Transform - pos: -7.5,-112.5 - parent: 2 - - uid: 2050 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-98.5 - parent: 2 - - uid: 2051 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-98.5 - parent: 2 - - uid: 2052 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-98.5 - parent: 2 - - uid: 2053 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-92.5 - parent: 2 - - uid: 2054 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-86.5 - parent: 2 - - uid: 2055 - components: - - type: Transform - pos: 6.5,-81.5 - parent: 2 - - uid: 2072 - components: - - type: Transform - pos: -6.5,-31.5 - parent: 2 - - uid: 2185 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-282.5 - parent: 2 - - uid: 2211 - components: - - type: Transform - pos: 1.5,-108.5 - parent: 2 - - uid: 2218 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-279.5 - parent: 2 - - uid: 2219 - components: - - type: Transform - pos: 3.5,-276.5 - parent: 2 - - uid: 2252 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-32.5 - parent: 2 - - uid: 2272 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-125.5 - parent: 2 - - uid: 2273 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-125.5 - parent: 2 - - uid: 2274 - components: - - type: Transform - pos: 4.5,-119.5 - parent: 2 - - uid: 2275 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-125.5 - parent: 2 - - uid: 2326 - components: - - type: Transform - pos: 7.5,-36.5 - parent: 2 - - uid: 2351 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-17.5 - parent: 2 - - uid: 2423 - components: - - type: Transform - pos: -5.5,-95.5 - parent: 2 - - uid: 2424 - components: - - type: Transform - pos: 3.5,-107.5 - parent: 2 - - uid: 2441 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,-257.5 - parent: 2 - - uid: 2592 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-136.5 - parent: 2 - - uid: 2658 - components: - - type: Transform - pos: 2.5,-148.5 - parent: 2 - - uid: 2659 - components: - - type: Transform - pos: 6.5,-148.5 - parent: 2 - - uid: 2759 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-142.5 - parent: 2 - - uid: 2821 - components: - - type: Transform - pos: -6.5,-150.5 - parent: 2 - - uid: 2822 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-152.5 - parent: 2 - - uid: 2823 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-151.5 - parent: 2 - - uid: 2841 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-142.5 - parent: 2 - - uid: 2843 - components: - - type: Transform - pos: 1.5,-135.5 - parent: 2 - - uid: 2888 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-152.5 - parent: 2 - - uid: 3016 - components: - - type: Transform - pos: 1.5,-25.5 - parent: 2 - - uid: 3074 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-19.5 - parent: 2 - - uid: 3252 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-180.5 - parent: 2 - - uid: 3253 - components: - - type: Transform - pos: -7.5,-171.5 - parent: 2 - - uid: 3254 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-163.5 - parent: 2 - - uid: 3332 - components: - - type: Transform - pos: 1.5,-160.5 - parent: 2 - - uid: 3395 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-181.5 - parent: 2 - - uid: 3686 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-285.5 - parent: 2 - - uid: 3711 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-127.5 - parent: 2 - - uid: 3713 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-161.5 - parent: 2 - - uid: 3837 - components: - - type: Transform - pos: 1.5,-344.5 - parent: 2 - - uid: 3923 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-289.5 - parent: 2 - - uid: 3978 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-208.5 - parent: 2 - - uid: 3988 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-201.5 - parent: 2 - - uid: 4144 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-154.5 - parent: 2 - - uid: 4145 - components: - - type: Transform - pos: 1.5,-187.5 - parent: 2 - - uid: 4236 - components: - - type: Transform - pos: 1.5,-133.5 - parent: 2 - - uid: 4241 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,0.5 - parent: 2 - - uid: 4259 - components: - - type: Transform - pos: 1.5,-79.5 - parent: 2 - - uid: 4263 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-73.5 - parent: 2 - - uid: 4295 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-221.5 - parent: 2 - - uid: 4352 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-228.5 - parent: 2 - - uid: 4353 - components: - - type: Transform - pos: -0.5,-217.5 - parent: 2 - - uid: 4355 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-232.5 - parent: 2 - - uid: 4527 - components: - - type: Transform - pos: 1.5,-106.5 - parent: 2 - - uid: 4684 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-235.5 - parent: 2 - - uid: 4687 - components: - - type: Transform - pos: 1.5,-241.5 - parent: 2 - - uid: 4797 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,-253.5 - parent: 2 - - uid: 5028 - components: - - type: Transform - pos: -0.5,-243.5 - parent: 2 - - uid: 5029 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-260.5 - parent: 2 - - uid: 5172 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-249.5 - parent: 2 - - uid: 5274 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,-255.5 - parent: 2 - - uid: 5340 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-360.5 - parent: 2 - - uid: 5351 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-360.5 - parent: 2 - - uid: 5355 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-346.5 - parent: 2 - - uid: 5383 - components: - - type: Transform - pos: 1.5,-214.5 - parent: 2 - - uid: 5884 - components: - - type: Transform - pos: -6.5,-29.5 - parent: 2 - - uid: 5963 - components: - - type: Transform - pos: 7.5,-43.5 - parent: 2 - - uid: 5965 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-44.5 - parent: 2 - - uid: 5970 - components: - - type: Transform - pos: -0.5,-27.5 - parent: 2 - - uid: 6618 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-29.5 - parent: 2 - - uid: 7483 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-262.5 - parent: 2 - - uid: 8018 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-287.5 - parent: 2 - - uid: 8357 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-245.5 - parent: 2 - - uid: 8372 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-260.5 - parent: 2 - - uid: 8442 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-244.5 - parent: 2 - - uid: 8711 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-275.5 - parent: 2 - - uid: 8728 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-288.5 - parent: 2 - - uid: 8741 - components: - - type: Transform - pos: -1.5,-270.5 - parent: 2 - - uid: 8767 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-282.5 - parent: 2 - - uid: 8768 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-276.5 - parent: 2 - - uid: 8879 - components: - - type: Transform - pos: 1.5,-268.5 - parent: 2 - - uid: 8885 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-270.5 - parent: 2 - - uid: 8888 - components: - - type: Transform - pos: -6.5,-283.5 - parent: 2 - - uid: 8955 - components: - - type: Transform - pos: -0.5,-273.5 - parent: 2 - - uid: 8961 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-286.5 - parent: 2 - - uid: 9042 - components: - - type: Transform - pos: 7.5,-276.5 - parent: 2 - - uid: 9044 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-282.5 - parent: 2 - - uid: 9068 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-274.5 - parent: 2 - - uid: 9070 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-274.5 - parent: 2 - - uid: 9071 - components: - - type: Transform - pos: 6.5,-270.5 - parent: 2 - - uid: 9322 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-281.5 - parent: 2 - - uid: 9336 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-277.5 - parent: 2 - - uid: 9337 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-270.5 - parent: 2 - - uid: 9430 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-54.5 - parent: 2 - - uid: 9459 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-332.5 - parent: 2 - - uid: 9715 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-287.5 - parent: 2 - - uid: 9932 - components: - - type: Transform - pos: 3.5,-296.5 - parent: 2 - - uid: 10148 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-313.5 - parent: 2 - - uid: 10150 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-319.5 - parent: 2 - - uid: 10152 - components: - - type: Transform - pos: -3.5,-297.5 - parent: 2 - - uid: 10529 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-298.5 - parent: 2 - - uid: 10740 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-321.5 - parent: 2 - - uid: 10867 - components: - - type: Transform - pos: 5.5,-117.5 - parent: 2 - - uid: 10875 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-338.5 - parent: 2 - - uid: 10913 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-342.5 - parent: 2 - - uid: 11063 - components: - - type: Transform - pos: 1.5,-329.5 - parent: 2 - - uid: 11120 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-358.5 - parent: 2 - - uid: 11188 - components: - - type: Transform - pos: 1.5,-362.5 - parent: 2 - - uid: 11346 - components: - - type: Transform - pos: -3.5,-328.5 - parent: 2 - - uid: 11498 - components: - - type: Transform - pos: 7.5,-363.5 - parent: 2 - - uid: 11713 - components: - - type: Transform - pos: -1.5,-356.5 - parent: 2 - - uid: 11714 - components: - - type: Transform - pos: 2.5,-356.5 - parent: 2 - - uid: 11717 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-362.5 - parent: 2 - - uid: 11718 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-365.5 - parent: 2 - - uid: 11719 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-368.5 - parent: 2 - - uid: 11720 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-368.5 - parent: 2 - - uid: 11722 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-365.5 - parent: 2 - - uid: 11723 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-367.5 - parent: 2 - - uid: 11724 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-367.5 - parent: 2 - - uid: 11727 - components: - - type: Transform - pos: -2.5,-370.5 - parent: 2 - - uid: 11728 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-362.5 - parent: 2 - - uid: 11730 - components: - - type: Transform - pos: 3.5,-370.5 - parent: 2 - - uid: 11731 - components: - - type: Transform - pos: 7.5,-360.5 - parent: 2 - - uid: 11733 - components: - - type: Transform - pos: 7.5,-366.5 - parent: 2 - - uid: 11734 - components: - - type: Transform - pos: -6.5,-366.5 - parent: 2 - - uid: 11735 - components: - - type: Transform - pos: -6.5,-363.5 - parent: 2 - - uid: 11736 - components: - - type: Transform - pos: -6.5,-360.5 - parent: 2 - - uid: 11740 - components: - - type: Transform - pos: 4.5,-355.5 - parent: 2 - - uid: 11741 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-358.5 - parent: 2 - - uid: 11742 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-358.5 - parent: 2 - - uid: 11746 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-374.5 - parent: 2 - - uid: 11747 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-374.5 - parent: 2 - - uid: 11748 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-374.5 - parent: 2 - - uid: 11749 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-374.5 - parent: 2 - - uid: 11750 - components: - - type: Transform - pos: 6.5,-369.5 - parent: 2 - - uid: 11751 - components: - - type: Transform - pos: -5.5,-369.5 - parent: 2 - - uid: 12138 - components: - - type: Transform - pos: 1.5,-327.5 - parent: 2 - - uid: 12139 - components: - - type: Transform - pos: 1.5,-375.5 - parent: 2 - - uid: 12343 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-327.5 - parent: 2 - - uid: 12371 - components: - - type: Transform - pos: 1.5,-295.5 - parent: 2 - - uid: 12472 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-260.5 - parent: 2 - - uid: 12855 - components: - - type: Transform - pos: -0.5,-362.5 - parent: 2 - - uid: 12915 - components: - - type: Transform - pos: 1.5,-354.5 - parent: 2 - - uid: 12919 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-348.5 - parent: 2 - - uid: 14321 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-63.5 - parent: 2 - - uid: 14351 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-246.5 - parent: 2 - - uid: 14353 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,-63.5 - parent: 2 - - uid: 14359 - components: - - type: Transform - pos: 16.5,-59.5 - parent: 2 - - uid: 14419 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-80.5 - parent: 2 - - uid: 14463 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,-80.5 - parent: 2 - - uid: 14465 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-84.5 - parent: 2 - - uid: 14466 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,-84.5 - parent: 2 - - uid: 14467 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-75.5 - parent: 2 - - uid: 14468 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-71.5 - parent: 2 - - uid: 14469 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-67.5 - parent: 2 - - uid: 14470 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,-67.5 - parent: 2 - - uid: 14471 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,-71.5 - parent: 2 - - uid: 14472 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,-75.5 - parent: 2 - - uid: 14563 - components: - - type: Transform - pos: 14.5,-59.5 - parent: 2 - - uid: 14600 - components: - - type: Transform - pos: 5.5,-242.5 - parent: 2 - - uid: 14606 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-332.5 - parent: 2 - - uid: 14622 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-18.5 - parent: 2 - - uid: 15293 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-336.5 - parent: 2 - - uid: 15789 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-342.5 - parent: 2 - - uid: 16660 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-336.5 - parent: 2 - - uid: 16698 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-342.5 - parent: 2 - - uid: 16699 - components: - - type: Transform - pos: -3.5,-334.5 - parent: 2 - - uid: 16710 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-336.5 - parent: 2 - - uid: 16712 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-340.5 - parent: 2 - - uid: 16869 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-251.5 - parent: 2 - - uid: 16876 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-245.5 - parent: 2 - - uid: 16906 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-168.5 - parent: 2 - - uid: 16913 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,-168.5 - parent: 2 - - uid: 16914 - components: - - type: Transform - pos: -14.5,-161.5 - parent: 2 - - uid: 16915 - components: - - type: Transform - pos: -11.5,-161.5 - parent: 2 - - uid: 16916 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-166.5 - parent: 2 - - uid: 16917 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-163.5 - parent: 2 - - uid: 16944 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-166.5 - parent: 2 - - uid: 16946 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-177.5 - parent: 2 - - uid: 16958 - components: - - type: Transform - pos: -7.5,-260.5 - parent: 2 - - uid: 16962 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,-263.5 - parent: 2 - - uid: 16963 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,-265.5 - parent: 2 - - uid: 17004 - components: - - type: Transform - pos: -6.5,-248.5 - parent: 2 -- proto: PoweredSmallLightEmpty - entities: - - uid: 1776 - components: - - type: Transform - pos: 13.5,-138.5 - parent: 2 - - uid: 2732 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-148.5 - parent: 2 - - uid: 3947 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-198.5 - parent: 2 - - uid: 3948 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-194.5 - parent: 2 - - uid: 3981 - components: - - type: Transform - pos: -4.5,-204.5 - parent: 2 - - uid: 3998 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-202.5 - parent: 2 - - uid: 7380 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-154.5 - parent: 2 - - uid: 7381 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-148.5 - parent: 2 - - uid: 7382 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,-148.5 - parent: 2 - - uid: 7383 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-143.5 - parent: 2 - - uid: 7384 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,-143.5 - parent: 2 -- proto: Protolathe - entities: - - uid: 10027 - components: - - type: Transform - pos: -4.5,-299.5 - parent: 2 -- proto: PumpkinLantern - entities: - - uid: 1703 - components: - - type: Transform - pos: 6.365387,-27.206318 - parent: 2 -- proto: Rack - entities: - - uid: 105 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,2.5 - parent: 2 - - uid: 422 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-2.5 - parent: 2 - - uid: 955 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,0.5 - parent: 2 - - uid: 1111 - components: - - type: Transform - pos: 6.5,-27.5 - parent: 2 - - uid: 1112 - components: - - type: Transform - pos: 5.5,-31.5 - parent: 2 - - uid: 1113 - components: - - type: Transform - pos: -5.5,-44.5 - parent: 2 - - uid: 1116 - components: - - type: Transform - pos: -5.5,-39.5 - parent: 2 - - uid: 1131 - components: - - type: Transform - pos: -3.5,-38.5 - parent: 2 - - uid: 1132 - components: - - type: Transform - pos: -3.5,-36.5 - parent: 2 - - uid: 1167 - components: - - type: Transform - pos: 3.5,-18.5 - parent: 2 - - uid: 1583 - components: - - type: Transform - pos: 4.5,-59.5 - parent: 2 - - uid: 1778 - components: - - type: Transform - pos: 4.5,-242.5 - parent: 2 - - uid: 2436 - components: - - type: Transform - pos: 6.5,-108.5 - parent: 2 - - uid: 2705 - components: - - type: Transform - pos: 3.5,-137.5 - parent: 2 - - uid: 3571 - components: - - type: Transform - pos: -7.5,-177.5 - parent: 2 - - uid: 3573 - components: - - type: Transform - pos: -2.5,-180.5 - parent: 2 - - uid: 3971 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-207.5 - parent: 2 - - uid: 6882 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-300.5 - parent: 2 - - uid: 7791 - components: - - type: Transform - pos: 6.5,-242.5 - parent: 2 - - uid: 8554 - components: - - type: Transform - pos: -5.5,-288.5 - parent: 2 - - uid: 8651 - components: - - type: Transform - pos: -6.5,-283.5 - parent: 2 - - uid: 9516 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-18.5 - parent: 2 - - uid: 10123 - components: - - type: Transform - pos: 7.5,-115.5 - parent: 2 - - uid: 12210 - components: - - type: Transform - pos: -6.5,-17.5 - parent: 2 - - uid: 12411 - components: - - type: Transform - pos: 5.5,-310.5 - parent: 2 - - uid: 12423 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-304.5 - parent: 2 - - uid: 14627 - components: - - type: Transform - pos: -5.5,-244.5 - parent: 2 - - uid: 14637 - components: - - type: Transform - pos: -2.5,-259.5 - parent: 2 - - uid: 14643 - components: - - type: Transform - pos: 6.5,-260.5 - parent: 2 - - uid: 15173 - components: - - type: Transform - pos: 9.5,-119.5 - parent: 2 - - uid: 15174 - components: - - type: Transform - pos: 9.5,-115.5 - parent: 2 - - uid: 15301 - components: - - type: Transform - pos: 3.5,-163.5 - parent: 2 - - uid: 16885 - components: - - type: Transform - pos: -4.5,-251.5 - parent: 2 -- proto: RadiationCollectorNoTank - entities: - - uid: 3192 - components: - - type: Transform - pos: 19.5,-240.5 - parent: 2 - - uid: 6911 - components: - - type: Transform - pos: 19.5,-241.5 - parent: 2 - - uid: 7441 - components: - - type: Transform - pos: 18.5,-240.5 - parent: 2 -- proto: RagItem - entities: - - uid: 2128 - components: - - type: Transform - pos: -2.1022174,-60.36517 - parent: 2 - - uid: 7427 - components: - - type: Transform - pos: 14.739458,-59.475845 - parent: 2 - - uid: 7454 - components: - - type: Transform - pos: 16.746363,-59.466587 - parent: 2 - - uid: 14480 - components: - - type: Transform - parent: 14476 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 14766 - components: - - type: Transform - parent: 14755 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: Railing - entities: - - uid: 56 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,3.5 - parent: 2 - - uid: 57 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,3.5 - parent: 2 - - uid: 88 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-3.5 - parent: 2 - - uid: 91 - components: - - type: Transform - pos: -3.5,-1.5 - parent: 2 - - uid: 786 - components: - - type: Transform - pos: 1.5,-38.5 - parent: 2 - - uid: 787 - components: - - type: Transform - pos: 2.5,-38.5 - parent: 2 - - uid: 788 - components: - - type: Transform - pos: 3.5,-38.5 - parent: 2 - - uid: 796 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-42.5 - parent: 2 - - uid: 797 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-42.5 - parent: 2 - - uid: 798 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-42.5 - parent: 2 - - uid: 800 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-41.5 - parent: 2 - - uid: 801 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-40.5 - parent: 2 - - uid: 802 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-39.5 - parent: 2 - - uid: 824 - components: - - type: Transform - pos: 4.5,-38.5 - parent: 2 - - uid: 826 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-42.5 - parent: 2 - - uid: 828 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-40.5 - parent: 2 - - uid: 829 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-39.5 - parent: 2 - - uid: 830 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-41.5 - parent: 2 - - uid: 2283 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-77.5 - parent: 2 - - uid: 2289 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-280.5 - parent: 2 - - uid: 2335 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-50.5 - parent: 2 - - uid: 2336 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-75.5 - parent: 2 - - uid: 2337 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-75.5 - parent: 2 - - uid: 2338 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-77.5 - parent: 2 - - uid: 2354 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-48.5 - parent: 2 - - uid: 2355 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-48.5 - parent: 2 - - uid: 2356 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-50.5 - parent: 2 - - uid: 2370 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-23.5 - parent: 2 - - uid: 2371 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-21.5 - parent: 2 - - uid: 2372 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-23.5 - parent: 2 - - uid: 2373 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-21.5 - parent: 2 - - uid: 2387 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-104.5 - parent: 2 - - uid: 2388 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-102.5 - parent: 2 - - uid: 2389 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-102.5 - parent: 2 - - uid: 2390 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-104.5 - parent: 2 - - uid: 2463 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-131.5 - parent: 2 - - uid: 2464 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-131.5 - parent: 2 - - uid: 2465 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-129.5 - parent: 2 - - uid: 2466 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-129.5 - parent: 2 - - uid: 2634 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-142.5 - parent: 2 - - uid: 2635 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-142.5 - parent: 2 - - uid: 2758 - components: - - type: Transform - pos: -0.5,-278.5 - parent: 2 - - uid: 2910 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-156.5 - parent: 2 - - uid: 2911 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-158.5 - parent: 2 - - uid: 2912 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-158.5 - parent: 2 - - uid: 2913 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-156.5 - parent: 2 - - uid: 3165 - components: - - type: Transform - pos: 17.5,-250.5 - parent: 2 - - uid: 3524 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-183.5 - parent: 2 - - uid: 3525 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-185.5 - parent: 2 - - uid: 3526 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-183.5 - parent: 2 - - uid: 3527 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-185.5 - parent: 2 - - uid: 3584 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,-254.5 - parent: 2 - - uid: 4773 - components: - - type: Transform - pos: 5.5,-254.5 - parent: 2 - - uid: 5463 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-212.5 - parent: 2 - - uid: 5464 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-210.5 - parent: 2 - - uid: 5465 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-210.5 - parent: 2 - - uid: 5466 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-212.5 - parent: 2 - - uid: 6670 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,-254.5 - parent: 2 - - uid: 6712 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-163.5 - parent: 2 - - uid: 7731 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-239.5 - parent: 2 - - uid: 7732 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-237.5 - parent: 2 - - uid: 7733 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-237.5 - parent: 2 - - uid: 7734 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-239.5 - parent: 2 - - uid: 7829 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-264.5 - parent: 2 - - uid: 8141 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-266.5 - parent: 2 - - uid: 8143 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-266.5 - parent: 2 - - uid: 8144 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-264.5 - parent: 2 - - uid: 8196 - components: - - type: Transform - pos: 19.5,-250.5 - parent: 2 - - uid: 8467 - components: - - type: Transform - pos: -11.5,-166.5 - parent: 2 - - uid: 8468 - components: - - type: Transform - pos: 18.5,-250.5 - parent: 2 - - uid: 8469 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,-254.5 - parent: 2 - - uid: 9185 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-169.5 - parent: 2 - - uid: 9338 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-291.5 - parent: 2 - - uid: 9339 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-293.5 - parent: 2 - - uid: 9340 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-293.5 - parent: 2 - - uid: 9341 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-291.5 - parent: 2 - - uid: 9907 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-312.5 - parent: 2 - - uid: 9940 - components: - - type: Transform - pos: 3.5,-314.5 - parent: 2 - - uid: 9996 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-300.5 - parent: 2 - - uid: 10000 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-299.5 - parent: 2 - - uid: 10041 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-311.5 - parent: 2 - - uid: 10043 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-312.5 - parent: 2 - - uid: 10594 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-325.5 - parent: 2 - - uid: 10595 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-323.5 - parent: 2 - - uid: 10596 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-323.5 - parent: 2 - - uid: 10597 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-325.5 - parent: 2 - - uid: 11827 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-379.5 - parent: 2 - - uid: 11828 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-377.5 - parent: 2 - - uid: 11830 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-379.5 - parent: 2 - - uid: 14024 - components: - - type: Transform - pos: 4.5,-254.5 - parent: 2 -- proto: RailingCorner - entities: - - uid: 8978 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-168.5 - parent: 2 - - uid: 8980 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-170.5 - parent: 2 -- proto: RailingCornerSmall - entities: - - uid: 48 - components: - - type: Transform - pos: 1.5,2.5 - parent: 2 - - uid: 55 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,2.5 - parent: 2 - - uid: 100 - components: - - type: Transform - pos: -2.5,-3.5 - parent: 2 - - uid: 101 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-1.5 - parent: 2 - - uid: 681 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-37.5 - parent: 2 - - uid: 682 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-44.5 - parent: 2 - - uid: 683 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-42.5 - parent: 2 - - uid: 696 - components: - - type: Transform - pos: -5.5,-32.5 - parent: 2 - - uid: 698 - components: - - type: Transform - pos: -5.5,-30.5 - parent: 2 - - uid: 700 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-30.5 - parent: 2 - - uid: 701 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-28.5 - parent: 2 - - uid: 793 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-38.5 - parent: 2 - - uid: 804 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-38.5 - parent: 2 - - uid: 806 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-42.5 - parent: 2 - - uid: 832 - components: - - type: Transform - pos: 5.5,-42.5 - parent: 2 - - uid: 2181 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-278.5 - parent: 2 - - uid: 2276 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-49.5 - parent: 2 - - uid: 2279 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-48.5 - parent: 2 - - uid: 2282 - components: - - type: Transform - pos: 0.5,-280.5 - parent: 2 - - uid: 2339 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-76.5 - parent: 2 - - uid: 2340 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-75.5 - parent: 2 - - uid: 2341 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-76.5 - parent: 2 - - uid: 2342 - components: - - type: Transform - pos: -0.5,-76.5 - parent: 2 - - uid: 2343 - components: - - type: Transform - pos: 2.5,-76.5 - parent: 2 - - uid: 2344 - components: - - type: Transform - pos: 2.5,-77.5 - parent: 2 - - uid: 2345 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-76.5 - parent: 2 - - uid: 2346 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-76.5 - parent: 2 - - uid: 2347 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-77.5 - parent: 2 - - uid: 2348 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-75.5 - parent: 2 - - uid: 2349 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-76.5 - parent: 2 - - uid: 2350 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-76.5 - parent: 2 - - uid: 2357 - components: - - type: Transform - pos: 2.5,-50.5 - parent: 2 - - uid: 2358 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-49.5 - parent: 2 - - uid: 2359 - components: - - type: Transform - pos: 2.5,-49.5 - parent: 2 - - uid: 2360 - components: - - type: Transform - pos: -0.5,-49.5 - parent: 2 - - uid: 2361 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-50.5 - parent: 2 - - uid: 2362 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-49.5 - parent: 2 - - uid: 2363 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-49.5 - parent: 2 - - uid: 2364 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-48.5 - parent: 2 - - uid: 2365 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-49.5 - parent: 2 - - uid: 2366 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-49.5 - parent: 2 - - uid: 2374 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-23.5 - parent: 2 - - uid: 2375 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-22.5 - parent: 2 - - uid: 2376 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-22.5 - parent: 2 - - uid: 2378 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-22.5 - parent: 2 - - uid: 2379 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-22.5 - parent: 2 - - uid: 2380 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-21.5 - parent: 2 - - uid: 2381 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-21.5 - parent: 2 - - uid: 2382 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-22.5 - parent: 2 - - uid: 2383 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-22.5 - parent: 2 - - uid: 2384 - components: - - type: Transform - pos: -0.5,-22.5 - parent: 2 - - uid: 2385 - components: - - type: Transform - pos: 2.5,-22.5 - parent: 2 - - uid: 2386 - components: - - type: Transform - pos: 2.5,-23.5 - parent: 2 - - uid: 2391 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-103.5 - parent: 2 - - uid: 2392 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-102.5 - parent: 2 - - uid: 2395 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-103.5 - parent: 2 - - uid: 2396 - components: - - type: Transform - pos: 2.5,-104.5 - parent: 2 - - uid: 2397 - components: - - type: Transform - pos: 2.5,-103.5 - parent: 2 - - uid: 2398 - components: - - type: Transform - pos: -0.5,-103.5 - parent: 2 - - uid: 2399 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-104.5 - parent: 2 - - uid: 2400 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-103.5 - parent: 2 - - uid: 2401 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-103.5 - parent: 2 - - uid: 2402 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-103.5 - parent: 2 - - uid: 2403 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-103.5 - parent: 2 - - uid: 2404 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-102.5 - parent: 2 - - uid: 2467 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-130.5 - parent: 2 - - uid: 2468 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-129.5 - parent: 2 - - uid: 2469 - components: - - type: Transform - pos: 2.5,-130.5 - parent: 2 - - uid: 2470 - components: - - type: Transform - pos: 2.5,-131.5 - parent: 2 - - uid: 2471 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-130.5 - parent: 2 - - uid: 2472 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-130.5 - parent: 2 - - uid: 2473 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-130.5 - parent: 2 - - uid: 2474 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-131.5 - parent: 2 - - uid: 2475 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-130.5 - parent: 2 - - uid: 2476 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-129.5 - parent: 2 - - uid: 2478 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-130.5 - parent: 2 - - uid: 2481 - components: - - type: Transform - pos: -0.5,-130.5 - parent: 2 - - uid: 2627 - components: - - type: Transform - pos: 3.5,-142.5 - parent: 2 - - uid: 2637 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-142.5 - parent: 2 - - uid: 2647 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-141.5 - parent: 2 - - uid: 2648 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-141.5 - parent: 2 - - uid: 2649 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-141.5 - parent: 2 - - uid: 2650 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-141.5 - parent: 2 - - uid: 2893 - components: - - type: Transform - pos: -6.5,-152.5 - parent: 2 - - uid: 2894 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-152.5 - parent: 2 - - uid: 2895 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-150.5 - parent: 2 - - uid: 2896 - components: - - type: Transform - pos: -6.5,-150.5 - parent: 2 - - uid: 2914 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-158.5 - parent: 2 - - uid: 2915 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-157.5 - parent: 2 - - uid: 2916 - components: - - type: Transform - pos: 2.5,-158.5 - parent: 2 - - uid: 2917 - components: - - type: Transform - pos: 2.5,-157.5 - parent: 2 - - uid: 2918 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-157.5 - parent: 2 - - uid: 2919 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-156.5 - parent: 2 - - uid: 2920 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-157.5 - parent: 2 - - uid: 2921 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-157.5 - parent: 2 - - uid: 2922 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-157.5 - parent: 2 - - uid: 2923 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-156.5 - parent: 2 - - uid: 2924 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-157.5 - parent: 2 - - uid: 2925 - components: - - type: Transform - pos: -0.5,-157.5 - parent: 2 - - uid: 3530 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-184.5 - parent: 2 - - uid: 3532 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-184.5 - parent: 2 - - uid: 3533 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-183.5 - parent: 2 - - uid: 3534 - components: - - type: Transform - pos: -0.5,-184.5 - parent: 2 - - uid: 3535 - components: - - type: Transform - pos: 2.5,-184.5 - parent: 2 - - uid: 3536 - components: - - type: Transform - pos: 2.5,-185.5 - parent: 2 - - uid: 3537 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-185.5 - parent: 2 - - uid: 3538 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-184.5 - parent: 2 - - uid: 3539 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-184.5 - parent: 2 - - uid: 3540 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-184.5 - parent: 2 - - uid: 3541 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-184.5 - parent: 2 - - uid: 3542 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-183.5 - parent: 2 - - uid: 4979 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-254.5 - parent: 2 - - uid: 5467 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-212.5 - parent: 2 - - uid: 5468 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-211.5 - parent: 2 - - uid: 5469 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-211.5 - parent: 2 - - uid: 5470 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-211.5 - parent: 2 - - uid: 5471 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-210.5 - parent: 2 - - uid: 5472 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-211.5 - parent: 2 - - uid: 5473 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-210.5 - parent: 2 - - uid: 5474 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-211.5 - parent: 2 - - uid: 5475 - components: - - type: Transform - pos: -0.5,-211.5 - parent: 2 - - uid: 5476 - components: - - type: Transform - pos: 2.5,-211.5 - parent: 2 - - uid: 5477 - components: - - type: Transform - pos: 2.5,-212.5 - parent: 2 - - uid: 5478 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-211.5 - parent: 2 - - uid: 5502 - components: - - type: Transform - pos: -3.5,-168.5 - parent: 2 - - uid: 7735 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-239.5 - parent: 2 - - uid: 7736 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-238.5 - parent: 2 - - uid: 7737 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-238.5 - parent: 2 - - uid: 7738 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-238.5 - parent: 2 - - uid: 7739 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-238.5 - parent: 2 - - uid: 7740 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-237.5 - parent: 2 - - uid: 7744 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-237.5 - parent: 2 - - uid: 7746 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-238.5 - parent: 2 - - uid: 7747 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-238.5 - parent: 2 - - uid: 7749 - components: - - type: Transform - pos: -0.5,-238.5 - parent: 2 - - uid: 7750 - components: - - type: Transform - pos: 2.5,-238.5 - parent: 2 - - uid: 7751 - components: - - type: Transform - pos: 2.5,-239.5 - parent: 2 - - uid: 8146 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-265.5 - parent: 2 - - uid: 8147 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-265.5 - parent: 2 - - uid: 8148 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-266.5 - parent: 2 - - uid: 8149 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-265.5 - parent: 2 - - uid: 8150 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-264.5 - parent: 2 - - uid: 8151 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-265.5 - parent: 2 - - uid: 8152 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-264.5 - parent: 2 - - uid: 8153 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-265.5 - parent: 2 - - uid: 8154 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-265.5 - parent: 2 - - uid: 8155 - components: - - type: Transform - pos: -0.5,-265.5 - parent: 2 - - uid: 8156 - components: - - type: Transform - pos: 2.5,-265.5 - parent: 2 - - uid: 8158 - components: - - type: Transform - pos: 2.5,-266.5 - parent: 2 - - uid: 8471 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,-254.5 - parent: 2 - - uid: 8481 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-163.5 - parent: 2 - - uid: 8562 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-250.5 - parent: 2 - - uid: 8687 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-166.5 - parent: 2 - - uid: 8825 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-271.5 - parent: 2 - - uid: 8826 - components: - - type: Transform - pos: -7.5,-274.5 - parent: 2 - - uid: 8968 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-170.5 - parent: 2 - - uid: 9348 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-292.5 - parent: 2 - - uid: 9349 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-292.5 - parent: 2 - - uid: 9350 - components: - - type: Transform - pos: -0.5,-292.5 - parent: 2 - - uid: 9351 - components: - - type: Transform - pos: 2.5,-292.5 - parent: 2 - - uid: 9352 - components: - - type: Transform - pos: 2.5,-293.5 - parent: 2 - - uid: 9353 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-293.5 - parent: 2 - - uid: 9354 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-292.5 - parent: 2 - - uid: 9355 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-292.5 - parent: 2 - - uid: 9356 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-292.5 - parent: 2 - - uid: 9357 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-292.5 - parent: 2 - - uid: 9358 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-291.5 - parent: 2 - - uid: 9359 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-291.5 - parent: 2 - - uid: 9813 - components: - - type: Transform - pos: 4.5,-312.5 - parent: 2 - - uid: 9913 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-314.5 - parent: 2 - - uid: 9943 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-311.5 - parent: 2 - - uid: 9944 - components: - - type: Transform - pos: 4.5,-315.5 - parent: 2 - - uid: 9945 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-315.5 - parent: 2 - - uid: 9946 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-311.5 - parent: 2 - - uid: 10002 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-301.5 - parent: 2 - - uid: 10598 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-324.5 - parent: 2 - - uid: 10599 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-323.5 - parent: 2 - - uid: 10600 - components: - - type: Transform - pos: -0.5,-324.5 - parent: 2 - - uid: 10601 - components: - - type: Transform - pos: 2.5,-325.5 - parent: 2 - - uid: 10602 - components: - - type: Transform - pos: 2.5,-324.5 - parent: 2 - - uid: 10603 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-324.5 - parent: 2 - - uid: 10604 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-324.5 - parent: 2 - - uid: 10605 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-325.5 - parent: 2 - - uid: 10606 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-324.5 - parent: 2 - - uid: 10607 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-324.5 - parent: 2 - - uid: 10608 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-323.5 - parent: 2 - - uid: 10609 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-324.5 - parent: 2 - - uid: 11831 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-379.5 - parent: 2 - - uid: 11832 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-378.5 - parent: 2 - - uid: 11833 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-378.5 - parent: 2 - - uid: 11834 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-378.5 - parent: 2 - - uid: 11835 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-377.5 - parent: 2 - - uid: 11836 - components: - - type: Transform - pos: 2.5,-378.5 - parent: 2 - - uid: 11837 - components: - - type: Transform - pos: 2.5,-379.5 - parent: 2 - - uid: 11838 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-378.5 - parent: 2 - - uid: 11839 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-378.5 - parent: 2 -- proto: RandomArcade - entities: - - uid: 9469 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,-308.5 - parent: 2 - - uid: 10676 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-373.5 - parent: 2 - - uid: 10874 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-373.5 - parent: 2 -- proto: RandomArtifactSpawner - entities: - - uid: 9997 - components: - - type: Transform - pos: -8.5,-314.5 - parent: 2 -- proto: RandomArtifactSpawner20 - entities: - - uid: 13304 - components: - - type: Transform - pos: -9.5,-311.5 - parent: 2 -- proto: RandomDrinkBottle - entities: - - uid: 729 - components: - - type: Transform - pos: -2.5,-45.5 - parent: 2 - - uid: 1272 - components: - - type: Transform - pos: -2.5,-63.5 - parent: 2 -- proto: RandomDrinkGlass - entities: - - uid: 1276 - components: - - type: Transform - pos: -2.5,-64.5 - parent: 2 - - uid: 1277 - components: - - type: Transform - pos: -2.5,-62.5 - parent: 2 - - uid: 1413 - components: - - type: Transform - pos: 1.5,-66.5 - parent: 2 - - uid: 1416 - components: - - type: Transform - pos: 1.5,-59.5 - parent: 2 - - uid: 3206 - components: - - type: Transform - pos: -3.5,-58.5 - parent: 2 -- proto: RandomFoodBakedSingle - entities: - - uid: 763 - components: - - type: Transform - pos: 5.5,-7.5 - parent: 2 - - uid: 2073 - components: - - type: Transform - pos: -7.5,-115.5 - parent: 2 -- proto: RandomFoodBakedWhole - entities: - - uid: 762 - components: - - type: Transform - pos: 4.5,-6.5 - parent: 2 - - uid: 2147 - components: - - type: Transform - pos: -7.5,-118.5 - parent: 2 -- proto: RandomFoodMeal - entities: - - uid: 1671 - components: - - type: Transform - pos: 3.5,-89.5 - parent: 2 - - uid: 1748 - components: - - type: Transform - pos: -0.5,-86.5 - parent: 2 - - uid: 2036 - components: - - type: Transform - pos: 4.5,-99.5 - parent: 2 -- proto: RandomFoodSingle - entities: - - uid: 2034 - components: - - type: Transform - pos: 6.5,-94.5 - parent: 2 - - uid: 2037 - components: - - type: Transform - pos: 0.5,-94.5 - parent: 2 - - uid: 2038 - components: - - type: Transform - pos: 0.5,-94.5 - parent: 2 - - uid: 2311 - components: - - type: Transform - pos: 3.5,-87.5 - parent: 2 - - uid: 2312 - components: - - type: Transform - pos: 3.5,-90.5 - parent: 2 - - uid: 4196 - components: - - type: Transform - pos: -2.5,-67.5 - parent: 2 - - uid: 4519 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-58.5 - parent: 2 -- proto: RandomInstruments - entities: - - uid: 7765 - components: - - type: Transform - pos: 7.5,-196.5 - parent: 2 - - uid: 12074 - components: - - type: Transform - pos: -6.5,-66.5 - parent: 2 - - uid: 12075 - components: - - type: Transform - pos: -6.5,-67.5 - parent: 2 - - uid: 13433 - components: - - type: Transform - pos: -2.5,-32.5 - parent: 2 -- proto: RandomPosterAny - entities: - - uid: 12999 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-317.5 - parent: 2 - - uid: 13000 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-302.5 - parent: 2 - - uid: 13026 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-229.5 - parent: 2 - - uid: 13038 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-149.5 - parent: 2 - - uid: 13045 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-114.5 - parent: 2 - - uid: 13047 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-120.5 - parent: 2 - - uid: 13061 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-58.5 - parent: 2 -- proto: RandomPosterContraband - entities: - - uid: 598 - components: - - type: Transform - pos: -5.5,-40.5 - parent: 2 - - uid: 10833 - components: - - type: Transform - pos: -6.5,-18.5 - parent: 2 - - uid: 12926 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-374.5 - parent: 2 - - uid: 12990 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-373.5 - parent: 2 - - uid: 13036 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-180.5 - parent: 2 - - uid: 13037 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-153.5 - parent: 2 - - uid: 13042 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-109.5 - parent: 2 - - uid: 13057 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-70.5 - parent: 2 - - uid: 13069 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-44.5 - parent: 2 -- proto: RandomPosterLegit - entities: - - uid: 434 - components: - - type: Transform - pos: -4.5,3.5 - parent: 2 - - uid: 771 - components: - - type: Transform - pos: 2.5,-33.5 - parent: 2 - - uid: 772 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-35.5 - parent: 2 - - uid: 1419 - components: - - type: Transform - pos: 0.5,-65.5 - parent: 2 - - uid: 4240 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-8.5 - parent: 2 - - uid: 7214 - components: - - type: Transform - pos: 2.5,-346.5 - parent: 2 - - uid: 7753 - components: - - type: Transform - pos: 4.5,-207.5 - parent: 2 - - uid: 10814 - components: - - type: Transform - pos: 2.5,-344.5 - parent: 2 - - uid: 12993 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-355.5 - parent: 2 - - uid: 13001 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-283.5 - parent: 2 - - uid: 13002 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-275.5 - parent: 2 - - uid: 13012 - components: - - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: 21.5,-252.5 - parent: 2 - - uid: 13029 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-204.5 - parent: 2 - - uid: 13031 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-191.5 - parent: 2 - - uid: 13033 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-164.5 - parent: 2 - - uid: 13043 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-141.5 - parent: 2 - - uid: 13052 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-95.5 - parent: 2 - - uid: 13054 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-83.5 - parent: 2 - - uid: 13056 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-69.5 - parent: 2 - - uid: 13063 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-43.5 - parent: 2 - - uid: 13066 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-31.5 - parent: 2 - - uid: 13075 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-17.5 - parent: 2 - - uid: 13076 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-4.5 - parent: 2 - - uid: 13078 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,0.5 - parent: 2 -- proto: RandomSnacks - entities: - - uid: 7323 - components: - - type: Transform - pos: 3.5,-203.5 - parent: 2 - - uid: 7788 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-206.5 - parent: 2 -- proto: RandomSoap - entities: - - uid: 352 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-54.5 - parent: 2 - - uid: 7818 - components: - - type: Transform - pos: -6.5,-150.5 - parent: 2 - - uid: 9410 - components: - - type: Transform - pos: -6.5,-152.5 - parent: 2 - - uid: 12120 - components: - - type: Transform - pos: -4.5,-374.5 - parent: 2 -- proto: RandomSpawner - entities: - - uid: 14655 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-69.5 - parent: 2 - - uid: 14656 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,-68.5 - parent: 2 - - uid: 14657 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-74.5 - parent: 2 -- proto: RandomVending - entities: - - uid: 559 - components: - - type: Transform - pos: -0.5,-16.5 - parent: 2 - - uid: 2512 - components: - - type: Transform - pos: -0.5,-149.5 - parent: 2 - - uid: 2580 - components: - - type: Transform - pos: 1.5,-136.5 - parent: 2 - - uid: 7903 - components: - - type: Transform - pos: 12.5,-306.5 - parent: 2 - - uid: 9017 - components: - - type: Transform - pos: -0.5,-287.5 - parent: 2 - - uid: 10126 - components: - - type: Transform - pos: -0.5,-319.5 - parent: 2 - - uid: 14734 - components: - - type: Transform - pos: -2.5,-191.5 - parent: 2 - - uid: 14735 - components: - - type: Transform - pos: -6.5,-191.5 - parent: 2 - - uid: 14741 - components: - - type: Transform - pos: -7.5,-307.5 - parent: 2 - - uid: 15034 - components: - - type: Transform - pos: -7.5,-134.5 - parent: 2 - - uid: 15653 - components: - - type: Transform - pos: -5.5,-279.5 - parent: 2 - - uid: 15654 - components: - - type: Transform - pos: -5.5,-280.5 - parent: 2 -- proto: RandomVendingDrinks - entities: - - uid: 752 - components: - - type: Transform - pos: -2.5,-26.5 - parent: 2 - - uid: 810 - components: - - type: Transform - pos: 3.5,-45.5 - parent: 2 - - uid: 887 - components: - - type: Transform - pos: -1.5,-37.5 - parent: 2 -- proto: RandomVendingSnacks - entities: - - uid: 755 - components: - - type: Transform - pos: 3.5,-26.5 - parent: 2 - - uid: 886 - components: - - type: Transform - pos: -1.5,-40.5 - parent: 2 -- proto: RCD - entities: - - uid: 13005 - components: - - type: Transform - pos: 11.623424,-252.29977 - parent: 2 -- proto: RCDAmmo - entities: - - uid: 8444 - components: - - type: Transform - pos: 11.413898,-252.65977 - parent: 2 - - uid: 13004 - components: - - type: Transform - pos: 11.262441,-252.55502 - parent: 2 - - uid: 13006 - components: - - type: Transform - pos: 11.403312,-252.39659 - parent: 2 -- proto: Recycler - entities: - - uid: 5452 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-219.5 - parent: 2 - - type: DeviceLinkSink - links: - - 7621 -- proto: ReinforcedPlasmaWindow - entities: - - uid: 7580 - components: - - type: Transform - pos: 20.5,-259.5 - parent: 2 - - uid: 7909 - components: - - type: Transform - pos: 20.5,-260.5 - parent: 2 - - uid: 8616 - components: - - type: Transform - pos: 20.5,-258.5 - parent: 2 - - uid: 9386 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,-299.5 - parent: 2 - - uid: 9432 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,-298.5 - parent: 2 - - uid: 9436 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,-306.5 - parent: 2 - - uid: 9437 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,-307.5 - parent: 2 - - uid: 9438 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,-308.5 - parent: 2 - - uid: 9440 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,-297.5 - parent: 2 - - uid: 9441 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,-297.5 - parent: 2 - - uid: 9442 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,-298.5 - parent: 2 - - uid: 9443 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,-299.5 - parent: 2 - - uid: 9445 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,-315.5 - parent: 2 - - uid: 9446 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,-316.5 - parent: 2 - - uid: 9447 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,-317.5 - parent: 2 - - uid: 9448 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,-315.5 - parent: 2 - - uid: 9449 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,-316.5 - parent: 2 - - uid: 9450 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,-317.5 - parent: 2 - - uid: 11210 - components: - - type: Transform - pos: -7.5,-316.5 - parent: 2 - - uid: 11213 - components: - - type: Transform - pos: -8.5,-316.5 - parent: 2 - - uid: 12390 - components: - - type: Transform - pos: -8.5,-312.5 - parent: 2 - - uid: 12404 - components: - - type: Transform - pos: -7.5,-312.5 - parent: 2 -- proto: ReinforcedWindow - entities: - - uid: 15 - components: - - type: Transform - pos: -1.5,3.5 - parent: 2 - - uid: 16 - components: - - type: Transform - pos: -0.5,4.5 - parent: 2 - - uid: 17 - components: - - type: Transform - pos: 0.5,4.5 - parent: 2 - - uid: 18 - components: - - type: Transform - pos: 1.5,4.5 - parent: 2 - - uid: 19 - components: - - type: Transform - pos: 2.5,3.5 - parent: 2 - - uid: 106 - components: - - type: Transform - pos: 4.5,-0.5 - parent: 2 - - uid: 140 - components: - - type: Transform - pos: 6.5,-0.5 - parent: 2 - - uid: 143 - components: - - type: Transform - pos: 7.5,-6.5 - parent: 2 - - uid: 144 - components: - - type: Transform - pos: 7.5,-7.5 - parent: 2 - - uid: 156 - components: - - type: Transform - pos: 7.5,-5.5 - parent: 2 - - uid: 158 - components: - - type: Transform - pos: 10.5,-118.5 - parent: 2 - - uid: 226 - components: - - type: Transform - pos: -6.5,-5.5 - parent: 2 - - uid: 227 - components: - - type: Transform - pos: -6.5,-6.5 - parent: 2 - - uid: 228 - components: - - type: Transform - pos: -6.5,-7.5 - parent: 2 - - uid: 229 - components: - - type: Transform - pos: -6.5,-9.5 - parent: 2 - - uid: 230 - components: - - type: Transform - pos: -6.5,-10.5 - parent: 2 - - uid: 231 - components: - - type: Transform - pos: -6.5,-11.5 - parent: 2 - - uid: 264 - components: - - type: Transform - pos: 1.5,-351.5 - parent: 2 - - uid: 322 - components: - - type: Transform - pos: 7.5,-8.5 - parent: 2 - - uid: 440 - components: - - type: Transform - pos: -6.5,-39.5 - parent: 2 - - uid: 486 - components: - - type: Transform - pos: -7.5,-60.5 - parent: 2 - - uid: 578 - components: - - type: Transform - pos: -7.5,-68.5 - parent: 2 - - uid: 579 - components: - - type: Transform - pos: -6.5,-372.5 - parent: 2 - - uid: 589 - components: - - type: Transform - pos: 7.5,-38.5 - parent: 2 - - uid: 591 - components: - - type: Transform - pos: 7.5,-39.5 - parent: 2 - - uid: 592 - components: - - type: Transform - pos: 7.5,-40.5 - parent: 2 - - uid: 593 - components: - - type: Transform - pos: 7.5,-41.5 - parent: 2 - - uid: 890 - components: - - type: Transform - pos: -6.5,-53.5 - parent: 2 - - uid: 893 - components: - - type: Transform - pos: -5.5,-52.5 - parent: 2 - - uid: 904 - components: - - type: Transform - pos: 8.5,-56.5 - parent: 2 - - uid: 909 - components: - - type: Transform - pos: 7.5,-61.5 - parent: 2 - - uid: 936 - components: - - type: Transform - pos: 8.5,-55.5 - parent: 2 - - uid: 937 - components: - - type: Transform - pos: 8.5,-68.5 - parent: 2 - - uid: 942 - components: - - type: Transform - pos: 7.5,-63.5 - parent: 2 - - uid: 946 - components: - - type: Transform - pos: -7.5,-67.5 - parent: 2 - - uid: 948 - components: - - type: Transform - pos: -7.5,-57.5 - parent: 2 - - uid: 949 - components: - - type: Transform - pos: -7.5,-59.5 - parent: 2 - - uid: 958 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-299.5 - parent: 2 - - uid: 1016 - components: - - type: Transform - pos: -7.5,-58.5 - parent: 2 - - uid: 1030 - components: - - type: Transform - pos: -7.5,-65.5 - parent: 2 - - uid: 1031 - components: - - type: Transform - pos: -7.5,-66.5 - parent: 2 - - uid: 1034 - components: - - type: Transform - pos: 7.5,-62.5 - parent: 2 - - uid: 1228 - components: - - type: Transform - pos: -6.5,-72.5 - parent: 2 - - uid: 1440 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-73.5 - parent: 2 - - uid: 1584 - components: - - type: Transform - pos: -7.5,-82.5 - parent: 2 - - uid: 1586 - components: - - type: Transform - pos: -10.5,-85.5 - parent: 2 - - uid: 1588 - components: - - type: Transform - pos: -10.5,-87.5 - parent: 2 - - uid: 1592 - components: - - type: Transform - pos: 7.5,-82.5 - parent: 2 - - uid: 1593 - components: - - type: Transform - pos: 7.5,-83.5 - parent: 2 - - uid: 1594 - components: - - type: Transform - pos: 7.5,-84.5 - parent: 2 - - uid: 1595 - components: - - type: Transform - pos: 7.5,-85.5 - parent: 2 - - uid: 1598 - components: - - type: Transform - pos: 7.5,-87.5 - parent: 2 - - uid: 1599 - components: - - type: Transform - pos: 7.5,-88.5 - parent: 2 - - uid: 1600 - components: - - type: Transform - pos: 7.5,-89.5 - parent: 2 - - uid: 1601 - components: - - type: Transform - pos: 7.5,-90.5 - parent: 2 - - uid: 1602 - components: - - type: Transform - pos: 7.5,-91.5 - parent: 2 - - uid: 1604 - components: - - type: Transform - pos: 7.5,-93.5 - parent: 2 - - uid: 1605 - components: - - type: Transform - pos: 7.5,-94.5 - parent: 2 - - uid: 1606 - components: - - type: Transform - pos: 7.5,-95.5 - parent: 2 - - uid: 1607 - components: - - type: Transform - pos: 7.5,-96.5 - parent: 2 - - uid: 1732 - components: - - type: Transform - pos: -7.5,-90.5 - parent: 2 - - uid: 1752 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-74.5 - parent: 2 - - uid: 1774 - components: - - type: Transform - pos: 8.5,-57.5 - parent: 2 - - uid: 1775 - components: - - type: Transform - pos: 8.5,-69.5 - parent: 2 - - uid: 1779 - components: - - type: Transform - pos: 7.5,-64.5 - parent: 2 - - uid: 1945 - components: - - type: Transform - pos: -9.5,-108.5 - parent: 2 - - uid: 1964 - components: - - type: Transform - pos: -9.5,-124.5 - parent: 2 - - uid: 1965 - components: - - type: Transform - pos: -9.5,-122.5 - parent: 2 - - uid: 1966 - components: - - type: Transform - pos: -9.5,-121.5 - parent: 2 - - uid: 1967 - components: - - type: Transform - pos: -9.5,-119.5 - parent: 2 - - uid: 1968 - components: - - type: Transform - pos: -9.5,-118.5 - parent: 2 - - uid: 1969 - components: - - type: Transform - pos: -9.5,-116.5 - parent: 2 - - uid: 1970 - components: - - type: Transform - pos: -9.5,-115.5 - parent: 2 - - uid: 1971 - components: - - type: Transform - pos: -9.5,-113.5 - parent: 2 - - uid: 1972 - components: - - type: Transform - pos: -9.5,-112.5 - parent: 2 - - uid: 1974 - components: - - type: Transform - pos: -9.5,-109.5 - parent: 2 - - uid: 2124 - components: - - type: Transform - pos: 7.5,-124.5 - parent: 2 - - uid: 2125 - components: - - type: Transform - pos: 7.5,-123.5 - parent: 2 - - uid: 2126 - components: - - type: Transform - pos: 7.5,-122.5 - parent: 2 - - uid: 2129 - components: - - type: Transform - pos: 10.5,-119.5 - parent: 2 - - uid: 2149 - components: - - type: Transform - pos: 0.5,-122.5 - parent: 2 - - uid: 2150 - components: - - type: Transform - pos: -1.5,-122.5 - parent: 2 - - uid: 2151 - components: - - type: Transform - pos: -2.5,-121.5 - parent: 2 - - uid: 2152 - components: - - type: Transform - pos: -2.5,-120.5 - parent: 2 - - uid: 2168 - components: - - type: Transform - pos: 1.5,-122.5 - parent: 2 - - uid: 2568 - components: - - type: Transform - pos: 9.5,-138.5 - parent: 2 - - uid: 2569 - components: - - type: Transform - pos: 9.5,-145.5 - parent: 2 - - uid: 2571 - components: - - type: Transform - pos: 9.5,-144.5 - parent: 2 - - uid: 2572 - components: - - type: Transform - pos: 9.5,-147.5 - parent: 2 - - uid: 2577 - components: - - type: Transform - pos: 9.5,-139.5 - parent: 2 - - uid: 2594 - components: - - type: Transform - pos: -7.5,-141.5 - parent: 2 - - uid: 2595 - components: - - type: Transform - pos: -7.5,-140.5 - parent: 2 - - uid: 2597 - components: - - type: Transform - pos: -7.5,-150.5 - parent: 2 - - uid: 2598 - components: - - type: Transform - pos: -7.5,-152.5 - parent: 2 - - uid: 2603 - components: - - type: Transform - pos: -9.5,-125.5 - parent: 2 - - uid: 2652 - components: - - type: Transform - pos: -4.5,-134.5 - parent: 2 - - uid: 2655 - components: - - type: Transform - pos: -7.5,-139.5 - parent: 2 - - uid: 2782 - components: - - type: Transform - pos: 7.5,-149.5 - parent: 2 - - uid: 2943 - components: - - type: Transform - pos: -8.5,-173.5 - parent: 2 - - uid: 2944 - components: - - type: Transform - pos: -8.5,-174.5 - parent: 2 - - uid: 2945 - components: - - type: Transform - pos: -8.5,-175.5 - parent: 2 - - uid: 2946 - components: - - type: Transform - pos: -8.5,-176.5 - parent: 2 - - uid: 2947 - components: - - type: Transform - pos: 9.5,-176.5 - parent: 2 - - uid: 2949 - components: - - type: Transform - pos: 9.5,-174.5 - parent: 2 - - uid: 2950 - components: - - type: Transform - pos: 9.5,-173.5 - parent: 2 - - uid: 2951 - components: - - type: Transform - pos: 8.5,-168.5 - parent: 2 - - uid: 2952 - components: - - type: Transform - pos: 8.5,-167.5 - parent: 2 - - uid: 2953 - components: - - type: Transform - pos: 8.5,-166.5 - parent: 2 - - uid: 3060 - components: - - type: Transform - pos: 9.5,-175.5 - parent: 2 - - uid: 3182 - components: - - type: Transform - pos: -9.5,-309.5 - parent: 2 - - uid: 3559 - components: - - type: Transform - pos: -10.5,-308.5 - parent: 2 - - uid: 3788 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-74.5 - parent: 2 - - uid: 3795 - components: - - type: Transform - pos: -7.5,-197.5 - parent: 2 - - uid: 3796 - components: - - type: Transform - pos: -7.5,-196.5 - parent: 2 - - uid: 3797 - components: - - type: Transform - pos: -7.5,-195.5 - parent: 2 - - uid: 3802 - components: - - type: Transform - pos: -6.5,-202.5 - parent: 2 - - uid: 3803 - components: - - type: Transform - pos: -6.5,-201.5 - parent: 2 - - uid: 3805 - components: - - type: Transform - pos: -6.5,-204.5 - parent: 2 - - uid: 3806 - components: - - type: Transform - pos: -6.5,-205.5 - parent: 2 - - uid: 3843 - components: - - type: Transform - pos: 9.5,-146.5 - parent: 2 - - uid: 3850 - components: - - type: Transform - pos: -1.5,-206.5 - parent: 2 - - uid: 3870 - components: - - type: Transform - pos: -3.5,-204.5 - parent: 2 - - uid: 4243 - components: - - type: Transform - pos: -4.5,-231.5 - parent: 2 - - uid: 4324 - components: - - type: Transform - pos: -1.5,-225.5 - parent: 2 - - uid: 4325 - components: - - type: Transform - pos: -1.5,-224.5 - parent: 2 - - uid: 4326 - components: - - type: Transform - pos: 2.5,-225.5 - parent: 2 - - uid: 4327 - components: - - type: Transform - pos: 2.5,-224.5 - parent: 2 - - uid: 4328 - components: - - type: Transform - pos: 5.5,-230.5 - parent: 2 - - uid: 4331 - components: - - type: Transform - pos: -3.5,-232.5 - parent: 2 - - uid: 4332 - components: - - type: Transform - pos: -4.5,-230.5 - parent: 2 - - uid: 4336 - components: - - type: Transform - pos: -4.5,-219.5 - parent: 2 - - uid: 4337 - components: - - type: Transform - pos: -4.5,-218.5 - parent: 2 - - uid: 4338 - components: - - type: Transform - pos: -4.5,-217.5 - parent: 2 - - uid: 4339 - components: - - type: Transform - pos: -3.5,-217.5 - parent: 2 - - uid: 4506 - components: - - type: Transform - pos: -4.5,-232.5 - parent: 2 - - uid: 4634 - components: - - type: Transform - pos: -8.5,-191.5 - parent: 2 - - uid: 4662 - components: - - type: Transform - pos: -8.5,-190.5 - parent: 2 - - uid: 4739 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-221.5 - parent: 2 - - uid: 4817 - components: - - type: Transform - pos: 5.5,-231.5 - parent: 2 - - uid: 4818 - components: - - type: Transform - pos: 5.5,-232.5 - parent: 2 - - uid: 4819 - components: - - type: Transform - pos: 4.5,-232.5 - parent: 2 - - uid: 4897 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-218.5 - parent: 2 - - uid: 5449 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-220.5 - parent: 2 - - uid: 6763 - components: - - type: Transform - pos: -12.5,-256.5 - parent: 2 - - uid: 6766 - components: - - type: Transform - pos: -15.5,-238.5 - parent: 2 - - uid: 6770 - components: - - type: Transform - pos: -16.5,-238.5 - parent: 2 - - uid: 6798 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-257.5 - parent: 2 - - uid: 6804 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-255.5 - parent: 2 - - uid: 6805 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-254.5 - parent: 2 - - uid: 6806 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-256.5 - parent: 2 - - uid: 6876 - components: - - type: Transform - pos: -9.5,-308.5 - parent: 2 - - uid: 6877 - components: - - type: Transform - pos: -9.5,-307.5 - parent: 2 - - uid: 6880 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-301.5 - parent: 2 - - uid: 6889 - components: - - type: Transform - pos: -14.5,-238.5 - parent: 2 - - uid: 6892 - components: - - type: Transform - pos: 18.5,-238.5 - parent: 2 - - uid: 6893 - components: - - type: Transform - pos: -9.5,-190.5 - parent: 2 - - uid: 6895 - components: - - type: Transform - pos: -8.5,-189.5 - parent: 2 - - uid: 7419 - components: - - type: Transform - pos: 17.5,-238.5 - parent: 2 - - uid: 7552 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-146.5 - parent: 2 - - uid: 7606 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-217.5 - parent: 2 - - uid: 7703 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-201.5 - parent: 2 - - uid: 7704 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-200.5 - parent: 2 - - uid: 7705 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-199.5 - parent: 2 - - uid: 7706 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-198.5 - parent: 2 - - uid: 7707 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-197.5 - parent: 2 - - uid: 7708 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-196.5 - parent: 2 - - uid: 7709 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-195.5 - parent: 2 - - uid: 7710 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-194.5 - parent: 2 - - uid: 7717 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-219.5 - parent: 2 - - uid: 7773 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-60.5 - parent: 2 - - uid: 8170 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-251.5 - parent: 2 - - uid: 8177 - components: - - type: Transform - pos: 16.5,-238.5 - parent: 2 - - uid: 8232 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-62.5 - parent: 2 - - uid: 8388 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-62.5 - parent: 2 - - uid: 8395 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-61.5 - parent: 2 - - uid: 8436 - components: - - type: Transform - pos: -7.5,-285.5 - parent: 2 - - uid: 8602 - components: - - type: Transform - pos: -7.5,-286.5 - parent: 2 - - uid: 8603 - components: - - type: Transform - pos: -7.5,-284.5 - parent: 2 - - uid: 8606 - components: - - type: Transform - pos: -6.5,-280.5 - parent: 2 - - uid: 8607 - components: - - type: Transform - pos: -6.5,-279.5 - parent: 2 - - uid: 8608 - components: - - type: Transform - pos: -6.5,-278.5 - parent: 2 - - uid: 8940 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-247.5 - parent: 2 - - uid: 8999 - components: - - type: Transform - pos: -4.5,-381.5 - parent: 2 - - uid: 9461 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,-308.5 - parent: 2 - - uid: 9466 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,-306.5 - parent: 2 - - uid: 9729 - components: - - type: Transform - pos: 11.5,-299.5 - parent: 2 - - uid: 9730 - components: - - type: Transform - pos: 11.5,-298.5 - parent: 2 - - uid: 9731 - components: - - type: Transform - pos: 11.5,-297.5 - parent: 2 - - uid: 9747 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-309.5 - parent: 2 - - uid: 9748 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-305.5 - parent: 2 - - uid: 9755 - components: - - type: Transform - pos: 11.5,-315.5 - parent: 2 - - uid: 9756 - components: - - type: Transform - pos: 11.5,-316.5 - parent: 2 - - uid: 9757 - components: - - type: Transform - pos: 11.5,-317.5 - parent: 2 - - uid: 9796 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-317.5 - parent: 2 - - uid: 9797 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-318.5 - parent: 2 - - uid: 9798 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-319.5 - parent: 2 - - uid: 9799 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-320.5 - parent: 2 - - uid: 9864 - components: - - type: Transform - pos: -10.5,-303.5 - parent: 2 - - uid: 9899 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-309.5 - parent: 2 - - uid: 9902 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-305.5 - parent: 2 - - uid: 9903 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-304.5 - parent: 2 - - uid: 9935 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-315.5 - parent: 2 - - uid: 9936 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-314.5 - parent: 2 - - uid: 9937 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-313.5 - parent: 2 - - uid: 9938 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-312.5 - parent: 2 - - uid: 10021 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-310.5 - parent: 2 - - uid: 10031 - components: - - type: Transform - pos: -10.5,-302.5 - parent: 2 - - uid: 10051 - components: - - type: Transform - pos: -10.5,-304.5 - parent: 2 - - uid: 10632 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-331.5 - parent: 2 - - uid: 10719 - components: - - type: Transform - pos: 8.5,-366.5 - parent: 2 - - uid: 10748 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-330.5 - parent: 2 - - uid: 10750 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-329.5 - parent: 2 - - uid: 10815 - components: - - type: Transform - pos: 8.5,-367.5 - parent: 2 - - uid: 10920 - components: - - type: Transform - pos: 1.5,-350.5 - parent: 2 - - uid: 10923 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-327.5 - parent: 2 - - uid: 11048 - components: - - type: Transform - pos: 1.5,-352.5 - parent: 2 - - uid: 11049 - components: - - type: Transform - pos: -0.5,-350.5 - parent: 2 - - uid: 11050 - components: - - type: Transform - pos: -0.5,-351.5 - parent: 2 - - uid: 11051 - components: - - type: Transform - pos: -0.5,-352.5 - parent: 2 - - uid: 11064 - components: - - type: Transform - pos: -7.5,-360.5 - parent: 2 - - uid: 11104 - components: - - type: Transform - pos: -7.5,-361.5 - parent: 2 - - uid: 11105 - components: - - type: Transform - pos: -7.5,-363.5 - parent: 2 - - uid: 11106 - components: - - type: Transform - pos: -7.5,-364.5 - parent: 2 - - uid: 11107 - components: - - type: Transform - pos: -7.5,-366.5 - parent: 2 - - uid: 11108 - components: - - type: Transform - pos: -7.5,-367.5 - parent: 2 - - uid: 11109 - components: - - type: Transform - pos: -6.5,-370.5 - parent: 2 - - uid: 11110 - components: - - type: Transform - pos: -6.5,-371.5 - parent: 2 - - uid: 11116 - components: - - type: Transform - pos: 7.5,-370.5 - parent: 2 - - uid: 11117 - components: - - type: Transform - pos: 7.5,-371.5 - parent: 2 - - uid: 11118 - components: - - type: Transform - pos: 7.5,-372.5 - parent: 2 - - uid: 11123 - components: - - type: Transform - pos: 8.5,-364.5 - parent: 2 - - uid: 11124 - components: - - type: Transform - pos: 8.5,-363.5 - parent: 2 - - uid: 11256 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-364.5 - parent: 2 - - uid: 11367 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-369.5 - parent: 2 - - uid: 11386 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-369.5 - parent: 2 - - uid: 11387 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-369.5 - parent: 2 - - uid: 11388 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-363.5 - parent: 2 - - uid: 11389 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-364.5 - parent: 2 - - uid: 11390 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-365.5 - parent: 2 - - uid: 11391 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-363.5 - parent: 2 - - uid: 11392 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-364.5 - parent: 2 - - uid: 11393 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-365.5 - parent: 2 - - uid: 11402 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-364.5 - parent: 2 - - uid: 11967 - components: - - type: Transform - pos: 6.5,-340.5 - parent: 2 - - uid: 12021 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-260.5 - parent: 2 - - uid: 12027 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-253.5 - parent: 2 - - uid: 12028 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-257.5 - parent: 2 - - uid: 12083 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,-263.5 - parent: 2 - - uid: 12606 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-259.5 - parent: 2 - - uid: 13216 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-255.5 - parent: 2 - - uid: 13300 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-300.5 - parent: 2 - - uid: 13349 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-261.5 - parent: 2 - - uid: 14313 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-61.5 - parent: 2 - - uid: 14314 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-60.5 - parent: 2 - - uid: 14613 - components: - - type: Transform - pos: 2.5,-178.5 - parent: 2 - - uid: 14614 - components: - - type: Transform - pos: 2.5,-179.5 - parent: 2 - - uid: 14913 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-147.5 - parent: 2 - - uid: 14915 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-145.5 - parent: 2 - - uid: 15134 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-113.5 - parent: 2 - - uid: 15135 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-114.5 - parent: 2 - - uid: 15136 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-115.5 - parent: 2 - - uid: 15138 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-117.5 - parent: 2 -- proto: ReinforcedWindowDiagonal - entities: - - uid: 9 - components: - - type: Transform - pos: -1.5,4.5 - parent: 2 - - uid: 1237 - components: - - type: Transform - pos: -6.5,-52.5 - parent: 2 - - uid: 1609 - components: - - type: Transform - pos: -8.5,-82.5 - parent: 2 - - uid: 1610 - components: - - type: Transform - pos: -9.5,-83.5 - parent: 2 - - uid: 1611 - components: - - type: Transform - pos: -10.5,-84.5 - parent: 2 - - uid: 2788 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,3.5 - parent: 2 - - uid: 2941 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-84.5 - parent: 2 - - uid: 4440 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-217.5 - parent: 2 - - uid: 4635 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,4.5 - parent: 2 - - uid: 4641 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-191.5 - parent: 2 - - uid: 4647 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,3.5 - parent: 2 - - uid: 4949 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-88.5 - parent: 2 - - uid: 4987 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-83.5 - parent: 2 - - uid: 4993 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-90.5 - parent: 2 - - uid: 4995 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-88.5 - parent: 2 - - uid: 4996 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-89.5 - parent: 2 - - uid: 4998 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-89.5 - parent: 2 - - uid: 6202 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-193.5 - parent: 2 - - uid: 6663 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-307.5 - parent: 2 - - uid: 6680 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-191.5 - parent: 2 - - uid: 6682 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-189.5 - parent: 2 - - uid: 6878 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-309.5 - parent: 2 - - uid: 6894 - components: - - type: Transform - pos: -9.5,-189.5 - parent: 2 - - uid: 7677 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-202.5 - parent: 2 - - uid: 9072 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-122.5 - parent: 2 - - uid: 9743 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,-305.5 - parent: 2 - - uid: 9800 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-320.5 - parent: 2 - - uid: 9904 - components: - - type: Transform - pos: 2.5,-309.5 - parent: 2 - - uid: 9954 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-305.5 - parent: 2 - - uid: 10057 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-309.5 - parent: 2 - - uid: 13291 - components: - - type: Transform - pos: -10.5,-307.5 - parent: 2 - - uid: 13292 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-309.5 - parent: 2 -- proto: RemoteSignaller - entities: - - uid: 17036 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.571812,-245.74113 - parent: 2 -- proto: ResearchAndDevelopmentServer - entities: - - uid: 6662 - components: - - type: Transform - pos: -9.5,-299.5 - parent: 2 -- proto: ResearchComputerCircuitboard - entities: - - uid: 11554 - components: - - type: Transform - pos: -3.457391,-5.9200196 - parent: 2 -- proto: RevolverCapGun - entities: - - uid: 14632 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.741016,-256.2104 - parent: 2 - - uid: 14633 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.3536196,-255.64711 - parent: 2 -- proto: SadTromboneImplanter - entities: - - uid: 2503 - components: - - type: Transform - pos: 3.4744065,-18.482784 - parent: 2 -- proto: SalvageCanisterSpawner - entities: - - uid: 7330 - components: - - type: Transform - pos: 17.5,-140.5 - parent: 2 - - uid: 7860 - components: - - type: Transform - pos: -2.5,-196.5 - parent: 2 - - uid: 8416 - components: - - type: Transform - pos: -2.5,-214.5 - parent: 2 - - uid: 9418 - components: - - type: Transform - pos: -2.5,-193.5 - parent: 2 - - uid: 16809 - components: - - type: Transform - pos: 6.5,-131.5 - parent: 2 -- proto: SalvageMagnet - entities: - - uid: 8874 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-275.5 - parent: 2 -- proto: SalvageMaterialCrateSpawner - entities: - - uid: 7391 - components: - - type: Transform - pos: 17.5,-145.5 - parent: 2 - - uid: 9048 - components: - - type: Transform - pos: 6.5,-279.5 - parent: 2 -- proto: Saw - entities: - - uid: 7206 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.7616467,-203.6916 - parent: 2 -- proto: SawElectric - entities: - - uid: 3972 - components: - - type: Transform - pos: -2.4659972,-207.5625 - parent: 2 - - uid: 4612 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.4805373,-199.6086 - parent: 2 -- proto: SawImprov - entities: - - uid: 7205 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.1102223,-199.33864 - parent: 2 -- proto: Scalpel - entities: - - uid: 7208 - components: - - type: Transform - pos: 2.1887238,-199.63736 - parent: 2 -- proto: SciFlash - entities: - - uid: 12415 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.375178,-310.24973 - parent: 2 - - uid: 12416 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.375178,-310.45218 - parent: 2 -- proto: Screen - entities: - - uid: 420 - components: - - type: Transform - pos: 0.5,-8.5 - parent: 2 - - uid: 903 - components: - - type: Transform - pos: -7.5,-64.5 - parent: 2 -- proto: Screwdriver - entities: - - uid: 9519 - components: - - type: Transform - pos: 22.486492,-317.5223 - parent: 2 - - uid: 9613 - components: - - type: Transform - pos: 23.435913,-299.60858 - parent: 2 - - uid: 14744 - components: - - type: Transform - pos: -5.5653863,-307.57385 - parent: 2 -- proto: SecurityTechFab - entities: - - uid: 2286 - components: - - type: Transform - pos: 4.5,-338.5 - parent: 2 -- proto: SeedExtractor - entities: - - uid: 754 - components: - - type: Transform - pos: 3.5,-374.5 - parent: 2 - - uid: 2330 - components: - - type: Transform - pos: -8.5,-84.5 - parent: 2 -- proto: ShardCrystalGreen - entities: - - uid: 7386 - components: - - type: Transform - pos: 13.519403,-147.44946 - parent: 2 - - uid: 7387 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.347023,-140.45216 - parent: 2 - - uid: 7388 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.448226,-151.46065 - parent: 2 - - uid: 7389 - components: - - type: Transform - pos: 16.276836,-137.70845 - parent: 2 - - uid: 7390 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 16.023718,-147.57788 - parent: 2 -- proto: ShardGlass - entities: - - uid: 3891 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.7093341,-202.65921 - parent: 2 - - uid: 3892 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.8729095,-202.42155 - parent: 2 - - uid: 3949 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.4470973,-197.77046 - parent: 2 - - uid: 3950 - components: - - type: Transform - pos: -5.135233,-195.4101 - parent: 2 -- proto: ShardGlassReinforced - entities: - - uid: 11709 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.35029945,-377.53983 - parent: 2 - - uid: 11823 - components: - - type: Transform - pos: -0.9622005,-378.77563 - parent: 2 - - uid: 11824 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.20967445,-378.4539 - parent: 2 - - uid: 11826 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.7356381,-376.86014 - parent: 2 -- proto: SheetGlass - entities: - - uid: 3203 - components: - - type: Transform - pos: 18.454567,-257.30835 - parent: 2 - - uid: 8926 - components: - - type: Transform - pos: 18.142067,-257.4021 - parent: 2 - - uid: 9970 - components: - - type: Transform - pos: 3.3460228,-315.99377 - parent: 2 - - uid: 9973 - components: - - type: Transform - pos: -4.3694625,-303.88837 - parent: 2 - - uid: 12369 - components: - - type: Transform - pos: -1.1593688,-5.49177 - parent: 2 -- proto: SheetPlasma - entities: - - uid: 9976 - components: - - type: Transform - pos: 3.5577743,-304.39993 - parent: 2 -- proto: SheetPlasma1 - entities: - - uid: 3148 - components: - - type: Transform - pos: 5.3013034,-167.3674 - parent: 2 -- proto: SheetPlasteel - entities: - - uid: 6886 - components: - - type: Transform - pos: 19.023344,-257.24518 - parent: 2 -- proto: SheetPlastic - entities: - - uid: 8540 - components: - - type: Transform - pos: 17.492094,-257.47955 - parent: 2 - - uid: 8896 - components: - - type: Transform - pos: 17.507719,-257.1358 - parent: 2 - - uid: 10119 - components: - - type: Transform - pos: -4.4883227,-304.0996 - parent: 2 - - uid: 12132 - components: - - type: Transform - pos: -1.6015537,-5.438076 - parent: 2 - - uid: 15269 - components: - - type: Transform - pos: 4.7201986,-242.37056 - parent: 2 -- proto: SheetSteel - entities: - - uid: 1288 - components: - - type: Transform - pos: -2.0033119,-5.403715 - parent: 2 - - uid: 8528 - components: - - type: Transform - pos: 19.023344,-257.5108 - parent: 2 - - uid: 8894 - components: - - type: Transform - pos: -13.564663,-246.11655 - parent: 2 - - uid: 8924 - components: - - type: Transform - pos: 19.23179,-257.44897 - parent: 2 - - uid: 9961 - components: - - type: Transform - pos: 3.5573292,-315.64984 - parent: 2 - - uid: 9962 - components: - - type: Transform - pos: 3.3460228,-315.399 - parent: 2 - - uid: 10118 - components: - - type: Transform - pos: -4.5543566,-303.82236 - parent: 2 - - uid: 15268 - components: - - type: Transform - pos: 4.3490157,-242.4043 - parent: 2 -- proto: ShipBattlemap - entities: - - uid: 14457 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 16.770714,-79.15794 - parent: 2 -- proto: ShotGunCabinetFilled - entities: - - uid: 11327 - components: - - type: Transform - pos: -0.5,-361.5 - parent: 2 -- proto: ShotGunCabinetOpen - entities: - - uid: 8385 - components: - - type: Transform - pos: 16.5,-157.5 - parent: 2 -- proto: ShuttersNormalOpen - entities: - - uid: 7200 - components: - - type: Transform - pos: 4.5,-200.5 - parent: 2 - - type: DeviceLinkSink - links: - - 7211 - - uid: 7201 - components: - - type: Transform - pos: 4.5,-201.5 - parent: 2 - - type: DeviceLinkSink - links: - - 7211 - - uid: 7202 - components: - - type: Transform - pos: 4.5,-202.5 - parent: 2 - - type: DeviceLinkSink - links: - - 7211 -- proto: ShuttleGunSvalinnMachineGunCircuitboard - entities: - - uid: 11559 - components: - - type: Transform - pos: -0.58915323,-5.3015785 - parent: 2 -- proto: SignAi - entities: - - uid: 12453 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,-305.5 - parent: 2 -- proto: SignalButton - entities: - - uid: 9008 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-282.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 8801: - - Pressed: Toggle - - uid: 9009 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-276.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 8803: - - Pressed: Toggle - - uid: 10008 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-314.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 9941: - - Pressed: Toggle - 9908: - - Pressed: Toggle - 9906: - - Pressed: Toggle - - uid: 10009 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-316.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 10003: - - Pressed: Toggle - 10001: - - Pressed: Toggle - 10004: - - Pressed: Toggle -- proto: SignalButtonDirectional - entities: - - uid: 1767 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-55.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 1749: - - Pressed: Toggle - 1750: - - Pressed: Toggle - - uid: 2094 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-118.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 2081: - - Pressed: DoorBolt - - uid: 2095 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-115.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 2080: - - Pressed: DoorBolt - - uid: 2096 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-112.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 2079: - - Pressed: DoorBolt - - uid: 2485 - components: - - type: Transform - pos: 3.5,-177.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 6255: - - Pressed: Toggle - 7874: - - Pressed: Toggle - - uid: 7211 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-203.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 7202: - - Pressed: Toggle - 7201: - - Pressed: Toggle - 7200: - - Pressed: Toggle - - uid: 11312 - components: - - type: Transform - pos: -0.5,-115.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 2222: - - Pressed: Toggle - 2223: - - Pressed: Toggle - 2224: - - Pressed: Toggle - - uid: 11933 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-151.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 2645: - - Pressed: DoorBolt - - uid: 11983 - components: - - type: Transform - pos: -6.5,-151.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 4109: - - Pressed: DoorBolt -- proto: SignAnomaly - entities: - - uid: 12682 - components: - - type: Transform - pos: -1.5,-311.5 - parent: 2 -- proto: SignAnomaly2 - entities: - - uid: 12460 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-305.5 - parent: 2 -- proto: SignArmory - entities: - - uid: 12264 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-338.5 - parent: 2 -- proto: SignAtmosMinsky - entities: - - uid: 17006 - components: - - type: Transform - pos: -3.5,-249.5 - parent: 2 -- proto: SignBar - entities: - - uid: 12475 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-65.5 - parent: 2 -- proto: SignBiohazardMed - entities: - - uid: 8612 - components: - - type: Transform - pos: -4.5,-192.5 - parent: 2 - - uid: 12491 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-204.5 - parent: 2 -- proto: SignBridge - entities: - - uid: 12528 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-0.5 - parent: 2 -- proto: SignCargo - entities: - - uid: 12514 - components: - - type: Transform - pos: -1.5,-281.5 - parent: 2 -- proto: SignCargoDock - entities: - - uid: 12515 - components: - - type: Transform - pos: -1.5,-277.5 - parent: 2 -- proto: SignChapel - entities: - - uid: 2660 - components: - - type: Transform - pos: 2.5,-147.5 - parent: 2 - - uid: 2661 - components: - - type: Transform - pos: 6.5,-147.5 - parent: 2 -- proto: SignChem - entities: - - uid: 12520 - components: - - type: Transform - pos: 2.5,-165.5 - parent: 2 -- proto: SignCloning - entities: - - uid: 12524 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-195.5 - parent: 2 -- proto: SignConference - entities: - - uid: 12500 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-13.5 - parent: 2 -- proto: SignCryogenicsMed - entities: - - uid: 6239 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-170.5 - parent: 2 -- proto: SignDirectionalBar - entities: - - uid: 12509 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-80.5 - parent: 2 - - uid: 12510 - components: - - type: Transform - pos: -0.5,-45.5 - parent: 2 -- proto: SignDirectionalBridge - entities: - - uid: 12503 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-26.5 - parent: 2 -- proto: SignDirectionalBrig - entities: - - uid: 12504 - components: - - type: Transform - pos: 1.5,-320.5 - parent: 2 - - uid: 12992 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-355.5 - parent: 2 -- proto: SignDirectionalChapel - entities: - - uid: 12395 - components: - - type: Transform - pos: -0.5,-126.5 - parent: 2 - - uid: 12516 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-161.5 - parent: 2 -- proto: SignDirectionalChemistry - entities: - - uid: 12522 - components: - - type: Transform - pos: 1.5,-153.5 - parent: 2 - - uid: 12523 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-188.5 - parent: 2 -- proto: SignDirectionalCryo - entities: - - uid: 11881 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-168.5 - parent: 2 - - uid: 12532 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-109.5 - parent: 2 -- proto: SignDirectionalDorms - entities: - - uid: 12541 - components: - - type: Transform - pos: 1.5,-99.5 - parent: 2 - - uid: 12542 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-134.5 - parent: 2 -- proto: SignDirectionalEng - entities: - - uid: 8463 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-115.5 - parent: 2 - - uid: 12578 - components: - - type: Transform - pos: 1.5,-233.5 - parent: 2 - - uid: 12579 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-269.5 - parent: 2 -- proto: SignDirectionalEvac - entities: - - uid: 12582 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-53.5 - parent: 2 - - uid: 12585 - components: - - type: Transform - pos: 1.5,-18.5 - parent: 2 -- proto: SignDirectionalFood - entities: - - uid: 12597 - components: - - type: Transform - pos: 1.5,-72.5 - parent: 2 - - uid: 12598 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-107.5 - parent: 2 -- proto: SignDirectionalHop - entities: - - uid: 7357 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-256.5 - parent: 2 - - uid: 12613 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-134.5 - parent: 2 - - uid: 12614 - components: - - type: Transform - pos: -0.5,-99.5 - parent: 2 -- proto: SignDirectionalHydro - entities: - - uid: 12599 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-85.5 - parent: 2 - - uid: 12602 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-107.5 - parent: 2 - - uid: 12604 - components: - - type: Transform - pos: -0.5,-72.5 - parent: 2 -- proto: SignDirectionalJanitor - entities: - - uid: 7507 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-56.5 - parent: 2 - - uid: 12625 - components: - - type: Transform - pos: 1.5,-45.5 - parent: 2 - - uid: 12626 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-80.5 - parent: 2 -- proto: SignDirectionalLibrary - entities: - - uid: 3619 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-161.5 - parent: 2 - - uid: 12628 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-138.5 - parent: 2 - - uid: 12630 - components: - - type: Transform - pos: 1.5,-126.5 - parent: 2 -- proto: SignDirectionalMed - entities: - - uid: 12627 - components: - - type: Transform - pos: -0.5,-153.5 - parent: 2 - - uid: 12635 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-188.5 - parent: 2 - - uid: 13307 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-308.5 - parent: 2 -- proto: SignDirectionalSalvage - entities: - - uid: 12655 - components: - - type: Transform - pos: -0.5,-261.5 - parent: 2 - - uid: 12658 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-296.5 - parent: 2 -- proto: SignDirectionalSci - entities: - - uid: 8174 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-190.5 - parent: 2 - - uid: 12659 - components: - - type: Transform - pos: -0.5,-288.5 - parent: 2 - - uid: 12660 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-328.5 - parent: 2 -- proto: SignDirectionalSec - entities: - - uid: 12661 - components: - - type: Transform - pos: -0.5,-347.5 - parent: 2 -- proto: SignDirectionalSolar - entities: - - uid: 12673 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-242.5 - parent: 2 - - uid: 12674 - components: - - type: Transform - pos: 1.5,-207.5 - parent: 2 -- proto: SignDirectionalSupply - entities: - - uid: 12675 - components: - - type: Transform - pos: 1.5,-261.5 - parent: 2 - - uid: 12676 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-296.5 - parent: 2 -- proto: SignDirectionalWash - entities: - - uid: 12680 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-150.5 - parent: 2 -- proto: SignElectricalMed - entities: - - uid: 3899 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-341.5 - parent: 2 - - uid: 9388 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-361.5 - parent: 2 - - uid: 12490 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-98.5 - parent: 2 - - uid: 12543 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-0.5 - parent: 2 - - uid: 12544 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-43.5 - parent: 2 - - uid: 12545 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-55.5 - parent: 2 - - uid: 12550 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-111.5 - parent: 2 - - uid: 12554 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-152.5 - parent: 2 - - uid: 12558 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-162.5 - parent: 2 - - uid: 12560 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-188.5 - parent: 2 - - uid: 12562 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-220.5 - parent: 2 - - uid: 12563 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-228.5 - parent: 2 - - uid: 12570 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-286.5 - parent: 2 - - uid: 12571 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-296.5 - parent: 2 -- proto: SignEVA - entities: - - uid: 398 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-3.5 - parent: 2 -- proto: SignHead - entities: - - uid: 7797 - components: - - type: Transform - pos: 4.5,-177.5 - parent: 2 - - uid: 12607 - components: - - type: Transform - pos: 0.5,-9.5 - parent: 2 - - uid: 12608 - components: - - type: Transform - pos: -2.5,-119.5 - parent: 2 - - uid: 12610 - components: - - type: Transform - pos: 4.5,-283.5 - parent: 2 - - uid: 12611 - components: - - type: Transform - pos: -7.5,-304.5 - parent: 2 - - uid: 12612 - components: - - type: Transform - pos: -3.5,-343.5 - parent: 2 -- proto: SignInterrogation - entities: - - uid: 12624 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-358.5 - parent: 2 -- proto: SignJanitor - entities: - - uid: 539 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-56.5 - parent: 2 -- proto: SignLawyer - entities: - - uid: 11212 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-329.5 - parent: 2 -- proto: SignLibrary - entities: - - uid: 12629 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-142.5 - parent: 2 -- proto: SignMedical - entities: - - uid: 12633 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-176.5 - parent: 2 - - uid: 12634 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-171.5 - parent: 2 -- proto: SignMorgue - entities: - - uid: 12632 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-173.5 - parent: 2 -- proto: SignNosmoking - entities: - - uid: 11345 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-294.5 - parent: 2 - - uid: 11370 - components: - - type: Transform - pos: -0.5,-290.5 - parent: 2 - - uid: 11377 - components: - - type: Transform - pos: 1.5,-213.5 - parent: 2 - - uid: 11383 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-326.5 - parent: 2 - - uid: 11384 - components: - - type: Transform - pos: -0.5,-236.5 - parent: 2 - - uid: 11417 - components: - - type: Transform - pos: -0.5,-209.5 - parent: 2 - - uid: 11418 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-322.5 - parent: 2 - - uid: 12638 - components: - - type: Transform - pos: 1.5,-353.5 - parent: 2 - - uid: 12639 - components: - - type: Transform - pos: -0.5,-349.5 - parent: 2 - - uid: 12640 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-380.5 - parent: 2 - - uid: 12679 - components: - - type: Transform - pos: 1.5,-240.5 - parent: 2 -- proto: SignPrison - entities: - - uid: 13410 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-367.5 - parent: 2 - - uid: 13411 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-367.5 - parent: 2 -- proto: SignRedEight - entities: - - uid: 6613 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.40827185,-213.49608 - parent: 2 - - uid: 6614 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5893869,-236.49295 - parent: 2 -- proto: SignRedFive - entities: - - uid: 1354 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5861752,-155.49748 - parent: 2 - - uid: 4105 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.40963644,-132.49622 - parent: 2 -- proto: SignRedFour - entities: - - uid: 4101 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.41395348,-105.500565 - parent: 2 - - uid: 4102 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5827098,-128.49553 - parent: 2 - - uid: 7056 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.352005,-256.74753 - parent: 2 -- proto: SignRedNine - entities: - - uid: 6621 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.4074493,-240.49269 - parent: 2 - - uid: 6622 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5921938,-263.49698 - parent: 2 - - uid: 8449 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.4745858,-115.74884 - parent: 2 -- proto: SignRedOne - entities: - - uid: 4078 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5852656,-47.503147 - parent: 2 - - uid: 4089 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.40152162,-24.502266 - parent: 2 - - uid: 7857 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.4400425,-190.7712 - parent: 2 - - uid: 8125 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.655262,-190.7712 - parent: 2 - - uid: 8974 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.65059656,-267.50113 - parent: 2 - - uid: 10625 - components: - - type: Transform - pos: 1.3436816,-290.4902 - parent: 2 - - uid: 10626 - components: - - type: Transform - pos: -0.6467193,-294.49783 - parent: 2 - - uid: 10627 - components: - - type: Transform - pos: -0.39628136,-294.49783 - parent: 2 - - uid: 10628 - components: - - type: Transform - pos: 1.3480468,-322.4933 - parent: 2 - - uid: 10629 - components: - - type: Transform - pos: 1.5945721,-322.4972 - parent: 2 - - uid: 10630 - components: - - type: Transform - pos: -0.66275233,-326.49893 - parent: 2 - - uid: 11810 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.3482165,-349.49252 - parent: 2 - - uid: 11811 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.6562117,-353.50278 - parent: 2 - - uid: 11815 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.3395855,-376.49908 - parent: 2 -- proto: SignRedSeven - entities: - - uid: 4114 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.40892178,-186.50111 - parent: 2 - - uid: 6612 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5926433,-209.5081 - parent: 2 - - uid: 8933 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.4100895,-308.77243 - parent: 2 -- proto: SignRedSix - entities: - - uid: 737 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5832694,-182.49539 - parent: 2 - - uid: 1339 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.40680242,-159.50095 - parent: 2 -- proto: SignRedThree - entities: - - uid: 4084 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.588459,-101.49657 - parent: 2 - - uid: 4093 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.41010725,-78.500275 - parent: 2 - - uid: 11812 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.41125554,-353.50778 - parent: 2 - - uid: 11814 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5795426,-376.49908 - parent: 2 -- proto: SignRedTwo - entities: - - uid: 4081 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.4081869,-51.5101 - parent: 2 - - uid: 4082 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5891788,-74.492035 - parent: 2 - - uid: 10631 - components: - - type: Transform - pos: -0.40840113,-326.49893 - parent: 2 - - uid: 11807 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5831742,-349.5025 - parent: 2 -- proto: SignRedZero - entities: - - uid: 716 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.6534249,-159.49841 - parent: 2 - - uid: 866 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.3433123,-182.50206 - parent: 2 - - uid: 871 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.3428853,-155.49748 - parent: 2 - - uid: 4073 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5774398,-20.510248 - parent: 2 - - uid: 4074 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.3465674,-20.503857 - parent: 2 - - uid: 4075 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.64673156,-78.49695 - parent: 2 - - uid: 4079 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.3543932,-47.503147 - parent: 2 - - uid: 4080 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.6514768,-51.50535 - parent: 2 - - uid: 4083 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.3504801,-74.492035 - parent: 2 - - uid: 4088 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.64814395,-24.502266 - parent: 2 - - uid: 4095 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.3433409,-101.495316 - parent: 2 - - uid: 4096 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.64724535,-105.49722 - parent: 2 - - uid: 4103 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.3494184,-128.49886 - parent: 2 - - uid: 4104 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.6562591,-132.49622 - parent: 2 - - uid: 4107 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.6522116,-186.49445 - parent: 2 - - uid: 5423 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.6627056,-213.4963 - parent: 2 - - uid: 5424 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.3530763,-209.50024 - parent: 2 - - uid: 6615 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.3327662,-236.4863 - parent: 2 - - uid: 6616 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.6607372,-240.49602 - parent: 2 - - uid: 6623 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.3455713,-263.49365 - parent: 2 - - uid: 7362 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5789645,-256.74753 - parent: 2 - - uid: 8130 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.6912138,-115.74884 - parent: 2 - - uid: 8971 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.42397034,-267.50113 - parent: 2 - - uid: 10624 - components: - - type: Transform - pos: 1.5823798,-290.49802 - parent: 2 - - uid: 13306 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.633143,-308.77356 - parent: 2 -- proto: SignRND - entities: - - uid: 12651 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-299.5 - parent: 2 -- proto: SignRobo - entities: - - uid: 12654 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-309.5 - parent: 2 -- proto: SignSecureMed - entities: - - uid: 103 - components: - - type: Transform - pos: 0.5,-3.5 - parent: 2 - - uid: 12662 - components: - - type: Transform - pos: -3.5,-326.5 - parent: 2 - - uid: 12663 - components: - - type: Transform - pos: 4.5,-326.5 - parent: 2 - - uid: 12664 - components: - - type: Transform - pos: -3.5,-349.5 - parent: 2 - - uid: 12665 - components: - - type: Transform - pos: 4.5,-349.5 - parent: 2 - - uid: 12666 - components: - - type: Transform - pos: 4.5,-353.5 - parent: 2 - - uid: 12667 - components: - - type: Transform - pos: -3.5,-353.5 - parent: 2 - - uid: 12668 - components: - - type: Transform - pos: -3.5,-376.5 - parent: 2 - - uid: 12670 - components: - - type: Transform - pos: 4.5,-376.5 - parent: 2 -- proto: SignSecureSmallRed - entities: - - uid: 12671 - components: - - type: Transform - pos: -3.5,-380.5 - parent: 2 - - uid: 12672 - components: - - type: Transform - pos: 4.5,-380.5 - parent: 2 -- proto: SignShipDock - entities: - - uid: 12535 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-30.5 - parent: 2 - - uid: 12538 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-42.5 - parent: 2 - - uid: 12539 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-37.5 - parent: 2 -- proto: SignSmoking - entities: - - uid: 3397 - components: - - type: Transform - pos: -0.5,-182.5 - parent: 2 - - uid: 4071 - components: - - type: Transform - pos: 1.5,-132.5 - parent: 2 - - uid: 4076 - components: - - type: Transform - pos: 1.5,-159.5 - parent: 2 - - uid: 4077 - components: - - type: Transform - pos: -0.5,-155.5 - parent: 2 - - uid: 4085 - components: - - type: Transform - pos: 1.5,-105.5 - parent: 2 - - uid: 4087 - components: - - type: Transform - pos: -0.5,-20.5 - parent: 2 - - uid: 4090 - components: - - type: Transform - pos: 1.5,-24.5 - parent: 2 - - uid: 4091 - components: - - type: Transform - pos: -0.5,-128.5 - parent: 2 - - uid: 4092 - components: - - type: Transform - pos: -0.5,-101.5 - parent: 2 - - uid: 4097 - components: - - type: Transform - pos: 1.5,-78.5 - parent: 2 - - uid: 4098 - components: - - type: Transform - pos: -0.5,-74.5 - parent: 2 - - uid: 4099 - components: - - type: Transform - pos: 1.5,-51.5 - parent: 2 - - uid: 4100 - components: - - type: Transform - pos: -0.5,-47.5 - parent: 2 - - uid: 4142 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-186.5 - parent: 2 -- proto: SignSpace - entities: - - uid: 12695 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-316.5 - parent: 2 - - uid: 12696 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-312.5 - parent: 2 - - uid: 13444 - components: - - type: Transform - pos: -6.5,-14.5 - parent: 2 - - uid: 13446 - components: - - type: Transform - pos: 6.5,-26.5 - parent: 2 - - uid: 13448 - components: - - type: Transform - pos: 7.5,-30.5 - parent: 2 - - uid: 13456 - components: - - type: Transform - pos: 4.5,-153.5 - parent: 2 - - uid: 13461 - components: - - type: Transform - pos: -3.5,-242.5 - parent: 2 - - uid: 13463 - components: - - type: Transform - pos: 6.5,-269.5 - parent: 2 - - uid: 13464 - components: - - type: Transform - pos: 6.5,-288.5 - parent: 2 - - uid: 13465 - components: - - type: Transform - pos: 6.5,-295.5 - parent: 2 - - uid: 13466 - components: - - type: Transform - pos: 4.5,-320.5 - parent: 2 - - uid: 13468 - components: - - type: Transform - pos: -3.5,-327.5 - parent: 2 - - uid: 15188 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-261.5 - parent: 2 -- proto: SignTelecomms - entities: - - uid: 12677 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,-302.5 - parent: 2 -- proto: SignVirology - entities: - - uid: 3876 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-196.5 - parent: 2 -- proto: SilverOre1 - entities: - - uid: 10117 - components: - - type: Transform - pos: -4.418913,-304.40326 - parent: 2 -- proto: SingularityGenerator - entities: - - uid: 7464 - components: - - type: Transform - pos: 19.5,-239.5 - parent: 2 -- proto: Sink - entities: - - uid: 2865 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-153.5 - parent: 2 - - uid: 11477 - components: - - type: Transform - pos: 5.5,-370.5 - parent: 2 - - uid: 11478 - components: - - type: Transform - pos: -4.5,-370.5 - parent: 2 -- proto: SinkStemlessWater - entities: - - uid: 2867 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-152.5 - parent: 2 -- proto: SinkWide - entities: - - uid: 1721 - components: - - type: Transform - pos: -3.5,-53.5 - parent: 2 - - uid: 2288 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-63.5 - parent: 2 - - uid: 2299 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-90.5 - parent: 2 - - uid: 3031 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-85.5 - parent: 2 - - uid: 3398 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-84.5 - parent: 2 - - uid: 14369 - components: - - type: Transform - pos: 15.5,-59.5 - parent: 2 -- proto: SmartFridge - entities: - - uid: 3068 - components: - - type: Transform - pos: 4.5,-170.5 - parent: 2 -- proto: SMESBasic - entities: - - uid: 4169 - components: - - type: Transform - pos: 3.5,-346.5 - parent: 2 - - uid: 5385 - components: - - type: Transform - pos: 3.5,-229.5 - parent: 2 - - uid: 5434 - components: - - type: Transform - pos: -2.5,-220.5 - parent: 2 - - uid: 6748 - components: - - type: Transform - pos: 13.5,-251.5 - parent: 2 - - uid: 6815 - components: - - type: Transform - pos: 13.5,-252.5 - parent: 2 - - uid: 6816 - components: - - type: Transform - pos: 13.5,-253.5 - parent: 2 -- proto: SMESBasicEmpty - entities: - - uid: 8812 - components: - - type: Transform - pos: -13.5,-254.5 - parent: 2 -- proto: SmokingPipeFilledCannabis - entities: - - uid: 14923 - components: - - type: Transform - pos: -6.578457,-148.21114 - parent: 2 -- proto: SmokingPipeFilledTobacco - entities: - - uid: 1336 - components: - - type: Transform - pos: 3.2005093,-101.69577 - parent: 2 -- proto: soda_dispenser - entities: - - uid: 1025 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-64.5 - parent: 2 -- proto: SolarAssembly - entities: - - uid: 4384 - components: - - type: Transform - pos: 8.5,-219.5 - parent: 2 -- proto: SolarPanel - entities: - - uid: 4242 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-220.5 - parent: 2 - - uid: 4362 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-221.5 - parent: 2 - - uid: 4363 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-222.5 - parent: 2 - - uid: 4364 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-223.5 - parent: 2 - - uid: 4365 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-224.5 - parent: 2 - - uid: 4367 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-226.5 - parent: 2 - - uid: 4368 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-227.5 - parent: 2 - - uid: 4369 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-228.5 - parent: 2 - - uid: 4370 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-229.5 - parent: 2 - - uid: 4372 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-220.5 - parent: 2 - - uid: 4373 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-221.5 - parent: 2 - - uid: 4374 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-222.5 - parent: 2 - - uid: 4375 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-223.5 - parent: 2 - - uid: 4376 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-224.5 - parent: 2 - - uid: 4377 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-225.5 - parent: 2 - - uid: 4379 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-227.5 - parent: 2 - - uid: 4380 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-228.5 - parent: 2 - - uid: 4381 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-229.5 - parent: 2 - - uid: 4382 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-217.5 - parent: 2 - - uid: 4383 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-218.5 - parent: 2 - - uid: 4386 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-221.5 - parent: 2 - - uid: 4387 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-222.5 - parent: 2 - - uid: 4388 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-223.5 - parent: 2 - - uid: 4390 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-225.5 - parent: 2 - - uid: 4391 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-226.5 - parent: 2 - - uid: 4392 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-227.5 - parent: 2 - - uid: 4393 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-228.5 - parent: 2 - - uid: 4395 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-230.5 - parent: 2 - - uid: 4396 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-231.5 - parent: 2 - - uid: 4397 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-232.5 - parent: 2 - - uid: 4398 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-232.5 - parent: 2 - - uid: 4399 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-231.5 - parent: 2 - - uid: 4400 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-230.5 - parent: 2 - - uid: 4402 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-228.5 - parent: 2 - - uid: 4404 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-226.5 - parent: 2 - - uid: 4405 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-225.5 - parent: 2 - - uid: 4406 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-224.5 - parent: 2 - - uid: 4407 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-223.5 - parent: 2 - - uid: 4408 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-222.5 - parent: 2 - - uid: 4409 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-221.5 - parent: 2 - - uid: 4411 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-219.5 - parent: 2 - - uid: 4412 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-218.5 - parent: 2 - - uid: 4413 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-217.5 - parent: 2 - - uid: 4414 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-215.5 - parent: 2 - - uid: 4418 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-234.5 - parent: 2 - - uid: 4421 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-234.5 - parent: 2 - - uid: 4422 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-233.5 - parent: 2 - - uid: 4423 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-231.5 - parent: 2 - - uid: 4424 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-230.5 - parent: 2 - - uid: 4425 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-231.5 - parent: 2 - - uid: 4426 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-230.5 - parent: 2 - - uid: 4427 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-233.5 - parent: 2 - - uid: 4428 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-219.5 - parent: 2 - - uid: 4429 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-218.5 - parent: 2 - - uid: 4430 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-216.5 - parent: 2 - - uid: 4431 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-216.5 - parent: 2 - - uid: 4432 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-218.5 - parent: 2 - - uid: 4433 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-219.5 - parent: 2 -- proto: SolarPanelBroken - entities: - - uid: 4366 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-225.5 - parent: 2 - - uid: 4389 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-224.5 - parent: 2 - - uid: 4809 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-227.5 - parent: 2 - - uid: 4812 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-226.5 - parent: 2 -- proto: SolarTracker - entities: - - uid: 4417 - components: - - type: Transform - pos: -3.5,-214.5 - parent: 2 - - uid: 4807 - components: - - type: Transform - pos: -3.5,-235.5 - parent: 2 - - uid: 4808 - components: - - type: Transform - pos: 4.5,-235.5 - parent: 2 -- proto: SolidSecretDoor - entities: - - uid: 2623 - components: - - type: Transform - pos: -3.5,-149.5 - parent: 2 -- proto: SpaceCash10 - entities: - - uid: 14418 - components: - - type: Transform - pos: 14.544594,-78.46228 - parent: 2 - - uid: 14473 - components: - - type: Transform - pos: 14.3597,-78.22464 - parent: 2 - - uid: 14474 - components: - - type: Transform - pos: 13.567299,-82.76628 - parent: 2 -- proto: SpaceCash100 - entities: - - uid: 14475 - components: - - type: Transform - pos: 17.648165,-82.3042 - parent: 2 -- proto: SpaceVillainArcadeComputerCircuitboard - entities: - - uid: 15272 - components: - - type: Transform - pos: 6.583322,-242.507 - parent: 2 -- proto: SpaceVillainArcadeFilled - entities: - - uid: 7558 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-258.5 - parent: 2 - - uid: 15273 - components: - - type: Transform - pos: 5.5,-242.5 - parent: 2 -- proto: SpawnMobAlexander - entities: - - uid: 2310 - components: - - type: Transform - pos: 0.5,-87.5 - parent: 2 -- proto: SpawnMobBandito - entities: - - uid: 12155 - components: - - type: Transform - pos: -2.5,-305.5 - parent: 2 -- proto: SpawnMobCatBingus - entities: - - uid: 7001 - components: - - type: Transform - pos: 4.5,-179.5 - parent: 2 -- proto: SpawnMobCatException - entities: - - uid: 6842 - components: - - type: Transform - pos: 6.5,-175.5 - parent: 2 -- proto: SpawnMobCorgi - entities: - - uid: 2237 - components: - - type: Transform - pos: 1.5,-117.5 - parent: 2 -- proto: SpawnMobCow - entities: - - uid: 43 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-84.5 - parent: 2 -- proto: SpawnMobCrabAtmos - entities: - - uid: 14576 - components: - - type: Transform - pos: -15.5,-265.5 - parent: 2 -- proto: SpawnMobFoxRenault - entities: - - uid: 12121 - components: - - type: Transform - pos: -1.5,-11.5 - parent: 2 -- proto: SpawnMobMcGriff - entities: - - uid: 12152 - components: - - type: Transform - pos: -0.5,-357.5 - parent: 2 -- proto: SpawnMobMedibot - entities: - - uid: 3102 - components: - - type: Transform - pos: 1.5,-167.5 - parent: 2 -- proto: SpawnMobMonkeyPunpun - entities: - - uid: 13626 - components: - - type: Transform - pos: -0.5,-61.5 - parent: 2 -- proto: SpawnMobMouse - entities: - - uid: 4147 - components: - - type: Transform - pos: -3.5,-39.5 - parent: 2 - - uid: 15749 - components: - - type: Transform - pos: -4.5,-146.5 - parent: 2 -- proto: SpawnMobPossumMorty - entities: - - uid: 2709 - components: - - type: Transform - pos: 5.5,-139.5 - parent: 2 - - uid: 12154 - components: - - type: Transform - pos: -3.5,-176.5 - parent: 2 -- proto: SpawnMobRaccoonMorticia - entities: - - uid: 5881 - components: - - type: Transform - pos: 4.5,-280.5 - parent: 2 -- proto: SpawnMobShiva - entities: - - uid: 8229 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-345.5 - parent: 2 -- proto: SpawnMobSlothPaperwork - entities: - - uid: 12157 - components: - - type: Transform - pos: -2.5,-144.5 - parent: 2 -- proto: SpawnMobSmile - entities: - - uid: 10536 - components: - - type: Transform - pos: -8.5,-304.5 - parent: 2 -- proto: SpawnMobWalter - entities: - - uid: 12148 - components: - - type: Transform - pos: 6.5,-166.5 - parent: 2 -- proto: SpawnPointAtmos - entities: - - uid: 16583 - components: - - type: Transform - pos: -14.5,-264.5 - parent: 2 - - uid: 16585 - components: - - type: Transform - pos: -14.5,-263.5 - parent: 2 - - uid: 16586 - components: - - type: Transform - pos: -14.5,-262.5 - parent: 2 -- proto: SpawnPointBartender - entities: - - uid: 11976 - components: - - type: Transform - pos: 4.5,-64.5 - parent: 2 -- proto: SpawnPointBorg - entities: - - uid: 12076 - components: - - type: Transform - pos: 3.5,-312.5 - parent: 2 - - uid: 12077 - components: - - type: Transform - pos: 3.5,-314.5 - parent: 2 -- proto: SpawnPointBotanist - entities: - - uid: 11977 - components: - - type: Transform - pos: 6.5,-82.5 - parent: 2 - - uid: 11978 - components: - - type: Transform - pos: -6.5,-84.5 - parent: 2 -- proto: SpawnPointCaptain - entities: - - uid: 11971 - components: - - type: Transform - pos: -0.5,-14.5 - parent: 2 -- proto: SpawnPointCargoTechnician - entities: - - uid: 14231 - components: - - type: Transform - pos: 2.5,-278.5 - parent: 2 - - uid: 14234 - components: - - type: Transform - pos: 3.5,-272.5 - parent: 2 - - uid: 14235 - components: - - type: Transform - pos: 6.5,-280.5 - parent: 2 -- proto: SpawnPointChaplain - entities: - - uid: 11982 - components: - - type: Transform - pos: 6.5,-139.5 - parent: 2 -- proto: SpawnPointChef - entities: - - uid: 11979 - components: - - type: Transform - pos: 4.5,-89.5 - parent: 2 -- proto: SpawnPointChemist - entities: - - uid: 12032 - components: - - type: Transform - pos: 4.5,-166.5 - parent: 2 - - uid: 12033 - components: - - type: Transform - pos: 6.5,-168.5 - parent: 2 -- proto: SpawnPointChiefEngineer - entities: - - uid: 4806 - components: - - type: Transform - pos: 10.5,-250.5 - parent: 2 -- proto: SpawnPointChiefMedicalOfficer - entities: - - uid: 12007 - components: - - type: Transform - pos: 5.5,-180.5 - parent: 2 -- proto: SpawnPointClown - entities: - - uid: 12071 - components: - - type: Transform - pos: -6.5,-124.5 - parent: 2 -- proto: SpawnPointDetective - entities: - - uid: 2502 - components: - - type: Transform - pos: -5.5,-73.5 - parent: 2 -- proto: SpawnPointHeadOfPersonnel - entities: - - uid: 11972 - components: - - type: Transform - pos: -0.5,-116.5 - parent: 2 -- proto: SpawnPointHeadOfSecurity - entities: - - uid: 12054 - components: - - type: Transform - pos: -2.5,-344.5 - parent: 2 -- proto: SpawnPointJanitor - entities: - - uid: 11985 - components: - - type: Transform - pos: -3.5,-54.5 - parent: 2 -- proto: SpawnPointLatejoin - entities: - - uid: 12078 - components: - - type: Transform - pos: -6.5,-107.5 - parent: 2 - - uid: 12706 - components: - - type: Transform - pos: -2.5,-29.5 - parent: 2 - - uid: 12707 - components: - - type: Transform - pos: -3.5,-30.5 - parent: 2 - - uid: 12708 - components: - - type: Transform - pos: 1.5,-30.5 - parent: 2 - - uid: 12709 - components: - - type: Transform - pos: 2.5,-29.5 - parent: 2 - - uid: 12710 - components: - - type: Transform - pos: 5.5,-39.5 - parent: 2 - - uid: 12711 - components: - - type: Transform - pos: 3.5,-42.5 - parent: 2 -- proto: SpawnPointLawyer - entities: - - uid: 12063 - components: - - type: Transform - pos: 5.5,-329.5 - parent: 2 - - uid: 12067 - components: - - type: Transform - pos: 5.5,-331.5 - parent: 2 -- proto: SpawnPointLibrarian - entities: - - uid: 11984 - components: - - type: Transform - pos: -5.5,-135.5 - parent: 2 -- proto: SpawnPointMedicalDoctor - entities: - - uid: 12034 - components: - - type: Transform - pos: -3.5,-173.5 - parent: 2 - - uid: 12035 - components: - - type: Transform - pos: 8.5,-174.5 - parent: 2 - - uid: 12036 - components: - - type: Transform - pos: 3.5,-172.5 - parent: 2 -- proto: SpawnPointMedicalIntern - entities: - - uid: 12037 - components: - - type: Transform - pos: 8.5,-172.5 - parent: 2 - - uid: 12038 - components: - - type: Transform - pos: 3.5,-174.5 - parent: 2 -- proto: SpawnPointMime - entities: - - uid: 12072 - components: - - type: Transform - pos: -6.5,-121.5 - parent: 2 -- proto: SpawnPointMusician - entities: - - uid: 12073 - components: - - type: Transform - pos: -6.5,-65.5 - parent: 2 -- proto: SpawnPointObserver - entities: - - uid: 12079 - components: - - type: Transform - pos: -0.5,-62.5 - parent: 2 -- proto: SpawnPointPassenger - entities: - - uid: 12068 - components: - - type: Transform - pos: -8.5,-115.5 - parent: 2 - - uid: 12069 - components: - - type: Transform - pos: -6.5,-118.5 - parent: 2 - - uid: 12070 - components: - - type: Transform - pos: -6.5,-112.5 - parent: 2 -- proto: SpawnPointQuartermaster - entities: - - uid: 14229 - components: - - type: Transform - pos: 4.5,-285.5 - parent: 2 -- proto: SpawnPointResearchAssistant - entities: - - uid: 3364 - components: - - type: Transform - pos: -0.5,-312.5 - parent: 2 - - uid: 12053 - components: - - type: Transform - pos: 1.5,-301.5 - parent: 2 -- proto: SpawnPointResearchDirector - entities: - - uid: 12039 - components: - - type: Transform - pos: -9.5,-302.5 - parent: 2 -- proto: SpawnPointSalvageSpecialist - entities: - - uid: 14230 - components: - - type: Transform - pos: -3.5,-287.5 - parent: 2 - - uid: 14232 - components: - - type: Transform - pos: -5.5,-285.5 - parent: 2 - - uid: 14233 - components: - - type: Transform - pos: -5.5,-273.5 - parent: 2 -- proto: SpawnPointScientist - entities: - - uid: 12047 - components: - - type: Transform - pos: -2.5,-302.5 - parent: 2 - - uid: 12048 - components: - - type: Transform - pos: 4.5,-303.5 - parent: 2 - - uid: 12049 - components: - - type: Transform - pos: 6.5,-313.5 - parent: 2 - - uid: 12050 - components: - - type: Transform - pos: -7.5,-318.5 - parent: 2 -- proto: SpawnPointSecurityCadet - entities: - - uid: 9497 - components: - - type: Transform - pos: -5.5,-337.5 - parent: 2 - - uid: 12874 - components: - - type: Transform - pos: 2.5,-337.5 - parent: 2 -- proto: SpawnPointSecurityOfficer - entities: - - uid: 1669 - components: - - type: Transform - pos: -7.5,-338.5 - parent: 2 - - uid: 10808 - components: - - type: Transform - pos: -6.5,-337.5 - parent: 2 - - uid: 12059 - components: - - type: Transform - pos: -0.5,-344.5 - parent: 2 - - uid: 12060 - components: - - type: Transform - pos: -0.5,-346.5 - parent: 2 -- proto: SpawnPointServiceWorker - entities: - - uid: 11867 - components: - - type: Transform - pos: 4.5,-87.5 - parent: 2 - - uid: 11986 - components: - - type: Transform - pos: -3.5,-62.5 - parent: 2 - - uid: 14325 - components: - - type: Transform - pos: 15.5,-61.5 - parent: 2 -- proto: SpawnPointStationEngineer - entities: - - uid: 4851 - components: - - type: Transform - pos: 6.5,-252.5 - parent: 2 - - uid: 8780 - components: - - type: Transform - pos: 4.5,-252.5 - parent: 2 - - uid: 9023 - components: - - type: Transform - pos: 6.5,-253.5 - parent: 2 - - uid: 10931 - components: - - type: Transform - pos: 5.5,-251.5 - parent: 2 - - uid: 12205 - components: - - type: Transform - pos: 4.5,-253.5 - parent: 2 -- proto: SpawnPointTechnicalAssistant - entities: - - uid: 2484 - components: - - type: Transform - pos: -2.5,-249.5 - parent: 2 - - uid: 4350 - components: - - type: Transform - pos: 1.5,-247.5 - parent: 2 - - uid: 6660 - components: - - type: Transform - pos: -2.5,-250.5 - parent: 2 -- proto: SpawnPointWarden - entities: - - uid: 12055 - components: - - type: Transform - pos: 0.5,-364.5 - parent: 2 -- proto: SpawnVendingMachineRestockDrink - entities: - - uid: 1714 - components: - - type: Transform - pos: -5.5,-39.5 - parent: 2 -- proto: SpawnVendingMachineRestockFood - entities: - - uid: 1585 - components: - - type: Transform - pos: 4.5,-59.5 - parent: 2 - - uid: 2437 - components: - - type: Transform - pos: 6.5,-108.5 - parent: 2 -- proto: SpeedLoaderCap - entities: - - uid: 14635 - components: - - type: Transform - pos: -2.3873794,-259.3928 - parent: 2 -- proto: SpiderWeb - entities: - - uid: 1548 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-28.5 - parent: 2 - - uid: 14776 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-27.5 - parent: 2 - - uid: 14777 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-32.5 - parent: 2 - - uid: 14778 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-34.5 - parent: 2 - - uid: 14779 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-35.5 - parent: 2 -- proto: StairStage - entities: - - uid: 510 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-36.5 - parent: 2 - - uid: 604 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-43.5 - parent: 2 - - uid: 693 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-31.5 - parent: 2 - - uid: 694 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-29.5 - parent: 2 - - uid: 8821 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-273.5 - parent: 2 - - uid: 8822 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-272.5 - parent: 2 -- proto: StasisBed - entities: - - uid: 3119 - components: - - type: Transform - pos: 8.5,-178.5 - parent: 2 -- proto: StationMap - entities: - - uid: 2859 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-118.5 - parent: 2 - - uid: 2860 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-145.5 - parent: 2 - - uid: 2862 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-55.5 - parent: 2 - - uid: 2863 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-45.5 - parent: 2 - - uid: 2864 - components: - - type: Transform - pos: 2.5,-26.5 - parent: 2 - - uid: 2866 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-14.5 - parent: 2 - - uid: 3156 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-170.5 - parent: 2 - - uid: 4003 - components: - - type: Transform - pos: 1.5,-204.5 - parent: 2 - - uid: 6821 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-253.5 - parent: 2 - - uid: 8664 - components: - - type: Transform - pos: -2.5,-306.5 - parent: 2 - - uid: 11795 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-275.5 - parent: 2 - - uid: 11803 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-222.5 - parent: 2 - - uid: 11804 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-195.5 - parent: 2 - - uid: 12217 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-337.5 - parent: 2 - - uid: 14787 - components: - - type: Transform - pos: 6.5,-80.5 - parent: 2 -- proto: StationMapBroken - entities: - - uid: 3186 - components: - - type: Transform - pos: -7.5,-170.5 - parent: 2 - - uid: 9703 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 24.5,-307.5 - parent: 2 -- proto: StatueVenusBlue - entities: - - uid: 2665 - components: - - type: Transform - pos: 3.5,-141.5 - parent: 2 -- proto: StatueVenusRed - entities: - - uid: 2506 - components: - - type: Transform - pos: 5.5,-141.5 - parent: 2 -- proto: SteelBench - entities: - - uid: 10873 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-337.5 - parent: 2 - - uid: 12697 - components: - - type: Transform - pos: 5.5,-306.5 - parent: 2 - - uid: 12698 - components: - - type: Transform - pos: 4.5,-306.5 - parent: 2 - - uid: 12699 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-308.5 - parent: 2 - - uid: 12700 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-308.5 - parent: 2 - - uid: 12875 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-336.5 - parent: 2 -- proto: StoolBar - entities: - - uid: 44 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-87.5 - parent: 2 - - uid: 951 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-62.5 - parent: 2 - - uid: 1093 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-61.5 - parent: 2 - - uid: 1245 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-63.5 - parent: 2 - - uid: 1246 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-64.5 - parent: 2 - - uid: 5174 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-89.5 - parent: 2 -- proto: StorageCanister - entities: - - uid: 3132 - components: - - type: Transform - pos: -14.5,-239.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 16493 - components: - - type: Transform - pos: -16.5,-239.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 16500 - components: - - type: Transform - pos: -15.5,-239.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 -- proto: Stunbaton - entities: - - uid: 10736 - components: - - type: Transform - pos: -5.4655995,-340.5027 - parent: 2 - - uid: 12775 - components: - - type: Transform - parent: 12773 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 15299 - components: - - type: Transform - pos: -5.6637,-340.33105 - parent: 2 -- proto: SubstationBasic - entities: - - uid: 364 - components: - - type: Transform - pos: 7.5,-2.5 - parent: 2 - - uid: 726 - components: - - type: Transform - pos: -2.5,-43.5 - parent: 2 - - uid: 1430 - components: - - type: Transform - pos: 3.5,-53.5 - parent: 2 - - uid: 2035 - components: - - type: Transform - pos: -2.5,-99.5 - parent: 2 - - uid: 2298 - components: - - type: Transform - pos: 6.5,-111.5 - parent: 2 - - uid: 2815 - components: - - type: Transform - pos: 7.5,-153.5 - parent: 2 - - uid: 4714 - components: - - type: Transform - pos: -2.5,-161.5 - parent: 2 - - uid: 4731 - components: - - type: Transform - pos: 5.5,-187.5 - parent: 2 - - uid: 7876 - components: - - type: Transform - pos: 11.5,-250.5 - parent: 2 - - uid: 8474 - components: - - type: Transform - pos: 19.5,-265.5 - parent: 2 - - uid: 8673 - components: - - type: Transform - pos: 8.5,-284.5 - parent: 2 - - uid: 9540 - components: - - type: Transform - pos: 23.5,-306.5 - parent: 2 - - uid: 10169 - components: - - type: Transform - pos: -8.5,-297.5 - parent: 2 - - uid: 10710 - components: - - type: Transform - pos: 5.5,-346.5 - parent: 2 - - uid: 11263 - components: - - type: Transform - pos: 6.5,-361.5 - parent: 2 - - uid: 16655 - components: - - type: Transform - pos: -13.5,-253.5 - parent: 2 -- proto: SubstationWallBasic - entities: - - uid: 5460 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-229.5 - parent: 2 -- proto: Sugarcane - entities: - - uid: 10997 - components: - - type: Transform - pos: 29.942026,-307.55215 - parent: 2 -- proto: SuitStorageBasic - entities: - - uid: 15156 - components: - - type: Transform - pos: 5.5,-114.5 - parent: 2 - - uid: 15171 - components: - - type: Transform - pos: 9.5,-118.5 - parent: 2 -- proto: SuitStorageCaptain - entities: - - uid: 299 - components: - - type: Transform - pos: -3.5,-13.5 - parent: 2 -- proto: SuitStorageCE - entities: - - uid: 13003 - components: - - type: Transform - pos: 11.5,-251.5 - parent: 2 -- proto: SuitStorageCMO - entities: - - uid: 11926 - components: - - type: Transform - pos: 3.5,-178.5 - parent: 2 -- proto: SuitStorageEVA - entities: - - uid: 399 - components: - - type: Transform - pos: 6.5,0.5 - parent: 2 - - uid: 400 - components: - - type: Transform - pos: 6.5,1.5 - parent: 2 - - uid: 4990 - components: - - type: Transform - pos: 7.5,-113.5 - parent: 2 - - uid: 10084 - components: - - type: Transform - pos: 7.5,-116.5 - parent: 2 - - uid: 15155 - components: - - type: Transform - pos: 5.5,-113.5 - parent: 2 - - uid: 15157 - components: - - type: Transform - pos: 5.5,-115.5 - parent: 2 - - uid: 15158 - components: - - type: Transform - pos: 9.5,-113.5 - parent: 2 - - uid: 15159 - components: - - type: Transform - pos: 8.5,-113.5 - parent: 2 - - uid: 15168 - components: - - type: Transform - pos: 7.5,-117.5 - parent: 2 - - uid: 15169 - components: - - type: Transform - pos: 9.5,-116.5 - parent: 2 - - uid: 15170 - components: - - type: Transform - pos: 9.5,-117.5 - parent: 2 -- proto: SuitStorageEVAPrisoner - entities: - - uid: 11446 - components: - - type: Transform - pos: 1.5,-375.5 - parent: 2 - - uid: 11447 - components: - - type: Transform - pos: -0.5,-375.5 - parent: 2 -- proto: SuitStorageHOS - entities: - - uid: 11095 - components: - - type: Transform - pos: -5.5,-345.5 - parent: 2 -- proto: SuitStorageNTSRA - entities: - - uid: 7607 - components: - - type: Transform - pos: 14.5,-154.5 - parent: 2 -- proto: SuitStorageRD - entities: - - uid: 9850 - components: - - type: Transform - pos: -9.5,-305.5 - parent: 2 -- proto: SuitStorageSalv - entities: - - uid: 8619 - components: - - type: Transform - pos: -2.5,-269.5 - parent: 2 - - uid: 8620 - components: - - type: Transform - pos: -3.5,-269.5 - parent: 2 - - uid: 8621 - components: - - type: Transform - pos: -4.5,-269.5 - parent: 2 -- proto: SuitStorageSec - entities: - - uid: 3792 - components: - - type: Transform - pos: 4.5,-343.5 - parent: 2 - - uid: 10803 - components: - - type: Transform - pos: 6.5,-335.5 - parent: 2 - - uid: 10872 - components: - - type: Transform - pos: 5.5,-335.5 - parent: 2 - - uid: 13388 - components: - - type: Transform - pos: 7.5,-343.5 - parent: 2 - - uid: 13389 - components: - - type: Transform - pos: 5.5,-343.5 - parent: 2 - - uid: 14605 - components: - - type: Transform - pos: 6.5,-343.5 - parent: 2 - - uid: 15811 - components: - - type: Transform - pos: 7.5,-335.5 - parent: 2 -- proto: SuitStorageWarden - entities: - - uid: 12864 - components: - - type: Transform - pos: 1.5,-362.5 - parent: 2 -- proto: SurveillanceCameraCommand - entities: - - uid: 2127 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-113.5 - parent: 2 - - uid: 7824 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-253.5 - parent: 2 - - uid: 11473 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-10.5 - parent: 2 - - uid: 11517 - components: - - type: Transform - pos: 0.5,0.5 - parent: 2 - - uid: 11528 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-4.5 - parent: 2 - - uid: 11529 - components: - - type: Transform - pos: -2.5,-3.5 - parent: 2 - - uid: 11684 - components: - - type: Transform - pos: -2.5,-7.5 - parent: 2 - - uid: 11685 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-14.5 - parent: 2 - - uid: 11687 - components: - - type: Transform - pos: 4.5,-2.5 - parent: 2 - - uid: 11697 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-119.5 - parent: 2 -- proto: SurveillanceCameraEngineering - entities: - - uid: 8034 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-251.5 - parent: 2 - - uid: 8064 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,-255.5 - parent: 2 - - uid: 8840 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,-263.5 - parent: 2 -- proto: SurveillanceCameraGeneral - entities: - - uid: 3832 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-305.5 - parent: 2 - - uid: 11291 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-111.5 - parent: 2 - - uid: 11688 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-27.5 - parent: 2 - - uid: 11689 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-37.5 - parent: 2 - - uid: 11699 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-138.5 - parent: 2 - - uid: 11700 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-143.5 - parent: 2 - - uid: 11701 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-149.5 - parent: 2 - - uid: 11703 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-196.5 - parent: 2 - - uid: 11706 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-171.5 - parent: 2 - - uid: 11712 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-223.5 - parent: 2 - - uid: 11754 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-276.5 - parent: 2 -- proto: SurveillanceCameraMedical - entities: - - uid: 11702 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-166.5 - parent: 2 - - uid: 11704 - components: - - type: Transform - pos: 6.5,-176.5 - parent: 2 - - uid: 11705 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-173.5 - parent: 2 - - uid: 11707 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-199.5 - parent: 2 - - uid: 11708 - components: - - type: Transform - pos: 0.5,-194.5 - parent: 2 -- proto: SurveillanceCameraRouterCommand - entities: - - uid: 2156 - components: - - type: Transform - pos: 19.5,-315.5 - parent: 2 -- proto: SurveillanceCameraRouterEngineering - entities: - - uid: 2250 - components: - - type: Transform - pos: 20.5,-315.5 - parent: 2 -- proto: SurveillanceCameraRouterGeneral - entities: - - uid: 2291 - components: - - type: Transform - pos: 24.5,-315.5 - parent: 2 -- proto: SurveillanceCameraRouterMedical - entities: - - uid: 2417 - components: - - type: Transform - pos: 25.5,-315.5 - parent: 2 -- proto: SurveillanceCameraRouterScience - entities: - - uid: 2000 - components: - - type: Transform - pos: 25.5,-317.5 - parent: 2 -- proto: SurveillanceCameraRouterSecurity - entities: - - uid: 2184 - components: - - type: Transform - pos: 24.5,-317.5 - parent: 2 -- proto: SurveillanceCameraRouterService - entities: - - uid: 2251 - components: - - type: Transform - pos: 20.5,-317.5 - parent: 2 -- proto: SurveillanceCameraRouterSupply - entities: - - uid: 2416 - components: - - type: Transform - pos: 19.5,-317.5 - parent: 2 -- proto: SurveillanceCameraScience - entities: - - uid: 11759 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-301.5 - parent: 2 - - uid: 11760 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-310.5 - parent: 2 - - uid: 11761 - components: - - type: Transform - pos: -5.5,-319.5 - parent: 2 - - uid: 11766 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-304.5 - parent: 2 -- proto: SurveillanceCameraSecurity - entities: - - uid: 2280 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-342.5 - parent: 2 - - uid: 3072 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-336.5 - parent: 2 - - uid: 8470 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-335.5 - parent: 2 - - uid: 10821 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-335.5 - parent: 2 - - uid: 11767 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-331.5 - parent: 2 - - uid: 11768 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-329.5 - parent: 2 - - uid: 11778 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-356.5 - parent: 2 - - uid: 11783 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-356.5 - parent: 2 - - uid: 11784 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-356.5 - parent: 2 - - uid: 11785 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-366.5 - parent: 2 - - uid: 11786 - components: - - type: Transform - pos: -1.5,-373.5 - parent: 2 - - uid: 11788 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-362.5 - parent: 2 - - uid: 11790 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-362.5 - parent: 2 -- proto: SurveillanceCameraService - entities: - - uid: 11691 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-61.5 - parent: 2 - - uid: 11692 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-60.5 - parent: 2 - - uid: 11693 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-53.5 - parent: 2 - - uid: 11694 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-70.5 - parent: 2 - - uid: 11695 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-85.5 - parent: 2 - - uid: 11696 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-84.5 - parent: 2 -- proto: SurveillanceCameraSupply - entities: - - uid: 11753 - components: - - type: Transform - pos: 4.5,-282.5 - parent: 2 - - uid: 11755 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-270.5 - parent: 2 - - uid: 11756 - components: - - type: Transform - pos: -3.5,-288.5 - parent: 2 -- proto: SurveillanceCameraWirelessRouterEntertainment - entities: - - uid: 8597 - components: - - type: Transform - pos: 21.5,-317.5 - parent: 2 -- proto: SurveillanceWirelessCameraMovableEntertainment - entities: - - uid: 10677 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-371.5 - parent: 2 - - uid: 12683 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-119.5 - parent: 2 - - uid: 13451 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-37.5 - parent: 2 -- proto: SyndicateJawsOfLife - entities: - - uid: 12108 - components: - - type: Transform - pos: -11.481979,-161.38908 - parent: 2 -- proto: Syringe - entities: - - uid: 3693 - components: - - type: Transform - pos: 8.467955,-171.31325 - parent: 2 - - uid: 12391 - components: - - type: Transform - pos: -4.482805,-317.1948 - parent: 2 -- proto: SyringeIpecac - entities: - - uid: 3566 - components: - - type: Transform - pos: -7.5644717,-177.28705 - parent: 2 -- proto: Table - entities: - - uid: 577 - components: - - type: Transform - pos: 8.5,-173.5 - parent: 2 - - uid: 1072 - components: - - type: Transform - pos: -3.5,-26.5 - parent: 2 - - uid: 1483 - components: - - type: Transform - pos: 7.5,-56.5 - parent: 2 - - uid: 1761 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-32.5 - parent: 2 - - uid: 2320 - components: - - type: Transform - pos: 8.5,-175.5 - parent: 2 - - uid: 2738 - components: - - type: Transform - pos: 8.5,-177.5 - parent: 2 - - uid: 2779 - components: - - type: Transform - pos: 3.5,-173.5 - parent: 2 - - uid: 3075 - components: - - type: Transform - pos: 8.5,-171.5 - parent: 2 - - uid: 3166 - components: - - type: Transform - pos: 3.5,-171.5 - parent: 2 - - uid: 3187 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-32.5 - parent: 2 - - uid: 6509 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-32.5 - parent: 2 - - uid: 8928 - components: - - type: Transform - pos: 3.5,-179.5 - parent: 2 - - uid: 11328 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-27.5 - parent: 2 -- proto: TableCarpet - entities: - - uid: 2696 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-140.5 - parent: 2 - - uid: 2699 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-141.5 - parent: 2 - - uid: 2704 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-139.5 - parent: 2 - - uid: 14426 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,-82.5 - parent: 2 - - uid: 14429 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,-78.5 - parent: 2 - - uid: 14430 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,-78.5 - parent: 2 - - uid: 14431 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,-78.5 - parent: 2 - - uid: 14432 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,-78.5 - parent: 2 - - uid: 14433 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,-79.5 - parent: 2 - - uid: 14434 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-79.5 - parent: 2 - - uid: 14441 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-83.5 - parent: 2 - - uid: 14445 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,-83.5 - parent: 2 - - uid: 14447 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-82.5 - parent: 2 -- proto: TableCounterMetal - entities: - - uid: 1835 - components: - - type: Transform - pos: 3.5,-99.5 - parent: 2 - - uid: 1836 - components: - - type: Transform - pos: 4.5,-99.5 - parent: 2 - - uid: 1838 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-94.5 - parent: 2 - - uid: 1840 - components: - - type: Transform - pos: 6.5,-95.5 - parent: 2 - - uid: 1849 - components: - - type: Transform - pos: 6.5,-94.5 - parent: 2 - - uid: 1850 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-94.5 - parent: 2 - - uid: 7835 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-245.5 - parent: 2 - - uid: 11913 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-246.5 - parent: 2 -- proto: TableCounterWood - entities: - - uid: 2725 - components: - - type: Transform - pos: -3.5,-136.5 - parent: 2 - - uid: 2726 - components: - - type: Transform - pos: -2.5,-136.5 - parent: 2 -- proto: TableGlass - entities: - - uid: 2083 - components: - - type: Transform - pos: -7.5,-115.5 - parent: 2 - - uid: 2084 - components: - - type: Transform - pos: -7.5,-112.5 - parent: 2 - - uid: 2085 - components: - - type: Transform - pos: -7.5,-118.5 - parent: 2 - - uid: 2752 - components: - - type: Transform - pos: 6.5,-123.5 - parent: 2 - - uid: 2931 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-174.5 - parent: 2 - - uid: 2966 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-175.5 - parent: 2 - - uid: 3703 - components: - - type: Transform - pos: 6.5,-122.5 - parent: 2 - - uid: 6659 - components: - - type: Transform - pos: -1.5,-168.5 - parent: 2 - - uid: 14350 - components: - - type: Transform - pos: 14.5,-59.5 - parent: 2 - - uid: 14355 - components: - - type: Transform - pos: 16.5,-59.5 - parent: 2 - - uid: 14628 - components: - - type: Transform - pos: -7.5,-256.5 - parent: 2 - - uid: 14629 - components: - - type: Transform - pos: -7.5,-255.5 - parent: 2 - - uid: 14659 - components: - - type: Transform - pos: 17.5,-73.5 - parent: 2 - - uid: 14660 - components: - - type: Transform - pos: 13.5,-73.5 - parent: 2 - - uid: 14661 - components: - - type: Transform - pos: 17.5,-69.5 - parent: 2 - - uid: 14662 - components: - - type: Transform - pos: 13.5,-69.5 - parent: 2 - - uid: 16506 - components: - - type: Transform - pos: -13.5,-161.5 - parent: 2 - - uid: 16507 - components: - - type: Transform - pos: -14.5,-161.5 - parent: 2 - - uid: 16508 - components: - - type: Transform - pos: -11.5,-168.5 - parent: 2 - - uid: 16509 - components: - - type: Transform - pos: -12.5,-168.5 - parent: 2 - - uid: 16510 - components: - - type: Transform - pos: -13.5,-168.5 - parent: 2 -- proto: TablePlasmaGlass - entities: - - uid: 2007 - components: - - type: Transform - pos: -7.5,-124.5 - parent: 2 - - uid: 14739 - components: - - type: Transform - pos: -6.5,-307.5 - parent: 2 - - uid: 14740 - components: - - type: Transform - pos: -5.5,-307.5 - parent: 2 -- proto: TableReinforced - entities: - - uid: 58 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,2.5 - parent: 2 - - uid: 59 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,2.5 - parent: 2 - - uid: 192 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-12.5 - parent: 2 - - uid: 198 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-11.5 - parent: 2 - - uid: 213 - components: - - type: Transform - pos: 6.5,-12.5 - parent: 2 - - uid: 924 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-60.5 - parent: 2 - - uid: 932 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-60.5 - parent: 2 - - uid: 996 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-64.5 - parent: 2 - - uid: 997 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-62.5 - parent: 2 - - uid: 998 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-63.5 - parent: 2 - - uid: 999 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-61.5 - parent: 2 - - uid: 1090 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-60.5 - parent: 2 - - uid: 1212 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-65.5 - parent: 2 - - uid: 1229 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-65.5 - parent: 2 - - uid: 1231 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-87.5 - parent: 2 - - uid: 1694 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-85.5 - parent: 2 - - uid: 1695 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-86.5 - parent: 2 - - uid: 1696 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-87.5 - parent: 2 - - uid: 1697 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-88.5 - parent: 2 - - uid: 1698 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-89.5 - parent: 2 - - uid: 1699 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-90.5 - parent: 2 - - uid: 1700 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-91.5 - parent: 2 - - uid: 1928 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-88.5 - parent: 2 - - uid: 1929 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-87.5 - parent: 2 - - uid: 1934 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-86.5 - parent: 2 - - uid: 1935 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-86.5 - parent: 2 - - uid: 1936 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-86.5 - parent: 2 - - uid: 1946 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-85.5 - parent: 2 - - uid: 2239 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-122.5 - parent: 2 - - uid: 2435 - components: - - type: Transform - pos: 2.5,-192.5 - parent: 2 - - uid: 3042 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-87.5 - parent: 2 - - uid: 3097 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-170.5 - parent: 2 - - uid: 3098 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-168.5 - parent: 2 - - uid: 3099 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-167.5 - parent: 2 - - uid: 3100 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-166.5 - parent: 2 - - uid: 3159 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-253.5 - parent: 2 - - uid: 3176 - components: - - type: Transform - pos: 3.5,-192.5 - parent: 2 - - uid: 3178 - components: - - type: Transform - pos: 1.5,-192.5 - parent: 2 - - uid: 3234 - components: - - type: Transform - pos: 1.5,-193.5 - parent: 2 - - uid: 3826 - components: - - type: Transform - pos: 7.5,-196.5 - parent: 2 - - uid: 3884 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-200.5 - parent: 2 - - uid: 3885 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-206.5 - parent: 2 - - uid: 3896 - components: - - type: Transform - pos: -6.5,-194.5 - parent: 2 - - uid: 3897 - components: - - type: Transform - pos: -6.5,-195.5 - parent: 2 - - uid: 3911 - components: - - type: Transform - pos: -4.5,-198.5 - parent: 2 - - uid: 3912 - components: - - type: Transform - pos: -3.5,-198.5 - parent: 2 - - uid: 4133 - components: - - type: Transform - pos: -1.5,-166.5 - parent: 2 - - uid: 4237 - components: - - type: Transform - pos: 4.5,-254.5 - parent: 2 - - uid: 4576 - components: - - type: Transform - pos: 7.5,-245.5 - parent: 2 - - uid: 4780 - components: - - type: Transform - pos: 8.5,-250.5 - parent: 2 - - uid: 4847 - components: - - type: Transform - pos: 8.5,-249.5 - parent: 2 - - uid: 4951 - components: - - type: Transform - pos: 5.5,-252.5 - parent: 2 - - uid: 5019 - components: - - type: Transform - pos: 4.5,-245.5 - parent: 2 - - uid: 5148 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-206.5 - parent: 2 - - uid: 6642 - components: - - type: Transform - pos: 5.5,-254.5 - parent: 2 - - uid: 6644 - components: - - type: Transform - pos: 5.5,-253.5 - parent: 2 - - uid: 6953 - components: - - type: Transform - pos: 3.5,-203.5 - parent: 2 - - uid: 7190 - components: - - type: Transform - pos: 2.5,-203.5 - parent: 2 - - uid: 7191 - components: - - type: Transform - pos: 1.5,-203.5 - parent: 2 - - uid: 7192 - components: - - type: Transform - pos: 3.5,-199.5 - parent: 2 - - uid: 7193 - components: - - type: Transform - pos: 2.5,-199.5 - parent: 2 - - uid: 7194 - components: - - type: Transform - pos: 1.5,-199.5 - parent: 2 - - uid: 7377 - components: - - type: Transform - pos: -5.5,-338.5 - parent: 2 - - uid: 7428 - components: - - type: Transform - pos: -5.5,-189.5 - parent: 2 - - uid: 7467 - components: - - type: Transform - pos: 18.5,-257.5 - parent: 2 - - uid: 7475 - components: - - type: Transform - pos: 7.5,-244.5 - parent: 2 - - uid: 7555 - components: - - type: Transform - pos: 7.5,-197.5 - parent: 2 - - uid: 7863 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 15.5,-246.5 - parent: 2 - - uid: 7864 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,-245.5 - parent: 2 - - uid: 7892 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 15.5,-245.5 - parent: 2 - - uid: 8261 - components: - - type: Transform - pos: 11.5,-252.5 - parent: 2 - - uid: 8435 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 15.5,-247.5 - parent: 2 - - uid: 8499 - components: - - type: Transform - pos: -4.5,-273.5 - parent: 2 - - uid: 8516 - components: - - type: Transform - pos: -4.5,-272.5 - parent: 2 - - uid: 8526 - components: - - type: Transform - pos: 17.5,-257.5 - parent: 2 - - uid: 8531 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-272.5 - parent: 2 - - uid: 8532 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-271.5 - parent: 2 - - uid: 8534 - components: - - type: Transform - pos: -4.5,-285.5 - parent: 2 - - uid: 8661 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-251.5 - parent: 2 - - uid: 8685 - components: - - type: Transform - pos: -4.5,-286.5 - parent: 2 - - uid: 8689 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-250.5 - parent: 2 - - uid: 8857 - components: - - type: Transform - pos: -7.5,-271.5 - parent: 2 - - uid: 8902 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-254.5 - parent: 2 - - uid: 8954 - components: - - type: Transform - pos: -5.5,-272.5 - parent: 2 - - uid: 9054 - components: - - type: Transform - pos: 3.5,-282.5 - parent: 2 - - uid: 9055 - components: - - type: Transform - pos: 4.5,-282.5 - parent: 2 - - uid: 9056 - components: - - type: Transform - pos: 5.5,-282.5 - parent: 2 - - uid: 9080 - components: - - type: Transform - pos: 4.5,-273.5 - parent: 2 - - uid: 9081 - components: - - type: Transform - pos: 4.5,-272.5 - parent: 2 - - uid: 9515 - components: - - type: Transform - pos: 22.5,-317.5 - parent: 2 - - uid: 9517 - components: - - type: Transform - pos: 21.5,-315.5 - parent: 2 - - uid: 9576 - components: - - type: Transform - pos: 23.5,-297.5 - parent: 2 - - uid: 9617 - components: - - type: Transform - pos: 23.5,-299.5 - parent: 2 - - uid: 9618 - components: - - type: Transform - pos: 22.5,-297.5 - parent: 2 - - uid: 9620 - components: - - type: Transform - pos: 21.5,-299.5 - parent: 2 - - uid: 9698 - components: - - type: Transform - pos: 21.5,-309.5 - parent: 2 - - uid: 9699 - components: - - type: Transform - pos: 23.5,-305.5 - parent: 2 - - uid: 9700 - components: - - type: Transform - pos: 22.5,-309.5 - parent: 2 - - uid: 9701 - components: - - type: Transform - pos: 22.5,-305.5 - parent: 2 - - uid: 9963 - components: - - type: Transform - pos: 4.5,-316.5 - parent: 2 - - uid: 9964 - components: - - type: Transform - pos: 7.5,-312.5 - parent: 2 - - uid: 9965 - components: - - type: Transform - pos: 7.5,-313.5 - parent: 2 - - uid: 9966 - components: - - type: Transform - pos: 7.5,-314.5 - parent: 2 - - uid: 9967 - components: - - type: Transform - pos: 3.5,-316.5 - parent: 2 - - uid: 9969 - components: - - type: Transform - pos: 6.5,-314.5 - parent: 2 - - uid: 9977 - components: - - type: Transform - pos: 3.5,-315.5 - parent: 2 - - uid: 9981 - components: - - type: Transform - pos: 3.5,-304.5 - parent: 2 - - uid: 9982 - components: - - type: Transform - pos: 3.5,-303.5 - parent: 2 - - uid: 9983 - components: - - type: Transform - pos: 4.5,-304.5 - parent: 2 - - uid: 10024 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-302.5 - parent: 2 - - uid: 10077 - components: - - type: Transform - pos: -6.5,-317.5 - parent: 2 - - uid: 10078 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-302.5 - parent: 2 - - uid: 10097 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-303.5 - parent: 2 - - uid: 10098 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-304.5 - parent: 2 - - uid: 10100 - components: - - type: Transform - pos: -1.5,-301.5 - parent: 2 - - uid: 10101 - components: - - type: Transform - pos: -1.5,-300.5 - parent: 2 - - uid: 10113 - components: - - type: Transform - pos: -4.5,-303.5 - parent: 2 - - uid: 10115 - components: - - type: Transform - pos: -4.5,-302.5 - parent: 2 - - uid: 10116 - components: - - type: Transform - pos: -4.5,-304.5 - parent: 2 - - uid: 10690 - components: - - type: Transform - pos: -6.5,-339.5 - parent: 2 - - uid: 10755 - components: - - type: Transform - pos: -3.5,-334.5 - parent: 2 - - uid: 10771 - components: - - type: Transform - pos: -0.5,-345.5 - parent: 2 - - uid: 10849 - components: - - type: Transform - pos: -6.5,-338.5 - parent: 2 - - uid: 10855 - components: - - type: Transform - pos: -6.5,-340.5 - parent: 2 - - uid: 11043 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-328.5 - parent: 2 - - uid: 11045 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-328.5 - parent: 2 - - uid: 11059 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-331.5 - parent: 2 - - uid: 11060 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-332.5 - parent: 2 - - uid: 11061 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-332.5 - parent: 2 - - uid: 11062 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-332.5 - parent: 2 - - uid: 11099 - components: - - type: Transform - pos: -2.5,-346.5 - parent: 2 - - uid: 11100 - components: - - type: Transform - pos: -3.5,-346.5 - parent: 2 - - uid: 11101 - components: - - type: Transform - pos: -4.5,-346.5 - parent: 2 - - uid: 11200 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-358.5 - parent: 2 - - uid: 11430 - components: - - type: Transform - pos: -6.5,-360.5 - parent: 2 - - uid: 11431 - components: - - type: Transform - pos: -0.5,-365.5 - parent: 2 - - uid: 11484 - components: - - type: Transform - pos: 2.5,-370.5 - parent: 2 - - uid: 11485 - components: - - type: Transform - pos: 1.5,-370.5 - parent: 2 - - uid: 11486 - components: - - type: Transform - pos: 0.5,-370.5 - parent: 2 - - uid: 11487 - components: - - type: Transform - pos: -0.5,-370.5 - parent: 2 - - uid: 11488 - components: - - type: Transform - pos: -1.5,-370.5 - parent: 2 - - uid: 11489 - components: - - type: Transform - pos: -1.5,-371.5 - parent: 2 - - uid: 11752 - components: - - type: Transform - pos: -4.5,-357.5 - parent: 2 - - uid: 11757 - components: - - type: Transform - pos: -5.5,-357.5 - parent: 2 - - uid: 11758 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-189.5 - parent: 2 - - uid: 11764 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-357.5 - parent: 2 - - uid: 11765 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-358.5 - parent: 2 - - uid: 12372 - components: - - type: Transform - pos: -5.5,-317.5 - parent: 2 - - uid: 12373 - components: - - type: Transform - pos: -4.5,-317.5 - parent: 2 - - uid: 12374 - components: - - type: Transform - pos: -4.5,-316.5 - parent: 2 - - uid: 12886 - components: - - type: Transform - pos: -0.5,-366.5 - parent: 2 - - uid: 12887 - components: - - type: Transform - pos: 0.5,-366.5 - parent: 2 - - uid: 14799 - components: - - type: Transform - pos: -5.5,-339.5 - parent: 2 - - uid: 14800 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-193.5 - parent: 2 - - uid: 15030 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-133.5 - parent: 2 - - uid: 15031 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-134.5 - parent: 2 - - uid: 15187 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-193.5 - parent: 2 - - uid: 15260 - components: - - type: Transform - pos: 5.5,-245.5 - parent: 2 - - uid: 15586 - components: - - type: Transform - pos: 19.5,-257.5 - parent: 2 - - uid: 15788 - components: - - type: Transform - pos: -7.5,-172.5 - parent: 2 - - uid: 15804 - components: - - type: Transform - pos: -5.5,-340.5 - parent: 2 - - uid: 16883 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,-257.5 - parent: 2 -- proto: TableReinforcedGlass - entities: - - uid: 79 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-7.5 - parent: 2 - - uid: 85 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-1.5 - parent: 2 - - uid: 86 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-3.5 - parent: 2 - - uid: 87 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-3.5 - parent: 2 - - uid: 154 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-7.5 - parent: 2 - - uid: 159 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-6.5 - parent: 2 - - uid: 163 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-7.5 - parent: 2 - - uid: 165 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-7.5 - parent: 2 - - uid: 166 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-6.5 - parent: 2 - - uid: 169 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-6.5 - parent: 2 - - uid: 212 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-6.5 - parent: 2 - - uid: 1917 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-120.5 - parent: 2 - - uid: 2214 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-121.5 - parent: 2 - - uid: 2217 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-121.5 - parent: 2 - - uid: 2220 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-121.5 - parent: 2 - - uid: 2666 - components: - - type: Transform - pos: 6.5,-142.5 - parent: 2 - - uid: 2667 - components: - - type: Transform - pos: 6.5,-143.5 - parent: 2 - - uid: 2668 - components: - - type: Transform - pos: 2.5,-142.5 - parent: 2 - - uid: 2669 - components: - - type: Transform - pos: 2.5,-143.5 - parent: 2 - - uid: 3127 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-169.5 - parent: 2 - - uid: 3712 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-1.5 - parent: 2 - - uid: 4138 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-1.5 - parent: 2 - - uid: 11532 - components: - - type: Transform - pos: -0.5,-5.5 - parent: 2 - - uid: 11533 - components: - - type: Transform - pos: -1.5,-5.5 - parent: 2 - - uid: 11534 - components: - - type: Transform - pos: -2.5,-5.5 - parent: 2 - - uid: 11535 - components: - - type: Transform - pos: -3.5,-5.5 - parent: 2 - - uid: 11536 - components: - - type: Transform - pos: -3.5,-6.5 - parent: 2 - - uid: 11537 - components: - - type: Transform - pos: -3.5,-7.5 - parent: 2 - - uid: 11538 - components: - - type: Transform - pos: -2.5,-7.5 - parent: 2 - - uid: 11539 - components: - - type: Transform - pos: -1.5,-7.5 - parent: 2 - - uid: 11540 - components: - - type: Transform - pos: -0.5,-7.5 - parent: 2 -- proto: TableStone - entities: - - uid: 2030 - components: - - type: Transform - pos: -8.5,-122.5 - parent: 2 - - uid: 3118 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-165.5 - parent: 2 - - uid: 3133 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-167.5 - parent: 2 - - uid: 3189 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-168.5 - parent: 2 - - uid: 3190 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-167.5 - parent: 2 -- proto: TableWeb - entities: - - uid: 14354 - components: - - type: Transform - pos: 13.5,-63.5 - parent: 2 - - uid: 14380 - components: - - type: Transform - pos: 14.5,-63.5 - parent: 2 -- proto: TableWood - entities: - - uid: 301 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-13.5 - parent: 2 - - uid: 310 - components: - - type: Transform - pos: -0.5,-11.5 - parent: 2 - - uid: 314 - components: - - type: Transform - pos: -1.5,-9.5 - parent: 2 - - uid: 315 - components: - - type: Transform - pos: -2.5,-9.5 - parent: 2 - - uid: 436 - components: - - type: Transform - pos: -3.5,2.5 - parent: 2 - - uid: 616 - components: - - type: Transform - pos: -5.5,-63.5 - parent: 2 - - uid: 632 - components: - - type: Transform - pos: -6.5,-63.5 - parent: 2 - - uid: 1126 - components: - - type: Transform - pos: 1.5,-64.5 - parent: 2 - - uid: 1186 - components: - - type: Transform - pos: 0.5,-64.5 - parent: 2 - - uid: 1192 - components: - - type: Transform - pos: -3.5,-67.5 - parent: 2 - - uid: 1285 - components: - - type: Transform - pos: -6.5,-62.5 - parent: 2 - - uid: 1341 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-59.5 - parent: 2 - - uid: 1343 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-58.5 - parent: 2 - - uid: 1344 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-66.5 - parent: 2 - - uid: 1345 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-67.5 - parent: 2 - - uid: 1359 - components: - - type: Transform - pos: -5.5,-71.5 - parent: 2 - - uid: 1475 - components: - - type: Transform - pos: -5.5,-72.5 - parent: 2 - - uid: 3023 - components: - - type: Transform - pos: -6.5,-59.5 - parent: 2 - - uid: 3033 - components: - - type: Transform - pos: -3.5,-58.5 - parent: 2 - - uid: 3054 - components: - - type: Transform - pos: -2.5,-67.5 - parent: 2 - - uid: 3071 - components: - - type: Transform - pos: -6.5,-67.5 - parent: 2 - - uid: 3149 - components: - - type: Transform - pos: -6.5,-58.5 - parent: 2 - - uid: 3583 - components: - - type: Transform - pos: -2.5,-58.5 - parent: 2 - - uid: 4177 - components: - - type: Transform - pos: -5.5,-62.5 - parent: 2 - - uid: 4180 - components: - - type: Transform - pos: -6.5,-66.5 - parent: 2 -- proto: TargetDarts - entities: - - uid: 14772 - components: - - type: Transform - pos: 2.5088735,-32.514496 - parent: 2 -- proto: TegCenter - entities: - - uid: 5324 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,-243.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 -- proto: TegCirculator - entities: - - uid: 5323 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,-243.5 - parent: 2 - - type: PointLight - color: '#FF3300FF' - - uid: 5497 - components: - - type: Transform - pos: -14.5,-243.5 - parent: 2 - - type: PointLight - color: '#FF3300FF' -- proto: TelecomServer - entities: - - uid: 9500 - components: - - type: Transform - pos: 19.5,-297.5 - parent: 2 - - type: ContainerContainer - containers: - key_slots: !type:Container - showEnts: False - occludes: True - ents: - - 9501 - machine_board: !type:Container - showEnts: False - occludes: True - ents: [] - machine_parts: !type:Container - showEnts: False - occludes: True - ents: [] - - uid: 9503 - components: - - type: Transform - pos: 20.5,-297.5 - parent: 2 - - type: ContainerContainer - containers: - key_slots: !type:Container - showEnts: False - occludes: True - ents: - - 9504 - machine_board: !type:Container - showEnts: False - occludes: True - ents: [] - machine_parts: !type:Container - showEnts: False - occludes: True - ents: [] - - uid: 9547 - components: - - type: Transform - pos: 19.5,-299.5 - parent: 2 - - type: ContainerContainer - containers: - key_slots: !type:Container - showEnts: False - occludes: True - ents: - - 9548 - machine_board: !type:Container - showEnts: False - occludes: True - ents: [] - machine_parts: !type:Container - showEnts: False - occludes: True - ents: [] - - uid: 9549 - components: - - type: Transform - pos: 20.5,-299.5 - parent: 2 - - type: ContainerContainer - containers: - key_slots: !type:Container - showEnts: False - occludes: True - ents: - - 9550 - machine_board: !type:Container - showEnts: False - occludes: True - ents: [] - machine_parts: !type:Container - showEnts: False - occludes: True - ents: [] - - uid: 9551 - components: - - type: Transform - pos: 24.5,-297.5 - parent: 2 - - type: ContainerContainer - containers: - key_slots: !type:Container - showEnts: False - occludes: True - ents: - - 9552 - machine_board: !type:Container - showEnts: False - occludes: True - ents: [] - machine_parts: !type:Container - showEnts: False - occludes: True - ents: [] - - uid: 9553 - components: - - type: Transform - pos: 25.5,-297.5 - parent: 2 - - type: ContainerContainer - containers: - key_slots: !type:Container - showEnts: False - occludes: True - ents: - - 9554 - machine_board: !type:Container - showEnts: False - occludes: True - ents: [] - machine_parts: !type:Container - showEnts: False - occludes: True - ents: [] - - uid: 9555 - components: - - type: Transform - pos: 25.5,-299.5 - parent: 2 - - type: ContainerContainer - containers: - key_slots: !type:Container - showEnts: False - occludes: True - ents: - - 9556 - machine_board: !type:Container - showEnts: False - occludes: True - ents: [] - machine_parts: !type:Container - showEnts: False - occludes: True - ents: [] - - uid: 9557 - components: - - type: Transform - pos: 24.5,-299.5 - parent: 2 - - type: ContainerContainer - containers: - key_slots: !type:Container - showEnts: False - occludes: True - ents: - - 9558 - machine_board: !type:Container - showEnts: False - occludes: True - ents: [] - machine_parts: !type:Container - showEnts: False - occludes: True - ents: [] -- proto: TeslaCoil - entities: - - uid: 651 - components: - - type: Transform - pos: 16.5,-239.5 - parent: 2 - - uid: 3147 - components: - - type: Transform - pos: 15.5,-239.5 - parent: 2 - - uid: 6780 - components: - - type: Transform - pos: 15.5,-240.5 - parent: 2 - - uid: 7809 - components: - - type: Transform - pos: 15.5,-241.5 - parent: 2 -- proto: TeslaGenerator - entities: - - uid: 11715 - components: - - type: Transform - pos: 18.5,-239.5 - parent: 2 -- proto: TeslaGroundingRod - entities: - - uid: 3013 - components: - - type: Transform - pos: 16.5,-241.5 - parent: 2 - - uid: 3164 - components: - - type: Transform - pos: 16.5,-240.5 - parent: 2 -- proto: TeslaToy - entities: - - uid: 12214 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.513038,-250.51936 - parent: 2 -- proto: Thruster - entities: - - uid: 224 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-4.5 - parent: 2 - - uid: 225 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-4.5 - parent: 2 -- proto: ToiletDirtyWater - entities: - - uid: 2641 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-150.5 - parent: 2 -- proto: ToolboxArtisticFilled - entities: - - uid: 15264 - components: - - type: Transform - pos: 7.491327,-244.8711 - parent: 2 -- proto: ToolboxElectricalFilled - entities: - - uid: 2974 - components: - - type: Transform - pos: 5.522824,-253.77805 - parent: 2 - - uid: 5162 - components: - - type: Transform - pos: 5.4776406,-31.552532 - parent: 2 - - uid: 5405 - components: - - type: Transform - pos: 1.2603997,-187.48691 - parent: 2 - - uid: 6661 - components: - - type: Transform - pos: -9.413958,-300.49924 - parent: 2 - - uid: 15265 - components: - - type: Transform - pos: 7.48008,-245.11847 - parent: 2 -- proto: ToolboxEmergencyFilled - entities: - - uid: 3674 - components: - - type: Transform - pos: -7.4139504,-177.44359 - parent: 2 - - uid: 5410 - components: - - type: Transform - pos: 5.4776406,-31.341396 - parent: 2 - - uid: 9452 - components: - - type: Transform - pos: 21.599606,-315.52435 - parent: 2 - - uid: 14644 - components: - - type: Transform - pos: 6.4216676,-260.47906 - parent: 2 - - uid: 15263 - components: - - type: Transform - pos: 7.4688315,-244.61247 - parent: 2 -- proto: ToolboxGoldFilled - entities: - - uid: 84 - components: - - type: Transform - pos: -0.54247516,-3.4301338 - parent: 2 -- proto: ToolboxMechanicalFilled - entities: - - uid: 47 - components: - - type: Transform - pos: 1.4461527,2.44579 - parent: 2 - - uid: 1615 - components: - - type: Transform - pos: -2.7865536,-5.3156295 - parent: 2 - - uid: 5407 - components: - - type: Transform - pos: -5.2525826,-162.94519 - parent: 2 - - uid: 5409 - components: - - type: Transform - pos: 7.516703,-56.70343 - parent: 2 - - uid: 6883 - components: - - type: Transform - pos: -9.6328745,-300.19412 - parent: 2 - - uid: 8681 - components: - - type: Transform - pos: -5.3442082,-288.47815 - parent: 2 - - uid: 8688 - components: - - type: Transform - pos: -5.606662,-288.27576 - parent: 2 - - uid: 9453 - components: - - type: Transform - pos: 21.414711,-315.2735 - parent: 2 - - uid: 9980 - components: - - type: Transform - pos: 3.6579065,-316.43753 - parent: 2 - - uid: 10124 - components: - - type: Transform - pos: -4.3656063,-303.19275 - parent: 2 - - uid: 10125 - components: - - type: Transform - pos: -4.537293,-302.90228 - parent: 2 - - uid: 11677 - components: - - type: Transform - pos: -2.539098,-5.506784 - parent: 2 - - uid: 12227 - components: - - type: Transform - pos: 15.403523,-247.25401 - parent: 2 - - uid: 15262 - components: - - type: Transform - pos: 7.48008,-244.32011 - parent: 2 -- proto: ToyAi - entities: - - uid: 9478 - components: - - type: Transform - pos: 29.472055,-307.37292 - parent: 2 -- proto: ToyAmongPequeno - entities: - - uid: 2749 - components: - - type: Transform - pos: 3.5588014,-101.58778 - parent: 2 - - uid: 3191 - components: - - type: Transform - pos: -7.3859177,-94.83316 - parent: 2 - - uid: 3250 - components: - - type: Transform - pos: -7.59963,-94.50708 - parent: 2 - - uid: 4347 - components: - - type: Transform - pos: -7.7233577,-95.00183 - parent: 2 -- proto: ToyFigurineBartender - entities: - - uid: 12179 - components: - - type: Transform - pos: -2.566748,-60.54726 - parent: 2 -- proto: ToyFigurineBotanist - entities: - - uid: 12172 - components: - - type: Transform - pos: -4.5218763,-87.44556 - parent: 2 -- proto: ToyFigurineCaptain - entities: - - uid: 12175 - components: - - type: Transform - pos: -0.56393987,3.0352368 - parent: 2 -- proto: ToyFigurineCargoTech - entities: - - uid: 12180 - components: - - type: Transform - pos: 4.883979,-282.15594 - parent: 2 -- proto: ToyFigurineChaplain - entities: - - uid: 2672 - components: - - type: Transform - pos: 6.4167213,-142.44421 - parent: 2 -- proto: ToyFigurineChef - entities: - - uid: 12181 - components: - - type: Transform - pos: 3.5768247,-91.526825 - parent: 2 -- proto: ToyFigurineChemist - entities: - - uid: 12177 - components: - - type: Transform - pos: 2.5620208,-166.28375 - parent: 2 -- proto: ToyFigurineChiefMedicalOfficer - entities: - - uid: 8480 - components: - - type: Transform - pos: 5.494497,-178.97911 - parent: 2 -- proto: ToyFigurineClown - entities: - - uid: 12178 - components: - - type: Transform - pos: -7.7240214,-124.14133 - parent: 2 -- proto: ToyFigurineDetective - entities: - - uid: 2653 - components: - - type: Transform - pos: -5.2573676,-71.2794 - parent: 2 -- proto: ToyFigurineFootsoldier - entities: - - uid: 2329 - components: - - type: Transform - pos: -4.5065055,4.5218883 - parent: 2 -- proto: ToyFigurineGreytider - entities: - - uid: 12183 - components: - - type: Transform - pos: 13.608401,-144.38652 - parent: 2 -- proto: ToyFigurineHamlet - entities: - - uid: 3396 - components: - - type: MetaData - desc: The fourth of thirteen collectible Hamlet figures! This one looks fat. - - type: Transform - pos: -8.599227,-83.89427 - parent: 2 - - uid: 3621 - components: - - type: MetaData - desc: The sixth of thirteen collectible Hamlet figures! This one is dressed as a monk. - - type: Transform - parent: 7334 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 3625 - components: - - type: MetaData - desc: The fifth of thirteen collectible Hamlet figures! This one looks troubled. - - type: Transform - parent: 3001 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 11966 - components: - - type: MetaData - desc: The thirteenth of thirteen collectible figurines of Hamlet. This one looks like an evil dictator - - type: Transform - pos: -3.6355574,-334.1145 - parent: 2 - - uid: 12220 - components: - - type: MetaData - desc: The first of thirteen collectible figurines of Hamlet! This one looks important. - - type: Transform - pos: 5.404652,-11.960795 - parent: 2 - - uid: 12225 - components: - - type: MetaData - desc: The second of thirteen collectible Hamlet figures! This one has fallen asleep. - - type: Transform - pos: 2.6170347,-39.208244 - parent: 2 - - uid: 12228 - components: - - type: MetaData - desc: The third of thirteen collectible Hamlet figurines! This one looks jolly and drunk. - - type: Transform - pos: -3.1984427,-67.30008 - parent: 2 - - uid: 12233 - components: - - type: MetaData - desc: The seventh of thirteen collectible Hamlet figures! This one is holding a syringe in his teeth. - - type: Transform - pos: 5.5009203,-182.15453 - parent: 2 - - uid: 12236 - components: - - type: MetaData - desc: The eighth of thirteen collectible Hamlet figures! This one is sick and bald. - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.4284077,-206.78868 - parent: 2 - - uid: 12241 - components: - - type: MetaData - desc: The ninth of thirteen collectible Hamlet figures! This one looks like an astronaut. - - type: Transform - pos: 10.498955,-225.02173 - parent: 2 - - uid: 12287 - components: - - type: MetaData - desc: The twelfth of thirteen collectible Hamlet figures! This one wears glasses and looks extremely intelligent. - - type: Transform - pos: 25.537968,-317.06403 - parent: 2 -- proto: ToyFigurineHeadOfPersonnel - entities: - - uid: 12185 - components: - - type: Transform - pos: 1.7322779,-121.02217 - parent: 2 -- proto: ToyFigurineHeadOfSecurity - entities: - - uid: 12186 - components: - - type: Transform - pos: -3.5431526,-346.0501 - parent: 2 -- proto: ToyFigurineLawyer - entities: - - uid: 12188 - components: - - type: Transform - pos: 6.025828,-332.01364 - parent: 2 -- proto: ToyFigurineLibrarian - entities: - - uid: 12189 - components: - - type: Transform - pos: -5.419599,-139.50743 - parent: 2 -- proto: ToyFigurineMedicalDoctor - entities: - - uid: 12190 - components: - - type: Transform - pos: 8.682559,-175.29884 - parent: 2 -- proto: ToyFigurineMime - entities: - - uid: 11661 - components: - - type: Transform - parent: 2019 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ToyFigurineMouse - entities: - - uid: 12191 - components: - - type: Transform - pos: -2.4079862,-180.0877 - parent: 2 -- proto: ToyFigurineMusician - entities: - - uid: 12195 - components: - - type: Transform - pos: -6.3193665,-66.69339 - parent: 2 -- proto: ToyFigurineParamedic - entities: - - uid: 14077 - components: - - type: Transform - pos: -1.2981937,-166.44269 - parent: 2 -- proto: ToyFigurinePassenger - entities: - - uid: 12196 - components: - - type: Transform - pos: -7.6109595,-112.14438 - parent: 2 -- proto: ToyFigurineQuartermaster - entities: - - uid: 12197 - components: - - type: Transform - pos: 6.0710835,-285.60263 - parent: 2 -- proto: ToyFigurineRatKing - entities: - - uid: 12211 - components: - - type: Transform - pos: -6.4882874,-17.106768 - parent: 2 -- proto: ToyFigurineRatServant - entities: - - uid: 12123 - components: - - type: Transform - pos: -6.144914,-17.326809 - parent: 2 - - uid: 12212 - components: - - type: Transform - pos: -6.726009,-17.326809 - parent: 2 - - uid: 12213 - components: - - type: Transform - pos: -6.4354615,-17.49404 - parent: 2 -- proto: ToyFigurineResearchDirector - entities: - - uid: 4044 - components: - - type: Transform - pos: -5.49094,-305.1008 - parent: 2 -- proto: ToyFigurineSalvage - entities: - - uid: 12216 - components: - - type: Transform - pos: -4.4907207,-272.15012 - parent: 2 -- proto: ToyFigurineScientist - entities: - - uid: 12207 - components: - - type: Transform - pos: 7.126124,-314.31253 - parent: 2 -- proto: ToyFigurineSecurity - entities: - - uid: 13405 - components: - - type: Transform - pos: -3.2948563,-334.34607 - parent: 2 -- proto: ToyFigurineSlime - entities: - - uid: 12219 - components: - - type: Transform - pos: -2.4844923,-219.90608 - parent: 2 -- proto: ToyFigurineSpaceDragon - entities: - - uid: 12221 - components: - - type: Transform - pos: -6.453235,-181.61153 - parent: 2 -- proto: ToyFigurineWarden - entities: - - uid: 12223 - components: - - type: Transform - pos: 0.62263775,-366.41714 - parent: 2 -- proto: ToyFigurineWizard - entities: - - uid: 15038 - components: - - type: Transform - pos: -9.568627,-133.52042 - parent: 2 -- proto: ToyFigurineWizardFake - entities: - - uid: 3199 - components: - - type: Transform - pos: -8.133195,-94.51872 - parent: 2 -- proto: ToyGriffin - entities: - - uid: 12184 - components: - - type: Transform - pos: -2.8305314,-148.27542 - parent: 2 -- proto: ToyOwlman - entities: - - uid: 3852 - components: - - type: Transform - pos: 1.7216189,-370.325 - parent: 2 -- proto: ToySpawner - entities: - - uid: 2162 - components: - - type: Transform - pos: -7.5,-112.5 - parent: 2 - - uid: 2166 - components: - - type: Transform - pos: -8.5,-113.5 - parent: 2 - - uid: 3893 - components: - - type: Transform - pos: -5.5,-204.5 - parent: 2 - - uid: 13430 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-32.5 - parent: 2 -- proto: ToySword - entities: - - uid: 2774 - components: - - type: Transform - pos: 16.54856,-152.46567 - parent: 2 -- proto: TrashBananaPeel - entities: - - uid: 470 - components: - - type: Transform - pos: -4.4094033,-127.49721 - parent: 2 - - uid: 521 - components: - - type: Transform - pos: -6.1094556,-127.684784 - parent: 2 - - uid: 761 - components: - - type: Transform - pos: -6.493462,-127.34697 - parent: 2 -- proto: trayScanner - entities: - - uid: 16799 - components: - - type: Transform - parent: 16798 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: TrumpetInstrument - entities: - - uid: 14305 - components: - - type: Transform - pos: -22.876137,-264.95584 - parent: 2 -- proto: TwoWayLever - entities: - - uid: 7621 - components: - - type: Transform - pos: 3.5,-218.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 7644: - - Left: Forward - - Right: Reverse - - Middle: Off - 6589: - - Left: Forward - - Right: Reverse - - Middle: Off - 7715: - - Left: Forward - - Right: Reverse - - Middle: Off - 4899: - - Left: Forward - - Right: Reverse - - Middle: Off - 5452: - - Left: Forward - - Right: Reverse - - Middle: Off - 5450: - - Left: Forward - - Right: Reverse - - Middle: Off - 7620: - - Left: Forward - - Right: Reverse - - Middle: Off - - uid: 9006 - components: - - type: Transform - pos: 8.5,-282.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 8996: - - Left: Forward - - Right: Reverse - - Middle: Off - 8992: - - Left: Forward - - Right: Reverse - - Middle: Off - 8991: - - Left: Forward - - Right: Reverse - - Middle: Off - 8990: - - Left: Forward - - Right: Reverse - - Middle: Off - - uid: 9007 - components: - - type: Transform - pos: 8.5,-276.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 8997: - - Left: Forward - - Right: Reverse - - Middle: Off - 8995: - - Left: Forward - - Right: Reverse - - Middle: Off - 8994: - - Left: Forward - - Right: Reverse - - Middle: Off - 8993: - - Left: Forward - - Right: Reverse - - Middle: Off - - uid: 11710 - components: - - type: Transform - pos: 5.5,-358.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 11201: - - Left: Open - - Right: Open - - Middle: Toggle -- proto: UniformPrinter - entities: - - uid: 13684 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-119.5 - parent: 2 -- proto: Vaccinator - entities: - - uid: 3898 - components: - - type: Transform - pos: -6.5,-196.5 - parent: 2 -- proto: VendingBarDrobe - entities: - - uid: 1023 - components: - - type: Transform - pos: 3.5,-61.5 - parent: 2 -- proto: VendingMachineAtmosDrobe - entities: - - uid: 14575 - components: - - type: Transform - pos: -14.5,-265.5 - parent: 2 -- proto: VendingMachineBooze - entities: - - uid: 13627 - components: - - type: Transform - pos: 1.5,-61.5 - parent: 2 -- proto: VendingMachineCargoDrobe - entities: - - uid: 8502 - components: - - type: Transform - pos: 0.5,-276.5 - parent: 2 -- proto: VendingMachineCart - entities: - - uid: 2210 - components: - - type: Transform - pos: -1.5,-119.5 - parent: 2 -- proto: VendingMachineChapel - entities: - - uid: 2710 - components: - - type: Transform - pos: 5.5,-137.5 - parent: 2 -- proto: VendingMachineChefDrobe - entities: - - uid: 1780 - components: - - type: Transform - pos: -1.5,-92.5 - parent: 2 -- proto: VendingMachineChefvend - entities: - - uid: 1784 - components: - - type: Transform - pos: 0.5,-92.5 - parent: 2 -- proto: VendingMachineChemDrobe - entities: - - uid: 3130 - components: - - type: Transform - pos: 6.5,-162.5 - parent: 2 -- proto: VendingMachineChemicals - entities: - - uid: 3125 - components: - - type: Transform - pos: 3.5,-169.5 - parent: 2 -- proto: VendingMachineCigs - entities: - - uid: 950 - components: - - type: Transform - pos: 3.5,-80.5 - parent: 2 - - uid: 5089 - components: - - type: Transform - pos: 3.5,-47.5 - parent: 2 - - uid: 5300 - components: - - type: Transform - pos: 3.5,-188.5 - parent: 2 -- proto: VendingMachineClothing - entities: - - uid: 2367 - components: - - type: Transform - pos: 4.5,-126.5 - parent: 2 -- proto: VendingMachineCoffee - entities: - - uid: 14361 - components: - - type: Transform - pos: 16.5,-63.5 - parent: 2 -- proto: VendingMachineCondiments - entities: - - uid: 2027 - components: - - type: Transform - pos: 3.5,-85.5 - parent: 2 -- proto: VendingMachineCuraDrobe - entities: - - uid: 2722 - components: - - type: Transform - pos: -2.5,-134.5 - parent: 2 -- proto: VendingMachineDetDrobe - entities: - - uid: 11000 - components: - - type: Transform - pos: -5.5,-70.5 - parent: 2 -- proto: VendingMachineDinnerware - entities: - - uid: 1783 - components: - - type: Transform - pos: 1.5,-92.5 - parent: 2 -- proto: VendingMachineDonut - entities: - - uid: 8878 - components: - - type: Transform - pos: 2.5,-356.5 - parent: 2 -- proto: VendingMachineEngiDrobe - entities: - - uid: 8476 - components: - - type: Transform - pos: 8.5,-255.5 - parent: 2 -- proto: VendingMachineEngivend - entities: - - uid: 4973 - components: - - type: Transform - pos: 5.5,-247.5 - parent: 2 - - uid: 8979 - components: - - type: Transform - pos: 19.5,-245.5 - parent: 2 -- proto: VendingMachineGames - entities: - - uid: 2117 - components: - - type: Transform - pos: -2.5,-146.5 - parent: 2 - - uid: 14567 - components: - - type: Transform - pos: 13.5,-80.5 - parent: 2 -- proto: VendingMachineHappyHonk - entities: - - uid: 10698 - components: - - type: Transform - pos: 6.5,-17.5 - parent: 2 -- proto: VendingMachineHydrobe - entities: - - uid: 2321 - components: - - type: Transform - pos: -4.5,-82.5 - parent: 2 -- proto: VendingMachineJaniDrobe - entities: - - uid: 1718 - components: - - type: Transform - pos: -2.5,-53.5 - parent: 2 -- proto: VendingMachineLawDrobe - entities: - - uid: 11046 - components: - - type: Transform - pos: 6.5,-329.5 - parent: 2 -- proto: VendingMachineMedical - entities: - - uid: 2258 - components: - - type: Transform - pos: 7.5,-179.5 - parent: 2 - - uid: 4206 - components: - - type: Transform - pos: 3.5,-196.5 - parent: 2 - - uid: 11248 - components: - - type: Transform - pos: -6.5,-361.5 - parent: 2 -- proto: VendingMachineMediDrobe - entities: - - uid: 2461 - components: - - type: Transform - pos: -0.5,-193.5 - parent: 2 -- proto: VendingMachineNutri - entities: - - uid: 1743 - components: - - type: Transform - pos: -5.5,-88.5 - parent: 2 -- proto: VendingMachineRestockMedical - entities: - - uid: 1270 - components: - - type: Transform - pos: 3.449893,-163.3618 - parent: 2 -- proto: VendingMachineRoboDrobe - entities: - - uid: 9947 - components: - - type: Transform - pos: 8.5,-315.5 - parent: 2 -- proto: VendingMachineRobotics - entities: - - uid: 9948 - components: - - type: Transform - pos: 8.5,-316.5 - parent: 2 -- proto: VendingMachineSalvage - entities: - - uid: 8547 - components: - - type: Transform - pos: -2.5,-287.5 - parent: 2 -- proto: VendingMachineSciDrobe - entities: - - uid: 9819 - components: - - type: Transform - pos: -6.5,-305.5 - parent: 2 -- proto: VendingMachineSec - entities: - - uid: 844 - components: - - type: Transform - pos: -6.5,-342.5 - parent: 2 -- proto: VendingMachineSecDrobe - entities: - - uid: 13394 - components: - - type: Transform - pos: -5.5,-342.5 - parent: 2 -- proto: VendingMachineSeeds - entities: - - uid: 1618 - components: - - type: Transform - anchored: False - pos: -5.4964814,-84.54825 - parent: 2 - - type: Physics - bodyType: Dynamic -- proto: VendingMachineSeedsUnlocked - entities: - - uid: 11483 - components: - - type: Transform - pos: 6.5,-373.5 - parent: 2 -- proto: VendingMachineSnackOrange - entities: - - uid: 6701 - components: - - type: Transform - pos: -2.5,-242.5 - parent: 2 - - uid: 14341 - components: - - type: Transform - pos: 17.5,-63.5 - parent: 2 -- proto: VendingMachineSovietSoda - entities: - - uid: 1490 - components: - - type: Transform - pos: 4.5,-56.5 - parent: 2 -- proto: VendingMachineSustenance - entities: - - uid: 11456 - components: - - type: Transform - pos: 5.5,-374.5 - parent: 2 -- proto: VendingMachineTankDispenserEVA - entities: - - uid: 402 - components: - - type: Transform - pos: 5.5,2.5 - parent: 2 - - uid: 3717 - components: - - type: Transform - pos: 3.5,-161.5 - parent: 2 - - uid: 8237 - components: - - type: Transform - pos: 8.5,-247.5 - parent: 2 - - uid: 8552 - components: - - type: Transform - pos: -2.5,-288.5 - parent: 2 - - uid: 9541 - components: - - type: Transform - pos: 8.5,-342.5 - parent: 2 - - uid: 15163 - components: - - type: Transform - pos: 7.5,-118.5 - parent: 2 - - uid: 15172 - components: - - type: Transform - pos: 9.5,-120.5 - parent: 2 - - uid: 15242 - components: - - type: Transform - pos: -2.5,-257.5 - parent: 2 - - uid: 16961 - components: - - type: Transform - pos: -14.5,-250.5 - parent: 2 -- proto: VendingMachineTheater - entities: - - uid: 5065 - components: - - type: Transform - pos: 3.5,-126.5 - parent: 2 -- proto: VendingMachineVendomat - entities: - - uid: 10121 - components: - - type: Transform - pos: -2.5,-299.5 - parent: 2 - - uid: 11003 - components: - - type: Transform - pos: 3.5,-242.5 - parent: 2 -- proto: VendingMachineViroDrobe - entities: - - uid: 3902 - components: - - type: Transform - pos: -6.5,-198.5 - parent: 2 -- proto: VendingMachineWallMedical - entities: - - uid: 3702 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-172.5 - parent: 2 - - uid: 3721 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-195.5 - parent: 2 - - uid: 14308 - components: - - type: Transform - pos: 7.5,-170.5 - parent: 2 -- proto: VendingMachineWinter - entities: - - uid: 7487 - components: - - type: Transform - pos: 6.5,-125.5 - parent: 2 -- proto: VendingMachineYouTool - entities: - - uid: 4997 - components: - - type: Transform - pos: 2.5,-253.5 - parent: 2 - - uid: 9077 - components: - - type: Transform - pos: 7.5,-242.5 - parent: 2 -- proto: WallMining - entities: - - uid: 1998 - components: - - type: Transform - pos: 12.5,-82.5 - parent: 2 - - uid: 3844 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-142.5 - parent: 2 - - uid: 3845 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-140.5 - parent: 2 - - uid: 5247 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-149.5 - parent: 2 - - uid: 6631 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-157.5 - parent: 2 - - uid: 6823 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-148.5 - parent: 2 - - uid: 7240 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,-136.5 - parent: 2 - - uid: 7241 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,-137.5 - parent: 2 - - uid: 7242 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,-137.5 - parent: 2 - - uid: 7244 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-136.5 - parent: 2 - - uid: 7245 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-137.5 - parent: 2 - - uid: 7246 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-137.5 - parent: 2 - - uid: 7252 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-143.5 - parent: 2 - - uid: 7261 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,-143.5 - parent: 2 - - uid: 7264 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,-140.5 - parent: 2 - - uid: 7269 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,-148.5 - parent: 2 - - uid: 7271 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-151.5 - parent: 2 - - uid: 7272 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,-151.5 - parent: 2 - - uid: 7277 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-154.5 - parent: 2 - - uid: 7278 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-154.5 - parent: 2 - - uid: 7279 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-155.5 - parent: 2 - - uid: 7280 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-155.5 - parent: 2 - - uid: 7281 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-155.5 - parent: 2 - - uid: 7282 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,-155.5 - parent: 2 - - uid: 7283 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,-154.5 - parent: 2 - - uid: 7284 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,-154.5 - parent: 2 - - uid: 7291 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-157.5 - parent: 2 - - uid: 7292 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-158.5 - parent: 2 - - uid: 7294 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-158.5 - parent: 2 - - uid: 7295 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-157.5 - parent: 2 - - uid: 7296 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,-157.5 - parent: 2 - - uid: 7297 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,-158.5 - parent: 2 - - uid: 7298 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,-158.5 - parent: 2 - - uid: 7303 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-161.5 - parent: 2 - - uid: 7304 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,-161.5 - parent: 2 - - uid: 7305 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-163.5 - parent: 2 - - uid: 7308 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,-164.5 - parent: 2 - - uid: 7394 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,-167.5 - parent: 2 - - uid: 7783 - components: - - type: Transform - pos: 12.5,-71.5 - parent: 2 - - uid: 7836 - components: - - type: Transform - pos: 13.5,-59.5 - parent: 2 - - uid: 7839 - components: - - type: Transform - pos: 12.5,-59.5 - parent: 2 - - uid: 7840 - components: - - type: Transform - pos: 13.5,-58.5 - parent: 2 - - uid: 8175 - components: - - type: Transform - pos: 18.5,-83.5 - parent: 2 - - uid: 8226 - components: - - type: Transform - pos: 12.5,-69.5 - parent: 2 - - uid: 8379 - components: - - type: Transform - pos: 17.5,-66.5 - parent: 2 - - uid: 8405 - components: - - type: Transform - pos: 12.5,-67.5 - parent: 2 - - uid: 8409 - components: - - type: Transform - pos: 14.5,-66.5 - parent: 2 - - uid: 8439 - components: - - type: Transform - pos: 16.5,-58.5 - parent: 2 - - uid: 8475 - components: - - type: Transform - pos: 12.5,-63.5 - parent: 2 - - uid: 8693 - components: - - type: Transform - pos: 13.5,-66.5 - parent: 2 - - uid: 8832 - components: - - type: Transform - pos: 17.5,-58.5 - parent: 2 - - uid: 8972 - components: - - type: Transform - pos: 12.5,-68.5 - parent: 2 - - uid: 9018 - components: - - type: Transform - pos: 15.5,-58.5 - parent: 2 - - uid: 9024 - components: - - type: Transform - pos: 16.5,-66.5 - parent: 2 - - uid: 11007 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-150.5 - parent: 2 - - uid: 11047 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-141.5 - parent: 2 - - uid: 11057 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-162.5 - parent: 2 - - uid: 11112 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-149.5 - parent: 2 - - uid: 11113 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-142.5 - parent: 2 - - uid: 11114 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-163.5 - parent: 2 - - uid: 12127 - components: - - type: Transform - pos: 14.5,-58.5 - parent: 2 - - uid: 14078 - components: - - type: Transform - pos: 18.5,-67.5 - parent: 2 - - uid: 14079 - components: - - type: Transform - pos: 18.5,-68.5 - parent: 2 - - uid: 14093 - components: - - type: Transform - pos: 17.5,-86.5 - parent: 2 - - uid: 14098 - components: - - type: Transform - pos: 17.5,-85.5 - parent: 2 - - uid: 14099 - components: - - type: Transform - pos: 18.5,-85.5 - parent: 2 - - uid: 14100 - components: - - type: Transform - pos: 18.5,-84.5 - parent: 2 - - uid: 14102 - components: - - type: Transform - pos: 12.5,-83.5 - parent: 2 - - uid: 14103 - components: - - type: Transform - pos: 13.5,-86.5 - parent: 2 - - uid: 14228 - components: - - type: Transform - pos: 13.5,-85.5 - parent: 2 - - uid: 14236 - components: - - type: Transform - pos: 12.5,-85.5 - parent: 2 - - uid: 14237 - components: - - type: Transform - pos: 12.5,-84.5 - parent: 2 - - uid: 14238 - components: - - type: Transform - pos: 12.5,-80.5 - parent: 2 - - uid: 14239 - components: - - type: Transform - pos: 18.5,-70.5 - parent: 2 - - uid: 14240 - components: - - type: Transform - pos: 18.5,-71.5 - parent: 2 - - uid: 14241 - components: - - type: Transform - pos: 12.5,-76.5 - parent: 2 - - uid: 14242 - components: - - type: Transform - pos: 12.5,-75.5 - parent: 2 - - uid: 14243 - components: - - type: Transform - pos: 18.5,-69.5 - parent: 2 - - uid: 14244 - components: - - type: Transform - pos: 18.5,-82.5 - parent: 2 - - uid: 14245 - components: - - type: Transform - pos: 18.5,-81.5 - parent: 2 - - uid: 14246 - components: - - type: Transform - pos: 18.5,-80.5 - parent: 2 - - uid: 14247 - components: - - type: Transform - pos: 18.5,-76.5 - parent: 2 - - uid: 14248 - components: - - type: Transform - pos: 18.5,-75.5 - parent: 2 - - uid: 14311 - components: - - type: Transform - pos: 17.5,-59.5 - parent: 2 - - uid: 14312 - components: - - type: Transform - pos: 18.5,-59.5 - parent: 2 - - uid: 14315 - components: - - type: Transform - pos: 18.5,-63.5 - parent: 2 - - uid: 14317 - components: - - type: Transform - pos: 17.5,-64.5 - parent: 2 - - uid: 14318 - components: - - type: Transform - pos: 16.5,-64.5 - parent: 2 - - uid: 14319 - components: - - type: Transform - pos: 14.5,-64.5 - parent: 2 - - uid: 14320 - components: - - type: Transform - pos: 13.5,-64.5 - parent: 2 - - uid: 14366 - components: - - type: Transform - pos: 13.5,-76.5 - parent: 2 - - uid: 14386 - components: - - type: Transform - pos: 17.5,-76.5 - parent: 2 -- proto: WallMiningDiagonal - entities: - - uid: 4136 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,-87.5 - parent: 2 - - uid: 7395 - components: - - type: Transform - pos: 12.5,-136.5 - parent: 2 - - uid: 7396 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,-136.5 - parent: 2 - - uid: 7397 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-155.5 - parent: 2 - - uid: 7398 - components: - - type: Transform - pos: 12.5,-157.5 - parent: 2 - - uid: 7399 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,-157.5 - parent: 2 - - uid: 7400 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,-155.5 - parent: 2 - - uid: 8581 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,-135.5 - parent: 2 - - uid: 14265 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-87.5 - parent: 2 - - uid: 14277 - components: - - type: Transform - pos: 12.5,-66.5 - parent: 2 - - uid: 14278 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,-66.5 - parent: 2 - - uid: 14279 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,-86.5 - parent: 2 - - uid: 14280 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-86.5 - parent: 2 - - uid: 14287 - components: - - type: Transform - pos: 13.5,-135.5 - parent: 2 - - uid: 14310 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,-58.5 - parent: 2 - - uid: 14322 - components: - - type: Transform - pos: 12.5,-58.5 - parent: 2 - - uid: 14323 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,-64.5 - parent: 2 - - uid: 14324 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-64.5 - parent: 2 -- proto: WallmountTelevision - entities: - - uid: 2723 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-111.5 - parent: 2 - - uid: 6052 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-343.5 - parent: 2 - - uid: 11205 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-13.5 - parent: 2 - - uid: 12686 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-374.5 - parent: 2 - - uid: 12688 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-299.5 - parent: 2 - - uid: 12690 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-201.5 - parent: 2 - - uid: 12691 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-150.5 - parent: 2 - - uid: 12693 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-28.5 - parent: 2 -- proto: WallPlastitaniumDiagonal - entities: - - uid: 8142 - components: - - type: Transform - pos: 18.5,-296.5 - parent: 2 - - uid: 9398 - components: - - type: Transform - pos: 18.5,-314.5 - parent: 2 - - uid: 9399 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-300.5 - parent: 2 - - uid: 9407 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,-296.5 - parent: 2 - - uid: 9408 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,-300.5 - parent: 2 - - uid: 9411 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,-314.5 - parent: 2 - - uid: 9412 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,-318.5 - parent: 2 - - uid: 9413 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-318.5 - parent: 2 - - uid: 9427 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,-309.5 - parent: 2 - - uid: 9428 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,-305.5 - parent: 2 - - uid: 9451 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,-304.5 - parent: 2 - - uid: 9456 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,-303.5 - parent: 2 - - uid: 9458 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,-302.5 - parent: 2 - - uid: 9479 - components: - - type: Transform - pos: 25.5,-310.5 - parent: 2 - - uid: 9480 - components: - - type: Transform - pos: 24.5,-311.5 - parent: 2 - - uid: 9481 - components: - - type: Transform - pos: 26.5,-309.5 - parent: 2 - - uid: 9482 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,-312.5 - parent: 2 - - uid: 9483 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,-311.5 - parent: 2 - - uid: 9484 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,-310.5 - parent: 2 - - uid: 9485 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,-312.5 - parent: 2 - - uid: 9486 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-311.5 - parent: 2 - - uid: 9487 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,-310.5 - parent: 2 - - uid: 9488 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,-309.5 - parent: 2 - - uid: 9489 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,-310.5 - parent: 2 - - uid: 9490 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,-311.5 - parent: 2 - - uid: 9491 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,-305.5 - parent: 2 - - uid: 9492 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,-304.5 - parent: 2 - - uid: 9493 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,-303.5 - parent: 2 - - uid: 9494 - components: - - type: Transform - pos: 19.5,-302.5 - parent: 2 - - uid: 9495 - components: - - type: Transform - pos: 18.5,-303.5 - parent: 2 - - uid: 9496 - components: - - type: Transform - pos: 17.5,-304.5 - parent: 2 - - uid: 9511 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,-305.5 - parent: 2 - - uid: 9512 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,-304.5 - parent: 2 - - uid: 9513 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 24.5,-303.5 - parent: 2 -- proto: WallReinforced - entities: - - uid: 22 - components: - - type: Transform - pos: -2.5,3.5 - parent: 2 - - uid: 23 - components: - - type: Transform - pos: -2.5,2.5 - parent: 2 - - uid: 24 - components: - - type: Transform - pos: -3.5,3.5 - parent: 2 - - uid: 27 - components: - - type: Transform - pos: 3.5,2.5 - parent: 2 - - uid: 28 - components: - - type: Transform - pos: 3.5,3.5 - parent: 2 - - uid: 29 - components: - - type: Transform - pos: 4.5,3.5 - parent: 2 - - uid: 30 - components: - - type: Transform - pos: 5.5,3.5 - parent: 2 - - uid: 32 - components: - - type: Transform - pos: -2.5,0.5 - parent: 2 - - uid: 33 - components: - - type: Transform - pos: -2.5,-0.5 - parent: 2 - - uid: 34 - components: - - type: Transform - pos: -1.5,-0.5 - parent: 2 - - uid: 35 - components: - - type: Transform - pos: -0.5,-0.5 - parent: 2 - - uid: 36 - components: - - type: Transform - pos: 0.5,-0.5 - parent: 2 - - uid: 37 - components: - - type: Transform - pos: 2.5,-0.5 - parent: 2 - - uid: 38 - components: - - type: Transform - pos: 3.5,-0.5 - parent: 2 - - uid: 39 - components: - - type: Transform - pos: 3.5,0.5 - parent: 2 - - uid: 40 - components: - - type: Transform - pos: 3.5,1.5 - parent: 2 - - uid: 63 - components: - - type: Transform - pos: 7.5,-10.5 - parent: 2 - - uid: 66 - components: - - type: Transform - pos: 0.5,-1.5 - parent: 2 - - uid: 67 - components: - - type: Transform - pos: 7.5,-11.5 - parent: 2 - - uid: 68 - components: - - type: Transform - pos: 7.5,-9.5 - parent: 2 - - uid: 70 - components: - - type: Transform - pos: -4.5,-2.5 - parent: 2 - - uid: 71 - components: - - type: Transform - pos: -4.5,-3.5 - parent: 2 - - uid: 72 - components: - - type: Transform - pos: -4.5,-4.5 - parent: 2 - - uid: 73 - components: - - type: Transform - pos: -3.5,-4.5 - parent: 2 - - uid: 75 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-342.5 - parent: 2 - - uid: 77 - components: - - type: Transform - pos: 0.5,-4.5 - parent: 2 - - uid: 78 - components: - - type: Transform - pos: 0.5,-3.5 - parent: 2 - - uid: 104 - components: - - type: Transform - pos: 3.5,-1.5 - parent: 2 - - uid: 108 - components: - - type: Transform - pos: 6.5,-3.5 - parent: 2 - - uid: 109 - components: - - type: Transform - pos: 7.5,-3.5 - parent: 2 - - uid: 110 - components: - - type: Transform - pos: 8.5,-3.5 - parent: 2 - - uid: 111 - components: - - type: Transform - pos: 8.5,-2.5 - parent: 2 - - uid: 112 - components: - - type: Transform - pos: 8.5,-1.5 - parent: 2 - - uid: 114 - components: - - type: Transform - pos: 7.5,-0.5 - parent: 2 - - uid: 115 - components: - - type: Transform - pos: 7.5,1.5 - parent: 2 - - uid: 116 - components: - - type: Transform - pos: 7.5,0.5 - parent: 2 - - uid: 118 - components: - - type: Transform - pos: 6.5,2.5 - parent: 2 - - uid: 119 - components: - - type: Transform - pos: -4.5,3.5 - parent: 2 - - uid: 127 - components: - - type: Transform - pos: -7.5,-1.5 - parent: 2 - - uid: 128 - components: - - type: Transform - pos: -7.5,-2.5 - parent: 2 - - uid: 129 - components: - - type: Transform - pos: -7.5,-3.5 - parent: 2 - - uid: 134 - components: - - type: Transform - pos: 7.5,-4.5 - parent: 2 - - uid: 136 - components: - - type: Transform - pos: 7.5,-12.5 - parent: 2 - - uid: 137 - components: - - type: Transform - pos: 7.5,-13.5 - parent: 2 - - uid: 138 - components: - - type: Transform - pos: 6.5,-13.5 - parent: 2 - - uid: 157 - components: - - type: Transform - pos: 0.5,-5.5 - parent: 2 - - uid: 167 - components: - - type: Transform - pos: 0.5,-7.5 - parent: 2 - - uid: 175 - components: - - type: Transform - pos: 0.5,-8.5 - parent: 2 - - uid: 176 - components: - - type: Transform - pos: 0.5,-9.5 - parent: 2 - - uid: 177 - components: - - type: Transform - pos: 0.5,-11.5 - parent: 2 - - uid: 178 - components: - - type: Transform - pos: 0.5,-12.5 - parent: 2 - - uid: 179 - components: - - type: Transform - pos: 0.5,-13.5 - parent: 2 - - uid: 182 - components: - - type: Transform - pos: -0.5,-8.5 - parent: 2 - - uid: 183 - components: - - type: Transform - pos: -1.5,-8.5 - parent: 2 - - uid: 184 - components: - - type: Transform - pos: -2.5,-8.5 - parent: 2 - - uid: 185 - components: - - type: Transform - pos: 4.5,-13.5 - parent: 2 - - uid: 186 - components: - - type: Transform - pos: 3.5,-13.5 - parent: 2 - - uid: 187 - components: - - type: Transform - pos: 1.5,-13.5 - parent: 2 - - uid: 189 - components: - - type: Transform - pos: -4.5,-5.5 - parent: 2 - - uid: 240 - components: - - type: Transform - pos: -6.5,-12.5 - parent: 2 - - uid: 241 - components: - - type: Transform - pos: -6.5,-13.5 - parent: 2 - - uid: 242 - components: - - type: Transform - pos: -6.5,-14.5 - parent: 2 - - uid: 243 - components: - - type: Transform - pos: 7.5,-14.5 - parent: 2 - - uid: 245 - components: - - type: Transform - pos: -4.5,-10.5 - parent: 2 - - uid: 246 - components: - - type: Transform - pos: -4.5,-11.5 - parent: 2 - - uid: 247 - components: - - type: Transform - pos: -4.5,-12.5 - parent: 2 - - uid: 248 - components: - - type: Transform - pos: -4.5,-13.5 - parent: 2 - - uid: 251 - components: - - type: Transform - pos: -1.5,-12.5 - parent: 2 - - uid: 252 - components: - - type: Transform - pos: -0.5,-12.5 - parent: 2 - - uid: 253 - components: - - type: Transform - pos: 0.5,-14.5 - parent: 2 - - uid: 255 - components: - - type: Transform - pos: -0.5,-15.5 - parent: 2 - - uid: 256 - components: - - type: Transform - pos: -1.5,-15.5 - parent: 2 - - uid: 257 - components: - - type: Transform - pos: -2.5,-15.5 - parent: 2 - - uid: 263 - components: - - type: Transform - pos: 8.5,-15.5 - parent: 2 - - uid: 265 - components: - - type: Transform - pos: -7.5,-15.5 - parent: 2 - - uid: 327 - components: - - type: Transform - pos: -7.5,-17.5 - parent: 2 - - uid: 328 - components: - - type: Transform - pos: -7.5,-18.5 - parent: 2 - - uid: 335 - components: - - type: Transform - pos: -2.5,-19.5 - parent: 2 - - uid: 336 - components: - - type: Transform - pos: -1.5,-19.5 - parent: 2 - - uid: 337 - components: - - type: Transform - pos: -1.5,-18.5 - parent: 2 - - uid: 338 - components: - - type: Transform - pos: -0.5,-18.5 - parent: 2 - - uid: 340 - components: - - type: Transform - pos: -0.5,-20.5 - parent: 2 - - uid: 341 - components: - - type: Transform - pos: 1.5,-20.5 - parent: 2 - - uid: 343 - components: - - type: Transform - pos: 2.5,-19.5 - parent: 2 - - uid: 344 - components: - - type: Transform - pos: 2.5,-18.5 - parent: 2 - - uid: 345 - components: - - type: Transform - pos: 1.5,-18.5 - parent: 2 - - uid: 346 - components: - - type: Transform - pos: 3.5,-19.5 - parent: 2 - - uid: 347 - components: - - type: Transform - pos: 4.5,-19.5 - parent: 2 - - uid: 348 - components: - - type: Transform - pos: 4.5,-20.5 - parent: 2 - - uid: 353 - components: - - type: Transform - pos: 8.5,-18.5 - parent: 2 - - uid: 354 - components: - - type: Transform - pos: 8.5,-17.5 - parent: 2 - - uid: 355 - components: - - type: Transform - pos: 8.5,-16.5 - parent: 2 - - uid: 357 - components: - - type: Transform - pos: 4.5,-17.5 - parent: 2 - - uid: 358 - components: - - type: Transform - pos: 3.5,-17.5 - parent: 2 - - uid: 360 - components: - - type: Transform - pos: -1.5,-16.5 - parent: 2 - - uid: 361 - components: - - type: Transform - pos: -3.5,-19.5 - parent: 2 - - uid: 362 - components: - - type: Transform - pos: -3.5,-20.5 - parent: 2 - - uid: 366 - components: - - type: Transform - pos: 1.5,-24.5 - parent: 2 - - uid: 373 - components: - - type: Transform - pos: -6.5,1.5 - parent: 2 - - uid: 374 - components: - - type: Transform - pos: -5.5,2.5 - parent: 2 - - uid: 426 - components: - - type: Transform - pos: 2.5,-25.5 - parent: 2 - - uid: 427 - components: - - type: Transform - pos: 2.5,-26.5 - parent: 2 - - uid: 428 - components: - - type: Transform - pos: 1.5,-26.5 - parent: 2 - - uid: 429 - components: - - type: Transform - pos: -0.5,-24.5 - parent: 2 - - uid: 431 - components: - - type: Transform - pos: -1.5,-25.5 - parent: 2 - - uid: 432 - components: - - type: Transform - pos: -1.5,-26.5 - parent: 2 - - uid: 433 - components: - - type: Transform - pos: -0.5,-26.5 - parent: 2 - - uid: 435 - components: - - type: Transform - pos: -2.5,-25.5 - parent: 2 - - uid: 445 - components: - - type: Transform - pos: -6.5,-27.5 - parent: 2 - - uid: 446 - components: - - type: Transform - pos: -6.5,-28.5 - parent: 2 - - uid: 448 - components: - - type: Transform - pos: -5.5,-25.5 - parent: 2 - - uid: 449 - components: - - type: Transform - pos: -6.5,-26.5 - parent: 2 - - uid: 450 - components: - - type: Transform - pos: -7.5,-28.5 - parent: 2 - - uid: 451 - components: - - type: Transform - pos: -6.5,-30.5 - parent: 2 - - uid: 452 - components: - - type: Transform - pos: -7.5,-30.5 - parent: 2 - - uid: 453 - components: - - type: Transform - pos: -7.5,-32.5 - parent: 2 - - uid: 454 - components: - - type: Transform - pos: -6.5,-32.5 - parent: 2 - - uid: 455 - components: - - type: Transform - pos: -6.5,-33.5 - parent: 2 - - uid: 456 - components: - - type: Transform - pos: -6.5,-34.5 - parent: 2 - - uid: 471 - components: - - type: Transform - pos: -2.5,-42.5 - parent: 2 - - uid: 474 - components: - - type: Transform - pos: -6.5,-40.5 - parent: 2 - - uid: 485 - components: - - type: Transform - pos: 4.5,-26.5 - parent: 2 - - uid: 494 - components: - - type: Transform - pos: 7.5,-35.5 - parent: 2 - - uid: 495 - components: - - type: Transform - pos: 7.5,-34.5 - parent: 2 - - uid: 496 - components: - - type: Transform - pos: 7.5,-33.5 - parent: 2 - - uid: 498 - components: - - type: Transform - pos: 8.5,-32.5 - parent: 2 - - uid: 499 - components: - - type: Transform - pos: 8.5,-30.5 - parent: 2 - - uid: 500 - components: - - type: Transform - pos: 7.5,-30.5 - parent: 2 - - uid: 501 - components: - - type: Transform - pos: 8.5,-28.5 - parent: 2 - - uid: 503 - components: - - type: Transform - pos: 7.5,-26.5 - parent: 2 - - uid: 505 - components: - - type: Transform - pos: 6.5,-26.5 - parent: 2 - - uid: 506 - components: - - type: Transform - pos: 8.5,-37.5 - parent: 2 - - uid: 507 - components: - - type: Transform - pos: 6.5,-25.5 - parent: 2 - - uid: 508 - components: - - type: Transform - pos: 7.5,-37.5 - parent: 2 - - uid: 513 - components: - - type: Transform - pos: 7.5,-42.5 - parent: 2 - - uid: 514 - components: - - type: Transform - pos: 8.5,-42.5 - parent: 2 - - uid: 515 - components: - - type: Transform - pos: 8.5,-44.5 - parent: 2 - - uid: 516 - components: - - type: Transform - pos: 7.5,-44.5 - parent: 2 - - uid: 522 - components: - - type: Transform - pos: 4.5,-46.5 - parent: 2 - - uid: 523 - components: - - type: Transform - pos: 3.5,-46.5 - parent: 2 - - uid: 524 - components: - - type: Transform - pos: 2.5,-46.5 - parent: 2 - - uid: 525 - components: - - type: Transform - pos: 4.5,-47.5 - parent: 2 - - uid: 526 - components: - - type: Transform - pos: 4.5,-45.5 - parent: 2 - - uid: 527 - components: - - type: Transform - pos: 2.5,-45.5 - parent: 2 - - uid: 528 - components: - - type: Transform - pos: 1.5,-45.5 - parent: 2 - - uid: 530 - components: - - type: Transform - pos: 1.5,-47.5 - parent: 2 - - uid: 532 - components: - - type: Transform - pos: -0.5,-47.5 - parent: 2 - - uid: 534 - components: - - type: Transform - pos: -1.5,-46.5 - parent: 2 - - uid: 535 - components: - - type: Transform - pos: -1.5,-45.5 - parent: 2 - - uid: 536 - components: - - type: Transform - pos: -0.5,-45.5 - parent: 2 - - uid: 537 - components: - - type: Transform - pos: -2.5,-46.5 - parent: 2 - - uid: 538 - components: - - type: Transform - pos: -3.5,-46.5 - parent: 2 - - uid: 542 - components: - - type: Transform - pos: -3.5,-45.5 - parent: 2 - - uid: 543 - components: - - type: Transform - pos: -6.5,-38.5 - parent: 2 - - uid: 544 - components: - - type: Transform - pos: -6.5,-37.5 - parent: 2 - - uid: 546 - components: - - type: Transform - pos: -7.5,-37.5 - parent: 2 - - uid: 547 - components: - - type: Transform - pos: -5.5,-45.5 - parent: 2 - - uid: 548 - components: - - type: Transform - pos: -6.5,-45.5 - parent: 2 - - uid: 549 - components: - - type: Transform - pos: -6.5,-41.5 - parent: 2 - - uid: 550 - components: - - type: Transform - pos: -6.5,-44.5 - parent: 2 - - uid: 551 - components: - - type: Transform - pos: -6.5,-42.5 - parent: 2 - - uid: 552 - components: - - type: Transform - pos: -7.5,-42.5 - parent: 2 - - uid: 553 - components: - - type: Transform - pos: -7.5,-44.5 - parent: 2 - - uid: 554 - components: - - type: Transform - pos: -1.5,-42.5 - parent: 2 - - uid: 555 - components: - - type: Transform - pos: -1.5,-43.5 - parent: 2 - - uid: 566 - components: - - type: Transform - pos: 4.5,-25.5 - parent: 2 - - uid: 567 - components: - - type: Transform - pos: 3.5,-25.5 - parent: 2 - - uid: 585 - components: - - type: Transform - pos: 3.5,-55.5 - parent: 2 - - uid: 603 - components: - - type: Transform - pos: -3.5,-42.5 - parent: 2 - - uid: 608 - components: - - type: Transform - pos: -3.5,-101.5 - parent: 2 - - uid: 626 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-335.5 - parent: 2 - - uid: 643 - components: - - type: Transform - pos: -18.5,-254.5 - parent: 2 - - uid: 646 - components: - - type: Transform - pos: 2.5,-52.5 - parent: 2 - - uid: 663 - components: - - type: Transform - pos: -2.5,-100.5 - parent: 2 - - uid: 674 - components: - - type: Transform - pos: 1.5,-51.5 - parent: 2 - - uid: 675 - components: - - type: Transform - pos: -0.5,-51.5 - parent: 2 - - uid: 676 - components: - - type: Transform - pos: -1.5,-52.5 - parent: 2 - - uid: 677 - components: - - type: Transform - pos: -1.5,-53.5 - parent: 2 - - uid: 678 - components: - - type: Transform - pos: -0.5,-53.5 - parent: 2 - - uid: 679 - components: - - type: Transform - pos: 2.5,-53.5 - parent: 2 - - uid: 680 - components: - - type: Transform - pos: 1.5,-53.5 - parent: 2 - - uid: 712 - components: - - type: Transform - pos: -1.5,-44.5 - parent: 2 - - uid: 727 - components: - - type: Transform - pos: -3.5,-43.5 - parent: 2 - - uid: 883 - components: - - type: Transform - pos: -7.5,-64.5 - parent: 2 - - uid: 892 - components: - - type: Transform - pos: -3.5,-52.5 - parent: 2 - - uid: 894 - components: - - type: Transform - pos: -20.5,-250.5 - parent: 2 - - uid: 899 - components: - - type: Transform - pos: 6.5,-53.5 - parent: 2 - - uid: 901 - components: - - type: Transform - pos: 6.5,-52.5 - parent: 2 - - uid: 902 - components: - - type: Transform - pos: 7.5,-54.5 - parent: 2 - - uid: 907 - components: - - type: Transform - pos: 7.5,-53.5 - parent: 2 - - uid: 910 - components: - - type: Transform - pos: 7.5,-60.5 - parent: 2 - - uid: 911 - components: - - type: Transform - pos: 7.5,-59.5 - parent: 2 - - uid: 913 - components: - - type: Transform - pos: -7.5,-62.5 - parent: 2 - - uid: 926 - components: - - type: Transform - pos: -7.5,-63.5 - parent: 2 - - uid: 939 - components: - - type: Transform - pos: 7.5,-65.5 - parent: 2 - - uid: 940 - components: - - type: Transform - pos: 7.5,-66.5 - parent: 2 - - uid: 944 - components: - - type: Transform - pos: 8.5,-54.5 - parent: 2 - - uid: 952 - components: - - type: Transform - pos: -6.5,-55.5 - parent: 2 - - uid: 953 - components: - - type: Transform - pos: -6.5,-54.5 - parent: 2 - - uid: 957 - components: - - type: Transform - pos: 7.5,-67.5 - parent: 2 - - uid: 975 - components: - - type: Transform - pos: -6.5,-70.5 - parent: 2 - - uid: 989 - components: - - type: Transform - pos: 3.5,-228.5 - parent: 2 - - uid: 1000 - components: - - type: Transform - pos: 1.5,-72.5 - parent: 2 - - uid: 1001 - components: - - type: Transform - pos: 3.5,-73.5 - parent: 2 - - uid: 1003 - components: - - type: Transform - pos: 2.5,-73.5 - parent: 2 - - uid: 1009 - components: - - type: Transform - pos: -5.5,-133.5 - parent: 2 - - uid: 1029 - components: - - type: Transform - pos: -7.5,-69.5 - parent: 2 - - uid: 1083 - components: - - type: Transform - pos: 4.5,-74.5 - parent: 2 - - uid: 1085 - components: - - type: Transform - pos: 4.5,-73.5 - parent: 2 - - uid: 1088 - components: - - type: Transform - pos: 4.5,-72.5 - parent: 2 - - uid: 1089 - components: - - type: Transform - pos: 2.5,-72.5 - parent: 2 - - uid: 1122 - components: - - type: Transform - pos: -7.5,-61.5 - parent: 2 - - uid: 1140 - components: - - type: Transform - pos: -6.5,-71.5 - parent: 2 - - uid: 1146 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-334.5 - parent: 2 - - uid: 1158 - components: - - type: Transform - pos: -0.5,-72.5 - parent: 2 - - uid: 1179 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-333.5 - parent: 2 - - uid: 1215 - components: - - type: Transform - pos: -2.5,-52.5 - parent: 2 - - uid: 1216 - components: - - type: Transform - pos: -0.5,-74.5 - parent: 2 - - uid: 1221 - components: - - type: Transform - pos: 1.5,-74.5 - parent: 2 - - uid: 1224 - components: - - type: Transform - pos: 7.5,-58.5 - parent: 2 - - uid: 1241 - components: - - type: Transform - pos: -7.5,-56.5 - parent: 2 - - uid: 1266 - components: - - type: Transform - pos: 5.5,-228.5 - parent: 2 - - uid: 1316 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-328.5 - parent: 2 - - uid: 1342 - components: - - type: Transform - pos: 3.5,-217.5 - parent: 2 - - uid: 1407 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-332.5 - parent: 2 - - uid: 1426 - components: - - type: Transform - pos: 4.5,-55.5 - parent: 2 - - uid: 1435 - components: - - type: Transform - pos: -3.5,-79.5 - parent: 2 - - uid: 1436 - components: - - type: Transform - pos: -3.5,-99.5 - parent: 2 - - uid: 1465 - components: - - type: Transform - pos: 1.5,-78.5 - parent: 2 - - uid: 1466 - components: - - type: Transform - pos: -0.5,-78.5 - parent: 2 - - uid: 1469 - components: - - type: Transform - pos: 2.5,-79.5 - parent: 2 - - uid: 1470 - components: - - type: Transform - pos: -1.5,-79.5 - parent: 2 - - uid: 1473 - components: - - type: Transform - pos: -1.5,-80.5 - parent: 2 - - uid: 1474 - components: - - type: Transform - pos: -0.5,-80.5 - parent: 2 - - uid: 1476 - components: - - type: Transform - pos: 1.5,-80.5 - parent: 2 - - uid: 1477 - components: - - type: Transform - pos: 2.5,-80.5 - parent: 2 - - uid: 1502 - components: - - type: Transform - pos: -10.5,-86.5 - parent: 2 - - uid: 1505 - components: - - type: Transform - pos: -2.5,-79.5 - parent: 2 - - uid: 1506 - components: - - type: Transform - pos: -3.5,-80.5 - parent: 2 - - uid: 1507 - components: - - type: Transform - pos: -5.5,-79.5 - parent: 2 - - uid: 1508 - components: - - type: Transform - pos: -5.5,-80.5 - parent: 2 - - uid: 1509 - components: - - type: Transform - pos: -6.5,-80.5 - parent: 2 - - uid: 1510 - components: - - type: Transform - pos: -6.5,-81.5 - parent: 2 - - uid: 1511 - components: - - type: Transform - pos: -6.5,-82.5 - parent: 2 - - uid: 1513 - components: - - type: Transform - pos: 3.5,-79.5 - parent: 2 - - uid: 1514 - components: - - type: Transform - pos: 4.5,-79.5 - parent: 2 - - uid: 1515 - components: - - type: Transform - pos: 4.5,-80.5 - parent: 2 - - uid: 1533 - components: - - type: Transform - pos: -6.5,-90.5 - parent: 2 - - uid: 1534 - components: - - type: Transform - pos: -6.5,-91.5 - parent: 2 - - uid: 1535 - components: - - type: Transform - pos: -6.5,-92.5 - parent: 2 - - uid: 1539 - components: - - type: Transform - pos: -5.5,-99.5 - parent: 2 - - uid: 1540 - components: - - type: Transform - pos: -6.5,-98.5 - parent: 2 - - uid: 1541 - components: - - type: Transform - pos: -6.5,-99.5 - parent: 2 - - uid: 1542 - components: - - type: Transform - pos: -1.5,-100.5 - parent: 2 - - uid: 1543 - components: - - type: Transform - pos: -5.5,-100.5 - parent: 2 - - uid: 1545 - components: - - type: Transform - pos: -3.5,-100.5 - parent: 2 - - uid: 1546 - components: - - type: Transform - pos: -5.5,-101.5 - parent: 2 - - uid: 1547 - components: - - type: Transform - pos: -1.5,-99.5 - parent: 2 - - uid: 1550 - components: - - type: Transform - pos: 4.5,-101.5 - parent: 2 - - uid: 1551 - components: - - type: Transform - pos: 6.5,-99.5 - parent: 2 - - uid: 1553 - components: - - type: Transform - pos: 3.5,-100.5 - parent: 2 - - uid: 1561 - components: - - type: Transform - pos: 6.5,-101.5 - parent: 2 - - uid: 1562 - components: - - type: Transform - pos: 1.5,-101.5 - parent: 2 - - uid: 1570 - components: - - type: Transform - pos: -0.5,-101.5 - parent: 2 - - uid: 1571 - components: - - type: Transform - pos: 6.5,-100.5 - parent: 2 - - uid: 1577 - components: - - type: Transform - pos: 7.5,-98.5 - parent: 2 - - uid: 1578 - components: - - type: Transform - pos: 7.5,-97.5 - parent: 2 - - uid: 1579 - components: - - type: Transform - pos: 4.5,-100.5 - parent: 2 - - uid: 1582 - components: - - type: Transform - pos: 7.5,-86.5 - parent: 2 - - uid: 1587 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-332.5 - parent: 2 - - uid: 1624 - components: - - type: Transform - pos: -4.5,-52.5 - parent: 2 - - uid: 1631 - components: - - type: Transform - pos: -6.5,-97.5 - parent: 2 - - uid: 1674 - components: - - type: Transform - pos: 7.5,-99.5 - parent: 2 - - uid: 1678 - components: - - type: Transform - pos: -1.5,-98.5 - parent: 2 - - uid: 1713 - components: - - type: Transform - pos: -0.5,-99.5 - parent: 2 - - uid: 1741 - components: - - type: Transform - pos: -0.5,-261.5 - parent: 2 - - uid: 1814 - components: - - type: Transform - pos: 1.5,-105.5 - parent: 2 - - uid: 1815 - components: - - type: Transform - pos: 2.5,-106.5 - parent: 2 - - uid: 1816 - components: - - type: Transform - pos: 2.5,-107.5 - parent: 2 - - uid: 1817 - components: - - type: Transform - pos: 1.5,-107.5 - parent: 2 - - uid: 1818 - components: - - type: Transform - pos: -0.5,-105.5 - parent: 2 - - uid: 1820 - components: - - type: Transform - pos: -1.5,-106.5 - parent: 2 - - uid: 1821 - components: - - type: Transform - pos: -1.5,-107.5 - parent: 2 - - uid: 1822 - components: - - type: Transform - pos: -0.5,-107.5 - parent: 2 - - uid: 1826 - components: - - type: Transform - pos: -2.5,-106.5 - parent: 2 - - uid: 1827 - components: - - type: Transform - pos: -3.5,-106.5 - parent: 2 - - uid: 1830 - components: - - type: Transform - pos: -6.5,-106.5 - parent: 2 - - uid: 1853 - components: - - type: Transform - pos: -3.5,-105.5 - parent: 2 - - uid: 1854 - components: - - type: Transform - pos: -5.5,-105.5 - parent: 2 - - uid: 1932 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-117.5 - parent: 2 - - uid: 1942 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-116.5 - parent: 2 - - uid: 1952 - components: - - type: Transform - pos: -9.5,-107.5 - parent: 2 - - uid: 1953 - components: - - type: Transform - pos: -9.5,-111.5 - parent: 2 - - uid: 1954 - components: - - type: Transform - pos: -9.5,-114.5 - parent: 2 - - uid: 1956 - components: - - type: Transform - pos: -9.5,-120.5 - parent: 2 - - uid: 1957 - components: - - type: Transform - pos: -9.5,-123.5 - parent: 2 - - uid: 1959 - components: - - type: Transform - pos: -8.5,-126.5 - parent: 2 - - uid: 1960 - components: - - type: Transform - pos: -7.5,-126.5 - parent: 2 - - uid: 1962 - components: - - type: Transform - pos: -5.5,-126.5 - parent: 2 - - uid: 1976 - components: - - type: Transform - pos: -9.5,-110.5 - parent: 2 - - uid: 2031 - components: - - type: Transform - pos: -3.5,-98.5 - parent: 2 - - uid: 2074 - components: - - type: Transform - pos: -5.5,-106.5 - parent: 2 - - uid: 2101 - components: - - type: Transform - pos: -3.5,-127.5 - parent: 2 - - uid: 2102 - components: - - type: Transform - pos: -3.5,-128.5 - parent: 2 - - uid: 2103 - components: - - type: Transform - pos: -2.5,-127.5 - parent: 2 - - uid: 2104 - components: - - type: Transform - pos: -3.5,-126.5 - parent: 2 - - uid: 2105 - components: - - type: Transform - pos: -1.5,-126.5 - parent: 2 - - uid: 2106 - components: - - type: Transform - pos: -0.5,-126.5 - parent: 2 - - uid: 2107 - components: - - type: Transform - pos: -1.5,-127.5 - parent: 2 - - uid: 2109 - components: - - type: Transform - pos: -0.5,-128.5 - parent: 2 - - uid: 2110 - components: - - type: Transform - pos: 1.5,-126.5 - parent: 2 - - uid: 2114 - components: - - type: Transform - pos: 1.5,-128.5 - parent: 2 - - uid: 2118 - components: - - type: Transform - pos: 6.5,-127.5 - parent: 2 - - uid: 2119 - components: - - type: Transform - pos: 6.5,-128.5 - parent: 2 - - uid: 2121 - components: - - type: Transform - pos: 6.5,-126.5 - parent: 2 - - uid: 2123 - components: - - type: Transform - pos: 7.5,-125.5 - parent: 2 - - uid: 2130 - components: - - type: Transform - pos: 4.5,-132.5 - parent: 2 - - uid: 2133 - components: - - type: Transform - pos: 8.5,-112.5 - parent: 2 - - uid: 2134 - components: - - type: Transform - pos: 7.5,-112.5 - parent: 2 - - uid: 2135 - components: - - type: Transform - pos: 7.5,-111.5 - parent: 2 - - uid: 2136 - components: - - type: Transform - pos: 7.5,-110.5 - parent: 2 - - uid: 2137 - components: - - type: Transform - pos: 7.5,-109.5 - parent: 2 - - uid: 2138 - components: - - type: Transform - pos: 7.5,-108.5 - parent: 2 - - uid: 2139 - components: - - type: Transform - pos: 7.5,-107.5 - parent: 2 - - uid: 2140 - components: - - type: Transform - pos: 6.5,-107.5 - parent: 2 - - uid: 2141 - components: - - type: Transform - pos: 4.5,-107.5 - parent: 2 - - uid: 2142 - components: - - type: Transform - pos: 4.5,-106.5 - parent: 2 - - uid: 2143 - components: - - type: Transform - pos: 3.5,-106.5 - parent: 2 - - uid: 2144 - components: - - type: Transform - pos: 4.5,-105.5 - parent: 2 - - uid: 2145 - components: - - type: Transform - pos: 6.5,-105.5 - parent: 2 - - uid: 2146 - components: - - type: Transform - pos: 6.5,-106.5 - parent: 2 - - uid: 2154 - components: - - type: Transform - pos: 2.5,-122.5 - parent: 2 - - uid: 2155 - components: - - type: Transform - pos: 3.5,-121.5 - parent: 2 - - uid: 2157 - components: - - type: Transform - pos: 3.5,-119.5 - parent: 2 - - uid: 2158 - components: - - type: Transform - pos: 3.5,-118.5 - parent: 2 - - uid: 2159 - components: - - type: Transform - pos: 2.5,-118.5 - parent: 2 - - uid: 2160 - components: - - type: Transform - pos: 1.5,-118.5 - parent: 2 - - uid: 2161 - components: - - type: Transform - pos: -0.5,-118.5 - parent: 2 - - uid: 2163 - components: - - type: Transform - pos: -1.5,-118.5 - parent: 2 - - uid: 2164 - components: - - type: Transform - pos: -2.5,-118.5 - parent: 2 - - uid: 2171 - components: - - type: Transform - pos: -1.5,-115.5 - parent: 2 - - uid: 2172 - components: - - type: Transform - pos: -0.5,-115.5 - parent: 2 - - uid: 2178 - components: - - type: Transform - pos: 4.5,-118.5 - parent: 2 - - uid: 2188 - components: - - type: Transform - pos: 4.5,-111.5 - parent: 2 - - uid: 2190 - components: - - type: Transform - pos: -2.5,-119.5 - parent: 2 - - uid: 2195 - components: - - type: Transform - pos: 1.5,-112.5 - parent: 2 - - uid: 2196 - components: - - type: Transform - pos: 1.5,-111.5 - parent: 2 - - uid: 2197 - components: - - type: Transform - pos: 0.5,-111.5 - parent: 2 - - uid: 2198 - components: - - type: Transform - pos: -0.5,-111.5 - parent: 2 - - uid: 2199 - components: - - type: Transform - pos: -1.5,-111.5 - parent: 2 - - uid: 2204 - components: - - type: Transform - pos: -2.5,-117.5 - parent: 2 - - uid: 2205 - components: - - type: Transform - pos: -2.5,-116.5 - parent: 2 - - uid: 2206 - components: - - type: Transform - pos: -2.5,-115.5 - parent: 2 - - uid: 2300 - components: - - type: Transform - pos: 6.5,-109.5 - parent: 2 - - uid: 2301 - components: - - type: Transform - pos: 5.5,-109.5 - parent: 2 - - uid: 2302 - components: - - type: Transform - pos: 4.5,-109.5 - parent: 2 - - uid: 2453 - components: - - type: Transform - pos: -0.5,-132.5 - parent: 2 - - uid: 2454 - components: - - type: Transform - pos: 1.5,-132.5 - parent: 2 - - uid: 2455 - components: - - type: Transform - pos: -0.5,-134.5 - parent: 2 - - uid: 2459 - components: - - type: Transform - pos: -1.5,-133.5 - parent: 2 - - uid: 2460 - components: - - type: Transform - pos: -1.5,-134.5 - parent: 2 - - uid: 2480 - components: - - type: Transform - pos: -2.5,-133.5 - parent: 2 - - uid: 2486 - components: - - type: Transform - pos: 4.5,-133.5 - parent: 2 - - uid: 2488 - components: - - type: Transform - pos: 6.5,-133.5 - parent: 2 - - uid: 2489 - components: - - type: Transform - pos: 6.5,-134.5 - parent: 2 - - uid: 2490 - components: - - type: Transform - pos: -3.5,-133.5 - parent: 2 - - uid: 2491 - components: - - type: Transform - pos: -3.5,-134.5 - parent: 2 - - uid: 2493 - components: - - type: Transform - pos: -5.5,-134.5 - parent: 2 - - uid: 2494 - components: - - type: Transform - pos: -6.5,-135.5 - parent: 2 - - uid: 2495 - components: - - type: Transform - pos: -6.5,-136.5 - parent: 2 - - uid: 2508 - components: - - type: Transform - pos: -6.5,-149.5 - parent: 2 - - uid: 2513 - components: - - type: Transform - pos: -6.5,-153.5 - parent: 2 - - uid: 2514 - components: - - type: Transform - pos: -5.5,-153.5 - parent: 2 - - uid: 2515 - components: - - type: Transform - pos: -5.5,-154.5 - parent: 2 - - uid: 2516 - components: - - type: Transform - pos: -5.5,-155.5 - parent: 2 - - uid: 2517 - components: - - type: Transform - pos: -3.5,-154.5 - parent: 2 - - uid: 2518 - components: - - type: Transform - pos: -3.5,-153.5 - parent: 2 - - uid: 2519 - components: - - type: Transform - pos: -3.5,-155.5 - parent: 2 - - uid: 2520 - components: - - type: Transform - pos: -2.5,-154.5 - parent: 2 - - uid: 2521 - components: - - type: Transform - pos: -1.5,-154.5 - parent: 2 - - uid: 2523 - components: - - type: Transform - pos: -1.5,-153.5 - parent: 2 - - uid: 2524 - components: - - type: Transform - pos: -0.5,-153.5 - parent: 2 - - uid: 2526 - components: - - type: Transform - pos: 1.5,-153.5 - parent: 2 - - uid: 2527 - components: - - type: Transform - pos: 2.5,-154.5 - parent: 2 - - uid: 2533 - components: - - type: Transform - pos: 2.5,-153.5 - parent: 2 - - uid: 2545 - components: - - type: Transform - pos: 7.5,-154.5 - parent: 2 - - uid: 2550 - components: - - type: Transform - pos: 6.5,-154.5 - parent: 2 - - uid: 2551 - components: - - type: Transform - pos: 6.5,-155.5 - parent: 2 - - uid: 2560 - components: - - type: Transform - pos: 6.5,-153.5 - parent: 2 - - uid: 2561 - components: - - type: Transform - pos: 9.5,-152.5 - parent: 2 - - uid: 2565 - components: - - type: Transform - pos: 9.5,-143.5 - parent: 2 - - uid: 2566 - components: - - type: Transform - pos: 9.5,-149.5 - parent: 2 - - uid: 2570 - components: - - type: Transform - pos: 9.5,-140.5 - parent: 2 - - uid: 2573 - components: - - type: Transform - pos: 9.5,-142.5 - parent: 2 - - uid: 2576 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-246.5 - parent: 2 - - uid: 2581 - components: - - type: Transform - pos: 8.5,-135.5 - parent: 2 - - uid: 2583 - components: - - type: Transform - pos: 7.5,-134.5 - parent: 2 - - uid: 2626 - components: - - type: Transform - pos: -5.5,-151.5 - parent: 2 - - uid: 2702 - components: - - type: Transform - pos: 8.5,-153.5 - parent: 2 - - uid: 2784 - components: - - type: Transform - pos: 4.5,-153.5 - parent: 2 - - uid: 2813 - components: - - type: Transform - pos: 8.5,-154.5 - parent: 2 - - uid: 2814 - components: - - type: Transform - pos: 8.5,-152.5 - parent: 2 - - uid: 2816 - components: - - type: Transform - pos: 6.5,-152.5 - parent: 2 - - uid: 2825 - components: - - type: Transform - pos: 5.5,-116.5 - parent: 2 - - uid: 2856 - components: - - type: Transform - pos: 1.5,-159.5 - parent: 2 - - uid: 2857 - components: - - type: Transform - pos: -0.5,-159.5 - parent: 2 - - uid: 2900 - components: - - type: Transform - pos: 2.5,-160.5 - parent: 2 - - uid: 2901 - components: - - type: Transform - pos: 2.5,-161.5 - parent: 2 - - uid: 2902 - components: - - type: Transform - pos: -1.5,-160.5 - parent: 2 - - uid: 2904 - components: - - type: Transform - pos: -0.5,-161.5 - parent: 2 - - uid: 2905 - components: - - type: Transform - pos: 1.5,-161.5 - parent: 2 - - uid: 2928 - components: - - type: Transform - pos: 2.5,-180.5 - parent: 2 - - uid: 2929 - components: - - type: Transform - pos: 1.5,-180.5 - parent: 2 - - uid: 2932 - components: - - type: Transform - pos: -1.5,-181.5 - parent: 2 - - uid: 2933 - components: - - type: Transform - pos: 2.5,-181.5 - parent: 2 - - uid: 2934 - components: - - type: Transform - pos: 1.5,-182.5 - parent: 2 - - uid: 2935 - components: - - type: Transform - pos: -0.5,-182.5 - parent: 2 - - uid: 2940 - components: - - type: Transform - pos: -12.5,-240.5 - parent: 2 - - uid: 2955 - components: - - type: Transform - pos: -13.5,-239.5 - parent: 2 - - uid: 2956 - components: - - type: Transform - pos: -12.5,-239.5 - parent: 2 - - uid: 2958 - components: - - type: Transform - pos: -5.5,-160.5 - parent: 2 - - uid: 2963 - components: - - type: Transform - pos: -5.5,-161.5 - parent: 2 - - uid: 2964 - components: - - type: Transform - pos: -2.5,-160.5 - parent: 2 - - uid: 2965 - components: - - type: Transform - pos: -3.5,-160.5 - parent: 2 - - uid: 2971 - components: - - type: Transform - pos: -6.5,-161.5 - parent: 2 - - uid: 2972 - components: - - type: Transform - pos: -13.5,-238.5 - parent: 2 - - uid: 2978 - components: - - type: Transform - pos: -7.5,-164.5 - parent: 2 - - uid: 2979 - components: - - type: Transform - pos: -7.5,-165.5 - parent: 2 - - uid: 2980 - components: - - type: Transform - pos: -7.5,-169.5 - parent: 2 - - uid: 2981 - components: - - type: Transform - pos: -7.5,-170.5 - parent: 2 - - uid: 2982 - components: - - type: Transform - pos: -8.5,-170.5 - parent: 2 - - uid: 2985 - components: - - type: Transform - pos: -8.5,-177.5 - parent: 2 - - uid: 2988 - components: - - type: Transform - pos: -7.5,-179.5 - parent: 2 - - uid: 2990 - components: - - type: Transform - pos: 8.5,-165.5 - parent: 2 - - uid: 2991 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-336.5 - parent: 2 - - uid: 2992 - components: - - type: Transform - pos: -6.5,-180.5 - parent: 2 - - uid: 2993 - components: - - type: Transform - pos: -5.5,-180.5 - parent: 2 - - uid: 2994 - components: - - type: Transform - pos: 8.5,-169.5 - parent: 2 - - uid: 2998 - components: - - type: Transform - pos: 9.5,-170.5 - parent: 2 - - uid: 2999 - components: - - type: Transform - pos: 9.5,-171.5 - parent: 2 - - uid: 3000 - components: - - type: Transform - pos: 9.5,-172.5 - parent: 2 - - uid: 3002 - components: - - type: Transform - pos: -3.5,-182.5 - parent: 2 - - uid: 3003 - components: - - type: Transform - pos: -2.5,-181.5 - parent: 2 - - uid: 3004 - components: - - type: Transform - pos: 9.5,-177.5 - parent: 2 - - uid: 3006 - components: - - type: Transform - pos: 9.5,-179.5 - parent: 2 - - uid: 3008 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-338.5 - parent: 2 - - uid: 3010 - components: - - type: Transform - pos: -12.5,-252.5 - parent: 2 - - uid: 3012 - components: - - type: Transform - pos: -12.5,-241.5 - parent: 2 - - uid: 3014 - components: - - type: Transform - pos: -12.5,-242.5 - parent: 2 - - uid: 3015 - components: - - type: Transform - pos: -12.5,-244.5 - parent: 2 - - uid: 3019 - components: - - type: Transform - pos: -12.5,-262.5 - parent: 2 - - uid: 3020 - components: - - type: Transform - pos: -12.5,-245.5 - parent: 2 - - uid: 3024 - components: - - type: Transform - pos: -12.5,-247.5 - parent: 2 - - uid: 3026 - components: - - type: Transform - pos: 3.5,-181.5 - parent: 2 - - uid: 3037 - components: - - type: Transform - pos: 6.5,-182.5 - parent: 2 - - uid: 3044 - components: - - type: Transform - pos: 6.5,-180.5 - parent: 2 - - uid: 3051 - components: - - type: Transform - pos: 7.5,-180.5 - parent: 2 - - uid: 3055 - components: - - type: Transform - pos: -12.5,-264.5 - parent: 2 - - uid: 3058 - components: - - type: Transform - pos: -12.5,-246.5 - parent: 2 - - uid: 3064 - components: - - type: Transform - pos: -12.5,-253.5 - parent: 2 - - uid: 3065 - components: - - type: Transform - pos: 7.5,-164.5 - parent: 2 - - uid: 3078 - components: - - type: Transform - pos: 3.5,-160.5 - parent: 2 - - uid: 3079 - components: - - type: Transform - pos: 4.5,-160.5 - parent: 2 - - uid: 3080 - components: - - type: Transform - pos: 4.5,-161.5 - parent: 2 - - uid: 3081 - components: - - type: Transform - pos: 6.5,-161.5 - parent: 2 - - uid: 3082 - components: - - type: Transform - pos: 6.5,-160.5 - parent: 2 - - uid: 3083 - components: - - type: Transform - pos: 7.5,-161.5 - parent: 2 - - uid: 3101 - components: - - type: Transform - pos: -12.5,-249.5 - parent: 2 - - uid: 3105 - components: - - type: Transform - pos: -12.5,-263.5 - parent: 2 - - uid: 3107 - components: - - type: Transform - pos: -12.5,-254.5 - parent: 2 - - uid: 3109 - components: - - type: Transform - pos: -12.5,-250.5 - parent: 2 - - uid: 3115 - components: - - type: Transform - pos: -12.5,-259.5 - parent: 2 - - uid: 3195 - components: - - type: Transform - pos: 5.5,-17.5 - parent: 2 - - uid: 3208 - components: - - type: Transform - pos: -1.5,-162.5 - parent: 2 - - uid: 3220 - components: - - type: Transform - pos: 4.5,-187.5 - parent: 2 - - uid: 3270 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-223.5 - parent: 2 - - uid: 3278 - components: - - type: Transform - pos: -0.5,-240.5 - parent: 2 - - uid: 3560 - components: - - type: Transform - pos: -3.5,-161.5 - parent: 2 - - uid: 3606 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-255.5 - parent: 2 - - uid: 3651 - components: - - type: Transform - pos: -2.5,-187.5 - parent: 2 - - uid: 3652 - components: - - type: Transform - pos: -1.5,-187.5 - parent: 2 - - uid: 3654 - components: - - type: Transform - pos: -0.5,-186.5 - parent: 2 - - uid: 3655 - components: - - type: Transform - pos: 1.5,-186.5 - parent: 2 - - uid: 3657 - components: - - type: Transform - pos: 2.5,-187.5 - parent: 2 - - uid: 3658 - components: - - type: Transform - pos: 3.5,-187.5 - parent: 2 - - uid: 3659 - components: - - type: Transform - pos: 2.5,-188.5 - parent: 2 - - uid: 3660 - components: - - type: Transform - pos: 1.5,-188.5 - parent: 2 - - uid: 3661 - components: - - type: Transform - pos: -0.5,-188.5 - parent: 2 - - uid: 3662 - components: - - type: Transform - pos: -1.5,-188.5 - parent: 2 - - uid: 3667 - components: - - type: Transform - pos: 4.5,-188.5 - parent: 2 - - uid: 3669 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-331.5 - parent: 2 - - uid: 3718 - components: - - type: Transform - pos: 5.5,-229.5 - parent: 2 - - uid: 3774 - components: - - type: Transform - pos: -4.5,-199.5 - parent: 2 - - uid: 3794 - components: - - type: Transform - pos: -7.5,-194.5 - parent: 2 - - uid: 3798 - components: - - type: Transform - pos: -7.5,-198.5 - parent: 2 - - uid: 3799 - components: - - type: Transform - pos: -7.5,-199.5 - parent: 2 - - uid: 3801 - components: - - type: Transform - pos: -6.5,-200.5 - parent: 2 - - uid: 3804 - components: - - type: Transform - pos: -6.5,-203.5 - parent: 2 - - uid: 3807 - components: - - type: Transform - pos: -6.5,-206.5 - parent: 2 - - uid: 3811 - components: - - type: Transform - pos: -3.5,-207.5 - parent: 2 - - uid: 3812 - components: - - type: Transform - pos: -3.5,-208.5 - parent: 2 - - uid: 3813 - components: - - type: Transform - pos: -2.5,-208.5 - parent: 2 - - uid: 3814 - components: - - type: Transform - pos: -1.5,-208.5 - parent: 2 - - uid: 3815 - components: - - type: Transform - pos: -1.5,-207.5 - parent: 2 - - uid: 3816 - components: - - type: Transform - pos: -0.5,-207.5 - parent: 2 - - uid: 3818 - components: - - type: Transform - pos: -0.5,-209.5 - parent: 2 - - uid: 3820 - components: - - type: Transform - pos: 2.5,-208.5 - parent: 2 - - uid: 3821 - components: - - type: Transform - pos: 2.5,-207.5 - parent: 2 - - uid: 3822 - components: - - type: Transform - pos: 1.5,-207.5 - parent: 2 - - uid: 3823 - components: - - type: Transform - pos: 1.5,-209.5 - parent: 2 - - uid: 3824 - components: - - type: Transform - pos: 3.5,-208.5 - parent: 2 - - uid: 3833 - components: - - type: Transform - pos: 7.5,-204.5 - parent: 2 - - uid: 3834 - components: - - type: Transform - pos: 7.5,-203.5 - parent: 2 - - uid: 3835 - components: - - type: Transform - pos: 7.5,-202.5 - parent: 2 - - uid: 3841 - components: - - type: Transform - pos: 9.5,-148.5 - parent: 2 - - uid: 3846 - components: - - type: Transform - pos: 7.5,-193.5 - parent: 2 - - uid: 3847 - components: - - type: Transform - pos: 7.5,-192.5 - parent: 2 - - uid: 3848 - components: - - type: Transform - pos: 7.5,-191.5 - parent: 2 - - uid: 3855 - components: - - type: Transform - pos: -5.5,-203.5 - parent: 2 - - uid: 3860 - components: - - type: Transform - pos: -4.5,-203.5 - parent: 2 - - uid: 3861 - components: - - type: Transform - pos: -6.5,-199.5 - parent: 2 - - uid: 3862 - components: - - type: Transform - pos: -5.5,-199.5 - parent: 2 - - uid: 3863 - components: - - type: Transform - pos: -3.5,-199.5 - parent: 2 - - uid: 3864 - components: - - type: Transform - pos: -3.5,-200.5 - parent: 2 - - uid: 3865 - components: - - type: Transform - pos: -3.5,-203.5 - parent: 2 - - uid: 3866 - components: - - type: Transform - pos: -3.5,-206.5 - parent: 2 - - uid: 3868 - components: - - type: Transform - pos: -4.5,-207.5 - parent: 2 - - uid: 3877 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-344.5 - parent: 2 - - uid: 3894 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-339.5 - parent: 2 - - uid: 3895 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-341.5 - parent: 2 - - uid: 3903 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-337.5 - parent: 2 - - uid: 3936 - components: - - type: Transform - pos: 1.5,-242.5 - parent: 2 - - uid: 3994 - components: - - type: Transform - pos: 1.5,-240.5 - parent: 2 - - uid: 4000 - components: - - type: Transform - pos: -0.5,-242.5 - parent: 2 - - uid: 4022 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-334.5 - parent: 2 - - uid: 4086 - components: - - type: Transform - pos: -1.5,-232.5 - parent: 2 - - uid: 4170 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-14.5 - parent: 2 - - uid: 4203 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-251.5 - parent: 2 - - uid: 4204 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-246.5 - parent: 2 - - uid: 4205 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-247.5 - parent: 2 - - uid: 4210 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-249.5 - parent: 2 - - uid: 4245 - components: - - type: Transform - pos: 3.5,-232.5 - parent: 2 - - uid: 4246 - components: - - type: Transform - pos: 2.5,-232.5 - parent: 2 - - uid: 4247 - components: - - type: Transform - pos: 2.5,-231.5 - parent: 2 - - uid: 4248 - components: - - type: Transform - pos: 2.5,-229.5 - parent: 2 - - uid: 4249 - components: - - type: Transform - pos: 2.5,-228.5 - parent: 2 - - uid: 4250 - components: - - type: Transform - pos: 2.5,-227.5 - parent: 2 - - uid: 4251 - components: - - type: Transform - pos: 2.5,-226.5 - parent: 2 - - uid: 4254 - components: - - type: Transform - pos: 2.5,-223.5 - parent: 2 - - uid: 4255 - components: - - type: Transform - pos: 2.5,-222.5 - parent: 2 - - uid: 4256 - components: - - type: Transform - pos: 2.5,-221.5 - parent: 2 - - uid: 4257 - components: - - type: Transform - pos: 2.5,-220.5 - parent: 2 - - uid: 4258 - components: - - type: Transform - pos: 2.5,-218.5 - parent: 2 - - uid: 4260 - components: - - type: Transform - pos: 2.5,-217.5 - parent: 2 - - uid: 4261 - components: - - type: Transform - pos: -1.5,-217.5 - parent: 2 - - uid: 4262 - components: - - type: Transform - pos: -1.5,-218.5 - parent: 2 - - uid: 4265 - components: - - type: Transform - pos: -1.5,-221.5 - parent: 2 - - uid: 4266 - components: - - type: Transform - pos: -1.5,-222.5 - parent: 2 - - uid: 4267 - components: - - type: Transform - pos: -1.5,-223.5 - parent: 2 - - uid: 4270 - components: - - type: Transform - pos: -1.5,-226.5 - parent: 2 - - uid: 4271 - components: - - type: Transform - pos: -1.5,-227.5 - parent: 2 - - uid: 4272 - components: - - type: Transform - pos: -1.5,-228.5 - parent: 2 - - uid: 4273 - components: - - type: Transform - pos: -1.5,-229.5 - parent: 2 - - uid: 4274 - components: - - type: Transform - pos: -1.5,-231.5 - parent: 2 - - uid: 4275 - components: - - type: Transform - pos: -2.5,-232.5 - parent: 2 - - uid: 4280 - components: - - type: Transform - pos: -4.5,-229.5 - parent: 2 - - uid: 4281 - components: - - type: Transform - pos: -4.5,-228.5 - parent: 2 - - uid: 4282 - components: - - type: Transform - pos: -2.5,-228.5 - parent: 2 - - uid: 4283 - components: - - type: Transform - pos: -2.5,-221.5 - parent: 2 - - uid: 4285 - components: - - type: Transform - pos: -4.5,-221.5 - parent: 2 - - uid: 4286 - components: - - type: Transform - pos: -4.5,-220.5 - parent: 2 - - uid: 4291 - components: - - type: Transform - pos: -2.5,-217.5 - parent: 2 - - uid: 4296 - components: - - type: Transform - pos: -1.5,-233.5 - parent: 2 - - uid: 4297 - components: - - type: Transform - pos: -0.5,-233.5 - parent: 2 - - uid: 4298 - components: - - type: Transform - pos: 1.5,-233.5 - parent: 2 - - uid: 4299 - components: - - type: Transform - pos: 2.5,-233.5 - parent: 2 - - uid: 4300 - components: - - type: Transform - pos: 1.5,-234.5 - parent: 2 - - uid: 4301 - components: - - type: Transform - pos: 2.5,-234.5 - parent: 2 - - uid: 4302 - components: - - type: Transform - pos: -0.5,-234.5 - parent: 2 - - uid: 4303 - components: - - type: Transform - pos: -1.5,-234.5 - parent: 2 - - uid: 4304 - components: - - type: Transform - pos: -1.5,-235.5 - parent: 2 - - uid: 4306 - components: - - type: Transform - pos: -0.5,-236.5 - parent: 2 - - uid: 4308 - components: - - type: Transform - pos: 1.5,-236.5 - parent: 2 - - uid: 4309 - components: - - type: Transform - pos: 2.5,-235.5 - parent: 2 - - uid: 4310 - components: - - type: Transform - pos: 2.5,-216.5 - parent: 2 - - uid: 4311 - components: - - type: Transform - pos: 2.5,-215.5 - parent: 2 - - uid: 4312 - components: - - type: Transform - pos: 1.5,-216.5 - parent: 2 - - uid: 4313 - components: - - type: Transform - pos: 1.5,-215.5 - parent: 2 - - uid: 4314 - components: - - type: Transform - pos: -0.5,-216.5 - parent: 2 - - uid: 4315 - components: - - type: Transform - pos: -0.5,-215.5 - parent: 2 - - uid: 4316 - components: - - type: Transform - pos: -1.5,-216.5 - parent: 2 - - uid: 4317 - components: - - type: Transform - pos: -1.5,-215.5 - parent: 2 - - uid: 4318 - components: - - type: Transform - pos: -1.5,-214.5 - parent: 2 - - uid: 4320 - components: - - type: Transform - pos: -0.5,-213.5 - parent: 2 - - uid: 4321 - components: - - type: Transform - pos: 1.5,-213.5 - parent: 2 - - uid: 4323 - components: - - type: Transform - pos: 2.5,-214.5 - parent: 2 - - uid: 4329 - components: - - type: Transform - pos: -2.5,-262.5 - parent: 2 - - uid: 4541 - components: - - type: Transform - pos: -1.5,-242.5 - parent: 2 - - uid: 4542 - components: - - type: Transform - pos: -1.5,-241.5 - parent: 2 - - uid: 4543 - components: - - type: Transform - pos: 2.5,-241.5 - parent: 2 - - uid: 4544 - components: - - type: Transform - pos: 2.5,-242.5 - parent: 2 - - uid: 4548 - components: - - type: Transform - pos: -3.5,-262.5 - parent: 2 - - uid: 4551 - components: - - type: Transform - pos: 2.5,-262.5 - parent: 2 - - uid: 4572 - components: - - type: Transform - pos: 4.5,-241.5 - parent: 2 - - uid: 4573 - components: - - type: Transform - pos: 3.5,-241.5 - parent: 2 - - uid: 4575 - components: - - type: Transform - pos: 6.5,-241.5 - parent: 2 - - uid: 4596 - components: - - type: Transform - pos: -3.5,-162.5 - parent: 2 - - uid: 4616 - components: - - type: Transform - pos: 1.5,-263.5 - parent: 2 - - uid: 4618 - components: - - type: Transform - pos: -5.5,-262.5 - parent: 2 - - uid: 4619 - components: - - type: Transform - pos: -5.5,-263.5 - parent: 2 - - uid: 4620 - components: - - type: Transform - pos: -3.5,-263.5 - parent: 2 - - uid: 4621 - components: - - type: Transform - pos: -1.5,-262.5 - parent: 2 - - uid: 4624 - components: - - type: Transform - pos: 3.5,-262.5 - parent: 2 - - uid: 4625 - components: - - type: Transform - pos: 4.5,-262.5 - parent: 2 - - uid: 4627 - components: - - type: Transform - pos: 4.5,-263.5 - parent: 2 - - uid: 4628 - components: - - type: Transform - pos: 6.5,-263.5 - parent: 2 - - uid: 4629 - components: - - type: Transform - pos: 6.5,-262.5 - parent: 2 - - uid: 4631 - components: - - type: Transform - pos: -2.5,-241.5 - parent: 2 - - uid: 4632 - components: - - type: Transform - pos: -3.5,-241.5 - parent: 2 - - uid: 4633 - components: - - type: Transform - pos: -3.5,-242.5 - parent: 2 - - uid: 4636 - components: - - type: Transform - pos: -5.5,-241.5 - parent: 2 - - uid: 4637 - components: - - type: Transform - pos: -5.5,-242.5 - parent: 2 - - uid: 4657 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-121.5 - parent: 2 - - uid: 4675 - components: - - type: Transform - pos: -0.5,-263.5 - parent: 2 - - uid: 4728 - components: - - type: Transform - pos: 4.5,-186.5 - parent: 2 - - uid: 4755 - components: - - type: Transform - pos: -21.5,-252.5 - parent: 2 - - uid: 4869 - components: - - type: Transform - pos: 1.5,-261.5 - parent: 2 - - uid: 4870 - components: - - type: Transform - pos: 5.5,-241.5 - parent: 2 - - uid: 4872 - components: - - type: Transform - pos: -20.5,-258.5 - parent: 2 - - uid: 4890 - components: - - type: Transform - pos: -19.5,-258.5 - parent: 2 - - uid: 4902 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-222.5 - parent: 2 - - uid: 4976 - components: - - type: Transform - pos: -20.5,-254.5 - parent: 2 - - uid: 4986 - components: - - type: Transform - pos: -22.5,-254.5 - parent: 2 - - uid: 5007 - components: - - type: Transform - pos: -20.5,-256.5 - parent: 2 - - uid: 5008 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-255.5 - parent: 2 - - uid: 5009 - components: - - type: Transform - pos: -19.5,-250.5 - parent: 2 - - uid: 5010 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-242.5 - parent: 2 - - uid: 5011 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-253.5 - parent: 2 - - uid: 5013 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-252.5 - parent: 2 - - uid: 5015 - components: - - type: Transform - pos: -22.5,-255.5 - parent: 2 - - uid: 5016 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-257.5 - parent: 2 - - uid: 5017 - components: - - type: Transform - pos: 19.5,-244.5 - parent: 2 - - uid: 5030 - components: - - type: Transform - pos: -19.5,-252.5 - parent: 2 - - uid: 5031 - components: - - type: Transform - pos: -22.5,-251.5 - parent: 2 - - uid: 5032 - components: - - type: Transform - pos: -19.5,-256.5 - parent: 2 - - uid: 5077 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-333.5 - parent: 2 - - uid: 5181 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-336.5 - parent: 2 - - uid: 5186 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-261.5 - parent: 2 - - uid: 5210 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-261.5 - parent: 2 - - uid: 5213 - components: - - type: Transform - pos: 6.5,-261.5 - parent: 2 - - uid: 5214 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-261.5 - parent: 2 - - uid: 5278 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-256.5 - parent: 2 - - uid: 5279 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-256.5 - parent: 2 - - uid: 5280 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-245.5 - parent: 2 - - uid: 5281 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-244.5 - parent: 2 - - uid: 5283 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-244.5 - parent: 2 - - uid: 5289 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-245.5 - parent: 2 - - uid: 5290 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-246.5 - parent: 2 - - uid: 5313 - components: - - type: Transform - pos: 2.5,-261.5 - parent: 2 - - uid: 5319 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-242.5 - parent: 2 - - uid: 5321 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,-264.5 - parent: 2 - - uid: 5325 - components: - - type: Transform - pos: -1.5,-261.5 - parent: 2 - - uid: 5326 - components: - - type: Transform - pos: -22.5,-257.5 - parent: 2 - - uid: 5334 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-259.5 - parent: 2 - - uid: 5335 - components: - - type: Transform - pos: -21.5,-258.5 - parent: 2 - - uid: 5360 - components: - - type: Transform - pos: 14.5,-255.5 - parent: 2 - - uid: 5361 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-249.5 - parent: 2 - - uid: 5419 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-334.5 - parent: 2 - - uid: 5421 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-335.5 - parent: 2 - - uid: 5459 - components: - - type: Transform - pos: -1.5,-220.5 - parent: 2 - - uid: 5694 - components: - - type: Transform - pos: -3.5,-12.5 - parent: 2 - - uid: 5819 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-112.5 - parent: 2 - - uid: 6129 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-19.5 - parent: 2 - - uid: 6302 - components: - - type: Transform - pos: -10.5,-166.5 - parent: 2 - - uid: 6393 - components: - - type: Transform - pos: 10.5,-116.5 - parent: 2 - - uid: 6570 - components: - - type: Transform - pos: -6.5,-247.5 - parent: 2 - - uid: 6651 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,-249.5 - parent: 2 - - uid: 6722 - components: - - type: Transform - pos: -22.5,-259.5 - parent: 2 - - uid: 6732 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-261.5 - parent: 2 - - uid: 6733 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-255.5 - parent: 2 - - uid: 6734 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-249.5 - parent: 2 - - uid: 6735 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-249.5 - parent: 2 - - uid: 6739 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-256.5 - parent: 2 - - uid: 6740 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-255.5 - parent: 2 - - uid: 6741 - components: - - type: Transform - pos: 14.5,-249.5 - parent: 2 - - uid: 6776 - components: - - type: Transform - pos: -21.5,-266.5 - parent: 2 - - uid: 6777 - components: - - type: Transform - pos: -21.5,-250.5 - parent: 2 - - uid: 6802 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-252.5 - parent: 2 - - uid: 6803 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-253.5 - parent: 2 - - uid: 6807 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-257.5 - parent: 2 - - uid: 6808 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-258.5 - parent: 2 - - uid: 6809 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-258.5 - parent: 2 - - uid: 6810 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-259.5 - parent: 2 - - uid: 6811 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-259.5 - parent: 2 - - uid: 6813 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-250.5 - parent: 2 - - uid: 6814 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-261.5 - parent: 2 - - uid: 6901 - components: - - type: Transform - pos: -22.5,-258.5 - parent: 2 - - uid: 6903 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,-169.5 - parent: 2 - - uid: 7207 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-333.5 - parent: 2 - - uid: 7255 - components: - - type: Transform - pos: 9.5,-337.5 - parent: 2 - - uid: 7270 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-16.5 - parent: 2 - - uid: 7286 - components: - - type: Transform - pos: 8.5,-163.5 - parent: 2 - - uid: 7290 - components: - - type: Transform - pos: 8.5,-161.5 - parent: 2 - - uid: 7307 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-19.5 - parent: 2 - - uid: 7418 - components: - - type: Transform - pos: 15.5,-238.5 - parent: 2 - - uid: 7435 - components: - - type: Transform - pos: -19.5,-254.5 - parent: 2 - - uid: 7437 - components: - - type: Transform - pos: -5.5,-306.5 - parent: 2 - - uid: 7503 - components: - - type: Transform - pos: 19.5,-266.5 - parent: 2 - - uid: 7535 - components: - - type: Transform - pos: 18.5,-266.5 - parent: 2 - - uid: 7536 - components: - - type: Transform - pos: 14.5,-261.5 - parent: 2 - - uid: 7537 - components: - - type: Transform - pos: 14.5,-265.5 - parent: 2 - - uid: 7539 - components: - - type: Transform - pos: 14.5,-264.5 - parent: 2 - - uid: 7540 - components: - - type: Transform - pos: 14.5,-257.5 - parent: 2 - - uid: 7541 - components: - - type: Transform - pos: 14.5,-258.5 - parent: 2 - - uid: 7542 - components: - - type: Transform - pos: 14.5,-263.5 - parent: 2 - - uid: 7544 - components: - - type: Transform - pos: 14.5,-262.5 - parent: 2 - - uid: 7545 - components: - - type: Transform - pos: 16.5,-244.5 - parent: 2 - - uid: 7579 - components: - - type: Transform - pos: 20.5,-255.5 - parent: 2 - - uid: 7588 - components: - - type: Transform - pos: 21.5,-251.5 - parent: 2 - - uid: 7624 - components: - - type: Transform - pos: 21.5,-254.5 - parent: 2 - - uid: 7668 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-223.5 - parent: 2 - - uid: 7723 - components: - - type: Transform - pos: 20.5,-254.5 - parent: 2 - - uid: 7725 - components: - - type: Transform - pos: 21.5,-252.5 - parent: 2 - - uid: 7726 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-258.5 - parent: 2 - - uid: 7728 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-261.5 - parent: 2 - - uid: 7745 - components: - - type: Transform - pos: 20.5,-265.5 - parent: 2 - - uid: 7748 - components: - - type: Transform - pos: 20.5,-263.5 - parent: 2 - - uid: 7752 - components: - - type: Transform - pos: 21.5,-253.5 - parent: 2 - - uid: 7757 - components: - - type: Transform - pos: 20.5,-244.5 - parent: 2 - - uid: 7760 - components: - - type: Transform - pos: 21.5,-250.5 - parent: 2 - - uid: 7761 - components: - - type: Transform - pos: 20.5,-250.5 - parent: 2 - - uid: 7762 - components: - - type: Transform - pos: 20.5,-243.5 - parent: 2 - - uid: 7763 - components: - - type: Transform - pos: 20.5,-247.5 - parent: 2 - - uid: 7766 - components: - - type: Transform - pos: 20.5,-242.5 - parent: 2 - - uid: 7767 - components: - - type: Transform - pos: 19.5,-262.5 - parent: 2 - - uid: 7784 - components: - - type: Transform - pos: -8.5,-188.5 - parent: 2 - - uid: 7787 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-255.5 - parent: 2 - - uid: 7803 - components: - - type: Transform - pos: 20.5,-249.5 - parent: 2 - - uid: 7808 - components: - - type: Transform - pos: -22.5,-253.5 - parent: 2 - - uid: 7838 - components: - - type: Transform - pos: 14.5,-239.5 - parent: 2 - - uid: 7841 - components: - - type: Transform - pos: 19.5,-238.5 - parent: 2 - - uid: 7859 - components: - - type: Transform - pos: -21.5,-254.5 - parent: 2 - - uid: 7861 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,-244.5 - parent: 2 - - uid: 7877 - components: - - type: Transform - pos: 14.5,-259.5 - parent: 2 - - uid: 7886 - components: - - type: Transform - pos: -7.5,-188.5 - parent: 2 - - uid: 7895 - components: - - type: Transform - pos: -22.5,-256.5 - parent: 2 - - uid: 7901 - components: - - type: Transform - pos: -20.5,-252.5 - parent: 2 - - uid: 7902 - components: - - type: Transform - pos: -7.5,-192.5 - parent: 2 - - uid: 7912 - components: - - type: Transform - pos: 15.5,-244.5 - parent: 2 - - uid: 7913 - components: - - type: Transform - pos: 20.5,-262.5 - parent: 2 - - uid: 7914 - components: - - type: Transform - pos: 20.5,-264.5 - parent: 2 - - uid: 7923 - components: - - type: Transform - pos: 14.5,-244.5 - parent: 2 - - uid: 7927 - components: - - type: Transform - pos: 14.5,-247.5 - parent: 2 - - uid: 7936 - components: - - type: Transform - pos: 20.5,-248.5 - parent: 2 - - uid: 7950 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,-160.5 - parent: 2 - - uid: 7954 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-289.5 - parent: 2 - - uid: 7998 - components: - - type: Transform - pos: -7.5,-168.5 - parent: 2 - - uid: 8004 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-252.5 - parent: 2 - - uid: 8006 - components: - - type: Transform - pos: 20.5,-261.5 - parent: 2 - - uid: 8008 - components: - - type: Transform - pos: -7.5,-166.5 - parent: 2 - - uid: 8021 - components: - - type: Transform - pos: 15.5,-266.5 - parent: 2 - - uid: 8024 - components: - - type: Transform - pos: 5.5,-181.5 - parent: 2 - - uid: 8054 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-253.5 - parent: 2 - - uid: 8055 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-252.5 - parent: 2 - - uid: 8056 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-252.5 - parent: 2 - - uid: 8104 - components: - - type: Transform - pos: -8.5,-250.5 - parent: 2 - - uid: 8118 - components: - - type: Transform - pos: 15.5,-262.5 - parent: 2 - - uid: 8120 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-250.5 - parent: 2 - - uid: 8121 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-249.5 - parent: 2 - - uid: 8124 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-251.5 - parent: 2 - - uid: 8128 - components: - - type: Transform - pos: 17.5,-266.5 - parent: 2 - - uid: 8131 - components: - - type: Transform - pos: 16.5,-266.5 - parent: 2 - - uid: 8180 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-254.5 - parent: 2 - - uid: 8200 - components: - - type: Transform - pos: -9.5,-192.5 - parent: 2 - - uid: 8215 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-252.5 - parent: 2 - - uid: 8370 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-252.5 - parent: 2 - - uid: 8374 - components: - - type: Transform - pos: -3.5,-188.5 - parent: 2 - - uid: 8376 - components: - - type: Transform - pos: -2.5,-188.5 - parent: 2 - - uid: 8406 - components: - - type: Transform - pos: 14.5,-241.5 - parent: 2 - - uid: 8456 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-254.5 - parent: 2 - - uid: 8477 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-310.5 - parent: 2 - - uid: 8491 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-277.5 - parent: 2 - - uid: 8493 - components: - - type: Transform - pos: 9.5,-287.5 - parent: 2 - - uid: 8513 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-253.5 - parent: 2 - - uid: 8515 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-255.5 - parent: 2 - - uid: 8524 - components: - - type: Transform - pos: -18.5,-262.5 - parent: 2 - - uid: 8539 - components: - - type: Transform - pos: 9.5,-286.5 - parent: 2 - - uid: 8543 - components: - - type: Transform - pos: -7.5,-269.5 - parent: 2 - - uid: 8544 - components: - - type: Transform - pos: -7.5,-270.5 - parent: 2 - - uid: 8548 - components: - - type: Transform - pos: -5.5,-269.5 - parent: 2 - - uid: 8550 - components: - - type: Transform - pos: -8.5,-275.5 - parent: 2 - - uid: 8551 - components: - - type: Transform - pos: -6.5,-276.5 - parent: 2 - - uid: 8556 - components: - - type: Transform - pos: -8.5,-271.5 - parent: 2 - - uid: 8557 - components: - - type: Transform - pos: -18.5,-252.5 - parent: 2 - - uid: 8563 - components: - - type: Transform - pos: -7.5,-276.5 - parent: 2 - - uid: 8564 - components: - - type: Transform - pos: -5.5,-268.5 - parent: 2 - - uid: 8565 - components: - - type: Transform - pos: -8.5,-270.5 - parent: 2 - - uid: 8567 - components: - - type: Transform - pos: -8.5,-276.5 - parent: 2 - - uid: 8568 - components: - - type: Transform - pos: -4.5,-268.5 - parent: 2 - - uid: 8569 - components: - - type: Transform - pos: -3.5,-268.5 - parent: 2 - - uid: 8570 - components: - - type: Transform - pos: -2.5,-268.5 - parent: 2 - - uid: 8571 - components: - - type: Transform - pos: -1.5,-268.5 - parent: 2 - - uid: 8572 - components: - - type: Transform - pos: -1.5,-269.5 - parent: 2 - - uid: 8573 - components: - - type: Transform - pos: -0.5,-269.5 - parent: 2 - - uid: 8574 - components: - - type: Transform - pos: 1.5,-269.5 - parent: 2 - - uid: 8575 - components: - - type: Transform - pos: 2.5,-269.5 - parent: 2 - - uid: 8576 - components: - - type: Transform - pos: 2.5,-268.5 - parent: 2 - - uid: 8577 - components: - - type: Transform - pos: 1.5,-267.5 - parent: 2 - - uid: 8578 - components: - - type: Transform - pos: -0.5,-267.5 - parent: 2 - - uid: 8588 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-281.5 - parent: 2 - - uid: 8589 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-282.5 - parent: 2 - - uid: 8590 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-282.5 - parent: 2 - - uid: 8591 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-283.5 - parent: 2 - - uid: 8592 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-287.5 - parent: 2 - - uid: 8593 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-288.5 - parent: 2 - - uid: 8594 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-288.5 - parent: 2 - - uid: 8595 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-289.5 - parent: 2 - - uid: 8596 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-289.5 - parent: 2 - - uid: 8599 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-289.5 - parent: 2 - - uid: 8600 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-289.5 - parent: 2 - - uid: 8601 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-289.5 - parent: 2 - - uid: 8604 - components: - - type: Transform - pos: 14.5,-242.5 - parent: 2 - - uid: 8605 - components: - - type: Transform - pos: -7.5,-310.5 - parent: 2 - - uid: 8611 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-252.5 - parent: 2 - - uid: 8617 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 20.5,-257.5 - parent: 2 - - uid: 8642 - components: - - type: Transform - pos: -18.5,-243.5 - parent: 2 - - uid: 8655 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-288.5 - parent: 2 - - uid: 8675 - components: - - type: Transform - pos: -18.5,-249.5 - parent: 2 - - uid: 8677 - components: - - type: Transform - pos: -18.5,-250.5 - parent: 2 - - uid: 8698 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-118.5 - parent: 2 - - uid: 8700 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-288.5 - parent: 2 - - uid: 8702 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-288.5 - parent: 2 - - uid: 8703 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-288.5 - parent: 2 - - uid: 8704 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-290.5 - parent: 2 - - uid: 8705 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-290.5 - parent: 2 - - uid: 8706 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-289.5 - parent: 2 - - uid: 8707 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-289.5 - parent: 2 - - uid: 8709 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-290.5 - parent: 2 - - uid: 8710 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-290.5 - parent: 2 - - uid: 8712 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-289.5 - parent: 2 - - uid: 8713 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-288.5 - parent: 2 - - uid: 8714 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-288.5 - parent: 2 - - uid: 8715 - components: - - type: Transform - pos: 9.5,-285.5 - parent: 2 - - uid: 8716 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-286.5 - parent: 2 - - uid: 8717 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-285.5 - parent: 2 - - uid: 8718 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-284.5 - parent: 2 - - uid: 8719 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-283.5 - parent: 2 - - uid: 8720 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-286.5 - parent: 2 - - uid: 8721 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-286.5 - parent: 2 - - uid: 8722 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-286.5 - parent: 2 - - uid: 8723 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-286.5 - parent: 2 - - uid: 8724 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-285.5 - parent: 2 - - uid: 8725 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-284.5 - parent: 2 - - uid: 8726 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-283.5 - parent: 2 - - uid: 8727 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-283.5 - parent: 2 - - uid: 8729 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-283.5 - parent: 2 - - uid: 8732 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-283.5 - parent: 2 - - uid: 8733 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-283.5 - parent: 2 - - uid: 8734 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-282.5 - parent: 2 - - uid: 8736 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-282.5 - parent: 2 - - uid: 8738 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-274.5 - parent: 2 - - uid: 8744 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-276.5 - parent: 2 - - uid: 8745 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-276.5 - parent: 2 - - uid: 8746 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-275.5 - parent: 2 - - uid: 8748 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-275.5 - parent: 2 - - uid: 8749 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-275.5 - parent: 2 - - uid: 8750 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-275.5 - parent: 2 - - uid: 8751 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-274.5 - parent: 2 - - uid: 8752 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-273.5 - parent: 2 - - uid: 8753 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-272.5 - parent: 2 - - uid: 8754 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-271.5 - parent: 2 - - uid: 8755 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-270.5 - parent: 2 - - uid: 8756 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-269.5 - parent: 2 - - uid: 8757 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-269.5 - parent: 2 - - uid: 8758 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-269.5 - parent: 2 - - uid: 8759 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-268.5 - parent: 2 - - uid: 8760 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-268.5 - parent: 2 - - uid: 8761 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-268.5 - parent: 2 - - uid: 8770 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-282.5 - parent: 2 - - uid: 8774 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-276.5 - parent: 2 - - uid: 8781 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-274.5 - parent: 2 - - uid: 8807 - components: - - type: Transform - pos: -6.5,-188.5 - parent: 2 - - uid: 8808 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-271.5 - parent: 2 - - uid: 8811 - components: - - type: Transform - pos: -5.5,-188.5 - parent: 2 - - uid: 8851 - components: - - type: Transform - pos: -9.5,-188.5 - parent: 2 - - uid: 8855 - components: - - type: Transform - pos: -17.5,-239.5 - parent: 2 - - uid: 8867 - components: - - type: Transform - pos: 9.5,-284.5 - parent: 2 - - uid: 8898 - components: - - type: Transform - pos: -22.5,-250.5 - parent: 2 - - uid: 8900 - components: - - type: Transform - pos: -12.5,-261.5 - parent: 2 - - uid: 8904 - components: - - type: Transform - pos: -7.5,-149.5 - parent: 2 - - uid: 8910 - components: - - type: Transform - pos: 14.5,-240.5 - parent: 2 - - uid: 8913 - components: - - type: Transform - pos: -12.5,-255.5 - parent: 2 - - uid: 8914 - components: - - type: Transform - pos: -12.5,-251.5 - parent: 2 - - uid: 8942 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,-262.5 - parent: 2 - - uid: 8969 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-256.5 - parent: 2 - - uid: 9020 - components: - - type: Transform - pos: 8.5,-288.5 - parent: 2 - - uid: 9021 - components: - - type: Transform - pos: 9.5,-288.5 - parent: 2 - - uid: 9087 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-249.5 - parent: 2 - - uid: 9366 - components: - - type: Transform - pos: 1.5,-294.5 - parent: 2 - - uid: 9367 - components: - - type: Transform - pos: -0.5,-294.5 - parent: 2 - - uid: 9368 - components: - - type: Transform - pos: 2.5,-295.5 - parent: 2 - - uid: 9369 - components: - - type: Transform - pos: 2.5,-296.5 - parent: 2 - - uid: 9370 - components: - - type: Transform - pos: -1.5,-296.5 - parent: 2 - - uid: 9371 - components: - - type: Transform - pos: -1.5,-295.5 - parent: 2 - - uid: 9372 - components: - - type: Transform - pos: -0.5,-296.5 - parent: 2 - - uid: 9373 - components: - - type: Transform - pos: 1.5,-296.5 - parent: 2 - - uid: 9380 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-295.5 - parent: 2 - - uid: 9381 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-295.5 - parent: 2 - - uid: 9382 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-295.5 - parent: 2 - - uid: 9383 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-294.5 - parent: 2 - - uid: 9384 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-295.5 - parent: 2 - - uid: 9387 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-295.5 - parent: 2 - - uid: 9389 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-295.5 - parent: 2 - - uid: 9390 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-294.5 - parent: 2 - - uid: 9401 - components: - - type: Transform - pos: -10.5,-338.5 - parent: 2 - - uid: 9402 - components: - - type: Transform - pos: -10.5,-340.5 - parent: 2 - - uid: 9403 - components: - - type: Transform - pos: -10.5,-337.5 - parent: 2 - - uid: 9404 - components: - - type: Transform - pos: -9.5,-343.5 - parent: 2 - - uid: 9405 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-343.5 - parent: 2 - - uid: 9406 - components: - - type: Transform - pos: -10.5,-342.5 - parent: 2 - - uid: 9414 - components: - - type: Transform - pos: -9.5,-341.5 - parent: 2 - - uid: 9415 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-336.5 - parent: 2 - - uid: 9417 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-335.5 - parent: 2 - - uid: 9454 - components: - - type: Transform - pos: 8.5,-341.5 - parent: 2 - - uid: 9463 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-332.5 - parent: 2 - - uid: 9473 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-334.5 - parent: 2 - - uid: 9475 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-343.5 - parent: 2 - - uid: 9476 - components: - - type: Transform - pos: 4.5,-341.5 - parent: 2 - - uid: 9720 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-296.5 - parent: 2 - - uid: 9722 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-296.5 - parent: 2 - - uid: 9723 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-295.5 - parent: 2 - - uid: 9724 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-296.5 - parent: 2 - - uid: 9725 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-296.5 - parent: 2 - - uid: 9726 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-296.5 - parent: 2 - - uid: 9727 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-296.5 - parent: 2 - - uid: 9728 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-296.5 - parent: 2 - - uid: 9732 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-300.5 - parent: 2 - - uid: 9735 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-300.5 - parent: 2 - - uid: 9736 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-301.5 - parent: 2 - - uid: 9737 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-302.5 - parent: 2 - - uid: 9738 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-303.5 - parent: 2 - - uid: 9739 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-304.5 - parent: 2 - - uid: 9740 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-305.5 - parent: 2 - - uid: 9741 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-305.5 - parent: 2 - - uid: 9742 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,-262.5 - parent: 2 - - uid: 9745 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-310.5 - parent: 2 - - uid: 9746 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-308.5 - parent: 2 - - uid: 9749 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-309.5 - parent: 2 - - uid: 9750 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-309.5 - parent: 2 - - uid: 9751 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-311.5 - parent: 2 - - uid: 9752 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-312.5 - parent: 2 - - uid: 9753 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-313.5 - parent: 2 - - uid: 9754 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-314.5 - parent: 2 - - uid: 9758 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-318.5 - parent: 2 - - uid: 9759 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-319.5 - parent: 2 - - uid: 9760 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-310.5 - parent: 2 - - uid: 9761 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-319.5 - parent: 2 - - uid: 9762 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-319.5 - parent: 2 - - uid: 9763 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-319.5 - parent: 2 - - uid: 9764 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-319.5 - parent: 2 - - uid: 9765 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-320.5 - parent: 2 - - uid: 9766 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-320.5 - parent: 2 - - uid: 9767 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-321.5 - parent: 2 - - uid: 9768 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-322.5 - parent: 2 - - uid: 9772 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-320.5 - parent: 2 - - uid: 9773 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-321.5 - parent: 2 - - uid: 9774 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-322.5 - parent: 2 - - uid: 9778 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-321.5 - parent: 2 - - uid: 9779 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-321.5 - parent: 2 - - uid: 9780 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-320.5 - parent: 2 - - uid: 9781 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-320.5 - parent: 2 - - uid: 9782 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-320.5 - parent: 2 - - uid: 9783 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-320.5 - parent: 2 - - uid: 9784 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-321.5 - parent: 2 - - uid: 9785 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-322.5 - parent: 2 - - uid: 9786 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-322.5 - parent: 2 - - uid: 9787 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-321.5 - parent: 2 - - uid: 9788 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-321.5 - parent: 2 - - uid: 9789 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-320.5 - parent: 2 - - uid: 9792 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-321.5 - parent: 2 - - uid: 9793 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-320.5 - parent: 2 - - uid: 9794 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-320.5 - parent: 2 - - uid: 9795 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-320.5 - parent: 2 - - uid: 9801 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-316.5 - parent: 2 - - uid: 9802 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-316.5 - parent: 2 - - uid: 9804 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-310.5 - parent: 2 - - uid: 9805 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-311.5 - parent: 2 - - uid: 9806 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-312.5 - parent: 2 - - uid: 9807 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-312.5 - parent: 2 - - uid: 9810 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-312.5 - parent: 2 - - uid: 9811 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-316.5 - parent: 2 - - uid: 9812 - components: - - type: Transform - pos: -8.5,-306.5 - parent: 2 - - uid: 9820 - components: - - type: Transform - pos: -8.5,-192.5 - parent: 2 - - uid: 9833 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-298.5 - parent: 2 - - uid: 9834 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-297.5 - parent: 2 - - uid: 9835 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-296.5 - parent: 2 - - uid: 9836 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-296.5 - parent: 2 - - uid: 9837 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-296.5 - parent: 2 - - uid: 9838 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-296.5 - parent: 2 - - uid: 9839 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-295.5 - parent: 2 - - uid: 9840 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-298.5 - parent: 2 - - uid: 9841 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-298.5 - parent: 2 - - uid: 9842 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-298.5 - parent: 2 - - uid: 9843 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-298.5 - parent: 2 - - uid: 9844 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-298.5 - parent: 2 - - uid: 9845 - components: - - type: Transform - pos: 8.5,-241.5 - parent: 2 - - uid: 9849 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-301.5 - parent: 2 - - uid: 9858 - components: - - type: Transform - pos: -2.5,-306.5 - parent: 2 - - uid: 9860 - components: - - type: Transform - pos: -8.5,-251.5 - parent: 2 - - uid: 9862 - components: - - type: Transform - pos: -6.5,-306.5 - parent: 2 - - uid: 9863 - components: - - type: Transform - pos: -7.5,-306.5 - parent: 2 - - uid: 9866 - components: - - type: Transform - pos: -10.5,-305.5 - parent: 2 - - uid: 9868 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-305.5 - parent: 2 - - uid: 9875 - components: - - type: Transform - pos: -9.5,-306.5 - parent: 2 - - uid: 9876 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-305.5 - parent: 2 - - uid: 9877 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-304.5 - parent: 2 - - uid: 9878 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-303.5 - parent: 2 - - uid: 9879 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-302.5 - parent: 2 - - uid: 9880 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-301.5 - parent: 2 - - uid: 9881 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-300.5 - parent: 2 - - uid: 9882 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-299.5 - parent: 2 - - uid: 9883 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-298.5 - parent: 2 - - uid: 9884 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-298.5 - parent: 2 - - uid: 9885 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-298.5 - parent: 2 - - uid: 9886 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-298.5 - parent: 2 - - uid: 9887 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-298.5 - parent: 2 - - uid: 9888 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-298.5 - parent: 2 - - uid: 9889 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-298.5 - parent: 2 - - uid: 9890 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-299.5 - parent: 2 - - uid: 9891 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-300.5 - parent: 2 - - uid: 9892 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-301.5 - parent: 2 - - uid: 9893 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-302.5 - parent: 2 - - uid: 9894 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-303.5 - parent: 2 - - uid: 9896 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-315.5 - parent: 2 - - uid: 9897 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-305.5 - parent: 2 - - uid: 9898 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-305.5 - parent: 2 - - uid: 9900 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-309.5 - parent: 2 - - uid: 9901 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-309.5 - parent: 2 - - uid: 9909 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-315.5 - parent: 2 - - uid: 9910 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-316.5 - parent: 2 - - uid: 9911 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-317.5 - parent: 2 - - uid: 9912 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-318.5 - parent: 2 - - uid: 9914 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-317.5 - parent: 2 - - uid: 9915 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-317.5 - parent: 2 - - uid: 9916 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-317.5 - parent: 2 - - uid: 9918 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-317.5 - parent: 2 - - uid: 9919 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-317.5 - parent: 2 - - uid: 9920 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-317.5 - parent: 2 - - uid: 9921 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-316.5 - parent: 2 - - uid: 9922 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-315.5 - parent: 2 - - uid: 9923 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-314.5 - parent: 2 - - uid: 9924 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-314.5 - parent: 2 - - uid: 9925 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-313.5 - parent: 2 - - uid: 9926 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-312.5 - parent: 2 - - uid: 9927 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-311.5 - parent: 2 - - uid: 9928 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-310.5 - parent: 2 - - uid: 9929 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-309.5 - parent: 2 - - uid: 9930 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-309.5 - parent: 2 - - uid: 9931 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-319.5 - parent: 2 - - uid: 9933 - components: - - type: Transform - pos: -1.5,-318.5 - parent: 2 - - uid: 9934 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-316.5 - parent: 2 - - uid: 9939 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-311.5 - parent: 2 - - uid: 10005 - components: - - type: Transform - pos: -7.5,-298.5 - parent: 2 - - uid: 10013 - components: - - type: Transform - pos: 8.5,-360.5 - parent: 2 - - uid: 10015 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-313.5 - parent: 2 - - uid: 10034 - components: - - type: Transform - pos: -7.5,-305.5 - parent: 2 - - uid: 10036 - components: - - type: Transform - pos: -4.5,-310.5 - parent: 2 - - uid: 10040 - components: - - type: Transform - pos: -4.5,-306.5 - parent: 2 - - uid: 10045 - components: - - type: Transform - pos: -2.5,-310.5 - parent: 2 - - uid: 10046 - components: - - type: Transform - pos: -7.5,-304.5 - parent: 2 - - uid: 10050 - components: - - type: Transform - pos: -10.5,-301.5 - parent: 2 - - uid: 10052 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-306.5 - parent: 2 - - uid: 10053 - components: - - type: Transform - pos: -7.5,-302.5 - parent: 2 - - uid: 10058 - components: - - type: Transform - pos: -10.5,-306.5 - parent: 2 - - uid: 10086 - components: - - type: Transform - pos: -7.5,-346.5 - parent: 2 - - uid: 10099 - components: - - type: Transform - pos: -1.5,-305.5 - parent: 2 - - uid: 10102 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-299.5 - parent: 2 - - uid: 10135 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-298.5 - parent: 2 - - uid: 10167 - components: - - type: Transform - pos: -8.5,-298.5 - parent: 2 - - uid: 10278 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-317.5 - parent: 2 - - uid: 10476 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-311.5 - parent: 2 - - uid: 10553 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-327.5 - parent: 2 - - uid: 10584 - components: - - type: Transform - pos: 1.5,-326.5 - parent: 2 - - uid: 10585 - components: - - type: Transform - pos: -0.5,-326.5 - parent: 2 - - uid: 10587 - components: - - type: Transform - pos: 2.5,-327.5 - parent: 2 - - uid: 10588 - components: - - type: Transform - pos: 2.5,-328.5 - parent: 2 - - uid: 10589 - components: - - type: Transform - pos: 1.5,-328.5 - parent: 2 - - uid: 10590 - components: - - type: Transform - pos: -0.5,-328.5 - parent: 2 - - uid: 10591 - components: - - type: Transform - pos: -1.5,-328.5 - parent: 2 - - uid: 10592 - components: - - type: Transform - pos: -1.5,-327.5 - parent: 2 - - uid: 10593 - components: - - type: Transform - pos: -0.5,-349.5 - parent: 2 - - uid: 10633 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-346.5 - parent: 2 - - uid: 10635 - components: - - type: Transform - pos: 7.5,-332.5 - parent: 2 - - uid: 10637 - components: - - type: Transform - pos: 4.5,-349.5 - parent: 2 - - uid: 10638 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-327.5 - parent: 2 - - uid: 10640 - components: - - type: Transform - pos: -5.5,-328.5 - parent: 2 - - uid: 10641 - components: - - type: Transform - pos: 1.5,-334.5 - parent: 2 - - uid: 10642 - components: - - type: Transform - pos: -6.5,-328.5 - parent: 2 - - uid: 10643 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-327.5 - parent: 2 - - uid: 10645 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-327.5 - parent: 2 - - uid: 10647 - components: - - type: Transform - pos: 1.5,-349.5 - parent: 2 - - uid: 10648 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-327.5 - parent: 2 - - uid: 10650 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-327.5 - parent: 2 - - uid: 10652 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-328.5 - parent: 2 - - uid: 10653 - components: - - type: Transform - pos: 6.5,-344.5 - parent: 2 - - uid: 10654 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-326.5 - parent: 2 - - uid: 10656 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-347.5 - parent: 2 - - uid: 10660 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-334.5 - parent: 2 - - uid: 10661 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-334.5 - parent: 2 - - uid: 10662 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-333.5 - parent: 2 - - uid: 10663 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-334.5 - parent: 2 - - uid: 10664 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-333.5 - parent: 2 - - uid: 10665 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-334.5 - parent: 2 - - uid: 10666 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-333.5 - parent: 2 - - uid: 10667 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-330.5 - parent: 2 - - uid: 10668 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-333.5 - parent: 2 - - uid: 10669 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-334.5 - parent: 2 - - uid: 10670 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-333.5 - parent: 2 - - uid: 10671 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-334.5 - parent: 2 - - uid: 10672 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-329.5 - parent: 2 - - uid: 10679 - components: - - type: Transform - pos: -9.5,-339.5 - parent: 2 - - uid: 10684 - components: - - type: Transform - pos: -9.5,-337.5 - parent: 2 - - uid: 10685 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-344.5 - parent: 2 - - uid: 10686 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-343.5 - parent: 2 - - uid: 10687 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-344.5 - parent: 2 - - uid: 10688 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-346.5 - parent: 2 - - uid: 10689 - components: - - type: Transform - pos: 9.5,-338.5 - parent: 2 - - uid: 10693 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-335.5 - parent: 2 - - uid: 10697 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-343.5 - parent: 2 - - uid: 10699 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-344.5 - parent: 2 - - uid: 10702 - components: - - type: Transform - pos: -0.5,-347.5 - parent: 2 - - uid: 10703 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-347.5 - parent: 2 - - uid: 10704 - components: - - type: Transform - pos: -3.5,-349.5 - parent: 2 - - uid: 10706 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-345.5 - parent: 2 - - uid: 10713 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-328.5 - parent: 2 - - uid: 10717 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-343.5 - parent: 2 - - uid: 10721 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-346.5 - parent: 2 - - uid: 10722 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-347.5 - parent: 2 - - uid: 10723 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-347.5 - parent: 2 - - uid: 10724 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-347.5 - parent: 2 - - uid: 10725 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-347.5 - parent: 2 - - uid: 10726 - components: - - type: Transform - pos: 2.5,-333.5 - parent: 2 - - uid: 10727 - components: - - type: Transform - pos: -1.5,-347.5 - parent: 2 - - uid: 10728 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-348.5 - parent: 2 - - uid: 10729 - components: - - type: Transform - pos: -6.5,-348.5 - parent: 2 - - uid: 10730 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-348.5 - parent: 2 - - uid: 10731 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-347.5 - parent: 2 - - uid: 10732 - components: - - type: Transform - pos: -5.5,-349.5 - parent: 2 - - uid: 10733 - components: - - type: Transform - pos: 3.5,-328.5 - parent: 2 - - uid: 10734 - components: - - type: Transform - pos: 3.5,-329.5 - parent: 2 - - uid: 10737 - components: - - type: Transform - pos: -2.5,-348.5 - parent: 2 - - uid: 10738 - components: - - type: Transform - pos: -6.5,-333.5 - parent: 2 - - uid: 10739 - components: - - type: Transform - pos: -4.5,-348.5 - parent: 2 - - uid: 10743 - components: - - type: Transform - pos: 3.5,-332.5 - parent: 2 - - uid: 10745 - components: - - type: Transform - pos: -9.5,-340.5 - parent: 2 - - uid: 10749 - components: - - type: Transform - pos: -1.5,-333.5 - parent: 2 - - uid: 10751 - components: - - type: Transform - pos: 6.5,-328.5 - parent: 2 - - uid: 10753 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-341.5 - parent: 2 - - uid: 10758 - components: - - type: Transform - pos: -1.5,-334.5 - parent: 2 - - uid: 10762 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-344.5 - parent: 2 - - uid: 10765 - components: - - type: Transform - pos: -6.5,-343.5 - parent: 2 - - uid: 10767 - components: - - type: Transform - pos: -5.5,-343.5 - parent: 2 - - uid: 10768 - components: - - type: Transform - pos: -3.5,-343.5 - parent: 2 - - uid: 10769 - components: - - type: Transform - pos: -2.5,-343.5 - parent: 2 - - uid: 10772 - components: - - type: Transform - pos: -5.5,-346.5 - parent: 2 - - uid: 10773 - components: - - type: Transform - pos: -2.5,-347.5 - parent: 2 - - uid: 10774 - components: - - type: Transform - pos: -3.5,-347.5 - parent: 2 - - uid: 10775 - components: - - type: Transform - pos: -4.5,-347.5 - parent: 2 - - uid: 10776 - components: - - type: Transform - pos: -5.5,-347.5 - parent: 2 - - uid: 10777 - components: - - type: Transform - pos: -6.5,-347.5 - parent: 2 - - uid: 10778 - components: - - type: Transform - pos: -6.5,-346.5 - parent: 2 - - uid: 10779 - components: - - type: Transform - pos: -6.5,-345.5 - parent: 2 - - uid: 10780 - components: - - type: Transform - pos: -6.5,-344.5 - parent: 2 - - uid: 10782 - components: - - type: Transform - pos: -7.5,-343.5 - parent: 2 - - uid: 10783 - components: - - type: Transform - pos: -7.5,-344.5 - parent: 2 - - uid: 10784 - components: - - type: Transform - pos: -7.5,-345.5 - parent: 2 - - uid: 10785 - components: - - type: Transform - pos: -1.5,-348.5 - parent: 2 - - uid: 10786 - components: - - type: Transform - pos: -5.5,-348.5 - parent: 2 - - uid: 10787 - components: - - type: Transform - pos: 5.5,-348.5 - parent: 2 - - uid: 10788 - components: - - type: Transform - pos: -3.5,-348.5 - parent: 2 - - uid: 10789 - components: - - type: Transform - pos: 3.5,-348.5 - parent: 2 - - uid: 10790 - components: - - type: Transform - pos: 2.5,-348.5 - parent: 2 - - uid: 10791 - components: - - type: Transform - pos: 6.5,-349.5 - parent: 2 - - uid: 10793 - components: - - type: Transform - pos: -3.5,-326.5 - parent: 2 - - uid: 10795 - components: - - type: Transform - pos: -5.5,-326.5 - parent: 2 - - uid: 10796 - components: - - type: Transform - pos: 4.5,-326.5 - parent: 2 - - uid: 10812 - components: - - type: Transform - pos: -0.5,-343.5 - parent: 2 - - uid: 10813 - components: - - type: Transform - pos: -1.5,-343.5 - parent: 2 - - uid: 10816 - components: - - type: Transform - pos: -1.5,-344.5 - parent: 2 - - uid: 10817 - components: - - type: Transform - pos: -1.5,-345.5 - parent: 2 - - uid: 10818 - components: - - type: Transform - pos: -1.5,-346.5 - parent: 2 - - uid: 10823 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-342.5 - parent: 2 - - uid: 10824 - components: - - type: Transform - pos: -7.5,-334.5 - parent: 2 - - uid: 10827 - components: - - type: Transform - pos: -6.5,-19.5 - parent: 2 - - uid: 10841 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-353.5 - parent: 2 - - uid: 10850 - components: - - type: Transform - pos: -9.5,-342.5 - parent: 2 - - uid: 10851 - components: - - type: Transform - pos: -9.5,-338.5 - parent: 2 - - uid: 10862 - components: - - type: Transform - pos: 8.5,-339.5 - parent: 2 - - uid: 10917 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-344.5 - parent: 2 - - uid: 10918 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-343.5 - parent: 2 - - uid: 10919 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-345.5 - parent: 2 - - uid: 10921 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-345.5 - parent: 2 - - uid: 10924 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-348.5 - parent: 2 - - uid: 10926 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-335.5 - parent: 2 - - uid: 10927 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-335.5 - parent: 2 - - uid: 10930 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-354.5 - parent: 2 - - uid: 10998 - components: - - type: Transform - pos: -10.5,-339.5 - parent: 2 - - uid: 10999 - components: - - type: Transform - pos: -10.5,-341.5 - parent: 2 - - uid: 11044 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-353.5 - parent: 2 - - uid: 11068 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-354.5 - parent: 2 - - uid: 11071 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-354.5 - parent: 2 - - uid: 11072 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-353.5 - parent: 2 - - uid: 11079 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-353.5 - parent: 2 - - uid: 11083 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-354.5 - parent: 2 - - uid: 11084 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-355.5 - parent: 2 - - uid: 11085 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-355.5 - parent: 2 - - uid: 11086 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-355.5 - parent: 2 - - uid: 11087 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-355.5 - parent: 2 - - uid: 11088 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-354.5 - parent: 2 - - uid: 11115 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-332.5 - parent: 2 - - uid: 11119 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,-306.5 - parent: 2 - - uid: 11122 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 20.5,-302.5 - parent: 2 - - uid: 11147 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-353.5 - parent: 2 - - uid: 11148 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-354.5 - parent: 2 - - uid: 11149 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-354.5 - parent: 2 - - uid: 11150 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-353.5 - parent: 2 - - uid: 11151 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-354.5 - parent: 2 - - uid: 11152 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-354.5 - parent: 2 - - uid: 11153 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-354.5 - parent: 2 - - uid: 11155 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-355.5 - parent: 2 - - uid: 11156 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-356.5 - parent: 2 - - uid: 11157 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-355.5 - parent: 2 - - uid: 11158 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-356.5 - parent: 2 - - uid: 11159 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-355.5 - parent: 2 - - uid: 11160 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-355.5 - parent: 2 - - uid: 11161 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-356.5 - parent: 2 - - uid: 11162 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-356.5 - parent: 2 - - uid: 11163 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-357.5 - parent: 2 - - uid: 11164 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-358.5 - parent: 2 - - uid: 11165 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-359.5 - parent: 2 - - uid: 11166 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-355.5 - parent: 2 - - uid: 11167 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-355.5 - parent: 2 - - uid: 11168 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-356.5 - parent: 2 - - uid: 11169 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-356.5 - parent: 2 - - uid: 11170 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,-301.5 - parent: 2 - - uid: 11171 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-358.5 - parent: 2 - - uid: 11172 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-359.5 - parent: 2 - - uid: 11179 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-359.5 - parent: 2 - - uid: 11180 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-359.5 - parent: 2 - - uid: 11181 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-359.5 - parent: 2 - - uid: 11182 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-359.5 - parent: 2 - - uid: 11183 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-359.5 - parent: 2 - - uid: 11184 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-359.5 - parent: 2 - - uid: 11185 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-359.5 - parent: 2 - - uid: 11186 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-359.5 - parent: 2 - - uid: 11189 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 24.5,-312.5 - parent: 2 - - uid: 11190 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,-309.5 - parent: 2 - - uid: 11191 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,-308.5 - parent: 2 - - uid: 11192 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 21.5,-312.5 - parent: 2 - - uid: 11193 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-358.5 - parent: 2 - - uid: 11196 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,-312.5 - parent: 2 - - uid: 11197 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 20.5,-312.5 - parent: 2 - - uid: 11198 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-358.5 - parent: 2 - - uid: 11199 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,-305.5 - parent: 2 - - uid: 11202 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-356.5 - parent: 2 - - uid: 11206 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 21.5,-302.5 - parent: 2 - - uid: 11207 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,-302.5 - parent: 2 - - uid: 11215 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 24.5,-302.5 - parent: 2 - - uid: 11216 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,-300.5 - parent: 2 - - uid: 11219 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 21.5,-300.5 - parent: 2 - - uid: 11223 - components: - - type: Transform - pos: 8.5,-361.5 - parent: 2 - - uid: 11225 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-362.5 - parent: 2 - - uid: 11226 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-362.5 - parent: 2 - - uid: 11227 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-362.5 - parent: 2 - - uid: 11228 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-362.5 - parent: 2 - - uid: 11229 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-362.5 - parent: 2 - - uid: 11230 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-365.5 - parent: 2 - - uid: 11231 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-365.5 - parent: 2 - - uid: 11232 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-365.5 - parent: 2 - - uid: 11233 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-365.5 - parent: 2 - - uid: 11235 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-368.5 - parent: 2 - - uid: 11236 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-368.5 - parent: 2 - - uid: 11237 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-368.5 - parent: 2 - - uid: 11238 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-368.5 - parent: 2 - - uid: 11239 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-367.5 - parent: 2 - - uid: 11240 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-369.5 - parent: 2 - - uid: 11241 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-369.5 - parent: 2 - - uid: 11242 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-368.5 - parent: 2 - - uid: 11243 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-368.5 - parent: 2 - - uid: 11244 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-365.5 - parent: 2 - - uid: 11245 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-365.5 - parent: 2 - - uid: 11246 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-365.5 - parent: 2 - - uid: 11247 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-365.5 - parent: 2 - - uid: 11249 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-362.5 - parent: 2 - - uid: 11250 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-362.5 - parent: 2 - - uid: 11251 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-362.5 - parent: 2 - - uid: 11252 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-362.5 - parent: 2 - - uid: 11254 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-368.5 - parent: 2 - - uid: 11255 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-368.5 - parent: 2 - - uid: 11257 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-361.5 - parent: 2 - - uid: 11267 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 21.5,-301.5 - parent: 2 - - uid: 11268 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 20.5,-300.5 - parent: 2 - - uid: 11275 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-373.5 - parent: 2 - - uid: 11276 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-374.5 - parent: 2 - - uid: 11277 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-374.5 - parent: 2 - - uid: 11278 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-375.5 - parent: 2 - - uid: 11279 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-376.5 - parent: 2 - - uid: 11280 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-375.5 - parent: 2 - - uid: 11281 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-376.5 - parent: 2 - - uid: 11282 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-375.5 - parent: 2 - - uid: 11283 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-374.5 - parent: 2 - - uid: 11284 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-375.5 - parent: 2 - - uid: 11289 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-374.5 - parent: 2 - - uid: 11290 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-375.5 - parent: 2 - - uid: 11292 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-376.5 - parent: 2 - - uid: 11293 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,-300.5 - parent: 2 - - uid: 11294 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-376.5 - parent: 2 - - uid: 11295 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-375.5 - parent: 2 - - uid: 11296 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-375.5 - parent: 2 - - uid: 11297 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-376.5 - parent: 2 - - uid: 11298 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-374.5 - parent: 2 - - uid: 11299 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-375.5 - parent: 2 - - uid: 11300 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-375.5 - parent: 2 - - uid: 11301 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-374.5 - parent: 2 - - uid: 11302 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-376.5 - parent: 2 - - uid: 11303 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-374.5 - parent: 2 - - uid: 11304 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-373.5 - parent: 2 - - uid: 11305 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-367.5 - parent: 2 - - uid: 11315 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,-296.5 - parent: 2 - - uid: 11321 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 20.5,-296.5 - parent: 2 - - uid: 11333 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 21.5,-296.5 - parent: 2 - - uid: 11334 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 22.5,-296.5 - parent: 2 - - uid: 11335 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,-296.5 - parent: 2 - - uid: 11336 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 24.5,-296.5 - parent: 2 - - uid: 11337 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,-296.5 - parent: 2 - - uid: 11338 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 24.5,-300.5 - parent: 2 - - uid: 11339 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,-300.5 - parent: 2 - - uid: 11340 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,-318.5 - parent: 2 - - uid: 11341 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 20.5,-318.5 - parent: 2 - - uid: 11342 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-366.5 - parent: 2 - - uid: 11343 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-366.5 - parent: 2 - - uid: 11344 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 21.5,-318.5 - parent: 2 - - uid: 11347 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 22.5,-318.5 - parent: 2 - - uid: 11348 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,-318.5 - parent: 2 - - uid: 11351 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 24.5,-318.5 - parent: 2 - - uid: 11354 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-369.5 - parent: 2 - - uid: 11355 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-369.5 - parent: 2 - - uid: 11356 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-369.5 - parent: 2 - - uid: 11357 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-368.5 - parent: 2 - - uid: 11358 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-367.5 - parent: 2 - - uid: 11359 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-367.5 - parent: 2 - - uid: 11360 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-369.5 - parent: 2 - - uid: 11361 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-369.5 - parent: 2 - - uid: 11362 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-369.5 - parent: 2 - - uid: 11363 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-368.5 - parent: 2 - - uid: 11364 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-367.5 - parent: 2 - - uid: 11365 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-367.5 - parent: 2 - - uid: 11366 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,-318.5 - parent: 2 - - uid: 11368 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,-314.5 - parent: 2 - - uid: 11369 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-361.5 - parent: 2 - - uid: 11371 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-362.5 - parent: 2 - - uid: 11372 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-361.5 - parent: 2 - - uid: 11373 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 24.5,-314.5 - parent: 2 - - uid: 11374 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,-314.5 - parent: 2 - - uid: 11375 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 21.5,-314.5 - parent: 2 - - uid: 11376 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 20.5,-314.5 - parent: 2 - - uid: 11410 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,-314.5 - parent: 2 - - uid: 11420 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,-305.5 - parent: 2 - - uid: 11421 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,-305.5 - parent: 2 - - uid: 11422 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,-305.5 - parent: 2 - - uid: 11423 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,-309.5 - parent: 2 - - uid: 11424 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,-309.5 - parent: 2 - - uid: 11426 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,-309.5 - parent: 2 - - uid: 11427 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,-304.5 - parent: 2 - - uid: 11428 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,-303.5 - parent: 2 - - uid: 11432 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,-305.5 - parent: 2 - - uid: 11448 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-374.5 - parent: 2 - - uid: 11457 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-375.5 - parent: 2 - - uid: 11504 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,-309.5 - parent: 2 - - uid: 11505 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 22.5,-307.5 - parent: 2 - - uid: 11506 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 22.5,-306.5 - parent: 2 - - uid: 11509 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 22.5,-308.5 - parent: 2 - - uid: 11519 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,-307.5 - parent: 2 - - uid: 11549 - components: - - type: Transform - pos: 6.5,-132.5 - parent: 2 - - uid: 11716 - components: - - type: Transform - pos: 20.5,-241.5 - parent: 2 - - uid: 11769 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 21.5,-307.5 - parent: 2 - - uid: 11773 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 20.5,-307.5 - parent: 2 - - uid: 11776 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,-311.5 - parent: 2 - - uid: 11777 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,-310.5 - parent: 2 - - uid: 11793 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,-311.5 - parent: 2 - - uid: 11808 - components: - - type: Transform - pos: 1.5,-380.5 - parent: 2 - - uid: 11809 - components: - - type: Transform - pos: -0.5,-380.5 - parent: 2 - - uid: 11816 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-310.5 - parent: 2 - - uid: 11819 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-382.5 - parent: 2 - - uid: 11825 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-304.5 - parent: 2 - - uid: 11829 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-381.5 - parent: 2 - - uid: 11840 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-382.5 - parent: 2 - - uid: 11841 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-381.5 - parent: 2 - - uid: 11842 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-382.5 - parent: 2 - - uid: 11843 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-382.5 - parent: 2 - - uid: 11868 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-381.5 - parent: 2 - - uid: 11869 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-380.5 - parent: 2 - - uid: 11870 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-381.5 - parent: 2 - - uid: 11871 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-380.5 - parent: 2 - - uid: 11872 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-381.5 - parent: 2 - - uid: 11873 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-381.5 - parent: 2 - - uid: 11874 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-380.5 - parent: 2 - - uid: 11875 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-381.5 - parent: 2 - - uid: 11876 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-381.5 - parent: 2 - - uid: 11877 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-380.5 - parent: 2 - - uid: 11878 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-381.5 - parent: 2 - - uid: 11879 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-381.5 - parent: 2 - - uid: 11884 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-382.5 - parent: 2 - - uid: 11886 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-382.5 - parent: 2 - - uid: 11887 - components: - - type: Transform - pos: -10.5,-163.5 - parent: 2 - - uid: 11895 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-385.5 - parent: 2 - - uid: 11896 - components: - - type: Transform - pos: -18.5,-256.5 - parent: 2 - - uid: 11897 - components: - - type: Transform - pos: -18.5,-258.5 - parent: 2 - - uid: 11900 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-384.5 - parent: 2 - - uid: 11902 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-386.5 - parent: 2 - - uid: 11909 - components: - - type: Transform - pos: -7.5,-161.5 - parent: 2 - - uid: 11910 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-383.5 - parent: 2 - - uid: 11918 - components: - - type: Transform - pos: -22.5,-262.5 - parent: 2 - - uid: 11919 - components: - - type: Transform - pos: -21.5,-262.5 - parent: 2 - - uid: 11921 - components: - - type: Transform - pos: -12.5,-265.5 - parent: 2 - - uid: 11922 - components: - - type: Transform - pos: -19.5,-262.5 - parent: 2 - - uid: 11924 - components: - - type: Transform - pos: -22.5,-261.5 - parent: 2 - - uid: 11925 - components: - - type: Transform - pos: -22.5,-260.5 - parent: 2 - - uid: 11929 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-384.5 - parent: 2 - - uid: 11936 - components: - - type: Transform - pos: -18.5,-242.5 - parent: 2 - - uid: 11944 - components: - - type: Transform - pos: -6.5,-385.5 - parent: 2 - - uid: 11954 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-386.5 - parent: 2 - - uid: 11956 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-342.5 - parent: 2 - - uid: 11960 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,-303.5 - parent: 2 - - uid: 11961 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,-313.5 - parent: 2 - - uid: 11962 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 21.5,-313.5 - parent: 2 - - uid: 11963 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 24.5,-307.5 - parent: 2 - - uid: 11965 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-340.5 - parent: 2 - - uid: 11973 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-339.5 - parent: 2 - - uid: 11989 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-382.5 - parent: 2 - - uid: 11993 - components: - - type: Transform - pos: -10.5,-161.5 - parent: 2 - - uid: 11997 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-383.5 - parent: 2 - - uid: 12056 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-336.5 - parent: 2 - - uid: 12090 - components: - - type: Transform - pos: -8.5,-247.5 - parent: 2 - - uid: 12095 - components: - - type: Transform - pos: -7.5,-247.5 - parent: 2 - - uid: 12100 - components: - - type: Transform - pos: -14.5,-266.5 - parent: 2 - - uid: 12102 - components: - - type: Transform - pos: -13.5,-266.5 - parent: 2 - - uid: 12103 - components: - - type: Transform - pos: -22.5,-266.5 - parent: 2 - - uid: 12105 - components: - - type: Transform - pos: -18.5,-266.5 - parent: 2 - - uid: 12149 - components: - - type: Transform - pos: -6.5,-128.5 - parent: 2 - - uid: 12261 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-119.5 - parent: 2 - - uid: 12326 - components: - - type: Transform - pos: -22.5,-252.5 - parent: 2 - - uid: 12469 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-342.5 - parent: 2 - - uid: 12496 - components: - - type: Transform - pos: -16.5,-266.5 - parent: 2 - - uid: 12678 - components: - - type: Transform - pos: -19.5,-266.5 - parent: 2 - - uid: 12685 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-343.5 - parent: 2 - - uid: 12687 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-337.5 - parent: 2 - - uid: 12771 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-333.5 - parent: 2 - - uid: 12801 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-336.5 - parent: 2 - - uid: 12817 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-344.5 - parent: 2 - - uid: 12818 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-342.5 - parent: 2 - - uid: 12819 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-341.5 - parent: 2 - - uid: 12820 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-339.5 - parent: 2 - - uid: 12821 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-337.5 - parent: 2 - - uid: 12824 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-340.5 - parent: 2 - - uid: 12825 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-341.5 - parent: 2 - - uid: 12870 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-334.5 - parent: 2 - - uid: 12872 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-339.5 - parent: 2 - - uid: 12910 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-338.5 - parent: 2 - - uid: 12912 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-346.5 - parent: 2 - - uid: 12913 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-339.5 - parent: 2 - - uid: 12995 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-333.5 - parent: 2 - - uid: 13074 - components: - - type: Transform - pos: 5.5,-344.5 - parent: 2 - - uid: 13275 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-333.5 - parent: 2 - - uid: 13276 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-340.5 - parent: 2 - - uid: 13278 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-337.5 - parent: 2 - - uid: 13290 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,-264.5 - parent: 2 - - uid: 13293 - components: - - type: Transform - pos: -9.5,-310.5 - parent: 2 - - uid: 13294 - components: - - type: Transform - pos: -8.5,-310.5 - parent: 2 - - uid: 13295 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-298.5 - parent: 2 - - uid: 13301 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-300.5 - parent: 2 - - uid: 13309 - components: - - type: Transform - pos: 7.5,-121.5 - parent: 2 - - uid: 13327 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-121.5 - parent: 2 - - uid: 13330 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-299.5 - parent: 2 - - uid: 13331 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,-264.5 - parent: 2 - - uid: 13369 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-120.5 - parent: 2 - - uid: 13375 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-261.5 - parent: 2 - - uid: 13406 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-338.5 - parent: 2 - - uid: 13408 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-121.5 - parent: 2 - - uid: 13409 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-332.5 - parent: 2 - - uid: 13460 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-163.5 - parent: 2 - - uid: 13462 - components: - - type: Transform - pos: 7.5,-241.5 - parent: 2 - - uid: 13961 - components: - - type: Transform - pos: 20.5,-239.5 - parent: 2 - - uid: 13993 - components: - - type: Transform - pos: 20.5,-240.5 - parent: 2 - - uid: 14020 - components: - - type: Transform - pos: -17.5,-266.5 - parent: 2 - - uid: 14050 - components: - - type: Transform - pos: -20.5,-262.5 - parent: 2 - - uid: 14089 - components: - - type: Transform - pos: -15.5,-266.5 - parent: 2 - - uid: 14091 - components: - - type: Transform - pos: -13.5,-265.5 - parent: 2 - - uid: 14201 - components: - - type: Transform - pos: -20.5,-266.5 - parent: 2 - - uid: 14288 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-181.5 - parent: 2 - - uid: 14290 - components: - - type: Transform - pos: -10.5,-168.5 - parent: 2 - - uid: 14292 - components: - - type: Transform - pos: 6.5,-179.5 - parent: 2 - - uid: 14293 - components: - - type: Transform - pos: 4.5,-177.5 - parent: 2 - - uid: 14294 - components: - - type: Transform - pos: 6.5,-177.5 - parent: 2 - - uid: 14295 - components: - - type: Transform - pos: 6.5,-178.5 - parent: 2 - - uid: 14296 - components: - - type: Transform - pos: 2.5,-177.5 - parent: 2 - - uid: 14301 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-341.5 - parent: 2 - - uid: 14578 - components: - - type: Transform - pos: 3.5,-177.5 - parent: 2 - - uid: 14619 - components: - - type: Transform - pos: -18.5,-241.5 - parent: 2 - - uid: 14620 - components: - - type: Transform - pos: -18.5,-248.5 - parent: 2 - - uid: 14621 - components: - - type: Transform - pos: -18.5,-247.5 - parent: 2 - - uid: 14625 - components: - - type: Transform - pos: -18.5,-246.5 - parent: 2 - - uid: 14682 - components: - - type: Transform - pos: -18.5,-245.5 - parent: 2 - - uid: 14683 - components: - - type: Transform - pos: -18.5,-240.5 - parent: 2 - - uid: 14684 - components: - - type: Transform - pos: -18.5,-244.5 - parent: 2 - - uid: 14690 - components: - - type: Transform - pos: -18.5,-239.5 - parent: 2 - - uid: 14781 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-24.5 - parent: 2 - - uid: 14911 - components: - - type: Transform - pos: -7.5,-148.5 - parent: 2 - - uid: 14916 - components: - - type: Transform - pos: -7.5,-144.5 - parent: 2 - - uid: 15294 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-342.5 - parent: 2 - - uid: 15795 - components: - - type: Transform - pos: -9.5,-336.5 - parent: 2 - - uid: 15796 - components: - - type: Transform - pos: -8.5,-336.5 - parent: 2 - - uid: 16471 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-160.5 - parent: 2 - - uid: 16472 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-160.5 - parent: 2 - - uid: 16473 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,-169.5 - parent: 2 - - uid: 16474 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-169.5 - parent: 2 - - uid: 16475 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-169.5 - parent: 2 - - uid: 16484 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,-160.5 - parent: 2 - - uid: 16517 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-249.5 - parent: 2 - - uid: 16535 - components: - - type: Transform - pos: -17.5,-238.5 - parent: 2 - - uid: 16549 - components: - - type: Transform - pos: -21.5,-256.5 - parent: 2 - - uid: 16581 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-78.5 - parent: 2 - - uid: 16584 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-78.5 - parent: 2 - - uid: 16623 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-78.5 - parent: 2 - - uid: 16624 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-78.5 - parent: 2 - - uid: 16628 - components: - - type: Transform - pos: -3.5,-187.5 - parent: 2 - - uid: 16716 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-24.5 - parent: 2 - - uid: 16740 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-24.5 - parent: 2 - - uid: 16900 - components: - - type: Transform - pos: -3.5,-186.5 - parent: 2 - - uid: 16901 - components: - - type: Transform - pos: -5.5,-187.5 - parent: 2 - - uid: 16902 - components: - - type: Transform - pos: -5.5,-186.5 - parent: 2 - - uid: 16988 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,-249.5 - parent: 2 - - uid: 17018 - components: - - type: Transform - pos: -12.5,-258.5 - parent: 2 - - uid: 17035 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,-249.5 - parent: 2 -- proto: WallReinforcedDiagonal - entities: - - uid: 145 - components: - - type: Transform - pos: -6.5,2.5 - parent: 2 - - uid: 147 - components: - - type: Transform - pos: -7.5,-14.5 - parent: 2 - - uid: 260 - components: - - type: Transform - pos: 2.5,-17.5 - parent: 2 - - uid: 324 - components: - - type: Transform - pos: -5.5,3.5 - parent: 2 - - uid: 325 - components: - - type: Transform - pos: -6.5,2.5 - parent: 2 - - uid: 342 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-20.5 - parent: 2 - - uid: 359 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-15.5 - parent: 2 - - uid: 368 - components: - - type: Transform - pos: -5.5,3.5 - parent: 2 - - uid: 375 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,3.5 - parent: 2 - - uid: 376 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,2.5 - parent: 2 - - uid: 381 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-14.5 - parent: 2 - - uid: 382 - components: - - type: Transform - pos: -7.5,-0.5 - parent: 2 - - uid: 385 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-0.5 - parent: 2 - - uid: 425 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-20.5 - parent: 2 - - uid: 430 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-24.5 - parent: 2 - - uid: 571 - components: - - type: Transform - pos: -1.5,-24.5 - parent: 2 - - uid: 599 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-101.5 - parent: 2 - - uid: 642 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-47.5 - parent: 2 - - uid: 647 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-47.5 - parent: 2 - - uid: 659 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-51.5 - parent: 2 - - uid: 672 - components: - - type: Transform - pos: -1.5,-51.5 - parent: 2 - - uid: 941 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-223.5 - parent: 2 - - uid: 943 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-58.5 - parent: 2 - - uid: 956 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-67.5 - parent: 2 - - uid: 978 - components: - - type: Transform - pos: -6.5,-25.5 - parent: 2 - - uid: 979 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-25.5 - parent: 2 - - uid: 1002 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-74.5 - parent: 2 - - uid: 1086 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-26.5 - parent: 2 - - uid: 1240 - components: - - type: Transform - pos: -7.5,-55.5 - parent: 2 - - uid: 1286 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-70.5 - parent: 2 - - uid: 1463 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-78.5 - parent: 2 - - uid: 1464 - components: - - type: Transform - pos: -1.5,-78.5 - parent: 2 - - uid: 1813 - components: - - type: Transform - pos: -1.5,-105.5 - parent: 2 - - uid: 1823 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-105.5 - parent: 2 - - uid: 1824 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-101.5 - parent: 2 - - uid: 1927 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-112.5 - parent: 2 - - uid: 1958 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-126.5 - parent: 2 - - uid: 1992 - components: - - type: Transform - pos: -9.5,-106.5 - parent: 2 - - uid: 1993 - components: - - type: Transform - pos: -6.5,-105.5 - parent: 2 - - uid: 2108 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-128.5 - parent: 2 - - uid: 2113 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-128.5 - parent: 2 - - uid: 2122 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-135.5 - parent: 2 - - uid: 2165 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-122.5 - parent: 2 - - uid: 2449 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-132.5 - parent: 2 - - uid: 2451 - components: - - type: Transform - pos: -1.5,-132.5 - parent: 2 - - uid: 2522 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-155.5 - parent: 2 - - uid: 2529 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-155.5 - parent: 2 - - uid: 2582 - components: - - type: Transform - pos: -6.5,-134.5 - parent: 2 - - uid: 2853 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-159.5 - parent: 2 - - uid: 2854 - components: - - type: Transform - pos: -1.5,-159.5 - parent: 2 - - uid: 2872 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-134.5 - parent: 2 - - uid: 2886 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-126.5 - parent: 2 - - uid: 2887 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-153.5 - parent: 2 - - uid: 2906 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-116.5 - parent: 2 - - uid: 2936 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-182.5 - parent: 2 - - uid: 2937 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-182.5 - parent: 2 - - uid: 3155 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-180.5 - parent: 2 - - uid: 3653 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-186.5 - parent: 2 - - uid: 3656 - components: - - type: Transform - pos: -1.5,-186.5 - parent: 2 - - uid: 3687 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-180.5 - parent: 2 - - uid: 3817 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-209.5 - parent: 2 - - uid: 3819 - components: - - type: Transform - pos: -1.5,-213.5 - parent: 2 - - uid: 3878 - components: - - type: Transform - pos: -10.5,-336.5 - parent: 2 - - uid: 3883 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-343.5 - parent: 2 - - uid: 4009 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-240.5 - parent: 2 - - uid: 4319 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-209.5 - parent: 2 - - uid: 4322 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-213.5 - parent: 2 - - uid: 4530 - components: - - type: Transform - pos: -1.5,-240.5 - parent: 2 - - uid: 4533 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-236.5 - parent: 2 - - uid: 4535 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-236.5 - parent: 2 - - uid: 4549 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-263.5 - parent: 2 - - uid: 4550 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-263.5 - parent: 2 - - uid: 5088 - components: - - type: Transform - pos: -2.5,-111.5 - parent: 2 - - uid: 5123 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-263.5 - parent: 2 - - uid: 5125 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-263.5 - parent: 2 - - uid: 5165 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-263.5 - parent: 2 - - uid: 5170 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-263.5 - parent: 2 - - uid: 5176 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-263.5 - parent: 2 - - uid: 5180 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-263.5 - parent: 2 - - uid: 5183 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-263.5 - parent: 2 - - uid: 5184 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-263.5 - parent: 2 - - uid: 5187 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-263.5 - parent: 2 - - uid: 5359 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,-238.5 - parent: 2 - - uid: 5411 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-263.5 - parent: 2 - - uid: 6676 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-128.5 - parent: 2 - - uid: 6738 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-256.5 - parent: 2 - - uid: 7379 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,-266.5 - parent: 2 - - uid: 7385 - components: - - type: Transform - pos: 14.5,-238.5 - parent: 2 - - uid: 7415 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,-266.5 - parent: 2 - - uid: 7488 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-192.5 - parent: 2 - - uid: 7494 - components: - - type: Transform - pos: -11.5,-306.5 - parent: 2 - - uid: 8384 - components: - - type: Transform - pos: -10.5,-188.5 - parent: 2 - - uid: 8410 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,-310.5 - parent: 2 - - uid: 8411 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-290.5 - parent: 2 - - uid: 8412 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-290.5 - parent: 2 - - uid: 8579 - components: - - type: Transform - pos: -1.5,-267.5 - parent: 2 - - uid: 8580 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-267.5 - parent: 2 - - uid: 9364 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-294.5 - parent: 2 - - uid: 9365 - components: - - type: Transform - pos: -1.5,-294.5 - parent: 2 - - uid: 9474 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-332.5 - parent: 2 - - uid: 9498 - components: - - type: Transform - pos: 3.5,-341.5 - parent: 2 - - uid: 9542 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-339.5 - parent: 2 - - uid: 10130 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-322.5 - parent: 2 - - uid: 10131 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-322.5 - parent: 2 - - uid: 10582 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-326.5 - parent: 2 - - uid: 10583 - components: - - type: Transform - pos: -1.5,-326.5 - parent: 2 - - uid: 10649 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-349.5 - parent: 2 - - uid: 10692 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-344.5 - parent: 2 - - uid: 10695 - components: - - type: Transform - pos: -7.5,-332.5 - parent: 2 - - uid: 10700 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-344.5 - parent: 2 - - uid: 10792 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-349.5 - parent: 2 - - uid: 10825 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,-309.5 - parent: 2 - - uid: 10994 - components: - - type: Transform - pos: -9.5,-335.5 - parent: 2 - - uid: 11077 - components: - - type: Transform - pos: -1.5,-353.5 - parent: 2 - - uid: 11078 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-353.5 - parent: 2 - - uid: 11285 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-376.5 - parent: 2 - - uid: 11563 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-376.5 - parent: 2 - - uid: 11725 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-359.5 - parent: 2 - - uid: 11726 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-359.5 - parent: 2 - - uid: 11762 - components: - - type: Transform - pos: -1.5,-361.5 - parent: 2 - - uid: 11805 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-380.5 - parent: 2 - - uid: 11806 - components: - - type: Transform - pos: -1.5,-380.5 - parent: 2 - - uid: 11813 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-361.5 - parent: 2 - - uid: 11892 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-160.5 - parent: 2 - - uid: 12057 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-336.5 - parent: 2 - - uid: 12146 - components: - - type: Transform - pos: -8.5,-333.5 - parent: 2 - - uid: 12822 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-333.5 - parent: 2 - - uid: 12823 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-335.5 - parent: 2 - - uid: 12911 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-343.5 - parent: 2 - - uid: 13305 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-310.5 - parent: 2 - - uid: 13308 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-306.5 - parent: 2 - - uid: 13352 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-121.5 - parent: 2 - - uid: 13445 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-164.5 - parent: 2 - - uid: 14798 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-74.5 - parent: 2 - - uid: 15751 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,-310.5 - parent: 2 - - uid: 15752 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,-311.5 - parent: 2 - - uid: 15753 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,-312.5 - parent: 2 - - uid: 15754 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-311.5 - parent: 2 - - uid: 15755 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,-310.5 - parent: 2 - - uid: 15756 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,-312.5 - parent: 2 - - uid: 15757 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,-311.5 - parent: 2 - - uid: 15758 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,-310.5 - parent: 2 - - uid: 15759 - components: - - type: Transform - pos: 26.5,-309.5 - parent: 2 - - uid: 15760 - components: - - type: Transform - pos: 25.5,-310.5 - parent: 2 - - uid: 15761 - components: - - type: Transform - pos: 24.5,-311.5 - parent: 2 - - uid: 15762 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,-314.5 - parent: 2 - - uid: 15763 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,-318.5 - parent: 2 - - uid: 15764 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-318.5 - parent: 2 - - uid: 15765 - components: - - type: Transform - pos: 18.5,-314.5 - parent: 2 - - uid: 15766 - components: - - type: Transform - pos: 17.5,-304.5 - parent: 2 - - uid: 15767 - components: - - type: Transform - pos: 18.5,-303.5 - parent: 2 - - uid: 15768 - components: - - type: Transform - pos: 19.5,-302.5 - parent: 2 - - uid: 15769 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,-303.5 - parent: 2 - - uid: 15770 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,-304.5 - parent: 2 - - uid: 15771 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,-305.5 - parent: 2 - - uid: 15772 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 24.5,-303.5 - parent: 2 - - uid: 15773 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,-304.5 - parent: 2 - - uid: 15774 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,-305.5 - parent: 2 - - uid: 15775 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,-304.5 - parent: 2 - - uid: 15776 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,-303.5 - parent: 2 - - uid: 15777 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,-302.5 - parent: 2 - - uid: 15778 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,-305.5 - parent: 2 - - uid: 15779 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,-309.5 - parent: 2 - - uid: 15780 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,-300.5 - parent: 2 - - uid: 15781 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,-296.5 - parent: 2 - - uid: 15782 - components: - - type: Transform - pos: 18.5,-296.5 - parent: 2 - - uid: 15783 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-300.5 - parent: 2 - - uid: 16482 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-169.5 - parent: 2 - - uid: 16502 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,-169.5 - parent: 2 - - uid: 16530 - components: - - type: Transform - pos: -15.5,-160.5 - parent: 2 -- proto: WallReinforcedRust - entities: - - uid: 121 - components: - - type: Transform - pos: -3.5,-0.5 - parent: 2 - - uid: 122 - components: - - type: Transform - pos: -4.5,-0.5 - parent: 2 - - uid: 123 - components: - - type: Transform - pos: -4.5,-1.5 - parent: 2 - - uid: 124 - components: - - type: Transform - pos: -2.5,-4.5 - parent: 2 - - uid: 125 - components: - - type: Transform - pos: -1.5,-4.5 - parent: 2 - - uid: 126 - components: - - type: Transform - pos: -0.5,-4.5 - parent: 2 - - uid: 130 - components: - - type: Transform - pos: 3.5,-2.5 - parent: 2 - - uid: 135 - components: - - type: Transform - pos: 3.5,-3.5 - parent: 2 - - uid: 139 - components: - - type: Transform - pos: 4.5,-3.5 - parent: 2 - - uid: 148 - components: - - type: Transform - pos: -6.5,0.5 - parent: 2 - - uid: 149 - components: - - type: Transform - pos: -6.5,-0.5 - parent: 2 - - uid: 153 - components: - - type: Transform - pos: -6.5,-3.5 - parent: 2 - - uid: 180 - components: - - type: Transform - pos: 5.5,-13.5 - parent: 2 - - uid: 188 - components: - - type: Transform - pos: -3.5,-8.5 - parent: 2 - - uid: 232 - components: - - type: Transform - pos: -4.5,-8.5 - parent: 2 - - uid: 233 - components: - - type: Transform - pos: -4.5,-7.5 - parent: 2 - - uid: 244 - components: - - type: Transform - pos: -4.5,-6.5 - parent: 2 - - uid: 249 - components: - - type: Transform - pos: -6.5,-8.5 - parent: 2 - - uid: 254 - components: - - type: Transform - pos: -6.5,-4.5 - parent: 2 - - uid: 258 - components: - - type: Transform - pos: -4.5,-9.5 - parent: 2 - - uid: 259 - components: - - type: Transform - pos: -4.5,-14.5 - parent: 2 - - uid: 261 - components: - - type: Transform - pos: -3.5,-15.5 - parent: 2 - - uid: 262 - components: - - type: Transform - pos: -4.5,-15.5 - parent: 2 - - uid: 329 - components: - - type: Transform - pos: -6.5,-18.5 - parent: 2 - - uid: 331 - components: - - type: Transform - pos: -5.5,-19.5 - parent: 2 - - uid: 332 - components: - - type: Transform - pos: -5.5,-20.5 - parent: 2 - - uid: 349 - components: - - type: Transform - pos: 6.5,-20.5 - parent: 2 - - uid: 350 - components: - - type: Transform - pos: 6.5,-19.5 - parent: 2 - - uid: 371 - components: - - type: Transform - pos: -7.5,-35.5 - parent: 2 - - uid: 443 - components: - - type: Transform - pos: -3.5,-25.5 - parent: 2 - - uid: 457 - components: - - type: Transform - pos: -6.5,-35.5 - parent: 2 - - uid: 490 - components: - - type: Transform - pos: 8.5,-35.5 - parent: 2 - - uid: 497 - components: - - type: Transform - pos: 7.5,-32.5 - parent: 2 - - uid: 502 - components: - - type: Transform - pos: 7.5,-28.5 - parent: 2 - - uid: 504 - components: - - type: Transform - pos: 7.5,-27.5 - parent: 2 - - uid: 517 - components: - - type: Transform - pos: 7.5,-45.5 - parent: 2 - - uid: 518 - components: - - type: Transform - pos: 6.5,-45.5 - parent: 2 - - uid: 519 - components: - - type: Transform - pos: 6.5,-47.5 - parent: 2 - - uid: 520 - components: - - type: Transform - pos: 6.5,-46.5 - parent: 2 - - uid: 540 - components: - - type: Transform - pos: -5.5,-46.5 - parent: 2 - - uid: 897 - components: - - type: Transform - pos: 4.5,-53.5 - parent: 2 - - uid: 900 - components: - - type: Transform - pos: 4.5,-52.5 - parent: 2 - - uid: 925 - components: - - type: Transform - pos: 7.5,-72.5 - parent: 2 - - uid: 927 - components: - - type: Transform - pos: 6.5,-72.5 - parent: 2 - - uid: 928 - components: - - type: Transform - pos: 7.5,-71.5 - parent: 2 - - uid: 960 - components: - - type: Transform - pos: 8.5,-71.5 - parent: 2 - - uid: 982 - components: - - type: Transform - pos: 2.5,-54.5 - parent: 2 - - uid: 983 - components: - - type: Transform - pos: 2.5,-55.5 - parent: 2 - - uid: 994 - components: - - type: Transform - pos: -1.5,-73.5 - parent: 2 - - uid: 1012 - components: - - type: Transform - pos: -1.5,-74.5 - parent: 2 - - uid: 1014 - components: - - type: Transform - pos: 6.5,-74.5 - parent: 2 - - uid: 1120 - components: - - type: Transform - pos: -1.5,-72.5 - parent: 2 - - uid: 1121 - components: - - type: Transform - pos: 6.5,-73.5 - parent: 2 - - uid: 1213 - components: - - type: Transform - pos: 3.5,-52.5 - parent: 2 - - uid: 1420 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-74.5 - parent: 2 - - uid: 1516 - components: - - type: Transform - pos: 6.5,-79.5 - parent: 2 - - uid: 1517 - components: - - type: Transform - pos: 6.5,-80.5 - parent: 2 - - uid: 1518 - components: - - type: Transform - pos: 7.5,-80.5 - parent: 2 - - uid: 1536 - components: - - type: Transform - pos: -6.5,-93.5 - parent: 2 - - uid: 1537 - components: - - type: Transform - pos: -6.5,-94.5 - parent: 2 - - uid: 1538 - components: - - type: Transform - pos: -6.5,-95.5 - parent: 2 - - uid: 1554 - components: - - type: Transform - pos: 2.5,-100.5 - parent: 2 - - uid: 1581 - components: - - type: Transform - pos: 7.5,-92.5 - parent: 2 - - uid: 1711 - components: - - type: Transform - pos: 2.5,-99.5 - parent: 2 - - uid: 1712 - components: - - type: Transform - pos: 1.5,-99.5 - parent: 2 - - uid: 1847 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-51.5 - parent: 2 - - uid: 1855 - components: - - type: Transform - pos: -7.5,-106.5 - parent: 2 - - uid: 1856 - components: - - type: Transform - pos: -8.5,-106.5 - parent: 2 - - uid: 1931 - components: - - type: Transform - pos: 6.5,-112.5 - parent: 2 - - uid: 1955 - components: - - type: Transform - pos: -9.5,-117.5 - parent: 2 - - uid: 2099 - components: - - type: Transform - pos: -5.5,-128.5 - parent: 2 - - uid: 2111 - components: - - type: Transform - pos: 2.5,-126.5 - parent: 2 - - uid: 2112 - components: - - type: Transform - pos: 2.5,-127.5 - parent: 2 - - uid: 2115 - components: - - type: Transform - pos: 3.5,-127.5 - parent: 2 - - uid: 2116 - components: - - type: Transform - pos: 4.5,-127.5 - parent: 2 - - uid: 2120 - components: - - type: Transform - pos: 4.5,-128.5 - parent: 2 - - uid: 2173 - components: - - type: Transform - pos: 0.5,-115.5 - parent: 2 - - uid: 2174 - components: - - type: Transform - pos: 1.5,-115.5 - parent: 2 - - uid: 2175 - components: - - type: Transform - pos: 2.5,-115.5 - parent: 2 - - uid: 2176 - components: - - type: Transform - pos: 2.5,-117.5 - parent: 2 - - uid: 2186 - components: - - type: Transform - pos: 4.5,-113.5 - parent: 2 - - uid: 2187 - components: - - type: Transform - pos: 4.5,-112.5 - parent: 2 - - uid: 2192 - components: - - type: Transform - pos: 4.5,-115.5 - parent: 2 - - uid: 2193 - components: - - type: Transform - pos: 1.5,-114.5 - parent: 2 - - uid: 2285 - components: - - type: Transform - pos: 5.5,-112.5 - parent: 2 - - uid: 2456 - components: - - type: Transform - pos: 1.5,-134.5 - parent: 2 - - uid: 2457 - components: - - type: Transform - pos: 2.5,-134.5 - parent: 2 - - uid: 2458 - components: - - type: Transform - pos: 2.5,-133.5 - parent: 2 - - uid: 2482 - components: - - type: Transform - pos: 3.5,-133.5 - parent: 2 - - uid: 2496 - components: - - type: Transform - pos: -6.5,-143.5 - parent: 2 - - uid: 2497 - components: - - type: Transform - pos: -6.5,-137.5 - parent: 2 - - uid: 2498 - components: - - type: Transform - pos: -7.5,-137.5 - parent: 2 - - uid: 2499 - components: - - type: Transform - pos: -7.5,-138.5 - parent: 2 - - uid: 2500 - components: - - type: Transform - pos: -7.5,-142.5 - parent: 2 - - uid: 2501 - components: - - type: Transform - pos: -7.5,-143.5 - parent: 2 - - uid: 2510 - components: - - type: Transform - pos: -7.5,-151.5 - parent: 2 - - uid: 2511 - components: - - type: Transform - pos: -6.5,-151.5 - parent: 2 - - uid: 2525 - components: - - type: Transform - pos: -0.5,-155.5 - parent: 2 - - uid: 2530 - components: - - type: Transform - pos: 1.5,-155.5 - parent: 2 - - uid: 2534 - components: - - type: Transform - pos: 4.5,-154.5 - parent: 2 - - uid: 2535 - components: - - type: Transform - pos: 4.5,-155.5 - parent: 2 - - uid: 2546 - components: - - type: Transform - pos: 3.5,-154.5 - parent: 2 - - uid: 2564 - components: - - type: Transform - pos: 9.5,-151.5 - parent: 2 - - uid: 2578 - components: - - type: Transform - pos: 9.5,-137.5 - parent: 2 - - uid: 2579 - components: - - type: Transform - pos: 9.5,-136.5 - parent: 2 - - uid: 3084 - components: - - type: Transform - pos: -1.5,-161.5 - parent: 2 - - uid: 3085 - components: - - type: Transform - pos: -0.5,-180.5 - parent: 2 - - uid: 3086 - components: - - type: Transform - pos: -1.5,-180.5 - parent: 2 - - uid: 3088 - components: - - type: Transform - pos: -8.5,-171.5 - parent: 2 - - uid: 3106 - components: - - type: Transform - pos: -8.5,-172.5 - parent: 2 - - uid: 3108 - components: - - type: Transform - pos: -8.5,-179.5 - parent: 2 - - uid: 3111 - components: - - type: Transform - pos: 8.5,-164.5 - parent: 2 - - uid: 3131 - components: - - type: Transform - pos: 8.5,-170.5 - parent: 2 - - uid: 3138 - components: - - type: Transform - pos: -5.5,-181.5 - parent: 2 - - uid: 3139 - components: - - type: Transform - pos: -5.5,-182.5 - parent: 2 - - uid: 3140 - components: - - type: Transform - pos: -3.5,-181.5 - parent: 2 - - uid: 3142 - components: - - type: Transform - pos: 9.5,-178.5 - parent: 2 - - uid: 3153 - components: - - type: Transform - pos: 6.5,-181.5 - parent: 2 - - uid: 3154 - components: - - type: Transform - pos: 4.5,-182.5 - parent: 2 - - uid: 3157 - components: - - type: Transform - pos: 8.5,-179.5 - parent: 2 - - uid: 3664 - components: - - type: Transform - pos: 6.5,-187.5 - parent: 2 - - uid: 3665 - components: - - type: Transform - pos: 6.5,-188.5 - parent: 2 - - uid: 3666 - components: - - type: Transform - pos: 7.5,-188.5 - parent: 2 - - uid: 3668 - components: - - type: Transform - pos: 7.5,-189.5 - parent: 2 - - uid: 3791 - components: - - type: Transform - pos: -6.5,-192.5 - parent: 2 - - uid: 3793 - components: - - type: Transform - pos: -7.5,-193.5 - parent: 2 - - uid: 3808 - components: - - type: Transform - pos: -6.5,-207.5 - parent: 2 - - uid: 3809 - components: - - type: Transform - pos: -5.5,-207.5 - parent: 2 - - uid: 3810 - components: - - type: Transform - pos: -5.5,-208.5 - parent: 2 - - uid: 3825 - components: - - type: Transform - pos: 4.5,-208.5 - parent: 2 - - uid: 3827 - components: - - type: Transform - pos: 6.5,-208.5 - parent: 2 - - uid: 3829 - components: - - type: Transform - pos: 6.5,-207.5 - parent: 2 - - uid: 3830 - components: - - type: Transform - pos: 7.5,-207.5 - parent: 2 - - uid: 3831 - components: - - type: Transform - pos: 7.5,-206.5 - parent: 2 - - uid: 4726 - components: - - type: Transform - pos: 6.5,-186.5 - parent: 2 - - uid: 6306 - components: - - type: Transform - pos: 4.5,-114.5 - parent: 2 - - uid: 6917 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-186.5 - parent: 2 - - uid: 7755 - components: - - type: Transform - pos: 5.5,-207.5 - parent: 2 - - uid: 7764 - components: - - type: Transform - pos: 4.5,-207.5 - parent: 2 - - uid: 7843 - components: - - type: Transform - pos: -4.5,-192.5 - parent: 2 - - uid: 8387 - components: - - type: Transform - pos: -2.5,-192.5 - parent: 2 - - uid: 8809 - components: - - type: Transform - pos: -5.5,-192.5 - parent: 2 - - uid: 12684 - components: - - type: Transform - pos: -7.5,-127.5 - parent: 2 - - uid: 14689 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-51.5 - parent: 2 - - uid: 16739 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-24.5 - parent: 2 -- proto: WallSolid - entities: - - uid: 439 - components: - - type: Transform - pos: 1.5,-34.5 - parent: 2 - - uid: 447 - components: - - type: Transform - pos: 3.5,-67.5 - parent: 2 - - uid: 458 - components: - - type: Transform - pos: -5.5,-33.5 - parent: 2 - - uid: 461 - components: - - type: Transform - pos: -2.5,-33.5 - parent: 2 - - uid: 462 - components: - - type: Transform - pos: -1.5,-33.5 - parent: 2 - - uid: 464 - components: - - type: Transform - pos: -1.5,-36.5 - parent: 2 - - uid: 465 - components: - - type: Transform - pos: -2.5,-36.5 - parent: 2 - - uid: 466 - components: - - type: Transform - pos: -2.5,-37.5 - parent: 2 - - uid: 467 - components: - - type: Transform - pos: -2.5,-38.5 - parent: 2 - - uid: 468 - components: - - type: Transform - pos: -2.5,-39.5 - parent: 2 - - uid: 469 - components: - - type: Transform - pos: -2.5,-40.5 - parent: 2 - - uid: 472 - components: - - type: Transform - pos: -3.5,-40.5 - parent: 2 - - uid: 473 - components: - - type: Transform - pos: -5.5,-40.5 - parent: 2 - - uid: 475 - components: - - type: Transform - pos: 1.5,-33.5 - parent: 2 - - uid: 476 - components: - - type: Transform - pos: 2.5,-33.5 - parent: 2 - - uid: 480 - components: - - type: Transform - pos: 4.5,-31.5 - parent: 2 - - uid: 481 - components: - - type: Transform - pos: 4.5,-30.5 - parent: 2 - - uid: 482 - components: - - type: Transform - pos: 4.5,-29.5 - parent: 2 - - uid: 483 - components: - - type: Transform - pos: 4.5,-28.5 - parent: 2 - - uid: 484 - components: - - type: Transform - pos: 4.5,-27.5 - parent: 2 - - uid: 487 - components: - - type: Transform - pos: 3.5,-36.5 - parent: 2 - - uid: 488 - components: - - type: Transform - pos: 2.5,-36.5 - parent: 2 - - uid: 489 - components: - - type: Transform - pos: 1.5,-36.5 - parent: 2 - - uid: 491 - components: - - type: Transform - pos: 4.5,-35.5 - parent: 2 - - uid: 492 - components: - - type: Transform - pos: 5.5,-35.5 - parent: 2 - - uid: 493 - components: - - type: Transform - pos: 6.5,-35.5 - parent: 2 - - uid: 880 - components: - - type: Transform - pos: 3.5,-56.5 - parent: 2 - - uid: 881 - components: - - type: Transform - pos: 4.5,-32.5 - parent: 2 - - uid: 908 - components: - - type: Transform - pos: 5.5,-60.5 - parent: 2 - - uid: 945 - components: - - type: Transform - pos: 3.5,-59.5 - parent: 2 - - uid: 959 - components: - - type: Transform - pos: 3.5,-33.5 - parent: 2 - - uid: 965 - components: - - type: Transform - pos: 0.5,-65.5 - parent: 2 - - uid: 966 - components: - - type: Transform - pos: 3.5,-70.5 - parent: 2 - - uid: 967 - components: - - type: Transform - pos: 2.5,-70.5 - parent: 2 - - uid: 968 - components: - - type: Transform - pos: 3.5,-69.5 - parent: 2 - - uid: 969 - components: - - type: Transform - pos: 5.5,-62.5 - parent: 2 - - uid: 971 - components: - - type: Transform - pos: 5.5,-64.5 - parent: 2 - - uid: 972 - components: - - type: Transform - pos: 3.5,-58.5 - parent: 2 - - uid: 976 - components: - - type: Transform - pos: -5.5,-69.5 - parent: 2 - - uid: 984 - components: - - type: Transform - pos: -1.5,-55.5 - parent: 2 - - uid: 987 - components: - - type: Transform - pos: -2.5,-56.5 - parent: 2 - - uid: 1010 - components: - - type: Transform - pos: 5.5,-61.5 - parent: 2 - - uid: 1018 - components: - - type: Transform - pos: 1.5,-60.5 - parent: 2 - - uid: 1019 - components: - - type: Transform - pos: 2.5,-61.5 - parent: 2 - - uid: 1020 - components: - - type: Transform - pos: 2.5,-60.5 - parent: 2 - - uid: 1032 - components: - - type: Transform - pos: -1.5,-71.5 - parent: 2 - - uid: 1071 - components: - - type: Transform - pos: 2.5,-64.5 - parent: 2 - - uid: 1076 - components: - - type: Transform - pos: 3.5,-60.5 - parent: 2 - - uid: 1077 - components: - - type: Transform - pos: 1.5,-65.5 - parent: 2 - - uid: 1080 - components: - - type: Transform - pos: 5.5,-65.5 - parent: 2 - - uid: 1084 - components: - - type: Transform - pos: 4.5,-60.5 - parent: 2 - - uid: 1087 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-56.5 - parent: 2 - - uid: 1218 - components: - - type: Transform - pos: 0.5,-60.5 - parent: 2 - - uid: 1223 - components: - - type: Transform - pos: 2.5,-65.5 - parent: 2 - - uid: 1243 - components: - - type: Transform - pos: -1.5,-93.5 - parent: 2 - - uid: 1274 - components: - - type: Transform - pos: -6.5,-69.5 - parent: 2 - - uid: 1417 - components: - - type: Transform - pos: -1.5,-70.5 - parent: 2 - - uid: 1425 - components: - - type: Transform - pos: -1.5,-95.5 - parent: 2 - - uid: 1428 - components: - - type: Transform - pos: 4.5,-70.5 - parent: 2 - - uid: 1434 - components: - - type: Transform - pos: -3.5,-69.5 - parent: 2 - - uid: 1495 - components: - - type: Transform - pos: -1.5,-279.5 - parent: 2 - - uid: 1496 - components: - - type: Transform - pos: -1.5,-278.5 - parent: 2 - - uid: 1549 - components: - - type: Transform - pos: -1.5,-96.5 - parent: 2 - - uid: 1639 - components: - - type: Transform - pos: -1.5,-82.5 - parent: 2 - - uid: 1640 - components: - - type: Transform - pos: -1.5,-83.5 - parent: 2 - - uid: 1642 - components: - - type: Transform - pos: -5.5,-82.5 - parent: 2 - - uid: 1643 - components: - - type: Transform - pos: -5.5,-83.5 - parent: 2 - - uid: 1644 - components: - - type: Transform - pos: -4.5,-83.5 - parent: 2 - - uid: 1645 - components: - - type: Transform - pos: -4.5,-84.5 - parent: 2 - - uid: 1648 - components: - - type: Transform - pos: -2.5,-85.5 - parent: 2 - - uid: 1651 - components: - - type: Transform - pos: -2.5,-88.5 - parent: 2 - - uid: 1652 - components: - - type: Transform - pos: -4.5,-88.5 - parent: 2 - - uid: 1653 - components: - - type: Transform - pos: -4.5,-89.5 - parent: 2 - - uid: 1654 - components: - - type: Transform - pos: -5.5,-89.5 - parent: 2 - - uid: 1655 - components: - - type: Transform - pos: -2.5,-89.5 - parent: 2 - - uid: 1656 - components: - - type: Transform - pos: -1.5,-89.5 - parent: 2 - - uid: 1657 - components: - - type: Transform - pos: -5.5,-90.5 - parent: 2 - - uid: 1658 - components: - - type: Transform - pos: -1.5,-90.5 - parent: 2 - - uid: 1661 - components: - - type: Transform - pos: -0.5,-90.5 - parent: 2 - - uid: 1663 - components: - - type: Transform - pos: -0.5,-92.5 - parent: 2 - - uid: 1664 - components: - - type: Transform - pos: -0.5,-93.5 - parent: 2 - - uid: 1667 - components: - - type: Transform - pos: -1.5,-94.5 - parent: 2 - - uid: 1668 - components: - - type: Transform - pos: -2.5,-94.5 - parent: 2 - - uid: 1681 - components: - - type: Transform - pos: 2.5,-93.5 - parent: 2 - - uid: 1682 - components: - - type: Transform - pos: 3.5,-92.5 - parent: 2 - - uid: 1684 - components: - - type: Transform - pos: 3.5,-84.5 - parent: 2 - - uid: 1685 - components: - - type: Transform - pos: 2.5,-83.5 - parent: 2 - - uid: 1729 - components: - - type: Transform - pos: -1.5,-56.5 - parent: 2 - - uid: 1751 - components: - - type: Transform - pos: 2.5,-92.5 - parent: 2 - - uid: 1765 - components: - - type: Transform - pos: 2.5,-84.5 - parent: 2 - - uid: 1829 - components: - - type: Transform - pos: -5.5,-108.5 - parent: 2 - - uid: 1832 - components: - - type: Transform - pos: -4.5,-108.5 - parent: 2 - - uid: 1848 - components: - - type: Transform - pos: -5.5,-109.5 - parent: 2 - - uid: 1863 - components: - - type: Transform - pos: -5.5,-112.5 - parent: 2 - - uid: 1864 - components: - - type: Transform - pos: -5.5,-111.5 - parent: 2 - - uid: 1865 - components: - - type: Transform - pos: -6.5,-111.5 - parent: 2 - - uid: 1866 - components: - - type: Transform - pos: -7.5,-111.5 - parent: 2 - - uid: 1867 - components: - - type: Transform - pos: -8.5,-111.5 - parent: 2 - - uid: 1868 - components: - - type: Transform - pos: -5.5,-115.5 - parent: 2 - - uid: 1869 - components: - - type: Transform - pos: -5.5,-114.5 - parent: 2 - - uid: 1870 - components: - - type: Transform - pos: -6.5,-114.5 - parent: 2 - - uid: 1871 - components: - - type: Transform - pos: -7.5,-114.5 - parent: 2 - - uid: 1872 - components: - - type: Transform - pos: -8.5,-114.5 - parent: 2 - - uid: 1875 - components: - - type: Transform - pos: -6.5,-117.5 - parent: 2 - - uid: 1876 - components: - - type: Transform - pos: -5.5,-117.5 - parent: 2 - - uid: 1877 - components: - - type: Transform - pos: -8.5,-120.5 - parent: 2 - - uid: 1878 - components: - - type: Transform - pos: -7.5,-120.5 - parent: 2 - - uid: 1881 - components: - - type: Transform - pos: -8.5,-123.5 - parent: 2 - - uid: 1882 - components: - - type: Transform - pos: -7.5,-123.5 - parent: 2 - - uid: 1883 - components: - - type: Transform - pos: -6.5,-123.5 - parent: 2 - - uid: 1884 - components: - - type: Transform - pos: -5.5,-123.5 - parent: 2 - - uid: 1885 - components: - - type: Transform - pos: -5.5,-124.5 - parent: 2 - - uid: 1887 - components: - - type: Transform - pos: -5.5,-118.5 - parent: 2 - - uid: 2200 - components: - - type: Transform - pos: 2.5,-111.5 - parent: 2 - - uid: 2201 - components: - - type: Transform - pos: 2.5,-110.5 - parent: 2 - - uid: 2203 - components: - - type: Transform - pos: 2.5,-108.5 - parent: 2 - - uid: 2353 - components: - - type: Transform - pos: 3.5,-150.5 - parent: 2 - - uid: 2504 - components: - - type: Transform - pos: -2.5,-69.5 - parent: 2 - - uid: 2528 - components: - - type: Transform - pos: 2.5,-151.5 - parent: 2 - - uid: 2531 - components: - - type: Transform - pos: 2.5,-147.5 - parent: 2 - - uid: 2536 - components: - - type: Transform - pos: 1.5,-146.5 - parent: 2 - - uid: 2540 - components: - - type: Transform - pos: 1.5,-142.5 - parent: 2 - - uid: 2541 - components: - - type: Transform - pos: 1.5,-141.5 - parent: 2 - - uid: 2542 - components: - - type: Transform - pos: 1.5,-140.5 - parent: 2 - - uid: 2543 - components: - - type: Transform - pos: 2.5,-140.5 - parent: 2 - - uid: 2544 - components: - - type: Transform - pos: 3.5,-140.5 - parent: 2 - - uid: 2547 - components: - - type: Transform - pos: 5.5,-140.5 - parent: 2 - - uid: 2548 - components: - - type: Transform - pos: 6.5,-140.5 - parent: 2 - - uid: 2549 - components: - - type: Transform - pos: 7.5,-140.5 - parent: 2 - - uid: 2552 - components: - - type: Transform - pos: 7.5,-141.5 - parent: 2 - - uid: 2553 - components: - - type: Transform - pos: 7.5,-142.5 - parent: 2 - - uid: 2554 - components: - - type: Transform - pos: 7.5,-143.5 - parent: 2 - - uid: 2555 - components: - - type: Transform - pos: 7.5,-144.5 - parent: 2 - - uid: 2591 - components: - - type: Transform - pos: -1.5,-152.5 - parent: 2 - - uid: 2593 - components: - - type: Transform - pos: -1.5,-150.5 - parent: 2 - - uid: 2606 - components: - - type: Transform - pos: -3.5,-137.5 - parent: 2 - - uid: 2607 - components: - - type: Transform - pos: -2.5,-137.5 - parent: 2 - - uid: 2608 - components: - - type: Transform - pos: -1.5,-137.5 - parent: 2 - - uid: 2609 - components: - - type: Transform - pos: -1.5,-135.5 - parent: 2 - - uid: 2610 - components: - - type: Transform - pos: -1.5,-136.5 - parent: 2 - - uid: 2611 - components: - - type: Transform - pos: -1.5,-138.5 - parent: 2 - - uid: 2612 - components: - - type: Transform - pos: -1.5,-142.5 - parent: 2 - - uid: 2613 - components: - - type: Transform - pos: -1.5,-143.5 - parent: 2 - - uid: 2616 - components: - - type: Transform - pos: -1.5,-144.5 - parent: 2 - - uid: 2617 - components: - - type: Transform - pos: -1.5,-145.5 - parent: 2 - - uid: 2618 - components: - - type: Transform - pos: -1.5,-146.5 - parent: 2 - - uid: 2619 - components: - - type: Transform - pos: -1.5,-147.5 - parent: 2 - - uid: 2620 - components: - - type: Transform - pos: -1.5,-148.5 - parent: 2 - - uid: 2621 - components: - - type: Transform - pos: -1.5,-149.5 - parent: 2 - - uid: 2622 - components: - - type: Transform - pos: -2.5,-149.5 - parent: 2 - - uid: 2677 - components: - - type: Transform - pos: 1.5,-138.5 - parent: 2 - - uid: 2679 - components: - - type: Transform - pos: 1.5,-139.5 - parent: 2 - - uid: 2681 - components: - - type: Transform - pos: 4.5,-136.5 - parent: 2 - - uid: 2682 - components: - - type: Transform - pos: 3.5,-136.5 - parent: 2 - - uid: 2685 - components: - - type: Transform - pos: 7.5,-139.5 - parent: 2 - - uid: 2700 - components: - - type: Transform - pos: 5.5,-136.5 - parent: 2 - - uid: 2734 - components: - - type: Transform - pos: 4.5,-150.5 - parent: 2 - - uid: 2735 - components: - - type: Transform - pos: 5.5,-150.5 - parent: 2 - - uid: 2736 - components: - - type: Transform - pos: 6.5,-150.5 - parent: 2 - - uid: 2737 - components: - - type: Transform - pos: 7.5,-150.5 - parent: 2 - - uid: 2927 - components: - - type: Transform - pos: 2.5,-164.5 - parent: 2 - - uid: 2948 - components: - - type: Transform - pos: 2.5,-169.5 - parent: 2 - - uid: 3032 - components: - - type: Transform - pos: -0.5,-173.5 - parent: 2 - - uid: 3035 - components: - - type: Transform - pos: -0.5,-176.5 - parent: 2 - - uid: 3043 - components: - - type: Transform - pos: -5.5,-177.5 - parent: 2 - - uid: 3046 - components: - - type: Transform - pos: -5.5,-175.5 - parent: 2 - - uid: 3050 - components: - - type: Transform - pos: -5.5,-171.5 - parent: 2 - - uid: 3056 - components: - - type: Transform - pos: 3.5,-170.5 - parent: 2 - - uid: 3057 - components: - - type: Transform - pos: 2.5,-170.5 - parent: 2 - - uid: 3059 - components: - - type: Transform - pos: 2.5,-165.5 - parent: 2 - - uid: 3061 - components: - - type: Transform - pos: 3.5,-164.5 - parent: 2 - - uid: 3062 - components: - - type: Transform - pos: 4.5,-164.5 - parent: 2 - - uid: 3063 - components: - - type: Transform - pos: 5.5,-164.5 - parent: 2 - - uid: 3066 - components: - - type: Transform - pos: 7.5,-170.5 - parent: 2 - - uid: 3073 - components: - - type: Transform - pos: 2.5,-171.5 - parent: 2 - - uid: 3170 - components: - - type: Transform - pos: -0.5,-177.5 - parent: 2 - - uid: 3185 - components: - - type: Transform - pos: -1.5,-178.5 - parent: 2 - - uid: 3221 - components: - - type: Transform - pos: -5.5,-178.5 - parent: 2 - - uid: 3224 - components: - - type: Transform - pos: -2.5,-178.5 - parent: 2 - - uid: 3507 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-36.5 - parent: 2 - - uid: 3676 - components: - - type: Transform - pos: 2.5,-172.5 - parent: 2 - - uid: 3681 - components: - - type: Transform - pos: 2.5,-176.5 - parent: 2 - - uid: 3723 - components: - - type: Transform - pos: 1.5,-191.5 - parent: 2 - - uid: 3724 - components: - - type: Transform - pos: 2.5,-191.5 - parent: 2 - - uid: 3725 - components: - - type: Transform - pos: 3.5,-191.5 - parent: 2 - - uid: 3726 - components: - - type: Transform - pos: 4.5,-191.5 - parent: 2 - - uid: 3730 - components: - - type: Transform - pos: 4.5,-195.5 - parent: 2 - - uid: 3731 - components: - - type: Transform - pos: 3.5,-195.5 - parent: 2 - - uid: 3732 - components: - - type: Transform - pos: 1.5,-195.5 - parent: 2 - - uid: 3733 - components: - - type: Transform - pos: 0.5,-195.5 - parent: 2 - - uid: 3737 - components: - - type: Transform - pos: -1.5,-193.5 - parent: 2 - - uid: 3738 - components: - - type: Transform - pos: -1.5,-192.5 - parent: 2 - - uid: 3740 - components: - - type: Transform - pos: -0.5,-191.5 - parent: 2 - - uid: 3750 - components: - - type: Transform - pos: 4.5,-196.5 - parent: 2 - - uid: 3751 - components: - - type: Transform - pos: 4.5,-199.5 - parent: 2 - - uid: 3755 - components: - - type: Transform - pos: -0.5,-204.5 - parent: 2 - - uid: 3756 - components: - - type: Transform - pos: 1.5,-204.5 - parent: 2 - - uid: 3757 - components: - - type: Transform - pos: 2.5,-204.5 - parent: 2 - - uid: 3758 - components: - - type: Transform - pos: 0.5,-204.5 - parent: 2 - - uid: 3772 - components: - - type: Transform - pos: -1.5,-199.5 - parent: 2 - - uid: 3773 - components: - - type: Transform - pos: -1.5,-200.5 - parent: 2 - - uid: 3775 - components: - - type: Transform - pos: -1.5,-201.5 - parent: 2 - - uid: 3776 - components: - - type: Transform - pos: -1.5,-202.5 - parent: 2 - - uid: 3777 - components: - - type: Transform - pos: -1.5,-203.5 - parent: 2 - - uid: 3778 - components: - - type: Transform - pos: -1.5,-204.5 - parent: 2 - - uid: 4574 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-246.5 - parent: 2 - - uid: 5212 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-259.5 - parent: 2 - - uid: 5215 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-259.5 - parent: 2 - - uid: 5216 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-258.5 - parent: 2 - - uid: 5259 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-258.5 - parent: 2 - - uid: 5262 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-257.5 - parent: 2 - - uid: 5337 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-258.5 - parent: 2 - - uid: 6195 - components: - - type: Transform - pos: -0.5,-168.5 - parent: 2 - - uid: 6819 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-248.5 - parent: 2 - - uid: 7420 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-258.5 - parent: 2 - - uid: 7792 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-245.5 - parent: 2 - - uid: 7795 - components: - - type: Transform - pos: -1.5,-280.5 - parent: 2 - - uid: 7812 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-244.5 - parent: 2 - - uid: 7827 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-246.5 - parent: 2 - - uid: 7878 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-245.5 - parent: 2 - - uid: 8025 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-246.5 - parent: 2 - - uid: 8026 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-246.5 - parent: 2 - - uid: 8028 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-247.5 - parent: 2 - - uid: 8033 - components: - - type: Transform - pos: 1.5,-252.5 - parent: 2 - - uid: 8053 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-251.5 - parent: 2 - - uid: 8058 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-250.5 - parent: 2 - - uid: 8059 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-249.5 - parent: 2 - - uid: 8103 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-249.5 - parent: 2 - - uid: 8214 - components: - - type: Transform - pos: 6.5,-246.5 - parent: 2 - - uid: 8391 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-247.5 - parent: 2 - - uid: 8478 - components: - - type: Transform - pos: -5.5,-168.5 - parent: 2 - - uid: 8535 - components: - - type: Transform - pos: -5.5,-170.5 - parent: 2 - - uid: 8582 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-270.5 - parent: 2 - - uid: 8583 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-272.5 - parent: 2 - - uid: 8584 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-272.5 - parent: 2 - - uid: 8586 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-275.5 - parent: 2 - - uid: 8587 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-276.5 - parent: 2 - - uid: 8622 - components: - - type: Transform - pos: -4.5,-282.5 - parent: 2 - - uid: 8623 - components: - - type: Transform - pos: -4.5,-283.5 - parent: 2 - - uid: 8626 - components: - - type: Transform - pos: -1.5,-277.5 - parent: 2 - - uid: 8648 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-275.5 - parent: 2 - - uid: 8649 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-275.5 - parent: 2 - - uid: 8650 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-283.5 - parent: 2 - - uid: 8653 - components: - - type: Transform - pos: -1.5,-286.5 - parent: 2 - - uid: 8654 - components: - - type: Transform - pos: -1.5,-287.5 - parent: 2 - - uid: 8656 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-270.5 - parent: 2 - - uid: 8666 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-284.5 - parent: 2 - - uid: 8671 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-281.5 - parent: 2 - - uid: 8682 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-283.5 - parent: 2 - - uid: 8692 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-286.5 - parent: 2 - - uid: 8699 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-287.5 - parent: 2 - - uid: 8765 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-275.5 - parent: 2 - - uid: 8766 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-275.5 - parent: 2 - - uid: 8931 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-258.5 - parent: 2 - - uid: 9852 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-258.5 - parent: 2 - - uid: 9865 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-249.5 - parent: 2 - - uid: 10064 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-253.5 - parent: 2 - - uid: 10075 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-249.5 - parent: 2 - - uid: 10329 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-258.5 - parent: 2 - - uid: 10675 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-56.5 - parent: 2 - - uid: 11903 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-387.5 - parent: 2 - - uid: 11904 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-387.5 - parent: 2 - - uid: 11905 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-388.5 - parent: 2 - - uid: 11908 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-387.5 - parent: 2 - - uid: 11911 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-383.5 - parent: 2 - - uid: 11941 - components: - - type: Transform - pos: -2.5,-385.5 - parent: 2 - - uid: 11942 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-384.5 - parent: 2 - - uid: 11947 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-387.5 - parent: 2 - - uid: 11948 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-382.5 - parent: 2 - - uid: 11949 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-383.5 - parent: 2 - - uid: 11950 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-387.5 - parent: 2 - - uid: 11952 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-387.5 - parent: 2 - - uid: 11955 - components: - - type: Transform - pos: -3.5,-164.5 - parent: 2 - - uid: 11994 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-385.5 - parent: 2 - - uid: 11995 - components: - - type: Transform - pos: -2.5,-171.5 - parent: 2 - - uid: 11996 - components: - - type: Transform - pos: -3.5,-171.5 - parent: 2 - - uid: 12000 - components: - - type: Transform - pos: -1.5,-171.5 - parent: 2 - - uid: 12001 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-385.5 - parent: 2 - - uid: 12002 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-386.5 - parent: 2 - - uid: 12003 - components: - - type: Transform - pos: -0.5,-171.5 - parent: 2 - - uid: 12005 - components: - - type: Transform - pos: -5.5,-169.5 - parent: 2 - - uid: 12006 - components: - - type: Transform - pos: -0.5,-170.5 - parent: 2 - - uid: 12009 - components: - - type: Transform - pos: -4.5,-167.5 - parent: 2 - - uid: 12010 - components: - - type: Transform - pos: -1.5,-167.5 - parent: 2 - - uid: 12011 - components: - - type: Transform - pos: -4.5,-171.5 - parent: 2 - - uid: 12084 - components: - - type: Transform - pos: -0.5,-167.5 - parent: 2 - - uid: 12085 - components: - - type: Transform - pos: -2.5,-167.5 - parent: 2 - - uid: 12086 - components: - - type: Transform - pos: -3.5,-167.5 - parent: 2 - - uid: 12096 - components: - - type: Transform - pos: -2.5,-164.5 - parent: 2 - - uid: 12097 - components: - - type: Transform - pos: -1.5,-164.5 - parent: 2 - - uid: 12110 - components: - - type: Transform - pos: -0.5,-166.5 - parent: 2 - - uid: 12116 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-374.5 - parent: 2 - - uid: 12130 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-374.5 - parent: 2 - - uid: 12131 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-374.5 - parent: 2 - - uid: 12176 - components: - - type: Transform - pos: -5.5,-167.5 - parent: 2 - - uid: 12204 - components: - - type: Transform - pos: -5.5,-166.5 - parent: 2 - - uid: 12209 - components: - - type: Transform - pos: -5.5,-164.5 - parent: 2 - - uid: 12215 - components: - - type: Transform - pos: -5.5,-165.5 - parent: 2 - - uid: 13450 - components: - - type: Transform - pos: 4.5,-33.5 - parent: 2 - - uid: 13469 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-258.5 - parent: 2 - - uid: 13471 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-254.5 - parent: 2 - - uid: 13990 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-255.5 - parent: 2 - - uid: 13996 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-257.5 - parent: 2 - - uid: 14001 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-254.5 - parent: 2 - - uid: 14021 - components: - - type: Transform - pos: -4.5,-164.5 - parent: 2 - - uid: 14647 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-246.5 - parent: 2 - - uid: 14803 - components: - - type: Transform - pos: -2.5,-70.5 - parent: 2 -- proto: WallSolidDiagonal - entities: - - uid: 1683 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-93.5 - parent: 2 - - uid: 1688 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-83.5 - parent: 2 - - uid: 2246 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-108.5 - parent: 2 - - uid: 2563 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-147.5 - parent: 2 - - uid: 2824 - components: - - type: Transform - pos: 2.5,-150.5 - parent: 2 - - uid: 3225 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-178.5 - parent: 2 - - uid: 7243 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-258.5 - parent: 2 - - uid: 8850 - components: - - type: Transform - pos: -1.5,-191.5 - parent: 2 - - uid: 8866 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-245.5 - parent: 2 - - uid: 8912 - components: - - type: Transform - pos: 1.5,-248.5 - parent: 2 - - uid: 13449 - components: - - type: Transform - pos: 1.5,-137.5 - parent: 2 - - uid: 13995 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-254.5 - parent: 2 -- proto: WallSolidRust - entities: - - uid: 459 - components: - - type: Transform - pos: -4.5,-33.5 - parent: 2 - - uid: 460 - components: - - type: Transform - pos: -3.5,-33.5 - parent: 2 - - uid: 759 - components: - - type: Transform - pos: -1.5,-35.5 - parent: 2 - - uid: 963 - components: - - type: Transform - pos: 2.5,-63.5 - parent: 2 - - uid: 1024 - components: - - type: Transform - pos: 3.5,-66.5 - parent: 2 - - uid: 1082 - components: - - type: Transform - pos: -5.5,-93.5 - parent: 2 - - uid: 1105 - components: - - type: Transform - pos: 3.5,-65.5 - parent: 2 - - uid: 1128 - components: - - type: Transform - pos: 4.5,-65.5 - parent: 2 - - uid: 1230 - components: - - type: Transform - pos: 2.5,-71.5 - parent: 2 - - uid: 1641 - components: - - type: Transform - pos: -2.5,-83.5 - parent: 2 - - uid: 1646 - components: - - type: Transform - pos: -4.5,-85.5 - parent: 2 - - uid: 1647 - components: - - type: Transform - pos: -2.5,-84.5 - parent: 2 - - uid: 1665 - components: - - type: Transform - pos: -5.5,-94.5 - parent: 2 - - uid: 1666 - components: - - type: Transform - pos: -4.5,-94.5 - parent: 2 - - uid: 1828 - components: - - type: Transform - pos: -2.5,-108.5 - parent: 2 - - uid: 1873 - components: - - type: Transform - pos: -8.5,-117.5 - parent: 2 - - uid: 1874 - components: - - type: Transform - pos: -7.5,-117.5 - parent: 2 - - uid: 1879 - components: - - type: Transform - pos: -6.5,-120.5 - parent: 2 - - uid: 1880 - components: - - type: Transform - pos: -5.5,-120.5 - parent: 2 - - uid: 1886 - components: - - type: Transform - pos: -5.5,-121.5 - parent: 2 - - uid: 1990 - components: - - type: Transform - pos: -3.5,-108.5 - parent: 2 - - uid: 2556 - components: - - type: Transform - pos: 7.5,-145.5 - parent: 2 - - uid: 2557 - components: - - type: Transform - pos: 7.5,-146.5 - parent: 2 - - uid: 2558 - components: - - type: Transform - pos: 7.5,-147.5 - parent: 2 - - uid: 2559 - components: - - type: Transform - pos: 6.5,-147.5 - parent: 2 - - uid: 2605 - components: - - type: Transform - pos: -5.5,-137.5 - parent: 2 - - uid: 2624 - components: - - type: Transform - pos: -4.5,-149.5 - parent: 2 - - uid: 2625 - components: - - type: Transform - pos: -5.5,-149.5 - parent: 2 - - uid: 2683 - components: - - type: Transform - pos: 6.5,-137.5 - parent: 2 - - uid: 2684 - components: - - type: Transform - pos: 7.5,-137.5 - parent: 2 - - uid: 2689 - components: - - type: Transform - pos: 2.5,-137.5 - parent: 2 - - uid: 2691 - components: - - type: Transform - pos: 2.5,-136.5 - parent: 2 - - uid: 2701 - components: - - type: Transform - pos: 6.5,-136.5 - parent: 2 - - uid: 3160 - components: - - type: Transform - pos: 2.5,-163.5 - parent: 2 - - uid: 3167 - components: - - type: Transform - pos: -0.5,-172.5 - parent: 2 - - uid: 3179 - components: - - type: Transform - pos: -5.5,-176.5 - parent: 2 - - uid: 3180 - components: - - type: Transform - pos: -5.5,-174.5 - parent: 2 - - uid: 3183 - components: - - type: Transform - pos: -5.5,-173.5 - parent: 2 - - uid: 3184 - components: - - type: Transform - pos: -5.5,-172.5 - parent: 2 - - uid: 3222 - components: - - type: Transform - pos: -4.5,-178.5 - parent: 2 - - uid: 3223 - components: - - type: Transform - pos: -3.5,-178.5 - parent: 2 - - uid: 3734 - components: - - type: Transform - pos: -0.5,-195.5 - parent: 2 - - uid: 3735 - components: - - type: Transform - pos: -1.5,-195.5 - parent: 2 - - uid: 3736 - components: - - type: Transform - pos: -1.5,-194.5 - parent: 2 - - uid: 3752 - components: - - type: Transform - pos: 4.5,-203.5 - parent: 2 - - uid: 3753 - components: - - type: Transform - pos: 4.5,-204.5 - parent: 2 - - uid: 3754 - components: - - type: Transform - pos: 3.5,-204.5 - parent: 2 - - uid: 3771 - components: - - type: Transform - pos: -1.5,-196.5 - parent: 2 -- proto: WardrobeBlackFilled - entities: - - uid: 14352 - components: - - type: Transform - pos: 13.5,-71.5 - parent: 2 -- proto: WardrobeBlueFilled - entities: - - uid: 14389 - components: - - type: Transform - pos: 17.5,-67.5 - parent: 2 -- proto: WardrobeCargoFilled - entities: - - uid: 6684 - components: - - type: Transform - pos: 1.5,-276.5 - parent: 2 -- proto: WardrobeGreenFilled - entities: - - uid: 14365 - components: - - type: Transform - pos: 14.5,-71.5 - parent: 2 -- proto: WardrobeGreyFilled - entities: - - uid: 14378 - components: - - type: Transform - pos: 17.5,-71.5 - parent: 2 -- proto: WardrobeMixedFilled - entities: - - uid: 4710 - components: - - type: Transform - pos: 14.5,-67.5 - parent: 2 - - uid: 14376 - components: - - type: Transform - pos: 16.5,-71.5 - parent: 2 - - uid: 14382 - components: - - type: Transform - pos: 16.5,-75.5 - parent: 2 - - uid: 14387 - components: - - type: Transform - pos: 16.5,-67.5 - parent: 2 -- proto: WardrobePinkFilled - entities: - - uid: 14038 - components: - - type: Transform - pos: 13.5,-67.5 - parent: 2 - - uid: 14385 - components: - - type: Transform - pos: 17.5,-75.5 - parent: 2 -- proto: WardrobePrisonFilled - entities: - - uid: 11440 - components: - - type: Transform - pos: 6.5,-367.5 - parent: 2 - - uid: 11441 - components: - - type: Transform - pos: 6.5,-364.5 - parent: 2 - - uid: 11442 - components: - - type: Transform - pos: -5.5,-364.5 - parent: 2 - - uid: 11443 - components: - - type: Transform - pos: -5.5,-367.5 - parent: 2 - - uid: 11444 - components: - - type: Transform - pos: -5.5,-369.5 - parent: 2 - - uid: 11445 - components: - - type: Transform - pos: 6.5,-369.5 - parent: 2 -- proto: WardrobeRoboticsFilled - entities: - - uid: 9950 - components: - - type: Transform - pos: 3.5,-310.5 - parent: 2 -- proto: WardrobeSalvageFilled - entities: - - uid: 8625 - components: - - type: Transform - pos: -6.5,-284.5 - parent: 2 -- proto: WardrobeScienceFilled - entities: - - uid: 9828 - components: - - type: Transform - pos: -2.5,-311.5 - parent: 2 - - uid: 10032 - components: - - type: Transform - pos: -2.5,-312.5 - parent: 2 -- proto: WardrobeVirologyFilled - entities: - - uid: 3910 - components: - - type: Transform - pos: -5.5,-198.5 - parent: 2 -- proto: WardrobeWhiteFilled - entities: - - uid: 14368 - components: - - type: Transform - pos: 14.5,-75.5 - parent: 2 -- proto: WardrobeYellowFilled - entities: - - uid: 14367 - components: - - type: Transform - pos: 13.5,-75.5 - parent: 2 -- proto: WarningAir - entities: - - uid: 8117 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-262.5 - parent: 2 -- proto: WarningCO2 - entities: - - uid: 12017 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-252.5 - parent: 2 -- proto: WarningN2 - entities: - - uid: 12222 - components: - - type: Transform - pos: -18.5,-258.5 - parent: 2 -- proto: WarningO2 - entities: - - uid: 12569 - components: - - type: Transform - pos: -18.5,-256.5 - parent: 2 -- proto: WarningPlasma - entities: - - uid: 6784 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-250.5 - parent: 2 -- proto: WarpPoint - entities: - - uid: 323 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-7.5 - parent: 2 - - type: WarpPoint - location: 'Car 00: Command' - - type: BombingTarget - - uid: 2875 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-144.5 - parent: 2 - - type: WarpPoint - location: 'Car 05: Chapel, Library' - - type: BombingTarget - - uid: 2880 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-35.5 - parent: 2 - - type: WarpPoint - location: 'Car 01: Arrivals, Evacuation' - - type: BombingTarget - - uid: 2881 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-63.5 - parent: 2 - - type: WarpPoint - location: 'Car 02: Bar' - - type: BombingTarget - - uid: 2883 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-90.5 - parent: 2 - - type: WarpPoint - location: 'Car 03: Kitchen, Hydroponic' - - type: BombingTarget - - uid: 2885 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-116.5 - parent: 2 - - type: WarpPoint - location: 'Car 04: HoP, Dormatories' - - type: BombingTarget - - uid: 3150 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-171.5 - parent: 2 - - type: WarpPoint - location: 'Car 06: Med' - - type: BombingTarget - - uid: 4233 - components: - - type: Transform - pos: 0.5,-198.5 - parent: 2 - - type: WarpPoint - location: 'Car 07: Virology, Med 2' - - type: BombingTarget - - uid: 4570 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-225.5 - parent: 2 - - type: WarpPoint - location: 'Car 08: Solar panels' - - type: BombingTarget - - uid: 8358 - components: - - type: Transform - pos: 0.5,-252.5 - parent: 2 - - type: WarpPoint - location: 'Car 09: Engneering' - - type: BombingTarget - - uid: 8984 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-279.5 - parent: 2 - - type: WarpPoint - location: 'Car 10: Cargo' - - type: BombingTarget - - uid: 10623 - components: - - type: Transform - pos: 0.5,-308.5 - parent: 2 - - type: WarpPoint - location: 'Car 11: RnD' - - type: BombingTarget - - uid: 10805 - components: - - type: Transform - pos: 0.5,-338.5 - parent: 2 - - type: WarpPoint - location: 'Car 12: Brig' - - type: BombingTarget - - uid: 11945 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-363.5 - parent: 2 - - type: WarpPoint - location: 'Car 13: Permabrig' - - type: BombingTarget -- proto: WaterCooler - entities: - - uid: 204 - components: - - type: Transform - pos: 4.5,-12.5 - parent: 2 - - uid: 7572 - components: - - type: Transform - pos: 7.5,-199.5 - parent: 2 - - uid: 11092 - components: - - type: Transform - pos: 1.5,-333.5 - parent: 2 - - uid: 13123 - components: - - type: Transform - pos: -0.5,-356.5 - parent: 2 -- proto: WaterTankFull - entities: - - uid: 1733 - components: - - type: Transform - pos: -4.5,-53.5 - parent: 2 - - uid: 2884 - components: - - type: Transform - pos: 4.5,-151.5 - parent: 2 - - uid: 2897 - components: - - type: Transform - pos: -2.5,-150.5 - parent: 2 - - uid: 9063 - components: - - type: Transform - pos: 0.5,-282.5 - parent: 2 - - uid: 12119 - components: - - type: Transform - pos: -2.5,-374.5 - parent: 2 - - uid: 16882 - components: - - type: Transform - anchored: True - pos: -13.5,-256.5 - parent: 2 - - type: Physics - bodyType: Static -- proto: WaterTankHighCapacity - entities: - - uid: 2322 - components: - - type: Transform - pos: -2.5,-82.5 - parent: 2 -- proto: WeaponCapacitorRecharger - entities: - - uid: 10966 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-338.5 - parent: 2 - - uid: 12893 - components: - - type: Transform - pos: -0.5,-366.5 - parent: 2 -- proto: WeaponDisabler - entities: - - uid: 21784 - components: - - type: Transform - pos: 0.10163805,-366.3702 - parent: 2 -- proto: WeaponDisablerPractice - entities: - - uid: 11524 - components: - - type: Transform - pos: 5.5389,-350.683 - parent: 2 -- proto: WeaponLaserCarbinePractice - entities: - - uid: 12363 - components: - - type: Transform - pos: 1.2513196,-368.03192 - parent: 2 -- proto: WeaponPistolMk58Nonlethal - entities: - - uid: 12774 - components: - - type: Transform - parent: 12773 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: WeaponSubMachineGunWt550 - entities: - - uid: 15297 - components: - - type: Transform - pos: -4.3806252,-346.3184 - parent: 2 -- proto: WeaponTurretSyndicateBroken - entities: - - uid: 9688 - components: - - type: Transform - pos: 30.5,-308.5 - parent: 2 - - uid: 9690 - components: - - type: Transform - pos: 30.5,-306.5 - parent: 2 - - uid: 9705 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,-311.5 - parent: 2 - - uid: 9706 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,-303.5 - parent: 2 -- proto: WeaponWaterBlaster - entities: - - uid: 9942 - components: - - type: Transform - pos: 3.4013178,-313.2785 - parent: 2 -- proto: WeaponWaterPistol - entities: - - uid: 11014 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.3728342,-331.49597 - parent: 2 -- proto: WeedSpray - entities: - - uid: 26464 - components: - - type: Transform - pos: 0.072262526,-370.32172 - parent: 2 -- proto: WelderIndustrial - entities: - - uid: 16800 - components: - - type: Transform - parent: 16798 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 17039 - components: - - type: Transform - pos: -18.435186,-238.57628 - parent: 2 -- proto: WelderIndustrialAdvanced - entities: - - uid: 14342 - components: - - type: Transform - pos: 8.601893,-250.1304 - parent: 2 -- proto: WelderMini - entities: - - uid: 11436 - components: - - type: Transform - pos: 4.523847,-358.3457 - parent: 2 -- proto: WeldingFuelTankFull - entities: - - uid: 1597 - components: - - type: Transform - pos: 7.5,-68.5 - parent: 2 - - uid: 2334 - components: - - type: Transform - pos: -5.5,-41.5 - parent: 2 - - uid: 2882 - components: - - type: Transform - pos: 3.5,-151.5 - parent: 2 - - uid: 6678 - components: - - type: Transform - anchored: True - pos: -16.5,-265.5 - parent: 2 - - type: Physics - bodyType: Static - - uid: 8472 - components: - - type: Transform - pos: -7.5,-173.5 - parent: 2 - - uid: 8561 - components: - - type: Transform - pos: 3.5,-311.5 - parent: 2 - - uid: 8907 - components: - - type: Transform - pos: 16.5,-243.5 - parent: 2 - - uid: 9064 - components: - - type: Transform - pos: 1.5,-282.5 - parent: 2 - - uid: 15216 - components: - - type: Transform - pos: 8.5,-251.5 - parent: 2 - - uid: 15270 - components: - - type: Transform - pos: 6.5,-245.5 - parent: 2 - - uid: 16881 - components: - - type: Transform - pos: 10.5,-298.5 - parent: 2 -- proto: WetFloorSign - entities: - - uid: 12681 - components: - - type: Transform - pos: -3.1763532,-150.31618 - parent: 2 -- proto: WindoorBarLocked - entities: - - uid: 15584 - components: - - type: Transform - pos: -0.5,-65.5 - parent: 2 -- proto: WindoorHydroponicsLocked - entities: - - uid: 1650 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-87.5 - parent: 2 -- proto: WindoorSecure - entities: - - uid: 2248 - components: - - type: Transform - pos: -0.5,-122.5 - parent: 2 - - uid: 14877 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-132.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 14880: - - DoorStatus: DoorBolt - 5738: - - DoorStatus: DoorBolt - - uid: 14980 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-156.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 14978: - - DoorStatus: DoorBolt - 14979: - - DoorStatus: DoorBolt -- proto: WindoorSecureArmoryLocked - entities: - - uid: 10085 - components: - - type: Transform - pos: 1.5,-366.5 - parent: 2 -- proto: WindoorSecureBrigLocked - entities: - - uid: 11002 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-360.5 - parent: 2 -- proto: WindoorSecureCargoLocked - entities: - - uid: 8504 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-271.5 - parent: 2 - - uid: 8537 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-272.5 - parent: 2 -- proto: WindoorSecureChapelLocked - entities: - - uid: 2687 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-139.5 - parent: 2 - - uid: 2694 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-138.5 - parent: 2 -- proto: WindoorSecureChemistryLocked - entities: - - uid: 2643 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-170.5 - parent: 2 - - uid: 3067 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-170.5 - parent: 2 - - uid: 3093 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-168.5 - parent: 2 - - uid: 3094 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-167.5 - parent: 2 - - uid: 3095 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-166.5 - parent: 2 -- proto: WindoorSecureEngineeringLocked - entities: - - uid: 8275 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-251.5 - parent: 2 - - uid: 8305 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-250.5 - parent: 2 -- proto: WindoorSecureExternalLocked - entities: - - uid: 164 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-265.5 - parent: 2 - - type: DeviceLinkSink - links: - - 15186 - - uid: 268 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-76.5 - parent: 2 - - type: DeviceLinkSink - links: - - 640 - - 5092 - - uid: 333 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-76.5 - parent: 2 - - type: DeviceLinkSink - links: - - 6286 - - 14796 - - uid: 605 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-22.5 - parent: 2 - - type: DeviceLinkSink - links: - - 10531 - - 2244 - - uid: 1335 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-49.5 - parent: 2 - - type: DeviceLinkSink - links: - - 2492 - - uid: 1451 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-76.5 - parent: 2 - - type: DeviceLinkSink - links: - - 273 - - 275 - - uid: 1454 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-76.5 - parent: 2 - - type: DeviceLinkSink - links: - - 273 - - 275 - - uid: 1580 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-49.5 - parent: 2 - - type: DeviceLinkSink - links: - - 271 - - 11 - - uid: 1633 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-49.5 - parent: 2 - - type: DeviceLinkSink - links: - - 271 - - 11 - - uid: 1675 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-22.5 - parent: 2 - - type: DeviceLinkSink - links: - - 21 - - 13 - - type: DeviceLinkSource - linkedPorts: - 13: - - DoorStatus: Close - - uid: 1676 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-22.5 - parent: 2 - - type: DeviceLinkSink - links: - - 21 - - 13 - - uid: 1791 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-324.5 - parent: 2 - - type: DeviceLinkSink - links: - - 10083 - - uid: 1812 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-324.5 - parent: 2 - - type: DeviceLinkSink - links: - - 10083 - - uid: 2012 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-103.5 - parent: 2 - - type: DeviceLinkSink - links: - - 278 - - 280 - - uid: 2014 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-103.5 - parent: 2 - - type: DeviceLinkSink - links: - - 278 - - 280 - - uid: 2443 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-130.5 - parent: 2 - - type: DeviceLinkSink - links: - - 282 - - 284 - - uid: 2444 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-130.5 - parent: 2 - - type: DeviceLinkSink - links: - - 282 - - 284 - - uid: 2646 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-76.5 - parent: 2 - - type: DeviceLinkSink - links: - - 6286 - - 14796 - - uid: 2851 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-157.5 - parent: 2 - - type: DeviceLinkSink - links: - - 590 - - 656 - - uid: 2852 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-157.5 - parent: 2 - - type: DeviceLinkSink - links: - - 590 - - 656 - - uid: 3508 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-184.5 - parent: 2 - - type: DeviceLinkSink - invokeCounter: 1 - links: - - 1938 - - 16903 - - uid: 3547 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-184.5 - parent: 2 - - type: DeviceLinkSink - links: - - 669 - - 668 - - uid: 3548 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-184.5 - parent: 2 - - type: DeviceLinkSink - links: - - 669 - - 668 - - uid: 4691 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-211.5 - parent: 2 - - type: DeviceLinkSink - links: - - 773 - - 756 - - uid: 4694 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-211.5 - parent: 2 - - type: DeviceLinkSink - links: - - 773 - - 756 - - uid: 5738 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-130.5 - parent: 2 - - type: DeviceLinkSink - links: - - 2690 - - 14877 - - uid: 7729 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-238.5 - parent: 2 - - type: DeviceLinkSink - links: - - 1244 - - 272 - - uid: 7730 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-238.5 - parent: 2 - - type: DeviceLinkSink - links: - - 1244 - - 272 - - uid: 8107 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-265.5 - parent: 2 - - type: DeviceLinkSink - links: - - 1334 - - 8134 - - uid: 8135 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-265.5 - parent: 2 - - type: DeviceLinkSink - links: - - 1334 - - 8134 - - uid: 9342 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-292.5 - parent: 2 - - type: DeviceLinkSink - links: - - 8690 - - 9374 - - uid: 9343 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-292.5 - parent: 2 - - type: DeviceLinkSink - links: - - 8690 - - 9374 - - uid: 10573 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-324.5 - parent: 2 - - type: DeviceLinkSink - links: - - 10133 - - 10586 - - uid: 10577 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-324.5 - parent: 2 - - type: DeviceLinkSink - links: - - 10133 - - 10586 - - uid: 11820 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-378.5 - parent: 2 - - type: DeviceLinkSink - links: - - 11821 - - uid: 14751 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-22.5 - parent: 2 - - type: DeviceLinkSink - links: - - 10531 - - 2244 - - uid: 14757 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-22.5 - parent: 2 - - type: DeviceLinkSink - links: - - 14753 - - 45 - - uid: 14760 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-22.5 - parent: 2 - - type: DeviceLinkSink - links: - - 14753 - - 45 - - uid: 14768 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-49.5 - parent: 2 - - type: DeviceLinkSink - links: - - 2492 - - uid: 14783 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-76.5 - parent: 2 - - type: DeviceLinkSink - links: - - 640 - - 5092 - - uid: 14857 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-103.5 - parent: 2 - - type: DeviceLinkSink - links: - - 397 - - 1068 - - uid: 14858 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-103.5 - parent: 2 - - type: DeviceLinkSink - links: - - 622 - - 3782 - - uid: 14859 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-103.5 - parent: 2 - - type: DeviceLinkSink - links: - - 622 - - 3782 - - uid: 14860 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-103.5 - parent: 2 - - type: DeviceLinkSink - links: - - 397 - - 1068 - - uid: 14880 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-130.5 - parent: 2 - - type: DeviceLinkSink - links: - - 2690 - - 14877 - - uid: 14890 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-130.5 - parent: 2 - - type: DeviceLinkSink - invokeCounter: 1 - links: - - 16818 - - 2100 - - uid: 14891 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-130.5 - parent: 2 - - type: DeviceLinkSink - invokeCounter: 1 - links: - - 16818 - - 2100 - - uid: 14978 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-158.5 - parent: 2 - - type: DeviceLinkSink - links: - - 14946 - - 811 - - 14980 - - uid: 14979 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-158.5 - parent: 2 - - type: DeviceLinkSink - links: - - 14946 - - 811 - - 14980 - - uid: 15040 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-184.5 - parent: 2 - - type: DeviceLinkSink - invokeCounter: 1 - links: - - 1938 - - 16903 - - uid: 15117 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-157.5 - parent: 2 - - type: DeviceLinkSink - links: - - 1933 - - 1937 - - uid: 15118 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-157.5 - parent: 2 - - type: DeviceLinkSink - links: - - 1933 - - 1937 - - uid: 15152 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-265.5 - parent: 2 - - type: DeviceLinkSink - links: - - 15186 - - uid: 15193 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-292.5 - parent: 2 - - type: DeviceLinkSink - links: - - 2414 - - 2413 - - uid: 15194 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-292.5 - parent: 2 - - type: DeviceLinkSink - links: - - 2414 - - 2413 -- proto: WindoorSecureHeadOfPersonnelLocked - entities: - - uid: 2238 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-122.5 - parent: 2 -- proto: WindoorSecureKitchenLocked - entities: - - uid: 5844 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-89.5 - parent: 2 - - uid: 5851 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-88.5 - parent: 2 - - uid: 5872 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-87.5 - parent: 2 -- proto: WindoorSecureScienceLocked - entities: - - uid: 10042 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-301.5 - parent: 2 - - uid: 10106 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-302.5 - parent: 2 - - uid: 10107 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-303.5 - parent: 2 -- proto: WindoorSecureSecurityLocked - entities: - - uid: 11204 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-357.5 - parent: 2 -- proto: WindoorServiceLocked - entities: - - uid: 1649 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-87.5 - parent: 2 - - uid: 2741 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-139.5 - parent: 2 -- proto: Window - entities: - - uid: 201 - components: - - type: Transform - pos: 4.5,-201.5 - parent: 2 - - uid: 203 - components: - - type: Transform - pos: 1.5,-143.5 - parent: 2 - - uid: 205 - components: - - type: Transform - pos: 1.5,-144.5 - parent: 2 - - uid: 831 - components: - - type: Transform - pos: 1.5,-145.5 - parent: 2 - - uid: 1011 - components: - - type: Transform - pos: 3.5,-12.5 - parent: 2 - - uid: 1398 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-285.5 - parent: 2 - - uid: 1690 - components: - - type: Transform - pos: 3.5,-10.5 - parent: 2 - - uid: 2537 - components: - - type: Transform - pos: 1.5,-93.5 - parent: 2 - - uid: 2538 - components: - - type: Transform - pos: 0.5,-93.5 - parent: 2 - - uid: 2539 - components: - - type: Transform - pos: 1.5,-83.5 - parent: 2 - - uid: 2996 - components: - - type: Transform - pos: 0.5,-83.5 - parent: 2 - - uid: 3479 - components: - - type: Transform - pos: 2.5,-174.5 - parent: 2 - - uid: 3741 - components: - - type: Transform - pos: 2.5,-173.5 - parent: 2 - - uid: 3742 - components: - - type: Transform - pos: 4.5,-194.5 - parent: 2 - - uid: 3743 - components: - - type: Transform - pos: 4.5,-193.5 - parent: 2 - - uid: 3744 - components: - - type: Transform - pos: 4.5,-192.5 - parent: 2 - - uid: 3746 - components: - - type: Transform - pos: 4.5,-200.5 - parent: 2 - - uid: 3748 - components: - - type: Transform - pos: 4.5,-202.5 - parent: 2 - - uid: 3769 - components: - - type: Transform - pos: -1.5,-197.5 - parent: 2 - - uid: 5137 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-11.5 - parent: 2 - - uid: 7638 - components: - - type: Transform - pos: 14.5,-245.5 - parent: 2 - - uid: 7758 - components: - - type: Transform - pos: 14.5,-246.5 - parent: 2 - - uid: 8433 - components: - - type: Transform - pos: -4.5,-289.5 - parent: 2 - - uid: 8490 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-274.5 - parent: 2 - - uid: 8521 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-273.5 - parent: 2 - - uid: 8538 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-283.5 - parent: 2 - - uid: 8585 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-272.5 - parent: 2 - - uid: 8627 - components: - - type: Transform - pos: -0.5,-275.5 - parent: 2 - - uid: 8628 - components: - - type: Transform - pos: -1.5,-276.5 - parent: 2 - - uid: 8652 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-286.5 - parent: 2 - - uid: 8658 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-284.5 - parent: 2 - - uid: 8676 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-282.5 - parent: 2 - - uid: 8815 - components: - - type: Transform - pos: 20.5,-245.5 - parent: 2 - - uid: 8837 - components: - - type: Transform - pos: 20.5,-246.5 - parent: 2 - - uid: 9000 - components: - - type: Transform - pos: 10.5,-279.5 - parent: 2 - - uid: 9001 - components: - - type: Transform - pos: 9.5,-279.5 - parent: 2 - - uid: 9003 - components: - - type: Transform - pos: 11.5,-279.5 - parent: 2 - - uid: 10829 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-331.5 - parent: 2 -- proto: WindowDiagonal - entities: - - uid: 8503 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-273.5 - parent: 2 - - uid: 8518 - components: - - type: Transform - pos: -3.5,-272.5 - parent: 2 - - uid: 8519 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-274.5 - parent: 2 - - uid: 8541 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-283.5 - parent: 2 - - uid: 8629 - components: - - type: Transform - pos: -1.5,-275.5 - parent: 2 - - uid: 8635 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-285.5 - parent: 2 - - uid: 8636 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-284.5 - parent: 2 - - uid: 8644 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-286.5 - parent: 2 -- proto: WindowDirectional - entities: - - uid: 4161 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-60.5 - parent: 2 - - uid: 4162 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-60.5 - parent: 2 - - uid: 4164 - components: - - type: Transform - pos: -1.5,-65.5 - parent: 2 - - uid: 4165 - components: - - type: Transform - pos: -2.5,-65.5 - parent: 2 - - uid: 4166 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-65.5 - parent: 2 - - uid: 4167 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-60.5 - parent: 2 - - uid: 4168 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-60.5 - parent: 2 - - uid: 7195 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-199.5 - parent: 2 - - uid: 7196 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-199.5 - parent: 2 - - uid: 7197 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-199.5 - parent: 2 - - uid: 7198 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-199.5 - parent: 2 - - uid: 7199 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-203.5 - parent: 2 - - uid: 7898 - components: - - type: Transform - pos: 16.5,-58.5 - parent: 2 - - uid: 11770 - components: - - type: Transform - pos: 14.5,-58.5 - parent: 2 -- proto: WindowFrostedDirectional - entities: - - uid: 2303 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-85.5 - parent: 2 - - uid: 2313 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-86.5 - parent: 2 - - uid: 2314 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-91.5 - parent: 2 - - uid: 2315 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-90.5 - parent: 2 - - uid: 6627 - components: - - type: Transform - pos: 10.5,-161.5 - parent: 2 - - uid: 7235 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-163.5 - parent: 2 - - uid: 7285 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-163.5 - parent: 2 - - uid: 7288 - components: - - type: Transform - pos: 11.5,-161.5 - parent: 2 - - uid: 7289 - components: - - type: Transform - pos: 9.5,-161.5 - parent: 2 - - uid: 7354 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-163.5 - parent: 2 - - uid: 7355 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,-156.5 - parent: 2 - - uid: 7356 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,-156.5 - parent: 2 - - uid: 9464 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,-309.5 - parent: 2 - - uid: 9465 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,-309.5 - parent: 2 - - uid: 9467 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,-309.5 - parent: 2 - - uid: 9470 - components: - - type: Transform - pos: 22.5,-305.5 - parent: 2 - - uid: 9471 - components: - - type: Transform - pos: 23.5,-305.5 - parent: 2 - - uid: 9472 - components: - - type: Transform - pos: 21.5,-305.5 - parent: 2 - - uid: 11203 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-358.5 - parent: 2 -- proto: WindowReinforcedDirectional - entities: - - uid: 195 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-23.5 - parent: 2 - - uid: 363 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-261.5 - parent: 2 - - uid: 529 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-30.5 - parent: 2 - - uid: 556 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-159.5 - parent: 2 - - uid: 557 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-267.5 - parent: 2 - - uid: 581 - components: - - type: Transform - pos: -6.5,-131.5 - parent: 2 - - uid: 588 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-157.5 - parent: 2 - - uid: 600 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-23.5 - parent: 2 - - uid: 607 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-21.5 - parent: 2 - - uid: 617 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-75.5 - parent: 2 - - uid: 644 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-48.5 - parent: 2 - - uid: 648 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-30.5 - parent: 2 - - uid: 649 - components: - - type: Transform - pos: -2.5,-29.5 - parent: 2 - - uid: 650 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-30.5 - parent: 2 - - uid: 654 - components: - - type: Transform - pos: -1.5,-29.5 - parent: 2 - - uid: 655 - components: - - type: Transform - pos: -3.5,-29.5 - parent: 2 - - uid: 657 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-48.5 - parent: 2 - - uid: 658 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-50.5 - parent: 2 - - uid: 662 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-50.5 - parent: 2 - - uid: 702 - components: - - type: Transform - pos: 1.5,-29.5 - parent: 2 - - uid: 703 - components: - - type: Transform - pos: 2.5,-29.5 - parent: 2 - - uid: 704 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-30.5 - parent: 2 - - uid: 705 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-30.5 - parent: 2 - - uid: 708 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-23.5 - parent: 2 - - uid: 711 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-21.5 - parent: 2 - - uid: 713 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-21.5 - parent: 2 - - uid: 822 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-163.5 - parent: 2 - - uid: 885 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-159.5 - parent: 2 - - uid: 1450 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-75.5 - parent: 2 - - uid: 1452 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-77.5 - parent: 2 - - uid: 1453 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-75.5 - parent: 2 - - uid: 1455 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-77.5 - parent: 2 - - uid: 1925 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-159.5 - parent: 2 - - uid: 1926 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-158.5 - parent: 2 - - uid: 1943 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-322.5 - parent: 2 - - uid: 2008 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-102.5 - parent: 2 - - uid: 2009 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-102.5 - parent: 2 - - uid: 2010 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-104.5 - parent: 2 - - uid: 2011 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-104.5 - parent: 2 - - uid: 2077 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-124.5 - parent: 2 - - uid: 2179 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-323.5 - parent: 2 - - uid: 2240 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-124.5 - parent: 2 - - uid: 2241 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-124.5 - parent: 2 - - uid: 2242 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-124.5 - parent: 2 - - uid: 2278 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-325.5 - parent: 2 - - uid: 2333 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-266.5 - parent: 2 - - uid: 2394 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-264.5 - parent: 2 - - uid: 2447 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-129.5 - parent: 2 - - uid: 2448 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-131.5 - parent: 2 - - uid: 2450 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-131.5 - parent: 2 - - uid: 2452 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-129.5 - parent: 2 - - uid: 2483 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-323.5 - parent: 2 - - uid: 2654 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-75.5 - parent: 2 - - uid: 2656 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-322.5 - parent: 2 - - uid: 2686 - components: - - type: Transform - pos: 3.5,-137.5 - parent: 2 - - uid: 2792 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-157.5 - parent: 2 - - uid: 2847 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-156.5 - parent: 2 - - uid: 2848 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-156.5 - parent: 2 - - uid: 2849 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-158.5 - parent: 2 - - uid: 2850 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-158.5 - parent: 2 - - uid: 2861 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-155.5 - parent: 2 - - uid: 3163 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-261.5 - parent: 2 - - uid: 3216 - components: - - type: Transform - pos: -11.5,-242.5 - parent: 2 - - uid: 3217 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-244.5 - parent: 2 - - uid: 3503 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-77.5 - parent: 2 - - uid: 3504 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,-132.5 - parent: 2 - - uid: 3543 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-183.5 - parent: 2 - - uid: 3544 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-185.5 - parent: 2 - - uid: 3545 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-185.5 - parent: 2 - - uid: 3546 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-183.5 - parent: 2 - - uid: 3555 - components: - - type: Transform - pos: -8.5,-242.5 - parent: 2 - - uid: 3601 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-244.5 - parent: 2 - - uid: 3645 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-244.5 - parent: 2 - - uid: 3739 - components: - - type: Transform - pos: -9.5,-242.5 - parent: 2 - - uid: 3836 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-237.5 - parent: 2 - - uid: 3851 - components: - - type: Transform - pos: -7.5,-242.5 - parent: 2 - - uid: 4040 - components: - - type: Transform - pos: -10.5,-242.5 - parent: 2 - - uid: 4110 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-244.5 - parent: 2 - - uid: 4188 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-249.5 - parent: 2 - - uid: 4209 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-249.5 - parent: 2 - - uid: 4217 - components: - - type: Transform - pos: -11.5,-247.5 - parent: 2 - - uid: 4218 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-261.5 - parent: 2 - - uid: 4219 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-261.5 - parent: 2 - - uid: 4419 - components: - - type: Transform - pos: -10.5,-247.5 - parent: 2 - - uid: 4597 - components: - - type: Transform - pos: -8.5,-259.5 - parent: 2 - - uid: 4630 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-75.5 - parent: 2 - - uid: 4685 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-77.5 - parent: 2 - - uid: 4690 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-212.5 - parent: 2 - - uid: 4692 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-210.5 - parent: 2 - - uid: 4693 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-210.5 - parent: 2 - - uid: 4695 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-212.5 - parent: 2 - - uid: 4735 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-48.5 - parent: 2 - - uid: 4750 - components: - - type: Transform - pos: -9.5,-259.5 - parent: 2 - - uid: 5012 - components: - - type: Transform - pos: -5.5,-131.5 - parent: 2 - - uid: 6188 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-165.5 - parent: 2 - - uid: 6304 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-185.5 - parent: 2 - - uid: 6518 - components: - - type: Transform - pos: -9.5,-166.5 - parent: 2 - - uid: 6625 - components: - - type: Transform - pos: -9.5,-247.5 - parent: 2 - - uid: 6650 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-261.5 - parent: 2 - - uid: 6667 - components: - - type: Transform - pos: -11.5,-259.5 - parent: 2 - - uid: 6671 - components: - - type: Transform - pos: -10.5,-259.5 - parent: 2 - - uid: 6745 - components: - - type: Transform - pos: -9.5,-161.5 - parent: 2 - - uid: 7439 - components: - - type: Transform - pos: 12.5,-247.5 - parent: 2 - - uid: 7440 - components: - - type: Transform - pos: 13.5,-247.5 - parent: 2 - - uid: 7450 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-151.5 - parent: 2 - - uid: 7721 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-239.5 - parent: 2 - - uid: 7722 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-237.5 - parent: 2 - - uid: 7724 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-239.5 - parent: 2 - - uid: 7742 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-244.5 - parent: 2 - - uid: 7915 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-244.5 - parent: 2 - - uid: 7916 - components: - - type: Transform - pos: 9.5,-242.5 - parent: 2 - - uid: 7917 - components: - - type: Transform - pos: 10.5,-242.5 - parent: 2 - - uid: 7918 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-257.5 - parent: 2 - - uid: 7922 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-257.5 - parent: 2 - - uid: 7937 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-164.5 - parent: 2 - - uid: 8136 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-264.5 - parent: 2 - - uid: 8137 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-266.5 - parent: 2 - - uid: 8138 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-266.5 - parent: 2 - - uid: 8139 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-264.5 - parent: 2 - - uid: 8176 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-261.5 - parent: 2 - - uid: 8204 - components: - - type: Transform - pos: 10.5,-259.5 - parent: 2 - - uid: 8220 - components: - - type: Transform - pos: 13.5,-242.5 - parent: 2 - - uid: 8421 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-361.5 - parent: 2 - - uid: 8479 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-249.5 - parent: 2 - - uid: 8824 - components: - - type: Transform - pos: 13.5,-259.5 - parent: 2 - - uid: 8945 - components: - - type: Transform - pos: 11.5,-259.5 - parent: 2 - - uid: 8947 - components: - - type: Transform - pos: 12.5,-259.5 - parent: 2 - - uid: 9344 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-291.5 - parent: 2 - - uid: 9345 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-293.5 - parent: 2 - - uid: 9346 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-293.5 - parent: 2 - - uid: 9347 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-291.5 - parent: 2 - - uid: 9393 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-168.5 - parent: 2 - - uid: 9854 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-257.5 - parent: 2 - - uid: 10096 - components: - - type: Transform - pos: 11.5,-242.5 - parent: 2 - - uid: 10103 - components: - - type: Transform - pos: -1.5,-304.5 - parent: 2 - - uid: 10104 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-304.5 - parent: 2 - - uid: 10105 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-300.5 - parent: 2 - - uid: 10108 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-300.5 - parent: 2 - - uid: 10134 - components: - - type: Transform - pos: 12.5,-242.5 - parent: 2 - - uid: 10143 - components: - - type: Transform - pos: 11.5,-247.5 - parent: 2 - - uid: 10159 - components: - - type: Transform - pos: 10.5,-247.5 - parent: 2 - - uid: 10170 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-244.5 - parent: 2 - - uid: 10276 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-244.5 - parent: 2 - - uid: 10328 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-244.5 - parent: 2 - - uid: 10330 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-261.5 - parent: 2 - - uid: 10532 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-77.5 - parent: 2 - - uid: 10578 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-323.5 - parent: 2 - - uid: 10579 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-325.5 - parent: 2 - - uid: 10580 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-325.5 - parent: 2 - - uid: 10581 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-323.5 - parent: 2 - - uid: 11732 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-379.5 - parent: 2 - - uid: 11817 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-379.5 - parent: 2 - - uid: 11818 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-377.5 - parent: 2 - - uid: 12064 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-183.5 - parent: 2 - - uid: 12094 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-261.5 - parent: 2 - - uid: 12342 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-325.5 - parent: 2 - - uid: 12567 - components: - - type: Transform - pos: -8.5,-161.5 - parent: 2 - - uid: 12880 - components: - - type: Transform - pos: 0.5,-366.5 - parent: 2 - - uid: 12881 - components: - - type: Transform - pos: -0.5,-366.5 - parent: 2 - - uid: 13350 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-257.5 - parent: 2 - - uid: 13379 - components: - - type: Transform - pos: 11.5,-80.5 - parent: 2 - - uid: 13458 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-136.5 - parent: 2 - - uid: 14026 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-129.5 - parent: 2 - - uid: 14029 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-142.5 - parent: 2 - - uid: 14030 - components: - - type: Transform - pos: 10.5,-140.5 - parent: 2 - - uid: 14037 - components: - - type: Transform - pos: 11.5,-140.5 - parent: 2 - - uid: 14039 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-142.5 - parent: 2 - - uid: 14040 - components: - - type: Transform - pos: 10.5,-149.5 - parent: 2 - - uid: 14041 - components: - - type: Transform - pos: 11.5,-149.5 - parent: 2 - - uid: 14042 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-151.5 - parent: 2 - - uid: 14043 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-308.5 - parent: 2 - - uid: 14044 - components: - - type: Transform - pos: 14.5,-306.5 - parent: 2 - - uid: 14045 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-308.5 - parent: 2 - - uid: 14046 - components: - - type: Transform - pos: 16.5,-306.5 - parent: 2 - - uid: 14047 - components: - - type: Transform - pos: 15.5,-306.5 - parent: 2 - - uid: 14048 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,-308.5 - parent: 2 - - uid: 14085 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-136.5 - parent: 2 - - uid: 14086 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,-135.5 - parent: 2 - - uid: 14087 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,-134.5 - parent: 2 - - uid: 14088 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,-133.5 - parent: 2 - - uid: 14092 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,-65.5 - parent: 2 - - uid: 14261 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-71.5 - parent: 2 - - uid: 14262 - components: - - type: Transform - pos: 10.5,-80.5 - parent: 2 - - uid: 14263 - components: - - type: Transform - pos: 9.5,-80.5 - parent: 2 - - uid: 14264 - components: - - type: Transform - pos: 8.5,-80.5 - parent: 2 - - uid: 14266 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-82.5 - parent: 2 - - uid: 14267 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-82.5 - parent: 2 - - uid: 14268 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-82.5 - parent: 2 - - uid: 14269 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-82.5 - parent: 2 - - uid: 14270 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-71.5 - parent: 2 - - uid: 14271 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-71.5 - parent: 2 - - uid: 14273 - components: - - type: Transform - pos: 9.5,-69.5 - parent: 2 - - uid: 14274 - components: - - type: Transform - pos: 10.5,-69.5 - parent: 2 - - uid: 14275 - components: - - type: Transform - pos: 11.5,-69.5 - parent: 2 - - uid: 14283 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-163.5 - parent: 2 - - uid: 14332 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,-65.5 - parent: 2 - - uid: 14604 - components: - - type: Transform - pos: -10.5,-131.5 - parent: 2 - - uid: 14608 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-244.5 - parent: 2 - - uid: 14610 - components: - - type: Transform - pos: -9.5,-131.5 - parent: 2 - - uid: 14611 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-168.5 - parent: 2 - - uid: 14733 - components: - - type: Transform - pos: -8.5,-131.5 - parent: 2 - - uid: 14750 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-23.5 - parent: 2 - - uid: 14752 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-21.5 - parent: 2 - - uid: 14756 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-23.5 - parent: 2 - - uid: 14758 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-21.5 - parent: 2 - - uid: 14759 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-21.5 - parent: 2 - - uid: 14761 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-23.5 - parent: 2 - - uid: 14765 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-50.5 - parent: 2 - - uid: 14767 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-48.5 - parent: 2 - - uid: 14769 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-50.5 - parent: 2 - - uid: 14782 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-75.5 - parent: 2 - - uid: 14784 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-77.5 - parent: 2 - - uid: 14849 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-104.5 - parent: 2 - - uid: 14850 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-102.5 - parent: 2 - - uid: 14851 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-104.5 - parent: 2 - - uid: 14852 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-102.5 - parent: 2 - - uid: 14853 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-104.5 - parent: 2 - - uid: 14854 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-102.5 - parent: 2 - - uid: 14855 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-102.5 - parent: 2 - - uid: 14856 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-104.5 - parent: 2 - - uid: 14876 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-131.5 - parent: 2 - - uid: 14878 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-132.5 - parent: 2 - - uid: 14879 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-131.5 - parent: 2 - - uid: 14881 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-129.5 - parent: 2 - - uid: 14883 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-131.5 - parent: 2 - - uid: 14884 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-129.5 - parent: 2 - - uid: 14887 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-131.5 - parent: 2 - - uid: 14888 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-129.5 - parent: 2 - - uid: 14903 - components: - - type: Transform - pos: -7.5,-131.5 - parent: 2 - - uid: 14908 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-133.5 - parent: 2 - - uid: 14909 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-133.5 - parent: 2 - - uid: 14910 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-134.5 - parent: 2 - - uid: 14918 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-136.5 - parent: 2 - - uid: 14931 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-137.5 - parent: 2 - - uid: 14932 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-138.5 - parent: 2 - - uid: 14933 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-139.5 - parent: 2 - - uid: 14934 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-140.5 - parent: 2 - - uid: 14935 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-141.5 - parent: 2 - - uid: 14936 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-142.5 - parent: 2 - - uid: 14937 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-143.5 - parent: 2 - - uid: 14938 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-144.5 - parent: 2 - - uid: 14939 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-145.5 - parent: 2 - - uid: 14940 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-146.5 - parent: 2 - - uid: 14941 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-147.5 - parent: 2 - - uid: 14942 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-148.5 - parent: 2 - - uid: 14943 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-149.5 - parent: 2 - - uid: 14944 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-150.5 - parent: 2 - - uid: 14945 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-151.5 - parent: 2 - - uid: 14977 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-156.5 - parent: 2 - - uid: 14981 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-157.5 - parent: 2 - - uid: 14982 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-157.5 - parent: 2 - - uid: 14983 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-156.5 - parent: 2 - - uid: 14984 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-155.5 - parent: 2 - - uid: 14985 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-155.5 - parent: 2 - - uid: 14986 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-154.5 - parent: 2 - - uid: 14987 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-153.5 - parent: 2 - - uid: 14988 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-152.5 - parent: 2 - - uid: 14989 - components: - - type: Transform - pos: -7.5,-153.5 - parent: 2 - - uid: 14990 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-153.5 - parent: 2 - - uid: 15039 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-185.5 - parent: 2 - - uid: 15041 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-183.5 - parent: 2 - - uid: 15050 - components: - - type: Transform - pos: 8.5,-189.5 - parent: 2 - - uid: 15051 - components: - - type: Transform - pos: 9.5,-189.5 - parent: 2 - - uid: 15052 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-190.5 - parent: 2 - - uid: 15053 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-191.5 - parent: 2 - - uid: 15054 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-192.5 - parent: 2 - - uid: 15055 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-193.5 - parent: 2 - - uid: 15056 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-194.5 - parent: 2 - - uid: 15057 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-195.5 - parent: 2 - - uid: 15058 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-196.5 - parent: 2 - - uid: 15059 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-197.5 - parent: 2 - - uid: 15060 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-198.5 - parent: 2 - - uid: 15061 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-199.5 - parent: 2 - - uid: 15062 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-200.5 - parent: 2 - - uid: 15063 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-201.5 - parent: 2 - - uid: 15064 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-202.5 - parent: 2 - - uid: 15065 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-203.5 - parent: 2 - - uid: 15066 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-204.5 - parent: 2 - - uid: 15067 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-205.5 - parent: 2 - - uid: 15068 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-206.5 - parent: 2 - - uid: 15069 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-206.5 - parent: 2 - - uid: 15070 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-202.5 - parent: 2 - - uid: 15071 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-201.5 - parent: 2 - - uid: 15072 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-204.5 - parent: 2 - - uid: 15073 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-203.5 - parent: 2 - - uid: 15074 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-202.5 - parent: 2 - - uid: 15075 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-193.5 - parent: 2 - - uid: 15076 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-192.5 - parent: 2 - - uid: 15077 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-191.5 - parent: 2 - - uid: 15078 - components: - - type: Transform - pos: 11.5,-194.5 - parent: 2 - - uid: 15079 - components: - - type: Transform - pos: 10.5,-193.5 - parent: 2 - - uid: 15080 - components: - - type: Transform - pos: 8.5,-204.5 - parent: 2 - - uid: 15081 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-191.5 - parent: 2 - - uid: 15113 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-156.5 - parent: 2 - - uid: 15114 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-156.5 - parent: 2 - - uid: 15115 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-158.5 - parent: 2 - - uid: 15116 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-159.5 - parent: 2 - - uid: 15149 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-267.5 - parent: 2 - - uid: 15150 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-266.5 - parent: 2 - - uid: 15151 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-264.5 - parent: 2 - - uid: 15189 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-293.5 - parent: 2 - - uid: 15190 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-291.5 - parent: 2 - - uid: 15191 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-293.5 - parent: 2 - - uid: 15192 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-291.5 - parent: 2 - - uid: 15786 - components: - - type: Transform - pos: -8.5,-166.5 - parent: 2 - - uid: 16514 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-261.5 - parent: 2 - - uid: 16948 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,-168.5 - parent: 2 - - uid: 16949 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,-167.5 - parent: 2 - - uid: 16951 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,-166.5 - parent: 2 - - uid: 16952 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,-165.5 - parent: 2 - - uid: 16953 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,-164.5 - parent: 2 - - uid: 16954 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,-163.5 - parent: 2 - - uid: 16955 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,-162.5 - parent: 2 - - uid: 16956 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,-161.5 - parent: 2 -- proto: Wirecutter - entities: - - uid: 9673 - components: - - type: Transform - pos: 22.367733,-317.24506 - parent: 2 -- proto: WoodenSupportBeam - entities: - - uid: 2753 - components: - - type: Transform - pos: -4.5,-143.5 - parent: 2 - - uid: 2754 - components: - - type: Transform - pos: -3.5,-145.5 - parent: 2 -- proto: WoodenSupportWallBroken - entities: - - uid: 2755 - components: - - type: Transform - pos: -4.5,-147.5 - parent: 2 -- proto: Wrench - entities: - - uid: 2294 - components: - - type: Transform - pos: -2.6635373,-80.719284 - parent: 2 - - uid: 10023 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.472401,-302.6237 - parent: 2 -... +meta: + format: 6 + postmapinit: false +tilemap: + 0: Space + 12: FloorAstroGrass + 14: FloorBar + 19: FloorBrokenWood + 25: FloorClown + 26: FloorConcrete + 27: FloorConcreteMono + 29: FloorDark + 30: FloorDarkDiagonal + 31: FloorDarkDiagonalMini + 33: FloorDarkMini + 34: FloorDarkMono + 35: FloorDarkOffset + 36: FloorDarkPavement + 37: FloorDarkPavementVertical + 38: FloorDarkPlastic + 42: FloorElevatorShaft + 44: FloorFreezer + 45: FloorGlass + 48: FloorGrassDark + 51: FloorGrayConcrete + 52: FloorGrayConcreteMono + 53: FloorGrayConcreteSmooth + 54: FloorGreenCircuit + 56: FloorHull + 57: FloorHullReinforced + 58: FloorHydro + 62: FloorLino + 64: FloorMetalDiamond + 65: FloorMime + 66: FloorMining + 67: FloorMiningDark + 75: FloorPlastic + 76: FloorRGlass + 77: FloorReinforced + 80: FloorShowroom + 91: FloorSteel + 93: FloorSteelCheckerDark + 96: FloorSteelDiagonal + 98: FloorSteelDirty + 103: FloorSteelOffset + 104: FloorSteelPavement + 105: FloorSteelPavementVertical + 106: FloorTechMaint + 107: FloorTechMaint2 + 110: FloorWhite + 111: FloorWhiteDiagonal + 114: FloorWhiteMini + 116: FloorWhiteOffset + 119: FloorWhitePlastic + 120: FloorWood + 121: FloorWoodTile + 123: Plating + 125: PlatingBurnt + 128: TrainLattice +entities: +- proto: "" + entities: + - uid: 1 + components: + - type: MetaData + name: map 1000 + - type: Transform + - type: Map + - type: PhysicsMap + - type: GridTree + - type: MovedGrids + - type: Broadphase + - type: OccluderTree + - type: Parallax + parallax: TrainStation + - type: LoadedMap + - uid: 2 + components: + - type: MetaData + name: Space Train + - type: Transform + pos: -0.5056241,-0.46626663 + parent: 1 + - type: MapGrid + chunks: + 0,0: + ind: 0,0 + tiles: QAAAAAAAQAAAAAAAQgAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQgAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAIwAAAAAAIwAAAAAAQgAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: ZwAAAAAAZwAAAAAAZwAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAZwAAAAAAZwAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAQAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAJQAAAAABIwAAAAAAMAAAAAADIwAAAAAAIwAAAAAAJQAAAAACewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAJQAAAAAAIwAAAAAAMAAAAAAAIwAAAAAAIwAAAAAAJQAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAAAJQAAAAAAIwAAAAAAMAAAAAABIwAAAAAAIwAAAAAAJQAAAAADewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAJQAAAAADIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAJQAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAJQAAAAABIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAJQAAAAABewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAJQAAAAABIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAJQAAAAABewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAJQAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAJQAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAJQAAAAACIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAJQAAAAADewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAJQAAAAADIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAJQAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAJQAAAAACIwAAAAAAewAAAAAAewAAAAAAQAAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAJQAAAAABIwAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAJQAAAAABIwAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAQAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAA + version: 6 + -1,0: + ind: -1,0 + tiles: AAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAQgAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAeAAAAAACewAAAAAAQgAAAAAAIwAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAIwAAAAAAIwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,-1: + ind: -1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAagAAAAAAewAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAIwAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAagAAAAAAewAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAagAAAAAAewAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAIwAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAA + version: 6 + 0,-2: + ind: 0,-2 + tiles: ZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAACYAAAAAADYAAAAAABZwAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAACYAAAAAACYAAAAAACZwAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAWwAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAQAAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAewAAAAAAagAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAA + version: 6 + -1,-2: + ind: -1,-2 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAZwAAAAAAZwAAAAAAYAAAAAAAYAAAAAABYAAAAAACYAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAYAAAAAABYAAAAAABYAAAAAAAYAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAYAAAAAAAYAAAAAACYAAAAAABYAAAAAABOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAYAAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAQAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAQAAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAZwAAAAAA + version: 6 + 0,-3: + ind: 0,-3 + tiles: OQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAZwAAAAAAewAAAAAAZwAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAaQAAAAACewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAaQAAAAACZwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAaQAAAAACewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZwAAAAAADAAAAAABDAAAAAABDAAAAAADDAAAAAADZwAAAAAAaQAAAAADewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZwAAAAAADAAAAAADDAAAAAACDAAAAAABDAAAAAABZwAAAAAAaQAAAAACewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZwAAAAAADAAAAAABDAAAAAABDAAAAAAADAAAAAACZwAAAAAAaQAAAAADewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAaQAAAAACewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAaQAAAAADewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZwAAAAAAaQAAAAABZwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZwAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZwAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZwAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,-3: + ind: -1,-3 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAaQAAAAACZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAaQAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAaQAAAAADZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAaQAAAAACZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAaQAAAAADZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAA + version: 6 + -1,-4: + ind: -1,-4 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAeQAAAAACeAAAAAABeAAAAAADeAAAAAAAeQAAAAADDgAAAAACeQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAeQAAAAADeAAAAAADeAAAAAABeAAAAAABeQAAAAADDgAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAeQAAAAADeAAAAAABeAAAAAABeAAAAAACeQAAAAAADgAAAAABDgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAeQAAAAAAeAAAAAABeAAAAAAAeAAAAAABeQAAAAABeQAAAAABeQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAeQAAAAACeAAAAAAAeAAAAAACeAAAAAADeAAAAAABeAAAAAACeAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAeQAAAAADeAAAAAAAeAAAAAACeAAAAAADeAAAAAACeAAAAAADeAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAeQAAAAACeQAAAAADeQAAAAABeQAAAAACeQAAAAAAeQAAAAADeQAAAAACgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAADJgAAAAABewAAAAAAeAAAAAABeAAAAAADgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAJgAAAAADJgAAAAADJgAAAAADJgAAAAABewAAAAAAeAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAJgAAAAACJgAAAAABJgAAAAABJgAAAAABJgAAAAADeAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAJgAAAAACJgAAAAACJgAAAAABJgAAAAADOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAA + version: 6 + 0,-4: + ind: 0,-4 + tiles: eQAAAAADDgAAAAACewAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAMwAAAAABMwAAAAAAMwAAAAADeQAAAAABDgAAAAADPgAAAAAAPgAAAAAAPgAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAMwAAAAACNAAAAAACNAAAAAAADgAAAAABDgAAAAADewAAAAAAPgAAAAAAPgAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAMwAAAAADNAAAAAACNAAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAMwAAAAAANAAAAAACNAAAAAADeQAAAAABeAAAAAACeAAAAAACewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAMwAAAAACMwAAAAACeQAAAAACeAAAAAABeAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAeQAAAAACeAAAAAAAeAAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAeAAAAAABeAAAAAADeAAAAAACewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAeAAAAAACeAAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,-5: + ind: 0,-5 + tiles: OQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAJgAAAAAAJgAAAAACJQAAAAACOQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAJgAAAAACJgAAAAADJQAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAJgAAAAADJgAAAAABJQAAAAADOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAJgAAAAADJQAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAJgAAAAABJgAAAAAAJQAAAAACOQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAJgAAAAACJgAAAAABJQAAAAADOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAJgAAAAADJgAAAAABJQAAAAABOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAJgAAAAABJgAAAAAAJQAAAAABeAAAAAACeAAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAJgAAAAABJgAAAAABJQAAAAABeAAAAAAAeAAAAAACewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAADJgAAAAABJQAAAAADeAAAAAACeAAAAAADeAAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAJgAAAAABJgAAAAABJQAAAAACeQAAAAABeAAAAAABeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAJgAAAAABJgAAAAAAJQAAAAACeQAAAAABeAAAAAABeAAAAAACewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJQAAAAADeQAAAAACeAAAAAABeAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAADgAAAAADDgAAAAACewAAAAAAPgAAAAAAPgAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAA + version: 6 + -1,-5: + ind: -1,-5 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAQAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAeQAAAAADeQAAAAAAeQAAAAAAeQAAAAADOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAeAAAAAADeAAAAAADeAAAAAAAeAAAAAADOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAeAAAAAACeAAAAAADeAAAAAACeAAAAAADewAAAAAAeAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAeQAAAAAAeQAAAAADeQAAAAACewAAAAAAewAAAAAAeAAAAAADgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAewAAAAAAewAAAAAAeQAAAAACeAAAAAABgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAeQAAAAADeQAAAAABeQAAAAABeQAAAAAAeQAAAAABeQAAAAABeQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAeQAAAAABeAAAAAABeAAAAAADeAAAAAACeAAAAAAAeAAAAAACeAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAeQAAAAACeAAAAAABeAAAAAACeAAAAAABeAAAAAABeAAAAAACeAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAeQAAAAADeAAAAAACeAAAAAAAeAAAAAADeQAAAAADeQAAAAACeQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAeQAAAAAAeAAAAAADeAAAAAADeAAAAAADeQAAAAABDgAAAAADDgAAAAAA + version: 6 + 0,-6: + ind: 0,-6 + tiles: aAAAAAACaAAAAAACLQAAAAABLQAAAAACaAAAAAADaAAAAAABaAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAaAAAAAACaAAAAAADaAAAAAABaAAAAAADaAAAAAAAaAAAAAACaAAAAAADewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAaAAAAAABewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAXQAAAAABXQAAAAABewAAAAAAewAAAAAAaQAAAAABWwAAAAADWwAAAAABewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAXQAAAAAAXQAAAAACXQAAAAACIgAAAAACaQAAAAACaQAAAAABWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAXQAAAAAAXQAAAAAAXQAAAAACIgAAAAAALQAAAAACaQAAAAACWwAAAAADewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAXQAAAAAAXQAAAAADXQAAAAACIgAAAAAALQAAAAABaQAAAAADWwAAAAACewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAXQAAAAABLQAAAAACXQAAAAADIgAAAAACLQAAAAADaQAAAAAAWwAAAAADewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAALQAAAAADLQAAAAABXQAAAAACIgAAAAABLQAAAAADaQAAAAAAWwAAAAABewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAALQAAAAADLQAAAAADXQAAAAABIgAAAAABLQAAAAADaQAAAAABWwAAAAABewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAXQAAAAACXQAAAAAAXQAAAAACIgAAAAAAaQAAAAABaQAAAAAAWwAAAAABewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAJgAAAAACJQAAAAABXQAAAAABXQAAAAAAewAAAAAAewAAAAAAaQAAAAADWwAAAAACWwAAAAACewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAJgAAAAABJgAAAAAAJQAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAADWwAAAAABWwAAAAADaAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAJgAAAAABJgAAAAAAJQAAAAABaAAAAAABaAAAAAAAaAAAAAADaAAAAAADaAAAAAABaAAAAAADaAAAAAABewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAJgAAAAACJgAAAAADJQAAAAAAaAAAAAADaAAAAAABaAAAAAACaAAAAAAAaAAAAAABaAAAAAACaAAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAADJgAAAAABJQAAAAADOQAAAAAAOQAAAAAAOQAAAAAAaAAAAAAAewAAAAAAaAAAAAACewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAJgAAAAACJgAAAAADJQAAAAAD + version: 6 + -1,-6: + ind: -1,-6 + tiles: gAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAALAAAAAAAewAAAAAAewAAAAAAaAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAALAAAAAAALAAAAAAALAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAALAAAAAAALAAAAAAALAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAewAAAAAAewAAAAAALAAAAAAAewAAAAAAewAAAAAAXQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAewAAAAAAawAAAAAAewAAAAAAXQAAAAAAXQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAawAAAAAAXQAAAAAAXQAAAAACXQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAawAAAAAAXQAAAAABXQAAAAABLQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAOgAAAAAAOgAAAAAAewAAAAAAagAAAAAAewAAAAAAXQAAAAADXQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAewAAAAAAagAAAAAAewAAAAAAXQAAAAADXQAAAAADgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAXQAAAAACgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAaAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAaAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAOQAAAAAAOQAAAAAA + version: 6 + -1,-7: + ind: -1,-7 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAYgAAAAAAaAAAAAABewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAewAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAYgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAQAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAaAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAaAAAAAABgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAaAAAAAAC + version: 6 + 0,-7: + ind: 0,-7 + tiles: ewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAYgAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAYgAAAAAAYgAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAYgAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAOQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAOQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAaAAAAAABewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAaAAAAAADaAAAAAAAaAAAAAADewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAaAAAAAACaAAAAAADaAAAAAAAaAAAAAAAaAAAAAADaAAAAAABaAAAAAABewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAaAAAAAADaAAAAAADLQAAAAABLQAAAAADaAAAAAABaAAAAAABaAAAAAACewAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAaAAAAAAAaAAAAAADLQAAAAAALQAAAAACaAAAAAACaAAAAAAAaAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAA + version: 6 + -1,-8: + ind: -1,-8 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAGQAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAewAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAaAAAAAAAeAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAewAAAAAAYgAAAAAAYgAAAAAAaAAAAAACeQAAAAABeQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAYgAAAAAAaAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAYgAAAAAAYgAAAAAAewAAAAAAeAAAAAAAeAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAewAAAAAAYgAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAYgAAAAAAewAAAAAAeAAAAAABeAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAYgAAAAAAYgAAAAAAewAAAAAAeAAAAAACeAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAewAAAAAAYgAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAYgAAAAAAJQAAAAADQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAYgAAAAAAYgAAAAAAJQAAAAACQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAewAAAAAAYgAAAAAAYgAAAAAAJQAAAAADQAAAAAAAQAAAAAAA + version: 6 + 0,-8: + ind: 0,-8 + tiles: OQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAewAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAaAAAAAADaAAAAAACewAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAeQAAAAADeQAAAAADeQAAAAABewAAAAAAYgAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAeAAAAAABeAAAAAACeAAAAAABeAAAAAAAYgAAAAAAYgAAAAAAHQAAAAABJAAAAAACJAAAAAADJAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAeAAAAAAAeAAAAAACeAAAAAACewAAAAAAYgAAAAAAYgAAAAAAewAAAAAAJAAAAAABJAAAAAADJAAAAAABewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAeAAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJAAAAAAAJAAAAAACJAAAAAABewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAeAAAAAABeAAAAAABewAAAAAAewAAAAAAagAAAAAAagAAAAAAHQAAAAADJAAAAAADJAAAAAAAJAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAeAAAAAADeAAAAAADeAAAAAABewAAAAAAagAAAAAAewAAAAAAHQAAAAAAJAAAAAAAJAAAAAABJAAAAAACewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJAAAAAABJAAAAAACJAAAAAABJAAAAAABJAAAAAADewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAJAAAAAAAJAAAAAADJAAAAAADJAAAAAABJAAAAAADewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAJAAAAAACJAAAAAABJAAAAAACJAAAAAADJAAAAAADewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAA + version: 6 + -1,-9: + ind: -1,-9 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAABeAAAAAAAeQAAAAADewAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAewAAAAAAeQAAAAADeAAAAAABeAAAAAAAeAAAAAABeQAAAAACewAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAewAAAAAAeQAAAAACeAAAAAABeAAAAAAAeAAAAAACeQAAAAAAQwAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAewAAAAAAeQAAAAADeAAAAAACeAAAAAAAeAAAAAACeQAAAAACQwAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAewAAAAAAeQAAAAABeAAAAAAAeAAAAAAAeAAAAAABeQAAAAADQwAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAewAAAAAAeQAAAAAAeAAAAAACeAAAAAAAeAAAAAABeQAAAAAAewAAAAAAZwAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAewAAAAAAewAAAAAAewAAAAAAQwAAAAAAewAAAAAAewAAAAAAewAAAAAAZwAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAANQAAAAAAewAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAewAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAANQAAAAABNQAAAAABQAAAAAAANQAAAAABewAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAewAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAANQAAAAACNQAAAAACQAAAAAAANQAAAAABgAAAAAAAewAAAAAAewAAAAAAewAAAAAAQwAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAANQAAAAAANQAAAAABQAAAAAAANQAAAAADgAAAAAAAewAAAAAAQAAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAANQAAAAABNQAAAAADQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAGQAAAAAAewAAAAAAgAAAAAAAgAAAAAAAOQAAAAAA + version: 6 + 0,-9: + ind: 0,-9 + tiles: ZwAAAAAASwAAAAADaAAAAAAATAAAAAABTAAAAAABTAAAAAADaAAAAAACewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAZwAAAAAAewAAAAAAaQAAAAABSwAAAAADTAAAAAAASwAAAAAAaQAAAAADewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAZwAAAAAAewAAAAAAQwAAAAAASwAAAAADaQAAAAACSwAAAAABQwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAZwAAAAAAewAAAAAAewAAAAAAewAAAAAAQwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAZwAAAAAAewAAAAAAJQAAAAADJQAAAAAAJgAAAAAAJgAAAAADJgAAAAABewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAZwAAAAAAewAAAAAAJQAAAAADJQAAAAABJgAAAAACJgAAAAAAJgAAAAABQwAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAZwAAAAAAZwAAAAAAewAAAAAAHwAAAAAAHwAAAAACHwAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAZwAAAAAAZwAAAAAAewAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAewAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAZwAAAAAAZwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAQAAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAOQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAOQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAA + version: 6 + -1,-10: + ind: -1,-10 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAewAAAAAAQAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAewAAAAAAJgAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAewAAAAAAewAAAAAAJgAAAAAAewAAAAAAJQAAAAADOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAewAAAAAALQAAAAAAJgAAAAADJgAAAAAAJgAAAAACJQAAAAADewAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAABJgAAAAABJQAAAAADQwAAAAAAZwAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAewAAAAAAJgAAAAAAJgAAAAACJgAAAAACJgAAAAABJQAAAAABewAAAAAAZwAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAewAAAAAAeQAAAAAAeAAAAAAAeAAAAAADeAAAAAAAeQAAAAAAewAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAewAAAAAAeQAAAAACeAAAAAACeAAAAAABeAAAAAAAeQAAAAAAewAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAewAAAAAAeQAAAAACeAAAAAADeAAAAAADeAAAAAACeQAAAAADewAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAewAAAAAAeQAAAAACeAAAAAACeAAAAAAAeAAAAAAAeQAAAAADewAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAewAAAAAAeQAAAAADeAAAAAAAeAAAAAACeAAAAAAAeQAAAAACewAAAAAAZwAAAAAA + version: 6 + 0,-10: + ind: 0,-10 + tiles: OQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAagAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAOQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAagAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAZwAAAAAAZwAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAZwAAAAAAZwAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAewAAAAAAagAAAAAAewAAAAAAgAAAAAAAgAAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAewAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAZwAAAAAAZwAAAAAAewAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAZwAAAAAAewAAAAAAaQAAAAACSwAAAAABaQAAAAAASwAAAAADaQAAAAABewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAZwAAAAAASwAAAAADaQAAAAADSwAAAAADTAAAAAACSwAAAAABaQAAAAABewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAZwAAAAAASwAAAAADaQAAAAAASwAAAAABTAAAAAADSwAAAAACaQAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAA + version: 6 + -1,-11: + ind: -1,-11 + tiles: AAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAUAAAAAAAUAAAAAAALAAAAAAALAAAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAUAAAAAAAUAAAAAAALAAAAAAALAAAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAagAAAAAAagAAAAAAawAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAUAAAAAAAUAAAAAAAUAAAAAAALAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAcgAAAAAAcgAAAAACcgAAAAAAbgAAAAAAewAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAcgAAAAABcgAAAAACcgAAAAACbgAAAAABZwAAAAAAgAAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAgAAAAAAAgAAAAAAAewAAAAAAagAAAAAAewAAAAAAcgAAAAADcgAAAAACcgAAAAACbgAAAAACewAAAAAAgAAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAgAAAAAAAgAAAAAAAewAAAAAAagAAAAAAewAAAAAAbgAAAAADbgAAAAACbgAAAAACbgAAAAABewAAAAAAgAAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAACbgAAAAAAbgAAAAABbgAAAAACWwAAAAADgAAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAZwAAAAAAgAAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZwAAAAAAgAAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAZwAAAAAAgAAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAQAAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAA + version: 6 + 0,-11: + ind: 0,-11 + tiles: aQAAAAACZwAAAAAAewAAAAAAcgAAAAADbgAAAAADbgAAAAABbgAAAAADbgAAAAADcgAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAaQAAAAAAZwAAAAAAewAAAAAAcgAAAAAAbgAAAAABTAAAAAAATAAAAAADbgAAAAADcgAAAAACewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAABZwAAAAAAewAAAAAAcgAAAAAAbgAAAAABTAAAAAADTAAAAAACbgAAAAACcgAAAAADewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAADZwAAAAAAaQAAAAABcgAAAAACbgAAAAABbgAAAAADbgAAAAAAbgAAAAACcgAAAAADewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAABZwAAAAAAaQAAAAACcgAAAAABcgAAAAAAcgAAAAABcgAAAAAAcgAAAAABcgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAABZwAAAAAAewAAAAAAewAAAAAAewAAAAAAZwAAAAAAZwAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAZwAAAAAAewAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAABZwAAAAAAZwAAAAAALAAAAAAATAAAAAACTAAAAAACTAAAAAACLAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAABZwAAAAAAZwAAAAAALAAAAAAATAAAAAABLAAAAAAATAAAAAABLAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAABZwAAAAAAZwAAAAAALAAAAAAATAAAAAABTAAAAAAATAAAAAAALAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAADZwAAAAAAewAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAaQAAAAAAZwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAgAAAAAAAewAAAAAAaQAAAAACZwAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAaQAAAAADZwAAAAAAZwAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAQAAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAA + version: 6 + 0,-12: + ind: 0,-12 + tiles: dAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZwAAAAAAZwAAAAAAewAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAADAAAAAAADAAAAAACgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAZwAAAAAAewAAAAAAZwAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAewAAAAAAgAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAewAAAAAAewAAAAAAbgAAAAADbgAAAAADbgAAAAACewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAABZwAAAAAAbgAAAAABbgAAAAACbgAAAAABbgAAAAADewAAAAAAQAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAACZwAAAAAAbgAAAAABbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAcgAAAAADcgAAAAADewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAABZwAAAAAAewAAAAAAewAAAAAAbgAAAAADbgAAAAACewAAAAAAcgAAAAADcgAAAAACewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAADZwAAAAAAewAAAAAAcgAAAAACcgAAAAAAcgAAAAAAcgAAAAADcgAAAAADcgAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAA + version: 6 + -1,-12: + ind: -1,-12 + tiles: gAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAQgAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZwAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAQAAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAQAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAQAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAZwAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZwAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAUAAAAAAAUAAAAAAAUAAAAAAALAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAewAAAAAA + version: 6 + -1,-13: + ind: -1,-13 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAdwAAAAABOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAbwAAAAAAbwAAAAABewAAAAAAdwAAAAABewAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAbwAAAAADbwAAAAAAdwAAAAACdwAAAAACZwAAAAAAZwAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAbwAAAAAAbwAAAAABewAAAAAAdwAAAAACewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAdwAAAAACewAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAbwAAAAAAewAAAAAAewAAAAAAdwAAAAABewAAAAAAbgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAbwAAAAADbwAAAAADdwAAAAABdwAAAAACewAAAAAAbgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAbwAAAAADbwAAAAADewAAAAAAdwAAAAABewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAdwAAAAABewAAAAAAbgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAdwAAAAACdwAAAAACdwAAAAAAdwAAAAAAdwAAAAADZwAAAAAAbgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAdwAAAAADdwAAAAABdwAAAAABdwAAAAAAdwAAAAADewAAAAAAbgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAdwAAAAADdwAAAAACTAAAAAAAdwAAAAADdwAAAAADewAAAAAAbgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAdwAAAAABdwAAAAABTAAAAAAAdwAAAAACdwAAAAADewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAdwAAAAACdwAAAAAAdwAAAAADdwAAAAAAdwAAAAADewAAAAAAcgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAdwAAAAABdwAAAAABdwAAAAABdwAAAAABdwAAAAADewAAAAAAcgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAdAAAAAAAewAAAAAAewAAAAAAdAAAAAAAewAAAAAAcgAAAAAD + version: 6 + 0,-13: + ind: 0,-13 + tiles: OQAAAAAAOQAAAAAAOQAAAAAAZwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAADAAAAAACDAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZwAAAAAAZwAAAAAAewAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAbgAAAAAAbgAAAAAAbgAAAAADbgAAAAAAewAAAAAAZwAAAAAAZwAAAAAAewAAAAAAgAAAAAAADAAAAAADgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAbgAAAAAAbgAAAAAAbgAAAAACbgAAAAADewAAAAAAZwAAAAAAZwAAAAAAewAAAAAAgAAAAAAADAAAAAADgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAACbgAAAAADbgAAAAACbgAAAAADewAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAewAAAAAAQAAAAAAADAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAbgAAAAADewAAAAAAewAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAewAAAAAAQAAAAAAADAAAAAADDAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAADbgAAAAABbgAAAAABbgAAAAACewAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAewAAAAAAQAAAAAAAQAAAAAAADAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdwAAAAABdwAAAAACdwAAAAABbgAAAAABZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAewAAAAAADAAAAAADQAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdwAAAAABdwAAAAABdwAAAAABbgAAAAABZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAewAAAAAADAAAAAAADAAAAAABDAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAbgAAAAADbgAAAAADbgAAAAAAewAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAewAAAAAAQAAAAAAADAAAAAAADAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAdAAAAAAAewAAAAAAewAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAewAAAAAAQAAAAAAAQAAAAAAADAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcgAAAAABcgAAAAACcgAAAAAAewAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAewAAAAAAQAAAAAAADAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAADbgAAAAAAbgAAAAACcgAAAAAAewAAAAAAZwAAAAAAZwAAAAAAewAAAAAAgAAAAAAADAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAABcgAAAAAAcgAAAAADcgAAAAAAewAAAAAAZwAAAAAAZwAAAAAAewAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,-14: + ind: -1,-14 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAgAAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAA + version: 6 + 0,-14: + ind: 0,-14 + tiles: agAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAgAAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,-15: + ind: -1,-15 + tiles: ewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAagAAAAAA + version: 6 + 0,-15: + ind: 0,-15 + tiles: OQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAKgAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAewAAAAAAewAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAewAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,-16: + ind: -1,-16 + tiles: ewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAJQAAAAACWwAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAawAAAAAAewAAAAAAWwAAAAACQAAAAAAAQAAAAAAAQAAAAAAAJQAAAAACWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAJQAAAAADWwAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAACWwAAAAAAWwAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAADWwAAAAADWwAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAWwAAAAACTAAAAAACWwAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAWwAAAAACTAAAAAACWwAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAewAAAAAAWwAAAAABWwAAAAADWwAAAAACWwAAAAABWwAAAAADWwAAAAADTAAAAAABWwAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAADTAAAAAABWwAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAWwAAAAADWwAAAAABWwAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAABWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAgAAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAOQAAAAAA + version: 6 + 0,-16: + ind: 0,-16 + tiles: aQAAAAABWwAAAAABewAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAMwAAAAAAMwAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAMwAAAAAAaQAAAAAAWwAAAAADewAAAAAAewAAAAAAMwAAAAABMwAAAAAAMwAAAAABMwAAAAABMwAAAAADewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAMwAAAAACMwAAAAADaQAAAAABewAAAAAAMwAAAAADMwAAAAABMwAAAAACMwAAAAABMwAAAAADMwAAAAACMwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAMwAAAAADMwAAAAADaQAAAAACewAAAAAAMwAAAAABNAAAAAAANAAAAAAANAAAAAACNAAAAAADNAAAAAACMwAAAAABWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAMwAAAAADMwAAAAACaQAAAAAAWwAAAAABMwAAAAABNAAAAAACNAAAAAACNAAAAAAANAAAAAABNAAAAAAAMwAAAAABewAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAMwAAAAADMwAAAAADaQAAAAABWwAAAAACMwAAAAACNAAAAAABNAAAAAADNAAAAAACNAAAAAACNAAAAAACMwAAAAAAewAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAMwAAAAAAMwAAAAABaQAAAAABewAAAAAAMwAAAAABMwAAAAABMwAAAAACMwAAAAACMwAAAAADMwAAAAABMwAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAMwAAAAABaQAAAAAAWwAAAAABewAAAAAAMwAAAAAAMwAAAAACMwAAAAACMwAAAAAAMwAAAAACMwAAAAAAMwAAAAAAMwAAAAACMwAAAAAAMwAAAAACMwAAAAACMwAAAAACMwAAAAACaQAAAAACWwAAAAABewAAAAAAMwAAAAAAMwAAAAADMwAAAAADMwAAAAAAMwAAAAABMwAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAMwAAAAAAaQAAAAAAWwAAAAABewAAAAAAMwAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAMwAAAAACaQAAAAACWwAAAAAAWwAAAAAAWwAAAAABWwAAAAABWwAAAAACWwAAAAAAWwAAAAADewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAMwAAAAABaQAAAAABWwAAAAADWwAAAAACWwAAAAACWwAAAAADWwAAAAABWwAAAAAAWwAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAaQAAAAADWwAAAAAAWwAAAAABWwAAAAADWwAAAAAAWwAAAAADWwAAAAAAWwAAAAACewAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAWwAAAAABTQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAWwAAAAACWwAAAAAAWwAAAAABWwAAAAAAWwAAAAACewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAKgAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAKgAAAAAAOQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAKgAAAAAA + version: 6 + -1,-17: + ind: -1,-17 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAMwAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAACNAAAAAADNAAAAAADWwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAANAAAAAABMwAAAAABMwAAAAACMwAAAAADMwAAAAADMwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAMwAAAAACMwAAAAABMwAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAKgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAgAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAewAAAAAAfQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAfQAAAAAAewAAAAAAWwAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAABWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAfQAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAWwAAAAACWwAAAAACWwAAAAAB + version: 6 + 0,-17: + ind: 0,-17 + tiles: WwAAAAACWwAAAAABWwAAAAABWwAAAAADWwAAAAADWwAAAAACWwAAAAACewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAABWwAAAAAAewAAAAAAWwAAAAAAWwAAAAADWwAAAAADWwAAAAACewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAWwAAAAAAewAAAAAAWwAAAAABewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAQAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAQAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAQAAAAAAAOQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAQAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAMwAAAAAAaQAAAAAAWwAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAewAAAAAAMwAAAAAAaQAAAAAAWwAAAAADewAAAAAAagAAAAAAewAAAAAAagAAAAAAfQAAAAAAewAAAAAAagAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAMwAAAAADaQAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAaQAAAAACWwAAAAACewAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAMwAAAAADMwAAAAACewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAMwAAAAACaQAAAAACWwAAAAABWwAAAAACQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAABMwAAAAAAMwAAAAADMwAAAAAAMwAAAAAB + version: 6 + 1,-16: + ind: 1,-16 + tiles: MwAAAAABMwAAAAAAMwAAAAADMwAAAAADewAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAewAAAAAAewAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMwAAAAADMwAAAAACMwAAAAACMwAAAAADewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAABNAAAAAACNAAAAAACMwAAAAACewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAACNAAAAAAANAAAAAABMwAAAAABewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAANAAAAAABNAAAAAABMwAAAAADewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAABewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKgAAAAAATQAAAAAAKgAAAAAAKgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKgAAAAAATQAAAAAAKgAAAAAAKgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKgAAAAAATQAAAAAAKgAAAAAAKgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 1,-17: + ind: 1,-17 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAMwAAAAADewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAMwAAAAACewAAAAAAewAAAAAAMwAAAAACewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAMwAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAANAAAAAABNAAAAAABewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAewAAAAAANAAAAAABNAAAAAADNAAAAAAAMwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAewAAAAAANAAAAAADNAAAAAADNAAAAAABMwAAAAAAewAAAAAAgAAAAAAAgAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAA + version: 6 + 1,-9: + ind: 1,-9 + tiles: agAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 1,-10: + ind: 1,-10 + tiles: agAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 1,-11: + ind: 1,-11 + tiles: gAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAagAAAAAAewAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 2,-16: + ind: 2,-16 + tiles: gAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 2,-17: + ind: 2,-17 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,-20: + ind: -1,-20 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHQAAAAABHQAAAAABHQAAAAADHQAAAAADHQAAAAADHQAAAAACHQAAAAACewAAAAAAaQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHQAAAAAAHQAAAAACHQAAAAAAHQAAAAAATAAAAAABTAAAAAADHQAAAAAAewAAAAAAaQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAHQAAAAADHQAAAAACHQAAAAACHQAAAAACTAAAAAADTAAAAAADHQAAAAADHQAAAAADaQAAAAADgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAADTAAAAAADTAAAAAACHQAAAAAAewAAAAAAaQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAHQAAAAABHQAAAAADHQAAAAADHQAAAAABewAAAAAAaQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAHQAAAAABHQAAAAADHQAAAAAAHQAAAAADewAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAABHQAAAAADewAAAAAAaQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAQAAAAAAAQAAAAAAAHQAAAAADHQAAAAAAewAAAAAAaQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAQAAAAAAAHQAAAAACHQAAAAABewAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAACewAAAAAAHQAAAAADaQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAaAAAAAADaAAAAAAAaAAAAAADaAAAAAAAaAAAAAAAaAAAAAACaAAAAAADaAAAAAAAaQAAAAACAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAQgAAAAAAWwAAAAADWwAAAAABWwAAAAABWwAAAAADWwAAAAACWwAAAAABWwAAAAADaQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAaAAAAAAAaAAAAAABaAAAAAACaAAAAAADaAAAAAAAaAAAAAADaAAAAAADaAAAAAABaQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAACewAAAAAAHQAAAAAAaQAAAAACAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHQAAAAADHQAAAAABewAAAAAAHQAAAAAAHQAAAAADHQAAAAAAHQAAAAACHQAAAAACewAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAHQAAAAABHQAAAAADewAAAAAAHQAAAAADHQAAAAADTAAAAAAATAAAAAABHQAAAAADewAAAAAAaQAAAAAD + version: 6 + 0,-20: + ind: 0,-20 + tiles: WwAAAAAAaQAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAWwAAAAABaQAAAAABewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAWwAAAAACaQAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAWwAAAAAAaQAAAAADewAAAAAAHQAAAAADHQAAAAAAHQAAAAADHQAAAAABHQAAAAADHQAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAABaQAAAAADewAAAAAAHQAAAAADXQAAAAABXQAAAAADXQAAAAAAHQAAAAAAHQAAAAABewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAWwAAAAACaQAAAAACewAAAAAAQAAAAAAAQAAAAAAATAAAAAAAXQAAAAADHQAAAAAAewAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAWwAAAAABaQAAAAADewAAAAAAQAAAAAAAQAAAAAAATAAAAAACXQAAAAADHQAAAAACewAAAAAAewAAAAAAagAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAWwAAAAABaQAAAAADewAAAAAAQAAAAAAAQAAAAAAATAAAAAADXQAAAAACHQAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAABaQAAAAADewAAAAAAHQAAAAABXQAAAAADXQAAAAADXQAAAAADHQAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAACaQAAAAACewAAAAAAHQAAAAADHQAAAAACHQAAAAADHQAAAAAAHQAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAABaQAAAAADHQAAAAABewAAAAAAewAAAAAAewAAAAAAWwAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAWwAAAAAAWwAAAAADaAAAAAADaAAAAAADaAAAAAABaAAAAAABaAAAAAACaAAAAAADaAAAAAADaAAAAAABaAAAAAACaAAAAAADaAAAAAABOQAAAAAAgAAAAAAAgAAAAAAAWwAAAAAAWwAAAAAAWwAAAAACWwAAAAAAWwAAAAABWwAAAAABWwAAAAADWwAAAAABWwAAAAACWwAAAAADWwAAAAADWwAAAAABWwAAAAADOQAAAAAAOQAAAAAAOQAAAAAAWwAAAAACWwAAAAABaAAAAAACaAAAAAADaAAAAAAAaAAAAAACaAAAAAAAaAAAAAADaAAAAAAAaAAAAAADaAAAAAADaAAAAAACaAAAAAACOQAAAAAAgAAAAAAAgAAAAAAAWwAAAAACaQAAAAAAHQAAAAACewAAAAAAewAAAAAAewAAAAAAWwAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAWwAAAAACaQAAAAAAewAAAAAAHQAAAAACHQAAAAADHQAAAAABHQAAAAADHQAAAAADewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,-18: + ind: 0,-18 + tiles: WwAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAANQAAAAACNQAAAAABNQAAAAACewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAACewAAAAAAewAAAAAAewAAAAAANQAAAAAANQAAAAACNQAAAAADewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAABewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAAGgAAAAABGgAAAAAAGgAAAAADGgAAAAABGgAAAAACGgAAAAAAGgAAAAABGgAAAAABewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAABGwAAAAADGwAAAAACGwAAAAABGwAAAAAAGwAAAAACGwAAAAABGgAAAAADWwAAAAAAWwAAAAABWwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAANQAAAAADNQAAAAACNQAAAAACNQAAAAABNQAAAAACNQAAAAAAGwAAAAABGgAAAAADGgAAAAAAGgAAAAAAGgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACNQAAAAAANQAAAAAANQAAAAABNQAAAAABNQAAAAACNQAAAAADGwAAAAAAGgAAAAACWwAAAAADWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAADNQAAAAAANQAAAAACNQAAAAADNQAAAAAANQAAAAADNQAAAAACGwAAAAAAGgAAAAACGgAAAAADGgAAAAACGgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAAAGwAAAAABGwAAAAABGwAAAAACGwAAAAADGwAAAAAAGwAAAAAAGgAAAAACWwAAAAABWwAAAAADWwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAAGgAAAAACGgAAAAABGgAAAAADGgAAAAABGgAAAAACGgAAAAACGgAAAAAAGgAAAAABewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAABWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAABWwAAAAADWwAAAAACWwAAAAABWwAAAAACWwAAAAACWwAAAAADewAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAABWwAAAAADewAAAAAAWwAAAAAAWwAAAAACWwAAAAADWwAAAAABewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAADWwAAAAADWwAAAAADWwAAAAABWwAAAAACWwAAAAAAWwAAAAACewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,-18: + ind: -1,-18 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAMwAAAAACNAAAAAADNAAAAAADNAAAAAABMwAAAAACewAAAAAAWwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAMwAAAAAANAAAAAACMwAAAAADMwAAAAAAWwAAAAACewAAAAAAWwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAMwAAAAAANAAAAAABMwAAAAADWwAAAAABWwAAAAABWwAAAAADWwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAMwAAAAAANAAAAAAAWwAAAAABWwAAAAADWwAAAAAAWwAAAAAAWwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAMwAAAAAANAAAAAABewAAAAAAWwAAAAADWwAAAAAAWwAAAAABewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAewAAAAAANAAAAAADewAAAAAAWwAAAAACWwAAAAAAewAAAAAAGgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAWwAAAAACWwAAAAAAWwAAAAADWwAAAAABewAAAAAAGgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAADTAAAAAACTAAAAAABWwAAAAACWwAAAAACGgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAACTAAAAAADTAAAAAACWwAAAAABWwAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAABTAAAAAAATAAAAAAAWwAAAAACWwAAAAAAGgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAWwAAAAADWwAAAAADWwAAAAABWwAAAAACewAAAAAAGgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAWwAAAAABWwAAAAADewAAAAAAGgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAMwAAAAABMwAAAAAANAAAAAACewAAAAAAWwAAAAADWwAAAAABWwAAAAABewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAMwAAAAADMwAAAAADNAAAAAABWwAAAAAAWwAAAAABWwAAAAAAWwAAAAABWwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAACNAAAAAABNAAAAAACNAAAAAADMwAAAAAAWwAAAAACWwAAAAADWwAAAAABWwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAADNAAAAAADNAAAAAACNAAAAAADMwAAAAABMwAAAAABWwAAAAABewAAAAAAewAAAAAA + version: 6 + 0,-19: + ind: 0,-19 + tiles: WwAAAAAAaQAAAAACewAAAAAAHQAAAAABTAAAAAADTAAAAAACTAAAAAABHQAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAABaQAAAAAAewAAAAAAHQAAAAAATAAAAAABTAAAAAAATAAAAAABHQAAAAADewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAACaQAAAAAAewAAAAAAHQAAAAABHQAAAAABHQAAAAAAHQAAAAAAHQAAAAACewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAWwAAAAAAaQAAAAABewAAAAAAHQAAAAAAHQAAAAADQAAAAAAAQAAAAAAAQAAAAAAAewAAAAAAagAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAWwAAAAAAaQAAAAABewAAAAAAHQAAAAAAHQAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAWwAAAAAAaQAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAADaQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,-19: + ind: -1,-19 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAHQAAAAADHQAAAAADHQAAAAACHQAAAAAAHQAAAAAATAAAAAACTAAAAAAAHQAAAAAAewAAAAAAaQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAHQAAAAABHQAAAAACewAAAAAAHQAAAAADHQAAAAABTAAAAAACTAAAAAAAHQAAAAACewAAAAAAaQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAewAAAAAAHQAAAAACewAAAAAAHQAAAAADHQAAAAABHQAAAAACHQAAAAAAHQAAAAABewAAAAAAaQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAQAAAAAAAQAAAAAAAHQAAAAABHQAAAAACHQAAAAADHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAaQAAAAADgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAANgAAAAAAQAAAAAAAHQAAAAACQAAAAAAAQAAAAAAAQAAAAAAAHQAAAAACHQAAAAAAewAAAAAAaQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAaQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAaQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAMwAAAAABMwAAAAACMwAAAAABMwAAAAADOQAAAAAAOQAAAAAA + version: 6 + -1,-21: + ind: -1,-21 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAMwAAAAAAMwAAAAACMwAAAAADMwAAAAAAewAAAAAAMwAAAAAAMwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAMwAAAAACMwAAAAAAMwAAAAABewAAAAAAewAAAAAAMwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAMwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAMwAAAAABMwAAAAADgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAJQAAAAADMwAAAAACMwAAAAACgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAJQAAAAACMwAAAAABMwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAJQAAAAADMwAAAAADMwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAANAAAAAACMwAAAAADMwAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAQAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAQAAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAADewAAAAAAagAAAAAAOQAAAAAAOQAAAAAA + version: 6 + 0,-21: + ind: 0,-21 + tiles: NAAAAAADMwAAAAAAMwAAAAACewAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAADMwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAMwAAAAAAMwAAAAAAewAAAAAAeQAAAAADeAAAAAACeAAAAAACewAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAADMwAAAAACMwAAAAAAewAAAAAAeQAAAAABeAAAAAACeAAAAAACewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAANAAAAAABMwAAAAABMwAAAAADeQAAAAAAeQAAAAADeAAAAAABeAAAAAABewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAANAAAAAAAMwAAAAABMwAAAAABewAAAAAAeQAAAAABeAAAAAABeAAAAAADewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAeQAAAAABeAAAAAABewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAewAAAAAAgAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAewAAAAAAgAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 1,-20: + ind: 1,-20 + tiles: gAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAQAAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAQAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAQAAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAQAAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAewAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAQAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAQAAAAAAAawAAAAAAawAAAAAANgAAAAAAewAAAAAANgAAAAAAawAAAAAAawAAAAAAQAAAAAAAewAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAewAAAAAAOQAAAAAAOQAAAAAAQAAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAQAAAAAAAQAAAAAAAQAAAAAAANgAAAAAAQAAAAAAAewAAAAAAgAAAAAAAOQAAAAAAQAAAAAAAawAAAAAAawAAAAAANgAAAAAAewAAAAAANgAAAAAAawAAAAAAawAAAAAAQAAAAAAAewAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAewAAAAAAgAAAAAAAewAAAAAAQAAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAQAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAewAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 1,-19: + ind: 1,-19 + tiles: AAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAQAAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAQAAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAQAAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAQAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 1,-21: + ind: 1,-21 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,-22: + ind: 0,-22 + tiles: OQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAewAAAAAAOAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAQgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAADQgAAAAAAQgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAQgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAANAAAAAABewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAANAAAAAADMwAAAAACMwAAAAADewAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAABMwAAAAACMwAAAAAAMwAAAAADewAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAMwAAAAACMwAAAAAAMwAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAACMwAAAAAAMwAAAAADMwAAAAADewAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAACMwAAAAAAMwAAAAACewAAAAAATQAAAAAAagAAAAAATQAAAAAAagAAAAAATQAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAABMwAAAAACMwAAAAACewAAAAAATQAAAAAAagAAAAAATQAAAAAAagAAAAAATQAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAACMwAAAAADMwAAAAADewAAAAAATQAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,-22: + ind: -1,-22 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAOAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAMwAAAAABMwAAAAAAMwAAAAABewAAAAAAQgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAMwAAAAACMwAAAAABMwAAAAADMwAAAAAAewAAAAAAQgAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAMwAAAAAAMwAAAAADMwAAAAACMwAAAAACewAAAAAAQgAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAMwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAMwAAAAACMwAAAAACMwAAAAABMwAAAAABMwAAAAABewAAAAAAMwAAAAACMwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAMwAAAAADMwAAAAABMwAAAAACMwAAAAABMwAAAAADMwAAAAAAewAAAAAAMwAAAAABMwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAMwAAAAAAMwAAAAADMwAAAAAAMwAAAAABMwAAAAABMwAAAAABewAAAAAAMwAAAAACMwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAMwAAAAADMwAAAAABMwAAAAABMwAAAAABMwAAAAAAMwAAAAACMwAAAAADMwAAAAAAMwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAMwAAAAABMwAAAAADMwAAAAABMwAAAAACMwAAAAADMwAAAAAAMwAAAAAAMwAAAAABMwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAMwAAAAACMwAAAAADMwAAAAABMwAAAAADMwAAAAADMwAAAAACewAAAAAAMwAAAAABMwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAMwAAAAACMwAAAAAAMwAAAAADMwAAAAACMwAAAAADewAAAAAAMwAAAAADMwAAAAAC + version: 6 + 0,-23: + ind: 0,-23 + tiles: QAAAAAAAQAAAAAAAewAAAAAAewAAAAAAMwAAAAACewAAAAAAHgAAAAABHgAAAAADewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAIgAAAAADJQAAAAACewAAAAAAJgAAAAABJQAAAAACJgAAAAACHgAAAAACHgAAAAADewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAIgAAAAADJQAAAAABewAAAAAAJgAAAAABJQAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAIgAAAAAAJQAAAAACewAAAAAAJgAAAAAAJQAAAAAAewAAAAAAHgAAAAADHgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAIgAAAAACJQAAAAAAewAAAAAAJgAAAAAAJQAAAAAAJgAAAAACHgAAAAABHgAAAAABewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAIgAAAAABJQAAAAACewAAAAAAJgAAAAAAJQAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAQAAAAAAAewAAAAAAJgAAAAAAHQAAAAABJQAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAJgAAAAADJgAAAAABHQAAAAADJgAAAAAAJQAAAAADIgAAAAABewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAHQAAAAADHQAAAAAAJgAAAAACJQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAHQAAAAACHQAAAAADJQAAAAACewAAAAAAHgAAAAACHgAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAHQAAAAADHQAAAAABJQAAAAAANAAAAAADHgAAAAADHgAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAABJgAAAAADJQAAAAAAewAAAAAAHgAAAAABHgAAAAADewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAHgAAAAAAHgAAAAACewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAewAAAAAAOAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,-23: + ind: -1,-23 + tiles: AAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHgAAAAABHgAAAAACewAAAAAAMwAAAAADewAAAAAAewAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHgAAAAADHgAAAAADJgAAAAAAJQAAAAAAJgAAAAAAewAAAAAAJQAAAAABgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJQAAAAAAJgAAAAADewAAAAAAJQAAAAADgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHgAAAAAAHgAAAAABJgAAAAADJQAAAAAAJgAAAAABewAAAAAAJQAAAAABgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHgAAAAABHgAAAAADJgAAAAABJQAAAAAAJgAAAAADewAAAAAAJQAAAAABgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJQAAAAADJgAAAAAAewAAAAAAJQAAAAADgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAIQAAAAACIQAAAAACIQAAAAADJQAAAAAAHQAAAAACJgAAAAADewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAIQAAAAACIQAAAAAAIQAAAAADJQAAAAACJgAAAAACHQAAAAABJgAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJQAAAAAAJgAAAAAAHQAAAAADgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHwAAAAABHwAAAAACHwAAAAAAHwAAAAAAewAAAAAAJQAAAAADHQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHwAAAAACHwAAAAADHwAAAAABHwAAAAACNAAAAAAAJQAAAAACHQAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAHwAAAAACHwAAAAABHwAAAAADewAAAAAAJQAAAAABJgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAHwAAAAACHwAAAAACewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAOAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAA + version: 6 + -1,-24: + ind: -1,-24 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAADAAAAAACDAAAAAADDAAAAAACDAAAAAAAewAAAAAADAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAADAAAAAADDAAAAAABDAAAAAACDAAAAAACOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAgAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAgAAAAAAAewAAAAAAgAAAAAAAgAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAQAAAAAAAewAAAAAADAAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAagAAAAAAagAAAAAANQAAAAABNQAAAAADDAAAAAAADAAAAAABAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAANQAAAAADagAAAAAANQAAAAABAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAagAAAAAANQAAAAACagAAAAAAagAAAAAAagAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAQAAAAAAAewAAAAAAMwAAAAACewAAAAAAewAAAAAAewAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAQAAAAAAAQAAAAAAAewAAAAAAQAAAAAAA + version: 6 + 0,-24: + ind: 0,-24 + tiles: DAAAAAADDAAAAAACeAAAAAADewAAAAAADAAAAAADDAAAAAADDAAAAAAADAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAADAAAAAAADAAAAAABDAAAAAABewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAewAAAAAAgAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAKgAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAgAAAAAAAgAAAAAAAewAAAAAAgAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAADAAAAAACewAAAAAAQAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAADAAAAAAADAAAAAADDAAAAAACNQAAAAADagAAAAAANQAAAAACagAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAADAAAAAAADAAAAAAAagAAAAAAagAAAAAANQAAAAAAagAAAAAAagAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAANQAAAAABewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAMwAAAAABewAAAAAAQAAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAewAAAAAAQAAAAAAAQAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAA + version: 6 + 0,-25: + ind: 0,-25 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAADewAAAAAAewAAAAAAewAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAADAAAAAADewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAADDAAAAAADDAAAAAABewAAAAAADAAAAAACDAAAAAADDAAAAAADewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAAADAAAAAAADAAAAAAAewAAAAAADAAAAAADDAAAAAADDAAAAAABDAAAAAABewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAABDAAAAAACeAAAAAAADAAAAAAADAAAAAAADAAAAAADDAAAAAABDAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,-25: + ind: -1,-25 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAeAAAAAACEwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAewAAAAAAewAAAAAAEwAAAAAAeAAAAAAAEwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAeAAAAAAAEwAAAAAFEwAAAAABeAAAAAAADAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAADAAAAAACDAAAAAADDAAAAAADDAAAAAAADAAAAAACDAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAADAAAAAADDAAAAAAADAAAAAACewAAAAAAewAAAAAADAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAACewAAAAAADAAAAAAD + version: 6 + -2,-22: + ind: -2,-22 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -2,-21: + ind: -2,-21 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAA + version: 6 + -1,1: + ind: -1,1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,1: + ind: 0,1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -2,0: + ind: -2,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -2,-1: + ind: -2,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAA + version: 6 + 1,-1: + ind: 1,-1 + tiles: gAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 1,0: + ind: 1,0 + tiles: AAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 1,-2: + ind: 1,-2 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 1,-3: + ind: 1,-3 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 1,-4: + ind: 1,-4 + tiles: MwAAAAADMwAAAAAAewAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAABMwAAAAABewAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAACMwAAAAABewAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAABMwAAAAABewAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMwAAAAADewAAAAAAewAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 1,-5: + ind: 1,-5 + tiles: JgAAAAADJgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAADJgAAAAABewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAABJgAAAAADewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAACewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAJgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAACJgAAAAACewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAACJgAAAAACewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAABJgAAAAADewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAADJgAAAAADewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAADJgAAAAACewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAACJgAAAAAAewAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAADJgAAAAACewAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAACJgAAAAADewAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -2,-4: + ind: -2,-4 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -2,-5: + ind: -2,-5 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 1,-6: + ind: 1,-6 + tiles: gAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAewAAAAAAewAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAACJgAAAAAAewAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAJgAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAJgAAAAAAewAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAABJgAAAAABewAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAADJgAAAAACewAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 1,-7: + ind: 1,-7 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -2,-6: + ind: -2,-6 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -2,-7: + ind: -2,-7 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAA + version: 6 + 1,-8: + ind: 1,-8 + tiles: AAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -2,-8: + ind: -2,-8 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -2,-9: + ind: -2,-9 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAA + version: 6 + -2,-10: + ind: -2,-10 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 1,-15: + ind: 1,-15 + tiles: KgAAAAAATQAAAAAAKgAAAAAAKgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 1,-22: + ind: 1,-22 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -2,-12: + ind: -2,-12 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAA + version: 6 + -2,-11: + ind: -2,-11 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 1,-12: + ind: 1,-12 + tiles: gAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 1,-13: + ind: 1,-13 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 1,-14: + ind: 1,-14 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -2,-13: + ind: -2,-13 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -2,-14: + ind: -2,-14 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAA + version: 6 + -2,-16: + ind: -2,-16 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAA + version: 6 + -2,-15: + ind: -2,-15 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -2,-17: + ind: -2,-17 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAA + version: 6 + -2,-23: + ind: -2,-23 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 1,-23: + ind: 1,-23 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 2,-20: + ind: 2,-20 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 2,-19: + ind: 2,-19 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -2,-20: + ind: -2,-20 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -2,-19: + ind: -2,-19 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + - type: Broadphase + - type: Physics + bodyStatus: InAir + angularDamping: 0.05 + linearDamping: 0.05 + fixedRotation: False + bodyType: Dynamic + - type: Fixtures + fixtures: {} + - type: OccluderTree + - type: SpreaderGrid + - type: Shuttle + - type: GridPathfinding + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier + path: /Audio/Effects/alert.ogg + - type: DecalGrid + chunkCollection: + version: 2 + nodes: + - node: + angle: -1.5707963267948966 rad + color: '#FFFFFFFF' + id: Arrows + decals: + 494: -2,-124 + 495: 0,-124 + 496: 1,-124 + - node: + color: '#FFFFFFFF' + id: Bot + decals: + 493: -1,-124 + 862: 6,-280 + - node: + color: '#FFFFFFFF' + id: BotGreyscale + decals: + 1219: 1,-279 + 1220: 1,-280 + 1221: 2,-279 + 1222: 3,-279 + 1223: 3,-280 + 1318: 2,-280 + 1376: -1,-341 + 1377: -1,-340 + 1378: -1,-339 + 1379: -1,-338 + 1382: -2,-341 + 1383: -2,-340 + 1384: -2,-339 + 1385: -2,-338 + - node: + color: '#FFFFFFFF' + id: BotLeft + decals: + 861: 6,-281 + - node: + color: '#FFFFFFFF' + id: BotLeftGreyscale + decals: + 1380: -1,-342 + - node: + color: '#FFFFFFFF' + id: BotRight + decals: + 860: 6,-279 + - node: + color: '#FFFFFFFF' + id: BotRightGreyscale + decals: + 1381: -1,-337 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkInnerNe + decals: + 127: 6,-38 + 128: 6,-45 + 304: -2,-7 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkInnerNw + decals: + 123: -6,-33 + 124: -6,-31 + 305: -3,-7 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkInnerSe + decals: + 129: 6,-43 + 303: -2,-7 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkInnerSw + decals: + 121: -6,-29 + 122: -6,-31 + 306: -3,-7 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkLineE + decals: + 130: 6,-44 + 131: 6,-37 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkLineN + decals: + 293: -4,-8 + 294: -4,-8 + 295: -3,-8 + 296: -2,-8 + 297: -1,-8 + 300: -4,-7 + 301: -4,-7 + 302: -1,-7 + 502: 2,-139 + 503: 3,-139 + 504: 4,-139 + 505: 5,-139 + 506: 6,-139 + 507: 3,-138 + 508: 4,-138 + 509: 5,-138 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkLineS + decals: + 289: -4,-6 + 290: -2,-6 + 291: -3,-6 + 292: -1,-6 + 298: -4,-7 + 299: -1,-7 + 497: 3,-140 + 498: 2,-140 + 499: 4,-140 + 500: 5,-140 + 501: 6,-140 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkLineW + decals: + 125: -6,-30 + 126: -6,-32 + - node: + color: '#639137FF' + id: BrickTileSteelCornerNe + decals: + 366: 1,-87 + - node: + color: '#639137FF' + id: BrickTileSteelCornerSw + decals: + 369: 0,-88 + 370: 0,-88 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelEndE + decals: + 510: 5,-144 + - node: + color: '#639137FF' + id: BrickTileSteelEndN + decals: + 381: 3,-86 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelEndN + decals: + 515: 4,-143 + - node: + color: '#639137FF' + id: BrickTileSteelEndS + decals: + 367: 1,-89 + 382: 3,-92 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelEndS + decals: + 512: 4,-146 + - node: + color: '#639137FF' + id: BrickTileSteelEndW + decals: + 368: -1,-87 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelEndW + decals: + 511: 3,-144 + - node: + color: '#639137FF' + id: BrickTileSteelInnerNe + decals: + 375: -1,-88 + 376: 0,-89 + 377: 0,-88 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelInnerNe + decals: + 519: 4,-144 + - node: + color: '#639137FF' + id: BrickTileSteelInnerNw + decals: + 378: 1,-88 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelInnerNw + decals: + 518: 4,-144 + - node: + color: '#639137FF' + id: BrickTileSteelInnerSe + decals: + 380: 0,-87 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelInnerSe + decals: + 516: 4,-144 + - node: + color: '#639137FF' + id: BrickTileSteelInnerSw + decals: + 373: 1,-88 + 374: 0,-87 + 379: 1,-87 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelInnerSw + decals: + 517: 4,-144 + - node: + color: '#639137FF' + id: BrickTileSteelLineE + decals: + 372: 1,-88 + 388: 3,-87 + 389: 3,-88 + 390: 3,-89 + 391: 3,-90 + 392: 3,-91 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelLineE + decals: + 514: 4,-145 + - node: + color: '#639137FF' + id: BrickTileSteelLineN + decals: + 371: 0,-87 + - node: + color: '#96DAFFFF' + id: BrickTileSteelLineN + decals: + 83: 1,-31 + - node: + color: '#639137FF' + id: BrickTileSteelLineW + decals: + 383: 3,-91 + 384: 3,-90 + 385: 3,-89 + 386: 3,-88 + 387: 3,-87 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelLineW + decals: + 513: 4,-145 + - node: + color: '#646464FF' + id: BrickTileWhiteBox + decals: + 410: 4,-89 + - node: + color: '#52B4E996' + id: BrickTileWhiteCornerNe + decals: + 1441: 3,-197 + - node: + color: '#639137FF' + id: BrickTileWhiteCornerNe + decals: + 328: -6,-85 + 343: 1,-85 + 344: 2,-86 + - node: + color: '#A0A0A0FF' + id: BrickTileWhiteCornerNe + decals: + 462: 3,-96 + - node: + color: '#B3B3B3FF' + id: BrickTileWhiteCornerNe + decals: + 394: 4,-85 + 395: 5,-86 + - node: + color: '#52B4E996' + id: BrickTileWhiteCornerNw + decals: + 1440: -1,-197 + - node: + color: '#639137FF' + id: BrickTileWhiteCornerNw + decals: + 313: -9,-90 + 339: -2,-85 + - node: + color: '#A0A0A0FF' + id: BrickTileWhiteCornerNw + decals: + 427: 5,-93 + 463: 2,-96 + - node: + color: '#52B4E996' + id: BrickTileWhiteCornerSe + decals: + 1447: 3,-200 + - node: + color: '#639137FF' + id: BrickTileWhiteCornerSe + decals: + 329: -6,-89 + 350: 2,-92 + - node: + color: '#A0A0A0FF' + id: BrickTileWhiteCornerSe + decals: + 464: 3,-98 + - node: + color: '#B3B3B3FF' + id: BrickTileWhiteCornerSe + decals: + 396: 5,-92 + 397: 4,-93 + - node: + color: '#52B4E996' + id: BrickTileWhiteCornerSw + decals: + 1446: -1,-200 + - node: + color: '#639137FF' + id: BrickTileWhiteCornerSw + decals: + 316: -9,-84 + 355: -1,-90 + 356: -2,-89 + - node: + color: '#A0A0A0FF' + id: BrickTileWhiteCornerSw + decals: + 418: 5,-85 + 465: 2,-98 + - node: + color: '#646464FF' + id: BrickTileWhiteEndN + decals: + 405: 4,-87 + 409: 4,-90 + - node: + color: '#646464FF' + id: BrickTileWhiteEndS + decals: + 406: 4,-91 + 407: 4,-88 + 408: 4,-88 + - node: + color: '#334E6DFF' + id: BrickTileWhiteInnerNe + decals: + 286: -1,2 + - node: + color: '#639137FF' + id: BrickTileWhiteInnerNe + decals: + 336: -7,-85 + - node: + color: '#A0A0A0FF' + id: BrickTileWhiteInnerNe + decals: + 466: 3,-97 + 474: 3,-98 + 475: 2,-98 + - node: + color: '#B3B3B3FF' + id: BrickTileWhiteInnerNe + decals: + 399: 4,-86 + - node: + color: '#334E6DFF' + id: BrickTileWhiteInnerNw + decals: + 287: 1,2 + - node: + color: '#639137FF' + id: BrickTileWhiteInnerNw + decals: + 335: -9,-85 + 365: 0,-92 + - node: + color: '#646464FF' + id: BrickTileWhiteInnerNw + decals: + 413: 5,-90 + - node: + color: '#A0A0A0FF' + id: BrickTileWhiteInnerNw + decals: + 426: 6,-93 + 428: 5,-94 + 467: 2,-97 + 476: 3,-98 + - node: + color: '#639137FF' + id: BrickTileWhiteInnerSe + decals: + 338: -7,-89 + 353: 1,-92 + 354: 1,-92 + - node: + color: '#A0A0A0FF' + id: BrickTileWhiteInnerSe + decals: + 469: 3,-97 + 473: 2,-96 + - node: + color: '#B3B3B3FF' + id: BrickTileWhiteInnerSe + decals: + 398: 4,-92 + - node: + color: '#639137FF' + id: BrickTileWhiteInnerSw + decals: + 334: -9,-89 + 360: -1,-89 + 361: 0,-90 + 364: 0,-92 + - node: + color: '#646464FF' + id: BrickTileWhiteInnerSw + decals: + 412: 5,-88 + - node: + color: '#A0A0A0FF' + id: BrickTileWhiteInnerSw + decals: + 416: 5,-84 + 417: 5,-84 + 430: 6,-85 + 468: 2,-97 + 472: 3,-96 + - node: + color: '#334E6DFF' + id: BrickTileWhiteLineE + decals: + 285: -1,3 + - node: + color: '#639137FF' + id: BrickTileWhiteLineE + decals: + 327: -6,-86 + 330: -6,-88 + 331: -6,-87 + 345: 2,-87 + 346: 2,-88 + 347: 2,-89 + 348: 2,-90 + 349: 2,-91 + - node: + color: '#A0A0A0FF' + id: BrickTileWhiteLineE + decals: + 470: 2,-97 + 477: 3,-97 + - node: + color: '#B3B3B3FF' + id: BrickTileWhiteLineE + decals: + 400: 5,-87 + 401: 5,-88 + 402: 5,-89 + 403: 5,-90 + 404: 5,-91 + - node: + color: '#52B4E996' + id: BrickTileWhiteLineN + decals: + 1442: 1,-197 + 1443: 0,-197 + - node: + color: '#639137FF' + id: BrickTileWhiteLineN + decals: + 307: -10,-89 + 308: -9,-89 + 309: -8,-89 + 314: -8,-90 + 315: -7,-90 + 332: -10,-85 + 340: -1,-85 + 341: -1,-85 + 342: 0,-85 + 351: 1,-93 + 352: 0,-93 + - node: + color: '#A0A0A0FF' + id: BrickTileWhiteLineN + decals: + 429: 4,-94 + - node: + color: '#B3B3B3FF' + id: BrickTileWhiteLineN + decals: + 393: 3,-85 + - node: + color: '#52B4E996' + id: BrickTileWhiteLineS + decals: + 1444: 0,-200 + 1445: 1,-200 + - node: + color: '#639137FF' + id: BrickTileWhiteLineS + decals: + 310: -8,-85 + 311: -9,-85 + 312: -10,-85 + 317: -8,-84 + 318: -7,-84 + 333: -10,-89 + - node: + color: '#A0A0A0FF' + id: BrickTileWhiteLineS + decals: + 414: 3,-84 + 415: 4,-84 + - node: + color: '#334E6DFF' + id: BrickTileWhiteLineW + decals: + 288: 1,3 + - node: + color: '#52B4E996' + id: BrickTileWhiteLineW + decals: + 1439: -1,-198 + - node: + color: '#639137FF' + id: BrickTileWhiteLineW + decals: + 319: -7,-87 + 320: -7,-88 + 337: -7,-86 + 357: -2,-88 + 358: -2,-87 + 359: -2,-86 + 362: 0,-91 + 363: 0,-91 + - node: + color: '#646464FF' + id: BrickTileWhiteLineW + decals: + 411: 5,-89 + - node: + color: '#A0A0A0FF' + id: BrickTileWhiteLineW + decals: + 419: 6,-86 + 420: 6,-87 + 421: 6,-89 + 422: 6,-88 + 423: 6,-90 + 424: 6,-91 + 425: 6,-92 + 471: 3,-97 + 478: 2,-97 + - node: + color: '#FFFFFFFF' + id: BushAOne + decals: + 1058: 1,-389 + 1059: 4,-387 + 1060: 1,-386 + 1331: 9,-203 + - node: + color: '#FFFFFFFF' + id: BushAThree + decals: + 190: 1.4194474,-40.90987 + 1332: 9,-206 + - node: + color: '#FFFFFFFF' + id: BushCOne + decals: + 189: 2.5288224,-40.980873 + 1188: -3,-375 + 1189: 3,-375 + - node: + color: '#FFFFFFFF' + id: BushCThree + decals: + 1333: 9,-205 + - node: + color: '#FFFFFFFF' + id: BushCTwo + decals: + 188: 2.1381974,-41.52775 + - node: + color: '#FFFFFFFF' + id: Busha2 + decals: + 1326: 11,-198 + 1329: 10,-201 + 1330: 11,-201 + - node: + color: '#FFFFFFFF' + id: Busha3 + decals: + 197: 4.2948465,-41.901707 + - node: + color: '#FFFFFFFF' + id: Bushb1 + decals: + 1054: -1,-387 + 1184: 1,-373 + 1185: 0,-374 + 1334: 9,-195 + 1335: 9,-204 + - node: + color: '#FFFFFFFF' + id: Bushb3 + decals: + 191: 1.2944474,-41.75362 + 1055: -3,-387 + 1056: 6,-384 + 1057: -5,-384 + 1186: -2,-374 + - node: + color: '#FFFFFFFF' + id: Bushc2 + decals: + 1325: 10,-198 + 1327: 10,-199 + - node: + color: '#FFFFFFFF' + id: Bushc3 + decals: + 1187: 3,-374 + 1328: 9,-200 + 1336: 7,-202 + - node: + color: '#52B4E996' + id: CheckerNWSE + decals: + 1400: -5,-167 + 1401: -5,-166 + 1402: -4,-166 + 1403: -4,-167 + 1404: -3,-167 + 1405: -3,-166 + 1406: -2,-166 + 1407: -2,-167 + 1408: 3,-181 + 1409: 3,-180 + 1410: 3,-179 + 1411: 4,-179 + 1412: 4,-180 + 1413: 4,-181 + 1414: 5,-181 + 1415: 5,-180 + 1416: 5,-179 + 1417: 5,-178 + 1418: 4,-178 + 1419: 2,-180 + 1420: 2,-179 + 1421: -2,-171 + 1422: -2,-170 + 1423: -2,-169 + 1424: -1,-204 + 1425: -1,-203 + 1426: -1,-202 + 1427: 0,-202 + 1428: 0,-203 + 1429: 0,-204 + 1430: 1,-204 + 1431: 1,-203 + 1432: 1,-202 + 1433: 2,-202 + 1434: 2,-203 + 1435: 2,-204 + 1436: 3,-204 + 1437: 3,-203 + 1438: 3,-202 + - node: + color: '#FFFFFFFF' + id: ConcreteTrimCornerNe + decals: + 811: -2,-284 + - node: + color: '#FFFFFFFF' + id: ConcreteTrimCornerSe + decals: + 814: -2,-276 + - node: + color: '#FFFFFFFF' + id: ConcreteTrimInnerNe + decals: + 807: -3,-284 + 812: -2,-285 + - node: + color: '#FFFFFFFF' + id: ConcreteTrimInnerSe + decals: + 808: -3,-276 + 813: -2,-275 + - node: + color: '#FFFFFFFF' + id: ConcreteTrimLineE + decals: + 800: -3,-278 + 801: -3,-279 + 802: -3,-280 + 803: -3,-281 + 804: -3,-282 + 805: -3,-283 + 806: -3,-277 + - node: + color: '#FFFFFFFF' + id: ConcreteTrimLineN + decals: + 809: -1,-285 + 810: 0,-285 + - node: + color: '#FFFFFFFF' + id: ConcreteTrimLineS + decals: + 815: -1,-275 + 816: 0,-275 + 817: 1,-275 + 818: 3,-275 + 819: 4,-275 + 820: 5,-275 + 821: 6,-275 + 822: 2,-275 + - node: + color: '#FFFFFFFF' + id: FlowersBRTwo + decals: + 65: 3,-13 + - node: + color: '#FFFFFFFF' + id: Flowersbr2 + decals: + 203: 1.1507428,-40.14647 + 204: 0.83824277,-40.39647 + - node: + color: '#FFFFFFFF' + id: Flowerspv2 + decals: + 63: 3,-11 + - node: + color: '#FFFFFFFF' + id: Flowersy2 + decals: + 64: 3,-12 + - node: + color: '#FFFFFFFF' + id: Flowersy4 + decals: + 202: 4.197618,-40.474594 + - node: + color: '#9FED58CF' + id: FullTileOverlayGreyscale + decals: + 1358: -3,-195 + 1359: -3,-194 + 1360: -4,-194 + 1361: -5,-194 + 1362: -6,-194 + 1363: -7,-194 + 1364: -7,-195 + - node: + color: '#9FED58DD' + id: FullTileOverlayGreyscale + decals: + 670: -3,-202 + 671: -3,-203 + 672: -3,-204 + 673: -3,-205 + 674: -3,-206 + 675: -3,-207 + 676: -3,-208 + 677: -3,-201 + 678: -3,-199 + 679: -3,-198 + 680: -3,-197 + 681: -3,-196 + 682: -7,-196 + 683: -7,-197 + 684: -7,-198 + 685: -7,-199 + 686: -6,-199 + - node: + color: '#FFFFFFFF' + id: Grassa1 + decals: + 1061: -3,-384 + 1064: -5,-387 + 1319: 11,-196 + - node: + color: '#FFFFFFFF' + id: Grassa2 + decals: + 1050: -2,-388 + 1190: -1,-374 + - node: + color: '#FFFFFFFF' + id: Grassa3 + decals: + 1053: -2,-387 + 1192: 1,-374 + 1193: 2,-374 + 1320: 10,-195 + - node: + color: '#FFFFFFFF' + id: Grassa4 + decals: + 1338: 7,-195 + - node: + color: '#FFFFFFFF' + id: Grassa5 + decals: + 1194: -3,-374 + 1195: 2,-373 + 1321: 9,-194 + - node: + color: '#FFFFFFFF' + id: Grassb1 + decals: + 192: 3.0600724,-41.94112 + 1062: 4,-384 + 1337: 7,-196 + - node: + color: '#FFFFFFFF' + id: Grassb2 + decals: + 199: 4.2479715,-41.057957 + 205: 0.60386777,-40.880844 + 207: 1.6455414,-39.61602 + 1197: 4,-374 + - node: + color: '#FFFFFFFF' + id: Grassb3 + decals: + 195: 0.47185308,-41.800495 + 1063: 5,-385 + - node: + color: '#FFFFFFFF' + id: Grassb4 + decals: + 194: 3.40986,-41.34737 + 201: 3.945704,-39.753384 + 1322: 9,-191 + 1323: 9,-192 + - node: + color: '#FFFFFFFF' + id: Grassb5 + decals: + 193: 2.3569474,-42.269245 + 196: 1.331228,-42.519245 + 200: 2.6073463,-40.20651 + 206: 3.1142914,-39.694145 + 1051: -2,-389 + 1052: -1,-388 + 1191: -1,-373 + 1196: -4,-374 + 1324: 11,-199 + - node: + color: '#FFFFFFFF' + id: GrayConcreteTrimInnerNw + decals: + 778: -4,-278 + 785: 0,-274 + - node: + color: '#FFFFFFFF' + id: GrayConcreteTrimInnerSw + decals: + 794: -1,-286 + 795: -4,-282 + - node: + color: '#FFFFFFFF' + id: GrayConcreteTrimLineE + decals: + 1290: 17,-64 + 1291: 17,-63 + 1292: 17,-62 + 1293: 17,-61 + - node: + color: '#FFFFFFFF' + id: GrayConcreteTrimLineN + decals: + 776: -6,-278 + 777: -5,-278 + 782: -2,-274 + 783: -3,-274 + 784: -1,-274 + 1294: 14,-60 + 1295: 15,-60 + 1296: 16,-60 + 1297: 13,-68 + 1298: 14,-68 + 1299: 15,-68 + 1300: 16,-68 + 1301: 17,-68 + 1307: 13,-78 + 1308: 14,-78 + 1309: 15,-78 + 1310: 16,-78 + 1311: 17,-78 + - node: + color: '#FFFFFFFF' + id: GrayConcreteTrimLineS + decals: + 796: -2,-286 + 797: -3,-286 + 798: -5,-282 + 799: -6,-282 + 1302: 13,-76 + 1303: 14,-76 + 1304: 15,-76 + 1305: 16,-76 + 1306: 17,-76 + 1312: 14,-86 + 1313: 15,-86 + 1314: 16,-86 + 1315: 13,-85 + 1316: 17,-85 + - node: + color: '#FFFFFFFF' + id: GrayConcreteTrimLineW + decals: + 779: -4,-277 + 780: -4,-276 + 781: -4,-275 + 786: 0,-273 + 787: 0,-272 + 788: 0,-271 + 789: -4,-285 + 790: -4,-284 + 791: -4,-283 + 792: -1,-288 + 793: -1,-287 + 1286: 13,-64 + 1287: 13,-63 + 1288: 13,-62 + 1289: 13,-61 + - node: + color: '#999453FF' + id: MiniTileDarkBox + decals: + 604: 5,-168 + - node: + color: '#FFFFFFFF' + id: MiniTileDarkBox + decals: + 579: -7,-153 + - node: + color: '#FFFFFFFF' + id: MiniTileDarkCornerNe + decals: + 112: -1,-22 + 149: -1,-49 + - node: + color: '#FFFFFFFF' + id: MiniTileDarkCornerNw + decals: + 111: 1,-22 + 152: 1,-49 + - node: + color: '#FFFFFFFF' + id: MiniTileDarkCornerSe + decals: + 114: -1,-24 + 141: -1,-51 + - node: + color: '#FFFFFFFF' + id: MiniTileDarkCornerSw + decals: + 113: 1,-24 + 145: 1,-51 + - node: + color: '#FFFFFFFF' + id: MiniTileDarkLineE + decals: + 109: -1,-23 + 158: -1,-50 + 748: 17,-154 + 749: 17,-153 + 750: 17,-152 + 751: 17,-148 + 752: 17,-147 + 753: 17,-146 + 754: 17,-145 + 755: 17,-144 + 756: 17,-141 + 757: 17,-140 + 772: 17,-160 + 773: 17,-161 + 774: 17,-164 + 775: 17,-165 + 1038: 0,-345 + 1039: 0,-346 + 1040: 0,-347 + 1044: 0,-344 + 1046: 2,-330 + 1047: 2,-331 + 1048: 2,-332 + 1049: 2,-333 + - node: + color: '#DE3A3A96' + id: MiniTileDarkLineN + decals: + 1198: -3,-371 + 1199: -4,-371 + 1200: -5,-371 + 1201: -6,-371 + 1202: -2,-371 + 1203: -1,-371 + 1204: 0,-371 + 1205: 1,-371 + 1206: 2,-371 + 1207: 3,-371 + 1208: 4,-371 + 1209: 5,-371 + 1210: 6,-371 + - node: + color: '#FFFFFFFF' + id: MiniTileDarkLineS + decals: + 1035: -5,-347 + 1036: -4,-347 + 1037: -3,-347 + - node: + color: '#FFFFFFFF' + id: MiniTileDarkLineW + decals: + 110: 1,-23 + 157: 1,-50 + 758: 13,-141 + 759: 13,-139 + 760: 13,-144 + 761: 13,-147 + 762: 13,-148 + 763: 13,-149 + 764: 13,-150 + 765: 13,-151 + 766: 13,-152 + 767: 13,-153 + 768: 13,-154 + 769: 13,-160 + 770: 13,-161 + 771: 13,-162 + 1033: -6,-345 + 1034: -6,-346 + 1041: 0,-347 + 1042: 0,-346 + 1043: 0,-345 + 1045: 0,-344 + - node: + color: '#D381C996' + id: MiniTileSteelBox + decals: + 921: 2,-310 + 922: 2,-306 + - node: + color: '#999453FF' + id: MiniTileSteelCornerNe + decals: + 603: 6,-167 + - node: + color: '#9FED58CF' + id: MiniTileSteelCornerNe + decals: + 1365: -3,-194 + - node: + color: '#D381C996' + id: MiniTileSteelCornerNe + decals: + 736: -3,-54 + 1235: -2,-311 + - node: + color: '#DE3A3A96' + id: MiniTileSteelCornerNe + decals: + 1095: 2,-357 + 1101: 3,-360 + 1117: 4,-361 + - node: + color: '#EFB34196' + id: MiniTileSteelCornerNe + decals: + 1264: 19,-246 + - node: + color: '#999453FF' + id: MiniTileSteelCornerNw + decals: + 600: 4,-167 + - node: + color: '#9FED58CF' + id: MiniTileSteelCornerNw + decals: + 1366: -7,-194 + - node: + color: '#D381C996' + id: MiniTileSteelCornerNw + decals: + 737: -6,-54 + - node: + color: '#DE3A3A96' + id: MiniTileSteelCornerNw + decals: + 1096: -2,-357 + 1102: -3,-360 + 1110: -7,-361 + - node: + color: '#EFB34196' + id: MiniTileSteelCornerNw + decals: + 1252: 14,-251 + 1260: 15,-246 + - node: + color: '#999453FF' + id: MiniTileSteelCornerSe + decals: + 601: 6,-169 + - node: + color: '#9FED58DB' + id: MiniTileSteelCornerSe + decals: + 653: -3,-193 + - node: + color: '#D381C996' + id: MiniTileSteelCornerSe + decals: + 738: -3,-56 + 1236: -2,-307 + - node: + color: '#EFB34196' + id: MiniTileSteelCornerSe + decals: + 1276: 19,-262 + - node: + color: '#999453FF' + id: MiniTileSteelCornerSw + decals: + 602: 4,-169 + - node: + color: '#9FED58DB' + id: MiniTileSteelCornerSw + decals: + 652: -6,-193 + - node: + color: '#D381C996' + id: MiniTileSteelCornerSw + decals: + 739: -6,-56 + - node: + color: '#DE3A3A96' + id: MiniTileSteelCornerSw + decals: + 1111: -7,-362 + - node: + color: '#EFB34196' + id: MiniTileSteelCornerSw + decals: + 1253: 14,-255 + 1274: 15,-262 + - node: + color: '#D381C996' + id: MiniTileSteelInnerNe + decals: + 940: 1,-307 + 941: 1,-320 + 1240: -8,-308 + - node: + color: '#DE3A3A96' + id: MiniTileSteelInnerNe + decals: + 1104: 2,-360 + 1105: 3,-361 + - node: + color: '#FFFFFFFF' + id: MiniTileSteelInnerNe + decals: + 101: -5,-32 + 185: 5,-46 + - node: + color: '#D381C996' + id: MiniTileSteelInnerNw + decals: + 938: 9,-307 + 1237: -1,-308 + - node: + color: '#DE3A3A96' + id: MiniTileSteelInnerNw + decals: + 1103: -2,-360 + 1106: -3,-361 + - node: + color: '#EFB34196' + id: MiniTileSteelInnerNw + decals: + 1255: 15,-251 + - node: + color: '#FFFFFFFF' + id: MiniTileSteelInnerNw + decals: + 102: 3,-32 + - node: + color: '#D381C996' + id: MiniTileSteelInnerSe + decals: + 920: 1,-309 + 939: 1,-298 + 1239: -8,-310 + - node: + color: '#FFFFFFFF' + id: MiniTileSteelInnerSe + decals: + 103: -5,-29 + 167: 0,-33 + - node: + color: '#D381C996' + id: MiniTileSteelInnerSw + decals: + 945: 9,-309 + 1091: -1,-298 + 1238: -1,-310 + - node: + color: '#DE3A3A96' + id: MiniTileSteelInnerSw + decals: + 1153: -4,-362 + - node: + color: '#EFB34196' + id: MiniTileSteelInnerSw + decals: + 1254: 15,-255 + - node: + color: '#FFFFFFFF' + id: MiniTileSteelInnerSw + decals: + 104: 3,-29 + 168: -1,-33 + - node: + color: '#5A64BC93' + id: MiniTileSteelLineE + decals: + 1182: 7,-367 + 1183: 7,-368 + - node: + color: '#5ABC5A93' + id: MiniTileSteelLineE + decals: + 1170: -6,-367 + 1171: -6,-368 + - node: + color: '#999453FF' + id: MiniTileSteelLineE + decals: + 596: 6,-168 + - node: + color: '#9FED58CF' + id: MiniTileSteelLineE + decals: + 1368: -3,-195 + - node: + color: '#9FED58DB' + id: MiniTileSteelLineE + decals: + 665: -5,-207 + 666: -5,-206 + 667: -5,-205 + 668: -5,-202 + 669: -5,-201 + - node: + color: '#9FED58DD' + id: MiniTileSteelLineE + decals: + 704: -3,-199 + 705: -3,-198 + 706: -3,-197 + 707: -3,-196 + - node: + color: '#A45ABC93' + id: MiniTileSteelLineE + decals: + 1174: -6,-364 + 1175: -6,-365 + - node: + color: '#BCBC5A93' + id: MiniTileSteelLineE + decals: + 1178: 7,-364 + 1179: 7,-365 + - node: + color: '#D381C996' + id: MiniTileSteelLineE + decals: + 745: -3,-55 + 906: 1,-316 + 907: 1,-317 + 908: 1,-318 + 909: 1,-319 + 910: 1,-312 + 911: 1,-311 + 919: 1,-310 + 930: 1,-306 + 931: 1,-305 + 932: 1,-304 + 933: 1,-303 + 934: 1,-302 + 935: 1,-301 + 936: 1,-300 + 937: 1,-299 + - node: + color: '#DE3A3A96' + id: MiniTileSteelLineE + decals: + 1092: 2,-359 + 1100: 2,-358 + 1118: 4,-362 + 1119: 4,-363 + 1120: 4,-364 + 1121: 4,-365 + 1122: 4,-366 + 1123: 4,-367 + - node: + color: '#EFB34196' + id: MiniTileSteelLineE + decals: + 1265: 19,-247 + 1266: 19,-248 + 1267: 19,-249 + 1268: 19,-250 + 1269: 19,-256 + 1270: 19,-257 + 1271: 19,-258 + - node: + color: '#FFFFFFFF' + id: MiniTileSteelLineE + decals: + 99: -5,-31 + 100: -5,-30 + 146: 5,-45 + 147: 5,-44 + 148: 5,-43 + 150: 5,-38 + 151: 5,-37 + 153: 0,-37 + 154: 0,-36 + 155: 0,-35 + 156: 0,-34 + 186: 5,-40 + 187: 5,-41 + 558: 0,-138 + 559: 0,-139 + 560: 0,-140 + 561: 0,-141 + 562: 0,-142 + 563: 0,-143 + 564: 0,-144 + 565: 0,-145 + 566: 0,-146 + 567: 0,-147 + 568: 1,-152 + 569: 1,-153 + - node: + color: '#999453FF' + id: MiniTileSteelLineN + decals: + 597: 5,-167 + - node: + color: '#9FED58CF' + id: MiniTileSteelLineN + decals: + 1369: -6,-194 + 1370: -5,-194 + 1371: -4,-194 + - node: + color: '#D381C996' + id: MiniTileSteelLineN + decals: + 743: -5,-54 + 744: -4,-54 + 923: 2,-307 + 924: 3,-307 + 925: 4,-307 + 926: 5,-307 + 927: 6,-307 + 928: 7,-307 + 929: 8,-307 + 1230: -7,-308 + 1231: -6,-308 + 1232: -4,-308 + 1233: -3,-308 + 1234: -2,-308 + - node: + color: '#DE3A3A96' + id: MiniTileSteelLineN + decals: + 1097: -1,-357 + 1098: 0,-357 + 1099: 1,-357 + 1107: -4,-361 + 1108: -5,-361 + 1109: -6,-361 + - node: + color: '#EFB34196' + id: MiniTileSteelLineN + decals: + 1261: 16,-246 + 1262: 17,-246 + 1263: 18,-246 + - node: + color: '#FFFFFFFF' + id: MiniTileSteelLineN + decals: + 91: -4,-32 + 92: -2,-32 + 93: -1,-32 + 94: 0,-32 + 95: 1,-32 + 96: 2,-32 + 174: 2,-28 + 175: 1,-28 + 176: 0,-28 + 178: -1,-28 + 179: -2,-28 + 180: -3,-28 + 181: -4,-28 + 182: -5,-28 + 183: -6,-28 + 184: 3,-28 + - node: + color: '#999453FF' + id: MiniTileSteelLineS + decals: + 598: 5,-169 + - node: + color: '#9FED58DD' + id: MiniTileSteelLineS + decals: + 695: -3,-199 + 696: -4,-199 + 697: -5,-199 + 698: -6,-199 + 699: -7,-199 + - node: + color: '#D381C996' + id: MiniTileSteelLineS + decals: + 741: -5,-56 + 742: -4,-56 + 912: 8,-309 + 913: 7,-309 + 914: 6,-309 + 915: 5,-309 + 916: 4,-309 + 917: 3,-309 + 918: 2,-309 + 1224: -2,-310 + 1225: -3,-310 + 1226: -4,-310 + 1227: -5,-310 + 1228: -6,-310 + 1229: -7,-310 + - node: + color: '#DE3A3A96' + id: MiniTileSteelLineS + decals: + 1112: -6,-362 + 1113: -5,-362 + - node: + color: '#EFB34196' + id: MiniTileSteelLineS + decals: + 1275: 16,-262 + - node: + color: '#FFFFFFFF' + id: MiniTileSteelLineS + decals: + 84: -4,-29 + 85: -3,-29 + 86: -2,-29 + 87: -1,-29 + 88: 0,-29 + 89: 1,-29 + 90: 2,-29 + 159: -2,-33 + 160: -3,-33 + 161: -4,-33 + 162: -5,-33 + 163: -6,-33 + 164: 1,-33 + 165: 2,-33 + 166: 3,-33 + - node: + color: '#5A64BC93' + id: MiniTileSteelLineW + decals: + 1180: 6,-367 + 1181: 6,-368 + - node: + color: '#5ABC5A93' + id: MiniTileSteelLineW + decals: + 1168: -7,-367 + 1169: -7,-368 + - node: + color: '#999453FF' + id: MiniTileSteelLineW + decals: + 599: 4,-168 + - node: + color: '#9FED58CF' + id: MiniTileSteelLineW + decals: + 1367: -7,-195 + - node: + color: '#9FED58DB' + id: MiniTileSteelLineW + decals: + 659: -6,-207 + 660: -6,-206 + 661: -6,-205 + 662: -6,-203 + 663: -6,-202 + 664: -6,-201 + - node: + color: '#9FED58DD' + id: MiniTileSteelLineW + decals: + 687: -3,-201 + 688: -3,-202 + 689: -3,-203 + 690: -3,-204 + 691: -3,-205 + 692: -3,-206 + 693: -3,-207 + 694: -3,-208 + 700: -7,-199 + 701: -7,-198 + 702: -7,-197 + 703: -7,-196 + - node: + color: '#A45ABC93' + id: MiniTileSteelLineW + decals: + 1172: -7,-364 + 1173: -7,-365 + - node: + color: '#BCBC5A93' + id: MiniTileSteelLineW + decals: + 1176: 6,-364 + 1177: 6,-365 + - node: + color: '#D381C996' + id: MiniTileSteelLineW + decals: + 740: -6,-55 + 1072: -1,-299 + 1073: -1,-300 + 1074: -1,-301 + 1075: -1,-302 + 1076: -1,-304 + 1077: -1,-303 + 1078: -1,-305 + 1079: -1,-306 + 1080: -1,-307 + 1081: -1,-311 + 1082: -1,-312 + 1083: -1,-313 + 1084: -1,-314 + 1085: -1,-315 + 1086: -1,-316 + 1087: -1,-317 + 1088: -1,-318 + 1089: -1,-319 + 1090: -1,-320 + - node: + color: '#DE3A3A96' + id: MiniTileSteelLineW + decals: + 1093: -2,-358 + 1094: -2,-359 + 1114: -4,-363 + 1115: -4,-364 + 1116: -4,-367 + 1166: -4,-365 + 1167: -4,-366 + - node: + color: '#EFB34196' + id: MiniTileSteelLineW + decals: + 1246: 15,-258 + 1247: 15,-257 + 1248: 15,-256 + 1249: 14,-252 + 1250: 14,-253 + 1251: 14,-254 + 1256: 15,-250 + 1257: 15,-249 + 1258: 15,-248 + 1259: 15,-247 + 1272: 15,-260 + 1273: 15,-261 + - node: + color: '#FFFFFFFF' + id: MiniTileSteelLineW + decals: + 97: 3,-30 + 98: 3,-31 + 132: -1,-45 + 133: -1,-44 + 134: -1,-43 + 135: -1,-42 + 136: -1,-41 + 137: -1,-40 + 138: -1,-39 + 139: -1,-38 + 140: -1,-37 + 142: -1,-36 + 143: -1,-35 + 144: -1,-34 + 541: -1,-152 + 542: -1,-151 + 543: -1,-149 + 544: -1,-150 + 545: -1,-148 + 546: -1,-147 + 547: -1,-146 + 548: -1,-145 + 549: -1,-144 + 550: -1,-143 + 551: -1,-142 + 552: -1,-141 + 553: -1,-140 + 554: -1,-139 + 555: -1,-138 + 556: -1,-137 + 557: -1,-136 + - node: + color: '#334E6DC8' + id: MiniTileWhiteCornerNe + decals: + 34: 2,-2 + 41: 6,-5 + 70: -1,-10 + 887: 30,-307 + 1372: 2,-15 + - node: + color: '#52B4E996' + id: MiniTileWhiteCornerNe + decals: + 636: 8,-172 + - node: + color: '#79150096' + id: MiniTileWhiteCornerNe + decals: + 1070: 0,-63 + - node: + color: '#999453FF' + id: MiniTileWhiteCornerNe + decals: + 595: 7,-166 + - node: + color: '#9FED58CF' + id: MiniTileWhiteCornerNe + decals: + 1352: -4,-195 + - node: + color: '#A4610696' + id: MiniTileWhiteCornerNe + decals: + 876: 6,-285 + - node: + color: '#D381C996' + id: MiniTileWhiteCornerNe + decals: + 955: -3,-300 + 966: 4,-300 + 970: 7,-302 + 987: 7,-311 + 993: 8,-316 + 1014: -3,-312 + - node: + color: '#DE3A3A96' + id: MiniTileWhiteCornerNe + decals: + 1159: 1,-363 + - node: + color: '#334E6DC8' + id: MiniTileWhiteCornerNw + decals: + 33: 1,-2 + 69: -4,-10 + 886: 28,-307 + - node: + color: '#52B4E996' + id: MiniTileWhiteCornerNw + decals: + 635: 3,-172 + - node: + color: '#79150096' + id: MiniTileWhiteCornerNw + decals: + 1069: -1,-63 + - node: + color: '#999453FF' + id: MiniTileWhiteCornerNw + decals: + 580: 3,-166 + - node: + color: '#9FED58CF' + id: MiniTileWhiteCornerNw + decals: + 1353: -6,-195 + - node: + color: '#A4610696' + id: MiniTileWhiteCornerNw + decals: + 847: -1,-277 + 875: 4,-285 + - node: + color: '#D381C996' + id: MiniTileWhiteCornerNw + decals: + 953: -4,-300 + 965: 3,-300 + 995: 3,-311 + 1015: -4,-312 + 1019: -6,-314 + 1071: -9,-318 + 1243: -7,-301 + - node: + color: '#DE3A3A96' + id: MiniTileWhiteCornerNw + decals: + 1157: -1,-363 + - node: + color: '#334E6DC8' + id: MiniTileWhiteCornerSe + decals: + 3: 2,0 + 49: 6,-13 + 72: -1,-12 + 885: 30,-309 + - node: + color: '#52B4E996' + id: MiniTileWhiteCornerSe + decals: + 627: 8,-179 + - node: + color: '#79150096' + id: MiniTileWhiteCornerSe + decals: + 1067: 0,-64 + - node: + color: '#999453FF' + id: MiniTileWhiteCornerSe + decals: + 581: 7,-170 + - node: + color: '#9FED58DB' + id: MiniTileWhiteCornerSe + decals: + 655: -4,-198 + - node: + color: '#A4610696' + id: MiniTileWhiteCornerSe + decals: + 873: 6,-286 + - node: + color: '#D381C996' + id: MiniTileWhiteCornerSe + decals: + 950: -3,-306 + 976: 7,-305 + 992: 8,-317 + 1006: -3,-320 + - node: + color: '#DE3A3A96' + id: MiniTileWhiteCornerSe + decals: + 1163: 1,-367 + - node: + color: '#334E6DC8' + id: MiniTileWhiteCornerSw + decals: + 4: -2,0 + 54: 1,-13 + 67: -4,-12 + 884: 28,-309 + - node: + color: '#52B4E996' + id: MiniTileWhiteCornerSw + decals: + 628: 7,-179 + 633: 3,-177 + - node: + color: '#79150096' + id: MiniTileWhiteCornerSw + decals: + 1068: -1,-64 + - node: + color: '#999453FF' + id: MiniTileWhiteCornerSw + decals: + 582: 3,-170 + - node: + color: '#9FED58DB' + id: MiniTileWhiteCornerSw + decals: + 656: -6,-198 + - node: + color: '#A4610696' + id: MiniTileWhiteCornerSw + decals: + 846: -1,-283 + 874: 4,-286 + - node: + color: '#D381C996' + id: MiniTileWhiteCornerSw + decals: + 946: -7,-306 + 977: 3,-305 + 986: 3,-317 + 999: -9,-320 + - node: + color: '#DE3A3A96' + id: MiniTileWhiteCornerSw + decals: + 1164: -1,-367 + - node: + color: '#9FED5896' + id: MiniTileWhiteEndN + decals: + 1349: -5,-196 + - node: + color: '#9FED5896' + id: MiniTileWhiteEndS + decals: + 1350: -5,-197 + - node: + color: '#334E6DC8' + id: MiniTileWhiteInnerNe + decals: + 40: 2,-5 + - node: + color: '#A4610696' + id: MiniTileWhiteInnerNe + decals: + 871: 0,-282 + - node: + color: '#D381C996' + id: MiniTileWhiteInnerNe + decals: + 978: 4,-302 + 994: 7,-316 + - node: + color: '#52B4E996' + id: MiniTileWhiteInnerNw + decals: + 734: 5,-206 + 1347: -8,-310 + - node: + color: '#A4610696' + id: MiniTileWhiteInnerNw + decals: + 872: 7,-282 + - node: + color: '#D381C996' + id: MiniTileWhiteInnerNw + decals: + 954: -4,-301 + 1018: -4,-314 + 1024: -6,-318 + 1342: -7,-192 + - node: + color: '#52B4E996' + id: MiniTileWhiteInnerSe + decals: + 650: 1,-169 + - node: + color: '#A4610696' + id: MiniTileWhiteInnerSe + decals: + 870: 0,-278 + - node: + color: '#DE3A3A96' + id: MiniTileWhiteInnerSe + decals: + 1150: -2.241021,-361.4977 + 1151: -2.4992852,-361.7559 + 1152: -2.7401419,-362.00235 + - node: + color: '#52B4E996' + id: MiniTileWhiteInnerSw + decals: + 634: 7,-177 + 735: 5,-191 + 1348: -8,-308 + - node: + color: '#A4610696' + id: MiniTileWhiteInnerSw + decals: + 869: 7,-278 + - node: + color: '#D381C996' + id: MiniTileWhiteInnerSw + decals: + 1343: -7,-190 + - node: + color: '#DE3A3A96' + id: MiniTileWhiteInnerSw + decals: + 1146: 2.7602181,-362.00235 + 1147: 2.5136933,-361.7559 + 1148: 2.2476032,-361.486 + 1149: 2.0089047,-361.2591 + - node: + color: '#334E6DC8' + id: MiniTileWhiteLineE + decals: + 0: 2,1 + 1: 2,2 + 35: 2,-3 + 36: 2,-4 + 42: 6,-6 + 43: 6,-7 + 44: 6,-8 + 45: 6,-9 + 46: 6,-10 + 47: 6,-11 + 48: 6,-12 + 71: -1,-11 + 879: 26,-306 + 880: 26,-307 + 881: 26,-308 + 882: 26,-309 + 883: 26,-310 + 891: 30,-308 + 942: 12,-308 + 943: 12,-307 + 944: 12,-309 + 1373: 2,-16 + 1374: 2,-17 + 1375: 2,-18 + - node: + color: '#52B4E996' + id: MiniTileWhiteLineE + decals: + 605: -2,-178 + 606: -2,-177 + 607: -2,-176 + 608: -2,-175 + 609: -2,-174 + 610: -2,-173 + 621: 8,-173 + 622: 8,-174 + 623: 8,-175 + 624: 8,-176 + 625: 8,-177 + 626: 8,-178 + 641: 1,-178 + 642: 1,-177 + 643: 1,-176 + 644: 1,-175 + 645: 1,-174 + 646: 1,-173 + 647: 1,-172 + 648: 1,-171 + 649: 1,-170 + 746: 1,-179 + 747: 1,-180 + - node: + color: '#999453FF' + id: MiniTileWhiteLineE + decals: + 583: 7,-169 + 584: 7,-168 + 585: 7,-167 + - node: + color: '#9FED58CF' + id: MiniTileWhiteLineE + decals: + 1355: -4,-196 + - node: + color: '#9FED58DB' + id: MiniTileWhiteLineE + decals: + 657: -4,-197 + - node: + color: '#A4610696' + id: MiniTileWhiteLineE + decals: + 866: 0,-281 + 867: 0,-280 + 868: 0,-279 + - node: + color: '#D381C996' + id: MiniTileWhiteLineE + decals: + 956: -3,-301 + 957: -3,-302 + 958: -3,-303 + 959: -3,-304 + 960: -3,-305 + 967: 4,-301 + 971: 7,-303 + 972: 7,-304 + 988: 7,-312 + 989: 7,-313 + 990: 7,-314 + 991: 7,-315 + 1007: -3,-319 + 1008: -3,-318 + 1009: -3,-317 + 1010: -3,-316 + 1011: -3,-315 + 1012: -3,-314 + 1013: -3,-313 + - node: + color: '#DE3A3A96' + id: MiniTileWhiteLineE + decals: + 1141: -3,-363 + 1142: -3,-364 + 1143: -3,-365 + 1144: -3,-366 + 1145: -3,-367 + 1160: 1,-364 + 1161: 1,-365 + 1162: 1,-366 + - node: + color: '#334E6DC8' + id: MiniTileWhiteLineN + decals: + 37: 3,-5 + 38: 4,-5 + 39: 5,-5 + 75: -3,-10 + 76: -2,-10 + 80: 1,-15 + 890: 29,-307 + - node: + color: '#52B4E996' + id: MiniTileWhiteLineN + decals: + 637: 4,-172 + 638: 5,-172 + 639: 6,-172 + 640: 7,-172 + 727: 4,-206 + 728: 3,-206 + 729: 1,-206 + 730: 2,-206 + 731: 0,-206 + 732: -1,-206 + 1346: -9,-310 + - node: + color: '#999453FF' + id: MiniTileWhiteLineN + decals: + 592: 4,-166 + 593: 5,-166 + 594: 6,-166 + - node: + color: '#9FED58CF' + id: MiniTileWhiteLineN + decals: + 1354: -5,-195 + - node: + color: '#A4610696' + id: MiniTileWhiteLineN + decals: + 832: 0,-277 + 833: 1,-277 + 834: 2,-277 + 835: 3,-277 + 836: 4,-277 + 837: 5,-277 + 838: 6,-277 + 839: 7,-277 + 840: 8,-277 + 848: 1,-282 + 849: 2,-282 + 850: 3,-282 + 851: 4,-282 + 852: 5,-282 + 853: 6,-282 + 878: 5,-285 + - node: + color: '#D381C996' + id: MiniTileWhiteLineN + decals: + 968: 5,-302 + 969: 6,-302 + 979: 4,-311 + 980: 5,-311 + 981: 6,-311 + 1000: -8,-318 + 1017: -5,-314 + 1023: -7,-318 + 1241: -5,-301 + 1242: -6,-301 + 1339: -8,-192 + - node: + color: '#DE3A3A96' + id: MiniTileWhiteLineN + decals: + 1158: 0,-363 + - node: + color: '#334E6DC8' + id: MiniTileWhiteLineS + decals: + 50: 5,-13 + 51: 4,-13 + 52: 3,-13 + 53: 2,-13 + 73: -2,-12 + 74: -3,-12 + 889: 29,-309 + - node: + color: '#52B4E996' + id: MiniTileWhiteLineS + decals: + 630: 6,-177 + 631: 5,-177 + 632: 4,-177 + 651: 2,-169 + 721: 4,-191 + 722: 3,-191 + 723: 2,-191 + 724: 1,-191 + 725: 0,-191 + 726: -1,-191 + 1344: -9,-308 + - node: + color: '#999453FF' + id: MiniTileWhiteLineS + decals: + 589: 4,-170 + 590: 5,-170 + 591: 6,-170 + - node: + color: '#9FED58DB' + id: MiniTileWhiteLineS + decals: + 654: -5,-198 + - node: + color: '#A4610696' + id: MiniTileWhiteLineS + decals: + 823: 0,-283 + 824: 1,-283 + 825: 2,-283 + 826: 3,-283 + 827: 4,-283 + 828: 5,-283 + 829: 6,-283 + 830: 7,-283 + 831: 8,-283 + 854: 1,-278 + 855: 2,-278 + 856: 3,-278 + 857: 4,-278 + 858: 5,-278 + 859: 6,-278 + 877: 5,-286 + - node: + color: '#D381C996' + id: MiniTileWhiteLineS + decals: + 947: -6,-306 + 948: -5,-306 + 949: -4,-306 + 973: 4,-305 + 974: 5,-305 + 975: 6,-305 + 982: 4,-317 + 983: 5,-317 + 984: 6,-317 + 985: 7,-317 + 1001: -8,-320 + 1002: -7,-320 + 1003: -6,-320 + 1004: -5,-320 + 1005: -4,-320 + 1340: -8,-190 + - node: + color: '#DE3A3A96' + id: MiniTileWhiteLineS + decals: + 1165: 0,-367 + - node: + color: '#334E6DC8' + id: MiniTileWhiteLineW + decals: + 2: -2,2 + 24: 1,-10 + 25: 1,-9 + 26: 1,-8 + 27: 1,-6 + 28: 1,-5 + 29: 1,-4 + 66: 1,-12 + 68: -4,-11 + 888: 28,-308 + - node: + color: '#52B4E996' + id: MiniTileWhiteLineW + decals: + 611: -5,-178 + 612: -5,-177 + 613: -5,-176 + 614: -5,-175 + 615: -5,-174 + 616: -5,-173 + 617: 3,-176 + 618: 3,-175 + 619: 3,-174 + 620: 3,-173 + 629: 7,-178 + 708: 5,-204 + 709: 5,-203 + 710: 5,-202 + 711: 5,-201 + 712: 5,-200 + 713: 5,-199 + 714: 5,-198 + 715: 5,-197 + 716: 5,-196 + 717: 5,-195 + 718: 5,-194 + 719: 5,-193 + 720: 5,-192 + 733: 5,-205 + 1345: -8,-309 + - node: + color: '#999453FF' + id: MiniTileWhiteLineW + decals: + 586: 3,-169 + 587: 3,-168 + 588: 3,-167 + - node: + color: '#9FED58CF' + id: MiniTileWhiteLineW + decals: + 1356: -6,-196 + - node: + color: '#9FED58DB' + id: MiniTileWhiteLineW + decals: + 658: -6,-197 + - node: + color: '#A4610696' + id: MiniTileWhiteLineW + decals: + 841: -1,-278 + 842: -1,-279 + 843: -1,-280 + 844: -1,-281 + 845: -1,-282 + 863: 7,-281 + 864: 7,-280 + 865: 7,-279 + - node: + color: '#D381C996' + id: MiniTileWhiteLineW + decals: + 951: -7,-305 + 952: -7,-304 + 961: 3,-304 + 962: 3,-303 + 963: 3,-302 + 964: 3,-301 + 996: 3,-312 + 997: 3,-316 + 998: -9,-319 + 1016: -4,-313 + 1020: -6,-315 + 1021: -6,-316 + 1022: -6,-317 + 1244: -7,-302 + 1245: -7,-303 + 1341: -7,-191 + - node: + color: '#DE3A3A96' + id: MiniTileWhiteLineW + decals: + 1136: 3,-367 + 1137: 3,-366 + 1138: 3,-365 + 1139: 3,-364 + 1140: 3,-363 + 1154: -1,-366 + 1155: -1,-365 + 1156: -1,-364 + - node: + color: '#639137FF' + id: QuarterTileOverlayGreyscale180 + decals: + 324: -9,-90 + 325: -8,-90 + 326: -7,-90 + - node: + color: '#639137FF' + id: QuarterTileOverlayGreyscale90 + decals: + 321: -9,-84 + 322: -8,-84 + 323: -7,-84 + - node: + color: '#FFFFFFFF' + id: Rock02 + decals: + 198: 3.4198463,-40.51108 + - node: + angle: -1.5707963267948966 rad + color: '#FFFFFFFF' + id: StandClear + decals: + 105: 6,-37 + 106: 6,-44 + 1066: -3,-114 + - node: + color: '#FFFFFFFF' + id: StandClear + decals: + 570: 0,-153 + 571: 0,-136 + 572: 0,-126 + 573: 0,-109 + 574: 0,-99 + 575: 0,-82 + 576: 0,-45 + 577: 0,-28 + 578: 0,-18 + 1211: 0,-163 + 1212: 0,-180 + 1213: 0,-190 + 1214: 0,-207 + 1215: 0,-244 + 1216: 0,-261 + 1217: 0,-271 + 1218: 0,-288 + - node: + angle: 1.5707963267948966 rad + color: '#FFFFFFFF' + id: StandClear + decals: + 107: -6,-32 + 108: -6,-30 + 1285: -2,-255 + - node: + color: '#D381C996' + id: WarnCornerGreyscaleNE + decals: + 1031: -8,-314 + - node: + color: '#DE3A3A96' + id: WarnCornerGreyscaleNE + decals: + 1126: -4,-356 + - node: + color: '#334E6DC8' + id: WarnCornerGreyscaleNW + decals: + 5: -1,3 + - node: + color: '#D381C996' + id: WarnCornerGreyscaleNW + decals: + 1032: -10,-314 + - node: + color: '#DE3A3A96' + id: WarnCornerGreyscaleNW + decals: + 1124: -6,-357 + 1125: -5,-356 + 1127: -7,-358 + - node: + color: '#334E6DC8' + id: WarnCornerGreyscaleSE + decals: + 6: 1,2 + - node: + color: '#D381C996' + id: WarnCornerGreyscaleSE + decals: + 1029: -8,-316 + - node: + color: '#DE3A3A96' + id: WarnCornerGreyscaleSE + decals: + 1131: -4,-359 + - node: + color: '#334E6DC8' + id: WarnCornerGreyscaleSW + decals: + 7: -1,2 + - node: + color: '#D381C996' + id: WarnCornerGreyscaleSW + decals: + 1030: -10,-316 + - node: + color: '#DE3A3A96' + id: WarnCornerGreyscaleSW + decals: + 1128: -7,-359 + - node: + color: '#FFFFFFFF' + id: WarnCornerNE + decals: + 899: 4,-313 + 1395: 7,-337 + - node: + color: '#FFFFFFFF' + id: WarnCornerNW + decals: + 1394: 5,-337 + - node: + color: '#FFFFFFFF' + id: WarnCornerSE + decals: + 901: 4,-315 + - node: + color: '#9FED5896' + id: WarnCornerSmallGreyscaleNE + decals: + 896: 20,-310 + - node: + color: '#9FED5896' + id: WarnCornerSmallGreyscaleNW + decals: + 1357: 24,-310 + - node: + color: '#DE3A3A96' + id: WarnCornerSmallGreyscaleNW + decals: + 15: -3,-4 + 1134: -6,-358 + 1135: -5,-357 + - node: + color: '#9FED5896' + id: WarnCornerSmallGreyscaleSE + decals: + 895: 20,-306 + - node: + color: '#9FED5896' + id: WarnCornerSmallGreyscaleSW + decals: + 897: 24,-306 + - node: + color: '#DE3A3A96' + id: WarnCornerSmallGreyscaleSW + decals: + 14: -3,-2 + - node: + color: '#FFFFFFFF' + id: WarnCornerSmallSE + decals: + 1397: 5,-337 + - node: + color: '#FFFFFFFF' + id: WarnCornerSmallSW + decals: + 1396: 7,-337 + - node: + color: '#DE3A3A96' + id: WarnFullGreyscale + decals: + 10: -4,-3 + - node: + color: '#FFFFFFFF' + id: WarnLineE + decals: + 118: -1,-22 + 119: -1,-23 + 120: -1,-24 + 169: -1,-51 + 170: -1,-50 + 171: -1,-49 + 902: 4,-314 + 903: 1,-315 + 904: 1,-314 + 905: 1,-313 + 1389: 7,-338 + 1390: 5,-339 + 1391: 5,-338 + 1399: 7,-339 + - node: + color: '#9FED5896' + id: WarnLineGreyscaleE + decals: + 893: 20,-309 + 894: 20,-307 + - node: + color: '#D381C996' + id: WarnLineGreyscaleE + decals: + 1027: -8,-315 + - node: + color: '#DE3A3A96' + id: WarnLineGreyscaleE + decals: + 1132: -4,-358 + 1133: -4,-357 + - node: + color: '#334E6DC8' + id: WarnLineGreyscaleN + decals: + 8: 0,3 + 55: -1,-6 + 56: -2,-6 + 57: -3,-6 + 58: -4,-6 + - node: + color: '#D381C996' + id: WarnLineGreyscaleN + decals: + 1028: -9,-314 + - node: + color: '#DE3A3A96' + id: WarnLineGreyscaleN + decals: + 11: -4,-4 + 20: -4,-2 + 21: -3,-2 + 22: -2,-2 + 23: -1,-2 + - node: + color: '#EFB34196' + id: WarnLineGreyscaleN + decals: + 1277: 13,-257 + 1278: 12,-257 + 1279: 11,-257 + 1280: 10,-257 + - node: + color: '#334E6DC8' + id: WarnLineGreyscaleS + decals: + 9: 0,2 + 59: -4,-8 + 60: -3,-8 + 61: -2,-8 + 62: -1,-8 + - node: + color: '#D381C996' + id: WarnLineGreyscaleS + decals: + 1025: -9,-316 + - node: + color: '#DE3A3A96' + id: WarnLineGreyscaleS + decals: + 13: -4,-2 + 16: -4,-4 + 17: -3,-4 + 18: -2,-4 + 19: -1,-4 + 1129: -6,-359 + 1130: -5,-359 + - node: + color: '#EFB34196' + id: WarnLineGreyscaleS + decals: + 1281: 10,-249 + 1282: 11,-249 + 1283: 12,-249 + 1284: 13,-249 + - node: + color: '#334E6DC8' + id: WarnLineGreyscaleW + decals: + 30: 1,-3 + 31: 1,-7 + 32: 1,-11 + - node: + color: '#9FED5896' + id: WarnLineGreyscaleW + decals: + 892: 24,-307 + 1351: 24,-309 + - node: + color: '#D381C996' + id: WarnLineGreyscaleW + decals: + 1026: -10,-315 + - node: + color: '#DE3A3A96' + id: WarnLineGreyscaleW + decals: + 12: -3,-3 + - node: + color: '#FFFFFFFF' + id: WarnLineN + decals: + 900: 3,-315 + 1392: 6,-337 + - node: + color: '#FFFFFFFF' + id: WarnLineS + decals: + 115: 1,-24 + 116: 1,-23 + 117: 1,-22 + 172: 1,-51 + 173: 1,-50 + 177: 1,-49 + 1386: 5,-339 + 1387: 5,-338 + 1388: 7,-338 + 1398: 7,-339 + - node: + color: '#FFFFFFFF' + id: WarnLineW + decals: + 898: 3,-313 + 1393: 6,-337 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinCornerNe + decals: + 226: -1,-59 + 241: -1,-67 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinCornerNw + decals: + 222: -6,-59 + 259: -2,-62 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinCornerSe + decals: + 208: -1,-68 + 254: -1,-60 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinCornerSw + decals: + 213: -6,-68 + 256: -2,-65 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinInnerNe + decals: + 79: -5,1 + 244: -4,-67 + 273: -2,-65 + 276: -1,-64 + 280: 0,-63 + 283: 0,-58 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinInnerNw + decals: + 237: 1,-70 + 261: 0,-62 + 274: 1,-65 + 275: 0,-64 + 281: -1,-63 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinInnerSe + decals: + 251: -4,-60 + 272: -2,-62 + 278: -1,-63 + 279: 0,-64 + 284: 0,-69 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinInnerSw + decals: + 230: 1,-57 + 262: 0,-65 + 271: 1,-62 + 277: 0,-63 + 282: -1,-64 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinLineE + decals: + 77: -5,2 + 245: -4,-66 + 246: -4,-65 + 247: -4,-64 + 248: -4,-63 + 249: -4,-62 + 250: -4,-61 + 265: -2,-64 + 266: -2,-63 + 483: -7,-111 + 484: -7,-110 + 485: -7,-109 + 486: -7,-108 + 490: 2,-122 + 491: 2,-121 + 492: 2,-120 + 520: -4,-145 + 521: -4,-146 + 522: -4,-147 + 523: -4,-149 + 524: -4,-148 + 525: -4,-143 + 526: -4,-142 + 527: -4,-141 + 528: -4,-140 + 529: -4,-139 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinLineN + decals: + 78: -4,1 + 223: -5,-59 + 224: -4,-59 + 225: -2,-59 + 234: -2,-70 + 235: -1,-70 + 236: 0,-70 + 242: -2,-67 + 243: -3,-67 + 260: -1,-62 + 263: -1,-65 + 264: 0,-65 + 447: -9,-125 + 448: -7,-125 + 449: -8,-125 + 450: -9,-122 + 451: -8,-122 + 452: -7,-122 + 453: -9,-119 + 454: -8,-119 + 455: -7,-119 + 456: -9,-116 + 457: -8,-116 + 458: -7,-116 + 459: -9,-113 + 460: -8,-113 + 461: -7,-113 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinLineS + decals: + 209: -2,-68 + 210: -4,-68 + 211: -3,-68 + 212: -5,-68 + 231: 0,-57 + 232: -1,-57 + 233: -2,-57 + 252: -3,-60 + 253: -2,-60 + 255: -1,-65 + 267: -1,-62 + 268: 0,-62 + 431: -9,-114 + 432: -8,-114 + 433: -7,-114 + 434: -9,-117 + 435: -8,-117 + 436: -7,-117 + 437: -7,-120 + 438: -7,-120 + 439: -8,-120 + 440: -9,-120 + 441: -9,-123 + 442: -8,-123 + 443: -7,-123 + 444: -9,-126 + 445: -8,-126 + 446: -7,-126 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinLineW + decals: + 214: -6,-67 + 215: -6,-66 + 216: -6,-65 + 217: -6,-64 + 218: -6,-63 + 219: -6,-62 + 220: -6,-61 + 221: -6,-60 + 227: 1,-60 + 228: 1,-59 + 229: 1,-58 + 238: 1,-69 + 239: 1,-68 + 240: 1,-67 + 257: -2,-64 + 258: -2,-63 + 269: 1,-63 + 270: 1,-64 + 479: -9,-111 + 480: -9,-110 + 481: -9,-109 + 482: -9,-108 + 487: -2,-122 + 488: -2,-121 + 489: -2,-120 + 530: -6,-139 + 531: -6,-140 + 532: -6,-141 + 533: -6,-142 + 534: -6,-143 + 535: -6,-144 + 536: -6,-145 + 537: -6,-146 + 538: -6,-147 + 539: -6,-148 + 540: -6,-149 + - node: + color: '#DE3A3AFF' + id: beepsky + decals: + 81: -4.4580507,0.2616589 + - node: + color: '#571212FF' + id: body + decals: + 82: -5.235928,0.007035017 + - node: + color: '#FFFFFFFF' + id: guy + decals: + 1065: 4.9812827,-108.55144 + - node: + color: '#FFFFFFFF' + id: skull + decals: + 1317: -7.134697,-145.81009 + - type: GridAtmosphere + version: 2 + data: + tiles: + 0,0: + 0: 65535 + 0,-1: + 0: 65535 + -1,0: + 0: 65535 + 0,1: + 0: 143 + 1,0: + 0: 65535 + 1,1: + 0: 45879 + 0,-4: + 0: 65535 + 0,-3: + 0: 65535 + 0,-2: + 0: 65535 + 1,-4: + 0: 65535 + 1,-3: + 0: 65535 + 1,-2: + 0: 65535 + 1,-1: + 0: 65535 + 2,-4: + 0: 4991 + 2,-1: + 0: 55799 + -2,0: + 0: 61439 + -2,1: + 0: 47500 + -1,1: + 0: 4415 + -2,-4: + 0: 65535 + -2,-1: + 0: 65535 + -2,-3: + 0: 65535 + -2,-2: + 0: 65262 + -1,-4: + 0: 65535 + -1,-3: + 0: 65535 + -1,-2: + 0: 65535 + -1,-1: + 0: 65535 + 0,-6: + 0: 63351 + 0,-5: + 0: 65535 + 1,-6: + 0: 63351 + 1,-5: + 0: 65535 + 2,-5: + 0: 63281 + -2,-5: + 0: 65535 + -2,-6: + 0: 60620 + -1,-6: + 0: 64989 + -1,-5: + 0: 65535 + 2,-2: + 0: 4096 + -3,-4: + 0: 2184 + 0,-8: + 0: 65535 + 0,-7: + 0: 65535 + 1,-8: + 0: 65535 + 1,-7: + 0: 32767 + 2,-8: + 0: 63281 + -3,-5: + 0: 34944 + -2,-8: + 0: 65535 + -2,-7: + 0: 52974 + -1,-8: + 0: 65535 + -1,-7: + 0: 65535 + 0,-12: + 0: 65535 + 0,-11: + 0: 65535 + 0,-10: + 0: 65535 + 0,-9: + 0: 65535 + 1,-12: + 0: 65399 + 1,-11: + 0: 65535 + 1,-10: + 0: 65535 + 1,-9: + 0: 65535 + 2,-12: + 0: 4096 + 2,-11: + 0: 17 + 2,-10: + 0: 4352 + 2,-9: + 0: 4097 + -2,-12: + 0: 65228 + -2,-11: + 0: 61183 + -2,-10: + 0: 65518 + -2,-9: + 0: 65263 + -1,-12: + 0: 65535 + -1,-11: + 0: 65535 + -1,-10: + 0: 65535 + -1,-9: + 0: 65535 + -2,-16: + 0: 65535 + -2,-15: + 0: 65535 + -2,-14: + 0: 61167 + -2,-13: + 0: 34952 + -1,-16: + 0: 65535 + -1,-15: + 0: 65535 + -1,-14: + 0: 65535 + -1,-13: + 0: 52430 + 0,-16: + 0: 65535 + 0,-15: + 0: 65535 + 0,-14: + 0: 65535 + 0,-13: + 0: 30591 + 1,-16: + 0: 65535 + 1,-15: + 0: 65535 + 1,-14: + 0: 32767 + 1,-13: + 0: 30583 + 2,-15: + 0: 65329 + 2,-14: + 0: 63 + 0,-20: + 0: 30719 + 0,-19: + 0: 65527 + 0,-18: + 0: 65535 + 0,-17: + 0: 65535 + 1,-20: + 0: 30583 + 1,-19: + 0: 65399 + 1,-18: + 0: 65535 + 1,-17: + 0: 65535 + 2,-18: + 0: 65535 + 2,-17: + 0: 319 + -2,-18: + 0: 65535 + -2,-17: + 0: 65535 + -2,-19: + 0: 61164 + -2,-20: + 0: 52428 + -1,-20: + 0: 56831 + -1,-19: + 0: 65533 + -1,-18: + 0: 65535 + -1,-17: + 0: 65535 + 0,-24: + 0: 65535 + 0,-23: + 0: 65535 + 0,-22: + 0: 65535 + 0,-21: + 0: 65535 + 1,-24: + 0: 65535 + 1,-23: + 0: 65535 + 1,-22: + 0: 65535 + 1,-21: + 0: 65535 + -3,-23: + 0: 60544 + -3,-22: + 0: 65262 + -3,-24: + 0: 2255 + -3,-21: + 0: 2303 + -2,-24: + 0: 14335 + 1: 51200 + -2,-23: + 0: 65395 + 1: 140 + -2,-22: + 0: 65535 + -2,-21: + 0: 61439 + -1,-24: + 0: 36095 + 1: 29440 + -1,-23: + 1: 55 + 0: 65480 + -1,-22: + 0: 65535 + -1,-21: + 0: 65535 + -3,-28: + 0: 53247 + -3,-27: + 0: 204 + -3,-25: + 0: 64712 + -2,-28: + 0: 65535 + -2,-27: + 0: 53247 + -2,-25: + 0: 65535 + -2,-26: + 0: 52428 + -1,-28: + 0: 65535 + -1,-27: + 0: 57343 + -1,-26: + 0: 65501 + -1,-25: + 0: 65535 + 0,-28: + 0: 65535 + 0,-27: + 0: 32767 + 0,-26: + 0: 65399 + 0,-25: + 0: 65535 + 1,-28: + 0: 65535 + 1,-27: + 0: 30719 + 1,-26: + 0: 63351 + 1,-25: + 0: 65535 + -3,-32: + 0: 64704 + -3,-31: + 0: 52479 + -3,-30: + 0: 52428 + -3,-29: + 0: 52428 + -2,-32: + 0: 65535 + -2,-31: + 0: 65535 + -2,-30: + 0: 65535 + -2,-29: + 0: 65535 + -1,-32: + 0: 65535 + -1,-31: + 0: 65535 + -1,-30: + 0: 65535 + -1,-29: + 0: 65535 + 0,-32: + 0: 65535 + 0,-31: + 0: 65535 + 0,-30: + 0: 65535 + 0,-29: + 0: 65535 + 1,-32: + 0: 65527 + 1,-31: + 0: 65535 + 1,-30: + 0: 65535 + 1,-29: + 0: 65535 + 2,-30: + 0: 30583 + 2,-29: + 0: 30583 + -2,-36: + 0: 65535 + -2,-35: + 0: 65535 + -2,-34: + 0: 65535 + -2,-33: + 0: 64719 + -1,-36: + 0: 65535 + -1,-35: + 0: 65535 + -1,-34: + 0: 65535 + -1,-33: + 0: 64989 + 0,-36: + 0: 65535 + 0,-35: + 0: 65535 + 0,-34: + 0: 65535 + 0,-33: + 0: 63351 + 1,-36: + 0: 65535 + 1,-35: + 0: 65535 + 1,-34: + 0: 32767 + 1,-33: + 0: 30583 + 2,-36: + 0: 65523 + 2,-35: + 0: 13107 + 2,-34: + 0: 19 + -2,-39: + 0: 65535 + -2,-38: + 0: 65535 + -2,-37: + 0: 65535 + -2,-40: + 0: 65484 + -1,-39: + 0: 65535 + -1,-38: + 0: 65535 + -1,-37: + 0: 65535 + -1,-40: + 0: 56799 + 0,-40: + 0: 30591 + 0,-39: + 0: 65535 + 0,-38: + 0: 65535 + 0,-37: + 0: 65535 + 1,-39: + 0: 65527 + 1,-38: + 0: 65535 + 1,-37: + 0: 65535 + 1,-40: + 0: 30583 + 2,-39: + 0: 12560 + 2,-38: + 0: 16383 + 2,-37: + 0: 13107 + -3,-44: + 0: 36079 + -3,-43: + 0: 62344 + -2,-44: + 0: 65535 + -2,-43: + 0: 65535 + -2,-42: + 0: 65535 + -2,-41: + 0: 53247 + -1,-44: + 0: 65535 + -1,-43: + 0: 65535 + -1,-42: + 0: 65535 + -1,-41: + 0: 65535 + 0,-44: + 0: 65535 + 0,-43: + 0: 65535 + 0,-42: + 0: 65535 + 0,-41: + 0: 65535 + 1,-44: + 0: 65535 + 1,-43: + 0: 65535 + 1,-42: + 0: 65535 + 1,-41: + 0: 65535 + 2,-44: + 0: 13183 + 2,-43: + 0: 4403 + 2,-42: + 0: 4369 + 0,-46: + 0: 65527 + 0,-45: + 0: 65535 + 1,-46: + 0: 65394 + 1,-45: + 0: 65535 + 2,-46: + 0: 4096 + 2,-45: + 0: 62259 + -3,-45: + 0: 63624 + -2,-46: + 0: 65228 + -2,-45: + 0: 65535 + -1,-46: + 0: 65533 + -1,-45: + 0: 65535 + 0,-48: + 0: 65535 + 0,-47: + 0: 30719 + 1,-48: + 0: 65535 + 1,-47: + 0: 8823 + -2,-48: + 0: 65535 + -2,-47: + 0: 52428 + -1,-48: + 0: 65535 + -1,-47: + 0: 56831 + -2,-51: + 0: 65263 + -2,-50: + 0: 65535 + -2,-49: + 0: 65535 + -2,-52: + 0: 65262 + -1,-52: + 0: 65535 + -1,-51: + 0: 65535 + -1,-50: + 0: 65535 + -1,-49: + 0: 65535 + 0,-52: + 0: 65535 + 0,-51: + 0: 65535 + 0,-50: + 0: 65535 + 0,-49: + 0: 65535 + 1,-52: + 0: 65535 + 1,-51: + 0: 65535 + 1,-50: + 0: 65535 + 1,-49: + 0: 65535 + 2,-51: + 0: 65535 + 2,-50: + 0: 65535 + 2,-49: + 0: 65535 + -3,-56: + 0: 61030 + -3,-55: + 0: 17476 + -2,-56: + 0: 64319 + -2,-55: + 0: 11195 + -2,-53: + 0: 51336 + -2,-54: + 0: 34952 + -1,-56: + 0: 65503 + -1,-55: + 0: 57343 + -1,-54: + 0: 53245 + -1,-53: + 0: 65228 + 0,-56: + 0: 65535 + 0,-55: + 0: 32767 + 0,-54: + 0: 32759 + 0,-53: + 0: 65399 + 1,-56: + 0: 65535 + 1,-55: + 0: 40959 + 1,-54: + 0: 9011 + 1,-53: + 0: 61986 + 2,-56: + 0: 65501 + 2,-55: + 0: 341 + -3,-58: + 0: 60996 + -3,-57: + 0: 26214 + -2,-59: + 0: 45704 + -2,-58: + 0: 49083 + -2,-57: + 0: 13299 + -2,-60: + 0: 34952 + -1,-60: + 0: 64716 + -1,-59: + 0: 64989 + -1,-58: + 0: 65535 + -1,-57: + 0: 56829 + 0,-60: + 0: 63351 + 0,-59: + 0: 63351 + 0,-58: + 0: 65535 + 0,-57: + 0: 30711 + 1,-60: + 0: 12834 + 1,-59: + 0: 47411 + 1,-58: + 0: 49083 + 1,-57: + 0: 39417 + 2,-59: + 0: 4096 + 2,-58: + 0: 65365 + 2,-57: + 0: 56797 + -3,-64: + 0: 65535 + -3,-63: + 0: 65535 + -3,-62: + 0: 65535 + -3,-61: + 0: 17663 + -2,-64: + 0: 65535 + -2,-63: + 0: 65535 + -2,-62: + 0: 65535 + -2,-61: + 0: 36095 + -1,-64: + 0: 65535 + -1,-63: + 0: 65535 + -1,-62: + 0: 65535 + -1,-61: + 0: 61439 + 0,-64: + 0: 65535 + 0,-63: + 0: 65535 + 0,-62: + 0: 65535 + 0,-61: + 0: 65535 + 1,-64: + 0: 65535 + 1,-63: + 0: 65535 + 1,-62: + 0: 65535 + 1,-61: + 0: 12287 + 2,-64: + 0: 65535 + 2,-63: + 0: 65535 + 2,-62: + 0: 65535 + 2,-61: + 0: 511 + 3,-64: + 0: 65535 + 3,-63: + 0: 65535 + 3,-62: + 0: 65535 + 3,-61: + 0: 65535 + -3,-66: + 0: 65476 + -3,-65: + 0: 65535 + -2,-66: + 0: 65532 + -2,-65: + 0: 65535 + -2,-67: + 0: 34952 + -1,-66: + 0: 65535 + -1,-65: + 0: 65535 + -1,-67: + 0: 60622 + 0,-67: + 0: 63359 + 0,-66: + 0: 65535 + 0,-65: + 0: 65535 + 1,-66: + 0: 65527 + 1,-65: + 0: 65535 + 1,-67: + 0: 30583 + 2,-66: + 0: 65328 + 2,-65: + 0: 65535 + 3,-66: + 0: 65501 + 3,-65: + 0: 65535 + 4,-64: + 0: 65535 + 4,-63: + 0: 65535 + 4,-62: + 0: 65535 + 4,-61: + 0: 65535 + 5,-64: + 0: 65535 + 5,-63: + 0: 65535 + 5,-62: + 0: 65535 + 5,-61: + 0: 65535 + 4,-66: + 0: 65535 + 4,-65: + 0: 65535 + 5,-66: + 0: 65535 + 5,-65: + 0: 65535 + 3,-68: + 0: 20736 + 3,-67: + 0: 64991 + 4,-67: + 0: 65535 + 4,-68: + 0: 43008 + 3,-36: + 0: 65535 + 3,-35: + 0: 65535 + 3,-34: + 0: 34958 + 3,-40: + 0: 61439 + 3,-39: + 0: 65535 + 3,-38: + 0: 65535 + 3,-37: + 0: 65535 + 2,-41: + 0: 4095 + 3,-42: + 0: 63744 + 3,-41: + 0: 65535 + -4,-64: + 0: 65535 + -4,-63: + 0: 65535 + -4,-62: + 0: 65535 + -4,-61: + 0: 65535 + -4,-66: + 0: 65535 + -4,-65: + 0: 65535 + -3,-68: + 0: 17612 + -2,-68: + 0: 61439 + -1,-68: + 0: 65535 + 0,-68: + 0: 65535 + 1,-68: + 0: 32767 + 4,-36: + 0: 30583 + 4,-35: + 0: 30583 + 4,-34: + 0: 3 + 4,-40: + 0: 14199 + 4,-39: + 0: 30583 + 4,-38: + 0: 30583 + 4,-37: + 0: 30583 + 4,-42: + 0: 30564 + 4,-41: + 0: 30719 + 4,-43: + 0: 16520 + -6,-65: + 0: 58082 + 2: 3084 + -6,-66: + 0: 8942 + 2: 52224 + -5,-66: + 0: 61183 + 2: 4352 + -5,-65: + 2: 257 + 0: 65278 + -6,-64: + 0: 58082 + 2: 3084 + -6,-63: + 3: 12 + 0: 52450 + 2: 8192 + -6,-62: + 0: 52428 + 2: 8738 + -6,-61: + 0: 8 + 2: 61158 + -5,-64: + 2: 257 + 0: 65278 + -5,-63: + 3: 1 + 0: 65534 + -5,-62: + 0: 65535 + -5,-61: + 0: 61183 + 2: 4352 + -4,-78: + 0: 51200 + -4,-77: + 0: 52428 + -3,-78: + 0: 65524 + -3,-77: + 0: 65535 + -3,-80: + 0: 65484 + -3,-79: + 0: 65535 + -2,-80: + 0: 65535 + -2,-79: + 0: 65535 + -2,-78: + 0: 65535 + -2,-77: + 0: 65535 + -1,-80: + 0: 65535 + -1,-79: + 0: 65535 + -1,-78: + 0: 65535 + -1,-77: + 0: 65535 + 0,-80: + 0: 65535 + 0,-79: + 0: 65535 + 0,-78: + 0: 65535 + 0,-77: + 0: 65535 + 1,-80: + 0: 65535 + 1,-79: + 0: 65535 + 1,-78: + 0: 65535 + 1,-77: + 0: 65535 + 2,-80: + 0: 65535 + 2,-79: + 0: 65535 + 2,-78: + 0: 65535 + 2,-77: + 0: 32767 + 3,-80: + 0: 4095 + 3,-79: + 0: 4095 + 3,-78: + 0: 62208 + 3,-77: + 0: 1023 + 0,-72: + 0: 65535 + 0,-71: + 0: 65535 + 0,-70: + 0: 65535 + 0,-69: + 0: 65535 + 1,-72: + 0: 65535 + 1,-71: + 0: 65535 + 1,-70: + 0: 65535 + 1,-69: + 0: 65535 + 2,-72: + 0: 13107 + 2,-71: + 0: 65527 + 2,-70: + 0: 65535 + 2,-69: + 0: 311 + -3,-69: + 0: 52428 + -3,-70: + 0: 50244 + -2,-72: + 0: 65535 + -2,-71: + 0: 61439 + -2,-70: + 0: 65518 + -2,-69: + 0: 65535 + -1,-72: + 0: 65535 + -1,-71: + 0: 65535 + -1,-70: + 0: 65535 + -1,-69: + 0: 65535 + 0,-76: + 0: 65535 + 0,-75: + 0: 65535 + 0,-74: + 0: 30719 + 0,-73: + 0: 65527 + 1,-76: + 0: 65535 + 1,-75: + 0: 65535 + 1,-74: + 0: 30591 + 1,-73: + 0: 65527 + 2,-76: + 0: 65399 + 2,-75: + 0: 65535 + 2,-73: + 0: 12544 + 3,-76: + 0: 65280 + 3,-75: + 0: 65295 + -4,-76: + 0: 34952 + -4,-75: + 0: 35071 + -3,-76: + 0: 65535 + -3,-75: + 0: 52479 + -2,-76: + 0: 65535 + -2,-75: + 0: 65535 + -2,-73: + 0: 65224 + -2,-74: + 0: 35022 + -1,-76: + 0: 65535 + -1,-75: + 0: 65535 + -1,-74: + 0: 52479 + -1,-73: + 0: 65532 + -3,-81: + 0: 49152 + -2,-81: + 0: 64716 + -1,-81: + 0: 65533 + 0,-81: + 0: 65527 + 1,-81: + 0: 63346 + 4,-80: + 0: 53247 + 4,-79: + 0: 36863 + 4,-78: + 0: 65516 + 4,-77: + 0: 61439 + 5,-80: + 0: 65521 + 5,-79: + 0: 65535 + 5,-78: + 0: 65535 + 5,-77: + 0: 65535 + 6,-80: + 0: 65393 + 6,-79: + 0: 12671 + 6,-78: + 0: 65527 + 6,-77: + 0: 65535 + 7,-78: + 0: 65314 + 7,-77: + 0: 12287 + 4,-76: + 0: 65420 + 4,-75: + 0: 65487 + 5,-76: + 0: 65535 + 5,-75: + 0: 65535 + 5,-74: + 0: 1531 + 6,-76: + 0: 28983 + 6,-75: + 0: 32767 + 6,-74: + 0: 371 + 7,-76: + 0: 26146 + 5,-81: + 0: 4096 + -2,-84: + 0: 65535 + -2,-83: + 0: 61439 + -2,-82: + 0: 52430 + -1,-84: + 0: 65535 + -1,-83: + 0: 65535 + -1,-82: + 0: 56831 + 0,-84: + 0: 65535 + 0,-83: + 0: 65535 + 0,-82: + 0: 30719 + 1,-84: + 0: 65535 + 1,-83: + 0: 65535 + 1,-82: + 0: 8831 + 2,-84: + 0: 13111 + 0,-88: + 0: 65399 + 0,-87: + 0: 65535 + 0,-86: + 0: 65535 + 0,-85: + 0: 65535 + 1,-88: + 0: 63266 + 1,-87: + 0: 65535 + 1,-86: + 0: 65535 + 1,-85: + 0: 65535 + 2,-87: + 0: 62224 + 2,-86: + 0: 65535 + 2,-85: + 0: 65535 + -2,-87: + 0: 65534 + -2,-86: + 0: 65535 + -2,-85: + 0: 65535 + -2,-88: + 0: 60552 + -1,-88: + 0: 65484 + -1,-87: + 0: 65535 + -1,-86: + 0: 65535 + -1,-85: + 0: 65535 + 0,-92: + 0: 65535 + 0,-91: + 0: 65535 + 0,-90: + 0: 65535 + 0,-89: + 0: 32767 + 1,-92: + 0: 65535 + 1,-91: + 0: 65535 + 1,-90: + 0: 65535 + 1,-89: + 0: 10111 + 2,-92: + 0: 4369 + 2,-91: + 0: 61713 + 2,-90: + 0: 4383 + -2,-92: + 0: 65535 + -2,-91: + 0: 65535 + -2,-90: + 0: 65535 + -2,-89: + 0: 36046 + -1,-92: + 0: 65535 + -1,-91: + 0: 65535 + -1,-90: + 0: 65535 + -1,-89: + 0: 53247 + -2,-93: + 0: 65518 + -2,-96: + 0: 52974 + -2,-94: + 0: 65516 + -2,-95: + 0: 49160 + -1,-96: + 0: 65535 + -1,-95: + 0: 63692 + -1,-94: + 0: 65535 + -1,-93: + 0: 65535 + 0,-96: + 0: 65535 + 0,-95: + 0: 63351 + 0,-94: + 0: 65535 + 0,-93: + 0: 65535 + 1,-96: + 0: 32767 + 1,-95: + 0: 29218 + 1,-94: + 0: 65527 + 1,-93: + 0: 65535 + 2,-93: + 0: 4352 + 0,-98: + 0: 65535 + 0,-97: + 0: 65535 + 1,-99: + 0: 65535 + 1,-98: + 0: 65535 + 1,-97: + 0: 65535 + -2,-97: + 0: 61166 + -1,-98: + 0: 65254 + -1,-97: + 0: 65535 + 2,-96: + 0: 17 + 0,-100: + 0: 65535 + 0,-99: + 0: 61183 + 1,-100: + 0: 65535 + 2,-100: + 0: 4368 + 2,-99: + 0: 4369 + 2,-97: + 0: 4368 + -2,-100: + 0: 36078 + -2,-99: + 0: 8 + -1,-100: + 0: 61439 + -1,-99: + 0: 16384 + 0,-101: + 0: 65399 + 1,-101: + 0: 30496 + -2,-101: + 0: 51336 + -2,-102: + 0: 32768 + -1,-101: + 0: 65484 + 1,3: + 0: 30702 + 1,2: + 0: 59118 + 2,0: + 0: 61239 + 2,1: + 0: 16236 + 2,2: + 0: 17 + 3,0: + 0: 8044 + 3,1: + 0: 12544 + 3,2: + 0: 33074 + 2,-3: + 0: 4369 + 3,-4: + 0: 15 + 3,-1: + 0: 33272 + -4,0: + 0: 8134 + -4,2: + 0: 12680 + -4,1: + 0: 32768 + -3,0: + 0: 65420 + -3,1: + 0: 40902 + -3,2: + 0: 272 + -2,2: + 0: 60671 + -2,3: + 0: 52462 + -1,3: + 0: 4352 + -4,-2: + 0: 4096 + -4,-1: + 0: 12787 + -3,-1: + 0: 25596 + 2,-7: + 0: 15 + 3,-8: + 0: 61440 + 3,-7: + 0: 207 + 3,-5: + 0: 61440 + -4,-15: + 0: 61440 + -4,-14: + 0: 15 + -3,-15: + 0: 65152 + -3,-14: + 0: 143 + 3,-15: + 0: 64767 + 3,-14: + 0: 15 + 2,-19: + 0: 36864 + 3,-18: + 0: 65535 + -4,-18: + 0: 65280 + -3,-18: + 0: 65408 + -3,-17: + 0: 142 + 2,-24: + 0: 383 + 2,-22: + 0: 28928 + 2,-21: + 0: 65535 + 3,-24: + 0: 34959 + 3,-21: + 0: 65535 + -4,-24: + 0: 15 + -4,-21: + 0: 255 + -4,-28: + 0: 4080 + -4,-25: + 0: 61440 + 2,-28: + 0: 65393 + 2,-27: + 0: 1 + 2,-25: + 0: 62224 + 3,-28: + 0: 65416 + 3,-25: + 0: 63624 + -4,-31: + 0: 255 + 2,-32: + 0: 4096 + 2,-31: + 0: 32755 + 3,-31: + 0: 36856 + -4,-35: + 0: 65280 + -3,-35: + 0: 65532 + -3,-34: + 0: 65535 + -4,-38: + 0: 4080 + -3,-38: + 0: 53244 + -3,-39: + 0: 52428 + 4,-33: + 0: 16384 + -2,4: + 0: 2252 + -1,4: + 0: 65329 + -1,5: + 0: 2190 + 0,4: + 0: 65152 + 0,5: + 0: 4927 + 0,6: + 0: 17 + 1,4: + 0: 4983 + -5,0: + 0: 61030 + -5,1: + 0: 26214 + -5,2: + 0: 36046 + -5,-3: + 0: 8738 + -5,-2: + 0: 61030 + -5,-1: + 0: 28390 + 4,-4: + 0: 35023 + 4,-2: + 0: 65228 + 4,-1: + 0: 57341 + 4,-3: + 0: 34952 + 4,0: + 0: 65484 + 4,2: + 0: 14190 + 4,1: + 0: 52428 + 4,-8: + 0: 64640 + 4,-7: + 0: 36095 + 4,-5: + 0: 64640 + 4,-6: + 0: 8 + 5,-8: + 0: 4919 + 5,-7: + 0: 17 + 5,-12: + 0: 13073 + 5,-11: + 0: 26211 + 5,-10: + 0: 26214 + 5,-9: + 0: 26214 + 4,-15: + 0: 61815 + 4,-14: + 0: 15 + 4,-16: + 0: 30591 + 5,-16: + 0: 13105 + 5,-15: + 0: 13107 + 5,-14: + 0: 26231 + 5,-13: + 0: 5444 + 4,-18: + 0: 65535 + 4,-19: + 0: 65399 + 4,-17: + 0: 63999 + 5,-18: + 0: 4352 + 5,-17: + 0: 4369 + 5,-20: + 0: 17478 + -6,-14: + 0: 52428 + -6,-13: + 0: 1092 + -6,-16: + 0: 34944 + -6,-15: + 0: 34952 + -5,-16: + 0: 4371 + -5,-15: + 0: 61713 + -5,-14: + 0: 31 + -6,-20: + 0: 17484 + -5,-18: + 0: 65382 + -5,-17: + 0: 13107 + -5,-19: + 0: 26180 + 4,-24: + 0: 34959 + 4,-21: + 0: 30719 + 4,-23: + 0: 136 + 5,-24: + 0: 4369 + 5,-23: + 0: 13073 + 5,-22: + 0: 13107 + 5,-21: + 0: 26483 + 4,-28: + 0: 65280 + 4,-25: + 0: 64716 + 4,-26: + 0: 50240 + 5,-28: + 0: 29491 + 5,-27: + 0: 18023 + 5,-25: + 0: 4096 + 5,-26: + 0: 68 + -6,-21: + 0: 52424 + -6,-23: + 0: 34816 + -6,-22: + 0: 34952 + -5,-24: + 0: 13119 + -5,-23: + 0: 4403 + -5,-22: + 0: 4369 + -5,-21: + 0: 511 + -6,-28: + 0: 52360 + -6,-27: + 0: 17612 + -6,-26: + 0: 4 + -5,-28: + 0: 8177 + -5,-25: + 0: 63078 + -5,-26: + 0: 25664 + 4,-31: + 0: 36860 + 4,-32: + 0: 52420 + 4,-30: + 0: 34952 + 5,-31: + 0: 4368 + 5,-30: + 0: 4369 + 5,-29: + 0: 13107 + -6,-30: + 0: 32768 + -6,-29: + 0: 34952 + -5,-31: + 0: 13311 + -5,-30: + 0: 4915 + -5,-29: + 0: 4369 + -5,-32: + 0: 26214 + -6,-35: + 0: 51336 + -6,-34: + 0: 19660 + -6,-33: + 0: 68 + -6,-36: + 0: 34952 + -5,-36: + 0: 4369 + -5,-35: + 0: 65297 + -5,-34: + 0: 1 + -5,-33: + 0: 17408 + -5,-38: + 0: 16374 + -5,-37: + 0: 13107 + -5,-39: + 0: 26212 + -5,-40: + 0: 16384 + 3,-16: + 0: 65535 + 3,-20: + 0: 65535 + 3,-19: + 0: 65535 + 3,-17: + 0: 64767 + 3,-22: + 0: 65534 + 3,-23: + 0: 34952 + 3,-27: + 0: 34952 + 3,-26: + 0: 34952 + 3,-32: + 0: 34952 + 3,-30: + 0: 34952 + 3,-29: + 0: 34952 + 3,-33: + 0: 34952 + -4,-48: + 0: 255 + -3,-48: + 0: 61183 + -4,-49: + 0: 34944 + -3,-49: + 0: 57588 + -3,-52: + 0: 62532 + -3,-51: + 0: 17487 + -3,-50: + 0: 17476 + -3,-54: + 0: 17476 + -3,-53: + 0: 17476 + -3,-60: + 0: 17476 + -3,-59: + 0: 17476 + 3,-60: + 0: 3310 + -3,-67: + 0: 17476 + 6,-64: + 0: 8751 + 6,-63: + 0: 65535 + 6,-62: + 0: 65535 + 6,-61: + 0: 65535 + 7,-64: + 0: 43695 + 7,-63: + 0: 65535 + 7,-62: + 0: 65535 + 7,-61: + 0: 65535 + 5,-67: + 0: 39184 + 6,-67: + 0: 65535 + 6,-66: + 0: 54783 + 6,-65: + 0: 62941 + 7,-67: + 0: 30583 + 7,-66: + 0: 55603 + 7,-65: + 0: 64989 + 8,-64: + 0: 3 + 8,-63: + 0: 30583 + 8,-62: + 0: 30583 + 8,-61: + 0: 30583 + 8,-66: + 0: 272 + 8,-65: + 0: 4096 + -4,-72: + 0: 8 + -3,-72: + 0: 17487 + -3,-71: + 0: 17484 + 2,-74: + 0: 15 + 3,-74: + 0: 15 + -4,-74: + 0: 34952 + -4,-73: + 0: 34952 + 4,-74: + 0: 207 + 4,-20: + 0: 30583 + 4,-22: + 0: 30579 + 4,-60: + 0: 4095 + 5,-60: + 0: 2553 + 6,-60: + 0: 4095 + 7,-60: + 0: 4095 + 8,-60: + 0: 887 + -3,-36: + 0: 52428 + -3,-33: + 0: 15 + -3,-37: + 0: 52428 + 2,-48: + 0: 2047 + 2,-52: + 0: 63344 + 3,-51: + 0: 4367 + 3,-50: + 0: 4369 + 3,-49: + 0: 17 + -4,-42: + 0: 65535 + -4,-41: + 0: 65535 + -4,-44: + 0: 12 + -3,-42: + 0: 65535 + -3,-41: + 0: 16383 + 3,-44: + 0: 15 + 3,-48: + 0: 255 + 3,-45: + 0: 61440 + -4,-45: + 0: 63232 + -4,-52: + 0: 61440 + -4,-51: + 0: 15 + 3,-52: + 0: 61440 + 5,-40: + 0: 1094 + 4,-44: + 0: 34959 + 5,-44: + 0: 4369 + 5,-43: + 0: 13073 + 5,-42: + 0: 13107 + 5,-41: + 0: 26483 + -3,-84: + 0: 2188 + -3,-86: + 0: 61167 + -3,-85: + 0: 61166 + -3,-87: + 0: 63488 + -6,-40: + 0: 68 + -6,-48: + 0: 52424 + -6,-47: + 0: 1100 + -5,-48: + 0: 511 + -5,-45: + 0: 65382 + -5,-46: + 0: 26180 + -5,-47: + 0: 17408 + -6,-41: + 0: 52428 + -6,-43: + 0: 34944 + -6,-42: + 0: 34952 + -5,-44: + 0: 13107 + -5,-43: + 0: 4403 + -5,-42: + 0: 61727 + -5,-41: + 0: 255 + 4,-48: + 0: 255 + 4,-45: + 0: 64716 + 4,-47: + 0: 16384 + 4,-46: + 0: 50244 + 5,-48: + 0: 52983 + 5,-45: + 0: 4096 + 5,-47: + 0: 2188 + 4,-52: + 0: 63624 + 4,-51: + 0: 15 + 5,-52: + 0: 12561 + 5,-51: + 0: 13107 + 5,-50: + 0: 26163 + 5,-49: + 0: 26214 + 4,-53: + 0: 34944 + 5,-53: + 0: 4096 + -6,-50: + 0: 34816 + -6,-49: + 0: 34952 + -5,-52: + 0: 63078 + -5,-51: + 0: 13119 + -5,-50: + 0: 4403 + -5,-49: + 0: 4369 + -5,-53: + 0: 25664 + -4,-43: + 0: 65280 + -4,-60: + 0: 2047 + 2: 63488 + -4,-67: + 0: 65392 + -4,-80: + 0: 65280 + -4,-83: + 0: 255 + -3,-83: + 0: 255 + 2,-83: + 0: 4607 + 3,-83: + 0: 255 + 7,-80: + 0: 30562 + 7,-79: + 0: 17511 + 7,-75: + 0: 61303 + 7,-74: + 0: 36044 + 4,-83: + 0: 255 + 5,-84: + 0: 13107 + 5,-83: + 0: 26483 + 5,-82: + 0: 1094 + 7,-81: + 0: 13073 + 3,-87: + 0: 61440 + 3,-86: + 0: 287 + -4,-87: + 0: 61440 + -4,-86: + 0: 15 + 3,-91: + 0: 63624 + 3,-90: + 0: 143 + 3,-92: + 0: 34956 + -4,-92: + 0: 13110 + -4,-91: + 0: 62259 + -4,-90: + 0: 4415 + -3,-91: + 0: 61440 + -3,-90: + 0: 15 + -4,-94: + 0: 61132 + -4,-93: + 0: 26214 + -4,-95: + 0: 52360 + -3,-94: + 0: 65280 + 2,-94: + 0: 65280 + 3,-94: + 0: 65382 + 3,-95: + 0: 26146 + 3,-93: + 0: 52428 + -2,-98: + 0: 40960 + -6,-85: + 0: 34816 + -5,-87: + 0: 63078 + -5,-86: + 0: 13119 + -5,-85: + 0: 4403 + -5,-88: + 0: 25664 + -6,-83: + 0: 52424 + -6,-82: + 0: 1100 + -6,-84: + 0: 34952 + -5,-84: + 0: 4369 + -5,-83: + 0: 511 + -5,-81: + 0: 26180 + 4,-87: + 0: 64716 + 4,-86: + 0: 34959 + 4,-88: + 0: 50240 + 4,-85: + 0: 136 + 5,-87: + 0: 4096 + 5,-86: + 0: 4369 + 5,-85: + 0: 13073 + -5,-60: + 0: 3310 + 2: 62225 + -6,-67: + 0: 61152 + -5,-67: + 0: 65520 + -5,-90: + 0: 34952 + -5,-89: + 0: 136 + 4,-92: + 0: 4368 + 4,-91: + 0: 4369 + 4,-90: + 0: 13107 + 4,-89: + 0: 34 + 8,-78: + 0: 61440 + 8,-77: + 0: 255 + 8,-80: + 0: 32768 + 8,-79: + 0: 34952 + 9,-79: + 0: 4368 + 9,-78: + 0: 13107 + 9,-77: + 0: 29491 + 9,-76: + 0: 18023 + 9,-75: + 0: 4 + -6,-77: + 0: 34952 + -5,-80: + 0: 65382 + -5,-79: + 0: 13107 + -5,-78: + 0: 13107 + -5,-77: + 0: 4369 + -6,-75: + 0: 52424 + -6,-74: + 0: 1100 + -6,-76: + 0: 34952 + -5,-76: + 0: 4369 + -5,-75: + 0: 511 + -4,-59: + 2: 15 + -6,-60: + 2: 34958 + -6,-59: + 2: 8 + -5,-59: + 2: 15 + uniqueMixes: + - volume: 2500 + temperature: 293.15 + moles: + - 21.824879 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 235 + moles: + - 21.824879 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 293.15 + moles: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 293.15 + moles: + - 0 + - 0 + - 0 + - 6666.982 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + chunkSize: 4 + - type: GasTileOverlay + - type: RadiationGridResistance + - type: NavMap + - type: FTLDestination + - type: BecomesStation + id: Train +- proto: AccordionInstrument + entities: + - uid: 12393 + components: + - type: Transform + pos: -5.3016195,-317.37082 + parent: 2 +- proto: AcousticGuitarInstrument + entities: + - uid: 10093 + components: + - type: Transform + pos: -7.466254,-281.50427 + parent: 2 +- proto: AirAlarm + entities: + - uid: 2277 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-274.5 + parent: 2 + - type: DeviceList + devices: + - 13310 + - 13323 + - 12367 + - 12297 + - 13324 + - type: AtmosDevice + joinedGrid: 2 + - uid: 5925 + components: + - type: Transform + pos: -1.5,-334.5 + parent: 2 + - type: DeviceList + devices: + - 12798 + - 10658 + - 13392 + - 13387 + - 13386 + - 13396 + - 13395 + - 12306 + - type: AtmosDevice + joinedGrid: 2 + - uid: 8201 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-178.5 + parent: 2 + - type: DeviceList + devices: + - 5346 + - 13214 + - 5277 + - 5260 + - 13200 + - 13201 + - 13202 + - type: AtmosDevice + joinedGrid: 2 + - uid: 8432 + components: + - type: Transform + pos: -5.5,-306.5 + parent: 2 + - type: DeviceList + devices: + - 3027 + - 12470 + - 8430 + - 13377 + - 13372 + - 7798 + - 7799 + - 7800 + - 13344 + - 13343 + - 13342 + - 13345 + - 13346 + - 13347 + - type: AtmosDevice + joinedGrid: 2 + - uid: 10964 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-345.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 11906 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-341.5 + parent: 2 + - type: DeviceList + devices: + - 13384 + - 12898 + - 12896 + - 13390 + - 13386 + - 13387 + - 12897 + - 12798 + - 13392 + - 13395 + - 13396 + - type: AtmosDevice + joinedGrid: 2 + - uid: 12935 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,2.5 + parent: 2 + - type: DeviceList + devices: + - 884 + - 1825 + - 13073 + - 393 + - 391 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13080 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-11.5 + parent: 2 + - type: DeviceList + devices: + - 13072 + - 857 + - 747 + - 391 + - 390 + - 387 + - 146 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13105 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-18.5 + parent: 2 + - type: DeviceList + devices: + - 13083 + - 611 + - 6915 + - 146 + - 396 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13109 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-33.5 + parent: 2 + - type: DeviceList + devices: + - 1155 + - 977 + - 637 + - 638 + - 13106 + - 6036 + - 1191 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13110 + components: + - type: Transform + pos: 3.5,-36.5 + parent: 2 + - type: DeviceList + devices: + - 1239 + - 954 + - 13107 + - 610 + - 639 + - 6036 + - 1191 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13115 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-69.5 + parent: 2 + - type: DeviceList + devices: + - 1427 + - 13119 + - 1372 + - 13111 + - 13112 + - 13113 + - 13114 + - 10757 + - 13120 + - 1408 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13116 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-54.5 + parent: 2 + - type: DeviceList + devices: + - 13118 + - 4056 + - 2076 + - 10757 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13117 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-64.5 + parent: 2 + - type: DeviceList + devices: + - 13121 + - 1429 + - 13113 + - 13114 + - 13112 + - 13111 + - 1326 + - 1238 + - 1431 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13124 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-71.5 + parent: 2 + - type: DeviceList + devices: + - 1409 + - 13122 + - 1415 + - 1372 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13146 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-86.5 + parent: 2 + - type: DeviceList + devices: + - 13145 + - 13137 + - 4508 + - 13127 + - 13128 + - 13129 + - 13133 + - 13132 + - 12954 + - 13134 + - 13135 + - 13136 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13147 + components: + - type: Transform + pos: 2.5,-80.5 + parent: 2 + - type: DeviceList + devices: + - 13133 + - 13132 + - 12954 + - 3310 + - 3351 + - 13125 + - 1701 + - 1702 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13148 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-99.5 + parent: 2 + - type: DeviceList + devices: + - 1544 + - 3314 + - 3392 + - 13126 + - 13136 + - 13135 + - 13134 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13150 + components: + - type: Transform + pos: 2.5,-84.5 + parent: 2 + - type: DeviceList + devices: + - 1701 + - 13127 + - 13128 + - 13129 + - 13130 + - 4509 + - 4360 + - 1725 + - 1715 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13151 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-86.5 + parent: 2 + - type: DeviceList + devices: + - 13131 + - 3262 + - 3261 + - 3371 + - 1723 + - 1726 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13152 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-93.5 + parent: 2 + - type: DeviceList + devices: + - 13153 + - 3284 + - 3372 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13161 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-111.5 + parent: 2 + - type: DeviceList + devices: + - 13158 + - 13159 + - 2407 + - 2408 + - 2409 + - 13157 + - 13156 + - 13155 + - 3630 + - 3436 + - 13154 + - 13160 + - 3474 + - 3550 + - 3475 + - 3551 + - 3437 + - 3549 + - 13149 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13165 + components: + - type: Transform + pos: -0.5,-118.5 + parent: 2 + - type: DeviceList + devices: + - 13164 + - 3483 + - 3600 + - 13163 + - 2410 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13166 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-114.5 + parent: 2 + - type: DeviceList + devices: + - 3626 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13168 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-126.5 + parent: 2 + - type: DeviceList + devices: + - 13167 + - 3480 + - 3603 + - 13163 + - 13158 + - 13159 + - 2406 + - 2405 + - 2256 + - 3478 + - 3553 + - 3477 + - 3513 + - 3476 + - 3552 + - 3608 + - 2410 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13171 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-117.5 + parent: 2 + - type: DeviceList + devices: + - 2411 + - 13170 + - 2412 + - 3457 + - 3599 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13176 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-142.5 + parent: 2 + - type: DeviceList + devices: + - 2834 + - 2835 + - 2836 + - 13173 + - 13172 + - 3647 + - 4016 + - 2833 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13178 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-148.5 + parent: 2 + - type: DeviceList + devices: + - 2830 + - 2829 + - 2828 + - 13174 + - 2827 + - 2826 + - 13173 + - 13172 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13180 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-142.5 + parent: 2 + - type: DeviceList + devices: + - 4568 + - 13179 + - 3980 + - 2830 + - 2829 + - 2828 + - 2831 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13182 + components: + - type: Transform + pos: 4.5,-136.5 + parent: 2 + - type: DeviceList + devices: + - 2831 + - 2832 + - 3954 + - 3650 + - 13181 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13185 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-138.5 + parent: 2 + - type: DeviceList + devices: + - 13184 + - 13183 + - 3993 + - 4033 + - 2836 + - 2835 + - 2834 + - 2837 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13187 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-136.5 + parent: 2 + - type: DeviceList + devices: + - 4031 + - 4037 + - 13186 + - 2837 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13189 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-153.5 + parent: 2 + - type: DeviceList + devices: + - 13188 + - 4556 + - 4559 + - 2826 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13209 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-167.5 + parent: 2 + - type: DeviceList + devices: + - 13207 + - 13206 + - 13204 + - 13205 + - 13192 + - 13193 + - 13194 + - 1498 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13211 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-177.5 + parent: 2 + - type: DeviceList + devices: + - 5252 + - 5251 + - 13210 + - 13199 + - 13191 + - 13190 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13213 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-176.5 + parent: 2 + - type: DeviceList + devices: + - 13212 + - 5261 + - 5275 + - 13197 + - 13196 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13218 + components: + - type: Transform + pos: 4.5,-164.5 + parent: 2 + - type: DeviceList + devices: + - 5301 + - 5302 + - 13217 + - 13192 + - 13193 + - 13194 + - 13202 + - 13201 + - 13200 + - 13203 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13220 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-171.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13239 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-193.5 + parent: 2 + - type: DeviceList + devices: + - 13238 + - 13223 + - 13224 + - 13237 + - 13236 + - 5129 + - 5128 + - 13225 + - 13226 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13241 + components: + - type: Transform + pos: 2.5,-188.5 + parent: 2 + - type: DeviceList + devices: + - 13224 + - 13223 + - 5073 + - 5082 + - 5134 + - 13221 + - 9827 + - 8852 + - 15086 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13244 + components: + - type: Transform + pos: -0.5,-204.5 + parent: 2 + - type: DeviceList + devices: + - 5070 + - 4967 + - 13227 + - 13226 + - 13225 + - 13242 + - 15087 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13247 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-199.5 + parent: 2 + - type: DeviceList + devices: + - 5127 + - 13246 + - 5129 + - 5128 + - 5135 + - 5130 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13249 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-193.5 + parent: 2 + - type: DeviceList + devices: + - 13248 + - 5072 + - 5083 + - 5135 + - 5134 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13251 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-195.5 + parent: 2 + - type: DeviceList + devices: + - 5108 + - 13250 + - 5107 + - 5130 + - 5131 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13252 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-203.5 + parent: 2 + - type: DeviceList + devices: + - 13253 + - 4981 + - 13254 + - 4670 + - 5110 + - 4905 + - 5068 + - 13255 + - 5121 + - 5131 + - 13242 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13260 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-231.5 + parent: 2 + - type: DeviceList + devices: + - 5164 + - 13259 + - 5179 + - 13264 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13261 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-231.5 + parent: 2 + - type: DeviceList + devices: + - 5163 + - 13258 + - 5178 + - 13265 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13262 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-218.5 + parent: 2 + - type: DeviceList + devices: + - 5156 + - 13257 + - 5189 + - 13266 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13263 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-218.5 + parent: 2 + - type: DeviceList + devices: + - 5188 + - 5160 + - 13256 + - 13267 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13269 + components: + - type: Transform + pos: -0.5,-216.5 + parent: 2 + - type: DeviceList + devices: + - 13268 + - 13266 + - 13267 + - 13265 + - 13264 + - 13270 + - 5185 + - 5161 + - 5190 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13317 + components: + - type: Transform + pos: -0.5,-272.5 + parent: 2 + - type: DeviceList + devices: + - 13314 + - 13315 + - 13316 + - 12341 + - 12340 + - 13313 + - 13312 + - 13311 + - 13310 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13322 + components: + - type: Transform + pos: 4.5,-269.5 + parent: 2 + - type: DeviceList + devices: + - 13321 + - 13320 + - 13319 + - 13313 + - 13312 + - 13311 + - 13318 + - 12322 + - 12333 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13333 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-286.5 + parent: 2 + - type: DeviceList + devices: + - 13325 + - 12356 + - 12355 + - 13326 + - 13328 + - 13314 + - 13315 + - 13332 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13335 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-289.5 + parent: 2 + - type: DeviceList + devices: + - 12362 + - 13334 + - 12298 + - 13332 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13341 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-283.5 + parent: 2 + - type: DeviceList + devices: + - 12224 + - 13336 + - 12305 + - 13337 + - 13319 + - 13320 + - 13338 + - 10538 + - 13340 + - 13339 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13358 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-298.5 + parent: 2 + - type: DeviceList + devices: + - 3400 + - 12704 + - 12705 + - 13347 + - 13346 + - 13345 + - 13354 + - 13353 + - 13355 + - 13356 + - 13357 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13365 + components: + - type: Transform + pos: 10.5,-305.5 + parent: 2 + - type: DeviceList + devices: + - 13361 + - 13360 + - 13342 + - 13343 + - 13344 + - 13359 + - 12501 + - 12502 + - 13362 + - 13363 + - 13364 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13370 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-318.5 + parent: 2 + - type: DeviceList + devices: + - 13368 + - 13367 + - 13366 + - 12430 + - 12530 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13374 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-320.5 + parent: 2 + - type: DeviceList + devices: + - 13371 + - 12428 + - 12433 + - 13367 + - 13372 + - 13373 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13382 + components: + - type: Transform + pos: -6.5,-298.5 + parent: 2 + - type: DeviceList + devices: + - 12581 + - 12580 + - 13380 + - 13377 + - 13381 + - 13357 + - 13356 + - 13355 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13383 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-302.5 + parent: 2 + - type: DeviceList + devices: + - 12508 + - 12564 + - 4689 + - 13360 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13391 + components: + - type: Transform + pos: -0.5,-328.5 + parent: 2 + - type: DeviceList + devices: + - 13384 + - 12898 + - 12896 + - 13390 + - 13386 + - 13387 + - 9425 + - 10870 + - 9426 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13402 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-346.5 + parent: 2 + - type: DeviceList + devices: + - 13401 + - 12813 + - 12920 + - 13396 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13421 + components: + - type: Transform + pos: -3.5,-359.5 + parent: 2 + - type: DeviceList + devices: + - 1278 + - 13420 + - 13417 + - 12984 + - 13041 + - 13067 + - 12985 + - 13416 + - 13419 + - 13418 + - 13068 + - 12988 + - 13040 + - 12989 + - 13039 + - 13423 + - 13424 + - 13082 + - 13415 + - 13414 + - 13412 + - 13413 + - 12754 + - 12932 + - 12933 + - 13081 + - 12944 + - 12943 + - 16682 + - 11912 + - 16679 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13426 + components: + - type: Transform + pos: -4.5,-369.5 + parent: 2 + - type: DeviceList + devices: + - 13422 + - 13094 + - 12987 + - 13425 + - 13088 + - 12986 + - 13419 + - 13418 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13429 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-367.5 + parent: 2 + - type: DeviceList + devices: + - 13427 + - 13053 + - 12994 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14727 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-192.5 + parent: 2 + - type: DeviceList + devices: + - 14726 + - 1378 + - 1375 + - 9827 + - 8852 + - 14728 + - type: AtmosDevice + joinedGrid: 2 + - uid: 15278 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-247.5 + parent: 2 + - type: DeviceList + devices: + - 8213 + - 7879 + - 8483 + - 8009 + - 15275 + - 13108 + - 8012 + - 12324 + - 9085 + - 17000 + - type: AtmosDevice + joinedGrid: 2 + - uid: 15279 + components: + - type: Transform + pos: 4.5,-241.5 + parent: 2 + - type: DeviceList + devices: + - 15274 + - 8091 + - 8071 + - 8213 + - 7879 + - 8483 + - 7885 + - type: AtmosDevice + joinedGrid: 2 + - uid: 15280 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-254.5 + parent: 2 + - type: DeviceList + devices: + - 8089 + - 15277 + - 8314 + - 6858 + - 7885 + - 9085 + - 12324 + - 8037 + - 6857 + - 15281 + - type: AtmosDevice + joinedGrid: 2 + - uid: 15282 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-259.5 + parent: 2 + - type: DeviceList + devices: + - 15284 + - 15283 + - 15276 + - 6726 + - 8037 + - 13108 + - 8012 + - 15285 + - 15286 + - 15287 + - 7820 + - type: AtmosDevice + joinedGrid: 2 + - uid: 15292 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-255.5 + parent: 2 + - type: DeviceList + devices: + - 15289 + - 7476 + - 4202 + - 7776 + - 4950 + - 15288 + - 6855 + - 7821 + - 6856 + - 15290 + - 15291 + - type: AtmosDevice + joinedGrid: 2 + - uid: 16971 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-247.5 + parent: 2 + - type: DeviceList + devices: + - 16996 + - 17001 + - 16990 + - type: AtmosDevice + joinedGrid: 2 + - uid: 16979 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-261.5 + parent: 2 + - type: DeviceList + devices: + - 14609 + - 12093 + - 16995 + - type: AtmosDevice + joinedGrid: 2 +- proto: AirCanister + entities: + - uid: 4848 + components: + - type: Transform + pos: -21.5,-260.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: Airlock + entities: + - uid: 2078 + components: + - type: Transform + pos: -5.5,-110.5 + parent: 2 + - uid: 2079 + components: + - type: Transform + pos: -5.5,-113.5 + parent: 2 + - type: DeviceLinkSink + links: + - 2096 + - uid: 2080 + components: + - type: Transform + pos: -5.5,-116.5 + parent: 2 + - type: DeviceLinkSink + links: + - 2095 + - uid: 2081 + components: + - type: Transform + pos: -5.5,-119.5 + parent: 2 + - type: DeviceLinkSink + links: + - 2094 + - uid: 2640 + components: + - type: Transform + pos: -1.5,-151.5 + parent: 2 + - uid: 2645 + components: + - type: Transform + pos: -5.5,-150.5 + parent: 2 + - type: DeviceLinkSink + links: + - 11933 + - uid: 4109 + components: + - type: Transform + pos: -5.5,-152.5 + parent: 2 + - type: DeviceLinkSink + links: + - 11983 +- proto: AirlockArmoryLocked + entities: + - uid: 2846 + components: + - type: Transform + pos: 0.5,-361.5 + parent: 2 +- proto: AirlockAtmosphericsGlassLocked + entities: + - uid: 5042 + components: + - type: Transform + pos: -12.5,-260.5 + parent: 2 + - uid: 7746 + components: + - type: Transform + pos: -15.5,-249.5 + parent: 2 + - uid: 16880 + components: + - type: Transform + pos: -6.5,-260.5 + parent: 2 +- proto: AirlockBarLocked + entities: + - uid: 1227 + components: + - type: Transform + pos: 2.5,-62.5 + parent: 2 +- proto: AirlockBrigGlassLocked + entities: + - uid: 10636 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-334.5 + parent: 2 + - uid: 10746 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-334.5 + parent: 2 + - uid: 12983 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-343.5 + parent: 2 +- proto: AirlockBrigLocked + entities: + - uid: 323 + components: + - type: Transform + pos: 0.5,-347.5 + parent: 2 + - uid: 326 + components: + - type: Transform + pos: 0.5,-349.5 + parent: 2 + - uid: 405 + components: + - type: Transform + pos: 0.5,-353.5 + parent: 2 + - uid: 614 + components: + - type: Transform + pos: 0.5,-355.5 + parent: 2 +- proto: AirlockCaptainLocked + entities: + - uid: 155 + components: + - type: Transform + pos: 0.5,-10.5 + parent: 2 + - uid: 293 + components: + - type: Transform + pos: -2.5,-12.5 + parent: 2 +- proto: AirlockCargoGlassLocked + entities: + - uid: 8466 + components: + - type: Transform + pos: 2.5,-274.5 + parent: 2 +- proto: AirlockCargoLocked + entities: + - uid: 8495 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-275.5 + parent: 2 + - uid: 8498 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-275.5 + parent: 2 +- proto: AirlockChapelLocked + entities: + - uid: 2678 + components: + - type: Transform + pos: 4.5,-140.5 + parent: 2 +- proto: AirlockChemistryGlassLocked + entities: + - uid: 14309 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-170.5 + parent: 2 +- proto: AirlockChiefEngineerLocked + entities: + - uid: 330 + components: + - type: Transform + pos: 18.5,-262.5 + parent: 2 + - uid: 8019 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-252.5 + parent: 2 +- proto: AirlockChiefMedicalOfficerGlassLocked + entities: + - uid: 8675 + components: + - type: Transform + pos: 2.5,-200.5 + parent: 2 +- proto: AirlockCommandGlassLocked + entities: + - uid: 26 + components: + - type: Transform + pos: 1.5,-0.5 + parent: 2 + - uid: 31 + components: + - type: Transform + pos: 2.5,-13.5 + parent: 2 + - uid: 13385 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-120.5 + parent: 2 +- proto: AirlockCommandLocked + entities: + - uid: 131 + components: + - type: Transform + pos: 5.5,-3.5 + parent: 2 + - uid: 181 + components: + - type: Transform + pos: 0.5,-6.5 + parent: 2 + - uid: 394 + components: + - type: Transform + pos: 5.5,-0.5 + parent: 2 +- proto: AirlockDetectiveLocked + entities: + - uid: 1368 + components: + - type: Transform + pos: -4.5,-69.5 + parent: 2 +- proto: AirlockEngineeringGlass + entities: + - uid: 17038 + components: + - type: Transform + pos: -3.5,-248.5 + parent: 2 +- proto: AirlockEngineeringGlassLocked + entities: + - uid: 311 + components: + - type: Transform + pos: 2.5,-256.5 + parent: 2 + - uid: 14648 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-246.5 + parent: 2 + - uid: 16873 + components: + - type: Transform + pos: -8.5,-248.5 + parent: 2 + - uid: 16879 + components: + - type: Transform + pos: -6.5,-243.5 + parent: 2 + - uid: 16945 + components: + - type: Transform + pos: -12.5,-248.5 + parent: 2 + - uid: 16991 + components: + - type: Transform + pos: -12.5,-243.5 + parent: 2 +- proto: AirlockEngineeringLocked + entities: + - uid: 190 + components: + - type: Transform + pos: -3.5,-44.5 + parent: 2 + - uid: 1433 + components: + - type: Transform + pos: 4.5,-54.5 + parent: 2 + - uid: 2040 + components: + - type: Transform + pos: -2.5,-98.5 + parent: 2 + - uid: 2189 + components: + - type: Transform + pos: 4.5,-110.5 + parent: 2 + - uid: 2817 + components: + - type: Transform + pos: 7.5,-152.5 + parent: 2 + - uid: 4715 + components: + - type: Transform + pos: -2.5,-162.5 + parent: 2 + - uid: 4723 + components: + - type: Transform + pos: 5.5,-188.5 + parent: 2 + - uid: 7534 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-248.5 + parent: 2 + - uid: 7804 + components: + - type: Transform + pos: 18.5,-244.5 + parent: 2 + - uid: 8001 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-256.5 + parent: 2 + - uid: 8022 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-248.5 + parent: 2 + - uid: 8023 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-256.5 + parent: 2 + - uid: 9019 + components: + - type: Transform + pos: 8.5,-286.5 + parent: 2 + - uid: 10149 + components: + - type: Transform + pos: -6.5,-297.5 + parent: 2 + - uid: 12572 + components: + - type: Transform + pos: 2.5,-345.5 + parent: 2 + - uid: 12906 + components: + - type: Transform + pos: 5.5,-360.5 + parent: 2 +- proto: AirlockExternal + entities: + - uid: 1758 + components: + - type: Transform + pos: -6.5,-96.5 + parent: 2 +- proto: AirlockExternalEasyPry + entities: + - uid: 12099 + components: + - type: Transform + pos: 5.5,-381.5 + parent: 2 +- proto: AirlockExternalEasyPryLocked + entities: + - uid: 879 + components: + - type: Transform + pos: 8.5,-31.5 + parent: 2 + - uid: 1007 + components: + - type: Transform + pos: 8.5,-29.5 + parent: 2 + - uid: 1013 + components: + - type: Transform + pos: -7.5,-16.5 + parent: 2 +- proto: AirlockExternalEngineeringLocked + entities: + - uid: 1921 + components: + - type: Transform + pos: -14.5,-235.5 + parent: 2 + - uid: 2424 + components: + - type: Transform + pos: -15.5,-237.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 2 + links: + - 3536 + - type: DeviceLinkSource + linkedPorts: + 3536: + - DoorStatus: DoorBolt + - DoorStatus: Close + - uid: 3536 + components: + - type: Transform + pos: -14.5,-239.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 2 + links: + - 2424 + - type: DeviceLinkSource + linkedPorts: + 2424: + - DoorStatus: Close + - DoorStatus: DoorBolt + - uid: 8003 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-256.5 + parent: 2 +- proto: AirlockExternalGlass + entities: + - uid: 728 + components: + - type: Transform + pos: -7.5,-43.5 + parent: 2 + - uid: 15794 + components: + - type: Transform + pos: -7.5,-36.5 + parent: 2 +- proto: AirlockExternalGlassAtmosphericsLocked + entities: + - uid: 13348 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,-265.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + links: + - 14345 + - type: DeviceLinkSource + linkedPorts: + 14345: + - DoorStatus: DoorBolt + - uid: 14345 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,-265.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + links: + - 13348 + - type: DeviceLinkSource + linkedPorts: + 13348: + - DoorStatus: DoorBolt +- proto: AirlockExternalGlassCargoLocked + entities: + - uid: 8762 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-269.5 + parent: 2 + - uid: 9004 + components: + - type: Transform + pos: 9.5,-280.5 + parent: 2 + - uid: 9005 + components: + - type: Transform + pos: 9.5,-278.5 + parent: 2 +- proto: AirlockExternalGlassEngineeringLocked + entities: + - uid: 1808 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-228.5 + parent: 2 + - type: DeviceLinkSink + links: + - 4512 + - type: DeviceLinkSource + linkedPorts: + 4512: + - DoorStatus: DoorBolt + - uid: 3017 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-228.5 + parent: 2 + - type: DeviceLinkSink + links: + - 4513 + - type: DeviceLinkSource + linkedPorts: + 4513: + - DoorStatus: DoorBolt + - uid: 4494 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-221.5 + parent: 2 + - type: DeviceLinkSink + links: + - 4510 + - type: DeviceLinkSource + linkedPorts: + 4510: + - DoorStatus: DoorBolt + - uid: 4510 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-219.5 + parent: 2 + - type: DeviceLinkSink + links: + - 4494 + - type: DeviceLinkSource + linkedPorts: + 4494: + - DoorStatus: DoorBolt + - uid: 4512 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-230.5 + parent: 2 + - type: DeviceLinkSink + links: + - 1808 + - type: DeviceLinkSource + linkedPorts: + 1808: + - DoorStatus: DoorBolt + - uid: 4513 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-230.5 + parent: 2 + - type: DeviceLinkSink + links: + - 3017 + - type: DeviceLinkSource + linkedPorts: + 3017: + - DoorStatus: DoorBolt +- proto: AirlockExternalGlassShuttleArrivals + entities: + - uid: 574 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-36.5 + parent: 2 + - uid: 575 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-43.5 + parent: 2 +- proto: AirlockExternalGlassShuttleEmergencyLocked + entities: + - uid: 441 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-31.5 + parent: 2 + - uid: 573 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-29.5 + parent: 2 +- proto: AirlockExternalGlassShuttleEscape + entities: + - uid: 541 + components: + - type: Transform + pos: -4.5,-46.5 + parent: 2 + - uid: 11311 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-295.5 + parent: 2 + - uid: 11451 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-178.5 + parent: 2 +- proto: AirlockExternalLocked + entities: + - uid: 1691 + components: + - type: Transform + pos: -4.5,-242.5 + parent: 2 + - uid: 1763 + components: + - type: Transform + pos: -4.5,-262.5 + parent: 2 + - uid: 1924 + components: + - type: Transform + pos: 5.5,-321.5 + parent: 2 + - uid: 3355 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-223.5 + parent: 2 +- proto: AirlockFreezerKitchenHydroLocked + entities: + - uid: 1576 + components: + - type: Transform + pos: -3.5,-89.5 + parent: 2 + - uid: 1662 + components: + - type: Transform + pos: -0.5,-91.5 + parent: 2 + - uid: 1677 + components: + - type: Transform + pos: -3.5,-94.5 + parent: 2 +- proto: AirlockGlass + entities: + - uid: 2662 + components: + - type: Transform + pos: 3.5,-147.5 + parent: 2 + - uid: 2663 + components: + - type: Transform + pos: 4.5,-147.5 + parent: 2 + - uid: 2664 + components: + - type: Transform + pos: 5.5,-147.5 + parent: 2 + - uid: 2714 + components: + - type: Transform + pos: -1.5,-139.5 + parent: 2 + - uid: 2717 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-140.5 + parent: 2 + - uid: 2718 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-141.5 + parent: 2 +- proto: AirlockGlassShuttle + entities: + - uid: 8830 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-280.5 + parent: 2 + - uid: 8831 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-278.5 + parent: 2 + - uid: 8834 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-273.5 + parent: 2 + - uid: 8835 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-272.5 + parent: 2 + - uid: 10680 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-146.5 + parent: 2 + - uid: 10744 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-145.5 + parent: 2 +- proto: AirlockHatch + entities: + - uid: 1616 + components: + - type: Transform + pos: 13.5,-307.5 + parent: 2 + - uid: 8239 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,-302.5 + parent: 2 + - uid: 8240 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-307.5 + parent: 2 + - uid: 8424 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,-312.5 + parent: 2 +- proto: AirlockHatchMaintenance + entities: + - uid: 11 + components: + - type: Transform + pos: 0.5,-51.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 1580: + - DoorStatus: DoorBolt + 1633: + - DoorStatus: DoorBolt + - uid: 12 + components: + - type: Transform + pos: 0.5,-53.5 + parent: 2 + - uid: 13 + components: + - type: Transform + pos: 0.5,-24.5 + parent: 2 + - type: DeviceLinkSink + links: + - 1675 + - type: DeviceLinkSource + linkedPorts: + 1676: + - DoorStatus: DoorBolt + 1675: + - DoorStatus: DoorBolt + - uid: 20 + components: + - type: Transform + pos: 0.5,-26.5 + parent: 2 + - uid: 21 + components: + - type: Transform + pos: 0.5,-20.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 1675: + - DoorStatus: DoorBolt + 1676: + - DoorStatus: DoorBolt + - uid: 269 + components: + - type: Transform + pos: 0.5,-18.5 + parent: 2 + - uid: 270 + components: + - type: Transform + pos: 0.5,-45.5 + parent: 2 + - uid: 271 + components: + - type: Transform + pos: 0.5,-47.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 1580: + - DoorStatus: DoorBolt + 1633: + - DoorStatus: DoorBolt + - uid: 272 + components: + - type: Transform + pos: 0.5,-240.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 7730: + - DoorStatus: DoorBolt + 7729: + - DoorStatus: DoorBolt + - uid: 273 + components: + - type: Transform + pos: 0.5,-74.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 1454: + - DoorStatus: DoorBolt + 1451: + - DoorStatus: DoorBolt + - uid: 274 + components: + - type: Transform + pos: 0.5,-72.5 + parent: 2 + - uid: 275 + components: + - type: Transform + pos: 0.5,-78.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 1454: + - DoorStatus: DoorBolt + 1451: + - DoorStatus: DoorBolt + - uid: 276 + components: + - type: Transform + pos: 0.5,-80.5 + parent: 2 + - uid: 277 + components: + - type: Transform + pos: 0.5,-99.5 + parent: 2 + - uid: 278 + components: + - type: Transform + pos: 0.5,-101.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 2014: + - DoorStatus: DoorBolt + 2012: + - DoorStatus: DoorBolt + - uid: 279 + components: + - type: Transform + pos: 0.5,-107.5 + parent: 2 + - uid: 280 + components: + - type: Transform + pos: 0.5,-105.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 2012: + - DoorStatus: DoorBolt + 2014: + - DoorStatus: DoorBolt + - uid: 281 + components: + - type: Transform + pos: 0.5,-126.5 + parent: 2 + - uid: 282 + components: + - type: Transform + pos: 0.5,-128.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 2443: + - DoorStatus: DoorBolt + 2444: + - DoorStatus: DoorBolt + - uid: 283 + components: + - type: Transform + pos: 0.5,-134.5 + parent: 2 + - uid: 284 + components: + - type: Transform + pos: 0.5,-132.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 2443: + - DoorStatus: DoorBolt + 2444: + - DoorStatus: DoorBolt + - uid: 590 + components: + - type: Transform + pos: 0.5,-155.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 2851: + - DoorStatus: DoorBolt + 2852: + - DoorStatus: DoorBolt + - uid: 625 + components: + - type: Transform + pos: 0.5,-153.5 + parent: 2 + - uid: 656 + components: + - type: Transform + pos: 0.5,-159.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 2851: + - DoorStatus: DoorBolt + 2852: + - DoorStatus: DoorBolt + - uid: 666 + components: + - type: Transform + pos: 0.5,-161.5 + parent: 2 + - uid: 667 + components: + - type: Transform + pos: 0.5,-188.5 + parent: 2 + - uid: 668 + components: + - type: Transform + pos: 0.5,-186.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 3548: + - DoorStatus: DoorBolt + 3547: + - DoorStatus: DoorBolt + - uid: 669 + components: + - type: Transform + pos: 0.5,-182.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 3548: + - DoorStatus: DoorBolt + 3547: + - DoorStatus: DoorBolt + - uid: 670 + components: + - type: Transform + pos: 0.5,-180.5 + parent: 2 + - uid: 671 + components: + - type: Transform + pos: 0.5,-215.5 + parent: 2 + - uid: 756 + components: + - type: Transform + pos: 0.5,-213.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 4694: + - DoorStatus: DoorBolt + 4691: + - DoorStatus: DoorBolt + - uid: 773 + components: + - type: Transform + pos: 0.5,-209.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 4694: + - DoorStatus: DoorBolt + 4691: + - DoorStatus: DoorBolt + - uid: 991 + components: + - type: Transform + pos: 0.5,-207.5 + parent: 2 + - uid: 1211 + components: + - type: Transform + pos: 0.5,-242.5 + parent: 2 + - uid: 1244 + components: + - type: Transform + pos: 0.5,-236.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 7730: + - DoorStatus: DoorBolt + 7729: + - DoorStatus: DoorBolt + - uid: 1247 + components: + - type: Transform + pos: 0.5,-234.5 + parent: 2 + - uid: 1333 + components: + - type: Transform + pos: 0.5,-261.5 + parent: 2 + - type: Door + secondsUntilStateChange: -8630.088 + state: Opening + - type: DeviceLinkSource + lastSignals: + DoorStatus: True + - uid: 1334 + components: + - type: Transform + pos: 0.5,-263.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 8135: + - DoorStatus: DoorBolt + 8107: + - DoorStatus: DoorBolt + - uid: 7287 + components: + - type: Transform + pos: 12.5,-162.5 + parent: 2 + - uid: 7293 + components: + - type: Transform + pos: 15.5,-157.5 + parent: 2 + - uid: 7359 + components: + - type: Transform + pos: 15.5,-155.5 + parent: 2 + - uid: 8134 + components: + - type: Transform + pos: 0.5,-267.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 8135: + - DoorStatus: DoorBolt + 8107: + - DoorStatus: DoorBolt + - uid: 8639 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-269.5 + parent: 2 + - uid: 8674 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-288.5 + parent: 2 + - uid: 8690 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-290.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 9342: + - DoorStatus: DoorBolt + 9343: + - DoorStatus: DoorBolt + - uid: 9374 + components: + - type: Transform + pos: 0.5,-294.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 9342: + - DoorStatus: DoorBolt + 9343: + - DoorStatus: DoorBolt + - uid: 9375 + components: + - type: Transform + pos: 0.5,-296.5 + parent: 2 + - uid: 10132 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-320.5 + parent: 2 + - uid: 10133 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-322.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 10573: + - DoorStatus: DoorBolt + 10577: + - DoorStatus: DoorBolt + - uid: 10586 + components: + - type: Transform + pos: 0.5,-326.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 10573: + - DoorStatus: DoorBolt + 10577: + - DoorStatus: DoorBolt + - uid: 10646 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-328.5 + parent: 2 + - uid: 11821 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-380.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 11820: + - DoorStatus: Close + - uid: 11822 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-382.5 + parent: 2 + - uid: 12945 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-376.5 + parent: 2 +- proto: AirlockHeadOfPersonnelLocked + entities: + - uid: 2229 + components: + - type: Transform + pos: 3.5,-120.5 + parent: 2 + - uid: 2230 + components: + - type: Transform + pos: 0.5,-118.5 + parent: 2 +- proto: AirlockHeadOfSecurityLocked + entities: + - uid: 10794 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-343.5 + parent: 2 +- proto: AirlockHydroGlassLocked + entities: + - uid: 1717 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-86.5 + parent: 2 +- proto: AirlockJanitorLocked + entities: + - uid: 14801 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-54.5 + parent: 2 +- proto: AirlockLawyerLocked + entities: + - uid: 570 + components: + - type: Transform + pos: 3.5,-330.5 + parent: 2 +- proto: AirlockMaintBarLocked + entities: + - uid: 961 + components: + - type: Transform + pos: 5.5,-63.5 + parent: 2 +- proto: AirlockMaintCargoLocked + entities: + - uid: 8546 + components: + - type: Transform + pos: 2.5,-283.5 + parent: 2 + - uid: 10846 + components: + - type: Transform + pos: 5.5,-269.5 + parent: 2 +- proto: AirlockMaintChapelLocked + entities: + - uid: 2715 + components: + - type: Transform + pos: 7.5,-138.5 + parent: 2 +- proto: AirlockMaintChemLocked + entities: + - uid: 3089 + components: + - type: Transform + pos: 6.5,-164.5 + parent: 2 +- proto: AirlockMaintCommandLocked + entities: + - uid: 423 + components: + - type: Transform + pos: -2.5,1.5 + parent: 2 +- proto: AirlockMaintDetectiveLocked + entities: + - uid: 5092 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-74.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 14783: + - DoorStatus: DoorBolt + 268: + - DoorStatus: DoorBolt +- proto: AirlockMaintEngiLocked + entities: + - uid: 7533 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-260.5 + parent: 2 + - uid: 7548 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-243.5 + parent: 2 + - uid: 8122 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-260.5 + parent: 2 + - uid: 8206 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-243.5 + parent: 2 + - uid: 8522 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-258.5 + parent: 2 +- proto: AirlockMaintGlassLocked + entities: + - uid: 2245 + components: + - type: Transform + pos: -5.5,-107.5 + parent: 2 + - uid: 13027 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-219.5 + parent: 2 +- proto: AirlockMaintHOPLocked + entities: + - uid: 2225 + components: + - type: Transform + pos: 2.5,-116.5 + parent: 2 +- proto: AirlockMaintLocked + entities: + - uid: 45 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-19.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 14760: + - DoorStatus: DoorBolt + 14757: + - DoorStatus: DoorBolt + - uid: 46 + components: + - type: Transform + pos: -1.5,-17.5 + parent: 2 + - uid: 397 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-106.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 14860: + - DoorStatus: DoorBolt + 14857: + - DoorStatus: DoorBolt + - uid: 601 + components: + - type: Transform + pos: -4.5,-40.5 + parent: 2 + - uid: 622 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-106.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 14859: + - DoorStatus: DoorBolt + 14858: + - DoorStatus: DoorBolt + - uid: 640 + components: + - type: Transform + pos: -4.5,-79.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 14783: + - DoorStatus: DoorBolt + 268: + - DoorStatus: DoorBolt + - uid: 706 + components: + - type: Transform + pos: 1.5,-35.5 + parent: 2 + - uid: 758 + components: + - type: Transform + pos: -1.5,-34.5 + parent: 2 + - uid: 811 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-154.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 14978: + - DoorStatus: DoorBolt + 14979: + - DoorStatus: DoorBolt + - uid: 1068 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-100.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 14860: + - DoorStatus: DoorBolt + 14857: + - DoorStatus: DoorBolt + - uid: 1081 + components: + - type: Transform + pos: 3.5,-68.5 + parent: 2 + - uid: 1478 + components: + - type: Transform + pos: 3.5,-57.5 + parent: 2 + - uid: 1760 + components: + - type: Transform + pos: -1.5,-81.5 + parent: 2 + - uid: 1762 + components: + - type: Transform + pos: -1.5,-97.5 + parent: 2 + - uid: 1933 + components: + - type: Transform + pos: 5.5,-161.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 15117: + - DoorStatus: DoorBolt + 15118: + - DoorStatus: DoorBolt + - uid: 1937 + components: + - type: Transform + pos: 5.5,-154.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 15117: + - DoorStatus: DoorBolt + 15118: + - DoorStatus: DoorBolt + - uid: 1938 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-181.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 3508: + - DoorStatus: DoorBolt + 15040: + - DoorStatus: DoorBolt + - uid: 2100 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-127.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 14890: + - DoorStatus: DoorBolt + 14891: + - DoorStatus: DoorBolt + - uid: 2202 + components: + - type: Transform + pos: 2.5,-109.5 + parent: 2 + - uid: 2244 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-19.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 14751: + - DoorStatus: DoorBolt + 605: + - DoorStatus: DoorBolt + - uid: 2413 + components: + - type: Transform + pos: 5.5,-289.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 15193: + - DoorStatus: DoorBolt + 15194: + - DoorStatus: DoorBolt + - uid: 2414 + components: + - type: Transform + pos: 5.5,-295.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 15193: + - DoorStatus: DoorBolt + 15194: + - DoorStatus: DoorBolt + - uid: 2492 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-46.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 14768: + - DoorStatus: DoorBolt + 1335: + - DoorStatus: DoorBolt + - uid: 2562 + components: + - type: Transform + pos: 2.5,-152.5 + parent: 2 + - uid: 2688 + components: + - type: Transform + pos: 2.5,-135.5 + parent: 2 + - uid: 2690 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-128.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 14880: + - DoorStatus: DoorBolt + 5738: + - DoorStatus: DoorBolt + - uid: 3207 + components: + - type: Transform + pos: 2.5,-162.5 + parent: 2 + - uid: 3213 + components: + - type: Transform + pos: -1.5,-163.5 + parent: 2 + - uid: 3214 + components: + - type: Transform + pos: -1.5,-179.5 + parent: 2 + - uid: 3782 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-100.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 14859: + - DoorStatus: DoorBolt + 14858: + - DoorStatus: DoorBolt + - uid: 5018 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-260.5 + parent: 2 + - uid: 6286 + components: + - type: Transform + pos: 5.5,-79.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 333: + - DoorStatus: DoorBolt + 2646: + - DoorStatus: DoorBolt + - uid: 6736 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-162.5 + parent: 2 + - uid: 6778 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-243.5 + parent: 2 + - uid: 6822 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-252.5 + parent: 2 + - uid: 6963 + components: + - type: Transform + pos: -7.5,-167.5 + parent: 2 + - uid: 7939 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-167.5 + parent: 2 + - uid: 8428 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-260.5 + parent: 2 + - uid: 8701 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-285.5 + parent: 2 + - uid: 8796 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-254.5 + parent: 2 + - uid: 9028 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-118.5 + parent: 2 + - uid: 9522 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-328.5 + parent: 2 + - uid: 9818 + components: + - type: Transform + pos: 1.5,-113.5 + parent: 2 + - uid: 10062 + components: + - type: Transform + pos: -1.5,-297.5 + parent: 2 + - uid: 10063 + components: + - type: Transform + pos: 2.5,-297.5 + parent: 2 + - uid: 10067 + components: + - type: Transform + pos: 9.5,-305.5 + parent: 2 + - uid: 10068 + components: + - type: Transform + pos: 9.5,-309.5 + parent: 2 + - uid: 10069 + components: + - type: Transform + pos: 2.5,-319.5 + parent: 2 + - uid: 10531 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-25.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 14751: + - DoorStatus: DoorBolt + 605: + - DoorStatus: DoorBolt + - uid: 12871 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-15.5 + parent: 2 + - uid: 13169 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-190.5 + parent: 2 + - uid: 13443 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-205.5 + parent: 2 + - uid: 13453 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-41.5 + parent: 2 + - uid: 13454 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-126.5 + parent: 2 + - uid: 14554 + components: + - type: Transform + pos: 7.5,-81.5 + parent: 2 + - uid: 14565 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-70.5 + parent: 2 + - uid: 14749 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-52.5 + parent: 2 + - uid: 14753 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-25.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 14760: + - DoorStatus: DoorBolt + 14757: + - DoorStatus: DoorBolt + - uid: 14796 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-74.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 333: + - DoorStatus: DoorBolt + 2646: + - DoorStatus: DoorBolt + - uid: 14946 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-161.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 14978: + - DoorStatus: DoorBolt + 14979: + - DoorStatus: DoorBolt + - uid: 15186 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-262.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 164: + - DoorStatus: DoorBolt + 15152: + - DoorStatus: DoorBolt + - uid: 16476 + components: + - type: Transform + pos: -7.5,-162.5 + parent: 2 + - uid: 16818 + components: + - type: Transform + pos: 5.5,-133.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 14890: + - DoorStatus: DoorBolt + 14891: + - DoorStatus: DoorBolt + - uid: 16903 + components: + - type: Transform + pos: -4.5,-187.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 15040: + - DoorStatus: DoorBolt + 3508: + - DoorStatus: DoorBolt +- proto: AirlockMaintMedLocked + entities: + - uid: 8348 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-170.5 + parent: 2 + - uid: 8422 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-164.5 + parent: 2 + - uid: 8448 + components: + - type: Transform + pos: -5.5,-173.5 + parent: 2 +- proto: AirlockMaintServiceLocked + entities: + - uid: 1720 + components: + - type: Transform + pos: -3.5,-85.5 + parent: 2 +- proto: AirlockMedicalGlassLocked + entities: + - uid: 308 + components: + - type: Transform + pos: 2.5,-178.5 + parent: 2 + - uid: 3756 + components: + - type: Transform + pos: 5.5,-177.5 + parent: 2 + - uid: 3761 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-191.5 + parent: 2 + - uid: 3762 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-195.5 + parent: 2 + - uid: 7193 + components: + - type: Transform + pos: 4.5,-177.5 + parent: 2 + - uid: 7797 + components: + - type: Transform + pos: 2.5,-179.5 + parent: 2 + - uid: 11907 + components: + - type: Transform + pos: -0.5,-169.5 + parent: 2 +- proto: AirlockMedicalLocked + entities: + - uid: 319 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-198.5 + parent: 2 + - uid: 320 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-197.5 + parent: 2 + - uid: 3168 + components: + - type: Transform + pos: -0.5,-174.5 + parent: 2 + - uid: 3181 + components: + - type: Transform + pos: -0.5,-175.5 + parent: 2 + - uid: 7478 + components: + - type: Transform + pos: -0.5,-165.5 + parent: 2 +- proto: AirlockMining + entities: + - uid: 14336 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-70.5 + parent: 2 + - uid: 14339 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-81.5 + parent: 2 +- proto: AirlockMiningGlass + entities: + - uid: 14333 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-66.5 + parent: 2 + - uid: 14335 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-64.5 + parent: 2 + - uid: 14462 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-76.5 + parent: 2 +- proto: AirlockQuartermasterLocked + entities: + - uid: 9165 + components: + - type: Transform + pos: 6.5,-283.5 + parent: 2 +- proto: AirlockResearchDirectorLocked + entities: + - uid: 8373 + components: + - type: Transform + pos: -8.5,-301.5 + parent: 2 + - uid: 9832 + components: + - type: Transform + pos: -7.5,-303.5 + parent: 2 +- proto: AirlockSalvageLocked + entities: + - uid: 2048 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-271.5 + parent: 2 + - uid: 2049 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-282.5 + parent: 2 + - uid: 2132 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-276.5 + parent: 2 +- proto: AirlockScienceGlassLocked + entities: + - uid: 9823 + components: + - type: Transform + pos: -6.5,-314.5 + parent: 2 +- proto: AirlockScienceLocked + entities: + - uid: 9855 + components: + - type: Transform + pos: -3.5,-310.5 + parent: 2 + - uid: 9856 + components: + - type: Transform + pos: -3.5,-306.5 + parent: 2 + - uid: 9951 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-309.5 + parent: 2 + - uid: 9952 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-305.5 + parent: 2 + - uid: 10083 + components: + - type: Transform + pos: -4.5,-320.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 1791: + - DoorStatus: DoorBolt + 1812: + - DoorStatus: DoorBolt + - uid: 10127 + components: + - type: Transform + pos: -1.5,-317.5 + parent: 2 +- proto: AirlockSecurityGlassLocked + entities: + - uid: 2473 + components: + - type: Transform + pos: 4.5,-340.5 + parent: 2 + - uid: 11258 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-363.5 + parent: 2 + - type: DeviceLinkSink + links: + - 11496 + - uid: 11259 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-363.5 + parent: 2 + - type: DeviceLinkSink + links: + - 11332 + - uid: 11260 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-366.5 + parent: 2 + - type: DeviceLinkSink + links: + - 11331 + - uid: 11261 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-366.5 + parent: 2 + - type: DeviceLinkSink + links: + - 11330 + - uid: 12089 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-339.5 + parent: 2 + - uid: 12703 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-338.5 + parent: 2 +- proto: AirlockSecurityLocked + entities: + - uid: 11194 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-357.5 + parent: 2 + - uid: 11195 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-357.5 + parent: 2 + - uid: 11380 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-369.5 + parent: 2 + - uid: 11381 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-369.5 + parent: 2 + - uid: 11382 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-367.5 + parent: 2 + - uid: 11407 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-367.5 + parent: 2 +- proto: AirlockServiceGlassLocked + entities: + - uid: 1704 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-86.5 + parent: 2 + - uid: 1722 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-83.5 + parent: 2 +- proto: AirlockServiceLocked + entities: + - uid: 2719 + components: + - type: Transform + pos: -4.5,-137.5 + parent: 2 + - uid: 11931 + components: + - type: Transform + pos: -5.5,-385.5 + parent: 2 +- proto: AirlockTheatreLocked + entities: + - uid: 619 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-126.5 + parent: 2 + - uid: 2016 + components: + - type: Transform + pos: -5.5,-125.5 + parent: 2 + - uid: 2017 + components: + - type: Transform + pos: -5.5,-122.5 + parent: 2 +- proto: AirlockVirologyGlassLocked + entities: + - uid: 1358 + components: + - type: Transform + pos: -2.5,-199.5 + parent: 2 + - uid: 3768 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-198.5 + parent: 2 + - uid: 3867 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-205.5 + parent: 2 + - uid: 3869 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-201.5 + parent: 2 + - uid: 8806 + components: + - type: Transform + pos: -3.5,-192.5 + parent: 2 + - uid: 12114 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-205.5 + parent: 2 +- proto: AirSensor + entities: + - uid: 3400 + components: + - type: Transform + pos: 0.5,-300.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13358 + - uid: 4689 + components: + - type: Transform + pos: 4.5,-301.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13383 + - uid: 8430 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-308.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 8432 + - uid: 10651 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-342.5 + parent: 2 + - uid: 10759 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-337.5 + parent: 2 + - uid: 13072 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-9.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13080 + - uid: 13073 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,1.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 12935 + - uid: 13083 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-16.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13105 + - uid: 13106 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-29.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13109 + - uid: 13107 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-43.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13110 + - uid: 13118 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-55.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13116 + - uid: 13119 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-67.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13115 + - uid: 13120 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-58.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13115 + - uid: 13121 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-62.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13117 + - uid: 13122 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-71.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13124 + - uid: 13125 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-82.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13147 + - uid: 13126 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-94.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13148 + - uid: 13130 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-88.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13150 + - uid: 13131 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-86.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13151 + - uid: 13137 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-88.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13146 + - uid: 13149 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-110.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13161 + - uid: 13153 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-92.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13152 + - uid: 13154 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-109.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13161 + - uid: 13164 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-120.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13165 + - uid: 13167 + components: + - type: Transform + pos: -0.5,-124.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13168 + - uid: 13170 + components: + - type: Transform + pos: 1.5,-116.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13171 + - uid: 13175 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-141.5 + parent: 2 + - uid: 13177 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-149.5 + parent: 2 + - uid: 13179 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-143.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13180 + - uid: 13181 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-138.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13182 + - uid: 13183 + components: + - type: Transform + pos: -4.5,-139.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13185 + - uid: 13184 + components: + - type: Transform + pos: -2.5,-146.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13185 + - uid: 13186 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-135.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13187 + - uid: 13188 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-151.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13189 + - uid: 13206 + components: + - type: Transform + pos: 0.5,-166.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13209 + - uid: 13210 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-176.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13211 + - uid: 13212 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-176.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13213 + - uid: 13214 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-175.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 8201 + - uid: 13217 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-165.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13218 + - uid: 13221 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-190.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13241 + - uid: 13222 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-197.5 + parent: 2 + - uid: 13227 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-206.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13244 + - uid: 13238 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-194.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13239 + - uid: 13246 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-198.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13247 + - uid: 13248 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-193.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13249 + - uid: 13250 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-195.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13251 + - uid: 13253 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-205.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13252 + - uid: 13254 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-201.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13252 + - uid: 13255 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-203.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13252 + - uid: 13256 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-219.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13263 + - uid: 13257 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-219.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13262 + - uid: 13258 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-230.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13261 + - uid: 13259 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-230.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13260 + - uid: 13268 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-218.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13269 + - uid: 13270 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-231.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13269 + - uid: 13316 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-273.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13317 + - uid: 13318 + components: + - type: Transform + pos: 4.5,-271.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13322 + - uid: 13323 + components: + - type: Transform + pos: -6.5,-272.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 2277 + - uid: 13325 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-284.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13333 + - uid: 13326 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-278.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13333 + - uid: 13334 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-286.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13335 + - uid: 13336 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-279.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13341 + - uid: 13337 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-279.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13341 + - uid: 13359 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-307.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13365 + - uid: 13366 + components: + - type: Transform + pos: 0.5,-314.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13370 + - uid: 13371 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-318.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13374 + - uid: 13380 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-302.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13382 + - uid: 13384 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-331.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13391 + - 11906 + - uid: 13392 + components: + - type: Transform + pos: -0.5,-337.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 11906 + - 5925 + - uid: 13401 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-344.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13402 + - uid: 13407 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-345.5 + parent: 2 + - uid: 13422 + components: + - type: Transform + pos: -4.5,-372.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13426 + - uid: 13423 + components: + - type: Transform + pos: 3.5,-360.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13421 + - uid: 13424 + components: + - type: Transform + pos: -2.5,-360.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13421 + - uid: 13425 + components: + - type: Transform + pos: 5.5,-372.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13426 + - uid: 13427 + components: + - type: Transform + pos: -0.5,-365.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13429 + - uid: 14726 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-190.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14727 + - uid: 15274 + components: + - type: Transform + pos: 6.5,-243.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15279 + - uid: 15275 + components: + - type: Transform + pos: -0.5,-246.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15278 + - uid: 15276 + components: + - type: Transform + pos: 0.5,-257.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15282 + - uid: 15277 + components: + - type: Transform + pos: 4.5,-248.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15280 + - uid: 15288 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-246.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15292 + - uid: 15289 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-258.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15292 +- proto: AltarSpawner + entities: + - uid: 2584 + components: + - type: Transform + pos: 4.5,-143.5 + parent: 2 +- proto: AmeJar + entities: + - uid: 3746 + components: + - type: Transform + pos: 20.506,-253.4022 + parent: 2 +- proto: AmePart + entities: + - uid: 8631 + components: + - type: Transform + parent: 8630 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 8633 + components: + - type: Transform + parent: 8630 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 8634 + components: + - type: Transform + parent: 8630 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: AnomalyFloraBulb + entities: + - uid: 6675 + components: + - type: Transform + pos: 1.5,-40.5 + parent: 2 + - uid: 6914 + components: + - type: Transform + pos: 3.5,-41.5 + parent: 2 + - uid: 12929 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-373.5 + parent: 2 + - uid: 15093 + components: + - type: Transform + pos: 11.5,-196.5 + parent: 2 +- proto: AnomalyLocatorWide + entities: + - uid: 10022 + components: + - type: Transform + pos: 3.3139195,-303.7327 + parent: 2 +- proto: AnomalyScanner + entities: + - uid: 10016 + components: + - type: Transform + pos: 4.6213827,-304.56445 + parent: 2 + - uid: 10017 + components: + - type: Transform + pos: 4.3572483,-304.30038 + parent: 2 +- proto: APCBasic + entities: + - uid: 906 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-220.5 + parent: 2 + - uid: 1028 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-247.5 + parent: 2 + - uid: 2002 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-4.5 + parent: 2 + - uid: 2005 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-1.5 + parent: 2 + - uid: 2236 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-56.5 + parent: 2 + - uid: 3200 + components: + - type: Transform + pos: 5.5,-112.5 + parent: 2 + - uid: 4047 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-302.5 + parent: 2 + - uid: 4294 + components: + - type: Transform + pos: 1.5,-115.5 + parent: 2 + - uid: 4348 + components: + - type: Transform + pos: -2.5,-108.5 + parent: 2 + - uid: 5001 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-254.5 + parent: 2 + - uid: 5695 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-6.5 + parent: 2 + - uid: 5743 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-11.5 + parent: 2 + - uid: 5818 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-42.5 + parent: 2 + - uid: 5820 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-30.5 + parent: 2 + - uid: 5969 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-63.5 + parent: 2 + - uid: 5971 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-71.5 + parent: 2 + - uid: 6161 + components: + - type: Transform + pos: -3.5,-80.5 + parent: 2 + - uid: 6162 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-97.5 + parent: 2 + - uid: 6444 + components: + - type: Transform + pos: -3.5,-134.5 + parent: 2 + - uid: 6445 + components: + - type: Transform + pos: 6.5,-137.5 + parent: 2 + - uid: 6918 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-164.5 + parent: 2 + - uid: 6919 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-176.5 + parent: 2 + - uid: 7062 + components: + - type: Transform + pos: 4.5,-188.5 + parent: 2 + - uid: 7063 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-203.5 + parent: 2 + - uid: 7591 + components: + - type: Transform + pos: -2.5,-228.5 + parent: 2 + - uid: 7929 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-249.5 + parent: 2 + - uid: 8259 + components: + - type: Transform + pos: 13.5,-158.5 + parent: 2 + - type: Battery + startingCharge: 0 + - type: Apc + lastExternalState: Good + lastChargeState: Full + - uid: 8315 + components: + - type: Transform + pos: 17.5,-137.5 + parent: 2 + - type: Battery + startingCharge: 0 + - type: Apc + lastExternalState: Good + lastChargeState: Full + - uid: 9074 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,-264.5 + parent: 2 + - uid: 9166 + components: + - type: Transform + pos: 5.5,-283.5 + parent: 2 + - uid: 9174 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-272.5 + parent: 2 + - uid: 9187 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-272.5 + parent: 2 + - uid: 10277 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-320.5 + parent: 2 + - uid: 10333 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-301.5 + parent: 2 + - uid: 10338 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-317.5 + parent: 2 + - uid: 10957 + components: + - type: Transform + pos: 6.5,-328.5 + parent: 2 + - uid: 11998 + components: + - type: Transform + pos: 0.5,-387.5 + parent: 2 + - type: Battery + startingCharge: 0 + - type: Apc + lastExternalState: Good + lastChargeState: Full + - uid: 14464 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-84.5 + parent: 2 + - uid: 16641 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -18.5,-266.5 + parent: 2 +- proto: APCHighCapacity + entities: + - uid: 10937 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-347.5 + parent: 2 + - uid: 10938 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-347.5 + parent: 2 + - uid: 15300 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-335.5 + parent: 2 +- proto: APCHyperCapacity + entities: + - uid: 888 + components: + - type: Transform + pos: 7.5,-334.5 + parent: 2 + - uid: 9616 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,-307.5 + parent: 2 + - uid: 10860 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-344.5 + parent: 2 +- proto: APCSuperCapacity + entities: + - uid: 11557 + components: + - type: Transform + pos: 1.5,-361.5 + parent: 2 +- proto: ArrivalsShuttleTimer + entities: + - uid: 12014 + components: + - type: Transform + pos: 2.5,-36.5 + parent: 2 +- proto: AsteroidRock + entities: + - uid: 6689 + components: + - type: Transform + pos: 29.5,-263.5 + parent: 2 + - uid: 6864 + components: + - type: Transform + pos: 28.5,-263.5 + parent: 2 + - uid: 7496 + components: + - type: Transform + pos: 28.5,-261.5 + parent: 2 + - uid: 8530 + components: + - type: Transform + pos: 28.5,-258.5 + parent: 2 + - uid: 8854 + components: + - type: Transform + pos: 31.5,-261.5 + parent: 2 + - uid: 8859 + components: + - type: Transform + pos: 28.5,-259.5 + parent: 2 +- proto: AsteroidRockGold + entities: + - uid: 4988 + components: + - type: Transform + pos: 27.5,-259.5 + parent: 2 +- proto: AsteroidRockUranium + entities: + - uid: 7371 + components: + - type: Transform + pos: 15.5,-143.5 + parent: 2 + - uid: 7374 + components: + - type: Transform + pos: 17.5,-150.5 + parent: 2 + - uid: 7375 + components: + - type: Transform + pos: 15.5,-148.5 + parent: 2 +- proto: AsteroidRockUraniumCrab + entities: + - uid: 7312 + components: + - type: Transform + pos: 12.5,-150.5 + parent: 2 + - uid: 7368 + components: + - type: Transform + pos: 17.5,-141.5 + parent: 2 + - uid: 7369 + components: + - type: Transform + pos: 13.5,-142.5 + parent: 2 + - uid: 7370 + components: + - type: Transform + pos: 16.5,-143.5 + parent: 2 + - uid: 7372 + components: + - type: Transform + pos: 15.5,-144.5 + parent: 2 + - uid: 7373 + components: + - type: Transform + pos: 15.5,-142.5 + parent: 2 +- proto: AtmosDeviceFanTiny + entities: + - uid: 142 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-16.5 + parent: 2 + - uid: 560 + components: + - type: Transform + pos: 8.5,-43.5 + parent: 2 + - uid: 561 + components: + - type: Transform + pos: 8.5,-31.5 + parent: 2 + - uid: 562 + components: + - type: Transform + pos: -7.5,-43.5 + parent: 2 + - uid: 563 + components: + - type: Transform + pos: -7.5,-36.5 + parent: 2 + - uid: 564 + components: + - type: Transform + pos: 8.5,-36.5 + parent: 2 + - uid: 565 + components: + - type: Transform + pos: 8.5,-29.5 + parent: 2 + - uid: 568 + components: + - type: Transform + pos: -7.5,-31.5 + parent: 2 + - uid: 569 + components: + - type: Transform + pos: -7.5,-29.5 + parent: 2 + - uid: 1627 + components: + - type: Transform + pos: -4.5,-46.5 + parent: 2 + - uid: 1707 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-96.5 + parent: 2 + - uid: 1709 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-94.5 + parent: 2 + - uid: 1710 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-89.5 + parent: 2 + - uid: 1716 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-91.5 + parent: 2 + - uid: 3259 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-87.5 + parent: 2 + - uid: 3260 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-86.5 + parent: 2 + - uid: 5006 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-223.5 + parent: 2 + - uid: 5111 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-242.5 + parent: 2 + - uid: 5119 + components: + - type: Transform + pos: -4.5,-262.5 + parent: 2 + - uid: 8000 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-169.5 + parent: 2 + - uid: 8159 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-256.5 + parent: 2 + - uid: 8819 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-278.5 + parent: 2 + - uid: 8820 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-280.5 + parent: 2 + - uid: 8836 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-269.5 + parent: 2 + - uid: 8839 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-272.5 + parent: 2 + - uid: 8841 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-273.5 + parent: 2 + - uid: 10080 + components: + - type: Transform + pos: -4.5,-295.5 + parent: 2 + - uid: 10682 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-146.5 + parent: 2 + - uid: 10852 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-145.5 + parent: 2 + - uid: 11507 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-178.5 + parent: 2 + - uid: 11882 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-381.5 + parent: 2 + - uid: 13243 + components: + - type: Transform + pos: 5.5,-321.5 + parent: 2 + - uid: 14291 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-301.5 + parent: 2 +- proto: AtmosFixBlockerMarker + entities: + - uid: 4989 + components: + - type: Transform + pos: -21.5,-255.5 + parent: 2 + - uid: 16536 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-261.5 + parent: 2 + - uid: 16539 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-260.5 + parent: 2 + - uid: 16540 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-259.5 + parent: 2 + - uid: 16541 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-259.5 + parent: 2 + - uid: 16542 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-260.5 + parent: 2 + - uid: 16543 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-261.5 + parent: 2 + - uid: 16544 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-261.5 + parent: 2 + - uid: 16545 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-260.5 + parent: 2 + - uid: 16546 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-259.5 + parent: 2 + - uid: 16547 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-257.5 + parent: 2 + - uid: 16548 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-257.5 + parent: 2 + - uid: 16550 + components: + - type: Transform + pos: -21.5,-257.5 + parent: 2 + - uid: 16551 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-255.5 + parent: 2 + - uid: 16552 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-255.5 + parent: 2 + - uid: 16553 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-253.5 + parent: 2 + - uid: 16554 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-253.5 + parent: 2 + - uid: 16555 + components: + - type: Transform + pos: -21.5,-253.5 + parent: 2 +- proto: AtmosFixFreezerMarker + entities: + - uid: 1626 + components: + - type: Transform + pos: -3.5,-92.5 + parent: 2 + - uid: 1786 + components: + - type: Transform + pos: -5.5,-91.5 + parent: 2 + - uid: 1787 + components: + - type: Transform + pos: -5.5,-92.5 + parent: 2 + - uid: 1788 + components: + - type: Transform + pos: -4.5,-91.5 + parent: 2 + - uid: 1789 + components: + - type: Transform + pos: -4.5,-92.5 + parent: 2 + - uid: 1790 + components: + - type: Transform + pos: -3.5,-91.5 + parent: 2 + - uid: 1792 + components: + - type: Transform + pos: -2.5,-91.5 + parent: 2 + - uid: 1793 + components: + - type: Transform + pos: -2.5,-92.5 + parent: 2 + - uid: 1794 + components: + - type: Transform + pos: -1.5,-91.5 + parent: 2 + - uid: 1795 + components: + - type: Transform + pos: -1.5,-92.5 + parent: 2 + - uid: 1796 + components: + - type: Transform + pos: -2.5,-93.5 + parent: 2 + - uid: 1797 + components: + - type: Transform + pos: -3.5,-93.5 + parent: 2 + - uid: 1798 + components: + - type: Transform + pos: -4.5,-93.5 + parent: 2 + - uid: 1799 + components: + - type: Transform + pos: -4.5,-90.5 + parent: 2 + - uid: 1800 + components: + - type: Transform + pos: -3.5,-90.5 + parent: 2 + - uid: 1801 + components: + - type: Transform + pos: -2.5,-90.5 + parent: 2 +- proto: AtmosFixPlasmaMarker + entities: + - uid: 12605 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,-251.5 + parent: 2 + - uid: 13240 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,-251.5 + parent: 2 + - uid: 14223 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,-251.5 + parent: 2 +- proto: Autolathe + entities: + - uid: 4985 + components: + - type: Transform + pos: 17.5,-245.5 + parent: 2 + - uid: 9073 + components: + - type: Transform + pos: 6.5,-273.5 + parent: 2 + - uid: 14289 + components: + - type: Transform + pos: -5.5,-299.5 + parent: 2 +- proto: BackgammonBoard + entities: + - uid: 3707 + components: + - type: Transform + pos: 6.5271845,-122.9964 + parent: 2 +- proto: BananaPhoneInstrument + entities: + - uid: 2015 + components: + - type: Transform + pos: -7.68055,-124.47525 + parent: 2 +- proto: BannerCargo + entities: + - uid: 8378 + components: + - type: Transform + pos: -0.5,-282.5 + parent: 2 + - uid: 14027 + components: + - type: Transform + pos: -0.5,-276.5 + parent: 2 +- proto: BannerEngineering + entities: + - uid: 14010 + components: + - type: Transform + pos: -2.5,-246.5 + parent: 2 +- proto: BarberScissors + entities: + - uid: 14338 + components: + - type: Transform + pos: 16.483294,-59.410294 + parent: 2 + - uid: 14356 + components: + - type: Transform + pos: 14.515497,-59.39709 + parent: 2 + - uid: 14477 + components: + - type: Transform + parent: 14476 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: Barricade + entities: + - uid: 2819 + components: + - type: Transform + pos: 8.5,-146.5 + parent: 2 + - uid: 2820 + components: + - type: Transform + pos: 8.5,-136.5 + parent: 2 + - uid: 3399 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-148.5 + parent: 2 + - uid: 3889 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-200.5 + parent: 2 + - uid: 7358 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-156.5 + parent: 2 + - uid: 7363 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-141.5 + parent: 2 + - uid: 7365 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-141.5 + parent: 2 + - uid: 7367 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-150.5 + parent: 2 + - uid: 7401 + components: + - type: Transform + pos: 8.5,-162.5 + parent: 2 + - uid: 16525 + components: + - type: Transform + pos: -10.5,-167.5 + parent: 2 + - uid: 16526 + components: + - type: Transform + pos: -7.5,-162.5 + parent: 2 +- proto: BarricadeBlock + entities: + - uid: 208 + components: + - type: Transform + pos: -7.5,-43.5 + parent: 2 + - uid: 1689 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-71.5 + parent: 2 + - uid: 2986 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-376.5 + parent: 2 + - uid: 3770 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-198.5 + parent: 2 + - uid: 3886 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-201.5 + parent: 2 + - uid: 3888 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-205.5 + parent: 2 + - uid: 3952 + components: + - type: Transform + pos: -1.5,-206.5 + parent: 2 + - uid: 7366 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-155.5 + parent: 2 + - uid: 8810 + components: + - type: Transform + pos: -3.5,-192.5 + parent: 2 + - uid: 12082 + components: + - type: Transform + pos: 0.5,-382.5 + parent: 2 + - uid: 12946 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-380.5 + parent: 2 + - uid: 16527 + components: + - type: Transform + pos: -7.5,-167.5 + parent: 2 + - uid: 16528 + components: + - type: Transform + pos: -10.5,-162.5 + parent: 2 +- proto: BarricadeDirectional + entities: + - uid: 7364 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-141.5 + parent: 2 + - uid: 7402 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-162.5 + parent: 2 +- proto: BarSign + entities: + - uid: 9790 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-60.5 + parent: 2 +- proto: BaseComputer + entities: + - uid: 9704 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-305.5 + parent: 2 +- proto: BaseSecretDoorAssembly + entities: + - uid: 1459 + components: + - type: Transform + pos: 4.5,-71.5 + parent: 2 +- proto: Beaker + entities: + - uid: 1403 + components: + - type: Transform + pos: 5.582528,-167.40445 + parent: 2 + - uid: 1589 + components: + - type: Transform + pos: 5.707528,-167.3107 + parent: 2 + - uid: 2296 + components: + - type: Transform + pos: 1.3710482,-86.542175 + parent: 2 + - uid: 2297 + components: + - type: Transform + pos: 1.1890888,-86.33679 + parent: 2 + - uid: 3906 + components: + - type: Transform + pos: -6.721316,-194.7393 + parent: 2 + - uid: 3908 + components: + - type: Transform + pos: -6.686098,-195.08257 + parent: 2 + - uid: 3916 + components: + - type: Transform + pos: -4.0606456,-198.2437 + parent: 2 + - uid: 3917 + components: + - type: Transform + pos: -4.2543435,-198.42853 + parent: 2 + - uid: 11686 + components: + - type: Transform + pos: 2.6228993,-370.27484 + parent: 2 + - uid: 26550 + components: + - type: Transform + pos: 2.312565,-370.50742 + parent: 2 +- proto: Bed + entities: + - uid: 1078 + components: + - type: Transform + pos: 4.5,-64.5 + parent: 2 + - uid: 1406 + components: + - type: Transform + pos: -5.5,-73.5 + parent: 2 + - uid: 1686 + components: + - type: Transform + pos: -6.5,-112.5 + parent: 2 + - uid: 1989 + components: + - type: Transform + pos: -8.5,-112.5 + parent: 2 + - uid: 1991 + components: + - type: Transform + pos: -8.5,-115.5 + parent: 2 + - uid: 1995 + components: + - type: Transform + pos: -6.5,-121.5 + parent: 2 + - uid: 1999 + components: + - type: Transform + pos: -6.5,-124.5 + parent: 2 + - uid: 2082 + components: + - type: Transform + pos: -6.5,-115.5 + parent: 2 + - uid: 2086 + components: + - type: Transform + pos: -6.5,-118.5 + parent: 2 + - uid: 2087 + components: + - type: Transform + pos: -8.5,-118.5 + parent: 2 + - uid: 2233 + components: + - type: Transform + pos: -0.5,-116.5 + parent: 2 + - uid: 2476 + components: + - type: Transform + pos: -2.5,-168.5 + parent: 2 + - uid: 2712 + components: + - type: Transform + pos: 6.5,-139.5 + parent: 2 + - uid: 2721 + components: + - type: Transform + pos: -5.5,-135.5 + parent: 2 + - uid: 5873 + components: + - type: Transform + pos: -0.5,-14.5 + parent: 2 + - uid: 7210 + components: + - type: Transform + pos: 1.5,-196.5 + parent: 2 + - uid: 8345 + components: + - type: Transform + pos: 10.5,-250.5 + parent: 2 + - uid: 9014 + components: + - type: Transform + pos: 4.5,-285.5 + parent: 2 + - uid: 9744 + components: + - type: Transform + pos: -9.5,-302.5 + parent: 2 + - uid: 10742 + components: + - type: Transform + pos: -4.5,-206.5 + parent: 2 + - uid: 11102 + components: + - type: Transform + pos: -2.5,-344.5 + parent: 2 + - uid: 11771 + components: + - type: Transform + pos: 7.5,-364.5 + parent: 2 + - uid: 11772 + components: + - type: Transform + pos: 7.5,-367.5 + parent: 2 + - uid: 11774 + components: + - type: Transform + pos: -6.5,-367.5 + parent: 2 + - uid: 11775 + components: + - type: Transform + pos: -6.5,-364.5 + parent: 2 + - uid: 11787 + components: + - type: Transform + pos: -5.5,-372.5 + parent: 2 + - uid: 11789 + components: + - type: Transform + pos: -5.5,-371.5 + parent: 2 + - uid: 15748 + components: + - type: Transform + pos: -4.5,-200.5 + parent: 2 +- proto: BedsheetBlack + entities: + - uid: 964 + components: + - type: Transform + pos: 4.5,-64.5 + parent: 2 + - uid: 2713 + components: + - type: Transform + pos: 6.5,-139.5 + parent: 2 +- proto: BedsheetBrown + entities: + - uid: 3257 + components: + - type: Transform + pos: -5.5,-73.5 + parent: 2 +- proto: BedsheetCaptain + entities: + - uid: 296 + components: + - type: Transform + pos: -0.5,-14.5 + parent: 2 +- proto: BedsheetCE + entities: + - uid: 8441 + components: + - type: Transform + pos: 10.5,-250.5 + parent: 2 +- proto: BedsheetClown + entities: + - uid: 2046 + components: + - type: Transform + pos: -6.5,-124.5 + parent: 2 +- proto: BedsheetGreen + entities: + - uid: 3880 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-200.5 + parent: 2 + - uid: 3881 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-206.5 + parent: 2 +- proto: BedsheetHOP + entities: + - uid: 2221 + components: + - type: Transform + pos: -0.5,-116.5 + parent: 2 +- proto: BedsheetHOS + entities: + - uid: 11096 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-344.5 + parent: 2 +- proto: BedsheetMedical + entities: + - uid: 2462 + components: + - type: Transform + pos: 8.5,-176.5 + parent: 2 + - uid: 3683 + components: + - type: Transform + pos: 3.5,-172.5 + parent: 2 + - uid: 3684 + components: + - type: Transform + pos: 3.5,-174.5 + parent: 2 + - uid: 3688 + components: + - type: Transform + pos: 8.5,-174.5 + parent: 2 + - uid: 3689 + components: + - type: Transform + pos: 8.5,-172.5 + parent: 2 + - uid: 11438 + components: + - type: Transform + pos: -4.5,-361.5 + parent: 2 +- proto: BedsheetMime + entities: + - uid: 2025 + components: + - type: Transform + pos: -6.5,-121.5 + parent: 2 +- proto: BedsheetOrange + entities: + - uid: 11779 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-367.5 + parent: 2 + - uid: 11780 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-364.5 + parent: 2 + - uid: 11781 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-364.5 + parent: 2 + - uid: 11782 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-367.5 + parent: 2 + - uid: 11791 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-371.5 + parent: 2 + - uid: 11792 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-372.5 + parent: 2 +- proto: BedsheetQM + entities: + - uid: 9013 + components: + - type: Transform + pos: 4.5,-285.5 + parent: 2 +- proto: BedsheetRD + entities: + - uid: 9824 + components: + - type: Transform + pos: -9.5,-302.5 + parent: 2 +- proto: BedsheetSpawner + entities: + - uid: 2088 + components: + - type: Transform + pos: -8.5,-118.5 + parent: 2 + - uid: 2089 + components: + - type: Transform + pos: -6.5,-118.5 + parent: 2 + - uid: 2090 + components: + - type: Transform + pos: -6.5,-115.5 + parent: 2 + - uid: 2091 + components: + - type: Transform + pos: -8.5,-115.5 + parent: 2 + - uid: 2092 + components: + - type: Transform + pos: -8.5,-112.5 + parent: 2 + - uid: 2093 + components: + - type: Transform + pos: -6.5,-112.5 + parent: 2 + - uid: 2680 + components: + - type: Transform + pos: -5.5,-135.5 + parent: 2 +- proto: BenchBlueComfy + entities: + - uid: 132 + components: + - type: Transform + pos: 6.5,-5.5 + parent: 2 + - uid: 160 + components: + - type: Transform + pos: 3.5,-5.5 + parent: 2 + - uid: 162 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-8.5 + parent: 2 + - uid: 170 + components: + - type: Transform + pos: 5.5,-5.5 + parent: 2 + - uid: 171 + components: + - type: Transform + pos: 4.5,-5.5 + parent: 2 + - uid: 172 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-8.5 + parent: 2 + - uid: 173 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-8.5 + parent: 2 + - uid: 174 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-8.5 + parent: 2 + - uid: 14746 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-309.5 + parent: 2 + - uid: 14747 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-309.5 + parent: 2 + - uid: 14748 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-309.5 + parent: 2 +- proto: BenchColorfulComfy + entities: + - uid: 4179 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-314.5 + parent: 2 + - uid: 11419 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-313.5 + parent: 2 + - uid: 13351 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-312.5 + parent: 2 +- proto: BenchComfy + entities: + - uid: 10574 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-300.5 + parent: 2 + - uid: 10575 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-301.5 + parent: 2 + - uid: 10576 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-302.5 + parent: 2 + - uid: 14736 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-191.5 + parent: 2 + - uid: 14737 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-191.5 + parent: 2 +- proto: BenchRedComfy + entities: + - uid: 597 + components: + - type: Transform + pos: 2.5,-30.5 + parent: 2 + - uid: 687 + components: + - type: Transform + pos: -3.5,-30.5 + parent: 2 + - uid: 688 + components: + - type: Transform + pos: -2.5,-30.5 + parent: 2 + - uid: 689 + components: + - type: Transform + pos: -1.5,-30.5 + parent: 2 + - uid: 690 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-29.5 + parent: 2 + - uid: 691 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-29.5 + parent: 2 + - uid: 692 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-29.5 + parent: 2 + - uid: 695 + components: + - type: Transform + pos: 1.5,-30.5 + parent: 2 + - uid: 697 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-29.5 + parent: 2 + - uid: 699 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-29.5 + parent: 2 + - uid: 791 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-41.5 + parent: 2 + - uid: 792 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-40.5 + parent: 2 + - uid: 805 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-39.5 + parent: 2 + - uid: 825 + components: + - type: Transform + pos: 2.5,-42.5 + parent: 2 + - uid: 833 + components: + - type: Transform + pos: 3.5,-42.5 + parent: 2 + - uid: 2363 + components: + - type: Transform + pos: -6.5,-66.5 + parent: 2 + - uid: 3126 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-246.5 + parent: 2 + - uid: 3134 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-250.5 + parent: 2 + - uid: 3489 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-249.5 + parent: 2 + - uid: 3840 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-139.5 + parent: 2 + - uid: 4197 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-138.5 + parent: 2 + - uid: 6845 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-147.5 + parent: 2 + - uid: 7231 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-146.5 + parent: 2 + - uid: 7232 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-143.5 + parent: 2 + - uid: 7234 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-144.5 + parent: 2 + - uid: 7236 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-148.5 + parent: 2 + - uid: 7238 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-143.5 + parent: 2 + - uid: 7251 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-148.5 + parent: 2 + - uid: 7311 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-153.5 + parent: 2 + - uid: 7314 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-153.5 + parent: 2 + - uid: 7316 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-139.5 + parent: 2 + - uid: 7317 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-139.5 + parent: 2 + - uid: 7320 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-151.5 + parent: 2 + - uid: 7321 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-151.5 + parent: 2 + - uid: 7322 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-152.5 + parent: 2 + - uid: 7324 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-153.5 + parent: 2 + - uid: 7325 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-152.5 + parent: 2 + - uid: 7326 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-152.5 + parent: 2 + - uid: 7327 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-151.5 + parent: 2 + - uid: 7328 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-151.5 + parent: 2 + - uid: 7329 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-138.5 + parent: 2 + - uid: 7331 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-140.5 + parent: 2 + - uid: 7332 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-140.5 + parent: 2 + - uid: 7333 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-140.5 + parent: 2 + - uid: 7336 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-159.5 + parent: 2 + - uid: 7337 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-159.5 + parent: 2 + - uid: 7338 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-160.5 + parent: 2 + - uid: 7339 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-160.5 + parent: 2 + - uid: 7340 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-161.5 + parent: 2 + - uid: 7341 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-161.5 + parent: 2 + - uid: 7342 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-161.5 + parent: 2 + - uid: 7343 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-161.5 + parent: 2 + - uid: 7344 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-160.5 + parent: 2 + - uid: 7345 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-160.5 + parent: 2 + - uid: 7346 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-159.5 + parent: 2 + - uid: 7347 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-159.5 + parent: 2 + - uid: 7349 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-165.5 + parent: 2 + - uid: 7521 + components: + - type: Transform + pos: -6.5,-61.5 + parent: 2 + - uid: 7522 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-64.5 + parent: 2 + - uid: 7921 + components: + - type: Transform + pos: -5.5,-61.5 + parent: 2 + - uid: 7926 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-64.5 + parent: 2 + - uid: 9431 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-68.5 + parent: 2 + - uid: 10868 + components: + - type: Transform + pos: -6.5,-57.5 + parent: 2 + - uid: 10932 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-332.5 + parent: 2 + - uid: 10933 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-331.5 + parent: 2 + - uid: 10934 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-329.5 + parent: 2 + - uid: 11893 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-247.5 + parent: 2 + - uid: 14373 + components: + - type: Transform + pos: 13.5,-77.5 + parent: 2 + - uid: 14420 + components: + - type: Transform + pos: 14.5,-77.5 + parent: 2 + - uid: 14421 + components: + - type: Transform + pos: 16.5,-77.5 + parent: 2 + - uid: 14422 + components: + - type: Transform + pos: 17.5,-77.5 + parent: 2 + - uid: 14435 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-79.5 + parent: 2 + - uid: 14436 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-79.5 + parent: 2 + - uid: 14438 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,-83.5 + parent: 2 + - uid: 14439 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-83.5 + parent: 2 + - uid: 14440 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-84.5 + parent: 2 + - uid: 14443 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-84.5 + parent: 2 + - uid: 14446 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-82.5 + parent: 2 + - uid: 14449 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,-82.5 + parent: 2 + - uid: 14456 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-80.5 + parent: 2 + - uid: 14458 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-80.5 + parent: 2 + - uid: 15809 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-60.5 + parent: 2 +- proto: BlastDoor + entities: + - uid: 1749 + components: + - type: Transform + pos: -4.5,-56.5 + parent: 2 + - type: DeviceLinkSink + links: + - 1767 + - uid: 1750 + components: + - type: Transform + pos: -3.5,-56.5 + parent: 2 + - type: DeviceLinkSink + links: + - 1767 + - uid: 2917 + components: + - type: Transform + pos: -20.5,-236.5 + parent: 2 + - type: DeviceLinkSink + links: + - 6906 + - uid: 2972 + components: + - type: Transform + pos: -20.5,-237.5 + parent: 2 + - type: DeviceLinkSink + links: + - 6906 + - uid: 3537 + components: + - type: Transform + pos: -20.5,-238.5 + parent: 2 + - type: DeviceLinkSink + links: + - 6906 + - uid: 9906 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-312.5 + parent: 2 + - type: DeviceLinkSink + links: + - 10008 + - uid: 9908 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-313.5 + parent: 2 + - type: DeviceLinkSink + links: + - 10008 + - uid: 9941 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-314.5 + parent: 2 + - type: DeviceLinkSink + links: + - 10008 + - uid: 10001 + components: + - type: Transform + pos: -10.5,-314.5 + parent: 2 + - type: DeviceLinkSink + links: + - 10009 + - uid: 10003 + components: + - type: Transform + pos: -10.5,-315.5 + parent: 2 + - type: DeviceLinkSink + links: + - 10009 + - uid: 10004 + components: + - type: Transform + pos: -10.5,-313.5 + parent: 2 + - type: DeviceLinkSink + links: + - 10009 + - uid: 11201 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-357.5 + parent: 2 + - type: DeviceLinkSink + links: + - 11710 + - uid: 11940 + components: + - type: Transform + pos: -3.5,-385.5 + parent: 2 + - uid: 11943 + components: + - type: Transform + pos: -4.5,-385.5 + parent: 2 +- proto: BlastDoorOpen + entities: + - uid: 2222 + components: + - type: Transform + pos: -2.5,-114.5 + parent: 2 + - type: DeviceLinkSink + links: + - 11312 + - uid: 2223 + components: + - type: Transform + pos: -2.5,-113.5 + parent: 2 + - type: DeviceLinkSink + links: + - 11312 + - uid: 2224 + components: + - type: Transform + pos: -2.5,-112.5 + parent: 2 + - type: DeviceLinkSink + links: + - 11312 + - uid: 8236 + components: + - type: Transform + pos: -1.5,-253.5 + parent: 2 + - uid: 8238 + components: + - type: Transform + pos: -2.5,-330.5 + parent: 2 + - uid: 8549 + components: + - type: Transform + pos: -2.5,-331.5 + parent: 2 + - uid: 8801 + components: + - type: Transform + pos: 10.5,-281.5 + parent: 2 + - type: DeviceLinkSink + links: + - 9008 + - uid: 8803 + components: + - type: Transform + pos: 10.5,-277.5 + parent: 2 + - type: DeviceLinkSink + links: + - 9009 + - uid: 10915 + components: + - type: Transform + pos: -2.5,-329.5 + parent: 2 + - uid: 13998 + components: + - type: Transform + pos: -1.5,-255.5 + parent: 2 + - uid: 14025 + components: + - type: Transform + pos: -1.5,-254.5 + parent: 2 +- proto: BlockGameArcade + entities: + - uid: 1756 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-27.5 + parent: 2 +- proto: BlockGameArcadeComputerCircuitboard + entities: + - uid: 15271 + components: + - type: Transform + pos: 6.380858,-242.27087 + parent: 2 +- proto: BodyBag_Folded + entities: + - uid: 2706 + components: + - type: Transform + pos: 3.4006777,-137.08098 + parent: 2 + - uid: 2707 + components: + - type: Transform + pos: 3.6031802,-137.20421 + parent: 2 + - uid: 2708 + components: + - type: Transform + pos: 3.4711132,-137.28342 + parent: 2 + - uid: 2845 + components: + - type: Transform + pos: -2.3260214,-174.77829 + parent: 2 + - uid: 2930 + components: + - type: Transform + pos: -2.5666766,-174.61398 + parent: 2 + - uid: 3239 + components: + - type: Transform + pos: -2.5608068,-174.98366 + parent: 2 + - uid: 3240 + components: + - type: Transform + pos: -2.34363,-175.13622 + parent: 2 +- proto: BookAtmosAirAlarms + entities: + - uid: 17059 + components: + - type: Transform + parent: 17056 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: BookAtmosDistro + entities: + - uid: 17060 + components: + - type: Transform + parent: 17056 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: BookAtmosVentsMore + entities: + - uid: 17062 + components: + - type: Transform + parent: 17056 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: BookAtmosWaste + entities: + - uid: 17057 + components: + - type: Transform + parent: 17056 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: BookshelfFilled + entities: + - uid: 1759 + components: + - type: Transform + pos: -5.5,-146.5 + parent: 2 + - uid: 2604 + components: + - type: Transform + pos: -5.5,-143.5 + parent: 2 + - uid: 2614 + components: + - type: Transform + pos: -3.5,-143.5 + parent: 2 + - uid: 2615 + components: + - type: Transform + pos: -2.5,-143.5 + parent: 2 + - uid: 2628 + components: + - type: Transform + pos: -2.5,-145.5 + parent: 2 + - uid: 2629 + components: + - type: Transform + pos: -4.5,-145.5 + parent: 2 + - uid: 2630 + components: + - type: Transform + pos: -5.5,-145.5 + parent: 2 + - uid: 2631 + components: + - type: Transform + pos: -2.5,-147.5 + parent: 2 + - uid: 2632 + components: + - type: Transform + pos: -3.5,-147.5 + parent: 2 + - uid: 2633 + components: + - type: Transform + pos: -5.5,-147.5 + parent: 2 + - uid: 2742 + components: + - type: Transform + pos: -5.5,-142.5 + parent: 2 + - uid: 4786 + components: + - type: Transform + pos: -5.5,-144.5 + parent: 2 + - uid: 7551 + components: + - type: Transform + pos: -5.5,-148.5 + parent: 2 +- proto: BoozeDispenser + entities: + - uid: 1249 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-64.5 + parent: 2 +- proto: BorgCharger + entities: + - uid: 8697 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-251.5 + parent: 2 + - uid: 9975 + components: + - type: Transform + pos: 7.5,-310.5 + parent: 2 +- proto: BorgChargerCircuitboard + entities: + - uid: 14743 + components: + - type: Transform + pos: -5.6778665,-307.2365 + parent: 2 +- proto: BoxBeaker + entities: + - uid: 3141 + components: + - type: Transform + pos: 6.935201,-165.38791 + parent: 2 +- proto: BoxBodyBag + entities: + - uid: 3048 + components: + - type: Transform + pos: -2.6240926,-174.26779 + parent: 2 +- proto: BoxCandle + entities: + - uid: 14729 + components: + - type: Transform + pos: -5.4542284,-189.36801 + parent: 2 +- proto: BoxDarts + entities: + - uid: 13431 + components: + - type: Transform + pos: -2.9653907,-32.45716 + parent: 2 +- proto: BoxFolderBase + entities: + - uid: 2773 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.2406995,-121.34473 + parent: 2 +- proto: BoxFolderBlack + entities: + - uid: 2567 + components: + - type: Transform + pos: 6.7308598,-6.9109907 + parent: 2 + - uid: 11073 + components: + - type: Transform + pos: 4.492667,-332.38788 + parent: 2 +- proto: BoxFolderBlue + entities: + - uid: 2781 + components: + - type: Transform + pos: 3.4805696,-6.920642 + parent: 2 +- proto: BoxFolderGreen + entities: + - uid: 2744 + components: + - type: Transform + pos: -5.3577433,-140.33952 + parent: 2 + - uid: 2780 + components: + - type: Transform + pos: 2.4827733,-42.50757 + parent: 2 +- proto: BoxFolderGrey + entities: + - uid: 11076 + components: + - type: Transform + pos: 5.4435487,-332.5595 + parent: 2 +- proto: BoxFolderRed + entities: + - uid: 750 + components: + - type: Transform + pos: -6.554108,-339.5885 + parent: 2 + - uid: 2745 + components: + - type: Transform + pos: -5.6042686,-140.69159 + parent: 2 + - uid: 2777 + components: + - type: Transform + pos: 1.1156995,-121.4541 + parent: 2 + - uid: 2778 + components: + - type: Transform + pos: 1.4750745,-67.40666 + parent: 2 + - uid: 11074 + components: + - type: Transform + pos: 4.703974,-332.5463 + parent: 2 + - uid: 12731 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.4252734,-358.4766 + parent: 2 + - uid: 12998 + components: + - type: Transform + pos: -6.6729684,-339.83936 + parent: 2 +- proto: BoxFolderWhite + entities: + - uid: 11075 + components: + - type: Transform + pos: 5.205828,-332.4011 + parent: 2 +- proto: BoxFolderYellow + entities: + - uid: 1075 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.4889371,-58.428474 + parent: 2 + - uid: 2776 + components: + - type: Transform + pos: 1.5844495,-121.53223 + parent: 2 + - uid: 4978 + components: + - type: Transform + pos: 1.5176499,-251.36285 + parent: 2 + - uid: 6638 + components: + - type: Transform + pos: 5.4400353,-254.3202 + parent: 2 + - uid: 9083 + components: + - type: Transform + pos: 4.3809915,-273.23694 + parent: 2 +- proto: BoxHandcuff + entities: + - uid: 10681 + components: + - type: Transform + pos: -6.2767687,-339.93176 + parent: 2 +- proto: BoxLightbulb + entities: + - uid: 8905 + components: + - type: Transform + pos: 8.347681,-249.4434 + parent: 2 + - uid: 8906 + components: + - type: Transform + pos: 8.628931,-249.4434 + parent: 2 +- proto: BoxLightMixed + entities: + - uid: 8965 + components: + - type: Transform + pos: -13.339703,-245.36317 + parent: 2 +- proto: BoxMouthSwab + entities: + - uid: 10678 + components: + - type: Transform + pos: -6.5179734,-193.50864 + parent: 2 +- proto: BoxSterileMask + entities: + - uid: 10708 + components: + - type: Transform + pos: -6.124293,-193.22752 + parent: 2 +- proto: BoxSyringe + entities: + - uid: 2331 + components: + - type: Transform + pos: -6.1348615,-84.71074 + parent: 2 + - uid: 2909 + components: + - type: Transform + pos: 1.3851851,-192.22426 + parent: 2 +- proto: BrbSign + entities: + - uid: 2269 + components: + - type: Transform + pos: -0.49859565,-122.45183 + parent: 2 +- proto: BriefcaseBrown + entities: + - uid: 14481 + components: + - type: Transform + pos: 17.608545,-82.66066 + parent: 2 +- proto: BriefcaseBrownFilled + entities: + - uid: 10798 + components: + - type: Transform + pos: 4.4794602,-328.2291 + parent: 2 +- proto: BrigTimer + entities: + - uid: 11154 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-368.5 + parent: 2 + - uid: 11330 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-365.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 11261: + - Timer: Open + - uid: 11331 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-365.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 11260: + - Timer: Open + - uid: 11332 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-362.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 11259: + - Timer: Open + - uid: 11439 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-368.5 + parent: 2 + - uid: 11496 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-362.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 11258: + - Timer: Open +- proto: Brutepack + entities: + - uid: 3699 + components: + - type: Transform + pos: 8.449239,-173.24081 + parent: 2 + - uid: 3700 + components: + - type: Transform + pos: 8.72658,-177.42598 + parent: 2 +- proto: Bucket + entities: + - uid: 1742 + components: + - type: Transform + pos: -3.7102582,-53.682693 + parent: 2 + - uid: 3244 + components: + - type: Transform + pos: -1.1669447,-173.19298 + parent: 2 + - uid: 12151 + components: + - type: Transform + pos: -5.7254634,-38.660492 + parent: 2 + - uid: 14479 + components: + - type: Transform + parent: 14476 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 14762 + components: + - type: Transform + parent: 14755 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 26547 + components: + - type: Transform + pos: -4.342669,-374.57834 + parent: 2 +- proto: CableApcExtension + entities: + - uid: 61 + components: + - type: Transform + pos: 5.5,-97.5 + parent: 2 + - uid: 74 + components: + - type: Transform + pos: 6.5,-260.5 + parent: 2 + - uid: 80 + components: + - type: Transform + pos: 4.5,-97.5 + parent: 2 + - uid: 168 + components: + - type: Transform + pos: -0.5,-58.5 + parent: 2 + - uid: 201 + components: + - type: Transform + pos: -15.5,-247.5 + parent: 2 + - uid: 250 + components: + - type: Transform + pos: 5.5,-45.5 + parent: 2 + - uid: 267 + components: + - type: Transform + pos: -4.5,-112.5 + parent: 2 + - uid: 377 + components: + - type: Transform + pos: 7.5,-97.5 + parent: 2 + - uid: 627 + components: + - type: Transform + pos: -4.5,-109.5 + parent: 2 + - uid: 634 + components: + - type: Transform + pos: -4.5,-111.5 + parent: 2 + - uid: 636 + components: + - type: Transform + pos: -4.5,-110.5 + parent: 2 + - uid: 652 + components: + - type: Transform + pos: 5.5,-268.5 + parent: 2 + - uid: 745 + components: + - type: Transform + pos: -3.5,-109.5 + parent: 2 + - uid: 753 + components: + - type: Transform + pos: -2.5,-109.5 + parent: 2 + - uid: 790 + components: + - type: Transform + pos: 7.5,-225.5 + parent: 2 + - uid: 827 + components: + - type: Transform + pos: 5.5,-220.5 + parent: 2 + - uid: 843 + components: + - type: Transform + pos: -3.5,-330.5 + parent: 2 + - uid: 986 + components: + - type: Transform + pos: 3.5,-147.5 + parent: 2 + - uid: 1006 + components: + - type: Transform + pos: 7.5,-138.5 + parent: 2 + - uid: 1037 + components: + - type: Transform + pos: -4.5,-27.5 + parent: 2 + - uid: 1125 + components: + - type: Transform + pos: -4.5,-18.5 + parent: 2 + - uid: 1130 + components: + - type: Transform + pos: -4.5,-28.5 + parent: 2 + - uid: 1329 + components: + - type: Transform + pos: -5.5,-59.5 + parent: 2 + - uid: 1367 + components: + - type: Transform + pos: -5.5,-62.5 + parent: 2 + - uid: 1380 + components: + - type: Transform + pos: -5.5,-61.5 + parent: 2 + - uid: 1384 + components: + - type: Transform + pos: -5.5,-60.5 + parent: 2 + - uid: 1385 + components: + - type: Transform + pos: 0.5,-58.5 + parent: 2 + - uid: 1401 + components: + - type: Transform + pos: 6.5,-80.5 + parent: 2 + - uid: 1468 + components: + - type: Transform + pos: 16.5,-240.5 + parent: 2 + - uid: 1494 + components: + - type: Transform + pos: 18.5,-243.5 + parent: 2 + - uid: 1802 + components: + - type: Transform + pos: 0.5,-24.5 + parent: 2 + - uid: 1834 + components: + - type: Transform + pos: -17.5,-252.5 + parent: 2 + - uid: 1837 + components: + - type: Transform + pos: 5.5,-221.5 + parent: 2 + - uid: 2004 + components: + - type: Transform + pos: -5.5,-1.5 + parent: 2 + - uid: 2059 + components: + - type: Transform + pos: 3.5,-64.5 + parent: 2 + - uid: 2060 + components: + - type: Transform + pos: 3.5,-62.5 + parent: 2 + - uid: 2061 + components: + - type: Transform + pos: -1.5,-56.5 + parent: 2 + - uid: 2063 + components: + - type: Transform + pos: -0.5,-56.5 + parent: 2 + - uid: 2065 + components: + - type: Transform + pos: 2.5,-52.5 + parent: 2 + - uid: 2066 + components: + - type: Transform + pos: -0.5,-64.5 + parent: 2 + - uid: 2194 + components: + - type: Transform + pos: -9.5,-300.5 + parent: 2 + - uid: 2293 + components: + - type: Transform + pos: 1.5,1.5 + parent: 2 + - uid: 2318 + components: + - type: Transform + pos: -0.5,-17.5 + parent: 2 + - uid: 2323 + components: + - type: Transform + pos: -2.5,-17.5 + parent: 2 + - uid: 2324 + components: + - type: Transform + pos: -1.5,-17.5 + parent: 2 + - uid: 2328 + components: + - type: Transform + pos: 1.5,-16.5 + parent: 2 + - uid: 2402 + components: + - type: Transform + pos: -21.5,-241.5 + parent: 2 + - uid: 2422 + components: + - type: Transform + pos: 3.5,-9.5 + parent: 2 + - uid: 2445 + components: + - type: Transform + pos: 5.5,-8.5 + parent: 2 + - uid: 2446 + components: + - type: Transform + pos: 4.5,-9.5 + parent: 2 + - uid: 2479 + components: + - type: Transform + pos: -0.5,-11.5 + parent: 2 + - uid: 2485 + components: + - type: Transform + pos: -19.5,-237.5 + parent: 2 + - uid: 2487 + components: + - type: Transform + pos: -11.5,-162.5 + parent: 2 + - uid: 2505 + components: + - type: Transform + pos: 5.5,-80.5 + parent: 2 + - uid: 2639 + components: + - type: Transform + pos: -0.5,-14.5 + parent: 2 + - uid: 2642 + components: + - type: Transform + pos: -2.5,-10.5 + parent: 2 + - uid: 2644 + components: + - type: Transform + pos: -1.5,-125.5 + parent: 2 + - uid: 2716 + components: + - type: Transform + pos: 3.5,-115.5 + parent: 2 + - uid: 2727 + components: + - type: Transform + pos: 3.5,-114.5 + parent: 2 + - uid: 2731 + components: + - type: Transform + pos: 3.5,-116.5 + parent: 2 + - uid: 2739 + components: + - type: Transform + pos: 3.5,-253.5 + parent: 2 + - uid: 2743 + components: + - type: Transform + pos: 1.5,-121.5 + parent: 2 + - uid: 2844 + components: + - type: Transform + pos: 2.5,-208.5 + parent: 2 + - uid: 2858 + components: + - type: Transform + pos: 2.5,-121.5 + parent: 2 + - uid: 2876 + components: + - type: Transform + pos: -0.5,-121.5 + parent: 2 + - uid: 2877 + components: + - type: Transform + pos: -1.5,-121.5 + parent: 2 + - uid: 2914 + components: + - type: Transform + pos: -17.5,-237.5 + parent: 2 + - uid: 2915 + components: + - type: Transform + pos: -14.5,-238.5 + parent: 2 + - uid: 2918 + components: + - type: Transform + pos: -16.5,-237.5 + parent: 2 + - uid: 2954 + components: + - type: Transform + pos: 8.5,-115.5 + parent: 2 + - uid: 2955 + components: + - type: Transform + pos: -14.5,-239.5 + parent: 2 + - uid: 2987 + components: + - type: Transform + pos: -1.5,-330.5 + parent: 2 + - uid: 3005 + components: + - type: Transform + pos: -0.5,-125.5 + parent: 2 + - uid: 3053 + components: + - type: Transform + pos: -3.5,-87.5 + parent: 2 + - uid: 3077 + components: + - type: Transform + pos: -14.5,-241.5 + parent: 2 + - uid: 3104 + components: + - type: Transform + pos: -3.5,-88.5 + parent: 2 + - uid: 3132 + components: + - type: Transform + pos: -14.5,-242.5 + parent: 2 + - uid: 3152 + components: + - type: Transform + pos: -15.5,-237.5 + parent: 2 + - uid: 3171 + components: + - type: Transform + pos: -2.5,-108.5 + parent: 2 + - uid: 3247 + components: + - type: Transform + pos: -7.5,-335.5 + parent: 2 + - uid: 3254 + components: + - type: Transform + pos: -18.5,-237.5 + parent: 2 + - uid: 3396 + components: + - type: Transform + pos: -14.5,-237.5 + parent: 2 + - uid: 3487 + components: + - type: Transform + pos: -6.5,-163.5 + parent: 2 + - uid: 3532 + components: + - type: Transform + pos: -14.5,-240.5 + parent: 2 + - uid: 3640 + components: + - type: Transform + pos: 7.5,-120.5 + parent: 2 + - uid: 3641 + components: + - type: Transform + pos: -8.5,-132.5 + parent: 2 + - uid: 3763 + components: + - type: Transform + pos: -21.5,-244.5 + parent: 2 + - uid: 3765 + components: + - type: Transform + pos: -0.5,-162.5 + parent: 2 + - uid: 3904 + components: + - type: Transform + pos: -0.5,-330.5 + parent: 2 + - uid: 4043 + components: + - type: Transform + pos: -9.5,-301.5 + parent: 2 + - uid: 4115 + components: + - type: Transform + pos: 5.5,0.5 + parent: 2 + - uid: 4184 + components: + - type: Transform + pos: -4.5,-105.5 + parent: 2 + - uid: 4207 + components: + - type: Transform + pos: 11.5,-248.5 + parent: 2 + - uid: 4208 + components: + - type: Transform + pos: 7.5,-248.5 + parent: 2 + - uid: 4213 + components: + - type: Transform + pos: 18.5,-263.5 + parent: 2 + - uid: 4340 + components: + - type: Transform + pos: 3.5,-222.5 + parent: 2 + - uid: 4341 + components: + - type: Transform + pos: 5.5,-222.5 + parent: 2 + - uid: 4587 + components: + - type: Transform + pos: -10.5,-167.5 + parent: 2 + - uid: 4612 + components: + - type: Transform + pos: -21.5,-245.5 + parent: 2 + - uid: 4638 + components: + - type: Transform + pos: 5.5,-143.5 + parent: 2 + - uid: 4658 + components: + - type: Transform + pos: 8.5,-119.5 + parent: 2 + - uid: 4682 + components: + - type: Transform + pos: 5.5,-1.5 + parent: 2 + - uid: 4752 + components: + - type: Transform + pos: 5.5,-0.5 + parent: 2 + - uid: 4753 + components: + - type: Transform + pos: 5.5,-2.5 + parent: 2 + - uid: 4754 + components: + - type: Transform + pos: 6.5,-2.5 + parent: 2 + - uid: 4873 + components: + - type: Transform + pos: 9.5,-243.5 + parent: 2 + - uid: 4900 + components: + - type: Transform + pos: 5.5,-219.5 + parent: 2 + - uid: 4901 + components: + - type: Transform + pos: 2.5,-220.5 + parent: 2 + - uid: 4941 + components: + - type: Transform + pos: 5.5,1.5 + parent: 2 + - uid: 4980 + components: + - type: Transform + pos: 5.5,-226.5 + parent: 2 + - uid: 4994 + components: + - type: Transform + pos: 5.5,-147.5 + parent: 2 + - uid: 5043 + components: + - type: Transform + pos: 5.5,-106.5 + parent: 2 + - uid: 5211 + components: + - type: Transform + pos: -0.5,-30.5 + parent: 2 + - uid: 5294 + components: + - type: Transform + pos: 1.5,-30.5 + parent: 2 + - uid: 5295 + components: + - type: Transform + pos: 4.5,-222.5 + parent: 2 + - uid: 5296 + components: + - type: Transform + pos: 2.5,-116.5 + parent: 2 + - uid: 5322 + components: + - type: Transform + pos: 5.5,-104.5 + parent: 2 + - uid: 5327 + components: + - type: Transform + pos: 7.5,-224.5 + parent: 2 + - uid: 5329 + components: + - type: Transform + pos: 3.5,-28.5 + parent: 2 + - uid: 5330 + components: + - type: Transform + pos: 2.5,-28.5 + parent: 2 + - uid: 5331 + components: + - type: Transform + pos: 3.5,-247.5 + parent: 2 + - uid: 5400 + components: + - type: Transform + pos: 3.5,-30.5 + parent: 2 + - uid: 5415 + components: + - type: Transform + pos: 2.5,-30.5 + parent: 2 + - uid: 5426 + components: + - type: Transform + pos: -2.5,-11.5 + parent: 2 + - uid: 5427 + components: + - type: Transform + pos: 3.5,-220.5 + parent: 2 + - uid: 5430 + components: + - type: Transform + pos: -0.5,-179.5 + parent: 2 + - uid: 5431 + components: + - type: Transform + pos: -1.5,-179.5 + parent: 2 + - uid: 5432 + components: + - type: Transform + pos: -2.5,-179.5 + parent: 2 + - uid: 5433 + components: + - type: Transform + pos: -3.5,-179.5 + parent: 2 + - uid: 5470 + components: + - type: Transform + pos: -20.5,-243.5 + parent: 2 + - uid: 5474 + components: + - type: Transform + pos: -21.5,-243.5 + parent: 2 + - uid: 5477 + components: + - type: Transform + pos: -18.5,-243.5 + parent: 2 + - uid: 5478 + components: + - type: Transform + pos: -19.5,-243.5 + parent: 2 + - uid: 5480 + components: + - type: Transform + pos: -17.5,-243.5 + parent: 2 + - uid: 5484 + components: + - type: Transform + pos: -4.5,-113.5 + parent: 2 + - uid: 5485 + components: + - type: Transform + pos: 6.5,-97.5 + parent: 2 + - uid: 5505 + components: + - type: Transform + pos: -9.5,-167.5 + parent: 2 + - uid: 5655 + components: + - type: Transform + pos: -8.5,-167.5 + parent: 2 + - uid: 5696 + components: + - type: Transform + pos: 5.5,-4.5 + parent: 2 + - uid: 5697 + components: + - type: Transform + pos: -2.5,-12.5 + parent: 2 + - uid: 5698 + components: + - type: Transform + pos: 5.5,-3.5 + parent: 2 + - uid: 5701 + components: + - type: Transform + pos: 4.5,-4.5 + parent: 2 + - uid: 5702 + components: + - type: Transform + pos: 3.5,-4.5 + parent: 2 + - uid: 5703 + components: + - type: Transform + pos: -1.5,-2.5 + parent: 2 + - uid: 5704 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 2 + - uid: 5705 + components: + - type: Transform + pos: -2.5,-4.5 + parent: 2 + - uid: 5706 + components: + - type: Transform + pos: -2.5,-3.5 + parent: 2 + - uid: 5707 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 2 + - uid: 5708 + components: + - type: Transform + pos: 0.5,-2.5 + parent: 2 + - uid: 5709 + components: + - type: Transform + pos: -3.5,-2.5 + parent: 2 + - uid: 5710 + components: + - type: Transform + pos: -2.5,-1.5 + parent: 2 + - uid: 5711 + components: + - type: Transform + pos: 2.5,-4.5 + parent: 2 + - uid: 5712 + components: + - type: Transform + pos: 2.5,-3.5 + parent: 2 + - uid: 5713 + components: + - type: Transform + pos: 2.5,-2.5 + parent: 2 + - uid: 5714 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 2 + - uid: 5715 + components: + - type: Transform + pos: -4.5,-6.5 + parent: 2 + - uid: 5716 + components: + - type: Transform + pos: -3.5,-6.5 + parent: 2 + - uid: 5717 + components: + - type: Transform + pos: -2.5,-6.5 + parent: 2 + - uid: 5718 + components: + - type: Transform + pos: -1.5,-6.5 + parent: 2 + - uid: 5719 + components: + - type: Transform + pos: -0.5,-6.5 + parent: 2 + - uid: 5720 + components: + - type: Transform + pos: 2.5,-5.5 + parent: 2 + - uid: 5721 + components: + - type: Transform + pos: 2.5,-6.5 + parent: 2 + - uid: 5722 + components: + - type: Transform + pos: 2.5,-7.5 + parent: 2 + - uid: 5723 + components: + - type: Transform + pos: 2.5,-8.5 + parent: 2 + - uid: 5724 + components: + - type: Transform + pos: 2.5,-9.5 + parent: 2 + - uid: 5725 + components: + - type: Transform + pos: 2.5,-10.5 + parent: 2 + - uid: 5726 + components: + - type: Transform + pos: 2.5,-11.5 + parent: 2 + - uid: 5727 + components: + - type: Transform + pos: 2.5,-12.5 + parent: 2 + - uid: 5728 + components: + - type: Transform + pos: 2.5,-13.5 + parent: 2 + - uid: 5729 + components: + - type: Transform + pos: 2.5,-14.5 + parent: 2 + - uid: 5730 + components: + - type: Transform + pos: 2.5,-15.5 + parent: 2 + - uid: 5731 + components: + - type: Transform + pos: 2.5,-16.5 + parent: 2 + - uid: 5732 + components: + - type: Transform + pos: 5.5,-9.5 + parent: 2 + - uid: 5733 + components: + - type: Transform + pos: 6.5,-9.5 + parent: 2 + - uid: 5734 + components: + - type: Transform + pos: 5.5,-5.5 + parent: 2 + - uid: 5735 + components: + - type: Transform + pos: 5.5,-10.5 + parent: 2 + - uid: 5736 + components: + - type: Transform + pos: 5.5,-11.5 + parent: 2 + - uid: 5737 + components: + - type: Transform + pos: 6.5,-4.5 + parent: 2 + - uid: 5739 + components: + - type: Transform + pos: -4.5,-11.5 + parent: 2 + - uid: 5740 + components: + - type: Transform + pos: -3.5,-11.5 + parent: 2 + - uid: 5742 + components: + - type: Transform + pos: 0.5,-17.5 + parent: 2 + - uid: 5744 + components: + - type: Transform + pos: -2.5,-13.5 + parent: 2 + - uid: 5745 + components: + - type: Transform + pos: -2.5,-14.5 + parent: 2 + - uid: 5746 + components: + - type: Transform + pos: -3.5,-14.5 + parent: 2 + - uid: 5747 + components: + - type: Transform + pos: -1.5,-14.5 + parent: 2 + - uid: 5748 + components: + - type: Transform + pos: -2.5,-9.5 + parent: 2 + - uid: 5751 + components: + - type: Transform + pos: -0.5,-10.5 + parent: 2 + - uid: 5752 + components: + - type: Transform + pos: -0.5,-9.5 + parent: 2 + - uid: 5753 + components: + - type: Transform + pos: 0.5,-16.5 + parent: 2 + - uid: 5754 + components: + - type: Transform + pos: 0.5,-18.5 + parent: 2 + - uid: 5755 + components: + - type: Transform + pos: 0.5,-19.5 + parent: 2 + - uid: 5756 + components: + - type: Transform + pos: 0.5,-20.5 + parent: 2 + - uid: 5757 + components: + - type: Transform + pos: -3.5,-17.5 + parent: 2 + - uid: 5758 + components: + - type: Transform + pos: -4.5,-17.5 + parent: 2 + - uid: 5759 + components: + - type: Transform + pos: -5.5,-17.5 + parent: 2 + - uid: 5760 + components: + - type: Transform + pos: -5.5,-16.5 + parent: 2 + - uid: 5762 + components: + - type: Transform + pos: 3.5,-1.5 + parent: 2 + - uid: 5763 + components: + - type: Transform + pos: 1.5,-1.5 + parent: 2 + - uid: 5764 + components: + - type: Transform + pos: 1.5,-0.5 + parent: 2 + - uid: 5765 + components: + - type: Transform + pos: 1.5,0.5 + parent: 2 + - uid: 5766 + components: + - type: Transform + pos: 0.5,1.5 + parent: 2 + - uid: 5767 + components: + - type: Transform + pos: -0.5,1.5 + parent: 2 + - uid: 5769 + components: + - type: Transform + pos: -0.5,0.5 + parent: 2 + - uid: 5770 + components: + - type: Transform + pos: 0.5,2.5 + parent: 2 + - uid: 5771 + components: + - type: Transform + pos: 2.5,1.5 + parent: 2 + - uid: 5772 + components: + - type: Transform + pos: -1.5,1.5 + parent: 2 + - uid: 5773 + components: + - type: Transform + pos: 5.5,2.5 + parent: 2 + - uid: 5774 + components: + - type: Transform + pos: -3.5,1.5 + parent: 2 + - uid: 5775 + components: + - type: Transform + pos: -3.5,2.5 + parent: 2 + - uid: 5776 + components: + - type: Transform + pos: -2.5,1.5 + parent: 2 + - uid: 5777 + components: + - type: Transform + pos: -4.5,1.5 + parent: 2 + - uid: 5778 + components: + - type: Transform + pos: -5.5,1.5 + parent: 2 + - uid: 5779 + components: + - type: Transform + pos: -5.5,0.5 + parent: 2 + - uid: 5780 + components: + - type: Transform + pos: -5.5,-0.5 + parent: 2 + - uid: 5782 + components: + - type: Transform + pos: 4.5,-2.5 + parent: 2 + - uid: 5783 + components: + - type: Transform + pos: 3.5,-221.5 + parent: 2 + - uid: 5821 + components: + - type: Transform + pos: 0.5,-25.5 + parent: 2 + - uid: 5822 + components: + - type: Transform + pos: 0.5,-26.5 + parent: 2 + - uid: 5823 + components: + - type: Transform + pos: 0.5,-27.5 + parent: 2 + - uid: 5824 + components: + - type: Transform + pos: 0.5,-28.5 + parent: 2 + - uid: 5825 + components: + - type: Transform + pos: 0.5,-29.5 + parent: 2 + - uid: 5826 + components: + - type: Transform + pos: 0.5,-30.5 + parent: 2 + - uid: 5827 + components: + - type: Transform + pos: 0.5,-31.5 + parent: 2 + - uid: 5828 + components: + - type: Transform + pos: 0.5,-32.5 + parent: 2 + - uid: 5829 + components: + - type: Transform + pos: 1.5,-28.5 + parent: 2 + - uid: 5830 + components: + - type: Transform + pos: -0.5,-28.5 + parent: 2 + - uid: 5831 + components: + - type: Transform + pos: -1.5,-28.5 + parent: 2 + - uid: 5832 + components: + - type: Transform + pos: -2.5,-28.5 + parent: 2 + - uid: 5833 + components: + - type: Transform + pos: -3.5,-28.5 + parent: 2 + - uid: 5834 + components: + - type: Transform + pos: -4.5,-28.5 + parent: 2 + - uid: 5835 + components: + - type: Transform + pos: -1.5,-30.5 + parent: 2 + - uid: 5836 + components: + - type: Transform + pos: -2.5,-30.5 + parent: 2 + - uid: 5837 + components: + - type: Transform + pos: -3.5,-30.5 + parent: 2 + - uid: 5838 + components: + - type: Transform + pos: -4.5,-30.5 + parent: 2 + - uid: 5840 + components: + - type: Transform + pos: 1.5,-46.5 + parent: 2 + - uid: 5841 + components: + - type: Transform + pos: -0.5,-19.5 + parent: 2 + - uid: 5843 + components: + - type: Transform + pos: -0.5,-25.5 + parent: 2 + - uid: 5845 + components: + - type: Transform + pos: -1.5,-25.5 + parent: 2 + - uid: 5846 + components: + - type: Transform + pos: 1.5,-25.5 + parent: 2 + - uid: 5847 + components: + - type: Transform + pos: 2.5,-25.5 + parent: 2 + - uid: 5848 + components: + - type: Transform + pos: 1.5,-19.5 + parent: 2 + - uid: 5849 + components: + - type: Transform + pos: 2.5,-19.5 + parent: 2 + - uid: 5850 + components: + - type: Transform + pos: -1.5,-19.5 + parent: 2 + - uid: 5853 + components: + - type: Transform + pos: -1.5,-42.5 + parent: 2 + - uid: 5854 + components: + - type: Transform + pos: -0.5,-42.5 + parent: 2 + - uid: 5855 + components: + - type: Transform + pos: 0.5,-42.5 + parent: 2 + - uid: 5856 + components: + - type: Transform + pos: 0.5,-43.5 + parent: 2 + - uid: 5857 + components: + - type: Transform + pos: 0.5,-44.5 + parent: 2 + - uid: 5858 + components: + - type: Transform + pos: 0.5,-45.5 + parent: 2 + - uid: 5859 + components: + - type: Transform + pos: 0.5,-46.5 + parent: 2 + - uid: 5860 + components: + - type: Transform + pos: 2.5,-46.5 + parent: 2 + - uid: 5861 + components: + - type: Transform + pos: -0.5,-46.5 + parent: 2 + - uid: 5862 + components: + - type: Transform + pos: -1.5,-46.5 + parent: 2 + - uid: 5863 + components: + - type: Transform + pos: 0.5,-47.5 + parent: 2 + - uid: 5865 + components: + - type: Transform + pos: 1.5,-43.5 + parent: 2 + - uid: 5866 + components: + - type: Transform + pos: 2.5,-43.5 + parent: 2 + - uid: 5867 + components: + - type: Transform + pos: 3.5,-43.5 + parent: 2 + - uid: 5868 + components: + - type: Transform + pos: 4.5,-43.5 + parent: 2 + - uid: 5869 + components: + - type: Transform + pos: 5.5,-43.5 + parent: 2 + - uid: 5870 + components: + - type: Transform + pos: 6.5,-43.5 + parent: 2 + - uid: 5871 + components: + - type: Transform + pos: 7.5,-43.5 + parent: 2 + - uid: 5874 + components: + - type: Transform + pos: 5.5,-42.5 + parent: 2 + - uid: 5875 + components: + - type: Transform + pos: 5.5,-41.5 + parent: 2 + - uid: 5876 + components: + - type: Transform + pos: 5.5,-40.5 + parent: 2 + - uid: 5877 + components: + - type: Transform + pos: 5.5,-39.5 + parent: 2 + - uid: 5878 + components: + - type: Transform + pos: 5.5,-38.5 + parent: 2 + - uid: 5879 + components: + - type: Transform + pos: 5.5,-37.5 + parent: 2 + - uid: 5880 + components: + - type: Transform + pos: 5.5,-36.5 + parent: 2 + - uid: 5882 + components: + - type: Transform + pos: 4.5,-37.5 + parent: 2 + - uid: 5883 + components: + - type: Transform + pos: 3.5,-37.5 + parent: 2 + - uid: 5885 + components: + - type: Transform + pos: 1.5,-37.5 + parent: 2 + - uid: 5886 + components: + - type: Transform + pos: 0.5,-38.5 + parent: 2 + - uid: 5887 + components: + - type: Transform + pos: 0.5,-37.5 + parent: 2 + - uid: 5888 + components: + - type: Transform + pos: 6.5,-36.5 + parent: 2 + - uid: 5889 + components: + - type: Transform + pos: 7.5,-36.5 + parent: 2 + - uid: 5890 + components: + - type: Transform + pos: 0.5,-39.5 + parent: 2 + - uid: 5891 + components: + - type: Transform + pos: 0.5,-40.5 + parent: 2 + - uid: 5892 + components: + - type: Transform + pos: 0.5,-41.5 + parent: 2 + - uid: 5893 + components: + - type: Transform + pos: 0.5,-36.5 + parent: 2 + - uid: 5895 + components: + - type: Transform + pos: 0.5,-35.5 + parent: 2 + - uid: 5896 + components: + - type: Transform + pos: 1.5,-35.5 + parent: 2 + - uid: 5897 + components: + - type: Transform + pos: 2.5,-35.5 + parent: 2 + - uid: 5898 + components: + - type: Transform + pos: 2.5,-34.5 + parent: 2 + - uid: 5899 + components: + - type: Transform + pos: 3.5,-34.5 + parent: 2 + - uid: 5900 + components: + - type: Transform + pos: 4.5,-34.5 + parent: 2 + - uid: 5901 + components: + - type: Transform + pos: 5.5,-34.5 + parent: 2 + - uid: 5902 + components: + - type: Transform + pos: 6.5,-34.5 + parent: 2 + - uid: 5903 + components: + - type: Transform + pos: 6.5,-33.5 + parent: 2 + - uid: 5904 + components: + - type: Transform + pos: 6.5,-32.5 + parent: 2 + - uid: 5905 + components: + - type: Transform + pos: 6.5,-31.5 + parent: 2 + - uid: 5906 + components: + - type: Transform + pos: 7.5,-31.5 + parent: 2 + - uid: 5907 + components: + - type: Transform + pos: 6.5,-30.5 + parent: 2 + - uid: 5908 + components: + - type: Transform + pos: 6.5,-29.5 + parent: 2 + - uid: 5909 + components: + - type: Transform + pos: 7.5,-29.5 + parent: 2 + - uid: 5910 + components: + - type: Transform + pos: 6.5,-28.5 + parent: 2 + - uid: 5911 + components: + - type: Transform + pos: 5.5,-28.5 + parent: 2 + - uid: 5912 + components: + - type: Transform + pos: 5.5,-27.5 + parent: 2 + - uid: 5913 + components: + - type: Transform + pos: 5.5,-26.5 + parent: 2 + - uid: 5914 + components: + - type: Transform + pos: 5.5,-25.5 + parent: 2 + - uid: 5915 + components: + - type: Transform + pos: 5.5,-24.5 + parent: 2 + - uid: 5916 + components: + - type: Transform + pos: 5.5,-23.5 + parent: 2 + - uid: 5917 + components: + - type: Transform + pos: 5.5,-22.5 + parent: 2 + - uid: 5918 + components: + - type: Transform + pos: 5.5,-21.5 + parent: 2 + - uid: 5919 + components: + - type: Transform + pos: 5.5,-20.5 + parent: 2 + - uid: 5920 + components: + - type: Transform + pos: 5.5,-19.5 + parent: 2 + - uid: 5921 + components: + - type: Transform + pos: 5.5,-18.5 + parent: 2 + - uid: 5922 + components: + - type: Transform + pos: 5.5,-17.5 + parent: 2 + - uid: 5923 + components: + - type: Transform + pos: 5.5,-16.5 + parent: 2 + - uid: 5924 + components: + - type: Transform + pos: 5.5,-15.5 + parent: 2 + - uid: 5927 + components: + - type: Transform + pos: -0.5,-32.5 + parent: 2 + - uid: 5928 + components: + - type: Transform + pos: -1.5,-32.5 + parent: 2 + - uid: 5929 + components: + - type: Transform + pos: -2.5,-32.5 + parent: 2 + - uid: 5930 + components: + - type: Transform + pos: -3.5,-32.5 + parent: 2 + - uid: 5931 + components: + - type: Transform + pos: -4.5,-32.5 + parent: 2 + - uid: 5932 + components: + - type: Transform + pos: -5.5,-30.5 + parent: 2 + - uid: 5933 + components: + - type: Transform + pos: -5.5,-28.5 + parent: 2 + - uid: 5934 + components: + - type: Transform + pos: -5.5,-32.5 + parent: 2 + - uid: 5935 + components: + - type: Transform + pos: 1.5,-32.5 + parent: 2 + - uid: 5936 + components: + - type: Transform + pos: 2.5,-32.5 + parent: 2 + - uid: 5937 + components: + - type: Transform + pos: 3.5,-32.5 + parent: 2 + - uid: 5938 + components: + - type: Transform + pos: -0.5,-33.5 + parent: 2 + - uid: 5939 + components: + - type: Transform + pos: -0.5,-34.5 + parent: 2 + - uid: 5940 + components: + - type: Transform + pos: -1.5,-34.5 + parent: 2 + - uid: 5941 + components: + - type: Transform + pos: -2.5,-34.5 + parent: 2 + - uid: 5942 + components: + - type: Transform + pos: -3.5,-34.5 + parent: 2 + - uid: 5943 + components: + - type: Transform + pos: -4.5,-34.5 + parent: 2 + - uid: 5944 + components: + - type: Transform + pos: -4.5,-35.5 + parent: 2 + - uid: 5945 + components: + - type: Transform + pos: -4.5,-36.5 + parent: 2 + - uid: 5946 + components: + - type: Transform + pos: -4.5,-37.5 + parent: 2 + - uid: 5947 + components: + - type: Transform + pos: -4.5,-38.5 + parent: 2 + - uid: 5948 + components: + - type: Transform + pos: -4.5,-39.5 + parent: 2 + - uid: 5949 + components: + - type: Transform + pos: -4.5,-40.5 + parent: 2 + - uid: 5950 + components: + - type: Transform + pos: -4.5,-41.5 + parent: 2 + - uid: 5951 + components: + - type: Transform + pos: -4.5,-42.5 + parent: 2 + - uid: 5952 + components: + - type: Transform + pos: -4.5,-43.5 + parent: 2 + - uid: 5953 + components: + - type: Transform + pos: -4.5,-44.5 + parent: 2 + - uid: 5954 + components: + - type: Transform + pos: -4.5,-45.5 + parent: 2 + - uid: 5955 + components: + - type: Transform + pos: -3.5,-44.5 + parent: 2 + - uid: 5956 + components: + - type: Transform + pos: -2.5,-44.5 + parent: 2 + - uid: 5957 + components: + - type: Transform + pos: -5.5,-43.5 + parent: 2 + - uid: 5958 + components: + - type: Transform + pos: -6.5,-43.5 + parent: 2 + - uid: 5964 + components: + - type: Transform + pos: 2.5,-37.5 + parent: 2 + - uid: 5966 + components: + - type: Transform + pos: 5.5,-44.5 + parent: 2 + - uid: 5967 + components: + - type: Transform + pos: 3.5,-44.5 + parent: 2 + - uid: 5968 + components: + - type: Transform + pos: -2.5,-45.5 + parent: 2 + - uid: 6017 + components: + - type: Transform + pos: 0.5,-56.5 + parent: 2 + - uid: 6018 + components: + - type: Transform + pos: 1.5,-56.5 + parent: 2 + - uid: 6020 + components: + - type: Transform + pos: 2.5,-56.5 + parent: 2 + - uid: 6021 + components: + - type: Transform + pos: 0.5,-55.5 + parent: 2 + - uid: 6022 + components: + - type: Transform + pos: 0.5,-54.5 + parent: 2 + - uid: 6023 + components: + - type: Transform + pos: 0.5,-53.5 + parent: 2 + - uid: 6024 + components: + - type: Transform + pos: 0.5,-52.5 + parent: 2 + - uid: 6025 + components: + - type: Transform + pos: 0.5,-51.5 + parent: 2 + - uid: 6026 + components: + - type: Transform + pos: 1.5,-52.5 + parent: 2 + - uid: 6027 + components: + - type: Transform + pos: -0.5,-52.5 + parent: 2 + - uid: 6028 + components: + - type: Transform + pos: -1.5,-52.5 + parent: 2 + - uid: 6029 + components: + - type: Transform + pos: 0.5,-57.5 + parent: 2 + - uid: 6030 + components: + - type: Transform + pos: -1.5,-58.5 + parent: 2 + - uid: 6031 + components: + - type: Transform + pos: 2.5,-63.5 + parent: 2 + - uid: 6032 + components: + - type: Transform + pos: 3.5,-63.5 + parent: 2 + - uid: 6033 + components: + - type: Transform + pos: 4.5,-63.5 + parent: 2 + - uid: 6034 + components: + - type: Transform + pos: -1.5,-64.5 + parent: 2 + - uid: 6035 + components: + - type: Transform + pos: 1.5,-63.5 + parent: 2 + - uid: 6037 + components: + - type: Transform + pos: -1.5,-63.5 + parent: 2 + - uid: 6039 + components: + - type: Transform + pos: -1.5,-62.5 + parent: 2 + - uid: 6040 + components: + - type: Transform + pos: -1.5,-61.5 + parent: 2 + - uid: 6042 + components: + - type: Transform + pos: -0.5,-61.5 + parent: 2 + - uid: 6043 + components: + - type: Transform + pos: 0.5,-61.5 + parent: 2 + - uid: 6044 + components: + - type: Transform + pos: 0.5,-64.5 + parent: 2 + - uid: 6045 + components: + - type: Transform + pos: 1.5,-64.5 + parent: 2 + - uid: 6047 + components: + - type: Transform + pos: -2.5,-58.5 + parent: 2 + - uid: 6048 + components: + - type: Transform + pos: -3.5,-58.5 + parent: 2 + - uid: 6049 + components: + - type: Transform + pos: -4.5,-58.5 + parent: 2 + - uid: 6050 + components: + - type: Transform + pos: -5.5,-58.5 + parent: 2 + - uid: 6051 + components: + - type: Transform + pos: -5.5,-57.5 + parent: 2 + - uid: 6053 + components: + - type: Transform + pos: -5.5,-55.5 + parent: 2 + - uid: 6054 + components: + - type: Transform + pos: -5.5,-54.5 + parent: 2 + - uid: 6055 + components: + - type: Transform + pos: -4.5,-54.5 + parent: 2 + - uid: 6056 + components: + - type: Transform + pos: -3.5,-54.5 + parent: 2 + - uid: 6057 + components: + - type: Transform + pos: -2.5,-54.5 + parent: 2 + - uid: 6058 + components: + - type: Transform + pos: -5.5,-63.5 + parent: 2 + - uid: 6059 + components: + - type: Transform + pos: -5.5,-64.5 + parent: 2 + - uid: 6060 + components: + - type: Transform + pos: -5.5,-65.5 + parent: 2 + - uid: 6063 + components: + - type: Transform + pos: -1.5,-71.5 + parent: 2 + - uid: 6064 + components: + - type: Transform + pos: -2.5,-71.5 + parent: 2 + - uid: 6065 + components: + - type: Transform + pos: -3.5,-71.5 + parent: 2 + - uid: 6066 + components: + - type: Transform + pos: -4.5,-71.5 + parent: 2 + - uid: 6067 + components: + - type: Transform + pos: -4.5,-70.5 + parent: 2 + - uid: 6070 + components: + - type: Transform + pos: -4.5,-72.5 + parent: 2 + - uid: 6071 + components: + - type: Transform + pos: -5.5,-71.5 + parent: 2 + - uid: 6072 + components: + - type: Transform + pos: -5.5,-66.5 + parent: 2 + - uid: 6073 + components: + - type: Transform + pos: -5.5,-67.5 + parent: 2 + - uid: 6074 + components: + - type: Transform + pos: -4.5,-67.5 + parent: 2 + - uid: 6075 + components: + - type: Transform + pos: -3.5,-67.5 + parent: 2 + - uid: 6076 + components: + - type: Transform + pos: -2.5,-67.5 + parent: 2 + - uid: 6077 + components: + - type: Transform + pos: -1.5,-67.5 + parent: 2 + - uid: 6078 + components: + - type: Transform + pos: -0.5,-67.5 + parent: 2 + - uid: 6079 + components: + - type: Transform + pos: 0.5,-67.5 + parent: 2 + - uid: 6080 + components: + - type: Transform + pos: 0.5,-68.5 + parent: 2 + - uid: 6081 + components: + - type: Transform + pos: 0.5,-69.5 + parent: 2 + - uid: 6082 + components: + - type: Transform + pos: 0.5,-70.5 + parent: 2 + - uid: 6083 + components: + - type: Transform + pos: 0.5,-71.5 + parent: 2 + - uid: 6084 + components: + - type: Transform + pos: 0.5,-72.5 + parent: 2 + - uid: 6085 + components: + - type: Transform + pos: 0.5,-73.5 + parent: 2 + - uid: 6086 + components: + - type: Transform + pos: 0.5,-74.5 + parent: 2 + - uid: 6087 + components: + - type: Transform + pos: 1.5,-73.5 + parent: 2 + - uid: 6088 + components: + - type: Transform + pos: -0.5,-73.5 + parent: 2 + - uid: 6089 + components: + - type: Transform + pos: -1.5,-73.5 + parent: 2 + - uid: 6090 + components: + - type: Transform + pos: 2.5,-73.5 + parent: 2 + - uid: 6091 + components: + - type: Transform + pos: 1.5,-68.5 + parent: 2 + - uid: 6092 + components: + - type: Transform + pos: 2.5,-68.5 + parent: 2 + - uid: 6093 + components: + - type: Transform + pos: 3.5,-68.5 + parent: 2 + - uid: 6094 + components: + - type: Transform + pos: 4.5,-68.5 + parent: 2 + - uid: 6095 + components: + - type: Transform + pos: 5.5,-68.5 + parent: 2 + - uid: 6096 + components: + - type: Transform + pos: 6.5,-68.5 + parent: 2 + - uid: 6097 + components: + - type: Transform + pos: 6.5,-69.5 + parent: 2 + - uid: 6098 + components: + - type: Transform + pos: 6.5,-70.5 + parent: 2 + - uid: 6099 + components: + - type: Transform + pos: 6.5,-71.5 + parent: 2 + - uid: 6100 + components: + - type: Transform + pos: 5.5,-71.5 + parent: 2 + - uid: 6101 + components: + - type: Transform + pos: 5.5,-72.5 + parent: 2 + - uid: 6102 + components: + - type: Transform + pos: 5.5,-73.5 + parent: 2 + - uid: 6103 + components: + - type: Transform + pos: 6.5,-67.5 + parent: 2 + - uid: 6104 + components: + - type: Transform + pos: 5.5,-63.5 + parent: 2 + - uid: 6105 + components: + - type: Transform + pos: 6.5,-63.5 + parent: 2 + - uid: 6106 + components: + - type: Transform + pos: 6.5,-62.5 + parent: 2 + - uid: 6107 + components: + - type: Transform + pos: 6.5,-61.5 + parent: 2 + - uid: 6108 + components: + - type: Transform + pos: 6.5,-60.5 + parent: 2 + - uid: 6109 + components: + - type: Transform + pos: 6.5,-59.5 + parent: 2 + - uid: 6110 + components: + - type: Transform + pos: 6.5,-58.5 + parent: 2 + - uid: 6111 + components: + - type: Transform + pos: 6.5,-57.5 + parent: 2 + - uid: 6112 + components: + - type: Transform + pos: 5.5,-57.5 + parent: 2 + - uid: 6113 + components: + - type: Transform + pos: 5.5,-56.5 + parent: 2 + - uid: 6114 + components: + - type: Transform + pos: 5.5,-55.5 + parent: 2 + - uid: 6115 + components: + - type: Transform + pos: 5.5,-54.5 + parent: 2 + - uid: 6116 + components: + - type: Transform + pos: 5.5,-53.5 + parent: 2 + - uid: 6117 + components: + - type: Transform + pos: 4.5,-54.5 + parent: 2 + - uid: 6118 + components: + - type: Transform + pos: 3.5,-54.5 + parent: 2 + - uid: 6119 + components: + - type: Transform + pos: 0.5,-78.5 + parent: 2 + - uid: 6120 + components: + - type: Transform + pos: 0.5,-79.5 + parent: 2 + - uid: 6121 + components: + - type: Transform + pos: 0.5,-80.5 + parent: 2 + - uid: 6122 + components: + - type: Transform + pos: 0.5,-81.5 + parent: 2 + - uid: 6123 + components: + - type: Transform + pos: 1.5,-79.5 + parent: 2 + - uid: 6124 + components: + - type: Transform + pos: 2.5,-79.5 + parent: 2 + - uid: 6125 + components: + - type: Transform + pos: -0.5,-79.5 + parent: 2 + - uid: 6126 + components: + - type: Transform + pos: -1.5,-79.5 + parent: 2 + - uid: 6127 + components: + - type: Transform + pos: -4.5,-73.5 + parent: 2 + - uid: 6128 + components: + - type: Transform + pos: -2.5,-72.5 + parent: 2 + - uid: 6163 + components: + - type: Transform + pos: -3.5,-80.5 + parent: 2 + - uid: 6164 + components: + - type: Transform + pos: -3.5,-81.5 + parent: 2 + - uid: 6165 + components: + - type: Transform + pos: -3.5,-82.5 + parent: 2 + - uid: 6166 + components: + - type: Transform + pos: -3.5,-83.5 + parent: 2 + - uid: 6167 + components: + - type: Transform + pos: -3.5,-84.5 + parent: 2 + - uid: 6168 + components: + - type: Transform + pos: -3.5,-85.5 + parent: 2 + - uid: 6169 + components: + - type: Transform + pos: -3.5,-86.5 + parent: 2 + - uid: 6170 + components: + - type: Transform + pos: -4.5,-86.5 + parent: 2 + - uid: 6171 + components: + - type: Transform + pos: -5.5,-86.5 + parent: 2 + - uid: 6172 + components: + - type: Transform + pos: -6.5,-86.5 + parent: 2 + - uid: 6173 + components: + - type: Transform + pos: -7.5,-86.5 + parent: 2 + - uid: 6174 + components: + - type: Transform + pos: -8.5,-86.5 + parent: 2 + - uid: 6175 + components: + - type: Transform + pos: -7.5,-85.5 + parent: 2 + - uid: 6176 + components: + - type: Transform + pos: -7.5,-84.5 + parent: 2 + - uid: 6177 + components: + - type: Transform + pos: -7.5,-87.5 + parent: 2 + - uid: 6178 + components: + - type: Transform + pos: -7.5,-88.5 + parent: 2 + - uid: 6179 + components: + - type: Transform + pos: -5.5,-87.5 + parent: 2 + - uid: 6180 + components: + - type: Transform + pos: -5.5,-88.5 + parent: 2 + - uid: 6181 + components: + - type: Transform + pos: -5.5,-85.5 + parent: 2 + - uid: 6182 + components: + - type: Transform + pos: -5.5,-84.5 + parent: 2 + - uid: 6183 + components: + - type: Transform + pos: -9.5,-86.5 + parent: 2 + - uid: 6184 + components: + - type: Transform + pos: -7.5,-89.5 + parent: 2 + - uid: 6185 + components: + - type: Transform + pos: -7.5,-83.5 + parent: 2 + - uid: 6187 + components: + - type: Transform + pos: 1.5,-219.5 + parent: 2 + - uid: 6189 + components: + - type: Transform + pos: -3.5,-89.5 + parent: 2 + - uid: 6190 + components: + - type: Transform + pos: -3.5,-90.5 + parent: 2 + - uid: 6191 + components: + - type: Transform + pos: -3.5,-91.5 + parent: 2 + - uid: 6192 + components: + - type: Transform + pos: -3.5,-92.5 + parent: 2 + - uid: 6193 + components: + - type: Transform + pos: -3.5,-93.5 + parent: 2 + - uid: 6194 + components: + - type: Transform + pos: 3.5,-97.5 + parent: 2 + - uid: 6196 + components: + - type: Transform + pos: -2.5,-91.5 + parent: 2 + - uid: 6197 + components: + - type: Transform + pos: -4.5,-91.5 + parent: 2 + - uid: 6199 + components: + - type: Transform + pos: -0.5,-84.5 + parent: 2 + - uid: 6200 + components: + - type: Transform + pos: -2.5,-93.5 + parent: 2 + - uid: 6201 + components: + - type: Transform + pos: -4.5,-93.5 + parent: 2 + - uid: 6204 + components: + - type: Transform + pos: -2.5,-86.5 + parent: 2 + - uid: 6206 + components: + - type: Transform + pos: -1.5,-86.5 + parent: 2 + - uid: 6207 + components: + - type: Transform + pos: -0.5,-86.5 + parent: 2 + - uid: 6208 + components: + - type: Transform + pos: -0.5,-85.5 + parent: 2 + - uid: 6209 + components: + - type: Transform + pos: 0.5,-86.5 + parent: 2 + - uid: 6210 + components: + - type: Transform + pos: 1.5,-86.5 + parent: 2 + - uid: 6211 + components: + - type: Transform + pos: 1.5,-87.5 + parent: 2 + - uid: 6212 + components: + - type: Transform + pos: 1.5,-88.5 + parent: 2 + - uid: 6213 + components: + - type: Transform + pos: 1.5,-89.5 + parent: 2 + - uid: 6214 + components: + - type: Transform + pos: 1.5,-90.5 + parent: 2 + - uid: 6215 + components: + - type: Transform + pos: 1.5,-91.5 + parent: 2 + - uid: 6216 + components: + - type: Transform + pos: 1.5,-92.5 + parent: 2 + - uid: 6217 + components: + - type: Transform + pos: 0.5,-92.5 + parent: 2 + - uid: 6218 + components: + - type: Transform + pos: 2.5,-97.5 + parent: 2 + - uid: 6219 + components: + - type: Transform + pos: 1.5,-97.5 + parent: 2 + - uid: 6220 + components: + - type: Transform + pos: 0.5,-97.5 + parent: 2 + - uid: 6221 + components: + - type: Transform + pos: -0.5,-97.5 + parent: 2 + - uid: 6222 + components: + - type: Transform + pos: -1.5,-97.5 + parent: 2 + - uid: 6223 + components: + - type: Transform + pos: -2.5,-97.5 + parent: 2 + - uid: 6224 + components: + - type: Transform + pos: -3.5,-97.5 + parent: 2 + - uid: 6225 + components: + - type: Transform + pos: -4.5,-97.5 + parent: 2 + - uid: 6226 + components: + - type: Transform + pos: -5.5,-97.5 + parent: 2 + - uid: 6227 + components: + - type: Transform + pos: -4.5,-96.5 + parent: 2 + - uid: 6228 + components: + - type: Transform + pos: -2.5,-96.5 + parent: 2 + - uid: 6229 + components: + - type: Transform + pos: -4.5,-99.5 + parent: 2 + - uid: 6230 + components: + - type: Transform + pos: -4.5,-98.5 + parent: 2 + - uid: 6232 + components: + - type: Transform + pos: -2.5,-98.5 + parent: 2 + - uid: 6233 + components: + - type: Transform + pos: 0.5,-96.5 + parent: 2 + - uid: 6234 + components: + - type: Transform + pos: 0.5,-95.5 + parent: 2 + - uid: 6235 + components: + - type: Transform + pos: 2.5,-96.5 + parent: 2 + - uid: 6236 + components: + - type: Transform + pos: 2.5,-95.5 + parent: 2 + - uid: 6237 + components: + - type: Transform + pos: 4.5,-96.5 + parent: 2 + - uid: 6238 + components: + - type: Transform + pos: 4.5,-95.5 + parent: 2 + - uid: 6240 + components: + - type: Transform + pos: 6.5,-96.5 + parent: 2 + - uid: 6241 + components: + - type: Transform + pos: 6.5,-95.5 + parent: 2 + - uid: 6242 + components: + - type: Transform + pos: 6.5,-94.5 + parent: 2 + - uid: 6243 + components: + - type: Transform + pos: 6.5,-93.5 + parent: 2 + - uid: 6244 + components: + - type: Transform + pos: 6.5,-92.5 + parent: 2 + - uid: 6245 + components: + - type: Transform + pos: 6.5,-91.5 + parent: 2 + - uid: 6246 + components: + - type: Transform + pos: 6.5,-90.5 + parent: 2 + - uid: 6247 + components: + - type: Transform + pos: 6.5,-89.5 + parent: 2 + - uid: 6248 + components: + - type: Transform + pos: 6.5,-88.5 + parent: 2 + - uid: 6249 + components: + - type: Transform + pos: 6.5,-87.5 + parent: 2 + - uid: 6250 + components: + - type: Transform + pos: 6.5,-86.5 + parent: 2 + - uid: 6251 + components: + - type: Transform + pos: 6.5,-85.5 + parent: 2 + - uid: 6252 + components: + - type: Transform + pos: 6.5,-84.5 + parent: 2 + - uid: 6253 + components: + - type: Transform + pos: 6.5,-83.5 + parent: 2 + - uid: 6254 + components: + - type: Transform + pos: 6.5,-82.5 + parent: 2 + - uid: 6256 + components: + - type: Transform + pos: 4.5,-94.5 + parent: 2 + - uid: 6257 + components: + - type: Transform + pos: 4.5,-93.5 + parent: 2 + - uid: 6258 + components: + - type: Transform + pos: 4.5,-92.5 + parent: 2 + - uid: 6259 + components: + - type: Transform + pos: 4.5,-91.5 + parent: 2 + - uid: 6260 + components: + - type: Transform + pos: 4.5,-90.5 + parent: 2 + - uid: 6261 + components: + - type: Transform + pos: 4.5,-89.5 + parent: 2 + - uid: 6262 + components: + - type: Transform + pos: 4.5,-88.5 + parent: 2 + - uid: 6263 + components: + - type: Transform + pos: 4.5,-87.5 + parent: 2 + - uid: 6264 + components: + - type: Transform + pos: 4.5,-86.5 + parent: 2 + - uid: 6265 + components: + - type: Transform + pos: 4.5,-85.5 + parent: 2 + - uid: 6266 + components: + - type: Transform + pos: 4.5,-84.5 + parent: 2 + - uid: 6267 + components: + - type: Transform + pos: 4.5,-83.5 + parent: 2 + - uid: 6268 + components: + - type: Transform + pos: 4.5,-82.5 + parent: 2 + - uid: 6269 + components: + - type: Transform + pos: 4.5,-81.5 + parent: 2 + - uid: 6270 + components: + - type: Transform + pos: 6.5,-81.5 + parent: 2 + - uid: 6271 + components: + - type: Transform + pos: 3.5,-81.5 + parent: 2 + - uid: 6272 + components: + - type: Transform + pos: 2.5,-81.5 + parent: 2 + - uid: 6273 + components: + - type: Transform + pos: 1.5,-81.5 + parent: 2 + - uid: 6275 + components: + - type: Transform + pos: 0.5,-100.5 + parent: 2 + - uid: 6276 + components: + - type: Transform + pos: 1.5,-100.5 + parent: 2 + - uid: 6277 + components: + - type: Transform + pos: 2.5,-100.5 + parent: 2 + - uid: 6278 + components: + - type: Transform + pos: -0.5,-100.5 + parent: 2 + - uid: 6279 + components: + - type: Transform + pos: -1.5,-100.5 + parent: 2 + - uid: 6280 + components: + - type: Transform + pos: 0.5,-99.5 + parent: 2 + - uid: 6281 + components: + - type: Transform + pos: 0.5,-101.5 + parent: 2 + - uid: 6282 + components: + - type: Transform + pos: 0.5,-98.5 + parent: 2 + - uid: 6303 + components: + - type: Transform + pos: 5.5,-161.5 + parent: 2 + - uid: 6308 + components: + - type: Transform + pos: -4.5,-114.5 + parent: 2 + - uid: 6309 + components: + - type: Transform + pos: -4.5,-115.5 + parent: 2 + - uid: 6310 + components: + - type: Transform + pos: -4.5,-116.5 + parent: 2 + - uid: 6311 + components: + - type: Transform + pos: -4.5,-117.5 + parent: 2 + - uid: 6312 + components: + - type: Transform + pos: -4.5,-118.5 + parent: 2 + - uid: 6313 + components: + - type: Transform + pos: -4.5,-119.5 + parent: 2 + - uid: 6314 + components: + - type: Transform + pos: -4.5,-120.5 + parent: 2 + - uid: 6315 + components: + - type: Transform + pos: -4.5,-121.5 + parent: 2 + - uid: 6316 + components: + - type: Transform + pos: -4.5,-122.5 + parent: 2 + - uid: 6317 + components: + - type: Transform + pos: -4.5,-123.5 + parent: 2 + - uid: 6318 + components: + - type: Transform + pos: -4.5,-124.5 + parent: 2 + - uid: 6319 + components: + - type: Transform + pos: -4.5,-125.5 + parent: 2 + - uid: 6320 + components: + - type: Transform + pos: -5.5,-125.5 + parent: 2 + - uid: 6321 + components: + - type: Transform + pos: -6.5,-125.5 + parent: 2 + - uid: 6322 + components: + - type: Transform + pos: -7.5,-125.5 + parent: 2 + - uid: 6323 + components: + - type: Transform + pos: -8.5,-125.5 + parent: 2 + - uid: 6324 + components: + - type: Transform + pos: -5.5,-122.5 + parent: 2 + - uid: 6325 + components: + - type: Transform + pos: -6.5,-122.5 + parent: 2 + - uid: 6326 + components: + - type: Transform + pos: -7.5,-122.5 + parent: 2 + - uid: 6327 + components: + - type: Transform + pos: -8.5,-122.5 + parent: 2 + - uid: 6328 + components: + - type: Transform + pos: -5.5,-119.5 + parent: 2 + - uid: 6329 + components: + - type: Transform + pos: -6.5,-119.5 + parent: 2 + - uid: 6330 + components: + - type: Transform + pos: -7.5,-119.5 + parent: 2 + - uid: 6331 + components: + - type: Transform + pos: -8.5,-119.5 + parent: 2 + - uid: 6332 + components: + - type: Transform + pos: -5.5,-116.5 + parent: 2 + - uid: 6333 + components: + - type: Transform + pos: -6.5,-116.5 + parent: 2 + - uid: 6334 + components: + - type: Transform + pos: -7.5,-116.5 + parent: 2 + - uid: 6335 + components: + - type: Transform + pos: -8.5,-116.5 + parent: 2 + - uid: 6336 + components: + - type: Transform + pos: -5.5,-113.5 + parent: 2 + - uid: 6337 + components: + - type: Transform + pos: -6.5,-113.5 + parent: 2 + - uid: 6338 + components: + - type: Transform + pos: -7.5,-113.5 + parent: 2 + - uid: 6339 + components: + - type: Transform + pos: -8.5,-113.5 + parent: 2 + - uid: 6340 + components: + - type: Transform + pos: -5.5,-110.5 + parent: 2 + - uid: 6341 + components: + - type: Transform + pos: -6.5,-110.5 + parent: 2 + - uid: 6342 + components: + - type: Transform + pos: -7.5,-110.5 + parent: 2 + - uid: 6343 + components: + - type: Transform + pos: -7.5,-109.5 + parent: 2 + - uid: 6344 + components: + - type: Transform + pos: -7.5,-108.5 + parent: 2 + - uid: 6345 + components: + - type: Transform + pos: -7.5,-107.5 + parent: 2 + - uid: 6347 + components: + - type: Transform + pos: -6.5,-107.5 + parent: 2 + - uid: 6349 + components: + - type: Transform + pos: -5.5,-107.5 + parent: 2 + - uid: 6350 + components: + - type: Transform + pos: -4.5,-107.5 + parent: 2 + - uid: 6351 + components: + - type: Transform + pos: -4.5,-106.5 + parent: 2 + - uid: 6352 + components: + - type: Transform + pos: -8.5,-110.5 + parent: 2 + - uid: 6353 + components: + - type: Transform + pos: -8.5,-107.5 + parent: 2 + - uid: 6354 + components: + - type: Transform + pos: -3.5,-113.5 + parent: 2 + - uid: 6355 + components: + - type: Transform + pos: -2.5,-113.5 + parent: 2 + - uid: 6356 + components: + - type: Transform + pos: -1.5,-113.5 + parent: 2 + - uid: 6357 + components: + - type: Transform + pos: -0.5,-113.5 + parent: 2 + - uid: 6358 + components: + - type: Transform + pos: -0.5,-114.5 + parent: 2 + - uid: 6360 + components: + - type: Transform + pos: -0.5,-112.5 + parent: 2 + - uid: 6362 + components: + - type: Transform + pos: 0.5,-113.5 + parent: 2 + - uid: 6363 + components: + - type: Transform + pos: 1.5,-115.5 + parent: 2 + - uid: 6364 + components: + - type: Transform + pos: 1.5,-116.5 + parent: 2 + - uid: 6365 + components: + - type: Transform + pos: 0.5,-116.5 + parent: 2 + - uid: 6366 + components: + - type: Transform + pos: -0.5,-116.5 + parent: 2 + - uid: 6367 + components: + - type: Transform + pos: 0.5,-117.5 + parent: 2 + - uid: 6368 + components: + - type: Transform + pos: 0.5,-118.5 + parent: 2 + - uid: 6369 + components: + - type: Transform + pos: 0.5,-119.5 + parent: 2 + - uid: 6370 + components: + - type: Transform + pos: 0.5,-120.5 + parent: 2 + - uid: 6371 + components: + - type: Transform + pos: -0.5,-119.5 + parent: 2 + - uid: 6372 + components: + - type: Transform + pos: 1.5,-119.5 + parent: 2 + - uid: 6373 + components: + - type: Transform + pos: 0.5,-121.5 + parent: 2 + - uid: 6374 + components: + - type: Transform + pos: -1.5,-119.5 + parent: 2 + - uid: 6375 + components: + - type: Transform + pos: 2.5,-119.5 + parent: 2 + - uid: 6376 + components: + - type: Transform + pos: -3.5,-125.5 + parent: 2 + - uid: 6377 + components: + - type: Transform + pos: -2.5,-125.5 + parent: 2 + - uid: 6378 + components: + - type: Transform + pos: 0.5,-125.5 + parent: 2 + - uid: 6379 + components: + - type: Transform + pos: 1.5,-125.5 + parent: 2 + - uid: 6380 + components: + - type: Transform + pos: 2.5,-125.5 + parent: 2 + - uid: 6381 + components: + - type: Transform + pos: 3.5,-125.5 + parent: 2 + - uid: 6382 + components: + - type: Transform + pos: 4.5,-125.5 + parent: 2 + - uid: 6383 + components: + - type: Transform + pos: 5.5,-125.5 + parent: 2 + - uid: 6384 + components: + - type: Transform + pos: 6.5,-125.5 + parent: 2 + - uid: 6385 + components: + - type: Transform + pos: 5.5,-112.5 + parent: 2 + - uid: 6386 + components: + - type: Transform + pos: 5.5,-113.5 + parent: 2 + - uid: 6387 + components: + - type: Transform + pos: 5.5,-114.5 + parent: 2 + - uid: 6388 + components: + - type: Transform + pos: 5.5,-115.5 + parent: 2 + - uid: 6391 + components: + - type: Transform + pos: 5.5,-117.5 + parent: 2 + - uid: 6395 + components: + - type: Transform + pos: 8.5,-118.5 + parent: 2 + - uid: 6396 + components: + - type: Transform + pos: 8.5,-116.5 + parent: 2 + - uid: 6398 + components: + - type: Transform + pos: 6.5,-114.5 + parent: 2 + - uid: 6399 + components: + - type: Transform + pos: 7.5,-114.5 + parent: 2 + - uid: 6400 + components: + - type: Transform + pos: 8.5,-114.5 + parent: 2 + - uid: 6401 + components: + - type: Transform + pos: 3.5,-113.5 + parent: 2 + - uid: 6402 + components: + - type: Transform + pos: 3.5,-112.5 + parent: 2 + - uid: 6403 + components: + - type: Transform + pos: 3.5,-111.5 + parent: 2 + - uid: 6404 + components: + - type: Transform + pos: 3.5,-110.5 + parent: 2 + - uid: 6405 + components: + - type: Transform + pos: 3.5,-109.5 + parent: 2 + - uid: 6406 + components: + - type: Transform + pos: 3.5,-108.5 + parent: 2 + - uid: 6407 + components: + - type: Transform + pos: 4.5,-108.5 + parent: 2 + - uid: 6408 + components: + - type: Transform + pos: 5.5,-108.5 + parent: 2 + - uid: 6409 + components: + - type: Transform + pos: 5.5,-107.5 + parent: 2 + - uid: 6410 + components: + - type: Transform + pos: -4.5,-136.5 + parent: 2 + - uid: 6411 + components: + - type: Transform + pos: 0.5,-105.5 + parent: 2 + - uid: 6412 + components: + - type: Transform + pos: 0.5,-106.5 + parent: 2 + - uid: 6413 + components: + - type: Transform + pos: 1.5,-106.5 + parent: 2 + - uid: 6414 + components: + - type: Transform + pos: 2.5,-106.5 + parent: 2 + - uid: 6415 + components: + - type: Transform + pos: -0.5,-106.5 + parent: 2 + - uid: 6416 + components: + - type: Transform + pos: -1.5,-106.5 + parent: 2 + - uid: 6417 + components: + - type: Transform + pos: 0.5,-107.5 + parent: 2 + - uid: 6418 + components: + - type: Transform + pos: 0.5,-108.5 + parent: 2 + - uid: 6419 + components: + - type: Transform + pos: 0.5,-109.5 + parent: 2 + - uid: 6420 + components: + - type: Transform + pos: -0.5,-109.5 + parent: 2 + - uid: 6421 + components: + - type: Transform + pos: -1.5,-109.5 + parent: 2 + - uid: 6422 + components: + - type: Transform + pos: -2.5,-124.5 + parent: 2 + - uid: 6423 + components: + - type: Transform + pos: 2.5,-124.5 + parent: 2 + - uid: 6424 + components: + - type: Transform + pos: 5.5,-124.5 + parent: 2 + - uid: 6425 + components: + - type: Transform + pos: 5.5,-123.5 + parent: 2 + - uid: 6426 + components: + - type: Transform + pos: 5.5,-122.5 + parent: 2 + - uid: 6427 + components: + - type: Transform + pos: 5.5,-121.5 + parent: 2 + - uid: 6428 + components: + - type: Transform + pos: 5.5,-120.5 + parent: 2 + - uid: 6429 + components: + - type: Transform + pos: 0.5,-126.5 + parent: 2 + - uid: 6430 + components: + - type: Transform + pos: 0.5,-127.5 + parent: 2 + - uid: 6431 + components: + - type: Transform + pos: -0.5,-127.5 + parent: 2 + - uid: 6432 + components: + - type: Transform + pos: -1.5,-127.5 + parent: 2 + - uid: 6433 + components: + - type: Transform + pos: 1.5,-127.5 + parent: 2 + - uid: 6434 + components: + - type: Transform + pos: 2.5,-127.5 + parent: 2 + - uid: 6435 + components: + - type: Transform + pos: 0.5,-128.5 + parent: 2 + - uid: 6436 + components: + - type: Transform + pos: 0.5,-132.5 + parent: 2 + - uid: 6437 + components: + - type: Transform + pos: 0.5,-133.5 + parent: 2 + - uid: 6438 + components: + - type: Transform + pos: 0.5,-134.5 + parent: 2 + - uid: 6439 + components: + - type: Transform + pos: 0.5,-135.5 + parent: 2 + - uid: 6440 + components: + - type: Transform + pos: 1.5,-133.5 + parent: 2 + - uid: 6441 + components: + - type: Transform + pos: 2.5,-133.5 + parent: 2 + - uid: 6442 + components: + - type: Transform + pos: -0.5,-133.5 + parent: 2 + - uid: 6443 + components: + - type: Transform + pos: -1.5,-133.5 + parent: 2 + - uid: 6494 + components: + - type: Transform + pos: -3.5,-134.5 + parent: 2 + - uid: 6495 + components: + - type: Transform + pos: -3.5,-135.5 + parent: 2 + - uid: 6496 + components: + - type: Transform + pos: -3.5,-136.5 + parent: 2 + - uid: 6497 + components: + - type: Transform + pos: -5.5,-136.5 + parent: 2 + - uid: 6498 + components: + - type: Transform + pos: -2.5,-136.5 + parent: 2 + - uid: 6499 + components: + - type: Transform + pos: 0.5,-151.5 + parent: 2 + - uid: 6500 + components: + - type: Transform + pos: -4.5,-137.5 + parent: 2 + - uid: 6501 + components: + - type: Transform + pos: -4.5,-138.5 + parent: 2 + - uid: 6502 + components: + - type: Transform + pos: -4.5,-139.5 + parent: 2 + - uid: 6503 + components: + - type: Transform + pos: -4.5,-140.5 + parent: 2 + - uid: 6504 + components: + - type: Transform + pos: -4.5,-141.5 + parent: 2 + - uid: 6505 + components: + - type: Transform + pos: -4.5,-142.5 + parent: 2 + - uid: 6506 + components: + - type: Transform + pos: -4.5,-143.5 + parent: 2 + - uid: 6507 + components: + - type: Transform + pos: -4.5,-144.5 + parent: 2 + - uid: 6508 + components: + - type: Transform + pos: -3.5,-144.5 + parent: 2 + - uid: 6510 + components: + - type: Transform + pos: -3.5,-145.5 + parent: 2 + - uid: 6512 + components: + - type: Transform + pos: -3.5,-146.5 + parent: 2 + - uid: 6513 + components: + - type: Transform + pos: -4.5,-146.5 + parent: 2 + - uid: 6514 + components: + - type: Transform + pos: -4.5,-147.5 + parent: 2 + - uid: 6515 + components: + - type: Transform + pos: -4.5,-148.5 + parent: 2 + - uid: 6516 + components: + - type: Transform + pos: -5.5,-139.5 + parent: 2 + - uid: 6517 + components: + - type: Transform + pos: -3.5,-148.5 + parent: 2 + - uid: 6519 + components: + - type: Transform + pos: -5.5,-141.5 + parent: 2 + - uid: 6520 + components: + - type: Transform + pos: -6.5,-141.5 + parent: 2 + - uid: 6521 + components: + - type: Transform + pos: -6.5,-139.5 + parent: 2 + - uid: 6522 + components: + - type: Transform + pos: -3.5,-139.5 + parent: 2 + - uid: 6523 + components: + - type: Transform + pos: -2.5,-139.5 + parent: 2 + - uid: 6524 + components: + - type: Transform + pos: -3.5,-141.5 + parent: 2 + - uid: 6525 + components: + - type: Transform + pos: -2.5,-141.5 + parent: 2 + - uid: 6526 + components: + - type: Transform + pos: -1.5,-141.5 + parent: 2 + - uid: 6527 + components: + - type: Transform + pos: -1.5,-139.5 + parent: 2 + - uid: 6528 + components: + - type: Transform + pos: -0.5,-139.5 + parent: 2 + - uid: 6529 + components: + - type: Transform + pos: 0.5,-139.5 + parent: 2 + - uid: 6530 + components: + - type: Transform + pos: 0.5,-138.5 + parent: 2 + - uid: 6531 + components: + - type: Transform + pos: 0.5,-137.5 + parent: 2 + - uid: 6532 + components: + - type: Transform + pos: 0.5,-136.5 + parent: 2 + - uid: 6533 + components: + - type: Transform + pos: 6.5,-137.5 + parent: 2 + - uid: 6534 + components: + - type: Transform + pos: 6.5,-138.5 + parent: 2 + - uid: 6535 + components: + - type: Transform + pos: 5.5,-138.5 + parent: 2 + - uid: 6536 + components: + - type: Transform + pos: 4.5,-138.5 + parent: 2 + - uid: 6537 + components: + - type: Transform + pos: 3.5,-138.5 + parent: 2 + - uid: 6538 + components: + - type: Transform + pos: 4.5,-139.5 + parent: 2 + - uid: 6539 + components: + - type: Transform + pos: 4.5,-140.5 + parent: 2 + - uid: 6540 + components: + - type: Transform + pos: 4.5,-141.5 + parent: 2 + - uid: 6541 + components: + - type: Transform + pos: 4.5,-142.5 + parent: 2 + - uid: 6542 + components: + - type: Transform + pos: 4.5,-143.5 + parent: 2 + - uid: 6543 + components: + - type: Transform + pos: 4.5,-144.5 + parent: 2 + - uid: 6544 + components: + - type: Transform + pos: 4.5,-145.5 + parent: 2 + - uid: 6545 + components: + - type: Transform + pos: 4.5,-146.5 + parent: 2 + - uid: 6546 + components: + - type: Transform + pos: 4.5,-147.5 + parent: 2 + - uid: 6547 + components: + - type: Transform + pos: 6.5,-143.5 + parent: 2 + - uid: 6548 + components: + - type: Transform + pos: 3.5,-143.5 + parent: 2 + - uid: 6550 + components: + - type: Transform + pos: 2.5,-143.5 + parent: 2 + - uid: 6554 + components: + - type: Transform + pos: 8.5,-138.5 + parent: 2 + - uid: 6555 + components: + - type: Transform + pos: 8.5,-139.5 + parent: 2 + - uid: 6556 + components: + - type: Transform + pos: 8.5,-140.5 + parent: 2 + - uid: 6557 + components: + - type: Transform + pos: 8.5,-141.5 + parent: 2 + - uid: 6558 + components: + - type: Transform + pos: 8.5,-142.5 + parent: 2 + - uid: 6559 + components: + - type: Transform + pos: 8.5,-143.5 + parent: 2 + - uid: 6560 + components: + - type: Transform + pos: 8.5,-144.5 + parent: 2 + - uid: 6561 + components: + - type: Transform + pos: 8.5,-145.5 + parent: 2 + - uid: 6562 + components: + - type: Transform + pos: 8.5,-146.5 + parent: 2 + - uid: 6563 + components: + - type: Transform + pos: 8.5,-147.5 + parent: 2 + - uid: 6564 + components: + - type: Transform + pos: 8.5,-148.5 + parent: 2 + - uid: 6565 + components: + - type: Transform + pos: 8.5,-149.5 + parent: 2 + - uid: 6566 + components: + - type: Transform + pos: 8.5,-150.5 + parent: 2 + - uid: 6567 + components: + - type: Transform + pos: 8.5,-151.5 + parent: 2 + - uid: 6568 + components: + - type: Transform + pos: 7.5,-151.5 + parent: 2 + - uid: 6569 + components: + - type: Transform + pos: 7.5,-152.5 + parent: 2 + - uid: 6571 + components: + - type: Transform + pos: 6.5,-151.5 + parent: 2 + - uid: 6572 + components: + - type: Transform + pos: 5.5,-151.5 + parent: 2 + - uid: 6574 + components: + - type: Transform + pos: 5.5,-152.5 + parent: 2 + - uid: 6575 + components: + - type: Transform + pos: 5.5,-153.5 + parent: 2 + - uid: 6576 + components: + - type: Transform + pos: 4.5,-152.5 + parent: 2 + - uid: 6577 + components: + - type: Transform + pos: 5.5,-154.5 + parent: 2 + - uid: 6578 + components: + - type: Transform + pos: 3.5,-152.5 + parent: 2 + - uid: 6579 + components: + - type: Transform + pos: 2.5,-152.5 + parent: 2 + - uid: 6580 + components: + - type: Transform + pos: 1.5,-152.5 + parent: 2 + - uid: 6581 + components: + - type: Transform + pos: 0.5,-152.5 + parent: 2 + - uid: 6582 + components: + - type: Transform + pos: 0.5,-153.5 + parent: 2 + - uid: 6583 + components: + - type: Transform + pos: 0.5,-154.5 + parent: 2 + - uid: 6584 + components: + - type: Transform + pos: 0.5,-155.5 + parent: 2 + - uid: 6585 + components: + - type: Transform + pos: 1.5,-154.5 + parent: 2 + - uid: 6586 + components: + - type: Transform + pos: -0.5,-154.5 + parent: 2 + - uid: 6587 + components: + - type: Transform + pos: -1.5,-154.5 + parent: 2 + - uid: 6588 + components: + - type: Transform + pos: 2.5,-154.5 + parent: 2 + - uid: 6590 + components: + - type: Transform + pos: -0.5,-151.5 + parent: 2 + - uid: 6591 + components: + - type: Transform + pos: -1.5,-151.5 + parent: 2 + - uid: 6592 + components: + - type: Transform + pos: -2.5,-151.5 + parent: 2 + - uid: 6593 + components: + - type: Transform + pos: -3.5,-151.5 + parent: 2 + - uid: 6594 + components: + - type: Transform + pos: -4.5,-151.5 + parent: 2 + - uid: 6595 + components: + - type: Transform + pos: -4.5,-152.5 + parent: 2 + - uid: 6596 + components: + - type: Transform + pos: -4.5,-153.5 + parent: 2 + - uid: 6597 + components: + - type: Transform + pos: -4.5,-154.5 + parent: 2 + - uid: 6598 + components: + - type: Transform + pos: -4.5,-150.5 + parent: 2 + - uid: 6599 + components: + - type: Transform + pos: -5.5,-150.5 + parent: 2 + - uid: 6600 + components: + - type: Transform + pos: -5.5,-152.5 + parent: 2 + - uid: 6601 + components: + - type: Transform + pos: -6.5,-152.5 + parent: 2 + - uid: 6602 + components: + - type: Transform + pos: -6.5,-150.5 + parent: 2 + - uid: 6603 + components: + - type: Transform + pos: -0.5,-141.5 + parent: 2 + - uid: 6604 + components: + - type: Transform + pos: 0.5,-141.5 + parent: 2 + - uid: 6605 + components: + - type: Transform + pos: 0.5,-142.5 + parent: 2 + - uid: 6606 + components: + - type: Transform + pos: 0.5,-143.5 + parent: 2 + - uid: 6607 + components: + - type: Transform + pos: 0.5,-144.5 + parent: 2 + - uid: 6608 + components: + - type: Transform + pos: 0.5,-145.5 + parent: 2 + - uid: 6609 + components: + - type: Transform + pos: 0.5,-146.5 + parent: 2 + - uid: 6610 + components: + - type: Transform + pos: 0.5,-147.5 + parent: 2 + - uid: 6611 + components: + - type: Transform + pos: 0.5,-148.5 + parent: 2 + - uid: 6617 + components: + - type: Transform + pos: 4.5,-30.5 + parent: 2 + - uid: 6633 + components: + - type: Transform + pos: -3.5,-220.5 + parent: 2 + - uid: 6634 + components: + - type: Transform + pos: -3.5,-221.5 + parent: 2 + - uid: 6635 + components: + - type: Transform + pos: 2.5,-219.5 + parent: 2 + - uid: 6648 + components: + - type: Transform + pos: 17.5,-242.5 + parent: 2 + - uid: 6649 + components: + - type: Transform + pos: 17.5,-241.5 + parent: 2 + - uid: 6655 + components: + - type: Transform + pos: 10.5,-243.5 + parent: 2 + - uid: 6656 + components: + - type: Transform + pos: 11.5,-243.5 + parent: 2 + - uid: 6658 + components: + - type: Transform + pos: 17.5,-248.5 + parent: 2 + - uid: 6672 + components: + - type: Transform + pos: -11.5,-167.5 + parent: 2 + - uid: 6711 + components: + - type: Transform + pos: -8.5,-162.5 + parent: 2 + - uid: 6713 + components: + - type: Transform + pos: -12.5,-162.5 + parent: 2 + - uid: 6746 + components: + - type: Transform + pos: -9.5,-162.5 + parent: 2 + - uid: 6747 + components: + - type: Transform + pos: -10.5,-162.5 + parent: 2 + - uid: 6861 + components: + - type: Transform + pos: 5.5,-105.5 + parent: 2 + - uid: 6874 + components: + - type: Transform + pos: -5.5,-308.5 + parent: 2 + - uid: 6875 + components: + - type: Transform + pos: -6.5,-308.5 + parent: 2 + - uid: 6909 + components: + - type: Transform + pos: -21.5,-242.5 + parent: 2 + - uid: 6943 + components: + - type: Transform + pos: 2.5,-164.5 + parent: 2 + - uid: 6944 + components: + - type: Transform + pos: 1.5,-164.5 + parent: 2 + - uid: 6945 + components: + - type: Transform + pos: 1.5,-163.5 + parent: 2 + - uid: 6946 + components: + - type: Transform + pos: 1.5,-162.5 + parent: 2 + - uid: 6947 + components: + - type: Transform + pos: 2.5,-162.5 + parent: 2 + - uid: 6948 + components: + - type: Transform + pos: 3.5,-162.5 + parent: 2 + - uid: 6949 + components: + - type: Transform + pos: 4.5,-162.5 + parent: 2 + - uid: 6950 + components: + - type: Transform + pos: 5.5,-162.5 + parent: 2 + - uid: 6951 + components: + - type: Transform + pos: 6.5,-162.5 + parent: 2 + - uid: 6952 + components: + - type: Transform + pos: 6.5,-163.5 + parent: 2 + - uid: 6954 + components: + - type: Transform + pos: -0.5,-163.5 + parent: 2 + - uid: 6955 + components: + - type: Transform + pos: -1.5,-163.5 + parent: 2 + - uid: 6956 + components: + - type: Transform + pos: -2.5,-163.5 + parent: 2 + - uid: 6957 + components: + - type: Transform + pos: -3.5,-163.5 + parent: 2 + - uid: 6958 + components: + - type: Transform + pos: -4.5,-163.5 + parent: 2 + - uid: 6959 + components: + - type: Transform + pos: -5.5,-163.5 + parent: 2 + - uid: 6965 + components: + - type: Transform + pos: -6.5,-168.5 + parent: 2 + - uid: 6966 + components: + - type: Transform + pos: -6.5,-169.5 + parent: 2 + - uid: 6967 + components: + - type: Transform + pos: -0.5,-176.5 + parent: 2 + - uid: 6968 + components: + - type: Transform + pos: 0.5,-176.5 + parent: 2 + - uid: 6969 + components: + - type: Transform + pos: 0.5,-175.5 + parent: 2 + - uid: 6970 + components: + - type: Transform + pos: 0.5,-174.5 + parent: 2 + - uid: 6971 + components: + - type: Transform + pos: 0.5,-177.5 + parent: 2 + - uid: 6972 + components: + - type: Transform + pos: -1.5,-174.5 + parent: 2 + - uid: 6973 + components: + - type: Transform + pos: -1.5,-173.5 + parent: 2 + - uid: 6974 + components: + - type: Transform + pos: -2.5,-173.5 + parent: 2 + - uid: 6975 + components: + - type: Transform + pos: -3.5,-173.5 + parent: 2 + - uid: 6976 + components: + - type: Transform + pos: -4.5,-173.5 + parent: 2 + - uid: 6977 + components: + - type: Transform + pos: -1.5,-175.5 + parent: 2 + - uid: 6978 + components: + - type: Transform + pos: -1.5,-176.5 + parent: 2 + - uid: 6979 + components: + - type: Transform + pos: -2.5,-176.5 + parent: 2 + - uid: 6980 + components: + - type: Transform + pos: -3.5,-176.5 + parent: 2 + - uid: 6981 + components: + - type: Transform + pos: -4.5,-176.5 + parent: 2 + - uid: 6982 + components: + - type: Transform + pos: 0.5,-178.5 + parent: 2 + - uid: 6983 + components: + - type: Transform + pos: 0.5,-179.5 + parent: 2 + - uid: 6984 + components: + - type: Transform + pos: 0.5,-180.5 + parent: 2 + - uid: 6985 + components: + - type: Transform + pos: 0.5,-181.5 + parent: 2 + - uid: 6986 + components: + - type: Transform + pos: 0.5,-182.5 + parent: 2 + - uid: 6987 + components: + - type: Transform + pos: -4.5,-179.5 + parent: 2 + - uid: 6988 + components: + - type: Transform + pos: -4.5,-180.5 + parent: 2 + - uid: 6989 + components: + - type: Transform + pos: -5.5,-179.5 + parent: 2 + - uid: 6990 + components: + - type: Transform + pos: -6.5,-179.5 + parent: 2 + - uid: 6991 + components: + - type: Transform + pos: -6.5,-178.5 + parent: 2 + - uid: 6992 + components: + - type: Transform + pos: -6.5,-177.5 + parent: 2 + - uid: 6993 + components: + - type: Transform + pos: -6.5,-176.5 + parent: 2 + - uid: 6994 + components: + - type: Transform + pos: -6.5,-175.5 + parent: 2 + - uid: 6995 + components: + - type: Transform + pos: -6.5,-174.5 + parent: 2 + - uid: 6996 + components: + - type: Transform + pos: 0.5,-165.5 + parent: 2 + - uid: 6997 + components: + - type: Transform + pos: 1.5,-165.5 + parent: 2 + - uid: 6998 + components: + - type: Transform + pos: -0.5,-165.5 + parent: 2 + - uid: 6999 + components: + - type: Transform + pos: -1.5,-165.5 + parent: 2 + - uid: 7000 + components: + - type: Transform + pos: -2.5,-165.5 + parent: 2 + - uid: 7003 + components: + - type: Transform + pos: 1.5,-166.5 + parent: 2 + - uid: 7004 + components: + - type: Transform + pos: 1.5,-167.5 + parent: 2 + - uid: 7005 + components: + - type: Transform + pos: 1.5,-168.5 + parent: 2 + - uid: 7006 + components: + - type: Transform + pos: 1.5,-169.5 + parent: 2 + - uid: 7007 + components: + - type: Transform + pos: 0.5,-169.5 + parent: 2 + - uid: 7008 + components: + - type: Transform + pos: -0.5,-169.5 + parent: 2 + - uid: 7009 + components: + - type: Transform + pos: -1.5,-169.5 + parent: 2 + - uid: 7010 + components: + - type: Transform + pos: -2.5,-169.5 + parent: 2 + - uid: 7011 + components: + - type: Transform + pos: -3.5,-169.5 + parent: 2 + - uid: 7012 + components: + - type: Transform + pos: 2.5,-167.5 + parent: 2 + - uid: 7013 + components: + - type: Transform + pos: 3.5,-167.5 + parent: 2 + - uid: 7014 + components: + - type: Transform + pos: 3.5,-168.5 + parent: 2 + - uid: 7015 + components: + - type: Transform + pos: 4.5,-168.5 + parent: 2 + - uid: 7016 + components: + - type: Transform + pos: 5.5,-168.5 + parent: 2 + - uid: 7017 + components: + - type: Transform + pos: 6.5,-168.5 + parent: 2 + - uid: 7018 + components: + - type: Transform + pos: 6.5,-166.5 + parent: 2 + - uid: 7019 + components: + - type: Transform + pos: 6.5,-167.5 + parent: 2 + - uid: 7020 + components: + - type: Transform + pos: 5.5,-166.5 + parent: 2 + - uid: 7021 + components: + - type: Transform + pos: 4.5,-166.5 + parent: 2 + - uid: 7022 + components: + - type: Transform + pos: 3.5,-166.5 + parent: 2 + - uid: 7023 + components: + - type: Transform + pos: 0.5,-173.5 + parent: 2 + - uid: 7024 + components: + - type: Transform + pos: 0.5,-172.5 + parent: 2 + - uid: 7025 + components: + - type: Transform + pos: 0.5,-171.5 + parent: 2 + - uid: 7026 + components: + - type: Transform + pos: 1.5,-175.5 + parent: 2 + - uid: 7027 + components: + - type: Transform + pos: 2.5,-175.5 + parent: 2 + - uid: 7028 + components: + - type: Transform + pos: 3.5,-175.5 + parent: 2 + - uid: 7029 + components: + - type: Transform + pos: 4.5,-175.5 + parent: 2 + - uid: 7030 + components: + - type: Transform + pos: 5.5,-175.5 + parent: 2 + - uid: 7031 + components: + - type: Transform + pos: 6.5,-175.5 + parent: 2 + - uid: 7032 + components: + - type: Transform + pos: 7.5,-175.5 + parent: 2 + - uid: 7033 + components: + - type: Transform + pos: 7.5,-174.5 + parent: 2 + - uid: 7034 + components: + - type: Transform + pos: 7.5,-173.5 + parent: 2 + - uid: 7035 + components: + - type: Transform + pos: 7.5,-172.5 + parent: 2 + - uid: 7036 + components: + - type: Transform + pos: 6.5,-172.5 + parent: 2 + - uid: 7037 + components: + - type: Transform + pos: 5.5,-172.5 + parent: 2 + - uid: 7038 + components: + - type: Transform + pos: 4.5,-172.5 + parent: 2 + - uid: 7039 + components: + - type: Transform + pos: 4.5,-173.5 + parent: 2 + - uid: 7040 + components: + - type: Transform + pos: 4.5,-174.5 + parent: 2 + - uid: 7041 + components: + - type: Transform + pos: 7.5,-176.5 + parent: 2 + - uid: 7042 + components: + - type: Transform + pos: 7.5,-177.5 + parent: 2 + - uid: 7043 + components: + - type: Transform + pos: 7.5,-178.5 + parent: 2 + - uid: 7044 + components: + - type: Transform + pos: 5.5,-176.5 + parent: 2 + - uid: 7045 + components: + - type: Transform + pos: 5.5,-177.5 + parent: 2 + - uid: 7046 + components: + - type: Transform + pos: 5.5,-178.5 + parent: 2 + - uid: 7047 + components: + - type: Transform + pos: 5.5,-179.5 + parent: 2 + - uid: 7048 + components: + - type: Transform + pos: 4.5,-179.5 + parent: 2 + - uid: 7049 + components: + - type: Transform + pos: -4.5,-162.5 + parent: 2 + - uid: 7050 + components: + - type: Transform + pos: -4.5,-161.5 + parent: 2 + - uid: 7051 + components: + - type: Transform + pos: 0.5,-162.5 + parent: 2 + - uid: 7052 + components: + - type: Transform + pos: 0.5,-161.5 + parent: 2 + - uid: 7053 + components: + - type: Transform + pos: 0.5,-160.5 + parent: 2 + - uid: 7054 + components: + - type: Transform + pos: 0.5,-159.5 + parent: 2 + - uid: 7055 + components: + - type: Transform + pos: -4.5,-181.5 + parent: 2 + - uid: 7057 + components: + - type: Transform + pos: 7.5,-179.5 + parent: 2 + - uid: 7058 + components: + - type: Transform + pos: 6.5,-169.5 + parent: 2 + - uid: 7059 + components: + - type: Transform + pos: 6.5,-165.5 + parent: 2 + - uid: 7091 + components: + - type: Transform + pos: 4.5,-188.5 + parent: 2 + - uid: 7092 + components: + - type: Transform + pos: 4.5,-189.5 + parent: 2 + - uid: 7093 + components: + - type: Transform + pos: 3.5,-189.5 + parent: 2 + - uid: 7094 + components: + - type: Transform + pos: 2.5,-189.5 + parent: 2 + - uid: 7095 + components: + - type: Transform + pos: 1.5,-189.5 + parent: 2 + - uid: 7096 + components: + - type: Transform + pos: 0.5,-189.5 + parent: 2 + - uid: 7097 + components: + - type: Transform + pos: -0.5,-189.5 + parent: 2 + - uid: 7098 + components: + - type: Transform + pos: -1.5,-189.5 + parent: 2 + - uid: 7099 + components: + - type: Transform + pos: -2.5,-189.5 + parent: 2 + - uid: 7100 + components: + - type: Transform + pos: -2.5,-188.5 + parent: 2 + - uid: 7101 + components: + - type: Transform + pos: -2.5,-187.5 + parent: 2 + - uid: 7102 + components: + - type: Transform + pos: 3.5,-188.5 + parent: 2 + - uid: 7103 + components: + - type: Transform + pos: 3.5,-187.5 + parent: 2 + - uid: 7104 + components: + - type: Transform + pos: 5.5,-189.5 + parent: 2 + - uid: 7105 + components: + - type: Transform + pos: 6.5,-189.5 + parent: 2 + - uid: 7106 + components: + - type: Transform + pos: 6.5,-190.5 + parent: 2 + - uid: 7107 + components: + - type: Transform + pos: 6.5,-191.5 + parent: 2 + - uid: 7108 + components: + - type: Transform + pos: 6.5,-192.5 + parent: 2 + - uid: 7109 + components: + - type: Transform + pos: 6.5,-193.5 + parent: 2 + - uid: 7110 + components: + - type: Transform + pos: 6.5,-194.5 + parent: 2 + - uid: 7111 + components: + - type: Transform + pos: 6.5,-195.5 + parent: 2 + - uid: 7112 + components: + - type: Transform + pos: 6.5,-196.5 + parent: 2 + - uid: 7113 + components: + - type: Transform + pos: 6.5,-197.5 + parent: 2 + - uid: 7114 + components: + - type: Transform + pos: 6.5,-198.5 + parent: 2 + - uid: 7115 + components: + - type: Transform + pos: 6.5,-199.5 + parent: 2 + - uid: 7116 + components: + - type: Transform + pos: 6.5,-200.5 + parent: 2 + - uid: 7117 + components: + - type: Transform + pos: 6.5,-201.5 + parent: 2 + - uid: 7118 + components: + - type: Transform + pos: 6.5,-202.5 + parent: 2 + - uid: 7119 + components: + - type: Transform + pos: 6.5,-203.5 + parent: 2 + - uid: 7120 + components: + - type: Transform + pos: 6.5,-204.5 + parent: 2 + - uid: 7121 + components: + - type: Transform + pos: 6.5,-205.5 + parent: 2 + - uid: 7122 + components: + - type: Transform + pos: 6.5,-206.5 + parent: 2 + - uid: 7123 + components: + - type: Transform + pos: 5.5,-206.5 + parent: 2 + - uid: 7124 + components: + - type: Transform + pos: 4.5,-206.5 + parent: 2 + - uid: 7125 + components: + - type: Transform + pos: 3.5,-206.5 + parent: 2 + - uid: 7126 + components: + - type: Transform + pos: 2.5,-206.5 + parent: 2 + - uid: 7127 + components: + - type: Transform + pos: 1.5,-206.5 + parent: 2 + - uid: 7128 + components: + - type: Transform + pos: 0.5,-206.5 + parent: 2 + - uid: 7129 + components: + - type: Transform + pos: 0.5,-207.5 + parent: 2 + - uid: 7130 + components: + - type: Transform + pos: 0.5,-208.5 + parent: 2 + - uid: 7131 + components: + - type: Transform + pos: 0.5,-209.5 + parent: 2 + - uid: 7132 + components: + - type: Transform + pos: 5.5,-198.5 + parent: 2 + - uid: 7133 + components: + - type: Transform + pos: 4.5,-198.5 + parent: 2 + - uid: 7134 + components: + - type: Transform + pos: 3.5,-198.5 + parent: 2 + - uid: 7135 + components: + - type: Transform + pos: 2.5,-198.5 + parent: 2 + - uid: 7136 + components: + - type: Transform + pos: 2.5,-197.5 + parent: 2 + - uid: 7137 + components: + - type: Transform + pos: 2.5,-196.5 + parent: 2 + - uid: 7138 + components: + - type: Transform + pos: 2.5,-195.5 + parent: 2 + - uid: 7139 + components: + - type: Transform + pos: 2.5,-194.5 + parent: 2 + - uid: 7140 + components: + - type: Transform + pos: 2.5,-193.5 + parent: 2 + - uid: 7141 + components: + - type: Transform + pos: 1.5,-193.5 + parent: 2 + - uid: 7142 + components: + - type: Transform + pos: 0.5,-193.5 + parent: 2 + - uid: 7143 + components: + - type: Transform + pos: 2.5,-199.5 + parent: 2 + - uid: 7144 + components: + - type: Transform + pos: 2.5,-200.5 + parent: 2 + - uid: 7145 + components: + - type: Transform + pos: 2.5,-201.5 + parent: 2 + - uid: 7146 + components: + - type: Transform + pos: 2.5,-202.5 + parent: 2 + - uid: 7147 + components: + - type: Transform + pos: 1.5,-202.5 + parent: 2 + - uid: 7148 + components: + - type: Transform + pos: 0.5,-202.5 + parent: 2 + - uid: 7149 + components: + - type: Transform + pos: 0.5,-201.5 + parent: 2 + - uid: 7150 + components: + - type: Transform + pos: 0.5,-200.5 + parent: 2 + - uid: 7151 + components: + - type: Transform + pos: 0.5,-199.5 + parent: 2 + - uid: 7152 + components: + - type: Transform + pos: 0.5,-198.5 + parent: 2 + - uid: 7153 + components: + - type: Transform + pos: 0.5,-197.5 + parent: 2 + - uid: 7154 + components: + - type: Transform + pos: 1.5,-197.5 + parent: 2 + - uid: 7155 + components: + - type: Transform + pos: -3.5,-203.5 + parent: 2 + - uid: 7156 + components: + - type: Transform + pos: -2.5,-203.5 + parent: 2 + - uid: 7157 + components: + - type: Transform + pos: -2.5,-204.5 + parent: 2 + - uid: 7158 + components: + - type: Transform + pos: -2.5,-205.5 + parent: 2 + - uid: 7159 + components: + - type: Transform + pos: -3.5,-205.5 + parent: 2 + - uid: 7160 + components: + - type: Transform + pos: -4.5,-205.5 + parent: 2 + - uid: 7161 + components: + - type: Transform + pos: -5.5,-205.5 + parent: 2 + - uid: 7162 + components: + - type: Transform + pos: -2.5,-202.5 + parent: 2 + - uid: 7163 + components: + - type: Transform + pos: -2.5,-201.5 + parent: 2 + - uid: 7164 + components: + - type: Transform + pos: -3.5,-201.5 + parent: 2 + - uid: 7165 + components: + - type: Transform + pos: -4.5,-201.5 + parent: 2 + - uid: 7166 + components: + - type: Transform + pos: -5.5,-201.5 + parent: 2 + - uid: 7167 + components: + - type: Transform + pos: -2.5,-206.5 + parent: 2 + - uid: 7168 + components: + - type: Transform + pos: -2.5,-200.5 + parent: 2 + - uid: 7169 + components: + - type: Transform + pos: -2.5,-199.5 + parent: 2 + - uid: 7170 + components: + - type: Transform + pos: -2.5,-198.5 + parent: 2 + - uid: 7171 + components: + - type: Transform + pos: -2.5,-197.5 + parent: 2 + - uid: 7172 + components: + - type: Transform + pos: -2.5,-196.5 + parent: 2 + - uid: 7173 + components: + - type: Transform + pos: -2.5,-195.5 + parent: 2 + - uid: 7174 + components: + - type: Transform + pos: -2.5,-194.5 + parent: 2 + - uid: 7175 + components: + - type: Transform + pos: -3.5,-194.5 + parent: 2 + - uid: 7176 + components: + - type: Transform + pos: -4.5,-194.5 + parent: 2 + - uid: 7177 + components: + - type: Transform + pos: -5.5,-194.5 + parent: 2 + - uid: 7178 + components: + - type: Transform + pos: -6.5,-194.5 + parent: 2 + - uid: 7179 + components: + - type: Transform + pos: -6.5,-195.5 + parent: 2 + - uid: 7180 + components: + - type: Transform + pos: -6.5,-196.5 + parent: 2 + - uid: 7181 + components: + - type: Transform + pos: -6.5,-197.5 + parent: 2 + - uid: 7182 + components: + - type: Transform + pos: -6.5,-198.5 + parent: 2 + - uid: 7183 + components: + - type: Transform + pos: -5.5,-198.5 + parent: 2 + - uid: 7184 + components: + - type: Transform + pos: -4.5,-198.5 + parent: 2 + - uid: 7185 + components: + - type: Transform + pos: -3.5,-198.5 + parent: 2 + - uid: 7186 + components: + - type: Transform + pos: -3.5,-193.5 + parent: 2 + - uid: 7187 + components: + - type: Transform + pos: -3.5,-192.5 + parent: 2 + - uid: 7188 + components: + - type: Transform + pos: -1.5,-181.5 + parent: 2 + - uid: 7215 + components: + - type: Transform + pos: 1.5,-160.5 + parent: 2 + - uid: 7218 + components: + - type: Transform + pos: -0.5,-160.5 + parent: 2 + - uid: 7219 + components: + - type: Transform + pos: 2.5,-160.5 + parent: 2 + - uid: 7220 + components: + - type: Transform + pos: -1.5,-160.5 + parent: 2 + - uid: 7221 + components: + - type: Transform + pos: 1.5,-181.5 + parent: 2 + - uid: 7222 + components: + - type: Transform + pos: 2.5,-181.5 + parent: 2 + - uid: 7223 + components: + - type: Transform + pos: -0.5,-181.5 + parent: 2 + - uid: 7224 + components: + - type: Transform + pos: -0.5,-187.5 + parent: 2 + - uid: 7225 + components: + - type: Transform + pos: 1.5,-187.5 + parent: 2 + - uid: 7226 + components: + - type: Transform + pos: -1.5,-187.5 + parent: 2 + - uid: 7227 + components: + - type: Transform + pos: 0.5,-187.5 + parent: 2 + - uid: 7228 + components: + - type: Transform + pos: 2.5,-187.5 + parent: 2 + - uid: 7229 + components: + - type: Transform + pos: 0.5,-186.5 + parent: 2 + - uid: 7230 + components: + - type: Transform + pos: 0.5,-188.5 + parent: 2 + - uid: 7423 + components: + - type: Transform + pos: 2.5,-282.5 + parent: 2 + - uid: 7438 + components: + - type: Transform + pos: 2.5,-285.5 + parent: 2 + - uid: 7443 + components: + - type: Transform + pos: 7.5,-253.5 + parent: 2 + - uid: 7444 + components: + - type: Transform + pos: 7.5,-250.5 + parent: 2 + - uid: 7445 + components: + - type: Transform + pos: 7.5,-249.5 + parent: 2 + - uid: 7458 + components: + - type: Transform + pos: 15.5,-248.5 + parent: 2 + - uid: 7459 + components: + - type: Transform + pos: 14.5,-248.5 + parent: 2 + - uid: 7462 + components: + - type: Transform + pos: 12.5,-248.5 + parent: 2 + - uid: 7463 + components: + - type: Transform + pos: 8.5,-243.5 + parent: 2 + - uid: 7477 + components: + - type: Transform + pos: 5.5,-180.5 + parent: 2 + - uid: 7509 + components: + - type: Transform + pos: 5.5,-287.5 + parent: 2 + - uid: 7557 + components: + - type: Transform + pos: 1.5,-208.5 + parent: 2 + - uid: 7560 + components: + - type: Transform + pos: -0.5,-208.5 + parent: 2 + - uid: 7562 + components: + - type: Transform + pos: -1.5,-208.5 + parent: 2 + - uid: 7592 + components: + - type: Transform + pos: -2.5,-228.5 + parent: 2 + - uid: 7593 + components: + - type: Transform + pos: -2.5,-229.5 + parent: 2 + - uid: 7594 + components: + - type: Transform + pos: -2.5,-230.5 + parent: 2 + - uid: 7595 + components: + - type: Transform + pos: -3.5,-228.5 + parent: 2 + - uid: 7596 + components: + - type: Transform + pos: -3.5,-227.5 + parent: 2 + - uid: 7597 + components: + - type: Transform + pos: -3.5,-226.5 + parent: 2 + - uid: 7598 + components: + - type: Transform + pos: -4.5,-226.5 + parent: 2 + - uid: 7599 + components: + - type: Transform + pos: -5.5,-226.5 + parent: 2 + - uid: 7600 + components: + - type: Transform + pos: -6.5,-226.5 + parent: 2 + - uid: 7601 + components: + - type: Transform + pos: -6.5,-227.5 + parent: 2 + - uid: 7602 + components: + - type: Transform + pos: -6.5,-228.5 + parent: 2 + - uid: 7603 + components: + - type: Transform + pos: -6.5,-229.5 + parent: 2 + - uid: 7604 + components: + - type: Transform + pos: -7.5,-229.5 + parent: 2 + - uid: 7605 + components: + - type: Transform + pos: -8.5,-229.5 + parent: 2 + - uid: 7625 + components: + - type: Transform + pos: -1.5,-230.5 + parent: 2 + - uid: 7626 + components: + - type: Transform + pos: -0.5,-230.5 + parent: 2 + - uid: 7627 + components: + - type: Transform + pos: 0.5,-230.5 + parent: 2 + - uid: 7628 + components: + - type: Transform + pos: 1.5,-230.5 + parent: 2 + - uid: 7629 + components: + - type: Transform + pos: 2.5,-230.5 + parent: 2 + - uid: 7630 + components: + - type: Transform + pos: 3.5,-230.5 + parent: 2 + - uid: 7631 + components: + - type: Transform + pos: 4.5,-230.5 + parent: 2 + - uid: 7632 + components: + - type: Transform + pos: 4.5,-229.5 + parent: 2 + - uid: 7633 + components: + - type: Transform + pos: 4.5,-228.5 + parent: 2 + - uid: 7634 + components: + - type: Transform + pos: 4.5,-227.5 + parent: 2 + - uid: 7635 + components: + - type: Transform + pos: 4.5,-226.5 + parent: 2 + - uid: 7636 + components: + - type: Transform + pos: 6.5,-226.5 + parent: 2 + - uid: 7637 + components: + - type: Transform + pos: 7.5,-226.5 + parent: 2 + - uid: 7639 + components: + - type: Transform + pos: 7.5,-227.5 + parent: 2 + - uid: 7640 + components: + - type: Transform + pos: 7.5,-228.5 + parent: 2 + - uid: 7641 + components: + - type: Transform + pos: 7.5,-229.5 + parent: 2 + - uid: 7642 + components: + - type: Transform + pos: 8.5,-229.5 + parent: 2 + - uid: 7643 + components: + - type: Transform + pos: 9.5,-229.5 + parent: 2 + - uid: 7645 + components: + - type: Transform + pos: 0.5,-219.5 + parent: 2 + - uid: 7646 + components: + - type: Transform + pos: -0.5,-219.5 + parent: 2 + - uid: 7647 + components: + - type: Transform + pos: -1.5,-219.5 + parent: 2 + - uid: 7648 + components: + - type: Transform + pos: -2.5,-219.5 + parent: 2 + - uid: 7649 + components: + - type: Transform + pos: -3.5,-219.5 + parent: 2 + - uid: 7650 + components: + - type: Transform + pos: -3.5,-222.5 + parent: 2 + - uid: 7651 + components: + - type: Transform + pos: -3.5,-223.5 + parent: 2 + - uid: 7652 + components: + - type: Transform + pos: -4.5,-223.5 + parent: 2 + - uid: 7653 + components: + - type: Transform + pos: -5.5,-223.5 + parent: 2 + - uid: 7654 + components: + - type: Transform + pos: -6.5,-223.5 + parent: 2 + - uid: 7655 + components: + - type: Transform + pos: -6.5,-222.5 + parent: 2 + - uid: 7656 + components: + - type: Transform + pos: -6.5,-221.5 + parent: 2 + - uid: 7657 + components: + - type: Transform + pos: -6.5,-220.5 + parent: 2 + - uid: 7658 + components: + - type: Transform + pos: -7.5,-220.5 + parent: 2 + - uid: 7659 + components: + - type: Transform + pos: 0.5,-214.5 + parent: 2 + - uid: 7660 + components: + - type: Transform + pos: 0.5,-215.5 + parent: 2 + - uid: 7661 + components: + - type: Transform + pos: 0.5,-216.5 + parent: 2 + - uid: 7662 + components: + - type: Transform + pos: 0.5,-217.5 + parent: 2 + - uid: 7663 + components: + - type: Transform + pos: 0.5,-218.5 + parent: 2 + - uid: 7664 + components: + - type: Transform + pos: 1.5,-214.5 + parent: 2 + - uid: 7665 + components: + - type: Transform + pos: -8.5,-220.5 + parent: 2 + - uid: 7666 + components: + - type: Transform + pos: 0.5,-213.5 + parent: 2 + - uid: 7669 + components: + - type: Transform + pos: 7.5,-223.5 + parent: 2 + - uid: 7670 + components: + - type: Transform + pos: 7.5,-222.5 + parent: 2 + - uid: 7671 + components: + - type: Transform + pos: 7.5,-221.5 + parent: 2 + - uid: 7672 + components: + - type: Transform + pos: 7.5,-220.5 + parent: 2 + - uid: 7673 + components: + - type: Transform + pos: 8.5,-220.5 + parent: 2 + - uid: 7674 + components: + - type: Transform + pos: 9.5,-220.5 + parent: 2 + - uid: 7675 + components: + - type: Transform + pos: 2.5,-214.5 + parent: 2 + - uid: 7676 + components: + - type: Transform + pos: -0.5,-214.5 + parent: 2 + - uid: 7678 + components: + - type: Transform + pos: -1.5,-214.5 + parent: 2 + - uid: 7680 + components: + - type: Transform + pos: -1.5,-235.5 + parent: 2 + - uid: 7681 + components: + - type: Transform + pos: -0.5,-235.5 + parent: 2 + - uid: 7682 + components: + - type: Transform + pos: 0.5,-235.5 + parent: 2 + - uid: 7683 + components: + - type: Transform + pos: 1.5,-235.5 + parent: 2 + - uid: 7684 + components: + - type: Transform + pos: 2.5,-235.5 + parent: 2 + - uid: 7686 + components: + - type: Transform + pos: 0.5,-236.5 + parent: 2 + - uid: 7687 + components: + - type: Transform + pos: 0.5,-234.5 + parent: 2 + - uid: 7688 + components: + - type: Transform + pos: 0.5,-233.5 + parent: 2 + - uid: 7689 + components: + - type: Transform + pos: 0.5,-232.5 + parent: 2 + - uid: 7690 + components: + - type: Transform + pos: 0.5,-231.5 + parent: 2 + - uid: 7699 + components: + - type: Transform + pos: 0.5,-229.5 + parent: 2 + - uid: 7700 + components: + - type: Transform + pos: 0.5,-228.5 + parent: 2 + - uid: 7701 + components: + - type: Transform + pos: 0.5,-227.5 + parent: 2 + - uid: 7702 + components: + - type: Transform + pos: 0.5,-226.5 + parent: 2 + - uid: 7711 + components: + - type: Transform + pos: 0.5,-220.5 + parent: 2 + - uid: 7712 + components: + - type: Transform + pos: 0.5,-221.5 + parent: 2 + - uid: 7713 + components: + - type: Transform + pos: 0.5,-222.5 + parent: 2 + - uid: 7714 + components: + - type: Transform + pos: 0.5,-223.5 + parent: 2 + - uid: 7716 + components: + - type: Transform + pos: -3.5,-230.5 + parent: 2 + - uid: 7718 + components: + - type: Transform + pos: -2.5,-231.5 + parent: 2 + - uid: 7775 + components: + - type: Transform + pos: 13.5,-248.5 + parent: 2 + - uid: 7778 + components: + - type: Transform + pos: 4.5,-260.5 + parent: 2 + - uid: 7814 + components: + - type: Transform + pos: 4.5,-252.5 + parent: 2 + - uid: 7842 + components: + - type: Transform + pos: 6.5,-247.5 + parent: 2 + - uid: 7919 + components: + - type: Transform + pos: 2.5,-286.5 + parent: 2 + - uid: 7920 + components: + - type: Transform + pos: 2.5,-287.5 + parent: 2 + - uid: 7925 + components: + - type: Transform + pos: 5.5,-289.5 + parent: 2 + - uid: 7930 + components: + - type: Transform + pos: 8.5,-286.5 + parent: 2 + - uid: 7931 + components: + - type: Transform + pos: 7.5,-287.5 + parent: 2 + - uid: 7932 + components: + - type: Transform + pos: 6.5,-287.5 + parent: 2 + - uid: 7938 + components: + - type: Transform + pos: 7.5,-339.5 + parent: 2 + - uid: 7940 + components: + - type: Transform + pos: 7.5,-340.5 + parent: 2 + - uid: 7974 + components: + - type: Transform + pos: 2.5,-284.5 + parent: 2 + - uid: 7983 + components: + - type: Transform + pos: 0.5,-242.5 + parent: 2 + - uid: 7985 + components: + - type: Transform + pos: 0.5,-241.5 + parent: 2 + - uid: 7986 + components: + - type: Transform + pos: 1.5,-241.5 + parent: 2 + - uid: 7987 + components: + - type: Transform + pos: 2.5,-241.5 + parent: 2 + - uid: 7988 + components: + - type: Transform + pos: -0.5,-241.5 + parent: 2 + - uid: 7989 + components: + - type: Transform + pos: -1.5,-241.5 + parent: 2 + - uid: 7990 + components: + - type: Transform + pos: 0.5,-240.5 + parent: 2 + - uid: 7994 + components: + - type: Transform + pos: 4.5,-287.5 + parent: 2 + - uid: 8030 + components: + - type: Transform + pos: 6.5,-336.5 + parent: 2 + - uid: 8045 + components: + - type: Transform + pos: 3.5,-287.5 + parent: 2 + - uid: 8057 + components: + - type: Transform + pos: 2.5,-283.5 + parent: 2 + - uid: 8072 + components: + - type: Transform + pos: 0.5,-261.5 + parent: 2 + - uid: 8073 + components: + - type: Transform + pos: 0.5,-262.5 + parent: 2 + - uid: 8074 + components: + - type: Transform + pos: 0.5,-263.5 + parent: 2 + - uid: 8075 + components: + - type: Transform + pos: 1.5,-262.5 + parent: 2 + - uid: 8076 + components: + - type: Transform + pos: 2.5,-262.5 + parent: 2 + - uid: 8078 + components: + - type: Transform + pos: -0.5,-262.5 + parent: 2 + - uid: 8080 + components: + - type: Transform + pos: -1.5,-262.5 + parent: 2 + - uid: 8083 + components: + - type: Transform + pos: 8.5,-287.5 + parent: 2 + - uid: 8095 + components: + - type: Transform + pos: 5.5,-288.5 + parent: 2 + - uid: 8097 + components: + - type: Transform + pos: 8.5,-285.5 + parent: 2 + - uid: 8112 + components: + - type: Transform + pos: 3.5,-254.5 + parent: 2 + - uid: 8150 + components: + - type: Transform + pos: -15.5,-250.5 + parent: 2 + - uid: 8152 + components: + - type: Transform + pos: -15.5,-249.5 + parent: 2 + - uid: 8167 + components: + - type: Transform + pos: 7.5,-337.5 + parent: 2 + - uid: 8168 + components: + - type: Transform + pos: 5.5,-340.5 + parent: 2 + - uid: 8171 + components: + - type: Transform + pos: -6.5,-166.5 + parent: 2 + - uid: 8172 + components: + - type: Transform + pos: 7.5,-255.5 + parent: 2 + - uid: 8173 + components: + - type: Transform + pos: 7.5,-256.5 + parent: 2 + - uid: 8188 + components: + - type: Transform + pos: 6.5,-342.5 + parent: 2 + - uid: 8194 + components: + - type: Transform + pos: 5.5,-337.5 + parent: 2 + - uid: 8216 + components: + - type: Transform + pos: -8.5,-308.5 + parent: 2 + - uid: 8227 + components: + - type: Transform + pos: 16.5,-254.5 + parent: 2 + - uid: 8228 + components: + - type: Transform + pos: -6.5,-165.5 + parent: 2 + - uid: 8262 + components: + - type: Transform + pos: 13.5,-158.5 + parent: 2 + - uid: 8263 + components: + - type: Transform + pos: 13.5,-159.5 + parent: 2 + - uid: 8264 + components: + - type: Transform + pos: 13.5,-160.5 + parent: 2 + - uid: 8265 + components: + - type: Transform + pos: 13.5,-161.5 + parent: 2 + - uid: 8266 + components: + - type: Transform + pos: 13.5,-162.5 + parent: 2 + - uid: 8268 + components: + - type: Transform + pos: 15.5,-159.5 + parent: 2 + - uid: 8269 + components: + - type: Transform + pos: 16.5,-159.5 + parent: 2 + - uid: 8270 + components: + - type: Transform + pos: 17.5,-159.5 + parent: 2 + - uid: 8271 + components: + - type: Transform + pos: 5.5,-336.5 + parent: 2 + - uid: 8272 + components: + - type: Transform + pos: 17.5,-160.5 + parent: 2 + - uid: 8273 + components: + - type: Transform + pos: 17.5,-161.5 + parent: 2 + - uid: 8274 + components: + - type: Transform + pos: 17.5,-162.5 + parent: 2 + - uid: 8276 + components: + - type: Transform + pos: 8.5,-340.5 + parent: 2 + - uid: 8278 + components: + - type: Transform + pos: 17.5,-137.5 + parent: 2 + - uid: 8279 + components: + - type: Transform + pos: 17.5,-138.5 + parent: 2 + - uid: 8280 + components: + - type: Transform + pos: 17.5,-139.5 + parent: 2 + - uid: 8281 + components: + - type: Transform + pos: 17.5,-140.5 + parent: 2 + - uid: 8282 + components: + - type: Transform + pos: 17.5,-141.5 + parent: 2 + - uid: 8283 + components: + - type: Transform + pos: 17.5,-142.5 + parent: 2 + - uid: 8284 + components: + - type: Transform + pos: 17.5,-143.5 + parent: 2 + - uid: 8285 + components: + - type: Transform + pos: 17.5,-144.5 + parent: 2 + - uid: 8286 + components: + - type: Transform + pos: 17.5,-145.5 + parent: 2 + - uid: 8287 + components: + - type: Transform + pos: 17.5,-146.5 + parent: 2 + - uid: 8288 + components: + - type: Transform + pos: 17.5,-147.5 + parent: 2 + - uid: 8289 + components: + - type: Transform + pos: 17.5,-148.5 + parent: 2 + - uid: 8290 + components: + - type: Transform + pos: 17.5,-149.5 + parent: 2 + - uid: 8291 + components: + - type: Transform + pos: 17.5,-150.5 + parent: 2 + - uid: 8292 + components: + - type: Transform + pos: 17.5,-151.5 + parent: 2 + - uid: 8293 + components: + - type: Transform + pos: 17.5,-152.5 + parent: 2 + - uid: 8294 + components: + - type: Transform + pos: 17.5,-153.5 + parent: 2 + - uid: 8295 + components: + - type: Transform + pos: 16.5,-138.5 + parent: 2 + - uid: 8296 + components: + - type: Transform + pos: 15.5,-138.5 + parent: 2 + - uid: 8297 + components: + - type: Transform + pos: 14.5,-138.5 + parent: 2 + - uid: 8298 + components: + - type: Transform + pos: 13.5,-138.5 + parent: 2 + - uid: 8299 + components: + - type: Transform + pos: 13.5,-139.5 + parent: 2 + - uid: 8300 + components: + - type: Transform + pos: 13.5,-140.5 + parent: 2 + - uid: 8301 + components: + - type: Transform + pos: 13.5,-141.5 + parent: 2 + - uid: 8302 + components: + - type: Transform + pos: 13.5,-142.5 + parent: 2 + - uid: 8303 + components: + - type: Transform + pos: 13.5,-143.5 + parent: 2 + - uid: 8304 + components: + - type: Transform + pos: 13.5,-144.5 + parent: 2 + - uid: 8306 + components: + - type: Transform + pos: 13.5,-146.5 + parent: 2 + - uid: 8307 + components: + - type: Transform + pos: 13.5,-147.5 + parent: 2 + - uid: 8308 + components: + - type: Transform + pos: 13.5,-148.5 + parent: 2 + - uid: 8309 + components: + - type: Transform + pos: 13.5,-149.5 + parent: 2 + - uid: 8310 + components: + - type: Transform + pos: 13.5,-150.5 + parent: 2 + - uid: 8311 + components: + - type: Transform + pos: 13.5,-151.5 + parent: 2 + - uid: 8312 + components: + - type: Transform + pos: 13.5,-152.5 + parent: 2 + - uid: 8313 + components: + - type: Transform + pos: 13.5,-153.5 + parent: 2 + - uid: 8320 + components: + - type: Transform + pos: 19.5,-240.5 + parent: 2 + - uid: 8349 + components: + - type: Transform + pos: -13.5,-162.5 + parent: 2 + - uid: 8351 + components: + - type: Transform + pos: 16.5,-255.5 + parent: 2 + - uid: 8352 + components: + - type: Transform + pos: 17.5,-255.5 + parent: 2 + - uid: 8356 + components: + - type: Transform + pos: 18.5,-255.5 + parent: 2 + - uid: 8359 + components: + - type: Transform + pos: 12.5,-260.5 + parent: 2 + - uid: 8360 + components: + - type: Transform + pos: 18.5,-257.5 + parent: 2 + - uid: 8361 + components: + - type: Transform + pos: 15.5,-240.5 + parent: 2 + - uid: 8362 + components: + - type: Transform + pos: 16.5,-243.5 + parent: 2 + - uid: 8363 + components: + - type: Transform + pos: 18.5,-260.5 + parent: 2 + - uid: 8364 + components: + - type: Transform + pos: 15.5,-243.5 + parent: 2 + - uid: 8367 + components: + - type: Transform + pos: -13.5,-163.5 + parent: 2 + - uid: 8368 + components: + - type: Transform + pos: 18.5,-248.5 + parent: 2 + - uid: 8369 + components: + - type: Transform + pos: 17.5,-245.5 + parent: 2 + - uid: 8371 + components: + - type: Transform + pos: -13.5,-164.5 + parent: 2 + - uid: 8377 + components: + - type: Transform + pos: -13.5,-165.5 + parent: 2 + - uid: 8382 + components: + - type: Transform + pos: 17.5,-260.5 + parent: 2 + - uid: 8383 + components: + - type: Transform + pos: 14.5,-256.5 + parent: 2 + - uid: 8386 + components: + - type: Transform + pos: -13.5,-166.5 + parent: 2 + - uid: 8389 + components: + - type: Transform + pos: 7.5,-257.5 + parent: 2 + - uid: 8390 + components: + - type: Transform + pos: 7.5,-258.5 + parent: 2 + - uid: 8392 + components: + - type: Transform + pos: -13.5,-167.5 + parent: 2 + - uid: 8393 + components: + - type: Transform + pos: -12.5,-167.5 + parent: 2 + - uid: 8418 + components: + - type: Transform + pos: 7.5,-247.5 + parent: 2 + - uid: 8423 + components: + - type: Transform + pos: 7.5,-259.5 + parent: 2 + - uid: 8427 + components: + - type: Transform + pos: 7.5,-260.5 + parent: 2 + - uid: 8434 + components: + - type: Transform + pos: 11.5,-256.5 + parent: 2 + - uid: 8437 + components: + - type: Transform + pos: 6.5,-243.5 + parent: 2 + - uid: 8445 + components: + - type: Transform + pos: -9.5,-299.5 + parent: 2 + - uid: 8446 + components: + - type: Transform + pos: 8.5,-260.5 + parent: 2 + - uid: 8447 + components: + - type: Transform + pos: 13.5,-256.5 + parent: 2 + - uid: 8451 + components: + - type: Transform + pos: 16.5,-264.5 + parent: 2 + - uid: 8457 + components: + - type: Transform + pos: 5.5,-261.5 + parent: 2 + - uid: 8462 + components: + - type: Transform + pos: 19.5,-264.5 + parent: 2 + - uid: 8464 + components: + - type: Transform + pos: 0.5,-362.5 + parent: 2 + - uid: 8465 + components: + - type: Transform + pos: 20.5,-264.5 + parent: 2 + - uid: 8500 + components: + - type: Transform + pos: 17.5,-243.5 + parent: 2 + - uid: 8505 + components: + - type: Transform + pos: 18.5,-247.5 + parent: 2 + - uid: 8506 + components: + - type: Transform + pos: 18.5,-240.5 + parent: 2 + - uid: 8517 + components: + - type: Transform + pos: 3.5,-252.5 + parent: 2 + - uid: 8555 + components: + - type: Transform + pos: 3.5,-250.5 + parent: 2 + - uid: 8566 + components: + - type: Transform + pos: 3.5,-260.5 + parent: 2 + - uid: 8618 + components: + - type: Transform + pos: 3.5,-249.5 + parent: 2 + - uid: 8645 + components: + - type: Transform + pos: 5.5,-260.5 + parent: 2 + - uid: 8646 + components: + - type: Transform + pos: 15.5,-260.5 + parent: 2 + - uid: 8647 + components: + - type: Transform + pos: 17.5,-240.5 + parent: 2 + - uid: 8660 + components: + - type: Transform + pos: 14.5,-260.5 + parent: 2 + - uid: 8668 + components: + - type: Transform + pos: 16.5,-250.5 + parent: 2 + - uid: 8670 + components: + - type: Transform + pos: 19.5,-248.5 + parent: 2 + - uid: 8684 + components: + - type: Transform + pos: 15.5,-245.5 + parent: 2 + - uid: 8696 + components: + - type: Transform + pos: 16.5,-260.5 + parent: 2 + - uid: 8708 + components: + - type: Transform + pos: -6.5,-167.5 + parent: 2 + - uid: 8730 + components: + - type: Transform + pos: 13.5,-260.5 + parent: 2 + - uid: 8731 + components: + - type: Transform + pos: 18.5,-256.5 + parent: 2 + - uid: 8764 + components: + - type: Transform + pos: -7.5,-167.5 + parent: 2 + - uid: 8786 + components: + - type: Transform + pos: 16.5,-256.5 + parent: 2 + - uid: 8787 + components: + - type: Transform + pos: 11.5,-260.5 + parent: 2 + - uid: 8791 + components: + - type: Transform + pos: 18.5,-258.5 + parent: 2 + - uid: 8792 + components: + - type: Transform + pos: 18.5,-246.5 + parent: 2 + - uid: 8793 + components: + - type: Transform + pos: 16.5,-245.5 + parent: 2 + - uid: 8799 + components: + - type: Transform + pos: 18.5,-261.5 + parent: 2 + - uid: 8804 + components: + - type: Transform + pos: 18.5,-259.5 + parent: 2 + - uid: 8805 + components: + - type: Transform + pos: -7.5,-302.5 + parent: 2 + - uid: 8829 + components: + - type: Transform + pos: 6.5,-252.5 + parent: 2 + - uid: 8843 + components: + - type: Transform + pos: 8.5,-117.5 + parent: 2 + - uid: 8895 + components: + - type: Transform + pos: 18.5,-245.5 + parent: 2 + - uid: 8897 + components: + - type: Transform + pos: 18.5,-264.5 + parent: 2 + - uid: 8916 + components: + - type: Transform + pos: 5.5,-252.5 + parent: 2 + - uid: 8929 + components: + - type: Transform + pos: 17.5,-264.5 + parent: 2 + - uid: 8930 + components: + - type: Transform + pos: 3.5,-251.5 + parent: 2 + - uid: 8973 + components: + - type: Transform + pos: 7.5,-252.5 + parent: 2 + - uid: 8976 + components: + - type: Transform + pos: 7.5,-251.5 + parent: 2 + - uid: 8988 + components: + - type: Transform + pos: 7.5,-243.5 + parent: 2 + - uid: 9010 + components: + - type: Transform + pos: 5.5,-283.5 + parent: 2 + - uid: 9027 + components: + - type: Transform + pos: -9.5,-302.5 + parent: 2 + - uid: 9041 + components: + - type: Transform + pos: 4.5,-243.5 + parent: 2 + - uid: 9043 + components: + - type: Transform + pos: 5.5,-243.5 + parent: 2 + - uid: 9049 + components: + - type: Transform + pos: 3.5,-243.5 + parent: 2 + - uid: 9061 + components: + - type: Transform + pos: 12.5,-256.5 + parent: 2 + - uid: 9170 + components: + - type: Transform + pos: 5.5,-284.5 + parent: 2 + - uid: 9171 + components: + - type: Transform + pos: 5.5,-285.5 + parent: 2 + - uid: 9172 + components: + - type: Transform + pos: 4.5,-284.5 + parent: 2 + - uid: 9173 + components: + - type: Transform + pos: 6.5,-284.5 + parent: 2 + - uid: 9215 + components: + - type: Transform + pos: -1.5,-272.5 + parent: 2 + - uid: 9216 + components: + - type: Transform + pos: -1.5,-271.5 + parent: 2 + - uid: 9217 + components: + - type: Transform + pos: -2.5,-271.5 + parent: 2 + - uid: 9218 + components: + - type: Transform + pos: -3.5,-271.5 + parent: 2 + - uid: 9219 + components: + - type: Transform + pos: -4.5,-271.5 + parent: 2 + - uid: 9220 + components: + - type: Transform + pos: -5.5,-271.5 + parent: 2 + - uid: 9221 + components: + - type: Transform + pos: -6.5,-271.5 + parent: 2 + - uid: 9222 + components: + - type: Transform + pos: -6.5,-270.5 + parent: 2 + - uid: 9223 + components: + - type: Transform + pos: -6.5,-272.5 + parent: 2 + - uid: 9224 + components: + - type: Transform + pos: -7.5,-272.5 + parent: 2 + - uid: 9225 + components: + - type: Transform + pos: -8.5,-272.5 + parent: 2 + - uid: 9226 + components: + - type: Transform + pos: -6.5,-273.5 + parent: 2 + - uid: 9227 + components: + - type: Transform + pos: -6.5,-274.5 + parent: 2 + - uid: 9228 + components: + - type: Transform + pos: -6.5,-275.5 + parent: 2 + - uid: 9229 + components: + - type: Transform + pos: -5.5,-275.5 + parent: 2 + - uid: 9230 + components: + - type: Transform + pos: -5.5,-276.5 + parent: 2 + - uid: 9231 + components: + - type: Transform + pos: 7.5,-272.5 + parent: 2 + - uid: 9232 + components: + - type: Transform + pos: 6.5,-272.5 + parent: 2 + - uid: 9233 + components: + - type: Transform + pos: 5.5,-272.5 + parent: 2 + - uid: 9234 + components: + - type: Transform + pos: 4.5,-272.5 + parent: 2 + - uid: 9235 + components: + - type: Transform + pos: 3.5,-272.5 + parent: 2 + - uid: 9236 + components: + - type: Transform + pos: 5.5,-271.5 + parent: 2 + - uid: 9237 + components: + - type: Transform + pos: 5.5,-270.5 + parent: 2 + - uid: 9238 + components: + - type: Transform + pos: 5.5,-269.5 + parent: 2 + - uid: 9239 + components: + - type: Transform + pos: 3.5,-271.5 + parent: 2 + - uid: 9240 + components: + - type: Transform + pos: 3.5,-270.5 + parent: 2 + - uid: 9241 + components: + - type: Transform + pos: 2.5,-272.5 + parent: 2 + - uid: 9242 + components: + - type: Transform + pos: 5.5,-273.5 + parent: 2 + - uid: 9243 + components: + - type: Transform + pos: 5.5,-274.5 + parent: 2 + - uid: 9244 + components: + - type: Transform + pos: 5.5,-275.5 + parent: 2 + - uid: 9245 + components: + - type: Transform + pos: 5.5,-276.5 + parent: 2 + - uid: 9246 + components: + - type: Transform + pos: 5.5,-277.5 + parent: 2 + - uid: 9247 + components: + - type: Transform + pos: 5.5,-278.5 + parent: 2 + - uid: 9248 + components: + - type: Transform + pos: 5.5,-279.5 + parent: 2 + - uid: 9249 + components: + - type: Transform + pos: 5.5,-280.5 + parent: 2 + - uid: 9250 + components: + - type: Transform + pos: 5.5,-281.5 + parent: 2 + - uid: 9251 + components: + - type: Transform + pos: 4.5,-277.5 + parent: 2 + - uid: 9252 + components: + - type: Transform + pos: 3.5,-277.5 + parent: 2 + - uid: 9253 + components: + - type: Transform + pos: 2.5,-277.5 + parent: 2 + - uid: 9254 + components: + - type: Transform + pos: 1.5,-277.5 + parent: 2 + - uid: 9255 + components: + - type: Transform + pos: 0.5,-277.5 + parent: 2 + - uid: 9256 + components: + - type: Transform + pos: 0.5,-278.5 + parent: 2 + - uid: 9257 + components: + - type: Transform + pos: 0.5,-279.5 + parent: 2 + - uid: 9258 + components: + - type: Transform + pos: 0.5,-280.5 + parent: 2 + - uid: 9259 + components: + - type: Transform + pos: 0.5,-281.5 + parent: 2 + - uid: 9260 + components: + - type: Transform + pos: 0.5,-282.5 + parent: 2 + - uid: 9261 + components: + - type: Transform + pos: -0.5,-281.5 + parent: 2 + - uid: 9262 + components: + - type: Transform + pos: -0.5,-277.5 + parent: 2 + - uid: 9263 + components: + - type: Transform + pos: 0.5,-276.5 + parent: 2 + - uid: 9264 + components: + - type: Transform + pos: 6.5,-277.5 + parent: 2 + - uid: 9265 + components: + - type: Transform + pos: 7.5,-277.5 + parent: 2 + - uid: 9266 + components: + - type: Transform + pos: 8.5,-277.5 + parent: 2 + - uid: 9267 + components: + - type: Transform + pos: 9.5,-277.5 + parent: 2 + - uid: 9268 + components: + - type: Transform + pos: 10.5,-277.5 + parent: 2 + - uid: 9269 + components: + - type: Transform + pos: 11.5,-277.5 + parent: 2 + - uid: 9270 + components: + - type: Transform + pos: 11.5,-281.5 + parent: 2 + - uid: 9271 + components: + - type: Transform + pos: 10.5,-281.5 + parent: 2 + - uid: 9272 + components: + - type: Transform + pos: 9.5,-281.5 + parent: 2 + - uid: 9273 + components: + - type: Transform + pos: 8.5,-281.5 + parent: 2 + - uid: 9274 + components: + - type: Transform + pos: 7.5,-281.5 + parent: 2 + - uid: 9275 + components: + - type: Transform + pos: 6.5,-281.5 + parent: 2 + - uid: 9276 + components: + - type: Transform + pos: 4.5,-281.5 + parent: 2 + - uid: 9277 + components: + - type: Transform + pos: 3.5,-281.5 + parent: 2 + - uid: 9278 + components: + - type: Transform + pos: 2.5,-281.5 + parent: 2 + - uid: 9279 + components: + - type: Transform + pos: 1.5,-281.5 + parent: 2 + - uid: 9280 + components: + - type: Transform + pos: 5.5,-282.5 + parent: 2 + - uid: 9281 + components: + - type: Transform + pos: -5.5,-277.5 + parent: 2 + - uid: 9282 + components: + - type: Transform + pos: -5.5,-278.5 + parent: 2 + - uid: 9283 + components: + - type: Transform + pos: -5.5,-279.5 + parent: 2 + - uid: 9284 + components: + - type: Transform + pos: -5.5,-280.5 + parent: 2 + - uid: 9285 + components: + - type: Transform + pos: -5.5,-281.5 + parent: 2 + - uid: 9286 + components: + - type: Transform + pos: -5.5,-282.5 + parent: 2 + - uid: 9287 + components: + - type: Transform + pos: -5.5,-283.5 + parent: 2 + - uid: 9288 + components: + - type: Transform + pos: -5.5,-284.5 + parent: 2 + - uid: 9289 + components: + - type: Transform + pos: -5.5,-285.5 + parent: 2 + - uid: 9290 + components: + - type: Transform + pos: -5.5,-286.5 + parent: 2 + - uid: 9291 + components: + - type: Transform + pos: -5.5,-287.5 + parent: 2 + - uid: 9292 + components: + - type: Transform + pos: -4.5,-287.5 + parent: 2 + - uid: 9293 + components: + - type: Transform + pos: -3.5,-287.5 + parent: 2 + - uid: 9294 + components: + - type: Transform + pos: -4.5,-279.5 + parent: 2 + - uid: 9295 + components: + - type: Transform + pos: -3.5,-279.5 + parent: 2 + - uid: 9296 + components: + - type: Transform + pos: -3.5,-280.5 + parent: 2 + - uid: 9297 + components: + - type: Transform + pos: -3.5,-281.5 + parent: 2 + - uid: 9298 + components: + - type: Transform + pos: -3.5,-282.5 + parent: 2 + - uid: 9299 + components: + - type: Transform + pos: -3.5,-283.5 + parent: 2 + - uid: 9300 + components: + - type: Transform + pos: -2.5,-283.5 + parent: 2 + - uid: 9301 + components: + - type: Transform + pos: -2.5,-284.5 + parent: 2 + - uid: 9302 + components: + - type: Transform + pos: -1.5,-284.5 + parent: 2 + - uid: 9303 + components: + - type: Transform + pos: -0.5,-284.5 + parent: 2 + - uid: 9304 + components: + - type: Transform + pos: 0.5,-284.5 + parent: 2 + - uid: 9305 + components: + - type: Transform + pos: 0.5,-285.5 + parent: 2 + - uid: 9306 + components: + - type: Transform + pos: 0.5,-286.5 + parent: 2 + - uid: 9307 + components: + - type: Transform + pos: 0.5,-287.5 + parent: 2 + - uid: 9308 + components: + - type: Transform + pos: 0.5,-288.5 + parent: 2 + - uid: 9309 + components: + - type: Transform + pos: 0.5,-289.5 + parent: 2 + - uid: 9310 + components: + - type: Transform + pos: 0.5,-290.5 + parent: 2 + - uid: 9311 + components: + - type: Transform + pos: 1.5,-289.5 + parent: 2 + - uid: 9312 + components: + - type: Transform + pos: 2.5,-289.5 + parent: 2 + - uid: 9313 + components: + - type: Transform + pos: -0.5,-289.5 + parent: 2 + - uid: 9314 + components: + - type: Transform + pos: -1.5,-289.5 + parent: 2 + - uid: 9315 + components: + - type: Transform + pos: -3.5,-278.5 + parent: 2 + - uid: 9316 + components: + - type: Transform + pos: -3.5,-277.5 + parent: 2 + - uid: 9317 + components: + - type: Transform + pos: -3.5,-276.5 + parent: 2 + - uid: 9318 + components: + - type: Transform + pos: -3.5,-275.5 + parent: 2 + - uid: 9319 + components: + - type: Transform + pos: -2.5,-275.5 + parent: 2 + - uid: 9320 + components: + - type: Transform + pos: -2.5,-274.5 + parent: 2 + - uid: 9321 + components: + - type: Transform + pos: -1.5,-274.5 + parent: 2 + - uid: 9323 + components: + - type: Transform + pos: -0.5,-274.5 + parent: 2 + - uid: 9324 + components: + - type: Transform + pos: 0.5,-274.5 + parent: 2 + - uid: 9325 + components: + - type: Transform + pos: 0.5,-273.5 + parent: 2 + - uid: 9326 + components: + - type: Transform + pos: 0.5,-272.5 + parent: 2 + - uid: 9327 + components: + - type: Transform + pos: 0.5,-271.5 + parent: 2 + - uid: 9328 + components: + - type: Transform + pos: 0.5,-270.5 + parent: 2 + - uid: 9329 + components: + - type: Transform + pos: 0.5,-269.5 + parent: 2 + - uid: 9330 + components: + - type: Transform + pos: 0.5,-268.5 + parent: 2 + - uid: 9331 + components: + - type: Transform + pos: 0.5,-267.5 + parent: 2 + - uid: 9332 + components: + - type: Transform + pos: 2.5,-268.5 + parent: 2 + - uid: 9333 + components: + - type: Transform + pos: 1.5,-268.5 + parent: 2 + - uid: 9334 + components: + - type: Transform + pos: -0.5,-268.5 + parent: 2 + - uid: 9335 + components: + - type: Transform + pos: -1.5,-268.5 + parent: 2 + - uid: 9429 + components: + - type: Transform + pos: -4.5,-328.5 + parent: 2 + - uid: 9457 + components: + - type: Transform + pos: 22.5,-311.5 + parent: 2 + - uid: 9518 + components: + - type: Transform + pos: 22.5,-312.5 + parent: 2 + - uid: 9619 + components: + - type: Transform + pos: 19.5,-308.5 + parent: 2 + - uid: 9621 + components: + - type: Transform + pos: 20.5,-307.5 + parent: 2 + - uid: 9622 + components: + - type: Transform + pos: 20.5,-307.5 + parent: 2 + - uid: 9623 + components: + - type: Transform + pos: 19.5,-307.5 + parent: 2 + - uid: 9624 + components: + - type: Transform + pos: 18.5,-307.5 + parent: 2 + - uid: 9625 + components: + - type: Transform + pos: 17.5,-307.5 + parent: 2 + - uid: 9626 + components: + - type: Transform + pos: 16.5,-307.5 + parent: 2 + - uid: 9627 + components: + - type: Transform + pos: 15.5,-307.5 + parent: 2 + - uid: 9628 + components: + - type: Transform + pos: 14.5,-307.5 + parent: 2 + - uid: 9629 + components: + - type: Transform + pos: 13.5,-307.5 + parent: 2 + - uid: 9630 + components: + - type: Transform + pos: 19.5,-309.5 + parent: 2 + - uid: 9631 + components: + - type: Transform + pos: 20.5,-309.5 + parent: 2 + - uid: 9632 + components: + - type: Transform + pos: 20.5,-310.5 + parent: 2 + - uid: 9633 + components: + - type: Transform + pos: 21.5,-310.5 + parent: 2 + - uid: 9634 + components: + - type: Transform + pos: 22.5,-310.5 + parent: 2 + - uid: 9635 + components: + - type: Transform + pos: 23.5,-310.5 + parent: 2 + - uid: 9636 + components: + - type: Transform + pos: 24.5,-310.5 + parent: 2 + - uid: 9637 + components: + - type: Transform + pos: 24.5,-309.5 + parent: 2 + - uid: 9639 + components: + - type: Transform + pos: 25.5,-309.5 + parent: 2 + - uid: 9640 + components: + - type: Transform + pos: 25.5,-308.5 + parent: 2 + - uid: 9641 + components: + - type: Transform + pos: 25.5,-307.5 + parent: 2 + - uid: 9642 + components: + - type: Transform + pos: 26.5,-307.5 + parent: 2 + - uid: 9643 + components: + - type: Transform + pos: 27.5,-307.5 + parent: 2 + - uid: 9644 + components: + - type: Transform + pos: 28.5,-307.5 + parent: 2 + - uid: 9645 + components: + - type: Transform + pos: 29.5,-307.5 + parent: 2 + - uid: 9646 + components: + - type: Transform + pos: 25.5,-306.5 + parent: 2 + - uid: 9647 + components: + - type: Transform + pos: 25.5,-305.5 + parent: 2 + - uid: 9648 + components: + - type: Transform + pos: 24.5,-305.5 + parent: 2 + - uid: 9649 + components: + - type: Transform + pos: 24.5,-304.5 + parent: 2 + - uid: 9650 + components: + - type: Transform + pos: 23.5,-304.5 + parent: 2 + - uid: 9651 + components: + - type: Transform + pos: 19.5,-306.5 + parent: 2 + - uid: 9652 + components: + - type: Transform + pos: 19.5,-305.5 + parent: 2 + - uid: 9653 + components: + - type: Transform + pos: 20.5,-305.5 + parent: 2 + - uid: 9654 + components: + - type: Transform + pos: 20.5,-304.5 + parent: 2 + - uid: 9655 + components: + - type: Transform + pos: 21.5,-304.5 + parent: 2 + - uid: 9656 + components: + - type: Transform + pos: 22.5,-304.5 + parent: 2 + - uid: 9657 + components: + - type: Transform + pos: 22.5,-303.5 + parent: 2 + - uid: 9658 + components: + - type: Transform + pos: 22.5,-302.5 + parent: 2 + - uid: 9659 + components: + - type: Transform + pos: 22.5,-301.5 + parent: 2 + - uid: 9660 + components: + - type: Transform + pos: 22.5,-300.5 + parent: 2 + - uid: 9661 + components: + - type: Transform + pos: 22.5,-299.5 + parent: 2 + - uid: 9662 + components: + - type: Transform + pos: 22.5,-298.5 + parent: 2 + - uid: 9663 + components: + - type: Transform + pos: 23.5,-298.5 + parent: 2 + - uid: 9664 + components: + - type: Transform + pos: 24.5,-298.5 + parent: 2 + - uid: 9665 + components: + - type: Transform + pos: 25.5,-298.5 + parent: 2 + - uid: 9666 + components: + - type: Transform + pos: 21.5,-298.5 + parent: 2 + - uid: 9667 + components: + - type: Transform + pos: 20.5,-298.5 + parent: 2 + - uid: 9668 + components: + - type: Transform + pos: 19.5,-298.5 + parent: 2 + - uid: 9669 + components: + - type: Transform + pos: 22.5,-313.5 + parent: 2 + - uid: 9670 + components: + - type: Transform + pos: 22.5,-314.5 + parent: 2 + - uid: 9671 + components: + - type: Transform + pos: 22.5,-315.5 + parent: 2 + - uid: 9672 + components: + - type: Transform + pos: 22.5,-316.5 + parent: 2 + - uid: 9674 + components: + - type: Transform + pos: 23.5,-316.5 + parent: 2 + - uid: 9675 + components: + - type: Transform + pos: 24.5,-316.5 + parent: 2 + - uid: 9676 + components: + - type: Transform + pos: 25.5,-316.5 + parent: 2 + - uid: 9677 + components: + - type: Transform + pos: 21.5,-316.5 + parent: 2 + - uid: 9678 + components: + - type: Transform + pos: 20.5,-316.5 + parent: 2 + - uid: 9679 + components: + - type: Transform + pos: 19.5,-316.5 + parent: 2 + - uid: 9680 + components: + - type: Transform + pos: 22.5,-317.5 + parent: 2 + - uid: 9681 + components: + - type: Transform + pos: 22.5,-297.5 + parent: 2 + - uid: 9769 + components: + - type: Transform + pos: 29.5,-306.5 + parent: 2 + - uid: 9770 + components: + - type: Transform + pos: 29.5,-305.5 + parent: 2 + - uid: 9771 + components: + - type: Transform + pos: 29.5,-304.5 + parent: 2 + - uid: 9775 + components: + - type: Transform + pos: 29.5,-308.5 + parent: 2 + - uid: 9776 + components: + - type: Transform + pos: 29.5,-309.5 + parent: 2 + - uid: 9777 + components: + - type: Transform + pos: 29.5,-310.5 + parent: 2 + - uid: 9831 + components: + - type: Transform + pos: 5.5,-335.5 + parent: 2 + - uid: 9853 + components: + - type: Transform + pos: 14.5,-243.5 + parent: 2 + - uid: 10035 + components: + - type: Transform + pos: 7.5,-343.5 + parent: 2 + - uid: 10048 + components: + - type: Transform + pos: 7.5,-335.5 + parent: 2 + - uid: 10165 + components: + - type: Transform + pos: 0.5,-308.5 + parent: 2 + - uid: 10168 + components: + - type: Transform + pos: 5.5,-338.5 + parent: 2 + - uid: 10353 + components: + - type: Transform + pos: -9.5,-303.5 + parent: 2 + - uid: 10354 + components: + - type: Transform + pos: -9.5,-304.5 + parent: 2 + - uid: 10355 + components: + - type: Transform + pos: -9.5,-305.5 + parent: 2 + - uid: 10356 + components: + - type: Transform + pos: -8.5,-303.5 + parent: 2 + - uid: 10357 + components: + - type: Transform + pos: -7.5,-303.5 + parent: 2 + - uid: 10358 + components: + - type: Transform + pos: -6.5,-303.5 + parent: 2 + - uid: 10359 + components: + - type: Transform + pos: -5.5,-303.5 + parent: 2 + - uid: 10360 + components: + - type: Transform + pos: -4.5,-303.5 + parent: 2 + - uid: 10361 + components: + - type: Transform + pos: -3.5,-303.5 + parent: 2 + - uid: 10362 + components: + - type: Transform + pos: -2.5,-303.5 + parent: 2 + - uid: 10363 + components: + - type: Transform + pos: -4.5,-302.5 + parent: 2 + - uid: 10364 + components: + - type: Transform + pos: -4.5,-301.5 + parent: 2 + - uid: 10365 + components: + - type: Transform + pos: -4.5,-300.5 + parent: 2 + - uid: 10366 + components: + - type: Transform + pos: -4.5,-299.5 + parent: 2 + - uid: 10367 + components: + - type: Transform + pos: -4.5,-304.5 + parent: 2 + - uid: 10368 + components: + - type: Transform + pos: -4.5,-305.5 + parent: 2 + - uid: 10369 + components: + - type: Transform + pos: -1.5,-303.5 + parent: 2 + - uid: 10370 + components: + - type: Transform + pos: -0.5,-303.5 + parent: 2 + - uid: 10371 + components: + - type: Transform + pos: 0.5,-303.5 + parent: 2 + - uid: 10372 + components: + - type: Transform + pos: 0.5,-302.5 + parent: 2 + - uid: 10373 + components: + - type: Transform + pos: 0.5,-301.5 + parent: 2 + - uid: 10374 + components: + - type: Transform + pos: 0.5,-300.5 + parent: 2 + - uid: 10375 + components: + - type: Transform + pos: 0.5,-299.5 + parent: 2 + - uid: 10376 + components: + - type: Transform + pos: 0.5,-298.5 + parent: 2 + - uid: 10377 + components: + - type: Transform + pos: 0.5,-297.5 + parent: 2 + - uid: 10378 + components: + - type: Transform + pos: 0.5,-296.5 + parent: 2 + - uid: 10379 + components: + - type: Transform + pos: 0.5,-295.5 + parent: 2 + - uid: 10380 + components: + - type: Transform + pos: 0.5,-294.5 + parent: 2 + - uid: 10381 + components: + - type: Transform + pos: -0.5,-295.5 + parent: 2 + - uid: 10382 + components: + - type: Transform + pos: -1.5,-295.5 + parent: 2 + - uid: 10383 + components: + - type: Transform + pos: 1.5,-295.5 + parent: 2 + - uid: 10384 + components: + - type: Transform + pos: 2.5,-295.5 + parent: 2 + - uid: 10385 + components: + - type: Transform + pos: -0.5,-297.5 + parent: 2 + - uid: 10386 + components: + - type: Transform + pos: -1.5,-297.5 + parent: 2 + - uid: 10387 + components: + - type: Transform + pos: -2.5,-297.5 + parent: 2 + - uid: 10388 + components: + - type: Transform + pos: -3.5,-297.5 + parent: 2 + - uid: 10389 + components: + - type: Transform + pos: -4.5,-297.5 + parent: 2 + - uid: 10390 + components: + - type: Transform + pos: -5.5,-297.5 + parent: 2 + - uid: 10391 + components: + - type: Transform + pos: -6.5,-297.5 + parent: 2 + - uid: 10392 + components: + - type: Transform + pos: -7.5,-297.5 + parent: 2 + - uid: 10393 + components: + - type: Transform + pos: 0.5,-304.5 + parent: 2 + - uid: 10394 + components: + - type: Transform + pos: 1.5,-303.5 + parent: 2 + - uid: 10395 + components: + - type: Transform + pos: 0.5,-305.5 + parent: 2 + - uid: 10396 + components: + - type: Transform + pos: 0.5,-306.5 + parent: 2 + - uid: 10397 + components: + - type: Transform + pos: -3.5,-320.5 + parent: 2 + - uid: 10398 + components: + - type: Transform + pos: -3.5,-319.5 + parent: 2 + - uid: 10399 + components: + - type: Transform + pos: -3.5,-318.5 + parent: 2 + - uid: 10400 + components: + - type: Transform + pos: -3.5,-317.5 + parent: 2 + - uid: 10401 + components: + - type: Transform + pos: -3.5,-316.5 + parent: 2 + - uid: 10402 + components: + - type: Transform + pos: -3.5,-315.5 + parent: 2 + - uid: 10407 + components: + - type: Transform + pos: -3.5,-314.5 + parent: 2 + - uid: 10408 + components: + - type: Transform + pos: -3.5,-313.5 + parent: 2 + - uid: 10409 + components: + - type: Transform + pos: -3.5,-312.5 + parent: 2 + - uid: 10410 + components: + - type: Transform + pos: -3.5,-311.5 + parent: 2 + - uid: 10411 + components: + - type: Transform + pos: -3.5,-310.5 + parent: 2 + - uid: 10412 + components: + - type: Transform + pos: -3.5,-309.5 + parent: 2 + - uid: 10413 + components: + - type: Transform + pos: -3.5,-308.5 + parent: 2 + - uid: 10414 + components: + - type: Transform + pos: -2.5,-308.5 + parent: 2 + - uid: 10415 + components: + - type: Transform + pos: -4.5,-308.5 + parent: 2 + - uid: 10416 + components: + - type: Transform + pos: -3.5,-307.5 + parent: 2 + - uid: 10417 + components: + - type: Transform + pos: -4.5,-314.5 + parent: 2 + - uid: 10418 + components: + - type: Transform + pos: -5.5,-314.5 + parent: 2 + - uid: 10419 + components: + - type: Transform + pos: -6.5,-314.5 + parent: 2 + - uid: 10420 + components: + - type: Transform + pos: -7.5,-314.5 + parent: 2 + - uid: 10421 + components: + - type: Transform + pos: -8.5,-314.5 + parent: 2 + - uid: 10422 + components: + - type: Transform + pos: -4.5,-318.5 + parent: 2 + - uid: 10423 + components: + - type: Transform + pos: -5.5,-318.5 + parent: 2 + - uid: 10424 + components: + - type: Transform + pos: -6.5,-318.5 + parent: 2 + - uid: 10425 + components: + - type: Transform + pos: -7.5,-318.5 + parent: 2 + - uid: 10426 + components: + - type: Transform + pos: -8.5,-318.5 + parent: 2 + - uid: 10427 + components: + - type: Transform + pos: -4.5,-316.5 + parent: 2 + - uid: 10428 + components: + - type: Transform + pos: -5.5,-316.5 + parent: 2 + - uid: 10429 + components: + - type: Transform + pos: -2.5,-317.5 + parent: 2 + - uid: 10430 + components: + - type: Transform + pos: -1.5,-317.5 + parent: 2 + - uid: 10431 + components: + - type: Transform + pos: -0.5,-317.5 + parent: 2 + - uid: 10432 + components: + - type: Transform + pos: 0.5,-317.5 + parent: 2 + - uid: 10433 + components: + - type: Transform + pos: 0.5,-318.5 + parent: 2 + - uid: 10434 + components: + - type: Transform + pos: 0.5,-319.5 + parent: 2 + - uid: 10435 + components: + - type: Transform + pos: 1.5,-319.5 + parent: 2 + - uid: 10436 + components: + - type: Transform + pos: 1.5,-317.5 + parent: 2 + - uid: 10437 + components: + - type: Transform + pos: 0.5,-316.5 + parent: 2 + - uid: 10438 + components: + - type: Transform + pos: 0.5,-320.5 + parent: 2 + - uid: 10439 + components: + - type: Transform + pos: 0.5,-321.5 + parent: 2 + - uid: 10440 + components: + - type: Transform + pos: -0.5,-321.5 + parent: 2 + - uid: 10441 + components: + - type: Transform + pos: -1.5,-321.5 + parent: 2 + - uid: 10442 + components: + - type: Transform + pos: 1.5,-321.5 + parent: 2 + - uid: 10443 + components: + - type: Transform + pos: 0.5,-322.5 + parent: 2 + - uid: 10444 + components: + - type: Transform + pos: 2.5,-321.5 + parent: 2 + - uid: 10445 + components: + - type: Transform + pos: 2.5,-319.5 + parent: 2 + - uid: 10446 + components: + - type: Transform + pos: 3.5,-319.5 + parent: 2 + - uid: 10447 + components: + - type: Transform + pos: 4.5,-319.5 + parent: 2 + - uid: 10448 + components: + - type: Transform + pos: 5.5,-319.5 + parent: 2 + - uid: 10449 + components: + - type: Transform + pos: 6.5,-319.5 + parent: 2 + - uid: 10450 + components: + - type: Transform + pos: 6.5,-318.5 + parent: 2 + - uid: 10451 + components: + - type: Transform + pos: 7.5,-318.5 + parent: 2 + - uid: 10452 + components: + - type: Transform + pos: 8.5,-318.5 + parent: 2 + - uid: 10453 + components: + - type: Transform + pos: 9.5,-318.5 + parent: 2 + - uid: 10454 + components: + - type: Transform + pos: 10.5,-318.5 + parent: 2 + - uid: 10455 + components: + - type: Transform + pos: 5.5,-317.5 + parent: 2 + - uid: 10456 + components: + - type: Transform + pos: 5.5,-316.5 + parent: 2 + - uid: 10457 + components: + - type: Transform + pos: 5.5,-315.5 + parent: 2 + - uid: 10458 + components: + - type: Transform + pos: 5.5,-314.5 + parent: 2 + - uid: 10459 + components: + - type: Transform + pos: 5.5,-313.5 + parent: 2 + - uid: 10460 + components: + - type: Transform + pos: 5.5,-312.5 + parent: 2 + - uid: 10461 + components: + - type: Transform + pos: 5.5,-311.5 + parent: 2 + - uid: 10462 + components: + - type: Transform + pos: 5.5,-310.5 + parent: 2 + - uid: 10463 + components: + - type: Transform + pos: 4.5,-313.5 + parent: 2 + - uid: 10464 + components: + - type: Transform + pos: 3.5,-313.5 + parent: 2 + - uid: 10465 + components: + - type: Transform + pos: 2.5,-313.5 + parent: 2 + - uid: 10466 + components: + - type: Transform + pos: 6.5,-313.5 + parent: 2 + - uid: 10467 + components: + - type: Transform + pos: 7.5,-313.5 + parent: 2 + - uid: 10468 + components: + - type: Transform + pos: 6.5,-315.5 + parent: 2 + - uid: 10469 + components: + - type: Transform + pos: 7.5,-315.5 + parent: 2 + - uid: 10470 + components: + - type: Transform + pos: 8.5,-315.5 + parent: 2 + - uid: 10471 + components: + - type: Transform + pos: 4.5,-315.5 + parent: 2 + - uid: 10472 + components: + - type: Transform + pos: 3.5,-315.5 + parent: 2 + - uid: 10473 + components: + - type: Transform + pos: 6.5,-311.5 + parent: 2 + - uid: 10474 + components: + - type: Transform + pos: 7.5,-311.5 + parent: 2 + - uid: 10475 + components: + - type: Transform + pos: 4.5,-311.5 + parent: 2 + - uid: 10477 + components: + - type: Transform + pos: 3.5,-311.5 + parent: 2 + - uid: 10478 + components: + - type: Transform + pos: 2.5,-301.5 + parent: 2 + - uid: 10479 + components: + - type: Transform + pos: 3.5,-301.5 + parent: 2 + - uid: 10480 + components: + - type: Transform + pos: 4.5,-301.5 + parent: 2 + - uid: 10481 + components: + - type: Transform + pos: 5.5,-301.5 + parent: 2 + - uid: 10482 + components: + - type: Transform + pos: 6.5,-301.5 + parent: 2 + - uid: 10483 + components: + - type: Transform + pos: 6.5,-302.5 + parent: 2 + - uid: 10484 + components: + - type: Transform + pos: 6.5,-303.5 + parent: 2 + - uid: 10485 + components: + - type: Transform + pos: 6.5,-304.5 + parent: 2 + - uid: 10486 + components: + - type: Transform + pos: 6.5,-305.5 + parent: 2 + - uid: 10487 + components: + - type: Transform + pos: 6.5,-306.5 + parent: 2 + - uid: 10488 + components: + - type: Transform + pos: 6.5,-307.5 + parent: 2 + - uid: 10489 + components: + - type: Transform + pos: 5.5,-307.5 + parent: 2 + - uid: 10490 + components: + - type: Transform + pos: 4.5,-307.5 + parent: 2 + - uid: 10491 + components: + - type: Transform + pos: 3.5,-307.5 + parent: 2 + - uid: 10492 + components: + - type: Transform + pos: 2.5,-307.5 + parent: 2 + - uid: 10493 + components: + - type: Transform + pos: 7.5,-307.5 + parent: 2 + - uid: 10494 + components: + - type: Transform + pos: 8.5,-307.5 + parent: 2 + - uid: 10495 + components: + - type: Transform + pos: 9.5,-307.5 + parent: 2 + - uid: 10496 + components: + - type: Transform + pos: 10.5,-307.5 + parent: 2 + - uid: 10497 + components: + - type: Transform + pos: 11.5,-307.5 + parent: 2 + - uid: 10498 + components: + - type: Transform + pos: 9.5,-308.5 + parent: 2 + - uid: 10499 + components: + - type: Transform + pos: 9.5,-309.5 + parent: 2 + - uid: 10500 + components: + - type: Transform + pos: 9.5,-310.5 + parent: 2 + - uid: 10501 + components: + - type: Transform + pos: 9.5,-311.5 + parent: 2 + - uid: 10502 + components: + - type: Transform + pos: 9.5,-312.5 + parent: 2 + - uid: 10503 + components: + - type: Transform + pos: 9.5,-313.5 + parent: 2 + - uid: 10504 + components: + - type: Transform + pos: 9.5,-306.5 + parent: 2 + - uid: 10505 + components: + - type: Transform + pos: 9.5,-305.5 + parent: 2 + - uid: 10506 + components: + - type: Transform + pos: 9.5,-304.5 + parent: 2 + - uid: 10507 + components: + - type: Transform + pos: 9.5,-303.5 + parent: 2 + - uid: 10508 + components: + - type: Transform + pos: 9.5,-302.5 + parent: 2 + - uid: 10509 + components: + - type: Transform + pos: 9.5,-301.5 + parent: 2 + - uid: 10510 + components: + - type: Transform + pos: 9.5,-300.5 + parent: 2 + - uid: 10511 + components: + - type: Transform + pos: 9.5,-299.5 + parent: 2 + - uid: 10512 + components: + - type: Transform + pos: 9.5,-298.5 + parent: 2 + - uid: 10513 + components: + - type: Transform + pos: 9.5,-297.5 + parent: 2 + - uid: 10514 + components: + - type: Transform + pos: 1.5,-297.5 + parent: 2 + - uid: 10515 + components: + - type: Transform + pos: 2.5,-297.5 + parent: 2 + - uid: 10516 + components: + - type: Transform + pos: 3.5,-297.5 + parent: 2 + - uid: 10517 + components: + - type: Transform + pos: 4.5,-297.5 + parent: 2 + - uid: 10518 + components: + - type: Transform + pos: 5.5,-297.5 + parent: 2 + - uid: 10519 + components: + - type: Transform + pos: 5.5,-303.5 + parent: 2 + - uid: 10520 + components: + - type: Transform + pos: 4.5,-303.5 + parent: 2 + - uid: 10521 + components: + - type: Transform + pos: 3.5,-303.5 + parent: 2 + - uid: 10522 + components: + - type: Transform + pos: 7.5,-303.5 + parent: 2 + - uid: 10523 + components: + - type: Transform + pos: 7.5,-301.5 + parent: 2 + - uid: 10524 + components: + - type: Transform + pos: 4.5,-300.5 + parent: 2 + - uid: 10525 + components: + - type: Transform + pos: 6.5,-300.5 + parent: 2 + - uid: 10526 + components: + - type: Transform + pos: 4.5,-304.5 + parent: 2 + - uid: 10527 + components: + - type: Transform + pos: 6.5,-308.5 + parent: 2 + - uid: 10616 + components: + - type: Transform + pos: 0.5,-315.5 + parent: 2 + - uid: 10617 + components: + - type: Transform + pos: 0.5,-314.5 + parent: 2 + - uid: 10618 + components: + - type: Transform + pos: 0.5,-313.5 + parent: 2 + - uid: 10619 + components: + - type: Transform + pos: 0.5,-312.5 + parent: 2 + - uid: 10620 + components: + - type: Transform + pos: 0.5,-311.5 + parent: 2 + - uid: 10621 + components: + - type: Transform + pos: 0.5,-310.5 + parent: 2 + - uid: 10622 + components: + - type: Transform + pos: 0.5,-309.5 + parent: 2 + - uid: 10707 + components: + - type: Transform + pos: -4.5,-329.5 + parent: 2 + - uid: 10712 + components: + - type: Transform + pos: 7.5,-342.5 + parent: 2 + - uid: 10764 + components: + - type: Transform + pos: -5.5,-335.5 + parent: 2 + - uid: 10847 + components: + - type: Transform + pos: -1.5,-54.5 + parent: 2 + - uid: 10861 + components: + - type: Transform + pos: -2.5,-330.5 + parent: 2 + - uid: 10925 + components: + - type: Transform + pos: -17.5,-256.5 + parent: 2 + - uid: 10939 + components: + - type: Transform + pos: 5.5,-267.5 + parent: 2 + - uid: 10940 + components: + - type: Transform + pos: 0.5,-326.5 + parent: 2 + - uid: 10941 + components: + - type: Transform + pos: 0.5,-327.5 + parent: 2 + - uid: 10942 + components: + - type: Transform + pos: 0.5,-328.5 + parent: 2 + - uid: 10943 + components: + - type: Transform + pos: 1.5,-327.5 + parent: 2 + - uid: 10944 + components: + - type: Transform + pos: 2.5,-327.5 + parent: 2 + - uid: 10945 + components: + - type: Transform + pos: -0.5,-327.5 + parent: 2 + - uid: 10946 + components: + - type: Transform + pos: -1.5,-327.5 + parent: 2 + - uid: 10947 + components: + - type: Transform + pos: 0.5,-329.5 + parent: 2 + - uid: 10948 + components: + - type: Transform + pos: 0.5,-330.5 + parent: 2 + - uid: 10949 + components: + - type: Transform + pos: 1.5,-330.5 + parent: 2 + - uid: 10950 + components: + - type: Transform + pos: 2.5,-330.5 + parent: 2 + - uid: 10951 + components: + - type: Transform + pos: 3.5,-330.5 + parent: 2 + - uid: 10952 + components: + - type: Transform + pos: 4.5,-330.5 + parent: 2 + - uid: 10953 + components: + - type: Transform + pos: 5.5,-330.5 + parent: 2 + - uid: 10954 + components: + - type: Transform + pos: 6.5,-330.5 + parent: 2 + - uid: 10955 + components: + - type: Transform + pos: 6.5,-329.5 + parent: 2 + - uid: 10956 + components: + - type: Transform + pos: 6.5,-328.5 + parent: 2 + - uid: 10958 + components: + - type: Transform + pos: 5.5,-331.5 + parent: 2 + - uid: 10959 + components: + - type: Transform + pos: 5.5,-332.5 + parent: 2 + - uid: 10960 + components: + - type: Transform + pos: 0.5,-331.5 + parent: 2 + - uid: 10961 + components: + - type: Transform + pos: 0.5,-332.5 + parent: 2 + - uid: 10965 + components: + - type: Transform + pos: -4.5,-330.5 + parent: 2 + - uid: 10967 + components: + - type: Transform + pos: -6.5,-335.5 + parent: 2 + - uid: 10974 + components: + - type: Transform + pos: -3.5,-334.5 + parent: 2 + - uid: 10975 + components: + - type: Transform + pos: -4.5,-334.5 + parent: 2 + - uid: 10978 + components: + - type: Transform + pos: -4.5,-335.5 + parent: 2 + - uid: 10979 + components: + - type: Transform + pos: -4.5,-336.5 + parent: 2 + - uid: 10980 + components: + - type: Transform + pos: -4.5,-337.5 + parent: 2 + - uid: 10981 + components: + - type: Transform + pos: -4.5,-338.5 + parent: 2 + - uid: 10982 + components: + - type: Transform + pos: -3.5,-347.5 + parent: 2 + - uid: 10983 + components: + - type: Transform + pos: -3.5,-346.5 + parent: 2 + - uid: 10984 + components: + - type: Transform + pos: -3.5,-345.5 + parent: 2 + - uid: 10985 + components: + - type: Transform + pos: -3.5,-344.5 + parent: 2 + - uid: 10986 + components: + - type: Transform + pos: -4.5,-345.5 + parent: 2 + - uid: 10987 + components: + - type: Transform + pos: -4.5,-345.5 + parent: 2 + - uid: 10988 + components: + - type: Transform + pos: -2.5,-345.5 + parent: 2 + - uid: 10989 + components: + - type: Transform + pos: 4.5,-347.5 + parent: 2 + - uid: 10990 + components: + - type: Transform + pos: 4.5,-346.5 + parent: 2 + - uid: 10991 + components: + - type: Transform + pos: 4.5,-345.5 + parent: 2 + - uid: 11004 + components: + - type: Transform + pos: -4.5,-326.5 + parent: 2 + - uid: 11005 + components: + - type: Transform + pos: -4.5,-327.5 + parent: 2 + - uid: 11008 + components: + - type: Transform + pos: 3.5,-340.5 + parent: 2 + - uid: 11009 + components: + - type: Transform + pos: 2.5,-340.5 + parent: 2 + - uid: 11010 + components: + - type: Transform + pos: -4.5,-339.5 + parent: 2 + - uid: 11011 + components: + - type: Transform + pos: -4.5,-340.5 + parent: 2 + - uid: 11012 + components: + - type: Transform + pos: -4.5,-341.5 + parent: 2 + - uid: 11013 + components: + - type: Transform + pos: -4.5,-342.5 + parent: 2 + - uid: 11015 + components: + - type: Transform + pos: -3.5,-338.5 + parent: 2 + - uid: 11016 + components: + - type: Transform + pos: -2.5,-338.5 + parent: 2 + - uid: 11017 + components: + - type: Transform + pos: -1.5,-338.5 + parent: 2 + - uid: 11018 + components: + - type: Transform + pos: -0.5,-338.5 + parent: 2 + - uid: 11019 + components: + - type: Transform + pos: 0.5,-338.5 + parent: 2 + - uid: 11020 + components: + - type: Transform + pos: -3.5,-341.5 + parent: 2 + - uid: 11021 + components: + - type: Transform + pos: -2.5,-341.5 + parent: 2 + - uid: 11022 + components: + - type: Transform + pos: -1.5,-341.5 + parent: 2 + - uid: 11023 + components: + - type: Transform + pos: -0.5,-341.5 + parent: 2 + - uid: 11024 + components: + - type: Transform + pos: 0.5,-341.5 + parent: 2 + - uid: 11025 + components: + - type: Transform + pos: 0.5,-342.5 + parent: 2 + - uid: 11026 + components: + - type: Transform + pos: 0.5,-343.5 + parent: 2 + - uid: 11027 + components: + - type: Transform + pos: 0.5,-344.5 + parent: 2 + - uid: 11028 + components: + - type: Transform + pos: 0.5,-345.5 + parent: 2 + - uid: 11029 + components: + - type: Transform + pos: 0.5,-346.5 + parent: 2 + - uid: 11030 + components: + - type: Transform + pos: 0.5,-347.5 + parent: 2 + - uid: 11031 + components: + - type: Transform + pos: 0.5,-348.5 + parent: 2 + - uid: 11032 + components: + - type: Transform + pos: 0.5,-349.5 + parent: 2 + - uid: 11033 + components: + - type: Transform + pos: 1.5,-348.5 + parent: 2 + - uid: 11034 + components: + - type: Transform + pos: 2.5,-348.5 + parent: 2 + - uid: 11035 + components: + - type: Transform + pos: -0.5,-348.5 + parent: 2 + - uid: 11036 + components: + - type: Transform + pos: -1.5,-348.5 + parent: 2 + - uid: 11037 + components: + - type: Transform + pos: -5.5,-338.5 + parent: 2 + - uid: 11038 + components: + - type: Transform + pos: -0.5,-337.5 + parent: 2 + - uid: 11039 + components: + - type: Transform + pos: -0.5,-336.5 + parent: 2 + - uid: 11040 + components: + - type: Transform + pos: -0.5,-335.5 + parent: 2 + - uid: 11041 + components: + - type: Transform + pos: -0.5,-334.5 + parent: 2 + - uid: 11042 + components: + - type: Transform + pos: -5.5,-341.5 + parent: 2 + - uid: 11111 + components: + - type: Transform + pos: 7.5,-338.5 + parent: 2 + - uid: 11547 + components: + - type: Transform + pos: 4.5,-340.5 + parent: 2 + - uid: 11553 + components: + - type: Transform + pos: 0.5,-353.5 + parent: 2 + - uid: 11555 + components: + - type: Transform + pos: 2.5,-354.5 + parent: 2 + - uid: 11556 + components: + - type: Transform + pos: 0.5,-355.5 + parent: 2 + - uid: 11558 + components: + - type: Transform + pos: 0.5,-354.5 + parent: 2 + - uid: 11560 + components: + - type: Transform + pos: 1.5,-354.5 + parent: 2 + - uid: 11561 + components: + - type: Transform + pos: -0.5,-354.5 + parent: 2 + - uid: 11562 + components: + - type: Transform + pos: -1.5,-354.5 + parent: 2 + - uid: 11564 + components: + - type: Transform + pos: 0.5,-356.5 + parent: 2 + - uid: 11565 + components: + - type: Transform + pos: 0.5,-357.5 + parent: 2 + - uid: 11566 + components: + - type: Transform + pos: 0.5,-358.5 + parent: 2 + - uid: 11567 + components: + - type: Transform + pos: 0.5,-359.5 + parent: 2 + - uid: 11568 + components: + - type: Transform + pos: 0.5,-360.5 + parent: 2 + - uid: 11569 + components: + - type: Transform + pos: 0.5,-361.5 + parent: 2 + - uid: 11570 + components: + - type: Transform + pos: 1.5,-361.5 + parent: 2 + - uid: 11571 + components: + - type: Transform + pos: -0.5,-357.5 + parent: 2 + - uid: 11572 + components: + - type: Transform + pos: -1.5,-357.5 + parent: 2 + - uid: 11573 + components: + - type: Transform + pos: -2.5,-357.5 + parent: 2 + - uid: 11574 + components: + - type: Transform + pos: -3.5,-357.5 + parent: 2 + - uid: 11575 + components: + - type: Transform + pos: -4.5,-357.5 + parent: 2 + - uid: 11576 + components: + - type: Transform + pos: -5.5,-357.5 + parent: 2 + - uid: 11577 + components: + - type: Transform + pos: -6.5,-357.5 + parent: 2 + - uid: 11578 + components: + - type: Transform + pos: -4.5,-356.5 + parent: 2 + - uid: 11579 + components: + - type: Transform + pos: -4.5,-355.5 + parent: 2 + - uid: 11580 + components: + - type: Transform + pos: -4.5,-358.5 + parent: 2 + - uid: 11581 + components: + - type: Transform + pos: 1.5,-357.5 + parent: 2 + - uid: 11582 + components: + - type: Transform + pos: 2.5,-357.5 + parent: 2 + - uid: 11583 + components: + - type: Transform + pos: 3.5,-357.5 + parent: 2 + - uid: 11584 + components: + - type: Transform + pos: 4.5,-357.5 + parent: 2 + - uid: 11585 + components: + - type: Transform + pos: 5.5,-357.5 + parent: 2 + - uid: 11586 + components: + - type: Transform + pos: 6.5,-357.5 + parent: 2 + - uid: 11587 + components: + - type: Transform + pos: 7.5,-357.5 + parent: 2 + - uid: 11588 + components: + - type: Transform + pos: 1.5,-359.5 + parent: 2 + - uid: 11590 + components: + - type: Transform + pos: 1.5,-359.5 + parent: 2 + - uid: 11591 + components: + - type: Transform + pos: 2.5,-359.5 + parent: 2 + - uid: 11592 + components: + - type: Transform + pos: 2.5,-360.5 + parent: 2 + - uid: 11593 + components: + - type: Transform + pos: 3.5,-360.5 + parent: 2 + - uid: 11594 + components: + - type: Transform + pos: 4.5,-360.5 + parent: 2 + - uid: 11595 + components: + - type: Transform + pos: 5.5,-360.5 + parent: 2 + - uid: 11596 + components: + - type: Transform + pos: 6.5,-360.5 + parent: 2 + - uid: 11597 + components: + - type: Transform + pos: 7.5,-360.5 + parent: 2 + - uid: 11598 + components: + - type: Transform + pos: 3.5,-361.5 + parent: 2 + - uid: 11599 + components: + - type: Transform + pos: 3.5,-362.5 + parent: 2 + - uid: 11600 + components: + - type: Transform + pos: 3.5,-363.5 + parent: 2 + - uid: 11601 + components: + - type: Transform + pos: 3.5,-364.5 + parent: 2 + - uid: 11602 + components: + - type: Transform + pos: 3.5,-365.5 + parent: 2 + - uid: 11603 + components: + - type: Transform + pos: 3.5,-366.5 + parent: 2 + - uid: 11604 + components: + - type: Transform + pos: -0.5,-359.5 + parent: 2 + - uid: 11605 + components: + - type: Transform + pos: -1.5,-359.5 + parent: 2 + - uid: 11606 + components: + - type: Transform + pos: -1.5,-360.5 + parent: 2 + - uid: 11607 + components: + - type: Transform + pos: -2.5,-360.5 + parent: 2 + - uid: 11608 + components: + - type: Transform + pos: -2.5,-361.5 + parent: 2 + - uid: 11609 + components: + - type: Transform + pos: -2.5,-362.5 + parent: 2 + - uid: 11610 + components: + - type: Transform + pos: -2.5,-363.5 + parent: 2 + - uid: 11611 + components: + - type: Transform + pos: -2.5,-364.5 + parent: 2 + - uid: 11612 + components: + - type: Transform + pos: -2.5,-365.5 + parent: 2 + - uid: 11613 + components: + - type: Transform + pos: -2.5,-366.5 + parent: 2 + - uid: 11614 + components: + - type: Transform + pos: -3.5,-360.5 + parent: 2 + - uid: 11615 + components: + - type: Transform + pos: -4.5,-360.5 + parent: 2 + - uid: 11616 + components: + - type: Transform + pos: -5.5,-360.5 + parent: 2 + - uid: 11617 + components: + - type: Transform + pos: -3.5,-363.5 + parent: 2 + - uid: 11618 + components: + - type: Transform + pos: -4.5,-363.5 + parent: 2 + - uid: 11619 + components: + - type: Transform + pos: -5.5,-363.5 + parent: 2 + - uid: 11620 + components: + - type: Transform + pos: -3.5,-366.5 + parent: 2 + - uid: 11621 + components: + - type: Transform + pos: -4.5,-366.5 + parent: 2 + - uid: 11622 + components: + - type: Transform + pos: -5.5,-366.5 + parent: 2 + - uid: 11623 + components: + - type: Transform + pos: -3.5,-367.5 + parent: 2 + - uid: 11624 + components: + - type: Transform + pos: -3.5,-368.5 + parent: 2 + - uid: 11625 + components: + - type: Transform + pos: -3.5,-369.5 + parent: 2 + - uid: 11626 + components: + - type: Transform + pos: -3.5,-370.5 + parent: 2 + - uid: 11627 + components: + - type: Transform + pos: -3.5,-371.5 + parent: 2 + - uid: 11628 + components: + - type: Transform + pos: -3.5,-372.5 + parent: 2 + - uid: 11629 + components: + - type: Transform + pos: 4.5,-367.5 + parent: 2 + - uid: 11630 + components: + - type: Transform + pos: 4.5,-368.5 + parent: 2 + - uid: 11631 + components: + - type: Transform + pos: 4.5,-369.5 + parent: 2 + - uid: 11632 + components: + - type: Transform + pos: 4.5,-370.5 + parent: 2 + - uid: 11633 + components: + - type: Transform + pos: 4.5,-371.5 + parent: 2 + - uid: 11634 + components: + - type: Transform + pos: 4.5,-372.5 + parent: 2 + - uid: 11635 + components: + - type: Transform + pos: 4.5,-366.5 + parent: 2 + - uid: 11636 + components: + - type: Transform + pos: 5.5,-366.5 + parent: 2 + - uid: 11638 + components: + - type: Transform + pos: 6.5,-366.5 + parent: 2 + - uid: 11639 + components: + - type: Transform + pos: 7.5,-366.5 + parent: 2 + - uid: 11640 + components: + - type: Transform + pos: 4.5,-363.5 + parent: 2 + - uid: 11641 + components: + - type: Transform + pos: 5.5,-363.5 + parent: 2 + - uid: 11642 + components: + - type: Transform + pos: 6.5,-363.5 + parent: 2 + - uid: 11643 + components: + - type: Transform + pos: 7.5,-363.5 + parent: 2 + - uid: 11644 + components: + - type: Transform + pos: -6.5,-363.5 + parent: 2 + - uid: 11645 + components: + - type: Transform + pos: -6.5,-366.5 + parent: 2 + - uid: 11647 + components: + - type: Transform + pos: -6.5,-360.5 + parent: 2 + - uid: 11648 + components: + - type: Transform + pos: -4.5,-360.5 + parent: 2 + - uid: 11650 + components: + - type: Transform + pos: 5.5,-371.5 + parent: 2 + - uid: 11651 + components: + - type: Transform + pos: 6.5,-371.5 + parent: 2 + - uid: 11652 + components: + - type: Transform + pos: 4.5,-373.5 + parent: 2 + - uid: 11654 + components: + - type: Transform + pos: 3.5,-371.5 + parent: 2 + - uid: 11655 + components: + - type: Transform + pos: 2.5,-371.5 + parent: 2 + - uid: 11656 + components: + - type: Transform + pos: 1.5,-371.5 + parent: 2 + - uid: 11657 + components: + - type: Transform + pos: -2.5,-371.5 + parent: 2 + - uid: 11658 + components: + - type: Transform + pos: -4.5,-371.5 + parent: 2 + - uid: 11659 + components: + - type: Transform + pos: -3.5,-373.5 + parent: 2 + - uid: 11660 + components: + - type: Transform + pos: -5.5,-371.5 + parent: 2 + - uid: 11662 + components: + - type: Transform + pos: -1.5,-371.5 + parent: 2 + - uid: 11663 + components: + - type: Transform + pos: -0.5,-371.5 + parent: 2 + - uid: 11664 + components: + - type: Transform + pos: 1.5,-372.5 + parent: 2 + - uid: 11665 + components: + - type: Transform + pos: 1.5,-373.5 + parent: 2 + - uid: 11666 + components: + - type: Transform + pos: 1.5,-370.5 + parent: 2 + - uid: 11667 + components: + - type: Transform + pos: -0.5,-370.5 + parent: 2 + - uid: 11668 + components: + - type: Transform + pos: -0.5,-372.5 + parent: 2 + - uid: 11669 + components: + - type: Transform + pos: -0.5,-373.5 + parent: 2 + - uid: 11678 + components: + - type: Transform + pos: 0.5,-363.5 + parent: 2 + - uid: 11679 + components: + - type: Transform + pos: 0.5,-364.5 + parent: 2 + - uid: 11680 + components: + - type: Transform + pos: 0.5,-365.5 + parent: 2 + - uid: 11681 + components: + - type: Transform + pos: 0.5,-366.5 + parent: 2 + - uid: 11682 + components: + - type: Transform + pos: 0.5,-367.5 + parent: 2 + - uid: 11683 + components: + - type: Transform + pos: 0.5,-368.5 + parent: 2 + - uid: 11951 + components: + - type: Transform + pos: 7.5,-344.5 + parent: 2 + - uid: 12025 + components: + - type: Transform + pos: 4.5,-336.5 + parent: 2 + - uid: 12058 + components: + - type: Transform + pos: 7.5,-334.5 + parent: 2 + - uid: 12061 + components: + - type: Transform + pos: -2.5,-314.5 + parent: 2 + - uid: 12065 + components: + - type: Transform + pos: 4.5,-117.5 + parent: 2 + - uid: 12066 + components: + - type: Transform + pos: 3.5,-117.5 + parent: 2 + - uid: 12092 + components: + - type: Transform + pos: 5.5,-342.5 + parent: 2 + - uid: 12106 + components: + - type: Transform + pos: 5.5,-341.5 + parent: 2 + - uid: 12112 + components: + - type: Transform + pos: 7.5,-336.5 + parent: 2 + - uid: 12167 + components: + - type: Transform + pos: -1.5,-11.5 + parent: 2 + - uid: 12332 + components: + - type: Transform + pos: 16.5,-252.5 + parent: 2 + - uid: 12471 + components: + - type: Transform + pos: 16.5,-251.5 + parent: 2 + - uid: 12495 + components: + - type: Transform + pos: 16.5,-253.5 + parent: 2 + - uid: 13215 + components: + - type: Transform + pos: 19.5,-245.5 + parent: 2 + - uid: 13274 + components: + - type: Transform + pos: 16.5,-249.5 + parent: 2 + - uid: 13283 + components: + - type: Transform + pos: 14.5,-249.5 + parent: 2 + - uid: 13284 + components: + - type: Transform + pos: 16.5,-248.5 + parent: 2 + - uid: 13285 + components: + - type: Transform + pos: 18.5,-244.5 + parent: 2 + - uid: 13302 + components: + - type: Transform + pos: -7.5,-308.5 + parent: 2 + - uid: 13436 + components: + - type: Transform + pos: 8.5,-137.5 + parent: 2 + - uid: 13437 + components: + - type: Transform + pos: 8.5,-136.5 + parent: 2 + - uid: 13438 + components: + - type: Transform + pos: 7.5,-136.5 + parent: 2 + - uid: 13439 + components: + - type: Transform + pos: 7.5,-135.5 + parent: 2 + - uid: 13440 + components: + - type: Transform + pos: 6.5,-135.5 + parent: 2 + - uid: 13441 + components: + - type: Transform + pos: 5.5,-135.5 + parent: 2 + - uid: 13442 + components: + - type: Transform + pos: 5.5,-134.5 + parent: 2 + - uid: 14005 + components: + - type: Transform + pos: -6.5,-164.5 + parent: 2 + - uid: 14015 + components: + - type: Transform + pos: 7.5,-254.5 + parent: 2 + - uid: 14016 + components: + - type: Transform + pos: 19.5,-255.5 + parent: 2 + - uid: 14017 + components: + - type: Transform + pos: 15.5,-256.5 + parent: 2 + - uid: 14514 + components: + - type: Transform + pos: 18.5,-84.5 + parent: 2 + - uid: 14515 + components: + - type: Transform + pos: 17.5,-84.5 + parent: 2 + - uid: 14516 + components: + - type: Transform + pos: 16.5,-84.5 + parent: 2 + - uid: 14517 + components: + - type: Transform + pos: 15.5,-84.5 + parent: 2 + - uid: 14518 + components: + - type: Transform + pos: 15.5,-83.5 + parent: 2 + - uid: 14519 + components: + - type: Transform + pos: 15.5,-82.5 + parent: 2 + - uid: 14520 + components: + - type: Transform + pos: 15.5,-81.5 + parent: 2 + - uid: 14521 + components: + - type: Transform + pos: 15.5,-80.5 + parent: 2 + - uid: 14522 + components: + - type: Transform + pos: 15.5,-79.5 + parent: 2 + - uid: 14523 + components: + - type: Transform + pos: 15.5,-78.5 + parent: 2 + - uid: 14524 + components: + - type: Transform + pos: 15.5,-77.5 + parent: 2 + - uid: 14525 + components: + - type: Transform + pos: 15.5,-76.5 + parent: 2 + - uid: 14526 + components: + - type: Transform + pos: 15.5,-75.5 + parent: 2 + - uid: 14527 + components: + - type: Transform + pos: 15.5,-74.5 + parent: 2 + - uid: 14528 + components: + - type: Transform + pos: 15.5,-73.5 + parent: 2 + - uid: 14529 + components: + - type: Transform + pos: 15.5,-72.5 + parent: 2 + - uid: 14530 + components: + - type: Transform + pos: 15.5,-71.5 + parent: 2 + - uid: 14531 + components: + - type: Transform + pos: 15.5,-70.5 + parent: 2 + - uid: 14532 + components: + - type: Transform + pos: 15.5,-69.5 + parent: 2 + - uid: 14533 + components: + - type: Transform + pos: 15.5,-68.5 + parent: 2 + - uid: 14534 + components: + - type: Transform + pos: 15.5,-67.5 + parent: 2 + - uid: 14535 + components: + - type: Transform + pos: 15.5,-66.5 + parent: 2 + - uid: 14536 + components: + - type: Transform + pos: 15.5,-65.5 + parent: 2 + - uid: 14537 + components: + - type: Transform + pos: 15.5,-64.5 + parent: 2 + - uid: 14538 + components: + - type: Transform + pos: 15.5,-63.5 + parent: 2 + - uid: 14539 + components: + - type: Transform + pos: 15.5,-62.5 + parent: 2 + - uid: 14540 + components: + - type: Transform + pos: 15.5,-61.5 + parent: 2 + - uid: 14541 + components: + - type: Transform + pos: 15.5,-60.5 + parent: 2 + - uid: 14542 + components: + - type: Transform + pos: 14.5,-61.5 + parent: 2 + - uid: 14543 + components: + - type: Transform + pos: 13.5,-61.5 + parent: 2 + - uid: 14544 + components: + - type: Transform + pos: 16.5,-61.5 + parent: 2 + - uid: 14545 + components: + - type: Transform + pos: 17.5,-61.5 + parent: 2 + - uid: 14546 + components: + - type: Transform + pos: 14.5,-69.5 + parent: 2 + - uid: 14547 + components: + - type: Transform + pos: 13.5,-69.5 + parent: 2 + - uid: 14548 + components: + - type: Transform + pos: 16.5,-69.5 + parent: 2 + - uid: 14549 + components: + - type: Transform + pos: 17.5,-69.5 + parent: 2 + - uid: 14550 + components: + - type: Transform + pos: 16.5,-73.5 + parent: 2 + - uid: 14551 + components: + - type: Transform + pos: 17.5,-73.5 + parent: 2 + - uid: 14552 + components: + - type: Transform + pos: 14.5,-73.5 + parent: 2 + - uid: 14553 + components: + - type: Transform + pos: 13.5,-73.5 + parent: 2 + - uid: 14555 + components: + - type: Transform + pos: 14.5,-81.5 + parent: 2 + - uid: 14556 + components: + - type: Transform + pos: 13.5,-81.5 + parent: 2 + - uid: 14557 + components: + - type: Transform + pos: 16.5,-81.5 + parent: 2 + - uid: 14558 + components: + - type: Transform + pos: 17.5,-81.5 + parent: 2 + - uid: 14559 + components: + - type: Transform + pos: 12.5,-81.5 + parent: 2 + - uid: 14560 + components: + - type: Transform + pos: 11.5,-81.5 + parent: 2 + - uid: 14561 + components: + - type: Transform + pos: 10.5,-81.5 + parent: 2 + - uid: 14562 + components: + - type: Transform + pos: 9.5,-81.5 + parent: 2 + - uid: 14574 + components: + - type: Transform + pos: -4.5,-104.5 + parent: 2 + - uid: 14623 + components: + - type: Transform + pos: -4.5,-325.5 + parent: 2 + - uid: 14650 + components: + - type: Transform + pos: 4.5,-247.5 + parent: 2 + - uid: 14663 + components: + - type: Transform + pos: -3.5,-247.5 + parent: 2 + - uid: 14664 + components: + - type: Transform + pos: -2.5,-247.5 + parent: 2 + - uid: 14665 + components: + - type: Transform + pos: -1.5,-247.5 + parent: 2 + - uid: 14666 + components: + - type: Transform + pos: -0.5,-247.5 + parent: 2 + - uid: 14667 + components: + - type: Transform + pos: 0.5,-247.5 + parent: 2 + - uid: 14668 + components: + - type: Transform + pos: 1.5,-247.5 + parent: 2 + - uid: 14669 + components: + - type: Transform + pos: 2.5,-247.5 + parent: 2 + - uid: 14670 + components: + - type: Transform + pos: 0.5,-246.5 + parent: 2 + - uid: 14671 + components: + - type: Transform + pos: 0.5,-245.5 + parent: 2 + - uid: 14672 + components: + - type: Transform + pos: 0.5,-244.5 + parent: 2 + - uid: 14673 + components: + - type: Transform + pos: 0.5,-243.5 + parent: 2 + - uid: 14674 + components: + - type: Transform + pos: -0.5,-243.5 + parent: 2 + - uid: 14675 + components: + - type: Transform + pos: 1.5,-243.5 + parent: 2 + - uid: 14676 + components: + - type: Transform + pos: -1.5,-243.5 + parent: 2 + - uid: 14677 + components: + - type: Transform + pos: -2.5,-243.5 + parent: 2 + - uid: 14678 + components: + - type: Transform + pos: -3.5,-243.5 + parent: 2 + - uid: 14679 + components: + - type: Transform + pos: -4.5,-243.5 + parent: 2 + - uid: 14692 + components: + - type: Transform + pos: -6.5,-252.5 + parent: 2 + - uid: 14693 + components: + - type: Transform + pos: -6.5,-253.5 + parent: 2 + - uid: 14694 + components: + - type: Transform + pos: -6.5,-254.5 + parent: 2 + - uid: 14695 + components: + - type: Transform + pos: -6.5,-255.5 + parent: 2 + - uid: 14696 + components: + - type: Transform + pos: -6.5,-256.5 + parent: 2 + - uid: 14697 + components: + - type: Transform + pos: -6.5,-257.5 + parent: 2 + - uid: 14698 + components: + - type: Transform + pos: -0.5,-248.5 + parent: 2 + - uid: 14699 + components: + - type: Transform + pos: -0.5,-249.5 + parent: 2 + - uid: 14700 + components: + - type: Transform + pos: -0.5,-250.5 + parent: 2 + - uid: 14701 + components: + - type: Transform + pos: -0.5,-251.5 + parent: 2 + - uid: 14702 + components: + - type: Transform + pos: -0.5,-252.5 + parent: 2 + - uid: 14703 + components: + - type: Transform + pos: -0.5,-253.5 + parent: 2 + - uid: 14704 + components: + - type: Transform + pos: -0.5,-254.5 + parent: 2 + - uid: 14705 + components: + - type: Transform + pos: -0.5,-255.5 + parent: 2 + - uid: 14706 + components: + - type: Transform + pos: -0.5,-256.5 + parent: 2 + - uid: 14707 + components: + - type: Transform + pos: -0.5,-257.5 + parent: 2 + - uid: 14708 + components: + - type: Transform + pos: -0.5,-258.5 + parent: 2 + - uid: 14709 + components: + - type: Transform + pos: -0.5,-259.5 + parent: 2 + - uid: 14710 + components: + - type: Transform + pos: -0.5,-260.5 + parent: 2 + - uid: 14711 + components: + - type: Transform + pos: 0.5,-260.5 + parent: 2 + - uid: 14712 + components: + - type: Transform + pos: 1.5,-260.5 + parent: 2 + - uid: 14713 + components: + - type: Transform + pos: -1.5,-260.5 + parent: 2 + - uid: 14714 + components: + - type: Transform + pos: -2.5,-260.5 + parent: 2 + - uid: 14715 + components: + - type: Transform + pos: -3.5,-260.5 + parent: 2 + - uid: 14716 + components: + - type: Transform + pos: -4.5,-260.5 + parent: 2 + - uid: 14717 + components: + - type: Transform + pos: -4.5,-261.5 + parent: 2 + - uid: 14718 + components: + - type: Transform + pos: 0.5,-256.5 + parent: 2 + - uid: 14720 + components: + - type: Transform + pos: -2.5,-190.5 + parent: 2 + - uid: 14721 + components: + - type: Transform + pos: -3.5,-190.5 + parent: 2 + - uid: 14722 + components: + - type: Transform + pos: -4.5,-190.5 + parent: 2 + - uid: 14723 + components: + - type: Transform + pos: -5.5,-190.5 + parent: 2 + - uid: 14724 + components: + - type: Transform + pos: -6.5,-190.5 + parent: 2 + - uid: 14725 + components: + - type: Transform + pos: -7.5,-190.5 + parent: 2 + - uid: 14763 + components: + - type: Transform + pos: -4.5,-26.5 + parent: 2 + - uid: 14764 + components: + - type: Transform + pos: -4.5,-31.5 + parent: 2 + - uid: 14802 + components: + - type: Transform + pos: -0.5,-54.5 + parent: 2 + - uid: 14906 + components: + - type: Transform + pos: -9.5,-132.5 + parent: 2 + - uid: 14907 + components: + - type: Transform + pos: -10.5,-132.5 + parent: 2 + - uid: 14930 + components: + - type: Transform + pos: -10.5,-133.5 + parent: 2 + - uid: 14947 + components: + - type: Transform + pos: -10.5,-134.5 + parent: 2 + - uid: 14951 + components: + - type: Transform + pos: -3.5,-133.5 + parent: 2 + - uid: 14952 + components: + - type: Transform + pos: -4.5,-133.5 + parent: 2 + - uid: 14953 + components: + - type: Transform + pos: -4.5,-132.5 + parent: 2 + - uid: 14954 + components: + - type: Transform + pos: -5.5,-132.5 + parent: 2 + - uid: 14955 + components: + - type: Transform + pos: -6.5,-132.5 + parent: 2 + - uid: 14956 + components: + - type: Transform + pos: -7.5,-132.5 + parent: 2 + - uid: 14957 + components: + - type: Transform + pos: -7.5,-133.5 + parent: 2 + - uid: 14958 + components: + - type: Transform + pos: -7.5,-134.5 + parent: 2 + - uid: 14959 + components: + - type: Transform + pos: -7.5,-135.5 + parent: 2 + - uid: 14960 + components: + - type: Transform + pos: -7.5,-136.5 + parent: 2 + - uid: 14961 + components: + - type: Transform + pos: -8.5,-137.5 + parent: 2 + - uid: 14962 + components: + - type: Transform + pos: -8.5,-136.5 + parent: 2 + - uid: 14963 + components: + - type: Transform + pos: -8.5,-138.5 + parent: 2 + - uid: 14964 + components: + - type: Transform + pos: -8.5,-139.5 + parent: 2 + - uid: 14965 + components: + - type: Transform + pos: -8.5,-140.5 + parent: 2 + - uid: 14966 + components: + - type: Transform + pos: -8.5,-141.5 + parent: 2 + - uid: 14967 + components: + - type: Transform + pos: -8.5,-142.5 + parent: 2 + - uid: 14968 + components: + - type: Transform + pos: -8.5,-143.5 + parent: 2 + - uid: 14969 + components: + - type: Transform + pos: -8.5,-144.5 + parent: 2 + - uid: 14970 + components: + - type: Transform + pos: -8.5,-145.5 + parent: 2 + - uid: 14971 + components: + - type: Transform + pos: -8.5,-146.5 + parent: 2 + - uid: 14972 + components: + - type: Transform + pos: -8.5,-147.5 + parent: 2 + - uid: 14973 + components: + - type: Transform + pos: -8.5,-148.5 + parent: 2 + - uid: 14974 + components: + - type: Transform + pos: -8.5,-149.5 + parent: 2 + - uid: 14975 + components: + - type: Transform + pos: -8.5,-150.5 + parent: 2 + - uid: 14976 + components: + - type: Transform + pos: -8.5,-151.5 + parent: 2 + - uid: 14991 + components: + - type: Transform + pos: -4.5,-157.5 + parent: 2 + - uid: 14993 + components: + - type: Transform + pos: -8.5,-152.5 + parent: 2 + - uid: 14994 + components: + - type: Transform + pos: -8.5,-153.5 + parent: 2 + - uid: 14995 + components: + - type: Transform + pos: -8.5,-154.5 + parent: 2 + - uid: 14996 + components: + - type: Transform + pos: -7.5,-154.5 + parent: 2 + - uid: 14997 + components: + - type: Transform + pos: -6.5,-154.5 + parent: 2 + - uid: 14998 + components: + - type: Transform + pos: -4.5,-155.5 + parent: 2 + - uid: 14999 + components: + - type: Transform + pos: -4.5,-156.5 + parent: 2 + - uid: 15000 + components: + - type: Transform + pos: -4.5,-158.5 + parent: 2 + - uid: 15001 + components: + - type: Transform + pos: -4.5,-131.5 + parent: 2 + - uid: 15002 + components: + - type: Transform + pos: 5.5,-126.5 + parent: 2 + - uid: 15003 + components: + - type: Transform + pos: 5.5,-127.5 + parent: 2 + - uid: 15004 + components: + - type: Transform + pos: 5.5,-128.5 + parent: 2 + - uid: 15005 + components: + - type: Transform + pos: 5.5,-129.5 + parent: 2 + - uid: 15006 + components: + - type: Transform + pos: -4.5,-100.5 + parent: 2 + - uid: 15007 + components: + - type: Transform + pos: -4.5,-101.5 + parent: 2 + - uid: 15008 + components: + - type: Transform + pos: -4.5,-102.5 + parent: 2 + - uid: 15009 + components: + - type: Transform + pos: 5.5,-98.5 + parent: 2 + - uid: 15010 + components: + - type: Transform + pos: 5.5,-99.5 + parent: 2 + - uid: 15011 + components: + - type: Transform + pos: 5.5,-100.5 + parent: 2 + - uid: 15012 + components: + - type: Transform + pos: 5.5,-101.5 + parent: 2 + - uid: 15013 + components: + - type: Transform + pos: 5.5,-102.5 + parent: 2 + - uid: 15014 + components: + - type: Transform + pos: -4.5,-80.5 + parent: 2 + - uid: 15015 + components: + - type: Transform + pos: -4.5,-79.5 + parent: 2 + - uid: 15016 + components: + - type: Transform + pos: -4.5,-78.5 + parent: 2 + - uid: 15017 + components: + - type: Transform + pos: -4.5,-77.5 + parent: 2 + - uid: 15018 + components: + - type: Transform + pos: 5.5,-79.5 + parent: 2 + - uid: 15019 + components: + - type: Transform + pos: 5.5,-78.5 + parent: 2 + - uid: 15020 + components: + - type: Transform + pos: 5.5,-77.5 + parent: 2 + - uid: 15021 + components: + - type: Transform + pos: 5.5,-46.5 + parent: 2 + - uid: 15022 + components: + - type: Transform + pos: 5.5,-47.5 + parent: 2 + - uid: 15023 + components: + - type: Transform + pos: 5.5,-48.5 + parent: 2 + - uid: 15024 + components: + - type: Transform + pos: -4.5,-19.5 + parent: 2 + - uid: 15025 + components: + - type: Transform + pos: -4.5,-20.5 + parent: 2 + - uid: 15026 + components: + - type: Transform + pos: -4.5,-21.5 + parent: 2 + - uid: 15027 + components: + - type: Transform + pos: -10.5,-135.5 + parent: 2 + - uid: 15127 + components: + - type: Transform + pos: 5.5,-160.5 + parent: 2 + - uid: 15128 + components: + - type: Transform + pos: 5.5,-159.5 + parent: 2 + - uid: 15129 + components: + - type: Transform + pos: 5.5,-158.5 + parent: 2 + - uid: 15130 + components: + - type: Transform + pos: 5.5,-157.5 + parent: 2 + - uid: 15131 + components: + - type: Transform + pos: -4.5,-182.5 + parent: 2 + - uid: 15132 + components: + - type: Transform + pos: -4.5,-183.5 + parent: 2 + - uid: 15153 + components: + - type: Transform + pos: 8.5,-120.5 + parent: 2 + - uid: 15154 + components: + - type: Transform + pos: 9.5,-120.5 + parent: 2 + - uid: 15235 + components: + - type: Transform + pos: 5.5,-247.5 + parent: 2 + - uid: 15257 + components: + - type: Transform + pos: 3.5,-245.5 + parent: 2 + - uid: 15258 + components: + - type: Transform + pos: 3.5,-244.5 + parent: 2 + - uid: 15259 + components: + - type: Transform + pos: 3.5,-246.5 + parent: 2 + - uid: 15587 + components: + - type: Transform + pos: 5.5,-266.5 + parent: 2 + - uid: 15588 + components: + - type: Transform + pos: 5.5,-262.5 + parent: 2 + - uid: 15746 + components: + - type: Transform + pos: 5.5,-263.5 + parent: 2 + - uid: 15747 + components: + - type: Transform + pos: 5.5,-264.5 + parent: 2 + - uid: 16561 + components: + - type: Transform + pos: -16.5,-265.5 + parent: 2 + - uid: 16642 + components: + - type: Transform + pos: -18.5,-265.5 + parent: 2 + - uid: 16643 + components: + - type: Transform + pos: -18.5,-266.5 + parent: 2 + - uid: 16644 + components: + - type: Transform + pos: -19.5,-265.5 + parent: 2 + - uid: 16645 + components: + - type: Transform + pos: -20.5,-265.5 + parent: 2 + - uid: 16646 + components: + - type: Transform + pos: -21.5,-265.5 + parent: 2 + - uid: 16647 + components: + - type: Transform + pos: -11.5,-248.5 + parent: 2 + - uid: 16648 + components: + - type: Transform + pos: -16.5,-262.5 + parent: 2 + - uid: 16649 + components: + - type: Transform + pos: -17.5,-265.5 + parent: 2 + - uid: 16650 + components: + - type: Transform + pos: -16.5,-264.5 + parent: 2 + - uid: 16651 + components: + - type: Transform + pos: -16.5,-263.5 + parent: 2 + - uid: 16652 + components: + - type: Transform + pos: -16.5,-261.5 + parent: 2 + - uid: 16653 + components: + - type: Transform + pos: -16.5,-260.5 + parent: 2 + - uid: 16654 + components: + - type: Transform + pos: -16.5,-259.5 + parent: 2 + - uid: 16656 + components: + - type: Transform + pos: -16.5,-258.5 + parent: 2 + - uid: 16657 + components: + - type: Transform + pos: -16.5,-257.5 + parent: 2 + - uid: 16658 + components: + - type: Transform + pos: -16.5,-256.5 + parent: 2 + - uid: 16700 + components: + - type: Transform + pos: -16.5,-254.5 + parent: 2 + - uid: 16701 + components: + - type: Transform + pos: -16.5,-253.5 + parent: 2 + - uid: 16702 + components: + - type: Transform + pos: -16.5,-252.5 + parent: 2 + - uid: 16703 + components: + - type: Transform + pos: -18.5,-256.5 + parent: 2 + - uid: 16704 + components: + - type: Transform + pos: -16.5,-251.5 + parent: 2 + - uid: 16705 + components: + - type: Transform + pos: -19.5,-256.5 + parent: 2 + - uid: 16706 + components: + - type: Transform + pos: -16.5,-250.5 + parent: 2 + - uid: 16709 + components: + - type: Transform + pos: -15.5,-248.5 + parent: 2 + - uid: 16711 + components: + - type: Transform + pos: -13.5,-248.5 + parent: 2 + - uid: 16713 + components: + - type: Transform + pos: -14.5,-248.5 + parent: 2 + - uid: 16714 + components: + - type: Transform + pos: -16.5,-247.5 + parent: 2 + - uid: 16715 + components: + - type: Transform + pos: -16.5,-246.5 + parent: 2 + - uid: 16717 + components: + - type: Transform + pos: -16.5,-245.5 + parent: 2 + - uid: 16718 + components: + - type: Transform + pos: -16.5,-244.5 + parent: 2 + - uid: 16722 + components: + - type: Transform + pos: -16.5,-243.5 + parent: 2 + - uid: 16723 + components: + - type: Transform + pos: -15.5,-243.5 + parent: 2 + - uid: 16724 + components: + - type: Transform + pos: -14.5,-243.5 + parent: 2 + - uid: 16725 + components: + - type: Transform + pos: -13.5,-243.5 + parent: 2 + - uid: 16741 + components: + - type: Transform + pos: 5.5,-52.5 + parent: 2 + - uid: 16742 + components: + - type: Transform + pos: 5.5,-51.5 + parent: 2 + - uid: 16743 + components: + - type: Transform + pos: 5.5,-50.5 + parent: 2 + - uid: 16810 + components: + - type: Transform + pos: 5.5,-134.5 + parent: 2 + - uid: 16815 + components: + - type: Transform + pos: 5.5,-133.5 + parent: 2 + - uid: 16816 + components: + - type: Transform + pos: 5.5,-132.5 + parent: 2 + - uid: 16817 + components: + - type: Transform + pos: 5.5,-131.5 + parent: 2 + - uid: 16972 + components: + - type: Transform + pos: -5.5,-260.5 + parent: 2 + - uid: 16973 + components: + - type: Transform + pos: -6.5,-260.5 + parent: 2 + - uid: 16974 + components: + - type: Transform + pos: -7.5,-260.5 + parent: 2 + - uid: 16975 + components: + - type: Transform + pos: -8.5,-260.5 + parent: 2 + - uid: 16976 + components: + - type: Transform + pos: -9.5,-260.5 + parent: 2 + - uid: 16977 + components: + - type: Transform + pos: -10.5,-260.5 + parent: 2 + - uid: 17040 + components: + - type: Transform + pos: -20.5,-256.5 + parent: 2 + - uid: 17041 + components: + - type: Transform + pos: -21.5,-256.5 + parent: 2 + - uid: 17042 + components: + - type: Transform + pos: -17.5,-263.5 + parent: 2 + - uid: 17043 + components: + - type: Transform + pos: -18.5,-263.5 + parent: 2 + - uid: 17044 + components: + - type: Transform + pos: -19.5,-263.5 + parent: 2 + - uid: 17045 + components: + - type: Transform + pos: -20.5,-263.5 + parent: 2 + - uid: 17046 + components: + - type: Transform + pos: -21.5,-263.5 + parent: 2 + - uid: 17047 + components: + - type: Transform + pos: -18.5,-252.5 + parent: 2 + - uid: 17048 + components: + - type: Transform + pos: -19.5,-252.5 + parent: 2 + - uid: 17049 + components: + - type: Transform + pos: -20.5,-252.5 + parent: 2 + - uid: 17050 + components: + - type: Transform + pos: -21.5,-252.5 + parent: 2 + - uid: 17051 + components: + - type: Transform + pos: -10.5,-243.5 + parent: 2 + - uid: 17052 + components: + - type: Transform + pos: -11.5,-243.5 + parent: 2 + - uid: 17053 + components: + - type: Transform + pos: -10.5,-248.5 + parent: 2 + - uid: 17054 + components: + - type: Transform + pos: -12.5,-248.5 + parent: 2 + - uid: 17055 + components: + - type: Transform + pos: -12.5,-243.5 + parent: 2 +- proto: CableApcStack + entities: + - uid: 41 + components: + - type: Transform + pos: 15.343878,-245.76967 + parent: 2 + - uid: 6897 + components: + - type: Transform + pos: 15.528771,-245.82246 + parent: 2 + - uid: 9972 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.460135,-300.75027 + parent: 2 + - uid: 11674 + components: + - type: Transform + pos: -2.2538567,-7.497039 + parent: 2 + - uid: 12413 + components: + - type: Transform + pos: 5.5776806,-310.53137 + parent: 2 + - uid: 14770 + components: + - type: Transform + parent: 14755 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: CableHV + entities: + - uid: 90 + components: + - type: Transform + pos: -0.5,-260.5 + parent: 2 + - uid: 664 + components: + - type: Transform + pos: -3.5,-82.5 + parent: 2 + - uid: 845 + components: + - type: Transform + pos: 5.5,-346.5 + parent: 2 + - uid: 917 + components: + - type: Transform + pos: 3.5,-346.5 + parent: 2 + - uid: 2228 + components: + - type: Transform + pos: -3.5,-260.5 + parent: 2 + - uid: 2255 + components: + - type: Transform + pos: -2.5,-260.5 + parent: 2 + - uid: 2276 + components: + - type: Transform + pos: -1.5,-260.5 + parent: 2 + - uid: 2279 + components: + - type: Transform + pos: -4.5,-260.5 + parent: 2 + - uid: 2339 + components: + - type: Transform + pos: -5.5,-260.5 + parent: 2 + - uid: 2340 + components: + - type: Transform + pos: -6.5,-260.5 + parent: 2 + - uid: 2341 + components: + - type: Transform + pos: -7.5,-260.5 + parent: 2 + - uid: 2342 + components: + - type: Transform + pos: -8.5,-260.5 + parent: 2 + - uid: 2343 + components: + - type: Transform + pos: -9.5,-260.5 + parent: 2 + - uid: 2344 + components: + - type: Transform + pos: -10.5,-260.5 + parent: 2 + - uid: 2345 + components: + - type: Transform + pos: -13.5,-257.5 + parent: 2 + - uid: 2346 + components: + - type: Transform + pos: -13.5,-258.5 + parent: 2 + - uid: 2347 + components: + - type: Transform + pos: -13.5,-259.5 + parent: 2 + - uid: 2348 + components: + - type: Transform + pos: -13.5,-260.5 + parent: 2 + - uid: 2349 + components: + - type: Transform + pos: -12.5,-260.5 + parent: 2 + - uid: 2350 + components: + - type: Transform + pos: -13.5,-255.5 + parent: 2 + - uid: 2357 + components: + - type: Transform + pos: -13.5,-256.5 + parent: 2 + - uid: 2358 + components: + - type: Transform + pos: -11.5,-260.5 + parent: 2 + - uid: 3087 + components: + - type: Transform + pos: -3.5,-112.5 + parent: 2 + - uid: 3091 + components: + - type: Transform + pos: -15.5,-254.5 + parent: 2 + - uid: 4226 + components: + - type: Transform + pos: 5.5,-192.5 + parent: 2 + - uid: 4264 + components: + - type: Transform + pos: -2.5,-220.5 + parent: 2 + - uid: 4277 + components: + - type: Transform + pos: 0.5,-262.5 + parent: 2 + - uid: 4335 + components: + - type: Transform + pos: 0.5,-77.5 + parent: 2 + - uid: 4378 + components: + - type: Transform + pos: 0.5,-72.5 + parent: 2 + - uid: 4403 + components: + - type: Transform + pos: 0.5,-74.5 + parent: 2 + - uid: 4545 + components: + - type: Transform + pos: -3.5,-96.5 + parent: 2 + - uid: 4546 + components: + - type: Transform + pos: 0.5,-71.5 + parent: 2 + - uid: 4552 + components: + - type: Transform + pos: 0.5,-97.5 + parent: 2 + - uid: 4553 + components: + - type: Transform + pos: 0.5,-98.5 + parent: 2 + - uid: 4557 + components: + - type: Transform + pos: 3.5,-68.5 + parent: 2 + - uid: 4571 + components: + - type: Transform + pos: -6.5,-173.5 + parent: 2 + - uid: 4582 + components: + - type: Transform + pos: -3.5,-123.5 + parent: 2 + - uid: 4584 + components: + - type: Transform + pos: -3.5,-111.5 + parent: 2 + - uid: 4586 + components: + - type: Transform + pos: -3.5,-122.5 + parent: 2 + - uid: 4588 + components: + - type: Transform + pos: -3.5,-124.5 + parent: 2 + - uid: 4595 + components: + - type: Transform + pos: 7.5,-151.5 + parent: 2 + - uid: 4608 + components: + - type: Transform + pos: 1.5,-189.5 + parent: 2 + - uid: 4614 + components: + - type: Transform + pos: -6.5,-163.5 + parent: 2 + - uid: 4617 + components: + - type: Transform + pos: -6.5,-164.5 + parent: 2 + - uid: 4622 + components: + - type: Transform + pos: 0.5,-76.5 + parent: 2 + - uid: 4623 + components: + - type: Transform + pos: 6.5,-65.5 + parent: 2 + - uid: 4626 + components: + - type: Transform + pos: -2.5,-98.5 + parent: 2 + - uid: 4642 + components: + - type: Transform + pos: -2.5,-163.5 + parent: 2 + - uid: 4643 + components: + - type: Transform + pos: -2.5,-162.5 + parent: 2 + - uid: 4644 + components: + - type: Transform + pos: -1.5,-163.5 + parent: 2 + - uid: 4645 + components: + - type: Transform + pos: -2.5,-161.5 + parent: 2 + - uid: 4646 + components: + - type: Transform + pos: 0.5,-156.5 + parent: 2 + - uid: 4648 + components: + - type: Transform + pos: -5.5,-179.5 + parent: 2 + - uid: 4668 + components: + - type: Transform + pos: -2.5,-99.5 + parent: 2 + - uid: 4672 + components: + - type: Transform + pos: -6.5,-178.5 + parent: 2 + - uid: 4673 + components: + - type: Transform + pos: 0.5,-127.5 + parent: 2 + - uid: 4674 + components: + - type: Transform + pos: -3.5,-118.5 + parent: 2 + - uid: 4676 + components: + - type: Transform + pos: 0.5,-126.5 + parent: 2 + - uid: 4677 + components: + - type: Transform + pos: 0.5,-129.5 + parent: 2 + - uid: 4678 + components: + - type: Transform + pos: 7.5,-153.5 + parent: 2 + - uid: 4679 + components: + - type: Transform + pos: 0.5,-124.5 + parent: 2 + - uid: 4688 + components: + - type: Transform + pos: 5.5,-193.5 + parent: 2 + - uid: 4696 + components: + - type: Transform + pos: 5.5,-151.5 + parent: 2 + - uid: 4697 + components: + - type: Transform + pos: 6.5,-151.5 + parent: 2 + - uid: 4698 + components: + - type: Transform + pos: 5.5,-152.5 + parent: 2 + - uid: 4699 + components: + - type: Transform + pos: -3.5,-121.5 + parent: 2 + - uid: 4700 + components: + - type: Transform + pos: -3.5,-97.5 + parent: 2 + - uid: 4701 + components: + - type: Transform + pos: -2.5,-97.5 + parent: 2 + - uid: 4702 + components: + - type: Transform + pos: -1.5,-97.5 + parent: 2 + - uid: 4703 + components: + - type: Transform + pos: -3.5,-113.5 + parent: 2 + - uid: 4704 + components: + - type: Transform + pos: -3.5,-114.5 + parent: 2 + - uid: 4705 + components: + - type: Transform + pos: -0.5,-97.5 + parent: 2 + - uid: 4706 + components: + - type: Transform + pos: -3.5,-86.5 + parent: 2 + - uid: 4707 + components: + - type: Transform + pos: -3.5,-85.5 + parent: 2 + - uid: 4711 + components: + - type: Transform + pos: -0.5,-110.5 + parent: 2 + - uid: 4712 + components: + - type: Transform + pos: 1.5,-109.5 + parent: 2 + - uid: 4713 + components: + - type: Transform + pos: -3.5,-115.5 + parent: 2 + - uid: 4716 + components: + - type: Transform + pos: 4.5,-68.5 + parent: 2 + - uid: 4717 + components: + - type: Transform + pos: 0.5,-70.5 + parent: 2 + - uid: 4718 + components: + - type: Transform + pos: 0.5,-79.5 + parent: 2 + - uid: 4719 + components: + - type: Transform + pos: 2.5,-189.5 + parent: 2 + - uid: 4720 + components: + - type: Transform + pos: -1.5,-81.5 + parent: 2 + - uid: 4721 + components: + - type: Transform + pos: 0.5,-69.5 + parent: 2 + - uid: 4722 + components: + - type: Transform + pos: 6.5,-68.5 + parent: 2 + - uid: 4724 + components: + - type: Transform + pos: 0.5,-189.5 + parent: 2 + - uid: 4725 + components: + - type: Transform + pos: 6.5,-67.5 + parent: 2 + - uid: 4727 + components: + - type: Transform + pos: 4.5,-189.5 + parent: 2 + - uid: 4729 + components: + - type: Transform + pos: 0.5,-207.5 + parent: 2 + - uid: 4730 + components: + - type: Transform + pos: 0.5,-209.5 + parent: 2 + - uid: 4732 + components: + - type: Transform + pos: 5.5,-68.5 + parent: 2 + - uid: 4734 + components: + - type: Transform + pos: 0.5,-188.5 + parent: 2 + - uid: 4736 + components: + - type: Transform + pos: -2.5,-81.5 + parent: 2 + - uid: 4737 + components: + - type: Transform + pos: 0.5,-154.5 + parent: 2 + - uid: 4738 + components: + - type: Transform + pos: 0.5,-153.5 + parent: 2 + - uid: 4742 + components: + - type: Transform + pos: 0.5,-240.5 + parent: 2 + - uid: 4757 + components: + - type: Transform + pos: -10.5,-229.5 + parent: 2 + - uid: 4758 + components: + - type: Transform + pos: -10.5,-228.5 + parent: 2 + - uid: 4759 + components: + - type: Transform + pos: -10.5,-227.5 + parent: 2 + - uid: 4760 + components: + - type: Transform + pos: -10.5,-226.5 + parent: 2 + - uid: 4761 + components: + - type: Transform + pos: -10.5,-225.5 + parent: 2 + - uid: 4762 + components: + - type: Transform + pos: -10.5,-224.5 + parent: 2 + - uid: 4763 + components: + - type: Transform + pos: -10.5,-223.5 + parent: 2 + - uid: 4764 + components: + - type: Transform + pos: -10.5,-222.5 + parent: 2 + - uid: 4765 + components: + - type: Transform + pos: -10.5,-221.5 + parent: 2 + - uid: 4766 + components: + - type: Transform + pos: -10.5,-220.5 + parent: 2 + - uid: 4767 + components: + - type: Transform + pos: 0.5,-101.5 + parent: 2 + - uid: 4768 + components: + - type: Transform + pos: -9.5,-220.5 + parent: 2 + - uid: 4769 + components: + - type: Transform + pos: 0.5,-108.5 + parent: 2 + - uid: 4770 + components: + - type: Transform + pos: -9.5,-219.5 + parent: 2 + - uid: 4771 + components: + - type: Transform + pos: 0.5,-104.5 + parent: 2 + - uid: 4772 + components: + - type: Transform + pos: -9.5,-218.5 + parent: 2 + - uid: 4774 + components: + - type: Transform + pos: -9.5,-229.5 + parent: 2 + - uid: 4775 + components: + - type: Transform + pos: -3.5,-120.5 + parent: 2 + - uid: 4776 + components: + - type: Transform + pos: -9.5,-230.5 + parent: 2 + - uid: 4777 + components: + - type: Transform + pos: -9.5,-231.5 + parent: 2 + - uid: 4781 + components: + - type: Transform + pos: 10.5,-231.5 + parent: 2 + - uid: 4782 + components: + - type: Transform + pos: 10.5,-230.5 + parent: 2 + - uid: 4783 + components: + - type: Transform + pos: 10.5,-229.5 + parent: 2 + - uid: 4787 + components: + - type: Transform + pos: 11.5,-229.5 + parent: 2 + - uid: 4788 + components: + - type: Transform + pos: 11.5,-228.5 + parent: 2 + - uid: 4789 + components: + - type: Transform + pos: 11.5,-227.5 + parent: 2 + - uid: 4790 + components: + - type: Transform + pos: 11.5,-226.5 + parent: 2 + - uid: 4791 + components: + - type: Transform + pos: 11.5,-225.5 + parent: 2 + - uid: 4792 + components: + - type: Transform + pos: 11.5,-224.5 + parent: 2 + - uid: 4793 + components: + - type: Transform + pos: 11.5,-223.5 + parent: 2 + - uid: 4794 + components: + - type: Transform + pos: 11.5,-222.5 + parent: 2 + - uid: 4795 + components: + - type: Transform + pos: 11.5,-221.5 + parent: 2 + - uid: 4796 + components: + - type: Transform + pos: 11.5,-220.5 + parent: 2 + - uid: 4798 + components: + - type: Transform + pos: 10.5,-220.5 + parent: 2 + - uid: 4799 + components: + - type: Transform + pos: 10.5,-219.5 + parent: 2 + - uid: 4801 + components: + - type: Transform + pos: 10.5,-218.5 + parent: 2 + - uid: 4802 + components: + - type: Transform + pos: 5.5,-199.5 + parent: 2 + - uid: 4803 + components: + - type: Transform + pos: 5.5,-201.5 + parent: 2 + - uid: 4804 + components: + - type: Transform + pos: -3.5,-215.5 + parent: 2 + - uid: 4805 + components: + - type: Transform + pos: -3.5,-216.5 + parent: 2 + - uid: 4810 + components: + - type: Transform + pos: 0.5,-78.5 + parent: 2 + - uid: 4811 + components: + - type: Transform + pos: -3.5,-214.5 + parent: 2 + - uid: 4813 + components: + - type: Transform + pos: -4.5,-215.5 + parent: 2 + - uid: 4814 + components: + - type: Transform + pos: 4.5,-235.5 + parent: 2 + - uid: 4815 + components: + - type: Transform + pos: 0.5,-73.5 + parent: 2 + - uid: 4816 + components: + - type: Transform + pos: 0.5,-187.5 + parent: 2 + - uid: 4820 + components: + - type: Transform + pos: -3.5,-217.5 + parent: 2 + - uid: 4821 + components: + - type: Transform + pos: -3.5,-218.5 + parent: 2 + - uid: 4822 + components: + - type: Transform + pos: -6.5,-216.5 + parent: 2 + - uid: 4823 + components: + - type: Transform + pos: 0.5,-100.5 + parent: 2 + - uid: 4824 + components: + - type: Transform + pos: -6.5,-217.5 + parent: 2 + - uid: 4825 + components: + - type: Transform + pos: -7.5,-217.5 + parent: 2 + - uid: 4826 + components: + - type: Transform + pos: -7.5,-218.5 + parent: 2 + - uid: 4827 + components: + - type: Transform + pos: -7.5,-219.5 + parent: 2 + - uid: 4828 + components: + - type: Transform + pos: -7.5,-220.5 + parent: 2 + - uid: 4829 + components: + - type: Transform + pos: -7.5,-221.5 + parent: 2 + - uid: 4830 + components: + - type: Transform + pos: -7.5,-222.5 + parent: 2 + - uid: 4831 + components: + - type: Transform + pos: -7.5,-223.5 + parent: 2 + - uid: 4832 + components: + - type: Transform + pos: -7.5,-224.5 + parent: 2 + - uid: 4833 + components: + - type: Transform + pos: -7.5,-225.5 + parent: 2 + - uid: 4834 + components: + - type: Transform + pos: -7.5,-226.5 + parent: 2 + - uid: 4835 + components: + - type: Transform + pos: -7.5,-227.5 + parent: 2 + - uid: 4836 + components: + - type: Transform + pos: -7.5,-228.5 + parent: 2 + - uid: 4837 + components: + - type: Transform + pos: -7.5,-229.5 + parent: 2 + - uid: 4838 + components: + - type: Transform + pos: -7.5,-230.5 + parent: 2 + - uid: 4839 + components: + - type: Transform + pos: -7.5,-231.5 + parent: 2 + - uid: 4840 + components: + - type: Transform + pos: -7.5,-232.5 + parent: 2 + - uid: 4841 + components: + - type: Transform + pos: -6.5,-232.5 + parent: 2 + - uid: 4842 + components: + - type: Transform + pos: -6.5,-233.5 + parent: 2 + - uid: 4843 + components: + - type: Transform + pos: -6.5,-226.5 + parent: 2 + - uid: 4844 + components: + - type: Transform + pos: -8.5,-229.5 + parent: 2 + - uid: 4845 + components: + - type: Transform + pos: -8.5,-220.5 + parent: 2 + - uid: 4846 + components: + - type: Transform + pos: -6.5,-223.5 + parent: 2 + - uid: 4852 + components: + - type: Transform + pos: -4.5,-234.5 + parent: 2 + - uid: 4853 + components: + - type: Transform + pos: -3.5,-234.5 + parent: 2 + - uid: 4854 + components: + - type: Transform + pos: -3.5,-235.5 + parent: 2 + - uid: 4855 + components: + - type: Transform + pos: -3.5,-233.5 + parent: 2 + - uid: 4856 + components: + - type: Transform + pos: -3.5,-232.5 + parent: 2 + - uid: 4857 + components: + - type: Transform + pos: -3.5,-231.5 + parent: 2 + - uid: 4858 + components: + - type: Transform + pos: 3.5,-189.5 + parent: 2 + - uid: 4859 + components: + - type: Transform + pos: 9.5,-220.5 + parent: 2 + - uid: 4860 + components: + - type: Transform + pos: 4.5,-234.5 + parent: 2 + - uid: 4861 + components: + - type: Transform + pos: 5.5,-234.5 + parent: 2 + - uid: 4862 + components: + - type: Transform + pos: 4.5,-233.5 + parent: 2 + - uid: 4863 + components: + - type: Transform + pos: 4.5,-232.5 + parent: 2 + - uid: 4864 + components: + - type: Transform + pos: 4.5,-231.5 + parent: 2 + - uid: 4866 + components: + - type: Transform + pos: 7.5,-233.5 + parent: 2 + - uid: 4867 + components: + - type: Transform + pos: 7.5,-232.5 + parent: 2 + - uid: 4871 + components: + - type: Transform + pos: 9.5,-229.5 + parent: 2 + - uid: 4874 + components: + - type: Transform + pos: 8.5,-232.5 + parent: 2 + - uid: 4875 + components: + - type: Transform + pos: 8.5,-231.5 + parent: 2 + - uid: 4876 + components: + - type: Transform + pos: 8.5,-230.5 + parent: 2 + - uid: 4877 + components: + - type: Transform + pos: 8.5,-229.5 + parent: 2 + - uid: 4878 + components: + - type: Transform + pos: 8.5,-228.5 + parent: 2 + - uid: 4879 + components: + - type: Transform + pos: 8.5,-227.5 + parent: 2 + - uid: 4880 + components: + - type: Transform + pos: 8.5,-226.5 + parent: 2 + - uid: 4881 + components: + - type: Transform + pos: 8.5,-225.5 + parent: 2 + - uid: 4882 + components: + - type: Transform + pos: 8.5,-224.5 + parent: 2 + - uid: 4883 + components: + - type: Transform + pos: 8.5,-223.5 + parent: 2 + - uid: 4884 + components: + - type: Transform + pos: 8.5,-222.5 + parent: 2 + - uid: 4885 + components: + - type: Transform + pos: 8.5,-221.5 + parent: 2 + - uid: 4886 + components: + - type: Transform + pos: 8.5,-220.5 + parent: 2 + - uid: 4887 + components: + - type: Transform + pos: 8.5,-219.5 + parent: 2 + - uid: 4888 + components: + - type: Transform + pos: 8.5,-218.5 + parent: 2 + - uid: 4889 + components: + - type: Transform + pos: 8.5,-217.5 + parent: 2 + - uid: 4891 + components: + - type: Transform + pos: 7.5,-217.5 + parent: 2 + - uid: 4892 + components: + - type: Transform + pos: 7.5,-216.5 + parent: 2 + - uid: 4894 + components: + - type: Transform + pos: 7.5,-226.5 + parent: 2 + - uid: 4895 + components: + - type: Transform + pos: 7.5,-223.5 + parent: 2 + - uid: 4906 + components: + - type: Transform + pos: 0.5,-130.5 + parent: 2 + - uid: 4907 + components: + - type: Transform + pos: 0.5,-133.5 + parent: 2 + - uid: 4908 + components: + - type: Transform + pos: 0.5,-131.5 + parent: 2 + - uid: 4909 + components: + - type: Transform + pos: 0.5,-132.5 + parent: 2 + - uid: 4910 + components: + - type: Transform + pos: 0.5,-134.5 + parent: 2 + - uid: 4911 + components: + - type: Transform + pos: 0.5,-102.5 + parent: 2 + - uid: 4913 + components: + - type: Transform + pos: 0.5,-106.5 + parent: 2 + - uid: 4914 + components: + - type: Transform + pos: 0.5,-105.5 + parent: 2 + - uid: 4915 + components: + - type: Transform + pos: -3.5,-116.5 + parent: 2 + - uid: 4916 + components: + - type: Transform + pos: 2.5,-152.5 + parent: 2 + - uid: 4917 + components: + - type: Transform + pos: 4.5,-152.5 + parent: 2 + - uid: 4918 + components: + - type: Transform + pos: -2.5,-124.5 + parent: 2 + - uid: 4919 + components: + - type: Transform + pos: -3.5,-89.5 + parent: 2 + - uid: 4920 + components: + - type: Transform + pos: -3.5,-90.5 + parent: 2 + - uid: 4922 + components: + - type: Transform + pos: -6.5,-171.5 + parent: 2 + - uid: 4923 + components: + - type: Transform + pos: 0.5,-152.5 + parent: 2 + - uid: 4925 + components: + - type: Transform + pos: -6.5,-176.5 + parent: 2 + - uid: 4926 + components: + - type: Transform + pos: 0.5,-242.5 + parent: 2 + - uid: 4927 + components: + - type: Transform + pos: 0.5,-155.5 + parent: 2 + - uid: 4928 + components: + - type: Transform + pos: -0.5,-179.5 + parent: 2 + - uid: 4929 + components: + - type: Transform + pos: 0.5,-208.5 + parent: 2 + - uid: 4930 + components: + - type: Transform + pos: -3.5,-117.5 + parent: 2 + - uid: 4931 + components: + - type: Transform + pos: -3.5,-119.5 + parent: 2 + - uid: 4932 + components: + - type: Transform + pos: 6.5,-111.5 + parent: 2 + - uid: 4933 + components: + - type: Transform + pos: -3.5,-95.5 + parent: 2 + - uid: 4934 + components: + - type: Transform + pos: -2.5,-110.5 + parent: 2 + - uid: 4935 + components: + - type: Transform + pos: -3.5,-179.5 + parent: 2 + - uid: 4936 + components: + - type: Transform + pos: -1.5,-179.5 + parent: 2 + - uid: 4937 + components: + - type: Transform + pos: -2.5,-179.5 + parent: 2 + - uid: 4938 + components: + - type: Transform + pos: 0.5,-181.5 + parent: 2 + - uid: 4939 + components: + - type: Transform + pos: 0.5,-183.5 + parent: 2 + - uid: 4940 + components: + - type: Transform + pos: 0.5,-182.5 + parent: 2 + - uid: 4944 + components: + - type: Transform + pos: 0.5,-163.5 + parent: 2 + - uid: 4946 + components: + - type: Transform + pos: 0.5,-162.5 + parent: 2 + - uid: 4953 + components: + - type: Transform + pos: 3.5,-152.5 + parent: 2 + - uid: 4954 + components: + - type: Transform + pos: 1.5,-152.5 + parent: 2 + - uid: 4955 + components: + - type: Transform + pos: -6.5,-174.5 + parent: 2 + - uid: 4956 + components: + - type: Transform + pos: 0.5,-81.5 + parent: 2 + - uid: 4957 + components: + - type: Transform + pos: 1.5,-68.5 + parent: 2 + - uid: 4958 + components: + - type: Transform + pos: 6.5,-62.5 + parent: 2 + - uid: 4959 + components: + - type: Transform + pos: -0.5,-81.5 + parent: 2 + - uid: 4960 + components: + - type: Transform + pos: 5.5,-202.5 + parent: 2 + - uid: 4961 + components: + - type: Transform + pos: 0.5,-241.5 + parent: 2 + - uid: 4962 + components: + - type: Transform + pos: -6.5,-177.5 + parent: 2 + - uid: 4963 + components: + - type: Transform + pos: -6.5,-172.5 + parent: 2 + - uid: 4964 + components: + - type: Transform + pos: -6.5,-170.5 + parent: 2 + - uid: 4966 + components: + - type: Transform + pos: -3.5,-93.5 + parent: 2 + - uid: 4968 + components: + - type: Transform + pos: 0.5,-75.5 + parent: 2 + - uid: 4969 + components: + - type: Transform + pos: 6.5,-66.5 + parent: 2 + - uid: 4970 + components: + - type: Transform + pos: 0.5,-210.5 + parent: 2 + - uid: 4971 + components: + - type: Transform + pos: 0.5,-80.5 + parent: 2 + - uid: 4972 + components: + - type: Transform + pos: 0.5,-68.5 + parent: 2 + - uid: 4974 + components: + - type: Transform + pos: 2.5,-68.5 + parent: 2 + - uid: 4975 + components: + - type: Transform + pos: -6.5,-179.5 + parent: 2 + - uid: 5041 + components: + - type: Transform + pos: -3.5,-110.5 + parent: 2 + - uid: 5066 + components: + - type: Transform + pos: -1.5,-110.5 + parent: 2 + - uid: 5067 + components: + - type: Transform + pos: -6.5,-175.5 + parent: 2 + - uid: 5086 + components: + - type: Transform + pos: 2.5,-109.5 + parent: 2 + - uid: 5093 + components: + - type: Transform + pos: -3.5,-92.5 + parent: 2 + - uid: 5094 + components: + - type: Transform + pos: -3.5,-94.5 + parent: 2 + - uid: 5095 + components: + - type: Transform + pos: 3.5,-110.5 + parent: 2 + - uid: 5096 + components: + - type: Transform + pos: 4.5,-110.5 + parent: 2 + - uid: 5097 + components: + - type: Transform + pos: 0.5,-103.5 + parent: 2 + - uid: 5100 + components: + - type: Transform + pos: 5.5,-190.5 + parent: 2 + - uid: 5102 + components: + - type: Transform + pos: 5.5,-191.5 + parent: 2 + - uid: 5132 + components: + - type: Transform + pos: 5.5,-194.5 + parent: 2 + - uid: 5149 + components: + - type: Transform + pos: 0.5,-99.5 + parent: 2 + - uid: 5150 + components: + - type: Transform + pos: 0.5,-107.5 + parent: 2 + - uid: 5151 + components: + - type: Transform + pos: -3.5,-81.5 + parent: 2 + - uid: 5152 + components: + - type: Transform + pos: 5.5,-200.5 + parent: 2 + - uid: 5154 + components: + - type: Transform + pos: -0.5,-124.5 + parent: 2 + - uid: 5155 + components: + - type: Transform + pos: -1.5,-124.5 + parent: 2 + - uid: 5157 + components: + - type: Transform + pos: 0.5,-161.5 + parent: 2 + - uid: 5158 + components: + - type: Transform + pos: 4.5,-206.5 + parent: 2 + - uid: 5159 + components: + - type: Transform + pos: 5.5,-205.5 + parent: 2 + - uid: 5202 + components: + - type: Transform + pos: 5.5,-203.5 + parent: 2 + - uid: 5203 + components: + - type: Transform + pos: 5.5,-204.5 + parent: 2 + - uid: 5204 + components: + - type: Transform + pos: 5.5,-206.5 + parent: 2 + - uid: 5205 + components: + - type: Transform + pos: 2.5,-206.5 + parent: 2 + - uid: 5206 + components: + - type: Transform + pos: 3.5,-206.5 + parent: 2 + - uid: 5207 + components: + - type: Transform + pos: 1.5,-206.5 + parent: 2 + - uid: 5208 + components: + - type: Transform + pos: 0.5,-206.5 + parent: 2 + - uid: 5217 + components: + - type: Transform + pos: 0.5,-239.5 + parent: 2 + - uid: 5218 + components: + - type: Transform + pos: 0.5,-238.5 + parent: 2 + - uid: 5219 + components: + - type: Transform + pos: 0.5,-237.5 + parent: 2 + - uid: 5220 + components: + - type: Transform + pos: 0.5,-236.5 + parent: 2 + - uid: 5221 + components: + - type: Transform + pos: 0.5,-235.5 + parent: 2 + - uid: 5222 + components: + - type: Transform + pos: 0.5,-234.5 + parent: 2 + - uid: 5223 + components: + - type: Transform + pos: 0.5,-233.5 + parent: 2 + - uid: 5224 + components: + - type: Transform + pos: 0.5,-232.5 + parent: 2 + - uid: 5226 + components: + - type: Transform + pos: 0.5,-231.5 + parent: 2 + - uid: 5227 + components: + - type: Transform + pos: 0.5,-230.5 + parent: 2 + - uid: 5228 + components: + - type: Transform + pos: 0.5,-229.5 + parent: 2 + - uid: 5229 + components: + - type: Transform + pos: 0.5,-228.5 + parent: 2 + - uid: 5230 + components: + - type: Transform + pos: 0.5,-227.5 + parent: 2 + - uid: 5231 + components: + - type: Transform + pos: 0.5,-226.5 + parent: 2 + - uid: 5232 + components: + - type: Transform + pos: 0.5,-225.5 + parent: 2 + - uid: 5233 + components: + - type: Transform + pos: 0.5,-224.5 + parent: 2 + - uid: 5234 + components: + - type: Transform + pos: 0.5,-223.5 + parent: 2 + - uid: 5235 + components: + - type: Transform + pos: 0.5,-222.5 + parent: 2 + - uid: 5236 + components: + - type: Transform + pos: 0.5,-221.5 + parent: 2 + - uid: 5237 + components: + - type: Transform + pos: 0.5,-220.5 + parent: 2 + - uid: 5238 + components: + - type: Transform + pos: 0.5,-219.5 + parent: 2 + - uid: 5239 + components: + - type: Transform + pos: 0.5,-218.5 + parent: 2 + - uid: 5240 + components: + - type: Transform + pos: 0.5,-217.5 + parent: 2 + - uid: 5241 + components: + - type: Transform + pos: 0.5,-216.5 + parent: 2 + - uid: 5242 + components: + - type: Transform + pos: 0.5,-215.5 + parent: 2 + - uid: 5243 + components: + - type: Transform + pos: 0.5,-214.5 + parent: 2 + - uid: 5244 + components: + - type: Transform + pos: 0.5,-213.5 + parent: 2 + - uid: 5245 + components: + - type: Transform + pos: 0.5,-212.5 + parent: 2 + - uid: 5246 + components: + - type: Transform + pos: 0.5,-211.5 + parent: 2 + - uid: 5303 + components: + - type: Transform + pos: 0.5,-135.5 + parent: 2 + - uid: 5328 + components: + - type: Transform + pos: 0.5,-186.5 + parent: 2 + - uid: 5332 + components: + - type: Transform + pos: 5.5,-197.5 + parent: 2 + - uid: 5338 + components: + - type: Transform + pos: 0.5,-185.5 + parent: 2 + - uid: 5343 + components: + - type: Transform + pos: -3.5,-84.5 + parent: 2 + - uid: 5344 + components: + - type: Transform + pos: 5.5,-198.5 + parent: 2 + - uid: 5347 + components: + - type: Transform + pos: 0.5,-261.5 + parent: 2 + - uid: 5348 + components: + - type: Transform + pos: 0.5,-184.5 + parent: 2 + - uid: 5349 + components: + - type: Transform + pos: 0.5,-180.5 + parent: 2 + - uid: 5350 + components: + - type: Transform + pos: 0.5,-179.5 + parent: 2 + - uid: 5353 + components: + - type: Transform + pos: 7.5,-152.5 + parent: 2 + - uid: 5358 + components: + - type: Transform + pos: 0.5,-128.5 + parent: 2 + - uid: 5364 + components: + - type: Transform + pos: 5.5,-110.5 + parent: 2 + - uid: 5365 + components: + - type: Transform + pos: 6.5,-110.5 + parent: 2 + - uid: 5366 + components: + - type: Transform + pos: -3.5,-83.5 + parent: 2 + - uid: 5384 + components: + - type: Transform + pos: -3.5,-88.5 + parent: 2 + - uid: 5386 + components: + - type: Transform + pos: 6.5,-64.5 + parent: 2 + - uid: 5388 + components: + - type: Transform + pos: 5.5,-196.5 + parent: 2 + - uid: 5389 + components: + - type: Transform + pos: 0.5,-160.5 + parent: 2 + - uid: 5390 + components: + - type: Transform + pos: 0.5,-158.5 + parent: 2 + - uid: 5391 + components: + - type: Transform + pos: -0.5,-163.5 + parent: 2 + - uid: 5392 + components: + - type: Transform + pos: 0.5,-159.5 + parent: 2 + - uid: 5393 + components: + - type: Transform + pos: -4.5,-179.5 + parent: 2 + - uid: 5394 + components: + - type: Transform + pos: 0.5,-157.5 + parent: 2 + - uid: 5395 + components: + - type: Transform + pos: -3.5,-91.5 + parent: 2 + - uid: 5396 + components: + - type: Transform + pos: 5.5,-195.5 + parent: 2 + - uid: 5397 + components: + - type: Transform + pos: -3.5,-87.5 + parent: 2 + - uid: 5398 + components: + - type: Transform + pos: 5.5,-187.5 + parent: 2 + - uid: 5399 + components: + - type: Transform + pos: 5.5,-188.5 + parent: 2 + - uid: 5406 + components: + - type: Transform + pos: 0.5,-110.5 + parent: 2 + - uid: 5408 + components: + - type: Transform + pos: 3.5,-109.5 + parent: 2 + - uid: 5412 + components: + - type: Transform + pos: 0.5,-125.5 + parent: 2 + - uid: 5413 + components: + - type: Transform + pos: 0.5,-109.5 + parent: 2 + - uid: 5414 + components: + - type: Transform + pos: 6.5,-63.5 + parent: 2 + - uid: 5437 + components: + - type: Transform + pos: -3.5,-219.5 + parent: 2 + - uid: 5438 + components: + - type: Transform + pos: -3.5,-220.5 + parent: 2 + - uid: 5439 + components: + - type: Transform + pos: -3.5,-221.5 + parent: 2 + - uid: 5440 + components: + - type: Transform + pos: -3.5,-222.5 + parent: 2 + - uid: 5441 + components: + - type: Transform + pos: -3.5,-230.5 + parent: 2 + - uid: 5442 + components: + - type: Transform + pos: -3.5,-229.5 + parent: 2 + - uid: 5443 + components: + - type: Transform + pos: -3.5,-228.5 + parent: 2 + - uid: 5444 + components: + - type: Transform + pos: -3.5,-227.5 + parent: 2 + - uid: 5445 + components: + - type: Transform + pos: 4.5,-228.5 + parent: 2 + - uid: 5446 + components: + - type: Transform + pos: 4.5,-227.5 + parent: 2 + - uid: 5447 + components: + - type: Transform + pos: 4.5,-229.5 + parent: 2 + - uid: 5448 + components: + - type: Transform + pos: 4.5,-230.5 + parent: 2 + - uid: 5453 + components: + - type: Transform + pos: 5.5,-189.5 + parent: 2 + - uid: 5454 + components: + - type: Transform + pos: 3.5,-229.5 + parent: 2 + - uid: 5455 + components: + - type: Transform + pos: 2.5,-229.5 + parent: 2 + - uid: 5456 + components: + - type: Transform + pos: 1.5,-229.5 + parent: 2 + - uid: 5457 + components: + - type: Transform + pos: -1.5,-220.5 + parent: 2 + - uid: 5458 + components: + - type: Transform + pos: -0.5,-220.5 + parent: 2 + - uid: 5469 + components: + - type: Transform + pos: -17.5,-247.5 + parent: 2 + - uid: 5471 + components: + - type: Transform + pos: -17.5,-245.5 + parent: 2 + - uid: 5472 + components: + - type: Transform + pos: -16.5,-247.5 + parent: 2 + - uid: 5473 + components: + - type: Transform + pos: -17.5,-244.5 + parent: 2 + - uid: 5475 + components: + - type: Transform + pos: -17.5,-246.5 + parent: 2 + - uid: 5476 + components: + - type: Transform + pos: -15.5,-247.5 + parent: 2 + - uid: 5481 + components: + - type: Transform + pos: 19.5,-263.5 + parent: 2 + - uid: 5482 + components: + - type: Transform + pos: 19.5,-264.5 + parent: 2 + - uid: 5483 + components: + - type: Transform + pos: 13.5,-248.5 + parent: 2 + - uid: 5487 + components: + - type: Transform + pos: 15.5,-256.5 + parent: 2 + - uid: 5488 + components: + - type: Transform + pos: 15.5,-257.5 + parent: 2 + - uid: 5491 + components: + - type: Transform + pos: 15.5,-258.5 + parent: 2 + - uid: 5493 + components: + - type: Transform + pos: 15.5,-260.5 + parent: 2 + - uid: 5494 + components: + - type: Transform + pos: 15.5,-261.5 + parent: 2 + - uid: 5495 + components: + - type: Transform + pos: 9.5,-248.5 + parent: 2 + - uid: 5496 + components: + - type: Transform + pos: 8.5,-248.5 + parent: 2 + - uid: 5498 + components: + - type: Transform + pos: 7.5,-248.5 + parent: 2 + - uid: 5506 + components: + - type: Transform + pos: 6.5,-61.5 + parent: 2 + - uid: 5507 + components: + - type: Transform + pos: 6.5,-60.5 + parent: 2 + - uid: 5508 + components: + - type: Transform + pos: 6.5,-59.5 + parent: 2 + - uid: 5509 + components: + - type: Transform + pos: 6.5,-58.5 + parent: 2 + - uid: 5510 + components: + - type: Transform + pos: 6.5,-57.5 + parent: 2 + - uid: 5511 + components: + - type: Transform + pos: 5.5,-57.5 + parent: 2 + - uid: 5512 + components: + - type: Transform + pos: 5.5,-56.5 + parent: 2 + - uid: 5513 + components: + - type: Transform + pos: 5.5,-55.5 + parent: 2 + - uid: 5514 + components: + - type: Transform + pos: 5.5,-54.5 + parent: 2 + - uid: 5515 + components: + - type: Transform + pos: 4.5,-54.5 + parent: 2 + - uid: 5516 + components: + - type: Transform + pos: 3.5,-54.5 + parent: 2 + - uid: 5517 + components: + - type: Transform + pos: 3.5,-53.5 + parent: 2 + - uid: 5518 + components: + - type: Transform + pos: 4.5,-57.5 + parent: 2 + - uid: 5519 + components: + - type: Transform + pos: 3.5,-57.5 + parent: 2 + - uid: 5520 + components: + - type: Transform + pos: 2.5,-57.5 + parent: 2 + - uid: 5521 + components: + - type: Transform + pos: 1.5,-57.5 + parent: 2 + - uid: 5522 + components: + - type: Transform + pos: 0.5,-57.5 + parent: 2 + - uid: 5523 + components: + - type: Transform + pos: 0.5,-56.5 + parent: 2 + - uid: 5524 + components: + - type: Transform + pos: 0.5,-55.5 + parent: 2 + - uid: 5525 + components: + - type: Transform + pos: 0.5,-54.5 + parent: 2 + - uid: 5526 + components: + - type: Transform + pos: 0.5,-53.5 + parent: 2 + - uid: 5527 + components: + - type: Transform + pos: 0.5,-52.5 + parent: 2 + - uid: 5528 + components: + - type: Transform + pos: 0.5,-51.5 + parent: 2 + - uid: 5529 + components: + - type: Transform + pos: 0.5,-50.5 + parent: 2 + - uid: 5530 + components: + - type: Transform + pos: 0.5,-49.5 + parent: 2 + - uid: 5531 + components: + - type: Transform + pos: 0.5,-48.5 + parent: 2 + - uid: 5532 + components: + - type: Transform + pos: 0.5,-47.5 + parent: 2 + - uid: 5533 + components: + - type: Transform + pos: 0.5,-46.5 + parent: 2 + - uid: 5534 + components: + - type: Transform + pos: 0.5,-45.5 + parent: 2 + - uid: 5535 + components: + - type: Transform + pos: 0.5,-44.5 + parent: 2 + - uid: 5536 + components: + - type: Transform + pos: 0.5,-43.5 + parent: 2 + - uid: 5537 + components: + - type: Transform + pos: 0.5,-42.5 + parent: 2 + - uid: 5538 + components: + - type: Transform + pos: 0.5,-41.5 + parent: 2 + - uid: 5539 + components: + - type: Transform + pos: 0.5,-40.5 + parent: 2 + - uid: 5540 + components: + - type: Transform + pos: 0.5,-39.5 + parent: 2 + - uid: 5541 + components: + - type: Transform + pos: 0.5,-38.5 + parent: 2 + - uid: 5542 + components: + - type: Transform + pos: 0.5,-37.5 + parent: 2 + - uid: 5543 + components: + - type: Transform + pos: 0.5,-36.5 + parent: 2 + - uid: 5544 + components: + - type: Transform + pos: 0.5,-35.5 + parent: 2 + - uid: 5545 + components: + - type: Transform + pos: 0.5,-34.5 + parent: 2 + - uid: 5546 + components: + - type: Transform + pos: -0.5,-34.5 + parent: 2 + - uid: 5547 + components: + - type: Transform + pos: -1.5,-34.5 + parent: 2 + - uid: 5548 + components: + - type: Transform + pos: -2.5,-34.5 + parent: 2 + - uid: 5549 + components: + - type: Transform + pos: -3.5,-34.5 + parent: 2 + - uid: 5550 + components: + - type: Transform + pos: -4.5,-34.5 + parent: 2 + - uid: 5551 + components: + - type: Transform + pos: -4.5,-36.5 + parent: 2 + - uid: 5552 + components: + - type: Transform + pos: -4.5,-35.5 + parent: 2 + - uid: 5553 + components: + - type: Transform + pos: -4.5,-37.5 + parent: 2 + - uid: 5554 + components: + - type: Transform + pos: -4.5,-38.5 + parent: 2 + - uid: 5555 + components: + - type: Transform + pos: -4.5,-39.5 + parent: 2 + - uid: 5556 + components: + - type: Transform + pos: -4.5,-40.5 + parent: 2 + - uid: 5557 + components: + - type: Transform + pos: -4.5,-41.5 + parent: 2 + - uid: 5558 + components: + - type: Transform + pos: -4.5,-42.5 + parent: 2 + - uid: 5559 + components: + - type: Transform + pos: -4.5,-43.5 + parent: 2 + - uid: 5560 + components: + - type: Transform + pos: -4.5,-44.5 + parent: 2 + - uid: 5561 + components: + - type: Transform + pos: -3.5,-44.5 + parent: 2 + - uid: 5562 + components: + - type: Transform + pos: -2.5,-44.5 + parent: 2 + - uid: 5563 + components: + - type: Transform + pos: -2.5,-43.5 + parent: 2 + - uid: 5564 + components: + - type: Transform + pos: 0.5,-33.5 + parent: 2 + - uid: 5565 + components: + - type: Transform + pos: 0.5,-32.5 + parent: 2 + - uid: 5566 + components: + - type: Transform + pos: 0.5,-31.5 + parent: 2 + - uid: 5567 + components: + - type: Transform + pos: 0.5,-30.5 + parent: 2 + - uid: 5568 + components: + - type: Transform + pos: 0.5,-29.5 + parent: 2 + - uid: 5569 + components: + - type: Transform + pos: 0.5,-28.5 + parent: 2 + - uid: 5570 + components: + - type: Transform + pos: 0.5,-27.5 + parent: 2 + - uid: 5571 + components: + - type: Transform + pos: 0.5,-26.5 + parent: 2 + - uid: 5572 + components: + - type: Transform + pos: 0.5,-25.5 + parent: 2 + - uid: 5573 + components: + - type: Transform + pos: 0.5,-24.5 + parent: 2 + - uid: 5574 + components: + - type: Transform + pos: 0.5,-23.5 + parent: 2 + - uid: 5575 + components: + - type: Transform + pos: 0.5,-22.5 + parent: 2 + - uid: 5576 + components: + - type: Transform + pos: 0.5,-21.5 + parent: 2 + - uid: 5577 + components: + - type: Transform + pos: 0.5,-20.5 + parent: 2 + - uid: 5578 + components: + - type: Transform + pos: 0.5,-19.5 + parent: 2 + - uid: 5579 + components: + - type: Transform + pos: 0.5,-18.5 + parent: 2 + - uid: 5580 + components: + - type: Transform + pos: 0.5,-17.5 + parent: 2 + - uid: 5581 + components: + - type: Transform + pos: -0.5,-17.5 + parent: 2 + - uid: 5582 + components: + - type: Transform + pos: -1.5,-17.5 + parent: 2 + - uid: 5583 + components: + - type: Transform + pos: -2.5,-17.5 + parent: 2 + - uid: 5584 + components: + - type: Transform + pos: -3.5,-17.5 + parent: 2 + - uid: 5585 + components: + - type: Transform + pos: -4.5,-17.5 + parent: 2 + - uid: 5586 + components: + - type: Transform + pos: -5.5,-17.5 + parent: 2 + - uid: 5587 + components: + - type: Transform + pos: -5.5,-16.5 + parent: 2 + - uid: 5588 + components: + - type: Transform + pos: -5.5,-15.5 + parent: 2 + - uid: 5589 + components: + - type: Transform + pos: -5.5,-14.5 + parent: 2 + - uid: 5590 + components: + - type: Transform + pos: -5.5,-13.5 + parent: 2 + - uid: 5591 + components: + - type: Transform + pos: -5.5,-12.5 + parent: 2 + - uid: 5592 + components: + - type: Transform + pos: -5.5,-11.5 + parent: 2 + - uid: 5593 + components: + - type: Transform + pos: -5.5,-10.5 + parent: 2 + - uid: 5594 + components: + - type: Transform + pos: -5.5,-9.5 + parent: 2 + - uid: 5595 + components: + - type: Transform + pos: -5.5,-8.5 + parent: 2 + - uid: 5596 + components: + - type: Transform + pos: -5.5,-7.5 + parent: 2 + - uid: 5597 + components: + - type: Transform + pos: -5.5,-6.5 + parent: 2 + - uid: 5598 + components: + - type: Transform + pos: -5.5,-5.5 + parent: 2 + - uid: 5599 + components: + - type: Transform + pos: -5.5,-4.5 + parent: 2 + - uid: 5600 + components: + - type: Transform + pos: -5.5,-3.5 + parent: 2 + - uid: 5601 + components: + - type: Transform + pos: -5.5,-2.5 + parent: 2 + - uid: 5602 + components: + - type: Transform + pos: -5.5,-1.5 + parent: 2 + - uid: 5603 + components: + - type: Transform + pos: -5.5,-0.5 + parent: 2 + - uid: 5604 + components: + - type: Transform + pos: -5.5,0.5 + parent: 2 + - uid: 5605 + components: + - type: Transform + pos: -5.5,1.5 + parent: 2 + - uid: 5606 + components: + - type: Transform + pos: -4.5,1.5 + parent: 2 + - uid: 5607 + components: + - type: Transform + pos: -3.5,1.5 + parent: 2 + - uid: 5608 + components: + - type: Transform + pos: -2.5,1.5 + parent: 2 + - uid: 5609 + components: + - type: Transform + pos: -1.5,1.5 + parent: 2 + - uid: 5610 + components: + - type: Transform + pos: -0.5,1.5 + parent: 2 + - uid: 5611 + components: + - type: Transform + pos: 0.5,1.5 + parent: 2 + - uid: 5612 + components: + - type: Transform + pos: 1.5,1.5 + parent: 2 + - uid: 5613 + components: + - type: Transform + pos: 1.5,0.5 + parent: 2 + - uid: 5614 + components: + - type: Transform + pos: 1.5,-0.5 + parent: 2 + - uid: 5615 + components: + - type: Transform + pos: 1.5,-1.5 + parent: 2 + - uid: 5616 + components: + - type: Transform + pos: 1.5,-2.5 + parent: 2 + - uid: 5617 + components: + - type: Transform + pos: 1.5,-3.5 + parent: 2 + - uid: 5618 + components: + - type: Transform + pos: 1.5,-4.5 + parent: 2 + - uid: 5619 + components: + - type: Transform + pos: 2.5,-4.5 + parent: 2 + - uid: 5620 + components: + - type: Transform + pos: 3.5,-4.5 + parent: 2 + - uid: 5621 + components: + - type: Transform + pos: 4.5,-4.5 + parent: 2 + - uid: 5622 + components: + - type: Transform + pos: 5.5,-4.5 + parent: 2 + - uid: 5623 + components: + - type: Transform + pos: 5.5,-3.5 + parent: 2 + - uid: 5624 + components: + - type: Transform + pos: 5.5,-2.5 + parent: 2 + - uid: 5625 + components: + - type: Transform + pos: 6.5,-2.5 + parent: 2 + - uid: 5626 + components: + - type: Transform + pos: 7.5,-2.5 + parent: 2 + - uid: 5627 + components: + - type: Transform + pos: 8.5,-151.5 + parent: 2 + - uid: 5628 + components: + - type: Transform + pos: 8.5,-150.5 + parent: 2 + - uid: 5629 + components: + - type: Transform + pos: 8.5,-149.5 + parent: 2 + - uid: 5630 + components: + - type: Transform + pos: 8.5,-148.5 + parent: 2 + - uid: 5631 + components: + - type: Transform + pos: 8.5,-147.5 + parent: 2 + - uid: 5632 + components: + - type: Transform + pos: 8.5,-146.5 + parent: 2 + - uid: 5633 + components: + - type: Transform + pos: 8.5,-145.5 + parent: 2 + - uid: 5634 + components: + - type: Transform + pos: 8.5,-144.5 + parent: 2 + - uid: 5635 + components: + - type: Transform + pos: 8.5,-143.5 + parent: 2 + - uid: 5636 + components: + - type: Transform + pos: 8.5,-142.5 + parent: 2 + - uid: 5637 + components: + - type: Transform + pos: 8.5,-141.5 + parent: 2 + - uid: 5638 + components: + - type: Transform + pos: 8.5,-140.5 + parent: 2 + - uid: 5639 + components: + - type: Transform + pos: 8.5,-139.5 + parent: 2 + - uid: 5640 + components: + - type: Transform + pos: 8.5,-138.5 + parent: 2 + - uid: 5641 + components: + - type: Transform + pos: 8.5,-137.5 + parent: 2 + - uid: 5642 + components: + - type: Transform + pos: 8.5,-136.5 + parent: 2 + - uid: 5643 + components: + - type: Transform + pos: 7.5,-136.5 + parent: 2 + - uid: 5644 + components: + - type: Transform + pos: 7.5,-135.5 + parent: 2 + - uid: 5645 + components: + - type: Transform + pos: 6.5,-135.5 + parent: 2 + - uid: 5646 + components: + - type: Transform + pos: 5.5,-135.5 + parent: 2 + - uid: 5647 + components: + - type: Transform + pos: 4.5,-135.5 + parent: 2 + - uid: 5648 + components: + - type: Transform + pos: 3.5,-135.5 + parent: 2 + - uid: 5649 + components: + - type: Transform + pos: 2.5,-135.5 + parent: 2 + - uid: 5650 + components: + - type: Transform + pos: 1.5,-135.5 + parent: 2 + - uid: 5651 + components: + - type: Transform + pos: -6.5,-169.5 + parent: 2 + - uid: 5652 + components: + - type: Transform + pos: -6.5,-168.5 + parent: 2 + - uid: 5658 + components: + - type: Transform + pos: -5.5,-163.5 + parent: 2 + - uid: 5659 + components: + - type: Transform + pos: -4.5,-163.5 + parent: 2 + - uid: 5660 + components: + - type: Transform + pos: -3.5,-163.5 + parent: 2 + - uid: 6549 + components: + - type: Transform + pos: 14.5,-253.5 + parent: 2 + - uid: 6551 + components: + - type: Transform + pos: 17.5,-252.5 + parent: 2 + - uid: 6679 + components: + - type: Transform + pos: -6.5,-167.5 + parent: 2 + - uid: 6681 + components: + - type: Transform + pos: -6.5,-166.5 + parent: 2 + - uid: 6683 + components: + - type: Transform + pos: -6.5,-165.5 + parent: 2 + - uid: 6782 + components: + - type: Transform + pos: 13.5,-255.5 + parent: 2 + - uid: 6827 + components: + - type: Transform + pos: 2.5,-251.5 + parent: 2 + - uid: 6841 + components: + - type: Transform + pos: 0.5,-295.5 + parent: 2 + - uid: 6843 + components: + - type: Transform + pos: 0.5,-296.5 + parent: 2 + - uid: 6852 + components: + - type: Transform + pos: 2.5,-252.5 + parent: 2 + - uid: 6869 + components: + - type: Transform + pos: 13.5,-251.5 + parent: 2 + - uid: 6870 + components: + - type: Transform + pos: 13.5,-256.5 + parent: 2 + - uid: 6871 + components: + - type: Transform + pos: 13.5,-253.5 + parent: 2 + - uid: 6872 + components: + - type: Transform + pos: 13.5,-252.5 + parent: 2 + - uid: 6873 + components: + - type: Transform + pos: 13.5,-254.5 + parent: 2 + - uid: 7452 + components: + - type: Transform + pos: 20.5,-256.5 + parent: 2 + - uid: 7455 + components: + - type: Transform + pos: 19.5,-250.5 + parent: 2 + - uid: 7492 + components: + - type: Transform + pos: 15.5,-259.5 + parent: 2 + - uid: 7543 + components: + - type: Transform + pos: 19.5,-253.5 + parent: 2 + - uid: 7585 + components: + - type: Transform + pos: 19.5,-252.5 + parent: 2 + - uid: 7770 + components: + - type: Transform + pos: 7.5,-255.5 + parent: 2 + - uid: 7793 + components: + - type: Transform + pos: 5.5,-250.5 + parent: 2 + - uid: 7794 + components: + - type: Transform + pos: 2.5,-247.5 + parent: 2 + - uid: 7805 + components: + - type: Transform + pos: 0.5,-246.5 + parent: 2 + - uid: 7806 + components: + - type: Transform + pos: 0.5,-251.5 + parent: 2 + - uid: 7807 + components: + - type: Transform + pos: 8.5,-257.5 + parent: 2 + - uid: 7810 + components: + - type: Transform + pos: 19.5,-247.5 + parent: 2 + - uid: 7811 + components: + - type: Transform + pos: 0.5,-253.5 + parent: 2 + - uid: 7828 + components: + - type: Transform + pos: 3.5,-250.5 + parent: 2 + - uid: 7832 + components: + - type: Transform + pos: 14.5,-251.5 + parent: 2 + - uid: 7833 + components: + - type: Transform + pos: 14.5,-252.5 + parent: 2 + - uid: 7846 + components: + - type: Transform + pos: 14.5,-256.5 + parent: 2 + - uid: 7847 + components: + - type: Transform + pos: 16.5,-261.5 + parent: 2 + - uid: 7850 + components: + - type: Transform + pos: 9.5,-252.5 + parent: 2 + - uid: 7851 + components: + - type: Transform + pos: 7.5,-250.5 + parent: 2 + - uid: 7852 + components: + - type: Transform + pos: 11.5,-251.5 + parent: 2 + - uid: 7853 + components: + - type: Transform + pos: 12.5,-248.5 + parent: 2 + - uid: 7855 + components: + - type: Transform + pos: 21.5,-256.5 + parent: 2 + - uid: 7862 + components: + - type: Transform + pos: 11.5,-248.5 + parent: 2 + - uid: 7865 + components: + - type: Transform + pos: 10.5,-248.5 + parent: 2 + - uid: 7866 + components: + - type: Transform + pos: 8.5,-256.5 + parent: 2 + - uid: 7867 + components: + - type: Transform + pos: 0.5,-255.5 + parent: 2 + - uid: 7888 + components: + - type: Transform + pos: 11.5,-250.5 + parent: 2 + - uid: 7889 + components: + - type: Transform + pos: 10.5,-252.5 + parent: 2 + - uid: 7890 + components: + - type: Transform + pos: 22.5,-256.5 + parent: 2 + - uid: 7894 + components: + - type: Transform + pos: 10.5,-256.5 + parent: 2 + - uid: 7908 + components: + - type: Transform + pos: 11.5,-252.5 + parent: 2 + - uid: 7928 + components: + - type: Transform + pos: 0.5,-243.5 + parent: 2 + - uid: 7933 + components: + - type: Transform + pos: 7.5,-252.5 + parent: 2 + - uid: 7935 + components: + - type: Transform + pos: 7.5,-249.5 + parent: 2 + - uid: 7941 + components: + - type: Transform + pos: 19.5,-246.5 + parent: 2 + - uid: 7945 + components: + - type: Transform + pos: 0.5,-257.5 + parent: 2 + - uid: 7948 + components: + - type: Transform + pos: 16.5,-252.5 + parent: 2 + - uid: 7951 + components: + - type: Transform + pos: 13.5,-249.5 + parent: 2 + - uid: 7953 + components: + - type: Transform + pos: 9.5,-256.5 + parent: 2 + - uid: 7955 + components: + - type: Transform + pos: 7.5,-256.5 + parent: 2 + - uid: 7957 + components: + - type: Transform + pos: 12.5,-256.5 + parent: 2 + - uid: 7958 + components: + - type: Transform + pos: 17.5,-261.5 + parent: 2 + - uid: 7959 + components: + - type: Transform + pos: 18.5,-263.5 + parent: 2 + - uid: 7960 + components: + - type: Transform + pos: 18.5,-262.5 + parent: 2 + - uid: 7961 + components: + - type: Transform + pos: 23.5,-256.5 + parent: 2 + - uid: 7962 + components: + - type: Transform + pos: 0.5,-248.5 + parent: 2 + - uid: 7963 + components: + - type: Transform + pos: 0.5,-250.5 + parent: 2 + - uid: 7971 + components: + - type: Transform + pos: 0.5,-256.5 + parent: 2 + - uid: 7973 + components: + - type: Transform + pos: 0.5,-258.5 + parent: 2 + - uid: 7975 + components: + - type: Transform + pos: 0.5,-254.5 + parent: 2 + - uid: 7976 + components: + - type: Transform + pos: 0.5,-252.5 + parent: 2 + - uid: 7978 + components: + - type: Transform + pos: 2.5,-250.5 + parent: 2 + - uid: 7979 + components: + - type: Transform + pos: 6.5,-250.5 + parent: 2 + - uid: 7981 + components: + - type: Transform + pos: 4.5,-250.5 + parent: 2 + - uid: 7982 + components: + - type: Transform + pos: 2.5,-249.5 + parent: 2 + - uid: 7984 + components: + - type: Transform + pos: 2.5,-248.5 + parent: 2 + - uid: 7991 + components: + - type: Transform + pos: 1.5,-247.5 + parent: 2 + - uid: 7999 + components: + - type: Transform + pos: 19.5,-251.5 + parent: 2 + - uid: 8007 + components: + - type: Transform + pos: 18.5,-261.5 + parent: 2 + - uid: 8101 + components: + - type: Transform + pos: 19.5,-249.5 + parent: 2 + - uid: 8115 + components: + - type: Transform + pos: 15.5,-252.5 + parent: 2 + - uid: 8132 + components: + - type: Transform + pos: 0.5,-245.5 + parent: 2 + - uid: 8145 + components: + - type: Transform + pos: 0.5,-247.5 + parent: 2 + - uid: 8183 + components: + - type: Transform + pos: 0.5,-263.5 + parent: 2 + - uid: 8184 + components: + - type: Transform + pos: 0.5,-264.5 + parent: 2 + - uid: 8185 + components: + - type: Transform + pos: 0.5,-265.5 + parent: 2 + - uid: 8186 + components: + - type: Transform + pos: 0.5,-266.5 + parent: 2 + - uid: 8187 + components: + - type: Transform + pos: 0.5,-267.5 + parent: 2 + - uid: 8198 + components: + - type: Transform + pos: 0.5,-249.5 + parent: 2 + - uid: 8205 + components: + - type: Transform + pos: 0.5,-244.5 + parent: 2 + - uid: 8230 + components: + - type: Transform + pos: 19.5,-254.5 + parent: 2 + - uid: 8452 + components: + - type: Transform + pos: 19.5,-265.5 + parent: 2 + - uid: 8454 + components: + - type: Transform + pos: 11.5,-256.5 + parent: 2 + - uid: 8823 + components: + - type: Transform + pos: 19.5,-256.5 + parent: 2 + - uid: 8838 + components: + - type: Transform + pos: 18.5,-252.5 + parent: 2 + - uid: 8842 + components: + - type: Transform + pos: 7.5,-251.5 + parent: 2 + - uid: 8844 + components: + - type: Transform + pos: 8.5,-252.5 + parent: 2 + - uid: 8863 + components: + - type: Transform + pos: 13.5,-250.5 + parent: 2 + - uid: 8936 + components: + - type: Transform + pos: 2.5,-256.5 + parent: 2 + - uid: 8937 + components: + - type: Transform + pos: 1.5,-256.5 + parent: 2 + - uid: 8943 + components: + - type: Transform + pos: 5.5,-256.5 + parent: 2 + - uid: 8944 + components: + - type: Transform + pos: 4.5,-256.5 + parent: 2 + - uid: 9095 + components: + - type: Transform + pos: -14.5,-254.5 + parent: 2 + - uid: 9098 + components: + - type: Transform + pos: -2.5,-275.5 + parent: 2 + - uid: 9100 + components: + - type: Transform + pos: -0.5,-274.5 + parent: 2 + - uid: 9101 + components: + - type: Transform + pos: -1.5,-274.5 + parent: 2 + - uid: 9102 + components: + - type: Transform + pos: 0.5,-270.5 + parent: 2 + - uid: 9103 + components: + - type: Transform + pos: 8.5,-286.5 + parent: 2 + - uid: 9104 + components: + - type: Transform + pos: 0.5,-269.5 + parent: 2 + - uid: 9105 + components: + - type: Transform + pos: 0.5,-268.5 + parent: 2 + - uid: 9106 + components: + - type: Transform + pos: 0.5,-271.5 + parent: 2 + - uid: 9107 + components: + - type: Transform + pos: 0.5,-272.5 + parent: 2 + - uid: 9108 + components: + - type: Transform + pos: 0.5,-273.5 + parent: 2 + - uid: 9109 + components: + - type: Transform + pos: 0.5,-274.5 + parent: 2 + - uid: 9110 + components: + - type: Transform + pos: 0.5,-286.5 + parent: 2 + - uid: 9111 + components: + - type: Transform + pos: 3.5,-287.5 + parent: 2 + - uid: 9112 + components: + - type: Transform + pos: -2.5,-276.5 + parent: 2 + - uid: 9113 + components: + - type: Transform + pos: -2.5,-274.5 + parent: 2 + - uid: 9114 + components: + - type: Transform + pos: -2.5,-277.5 + parent: 2 + - uid: 9115 + components: + - type: Transform + pos: -2.5,-278.5 + parent: 2 + - uid: 9116 + components: + - type: Transform + pos: -2.5,-279.5 + parent: 2 + - uid: 9117 + components: + - type: Transform + pos: -2.5,-280.5 + parent: 2 + - uid: 9118 + components: + - type: Transform + pos: -2.5,-281.5 + parent: 2 + - uid: 9119 + components: + - type: Transform + pos: -2.5,-282.5 + parent: 2 + - uid: 9120 + components: + - type: Transform + pos: -2.5,-283.5 + parent: 2 + - uid: 9121 + components: + - type: Transform + pos: -2.5,-284.5 + parent: 2 + - uid: 9122 + components: + - type: Transform + pos: -1.5,-284.5 + parent: 2 + - uid: 9123 + components: + - type: Transform + pos: -0.5,-284.5 + parent: 2 + - uid: 9124 + components: + - type: Transform + pos: 0.5,-284.5 + parent: 2 + - uid: 9125 + components: + - type: Transform + pos: 0.5,-285.5 + parent: 2 + - uid: 9126 + components: + - type: Transform + pos: 1.5,-285.5 + parent: 2 + - uid: 9127 + components: + - type: Transform + pos: 2.5,-285.5 + parent: 2 + - uid: 9130 + components: + - type: Transform + pos: 2.5,-286.5 + parent: 2 + - uid: 9131 + components: + - type: Transform + pos: 2.5,-287.5 + parent: 2 + - uid: 9133 + components: + - type: Transform + pos: 4.5,-287.5 + parent: 2 + - uid: 9134 + components: + - type: Transform + pos: 5.5,-287.5 + parent: 2 + - uid: 9135 + components: + - type: Transform + pos: 6.5,-287.5 + parent: 2 + - uid: 9136 + components: + - type: Transform + pos: 7.5,-287.5 + parent: 2 + - uid: 9137 + components: + - type: Transform + pos: 8.5,-287.5 + parent: 2 + - uid: 9138 + components: + - type: Transform + pos: 8.5,-285.5 + parent: 2 + - uid: 9139 + components: + - type: Transform + pos: 8.5,-284.5 + parent: 2 + - uid: 9140 + components: + - type: Transform + pos: 0.5,-287.5 + parent: 2 + - uid: 9141 + components: + - type: Transform + pos: 0.5,-288.5 + parent: 2 + - uid: 9142 + components: + - type: Transform + pos: 0.5,-289.5 + parent: 2 + - uid: 9143 + components: + - type: Transform + pos: 0.5,-290.5 + parent: 2 + - uid: 9167 + components: + - type: Transform + pos: 3.5,-256.5 + parent: 2 + - uid: 9360 + components: + - type: Transform + pos: 0.5,-291.5 + parent: 2 + - uid: 9361 + components: + - type: Transform + pos: 0.5,-292.5 + parent: 2 + - uid: 9362 + components: + - type: Transform + pos: 0.5,-293.5 + parent: 2 + - uid: 9363 + components: + - type: Transform + pos: 0.5,-294.5 + parent: 2 + - uid: 9499 + components: + - type: Transform + pos: 1.5,-345.5 + parent: 2 + - uid: 9559 + components: + - type: Transform + pos: 21.5,-308.5 + parent: 2 + - uid: 9560 + components: + - type: Transform + pos: 20.5,-308.5 + parent: 2 + - uid: 9561 + components: + - type: Transform + pos: 19.5,-308.5 + parent: 2 + - uid: 9562 + components: + - type: Transform + pos: 19.5,-307.5 + parent: 2 + - uid: 9563 + components: + - type: Transform + pos: 19.5,-306.5 + parent: 2 + - uid: 9564 + components: + - type: Transform + pos: 20.5,-306.5 + parent: 2 + - uid: 9565 + components: + - type: Transform + pos: 21.5,-306.5 + parent: 2 + - uid: 9566 + components: + - type: Transform + pos: 20.5,-305.5 + parent: 2 + - uid: 9567 + components: + - type: Transform + pos: 20.5,-309.5 + parent: 2 + - uid: 9568 + components: + - type: Transform + pos: 20.5,-310.5 + parent: 2 + - uid: 9569 + components: + - type: Transform + pos: 21.5,-310.5 + parent: 2 + - uid: 9570 + components: + - type: Transform + pos: 22.5,-310.5 + parent: 2 + - uid: 9571 + components: + - type: Transform + pos: 24.5,-310.5 + parent: 2 + - uid: 9572 + components: + - type: Transform + pos: 23.5,-310.5 + parent: 2 + - uid: 9573 + components: + - type: Transform + pos: 24.5,-309.5 + parent: 2 + - uid: 9574 + components: + - type: Transform + pos: 24.5,-308.5 + parent: 2 + - uid: 9575 + components: + - type: Transform + pos: 20.5,-304.5 + parent: 2 + - uid: 9577 + components: + - type: Transform + pos: 21.5,-304.5 + parent: 2 + - uid: 9578 + components: + - type: Transform + pos: 22.5,-304.5 + parent: 2 + - uid: 9579 + components: + - type: Transform + pos: 23.5,-304.5 + parent: 2 + - uid: 9580 + components: + - type: Transform + pos: 24.5,-304.5 + parent: 2 + - uid: 9581 + components: + - type: Transform + pos: 24.5,-305.5 + parent: 2 + - uid: 9582 + components: + - type: Transform + pos: 24.5,-306.5 + parent: 2 + - uid: 9583 + components: + - type: Transform + pos: 23.5,-306.5 + parent: 2 + - uid: 9584 + components: + - type: Transform + pos: 25.5,-308.5 + parent: 2 + - uid: 9585 + components: + - type: Transform + pos: 25.5,-307.5 + parent: 2 + - uid: 9586 + components: + - type: Transform + pos: 25.5,-306.5 + parent: 2 + - uid: 9587 + components: + - type: Transform + pos: 23.5,-308.5 + parent: 2 + - uid: 9870 + components: + - type: Transform + pos: 0.5,-259.5 + parent: 2 + - uid: 9917 + components: + - type: Transform + pos: 6.5,-319.5 + parent: 2 + - uid: 10161 + components: + - type: Transform + pos: 0.5,-260.5 + parent: 2 + - uid: 10172 + components: + - type: Transform + pos: 0.5,-297.5 + parent: 2 + - uid: 10173 + components: + - type: Transform + pos: -0.5,-297.5 + parent: 2 + - uid: 10174 + components: + - type: Transform + pos: -1.5,-297.5 + parent: 2 + - uid: 10175 + components: + - type: Transform + pos: -2.5,-297.5 + parent: 2 + - uid: 10176 + components: + - type: Transform + pos: -3.5,-297.5 + parent: 2 + - uid: 10177 + components: + - type: Transform + pos: -4.5,-297.5 + parent: 2 + - uid: 10178 + components: + - type: Transform + pos: -5.5,-297.5 + parent: 2 + - uid: 10179 + components: + - type: Transform + pos: -6.5,-297.5 + parent: 2 + - uid: 10180 + components: + - type: Transform + pos: -7.5,-297.5 + parent: 2 + - uid: 10181 + components: + - type: Transform + pos: -8.5,-297.5 + parent: 2 + - uid: 10182 + components: + - type: Transform + pos: 1.5,-297.5 + parent: 2 + - uid: 10183 + components: + - type: Transform + pos: 2.5,-297.5 + parent: 2 + - uid: 10184 + components: + - type: Transform + pos: 3.5,-297.5 + parent: 2 + - uid: 10185 + components: + - type: Transform + pos: 4.5,-297.5 + parent: 2 + - uid: 10186 + components: + - type: Transform + pos: 5.5,-297.5 + parent: 2 + - uid: 10187 + components: + - type: Transform + pos: 6.5,-297.5 + parent: 2 + - uid: 10188 + components: + - type: Transform + pos: 7.5,-297.5 + parent: 2 + - uid: 10189 + components: + - type: Transform + pos: 8.5,-297.5 + parent: 2 + - uid: 10190 + components: + - type: Transform + pos: 9.5,-297.5 + parent: 2 + - uid: 10191 + components: + - type: Transform + pos: 9.5,-298.5 + parent: 2 + - uid: 10192 + components: + - type: Transform + pos: 9.5,-299.5 + parent: 2 + - uid: 10193 + components: + - type: Transform + pos: 9.5,-300.5 + parent: 2 + - uid: 10194 + components: + - type: Transform + pos: 9.5,-301.5 + parent: 2 + - uid: 10195 + components: + - type: Transform + pos: 9.5,-302.5 + parent: 2 + - uid: 10196 + components: + - type: Transform + pos: 9.5,-303.5 + parent: 2 + - uid: 10197 + components: + - type: Transform + pos: 9.5,-304.5 + parent: 2 + - uid: 10198 + components: + - type: Transform + pos: 9.5,-305.5 + parent: 2 + - uid: 10199 + components: + - type: Transform + pos: 9.5,-306.5 + parent: 2 + - uid: 10200 + components: + - type: Transform + pos: 9.5,-307.5 + parent: 2 + - uid: 10201 + components: + - type: Transform + pos: 9.5,-308.5 + parent: 2 + - uid: 10202 + components: + - type: Transform + pos: 9.5,-309.5 + parent: 2 + - uid: 10203 + components: + - type: Transform + pos: 9.5,-310.5 + parent: 2 + - uid: 10204 + components: + - type: Transform + pos: 9.5,-311.5 + parent: 2 + - uid: 10205 + components: + - type: Transform + pos: 9.5,-312.5 + parent: 2 + - uid: 10206 + components: + - type: Transform + pos: 10.5,-312.5 + parent: 2 + - uid: 10207 + components: + - type: Transform + pos: 10.5,-313.5 + parent: 2 + - uid: 10208 + components: + - type: Transform + pos: 10.5,-314.5 + parent: 2 + - uid: 10209 + components: + - type: Transform + pos: 10.5,-315.5 + parent: 2 + - uid: 10210 + components: + - type: Transform + pos: 10.5,-316.5 + parent: 2 + - uid: 10211 + components: + - type: Transform + pos: 10.5,-317.5 + parent: 2 + - uid: 10212 + components: + - type: Transform + pos: 10.5,-318.5 + parent: 2 + - uid: 10213 + components: + - type: Transform + pos: 9.5,-318.5 + parent: 2 + - uid: 10214 + components: + - type: Transform + pos: 8.5,-318.5 + parent: 2 + - uid: 10215 + components: + - type: Transform + pos: 7.5,-318.5 + parent: 2 + - uid: 10216 + components: + - type: Transform + pos: 6.5,-318.5 + parent: 2 + - uid: 10218 + components: + - type: Transform + pos: 5.5,-319.5 + parent: 2 + - uid: 10219 + components: + - type: Transform + pos: 4.5,-319.5 + parent: 2 + - uid: 10220 + components: + - type: Transform + pos: 3.5,-319.5 + parent: 2 + - uid: 10221 + components: + - type: Transform + pos: 2.5,-319.5 + parent: 2 + - uid: 10222 + components: + - type: Transform + pos: 1.5,-319.5 + parent: 2 + - uid: 10223 + components: + - type: Transform + pos: 0.5,-319.5 + parent: 2 + - uid: 10224 + components: + - type: Transform + pos: 0.5,-320.5 + parent: 2 + - uid: 10225 + components: + - type: Transform + pos: 0.5,-321.5 + parent: 2 + - uid: 10226 + components: + - type: Transform + pos: 0.5,-322.5 + parent: 2 + - uid: 10610 + components: + - type: Transform + pos: 0.5,-323.5 + parent: 2 + - uid: 10611 + components: + - type: Transform + pos: 0.5,-324.5 + parent: 2 + - uid: 10612 + components: + - type: Transform + pos: 0.5,-325.5 + parent: 2 + - uid: 10613 + components: + - type: Transform + pos: 0.5,-326.5 + parent: 2 + - uid: 10614 + components: + - type: Transform + pos: 0.5,-327.5 + parent: 2 + - uid: 10615 + components: + - type: Transform + pos: 0.5,-328.5 + parent: 2 + - uid: 10674 + components: + - type: Transform + pos: 3.5,-345.5 + parent: 2 + - uid: 10801 + components: + - type: Transform + pos: 0.5,-334.5 + parent: 2 + - uid: 10804 + components: + - type: Transform + pos: 0.5,-332.5 + parent: 2 + - uid: 10806 + components: + - type: Transform + pos: 0.5,-330.5 + parent: 2 + - uid: 10807 + components: + - type: Transform + pos: 0.5,-329.5 + parent: 2 + - uid: 10809 + components: + - type: Transform + pos: 0.5,-331.5 + parent: 2 + - uid: 10810 + components: + - type: Transform + pos: 0.5,-333.5 + parent: 2 + - uid: 10835 + components: + - type: Transform + pos: 0.5,-335.5 + parent: 2 + - uid: 10836 + components: + - type: Transform + pos: 0.5,-336.5 + parent: 2 + - uid: 10837 + components: + - type: Transform + pos: 0.5,-337.5 + parent: 2 + - uid: 10838 + components: + - type: Transform + pos: 0.5,-338.5 + parent: 2 + - uid: 10839 + components: + - type: Transform + pos: 0.5,-339.5 + parent: 2 + - uid: 10840 + components: + - type: Transform + pos: 0.5,-340.5 + parent: 2 + - uid: 10844 + components: + - type: Transform + pos: 0.5,-341.5 + parent: 2 + - uid: 10866 + components: + - type: Transform + pos: 4.5,-346.5 + parent: 2 + - uid: 10962 + components: + - type: Transform + pos: 2.5,-345.5 + parent: 2 + - uid: 11125 + components: + - type: Transform + pos: 0.5,-342.5 + parent: 2 + - uid: 11126 + components: + - type: Transform + pos: 0.5,-343.5 + parent: 2 + - uid: 11127 + components: + - type: Transform + pos: 0.5,-344.5 + parent: 2 + - uid: 11128 + components: + - type: Transform + pos: 0.5,-345.5 + parent: 2 + - uid: 11129 + components: + - type: Transform + pos: 0.5,-346.5 + parent: 2 + - uid: 11130 + components: + - type: Transform + pos: 0.5,-347.5 + parent: 2 + - uid: 11131 + components: + - type: Transform + pos: 0.5,-348.5 + parent: 2 + - uid: 11132 + components: + - type: Transform + pos: 0.5,-349.5 + parent: 2 + - uid: 11133 + components: + - type: Transform + pos: 0.5,-350.5 + parent: 2 + - uid: 11134 + components: + - type: Transform + pos: 0.5,-351.5 + parent: 2 + - uid: 11135 + components: + - type: Transform + pos: 0.5,-352.5 + parent: 2 + - uid: 11136 + components: + - type: Transform + pos: 0.5,-353.5 + parent: 2 + - uid: 11137 + components: + - type: Transform + pos: 0.5,-354.5 + parent: 2 + - uid: 11138 + components: + - type: Transform + pos: 0.5,-355.5 + parent: 2 + - uid: 11139 + components: + - type: Transform + pos: 0.5,-356.5 + parent: 2 + - uid: 11264 + components: + - type: Transform + pos: 0.5,-357.5 + parent: 2 + - uid: 11265 + components: + - type: Transform + pos: 0.5,-358.5 + parent: 2 + - uid: 11266 + components: + - type: Transform + pos: 0.5,-359.5 + parent: 2 + - uid: 11269 + components: + - type: Transform + pos: 2.5,-360.5 + parent: 2 + - uid: 11270 + components: + - type: Transform + pos: 3.5,-360.5 + parent: 2 + - uid: 11271 + components: + - type: Transform + pos: 4.5,-360.5 + parent: 2 + - uid: 11272 + components: + - type: Transform + pos: 5.5,-360.5 + parent: 2 + - uid: 11273 + components: + - type: Transform + pos: 6.5,-360.5 + parent: 2 + - uid: 11274 + components: + - type: Transform + pos: 6.5,-361.5 + parent: 2 + - uid: 11411 + components: + - type: Transform + pos: 2.5,-359.5 + parent: 2 + - uid: 11412 + components: + - type: Transform + pos: 1.5,-359.5 + parent: 2 + - uid: 11844 + components: + - type: Transform + pos: 0.5,-381.5 + parent: 2 + - uid: 11845 + components: + - type: Transform + pos: 4.5,-361.5 + parent: 2 + - uid: 11846 + components: + - type: Transform + pos: 4.5,-362.5 + parent: 2 + - uid: 11847 + components: + - type: Transform + pos: 4.5,-363.5 + parent: 2 + - uid: 11848 + components: + - type: Transform + pos: 4.5,-364.5 + parent: 2 + - uid: 11849 + components: + - type: Transform + pos: 4.5,-365.5 + parent: 2 + - uid: 11850 + components: + - type: Transform + pos: 4.5,-366.5 + parent: 2 + - uid: 11851 + components: + - type: Transform + pos: 4.5,-367.5 + parent: 2 + - uid: 11852 + components: + - type: Transform + pos: 4.5,-368.5 + parent: 2 + - uid: 11853 + components: + - type: Transform + pos: 4.5,-369.5 + parent: 2 + - uid: 11854 + components: + - type: Transform + pos: 4.5,-370.5 + parent: 2 + - uid: 11855 + components: + - type: Transform + pos: 4.5,-371.5 + parent: 2 + - uid: 11856 + components: + - type: Transform + pos: 4.5,-372.5 + parent: 2 + - uid: 11857 + components: + - type: Transform + pos: 4.5,-373.5 + parent: 2 + - uid: 11858 + components: + - type: Transform + pos: 3.5,-373.5 + parent: 2 + - uid: 11859 + components: + - type: Transform + pos: 2.5,-373.5 + parent: 2 + - uid: 11860 + components: + - type: Transform + pos: 1.5,-373.5 + parent: 2 + - uid: 11861 + components: + - type: Transform + pos: 0.5,-373.5 + parent: 2 + - uid: 11862 + components: + - type: Transform + pos: 0.5,-374.5 + parent: 2 + - uid: 11863 + components: + - type: Transform + pos: 0.5,-375.5 + parent: 2 + - uid: 11864 + components: + - type: Transform + pos: 0.5,-378.5 + parent: 2 + - uid: 11865 + components: + - type: Transform + pos: 0.5,-379.5 + parent: 2 + - uid: 11866 + components: + - type: Transform + pos: 0.5,-382.5 + parent: 2 + - uid: 11917 + components: + - type: Transform + pos: 0.5,-383.5 + parent: 2 + - uid: 11999 + components: + - type: Transform + pos: 6.5,-386.5 + parent: 2 + - uid: 12004 + components: + - type: Transform + pos: 6.5,-384.5 + parent: 2 + - uid: 12015 + components: + - type: Transform + pos: 2.5,-384.5 + parent: 2 + - uid: 12018 + components: + - type: Transform + pos: 3.5,-384.5 + parent: 2 + - uid: 12019 + components: + - type: Transform + pos: 0.5,-384.5 + parent: 2 + - uid: 12022 + components: + - type: Transform + pos: 6.5,-385.5 + parent: 2 + - uid: 13988 + components: + - type: Transform + pos: 7.5,-253.5 + parent: 2 + - uid: 13999 + components: + - type: Transform + pos: 6.5,-256.5 + parent: 2 + - uid: 14002 + components: + - type: Transform + pos: 7.5,-254.5 + parent: 2 + - uid: 14007 + components: + - type: Transform + pos: 19.5,-248.5 + parent: 2 + - uid: 14013 + components: + - type: Transform + pos: 19.5,-255.5 + parent: 2 + - uid: 16690 + components: + - type: Transform + pos: -13.5,-253.5 + parent: 2 + - uid: 16692 + components: + - type: Transform + pos: -15.5,-253.5 + parent: 2 + - uid: 16693 + components: + - type: Transform + pos: -15.5,-252.5 + parent: 2 + - uid: 16694 + components: + - type: Transform + pos: -15.5,-251.5 + parent: 2 + - uid: 16695 + components: + - type: Transform + pos: -15.5,-250.5 + parent: 2 + - uid: 16696 + components: + - type: Transform + pos: -15.5,-249.5 + parent: 2 + - uid: 16918 + components: + - type: Transform + pos: -15.5,-248.5 + parent: 2 + - uid: 16938 + components: + - type: Transform + pos: -0.5,-248.5 + parent: 2 + - uid: 17037 + components: + - type: Transform + pos: -13.5,-254.5 + parent: 2 +- proto: CableHVStack + entities: + - uid: 42 + components: + - type: Transform + pos: 15.409912,-245.26797 + parent: 2 + - uid: 896 + components: + - type: Transform + pos: 15.568392,-245.34718 + parent: 2 + - uid: 11672 + components: + - type: Transform + pos: -2.0963848,-7.519528 + parent: 2 + - uid: 16801 + components: + - type: Transform + parent: 16798 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: CableMV + entities: + - uid: 81 + components: + - type: Transform + pos: -0.5,-10.5 + parent: 2 + - uid: 191 + components: + - type: Transform + pos: 5.5,-112.5 + parent: 2 + - uid: 479 + components: + - type: Transform + pos: 2.5,-5.5 + parent: 2 + - uid: 572 + components: + - type: Transform + pos: 0.5,-345.5 + parent: 2 + - uid: 582 + components: + - type: Transform + pos: 1.5,-5.5 + parent: 2 + - uid: 587 + components: + - type: Transform + pos: 2.5,-345.5 + parent: 2 + - uid: 916 + components: + - type: Transform + pos: 7.5,-335.5 + parent: 2 + - uid: 1119 + components: + - type: Transform + pos: -3.5,-44.5 + parent: 2 + - uid: 1127 + components: + - type: Transform + pos: -3.5,-34.5 + parent: 2 + - uid: 1144 + components: + - type: Transform + pos: 5.5,-3.5 + parent: 2 + - uid: 1250 + components: + - type: Transform + pos: 4.5,-340.5 + parent: 2 + - uid: 1462 + components: + - type: Transform + pos: -1.5,-247.5 + parent: 2 + - uid: 1497 + components: + - type: Transform + pos: 1.5,-360.5 + parent: 2 + - uid: 2001 + components: + - type: Transform + pos: -1.5,-10.5 + parent: 2 + - uid: 2062 + components: + - type: Transform + pos: -0.5,-56.5 + parent: 2 + - uid: 2068 + components: + - type: Transform + pos: -2.5,-71.5 + parent: 2 + - uid: 2069 + components: + - type: Transform + pos: 4.5,-57.5 + parent: 2 + - uid: 2070 + components: + - type: Transform + pos: 6.5,-65.5 + parent: 2 + - uid: 2071 + components: + - type: Transform + pos: 6.5,-64.5 + parent: 2 + - uid: 2097 + components: + - type: Transform + pos: 3.5,-53.5 + parent: 2 + - uid: 2191 + components: + - type: Transform + pos: 3.5,-54.5 + parent: 2 + - uid: 2305 + components: + - type: Transform + pos: -14.5,-253.5 + parent: 2 + - uid: 2477 + components: + - type: Transform + pos: -2.5,-44.5 + parent: 2 + - uid: 3172 + components: + - type: Transform + pos: -0.5,-109.5 + parent: 2 + - uid: 3173 + components: + - type: Transform + pos: 0.5,-109.5 + parent: 2 + - uid: 3218 + components: + - type: Transform + pos: 5.5,-113.5 + parent: 2 + - uid: 3242 + components: + - type: Transform + pos: -1.5,-109.5 + parent: 2 + - uid: 3245 + components: + - type: Transform + pos: 1.5,-109.5 + parent: 2 + - uid: 3248 + components: + - type: Transform + pos: 2.5,-109.5 + parent: 2 + - uid: 3557 + components: + - type: Transform + pos: -5.5,-336.5 + parent: 2 + - uid: 3576 + components: + - type: Transform + pos: 7.5,-338.5 + parent: 2 + - uid: 3678 + components: + - type: Transform + pos: 11.5,-250.5 + parent: 2 + - uid: 3701 + components: + - type: Transform + pos: 0.5,-230.5 + parent: 2 + - uid: 3838 + components: + - type: Transform + pos: 15.5,-137.5 + parent: 2 + - uid: 3839 + components: + - type: Transform + pos: 15.5,-136.5 + parent: 2 + - uid: 3879 + components: + - type: Transform + pos: 7.5,-342.5 + parent: 2 + - uid: 4046 + components: + - type: Transform + pos: -7.5,-302.5 + parent: 2 + - uid: 4163 + components: + - type: Transform + pos: 0.5,-341.5 + parent: 2 + - uid: 4235 + components: + - type: Transform + pos: 20.5,-264.5 + parent: 2 + - uid: 4345 + components: + - type: Transform + pos: -2.5,-109.5 + parent: 2 + - uid: 4346 + components: + - type: Transform + pos: -2.5,-108.5 + parent: 2 + - uid: 4349 + components: + - type: Transform + pos: 3.5,-109.5 + parent: 2 + - uid: 4354 + components: + - type: Transform + pos: -2.5,-43.5 + parent: 2 + - uid: 4555 + components: + - type: Transform + pos: 19.5,-265.5 + parent: 2 + - uid: 4681 + components: + - type: Transform + pos: 7.5,-2.5 + parent: 2 + - uid: 4784 + components: + - type: Transform + pos: 5.5,-2.5 + parent: 2 + - uid: 4898 + components: + - type: Transform + pos: 2.5,-220.5 + parent: 2 + - uid: 5002 + components: + - type: Transform + pos: 4.5,-252.5 + parent: 2 + - uid: 5003 + components: + - type: Transform + pos: 3.5,-252.5 + parent: 2 + - uid: 5004 + components: + - type: Transform + pos: 3.5,-253.5 + parent: 2 + - uid: 5005 + components: + - type: Transform + pos: 3.5,-254.5 + parent: 2 + - uid: 5354 + components: + - type: Transform + pos: 6.5,-2.5 + parent: 2 + - uid: 5387 + components: + - type: Transform + pos: 19.5,-264.5 + parent: 2 + - uid: 5490 + components: + - type: Transform + pos: 5.5,-4.5 + parent: 2 + - uid: 5492 + components: + - type: Transform + pos: 4.5,-4.5 + parent: 2 + - uid: 5657 + components: + - type: Transform + pos: 7.5,-250.5 + parent: 2 + - uid: 5663 + components: + - type: Transform + pos: 3.5,-4.5 + parent: 2 + - uid: 5664 + components: + - type: Transform + pos: 2.5,-4.5 + parent: 2 + - uid: 5665 + components: + - type: Transform + pos: 2.5,-3.5 + parent: 2 + - uid: 5666 + components: + - type: Transform + pos: 2.5,-2.5 + parent: 2 + - uid: 5667 + components: + - type: Transform + pos: 1.5,-2.5 + parent: 2 + - uid: 5668 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 2 + - uid: 5669 + components: + - type: Transform + pos: 3.5,-1.5 + parent: 2 + - uid: 5670 + components: + - type: Transform + pos: 0.5,-2.5 + parent: 2 + - uid: 5671 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 2 + - uid: 5672 + components: + - type: Transform + pos: -1.5,-2.5 + parent: 2 + - uid: 5673 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 2 + - uid: 5674 + components: + - type: Transform + pos: -2.5,-3.5 + parent: 2 + - uid: 5675 + components: + - type: Transform + pos: -2.5,-4.5 + parent: 2 + - uid: 5678 + components: + - type: Transform + pos: 0.5,-6.5 + parent: 2 + - uid: 5679 + components: + - type: Transform + pos: -0.5,-6.5 + parent: 2 + - uid: 5680 + components: + - type: Transform + pos: 1.5,-6.5 + parent: 2 + - uid: 5681 + components: + - type: Transform + pos: -1.5,-6.5 + parent: 2 + - uid: 5682 + components: + - type: Transform + pos: -2.5,-6.5 + parent: 2 + - uid: 5683 + components: + - type: Transform + pos: -3.5,-6.5 + parent: 2 + - uid: 5684 + components: + - type: Transform + pos: -4.5,-6.5 + parent: 2 + - uid: 5686 + components: + - type: Transform + pos: 1.5,-7.5 + parent: 2 + - uid: 5687 + components: + - type: Transform + pos: 1.5,-8.5 + parent: 2 + - uid: 5688 + components: + - type: Transform + pos: 1.5,-9.5 + parent: 2 + - uid: 5689 + components: + - type: Transform + pos: 1.5,-10.5 + parent: 2 + - uid: 5690 + components: + - type: Transform + pos: 0.5,-10.5 + parent: 2 + - uid: 5691 + components: + - type: Transform + pos: -2.5,-10.5 + parent: 2 + - uid: 5692 + components: + - type: Transform + pos: -2.5,-11.5 + parent: 2 + - uid: 5693 + components: + - type: Transform + pos: -3.5,-11.5 + parent: 2 + - uid: 5741 + components: + - type: Transform + pos: -4.5,-11.5 + parent: 2 + - uid: 5784 + components: + - type: Transform + pos: -4.5,-44.5 + parent: 2 + - uid: 5785 + components: + - type: Transform + pos: 0.5,-35.5 + parent: 2 + - uid: 5786 + components: + - type: Transform + pos: -4.5,-43.5 + parent: 2 + - uid: 5787 + components: + - type: Transform + pos: -4.5,-42.5 + parent: 2 + - uid: 5788 + components: + - type: Transform + pos: -4.5,-41.5 + parent: 2 + - uid: 5789 + components: + - type: Transform + pos: -4.5,-40.5 + parent: 2 + - uid: 5790 + components: + - type: Transform + pos: -4.5,-39.5 + parent: 2 + - uid: 5791 + components: + - type: Transform + pos: -4.5,-38.5 + parent: 2 + - uid: 5792 + components: + - type: Transform + pos: -4.5,-37.5 + parent: 2 + - uid: 5793 + components: + - type: Transform + pos: -4.5,-36.5 + parent: 2 + - uid: 5794 + components: + - type: Transform + pos: -4.5,-35.5 + parent: 2 + - uid: 5795 + components: + - type: Transform + pos: -4.5,-34.5 + parent: 2 + - uid: 5796 + components: + - type: Transform + pos: -2.5,-34.5 + parent: 2 + - uid: 5797 + components: + - type: Transform + pos: -1.5,-34.5 + parent: 2 + - uid: 5798 + components: + - type: Transform + pos: -0.5,-34.5 + parent: 2 + - uid: 5799 + components: + - type: Transform + pos: 0.5,-34.5 + parent: 2 + - uid: 5800 + components: + - type: Transform + pos: 0.5,-33.5 + parent: 2 + - uid: 5801 + components: + - type: Transform + pos: 0.5,-32.5 + parent: 2 + - uid: 5802 + components: + - type: Transform + pos: 0.5,-31.5 + parent: 2 + - uid: 5803 + components: + - type: Transform + pos: 1.5,-31.5 + parent: 2 + - uid: 5804 + components: + - type: Transform + pos: 2.5,-31.5 + parent: 2 + - uid: 5806 + components: + - type: Transform + pos: 3.5,-31.5 + parent: 2 + - uid: 5807 + components: + - type: Transform + pos: 3.5,-30.5 + parent: 2 + - uid: 5808 + components: + - type: Transform + pos: 4.5,-30.5 + parent: 2 + - uid: 5809 + components: + - type: Transform + pos: 0.5,-36.5 + parent: 2 + - uid: 5810 + components: + - type: Transform + pos: 0.5,-37.5 + parent: 2 + - uid: 5811 + components: + - type: Transform + pos: 0.5,-38.5 + parent: 2 + - uid: 5812 + components: + - type: Transform + pos: 0.5,-39.5 + parent: 2 + - uid: 5813 + components: + - type: Transform + pos: 0.5,-40.5 + parent: 2 + - uid: 5814 + components: + - type: Transform + pos: 0.5,-41.5 + parent: 2 + - uid: 5815 + components: + - type: Transform + pos: 0.5,-42.5 + parent: 2 + - uid: 5816 + components: + - type: Transform + pos: -0.5,-42.5 + parent: 2 + - uid: 5817 + components: + - type: Transform + pos: -1.5,-42.5 + parent: 2 + - uid: 5960 + components: + - type: Transform + pos: 11.5,-251.5 + parent: 2 + - uid: 5972 + components: + - type: Transform + pos: 4.5,-54.5 + parent: 2 + - uid: 5973 + components: + - type: Transform + pos: 5.5,-54.5 + parent: 2 + - uid: 5974 + components: + - type: Transform + pos: 5.5,-55.5 + parent: 2 + - uid: 5975 + components: + - type: Transform + pos: 5.5,-56.5 + parent: 2 + - uid: 5976 + components: + - type: Transform + pos: 5.5,-57.5 + parent: 2 + - uid: 5977 + components: + - type: Transform + pos: 6.5,-57.5 + parent: 2 + - uid: 5978 + components: + - type: Transform + pos: 6.5,-58.5 + parent: 2 + - uid: 5979 + components: + - type: Transform + pos: 6.5,-59.5 + parent: 2 + - uid: 5980 + components: + - type: Transform + pos: 6.5,-60.5 + parent: 2 + - uid: 5981 + components: + - type: Transform + pos: 6.5,-61.5 + parent: 2 + - uid: 5982 + components: + - type: Transform + pos: 6.5,-62.5 + parent: 2 + - uid: 5983 + components: + - type: Transform + pos: 6.5,-63.5 + parent: 2 + - uid: 5984 + components: + - type: Transform + pos: 5.5,-63.5 + parent: 2 + - uid: 5985 + components: + - type: Transform + pos: 4.5,-63.5 + parent: 2 + - uid: 5986 + components: + - type: Transform + pos: 3.5,-63.5 + parent: 2 + - uid: 5987 + components: + - type: Transform + pos: 2.5,-63.5 + parent: 2 + - uid: 5988 + components: + - type: Transform + pos: 6.5,-66.5 + parent: 2 + - uid: 5989 + components: + - type: Transform + pos: 6.5,-67.5 + parent: 2 + - uid: 5990 + components: + - type: Transform + pos: 6.5,-68.5 + parent: 2 + - uid: 5992 + components: + - type: Transform + pos: 5.5,-68.5 + parent: 2 + - uid: 5993 + components: + - type: Transform + pos: 4.5,-68.5 + parent: 2 + - uid: 5994 + components: + - type: Transform + pos: 3.5,-68.5 + parent: 2 + - uid: 5995 + components: + - type: Transform + pos: 2.5,-68.5 + parent: 2 + - uid: 5996 + components: + - type: Transform + pos: 1.5,-68.5 + parent: 2 + - uid: 5997 + components: + - type: Transform + pos: 0.5,-68.5 + parent: 2 + - uid: 5998 + components: + - type: Transform + pos: -0.5,-68.5 + parent: 2 + - uid: 5999 + components: + - type: Transform + pos: -1.5,-68.5 + parent: 2 + - uid: 6000 + components: + - type: Transform + pos: -2.5,-68.5 + parent: 2 + - uid: 6001 + components: + - type: Transform + pos: -3.5,-68.5 + parent: 2 + - uid: 6002 + components: + - type: Transform + pos: -4.5,-68.5 + parent: 2 + - uid: 6004 + components: + - type: Transform + pos: -4.5,-69.5 + parent: 2 + - uid: 6005 + components: + - type: Transform + pos: -4.5,-70.5 + parent: 2 + - uid: 6006 + components: + - type: Transform + pos: -4.5,-71.5 + parent: 2 + - uid: 6007 + components: + - type: Transform + pos: -3.5,-71.5 + parent: 2 + - uid: 6008 + components: + - type: Transform + pos: -1.5,-71.5 + parent: 2 + - uid: 6009 + components: + - type: Transform + pos: 3.5,-57.5 + parent: 2 + - uid: 6010 + components: + - type: Transform + pos: 2.5,-57.5 + parent: 2 + - uid: 6011 + components: + - type: Transform + pos: 1.5,-57.5 + parent: 2 + - uid: 6012 + components: + - type: Transform + pos: 0.5,-57.5 + parent: 2 + - uid: 6013 + components: + - type: Transform + pos: -0.5,-57.5 + parent: 2 + - uid: 6014 + components: + - type: Transform + pos: -1.5,-56.5 + parent: 2 + - uid: 6130 + components: + - type: Transform + pos: -2.5,-99.5 + parent: 2 + - uid: 6131 + components: + - type: Transform + pos: -2.5,-98.5 + parent: 2 + - uid: 6132 + components: + - type: Transform + pos: -2.5,-97.5 + parent: 2 + - uid: 6133 + components: + - type: Transform + pos: -3.5,-97.5 + parent: 2 + - uid: 6134 + components: + - type: Transform + pos: -1.5,-97.5 + parent: 2 + - uid: 6135 + components: + - type: Transform + pos: -0.5,-97.5 + parent: 2 + - uid: 6136 + components: + - type: Transform + pos: 0.5,-97.5 + parent: 2 + - uid: 6137 + components: + - type: Transform + pos: 1.5,-97.5 + parent: 2 + - uid: 6138 + components: + - type: Transform + pos: 2.5,-97.5 + parent: 2 + - uid: 6139 + components: + - type: Transform + pos: 3.5,-97.5 + parent: 2 + - uid: 6140 + components: + - type: Transform + pos: 4.5,-97.5 + parent: 2 + - uid: 6141 + components: + - type: Transform + pos: 5.5,-97.5 + parent: 2 + - uid: 6142 + components: + - type: Transform + pos: 6.5,-97.5 + parent: 2 + - uid: 6143 + components: + - type: Transform + pos: 7.5,-97.5 + parent: 2 + - uid: 6144 + components: + - type: Transform + pos: -3.5,-96.5 + parent: 2 + - uid: 6145 + components: + - type: Transform + pos: -3.5,-95.5 + parent: 2 + - uid: 6146 + components: + - type: Transform + pos: -3.5,-94.5 + parent: 2 + - uid: 6147 + components: + - type: Transform + pos: -3.5,-93.5 + parent: 2 + - uid: 6148 + components: + - type: Transform + pos: -3.5,-92.5 + parent: 2 + - uid: 6149 + components: + - type: Transform + pos: -3.5,-91.5 + parent: 2 + - uid: 6150 + components: + - type: Transform + pos: -3.5,-90.5 + parent: 2 + - uid: 6151 + components: + - type: Transform + pos: -3.5,-89.5 + parent: 2 + - uid: 6152 + components: + - type: Transform + pos: -3.5,-88.5 + parent: 2 + - uid: 6153 + components: + - type: Transform + pos: -3.5,-87.5 + parent: 2 + - uid: 6154 + components: + - type: Transform + pos: -3.5,-86.5 + parent: 2 + - uid: 6155 + components: + - type: Transform + pos: -3.5,-85.5 + parent: 2 + - uid: 6156 + components: + - type: Transform + pos: -3.5,-84.5 + parent: 2 + - uid: 6157 + components: + - type: Transform + pos: -3.5,-83.5 + parent: 2 + - uid: 6158 + components: + - type: Transform + pos: -3.5,-82.5 + parent: 2 + - uid: 6159 + components: + - type: Transform + pos: -3.5,-81.5 + parent: 2 + - uid: 6160 + components: + - type: Transform + pos: -3.5,-80.5 + parent: 2 + - uid: 6186 + components: + - type: Transform + pos: 11.5,-252.5 + parent: 2 + - uid: 6285 + components: + - type: Transform + pos: 7.5,-249.5 + parent: 2 + - uid: 6287 + components: + - type: Transform + pos: 7.5,-252.5 + parent: 2 + - uid: 6288 + components: + - type: Transform + pos: 6.5,-111.5 + parent: 2 + - uid: 6289 + components: + - type: Transform + pos: 6.5,-110.5 + parent: 2 + - uid: 6290 + components: + - type: Transform + pos: 5.5,-110.5 + parent: 2 + - uid: 6291 + components: + - type: Transform + pos: 4.5,-110.5 + parent: 2 + - uid: 6292 + components: + - type: Transform + pos: 3.5,-110.5 + parent: 2 + - uid: 6293 + components: + - type: Transform + pos: 3.5,-111.5 + parent: 2 + - uid: 6294 + components: + - type: Transform + pos: 3.5,-112.5 + parent: 2 + - uid: 6295 + components: + - type: Transform + pos: 3.5,-113.5 + parent: 2 + - uid: 6296 + components: + - type: Transform + pos: 3.5,-114.5 + parent: 2 + - uid: 6297 + components: + - type: Transform + pos: 3.5,-115.5 + parent: 2 + - uid: 6298 + components: + - type: Transform + pos: 3.5,-116.5 + parent: 2 + - uid: 6299 + components: + - type: Transform + pos: 2.5,-116.5 + parent: 2 + - uid: 6300 + components: + - type: Transform + pos: 1.5,-116.5 + parent: 2 + - uid: 6301 + components: + - type: Transform + pos: 1.5,-115.5 + parent: 2 + - uid: 6305 + components: + - type: Transform + pos: 5.5,-114.5 + parent: 2 + - uid: 6446 + components: + - type: Transform + pos: 7.5,-153.5 + parent: 2 + - uid: 6447 + components: + - type: Transform + pos: 7.5,-152.5 + parent: 2 + - uid: 6448 + components: + - type: Transform + pos: 7.5,-151.5 + parent: 2 + - uid: 6449 + components: + - type: Transform + pos: 8.5,-151.5 + parent: 2 + - uid: 6450 + components: + - type: Transform + pos: 8.5,-150.5 + parent: 2 + - uid: 6451 + components: + - type: Transform + pos: 8.5,-149.5 + parent: 2 + - uid: 6452 + components: + - type: Transform + pos: 8.5,-148.5 + parent: 2 + - uid: 6453 + components: + - type: Transform + pos: 8.5,-147.5 + parent: 2 + - uid: 6454 + components: + - type: Transform + pos: 8.5,-146.5 + parent: 2 + - uid: 6455 + components: + - type: Transform + pos: 8.5,-145.5 + parent: 2 + - uid: 6456 + components: + - type: Transform + pos: 8.5,-144.5 + parent: 2 + - uid: 6457 + components: + - type: Transform + pos: 8.5,-143.5 + parent: 2 + - uid: 6458 + components: + - type: Transform + pos: 8.5,-142.5 + parent: 2 + - uid: 6459 + components: + - type: Transform + pos: 8.5,-141.5 + parent: 2 + - uid: 6460 + components: + - type: Transform + pos: 8.5,-140.5 + parent: 2 + - uid: 6461 + components: + - type: Transform + pos: 8.5,-139.5 + parent: 2 + - uid: 6462 + components: + - type: Transform + pos: 8.5,-138.5 + parent: 2 + - uid: 6463 + components: + - type: Transform + pos: 7.5,-138.5 + parent: 2 + - uid: 6464 + components: + - type: Transform + pos: 6.5,-138.5 + parent: 2 + - uid: 6465 + components: + - type: Transform + pos: 6.5,-137.5 + parent: 2 + - uid: 6466 + components: + - type: Transform + pos: 8.5,-137.5 + parent: 2 + - uid: 6467 + components: + - type: Transform + pos: 8.5,-136.5 + parent: 2 + - uid: 6468 + components: + - type: Transform + pos: 7.5,-136.5 + parent: 2 + - uid: 6469 + components: + - type: Transform + pos: 7.5,-135.5 + parent: 2 + - uid: 6470 + components: + - type: Transform + pos: 6.5,-135.5 + parent: 2 + - uid: 6471 + components: + - type: Transform + pos: 5.5,-135.5 + parent: 2 + - uid: 6472 + components: + - type: Transform + pos: 4.5,-135.5 + parent: 2 + - uid: 6473 + components: + - type: Transform + pos: 3.5,-135.5 + parent: 2 + - uid: 6474 + components: + - type: Transform + pos: 2.5,-135.5 + parent: 2 + - uid: 6475 + components: + - type: Transform + pos: 1.5,-135.5 + parent: 2 + - uid: 6476 + components: + - type: Transform + pos: 0.5,-135.5 + parent: 2 + - uid: 6477 + components: + - type: Transform + pos: 0.5,-136.5 + parent: 2 + - uid: 6478 + components: + - type: Transform + pos: 0.5,-137.5 + parent: 2 + - uid: 6479 + components: + - type: Transform + pos: 0.5,-138.5 + parent: 2 + - uid: 6480 + components: + - type: Transform + pos: 0.5,-139.5 + parent: 2 + - uid: 6481 + components: + - type: Transform + pos: 0.5,-140.5 + parent: 2 + - uid: 6482 + components: + - type: Transform + pos: -0.5,-140.5 + parent: 2 + - uid: 6483 + components: + - type: Transform + pos: -1.5,-140.5 + parent: 2 + - uid: 6484 + components: + - type: Transform + pos: -2.5,-140.5 + parent: 2 + - uid: 6485 + components: + - type: Transform + pos: -3.5,-140.5 + parent: 2 + - uid: 6486 + components: + - type: Transform + pos: -4.5,-140.5 + parent: 2 + - uid: 6487 + components: + - type: Transform + pos: -4.5,-139.5 + parent: 2 + - uid: 6488 + components: + - type: Transform + pos: -4.5,-138.5 + parent: 2 + - uid: 6489 + components: + - type: Transform + pos: -4.5,-137.5 + parent: 2 + - uid: 6490 + components: + - type: Transform + pos: -4.5,-136.5 + parent: 2 + - uid: 6491 + components: + - type: Transform + pos: -4.5,-135.5 + parent: 2 + - uid: 6492 + components: + - type: Transform + pos: -3.5,-135.5 + parent: 2 + - uid: 6493 + components: + - type: Transform + pos: -3.5,-134.5 + parent: 2 + - uid: 6511 + components: + - type: Transform + pos: 7.5,-251.5 + parent: 2 + - uid: 6552 + components: + - type: Transform + pos: 7.5,-248.5 + parent: 2 + - uid: 6553 + components: + - type: Transform + pos: 8.5,-248.5 + parent: 2 + - uid: 6628 + components: + - type: Transform + pos: 9.5,-252.5 + parent: 2 + - uid: 6629 + components: + - type: Transform + pos: 8.5,-252.5 + parent: 2 + - uid: 6632 + components: + - type: Transform + pos: 10.5,-252.5 + parent: 2 + - uid: 6737 + components: + - type: Transform + pos: 9.5,-248.5 + parent: 2 + - uid: 6754 + components: + - type: Transform + pos: 14.5,-248.5 + parent: 2 + - uid: 6755 + components: + - type: Transform + pos: 11.5,-248.5 + parent: 2 + - uid: 6756 + components: + - type: Transform + pos: 12.5,-248.5 + parent: 2 + - uid: 6757 + components: + - type: Transform + pos: 13.5,-248.5 + parent: 2 + - uid: 6758 + components: + - type: Transform + pos: 15.5,-249.5 + parent: 2 + - uid: 6761 + components: + - type: Transform + pos: 10.5,-248.5 + parent: 2 + - uid: 6762 + components: + - type: Transform + pos: 14.5,-249.5 + parent: 2 + - uid: 6764 + components: + - type: Transform + pos: 6.5,-252.5 + parent: 2 + - uid: 6920 + components: + - type: Transform + pos: -2.5,-161.5 + parent: 2 + - uid: 6921 + components: + - type: Transform + pos: -2.5,-162.5 + parent: 2 + - uid: 6922 + components: + - type: Transform + pos: -2.5,-163.5 + parent: 2 + - uid: 6923 + components: + - type: Transform + pos: -1.5,-163.5 + parent: 2 + - uid: 6924 + components: + - type: Transform + pos: -0.5,-163.5 + parent: 2 + - uid: 6925 + components: + - type: Transform + pos: 0.5,-163.5 + parent: 2 + - uid: 6926 + components: + - type: Transform + pos: 1.5,-163.5 + parent: 2 + - uid: 6927 + components: + - type: Transform + pos: 1.5,-164.5 + parent: 2 + - uid: 6928 + components: + - type: Transform + pos: 2.5,-164.5 + parent: 2 + - uid: 6929 + components: + - type: Transform + pos: 1.5,-165.5 + parent: 2 + - uid: 6930 + components: + - type: Transform + pos: 1.5,-166.5 + parent: 2 + - uid: 6931 + components: + - type: Transform + pos: 1.5,-167.5 + parent: 2 + - uid: 6932 + components: + - type: Transform + pos: 1.5,-168.5 + parent: 2 + - uid: 6933 + components: + - type: Transform + pos: 1.5,-169.5 + parent: 2 + - uid: 6934 + components: + - type: Transform + pos: 1.5,-170.5 + parent: 2 + - uid: 6935 + components: + - type: Transform + pos: 1.5,-171.5 + parent: 2 + - uid: 6936 + components: + - type: Transform + pos: 1.5,-172.5 + parent: 2 + - uid: 6937 + components: + - type: Transform + pos: 1.5,-173.5 + parent: 2 + - uid: 6938 + components: + - type: Transform + pos: 1.5,-174.5 + parent: 2 + - uid: 6939 + components: + - type: Transform + pos: 1.5,-175.5 + parent: 2 + - uid: 6940 + components: + - type: Transform + pos: 1.5,-176.5 + parent: 2 + - uid: 6941 + components: + - type: Transform + pos: 0.5,-176.5 + parent: 2 + - uid: 6942 + components: + - type: Transform + pos: -0.5,-176.5 + parent: 2 + - uid: 7064 + components: + - type: Transform + pos: 5.5,-187.5 + parent: 2 + - uid: 7065 + components: + - type: Transform + pos: 5.5,-188.5 + parent: 2 + - uid: 7066 + components: + - type: Transform + pos: 4.5,-188.5 + parent: 2 + - uid: 7067 + components: + - type: Transform + pos: 5.5,-189.5 + parent: 2 + - uid: 7068 + components: + - type: Transform + pos: 5.5,-190.5 + parent: 2 + - uid: 7069 + components: + - type: Transform + pos: 5.5,-191.5 + parent: 2 + - uid: 7070 + components: + - type: Transform + pos: 5.5,-192.5 + parent: 2 + - uid: 7071 + components: + - type: Transform + pos: 5.5,-193.5 + parent: 2 + - uid: 7072 + components: + - type: Transform + pos: 5.5,-194.5 + parent: 2 + - uid: 7073 + components: + - type: Transform + pos: 5.5,-195.5 + parent: 2 + - uid: 7074 + components: + - type: Transform + pos: 5.5,-196.5 + parent: 2 + - uid: 7075 + components: + - type: Transform + pos: 5.5,-197.5 + parent: 2 + - uid: 7076 + components: + - type: Transform + pos: 5.5,-198.5 + parent: 2 + - uid: 7077 + components: + - type: Transform + pos: 4.5,-198.5 + parent: 2 + - uid: 7078 + components: + - type: Transform + pos: 3.5,-198.5 + parent: 2 + - uid: 7079 + components: + - type: Transform + pos: 2.5,-198.5 + parent: 2 + - uid: 7080 + components: + - type: Transform + pos: 1.5,-198.5 + parent: 2 + - uid: 7081 + components: + - type: Transform + pos: 0.5,-198.5 + parent: 2 + - uid: 7082 + components: + - type: Transform + pos: -0.5,-198.5 + parent: 2 + - uid: 7083 + components: + - type: Transform + pos: -1.5,-198.5 + parent: 2 + - uid: 7084 + components: + - type: Transform + pos: -2.5,-198.5 + parent: 2 + - uid: 7085 + components: + - type: Transform + pos: -2.5,-199.5 + parent: 2 + - uid: 7086 + components: + - type: Transform + pos: -2.5,-200.5 + parent: 2 + - uid: 7087 + components: + - type: Transform + pos: -2.5,-201.5 + parent: 2 + - uid: 7088 + components: + - type: Transform + pos: -2.5,-202.5 + parent: 2 + - uid: 7089 + components: + - type: Transform + pos: -2.5,-203.5 + parent: 2 + - uid: 7090 + components: + - type: Transform + pos: -3.5,-203.5 + parent: 2 + - uid: 7262 + components: + - type: Transform + pos: 7.5,-337.5 + parent: 2 + - uid: 7263 + components: + - type: Transform + pos: 7.5,-340.5 + parent: 2 + - uid: 7481 + components: + - type: Transform + pos: -2.5,-247.5 + parent: 2 + - uid: 7575 + components: + - type: Transform + pos: 2.5,-229.5 + parent: 2 + - uid: 7576 + components: + - type: Transform + pos: 1.5,-229.5 + parent: 2 + - uid: 7577 + components: + - type: Transform + pos: 0.5,-229.5 + parent: 2 + - uid: 7584 + components: + - type: Transform + pos: -0.5,-230.5 + parent: 2 + - uid: 7586 + components: + - type: Transform + pos: -1.5,-230.5 + parent: 2 + - uid: 7587 + components: + - type: Transform + pos: -2.5,-230.5 + parent: 2 + - uid: 7589 + components: + - type: Transform + pos: -2.5,-229.5 + parent: 2 + - uid: 7590 + components: + - type: Transform + pos: -2.5,-228.5 + parent: 2 + - uid: 7608 + components: + - type: Transform + pos: 0.5,-228.5 + parent: 2 + - uid: 7609 + components: + - type: Transform + pos: 0.5,-227.5 + parent: 2 + - uid: 7610 + components: + - type: Transform + pos: 0.5,-226.5 + parent: 2 + - uid: 7611 + components: + - type: Transform + pos: 0.5,-225.5 + parent: 2 + - uid: 7612 + components: + - type: Transform + pos: 0.5,-224.5 + parent: 2 + - uid: 7613 + components: + - type: Transform + pos: 0.5,-223.5 + parent: 2 + - uid: 7614 + components: + - type: Transform + pos: 0.5,-222.5 + parent: 2 + - uid: 7615 + components: + - type: Transform + pos: 0.5,-221.5 + parent: 2 + - uid: 7616 + components: + - type: Transform + pos: 0.5,-220.5 + parent: 2 + - uid: 7617 + components: + - type: Transform + pos: 0.5,-219.5 + parent: 2 + - uid: 7618 + components: + - type: Transform + pos: 1.5,-219.5 + parent: 2 + - uid: 7619 + components: + - type: Transform + pos: 2.5,-219.5 + parent: 2 + - uid: 7880 + components: + - type: Transform + pos: 1.5,-247.5 + parent: 2 + - uid: 7965 + components: + - type: Transform + pos: 6.5,-250.5 + parent: 2 + - uid: 7966 + components: + - type: Transform + pos: 4.5,-250.5 + parent: 2 + - uid: 7968 + components: + - type: Transform + pos: 2.5,-247.5 + parent: 2 + - uid: 7969 + components: + - type: Transform + pos: 5.5,-250.5 + parent: 2 + - uid: 7970 + components: + - type: Transform + pos: 2.5,-248.5 + parent: 2 + - uid: 8102 + components: + - type: Transform + pos: 3.5,-250.5 + parent: 2 + - uid: 8114 + components: + - type: Transform + pos: 5.5,-252.5 + parent: 2 + - uid: 8140 + components: + - type: Transform + pos: 0.5,-247.5 + parent: 2 + - uid: 8179 + components: + - type: Transform + pos: 2.5,-250.5 + parent: 2 + - uid: 8203 + components: + - type: Transform + pos: 2.5,-249.5 + parent: 2 + - uid: 8316 + components: + - type: Transform + pos: 15.5,-138.5 + parent: 2 + - uid: 8317 + components: + - type: Transform + pos: 16.5,-138.5 + parent: 2 + - uid: 8318 + components: + - type: Transform + pos: 17.5,-138.5 + parent: 2 + - uid: 8319 + components: + - type: Transform + pos: 17.5,-137.5 + parent: 2 + - uid: 8321 + components: + - type: Transform + pos: 15.5,-139.5 + parent: 2 + - uid: 8322 + components: + - type: Transform + pos: 15.5,-140.5 + parent: 2 + - uid: 8324 + components: + - type: Transform + pos: 15.5,-142.5 + parent: 2 + - uid: 8325 + components: + - type: Transform + pos: 15.5,-143.5 + parent: 2 + - uid: 8326 + components: + - type: Transform + pos: 15.5,-144.5 + parent: 2 + - uid: 8327 + components: + - type: Transform + pos: 15.5,-145.5 + parent: 2 + - uid: 8328 + components: + - type: Transform + pos: 15.5,-147.5 + parent: 2 + - uid: 8329 + components: + - type: Transform + pos: 15.5,-148.5 + parent: 2 + - uid: 8330 + components: + - type: Transform + pos: 15.5,-149.5 + parent: 2 + - uid: 8331 + components: + - type: Transform + pos: 15.5,-150.5 + parent: 2 + - uid: 8332 + components: + - type: Transform + pos: 15.5,-151.5 + parent: 2 + - uid: 8333 + components: + - type: Transform + pos: 15.5,-153.5 + parent: 2 + - uid: 8334 + components: + - type: Transform + pos: 15.5,-154.5 + parent: 2 + - uid: 8335 + components: + - type: Transform + pos: 15.5,-155.5 + parent: 2 + - uid: 8336 + components: + - type: Transform + pos: 15.5,-156.5 + parent: 2 + - uid: 8337 + components: + - type: Transform + pos: 15.5,-157.5 + parent: 2 + - uid: 8338 + components: + - type: Transform + pos: 15.5,-158.5 + parent: 2 + - uid: 8339 + components: + - type: Transform + pos: 15.5,-159.5 + parent: 2 + - uid: 8340 + components: + - type: Transform + pos: 15.5,-160.5 + parent: 2 + - uid: 8341 + components: + - type: Transform + pos: 15.5,-162.5 + parent: 2 + - uid: 8342 + components: + - type: Transform + pos: 15.5,-163.5 + parent: 2 + - uid: 8343 + components: + - type: Transform + pos: 15.5,-164.5 + parent: 2 + - uid: 8344 + components: + - type: Transform + pos: 15.5,-165.5 + parent: 2 + - uid: 8501 + components: + - type: Transform + pos: -0.5,-247.5 + parent: 2 + - uid: 8795 + components: + - type: Transform + pos: -3.5,-247.5 + parent: 2 + - uid: 9144 + components: + - type: Transform + pos: 8.5,-284.5 + parent: 2 + - uid: 9145 + components: + - type: Transform + pos: 8.5,-285.5 + parent: 2 + - uid: 9146 + components: + - type: Transform + pos: 8.5,-286.5 + parent: 2 + - uid: 9147 + components: + - type: Transform + pos: 8.5,-287.5 + parent: 2 + - uid: 9148 + components: + - type: Transform + pos: 7.5,-287.5 + parent: 2 + - uid: 9149 + components: + - type: Transform + pos: 6.5,-287.5 + parent: 2 + - uid: 9150 + components: + - type: Transform + pos: 5.5,-287.5 + parent: 2 + - uid: 9151 + components: + - type: Transform + pos: 4.5,-287.5 + parent: 2 + - uid: 9152 + components: + - type: Transform + pos: 3.5,-287.5 + parent: 2 + - uid: 9153 + components: + - type: Transform + pos: 2.5,-287.5 + parent: 2 + - uid: 9154 + components: + - type: Transform + pos: 2.5,-286.5 + parent: 2 + - uid: 9155 + components: + - type: Transform + pos: 2.5,-285.5 + parent: 2 + - uid: 9156 + components: + - type: Transform + pos: 2.5,-284.5 + parent: 2 + - uid: 9157 + components: + - type: Transform + pos: 2.5,-283.5 + parent: 2 + - uid: 9158 + components: + - type: Transform + pos: 2.5,-282.5 + parent: 2 + - uid: 9159 + components: + - type: Transform + pos: 2.5,-281.5 + parent: 2 + - uid: 9160 + components: + - type: Transform + pos: 3.5,-281.5 + parent: 2 + - uid: 9161 + components: + - type: Transform + pos: 4.5,-281.5 + parent: 2 + - uid: 9162 + components: + - type: Transform + pos: 5.5,-281.5 + parent: 2 + - uid: 9163 + components: + - type: Transform + pos: 1.5,-285.5 + parent: 2 + - uid: 9168 + components: + - type: Transform + pos: 5.5,-283.5 + parent: 2 + - uid: 9169 + components: + - type: Transform + pos: 5.5,-282.5 + parent: 2 + - uid: 9175 + components: + - type: Transform + pos: 5.5,-280.5 + parent: 2 + - uid: 9176 + components: + - type: Transform + pos: 5.5,-279.5 + parent: 2 + - uid: 9177 + components: + - type: Transform + pos: 5.5,-278.5 + parent: 2 + - uid: 9178 + components: + - type: Transform + pos: 5.5,-277.5 + parent: 2 + - uid: 9179 + components: + - type: Transform + pos: 5.5,-276.5 + parent: 2 + - uid: 9180 + components: + - type: Transform + pos: 5.5,-275.5 + parent: 2 + - uid: 9181 + components: + - type: Transform + pos: 5.5,-274.5 + parent: 2 + - uid: 9182 + components: + - type: Transform + pos: 5.5,-273.5 + parent: 2 + - uid: 9183 + components: + - type: Transform + pos: 5.5,-272.5 + parent: 2 + - uid: 9184 + components: + - type: Transform + pos: 6.5,-272.5 + parent: 2 + - uid: 9186 + components: + - type: Transform + pos: 7.5,-272.5 + parent: 2 + - uid: 9188 + components: + - type: Transform + pos: 0.5,-285.5 + parent: 2 + - uid: 9189 + components: + - type: Transform + pos: -0.5,-285.5 + parent: 2 + - uid: 9190 + components: + - type: Transform + pos: -1.5,-285.5 + parent: 2 + - uid: 9191 + components: + - type: Transform + pos: -1.5,-284.5 + parent: 2 + - uid: 9192 + components: + - type: Transform + pos: -2.5,-284.5 + parent: 2 + - uid: 9193 + components: + - type: Transform + pos: -2.5,-283.5 + parent: 2 + - uid: 9194 + components: + - type: Transform + pos: -2.5,-282.5 + parent: 2 + - uid: 9195 + components: + - type: Transform + pos: -2.5,-281.5 + parent: 2 + - uid: 9196 + components: + - type: Transform + pos: -2.5,-280.5 + parent: 2 + - uid: 9197 + components: + - type: Transform + pos: -2.5,-279.5 + parent: 2 + - uid: 9198 + components: + - type: Transform + pos: -3.5,-279.5 + parent: 2 + - uid: 9199 + components: + - type: Transform + pos: -4.5,-279.5 + parent: 2 + - uid: 9200 + components: + - type: Transform + pos: -5.5,-279.5 + parent: 2 + - uid: 9201 + components: + - type: Transform + pos: -5.5,-278.5 + parent: 2 + - uid: 9202 + components: + - type: Transform + pos: -5.5,-277.5 + parent: 2 + - uid: 9203 + components: + - type: Transform + pos: -5.5,-276.5 + parent: 2 + - uid: 9204 + components: + - type: Transform + pos: -5.5,-275.5 + parent: 2 + - uid: 9205 + components: + - type: Transform + pos: -5.5,-274.5 + parent: 2 + - uid: 9206 + components: + - type: Transform + pos: -5.5,-273.5 + parent: 2 + - uid: 9207 + components: + - type: Transform + pos: -5.5,-272.5 + parent: 2 + - uid: 9208 + components: + - type: Transform + pos: -5.5,-271.5 + parent: 2 + - uid: 9210 + components: + - type: Transform + pos: -4.5,-271.5 + parent: 2 + - uid: 9211 + components: + - type: Transform + pos: -3.5,-271.5 + parent: 2 + - uid: 9212 + components: + - type: Transform + pos: -2.5,-271.5 + parent: 2 + - uid: 9213 + components: + - type: Transform + pos: -1.5,-271.5 + parent: 2 + - uid: 9214 + components: + - type: Transform + pos: -1.5,-272.5 + parent: 2 + - uid: 9502 + components: + - type: Transform + pos: 3.5,-340.5 + parent: 2 + - uid: 9588 + components: + - type: Transform + pos: 23.5,-306.5 + parent: 2 + - uid: 9589 + components: + - type: Transform + pos: 19.5,-305.5 + parent: 2 + - uid: 9590 + components: + - type: Transform + pos: 24.5,-306.5 + parent: 2 + - uid: 9591 + components: + - type: Transform + pos: 25.5,-306.5 + parent: 2 + - uid: 9592 + components: + - type: Transform + pos: 25.5,-307.5 + parent: 2 + - uid: 9593 + components: + - type: Transform + pos: 25.5,-308.5 + parent: 2 + - uid: 9594 + components: + - type: Transform + pos: 24.5,-308.5 + parent: 2 + - uid: 9595 + components: + - type: Transform + pos: 23.5,-308.5 + parent: 2 + - uid: 9596 + components: + - type: Transform + pos: 20.5,-304.5 + parent: 2 + - uid: 9597 + components: + - type: Transform + pos: 24.5,-309.5 + parent: 2 + - uid: 9598 + components: + - type: Transform + pos: 24.5,-310.5 + parent: 2 + - uid: 9599 + components: + - type: Transform + pos: 24.5,-304.5 + parent: 2 + - uid: 9600 + components: + - type: Transform + pos: 23.5,-310.5 + parent: 2 + - uid: 9601 + components: + - type: Transform + pos: 22.5,-310.5 + parent: 2 + - uid: 9602 + components: + - type: Transform + pos: 21.5,-310.5 + parent: 2 + - uid: 9603 + components: + - type: Transform + pos: 20.5,-310.5 + parent: 2 + - uid: 9604 + components: + - type: Transform + pos: 20.5,-309.5 + parent: 2 + - uid: 9605 + components: + - type: Transform + pos: 21.5,-304.5 + parent: 2 + - uid: 9606 + components: + - type: Transform + pos: 22.5,-304.5 + parent: 2 + - uid: 9607 + components: + - type: Transform + pos: 24.5,-305.5 + parent: 2 + - uid: 9608 + components: + - type: Transform + pos: 19.5,-308.5 + parent: 2 + - uid: 9609 + components: + - type: Transform + pos: 19.5,-307.5 + parent: 2 + - uid: 9610 + components: + - type: Transform + pos: 20.5,-307.5 + parent: 2 + - uid: 9611 + components: + - type: Transform + pos: 23.5,-304.5 + parent: 2 + - uid: 9612 + components: + - type: Transform + pos: 19.5,-309.5 + parent: 2 + - uid: 9614 + components: + - type: Transform + pos: 20.5,-305.5 + parent: 2 + - uid: 9615 + components: + - type: Transform + pos: 19.5,-306.5 + parent: 2 + - uid: 10217 + components: + - type: Transform + pos: 6.5,-319.5 + parent: 2 + - uid: 10227 + components: + - type: Transform + pos: 1.5,-297.5 + parent: 2 + - uid: 10228 + components: + - type: Transform + pos: -8.5,-297.5 + parent: 2 + - uid: 10229 + components: + - type: Transform + pos: -7.5,-297.5 + parent: 2 + - uid: 10230 + components: + - type: Transform + pos: -6.5,-297.5 + parent: 2 + - uid: 10231 + components: + - type: Transform + pos: -5.5,-297.5 + parent: 2 + - uid: 10232 + components: + - type: Transform + pos: -4.5,-297.5 + parent: 2 + - uid: 10233 + components: + - type: Transform + pos: -3.5,-297.5 + parent: 2 + - uid: 10234 + components: + - type: Transform + pos: -2.5,-297.5 + parent: 2 + - uid: 10235 + components: + - type: Transform + pos: -1.5,-297.5 + parent: 2 + - uid: 10236 + components: + - type: Transform + pos: -0.5,-297.5 + parent: 2 + - uid: 10237 + components: + - type: Transform + pos: 0.5,-297.5 + parent: 2 + - uid: 10238 + components: + - type: Transform + pos: 2.5,-297.5 + parent: 2 + - uid: 10239 + components: + - type: Transform + pos: 3.5,-297.5 + parent: 2 + - uid: 10240 + components: + - type: Transform + pos: 4.5,-297.5 + parent: 2 + - uid: 10241 + components: + - type: Transform + pos: 5.5,-297.5 + parent: 2 + - uid: 10242 + components: + - type: Transform + pos: 6.5,-297.5 + parent: 2 + - uid: 10243 + components: + - type: Transform + pos: 7.5,-297.5 + parent: 2 + - uid: 10244 + components: + - type: Transform + pos: 8.5,-297.5 + parent: 2 + - uid: 10245 + components: + - type: Transform + pos: 9.5,-297.5 + parent: 2 + - uid: 10246 + components: + - type: Transform + pos: 9.5,-298.5 + parent: 2 + - uid: 10247 + components: + - type: Transform + pos: 9.5,-299.5 + parent: 2 + - uid: 10248 + components: + - type: Transform + pos: 9.5,-300.5 + parent: 2 + - uid: 10249 + components: + - type: Transform + pos: 9.5,-301.5 + parent: 2 + - uid: 10250 + components: + - type: Transform + pos: 9.5,-302.5 + parent: 2 + - uid: 10251 + components: + - type: Transform + pos: 9.5,-303.5 + parent: 2 + - uid: 10252 + components: + - type: Transform + pos: 9.5,-304.5 + parent: 2 + - uid: 10253 + components: + - type: Transform + pos: 9.5,-305.5 + parent: 2 + - uid: 10254 + components: + - type: Transform + pos: 9.5,-306.5 + parent: 2 + - uid: 10255 + components: + - type: Transform + pos: 9.5,-307.5 + parent: 2 + - uid: 10256 + components: + - type: Transform + pos: 8.5,-307.5 + parent: 2 + - uid: 10257 + components: + - type: Transform + pos: 7.5,-307.5 + parent: 2 + - uid: 10258 + components: + - type: Transform + pos: 6.5,-307.5 + parent: 2 + - uid: 10259 + components: + - type: Transform + pos: 6.5,-306.5 + parent: 2 + - uid: 10260 + components: + - type: Transform + pos: 6.5,-305.5 + parent: 2 + - uid: 10261 + components: + - type: Transform + pos: 6.5,-304.5 + parent: 2 + - uid: 10262 + components: + - type: Transform + pos: 6.5,-303.5 + parent: 2 + - uid: 10263 + components: + - type: Transform + pos: 6.5,-302.5 + parent: 2 + - uid: 10264 + components: + - type: Transform + pos: 6.5,-301.5 + parent: 2 + - uid: 10265 + components: + - type: Transform + pos: 5.5,-301.5 + parent: 2 + - uid: 10266 + components: + - type: Transform + pos: 4.5,-301.5 + parent: 2 + - uid: 10267 + components: + - type: Transform + pos: 3.5,-301.5 + parent: 2 + - uid: 10268 + components: + - type: Transform + pos: 2.5,-301.5 + parent: 2 + - uid: 10269 + components: + - type: Transform + pos: 6.5,-308.5 + parent: 2 + - uid: 10270 + components: + - type: Transform + pos: 6.5,-309.5 + parent: 2 + - uid: 10271 + components: + - type: Transform + pos: 6.5,-310.5 + parent: 2 + - uid: 10272 + components: + - type: Transform + pos: 6.5,-311.5 + parent: 2 + - uid: 10273 + components: + - type: Transform + pos: 6.5,-312.5 + parent: 2 + - uid: 10274 + components: + - type: Transform + pos: 6.5,-313.5 + parent: 2 + - uid: 10275 + components: + - type: Transform + pos: 6.5,-314.5 + parent: 2 + - uid: 10279 + components: + - type: Transform + pos: 9.5,-308.5 + parent: 2 + - uid: 10280 + components: + - type: Transform + pos: 9.5,-309.5 + parent: 2 + - uid: 10281 + components: + - type: Transform + pos: 9.5,-310.5 + parent: 2 + - uid: 10282 + components: + - type: Transform + pos: 9.5,-311.5 + parent: 2 + - uid: 10283 + components: + - type: Transform + pos: 9.5,-312.5 + parent: 2 + - uid: 10284 + components: + - type: Transform + pos: 10.5,-312.5 + parent: 2 + - uid: 10285 + components: + - type: Transform + pos: 10.5,-313.5 + parent: 2 + - uid: 10286 + components: + - type: Transform + pos: 10.5,-314.5 + parent: 2 + - uid: 10287 + components: + - type: Transform + pos: 10.5,-315.5 + parent: 2 + - uid: 10288 + components: + - type: Transform + pos: 10.5,-316.5 + parent: 2 + - uid: 10289 + components: + - type: Transform + pos: 10.5,-317.5 + parent: 2 + - uid: 10290 + components: + - type: Transform + pos: 10.5,-318.5 + parent: 2 + - uid: 10291 + components: + - type: Transform + pos: 9.5,-318.5 + parent: 2 + - uid: 10292 + components: + - type: Transform + pos: 8.5,-318.5 + parent: 2 + - uid: 10293 + components: + - type: Transform + pos: 7.5,-318.5 + parent: 2 + - uid: 10294 + components: + - type: Transform + pos: 6.5,-318.5 + parent: 2 + - uid: 10295 + components: + - type: Transform + pos: 5.5,-317.5 + parent: 2 + - uid: 10296 + components: + - type: Transform + pos: 5.5,-319.5 + parent: 2 + - uid: 10297 + components: + - type: Transform + pos: 4.5,-319.5 + parent: 2 + - uid: 10298 + components: + - type: Transform + pos: 3.5,-319.5 + parent: 2 + - uid: 10299 + components: + - type: Transform + pos: 2.5,-319.5 + parent: 2 + - uid: 10300 + components: + - type: Transform + pos: 1.5,-319.5 + parent: 2 + - uid: 10301 + components: + - type: Transform + pos: 0.5,-319.5 + parent: 2 + - uid: 10302 + components: + - type: Transform + pos: 0.5,-318.5 + parent: 2 + - uid: 10303 + components: + - type: Transform + pos: 0.5,-317.5 + parent: 2 + - uid: 10304 + components: + - type: Transform + pos: -0.5,-317.5 + parent: 2 + - uid: 10305 + components: + - type: Transform + pos: -1.5,-317.5 + parent: 2 + - uid: 10306 + components: + - type: Transform + pos: -2.5,-317.5 + parent: 2 + - uid: 10307 + components: + - type: Transform + pos: -3.5,-317.5 + parent: 2 + - uid: 10308 + components: + - type: Transform + pos: -3.5,-318.5 + parent: 2 + - uid: 10309 + components: + - type: Transform + pos: -3.5,-319.5 + parent: 2 + - uid: 10310 + components: + - type: Transform + pos: -3.5,-320.5 + parent: 2 + - uid: 10311 + components: + - type: Transform + pos: 0.5,-298.5 + parent: 2 + - uid: 10312 + components: + - type: Transform + pos: 0.5,-299.5 + parent: 2 + - uid: 10313 + components: + - type: Transform + pos: 0.5,-300.5 + parent: 2 + - uid: 10314 + components: + - type: Transform + pos: 0.5,-301.5 + parent: 2 + - uid: 10315 + components: + - type: Transform + pos: 0.5,-302.5 + parent: 2 + - uid: 10316 + components: + - type: Transform + pos: 0.5,-303.5 + parent: 2 + - uid: 10317 + components: + - type: Transform + pos: 0.5,-304.5 + parent: 2 + - uid: 10318 + components: + - type: Transform + pos: 0.5,-305.5 + parent: 2 + - uid: 10319 + components: + - type: Transform + pos: 0.5,-306.5 + parent: 2 + - uid: 10320 + components: + - type: Transform + pos: 0.5,-307.5 + parent: 2 + - uid: 10321 + components: + - type: Transform + pos: 0.5,-308.5 + parent: 2 + - uid: 10322 + components: + - type: Transform + pos: -0.5,-308.5 + parent: 2 + - uid: 10323 + components: + - type: Transform + pos: -1.5,-308.5 + parent: 2 + - uid: 10324 + components: + - type: Transform + pos: -2.5,-308.5 + parent: 2 + - uid: 10325 + components: + - type: Transform + pos: -3.5,-308.5 + parent: 2 + - uid: 10332 + components: + - type: Transform + pos: 5.5,-314.5 + parent: 2 + - uid: 10336 + components: + - type: Transform + pos: 5.5,-315.5 + parent: 2 + - uid: 10337 + components: + - type: Transform + pos: 5.5,-316.5 + parent: 2 + - uid: 10339 + components: + - type: Transform + pos: -3.5,-303.5 + parent: 2 + - uid: 10340 + components: + - type: Transform + pos: -4.5,-303.5 + parent: 2 + - uid: 10341 + components: + - type: Transform + pos: -5.5,-303.5 + parent: 2 + - uid: 10342 + components: + - type: Transform + pos: -6.5,-303.5 + parent: 2 + - uid: 10343 + components: + - type: Transform + pos: -7.5,-303.5 + parent: 2 + - uid: 10348 + components: + - type: Transform + pos: -3.5,-307.5 + parent: 2 + - uid: 10349 + components: + - type: Transform + pos: -3.5,-306.5 + parent: 2 + - uid: 10350 + components: + - type: Transform + pos: -3.5,-305.5 + parent: 2 + - uid: 10351 + components: + - type: Transform + pos: -3.5,-304.5 + parent: 2 + - uid: 10634 + components: + - type: Transform + pos: -6.5,-335.5 + parent: 2 + - uid: 10657 + components: + - type: Transform + pos: 7.5,-336.5 + parent: 2 + - uid: 10673 + components: + - type: Transform + pos: 5.5,-346.5 + parent: 2 + - uid: 10763 + components: + - type: Transform + pos: 0.5,-344.5 + parent: 2 + - uid: 10853 + components: + - type: Transform + pos: 7.5,-344.5 + parent: 2 + - uid: 10856 + components: + - type: Transform + pos: 2.5,-340.5 + parent: 2 + - uid: 10857 + components: + - type: Transform + pos: 1.5,-340.5 + parent: 2 + - uid: 10858 + components: + - type: Transform + pos: 0.5,-340.5 + parent: 2 + - uid: 10859 + components: + - type: Transform + pos: -0.5,-340.5 + parent: 2 + - uid: 10865 + components: + - type: Transform + pos: 0.5,-342.5 + parent: 2 + - uid: 10871 + components: + - type: Transform + pos: -5.5,-335.5 + parent: 2 + - uid: 10876 + components: + - type: Transform + pos: 4.5,-345.5 + parent: 2 + - uid: 10877 + components: + - type: Transform + pos: 4.5,-346.5 + parent: 2 + - uid: 10878 + components: + - type: Transform + pos: 4.5,-347.5 + parent: 2 + - uid: 10879 + components: + - type: Transform + pos: 0.5,-330.5 + parent: 2 + - uid: 10880 + components: + - type: Transform + pos: 0.5,-331.5 + parent: 2 + - uid: 10881 + components: + - type: Transform + pos: 0.5,-332.5 + parent: 2 + - uid: 10882 + components: + - type: Transform + pos: 0.5,-333.5 + parent: 2 + - uid: 10883 + components: + - type: Transform + pos: 0.5,-334.5 + parent: 2 + - uid: 10884 + components: + - type: Transform + pos: 0.5,-335.5 + parent: 2 + - uid: 10885 + components: + - type: Transform + pos: 0.5,-336.5 + parent: 2 + - uid: 10886 + components: + - type: Transform + pos: 0.5,-337.5 + parent: 2 + - uid: 10887 + components: + - type: Transform + pos: 0.5,-338.5 + parent: 2 + - uid: 10888 + components: + - type: Transform + pos: 0.5,-339.5 + parent: 2 + - uid: 10889 + components: + - type: Transform + pos: 1.5,-330.5 + parent: 2 + - uid: 10890 + components: + - type: Transform + pos: 2.5,-330.5 + parent: 2 + - uid: 10891 + components: + - type: Transform + pos: 3.5,-330.5 + parent: 2 + - uid: 10892 + components: + - type: Transform + pos: 4.5,-330.5 + parent: 2 + - uid: 10893 + components: + - type: Transform + pos: 5.5,-330.5 + parent: 2 + - uid: 10894 + components: + - type: Transform + pos: 5.5,-329.5 + parent: 2 + - uid: 10895 + components: + - type: Transform + pos: 6.5,-329.5 + parent: 2 + - uid: 10896 + components: + - type: Transform + pos: 6.5,-328.5 + parent: 2 + - uid: 10897 + components: + - type: Transform + pos: -1.5,-340.5 + parent: 2 + - uid: 10898 + components: + - type: Transform + pos: -2.5,-340.5 + parent: 2 + - uid: 10899 + components: + - type: Transform + pos: -3.5,-340.5 + parent: 2 + - uid: 10900 + components: + - type: Transform + pos: -4.5,-340.5 + parent: 2 + - uid: 10901 + components: + - type: Transform + pos: -4.5,-341.5 + parent: 2 + - uid: 10902 + components: + - type: Transform + pos: -4.5,-342.5 + parent: 2 + - uid: 10903 + components: + - type: Transform + pos: -4.5,-343.5 + parent: 2 + - uid: 10904 + components: + - type: Transform + pos: -4.5,-344.5 + parent: 2 + - uid: 10905 + components: + - type: Transform + pos: -4.5,-345.5 + parent: 2 + - uid: 10906 + components: + - type: Transform + pos: -4.5,-346.5 + parent: 2 + - uid: 10907 + components: + - type: Transform + pos: -3.5,-346.5 + parent: 2 + - uid: 10908 + components: + - type: Transform + pos: -3.5,-347.5 + parent: 2 + - uid: 10909 + components: + - type: Transform + pos: -4.5,-339.5 + parent: 2 + - uid: 10910 + components: + - type: Transform + pos: -4.5,-338.5 + parent: 2 + - uid: 10911 + components: + - type: Transform + pos: -4.5,-337.5 + parent: 2 + - uid: 10912 + components: + - type: Transform + pos: -4.5,-336.5 + parent: 2 + - uid: 10916 + components: + - type: Transform + pos: 1.5,-345.5 + parent: 2 + - uid: 10968 + components: + - type: Transform + pos: 7.5,-343.5 + parent: 2 + - uid: 11541 + components: + - type: Transform + pos: 6.5,-361.5 + parent: 2 + - uid: 11542 + components: + - type: Transform + pos: 6.5,-360.5 + parent: 2 + - uid: 11543 + components: + - type: Transform + pos: 5.5,-360.5 + parent: 2 + - uid: 11544 + components: + - type: Transform + pos: 4.5,-360.5 + parent: 2 + - uid: 11545 + components: + - type: Transform + pos: 3.5,-360.5 + parent: 2 + - uid: 11546 + components: + - type: Transform + pos: 2.5,-360.5 + parent: 2 + - uid: 11552 + components: + - type: Transform + pos: 1.5,-361.5 + parent: 2 + - uid: 11920 + components: + - type: Transform + pos: 2.5,-389.5 + parent: 2 + - uid: 11923 + components: + - type: Transform + pos: 1.5,-389.5 + parent: 2 + - uid: 11932 + components: + - type: Transform + pos: 0.5,-387.5 + parent: 2 + - uid: 11934 + components: + - type: Transform + pos: 0.5,-388.5 + parent: 2 + - uid: 11935 + components: + - type: Transform + pos: 0.5,-389.5 + parent: 2 + - uid: 11964 + components: + - type: Transform + pos: 7.5,-334.5 + parent: 2 + - uid: 11969 + components: + - type: Transform + pos: 0.5,-343.5 + parent: 2 + - uid: 12996 + components: + - type: Transform + pos: 7.5,-341.5 + parent: 2 + - uid: 13398 + components: + - type: Transform + pos: -7.5,-335.5 + parent: 2 + - uid: 13400 + components: + - type: Transform + pos: 5.5,-340.5 + parent: 2 + - uid: 13403 + components: + - type: Transform + pos: 6.5,-340.5 + parent: 2 + - uid: 13467 + components: + - type: Transform + pos: 6.5,-114.5 + parent: 2 + - uid: 13514 + components: + - type: Transform + pos: 7.5,-114.5 + parent: 2 + - uid: 13515 + components: + - type: Transform + pos: 8.5,-114.5 + parent: 2 + - uid: 13516 + components: + - type: Transform + pos: 8.5,-115.5 + parent: 2 + - uid: 13517 + components: + - type: Transform + pos: 8.5,-116.5 + parent: 2 + - uid: 14482 + components: + - type: Transform + pos: 5.5,-96.5 + parent: 2 + - uid: 14483 + components: + - type: Transform + pos: 5.5,-95.5 + parent: 2 + - uid: 14484 + components: + - type: Transform + pos: 5.5,-94.5 + parent: 2 + - uid: 14485 + components: + - type: Transform + pos: 5.5,-93.5 + parent: 2 + - uid: 14486 + components: + - type: Transform + pos: 5.5,-92.5 + parent: 2 + - uid: 14487 + components: + - type: Transform + pos: 5.5,-91.5 + parent: 2 + - uid: 14488 + components: + - type: Transform + pos: 5.5,-90.5 + parent: 2 + - uid: 14489 + components: + - type: Transform + pos: 5.5,-89.5 + parent: 2 + - uid: 14490 + components: + - type: Transform + pos: 5.5,-88.5 + parent: 2 + - uid: 14491 + components: + - type: Transform + pos: 5.5,-87.5 + parent: 2 + - uid: 14492 + components: + - type: Transform + pos: 5.5,-86.5 + parent: 2 + - uid: 14493 + components: + - type: Transform + pos: 5.5,-85.5 + parent: 2 + - uid: 14494 + components: + - type: Transform + pos: 5.5,-84.5 + parent: 2 + - uid: 14495 + components: + - type: Transform + pos: 5.5,-83.5 + parent: 2 + - uid: 14496 + components: + - type: Transform + pos: 5.5,-82.5 + parent: 2 + - uid: 14497 + components: + - type: Transform + pos: 5.5,-81.5 + parent: 2 + - uid: 14498 + components: + - type: Transform + pos: 6.5,-81.5 + parent: 2 + - uid: 14499 + components: + - type: Transform + pos: 7.5,-81.5 + parent: 2 + - uid: 14500 + components: + - type: Transform + pos: 8.5,-81.5 + parent: 2 + - uid: 14501 + components: + - type: Transform + pos: 9.5,-81.5 + parent: 2 + - uid: 14502 + components: + - type: Transform + pos: 10.5,-81.5 + parent: 2 + - uid: 14503 + components: + - type: Transform + pos: 11.5,-81.5 + parent: 2 + - uid: 14504 + components: + - type: Transform + pos: 12.5,-81.5 + parent: 2 + - uid: 14505 + components: + - type: Transform + pos: 13.5,-81.5 + parent: 2 + - uid: 14506 + components: + - type: Transform + pos: 14.5,-81.5 + parent: 2 + - uid: 14507 + components: + - type: Transform + pos: 15.5,-81.5 + parent: 2 + - uid: 14508 + components: + - type: Transform + pos: 15.5,-82.5 + parent: 2 + - uid: 14509 + components: + - type: Transform + pos: 15.5,-83.5 + parent: 2 + - uid: 14510 + components: + - type: Transform + pos: 15.5,-84.5 + parent: 2 + - uid: 14511 + components: + - type: Transform + pos: 16.5,-84.5 + parent: 2 + - uid: 14512 + components: + - type: Transform + pos: 17.5,-84.5 + parent: 2 + - uid: 14513 + components: + - type: Transform + pos: 18.5,-84.5 + parent: 2 + - uid: 14603 + components: + - type: Transform + pos: 3.5,-345.5 + parent: 2 + - uid: 15133 + components: + - type: Transform + pos: 8.5,-117.5 + parent: 2 + - uid: 15137 + components: + - type: Transform + pos: 8.5,-118.5 + parent: 2 + - uid: 15139 + components: + - type: Transform + pos: 8.5,-119.5 + parent: 2 + - uid: 15140 + components: + - type: Transform + pos: 8.5,-120.5 + parent: 2 + - uid: 15141 + components: + - type: Transform + pos: 7.5,-120.5 + parent: 2 + - uid: 15142 + components: + - type: Transform + pos: 6.5,-120.5 + parent: 2 + - uid: 15143 + components: + - type: Transform + pos: 5.5,-120.5 + parent: 2 + - uid: 15144 + components: + - type: Transform + pos: 3.5,-117.5 + parent: 2 + - uid: 15145 + components: + - type: Transform + pos: 4.5,-117.5 + parent: 2 + - uid: 15146 + components: + - type: Transform + pos: 5.5,-117.5 + parent: 2 + - uid: 15147 + components: + - type: Transform + pos: 5.5,-118.5 + parent: 2 + - uid: 15148 + components: + - type: Transform + pos: 5.5,-119.5 + parent: 2 + - uid: 15298 + components: + - type: Transform + pos: 7.5,-339.5 + parent: 2 + - uid: 16538 + components: + - type: Transform + pos: -13.5,-251.5 + parent: 2 + - uid: 16659 + components: + - type: Transform + pos: -13.5,-250.5 + parent: 2 + - uid: 16661 + components: + - type: Transform + pos: -18.5,-266.5 + parent: 2 + - uid: 16662 + components: + - type: Transform + pos: -18.5,-265.5 + parent: 2 + - uid: 16663 + components: + - type: Transform + pos: -18.5,-264.5 + parent: 2 + - uid: 16664 + components: + - type: Transform + pos: -18.5,-263.5 + parent: 2 + - uid: 16665 + components: + - type: Transform + pos: -18.5,-262.5 + parent: 2 + - uid: 16666 + components: + - type: Transform + pos: -18.5,-261.5 + parent: 2 + - uid: 16667 + components: + - type: Transform + pos: -18.5,-260.5 + parent: 2 + - uid: 16668 + components: + - type: Transform + pos: -18.5,-259.5 + parent: 2 + - uid: 16669 + components: + - type: Transform + pos: -18.5,-258.5 + parent: 2 + - uid: 16670 + components: + - type: Transform + pos: -18.5,-257.5 + parent: 2 + - uid: 16671 + components: + - type: Transform + pos: -18.5,-256.5 + parent: 2 + - uid: 16672 + components: + - type: Transform + pos: -18.5,-255.5 + parent: 2 + - uid: 16673 + components: + - type: Transform + pos: -18.5,-254.5 + parent: 2 + - uid: 16674 + components: + - type: Transform + pos: -17.5,-254.5 + parent: 2 + - uid: 16675 + components: + - type: Transform + pos: -16.5,-254.5 + parent: 2 + - uid: 16676 + components: + - type: Transform + pos: -15.5,-254.5 + parent: 2 + - uid: 16677 + components: + - type: Transform + pos: -14.5,-254.5 + parent: 2 + - uid: 16678 + components: + - type: Transform + pos: -13.5,-254.5 + parent: 2 + - uid: 16688 + components: + - type: Transform + pos: -13.5,-253.5 + parent: 2 + - uid: 16691 + components: + - type: Transform + pos: -13.5,-252.5 + parent: 2 +- proto: CableMVStack + entities: + - uid: 6898 + components: + - type: Transform + pos: 15.528771,-245.63763 + parent: 2 + - uid: 6900 + components: + - type: Transform + pos: 15.357085,-245.58482 + parent: 2 + - uid: 11673 + components: + - type: Transform + pos: -2.1301281,-7.3508615 + parent: 2 + - uid: 16814 + components: + - type: Transform + parent: 16811 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: CableTerminal + entities: + - uid: 5435 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-229.5 + parent: 2 + - uid: 5436 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-220.5 + parent: 2 + - uid: 6203 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-251.5 + parent: 2 + - uid: 6205 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-252.5 + parent: 2 + - uid: 6231 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-253.5 + parent: 2 + - uid: 9468 + components: + - type: Transform + pos: 3.5,-345.5 + parent: 2 + - uid: 16497 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-254.5 + parent: 2 +- proto: CandleBlackInfinite + entities: + - uid: 606 + components: + - type: Transform + pos: -2.3014371,-58.2566 + parent: 2 + - uid: 631 + components: + - type: Transform + pos: -6.6172776,-58.79888 + parent: 2 + - uid: 3029 + components: + - type: Transform + pos: -6.420355,-62.382744 + parent: 2 + - uid: 4186 + components: + - type: Transform + pos: -3.5704029,-67.32645 + parent: 2 +- proto: CandleBlackSmallInfinite + entities: + - uid: 613 + components: + - type: Transform + pos: -6.6172776,-59.064507 + parent: 2 + - uid: 653 + components: + - type: Transform + pos: -6.3516526,-58.86138 + parent: 2 + - uid: 661 + components: + - type: Transform + pos: -6.6172776,-67.4827 + parent: 2 + - uid: 2254 + components: + - type: Transform + pos: 1.7255144,-66.4996 + parent: 2 + - uid: 3022 + components: + - type: Transform + pos: -6.639105,-62.570244 + parent: 2 + - uid: 3202 + components: + - type: Transform + pos: -3.7858121,-58.522224 + parent: 2 + - uid: 4183 + components: + - type: Transform + pos: -6.3829026,-67.3577 + parent: 2 + - uid: 4185 + components: + - type: Transform + pos: -2.320403,-67.43582 + parent: 2 +- proto: CandyBucket + entities: + - uid: 2369 + components: + - type: Transform + pos: 5.735499,-30.78203 + parent: 2 +- proto: CannabisSeeds + entities: + - uid: 1079 + components: + - type: Transform + pos: -7.3107276,-91.34308 + parent: 2 +- proto: CapacitorStockPart + entities: + - uid: 12432 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5550447,-304.56104 + parent: 2 + - uid: 12434 + components: + - type: Transform + pos: -6.343737,-304.3674 + parent: 2 + - uid: 12435 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.6078706,-304.26178 + parent: 2 +- proto: CaptainIDCard + entities: + - uid: 316 + components: + - type: Transform + pos: -0.49034405,-11.254525 + parent: 2 +- proto: CarbonDioxideCanister + entities: + - uid: 6719 + components: + - type: Transform + pos: -21.5,-253.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 7195 + components: + - type: Transform + pos: -21.5,-241.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 9993 + components: + - type: Transform + pos: -4.5,-312.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 11221 + components: + - type: Transform + pos: 4.5,-355.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: Carpet + entities: + - uid: 1888 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-111.5 + parent: 2 + - uid: 1889 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-112.5 + parent: 2 + - uid: 1890 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-113.5 + parent: 2 + - uid: 1891 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-114.5 + parent: 2 + - uid: 1892 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-115.5 + parent: 2 + - uid: 1893 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-116.5 + parent: 2 + - uid: 1894 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-117.5 + parent: 2 + - uid: 1895 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-118.5 + parent: 2 + - uid: 1896 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-119.5 + parent: 2 + - uid: 1897 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-120.5 + parent: 2 + - uid: 1898 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-121.5 + parent: 2 + - uid: 1899 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-122.5 + parent: 2 + - uid: 1900 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-123.5 + parent: 2 + - uid: 1901 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-124.5 + parent: 2 + - uid: 1902 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-125.5 + parent: 2 + - uid: 1903 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-111.5 + parent: 2 + - uid: 1904 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-112.5 + parent: 2 + - uid: 1905 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-113.5 + parent: 2 + - uid: 1906 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-114.5 + parent: 2 + - uid: 1907 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-115.5 + parent: 2 + - uid: 1908 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-116.5 + parent: 2 + - uid: 1909 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-117.5 + parent: 2 + - uid: 1910 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-118.5 + parent: 2 + - uid: 1911 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-119.5 + parent: 2 + - uid: 1912 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-120.5 + parent: 2 + - uid: 1913 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-121.5 + parent: 2 + - uid: 1914 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-122.5 + parent: 2 + - uid: 1915 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-123.5 + parent: 2 + - uid: 1916 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-124.5 + parent: 2 + - uid: 1948 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-110.5 + parent: 2 + - uid: 1949 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-109.5 + parent: 2 + - uid: 1950 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-109.5 + parent: 2 + - uid: 1951 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-110.5 + parent: 2 + - uid: 2169 + components: + - type: Transform + pos: -2.5,-110.5 + parent: 2 + - uid: 2209 + components: + - type: Transform + pos: -2.5,-109.5 + parent: 2 + - uid: 2425 + components: + - type: Transform + pos: -3.5,-125.5 + parent: 2 + - uid: 2426 + components: + - type: Transform + pos: 5.5,-124.5 + parent: 2 + - uid: 2427 + components: + - type: Transform + pos: 4.5,-124.5 + parent: 2 + - uid: 2428 + components: + - type: Transform + pos: 5.5,-123.5 + parent: 2 + - uid: 2429 + components: + - type: Transform + pos: 5.5,-123.5 + parent: 2 + - uid: 2430 + components: + - type: Transform + pos: 4.5,-123.5 + parent: 2 + - uid: 2431 + components: + - type: Transform + pos: -3.5,-125.5 + parent: 2 + - uid: 7550 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-111.5 + parent: 2 +- proto: CarpetBlack + entities: + - uid: 161 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-12.5 + parent: 2 + - uid: 193 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-12.5 + parent: 2 + - uid: 196 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-10.5 + parent: 2 + - uid: 200 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-11.5 + parent: 2 + - uid: 211 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-11.5 + parent: 2 + - uid: 214 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-12.5 + parent: 2 + - uid: 980 + components: + - type: Transform + pos: -5.5,-72.5 + parent: 2 + - uid: 1017 + components: + - type: Transform + pos: -5.5,-73.5 + parent: 2 + - uid: 1555 + components: + - type: Transform + pos: -0.5,-71.5 + parent: 2 + - uid: 1556 + components: + - type: Transform + pos: -0.5,-70.5 + parent: 2 + - uid: 1557 + components: + - type: Transform + pos: 0.5,-71.5 + parent: 2 + - uid: 1558 + components: + - type: Transform + pos: 0.5,-70.5 + parent: 2 + - uid: 1559 + components: + - type: Transform + pos: 1.5,-71.5 + parent: 2 + - uid: 1560 + components: + - type: Transform + pos: 1.5,-70.5 + parent: 2 + - uid: 1564 + components: + - type: Transform + pos: 1.5,-55.5 + parent: 2 + - uid: 1565 + components: + - type: Transform + pos: 1.5,-54.5 + parent: 2 + - uid: 1566 + components: + - type: Transform + pos: 0.5,-55.5 + parent: 2 + - uid: 1567 + components: + - type: Transform + pos: 0.5,-54.5 + parent: 2 + - uid: 1568 + components: + - type: Transform + pos: -0.5,-55.5 + parent: 2 + - uid: 1569 + components: + - type: Transform + pos: -0.5,-54.5 + parent: 2 + - uid: 2730 + components: + - type: Transform + pos: 4.5,-11.5 + parent: 2 + - uid: 3704 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-10.5 + parent: 2 + - uid: 5839 + components: + - type: Transform + pos: 4.5,-10.5 + parent: 2 + - uid: 11173 + components: + - type: Transform + pos: -2.5,-344.5 + parent: 2 + - uid: 11174 + components: + - type: Transform + pos: -2.5,-345.5 + parent: 2 + - uid: 11175 + components: + - type: Transform + pos: -3.5,-344.5 + parent: 2 + - uid: 11176 + components: + - type: Transform + pos: -3.5,-345.5 + parent: 2 + - uid: 11177 + components: + - type: Transform + pos: -4.5,-344.5 + parent: 2 + - uid: 11178 + components: + - type: Transform + pos: -4.5,-345.5 + parent: 2 + - uid: 14343 + components: + - type: Transform + pos: 14.5,-70.5 + parent: 2 + - uid: 14360 + components: + - type: Transform + pos: 14.5,-68.5 + parent: 2 + - uid: 14362 + components: + - type: Transform + pos: 13.5,-70.5 + parent: 2 + - uid: 14364 + components: + - type: Transform + pos: 13.5,-69.5 + parent: 2 + - uid: 14370 + components: + - type: Transform + pos: 15.5,-68.5 + parent: 2 + - uid: 14377 + components: + - type: Transform + pos: 13.5,-68.5 + parent: 2 + - uid: 14383 + components: + - type: Transform + pos: 14.5,-69.5 + parent: 2 + - uid: 14390 + components: + - type: Transform + pos: 15.5,-69.5 + parent: 2 + - uid: 14391 + components: + - type: Transform + pos: 15.5,-70.5 + parent: 2 + - uid: 14392 + components: + - type: Transform + pos: 16.5,-68.5 + parent: 2 + - uid: 14393 + components: + - type: Transform + pos: 16.5,-69.5 + parent: 2 + - uid: 14394 + components: + - type: Transform + pos: 16.5,-70.5 + parent: 2 + - uid: 14395 + components: + - type: Transform + pos: 17.5,-68.5 + parent: 2 + - uid: 14396 + components: + - type: Transform + pos: 17.5,-69.5 + parent: 2 + - uid: 14397 + components: + - type: Transform + pos: 17.5,-70.5 + parent: 2 + - uid: 14398 + components: + - type: Transform + pos: 13.5,-72.5 + parent: 2 + - uid: 14399 + components: + - type: Transform + pos: 13.5,-73.5 + parent: 2 + - uid: 14400 + components: + - type: Transform + pos: 13.5,-74.5 + parent: 2 + - uid: 14401 + components: + - type: Transform + pos: 14.5,-72.5 + parent: 2 + - uid: 14402 + components: + - type: Transform + pos: 14.5,-73.5 + parent: 2 + - uid: 14403 + components: + - type: Transform + pos: 14.5,-74.5 + parent: 2 + - uid: 14404 + components: + - type: Transform + pos: 15.5,-72.5 + parent: 2 + - uid: 14405 + components: + - type: Transform + pos: 15.5,-73.5 + parent: 2 + - uid: 14406 + components: + - type: Transform + pos: 15.5,-74.5 + parent: 2 + - uid: 14407 + components: + - type: Transform + pos: 16.5,-72.5 + parent: 2 + - uid: 14408 + components: + - type: Transform + pos: 16.5,-73.5 + parent: 2 + - uid: 14409 + components: + - type: Transform + pos: 16.5,-74.5 + parent: 2 + - uid: 14410 + components: + - type: Transform + pos: 17.5,-72.5 + parent: 2 + - uid: 14411 + components: + - type: Transform + pos: 17.5,-73.5 + parent: 2 + - uid: 14412 + components: + - type: Transform + pos: 17.5,-74.5 + parent: 2 + - uid: 14790 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-73.5 + parent: 2 + - uid: 14791 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-72.5 + parent: 2 + - uid: 14792 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-72.5 + parent: 2 + - uid: 14793 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-73.5 + parent: 2 + - uid: 14794 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-73.5 + parent: 2 + - uid: 14795 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-72.5 + parent: 2 +- proto: CarpetBlue + entities: + - uid: 194 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-11.5 + parent: 2 + - uid: 285 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-14.5 + parent: 2 + - uid: 286 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-14.5 + parent: 2 + - uid: 287 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-13.5 + parent: 2 + - uid: 288 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-13.5 + parent: 2 + - uid: 290 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-14.5 + parent: 2 + - uid: 292 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-10.5 + parent: 2 + - uid: 305 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-10.5 + parent: 2 + - uid: 306 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-11.5 + parent: 2 + - uid: 307 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-10.5 + parent: 2 + - uid: 1264 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-13.5 + parent: 2 + - uid: 2260 + components: + - type: Transform + pos: -1.5,-117.5 + parent: 2 + - uid: 2262 + components: + - type: Transform + pos: -1.5,-116.5 + parent: 2 + - uid: 2263 + components: + - type: Transform + pos: -0.5,-117.5 + parent: 2 + - uid: 2264 + components: + - type: Transform + pos: -0.5,-116.5 + parent: 2 + - uid: 2265 + components: + - type: Transform + pos: 0.5,-117.5 + parent: 2 + - uid: 2266 + components: + - type: Transform + pos: 0.5,-116.5 + parent: 2 + - uid: 12166 + components: + - type: Transform + pos: -1.5,-11.5 + parent: 2 +- proto: CarpetOrange + entities: + - uid: 9099 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-284.5 + parent: 2 + - uid: 9128 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-285.5 + parent: 2 + - uid: 9129 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-285.5 + parent: 2 + - uid: 9132 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-284.5 + parent: 2 +- proto: CarpetPurple + entities: + - uid: 2762 + components: + - type: Transform + pos: -4.5,-144.5 + parent: 2 + - uid: 2763 + components: + - type: Transform + pos: -3.5,-144.5 + parent: 2 + - uid: 2764 + components: + - type: Transform + pos: -3.5,-145.5 + parent: 2 + - uid: 2765 + components: + - type: Transform + pos: -3.5,-146.5 + parent: 2 + - uid: 2766 + components: + - type: Transform + pos: -4.5,-146.5 + parent: 2 + - uid: 2767 + components: + - type: Transform + pos: -4.5,-147.5 + parent: 2 + - uid: 2768 + components: + - type: Transform + pos: -4.5,-148.5 + parent: 2 + - uid: 2769 + components: + - type: Transform + pos: -3.5,-148.5 + parent: 2 + - uid: 2770 + components: + - type: Transform + pos: -4.5,-143.5 + parent: 2 + - uid: 2771 + components: + - type: Transform + pos: -4.5,-142.5 + parent: 2 + - uid: 2772 + components: + - type: Transform + pos: -3.5,-142.5 + parent: 2 + - uid: 12040 + components: + - type: Transform + pos: -9.5,-302.5 + parent: 2 + - uid: 12041 + components: + - type: Transform + pos: -9.5,-303.5 + parent: 2 + - uid: 12042 + components: + - type: Transform + pos: -9.5,-304.5 + parent: 2 + - uid: 12043 + components: + - type: Transform + pos: -8.5,-302.5 + parent: 2 + - uid: 12044 + components: + - type: Transform + pos: -8.5,-303.5 + parent: 2 + - uid: 12045 + components: + - type: Transform + pos: -8.5,-304.5 + parent: 2 +- proto: CarvedPumpkin + entities: + - uid: 2651 + components: + - type: Transform + pos: 5.409307,-30.231054 + parent: 2 +- proto: Catwalk + entities: + - uid: 10 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-252.5 + parent: 2 + - uid: 51 + components: + - type: Transform + pos: 3.5,-345.5 + parent: 2 + - uid: 150 + components: + - type: Transform + pos: 5.5,-2.5 + parent: 2 + - uid: 369 + components: + - type: Transform + pos: 5.5,0.5 + parent: 2 + - uid: 379 + components: + - type: Transform + pos: 5.5,-1.5 + parent: 2 + - uid: 380 + components: + - type: Transform + pos: 5.5,1.5 + parent: 2 + - uid: 407 + components: + - type: Transform + pos: -2.5,-17.5 + parent: 2 + - uid: 408 + components: + - type: Transform + pos: -5.5,-17.5 + parent: 2 + - uid: 410 + components: + - type: Transform + pos: -6.5,-16.5 + parent: 2 + - uid: 411 + components: + - type: Transform + pos: -5.5,-13.5 + parent: 2 + - uid: 412 + components: + - type: Transform + pos: -5.5,-12.5 + parent: 2 + - uid: 413 + components: + - type: Transform + pos: -5.5,-11.5 + parent: 2 + - uid: 414 + components: + - type: Transform + pos: -5.5,-7.5 + parent: 2 + - uid: 415 + components: + - type: Transform + pos: -5.5,-2.5 + parent: 2 + - uid: 416 + components: + - type: Transform + pos: -5.5,-1.5 + parent: 2 + - uid: 417 + components: + - type: Transform + pos: -4.5,1.5 + parent: 2 + - uid: 418 + components: + - type: Transform + pos: -3.5,1.5 + parent: 2 + - uid: 463 + components: + - type: Transform + pos: -5.5,-36.5 + parent: 2 + - uid: 774 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-221.5 + parent: 2 + - uid: 777 + components: + - type: Transform + pos: -2.5,-34.5 + parent: 2 + - uid: 778 + components: + - type: Transform + pos: -4.5,-35.5 + parent: 2 + - uid: 779 + components: + - type: Transform + pos: -4.5,-37.5 + parent: 2 + - uid: 780 + components: + - type: Transform + pos: -4.5,-38.5 + parent: 2 + - uid: 781 + components: + - type: Transform + pos: -4.5,-39.5 + parent: 2 + - uid: 782 + components: + - type: Transform + pos: -5.5,-43.5 + parent: 2 + - uid: 783 + components: + - type: Transform + pos: -4.5,-43.5 + parent: 2 + - uid: 784 + components: + - type: Transform + pos: -4.5,-41.5 + parent: 2 + - uid: 799 + components: + - type: Transform + pos: -4.5,-44.5 + parent: 2 + - uid: 803 + components: + - type: Transform + pos: -4.5,-42.5 + parent: 2 + - uid: 808 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-233.5 + parent: 2 + - uid: 889 + components: + - type: Transform + pos: -7.5,-94.5 + parent: 2 + - uid: 935 + components: + - type: Transform + pos: 6.5,-32.5 + parent: 2 + - uid: 1091 + components: + - type: Transform + pos: 2.5,-35.5 + parent: 2 + - uid: 1092 + components: + - type: Transform + pos: 3.5,-34.5 + parent: 2 + - uid: 1094 + components: + - type: Transform + pos: 6.5,-33.5 + parent: 2 + - uid: 1096 + components: + - type: Transform + pos: 6.5,-31.5 + parent: 2 + - uid: 1097 + components: + - type: Transform + pos: 7.5,-31.5 + parent: 2 + - uid: 1098 + components: + - type: Transform + pos: 7.5,-29.5 + parent: 2 + - uid: 1099 + components: + - type: Transform + pos: 6.5,-29.5 + parent: 2 + - uid: 1100 + components: + - type: Transform + pos: 6.5,-28.5 + parent: 2 + - uid: 1101 + components: + - type: Transform + pos: 5.5,-27.5 + parent: 2 + - uid: 1142 + components: + - type: Transform + pos: 5.5,-18.5 + parent: 2 + - uid: 1177 + components: + - type: Transform + pos: 5.5,-54.5 + parent: 2 + - uid: 1248 + components: + - type: Transform + pos: 6.5,-34.5 + parent: 2 + - uid: 1259 + components: + - type: Transform + pos: -6.5,-36.5 + parent: 2 + - uid: 1423 + components: + - type: Transform + pos: 4.5,-57.5 + parent: 2 + - uid: 1437 + components: + - type: Transform + pos: 6.5,-58.5 + parent: 2 + - uid: 1438 + components: + - type: Transform + pos: 5.5,-55.5 + parent: 2 + - uid: 1439 + components: + - type: Transform + pos: 5.5,-56.5 + parent: 2 + - uid: 1441 + components: + - type: Transform + pos: 6.5,-60.5 + parent: 2 + - uid: 1442 + components: + - type: Transform + pos: 6.5,-61.5 + parent: 2 + - uid: 1443 + components: + - type: Transform + pos: 6.5,-63.5 + parent: 2 + - uid: 1444 + components: + - type: Transform + pos: 6.5,-64.5 + parent: 2 + - uid: 1445 + components: + - type: Transform + pos: 5.5,-71.5 + parent: 2 + - uid: 1446 + components: + - type: Transform + pos: 6.5,-71.5 + parent: 2 + - uid: 1447 + components: + - type: Transform + pos: 6.5,-70.5 + parent: 2 + - uid: 1448 + components: + - type: Transform + pos: 6.5,-69.5 + parent: 2 + - uid: 1449 + components: + - type: Transform + pos: 6.5,-67.5 + parent: 2 + - uid: 1456 + components: + - type: Transform + pos: 4.5,-68.5 + parent: 2 + - uid: 1457 + components: + - type: Transform + pos: 5.5,-68.5 + parent: 2 + - uid: 1619 + components: + - type: Transform + pos: -8.5,-95.5 + parent: 2 + - uid: 1620 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-95.5 + parent: 2 + - uid: 1621 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-96.5 + parent: 2 + - uid: 1622 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-97.5 + parent: 2 + - uid: 1623 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-98.5 + parent: 2 + - uid: 1625 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-96.5 + parent: 2 + - uid: 1755 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-252.5 + parent: 2 + - uid: 1757 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-35.5 + parent: 2 + - uid: 2020 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-83.5 + parent: 2 + - uid: 2021 + components: + - type: Transform + pos: 5.5,-108.5 + parent: 2 + - uid: 2022 + components: + - type: Transform + pos: 4.5,-108.5 + parent: 2 + - uid: 2023 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-81.5 + parent: 2 + - uid: 2024 + components: + - type: Transform + pos: 3.5,-108.5 + parent: 2 + - uid: 2026 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-84.5 + parent: 2 + - uid: 2432 + components: + - type: Transform + pos: 3.5,-111.5 + parent: 2 + - uid: 2433 + components: + - type: Transform + pos: 3.5,-112.5 + parent: 2 + - uid: 2434 + components: + - type: Transform + pos: 3.5,-113.5 + parent: 2 + - uid: 2798 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-135.5 + parent: 2 + - uid: 2799 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-135.5 + parent: 2 + - uid: 2800 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-135.5 + parent: 2 + - uid: 2801 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-136.5 + parent: 2 + - uid: 2802 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-136.5 + parent: 2 + - uid: 2803 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-138.5 + parent: 2 + - uid: 2804 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-139.5 + parent: 2 + - uid: 2805 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-140.5 + parent: 2 + - uid: 2806 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-143.5 + parent: 2 + - uid: 2807 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-144.5 + parent: 2 + - uid: 2808 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-145.5 + parent: 2 + - uid: 2809 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-150.5 + parent: 2 + - uid: 2810 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-151.5 + parent: 2 + - uid: 2811 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-151.5 + parent: 2 + - uid: 2812 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-151.5 + parent: 2 + - uid: 3196 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-299.5 + parent: 2 + - uid: 3263 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-217.5 + parent: 2 + - uid: 3271 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-223.5 + parent: 2 + - uid: 3272 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-222.5 + parent: 2 + - uid: 3274 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-221.5 + parent: 2 + - uid: 3353 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-222.5 + parent: 2 + - uid: 3354 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-220.5 + parent: 2 + - uid: 3484 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-163.5 + parent: 2 + - uid: 3485 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-163.5 + parent: 2 + - uid: 3486 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-163.5 + parent: 2 + - uid: 3490 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-169.5 + parent: 2 + - uid: 3491 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-170.5 + parent: 2 + - uid: 3492 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-171.5 + parent: 2 + - uid: 3493 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-173.5 + parent: 2 + - uid: 3494 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-174.5 + parent: 2 + - uid: 3495 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-176.5 + parent: 2 + - uid: 3496 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-177.5 + parent: 2 + - uid: 3497 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-179.5 + parent: 2 + - uid: 3498 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-179.5 + parent: 2 + - uid: 3499 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-179.5 + parent: 2 + - uid: 3501 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-180.5 + parent: 2 + - uid: 3502 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-179.5 + parent: 2 + - uid: 3556 + components: + - type: Transform + pos: 4.5,-346.5 + parent: 2 + - uid: 3605 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-251.5 + parent: 2 + - uid: 3714 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-162.5 + parent: 2 + - uid: 3715 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-162.5 + parent: 2 + - uid: 3716 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-162.5 + parent: 2 + - uid: 4041 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,-263.5 + parent: 2 + - uid: 4212 + components: + - type: Transform + pos: 26.5,-259.5 + parent: 2 + - uid: 4244 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-234.5 + parent: 2 + - uid: 4276 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-233.5 + parent: 2 + - uid: 4284 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-234.5 + parent: 2 + - uid: 4292 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-218.5 + parent: 2 + - uid: 4293 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-219.5 + parent: 2 + - uid: 4344 + components: + - type: Transform + pos: -8.5,-97.5 + parent: 2 + - uid: 4356 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-220.5 + parent: 2 + - uid: 4361 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-225.5 + parent: 2 + - uid: 4371 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-226.5 + parent: 2 + - uid: 4385 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-222.5 + parent: 2 + - uid: 4394 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-223.5 + parent: 2 + - uid: 4401 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-224.5 + parent: 2 + - uid: 4410 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-224.5 + parent: 2 + - uid: 4434 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-227.5 + parent: 2 + - uid: 4435 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-227.5 + parent: 2 + - uid: 4436 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-226.5 + parent: 2 + - uid: 4437 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-225.5 + parent: 2 + - uid: 4438 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-224.5 + parent: 2 + - uid: 4441 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-219.5 + parent: 2 + - uid: 4442 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-218.5 + parent: 2 + - uid: 4443 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-217.5 + parent: 2 + - uid: 4444 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-225.5 + parent: 2 + - uid: 4445 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-226.5 + parent: 2 + - uid: 4446 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-227.5 + parent: 2 + - uid: 4447 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-228.5 + parent: 2 + - uid: 4448 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-229.5 + parent: 2 + - uid: 4449 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-230.5 + parent: 2 + - uid: 4450 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-231.5 + parent: 2 + - uid: 4451 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-232.5 + parent: 2 + - uid: 4452 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-226.5 + parent: 2 + - uid: 4453 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-226.5 + parent: 2 + - uid: 4455 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-229.5 + parent: 2 + - uid: 4456 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-229.5 + parent: 2 + - uid: 4457 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-229.5 + parent: 2 + - uid: 4458 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-228.5 + parent: 2 + - uid: 4459 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-227.5 + parent: 2 + - uid: 4460 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-226.5 + parent: 2 + - uid: 4461 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-225.5 + parent: 2 + - uid: 4462 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-224.5 + parent: 2 + - uid: 4463 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-223.5 + parent: 2 + - uid: 4464 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-222.5 + parent: 2 + - uid: 4465 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-221.5 + parent: 2 + - uid: 4466 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-220.5 + parent: 2 + - uid: 4467 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-220.5 + parent: 2 + - uid: 4468 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-220.5 + parent: 2 + - uid: 4470 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-229.5 + parent: 2 + - uid: 4471 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-229.5 + parent: 2 + - uid: 4472 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-229.5 + parent: 2 + - uid: 4473 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-229.5 + parent: 2 + - uid: 4474 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-228.5 + parent: 2 + - uid: 4475 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-227.5 + parent: 2 + - uid: 4476 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-226.5 + parent: 2 + - uid: 4477 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-225.5 + parent: 2 + - uid: 4478 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-224.5 + parent: 2 + - uid: 4479 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-223.5 + parent: 2 + - uid: 4480 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-222.5 + parent: 2 + - uid: 4481 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-221.5 + parent: 2 + - uid: 4482 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-220.5 + parent: 2 + - uid: 4483 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-220.5 + parent: 2 + - uid: 4484 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-220.5 + parent: 2 + - uid: 4485 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-220.5 + parent: 2 + - uid: 4486 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-221.5 + parent: 2 + - uid: 4487 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-222.5 + parent: 2 + - uid: 4488 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-223.5 + parent: 2 + - uid: 4489 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-224.5 + parent: 2 + - uid: 4490 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-225.5 + parent: 2 + - uid: 4491 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-226.5 + parent: 2 + - uid: 4492 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-227.5 + parent: 2 + - uid: 4493 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-228.5 + parent: 2 + - uid: 4495 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-230.5 + parent: 2 + - uid: 4496 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-231.5 + parent: 2 + - uid: 4497 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-232.5 + parent: 2 + - uid: 4498 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-219.5 + parent: 2 + - uid: 4499 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-218.5 + parent: 2 + - uid: 4500 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-217.5 + parent: 2 + - uid: 4501 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-223.5 + parent: 2 + - uid: 4502 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-223.5 + parent: 2 + - uid: 4503 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-226.5 + parent: 2 + - uid: 4504 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-226.5 + parent: 2 + - uid: 4520 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-223.5 + parent: 2 + - uid: 4521 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-225.5 + parent: 2 + - uid: 4522 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-226.5 + parent: 2 + - uid: 4523 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-227.5 + parent: 2 + - uid: 4524 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-230.5 + parent: 2 + - uid: 4525 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-231.5 + parent: 2 + - uid: 4865 + components: + - type: Transform + pos: 28.5,-258.5 + parent: 2 + - uid: 5021 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-253.5 + parent: 2 + - uid: 6573 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-253.5 + parent: 2 + - uid: 6636 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-287.5 + parent: 2 + - uid: 6657 + components: + - type: Transform + pos: 27.5,-258.5 + parent: 2 + - uid: 6686 + components: + - type: Transform + pos: 24.5,-257.5 + parent: 2 + - uid: 6688 + components: + - type: Transform + pos: 30.5,-260.5 + parent: 2 + - uid: 6690 + components: + - type: Transform + pos: 31.5,-255.5 + parent: 2 + - uid: 6691 + components: + - type: Transform + pos: 23.5,-256.5 + parent: 2 + - uid: 6692 + components: + - type: Transform + pos: 24.5,-255.5 + parent: 2 + - uid: 6697 + components: + - type: Transform + pos: 23.5,-262.5 + parent: 2 + - uid: 6699 + components: + - type: Transform + pos: 23.5,-263.5 + parent: 2 + - uid: 6720 + components: + - type: Transform + pos: 28.5,-259.5 + parent: 2 + - uid: 6721 + components: + - type: Transform + pos: 28.5,-260.5 + parent: 2 + - uid: 6723 + components: + - type: Transform + pos: 26.5,-257.5 + parent: 2 + - uid: 6725 + components: + - type: Transform + pos: 28.5,-257.5 + parent: 2 + - uid: 6731 + components: + - type: Transform + pos: 26.5,-262.5 + parent: 2 + - uid: 6751 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-250.5 + parent: 2 + - uid: 6752 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-252.5 + parent: 2 + - uid: 6753 + components: + - type: Transform + pos: 26.5,-260.5 + parent: 2 + - uid: 6760 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-251.5 + parent: 2 + - uid: 6765 + components: + - type: Transform + pos: 3.5,-117.5 + parent: 2 + - uid: 6775 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-254.5 + parent: 2 + - uid: 6783 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-251.5 + parent: 2 + - uid: 6785 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-251.5 + parent: 2 + - uid: 6786 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-253.5 + parent: 2 + - uid: 6834 + components: + - type: Transform + pos: 26.5,-256.5 + parent: 2 + - uid: 6863 + components: + - type: Transform + pos: 30.5,-256.5 + parent: 2 + - uid: 6865 + components: + - type: Transform + pos: 24.5,-256.5 + parent: 2 + - uid: 6866 + components: + - type: Transform + pos: 24.5,-262.5 + parent: 2 + - uid: 6867 + components: + - type: Transform + pos: 24.5,-263.5 + parent: 2 + - uid: 6868 + components: + - type: Transform + pos: 23.5,-255.5 + parent: 2 + - uid: 7532 + components: + - type: Transform + pos: 28.5,-262.5 + parent: 2 + - uid: 7538 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-251.5 + parent: 2 + - uid: 7569 + components: + - type: Transform + pos: 28.5,-256.5 + parent: 2 + - uid: 7780 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,-265.5 + parent: 2 + - uid: 7790 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-252.5 + parent: 2 + - uid: 7893 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-252.5 + parent: 2 + - uid: 8017 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-253.5 + parent: 2 + - uid: 8048 + components: + - type: Transform + pos: 27.5,-260.5 + parent: 2 + - uid: 8049 + components: + - type: Transform + pos: 30.5,-258.5 + parent: 2 + - uid: 8051 + components: + - type: Transform + pos: 28.5,-261.5 + parent: 2 + - uid: 8092 + components: + - type: Transform + pos: 30.5,-257.5 + parent: 2 + - uid: 8093 + components: + - type: Transform + pos: 30.5,-259.5 + parent: 2 + - uid: 8094 + components: + - type: Transform + pos: 26.5,-261.5 + parent: 2 + - uid: 8191 + components: + - type: Transform + pos: 30.5,-255.5 + parent: 2 + - uid: 8192 + components: + - type: Transform + pos: 24.5,-260.5 + parent: 2 + - uid: 8208 + components: + - type: Transform + pos: 31.5,-256.5 + parent: 2 + - uid: 8211 + components: + - type: Transform + pos: 24.5,-261.5 + parent: 2 + - uid: 8473 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,-264.5 + parent: 2 + - uid: 8496 + components: + - type: Transform + pos: 3.5,-116.5 + parent: 2 + - uid: 8527 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-288.5 + parent: 2 + - uid: 8662 + components: + - type: Transform + pos: 26.5,-258.5 + parent: 2 + - uid: 8694 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-286.5 + parent: 2 + - uid: 8798 + components: + - type: Transform + pos: 24.5,-258.5 + parent: 2 + - uid: 9029 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-287.5 + parent: 2 + - uid: 9033 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-287.5 + parent: 2 + - uid: 9034 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-287.5 + parent: 2 + - uid: 9036 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-287.5 + parent: 2 + - uid: 9045 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-286.5 + parent: 2 + - uid: 9047 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-285.5 + parent: 2 + - uid: 9543 + components: + - type: Transform + pos: 7.5,-17.5 + parent: 2 + - uid: 9791 + components: + - type: Transform + pos: 7.5,-16.5 + parent: 2 + - uid: 9857 + components: + - type: Transform + pos: 24.5,-259.5 + parent: 2 + - uid: 10025 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-314.5 + parent: 2 + - uid: 10542 + components: + - type: Transform + pos: -2.5,-297.5 + parent: 2 + - uid: 10544 + components: + - type: Transform + pos: -3.5,-297.5 + parent: 2 + - uid: 10545 + components: + - type: Transform + pos: -4.5,-297.5 + parent: 2 + - uid: 10546 + components: + - type: Transform + pos: 3.5,-297.5 + parent: 2 + - uid: 10547 + components: + - type: Transform + pos: 4.5,-297.5 + parent: 2 + - uid: 10548 + components: + - type: Transform + pos: 5.5,-297.5 + parent: 2 + - uid: 10549 + components: + - type: Transform + pos: 5.5,-296.5 + parent: 2 + - uid: 10550 + components: + - type: Transform + pos: 8.5,-297.5 + parent: 2 + - uid: 10551 + components: + - type: Transform + pos: 9.5,-297.5 + parent: 2 + - uid: 10552 + components: + - type: Transform + pos: 9.5,-298.5 + parent: 2 + - uid: 10554 + components: + - type: Transform + pos: 9.5,-301.5 + parent: 2 + - uid: 10555 + components: + - type: Transform + pos: 9.5,-302.5 + parent: 2 + - uid: 10556 + components: + - type: Transform + pos: 9.5,-303.5 + parent: 2 + - uid: 10557 + components: + - type: Transform + pos: 9.5,-310.5 + parent: 2 + - uid: 10558 + components: + - type: Transform + pos: 9.5,-311.5 + parent: 2 + - uid: 10559 + components: + - type: Transform + pos: 9.5,-312.5 + parent: 2 + - uid: 10560 + components: + - type: Transform + pos: 10.5,-314.5 + parent: 2 + - uid: 10561 + components: + - type: Transform + pos: 10.5,-315.5 + parent: 2 + - uid: 10562 + components: + - type: Transform + pos: 10.5,-318.5 + parent: 2 + - uid: 10563 + components: + - type: Transform + pos: 9.5,-318.5 + parent: 2 + - uid: 10564 + components: + - type: Transform + pos: 8.5,-318.5 + parent: 2 + - uid: 10565 + components: + - type: Transform + pos: 5.5,-319.5 + parent: 2 + - uid: 10566 + components: + - type: Transform + pos: 4.5,-319.5 + parent: 2 + - uid: 10567 + components: + - type: Transform + pos: 3.5,-319.5 + parent: 2 + - uid: 10644 + components: + - type: Transform + pos: 6.5,-18.5 + parent: 2 + - uid: 10655 + components: + - type: Transform + pos: 7.5,-18.5 + parent: 2 + - uid: 10683 + components: + - type: Transform + pos: 5.5,-345.5 + parent: 2 + - uid: 12649 + components: + - type: Transform + pos: 4.5,-117.5 + parent: 2 + - uid: 12900 + components: + - type: Transform + pos: 7.5,-361.5 + parent: 2 + - uid: 12901 + components: + - type: Transform + pos: 7.5,-360.5 + parent: 2 + - uid: 12902 + components: + - type: Transform + pos: 6.5,-360.5 + parent: 2 + - uid: 13303 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-300.5 + parent: 2 + - uid: 13393 + components: + - type: Transform + pos: 3.5,-346.5 + parent: 2 + - uid: 13404 + components: + - type: Transform + pos: 4.5,-345.5 + parent: 2 + - uid: 14022 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-253.5 + parent: 2 + - uid: 14571 + components: + - type: Transform + pos: -2.5,-243.5 + parent: 2 + - uid: 14572 + components: + - type: Transform + pos: -4.5,-243.5 + parent: 2 + - uid: 14573 + components: + - type: Transform + pos: -3.5,-243.5 + parent: 2 + - uid: 14582 + components: + - type: Transform + pos: -6.5,-252.5 + parent: 2 + - uid: 14583 + components: + - type: Transform + pos: -6.5,-254.5 + parent: 2 + - uid: 14584 + components: + - type: Transform + pos: -6.5,-255.5 + parent: 2 + - uid: 14585 + components: + - type: Transform + pos: -6.5,-256.5 + parent: 2 + - uid: 14586 + components: + - type: Transform + pos: -5.5,-258.5 + parent: 2 + - uid: 14587 + components: + - type: Transform + pos: -4.5,-258.5 + parent: 2 + - uid: 14588 + components: + - type: Transform + pos: -4.5,-259.5 + parent: 2 + - uid: 14589 + components: + - type: Transform + pos: -3.5,-260.5 + parent: 2 + - uid: 14590 + components: + - type: Transform + pos: -4.5,-260.5 + parent: 2 + - uid: 14591 + components: + - type: Transform + pos: -4.5,-261.5 + parent: 2 + - uid: 14592 + components: + - type: Transform + pos: 3.5,-260.5 + parent: 2 + - uid: 14593 + components: + - type: Transform + pos: 4.5,-260.5 + parent: 2 + - uid: 14594 + components: + - type: Transform + pos: 5.5,-260.5 + parent: 2 + - uid: 14595 + components: + - type: Transform + pos: 7.5,-260.5 + parent: 2 + - uid: 15721 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-222.5 + parent: 2 + - uid: 15722 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-222.5 + parent: 2 + - uid: 15723 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-221.5 + parent: 2 + - uid: 15724 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-219.5 + parent: 2 + - uid: 15725 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-220.5 + parent: 2 + - uid: 15798 + components: + - type: Transform + pos: 5.5,-346.5 + parent: 2 + - uid: 16870 + components: + - type: Transform + pos: -7.5,-251.5 + parent: 2 + - uid: 16872 + components: + - type: Transform + pos: -4.5,-246.5 + parent: 2 + - uid: 16874 + components: + - type: Transform + pos: -4.5,-245.5 + parent: 2 + - uid: 16875 + components: + - type: Transform + pos: -4.5,-245.5 + parent: 2 + - uid: 16877 + components: + - type: Transform + pos: -4.5,-250.5 + parent: 2 + - uid: 16878 + components: + - type: Transform + pos: -5.5,-250.5 + parent: 2 + - uid: 16939 + components: + - type: Transform + pos: -6.5,-166.5 + parent: 2 + - uid: 16942 + components: + - type: Transform + pos: -6.5,-165.5 + parent: 2 + - uid: 16943 + components: + - type: Transform + pos: -6.5,-164.5 + parent: 2 +- proto: Chair + entities: + - uid: 3705 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-124.5 + parent: 2 + - uid: 3722 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-201.5 + parent: 2 + - uid: 3767 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-200.5 + parent: 2 + - uid: 4358 + components: + - type: Transform + pos: -4.5,-356.5 + parent: 2 + - uid: 4756 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-252.5 + parent: 2 + - uid: 4952 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-253.5 + parent: 2 + - uid: 4965 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-252.5 + parent: 2 + - uid: 7741 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-198.5 + parent: 2 + - uid: 7743 + components: + - type: Transform + pos: 7.5,-195.5 + parent: 2 + - uid: 8440 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-253.5 + parent: 2 + - uid: 10770 + components: + - type: Transform + pos: -0.5,-344.5 + parent: 2 + - uid: 10797 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-346.5 + parent: 2 + - uid: 12128 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-253.5 + parent: 2 + - uid: 12159 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-27.5 + parent: 2 + - uid: 14630 + components: + - type: Transform + pos: -7.5,-254.5 + parent: 2 + - uid: 14631 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-257.5 + parent: 2 + - uid: 14738 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-307.5 + parent: 2 + - uid: 14920 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-146.5 + parent: 2 +- proto: ChairCursed + entities: + - uid: 2585 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-145.5 + parent: 2 +- proto: ChairFolding + entities: + - uid: 424 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.627699,-1.5039027 + parent: 2 + - uid: 1400 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,-247.5 + parent: 2 + - uid: 1484 + components: + - type: Transform + pos: 7.5,-55.5 + parent: 2 + - uid: 1485 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-57.5 + parent: 2 + - uid: 11711 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-262.5 + parent: 2 + - uid: 16495 + components: + - type: Transform + pos: -13.5,-244.5 + parent: 2 +- proto: ChairFoldingSpawnFolded + entities: + - uid: 2728 + components: + - type: Transform + pos: -3.0071216,-135.52832 + parent: 2 +- proto: ChairGreyscale + entities: + - uid: 1839 + components: + - type: Transform + pos: 6.5,-93.5 + parent: 2 + - uid: 1842 + components: + - type: Transform + pos: 4.5,-98.5 + parent: 2 + - uid: 1843 + components: + - type: Transform + pos: 3.5,-98.5 + parent: 2 + - uid: 1845 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-96.5 + parent: 2 + - uid: 1851 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-94.5 + parent: 2 + - uid: 1852 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-94.5 + parent: 2 +- proto: ChairOfficeDark + entities: + - uid: 3121 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-168.5 + parent: 2 + - uid: 3122 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-166.5 + parent: 2 + - uid: 4785 + components: + - type: Transform + pos: 2.5,-251.5 + parent: 2 + - uid: 7378 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-365.5 + parent: 2 + - uid: 9057 + components: + - type: Transform + pos: 3.5,-272.5 + parent: 2 + - uid: 11058 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-329.5 + parent: 2 + - uid: 11093 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-331.5 + parent: 2 + - uid: 11449 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-345.5 + parent: 2 + - uid: 11974 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-371.5 + parent: 2 + - uid: 11975 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-371.5 + parent: 2 + - uid: 14789 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-72.5 + parent: 2 +- proto: ChairOfficeLight + entities: + - uid: 7451 + components: + - type: Transform + pos: -3.5,-165.5 + parent: 2 + - uid: 8907 + components: + - type: Transform + pos: 0.5,-202.5 + parent: 2 + - uid: 8908 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-202.5 + parent: 2 + - uid: 9984 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-313.5 + parent: 2 + - uid: 10112 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-302.5 + parent: 2 + - uid: 10114 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-301.5 + parent: 2 + - uid: 12046 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-303.5 + parent: 2 + - uid: 12051 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-318.5 + parent: 2 +- proto: ChairPilotSeat + entities: + - uid: 25 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,2.5 + parent: 2 +- proto: ChairWeb + entities: + - uid: 14337 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-60.5 + parent: 2 + - uid: 14340 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-60.5 + parent: 2 +- proto: ChairWood + entities: + - uid: 384 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.2935836,0.4495414 + parent: 2 + - uid: 1015 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-58.5 + parent: 2 + - uid: 1315 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-59.5 + parent: 2 + - uid: 1347 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-67.5 + parent: 2 + - uid: 1348 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-66.5 + parent: 2 + - uid: 1349 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-66.5 + parent: 2 + - uid: 1350 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-67.5 + parent: 2 + - uid: 1351 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-59.5 + parent: 2 + - uid: 1352 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-58.5 + parent: 2 + - uid: 1353 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-58.5 + parent: 2 + - uid: 2586 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-146.5 + parent: 2 + - uid: 2587 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-144.5 + parent: 2 + - uid: 2588 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-146.5 + parent: 2 + - uid: 2589 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-145.5 + parent: 2 + - uid: 2590 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-144.5 + parent: 2 + - uid: 2695 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-140.5 + parent: 2 + - uid: 3151 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-67.5 + parent: 2 + - uid: 3201 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-67.5 + parent: 2 + - uid: 3604 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-58.5 + parent: 2 +- proto: CheapRollerBedSpawnFolded + entities: + - uid: 2376 + components: + - type: Transform + pos: 4.2730184,-180.14731 + parent: 2 + - uid: 5422 + components: + - type: Transform + pos: 4.5698934,-180.42856 + parent: 2 +- proto: chem_master + entities: + - uid: 3116 + components: + - type: Transform + pos: 5.5,-165.5 + parent: 2 + - uid: 3117 + components: + - type: Transform + pos: 7.5,-167.5 + parent: 2 +- proto: ChemDispenser + entities: + - uid: 3112 + components: + - type: Transform + pos: 7.5,-169.5 + parent: 2 + - uid: 3113 + components: + - type: Transform + pos: 3.5,-165.5 + parent: 2 +- proto: ChemistryHotplate + entities: + - uid: 3137 + components: + - type: Transform + pos: 4.5,-167.5 + parent: 2 +- proto: ChessBoard + entities: + - uid: 12938 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.94441026,-370.44946 + parent: 2 +- proto: Cigar + entities: + - uid: 219 + components: + - type: Transform + pos: 3.6992347,-7.328869 + parent: 2 + - uid: 404 + components: + - type: Transform + pos: 3.82151,-7.050895 + parent: 2 +- proto: CigarGoldCase + entities: + - uid: 99 + components: + - type: Transform + pos: -2.8886578,-1.2991699 + parent: 2 + - uid: 2729 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5303056,-136.50012 + parent: 2 + - uid: 14388 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.505396,-63.434715 + parent: 2 +- proto: CigCartonMixed + entities: + - uid: 1833 + components: + - type: Transform + pos: -7.317818,-81.58406 + parent: 2 + - uid: 16940 + components: + - type: Transform + pos: -11.700207,-168.61453 + parent: 2 + - uid: 16941 + components: + - type: Transform + pos: -11.512707,-168.23953 + parent: 2 +- proto: CircuitImprinter + entities: + - uid: 9829 + components: + - type: Transform + pos: -6.5,-299.5 + parent: 2 +- proto: CleanerDispenser + entities: + - uid: 1735 + components: + - type: Transform + pos: -3.5,-52.5 + parent: 2 +- proto: ClosetBombFilled + entities: + - uid: 11991 + components: + - type: Transform + pos: -8.5,-317.5 + parent: 2 +- proto: ClosetChefFilled + entities: + - uid: 1782 + components: + - type: Transform + pos: -1.5,-88.5 + parent: 2 +- proto: ClosetEmergencyFilledRandom + entities: + - uid: 1052 + components: + - type: Transform + pos: 6.5,-34.5 + parent: 2 + - uid: 1472 + components: + - type: Transform + pos: -5.5,-81.5 + parent: 2 + - uid: 2247 + components: + - type: Transform + pos: -2.5,-107.5 + parent: 2 + - uid: 10543 + components: + - type: Transform + pos: 3.5,-318.5 + parent: 2 + - uid: 14641 + components: + - type: Transform + pos: 3.5,-259.5 + parent: 2 + - uid: 16899 + components: + - type: Transform + pos: -5.5,-246.5 + parent: 2 +- proto: ClosetFireFilled + entities: + - uid: 9895 + components: + - type: Transform + pos: 10.5,-297.5 + parent: 2 + - uid: 16895 + components: + - type: Transform + pos: -7.5,-251.5 + parent: 2 +- proto: ClosetJanitorFilled + entities: + - uid: 1706 + components: + - type: Transform + pos: -5.5,-53.5 + parent: 2 +- proto: ClosetL3JanitorFilled + entities: + - uid: 9460 + components: + - type: Transform + pos: -5.5,-55.5 + parent: 2 +- proto: ClosetL3ScienceFilled + entities: + - uid: 12126 + components: + - type: Transform + pos: -8.5,-318.5 + parent: 2 +- proto: ClosetL3VirologyFilled + entities: + - uid: 3900 + components: + - type: Transform + pos: -2.5,-194.5 + parent: 2 + - uid: 3901 + components: + - type: Transform + pos: -2.5,-195.5 + parent: 2 +- proto: ClosetMaintenanceFilledRandom + entities: + - uid: 1070 + components: + - type: Transform + pos: 6.5,-71.5 + parent: 2 + - uid: 1073 + components: + - type: Transform + pos: 4.5,-69.5 + parent: 2 + - uid: 1117 + components: + - type: Transform + pos: 5.5,-32.5 + parent: 2 + - uid: 1628 + components: + - type: Transform + pos: -5.5,-37.5 + parent: 2 + - uid: 1629 + components: + - type: Transform + pos: -2.5,-35.5 + parent: 2 + - uid: 1630 + components: + - type: Transform + pos: 7.5,-69.5 + parent: 2 + - uid: 1858 + components: + - type: Transform + pos: -5.5,-98.5 + parent: 2 + - uid: 1859 + components: + - type: Transform + pos: -2.5,-95.5 + parent: 2 + - uid: 2281 + components: + - type: Transform + pos: 2.5,-114.5 + parent: 2 + - uid: 2698 + components: + - type: Transform + pos: 3.5,-153.5 + parent: 2 + - uid: 2818 + components: + - type: Transform + pos: 3.5,-134.5 + parent: 2 + - uid: 3582 + components: + - type: Transform + pos: -7.5,-176.5 + parent: 2 + - uid: 4176 + components: + - type: Transform + pos: -7.5,-171.5 + parent: 2 + - uid: 4579 + components: + - type: Transform + pos: -3.5,-180.5 + parent: 2 + - uid: 7334 + components: + - type: Transform + pos: 17.5,-149.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14673 + moles: + - 1.7459903 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 3621 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 7335 + components: + - type: Transform + pos: 17.5,-142.5 + parent: 2 + - uid: 9052 + components: + - type: Transform + pos: 4.5,-288.5 + parent: 2 + - uid: 9409 + components: + - type: Transform + pos: 3.5,-288.5 + parent: 2 + - uid: 10533 + components: + - type: Transform + pos: 6.5,-296.5 + parent: 2 + - uid: 10534 + components: + - type: Transform + pos: 3.5,-296.5 + parent: 2 + - uid: 10535 + components: + - type: Transform + pos: -2.5,-296.5 + parent: 2 + - uid: 10537 + components: + - type: Transform + pos: 10.5,-299.5 + parent: 2 + - uid: 10539 + components: + - type: Transform + pos: 9.5,-313.5 + parent: 2 + - uid: 10540 + components: + - type: Transform + pos: 6.5,-319.5 + parent: 2 + - uid: 10541 + components: + - type: Transform + pos: 3.5,-320.5 + parent: 2 + - uid: 14596 + components: + - type: Transform + pos: -4.5,-257.5 + parent: 2 + - uid: 14597 + components: + - type: Transform + pos: -7.5,-253.5 + parent: 2 + - uid: 14598 + components: + - type: Transform + pos: 8.5,-259.5 + parent: 2 + - uid: 14642 + components: + - type: Transform + pos: 4.5,-259.5 + parent: 2 + - uid: 16871 + components: + - type: Transform + pos: -7.5,-250.5 + parent: 2 +- proto: ClosetRadiationSuitFilled + entities: + - uid: 2383 + components: + - type: Transform + pos: 7.5,-247.5 + parent: 2 + - uid: 4893 + components: + - type: Transform + pos: 6.5,-247.5 + parent: 2 + - uid: 10090 + components: + - type: Transform + pos: -8.5,-319.5 + parent: 2 +- proto: ClosetWall + entities: + - uid: 14476 + components: + - type: Transform + pos: 17.5,-59.5 + parent: 2 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 14479 + - 14478 + - 14477 + - 14480 +- proto: ClosetWallAtmospherics + entities: + - uid: 14755 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,-266.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 75.31249 + moles: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 14762 + - 14770 + - 14766 + - uid: 16798 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,-266.5 + parent: 2 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 16799 + - 16800 + - 16801 + - uid: 16811 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,-266.5 + parent: 2 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 16813 + - 16814 + - 16812 + - uid: 17056 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,-266.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 93.465614 + moles: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 17062 + - 17061 + - 17060 + - 17059 + - 17058 + - 17057 +- proto: ClosetWallEmergencyFilledRandom + entities: + - uid: 370 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-2.5 + parent: 2 + - uid: 383 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-2.5 + parent: 2 + - uid: 684 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-17.5 + parent: 2 + - uid: 776 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-46.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 75.31249 + moles: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 815 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-45.5 + parent: 2 + - uid: 834 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-107.5 + parent: 2 + - uid: 895 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-33.5 + parent: 2 + - uid: 2899 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-138.5 + parent: 2 + - uid: 4057 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-52.5 + parent: 2 + - uid: 4058 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-79.5 + parent: 2 + - uid: 4059 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-73.5 + parent: 2 + - uid: 4060 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-100.5 + parent: 2 + - uid: 4061 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-106.5 + parent: 2 + - uid: 4062 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-127.5 + parent: 2 + - uid: 4063 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-133.5 + parent: 2 + - uid: 4064 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-154.5 + parent: 2 + - uid: 4065 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-160.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 75.31249 + moles: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 4066 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-181.5 + parent: 2 + - uid: 4067 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-187.5 + parent: 2 + - uid: 4094 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-35.5 + parent: 2 + - uid: 4137 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-25.5 + parent: 2 + - uid: 4191 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-19.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14673 + moles: + - 1.7459903 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 4221 + components: + - type: Transform + pos: -6.5,-106.5 + parent: 2 + - uid: 4577 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-235.5 + parent: 2 + - uid: 4650 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-208.5 + parent: 2 + - uid: 4652 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-214.5 + parent: 2 + - uid: 4656 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-241.5 + parent: 2 + - uid: 7489 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-262.5 + parent: 2 + - uid: 8889 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-268.5 + parent: 2 + - uid: 9377 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-289.5 + parent: 2 + - uid: 9378 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-295.5 + parent: 2 + - uid: 10568 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-321.5 + parent: 2 + - uid: 11140 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-327.5 + parent: 2 + - uid: 11145 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-348.5 + parent: 2 + - uid: 11146 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-354.5 + parent: 2 +- proto: ClosetWallFireFilledRandom + entities: + - uid: 321 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-3.5 + parent: 2 + - uid: 334 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-1.5 + parent: 2 + - uid: 835 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-133.5 + parent: 2 + - uid: 836 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-154.5 + parent: 2 + - uid: 839 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-160.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 75.31249 + moles: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 931 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-33.5 + parent: 2 + - uid: 1108 + components: + - type: Transform + pos: 4.5,-36.5 + parent: 2 + - uid: 1819 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-19.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14673 + moles: + - 1.7459903 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 2304 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-127.5 + parent: 2 + - uid: 2898 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-143.5 + parent: 2 + - uid: 3001 + components: + - type: Transform + pos: -7.5,-106.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14673 + moles: + - 1.7459903 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 3625 + - uid: 3021 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-37.5 + parent: 2 + - uid: 3162 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-106.5 + parent: 2 + - uid: 4068 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-187.5 + parent: 2 + - uid: 4069 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-181.5 + parent: 2 + - uid: 4227 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-15.5 + parent: 2 + - uid: 4228 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-100.5 + parent: 2 + - uid: 4229 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-79.5 + parent: 2 + - uid: 4230 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-73.5 + parent: 2 + - uid: 4231 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-52.5 + parent: 2 + - uid: 4232 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-46.5 + parent: 2 + - uid: 4238 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-25.5 + parent: 2 + - uid: 4469 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-107.5 + parent: 2 + - uid: 4651 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-208.5 + parent: 2 + - uid: 4653 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-214.5 + parent: 2 + - uid: 4654 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-235.5 + parent: 2 + - uid: 4655 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-241.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 75.31249 + moles: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 7498 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-262.5 + parent: 2 + - uid: 8669 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-268.5 + parent: 2 + - uid: 9376 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-289.5 + parent: 2 + - uid: 9379 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-295.5 + parent: 2 + - uid: 10569 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-321.5 + parent: 2 + - uid: 11142 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-327.5 + parent: 2 + - uid: 11143 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-348.5 + parent: 2 + - uid: 11144 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-354.5 + parent: 2 +- proto: ClosetWallMaintenanceFilledRandom + entities: + - uid: 1063 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-19.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14673 + moles: + - 1.7459903 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 7306 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-19.5 + parent: 2 + - uid: 7392 + components: + - type: Transform + pos: 13.5,-137.5 + parent: 2 + - uid: 7393 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-154.5 + parent: 2 +- proto: ClothingBackpackMerc + entities: + - uid: 9088 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.53031,-143.53029 + parent: 2 +- proto: ClothingBeltChampion + entities: + - uid: 98 + components: + - type: Transform + pos: -1.5155509,-3.3950026 + parent: 2 +- proto: ClothingBeltMercWebbing + entities: + - uid: 9089 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.929752,-156.62067 + parent: 2 +- proto: ClothingBeltSalvageWebbing + entities: + - uid: 8632 + components: + - type: Transform + pos: -6.4954147,-283.40762 + parent: 2 +- proto: ClothingBeltUtilityEngineering + entities: + - uid: 4921 + components: + - type: Transform + pos: 5.3335085,-253.25787 + parent: 2 + - uid: 4948 + components: + - type: Transform + pos: 5.597643,-252.98062 + parent: 2 +- proto: ClothingBeltUtilityFilled + entities: + - uid: 8865 + components: + - type: Transform + pos: -5.4843903,-272.37283 + parent: 2 + - uid: 8918 + components: + - type: Transform + pos: -5.086961,-272.51526 + parent: 2 +- proto: ClothingEyesEyepatchHudBeer + entities: + - uid: 6284 + components: + - type: Transform + pos: -5.5304284,-200.22986 + parent: 2 +- proto: ClothingEyesEyepatchHudMedical + entities: + - uid: 3694 + components: + - type: Transform + pos: 8.467955,-175.3928 + parent: 2 +- proto: ClothingEyesEyepatchHudSecurity + entities: + - uid: 6307 + components: + - type: Transform + pos: -7.5085177,-98.683334 + parent: 2 + - uid: 10854 + components: + - type: Transform + pos: -6.5701137,-339.11215 + parent: 2 +- proto: ClothingEyesGlassesJamjar + entities: + - uid: 15036 + components: + - type: Transform + pos: -10.441889,-133.57634 + parent: 2 +- proto: ClothingEyesGlassesMercenary + entities: + - uid: 9096 + components: + - type: Transform + pos: 17.46046,-151.51154 + parent: 2 +- proto: ClothingEyesGlassesMeson + entities: + - uid: 6639 + components: + - type: Transform + pos: 8.599879,-250.49686 + parent: 2 + - uid: 8414 + components: + - type: Transform + pos: 16.374,-245.4528 + parent: 2 + - uid: 8492 + components: + - type: Transform + pos: 16.241934,-245.58482 + parent: 2 + - uid: 8982 + components: + - type: Transform + pos: 16.545687,-245.58482 + parent: 2 +- proto: ClothingEyesHudOnionBeer + entities: + - uid: 14658 + components: + - type: Transform + pos: 17.613636,-73.25992 + parent: 2 +- proto: ClothingEyesHudSecurity + entities: + - uid: 12714 + components: + - type: Transform + pos: -6.38522,-339.1782 + parent: 2 +- proto: ClothingHandsGlovesColorBlack + entities: + - uid: 934 + components: + - type: Transform + pos: -6.3692145,-340.57867 + parent: 2 + - uid: 9395 + components: + - type: Transform + pos: -6.488075,-340.47308 + parent: 2 +- proto: ClothingHandsGlovesColorYellow + entities: + - uid: 2973 + components: + - type: Transform + pos: 4.7532883,-254.3202 + parent: 2 + - uid: 7484 + components: + - type: Transform + pos: 15.620354,-246.35051 + parent: 2 + - uid: 14599 + components: + - type: Transform + pos: 5.5004325,-245.50078 + parent: 2 + - uid: 16894 + components: + - type: Transform + pos: -13.484996,-257.5879 + parent: 2 + - uid: 16896 + components: + - type: Transform + pos: -13.484996,-257.5879 + parent: 2 + - uid: 16897 + components: + - type: Transform + pos: -13.484996,-257.5879 + parent: 2 +- proto: ClothingHandsGlovesColorYellowBudget + entities: + - uid: 5118 + components: + - type: Transform + pos: 5.4891844,-245.36584 + parent: 2 + - uid: 15261 + components: + - type: Transform + pos: 5.4891844,-245.19717 + parent: 2 +- proto: ClothingHandsGlovesLatex + entities: + - uid: 10120 + components: + - type: Transform + pos: -4.4184327,-302.4534 + parent: 2 +- proto: ClothingHandsGlovesMercFingerless + entities: + - uid: 9094 + components: + - type: Transform + pos: 11.0250435,-142.57506 + parent: 2 +- proto: ClothingHandsGlovesNitrile + entities: + - uid: 3905 + components: + - type: Transform + pos: -6.474791,-195.55786 + parent: 2 +- proto: ClothingHandsTacticalMaidGloves + entities: + - uid: 2879 + components: + - type: Transform + pos: -8.44329,-15.527226 + parent: 2 +- proto: ClothingHeadBandMerc + entities: + - uid: 9090 + components: + - type: Transform + pos: 16.371077,-159.35246 + parent: 2 +- proto: ClothingHeadHatBeretMerc + entities: + - uid: 9091 + components: + - type: Transform + pos: 7.385122,-163.34297 + parent: 2 +- proto: ClothingHeadHatBeretRND + entities: + - uid: 15096 + components: + - type: Transform + pos: 10.067849,-194.21626 + parent: 2 +- proto: ClothingHeadHatBrownFlatcap + entities: + - uid: 14636 + components: + - type: Transform + pos: -7.7489276,-255.68477 + parent: 2 +- proto: ClothingHeadHatCowboyBountyHunter + entities: + - uid: 6283 + components: + - type: Transform + pos: -5.4412646,-206.21022 + parent: 2 + - uid: 10122 + components: + - type: Transform + pos: -6.5050893,-305.04108 + parent: 2 +- proto: ClothingHeadHatCowboyBrown + entities: + - uid: 6016 + components: + - type: Transform + pos: -2.3394754,-148.72287 + parent: 2 +- proto: ClothingHeadHatCowboyGrey + entities: + - uid: 15165 + components: + - type: Transform + pos: 9.464466,-120.1053 + parent: 2 +- proto: ClothingHeadHatCowboyRed + entities: + - uid: 8932 + components: + - type: Transform + pos: 16.43729,-78.522385 + parent: 2 +- proto: ClothingHeadHatHairflower + entities: + - uid: 97 + components: + - type: Transform + pos: -1.3108504,-1.6374404 + parent: 2 + - uid: 993 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.308499,-40.737587 + parent: 2 + - uid: 4106 + components: + - type: Transform + pos: -4.616196,-20.118092 + parent: 2 +- proto: ClothingHeadHatShrineMaidenWig + entities: + - uid: 2671 + components: + - type: Transform + pos: 2.5369916,-142.75755 + parent: 2 +- proto: ClothingHeadHatSurgcapPurple + entities: + - uid: 16505 + components: + - type: Transform + pos: -13.547984,-168.3646 + parent: 2 +- proto: ClothingHeadHatUshanka + entities: + - uid: 1487 + components: + - type: Transform + pos: 7.3559012,-56.31927 + parent: 2 +- proto: ClothingHeadHatWelding + entities: + - uid: 339 + components: + - type: Transform + pos: -6.7000256,-2.3430972 + parent: 2 +- proto: ClothingHeadHatWeldingMaskFlame + entities: + - uid: 14348 + components: + - type: Transform + pos: 8.726893,-250.28665 + parent: 2 +- proto: ClothingHeadHatWeldingMaskFlameBlue + entities: + - uid: 14349 + components: + - type: Transform + pos: 8.351893,-250.58353 + parent: 2 +- proto: ClothingHeadHelmetAtmosFire + entities: + - uid: 17058 + components: + - type: Transform + parent: 17056 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingHeadHelmetMerc + entities: + - uid: 9086 + components: + - type: Transform + pos: 12.225706,-136.18898 + parent: 2 +- proto: ClothingMaskBreath + entities: + - uid: 633 + components: + - type: Transform + pos: -3.5046618,-18.436672 + parent: 2 +- proto: ClothingMaskClown + entities: + - uid: 10639 + components: + - type: Transform + parent: 2003 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingMaskGasAtmos + entities: + - uid: 8253 + components: + - type: Transform + pos: 11.724084,-252.53477 + parent: 2 + - uid: 16813 + components: + - type: Transform + parent: 16811 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingMaskGasMerc + entities: + - uid: 9092 + components: + - type: Transform + pos: 7.4026275,-133.54765 + parent: 2 +- proto: ClothingMaskSadMime + entities: + - uid: 11453 + components: + - type: Transform + parent: 2019 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingMaskScaredMime + entities: + - uid: 11287 + components: + - type: Transform + parent: 2019 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingMaskSexyClown + entities: + - uid: 8788 + components: + - type: Transform + parent: 2003 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingMaskSexyMime + entities: + - uid: 11452 + components: + - type: Transform + parent: 2019 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingNeckBling + entities: + - uid: 96 + components: + - type: Transform + pos: -0.98430085,-3.5043776 + parent: 2 +- proto: ClothingNeckCloakGoliathCloak + entities: + - uid: 12386 + components: + - type: Transform + pos: 20.545477,-319.41248 + parent: 2 +- proto: ClothingNeckCloakMoth + entities: + - uid: 4222 + components: + - type: Transform + pos: -7.7756677,-121.72427 + parent: 2 +- proto: ClothingNeckHeadphones + entities: + - uid: 882 + components: + - type: Transform + pos: -1.4138944,-29.279722 + parent: 2 +- proto: ClothingNeckScarfStripedZebra + entities: + - uid: 2039 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.379782,-122.33475 + parent: 2 +- proto: ClothingNeckStoleChaplain + entities: + - uid: 2674 + components: + - type: Transform + pos: 6.5223746,-143.07793 + parent: 2 +- proto: ClothingNeckTieSci + entities: + - uid: 15097 + components: + - type: Transform + pos: 10.437636,-200.83151 + parent: 2 +- proto: ClothingOuterSuitAtmosFire + entities: + - uid: 17061 + components: + - type: Transform + parent: 17056 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingOuterSuitShrineMaiden + entities: + - uid: 2670 + components: + - type: Transform + pos: 2.4225328,-143.14482 + parent: 2 +- proto: ClothingOuterVestWebMerc + entities: + - uid: 1997 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.631872,-168.41014 + parent: 2 +- proto: ClothingOuterWinterMime + entities: + - uid: 11286 + components: + - type: Transform + parent: 2019 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingOuterWinterWarden + entities: + - uid: 12713 + components: + - type: Transform + pos: -0.49978608,-365.77002 + parent: 2 +- proto: ClothingShoesBootsCowboyBrown + entities: + - uid: 6274 + components: + - type: Transform + pos: -2.9131222,-148.72287 + parent: 2 +- proto: ClothingShoesBootsCowboyWhite + entities: + - uid: 15162 + components: + - type: Transform + pos: 8.722098,-120.734985 + parent: 2 +- proto: ClothingShoesBootsMag + entities: + - uid: 406 + components: + - type: Transform + pos: 4.592537,2.4938912 + parent: 2 + - uid: 2384 + components: + - type: Transform + pos: 4.400423,2.6220393 + parent: 2 + - uid: 2385 + components: + - type: Transform + pos: 9.430661,-119.386765 + parent: 2 + - uid: 2386 + components: + - type: Transform + pos: 9.618161,-119.543015 + parent: 2 + - uid: 9015 + components: + - type: Transform + pos: -6.54561,-283.5363 + parent: 2 + - uid: 16886 + components: + - type: Transform + pos: -13.328746,-257.19727 + parent: 2 + - uid: 16888 + components: + - type: Transform + pos: -13.328746,-257.19727 + parent: 2 + - uid: 16889 + components: + - type: Transform + pos: -13.328746,-257.19727 + parent: 2 +- proto: ClothingShoesBootsMercFilled + entities: + - uid: 8399 + components: + - type: Transform + pos: 7.4738736,-160.36284 + parent: 2 +- proto: ClothingShoesClown + entities: + - uid: 10092 + components: + - type: Transform + parent: 2003 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingUniformJumpskirtJanimaidmini + entities: + - uid: 2878 + components: + - type: Transform + pos: -4.636336,-20.392185 + parent: 2 +- proto: ClothingUniformJumpsuitChiefEngineerSyndie + entities: + - uid: 734 + components: + - type: Transform + pos: -2.5118494,-45.422665 + parent: 2 +- proto: ClothingUniformJumpsuitMercenary + entities: + - uid: 9097 + components: + - type: Transform + pos: 13.563655,-161.57042 + parent: 2 +- proto: ClothingUniformJumpsuitMime + entities: + - uid: 11288 + components: + - type: Transform + parent: 2019 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: Cobweb1 + entities: + - uid: 1110 + components: + - type: Transform + pos: 5.5,-26.5 + parent: 2 + - uid: 1632 + components: + - type: Transform + pos: 4.5,-66.5 + parent: 2 + - uid: 1638 + components: + - type: Transform + pos: 3.5,-71.5 + parent: 2 + - uid: 14374 + components: + - type: Transform + pos: 13.5,-60.5 + parent: 2 +- proto: Cobweb2 + entities: + - uid: 437 + components: + - type: Transform + pos: -2.5,-16.5 + parent: 2 + - uid: 1635 + components: + - type: Transform + pos: 7.5,-68.5 + parent: 2 + - uid: 1636 + components: + - type: Transform + pos: 7.5,-55.5 + parent: 2 + - uid: 1637 + components: + - type: Transform + pos: -2.5,-53.5 + parent: 2 + - uid: 9030 + components: + - type: Transform + pos: 1.5,-262.5 + parent: 2 + - uid: 9031 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-287.5 + parent: 2 + - uid: 9032 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-287.5 + parent: 2 + - uid: 14379 + components: + - type: Transform + pos: 17.5,-60.5 + parent: 2 + - uid: 14773 + components: + - type: Transform + pos: 6.5,-28.5 + parent: 2 +- proto: ComfyChair + entities: + - uid: 309 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-10.5 + parent: 2 + - uid: 2208 + components: + - type: Transform + pos: -0.5,-121.5 + parent: 2 + - uid: 4143 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-358.5 + parent: 2 + - uid: 11763 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-358.5 + parent: 2 + - uid: 13452 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-37.5 + parent: 2 + - uid: 15028 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-133.5 + parent: 2 + - uid: 15029 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-134.5 + parent: 2 +- proto: ComputerAlert + entities: + - uid: 1156 + components: + - type: Transform + pos: -5.5,-334.5 + parent: 2 +- proto: ComputerAnalysisConsole + entities: + - uid: 12118 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-316.5 + parent: 2 +- proto: computerBodyScanner + entities: + - uid: 2398 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-198.5 + parent: 2 +- proto: ComputerBroken + entities: + - uid: 9695 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-307.5 + parent: 2 +- proto: ComputerCargoBounty + entities: + - uid: 8497 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-273.5 + parent: 2 +- proto: ComputerCargoOrders + entities: + - uid: 9025 + components: + - type: Transform + pos: 3.5,-276.5 + parent: 2 +- proto: ComputerCargoShuttle + entities: + - uid: 9026 + components: + - type: Transform + pos: 2.5,-276.5 + parent: 2 +- proto: ComputerComms + entities: + - uid: 54 + components: + - type: Transform + pos: 0.5,3.5 + parent: 2 + - uid: 7211 + components: + - type: Transform + pos: -2.5,-9.5 + parent: 2 +- proto: ComputerCrewMonitoring + entities: + - uid: 50 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,0.5 + parent: 2 + - uid: 7206 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-202.5 + parent: 2 + - uid: 8408 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-166.5 + parent: 2 +- proto: ComputerCriminalRecords + entities: + - uid: 14300 + components: + - type: Transform + pos: -6.5,-335.5 + parent: 2 + - uid: 14804 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-72.5 + parent: 2 +- proto: ComputerId + entities: + - uid: 395 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-10.5 + parent: 2 + - uid: 9514 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-121.5 + parent: 2 +- proto: ComputerMassMedia + entities: + - uid: 9638 + components: + - type: Transform + pos: 21.5,-297.5 + parent: 2 +- proto: ComputerMedicalRecords + entities: + - uid: 7205 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-203.5 + parent: 2 + - uid: 7837 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-166.5 + parent: 2 +- proto: ComputerPowerMonitoring + entities: + - uid: 49 + components: + - type: Transform + pos: -1.5,2.5 + parent: 2 + - uid: 5425 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-231.5 + parent: 2 + - uid: 5461 + components: + - type: Transform + pos: -3.5,-218.5 + parent: 2 + - uid: 6750 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-254.5 + parent: 2 + - uid: 8182 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-252.5 + parent: 2 + - uid: 9702 + components: + - type: Transform + pos: 23.5,-309.5 + parent: 2 +- proto: ComputerRadar + entities: + - uid: 52 + components: + - type: Transform + pos: 2.5,2.5 + parent: 2 +- proto: ComputerResearchAndDevelopment + entities: + - uid: 9826 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-301.5 + parent: 2 + - uid: 10033 + components: + - type: Transform + pos: -2.5,-300.5 + parent: 2 + - uid: 10037 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-316.5 + parent: 2 +- proto: ComputerSalvageExpedition + entities: + - uid: 8873 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-274.5 + parent: 2 +- proto: ComputerShuttleCargo + entities: + - uid: 9022 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-279.5 + parent: 2 +- proto: ComputerShuttleSalvage + entities: + - uid: 8890 + components: + - type: Transform + pos: -5.5,-270.5 + parent: 2 +- proto: ComputerSolarControl + entities: + - uid: 4912 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-231.5 + parent: 2 + - uid: 5462 + components: + - type: Transform + pos: -2.5,-218.5 + parent: 2 +- proto: ComputerStationRecords + entities: + - uid: 9396 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,0.5 + parent: 2 + - uid: 10709 + components: + - type: Transform + pos: -3.5,-70.5 + parent: 2 + - uid: 15750 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-364.5 + parent: 2 +- proto: ComputerSurveillanceCameraMonitor + entities: + - uid: 1172 + components: + - type: Transform + pos: -4.5,-334.5 + parent: 2 + - uid: 9682 + components: + - type: Transform + pos: 23.5,-315.5 + parent: 2 + - uid: 14805 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-71.5 + parent: 2 +- proto: ComputerTelevision + entities: + - uid: 12694 + components: + - type: Transform + pos: -2.5,-61.5 + parent: 2 +- proto: ContainmentFieldGenerator + entities: + - uid: 5182 + components: + - type: Transform + pos: 23.5,-255.5 + parent: 2 + - uid: 6652 + components: + - type: Transform + pos: 31.5,-255.5 + parent: 2 + - uid: 7449 + components: + - type: Transform + pos: 19.5,-243.5 + parent: 2 + - uid: 7771 + components: + - type: Transform + pos: 19.5,-242.5 + parent: 2 +- proto: ContrabassInstrument + entities: + - uid: 14363 + components: + - type: Transform + pos: 13.5,-62.5 + parent: 2 +- proto: ConveyorBelt + entities: + - uid: 4899 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-219.5 + parent: 2 + - type: DeviceLinkSink + links: + - 7621 + - uid: 5450 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-217.5 + parent: 2 + - type: DeviceLinkSink + links: + - 7621 + - uid: 6589 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-220.5 + parent: 2 + - type: DeviceLinkSink + links: + - 7621 + - uid: 7620 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-216.5 + parent: 2 + - type: DeviceLinkSink + links: + - 7621 + - uid: 7644 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-221.5 + parent: 2 + - type: DeviceLinkSink + links: + - 7621 + - uid: 7715 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-218.5 + parent: 2 + - type: DeviceLinkSink + links: + - 7621 + - uid: 8990 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-281.5 + parent: 2 + - type: DeviceLinkSink + links: + - 9006 + - uid: 8991 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-281.5 + parent: 2 + - type: DeviceLinkSink + links: + - 9006 + - uid: 8992 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-281.5 + parent: 2 + - type: DeviceLinkSink + links: + - 9006 + - uid: 8993 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-277.5 + parent: 2 + - type: DeviceLinkSink + links: + - 9007 + - uid: 8994 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-277.5 + parent: 2 + - type: DeviceLinkSink + links: + - 9007 + - uid: 8995 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-277.5 + parent: 2 + - type: DeviceLinkSink + links: + - 9007 + - uid: 8996 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-281.5 + parent: 2 + - type: DeviceLinkSink + links: + - 9006 + - uid: 8997 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-277.5 + parent: 2 + - type: DeviceLinkSink + links: + - 9007 +- proto: CowToolboxFilled + entities: + - uid: 5403 + components: + - type: Transform + pos: -2.6682575,-263.44592 + parent: 2 +- proto: CrateArtifactContainer + entities: + - uid: 9825 + components: + - type: Transform + pos: -2.5,-320.5 + parent: 2 +- proto: CrateEngineeringAMEControl + entities: + - uid: 6862 + components: + - type: Transform + pos: 20.5,-251.5 + parent: 2 +- proto: CrateEngineeringAMEShielding + entities: + - uid: 8630 + components: + - type: Transform + pos: 20.5,-252.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14673 + moles: + - 1.7459903 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 8631 + - 8633 + - 8634 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: CrateEngineeringCableHV + entities: + - uid: 4903 + components: + - type: Transform + pos: -2.5,-231.5 + parent: 2 +- proto: CrateFilledSpawner + entities: + - uid: 2995 + components: + - type: Transform + pos: 6.5,-278.5 + parent: 2 + - uid: 14094 + components: + - type: Transform + pos: 1.5,-278.5 + parent: 2 + - uid: 14095 + components: + - type: Transform + pos: 1.5,-280.5 + parent: 2 + - uid: 14096 + components: + - type: Transform + pos: 2.5,-280.5 + parent: 2 +- proto: CrateFreezer + entities: + - uid: 1940 + components: + - type: Transform + pos: -4.5,-93.5 + parent: 2 + - uid: 6953 + components: + - type: Transform + pos: 0.5,-196.5 + parent: 2 +- proto: CrateFunPirate + entities: + - uid: 14570 + components: + - type: Transform + pos: -11.5,-299.5 + parent: 2 +- proto: CrateMedicalSecure + entities: + - uid: 3241 + components: + - type: Transform + pos: -1.5,-177.5 + parent: 2 +- proto: CrateMedicalSurgery + entities: + - uid: 6779 + components: + - type: Transform + pos: -14.5,-168.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14673 + moles: + - 1.7459903 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 8471 + components: + - type: Transform + pos: -0.5,-196.5 + parent: 2 +- proto: CrateNPCHamlet + entities: + - uid: 209 + components: + - type: Transform + pos: 6.5,-10.5 + parent: 2 +- proto: CratePlasma + entities: + - uid: 9038 + components: + - type: Transform + pos: 6.5,-274.5 + parent: 2 +- proto: CrateSecure + entities: + - uid: 12773 + components: + - type: Transform + pos: -4.5,-355.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14673 + moles: + - 1.7459903 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 12774 + - 12775 + - 12776 + - 12777 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: CrateServiceBureaucracy + entities: + - uid: 9069 + components: + - type: Transform + pos: 6.5,-270.5 + parent: 2 +- proto: CrateServiceJanitorialSupplies + entities: + - uid: 1066 + components: + - type: Transform + pos: -3.5,-55.5 + parent: 2 +- proto: CrateTrashCart + entities: + - uid: 7622 + components: + - type: Transform + pos: 5.5,-220.5 + parent: 2 +- proto: CrateTrashCartFilled + entities: + - uid: 5451 + components: + - type: Transform + pos: 5.5,-218.5 + parent: 2 +- proto: CrateTrashCartJani + entities: + - uid: 10864 + components: + - type: Transform + pos: -0.5,-55.5 + parent: 2 +- proto: CrayonBox + entities: + - uid: 14730 + components: + - type: Transform + pos: -6.0386314,-189.32039 + parent: 2 +- proto: CrayonMime + entities: + - uid: 11491 + components: + - type: Transform + parent: 2019 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: Crematorium + entities: + - uid: 2692 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-139.5 + parent: 2 +- proto: CrewMonitoringServer + entities: + - uid: 8598 + components: + - type: Transform + pos: 23.5,-317.5 + parent: 2 +- proto: Crowbar + entities: + - uid: 12231 + components: + - type: Transform + pos: 15.588418,-247.49165 + parent: 2 +- proto: CrowbarRed + entities: + - uid: 867 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.447252,-148.35458 + parent: 2 + - uid: 5020 + components: + - type: Transform + pos: 7.5092626,-245.4333 + parent: 2 + - uid: 14645 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5097127,-260.45267 + parent: 2 + - uid: 14646 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.4304724,-260.42627 + parent: 2 + - uid: 14649 + components: + - type: Transform + pos: 7.6104946,-245.51202 + parent: 2 + - uid: 15266 + components: + - type: Transform + pos: 7.734223,-245.60197 + parent: 2 +- proto: CryogenicSleepUnit + entities: + - uid: 1831 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-110.5 + parent: 2 + - uid: 1987 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-109.5 + parent: 2 + - uid: 1988 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-107.5 + parent: 2 + - uid: 2075 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-108.5 + parent: 2 + - uid: 10929 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-373.5 + parent: 2 +- proto: CryogenicSleepUnitSpawner + entities: + - uid: 1205 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-109.5 + parent: 2 +- proto: CryogenicSleepUnitSpawnerLateJoin + entities: + - uid: 1242 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-108.5 + parent: 2 +- proto: CryoPod + entities: + - uid: 2924 + components: + - type: Transform + pos: -3.5,-168.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: CryoxadoneBeakerSmall + entities: + - uid: 2400 + components: + - type: Transform + pos: -1.6543152,-168.36696 + parent: 2 + - uid: 11894 + components: + - type: Transform + pos: -1.7246923,-168.03389 + parent: 2 +- proto: CrystalBlue + entities: + - uid: 6833 + components: + - type: Transform + pos: 23.5,-258.5 + parent: 2 + - uid: 7568 + components: + - type: Transform + pos: 29.5,-264.5 + parent: 2 + - uid: 16501 + components: + - type: Transform + pos: -11.5,-163.5 + parent: 2 +- proto: CrystalCyan + entities: + - uid: 5677 + components: + - type: Transform + pos: 2.5,-141.5 + parent: 2 + - uid: 5685 + components: + - type: Transform + pos: 6.5,-141.5 + parent: 2 + - uid: 6836 + components: + - type: Transform + pos: 30.5,-258.5 + parent: 2 + - uid: 6837 + components: + - type: Transform + pos: 27.5,-255.5 + parent: 2 + - uid: 7570 + components: + - type: Transform + pos: 24.5,-261.5 + parent: 2 + - uid: 16504 + components: + - type: Transform + pos: -12.5,-161.5 + parent: 2 + - uid: 16529 + components: + - type: Transform + pos: -14.5,-166.5 + parent: 2 +- proto: CrystalGreen + entities: + - uid: 7233 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-144.5 + parent: 2 + - uid: 7247 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-149.5 + parent: 2 + - uid: 7248 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-147.5 + parent: 2 + - uid: 7250 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-145.5 + parent: 2 + - uid: 7313 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-153.5 + parent: 2 + - uid: 7416 + components: + - type: Transform + pos: 17.5,-163.5 + parent: 2 +- proto: CyborgEndoskeleton + entities: + - uid: 9949 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.3038316,-313.34412 + parent: 2 +- proto: d20Dice + entities: + - uid: 14461 + components: + - type: Transform + pos: 17.02164,-78.62984 + parent: 2 +- proto: d4Dice + entities: + - uid: 14634 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.291989,-256.2544 + parent: 2 +- proto: Dart + entities: + - uid: 2207 + components: + - type: Transform + rot: 0.09166564047336578 rad + pos: 2.1532936,-32.028313 + parent: 2 +- proto: DefaultStationBeaconAISatellite + entities: + - uid: 11450 + components: + - type: Transform + pos: 22.5,-307.5 + parent: 2 +- proto: DefaultStationBeaconAME + entities: + - uid: 13472 + components: + - type: Transform + pos: 18.5,-252.5 + parent: 2 +- proto: DefaultStationBeaconAnomalyGenerator + entities: + - uid: 11458 + components: + - type: Transform + pos: 5.5,-301.5 + parent: 2 +- proto: DefaultStationBeaconArmory + entities: + - uid: 11455 + components: + - type: Transform + pos: 5.5,-340.5 + parent: 2 +- proto: DefaultStationBeaconArrivals + entities: + - uid: 11459 + components: + - type: Transform + pos: 6.5,-40.5 + parent: 2 +- proto: DefaultStationBeaconArtifactLab + entities: + - uid: 11460 + components: + - type: Transform + pos: -6.5,-315.5 + parent: 2 +- proto: DefaultStationBeaconBar + entities: + - uid: 11461 + components: + - type: Transform + pos: -0.5,-63.5 + parent: 2 +- proto: DefaultStationBeaconBotany + entities: + - uid: 11462 + components: + - type: Transform + pos: -6.5,-86.5 + parent: 2 +- proto: DefaultStationBeaconBridge + entities: + - uid: 11466 + components: + - type: Transform + pos: 0.5,1.5 + parent: 2 +- proto: DefaultStationBeaconBrig + entities: + - uid: 11463 + components: + - type: Transform + pos: -2.5,-338.5 + parent: 2 +- proto: DefaultStationBeaconCaptainsQuarters + entities: + - uid: 11476 + components: + - type: Transform + pos: -2.5,-14.5 + parent: 2 +- proto: DefaultStationBeaconCargoBay + entities: + - uid: 11479 + components: + - type: Transform + pos: 7.5,-279.5 + parent: 2 +- proto: DefaultStationBeaconCargoReception + entities: + - uid: 11480 + components: + - type: Transform + pos: 4.5,-272.5 + parent: 2 +- proto: DefaultStationBeaconCERoom + entities: + - uid: 13992 + components: + - type: Transform + pos: 10.5,-252.5 + parent: 2 +- proto: DefaultStationBeaconChapel + entities: + - uid: 11481 + components: + - type: Transform + pos: 4.5,-142.5 + parent: 2 +- proto: DefaultStationBeaconChemistry + entities: + - uid: 11482 + components: + - type: Transform + pos: 6.5,-167.5 + parent: 2 +- proto: DefaultStationBeaconCryonics + entities: + - uid: 8934 + components: + - type: Transform + pos: 4.5,-179.5 + parent: 2 + - uid: 16494 + components: + - type: Transform + pos: -2.5,-169.5 + parent: 2 +- proto: DefaultStationBeaconCryosleep + entities: + - uid: 11465 + components: + - type: Transform + pos: -7.5,-108.5 + parent: 2 +- proto: DefaultStationBeaconDetectiveRoom + entities: + - uid: 11492 + components: + - type: Transform + pos: -5.5,-72.5 + parent: 2 +- proto: DefaultStationBeaconDorms + entities: + - uid: 11493 + components: + - type: Transform + pos: -7.5,-117.5 + parent: 2 +- proto: DefaultStationBeaconEngineering + entities: + - uid: 7431 + components: + - type: Transform + pos: 3.5,-252.5 + parent: 2 +- proto: DefaultStationBeaconEvac + entities: + - uid: 11329 + components: + - type: Transform + pos: -4.5,-30.5 + parent: 2 +- proto: DefaultStationBeaconEVAStorage + entities: + - uid: 11494 + components: + - type: Transform + pos: 8.5,-114.5 + parent: 2 +- proto: DefaultStationBeaconGravGen + entities: + - uid: 7434 + components: + - type: Transform + pos: 18.5,-264.5 + parent: 2 +- proto: DefaultStationBeaconHOPOffice + entities: + - uid: 11499 + components: + - type: Transform + pos: 0.5,-119.5 + parent: 2 +- proto: DefaultStationBeaconHOSRoom + entities: + - uid: 11500 + components: + - type: Transform + pos: -3.5,-345.5 + parent: 2 +- proto: DefaultStationBeaconJanitorsCloset + entities: + - uid: 11501 + components: + - type: Transform + pos: -4.5,-54.5 + parent: 2 +- proto: DefaultStationBeaconKitchen + entities: + - uid: 11502 + components: + - type: Transform + pos: 0.5,-88.5 + parent: 2 +- proto: DefaultStationBeaconLawOffice + entities: + - uid: 11503 + components: + - type: Transform + pos: 5.5,-330.5 + parent: 2 +- proto: DefaultStationBeaconLibrary + entities: + - uid: 11508 + components: + - type: Transform + pos: -4.5,-144.5 + parent: 2 +- proto: DefaultStationBeaconMedical + entities: + - uid: 11510 + components: + - type: Transform + pos: 4.5,-173.5 + parent: 2 +- proto: DefaultStationBeaconMorgue + entities: + - uid: 11511 + components: + - type: Transform + pos: -3.5,-173.5 + parent: 2 +- proto: DefaultStationBeaconPermaBrig + entities: + - uid: 11512 + components: + - type: Transform + pos: 0.5,-372.5 + parent: 2 +- proto: DefaultStationBeaconPowerBank + entities: + - uid: 7432 + components: + - type: Transform + pos: 14.5,-252.5 + parent: 2 +- proto: DefaultStationBeaconQMRoom + entities: + - uid: 11513 + components: + - type: Transform + pos: 5.5,-285.5 + parent: 2 +- proto: DefaultStationBeaconRDRoom + entities: + - uid: 11514 + components: + - type: Transform + pos: -9.5,-303.5 + parent: 2 +- proto: DefaultStationBeaconSalvage + entities: + - uid: 11464 + components: + - type: Transform + pos: -5.5,-272.5 + parent: 2 +- proto: DefaultStationBeaconScience + entities: + - uid: 11515 + components: + - type: Transform + pos: 0.5,-307.5 + parent: 2 +- proto: DefaultStationBeaconSolars + entities: + - uid: 11516 + components: + - type: Transform + pos: -9.5,-225.5 + parent: 2 + - uid: 11518 + components: + - type: Transform + pos: 10.5,-225.5 + parent: 2 +- proto: DefaultStationBeaconSurgery + entities: + - uid: 11520 + components: + - type: Transform + pos: 1.5,-201.5 + parent: 2 +- proto: DefaultStationBeaconTechVault + entities: + - uid: 11531 + components: + - type: Transform + pos: -2.5,-6.5 + parent: 2 +- proto: DefaultStationBeaconTelecoms + entities: + - uid: 11523 + components: + - type: Transform + pos: 22.5,-298.5 + parent: 2 +- proto: DefaultStationBeaconWardensOffice + entities: + - uid: 11526 + components: + - type: Transform + pos: 0.5,-364.5 + parent: 2 +- proto: Defibrillator + entities: + - uid: 12338 + components: + - type: Transform + pos: 3.2889383,-173.42052 + parent: 2 +- proto: DefibrillatorCabinetFilled + entities: + - uid: 3719 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-177.5 + parent: 2 + - uid: 3720 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-195.5 + parent: 2 + - uid: 4181 + components: + - type: Transform + pos: 3.5,-170.5 + parent: 2 + - uid: 11234 + components: + - type: Transform + pos: -4.5,-359.5 + parent: 2 +- proto: DeployableBarrier + entities: + - uid: 1844 + components: + - type: Transform + pos: 4.5,-336.5 + parent: 2 + - uid: 10834 + components: + - type: Transform + pos: 4.5,-337.5 + parent: 2 + - uid: 13044 + components: + - type: Transform + pos: 4.5,-335.5 + parent: 2 +- proto: DeskBell + entities: + - uid: 2271 + components: + - type: Transform + pos: -0.2976312,-122.56093 + parent: 2 + - uid: 3103 + components: + - type: Transform + pos: 2.5791457,-168.03862 + parent: 2 + - uid: 6647 + components: + - type: Transform + pos: 1.5176499,-250.74234 + parent: 2 + - uid: 9051 + components: + - type: Transform + pos: 2.3718603,-272.5842 + parent: 2 +- proto: DiseaseDiagnoser + entities: + - uid: 929 + components: + - type: Transform + pos: -4.5,-193.5 + parent: 2 +- proto: DiseaseSwab + entities: + - uid: 3919 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.6241307,-198.50377 + parent: 2 +- proto: DisposalBend + entities: + - uid: 2366 + components: + - type: Transform + pos: 3.5,-179.5 + parent: 2 + - uid: 4175 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-287.5 + parent: 2 + - uid: 5140 + components: + - type: Transform + pos: 4.5,-9.5 + parent: 2 + - uid: 5402 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-11.5 + parent: 2 + - uid: 7781 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-287.5 + parent: 2 + - uid: 7992 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-250.5 + parent: 2 + - uid: 8105 + components: + - type: Transform + pos: 2.5,-247.5 + parent: 2 + - uid: 8241 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,-308.5 + parent: 2 + - uid: 8485 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-304.5 + parent: 2 + - uid: 8773 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-304.5 + parent: 2 + - uid: 9422 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-337.5 + parent: 2 + - uid: 9873 + components: + - type: Transform + pos: -9.5,-194.5 + parent: 2 + - uid: 9874 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-190.5 + parent: 2 + - uid: 10066 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-194.5 + parent: 2 + - uid: 12837 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-9.5 + parent: 2 + - uid: 13504 + components: + - type: Transform + pos: 1.5,-10.5 + parent: 2 + - uid: 13506 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-10.5 + parent: 2 + - uid: 13767 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-149.5 + parent: 2 + - uid: 13787 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-140.5 + parent: 2 + - uid: 14036 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-285.5 + parent: 2 + - uid: 14220 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-340.5 + parent: 2 + - uid: 14221 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-340.5 + parent: 2 + - uid: 14331 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-339.5 + parent: 2 + - uid: 15308 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-4.5 + parent: 2 + - uid: 15450 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-125.5 + parent: 2 + - uid: 15550 + components: + - type: Transform + pos: 3.5,-206.5 + parent: 2 + - uid: 15565 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-356.5 + parent: 2 + - uid: 15656 + components: + - type: Transform + pos: 0.5,-286.5 + parent: 2 + - uid: 15657 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-286.5 + parent: 2 + - uid: 15658 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-284.5 + parent: 2 + - uid: 15672 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-274.5 + parent: 2 + - uid: 15675 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-274.5 + parent: 2 + - uid: 15744 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-221.5 + parent: 2 + - uid: 15745 + components: + - type: Transform + pos: 3.5,-219.5 + parent: 2 + - uid: 17033 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,-259.5 + parent: 2 +- proto: DisposalJunction + entities: + - uid: 9420 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-337.5 + parent: 2 + - uid: 15337 + components: + - type: Transform + pos: 0.5,-32.5 + parent: 2 + - uid: 15449 + components: + - type: Transform + pos: 0.5,-125.5 + parent: 2 + - uid: 15479 + components: + - type: Transform + pos: 0.5,-150.5 + parent: 2 + - uid: 15492 + components: + - type: Transform + pos: 0.5,-162.5 + parent: 2 + - uid: 15610 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-316.5 + parent: 2 + - uid: 15620 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-308.5 + parent: 2 + - uid: 15679 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-270.5 + parent: 2 + - uid: 15696 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-255.5 + parent: 2 +- proto: DisposalJunctionFlipped + entities: + - uid: 2404 + components: + - type: Transform + pos: 0.5,-179.5 + parent: 2 + - uid: 6769 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-259.5 + parent: 2 + - uid: 15336 + components: + - type: Transform + pos: 0.5,-37.5 + parent: 2 + - uid: 15368 + components: + - type: Transform + pos: 0.5,-56.5 + parent: 2 + - uid: 15369 + components: + - type: Transform + pos: 0.5,-69.5 + parent: 2 + - uid: 15399 + components: + - type: Transform + pos: 0.5,-84.5 + parent: 2 + - uid: 15413 + components: + - type: Transform + pos: 0.5,-97.5 + parent: 2 + - uid: 15432 + components: + - type: Transform + pos: 0.5,-108.5 + parent: 2 + - uid: 15523 + components: + - type: Transform + pos: 0.5,-189.5 + parent: 2 + - uid: 15547 + components: + - type: Transform + pos: 0.5,-206.5 + parent: 2 + - uid: 15662 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-284.5 + parent: 2 +- proto: DisposalPipe + entities: + - uid: 1095 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-283.5 + parent: 2 + - uid: 1499 + components: + - type: Transform + pos: -9.5,-219.5 + parent: 2 + - uid: 1519 + components: + - type: Transform + pos: -9.5,-202.5 + parent: 2 + - uid: 1573 + components: + - type: Transform + pos: -9.5,-203.5 + parent: 2 + - uid: 1614 + components: + - type: Transform + pos: -9.5,-205.5 + parent: 2 + - uid: 2153 + components: + - type: Transform + pos: 1.5,-278.5 + parent: 2 + - uid: 2167 + components: + - type: Transform + pos: 1.5,-280.5 + parent: 2 + - uid: 2257 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-282.5 + parent: 2 + - uid: 2375 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-179.5 + parent: 2 + - uid: 2401 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-179.5 + parent: 2 + - uid: 2574 + components: + - type: Transform + pos: -0.5,-247.5 + parent: 2 + - uid: 2733 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-275.5 + parent: 2 + - uid: 3069 + components: + - type: Transform + pos: 15.5,-96.5 + parent: 2 + - uid: 3070 + components: + - type: Transform + pos: 15.5,-115.5 + parent: 2 + - uid: 3096 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-276.5 + parent: 2 + - uid: 3394 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-274.5 + parent: 2 + - uid: 3695 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-284.5 + parent: 2 + - uid: 4174 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-9.5 + parent: 2 + - uid: 4178 + components: + - type: Transform + pos: 15.5,-114.5 + parent: 2 + - uid: 4526 + components: + - type: Transform + pos: 2.5,-10.5 + parent: 2 + - uid: 5022 + components: + - type: Transform + pos: -0.5,-248.5 + parent: 2 + - uid: 5023 + components: + - type: Transform + pos: -0.5,-249.5 + parent: 2 + - uid: 5025 + components: + - type: Transform + pos: -0.5,-250.5 + parent: 2 + - uid: 5027 + components: + - type: Transform + pos: -0.5,-251.5 + parent: 2 + - uid: 5081 + components: + - type: Transform + pos: -0.5,-243.5 + parent: 2 + - uid: 5087 + components: + - type: Transform + pos: -0.5,-244.5 + parent: 2 + - uid: 5173 + components: + - type: Transform + pos: -0.5,-245.5 + parent: 2 + - uid: 5177 + components: + - type: Transform + pos: -0.5,-246.5 + parent: 2 + - uid: 5356 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-341.5 + parent: 2 + - uid: 5357 + components: + - type: Transform + pos: -0.5,-252.5 + parent: 2 + - uid: 6641 + components: + - type: Transform + pos: 1.5,-281.5 + parent: 2 + - uid: 6668 + components: + - type: Transform + pos: 15.5,-136.5 + parent: 2 + - uid: 6669 + components: + - type: Transform + pos: 15.5,-119.5 + parent: 2 + - uid: 6749 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-339.5 + parent: 2 + - uid: 6767 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-244.5 + parent: 2 + - uid: 6768 + components: + - type: Transform + pos: -0.5,-260.5 + parent: 2 + - uid: 6772 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-246.5 + parent: 2 + - uid: 6773 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-245.5 + parent: 2 + - uid: 6787 + components: + - type: Transform + pos: -0.5,-253.5 + parent: 2 + - uid: 6788 + components: + - type: Transform + pos: -0.5,-254.5 + parent: 2 + - uid: 6789 + components: + - type: Transform + pos: -0.5,-259.5 + parent: 2 + - uid: 6790 + components: + - type: Transform + pos: -0.5,-255.5 + parent: 2 + - uid: 6791 + components: + - type: Transform + pos: -0.5,-256.5 + parent: 2 + - uid: 6792 + components: + - type: Transform + pos: -0.5,-257.5 + parent: 2 + - uid: 6793 + components: + - type: Transform + pos: -0.5,-258.5 + parent: 2 + - uid: 6817 + components: + - type: Transform + pos: 15.5,-117.5 + parent: 2 + - uid: 6818 + components: + - type: Transform + pos: 15.5,-128.5 + parent: 2 + - uid: 6884 + components: + - type: Transform + pos: 15.5,-130.5 + parent: 2 + - uid: 6885 + components: + - type: Transform + pos: 15.5,-131.5 + parent: 2 + - uid: 7421 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-295.5 + parent: 2 + - uid: 7422 + components: + - type: Transform + pos: -9.5,-228.5 + parent: 2 + - uid: 7424 + components: + - type: Transform + pos: -9.5,-229.5 + parent: 2 + - uid: 7425 + components: + - type: Transform + pos: -9.5,-230.5 + parent: 2 + - uid: 7426 + components: + - type: Transform + pos: -9.5,-232.5 + parent: 2 + - uid: 7446 + components: + - type: Transform + pos: 15.5,-129.5 + parent: 2 + - uid: 7447 + components: + - type: Transform + pos: 15.5,-135.5 + parent: 2 + - uid: 7456 + components: + - type: Transform + pos: 15.5,-134.5 + parent: 2 + - uid: 7465 + components: + - type: Transform + pos: -9.5,-252.5 + parent: 2 + - uid: 7468 + components: + - type: Transform + pos: -9.5,-238.5 + parent: 2 + - uid: 7469 + components: + - type: Transform + pos: -9.5,-249.5 + parent: 2 + - uid: 7470 + components: + - type: Transform + pos: -9.5,-243.5 + parent: 2 + - uid: 7471 + components: + - type: Transform + pos: -9.5,-257.5 + parent: 2 + - uid: 7472 + components: + - type: Transform + pos: -9.5,-260.5 + parent: 2 + - uid: 7473 + components: + - type: Transform + pos: -9.5,-231.5 + parent: 2 + - uid: 7474 + components: + - type: Transform + pos: -9.5,-233.5 + parent: 2 + - uid: 7480 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-298.5 + parent: 2 + - uid: 7486 + components: + - type: Transform + pos: 15.5,-116.5 + parent: 2 + - uid: 7505 + components: + - type: Transform + pos: 15.5,-133.5 + parent: 2 + - uid: 7772 + components: + - type: Transform + pos: -9.5,-227.5 + parent: 2 + - uid: 7785 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-256.5 + parent: 2 + - uid: 7786 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-257.5 + parent: 2 + - uid: 7830 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-250.5 + parent: 2 + - uid: 7868 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-250.5 + parent: 2 + - uid: 7910 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-255.5 + parent: 2 + - uid: 7946 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-248.5 + parent: 2 + - uid: 7964 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-252.5 + parent: 2 + - uid: 7972 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-258.5 + parent: 2 + - uid: 7977 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-260.5 + parent: 2 + - uid: 7993 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-250.5 + parent: 2 + - uid: 7995 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-250.5 + parent: 2 + - uid: 7996 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-250.5 + parent: 2 + - uid: 7997 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-243.5 + parent: 2 + - uid: 8106 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-250.5 + parent: 2 + - uid: 8109 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-249.5 + parent: 2 + - uid: 8110 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-250.5 + parent: 2 + - uid: 8116 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-249.5 + parent: 2 + - uid: 8218 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-250.5 + parent: 2 + - uid: 8221 + components: + - type: Transform + pos: -9.5,-207.5 + parent: 2 + - uid: 8222 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-308.5 + parent: 2 + - uid: 8223 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-303.5 + parent: 2 + - uid: 8224 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-301.5 + parent: 2 + - uid: 8231 + components: + - type: Transform + pos: -9.5,-279.5 + parent: 2 + - uid: 8233 + components: + - type: Transform + pos: -13.5,-305.5 + parent: 2 + - uid: 8243 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-308.5 + parent: 2 + - uid: 8244 + components: + - type: Transform + pos: 15.5,-86.5 + parent: 2 + - uid: 8245 + components: + - type: Transform + pos: -9.5,-262.5 + parent: 2 + - uid: 8246 + components: + - type: Transform + pos: -9.5,-282.5 + parent: 2 + - uid: 8247 + components: + - type: Transform + pos: -9.5,-266.5 + parent: 2 + - uid: 8251 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-299.5 + parent: 2 + - uid: 8252 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-193.5 + parent: 2 + - uid: 8254 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-190.5 + parent: 2 + - uid: 8257 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-190.5 + parent: 2 + - uid: 8258 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-191.5 + parent: 2 + - uid: 8381 + components: + - type: Transform + pos: -9.5,-245.5 + parent: 2 + - uid: 8396 + components: + - type: Transform + pos: 1.5,-318.5 + parent: 2 + - uid: 8397 + components: + - type: Transform + pos: 15.5,-104.5 + parent: 2 + - uid: 8398 + components: + - type: Transform + pos: 15.5,-110.5 + parent: 2 + - uid: 8400 + components: + - type: Transform + pos: 15.5,-106.5 + parent: 2 + - uid: 8401 + components: + - type: Transform + pos: 15.5,-108.5 + parent: 2 + - uid: 8402 + components: + - type: Transform + pos: 15.5,-105.5 + parent: 2 + - uid: 8403 + components: + - type: Transform + pos: 15.5,-123.5 + parent: 2 + - uid: 8404 + components: + - type: Transform + pos: 15.5,-109.5 + parent: 2 + - uid: 8407 + components: + - type: Transform + pos: -9.5,-244.5 + parent: 2 + - uid: 8426 + components: + - type: Transform + pos: 15.5,-121.5 + parent: 2 + - uid: 8429 + components: + - type: Transform + pos: 15.5,-122.5 + parent: 2 + - uid: 8438 + components: + - type: Transform + pos: 15.5,-111.5 + parent: 2 + - uid: 8453 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-253.5 + parent: 2 + - uid: 8460 + components: + - type: Transform + pos: -9.5,-251.5 + parent: 2 + - uid: 8484 + components: + - type: Transform + pos: 15.5,-99.5 + parent: 2 + - uid: 8486 + components: + - type: Transform + pos: -9.5,-284.5 + parent: 2 + - uid: 8735 + components: + - type: Transform + pos: -9.5,-280.5 + parent: 2 + - uid: 8737 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-302.5 + parent: 2 + - uid: 8739 + components: + - type: Transform + pos: -13.5,-306.5 + parent: 2 + - uid: 8742 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-300.5 + parent: 2 + - uid: 8743 + components: + - type: Transform + pos: -13.5,-307.5 + parent: 2 + - uid: 8771 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-194.5 + parent: 2 + - uid: 8772 + components: + - type: Transform + pos: 15.5,-87.5 + parent: 2 + - uid: 8775 + components: + - type: Transform + pos: -9.5,-204.5 + parent: 2 + - uid: 8776 + components: + - type: Transform + pos: -9.5,-209.5 + parent: 2 + - uid: 8778 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-190.5 + parent: 2 + - uid: 8779 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-190.5 + parent: 2 + - uid: 8782 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-194.5 + parent: 2 + - uid: 8784 + components: + - type: Transform + pos: -9.5,-264.5 + parent: 2 + - uid: 8785 + components: + - type: Transform + pos: -9.5,-267.5 + parent: 2 + - uid: 8800 + components: + - type: Transform + pos: -9.5,-268.5 + parent: 2 + - uid: 8813 + components: + - type: Transform + pos: 15.5,-124.5 + parent: 2 + - uid: 8814 + components: + - type: Transform + pos: 15.5,-127.5 + parent: 2 + - uid: 8817 + components: + - type: Transform + pos: 15.5,-125.5 + parent: 2 + - uid: 8818 + components: + - type: Transform + pos: 15.5,-126.5 + parent: 2 + - uid: 8827 + components: + - type: Transform + pos: 15.5,-118.5 + parent: 2 + - uid: 8828 + components: + - type: Transform + pos: 15.5,-120.5 + parent: 2 + - uid: 8846 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-254.5 + parent: 2 + - uid: 8847 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-250.5 + parent: 2 + - uid: 8848 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-251.5 + parent: 2 + - uid: 8849 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-250.5 + parent: 2 + - uid: 8868 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-259.5 + parent: 2 + - uid: 8869 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-250.5 + parent: 2 + - uid: 8870 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-308.5 + parent: 2 + - uid: 8871 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-308.5 + parent: 2 + - uid: 8882 + components: + - type: Transform + pos: 15.5,-92.5 + parent: 2 + - uid: 8919 + components: + - type: Transform + pos: 15.5,-132.5 + parent: 2 + - uid: 8920 + components: + - type: Transform + pos: -9.5,-275.5 + parent: 2 + - uid: 8935 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-297.5 + parent: 2 + - uid: 8938 + components: + - type: Transform + pos: -9.5,-281.5 + parent: 2 + - uid: 8948 + components: + - type: Transform + pos: -9.5,-248.5 + parent: 2 + - uid: 8949 + components: + - type: Transform + pos: -9.5,-270.5 + parent: 2 + - uid: 8950 + components: + - type: Transform + pos: -9.5,-222.5 + parent: 2 + - uid: 8951 + components: + - type: Transform + pos: -9.5,-255.5 + parent: 2 + - uid: 8952 + components: + - type: Transform + pos: -9.5,-253.5 + parent: 2 + - uid: 8953 + components: + - type: Transform + pos: -9.5,-254.5 + parent: 2 + - uid: 8958 + components: + - type: Transform + pos: -9.5,-256.5 + parent: 2 + - uid: 8959 + components: + - type: Transform + pos: -9.5,-259.5 + parent: 2 + - uid: 8960 + components: + - type: Transform + pos: -9.5,-261.5 + parent: 2 + - uid: 8962 + components: + - type: Transform + pos: -9.5,-247.5 + parent: 2 + - uid: 8963 + components: + - type: Transform + pos: -9.5,-258.5 + parent: 2 + - uid: 8964 + components: + - type: Transform + pos: -9.5,-250.5 + parent: 2 + - uid: 8989 + components: + - type: Transform + pos: 15.5,-113.5 + parent: 2 + - uid: 9037 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-282.5 + parent: 2 + - uid: 9076 + components: + - type: Transform + pos: -9.5,-220.5 + parent: 2 + - uid: 9079 + components: + - type: Transform + pos: 15.5,-93.5 + parent: 2 + - uid: 9093 + components: + - type: Transform + pos: -9.5,-269.5 + parent: 2 + - uid: 9419 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-337.5 + parent: 2 + - uid: 9421 + components: + - type: Transform + pos: 2.5,-336.5 + parent: 2 + - uid: 9803 + components: + - type: Transform + pos: 15.5,-94.5 + parent: 2 + - uid: 9830 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-289.5 + parent: 2 + - uid: 9851 + components: + - type: Transform + pos: -9.5,-283.5 + parent: 2 + - uid: 9867 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-287.5 + parent: 2 + - uid: 9872 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-287.5 + parent: 2 + - uid: 9905 + components: + - type: Transform + pos: 15.5,-101.5 + parent: 2 + - uid: 10074 + components: + - type: Transform + pos: -9.5,-285.5 + parent: 2 + - uid: 10326 + components: + - type: Transform + pos: -9.5,-212.5 + parent: 2 + - uid: 10327 + components: + - type: Transform + pos: -9.5,-210.5 + parent: 2 + - uid: 10331 + components: + - type: Transform + pos: -9.5,-211.5 + parent: 2 + - uid: 10334 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-288.5 + parent: 2 + - uid: 10335 + components: + - type: Transform + pos: -9.5,-217.5 + parent: 2 + - uid: 10344 + components: + - type: Transform + pos: -9.5,-216.5 + parent: 2 + - uid: 10345 + components: + - type: Transform + pos: -9.5,-215.5 + parent: 2 + - uid: 10346 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-290.5 + parent: 2 + - uid: 10347 + components: + - type: Transform + pos: -9.5,-236.5 + parent: 2 + - uid: 10352 + components: + - type: Transform + pos: -9.5,-241.5 + parent: 2 + - uid: 10403 + components: + - type: Transform + pos: 15.5,-100.5 + parent: 2 + - uid: 10404 + components: + - type: Transform + pos: 15.5,-97.5 + parent: 2 + - uid: 10405 + components: + - type: Transform + pos: 15.5,-102.5 + parent: 2 + - uid: 10406 + components: + - type: Transform + pos: 15.5,-103.5 + parent: 2 + - uid: 10528 + components: + - type: Transform + pos: -9.5,-263.5 + parent: 2 + - uid: 10570 + components: + - type: Transform + pos: -9.5,-265.5 + parent: 2 + - uid: 10572 + components: + - type: Transform + pos: -9.5,-276.5 + parent: 2 + - uid: 11454 + components: + - type: Transform + pos: 15.5,-88.5 + parent: 2 + - uid: 11474 + components: + - type: Transform + pos: -9.5,-277.5 + parent: 2 + - uid: 11490 + components: + - type: Transform + pos: -9.5,-278.5 + parent: 2 + - uid: 11495 + components: + - type: Transform + pos: 15.5,-90.5 + parent: 2 + - uid: 11497 + components: + - type: Transform + pos: 15.5,-89.5 + parent: 2 + - uid: 11521 + components: + - type: Transform + pos: 15.5,-95.5 + parent: 2 + - uid: 11525 + components: + - type: Transform + pos: 15.5,-98.5 + parent: 2 + - uid: 11721 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-292.5 + parent: 2 + - uid: 11729 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-293.5 + parent: 2 + - uid: 11737 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-294.5 + parent: 2 + - uid: 11738 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-291.5 + parent: 2 + - uid: 11739 + components: + - type: Transform + pos: -9.5,-225.5 + parent: 2 + - uid: 11743 + components: + - type: Transform + pos: -9.5,-234.5 + parent: 2 + - uid: 11744 + components: + - type: Transform + pos: -9.5,-237.5 + parent: 2 + - uid: 11745 + components: + - type: Transform + pos: -9.5,-239.5 + parent: 2 + - uid: 11794 + components: + - type: Transform + pos: -9.5,-235.5 + parent: 2 + - uid: 11802 + components: + - type: Transform + pos: -9.5,-240.5 + parent: 2 + - uid: 11883 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-296.5 + parent: 2 + - uid: 11987 + components: + - type: Transform + pos: 15.5,-91.5 + parent: 2 + - uid: 11992 + components: + - type: Transform + pos: -9.5,-242.5 + parent: 2 + - uid: 12008 + components: + - type: Transform + pos: -9.5,-208.5 + parent: 2 + - uid: 12115 + components: + - type: Transform + pos: -9.5,-197.5 + parent: 2 + - uid: 12122 + components: + - type: Transform + pos: -9.5,-198.5 + parent: 2 + - uid: 12124 + components: + - type: Transform + pos: -9.5,-199.5 + parent: 2 + - uid: 12125 + components: + - type: Transform + pos: -9.5,-200.5 + parent: 2 + - uid: 12129 + components: + - type: Transform + pos: -9.5,-195.5 + parent: 2 + - uid: 12133 + components: + - type: Transform + pos: -9.5,-201.5 + parent: 2 + - uid: 12136 + components: + - type: Transform + pos: -9.5,-206.5 + parent: 2 + - uid: 12144 + components: + - type: Transform + pos: -9.5,-246.5 + parent: 2 + - uid: 12145 + components: + - type: Transform + pos: -9.5,-221.5 + parent: 2 + - uid: 12158 + components: + - type: Transform + pos: -0.5,-163.5 + parent: 2 + - uid: 12170 + components: + - type: Transform + pos: 1.5,-82.5 + parent: 2 + - uid: 12173 + components: + - type: Transform + pos: -9.5,-224.5 + parent: 2 + - uid: 12174 + components: + - type: Transform + pos: -9.5,-226.5 + parent: 2 + - uid: 12182 + components: + - type: Transform + pos: -9.5,-218.5 + parent: 2 + - uid: 12192 + components: + - type: Transform + pos: -9.5,-273.5 + parent: 2 + - uid: 12193 + components: + - type: Transform + pos: -9.5,-274.5 + parent: 2 + - uid: 12194 + components: + - type: Transform + pos: -9.5,-214.5 + parent: 2 + - uid: 12198 + components: + - type: Transform + pos: -9.5,-213.5 + parent: 2 + - uid: 12203 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-192.5 + parent: 2 + - uid: 12206 + components: + - type: Transform + pos: -9.5,-196.5 + parent: 2 + - uid: 12208 + components: + - type: Transform + pos: -9.5,-271.5 + parent: 2 + - uid: 13376 + components: + - type: Transform + pos: -9.5,-286.5 + parent: 2 + - uid: 13475 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-28.5 + parent: 2 + - uid: 13476 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-27.5 + parent: 2 + - uid: 13477 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-26.5 + parent: 2 + - uid: 13478 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-25.5 + parent: 2 + - uid: 13479 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-24.5 + parent: 2 + - uid: 13480 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-23.5 + parent: 2 + - uid: 13481 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-22.5 + parent: 2 + - uid: 13482 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-21.5 + parent: 2 + - uid: 13483 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-20.5 + parent: 2 + - uid: 13484 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-19.5 + parent: 2 + - uid: 13485 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-18.5 + parent: 2 + - uid: 13486 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-18.5 + parent: 2 + - uid: 13487 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-19.5 + parent: 2 + - uid: 13488 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-20.5 + parent: 2 + - uid: 13489 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-21.5 + parent: 2 + - uid: 13490 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-22.5 + parent: 2 + - uid: 13491 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-23.5 + parent: 2 + - uid: 13492 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-24.5 + parent: 2 + - uid: 13493 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-25.5 + parent: 2 + - uid: 13494 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-26.5 + parent: 2 + - uid: 13495 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-27.5 + parent: 2 + - uid: 13496 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-28.5 + parent: 2 + - uid: 13497 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-17.5 + parent: 2 + - uid: 13498 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-16.5 + parent: 2 + - uid: 13499 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-15.5 + parent: 2 + - uid: 13500 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-14.5 + parent: 2 + - uid: 13501 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-13.5 + parent: 2 + - uid: 13502 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-12.5 + parent: 2 + - uid: 13505 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-10.5 + parent: 2 + - uid: 13507 + components: + - type: Transform + pos: -0.5,-11.5 + parent: 2 + - uid: 13508 + components: + - type: Transform + pos: -0.5,-12.5 + parent: 2 + - uid: 13509 + components: + - type: Transform + pos: -0.5,-13.5 + parent: 2 + - uid: 13510 + components: + - type: Transform + pos: -0.5,-14.5 + parent: 2 + - uid: 13511 + components: + - type: Transform + pos: -0.5,-15.5 + parent: 2 + - uid: 13512 + components: + - type: Transform + pos: -0.5,-16.5 + parent: 2 + - uid: 13513 + components: + - type: Transform + pos: -0.5,-17.5 + parent: 2 + - uid: 13519 + components: + - type: Transform + pos: 1.5,-29.5 + parent: 2 + - uid: 13520 + components: + - type: Transform + pos: 1.5,-30.5 + parent: 2 + - uid: 13521 + components: + - type: Transform + pos: 1.5,-31.5 + parent: 2 + - uid: 13522 + components: + - type: Transform + pos: 1.5,-32.5 + parent: 2 + - uid: 13523 + components: + - type: Transform + pos: 1.5,-33.5 + parent: 2 + - uid: 13524 + components: + - type: Transform + pos: 1.5,-34.5 + parent: 2 + - uid: 13525 + components: + - type: Transform + pos: 1.5,-35.5 + parent: 2 + - uid: 13526 + components: + - type: Transform + pos: 1.5,-36.5 + parent: 2 + - uid: 13527 + components: + - type: Transform + pos: 1.5,-37.5 + parent: 2 + - uid: 13528 + components: + - type: Transform + pos: -0.5,-29.5 + parent: 2 + - uid: 13529 + components: + - type: Transform + pos: -0.5,-30.5 + parent: 2 + - uid: 13530 + components: + - type: Transform + pos: -0.5,-31.5 + parent: 2 + - uid: 13531 + components: + - type: Transform + pos: -0.5,-32.5 + parent: 2 + - uid: 13532 + components: + - type: Transform + pos: -0.5,-33.5 + parent: 2 + - uid: 13533 + components: + - type: Transform + pos: -0.5,-34.5 + parent: 2 + - uid: 13534 + components: + - type: Transform + pos: -0.5,-35.5 + parent: 2 + - uid: 13535 + components: + - type: Transform + pos: -0.5,-36.5 + parent: 2 + - uid: 13536 + components: + - type: Transform + pos: -0.5,-37.5 + parent: 2 + - uid: 13537 + components: + - type: Transform + pos: -0.5,-38.5 + parent: 2 + - uid: 13538 + components: + - type: Transform + pos: -0.5,-39.5 + parent: 2 + - uid: 13539 + components: + - type: Transform + pos: -0.5,-40.5 + parent: 2 + - uid: 13540 + components: + - type: Transform + pos: -0.5,-41.5 + parent: 2 + - uid: 13541 + components: + - type: Transform + pos: -0.5,-42.5 + parent: 2 + - uid: 13542 + components: + - type: Transform + pos: -0.5,-43.5 + parent: 2 + - uid: 13543 + components: + - type: Transform + pos: -0.5,-44.5 + parent: 2 + - uid: 13544 + components: + - type: Transform + pos: 1.5,-38.5 + parent: 2 + - uid: 13545 + components: + - type: Transform + pos: 1.5,-39.5 + parent: 2 + - uid: 13546 + components: + - type: Transform + pos: 1.5,-40.5 + parent: 2 + - uid: 13547 + components: + - type: Transform + pos: 1.5,-41.5 + parent: 2 + - uid: 13548 + components: + - type: Transform + pos: 1.5,-42.5 + parent: 2 + - uid: 13549 + components: + - type: Transform + pos: 1.5,-43.5 + parent: 2 + - uid: 13550 + components: + - type: Transform + pos: 1.5,-44.5 + parent: 2 + - uid: 13551 + components: + - type: Transform + pos: 1.5,-45.5 + parent: 2 + - uid: 13552 + components: + - type: Transform + pos: 1.5,-46.5 + parent: 2 + - uid: 13553 + components: + - type: Transform + pos: 1.5,-47.5 + parent: 2 + - uid: 13554 + components: + - type: Transform + pos: 1.5,-48.5 + parent: 2 + - uid: 13555 + components: + - type: Transform + pos: 1.5,-49.5 + parent: 2 + - uid: 13556 + components: + - type: Transform + pos: 1.5,-50.5 + parent: 2 + - uid: 13557 + components: + - type: Transform + pos: 1.5,-51.5 + parent: 2 + - uid: 13558 + components: + - type: Transform + pos: 1.5,-52.5 + parent: 2 + - uid: 13559 + components: + - type: Transform + pos: 1.5,-53.5 + parent: 2 + - uid: 13560 + components: + - type: Transform + pos: 1.5,-54.5 + parent: 2 + - uid: 13561 + components: + - type: Transform + pos: 1.5,-55.5 + parent: 2 + - uid: 13562 + components: + - type: Transform + pos: 1.5,-56.5 + parent: 2 + - uid: 13563 + components: + - type: Transform + pos: -0.5,-45.5 + parent: 2 + - uid: 13564 + components: + - type: Transform + pos: -0.5,-46.5 + parent: 2 + - uid: 13565 + components: + - type: Transform + pos: -0.5,-47.5 + parent: 2 + - uid: 13566 + components: + - type: Transform + pos: -0.5,-48.5 + parent: 2 + - uid: 13567 + components: + - type: Transform + pos: -0.5,-49.5 + parent: 2 + - uid: 13568 + components: + - type: Transform + pos: -0.5,-50.5 + parent: 2 + - uid: 13569 + components: + - type: Transform + pos: -0.5,-51.5 + parent: 2 + - uid: 13570 + components: + - type: Transform + pos: -0.5,-52.5 + parent: 2 + - uid: 13571 + components: + - type: Transform + pos: -0.5,-53.5 + parent: 2 + - uid: 13572 + components: + - type: Transform + pos: -0.5,-54.5 + parent: 2 + - uid: 13573 + components: + - type: Transform + pos: -0.5,-55.5 + parent: 2 + - uid: 13574 + components: + - type: Transform + pos: -0.5,-56.5 + parent: 2 + - uid: 13575 + components: + - type: Transform + pos: -0.5,-57.5 + parent: 2 + - uid: 13576 + components: + - type: Transform + pos: -0.5,-58.5 + parent: 2 + - uid: 13577 + components: + - type: Transform + pos: -0.5,-59.5 + parent: 2 + - uid: 13578 + components: + - type: Transform + pos: -0.5,-60.5 + parent: 2 + - uid: 13579 + components: + - type: Transform + pos: -0.5,-61.5 + parent: 2 + - uid: 13580 + components: + - type: Transform + pos: -0.5,-62.5 + parent: 2 + - uid: 13581 + components: + - type: Transform + pos: -0.5,-63.5 + parent: 2 + - uid: 13582 + components: + - type: Transform + pos: -0.5,-64.5 + parent: 2 + - uid: 13583 + components: + - type: Transform + pos: -0.5,-65.5 + parent: 2 + - uid: 13584 + components: + - type: Transform + pos: -0.5,-66.5 + parent: 2 + - uid: 13585 + components: + - type: Transform + pos: -0.5,-67.5 + parent: 2 + - uid: 13586 + components: + - type: Transform + pos: -0.5,-68.5 + parent: 2 + - uid: 13587 + components: + - type: Transform + pos: 1.5,-57.5 + parent: 2 + - uid: 13588 + components: + - type: Transform + pos: 1.5,-58.5 + parent: 2 + - uid: 13589 + components: + - type: Transform + pos: 1.5,-59.5 + parent: 2 + - uid: 13590 + components: + - type: Transform + pos: 1.5,-60.5 + parent: 2 + - uid: 13592 + components: + - type: Transform + pos: 1.5,-62.5 + parent: 2 + - uid: 13593 + components: + - type: Transform + pos: 1.5,-63.5 + parent: 2 + - uid: 13594 + components: + - type: Transform + pos: 1.5,-64.5 + parent: 2 + - uid: 13595 + components: + - type: Transform + pos: 1.5,-65.5 + parent: 2 + - uid: 13596 + components: + - type: Transform + pos: 1.5,-66.5 + parent: 2 + - uid: 13597 + components: + - type: Transform + pos: 1.5,-67.5 + parent: 2 + - uid: 13598 + components: + - type: Transform + pos: 1.5,-68.5 + parent: 2 + - uid: 13599 + components: + - type: Transform + pos: 1.5,-69.5 + parent: 2 + - uid: 13600 + components: + - type: Transform + pos: 1.5,-70.5 + parent: 2 + - uid: 13601 + components: + - type: Transform + pos: 1.5,-71.5 + parent: 2 + - uid: 13602 + components: + - type: Transform + pos: 1.5,-72.5 + parent: 2 + - uid: 13603 + components: + - type: Transform + pos: 1.5,-73.5 + parent: 2 + - uid: 13604 + components: + - type: Transform + pos: 1.5,-74.5 + parent: 2 + - uid: 13605 + components: + - type: Transform + pos: 1.5,-75.5 + parent: 2 + - uid: 13606 + components: + - type: Transform + pos: 1.5,-76.5 + parent: 2 + - uid: 13607 + components: + - type: Transform + pos: 1.5,-77.5 + parent: 2 + - uid: 13608 + components: + - type: Transform + pos: 1.5,-78.5 + parent: 2 + - uid: 13609 + components: + - type: Transform + pos: 1.5,-79.5 + parent: 2 + - uid: 13610 + components: + - type: Transform + pos: 1.5,-80.5 + parent: 2 + - uid: 13611 + components: + - type: Transform + pos: 1.5,-81.5 + parent: 2 + - uid: 13612 + components: + - type: Transform + pos: -0.5,-69.5 + parent: 2 + - uid: 13613 + components: + - type: Transform + pos: -0.5,-70.5 + parent: 2 + - uid: 13614 + components: + - type: Transform + pos: -0.5,-71.5 + parent: 2 + - uid: 13615 + components: + - type: Transform + pos: -0.5,-72.5 + parent: 2 + - uid: 13616 + components: + - type: Transform + pos: -0.5,-73.5 + parent: 2 + - uid: 13617 + components: + - type: Transform + pos: -0.5,-74.5 + parent: 2 + - uid: 13618 + components: + - type: Transform + pos: -0.5,-75.5 + parent: 2 + - uid: 13619 + components: + - type: Transform + pos: -0.5,-76.5 + parent: 2 + - uid: 13620 + components: + - type: Transform + pos: -0.5,-77.5 + parent: 2 + - uid: 13621 + components: + - type: Transform + pos: -0.5,-78.5 + parent: 2 + - uid: 13622 + components: + - type: Transform + pos: -0.5,-79.5 + parent: 2 + - uid: 13623 + components: + - type: Transform + pos: -0.5,-80.5 + parent: 2 + - uid: 13624 + components: + - type: Transform + pos: -0.5,-81.5 + parent: 2 + - uid: 13628 + components: + - type: Transform + pos: 1.5,-83.5 + parent: 2 + - uid: 13629 + components: + - type: Transform + pos: 1.5,-84.5 + parent: 2 + - uid: 13630 + components: + - type: Transform + pos: 1.5,-85.5 + parent: 2 + - uid: 13631 + components: + - type: Transform + pos: 1.5,-86.5 + parent: 2 + - uid: 13632 + components: + - type: Transform + pos: 1.5,-87.5 + parent: 2 + - uid: 13633 + components: + - type: Transform + pos: 1.5,-88.5 + parent: 2 + - uid: 13634 + components: + - type: Transform + pos: 1.5,-89.5 + parent: 2 + - uid: 13635 + components: + - type: Transform + pos: 1.5,-90.5 + parent: 2 + - uid: 13638 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-92.5 + parent: 2 + - uid: 13639 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-93.5 + parent: 2 + - uid: 13640 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-94.5 + parent: 2 + - uid: 13641 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-95.5 + parent: 2 + - uid: 13642 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-95.5 + parent: 2 + - uid: 13643 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-94.5 + parent: 2 + - uid: 13644 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-93.5 + parent: 2 + - uid: 13645 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-92.5 + parent: 2 + - uid: 13646 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-91.5 + parent: 2 + - uid: 13647 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-90.5 + parent: 2 + - uid: 13648 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-89.5 + parent: 2 + - uid: 13649 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-88.5 + parent: 2 + - uid: 13650 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-87.5 + parent: 2 + - uid: 13651 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-86.5 + parent: 2 + - uid: 13652 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-85.5 + parent: 2 + - uid: 13653 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-84.5 + parent: 2 + - uid: 13654 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-83.5 + parent: 2 + - uid: 13655 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-82.5 + parent: 2 + - uid: 13656 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-96.5 + parent: 2 + - uid: 13657 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-97.5 + parent: 2 + - uid: 13658 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-98.5 + parent: 2 + - uid: 13659 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-99.5 + parent: 2 + - uid: 13660 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-100.5 + parent: 2 + - uid: 13661 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-101.5 + parent: 2 + - uid: 13662 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-102.5 + parent: 2 + - uid: 13663 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-103.5 + parent: 2 + - uid: 13664 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-104.5 + parent: 2 + - uid: 13665 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-105.5 + parent: 2 + - uid: 13666 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-106.5 + parent: 2 + - uid: 13667 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-107.5 + parent: 2 + - uid: 13668 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-108.5 + parent: 2 + - uid: 13669 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-109.5 + parent: 2 + - uid: 13670 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-109.5 + parent: 2 + - uid: 13671 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-108.5 + parent: 2 + - uid: 13672 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-107.5 + parent: 2 + - uid: 13673 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-106.5 + parent: 2 + - uid: 13674 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-105.5 + parent: 2 + - uid: 13675 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-104.5 + parent: 2 + - uid: 13676 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-103.5 + parent: 2 + - uid: 13677 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-102.5 + parent: 2 + - uid: 13678 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-101.5 + parent: 2 + - uid: 13679 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-100.5 + parent: 2 + - uid: 13680 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-99.5 + parent: 2 + - uid: 13681 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-98.5 + parent: 2 + - uid: 13682 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-97.5 + parent: 2 + - uid: 13683 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-96.5 + parent: 2 + - uid: 13687 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-118.5 + parent: 2 + - uid: 13688 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-117.5 + parent: 2 + - uid: 13689 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-116.5 + parent: 2 + - uid: 13690 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-115.5 + parent: 2 + - uid: 13691 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-114.5 + parent: 2 + - uid: 13692 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-113.5 + parent: 2 + - uid: 13693 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-112.5 + parent: 2 + - uid: 13694 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-111.5 + parent: 2 + - uid: 13695 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-110.5 + parent: 2 + - uid: 13696 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-110.5 + parent: 2 + - uid: 13697 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-111.5 + parent: 2 + - uid: 13698 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-112.5 + parent: 2 + - uid: 13699 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-113.5 + parent: 2 + - uid: 13700 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-114.5 + parent: 2 + - uid: 13701 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-115.5 + parent: 2 + - uid: 13702 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-116.5 + parent: 2 + - uid: 13703 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-117.5 + parent: 2 + - uid: 13704 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-118.5 + parent: 2 + - uid: 13705 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-119.5 + parent: 2 + - uid: 13706 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-120.5 + parent: 2 + - uid: 13707 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-121.5 + parent: 2 + - uid: 13708 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-122.5 + parent: 2 + - uid: 13709 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-123.5 + parent: 2 + - uid: 13710 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-124.5 + parent: 2 + - uid: 13711 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-120.5 + parent: 2 + - uid: 13712 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-121.5 + parent: 2 + - uid: 13713 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-122.5 + parent: 2 + - uid: 13714 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-123.5 + parent: 2 + - uid: 13715 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-124.5 + parent: 2 + - uid: 13716 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-125.5 + parent: 2 + - uid: 13717 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-126.5 + parent: 2 + - uid: 13718 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-127.5 + parent: 2 + - uid: 13719 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-128.5 + parent: 2 + - uid: 13720 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-129.5 + parent: 2 + - uid: 13721 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-130.5 + parent: 2 + - uid: 13722 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-131.5 + parent: 2 + - uid: 13723 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-132.5 + parent: 2 + - uid: 13724 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-133.5 + parent: 2 + - uid: 13725 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-134.5 + parent: 2 + - uid: 13726 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-135.5 + parent: 2 + - uid: 13727 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-135.5 + parent: 2 + - uid: 13728 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-134.5 + parent: 2 + - uid: 13729 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-133.5 + parent: 2 + - uid: 13730 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-132.5 + parent: 2 + - uid: 13731 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-131.5 + parent: 2 + - uid: 13732 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-130.5 + parent: 2 + - uid: 13733 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-129.5 + parent: 2 + - uid: 13734 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-128.5 + parent: 2 + - uid: 13735 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-127.5 + parent: 2 + - uid: 13736 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-126.5 + parent: 2 + - uid: 13737 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-125.5 + parent: 2 + - uid: 13738 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-136.5 + parent: 2 + - uid: 13739 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-137.5 + parent: 2 + - uid: 13740 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-138.5 + parent: 2 + - uid: 13741 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-139.5 + parent: 2 + - uid: 13742 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-140.5 + parent: 2 + - uid: 13743 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-141.5 + parent: 2 + - uid: 13744 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-142.5 + parent: 2 + - uid: 13745 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-143.5 + parent: 2 + - uid: 13746 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-144.5 + parent: 2 + - uid: 13747 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-145.5 + parent: 2 + - uid: 13748 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-146.5 + parent: 2 + - uid: 13749 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-147.5 + parent: 2 + - uid: 13750 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-148.5 + parent: 2 + - uid: 13751 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-148.5 + parent: 2 + - uid: 13752 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-147.5 + parent: 2 + - uid: 13753 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-146.5 + parent: 2 + - uid: 13754 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-145.5 + parent: 2 + - uid: 13755 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-144.5 + parent: 2 + - uid: 13756 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-143.5 + parent: 2 + - uid: 13757 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-142.5 + parent: 2 + - uid: 13758 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-141.5 + parent: 2 + - uid: 13760 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-139.5 + parent: 2 + - uid: 13761 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-138.5 + parent: 2 + - uid: 13762 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-137.5 + parent: 2 + - uid: 13763 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-136.5 + parent: 2 + - uid: 13765 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-149.5 + parent: 2 + - uid: 13766 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-149.5 + parent: 2 + - uid: 13768 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-148.5 + parent: 2 + - uid: 13769 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-147.5 + parent: 2 + - uid: 13770 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-146.5 + parent: 2 + - uid: 13771 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-145.5 + parent: 2 + - uid: 13772 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-144.5 + parent: 2 + - uid: 13773 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-143.5 + parent: 2 + - uid: 13774 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-142.5 + parent: 2 + - uid: 13775 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-141.5 + parent: 2 + - uid: 13776 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-140.5 + parent: 2 + - uid: 13777 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-139.5 + parent: 2 + - uid: 13778 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-138.5 + parent: 2 + - uid: 13780 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-140.5 + parent: 2 + - uid: 13781 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-140.5 + parent: 2 + - uid: 13782 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-140.5 + parent: 2 + - uid: 13783 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-140.5 + parent: 2 + - uid: 13784 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-140.5 + parent: 2 + - uid: 13786 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-141.5 + parent: 2 + - uid: 13788 + components: + - type: Transform + pos: 1.5,-150.5 + parent: 2 + - uid: 13789 + components: + - type: Transform + pos: 1.5,-151.5 + parent: 2 + - uid: 13790 + components: + - type: Transform + pos: 1.5,-152.5 + parent: 2 + - uid: 13791 + components: + - type: Transform + pos: 1.5,-153.5 + parent: 2 + - uid: 13792 + components: + - type: Transform + pos: 1.5,-154.5 + parent: 2 + - uid: 13793 + components: + - type: Transform + pos: 1.5,-155.5 + parent: 2 + - uid: 13794 + components: + - type: Transform + pos: 1.5,-156.5 + parent: 2 + - uid: 13795 + components: + - type: Transform + pos: 1.5,-157.5 + parent: 2 + - uid: 13796 + components: + - type: Transform + pos: 1.5,-158.5 + parent: 2 + - uid: 13797 + components: + - type: Transform + pos: 1.5,-159.5 + parent: 2 + - uid: 13798 + components: + - type: Transform + pos: 1.5,-160.5 + parent: 2 + - uid: 13799 + components: + - type: Transform + pos: 1.5,-161.5 + parent: 2 + - uid: 13800 + components: + - type: Transform + pos: 1.5,-162.5 + parent: 2 + - uid: 13801 + components: + - type: Transform + pos: -0.5,-162.5 + parent: 2 + - uid: 13802 + components: + - type: Transform + pos: -0.5,-161.5 + parent: 2 + - uid: 13803 + components: + - type: Transform + pos: -0.5,-160.5 + parent: 2 + - uid: 13804 + components: + - type: Transform + pos: -0.5,-159.5 + parent: 2 + - uid: 13805 + components: + - type: Transform + pos: -0.5,-158.5 + parent: 2 + - uid: 13806 + components: + - type: Transform + pos: -0.5,-157.5 + parent: 2 + - uid: 13807 + components: + - type: Transform + pos: -0.5,-156.5 + parent: 2 + - uid: 13808 + components: + - type: Transform + pos: -0.5,-155.5 + parent: 2 + - uid: 13809 + components: + - type: Transform + pos: -0.5,-154.5 + parent: 2 + - uid: 13810 + components: + - type: Transform + pos: -0.5,-153.5 + parent: 2 + - uid: 13811 + components: + - type: Transform + pos: -0.5,-152.5 + parent: 2 + - uid: 13812 + components: + - type: Transform + pos: -0.5,-151.5 + parent: 2 + - uid: 13813 + components: + - type: Transform + pos: -0.5,-150.5 + parent: 2 + - uid: 13814 + components: + - type: Transform + pos: -0.5,-149.5 + parent: 2 + - uid: 13815 + components: + - type: Transform + pos: -0.5,-278.5 + parent: 2 + - uid: 13816 + components: + - type: Transform + pos: -0.5,-279.5 + parent: 2 + - uid: 13817 + components: + - type: Transform + pos: -0.5,-280.5 + parent: 2 + - uid: 13818 + components: + - type: Transform + pos: -0.5,-281.5 + parent: 2 + - uid: 13822 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-164.5 + parent: 2 + - uid: 13823 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-165.5 + parent: 2 + - uid: 13824 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-166.5 + parent: 2 + - uid: 13825 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-167.5 + parent: 2 + - uid: 13826 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-168.5 + parent: 2 + - uid: 13827 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-169.5 + parent: 2 + - uid: 13828 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-170.5 + parent: 2 + - uid: 13829 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-171.5 + parent: 2 + - uid: 13830 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-172.5 + parent: 2 + - uid: 13831 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-173.5 + parent: 2 + - uid: 13832 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-174.5 + parent: 2 + - uid: 13833 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-175.5 + parent: 2 + - uid: 13834 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-176.5 + parent: 2 + - uid: 13835 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-177.5 + parent: 2 + - uid: 13836 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-178.5 + parent: 2 + - uid: 13838 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-176.5 + parent: 2 + - uid: 13839 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-176.5 + parent: 2 + - uid: 13840 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-176.5 + parent: 2 + - uid: 13841 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-176.5 + parent: 2 + - uid: 13843 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-178.5 + parent: 2 + - uid: 13844 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-177.5 + parent: 2 + - uid: 13845 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-175.5 + parent: 2 + - uid: 13846 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-174.5 + parent: 2 + - uid: 13847 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-173.5 + parent: 2 + - uid: 13848 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-172.5 + parent: 2 + - uid: 13849 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-171.5 + parent: 2 + - uid: 13850 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-170.5 + parent: 2 + - uid: 13851 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-169.5 + parent: 2 + - uid: 13852 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-168.5 + parent: 2 + - uid: 13853 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-167.5 + parent: 2 + - uid: 13854 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-166.5 + parent: 2 + - uid: 13855 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-165.5 + parent: 2 + - uid: 13856 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-164.5 + parent: 2 + - uid: 13857 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-163.5 + parent: 2 + - uid: 13858 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-179.5 + parent: 2 + - uid: 13859 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-180.5 + parent: 2 + - uid: 13860 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-181.5 + parent: 2 + - uid: 13861 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-182.5 + parent: 2 + - uid: 13862 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-183.5 + parent: 2 + - uid: 13863 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-184.5 + parent: 2 + - uid: 13864 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-185.5 + parent: 2 + - uid: 13865 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-186.5 + parent: 2 + - uid: 13866 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-187.5 + parent: 2 + - uid: 13867 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-188.5 + parent: 2 + - uid: 13868 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-189.5 + parent: 2 + - uid: 13869 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-189.5 + parent: 2 + - uid: 13870 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-188.5 + parent: 2 + - uid: 13871 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-187.5 + parent: 2 + - uid: 13872 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-186.5 + parent: 2 + - uid: 13873 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-185.5 + parent: 2 + - uid: 13874 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-184.5 + parent: 2 + - uid: 13875 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-183.5 + parent: 2 + - uid: 13876 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-182.5 + parent: 2 + - uid: 13877 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-181.5 + parent: 2 + - uid: 13878 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-180.5 + parent: 2 + - uid: 13879 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-179.5 + parent: 2 + - uid: 13880 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-190.5 + parent: 2 + - uid: 13881 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-191.5 + parent: 2 + - uid: 13882 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-192.5 + parent: 2 + - uid: 13883 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-193.5 + parent: 2 + - uid: 13884 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-194.5 + parent: 2 + - uid: 13885 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-195.5 + parent: 2 + - uid: 13886 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-196.5 + parent: 2 + - uid: 13887 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-197.5 + parent: 2 + - uid: 13888 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-198.5 + parent: 2 + - uid: 13889 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-199.5 + parent: 2 + - uid: 13890 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-200.5 + parent: 2 + - uid: 13891 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-201.5 + parent: 2 + - uid: 13892 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-202.5 + parent: 2 + - uid: 13893 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-203.5 + parent: 2 + - uid: 13894 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-204.5 + parent: 2 + - uid: 13895 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-205.5 + parent: 2 + - uid: 13896 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-205.5 + parent: 2 + - uid: 13897 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-204.5 + parent: 2 + - uid: 13898 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-203.5 + parent: 2 + - uid: 13899 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-202.5 + parent: 2 + - uid: 13900 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-201.5 + parent: 2 + - uid: 13901 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-200.5 + parent: 2 + - uid: 13902 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-199.5 + parent: 2 + - uid: 13903 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-198.5 + parent: 2 + - uid: 13904 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-197.5 + parent: 2 + - uid: 13905 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-196.5 + parent: 2 + - uid: 13906 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-195.5 + parent: 2 + - uid: 13907 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-194.5 + parent: 2 + - uid: 13908 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-193.5 + parent: 2 + - uid: 13909 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-192.5 + parent: 2 + - uid: 13910 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-191.5 + parent: 2 + - uid: 13911 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-190.5 + parent: 2 + - uid: 13912 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-206.5 + parent: 2 + - uid: 13913 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-207.5 + parent: 2 + - uid: 13914 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-208.5 + parent: 2 + - uid: 13915 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-209.5 + parent: 2 + - uid: 13916 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-210.5 + parent: 2 + - uid: 13917 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-211.5 + parent: 2 + - uid: 13918 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-212.5 + parent: 2 + - uid: 13919 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-213.5 + parent: 2 + - uid: 13920 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-214.5 + parent: 2 + - uid: 13921 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-215.5 + parent: 2 + - uid: 13922 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-216.5 + parent: 2 + - uid: 13923 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-217.5 + parent: 2 + - uid: 13924 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-217.5 + parent: 2 + - uid: 13925 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-216.5 + parent: 2 + - uid: 13926 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-215.5 + parent: 2 + - uid: 13927 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-214.5 + parent: 2 + - uid: 13928 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-213.5 + parent: 2 + - uid: 13929 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-212.5 + parent: 2 + - uid: 13930 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-211.5 + parent: 2 + - uid: 13931 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-210.5 + parent: 2 + - uid: 13932 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-209.5 + parent: 2 + - uid: 13933 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-208.5 + parent: 2 + - uid: 13934 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-207.5 + parent: 2 + - uid: 13935 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-206.5 + parent: 2 + - uid: 13936 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-218.5 + parent: 2 + - uid: 13937 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-219.5 + parent: 2 + - uid: 13938 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-220.5 + parent: 2 + - uid: 13939 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-221.5 + parent: 2 + - uid: 13940 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-222.5 + parent: 2 + - uid: 13941 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-223.5 + parent: 2 + - uid: 13942 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-224.5 + parent: 2 + - uid: 13943 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-225.5 + parent: 2 + - uid: 13944 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-226.5 + parent: 2 + - uid: 13945 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-227.5 + parent: 2 + - uid: 13946 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-228.5 + parent: 2 + - uid: 13947 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-229.5 + parent: 2 + - uid: 13948 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-230.5 + parent: 2 + - uid: 13949 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-231.5 + parent: 2 + - uid: 13950 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-232.5 + parent: 2 + - uid: 13951 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-233.5 + parent: 2 + - uid: 13952 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-234.5 + parent: 2 + - uid: 13953 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-235.5 + parent: 2 + - uid: 13954 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-236.5 + parent: 2 + - uid: 13955 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-237.5 + parent: 2 + - uid: 13956 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-238.5 + parent: 2 + - uid: 13957 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-239.5 + parent: 2 + - uid: 13958 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-240.5 + parent: 2 + - uid: 13959 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-241.5 + parent: 2 + - uid: 13960 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-242.5 + parent: 2 + - uid: 13963 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-242.5 + parent: 2 + - uid: 13964 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-241.5 + parent: 2 + - uid: 13965 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-240.5 + parent: 2 + - uid: 13966 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-239.5 + parent: 2 + - uid: 13967 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-238.5 + parent: 2 + - uid: 13968 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-237.5 + parent: 2 + - uid: 13969 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-236.5 + parent: 2 + - uid: 13970 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-235.5 + parent: 2 + - uid: 13971 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-234.5 + parent: 2 + - uid: 13972 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-233.5 + parent: 2 + - uid: 13973 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-232.5 + parent: 2 + - uid: 13974 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-231.5 + parent: 2 + - uid: 13975 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-230.5 + parent: 2 + - uid: 13976 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-229.5 + parent: 2 + - uid: 13977 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-228.5 + parent: 2 + - uid: 13978 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-227.5 + parent: 2 + - uid: 13979 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-226.5 + parent: 2 + - uid: 13980 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-225.5 + parent: 2 + - uid: 13981 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-224.5 + parent: 2 + - uid: 13982 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-223.5 + parent: 2 + - uid: 13983 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-222.5 + parent: 2 + - uid: 13984 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-221.5 + parent: 2 + - uid: 13985 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-220.5 + parent: 2 + - uid: 13986 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-219.5 + parent: 2 + - uid: 13987 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-218.5 + parent: 2 + - uid: 14011 + components: + - type: Transform + pos: 15.5,-107.5 + parent: 2 + - uid: 14014 + components: + - type: Transform + pos: 15.5,-112.5 + parent: 2 + - uid: 14018 + components: + - type: Transform + pos: -9.5,-223.5 + parent: 2 + - uid: 14019 + components: + - type: Transform + pos: -9.5,-272.5 + parent: 2 + - uid: 14028 + components: + - type: Transform + pos: -3.5,-286.5 + parent: 2 + - uid: 14031 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-283.5 + parent: 2 + - uid: 14032 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-284.5 + parent: 2 + - uid: 14034 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-285.5 + parent: 2 + - uid: 14035 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-285.5 + parent: 2 + - uid: 14051 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-262.5 + parent: 2 + - uid: 14052 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-263.5 + parent: 2 + - uid: 14053 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-264.5 + parent: 2 + - uid: 14054 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-265.5 + parent: 2 + - uid: 14055 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-266.5 + parent: 2 + - uid: 14056 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-267.5 + parent: 2 + - uid: 14057 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-268.5 + parent: 2 + - uid: 14058 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-269.5 + parent: 2 + - uid: 14059 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-270.5 + parent: 2 + - uid: 14060 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-271.5 + parent: 2 + - uid: 14061 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-272.5 + parent: 2 + - uid: 14062 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-273.5 + parent: 2 + - uid: 14063 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-273.5 + parent: 2 + - uid: 14064 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-272.5 + parent: 2 + - uid: 14065 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-271.5 + parent: 2 + - uid: 14066 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-270.5 + parent: 2 + - uid: 14067 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-269.5 + parent: 2 + - uid: 14068 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-268.5 + parent: 2 + - uid: 14069 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-267.5 + parent: 2 + - uid: 14070 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-266.5 + parent: 2 + - uid: 14071 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-265.5 + parent: 2 + - uid: 14072 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-264.5 + parent: 2 + - uid: 14073 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-263.5 + parent: 2 + - uid: 14074 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-262.5 + parent: 2 + - uid: 14075 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-261.5 + parent: 2 + - uid: 14080 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-277.5 + parent: 2 + - uid: 14081 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-275.5 + parent: 2 + - uid: 14082 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-276.5 + parent: 2 + - uid: 14083 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-277.5 + parent: 2 + - uid: 14084 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-274.5 + parent: 2 + - uid: 14104 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-279.5 + parent: 2 + - uid: 14105 + components: + - type: Transform + pos: -3.5,-287.5 + parent: 2 + - uid: 14107 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-285.5 + parent: 2 + - uid: 14108 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-286.5 + parent: 2 + - uid: 14109 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-287.5 + parent: 2 + - uid: 14110 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-288.5 + parent: 2 + - uid: 14111 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-289.5 + parent: 2 + - uid: 14112 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-290.5 + parent: 2 + - uid: 14113 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-291.5 + parent: 2 + - uid: 14114 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-292.5 + parent: 2 + - uid: 14115 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-293.5 + parent: 2 + - uid: 14116 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-294.5 + parent: 2 + - uid: 14117 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-295.5 + parent: 2 + - uid: 14118 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-296.5 + parent: 2 + - uid: 14119 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-297.5 + parent: 2 + - uid: 14120 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-298.5 + parent: 2 + - uid: 14121 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-298.5 + parent: 2 + - uid: 14122 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-297.5 + parent: 2 + - uid: 14123 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-296.5 + parent: 2 + - uid: 14124 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-295.5 + parent: 2 + - uid: 14125 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-294.5 + parent: 2 + - uid: 14126 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-293.5 + parent: 2 + - uid: 14127 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-292.5 + parent: 2 + - uid: 14128 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-291.5 + parent: 2 + - uid: 14129 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-290.5 + parent: 2 + - uid: 14130 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-289.5 + parent: 2 + - uid: 14131 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-288.5 + parent: 2 + - uid: 14132 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-287.5 + parent: 2 + - uid: 14133 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-286.5 + parent: 2 + - uid: 14135 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-299.5 + parent: 2 + - uid: 14136 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-300.5 + parent: 2 + - uid: 14137 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-301.5 + parent: 2 + - uid: 14138 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-302.5 + parent: 2 + - uid: 14140 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-303.5 + parent: 2 + - uid: 14141 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-303.5 + parent: 2 + - uid: 14143 + components: + - type: Transform + pos: 1.5,-299.5 + parent: 2 + - uid: 14144 + components: + - type: Transform + pos: 1.5,-300.5 + parent: 2 + - uid: 14145 + components: + - type: Transform + pos: 1.5,-301.5 + parent: 2 + - uid: 14146 + components: + - type: Transform + pos: 1.5,-302.5 + parent: 2 + - uid: 14147 + components: + - type: Transform + pos: 1.5,-303.5 + parent: 2 + - uid: 14148 + components: + - type: Transform + pos: 1.5,-304.5 + parent: 2 + - uid: 14149 + components: + - type: Transform + pos: 1.5,-305.5 + parent: 2 + - uid: 14150 + components: + - type: Transform + pos: 1.5,-306.5 + parent: 2 + - uid: 14151 + components: + - type: Transform + pos: 1.5,-307.5 + parent: 2 + - uid: 14152 + components: + - type: Transform + pos: 1.5,-308.5 + parent: 2 + - uid: 14153 + components: + - type: Transform + pos: 1.5,-309.5 + parent: 2 + - uid: 14154 + components: + - type: Transform + pos: 1.5,-310.5 + parent: 2 + - uid: 14155 + components: + - type: Transform + pos: 1.5,-311.5 + parent: 2 + - uid: 14156 + components: + - type: Transform + pos: 1.5,-312.5 + parent: 2 + - uid: 14157 + components: + - type: Transform + pos: 1.5,-313.5 + parent: 2 + - uid: 14158 + components: + - type: Transform + pos: 1.5,-314.5 + parent: 2 + - uid: 14159 + components: + - type: Transform + pos: 1.5,-315.5 + parent: 2 + - uid: 14160 + components: + - type: Transform + pos: 1.5,-316.5 + parent: 2 + - uid: 14161 + components: + - type: Transform + pos: 1.5,-317.5 + parent: 2 + - uid: 14162 + components: + - type: Transform + pos: -0.5,-317.5 + parent: 2 + - uid: 14163 + components: + - type: Transform + pos: -0.5,-316.5 + parent: 2 + - uid: 14164 + components: + - type: Transform + pos: -0.5,-315.5 + parent: 2 + - uid: 14165 + components: + - type: Transform + pos: -0.5,-314.5 + parent: 2 + - uid: 14166 + components: + - type: Transform + pos: -0.5,-313.5 + parent: 2 + - uid: 14167 + components: + - type: Transform + pos: -0.5,-312.5 + parent: 2 + - uid: 14168 + components: + - type: Transform + pos: -0.5,-311.5 + parent: 2 + - uid: 14169 + components: + - type: Transform + pos: -0.5,-310.5 + parent: 2 + - uid: 14170 + components: + - type: Transform + pos: -0.5,-309.5 + parent: 2 + - uid: 14171 + components: + - type: Transform + pos: -0.5,-308.5 + parent: 2 + - uid: 14172 + components: + - type: Transform + pos: -0.5,-307.5 + parent: 2 + - uid: 14173 + components: + - type: Transform + pos: -0.5,-306.5 + parent: 2 + - uid: 14174 + components: + - type: Transform + pos: -0.5,-305.5 + parent: 2 + - uid: 14175 + components: + - type: Transform + pos: -0.5,-304.5 + parent: 2 + - uid: 14176 + components: + - type: Transform + pos: 1.5,-319.5 + parent: 2 + - uid: 14177 + components: + - type: Transform + pos: 1.5,-320.5 + parent: 2 + - uid: 14178 + components: + - type: Transform + pos: 1.5,-321.5 + parent: 2 + - uid: 14179 + components: + - type: Transform + pos: 1.5,-322.5 + parent: 2 + - uid: 14180 + components: + - type: Transform + pos: 1.5,-323.5 + parent: 2 + - uid: 14181 + components: + - type: Transform + pos: 1.5,-324.5 + parent: 2 + - uid: 14182 + components: + - type: Transform + pos: 1.5,-325.5 + parent: 2 + - uid: 14183 + components: + - type: Transform + pos: 1.5,-326.5 + parent: 2 + - uid: 14184 + components: + - type: Transform + pos: 1.5,-327.5 + parent: 2 + - uid: 14185 + components: + - type: Transform + pos: 1.5,-328.5 + parent: 2 + - uid: 14186 + components: + - type: Transform + pos: 1.5,-329.5 + parent: 2 + - uid: 14187 + components: + - type: Transform + pos: 1.5,-330.5 + parent: 2 + - uid: 14188 + components: + - type: Transform + pos: -0.5,-330.5 + parent: 2 + - uid: 14189 + components: + - type: Transform + pos: -0.5,-329.5 + parent: 2 + - uid: 14190 + components: + - type: Transform + pos: -0.5,-328.5 + parent: 2 + - uid: 14191 + components: + - type: Transform + pos: -0.5,-327.5 + parent: 2 + - uid: 14192 + components: + - type: Transform + pos: -0.5,-326.5 + parent: 2 + - uid: 14193 + components: + - type: Transform + pos: -0.5,-325.5 + parent: 2 + - uid: 14194 + components: + - type: Transform + pos: -0.5,-324.5 + parent: 2 + - uid: 14195 + components: + - type: Transform + pos: -0.5,-323.5 + parent: 2 + - uid: 14196 + components: + - type: Transform + pos: -0.5,-322.5 + parent: 2 + - uid: 14197 + components: + - type: Transform + pos: -0.5,-321.5 + parent: 2 + - uid: 14198 + components: + - type: Transform + pos: -0.5,-320.5 + parent: 2 + - uid: 14199 + components: + - type: Transform + pos: -0.5,-319.5 + parent: 2 + - uid: 14200 + components: + - type: Transform + pos: -0.5,-318.5 + parent: 2 + - uid: 14202 + components: + - type: Transform + pos: -0.5,-331.5 + parent: 2 + - uid: 14203 + components: + - type: Transform + pos: -0.5,-332.5 + parent: 2 + - uid: 14204 + components: + - type: Transform + pos: -0.5,-333.5 + parent: 2 + - uid: 14205 + components: + - type: Transform + pos: -0.5,-334.5 + parent: 2 + - uid: 14206 + components: + - type: Transform + pos: -0.5,-335.5 + parent: 2 + - uid: 14207 + components: + - type: Transform + pos: -0.5,-336.5 + parent: 2 + - uid: 14208 + components: + - type: Transform + pos: -0.5,-337.5 + parent: 2 + - uid: 14209 + components: + - type: Transform + pos: -0.5,-338.5 + parent: 2 + - uid: 14211 + components: + - type: Transform + pos: 1.5,-339.5 + parent: 2 + - uid: 14212 + components: + - type: Transform + pos: 1.5,-338.5 + parent: 2 + - uid: 14213 + components: + - type: Transform + pos: 1.5,-337.5 + parent: 2 + - uid: 14214 + components: + - type: Transform + pos: 1.5,-336.5 + parent: 2 + - uid: 14215 + components: + - type: Transform + pos: 1.5,-335.5 + parent: 2 + - uid: 14216 + components: + - type: Transform + pos: 1.5,-334.5 + parent: 2 + - uid: 14217 + components: + - type: Transform + pos: 1.5,-333.5 + parent: 2 + - uid: 14218 + components: + - type: Transform + pos: 1.5,-332.5 + parent: 2 + - uid: 14219 + components: + - type: Transform + pos: 1.5,-331.5 + parent: 2 + - uid: 14222 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-340.5 + parent: 2 + - uid: 14224 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-339.5 + parent: 2 + - uid: 14226 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-340.5 + parent: 2 + - uid: 14719 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-248.5 + parent: 2 + - uid: 15302 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-4.5 + parent: 2 + - uid: 15303 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-4.5 + parent: 2 + - uid: 15304 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-4.5 + parent: 2 + - uid: 15305 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-4.5 + parent: 2 + - uid: 15306 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-4.5 + parent: 2 + - uid: 15309 + components: + - type: Transform + pos: 0.5,-5.5 + parent: 2 + - uid: 15310 + components: + - type: Transform + pos: 0.5,-6.5 + parent: 2 + - uid: 15311 + components: + - type: Transform + pos: 0.5,-7.5 + parent: 2 + - uid: 15312 + components: + - type: Transform + pos: 0.5,-8.5 + parent: 2 + - uid: 15313 + components: + - type: Transform + pos: 0.5,-9.5 + parent: 2 + - uid: 15314 + components: + - type: Transform + pos: 0.5,-10.5 + parent: 2 + - uid: 15315 + components: + - type: Transform + pos: 0.5,-11.5 + parent: 2 + - uid: 15316 + components: + - type: Transform + pos: 0.5,-12.5 + parent: 2 + - uid: 15317 + components: + - type: Transform + pos: 0.5,-13.5 + parent: 2 + - uid: 15318 + components: + - type: Transform + pos: 0.5,-14.5 + parent: 2 + - uid: 15319 + components: + - type: Transform + pos: 0.5,-15.5 + parent: 2 + - uid: 15320 + components: + - type: Transform + pos: 0.5,-16.5 + parent: 2 + - uid: 15321 + components: + - type: Transform + pos: 0.5,-17.5 + parent: 2 + - uid: 15322 + components: + - type: Transform + pos: 0.5,-18.5 + parent: 2 + - uid: 15323 + components: + - type: Transform + pos: 0.5,-19.5 + parent: 2 + - uid: 15324 + components: + - type: Transform + pos: 0.5,-20.5 + parent: 2 + - uid: 15325 + components: + - type: Transform + pos: 0.5,-21.5 + parent: 2 + - uid: 15326 + components: + - type: Transform + pos: 0.5,-22.5 + parent: 2 + - uid: 15327 + components: + - type: Transform + pos: 0.5,-23.5 + parent: 2 + - uid: 15328 + components: + - type: Transform + pos: 0.5,-24.5 + parent: 2 + - uid: 15329 + components: + - type: Transform + pos: 0.5,-25.5 + parent: 2 + - uid: 15330 + components: + - type: Transform + pos: 0.5,-26.5 + parent: 2 + - uid: 15331 + components: + - type: Transform + pos: 0.5,-27.5 + parent: 2 + - uid: 15332 + components: + - type: Transform + pos: 0.5,-28.5 + parent: 2 + - uid: 15338 + components: + - type: Transform + pos: 0.5,-29.5 + parent: 2 + - uid: 15339 + components: + - type: Transform + pos: 0.5,-30.5 + parent: 2 + - uid: 15340 + components: + - type: Transform + pos: 0.5,-31.5 + parent: 2 + - uid: 15341 + components: + - type: Transform + pos: 0.5,-33.5 + parent: 2 + - uid: 15342 + components: + - type: Transform + pos: 0.5,-34.5 + parent: 2 + - uid: 15343 + components: + - type: Transform + pos: 0.5,-35.5 + parent: 2 + - uid: 15344 + components: + - type: Transform + pos: 0.5,-36.5 + parent: 2 + - uid: 15345 + components: + - type: Transform + pos: 0.5,-38.5 + parent: 2 + - uid: 15346 + components: + - type: Transform + pos: 0.5,-39.5 + parent: 2 + - uid: 15347 + components: + - type: Transform + pos: 0.5,-40.5 + parent: 2 + - uid: 15348 + components: + - type: Transform + pos: 0.5,-41.5 + parent: 2 + - uid: 15349 + components: + - type: Transform + pos: 0.5,-42.5 + parent: 2 + - uid: 15350 + components: + - type: Transform + pos: 0.5,-43.5 + parent: 2 + - uid: 15351 + components: + - type: Transform + pos: 0.5,-44.5 + parent: 2 + - uid: 15352 + components: + - type: Transform + pos: 0.5,-45.5 + parent: 2 + - uid: 15353 + components: + - type: Transform + pos: 0.5,-46.5 + parent: 2 + - uid: 15354 + components: + - type: Transform + pos: 0.5,-47.5 + parent: 2 + - uid: 15355 + components: + - type: Transform + pos: 0.5,-48.5 + parent: 2 + - uid: 15356 + components: + - type: Transform + pos: 0.5,-49.5 + parent: 2 + - uid: 15357 + components: + - type: Transform + pos: 0.5,-50.5 + parent: 2 + - uid: 15358 + components: + - type: Transform + pos: 0.5,-51.5 + parent: 2 + - uid: 15359 + components: + - type: Transform + pos: 0.5,-52.5 + parent: 2 + - uid: 15360 + components: + - type: Transform + pos: 0.5,-53.5 + parent: 2 + - uid: 15361 + components: + - type: Transform + pos: 0.5,-54.5 + parent: 2 + - uid: 15363 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-32.5 + parent: 2 + - uid: 15366 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-69.5 + parent: 2 + - uid: 15367 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-56.5 + parent: 2 + - uid: 15370 + components: + - type: Transform + pos: 0.5,-68.5 + parent: 2 + - uid: 15371 + components: + - type: Transform + pos: 0.5,-67.5 + parent: 2 + - uid: 15372 + components: + - type: Transform + pos: 0.5,-66.5 + parent: 2 + - uid: 15373 + components: + - type: Transform + pos: 0.5,-65.5 + parent: 2 + - uid: 15374 + components: + - type: Transform + pos: 0.5,-64.5 + parent: 2 + - uid: 15375 + components: + - type: Transform + pos: 0.5,-63.5 + parent: 2 + - uid: 15376 + components: + - type: Transform + pos: 0.5,-62.5 + parent: 2 + - uid: 15377 + components: + - type: Transform + pos: 0.5,-61.5 + parent: 2 + - uid: 15378 + components: + - type: Transform + pos: 0.5,-60.5 + parent: 2 + - uid: 15379 + components: + - type: Transform + pos: 0.5,-59.5 + parent: 2 + - uid: 15380 + components: + - type: Transform + pos: 0.5,-58.5 + parent: 2 + - uid: 15381 + components: + - type: Transform + pos: 0.5,-57.5 + parent: 2 + - uid: 15382 + components: + - type: Transform + pos: 0.5,-55.5 + parent: 2 + - uid: 15383 + components: + - type: Transform + pos: 0.5,-70.5 + parent: 2 + - uid: 15384 + components: + - type: Transform + pos: 0.5,-71.5 + parent: 2 + - uid: 15385 + components: + - type: Transform + pos: 0.5,-72.5 + parent: 2 + - uid: 15386 + components: + - type: Transform + pos: 0.5,-73.5 + parent: 2 + - uid: 15387 + components: + - type: Transform + pos: 0.5,-74.5 + parent: 2 + - uid: 15388 + components: + - type: Transform + pos: 0.5,-75.5 + parent: 2 + - uid: 15389 + components: + - type: Transform + pos: 0.5,-76.5 + parent: 2 + - uid: 15390 + components: + - type: Transform + pos: 0.5,-77.5 + parent: 2 + - uid: 15391 + components: + - type: Transform + pos: 0.5,-78.5 + parent: 2 + - uid: 15392 + components: + - type: Transform + pos: 0.5,-79.5 + parent: 2 + - uid: 15393 + components: + - type: Transform + pos: 0.5,-80.5 + parent: 2 + - uid: 15394 + components: + - type: Transform + pos: 0.5,-81.5 + parent: 2 + - uid: 15397 + components: + - type: Transform + pos: 0.5,-82.5 + parent: 2 + - uid: 15398 + components: + - type: Transform + pos: 0.5,-83.5 + parent: 2 + - uid: 15401 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-85.5 + parent: 2 + - uid: 15402 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-86.5 + parent: 2 + - uid: 15403 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-87.5 + parent: 2 + - uid: 15404 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-88.5 + parent: 2 + - uid: 15405 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-89.5 + parent: 2 + - uid: 15406 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-90.5 + parent: 2 + - uid: 15407 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-91.5 + parent: 2 + - uid: 15408 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-92.5 + parent: 2 + - uid: 15409 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-93.5 + parent: 2 + - uid: 15410 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-94.5 + parent: 2 + - uid: 15411 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-95.5 + parent: 2 + - uid: 15412 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-96.5 + parent: 2 + - uid: 15414 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-97.5 + parent: 2 + - uid: 15415 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-97.5 + parent: 2 + - uid: 15416 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-97.5 + parent: 2 + - uid: 15417 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-97.5 + parent: 2 + - uid: 15418 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-97.5 + parent: 2 + - uid: 15420 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-98.5 + parent: 2 + - uid: 15421 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-99.5 + parent: 2 + - uid: 15422 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-100.5 + parent: 2 + - uid: 15423 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-101.5 + parent: 2 + - uid: 15424 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-102.5 + parent: 2 + - uid: 15425 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-103.5 + parent: 2 + - uid: 15426 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-104.5 + parent: 2 + - uid: 15427 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-105.5 + parent: 2 + - uid: 15428 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-106.5 + parent: 2 + - uid: 15429 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-107.5 + parent: 2 + - uid: 15433 + components: + - type: Transform + pos: 0.5,-109.5 + parent: 2 + - uid: 15434 + components: + - type: Transform + pos: 0.5,-110.5 + parent: 2 + - uid: 15435 + components: + - type: Transform + pos: 0.5,-111.5 + parent: 2 + - uid: 15436 + components: + - type: Transform + pos: 0.5,-112.5 + parent: 2 + - uid: 15437 + components: + - type: Transform + pos: 0.5,-113.5 + parent: 2 + - uid: 15438 + components: + - type: Transform + pos: 0.5,-114.5 + parent: 2 + - uid: 15439 + components: + - type: Transform + pos: 0.5,-115.5 + parent: 2 + - uid: 15440 + components: + - type: Transform + pos: 0.5,-116.5 + parent: 2 + - uid: 15441 + components: + - type: Transform + pos: 0.5,-117.5 + parent: 2 + - uid: 15442 + components: + - type: Transform + pos: 0.5,-118.5 + parent: 2 + - uid: 15443 + components: + - type: Transform + pos: 0.5,-119.5 + parent: 2 + - uid: 15444 + components: + - type: Transform + pos: 0.5,-120.5 + parent: 2 + - uid: 15445 + components: + - type: Transform + pos: 0.5,-121.5 + parent: 2 + - uid: 15446 + components: + - type: Transform + pos: 0.5,-122.5 + parent: 2 + - uid: 15447 + components: + - type: Transform + pos: 0.5,-123.5 + parent: 2 + - uid: 15448 + components: + - type: Transform + pos: 0.5,-124.5 + parent: 2 + - uid: 15452 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-125.5 + parent: 2 + - uid: 15453 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-125.5 + parent: 2 + - uid: 15454 + components: + - type: Transform + pos: 0.5,-126.5 + parent: 2 + - uid: 15455 + components: + - type: Transform + pos: 0.5,-127.5 + parent: 2 + - uid: 15456 + components: + - type: Transform + pos: 0.5,-128.5 + parent: 2 + - uid: 15457 + components: + - type: Transform + pos: 0.5,-129.5 + parent: 2 + - uid: 15458 + components: + - type: Transform + pos: 0.5,-130.5 + parent: 2 + - uid: 15459 + components: + - type: Transform + pos: 0.5,-131.5 + parent: 2 + - uid: 15460 + components: + - type: Transform + pos: 0.5,-132.5 + parent: 2 + - uid: 15461 + components: + - type: Transform + pos: 0.5,-133.5 + parent: 2 + - uid: 15462 + components: + - type: Transform + pos: 0.5,-134.5 + parent: 2 + - uid: 15464 + components: + - type: Transform + pos: 0.5,-135.5 + parent: 2 + - uid: 15465 + components: + - type: Transform + pos: 0.5,-136.5 + parent: 2 + - uid: 15466 + components: + - type: Transform + pos: 0.5,-137.5 + parent: 2 + - uid: 15467 + components: + - type: Transform + pos: 0.5,-138.5 + parent: 2 + - uid: 15468 + components: + - type: Transform + pos: 0.5,-139.5 + parent: 2 + - uid: 15469 + components: + - type: Transform + pos: 0.5,-140.5 + parent: 2 + - uid: 15470 + components: + - type: Transform + pos: 0.5,-141.5 + parent: 2 + - uid: 15471 + components: + - type: Transform + pos: 0.5,-142.5 + parent: 2 + - uid: 15472 + components: + - type: Transform + pos: 0.5,-143.5 + parent: 2 + - uid: 15473 + components: + - type: Transform + pos: 0.5,-144.5 + parent: 2 + - uid: 15474 + components: + - type: Transform + pos: 0.5,-145.5 + parent: 2 + - uid: 15475 + components: + - type: Transform + pos: 0.5,-146.5 + parent: 2 + - uid: 15476 + components: + - type: Transform + pos: 0.5,-147.5 + parent: 2 + - uid: 15477 + components: + - type: Transform + pos: 0.5,-148.5 + parent: 2 + - uid: 15478 + components: + - type: Transform + pos: 0.5,-149.5 + parent: 2 + - uid: 15481 + components: + - type: Transform + pos: 0.5,-151.5 + parent: 2 + - uid: 15482 + components: + - type: Transform + pos: 0.5,-152.5 + parent: 2 + - uid: 15483 + components: + - type: Transform + pos: 0.5,-153.5 + parent: 2 + - uid: 15484 + components: + - type: Transform + pos: 0.5,-154.5 + parent: 2 + - uid: 15485 + components: + - type: Transform + pos: 0.5,-155.5 + parent: 2 + - uid: 15486 + components: + - type: Transform + pos: 0.5,-156.5 + parent: 2 + - uid: 15487 + components: + - type: Transform + pos: 0.5,-157.5 + parent: 2 + - uid: 15488 + components: + - type: Transform + pos: 0.5,-158.5 + parent: 2 + - uid: 15489 + components: + - type: Transform + pos: 0.5,-159.5 + parent: 2 + - uid: 15490 + components: + - type: Transform + pos: 0.5,-160.5 + parent: 2 + - uid: 15491 + components: + - type: Transform + pos: 0.5,-161.5 + parent: 2 + - uid: 15496 + components: + - type: Transform + pos: 0.5,-163.5 + parent: 2 + - uid: 15497 + components: + - type: Transform + pos: 0.5,-164.5 + parent: 2 + - uid: 15498 + components: + - type: Transform + pos: 0.5,-165.5 + parent: 2 + - uid: 15499 + components: + - type: Transform + pos: 0.5,-166.5 + parent: 2 + - uid: 15500 + components: + - type: Transform + pos: 0.5,-167.5 + parent: 2 + - uid: 15501 + components: + - type: Transform + pos: 0.5,-168.5 + parent: 2 + - uid: 15502 + components: + - type: Transform + pos: 0.5,-169.5 + parent: 2 + - uid: 15503 + components: + - type: Transform + pos: 0.5,-170.5 + parent: 2 + - uid: 15504 + components: + - type: Transform + pos: 0.5,-171.5 + parent: 2 + - uid: 15505 + components: + - type: Transform + pos: 0.5,-172.5 + parent: 2 + - uid: 15506 + components: + - type: Transform + pos: 0.5,-173.5 + parent: 2 + - uid: 15507 + components: + - type: Transform + pos: 0.5,-174.5 + parent: 2 + - uid: 15508 + components: + - type: Transform + pos: 0.5,-175.5 + parent: 2 + - uid: 15509 + components: + - type: Transform + pos: 0.5,-176.5 + parent: 2 + - uid: 15510 + components: + - type: Transform + pos: 0.5,-177.5 + parent: 2 + - uid: 15511 + components: + - type: Transform + pos: 0.5,-178.5 + parent: 2 + - uid: 15514 + components: + - type: Transform + pos: 0.5,-180.5 + parent: 2 + - uid: 15515 + components: + - type: Transform + pos: 0.5,-181.5 + parent: 2 + - uid: 15516 + components: + - type: Transform + pos: 0.5,-182.5 + parent: 2 + - uid: 15517 + components: + - type: Transform + pos: 0.5,-183.5 + parent: 2 + - uid: 15518 + components: + - type: Transform + pos: 0.5,-184.5 + parent: 2 + - uid: 15519 + components: + - type: Transform + pos: 0.5,-185.5 + parent: 2 + - uid: 15520 + components: + - type: Transform + pos: 0.5,-186.5 + parent: 2 + - uid: 15521 + components: + - type: Transform + pos: 0.5,-187.5 + parent: 2 + - uid: 15522 + components: + - type: Transform + pos: 0.5,-188.5 + parent: 2 + - uid: 15524 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-189.5 + parent: 2 + - uid: 15525 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-189.5 + parent: 2 + - uid: 15526 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-189.5 + parent: 2 + - uid: 15527 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-189.5 + parent: 2 + - uid: 15528 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-189.5 + parent: 2 + - uid: 15531 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-190.5 + parent: 2 + - uid: 15532 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-191.5 + parent: 2 + - uid: 15533 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-192.5 + parent: 2 + - uid: 15534 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-193.5 + parent: 2 + - uid: 15535 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-194.5 + parent: 2 + - uid: 15536 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-195.5 + parent: 2 + - uid: 15537 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-196.5 + parent: 2 + - uid: 15538 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-197.5 + parent: 2 + - uid: 15539 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-198.5 + parent: 2 + - uid: 15540 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-199.5 + parent: 2 + - uid: 15541 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-200.5 + parent: 2 + - uid: 15542 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-201.5 + parent: 2 + - uid: 15543 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-202.5 + parent: 2 + - uid: 15544 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-203.5 + parent: 2 + - uid: 15545 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-204.5 + parent: 2 + - uid: 15546 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-205.5 + parent: 2 + - uid: 15548 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-206.5 + parent: 2 + - uid: 15549 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-206.5 + parent: 2 + - uid: 15552 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-207.5 + parent: 2 + - uid: 15553 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-208.5 + parent: 2 + - uid: 15554 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-209.5 + parent: 2 + - uid: 15555 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-210.5 + parent: 2 + - uid: 15556 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-211.5 + parent: 2 + - uid: 15557 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-212.5 + parent: 2 + - uid: 15558 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-213.5 + parent: 2 + - uid: 15559 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-214.5 + parent: 2 + - uid: 15560 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-215.5 + parent: 2 + - uid: 15561 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-216.5 + parent: 2 + - uid: 15562 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-217.5 + parent: 2 + - uid: 15566 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-355.5 + parent: 2 + - uid: 15567 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-354.5 + parent: 2 + - uid: 15568 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-353.5 + parent: 2 + - uid: 15569 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-352.5 + parent: 2 + - uid: 15570 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-351.5 + parent: 2 + - uid: 15571 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-350.5 + parent: 2 + - uid: 15572 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-349.5 + parent: 2 + - uid: 15573 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-348.5 + parent: 2 + - uid: 15574 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-347.5 + parent: 2 + - uid: 15575 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-346.5 + parent: 2 + - uid: 15576 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-345.5 + parent: 2 + - uid: 15577 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-344.5 + parent: 2 + - uid: 15578 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-343.5 + parent: 2 + - uid: 15579 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-342.5 + parent: 2 + - uid: 15580 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-341.5 + parent: 2 + - uid: 15581 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-340.5 + parent: 2 + - uid: 15582 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-339.5 + parent: 2 + - uid: 15583 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-338.5 + parent: 2 + - uid: 15589 + components: + - type: Transform + pos: 0.5,-336.5 + parent: 2 + - uid: 15590 + components: + - type: Transform + pos: 0.5,-335.5 + parent: 2 + - uid: 15591 + components: + - type: Transform + pos: 0.5,-334.5 + parent: 2 + - uid: 15592 + components: + - type: Transform + pos: 0.5,-333.5 + parent: 2 + - uid: 15593 + components: + - type: Transform + pos: 0.5,-332.5 + parent: 2 + - uid: 15594 + components: + - type: Transform + pos: 0.5,-331.5 + parent: 2 + - uid: 15595 + components: + - type: Transform + pos: 0.5,-330.5 + parent: 2 + - uid: 15596 + components: + - type: Transform + pos: 0.5,-329.5 + parent: 2 + - uid: 15597 + components: + - type: Transform + pos: 0.5,-328.5 + parent: 2 + - uid: 15598 + components: + - type: Transform + pos: 0.5,-327.5 + parent: 2 + - uid: 15599 + components: + - type: Transform + pos: 0.5,-326.5 + parent: 2 + - uid: 15600 + components: + - type: Transform + pos: 0.5,-325.5 + parent: 2 + - uid: 15601 + components: + - type: Transform + pos: 0.5,-324.5 + parent: 2 + - uid: 15602 + components: + - type: Transform + pos: 0.5,-323.5 + parent: 2 + - uid: 15603 + components: + - type: Transform + pos: 0.5,-322.5 + parent: 2 + - uid: 15604 + components: + - type: Transform + pos: 0.5,-321.5 + parent: 2 + - uid: 15605 + components: + - type: Transform + pos: 0.5,-320.5 + parent: 2 + - uid: 15606 + components: + - type: Transform + pos: 0.5,-319.5 + parent: 2 + - uid: 15611 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-317.5 + parent: 2 + - uid: 15612 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-318.5 + parent: 2 + - uid: 15613 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-315.5 + parent: 2 + - uid: 15614 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-314.5 + parent: 2 + - uid: 15615 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-313.5 + parent: 2 + - uid: 15616 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-312.5 + parent: 2 + - uid: 15617 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-311.5 + parent: 2 + - uid: 15618 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-310.5 + parent: 2 + - uid: 15619 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-309.5 + parent: 2 + - uid: 15621 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-308.5 + parent: 2 + - uid: 15622 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-308.5 + parent: 2 + - uid: 15623 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-308.5 + parent: 2 + - uid: 15624 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-308.5 + parent: 2 + - uid: 15625 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-308.5 + parent: 2 + - uid: 15626 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-308.5 + parent: 2 + - uid: 15627 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-308.5 + parent: 2 + - uid: 15628 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-308.5 + parent: 2 + - uid: 15629 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-308.5 + parent: 2 + - uid: 15631 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-307.5 + parent: 2 + - uid: 15632 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-306.5 + parent: 2 + - uid: 15633 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-305.5 + parent: 2 + - uid: 15634 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-304.5 + parent: 2 + - uid: 15635 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-303.5 + parent: 2 + - uid: 15636 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-302.5 + parent: 2 + - uid: 15637 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-301.5 + parent: 2 + - uid: 15638 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-300.5 + parent: 2 + - uid: 15639 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-299.5 + parent: 2 + - uid: 15640 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-298.5 + parent: 2 + - uid: 15641 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-297.5 + parent: 2 + - uid: 15642 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-296.5 + parent: 2 + - uid: 15643 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-295.5 + parent: 2 + - uid: 15644 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-294.5 + parent: 2 + - uid: 15645 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-293.5 + parent: 2 + - uid: 15646 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-292.5 + parent: 2 + - uid: 15647 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-291.5 + parent: 2 + - uid: 15648 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-290.5 + parent: 2 + - uid: 15649 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-289.5 + parent: 2 + - uid: 15650 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-288.5 + parent: 2 + - uid: 15651 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-287.5 + parent: 2 + - uid: 15659 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-286.5 + parent: 2 + - uid: 15660 + components: + - type: Transform + pos: -1.5,-285.5 + parent: 2 + - uid: 15661 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-284.5 + parent: 2 + - uid: 15663 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-283.5 + parent: 2 + - uid: 15664 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-282.5 + parent: 2 + - uid: 15665 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-281.5 + parent: 2 + - uid: 15666 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-280.5 + parent: 2 + - uid: 15667 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-279.5 + parent: 2 + - uid: 15668 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-278.5 + parent: 2 + - uid: 15669 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-277.5 + parent: 2 + - uid: 15670 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-276.5 + parent: 2 + - uid: 15671 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-275.5 + parent: 2 + - uid: 15673 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-274.5 + parent: 2 + - uid: 15674 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-274.5 + parent: 2 + - uid: 15676 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-273.5 + parent: 2 + - uid: 15677 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-272.5 + parent: 2 + - uid: 15678 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-271.5 + parent: 2 + - uid: 15681 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-269.5 + parent: 2 + - uid: 15682 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-268.5 + parent: 2 + - uid: 15683 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-267.5 + parent: 2 + - uid: 15684 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-266.5 + parent: 2 + - uid: 15685 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-265.5 + parent: 2 + - uid: 15686 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-264.5 + parent: 2 + - uid: 15687 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-263.5 + parent: 2 + - uid: 15688 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-262.5 + parent: 2 + - uid: 15689 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-261.5 + parent: 2 + - uid: 15690 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-260.5 + parent: 2 + - uid: 15693 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-258.5 + parent: 2 + - uid: 15694 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-257.5 + parent: 2 + - uid: 15695 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-256.5 + parent: 2 + - uid: 15698 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-254.5 + parent: 2 + - uid: 15699 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-253.5 + parent: 2 + - uid: 15700 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-252.5 + parent: 2 + - uid: 15701 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-251.5 + parent: 2 + - uid: 15702 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-250.5 + parent: 2 + - uid: 15703 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-249.5 + parent: 2 + - uid: 15704 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-248.5 + parent: 2 + - uid: 15705 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-247.5 + parent: 2 + - uid: 15706 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-246.5 + parent: 2 + - uid: 15707 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-245.5 + parent: 2 + - uid: 15708 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-244.5 + parent: 2 + - uid: 15709 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-243.5 + parent: 2 + - uid: 15710 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-242.5 + parent: 2 + - uid: 15711 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-241.5 + parent: 2 + - uid: 15712 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-240.5 + parent: 2 + - uid: 15713 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-239.5 + parent: 2 + - uid: 15714 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-238.5 + parent: 2 + - uid: 15715 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-237.5 + parent: 2 + - uid: 15716 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-236.5 + parent: 2 + - uid: 15717 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-235.5 + parent: 2 + - uid: 15718 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-234.5 + parent: 2 + - uid: 15719 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-233.5 + parent: 2 + - uid: 15720 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-232.5 + parent: 2 + - uid: 15726 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-231.5 + parent: 2 + - uid: 15727 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-230.5 + parent: 2 + - uid: 15728 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-229.5 + parent: 2 + - uid: 15729 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-228.5 + parent: 2 + - uid: 15730 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-227.5 + parent: 2 + - uid: 15731 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-226.5 + parent: 2 + - uid: 15732 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-225.5 + parent: 2 + - uid: 15733 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-224.5 + parent: 2 + - uid: 15734 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-223.5 + parent: 2 + - uid: 15735 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-222.5 + parent: 2 + - uid: 15736 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-221.5 + parent: 2 + - uid: 15737 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-220.5 + parent: 2 + - uid: 15739 + components: + - type: Transform + pos: 0.5,-218.5 + parent: 2 + - uid: 15740 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-219.5 + parent: 2 + - uid: 15741 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-219.5 + parent: 2 + - uid: 15742 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-220.5 + parent: 2 + - uid: 17002 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-261.5 + parent: 2 + - uid: 17007 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-261.5 + parent: 2 + - uid: 17008 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-261.5 + parent: 2 + - uid: 17009 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-261.5 + parent: 2 + - uid: 17010 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-261.5 + parent: 2 + - uid: 17011 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-261.5 + parent: 2 + - uid: 17012 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-261.5 + parent: 2 + - uid: 17013 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-261.5 + parent: 2 + - uid: 17014 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-261.5 + parent: 2 + - uid: 17015 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-261.5 + parent: 2 + - uid: 17016 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-261.5 + parent: 2 + - uid: 17017 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-261.5 + parent: 2 + - uid: 17019 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-259.5 + parent: 2 + - uid: 17020 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-259.5 + parent: 2 + - uid: 17021 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-259.5 + parent: 2 + - uid: 17022 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-259.5 + parent: 2 + - uid: 17023 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-259.5 + parent: 2 + - uid: 17024 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-259.5 + parent: 2 + - uid: 17025 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-259.5 + parent: 2 + - uid: 17026 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-259.5 + parent: 2 + - uid: 17027 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-259.5 + parent: 2 + - uid: 17028 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-259.5 + parent: 2 + - uid: 17029 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-259.5 + parent: 2 + - uid: 17030 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-259.5 + parent: 2 + - uid: 17031 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-259.5 + parent: 2 +- proto: DisposalRouter + entities: + - uid: 6797 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-247.5 + parent: 2 + - type: DisposalRouter + tags: + - Engineering + - uid: 9846 + components: + - type: Transform + pos: -0.5,-261.5 + parent: 2 + - type: DisposalRouter + tags: + - Atmos + - uid: 13503 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-11.5 + parent: 2 + - type: DisposalRouter + tags: + - Bridge + - uid: 13636 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-91.5 + parent: 2 + - type: DisposalRouter + tags: + - Kitchen + - uid: 13685 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-119.5 + parent: 2 + - type: DisposalRouter + tags: + - HoP Office + - uid: 13759 + components: + - type: Transform + pos: -0.5,-140.5 + parent: 2 + - type: DisposalRouter + tags: + - Library + - uid: 13764 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-149.5 + parent: 2 + - uid: 13842 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-176.5 + parent: 2 + - type: DisposalRouter + tags: + - Medical + - uid: 14033 + components: + - type: Transform + pos: -0.5,-285.5 + parent: 2 + - type: DisposalRouter + tags: + - Salvage + - uid: 14139 + components: + - type: Transform + pos: -0.5,-303.5 + parent: 2 + - type: DisposalRouter + tags: + - Science + - uid: 14210 + components: + - type: Transform + pos: -0.5,-339.5 + parent: 2 + - type: DisposalRouter + tags: + - Brig +- proto: DisposalRouterFlipped + entities: + - uid: 13591 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-61.5 + parent: 2 + - type: DisposalRouter + tags: + - Bar + - uid: 14090 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-279.5 + parent: 2 + - type: DisposalRouter + tags: + - Cargo +- proto: DisposalTrunk + entities: + - uid: 2378 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-180.5 + parent: 2 + - uid: 5417 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-10.5 + parent: 2 + - uid: 6714 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-342.5 + parent: 2 + - uid: 7831 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-250.5 + parent: 2 + - uid: 8225 + components: + - type: Transform + pos: 15.5,-85.5 + parent: 2 + - uid: 8769 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-137.5 + parent: 2 + - uid: 8921 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-308.5 + parent: 2 + - uid: 11928 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-261.5 + parent: 2 + - uid: 13219 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-61.5 + parent: 2 + - uid: 13378 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-190.5 + parent: 2 + - uid: 13637 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-91.5 + parent: 2 + - uid: 13686 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-119.5 + parent: 2 + - uid: 13779 + components: + - type: Transform + pos: 4.5,-137.5 + parent: 2 + - uid: 13785 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-142.5 + parent: 2 + - uid: 13837 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-176.5 + parent: 2 + - uid: 14106 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-288.5 + parent: 2 + - uid: 14142 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-303.5 + parent: 2 + - uid: 14568 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-279.5 + parent: 2 + - uid: 15307 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-4.5 + parent: 2 + - uid: 15335 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-37.5 + parent: 2 + - uid: 15362 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-32.5 + parent: 2 + - uid: 15364 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-56.5 + parent: 2 + - uid: 15365 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-69.5 + parent: 2 + - uid: 15400 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-84.5 + parent: 2 + - uid: 15419 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-97.5 + parent: 2 + - uid: 15430 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-108.5 + parent: 2 + - uid: 15451 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-126.5 + parent: 2 + - uid: 15480 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-150.5 + parent: 2 + - uid: 15495 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-162.5 + parent: 2 + - uid: 15530 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-189.5 + parent: 2 + - uid: 15551 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-207.5 + parent: 2 + - uid: 15564 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-356.5 + parent: 2 + - uid: 15609 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-316.5 + parent: 2 + - uid: 15630 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-308.5 + parent: 2 + - uid: 15655 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-284.5 + parent: 2 + - uid: 15680 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-270.5 + parent: 2 + - uid: 15697 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-255.5 + parent: 2 + - uid: 15743 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-221.5 + parent: 2 + - uid: 15800 + components: + - type: Transform + pos: 2.5,-335.5 + parent: 2 + - uid: 17034 + components: + - type: Transform + pos: -13.5,-258.5 + parent: 2 +- proto: DisposalUnit + entities: + - uid: 197 + components: + - type: Transform + pos: 6.5,-4.5 + parent: 2 + - uid: 837 + components: + - type: Transform + pos: 4.5,-42.5 + parent: 2 + - uid: 1421 + components: + - type: Transform + pos: 2.5,-69.5 + parent: 2 + - uid: 1563 + components: + - type: Transform + pos: 2.5,-56.5 + parent: 2 + - uid: 1724 + components: + - type: Transform + pos: -2.5,-55.5 + parent: 2 + - uid: 2374 + components: + - type: Transform + pos: 3.5,-180.5 + parent: 2 + - uid: 2377 + components: + - type: Transform + pos: 1.5,-270.5 + parent: 2 + - uid: 4199 + components: + - type: Transform + pos: 15.5,-137.5 + parent: 2 + - uid: 6759 + components: + - type: Transform + pos: -13.5,-258.5 + parent: 2 + - uid: 7759 + components: + - type: Transform + pos: -2.5,-126.5 + parent: 2 + - uid: 7801 + components: + - type: Transform + pos: -8.5,-308.5 + parent: 2 + - uid: 7906 + components: + - type: Transform + pos: 15.5,-85.5 + parent: 2 + - uid: 8380 + components: + - type: Transform + pos: -7.5,-190.5 + parent: 2 + - uid: 9050 + components: + - type: Transform + pos: 3.5,-207.5 + parent: 2 + - uid: 11006 + components: + - type: Transform + pos: 2.5,-335.5 + parent: 2 + - uid: 15333 + components: + - type: Transform + pos: -1.5,-32.5 + parent: 2 + - uid: 15334 + components: + - type: Transform + pos: 1.5,-37.5 + parent: 2 + - uid: 15395 + components: + - type: Transform + pos: 1.5,-84.5 + parent: 2 + - uid: 15396 + components: + - type: Transform + pos: 6.5,-97.5 + parent: 2 + - uid: 15431 + components: + - type: Transform + pos: 1.5,-108.5 + parent: 2 + - uid: 15463 + components: + - type: Transform + pos: -0.5,-150.5 + parent: 2 + - uid: 15493 + components: + - type: Transform + pos: -0.5,-162.5 + parent: 2 + - uid: 15529 + components: + - type: Transform + pos: 6.5,-189.5 + parent: 2 + - uid: 15563 + components: + - type: Transform + pos: 1.5,-356.5 + parent: 2 + - uid: 15607 + components: + - type: Transform + pos: 1.5,-316.5 + parent: 2 + - uid: 15608 + components: + - type: Transform + pos: 10.5,-308.5 + parent: 2 + - uid: 15652 + components: + - type: Transform + pos: 0.5,-284.5 + parent: 2 + - uid: 15691 + components: + - type: Transform + pos: 1.5,-255.5 + parent: 2 +- proto: DisposalYJunction + entities: + - uid: 15738 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-219.5 + parent: 2 +- proto: DogBed + entities: + - uid: 1804 + components: + - type: Transform + pos: 0.5,-201.5 + parent: 2 + - uid: 2235 + components: + - type: Transform + pos: 1.5,-117.5 + parent: 2 + - uid: 2720 + components: + - type: Transform + pos: 5.5,-139.5 + parent: 2 + - uid: 3034 + components: + - type: Transform + pos: -1.5,-11.5 + parent: 2 + - uid: 11968 + components: + - type: Transform + pos: -0.5,-363.5 + parent: 2 + - uid: 12153 + components: + - type: Transform + pos: -1.5,-356.5 + parent: 2 + - uid: 12156 + components: + - type: Transform + pos: -2.5,-305.5 + parent: 2 + - uid: 12636 + components: + - type: Transform + pos: -8.5,-304.5 + parent: 2 + - uid: 13397 + components: + - type: Transform + pos: -15.5,-265.5 + parent: 2 +- proto: DonkpocketBoxSpawner + entities: + - uid: 5404 + components: + - type: Transform + pos: 7.5,-200.5 + parent: 2 + - uid: 8553 + components: + - type: Transform + pos: -4.5,-286.5 + parent: 2 + - uid: 8558 + components: + - type: Transform + pos: -4.5,-286.5 + parent: 2 + - uid: 13399 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-339.5 + parent: 2 + - uid: 14564 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-339.5 + parent: 2 + - uid: 14601 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-339.5 + parent: 2 +- proto: DoubleEmergencyOxygenTankFilled + entities: + - uid: 16890 + components: + - type: Transform + pos: -13.656871,-257.18164 + parent: 2 + - uid: 16891 + components: + - type: Transform + pos: -13.656871,-257.18164 + parent: 2 + - uid: 16892 + components: + - type: Transform + pos: -13.656871,-257.18164 + parent: 2 +- proto: DresserCaptainFilled + entities: + - uid: 298 + components: + - type: Transform + pos: -0.5,-13.5 + parent: 2 +- proto: DresserChiefEngineerFilled + entities: + - uid: 8443 + components: + - type: Transform + pos: 10.5,-254.5 + parent: 2 +- proto: DresserChiefMedicalOfficerFilled + entities: + - uid: 3775 + components: + - type: Transform + pos: -0.5,-201.5 + parent: 2 +- proto: DresserFilled + entities: + - uid: 923 + components: + - type: Transform + pos: 3.5,-64.5 + parent: 2 + - uid: 2368 + components: + - type: Transform + pos: -2.5,-138.5 + parent: 2 + - uid: 2724 + components: + - type: Transform + pos: -5.5,-136.5 + parent: 2 +- proto: DresserHeadOfPersonnelFilled + entities: + - uid: 2231 + components: + - type: Transform + pos: -1.5,-116.5 + parent: 2 +- proto: DresserHeadOfSecurityFilled + entities: + - uid: 11097 + components: + - type: Transform + pos: -3.5,-344.5 + parent: 2 +- proto: DresserQuarterMasterFilled + entities: + - uid: 9011 + components: + - type: Transform + pos: 4.5,-284.5 + parent: 2 +- proto: DresserResearchDirectorFilled + entities: + - uid: 8459 + components: + - type: Transform + pos: -9.5,-303.5 + parent: 2 +- proto: DresserWardenFilled + entities: + - uid: 11385 + components: + - type: Transform + pos: 1.5,-368.5 + parent: 2 +- proto: DrinkAleBottleFull + entities: + - uid: 3036 + components: + - type: Transform + pos: -0.47690427,-60.402824 + parent: 2 + - uid: 3038 + components: + - type: Transform + pos: -0.25679237,-60.35632 + parent: 2 +- proto: DrinkBeerBottleFull + entities: + - uid: 7891 + components: + - type: Transform + pos: 8.708858,-254.22014 + parent: 2 + - uid: 8458 + components: + - type: Transform + pos: 8.616409,-254.0617 + parent: 2 +- proto: DrinkBeerGrowler + entities: + - uid: 4800 + components: + - type: Transform + pos: 5.307968,-252.56429 + parent: 2 + - uid: 6637 + components: + - type: Transform + pos: 5.6909623,-253.30362 + parent: 2 + - uid: 8559 + components: + - type: Transform + pos: -3.847699,-286.55716 + parent: 2 + - uid: 8560 + components: + - type: Transform + pos: -3.7202213,-286.6471 + parent: 2 +- proto: DrinkBlueCuracaoBottleFull + entities: + - uid: 10993 + components: + - type: Transform + pos: -1.2898192,-65.33336 + parent: 2 +- proto: DrinkBottleOfNothingFull + entities: + - uid: 2032 + components: + - type: Transform + pos: -8.723203,-122.26877 + parent: 2 +- proto: DrinkBottleVodka + entities: + - uid: 4190 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.8516526,-63.1077 + parent: 2 +- proto: DrinkBottleWhiskey + entities: + - uid: 14924 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.600952,-147.04173 + parent: 2 + - uid: 14925 + components: + - type: Transform + pos: -6.690937,-147.61519 + parent: 2 + - uid: 14927 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.4547286,-144.36557 + parent: 2 + - uid: 14928 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.4097366,-145.63618 + parent: 2 + - uid: 14929 + components: + - type: Transform + pos: -6.679689,-145.77112 + parent: 2 +- proto: DrinkFlask + entities: + - uid: 317 + components: + - type: Transform + pos: -0.34037054,-11.441932 + parent: 2 +- proto: DrinkGlass + entities: + - uid: 4172 + components: + - type: Transform + pos: -1.003649,-60.552048 + parent: 2 + - uid: 4173 + components: + - type: Transform + pos: -1.5407214,-60.51684 + parent: 2 + - uid: 10802 + components: + - type: Transform + pos: -2.020939,-65.49077 + parent: 2 + - uid: 10826 + components: + - type: Transform + pos: -1.6722503,-65.53575 + parent: 2 + - uid: 10995 + components: + - type: Transform + pos: -1.7622352,-65.288376 + parent: 2 +- proto: DrinkGoldenCup + entities: + - uid: 3749 + components: + - type: Transform + pos: -1.7968009,-1.2700026 + parent: 2 +- proto: DrinkGreenTeaGlass + entities: + - uid: 12388 + components: + - type: Transform + pos: -4.4292135,-316.6871 + parent: 2 +- proto: DrinkHotCoffee + entities: + - uid: 9521 + components: + - type: Transform + pos: 22.915377,-317.35895 + parent: 2 +- proto: DrinkIceCreamGlass + entities: + - uid: 2989 + components: + - type: Transform + pos: 3.657866,-72.56517 + parent: 2 + - uid: 14371 + components: + - type: Transform + pos: 14.69894,-63.384167 + parent: 2 + - uid: 14381 + components: + - type: Transform + pos: 14.407273,-63.384167 + parent: 2 +- proto: DrinkIcedTeaGlass + entities: + - uid: 12387 + components: + - type: Transform + pos: -4.534867,-316.51547 + parent: 2 +- proto: DrinkLongIslandIcedTeaGlass + entities: + - uid: 14460 + components: + - type: Transform + pos: 17.602736,-78.352585 + parent: 2 +- proto: DrinkMopwataBottleRandom + entities: + - uid: 1747 + components: + - type: Transform + pos: -5.7352834,-54.166782 + parent: 2 +- proto: DrinkMugDog + entities: + - uid: 2234 + components: + - type: Transform + pos: 1.1724037,-117.232086 + parent: 2 + - uid: 12838 + components: + - type: Transform + pos: -0.32982033,-365.28162 + parent: 2 +- proto: DrinkMugMetal + entities: + - uid: 199 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.952591,-12.591546 + parent: 2 + - uid: 302 + components: + - type: Transform + pos: 5.957412,-12.479102 + parent: 2 + - uid: 303 + components: + - type: Transform + pos: 5.8674273,-12.22423 + parent: 2 + - uid: 304 + components: + - type: Transform + pos: 5.6124735,-12.531576 + parent: 2 +- proto: DrinkNothing + entities: + - uid: 2033 + components: + - type: Transform + pos: -8.335806,-122.47121 + parent: 2 +- proto: DrinkShotGlass + entities: + - uid: 442 + components: + - type: Transform + pos: -6.5079026,-63.4827 + parent: 2 + - uid: 4192 + components: + - type: Transform + pos: -5.5391526,-63.4202 + parent: 2 + - uid: 4193 + components: + - type: Transform + pos: -5.3672776,-62.342075 + parent: 2 +- proto: DrinkSodaWaterBottleFull + entities: + - uid: 2787 + components: + - type: Transform + pos: 7.572414,-197.48143 + parent: 2 + - uid: 7556 + components: + - type: Transform + pos: 7.766112,-197.4022 + parent: 2 +- proto: DrinkTeaJug + entities: + - uid: 2213 + components: + - type: Transform + pos: -1.5308492,-120.70999 + parent: 2 + - uid: 2270 + components: + - type: Transform + pos: -1.355068,-120.780304 + parent: 2 +- proto: DrinkTeapot + entities: + - uid: 2267 + components: + - type: Transform + pos: -1.5341585,-120.30812 + parent: 2 +- proto: DrinkVodkaBottleFull + entities: + - uid: 1486 + components: + - type: Transform + pos: 7.686127,-56.08689 + parent: 2 + - uid: 4189 + components: + - type: Transform + pos: -6.1016526,-62.51395 + parent: 2 + - uid: 11208 + components: + - type: Transform + pos: -3.0426478,-346.08514 + parent: 2 +- proto: DrinkVodkaGlass + entities: + - uid: 11209 + components: + - type: Transform + pos: -3.2451503,-346.4724 + parent: 2 +- proto: DrinkWhiskeyBottleFull + entities: + - uid: 14566 + components: + - type: Transform + pos: 14.124506,-63.392555 + parent: 2 + - uid: 14919 + components: + - type: Transform + pos: -6.274761,-147.46901 + parent: 2 + - uid: 14926 + components: + - type: Transform + pos: -6.2410164,-148.00874 + parent: 2 +- proto: DrinkWineBottleFull + entities: + - uid: 64 + components: + - type: Transform + pos: 5.8253236,-7.014749 + parent: 2 + - uid: 221 + components: + - type: Transform + pos: 5.4743247,-6.6932936 + parent: 2 +- proto: DrinkWineGlass + entities: + - uid: 220 + components: + - type: Transform + pos: 4.979412,-6.412184 + parent: 2 + - uid: 222 + components: + - type: Transform + pos: 4.0908213,-7.3229785 + parent: 2 +- proto: EggSpider + entities: + - uid: 14780 + components: + - type: Transform + pos: 3.6699882,-35.680645 + parent: 2 +- proto: EmergencyLight + entities: + - uid: 7815 + components: + - type: Transform + pos: 1.5,-243.5 + parent: 2 + - uid: 10705 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-69.5 + parent: 2 + - uid: 15207 + components: + - type: Transform + pos: 1.5,-237.5 + parent: 2 + - uid: 15208 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-8.5 + parent: 2 + - uid: 15209 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,1.5 + parent: 2 + - uid: 15210 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-17.5 + parent: 2 + - uid: 15211 + components: + - type: Transform + pos: 1.5,-21.5 + parent: 2 + - uid: 15212 + components: + - type: Transform + pos: -1.5,-27.5 + parent: 2 + - uid: 15213 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-44.5 + parent: 2 + - uid: 15214 + components: + - type: Transform + pos: 1.5,-48.5 + parent: 2 + - uid: 15215 + components: + - type: Transform + pos: -1.5,-57.5 + parent: 2 + - uid: 15217 + components: + - type: Transform + pos: 1.5,-75.5 + parent: 2 + - uid: 15218 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-84.5 + parent: 2 + - uid: 15219 + components: + - type: Transform + pos: 1.5,-102.5 + parent: 2 + - uid: 15220 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-92.5 + parent: 2 + - uid: 15221 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-114.5 + parent: 2 + - uid: 15222 + components: + - type: Transform + pos: 2.5,-123.5 + parent: 2 + - uid: 15223 + components: + - type: Transform + pos: 1.5,-129.5 + parent: 2 + - uid: 15224 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-142.5 + parent: 2 + - uid: 15225 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-151.5 + parent: 2 + - uid: 15226 + components: + - type: Transform + pos: 1.5,-156.5 + parent: 2 + - uid: 15227 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-166.5 + parent: 2 + - uid: 15228 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-177.5 + parent: 2 + - uid: 15229 + components: + - type: Transform + pos: 1.5,-183.5 + parent: 2 + - uid: 15230 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-192.5 + parent: 2 + - uid: 15231 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-203.5 + parent: 2 + - uid: 15232 + components: + - type: Transform + pos: 1.5,-210.5 + parent: 2 + - uid: 15233 + components: + - type: Transform + pos: 1.5,-217.5 + parent: 2 + - uid: 15234 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-232.5 + parent: 2 + - uid: 15236 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-259.5 + parent: 2 + - uid: 15237 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-253.5 + parent: 2 + - uid: 15238 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,-250.5 + parent: 2 + - uid: 15239 + components: + - type: Transform + pos: 1.5,-264.5 + parent: 2 + - uid: 15240 + components: + - type: Transform + pos: 1.5,-291.5 + parent: 2 + - uid: 15241 + components: + - type: Transform + pos: 6.5,-276.5 + parent: 2 + - uid: 15243 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-283.5 + parent: 2 + - uid: 15244 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-275.5 + parent: 2 + - uid: 15245 + components: + - type: Transform + pos: 10.5,-306.5 + parent: 2 + - uid: 15246 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-318.5 + parent: 2 + - uid: 15247 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-298.5 + parent: 2 + - uid: 15248 + components: + - type: Transform + pos: -2.5,-307.5 + parent: 2 + - uid: 15249 + components: + - type: Transform + pos: 1.5,-323.5 + parent: 2 + - uid: 15250 + components: + - type: Transform + pos: -0.5,-329.5 + parent: 2 + - uid: 15251 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-342.5 + parent: 2 + - uid: 15252 + components: + - type: Transform + pos: 1.5,-356.5 + parent: 2 + - uid: 15253 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-366.5 + parent: 2 + - uid: 15254 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-366.5 + parent: 2 + - uid: 15255 + components: + - type: Transform + pos: -1.5,-370.5 + parent: 2 + - uid: 15256 + components: + - type: Transform + pos: 2.5,-370.5 + parent: 2 +- proto: EmergencyRollerBedSpawnFolded + entities: + - uid: 5497 + components: + - type: Transform + pos: -4.5664425,-165.51636 + parent: 2 +- proto: Emitter + entities: + - uid: 4991 + components: + - type: Transform + pos: 23.5,-253.5 + parent: 2 + - uid: 6653 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,-255.5 + parent: 2 + - uid: 8797 + components: + - type: Transform + pos: 31.5,-253.5 + parent: 2 + - uid: 13034 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-265.5 + parent: 2 +- proto: EncryptionKeyCargo + entities: + - uid: 9501 + components: + - type: Transform + parent: 9500 + - type: Physics + canCollide: False +- proto: EncryptionKeyCommand + entities: + - uid: 9504 + components: + - type: Transform + parent: 9503 + - type: Physics + canCollide: False +- proto: EncryptionKeyCommon + entities: + - uid: 9552 + components: + - type: Transform + parent: 9551 + - type: Physics + canCollide: False +- proto: EncryptionKeyEngineering + entities: + - uid: 9554 + components: + - type: Transform + parent: 9553 + - type: Physics + canCollide: False +- proto: EncryptionKeyMedical + entities: + - uid: 9548 + components: + - type: Transform + parent: 9547 + - type: Physics + canCollide: False +- proto: EncryptionKeyMedicalScience + entities: + - uid: 9693 + components: + - type: Transform + pos: 21.672514,-299.37094 + parent: 2 +- proto: EncryptionKeyRobo + entities: + - uid: 9691 + components: + - type: Transform + pos: 21.332075,-299.4883 + parent: 2 +- proto: EncryptionKeyScience + entities: + - uid: 9550 + components: + - type: Transform + parent: 9549 + - type: Physics + canCollide: False +- proto: EncryptionKeySecurity + entities: + - uid: 9558 + components: + - type: Transform + parent: 9557 + - type: Physics + canCollide: False +- proto: EncryptionKeyService + entities: + - uid: 9556 + components: + - type: Transform + parent: 9555 + - type: Physics + canCollide: False +- proto: ExosuitFabricator + entities: + - uid: 9968 + components: + - type: Transform + pos: 7.5,-311.5 + parent: 2 +- proto: ExtendedEmergencyNitrogenTankFilled + entities: + - uid: 558 + components: + - type: Transform + pos: -6.4656725,-2.5658867 + parent: 2 + - uid: 14754 + components: + - type: Transform + pos: -3.619395,-18.40879 + parent: 2 +- proto: ExtinguisherCabinetFilled + entities: + - uid: 53 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-0.5 + parent: 2 + - uid: 918 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,1.5 + parent: 2 + - uid: 2703 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-80.5 + parent: 2 + - uid: 2868 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-108.5 + parent: 2 + - uid: 2869 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-140.5 + parent: 2 + - uid: 2870 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-65.5 + parent: 2 + - uid: 2871 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-39.5 + parent: 2 + - uid: 2890 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-117.5 + parent: 2 + - uid: 2891 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-96.5 + parent: 2 + - uid: 4004 + components: + - type: Transform + pos: 3.5,-204.5 + parent: 2 + - uid: 8911 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-311.5 + parent: 2 + - uid: 12187 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-335.5 + parent: 2 + - uid: 12250 + components: + - type: Transform + pos: -4.5,-276.5 + parent: 2 + - uid: 12320 + components: + - type: Transform + pos: 3.5,-356.5 + parent: 2 + - uid: 12334 + components: + - type: Transform + pos: 2.5,-226.5 + parent: 2 + - uid: 12335 + components: + - type: Transform + pos: 4.5,-199.5 + parent: 2 + - uid: 12336 + components: + - type: Transform + pos: -0.5,-171.5 + parent: 2 +- proto: FaxMachineBase + entities: + - uid: 60 + components: + - type: Transform + pos: -0.5,2.5 + parent: 2 + - type: FaxMachine + name: Bridge + - uid: 2697 + components: + - type: Transform + pos: -5.5,-141.5 + parent: 2 + - type: FaxMachine + name: Library + - uid: 7202 + components: + - type: Transform + pos: 1.5,-201.5 + parent: 2 + - type: FaxMachine + name: CMO Office + - uid: 8691 + components: + - type: Transform + pos: 10.5,-254.5 + parent: 2 + - type: FaxMachine + name: Chief Engineer + - uid: 9164 + components: + - type: Transform + pos: 4.5,-284.5 + parent: 2 + - type: FaxMachine + name: Quartermaster + - uid: 9209 + components: + - type: Transform + pos: -1.5,-116.5 + parent: 2 + - type: FaxMachine + name: Head of Personnel + - uid: 10166 + components: + - type: Transform + pos: -9.5,-303.5 + parent: 2 + - type: FaxMachine + name: Research Director + - uid: 11094 + components: + - type: Transform + pos: 6.5,-331.5 + parent: 2 + - type: FaxMachine + name: Lawyer + - uid: 11141 + components: + - type: Transform + pos: -2.5,-346.5 + parent: 2 + - type: FaxMachine + name: Head of Security +- proto: FaxMachineCaptain + entities: + - uid: 300 + components: + - type: Transform + pos: -1.5,-13.5 + parent: 2 +- proto: filingCabinetDrawerRandom + entities: + - uid: 3894 + components: + - type: Transform + pos: -3.5,-11.5 + parent: 2 + - uid: 12869 + components: + - type: Transform + pos: 1.5,-364.5 + parent: 2 +- proto: FireAxeCabinetFilled + entities: + - uid: 107 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-0.5 + parent: 2 +- proto: Firelock + entities: + - uid: 17000 + components: + - type: Transform + pos: -3.5,-248.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15278 +- proto: FirelockEdge + entities: + - uid: 610 + components: + - type: Transform + pos: 0.5,-36.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13110 + - uid: 637 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-33.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13109 + - uid: 638 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-33.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13109 + - uid: 639 + components: + - type: Transform + pos: -0.5,-36.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13110 + - uid: 1725 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-87.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13150 + - uid: 1726 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-87.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13151 + - uid: 8242 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-150.5 + parent: 2 + - uid: 8255 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-162.5 + parent: 2 + - uid: 8256 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-162.5 + parent: 2 + - uid: 8353 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-150.5 + parent: 2 + - uid: 8354 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-141.5 + parent: 2 + - uid: 8355 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-141.5 + parent: 2 + - uid: 9085 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-250.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15278 + - 15280 + - uid: 9425 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-330.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13391 + - uid: 9426 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-329.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13391 + - uid: 10870 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-331.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13391 + - uid: 12324 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-251.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15278 + - 15280 + - uid: 13111 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-64.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13115 + - 13117 + - uid: 13112 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-63.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13115 + - 13117 + - uid: 13113 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-62.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13115 + - 13117 + - uid: 13114 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-61.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13115 + - 13117 + - uid: 13127 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-87.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13146 + - 13150 + - uid: 13128 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-88.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13146 + - 13150 + - uid: 13129 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-89.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13146 + - 13150 + - uid: 13155 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-112.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13161 + - uid: 13156 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-113.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13161 + - uid: 13157 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-114.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13161 + - uid: 13192 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-168.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13209 + - 13218 + - uid: 13193 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-167.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13209 + - 13218 + - uid: 13194 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-166.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13209 + - 13218 + - uid: 13201 + components: + - type: Transform + pos: 5.5,-170.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 8201 + - 13218 + - uid: 13202 + components: + - type: Transform + pos: 4.5,-170.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 8201 + - 13218 + - uid: 13311 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-271.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13317 + - 13322 + - uid: 13312 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-272.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13317 + - 13322 + - uid: 13355 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-301.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13358 + - 13382 + - uid: 13356 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-302.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13358 + - 13382 + - uid: 13357 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-303.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13358 + - 13382 + - uid: 15285 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-253.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15282 + - uid: 15286 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-254.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15282 + - uid: 15287 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-255.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15282 + - uid: 16682 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-360.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13421 +- proto: FirelockGlass + entities: + - uid: 113 + components: + - type: Transform + pos: 0.5,-361.5 + parent: 2 + - uid: 146 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-13.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13080 + - 13105 + - uid: 387 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-10.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13080 + - uid: 389 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-12.5 + parent: 2 + - uid: 390 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-6.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13080 + - uid: 391 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-0.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13080 + - 12935 + - uid: 392 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-3.5 + parent: 2 + - uid: 393 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,1.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 12935 + - uid: 396 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-17.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13105 + - uid: 621 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-40.5 + parent: 2 + - uid: 623 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-35.5 + parent: 2 + - uid: 707 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-34.5 + parent: 2 + - uid: 1372 + components: + - type: Transform + pos: -4.5,-69.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13115 + - 13124 + - uid: 1408 + components: + - type: Transform + pos: 3.5,-57.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13115 + - uid: 1427 + components: + - type: Transform + pos: 3.5,-68.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13115 + - uid: 1429 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-62.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13117 + - uid: 1431 + components: + - type: Transform + pos: 5.5,-63.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13117 + - uid: 1498 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-165.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13209 + - uid: 1544 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-97.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13148 + - uid: 1701 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-83.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13147 + - 13150 + - uid: 1702 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-81.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13147 + - uid: 1705 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-85.5 + parent: 2 + - uid: 1715 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-86.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13150 + - uid: 1723 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-86.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13151 + - uid: 2256 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-125.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13168 + - uid: 2405 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-122.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13168 + - uid: 2406 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-119.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13168 + - uid: 2407 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-116.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13161 + - uid: 2408 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-113.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13161 + - uid: 2409 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-110.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13161 + - uid: 2410 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-120.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13165 + - 13168 + - uid: 2411 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-118.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13171 + - uid: 2412 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-116.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13171 + - uid: 2826 + components: + - type: Transform + pos: -1.5,-151.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13178 + - 13189 + - uid: 2827 + components: + - type: Transform + pos: 2.5,-152.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13178 + - uid: 2828 + components: + - type: Transform + pos: 5.5,-147.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13178 + - 13180 + - uid: 2829 + components: + - type: Transform + pos: 4.5,-147.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13178 + - 13180 + - uid: 2830 + components: + - type: Transform + pos: 3.5,-147.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13178 + - 13180 + - uid: 2831 + components: + - type: Transform + pos: 4.5,-140.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13180 + - 13182 + - uid: 2832 + components: + - type: Transform + pos: 7.5,-138.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13182 + - uid: 2833 + components: + - type: Transform + pos: 2.5,-135.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13176 + - uid: 2834 + components: + - type: Transform + pos: -1.5,-139.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13176 + - 13185 + - uid: 2835 + components: + - type: Transform + pos: -1.5,-140.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13176 + - 13185 + - uid: 2836 + components: + - type: Transform + pos: -1.5,-141.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13176 + - 13185 + - uid: 2837 + components: + - type: Transform + pos: -4.5,-137.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13185 + - 13187 + - uid: 4359 + components: + - type: Transform + pos: -3.5,-201.5 + parent: 2 + - uid: 5128 + components: + - type: Transform + pos: 4.5,-197.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13239 + - 13247 + - uid: 5129 + components: + - type: Transform + pos: 4.5,-198.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13239 + - 13247 + - uid: 5130 + components: + - type: Transform + pos: -1.5,-198.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13247 + - 13251 + - uid: 5131 + components: + - type: Transform + pos: -2.5,-199.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13251 + - 13252 + - uid: 5133 + components: + - type: Transform + pos: -3.5,-205.5 + parent: 2 + - uid: 5134 + components: + - type: Transform + pos: 0.5,-191.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13241 + - 13249 + - uid: 5135 + components: + - type: Transform + pos: 2.5,-195.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13247 + - 13249 + - uid: 6726 + components: + - type: Transform + pos: 2.5,-260.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15282 + - uid: 6855 + components: + - type: Transform + pos: 18.5,-244.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15292 + - uid: 6856 + components: + - type: Transform + pos: 14.5,-256.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15292 + - uid: 6857 + components: + - type: Transform + pos: 9.5,-256.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15280 + - uid: 6858 + components: + - type: Transform + pos: 9.5,-248.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15280 + - uid: 7798 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-311.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 8432 + - uid: 7799 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-311.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 8432 + - uid: 7800 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-311.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 8432 + - uid: 7820 + components: + - type: Transform + pos: -1.5,-260.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15282 + - uid: 7821 + components: + - type: Transform + pos: 14.5,-248.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15292 + - uid: 7879 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-244.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15278 + - 15279 + - uid: 7885 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-246.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15279 + - 15280 + - uid: 8009 + components: + - type: Transform + pos: -1.5,-243.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15278 + - uid: 8012 + components: + - type: Transform + pos: 0.5,-252.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15278 + - 15282 + - uid: 8037 + components: + - type: Transform + pos: 2.5,-256.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15280 + - 15282 + - uid: 8213 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-243.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15278 + - 15279 + - uid: 8483 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-245.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15278 + - 15279 + - uid: 8852 + components: + - type: Transform + pos: -0.5,-189.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13241 + - 14727 + - uid: 9827 + components: + - type: Transform + pos: -0.5,-190.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13241 + - 14727 + - uid: 10538 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-283.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13341 + - uid: 10757 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-54.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13116 + - 13115 + - uid: 12306 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-340.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 5925 + - uid: 12954 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-84.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13146 + - 13147 + - uid: 13108 + components: + - type: Transform + pos: -0.5,-252.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15278 + - 15282 + - uid: 13132 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-84.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13146 + - 13147 + - uid: 13133 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-84.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13146 + - 13147 + - uid: 13134 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-92.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13146 + - 13148 + - uid: 13135 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-92.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13146 + - 13148 + - uid: 13136 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-92.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13146 + - 13148 + - uid: 13158 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-117.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13161 + - 13168 + - uid: 13159 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-117.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13161 + - 13168 + - uid: 13160 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-109.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13161 + - uid: 13163 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-122.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13165 + - 13168 + - uid: 13172 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-146.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13176 + - 13178 + - uid: 13173 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-146.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13176 + - 13178 + - uid: 13174 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-148.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13178 + - uid: 13190 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-171.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13211 + - uid: 13191 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-171.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13211 + - uid: 13196 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-174.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13213 + - uid: 13197 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-175.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13213 + - uid: 13199 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-179.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13211 + - uid: 13200 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-170.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 8201 + - 13218 + - uid: 13203 + components: + - type: Transform + pos: 6.5,-164.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13218 + - uid: 13204 + components: + - type: Transform + pos: 2.5,-162.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13209 + - uid: 13205 + components: + - type: Transform + pos: -1.5,-163.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13209 + - uid: 13223 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-191.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13239 + - 13241 + - uid: 13224 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-191.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13239 + - 13241 + - uid: 13225 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-204.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13239 + - 13244 + - uid: 13226 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-204.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13239 + - 13244 + - uid: 13242 + components: + - type: Transform + pos: -1.5,-205.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13244 + - 13252 + - uid: 13264 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-230.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13260 + - 13269 + - uid: 13265 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-230.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13261 + - 13269 + - uid: 13266 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-219.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13262 + - 13269 + - uid: 13267 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-219.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13263 + - 13269 + - uid: 13310 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-271.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13317 + - 2277 + - uid: 13313 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-274.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13317 + - 13322 + - uid: 13314 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-276.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13317 + - 13333 + - uid: 13315 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-276.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13317 + - 13333 + - uid: 13319 + components: + - type: Transform + pos: 4.5,-275.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13322 + - 13341 + - uid: 13320 + components: + - type: Transform + pos: 5.5,-275.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13322 + - 13341 + - uid: 13321 + components: + - type: Transform + pos: 5.5,-269.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13322 + - uid: 13324 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-276.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 2277 + - uid: 13328 + components: + - type: Transform + pos: 1.5,-285.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13333 + - uid: 13332 + components: + - type: Transform + pos: -5.5,-282.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13333 + - 13335 + - uid: 13338 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-283.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13341 + - uid: 13339 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-280.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13341 + - uid: 13340 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-278.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13341 + - uid: 13342 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-306.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13365 + - 8432 + - uid: 13343 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-307.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13365 + - 8432 + - uid: 13344 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-308.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13365 + - 8432 + - uid: 13345 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-304.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13358 + - 8432 + - uid: 13346 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-304.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13358 + - 8432 + - uid: 13347 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-304.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13358 + - 8432 + - uid: 13353 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-297.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13358 + - uid: 13354 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-297.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13358 + - uid: 13360 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-305.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13365 + - 13383 + - uid: 13361 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-309.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13365 + - uid: 13362 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-305.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13365 + - uid: 13363 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-309.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13365 + - uid: 13364 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-307.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13365 + - uid: 13367 + components: + - type: Transform + pos: -1.5,-317.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13370 + - 13374 + - uid: 13368 + components: + - type: Transform + pos: 2.5,-319.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13370 + - uid: 13372 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-310.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13374 + - 8432 + - uid: 13373 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-314.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13374 + - uid: 13377 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-306.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 8432 + - 13382 + - uid: 13381 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-303.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13382 + - uid: 13386 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-334.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13391 + - 11906 + - 5925 + - uid: 13387 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-334.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13391 + - 11906 + - 5925 + - uid: 13390 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-330.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13391 + - 11906 + - uid: 13395 + components: + - type: Transform + pos: 0.5,-343.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 11906 + - 5925 + - uid: 13396 + components: + - type: Transform + pos: -4.5,-343.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 11906 + - 13402 + - 5925 + - uid: 13412 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-357.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13421 + - uid: 13413 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-357.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13421 + - uid: 13414 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-366.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13421 + - uid: 13415 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-363.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13421 + - uid: 13416 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-366.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13421 + - uid: 13417 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-363.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13421 + - uid: 13418 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-367.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13421 + - 13426 + - uid: 13419 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-367.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13421 + - 13426 + - uid: 13420 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-360.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13421 + - uid: 14728 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-192.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14727 + - uid: 15086 + components: + - type: Transform + pos: 7.5,-190.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13241 + - uid: 15087 + components: + - type: Transform + pos: 7.5,-205.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13244 + - uid: 15281 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-258.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15280 + - uid: 15290 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-260.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15292 + - uid: 15291 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-262.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15292 + - uid: 16995 + components: + - type: Transform + pos: -12.5,-260.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 16979 + - uid: 16996 + components: + - type: Transform + pos: -12.5,-248.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 16971 + - uid: 16997 + components: + - type: Transform + pos: -12.5,-243.5 + parent: 2 +- proto: Fireplace + entities: + - uid: 289 + components: + - type: Transform + pos: -3.5,-9.5 + parent: 2 + - uid: 2838 + components: + - type: Transform + pos: -3.5,-138.5 + parent: 2 +- proto: Flash + entities: + - uid: 409 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.435971,-12.5018215 + parent: 2 + - uid: 12776 + components: + - type: Transform + parent: 12773 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: FlashlightLantern + entities: + - uid: 3675 + components: + - type: Transform + pos: -2.459197,-144.20804 + parent: 2 +- proto: FloorDrain + entities: + - uid: 2316 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-91.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 2317 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-54.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 2926 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-174.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 3090 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-167.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 14375 + components: + - type: Transform + pos: 15.5,-61.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 16519 + components: + - type: Transform + pos: -1.5,-172.5 + parent: 2 + - type: Fixtures + fixtures: {} +- proto: FloraTree01 + entities: + - uid: 11690 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.7296805,-40.53731 + parent: 2 +- proto: FloraTree05 + entities: + - uid: 15092 + components: + - type: Transform + pos: 11.2466135,-200.43379 + parent: 2 +- proto: FloraTree06 + entities: + - uid: 15094 + components: + - type: Transform + pos: 9.820292,-197.55566 + parent: 2 +- proto: FloraTreeLarge01 + entities: + - uid: 15088 + components: + - type: Transform + pos: 10.625899,-194.5191 + parent: 2 +- proto: FloraTreeStump + entities: + - uid: 710 + components: + - type: Transform + pos: 4.1898217,-41.37392 + parent: 2 +- proto: FoodBanana + entities: + - uid: 8946 + components: + - type: Transform + parent: 2003 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 10018 + components: + - type: Transform + parent: 2003 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 10091 + components: + - type: Transform + parent: 2003 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: FoodBoxDonkpocketTeriyaki + entities: + - uid: 215 + components: + - type: Transform + pos: 6.6280804,-11.907726 + parent: 2 +- proto: FoodBurgerBacon + entities: + - uid: 7583 + components: + - type: Transform + pos: 7.422054,-197.01524 + parent: 2 +- proto: FoodBurgerRobot + entities: + - uid: 9974 + components: + - type: Transform + pos: -1.5525827,-302.4798 + parent: 2 +- proto: FoodCarrot + entities: + - uid: 2308 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5787189,-87.526474 + parent: 2 +- proto: FoodCartCold + entities: + - uid: 12368 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-90.5 + parent: 2 +- proto: FoodCartHot + entities: + - uid: 2319 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-93.5 + parent: 2 +- proto: FoodCondimentBottleEnzyme + entities: + - uid: 26570 + components: + - type: Transform + pos: 1.0586631,-370.32172 + parent: 2 +- proto: FoodDonutBlumpkin + entities: + - uid: 9685 + components: + - type: Transform + pos: 22.969706,-297.51672 + parent: 2 +- proto: FoodDonutCaramel + entities: + - uid: 11522 + components: + - type: Transform + pos: -0.40804732,-345.55585 + parent: 2 +- proto: FoodDonutChaos + entities: + - uid: 5382 + components: + - type: Transform + pos: -0.61935514,-345.2918 + parent: 2 +- proto: FoodDonutChocolate + entities: + - uid: 9683 + components: + - type: Transform + pos: 22.40035,-297.51086 + parent: 2 +- proto: FoodDonutHomer + entities: + - uid: 9686 + components: + - type: Transform + pos: 23.233839,-297.22336 + parent: 2 +- proto: FoodDonutJellyCaramel + entities: + - uid: 9684 + components: + - type: Transform + pos: 22.70557,-297.24683 + parent: 2 +- proto: FoodDonutJellySlugcat + entities: + - uid: 9689 + components: + - type: Transform + pos: 23.568409,-299.31226 + parent: 2 +- proto: FoodDonutMeat + entities: + - uid: 9687 + components: + - type: Transform + pos: 23.445145,-297.5226 + parent: 2 +- proto: FoodEggBoiled + entities: + - uid: 4194 + components: + - type: Transform + pos: -0.6405136,-11.597754 + parent: 2 +- proto: FoodEggplant + entities: + - uid: 14357 + components: + - type: Transform + pos: 16.665325,-82.4353 + parent: 2 +- proto: FoodMealPotatoYaki + entities: + - uid: 15037 + components: + - type: Transform + pos: -10.433084,-134.28047 + parent: 2 +- proto: FoodPieBananaCream + entities: + - uid: 2006 + components: + - type: Transform + pos: -7.22454,-124.50731 + parent: 2 + - uid: 10014 + components: + - type: Transform + parent: 2003 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 10781 + components: + - type: Transform + parent: 2003 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: FoodPotato + entities: + - uid: 2306 + components: + - type: Transform + pos: 1.3938253,-87.1436 + parent: 2 + - uid: 2307 + components: + - type: Transform + pos: 1.6579595,-87.28883 + parent: 2 +- proto: FoodSaladCitrus + entities: + - uid: 14742 + components: + - type: Transform + pos: -6.285258,-307.37143 + parent: 2 +- proto: FoodSoupTomatoBlood + entities: + - uid: 367 + components: + - type: Transform + pos: -3.4185836,2.6839163 + parent: 2 +- proto: ForkPlastic + entities: + - uid: 9985 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.582423,-313.33093 + parent: 2 +- proto: FuelDispenser + entities: + - uid: 16898 + components: + - type: Transform + pos: -4.5,-306.5 + parent: 2 +- proto: GasCanisterBrokenBase + entities: + - uid: 14639 + components: + - type: Transform + pos: -5.5,-259.5 + parent: 2 +- proto: GasFilter + entities: + - uid: 8509 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-170.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FFD800FF' + - uid: 8512 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-170.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FFD800FF' +- proto: GasFilterFlipped + entities: + - uid: 6673 + components: + - type: Transform + pos: -17.5,-257.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 8816 + components: + - type: Transform + pos: -17.5,-253.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 8917 + components: + - type: Transform + pos: -17.5,-255.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 11901 + components: + - type: Transform + pos: -17.5,-251.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: GasMinerCarbonDioxide + entities: + - uid: 13271 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,-253.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: GasMinerNitrogenStationLarge + entities: + - uid: 7546 + components: + - type: Transform + pos: -20.5,-257.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: GasMinerOxygenStationLarge + entities: + - uid: 8202 + components: + - type: Transform + pos: -20.5,-255.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: GasMixer + entities: + - uid: 8683 + components: + - type: Transform + pos: -14.5,-258.5 + parent: 2 + - type: GasMixer + inletTwoConcentration: 0.78 + inletOneConcentration: 0.22 + targetPressure: 4500 + - type: AtmosDevice + joinedGrid: 2 + - uid: 11211 + components: + - type: Transform + pos: 5.5,-356.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FFD800FF' +- proto: GasOutletInjector + entities: + - uid: 3760 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-257.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 4021 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-255.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 7237 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-251.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 7924 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-253.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: GasPassiveVent + entities: + - uid: 545 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-357.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FFD800FF' + - uid: 618 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-14.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 938 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-58.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1102 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-25.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3114 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,-253.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 3256 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-92.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3405 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-126.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3500 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-126.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3961 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-135.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4049 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-260.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 4154 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-180.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5014 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-200.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5026 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-229.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5171 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-220.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5175 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-229.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5320 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-249.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 5367 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-220.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 6796 + components: + - type: Transform + pos: -19.5,-257.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 8789 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,-251.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 10694 + components: + - type: Transform + pos: -7.5,-332.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 10928 + components: + - type: Transform + pos: 8.5,-332.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 11916 + components: + - type: Transform + pos: -19.5,-255.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 12016 + components: + - type: Transform + pos: -19.5,-260.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 12218 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-283.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12389 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-313.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FEF101FF' + - uid: 12405 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-315.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FEF101FF' + - uid: 12517 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-311.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12907 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-358.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 13103 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-369.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13104 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-369.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14298 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-263.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14451 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,-64.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' +- proto: GasPipeBend + entities: + - uid: 735 + components: + - type: Transform + pos: 2.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 738 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 853 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 854 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 869 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 873 + components: + - type: Transform + pos: 1.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 930 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 981 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1021 + components: + - type: Transform + pos: 3.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1107 + components: + - type: Transform + pos: -5.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1149 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1200 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1202 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-179.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1396 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-190.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1670 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1994 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 2284 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-170.5 + parent: 2 + - type: AtmosPipeColor + color: '#FFD800FF' + - uid: 2925 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-243.5 + parent: 2 + - uid: 2957 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-170.5 + parent: 2 + - uid: 3361 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-88.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3409 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-125.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3450 + components: + - type: Transform + pos: 5.5,-109.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3505 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-126.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3506 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-126.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3531 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-108.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3562 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-206.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3610 + components: + - type: Transform + pos: 6.5,-108.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3636 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-108.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3882 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-17.5 + parent: 2 + - uid: 3955 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-139.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4054 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4113 + components: + - type: Transform + pos: -17.5,-249.5 + parent: 2 + - uid: 4547 + components: + - type: Transform + pos: 4.5,-151.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4984 + components: + - type: Transform + pos: 16.5,-243.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 5101 + components: + - type: Transform + pos: -4.5,-197.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5311 + components: + - type: Transform + pos: 5.5,-162.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5318 + components: + - type: Transform + pos: 5.5,-175.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5345 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-172.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5379 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-220.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5381 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-229.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5502 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,-247.5 + parent: 2 + - uid: 5959 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-247.5 + parent: 2 + - uid: 6069 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,-247.5 + parent: 2 + - uid: 6630 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6640 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-261.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6694 + components: + - type: Transform + pos: 17.5,-262.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6888 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-250.5 + parent: 2 + - uid: 7197 + components: + - type: Transform + pos: -18.5,-243.5 + parent: 2 + - uid: 7360 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,-258.5 + parent: 2 + - uid: 7433 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-249.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7485 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-243.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7813 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,-256.5 + parent: 2 + - uid: 7905 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-259.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8047 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-244.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8065 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-257.5 + parent: 2 + - uid: 8086 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-262.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8090 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-244.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8108 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-257.5 + parent: 2 + - uid: 8195 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,-262.5 + parent: 2 + - uid: 8267 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,-261.5 + parent: 2 + - uid: 8480 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,-247.5 + parent: 2 + - uid: 9520 + components: + - type: Transform + pos: 5.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10044 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-262.5 + parent: 2 + - uid: 10079 + components: + - type: Transform + pos: 9.5,-114.5 + parent: 2 + - uid: 11214 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-356.5 + parent: 2 + - type: AtmosPipeColor + color: '#FFD800FF' + - uid: 11253 + components: + - type: Transform + pos: 7.5,-328.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12062 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-333.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12150 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-333.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12244 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-286.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12245 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-286.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12383 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-347.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12521 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-308.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12529 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-319.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12565 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-311.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12566 + components: + - type: Transform + pos: 8.5,-301.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12618 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-298.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12623 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-298.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12712 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-357.5 + parent: 2 + - type: AtmosPipeColor + color: '#FFD800FF' + - uid: 12807 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-346.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12831 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-346.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12842 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-327.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12843 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-328.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12844 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-328.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12879 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-347.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12980 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-360.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12981 + components: + - type: Transform + pos: 1.5,-359.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12982 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-359.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13035 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-361.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13143 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-90.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14306 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,-263.5 + parent: 2 + - uid: 14423 + components: + - type: Transform + pos: 18.5,-63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14425 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14437 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-64.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14442 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-62.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14607 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-252.5 + parent: 2 + - uid: 14815 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14816 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14827 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-57.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14836 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-81.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14842 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-81.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14864 + components: + - type: Transform + pos: -3.5,-106.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14865 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-106.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14895 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-138.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15042 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-189.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15101 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-190.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15102 + components: + - type: Transform + pos: 5.5,-189.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15111 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-163.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15126 + components: + - type: Transform + pos: 5.5,-152.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15185 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-273.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15200 + components: + - type: Transform + pos: 5.5,-287.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16488 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-174.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 16489 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-172.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 16687 + components: + - type: Transform + pos: -3.5,-360.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' +- proto: GasPipeFourway + entities: + - uid: 615 + components: + - type: Transform + pos: 2.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 846 + components: + - type: Transform + pos: 1.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 860 + components: + - type: Transform + pos: 1.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1261 + components: + - type: Transform + pos: 0.5,-62.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1302 + components: + - type: Transform + pos: -0.5,-63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1370 + components: + - type: Transform + pos: 0.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3273 + components: + - type: Transform + pos: -3.5,-86.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3335 + components: + - type: Transform + pos: 0.5,-81.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3350 + components: + - type: Transform + pos: 0.5,-88.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3375 + components: + - type: Transform + pos: 0.5,-96.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3419 + components: + - type: Transform + pos: 1.5,-116.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3957 + components: + - type: Transform + pos: 4.5,-139.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4011 + components: + - type: Transform + pos: -0.5,-151.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4119 + components: + - type: Transform + pos: 0.5,-175.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4529 + components: + - type: Transform + pos: 0.5,-152.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4615 + components: + - type: Transform + pos: 0.5,-219.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4666 + components: + - type: Transform + pos: 0.5,-189.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4748 + components: + - type: Transform + pos: -4.5,-200.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5052 + components: + - type: Transform + pos: 0.5,-230.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5084 + components: + - type: Transform + pos: 1.5,-190.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5263 + components: + - type: Transform + pos: 1.5,-174.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5304 + components: + - type: Transform + pos: 0.5,-163.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5926 + components: + - type: Transform + pos: 0.5,-287.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6693 + components: + - type: Transform + pos: 0.5,-243.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7204 + components: + - type: Transform + pos: 0.5,-202.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7822 + components: + - type: Transform + pos: 0.5,-260.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7956 + components: + - type: Transform + pos: -3.5,-172.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9809 + components: + - type: Transform + pos: 0.5,-197.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9816 + components: + - type: Transform + pos: -3.5,-366.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12441 + components: + - type: Transform + pos: -0.5,-308.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12722 + components: + - type: Transform + pos: 1.5,-331.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12746 + components: + - type: Transform + pos: 0.5,-347.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12755 + components: + - type: Transform + pos: 1.5,-333.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12768 + components: + - type: Transform + pos: -4.5,-333.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12796 + components: + - type: Transform + pos: 1.5,-340.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12797 + components: + - type: Transform + pos: -4.5,-340.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12949 + components: + - type: Transform + pos: 4.5,-366.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12968 + components: + - type: Transform + pos: 1.5,-366.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' +- proto: GasPipeStraight + entities: + - uid: 444 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 533 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 594 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 595 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 602 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 609 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,-257.5 + parent: 2 + - uid: 612 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 624 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 628 + components: + - type: Transform + pos: 6.5,-16.5 + parent: 2 + - uid: 629 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 630 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 635 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 660 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 673 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 685 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 686 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 709 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 715 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 717 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 718 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 719 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 720 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 721 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 722 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 723 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 724 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 725 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 731 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 732 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 733 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 736 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 739 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 740 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 743 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 744 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 746 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 748 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 749 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 765 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 766 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 767 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 768 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 789 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 794 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 795 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 812 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 813 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 814 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 817 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 818 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 819 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 820 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 823 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 840 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 841 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 842 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 847 + components: + - type: Transform + pos: 1.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 848 + components: + - type: Transform + pos: 1.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 849 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 850 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 851 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 852 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 858 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 859 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 861 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 862 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 863 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 864 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 865 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 868 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 872 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 874 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 876 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 877 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 878 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 920 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-70.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 922 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 933 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 973 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-69.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 988 + components: + - type: Transform + pos: 0.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 990 + components: + - type: Transform + pos: 0.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 992 + components: + - type: Transform + pos: 0.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 995 + components: + - type: Transform + pos: 0.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1005 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-220.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1038 + components: + - type: Transform + pos: 0.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1039 + components: + - type: Transform + pos: 0.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1040 + components: + - type: Transform + pos: 0.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1041 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-161.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1042 + components: + - type: Transform + pos: 0.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1043 + components: + - type: Transform + pos: 0.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1044 + components: + - type: Transform + pos: 0.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1045 + components: + - type: Transform + pos: 0.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1046 + components: + - type: Transform + pos: 0.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1047 + components: + - type: Transform + pos: 0.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1048 + components: + - type: Transform + pos: 0.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1049 + components: + - type: Transform + pos: 0.5,-39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1051 + components: + - type: Transform + pos: 0.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1054 + components: + - type: Transform + pos: 0.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1055 + components: + - type: Transform + pos: 0.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1056 + components: + - type: Transform + pos: 0.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1058 + components: + - type: Transform + pos: 0.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1059 + components: + - type: Transform + pos: 0.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1060 + components: + - type: Transform + pos: 0.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1061 + components: + - type: Transform + pos: 0.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1062 + components: + - type: Transform + pos: 0.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1065 + components: + - type: Transform + pos: 0.5,-53.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1069 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-340.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1109 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1118 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-57.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1135 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1136 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1137 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-67.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1147 + components: + - type: Transform + pos: -0.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1150 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1151 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1152 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1153 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1154 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1157 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-68.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1159 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1160 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1161 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1162 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1163 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1164 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1165 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1166 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1168 + components: + - type: Transform + pos: -0.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1170 + components: + - type: Transform + pos: -0.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1171 + components: + - type: Transform + pos: -0.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1173 + components: + - type: Transform + pos: -0.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1175 + components: + - type: Transform + pos: -0.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1176 + components: + - type: Transform + pos: -0.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1182 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1183 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1184 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1185 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1187 + components: + - type: Transform + pos: -4.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1189 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-39.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1190 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1193 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1194 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1195 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1196 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1197 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1198 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1199 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1203 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1204 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1206 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1208 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1214 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1217 + components: + - type: Transform + pos: -0.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1219 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1220 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1232 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1233 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1234 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1235 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1236 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1251 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1252 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1253 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1254 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1255 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1258 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1260 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1263 + components: + - type: Transform + pos: -4.5,-55.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1265 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1268 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1271 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1275 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1280 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1281 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1282 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1284 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1287 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-340.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1290 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-56.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1291 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1293 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-59.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1294 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-60.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1295 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-61.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1296 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-62.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1297 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-64.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1298 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1300 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-65.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1303 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1304 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1305 + components: + - type: Transform + pos: 0.5,-55.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1306 + components: + - type: Transform + pos: 0.5,-56.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1307 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-57.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1308 + components: + - type: Transform + pos: 0.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1309 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-53.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1310 + components: + - type: Transform + pos: 0.5,-60.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1311 + components: + - type: Transform + pos: 0.5,-61.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1312 + components: + - type: Transform + pos: 0.5,-63.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1313 + components: + - type: Transform + pos: 0.5,-64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1314 + components: + - type: Transform + pos: 0.5,-65.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1317 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-62.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1318 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-62.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1319 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-62.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1320 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1321 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-55.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1322 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-56.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1330 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-66.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1331 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-66.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1338 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1340 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1346 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-67.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1356 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-57.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1357 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-71.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1361 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-69.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1363 + components: + - type: Transform + pos: 0.5,-66.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1364 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-70.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1366 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-72.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1371 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-74.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1376 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-190.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1377 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-57.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1379 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-57.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1387 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-69.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1388 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-69.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1390 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-69.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1391 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-69.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1392 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-68.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1393 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-68.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1395 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-68.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1397 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-68.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1404 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-72.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1405 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-72.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1410 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-71.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1411 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-71.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1412 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-71.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1414 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-71.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1424 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1512 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-328.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1575 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-288.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1680 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1770 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-59.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1841 + components: + - type: Transform + pos: -4.5,-136.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1961 + components: + - type: Transform + pos: -4.5,-134.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2170 + components: + - type: Transform + pos: -4.5,-135.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2399 + components: + - type: Transform + pos: -17.5,-239.5 + parent: 2 + - uid: 2403 + components: + - type: Transform + pos: -16.5,-239.5 + parent: 2 + - uid: 2481 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,-245.5 + parent: 2 + - uid: 2919 + components: + - type: Transform + pos: -17.5,-250.5 + parent: 2 + - uid: 3025 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-57.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3028 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,-258.5 + parent: 2 + - uid: 3039 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-340.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3041 + components: + - type: Transform + pos: -4.5,-94.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3135 + components: + - type: Transform + pos: -9.5,-253.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 3144 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-260.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3145 + components: + - type: Transform + pos: 0.5,-168.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3165 + components: + - type: Transform + pos: -18.5,-239.5 + parent: 2 + - uid: 3194 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-258.5 + parent: 2 + - uid: 3197 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,-251.5 + parent: 2 + - uid: 3198 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-253.5 + parent: 2 + - uid: 3215 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,-251.5 + parent: 2 + - uid: 3251 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-75.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3258 + components: + - type: Transform + pos: -4.5,-95.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3265 + components: + - type: Transform + pos: -7.5,-85.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3266 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-92.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3267 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-86.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3268 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-86.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3269 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-87.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3275 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-85.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3276 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-84.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3277 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-83.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3280 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-86.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3282 + components: + - type: Transform + pos: -4.5,-93.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3286 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-82.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3287 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-82.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3289 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-82.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3290 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-82.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3291 + components: + - type: Transform + pos: 1.5,-81.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3292 + components: + - type: Transform + pos: 1.5,-80.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3294 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-82.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3295 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-82.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3296 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-83.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3297 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-95.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3298 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-94.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3299 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-93.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3300 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-92.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3301 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-91.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3302 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-90.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3303 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-89.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3304 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-88.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3305 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-87.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3306 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-86.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3307 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-85.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3308 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-84.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3312 + components: + - type: Transform + pos: -4.5,-96.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3313 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-96.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3315 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-97.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3316 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-97.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3317 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-97.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3318 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-97.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3320 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-97.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3321 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-97.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3322 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-97.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3324 + components: + - type: Transform + pos: -0.5,-98.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3325 + components: + - type: Transform + pos: -0.5,-99.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3327 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-76.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3328 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-77.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3329 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-78.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3330 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-80.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3336 + components: + - type: Transform + pos: 0.5,-82.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3337 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-81.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3338 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-81.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3339 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-81.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3340 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-81.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3341 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-81.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3342 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-81.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3343 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-81.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3344 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-83.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3345 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-84.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3346 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-85.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3347 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-86.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3348 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-87.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3349 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-89.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3356 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-88.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3357 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-88.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3358 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-88.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3359 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-88.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3360 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-88.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3362 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-87.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3365 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-92.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3366 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-93.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3367 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-95.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3368 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-94.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3369 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-91.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3370 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-91.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3376 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-96.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3377 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-96.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3378 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-96.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3379 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-97.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3380 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-98.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3381 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-99.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3382 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-101.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3383 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-102.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3384 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-103.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3385 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-104.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3387 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-96.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3388 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-96.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3389 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-96.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3390 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-96.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3402 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-105.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3404 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-107.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3406 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-108.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3411 + components: + - type: Transform + pos: 1.5,-124.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3412 + components: + - type: Transform + pos: 1.5,-123.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3413 + components: + - type: Transform + pos: 1.5,-122.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3414 + components: + - type: Transform + pos: 1.5,-121.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3416 + components: + - type: Transform + pos: 1.5,-119.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3417 + components: + - type: Transform + pos: 1.5,-118.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3418 + components: + - type: Transform + pos: 1.5,-117.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3420 + components: + - type: Transform + pos: 1.5,-115.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3421 + components: + - type: Transform + pos: 1.5,-114.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3422 + components: + - type: Transform + pos: 1.5,-113.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3423 + components: + - type: Transform + pos: 1.5,-112.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3424 + components: + - type: Transform + pos: 1.5,-111.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3425 + components: + - type: Transform + pos: 1.5,-110.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3427 + components: + - type: Transform + pos: 0.5,-126.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3428 + components: + - type: Transform + pos: 0.5,-129.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3429 + components: + - type: Transform + pos: 0.5,-128.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3430 + components: + - type: Transform + pos: 0.5,-130.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3431 + components: + - type: Transform + pos: 0.5,-131.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3432 + components: + - type: Transform + pos: 0.5,-132.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3433 + components: + - type: Transform + pos: 0.5,-134.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3434 + components: + - type: Transform + pos: 0.5,-135.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3440 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-108.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3442 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-109.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3443 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-109.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3445 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-109.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3446 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-109.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3447 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-109.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3449 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-109.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3453 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-116.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3454 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-116.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3455 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-116.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3456 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-116.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3458 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-116.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3459 + components: + - type: Transform + pos: -6.5,-110.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3460 + components: + - type: Transform + pos: -6.5,-111.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3461 + components: + - type: Transform + pos: -6.5,-112.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3462 + components: + - type: Transform + pos: -6.5,-113.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3463 + components: + - type: Transform + pos: -6.5,-114.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3464 + components: + - type: Transform + pos: -6.5,-115.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3465 + components: + - type: Transform + pos: -6.5,-116.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3466 + components: + - type: Transform + pos: -6.5,-117.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3467 + components: + - type: Transform + pos: -6.5,-118.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3468 + components: + - type: Transform + pos: -6.5,-119.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3469 + components: + - type: Transform + pos: -6.5,-120.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3470 + components: + - type: Transform + pos: -6.5,-121.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3471 + components: + - type: Transform + pos: -6.5,-122.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3472 + components: + - type: Transform + pos: -6.5,-123.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3473 + components: + - type: Transform + pos: -6.5,-124.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3479 + components: + - type: Transform + pos: 1.5,-167.5 + parent: 2 + - uid: 3488 + components: + - type: Transform + pos: 15.5,-259.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3510 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-124.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3511 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-123.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3512 + components: + - type: Transform + pos: -8.5,-121.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3514 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-120.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3516 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-118.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3517 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-117.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3519 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-115.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3520 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-114.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3522 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-112.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3523 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-111.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3528 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-110.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3529 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-109.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3530 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-169.5 + parent: 2 + - uid: 3558 + components: + - type: Transform + pos: 15.5,-261.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3563 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-125.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3564 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-124.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3565 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-123.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3567 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-121.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3569 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-119.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3570 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-118.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3572 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-117.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3574 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-116.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3575 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-115.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3577 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-113.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3578 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-112.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3579 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-111.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3580 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-110.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3581 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-109.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3587 + components: + - type: Transform + pos: -0.5,-121.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3588 + components: + - type: Transform + pos: -0.5,-123.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3589 + components: + - type: Transform + pos: -0.5,-124.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3590 + components: + - type: Transform + pos: -0.5,-125.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3591 + components: + - type: Transform + pos: -0.5,-126.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3592 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-122.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3593 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-122.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3594 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-122.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3595 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-122.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3596 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-122.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3597 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-122.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3607 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-248.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 3609 + components: + - type: Transform + pos: -9.5,-252.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 3611 + components: + - type: Transform + pos: -9.5,-251.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 3612 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-108.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3613 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-108.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3614 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-108.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3615 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-108.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3617 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-108.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3618 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-108.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3620 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-107.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3624 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-115.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3627 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-119.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3628 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-118.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3629 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-120.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3634 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-108.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3635 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-108.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3638 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-109.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3642 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-260.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3643 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-248.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 3644 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-260.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3648 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-138.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3649 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-138.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3663 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-200.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3670 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-138.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3766 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3789 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-138.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3790 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-260.5 + parent: 2 + - uid: 3849 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-138.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3875 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-139.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3921 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-137.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3922 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-144.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3924 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-140.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3925 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-141.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3926 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-142.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3927 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-143.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3928 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-144.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3929 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-145.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3931 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-147.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3932 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-148.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3934 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-151.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3935 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-150.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3937 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-153.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3939 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-155.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3940 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-156.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3941 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-157.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3942 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-158.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3943 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-159.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3945 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-161.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3946 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-162.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3951 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-248.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 3956 + components: + - type: Transform + pos: 4.5,-140.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3958 + components: + - type: Transform + pos: 4.5,-138.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3959 + components: + - type: Transform + pos: 4.5,-137.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3960 + components: + - type: Transform + pos: 4.5,-136.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3963 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-135.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3964 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-135.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3965 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-135.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3966 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-135.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3967 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-135.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3968 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-135.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3969 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-135.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3974 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-134.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3975 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-135.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3976 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-135.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3979 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-145.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3983 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-135.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3985 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-136.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3986 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-138.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3989 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-139.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3990 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-141.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3991 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-142.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3992 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-143.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3995 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-147.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3997 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-149.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3999 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-150.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4001 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-146.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4002 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-138.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4005 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-148.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4006 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-148.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4007 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-148.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4008 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-148.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4010 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-140.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4014 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-153.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4015 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-152.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4017 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-136.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4019 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,-260.5 + parent: 2 + - uid: 4024 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-139.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4025 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-139.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4026 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-139.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4027 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-139.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4028 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-138.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4029 + components: + - type: Transform + pos: -9.5,-250.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 4030 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-137.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4032 + components: + - type: Transform + pos: -4.5,-140.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4034 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-140.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4035 + components: + - type: Transform + pos: 1.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4036 + components: + - type: Transform + pos: -5.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4038 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-260.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4039 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-140.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4052 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-271.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4116 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-171.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4117 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-172.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4118 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-173.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4120 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-174.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4121 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-176.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4122 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-177.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4123 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-178.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4124 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-179.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4125 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-180.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4126 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-182.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4127 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-183.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4128 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-184.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4129 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-185.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4130 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-186.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4132 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-188.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4135 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-163.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4151 + components: + - type: Transform + pos: 1.5,-188.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4152 + components: + - type: Transform + pos: 1.5,-189.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4153 + components: + - type: Transform + pos: -0.5,-180.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4156 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-179.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4157 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-179.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4158 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-179.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4159 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-179.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4160 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-179.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4180 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,-245.5 + parent: 2 + - uid: 4200 + components: + - type: Transform + pos: 15.5,-260.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4201 + components: + - type: Transform + pos: 15.5,-262.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4214 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-164.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4215 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-163.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4216 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-166.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4225 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-164.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4305 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-151.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4307 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-152.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4357 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-88.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4420 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-201.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4514 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-86.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4531 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-152.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4532 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-152.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4534 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-152.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4536 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-151.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4537 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-151.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4538 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-207.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4539 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-151.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4540 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-151.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4560 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-146.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4561 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-146.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4562 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-146.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4563 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-149.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4564 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-149.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4565 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-149.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4566 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-149.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4569 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-206.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4578 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-198.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4580 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-206.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4581 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-199.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4583 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-206.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4585 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-206.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4589 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-194.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4590 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-217.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4591 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-218.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4592 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-176.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4593 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-220.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4594 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-221.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4598 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-200.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4599 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-200.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4600 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-200.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4601 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-213.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4602 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-207.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4603 + components: + - type: Transform + pos: -19.5,-239.5 + parent: 2 + - uid: 4604 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-196.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4605 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-193.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4606 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-206.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4607 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-190.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4609 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-191.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4610 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-204.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4611 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-203.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4613 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-209.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4639 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-205.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4659 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-196.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4660 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-195.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4661 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-192.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4663 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-191.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4664 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-192.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4665 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-202.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4667 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-205.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4669 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-203.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4671 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-197.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4708 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-189.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4709 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-190.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4740 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-202.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4741 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-205.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4743 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-195.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4744 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-192.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4745 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-194.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4746 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-211.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4747 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-212.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4749 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-200.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4778 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-205.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4779 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-190.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4849 + components: + - type: Transform + pos: 17.5,-244.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4896 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-198.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4924 + components: + - type: Transform + pos: 1.5,-193.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4945 + components: + - type: Transform + pos: 0.5,-170.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4947 + components: + - type: Transform + pos: 0.5,-167.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4982 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-210.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4983 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-201.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4999 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-204.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5033 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-200.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5034 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-200.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5035 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-200.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5038 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-215.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5039 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-216.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5044 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-222.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5045 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-223.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5046 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-224.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5047 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-225.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5048 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-226.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5049 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-227.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5050 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-228.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5051 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-229.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5053 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-231.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5054 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-232.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5055 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-233.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5056 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-234.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5058 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-236.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5059 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-237.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5060 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-238.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5061 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-239.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5062 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-240.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5064 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-242.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5074 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-189.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5075 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-189.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5076 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-189.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5078 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-190.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5080 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-190.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5090 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-205.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5091 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-189.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5098 + components: + - type: Transform + pos: -4.5,-199.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5099 + components: + - type: Transform + pos: -4.5,-198.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5104 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-197.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5105 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-197.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5106 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-197.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5109 + components: + - type: Transform + pos: 17.5,-246.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5113 + components: + - type: Transform + pos: -4.5,-203.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5114 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-202.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5115 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-202.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5116 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-202.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5117 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-202.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5138 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-230.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5139 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-230.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5141 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-230.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5142 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-230.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5143 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-219.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5145 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-219.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5146 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-219.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5147 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-219.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5166 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-229.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5167 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-229.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5168 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-220.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5169 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-220.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5191 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-220.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5192 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-220.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5193 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-220.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5194 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-220.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5195 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-229.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5196 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-229.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5197 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-229.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5198 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-229.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5248 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-179.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5250 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-178.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5253 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-177.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5254 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-175.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5255 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-175.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5257 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-175.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5258 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-175.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5264 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-174.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5265 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-174.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5266 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-174.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5267 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-174.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5268 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-179.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5269 + components: + - type: Transform + pos: 1.5,-175.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5270 + components: + - type: Transform + pos: 1.5,-173.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5271 + components: + - type: Transform + pos: 1.5,-172.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5272 + components: + - type: Transform + pos: 1.5,-171.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5273 + components: + - type: Transform + pos: 1.5,-170.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5284 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-175.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5285 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-175.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5286 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-175.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5287 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-175.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5292 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-163.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5297 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-166.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5298 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-166.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5299 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-168.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5305 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-163.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5306 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-163.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5308 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-162.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5309 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-162.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5310 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-162.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5314 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-175.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5315 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-175.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5316 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-176.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5336 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-172.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5339 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,-260.5 + parent: 2 + - uid: 5341 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-172.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5342 + components: + - type: Transform + pos: 4.5,-173.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5368 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-229.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5369 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-234.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5370 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-233.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5371 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-232.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5372 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-230.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5373 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-231.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5374 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-219.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5375 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-218.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5376 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-217.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5377 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-216.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5378 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-215.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5380 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-220.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5401 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-260.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5418 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-249.5 + parent: 2 + - uid: 5486 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5662 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,-244.5 + parent: 2 + - uid: 6046 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-245.5 + parent: 2 + - uid: 6061 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -18.5,-245.5 + parent: 2 + - uid: 6255 + components: + - type: Transform + pos: -15.5,-244.5 + parent: 2 + - uid: 6389 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-114.5 + parent: 2 + - uid: 6677 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-243.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6696 + components: + - type: Transform + pos: 0.5,-246.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6698 + components: + - type: Transform + pos: 0.5,-245.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6700 + components: + - type: Transform + pos: 0.5,-252.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6702 + components: + - type: Transform + pos: 0.5,-255.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6705 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-248.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6708 + components: + - type: Transform + pos: 0.5,-247.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6709 + components: + - type: Transform + pos: 0.5,-244.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6710 + components: + - type: Transform + pos: 16.5,-252.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6715 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-248.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6716 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-256.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6717 + components: + - type: Transform + pos: 0.5,-249.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6718 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-244.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6724 + components: + - type: Transform + pos: -0.5,-252.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6728 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-256.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6729 + components: + - type: Transform + pos: -0.5,-254.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6730 + components: + - type: Transform + pos: 0.5,-253.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6742 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-256.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6744 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-248.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6771 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-256.5 + parent: 2 + - uid: 6799 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-260.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6800 + components: + - type: Transform + pos: -9.5,-249.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6812 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-259.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6820 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-256.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6824 + components: + - type: Transform + pos: -0.5,-255.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6825 + components: + - type: Transform + pos: -0.5,-253.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6826 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-256.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6830 + components: + - type: Transform + pos: -0.5,-251.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6832 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-244.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6835 + components: + - type: Transform + pos: 0.5,-259.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6838 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-248.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6839 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-248.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6840 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-248.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6844 + components: + - type: Transform + pos: 0.5,-257.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6846 + components: + - type: Transform + pos: 16.5,-253.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6847 + components: + - type: Transform + pos: 16.5,-254.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6848 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-248.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6849 + components: + - type: Transform + pos: 0.5,-250.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6850 + components: + - type: Transform + pos: 0.5,-254.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6851 + components: + - type: Transform + pos: 0.5,-251.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6854 + components: + - type: Transform + pos: 16.5,-251.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6859 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-261.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6860 + components: + - type: Transform + pos: 15.5,-252.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6890 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,-253.5 + parent: 2 + - uid: 6891 + components: + - type: Transform + pos: -9.5,-257.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6896 + components: + - type: Transform + pos: -14.5,-254.5 + parent: 2 + - uid: 6910 + components: + - type: Transform + pos: -9.5,-256.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6912 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-171.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7203 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-199.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7213 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,-245.5 + parent: 2 + - uid: 7239 + components: + - type: Transform + pos: 16.5,-248.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7315 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-259.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7361 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-248.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7376 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-260.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7417 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-248.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7429 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,-253.5 + parent: 2 + - uid: 7442 + components: + - type: Transform + pos: 17.5,-247.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7448 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-249.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7460 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-248.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7482 + components: + - type: Transform + pos: 0.5,-261.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7491 + components: + - type: Transform + pos: 4.5,-257.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7493 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-259.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7495 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-248.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7501 + components: + - type: Transform + pos: 0.5,-263.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7502 + components: + - type: Transform + pos: 0.5,-264.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7508 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-256.5 + parent: 2 + - uid: 7559 + components: + - type: Transform + pos: 15.5,-249.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7561 + components: + - type: Transform + pos: -0.5,-246.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7564 + components: + - type: Transform + pos: 16.5,-255.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7565 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-256.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7567 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-248.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7571 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-248.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7573 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-248.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7574 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-248.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7578 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-243.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7582 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-260.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7768 + components: + - type: Transform + pos: 0.5,-258.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7774 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-260.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7816 + components: + - type: Transform + pos: 15.5,-250.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7819 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-256.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7825 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-248.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7826 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-260.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7845 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-260.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7849 + components: + - type: Transform + pos: -9.5,-255.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7854 + components: + - type: Transform + pos: -9.5,-254.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7856 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-259.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7870 + components: + - type: Transform + pos: -9.5,-258.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7871 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-252.5 + parent: 2 + - uid: 7872 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-259.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7887 + components: + - type: Transform + pos: 5.5,-177.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7897 + components: + - type: Transform + pos: -13.5,-254.5 + parent: 2 + - uid: 7907 + components: + - type: Transform + pos: -17.5,-256.5 + parent: 2 + - uid: 7911 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-248.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7944 + components: + - type: Transform + pos: -15.5,-246.5 + parent: 2 + - uid: 7947 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-260.5 + parent: 2 + - uid: 7949 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-171.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7952 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-245.5 + parent: 2 + - uid: 8010 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-249.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8013 + components: + - type: Transform + pos: 16.5,-250.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8014 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-248.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8015 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-256.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8016 + components: + - type: Transform + pos: 17.5,-245.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8027 + components: + - type: Transform + pos: 16.5,-245.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8029 + components: + - type: Transform + pos: -0.5,-245.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8031 + components: + - type: Transform + pos: -0.5,-247.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8032 + components: + - type: Transform + pos: -0.5,-250.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8035 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-256.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8036 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,-256.5 + parent: 2 + - uid: 8039 + components: + - type: Transform + pos: 4.5,-259.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8040 + components: + - type: Transform + pos: -0.5,-260.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8041 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-261.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8042 + components: + - type: Transform + pos: 4.5,-258.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8043 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-256.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8044 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-256.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8046 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-244.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8060 + components: + - type: Transform + pos: 15.5,-255.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8061 + components: + - type: Transform + pos: 15.5,-254.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8062 + components: + - type: Transform + pos: 15.5,-256.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8067 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-260.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8068 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-256.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8069 + components: + - type: Transform + pos: -0.5,-257.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8077 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-243.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8079 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-244.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8082 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-255.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8084 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-250.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8085 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-256.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8087 + components: + - type: Transform + pos: 15.5,-251.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8088 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-256.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8099 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,-248.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8126 + components: + - type: Transform + pos: 1.5,-165.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8148 + components: + - type: Transform + pos: -19.5,-245.5 + parent: 2 + - uid: 8160 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-256.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8161 + components: + - type: Transform + pos: -0.5,-258.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8162 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-260.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8164 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-244.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8181 + components: + - type: Transform + pos: 15.5,-257.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8189 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-254.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8190 + components: + - type: Transform + pos: 15.5,-253.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8207 + components: + - type: Transform + pos: 15.5,-258.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8210 + components: + - type: Transform + pos: -17.5,-261.5 + parent: 2 + - uid: 8212 + components: + - type: Transform + pos: -0.5,-249.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8248 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-257.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8249 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-260.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8250 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-258.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8375 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-165.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8419 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-165.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8487 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-261.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8643 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-271.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8678 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-250.5 + parent: 2 + - uid: 8747 + components: + - type: Transform + pos: 0.5,-269.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8783 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-259.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8845 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-266.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8853 + components: + - type: Transform + pos: 1.5,-243.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8858 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-260.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8861 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-260.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8862 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-243.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8872 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-265.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8875 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-267.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8884 + components: + - type: Transform + pos: 1.5,-269.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8886 + components: + - type: Transform + pos: 1.5,-270.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8887 + components: + - type: Transform + pos: 0.5,-270.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8893 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-248.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8899 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,-252.5 + parent: 2 + - uid: 8903 + components: + - type: Transform + pos: 16.5,-247.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8909 + components: + - type: Transform + pos: 16.5,-246.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8922 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,-254.5 + parent: 2 + - uid: 8967 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-247.5 + parent: 2 + - type: AtmosPipeColor + color: '#947507FF' + - uid: 9477 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-14.5 + parent: 2 + - uid: 9847 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-165.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9848 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-165.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10012 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-328.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10082 + components: + - type: Transform + pos: 9.5,-115.5 + parent: 2 + - uid: 10087 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-114.5 + parent: 2 + - uid: 10571 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-345.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10711 + components: + - type: Transform + pos: 6.5,-341.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 10714 + components: + - type: Transform + pos: 6.5,-338.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 10715 + components: + - type: Transform + pos: 6.5,-339.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 10756 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-338.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10760 + components: + - type: Transform + pos: -17.5,-262.5 + parent: 2 + - uid: 10800 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-339.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10963 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-337.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10971 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-341.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10996 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-340.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 11121 + components: + - type: Transform + pos: 0.5,-332.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 11187 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-334.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 11222 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-313.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 11409 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,-259.5 + parent: 2 + - uid: 11425 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-335.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 11433 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-347.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 11550 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-260.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 11551 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,-250.5 + parent: 2 + - uid: 11885 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-243.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 11888 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,-257.5 + parent: 2 + - uid: 11889 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-255.5 + parent: 2 + - uid: 11890 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,-255.5 + parent: 2 + - uid: 11891 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,-255.5 + parent: 2 + - uid: 11938 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-256.5 + parent: 2 + - uid: 11939 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-257.5 + parent: 2 + - uid: 11946 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,-257.5 + parent: 2 + - uid: 12012 + components: + - type: Transform + pos: -14.5,-255.5 + parent: 2 + - uid: 12013 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,-255.5 + parent: 2 + - uid: 12020 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-257.5 + parent: 2 + - uid: 12031 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,-261.5 + parent: 2 + - uid: 12052 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-357.5 + parent: 2 + - type: AtmosPipeColor + color: '#FFD800FF' + - uid: 12104 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,-260.5 + parent: 2 + - uid: 12135 + components: + - type: Transform + pos: 1.5,-242.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 12141 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12230 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,-260.5 + parent: 2 + - uid: 12234 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-283.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12235 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-283.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12238 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-285.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12248 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-272.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12251 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-274.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12252 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-275.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12253 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-276.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12255 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-278.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12256 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-279.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12257 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-280.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12258 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-281.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12259 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-282.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12260 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-283.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12262 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-285.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12263 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-286.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12265 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-288.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12267 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-290.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12268 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-291.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12269 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-292.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12270 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-293.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12271 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-294.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12272 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-282.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12274 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-296.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12277 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-282.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12278 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-282.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12279 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-282.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12280 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-282.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12281 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-282.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12283 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-282.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12284 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-282.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12285 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-282.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12286 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-282.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12288 + components: + - type: Transform + pos: -5.5,-283.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12289 + components: + - type: Transform + pos: -5.5,-281.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12290 + components: + - type: Transform + pos: -5.5,-280.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12291 + components: + - type: Transform + pos: -5.5,-279.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12292 + components: + - type: Transform + pos: -5.5,-278.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12293 + components: + - type: Transform + pos: -5.5,-277.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12294 + components: + - type: Transform + pos: -5.5,-276.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12295 + components: + - type: Transform + pos: -5.5,-275.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12299 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-277.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12300 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-277.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12301 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-277.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12302 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-277.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12303 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-277.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12304 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-277.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12307 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-281.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12308 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-280.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12309 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-279.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12310 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-278.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12311 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-277.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12312 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-276.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12313 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-275.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12314 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-274.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12315 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-273.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12316 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-272.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12318 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-271.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12319 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-271.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12321 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-271.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12323 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-342.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12327 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-273.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12328 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-273.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12329 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-273.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12330 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-273.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12337 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-271.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12344 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-284.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12346 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-284.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12347 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-284.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12348 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-284.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12350 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-287.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12351 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-286.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12352 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-285.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12353 + components: + - type: Transform + pos: -0.5,-283.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12354 + components: + - type: Transform + pos: -0.5,-284.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12357 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-287.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12358 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-287.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12359 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-287.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12360 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-287.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12361 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-287.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12365 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-271.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12366 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-271.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12370 + components: + - type: Transform + pos: 1.5,-296.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12377 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-347.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12378 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-297.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12379 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-297.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12380 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-297.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12384 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-346.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12392 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-310.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12396 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-320.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12398 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-318.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12401 + components: + - type: Transform + pos: 0.5,-320.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12402 + components: + - type: Transform + pos: 0.5,-319.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12403 + components: + - type: Transform + pos: 0.5,-318.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12406 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-315.5 + parent: 2 + - type: AtmosPipeColor + color: '#FEF101FF' + - uid: 12407 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-313.5 + parent: 2 + - type: AtmosPipeColor + color: '#FEF101FF' + - uid: 12414 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-315.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12417 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-315.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12418 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-315.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12419 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-315.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12420 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-317.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12421 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-316.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12424 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-315.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12425 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-315.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12426 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-316.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12427 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-317.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12431 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-319.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12436 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-314.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12437 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-314.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12438 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-314.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12443 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-312.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12445 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-311.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12446 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-310.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12447 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-309.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12448 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-308.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12449 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-309.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12450 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-310.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12451 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-311.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12452 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-312.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12454 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-313.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12455 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-314.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12456 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-308.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12457 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-308.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12458 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-308.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12459 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-308.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12461 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-308.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12462 + components: + - type: Transform + pos: -0.5,-307.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12463 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-307.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12464 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-307.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12465 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-307.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12466 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-307.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12467 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-307.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12468 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-307.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12477 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-306.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12478 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-308.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12479 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-308.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12480 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-308.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12481 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-306.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12482 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-306.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12483 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-308.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12484 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-308.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12485 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-308.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12487 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-306.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12488 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-306.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12492 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-306.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12493 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-308.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12497 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-308.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12499 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-308.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12505 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-305.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12506 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-309.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12511 + components: + - type: Transform + pos: -0.5,-306.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12512 + components: + - type: Transform + pos: -0.5,-305.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12513 + components: + - type: Transform + pos: 0.5,-305.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12519 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-309.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12525 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-319.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12526 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-319.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12527 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-319.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12533 + components: + - type: Transform + pos: 10.5,-307.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12534 + components: + - type: Transform + pos: 10.5,-308.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12536 + components: + - type: Transform + pos: 10.5,-309.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12537 + components: + - type: Transform + pos: 10.5,-310.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12547 + components: + - type: Transform + pos: 7.5,-307.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12548 + components: + - type: Transform + pos: 7.5,-308.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12549 + components: + - type: Transform + pos: 7.5,-309.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12551 + components: + - type: Transform + pos: 8.5,-307.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12552 + components: + - type: Transform + pos: 8.5,-306.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12553 + components: + - type: Transform + pos: 8.5,-305.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12555 + components: + - type: Transform + pos: 8.5,-304.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12556 + components: + - type: Transform + pos: 8.5,-303.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12557 + components: + - type: Transform + pos: 8.5,-302.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12559 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-301.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12561 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-310.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12574 + components: + - type: Transform + pos: -0.5,-299.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12575 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-305.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12583 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-303.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12584 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-304.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12586 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-303.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12589 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-304.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12590 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-303.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12591 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-302.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12592 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-302.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12593 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-301.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12594 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-300.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12595 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-299.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12596 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-298.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12600 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-301.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12601 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-300.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12616 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-298.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12617 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-298.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12619 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-298.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12620 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-298.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12622 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-298.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12642 + components: + - type: Transform + pos: 0.5,-322.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12643 + components: + - type: Transform + pos: 0.5,-323.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12644 + components: + - type: Transform + pos: 0.5,-324.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12645 + components: + - type: Transform + pos: 0.5,-325.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12646 + components: + - type: Transform + pos: 0.5,-329.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12647 + components: + - type: Transform + pos: 0.5,-326.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12656 + components: + - type: Transform + pos: 1.5,-328.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12657 + components: + - type: Transform + pos: 1.5,-329.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12715 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-330.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12716 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-330.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12717 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-330.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12719 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-340.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12723 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-330.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12724 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-331.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12725 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-331.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12726 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-331.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12727 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-331.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12728 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-331.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12729 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-331.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12730 + components: + - type: Transform + pos: 0.5,-331.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12732 + components: + - type: Transform + pos: 0.5,-333.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12733 + components: + - type: Transform + pos: 0.5,-334.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12734 + components: + - type: Transform + pos: 0.5,-335.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12735 + components: + - type: Transform + pos: 0.5,-336.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12736 + components: + - type: Transform + pos: 0.5,-337.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12737 + components: + - type: Transform + pos: 0.5,-338.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12738 + components: + - type: Transform + pos: 0.5,-339.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12739 + components: + - type: Transform + pos: 0.5,-340.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12740 + components: + - type: Transform + pos: 0.5,-341.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12741 + components: + - type: Transform + pos: 0.5,-342.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12742 + components: + - type: Transform + pos: 0.5,-343.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12743 + components: + - type: Transform + pos: 0.5,-344.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12744 + components: + - type: Transform + pos: 0.5,-345.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12745 + components: + - type: Transform + pos: 0.5,-346.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12747 + components: + - type: Transform + pos: 0.5,-349.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12748 + components: + - type: Transform + pos: 0.5,-350.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12749 + components: + - type: Transform + pos: 0.5,-351.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12750 + components: + - type: Transform + pos: 0.5,-352.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12751 + components: + - type: Transform + pos: 0.5,-353.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12753 + components: + - type: Transform + pos: 0.5,-355.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12756 + components: + - type: Transform + pos: 1.5,-332.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12757 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-333.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12758 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-333.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12759 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-333.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12760 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-333.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12761 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-333.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12762 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-333.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12763 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-333.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12764 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-333.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12765 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-333.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12766 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-333.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12767 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-333.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12769 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-333.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12770 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-333.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12778 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-331.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12779 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-332.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12780 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-340.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12781 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-340.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12783 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-340.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12784 + components: + - type: Transform + pos: 1.5,-334.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12785 + components: + - type: Transform + pos: 1.5,-335.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12786 + components: + - type: Transform + pos: 1.5,-336.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12787 + components: + - type: Transform + pos: 1.5,-337.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12788 + components: + - type: Transform + pos: 1.5,-338.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12789 + components: + - type: Transform + pos: 1.5,-339.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12790 + components: + - type: Transform + pos: -4.5,-334.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12791 + components: + - type: Transform + pos: -4.5,-335.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12792 + components: + - type: Transform + pos: -4.5,-336.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12793 + components: + - type: Transform + pos: -4.5,-337.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12794 + components: + - type: Transform + pos: -4.5,-338.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12795 + components: + - type: Transform + pos: -4.5,-339.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12799 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-340.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12800 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-340.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12802 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-341.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12803 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-342.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12804 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-343.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12805 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-344.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12806 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-345.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12809 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-346.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12810 + components: + - type: Transform + pos: -0.5,-347.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12814 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-341.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12815 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-342.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12816 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-343.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12826 + components: + - type: Transform + pos: 6.5,-15.5 + parent: 2 + - uid: 12827 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-346.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12828 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-346.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12829 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-346.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12830 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-345.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12832 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-344.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12833 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-327.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12834 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-327.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12835 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-327.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12836 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-327.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12839 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-330.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12840 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-330.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12845 + components: + - type: Transform + pos: -6.5,-329.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12846 + components: + - type: Transform + pos: -6.5,-330.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12847 + components: + - type: Transform + pos: -6.5,-331.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12848 + components: + - type: Transform + pos: -6.5,-332.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12849 + components: + - type: Transform + pos: -6.5,-333.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12850 + components: + - type: Transform + pos: 7.5,-331.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12851 + components: + - type: Transform + pos: 7.5,-332.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12852 + components: + - type: Transform + pos: 7.5,-333.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12853 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-334.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12856 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-336.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12857 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-337.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12858 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-338.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12859 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-339.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12860 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-340.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12861 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-341.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12862 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-342.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12863 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-343.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12865 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-344.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12867 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-335.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12868 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-336.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12876 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-344.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12877 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-345.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12878 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-346.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12882 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-347.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12883 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-347.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12884 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-347.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12885 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-347.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12888 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-347.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12889 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-347.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12890 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-347.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12891 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-347.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12892 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-347.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12894 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-347.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12899 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-328.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12903 + components: + - type: Transform + pos: 7.5,-329.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12904 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-328.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12905 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-328.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12909 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-328.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12916 + components: + - type: Transform + pos: 1.5,-355.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12917 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-357.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12921 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-356.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12922 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-358.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12923 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-358.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12924 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-358.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12925 + components: + - type: Transform + pos: 1.5,-356.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12927 + components: + - type: Transform + pos: 0.5,-357.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12930 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-357.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12931 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-357.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12936 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-356.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12937 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-356.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12939 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-357.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12940 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-357.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12942 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-357.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12950 + components: + - type: Transform + pos: -3.5,-364.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12955 + components: + - type: Transform + pos: -3.5,-365.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12956 + components: + - type: Transform + pos: -3.5,-367.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12957 + components: + - type: Transform + pos: -3.5,-368.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12958 + components: + - type: Transform + pos: -3.5,-369.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12959 + components: + - type: Transform + pos: 4.5,-369.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12960 + components: + - type: Transform + pos: 4.5,-368.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12961 + components: + - type: Transform + pos: 4.5,-367.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12962 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-366.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12963 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-366.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12964 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-366.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12965 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-366.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12966 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-366.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12967 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-366.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12969 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-365.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12970 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-364.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12971 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-362.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12972 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-361.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12973 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-360.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12974 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-363.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12975 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-366.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12976 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-366.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12977 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-363.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12978 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-360.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12979 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-360.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13009 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-360.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13010 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-359.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13011 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-358.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13013 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-361.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13015 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-361.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13016 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-361.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13017 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-361.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13018 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-361.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13019 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-361.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13020 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-361.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13022 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-361.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13023 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-361.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13024 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-361.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13025 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-361.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13028 + components: + - type: Transform + pos: -6.5,-362.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13030 + components: + - type: Transform + pos: 7.5,-362.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13046 + components: + - type: Transform + pos: 0.5,-362.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13048 + components: + - type: Transform + pos: 0.5,-363.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13049 + components: + - type: Transform + pos: 0.5,-364.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13050 + components: + - type: Transform + pos: 0.5,-365.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13051 + components: + - type: Transform + pos: 0.5,-366.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13058 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-363.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13059 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-364.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13060 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-365.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13062 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-363.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13064 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-364.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13065 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-365.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13070 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-367.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13071 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-368.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13084 + components: + - type: Transform + pos: -4.5,-370.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13085 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-369.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13086 + components: + - type: Transform + pos: 5.5,-370.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13089 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-369.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13090 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-369.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13091 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-369.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13092 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-369.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13095 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-369.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13096 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-369.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13097 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-369.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13098 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-369.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13099 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-369.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13101 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-369.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13102 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-369.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13138 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-90.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13139 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-90.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13140 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-90.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13141 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-90.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13142 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-90.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13144 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-89.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13228 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-200.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13229 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-200.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13230 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-200.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13231 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-200.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13232 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-197.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13233 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-197.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13234 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-197.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13235 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-197.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13245 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-197.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13273 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,-263.5 + parent: 2 + - uid: 13296 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-179.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13428 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,-263.5 + parent: 2 + - uid: 13470 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-238.5 + parent: 2 + - type: AtmosPipeColor + color: '#FFD800FF' + - uid: 13473 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-238.5 + parent: 2 + - type: AtmosPipeColor + color: '#FFD800FF' + - uid: 13997 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-238.5 + parent: 2 + - type: AtmosPipeColor + color: '#FFD800FF' + - uid: 14299 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-259.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14302 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,-263.5 + parent: 2 + - uid: 14304 + components: + - type: Transform + pos: 16.5,-244.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14424 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14444 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-62.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14577 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-261.5 + parent: 2 + - uid: 14579 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-251.5 + parent: 2 + - uid: 14580 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-260.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14581 + components: + - type: Transform + pos: -17.5,-252.5 + parent: 2 + - uid: 14807 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14808 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14809 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14810 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14811 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14812 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14813 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14814 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14817 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14818 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14819 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14820 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14821 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14822 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14823 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14824 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14828 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-56.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14829 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-55.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14830 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14831 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-53.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14832 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14833 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14834 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14837 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-81.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14838 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-80.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14839 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-79.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14840 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-78.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14841 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-77.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14843 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-80.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14844 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-79.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14845 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-78.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14846 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-77.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14863 + components: + - type: Transform + pos: -3.5,-107.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14866 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-105.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14867 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-104.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14868 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-104.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14869 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-105.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14870 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-106.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14871 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-107.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14872 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-108.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14873 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-109.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14892 + components: + - type: Transform + pos: -4.5,-133.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14894 + components: + - type: Transform + pos: -4.5,-131.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14896 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-137.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14897 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-136.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14898 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-135.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14899 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-134.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14900 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-133.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14901 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-132.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14902 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-131.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15043 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-189.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15044 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-189.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15045 + components: + - type: Transform + pos: -4.5,-188.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15046 + components: + - type: Transform + pos: -4.5,-187.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15047 + components: + - type: Transform + pos: -4.5,-186.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15048 + components: + - type: Transform + pos: -4.5,-185.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15099 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-190.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15100 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-190.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15103 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-189.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15104 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-158.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15105 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-159.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15106 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-160.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15107 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-161.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15108 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-162.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15109 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-163.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15110 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-163.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15120 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-156.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15121 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-155.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15122 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-154.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15123 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-153.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15124 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-152.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15125 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-152.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15166 + components: + - type: Transform + pos: 5.5,-272.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15179 + components: + - type: Transform + pos: 5.5,-271.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15180 + components: + - type: Transform + pos: 5.5,-270.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15181 + components: + - type: Transform + pos: 5.5,-269.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15182 + components: + - type: Transform + pos: 5.5,-268.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15183 + components: + - type: Transform + pos: 5.5,-267.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15184 + components: + - type: Transform + pos: 5.5,-266.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15196 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-287.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15197 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-287.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15198 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-287.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15199 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-287.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15201 + components: + - type: Transform + pos: 5.5,-288.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15202 + components: + - type: Transform + pos: 5.5,-289.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15203 + components: + - type: Transform + pos: 5.5,-290.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15204 + components: + - type: Transform + pos: 5.5,-291.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15205 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-326.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15206 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-325.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16480 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-172.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 16481 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-172.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 16485 + components: + - type: Transform + pos: -3.5,-173.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 16486 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-174.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 16487 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-174.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 16503 + components: + - type: Transform + pos: 1.5,-169.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 16513 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-259.5 + parent: 2 + - uid: 16680 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,-253.5 + parent: 2 + - uid: 16681 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,-253.5 + parent: 2 + - uid: 16684 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-360.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16685 + components: + - type: Transform + pos: -3.5,-361.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16686 + components: + - type: Transform + pos: -3.5,-362.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16868 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-243.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16978 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-248.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 16980 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-248.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 16982 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-248.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 16983 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-243.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16984 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-243.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16985 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-243.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16986 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-243.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16987 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-243.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16989 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-243.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16992 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-243.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16993 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-243.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16994 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-243.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' +- proto: GasPipeTJunction + entities: + - uid: 438 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 584 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 714 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 741 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 760 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 785 + components: + - type: Transform + pos: 0.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 809 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-284.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 816 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1008 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1026 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-57.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1053 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1067 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1148 + components: + - type: Transform + pos: -0.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1174 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1180 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1181 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1188 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1209 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1256 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1262 + components: + - type: Transform + pos: -0.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1267 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1269 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1273 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1289 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1301 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-66.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1337 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1355 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1360 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-72.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1362 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-68.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1365 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-71.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1374 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-138.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1386 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-69.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1418 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1660 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1679 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1738 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1857 + components: + - type: Transform + pos: -0.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 2098 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-132.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2243 + components: + - type: Transform + pos: -3.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 2892 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-289.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2913 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-169.5 + parent: 2 + - uid: 2916 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-200.5 + parent: 2 + - uid: 2923 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-169.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2938 + components: + - type: Transform + pos: -1.5,-169.5 + parent: 2 + - uid: 3009 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-169.5 + parent: 2 + - uid: 3264 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-86.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3283 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-82.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3288 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-82.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3293 + components: + - type: Transform + pos: 4.5,-82.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3311 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-97.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3319 + components: + - type: Transform + pos: -0.5,-97.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3323 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-97.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3331 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-79.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3334 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-73.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3363 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-91.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3386 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-100.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3401 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-106.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3407 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-109.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3408 + components: + - type: Transform + pos: 1.5,-109.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3410 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-125.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3415 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-120.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3426 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-127.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3435 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-133.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3439 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-109.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3441 + components: + - type: Transform + pos: -6.5,-109.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3444 + components: + - type: Transform + pos: -0.5,-109.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3448 + components: + - type: Transform + pos: 3.5,-109.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3509 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-125.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3515 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-113.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3518 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-116.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3521 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-119.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3554 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-122.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3568 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-120.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3585 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-122.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3586 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-122.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3616 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-108.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3633 + components: + - type: Transform + pos: -1.5,-108.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3646 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-137.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3671 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-138.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3759 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-139.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3930 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-146.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3933 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-149.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3938 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-160.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3962 + components: + - type: Transform + pos: 4.5,-135.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3970 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-135.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3973 + components: + - type: Transform + pos: -0.5,-135.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3984 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-140.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3996 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-148.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4023 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-139.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4053 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-115.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4070 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-154.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4111 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-166.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4131 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-187.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4134 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-181.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4141 + components: + - type: Transform + pos: -0.5,-179.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4155 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-179.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4454 + components: + - type: Transform + pos: -4.5,-92.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4640 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-205.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4683 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-165.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4733 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-114.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5000 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-206.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5037 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-214.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5040 + components: + - type: Transform + pos: -0.5,-206.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5112 + components: + - type: Transform + pos: -4.5,-202.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5122 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-208.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5124 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-205.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5200 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-241.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5201 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-235.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5249 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-179.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5276 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-162.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5333 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-174.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5352 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-259.5 + parent: 2 + - uid: 5499 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,-243.5 + parent: 2 + - uid: 5894 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-327.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6041 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-243.5 + parent: 2 + - uid: 6654 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-248.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6707 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-248.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6831 + components: + - type: Transform + pos: -0.5,-244.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6853 + components: + - type: Transform + pos: 4.5,-256.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6902 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-363.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6907 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-168.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7199 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,-246.5 + parent: 2 + - uid: 7466 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-248.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7500 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-262.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7549 + components: + - type: Transform + pos: 15.5,-248.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7566 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-256.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7802 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-256.5 + parent: 2 + - uid: 8011 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-256.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8020 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-261.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8038 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,-249.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8081 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-244.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8119 + components: + - type: Transform + pos: -6.5,-308.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8151 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,-245.5 + parent: 2 + - uid: 8163 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-256.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8365 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-330.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8366 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-297.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8686 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,-258.5 + parent: 2 + - uid: 8777 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-90.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8876 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-268.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10151 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-358.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10691 + components: + - type: Transform + pos: 6.5,-14.5 + parent: 2 + - uid: 10863 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-340.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 11475 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-261.5 + parent: 2 + - uid: 12023 + components: + - type: Transform + pos: -16.5,-261.5 + parent: 2 + - uid: 12237 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-283.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12239 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-282.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12242 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-284.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12247 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-271.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12249 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-282.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12254 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-277.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12266 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-295.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12276 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-282.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12282 + components: + - type: Transform + pos: -0.5,-282.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12317 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-271.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12325 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-273.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12331 + components: + - type: Transform + pos: 10.5,-248.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12381 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-348.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12397 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-319.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12400 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-321.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12422 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-315.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12439 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-314.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12442 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-307.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12476 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-306.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12486 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-306.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12489 + components: + - type: Transform + pos: 6.5,-308.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12494 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-308.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12498 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-306.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12531 + components: + - type: Transform + pos: 10.5,-306.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12546 + components: + - type: Transform + pos: 7.5,-306.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12573 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-297.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12587 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-304.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12588 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-303.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12615 + components: + - type: Transform + pos: -0.5,-298.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12648 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-328.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12650 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-327.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12720 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-331.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12752 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-354.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12808 + components: + - type: Transform + pos: -0.5,-346.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12841 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-330.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12866 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-345.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12873 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-343.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12928 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-358.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12934 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-356.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12941 + components: + - type: Transform + pos: -1.5,-357.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12951 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-363.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12953 + components: + - type: Transform + pos: 4.5,-360.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12991 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-357.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13008 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-361.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13014 + components: + - type: Transform + pos: 0.5,-361.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13032 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-361.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13087 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-369.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13093 + components: + - type: Transform + pos: 5.5,-369.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13100 + components: + - type: Transform + pos: -4.5,-369.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14448 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-62.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 16981 + components: + - type: Transform + pos: -9.5,-248.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' +- proto: GasPort + entities: + - uid: 5656 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-246.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 7217 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-245.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 11217 + components: + - type: Transform + pos: 5.5,-355.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FFD800FF' + - uid: 11218 + components: + - type: Transform + pos: 4.5,-355.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FFD800FF' + - uid: 11927 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,-263.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 11930 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,-263.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 12412 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-313.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FEF101FF' +- proto: GasPressurePump + entities: + - uid: 1103 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-260.5 + parent: 2 + - type: GasPressurePump + targetPressure: 320 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3052 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-169.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3193 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-252.5 + parent: 2 + - type: GasPressurePump + targetPressure: 4500 + - type: AtmosDevice + joinedGrid: 2 + - uid: 4108 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-248.5 + parent: 2 + - type: GasPressurePump + targetPressure: 4500 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 5500 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-246.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 6795 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-258.5 + parent: 2 + - type: GasPressurePump + targetPressure: 4500 + - type: AtmosDevice + joinedGrid: 2 + - uid: 6829 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-256.5 + parent: 2 + - type: GasPressurePump + targetPressure: 4500 + - type: AtmosDevice + joinedGrid: 2 + - uid: 7457 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-250.5 + parent: 2 + - type: GasPressurePump + targetPressure: 4500 + - type: AtmosDevice + joinedGrid: 2 + - uid: 7747 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-245.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 8169 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,-252.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 10160 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,-259.5 + parent: 2 + - type: GasPressurePump + targetPressure: 4500 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10761 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,-261.5 + parent: 2 + - type: GasPressurePump + targetPressure: 4500 + - type: AtmosDevice + joinedGrid: 2 + - uid: 12409 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-313.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FEF101FF' + - uid: 12410 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-315.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12908 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-358.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16683 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,-252.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: GasThermoMachineFreezer + entities: + - uid: 3143 + components: + - type: Transform + pos: -4.5,-168.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: GasValve + entities: + - uid: 3783 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,-258.5 + parent: 2 + - type: GasValve + open: False + - type: AtmosDevice + joinedGrid: 2 + - uid: 5420 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,-263.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: GasVentPump + entities: + - uid: 576 + components: + - type: Transform + pos: -3.5,1.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 807 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-17.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 838 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-157.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 855 + components: + - type: Transform + pos: -1.5,-6.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 856 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-2.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 857 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-7.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13080 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 870 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,0.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 884 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,0.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 12935 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 905 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-46.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 921 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-57.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 954 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-42.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13110 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 977 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-30.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13109 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1004 + components: + - type: Transform + pos: 0.5,-22.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1057 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-160.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1123 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-49.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1138 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-31.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1141 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-42.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1238 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-62.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13117 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1278 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-360.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13421 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1279 + components: + - type: Transform + pos: -2.5,-11.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1323 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-79.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1325 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-62.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1373 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-56.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1375 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-189.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14727 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1382 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-68.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1415 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-71.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13124 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1769 + components: + - type: Transform + pos: 0.5,-68.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1806 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-73.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2076 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-54.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13116 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2415 + components: + - type: Transform + pos: -4.5,-324.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2638 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-289.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3011 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-25.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3018 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-52.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3040 + components: + - type: Transform + pos: 0.5,-184.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3110 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-13.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3333 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-76.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3351 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-81.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13147 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3352 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-81.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3371 + components: + - type: Transform + pos: -5.5,-86.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13151 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3372 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-91.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13152 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3373 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-88.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3374 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-96.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3391 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-100.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3392 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-96.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13148 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3393 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-103.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3403 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-106.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3436 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-110.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13161 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3437 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-109.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13161 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3438 + components: + - type: Transform + pos: -3.5,-107.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3451 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-110.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3452 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-110.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3457 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-116.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13171 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3474 + components: + - type: Transform + pos: -6.5,-113.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13161 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3475 + components: + - type: Transform + pos: -6.5,-116.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13161 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3476 + components: + - type: Transform + pos: -6.5,-119.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13168 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3477 + components: + - type: Transform + pos: -6.5,-122.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13168 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3478 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-125.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13168 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3480 + components: + - type: Transform + pos: 0.5,-124.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13168 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3481 + components: + - type: Transform + pos: 0.5,-130.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3482 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-133.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3483 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-120.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13165 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3626 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-116.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13166 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3650 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-138.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13182 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4016 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-136.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13176 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4018 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-138.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4020 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-138.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4031 + components: + - type: Transform + pos: -4.5,-136.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13187 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4033 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-141.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13185 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4051 + components: + - type: Transform + pos: -4.5,-38.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4072 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-154.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4146 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-187.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4148 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-181.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4195 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-19.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4202 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-256.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15292 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4234 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-127.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4360 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-88.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13150 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4558 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-152.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4559 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-152.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13189 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4567 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-149.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4568 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-146.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13180 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4905 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-204.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13252 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4950 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-248.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15292 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4967 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-205.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13244 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4992 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-243.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5057 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-241.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5063 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-235.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5082 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-189.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13241 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5083 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-194.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13249 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5108 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-197.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13251 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5110 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-202.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13252 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5121 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-202.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13252 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5126 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-208.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5127 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-202.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13247 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5153 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-214.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5156 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-219.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13262 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5160 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-219.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13263 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5161 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-221.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13269 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5163 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-230.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13261 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5164 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-230.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13260 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5199 + components: + - type: Transform + pos: 0.5,-228.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5251 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-178.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13211 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5260 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-175.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 8201 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5261 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-175.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13213 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5288 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-175.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5293 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-163.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5302 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-166.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13218 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5307 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-163.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6036 + components: + - type: Transform + pos: 0.5,-34.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13110 + - 13109 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6727 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-251.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6904 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-18.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6905 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-178.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6915 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-15.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13105 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7504 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-262.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7506 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-265.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7769 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-263.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8066 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-260.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8070 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-243.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8071 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-243.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15279 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8113 + components: + - type: Transform + pos: 0.5,-238.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8123 + components: + - type: Transform + pos: 0.5,-211.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8157 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-260.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8314 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-248.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15280 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8431 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-165.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8877 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-268.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10658 + components: + - type: Transform + pos: -6.5,-338.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 5925 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10811 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-354.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10869 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-343.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10976 + components: + - type: Transform + pos: 7.5,-337.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12093 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-260.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 16979 + - type: AtmosDevice + joinedGrid: 2 + - uid: 12142 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-2.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12273 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-295.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12275 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-348.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12305 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-277.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13341 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12333 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-273.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13322 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12341 + components: + - type: Transform + pos: 0.5,-274.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13317 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12345 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-284.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12349 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-284.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12356 + components: + - type: Transform + pos: 0.5,-286.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13333 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12362 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-287.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13335 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12367 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-271.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 2277 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12382 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-297.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12428 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-315.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13374 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12429 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-321.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12430 + components: + - type: Transform + pos: 0.5,-318.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13370 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12470 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-307.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 8432 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12474 + components: + - type: Transform + pos: 5.5,-265.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12501 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-306.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13365 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12508 + components: + - type: Transform + pos: 6.5,-304.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13383 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12540 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-311.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12568 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-311.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12577 + components: + - type: Transform + pos: 9.5,-304.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12580 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-303.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13382 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12603 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-330.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12637 + components: + - type: Transform + pos: 0.5,-292.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12641 + components: + - type: Transform + pos: 0.5,-324.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12652 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-327.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12705 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-297.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13358 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12718 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-330.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12754 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-356.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13421 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12895 + components: + - type: Transform + pos: 0.5,-344.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12897 + components: + - type: Transform + pos: 0.5,-340.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 11906 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12898 + components: + - type: Transform + pos: 0.5,-329.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13391 + - 11906 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12918 + components: + - type: Transform + pos: 0.5,-351.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12920 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-345.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13402 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12932 + components: + - type: Transform + pos: 4.5,-357.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13421 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12943 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-356.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13421 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12984 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-363.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13421 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12985 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-366.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13421 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12986 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-370.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13426 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12987 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-370.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13426 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12988 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-366.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13421 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12989 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-363.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13421 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12994 + components: + - type: Transform + pos: 1.5,-365.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13429 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12997 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-367.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13077 + components: + - type: Transform + pos: -3.5,-368.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13079 + components: + - type: Transform + pos: 4.5,-368.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13145 + components: + - type: Transform + pos: 6.5,-88.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13146 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13207 + components: + - type: Transform + pos: 0.5,-167.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13209 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13237 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-197.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13239 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14825 + components: + - type: Transform + pos: 5.5,-22.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14826 + components: + - type: Transform + pos: -4.5,-22.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14835 + components: + - type: Transform + pos: 5.5,-49.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14847 + components: + - type: Transform + pos: -4.5,-76.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14848 + components: + - type: Transform + pos: 5.5,-76.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14861 + components: + - type: Transform + pos: 5.5,-103.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14862 + components: + - type: Transform + pos: -4.5,-103.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14885 + components: + - type: Transform + pos: -4.5,-130.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14889 + components: + - type: Transform + pos: 5.5,-130.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14950 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-132.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15049 + components: + - type: Transform + pos: -4.5,-184.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15098 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-190.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15112 + components: + - type: Transform + pos: -4.5,-157.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15119 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-157.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15195 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-292.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15284 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-254.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15282 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16679 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-360.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13421 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16990 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-243.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 16971 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' +- proto: GasVentScrubber + entities: + - uid: 583 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-19.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 611 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-15.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13105 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 620 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-1.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 645 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-14.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 665 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-16.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 742 + components: + - type: Transform + pos: 5.5,1.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 747 + components: + - type: Transform + pos: 2.5,-6.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13080 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 751 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,1.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 769 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-2.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 770 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-6.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1022 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-73.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1139 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-29.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1155 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-30.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13109 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1191 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-34.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13110 + - 13109 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1201 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-36.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1207 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-46.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1222 + components: + - type: Transform + pos: 1.5,-25.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1239 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-38.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13110 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1283 + components: + - type: Transform + pos: 6.5,-57.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1292 + components: + - type: Transform + pos: 1.5,-52.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1299 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-63.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1324 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-10.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1326 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-63.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13117 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1332 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-66.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1378 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-191.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14727 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1383 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-69.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1409 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-72.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13124 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1612 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-263.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1825 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,1.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 12935 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 2797 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-289.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3027 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-309.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 8432 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3120 + components: + - type: Transform + pos: 1.5,-167.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 3261 + components: + - type: Transform + pos: -7.5,-84.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13151 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3262 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-88.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13151 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3279 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-87.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3281 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-98.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3284 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-92.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13152 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3285 + components: + - type: Transform + pos: -3.5,-81.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3309 + components: + - type: Transform + pos: 1.5,-79.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3310 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-82.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13147 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3314 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-97.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13148 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3326 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-100.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3513 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-122.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13168 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3549 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-108.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13161 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3550 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-113.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13161 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3551 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-116.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13161 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3552 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-119.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13168 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3553 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-125.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13168 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3598 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-127.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3599 + components: + - type: Transform + pos: -0.5,-117.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13171 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3600 + components: + - type: Transform + pos: -0.5,-120.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13165 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3603 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-123.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13168 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3608 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-120.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13168 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3622 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-110.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3623 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-115.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3630 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-110.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13161 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3631 + components: + - type: Transform + pos: 1.5,-106.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3632 + components: + - type: Transform + pos: -4.5,-107.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3637 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-108.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3647 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-137.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13176 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3672 + components: + - type: Transform + pos: 1.5,-133.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3874 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-139.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3944 + components: + - type: Transform + pos: 1.5,-160.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3954 + components: + - type: Transform + pos: 6.5,-138.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13182 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3980 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-141.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13180 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3982 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-135.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3993 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-140.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13185 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4012 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-148.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4013 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-154.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4037 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-135.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13187 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4050 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-43.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4055 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-59.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4056 + components: + - type: Transform + pos: -4.5,-54.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13116 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4149 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-181.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4150 + components: + - type: Transform + pos: 1.5,-187.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4171 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-17.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 4508 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-88.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13146 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4509 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-86.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13150 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4554 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-152.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4556 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-151.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13189 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4670 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-201.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13252 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4942 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-235.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4943 + components: + - type: Transform + pos: 1.5,-214.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4981 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-205.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13252 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5068 + components: + - type: Transform + pos: -2.5,-204.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13252 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5069 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-208.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5070 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-206.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13244 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5072 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-194.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13249 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5073 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-190.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13241 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5107 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-197.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13251 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5178 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-229.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13261 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5179 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-229.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13260 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5185 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-229.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13269 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5188 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-220.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13263 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5189 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-220.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13262 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5190 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-220.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13269 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5225 + components: + - type: Transform + pos: -6.5,-178.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5252 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-178.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13211 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5275 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-174.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13213 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5277 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-175.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 8201 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5301 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-168.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13218 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5312 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-163.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5346 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-172.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 8201 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 6198 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-243.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7453 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-262.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7476 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-256.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15292 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7563 + components: + - type: Transform + pos: 10.5,-253.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7776 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-249.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15292 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7823 + components: + - type: Transform + pos: -3.5,-243.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7881 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-172.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7882 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-179.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8063 + components: + - type: Transform + pos: -3.5,-260.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8089 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-256.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15280 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8091 + components: + - type: Transform + pos: 4.5,-243.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15279 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8209 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-260.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8883 + components: + - type: Transform + pos: 1.5,-268.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9953 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-297.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 10972 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-342.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 10973 + components: + - type: Transform + pos: 6.5,-337.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 11912 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-361.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13421 + - type: AtmosDevice + joinedGrid: 2 + - uid: 12134 + components: + - type: Transform + pos: 1.5,-241.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 12224 + components: + - type: Transform + pos: 7.5,-281.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13341 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12240 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-284.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12246 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-287.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12297 + components: + - type: Transform + pos: -5.5,-274.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 2277 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12298 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-284.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13335 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12322 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-271.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13322 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12340 + components: + - type: Transform + pos: 1.5,-274.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13317 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12355 + components: + - type: Transform + pos: -0.5,-286.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13333 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12375 + components: + - type: Transform + pos: 1.5,-295.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12399 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-321.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12433 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-314.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13374 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12444 + components: + - type: Transform + pos: 4.5,-318.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12502 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-308.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13365 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12507 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-310.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12530 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-319.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13370 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12564 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-301.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13383 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12581 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-304.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13382 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12621 + components: + - type: Transform + pos: -5.5,-297.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12653 + components: + - type: Transform + pos: 1.5,-327.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12704 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-298.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13358 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12721 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-331.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12782 + components: + - type: Transform + pos: -4.5,-330.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12798 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-340.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 11906 + - 5925 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12811 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-348.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12812 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-346.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12813 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-344.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13402 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12896 + components: + - type: Transform + pos: 1.5,-329.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13391 + - 11906 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12914 + components: + - type: Transform + pos: 1.5,-354.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12933 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-357.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13421 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12944 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-357.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13421 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13039 + components: + - type: Transform + pos: 7.5,-360.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13421 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13040 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-363.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13421 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13041 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-363.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13421 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13053 + components: + - type: Transform + pos: 0.5,-365.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13429 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13055 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-367.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13067 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-366.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13421 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13068 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-366.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13421 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13081 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-361.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13421 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13082 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-361.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13421 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13088 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-371.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13426 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13094 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-371.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13426 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 13236 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-200.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13239 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14427 + components: + - type: Transform + pos: 14.5,-61.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14428 + components: + - type: Transform + pos: 16.5,-61.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14609 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-259.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 16979 + - type: AtmosDevice + joinedGrid: 2 + - uid: 15161 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-116.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 15283 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-257.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15282 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 16999 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-248.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 17001 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-248.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 16971 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' +- proto: GasVolumePump + entities: + - uid: 2921 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -18.5,-246.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 7198 + components: + - type: Transform + pos: -16.5,-246.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 8178 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,-262.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: Gateway + entities: + - uid: 2226 + components: + - type: Transform + pos: -0.5,-113.5 + parent: 2 + - uid: 5317 + components: + - type: Transform + pos: -3.5,-254.5 + parent: 2 + - uid: 10659 + components: + - type: Transform + pos: -4.5,-330.5 + parent: 2 + - uid: 10754 + components: + - type: Transform + pos: 4.5,-15.5 + parent: 2 +- proto: Gauze + entities: + - uid: 3682 + components: + - type: Transform + pos: 3.5643053,-171.28004 + parent: 2 + - uid: 3697 + components: + - type: Transform + pos: 3.3926184,-171.42528 + parent: 2 +- proto: GeneratorBasic + entities: + - uid: 3533 + components: + - type: Transform + pos: 21.5,-306.5 + parent: 2 + - uid: 3534 + components: + - type: Transform + pos: 21.5,-308.5 + parent: 2 +- proto: GravityGenerator + entities: + - uid: 8925 + components: + - type: Transform + pos: 16.5,-264.5 + parent: 2 +- proto: Grille + entities: + - uid: 4 + components: + - type: Transform + pos: -0.5,4.5 + parent: 2 + - uid: 5 + components: + - type: Transform + pos: 0.5,4.5 + parent: 2 + - uid: 6 + components: + - type: Transform + pos: 1.5,4.5 + parent: 2 + - uid: 7 + components: + - type: Transform + pos: -1.5,3.5 + parent: 2 + - uid: 8 + components: + - type: Transform + pos: 2.5,3.5 + parent: 2 + - uid: 117 + components: + - type: Transform + pos: 7.5,-5.5 + parent: 2 + - uid: 151 + components: + - type: Transform + pos: 7.5,-7.5 + parent: 2 + - uid: 152 + components: + - type: Transform + pos: 7.5,-6.5 + parent: 2 + - uid: 234 + components: + - type: Transform + pos: -6.5,-7.5 + parent: 2 + - uid: 235 + components: + - type: Transform + pos: -6.5,-6.5 + parent: 2 + - uid: 236 + components: + - type: Transform + pos: -6.5,-5.5 + parent: 2 + - uid: 237 + components: + - type: Transform + pos: -6.5,-9.5 + parent: 2 + - uid: 238 + components: + - type: Transform + pos: -6.5,-10.5 + parent: 2 + - uid: 239 + components: + - type: Transform + pos: -6.5,-11.5 + parent: 2 + - uid: 365 + components: + - type: Transform + pos: 7.5,-8.5 + parent: 2 + - uid: 386 + components: + - type: Transform + pos: 4.5,-0.5 + parent: 2 + - uid: 388 + components: + - type: Transform + pos: 6.5,-0.5 + parent: 2 + - uid: 509 + components: + - type: Transform + pos: 7.5,-39.5 + parent: 2 + - uid: 511 + components: + - type: Transform + pos: 7.5,-41.5 + parent: 2 + - uid: 512 + components: + - type: Transform + pos: 7.5,-38.5 + parent: 2 + - uid: 531 + components: + - type: Transform + pos: -6.5,-39.5 + parent: 2 + - uid: 586 + components: + - type: Transform + pos: 7.5,-40.5 + parent: 2 + - uid: 912 + components: + - type: Transform + pos: -7.5,-66.5 + parent: 2 + - uid: 919 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,18.5 + parent: 2 + - uid: 947 + components: + - type: Transform + pos: -7.5,-65.5 + parent: 2 + - uid: 962 + components: + - type: Transform + pos: -7.5,-60.5 + parent: 2 + - uid: 970 + components: + - type: Transform + pos: -7.5,-58.5 + parent: 2 + - uid: 974 + components: + - type: Transform + pos: -7.5,-67.5 + parent: 2 + - uid: 985 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,14.5 + parent: 2 + - uid: 1027 + components: + - type: Transform + pos: -7.5,-59.5 + parent: 2 + - uid: 1064 + components: + - type: Transform + pos: -7.5,-57.5 + parent: 2 + - uid: 1124 + components: + - type: Transform + pos: -7.5,-68.5 + parent: 2 + - uid: 1143 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,24.5 + parent: 2 + - uid: 1225 + components: + - type: Transform + pos: 8.5,-68.5 + parent: 2 + - uid: 1257 + components: + - type: Transform + pos: 5.5,-230.5 + parent: 2 + - uid: 1381 + components: + - type: Transform + pos: -6.5,-72.5 + parent: 2 + - uid: 1422 + components: + - type: Transform + pos: 0.5,-83.5 + parent: 2 + - uid: 1432 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-285.5 + parent: 2 + - uid: 1460 + components: + - type: Transform + pos: -4.5,-231.5 + parent: 2 + - uid: 1479 + components: + - type: Transform + pos: 7.5,-61.5 + parent: 2 + - uid: 1480 + components: + - type: Transform + pos: 8.5,-55.5 + parent: 2 + - uid: 1481 + components: + - type: Transform + pos: 8.5,-56.5 + parent: 2 + - uid: 1482 + components: + - type: Transform + pos: 8.5,-57.5 + parent: 2 + - uid: 1500 + components: + - type: Transform + pos: -10.5,-87.5 + parent: 2 + - uid: 1501 + components: + - type: Transform + pos: -10.5,-85.5 + parent: 2 + - uid: 1503 + components: + - type: Transform + pos: -7.5,-90.5 + parent: 2 + - uid: 1504 + components: + - type: Transform + pos: -7.5,-82.5 + parent: 2 + - uid: 1520 + components: + - type: Transform + pos: 7.5,-82.5 + parent: 2 + - uid: 1521 + components: + - type: Transform + pos: 7.5,-83.5 + parent: 2 + - uid: 1522 + components: + - type: Transform + pos: 7.5,-84.5 + parent: 2 + - uid: 1523 + components: + - type: Transform + pos: 7.5,-85.5 + parent: 2 + - uid: 1524 + components: + - type: Transform + pos: 7.5,-87.5 + parent: 2 + - uid: 1525 + components: + - type: Transform + pos: 7.5,-88.5 + parent: 2 + - uid: 1526 + components: + - type: Transform + pos: 7.5,-89.5 + parent: 2 + - uid: 1527 + components: + - type: Transform + pos: 7.5,-90.5 + parent: 2 + - uid: 1528 + components: + - type: Transform + pos: 7.5,-91.5 + parent: 2 + - uid: 1529 + components: + - type: Transform + pos: 7.5,-93.5 + parent: 2 + - uid: 1530 + components: + - type: Transform + pos: 7.5,-94.5 + parent: 2 + - uid: 1531 + components: + - type: Transform + pos: 7.5,-95.5 + parent: 2 + - uid: 1532 + components: + - type: Transform + pos: 7.5,-96.5 + parent: 2 + - uid: 1672 + components: + - type: Transform + pos: -6.5,-53.5 + parent: 2 + - uid: 1673 + components: + - type: Transform + pos: -5.5,-52.5 + parent: 2 + - uid: 1708 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-74.5 + parent: 2 + - uid: 1719 + components: + - type: Transform + pos: 0.5,-93.5 + parent: 2 + - uid: 1727 + components: + - type: Transform + pos: 1.5,-93.5 + parent: 2 + - uid: 1728 + components: + - type: Transform + pos: 1.5,-83.5 + parent: 2 + - uid: 1771 + components: + - type: Transform + pos: 7.5,-62.5 + parent: 2 + - uid: 1772 + components: + - type: Transform + pos: 7.5,-63.5 + parent: 2 + - uid: 1773 + components: + - type: Transform + pos: 7.5,-64.5 + parent: 2 + - uid: 1777 + components: + - type: Transform + pos: 8.5,-69.5 + parent: 2 + - uid: 1963 + components: + - type: Transform + pos: -7.5,-139.5 + parent: 2 + - uid: 1973 + components: + - type: Transform + pos: -9.5,-108.5 + parent: 2 + - uid: 1975 + components: + - type: Transform + pos: -9.5,-109.5 + parent: 2 + - uid: 1977 + components: + - type: Transform + pos: -9.5,-112.5 + parent: 2 + - uid: 1978 + components: + - type: Transform + pos: -9.5,-113.5 + parent: 2 + - uid: 1979 + components: + - type: Transform + pos: -9.5,-115.5 + parent: 2 + - uid: 1980 + components: + - type: Transform + pos: -9.5,-116.5 + parent: 2 + - uid: 1981 + components: + - type: Transform + pos: -9.5,-118.5 + parent: 2 + - uid: 1982 + components: + - type: Transform + pos: -9.5,-119.5 + parent: 2 + - uid: 1983 + components: + - type: Transform + pos: -9.5,-121.5 + parent: 2 + - uid: 1984 + components: + - type: Transform + pos: -9.5,-122.5 + parent: 2 + - uid: 1985 + components: + - type: Transform + pos: -9.5,-124.5 + parent: 2 + - uid: 1986 + components: + - type: Transform + pos: -9.5,-125.5 + parent: 2 + - uid: 2131 + components: + - type: Transform + pos: -15.5,-167.5 + parent: 2 + - uid: 2148 + components: + - type: Transform + pos: -2.5,-121.5 + parent: 2 + - uid: 2177 + components: + - type: Transform + pos: -1.5,-122.5 + parent: 2 + - uid: 2180 + components: + - type: Transform + pos: -2.5,-120.5 + parent: 2 + - uid: 2182 + components: + - type: Transform + pos: 0.5,-122.5 + parent: 2 + - uid: 2183 + components: + - type: Transform + pos: 1.5,-122.5 + parent: 2 + - uid: 2212 + components: + - type: Transform + pos: 7.5,-124.5 + parent: 2 + - uid: 2215 + components: + - type: Transform + pos: 7.5,-123.5 + parent: 2 + - uid: 2216 + components: + - type: Transform + pos: 7.5,-122.5 + parent: 2 + - uid: 2287 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,20.5 + parent: 2 + - uid: 2360 + components: + - type: Transform + pos: -18.5,-249.5 + parent: 2 + - uid: 2418 + components: + - type: Transform + pos: -9.5,-190.5 + parent: 2 + - uid: 2474 + components: + - type: Transform + pos: 2.5,-175.5 + parent: 2 + - uid: 2507 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-73.5 + parent: 2 + - uid: 2596 + components: + - type: Transform + pos: -4.5,-134.5 + parent: 2 + - uid: 2599 + components: + - type: Transform + pos: -7.5,-140.5 + parent: 2 + - uid: 2600 + components: + - type: Transform + pos: -7.5,-141.5 + parent: 2 + - uid: 2601 + components: + - type: Transform + pos: -7.5,-150.5 + parent: 2 + - uid: 2602 + components: + - type: Transform + pos: -7.5,-152.5 + parent: 2 + - uid: 2657 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-114.5 + parent: 2 + - uid: 2747 + components: + - type: Transform + pos: 1.5,-143.5 + parent: 2 + - uid: 2786 + components: + - type: Transform + pos: 7.5,-149.5 + parent: 2 + - uid: 2789 + components: + - type: Transform + pos: 9.5,-145.5 + parent: 2 + - uid: 2790 + components: + - type: Transform + pos: 9.5,-144.5 + parent: 2 + - uid: 2795 + components: + - type: Transform + pos: 9.5,-139.5 + parent: 2 + - uid: 2796 + components: + - type: Transform + pos: 9.5,-138.5 + parent: 2 + - uid: 2839 + components: + - type: Transform + pos: 1.5,-144.5 + parent: 2 + - uid: 2840 + components: + - type: Transform + pos: 1.5,-145.5 + parent: 2 + - uid: 2959 + components: + - type: Transform + pos: -8.5,-173.5 + parent: 2 + - uid: 2960 + components: + - type: Transform + pos: -8.5,-174.5 + parent: 2 + - uid: 2961 + components: + - type: Transform + pos: -8.5,-175.5 + parent: 2 + - uid: 2962 + components: + - type: Transform + pos: -8.5,-176.5 + parent: 2 + - uid: 2967 + components: + - type: Transform + pos: 9.5,-176.5 + parent: 2 + - uid: 2968 + components: + - type: Transform + pos: 9.5,-175.5 + parent: 2 + - uid: 2969 + components: + - type: Transform + pos: 9.5,-174.5 + parent: 2 + - uid: 2970 + components: + - type: Transform + pos: 9.5,-173.5 + parent: 2 + - uid: 2975 + components: + - type: Transform + pos: 8.5,-168.5 + parent: 2 + - uid: 2976 + components: + - type: Transform + pos: 8.5,-167.5 + parent: 2 + - uid: 2977 + components: + - type: Transform + pos: 8.5,-166.5 + parent: 2 + - uid: 3007 + components: + - type: Transform + pos: -10.5,-308.5 + parent: 2 + - uid: 3092 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-256.5 + parent: 2 + - uid: 3535 + components: + - type: Transform + pos: 2.5,-173.5 + parent: 2 + - uid: 3538 + components: + - type: Transform + pos: 2.5,-174.5 + parent: 2 + - uid: 3541 + components: + - type: Transform + pos: 0.5,-200.5 + parent: 2 + - uid: 3727 + components: + - type: Transform + pos: 4.5,-192.5 + parent: 2 + - uid: 3728 + components: + - type: Transform + pos: 4.5,-193.5 + parent: 2 + - uid: 3729 + components: + - type: Transform + pos: 4.5,-194.5 + parent: 2 + - uid: 3741 + components: + - type: Transform + pos: 6.5,-339.5 + parent: 2 + - uid: 3757 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-246.5 + parent: 2 + - uid: 3758 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-245.5 + parent: 2 + - uid: 3842 + components: + - type: Transform + pos: 9.5,-146.5 + parent: 2 + - uid: 3853 + components: + - type: Transform + pos: -1.5,-206.5 + parent: 2 + - uid: 3854 + components: + - type: Transform + pos: -1.5,-197.5 + parent: 2 + - uid: 3856 + components: + - type: Transform + pos: -6.5,-205.5 + parent: 2 + - uid: 3857 + components: + - type: Transform + pos: -6.5,-204.5 + parent: 2 + - uid: 3858 + components: + - type: Transform + pos: -6.5,-202.5 + parent: 2 + - uid: 3859 + components: + - type: Transform + pos: -6.5,-201.5 + parent: 2 + - uid: 3872 + components: + - type: Transform + pos: -3.5,-204.5 + parent: 2 + - uid: 3913 + components: + - type: Transform + pos: -7.5,-197.5 + parent: 2 + - uid: 3914 + components: + - type: Transform + pos: -7.5,-196.5 + parent: 2 + - uid: 3915 + components: + - type: Transform + pos: -7.5,-195.5 + parent: 2 + - uid: 3987 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,16.5 + parent: 2 + - uid: 4187 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-247.5 + parent: 2 + - uid: 4252 + components: + - type: Transform + pos: -1.5,-224.5 + parent: 2 + - uid: 4253 + components: + - type: Transform + pos: -1.5,-225.5 + parent: 2 + - uid: 4268 + components: + - type: Transform + pos: 2.5,-225.5 + parent: 2 + - uid: 4269 + components: + - type: Transform + pos: 2.5,-224.5 + parent: 2 + - uid: 4278 + components: + - type: Transform + pos: 5.5,-231.5 + parent: 2 + - uid: 4279 + components: + - type: Transform + pos: -4.5,-230.5 + parent: 2 + - uid: 4287 + components: + - type: Transform + pos: -4.5,-219.5 + parent: 2 + - uid: 4288 + components: + - type: Transform + pos: -4.5,-218.5 + parent: 2 + - uid: 4289 + components: + - type: Transform + pos: -4.5,-217.5 + parent: 2 + - uid: 4290 + components: + - type: Transform + pos: -3.5,-217.5 + parent: 2 + - uid: 4330 + components: + - type: Transform + pos: -4.5,-232.5 + parent: 2 + - uid: 4333 + components: + - type: Transform + pos: 5.5,-232.5 + parent: 2 + - uid: 4334 + components: + - type: Transform + pos: 4.5,-232.5 + parent: 2 + - uid: 4342 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-218.5 + parent: 2 + - uid: 4343 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-221.5 + parent: 2 + - uid: 4439 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-217.5 + parent: 2 + - uid: 4505 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-219.5 + parent: 2 + - uid: 4507 + components: + - type: Transform + pos: -3.5,-232.5 + parent: 2 + - uid: 5079 + components: + - type: Transform + pos: 10.5,-119.5 + parent: 2 + - uid: 5085 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-339.5 + parent: 2 + - uid: 5209 + components: + - type: Transform + pos: 20.5,-258.5 + parent: 2 + - uid: 5282 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-346.5 + parent: 2 + - uid: 5291 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-345.5 + parent: 2 + - uid: 5501 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-340.5 + parent: 2 + - uid: 5842 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-115.5 + parent: 2 + - uid: 5852 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-117.5 + parent: 2 + - uid: 6626 + components: + - type: Transform + pos: 9.5,-147.5 + parent: 2 + - uid: 6664 + components: + - type: Transform + pos: -9.5,-309.5 + parent: 2 + - uid: 6665 + components: + - type: Transform + pos: -9.5,-308.5 + parent: 2 + - uid: 6666 + components: + - type: Transform + pos: -9.5,-307.5 + parent: 2 + - uid: 6685 + components: + - type: Transform + pos: -18.5,-343.5 + parent: 2 + - uid: 6687 + components: + - type: Transform + pos: -18.5,-341.5 + parent: 2 + - uid: 6695 + components: + - type: Transform + pos: -17.5,-347.5 + parent: 2 + - uid: 6703 + components: + - type: Transform + pos: -19.5,-331.5 + parent: 2 + - uid: 6706 + components: + - type: Transform + pos: -20.5,-330.5 + parent: 2 + - uid: 6881 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-301.5 + parent: 2 + - uid: 6916 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-241.5 + parent: 2 + - uid: 7001 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-242.5 + parent: 2 + - uid: 7319 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-60.5 + parent: 2 + - uid: 7479 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,20.5 + parent: 2 + - uid: 7510 + components: + - type: Transform + pos: 12.5,-159.5 + parent: 2 + - uid: 7511 + components: + - type: Transform + pos: 12.5,-160.5 + parent: 2 + - uid: 7512 + components: + - type: Transform + pos: 18.5,-159.5 + parent: 2 + - uid: 7513 + components: + - type: Transform + pos: 18.5,-160.5 + parent: 2 + - uid: 7514 + components: + - type: Transform + pos: 18.5,-165.5 + parent: 2 + - uid: 7515 + components: + - type: Transform + pos: 18.5,-166.5 + parent: 2 + - uid: 7516 + components: + - type: Transform + pos: 12.5,-153.5 + parent: 2 + - uid: 7517 + components: + - type: Transform + pos: 12.5,-152.5 + parent: 2 + - uid: 7518 + components: + - type: Transform + pos: 18.5,-153.5 + parent: 2 + - uid: 7519 + components: + - type: Transform + pos: 18.5,-152.5 + parent: 2 + - uid: 7520 + components: + - type: Transform + pos: 18.5,-147.5 + parent: 2 + - uid: 7523 + components: + - type: Transform + pos: 18.5,-144.5 + parent: 2 + - uid: 7524 + components: + - type: Transform + pos: 12.5,-147.5 + parent: 2 + - uid: 7525 + components: + - type: Transform + pos: 12.5,-146.5 + parent: 2 + - uid: 7526 + components: + - type: Transform + pos: 12.5,-145.5 + parent: 2 + - uid: 7527 + components: + - type: Transform + pos: 12.5,-144.5 + parent: 2 + - uid: 7528 + components: + - type: Transform + pos: 12.5,-139.5 + parent: 2 + - uid: 7529 + components: + - type: Transform + pos: 12.5,-138.5 + parent: 2 + - uid: 7530 + components: + - type: Transform + pos: 18.5,-139.5 + parent: 2 + - uid: 7531 + components: + - type: Transform + pos: 18.5,-138.5 + parent: 2 + - uid: 7553 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-147.5 + parent: 2 + - uid: 7623 + components: + - type: Transform + pos: 20.5,-260.5 + parent: 2 + - uid: 7667 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-220.5 + parent: 2 + - uid: 7691 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-201.5 + parent: 2 + - uid: 7692 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-200.5 + parent: 2 + - uid: 7693 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-199.5 + parent: 2 + - uid: 7694 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-198.5 + parent: 2 + - uid: 7695 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-197.5 + parent: 2 + - uid: 7696 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-196.5 + parent: 2 + - uid: 7697 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-195.5 + parent: 2 + - uid: 7698 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-194.5 + parent: 2 + - uid: 7796 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-249.5 + parent: 2 + - uid: 7834 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-257.5 + parent: 2 + - uid: 7844 + components: + - type: Transform + pos: -8.5,-191.5 + parent: 2 + - uid: 7869 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-254.5 + parent: 2 + - uid: 7934 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,20.5 + parent: 2 + - uid: 8002 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-256.5 + parent: 2 + - uid: 8052 + components: + - type: Transform + pos: 20.5,-259.5 + parent: 2 + - uid: 8096 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,20.5 + parent: 2 + - uid: 8127 + components: + - type: Transform + pos: -8.5,-190.5 + parent: 2 + - uid: 8129 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-257.5 + parent: 2 + - uid: 8133 + components: + - type: Transform + pos: 14.5,-245.5 + parent: 2 + - uid: 8165 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-261.5 + parent: 2 + - uid: 8166 + components: + - type: Transform + pos: -8.5,-189.5 + parent: 2 + - uid: 8199 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-255.5 + parent: 2 + - uid: 8219 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-260.5 + parent: 2 + - uid: 8235 + components: + - type: Transform + pos: 16.5,-238.5 + parent: 2 + - uid: 8260 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-329.5 + parent: 2 + - uid: 8394 + components: + - type: Transform + pos: -19.5,-336.5 + parent: 2 + - uid: 8413 + components: + - type: Transform + pos: -17.5,-348.5 + parent: 2 + - uid: 8415 + components: + - type: Transform + pos: -18.5,-340.5 + parent: 2 + - uid: 8417 + components: + - type: Transform + pos: -4.5,-289.5 + parent: 2 + - uid: 8425 + components: + - type: Transform + pos: -19.5,-334.5 + parent: 2 + - uid: 8450 + components: + - type: Transform + pos: -18.5,-338.5 + parent: 2 + - uid: 8455 + components: + - type: Transform + pos: -18.5,-344.5 + parent: 2 + - uid: 8508 + components: + - type: Transform + pos: -3.5,-273.5 + parent: 2 + - uid: 8510 + components: + - type: Transform + pos: -7.5,-286.5 + parent: 2 + - uid: 8511 + components: + - type: Transform + pos: -7.5,-285.5 + parent: 2 + - uid: 8529 + components: + - type: Transform + pos: -20.5,-327.5 + parent: 2 + - uid: 8535 + components: + - type: Transform + pos: 1.5,-200.5 + parent: 2 + - uid: 8545 + components: + - type: Transform + pos: -20.5,-329.5 + parent: 2 + - uid: 8609 + components: + - type: Transform + pos: -7.5,-284.5 + parent: 2 + - uid: 8610 + components: + - type: Transform + pos: -19.5,-335.5 + parent: 2 + - uid: 8613 + components: + - type: Transform + pos: -6.5,-280.5 + parent: 2 + - uid: 8614 + components: + - type: Transform + pos: -6.5,-279.5 + parent: 2 + - uid: 8615 + components: + - type: Transform + pos: -6.5,-278.5 + parent: 2 + - uid: 8624 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-286.5 + parent: 2 + - uid: 8637 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-276.5 + parent: 2 + - uid: 8640 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-275.5 + parent: 2 + - uid: 8659 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-284.5 + parent: 2 + - uid: 8665 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-272.5 + parent: 2 + - uid: 8667 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-274.5 + parent: 2 + - uid: 8680 + components: + - type: Transform + pos: -1.5,-282.5 + parent: 2 + - uid: 8695 + components: + - type: Transform + pos: -0.5,-283.5 + parent: 2 + - uid: 8790 + components: + - type: Transform + pos: 10.5,-279.5 + parent: 2 + - uid: 8802 + components: + - type: Transform + pos: 11.5,-279.5 + parent: 2 + - uid: 9002 + components: + - type: Transform + pos: 9.5,-279.5 + parent: 2 + - uid: 9016 + components: + - type: Transform + pos: 10.5,-118.5 + parent: 2 + - uid: 9391 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,22.5 + parent: 2 + - uid: 9392 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,23.5 + parent: 2 + - uid: 9434 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,18.5 + parent: 2 + - uid: 9435 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,25.5 + parent: 2 + - uid: 9505 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-299.5 + parent: 2 + - uid: 9506 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-298.5 + parent: 2 + - uid: 9507 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-297.5 + parent: 2 + - uid: 9508 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-298.5 + parent: 2 + - uid: 9509 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-299.5 + parent: 2 + - uid: 9510 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-297.5 + parent: 2 + - uid: 9523 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-317.5 + parent: 2 + - uid: 9524 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-316.5 + parent: 2 + - uid: 9525 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-315.5 + parent: 2 + - uid: 9526 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-315.5 + parent: 2 + - uid: 9527 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-316.5 + parent: 2 + - uid: 9528 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-317.5 + parent: 2 + - uid: 9529 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,-308.5 + parent: 2 + - uid: 9530 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,-306.5 + parent: 2 + - uid: 9531 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-308.5 + parent: 2 + - uid: 9532 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-307.5 + parent: 2 + - uid: 9533 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-306.5 + parent: 2 + - uid: 9817 + components: + - type: Transform + pos: -10.5,-302.5 + parent: 2 + - uid: 9859 + components: + - type: Transform + pos: -10.5,-303.5 + parent: 2 + - uid: 9861 + components: + - type: Transform + pos: -10.5,-304.5 + parent: 2 + - uid: 9871 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-255.5 + parent: 2 + - uid: 9957 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-310.5 + parent: 2 + - uid: 9958 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-309.5 + parent: 2 + - uid: 9959 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-305.5 + parent: 2 + - uid: 9960 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-304.5 + parent: 2 + - uid: 9999 + components: + - type: Transform + pos: -7.5,-312.5 + parent: 2 + - uid: 10019 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-316.5 + parent: 2 + - uid: 10020 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-316.5 + parent: 2 + - uid: 10060 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-305.5 + parent: 2 + - uid: 10061 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-309.5 + parent: 2 + - uid: 10070 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-320.5 + parent: 2 + - uid: 10071 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-319.5 + parent: 2 + - uid: 10072 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-318.5 + parent: 2 + - uid: 10073 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-317.5 + parent: 2 + - uid: 10076 + components: + - type: Transform + pos: -8.5,-312.5 + parent: 2 + - uid: 10138 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-312.5 + parent: 2 + - uid: 10139 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-313.5 + parent: 2 + - uid: 10140 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-314.5 + parent: 2 + - uid: 10141 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-315.5 + parent: 2 + - uid: 10153 + components: + - type: Transform + pos: 11.5,-297.5 + parent: 2 + - uid: 10154 + components: + - type: Transform + pos: 11.5,-298.5 + parent: 2 + - uid: 10155 + components: + - type: Transform + pos: 11.5,-299.5 + parent: 2 + - uid: 10156 + components: + - type: Transform + pos: 11.5,-315.5 + parent: 2 + - uid: 10157 + components: + - type: Transform + pos: 11.5,-316.5 + parent: 2 + - uid: 10158 + components: + - type: Transform + pos: 11.5,-317.5 + parent: 2 + - uid: 10701 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,20.5 + parent: 2 + - uid: 10752 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-327.5 + parent: 2 + - uid: 10828 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-331.5 + parent: 2 + - uid: 10830 + components: + - type: Transform + pos: 1.5,-350.5 + parent: 2 + - uid: 10935 + components: + - type: Transform + pos: -19.5,-87.5 + parent: 2 + - uid: 10977 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-253.5 + parent: 2 + - uid: 11001 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,15.5 + parent: 2 + - uid: 11052 + components: + - type: Transform + pos: 1.5,-351.5 + parent: 2 + - uid: 11053 + components: + - type: Transform + pos: 1.5,-352.5 + parent: 2 + - uid: 11054 + components: + - type: Transform + pos: -0.5,-350.5 + parent: 2 + - uid: 11055 + components: + - type: Transform + pos: -0.5,-351.5 + parent: 2 + - uid: 11056 + components: + - type: Transform + pos: -0.5,-352.5 + parent: 2 + - uid: 11224 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-370.5 + parent: 2 + - uid: 11262 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-365.5 + parent: 2 + - uid: 11306 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-364.5 + parent: 2 + - uid: 11307 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-367.5 + parent: 2 + - uid: 11308 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-366.5 + parent: 2 + - uid: 11309 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-364.5 + parent: 2 + - uid: 11310 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-363.5 + parent: 2 + - uid: 11313 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-371.5 + parent: 2 + - uid: 11314 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-372.5 + parent: 2 + - uid: 11316 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-372.5 + parent: 2 + - uid: 11317 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-371.5 + parent: 2 + - uid: 11318 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-370.5 + parent: 2 + - uid: 11319 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-367.5 + parent: 2 + - uid: 11320 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-366.5 + parent: 2 + - uid: 11322 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-364.5 + parent: 2 + - uid: 11323 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-364.5 + parent: 2 + - uid: 11324 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-363.5 + parent: 2 + - uid: 11325 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-361.5 + parent: 2 + - uid: 11326 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-360.5 + parent: 2 + - uid: 11394 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-364.5 + parent: 2 + - uid: 11395 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-363.5 + parent: 2 + - uid: 11396 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-363.5 + parent: 2 + - uid: 11397 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-364.5 + parent: 2 + - uid: 11398 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-365.5 + parent: 2 + - uid: 11399 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-369.5 + parent: 2 + - uid: 11400 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-369.5 + parent: 2 + - uid: 11401 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-369.5 + parent: 2 + - uid: 11413 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-251.5 + parent: 2 + - uid: 11414 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-329.5 + parent: 2 + - uid: 11415 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-330.5 + parent: 2 + - uid: 11416 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-331.5 + parent: 2 + - uid: 11548 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-330.5 + parent: 2 + - uid: 11880 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-341.5 + parent: 2 + - uid: 11898 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-335.5 + parent: 2 + - uid: 11981 + components: + - type: Transform + pos: -4.5,-381.5 + parent: 2 + - uid: 12111 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-259.5 + parent: 2 + - uid: 12243 + components: + - type: Transform + pos: 14.5,-246.5 + parent: 2 + - uid: 12473 + components: + - type: Transform + pos: 20.5,-245.5 + parent: 2 + - uid: 12518 + components: + - type: Transform + pos: 20.5,-246.5 + parent: 2 + - uid: 12609 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,-263.5 + parent: 2 + - uid: 12692 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-145.5 + parent: 2 + - uid: 12772 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,17.5 + parent: 2 + - uid: 13272 + components: + - type: Transform + pos: 17.5,-238.5 + parent: 2 + - uid: 13280 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-343.5 + parent: 2 + - uid: 13286 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-348.5 + parent: 2 + - uid: 13289 + components: + - type: Transform + pos: 14.5,-373.5 + parent: 2 + - uid: 13297 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-299.5 + parent: 2 + - uid: 13298 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-300.5 + parent: 2 + - uid: 13447 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-340.5 + parent: 2 + - uid: 13455 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-113.5 + parent: 2 + - uid: 13459 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-327.5 + parent: 2 + - uid: 13474 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-334.5 + parent: 2 + - uid: 13820 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-336.5 + parent: 2 + - uid: 13989 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-332.5 + parent: 2 + - uid: 14000 + components: + - type: Transform + pos: 18.5,-238.5 + parent: 2 + - uid: 14008 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-330.5 + parent: 2 + - uid: 14326 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-61.5 + parent: 2 + - uid: 14327 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-62.5 + parent: 2 + - uid: 14328 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-60.5 + parent: 2 + - uid: 14329 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-61.5 + parent: 2 + - uid: 14330 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-62.5 + parent: 2 + - uid: 14416 + components: + - type: Transform + pos: 14.5,-76.5 + parent: 2 + - uid: 14417 + components: + - type: Transform + pos: 16.5,-76.5 + parent: 2 + - uid: 14687 + components: + - type: Transform + pos: -14.5,-365.5 + parent: 2 + - uid: 14688 + components: + - type: Transform + pos: -13.5,-368.5 + parent: 2 + - uid: 14797 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-74.5 + parent: 2 + - uid: 14917 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-146.5 + parent: 2 + - uid: 15799 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,12.5 + parent: 2 + - uid: 15801 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,14.5 + parent: 2 + - uid: 15802 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,17.5 + parent: 2 + - uid: 15803 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,13.5 + parent: 2 + - uid: 15805 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,11.5 + parent: 2 + - uid: 15806 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,16.5 + parent: 2 + - uid: 15807 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,13.5 + parent: 2 + - uid: 15808 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,15.5 + parent: 2 + - uid: 15810 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,17.5 + parent: 2 + - uid: 15813 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,17.5 + parent: 2 + - uid: 15821 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,20.5 + parent: 2 + - uid: 15822 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,12.5 + parent: 2 + - uid: 15824 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,11.5 + parent: 2 + - uid: 15825 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,11.5 + parent: 2 + - uid: 15826 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,9.5 + parent: 2 + - uid: 15827 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,9.5 + parent: 2 + - uid: 15828 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,8.5 + parent: 2 + - uid: 15829 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,9.5 + parent: 2 + - uid: 15830 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,9.5 + parent: 2 + - uid: 15831 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,8.5 + parent: 2 + - uid: 15832 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,10.5 + parent: 2 + - uid: 15833 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,9.5 + parent: 2 + - uid: 15834 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,9.5 + parent: 2 + - uid: 15835 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,8.5 + parent: 2 + - uid: 15836 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,7.5 + parent: 2 + - uid: 15837 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,7.5 + parent: 2 + - uid: 15838 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,6.5 + parent: 2 + - uid: 15839 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,6.5 + parent: 2 + - uid: 15840 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,6.5 + parent: 2 + - uid: 15841 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,6.5 + parent: 2 + - uid: 15842 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,7.5 + parent: 2 + - uid: 15843 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,7.5 + parent: 2 + - uid: 15844 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,8.5 + parent: 2 + - uid: 15845 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,9.5 + parent: 2 + - uid: 15846 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,9.5 + parent: 2 + - uid: 15847 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,10.5 + parent: 2 + - uid: 15848 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,11.5 + parent: 2 + - uid: 15849 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,11.5 + parent: 2 + - uid: 15850 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,11.5 + parent: 2 + - uid: 15852 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,11.5 + parent: 2 + - uid: 15853 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,11.5 + parent: 2 + - uid: 15902 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,-0.5 + parent: 2 + - uid: 15903 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,-0.5 + parent: 2 + - uid: 15904 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,0.5 + parent: 2 + - uid: 15905 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,0.5 + parent: 2 + - uid: 15906 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,1.5 + parent: 2 + - uid: 15907 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,1.5 + parent: 2 + - uid: 15910 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-0.5 + parent: 2 + - uid: 15911 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-0.5 + parent: 2 + - uid: 15912 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,0.5 + parent: 2 + - uid: 15913 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,0.5 + parent: 2 + - uid: 15914 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,1.5 + parent: 2 + - uid: 15915 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,1.5 + parent: 2 + - uid: 15924 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-27.5 + parent: 2 + - uid: 15925 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-27.5 + parent: 2 + - uid: 15926 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-27.5 + parent: 2 + - uid: 15927 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-27.5 + parent: 2 + - uid: 15940 + components: + - type: Transform + pos: 18.5,-6.5 + parent: 2 + - uid: 15943 + components: + - type: Transform + pos: 18.5,-4.5 + parent: 2 + - uid: 15944 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-26.5 + parent: 2 + - uid: 15948 + components: + - type: Transform + pos: -19.5,-137.5 + parent: 2 + - uid: 15961 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-26.5 + parent: 2 + - uid: 15962 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-26.5 + parent: 2 + - uid: 15967 + components: + - type: Transform + pos: -17.5,8.5 + parent: 2 + - uid: 15968 + components: + - type: Transform + pos: -17.5,-5.5 + parent: 2 + - uid: 15969 + components: + - type: Transform + pos: -17.5,-4.5 + parent: 2 + - uid: 15975 + components: + - type: Transform + pos: -17.5,7.5 + parent: 2 + - uid: 15976 + components: + - type: Transform + pos: -16.5,10.5 + parent: 2 + - uid: 15977 + components: + - type: Transform + pos: -17.5,6.5 + parent: 2 + - uid: 15978 + components: + - type: Transform + pos: -17.5,3.5 + parent: 2 + - uid: 15979 + components: + - type: Transform + pos: -17.5,-7.5 + parent: 2 + - uid: 15980 + components: + - type: Transform + pos: -17.5,2.5 + parent: 2 + - uid: 15981 + components: + - type: Transform + pos: -17.5,-1.5 + parent: 2 + - uid: 16005 + components: + - type: Transform + pos: -19.5,-85.5 + parent: 2 + - uid: 16006 + components: + - type: Transform + pos: -19.5,-88.5 + parent: 2 + - uid: 16007 + components: + - type: Transform + pos: -20.5,-82.5 + parent: 2 + - uid: 16008 + components: + - type: Transform + pos: -17.5,-99.5 + parent: 2 + - uid: 16110 + components: + - type: Transform + pos: -17.5,-127.5 + parent: 2 + - uid: 16111 + components: + - type: Transform + pos: -20.5,-107.5 + parent: 2 + - uid: 16112 + components: + - type: Transform + pos: -17.5,-125.5 + parent: 2 + - uid: 16113 + components: + - type: Transform + pos: -17.5,-124.5 + parent: 2 + - uid: 16114 + components: + - type: Transform + pos: -18.5,-121.5 + parent: 2 + - uid: 16115 + components: + - type: Transform + pos: -18.5,-120.5 + parent: 2 + - uid: 16116 + components: + - type: Transform + pos: -18.5,-119.5 + parent: 2 + - uid: 16117 + components: + - type: Transform + pos: -19.5,-115.5 + parent: 2 + - uid: 16118 + components: + - type: Transform + pos: -19.5,-114.5 + parent: 2 + - uid: 16119 + components: + - type: Transform + pos: -19.5,-113.5 + parent: 2 + - uid: 16120 + components: + - type: Transform + pos: -19.5,-111.5 + parent: 2 + - uid: 16121 + components: + - type: Transform + pos: -20.5,-108.5 + parent: 2 + - uid: 16122 + components: + - type: Transform + pos: -19.5,-84.5 + parent: 2 + - uid: 16123 + components: + - type: Transform + pos: -18.5,-91.5 + parent: 2 + - uid: 16124 + components: + - type: Transform + pos: -18.5,-95.5 + parent: 2 + - uid: 16125 + components: + - type: Transform + pos: -18.5,-96.5 + parent: 2 + - uid: 16126 + components: + - type: Transform + pos: -18.5,-93.5 + parent: 2 + - uid: 16127 + components: + - type: Transform + pos: -20.5,-80.5 + parent: 2 + - uid: 16128 + components: + - type: Transform + pos: -20.5,-79.5 + parent: 2 + - uid: 16129 + components: + - type: Transform + pos: -17.5,-73.5 + parent: 2 + - uid: 16131 + components: + - type: Transform + pos: -17.5,-71.5 + parent: 2 + - uid: 16133 + components: + - type: Transform + pos: -18.5,-68.5 + parent: 2 + - uid: 16134 + components: + - type: Transform + pos: -19.5,-138.5 + parent: 2 + - uid: 16135 + components: + - type: Transform + pos: -18.5,-67.5 + parent: 2 + - uid: 16138 + components: + - type: Transform + pos: -18.5,-64.5 + parent: 2 + - uid: 16139 + components: + - type: Transform + pos: -19.5,-61.5 + parent: 2 + - uid: 16140 + components: + - type: Transform + pos: -19.5,-60.5 + parent: 2 + - uid: 16141 + components: + - type: Transform + pos: -19.5,-58.5 + parent: 2 + - uid: 16142 + components: + - type: Transform + pos: -19.5,-57.5 + parent: 2 + - uid: 16148 + components: + - type: Transform + pos: -20.5,-134.5 + parent: 2 + - uid: 16149 + components: + - type: Transform + pos: -20.5,-55.5 + parent: 2 + - uid: 16151 + components: + - type: Transform + pos: -20.5,-54.5 + parent: 2 + - uid: 16153 + components: + - type: Transform + pos: -20.5,-52.5 + parent: 2 + - uid: 16189 + components: + - type: Transform + pos: 18.5,8.5 + parent: 2 + - uid: 16190 + components: + - type: Transform + pos: 18.5,7.5 + parent: 2 + - uid: 16191 + components: + - type: Transform + pos: 18.5,6.5 + parent: 2 + - uid: 16192 + components: + - type: Transform + pos: 18.5,-5.5 + parent: 2 + - uid: 16193 + components: + - type: Transform + pos: 18.5,1.5 + parent: 2 + - uid: 16201 + components: + - type: Transform + pos: 18.5,-1.5 + parent: 2 + - uid: 16202 + components: + - type: Transform + pos: 18.5,-0.5 + parent: 2 + - uid: 16220 + components: + - type: Transform + pos: 19.5,-26.5 + parent: 2 + - uid: 16222 + components: + - type: Transform + pos: 19.5,-27.5 + parent: 2 + - uid: 16224 + components: + - type: Transform + pos: 20.5,-29.5 + parent: 2 + - uid: 16226 + components: + - type: Transform + pos: 20.5,-30.5 + parent: 2 + - uid: 16227 + components: + - type: Transform + pos: 21.5,-32.5 + parent: 2 + - uid: 16228 + components: + - type: Transform + pos: 21.5,-34.5 + parent: 2 + - uid: 16229 + components: + - type: Transform + pos: 21.5,-35.5 + parent: 2 + - uid: 16230 + components: + - type: Transform + pos: 21.5,-36.5 + parent: 2 + - uid: 16231 + components: + - type: Transform + pos: 21.5,-38.5 + parent: 2 + - uid: 16232 + components: + - type: Transform + pos: 21.5,-39.5 + parent: 2 + - uid: 16233 + components: + - type: Transform + pos: 21.5,-40.5 + parent: 2 + - uid: 16234 + components: + - type: Transform + pos: 20.5,-44.5 + parent: 2 + - uid: 16235 + components: + - type: Transform + pos: 20.5,-43.5 + parent: 2 + - uid: 16236 + components: + - type: Transform + pos: 21.5,-52.5 + parent: 2 + - uid: 16237 + components: + - type: Transform + pos: 21.5,-53.5 + parent: 2 + - uid: 16238 + components: + - type: Transform + pos: 21.5,-54.5 + parent: 2 + - uid: 16239 + components: + - type: Transform + pos: 20.5,-56.5 + parent: 2 + - uid: 16240 + components: + - type: Transform + pos: 20.5,-57.5 + parent: 2 + - uid: 16241 + components: + - type: Transform + pos: 20.5,-58.5 + parent: 2 + - uid: 16242 + components: + - type: Transform + pos: 20.5,-60.5 + parent: 2 + - uid: 16243 + components: + - type: Transform + pos: 20.5,-61.5 + parent: 2 + - uid: 16244 + components: + - type: Transform + pos: 18.5,-97.5 + parent: 2 + - uid: 16245 + components: + - type: Transform + pos: 21.5,-81.5 + parent: 2 + - uid: 16246 + components: + - type: Transform + pos: 19.5,-66.5 + parent: 2 + - uid: 16247 + components: + - type: Transform + pos: 19.5,-67.5 + parent: 2 + - uid: 16248 + components: + - type: Transform + pos: 19.5,-68.5 + parent: 2 + - uid: 16249 + components: + - type: Transform + pos: 19.5,-72.5 + parent: 2 + - uid: 16250 + components: + - type: Transform + pos: 19.5,-71.5 + parent: 2 + - uid: 16251 + components: + - type: Transform + pos: 21.5,-80.5 + parent: 2 + - uid: 16252 + components: + - type: Transform + pos: 20.5,-83.5 + parent: 2 + - uid: 16253 + components: + - type: Transform + pos: 20.5,-84.5 + parent: 2 + - uid: 16254 + components: + - type: Transform + pos: 20.5,-85.5 + parent: 2 + - uid: 16255 + components: + - type: Transform + pos: 20.5,-86.5 + parent: 2 + - uid: 16256 + components: + - type: Transform + pos: 18.5,-98.5 + parent: 2 + - uid: 16257 + components: + - type: Transform + pos: 19.5,-91.5 + parent: 2 + - uid: 16258 + components: + - type: Transform + pos: 19.5,-92.5 + parent: 2 + - uid: 16259 + components: + - type: Transform + pos: 19.5,-93.5 + parent: 2 + - uid: 16260 + components: + - type: Transform + pos: 21.5,-106.5 + parent: 2 + - uid: 16261 + components: + - type: Transform + pos: 18.5,-124.5 + parent: 2 + - uid: 16262 + components: + - type: Transform + pos: 20.5,-109.5 + parent: 2 + - uid: 16263 + components: + - type: Transform + pos: 20.5,-110.5 + parent: 2 + - uid: 16264 + components: + - type: Transform + pos: 20.5,-111.5 + parent: 2 + - uid: 16265 + components: + - type: Transform + pos: 20.5,-113.5 + parent: 2 + - uid: 16266 + components: + - type: Transform + pos: 19.5,-117.5 + parent: 2 + - uid: 16267 + components: + - type: Transform + pos: 19.5,-118.5 + parent: 2 + - uid: 16268 + components: + - type: Transform + pos: 19.5,-119.5 + parent: 2 + - uid: 16269 + components: + - type: Transform + pos: 18.5,-125.5 + parent: 2 + - uid: 16270 + components: + - type: Transform + pos: -20.5,-133.5 + parent: 2 + - uid: 16271 + components: + - type: Transform + pos: -20.5,-135.5 + parent: 2 + - uid: 16272 + components: + - type: Transform + pos: -19.5,-139.5 + parent: 2 + - uid: 16273 + components: + - type: Transform + pos: -19.5,-140.5 + parent: 2 + - uid: 16274 + components: + - type: Transform + pos: -19.5,-142.5 + parent: 2 + - uid: 16275 + components: + - type: Transform + pos: -19.5,-143.5 + parent: 2 + - uid: 16276 + components: + - type: Transform + pos: -18.5,-145.5 + parent: 2 + - uid: 16277 + components: + - type: Transform + pos: -18.5,-146.5 + parent: 2 + - uid: 16278 + components: + - type: Transform + pos: -18.5,-147.5 + parent: 2 + - uid: 16279 + components: + - type: Transform + pos: -18.5,-149.5 + parent: 2 + - uid: 16280 + components: + - type: Transform + pos: -18.5,-150.5 + parent: 2 + - uid: 16281 + components: + - type: Transform + pos: -17.5,-151.5 + parent: 2 + - uid: 16282 + components: + - type: Transform + pos: -17.5,-152.5 + parent: 2 + - uid: 16283 + components: + - type: Transform + pos: -17.5,-153.5 + parent: 2 + - uid: 16284 + components: + - type: Transform + pos: -17.5,-154.5 + parent: 2 + - uid: 16295 + components: + - type: Transform + pos: -19.5,-164.5 + parent: 2 + - uid: 16317 + components: + - type: Transform + pos: -20.5,-160.5 + parent: 2 + - uid: 16318 + components: + - type: Transform + pos: -20.5,-161.5 + parent: 2 + - uid: 16319 + components: + - type: Transform + pos: -20.5,-162.5 + parent: 2 + - uid: 16320 + components: + - type: Transform + pos: -19.5,-165.5 + parent: 2 + - uid: 16321 + components: + - type: Transform + pos: -19.5,-166.5 + parent: 2 + - uid: 16322 + components: + - type: Transform + pos: -19.5,-169.5 + parent: 2 + - uid: 16323 + components: + - type: Transform + pos: -19.5,-168.5 + parent: 2 + - uid: 16324 + components: + - type: Transform + pos: -18.5,-172.5 + parent: 2 + - uid: 16325 + components: + - type: Transform + pos: -18.5,-173.5 + parent: 2 + - uid: 16326 + components: + - type: Transform + pos: -18.5,-176.5 + parent: 2 + - uid: 16327 + components: + - type: Transform + pos: -18.5,-175.5 + parent: 2 + - uid: 16328 + components: + - type: Transform + pos: -17.5,-180.5 + parent: 2 + - uid: 16329 + components: + - type: Transform + pos: -17.5,-179.5 + parent: 2 + - uid: 16344 + components: + - type: Transform + pos: 19.5,-170.5 + parent: 2 + - uid: 16345 + components: + - type: Transform + pos: 19.5,-171.5 + parent: 2 + - uid: 16364 + components: + - type: Transform + pos: 18.5,-179.5 + parent: 2 + - uid: 16365 + components: + - type: Transform + pos: 18.5,-178.5 + parent: 2 + - uid: 16366 + components: + - type: Transform + pos: 18.5,-177.5 + parent: 2 + - uid: 16367 + components: + - type: Transform + pos: 19.5,-175.5 + parent: 2 + - uid: 16368 + components: + - type: Transform + pos: 19.5,-174.5 + parent: 2 + - uid: 16369 + components: + - type: Transform + pos: 19.5,-173.5 + parent: 2 + - uid: 16370 + components: + - type: Transform + pos: 20.5,-168.5 + parent: 2 + - uid: 16371 + components: + - type: Transform + pos: 20.5,-167.5 + parent: 2 + - uid: 16372 + components: + - type: Transform + pos: 20.5,-164.5 + parent: 2 + - uid: 16374 + components: + - type: Transform + pos: 20.5,-163.5 + parent: 2 + - uid: 16375 + components: + - type: Transform + pos: 20.5,-162.5 + parent: 2 + - uid: 16376 + components: + - type: Transform + pos: 21.5,-160.5 + parent: 2 + - uid: 16377 + components: + - type: Transform + pos: 21.5,-159.5 + parent: 2 + - uid: 16378 + components: + - type: Transform + pos: 21.5,-161.5 + parent: 2 + - uid: 16393 + components: + - type: Transform + pos: 22.5,-187.5 + parent: 2 + - uid: 16409 + components: + - type: Transform + pos: 22.5,-188.5 + parent: 2 + - uid: 16410 + components: + - type: Transform + pos: 22.5,-189.5 + parent: 2 + - uid: 16411 + components: + - type: Transform + pos: 21.5,-191.5 + parent: 2 + - uid: 16412 + components: + - type: Transform + pos: 21.5,-192.5 + parent: 2 + - uid: 16413 + components: + - type: Transform + pos: 21.5,-193.5 + parent: 2 + - uid: 16414 + components: + - type: Transform + pos: -17.5,-207.5 + parent: 2 + - uid: 16415 + components: + - type: Transform + pos: 20.5,-198.5 + parent: 2 + - uid: 16416 + components: + - type: Transform + pos: 20.5,-199.5 + parent: 2 + - uid: 16417 + components: + - type: Transform + pos: 20.5,-200.5 + parent: 2 + - uid: 16418 + components: + - type: Transform + pos: 19.5,-204.5 + parent: 2 + - uid: 16419 + components: + - type: Transform + pos: 19.5,-205.5 + parent: 2 + - uid: 16420 + components: + - type: Transform + pos: 19.5,-206.5 + parent: 2 + - uid: 16421 + components: + - type: Transform + pos: 19.5,-207.5 + parent: 2 + - uid: 16422 + components: + - type: Transform + pos: 20.5,-203.5 + parent: 2 + - uid: 16423 + components: + - type: Transform + pos: 20.5,-202.5 + parent: 2 + - uid: 16424 + components: + - type: Transform + pos: 19.5,-203.5 + parent: 2 + - uid: 16426 + components: + - type: Transform + pos: -20.5,-187.5 + parent: 2 + - uid: 16456 + components: + - type: Transform + pos: -20.5,-188.5 + parent: 2 + - uid: 16457 + components: + - type: Transform + pos: -20.5,-189.5 + parent: 2 + - uid: 16458 + components: + - type: Transform + pos: -19.5,-191.5 + parent: 2 + - uid: 16459 + components: + - type: Transform + pos: -19.5,-192.5 + parent: 2 + - uid: 16460 + components: + - type: Transform + pos: -19.5,-193.5 + parent: 2 + - uid: 16461 + components: + - type: Transform + pos: -18.5,-198.5 + parent: 2 + - uid: 16462 + components: + - type: Transform + pos: -19.5,-195.5 + parent: 2 + - uid: 16463 + components: + - type: Transform + pos: -19.5,-196.5 + parent: 2 + - uid: 16464 + components: + - type: Transform + pos: -18.5,-199.5 + parent: 2 + - uid: 16465 + components: + - type: Transform + pos: -18.5,-200.5 + parent: 2 + - uid: 16466 + components: + - type: Transform + pos: -17.5,-205.5 + parent: 2 + - uid: 16467 + components: + - type: Transform + pos: -17.5,-206.5 + parent: 2 + - uid: 16468 + components: + - type: Transform + pos: -18.5,-203.5 + parent: 2 + - uid: 16469 + components: + - type: Transform + pos: -18.5,-202.5 + parent: 2 + - uid: 16611 + components: + - type: Transform + pos: -15.5,-357.5 + parent: 2 + - uid: 16612 + components: + - type: Transform + pos: -15.5,-358.5 + parent: 2 + - uid: 16613 + components: + - type: Transform + pos: -14.5,-361.5 + parent: 2 + - uid: 16614 + components: + - type: Transform + pos: -14.5,-362.5 + parent: 2 + - uid: 16615 + components: + - type: Transform + pos: -14.5,-363.5 + parent: 2 + - uid: 16616 + components: + - type: Transform + pos: -14.5,-366.5 + parent: 2 + - uid: 16617 + components: + - type: Transform + pos: -13.5,-369.5 + parent: 2 + - uid: 16618 + components: + - type: Transform + pos: -13.5,-370.5 + parent: 2 + - uid: 16619 + components: + - type: Transform + pos: -13.5,-373.5 + parent: 2 + - uid: 16620 + components: + - type: Transform + pos: -13.5,-372.5 + parent: 2 + - uid: 16621 + components: + - type: Transform + pos: -12.5,-375.5 + parent: 2 + - uid: 16622 + components: + - type: Transform + pos: -12.5,-376.5 + parent: 2 + - uid: 16625 + components: + - type: Transform + pos: 13.5,-377.5 + parent: 2 + - uid: 16626 + components: + - type: Transform + pos: 13.5,-376.5 + parent: 2 + - uid: 16627 + components: + - type: Transform + pos: 13.5,-375.5 + parent: 2 + - uid: 16629 + components: + - type: Transform + pos: 14.5,-371.5 + parent: 2 + - uid: 16630 + components: + - type: Transform + pos: 14.5,-370.5 + parent: 2 + - uid: 16631 + components: + - type: Transform + pos: 14.5,-369.5 + parent: 2 + - uid: 16632 + components: + - type: Transform + pos: 14.5,-367.5 + parent: 2 + - uid: 16633 + components: + - type: Transform + pos: 15.5,-366.5 + parent: 2 + - uid: 16634 + components: + - type: Transform + pos: 15.5,-365.5 + parent: 2 + - uid: 16635 + components: + - type: Transform + pos: 15.5,-364.5 + parent: 2 + - uid: 16636 + components: + - type: Transform + pos: 15.5,-361.5 + parent: 2 + - uid: 16637 + components: + - type: Transform + pos: 15.5,-360.5 + parent: 2 + - uid: 16638 + components: + - type: Transform + pos: 15.5,-359.5 + parent: 2 + - uid: 16639 + components: + - type: Transform + pos: 16.5,-357.5 + parent: 2 + - uid: 16640 + components: + - type: Transform + pos: 16.5,-356.5 + parent: 2 + - uid: 16730 + components: + - type: Transform + pos: 20.5,-293.5 + parent: 2 + - uid: 16731 + components: + - type: Transform + pos: 22.5,-293.5 + parent: 2 + - uid: 16732 + components: + - type: Transform + pos: 24.5,-293.5 + parent: 2 + - uid: 16733 + components: + - type: Transform + pos: 23.5,-294.5 + parent: 2 + - uid: 16734 + components: + - type: Transform + pos: 21.5,-294.5 + parent: 2 + - uid: 16735 + components: + - type: Transform + pos: 19.5,-294.5 + parent: 2 + - uid: 16736 + components: + - type: Transform + pos: 18.5,-294.5 + parent: 2 + - uid: 16737 + components: + - type: Transform + pos: 25.5,-294.5 + parent: 2 + - uid: 16738 + components: + - type: Transform + pos: 26.5,-294.5 + parent: 2 + - uid: 16783 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,-314.5 + parent: 2 + - uid: 16784 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,-313.5 + parent: 2 + - uid: 16785 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-310.5 + parent: 2 + - uid: 16786 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-309.5 + parent: 2 + - uid: 16787 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-308.5 + parent: 2 + - uid: 16788 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-306.5 + parent: 2 + - uid: 16789 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-305.5 + parent: 2 + - uid: 16790 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,-304.5 + parent: 2 + - uid: 16791 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,-303.5 + parent: 2 + - uid: 16792 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,-302.5 + parent: 2 + - uid: 16793 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,-315.5 + parent: 2 + - uid: 16794 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,-315.5 + parent: 2 + - uid: 16795 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,-316.5 + parent: 2 + - uid: 16796 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,-318.5 + parent: 2 + - uid: 16797 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,-321.5 + parent: 2 + - uid: 16802 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,-301.5 + parent: 2 + - uid: 16803 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,-300.5 + parent: 2 + - uid: 16804 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-297.5 + parent: 2 + - uid: 16805 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-296.5 + parent: 2 + - uid: 16806 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-295.5 + parent: 2 + - uid: 16807 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-293.5 + parent: 2 + - uid: 16808 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,-298.5 + parent: 2 + - uid: 16847 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-295.5 + parent: 2 + - uid: 16848 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-295.5 + parent: 2 + - uid: 16849 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-296.5 + parent: 2 + - uid: 16850 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-297.5 + parent: 2 + - uid: 16851 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-299.5 + parent: 2 + - uid: 16852 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-300.5 + parent: 2 + - uid: 16853 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-302.5 + parent: 2 + - uid: 16854 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-303.5 + parent: 2 + - uid: 16855 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-304.5 + parent: 2 + - uid: 16856 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-306.5 + parent: 2 + - uid: 16857 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-307.5 + parent: 2 + - uid: 16858 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,-309.5 + parent: 2 + - uid: 16859 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,-310.5 + parent: 2 + - uid: 16860 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,-312.5 + parent: 2 + - uid: 16861 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,-313.5 + parent: 2 + - uid: 16862 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,-314.5 + parent: 2 + - uid: 16863 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,-315.5 + parent: 2 + - uid: 16864 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,-317.5 + parent: 2 + - uid: 16865 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-319.5 + parent: 2 + - uid: 16866 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-320.5 + parent: 2 + - uid: 16905 + components: + - type: Transform + pos: -15.5,-168.5 + parent: 2 + - uid: 16907 + components: + - type: Transform + pos: -15.5,-166.5 + parent: 2 + - uid: 16908 + components: + - type: Transform + pos: -15.5,-165.5 + parent: 2 + - uid: 16909 + components: + - type: Transform + pos: -15.5,-164.5 + parent: 2 + - uid: 16910 + components: + - type: Transform + pos: -15.5,-163.5 + parent: 2 + - uid: 16911 + components: + - type: Transform + pos: -15.5,-162.5 + parent: 2 + - uid: 16912 + components: + - type: Transform + pos: -15.5,-161.5 + parent: 2 +- proto: GrilleBroken + entities: + - uid: 2249 + components: + - type: Transform + pos: 7.5,-148.5 + parent: 2 + - uid: 3030 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-148.5 + parent: 2 + - uid: 3871 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-202.5 + parent: 2 + - uid: 3873 + components: + - type: Transform + pos: -3.5,-202.5 + parent: 2 + - uid: 8098 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-247.5 + parent: 2 + - uid: 12091 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-249.5 + parent: 2 + - uid: 12107 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-247.5 + parent: 2 +- proto: GrilleDiagonal + entities: + - uid: 14 + components: + - type: Transform + pos: -1.5,4.5 + parent: 2 + - uid: 1491 + components: + - type: Transform + pos: -8.5,-82.5 + parent: 2 + - uid: 1492 + components: + - type: Transform + pos: -10.5,-84.5 + parent: 2 + - uid: 1493 + components: + - type: Transform + pos: -9.5,-83.5 + parent: 2 + - uid: 1659 + components: + - type: Transform + pos: -6.5,-52.5 + parent: 2 + - uid: 2791 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,3.5 + parent: 2 + - uid: 2794 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-88.5 + parent: 2 + - uid: 2842 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-89.5 + parent: 2 + - uid: 2855 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-90.5 + parent: 2 + - uid: 2907 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-84.5 + parent: 2 + - uid: 2942 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-88.5 + parent: 2 + - uid: 3158 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-122.5 + parent: 2 + - uid: 4511 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-217.5 + parent: 2 + - uid: 4649 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,3.5 + parent: 2 + - uid: 6879 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-309.5 + parent: 2 + - uid: 7499 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-89.5 + parent: 2 + - uid: 7547 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-83.5 + parent: 2 + - uid: 7554 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,4.5 + parent: 2 + - uid: 7679 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-193.5 + parent: 2 + - uid: 7685 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-202.5 + parent: 2 + - uid: 7754 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-274.5 + parent: 2 + - uid: 7756 + components: + - type: Transform + pos: -3.5,-272.5 + parent: 2 + - uid: 7848 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-191.5 + parent: 2 + - uid: 7896 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-191.5 + parent: 2 + - uid: 7899 + components: + - type: Transform + pos: -9.5,-189.5 + parent: 2 + - uid: 7900 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-189.5 + parent: 2 + - uid: 8197 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-309.5 + parent: 2 + - uid: 8217 + components: + - type: Transform + pos: -10.5,-307.5 + parent: 2 + - uid: 8520 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-273.5 + parent: 2 + - uid: 8533 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-284.5 + parent: 2 + - uid: 8536 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-285.5 + parent: 2 + - uid: 8641 + components: + - type: Transform + pos: -1.5,-275.5 + parent: 2 + - uid: 8657 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-286.5 + parent: 2 + - uid: 8672 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-283.5 + parent: 2 + - uid: 9955 + components: + - type: Transform + pos: 2.5,-309.5 + parent: 2 + - uid: 9956 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-305.5 + parent: 2 + - uid: 10054 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-309.5 + parent: 2 + - uid: 10059 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-305.5 + parent: 2 + - uid: 10065 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-320.5 + parent: 2 + - uid: 13329 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-307.5 + parent: 2 +- proto: GrilleSpawner + entities: + - uid: 1603 + components: + - type: Transform + pos: 22.5,-327.5 + parent: 2 + - uid: 1692 + components: + - type: Transform + pos: 20.5,-338.5 + parent: 2 + - uid: 1693 + components: + - type: Transform + pos: 21.5,-331.5 + parent: 2 + - uid: 2939 + components: + - type: Transform + pos: 22.5,-326.5 + parent: 2 + - uid: 8941 + components: + - type: Transform + pos: 20.5,-343.5 + parent: 2 + - uid: 8966 + components: + - type: Transform + pos: 19.5,-347.5 + parent: 2 + - uid: 8983 + components: + - type: Transform + pos: 19.5,-345.5 + parent: 2 + - uid: 8985 + components: + - type: Transform + pos: -21.5,-327.5 + parent: 2 + - uid: 8986 + components: + - type: Transform + pos: 20.5,-342.5 + parent: 2 + - uid: 8987 + components: + - type: Transform + pos: 18.5,-349.5 + parent: 2 + - uid: 8998 + components: + - type: Transform + pos: 19.5,-348.5 + parent: 2 + - uid: 9035 + components: + - type: Transform + pos: -21.5,-326.5 + parent: 2 + - uid: 9039 + components: + - type: Transform + pos: 18.5,-350.5 + parent: 2 + - uid: 9062 + components: + - type: Transform + pos: -21.5,-328.5 + parent: 2 + - uid: 10171 + components: + - type: Transform + pos: -20.5,-337.5 + parent: 2 + - uid: 11953 + components: + - type: Transform + pos: 22.5,-330.5 + parent: 2 + - uid: 11988 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-323.5 + parent: 2 + - uid: 12024 + components: + - type: Transform + pos: -20.5,-335.5 + parent: 2 + - uid: 12026 + components: + - type: Transform + pos: -20.5,-333.5 + parent: 2 + - uid: 12029 + components: + - type: Transform + pos: -20.5,-336.5 + parent: 2 + - uid: 12030 + components: + - type: Transform + pos: -19.5,-344.5 + parent: 2 + - uid: 12081 + components: + - type: Transform + pos: -19.5,-342.5 + parent: 2 + - uid: 12087 + components: + - type: Transform + pos: -18.5,-347.5 + parent: 2 + - uid: 12088 + components: + - type: Transform + pos: -17.5,-350.5 + parent: 2 + - uid: 12098 + components: + - type: Transform + pos: -20.5,-334.5 + parent: 2 + - uid: 12109 + components: + - type: Transform + pos: -18.5,-345.5 + parent: 2 + - uid: 12113 + components: + - type: Transform + pos: -19.5,-343.5 + parent: 2 + - uid: 12576 + components: + - type: Transform + pos: -19.5,-339.5 + parent: 2 + - uid: 12689 + components: + - type: Transform + pos: -17.5,-349.5 + parent: 2 + - uid: 12952 + components: + - type: Transform + pos: -19.5,-338.5 + parent: 2 + - uid: 13007 + components: + - type: Transform + pos: -18.5,-346.5 + parent: 2 + - uid: 13162 + components: + - type: Transform + pos: -19.5,-340.5 + parent: 2 + - uid: 13195 + components: + - type: Transform + pos: -19.5,-341.5 + parent: 2 + - uid: 13277 + components: + - type: Transform + pos: 22.5,-325.5 + parent: 2 + - uid: 13279 + components: + - type: Transform + pos: 21.5,-332.5 + parent: 2 + - uid: 13281 + components: + - type: Transform + pos: 21.5,-337.5 + parent: 2 + - uid: 13282 + components: + - type: Transform + pos: -21.5,-329.5 + parent: 2 + - uid: 13457 + components: + - type: Transform + pos: 21.5,-335.5 + parent: 2 + - uid: 13821 + components: + - type: Transform + pos: 21.5,-333.5 + parent: 2 + - uid: 13962 + components: + - type: Transform + pos: 22.5,-329.5 + parent: 2 + - uid: 13994 + components: + - type: Transform + pos: 22.5,-328.5 + parent: 2 + - uid: 14006 + components: + - type: Transform + pos: 21.5,-334.5 + parent: 2 + - uid: 14012 + components: + - type: Transform + pos: 20.5,-339.5 + parent: 2 + - uid: 14023 + components: + - type: Transform + pos: -18.5,-348.5 + parent: 2 + - uid: 14225 + components: + - type: Transform + pos: 20.5,-341.5 + parent: 2 + - uid: 14227 + components: + - type: Transform + pos: 21.5,-336.5 + parent: 2 + - uid: 14612 + components: + - type: Transform + pos: -21.5,-325.5 + parent: 2 + - uid: 14615 + components: + - type: Transform + pos: -20.5,-331.5 + parent: 2 + - uid: 14616 + components: + - type: Transform + pos: -21.5,-330.5 + parent: 2 + - uid: 14618 + components: + - type: Transform + pos: -20.5,-332.5 + parent: 2 + - uid: 14685 + components: + - type: Transform + pos: 19.5,-346.5 + parent: 2 + - uid: 14686 + components: + - type: Transform + pos: 20.5,-344.5 + parent: 2 + - uid: 14785 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,-316.5 + parent: 2 + - uid: 14874 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-314.5 + parent: 2 + - uid: 14875 + components: + - type: Transform + pos: 16.5,-360.5 + parent: 2 + - uid: 14886 + components: + - type: Transform + pos: 15.5,-367.5 + parent: 2 + - uid: 15692 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,-321.5 + parent: 2 + - uid: 15784 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-322.5 + parent: 2 + - uid: 15851 + components: + - type: Transform + pos: 19.5,-18.5 + parent: 2 + - uid: 15854 + components: + - type: Transform + pos: 19.5,-17.5 + parent: 2 + - uid: 15855 + components: + - type: Transform + pos: 18.5,9.5 + parent: 2 + - uid: 15856 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,17.5 + parent: 2 + - uid: 15857 + components: + - type: Transform + pos: 20.5,-68.5 + parent: 2 + - uid: 15858 + components: + - type: Transform + pos: 20.5,-69.5 + parent: 2 + - uid: 15859 + components: + - type: Transform + pos: 20.5,-67.5 + parent: 2 + - uid: 15860 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,18.5 + parent: 2 + - uid: 15861 + components: + - type: Transform + pos: 19.5,-3.5 + parent: 2 + - uid: 15862 + components: + - type: Transform + pos: 20.5,-66.5 + parent: 2 + - uid: 15863 + components: + - type: Transform + pos: 19.5,-4.5 + parent: 2 + - uid: 15864 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,17.5 + parent: 2 + - uid: 15865 + components: + - type: Transform + pos: 19.5,-6.5 + parent: 2 + - uid: 15866 + components: + - type: Transform + pos: 19.5,-5.5 + parent: 2 + - uid: 15867 + components: + - type: Transform + pos: 19.5,-8.5 + parent: 2 + - uid: 15868 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,19.5 + parent: 2 + - uid: 15869 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,18.5 + parent: 2 + - uid: 15870 + components: + - type: Transform + pos: 19.5,-7.5 + parent: 2 + - uid: 15871 + components: + - type: Transform + pos: 19.5,-10.5 + parent: 2 + - uid: 15872 + components: + - type: Transform + pos: 19.5,-9.5 + parent: 2 + - uid: 15873 + components: + - type: Transform + pos: 19.5,-14.5 + parent: 2 + - uid: 15874 + components: + - type: Transform + pos: 19.5,-11.5 + parent: 2 + - uid: 15875 + components: + - type: Transform + pos: 19.5,-15.5 + parent: 2 + - uid: 15876 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,19.5 + parent: 2 + - uid: 15877 + components: + - type: Transform + pos: 19.5,-12.5 + parent: 2 + - uid: 15878 + components: + - type: Transform + pos: 19.5,-16.5 + parent: 2 + - uid: 15879 + components: + - type: Transform + pos: 19.5,-13.5 + parent: 2 + - uid: 15880 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,19.5 + parent: 2 + - uid: 15881 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,17.5 + parent: 2 + - uid: 15882 + components: + - type: Transform + pos: 12.5,2.5 + parent: 2 + - uid: 15883 + components: + - type: Transform + pos: 18.5,-102.5 + parent: 2 + - uid: 15884 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,19.5 + parent: 2 + - uid: 15885 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,18.5 + parent: 2 + - uid: 15886 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,17.5 + parent: 2 + - uid: 15887 + components: + - type: Transform + pos: 19.5,-99.5 + parent: 2 + - uid: 15888 + components: + - type: Transform + pos: 18.5,-100.5 + parent: 2 + - uid: 15889 + components: + - type: Transform + pos: 19.5,-100.5 + parent: 2 + - uid: 15890 + components: + - type: Transform + pos: 19.5,-97.5 + parent: 2 + - uid: 15891 + components: + - type: Transform + pos: 18.5,-101.5 + parent: 2 + - uid: 15892 + components: + - type: Transform + pos: 19.5,-98.5 + parent: 2 + - uid: 15893 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,18.5 + parent: 2 + - uid: 15894 + components: + - type: Transform + pos: 20.5,-93.5 + parent: 2 + - uid: 15895 + components: + - type: Transform + pos: 11.5,4.5 + parent: 2 + - uid: 15896 + components: + - type: Transform + pos: 19.5,-96.5 + parent: 2 + - uid: 15897 + components: + - type: Transform + pos: 20.5,-92.5 + parent: 2 + - uid: 15898 + components: + - type: Transform + pos: 12.5,3.5 + parent: 2 + - uid: 15899 + components: + - type: Transform + pos: 20.5,-96.5 + parent: 2 + - uid: 15900 + components: + - type: Transform + pos: 20.5,-94.5 + parent: 2 + - uid: 15901 + components: + - type: Transform + pos: 20.5,-95.5 + parent: 2 + - uid: 15908 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-24.5 + parent: 2 + - uid: 15909 + components: + - type: Transform + pos: -18.5,-0.5 + parent: 2 + - uid: 15916 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-25.5 + parent: 2 + - uid: 15917 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-25.5 + parent: 2 + - uid: 15918 + components: + - type: Transform + pos: 19.5,-23.5 + parent: 2 + - uid: 15919 + components: + - type: Transform + pos: -18.5,3.5 + parent: 2 + - uid: 15920 + components: + - type: Transform + pos: -18.5,1.5 + parent: 2 + - uid: 15921 + components: + - type: Transform + pos: -18.5,0.5 + parent: 2 + - uid: 15922 + components: + - type: Transform + pos: -18.5,-9.5 + parent: 2 + - uid: 15923 + components: + - type: Transform + pos: -18.5,-10.5 + parent: 2 + - uid: 15928 + components: + - type: Transform + pos: 22.5,-41.5 + parent: 2 + - uid: 15929 + components: + - type: Transform + pos: 22.5,-40.5 + parent: 2 + - uid: 15930 + components: + - type: Transform + pos: 22.5,-42.5 + parent: 2 + - uid: 15931 + components: + - type: Transform + pos: -18.5,4.5 + parent: 2 + - uid: 15932 + components: + - type: Transform + pos: -18.5,2.5 + parent: 2 + - uid: 15933 + components: + - type: Transform + pos: -18.5,6.5 + parent: 2 + - uid: 15934 + components: + - type: Transform + pos: -18.5,5.5 + parent: 2 + - uid: 15935 + components: + - type: Transform + pos: -18.5,8.5 + parent: 2 + - uid: 15936 + components: + - type: Transform + pos: -18.5,7.5 + parent: 2 + - uid: 15937 + components: + - type: Transform + pos: 22.5,-39.5 + parent: 2 + - uid: 15938 + components: + - type: Transform + pos: 22.5,-38.5 + parent: 2 + - uid: 15939 + components: + - type: Transform + pos: 22.5,-37.5 + parent: 2 + - uid: 15941 + components: + - type: Transform + pos: 22.5,-36.5 + parent: 2 + - uid: 15942 + components: + - type: Transform + pos: 22.5,-35.5 + parent: 2 + - uid: 15945 + components: + - type: Transform + pos: -17.5,9.5 + parent: 2 + - uid: 15946 + components: + - type: Transform + pos: 21.5,-109.5 + parent: 2 + - uid: 15947 + components: + - type: Transform + pos: -17.5,10.5 + parent: 2 + - uid: 15949 + components: + - type: Transform + pos: 19.5,5.5 + parent: 2 + - uid: 15950 + components: + - type: Transform + pos: 19.5,6.5 + parent: 2 + - uid: 15951 + components: + - type: Transform + pos: 19.5,4.5 + parent: 2 + - uid: 15952 + components: + - type: Transform + pos: 19.5,8.5 + parent: 2 + - uid: 15953 + components: + - type: Transform + pos: 19.5,7.5 + parent: 2 + - uid: 15954 + components: + - type: Transform + pos: 19.5,3.5 + parent: 2 + - uid: 15955 + components: + - type: Transform + pos: 19.5,2.5 + parent: 2 + - uid: 15956 + components: + - type: Transform + pos: 19.5,1.5 + parent: 2 + - uid: 15957 + components: + - type: Transform + pos: 19.5,0.5 + parent: 2 + - uid: 15958 + components: + - type: Transform + pos: 19.5,-0.5 + parent: 2 + - uid: 15959 + components: + - type: Transform + pos: 19.5,-1.5 + parent: 2 + - uid: 15960 + components: + - type: Transform + pos: 19.5,-2.5 + parent: 2 + - uid: 15963 + components: + - type: Transform + pos: -18.5,-7.5 + parent: 2 + - uid: 15964 + components: + - type: Transform + pos: -18.5,-8.5 + parent: 2 + - uid: 15965 + components: + - type: Transform + pos: -18.5,-5.5 + parent: 2 + - uid: 15966 + components: + - type: Transform + pos: -18.5,-6.5 + parent: 2 + - uid: 15970 + components: + - type: Transform + pos: -11.5,2.5 + parent: 2 + - uid: 15971 + components: + - type: Transform + pos: 22.5,-108.5 + parent: 2 + - uid: 15972 + components: + - type: Transform + pos: 21.5,-114.5 + parent: 2 + - uid: 15973 + components: + - type: Transform + pos: -11.5,3.5 + parent: 2 + - uid: 15974 + components: + - type: Transform + pos: 21.5,-113.5 + parent: 2 + - uid: 15982 + components: + - type: Transform + pos: 21.5,-112.5 + parent: 2 + - uid: 15983 + components: + - type: Transform + pos: 21.5,-110.5 + parent: 2 + - uid: 15984 + components: + - type: Transform + pos: 21.5,-111.5 + parent: 2 + - uid: 15985 + components: + - type: Transform + pos: -18.5,-4.5 + parent: 2 + - uid: 15986 + components: + - type: Transform + pos: -18.5,-2.5 + parent: 2 + - uid: 15987 + components: + - type: Transform + pos: -18.5,-3.5 + parent: 2 + - uid: 15988 + components: + - type: Transform + pos: -18.5,-1.5 + parent: 2 + - uid: 15989 + components: + - type: Transform + pos: 22.5,-106.5 + parent: 2 + - uid: 15990 + components: + - type: Transform + pos: 22.5,-105.5 + parent: 2 + - uid: 15991 + components: + - type: Transform + pos: 22.5,-107.5 + parent: 2 + - uid: 15992 + components: + - type: Transform + pos: 22.5,-103.5 + parent: 2 + - uid: 15993 + components: + - type: Transform + pos: -21.5,-55.5 + parent: 2 + - uid: 15994 + components: + - type: Transform + pos: 22.5,-104.5 + parent: 2 + - uid: 15995 + components: + - type: Transform + pos: -18.5,-11.5 + parent: 2 + - uid: 15996 + components: + - type: Transform + pos: 22.5,-102.5 + parent: 2 + - uid: 15997 + components: + - type: Transform + pos: -10.5,4.5 + parent: 2 + - uid: 15998 + components: + - type: Transform + pos: 20.5,-119.5 + parent: 2 + - uid: 15999 + components: + - type: Transform + pos: 20.5,-117.5 + parent: 2 + - uid: 16000 + components: + - type: Transform + pos: 20.5,-118.5 + parent: 2 + - uid: 16001 + components: + - type: Transform + pos: 20.5,-116.5 + parent: 2 + - uid: 16002 + components: + - type: Transform + pos: -21.5,-53.5 + parent: 2 + - uid: 16003 + components: + - type: Transform + pos: -21.5,-54.5 + parent: 2 + - uid: 16004 + components: + - type: Transform + pos: -21.5,-52.5 + parent: 2 + - uid: 16009 + components: + - type: Transform + pos: -20.5,-116.5 + parent: 2 + - uid: 16010 + components: + - type: Transform + pos: -21.5,-105.5 + parent: 2 + - uid: 16011 + components: + - type: Transform + pos: -21.5,-106.5 + parent: 2 + - uid: 16012 + components: + - type: Transform + pos: -21.5,-107.5 + parent: 2 + - uid: 16013 + components: + - type: Transform + pos: -21.5,-109.5 + parent: 2 + - uid: 16014 + components: + - type: Transform + pos: -21.5,-108.5 + parent: 2 + - uid: 16015 + components: + - type: Transform + pos: -17.5,-129.5 + parent: 2 + - uid: 16016 + components: + - type: Transform + pos: -20.5,-114.5 + parent: 2 + - uid: 16017 + components: + - type: Transform + pos: -20.5,-115.5 + parent: 2 + - uid: 16018 + components: + - type: Transform + pos: -20.5,-113.5 + parent: 2 + - uid: 16019 + components: + - type: Transform + pos: -20.5,-111.5 + parent: 2 + - uid: 16020 + components: + - type: Transform + pos: -20.5,-110.5 + parent: 2 + - uid: 16021 + components: + - type: Transform + pos: -20.5,-112.5 + parent: 2 + - uid: 16022 + components: + - type: Transform + pos: -18.5,-154.5 + parent: 2 + - uid: 16023 + components: + - type: Transform + pos: -19.5,-123.5 + parent: 2 + - uid: 16024 + components: + - type: Transform + pos: -17.5,-128.5 + parent: 2 + - uid: 16025 + components: + - type: Transform + pos: -18.5,-125.5 + parent: 2 + - uid: 16026 + components: + - type: Transform + pos: -18.5,-124.5 + parent: 2 + - uid: 16027 + components: + - type: Transform + pos: -18.5,-153.5 + parent: 2 + - uid: 16028 + components: + - type: Transform + pos: -18.5,-152.5 + parent: 2 + - uid: 16029 + components: + - type: Transform + pos: -18.5,-151.5 + parent: 2 + - uid: 16030 + components: + - type: Transform + pos: -18.5,-127.5 + parent: 2 + - uid: 16031 + components: + - type: Transform + pos: -19.5,-119.5 + parent: 2 + - uid: 16032 + components: + - type: Transform + pos: -18.5,-126.5 + parent: 2 + - uid: 16033 + components: + - type: Transform + pos: -19.5,-121.5 + parent: 2 + - uid: 16034 + components: + - type: Transform + pos: -19.5,-150.5 + parent: 2 + - uid: 16035 + components: + - type: Transform + pos: -19.5,-149.5 + parent: 2 + - uid: 16036 + components: + - type: Transform + pos: -19.5,-148.5 + parent: 2 + - uid: 16037 + components: + - type: Transform + pos: -19.5,-147.5 + parent: 2 + - uid: 16038 + components: + - type: Transform + pos: -19.5,-146.5 + parent: 2 + - uid: 16039 + components: + - type: Transform + pos: -19.5,-145.5 + parent: 2 + - uid: 16040 + components: + - type: Transform + pos: -19.5,-144.5 + parent: 2 + - uid: 16041 + components: + - type: Transform + pos: -20.5,-143.5 + parent: 2 + - uid: 16042 + components: + - type: Transform + pos: -20.5,-142.5 + parent: 2 + - uid: 16043 + components: + - type: Transform + pos: -20.5,-141.5 + parent: 2 + - uid: 16044 + components: + - type: Transform + pos: -20.5,-140.5 + parent: 2 + - uid: 16045 + components: + - type: Transform + pos: -20.5,-139.5 + parent: 2 + - uid: 16046 + components: + - type: Transform + pos: -20.5,-138.5 + parent: 2 + - uid: 16047 + components: + - type: Transform + pos: -20.5,-137.5 + parent: 2 + - uid: 16048 + components: + - type: Transform + pos: -17.5,-155.5 + parent: 2 + - uid: 16049 + components: + - type: Transform + pos: -21.5,-136.5 + parent: 2 + - uid: 16050 + components: + - type: Transform + pos: -21.5,-135.5 + parent: 2 + - uid: 16051 + components: + - type: Transform + pos: -21.5,-134.5 + parent: 2 + - uid: 16052 + components: + - type: Transform + pos: -21.5,-133.5 + parent: 2 + - uid: 16053 + components: + - type: Transform + pos: -21.5,-132.5 + parent: 2 + - uid: 16054 + components: + - type: Transform + pos: -21.5,-131.5 + parent: 2 + - uid: 16055 + components: + - type: Transform + pos: -21.5,-130.5 + parent: 2 + - uid: 16056 + components: + - type: Transform + pos: -19.5,-117.5 + parent: 2 + - uid: 16057 + components: + - type: Transform + pos: -17.5,-156.5 + parent: 2 + - uid: 16058 + components: + - type: Transform + pos: -19.5,-118.5 + parent: 2 + - uid: 16059 + components: + - type: Transform + pos: -19.5,-122.5 + parent: 2 + - uid: 16060 + components: + - type: Transform + pos: -19.5,-120.5 + parent: 2 + - uid: 16061 + components: + - type: Transform + pos: -21.5,-104.5 + parent: 2 + - uid: 16062 + components: + - type: Transform + pos: -17.5,-102.5 + parent: 2 + - uid: 16063 + components: + - type: Transform + pos: -21.5,-103.5 + parent: 2 + - uid: 16064 + components: + - type: Transform + pos: -17.5,-101.5 + parent: 2 + - uid: 16065 + components: + - type: Transform + pos: -18.5,-100.5 + parent: 2 + - uid: 16066 + components: + - type: Transform + pos: -18.5,-99.5 + parent: 2 + - uid: 16067 + components: + - type: Transform + pos: -18.5,-98.5 + parent: 2 + - uid: 16068 + components: + - type: Transform + pos: -18.5,-97.5 + parent: 2 + - uid: 16069 + components: + - type: Transform + pos: -19.5,-96.5 + parent: 2 + - uid: 16070 + components: + - type: Transform + pos: -19.5,-95.5 + parent: 2 + - uid: 16071 + components: + - type: Transform + pos: -19.5,-94.5 + parent: 2 + - uid: 16072 + components: + - type: Transform + pos: -19.5,-93.5 + parent: 2 + - uid: 16073 + components: + - type: Transform + pos: -19.5,-92.5 + parent: 2 + - uid: 16074 + components: + - type: Transform + pos: -19.5,-91.5 + parent: 2 + - uid: 16075 + components: + - type: Transform + pos: -19.5,-90.5 + parent: 2 + - uid: 16076 + components: + - type: Transform + pos: -20.5,-89.5 + parent: 2 + - uid: 16077 + components: + - type: Transform + pos: -20.5,-88.5 + parent: 2 + - uid: 16078 + components: + - type: Transform + pos: -20.5,-87.5 + parent: 2 + - uid: 16079 + components: + - type: Transform + pos: -20.5,-86.5 + parent: 2 + - uid: 16080 + components: + - type: Transform + pos: -20.5,-85.5 + parent: 2 + - uid: 16081 + components: + - type: Transform + pos: -20.5,-84.5 + parent: 2 + - uid: 16082 + components: + - type: Transform + pos: -20.5,-83.5 + parent: 2 + - uid: 16083 + components: + - type: Transform + pos: -21.5,-82.5 + parent: 2 + - uid: 16084 + components: + - type: Transform + pos: -21.5,-81.5 + parent: 2 + - uid: 16085 + components: + - type: Transform + pos: -21.5,-80.5 + parent: 2 + - uid: 16086 + components: + - type: Transform + pos: -21.5,-79.5 + parent: 2 + - uid: 16087 + components: + - type: Transform + pos: -21.5,-78.5 + parent: 2 + - uid: 16088 + components: + - type: Transform + pos: -21.5,-77.5 + parent: 2 + - uid: 16089 + components: + - type: Transform + pos: -21.5,-76.5 + parent: 2 + - uid: 16090 + components: + - type: Transform + pos: -17.5,-74.5 + parent: 2 + - uid: 16091 + components: + - type: Transform + pos: -17.5,-75.5 + parent: 2 + - uid: 16092 + components: + - type: Transform + pos: -18.5,-73.5 + parent: 2 + - uid: 16093 + components: + - type: Transform + pos: -18.5,-72.5 + parent: 2 + - uid: 16094 + components: + - type: Transform + pos: -18.5,-71.5 + parent: 2 + - uid: 16095 + components: + - type: Transform + pos: -18.5,-70.5 + parent: 2 + - uid: 16096 + components: + - type: Transform + pos: -20.5,-62.5 + parent: 2 + - uid: 16097 + components: + - type: Transform + pos: -19.5,-69.5 + parent: 2 + - uid: 16098 + components: + - type: Transform + pos: -19.5,-68.5 + parent: 2 + - uid: 16099 + components: + - type: Transform + pos: -19.5,-67.5 + parent: 2 + - uid: 16100 + components: + - type: Transform + pos: -19.5,-66.5 + parent: 2 + - uid: 16101 + components: + - type: Transform + pos: -19.5,-65.5 + parent: 2 + - uid: 16102 + components: + - type: Transform + pos: -19.5,-64.5 + parent: 2 + - uid: 16103 + components: + - type: Transform + pos: -19.5,-63.5 + parent: 2 + - uid: 16104 + components: + - type: Transform + pos: -20.5,-61.5 + parent: 2 + - uid: 16105 + components: + - type: Transform + pos: -20.5,-60.5 + parent: 2 + - uid: 16106 + components: + - type: Transform + pos: -20.5,-59.5 + parent: 2 + - uid: 16107 + components: + - type: Transform + pos: -20.5,-58.5 + parent: 2 + - uid: 16108 + components: + - type: Transform + pos: -20.5,-57.5 + parent: 2 + - uid: 16109 + components: + - type: Transform + pos: -20.5,-56.5 + parent: 2 + - uid: 16130 + components: + - type: Transform + pos: 18.5,-128.5 + parent: 2 + - uid: 16132 + components: + - type: Transform + pos: 18.5,-127.5 + parent: 2 + - uid: 16136 + components: + - type: Transform + pos: 19.5,-126.5 + parent: 2 + - uid: 16137 + components: + - type: Transform + pos: 19.5,-125.5 + parent: 2 + - uid: 16143 + components: + - type: Transform + pos: 20.5,-120.5 + parent: 2 + - uid: 16144 + components: + - type: Transform + pos: -21.5,-51.5 + parent: 2 + - uid: 16145 + components: + - type: Transform + pos: -21.5,-50.5 + parent: 2 + - uid: 16146 + components: + - type: Transform + pos: -21.5,-49.5 + parent: 2 + - uid: 16147 + components: + - type: Transform + pos: 19.5,-123.5 + parent: 2 + - uid: 16150 + components: + - type: Transform + pos: 20.5,-122.5 + parent: 2 + - uid: 16152 + components: + - type: Transform + pos: 20.5,-121.5 + parent: 2 + - uid: 16154 + components: + - type: Transform + pos: 19.5,-124.5 + parent: 2 + - uid: 16155 + components: + - type: Transform + pos: 21.5,-115.5 + parent: 2 + - uid: 16156 + components: + - type: Transform + pos: 21.5,-115.5 + parent: 2 + - uid: 16157 + components: + - type: Transform + pos: -17.5,-185.5 + parent: 2 + - uid: 16158 + components: + - type: Transform + pos: 20.5,-91.5 + parent: 2 + - uid: 16159 + components: + - type: Transform + pos: 20.5,-90.5 + parent: 2 + - uid: 16160 + components: + - type: Transform + pos: 20.5,-89.5 + parent: 2 + - uid: 16161 + components: + - type: Transform + pos: 21.5,-89.5 + parent: 2 + - uid: 16162 + components: + - type: Transform + pos: 21.5,-88.5 + parent: 2 + - uid: 16163 + components: + - type: Transform + pos: 21.5,-87.5 + parent: 2 + - uid: 16164 + components: + - type: Transform + pos: 21.5,-86.5 + parent: 2 + - uid: 16165 + components: + - type: Transform + pos: 21.5,-85.5 + parent: 2 + - uid: 16166 + components: + - type: Transform + pos: 21.5,-84.5 + parent: 2 + - uid: 16167 + components: + - type: Transform + pos: 21.5,-83.5 + parent: 2 + - uid: 16168 + components: + - type: Transform + pos: 21.5,-82.5 + parent: 2 + - uid: 16169 + components: + - type: Transform + pos: 22.5,-82.5 + parent: 2 + - uid: 16170 + components: + - type: Transform + pos: 22.5,-81.5 + parent: 2 + - uid: 16171 + components: + - type: Transform + pos: 22.5,-80.5 + parent: 2 + - uid: 16172 + components: + - type: Transform + pos: 22.5,-79.5 + parent: 2 + - uid: 16173 + components: + - type: Transform + pos: 22.5,-78.5 + parent: 2 + - uid: 16174 + components: + - type: Transform + pos: 22.5,-77.5 + parent: 2 + - uid: 16175 + components: + - type: Transform + pos: 22.5,-76.5 + parent: 2 + - uid: 16176 + components: + - type: Transform + pos: 20.5,-65.5 + parent: 2 + - uid: 16177 + components: + - type: Transform + pos: 20.5,-64.5 + parent: 2 + - uid: 16178 + components: + - type: Transform + pos: 20.5,-63.5 + parent: 2 + - uid: 16179 + components: + - type: Transform + pos: 20.5,-62.5 + parent: 2 + - uid: 16180 + components: + - type: Transform + pos: 18.5,10.5 + parent: 2 + - uid: 16181 + components: + - type: Transform + pos: 21.5,-62.5 + parent: 2 + - uid: 16182 + components: + - type: Transform + pos: 21.5,-61.5 + parent: 2 + - uid: 16183 + components: + - type: Transform + pos: 21.5,-60.5 + parent: 2 + - uid: 16184 + components: + - type: Transform + pos: 21.5,-59.5 + parent: 2 + - uid: 16185 + components: + - type: Transform + pos: 21.5,-58.5 + parent: 2 + - uid: 16186 + components: + - type: Transform + pos: 21.5,-57.5 + parent: 2 + - uid: 16187 + components: + - type: Transform + pos: 21.5,-56.5 + parent: 2 + - uid: 16188 + components: + - type: Transform + pos: 21.5,-55.5 + parent: 2 + - uid: 16194 + components: + - type: Transform + pos: 22.5,-55.5 + parent: 2 + - uid: 16195 + components: + - type: Transform + pos: 22.5,-54.5 + parent: 2 + - uid: 16196 + components: + - type: Transform + pos: 22.5,-53.5 + parent: 2 + - uid: 16197 + components: + - type: Transform + pos: 22.5,-52.5 + parent: 2 + - uid: 16198 + components: + - type: Transform + pos: 22.5,-51.5 + parent: 2 + - uid: 16199 + components: + - type: Transform + pos: 22.5,-50.5 + parent: 2 + - uid: 16200 + components: + - type: Transform + pos: 22.5,-49.5 + parent: 2 + - uid: 16203 + components: + - type: Transform + pos: 22.5,-34.5 + parent: 2 + - uid: 16204 + components: + - type: Transform + pos: 22.5,-33.5 + parent: 2 + - uid: 16205 + components: + - type: Transform + pos: 22.5,-32.5 + parent: 2 + - uid: 16206 + components: + - type: Transform + pos: 22.5,-31.5 + parent: 2 + - uid: 16207 + components: + - type: Transform + pos: 20.5,-49.5 + parent: 2 + - uid: 16208 + components: + - type: Transform + pos: 20.5,-48.5 + parent: 2 + - uid: 16209 + components: + - type: Transform + pos: 20.5,-47.5 + parent: 2 + - uid: 16210 + components: + - type: Transform + pos: 20.5,-46.5 + parent: 2 + - uid: 16211 + components: + - type: Transform + pos: 20.5,-45.5 + parent: 2 + - uid: 16212 + components: + - type: Transform + pos: 21.5,-30.5 + parent: 2 + - uid: 16213 + components: + - type: Transform + pos: 21.5,-45.5 + parent: 2 + - uid: 16214 + components: + - type: Transform + pos: 21.5,-29.5 + parent: 2 + - uid: 16215 + components: + - type: Transform + pos: 21.5,-44.5 + parent: 2 + - uid: 16216 + components: + - type: Transform + pos: 20.5,-28.5 + parent: 2 + - uid: 16217 + components: + - type: Transform + pos: 20.5,-27.5 + parent: 2 + - uid: 16218 + components: + - type: Transform + pos: 20.5,-26.5 + parent: 2 + - uid: 16219 + components: + - type: Transform + pos: 21.5,-43.5 + parent: 2 + - uid: 16221 + components: + - type: Transform + pos: 21.5,-42.5 + parent: 2 + - uid: 16223 + components: + - type: Transform + pos: 21.5,-31.5 + parent: 2 + - uid: 16225 + components: + - type: Transform + pos: 20.5,-29.5 + parent: 2 + - uid: 16285 + components: + - type: Transform + pos: -19.5,-177.5 + parent: 2 + - uid: 16286 + components: + - type: Transform + pos: -17.5,-184.5 + parent: 2 + - uid: 16287 + components: + - type: Transform + pos: -17.5,-183.5 + parent: 2 + - uid: 16288 + components: + - type: Transform + pos: -17.5,-182.5 + parent: 2 + - uid: 16289 + components: + - type: Transform + pos: -17.5,-181.5 + parent: 2 + - uid: 16290 + components: + - type: Transform + pos: -18.5,-181.5 + parent: 2 + - uid: 16291 + components: + - type: Transform + pos: -18.5,-180.5 + parent: 2 + - uid: 16292 + components: + - type: Transform + pos: -18.5,-179.5 + parent: 2 + - uid: 16293 + components: + - type: Transform + pos: -18.5,-178.5 + parent: 2 + - uid: 16294 + components: + - type: Transform + pos: -18.5,-177.5 + parent: 2 + - uid: 16296 + components: + - type: Transform + pos: -19.5,-176.5 + parent: 2 + - uid: 16297 + components: + - type: Transform + pos: -19.5,-175.5 + parent: 2 + - uid: 16298 + components: + - type: Transform + pos: -19.5,-174.5 + parent: 2 + - uid: 16299 + components: + - type: Transform + pos: -19.5,-173.5 + parent: 2 + - uid: 16300 + components: + - type: Transform + pos: -19.5,-172.5 + parent: 2 + - uid: 16301 + components: + - type: Transform + pos: -19.5,-171.5 + parent: 2 + - uid: 16302 + components: + - type: Transform + pos: -19.5,-170.5 + parent: 2 + - uid: 16303 + components: + - type: Transform + pos: -20.5,-170.5 + parent: 2 + - uid: 16304 + components: + - type: Transform + pos: -20.5,-169.5 + parent: 2 + - uid: 16305 + components: + - type: Transform + pos: -20.5,-168.5 + parent: 2 + - uid: 16306 + components: + - type: Transform + pos: -20.5,-167.5 + parent: 2 + - uid: 16307 + components: + - type: Transform + pos: -20.5,-166.5 + parent: 2 + - uid: 16308 + components: + - type: Transform + pos: -20.5,-165.5 + parent: 2 + - uid: 16309 + components: + - type: Transform + pos: -20.5,-164.5 + parent: 2 + - uid: 16310 + components: + - type: Transform + pos: -20.5,-163.5 + parent: 2 + - uid: 16311 + components: + - type: Transform + pos: -21.5,-163.5 + parent: 2 + - uid: 16312 + components: + - type: Transform + pos: -21.5,-162.5 + parent: 2 + - uid: 16313 + components: + - type: Transform + pos: -21.5,-161.5 + parent: 2 + - uid: 16314 + components: + - type: Transform + pos: -21.5,-160.5 + parent: 2 + - uid: 16315 + components: + - type: Transform + pos: -21.5,-159.5 + parent: 2 + - uid: 16316 + components: + - type: Transform + pos: -21.5,-158.5 + parent: 2 + - uid: 16330 + components: + - type: Transform + pos: 22.5,-157.5 + parent: 2 + - uid: 16331 + components: + - type: Transform + pos: 22.5,-158.5 + parent: 2 + - uid: 16332 + components: + - type: Transform + pos: 22.5,-159.5 + parent: 2 + - uid: 16333 + components: + - type: Transform + pos: 22.5,-160.5 + parent: 2 + - uid: 16334 + components: + - type: Transform + pos: 22.5,-161.5 + parent: 2 + - uid: 16335 + components: + - type: Transform + pos: 22.5,-162.5 + parent: 2 + - uid: 16336 + components: + - type: Transform + pos: 21.5,-163.5 + parent: 2 + - uid: 16337 + components: + - type: Transform + pos: 21.5,-162.5 + parent: 2 + - uid: 16338 + components: + - type: Transform + pos: 21.5,-164.5 + parent: 2 + - uid: 16339 + components: + - type: Transform + pos: 21.5,-165.5 + parent: 2 + - uid: 16340 + components: + - type: Transform + pos: 21.5,-166.5 + parent: 2 + - uid: 16341 + components: + - type: Transform + pos: 21.5,-167.5 + parent: 2 + - uid: 16342 + components: + - type: Transform + pos: 21.5,-168.5 + parent: 2 + - uid: 16343 + components: + - type: Transform + pos: 21.5,-169.5 + parent: 2 + - uid: 16346 + components: + - type: Transform + pos: 20.5,-169.5 + parent: 2 + - uid: 16347 + components: + - type: Transform + pos: 20.5,-170.5 + parent: 2 + - uid: 16348 + components: + - type: Transform + pos: 20.5,-171.5 + parent: 2 + - uid: 16349 + components: + - type: Transform + pos: 20.5,-172.5 + parent: 2 + - uid: 16350 + components: + - type: Transform + pos: 20.5,-173.5 + parent: 2 + - uid: 16351 + components: + - type: Transform + pos: 20.5,-174.5 + parent: 2 + - uid: 16352 + components: + - type: Transform + pos: 20.5,-175.5 + parent: 2 + - uid: 16353 + components: + - type: Transform + pos: 20.5,-176.5 + parent: 2 + - uid: 16354 + components: + - type: Transform + pos: 19.5,-176.5 + parent: 2 + - uid: 16355 + components: + - type: Transform + pos: 19.5,-177.5 + parent: 2 + - uid: 16356 + components: + - type: Transform + pos: 19.5,-178.5 + parent: 2 + - uid: 16357 + components: + - type: Transform + pos: 19.5,-179.5 + parent: 2 + - uid: 16358 + components: + - type: Transform + pos: 19.5,-180.5 + parent: 2 + - uid: 16359 + components: + - type: Transform + pos: 18.5,-180.5 + parent: 2 + - uid: 16360 + components: + - type: Transform + pos: 18.5,-181.5 + parent: 2 + - uid: 16361 + components: + - type: Transform + pos: 18.5,-182.5 + parent: 2 + - uid: 16362 + components: + - type: Transform + pos: 18.5,-183.5 + parent: 2 + - uid: 16363 + components: + - type: Transform + pos: 18.5,-184.5 + parent: 2 + - uid: 16373 + components: + - type: Transform + pos: 23.5,-189.5 + parent: 2 + - uid: 16379 + components: + - type: Transform + pos: 23.5,-185.5 + parent: 2 + - uid: 16380 + components: + - type: Transform + pos: 23.5,-186.5 + parent: 2 + - uid: 16381 + components: + - type: Transform + pos: 23.5,-187.5 + parent: 2 + - uid: 16382 + components: + - type: Transform + pos: 23.5,-188.5 + parent: 2 + - uid: 16383 + components: + - type: Transform + pos: 23.5,-190.5 + parent: 2 + - uid: 16384 + components: + - type: Transform + pos: 22.5,-190.5 + parent: 2 + - uid: 16385 + components: + - type: Transform + pos: 22.5,-191.5 + parent: 2 + - uid: 16386 + components: + - type: Transform + pos: 22.5,-192.5 + parent: 2 + - uid: 16387 + components: + - type: Transform + pos: 22.5,-193.5 + parent: 2 + - uid: 16388 + components: + - type: Transform + pos: 22.5,-194.5 + parent: 2 + - uid: 16389 + components: + - type: Transform + pos: 22.5,-195.5 + parent: 2 + - uid: 16390 + components: + - type: Transform + pos: 22.5,-196.5 + parent: 2 + - uid: 16391 + components: + - type: Transform + pos: 22.5,-197.5 + parent: 2 + - uid: 16392 + components: + - type: Transform + pos: 21.5,-197.5 + parent: 2 + - uid: 16394 + components: + - type: Transform + pos: 21.5,-198.5 + parent: 2 + - uid: 16395 + components: + - type: Transform + pos: 21.5,-199.5 + parent: 2 + - uid: 16396 + components: + - type: Transform + pos: 21.5,-200.5 + parent: 2 + - uid: 16397 + components: + - type: Transform + pos: 21.5,-201.5 + parent: 2 + - uid: 16398 + components: + - type: Transform + pos: 21.5,-202.5 + parent: 2 + - uid: 16399 + components: + - type: Transform + pos: 21.5,-203.5 + parent: 2 + - uid: 16400 + components: + - type: Transform + pos: 21.5,-204.5 + parent: 2 + - uid: 16401 + components: + - type: Transform + pos: 20.5,-204.5 + parent: 2 + - uid: 16402 + components: + - type: Transform + pos: 20.5,-205.5 + parent: 2 + - uid: 16403 + components: + - type: Transform + pos: 20.5,-206.5 + parent: 2 + - uid: 16404 + components: + - type: Transform + pos: 20.5,-207.5 + parent: 2 + - uid: 16405 + components: + - type: Transform + pos: 20.5,-208.5 + parent: 2 + - uid: 16406 + components: + - type: Transform + pos: 19.5,-208.5 + parent: 2 + - uid: 16407 + components: + - type: Transform + pos: 19.5,-209.5 + parent: 2 + - uid: 16408 + components: + - type: Transform + pos: 19.5,-210.5 + parent: 2 + - uid: 16425 + components: + - type: Transform + pos: -17.5,-210.5 + parent: 2 + - uid: 16427 + components: + - type: Transform + pos: -17.5,-209.5 + parent: 2 + - uid: 16428 + components: + - type: Transform + pos: -17.5,-208.5 + parent: 2 + - uid: 16429 + components: + - type: Transform + pos: -18.5,-208.5 + parent: 2 + - uid: 16430 + components: + - type: Transform + pos: -18.5,-207.5 + parent: 2 + - uid: 16431 + components: + - type: Transform + pos: -18.5,-206.5 + parent: 2 + - uid: 16432 + components: + - type: Transform + pos: -18.5,-205.5 + parent: 2 + - uid: 16433 + components: + - type: Transform + pos: -18.5,-204.5 + parent: 2 + - uid: 16434 + components: + - type: Transform + pos: -19.5,-204.5 + parent: 2 + - uid: 16435 + components: + - type: Transform + pos: -19.5,-203.5 + parent: 2 + - uid: 16436 + components: + - type: Transform + pos: -19.5,-202.5 + parent: 2 + - uid: 16437 + components: + - type: Transform + pos: -19.5,-201.5 + parent: 2 + - uid: 16438 + components: + - type: Transform + pos: -19.5,-200.5 + parent: 2 + - uid: 16439 + components: + - type: Transform + pos: -19.5,-199.5 + parent: 2 + - uid: 16440 + components: + - type: Transform + pos: -19.5,-198.5 + parent: 2 + - uid: 16441 + components: + - type: Transform + pos: -19.5,-197.5 + parent: 2 + - uid: 16442 + components: + - type: Transform + pos: -20.5,-197.5 + parent: 2 + - uid: 16443 + components: + - type: Transform + pos: -20.5,-196.5 + parent: 2 + - uid: 16444 + components: + - type: Transform + pos: -20.5,-195.5 + parent: 2 + - uid: 16445 + components: + - type: Transform + pos: -20.5,-194.5 + parent: 2 + - uid: 16446 + components: + - type: Transform + pos: -20.5,-193.5 + parent: 2 + - uid: 16447 + components: + - type: Transform + pos: -20.5,-192.5 + parent: 2 + - uid: 16448 + components: + - type: Transform + pos: -20.5,-191.5 + parent: 2 + - uid: 16449 + components: + - type: Transform + pos: -20.5,-190.5 + parent: 2 + - uid: 16450 + components: + - type: Transform + pos: -21.5,-190.5 + parent: 2 + - uid: 16451 + components: + - type: Transform + pos: -21.5,-189.5 + parent: 2 + - uid: 16452 + components: + - type: Transform + pos: -21.5,-188.5 + parent: 2 + - uid: 16453 + components: + - type: Transform + pos: -21.5,-187.5 + parent: 2 + - uid: 16454 + components: + - type: Transform + pos: -21.5,-186.5 + parent: 2 + - uid: 16455 + components: + - type: Transform + pos: -21.5,-185.5 + parent: 2 + - uid: 16537 + components: + - type: Transform + pos: 17.5,-354.5 + parent: 2 + - uid: 16556 + components: + - type: Transform + pos: 17.5,-355.5 + parent: 2 + - uid: 16557 + components: + - type: Transform + pos: 17.5,-356.5 + parent: 2 + - uid: 16558 + components: + - type: Transform + pos: 17.5,-357.5 + parent: 2 + - uid: 16559 + components: + - type: Transform + pos: 17.5,-358.5 + parent: 2 + - uid: 16560 + components: + - type: Transform + pos: 17.5,-359.5 + parent: 2 + - uid: 16562 + components: + - type: Transform + pos: 16.5,-361.5 + parent: 2 + - uid: 16563 + components: + - type: Transform + pos: 16.5,-362.5 + parent: 2 + - uid: 16564 + components: + - type: Transform + pos: 16.5,-363.5 + parent: 2 + - uid: 16565 + components: + - type: Transform + pos: 16.5,-364.5 + parent: 2 + - uid: 16566 + components: + - type: Transform + pos: 16.5,-365.5 + parent: 2 + - uid: 16567 + components: + - type: Transform + pos: 16.5,-366.5 + parent: 2 + - uid: 16568 + components: + - type: Transform + pos: 15.5,-368.5 + parent: 2 + - uid: 16569 + components: + - type: Transform + pos: 15.5,-369.5 + parent: 2 + - uid: 16570 + components: + - type: Transform + pos: 15.5,-370.5 + parent: 2 + - uid: 16571 + components: + - type: Transform + pos: 15.5,-371.5 + parent: 2 + - uid: 16572 + components: + - type: Transform + pos: 15.5,-372.5 + parent: 2 + - uid: 16573 + components: + - type: Transform + pos: 15.5,-373.5 + parent: 2 + - uid: 16574 + components: + - type: Transform + pos: 14.5,-374.5 + parent: 2 + - uid: 16575 + components: + - type: Transform + pos: 14.5,-375.5 + parent: 2 + - uid: 16576 + components: + - type: Transform + pos: 14.5,-376.5 + parent: 2 + - uid: 16577 + components: + - type: Transform + pos: 14.5,-377.5 + parent: 2 + - uid: 16578 + components: + - type: Transform + pos: 13.5,-378.5 + parent: 2 + - uid: 16579 + components: + - type: Transform + pos: 13.5,-379.5 + parent: 2 + - uid: 16580 + components: + - type: Transform + pos: -12.5,-379.5 + parent: 2 + - uid: 16582 + components: + - type: Transform + pos: -12.5,-378.5 + parent: 2 + - uid: 16587 + components: + - type: Transform + pos: -13.5,-377.5 + parent: 2 + - uid: 16588 + components: + - type: Transform + pos: -13.5,-376.5 + parent: 2 + - uid: 16589 + components: + - type: Transform + pos: -13.5,-375.5 + parent: 2 + - uid: 16590 + components: + - type: Transform + pos: -13.5,-374.5 + parent: 2 + - uid: 16591 + components: + - type: Transform + pos: -14.5,-373.5 + parent: 2 + - uid: 16592 + components: + - type: Transform + pos: -14.5,-372.5 + parent: 2 + - uid: 16593 + components: + - type: Transform + pos: -14.5,-371.5 + parent: 2 + - uid: 16594 + components: + - type: Transform + pos: -14.5,-370.5 + parent: 2 + - uid: 16595 + components: + - type: Transform + pos: -14.5,-369.5 + parent: 2 + - uid: 16596 + components: + - type: Transform + pos: -14.5,-368.5 + parent: 2 + - uid: 16597 + components: + - type: Transform + pos: -14.5,-367.5 + parent: 2 + - uid: 16598 + components: + - type: Transform + pos: -15.5,-366.5 + parent: 2 + - uid: 16599 + components: + - type: Transform + pos: -15.5,-365.5 + parent: 2 + - uid: 16600 + components: + - type: Transform + pos: -15.5,-364.5 + parent: 2 + - uid: 16601 + components: + - type: Transform + pos: -15.5,-363.5 + parent: 2 + - uid: 16602 + components: + - type: Transform + pos: -15.5,-362.5 + parent: 2 + - uid: 16603 + components: + - type: Transform + pos: -15.5,-361.5 + parent: 2 + - uid: 16604 + components: + - type: Transform + pos: -15.5,-360.5 + parent: 2 + - uid: 16605 + components: + - type: Transform + pos: -16.5,-359.5 + parent: 2 + - uid: 16606 + components: + - type: Transform + pos: -16.5,-358.5 + parent: 2 + - uid: 16607 + components: + - type: Transform + pos: -16.5,-357.5 + parent: 2 + - uid: 16608 + components: + - type: Transform + pos: -16.5,-356.5 + parent: 2 + - uid: 16609 + components: + - type: Transform + pos: -16.5,-355.5 + parent: 2 + - uid: 16610 + components: + - type: Transform + pos: -16.5,-354.5 + parent: 2 + - uid: 16744 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,-323.5 + parent: 2 + - uid: 16745 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,-322.5 + parent: 2 + - uid: 16746 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,-321.5 + parent: 2 + - uid: 16747 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,-320.5 + parent: 2 + - uid: 16748 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,-319.5 + parent: 2 + - uid: 16749 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-318.5 + parent: 2 + - uid: 16750 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-317.5 + parent: 2 + - uid: 16751 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-316.5 + parent: 2 + - uid: 16752 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-315.5 + parent: 2 + - uid: 16753 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-314.5 + parent: 2 + - uid: 16754 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-313.5 + parent: 2 + - uid: 16755 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-312.5 + parent: 2 + - uid: 16756 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,-315.5 + parent: 2 + - uid: 16757 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-313.5 + parent: 2 + - uid: 16758 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-312.5 + parent: 2 + - uid: 16759 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,-311.5 + parent: 2 + - uid: 16760 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,-310.5 + parent: 2 + - uid: 16761 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,-309.5 + parent: 2 + - uid: 16762 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,-308.5 + parent: 2 + - uid: 16763 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,-307.5 + parent: 2 + - uid: 16764 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,-306.5 + parent: 2 + - uid: 16765 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,-305.5 + parent: 2 + - uid: 16766 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,-304.5 + parent: 2 + - uid: 16767 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,-303.5 + parent: 2 + - uid: 16768 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,-302.5 + parent: 2 + - uid: 16769 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,-301.5 + parent: 2 + - uid: 16770 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,-300.5 + parent: 2 + - uid: 16771 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,-299.5 + parent: 2 + - uid: 16772 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-297.5 + parent: 2 + - uid: 16773 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-296.5 + parent: 2 + - uid: 16774 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-295.5 + parent: 2 + - uid: 16775 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-294.5 + parent: 2 + - uid: 16776 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-293.5 + parent: 2 + - uid: 16777 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-292.5 + parent: 2 + - uid: 16778 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-298.5 + parent: 2 + - uid: 16779 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-299.5 + parent: 2 + - uid: 16780 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-300.5 + parent: 2 + - uid: 16781 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-301.5 + parent: 2 + - uid: 16782 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,-302.5 + parent: 2 + - uid: 16819 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-317.5 + parent: 2 + - uid: 16820 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,-320.5 + parent: 2 + - uid: 16821 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,-319.5 + parent: 2 + - uid: 16822 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,-318.5 + parent: 2 + - uid: 16823 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-316.5 + parent: 2 + - uid: 16824 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-315.5 + parent: 2 + - uid: 16825 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-314.5 + parent: 2 + - uid: 16826 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-313.5 + parent: 2 + - uid: 16827 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-312.5 + parent: 2 + - uid: 16828 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-311.5 + parent: 2 + - uid: 16829 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-310.5 + parent: 2 + - uid: 16830 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-309.5 + parent: 2 + - uid: 16831 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-308.5 + parent: 2 + - uid: 16832 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-307.5 + parent: 2 + - uid: 16833 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-306.5 + parent: 2 + - uid: 16834 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-305.5 + parent: 2 + - uid: 16835 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-304.5 + parent: 2 + - uid: 16836 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-303.5 + parent: 2 + - uid: 16837 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-302.5 + parent: 2 + - uid: 16838 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-301.5 + parent: 2 + - uid: 16839 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-300.5 + parent: 2 + - uid: 16840 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-299.5 + parent: 2 + - uid: 16841 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-298.5 + parent: 2 + - uid: 16842 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-297.5 + parent: 2 + - uid: 16843 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-296.5 + parent: 2 + - uid: 16844 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-295.5 + parent: 2 + - uid: 16845 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-294.5 + parent: 2 + - uid: 16846 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-293.5 + parent: 2 +- proto: GunSafeDisabler + entities: + - uid: 12385 + components: + - type: Transform + pos: -0.5,-367.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14673 + moles: + - 1.7459903 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 +- proto: GunSafeLaserCarbine + entities: + - uid: 15797 + components: + - type: Transform + pos: 8.5,-338.5 + parent: 2 +- proto: GunSafePistolMk58 + entities: + - uid: 9424 + components: + - type: Transform + pos: -0.5,-362.5 + parent: 2 +- proto: GunSafeRifleLecter + entities: + - uid: 10696 + components: + - type: Transform + pos: 6.5,-338.5 + parent: 2 +- proto: GunSafeShotgunKammerer + entities: + - uid: 10845 + components: + - type: Transform + pos: 6.5,-337.5 + parent: 2 +- proto: GunSafeSubMachineGunDrozd + entities: + - uid: 10992 + components: + - type: Transform + pos: 8.5,-337.5 + parent: 2 +- proto: Handcuffs + entities: + - uid: 11434 + components: + - type: Transform + pos: 4.456359,-358.63803 + parent: 2 + - uid: 12777 + components: + - type: Transform + parent: 12773 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: HandheldGPSBasic + entities: + - uid: 14076 + components: + - type: Transform + pos: -1.713614,-166.57089 + parent: 2 +- proto: HandheldHealthAnalyzerUnpowered + entities: + - uid: 3890 + components: + - type: Transform + pos: -5.5934877,-206.55833 + parent: 2 +- proto: HandheldStationMap + entities: + - uid: 8420 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.4984746,-166.51599 + parent: 2 +- proto: HappyHonk + entities: + - uid: 15812 + components: + - type: Transform + pos: 7.0998864,-17.75665 + parent: 2 +- proto: HighSecArmoryLocked + entities: + - uid: 7735 + components: + - type: Transform + pos: 7.5,-339.5 + parent: 2 +- proto: HighSecCommandLocked + entities: + - uid: 102 + components: + - type: Transform + pos: 0.5,-2.5 + parent: 2 + - uid: 266 + components: + - type: Transform + pos: 17.5,-307.5 + parent: 2 + - uid: 7942 + components: + - type: Transform + pos: 22.5,-300.5 + parent: 2 + - uid: 8050 + components: + - type: Transform + pos: 22.5,-314.5 + parent: 2 +- proto: HospitalCurtainsOpen + entities: + - uid: 295 + components: + - type: Transform + pos: 3.5,-172.5 + parent: 2 + - uid: 312 + components: + - type: Transform + pos: -0.5,-14.5 + parent: 2 + - uid: 3188 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-178.5 + parent: 2 + - uid: 3685 + components: + - type: Transform + pos: 3.5,-174.5 + parent: 2 + - uid: 3690 + components: + - type: Transform + pos: 8.5,-172.5 + parent: 2 + - uid: 3691 + components: + - type: Transform + pos: 8.5,-174.5 + parent: 2 + - uid: 3692 + components: + - type: Transform + pos: 8.5,-176.5 + parent: 2 + - type: Door + secondsUntilStateChange: -129843.36 + state: Closing + - uid: 11796 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-367.5 + parent: 2 + - uid: 11797 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-364.5 + parent: 2 + - uid: 11798 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-364.5 + parent: 2 + - uid: 11799 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-367.5 + parent: 2 + - uid: 11800 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-372.5 + parent: 2 + - uid: 11801 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-371.5 + parent: 2 +- proto: hydroponicsSoil + entities: + - uid: 2028 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-95.5 + parent: 2 + - uid: 11467 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-373.5 + parent: 2 + - uid: 11468 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-373.5 + parent: 2 + - uid: 11469 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-373.5 + parent: 2 + - uid: 11470 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-373.5 + parent: 2 + - uid: 11471 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-373.5 + parent: 2 + - uid: 11472 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-373.5 + parent: 2 +- proto: HydroponicsToolMiniHoe + entities: + - uid: 2029 + components: + - type: Transform + pos: -4.9444575,-95.49014 + parent: 2 + - uid: 26466 + components: + - type: Transform + pos: -1.4858844,-371.00397 + parent: 2 +- proto: HydroponicsToolSpade + entities: + - uid: 26463 + components: + - type: Transform + pos: -1.2279739,-371.28754 + parent: 2 +- proto: hydroponicsTray + entities: + - uid: 1730 + components: + - type: Transform + pos: -6.5,-83.5 + parent: 2 + - uid: 1731 + components: + - type: Transform + pos: -7.5,-83.5 + parent: 2 + - uid: 1737 + components: + - type: Transform + pos: -7.5,-85.5 + parent: 2 + - uid: 1739 + components: + - type: Transform + pos: -7.5,-86.5 + parent: 2 + - uid: 1740 + components: + - type: Transform + pos: -7.5,-87.5 + parent: 2 + - uid: 1744 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-85.5 + parent: 2 + - uid: 1745 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-86.5 + parent: 2 + - uid: 1746 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-87.5 + parent: 2 +- proto: Igniter + entities: + - uid: 17063 + components: + - type: Transform + pos: -13.294711,-246.58882 + parent: 2 + - uid: 17064 + components: + - type: Transform + pos: -13.227223,-246.42015 + parent: 2 +- proto: InflatableWall + entities: + - uid: 1860 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-96.5 + parent: 2 + - uid: 7348 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-163.5 + parent: 2 + - uid: 7350 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-163.5 + parent: 2 + - uid: 7351 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-164.5 + parent: 2 + - uid: 7352 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-163.5 + parent: 2 + - uid: 7353 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-162.5 + parent: 2 +- proto: InflatableWallStack1 + entities: + - uid: 1861 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.53376,-97.54558 + parent: 2 + - uid: 1862 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.0571976,-95.47136 + parent: 2 +- proto: IngotGold1 + entities: + - uid: 14450 + components: + - type: Transform + pos: 17.62472,-83.47914 + parent: 2 + - uid: 14452 + components: + - type: Transform + pos: 17.334173,-83.06987 + parent: 2 + - uid: 14453 + components: + - type: Transform + pos: 13.557059,-82.449356 + parent: 2 + - uid: 14454 + components: + - type: Transform + pos: 13.821194,-78.3566 + parent: 2 +- proto: IngotSilver + entities: + - uid: 89 + components: + - type: Transform + pos: -3.4884946,-1.3774483 + parent: 2 +- proto: IngotSilver1 + entities: + - uid: 14455 + components: + - type: Transform + pos: 13.464613,-83.32071 + parent: 2 +- proto: IntercomCommand + entities: + - uid: 69 + components: + - type: Transform + pos: 1.5,-13.5 + parent: 2 +- proto: IntercomEngineering + entities: + - uid: 9078 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-249.5 + parent: 2 +- proto: IntercomMedical + entities: + - uid: 12199 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-169.5 + parent: 2 +- proto: IntercomScience + entities: + - uid: 12201 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-305.5 + parent: 2 +- proto: IntercomSecurity + entities: + - uid: 12200 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-333.5 + parent: 2 +- proto: IntercomService + entities: + - uid: 1736 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-85.5 + parent: 2 + - uid: 12202 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-84.5 + parent: 2 +- proto: IntercomSupply + entities: + - uid: 1613 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-278.5 + parent: 2 +- proto: JanitorialTrolley + entities: + - uid: 2775 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-55.5 + parent: 2 +- proto: JetpackBlackFilled + entities: + - uid: 11980 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5410702,-381.61026 + parent: 2 +- proto: JetpackBlueFilled + entities: + - uid: 914 + components: + - type: Transform + pos: 4.6285653,0.46697795 + parent: 2 + - uid: 915 + components: + - type: Transform + pos: 4.3160653,0.73260295 + parent: 2 +- proto: JetpackMini + entities: + - uid: 16812 + components: + - type: Transform + parent: 16811 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: JetpackMiniFilled + entities: + - uid: 5136 + components: + - type: Transform + pos: 9.644433,-115.42764 + parent: 2 + - uid: 10822 + components: + - type: Transform + pos: 9.44197,-115.30394 + parent: 2 + - uid: 15167 + components: + - type: Transform + pos: 9.644433,-115.27022 + parent: 2 +- proto: KitchenElectricGrill + entities: + - uid: 1930 + components: + - type: Transform + pos: 1.5,-88.5 + parent: 2 +- proto: KitchenKnife + entities: + - uid: 2309 + components: + - type: Transform + pos: -0.53435105,-85.90257 + parent: 2 +- proto: KitchenMicrowave + entities: + - uid: 206 + components: + - type: Transform + pos: 6.5,-11.5 + parent: 2 + - uid: 580 + components: + - type: Transform + pos: -5.5,-338.5 + parent: 2 + - uid: 1944 + components: + - type: Transform + pos: 0.5,-86.5 + parent: 2 + - uid: 8638 + components: + - type: Transform + pos: -4.5,-285.5 + parent: 2 + - uid: 8915 + components: + - type: Transform + pos: 8.5,-253.5 + parent: 2 + - uid: 9986 + components: + - type: Transform + pos: 7.5,-312.5 + parent: 2 + - uid: 12364 + components: + - type: Transform + pos: 0.5,-370.5 + parent: 2 +- proto: KitchenReagentGrinder + entities: + - uid: 1947 + components: + - type: Transform + pos: -0.5,-85.5 + parent: 2 + - uid: 3128 + components: + - type: Transform + pos: 4.5,-169.5 + parent: 2 + - uid: 10936 + components: + - type: Transform + pos: -5.5,-193.5 + parent: 2 +- proto: KitchenSpike + entities: + - uid: 1781 + components: + - type: Transform + pos: -5.5,-92.5 + parent: 2 + - uid: 1785 + components: + - type: Transform + pos: -5.5,-91.5 + parent: 2 +- proto: KoboldCubeBox + entities: + - uid: 3907 + components: + - type: Transform + pos: -6.325115,-194.94174 + parent: 2 +- proto: KudzuFlowerFriendly + entities: + - uid: 16531 + components: + - type: Transform + pos: -13.5,-165.5 + parent: 2 + - uid: 16532 + components: + - type: Transform + pos: -13.5,-164.5 + parent: 2 + - uid: 16533 + components: + - type: Transform + pos: -13.5,-163.5 + parent: 2 + - uid: 16534 + components: + - type: Transform + pos: -13.5,-166.5 + parent: 2 +- proto: LampBanana + entities: + - uid: 2013 + components: + - type: Transform + pos: -7.310762,-123.94716 + parent: 2 +- proto: LampGold + entities: + - uid: 1369 + components: + - type: Transform + pos: -5.572312,-71.25691 + parent: 2 + - uid: 10922 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.654855,-328.25574 + parent: 2 +- proto: LampInterrogator + entities: + - uid: 12080 + components: + - type: Transform + pos: -5.6837883,-357.0308 + parent: 2 +- proto: LandMineExplosive + entities: + - uid: 11530 + components: + - type: Transform + pos: -4.5384116,-351.36267 + parent: 2 +- proto: Lantern + entities: + - uid: 2675 + components: + - type: Transform + pos: 3.728132,-143.36674 + parent: 2 + - uid: 2676 + components: + - type: Transform + pos: 5.2072816,-143.33742 + parent: 2 +- proto: LargeBeaker + entities: + - uid: 2295 + components: + - type: Transform + pos: 1.582355,-86.26639 + parent: 2 + - uid: 3146 + components: + - type: Transform + pos: 4.313154,-165.64075 + parent: 2 + - uid: 3918 + components: + - type: Transform + pos: -4.4480414,-198.16447 + parent: 2 +- proto: LauncherCreamPie + entities: + - uid: 10163 + components: + - type: Transform + parent: 2003 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: LeavesCannabis + entities: + - uid: 14914 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.4884734,-144.73663 + parent: 2 + - uid: 14921 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.4209847,-144.91653 + parent: 2 + - uid: 14922 + components: + - type: Transform + pos: -6.55596,-148.32358 + parent: 2 +- proto: LightImplanter + entities: + - uid: 3977 + components: + - type: Transform + pos: -2.5364327,-207.28964 + parent: 2 +- proto: LightReplacer + entities: + - uid: 8901 + components: + - type: Transform + pos: -13.643399,-246.28522 + parent: 2 +- proto: LockerAtmosphericsFilledHardsuit + entities: + - uid: 13287 + components: + - type: Transform + anchored: True + pos: -13.5,-263.5 + parent: 2 + - type: Physics + bodyType: Static + - uid: 14009 + components: + - type: Transform + anchored: True + pos: -13.5,-264.5 + parent: 2 + - type: Physics + bodyType: Static + - uid: 14297 + components: + - type: Transform + anchored: True + pos: -13.5,-262.5 + parent: 2 + - type: Physics + bodyType: Static +- proto: LockerBoozeFilled + entities: + - uid: 1115 + components: + - type: Transform + pos: 4.5,-61.5 + parent: 2 +- proto: LockerBotanistFilled + entities: + - uid: 1129 + components: + - type: Transform + pos: -7.5,-89.5 + parent: 2 + - uid: 2058 + components: + - type: Transform + pos: -6.5,-89.5 + parent: 2 +- proto: LockerCaptainFilled + entities: + - uid: 297 + components: + - type: Transform + pos: -3.5,-14.5 + parent: 2 +- proto: LockerChemistryFilled + entities: + - uid: 3123 + components: + - type: Transform + pos: 7.5,-165.5 + parent: 2 + - uid: 3124 + components: + - type: Transform + pos: 7.5,-166.5 + parent: 2 +- proto: LockerChiefEngineerFilled + entities: + - uid: 8794 + components: + - type: Transform + pos: 11.5,-254.5 + parent: 2 +- proto: LockerChiefMedicalOfficerFilled + entities: + - uid: 3764 + components: + - type: Transform + pos: -0.5,-202.5 + parent: 2 +- proto: LockerClown + entities: + - uid: 2003 + components: + - type: Transform + pos: -8.5,-124.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14673 + moles: + - 1.7459903 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 8788 + - 8946 + - 10014 + - 10018 + - 10091 + - 10092 + - 10163 + - 10639 + - 10781 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: LockerDetectiveFilled + entities: + - uid: 9400 + components: + - type: Transform + pos: -2.5,-73.5 + parent: 2 +- proto: LockerElectricalSupplies + entities: + - uid: 14316 + components: + - type: Transform + pos: -2.5,-244.5 + parent: 2 +- proto: LockerElectricalSuppliesFilled + entities: + - uid: 3255 + components: + - type: Transform + pos: 3.5,-107.5 + parent: 2 + - uid: 4239 + components: + - type: Transform + pos: -2.5,-18.5 + parent: 2 +- proto: LockerEngineerFilledHardsuit + entities: + - uid: 4850 + components: + - type: Transform + pos: 6.5,-257.5 + parent: 2 + - uid: 4977 + components: + - type: Transform + pos: 8.5,-257.5 + parent: 2 + - uid: 5103 + components: + - type: Transform + pos: 5.5,-255.5 + parent: 2 + - uid: 7779 + components: + - type: Transform + pos: 5.5,-257.5 + parent: 2 + - uid: 7817 + components: + - type: Transform + pos: 4.5,-257.5 + parent: 2 + - uid: 7875 + components: + - type: Transform + pos: 4.5,-255.5 + parent: 2 + - uid: 8234 + components: + - type: Transform + pos: 3.5,-255.5 + parent: 2 + - uid: 9869 + components: + - type: Transform + pos: 3.5,-257.5 + parent: 2 +- proto: LockerEvidence + entities: + - uid: 11352 + components: + - type: Transform + pos: -1.5,-342.5 + parent: 2 + - uid: 11353 + components: + - type: Transform + pos: -0.5,-342.5 + parent: 2 + - uid: 11378 + components: + - type: Transform + pos: 3.5,-368.5 + parent: 2 + - uid: 11379 + components: + - type: Transform + pos: -2.5,-368.5 + parent: 2 + - uid: 11403 + components: + - type: Transform + pos: 3.5,-366.5 + parent: 2 + - uid: 11404 + components: + - type: Transform + pos: 3.5,-365.5 + parent: 2 + - uid: 11405 + components: + - type: Transform + pos: -2.5,-366.5 + parent: 2 + - uid: 11406 + components: + - type: Transform + pos: -2.5,-365.5 + parent: 2 + - uid: 11408 + components: + - type: Transform + pos: -0.5,-368.5 + parent: 2 +- proto: LockerFreezer + entities: + - uid: 1939 + components: + - type: Transform + pos: -2.5,-90.5 + parent: 2 + - uid: 1941 + components: + - type: Transform + pos: -0.5,-89.5 + parent: 2 +- proto: LockerFreezerVaultFilled + entities: + - uid: 83 + components: + - type: Transform + pos: -0.5,-1.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14783 + moles: + - 1.8856695 + - 7.0937095 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 76 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: LockerHeadOfPersonnelFilled + entities: + - uid: 2232 + components: + - type: Transform + pos: -1.5,-117.5 + parent: 2 +- proto: LockerHeadOfSecurityFilled + entities: + - uid: 11098 + components: + - type: Transform + pos: -5.5,-344.5 + parent: 2 +- proto: LockerMedicalFilled + entities: + - uid: 2440 + components: + - type: Transform + pos: -0.5,-194.5 + parent: 2 + - uid: 3175 + components: + - type: Transform + pos: 3.5,-193.5 + parent: 2 + - uid: 3177 + components: + - type: Transform + pos: 3.5,-194.5 + parent: 2 +- proto: LockerMedicineFilled + entities: + - uid: 291 + components: + - type: Transform + pos: 7.5,-171.5 + parent: 2 + - uid: 294 + components: + - type: Transform + pos: 3.5,-176.5 + parent: 2 + - uid: 2370 + components: + - type: Transform + pos: 5.5,-180.5 + parent: 2 +- proto: LockerMime + entities: + - uid: 2019 + components: + - type: Transform + pos: -8.5,-121.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14673 + moles: + - 1.7459903 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 11491 + - 11453 + - 11452 + - 11288 + - 11287 + - 11286 + - 11661 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: LockerParamedicFilled + entities: + - uid: 2047 + components: + - type: Transform + pos: -2.5,-166.5 + parent: 2 +- proto: LockerQuarterMasterFilled + entities: + - uid: 9012 + components: + - type: Transform + pos: 6.5,-285.5 + parent: 2 +- proto: LockerResearchDirectorFilled + entities: + - uid: 10049 + components: + - type: Transform + pos: -8.5,-305.5 + parent: 2 +- proto: LockerSalvageSpecialistFilled + entities: + - uid: 8489 + components: + - type: Transform + pos: -6.5,-287.5 + parent: 2 + - uid: 8494 + components: + - type: Transform + pos: -6.5,-285.5 + parent: 2 + - uid: 8507 + components: + - type: Transform + pos: -6.5,-286.5 + parent: 2 +- proto: LockerScienceFilled + entities: + - uid: 10026 + components: + - type: Transform + pos: 7.5,-302.5 + parent: 2 + - uid: 10028 + components: + - type: Transform + pos: 4.5,-310.5 + parent: 2 + - uid: 10038 + components: + - type: Transform + pos: -2.5,-313.5 + parent: 2 + - uid: 10039 + components: + - type: Transform + pos: -2.5,-314.5 + parent: 2 + - uid: 10088 + components: + - type: Transform + pos: -2.5,-315.5 + parent: 2 + - uid: 10128 + components: + - type: Transform + pos: -6.5,-302.5 + parent: 2 +- proto: LockerSecurityFilled + entities: + - uid: 596 + components: + - type: Transform + pos: -8.5,-338.5 + parent: 2 + - uid: 1145 + components: + - type: Transform + pos: -8.5,-339.5 + parent: 2 + - uid: 7216 + components: + - type: Transform + pos: -8.5,-337.5 + parent: 2 + - uid: 7249 + components: + - type: Transform + pos: -8.5,-340.5 + parent: 2 + - uid: 7254 + components: + - type: Transform + pos: -7.5,-336.5 + parent: 2 + - uid: 9416 + components: + - type: Transform + pos: -7.5,-342.5 + parent: 2 + - uid: 10747 + components: + - type: Transform + pos: -8.5,-341.5 + parent: 2 +- proto: LockerWardenFilled + entities: + - uid: 12854 + components: + - type: Transform + pos: 1.5,-363.5 + parent: 2 +- proto: LockerWeldingSuppliesFilled + entities: + - uid: 3673 + components: + - type: Transform + pos: 5.5,-111.5 + parent: 2 + - uid: 14346 + components: + - type: Transform + pos: -2.5,-261.5 + parent: 2 + - uid: 14347 + components: + - type: Transform + pos: 3.5,-261.5 + parent: 2 +- proto: LuxuryPen + entities: + - uid: 11103 + components: + - type: Transform + pos: 5.7372117,-332.35062 + parent: 2 +- proto: MachineAnomalyGenerator + entities: + - uid: 9998 + components: + - type: Transform + pos: 6.5,-300.5 + parent: 2 +- proto: MachineAnomalyVessel + entities: + - uid: 10010 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-299.5 + parent: 2 + - uid: 10011 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-299.5 + parent: 2 +- proto: MachineAPE + entities: + - uid: 10006 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-304.5 + parent: 2 + - uid: 10007 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-303.5 + parent: 2 +- proto: MachineArtifactAnalyzer + entities: + - uid: 10029 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-314.5 + parent: 2 +- proto: MachineCentrifuge + entities: + - uid: 3161 + components: + - type: Transform + pos: 4.5,-165.5 + parent: 2 +- proto: MachineElectrolysisUnit + entities: + - uid: 3698 + components: + - type: Transform + pos: 7.5,-168.5 + parent: 2 +- proto: MachineFrame + entities: + - uid: 16496 + components: + - type: Transform + pos: -1.5,-172.5 + parent: 2 +- proto: MachineFrameDestroyed + entities: + - uid: 6704 + components: + - type: Transform + pos: 31.5,-260.5 + parent: 2 +- proto: MagazinePistolSubMachineGunTopMounted + entities: + - uid: 10716 + components: + - type: Transform + pos: -3.9900005,-346.49026 + parent: 2 + - uid: 10718 + components: + - type: Transform + pos: -4.0056252,-346.584 + parent: 2 +- proto: MagicDiceBag + entities: + - uid: 14459 + components: + - type: Transform + pos: 17.444256,-79.34277 + parent: 2 +- proto: MailingUnit + entities: + - uid: 2711 + components: + - type: Transform + pos: 4.5,-137.5 + parent: 2 + - type: MailingUnit + tag: Chapel + - uid: 5864 + components: + - type: Transform + pos: -0.5,-279.5 + parent: 2 + - type: MailingUnit + tag: Cargo + - uid: 6643 + components: + - type: Transform + pos: 6.5,-176.5 + parent: 2 + - type: MailingUnit + tag: Medical + - uid: 8111 + components: + - type: Transform + pos: 13.5,-250.5 + parent: 2 + - type: MailingUnit + tag: Engineering + - uid: 9040 + components: + - type: Transform + pos: -6.5,-142.5 + parent: 2 + - type: MailingUnit + tag: Library + - uid: 12147 + components: + - type: Transform + pos: 2.5,-91.5 + parent: 2 + - type: MailingUnit + tag: Kitchen + - uid: 12394 + components: + - type: Transform + pos: 2.5,-119.5 + parent: 2 + - type: MailingUnit + tag: HoP Office + - uid: 13434 + components: + - type: Transform + pos: -3.5,-342.5 + parent: 2 + - uid: 13518 + components: + - type: Transform + pos: 4.5,-10.5 + parent: 2 + - type: MailingUnit + tag: Bridge + - uid: 13625 + components: + - type: Transform + pos: 0.5,-61.5 + parent: 2 + - type: MailingUnit + tag: Bar + - uid: 13819 + components: + - type: Transform + pos: -3.5,-288.5 + parent: 2 + - type: MailingUnit + tag: Salvage + - uid: 14134 + components: + - type: Transform + pos: -3.5,-303.5 + parent: 2 + - type: MailingUnit + tag: Science + - uid: 17005 + components: + - type: Transform + pos: -13.5,-261.5 + parent: 2 + - type: MailingUnit + tag: Atmos +- proto: MaintenanceFluffSpawner + entities: + - uid: 1036 + components: + - type: Transform + pos: -5.5,-44.5 + parent: 2 + - uid: 1133 + components: + - type: Transform + pos: -3.5,-38.5 + parent: 2 + - uid: 1134 + components: + - type: Transform + pos: -3.5,-36.5 + parent: 2 + - uid: 2757 + components: + - type: Transform + pos: -2.5,-146.5 + parent: 2 + - uid: 7403 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-139.5 + parent: 2 + - uid: 7404 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-139.5 + parent: 2 + - uid: 7405 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-138.5 + parent: 2 + - uid: 7406 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-152.5 + parent: 2 + - uid: 7407 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-152.5 + parent: 2 + - uid: 11698 + components: + - type: Transform + pos: -6.5,-146.5 + parent: 2 + - uid: 13432 + components: + - type: Transform + pos: -3.5,-32.5 + parent: 2 + - uid: 14651 + components: + - type: Transform + pos: 14.5,-82.5 + parent: 2 + - uid: 14652 + components: + - type: Transform + pos: 17.5,-70.5 + parent: 2 + - uid: 14653 + components: + - type: Transform + pos: 14.5,-68.5 + parent: 2 + - uid: 14654 + components: + - type: Transform + pos: 13.5,-73.5 + parent: 2 + - uid: 14681 + components: + - type: Transform + pos: -12.5,-168.5 + parent: 2 +- proto: MaintenancePlantSpawner + entities: + - uid: 1033 + components: + - type: Transform + pos: -5.5,-34.5 + parent: 2 + - uid: 1035 + components: + - type: Transform + pos: -3.5,-41.5 + parent: 2 + - uid: 1590 + components: + - type: Transform + pos: 5.5,-59.5 + parent: 2 + - uid: 1591 + components: + - type: Transform + pos: 6.5,-54.5 + parent: 2 + - uid: 1596 + components: + - type: Transform + pos: 4.5,-66.5 + parent: 2 + - uid: 1608 + components: + - type: Transform + pos: 5.5,-71.5 + parent: 2 + - uid: 3561 + components: + - type: Transform + pos: -5.5,-162.5 + parent: 2 + - uid: 5256 + components: + - type: Transform + pos: 7.5,-162.5 + parent: 2 + - uid: 7412 + components: + - type: Transform + pos: 16.5,-158.5 + parent: 2 + - uid: 7413 + components: + - type: Transform + pos: 15.5,-163.5 + parent: 2 + - uid: 7414 + components: + - type: Transform + pos: 14.5,-158.5 + parent: 2 + - uid: 12117 + components: + - type: Transform + pos: -6.5,-36.5 + parent: 2 + - uid: 14624 + components: + - type: Transform + pos: -5.5,-243.5 + parent: 2 + - uid: 16498 + components: + - type: Transform + pos: -14.5,-165.5 + parent: 2 + - uid: 16499 + components: + - type: Transform + pos: -14.5,-164.5 + parent: 2 + - uid: 16516 + components: + - type: Transform + pos: -11.5,-161.5 + parent: 2 + - uid: 16518 + components: + - type: Transform + pos: -12.5,-164.5 + parent: 2 + - uid: 16520 + components: + - type: Transform + pos: -13.5,-166.5 + parent: 2 + - uid: 16521 + components: + - type: Transform + pos: -12.5,-167.5 + parent: 2 + - uid: 16522 + components: + - type: Transform + pos: -12.5,-166.5 + parent: 2 + - uid: 16523 + components: + - type: Transform + pos: -9.5,-167.5 + parent: 2 + - uid: 16524 + components: + - type: Transform + pos: -8.5,-162.5 + parent: 2 + - uid: 16884 + components: + - type: Transform + pos: -5.5,-250.5 + parent: 2 +- proto: MaintenanceToolSpawner + entities: + - uid: 1169 + components: + - type: Transform + pos: 3.5,-18.5 + parent: 2 + - uid: 2673 + components: + - type: Transform + pos: 4.5,-143.5 + parent: 2 + - uid: 2756 + components: + - type: Transform + pos: -3.5,-148.5 + parent: 2 + - uid: 3639 + components: + - type: Transform + pos: -2.5,-180.5 + parent: 2 + - uid: 7408 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-146.5 + parent: 2 + - uid: 7409 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-153.5 + parent: 2 + - uid: 7410 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-139.5 + parent: 2 + - uid: 9059 + components: + - type: Transform + pos: 3.5,-282.5 + parent: 2 + - uid: 9060 + components: + - type: Transform + pos: 3.5,-282.5 + parent: 2 + - uid: 14626 + components: + - type: Transform + pos: -5.5,-244.5 + parent: 2 + - uid: 14680 + components: + - type: Transform + pos: -14.5,-161.5 + parent: 2 + - uid: 16887 + components: + - type: Transform + pos: -4.5,-251.5 + parent: 2 +- proto: MaintenanceWeaponSpawner + entities: + - uid: 1106 + components: + - type: Transform + pos: 6.5,-27.5 + parent: 2 + - uid: 2750 + components: + - type: Transform + pos: -2.5,-148.5 + parent: 2 + - uid: 7411 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-159.5 + parent: 2 + - uid: 16515 + components: + - type: Transform + pos: -11.5,-164.5 + parent: 2 + - uid: 16904 + components: + - type: Transform + pos: -13.5,-161.5 + parent: 2 +- proto: Matchbox + entities: + - uid: 14413 + components: + - type: Transform + pos: 13.58873,-63.406937 + parent: 2 +- proto: MaterialBones1 + entities: + - uid: 1178 + components: + - type: Transform + pos: -9.6216,-313.45743 + parent: 2 + - uid: 1328 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.432205,-287.74188 + parent: 2 + - uid: 2268 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.485611,-116.31554 + parent: 2 + - uid: 12160 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.70648,-164.34258 + parent: 2 + - uid: 12161 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.2381563,-139.7225 + parent: 2 + - uid: 12162 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.6467605,-95.3029 + parent: 2 + - uid: 12163 + components: + - type: Transform + pos: 7.7499275,-57.722916 + parent: 2 + - uid: 12164 + components: + - type: Transform + pos: 4.1805468,-18.559465 + parent: 2 + - uid: 12165 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.3194995,-200.24161 + parent: 2 + - uid: 12168 + components: + - type: Transform + pos: -7.709251,-14.40967 + parent: 2 + - uid: 12169 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.665835,-223.53601 + parent: 2 + - uid: 12171 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.721866,-180.67075 + parent: 2 +- proto: MaterialCloth + entities: + - uid: 2261 + components: + - type: Transform + pos: 2.2574189,-121.30031 + parent: 2 +- proto: MaterialDiamond1 + entities: + - uid: 95 + components: + - type: Transform + pos: -2.44932,-1.350307 + parent: 2 +- proto: MaterialDurathread + entities: + - uid: 2259 + components: + - type: Transform + pos: 2.6536188,-121.53795 + parent: 2 +- proto: MaterialReclaimer + entities: + - uid: 9053 + components: + - type: Transform + pos: 6.5,-276.5 + parent: 2 +- proto: MaterialWoodPlank10 + entities: + - uid: 6887 + components: + - type: Transform + pos: 19.673317,-257.24585 + parent: 2 +- proto: MatterBinStockPart + entities: + - uid: 9979 + components: + - type: Transform + pos: -1.6846497,-303.9585 + parent: 2 +- proto: MedicalBed + entities: + - uid: 477 + components: + - type: Transform + pos: 3.5,-172.5 + parent: 2 + - uid: 478 + components: + - type: Transform + pos: 8.5,-174.5 + parent: 2 + - uid: 2419 + components: + - type: Transform + pos: 8.5,-172.5 + parent: 2 + - uid: 3136 + components: + - type: Transform + pos: 8.5,-176.5 + parent: 2 + - uid: 3169 + components: + - type: Transform + pos: 3.5,-174.5 + parent: 2 + - uid: 11437 + components: + - type: Transform + pos: -4.5,-361.5 + parent: 2 +- proto: MedicalTechFab + entities: + - uid: 3219 + components: + - type: Transform + pos: -0.5,-192.5 + parent: 2 +- proto: MedkitAdvancedFilled + entities: + - uid: 403 + components: + - type: Transform + pos: 1.6380901,2.7440202 + parent: 2 + - uid: 11429 + components: + - type: Transform + pos: -6.360816,-360.66074 + parent: 2 +- proto: MedkitBruteFilled + entities: + - uid: 3232 + components: + - type: Transform + pos: 1.9111176,-192.26358 + parent: 2 + - uid: 3233 + components: + - type: Transform + pos: 2.104815,-192.52763 + parent: 2 +- proto: MedkitBurnFilled + entities: + - uid: 3226 + components: + - type: Transform + pos: 3.7108743,-192.53125 + parent: 2 + - uid: 3227 + components: + - type: Transform + pos: 3.5171762,-192.26721 + parent: 2 +- proto: MedkitFilled + entities: + - uid: 3235 + components: + - type: Transform + pos: 1.6602318,-193.5479 + parent: 2 + - uid: 3236 + components: + - type: Transform + pos: 1.4137071,-193.27406 + parent: 2 + - uid: 3237 + components: + - type: Transform + pos: 1.6367531,-192.97285 + parent: 2 + - uid: 3238 + components: + - type: Transform + pos: 1.4137071,-192.68338 + parent: 2 + - uid: 8892 + components: + - type: Transform + pos: -7.402346,-271.4695 + parent: 2 + - uid: 11435 + components: + - type: Transform + pos: -6.627599,-360.45245 + parent: 2 +- proto: MedkitOxygenFilled + entities: + - uid: 3228 + components: + - type: Transform + pos: 2.9762833,-192.27135 + parent: 2 + - uid: 3229 + components: + - type: Transform + pos: 3.1699817,-192.5354 + parent: 2 +- proto: MedkitRadiationFilled + entities: + - uid: 3230 + components: + - type: Transform + pos: 2.436729,-192.26717 + parent: 2 +- proto: MedkitToxinFilled + entities: + - uid: 2761 + components: + - type: Transform + pos: 6.701955,-163.31392 + parent: 2 + - uid: 3231 + components: + - type: Transform + pos: 2.6417062,-192.53575 + parent: 2 +- proto: MicroManipulatorStockPart + entities: + - uid: 9971 + components: + - type: Transform + pos: -1.635678,-304.48248 + parent: 2 + - uid: 9978 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.3979578,-304.19202 + parent: 2 +- proto: MiningWindow + entities: + - uid: 3246 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-136.5 + parent: 2 + - uid: 4182 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-86.5 + parent: 2 + - uid: 7253 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-144.5 + parent: 2 + - uid: 7256 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-147.5 + parent: 2 + - uid: 7257 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-144.5 + parent: 2 + - uid: 7258 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-145.5 + parent: 2 + - uid: 7259 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-146.5 + parent: 2 + - uid: 7260 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-147.5 + parent: 2 + - uid: 7265 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-138.5 + parent: 2 + - uid: 7266 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-139.5 + parent: 2 + - uid: 7267 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-139.5 + parent: 2 + - uid: 7268 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-138.5 + parent: 2 + - uid: 7273 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-153.5 + parent: 2 + - uid: 7274 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-152.5 + parent: 2 + - uid: 7275 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-153.5 + parent: 2 + - uid: 7276 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-152.5 + parent: 2 + - uid: 7299 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-160.5 + parent: 2 + - uid: 7300 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-159.5 + parent: 2 + - uid: 7301 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-159.5 + parent: 2 + - uid: 7302 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-160.5 + parent: 2 + - uid: 7309 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-166.5 + parent: 2 + - uid: 7310 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-165.5 + parent: 2 + - uid: 14249 + components: + - type: Transform + pos: 12.5,-79.5 + parent: 2 + - uid: 14250 + components: + - type: Transform + pos: 12.5,-78.5 + parent: 2 + - uid: 14251 + components: + - type: Transform + pos: 12.5,-77.5 + parent: 2 + - uid: 14252 + components: + - type: Transform + pos: 18.5,-77.5 + parent: 2 + - uid: 14253 + components: + - type: Transform + pos: 18.5,-78.5 + parent: 2 + - uid: 14254 + components: + - type: Transform + pos: 18.5,-79.5 + parent: 2 + - uid: 14255 + components: + - type: Transform + pos: 18.5,-73.5 + parent: 2 + - uid: 14256 + components: + - type: Transform + pos: 18.5,-74.5 + parent: 2 + - uid: 14257 + components: + - type: Transform + pos: 18.5,-72.5 + parent: 2 + - uid: 14258 + components: + - type: Transform + pos: 12.5,-72.5 + parent: 2 + - uid: 14259 + components: + - type: Transform + pos: 12.5,-73.5 + parent: 2 + - uid: 14260 + components: + - type: Transform + pos: 12.5,-74.5 + parent: 2 + - uid: 14272 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-87.5 + parent: 2 + - uid: 14276 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-86.5 + parent: 2 + - uid: 14281 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-86.5 + parent: 2 + - uid: 14284 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-136.5 + parent: 2 + - uid: 14285 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-136.5 + parent: 2 + - uid: 14286 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-135.5 + parent: 2 + - uid: 14414 + components: + - type: Transform + pos: 16.5,-76.5 + parent: 2 + - uid: 14415 + components: + - type: Transform + pos: 14.5,-76.5 + parent: 2 +- proto: MiningWindowDiagonal + entities: + - uid: 4198 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,-137.5 + parent: 2 + - uid: 7490 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-137.5 + parent: 2 + - uid: 9808 + components: + - type: Transform + pos: 14.5,-135.5 + parent: 2 + - uid: 9814 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-135.5 + parent: 2 + - uid: 14004 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-85.5 + parent: 2 + - uid: 14097 + components: + - type: Transform + pos: 16.5,-85.5 + parent: 2 + - uid: 14101 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-87.5 + parent: 2 + - uid: 14282 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-87.5 + parent: 2 +- proto: Mirror + entities: + - uid: 2873 + components: + - type: Transform + pos: -3.5,-153.5 + parent: 2 + - uid: 2874 + components: + - type: Transform + pos: -2.5,-154.5 + parent: 2 +- proto: MopBucket + entities: + - uid: 14774 + components: + - type: Transform + pos: 3.5661294,-32.585365 + parent: 2 + - type: ContainerContainer + containers: + storagebase: !type:Container + showEnts: False + occludes: True + ents: [] + shark_slot: !type:ContainerSlot + showEnts: False + occludes: True + ent: 14775 +- proto: MopItem + entities: + - uid: 1734 + components: + - type: Transform + pos: -2.979488,-53.533066 + parent: 2 + - uid: 3243 + components: + - type: Transform + pos: -1.3489041,-172.98175 + parent: 2 + - uid: 12296 + components: + - type: Transform + pos: -4.5275626,-374.4991 + parent: 2 + - uid: 14478 + components: + - type: Transform + parent: 14476 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: Morgue + entities: + - uid: 2693 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-138.5 + parent: 2 + - uid: 2783 + components: + - type: Transform + pos: -4.5,-172.5 + parent: 2 + - uid: 2889 + components: + - type: Transform + pos: -4.5,-175.5 + parent: 2 + - uid: 2903 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-177.5 + parent: 2 + - uid: 2908 + components: + - type: Transform + pos: -3.5,-175.5 + parent: 2 + - uid: 2983 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-174.5 + parent: 2 + - uid: 2984 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-174.5 + parent: 2 + - uid: 3045 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-177.5 + parent: 2 + - uid: 3047 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-177.5 + parent: 2 + - uid: 3049 + components: + - type: Transform + pos: -2.5,-172.5 + parent: 2 + - uid: 3076 + components: + - type: Transform + pos: -3.5,-172.5 + parent: 2 +- proto: MothroachCube + entities: + - uid: 13991 + components: + - type: Transform + pos: 20.53401,-238.32663 + parent: 2 +- proto: MouseTimedSpawner + entities: + - uid: 14691 + components: + - type: Transform + pos: -6.5,-169.5 + parent: 2 +- proto: Multitool + entities: + - uid: 12376 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.4878173,-317.32074 + parent: 2 + - uid: 15095 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.586618,-199.95932 + parent: 2 +- proto: MysteryFigureBoxTrash + entities: + - uid: 14731 + components: + - type: Transform + pos: -6.5606046,-189.40254 + parent: 2 + - uid: 14732 + components: + - type: Transform + pos: -6.3614616,-189.46121 + parent: 2 +- proto: NitrogenCanister + entities: + - uid: 3602 + components: + - type: Transform + pos: -7.5,-175.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 9822 + components: + - type: Transform + pos: -4.5,-311.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 11937 + components: + - type: Transform + pos: -13.5,-250.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 12143 + components: + - type: Transform + pos: 4.5,-1.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 16957 + components: + - type: Transform + pos: -21.5,-257.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: NitrousOxideCanister + entities: + - uid: 11220 + components: + - type: Transform + pos: 5.5,-355.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: NoticeBoard + entities: + - uid: 2785 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-142.5 + parent: 2 + - uid: 12137 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-92.5 + parent: 2 +- proto: NuclearBomb + entities: + - uid: 82 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-2.5 + parent: 2 +- proto: NuclearBombKeg + entities: + - uid: 1634 + components: + - type: Transform + pos: 5.5,-66.5 + parent: 2 +- proto: OperatingTable + entities: + - uid: 3778 + components: + - type: Transform + pos: 1.5,-198.5 + parent: 2 + - uid: 6913 + components: + - type: Transform + pos: -11.5,-165.5 + parent: 2 + - uid: 6960 + components: + - type: Transform + pos: -11.5,-166.5 + parent: 2 + - uid: 6964 + components: + - type: Transform + pos: -11.5,-164.5 + parent: 2 +- proto: OreBag + entities: + - uid: 8956 + components: + - type: Transform + pos: -4.660206,-273.15723 + parent: 2 + - uid: 8957 + components: + - type: Transform + pos: -4.3602595,-273.51703 + parent: 2 +- proto: OreProcessor + entities: + - uid: 8856 + components: + - type: Transform + pos: -1.5,-270.5 + parent: 2 +- proto: OxygenCanister + entities: + - uid: 7196 + components: + - type: Transform + pos: -21.5,-242.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 8891 + components: + - type: Transform + pos: -6.5,-268.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 9992 + components: + - type: Transform + pos: -5.5,-312.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 11914 + components: + - type: Transform + pos: -21.5,-255.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 12140 + components: + - type: Transform + pos: 4.5,-2.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14640 + components: + - type: Transform + pos: -6.5,-258.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: PaintingAmogusTriptych + entities: + - uid: 14569 + components: + - type: Transform + pos: 13.5,-308.5 + parent: 2 +- proto: PaintingSkeletonCigarette + entities: + - uid: 14384 + components: + - type: Transform + pos: 13.5,-59.5 + parent: 2 +- proto: Paper + entities: + - uid: 1458 + components: + - type: Transform + pos: -5.538568,-72.16771 + parent: 2 + - uid: 4686 + components: + - type: Transform + pos: -5.6735435,-72.06651 + parent: 2 + - uid: 6645 + components: + - type: Transform + pos: 1.2017322,-250.54102 + parent: 2 + - uid: 6646 + components: + - type: Transform + pos: 1.1885252,-250.9767 + parent: 2 + - uid: 11069 + components: + - type: Transform + pos: 5.1001754,-328.37433 + parent: 2 + - uid: 11070 + components: + - type: Transform + pos: 5.271862,-328.51956 + parent: 2 +- proto: PaperBin10 + entities: + - uid: 318 + components: + - type: Transform + pos: -1.5,-9.5 + parent: 2 +- proto: PaperBin20 + entities: + - uid: 216 + components: + - type: Transform + pos: 6.5,-6.5 + parent: 2 + - uid: 2748 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-121.5 + parent: 2 + - uid: 10164 + components: + - type: Transform + pos: -1.5,-303.5 + parent: 2 + - uid: 11067 + components: + - type: Transform + pos: 6.5,-332.5 + parent: 2 +- proto: PaperBin5 + entities: + - uid: 2746 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-139.5 + parent: 2 + - uid: 14786 + components: + - type: Transform + pos: -5.5,-72.5 + parent: 2 +- proto: PaperOffice + entities: + - uid: 8542 + components: + - type: Transform + pos: 4.3584957,-272.45734 + parent: 2 + - uid: 9082 + components: + - type: Transform + pos: 4.538463,-272.60727 + parent: 2 +- proto: PaperScrap + entities: + - uid: 2636 + components: + - type: Transform + pos: -6.3057356,-152.6655 + parent: 2 + - uid: 2751 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.3009803,-136.6098 + parent: 2 +- proto: ParticleAcceleratorControlBoxUnfinished + entities: + - uid: 8939 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-260.5 + parent: 2 +- proto: ParticleAcceleratorEmitterForeUnfinished + entities: + - uid: 7727 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-259.5 + parent: 2 +- proto: ParticleAcceleratorEmitterPortUnfinished + entities: + - uid: 7581 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-258.5 + parent: 2 +- proto: ParticleAcceleratorEmitterStarboardUnfinished + entities: + - uid: 8523 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-260.5 + parent: 2 +- proto: ParticleAcceleratorEndCapUnfinished + entities: + - uid: 8100 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,-258.5 + parent: 2 +- proto: ParticleAcceleratorFuelChamber + entities: + - uid: 7461 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-259.5 + parent: 2 +- proto: ParticleAcceleratorPowerBoxUnfinished + entities: + - uid: 8488 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-259.5 + parent: 2 +- proto: Pen + entities: + - uid: 217 + components: + - type: Transform + pos: 6.0078807,-6.5636206 + parent: 2 + - uid: 218 + components: + - type: Transform + pos: 6.1091127,-6.4286876 + parent: 2 + - uid: 2740 + components: + - type: Transform + pos: -5.6306825,-140.2427 + parent: 2 + - uid: 2760 + components: + - type: Transform + pos: -5.401766,-139.93465 + parent: 2 + - uid: 9084 + components: + - type: Transform + pos: 4.3734927,-272.86963 + parent: 2 +- proto: PhoneInstrument + entities: + - uid: 207 + components: + - type: Transform + pos: 6.5365367,-7.3394823 + parent: 2 +- proto: PianoInstrument + entities: + - uid: 7212 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-65.5 + parent: 2 +- proto: Pickaxe + entities: + - uid: 8860 + components: + - type: Transform + pos: -7.5629373,-271.36987 + parent: 2 + - uid: 8864 + components: + - type: Transform + pos: -4.5245614,-272.94254 + parent: 2 + - uid: 14358 + components: + - type: Transform + pos: 13.454053,-140.39398 + parent: 2 +- proto: PillCanisterIron + entities: + - uid: 3696 + components: + - type: Transform + pos: 3.6948316,-173.37283 + parent: 2 +- proto: PinpointerNuclear + entities: + - uid: 76 + components: + - type: Transform + parent: 83 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: PlasmaCanister + entities: + - uid: 1617 + components: + - type: Transform + pos: -21.5,-243.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 9821 + components: + - type: Transform + pos: -5.5,-311.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 11915 + components: + - type: Transform + pos: -21.5,-251.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: PlasmaReinforcedWindowDirectional + entities: + - uid: 2470 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-340.5 + parent: 2 + - uid: 2472 + components: + - type: Transform + pos: 6.5,-341.5 + parent: 2 + - uid: 6889 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-341.5 + parent: 2 +- proto: PlasticFlapsAirtightClear + entities: + - uid: 8763 + components: + - type: Transform + pos: 2.5,-273.5 + parent: 2 + - uid: 11957 + components: + - type: Transform + pos: 9.5,-277.5 + parent: 2 + - uid: 11958 + components: + - type: Transform + pos: 11.5,-281.5 + parent: 2 + - uid: 11959 + components: + - type: Transform + pos: 9.5,-281.5 + parent: 2 + - uid: 11970 + components: + - type: Transform + pos: 11.5,-277.5 + parent: 2 +- proto: PlasticFlapsAirtightOpaque + entities: + - uid: 4416 + components: + - type: Transform + pos: 4.5,-217.5 + parent: 2 +- proto: PlushieArachind + entities: + - uid: 13435 + components: + - type: Transform + pos: -0.6106252,-27.432035 + parent: 2 +- proto: PlushieCarp + entities: + - uid: 3706 + components: + - type: Transform + pos: 6.685664,-122.428696 + parent: 2 + - uid: 3708 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.4083242,-123.53769 + parent: 2 +- proto: PlushieDiona + entities: + - uid: 2253 + components: + - type: Transform + pos: 1.9108882,-40.77967 + parent: 2 +- proto: PlushieHuman + entities: + - uid: 4139 + components: + - type: Transform + pos: -2.1023247,-3.5538187 + parent: 2 +- proto: PlushieLizard + entities: + - uid: 14372 + components: + - type: Transform + pos: 16.56339,-60.471424 + parent: 2 +- proto: PlushieLizardMirrored + entities: + - uid: 1461 + components: + - type: Transform + pos: 3.2787921,-72.53624 + parent: 2 + - uid: 4140 + components: + - type: Transform + pos: -3.6779807,-3.613141 + parent: 2 + - uid: 14334 + components: + - type: Transform + pos: 14.486045,-60.418846 + parent: 2 +- proto: PlushieRGBee + entities: + - uid: 9987 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.686648,-313.90622 + parent: 2 +- proto: PlushieRouny + entities: + - uid: 3887 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.4988103,-200.4284 + parent: 2 +- proto: PlushieSharkBlue + entities: + - uid: 14775 + components: + - type: Transform + parent: 14774 + - type: Physics + canCollide: False +- proto: PlushieSpaceLizard + entities: + - uid: 5362 + components: + - type: Transform + pos: -22.266762,-264.84647 + parent: 2 +- proto: PortableFlasher + entities: + - uid: 14602 + components: + - type: Transform + pos: 9.5,-340.5 + parent: 2 +- proto: PortableGeneratorJrPacman + entities: + - uid: 351 + components: + - type: Transform + pos: 6.5,-372.5 + parent: 2 + - uid: 372 + components: + - type: Transform + pos: 7.5,-1.5 + parent: 2 + - uid: 1050 + components: + - type: Transform + pos: -5.5,-35.5 + parent: 2 + - uid: 2332 + components: + - type: Transform + pos: -2.5,-80.5 + parent: 2 + - uid: 10720 + components: + - type: Transform + pos: -7.5,-174.5 + parent: 2 + - uid: 10735 + components: + - type: Transform + pos: -6.5,-197.5 + parent: 2 + - uid: 10848 + components: + - type: Transform + pos: 4.5,-67.5 + parent: 2 + - uid: 14617 + components: + - type: Transform + anchored: True + pos: -17.5,-265.5 + parent: 2 + - type: Physics + bodyType: Static + - uid: 14806 + components: + - type: Transform + pos: 16.5,-154.5 + parent: 2 + - uid: 15585 + components: + - type: Transform + pos: 5.5,-222.5 + parent: 2 + - uid: 15787 + components: + - type: Transform + pos: 16.5,-142.5 + parent: 2 + - uid: 15790 + components: + - type: Transform + pos: 5.5,-259.5 + parent: 2 + - uid: 15791 + components: + - type: Transform + pos: -5.5,-296.5 + parent: 2 + - uid: 15792 + components: + - type: Transform + pos: -0.5,-268.5 + parent: 2 + - uid: 15793 + components: + - type: Transform + pos: 1.5,-348.5 + parent: 2 +- proto: PortableGeneratorPacman + entities: + - uid: 3745 + components: + - type: Transform + pos: 4.5,-346.5 + parent: 2 + - uid: 3787 + components: + - type: Transform + pos: 18.5,-241.5 + parent: 2 +- proto: PortableGeneratorSuperPacman + entities: + - uid: 2379 + components: + - type: Transform + pos: 18.5,-242.5 + parent: 2 +- proto: PortableScrubber + entities: + - uid: 3 + components: + - type: Transform + pos: -20.5,-263.5 + parent: 2 + - uid: 4904 + components: + - type: Transform + pos: 19.5,-246.5 + parent: 2 + - uid: 7436 + components: + - type: Transform + pos: 2.5,-112.5 + parent: 2 + - uid: 12101 + components: + - type: Transform + pos: -19.5,-263.5 + parent: 2 + - uid: 12631 + components: + - type: Transform + pos: 10.5,-310.5 + parent: 2 +- proto: PortalGatewayBlue + entities: + - uid: 6620 + components: + - type: Transform + pos: -3.5,-254.5 + parent: 2 + - type: LinkedEntity + deleteOnEmptyLinks: True + linkedEntities: + - 6619 + - uid: 15817 + components: + - type: Transform + pos: 4.5,-15.5 + parent: 2 + - type: LinkedEntity + deleteOnEmptyLinks: True + linkedEntities: + - 15816 +- proto: PortalGatewayOrange + entities: + - uid: 6619 + components: + - type: Transform + pos: -0.5,-113.5 + parent: 2 + - type: LinkedEntity + deleteOnEmptyLinks: True + linkedEntities: + - 6620 + - uid: 15816 + components: + - type: Transform + pos: -4.5,-330.5 + parent: 2 + - type: LinkedEntity + deleteOnEmptyLinks: True + linkedEntities: + - 15817 +- proto: PosterContrabandBeachStarYamamoto + entities: + - uid: 378 + components: + - type: MetaData + name: Beach Star Bratton! + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-12.5 + parent: 2 +- proto: PosterContrabandClown + entities: + - uid: 875 + components: + - type: Transform + pos: 7.5,-14.5 + parent: 2 + - uid: 1996 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-124.5 + parent: 2 + - uid: 14882 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-128.5 + parent: 2 +- proto: PosterContrabandHighEffectEngineering + entities: + - uid: 1210 + components: + - type: Transform + pos: 20.5,-249.5 + parent: 2 +- proto: PosterContrabandMissingGloves + entities: + - uid: 7980 + components: + - type: Transform + pos: 20.5,-240.5 + parent: 2 + - uid: 16893 + components: + - type: Transform + pos: -12.5,-255.5 + parent: 2 +- proto: PosterContrabandNuclearDeviceInformational + entities: + - uid: 3752 + components: + - type: Transform + pos: -3.5,-0.5 + parent: 2 +- proto: PosterContrabandSmoke + entities: + - uid: 6624 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-263.5 + parent: 2 + - uid: 12669 + components: + - type: Transform + pos: 1.5,-267.5 + parent: 2 +- proto: PosterLegitIan + entities: + - uid: 3709 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-117.5 + parent: 2 +- proto: PosterLegitLoveIan + entities: + - uid: 3710 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-118.5 + parent: 2 +- proto: PosterLegitMime + entities: + - uid: 2018 + components: + - type: Transform + pos: -5.5,-121.5 + parent: 2 +- proto: PosterLegitNanotrasenLogo + entities: + - uid: 3895 + components: + - type: Transform + pos: -1.5,-0.5 + parent: 2 +- proto: PosterLegitReportCrimes + entities: + - uid: 2393 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-69.5 + parent: 2 +- proto: PosterLegitSafetyMothHardhat + entities: + - uid: 4223 + components: + - type: Transform + pos: -7.5,-111.5 + parent: 2 +- proto: PottedPlant16 + entities: + - uid: 3909 + components: + - type: Transform + pos: -3.5,-198.5 + parent: 2 +- proto: PottedPlant7 + entities: + - uid: 12408 + components: + - type: Transform + pos: 5.5,-316.5 + parent: 2 + - uid: 12440 + components: + - type: Transform + pos: -3.5,-299.5 + parent: 2 +- proto: PottedPlantBioluminscent + entities: + - uid: 65 + components: + - type: Transform + pos: 2.5,1.5 + parent: 2 + - uid: 133 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 2 +- proto: PottedPlantRandom + entities: + - uid: 223 + components: + - type: Transform + pos: 1.5,-12.5 + parent: 2 + - uid: 313 + components: + - type: Transform + pos: -0.5,-9.5 + parent: 2 + - uid: 775 + components: + - type: Transform + pos: -5.5,-32.5 + parent: 2 + - uid: 2438 + components: + - type: Transform + pos: 6.5,-98.5 + parent: 2 + - uid: 2439 + components: + - type: Transform + pos: -0.5,-98.5 + parent: 2 + - uid: 2442 + components: + - type: Transform + pos: 4.5,-119.5 + parent: 2 + - uid: 2509 + components: + - type: Transform + pos: -0.5,-135.5 + parent: 2 + - uid: 2532 + components: + - type: Transform + pos: 6.5,-148.5 + parent: 2 + - uid: 3129 + components: + - type: Transform + pos: -2.5,-247.5 + parent: 2 + - uid: 7789 + components: + - type: Transform + pos: 7.5,-194.5 + parent: 2 + - uid: 8923 + components: + - type: Transform + pos: 3.5,-201.5 + parent: 2 + - uid: 12701 + components: + - type: Transform + pos: 7.5,-306.5 + parent: 2 + - uid: 12702 + components: + - type: Transform + pos: 1.5,-303.5 + parent: 2 + - uid: 14745 + components: + - type: Transform + pos: -7.5,-309.5 + parent: 2 + - uid: 14771 + components: + - type: Transform + pos: -1.5,-39.5 + parent: 2 + - uid: 15032 + components: + - type: Transform + pos: -10.5,-132.5 + parent: 2 + - uid: 15033 + components: + - type: Transform + pos: -7.5,-136.5 + parent: 2 + - uid: 15035 + components: + - type: Transform + pos: 1.5,-110.5 + parent: 2 + - uid: 15089 + components: + - type: Transform + pos: 10.5,-201.5 + parent: 2 + - uid: 15823 + components: + - type: Transform + pos: -1.5,-332.5 + parent: 2 +- proto: PottedPlantRandomPlastic + entities: + - uid: 9046 + components: + - type: Transform + pos: 3.5,-269.5 + parent: 2 +- proto: PottedPlantRD + entities: + - uid: 4045 + components: + - type: Transform + pos: -5.5,-305.5 + parent: 2 +- proto: PowerCellHigh + entities: + - uid: 8833 + components: + - type: Transform + pos: 7.3432894,-115.48833 + parent: 2 + - uid: 15160 + components: + - type: Transform + pos: 7.332042,-115.285934 + parent: 2 +- proto: PowerCellMedium + entities: + - uid: 5120 + components: + - type: Transform + pos: 7.725722,-115.285934 + parent: 2 + - uid: 15164 + components: + - type: Transform + pos: 7.7144737,-115.522064 + parent: 2 +- proto: PowerCellRecharger + entities: + - uid: 1074 + components: + - type: Transform + pos: -3.5,-26.5 + parent: 2 + - uid: 9058 + components: + - type: Transform + pos: 5.5,-282.5 + parent: 2 + - uid: 9065 + components: + - type: Transform + pos: 8.5,-177.5 + parent: 2 + - uid: 9066 + components: + - type: Transform + pos: -2.5,-136.5 + parent: 2 + - uid: 9067 + components: + - type: Transform + pos: 6.5,-122.5 + parent: 2 + - uid: 10129 + components: + - type: Transform + pos: -1.5,-301.5 + parent: 2 + - uid: 15267 + components: + - type: Transform + pos: 4.5,-245.5 + parent: 2 +- proto: Poweredlight + entities: + - uid: 1805 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-165.5 + parent: 2 + - uid: 2041 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-168.5 + parent: 2 + - uid: 2467 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-237.5 + parent: 2 + - uid: 3174 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-169.5 + parent: 2 + - uid: 3204 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-172.5 + parent: 2 + - uid: 3205 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-177.5 + parent: 2 + - uid: 3209 + components: + - type: Transform + pos: 1.5,-162.5 + parent: 2 + - uid: 3211 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-179.5 + parent: 2 + - uid: 3212 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-179.5 + parent: 2 + - uid: 3249 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-179.5 + parent: 2 + - uid: 3679 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-172.5 + parent: 2 + - uid: 3776 + components: + - type: Transform + pos: -18.5,-236.5 + parent: 2 + - uid: 3777 + components: + - type: Transform + pos: -21.5,-240.5 + parent: 2 + - uid: 3779 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-194.5 + parent: 2 + - uid: 3780 + components: + - type: Transform + pos: -0.5,-192.5 + parent: 2 + - uid: 3781 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-190.5 + parent: 2 + - uid: 3785 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-196.5 + parent: 2 + - uid: 3786 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-196.5 + parent: 2 + - uid: 3828 + components: + - type: Transform + pos: 4.5,-205.5 + parent: 2 + - uid: 3953 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-206.5 + parent: 2 + - uid: 4233 + components: + - type: Transform + pos: -6.5,-83.5 + parent: 2 + - uid: 4680 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-191.5 + parent: 2 + - uid: 4773 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-3.5 + parent: 2 + - uid: 4868 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-89.5 + parent: 2 + - uid: 4979 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-86.5 + parent: 2 + - uid: 5036 + components: + - type: Transform + pos: -1.5,-5.5 + parent: 2 + - uid: 6781 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-203.5 + parent: 2 + - uid: 7323 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,-247.5 + parent: 2 + - uid: 7719 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-201.5 + parent: 2 + - uid: 7720 + components: + - type: Transform + pos: 7.5,-194.5 + parent: 2 + - uid: 7904 + components: + - type: Transform + pos: -6.5,-189.5 + parent: 2 + - uid: 13288 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-261.5 + parent: 2 + - uid: 16959 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-252.5 + parent: 2 + - uid: 16960 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-252.5 + parent: 2 + - uid: 16964 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -18.5,-265.5 + parent: 2 + - uid: 16966 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-241.5 + parent: 2 + - uid: 16967 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-246.5 + parent: 2 +- proto: PoweredlightBlue + entities: + - uid: 5653 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-169.5 + parent: 2 +- proto: PoweredlightCyan + entities: + - uid: 6962 + components: + - type: Transform + pos: -3.5,-253.5 + parent: 2 + - uid: 9692 + components: + - type: Transform + pos: 29.5,-306.5 + parent: 2 + - uid: 10799 + components: + - type: Transform + pos: 4.5,-14.5 + parent: 2 + - uid: 14344 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-260.5 + parent: 2 +- proto: PoweredlightExterior + entities: + - uid: 401 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,4.5 + parent: 2 + - uid: 421 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,4.5 + parent: 2 +- proto: PoweredlightGreen + entities: + - uid: 4220 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-110.5 + parent: 2 + - uid: 9694 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,-308.5 + parent: 2 +- proto: PoweredlightLED + entities: + - uid: 202 + components: + - type: Transform + pos: 2.5,-249.5 + parent: 2 + - uid: 757 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-122.5 + parent: 2 + - uid: 1389 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-93.5 + parent: 2 + - uid: 1394 + components: + - type: Transform + pos: -2.5,-90.5 + parent: 2 + - uid: 1399 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-91.5 + parent: 2 + - uid: 1552 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-85.5 + parent: 2 + - uid: 1572 + components: + - type: Transform + pos: 2.5,-119.5 + parent: 2 + - uid: 1574 + components: + - type: Transform + pos: -1.5,-119.5 + parent: 2 + - uid: 1768 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-113.5 + parent: 2 + - uid: 2042 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-5.5 + parent: 2 + - uid: 2057 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-176.5 + parent: 2 + - uid: 2064 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-11.5 + parent: 2 + - uid: 2575 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-252.5 + parent: 2 + - uid: 3800 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-261.5 + parent: 2 + - uid: 4048 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-299.5 + parent: 2 + - uid: 4211 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,-249.5 + parent: 2 + - uid: 4351 + components: + - type: Transform + pos: -7.5,-107.5 + parent: 2 + - uid: 4415 + components: + - type: Transform + pos: 12.5,-256.5 + parent: 2 + - uid: 5144 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-256.5 + parent: 2 + - uid: 5479 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-249.5 + parent: 2 + - uid: 5489 + components: + - type: Transform + pos: 8.5,-171.5 + parent: 2 + - uid: 5503 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-248.5 + parent: 2 + - uid: 5504 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,-255.5 + parent: 2 + - uid: 5654 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-240.5 + parent: 2 + - uid: 5661 + components: + - type: Transform + pos: -2.5,-165.5 + parent: 2 + - uid: 5699 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-142.5 + parent: 2 + - uid: 5700 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-142.5 + parent: 2 + - uid: 5961 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-117.5 + parent: 2 + - uid: 6015 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-11.5 + parent: 2 + - uid: 6019 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-9.5 + parent: 2 + - uid: 6038 + components: + - type: Transform + pos: 4.5,2.5 + parent: 2 + - uid: 6062 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,2.5 + parent: 2 + - uid: 6068 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,2.5 + parent: 2 + - uid: 7497 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,-240.5 + parent: 2 + - uid: 7777 + components: + - type: Transform + pos: -7.5,-307.5 + parent: 2 + - uid: 7858 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-255.5 + parent: 2 + - uid: 8193 + components: + - type: Transform + pos: 17.5,-245.5 + parent: 2 + - uid: 8277 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-255.5 + parent: 2 + - uid: 8350 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-249.5 + parent: 2 + - uid: 8482 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-309.5 + parent: 2 + - uid: 8663 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-253.5 + parent: 2 + - uid: 9444 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-311.5 + parent: 2 + - uid: 9534 + components: + - type: Transform + pos: 20.5,-315.5 + parent: 2 + - uid: 9535 + components: + - type: Transform + pos: 24.5,-315.5 + parent: 2 + - uid: 9537 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,-317.5 + parent: 2 + - uid: 9538 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-317.5 + parent: 2 + - uid: 9544 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-311.5 + parent: 2 + - uid: 9545 + components: + - type: Transform + pos: 23.5,-303.5 + parent: 2 + - uid: 9546 + components: + - type: Transform + pos: 21.5,-303.5 + parent: 2 + - uid: 9696 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-306.5 + parent: 2 + - uid: 9697 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-308.5 + parent: 2 + - uid: 9708 + components: + - type: Transform + pos: 24.5,-297.5 + parent: 2 + - uid: 9709 + components: + - type: Transform + pos: 20.5,-297.5 + parent: 2 + - uid: 9710 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-299.5 + parent: 2 + - uid: 9711 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,-299.5 + parent: 2 + - uid: 9713 + components: + - type: Transform + pos: 1.5,-297.5 + parent: 2 + - uid: 9714 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-300.5 + parent: 2 + - uid: 9734 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-300.5 + parent: 2 + - uid: 9988 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-311.5 + parent: 2 + - uid: 9989 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-315.5 + parent: 2 + - uid: 9990 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-311.5 + parent: 2 + - uid: 9991 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-315.5 + parent: 2 + - uid: 9994 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-311.5 + parent: 2 + - uid: 9995 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-303.5 + parent: 2 + - uid: 10030 + components: + - type: Transform + pos: 4.5,-306.5 + parent: 2 + - uid: 10047 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-308.5 + parent: 2 + - uid: 10055 + components: + - type: Transform + pos: 11.5,-306.5 + parent: 2 + - uid: 10056 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-308.5 + parent: 2 + - uid: 10081 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-120.5 + parent: 2 + - uid: 10094 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-303.5 + parent: 2 + - uid: 10095 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-303.5 + parent: 2 + - uid: 10109 + components: + - type: Transform + pos: -2.5,-299.5 + parent: 2 + - uid: 10110 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-305.5 + parent: 2 + - uid: 10111 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-305.5 + parent: 2 + - uid: 10137 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-319.5 + parent: 2 + - uid: 10142 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-318.5 + parent: 2 + - uid: 10144 + components: + - type: Transform + pos: -6.5,-317.5 + parent: 2 + - uid: 10146 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-311.5 + parent: 2 + - uid: 10147 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-311.5 + parent: 2 + - uid: 10766 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-53.5 + parent: 2 + - uid: 11080 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-332.5 + parent: 2 + - uid: 11349 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-346.5 + parent: 2 + - uid: 12226 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-252.5 + parent: 2 +- proto: PoweredlightOrange + entities: + - uid: 1764 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-64.5 + parent: 2 + - uid: 1803 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-2.5 + parent: 2 + - uid: 2290 + components: + - type: Transform + pos: 0.5,-61.5 + parent: 2 + - uid: 2327 + components: + - type: Transform + pos: 6.5,-110.5 + parent: 2 + - uid: 2421 + components: + - type: Transform + pos: -5.5,-138.5 + parent: 2 + - uid: 4042 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,-252.5 + parent: 2 + - uid: 4751 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-263.5 + parent: 2 + - uid: 5024 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-45.5 + parent: 2 + - uid: 5363 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,-263.5 + parent: 2 + - uid: 5676 + components: + - type: Transform + pos: 3.5,-141.5 + parent: 2 + - uid: 5781 + components: + - type: Transform + pos: 4.5,-137.5 + parent: 2 + - uid: 5805 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-152.5 + parent: 2 + - uid: 6390 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-220.5 + parent: 2 + - uid: 6392 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-220.5 + parent: 2 + - uid: 6394 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-229.5 + parent: 2 + - uid: 6397 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-229.5 + parent: 2 + - uid: 6961 + components: + - type: Transform + pos: -0.5,-112.5 + parent: 2 + - uid: 10136 + components: + - type: Transform + pos: -7.5,-297.5 + parent: 2 + - uid: 10162 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-285.5 + parent: 2 + - uid: 10914 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-331.5 + parent: 2 + - uid: 11089 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-328.5 + parent: 2 +- proto: PoweredlightPink + entities: + - uid: 1687 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-54.5 + parent: 2 + - uid: 2292 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-125.5 + parent: 2 + - uid: 10089 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-315.5 + parent: 2 + - uid: 10145 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-313.5 + parent: 2 + - uid: 10530 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-304.5 + parent: 2 + - uid: 14893 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-127.5 + parent: 2 +- proto: PoweredLightPostSmall + entities: + - uid: 2067 + components: + - type: Transform + pos: 4.5,-39.5 + parent: 2 + - uid: 2793 + components: + - type: Transform + pos: 12.5,-244.5 + parent: 2 + - uid: 4224 + components: + - type: Transform + pos: 12.5,-259.5 + parent: 2 + - uid: 4515 + components: + - type: Transform + pos: -8.5,-221.5 + parent: 2 + - uid: 4516 + components: + - type: Transform + pos: -8.5,-228.5 + parent: 2 + - uid: 4517 + components: + - type: Transform + pos: 9.5,-221.5 + parent: 2 + - uid: 4518 + components: + - type: Transform + pos: 9.5,-228.5 + parent: 2 + - uid: 9712 + components: + - type: Transform + pos: 29.5,-303.5 + parent: 2 + - uid: 9716 + components: + - type: Transform + pos: 16.5,-309.5 + parent: 2 + - uid: 9717 + components: + - type: Transform + pos: 16.5,-305.5 + parent: 2 + - uid: 9719 + components: + - type: Transform + pos: 17.5,-314.5 + parent: 2 + - uid: 9721 + components: + - type: Transform + pos: 17.5,-300.5 + parent: 2 + - uid: 9733 + components: + - type: Transform + pos: 29.5,-311.5 + parent: 2 + - uid: 14904 + components: + - type: Transform + pos: -10.5,-131.5 + parent: 2 + - uid: 14905 + components: + - type: Transform + pos: -10.5,-136.5 + parent: 2 + - uid: 14912 + components: + - type: Transform + pos: -6.5,-133.5 + parent: 2 + - uid: 14948 + components: + - type: Transform + pos: -9.5,-143.5 + parent: 2 + - uid: 14949 + components: + - type: Transform + pos: -9.5,-148.5 + parent: 2 + - uid: 14992 + components: + - type: Transform + pos: -9.5,-155.5 + parent: 2 + - uid: 15082 + components: + - type: Transform + pos: 8.5,-203.5 + parent: 2 + - uid: 15083 + components: + - type: Transform + pos: 8.5,-192.5 + parent: 2 + - uid: 15084 + components: + - type: Transform + pos: 12.5,-194.5 + parent: 2 + - uid: 15085 + components: + - type: Transform + pos: 12.5,-201.5 + parent: 2 + - uid: 16968 + components: + - type: Transform + pos: -10.5,-249.5 + parent: 2 + - uid: 16969 + components: + - type: Transform + pos: -10.5,-261.5 + parent: 2 + - uid: 16970 + components: + - type: Transform + pos: -10.5,-242.5 + parent: 2 +- proto: PoweredlightRed + entities: + - uid: 1766 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-78.5 + parent: 2 + - uid: 2325 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-78.5 + parent: 2 + - uid: 2352 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-132.5 + parent: 2 + - uid: 2420 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-132.5 + parent: 2 + - uid: 5428 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-51.5 + parent: 2 + - uid: 5429 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-51.5 + parent: 2 + - uid: 5749 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-159.5 + parent: 2 + - uid: 5750 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-159.5 + parent: 2 + - uid: 5761 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-105.5 + parent: 2 + - uid: 5768 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-105.5 + parent: 2 + - uid: 5991 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-24.5 + parent: 2 + - uid: 6003 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-24.5 + parent: 2 + - uid: 6346 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-240.5 + parent: 2 + - uid: 6348 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-240.5 + parent: 2 + - uid: 6359 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-214.5 + parent: 2 + - uid: 6361 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-214.5 + parent: 2 + - uid: 7060 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-186.5 + parent: 2 + - uid: 7061 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-186.5 + parent: 2 + - uid: 8880 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-267.5 + parent: 2 + - uid: 8881 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-267.5 + parent: 2 + - uid: 9707 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-294.5 + parent: 2 + - uid: 9718 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-294.5 + parent: 2 + - uid: 11065 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-326.5 + parent: 2 + - uid: 11066 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-326.5 + parent: 2 + - uid: 11090 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-353.5 + parent: 2 + - uid: 11091 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-353.5 + parent: 2 + - uid: 12947 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-380.5 + parent: 2 + - uid: 12948 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-380.5 + parent: 2 +- proto: PoweredlightSodium + entities: + - uid: 8525 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-146.5 + parent: 2 +- proto: PoweredSmallLight + entities: + - uid: 62 + components: + - type: Transform + pos: -6.5,-1.5 + parent: 2 + - uid: 92 + components: + - type: Transform + pos: 8.5,-340.5 + parent: 2 + - uid: 141 + components: + - type: Transform + pos: -0.5,-16.5 + parent: 2 + - uid: 210 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-13.5 + parent: 2 + - uid: 356 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-114.5 + parent: 2 + - uid: 419 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-8.5 + parent: 2 + - uid: 641 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-251.5 + parent: 2 + - uid: 730 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-43.5 + parent: 2 + - uid: 764 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-35.5 + parent: 2 + - uid: 821 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-100.5 + parent: 2 + - uid: 891 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-46.5 + parent: 2 + - uid: 898 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-59.5 + parent: 2 + - uid: 1104 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-34.5 + parent: 2 + - uid: 1114 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-62.5 + parent: 2 + - uid: 1226 + components: + - type: Transform + pos: -3.5,-70.5 + parent: 2 + - uid: 1327 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-71.5 + parent: 2 + - uid: 1467 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-37.5 + parent: 2 + - uid: 1471 + components: + - type: Transform + pos: 7.5,-31.5 + parent: 2 + - uid: 1488 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-69.5 + parent: 2 + - uid: 1489 + components: + - type: Transform + pos: 4.5,-56.5 + parent: 2 + - uid: 1753 + components: + - type: Transform + pos: 1.5,-52.5 + parent: 2 + - uid: 1809 + components: + - type: Transform + pos: 2.5,-94.5 + parent: 2 + - uid: 1810 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-82.5 + parent: 2 + - uid: 1918 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-115.5 + parent: 2 + - uid: 1920 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-121.5 + parent: 2 + - uid: 1923 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-109.5 + parent: 2 + - uid: 2043 + components: + - type: Transform + pos: -7.5,-118.5 + parent: 2 + - uid: 2044 + components: + - type: Transform + pos: -7.5,-115.5 + parent: 2 + - uid: 2045 + components: + - type: Transform + pos: -7.5,-112.5 + parent: 2 + - uid: 2050 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-98.5 + parent: 2 + - uid: 2051 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-98.5 + parent: 2 + - uid: 2052 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-98.5 + parent: 2 + - uid: 2053 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-92.5 + parent: 2 + - uid: 2054 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-86.5 + parent: 2 + - uid: 2055 + components: + - type: Transform + pos: 6.5,-81.5 + parent: 2 + - uid: 2072 + components: + - type: Transform + pos: -6.5,-31.5 + parent: 2 + - uid: 2185 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-282.5 + parent: 2 + - uid: 2218 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-279.5 + parent: 2 + - uid: 2219 + components: + - type: Transform + pos: 3.5,-276.5 + parent: 2 + - uid: 2252 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-32.5 + parent: 2 + - uid: 2272 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-125.5 + parent: 2 + - uid: 2273 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-125.5 + parent: 2 + - uid: 2274 + components: + - type: Transform + pos: 4.5,-119.5 + parent: 2 + - uid: 2275 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-125.5 + parent: 2 + - uid: 2326 + components: + - type: Transform + pos: 7.5,-36.5 + parent: 2 + - uid: 2351 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-17.5 + parent: 2 + - uid: 2423 + components: + - type: Transform + pos: -5.5,-95.5 + parent: 2 + - uid: 2441 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-257.5 + parent: 2 + - uid: 2592 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-136.5 + parent: 2 + - uid: 2658 + components: + - type: Transform + pos: 2.5,-148.5 + parent: 2 + - uid: 2659 + components: + - type: Transform + pos: 6.5,-148.5 + parent: 2 + - uid: 2759 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-142.5 + parent: 2 + - uid: 2821 + components: + - type: Transform + pos: -6.5,-150.5 + parent: 2 + - uid: 2822 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-152.5 + parent: 2 + - uid: 2823 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-151.5 + parent: 2 + - uid: 2841 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-142.5 + parent: 2 + - uid: 2843 + components: + - type: Transform + pos: 1.5,-135.5 + parent: 2 + - uid: 2888 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-152.5 + parent: 2 + - uid: 3016 + components: + - type: Transform + pos: 1.5,-25.5 + parent: 2 + - uid: 3074 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-19.5 + parent: 2 + - uid: 3252 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-180.5 + parent: 2 + - uid: 3253 + components: + - type: Transform + pos: -7.5,-171.5 + parent: 2 + - uid: 3332 + components: + - type: Transform + pos: 1.5,-160.5 + parent: 2 + - uid: 3395 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-181.5 + parent: 2 + - uid: 3686 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-285.5 + parent: 2 + - uid: 3711 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-127.5 + parent: 2 + - uid: 3713 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-161.5 + parent: 2 + - uid: 3837 + components: + - type: Transform + pos: 1.5,-344.5 + parent: 2 + - uid: 3923 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-289.5 + parent: 2 + - uid: 3978 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-208.5 + parent: 2 + - uid: 3988 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-201.5 + parent: 2 + - uid: 4144 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-154.5 + parent: 2 + - uid: 4145 + components: + - type: Transform + pos: 1.5,-187.5 + parent: 2 + - uid: 4236 + components: + - type: Transform + pos: 1.5,-133.5 + parent: 2 + - uid: 4241 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,0.5 + parent: 2 + - uid: 4259 + components: + - type: Transform + pos: 1.5,-79.5 + parent: 2 + - uid: 4263 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-73.5 + parent: 2 + - uid: 4295 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-221.5 + parent: 2 + - uid: 4352 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-228.5 + parent: 2 + - uid: 4353 + components: + - type: Transform + pos: -0.5,-217.5 + parent: 2 + - uid: 4355 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-232.5 + parent: 2 + - uid: 4527 + components: + - type: Transform + pos: 1.5,-106.5 + parent: 2 + - uid: 4684 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-235.5 + parent: 2 + - uid: 4687 + components: + - type: Transform + pos: 1.5,-241.5 + parent: 2 + - uid: 4797 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-253.5 + parent: 2 + - uid: 5028 + components: + - type: Transform + pos: -0.5,-243.5 + parent: 2 + - uid: 5029 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-260.5 + parent: 2 + - uid: 5071 + components: + - type: Transform + pos: 4.5,-345.5 + parent: 2 + - uid: 5172 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-249.5 + parent: 2 + - uid: 5274 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-255.5 + parent: 2 + - uid: 5323 + components: + - type: Transform + pos: 6.5,-342.5 + parent: 2 + - uid: 5324 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-336.5 + parent: 2 + - uid: 5340 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-360.5 + parent: 2 + - uid: 5351 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-360.5 + parent: 2 + - uid: 5355 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-336.5 + parent: 2 + - uid: 5383 + components: + - type: Transform + pos: 1.5,-214.5 + parent: 2 + - uid: 5416 + components: + - type: Transform + pos: -0.5,-108.5 + parent: 2 + - uid: 5884 + components: + - type: Transform + pos: -6.5,-29.5 + parent: 2 + - uid: 5963 + components: + - type: Transform + pos: 7.5,-43.5 + parent: 2 + - uid: 5965 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-44.5 + parent: 2 + - uid: 5970 + components: + - type: Transform + pos: -0.5,-27.5 + parent: 2 + - uid: 6618 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-29.5 + parent: 2 + - uid: 7483 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-262.5 + parent: 2 + - uid: 8018 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-287.5 + parent: 2 + - uid: 8357 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-245.5 + parent: 2 + - uid: 8372 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-260.5 + parent: 2 + - uid: 8442 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-244.5 + parent: 2 + - uid: 8711 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-275.5 + parent: 2 + - uid: 8728 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-288.5 + parent: 2 + - uid: 8741 + components: + - type: Transform + pos: -1.5,-270.5 + parent: 2 + - uid: 8767 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-282.5 + parent: 2 + - uid: 8768 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-276.5 + parent: 2 + - uid: 8879 + components: + - type: Transform + pos: 1.5,-268.5 + parent: 2 + - uid: 8885 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-270.5 + parent: 2 + - uid: 8888 + components: + - type: Transform + pos: -6.5,-283.5 + parent: 2 + - uid: 8955 + components: + - type: Transform + pos: -0.5,-273.5 + parent: 2 + - uid: 8961 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-286.5 + parent: 2 + - uid: 9042 + components: + - type: Transform + pos: 7.5,-276.5 + parent: 2 + - uid: 9044 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-282.5 + parent: 2 + - uid: 9068 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-274.5 + parent: 2 + - uid: 9070 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-274.5 + parent: 2 + - uid: 9071 + components: + - type: Transform + pos: 6.5,-270.5 + parent: 2 + - uid: 9322 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-281.5 + parent: 2 + - uid: 9336 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-277.5 + parent: 2 + - uid: 9337 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-270.5 + parent: 2 + - uid: 9430 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-54.5 + parent: 2 + - uid: 9715 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-287.5 + parent: 2 + - uid: 9932 + components: + - type: Transform + pos: 3.5,-296.5 + parent: 2 + - uid: 10148 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-313.5 + parent: 2 + - uid: 10150 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-319.5 + parent: 2 + - uid: 10152 + components: + - type: Transform + pos: -3.5,-297.5 + parent: 2 + - uid: 10529 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-298.5 + parent: 2 + - uid: 10740 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-321.5 + parent: 2 + - uid: 10913 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-342.5 + parent: 2 + - uid: 11063 + components: + - type: Transform + pos: 1.5,-329.5 + parent: 2 + - uid: 11120 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-358.5 + parent: 2 + - uid: 11188 + components: + - type: Transform + pos: 1.5,-362.5 + parent: 2 + - uid: 11498 + components: + - type: Transform + pos: 7.5,-363.5 + parent: 2 + - uid: 11713 + components: + - type: Transform + pos: -1.5,-356.5 + parent: 2 + - uid: 11714 + components: + - type: Transform + pos: 2.5,-356.5 + parent: 2 + - uid: 11717 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-362.5 + parent: 2 + - uid: 11718 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-365.5 + parent: 2 + - uid: 11719 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-368.5 + parent: 2 + - uid: 11720 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-368.5 + parent: 2 + - uid: 11722 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-365.5 + parent: 2 + - uid: 11723 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-367.5 + parent: 2 + - uid: 11724 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-367.5 + parent: 2 + - uid: 11727 + components: + - type: Transform + pos: -2.5,-370.5 + parent: 2 + - uid: 11728 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-362.5 + parent: 2 + - uid: 11730 + components: + - type: Transform + pos: 3.5,-370.5 + parent: 2 + - uid: 11731 + components: + - type: Transform + pos: 7.5,-360.5 + parent: 2 + - uid: 11733 + components: + - type: Transform + pos: 7.5,-366.5 + parent: 2 + - uid: 11734 + components: + - type: Transform + pos: -6.5,-366.5 + parent: 2 + - uid: 11735 + components: + - type: Transform + pos: -6.5,-363.5 + parent: 2 + - uid: 11736 + components: + - type: Transform + pos: -6.5,-360.5 + parent: 2 + - uid: 11740 + components: + - type: Transform + pos: 4.5,-355.5 + parent: 2 + - uid: 11741 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-358.5 + parent: 2 + - uid: 11742 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-358.5 + parent: 2 + - uid: 11746 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-374.5 + parent: 2 + - uid: 11747 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-374.5 + parent: 2 + - uid: 11748 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-374.5 + parent: 2 + - uid: 11749 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-374.5 + parent: 2 + - uid: 11750 + components: + - type: Transform + pos: 6.5,-369.5 + parent: 2 + - uid: 11751 + components: + - type: Transform + pos: -5.5,-369.5 + parent: 2 + - uid: 12138 + components: + - type: Transform + pos: 1.5,-327.5 + parent: 2 + - uid: 12139 + components: + - type: Transform + pos: 1.5,-375.5 + parent: 2 + - uid: 12343 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-327.5 + parent: 2 + - uid: 12371 + components: + - type: Transform + pos: 1.5,-295.5 + parent: 2 + - uid: 12472 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-260.5 + parent: 2 + - uid: 12855 + components: + - type: Transform + pos: -0.5,-362.5 + parent: 2 + - uid: 12915 + components: + - type: Transform + pos: 1.5,-354.5 + parent: 2 + - uid: 12919 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-348.5 + parent: 2 + - uid: 14321 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-63.5 + parent: 2 + - uid: 14351 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-246.5 + parent: 2 + - uid: 14353 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-63.5 + parent: 2 + - uid: 14359 + components: + - type: Transform + pos: 16.5,-59.5 + parent: 2 + - uid: 14419 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-80.5 + parent: 2 + - uid: 14463 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-80.5 + parent: 2 + - uid: 14465 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-84.5 + parent: 2 + - uid: 14466 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-84.5 + parent: 2 + - uid: 14467 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-75.5 + parent: 2 + - uid: 14468 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-71.5 + parent: 2 + - uid: 14469 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-67.5 + parent: 2 + - uid: 14470 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-67.5 + parent: 2 + - uid: 14471 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-71.5 + parent: 2 + - uid: 14472 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-75.5 + parent: 2 + - uid: 14563 + components: + - type: Transform + pos: 14.5,-59.5 + parent: 2 + - uid: 14600 + components: + - type: Transform + pos: 5.5,-242.5 + parent: 2 + - uid: 14606 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-332.5 + parent: 2 + - uid: 14622 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-18.5 + parent: 2 + - uid: 15293 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-336.5 + parent: 2 + - uid: 15789 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-342.5 + parent: 2 + - uid: 16660 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-336.5 + parent: 2 + - uid: 16698 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-342.5 + parent: 2 + - uid: 16699 + components: + - type: Transform + pos: -3.5,-334.5 + parent: 2 + - uid: 16710 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-336.5 + parent: 2 + - uid: 16712 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-340.5 + parent: 2 + - uid: 16869 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-251.5 + parent: 2 + - uid: 16876 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-245.5 + parent: 2 + - uid: 16906 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-168.5 + parent: 2 + - uid: 16913 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,-168.5 + parent: 2 + - uid: 16914 + components: + - type: Transform + pos: -14.5,-161.5 + parent: 2 + - uid: 16915 + components: + - type: Transform + pos: -11.5,-161.5 + parent: 2 + - uid: 16916 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-166.5 + parent: 2 + - uid: 16917 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-163.5 + parent: 2 + - uid: 16944 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-166.5 + parent: 2 + - uid: 16946 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-177.5 + parent: 2 + - uid: 16958 + components: + - type: Transform + pos: -7.5,-260.5 + parent: 2 + - uid: 16962 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,-263.5 + parent: 2 + - uid: 16963 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,-265.5 + parent: 2 + - uid: 17004 + components: + - type: Transform + pos: -6.5,-248.5 + parent: 2 +- proto: PoweredSmallLightEmpty + entities: + - uid: 1776 + components: + - type: Transform + pos: 13.5,-138.5 + parent: 2 + - uid: 2732 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-148.5 + parent: 2 + - uid: 3947 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-198.5 + parent: 2 + - uid: 3948 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-194.5 + parent: 2 + - uid: 3981 + components: + - type: Transform + pos: -4.5,-204.5 + parent: 2 + - uid: 3998 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-202.5 + parent: 2 + - uid: 7380 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-154.5 + parent: 2 + - uid: 7381 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-148.5 + parent: 2 + - uid: 7382 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-148.5 + parent: 2 + - uid: 7383 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-143.5 + parent: 2 + - uid: 7384 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-143.5 + parent: 2 +- proto: Protolathe + entities: + - uid: 10027 + components: + - type: Transform + pos: -4.5,-299.5 + parent: 2 +- proto: PumpkinLantern + entities: + - uid: 1703 + components: + - type: Transform + pos: 6.365387,-27.206318 + parent: 2 +- proto: Rack + entities: + - uid: 105 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,2.5 + parent: 2 + - uid: 120 + components: + - type: Transform + pos: 5.5,-345.5 + parent: 2 + - uid: 422 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-2.5 + parent: 2 + - uid: 955 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,0.5 + parent: 2 + - uid: 1111 + components: + - type: Transform + pos: 6.5,-27.5 + parent: 2 + - uid: 1112 + components: + - type: Transform + pos: 5.5,-31.5 + parent: 2 + - uid: 1113 + components: + - type: Transform + pos: -5.5,-44.5 + parent: 2 + - uid: 1116 + components: + - type: Transform + pos: -5.5,-39.5 + parent: 2 + - uid: 1131 + components: + - type: Transform + pos: -3.5,-38.5 + parent: 2 + - uid: 1132 + components: + - type: Transform + pos: -3.5,-36.5 + parent: 2 + - uid: 1167 + components: + - type: Transform + pos: 3.5,-18.5 + parent: 2 + - uid: 1583 + components: + - type: Transform + pos: 4.5,-59.5 + parent: 2 + - uid: 1778 + components: + - type: Transform + pos: 4.5,-242.5 + parent: 2 + - uid: 2381 + components: + - type: Transform + pos: 16.5,-242.5 + parent: 2 + - uid: 2396 + components: + - type: Transform + pos: 20.5,-253.5 + parent: 2 + - uid: 2436 + components: + - type: Transform + pos: 6.5,-108.5 + parent: 2 + - uid: 2705 + components: + - type: Transform + pos: 3.5,-137.5 + parent: 2 + - uid: 3571 + components: + - type: Transform + pos: -7.5,-177.5 + parent: 2 + - uid: 3573 + components: + - type: Transform + pos: -2.5,-180.5 + parent: 2 + - uid: 3971 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-207.5 + parent: 2 + - uid: 6882 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-300.5 + parent: 2 + - uid: 7791 + components: + - type: Transform + pos: 6.5,-242.5 + parent: 2 + - uid: 8554 + components: + - type: Transform + pos: -5.5,-288.5 + parent: 2 + - uid: 8651 + components: + - type: Transform + pos: -6.5,-283.5 + parent: 2 + - uid: 9516 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-18.5 + parent: 2 + - uid: 10123 + components: + - type: Transform + pos: 7.5,-115.5 + parent: 2 + - uid: 12210 + components: + - type: Transform + pos: -6.5,-17.5 + parent: 2 + - uid: 12411 + components: + - type: Transform + pos: 5.5,-310.5 + parent: 2 + - uid: 12423 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-304.5 + parent: 2 + - uid: 14627 + components: + - type: Transform + pos: -5.5,-244.5 + parent: 2 + - uid: 14637 + components: + - type: Transform + pos: -2.5,-259.5 + parent: 2 + - uid: 14643 + components: + - type: Transform + pos: 6.5,-260.5 + parent: 2 + - uid: 15173 + components: + - type: Transform + pos: 9.5,-119.5 + parent: 2 + - uid: 15174 + components: + - type: Transform + pos: 9.5,-115.5 + parent: 2 + - uid: 15301 + components: + - type: Transform + pos: 3.5,-163.5 + parent: 2 + - uid: 16885 + components: + - type: Transform + pos: -4.5,-251.5 + parent: 2 +- proto: RadiationCollectorNoTank + entities: + - uid: 3192 + components: + - type: Transform + pos: 19.5,-240.5 + parent: 2 + - uid: 6911 + components: + - type: Transform + pos: 19.5,-241.5 + parent: 2 + - uid: 7441 + components: + - type: Transform + pos: 18.5,-240.5 + parent: 2 +- proto: RagItem + entities: + - uid: 2128 + components: + - type: Transform + pos: -2.1022174,-60.36517 + parent: 2 + - uid: 7427 + components: + - type: Transform + pos: 14.739458,-59.475845 + parent: 2 + - uid: 7454 + components: + - type: Transform + pos: 16.746363,-59.466587 + parent: 2 + - uid: 14480 + components: + - type: Transform + parent: 14476 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 14766 + components: + - type: Transform + parent: 14755 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: Railing + entities: + - uid: 56 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,3.5 + parent: 2 + - uid: 57 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,3.5 + parent: 2 + - uid: 88 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-3.5 + parent: 2 + - uid: 91 + components: + - type: Transform + pos: -3.5,-1.5 + parent: 2 + - uid: 786 + components: + - type: Transform + pos: 1.5,-38.5 + parent: 2 + - uid: 787 + components: + - type: Transform + pos: 2.5,-38.5 + parent: 2 + - uid: 788 + components: + - type: Transform + pos: 3.5,-38.5 + parent: 2 + - uid: 796 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-42.5 + parent: 2 + - uid: 797 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-42.5 + parent: 2 + - uid: 798 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-42.5 + parent: 2 + - uid: 800 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-41.5 + parent: 2 + - uid: 801 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-40.5 + parent: 2 + - uid: 802 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-39.5 + parent: 2 + - uid: 824 + components: + - type: Transform + pos: 4.5,-38.5 + parent: 2 + - uid: 826 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-42.5 + parent: 2 + - uid: 828 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-40.5 + parent: 2 + - uid: 829 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-39.5 + parent: 2 + - uid: 830 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-41.5 + parent: 2 + - uid: 2283 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-77.5 + parent: 2 + - uid: 2289 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-280.5 + parent: 2 + - uid: 2335 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-50.5 + parent: 2 + - uid: 2336 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-75.5 + parent: 2 + - uid: 2337 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-75.5 + parent: 2 + - uid: 2338 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-77.5 + parent: 2 + - uid: 2354 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-48.5 + parent: 2 + - uid: 2355 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-48.5 + parent: 2 + - uid: 2356 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-50.5 + parent: 2 + - uid: 2371 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-21.5 + parent: 2 + - uid: 2372 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-23.5 + parent: 2 + - uid: 2373 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-21.5 + parent: 2 + - uid: 2387 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-104.5 + parent: 2 + - uid: 2388 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-102.5 + parent: 2 + - uid: 2389 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-102.5 + parent: 2 + - uid: 2390 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-104.5 + parent: 2 + - uid: 2463 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-131.5 + parent: 2 + - uid: 2464 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-131.5 + parent: 2 + - uid: 2465 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-129.5 + parent: 2 + - uid: 2466 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-129.5 + parent: 2 + - uid: 2634 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-142.5 + parent: 2 + - uid: 2635 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-142.5 + parent: 2 + - uid: 2758 + components: + - type: Transform + pos: -0.5,-278.5 + parent: 2 + - uid: 2910 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-156.5 + parent: 2 + - uid: 2911 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-158.5 + parent: 2 + - uid: 2912 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-158.5 + parent: 2 + - uid: 3524 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-183.5 + parent: 2 + - uid: 3525 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-185.5 + parent: 2 + - uid: 3526 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-183.5 + parent: 2 + - uid: 3527 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-185.5 + parent: 2 + - uid: 5463 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-212.5 + parent: 2 + - uid: 5464 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-210.5 + parent: 2 + - uid: 5465 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-210.5 + parent: 2 + - uid: 5466 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-212.5 + parent: 2 + - uid: 5467 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-23.5 + parent: 2 + - uid: 5468 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-156.5 + parent: 2 + - uid: 6712 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-163.5 + parent: 2 + - uid: 7731 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-239.5 + parent: 2 + - uid: 7732 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-237.5 + parent: 2 + - uid: 7733 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-237.5 + parent: 2 + - uid: 7734 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-239.5 + parent: 2 + - uid: 7829 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-264.5 + parent: 2 + - uid: 8141 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-266.5 + parent: 2 + - uid: 8143 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-266.5 + parent: 2 + - uid: 8144 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-264.5 + parent: 2 + - uid: 8467 + components: + - type: Transform + pos: -11.5,-166.5 + parent: 2 + - uid: 9338 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-291.5 + parent: 2 + - uid: 9339 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-293.5 + parent: 2 + - uid: 9340 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-293.5 + parent: 2 + - uid: 9341 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-291.5 + parent: 2 + - uid: 9996 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-300.5 + parent: 2 + - uid: 10000 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-299.5 + parent: 2 + - uid: 10041 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-311.5 + parent: 2 + - uid: 10043 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-312.5 + parent: 2 + - uid: 10594 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-325.5 + parent: 2 + - uid: 10595 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-323.5 + parent: 2 + - uid: 10596 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-323.5 + parent: 2 + - uid: 10597 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-325.5 + parent: 2 + - uid: 11827 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-379.5 + parent: 2 + - uid: 11828 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-377.5 + parent: 2 + - uid: 11830 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-379.5 + parent: 2 +- proto: RailingCornerSmall + entities: + - uid: 48 + components: + - type: Transform + pos: 1.5,2.5 + parent: 2 + - uid: 55 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,2.5 + parent: 2 + - uid: 100 + components: + - type: Transform + pos: -2.5,-3.5 + parent: 2 + - uid: 101 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-1.5 + parent: 2 + - uid: 681 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-37.5 + parent: 2 + - uid: 682 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-44.5 + parent: 2 + - uid: 683 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-42.5 + parent: 2 + - uid: 696 + components: + - type: Transform + pos: -5.5,-32.5 + parent: 2 + - uid: 698 + components: + - type: Transform + pos: -5.5,-30.5 + parent: 2 + - uid: 700 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-30.5 + parent: 2 + - uid: 701 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-28.5 + parent: 2 + - uid: 793 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-38.5 + parent: 2 + - uid: 804 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-38.5 + parent: 2 + - uid: 806 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-42.5 + parent: 2 + - uid: 832 + components: + - type: Transform + pos: 5.5,-42.5 + parent: 2 + - uid: 2181 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-278.5 + parent: 2 + - uid: 2282 + components: + - type: Transform + pos: 0.5,-280.5 + parent: 2 + - uid: 2627 + components: + - type: Transform + pos: 3.5,-142.5 + parent: 2 + - uid: 2637 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-142.5 + parent: 2 + - uid: 2647 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-141.5 + parent: 2 + - uid: 2648 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-141.5 + parent: 2 + - uid: 2649 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-141.5 + parent: 2 + - uid: 2650 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-141.5 + parent: 2 + - uid: 2893 + components: + - type: Transform + pos: -6.5,-152.5 + parent: 2 + - uid: 2894 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-152.5 + parent: 2 + - uid: 2895 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-150.5 + parent: 2 + - uid: 2896 + components: + - type: Transform + pos: -6.5,-150.5 + parent: 2 + - uid: 8481 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-163.5 + parent: 2 + - uid: 8687 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-166.5 + parent: 2 + - uid: 8825 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-271.5 + parent: 2 + - uid: 8826 + components: + - type: Transform + pos: -7.5,-274.5 + parent: 2 + - uid: 10002 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-301.5 + parent: 2 +- proto: RandomArcade + entities: + - uid: 9469 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-308.5 + parent: 2 + - uid: 10676 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-373.5 + parent: 2 + - uid: 10874 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-373.5 + parent: 2 +- proto: RandomArtifactSpawner + entities: + - uid: 9997 + components: + - type: Transform + pos: -8.5,-314.5 + parent: 2 +- proto: RandomArtifactSpawner20 + entities: + - uid: 13304 + components: + - type: Transform + pos: -9.5,-311.5 + parent: 2 +- proto: RandomBoard + entities: + - uid: 2364 + components: + - type: Transform + pos: -3.5,-6.5 + parent: 2 + - uid: 2382 + components: + - type: Transform + pos: -1.5,-7.5 + parent: 2 + - uid: 2391 + components: + - type: Transform + pos: -3.5,-5.5 + parent: 2 + - uid: 3747 + components: + - type: Transform + pos: -2.5,-7.5 + parent: 2 + - uid: 6908 + components: + - type: Transform + pos: -3.5,-7.5 + parent: 2 + - uid: 7191 + components: + - type: Transform + pos: -0.5,-7.5 + parent: 2 +- proto: RandomDrinkBottle + entities: + - uid: 729 + components: + - type: Transform + pos: -2.5,-45.5 + parent: 2 + - uid: 1272 + components: + - type: Transform + pos: -2.5,-63.5 + parent: 2 +- proto: RandomDrinkGlass + entities: + - uid: 1276 + components: + - type: Transform + pos: -2.5,-64.5 + parent: 2 + - uid: 1277 + components: + - type: Transform + pos: -2.5,-62.5 + parent: 2 + - uid: 1413 + components: + - type: Transform + pos: 1.5,-66.5 + parent: 2 + - uid: 1416 + components: + - type: Transform + pos: 1.5,-59.5 + parent: 2 + - uid: 3206 + components: + - type: Transform + pos: -3.5,-58.5 + parent: 2 +- proto: RandomFoodBakedSingle + entities: + - uid: 763 + components: + - type: Transform + pos: 5.5,-7.5 + parent: 2 + - uid: 2073 + components: + - type: Transform + pos: -7.5,-115.5 + parent: 2 +- proto: RandomFoodBakedWhole + entities: + - uid: 762 + components: + - type: Transform + pos: 4.5,-6.5 + parent: 2 + - uid: 2147 + components: + - type: Transform + pos: -7.5,-118.5 + parent: 2 +- proto: RandomFoodMeal + entities: + - uid: 1671 + components: + - type: Transform + pos: 3.5,-89.5 + parent: 2 + - uid: 1748 + components: + - type: Transform + pos: -0.5,-86.5 + parent: 2 + - uid: 2036 + components: + - type: Transform + pos: 4.5,-99.5 + parent: 2 +- proto: RandomFoodSingle + entities: + - uid: 2034 + components: + - type: Transform + pos: 6.5,-94.5 + parent: 2 + - uid: 2037 + components: + - type: Transform + pos: 0.5,-94.5 + parent: 2 + - uid: 2038 + components: + - type: Transform + pos: 0.5,-94.5 + parent: 2 + - uid: 2311 + components: + - type: Transform + pos: 3.5,-87.5 + parent: 2 + - uid: 2312 + components: + - type: Transform + pos: 3.5,-90.5 + parent: 2 + - uid: 4196 + components: + - type: Transform + pos: -2.5,-67.5 + parent: 2 + - uid: 4519 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-58.5 + parent: 2 +- proto: RandomInstruments + entities: + - uid: 7765 + components: + - type: Transform + pos: 7.5,-196.5 + parent: 2 + - uid: 13433 + components: + - type: Transform + pos: -2.5,-32.5 + parent: 2 +- proto: RandomPosterAny + entities: + - uid: 12999 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-317.5 + parent: 2 + - uid: 13000 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-302.5 + parent: 2 + - uid: 13026 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-229.5 + parent: 2 + - uid: 13038 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-149.5 + parent: 2 + - uid: 13045 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-114.5 + parent: 2 + - uid: 13047 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-120.5 + parent: 2 + - uid: 13061 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-58.5 + parent: 2 +- proto: RandomPosterContraband + entities: + - uid: 598 + components: + - type: Transform + pos: -5.5,-40.5 + parent: 2 + - uid: 10833 + components: + - type: Transform + pos: -6.5,-18.5 + parent: 2 + - uid: 12926 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-374.5 + parent: 2 + - uid: 12990 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-373.5 + parent: 2 + - uid: 13036 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-180.5 + parent: 2 + - uid: 13037 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-153.5 + parent: 2 + - uid: 13042 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-109.5 + parent: 2 + - uid: 13057 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-70.5 + parent: 2 + - uid: 13069 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-44.5 + parent: 2 +- proto: RandomPosterLegit + entities: + - uid: 434 + components: + - type: Transform + pos: -4.5,3.5 + parent: 2 + - uid: 771 + components: + - type: Transform + pos: 2.5,-33.5 + parent: 2 + - uid: 772 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-35.5 + parent: 2 + - uid: 1419 + components: + - type: Transform + pos: 0.5,-65.5 + parent: 2 + - uid: 4240 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-8.5 + parent: 2 + - uid: 7214 + components: + - type: Transform + pos: 2.5,-346.5 + parent: 2 + - uid: 7753 + components: + - type: Transform + pos: 4.5,-207.5 + parent: 2 + - uid: 10814 + components: + - type: Transform + pos: 2.5,-344.5 + parent: 2 + - uid: 12993 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-355.5 + parent: 2 + - uid: 13001 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-283.5 + parent: 2 + - uid: 13002 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-275.5 + parent: 2 + - uid: 13012 + components: + - type: Transform + anchored: False + rot: 3.141592653589793 rad + pos: 21.5,-252.5 + parent: 2 + - uid: 13029 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-204.5 + parent: 2 + - uid: 13031 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-191.5 + parent: 2 + - uid: 13033 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-164.5 + parent: 2 + - uid: 13043 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-141.5 + parent: 2 + - uid: 13052 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-95.5 + parent: 2 + - uid: 13054 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-83.5 + parent: 2 + - uid: 13056 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-69.5 + parent: 2 + - uid: 13063 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-43.5 + parent: 2 + - uid: 13066 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-31.5 + parent: 2 + - uid: 13075 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-17.5 + parent: 2 + - uid: 13076 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-4.5 + parent: 2 + - uid: 13078 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,0.5 + parent: 2 +- proto: RandomSnacks + entities: + - uid: 7788 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-206.5 + parent: 2 +- proto: RandomSoap + entities: + - uid: 352 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-54.5 + parent: 2 + - uid: 7818 + components: + - type: Transform + pos: -6.5,-150.5 + parent: 2 + - uid: 9410 + components: + - type: Transform + pos: -6.5,-152.5 + parent: 2 + - uid: 12120 + components: + - type: Transform + pos: -4.5,-374.5 + parent: 2 +- proto: RandomSpawner + entities: + - uid: 14655 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-69.5 + parent: 2 + - uid: 14656 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-68.5 + parent: 2 + - uid: 14657 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-74.5 + parent: 2 +- proto: RandomVending + entities: + - uid: 559 + components: + - type: Transform + pos: -0.5,-16.5 + parent: 2 + - uid: 2512 + components: + - type: Transform + pos: -0.5,-149.5 + parent: 2 + - uid: 2580 + components: + - type: Transform + pos: 1.5,-136.5 + parent: 2 + - uid: 7903 + components: + - type: Transform + pos: 12.5,-306.5 + parent: 2 + - uid: 9017 + components: + - type: Transform + pos: -0.5,-287.5 + parent: 2 + - uid: 10126 + components: + - type: Transform + pos: -0.5,-319.5 + parent: 2 + - uid: 14734 + components: + - type: Transform + pos: -2.5,-191.5 + parent: 2 + - uid: 14735 + components: + - type: Transform + pos: -6.5,-191.5 + parent: 2 + - uid: 14741 + components: + - type: Transform + pos: -7.5,-307.5 + parent: 2 + - uid: 15034 + components: + - type: Transform + pos: -7.5,-134.5 + parent: 2 + - uid: 15653 + components: + - type: Transform + pos: -5.5,-279.5 + parent: 2 + - uid: 15654 + components: + - type: Transform + pos: -5.5,-280.5 + parent: 2 +- proto: RandomVendingDrinks + entities: + - uid: 752 + components: + - type: Transform + pos: -2.5,-26.5 + parent: 2 + - uid: 810 + components: + - type: Transform + pos: 3.5,-45.5 + parent: 2 + - uid: 887 + components: + - type: Transform + pos: -1.5,-37.5 + parent: 2 +- proto: RandomVendingSnacks + entities: + - uid: 755 + components: + - type: Transform + pos: 3.5,-26.5 + parent: 2 + - uid: 886 + components: + - type: Transform + pos: -1.5,-40.5 + parent: 2 +- proto: RCD + entities: + - uid: 13005 + components: + - type: Transform + pos: 11.623424,-252.29977 + parent: 2 +- proto: RCDAmmo + entities: + - uid: 8444 + components: + - type: Transform + pos: 11.413898,-252.65977 + parent: 2 + - uid: 13004 + components: + - type: Transform + pos: 11.262441,-252.55502 + parent: 2 + - uid: 13006 + components: + - type: Transform + pos: 11.403312,-252.39659 + parent: 2 +- proto: Recycler + entities: + - uid: 5452 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-219.5 + parent: 2 + - type: DeviceLinkSink + links: + - 7621 +- proto: ReinforcedPlasmaWindow + entities: + - uid: 2056 + components: + - type: Transform + pos: -17.5,-239.5 + parent: 2 + - uid: 2211 + components: + - type: Transform + pos: -16.5,-239.5 + parent: 2 + - uid: 2478 + components: + - type: Transform + pos: -19.5,-239.5 + parent: 2 + - uid: 2920 + components: + - type: Transform + pos: -18.5,-239.5 + parent: 2 + - uid: 7580 + components: + - type: Transform + pos: 20.5,-259.5 + parent: 2 + - uid: 7739 + components: + - type: Transform + pos: 6.5,-339.5 + parent: 2 + - uid: 7909 + components: + - type: Transform + pos: 20.5,-260.5 + parent: 2 + - uid: 8616 + components: + - type: Transform + pos: 20.5,-258.5 + parent: 2 + - uid: 9386 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-299.5 + parent: 2 + - uid: 9432 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-298.5 + parent: 2 + - uid: 9436 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-306.5 + parent: 2 + - uid: 9437 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-307.5 + parent: 2 + - uid: 9438 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-308.5 + parent: 2 + - uid: 9440 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-297.5 + parent: 2 + - uid: 9441 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-297.5 + parent: 2 + - uid: 9442 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-298.5 + parent: 2 + - uid: 9443 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-299.5 + parent: 2 + - uid: 9445 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-315.5 + parent: 2 + - uid: 9446 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-316.5 + parent: 2 + - uid: 9447 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-317.5 + parent: 2 + - uid: 9448 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-315.5 + parent: 2 + - uid: 9449 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-316.5 + parent: 2 + - uid: 9450 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-317.5 + parent: 2 + - uid: 11210 + components: + - type: Transform + pos: -7.5,-316.5 + parent: 2 + - uid: 11213 + components: + - type: Transform + pos: -8.5,-316.5 + parent: 2 + - uid: 12390 + components: + - type: Transform + pos: -8.5,-312.5 + parent: 2 + - uid: 12404 + components: + - type: Transform + pos: -7.5,-312.5 + parent: 2 +- proto: ReinforcedWindow + entities: + - uid: 15 + components: + - type: Transform + pos: -1.5,3.5 + parent: 2 + - uid: 16 + components: + - type: Transform + pos: -0.5,4.5 + parent: 2 + - uid: 17 + components: + - type: Transform + pos: 0.5,4.5 + parent: 2 + - uid: 18 + components: + - type: Transform + pos: 1.5,4.5 + parent: 2 + - uid: 19 + components: + - type: Transform + pos: 2.5,3.5 + parent: 2 + - uid: 106 + components: + - type: Transform + pos: 4.5,-0.5 + parent: 2 + - uid: 140 + components: + - type: Transform + pos: 6.5,-0.5 + parent: 2 + - uid: 143 + components: + - type: Transform + pos: 7.5,-6.5 + parent: 2 + - uid: 144 + components: + - type: Transform + pos: 7.5,-7.5 + parent: 2 + - uid: 156 + components: + - type: Transform + pos: 7.5,-5.5 + parent: 2 + - uid: 158 + components: + - type: Transform + pos: 10.5,-118.5 + parent: 2 + - uid: 226 + components: + - type: Transform + pos: -6.5,-5.5 + parent: 2 + - uid: 227 + components: + - type: Transform + pos: -6.5,-6.5 + parent: 2 + - uid: 228 + components: + - type: Transform + pos: -6.5,-7.5 + parent: 2 + - uid: 229 + components: + - type: Transform + pos: -6.5,-9.5 + parent: 2 + - uid: 230 + components: + - type: Transform + pos: -6.5,-10.5 + parent: 2 + - uid: 231 + components: + - type: Transform + pos: -6.5,-11.5 + parent: 2 + - uid: 264 + components: + - type: Transform + pos: 1.5,-351.5 + parent: 2 + - uid: 315 + components: + - type: Transform + pos: 2.5,-173.5 + parent: 2 + - uid: 322 + components: + - type: Transform + pos: 7.5,-8.5 + parent: 2 + - uid: 440 + components: + - type: Transform + pos: -6.5,-39.5 + parent: 2 + - uid: 486 + components: + - type: Transform + pos: -7.5,-60.5 + parent: 2 + - uid: 578 + components: + - type: Transform + pos: -7.5,-68.5 + parent: 2 + - uid: 579 + components: + - type: Transform + pos: -6.5,-372.5 + parent: 2 + - uid: 589 + components: + - type: Transform + pos: 7.5,-38.5 + parent: 2 + - uid: 591 + components: + - type: Transform + pos: 7.5,-39.5 + parent: 2 + - uid: 592 + components: + - type: Transform + pos: 7.5,-40.5 + parent: 2 + - uid: 593 + components: + - type: Transform + pos: 7.5,-41.5 + parent: 2 + - uid: 890 + components: + - type: Transform + pos: -6.5,-53.5 + parent: 2 + - uid: 893 + components: + - type: Transform + pos: -5.5,-52.5 + parent: 2 + - uid: 904 + components: + - type: Transform + pos: 8.5,-56.5 + parent: 2 + - uid: 909 + components: + - type: Transform + pos: 7.5,-61.5 + parent: 2 + - uid: 936 + components: + - type: Transform + pos: 8.5,-55.5 + parent: 2 + - uid: 937 + components: + - type: Transform + pos: 8.5,-68.5 + parent: 2 + - uid: 942 + components: + - type: Transform + pos: 7.5,-63.5 + parent: 2 + - uid: 946 + components: + - type: Transform + pos: -7.5,-67.5 + parent: 2 + - uid: 948 + components: + - type: Transform + pos: -7.5,-57.5 + parent: 2 + - uid: 949 + components: + - type: Transform + pos: -7.5,-59.5 + parent: 2 + - uid: 958 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-299.5 + parent: 2 + - uid: 1016 + components: + - type: Transform + pos: -7.5,-58.5 + parent: 2 + - uid: 1030 + components: + - type: Transform + pos: -7.5,-65.5 + parent: 2 + - uid: 1031 + components: + - type: Transform + pos: -7.5,-66.5 + parent: 2 + - uid: 1034 + components: + - type: Transform + pos: 7.5,-62.5 + parent: 2 + - uid: 1228 + components: + - type: Transform + pos: -6.5,-72.5 + parent: 2 + - uid: 1440 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-73.5 + parent: 2 + - uid: 1584 + components: + - type: Transform + pos: -7.5,-82.5 + parent: 2 + - uid: 1586 + components: + - type: Transform + pos: -10.5,-85.5 + parent: 2 + - uid: 1588 + components: + - type: Transform + pos: -10.5,-87.5 + parent: 2 + - uid: 1592 + components: + - type: Transform + pos: 7.5,-82.5 + parent: 2 + - uid: 1593 + components: + - type: Transform + pos: 7.5,-83.5 + parent: 2 + - uid: 1594 + components: + - type: Transform + pos: 7.5,-84.5 + parent: 2 + - uid: 1595 + components: + - type: Transform + pos: 7.5,-85.5 + parent: 2 + - uid: 1598 + components: + - type: Transform + pos: 7.5,-87.5 + parent: 2 + - uid: 1599 + components: + - type: Transform + pos: 7.5,-88.5 + parent: 2 + - uid: 1600 + components: + - type: Transform + pos: 7.5,-89.5 + parent: 2 + - uid: 1601 + components: + - type: Transform + pos: 7.5,-90.5 + parent: 2 + - uid: 1602 + components: + - type: Transform + pos: 7.5,-91.5 + parent: 2 + - uid: 1604 + components: + - type: Transform + pos: 7.5,-93.5 + parent: 2 + - uid: 1605 + components: + - type: Transform + pos: 7.5,-94.5 + parent: 2 + - uid: 1606 + components: + - type: Transform + pos: 7.5,-95.5 + parent: 2 + - uid: 1607 + components: + - type: Transform + pos: 7.5,-96.5 + parent: 2 + - uid: 1732 + components: + - type: Transform + pos: -7.5,-90.5 + parent: 2 + - uid: 1752 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-74.5 + parent: 2 + - uid: 1774 + components: + - type: Transform + pos: 8.5,-57.5 + parent: 2 + - uid: 1775 + components: + - type: Transform + pos: 8.5,-69.5 + parent: 2 + - uid: 1779 + components: + - type: Transform + pos: 7.5,-64.5 + parent: 2 + - uid: 1807 + components: + - type: Transform + pos: -18.5,-249.5 + parent: 2 + - uid: 1945 + components: + - type: Transform + pos: -9.5,-108.5 + parent: 2 + - uid: 1964 + components: + - type: Transform + pos: -9.5,-124.5 + parent: 2 + - uid: 1965 + components: + - type: Transform + pos: -9.5,-122.5 + parent: 2 + - uid: 1966 + components: + - type: Transform + pos: -9.5,-121.5 + parent: 2 + - uid: 1967 + components: + - type: Transform + pos: -9.5,-119.5 + parent: 2 + - uid: 1968 + components: + - type: Transform + pos: -9.5,-118.5 + parent: 2 + - uid: 1969 + components: + - type: Transform + pos: -9.5,-116.5 + parent: 2 + - uid: 1970 + components: + - type: Transform + pos: -9.5,-115.5 + parent: 2 + - uid: 1971 + components: + - type: Transform + pos: -9.5,-113.5 + parent: 2 + - uid: 1972 + components: + - type: Transform + pos: -9.5,-112.5 + parent: 2 + - uid: 1974 + components: + - type: Transform + pos: -9.5,-109.5 + parent: 2 + - uid: 2124 + components: + - type: Transform + pos: 7.5,-124.5 + parent: 2 + - uid: 2125 + components: + - type: Transform + pos: 7.5,-123.5 + parent: 2 + - uid: 2126 + components: + - type: Transform + pos: 7.5,-122.5 + parent: 2 + - uid: 2129 + components: + - type: Transform + pos: 10.5,-119.5 + parent: 2 + - uid: 2149 + components: + - type: Transform + pos: 0.5,-122.5 + parent: 2 + - uid: 2150 + components: + - type: Transform + pos: -1.5,-122.5 + parent: 2 + - uid: 2151 + components: + - type: Transform + pos: -2.5,-121.5 + parent: 2 + - uid: 2152 + components: + - type: Transform + pos: -2.5,-120.5 + parent: 2 + - uid: 2168 + components: + - type: Transform + pos: 1.5,-122.5 + parent: 2 + - uid: 2568 + components: + - type: Transform + pos: 9.5,-138.5 + parent: 2 + - uid: 2569 + components: + - type: Transform + pos: 9.5,-145.5 + parent: 2 + - uid: 2571 + components: + - type: Transform + pos: 9.5,-144.5 + parent: 2 + - uid: 2572 + components: + - type: Transform + pos: 9.5,-147.5 + parent: 2 + - uid: 2577 + components: + - type: Transform + pos: 9.5,-139.5 + parent: 2 + - uid: 2594 + components: + - type: Transform + pos: -7.5,-141.5 + parent: 2 + - uid: 2595 + components: + - type: Transform + pos: -7.5,-140.5 + parent: 2 + - uid: 2597 + components: + - type: Transform + pos: -7.5,-150.5 + parent: 2 + - uid: 2598 + components: + - type: Transform + pos: -7.5,-152.5 + parent: 2 + - uid: 2603 + components: + - type: Transform + pos: -9.5,-125.5 + parent: 2 + - uid: 2652 + components: + - type: Transform + pos: -4.5,-134.5 + parent: 2 + - uid: 2655 + components: + - type: Transform + pos: -7.5,-139.5 + parent: 2 + - uid: 2782 + components: + - type: Transform + pos: 7.5,-149.5 + parent: 2 + - uid: 2943 + components: + - type: Transform + pos: -8.5,-173.5 + parent: 2 + - uid: 2944 + components: + - type: Transform + pos: -8.5,-174.5 + parent: 2 + - uid: 2945 + components: + - type: Transform + pos: -8.5,-175.5 + parent: 2 + - uid: 2946 + components: + - type: Transform + pos: -8.5,-176.5 + parent: 2 + - uid: 2947 + components: + - type: Transform + pos: 9.5,-176.5 + parent: 2 + - uid: 2949 + components: + - type: Transform + pos: 9.5,-174.5 + parent: 2 + - uid: 2950 + components: + - type: Transform + pos: 9.5,-173.5 + parent: 2 + - uid: 2951 + components: + - type: Transform + pos: 8.5,-168.5 + parent: 2 + - uid: 2952 + components: + - type: Transform + pos: 8.5,-167.5 + parent: 2 + - uid: 2953 + components: + - type: Transform + pos: 8.5,-166.5 + parent: 2 + - uid: 3060 + components: + - type: Transform + pos: 9.5,-175.5 + parent: 2 + - uid: 3182 + components: + - type: Transform + pos: -9.5,-309.5 + parent: 2 + - uid: 3559 + components: + - type: Transform + pos: -10.5,-308.5 + parent: 2 + - uid: 3784 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-242.5 + parent: 2 + - uid: 3788 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-74.5 + parent: 2 + - uid: 3795 + components: + - type: Transform + pos: -7.5,-197.5 + parent: 2 + - uid: 3796 + components: + - type: Transform + pos: -7.5,-196.5 + parent: 2 + - uid: 3797 + components: + - type: Transform + pos: -7.5,-195.5 + parent: 2 + - uid: 3802 + components: + - type: Transform + pos: -6.5,-202.5 + parent: 2 + - uid: 3803 + components: + - type: Transform + pos: -6.5,-201.5 + parent: 2 + - uid: 3805 + components: + - type: Transform + pos: -6.5,-204.5 + parent: 2 + - uid: 3806 + components: + - type: Transform + pos: -6.5,-205.5 + parent: 2 + - uid: 3843 + components: + - type: Transform + pos: 9.5,-146.5 + parent: 2 + - uid: 3850 + components: + - type: Transform + pos: -1.5,-206.5 + parent: 2 + - uid: 3870 + components: + - type: Transform + pos: -3.5,-204.5 + parent: 2 + - uid: 4243 + components: + - type: Transform + pos: -4.5,-231.5 + parent: 2 + - uid: 4324 + components: + - type: Transform + pos: -1.5,-225.5 + parent: 2 + - uid: 4325 + components: + - type: Transform + pos: -1.5,-224.5 + parent: 2 + - uid: 4326 + components: + - type: Transform + pos: 2.5,-225.5 + parent: 2 + - uid: 4327 + components: + - type: Transform + pos: 2.5,-224.5 + parent: 2 + - uid: 4328 + components: + - type: Transform + pos: 5.5,-230.5 + parent: 2 + - uid: 4331 + components: + - type: Transform + pos: -3.5,-232.5 + parent: 2 + - uid: 4332 + components: + - type: Transform + pos: -4.5,-230.5 + parent: 2 + - uid: 4336 + components: + - type: Transform + pos: -4.5,-219.5 + parent: 2 + - uid: 4337 + components: + - type: Transform + pos: -4.5,-218.5 + parent: 2 + - uid: 4338 + components: + - type: Transform + pos: -4.5,-217.5 + parent: 2 + - uid: 4339 + components: + - type: Transform + pos: -3.5,-217.5 + parent: 2 + - uid: 4506 + components: + - type: Transform + pos: -4.5,-232.5 + parent: 2 + - uid: 4634 + components: + - type: Transform + pos: -8.5,-191.5 + parent: 2 + - uid: 4662 + components: + - type: Transform + pos: -8.5,-190.5 + parent: 2 + - uid: 4739 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-221.5 + parent: 2 + - uid: 4817 + components: + - type: Transform + pos: 5.5,-231.5 + parent: 2 + - uid: 4818 + components: + - type: Transform + pos: 5.5,-232.5 + parent: 2 + - uid: 4819 + components: + - type: Transform + pos: 4.5,-232.5 + parent: 2 + - uid: 4897 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-218.5 + parent: 2 + - uid: 5449 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-220.5 + parent: 2 + - uid: 6763 + components: + - type: Transform + pos: -12.5,-256.5 + parent: 2 + - uid: 6794 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-241.5 + parent: 2 + - uid: 6798 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-257.5 + parent: 2 + - uid: 6804 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-255.5 + parent: 2 + - uid: 6805 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-254.5 + parent: 2 + - uid: 6806 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-256.5 + parent: 2 + - uid: 6876 + components: + - type: Transform + pos: -9.5,-308.5 + parent: 2 + - uid: 6877 + components: + - type: Transform + pos: -9.5,-307.5 + parent: 2 + - uid: 6880 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-301.5 + parent: 2 + - uid: 6892 + components: + - type: Transform + pos: 18.5,-238.5 + parent: 2 + - uid: 6893 + components: + - type: Transform + pos: -9.5,-190.5 + parent: 2 + - uid: 6895 + components: + - type: Transform + pos: -8.5,-189.5 + parent: 2 + - uid: 7190 + components: + - type: Transform + pos: 1.5,-200.5 + parent: 2 + - uid: 7192 + components: + - type: Transform + pos: 0.5,-200.5 + parent: 2 + - uid: 7419 + components: + - type: Transform + pos: 17.5,-238.5 + parent: 2 + - uid: 7552 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-146.5 + parent: 2 + - uid: 7606 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-217.5 + parent: 2 + - uid: 7703 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-201.5 + parent: 2 + - uid: 7704 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-200.5 + parent: 2 + - uid: 7705 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-199.5 + parent: 2 + - uid: 7706 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-198.5 + parent: 2 + - uid: 7707 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-197.5 + parent: 2 + - uid: 7708 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-196.5 + parent: 2 + - uid: 7709 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-195.5 + parent: 2 + - uid: 7710 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-194.5 + parent: 2 + - uid: 7717 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-219.5 + parent: 2 + - uid: 7773 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-60.5 + parent: 2 + - uid: 7943 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-245.5 + parent: 2 + - uid: 8146 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-246.5 + parent: 2 + - uid: 8170 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-251.5 + parent: 2 + - uid: 8177 + components: + - type: Transform + pos: 16.5,-238.5 + parent: 2 + - uid: 8232 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-62.5 + parent: 2 + - uid: 8388 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-62.5 + parent: 2 + - uid: 8395 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-61.5 + parent: 2 + - uid: 8436 + components: + - type: Transform + pos: -7.5,-285.5 + parent: 2 + - uid: 8562 + components: + - type: Transform + pos: 2.5,-174.5 + parent: 2 + - uid: 8602 + components: + - type: Transform + pos: -7.5,-286.5 + parent: 2 + - uid: 8603 + components: + - type: Transform + pos: -7.5,-284.5 + parent: 2 + - uid: 8606 + components: + - type: Transform + pos: -6.5,-280.5 + parent: 2 + - uid: 8607 + components: + - type: Transform + pos: -6.5,-279.5 + parent: 2 + - uid: 8608 + components: + - type: Transform + pos: -6.5,-278.5 + parent: 2 + - uid: 8642 + components: + - type: Transform + pos: 2.5,-175.5 + parent: 2 + - uid: 8940 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-247.5 + parent: 2 + - uid: 8999 + components: + - type: Transform + pos: -4.5,-381.5 + parent: 2 + - uid: 9461 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-308.5 + parent: 2 + - uid: 9466 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-306.5 + parent: 2 + - uid: 9729 + components: + - type: Transform + pos: 11.5,-299.5 + parent: 2 + - uid: 9730 + components: + - type: Transform + pos: 11.5,-298.5 + parent: 2 + - uid: 9731 + components: + - type: Transform + pos: 11.5,-297.5 + parent: 2 + - uid: 9747 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-309.5 + parent: 2 + - uid: 9748 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-305.5 + parent: 2 + - uid: 9755 + components: + - type: Transform + pos: 11.5,-315.5 + parent: 2 + - uid: 9756 + components: + - type: Transform + pos: 11.5,-316.5 + parent: 2 + - uid: 9757 + components: + - type: Transform + pos: 11.5,-317.5 + parent: 2 + - uid: 9796 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-317.5 + parent: 2 + - uid: 9797 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-318.5 + parent: 2 + - uid: 9798 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-319.5 + parent: 2 + - uid: 9799 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-320.5 + parent: 2 + - uid: 9864 + components: + - type: Transform + pos: -10.5,-303.5 + parent: 2 + - uid: 9899 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-309.5 + parent: 2 + - uid: 9902 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-305.5 + parent: 2 + - uid: 9903 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-304.5 + parent: 2 + - uid: 9935 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-315.5 + parent: 2 + - uid: 9936 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-314.5 + parent: 2 + - uid: 9937 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-313.5 + parent: 2 + - uid: 9938 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-312.5 + parent: 2 + - uid: 10021 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-310.5 + parent: 2 + - uid: 10031 + components: + - type: Transform + pos: -10.5,-302.5 + parent: 2 + - uid: 10051 + components: + - type: Transform + pos: -10.5,-304.5 + parent: 2 + - uid: 10632 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-331.5 + parent: 2 + - uid: 10719 + components: + - type: Transform + pos: 8.5,-366.5 + parent: 2 + - uid: 10748 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-330.5 + parent: 2 + - uid: 10750 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-329.5 + parent: 2 + - uid: 10815 + components: + - type: Transform + pos: 8.5,-367.5 + parent: 2 + - uid: 10920 + components: + - type: Transform + pos: 1.5,-350.5 + parent: 2 + - uid: 10923 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-327.5 + parent: 2 + - uid: 11048 + components: + - type: Transform + pos: 1.5,-352.5 + parent: 2 + - uid: 11049 + components: + - type: Transform + pos: -0.5,-350.5 + parent: 2 + - uid: 11050 + components: + - type: Transform + pos: -0.5,-351.5 + parent: 2 + - uid: 11051 + components: + - type: Transform + pos: -0.5,-352.5 + parent: 2 + - uid: 11064 + components: + - type: Transform + pos: -7.5,-360.5 + parent: 2 + - uid: 11104 + components: + - type: Transform + pos: -7.5,-361.5 + parent: 2 + - uid: 11105 + components: + - type: Transform + pos: -7.5,-363.5 + parent: 2 + - uid: 11106 + components: + - type: Transform + pos: -7.5,-364.5 + parent: 2 + - uid: 11107 + components: + - type: Transform + pos: -7.5,-366.5 + parent: 2 + - uid: 11108 + components: + - type: Transform + pos: -7.5,-367.5 + parent: 2 + - uid: 11109 + components: + - type: Transform + pos: -6.5,-370.5 + parent: 2 + - uid: 11110 + components: + - type: Transform + pos: -6.5,-371.5 + parent: 2 + - uid: 11116 + components: + - type: Transform + pos: 7.5,-370.5 + parent: 2 + - uid: 11117 + components: + - type: Transform + pos: 7.5,-371.5 + parent: 2 + - uid: 11118 + components: + - type: Transform + pos: 7.5,-372.5 + parent: 2 + - uid: 11123 + components: + - type: Transform + pos: 8.5,-364.5 + parent: 2 + - uid: 11124 + components: + - type: Transform + pos: 8.5,-363.5 + parent: 2 + - uid: 11256 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-364.5 + parent: 2 + - uid: 11367 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-369.5 + parent: 2 + - uid: 11386 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-369.5 + parent: 2 + - uid: 11387 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-369.5 + parent: 2 + - uid: 11388 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-363.5 + parent: 2 + - uid: 11389 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-364.5 + parent: 2 + - uid: 11390 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-365.5 + parent: 2 + - uid: 11391 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-363.5 + parent: 2 + - uid: 11392 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-364.5 + parent: 2 + - uid: 11393 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-365.5 + parent: 2 + - uid: 11402 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-364.5 + parent: 2 + - uid: 12021 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-260.5 + parent: 2 + - uid: 12027 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-253.5 + parent: 2 + - uid: 12028 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-257.5 + parent: 2 + - uid: 12083 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,-263.5 + parent: 2 + - uid: 12606 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-259.5 + parent: 2 + - uid: 13216 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-255.5 + parent: 2 + - uid: 13300 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-300.5 + parent: 2 + - uid: 13349 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-261.5 + parent: 2 + - uid: 14313 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-61.5 + parent: 2 + - uid: 14314 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-60.5 + parent: 2 + - uid: 14913 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-147.5 + parent: 2 + - uid: 14915 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-145.5 + parent: 2 + - uid: 15134 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-113.5 + parent: 2 + - uid: 15135 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-114.5 + parent: 2 + - uid: 15136 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-115.5 + parent: 2 + - uid: 15138 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-117.5 + parent: 2 +- proto: ReinforcedWindowDiagonal + entities: + - uid: 9 + components: + - type: Transform + pos: -1.5,4.5 + parent: 2 + - uid: 1237 + components: + - type: Transform + pos: -6.5,-52.5 + parent: 2 + - uid: 1609 + components: + - type: Transform + pos: -8.5,-82.5 + parent: 2 + - uid: 1610 + components: + - type: Transform + pos: -9.5,-83.5 + parent: 2 + - uid: 1611 + components: + - type: Transform + pos: -10.5,-84.5 + parent: 2 + - uid: 2788 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,3.5 + parent: 2 + - uid: 2941 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-84.5 + parent: 2 + - uid: 4440 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-217.5 + parent: 2 + - uid: 4635 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,4.5 + parent: 2 + - uid: 4641 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-191.5 + parent: 2 + - uid: 4647 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,3.5 + parent: 2 + - uid: 4949 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-88.5 + parent: 2 + - uid: 4987 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-83.5 + parent: 2 + - uid: 4993 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-90.5 + parent: 2 + - uid: 4995 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-88.5 + parent: 2 + - uid: 4996 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-89.5 + parent: 2 + - uid: 4998 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-89.5 + parent: 2 + - uid: 6202 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-193.5 + parent: 2 + - uid: 6663 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-307.5 + parent: 2 + - uid: 6680 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-191.5 + parent: 2 + - uid: 6682 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-189.5 + parent: 2 + - uid: 6878 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-309.5 + parent: 2 + - uid: 6894 + components: + - type: Transform + pos: -9.5,-189.5 + parent: 2 + - uid: 7677 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-202.5 + parent: 2 + - uid: 9072 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-122.5 + parent: 2 + - uid: 9743 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-305.5 + parent: 2 + - uid: 9800 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-320.5 + parent: 2 + - uid: 9904 + components: + - type: Transform + pos: 2.5,-309.5 + parent: 2 + - uid: 9954 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-305.5 + parent: 2 + - uid: 10057 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-309.5 + parent: 2 + - uid: 13291 + components: + - type: Transform + pos: -10.5,-307.5 + parent: 2 + - uid: 13292 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-309.5 + parent: 2 +- proto: RemoteSignaller + entities: + - uid: 17036 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.571812,-245.74113 + parent: 2 +- proto: ResearchAndDevelopmentServer + entities: + - uid: 6662 + components: + - type: Transform + pos: -9.5,-299.5 + parent: 2 +- proto: RevolverCapGun + entities: + - uid: 14632 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.741016,-256.2104 + parent: 2 + - uid: 14633 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.3536196,-255.64711 + parent: 2 +- proto: SadTromboneImplanter + entities: + - uid: 2503 + components: + - type: Transform + pos: 3.4744065,-18.482784 + parent: 2 +- proto: SalvageCanisterSpawner + entities: + - uid: 7330 + components: + - type: Transform + pos: 17.5,-140.5 + parent: 2 + - uid: 7860 + components: + - type: Transform + pos: -2.5,-196.5 + parent: 2 + - uid: 8416 + components: + - type: Transform + pos: -2.5,-214.5 + parent: 2 + - uid: 9418 + components: + - type: Transform + pos: -2.5,-193.5 + parent: 2 + - uid: 16809 + components: + - type: Transform + pos: 6.5,-131.5 + parent: 2 +- proto: SalvageMagnet + entities: + - uid: 8874 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-275.5 + parent: 2 +- proto: SalvageMaterialCrateSpawner + entities: + - uid: 7391 + components: + - type: Transform + pos: 17.5,-145.5 + parent: 2 + - uid: 9048 + components: + - type: Transform + pos: 6.5,-279.5 + parent: 2 +- proto: SawElectric + entities: + - uid: 3972 + components: + - type: Transform + pos: -2.4659972,-207.5625 + parent: 2 +- proto: SciFlash + entities: + - uid: 12415 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.375178,-310.24973 + parent: 2 + - uid: 12416 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.375178,-310.45218 + parent: 2 +- proto: Screen + entities: + - uid: 420 + components: + - type: Transform + pos: 0.5,-8.5 + parent: 2 + - uid: 903 + components: + - type: Transform + pos: -7.5,-64.5 + parent: 2 +- proto: Screwdriver + entities: + - uid: 9519 + components: + - type: Transform + pos: 22.486492,-317.5223 + parent: 2 + - uid: 9613 + components: + - type: Transform + pos: 23.435913,-299.60858 + parent: 2 + - uid: 14744 + components: + - type: Transform + pos: -5.5653863,-307.57385 + parent: 2 +- proto: SecurityTechFab + entities: + - uid: 2286 + components: + - type: Transform + pos: 4.5,-338.5 + parent: 2 +- proto: SeedExtractor + entities: + - uid: 754 + components: + - type: Transform + pos: 3.5,-374.5 + parent: 2 + - uid: 2330 + components: + - type: Transform + pos: -8.5,-84.5 + parent: 2 +- proto: ShardCrystalGreen + entities: + - uid: 7386 + components: + - type: Transform + pos: 13.519403,-147.44946 + parent: 2 + - uid: 7387 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.347023,-140.45216 + parent: 2 + - uid: 7388 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.448226,-151.46065 + parent: 2 + - uid: 7389 + components: + - type: Transform + pos: 16.276836,-137.70845 + parent: 2 + - uid: 7390 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.023718,-147.57788 + parent: 2 +- proto: ShardGlass + entities: + - uid: 3891 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.7093341,-202.65921 + parent: 2 + - uid: 3892 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.8729095,-202.42155 + parent: 2 + - uid: 3949 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.4470973,-197.77046 + parent: 2 + - uid: 3950 + components: + - type: Transform + pos: -5.135233,-195.4101 + parent: 2 +- proto: ShardGlassReinforced + entities: + - uid: 11709 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.35029945,-377.53983 + parent: 2 + - uid: 11823 + components: + - type: Transform + pos: -0.9622005,-378.77563 + parent: 2 + - uid: 11824 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.20967445,-378.4539 + parent: 2 + - uid: 11826 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.7356381,-376.86014 + parent: 2 +- proto: SheetGlass + entities: + - uid: 3203 + components: + - type: Transform + pos: 18.454567,-257.30835 + parent: 2 + - uid: 8926 + components: + - type: Transform + pos: 18.142067,-257.4021 + parent: 2 + - uid: 9970 + components: + - type: Transform + pos: 3.3460228,-315.99377 + parent: 2 + - uid: 9973 + components: + - type: Transform + pos: -4.3694625,-303.88837 + parent: 2 + - uid: 12369 + components: + - type: Transform + pos: -1.1593688,-5.49177 + parent: 2 +- proto: SheetPlasma + entities: + - uid: 94 + components: + - type: Transform + pos: 5.525622,-345.48483 + parent: 2 + - uid: 2365 + components: + - type: Transform + pos: 16.489702,-242.50365 + parent: 2 + - uid: 9976 + components: + - type: Transform + pos: 3.5577743,-304.39993 + parent: 2 +- proto: SheetPlasma1 + entities: + - uid: 3148 + components: + - type: Transform + pos: 5.3013034,-167.3674 + parent: 2 +- proto: SheetPlasteel + entities: + - uid: 6886 + components: + - type: Transform + pos: 19.023344,-257.24518 + parent: 2 +- proto: SheetPlastic + entities: + - uid: 8540 + components: + - type: Transform + pos: 17.492094,-257.47955 + parent: 2 + - uid: 8896 + components: + - type: Transform + pos: 17.507719,-257.1358 + parent: 2 + - uid: 10119 + components: + - type: Transform + pos: -4.4883227,-304.0996 + parent: 2 + - uid: 12132 + components: + - type: Transform + pos: -1.6015537,-5.438076 + parent: 2 + - uid: 15269 + components: + - type: Transform + pos: 4.7201986,-242.37056 + parent: 2 +- proto: SheetSteel + entities: + - uid: 1288 + components: + - type: Transform + pos: -2.0033119,-5.403715 + parent: 2 + - uid: 6651 + components: + - type: Transform + pos: -13.496165,-257.22336 + parent: 2 + - uid: 6670 + components: + - type: Transform + pos: -13.496165,-257.22336 + parent: 2 + - uid: 6674 + components: + - type: Transform + pos: -13.496165,-257.22336 + parent: 2 + - uid: 6743 + components: + - type: Transform + pos: -13.496165,-257.22336 + parent: 2 + - uid: 6766 + components: + - type: Transform + pos: -13.496165,-257.22336 + parent: 2 + - uid: 6774 + components: + - type: Transform + pos: -13.496165,-257.22336 + parent: 2 + - uid: 8528 + components: + - type: Transform + pos: 19.023344,-257.5108 + parent: 2 + - uid: 8894 + components: + - type: Transform + pos: -13.564663,-246.11655 + parent: 2 + - uid: 8924 + components: + - type: Transform + pos: 19.23179,-257.44897 + parent: 2 + - uid: 9961 + components: + - type: Transform + pos: 3.5573292,-315.64984 + parent: 2 + - uid: 9962 + components: + - type: Transform + pos: 3.3460228,-315.399 + parent: 2 + - uid: 10118 + components: + - type: Transform + pos: -4.5543566,-303.82236 + parent: 2 + - uid: 15268 + components: + - type: Transform + pos: 4.3490157,-242.4043 + parent: 2 +- proto: SheetUranium + entities: + - uid: 2380 + components: + - type: Transform + pos: 16.614702,-242.50365 + parent: 2 +- proto: ShipBattlemap + entities: + - uid: 14457 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.770714,-79.15794 + parent: 2 +- proto: ShotGunCabinetFilled + entities: + - uid: 11327 + components: + - type: Transform + pos: -0.5,-361.5 + parent: 2 +- proto: ShotGunCabinetOpen + entities: + - uid: 8385 + components: + - type: Transform + pos: 16.5,-157.5 + parent: 2 +- proto: ShuttersNormalOpen + entities: + - uid: 2392 + components: + - type: Transform + pos: 1.5,-200.5 + parent: 2 + - type: DeviceLinkSink + links: + - 8740 + - uid: 2397 + components: + - type: Transform + pos: 0.5,-200.5 + parent: 2 + - type: DeviceLinkSink + links: + - 8740 +- proto: SignAi + entities: + - uid: 12453 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,-305.5 + parent: 2 +- proto: SignalButton + entities: + - uid: 9008 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-282.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 8801: + - Pressed: Toggle + - uid: 9009 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-276.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 8803: + - Pressed: Toggle + - uid: 10008 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-314.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 9941: + - Pressed: Toggle + 9908: + - Pressed: Toggle + 9906: + - Pressed: Toggle + - uid: 10009 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-316.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 10003: + - Pressed: Toggle + 10001: + - Pressed: Toggle + 10004: + - Pressed: Toggle +- proto: SignalButtonDirectional + entities: + - uid: 1767 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-55.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 1749: + - Pressed: Toggle + 1750: + - Pressed: Toggle + - uid: 2094 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-118.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 2081: + - Pressed: DoorBolt + - uid: 2095 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-115.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 2080: + - Pressed: DoorBolt + - uid: 2096 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-112.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 2079: + - Pressed: DoorBolt + - uid: 6906 + components: + - type: Transform + pos: -20.5,-239.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 3537: + - Pressed: Toggle + 2972: + - Pressed: Toggle + 2917: + - Pressed: Toggle + - uid: 8740 + components: + - type: Transform + pos: -0.5,-200.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 2397: + - Pressed: Toggle + 2392: + - Pressed: Toggle + - uid: 11312 + components: + - type: Transform + pos: -0.5,-115.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 2222: + - Pressed: Toggle + 2223: + - Pressed: Toggle + 2224: + - Pressed: Toggle + - uid: 11933 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-151.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 2645: + - Pressed: DoorBolt + - uid: 11983 + components: + - type: Transform + pos: -6.5,-151.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 4109: + - Pressed: DoorBolt +- proto: SignAnomaly + entities: + - uid: 12682 + components: + - type: Transform + pos: -1.5,-311.5 + parent: 2 +- proto: SignAnomaly2 + entities: + - uid: 12460 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-305.5 + parent: 2 +- proto: SignArmory + entities: + - uid: 12264 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-338.5 + parent: 2 +- proto: SignAtmosMinsky + entities: + - uid: 17006 + components: + - type: Transform + pos: -3.5,-249.5 + parent: 2 +- proto: SignBar + entities: + - uid: 12475 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-65.5 + parent: 2 +- proto: SignBiohazardMed + entities: + - uid: 8612 + components: + - type: Transform + pos: -4.5,-192.5 + parent: 2 + - uid: 12491 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-204.5 + parent: 2 +- proto: SignBridge + entities: + - uid: 12528 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-0.5 + parent: 2 +- proto: SignCargo + entities: + - uid: 12514 + components: + - type: Transform + pos: -1.5,-281.5 + parent: 2 +- proto: SignCargoDock + entities: + - uid: 12515 + components: + - type: Transform + pos: -1.5,-277.5 + parent: 2 +- proto: SignChapel + entities: + - uid: 2660 + components: + - type: Transform + pos: 2.5,-147.5 + parent: 2 + - uid: 2661 + components: + - type: Transform + pos: 6.5,-147.5 + parent: 2 +- proto: SignChem + entities: + - uid: 12520 + components: + - type: Transform + pos: 2.5,-165.5 + parent: 2 +- proto: SignCloning + entities: + - uid: 12524 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-195.5 + parent: 2 +- proto: SignConference + entities: + - uid: 12500 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-13.5 + parent: 2 +- proto: SignCryogenicsMed + entities: + - uid: 6239 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-170.5 + parent: 2 +- proto: SignDirectionalBar + entities: + - uid: 12509 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-80.5 + parent: 2 + - uid: 12510 + components: + - type: Transform + pos: -0.5,-45.5 + parent: 2 +- proto: SignDirectionalBridge + entities: + - uid: 12503 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-26.5 + parent: 2 +- proto: SignDirectionalBrig + entities: + - uid: 12504 + components: + - type: Transform + pos: 1.5,-320.5 + parent: 2 + - uid: 12992 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-355.5 + parent: 2 +- proto: SignDirectionalChapel + entities: + - uid: 12395 + components: + - type: Transform + pos: -0.5,-126.5 + parent: 2 + - uid: 12516 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-161.5 + parent: 2 +- proto: SignDirectionalChemistry + entities: + - uid: 12522 + components: + - type: Transform + pos: 1.5,-153.5 + parent: 2 + - uid: 12523 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-188.5 + parent: 2 +- proto: SignDirectionalCryo + entities: + - uid: 11881 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-168.5 + parent: 2 + - uid: 12532 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-109.5 + parent: 2 +- proto: SignDirectionalDorms + entities: + - uid: 12541 + components: + - type: Transform + pos: 1.5,-99.5 + parent: 2 + - uid: 12542 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-134.5 + parent: 2 +- proto: SignDirectionalEng + entities: + - uid: 8463 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-115.5 + parent: 2 + - uid: 12578 + components: + - type: Transform + pos: 1.5,-233.5 + parent: 2 + - uid: 12579 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-269.5 + parent: 2 +- proto: SignDirectionalEvac + entities: + - uid: 12582 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-53.5 + parent: 2 + - uid: 12585 + components: + - type: Transform + pos: 1.5,-18.5 + parent: 2 +- proto: SignDirectionalFood + entities: + - uid: 12597 + components: + - type: Transform + pos: 1.5,-72.5 + parent: 2 + - uid: 12598 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-107.5 + parent: 2 +- proto: SignDirectionalHop + entities: + - uid: 7357 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-256.5 + parent: 2 + - uid: 12613 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-134.5 + parent: 2 + - uid: 12614 + components: + - type: Transform + pos: -0.5,-99.5 + parent: 2 +- proto: SignDirectionalHydro + entities: + - uid: 12599 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-85.5 + parent: 2 + - uid: 12602 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-107.5 + parent: 2 + - uid: 12604 + components: + - type: Transform + pos: -0.5,-72.5 + parent: 2 +- proto: SignDirectionalJanitor + entities: + - uid: 7507 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-56.5 + parent: 2 + - uid: 12625 + components: + - type: Transform + pos: 1.5,-45.5 + parent: 2 + - uid: 12626 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-80.5 + parent: 2 +- proto: SignDirectionalLibrary + entities: + - uid: 3619 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-161.5 + parent: 2 + - uid: 12628 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-138.5 + parent: 2 + - uid: 12630 + components: + - type: Transform + pos: 1.5,-126.5 + parent: 2 +- proto: SignDirectionalMed + entities: + - uid: 12627 + components: + - type: Transform + pos: -0.5,-153.5 + parent: 2 + - uid: 12635 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-188.5 + parent: 2 + - uid: 13307 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-308.5 + parent: 2 +- proto: SignDirectionalSalvage + entities: + - uid: 12655 + components: + - type: Transform + pos: -0.5,-261.5 + parent: 2 + - uid: 12658 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-296.5 + parent: 2 +- proto: SignDirectionalSci + entities: + - uid: 8174 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-190.5 + parent: 2 + - uid: 12659 + components: + - type: Transform + pos: -0.5,-288.5 + parent: 2 + - uid: 12660 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-328.5 + parent: 2 +- proto: SignDirectionalSec + entities: + - uid: 12661 + components: + - type: Transform + pos: -0.5,-347.5 + parent: 2 +- proto: SignDirectionalSolar + entities: + - uid: 12673 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-242.5 + parent: 2 + - uid: 12674 + components: + - type: Transform + pos: 1.5,-207.5 + parent: 2 +- proto: SignDirectionalSupply + entities: + - uid: 12675 + components: + - type: Transform + pos: 1.5,-261.5 + parent: 2 + - uid: 12676 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-296.5 + parent: 2 +- proto: SignDirectionalWash + entities: + - uid: 12680 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-150.5 + parent: 2 +- proto: SignElectricalMed + entities: + - uid: 3899 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-341.5 + parent: 2 + - uid: 9388 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-361.5 + parent: 2 + - uid: 12490 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-98.5 + parent: 2 + - uid: 12543 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-0.5 + parent: 2 + - uid: 12544 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-43.5 + parent: 2 + - uid: 12545 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-55.5 + parent: 2 + - uid: 12550 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-111.5 + parent: 2 + - uid: 12554 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-152.5 + parent: 2 + - uid: 12558 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-162.5 + parent: 2 + - uid: 12560 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-188.5 + parent: 2 + - uid: 12562 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-220.5 + parent: 2 + - uid: 12563 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-228.5 + parent: 2 + - uid: 12570 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-286.5 + parent: 2 + - uid: 12571 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-296.5 + parent: 2 +- proto: SignEVA + entities: + - uid: 398 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-3.5 + parent: 2 +- proto: SignHead + entities: + - uid: 12607 + components: + - type: Transform + pos: 0.5,-9.5 + parent: 2 + - uid: 12608 + components: + - type: Transform + pos: -2.5,-119.5 + parent: 2 + - uid: 12610 + components: + - type: Transform + pos: 4.5,-283.5 + parent: 2 + - uid: 12611 + components: + - type: Transform + pos: -7.5,-304.5 + parent: 2 + - uid: 12612 + components: + - type: Transform + pos: -3.5,-343.5 + parent: 2 +- proto: SignInterrogation + entities: + - uid: 12624 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-358.5 + parent: 2 +- proto: SignJanitor + entities: + - uid: 539 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-56.5 + parent: 2 +- proto: SignLawyer + entities: + - uid: 11212 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-329.5 + parent: 2 +- proto: SignLibrary + entities: + - uid: 12629 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-142.5 + parent: 2 +- proto: SignMedical + entities: + - uid: 7194 + components: + - type: Transform + pos: 2.5,-177.5 + parent: 2 + - uid: 12634 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-171.5 + parent: 2 +- proto: SignMorgue + entities: + - uid: 12632 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-173.5 + parent: 2 +- proto: SignNosmoking + entities: + - uid: 11345 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-294.5 + parent: 2 + - uid: 11370 + components: + - type: Transform + pos: -0.5,-290.5 + parent: 2 + - uid: 11377 + components: + - type: Transform + pos: 1.5,-213.5 + parent: 2 + - uid: 11383 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-326.5 + parent: 2 + - uid: 11384 + components: + - type: Transform + pos: -0.5,-236.5 + parent: 2 + - uid: 11417 + components: + - type: Transform + pos: -0.5,-209.5 + parent: 2 + - uid: 11418 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-322.5 + parent: 2 + - uid: 12638 + components: + - type: Transform + pos: 1.5,-353.5 + parent: 2 + - uid: 12639 + components: + - type: Transform + pos: -0.5,-349.5 + parent: 2 + - uid: 12640 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-380.5 + parent: 2 + - uid: 12679 + components: + - type: Transform + pos: 1.5,-240.5 + parent: 2 +- proto: SignPlaque + entities: + - uid: 3748 + components: + - type: Transform + pos: -2.5,-0.5 + parent: 2 +- proto: SignPrison + entities: + - uid: 13410 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-367.5 + parent: 2 + - uid: 13411 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-367.5 + parent: 2 +- proto: SignRedEight + entities: + - uid: 6613 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.40827185,-213.49608 + parent: 2 + - uid: 6614 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5893869,-236.49295 + parent: 2 +- proto: SignRedFive + entities: + - uid: 1354 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5861752,-155.49748 + parent: 2 + - uid: 4105 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.40963644,-132.49622 + parent: 2 +- proto: SignRedFour + entities: + - uid: 4101 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.41395348,-105.500565 + parent: 2 + - uid: 4102 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5827098,-128.49553 + parent: 2 + - uid: 7056 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.352005,-256.74753 + parent: 2 +- proto: SignRedNine + entities: + - uid: 6621 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.4074493,-240.49269 + parent: 2 + - uid: 6622 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5921938,-263.49698 + parent: 2 + - uid: 8449 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.4745858,-115.74884 + parent: 2 +- proto: SignRedOne + entities: + - uid: 4078 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5852656,-47.503147 + parent: 2 + - uid: 4089 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.40152162,-24.502266 + parent: 2 + - uid: 7857 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.4400425,-190.7712 + parent: 2 + - uid: 8125 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.655262,-190.7712 + parent: 2 + - uid: 8974 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.65059656,-267.50113 + parent: 2 + - uid: 10625 + components: + - type: Transform + pos: 1.3436816,-290.4902 + parent: 2 + - uid: 10626 + components: + - type: Transform + pos: -0.6467193,-294.49783 + parent: 2 + - uid: 10627 + components: + - type: Transform + pos: -0.39628136,-294.49783 + parent: 2 + - uid: 10628 + components: + - type: Transform + pos: 1.3480468,-322.4933 + parent: 2 + - uid: 10629 + components: + - type: Transform + pos: 1.5945721,-322.4972 + parent: 2 + - uid: 10630 + components: + - type: Transform + pos: -0.66275233,-326.49893 + parent: 2 + - uid: 11810 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.3482165,-349.49252 + parent: 2 + - uid: 11811 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.6562117,-353.50278 + parent: 2 + - uid: 11815 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.3395855,-376.49908 + parent: 2 +- proto: SignRedSeven + entities: + - uid: 4114 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.40892178,-186.50111 + parent: 2 + - uid: 6612 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5926433,-209.5081 + parent: 2 + - uid: 8933 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.4100895,-308.77243 + parent: 2 +- proto: SignRedSix + entities: + - uid: 737 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5832694,-182.49539 + parent: 2 + - uid: 1339 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.40680242,-159.50095 + parent: 2 +- proto: SignRedThree + entities: + - uid: 4084 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.588459,-101.49657 + parent: 2 + - uid: 4093 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.41010725,-78.500275 + parent: 2 + - uid: 11812 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.41125554,-353.50778 + parent: 2 + - uid: 11814 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5795426,-376.49908 + parent: 2 +- proto: SignRedTwo + entities: + - uid: 4081 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.4081869,-51.5101 + parent: 2 + - uid: 4082 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5891788,-74.492035 + parent: 2 + - uid: 10631 + components: + - type: Transform + pos: -0.40840113,-326.49893 + parent: 2 + - uid: 11807 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5831742,-349.5025 + parent: 2 +- proto: SignRedZero + entities: + - uid: 716 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.6534249,-159.49841 + parent: 2 + - uid: 866 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.3433123,-182.50206 + parent: 2 + - uid: 871 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.3428853,-155.49748 + parent: 2 + - uid: 4073 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5774398,-20.510248 + parent: 2 + - uid: 4074 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.3465674,-20.503857 + parent: 2 + - uid: 4075 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.64673156,-78.49695 + parent: 2 + - uid: 4079 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.3543932,-47.503147 + parent: 2 + - uid: 4080 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.6514768,-51.50535 + parent: 2 + - uid: 4083 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.3504801,-74.492035 + parent: 2 + - uid: 4088 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.64814395,-24.502266 + parent: 2 + - uid: 4095 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.3433409,-101.495316 + parent: 2 + - uid: 4096 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.64724535,-105.49722 + parent: 2 + - uid: 4103 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.3494184,-128.49886 + parent: 2 + - uid: 4104 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.6562591,-132.49622 + parent: 2 + - uid: 4107 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.6522116,-186.49445 + parent: 2 + - uid: 5423 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.6627056,-213.4963 + parent: 2 + - uid: 5424 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.3530763,-209.50024 + parent: 2 + - uid: 6615 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.3327662,-236.4863 + parent: 2 + - uid: 6616 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.6607372,-240.49602 + parent: 2 + - uid: 6623 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.3455713,-263.49365 + parent: 2 + - uid: 7362 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5789645,-256.74753 + parent: 2 + - uid: 8130 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.6912138,-115.74884 + parent: 2 + - uid: 8971 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.42397034,-267.50113 + parent: 2 + - uid: 10624 + components: + - type: Transform + pos: 1.5823798,-290.49802 + parent: 2 + - uid: 13306 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.633143,-308.77356 + parent: 2 +- proto: SignRND + entities: + - uid: 12651 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-299.5 + parent: 2 +- proto: SignRobo + entities: + - uid: 12654 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-309.5 + parent: 2 +- proto: SignSecureMed + entities: + - uid: 103 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 2 + - uid: 12662 + components: + - type: Transform + pos: -3.5,-326.5 + parent: 2 + - uid: 12663 + components: + - type: Transform + pos: 4.5,-326.5 + parent: 2 + - uid: 12664 + components: + - type: Transform + pos: -3.5,-349.5 + parent: 2 + - uid: 12665 + components: + - type: Transform + pos: 4.5,-349.5 + parent: 2 + - uid: 12666 + components: + - type: Transform + pos: 4.5,-353.5 + parent: 2 + - uid: 12667 + components: + - type: Transform + pos: -3.5,-353.5 + parent: 2 + - uid: 12668 + components: + - type: Transform + pos: -3.5,-376.5 + parent: 2 + - uid: 12670 + components: + - type: Transform + pos: 4.5,-376.5 + parent: 2 +- proto: SignSecureSmallRed + entities: + - uid: 12671 + components: + - type: Transform + pos: -3.5,-380.5 + parent: 2 + - uid: 12672 + components: + - type: Transform + pos: 4.5,-380.5 + parent: 2 +- proto: SignShipDock + entities: + - uid: 12535 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-30.5 + parent: 2 + - uid: 12538 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-42.5 + parent: 2 + - uid: 12539 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-37.5 + parent: 2 +- proto: SignSmoking + entities: + - uid: 3397 + components: + - type: Transform + pos: -0.5,-182.5 + parent: 2 + - uid: 4071 + components: + - type: Transform + pos: 1.5,-132.5 + parent: 2 + - uid: 4076 + components: + - type: Transform + pos: 1.5,-159.5 + parent: 2 + - uid: 4077 + components: + - type: Transform + pos: -0.5,-155.5 + parent: 2 + - uid: 4085 + components: + - type: Transform + pos: 1.5,-105.5 + parent: 2 + - uid: 4087 + components: + - type: Transform + pos: -0.5,-20.5 + parent: 2 + - uid: 4090 + components: + - type: Transform + pos: 1.5,-24.5 + parent: 2 + - uid: 4091 + components: + - type: Transform + pos: -0.5,-128.5 + parent: 2 + - uid: 4092 + components: + - type: Transform + pos: -0.5,-101.5 + parent: 2 + - uid: 4097 + components: + - type: Transform + pos: 1.5,-78.5 + parent: 2 + - uid: 4098 + components: + - type: Transform + pos: -0.5,-74.5 + parent: 2 + - uid: 4099 + components: + - type: Transform + pos: 1.5,-51.5 + parent: 2 + - uid: 4100 + components: + - type: Transform + pos: -0.5,-47.5 + parent: 2 + - uid: 4142 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-186.5 + parent: 2 +- proto: SignSpace + entities: + - uid: 12695 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-316.5 + parent: 2 + - uid: 12696 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-312.5 + parent: 2 + - uid: 13444 + components: + - type: Transform + pos: -6.5,-14.5 + parent: 2 + - uid: 13446 + components: + - type: Transform + pos: 6.5,-26.5 + parent: 2 + - uid: 13448 + components: + - type: Transform + pos: 7.5,-30.5 + parent: 2 + - uid: 13456 + components: + - type: Transform + pos: 4.5,-153.5 + parent: 2 + - uid: 13461 + components: + - type: Transform + pos: -3.5,-242.5 + parent: 2 + - uid: 13463 + components: + - type: Transform + pos: 6.5,-269.5 + parent: 2 + - uid: 13464 + components: + - type: Transform + pos: 6.5,-288.5 + parent: 2 + - uid: 13465 + components: + - type: Transform + pos: 6.5,-295.5 + parent: 2 + - uid: 13466 + components: + - type: Transform + pos: 4.5,-320.5 + parent: 2 + - uid: 13468 + components: + - type: Transform + pos: -3.5,-327.5 + parent: 2 + - uid: 15188 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-261.5 + parent: 2 +- proto: SignTelecomms + entities: + - uid: 12677 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-302.5 + parent: 2 +- proto: SignVirology + entities: + - uid: 3876 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-196.5 + parent: 2 +- proto: SilverOre1 + entities: + - uid: 10117 + components: + - type: Transform + pos: -4.418913,-304.40326 + parent: 2 +- proto: SingularityGenerator + entities: + - uid: 7464 + components: + - type: Transform + pos: 19.5,-239.5 + parent: 2 +- proto: Sink + entities: + - uid: 2865 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-153.5 + parent: 2 + - uid: 11477 + components: + - type: Transform + pos: 5.5,-370.5 + parent: 2 + - uid: 11478 + components: + - type: Transform + pos: -4.5,-370.5 + parent: 2 +- proto: SinkStemlessWater + entities: + - uid: 2867 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-152.5 + parent: 2 +- proto: SinkWide + entities: + - uid: 1721 + components: + - type: Transform + pos: -3.5,-53.5 + parent: 2 + - uid: 2288 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-63.5 + parent: 2 + - uid: 2299 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-90.5 + parent: 2 + - uid: 3031 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-85.5 + parent: 2 + - uid: 3398 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-84.5 + parent: 2 + - uid: 14369 + components: + - type: Transform + pos: 15.5,-59.5 + parent: 2 +- proto: SmartFridge + entities: + - uid: 3068 + components: + - type: Transform + pos: 4.5,-170.5 + parent: 2 +- proto: SMESBasic + entities: + - uid: 4169 + components: + - type: Transform + pos: 3.5,-346.5 + parent: 2 + - uid: 5385 + components: + - type: Transform + pos: 3.5,-229.5 + parent: 2 + - uid: 5434 + components: + - type: Transform + pos: -2.5,-220.5 + parent: 2 + - uid: 6748 + components: + - type: Transform + pos: 13.5,-251.5 + parent: 2 + - uid: 6815 + components: + - type: Transform + pos: 13.5,-252.5 + parent: 2 + - uid: 6816 + components: + - type: Transform + pos: 13.5,-253.5 + parent: 2 +- proto: SMESBasicEmpty + entities: + - uid: 8812 + components: + - type: Transform + pos: -13.5,-254.5 + parent: 2 +- proto: SmokingPipeFilledCannabis + entities: + - uid: 14923 + components: + - type: Transform + pos: -6.578457,-148.21114 + parent: 2 +- proto: SmokingPipeFilledTobacco + entities: + - uid: 1336 + components: + - type: Transform + pos: 3.2005093,-101.69577 + parent: 2 +- proto: soda_dispenser + entities: + - uid: 1025 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-64.5 + parent: 2 +- proto: SolarAssembly + entities: + - uid: 4384 + components: + - type: Transform + pos: 8.5,-219.5 + parent: 2 +- proto: SolarPanel + entities: + - uid: 4242 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-220.5 + parent: 2 + - uid: 4362 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-221.5 + parent: 2 + - uid: 4363 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-222.5 + parent: 2 + - uid: 4364 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-223.5 + parent: 2 + - uid: 4365 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-224.5 + parent: 2 + - uid: 4367 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-226.5 + parent: 2 + - uid: 4368 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-227.5 + parent: 2 + - uid: 4369 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-228.5 + parent: 2 + - uid: 4370 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-229.5 + parent: 2 + - uid: 4372 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-220.5 + parent: 2 + - uid: 4373 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-221.5 + parent: 2 + - uid: 4374 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-222.5 + parent: 2 + - uid: 4375 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-223.5 + parent: 2 + - uid: 4376 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-224.5 + parent: 2 + - uid: 4377 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-225.5 + parent: 2 + - uid: 4379 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-227.5 + parent: 2 + - uid: 4380 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-228.5 + parent: 2 + - uid: 4381 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-229.5 + parent: 2 + - uid: 4382 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-217.5 + parent: 2 + - uid: 4383 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-218.5 + parent: 2 + - uid: 4386 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-221.5 + parent: 2 + - uid: 4387 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-222.5 + parent: 2 + - uid: 4388 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-223.5 + parent: 2 + - uid: 4390 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-225.5 + parent: 2 + - uid: 4391 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-226.5 + parent: 2 + - uid: 4392 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-227.5 + parent: 2 + - uid: 4393 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-228.5 + parent: 2 + - uid: 4395 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-230.5 + parent: 2 + - uid: 4396 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-231.5 + parent: 2 + - uid: 4397 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-232.5 + parent: 2 + - uid: 4398 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-232.5 + parent: 2 + - uid: 4399 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-231.5 + parent: 2 + - uid: 4400 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-230.5 + parent: 2 + - uid: 4402 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-228.5 + parent: 2 + - uid: 4404 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-226.5 + parent: 2 + - uid: 4405 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-225.5 + parent: 2 + - uid: 4406 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-224.5 + parent: 2 + - uid: 4407 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-223.5 + parent: 2 + - uid: 4408 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-222.5 + parent: 2 + - uid: 4409 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-221.5 + parent: 2 + - uid: 4411 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-219.5 + parent: 2 + - uid: 4412 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-218.5 + parent: 2 + - uid: 4413 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-217.5 + parent: 2 + - uid: 4414 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-215.5 + parent: 2 + - uid: 4418 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-234.5 + parent: 2 + - uid: 4421 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-234.5 + parent: 2 + - uid: 4422 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-233.5 + parent: 2 + - uid: 4423 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-231.5 + parent: 2 + - uid: 4424 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-230.5 + parent: 2 + - uid: 4425 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-231.5 + parent: 2 + - uid: 4426 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-230.5 + parent: 2 + - uid: 4427 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-233.5 + parent: 2 + - uid: 4428 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-219.5 + parent: 2 + - uid: 4429 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-218.5 + parent: 2 + - uid: 4430 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-216.5 + parent: 2 + - uid: 4431 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-216.5 + parent: 2 + - uid: 4432 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-218.5 + parent: 2 + - uid: 4433 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-219.5 + parent: 2 +- proto: SolarPanelBroken + entities: + - uid: 4366 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-225.5 + parent: 2 + - uid: 4389 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-224.5 + parent: 2 + - uid: 4809 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-227.5 + parent: 2 + - uid: 4812 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-226.5 + parent: 2 +- proto: SolarTracker + entities: + - uid: 4417 + components: + - type: Transform + pos: -3.5,-214.5 + parent: 2 + - uid: 4807 + components: + - type: Transform + pos: -3.5,-235.5 + parent: 2 + - uid: 4808 + components: + - type: Transform + pos: 4.5,-235.5 + parent: 2 +- proto: SolidSecretDoor + entities: + - uid: 2623 + components: + - type: Transform + pos: -3.5,-149.5 + parent: 2 +- proto: SpaceCash10 + entities: + - uid: 14418 + components: + - type: Transform + pos: 14.544594,-78.46228 + parent: 2 + - uid: 14473 + components: + - type: Transform + pos: 14.3597,-78.22464 + parent: 2 + - uid: 14474 + components: + - type: Transform + pos: 13.567299,-82.76628 + parent: 2 +- proto: SpaceCash100 + entities: + - uid: 14475 + components: + - type: Transform + pos: 17.648165,-82.3042 + parent: 2 +- proto: SpaceVillainArcadeComputerCircuitboard + entities: + - uid: 15272 + components: + - type: Transform + pos: 6.583322,-242.507 + parent: 2 +- proto: SpaceVillainArcadeFilled + entities: + - uid: 7558 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-258.5 + parent: 2 + - uid: 15273 + components: + - type: Transform + pos: 5.5,-242.5 + parent: 2 +- proto: SpawnMobAlexander + entities: + - uid: 2310 + components: + - type: Transform + pos: 0.5,-87.5 + parent: 2 +- proto: SpawnMobBandito + entities: + - uid: 12155 + components: + - type: Transform + pos: -2.5,-305.5 + parent: 2 +- proto: SpawnMobCat + entities: + - uid: 7208 + components: + - type: Transform + pos: 0.5,-203.5 + parent: 2 +- proto: SpawnMobCatException + entities: + - uid: 6842 + components: + - type: Transform + pos: 6.5,-175.5 + parent: 2 +- proto: SpawnMobCorgi + entities: + - uid: 2237 + components: + - type: Transform + pos: 1.5,-117.5 + parent: 2 +- proto: SpawnMobCow + entities: + - uid: 43 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-84.5 + parent: 2 +- proto: SpawnMobCrabAtmos + entities: + - uid: 14576 + components: + - type: Transform + pos: -15.5,-265.5 + parent: 2 +- proto: SpawnMobFoxRenault + entities: + - uid: 12121 + components: + - type: Transform + pos: -1.5,-11.5 + parent: 2 +- proto: SpawnMobMcGriff + entities: + - uid: 6770 + components: + - type: Transform + pos: -0.5,-363.5 + parent: 2 + - uid: 12152 + components: + - type: Transform + pos: -0.5,-357.5 + parent: 2 +- proto: SpawnMobMedibot + entities: + - uid: 3102 + components: + - type: Transform + pos: 1.5,-167.5 + parent: 2 +- proto: SpawnMobMonkeyPunpun + entities: + - uid: 13626 + components: + - type: Transform + pos: -0.5,-61.5 + parent: 2 +- proto: SpawnMobMouse + entities: + - uid: 4147 + components: + - type: Transform + pos: -3.5,-39.5 + parent: 2 + - uid: 15749 + components: + - type: Transform + pos: -4.5,-146.5 + parent: 2 +- proto: SpawnMobPossumMorty + entities: + - uid: 2709 + components: + - type: Transform + pos: 5.5,-139.5 + parent: 2 + - uid: 12154 + components: + - type: Transform + pos: -3.5,-176.5 + parent: 2 +- proto: SpawnMobRaccoonMorticia + entities: + - uid: 5881 + components: + - type: Transform + pos: 4.5,-280.5 + parent: 2 +- proto: SpawnMobShiva + entities: + - uid: 8229 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-345.5 + parent: 2 +- proto: SpawnMobSlothPaperwork + entities: + - uid: 12157 + components: + - type: Transform + pos: -2.5,-144.5 + parent: 2 +- proto: SpawnMobSmile + entities: + - uid: 10536 + components: + - type: Transform + pos: -8.5,-304.5 + parent: 2 +- proto: SpawnMobWalter + entities: + - uid: 12148 + components: + - type: Transform + pos: 6.5,-166.5 + parent: 2 +- proto: SpawnPointAtmos + entities: + - uid: 16583 + components: + - type: Transform + pos: -14.5,-264.5 + parent: 2 + - uid: 16585 + components: + - type: Transform + pos: -14.5,-263.5 + parent: 2 + - uid: 16586 + components: + - type: Transform + pos: -14.5,-262.5 + parent: 2 +- proto: SpawnPointBartender + entities: + - uid: 11976 + components: + - type: Transform + pos: 4.5,-64.5 + parent: 2 +- proto: SpawnPointBorg + entities: + - uid: 12076 + components: + - type: Transform + pos: 3.5,-312.5 + parent: 2 + - uid: 12077 + components: + - type: Transform + pos: 3.5,-314.5 + parent: 2 +- proto: SpawnPointBotanist + entities: + - uid: 11977 + components: + - type: Transform + pos: 6.5,-82.5 + parent: 2 + - uid: 11978 + components: + - type: Transform + pos: -6.5,-84.5 + parent: 2 +- proto: SpawnPointCaptain + entities: + - uid: 11971 + components: + - type: Transform + pos: -0.5,-14.5 + parent: 2 +- proto: SpawnPointCargoTechnician + entities: + - uid: 14231 + components: + - type: Transform + pos: 2.5,-278.5 + parent: 2 + - uid: 14234 + components: + - type: Transform + pos: 3.5,-272.5 + parent: 2 + - uid: 14235 + components: + - type: Transform + pos: 6.5,-280.5 + parent: 2 +- proto: SpawnPointChaplain + entities: + - uid: 11982 + components: + - type: Transform + pos: 6.5,-139.5 + parent: 2 +- proto: SpawnPointChef + entities: + - uid: 11979 + components: + - type: Transform + pos: 4.5,-89.5 + parent: 2 +- proto: SpawnPointChemist + entities: + - uid: 12032 + components: + - type: Transform + pos: 4.5,-166.5 + parent: 2 + - uid: 12033 + components: + - type: Transform + pos: 6.5,-168.5 + parent: 2 +- proto: SpawnPointChiefEngineer + entities: + - uid: 4806 + components: + - type: Transform + pos: 10.5,-250.5 + parent: 2 +- proto: SpawnPointChiefMedicalOfficer + entities: + - uid: 4112 + components: + - type: Transform + pos: 0.5,-202.5 + parent: 2 +- proto: SpawnPointClown + entities: + - uid: 12071 + components: + - type: Transform + pos: -6.5,-124.5 + parent: 2 +- proto: SpawnPointDetective + entities: + - uid: 2502 + components: + - type: Transform + pos: -5.5,-73.5 + parent: 2 +- proto: SpawnPointHeadOfPersonnel + entities: + - uid: 11972 + components: + - type: Transform + pos: -0.5,-116.5 + parent: 2 +- proto: SpawnPointHeadOfSecurity + entities: + - uid: 12054 + components: + - type: Transform + pos: -2.5,-344.5 + parent: 2 +- proto: SpawnPointJanitor + entities: + - uid: 11985 + components: + - type: Transform + pos: -3.5,-54.5 + parent: 2 +- proto: SpawnPointLatejoin + entities: + - uid: 12078 + components: + - type: Transform + pos: -6.5,-107.5 + parent: 2 + - uid: 12706 + components: + - type: Transform + pos: -2.5,-29.5 + parent: 2 + - uid: 12707 + components: + - type: Transform + pos: -3.5,-30.5 + parent: 2 + - uid: 12708 + components: + - type: Transform + pos: 1.5,-30.5 + parent: 2 + - uid: 12709 + components: + - type: Transform + pos: 2.5,-29.5 + parent: 2 + - uid: 12710 + components: + - type: Transform + pos: 5.5,-39.5 + parent: 2 + - uid: 12711 + components: + - type: Transform + pos: 3.5,-42.5 + parent: 2 +- proto: SpawnPointLawyer + entities: + - uid: 12063 + components: + - type: Transform + pos: 5.5,-329.5 + parent: 2 + - uid: 12067 + components: + - type: Transform + pos: 5.5,-331.5 + parent: 2 +- proto: SpawnPointLibrarian + entities: + - uid: 11984 + components: + - type: Transform + pos: -5.5,-135.5 + parent: 2 +- proto: SpawnPointMedicalDoctor + entities: + - uid: 12034 + components: + - type: Transform + pos: -3.5,-173.5 + parent: 2 + - uid: 12035 + components: + - type: Transform + pos: 8.5,-174.5 + parent: 2 + - uid: 12036 + components: + - type: Transform + pos: 3.5,-172.5 + parent: 2 +- proto: SpawnPointMedicalIntern + entities: + - uid: 12037 + components: + - type: Transform + pos: 8.5,-172.5 + parent: 2 + - uid: 12038 + components: + - type: Transform + pos: 3.5,-174.5 + parent: 2 +- proto: SpawnPointMime + entities: + - uid: 12072 + components: + - type: Transform + pos: -6.5,-121.5 + parent: 2 +- proto: SpawnPointMusician + entities: + - uid: 8927 + components: + - type: Transform + pos: -5.5,-65.5 + parent: 2 +- proto: SpawnPointObserver + entities: + - uid: 12079 + components: + - type: Transform + pos: -0.5,-62.5 + parent: 2 +- proto: SpawnPointPassenger + entities: + - uid: 12068 + components: + - type: Transform + pos: -8.5,-115.5 + parent: 2 + - uid: 12069 + components: + - type: Transform + pos: -6.5,-118.5 + parent: 2 + - uid: 12070 + components: + - type: Transform + pos: -6.5,-112.5 + parent: 2 +- proto: SpawnPointQuartermaster + entities: + - uid: 14229 + components: + - type: Transform + pos: 4.5,-285.5 + parent: 2 +- proto: SpawnPointResearchAssistant + entities: + - uid: 3364 + components: + - type: Transform + pos: -0.5,-312.5 + parent: 2 + - uid: 12053 + components: + - type: Transform + pos: 1.5,-301.5 + parent: 2 +- proto: SpawnPointResearchDirector + entities: + - uid: 12039 + components: + - type: Transform + pos: -9.5,-302.5 + parent: 2 +- proto: SpawnPointSalvageSpecialist + entities: + - uid: 14230 + components: + - type: Transform + pos: -3.5,-287.5 + parent: 2 + - uid: 14232 + components: + - type: Transform + pos: -5.5,-285.5 + parent: 2 + - uid: 14233 + components: + - type: Transform + pos: -5.5,-273.5 + parent: 2 +- proto: SpawnPointScientist + entities: + - uid: 12047 + components: + - type: Transform + pos: -2.5,-302.5 + parent: 2 + - uid: 12048 + components: + - type: Transform + pos: 4.5,-303.5 + parent: 2 + - uid: 12049 + components: + - type: Transform + pos: 6.5,-313.5 + parent: 2 + - uid: 12050 + components: + - type: Transform + pos: -7.5,-318.5 + parent: 2 +- proto: SpawnPointSecurityCadet + entities: + - uid: 9497 + components: + - type: Transform + pos: -5.5,-337.5 + parent: 2 + - uid: 12874 + components: + - type: Transform + pos: 2.5,-337.5 + parent: 2 +- proto: SpawnPointSecurityOfficer + entities: + - uid: 1669 + components: + - type: Transform + pos: -7.5,-338.5 + parent: 2 + - uid: 10808 + components: + - type: Transform + pos: -6.5,-337.5 + parent: 2 + - uid: 12059 + components: + - type: Transform + pos: -0.5,-344.5 + parent: 2 + - uid: 12060 + components: + - type: Transform + pos: -0.5,-346.5 + parent: 2 +- proto: SpawnPointServiceWorker + entities: + - uid: 11867 + components: + - type: Transform + pos: 4.5,-87.5 + parent: 2 + - uid: 11986 + components: + - type: Transform + pos: -3.5,-62.5 + parent: 2 + - uid: 14325 + components: + - type: Transform + pos: 15.5,-61.5 + parent: 2 +- proto: SpawnPointStationEngineer + entities: + - uid: 4851 + components: + - type: Transform + pos: 6.5,-252.5 + parent: 2 + - uid: 8780 + components: + - type: Transform + pos: 4.5,-252.5 + parent: 2 + - uid: 9023 + components: + - type: Transform + pos: 6.5,-253.5 + parent: 2 + - uid: 10931 + components: + - type: Transform + pos: 5.5,-251.5 + parent: 2 + - uid: 12205 + components: + - type: Transform + pos: 4.5,-253.5 + parent: 2 +- proto: SpawnPointTechnicalAssistant + entities: + - uid: 2484 + components: + - type: Transform + pos: -2.5,-249.5 + parent: 2 + - uid: 4350 + components: + - type: Transform + pos: 1.5,-247.5 + parent: 2 + - uid: 6660 + components: + - type: Transform + pos: -2.5,-250.5 + parent: 2 +- proto: SpawnPointWarden + entities: + - uid: 12055 + components: + - type: Transform + pos: 0.5,-364.5 + parent: 2 +- proto: SpawnVendingMachineRestockDrink + entities: + - uid: 1714 + components: + - type: Transform + pos: -5.5,-39.5 + parent: 2 +- proto: SpawnVendingMachineRestockFood + entities: + - uid: 1585 + components: + - type: Transform + pos: 4.5,-59.5 + parent: 2 + - uid: 2437 + components: + - type: Transform + pos: 6.5,-108.5 + parent: 2 +- proto: SpeedLoaderCap + entities: + - uid: 14635 + components: + - type: Transform + pos: -2.3873794,-259.3928 + parent: 2 +- proto: SpiderWeb + entities: + - uid: 1548 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-28.5 + parent: 2 + - uid: 14776 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-27.5 + parent: 2 + - uid: 14777 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-32.5 + parent: 2 + - uid: 14778 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-34.5 + parent: 2 + - uid: 14779 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-35.5 + parent: 2 +- proto: StairStage + entities: + - uid: 510 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-36.5 + parent: 2 + - uid: 604 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-43.5 + parent: 2 + - uid: 693 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-31.5 + parent: 2 + - uid: 694 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-29.5 + parent: 2 + - uid: 8821 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-273.5 + parent: 2 + - uid: 8822 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-272.5 + parent: 2 +- proto: StasisBed + entities: + - uid: 3119 + components: + - type: Transform + pos: 8.5,-178.5 + parent: 2 +- proto: StationMap + entities: + - uid: 2859 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-118.5 + parent: 2 + - uid: 2860 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-145.5 + parent: 2 + - uid: 2862 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-55.5 + parent: 2 + - uid: 2863 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-45.5 + parent: 2 + - uid: 2864 + components: + - type: Transform + pos: 2.5,-26.5 + parent: 2 + - uid: 2866 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-14.5 + parent: 2 + - uid: 3156 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-170.5 + parent: 2 + - uid: 4003 + components: + - type: Transform + pos: 1.5,-204.5 + parent: 2 + - uid: 6821 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-253.5 + parent: 2 + - uid: 8664 + components: + - type: Transform + pos: -2.5,-306.5 + parent: 2 + - uid: 11795 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-275.5 + parent: 2 + - uid: 11803 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-222.5 + parent: 2 + - uid: 11804 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-195.5 + parent: 2 + - uid: 12217 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-337.5 + parent: 2 + - uid: 14787 + components: + - type: Transform + pos: 6.5,-80.5 + parent: 2 +- proto: StationMapBroken + entities: + - uid: 3186 + components: + - type: Transform + pos: -7.5,-170.5 + parent: 2 + - uid: 9703 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-307.5 + parent: 2 +- proto: StatueVenusBlue + entities: + - uid: 2665 + components: + - type: Transform + pos: 3.5,-141.5 + parent: 2 +- proto: StatueVenusRed + entities: + - uid: 2506 + components: + - type: Transform + pos: 5.5,-141.5 + parent: 2 +- proto: SteelBench + entities: + - uid: 10873 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-337.5 + parent: 2 + - uid: 12697 + components: + - type: Transform + pos: 5.5,-306.5 + parent: 2 + - uid: 12698 + components: + - type: Transform + pos: 4.5,-306.5 + parent: 2 + - uid: 12699 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-308.5 + parent: 2 + - uid: 12700 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-308.5 + parent: 2 + - uid: 12875 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-336.5 + parent: 2 +- proto: Stool + entities: + - uid: 7430 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-65.5 + parent: 2 +- proto: StoolBar + entities: + - uid: 44 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-87.5 + parent: 2 + - uid: 951 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-62.5 + parent: 2 + - uid: 1093 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-61.5 + parent: 2 + - uid: 1245 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-63.5 + parent: 2 + - uid: 1246 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-64.5 + parent: 2 + - uid: 5174 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-89.5 + parent: 2 +- proto: StorageCanister + entities: + - uid: 7200 + components: + - type: Transform + pos: -21.5,-240.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: Stunbaton + entities: + - uid: 10736 + components: + - type: Transform + pos: -5.4655995,-340.5027 + parent: 2 + - uid: 12775 + components: + - type: Transform + parent: 12773 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 15299 + components: + - type: Transform + pos: -5.6637,-340.33105 + parent: 2 +- proto: SubstationBasic + entities: + - uid: 364 + components: + - type: Transform + pos: 7.5,-2.5 + parent: 2 + - uid: 726 + components: + - type: Transform + pos: -2.5,-43.5 + parent: 2 + - uid: 1430 + components: + - type: Transform + pos: 3.5,-53.5 + parent: 2 + - uid: 2035 + components: + - type: Transform + pos: -2.5,-99.5 + parent: 2 + - uid: 2298 + components: + - type: Transform + pos: 6.5,-111.5 + parent: 2 + - uid: 2815 + components: + - type: Transform + pos: 7.5,-153.5 + parent: 2 + - uid: 4714 + components: + - type: Transform + pos: -2.5,-161.5 + parent: 2 + - uid: 4731 + components: + - type: Transform + pos: 5.5,-187.5 + parent: 2 + - uid: 7876 + components: + - type: Transform + pos: 11.5,-250.5 + parent: 2 + - uid: 8474 + components: + - type: Transform + pos: 19.5,-265.5 + parent: 2 + - uid: 8673 + components: + - type: Transform + pos: 8.5,-284.5 + parent: 2 + - uid: 9540 + components: + - type: Transform + pos: 23.5,-306.5 + parent: 2 + - uid: 10169 + components: + - type: Transform + pos: -8.5,-297.5 + parent: 2 + - uid: 10710 + components: + - type: Transform + pos: 5.5,-346.5 + parent: 2 + - uid: 11263 + components: + - type: Transform + pos: 6.5,-361.5 + parent: 2 + - uid: 16655 + components: + - type: Transform + pos: -13.5,-253.5 + parent: 2 +- proto: SubstationWallBasic + entities: + - uid: 5460 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-229.5 + parent: 2 +- proto: Sugarcane + entities: + - uid: 10997 + components: + - type: Transform + pos: 29.942026,-307.55215 + parent: 2 +- proto: SuitStorageBasic + entities: + - uid: 15156 + components: + - type: Transform + pos: 5.5,-114.5 + parent: 2 + - uid: 15171 + components: + - type: Transform + pos: 9.5,-118.5 + parent: 2 +- proto: SuitStorageCaptain + entities: + - uid: 299 + components: + - type: Transform + pos: -3.5,-13.5 + parent: 2 +- proto: SuitStorageCE + entities: + - uid: 13003 + components: + - type: Transform + pos: 11.5,-251.5 + parent: 2 +- proto: SuitStorageCMO + entities: + - uid: 2395 + components: + - type: Transform + pos: -0.5,-203.5 + parent: 2 +- proto: SuitStorageEVA + entities: + - uid: 399 + components: + - type: Transform + pos: 6.5,0.5 + parent: 2 + - uid: 400 + components: + - type: Transform + pos: 6.5,1.5 + parent: 2 + - uid: 4990 + components: + - type: Transform + pos: 7.5,-113.5 + parent: 2 + - uid: 10084 + components: + - type: Transform + pos: 7.5,-116.5 + parent: 2 + - uid: 15155 + components: + - type: Transform + pos: 5.5,-113.5 + parent: 2 + - uid: 15157 + components: + - type: Transform + pos: 5.5,-115.5 + parent: 2 + - uid: 15158 + components: + - type: Transform + pos: 9.5,-113.5 + parent: 2 + - uid: 15159 + components: + - type: Transform + pos: 8.5,-113.5 + parent: 2 + - uid: 15168 + components: + - type: Transform + pos: 7.5,-117.5 + parent: 2 + - uid: 15169 + components: + - type: Transform + pos: 9.5,-116.5 + parent: 2 + - uid: 15170 + components: + - type: Transform + pos: 9.5,-117.5 + parent: 2 +- proto: SuitStorageEVAPrisoner + entities: + - uid: 11446 + components: + - type: Transform + pos: 1.5,-375.5 + parent: 2 + - uid: 11447 + components: + - type: Transform + pos: -0.5,-375.5 + parent: 2 +- proto: SuitStorageHOS + entities: + - uid: 11095 + components: + - type: Transform + pos: -5.5,-345.5 + parent: 2 +- proto: SuitStorageNTSRA + entities: + - uid: 7607 + components: + - type: Transform + pos: 14.5,-154.5 + parent: 2 +- proto: SuitStorageRD + entities: + - uid: 9850 + components: + - type: Transform + pos: -9.5,-305.5 + parent: 2 +- proto: SuitStorageSalv + entities: + - uid: 8619 + components: + - type: Transform + pos: -2.5,-269.5 + parent: 2 + - uid: 8620 + components: + - type: Transform + pos: -3.5,-269.5 + parent: 2 + - uid: 8621 + components: + - type: Transform + pos: -4.5,-269.5 + parent: 2 +- proto: SuitStorageSec + entities: + - uid: 3792 + components: + - type: Transform + pos: 4.5,-343.5 + parent: 2 + - uid: 10803 + components: + - type: Transform + pos: 6.5,-335.5 + parent: 2 + - uid: 10872 + components: + - type: Transform + pos: 5.5,-335.5 + parent: 2 + - uid: 13388 + components: + - type: Transform + pos: 7.5,-343.5 + parent: 2 + - uid: 13389 + components: + - type: Transform + pos: 5.5,-343.5 + parent: 2 + - uid: 14605 + components: + - type: Transform + pos: 6.5,-343.5 + parent: 2 + - uid: 15811 + components: + - type: Transform + pos: 7.5,-335.5 + parent: 2 +- proto: SuitStorageWarden + entities: + - uid: 12864 + components: + - type: Transform + pos: 1.5,-362.5 + parent: 2 +- proto: SurveillanceCameraCommand + entities: + - uid: 2127 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-113.5 + parent: 2 + - uid: 7824 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-253.5 + parent: 2 + - uid: 11473 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-10.5 + parent: 2 + - uid: 11517 + components: + - type: Transform + pos: 0.5,0.5 + parent: 2 + - uid: 11528 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-4.5 + parent: 2 + - uid: 11529 + components: + - type: Transform + pos: -2.5,-3.5 + parent: 2 + - uid: 11684 + components: + - type: Transform + pos: -2.5,-7.5 + parent: 2 + - uid: 11685 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-14.5 + parent: 2 + - uid: 11687 + components: + - type: Transform + pos: 4.5,-2.5 + parent: 2 + - uid: 11697 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-119.5 + parent: 2 +- proto: SurveillanceCameraEngineering + entities: + - uid: 8034 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-251.5 + parent: 2 + - uid: 8064 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-255.5 + parent: 2 + - uid: 8840 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-263.5 + parent: 2 +- proto: SurveillanceCameraGeneral + entities: + - uid: 3832 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-305.5 + parent: 2 + - uid: 11291 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-111.5 + parent: 2 + - uid: 11688 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-27.5 + parent: 2 + - uid: 11689 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-37.5 + parent: 2 + - uid: 11699 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-138.5 + parent: 2 + - uid: 11700 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-143.5 + parent: 2 + - uid: 11701 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-149.5 + parent: 2 + - uid: 11703 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-196.5 + parent: 2 + - uid: 11706 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-171.5 + parent: 2 + - uid: 11712 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-223.5 + parent: 2 + - uid: 11754 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-276.5 + parent: 2 +- proto: SurveillanceCameraMedical + entities: + - uid: 7201 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-175.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: Morgue + - uid: 11702 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-166.5 + parent: 2 + - uid: 11704 + components: + - type: Transform + pos: 6.5,-176.5 + parent: 2 + - uid: 11707 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-199.5 + parent: 2 + - uid: 11708 + components: + - type: Transform + pos: 0.5,-194.5 + parent: 2 +- proto: SurveillanceCameraRouterCommand + entities: + - uid: 2156 + components: + - type: Transform + pos: 19.5,-315.5 + parent: 2 +- proto: SurveillanceCameraRouterEngineering + entities: + - uid: 2250 + components: + - type: Transform + pos: 20.5,-315.5 + parent: 2 +- proto: SurveillanceCameraRouterGeneral + entities: + - uid: 2291 + components: + - type: Transform + pos: 24.5,-315.5 + parent: 2 +- proto: SurveillanceCameraRouterMedical + entities: + - uid: 2417 + components: + - type: Transform + pos: 25.5,-315.5 + parent: 2 +- proto: SurveillanceCameraRouterScience + entities: + - uid: 2000 + components: + - type: Transform + pos: 25.5,-317.5 + parent: 2 +- proto: SurveillanceCameraRouterSecurity + entities: + - uid: 2184 + components: + - type: Transform + pos: 24.5,-317.5 + parent: 2 +- proto: SurveillanceCameraRouterService + entities: + - uid: 2251 + components: + - type: Transform + pos: 20.5,-317.5 + parent: 2 +- proto: SurveillanceCameraRouterSupply + entities: + - uid: 2416 + components: + - type: Transform + pos: 19.5,-317.5 + parent: 2 +- proto: SurveillanceCameraScience + entities: + - uid: 11759 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-301.5 + parent: 2 + - uid: 11760 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-310.5 + parent: 2 + - uid: 11761 + components: + - type: Transform + pos: -5.5,-319.5 + parent: 2 + - uid: 11766 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-304.5 + parent: 2 +- proto: SurveillanceCameraSecurity + entities: + - uid: 2280 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-342.5 + parent: 2 + - uid: 3072 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-336.5 + parent: 2 + - uid: 8470 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-335.5 + parent: 2 + - uid: 10821 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-335.5 + parent: 2 + - uid: 11767 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-331.5 + parent: 2 + - uid: 11768 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-329.5 + parent: 2 + - uid: 11778 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-356.5 + parent: 2 + - uid: 11783 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-356.5 + parent: 2 + - uid: 11784 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-356.5 + parent: 2 + - uid: 11785 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-366.5 + parent: 2 + - uid: 11786 + components: + - type: Transform + pos: -1.5,-373.5 + parent: 2 + - uid: 11788 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-362.5 + parent: 2 + - uid: 11790 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-362.5 + parent: 2 +- proto: SurveillanceCameraService + entities: + - uid: 11691 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-61.5 + parent: 2 + - uid: 11692 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-60.5 + parent: 2 + - uid: 11693 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-53.5 + parent: 2 + - uid: 11694 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-70.5 + parent: 2 + - uid: 11695 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-85.5 + parent: 2 + - uid: 11696 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-84.5 + parent: 2 +- proto: SurveillanceCameraSupply + entities: + - uid: 11753 + components: + - type: Transform + pos: 4.5,-282.5 + parent: 2 + - uid: 11755 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-270.5 + parent: 2 + - uid: 11756 + components: + - type: Transform + pos: -3.5,-288.5 + parent: 2 +- proto: SurveillanceCameraWirelessRouterEntertainment + entities: + - uid: 8597 + components: + - type: Transform + pos: 21.5,-317.5 + parent: 2 +- proto: SurveillanceWirelessCameraMovableEntertainment + entities: + - uid: 10677 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-371.5 + parent: 2 + - uid: 12683 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-119.5 + parent: 2 + - uid: 13451 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-37.5 + parent: 2 +- proto: SyndicateJawsOfLife + entities: + - uid: 12108 + components: + - type: Transform + pos: -11.481979,-161.38908 + parent: 2 +- proto: Syringe + entities: + - uid: 2475 + components: + - type: Transform + pos: -1.3886902,-168.44508 + parent: 2 + - uid: 3693 + components: + - type: Transform + pos: 8.467955,-171.31325 + parent: 2 + - uid: 12391 + components: + - type: Transform + pos: -4.482805,-317.1948 + parent: 2 +- proto: SyringeIpecac + entities: + - uid: 3566 + components: + - type: Transform + pos: -7.5644717,-177.28705 + parent: 2 +- proto: Table + entities: + - uid: 577 + components: + - type: Transform + pos: 8.5,-173.5 + parent: 2 + - uid: 1072 + components: + - type: Transform + pos: -3.5,-26.5 + parent: 2 + - uid: 1483 + components: + - type: Transform + pos: 7.5,-56.5 + parent: 2 + - uid: 1761 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-32.5 + parent: 2 + - uid: 2320 + components: + - type: Transform + pos: 8.5,-175.5 + parent: 2 + - uid: 2738 + components: + - type: Transform + pos: 8.5,-177.5 + parent: 2 + - uid: 2779 + components: + - type: Transform + pos: 3.5,-173.5 + parent: 2 + - uid: 3075 + components: + - type: Transform + pos: 8.5,-171.5 + parent: 2 + - uid: 3166 + components: + - type: Transform + pos: 3.5,-171.5 + parent: 2 + - uid: 3187 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-32.5 + parent: 2 + - uid: 3920 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-202.5 + parent: 2 + - uid: 6509 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-32.5 + parent: 2 + - uid: 7209 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-198.5 + parent: 2 + - uid: 8855 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-201.5 + parent: 2 + - uid: 11328 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-27.5 + parent: 2 +- proto: TableCarpet + entities: + - uid: 2696 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-140.5 + parent: 2 + - uid: 2699 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-141.5 + parent: 2 + - uid: 2704 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-139.5 + parent: 2 + - uid: 14426 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-82.5 + parent: 2 + - uid: 14429 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-78.5 + parent: 2 + - uid: 14430 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-78.5 + parent: 2 + - uid: 14431 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-78.5 + parent: 2 + - uid: 14432 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-78.5 + parent: 2 + - uid: 14433 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-79.5 + parent: 2 + - uid: 14434 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-79.5 + parent: 2 + - uid: 14441 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-83.5 + parent: 2 + - uid: 14445 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-83.5 + parent: 2 + - uid: 14447 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-82.5 + parent: 2 +- proto: TableCounterMetal + entities: + - uid: 1835 + components: + - type: Transform + pos: 3.5,-99.5 + parent: 2 + - uid: 1836 + components: + - type: Transform + pos: 4.5,-99.5 + parent: 2 + - uid: 1838 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-94.5 + parent: 2 + - uid: 1840 + components: + - type: Transform + pos: 6.5,-95.5 + parent: 2 + - uid: 1849 + components: + - type: Transform + pos: 6.5,-94.5 + parent: 2 + - uid: 1850 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-94.5 + parent: 2 + - uid: 7835 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-245.5 + parent: 2 + - uid: 11913 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-246.5 + parent: 2 +- proto: TableCounterWood + entities: + - uid: 2725 + components: + - type: Transform + pos: -3.5,-136.5 + parent: 2 + - uid: 2726 + components: + - type: Transform + pos: -2.5,-136.5 + parent: 2 +- proto: TableGlass + entities: + - uid: 2083 + components: + - type: Transform + pos: -7.5,-115.5 + parent: 2 + - uid: 2084 + components: + - type: Transform + pos: -7.5,-112.5 + parent: 2 + - uid: 2085 + components: + - type: Transform + pos: -7.5,-118.5 + parent: 2 + - uid: 2752 + components: + - type: Transform + pos: 6.5,-123.5 + parent: 2 + - uid: 2931 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-174.5 + parent: 2 + - uid: 2966 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-175.5 + parent: 2 + - uid: 3703 + components: + - type: Transform + pos: 6.5,-122.5 + parent: 2 + - uid: 6659 + components: + - type: Transform + pos: -1.5,-168.5 + parent: 2 + - uid: 14350 + components: + - type: Transform + pos: 14.5,-59.5 + parent: 2 + - uid: 14355 + components: + - type: Transform + pos: 16.5,-59.5 + parent: 2 + - uid: 14628 + components: + - type: Transform + pos: -7.5,-256.5 + parent: 2 + - uid: 14629 + components: + - type: Transform + pos: -7.5,-255.5 + parent: 2 + - uid: 14659 + components: + - type: Transform + pos: 17.5,-73.5 + parent: 2 + - uid: 14660 + components: + - type: Transform + pos: 13.5,-73.5 + parent: 2 + - uid: 14661 + components: + - type: Transform + pos: 17.5,-69.5 + parent: 2 + - uid: 14662 + components: + - type: Transform + pos: 13.5,-69.5 + parent: 2 + - uid: 16506 + components: + - type: Transform + pos: -13.5,-161.5 + parent: 2 + - uid: 16507 + components: + - type: Transform + pos: -14.5,-161.5 + parent: 2 + - uid: 16508 + components: + - type: Transform + pos: -11.5,-168.5 + parent: 2 + - uid: 16509 + components: + - type: Transform + pos: -12.5,-168.5 + parent: 2 + - uid: 16510 + components: + - type: Transform + pos: -13.5,-168.5 + parent: 2 +- proto: TablePlasmaGlass + entities: + - uid: 2007 + components: + - type: Transform + pos: -7.5,-124.5 + parent: 2 + - uid: 14739 + components: + - type: Transform + pos: -6.5,-307.5 + parent: 2 + - uid: 14740 + components: + - type: Transform + pos: -5.5,-307.5 + parent: 2 +- proto: TableReinforced + entities: + - uid: 58 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,2.5 + parent: 2 + - uid: 59 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,2.5 + parent: 2 + - uid: 192 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-12.5 + parent: 2 + - uid: 198 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-11.5 + parent: 2 + - uid: 213 + components: + - type: Transform + pos: 6.5,-12.5 + parent: 2 + - uid: 924 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-60.5 + parent: 2 + - uid: 932 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-60.5 + parent: 2 + - uid: 996 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-64.5 + parent: 2 + - uid: 997 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-62.5 + parent: 2 + - uid: 998 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-63.5 + parent: 2 + - uid: 999 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-61.5 + parent: 2 + - uid: 1090 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-60.5 + parent: 2 + - uid: 1212 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-65.5 + parent: 2 + - uid: 1229 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-65.5 + parent: 2 + - uid: 1231 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-87.5 + parent: 2 + - uid: 1694 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-85.5 + parent: 2 + - uid: 1695 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-86.5 + parent: 2 + - uid: 1696 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-87.5 + parent: 2 + - uid: 1697 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-88.5 + parent: 2 + - uid: 1698 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-89.5 + parent: 2 + - uid: 1699 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-90.5 + parent: 2 + - uid: 1700 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-91.5 + parent: 2 + - uid: 1928 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-88.5 + parent: 2 + - uid: 1929 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-87.5 + parent: 2 + - uid: 1934 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-86.5 + parent: 2 + - uid: 1935 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-86.5 + parent: 2 + - uid: 1936 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-86.5 + parent: 2 + - uid: 1946 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-85.5 + parent: 2 + - uid: 2239 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-122.5 + parent: 2 + - uid: 2435 + components: + - type: Transform + pos: 2.5,-192.5 + parent: 2 + - uid: 2468 + components: + - type: Transform + pos: 5.5,-339.5 + parent: 2 + - uid: 3042 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-87.5 + parent: 2 + - uid: 3097 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-170.5 + parent: 2 + - uid: 3098 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-168.5 + parent: 2 + - uid: 3099 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-167.5 + parent: 2 + - uid: 3100 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-166.5 + parent: 2 + - uid: 3159 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-253.5 + parent: 2 + - uid: 3176 + components: + - type: Transform + pos: 3.5,-192.5 + parent: 2 + - uid: 3178 + components: + - type: Transform + pos: 1.5,-192.5 + parent: 2 + - uid: 3234 + components: + - type: Transform + pos: 1.5,-193.5 + parent: 2 + - uid: 3826 + components: + - type: Transform + pos: 7.5,-196.5 + parent: 2 + - uid: 3884 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-200.5 + parent: 2 + - uid: 3885 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-206.5 + parent: 2 + - uid: 3896 + components: + - type: Transform + pos: -6.5,-194.5 + parent: 2 + - uid: 3897 + components: + - type: Transform + pos: -6.5,-195.5 + parent: 2 + - uid: 3911 + components: + - type: Transform + pos: -4.5,-198.5 + parent: 2 + - uid: 3912 + components: + - type: Transform + pos: -3.5,-198.5 + parent: 2 + - uid: 4133 + components: + - type: Transform + pos: -1.5,-166.5 + parent: 2 + - uid: 4237 + components: + - type: Transform + pos: 4.5,-254.5 + parent: 2 + - uid: 4576 + components: + - type: Transform + pos: 7.5,-245.5 + parent: 2 + - uid: 4780 + components: + - type: Transform + pos: 8.5,-250.5 + parent: 2 + - uid: 4847 + components: + - type: Transform + pos: 8.5,-249.5 + parent: 2 + - uid: 4951 + components: + - type: Transform + pos: 5.5,-252.5 + parent: 2 + - uid: 5019 + components: + - type: Transform + pos: 4.5,-245.5 + parent: 2 + - uid: 5148 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-206.5 + parent: 2 + - uid: 6642 + components: + - type: Transform + pos: 5.5,-254.5 + parent: 2 + - uid: 6644 + components: + - type: Transform + pos: 5.5,-253.5 + parent: 2 + - uid: 7377 + components: + - type: Transform + pos: -5.5,-338.5 + parent: 2 + - uid: 7428 + components: + - type: Transform + pos: -5.5,-189.5 + parent: 2 + - uid: 7467 + components: + - type: Transform + pos: 18.5,-257.5 + parent: 2 + - uid: 7475 + components: + - type: Transform + pos: 7.5,-244.5 + parent: 2 + - uid: 7555 + components: + - type: Transform + pos: 7.5,-197.5 + parent: 2 + - uid: 7863 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-246.5 + parent: 2 + - uid: 7864 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,-245.5 + parent: 2 + - uid: 7892 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-245.5 + parent: 2 + - uid: 8261 + components: + - type: Transform + pos: 11.5,-252.5 + parent: 2 + - uid: 8435 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-247.5 + parent: 2 + - uid: 8499 + components: + - type: Transform + pos: -4.5,-273.5 + parent: 2 + - uid: 8516 + components: + - type: Transform + pos: -4.5,-272.5 + parent: 2 + - uid: 8526 + components: + - type: Transform + pos: 17.5,-257.5 + parent: 2 + - uid: 8531 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-272.5 + parent: 2 + - uid: 8532 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-271.5 + parent: 2 + - uid: 8534 + components: + - type: Transform + pos: -4.5,-285.5 + parent: 2 + - uid: 8661 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-251.5 + parent: 2 + - uid: 8685 + components: + - type: Transform + pos: -4.5,-286.5 + parent: 2 + - uid: 8689 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-250.5 + parent: 2 + - uid: 8857 + components: + - type: Transform + pos: -7.5,-271.5 + parent: 2 + - uid: 8902 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-254.5 + parent: 2 + - uid: 8954 + components: + - type: Transform + pos: -5.5,-272.5 + parent: 2 + - uid: 9054 + components: + - type: Transform + pos: 3.5,-282.5 + parent: 2 + - uid: 9055 + components: + - type: Transform + pos: 4.5,-282.5 + parent: 2 + - uid: 9056 + components: + - type: Transform + pos: 5.5,-282.5 + parent: 2 + - uid: 9080 + components: + - type: Transform + pos: 4.5,-273.5 + parent: 2 + - uid: 9081 + components: + - type: Transform + pos: 4.5,-272.5 + parent: 2 + - uid: 9515 + components: + - type: Transform + pos: 22.5,-317.5 + parent: 2 + - uid: 9517 + components: + - type: Transform + pos: 21.5,-315.5 + parent: 2 + - uid: 9576 + components: + - type: Transform + pos: 23.5,-297.5 + parent: 2 + - uid: 9617 + components: + - type: Transform + pos: 23.5,-299.5 + parent: 2 + - uid: 9618 + components: + - type: Transform + pos: 22.5,-297.5 + parent: 2 + - uid: 9620 + components: + - type: Transform + pos: 21.5,-299.5 + parent: 2 + - uid: 9698 + components: + - type: Transform + pos: 21.5,-309.5 + parent: 2 + - uid: 9699 + components: + - type: Transform + pos: 23.5,-305.5 + parent: 2 + - uid: 9700 + components: + - type: Transform + pos: 22.5,-309.5 + parent: 2 + - uid: 9701 + components: + - type: Transform + pos: 22.5,-305.5 + parent: 2 + - uid: 9963 + components: + - type: Transform + pos: 4.5,-316.5 + parent: 2 + - uid: 9964 + components: + - type: Transform + pos: 7.5,-312.5 + parent: 2 + - uid: 9965 + components: + - type: Transform + pos: 7.5,-313.5 + parent: 2 + - uid: 9966 + components: + - type: Transform + pos: 7.5,-314.5 + parent: 2 + - uid: 9967 + components: + - type: Transform + pos: 3.5,-316.5 + parent: 2 + - uid: 9969 + components: + - type: Transform + pos: 6.5,-314.5 + parent: 2 + - uid: 9977 + components: + - type: Transform + pos: 3.5,-315.5 + parent: 2 + - uid: 9981 + components: + - type: Transform + pos: 3.5,-304.5 + parent: 2 + - uid: 9982 + components: + - type: Transform + pos: 3.5,-303.5 + parent: 2 + - uid: 9983 + components: + - type: Transform + pos: 4.5,-304.5 + parent: 2 + - uid: 10024 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-302.5 + parent: 2 + - uid: 10077 + components: + - type: Transform + pos: -6.5,-317.5 + parent: 2 + - uid: 10078 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-302.5 + parent: 2 + - uid: 10097 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-303.5 + parent: 2 + - uid: 10098 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-304.5 + parent: 2 + - uid: 10100 + components: + - type: Transform + pos: -1.5,-301.5 + parent: 2 + - uid: 10101 + components: + - type: Transform + pos: -1.5,-300.5 + parent: 2 + - uid: 10113 + components: + - type: Transform + pos: -4.5,-303.5 + parent: 2 + - uid: 10115 + components: + - type: Transform + pos: -4.5,-302.5 + parent: 2 + - uid: 10116 + components: + - type: Transform + pos: -4.5,-304.5 + parent: 2 + - uid: 10690 + components: + - type: Transform + pos: -6.5,-339.5 + parent: 2 + - uid: 10755 + components: + - type: Transform + pos: -3.5,-334.5 + parent: 2 + - uid: 10771 + components: + - type: Transform + pos: -0.5,-345.5 + parent: 2 + - uid: 10849 + components: + - type: Transform + pos: -6.5,-338.5 + parent: 2 + - uid: 10855 + components: + - type: Transform + pos: -6.5,-340.5 + parent: 2 + - uid: 11043 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-328.5 + parent: 2 + - uid: 11045 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-328.5 + parent: 2 + - uid: 11059 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-331.5 + parent: 2 + - uid: 11060 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-332.5 + parent: 2 + - uid: 11061 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-332.5 + parent: 2 + - uid: 11062 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-332.5 + parent: 2 + - uid: 11099 + components: + - type: Transform + pos: -2.5,-346.5 + parent: 2 + - uid: 11100 + components: + - type: Transform + pos: -3.5,-346.5 + parent: 2 + - uid: 11101 + components: + - type: Transform + pos: -4.5,-346.5 + parent: 2 + - uid: 11200 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-358.5 + parent: 2 + - uid: 11430 + components: + - type: Transform + pos: -6.5,-360.5 + parent: 2 + - uid: 11431 + components: + - type: Transform + pos: -0.5,-365.5 + parent: 2 + - uid: 11484 + components: + - type: Transform + pos: 2.5,-370.5 + parent: 2 + - uid: 11485 + components: + - type: Transform + pos: 1.5,-370.5 + parent: 2 + - uid: 11486 + components: + - type: Transform + pos: 0.5,-370.5 + parent: 2 + - uid: 11487 + components: + - type: Transform + pos: -0.5,-370.5 + parent: 2 + - uid: 11488 + components: + - type: Transform + pos: -1.5,-370.5 + parent: 2 + - uid: 11489 + components: + - type: Transform + pos: -1.5,-371.5 + parent: 2 + - uid: 11752 + components: + - type: Transform + pos: -4.5,-357.5 + parent: 2 + - uid: 11757 + components: + - type: Transform + pos: -5.5,-357.5 + parent: 2 + - uid: 11758 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-189.5 + parent: 2 + - uid: 11764 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-357.5 + parent: 2 + - uid: 11765 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-358.5 + parent: 2 + - uid: 12372 + components: + - type: Transform + pos: -5.5,-317.5 + parent: 2 + - uid: 12373 + components: + - type: Transform + pos: -4.5,-317.5 + parent: 2 + - uid: 12374 + components: + - type: Transform + pos: -4.5,-316.5 + parent: 2 + - uid: 12886 + components: + - type: Transform + pos: -0.5,-366.5 + parent: 2 + - uid: 12887 + components: + - type: Transform + pos: 0.5,-366.5 + parent: 2 + - uid: 14799 + components: + - type: Transform + pos: -5.5,-339.5 + parent: 2 + - uid: 14800 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-193.5 + parent: 2 + - uid: 15030 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-133.5 + parent: 2 + - uid: 15031 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-134.5 + parent: 2 + - uid: 15187 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-193.5 + parent: 2 + - uid: 15260 + components: + - type: Transform + pos: 5.5,-245.5 + parent: 2 + - uid: 15586 + components: + - type: Transform + pos: 19.5,-257.5 + parent: 2 + - uid: 15788 + components: + - type: Transform + pos: -7.5,-172.5 + parent: 2 + - uid: 15804 + components: + - type: Transform + pos: -5.5,-340.5 + parent: 2 + - uid: 16883 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,-257.5 + parent: 2 +- proto: TableReinforcedGlass + entities: + - uid: 79 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-7.5 + parent: 2 + - uid: 85 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-1.5 + parent: 2 + - uid: 86 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-3.5 + parent: 2 + - uid: 87 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-3.5 + parent: 2 + - uid: 154 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-7.5 + parent: 2 + - uid: 159 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-6.5 + parent: 2 + - uid: 163 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-7.5 + parent: 2 + - uid: 165 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-7.5 + parent: 2 + - uid: 166 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-6.5 + parent: 2 + - uid: 169 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-6.5 + parent: 2 + - uid: 212 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-6.5 + parent: 2 + - uid: 1917 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-120.5 + parent: 2 + - uid: 2214 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-121.5 + parent: 2 + - uid: 2217 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-121.5 + parent: 2 + - uid: 2220 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-121.5 + parent: 2 + - uid: 2666 + components: + - type: Transform + pos: 6.5,-142.5 + parent: 2 + - uid: 2667 + components: + - type: Transform + pos: 6.5,-143.5 + parent: 2 + - uid: 2668 + components: + - type: Transform + pos: 2.5,-142.5 + parent: 2 + - uid: 2669 + components: + - type: Transform + pos: 2.5,-143.5 + parent: 2 + - uid: 3127 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-169.5 + parent: 2 + - uid: 3712 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-1.5 + parent: 2 + - uid: 4138 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-1.5 + parent: 2 + - uid: 11532 + components: + - type: Transform + pos: -0.5,-5.5 + parent: 2 + - uid: 11533 + components: + - type: Transform + pos: -1.5,-5.5 + parent: 2 + - uid: 11534 + components: + - type: Transform + pos: -2.5,-5.5 + parent: 2 + - uid: 11535 + components: + - type: Transform + pos: -3.5,-5.5 + parent: 2 + - uid: 11536 + components: + - type: Transform + pos: -3.5,-6.5 + parent: 2 + - uid: 11537 + components: + - type: Transform + pos: -3.5,-7.5 + parent: 2 + - uid: 11538 + components: + - type: Transform + pos: -2.5,-7.5 + parent: 2 + - uid: 11539 + components: + - type: Transform + pos: -1.5,-7.5 + parent: 2 + - uid: 11540 + components: + - type: Transform + pos: -0.5,-7.5 + parent: 2 +- proto: TableStone + entities: + - uid: 2030 + components: + - type: Transform + pos: -8.5,-122.5 + parent: 2 + - uid: 3118 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-165.5 + parent: 2 + - uid: 3133 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-167.5 + parent: 2 + - uid: 3189 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-168.5 + parent: 2 + - uid: 3190 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-167.5 + parent: 2 +- proto: TableWeb + entities: + - uid: 14354 + components: + - type: Transform + pos: 13.5,-63.5 + parent: 2 + - uid: 14380 + components: + - type: Transform + pos: 14.5,-63.5 + parent: 2 +- proto: TableWood + entities: + - uid: 301 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-13.5 + parent: 2 + - uid: 310 + components: + - type: Transform + pos: -0.5,-11.5 + parent: 2 + - uid: 314 + components: + - type: Transform + pos: -1.5,-9.5 + parent: 2 + - uid: 436 + components: + - type: Transform + pos: -3.5,2.5 + parent: 2 + - uid: 616 + components: + - type: Transform + pos: -5.5,-63.5 + parent: 2 + - uid: 632 + components: + - type: Transform + pos: -6.5,-63.5 + parent: 2 + - uid: 1126 + components: + - type: Transform + pos: 1.5,-64.5 + parent: 2 + - uid: 1186 + components: + - type: Transform + pos: 0.5,-64.5 + parent: 2 + - uid: 1192 + components: + - type: Transform + pos: -3.5,-67.5 + parent: 2 + - uid: 1285 + components: + - type: Transform + pos: -6.5,-62.5 + parent: 2 + - uid: 1341 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-59.5 + parent: 2 + - uid: 1343 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-58.5 + parent: 2 + - uid: 1344 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-66.5 + parent: 2 + - uid: 1345 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-67.5 + parent: 2 + - uid: 1359 + components: + - type: Transform + pos: -5.5,-71.5 + parent: 2 + - uid: 1475 + components: + - type: Transform + pos: -5.5,-72.5 + parent: 2 + - uid: 3023 + components: + - type: Transform + pos: -6.5,-59.5 + parent: 2 + - uid: 3033 + components: + - type: Transform + pos: -3.5,-58.5 + parent: 2 + - uid: 3054 + components: + - type: Transform + pos: -2.5,-67.5 + parent: 2 + - uid: 3071 + components: + - type: Transform + pos: -6.5,-67.5 + parent: 2 + - uid: 3149 + components: + - type: Transform + pos: -6.5,-58.5 + parent: 2 + - uid: 3583 + components: + - type: Transform + pos: -2.5,-58.5 + parent: 2 + - uid: 4177 + components: + - type: Transform + pos: -5.5,-62.5 + parent: 2 +- proto: TargetDarts + entities: + - uid: 14772 + components: + - type: Transform + pos: 2.5088735,-32.514496 + parent: 2 +- proto: TegCenter + entities: + - uid: 3677 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,-244.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: TegCirculator + entities: + - uid: 3584 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -18.5,-244.5 + parent: 2 + - type: PointLight + color: '#FF3300FF' + - uid: 6828 + components: + - type: Transform + pos: -16.5,-244.5 + parent: 2 + - type: PointLight + color: '#FF3300FF' +- proto: TelecomServer + entities: + - uid: 9500 + components: + - type: Transform + pos: 19.5,-297.5 + parent: 2 + - type: ContainerContainer + containers: + key_slots: !type:Container + showEnts: False + occludes: True + ents: + - 9501 + machine_board: !type:Container + showEnts: False + occludes: True + ents: [] + machine_parts: !type:Container + showEnts: False + occludes: True + ents: [] + - uid: 9503 + components: + - type: Transform + pos: 20.5,-297.5 + parent: 2 + - type: ContainerContainer + containers: + key_slots: !type:Container + showEnts: False + occludes: True + ents: + - 9504 + machine_board: !type:Container + showEnts: False + occludes: True + ents: [] + machine_parts: !type:Container + showEnts: False + occludes: True + ents: [] + - uid: 9547 + components: + - type: Transform + pos: 19.5,-299.5 + parent: 2 + - type: ContainerContainer + containers: + key_slots: !type:Container + showEnts: False + occludes: True + ents: + - 9548 + machine_board: !type:Container + showEnts: False + occludes: True + ents: [] + machine_parts: !type:Container + showEnts: False + occludes: True + ents: [] + - uid: 9549 + components: + - type: Transform + pos: 20.5,-299.5 + parent: 2 + - type: ContainerContainer + containers: + key_slots: !type:Container + showEnts: False + occludes: True + ents: + - 9550 + machine_board: !type:Container + showEnts: False + occludes: True + ents: [] + machine_parts: !type:Container + showEnts: False + occludes: True + ents: [] + - uid: 9551 + components: + - type: Transform + pos: 24.5,-297.5 + parent: 2 + - type: ContainerContainer + containers: + key_slots: !type:Container + showEnts: False + occludes: True + ents: + - 9552 + machine_board: !type:Container + showEnts: False + occludes: True + ents: [] + machine_parts: !type:Container + showEnts: False + occludes: True + ents: [] + - uid: 9553 + components: + - type: Transform + pos: 25.5,-297.5 + parent: 2 + - type: ContainerContainer + containers: + key_slots: !type:Container + showEnts: False + occludes: True + ents: + - 9554 + machine_board: !type:Container + showEnts: False + occludes: True + ents: [] + machine_parts: !type:Container + showEnts: False + occludes: True + ents: [] + - uid: 9555 + components: + - type: Transform + pos: 25.5,-299.5 + parent: 2 + - type: ContainerContainer + containers: + key_slots: !type:Container + showEnts: False + occludes: True + ents: + - 9556 + machine_board: !type:Container + showEnts: False + occludes: True + ents: [] + machine_parts: !type:Container + showEnts: False + occludes: True + ents: [] + - uid: 9557 + components: + - type: Transform + pos: 24.5,-299.5 + parent: 2 + - type: ContainerContainer + containers: + key_slots: !type:Container + showEnts: False + occludes: True + ents: + - 9558 + machine_board: !type:Container + showEnts: False + occludes: True + ents: [] + machine_parts: !type:Container + showEnts: False + occludes: True + ents: [] +- proto: TeslaCoil + entities: + - uid: 651 + components: + - type: Transform + pos: 16.5,-239.5 + parent: 2 + - uid: 3147 + components: + - type: Transform + pos: 15.5,-239.5 + parent: 2 + - uid: 6780 + components: + - type: Transform + pos: 15.5,-240.5 + parent: 2 + - uid: 7809 + components: + - type: Transform + pos: 15.5,-241.5 + parent: 2 +- proto: TeslaGenerator + entities: + - uid: 11715 + components: + - type: Transform + pos: 18.5,-239.5 + parent: 2 +- proto: TeslaGroundingRod + entities: + - uid: 3013 + components: + - type: Transform + pos: 16.5,-241.5 + parent: 2 + - uid: 3164 + components: + - type: Transform + pos: 16.5,-240.5 + parent: 2 +- proto: Thruster + entities: + - uid: 224 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-4.5 + parent: 2 + - uid: 225 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-4.5 + parent: 2 +- proto: ToiletDirtyWater + entities: + - uid: 2641 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-150.5 + parent: 2 +- proto: ToolboxArtisticFilled + entities: + - uid: 15264 + components: + - type: Transform + pos: 7.491327,-244.8711 + parent: 2 +- proto: ToolboxElectricalFilled + entities: + - uid: 2974 + components: + - type: Transform + pos: 5.522824,-253.77805 + parent: 2 + - uid: 5162 + components: + - type: Transform + pos: 5.4776406,-31.552532 + parent: 2 + - uid: 5405 + components: + - type: Transform + pos: 1.2603997,-187.48691 + parent: 2 + - uid: 6661 + components: + - type: Transform + pos: -9.413958,-300.49924 + parent: 2 + - uid: 15265 + components: + - type: Transform + pos: 7.48008,-245.11847 + parent: 2 +- proto: ToolboxEmergencyFilled + entities: + - uid: 3674 + components: + - type: Transform + pos: -7.4139504,-177.44359 + parent: 2 + - uid: 5410 + components: + - type: Transform + pos: 5.4776406,-31.341396 + parent: 2 + - uid: 9452 + components: + - type: Transform + pos: 21.599606,-315.52435 + parent: 2 + - uid: 14644 + components: + - type: Transform + pos: 6.4216676,-260.47906 + parent: 2 + - uid: 15263 + components: + - type: Transform + pos: 7.4688315,-244.61247 + parent: 2 +- proto: ToolboxGoldFilled + entities: + - uid: 84 + components: + - type: Transform + pos: -0.54247516,-3.4301338 + parent: 2 +- proto: ToolboxMechanicalFilled + entities: + - uid: 47 + components: + - type: Transform + pos: 1.4461527,2.44579 + parent: 2 + - uid: 1615 + components: + - type: Transform + pos: -2.7865536,-5.3156295 + parent: 2 + - uid: 5407 + components: + - type: Transform + pos: -5.2525826,-162.94519 + parent: 2 + - uid: 5409 + components: + - type: Transform + pos: 7.516703,-56.70343 + parent: 2 + - uid: 6883 + components: + - type: Transform + pos: -9.6328745,-300.19412 + parent: 2 + - uid: 8681 + components: + - type: Transform + pos: -5.3442082,-288.47815 + parent: 2 + - uid: 8688 + components: + - type: Transform + pos: -5.606662,-288.27576 + parent: 2 + - uid: 9453 + components: + - type: Transform + pos: 21.414711,-315.2735 + parent: 2 + - uid: 9980 + components: + - type: Transform + pos: 3.6579065,-316.43753 + parent: 2 + - uid: 10124 + components: + - type: Transform + pos: -4.3656063,-303.19275 + parent: 2 + - uid: 10125 + components: + - type: Transform + pos: -4.537293,-302.90228 + parent: 2 + - uid: 11677 + components: + - type: Transform + pos: -2.539098,-5.506784 + parent: 2 + - uid: 12227 + components: + - type: Transform + pos: 15.403523,-247.25401 + parent: 2 + - uid: 15262 + components: + - type: Transform + pos: 7.48008,-244.32011 + parent: 2 +- proto: ToyAi + entities: + - uid: 9478 + components: + - type: Transform + pos: 29.472055,-307.37292 + parent: 2 +- proto: ToyAmongPequeno + entities: + - uid: 2749 + components: + - type: Transform + pos: 3.5588014,-101.58778 + parent: 2 + - uid: 3191 + components: + - type: Transform + pos: -7.3859177,-94.83316 + parent: 2 + - uid: 3250 + components: + - type: Transform + pos: -7.59963,-94.50708 + parent: 2 + - uid: 4347 + components: + - type: Transform + pos: -7.7233577,-95.00183 + parent: 2 +- proto: ToyFigurineBartender + entities: + - uid: 12179 + components: + - type: Transform + pos: -2.566748,-60.54726 + parent: 2 +- proto: ToyFigurineBotanist + entities: + - uid: 12172 + components: + - type: Transform + pos: -4.5218763,-87.44556 + parent: 2 +- proto: ToyFigurineCaptain + entities: + - uid: 12175 + components: + - type: Transform + pos: -0.56393987,3.0352368 + parent: 2 +- proto: ToyFigurineCargoTech + entities: + - uid: 12180 + components: + - type: Transform + pos: 4.883979,-282.15594 + parent: 2 +- proto: ToyFigurineChaplain + entities: + - uid: 2672 + components: + - type: Transform + pos: 6.4167213,-142.44421 + parent: 2 +- proto: ToyFigurineChef + entities: + - uid: 12181 + components: + - type: Transform + pos: 3.5768247,-91.526825 + parent: 2 +- proto: ToyFigurineChemist + entities: + - uid: 12177 + components: + - type: Transform + pos: 2.5620208,-166.28375 + parent: 2 +- proto: ToyFigurineClown + entities: + - uid: 12178 + components: + - type: Transform + pos: -7.7240214,-124.14133 + parent: 2 +- proto: ToyFigurineDetective + entities: + - uid: 2653 + components: + - type: Transform + pos: -5.2573676,-71.2794 + parent: 2 +- proto: ToyFigurineFootsoldier + entities: + - uid: 2329 + components: + - type: Transform + pos: -4.5065055,4.5218883 + parent: 2 +- proto: ToyFigurineGreytider + entities: + - uid: 12183 + components: + - type: Transform + pos: 13.608401,-144.38652 + parent: 2 +- proto: ToyFigurineHamlet + entities: + - uid: 3621 + components: + - type: MetaData + desc: The sixth of thirteen collectible Hamlet figures! This one is dressed as a monk. + - type: Transform + parent: 7334 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 3625 + components: + - type: MetaData + desc: The fifth of thirteen collectible Hamlet figures! This one looks troubled. + - type: Transform + parent: 3001 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 11966 + components: + - type: MetaData + desc: The thirteenth of thirteen collectible figurines of Hamlet. This one looks like an evil dictator + - type: Transform + pos: -3.6355574,-334.1145 + parent: 2 + - uid: 12220 + components: + - type: MetaData + desc: The first of thirteen collectible figurines of Hamlet! This one looks important. + - type: Transform + pos: 5.404652,-11.960795 + parent: 2 + - uid: 12225 + components: + - type: MetaData + desc: The second of thirteen collectible Hamlet figures! This one has fallen asleep. + - type: Transform + pos: 2.6170347,-39.208244 + parent: 2 + - uid: 12228 + components: + - type: MetaData + desc: The third of thirteen collectible Hamlet figurines! This one looks jolly and drunk. + - type: Transform + pos: -3.1984427,-67.30008 + parent: 2 + - uid: 12233 + components: + - type: MetaData + desc: The seventh of thirteen collectible Hamlet figures! This one is holding a syringe in his teeth. + - type: Transform + pos: 5.5009203,-182.15453 + parent: 2 + - uid: 12236 + components: + - type: MetaData + desc: The eighth of thirteen collectible Hamlet figures! This one is sick and bald. + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.4284077,-206.78868 + parent: 2 + - uid: 12241 + components: + - type: MetaData + desc: The ninth of thirteen collectible Hamlet figures! This one looks like an astronaut. + - type: Transform + pos: 10.498955,-225.02173 + parent: 2 + - uid: 12287 + components: + - type: MetaData + desc: The twelfth of thirteen collectible Hamlet figures! This one wears glasses and looks extremely intelligent. + - type: Transform + pos: 25.537968,-317.06403 + parent: 2 +- proto: ToyFigurineHeadOfPersonnel + entities: + - uid: 12185 + components: + - type: Transform + pos: 1.7322779,-121.02217 + parent: 2 +- proto: ToyFigurineHeadOfSecurity + entities: + - uid: 12186 + components: + - type: Transform + pos: -3.5431526,-346.0501 + parent: 2 +- proto: ToyFigurineLawyer + entities: + - uid: 12188 + components: + - type: Transform + pos: 6.025828,-332.01364 + parent: 2 +- proto: ToyFigurineLibrarian + entities: + - uid: 12189 + components: + - type: Transform + pos: -5.419599,-139.50743 + parent: 2 +- proto: ToyFigurineMedicalDoctor + entities: + - uid: 12190 + components: + - type: Transform + pos: 8.682559,-175.29884 + parent: 2 +- proto: ToyFigurineMime + entities: + - uid: 11661 + components: + - type: Transform + parent: 2019 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ToyFigurineMouse + entities: + - uid: 12191 + components: + - type: Transform + pos: -2.4079862,-180.0877 + parent: 2 +- proto: ToyFigurineMusician + entities: + - uid: 1754 + components: + - type: Transform + pos: -6.7045426,-67.02318 + parent: 2 +- proto: ToyFigurineParamedic + entities: + - uid: 14077 + components: + - type: Transform + pos: -1.2981937,-166.44269 + parent: 2 +- proto: ToyFigurinePassenger + entities: + - uid: 12196 + components: + - type: Transform + pos: -7.6109595,-112.14438 + parent: 2 +- proto: ToyFigurineQuartermaster + entities: + - uid: 12197 + components: + - type: Transform + pos: 6.0710835,-285.60263 + parent: 2 +- proto: ToyFigurineRatKing + entities: + - uid: 12211 + components: + - type: Transform + pos: -6.4882874,-17.106768 + parent: 2 +- proto: ToyFigurineRatServant + entities: + - uid: 12123 + components: + - type: Transform + pos: -6.144914,-17.326809 + parent: 2 + - uid: 12212 + components: + - type: Transform + pos: -6.726009,-17.326809 + parent: 2 + - uid: 12213 + components: + - type: Transform + pos: -6.4354615,-17.49404 + parent: 2 +- proto: ToyFigurineResearchDirector + entities: + - uid: 4044 + components: + - type: Transform + pos: -5.49094,-305.1008 + parent: 2 +- proto: ToyFigurineSalvage + entities: + - uid: 12216 + components: + - type: Transform + pos: -4.4907207,-272.15012 + parent: 2 +- proto: ToyFigurineScientist + entities: + - uid: 12207 + components: + - type: Transform + pos: 7.126124,-314.31253 + parent: 2 +- proto: ToyFigurineSecurity + entities: + - uid: 13405 + components: + - type: Transform + pos: -3.2948563,-334.34607 + parent: 2 +- proto: ToyFigurineSlime + entities: + - uid: 12219 + components: + - type: Transform + pos: -2.4844923,-219.90608 + parent: 2 +- proto: ToyFigurineSpaceDragon + entities: + - uid: 12221 + components: + - type: Transform + pos: -6.453235,-181.61153 + parent: 2 +- proto: ToyFigurineWarden + entities: + - uid: 12223 + components: + - type: Transform + pos: 0.62263775,-366.41714 + parent: 2 +- proto: ToyFigurineWizard + entities: + - uid: 15038 + components: + - type: Transform + pos: -9.568627,-133.52042 + parent: 2 +- proto: ToyFigurineWizardFake + entities: + - uid: 3199 + components: + - type: Transform + pos: -8.133195,-94.51872 + parent: 2 +- proto: ToyGriffin + entities: + - uid: 12184 + components: + - type: Transform + pos: -2.8305314,-148.27542 + parent: 2 +- proto: ToyOwlman + entities: + - uid: 3852 + components: + - type: Transform + pos: 1.7216189,-370.325 + parent: 2 +- proto: ToySpawner + entities: + - uid: 2162 + components: + - type: Transform + pos: -7.5,-112.5 + parent: 2 + - uid: 2166 + components: + - type: Transform + pos: -8.5,-113.5 + parent: 2 + - uid: 3893 + components: + - type: Transform + pos: -5.5,-204.5 + parent: 2 + - uid: 13430 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-32.5 + parent: 2 +- proto: ToySword + entities: + - uid: 2774 + components: + - type: Transform + pos: 16.54856,-152.46567 + parent: 2 +- proto: TrashBananaPeel + entities: + - uid: 470 + components: + - type: Transform + pos: -4.4094033,-127.49721 + parent: 2 + - uid: 521 + components: + - type: Transform + pos: -6.1094556,-127.684784 + parent: 2 + - uid: 761 + components: + - type: Transform + pos: -6.493462,-127.34697 + parent: 2 +- proto: trayScanner + entities: + - uid: 16799 + components: + - type: Transform + parent: 16798 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: TrumpetInstrument + entities: + - uid: 14305 + components: + - type: Transform + pos: -22.876137,-264.95584 + parent: 2 +- proto: TwoWayLever + entities: + - uid: 7621 + components: + - type: Transform + pos: 3.5,-218.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 7644: + - Left: Forward + - Right: Reverse + - Middle: Off + 6589: + - Left: Forward + - Right: Reverse + - Middle: Off + 7715: + - Left: Forward + - Right: Reverse + - Middle: Off + 4899: + - Left: Forward + - Right: Reverse + - Middle: Off + 5452: + - Left: Forward + - Right: Reverse + - Middle: Off + 5450: + - Left: Forward + - Right: Reverse + - Middle: Off + 7620: + - Left: Forward + - Right: Reverse + - Middle: Off + - uid: 9006 + components: + - type: Transform + pos: 8.5,-282.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 8996: + - Left: Forward + - Right: Reverse + - Middle: Off + 8992: + - Left: Forward + - Right: Reverse + - Middle: Off + 8991: + - Left: Forward + - Right: Reverse + - Middle: Off + 8990: + - Left: Forward + - Right: Reverse + - Middle: Off + - uid: 9007 + components: + - type: Transform + pos: 8.5,-276.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 8997: + - Left: Forward + - Right: Reverse + - Middle: Off + 8995: + - Left: Forward + - Right: Reverse + - Middle: Off + 8994: + - Left: Forward + - Right: Reverse + - Middle: Off + 8993: + - Left: Forward + - Right: Reverse + - Middle: Off + - uid: 11710 + components: + - type: Transform + pos: 5.5,-358.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 11201: + - Left: Open + - Right: Open + - Middle: Toggle +- proto: UniformPrinter + entities: + - uid: 13684 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-119.5 + parent: 2 +- proto: Vaccinator + entities: + - uid: 3898 + components: + - type: Transform + pos: -6.5,-196.5 + parent: 2 +- proto: VendingBarDrobe + entities: + - uid: 1023 + components: + - type: Transform + pos: 3.5,-61.5 + parent: 2 +- proto: VendingMachineAtmosDrobe + entities: + - uid: 14575 + components: + - type: Transform + pos: -14.5,-265.5 + parent: 2 +- proto: VendingMachineBooze + entities: + - uid: 13627 + components: + - type: Transform + pos: 1.5,-61.5 + parent: 2 +- proto: VendingMachineCargoDrobe + entities: + - uid: 8502 + components: + - type: Transform + pos: 0.5,-276.5 + parent: 2 +- proto: VendingMachineCart + entities: + - uid: 2210 + components: + - type: Transform + pos: -1.5,-119.5 + parent: 2 +- proto: VendingMachineChapel + entities: + - uid: 2710 + components: + - type: Transform + pos: 5.5,-137.5 + parent: 2 +- proto: VendingMachineChefDrobe + entities: + - uid: 1780 + components: + - type: Transform + pos: -1.5,-92.5 + parent: 2 +- proto: VendingMachineChefvend + entities: + - uid: 1784 + components: + - type: Transform + pos: 0.5,-92.5 + parent: 2 +- proto: VendingMachineChemDrobe + entities: + - uid: 3130 + components: + - type: Transform + pos: 6.5,-162.5 + parent: 2 +- proto: VendingMachineChemicals + entities: + - uid: 3125 + components: + - type: Transform + pos: 3.5,-169.5 + parent: 2 +- proto: VendingMachineCigs + entities: + - uid: 950 + components: + - type: Transform + pos: 3.5,-80.5 + parent: 2 + - uid: 5089 + components: + - type: Transform + pos: 3.5,-47.5 + parent: 2 + - uid: 5300 + components: + - type: Transform + pos: 3.5,-188.5 + parent: 2 +- proto: VendingMachineClothing + entities: + - uid: 2367 + components: + - type: Transform + pos: 4.5,-126.5 + parent: 2 +- proto: VendingMachineCoffee + entities: + - uid: 14361 + components: + - type: Transform + pos: 16.5,-63.5 + parent: 2 +- proto: VendingMachineCondiments + entities: + - uid: 2027 + components: + - type: Transform + pos: 3.5,-85.5 + parent: 2 +- proto: VendingMachineCuraDrobe + entities: + - uid: 2722 + components: + - type: Transform + pos: -2.5,-134.5 + parent: 2 +- proto: VendingMachineDetDrobe + entities: + - uid: 11000 + components: + - type: Transform + pos: -5.5,-70.5 + parent: 2 +- proto: VendingMachineDinnerware + entities: + - uid: 1783 + components: + - type: Transform + pos: 1.5,-92.5 + parent: 2 +- proto: VendingMachineDonut + entities: + - uid: 8878 + components: + - type: Transform + pos: 2.5,-356.5 + parent: 2 +- proto: VendingMachineEngiDrobe + entities: + - uid: 8476 + components: + - type: Transform + pos: 8.5,-255.5 + parent: 2 +- proto: VendingMachineEngivend + entities: + - uid: 4973 + components: + - type: Transform + pos: 5.5,-247.5 + parent: 2 + - uid: 8979 + components: + - type: Transform + pos: 19.5,-245.5 + parent: 2 +- proto: VendingMachineGames + entities: + - uid: 2117 + components: + - type: Transform + pos: -2.5,-146.5 + parent: 2 + - uid: 14567 + components: + - type: Transform + pos: 13.5,-80.5 + parent: 2 +- proto: VendingMachineHappyHonk + entities: + - uid: 10698 + components: + - type: Transform + pos: 6.5,-17.5 + parent: 2 +- proto: VendingMachineHydrobe + entities: + - uid: 2321 + components: + - type: Transform + pos: -4.5,-82.5 + parent: 2 +- proto: VendingMachineJaniDrobe + entities: + - uid: 1718 + components: + - type: Transform + pos: -2.5,-53.5 + parent: 2 +- proto: VendingMachineLawDrobe + entities: + - uid: 11046 + components: + - type: Transform + pos: 6.5,-329.5 + parent: 2 +- proto: VendingMachineMedical + entities: + - uid: 2258 + components: + - type: Transform + pos: 7.5,-179.5 + parent: 2 + - uid: 4206 + components: + - type: Transform + pos: 3.5,-196.5 + parent: 2 + - uid: 11248 + components: + - type: Transform + pos: -6.5,-361.5 + parent: 2 +- proto: VendingMachineMediDrobe + entities: + - uid: 2461 + components: + - type: Transform + pos: -0.5,-193.5 + parent: 2 +- proto: VendingMachineNutri + entities: + - uid: 1743 + components: + - type: Transform + pos: -5.5,-88.5 + parent: 2 +- proto: VendingMachineRestockMedical + entities: + - uid: 1270 + components: + - type: Transform + pos: 3.449893,-163.3618 + parent: 2 +- proto: VendingMachineRoboDrobe + entities: + - uid: 9947 + components: + - type: Transform + pos: 8.5,-315.5 + parent: 2 +- proto: VendingMachineRobotics + entities: + - uid: 9948 + components: + - type: Transform + pos: 8.5,-316.5 + parent: 2 +- proto: VendingMachineSalvage + entities: + - uid: 8547 + components: + - type: Transform + pos: -2.5,-287.5 + parent: 2 +- proto: VendingMachineSciDrobe + entities: + - uid: 9819 + components: + - type: Transform + pos: -6.5,-305.5 + parent: 2 +- proto: VendingMachineSec + entities: + - uid: 844 + components: + - type: Transform + pos: -6.5,-342.5 + parent: 2 +- proto: VendingMachineSecDrobe + entities: + - uid: 13394 + components: + - type: Transform + pos: -5.5,-342.5 + parent: 2 +- proto: VendingMachineSeeds + entities: + - uid: 1618 + components: + - type: Transform + anchored: False + pos: -5.4964814,-84.54825 + parent: 2 + - type: Physics + bodyType: Dynamic +- proto: VendingMachineSeedsUnlocked + entities: + - uid: 11483 + components: + - type: Transform + pos: 6.5,-373.5 + parent: 2 +- proto: VendingMachineSnackOrange + entities: + - uid: 6701 + components: + - type: Transform + pos: -2.5,-242.5 + parent: 2 + - uid: 14341 + components: + - type: Transform + pos: 17.5,-63.5 + parent: 2 +- proto: VendingMachineSovietSoda + entities: + - uid: 1490 + components: + - type: Transform + pos: 4.5,-56.5 + parent: 2 +- proto: VendingMachineSustenance + entities: + - uid: 11456 + components: + - type: Transform + pos: 5.5,-374.5 + parent: 2 +- proto: VendingMachineTankDispenserEVA + entities: + - uid: 402 + components: + - type: Transform + pos: 5.5,2.5 + parent: 2 + - uid: 3717 + components: + - type: Transform + pos: 3.5,-161.5 + parent: 2 + - uid: 8237 + components: + - type: Transform + pos: 8.5,-247.5 + parent: 2 + - uid: 8552 + components: + - type: Transform + pos: -2.5,-288.5 + parent: 2 + - uid: 15163 + components: + - type: Transform + pos: 7.5,-118.5 + parent: 2 + - uid: 15172 + components: + - type: Transform + pos: 9.5,-120.5 + parent: 2 + - uid: 15242 + components: + - type: Transform + pos: -2.5,-257.5 + parent: 2 + - uid: 16961 + components: + - type: Transform + pos: -14.5,-250.5 + parent: 2 +- proto: VendingMachineTheater + entities: + - uid: 5065 + components: + - type: Transform + pos: 3.5,-126.5 + parent: 2 +- proto: VendingMachineVendomat + entities: + - uid: 10121 + components: + - type: Transform + pos: -2.5,-299.5 + parent: 2 + - uid: 11003 + components: + - type: Transform + pos: 3.5,-242.5 + parent: 2 +- proto: VendingMachineViroDrobe + entities: + - uid: 3902 + components: + - type: Transform + pos: -6.5,-198.5 + parent: 2 +- proto: VendingMachineWallMedical + entities: + - uid: 3702 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-172.5 + parent: 2 + - uid: 3721 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-195.5 + parent: 2 + - uid: 14308 + components: + - type: Transform + pos: 7.5,-170.5 + parent: 2 +- proto: VendingMachineWinter + entities: + - uid: 7487 + components: + - type: Transform + pos: 6.5,-125.5 + parent: 2 +- proto: VendingMachineYouTool + entities: + - uid: 4997 + components: + - type: Transform + pos: 2.5,-253.5 + parent: 2 + - uid: 9077 + components: + - type: Transform + pos: 7.5,-242.5 + parent: 2 +- proto: WallMining + entities: + - uid: 1998 + components: + - type: Transform + pos: 12.5,-82.5 + parent: 2 + - uid: 3844 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-142.5 + parent: 2 + - uid: 3845 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-140.5 + parent: 2 + - uid: 5247 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-149.5 + parent: 2 + - uid: 6631 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-157.5 + parent: 2 + - uid: 6823 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-148.5 + parent: 2 + - uid: 7240 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-136.5 + parent: 2 + - uid: 7241 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-137.5 + parent: 2 + - uid: 7242 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-137.5 + parent: 2 + - uid: 7244 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-136.5 + parent: 2 + - uid: 7245 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-137.5 + parent: 2 + - uid: 7246 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-137.5 + parent: 2 + - uid: 7252 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-143.5 + parent: 2 + - uid: 7261 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-143.5 + parent: 2 + - uid: 7264 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-140.5 + parent: 2 + - uid: 7269 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-148.5 + parent: 2 + - uid: 7271 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-151.5 + parent: 2 + - uid: 7272 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-151.5 + parent: 2 + - uid: 7277 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-154.5 + parent: 2 + - uid: 7278 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-154.5 + parent: 2 + - uid: 7279 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-155.5 + parent: 2 + - uid: 7280 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-155.5 + parent: 2 + - uid: 7281 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-155.5 + parent: 2 + - uid: 7282 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-155.5 + parent: 2 + - uid: 7283 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-154.5 + parent: 2 + - uid: 7284 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-154.5 + parent: 2 + - uid: 7291 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-157.5 + parent: 2 + - uid: 7292 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-158.5 + parent: 2 + - uid: 7294 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-158.5 + parent: 2 + - uid: 7295 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-157.5 + parent: 2 + - uid: 7296 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-157.5 + parent: 2 + - uid: 7297 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-158.5 + parent: 2 + - uid: 7298 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-158.5 + parent: 2 + - uid: 7303 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-161.5 + parent: 2 + - uid: 7304 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-161.5 + parent: 2 + - uid: 7305 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-163.5 + parent: 2 + - uid: 7308 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-164.5 + parent: 2 + - uid: 7394 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-167.5 + parent: 2 + - uid: 7783 + components: + - type: Transform + pos: 12.5,-71.5 + parent: 2 + - uid: 7836 + components: + - type: Transform + pos: 13.5,-59.5 + parent: 2 + - uid: 7839 + components: + - type: Transform + pos: 12.5,-59.5 + parent: 2 + - uid: 7840 + components: + - type: Transform + pos: 13.5,-58.5 + parent: 2 + - uid: 8175 + components: + - type: Transform + pos: 18.5,-83.5 + parent: 2 + - uid: 8226 + components: + - type: Transform + pos: 12.5,-69.5 + parent: 2 + - uid: 8379 + components: + - type: Transform + pos: 17.5,-66.5 + parent: 2 + - uid: 8405 + components: + - type: Transform + pos: 12.5,-67.5 + parent: 2 + - uid: 8409 + components: + - type: Transform + pos: 14.5,-66.5 + parent: 2 + - uid: 8439 + components: + - type: Transform + pos: 16.5,-58.5 + parent: 2 + - uid: 8475 + components: + - type: Transform + pos: 12.5,-63.5 + parent: 2 + - uid: 8693 + components: + - type: Transform + pos: 13.5,-66.5 + parent: 2 + - uid: 8832 + components: + - type: Transform + pos: 17.5,-58.5 + parent: 2 + - uid: 8972 + components: + - type: Transform + pos: 12.5,-68.5 + parent: 2 + - uid: 9018 + components: + - type: Transform + pos: 15.5,-58.5 + parent: 2 + - uid: 9024 + components: + - type: Transform + pos: 16.5,-66.5 + parent: 2 + - uid: 11007 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-150.5 + parent: 2 + - uid: 11047 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-141.5 + parent: 2 + - uid: 11057 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-162.5 + parent: 2 + - uid: 11112 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-149.5 + parent: 2 + - uid: 11113 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-142.5 + parent: 2 + - uid: 11114 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-163.5 + parent: 2 + - uid: 12127 + components: + - type: Transform + pos: 14.5,-58.5 + parent: 2 + - uid: 14078 + components: + - type: Transform + pos: 18.5,-67.5 + parent: 2 + - uid: 14079 + components: + - type: Transform + pos: 18.5,-68.5 + parent: 2 + - uid: 14093 + components: + - type: Transform + pos: 17.5,-86.5 + parent: 2 + - uid: 14098 + components: + - type: Transform + pos: 17.5,-85.5 + parent: 2 + - uid: 14099 + components: + - type: Transform + pos: 18.5,-85.5 + parent: 2 + - uid: 14100 + components: + - type: Transform + pos: 18.5,-84.5 + parent: 2 + - uid: 14102 + components: + - type: Transform + pos: 12.5,-83.5 + parent: 2 + - uid: 14103 + components: + - type: Transform + pos: 13.5,-86.5 + parent: 2 + - uid: 14228 + components: + - type: Transform + pos: 13.5,-85.5 + parent: 2 + - uid: 14236 + components: + - type: Transform + pos: 12.5,-85.5 + parent: 2 + - uid: 14237 + components: + - type: Transform + pos: 12.5,-84.5 + parent: 2 + - uid: 14238 + components: + - type: Transform + pos: 12.5,-80.5 + parent: 2 + - uid: 14239 + components: + - type: Transform + pos: 18.5,-70.5 + parent: 2 + - uid: 14240 + components: + - type: Transform + pos: 18.5,-71.5 + parent: 2 + - uid: 14241 + components: + - type: Transform + pos: 12.5,-76.5 + parent: 2 + - uid: 14242 + components: + - type: Transform + pos: 12.5,-75.5 + parent: 2 + - uid: 14243 + components: + - type: Transform + pos: 18.5,-69.5 + parent: 2 + - uid: 14244 + components: + - type: Transform + pos: 18.5,-82.5 + parent: 2 + - uid: 14245 + components: + - type: Transform + pos: 18.5,-81.5 + parent: 2 + - uid: 14246 + components: + - type: Transform + pos: 18.5,-80.5 + parent: 2 + - uid: 14247 + components: + - type: Transform + pos: 18.5,-76.5 + parent: 2 + - uid: 14248 + components: + - type: Transform + pos: 18.5,-75.5 + parent: 2 + - uid: 14311 + components: + - type: Transform + pos: 17.5,-59.5 + parent: 2 + - uid: 14312 + components: + - type: Transform + pos: 18.5,-59.5 + parent: 2 + - uid: 14315 + components: + - type: Transform + pos: 18.5,-63.5 + parent: 2 + - uid: 14317 + components: + - type: Transform + pos: 17.5,-64.5 + parent: 2 + - uid: 14318 + components: + - type: Transform + pos: 16.5,-64.5 + parent: 2 + - uid: 14319 + components: + - type: Transform + pos: 14.5,-64.5 + parent: 2 + - uid: 14320 + components: + - type: Transform + pos: 13.5,-64.5 + parent: 2 + - uid: 14366 + components: + - type: Transform + pos: 13.5,-76.5 + parent: 2 + - uid: 14386 + components: + - type: Transform + pos: 17.5,-76.5 + parent: 2 +- proto: WallMiningDiagonal + entities: + - uid: 4136 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-87.5 + parent: 2 + - uid: 7395 + components: + - type: Transform + pos: 12.5,-136.5 + parent: 2 + - uid: 7396 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-136.5 + parent: 2 + - uid: 7397 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-155.5 + parent: 2 + - uid: 7398 + components: + - type: Transform + pos: 12.5,-157.5 + parent: 2 + - uid: 7399 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-157.5 + parent: 2 + - uid: 7400 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-155.5 + parent: 2 + - uid: 8581 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-135.5 + parent: 2 + - uid: 14265 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-87.5 + parent: 2 + - uid: 14277 + components: + - type: Transform + pos: 12.5,-66.5 + parent: 2 + - uid: 14278 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-66.5 + parent: 2 + - uid: 14279 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-86.5 + parent: 2 + - uid: 14280 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-86.5 + parent: 2 + - uid: 14287 + components: + - type: Transform + pos: 13.5,-135.5 + parent: 2 + - uid: 14310 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-58.5 + parent: 2 + - uid: 14322 + components: + - type: Transform + pos: 12.5,-58.5 + parent: 2 + - uid: 14323 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-64.5 + parent: 2 + - uid: 14324 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-64.5 + parent: 2 +- proto: WallmountTelevision + entities: + - uid: 2723 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-111.5 + parent: 2 + - uid: 6052 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-343.5 + parent: 2 + - uid: 11205 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-13.5 + parent: 2 + - uid: 12686 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-374.5 + parent: 2 + - uid: 12688 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-299.5 + parent: 2 + - uid: 12690 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-201.5 + parent: 2 + - uid: 12691 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-150.5 + parent: 2 + - uid: 12693 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-28.5 + parent: 2 +- proto: WallPlastitaniumDiagonal + entities: + - uid: 8142 + components: + - type: Transform + pos: 18.5,-296.5 + parent: 2 + - uid: 9398 + components: + - type: Transform + pos: 18.5,-314.5 + parent: 2 + - uid: 9399 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-300.5 + parent: 2 + - uid: 9407 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-296.5 + parent: 2 + - uid: 9408 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,-300.5 + parent: 2 + - uid: 9411 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-314.5 + parent: 2 + - uid: 9412 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,-318.5 + parent: 2 + - uid: 9413 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-318.5 + parent: 2 + - uid: 9427 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-309.5 + parent: 2 + - uid: 9428 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-305.5 + parent: 2 + - uid: 9451 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,-304.5 + parent: 2 + - uid: 9456 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-303.5 + parent: 2 + - uid: 9458 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,-302.5 + parent: 2 + - uid: 9479 + components: + - type: Transform + pos: 25.5,-310.5 + parent: 2 + - uid: 9480 + components: + - type: Transform + pos: 24.5,-311.5 + parent: 2 + - uid: 9481 + components: + - type: Transform + pos: 26.5,-309.5 + parent: 2 + - uid: 9482 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-312.5 + parent: 2 + - uid: 9483 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,-311.5 + parent: 2 + - uid: 9484 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,-310.5 + parent: 2 + - uid: 9485 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-312.5 + parent: 2 + - uid: 9486 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-311.5 + parent: 2 + - uid: 9487 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-310.5 + parent: 2 + - uid: 9488 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-309.5 + parent: 2 + - uid: 9489 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,-310.5 + parent: 2 + - uid: 9490 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,-311.5 + parent: 2 + - uid: 9491 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-305.5 + parent: 2 + - uid: 9492 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-304.5 + parent: 2 + - uid: 9493 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-303.5 + parent: 2 + - uid: 9494 + components: + - type: Transform + pos: 19.5,-302.5 + parent: 2 + - uid: 9495 + components: + - type: Transform + pos: 18.5,-303.5 + parent: 2 + - uid: 9496 + components: + - type: Transform + pos: 17.5,-304.5 + parent: 2 + - uid: 9511 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,-305.5 + parent: 2 + - uid: 9512 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-304.5 + parent: 2 + - uid: 9513 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-303.5 + parent: 2 +- proto: WallReinforced + entities: + - uid: 22 + components: + - type: Transform + pos: -2.5,3.5 + parent: 2 + - uid: 23 + components: + - type: Transform + pos: -2.5,2.5 + parent: 2 + - uid: 24 + components: + - type: Transform + pos: -3.5,3.5 + parent: 2 + - uid: 27 + components: + - type: Transform + pos: 3.5,2.5 + parent: 2 + - uid: 28 + components: + - type: Transform + pos: 3.5,3.5 + parent: 2 + - uid: 29 + components: + - type: Transform + pos: 4.5,3.5 + parent: 2 + - uid: 30 + components: + - type: Transform + pos: 5.5,3.5 + parent: 2 + - uid: 32 + components: + - type: Transform + pos: -2.5,0.5 + parent: 2 + - uid: 33 + components: + - type: Transform + pos: -2.5,-0.5 + parent: 2 + - uid: 34 + components: + - type: Transform + pos: -1.5,-0.5 + parent: 2 + - uid: 35 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 2 + - uid: 36 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 2 + - uid: 37 + components: + - type: Transform + pos: 2.5,-0.5 + parent: 2 + - uid: 38 + components: + - type: Transform + pos: 3.5,-0.5 + parent: 2 + - uid: 39 + components: + - type: Transform + pos: 3.5,0.5 + parent: 2 + - uid: 40 + components: + - type: Transform + pos: 3.5,1.5 + parent: 2 + - uid: 63 + components: + - type: Transform + pos: 7.5,-10.5 + parent: 2 + - uid: 66 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 2 + - uid: 67 + components: + - type: Transform + pos: 7.5,-11.5 + parent: 2 + - uid: 68 + components: + - type: Transform + pos: 7.5,-9.5 + parent: 2 + - uid: 70 + components: + - type: Transform + pos: -4.5,-2.5 + parent: 2 + - uid: 71 + components: + - type: Transform + pos: -4.5,-3.5 + parent: 2 + - uid: 72 + components: + - type: Transform + pos: -4.5,-4.5 + parent: 2 + - uid: 73 + components: + - type: Transform + pos: -3.5,-4.5 + parent: 2 + - uid: 75 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-342.5 + parent: 2 + - uid: 77 + components: + - type: Transform + pos: 0.5,-4.5 + parent: 2 + - uid: 78 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 2 + - uid: 104 + components: + - type: Transform + pos: 3.5,-1.5 + parent: 2 + - uid: 108 + components: + - type: Transform + pos: 6.5,-3.5 + parent: 2 + - uid: 109 + components: + - type: Transform + pos: 7.5,-3.5 + parent: 2 + - uid: 110 + components: + - type: Transform + pos: 8.5,-3.5 + parent: 2 + - uid: 111 + components: + - type: Transform + pos: 8.5,-2.5 + parent: 2 + - uid: 112 + components: + - type: Transform + pos: 8.5,-1.5 + parent: 2 + - uid: 114 + components: + - type: Transform + pos: 7.5,-0.5 + parent: 2 + - uid: 115 + components: + - type: Transform + pos: 7.5,1.5 + parent: 2 + - uid: 116 + components: + - type: Transform + pos: 7.5,0.5 + parent: 2 + - uid: 118 + components: + - type: Transform + pos: 6.5,2.5 + parent: 2 + - uid: 119 + components: + - type: Transform + pos: -4.5,3.5 + parent: 2 + - uid: 127 + components: + - type: Transform + pos: -7.5,-1.5 + parent: 2 + - uid: 128 + components: + - type: Transform + pos: -7.5,-2.5 + parent: 2 + - uid: 129 + components: + - type: Transform + pos: -7.5,-3.5 + parent: 2 + - uid: 134 + components: + - type: Transform + pos: 7.5,-4.5 + parent: 2 + - uid: 136 + components: + - type: Transform + pos: 7.5,-12.5 + parent: 2 + - uid: 137 + components: + - type: Transform + pos: 7.5,-13.5 + parent: 2 + - uid: 138 + components: + - type: Transform + pos: 6.5,-13.5 + parent: 2 + - uid: 157 + components: + - type: Transform + pos: 0.5,-5.5 + parent: 2 + - uid: 167 + components: + - type: Transform + pos: 0.5,-7.5 + parent: 2 + - uid: 175 + components: + - type: Transform + pos: 0.5,-8.5 + parent: 2 + - uid: 176 + components: + - type: Transform + pos: 0.5,-9.5 + parent: 2 + - uid: 177 + components: + - type: Transform + pos: 0.5,-11.5 + parent: 2 + - uid: 178 + components: + - type: Transform + pos: 0.5,-12.5 + parent: 2 + - uid: 179 + components: + - type: Transform + pos: 0.5,-13.5 + parent: 2 + - uid: 182 + components: + - type: Transform + pos: -0.5,-8.5 + parent: 2 + - uid: 183 + components: + - type: Transform + pos: -1.5,-8.5 + parent: 2 + - uid: 184 + components: + - type: Transform + pos: -2.5,-8.5 + parent: 2 + - uid: 185 + components: + - type: Transform + pos: 4.5,-13.5 + parent: 2 + - uid: 186 + components: + - type: Transform + pos: 3.5,-13.5 + parent: 2 + - uid: 187 + components: + - type: Transform + pos: 1.5,-13.5 + parent: 2 + - uid: 189 + components: + - type: Transform + pos: -4.5,-5.5 + parent: 2 + - uid: 240 + components: + - type: Transform + pos: -6.5,-12.5 + parent: 2 + - uid: 241 + components: + - type: Transform + pos: -6.5,-13.5 + parent: 2 + - uid: 242 + components: + - type: Transform + pos: -6.5,-14.5 + parent: 2 + - uid: 243 + components: + - type: Transform + pos: 7.5,-14.5 + parent: 2 + - uid: 245 + components: + - type: Transform + pos: -4.5,-10.5 + parent: 2 + - uid: 246 + components: + - type: Transform + pos: -4.5,-11.5 + parent: 2 + - uid: 247 + components: + - type: Transform + pos: -4.5,-12.5 + parent: 2 + - uid: 248 + components: + - type: Transform + pos: -4.5,-13.5 + parent: 2 + - uid: 251 + components: + - type: Transform + pos: -1.5,-12.5 + parent: 2 + - uid: 252 + components: + - type: Transform + pos: -0.5,-12.5 + parent: 2 + - uid: 253 + components: + - type: Transform + pos: 0.5,-14.5 + parent: 2 + - uid: 255 + components: + - type: Transform + pos: -0.5,-15.5 + parent: 2 + - uid: 256 + components: + - type: Transform + pos: -1.5,-15.5 + parent: 2 + - uid: 257 + components: + - type: Transform + pos: -2.5,-15.5 + parent: 2 + - uid: 263 + components: + - type: Transform + pos: 8.5,-15.5 + parent: 2 + - uid: 265 + components: + - type: Transform + pos: -7.5,-15.5 + parent: 2 + - uid: 327 + components: + - type: Transform + pos: -7.5,-17.5 + parent: 2 + - uid: 328 + components: + - type: Transform + pos: -7.5,-18.5 + parent: 2 + - uid: 335 + components: + - type: Transform + pos: -2.5,-19.5 + parent: 2 + - uid: 336 + components: + - type: Transform + pos: -1.5,-19.5 + parent: 2 + - uid: 337 + components: + - type: Transform + pos: -1.5,-18.5 + parent: 2 + - uid: 338 + components: + - type: Transform + pos: -0.5,-18.5 + parent: 2 + - uid: 340 + components: + - type: Transform + pos: -0.5,-20.5 + parent: 2 + - uid: 341 + components: + - type: Transform + pos: 1.5,-20.5 + parent: 2 + - uid: 343 + components: + - type: Transform + pos: 2.5,-19.5 + parent: 2 + - uid: 344 + components: + - type: Transform + pos: 2.5,-18.5 + parent: 2 + - uid: 345 + components: + - type: Transform + pos: 1.5,-18.5 + parent: 2 + - uid: 346 + components: + - type: Transform + pos: 3.5,-19.5 + parent: 2 + - uid: 347 + components: + - type: Transform + pos: 4.5,-19.5 + parent: 2 + - uid: 348 + components: + - type: Transform + pos: 4.5,-20.5 + parent: 2 + - uid: 353 + components: + - type: Transform + pos: 8.5,-18.5 + parent: 2 + - uid: 354 + components: + - type: Transform + pos: 8.5,-17.5 + parent: 2 + - uid: 355 + components: + - type: Transform + pos: 8.5,-16.5 + parent: 2 + - uid: 357 + components: + - type: Transform + pos: 4.5,-17.5 + parent: 2 + - uid: 358 + components: + - type: Transform + pos: 3.5,-17.5 + parent: 2 + - uid: 360 + components: + - type: Transform + pos: -1.5,-16.5 + parent: 2 + - uid: 361 + components: + - type: Transform + pos: -3.5,-19.5 + parent: 2 + - uid: 362 + components: + - type: Transform + pos: -3.5,-20.5 + parent: 2 + - uid: 366 + components: + - type: Transform + pos: 1.5,-24.5 + parent: 2 + - uid: 373 + components: + - type: Transform + pos: -6.5,1.5 + parent: 2 + - uid: 374 + components: + - type: Transform + pos: -5.5,2.5 + parent: 2 + - uid: 426 + components: + - type: Transform + pos: 2.5,-25.5 + parent: 2 + - uid: 427 + components: + - type: Transform + pos: 2.5,-26.5 + parent: 2 + - uid: 428 + components: + - type: Transform + pos: 1.5,-26.5 + parent: 2 + - uid: 429 + components: + - type: Transform + pos: -0.5,-24.5 + parent: 2 + - uid: 431 + components: + - type: Transform + pos: -1.5,-25.5 + parent: 2 + - uid: 432 + components: + - type: Transform + pos: -1.5,-26.5 + parent: 2 + - uid: 433 + components: + - type: Transform + pos: -0.5,-26.5 + parent: 2 + - uid: 435 + components: + - type: Transform + pos: -2.5,-25.5 + parent: 2 + - uid: 445 + components: + - type: Transform + pos: -6.5,-27.5 + parent: 2 + - uid: 446 + components: + - type: Transform + pos: -6.5,-28.5 + parent: 2 + - uid: 448 + components: + - type: Transform + pos: -5.5,-25.5 + parent: 2 + - uid: 449 + components: + - type: Transform + pos: -6.5,-26.5 + parent: 2 + - uid: 450 + components: + - type: Transform + pos: -7.5,-28.5 + parent: 2 + - uid: 451 + components: + - type: Transform + pos: -6.5,-30.5 + parent: 2 + - uid: 452 + components: + - type: Transform + pos: -7.5,-30.5 + parent: 2 + - uid: 453 + components: + - type: Transform + pos: -7.5,-32.5 + parent: 2 + - uid: 454 + components: + - type: Transform + pos: -6.5,-32.5 + parent: 2 + - uid: 455 + components: + - type: Transform + pos: -6.5,-33.5 + parent: 2 + - uid: 456 + components: + - type: Transform + pos: -6.5,-34.5 + parent: 2 + - uid: 471 + components: + - type: Transform + pos: -2.5,-42.5 + parent: 2 + - uid: 474 + components: + - type: Transform + pos: -6.5,-40.5 + parent: 2 + - uid: 485 + components: + - type: Transform + pos: 4.5,-26.5 + parent: 2 + - uid: 494 + components: + - type: Transform + pos: 7.5,-35.5 + parent: 2 + - uid: 495 + components: + - type: Transform + pos: 7.5,-34.5 + parent: 2 + - uid: 496 + components: + - type: Transform + pos: 7.5,-33.5 + parent: 2 + - uid: 498 + components: + - type: Transform + pos: 8.5,-32.5 + parent: 2 + - uid: 499 + components: + - type: Transform + pos: 8.5,-30.5 + parent: 2 + - uid: 500 + components: + - type: Transform + pos: 7.5,-30.5 + parent: 2 + - uid: 501 + components: + - type: Transform + pos: 8.5,-28.5 + parent: 2 + - uid: 503 + components: + - type: Transform + pos: 7.5,-26.5 + parent: 2 + - uid: 505 + components: + - type: Transform + pos: 6.5,-26.5 + parent: 2 + - uid: 506 + components: + - type: Transform + pos: 8.5,-37.5 + parent: 2 + - uid: 507 + components: + - type: Transform + pos: 6.5,-25.5 + parent: 2 + - uid: 508 + components: + - type: Transform + pos: 7.5,-37.5 + parent: 2 + - uid: 513 + components: + - type: Transform + pos: 7.5,-42.5 + parent: 2 + - uid: 514 + components: + - type: Transform + pos: 8.5,-42.5 + parent: 2 + - uid: 515 + components: + - type: Transform + pos: 8.5,-44.5 + parent: 2 + - uid: 516 + components: + - type: Transform + pos: 7.5,-44.5 + parent: 2 + - uid: 522 + components: + - type: Transform + pos: 4.5,-46.5 + parent: 2 + - uid: 523 + components: + - type: Transform + pos: 3.5,-46.5 + parent: 2 + - uid: 524 + components: + - type: Transform + pos: 2.5,-46.5 + parent: 2 + - uid: 525 + components: + - type: Transform + pos: 4.5,-47.5 + parent: 2 + - uid: 526 + components: + - type: Transform + pos: 4.5,-45.5 + parent: 2 + - uid: 527 + components: + - type: Transform + pos: 2.5,-45.5 + parent: 2 + - uid: 528 + components: + - type: Transform + pos: 1.5,-45.5 + parent: 2 + - uid: 530 + components: + - type: Transform + pos: 1.5,-47.5 + parent: 2 + - uid: 532 + components: + - type: Transform + pos: -0.5,-47.5 + parent: 2 + - uid: 534 + components: + - type: Transform + pos: -1.5,-46.5 + parent: 2 + - uid: 535 + components: + - type: Transform + pos: -1.5,-45.5 + parent: 2 + - uid: 536 + components: + - type: Transform + pos: -0.5,-45.5 + parent: 2 + - uid: 537 + components: + - type: Transform + pos: -2.5,-46.5 + parent: 2 + - uid: 538 + components: + - type: Transform + pos: -3.5,-46.5 + parent: 2 + - uid: 542 + components: + - type: Transform + pos: -3.5,-45.5 + parent: 2 + - uid: 543 + components: + - type: Transform + pos: -6.5,-38.5 + parent: 2 + - uid: 544 + components: + - type: Transform + pos: -6.5,-37.5 + parent: 2 + - uid: 546 + components: + - type: Transform + pos: -7.5,-37.5 + parent: 2 + - uid: 547 + components: + - type: Transform + pos: -5.5,-45.5 + parent: 2 + - uid: 548 + components: + - type: Transform + pos: -6.5,-45.5 + parent: 2 + - uid: 549 + components: + - type: Transform + pos: -6.5,-41.5 + parent: 2 + - uid: 550 + components: + - type: Transform + pos: -6.5,-44.5 + parent: 2 + - uid: 551 + components: + - type: Transform + pos: -6.5,-42.5 + parent: 2 + - uid: 552 + components: + - type: Transform + pos: -7.5,-42.5 + parent: 2 + - uid: 553 + components: + - type: Transform + pos: -7.5,-44.5 + parent: 2 + - uid: 554 + components: + - type: Transform + pos: -1.5,-42.5 + parent: 2 + - uid: 555 + components: + - type: Transform + pos: -1.5,-43.5 + parent: 2 + - uid: 566 + components: + - type: Transform + pos: 4.5,-25.5 + parent: 2 + - uid: 567 + components: + - type: Transform + pos: 3.5,-25.5 + parent: 2 + - uid: 585 + components: + - type: Transform + pos: 3.5,-55.5 + parent: 2 + - uid: 603 + components: + - type: Transform + pos: -3.5,-42.5 + parent: 2 + - uid: 608 + components: + - type: Transform + pos: -3.5,-101.5 + parent: 2 + - uid: 626 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-335.5 + parent: 2 + - uid: 643 + components: + - type: Transform + pos: -18.5,-254.5 + parent: 2 + - uid: 646 + components: + - type: Transform + pos: 2.5,-52.5 + parent: 2 + - uid: 663 + components: + - type: Transform + pos: -2.5,-100.5 + parent: 2 + - uid: 674 + components: + - type: Transform + pos: 1.5,-51.5 + parent: 2 + - uid: 675 + components: + - type: Transform + pos: -0.5,-51.5 + parent: 2 + - uid: 676 + components: + - type: Transform + pos: -1.5,-52.5 + parent: 2 + - uid: 677 + components: + - type: Transform + pos: -1.5,-53.5 + parent: 2 + - uid: 678 + components: + - type: Transform + pos: -0.5,-53.5 + parent: 2 + - uid: 679 + components: + - type: Transform + pos: 2.5,-53.5 + parent: 2 + - uid: 680 + components: + - type: Transform + pos: 1.5,-53.5 + parent: 2 + - uid: 712 + components: + - type: Transform + pos: -1.5,-44.5 + parent: 2 + - uid: 727 + components: + - type: Transform + pos: -3.5,-43.5 + parent: 2 + - uid: 883 + components: + - type: Transform + pos: -7.5,-64.5 + parent: 2 + - uid: 892 + components: + - type: Transform + pos: -3.5,-52.5 + parent: 2 + - uid: 894 + components: + - type: Transform + pos: -20.5,-250.5 + parent: 2 + - uid: 899 + components: + - type: Transform + pos: 6.5,-53.5 + parent: 2 + - uid: 901 + components: + - type: Transform + pos: 6.5,-52.5 + parent: 2 + - uid: 902 + components: + - type: Transform + pos: 7.5,-54.5 + parent: 2 + - uid: 907 + components: + - type: Transform + pos: 7.5,-53.5 + parent: 2 + - uid: 910 + components: + - type: Transform + pos: 7.5,-60.5 + parent: 2 + - uid: 911 + components: + - type: Transform + pos: 7.5,-59.5 + parent: 2 + - uid: 913 + components: + - type: Transform + pos: -7.5,-62.5 + parent: 2 + - uid: 926 + components: + - type: Transform + pos: -7.5,-63.5 + parent: 2 + - uid: 939 + components: + - type: Transform + pos: 7.5,-65.5 + parent: 2 + - uid: 940 + components: + - type: Transform + pos: 7.5,-66.5 + parent: 2 + - uid: 944 + components: + - type: Transform + pos: 8.5,-54.5 + parent: 2 + - uid: 952 + components: + - type: Transform + pos: -6.5,-55.5 + parent: 2 + - uid: 953 + components: + - type: Transform + pos: -6.5,-54.5 + parent: 2 + - uid: 957 + components: + - type: Transform + pos: 7.5,-67.5 + parent: 2 + - uid: 975 + components: + - type: Transform + pos: -6.5,-70.5 + parent: 2 + - uid: 989 + components: + - type: Transform + pos: 3.5,-228.5 + parent: 2 + - uid: 1000 + components: + - type: Transform + pos: 1.5,-72.5 + parent: 2 + - uid: 1001 + components: + - type: Transform + pos: 3.5,-73.5 + parent: 2 + - uid: 1003 + components: + - type: Transform + pos: 2.5,-73.5 + parent: 2 + - uid: 1009 + components: + - type: Transform + pos: -5.5,-133.5 + parent: 2 + - uid: 1029 + components: + - type: Transform + pos: -7.5,-69.5 + parent: 2 + - uid: 1083 + components: + - type: Transform + pos: 4.5,-74.5 + parent: 2 + - uid: 1085 + components: + - type: Transform + pos: 4.5,-73.5 + parent: 2 + - uid: 1088 + components: + - type: Transform + pos: 4.5,-72.5 + parent: 2 + - uid: 1089 + components: + - type: Transform + pos: 2.5,-72.5 + parent: 2 + - uid: 1122 + components: + - type: Transform + pos: -7.5,-61.5 + parent: 2 + - uid: 1140 + components: + - type: Transform + pos: -6.5,-71.5 + parent: 2 + - uid: 1146 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-334.5 + parent: 2 + - uid: 1158 + components: + - type: Transform + pos: -0.5,-72.5 + parent: 2 + - uid: 1179 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-333.5 + parent: 2 + - uid: 1215 + components: + - type: Transform + pos: -2.5,-52.5 + parent: 2 + - uid: 1216 + components: + - type: Transform + pos: -0.5,-74.5 + parent: 2 + - uid: 1221 + components: + - type: Transform + pos: 1.5,-74.5 + parent: 2 + - uid: 1224 + components: + - type: Transform + pos: 7.5,-58.5 + parent: 2 + - uid: 1241 + components: + - type: Transform + pos: -7.5,-56.5 + parent: 2 + - uid: 1266 + components: + - type: Transform + pos: 5.5,-228.5 + parent: 2 + - uid: 1316 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-328.5 + parent: 2 + - uid: 1342 + components: + - type: Transform + pos: 3.5,-217.5 + parent: 2 + - uid: 1402 + components: + - type: Transform + pos: -12.5,-236.5 + parent: 2 + - uid: 1407 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-332.5 + parent: 2 + - uid: 1426 + components: + - type: Transform + pos: 4.5,-55.5 + parent: 2 + - uid: 1435 + components: + - type: Transform + pos: -3.5,-79.5 + parent: 2 + - uid: 1436 + components: + - type: Transform + pos: -3.5,-99.5 + parent: 2 + - uid: 1465 + components: + - type: Transform + pos: 1.5,-78.5 + parent: 2 + - uid: 1466 + components: + - type: Transform + pos: -0.5,-78.5 + parent: 2 + - uid: 1469 + components: + - type: Transform + pos: 2.5,-79.5 + parent: 2 + - uid: 1470 + components: + - type: Transform + pos: -1.5,-79.5 + parent: 2 + - uid: 1473 + components: + - type: Transform + pos: -1.5,-80.5 + parent: 2 + - uid: 1474 + components: + - type: Transform + pos: -0.5,-80.5 + parent: 2 + - uid: 1476 + components: + - type: Transform + pos: 1.5,-80.5 + parent: 2 + - uid: 1477 + components: + - type: Transform + pos: 2.5,-80.5 + parent: 2 + - uid: 1502 + components: + - type: Transform + pos: -10.5,-86.5 + parent: 2 + - uid: 1505 + components: + - type: Transform + pos: -2.5,-79.5 + parent: 2 + - uid: 1506 + components: + - type: Transform + pos: -3.5,-80.5 + parent: 2 + - uid: 1507 + components: + - type: Transform + pos: -5.5,-79.5 + parent: 2 + - uid: 1508 + components: + - type: Transform + pos: -5.5,-80.5 + parent: 2 + - uid: 1509 + components: + - type: Transform + pos: -6.5,-80.5 + parent: 2 + - uid: 1510 + components: + - type: Transform + pos: -6.5,-81.5 + parent: 2 + - uid: 1511 + components: + - type: Transform + pos: -6.5,-82.5 + parent: 2 + - uid: 1513 + components: + - type: Transform + pos: 3.5,-79.5 + parent: 2 + - uid: 1514 + components: + - type: Transform + pos: 4.5,-79.5 + parent: 2 + - uid: 1515 + components: + - type: Transform + pos: 4.5,-80.5 + parent: 2 + - uid: 1533 + components: + - type: Transform + pos: -6.5,-90.5 + parent: 2 + - uid: 1534 + components: + - type: Transform + pos: -6.5,-91.5 + parent: 2 + - uid: 1535 + components: + - type: Transform + pos: -6.5,-92.5 + parent: 2 + - uid: 1539 + components: + - type: Transform + pos: -5.5,-99.5 + parent: 2 + - uid: 1540 + components: + - type: Transform + pos: -6.5,-98.5 + parent: 2 + - uid: 1541 + components: + - type: Transform + pos: -6.5,-99.5 + parent: 2 + - uid: 1542 + components: + - type: Transform + pos: -1.5,-100.5 + parent: 2 + - uid: 1543 + components: + - type: Transform + pos: -5.5,-100.5 + parent: 2 + - uid: 1545 + components: + - type: Transform + pos: -3.5,-100.5 + parent: 2 + - uid: 1546 + components: + - type: Transform + pos: -5.5,-101.5 + parent: 2 + - uid: 1547 + components: + - type: Transform + pos: -1.5,-99.5 + parent: 2 + - uid: 1550 + components: + - type: Transform + pos: 4.5,-101.5 + parent: 2 + - uid: 1551 + components: + - type: Transform + pos: 6.5,-99.5 + parent: 2 + - uid: 1553 + components: + - type: Transform + pos: 3.5,-100.5 + parent: 2 + - uid: 1561 + components: + - type: Transform + pos: 6.5,-101.5 + parent: 2 + - uid: 1562 + components: + - type: Transform + pos: 1.5,-101.5 + parent: 2 + - uid: 1570 + components: + - type: Transform + pos: -0.5,-101.5 + parent: 2 + - uid: 1571 + components: + - type: Transform + pos: 6.5,-100.5 + parent: 2 + - uid: 1577 + components: + - type: Transform + pos: 7.5,-98.5 + parent: 2 + - uid: 1578 + components: + - type: Transform + pos: 7.5,-97.5 + parent: 2 + - uid: 1579 + components: + - type: Transform + pos: 4.5,-100.5 + parent: 2 + - uid: 1582 + components: + - type: Transform + pos: 7.5,-86.5 + parent: 2 + - uid: 1587 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-332.5 + parent: 2 + - uid: 1624 + components: + - type: Transform + pos: -4.5,-52.5 + parent: 2 + - uid: 1631 + components: + - type: Transform + pos: -6.5,-97.5 + parent: 2 + - uid: 1674 + components: + - type: Transform + pos: 7.5,-99.5 + parent: 2 + - uid: 1678 + components: + - type: Transform + pos: -1.5,-98.5 + parent: 2 + - uid: 1713 + components: + - type: Transform + pos: -0.5,-99.5 + parent: 2 + - uid: 1741 + components: + - type: Transform + pos: -0.5,-261.5 + parent: 2 + - uid: 1811 + components: + - type: Transform + pos: -16.5,-249.5 + parent: 2 + - uid: 1814 + components: + - type: Transform + pos: 1.5,-105.5 + parent: 2 + - uid: 1815 + components: + - type: Transform + pos: 2.5,-106.5 + parent: 2 + - uid: 1816 + components: + - type: Transform + pos: 2.5,-107.5 + parent: 2 + - uid: 1817 + components: + - type: Transform + pos: 1.5,-107.5 + parent: 2 + - uid: 1818 + components: + - type: Transform + pos: -0.5,-105.5 + parent: 2 + - uid: 1820 + components: + - type: Transform + pos: -1.5,-106.5 + parent: 2 + - uid: 1821 + components: + - type: Transform + pos: -1.5,-107.5 + parent: 2 + - uid: 1822 + components: + - type: Transform + pos: -0.5,-107.5 + parent: 2 + - uid: 1826 + components: + - type: Transform + pos: -2.5,-106.5 + parent: 2 + - uid: 1827 + components: + - type: Transform + pos: -3.5,-106.5 + parent: 2 + - uid: 1830 + components: + - type: Transform + pos: -6.5,-106.5 + parent: 2 + - uid: 1846 + components: + - type: Transform + pos: -16.5,-235.5 + parent: 2 + - uid: 1853 + components: + - type: Transform + pos: -3.5,-105.5 + parent: 2 + - uid: 1854 + components: + - type: Transform + pos: -5.5,-105.5 + parent: 2 + - uid: 1919 + components: + - type: Transform + pos: -15.5,-235.5 + parent: 2 + - uid: 1922 + components: + - type: Transform + pos: -17.5,-235.5 + parent: 2 + - uid: 1932 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-117.5 + parent: 2 + - uid: 1942 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-116.5 + parent: 2 + - uid: 1952 + components: + - type: Transform + pos: -9.5,-107.5 + parent: 2 + - uid: 1953 + components: + - type: Transform + pos: -9.5,-111.5 + parent: 2 + - uid: 1954 + components: + - type: Transform + pos: -9.5,-114.5 + parent: 2 + - uid: 1956 + components: + - type: Transform + pos: -9.5,-120.5 + parent: 2 + - uid: 1957 + components: + - type: Transform + pos: -9.5,-123.5 + parent: 2 + - uid: 1959 + components: + - type: Transform + pos: -8.5,-126.5 + parent: 2 + - uid: 1960 + components: + - type: Transform + pos: -7.5,-126.5 + parent: 2 + - uid: 1962 + components: + - type: Transform + pos: -5.5,-126.5 + parent: 2 + - uid: 1976 + components: + - type: Transform + pos: -9.5,-110.5 + parent: 2 + - uid: 2031 + components: + - type: Transform + pos: -3.5,-98.5 + parent: 2 + - uid: 2074 + components: + - type: Transform + pos: -5.5,-106.5 + parent: 2 + - uid: 2101 + components: + - type: Transform + pos: -3.5,-127.5 + parent: 2 + - uid: 2102 + components: + - type: Transform + pos: -3.5,-128.5 + parent: 2 + - uid: 2103 + components: + - type: Transform + pos: -2.5,-127.5 + parent: 2 + - uid: 2104 + components: + - type: Transform + pos: -3.5,-126.5 + parent: 2 + - uid: 2105 + components: + - type: Transform + pos: -1.5,-126.5 + parent: 2 + - uid: 2106 + components: + - type: Transform + pos: -0.5,-126.5 + parent: 2 + - uid: 2107 + components: + - type: Transform + pos: -1.5,-127.5 + parent: 2 + - uid: 2109 + components: + - type: Transform + pos: -0.5,-128.5 + parent: 2 + - uid: 2110 + components: + - type: Transform + pos: 1.5,-126.5 + parent: 2 + - uid: 2114 + components: + - type: Transform + pos: 1.5,-128.5 + parent: 2 + - uid: 2118 + components: + - type: Transform + pos: 6.5,-127.5 + parent: 2 + - uid: 2119 + components: + - type: Transform + pos: 6.5,-128.5 + parent: 2 + - uid: 2121 + components: + - type: Transform + pos: 6.5,-126.5 + parent: 2 + - uid: 2123 + components: + - type: Transform + pos: 7.5,-125.5 + parent: 2 + - uid: 2130 + components: + - type: Transform + pos: 4.5,-132.5 + parent: 2 + - uid: 2133 + components: + - type: Transform + pos: 8.5,-112.5 + parent: 2 + - uid: 2134 + components: + - type: Transform + pos: 7.5,-112.5 + parent: 2 + - uid: 2135 + components: + - type: Transform + pos: 7.5,-111.5 + parent: 2 + - uid: 2136 + components: + - type: Transform + pos: 7.5,-110.5 + parent: 2 + - uid: 2137 + components: + - type: Transform + pos: 7.5,-109.5 + parent: 2 + - uid: 2138 + components: + - type: Transform + pos: 7.5,-108.5 + parent: 2 + - uid: 2139 + components: + - type: Transform + pos: 7.5,-107.5 + parent: 2 + - uid: 2140 + components: + - type: Transform + pos: 6.5,-107.5 + parent: 2 + - uid: 2141 + components: + - type: Transform + pos: 4.5,-107.5 + parent: 2 + - uid: 2142 + components: + - type: Transform + pos: 4.5,-106.5 + parent: 2 + - uid: 2143 + components: + - type: Transform + pos: 3.5,-106.5 + parent: 2 + - uid: 2144 + components: + - type: Transform + pos: 4.5,-105.5 + parent: 2 + - uid: 2145 + components: + - type: Transform + pos: 6.5,-105.5 + parent: 2 + - uid: 2146 + components: + - type: Transform + pos: 6.5,-106.5 + parent: 2 + - uid: 2154 + components: + - type: Transform + pos: 2.5,-122.5 + parent: 2 + - uid: 2155 + components: + - type: Transform + pos: 3.5,-121.5 + parent: 2 + - uid: 2157 + components: + - type: Transform + pos: 3.5,-119.5 + parent: 2 + - uid: 2158 + components: + - type: Transform + pos: 3.5,-118.5 + parent: 2 + - uid: 2159 + components: + - type: Transform + pos: 2.5,-118.5 + parent: 2 + - uid: 2160 + components: + - type: Transform + pos: 1.5,-118.5 + parent: 2 + - uid: 2161 + components: + - type: Transform + pos: -0.5,-118.5 + parent: 2 + - uid: 2163 + components: + - type: Transform + pos: -1.5,-118.5 + parent: 2 + - uid: 2164 + components: + - type: Transform + pos: -2.5,-118.5 + parent: 2 + - uid: 2171 + components: + - type: Transform + pos: -1.5,-115.5 + parent: 2 + - uid: 2172 + components: + - type: Transform + pos: -0.5,-115.5 + parent: 2 + - uid: 2178 + components: + - type: Transform + pos: 4.5,-118.5 + parent: 2 + - uid: 2188 + components: + - type: Transform + pos: 4.5,-111.5 + parent: 2 + - uid: 2190 + components: + - type: Transform + pos: -2.5,-119.5 + parent: 2 + - uid: 2195 + components: + - type: Transform + pos: 1.5,-112.5 + parent: 2 + - uid: 2196 + components: + - type: Transform + pos: 1.5,-111.5 + parent: 2 + - uid: 2197 + components: + - type: Transform + pos: 0.5,-111.5 + parent: 2 + - uid: 2198 + components: + - type: Transform + pos: -0.5,-111.5 + parent: 2 + - uid: 2199 + components: + - type: Transform + pos: -1.5,-111.5 + parent: 2 + - uid: 2204 + components: + - type: Transform + pos: -2.5,-117.5 + parent: 2 + - uid: 2205 + components: + - type: Transform + pos: -2.5,-116.5 + parent: 2 + - uid: 2206 + components: + - type: Transform + pos: -2.5,-115.5 + parent: 2 + - uid: 2227 + components: + - type: Transform + pos: -20.5,-235.5 + parent: 2 + - uid: 2300 + components: + - type: Transform + pos: 6.5,-109.5 + parent: 2 + - uid: 2301 + components: + - type: Transform + pos: 5.5,-109.5 + parent: 2 + - uid: 2302 + components: + - type: Transform + pos: 4.5,-109.5 + parent: 2 + - uid: 2359 + components: + - type: Transform + pos: -16.5,-248.5 + parent: 2 + - uid: 2361 + components: + - type: Transform + pos: -14.5,-249.5 + parent: 2 + - uid: 2362 + components: + - type: Transform + pos: -13.5,-249.5 + parent: 2 + - uid: 2453 + components: + - type: Transform + pos: -0.5,-132.5 + parent: 2 + - uid: 2454 + components: + - type: Transform + pos: 1.5,-132.5 + parent: 2 + - uid: 2455 + components: + - type: Transform + pos: -0.5,-134.5 + parent: 2 + - uid: 2459 + components: + - type: Transform + pos: -1.5,-133.5 + parent: 2 + - uid: 2460 + components: + - type: Transform + pos: -1.5,-134.5 + parent: 2 + - uid: 2469 + components: + - type: Transform + pos: -17.5,-248.5 + parent: 2 + - uid: 2480 + components: + - type: Transform + pos: -2.5,-133.5 + parent: 2 + - uid: 2486 + components: + - type: Transform + pos: 4.5,-133.5 + parent: 2 + - uid: 2488 + components: + - type: Transform + pos: 6.5,-133.5 + parent: 2 + - uid: 2489 + components: + - type: Transform + pos: 6.5,-134.5 + parent: 2 + - uid: 2490 + components: + - type: Transform + pos: -3.5,-133.5 + parent: 2 + - uid: 2491 + components: + - type: Transform + pos: -3.5,-134.5 + parent: 2 + - uid: 2493 + components: + - type: Transform + pos: -5.5,-134.5 + parent: 2 + - uid: 2494 + components: + - type: Transform + pos: -6.5,-135.5 + parent: 2 + - uid: 2495 + components: + - type: Transform + pos: -6.5,-136.5 + parent: 2 + - uid: 2508 + components: + - type: Transform + pos: -6.5,-149.5 + parent: 2 + - uid: 2513 + components: + - type: Transform + pos: -6.5,-153.5 + parent: 2 + - uid: 2514 + components: + - type: Transform + pos: -5.5,-153.5 + parent: 2 + - uid: 2515 + components: + - type: Transform + pos: -5.5,-154.5 + parent: 2 + - uid: 2516 + components: + - type: Transform + pos: -5.5,-155.5 + parent: 2 + - uid: 2517 + components: + - type: Transform + pos: -3.5,-154.5 + parent: 2 + - uid: 2518 + components: + - type: Transform + pos: -3.5,-153.5 + parent: 2 + - uid: 2519 + components: + - type: Transform + pos: -3.5,-155.5 + parent: 2 + - uid: 2520 + components: + - type: Transform + pos: -2.5,-154.5 + parent: 2 + - uid: 2521 + components: + - type: Transform + pos: -1.5,-154.5 + parent: 2 + - uid: 2523 + components: + - type: Transform + pos: -1.5,-153.5 + parent: 2 + - uid: 2524 + components: + - type: Transform + pos: -0.5,-153.5 + parent: 2 + - uid: 2526 + components: + - type: Transform + pos: 1.5,-153.5 + parent: 2 + - uid: 2527 + components: + - type: Transform + pos: 2.5,-154.5 + parent: 2 + - uid: 2533 + components: + - type: Transform + pos: 2.5,-153.5 + parent: 2 + - uid: 2545 + components: + - type: Transform + pos: 7.5,-154.5 + parent: 2 + - uid: 2550 + components: + - type: Transform + pos: 6.5,-154.5 + parent: 2 + - uid: 2551 + components: + - type: Transform + pos: 6.5,-155.5 + parent: 2 + - uid: 2560 + components: + - type: Transform + pos: 6.5,-153.5 + parent: 2 + - uid: 2561 + components: + - type: Transform + pos: 9.5,-152.5 + parent: 2 + - uid: 2565 + components: + - type: Transform + pos: 9.5,-143.5 + parent: 2 + - uid: 2566 + components: + - type: Transform + pos: 9.5,-149.5 + parent: 2 + - uid: 2570 + components: + - type: Transform + pos: 9.5,-140.5 + parent: 2 + - uid: 2573 + components: + - type: Transform + pos: 9.5,-142.5 + parent: 2 + - uid: 2576 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-246.5 + parent: 2 + - uid: 2581 + components: + - type: Transform + pos: 8.5,-135.5 + parent: 2 + - uid: 2583 + components: + - type: Transform + pos: 7.5,-134.5 + parent: 2 + - uid: 2626 + components: + - type: Transform + pos: -5.5,-151.5 + parent: 2 + - uid: 2702 + components: + - type: Transform + pos: 8.5,-153.5 + parent: 2 + - uid: 2784 + components: + - type: Transform + pos: 4.5,-153.5 + parent: 2 + - uid: 2813 + components: + - type: Transform + pos: 8.5,-154.5 + parent: 2 + - uid: 2814 + components: + - type: Transform + pos: 8.5,-152.5 + parent: 2 + - uid: 2816 + components: + - type: Transform + pos: 6.5,-152.5 + parent: 2 + - uid: 2825 + components: + - type: Transform + pos: 5.5,-116.5 + parent: 2 + - uid: 2856 + components: + - type: Transform + pos: 1.5,-159.5 + parent: 2 + - uid: 2857 + components: + - type: Transform + pos: -0.5,-159.5 + parent: 2 + - uid: 2900 + components: + - type: Transform + pos: 2.5,-160.5 + parent: 2 + - uid: 2901 + components: + - type: Transform + pos: 2.5,-161.5 + parent: 2 + - uid: 2902 + components: + - type: Transform + pos: -1.5,-160.5 + parent: 2 + - uid: 2904 + components: + - type: Transform + pos: -0.5,-161.5 + parent: 2 + - uid: 2905 + components: + - type: Transform + pos: 1.5,-161.5 + parent: 2 + - uid: 2922 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,-239.5 + parent: 2 + - uid: 2928 + components: + - type: Transform + pos: 2.5,-180.5 + parent: 2 + - uid: 2929 + components: + - type: Transform + pos: 1.5,-180.5 + parent: 2 + - uid: 2932 + components: + - type: Transform + pos: -1.5,-181.5 + parent: 2 + - uid: 2933 + components: + - type: Transform + pos: 2.5,-181.5 + parent: 2 + - uid: 2934 + components: + - type: Transform + pos: 1.5,-182.5 + parent: 2 + - uid: 2935 + components: + - type: Transform + pos: -0.5,-182.5 + parent: 2 + - uid: 2940 + components: + - type: Transform + pos: -12.5,-240.5 + parent: 2 + - uid: 2956 + components: + - type: Transform + pos: -12.5,-239.5 + parent: 2 + - uid: 2958 + components: + - type: Transform + pos: -5.5,-160.5 + parent: 2 + - uid: 2963 + components: + - type: Transform + pos: -5.5,-161.5 + parent: 2 + - uid: 2964 + components: + - type: Transform + pos: -2.5,-160.5 + parent: 2 + - uid: 2965 + components: + - type: Transform + pos: -3.5,-160.5 + parent: 2 + - uid: 2971 + components: + - type: Transform + pos: -6.5,-161.5 + parent: 2 + - uid: 2978 + components: + - type: Transform + pos: -7.5,-164.5 + parent: 2 + - uid: 2979 + components: + - type: Transform + pos: -7.5,-165.5 + parent: 2 + - uid: 2980 + components: + - type: Transform + pos: -7.5,-169.5 + parent: 2 + - uid: 2981 + components: + - type: Transform + pos: -7.5,-170.5 + parent: 2 + - uid: 2982 + components: + - type: Transform + pos: -8.5,-170.5 + parent: 2 + - uid: 2985 + components: + - type: Transform + pos: -8.5,-177.5 + parent: 2 + - uid: 2988 + components: + - type: Transform + pos: -7.5,-179.5 + parent: 2 + - uid: 2990 + components: + - type: Transform + pos: 8.5,-165.5 + parent: 2 + - uid: 2991 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-336.5 + parent: 2 + - uid: 2992 + components: + - type: Transform + pos: -6.5,-180.5 + parent: 2 + - uid: 2993 + components: + - type: Transform + pos: -5.5,-180.5 + parent: 2 + - uid: 2994 + components: + - type: Transform + pos: 8.5,-169.5 + parent: 2 + - uid: 2997 + components: + - type: Transform + pos: -15.5,-239.5 + parent: 2 + - uid: 2998 + components: + - type: Transform + pos: 9.5,-170.5 + parent: 2 + - uid: 2999 + components: + - type: Transform + pos: 9.5,-171.5 + parent: 2 + - uid: 3000 + components: + - type: Transform + pos: 9.5,-172.5 + parent: 2 + - uid: 3002 + components: + - type: Transform + pos: -3.5,-182.5 + parent: 2 + - uid: 3003 + components: + - type: Transform + pos: -2.5,-181.5 + parent: 2 + - uid: 3004 + components: + - type: Transform + pos: 9.5,-177.5 + parent: 2 + - uid: 3006 + components: + - type: Transform + pos: 9.5,-179.5 + parent: 2 + - uid: 3008 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-338.5 + parent: 2 + - uid: 3010 + components: + - type: Transform + pos: -12.5,-252.5 + parent: 2 + - uid: 3012 + components: + - type: Transform + pos: -12.5,-241.5 + parent: 2 + - uid: 3014 + components: + - type: Transform + pos: -12.5,-242.5 + parent: 2 + - uid: 3015 + components: + - type: Transform + pos: -12.5,-244.5 + parent: 2 + - uid: 3019 + components: + - type: Transform + pos: -12.5,-262.5 + parent: 2 + - uid: 3020 + components: + - type: Transform + pos: -12.5,-245.5 + parent: 2 + - uid: 3024 + components: + - type: Transform + pos: -12.5,-247.5 + parent: 2 + - uid: 3026 + components: + - type: Transform + pos: 3.5,-181.5 + parent: 2 + - uid: 3037 + components: + - type: Transform + pos: 6.5,-182.5 + parent: 2 + - uid: 3044 + components: + - type: Transform + pos: 6.5,-180.5 + parent: 2 + - uid: 3051 + components: + - type: Transform + pos: 7.5,-180.5 + parent: 2 + - uid: 3055 + components: + - type: Transform + pos: -12.5,-264.5 + parent: 2 + - uid: 3058 + components: + - type: Transform + pos: -12.5,-246.5 + parent: 2 + - uid: 3064 + components: + - type: Transform + pos: -12.5,-253.5 + parent: 2 + - uid: 3065 + components: + - type: Transform + pos: 7.5,-164.5 + parent: 2 + - uid: 3078 + components: + - type: Transform + pos: 3.5,-160.5 + parent: 2 + - uid: 3079 + components: + - type: Transform + pos: 4.5,-160.5 + parent: 2 + - uid: 3080 + components: + - type: Transform + pos: 4.5,-161.5 + parent: 2 + - uid: 3081 + components: + - type: Transform + pos: 6.5,-161.5 + parent: 2 + - uid: 3082 + components: + - type: Transform + pos: 6.5,-160.5 + parent: 2 + - uid: 3083 + components: + - type: Transform + pos: 7.5,-161.5 + parent: 2 + - uid: 3101 + components: + - type: Transform + pos: -12.5,-249.5 + parent: 2 + - uid: 3105 + components: + - type: Transform + pos: -12.5,-263.5 + parent: 2 + - uid: 3107 + components: + - type: Transform + pos: -12.5,-254.5 + parent: 2 + - uid: 3109 + components: + - type: Transform + pos: -12.5,-250.5 + parent: 2 + - uid: 3115 + components: + - type: Transform + pos: -12.5,-259.5 + parent: 2 + - uid: 3183 + components: + - type: Transform + pos: -19.5,-235.5 + parent: 2 + - uid: 3195 + components: + - type: Transform + pos: 5.5,-17.5 + parent: 2 + - uid: 3208 + components: + - type: Transform + pos: -1.5,-162.5 + parent: 2 + - uid: 3210 + components: + - type: Transform + pos: -18.5,-235.5 + parent: 2 + - uid: 3220 + components: + - type: Transform + pos: 4.5,-187.5 + parent: 2 + - uid: 3270 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-223.5 + parent: 2 + - uid: 3278 + components: + - type: Transform + pos: -0.5,-240.5 + parent: 2 + - uid: 3539 + components: + - type: Transform + pos: -13.5,-239.5 + parent: 2 + - uid: 3540 + components: + - type: Transform + pos: 4.5,-202.5 + parent: 2 + - uid: 3542 + components: + - type: Transform + pos: 4.5,-201.5 + parent: 2 + - uid: 3560 + components: + - type: Transform + pos: -3.5,-161.5 + parent: 2 + - uid: 3606 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-255.5 + parent: 2 + - uid: 3651 + components: + - type: Transform + pos: -2.5,-187.5 + parent: 2 + - uid: 3652 + components: + - type: Transform + pos: -1.5,-187.5 + parent: 2 + - uid: 3654 + components: + - type: Transform + pos: -0.5,-186.5 + parent: 2 + - uid: 3655 + components: + - type: Transform + pos: 1.5,-186.5 + parent: 2 + - uid: 3657 + components: + - type: Transform + pos: 2.5,-187.5 + parent: 2 + - uid: 3658 + components: + - type: Transform + pos: 3.5,-187.5 + parent: 2 + - uid: 3659 + components: + - type: Transform + pos: 2.5,-188.5 + parent: 2 + - uid: 3660 + components: + - type: Transform + pos: 1.5,-188.5 + parent: 2 + - uid: 3661 + components: + - type: Transform + pos: -0.5,-188.5 + parent: 2 + - uid: 3662 + components: + - type: Transform + pos: -1.5,-188.5 + parent: 2 + - uid: 3667 + components: + - type: Transform + pos: 4.5,-188.5 + parent: 2 + - uid: 3669 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-331.5 + parent: 2 + - uid: 3718 + components: + - type: Transform + pos: 5.5,-229.5 + parent: 2 + - uid: 3753 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-247.5 + parent: 2 + - uid: 3754 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,-248.5 + parent: 2 + - uid: 3755 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-248.5 + parent: 2 + - uid: 3774 + components: + - type: Transform + pos: -4.5,-199.5 + parent: 2 + - uid: 3794 + components: + - type: Transform + pos: -7.5,-194.5 + parent: 2 + - uid: 3798 + components: + - type: Transform + pos: -7.5,-198.5 + parent: 2 + - uid: 3799 + components: + - type: Transform + pos: -7.5,-199.5 + parent: 2 + - uid: 3801 + components: + - type: Transform + pos: -6.5,-200.5 + parent: 2 + - uid: 3804 + components: + - type: Transform + pos: -6.5,-203.5 + parent: 2 + - uid: 3807 + components: + - type: Transform + pos: -6.5,-206.5 + parent: 2 + - uid: 3811 + components: + - type: Transform + pos: -3.5,-207.5 + parent: 2 + - uid: 3812 + components: + - type: Transform + pos: -3.5,-208.5 + parent: 2 + - uid: 3813 + components: + - type: Transform + pos: -2.5,-208.5 + parent: 2 + - uid: 3814 + components: + - type: Transform + pos: -1.5,-208.5 + parent: 2 + - uid: 3815 + components: + - type: Transform + pos: -1.5,-207.5 + parent: 2 + - uid: 3816 + components: + - type: Transform + pos: -0.5,-207.5 + parent: 2 + - uid: 3818 + components: + - type: Transform + pos: -0.5,-209.5 + parent: 2 + - uid: 3820 + components: + - type: Transform + pos: 2.5,-208.5 + parent: 2 + - uid: 3821 + components: + - type: Transform + pos: 2.5,-207.5 + parent: 2 + - uid: 3822 + components: + - type: Transform + pos: 1.5,-207.5 + parent: 2 + - uid: 3823 + components: + - type: Transform + pos: 1.5,-209.5 + parent: 2 + - uid: 3824 + components: + - type: Transform + pos: 3.5,-208.5 + parent: 2 + - uid: 3833 + components: + - type: Transform + pos: 7.5,-204.5 + parent: 2 + - uid: 3834 + components: + - type: Transform + pos: 7.5,-203.5 + parent: 2 + - uid: 3835 + components: + - type: Transform + pos: 7.5,-202.5 + parent: 2 + - uid: 3841 + components: + - type: Transform + pos: 9.5,-148.5 + parent: 2 + - uid: 3846 + components: + - type: Transform + pos: 7.5,-193.5 + parent: 2 + - uid: 3847 + components: + - type: Transform + pos: 7.5,-192.5 + parent: 2 + - uid: 3848 + components: + - type: Transform + pos: 7.5,-191.5 + parent: 2 + - uid: 3855 + components: + - type: Transform + pos: -5.5,-203.5 + parent: 2 + - uid: 3860 + components: + - type: Transform + pos: -4.5,-203.5 + parent: 2 + - uid: 3861 + components: + - type: Transform + pos: -6.5,-199.5 + parent: 2 + - uid: 3862 + components: + - type: Transform + pos: -5.5,-199.5 + parent: 2 + - uid: 3863 + components: + - type: Transform + pos: -3.5,-199.5 + parent: 2 + - uid: 3864 + components: + - type: Transform + pos: -3.5,-200.5 + parent: 2 + - uid: 3865 + components: + - type: Transform + pos: -3.5,-203.5 + parent: 2 + - uid: 3866 + components: + - type: Transform + pos: -3.5,-206.5 + parent: 2 + - uid: 3868 + components: + - type: Transform + pos: -4.5,-207.5 + parent: 2 + - uid: 3877 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-344.5 + parent: 2 + - uid: 3903 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-337.5 + parent: 2 + - uid: 3936 + components: + - type: Transform + pos: 1.5,-242.5 + parent: 2 + - uid: 3994 + components: + - type: Transform + pos: 1.5,-240.5 + parent: 2 + - uid: 4000 + components: + - type: Transform + pos: -0.5,-242.5 + parent: 2 + - uid: 4022 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-334.5 + parent: 2 + - uid: 4086 + components: + - type: Transform + pos: -1.5,-232.5 + parent: 2 + - uid: 4170 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-14.5 + parent: 2 + - uid: 4203 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-251.5 + parent: 2 + - uid: 4204 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-246.5 + parent: 2 + - uid: 4205 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-247.5 + parent: 2 + - uid: 4210 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-249.5 + parent: 2 + - uid: 4245 + components: + - type: Transform + pos: 3.5,-232.5 + parent: 2 + - uid: 4246 + components: + - type: Transform + pos: 2.5,-232.5 + parent: 2 + - uid: 4247 + components: + - type: Transform + pos: 2.5,-231.5 + parent: 2 + - uid: 4248 + components: + - type: Transform + pos: 2.5,-229.5 + parent: 2 + - uid: 4249 + components: + - type: Transform + pos: 2.5,-228.5 + parent: 2 + - uid: 4250 + components: + - type: Transform + pos: 2.5,-227.5 + parent: 2 + - uid: 4251 + components: + - type: Transform + pos: 2.5,-226.5 + parent: 2 + - uid: 4254 + components: + - type: Transform + pos: 2.5,-223.5 + parent: 2 + - uid: 4255 + components: + - type: Transform + pos: 2.5,-222.5 + parent: 2 + - uid: 4256 + components: + - type: Transform + pos: 2.5,-221.5 + parent: 2 + - uid: 4257 + components: + - type: Transform + pos: 2.5,-220.5 + parent: 2 + - uid: 4258 + components: + - type: Transform + pos: 2.5,-218.5 + parent: 2 + - uid: 4260 + components: + - type: Transform + pos: 2.5,-217.5 + parent: 2 + - uid: 4261 + components: + - type: Transform + pos: -1.5,-217.5 + parent: 2 + - uid: 4262 + components: + - type: Transform + pos: -1.5,-218.5 + parent: 2 + - uid: 4265 + components: + - type: Transform + pos: -1.5,-221.5 + parent: 2 + - uid: 4266 + components: + - type: Transform + pos: -1.5,-222.5 + parent: 2 + - uid: 4267 + components: + - type: Transform + pos: -1.5,-223.5 + parent: 2 + - uid: 4270 + components: + - type: Transform + pos: -1.5,-226.5 + parent: 2 + - uid: 4271 + components: + - type: Transform + pos: -1.5,-227.5 + parent: 2 + - uid: 4272 + components: + - type: Transform + pos: -1.5,-228.5 + parent: 2 + - uid: 4273 + components: + - type: Transform + pos: -1.5,-229.5 + parent: 2 + - uid: 4274 + components: + - type: Transform + pos: -1.5,-231.5 + parent: 2 + - uid: 4275 + components: + - type: Transform + pos: -2.5,-232.5 + parent: 2 + - uid: 4280 + components: + - type: Transform + pos: -4.5,-229.5 + parent: 2 + - uid: 4281 + components: + - type: Transform + pos: -4.5,-228.5 + parent: 2 + - uid: 4282 + components: + - type: Transform + pos: -2.5,-228.5 + parent: 2 + - uid: 4283 + components: + - type: Transform + pos: -2.5,-221.5 + parent: 2 + - uid: 4285 + components: + - type: Transform + pos: -4.5,-221.5 + parent: 2 + - uid: 4286 + components: + - type: Transform + pos: -4.5,-220.5 + parent: 2 + - uid: 4291 + components: + - type: Transform + pos: -2.5,-217.5 + parent: 2 + - uid: 4296 + components: + - type: Transform + pos: -1.5,-233.5 + parent: 2 + - uid: 4297 + components: + - type: Transform + pos: -0.5,-233.5 + parent: 2 + - uid: 4298 + components: + - type: Transform + pos: 1.5,-233.5 + parent: 2 + - uid: 4299 + components: + - type: Transform + pos: 2.5,-233.5 + parent: 2 + - uid: 4300 + components: + - type: Transform + pos: 1.5,-234.5 + parent: 2 + - uid: 4301 + components: + - type: Transform + pos: 2.5,-234.5 + parent: 2 + - uid: 4302 + components: + - type: Transform + pos: -0.5,-234.5 + parent: 2 + - uid: 4303 + components: + - type: Transform + pos: -1.5,-234.5 + parent: 2 + - uid: 4304 + components: + - type: Transform + pos: -1.5,-235.5 + parent: 2 + - uid: 4306 + components: + - type: Transform + pos: -0.5,-236.5 + parent: 2 + - uid: 4308 + components: + - type: Transform + pos: 1.5,-236.5 + parent: 2 + - uid: 4309 + components: + - type: Transform + pos: 2.5,-235.5 + parent: 2 + - uid: 4310 + components: + - type: Transform + pos: 2.5,-216.5 + parent: 2 + - uid: 4311 + components: + - type: Transform + pos: 2.5,-215.5 + parent: 2 + - uid: 4312 + components: + - type: Transform + pos: 1.5,-216.5 + parent: 2 + - uid: 4313 + components: + - type: Transform + pos: 1.5,-215.5 + parent: 2 + - uid: 4314 + components: + - type: Transform + pos: -0.5,-216.5 + parent: 2 + - uid: 4315 + components: + - type: Transform + pos: -0.5,-215.5 + parent: 2 + - uid: 4316 + components: + - type: Transform + pos: -1.5,-216.5 + parent: 2 + - uid: 4317 + components: + - type: Transform + pos: -1.5,-215.5 + parent: 2 + - uid: 4318 + components: + - type: Transform + pos: -1.5,-214.5 + parent: 2 + - uid: 4320 + components: + - type: Transform + pos: -0.5,-213.5 + parent: 2 + - uid: 4321 + components: + - type: Transform + pos: 1.5,-213.5 + parent: 2 + - uid: 4323 + components: + - type: Transform + pos: 2.5,-214.5 + parent: 2 + - uid: 4329 + components: + - type: Transform + pos: -2.5,-262.5 + parent: 2 + - uid: 4528 + components: + - type: Transform + pos: -20.5,-239.5 + parent: 2 + - uid: 4541 + components: + - type: Transform + pos: -1.5,-242.5 + parent: 2 + - uid: 4542 + components: + - type: Transform + pos: -1.5,-241.5 + parent: 2 + - uid: 4543 + components: + - type: Transform + pos: 2.5,-241.5 + parent: 2 + - uid: 4544 + components: + - type: Transform + pos: 2.5,-242.5 + parent: 2 + - uid: 4548 + components: + - type: Transform + pos: -3.5,-262.5 + parent: 2 + - uid: 4551 + components: + - type: Transform + pos: 2.5,-262.5 + parent: 2 + - uid: 4572 + components: + - type: Transform + pos: 4.5,-241.5 + parent: 2 + - uid: 4573 + components: + - type: Transform + pos: 3.5,-241.5 + parent: 2 + - uid: 4575 + components: + - type: Transform + pos: 6.5,-241.5 + parent: 2 + - uid: 4596 + components: + - type: Transform + pos: -3.5,-162.5 + parent: 2 + - uid: 4616 + components: + - type: Transform + pos: 1.5,-263.5 + parent: 2 + - uid: 4618 + components: + - type: Transform + pos: -5.5,-262.5 + parent: 2 + - uid: 4619 + components: + - type: Transform + pos: -5.5,-263.5 + parent: 2 + - uid: 4620 + components: + - type: Transform + pos: -3.5,-263.5 + parent: 2 + - uid: 4621 + components: + - type: Transform + pos: -1.5,-262.5 + parent: 2 + - uid: 4624 + components: + - type: Transform + pos: 3.5,-262.5 + parent: 2 + - uid: 4625 + components: + - type: Transform + pos: 4.5,-262.5 + parent: 2 + - uid: 4627 + components: + - type: Transform + pos: 4.5,-263.5 + parent: 2 + - uid: 4628 + components: + - type: Transform + pos: 6.5,-263.5 + parent: 2 + - uid: 4629 + components: + - type: Transform + pos: 6.5,-262.5 + parent: 2 + - uid: 4631 + components: + - type: Transform + pos: -2.5,-241.5 + parent: 2 + - uid: 4632 + components: + - type: Transform + pos: -3.5,-241.5 + parent: 2 + - uid: 4633 + components: + - type: Transform + pos: -3.5,-242.5 + parent: 2 + - uid: 4636 + components: + - type: Transform + pos: -5.5,-241.5 + parent: 2 + - uid: 4637 + components: + - type: Transform + pos: -5.5,-242.5 + parent: 2 + - uid: 4657 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-121.5 + parent: 2 + - uid: 4675 + components: + - type: Transform + pos: -0.5,-263.5 + parent: 2 + - uid: 4728 + components: + - type: Transform + pos: 4.5,-186.5 + parent: 2 + - uid: 4755 + components: + - type: Transform + pos: -21.5,-252.5 + parent: 2 + - uid: 4869 + components: + - type: Transform + pos: 1.5,-261.5 + parent: 2 + - uid: 4870 + components: + - type: Transform + pos: 5.5,-241.5 + parent: 2 + - uid: 4872 + components: + - type: Transform + pos: -20.5,-258.5 + parent: 2 + - uid: 4890 + components: + - type: Transform + pos: -19.5,-258.5 + parent: 2 + - uid: 4902 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-222.5 + parent: 2 + - uid: 4976 + components: + - type: Transform + pos: -20.5,-254.5 + parent: 2 + - uid: 4986 + components: + - type: Transform + pos: -22.5,-254.5 + parent: 2 + - uid: 5007 + components: + - type: Transform + pos: -20.5,-256.5 + parent: 2 + - uid: 5008 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-255.5 + parent: 2 + - uid: 5009 + components: + - type: Transform + pos: -19.5,-250.5 + parent: 2 + - uid: 5010 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-242.5 + parent: 2 + - uid: 5011 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-253.5 + parent: 2 + - uid: 5013 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-252.5 + parent: 2 + - uid: 5015 + components: + - type: Transform + pos: -22.5,-255.5 + parent: 2 + - uid: 5016 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-257.5 + parent: 2 + - uid: 5017 + components: + - type: Transform + pos: 19.5,-244.5 + parent: 2 + - uid: 5030 + components: + - type: Transform + pos: -19.5,-252.5 + parent: 2 + - uid: 5031 + components: + - type: Transform + pos: -22.5,-251.5 + parent: 2 + - uid: 5032 + components: + - type: Transform + pos: -19.5,-256.5 + parent: 2 + - uid: 5077 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-333.5 + parent: 2 + - uid: 5181 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-336.5 + parent: 2 + - uid: 5186 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-261.5 + parent: 2 + - uid: 5210 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-261.5 + parent: 2 + - uid: 5213 + components: + - type: Transform + pos: 6.5,-261.5 + parent: 2 + - uid: 5214 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-261.5 + parent: 2 + - uid: 5278 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-256.5 + parent: 2 + - uid: 5279 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-256.5 + parent: 2 + - uid: 5280 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-245.5 + parent: 2 + - uid: 5281 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-244.5 + parent: 2 + - uid: 5283 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-244.5 + parent: 2 + - uid: 5289 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-245.5 + parent: 2 + - uid: 5290 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-246.5 + parent: 2 + - uid: 5313 + components: + - type: Transform + pos: 2.5,-261.5 + parent: 2 + - uid: 5319 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-242.5 + parent: 2 + - uid: 5321 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,-264.5 + parent: 2 + - uid: 5325 + components: + - type: Transform + pos: -1.5,-261.5 + parent: 2 + - uid: 5326 + components: + - type: Transform + pos: -22.5,-257.5 + parent: 2 + - uid: 5334 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-259.5 + parent: 2 + - uid: 5335 + components: + - type: Transform + pos: -21.5,-258.5 + parent: 2 + - uid: 5360 + components: + - type: Transform + pos: 14.5,-255.5 + parent: 2 + - uid: 5361 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-249.5 + parent: 2 + - uid: 5419 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-334.5 + parent: 2 + - uid: 5421 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-335.5 + parent: 2 + - uid: 5459 + components: + - type: Transform + pos: -1.5,-220.5 + parent: 2 + - uid: 5694 + components: + - type: Transform + pos: -3.5,-12.5 + parent: 2 + - uid: 5819 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-112.5 + parent: 2 + - uid: 5962 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-240.5 + parent: 2 + - uid: 6129 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-19.5 + parent: 2 + - uid: 6302 + components: + - type: Transform + pos: -10.5,-166.5 + parent: 2 + - uid: 6393 + components: + - type: Transform + pos: 10.5,-116.5 + parent: 2 + - uid: 6570 + components: + - type: Transform + pos: -6.5,-247.5 + parent: 2 + - uid: 6722 + components: + - type: Transform + pos: -22.5,-259.5 + parent: 2 + - uid: 6732 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-261.5 + parent: 2 + - uid: 6733 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-255.5 + parent: 2 + - uid: 6734 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-249.5 + parent: 2 + - uid: 6735 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-249.5 + parent: 2 + - uid: 6739 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-256.5 + parent: 2 + - uid: 6740 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-255.5 + parent: 2 + - uid: 6741 + components: + - type: Transform + pos: 14.5,-249.5 + parent: 2 + - uid: 6776 + components: + - type: Transform + pos: -21.5,-266.5 + parent: 2 + - uid: 6777 + components: + - type: Transform + pos: -21.5,-250.5 + parent: 2 + - uid: 6801 + components: + - type: Transform + pos: -15.5,-236.5 + parent: 2 + - uid: 6802 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-252.5 + parent: 2 + - uid: 6803 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-253.5 + parent: 2 + - uid: 6807 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-257.5 + parent: 2 + - uid: 6808 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-258.5 + parent: 2 + - uid: 6809 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-258.5 + parent: 2 + - uid: 6810 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-259.5 + parent: 2 + - uid: 6811 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-259.5 + parent: 2 + - uid: 6813 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-250.5 + parent: 2 + - uid: 6814 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-261.5 + parent: 2 + - uid: 6899 + components: + - type: Transform + pos: -15.5,-238.5 + parent: 2 + - uid: 6901 + components: + - type: Transform + pos: -22.5,-258.5 + parent: 2 + - uid: 6903 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-169.5 + parent: 2 + - uid: 7002 + components: + - type: Transform + pos: 4.5,-200.5 + parent: 2 + - uid: 7189 + components: + - type: Transform + pos: -0.5,-200.5 + parent: 2 + - uid: 7207 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-333.5 + parent: 2 + - uid: 7255 + components: + - type: Transform + pos: 9.5,-337.5 + parent: 2 + - uid: 7270 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-16.5 + parent: 2 + - uid: 7286 + components: + - type: Transform + pos: 8.5,-163.5 + parent: 2 + - uid: 7290 + components: + - type: Transform + pos: 8.5,-161.5 + parent: 2 + - uid: 7307 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-19.5 + parent: 2 + - uid: 7318 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-239.5 + parent: 2 + - uid: 7418 + components: + - type: Transform + pos: 15.5,-238.5 + parent: 2 + - uid: 7435 + components: + - type: Transform + pos: -19.5,-254.5 + parent: 2 + - uid: 7437 + components: + - type: Transform + pos: -5.5,-306.5 + parent: 2 + - uid: 7503 + components: + - type: Transform + pos: 19.5,-266.5 + parent: 2 + - uid: 7535 + components: + - type: Transform + pos: 18.5,-266.5 + parent: 2 + - uid: 7536 + components: + - type: Transform + pos: 14.5,-261.5 + parent: 2 + - uid: 7537 + components: + - type: Transform + pos: 14.5,-265.5 + parent: 2 + - uid: 7539 + components: + - type: Transform + pos: 14.5,-264.5 + parent: 2 + - uid: 7540 + components: + - type: Transform + pos: 14.5,-257.5 + parent: 2 + - uid: 7541 + components: + - type: Transform + pos: 14.5,-258.5 + parent: 2 + - uid: 7542 + components: + - type: Transform + pos: 14.5,-263.5 + parent: 2 + - uid: 7544 + components: + - type: Transform + pos: 14.5,-262.5 + parent: 2 + - uid: 7545 + components: + - type: Transform + pos: 16.5,-244.5 + parent: 2 + - uid: 7579 + components: + - type: Transform + pos: 20.5,-255.5 + parent: 2 + - uid: 7588 + components: + - type: Transform + pos: 21.5,-251.5 + parent: 2 + - uid: 7624 + components: + - type: Transform + pos: 21.5,-254.5 + parent: 2 + - uid: 7668 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-223.5 + parent: 2 + - uid: 7723 + components: + - type: Transform + pos: 20.5,-254.5 + parent: 2 + - uid: 7725 + components: + - type: Transform + pos: 21.5,-252.5 + parent: 2 + - uid: 7726 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-258.5 + parent: 2 + - uid: 7728 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-261.5 + parent: 2 + - uid: 7736 + components: + - type: Transform + pos: -12.5,-237.5 + parent: 2 + - uid: 7737 + components: + - type: Transform + pos: -12.5,-238.5 + parent: 2 + - uid: 7740 + components: + - type: Transform + pos: -13.5,-235.5 + parent: 2 + - uid: 7744 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-244.5 + parent: 2 + - uid: 7745 + components: + - type: Transform + pos: 20.5,-265.5 + parent: 2 + - uid: 7748 + components: + - type: Transform + pos: 20.5,-263.5 + parent: 2 + - uid: 7749 + components: + - type: Transform + pos: 9.5,-342.5 + parent: 2 + - uid: 7750 + components: + - type: Transform + pos: 9.5,-341.5 + parent: 2 + - uid: 7751 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-243.5 + parent: 2 + - uid: 7752 + components: + - type: Transform + pos: 21.5,-253.5 + parent: 2 + - uid: 7757 + components: + - type: Transform + pos: 20.5,-244.5 + parent: 2 + - uid: 7760 + components: + - type: Transform + pos: 21.5,-250.5 + parent: 2 + - uid: 7761 + components: + - type: Transform + pos: 20.5,-250.5 + parent: 2 + - uid: 7762 + components: + - type: Transform + pos: 20.5,-243.5 + parent: 2 + - uid: 7763 + components: + - type: Transform + pos: 20.5,-247.5 + parent: 2 + - uid: 7766 + components: + - type: Transform + pos: 20.5,-242.5 + parent: 2 + - uid: 7767 + components: + - type: Transform + pos: 19.5,-262.5 + parent: 2 + - uid: 7784 + components: + - type: Transform + pos: -8.5,-188.5 + parent: 2 + - uid: 7787 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-255.5 + parent: 2 + - uid: 7803 + components: + - type: Transform + pos: 20.5,-249.5 + parent: 2 + - uid: 7808 + components: + - type: Transform + pos: -22.5,-253.5 + parent: 2 + - uid: 7838 + components: + - type: Transform + pos: 14.5,-239.5 + parent: 2 + - uid: 7841 + components: + - type: Transform + pos: 19.5,-238.5 + parent: 2 + - uid: 7859 + components: + - type: Transform + pos: -21.5,-254.5 + parent: 2 + - uid: 7861 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-244.5 + parent: 2 + - uid: 7877 + components: + - type: Transform + pos: 14.5,-259.5 + parent: 2 + - uid: 7886 + components: + - type: Transform + pos: -7.5,-188.5 + parent: 2 + - uid: 7895 + components: + - type: Transform + pos: -22.5,-256.5 + parent: 2 + - uid: 7901 + components: + - type: Transform + pos: -20.5,-252.5 + parent: 2 + - uid: 7902 + components: + - type: Transform + pos: -7.5,-192.5 + parent: 2 + - uid: 7912 + components: + - type: Transform + pos: 15.5,-244.5 + parent: 2 + - uid: 7913 + components: + - type: Transform + pos: 20.5,-262.5 + parent: 2 + - uid: 7914 + components: + - type: Transform + pos: 20.5,-264.5 + parent: 2 + - uid: 7923 + components: + - type: Transform + pos: 14.5,-244.5 + parent: 2 + - uid: 7927 + components: + - type: Transform + pos: 14.5,-247.5 + parent: 2 + - uid: 7936 + components: + - type: Transform + pos: 20.5,-248.5 + parent: 2 + - uid: 7950 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-160.5 + parent: 2 + - uid: 7954 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-289.5 + parent: 2 + - uid: 7967 + components: + - type: Transform + pos: -18.5,-248.5 + parent: 2 + - uid: 7998 + components: + - type: Transform + pos: -7.5,-168.5 + parent: 2 + - uid: 8004 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-252.5 + parent: 2 + - uid: 8005 + components: + - type: Transform + pos: -19.5,-248.5 + parent: 2 + - uid: 8006 + components: + - type: Transform + pos: 20.5,-261.5 + parent: 2 + - uid: 8008 + components: + - type: Transform + pos: -7.5,-166.5 + parent: 2 + - uid: 8021 + components: + - type: Transform + pos: 15.5,-266.5 + parent: 2 + - uid: 8024 + components: + - type: Transform + pos: 5.5,-181.5 + parent: 2 + - uid: 8054 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-253.5 + parent: 2 + - uid: 8055 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-252.5 + parent: 2 + - uid: 8056 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-252.5 + parent: 2 + - uid: 8104 + components: + - type: Transform + pos: -8.5,-250.5 + parent: 2 + - uid: 8118 + components: + - type: Transform + pos: 15.5,-262.5 + parent: 2 + - uid: 8120 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-250.5 + parent: 2 + - uid: 8121 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-249.5 + parent: 2 + - uid: 8124 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-251.5 + parent: 2 + - uid: 8128 + components: + - type: Transform + pos: 17.5,-266.5 + parent: 2 + - uid: 8131 + components: + - type: Transform + pos: 16.5,-266.5 + parent: 2 + - uid: 8147 + components: + - type: Transform + pos: -20.5,-248.5 + parent: 2 + - uid: 8149 + components: + - type: Transform + pos: 8.5,-341.5 + parent: 2 + - uid: 8153 + components: + - type: Transform + pos: -12.5,-235.5 + parent: 2 + - uid: 8154 + components: + - type: Transform + pos: -0.5,-204.5 + parent: 2 + - uid: 8155 + components: + - type: Transform + pos: 1.5,-204.5 + parent: 2 + - uid: 8156 + components: + - type: Transform + pos: 2.5,-204.5 + parent: 2 + - uid: 8158 + components: + - type: Transform + pos: 0.5,-204.5 + parent: 2 + - uid: 8180 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-254.5 + parent: 2 + - uid: 8196 + components: + - type: Transform + pos: -1.5,-201.5 + parent: 2 + - uid: 8200 + components: + - type: Transform + pos: -9.5,-192.5 + parent: 2 + - uid: 8215 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-252.5 + parent: 2 + - uid: 8323 + components: + - type: Transform + pos: -1.5,-202.5 + parent: 2 + - uid: 8346 + components: + - type: Transform + pos: -1.5,-203.5 + parent: 2 + - uid: 8347 + components: + - type: Transform + pos: -1.5,-204.5 + parent: 2 + - uid: 8370 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-252.5 + parent: 2 + - uid: 8374 + components: + - type: Transform + pos: -3.5,-188.5 + parent: 2 + - uid: 8376 + components: + - type: Transform + pos: -2.5,-188.5 + parent: 2 + - uid: 8406 + components: + - type: Transform + pos: 14.5,-241.5 + parent: 2 + - uid: 8456 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-254.5 + parent: 2 + - uid: 8461 + components: + - type: Transform + pos: 4.5,-203.5 + parent: 2 + - uid: 8468 + components: + - type: Transform + pos: 4.5,-204.5 + parent: 2 + - uid: 8469 + components: + - type: Transform + pos: 3.5,-204.5 + parent: 2 + - uid: 8477 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-310.5 + parent: 2 + - uid: 8491 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-277.5 + parent: 2 + - uid: 8493 + components: + - type: Transform + pos: 9.5,-287.5 + parent: 2 + - uid: 8513 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-253.5 + parent: 2 + - uid: 8515 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-255.5 + parent: 2 + - uid: 8524 + components: + - type: Transform + pos: -18.5,-262.5 + parent: 2 + - uid: 8539 + components: + - type: Transform + pos: 9.5,-286.5 + parent: 2 + - uid: 8543 + components: + - type: Transform + pos: -7.5,-269.5 + parent: 2 + - uid: 8544 + components: + - type: Transform + pos: -7.5,-270.5 + parent: 2 + - uid: 8548 + components: + - type: Transform + pos: -5.5,-269.5 + parent: 2 + - uid: 8550 + components: + - type: Transform + pos: -8.5,-275.5 + parent: 2 + - uid: 8551 + components: + - type: Transform + pos: -6.5,-276.5 + parent: 2 + - uid: 8556 + components: + - type: Transform + pos: -8.5,-271.5 + parent: 2 + - uid: 8557 + components: + - type: Transform + pos: -18.5,-252.5 + parent: 2 + - uid: 8563 + components: + - type: Transform + pos: -7.5,-276.5 + parent: 2 + - uid: 8564 + components: + - type: Transform + pos: -5.5,-268.5 + parent: 2 + - uid: 8565 + components: + - type: Transform + pos: -8.5,-270.5 + parent: 2 + - uid: 8567 + components: + - type: Transform + pos: -8.5,-276.5 + parent: 2 + - uid: 8568 + components: + - type: Transform + pos: -4.5,-268.5 + parent: 2 + - uid: 8569 + components: + - type: Transform + pos: -3.5,-268.5 + parent: 2 + - uid: 8570 + components: + - type: Transform + pos: -2.5,-268.5 + parent: 2 + - uid: 8571 + components: + - type: Transform + pos: -1.5,-268.5 + parent: 2 + - uid: 8572 + components: + - type: Transform + pos: -1.5,-269.5 + parent: 2 + - uid: 8573 + components: + - type: Transform + pos: -0.5,-269.5 + parent: 2 + - uid: 8574 + components: + - type: Transform + pos: 1.5,-269.5 + parent: 2 + - uid: 8575 + components: + - type: Transform + pos: 2.5,-269.5 + parent: 2 + - uid: 8576 + components: + - type: Transform + pos: 2.5,-268.5 + parent: 2 + - uid: 8577 + components: + - type: Transform + pos: 1.5,-267.5 + parent: 2 + - uid: 8578 + components: + - type: Transform + pos: -0.5,-267.5 + parent: 2 + - uid: 8588 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-281.5 + parent: 2 + - uid: 8589 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-282.5 + parent: 2 + - uid: 8590 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-282.5 + parent: 2 + - uid: 8591 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-283.5 + parent: 2 + - uid: 8592 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-287.5 + parent: 2 + - uid: 8593 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-288.5 + parent: 2 + - uid: 8594 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-288.5 + parent: 2 + - uid: 8595 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-289.5 + parent: 2 + - uid: 8596 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-289.5 + parent: 2 + - uid: 8599 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-289.5 + parent: 2 + - uid: 8600 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-289.5 + parent: 2 + - uid: 8601 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-289.5 + parent: 2 + - uid: 8604 + components: + - type: Transform + pos: 14.5,-242.5 + parent: 2 + - uid: 8605 + components: + - type: Transform + pos: -7.5,-310.5 + parent: 2 + - uid: 8611 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-252.5 + parent: 2 + - uid: 8617 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-257.5 + parent: 2 + - uid: 8655 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-288.5 + parent: 2 + - uid: 8677 + components: + - type: Transform + pos: -18.5,-250.5 + parent: 2 + - uid: 8679 + components: + - type: Transform + pos: 3.5,-200.5 + parent: 2 + - uid: 8698 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-118.5 + parent: 2 + - uid: 8700 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-288.5 + parent: 2 + - uid: 8702 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-288.5 + parent: 2 + - uid: 8703 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-288.5 + parent: 2 + - uid: 8704 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-290.5 + parent: 2 + - uid: 8705 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-290.5 + parent: 2 + - uid: 8706 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-289.5 + parent: 2 + - uid: 8707 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-289.5 + parent: 2 + - uid: 8709 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-290.5 + parent: 2 + - uid: 8710 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-290.5 + parent: 2 + - uid: 8712 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-289.5 + parent: 2 + - uid: 8713 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-288.5 + parent: 2 + - uid: 8714 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-288.5 + parent: 2 + - uid: 8715 + components: + - type: Transform + pos: 9.5,-285.5 + parent: 2 + - uid: 8716 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-286.5 + parent: 2 + - uid: 8717 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-285.5 + parent: 2 + - uid: 8718 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-284.5 + parent: 2 + - uid: 8719 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-283.5 + parent: 2 + - uid: 8720 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-286.5 + parent: 2 + - uid: 8721 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-286.5 + parent: 2 + - uid: 8722 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-286.5 + parent: 2 + - uid: 8723 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-286.5 + parent: 2 + - uid: 8724 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-285.5 + parent: 2 + - uid: 8725 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-284.5 + parent: 2 + - uid: 8726 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-283.5 + parent: 2 + - uid: 8727 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-283.5 + parent: 2 + - uid: 8729 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-283.5 + parent: 2 + - uid: 8732 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-283.5 + parent: 2 + - uid: 8733 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-283.5 + parent: 2 + - uid: 8734 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-282.5 + parent: 2 + - uid: 8736 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-282.5 + parent: 2 + - uid: 8738 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-274.5 + parent: 2 + - uid: 8744 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-276.5 + parent: 2 + - uid: 8745 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-276.5 + parent: 2 + - uid: 8746 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-275.5 + parent: 2 + - uid: 8748 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-275.5 + parent: 2 + - uid: 8749 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-275.5 + parent: 2 + - uid: 8750 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-275.5 + parent: 2 + - uid: 8751 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-274.5 + parent: 2 + - uid: 8752 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-273.5 + parent: 2 + - uid: 8753 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-272.5 + parent: 2 + - uid: 8754 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-271.5 + parent: 2 + - uid: 8755 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-270.5 + parent: 2 + - uid: 8756 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-269.5 + parent: 2 + - uid: 8757 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-269.5 + parent: 2 + - uid: 8758 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-269.5 + parent: 2 + - uid: 8759 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-268.5 + parent: 2 + - uid: 8760 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-268.5 + parent: 2 + - uid: 8761 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-268.5 + parent: 2 + - uid: 8770 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-282.5 + parent: 2 + - uid: 8774 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-276.5 + parent: 2 + - uid: 8781 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-274.5 + parent: 2 + - uid: 8807 + components: + - type: Transform + pos: -6.5,-188.5 + parent: 2 + - uid: 8808 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-271.5 + parent: 2 + - uid: 8811 + components: + - type: Transform + pos: -5.5,-188.5 + parent: 2 + - uid: 8851 + components: + - type: Transform + pos: -9.5,-188.5 + parent: 2 + - uid: 8867 + components: + - type: Transform + pos: 9.5,-284.5 + parent: 2 + - uid: 8898 + components: + - type: Transform + pos: -22.5,-250.5 + parent: 2 + - uid: 8900 + components: + - type: Transform + pos: -12.5,-261.5 + parent: 2 + - uid: 8904 + components: + - type: Transform + pos: -7.5,-149.5 + parent: 2 + - uid: 8910 + components: + - type: Transform + pos: 14.5,-240.5 + parent: 2 + - uid: 8913 + components: + - type: Transform + pos: -12.5,-255.5 + parent: 2 + - uid: 8914 + components: + - type: Transform + pos: -12.5,-251.5 + parent: 2 + - uid: 8942 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,-262.5 + parent: 2 + - uid: 8969 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-256.5 + parent: 2 + - uid: 9020 + components: + - type: Transform + pos: 8.5,-288.5 + parent: 2 + - uid: 9021 + components: + - type: Transform + pos: 9.5,-288.5 + parent: 2 + - uid: 9087 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-249.5 + parent: 2 + - uid: 9366 + components: + - type: Transform + pos: 1.5,-294.5 + parent: 2 + - uid: 9367 + components: + - type: Transform + pos: -0.5,-294.5 + parent: 2 + - uid: 9368 + components: + - type: Transform + pos: 2.5,-295.5 + parent: 2 + - uid: 9369 + components: + - type: Transform + pos: 2.5,-296.5 + parent: 2 + - uid: 9370 + components: + - type: Transform + pos: -1.5,-296.5 + parent: 2 + - uid: 9371 + components: + - type: Transform + pos: -1.5,-295.5 + parent: 2 + - uid: 9372 + components: + - type: Transform + pos: -0.5,-296.5 + parent: 2 + - uid: 9373 + components: + - type: Transform + pos: 1.5,-296.5 + parent: 2 + - uid: 9380 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-295.5 + parent: 2 + - uid: 9381 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-295.5 + parent: 2 + - uid: 9382 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-295.5 + parent: 2 + - uid: 9383 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-294.5 + parent: 2 + - uid: 9384 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-295.5 + parent: 2 + - uid: 9387 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-295.5 + parent: 2 + - uid: 9389 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-295.5 + parent: 2 + - uid: 9390 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-294.5 + parent: 2 + - uid: 9401 + components: + - type: Transform + pos: -10.5,-338.5 + parent: 2 + - uid: 9402 + components: + - type: Transform + pos: -10.5,-340.5 + parent: 2 + - uid: 9403 + components: + - type: Transform + pos: -10.5,-337.5 + parent: 2 + - uid: 9404 + components: + - type: Transform + pos: -9.5,-343.5 + parent: 2 + - uid: 9405 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-343.5 + parent: 2 + - uid: 9406 + components: + - type: Transform + pos: -10.5,-342.5 + parent: 2 + - uid: 9414 + components: + - type: Transform + pos: -9.5,-341.5 + parent: 2 + - uid: 9415 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-336.5 + parent: 2 + - uid: 9417 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-335.5 + parent: 2 + - uid: 9463 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-332.5 + parent: 2 + - uid: 9473 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-334.5 + parent: 2 + - uid: 9475 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-343.5 + parent: 2 + - uid: 9476 + components: + - type: Transform + pos: 4.5,-341.5 + parent: 2 + - uid: 9720 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-296.5 + parent: 2 + - uid: 9722 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-296.5 + parent: 2 + - uid: 9723 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-295.5 + parent: 2 + - uid: 9724 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-296.5 + parent: 2 + - uid: 9725 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-296.5 + parent: 2 + - uid: 9726 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-296.5 + parent: 2 + - uid: 9727 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-296.5 + parent: 2 + - uid: 9728 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-296.5 + parent: 2 + - uid: 9732 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-300.5 + parent: 2 + - uid: 9735 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-300.5 + parent: 2 + - uid: 9736 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-301.5 + parent: 2 + - uid: 9737 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-302.5 + parent: 2 + - uid: 9738 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-303.5 + parent: 2 + - uid: 9739 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-304.5 + parent: 2 + - uid: 9740 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-305.5 + parent: 2 + - uid: 9741 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-305.5 + parent: 2 + - uid: 9742 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-262.5 + parent: 2 + - uid: 9745 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-310.5 + parent: 2 + - uid: 9746 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-308.5 + parent: 2 + - uid: 9749 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-309.5 + parent: 2 + - uid: 9750 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-309.5 + parent: 2 + - uid: 9751 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-311.5 + parent: 2 + - uid: 9752 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-312.5 + parent: 2 + - uid: 9753 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-313.5 + parent: 2 + - uid: 9754 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-314.5 + parent: 2 + - uid: 9758 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-318.5 + parent: 2 + - uid: 9759 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-319.5 + parent: 2 + - uid: 9760 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-310.5 + parent: 2 + - uid: 9761 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-319.5 + parent: 2 + - uid: 9762 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-319.5 + parent: 2 + - uid: 9763 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-319.5 + parent: 2 + - uid: 9764 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-319.5 + parent: 2 + - uid: 9765 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-320.5 + parent: 2 + - uid: 9766 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-320.5 + parent: 2 + - uid: 9767 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-321.5 + parent: 2 + - uid: 9768 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-322.5 + parent: 2 + - uid: 9772 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-320.5 + parent: 2 + - uid: 9773 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-321.5 + parent: 2 + - uid: 9774 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-322.5 + parent: 2 + - uid: 9778 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-321.5 + parent: 2 + - uid: 9779 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-321.5 + parent: 2 + - uid: 9780 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-320.5 + parent: 2 + - uid: 9781 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-320.5 + parent: 2 + - uid: 9782 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-320.5 + parent: 2 + - uid: 9783 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-320.5 + parent: 2 + - uid: 9784 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-321.5 + parent: 2 + - uid: 9785 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-322.5 + parent: 2 + - uid: 9786 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-322.5 + parent: 2 + - uid: 9787 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-321.5 + parent: 2 + - uid: 9788 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-321.5 + parent: 2 + - uid: 9789 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-320.5 + parent: 2 + - uid: 9792 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-321.5 + parent: 2 + - uid: 9793 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-320.5 + parent: 2 + - uid: 9794 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-320.5 + parent: 2 + - uid: 9795 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-320.5 + parent: 2 + - uid: 9801 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-316.5 + parent: 2 + - uid: 9802 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-316.5 + parent: 2 + - uid: 9804 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-310.5 + parent: 2 + - uid: 9805 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-311.5 + parent: 2 + - uid: 9806 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-312.5 + parent: 2 + - uid: 9807 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-312.5 + parent: 2 + - uid: 9810 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-312.5 + parent: 2 + - uid: 9811 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-316.5 + parent: 2 + - uid: 9812 + components: + - type: Transform + pos: -8.5,-306.5 + parent: 2 + - uid: 9820 + components: + - type: Transform + pos: -8.5,-192.5 + parent: 2 + - uid: 9833 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-298.5 + parent: 2 + - uid: 9834 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-297.5 + parent: 2 + - uid: 9835 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-296.5 + parent: 2 + - uid: 9836 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-296.5 + parent: 2 + - uid: 9837 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-296.5 + parent: 2 + - uid: 9838 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-296.5 + parent: 2 + - uid: 9839 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-295.5 + parent: 2 + - uid: 9840 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-298.5 + parent: 2 + - uid: 9841 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-298.5 + parent: 2 + - uid: 9842 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-298.5 + parent: 2 + - uid: 9843 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-298.5 + parent: 2 + - uid: 9844 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-298.5 + parent: 2 + - uid: 9845 + components: + - type: Transform + pos: 8.5,-241.5 + parent: 2 + - uid: 9849 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-301.5 + parent: 2 + - uid: 9858 + components: + - type: Transform + pos: -2.5,-306.5 + parent: 2 + - uid: 9860 + components: + - type: Transform + pos: -8.5,-251.5 + parent: 2 + - uid: 9862 + components: + - type: Transform + pos: -6.5,-306.5 + parent: 2 + - uid: 9863 + components: + - type: Transform + pos: -7.5,-306.5 + parent: 2 + - uid: 9866 + components: + - type: Transform + pos: -10.5,-305.5 + parent: 2 + - uid: 9868 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-305.5 + parent: 2 + - uid: 9875 + components: + - type: Transform + pos: -9.5,-306.5 + parent: 2 + - uid: 9876 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-305.5 + parent: 2 + - uid: 9877 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-304.5 + parent: 2 + - uid: 9878 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-303.5 + parent: 2 + - uid: 9879 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-302.5 + parent: 2 + - uid: 9880 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-301.5 + parent: 2 + - uid: 9881 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-300.5 + parent: 2 + - uid: 9882 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-299.5 + parent: 2 + - uid: 9883 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-298.5 + parent: 2 + - uid: 9884 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-298.5 + parent: 2 + - uid: 9885 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-298.5 + parent: 2 + - uid: 9886 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-298.5 + parent: 2 + - uid: 9887 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-298.5 + parent: 2 + - uid: 9888 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-298.5 + parent: 2 + - uid: 9889 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-298.5 + parent: 2 + - uid: 9890 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-299.5 + parent: 2 + - uid: 9891 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-300.5 + parent: 2 + - uid: 9892 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-301.5 + parent: 2 + - uid: 9893 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-302.5 + parent: 2 + - uid: 9894 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-303.5 + parent: 2 + - uid: 9896 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-315.5 + parent: 2 + - uid: 9897 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-305.5 + parent: 2 + - uid: 9898 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-305.5 + parent: 2 + - uid: 9900 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-309.5 + parent: 2 + - uid: 9901 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-309.5 + parent: 2 + - uid: 9909 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-315.5 + parent: 2 + - uid: 9910 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-316.5 + parent: 2 + - uid: 9911 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-317.5 + parent: 2 + - uid: 9912 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-318.5 + parent: 2 + - uid: 9914 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-317.5 + parent: 2 + - uid: 9915 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-317.5 + parent: 2 + - uid: 9916 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-317.5 + parent: 2 + - uid: 9918 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-317.5 + parent: 2 + - uid: 9919 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-317.5 + parent: 2 + - uid: 9920 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-317.5 + parent: 2 + - uid: 9921 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-316.5 + parent: 2 + - uid: 9922 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-315.5 + parent: 2 + - uid: 9923 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-314.5 + parent: 2 + - uid: 9924 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-314.5 + parent: 2 + - uid: 9925 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-313.5 + parent: 2 + - uid: 9926 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-312.5 + parent: 2 + - uid: 9927 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-311.5 + parent: 2 + - uid: 9928 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-310.5 + parent: 2 + - uid: 9929 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-309.5 + parent: 2 + - uid: 9930 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-309.5 + parent: 2 + - uid: 9931 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-319.5 + parent: 2 + - uid: 9933 + components: + - type: Transform + pos: -1.5,-318.5 + parent: 2 + - uid: 9934 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-316.5 + parent: 2 + - uid: 9939 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-311.5 + parent: 2 + - uid: 10005 + components: + - type: Transform + pos: -7.5,-298.5 + parent: 2 + - uid: 10013 + components: + - type: Transform + pos: 8.5,-360.5 + parent: 2 + - uid: 10015 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-313.5 + parent: 2 + - uid: 10034 + components: + - type: Transform + pos: -7.5,-305.5 + parent: 2 + - uid: 10036 + components: + - type: Transform + pos: -4.5,-310.5 + parent: 2 + - uid: 10040 + components: + - type: Transform + pos: -4.5,-306.5 + parent: 2 + - uid: 10045 + components: + - type: Transform + pos: -2.5,-310.5 + parent: 2 + - uid: 10046 + components: + - type: Transform + pos: -7.5,-304.5 + parent: 2 + - uid: 10050 + components: + - type: Transform + pos: -10.5,-301.5 + parent: 2 + - uid: 10052 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-306.5 + parent: 2 + - uid: 10053 + components: + - type: Transform + pos: -7.5,-302.5 + parent: 2 + - uid: 10058 + components: + - type: Transform + pos: -10.5,-306.5 + parent: 2 + - uid: 10086 + components: + - type: Transform + pos: -7.5,-346.5 + parent: 2 + - uid: 10099 + components: + - type: Transform + pos: -1.5,-305.5 + parent: 2 + - uid: 10102 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-299.5 + parent: 2 + - uid: 10135 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-298.5 + parent: 2 + - uid: 10167 + components: + - type: Transform + pos: -8.5,-298.5 + parent: 2 + - uid: 10278 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-317.5 + parent: 2 + - uid: 10476 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-311.5 + parent: 2 + - uid: 10553 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-327.5 + parent: 2 + - uid: 10584 + components: + - type: Transform + pos: 1.5,-326.5 + parent: 2 + - uid: 10585 + components: + - type: Transform + pos: -0.5,-326.5 + parent: 2 + - uid: 10587 + components: + - type: Transform + pos: 2.5,-327.5 + parent: 2 + - uid: 10588 + components: + - type: Transform + pos: 2.5,-328.5 + parent: 2 + - uid: 10589 + components: + - type: Transform + pos: 1.5,-328.5 + parent: 2 + - uid: 10590 + components: + - type: Transform + pos: -0.5,-328.5 + parent: 2 + - uid: 10591 + components: + - type: Transform + pos: -1.5,-328.5 + parent: 2 + - uid: 10592 + components: + - type: Transform + pos: -1.5,-327.5 + parent: 2 + - uid: 10593 + components: + - type: Transform + pos: -0.5,-349.5 + parent: 2 + - uid: 10633 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-346.5 + parent: 2 + - uid: 10635 + components: + - type: Transform + pos: 7.5,-332.5 + parent: 2 + - uid: 10637 + components: + - type: Transform + pos: 4.5,-349.5 + parent: 2 + - uid: 10638 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-327.5 + parent: 2 + - uid: 10640 + components: + - type: Transform + pos: -5.5,-328.5 + parent: 2 + - uid: 10641 + components: + - type: Transform + pos: 1.5,-334.5 + parent: 2 + - uid: 10642 + components: + - type: Transform + pos: -6.5,-328.5 + parent: 2 + - uid: 10643 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-327.5 + parent: 2 + - uid: 10645 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-327.5 + parent: 2 + - uid: 10647 + components: + - type: Transform + pos: 1.5,-349.5 + parent: 2 + - uid: 10648 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-327.5 + parent: 2 + - uid: 10650 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-327.5 + parent: 2 + - uid: 10652 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-328.5 + parent: 2 + - uid: 10653 + components: + - type: Transform + pos: 6.5,-344.5 + parent: 2 + - uid: 10654 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-326.5 + parent: 2 + - uid: 10656 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-347.5 + parent: 2 + - uid: 10660 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-334.5 + parent: 2 + - uid: 10661 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-334.5 + parent: 2 + - uid: 10662 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-333.5 + parent: 2 + - uid: 10663 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-334.5 + parent: 2 + - uid: 10664 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-333.5 + parent: 2 + - uid: 10665 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-334.5 + parent: 2 + - uid: 10666 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-333.5 + parent: 2 + - uid: 10667 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-330.5 + parent: 2 + - uid: 10668 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-333.5 + parent: 2 + - uid: 10669 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-334.5 + parent: 2 + - uid: 10670 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-333.5 + parent: 2 + - uid: 10671 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-334.5 + parent: 2 + - uid: 10672 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-329.5 + parent: 2 + - uid: 10679 + components: + - type: Transform + pos: -9.5,-339.5 + parent: 2 + - uid: 10684 + components: + - type: Transform + pos: -9.5,-337.5 + parent: 2 + - uid: 10685 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-344.5 + parent: 2 + - uid: 10686 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-343.5 + parent: 2 + - uid: 10687 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-344.5 + parent: 2 + - uid: 10688 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-346.5 + parent: 2 + - uid: 10689 + components: + - type: Transform + pos: 9.5,-338.5 + parent: 2 + - uid: 10693 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-335.5 + parent: 2 + - uid: 10697 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-343.5 + parent: 2 + - uid: 10699 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-344.5 + parent: 2 + - uid: 10702 + components: + - type: Transform + pos: -0.5,-347.5 + parent: 2 + - uid: 10703 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-347.5 + parent: 2 + - uid: 10704 + components: + - type: Transform + pos: -3.5,-349.5 + parent: 2 + - uid: 10706 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-345.5 + parent: 2 + - uid: 10713 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-328.5 + parent: 2 + - uid: 10717 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-343.5 + parent: 2 + - uid: 10721 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-346.5 + parent: 2 + - uid: 10722 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-347.5 + parent: 2 + - uid: 10723 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-347.5 + parent: 2 + - uid: 10724 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-347.5 + parent: 2 + - uid: 10725 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-347.5 + parent: 2 + - uid: 10726 + components: + - type: Transform + pos: 2.5,-333.5 + parent: 2 + - uid: 10727 + components: + - type: Transform + pos: -1.5,-347.5 + parent: 2 + - uid: 10728 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-348.5 + parent: 2 + - uid: 10729 + components: + - type: Transform + pos: -6.5,-348.5 + parent: 2 + - uid: 10730 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-348.5 + parent: 2 + - uid: 10731 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-347.5 + parent: 2 + - uid: 10732 + components: + - type: Transform + pos: -5.5,-349.5 + parent: 2 + - uid: 10733 + components: + - type: Transform + pos: 3.5,-328.5 + parent: 2 + - uid: 10734 + components: + - type: Transform + pos: 3.5,-329.5 + parent: 2 + - uid: 10737 + components: + - type: Transform + pos: -2.5,-348.5 + parent: 2 + - uid: 10738 + components: + - type: Transform + pos: -6.5,-333.5 + parent: 2 + - uid: 10739 + components: + - type: Transform + pos: -4.5,-348.5 + parent: 2 + - uid: 10743 + components: + - type: Transform + pos: 3.5,-332.5 + parent: 2 + - uid: 10745 + components: + - type: Transform + pos: -9.5,-340.5 + parent: 2 + - uid: 10749 + components: + - type: Transform + pos: -1.5,-333.5 + parent: 2 + - uid: 10751 + components: + - type: Transform + pos: 6.5,-328.5 + parent: 2 + - uid: 10758 + components: + - type: Transform + pos: -1.5,-334.5 + parent: 2 + - uid: 10762 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-344.5 + parent: 2 + - uid: 10765 + components: + - type: Transform + pos: -6.5,-343.5 + parent: 2 + - uid: 10767 + components: + - type: Transform + pos: -5.5,-343.5 + parent: 2 + - uid: 10768 + components: + - type: Transform + pos: -3.5,-343.5 + parent: 2 + - uid: 10769 + components: + - type: Transform + pos: -2.5,-343.5 + parent: 2 + - uid: 10772 + components: + - type: Transform + pos: -5.5,-346.5 + parent: 2 + - uid: 10773 + components: + - type: Transform + pos: -2.5,-347.5 + parent: 2 + - uid: 10774 + components: + - type: Transform + pos: -3.5,-347.5 + parent: 2 + - uid: 10775 + components: + - type: Transform + pos: -4.5,-347.5 + parent: 2 + - uid: 10776 + components: + - type: Transform + pos: -5.5,-347.5 + parent: 2 + - uid: 10777 + components: + - type: Transform + pos: -6.5,-347.5 + parent: 2 + - uid: 10778 + components: + - type: Transform + pos: -6.5,-346.5 + parent: 2 + - uid: 10779 + components: + - type: Transform + pos: -6.5,-345.5 + parent: 2 + - uid: 10780 + components: + - type: Transform + pos: -6.5,-344.5 + parent: 2 + - uid: 10782 + components: + - type: Transform + pos: -7.5,-343.5 + parent: 2 + - uid: 10783 + components: + - type: Transform + pos: -7.5,-344.5 + parent: 2 + - uid: 10784 + components: + - type: Transform + pos: -7.5,-345.5 + parent: 2 + - uid: 10785 + components: + - type: Transform + pos: -1.5,-348.5 + parent: 2 + - uid: 10786 + components: + - type: Transform + pos: -5.5,-348.5 + parent: 2 + - uid: 10787 + components: + - type: Transform + pos: 5.5,-348.5 + parent: 2 + - uid: 10788 + components: + - type: Transform + pos: -3.5,-348.5 + parent: 2 + - uid: 10789 + components: + - type: Transform + pos: 3.5,-348.5 + parent: 2 + - uid: 10790 + components: + - type: Transform + pos: 2.5,-348.5 + parent: 2 + - uid: 10791 + components: + - type: Transform + pos: 6.5,-349.5 + parent: 2 + - uid: 10793 + components: + - type: Transform + pos: -3.5,-326.5 + parent: 2 + - uid: 10795 + components: + - type: Transform + pos: -5.5,-326.5 + parent: 2 + - uid: 10796 + components: + - type: Transform + pos: 4.5,-326.5 + parent: 2 + - uid: 10812 + components: + - type: Transform + pos: -0.5,-343.5 + parent: 2 + - uid: 10813 + components: + - type: Transform + pos: -1.5,-343.5 + parent: 2 + - uid: 10816 + components: + - type: Transform + pos: -1.5,-344.5 + parent: 2 + - uid: 10817 + components: + - type: Transform + pos: -1.5,-345.5 + parent: 2 + - uid: 10818 + components: + - type: Transform + pos: -1.5,-346.5 + parent: 2 + - uid: 10823 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-342.5 + parent: 2 + - uid: 10824 + components: + - type: Transform + pos: -7.5,-334.5 + parent: 2 + - uid: 10827 + components: + - type: Transform + pos: -6.5,-19.5 + parent: 2 + - uid: 10841 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-353.5 + parent: 2 + - uid: 10850 + components: + - type: Transform + pos: -9.5,-342.5 + parent: 2 + - uid: 10851 + components: + - type: Transform + pos: -9.5,-338.5 + parent: 2 + - uid: 10862 + components: + - type: Transform + pos: 8.5,-339.5 + parent: 2 + - uid: 10917 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-344.5 + parent: 2 + - uid: 10918 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-343.5 + parent: 2 + - uid: 10919 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-345.5 + parent: 2 + - uid: 10921 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-345.5 + parent: 2 + - uid: 10924 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-348.5 + parent: 2 + - uid: 10926 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-335.5 + parent: 2 + - uid: 10927 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-335.5 + parent: 2 + - uid: 10930 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-354.5 + parent: 2 + - uid: 10998 + components: + - type: Transform + pos: -10.5,-339.5 + parent: 2 + - uid: 10999 + components: + - type: Transform + pos: -10.5,-341.5 + parent: 2 + - uid: 11044 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-353.5 + parent: 2 + - uid: 11068 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-354.5 + parent: 2 + - uid: 11071 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-354.5 + parent: 2 + - uid: 11072 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-353.5 + parent: 2 + - uid: 11079 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-353.5 + parent: 2 + - uid: 11083 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-354.5 + parent: 2 + - uid: 11084 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-355.5 + parent: 2 + - uid: 11085 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-355.5 + parent: 2 + - uid: 11086 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-355.5 + parent: 2 + - uid: 11087 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-355.5 + parent: 2 + - uid: 11088 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-354.5 + parent: 2 + - uid: 11115 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-332.5 + parent: 2 + - uid: 11119 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-306.5 + parent: 2 + - uid: 11122 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-302.5 + parent: 2 + - uid: 11147 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-353.5 + parent: 2 + - uid: 11148 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-354.5 + parent: 2 + - uid: 11149 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-354.5 + parent: 2 + - uid: 11150 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-353.5 + parent: 2 + - uid: 11151 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-354.5 + parent: 2 + - uid: 11152 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-354.5 + parent: 2 + - uid: 11153 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-354.5 + parent: 2 + - uid: 11155 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-355.5 + parent: 2 + - uid: 11156 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-356.5 + parent: 2 + - uid: 11157 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-355.5 + parent: 2 + - uid: 11158 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-356.5 + parent: 2 + - uid: 11159 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-355.5 + parent: 2 + - uid: 11160 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-355.5 + parent: 2 + - uid: 11161 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-356.5 + parent: 2 + - uid: 11162 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-356.5 + parent: 2 + - uid: 11163 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-357.5 + parent: 2 + - uid: 11164 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-358.5 + parent: 2 + - uid: 11165 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-359.5 + parent: 2 + - uid: 11166 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-355.5 + parent: 2 + - uid: 11167 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-355.5 + parent: 2 + - uid: 11168 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-356.5 + parent: 2 + - uid: 11169 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-356.5 + parent: 2 + - uid: 11170 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-301.5 + parent: 2 + - uid: 11171 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-358.5 + parent: 2 + - uid: 11172 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-359.5 + parent: 2 + - uid: 11179 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-359.5 + parent: 2 + - uid: 11180 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-359.5 + parent: 2 + - uid: 11181 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-359.5 + parent: 2 + - uid: 11182 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-359.5 + parent: 2 + - uid: 11183 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-359.5 + parent: 2 + - uid: 11184 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-359.5 + parent: 2 + - uid: 11185 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-359.5 + parent: 2 + - uid: 11186 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-359.5 + parent: 2 + - uid: 11189 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-312.5 + parent: 2 + - uid: 11190 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-309.5 + parent: 2 + - uid: 11191 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-308.5 + parent: 2 + - uid: 11192 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,-312.5 + parent: 2 + - uid: 11193 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-358.5 + parent: 2 + - uid: 11196 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-312.5 + parent: 2 + - uid: 11197 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-312.5 + parent: 2 + - uid: 11198 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-358.5 + parent: 2 + - uid: 11199 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-305.5 + parent: 2 + - uid: 11202 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-356.5 + parent: 2 + - uid: 11206 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,-302.5 + parent: 2 + - uid: 11207 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-302.5 + parent: 2 + - uid: 11215 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-302.5 + parent: 2 + - uid: 11216 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-300.5 + parent: 2 + - uid: 11219 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,-300.5 + parent: 2 + - uid: 11223 + components: + - type: Transform + pos: 8.5,-361.5 + parent: 2 + - uid: 11225 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-362.5 + parent: 2 + - uid: 11226 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-362.5 + parent: 2 + - uid: 11227 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-362.5 + parent: 2 + - uid: 11228 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-362.5 + parent: 2 + - uid: 11229 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-362.5 + parent: 2 + - uid: 11230 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-365.5 + parent: 2 + - uid: 11231 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-365.5 + parent: 2 + - uid: 11232 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-365.5 + parent: 2 + - uid: 11233 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-365.5 + parent: 2 + - uid: 11235 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-368.5 + parent: 2 + - uid: 11236 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-368.5 + parent: 2 + - uid: 11237 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-368.5 + parent: 2 + - uid: 11238 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-368.5 + parent: 2 + - uid: 11239 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-367.5 + parent: 2 + - uid: 11240 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-369.5 + parent: 2 + - uid: 11241 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-369.5 + parent: 2 + - uid: 11242 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-368.5 + parent: 2 + - uid: 11243 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-368.5 + parent: 2 + - uid: 11244 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-365.5 + parent: 2 + - uid: 11245 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-365.5 + parent: 2 + - uid: 11246 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-365.5 + parent: 2 + - uid: 11247 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-365.5 + parent: 2 + - uid: 11249 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-362.5 + parent: 2 + - uid: 11250 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-362.5 + parent: 2 + - uid: 11251 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-362.5 + parent: 2 + - uid: 11252 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-362.5 + parent: 2 + - uid: 11254 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-368.5 + parent: 2 + - uid: 11255 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-368.5 + parent: 2 + - uid: 11257 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-361.5 + parent: 2 + - uid: 11267 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,-301.5 + parent: 2 + - uid: 11268 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-300.5 + parent: 2 + - uid: 11275 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-373.5 + parent: 2 + - uid: 11276 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-374.5 + parent: 2 + - uid: 11277 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-374.5 + parent: 2 + - uid: 11278 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-375.5 + parent: 2 + - uid: 11279 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-376.5 + parent: 2 + - uid: 11280 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-375.5 + parent: 2 + - uid: 11281 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-376.5 + parent: 2 + - uid: 11282 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-375.5 + parent: 2 + - uid: 11283 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-374.5 + parent: 2 + - uid: 11284 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-375.5 + parent: 2 + - uid: 11289 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-374.5 + parent: 2 + - uid: 11290 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-375.5 + parent: 2 + - uid: 11292 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-376.5 + parent: 2 + - uid: 11293 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-300.5 + parent: 2 + - uid: 11294 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-376.5 + parent: 2 + - uid: 11295 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-375.5 + parent: 2 + - uid: 11296 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-375.5 + parent: 2 + - uid: 11297 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-376.5 + parent: 2 + - uid: 11298 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-374.5 + parent: 2 + - uid: 11299 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-375.5 + parent: 2 + - uid: 11300 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-375.5 + parent: 2 + - uid: 11301 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-374.5 + parent: 2 + - uid: 11302 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-376.5 + parent: 2 + - uid: 11303 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-374.5 + parent: 2 + - uid: 11304 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-373.5 + parent: 2 + - uid: 11305 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-367.5 + parent: 2 + - uid: 11315 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-296.5 + parent: 2 + - uid: 11321 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-296.5 + parent: 2 + - uid: 11333 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,-296.5 + parent: 2 + - uid: 11334 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,-296.5 + parent: 2 + - uid: 11335 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-296.5 + parent: 2 + - uid: 11336 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-296.5 + parent: 2 + - uid: 11337 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-296.5 + parent: 2 + - uid: 11338 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-300.5 + parent: 2 + - uid: 11339 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-300.5 + parent: 2 + - uid: 11340 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-318.5 + parent: 2 + - uid: 11341 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-318.5 + parent: 2 + - uid: 11342 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-366.5 + parent: 2 + - uid: 11343 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-366.5 + parent: 2 + - uid: 11344 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,-318.5 + parent: 2 + - uid: 11347 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,-318.5 + parent: 2 + - uid: 11348 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-318.5 + parent: 2 + - uid: 11351 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-318.5 + parent: 2 + - uid: 11354 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-369.5 + parent: 2 + - uid: 11355 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-369.5 + parent: 2 + - uid: 11356 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-369.5 + parent: 2 + - uid: 11357 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-368.5 + parent: 2 + - uid: 11358 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-367.5 + parent: 2 + - uid: 11359 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-367.5 + parent: 2 + - uid: 11360 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-369.5 + parent: 2 + - uid: 11361 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-369.5 + parent: 2 + - uid: 11362 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-369.5 + parent: 2 + - uid: 11363 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-368.5 + parent: 2 + - uid: 11364 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-367.5 + parent: 2 + - uid: 11365 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-367.5 + parent: 2 + - uid: 11366 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-318.5 + parent: 2 + - uid: 11368 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-314.5 + parent: 2 + - uid: 11369 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-361.5 + parent: 2 + - uid: 11371 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-362.5 + parent: 2 + - uid: 11372 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-361.5 + parent: 2 + - uid: 11373 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-314.5 + parent: 2 + - uid: 11374 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-314.5 + parent: 2 + - uid: 11375 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,-314.5 + parent: 2 + - uid: 11376 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-314.5 + parent: 2 + - uid: 11410 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-314.5 + parent: 2 + - uid: 11420 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,-305.5 + parent: 2 + - uid: 11421 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-305.5 + parent: 2 + - uid: 11422 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-305.5 + parent: 2 + - uid: 11423 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,-309.5 + parent: 2 + - uid: 11424 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-309.5 + parent: 2 + - uid: 11426 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-309.5 + parent: 2 + - uid: 11427 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,-304.5 + parent: 2 + - uid: 11428 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-303.5 + parent: 2 + - uid: 11432 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-305.5 + parent: 2 + - uid: 11448 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-374.5 + parent: 2 + - uid: 11457 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-375.5 + parent: 2 + - uid: 11504 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-309.5 + parent: 2 + - uid: 11505 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,-307.5 + parent: 2 + - uid: 11506 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,-306.5 + parent: 2 + - uid: 11509 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,-308.5 + parent: 2 + - uid: 11519 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-307.5 + parent: 2 + - uid: 11549 + components: + - type: Transform + pos: 6.5,-132.5 + parent: 2 + - uid: 11716 + components: + - type: Transform + pos: 20.5,-241.5 + parent: 2 + - uid: 11769 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,-307.5 + parent: 2 + - uid: 11773 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-307.5 + parent: 2 + - uid: 11776 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-311.5 + parent: 2 + - uid: 11777 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,-310.5 + parent: 2 + - uid: 11793 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-311.5 + parent: 2 + - uid: 11808 + components: + - type: Transform + pos: 1.5,-380.5 + parent: 2 + - uid: 11809 + components: + - type: Transform + pos: -0.5,-380.5 + parent: 2 + - uid: 11816 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-310.5 + parent: 2 + - uid: 11819 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-382.5 + parent: 2 + - uid: 11825 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-304.5 + parent: 2 + - uid: 11829 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-381.5 + parent: 2 + - uid: 11840 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-382.5 + parent: 2 + - uid: 11841 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-381.5 + parent: 2 + - uid: 11842 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-382.5 + parent: 2 + - uid: 11843 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-382.5 + parent: 2 + - uid: 11868 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-381.5 + parent: 2 + - uid: 11869 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-380.5 + parent: 2 + - uid: 11870 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-381.5 + parent: 2 + - uid: 11871 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-380.5 + parent: 2 + - uid: 11872 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-381.5 + parent: 2 + - uid: 11873 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-381.5 + parent: 2 + - uid: 11874 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-380.5 + parent: 2 + - uid: 11875 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-381.5 + parent: 2 + - uid: 11876 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-381.5 + parent: 2 + - uid: 11877 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-380.5 + parent: 2 + - uid: 11878 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-381.5 + parent: 2 + - uid: 11879 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-381.5 + parent: 2 + - uid: 11884 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-382.5 + parent: 2 + - uid: 11886 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-382.5 + parent: 2 + - uid: 11887 + components: + - type: Transform + pos: -10.5,-163.5 + parent: 2 + - uid: 11895 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-385.5 + parent: 2 + - uid: 11896 + components: + - type: Transform + pos: -18.5,-256.5 + parent: 2 + - uid: 11897 + components: + - type: Transform + pos: -18.5,-258.5 + parent: 2 + - uid: 11900 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-384.5 + parent: 2 + - uid: 11902 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-386.5 + parent: 2 + - uid: 11909 + components: + - type: Transform + pos: -7.5,-161.5 + parent: 2 + - uid: 11910 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-383.5 + parent: 2 + - uid: 11918 + components: + - type: Transform + pos: -22.5,-262.5 + parent: 2 + - uid: 11919 + components: + - type: Transform + pos: -21.5,-262.5 + parent: 2 + - uid: 11921 + components: + - type: Transform + pos: -12.5,-265.5 + parent: 2 + - uid: 11922 + components: + - type: Transform + pos: -19.5,-262.5 + parent: 2 + - uid: 11924 + components: + - type: Transform + pos: -22.5,-261.5 + parent: 2 + - uid: 11925 + components: + - type: Transform + pos: -22.5,-260.5 + parent: 2 + - uid: 11929 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-384.5 + parent: 2 + - uid: 11944 + components: + - type: Transform + pos: -6.5,-385.5 + parent: 2 + - uid: 11954 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-386.5 + parent: 2 + - uid: 11956 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-342.5 + parent: 2 + - uid: 11960 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-303.5 + parent: 2 + - uid: 11961 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-313.5 + parent: 2 + - uid: 11962 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,-313.5 + parent: 2 + - uid: 11963 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-307.5 + parent: 2 + - uid: 11965 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-340.5 + parent: 2 + - uid: 11973 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-339.5 + parent: 2 + - uid: 11989 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-382.5 + parent: 2 + - uid: 11993 + components: + - type: Transform + pos: -10.5,-161.5 + parent: 2 + - uid: 11997 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-383.5 + parent: 2 + - uid: 12056 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-336.5 + parent: 2 + - uid: 12090 + components: + - type: Transform + pos: -8.5,-247.5 + parent: 2 + - uid: 12095 + components: + - type: Transform + pos: -7.5,-247.5 + parent: 2 + - uid: 12100 + components: + - type: Transform + pos: -14.5,-266.5 + parent: 2 + - uid: 12102 + components: + - type: Transform + pos: -13.5,-266.5 + parent: 2 + - uid: 12103 + components: + - type: Transform + pos: -22.5,-266.5 + parent: 2 + - uid: 12105 + components: + - type: Transform + pos: -18.5,-266.5 + parent: 2 + - uid: 12149 + components: + - type: Transform + pos: -6.5,-128.5 + parent: 2 + - uid: 12261 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-119.5 + parent: 2 + - uid: 12326 + components: + - type: Transform + pos: -22.5,-252.5 + parent: 2 + - uid: 12469 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-342.5 + parent: 2 + - uid: 12496 + components: + - type: Transform + pos: -16.5,-266.5 + parent: 2 + - uid: 12678 + components: + - type: Transform + pos: -19.5,-266.5 + parent: 2 + - uid: 12685 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-343.5 + parent: 2 + - uid: 12687 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-337.5 + parent: 2 + - uid: 12771 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-333.5 + parent: 2 + - uid: 12801 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-336.5 + parent: 2 + - uid: 12817 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-344.5 + parent: 2 + - uid: 12818 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-342.5 + parent: 2 + - uid: 12819 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-341.5 + parent: 2 + - uid: 12820 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-339.5 + parent: 2 + - uid: 12821 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-337.5 + parent: 2 + - uid: 12824 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-340.5 + parent: 2 + - uid: 12825 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-341.5 + parent: 2 + - uid: 12870 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-334.5 + parent: 2 + - uid: 12872 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-339.5 + parent: 2 + - uid: 12910 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-338.5 + parent: 2 + - uid: 12912 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-346.5 + parent: 2 + - uid: 12913 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-339.5 + parent: 2 + - uid: 12995 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-333.5 + parent: 2 + - uid: 13074 + components: + - type: Transform + pos: 5.5,-344.5 + parent: 2 + - uid: 13275 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-333.5 + parent: 2 + - uid: 13276 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-340.5 + parent: 2 + - uid: 13278 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-337.5 + parent: 2 + - uid: 13290 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,-264.5 + parent: 2 + - uid: 13293 + components: + - type: Transform + pos: -9.5,-310.5 + parent: 2 + - uid: 13294 + components: + - type: Transform + pos: -8.5,-310.5 + parent: 2 + - uid: 13295 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-298.5 + parent: 2 + - uid: 13301 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-300.5 + parent: 2 + - uid: 13309 + components: + - type: Transform + pos: 7.5,-121.5 + parent: 2 + - uid: 13327 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-121.5 + parent: 2 + - uid: 13330 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-299.5 + parent: 2 + - uid: 13331 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,-264.5 + parent: 2 + - uid: 13369 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-120.5 + parent: 2 + - uid: 13375 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-261.5 + parent: 2 + - uid: 13406 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-338.5 + parent: 2 + - uid: 13408 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-121.5 + parent: 2 + - uid: 13409 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-332.5 + parent: 2 + - uid: 13460 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-163.5 + parent: 2 + - uid: 13462 + components: + - type: Transform + pos: 7.5,-241.5 + parent: 2 + - uid: 13961 + components: + - type: Transform + pos: 20.5,-239.5 + parent: 2 + - uid: 13993 + components: + - type: Transform + pos: 20.5,-240.5 + parent: 2 + - uid: 14020 + components: + - type: Transform + pos: -17.5,-266.5 + parent: 2 + - uid: 14050 + components: + - type: Transform + pos: -20.5,-262.5 + parent: 2 + - uid: 14089 + components: + - type: Transform + pos: -15.5,-266.5 + parent: 2 + - uid: 14091 + components: + - type: Transform + pos: -13.5,-265.5 + parent: 2 + - uid: 14201 + components: + - type: Transform + pos: -20.5,-266.5 + parent: 2 + - uid: 14288 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-181.5 + parent: 2 + - uid: 14290 + components: + - type: Transform + pos: -10.5,-168.5 + parent: 2 + - uid: 14301 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-341.5 + parent: 2 + - uid: 14781 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-24.5 + parent: 2 + - uid: 14911 + components: + - type: Transform + pos: -7.5,-148.5 + parent: 2 + - uid: 14916 + components: + - type: Transform + pos: -7.5,-144.5 + parent: 2 + - uid: 15795 + components: + - type: Transform + pos: -9.5,-336.5 + parent: 2 + - uid: 15796 + components: + - type: Transform + pos: -8.5,-336.5 + parent: 2 + - uid: 16471 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-160.5 + parent: 2 + - uid: 16472 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-160.5 + parent: 2 + - uid: 16473 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-169.5 + parent: 2 + - uid: 16474 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-169.5 + parent: 2 + - uid: 16475 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-169.5 + parent: 2 + - uid: 16484 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-160.5 + parent: 2 + - uid: 16549 + components: + - type: Transform + pos: -21.5,-256.5 + parent: 2 + - uid: 16581 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-78.5 + parent: 2 + - uid: 16584 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-78.5 + parent: 2 + - uid: 16623 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-78.5 + parent: 2 + - uid: 16624 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-78.5 + parent: 2 + - uid: 16628 + components: + - type: Transform + pos: -3.5,-187.5 + parent: 2 + - uid: 16716 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-24.5 + parent: 2 + - uid: 16740 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-24.5 + parent: 2 + - uid: 16900 + components: + - type: Transform + pos: -3.5,-186.5 + parent: 2 + - uid: 16901 + components: + - type: Transform + pos: -5.5,-187.5 + parent: 2 + - uid: 16902 + components: + - type: Transform + pos: -5.5,-186.5 + parent: 2 + - uid: 17018 + components: + - type: Transform + pos: -12.5,-258.5 + parent: 2 +- proto: WallReinforcedDiagonal + entities: + - uid: 145 + components: + - type: Transform + pos: -6.5,2.5 + parent: 2 + - uid: 147 + components: + - type: Transform + pos: -7.5,-14.5 + parent: 2 + - uid: 260 + components: + - type: Transform + pos: 2.5,-17.5 + parent: 2 + - uid: 324 + components: + - type: Transform + pos: -5.5,3.5 + parent: 2 + - uid: 325 + components: + - type: Transform + pos: -6.5,2.5 + parent: 2 + - uid: 342 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-20.5 + parent: 2 + - uid: 359 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-15.5 + parent: 2 + - uid: 368 + components: + - type: Transform + pos: -5.5,3.5 + parent: 2 + - uid: 375 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,3.5 + parent: 2 + - uid: 376 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,2.5 + parent: 2 + - uid: 381 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-14.5 + parent: 2 + - uid: 382 + components: + - type: Transform + pos: -7.5,-0.5 + parent: 2 + - uid: 385 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-0.5 + parent: 2 + - uid: 425 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-20.5 + parent: 2 + - uid: 430 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-24.5 + parent: 2 + - uid: 571 + components: + - type: Transform + pos: -1.5,-24.5 + parent: 2 + - uid: 599 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-101.5 + parent: 2 + - uid: 642 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-47.5 + parent: 2 + - uid: 647 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-47.5 + parent: 2 + - uid: 659 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-51.5 + parent: 2 + - uid: 672 + components: + - type: Transform + pos: -1.5,-51.5 + parent: 2 + - uid: 941 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-223.5 + parent: 2 + - uid: 943 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-58.5 + parent: 2 + - uid: 956 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-67.5 + parent: 2 + - uid: 978 + components: + - type: Transform + pos: -6.5,-25.5 + parent: 2 + - uid: 979 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-25.5 + parent: 2 + - uid: 1002 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-74.5 + parent: 2 + - uid: 1086 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-26.5 + parent: 2 + - uid: 1240 + components: + - type: Transform + pos: -7.5,-55.5 + parent: 2 + - uid: 1286 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-70.5 + parent: 2 + - uid: 1463 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-78.5 + parent: 2 + - uid: 1464 + components: + - type: Transform + pos: -1.5,-78.5 + parent: 2 + - uid: 1813 + components: + - type: Transform + pos: -1.5,-105.5 + parent: 2 + - uid: 1823 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-105.5 + parent: 2 + - uid: 1824 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-101.5 + parent: 2 + - uid: 1927 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-112.5 + parent: 2 + - uid: 1958 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-126.5 + parent: 2 + - uid: 1992 + components: + - type: Transform + pos: -9.5,-106.5 + parent: 2 + - uid: 1993 + components: + - type: Transform + pos: -6.5,-105.5 + parent: 2 + - uid: 2108 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-128.5 + parent: 2 + - uid: 2113 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-128.5 + parent: 2 + - uid: 2122 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-135.5 + parent: 2 + - uid: 2165 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-122.5 + parent: 2 + - uid: 2449 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-132.5 + parent: 2 + - uid: 2451 + components: + - type: Transform + pos: -1.5,-132.5 + parent: 2 + - uid: 2522 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-155.5 + parent: 2 + - uid: 2529 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-155.5 + parent: 2 + - uid: 2582 + components: + - type: Transform + pos: -6.5,-134.5 + parent: 2 + - uid: 2853 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-159.5 + parent: 2 + - uid: 2854 + components: + - type: Transform + pos: -1.5,-159.5 + parent: 2 + - uid: 2872 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-134.5 + parent: 2 + - uid: 2886 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-126.5 + parent: 2 + - uid: 2887 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-153.5 + parent: 2 + - uid: 2906 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-116.5 + parent: 2 + - uid: 2936 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-182.5 + parent: 2 + - uid: 2937 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-182.5 + parent: 2 + - uid: 3155 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-180.5 + parent: 2 + - uid: 3653 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-186.5 + parent: 2 + - uid: 3656 + components: + - type: Transform + pos: -1.5,-186.5 + parent: 2 + - uid: 3687 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-180.5 + parent: 2 + - uid: 3817 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-209.5 + parent: 2 + - uid: 3819 + components: + - type: Transform + pos: -1.5,-213.5 + parent: 2 + - uid: 3878 + components: + - type: Transform + pos: -10.5,-336.5 + parent: 2 + - uid: 3883 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-343.5 + parent: 2 + - uid: 4009 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-240.5 + parent: 2 + - uid: 4319 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-209.5 + parent: 2 + - uid: 4322 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-213.5 + parent: 2 + - uid: 4530 + components: + - type: Transform + pos: -1.5,-240.5 + parent: 2 + - uid: 4533 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-236.5 + parent: 2 + - uid: 4535 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-236.5 + parent: 2 + - uid: 4549 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-263.5 + parent: 2 + - uid: 4550 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-263.5 + parent: 2 + - uid: 5088 + components: + - type: Transform + pos: -2.5,-111.5 + parent: 2 + - uid: 5123 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-263.5 + parent: 2 + - uid: 5125 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-263.5 + parent: 2 + - uid: 5165 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-263.5 + parent: 2 + - uid: 5170 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-263.5 + parent: 2 + - uid: 5176 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-263.5 + parent: 2 + - uid: 5180 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-263.5 + parent: 2 + - uid: 5183 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-263.5 + parent: 2 + - uid: 5184 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-263.5 + parent: 2 + - uid: 5187 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-263.5 + parent: 2 + - uid: 5359 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,-238.5 + parent: 2 + - uid: 5411 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-263.5 + parent: 2 + - uid: 6676 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-128.5 + parent: 2 + - uid: 6738 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-256.5 + parent: 2 + - uid: 7379 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-266.5 + parent: 2 + - uid: 7385 + components: + - type: Transform + pos: 14.5,-238.5 + parent: 2 + - uid: 7415 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-266.5 + parent: 2 + - uid: 7488 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-192.5 + parent: 2 + - uid: 7494 + components: + - type: Transform + pos: -11.5,-306.5 + parent: 2 + - uid: 8384 + components: + - type: Transform + pos: -10.5,-188.5 + parent: 2 + - uid: 8410 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-310.5 + parent: 2 + - uid: 8411 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-290.5 + parent: 2 + - uid: 8412 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-290.5 + parent: 2 + - uid: 8579 + components: + - type: Transform + pos: -1.5,-267.5 + parent: 2 + - uid: 8580 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-267.5 + parent: 2 + - uid: 9364 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-294.5 + parent: 2 + - uid: 9365 + components: + - type: Transform + pos: -1.5,-294.5 + parent: 2 + - uid: 9474 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-332.5 + parent: 2 + - uid: 9498 + components: + - type: Transform + pos: 3.5,-341.5 + parent: 2 + - uid: 9542 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-339.5 + parent: 2 + - uid: 10130 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-322.5 + parent: 2 + - uid: 10131 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-322.5 + parent: 2 + - uid: 10582 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-326.5 + parent: 2 + - uid: 10583 + components: + - type: Transform + pos: -1.5,-326.5 + parent: 2 + - uid: 10649 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-349.5 + parent: 2 + - uid: 10692 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-344.5 + parent: 2 + - uid: 10695 + components: + - type: Transform + pos: -7.5,-332.5 + parent: 2 + - uid: 10700 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-344.5 + parent: 2 + - uid: 10792 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-349.5 + parent: 2 + - uid: 10825 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-309.5 + parent: 2 + - uid: 10994 + components: + - type: Transform + pos: -9.5,-335.5 + parent: 2 + - uid: 11077 + components: + - type: Transform + pos: -1.5,-353.5 + parent: 2 + - uid: 11078 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-353.5 + parent: 2 + - uid: 11285 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-376.5 + parent: 2 + - uid: 11563 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-376.5 + parent: 2 + - uid: 11725 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-359.5 + parent: 2 + - uid: 11726 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-359.5 + parent: 2 + - uid: 11762 + components: + - type: Transform + pos: -1.5,-361.5 + parent: 2 + - uid: 11805 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-380.5 + parent: 2 + - uid: 11806 + components: + - type: Transform + pos: -1.5,-380.5 + parent: 2 + - uid: 11813 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-361.5 + parent: 2 + - uid: 11892 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-160.5 + parent: 2 + - uid: 12057 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-336.5 + parent: 2 + - uid: 12146 + components: + - type: Transform + pos: -8.5,-333.5 + parent: 2 + - uid: 12822 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-333.5 + parent: 2 + - uid: 12823 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-335.5 + parent: 2 + - uid: 12911 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-343.5 + parent: 2 + - uid: 13305 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-310.5 + parent: 2 + - uid: 13308 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-306.5 + parent: 2 + - uid: 13352 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-121.5 + parent: 2 + - uid: 13445 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-164.5 + parent: 2 + - uid: 14798 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-74.5 + parent: 2 + - uid: 15751 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,-310.5 + parent: 2 + - uid: 15752 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,-311.5 + parent: 2 + - uid: 15753 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-312.5 + parent: 2 + - uid: 15754 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-311.5 + parent: 2 + - uid: 15755 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-310.5 + parent: 2 + - uid: 15756 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-312.5 + parent: 2 + - uid: 15757 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,-311.5 + parent: 2 + - uid: 15758 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,-310.5 + parent: 2 + - uid: 15759 + components: + - type: Transform + pos: 26.5,-309.5 + parent: 2 + - uid: 15760 + components: + - type: Transform + pos: 25.5,-310.5 + parent: 2 + - uid: 15761 + components: + - type: Transform + pos: 24.5,-311.5 + parent: 2 + - uid: 15762 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-314.5 + parent: 2 + - uid: 15763 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,-318.5 + parent: 2 + - uid: 15764 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-318.5 + parent: 2 + - uid: 15765 + components: + - type: Transform + pos: 18.5,-314.5 + parent: 2 + - uid: 15766 + components: + - type: Transform + pos: 17.5,-304.5 + parent: 2 + - uid: 15767 + components: + - type: Transform + pos: 18.5,-303.5 + parent: 2 + - uid: 15768 + components: + - type: Transform + pos: 19.5,-302.5 + parent: 2 + - uid: 15769 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-303.5 + parent: 2 + - uid: 15770 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-304.5 + parent: 2 + - uid: 15771 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-305.5 + parent: 2 + - uid: 15772 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-303.5 + parent: 2 + - uid: 15773 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-304.5 + parent: 2 + - uid: 15774 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,-305.5 + parent: 2 + - uid: 15775 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,-304.5 + parent: 2 + - uid: 15776 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-303.5 + parent: 2 + - uid: 15777 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,-302.5 + parent: 2 + - uid: 15778 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-305.5 + parent: 2 + - uid: 15779 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-309.5 + parent: 2 + - uid: 15780 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,-300.5 + parent: 2 + - uid: 15781 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-296.5 + parent: 2 + - uid: 15782 + components: + - type: Transform + pos: 18.5,-296.5 + parent: 2 + - uid: 15783 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-300.5 + parent: 2 + - uid: 16482 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-169.5 + parent: 2 + - uid: 16502 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-169.5 + parent: 2 + - uid: 16530 + components: + - type: Transform + pos: -15.5,-160.5 + parent: 2 +- proto: WallReinforcedRust + entities: + - uid: 121 + components: + - type: Transform + pos: -3.5,-0.5 + parent: 2 + - uid: 122 + components: + - type: Transform + pos: -4.5,-0.5 + parent: 2 + - uid: 123 + components: + - type: Transform + pos: -4.5,-1.5 + parent: 2 + - uid: 124 + components: + - type: Transform + pos: -2.5,-4.5 + parent: 2 + - uid: 125 + components: + - type: Transform + pos: -1.5,-4.5 + parent: 2 + - uid: 126 + components: + - type: Transform + pos: -0.5,-4.5 + parent: 2 + - uid: 130 + components: + - type: Transform + pos: 3.5,-2.5 + parent: 2 + - uid: 135 + components: + - type: Transform + pos: 3.5,-3.5 + parent: 2 + - uid: 139 + components: + - type: Transform + pos: 4.5,-3.5 + parent: 2 + - uid: 148 + components: + - type: Transform + pos: -6.5,0.5 + parent: 2 + - uid: 149 + components: + - type: Transform + pos: -6.5,-0.5 + parent: 2 + - uid: 153 + components: + - type: Transform + pos: -6.5,-3.5 + parent: 2 + - uid: 180 + components: + - type: Transform + pos: 5.5,-13.5 + parent: 2 + - uid: 188 + components: + - type: Transform + pos: -3.5,-8.5 + parent: 2 + - uid: 232 + components: + - type: Transform + pos: -4.5,-8.5 + parent: 2 + - uid: 233 + components: + - type: Transform + pos: -4.5,-7.5 + parent: 2 + - uid: 244 + components: + - type: Transform + pos: -4.5,-6.5 + parent: 2 + - uid: 249 + components: + - type: Transform + pos: -6.5,-8.5 + parent: 2 + - uid: 254 + components: + - type: Transform + pos: -6.5,-4.5 + parent: 2 + - uid: 258 + components: + - type: Transform + pos: -4.5,-9.5 + parent: 2 + - uid: 259 + components: + - type: Transform + pos: -4.5,-14.5 + parent: 2 + - uid: 261 + components: + - type: Transform + pos: -3.5,-15.5 + parent: 2 + - uid: 262 + components: + - type: Transform + pos: -4.5,-15.5 + parent: 2 + - uid: 329 + components: + - type: Transform + pos: -6.5,-18.5 + parent: 2 + - uid: 331 + components: + - type: Transform + pos: -5.5,-19.5 + parent: 2 + - uid: 332 + components: + - type: Transform + pos: -5.5,-20.5 + parent: 2 + - uid: 349 + components: + - type: Transform + pos: 6.5,-20.5 + parent: 2 + - uid: 350 + components: + - type: Transform + pos: 6.5,-19.5 + parent: 2 + - uid: 371 + components: + - type: Transform + pos: -7.5,-35.5 + parent: 2 + - uid: 443 + components: + - type: Transform + pos: -3.5,-25.5 + parent: 2 + - uid: 457 + components: + - type: Transform + pos: -6.5,-35.5 + parent: 2 + - uid: 490 + components: + - type: Transform + pos: 8.5,-35.5 + parent: 2 + - uid: 497 + components: + - type: Transform + pos: 7.5,-32.5 + parent: 2 + - uid: 502 + components: + - type: Transform + pos: 7.5,-28.5 + parent: 2 + - uid: 504 + components: + - type: Transform + pos: 7.5,-27.5 + parent: 2 + - uid: 517 + components: + - type: Transform + pos: 7.5,-45.5 + parent: 2 + - uid: 518 + components: + - type: Transform + pos: 6.5,-45.5 + parent: 2 + - uid: 519 + components: + - type: Transform + pos: 6.5,-47.5 + parent: 2 + - uid: 520 + components: + - type: Transform + pos: 6.5,-46.5 + parent: 2 + - uid: 540 + components: + - type: Transform + pos: -5.5,-46.5 + parent: 2 + - uid: 897 + components: + - type: Transform + pos: 4.5,-53.5 + parent: 2 + - uid: 900 + components: + - type: Transform + pos: 4.5,-52.5 + parent: 2 + - uid: 925 + components: + - type: Transform + pos: 7.5,-72.5 + parent: 2 + - uid: 927 + components: + - type: Transform + pos: 6.5,-72.5 + parent: 2 + - uid: 928 + components: + - type: Transform + pos: 7.5,-71.5 + parent: 2 + - uid: 960 + components: + - type: Transform + pos: 8.5,-71.5 + parent: 2 + - uid: 982 + components: + - type: Transform + pos: 2.5,-54.5 + parent: 2 + - uid: 983 + components: + - type: Transform + pos: 2.5,-55.5 + parent: 2 + - uid: 994 + components: + - type: Transform + pos: -1.5,-73.5 + parent: 2 + - uid: 1012 + components: + - type: Transform + pos: -1.5,-74.5 + parent: 2 + - uid: 1014 + components: + - type: Transform + pos: 6.5,-74.5 + parent: 2 + - uid: 1120 + components: + - type: Transform + pos: -1.5,-72.5 + parent: 2 + - uid: 1121 + components: + - type: Transform + pos: 6.5,-73.5 + parent: 2 + - uid: 1213 + components: + - type: Transform + pos: 3.5,-52.5 + parent: 2 + - uid: 1420 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-74.5 + parent: 2 + - uid: 1516 + components: + - type: Transform + pos: 6.5,-79.5 + parent: 2 + - uid: 1517 + components: + - type: Transform + pos: 6.5,-80.5 + parent: 2 + - uid: 1518 + components: + - type: Transform + pos: 7.5,-80.5 + parent: 2 + - uid: 1536 + components: + - type: Transform + pos: -6.5,-93.5 + parent: 2 + - uid: 1537 + components: + - type: Transform + pos: -6.5,-94.5 + parent: 2 + - uid: 1538 + components: + - type: Transform + pos: -6.5,-95.5 + parent: 2 + - uid: 1554 + components: + - type: Transform + pos: 2.5,-100.5 + parent: 2 + - uid: 1581 + components: + - type: Transform + pos: 7.5,-92.5 + parent: 2 + - uid: 1711 + components: + - type: Transform + pos: 2.5,-99.5 + parent: 2 + - uid: 1712 + components: + - type: Transform + pos: 1.5,-99.5 + parent: 2 + - uid: 1847 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-51.5 + parent: 2 + - uid: 1855 + components: + - type: Transform + pos: -7.5,-106.5 + parent: 2 + - uid: 1856 + components: + - type: Transform + pos: -8.5,-106.5 + parent: 2 + - uid: 1931 + components: + - type: Transform + pos: 6.5,-112.5 + parent: 2 + - uid: 1955 + components: + - type: Transform + pos: -9.5,-117.5 + parent: 2 + - uid: 2099 + components: + - type: Transform + pos: -5.5,-128.5 + parent: 2 + - uid: 2111 + components: + - type: Transform + pos: 2.5,-126.5 + parent: 2 + - uid: 2112 + components: + - type: Transform + pos: 2.5,-127.5 + parent: 2 + - uid: 2115 + components: + - type: Transform + pos: 3.5,-127.5 + parent: 2 + - uid: 2116 + components: + - type: Transform + pos: 4.5,-127.5 + parent: 2 + - uid: 2120 + components: + - type: Transform + pos: 4.5,-128.5 + parent: 2 + - uid: 2173 + components: + - type: Transform + pos: 0.5,-115.5 + parent: 2 + - uid: 2174 + components: + - type: Transform + pos: 1.5,-115.5 + parent: 2 + - uid: 2175 + components: + - type: Transform + pos: 2.5,-115.5 + parent: 2 + - uid: 2176 + components: + - type: Transform + pos: 2.5,-117.5 + parent: 2 + - uid: 2186 + components: + - type: Transform + pos: 4.5,-113.5 + parent: 2 + - uid: 2187 + components: + - type: Transform + pos: 4.5,-112.5 + parent: 2 + - uid: 2192 + components: + - type: Transform + pos: 4.5,-115.5 + parent: 2 + - uid: 2193 + components: + - type: Transform + pos: 1.5,-114.5 + parent: 2 + - uid: 2285 + components: + - type: Transform + pos: 5.5,-112.5 + parent: 2 + - uid: 2456 + components: + - type: Transform + pos: 1.5,-134.5 + parent: 2 + - uid: 2457 + components: + - type: Transform + pos: 2.5,-134.5 + parent: 2 + - uid: 2458 + components: + - type: Transform + pos: 2.5,-133.5 + parent: 2 + - uid: 2482 + components: + - type: Transform + pos: 3.5,-133.5 + parent: 2 + - uid: 2496 + components: + - type: Transform + pos: -6.5,-143.5 + parent: 2 + - uid: 2497 + components: + - type: Transform + pos: -6.5,-137.5 + parent: 2 + - uid: 2498 + components: + - type: Transform + pos: -7.5,-137.5 + parent: 2 + - uid: 2499 + components: + - type: Transform + pos: -7.5,-138.5 + parent: 2 + - uid: 2500 + components: + - type: Transform + pos: -7.5,-142.5 + parent: 2 + - uid: 2501 + components: + - type: Transform + pos: -7.5,-143.5 + parent: 2 + - uid: 2510 + components: + - type: Transform + pos: -7.5,-151.5 + parent: 2 + - uid: 2511 + components: + - type: Transform + pos: -6.5,-151.5 + parent: 2 + - uid: 2525 + components: + - type: Transform + pos: -0.5,-155.5 + parent: 2 + - uid: 2530 + components: + - type: Transform + pos: 1.5,-155.5 + parent: 2 + - uid: 2534 + components: + - type: Transform + pos: 4.5,-154.5 + parent: 2 + - uid: 2535 + components: + - type: Transform + pos: 4.5,-155.5 + parent: 2 + - uid: 2546 + components: + - type: Transform + pos: 3.5,-154.5 + parent: 2 + - uid: 2564 + components: + - type: Transform + pos: 9.5,-151.5 + parent: 2 + - uid: 2578 + components: + - type: Transform + pos: 9.5,-137.5 + parent: 2 + - uid: 2579 + components: + - type: Transform + pos: 9.5,-136.5 + parent: 2 + - uid: 3084 + components: + - type: Transform + pos: -1.5,-161.5 + parent: 2 + - uid: 3085 + components: + - type: Transform + pos: -0.5,-180.5 + parent: 2 + - uid: 3086 + components: + - type: Transform + pos: -1.5,-180.5 + parent: 2 + - uid: 3088 + components: + - type: Transform + pos: -8.5,-171.5 + parent: 2 + - uid: 3106 + components: + - type: Transform + pos: -8.5,-172.5 + parent: 2 + - uid: 3108 + components: + - type: Transform + pos: -8.5,-179.5 + parent: 2 + - uid: 3111 + components: + - type: Transform + pos: 8.5,-164.5 + parent: 2 + - uid: 3131 + components: + - type: Transform + pos: 8.5,-170.5 + parent: 2 + - uid: 3138 + components: + - type: Transform + pos: -5.5,-181.5 + parent: 2 + - uid: 3139 + components: + - type: Transform + pos: -5.5,-182.5 + parent: 2 + - uid: 3140 + components: + - type: Transform + pos: -3.5,-181.5 + parent: 2 + - uid: 3142 + components: + - type: Transform + pos: 9.5,-178.5 + parent: 2 + - uid: 3153 + components: + - type: Transform + pos: 6.5,-181.5 + parent: 2 + - uid: 3154 + components: + - type: Transform + pos: 4.5,-182.5 + parent: 2 + - uid: 3157 + components: + - type: Transform + pos: 8.5,-179.5 + parent: 2 + - uid: 3664 + components: + - type: Transform + pos: 6.5,-187.5 + parent: 2 + - uid: 3665 + components: + - type: Transform + pos: 6.5,-188.5 + parent: 2 + - uid: 3666 + components: + - type: Transform + pos: 7.5,-188.5 + parent: 2 + - uid: 3668 + components: + - type: Transform + pos: 7.5,-189.5 + parent: 2 + - uid: 3791 + components: + - type: Transform + pos: -6.5,-192.5 + parent: 2 + - uid: 3793 + components: + - type: Transform + pos: -7.5,-193.5 + parent: 2 + - uid: 3808 + components: + - type: Transform + pos: -6.5,-207.5 + parent: 2 + - uid: 3809 + components: + - type: Transform + pos: -5.5,-207.5 + parent: 2 + - uid: 3810 + components: + - type: Transform + pos: -5.5,-208.5 + parent: 2 + - uid: 3825 + components: + - type: Transform + pos: 4.5,-208.5 + parent: 2 + - uid: 3827 + components: + - type: Transform + pos: 6.5,-208.5 + parent: 2 + - uid: 3829 + components: + - type: Transform + pos: 6.5,-207.5 + parent: 2 + - uid: 3830 + components: + - type: Transform + pos: 7.5,-207.5 + parent: 2 + - uid: 3831 + components: + - type: Transform + pos: 7.5,-206.5 + parent: 2 + - uid: 4726 + components: + - type: Transform + pos: 6.5,-186.5 + parent: 2 + - uid: 6306 + components: + - type: Transform + pos: 4.5,-114.5 + parent: 2 + - uid: 6917 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-186.5 + parent: 2 + - uid: 7755 + components: + - type: Transform + pos: 5.5,-207.5 + parent: 2 + - uid: 7764 + components: + - type: Transform + pos: 4.5,-207.5 + parent: 2 + - uid: 7843 + components: + - type: Transform + pos: -4.5,-192.5 + parent: 2 + - uid: 8387 + components: + - type: Transform + pos: -2.5,-192.5 + parent: 2 + - uid: 8809 + components: + - type: Transform + pos: -5.5,-192.5 + parent: 2 + - uid: 12684 + components: + - type: Transform + pos: -7.5,-127.5 + parent: 2 + - uid: 14689 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-51.5 + parent: 2 + - uid: 16739 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-24.5 + parent: 2 +- proto: WallSolid + entities: + - uid: 439 + components: + - type: Transform + pos: 1.5,-34.5 + parent: 2 + - uid: 447 + components: + - type: Transform + pos: 3.5,-67.5 + parent: 2 + - uid: 458 + components: + - type: Transform + pos: -5.5,-33.5 + parent: 2 + - uid: 461 + components: + - type: Transform + pos: -2.5,-33.5 + parent: 2 + - uid: 462 + components: + - type: Transform + pos: -1.5,-33.5 + parent: 2 + - uid: 464 + components: + - type: Transform + pos: -1.5,-36.5 + parent: 2 + - uid: 465 + components: + - type: Transform + pos: -2.5,-36.5 + parent: 2 + - uid: 466 + components: + - type: Transform + pos: -2.5,-37.5 + parent: 2 + - uid: 467 + components: + - type: Transform + pos: -2.5,-38.5 + parent: 2 + - uid: 468 + components: + - type: Transform + pos: -2.5,-39.5 + parent: 2 + - uid: 469 + components: + - type: Transform + pos: -2.5,-40.5 + parent: 2 + - uid: 472 + components: + - type: Transform + pos: -3.5,-40.5 + parent: 2 + - uid: 473 + components: + - type: Transform + pos: -5.5,-40.5 + parent: 2 + - uid: 475 + components: + - type: Transform + pos: 1.5,-33.5 + parent: 2 + - uid: 476 + components: + - type: Transform + pos: 2.5,-33.5 + parent: 2 + - uid: 480 + components: + - type: Transform + pos: 4.5,-31.5 + parent: 2 + - uid: 481 + components: + - type: Transform + pos: 4.5,-30.5 + parent: 2 + - uid: 482 + components: + - type: Transform + pos: 4.5,-29.5 + parent: 2 + - uid: 483 + components: + - type: Transform + pos: 4.5,-28.5 + parent: 2 + - uid: 484 + components: + - type: Transform + pos: 4.5,-27.5 + parent: 2 + - uid: 487 + components: + - type: Transform + pos: 3.5,-36.5 + parent: 2 + - uid: 488 + components: + - type: Transform + pos: 2.5,-36.5 + parent: 2 + - uid: 489 + components: + - type: Transform + pos: 1.5,-36.5 + parent: 2 + - uid: 491 + components: + - type: Transform + pos: 4.5,-35.5 + parent: 2 + - uid: 492 + components: + - type: Transform + pos: 5.5,-35.5 + parent: 2 + - uid: 493 + components: + - type: Transform + pos: 6.5,-35.5 + parent: 2 + - uid: 880 + components: + - type: Transform + pos: 3.5,-56.5 + parent: 2 + - uid: 881 + components: + - type: Transform + pos: 4.5,-32.5 + parent: 2 + - uid: 908 + components: + - type: Transform + pos: 5.5,-60.5 + parent: 2 + - uid: 945 + components: + - type: Transform + pos: 3.5,-59.5 + parent: 2 + - uid: 959 + components: + - type: Transform + pos: 3.5,-33.5 + parent: 2 + - uid: 965 + components: + - type: Transform + pos: 0.5,-65.5 + parent: 2 + - uid: 966 + components: + - type: Transform + pos: 3.5,-70.5 + parent: 2 + - uid: 967 + components: + - type: Transform + pos: 2.5,-70.5 + parent: 2 + - uid: 968 + components: + - type: Transform + pos: 3.5,-69.5 + parent: 2 + - uid: 969 + components: + - type: Transform + pos: 5.5,-62.5 + parent: 2 + - uid: 971 + components: + - type: Transform + pos: 5.5,-64.5 + parent: 2 + - uid: 972 + components: + - type: Transform + pos: 3.5,-58.5 + parent: 2 + - uid: 976 + components: + - type: Transform + pos: -5.5,-69.5 + parent: 2 + - uid: 984 + components: + - type: Transform + pos: -1.5,-55.5 + parent: 2 + - uid: 987 + components: + - type: Transform + pos: -2.5,-56.5 + parent: 2 + - uid: 1010 + components: + - type: Transform + pos: 5.5,-61.5 + parent: 2 + - uid: 1018 + components: + - type: Transform + pos: 1.5,-60.5 + parent: 2 + - uid: 1019 + components: + - type: Transform + pos: 2.5,-61.5 + parent: 2 + - uid: 1020 + components: + - type: Transform + pos: 2.5,-60.5 + parent: 2 + - uid: 1032 + components: + - type: Transform + pos: -1.5,-71.5 + parent: 2 + - uid: 1071 + components: + - type: Transform + pos: 2.5,-64.5 + parent: 2 + - uid: 1076 + components: + - type: Transform + pos: 3.5,-60.5 + parent: 2 + - uid: 1077 + components: + - type: Transform + pos: 1.5,-65.5 + parent: 2 + - uid: 1080 + components: + - type: Transform + pos: 5.5,-65.5 + parent: 2 + - uid: 1084 + components: + - type: Transform + pos: 4.5,-60.5 + parent: 2 + - uid: 1087 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-56.5 + parent: 2 + - uid: 1218 + components: + - type: Transform + pos: 0.5,-60.5 + parent: 2 + - uid: 1223 + components: + - type: Transform + pos: 2.5,-65.5 + parent: 2 + - uid: 1243 + components: + - type: Transform + pos: -1.5,-93.5 + parent: 2 + - uid: 1274 + components: + - type: Transform + pos: -6.5,-69.5 + parent: 2 + - uid: 1417 + components: + - type: Transform + pos: -1.5,-70.5 + parent: 2 + - uid: 1425 + components: + - type: Transform + pos: -1.5,-95.5 + parent: 2 + - uid: 1428 + components: + - type: Transform + pos: 4.5,-70.5 + parent: 2 + - uid: 1434 + components: + - type: Transform + pos: -3.5,-69.5 + parent: 2 + - uid: 1495 + components: + - type: Transform + pos: -1.5,-279.5 + parent: 2 + - uid: 1496 + components: + - type: Transform + pos: -1.5,-278.5 + parent: 2 + - uid: 1549 + components: + - type: Transform + pos: -1.5,-96.5 + parent: 2 + - uid: 1639 + components: + - type: Transform + pos: -1.5,-82.5 + parent: 2 + - uid: 1640 + components: + - type: Transform + pos: -1.5,-83.5 + parent: 2 + - uid: 1642 + components: + - type: Transform + pos: -5.5,-82.5 + parent: 2 + - uid: 1643 + components: + - type: Transform + pos: -5.5,-83.5 + parent: 2 + - uid: 1644 + components: + - type: Transform + pos: -4.5,-83.5 + parent: 2 + - uid: 1645 + components: + - type: Transform + pos: -4.5,-84.5 + parent: 2 + - uid: 1648 + components: + - type: Transform + pos: -2.5,-85.5 + parent: 2 + - uid: 1651 + components: + - type: Transform + pos: -2.5,-88.5 + parent: 2 + - uid: 1652 + components: + - type: Transform + pos: -4.5,-88.5 + parent: 2 + - uid: 1653 + components: + - type: Transform + pos: -4.5,-89.5 + parent: 2 + - uid: 1654 + components: + - type: Transform + pos: -5.5,-89.5 + parent: 2 + - uid: 1655 + components: + - type: Transform + pos: -2.5,-89.5 + parent: 2 + - uid: 1656 + components: + - type: Transform + pos: -1.5,-89.5 + parent: 2 + - uid: 1657 + components: + - type: Transform + pos: -5.5,-90.5 + parent: 2 + - uid: 1658 + components: + - type: Transform + pos: -1.5,-90.5 + parent: 2 + - uid: 1661 + components: + - type: Transform + pos: -0.5,-90.5 + parent: 2 + - uid: 1663 + components: + - type: Transform + pos: -0.5,-92.5 + parent: 2 + - uid: 1664 + components: + - type: Transform + pos: -0.5,-93.5 + parent: 2 + - uid: 1667 + components: + - type: Transform + pos: -1.5,-94.5 + parent: 2 + - uid: 1668 + components: + - type: Transform + pos: -2.5,-94.5 + parent: 2 + - uid: 1681 + components: + - type: Transform + pos: 2.5,-93.5 + parent: 2 + - uid: 1682 + components: + - type: Transform + pos: 3.5,-92.5 + parent: 2 + - uid: 1684 + components: + - type: Transform + pos: 3.5,-84.5 + parent: 2 + - uid: 1685 + components: + - type: Transform + pos: 2.5,-83.5 + parent: 2 + - uid: 1729 + components: + - type: Transform + pos: -1.5,-56.5 + parent: 2 + - uid: 1751 + components: + - type: Transform + pos: 2.5,-92.5 + parent: 2 + - uid: 1765 + components: + - type: Transform + pos: 2.5,-84.5 + parent: 2 + - uid: 1829 + components: + - type: Transform + pos: -5.5,-108.5 + parent: 2 + - uid: 1832 + components: + - type: Transform + pos: -4.5,-108.5 + parent: 2 + - uid: 1848 + components: + - type: Transform + pos: -5.5,-109.5 + parent: 2 + - uid: 1863 + components: + - type: Transform + pos: -5.5,-112.5 + parent: 2 + - uid: 1864 + components: + - type: Transform + pos: -5.5,-111.5 + parent: 2 + - uid: 1865 + components: + - type: Transform + pos: -6.5,-111.5 + parent: 2 + - uid: 1866 + components: + - type: Transform + pos: -7.5,-111.5 + parent: 2 + - uid: 1867 + components: + - type: Transform + pos: -8.5,-111.5 + parent: 2 + - uid: 1868 + components: + - type: Transform + pos: -5.5,-115.5 + parent: 2 + - uid: 1869 + components: + - type: Transform + pos: -5.5,-114.5 + parent: 2 + - uid: 1870 + components: + - type: Transform + pos: -6.5,-114.5 + parent: 2 + - uid: 1871 + components: + - type: Transform + pos: -7.5,-114.5 + parent: 2 + - uid: 1872 + components: + - type: Transform + pos: -8.5,-114.5 + parent: 2 + - uid: 1875 + components: + - type: Transform + pos: -6.5,-117.5 + parent: 2 + - uid: 1876 + components: + - type: Transform + pos: -5.5,-117.5 + parent: 2 + - uid: 1877 + components: + - type: Transform + pos: -8.5,-120.5 + parent: 2 + - uid: 1878 + components: + - type: Transform + pos: -7.5,-120.5 + parent: 2 + - uid: 1881 + components: + - type: Transform + pos: -8.5,-123.5 + parent: 2 + - uid: 1882 + components: + - type: Transform + pos: -7.5,-123.5 + parent: 2 + - uid: 1883 + components: + - type: Transform + pos: -6.5,-123.5 + parent: 2 + - uid: 1884 + components: + - type: Transform + pos: -5.5,-123.5 + parent: 2 + - uid: 1885 + components: + - type: Transform + pos: -5.5,-124.5 + parent: 2 + - uid: 1887 + components: + - type: Transform + pos: -5.5,-118.5 + parent: 2 + - uid: 2200 + components: + - type: Transform + pos: 2.5,-111.5 + parent: 2 + - uid: 2201 + components: + - type: Transform + pos: 2.5,-110.5 + parent: 2 + - uid: 2203 + components: + - type: Transform + pos: 2.5,-108.5 + parent: 2 + - uid: 2353 + components: + - type: Transform + pos: 3.5,-150.5 + parent: 2 + - uid: 2504 + components: + - type: Transform + pos: -2.5,-69.5 + parent: 2 + - uid: 2528 + components: + - type: Transform + pos: 2.5,-151.5 + parent: 2 + - uid: 2531 + components: + - type: Transform + pos: 2.5,-147.5 + parent: 2 + - uid: 2536 + components: + - type: Transform + pos: 1.5,-146.5 + parent: 2 + - uid: 2540 + components: + - type: Transform + pos: 1.5,-142.5 + parent: 2 + - uid: 2541 + components: + - type: Transform + pos: 1.5,-141.5 + parent: 2 + - uid: 2542 + components: + - type: Transform + pos: 1.5,-140.5 + parent: 2 + - uid: 2543 + components: + - type: Transform + pos: 2.5,-140.5 + parent: 2 + - uid: 2544 + components: + - type: Transform + pos: 3.5,-140.5 + parent: 2 + - uid: 2547 + components: + - type: Transform + pos: 5.5,-140.5 + parent: 2 + - uid: 2548 + components: + - type: Transform + pos: 6.5,-140.5 + parent: 2 + - uid: 2549 + components: + - type: Transform + pos: 7.5,-140.5 + parent: 2 + - uid: 2552 + components: + - type: Transform + pos: 7.5,-141.5 + parent: 2 + - uid: 2553 + components: + - type: Transform + pos: 7.5,-142.5 + parent: 2 + - uid: 2554 + components: + - type: Transform + pos: 7.5,-143.5 + parent: 2 + - uid: 2555 + components: + - type: Transform + pos: 7.5,-144.5 + parent: 2 + - uid: 2591 + components: + - type: Transform + pos: -1.5,-152.5 + parent: 2 + - uid: 2593 + components: + - type: Transform + pos: -1.5,-150.5 + parent: 2 + - uid: 2606 + components: + - type: Transform + pos: -3.5,-137.5 + parent: 2 + - uid: 2607 + components: + - type: Transform + pos: -2.5,-137.5 + parent: 2 + - uid: 2608 + components: + - type: Transform + pos: -1.5,-137.5 + parent: 2 + - uid: 2609 + components: + - type: Transform + pos: -1.5,-135.5 + parent: 2 + - uid: 2610 + components: + - type: Transform + pos: -1.5,-136.5 + parent: 2 + - uid: 2611 + components: + - type: Transform + pos: -1.5,-138.5 + parent: 2 + - uid: 2612 + components: + - type: Transform + pos: -1.5,-142.5 + parent: 2 + - uid: 2613 + components: + - type: Transform + pos: -1.5,-143.5 + parent: 2 + - uid: 2616 + components: + - type: Transform + pos: -1.5,-144.5 + parent: 2 + - uid: 2617 + components: + - type: Transform + pos: -1.5,-145.5 + parent: 2 + - uid: 2618 + components: + - type: Transform + pos: -1.5,-146.5 + parent: 2 + - uid: 2619 + components: + - type: Transform + pos: -1.5,-147.5 + parent: 2 + - uid: 2620 + components: + - type: Transform + pos: -1.5,-148.5 + parent: 2 + - uid: 2621 + components: + - type: Transform + pos: -1.5,-149.5 + parent: 2 + - uid: 2622 + components: + - type: Transform + pos: -2.5,-149.5 + parent: 2 + - uid: 2677 + components: + - type: Transform + pos: 1.5,-138.5 + parent: 2 + - uid: 2679 + components: + - type: Transform + pos: 1.5,-139.5 + parent: 2 + - uid: 2681 + components: + - type: Transform + pos: 4.5,-136.5 + parent: 2 + - uid: 2682 + components: + - type: Transform + pos: 3.5,-136.5 + parent: 2 + - uid: 2685 + components: + - type: Transform + pos: 7.5,-139.5 + parent: 2 + - uid: 2700 + components: + - type: Transform + pos: 5.5,-136.5 + parent: 2 + - uid: 2734 + components: + - type: Transform + pos: 4.5,-150.5 + parent: 2 + - uid: 2735 + components: + - type: Transform + pos: 5.5,-150.5 + parent: 2 + - uid: 2736 + components: + - type: Transform + pos: 6.5,-150.5 + parent: 2 + - uid: 2737 + components: + - type: Transform + pos: 7.5,-150.5 + parent: 2 + - uid: 2927 + components: + - type: Transform + pos: 2.5,-164.5 + parent: 2 + - uid: 2948 + components: + - type: Transform + pos: 2.5,-169.5 + parent: 2 + - uid: 3032 + components: + - type: Transform + pos: -0.5,-173.5 + parent: 2 + - uid: 3035 + components: + - type: Transform + pos: -0.5,-176.5 + parent: 2 + - uid: 3043 + components: + - type: Transform + pos: -5.5,-177.5 + parent: 2 + - uid: 3046 + components: + - type: Transform + pos: -5.5,-175.5 + parent: 2 + - uid: 3050 + components: + - type: Transform + pos: -5.5,-171.5 + parent: 2 + - uid: 3056 + components: + - type: Transform + pos: 3.5,-170.5 + parent: 2 + - uid: 3057 + components: + - type: Transform + pos: 2.5,-170.5 + parent: 2 + - uid: 3059 + components: + - type: Transform + pos: 2.5,-165.5 + parent: 2 + - uid: 3061 + components: + - type: Transform + pos: 3.5,-164.5 + parent: 2 + - uid: 3062 + components: + - type: Transform + pos: 4.5,-164.5 + parent: 2 + - uid: 3063 + components: + - type: Transform + pos: 5.5,-164.5 + parent: 2 + - uid: 3066 + components: + - type: Transform + pos: 7.5,-170.5 + parent: 2 + - uid: 3073 + components: + - type: Transform + pos: 2.5,-171.5 + parent: 2 + - uid: 3170 + components: + - type: Transform + pos: -0.5,-177.5 + parent: 2 + - uid: 3185 + components: + - type: Transform + pos: -1.5,-178.5 + parent: 2 + - uid: 3221 + components: + - type: Transform + pos: -5.5,-178.5 + parent: 2 + - uid: 3224 + components: + - type: Transform + pos: -2.5,-178.5 + parent: 2 + - uid: 3507 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-36.5 + parent: 2 + - uid: 3676 + components: + - type: Transform + pos: 2.5,-172.5 + parent: 2 + - uid: 3681 + components: + - type: Transform + pos: 2.5,-176.5 + parent: 2 + - uid: 3723 + components: + - type: Transform + pos: 1.5,-191.5 + parent: 2 + - uid: 3724 + components: + - type: Transform + pos: 2.5,-191.5 + parent: 2 + - uid: 3725 + components: + - type: Transform + pos: 3.5,-191.5 + parent: 2 + - uid: 3726 + components: + - type: Transform + pos: 4.5,-191.5 + parent: 2 + - uid: 3730 + components: + - type: Transform + pos: 4.5,-195.5 + parent: 2 + - uid: 3731 + components: + - type: Transform + pos: 3.5,-195.5 + parent: 2 + - uid: 3732 + components: + - type: Transform + pos: 1.5,-195.5 + parent: 2 + - uid: 3733 + components: + - type: Transform + pos: 0.5,-195.5 + parent: 2 + - uid: 3737 + components: + - type: Transform + pos: -1.5,-193.5 + parent: 2 + - uid: 3738 + components: + - type: Transform + pos: -1.5,-192.5 + parent: 2 + - uid: 3740 + components: + - type: Transform + pos: -0.5,-191.5 + parent: 2 + - uid: 3750 + components: + - type: Transform + pos: 4.5,-196.5 + parent: 2 + - uid: 3751 + components: + - type: Transform + pos: 4.5,-199.5 + parent: 2 + - uid: 3772 + components: + - type: Transform + pos: -1.5,-199.5 + parent: 2 + - uid: 3773 + components: + - type: Transform + pos: -1.5,-200.5 + parent: 2 + - uid: 4574 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-246.5 + parent: 2 + - uid: 5212 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-259.5 + parent: 2 + - uid: 5215 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-259.5 + parent: 2 + - uid: 5216 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-258.5 + parent: 2 + - uid: 5259 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-258.5 + parent: 2 + - uid: 5262 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-257.5 + parent: 2 + - uid: 5337 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-258.5 + parent: 2 + - uid: 6195 + components: + - type: Transform + pos: -0.5,-168.5 + parent: 2 + - uid: 6819 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-248.5 + parent: 2 + - uid: 7420 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-258.5 + parent: 2 + - uid: 7782 + components: + - type: Transform + pos: 6.5,-179.5 + parent: 2 + - uid: 7792 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-245.5 + parent: 2 + - uid: 7795 + components: + - type: Transform + pos: -1.5,-280.5 + parent: 2 + - uid: 7812 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-244.5 + parent: 2 + - uid: 7827 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-246.5 + parent: 2 + - uid: 7873 + components: + - type: Transform + pos: 6.5,-177.5 + parent: 2 + - uid: 7874 + components: + - type: Transform + pos: 6.5,-178.5 + parent: 2 + - uid: 7878 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-245.5 + parent: 2 + - uid: 7883 + components: + - type: Transform + pos: 2.5,-177.5 + parent: 2 + - uid: 7884 + components: + - type: Transform + pos: 3.5,-177.5 + parent: 2 + - uid: 8025 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-246.5 + parent: 2 + - uid: 8026 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-246.5 + parent: 2 + - uid: 8028 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-247.5 + parent: 2 + - uid: 8033 + components: + - type: Transform + pos: 1.5,-252.5 + parent: 2 + - uid: 8053 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-251.5 + parent: 2 + - uid: 8058 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-250.5 + parent: 2 + - uid: 8059 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-249.5 + parent: 2 + - uid: 8103 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-249.5 + parent: 2 + - uid: 8214 + components: + - type: Transform + pos: 6.5,-246.5 + parent: 2 + - uid: 8391 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-247.5 + parent: 2 + - uid: 8478 + components: + - type: Transform + pos: -5.5,-168.5 + parent: 2 + - uid: 8582 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-270.5 + parent: 2 + - uid: 8583 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-272.5 + parent: 2 + - uid: 8584 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-272.5 + parent: 2 + - uid: 8586 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-275.5 + parent: 2 + - uid: 8587 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-276.5 + parent: 2 + - uid: 8622 + components: + - type: Transform + pos: -4.5,-282.5 + parent: 2 + - uid: 8623 + components: + - type: Transform + pos: -4.5,-283.5 + parent: 2 + - uid: 8626 + components: + - type: Transform + pos: -1.5,-277.5 + parent: 2 + - uid: 8648 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-275.5 + parent: 2 + - uid: 8649 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-275.5 + parent: 2 + - uid: 8650 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-283.5 + parent: 2 + - uid: 8653 + components: + - type: Transform + pos: -1.5,-286.5 + parent: 2 + - uid: 8654 + components: + - type: Transform + pos: -1.5,-287.5 + parent: 2 + - uid: 8656 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-270.5 + parent: 2 + - uid: 8666 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-284.5 + parent: 2 + - uid: 8671 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-281.5 + parent: 2 + - uid: 8682 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-283.5 + parent: 2 + - uid: 8692 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-286.5 + parent: 2 + - uid: 8699 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-287.5 + parent: 2 + - uid: 8765 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-275.5 + parent: 2 + - uid: 8766 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-275.5 + parent: 2 + - uid: 8931 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-258.5 + parent: 2 + - uid: 9852 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-258.5 + parent: 2 + - uid: 9865 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-249.5 + parent: 2 + - uid: 10064 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-253.5 + parent: 2 + - uid: 10075 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-249.5 + parent: 2 + - uid: 10329 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-258.5 + parent: 2 + - uid: 10675 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-56.5 + parent: 2 + - uid: 11903 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-387.5 + parent: 2 + - uid: 11904 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-387.5 + parent: 2 + - uid: 11905 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-388.5 + parent: 2 + - uid: 11908 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-387.5 + parent: 2 + - uid: 11911 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-383.5 + parent: 2 + - uid: 11941 + components: + - type: Transform + pos: -2.5,-385.5 + parent: 2 + - uid: 11942 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-384.5 + parent: 2 + - uid: 11947 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-387.5 + parent: 2 + - uid: 11948 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-382.5 + parent: 2 + - uid: 11949 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-383.5 + parent: 2 + - uid: 11950 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-387.5 + parent: 2 + - uid: 11952 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-387.5 + parent: 2 + - uid: 11994 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-385.5 + parent: 2 + - uid: 11995 + components: + - type: Transform + pos: -2.5,-171.5 + parent: 2 + - uid: 11996 + components: + - type: Transform + pos: -3.5,-171.5 + parent: 2 + - uid: 12000 + components: + - type: Transform + pos: -1.5,-171.5 + parent: 2 + - uid: 12001 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-385.5 + parent: 2 + - uid: 12002 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-386.5 + parent: 2 + - uid: 12003 + components: + - type: Transform + pos: -0.5,-171.5 + parent: 2 + - uid: 12005 + components: + - type: Transform + pos: -5.5,-169.5 + parent: 2 + - uid: 12006 + components: + - type: Transform + pos: -0.5,-170.5 + parent: 2 + - uid: 12009 + components: + - type: Transform + pos: -4.5,-167.5 + parent: 2 + - uid: 12010 + components: + - type: Transform + pos: -1.5,-167.5 + parent: 2 + - uid: 12011 + components: + - type: Transform + pos: -4.5,-171.5 + parent: 2 + - uid: 12084 + components: + - type: Transform + pos: -0.5,-167.5 + parent: 2 + - uid: 12085 + components: + - type: Transform + pos: -2.5,-167.5 + parent: 2 + - uid: 12086 + components: + - type: Transform + pos: -3.5,-167.5 + parent: 2 + - uid: 12096 + components: + - type: Transform + pos: -2.5,-164.5 + parent: 2 + - uid: 12097 + components: + - type: Transform + pos: -1.5,-164.5 + parent: 2 + - uid: 12110 + components: + - type: Transform + pos: -0.5,-166.5 + parent: 2 + - uid: 12116 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-374.5 + parent: 2 + - uid: 12130 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-374.5 + parent: 2 + - uid: 12131 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-374.5 + parent: 2 + - uid: 12176 + components: + - type: Transform + pos: -5.5,-167.5 + parent: 2 + - uid: 12204 + components: + - type: Transform + pos: -5.5,-166.5 + parent: 2 + - uid: 12209 + components: + - type: Transform + pos: -5.5,-164.5 + parent: 2 + - uid: 12215 + components: + - type: Transform + pos: -5.5,-165.5 + parent: 2 + - uid: 13450 + components: + - type: Transform + pos: 4.5,-33.5 + parent: 2 + - uid: 13469 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-258.5 + parent: 2 + - uid: 13471 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-254.5 + parent: 2 + - uid: 13990 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-255.5 + parent: 2 + - uid: 13996 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-257.5 + parent: 2 + - uid: 14001 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-254.5 + parent: 2 + - uid: 14021 + components: + - type: Transform + pos: -4.5,-164.5 + parent: 2 + - uid: 14647 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-246.5 + parent: 2 + - uid: 14803 + components: + - type: Transform + pos: -2.5,-70.5 + parent: 2 +- proto: WallSolidDiagonal + entities: + - uid: 1683 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-93.5 + parent: 2 + - uid: 1688 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-83.5 + parent: 2 + - uid: 2246 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-108.5 + parent: 2 + - uid: 2563 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-147.5 + parent: 2 + - uid: 2824 + components: + - type: Transform + pos: 2.5,-150.5 + parent: 2 + - uid: 3225 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-178.5 + parent: 2 + - uid: 7243 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-258.5 + parent: 2 + - uid: 8850 + components: + - type: Transform + pos: -1.5,-191.5 + parent: 2 + - uid: 8866 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-245.5 + parent: 2 + - uid: 8912 + components: + - type: Transform + pos: 1.5,-248.5 + parent: 2 + - uid: 13449 + components: + - type: Transform + pos: 1.5,-137.5 + parent: 2 + - uid: 13995 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-254.5 + parent: 2 +- proto: WallSolidRust + entities: + - uid: 459 + components: + - type: Transform + pos: -4.5,-33.5 + parent: 2 + - uid: 460 + components: + - type: Transform + pos: -3.5,-33.5 + parent: 2 + - uid: 759 + components: + - type: Transform + pos: -1.5,-35.5 + parent: 2 + - uid: 963 + components: + - type: Transform + pos: 2.5,-63.5 + parent: 2 + - uid: 1024 + components: + - type: Transform + pos: 3.5,-66.5 + parent: 2 + - uid: 1082 + components: + - type: Transform + pos: -5.5,-93.5 + parent: 2 + - uid: 1105 + components: + - type: Transform + pos: 3.5,-65.5 + parent: 2 + - uid: 1128 + components: + - type: Transform + pos: 4.5,-65.5 + parent: 2 + - uid: 1230 + components: + - type: Transform + pos: 2.5,-71.5 + parent: 2 + - uid: 1641 + components: + - type: Transform + pos: -2.5,-83.5 + parent: 2 + - uid: 1646 + components: + - type: Transform + pos: -4.5,-85.5 + parent: 2 + - uid: 1647 + components: + - type: Transform + pos: -2.5,-84.5 + parent: 2 + - uid: 1665 + components: + - type: Transform + pos: -5.5,-94.5 + parent: 2 + - uid: 1666 + components: + - type: Transform + pos: -4.5,-94.5 + parent: 2 + - uid: 1828 + components: + - type: Transform + pos: -2.5,-108.5 + parent: 2 + - uid: 1873 + components: + - type: Transform + pos: -8.5,-117.5 + parent: 2 + - uid: 1874 + components: + - type: Transform + pos: -7.5,-117.5 + parent: 2 + - uid: 1879 + components: + - type: Transform + pos: -6.5,-120.5 + parent: 2 + - uid: 1880 + components: + - type: Transform + pos: -5.5,-120.5 + parent: 2 + - uid: 1886 + components: + - type: Transform + pos: -5.5,-121.5 + parent: 2 + - uid: 1990 + components: + - type: Transform + pos: -3.5,-108.5 + parent: 2 + - uid: 2556 + components: + - type: Transform + pos: 7.5,-145.5 + parent: 2 + - uid: 2557 + components: + - type: Transform + pos: 7.5,-146.5 + parent: 2 + - uid: 2558 + components: + - type: Transform + pos: 7.5,-147.5 + parent: 2 + - uid: 2559 + components: + - type: Transform + pos: 6.5,-147.5 + parent: 2 + - uid: 2605 + components: + - type: Transform + pos: -5.5,-137.5 + parent: 2 + - uid: 2624 + components: + - type: Transform + pos: -4.5,-149.5 + parent: 2 + - uid: 2625 + components: + - type: Transform + pos: -5.5,-149.5 + parent: 2 + - uid: 2683 + components: + - type: Transform + pos: 6.5,-137.5 + parent: 2 + - uid: 2684 + components: + - type: Transform + pos: 7.5,-137.5 + parent: 2 + - uid: 2689 + components: + - type: Transform + pos: 2.5,-137.5 + parent: 2 + - uid: 2691 + components: + - type: Transform + pos: 2.5,-136.5 + parent: 2 + - uid: 2701 + components: + - type: Transform + pos: 6.5,-136.5 + parent: 2 + - uid: 3160 + components: + - type: Transform + pos: 2.5,-163.5 + parent: 2 + - uid: 3167 + components: + - type: Transform + pos: -0.5,-172.5 + parent: 2 + - uid: 3179 + components: + - type: Transform + pos: -5.5,-176.5 + parent: 2 + - uid: 3180 + components: + - type: Transform + pos: -5.5,-174.5 + parent: 2 + - uid: 3184 + components: + - type: Transform + pos: -5.5,-172.5 + parent: 2 + - uid: 3222 + components: + - type: Transform + pos: -4.5,-178.5 + parent: 2 + - uid: 3223 + components: + - type: Transform + pos: -3.5,-178.5 + parent: 2 + - uid: 3734 + components: + - type: Transform + pos: -0.5,-195.5 + parent: 2 + - uid: 3735 + components: + - type: Transform + pos: -1.5,-195.5 + parent: 2 + - uid: 3736 + components: + - type: Transform + pos: -1.5,-194.5 + parent: 2 + - uid: 3771 + components: + - type: Transform + pos: -1.5,-196.5 + parent: 2 +- proto: WardrobeBlackFilled + entities: + - uid: 14352 + components: + - type: Transform + pos: 13.5,-71.5 + parent: 2 +- proto: WardrobeBlueFilled + entities: + - uid: 14389 + components: + - type: Transform + pos: 17.5,-67.5 + parent: 2 +- proto: WardrobeCargoFilled + entities: + - uid: 6684 + components: + - type: Transform + pos: 1.5,-276.5 + parent: 2 +- proto: WardrobeGreenFilled + entities: + - uid: 14365 + components: + - type: Transform + pos: 14.5,-71.5 + parent: 2 +- proto: WardrobeGreyFilled + entities: + - uid: 14378 + components: + - type: Transform + pos: 17.5,-71.5 + parent: 2 +- proto: WardrobeMixedFilled + entities: + - uid: 4710 + components: + - type: Transform + pos: 14.5,-67.5 + parent: 2 + - uid: 14376 + components: + - type: Transform + pos: 16.5,-71.5 + parent: 2 + - uid: 14382 + components: + - type: Transform + pos: 16.5,-75.5 + parent: 2 + - uid: 14387 + components: + - type: Transform + pos: 16.5,-67.5 + parent: 2 +- proto: WardrobePinkFilled + entities: + - uid: 14038 + components: + - type: Transform + pos: 13.5,-67.5 + parent: 2 + - uid: 14385 + components: + - type: Transform + pos: 17.5,-75.5 + parent: 2 +- proto: WardrobePrisonFilled + entities: + - uid: 11440 + components: + - type: Transform + pos: 6.5,-367.5 + parent: 2 + - uid: 11441 + components: + - type: Transform + pos: 6.5,-364.5 + parent: 2 + - uid: 11442 + components: + - type: Transform + pos: -5.5,-364.5 + parent: 2 + - uid: 11443 + components: + - type: Transform + pos: -5.5,-367.5 + parent: 2 + - uid: 11444 + components: + - type: Transform + pos: -5.5,-369.5 + parent: 2 + - uid: 11445 + components: + - type: Transform + pos: 6.5,-369.5 + parent: 2 +- proto: WardrobeRoboticsFilled + entities: + - uid: 9950 + components: + - type: Transform + pos: 3.5,-310.5 + parent: 2 +- proto: WardrobeSalvageFilled + entities: + - uid: 8625 + components: + - type: Transform + pos: -6.5,-284.5 + parent: 2 +- proto: WardrobeScienceFilled + entities: + - uid: 9828 + components: + - type: Transform + pos: -2.5,-311.5 + parent: 2 + - uid: 10032 + components: + - type: Transform + pos: -2.5,-312.5 + parent: 2 +- proto: WardrobeVirologyFilled + entities: + - uid: 3910 + components: + - type: Transform + pos: -5.5,-198.5 + parent: 2 +- proto: WardrobeWhiteFilled + entities: + - uid: 14368 + components: + - type: Transform + pos: 14.5,-75.5 + parent: 2 +- proto: WardrobeYellowFilled + entities: + - uid: 14367 + components: + - type: Transform + pos: 13.5,-75.5 + parent: 2 +- proto: WarningAir + entities: + - uid: 8117 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-262.5 + parent: 2 +- proto: WarningCO2 + entities: + - uid: 12017 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-252.5 + parent: 2 +- proto: WarningN2 + entities: + - uid: 12222 + components: + - type: Transform + pos: -18.5,-258.5 + parent: 2 +- proto: WarningO2 + entities: + - uid: 12569 + components: + - type: Transform + pos: -18.5,-256.5 + parent: 2 +- proto: WarningPlasma + entities: + - uid: 6784 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-250.5 + parent: 2 +- proto: WarpPoint + entities: + - uid: 2875 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-144.5 + parent: 2 + - type: WarpPoint + location: 'Car 05: Chapel, Library' + - type: BombingTarget + - uid: 2880 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-35.5 + parent: 2 + - type: WarpPoint + location: 'Car 01: Arrivals, Evacuation' + - type: BombingTarget + - uid: 2881 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-63.5 + parent: 2 + - type: WarpPoint + location: 'Car 02: Bar' + - type: BombingTarget + - uid: 2883 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-90.5 + parent: 2 + - type: WarpPoint + location: 'Car 03: Kitchen, Hydroponic' + - type: BombingTarget + - uid: 2885 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-116.5 + parent: 2 + - type: WarpPoint + location: 'Car 04: HoP, Dormatories' + - type: BombingTarget + - uid: 3150 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-171.5 + parent: 2 + - type: WarpPoint + location: 'Car 06: Med' + - type: BombingTarget + - uid: 4570 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-225.5 + parent: 2 + - type: WarpPoint + location: 'Car 08: Solar panels' + - type: BombingTarget + - uid: 8358 + components: + - type: Transform + pos: 0.5,-252.5 + parent: 2 + - type: WarpPoint + location: 'Car 09: Engneering' + - type: BombingTarget + - uid: 8984 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-279.5 + parent: 2 + - type: WarpPoint + location: 'Car 10: Cargo' + - type: BombingTarget + - uid: 10623 + components: + - type: Transform + pos: 0.5,-308.5 + parent: 2 + - type: WarpPoint + location: 'Car 11: RnD' + - type: BombingTarget + - uid: 10805 + components: + - type: Transform + pos: 0.5,-338.5 + parent: 2 + - type: WarpPoint + location: 'Car 12: Brig' + - type: BombingTarget + - uid: 11945 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-363.5 + parent: 2 + - type: WarpPoint + location: 'Car 13: Permabrig' + - type: BombingTarget +- proto: WaterCooler + entities: + - uid: 204 + components: + - type: Transform + pos: 4.5,-12.5 + parent: 2 + - uid: 7572 + components: + - type: Transform + pos: 7.5,-199.5 + parent: 2 + - uid: 11092 + components: + - type: Transform + pos: 1.5,-333.5 + parent: 2 + - uid: 13123 + components: + - type: Transform + pos: -0.5,-356.5 + parent: 2 +- proto: WaterTankFull + entities: + - uid: 1733 + components: + - type: Transform + pos: -4.5,-53.5 + parent: 2 + - uid: 2884 + components: + - type: Transform + pos: 4.5,-151.5 + parent: 2 + - uid: 2897 + components: + - type: Transform + pos: -2.5,-150.5 + parent: 2 + - uid: 9063 + components: + - type: Transform + pos: 0.5,-282.5 + parent: 2 + - uid: 12119 + components: + - type: Transform + pos: -2.5,-374.5 + parent: 2 + - uid: 16882 + components: + - type: Transform + anchored: True + pos: -13.5,-256.5 + parent: 2 + - type: Physics + bodyType: Static +- proto: WaterTankHighCapacity + entities: + - uid: 2322 + components: + - type: Transform + pos: -2.5,-82.5 + parent: 2 +- proto: WeaponCapacitorRecharger + entities: + - uid: 10966 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-338.5 + parent: 2 + - uid: 12893 + components: + - type: Transform + pos: -0.5,-366.5 + parent: 2 +- proto: WeaponDisabler + entities: + - uid: 21784 + components: + - type: Transform + pos: 0.10163805,-366.3702 + parent: 2 +- proto: WeaponDisablerPractice + entities: + - uid: 11524 + components: + - type: Transform + pos: 5.5389,-350.683 + parent: 2 +- proto: WeaponLaserCarbinePractice + entities: + - uid: 12363 + components: + - type: Transform + pos: 1.2513196,-368.03192 + parent: 2 +- proto: WeaponPistolMk58Nonlethal + entities: + - uid: 12774 + components: + - type: Transform + parent: 12773 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: WeaponSubMachineGunWt550 + entities: + - uid: 15297 + components: + - type: Transform + pos: -4.3806252,-346.3184 + parent: 2 +- proto: WeaponTurretSyndicateBroken + entities: + - uid: 9688 + components: + - type: Transform + pos: 30.5,-308.5 + parent: 2 + - uid: 9690 + components: + - type: Transform + pos: 30.5,-306.5 + parent: 2 + - uid: 9705 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-311.5 + parent: 2 + - uid: 9706 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-303.5 + parent: 2 +- proto: WeaponWaterBlaster + entities: + - uid: 9942 + components: + - type: Transform + pos: 3.4013178,-313.2785 + parent: 2 +- proto: WeaponWaterPistol + entities: + - uid: 11014 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.3728342,-331.49597 + parent: 2 +- proto: WeedSpray + entities: + - uid: 26464 + components: + - type: Transform + pos: 0.072262526,-370.32172 + parent: 2 +- proto: WelderIndustrial + entities: + - uid: 16800 + components: + - type: Transform + parent: 16798 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: WelderIndustrialAdvanced + entities: + - uid: 14342 + components: + - type: Transform + pos: 8.601893,-250.1304 + parent: 2 +- proto: WelderMini + entities: + - uid: 11436 + components: + - type: Transform + pos: 4.523847,-358.3457 + parent: 2 +- proto: WeldingFuelTankFull + entities: + - uid: 1597 + components: + - type: Transform + pos: 7.5,-68.5 + parent: 2 + - uid: 2334 + components: + - type: Transform + pos: -5.5,-41.5 + parent: 2 + - uid: 2882 + components: + - type: Transform + pos: 3.5,-151.5 + parent: 2 + - uid: 6678 + components: + - type: Transform + anchored: True + pos: -16.5,-265.5 + parent: 2 + - type: Physics + bodyType: Static + - uid: 8472 + components: + - type: Transform + pos: -7.5,-173.5 + parent: 2 + - uid: 8514 + components: + - type: Transform + pos: 15.5,-242.5 + parent: 2 + - uid: 8561 + components: + - type: Transform + pos: 3.5,-311.5 + parent: 2 + - uid: 9064 + components: + - type: Transform + pos: 1.5,-282.5 + parent: 2 + - uid: 15216 + components: + - type: Transform + pos: 8.5,-251.5 + parent: 2 + - uid: 15270 + components: + - type: Transform + pos: 6.5,-245.5 + parent: 2 + - uid: 16881 + components: + - type: Transform + pos: 10.5,-298.5 + parent: 2 +- proto: WetFloorSign + entities: + - uid: 12681 + components: + - type: Transform + pos: -3.1763532,-150.31618 + parent: 2 +- proto: WindoorBarLocked + entities: + - uid: 15584 + components: + - type: Transform + pos: -0.5,-65.5 + parent: 2 +- proto: WindoorHydroponicsLocked + entities: + - uid: 1650 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-87.5 + parent: 2 +- proto: WindoorSecure + entities: + - uid: 2248 + components: + - type: Transform + pos: -0.5,-122.5 + parent: 2 + - uid: 14877 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-132.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 14880: + - DoorStatus: DoorBolt + 5738: + - DoorStatus: DoorBolt + - uid: 14980 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-156.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 14978: + - DoorStatus: DoorBolt + 14979: + - DoorStatus: DoorBolt +- proto: WindoorSecureArmoryLocked + entities: + - uid: 93 + components: + - type: Transform + pos: 5.5,-341.5 + parent: 2 + - uid: 2471 + components: + - type: Transform + pos: 5.5,-339.5 + parent: 2 + - uid: 3680 + components: + - type: Transform + pos: 7.5,-341.5 + parent: 2 + - uid: 7738 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-339.5 + parent: 2 + - uid: 10085 + components: + - type: Transform + pos: 1.5,-366.5 + parent: 2 +- proto: WindoorSecureBrigLocked + entities: + - uid: 11002 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-360.5 + parent: 2 +- proto: WindoorSecureCargoLocked + entities: + - uid: 8504 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-271.5 + parent: 2 + - uid: 8537 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-272.5 + parent: 2 +- proto: WindoorSecureChapelLocked + entities: + - uid: 2687 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-139.5 + parent: 2 + - uid: 2694 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-138.5 + parent: 2 +- proto: WindoorSecureChemistryLocked + entities: + - uid: 2643 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-170.5 + parent: 2 + - uid: 3067 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-170.5 + parent: 2 + - uid: 3093 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-168.5 + parent: 2 + - uid: 3094 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-167.5 + parent: 2 + - uid: 3095 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-166.5 + parent: 2 +- proto: WindoorSecureEngineeringLocked + entities: + - uid: 8275 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-251.5 + parent: 2 + - uid: 8305 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-250.5 + parent: 2 +- proto: WindoorSecureExternalLocked + entities: + - uid: 164 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-265.5 + parent: 2 + - type: DeviceLinkSink + links: + - 15186 + - uid: 268 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-76.5 + parent: 2 + - type: DeviceLinkSink + links: + - 640 + - 5092 + - uid: 333 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-76.5 + parent: 2 + - type: DeviceLinkSink + links: + - 6286 + - 14796 + - uid: 605 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-22.5 + parent: 2 + - type: DeviceLinkSink + links: + - 10531 + - 2244 + - uid: 1335 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-49.5 + parent: 2 + - type: DeviceLinkSink + links: + - 2492 + - uid: 1451 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-76.5 + parent: 2 + - type: DeviceLinkSink + links: + - 273 + - 275 + - uid: 1454 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-76.5 + parent: 2 + - type: DeviceLinkSink + links: + - 273 + - 275 + - uid: 1580 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-49.5 + parent: 2 + - type: DeviceLinkSink + links: + - 271 + - 11 + - uid: 1633 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-49.5 + parent: 2 + - type: DeviceLinkSink + links: + - 271 + - 11 + - uid: 1675 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-22.5 + parent: 2 + - type: DeviceLinkSink + links: + - 21 + - 13 + - type: DeviceLinkSource + linkedPorts: + 13: + - DoorStatus: Close + - uid: 1676 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-22.5 + parent: 2 + - type: DeviceLinkSink + links: + - 21 + - 13 + - uid: 1791 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-324.5 + parent: 2 + - type: DeviceLinkSink + links: + - 10083 + - uid: 1812 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-324.5 + parent: 2 + - type: DeviceLinkSink + links: + - 10083 + - uid: 2012 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-103.5 + parent: 2 + - type: DeviceLinkSink + links: + - 278 + - 280 + - uid: 2014 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-103.5 + parent: 2 + - type: DeviceLinkSink + links: + - 278 + - 280 + - uid: 2443 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-130.5 + parent: 2 + - type: DeviceLinkSink + links: + - 282 + - 284 + - uid: 2444 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-130.5 + parent: 2 + - type: DeviceLinkSink + links: + - 282 + - 284 + - uid: 2646 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-76.5 + parent: 2 + - type: DeviceLinkSink + links: + - 6286 + - 14796 + - uid: 2851 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-157.5 + parent: 2 + - type: DeviceLinkSink + links: + - 590 + - 656 + - uid: 2852 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-157.5 + parent: 2 + - type: DeviceLinkSink + links: + - 590 + - 656 + - uid: 3508 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-184.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + links: + - 1938 + - 16903 + - uid: 3547 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-184.5 + parent: 2 + - type: DeviceLinkSink + links: + - 669 + - 668 + - uid: 3548 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-184.5 + parent: 2 + - type: DeviceLinkSink + links: + - 669 + - 668 + - uid: 4691 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-211.5 + parent: 2 + - type: DeviceLinkSink + links: + - 773 + - 756 + - uid: 4694 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-211.5 + parent: 2 + - type: DeviceLinkSink + links: + - 773 + - 756 + - uid: 5738 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-130.5 + parent: 2 + - type: DeviceLinkSink + links: + - 2690 + - 14877 + - uid: 7729 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-238.5 + parent: 2 + - type: DeviceLinkSink + links: + - 1244 + - 272 + - uid: 7730 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-238.5 + parent: 2 + - type: DeviceLinkSink + links: + - 1244 + - 272 + - uid: 8107 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-265.5 + parent: 2 + - type: DeviceLinkSink + links: + - 1334 + - 8134 + - uid: 8135 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-265.5 + parent: 2 + - type: DeviceLinkSink + links: + - 1334 + - 8134 + - uid: 9342 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-292.5 + parent: 2 + - type: DeviceLinkSink + links: + - 8690 + - 9374 + - uid: 9343 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-292.5 + parent: 2 + - type: DeviceLinkSink + links: + - 8690 + - 9374 + - uid: 10573 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-324.5 + parent: 2 + - type: DeviceLinkSink + links: + - 10133 + - 10586 + - uid: 10577 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-324.5 + parent: 2 + - type: DeviceLinkSink + links: + - 10133 + - 10586 + - uid: 11820 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-378.5 + parent: 2 + - type: DeviceLinkSink + links: + - 11821 + - uid: 14751 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-22.5 + parent: 2 + - type: DeviceLinkSink + links: + - 10531 + - 2244 + - uid: 14757 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-22.5 + parent: 2 + - type: DeviceLinkSink + links: + - 14753 + - 45 + - uid: 14760 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-22.5 + parent: 2 + - type: DeviceLinkSink + links: + - 14753 + - 45 + - uid: 14768 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-49.5 + parent: 2 + - type: DeviceLinkSink + links: + - 2492 + - uid: 14783 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-76.5 + parent: 2 + - type: DeviceLinkSink + links: + - 640 + - 5092 + - uid: 14857 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-103.5 + parent: 2 + - type: DeviceLinkSink + links: + - 397 + - 1068 + - uid: 14858 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-103.5 + parent: 2 + - type: DeviceLinkSink + links: + - 622 + - 3782 + - uid: 14859 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-103.5 + parent: 2 + - type: DeviceLinkSink + links: + - 622 + - 3782 + - uid: 14860 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-103.5 + parent: 2 + - type: DeviceLinkSink + links: + - 397 + - 1068 + - uid: 14880 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-130.5 + parent: 2 + - type: DeviceLinkSink + links: + - 2690 + - 14877 + - uid: 14890 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-130.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + links: + - 16818 + - 2100 + - uid: 14891 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-130.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + links: + - 16818 + - 2100 + - uid: 14978 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-158.5 + parent: 2 + - type: DeviceLinkSink + links: + - 14946 + - 811 + - 14980 + - uid: 14979 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-158.5 + parent: 2 + - type: DeviceLinkSink + links: + - 14946 + - 811 + - 14980 + - uid: 15040 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-184.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + links: + - 1938 + - 16903 + - uid: 15117 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-157.5 + parent: 2 + - type: DeviceLinkSink + links: + - 1933 + - 1937 + - uid: 15118 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-157.5 + parent: 2 + - type: DeviceLinkSink + links: + - 1933 + - 1937 + - uid: 15152 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-265.5 + parent: 2 + - type: DeviceLinkSink + links: + - 15186 + - uid: 15193 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-292.5 + parent: 2 + - type: DeviceLinkSink + links: + - 2414 + - 2413 + - uid: 15194 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-292.5 + parent: 2 + - type: DeviceLinkSink + links: + - 2414 + - 2413 +- proto: WindoorSecureHeadOfPersonnelLocked + entities: + - uid: 2238 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-122.5 + parent: 2 +- proto: WindoorSecureKitchenLocked + entities: + - uid: 5844 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-89.5 + parent: 2 + - uid: 5851 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-88.5 + parent: 2 + - uid: 5872 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-87.5 + parent: 2 +- proto: WindoorSecureScienceLocked + entities: + - uid: 10042 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-301.5 + parent: 2 + - uid: 10106 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-302.5 + parent: 2 + - uid: 10107 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-303.5 + parent: 2 +- proto: WindoorSecureSecurityLocked + entities: + - uid: 11204 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-357.5 + parent: 2 +- proto: WindoorServiceLocked + entities: + - uid: 1649 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-87.5 + parent: 2 + - uid: 2741 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-139.5 + parent: 2 +- proto: Window + entities: + - uid: 203 + components: + - type: Transform + pos: 1.5,-143.5 + parent: 2 + - uid: 205 + components: + - type: Transform + pos: 1.5,-144.5 + parent: 2 + - uid: 831 + components: + - type: Transform + pos: 1.5,-145.5 + parent: 2 + - uid: 1011 + components: + - type: Transform + pos: 3.5,-12.5 + parent: 2 + - uid: 1398 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-285.5 + parent: 2 + - uid: 1690 + components: + - type: Transform + pos: 3.5,-10.5 + parent: 2 + - uid: 2537 + components: + - type: Transform + pos: 1.5,-93.5 + parent: 2 + - uid: 2538 + components: + - type: Transform + pos: 0.5,-93.5 + parent: 2 + - uid: 2539 + components: + - type: Transform + pos: 1.5,-83.5 + parent: 2 + - uid: 2996 + components: + - type: Transform + pos: 0.5,-83.5 + parent: 2 + - uid: 3742 + components: + - type: Transform + pos: 4.5,-194.5 + parent: 2 + - uid: 3743 + components: + - type: Transform + pos: 4.5,-193.5 + parent: 2 + - uid: 3744 + components: + - type: Transform + pos: 4.5,-192.5 + parent: 2 + - uid: 3769 + components: + - type: Transform + pos: -1.5,-197.5 + parent: 2 + - uid: 5137 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-11.5 + parent: 2 + - uid: 7638 + components: + - type: Transform + pos: 14.5,-245.5 + parent: 2 + - uid: 7758 + components: + - type: Transform + pos: 14.5,-246.5 + parent: 2 + - uid: 8433 + components: + - type: Transform + pos: -4.5,-289.5 + parent: 2 + - uid: 8490 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-274.5 + parent: 2 + - uid: 8521 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-273.5 + parent: 2 + - uid: 8538 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-283.5 + parent: 2 + - uid: 8585 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-272.5 + parent: 2 + - uid: 8627 + components: + - type: Transform + pos: -0.5,-275.5 + parent: 2 + - uid: 8628 + components: + - type: Transform + pos: -1.5,-276.5 + parent: 2 + - uid: 8652 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-286.5 + parent: 2 + - uid: 8658 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-284.5 + parent: 2 + - uid: 8676 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-282.5 + parent: 2 + - uid: 8815 + components: + - type: Transform + pos: 20.5,-245.5 + parent: 2 + - uid: 8837 + components: + - type: Transform + pos: 20.5,-246.5 + parent: 2 + - uid: 9000 + components: + - type: Transform + pos: 10.5,-279.5 + parent: 2 + - uid: 9001 + components: + - type: Transform + pos: 9.5,-279.5 + parent: 2 + - uid: 9003 + components: + - type: Transform + pos: 11.5,-279.5 + parent: 2 + - uid: 10829 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-331.5 + parent: 2 +- proto: WindowDiagonal + entities: + - uid: 8503 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-273.5 + parent: 2 + - uid: 8518 + components: + - type: Transform + pos: -3.5,-272.5 + parent: 2 + - uid: 8519 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-274.5 + parent: 2 + - uid: 8541 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-283.5 + parent: 2 + - uid: 8629 + components: + - type: Transform + pos: -1.5,-275.5 + parent: 2 + - uid: 8635 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-285.5 + parent: 2 + - uid: 8636 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-284.5 + parent: 2 + - uid: 8644 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-286.5 + parent: 2 +- proto: WindowDirectional + entities: + - uid: 4161 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-60.5 + parent: 2 + - uid: 4162 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-60.5 + parent: 2 + - uid: 4164 + components: + - type: Transform + pos: -1.5,-65.5 + parent: 2 + - uid: 4165 + components: + - type: Transform + pos: -2.5,-65.5 + parent: 2 + - uid: 4166 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-65.5 + parent: 2 + - uid: 4167 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-60.5 + parent: 2 + - uid: 4168 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-60.5 + parent: 2 + - uid: 7898 + components: + - type: Transform + pos: 16.5,-58.5 + parent: 2 + - uid: 11770 + components: + - type: Transform + pos: 14.5,-58.5 + parent: 2 +- proto: WindowFrostedDirectional + entities: + - uid: 2303 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-85.5 + parent: 2 + - uid: 2313 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-86.5 + parent: 2 + - uid: 2314 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-91.5 + parent: 2 + - uid: 2315 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-90.5 + parent: 2 + - uid: 6627 + components: + - type: Transform + pos: 10.5,-161.5 + parent: 2 + - uid: 7235 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-163.5 + parent: 2 + - uid: 7285 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-163.5 + parent: 2 + - uid: 7288 + components: + - type: Transform + pos: 11.5,-161.5 + parent: 2 + - uid: 7289 + components: + - type: Transform + pos: 9.5,-161.5 + parent: 2 + - uid: 7354 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-163.5 + parent: 2 + - uid: 7355 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-156.5 + parent: 2 + - uid: 7356 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-156.5 + parent: 2 + - uid: 9464 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-309.5 + parent: 2 + - uid: 9465 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-309.5 + parent: 2 + - uid: 9467 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-309.5 + parent: 2 + - uid: 9470 + components: + - type: Transform + pos: 22.5,-305.5 + parent: 2 + - uid: 9471 + components: + - type: Transform + pos: 23.5,-305.5 + parent: 2 + - uid: 9472 + components: + - type: Transform + pos: 21.5,-305.5 + parent: 2 + - uid: 11203 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-358.5 + parent: 2 +- proto: WindowReinforcedDirectional + entities: + - uid: 195 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-23.5 + parent: 2 + - uid: 363 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-261.5 + parent: 2 + - uid: 529 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-30.5 + parent: 2 + - uid: 556 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-159.5 + parent: 2 + - uid: 557 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-267.5 + parent: 2 + - uid: 581 + components: + - type: Transform + pos: -6.5,-131.5 + parent: 2 + - uid: 588 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-157.5 + parent: 2 + - uid: 600 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-23.5 + parent: 2 + - uid: 607 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-21.5 + parent: 2 + - uid: 617 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-75.5 + parent: 2 + - uid: 644 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-48.5 + parent: 2 + - uid: 648 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-30.5 + parent: 2 + - uid: 649 + components: + - type: Transform + pos: -2.5,-29.5 + parent: 2 + - uid: 650 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-30.5 + parent: 2 + - uid: 654 + components: + - type: Transform + pos: -1.5,-29.5 + parent: 2 + - uid: 655 + components: + - type: Transform + pos: -3.5,-29.5 + parent: 2 + - uid: 657 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-48.5 + parent: 2 + - uid: 658 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-50.5 + parent: 2 + - uid: 662 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-50.5 + parent: 2 + - uid: 702 + components: + - type: Transform + pos: 1.5,-29.5 + parent: 2 + - uid: 703 + components: + - type: Transform + pos: 2.5,-29.5 + parent: 2 + - uid: 704 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-30.5 + parent: 2 + - uid: 705 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-30.5 + parent: 2 + - uid: 708 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-23.5 + parent: 2 + - uid: 711 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-21.5 + parent: 2 + - uid: 713 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-21.5 + parent: 2 + - uid: 822 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-163.5 + parent: 2 + - uid: 885 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-159.5 + parent: 2 + - uid: 1450 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-75.5 + parent: 2 + - uid: 1452 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-77.5 + parent: 2 + - uid: 1453 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-75.5 + parent: 2 + - uid: 1455 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-77.5 + parent: 2 + - uid: 1925 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-159.5 + parent: 2 + - uid: 1926 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-158.5 + parent: 2 + - uid: 1943 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-322.5 + parent: 2 + - uid: 2008 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-102.5 + parent: 2 + - uid: 2009 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-102.5 + parent: 2 + - uid: 2010 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-104.5 + parent: 2 + - uid: 2011 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-104.5 + parent: 2 + - uid: 2077 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-124.5 + parent: 2 + - uid: 2179 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-323.5 + parent: 2 + - uid: 2240 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-124.5 + parent: 2 + - uid: 2241 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-124.5 + parent: 2 + - uid: 2242 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-124.5 + parent: 2 + - uid: 2278 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-325.5 + parent: 2 + - uid: 2333 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-266.5 + parent: 2 + - uid: 2394 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-264.5 + parent: 2 + - uid: 2447 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-129.5 + parent: 2 + - uid: 2448 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-131.5 + parent: 2 + - uid: 2450 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-131.5 + parent: 2 + - uid: 2452 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-129.5 + parent: 2 + - uid: 2483 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-323.5 + parent: 2 + - uid: 2654 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-75.5 + parent: 2 + - uid: 2656 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-322.5 + parent: 2 + - uid: 2686 + components: + - type: Transform + pos: 3.5,-137.5 + parent: 2 + - uid: 2792 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-157.5 + parent: 2 + - uid: 2847 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-156.5 + parent: 2 + - uid: 2848 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-156.5 + parent: 2 + - uid: 2849 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-158.5 + parent: 2 + - uid: 2850 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-158.5 + parent: 2 + - uid: 2861 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-155.5 + parent: 2 + - uid: 3163 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-261.5 + parent: 2 + - uid: 3216 + components: + - type: Transform + pos: -11.5,-242.5 + parent: 2 + - uid: 3217 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-244.5 + parent: 2 + - uid: 3503 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-77.5 + parent: 2 + - uid: 3504 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-132.5 + parent: 2 + - uid: 3543 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-183.5 + parent: 2 + - uid: 3544 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-185.5 + parent: 2 + - uid: 3545 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-185.5 + parent: 2 + - uid: 3546 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-183.5 + parent: 2 + - uid: 3555 + components: + - type: Transform + pos: -8.5,-242.5 + parent: 2 + - uid: 3601 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-244.5 + parent: 2 + - uid: 3645 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-244.5 + parent: 2 + - uid: 3739 + components: + - type: Transform + pos: -9.5,-242.5 + parent: 2 + - uid: 3836 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-237.5 + parent: 2 + - uid: 3851 + components: + - type: Transform + pos: -7.5,-242.5 + parent: 2 + - uid: 4040 + components: + - type: Transform + pos: -10.5,-242.5 + parent: 2 + - uid: 4110 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-244.5 + parent: 2 + - uid: 4188 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-249.5 + parent: 2 + - uid: 4209 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-249.5 + parent: 2 + - uid: 4217 + components: + - type: Transform + pos: -11.5,-247.5 + parent: 2 + - uid: 4218 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-261.5 + parent: 2 + - uid: 4219 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-261.5 + parent: 2 + - uid: 4419 + components: + - type: Transform + pos: -10.5,-247.5 + parent: 2 + - uid: 4597 + components: + - type: Transform + pos: -8.5,-259.5 + parent: 2 + - uid: 4630 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-75.5 + parent: 2 + - uid: 4685 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-77.5 + parent: 2 + - uid: 4690 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-212.5 + parent: 2 + - uid: 4692 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-210.5 + parent: 2 + - uid: 4693 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-210.5 + parent: 2 + - uid: 4695 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-212.5 + parent: 2 + - uid: 4735 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-48.5 + parent: 2 + - uid: 4750 + components: + - type: Transform + pos: -9.5,-259.5 + parent: 2 + - uid: 5012 + components: + - type: Transform + pos: -5.5,-131.5 + parent: 2 + - uid: 6188 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-165.5 + parent: 2 + - uid: 6304 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-185.5 + parent: 2 + - uid: 6518 + components: + - type: Transform + pos: -9.5,-166.5 + parent: 2 + - uid: 6625 + components: + - type: Transform + pos: -9.5,-247.5 + parent: 2 + - uid: 6650 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-261.5 + parent: 2 + - uid: 6667 + components: + - type: Transform + pos: -11.5,-259.5 + parent: 2 + - uid: 6671 + components: + - type: Transform + pos: -10.5,-259.5 + parent: 2 + - uid: 6745 + components: + - type: Transform + pos: -9.5,-161.5 + parent: 2 + - uid: 7439 + components: + - type: Transform + pos: 12.5,-247.5 + parent: 2 + - uid: 7440 + components: + - type: Transform + pos: 13.5,-247.5 + parent: 2 + - uid: 7450 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-151.5 + parent: 2 + - uid: 7721 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-239.5 + parent: 2 + - uid: 7722 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-237.5 + parent: 2 + - uid: 7724 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-239.5 + parent: 2 + - uid: 7742 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-244.5 + parent: 2 + - uid: 7915 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-244.5 + parent: 2 + - uid: 7916 + components: + - type: Transform + pos: 9.5,-242.5 + parent: 2 + - uid: 7917 + components: + - type: Transform + pos: 10.5,-242.5 + parent: 2 + - uid: 7918 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-257.5 + parent: 2 + - uid: 7922 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-257.5 + parent: 2 + - uid: 7937 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-164.5 + parent: 2 + - uid: 8136 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-264.5 + parent: 2 + - uid: 8137 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-266.5 + parent: 2 + - uid: 8138 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-266.5 + parent: 2 + - uid: 8139 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-264.5 + parent: 2 + - uid: 8176 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-261.5 + parent: 2 + - uid: 8204 + components: + - type: Transform + pos: 10.5,-259.5 + parent: 2 + - uid: 8220 + components: + - type: Transform + pos: 13.5,-242.5 + parent: 2 + - uid: 8421 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-361.5 + parent: 2 + - uid: 8479 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-249.5 + parent: 2 + - uid: 8824 + components: + - type: Transform + pos: 13.5,-259.5 + parent: 2 + - uid: 8945 + components: + - type: Transform + pos: 11.5,-259.5 + parent: 2 + - uid: 8947 + components: + - type: Transform + pos: 12.5,-259.5 + parent: 2 + - uid: 9344 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-291.5 + parent: 2 + - uid: 9345 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-293.5 + parent: 2 + - uid: 9346 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-293.5 + parent: 2 + - uid: 9347 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-291.5 + parent: 2 + - uid: 9393 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-168.5 + parent: 2 + - uid: 9854 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-257.5 + parent: 2 + - uid: 10096 + components: + - type: Transform + pos: 11.5,-242.5 + parent: 2 + - uid: 10103 + components: + - type: Transform + pos: -1.5,-304.5 + parent: 2 + - uid: 10104 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-304.5 + parent: 2 + - uid: 10105 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-300.5 + parent: 2 + - uid: 10108 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-300.5 + parent: 2 + - uid: 10134 + components: + - type: Transform + pos: 12.5,-242.5 + parent: 2 + - uid: 10143 + components: + - type: Transform + pos: 11.5,-247.5 + parent: 2 + - uid: 10159 + components: + - type: Transform + pos: 10.5,-247.5 + parent: 2 + - uid: 10170 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-244.5 + parent: 2 + - uid: 10276 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-244.5 + parent: 2 + - uid: 10328 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-244.5 + parent: 2 + - uid: 10330 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-261.5 + parent: 2 + - uid: 10532 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-77.5 + parent: 2 + - uid: 10578 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-323.5 + parent: 2 + - uid: 10579 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-325.5 + parent: 2 + - uid: 10580 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-325.5 + parent: 2 + - uid: 10581 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-323.5 + parent: 2 + - uid: 11732 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-379.5 + parent: 2 + - uid: 11817 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-379.5 + parent: 2 + - uid: 11818 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-377.5 + parent: 2 + - uid: 12064 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-183.5 + parent: 2 + - uid: 12094 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-261.5 + parent: 2 + - uid: 12342 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-325.5 + parent: 2 + - uid: 12567 + components: + - type: Transform + pos: -8.5,-161.5 + parent: 2 + - uid: 12880 + components: + - type: Transform + pos: 0.5,-366.5 + parent: 2 + - uid: 12881 + components: + - type: Transform + pos: -0.5,-366.5 + parent: 2 + - uid: 13350 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-257.5 + parent: 2 + - uid: 13379 + components: + - type: Transform + pos: 11.5,-80.5 + parent: 2 + - uid: 13458 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-136.5 + parent: 2 + - uid: 14026 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-129.5 + parent: 2 + - uid: 14029 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-142.5 + parent: 2 + - uid: 14030 + components: + - type: Transform + pos: 10.5,-140.5 + parent: 2 + - uid: 14037 + components: + - type: Transform + pos: 11.5,-140.5 + parent: 2 + - uid: 14039 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-142.5 + parent: 2 + - uid: 14040 + components: + - type: Transform + pos: 10.5,-149.5 + parent: 2 + - uid: 14041 + components: + - type: Transform + pos: 11.5,-149.5 + parent: 2 + - uid: 14042 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-151.5 + parent: 2 + - uid: 14043 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-308.5 + parent: 2 + - uid: 14044 + components: + - type: Transform + pos: 14.5,-306.5 + parent: 2 + - uid: 14045 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-308.5 + parent: 2 + - uid: 14046 + components: + - type: Transform + pos: 16.5,-306.5 + parent: 2 + - uid: 14047 + components: + - type: Transform + pos: 15.5,-306.5 + parent: 2 + - uid: 14048 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-308.5 + parent: 2 + - uid: 14085 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-136.5 + parent: 2 + - uid: 14086 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-135.5 + parent: 2 + - uid: 14087 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-134.5 + parent: 2 + - uid: 14088 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-133.5 + parent: 2 + - uid: 14092 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-65.5 + parent: 2 + - uid: 14261 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-71.5 + parent: 2 + - uid: 14262 + components: + - type: Transform + pos: 10.5,-80.5 + parent: 2 + - uid: 14263 + components: + - type: Transform + pos: 9.5,-80.5 + parent: 2 + - uid: 14264 + components: + - type: Transform + pos: 8.5,-80.5 + parent: 2 + - uid: 14266 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-82.5 + parent: 2 + - uid: 14267 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-82.5 + parent: 2 + - uid: 14268 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-82.5 + parent: 2 + - uid: 14269 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-82.5 + parent: 2 + - uid: 14270 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-71.5 + parent: 2 + - uid: 14271 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-71.5 + parent: 2 + - uid: 14273 + components: + - type: Transform + pos: 9.5,-69.5 + parent: 2 + - uid: 14274 + components: + - type: Transform + pos: 10.5,-69.5 + parent: 2 + - uid: 14275 + components: + - type: Transform + pos: 11.5,-69.5 + parent: 2 + - uid: 14283 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-163.5 + parent: 2 + - uid: 14332 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-65.5 + parent: 2 + - uid: 14604 + components: + - type: Transform + pos: -10.5,-131.5 + parent: 2 + - uid: 14608 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-244.5 + parent: 2 + - uid: 14610 + components: + - type: Transform + pos: -9.5,-131.5 + parent: 2 + - uid: 14611 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-168.5 + parent: 2 + - uid: 14733 + components: + - type: Transform + pos: -8.5,-131.5 + parent: 2 + - uid: 14750 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-23.5 + parent: 2 + - uid: 14752 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-21.5 + parent: 2 + - uid: 14756 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-23.5 + parent: 2 + - uid: 14758 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-21.5 + parent: 2 + - uid: 14759 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-21.5 + parent: 2 + - uid: 14761 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-23.5 + parent: 2 + - uid: 14765 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-50.5 + parent: 2 + - uid: 14767 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-48.5 + parent: 2 + - uid: 14769 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-50.5 + parent: 2 + - uid: 14782 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-75.5 + parent: 2 + - uid: 14784 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-77.5 + parent: 2 + - uid: 14849 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-104.5 + parent: 2 + - uid: 14850 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-102.5 + parent: 2 + - uid: 14851 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-104.5 + parent: 2 + - uid: 14852 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-102.5 + parent: 2 + - uid: 14853 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-104.5 + parent: 2 + - uid: 14854 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-102.5 + parent: 2 + - uid: 14855 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-102.5 + parent: 2 + - uid: 14856 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-104.5 + parent: 2 + - uid: 14876 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-131.5 + parent: 2 + - uid: 14878 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-132.5 + parent: 2 + - uid: 14879 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-131.5 + parent: 2 + - uid: 14881 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-129.5 + parent: 2 + - uid: 14883 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-131.5 + parent: 2 + - uid: 14884 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-129.5 + parent: 2 + - uid: 14887 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-131.5 + parent: 2 + - uid: 14888 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-129.5 + parent: 2 + - uid: 14903 + components: + - type: Transform + pos: -7.5,-131.5 + parent: 2 + - uid: 14908 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-133.5 + parent: 2 + - uid: 14909 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-133.5 + parent: 2 + - uid: 14910 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-134.5 + parent: 2 + - uid: 14918 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-136.5 + parent: 2 + - uid: 14931 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-137.5 + parent: 2 + - uid: 14932 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-138.5 + parent: 2 + - uid: 14933 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-139.5 + parent: 2 + - uid: 14934 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-140.5 + parent: 2 + - uid: 14935 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-141.5 + parent: 2 + - uid: 14936 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-142.5 + parent: 2 + - uid: 14937 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-143.5 + parent: 2 + - uid: 14938 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-144.5 + parent: 2 + - uid: 14939 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-145.5 + parent: 2 + - uid: 14940 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-146.5 + parent: 2 + - uid: 14941 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-147.5 + parent: 2 + - uid: 14942 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-148.5 + parent: 2 + - uid: 14943 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-149.5 + parent: 2 + - uid: 14944 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-150.5 + parent: 2 + - uid: 14945 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-151.5 + parent: 2 + - uid: 14977 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-156.5 + parent: 2 + - uid: 14981 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-157.5 + parent: 2 + - uid: 14982 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-157.5 + parent: 2 + - uid: 14983 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-156.5 + parent: 2 + - uid: 14984 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-155.5 + parent: 2 + - uid: 14985 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-155.5 + parent: 2 + - uid: 14986 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-154.5 + parent: 2 + - uid: 14987 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-153.5 + parent: 2 + - uid: 14988 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-152.5 + parent: 2 + - uid: 14989 + components: + - type: Transform + pos: -7.5,-153.5 + parent: 2 + - uid: 14990 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-153.5 + parent: 2 + - uid: 15039 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-185.5 + parent: 2 + - uid: 15041 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-183.5 + parent: 2 + - uid: 15050 + components: + - type: Transform + pos: 8.5,-189.5 + parent: 2 + - uid: 15051 + components: + - type: Transform + pos: 9.5,-189.5 + parent: 2 + - uid: 15052 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-190.5 + parent: 2 + - uid: 15053 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-191.5 + parent: 2 + - uid: 15054 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-192.5 + parent: 2 + - uid: 15055 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-193.5 + parent: 2 + - uid: 15056 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-194.5 + parent: 2 + - uid: 15057 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-195.5 + parent: 2 + - uid: 15058 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-196.5 + parent: 2 + - uid: 15059 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-197.5 + parent: 2 + - uid: 15060 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-198.5 + parent: 2 + - uid: 15061 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-199.5 + parent: 2 + - uid: 15062 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-200.5 + parent: 2 + - uid: 15063 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-201.5 + parent: 2 + - uid: 15064 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-202.5 + parent: 2 + - uid: 15065 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-203.5 + parent: 2 + - uid: 15066 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-204.5 + parent: 2 + - uid: 15067 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-205.5 + parent: 2 + - uid: 15068 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-206.5 + parent: 2 + - uid: 15069 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-206.5 + parent: 2 + - uid: 15070 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-202.5 + parent: 2 + - uid: 15071 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-201.5 + parent: 2 + - uid: 15072 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-204.5 + parent: 2 + - uid: 15073 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-203.5 + parent: 2 + - uid: 15074 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-202.5 + parent: 2 + - uid: 15075 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-193.5 + parent: 2 + - uid: 15076 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-192.5 + parent: 2 + - uid: 15077 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-191.5 + parent: 2 + - uid: 15078 + components: + - type: Transform + pos: 11.5,-194.5 + parent: 2 + - uid: 15079 + components: + - type: Transform + pos: 10.5,-193.5 + parent: 2 + - uid: 15080 + components: + - type: Transform + pos: 8.5,-204.5 + parent: 2 + - uid: 15081 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-191.5 + parent: 2 + - uid: 15113 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-156.5 + parent: 2 + - uid: 15114 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-156.5 + parent: 2 + - uid: 15115 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-158.5 + parent: 2 + - uid: 15116 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-159.5 + parent: 2 + - uid: 15149 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-267.5 + parent: 2 + - uid: 15150 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-266.5 + parent: 2 + - uid: 15151 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-264.5 + parent: 2 + - uid: 15189 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-293.5 + parent: 2 + - uid: 15190 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-291.5 + parent: 2 + - uid: 15191 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-293.5 + parent: 2 + - uid: 15192 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-291.5 + parent: 2 + - uid: 15786 + components: + - type: Transform + pos: -8.5,-166.5 + parent: 2 + - uid: 16514 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-261.5 + parent: 2 + - uid: 16948 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-168.5 + parent: 2 + - uid: 16949 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-167.5 + parent: 2 + - uid: 16951 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-166.5 + parent: 2 + - uid: 16952 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-165.5 + parent: 2 + - uid: 16953 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-164.5 + parent: 2 + - uid: 16954 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-163.5 + parent: 2 + - uid: 16955 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-162.5 + parent: 2 + - uid: 16956 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-161.5 + parent: 2 +- proto: Wirecutter + entities: + - uid: 9673 + components: + - type: Transform + pos: 22.367733,-317.24506 + parent: 2 +- proto: WoodenSupportBeam + entities: + - uid: 2753 + components: + - type: Transform + pos: -4.5,-143.5 + parent: 2 + - uid: 2754 + components: + - type: Transform + pos: -3.5,-145.5 + parent: 2 +- proto: WoodenSupportWallBroken + entities: + - uid: 2755 + components: + - type: Transform + pos: -4.5,-147.5 + parent: 2 +- proto: Wrench + entities: + - uid: 2294 + components: + - type: Transform + pos: -2.6635373,-80.719284 + parent: 2 + - uid: 10023 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.472401,-302.6237 + parent: 2 +... From 8f0b4694bf1a9afce5f9714dee40b1fcf4e6269c Mon Sep 17 00:00:00 2001 From: Ben Velie Date: Wed, 21 Feb 2024 00:38:29 -0600 Subject: [PATCH 078/101] Add guidebook page for the RTG (#25040) The Radioisotope Thermoelectric Generator (RTG) isa power source that players may encounter in the game that doesn't have an entry in the guidebook yet. This commit fixes that. --- Resources/Locale/en-US/guidebook/guides.ftl | 1 + .../Structures/Power/Generation/generators.yml | 4 ++++ Resources/Prototypes/Guidebook/engineering.yml | 6 ++++++ .../ServerInfo/Guidebook/Engineering/RTG.xml | 17 +++++++++++++++++ 4 files changed, 28 insertions(+) create mode 100644 Resources/ServerInfo/Guidebook/Engineering/RTG.xml diff --git a/Resources/Locale/en-US/guidebook/guides.ftl b/Resources/Locale/en-US/guidebook/guides.ftl index 5571e58e4fd..e67331d8e4b 100644 --- a/Resources/Locale/en-US/guidebook/guides.ftl +++ b/Resources/Locale/en-US/guidebook/guides.ftl @@ -13,6 +13,7 @@ guide-entry-portable-generator = Portable Generators guide-entry-ame = Antimatter Engine (AME) guide-entry-singularity = Singularity guide-entry-teg = Thermo-electric Generator (TEG) +guide-entry-rtg = RTG guide-entry-controls = Controls guide-entry-radio = Radio guide-entry-jobs = Jobs diff --git a/Resources/Prototypes/Entities/Structures/Power/Generation/generators.yml b/Resources/Prototypes/Entities/Structures/Power/Generation/generators.yml index 4948231b909..ed70b310915 100644 --- a/Resources/Prototypes/Entities/Structures/Power/Generation/generators.yml +++ b/Resources/Prototypes/Entities/Structures/Power/Generation/generators.yml @@ -247,6 +247,10 @@ range: 5 sound: path: /Audio/Ambience/Objects/buzzing.ogg + - type: GuideHelp + guides: + - RTG + - Power - type: Destructible thresholds: - trigger: diff --git a/Resources/Prototypes/Guidebook/engineering.yml b/Resources/Prototypes/Guidebook/engineering.yml index d8a260f9a10..21d17f02279 100644 --- a/Resources/Prototypes/Guidebook/engineering.yml +++ b/Resources/Prototypes/Guidebook/engineering.yml @@ -65,6 +65,7 @@ - AME - Singularity - TEG + - RTG - type: guideEntry id: AME @@ -81,6 +82,11 @@ name: guide-entry-teg text: "/ServerInfo/Guidebook/Engineering/TEG.xml" +- type: guideEntry + id: RTG + name: guide-entry-rtg + text: "/ServerInfo/Guidebook/Engineering/RTG.xml" + - type: guideEntry id: PortableGenerator name: guide-entry-portable-generator diff --git a/Resources/ServerInfo/Guidebook/Engineering/RTG.xml b/Resources/ServerInfo/Guidebook/Engineering/RTG.xml new file mode 100644 index 00000000000..1d71ee9144b --- /dev/null +++ b/Resources/ServerInfo/Guidebook/Engineering/RTG.xml @@ -0,0 +1,17 @@ + +# Radioisotope Thermoelectric Generator (RTG) + + + + + + +Making power using a Radioisotope Thermoelectric Generator (RTG) is similar to making power using solar. +RTGs only provide 10 kW of power, but they provide it for free and for the entire round. +Basically, if you connect an RTG to your power grid, it'll give you free power. + +Sometimes, RTGs are damaged. +Damaged RTGs behave just like regular ones, but they're radioactive. +That means they're more dangerous, but on the bright side, you can put radiation collectors next to them to turn that radiation into more power. + + \ No newline at end of file From b98450a3ef35f439cbe0202f8bda9556a8b8d3d8 Mon Sep 17 00:00:00 2001 From: PoorMansDreams <150595537+PoorMansDreams@users.noreply.github.com> Date: Tue, 20 Feb 2024 22:39:05 -0800 Subject: [PATCH 079/101] No More DMCA over pirate_start (#25153) ARRG! --- .../Audio/Ambience/Antag/pirate_start.ogg | Bin 268273 -> 331817 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/Resources/Audio/Ambience/Antag/pirate_start.ogg b/Resources/Audio/Ambience/Antag/pirate_start.ogg index 785b1313c913289b224f6f92a03367b28f88842b..f2dce2383feb4e2003d49aa4759376aa9cb2f6b3 100644 GIT binary patch literal 331817 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
D@Dm=<~W>x?4YUKGiutDjx8-MeDkQ^T4zg z_+J=;0k7`A1GALyke_zASm$!LJ~@itNHge%mnF>@3!!0qcjj%lpvj&dW{GPp)1^BK z(=O#-M_UTsrcKppxr^E@VcRn0>jq}_3Jj7vx!42DY(*8n?t~jX*7$sozoRFM9<42K zvqb!7F8um>(TmU9=V4a-vKk8h9-V)V2=60m*0TN_#iSZ+jn}i#oMMlwz0j>uu9Z(_ z6@)W&1lPYLGEHg160_G-JC`l;S5aVI{si@>=u{l4prXDMhigG% z5z6*xo#-`N>tH!g+0mvI{7A8EUnK!7BIL3e27ECBxT%{Sol~8>Osr>iOm_bWQY)hTMn`{O6G;t>k-dBMbn3L*ZF$9$!uTR(zi*f)#@YFH`A+|T zPg$*^OAnC4patSP)$m-l5-dpe1sUc4Ol`DL%&ve3c94z2(1B45)0t8=r4k?C`?8a= zGbT=L=9TR+1Eg-u?ldb3Jod(!qu+FDW;? zK>=!P@H=2H1fG@2d9jiLk60+7H}~hPZV7=EQ1@gH{>B9an$vasrXy1ri($=SxH@@uWMU1-U_QV;E@oAdX;HN zHfEH^@+_oHa?lLF=;Is8E3lqb5lfGvFH4>>*~>h#KMOq0$lhLPGmx*teT)2ifg>fR zRR^FK>+I9{RXsN=M0TO_Ve}5Z_YfOhQr$wH&?UN^0wtAK3j6U}2f8B#uHN)-5OcP- zb{#tD)wpiTE_x_(YLKHwXBU&uFXR`*rG~SMaK1fgD4uDN)W;(9nIkYdBy!*SO}Zs> zYBBm*H{hKnR>;Qto<*kcuq-rIXpDNvYT4!k5V-=dSuj&9yHm8!@B!ahDO4Za&_7tY z7P0h3Ar^!q`?A~6VqNuXBkP#?W5?wxY^9$pmumTCym*6s{JPpiTT|Hk{;xgc?f*OexN%jf)5#e3Ze8(553eFpdR{m=J2_n?rEHV7 zNK*wI(kyBvlAsRL3VRlc1W=)e?B98V=x;xgM%~L8)g(Z;<*O5zVZy5aG8pIeSIo`$Nt1TquDZSt#j|7xRNB?~!uTElsxh?wXBxMV3-^mts6cVT8cPrgK zxSeYh6I3cw8#LjbmoFN)Wr48%ET7IBEATM(D@Ez?Ngha5D*U0F{>p#vsJ*uVAEA$; zjIRq6e1YS)KWKlNLJEK1q`pb-Q=k0h_<<8ZuBy!Cw4E~)pCc5R`kl%G;GUCsZRZ8@ zwX=)uieMMJqNUJ#Bx`b7BCpD`S{zsPFvP7X>JeiHhCdvGkKV@7l~0CV5{s-$fY+6k zq>o#m0#>Rkqlwn3g=+s0ec>0B%KwYQM@66_E`FG`XPkL_)*jt#rr{a8if-PyCGSev~2 zn1%quM81Dap07Csv6Aa5dZ6T(u$v7Y_Z!-=e&78BB!7ak@JP*K{XxTfzA0s!b%>m z)pI&Fru!m~!QflFW^g5!KO_@NT=Y0-aJ@v6+>z%lv=c1%=Q>kQCk_^T1J-f|i$`*! z1a$OXGiiDKQkB&ae+p0wrH@tB{(j-?xAp?k=O~fP_*qqyjLxriujNe{pmPCo`w-8@ z80z(IwX2%r6KL`ddM1JPiN6ddY(|a@@VK^oc$ULysd-06XNDp&vMw_s)Ofk6?~16Rcp9bta4q_Vw6#mx^}BIm zcY^txy|FD&t(6Dr2{k1hH+1Q#Gok*^iArZr&Xod2Ib+~-@2&Rq zS~?K>q(4VWzG!GY)3P1&I+l~ZA(PvK71}rQJN4(9T)&q{Oh)sZsOje0;R3V6@Wo(~ z;u8gp+0KpVJVZFT`DW7VvssI9v+rt;d4>vn^*%}7TRYy0Z}B)IRjgchK$bdBtji5z zj;Hk;rv28i5eFB3Te~vI6$b|$I%)@T!BJJ{NU1G07dpazIh8*FU88Yecr|xYQ!uMy z`@o^!M_+sYi2hWX?s_D0R8O@V>pBEMDl69o?N)q}R_qzkA@_Sg1yIcU#CC`lK8rPc z%XNKQut?y&!b|#O%8%WVbe*xMdP+hyL1H+cEfG>?bMi>LT%lA~$C5Oj=>`LAHD_6C zQ1qAQw^S9mt2+t|Z0y|!4!f?ptgDY0y0f$E-qn{t@gpL7rhIj|adw?An^qOr zmdIARMSV^I1gij%WiYOASM*Vy&5xn!zVIaLtbFu}RsHrJ)#S{~j8WC?O6TgA8ocb> zbtu%2h}^yPi^2RS7u?OX6Rm1mPyAQ^$WB;p@wDdf-`;B73;t)ffO_BAkcNP`;jwyY z=b8h12zLMV*wHYQL8ouT$(&+6&WG+_$ep7IjD?HP8($CG@INx5K`(~_CzN=o)OnstH#GR8P;N7jkKU};uXoa_ruG?>^0%fwy`(wUBt(1$wR<+&!2X2IE}EZQ zzA;2mgf_6}8J-O1$F|BERU0Mc1pw{SXMF)SbX|2Ldf$dMs>ipDSTi(x9`!zLEqb}Y z{UK1;hIa&Huss(!PU#C^`{jr8kiF==RVoqCr>U(n zGULrr8sMI?pgw)k#YnYk7l`Ha7obiE=#aSL68z2nrw|)X1+ag@@Ag6w93S0YGG#5G zu{NW}F_N3_3PMJdm{!_t+CM%&dEj_EX}TA_WMxIlc(%}`Cwem z-(N320jk%IHZ5yHyDoCv^lwqLcABisO)Y)B%ox&OGWrKbA9tw#Byn&ARSnt14IwjE zaVDd&<_%b-h*3gaQV3`Gh^zKCI*FI{17Qsf_cQOl7utRqPCUnk;j?Z7zuy*F*#Pwa zZQm@SVlASwg7e!&D98%gTO-nB{d(?hFxOKMZtPUekxSVeIAr)r-qBw%Q3g?!RX$NsMd)s7F8JG# z*V0+i#oES(n+2BUG?OJJaFDpmSFpm`3H|HdLkb6-!`Q-intuQbTWZ%oPy*H7r?ZjV zHgHwCB8RAaX^OA7xXTVS!d~Ya}@Ky7F`i;#T~*kd%K-(kQo9SX8lv&4lYE7 z9hHHr&4K+aU&3=>)d}`$qol6{KmUmOmsDKuZ@mW-8%j?re;U7z^p>V^h}C5AbTKpUbBX2B+orD$kZzjJdZVys;Q z(>M~_e(@OMoNay1Ps%SnK=?%QwD8n2t;A1sCC^xmb?n=-`yK>BoHc~HWu zW1XLrit`55Hj6|~HQnJsiz1mJ*H7`Q)K)mI0<4dFob9XDo+~POOn&Uz!UtBQ4to;yjf3-i zX{FGQ+gs6fo5p5h*FASb9a8TVGJljk$1cHI2(q(A;BY7e8&gKEjOC|kTd_F=XMG?h zgs}g24+E`Z>Z(_lOZq|gpDgrYGL;*}?t=#u)D&_|Y`80&&R8vS$2O6Z>|x~v#}hwl z;jQ|j3H$RPkPH!RIB%IG^2X`R716!oZULD%Ni71!U)Tz1&e*xFDxXoq#_7GI3z5;| z48a?JfrNH)9>15b!{3kDJp6kZtAtLmO~QrwoVOwuHa4(7X3T*VxC2dy89dJj`{t}m zg1KyU;jF!@q zJk7Px+tHPkCi;1;Ys=9?pP3U!)h7`cveNJBPXOcS5n+9ZTE>gWA}LqZ2aKV%fY_Ih zD{^hZJeHmdSoV@yol1nAt<@f2)_YYXXG*Jb+?{qDfHE^FMw`L)ffmUMBrg{mr!1tnsbzWZfk zYnq6-!l?^<82=C5Df)9X(~NIExlicv^LL>L@FKoL=*}`_zMId0C8Xt@pMJ5pF#M#o zResGqyuSm383o&$Wk6L{A1K_bKVlAe$`nyMSdh3{r6r%1zhEZH;iF_GiAn4Apt9*& zX#R$4+rpS_VuVpBik2-0U8wSlVgAIulEVQcWke|J@Vdo+P_#ktS#_S{)O_D74pxHE zkwCE3#ZI-sD#PF2pxoYT4QaNJ5A7tn^;tKSg{h$MyjSBs4;}0|p}CFhmx*o1QrkMO zyx|71*TiB({0D-fllom)D>@^gmW?YD!#BMZ6=(93W- zkWQc7+aBE@KKX-aDJ45A4ghdh76ssY1OtF6P8g^X@iZZu4#lA(jU#QA5qZ~u_Z4-7 zU->sW$URA7mbd6NW=KQOB)1d>+@?FY^t|hf=IRv@{MJ)4dk0|qeg12SNHr7HShUXi z9f)2H#=4s6TnD#APN_4Gtd`LF?oImW zGT>?`KSmt(No*RQe;3+@2992HhvT+z+EdExp2sTt-;^0fMvoTd?@qAen;*>6pL!2F zkD|K*1=l|HBIuJ=*0P`yo5Kz=Mm_<1#E!5I3Qz5RZ!SdBI_u3}8{pvreNjm{OT4^r zL~;Dvyx#C*h%dZ~69oCOgpgej0-0-uC#T<47xVJ`BObU?JK66;k zDG(e52-K0D)(Y(*qJjPp0Ylc|trpqRs&;noT?K>FA(cf%#X+5~H4H4um2`UY42?8` z{DZrVue_|PVYBTck3C7|laRraQ-*?rF+WEAT|o~zKzl1+mAQv2k^>Mjj=2BdbVfJz z$H<)6z~`-3GY@0k*mqHiCvqVGaL)c|9vEl(QpL>r)cyD0cMr(ZfNq;{fUG;t6%;8K zbsd#7;1F@yUgy>foc*!6J|>u!wdo>6Jxc~=`#*LQAo%|sgIrOZfUY=uX%^BVY0SyZ zku-g!23flbj_oHczarkar5m-*7X|7vs_u%IUIl3NoogcUO-tJ{ zIYw(xzN{j;Z!aAuFOtFeuEB;zK%teLVR)I>%Z$h7QbpBrlB9M=Z-xmo%WLkHKfg$4 zX2Xjlk@IOPT(F~i9B|~f&2&?QS#!+mq`PIM3T~xP3x}`U_5y!{;pF$^C1DB3oB5pw zLE90(?b66H(!%3gcN|_X2+Uznuu0{ct+=RUN=dj+_NH)Ka@PLAt2*qA%&>G#BTq1W zEM|z|QB@bB^D&%~G%ZUN0FJv>TI?~Jgi+UYJJl_vibmmxF_6FfdI5C9{y&MVKJvHc zcwmSx-+ypT*b$^98B#019#@v$j2^sWl~wNj4b9^4tgAtKkfRH1g&|8zFSm)5aPi?+ zx!QhFg)pez_7wuo35OH-rDozkQoP6uZw9KsU*go<8~RU*BTJrSI9`7uAKMrEQiAG` zt~@Es_R9E`vSuyy$C1dw!p)SS=?Lpkt)u}!i^V;&z}2q^^&r3OIr60VvIdfY&~d5I z1D@X|HjH8y$AS05l0cOYz$l|Y`K}*00#)wZFS%`fUwD8h2 z(Z{_UZrSN=eW+_Hp`0NJ@I#lZ> zfHZy;SrkdrP4N99jl|nUsg!vAr@PhpNHFsyAyF{D{Ky1AS9J}ngls!qE z>8}CC01(jq5SRqBJ6xlNoXl|?eZkL0}9 zH+tNV9uxe#b@&1D&y;1vAC2Jw5)^B>g&cyphH@Ig%eFce7~<4KmnzKS@Q&wA z5Yl6Y*^eKne~RVZr~JA^;~(^WrdEQ_Z6U!J_aqRMq5e~Tg}C9%SYNohB&ds>Z9@d% zERV5>rrzV@wVOdEr~@UY&q}yQ=)RGK$Ik9Ci!UklU=o`fKP~ejzyf`>+ZkxbpzwE4 zXn;}(`mXBjM_0M_U9`Zb_ou2sWR=_r7W#i$5_qkKX0JKARM3RVbx$ztb1gQ($D&Su zeH!0r!}o1&!W*?SdPDA>`e$*?T!u`$i#K0UKRfn8zMi1->h+wB1aJ8wu|#jI1lu~Y7R`dqa@K;+d5{{Np!J|DiG3q>T(z2z{J ztk|ur6pb97Gw-~&WCAvR)-O`kR06Og|LUe(dz{clsNboF)sqUahrZf-lw# z?rX$+aAnAfR~puNo?jmhu^i_V8Fqj^GbQC7th(@t29!L`8>{9a1&8}Tt~#9j5ZqcV zu$`Cv&x1|Rmw)rXD6zf}44>Y33rXV-iT<-2krkgjt)rM= z5hebG>MY)x3jmw zj?O#@aliFF=p;|TO&TcJvt@|{Jp}x#p1x3(qn;h_)NCgZ0`t7GgfBY0_a(D!&YSdI z3=?k9-I8YKmG~DZDUEuGpKc2(5ouz9A*SK89bLj0(!qq0d+Cu+fr#Z^C4c<|1n#wW zK2R!)Xuk@?Di+*u`jbg`0H5&uLX`XO)!-J)Efq4l|E{M7F?DYydFEFAYx7{?4Glfy z>XYoe_;9s#iE&uBL_XXp!YgZn;$(Grp72RZVF&|O7SDt)oqONb8#i&>HII(Ewsp%_ z&(b`o@Vn8Ko?q7bjI~#X_Di*0bj9A>QgyPCxe)%!brsCn(_pWZS6fw@pQX64-zu?| zlxBv}KBB2jDsm|P_+Z%ny+|<{3Jv#UZQpXpc@Aqx57WC{R-V?Nh!5t%LRdT2t;SHz zRO8C~JV8V$O|==~pxya2%G!WeIVnwB);#&Qb42qRMJHEY)zMZE$|m>J<73l2)!&S$ zCuCv^gP)nY0~20hsODE_gz7-vpolTX3YTcNN7iIk-JXb#Zw3pWzD?zm9{dtLMtw%} zK8goM?iqL!AkSDKvx;Cs!c%an9Ds-!5~L{~^44{%$x07=$@4^v&N zOK$=0h4dLmvM_v%&qg%~{-9bXFaP55B?18UeqU{8!6(z)?VH3K+a~9(fQ4BT5tsP(( zCekMSVY@ps&u=rgM*qR&9&ufo3UM@PfyYPdw=m*HNpVAj$zdW>W5|H6M$y;ok=Cyh zbLdqO9RbtjPhset!JX{E$7gw$tO1a?53Ud2rcDfy_HCN<2!A>iO*|Y-_`rkv433+V zHyub>d&(h|m0|J|?H-6WZXKl*n*HUwDdfn^Zr(TY}F1_WjC6z9&?M0}kq^NeXlf}pA<_Ic;+n+MlT~{KA-r2FQ zbohnRYF{3+8=a!GY$LPJZFhmWvLHv6DAOlms$xm8Xe9QK-i1CFy_SXT29Q|; z7CgNd!ZEk{r3E!30a~E56tpe{EW_%>a#S<5HO+u;%;Yysj;8QzpT^^dNz`JIfGis0 z%rwL<{=YMvaD+p;ym#apmj?iB9urQlWWYTDumxUZC0~@?I-T(O1dqN;@lTF67lT_v znvwwou!jxMQU?Ht5S@3=pXSkywWr^)0dSGP$wAL)kq>^S2u{a^S~+%w`3e2KKRq}4 zkG;fXdW<^mmDWQ(>Sw$PXXvb=*-*u!+Z!zX4@t;D7>3t*mMhPE9g9#HT(Vl##97!w z+hZr#VZ5cbF3D7M0`3>RCk}b@ow=oo{in9I%byFvAo~Yte1~RWxf?-8Hf2o842IBk z-0(kAN?lg~@>rLnOM$Jcp|ZV*AP+`zYcP1=5bT{736J*!#H;z7Sp_nqn1BFk-kJ>lzg?J>LR^qvT)vGg1y|C6h~q zw1Lx*C2^pkq*#Xlg{F>_<{2Nox*ooDqVo{7m*{EufMVeTiy<3TYzl`hieE+6GJM1V z_wZvxICIXemK-lEzXd6|}}uFu?^=Kcz-3S$)494jt^XpU3=ghMei;}Q$7 z{_gc!8$@#4`f2!R(jwahaUkpO>4`kex235x9|Kx}#I7*^eiA+;9E`LqOKpc(N@#{} zV3gvrUqgT3vq5N^Vw}CsM}B<1Yq^@GpJ3cpK0IGuHeG%Pi}l$vo6<|c>zt&$Vsy!& z0vzY__QJ7@SNt5d+s~@8+H~L<3D*P_LOG4$rqiz~?lQ*rBH+4V6}XOhwpPtuxb0^a z5bm_LQjob*MV+SnzJPsX>h_)m3U}=?EOr!M@@zY)Tlmf=^Pf(ye{?mNcE|8xZcy=1 z(1~@=KZ@c2s)c|;pp+8u^jaI{0P-jSY~~^Eq!^_E1P0Lp05fp*sIhK<3KUsWKd6=s zdJ5Vm{BL#?Stzvg9o^AzadR{tEB(#i@u>{BKO!F<;WH__lx5jKmzTg2d>TR6_>S}Q z3b>GwQV6DrIlZ+-jiDqso$#w(c9V?ybp9a zK4}hCGBa?6k8NOh$fUzGAYp`gM1g|($Di<-<5m?G7M6$$O%W7y0k^~!Kyn!i z*UopId<8Vqa&{N8ChKeUlS>|<1FdOlf&bWKB();P698atIE?x=->a(Y-s#+w86M0n z+~K^ARFUMs5f!lbDpR$%Y{&fyD-rn|01nS7BlqwgX=5ZLAqN1sH$Re9Kh-BQtBe^X z@b1!j4&IGH~^4}t|(+VhqgRX; zks>2=cUy9=eUoW)?t~?fb$V}aj;)rZti}#4Es5THe^j8j>`XD|r*heow^x$f=<-`& zi)*gY4kvKTXX;97G6xHPXX&w&s>NPhN3gc!jiV78m0`rOn?Rl}<$MOf^yHnN#C)W* zU~(3#)y=-|v=(O+`)OQ|M(iWh7)^j4*Kz)O#73|P64g7@mjvg}RC8thtpM4;t+}=8 zNh>Rs%WhzDH{vEnAD(qJ@j6Fqf;%+TQW(lsqqv7PBQBROvcUjQ?XFJy-{>PffuA?N z&}kOLCuiXe8ZV^MH_QQ!7zn#{qhLbr#K0r$R(wQ+{B#Wch&LuZG{E2>rX?t)uZ=y$FuXV!WVPiA{!j`iYx4JRhhh&eD z;7n38LVBIAwqWTqDnDHu6ex43koaruGz6W!r!$u>-{>@#mER7~WB-f15?X;cdGq)mf&1v(<7< zr)Yh?j<%(=nxQ}Zb#Jx-Bm04s$k%M4`MjL>{*u_+yi?|s1<~j??@OzGUhALn);kKr z085DOML#~uG4gEA=z^{mRfTSGvhLJSX)vv7EYJNj@xdEb^*WE$n6*hgBb373fNI*6 zX+M)Tkg=aFqE$8Hx?ORoUXloX&qLlh)eEUFPP7p=G(dCwil4Ek`Z?>)c+bc88|8od6DbP7ltGu>C2Wjtu*tUmA@}n3@aVxDnr5PRlAu>!*uuzLY9A6qjMk{*c2-BWqlVn$kc)7` zwSumOHGGxBvUm681^_BT7R|Bjl`)76$PJ-3fzp}~?*$|kplsD_Z zNnNCz;BBPStx+G|jx-FIk+=iiNxJ>V3-??)+oj+u*$9ilcB*S zD`U*NT{O0S>9=YHR)2>AzPSKR)k8;iF zot*rbO_rq_TCptg9$o&H($1fSS(W98e{4jRymB(?H}!8C$-)mWu*s<+MMA2DrBez1 z7tw=0%lAKd@O%>CVJs9y3SVQ~o^~Ve4%?Wyf7=Q?WE8m^2qf0Rdc{}vNOX17=0d6w zmvbw&cbW)mOz9;{rxUFGCD$F7!ok0kq+C3JxLl8`8cS^V8@CqvQZiCmbV_npKWj&grH@Q z3b=)LkwCnd!#>iG^PIwX5wH%uzJ%@e;a&j@j;apo<6Y@lhkS)Mc8rX4bY7<#3dLhF-d9z)pW6_Of0u7Um`w*0$X zm+=~+oFY#f0+a)M>x+sEPxGCgBxYH((wDO3L|1%YtG>YbY0oX6J(xPdn(;S~v_?V? z8pw*%^Cu-I2g%O*O6L@EK@4pE{{2~9R-IAgPK6Awv`!v}rZ`D?8j>xqGZf0wkg-Ml zf~Xi%ZKn}PxfAmVg1AEx}KsI$!1 z&a$GTRi0c$+_yPfT}jhWmK+VirzG_IdaaeOytI;HcN?EBc8izEUe%3y6M1u{slS{n z=`-P6=9f!pyPM2hU3-)4MDA%q^XA!O8S4_Y^bbGKHzu3)y%%P5b-yV4D&+K{!zg~i zi4~ICja6006Cu&un(92!9&q`8rGcs0Az>1Gi-r+I?D0rwpqlILkFa%v0rm6N{a-pS z{?Ff2kJM}u-e1bgo@J#a!yv(al61Kgo@Y+%M{$k($0=#UB%7m_E8I5IQfdr)zTh z3bj96UOpU*CFnBHcDO}WW`hRAZ{?>K4Z6}y$t$Ulw@8F(#w0M&UPqeMStZdHTgn~= zN1|Y8DjKRtCxS2=xoB^6J>!8?Z5E6-;E(f%YK*A$Q`!1_@Qd&d`Ij=QN}-(n)MnGf z{k^?Gi?H|Mwl9US}o)MsDn$0`Z5`ae{HbyMI?%qo_IB z`DcRlw{6D*-57a-Z+V*>)O}AY*amZ9DFEcUjnvR~D$f z&o!+BA6|~oaxtEH9cPEkyhlvRi(#nPF-omCYYU=JPF&sN%Fhkpu7HnVQ(9A;w;A(3i^@41sg5 zJ*mX0X=`RHBP<8CoBK<0=B^uA&VR?>`+NYZj;FsUqYWdUBE}xjC9pN=ig6V#xQd+Q z-F;!ROA<%uUe}E;z`iEc&y<~r!SBh4@IR>C(Rpr4KxUS}Ini80-aHvWaW7ggv8O4B zJ>ouHZZLh@xb4ZFq=##T;-@3r?Ck$GB%dsl{{T<(A5}lSeg%X)2h7`;<=Y6fizm{$ zjRSRdhy8}4mbEi0#5!ERu~K%I2vY4`T=Urta@E1-0vj0#%-QOeEo^X zrL5avS5d=G-b_GNKt$8;0hje%%V(zE5&Z*ifeUB#>)fJ@fLNx2rgk^gM~bhrSFh@{ z2iL}09KQD;&Pd&L@9C42xjFGI*K(&3?Ht-EHp*n50+jdD`F3;3ptMCNpD`itoISnf zsr`M_sv7^brYH7$9{ALCh5VXrbxlG&0@cRUaDZGO_}TEsSgwzMv-1}_J3krzfussh zMYc=Itj6i&EyxfiBqns%mI6M*rvoCkv`}G?gOmfD4cnAM8b>Dvl z^0PO?6pUn2?hXO0eNbieW%A>t^TgBh z4Fw>x*il5WaKH1s_J~9Pe37KH+hqEHOkMHd$JOsC`!kjw5}pX(=1y6T z8W&e!21P#k(-C|vxxGaM5SqBnQSf2vv+Chhf6@k}{=X)W_WyS{aaDPN57ayyx30og zr>>|MeWY$ZYbQ_FtMt_w(w}fG$~S-o?TzVuV?iD%MoNGrnSz6@abX+#dWm;{WoIR{ z&1+=h_Y!@VawnaHw-~-B=g6_GyLnm8*tu)KG~wml+N9pUMC8on!5@-qb;`~KD^3jWm^#|dn2otnE}25vw%8SD^mHlCG&I84Isc$KsSrGDF& zz+fQfs~5j)PBCpy*T#cTDE{V?jq=}-$$QuL^x@Ck^#-^j)o(c!wYaH)PuAu%PFw^_ zh6>ACkb>xpoc%a1WpcN{M~#e6)nC3g$S(_IaoX(tIKFzBId1dgRWFZJZ`mLJ%2ciX zYQ5cxq*c+wE}`56+oO~+X89l#Kc+pvH~#}dW|!|bdm_&rOSZwxC1-nIzH}rO3Q~D7 zbwJFBP?iiRdC+)05idesJB7b=Hq^XXO!ocCgM}ob)+3dfPKu!)9s8Nw*I$8(^chFm z-Qz9^X^f4z^rB}KxL=KXJUrHj6~Kc87X+T&cx|6U_e8Dr;KN*^+Gi-^o4extLHEo7 z0IcdqF3^T3Ql$bi z!Fm!$nA3f^5I5Vt+GT6Y>BCatV}k9^<0;xnjn~1#fO6KSH{l17WWrKi#^R3vMqYLL zL+brSeA%Vlu}iAB!ic3c0+w;h&&DhUn;)KG_r=FKW<=Uq}3Pj*k9wqTzSxn=OaG?nc|qU5vy1Z;B8Mb0`Zu(Xnr#v+9)?0IPK zZ#m`jQwk~jGf+nTf*lR_4m?}@yr?N zJ!%%O%AHGDQBRXaGU~iCQLY`xN*M~J160+dwKQd46|wr~MfSV$-dqxMs-Wtmf2zz% z3wWz9kdytJeey|5+t?H4WlyGIdkY|WFujU79ynBO;(BgEd$v4sfsX zZ7}Gi*5@F0AQ(#HN5ZxJke%z>k_LKd0Y6K>S1guUcB9XtzB3;`hnqVmKVflBC%ffj zO}el9Tkc|Vm*D@TEw@GRCVm)~D+`d({4Hjg*22$gh}x zYKS%n6a%Gg-GRw&NpcgA?!&COU?JJ^UiyZ#3%m#h0HquwRy)&Ap`DW{SnVLkGO zP3Dael1zMvl40xk)q?BA8qC55IV7Duv?A-PWHcrre&*R5#1>LSXTR!^$sGW;;f!K8A!9niS^UN&RNz9lzepd~QwL zZt?ki^626=C)ZKeGHa_$XZ9j)#7WBNr}PlnKQdc`8R^`r#IXl63kQ$z-kOm0XGpk- zdYXM(wFvjf;_9n@qkUzM&0)ml&fQh_TDN@<;~}mEc+a6kjK-YZy90!}=lt<@^ z4jjwg7syseR6DCkRSEXi|3%%m*Bg6>|7nJk5g_)>0^RoR|lqeiw1*vE_rH8BE=Y|4$BpIa62!y&8AMI zW^1^r-`ctk7kpQ%yGqxp2v&@f{=HBo7`2BT?}9k$_}AAQ{@JN{2#zzUL7>57zd3IZ z!c|Vr%ucAAVauNQlLeQ1kX7PUsULHjFNsFkZk{bq-u3MLR7}9vI5UpRMwVelCi#w< z3KB1q7AADZ$~J|BR)xSNwVy-gJ6rT7PB(t_7goY6@AE93S-s2!yT9C4U-UaZmMey+ zoE?uDfBE-5q!8t|*I{nHme=zVz56LdUvy2nExRhPE|EL;+#4P|Q+PJijAVwS^N}`` zD)_Cj+Di8$-lbr9sJ}$?$K6tfNP4*V4rCAe@&^tP6FvA{R537ulM$k=yRH`@NyAex z-VyB9o@)iF%8V_t)tS0{%KF?*r*-54NNdwOWlL0~WPLW!vRWcsIbFE(=?Bi9ksi>1 z`XvaK#tZ_J}Q24oQzp%&p+S$R$UUW`p?enU~h8VPY~)n z6(GvdzKWIx*sfiC1kPDc%M9v8j&d->6S&*aPg~^=J-aW`nTB?}W zbq>TM28y*;;*t(48S4I~uGc!b(`ni%v0_B*33q_d)Nv?<5NNSK4~4(PtRwG>eZN1e z-M0{z1eq!niTg?X6^uFx+CmOBcjU#M$xF=1AZy=p_g&&W>pz07_C8c0f{@V(Hwjfr z2x#u+1<>TC;iz88cJ;fV&d@9>nJk1L&XRs5E z!&CI{z$-z zAucFuN^mchmWL6Wul*3^zoBfdcu702^HpE|q|E|!&ZWUU6i`P{YLVKKficg}?op z?9~FhXUh&z!vOnx3i5l+SLqo;SX+U2t#7_AcLcp0j#dXkS}SNxVK02u$X{IxgR)M~ zDmEG1hL|VnB?}C@pNTGuGcTr$dSa}V76$hph^th&Q2 zW=8(W>F@0|7utlSA8Hp&_k`)}>x*^7S!`W?D^aS~npP<42M4IN#7b&R>bL|HfJ=(E zzW56l+|$3F;#T*)DQKW4Gg?V)ePDO6EVBr_RDAPzGlrcIpHkA>8zvMjmj#wjI(HwS zZ@MerwZH6{7};Bxt`byGUPchD*Yhp=(!jcO==P(HaK~3cmcCG7BnK;I&-RkWl=X%= zbt_X_1=icuvr@hXLru3d%L;w|vF?Z(xDuzLDfQv50IvtFL@THcAdd`h;JDr!bx#wX zHzD?s?6=JB-9)05`fRHLc_{hYP?FY`ni%4UO?6*{LB&#rqwEb-n&&ZsFn{c>=yhh% za?#ZyJfOrAfq`@8!kF#)w2T*R-E#^aZ>?s<9pE`lfW$u_WF5lBO;^Gz0gy z+do0JYR`Ws{0|7WGr%J&I(6O=={W=$jeQAnHnMXls`5>K`mIxegud8#dw6a(e?bfk z$aO|3$c5m~r@F*ej$Mo)-p(L4%x(<=IW~6siD+Zo0{4y;gk*NL8jC86$f`qRb~qY% zoi<9m*klwD$JcL|x$%vN_oGqqgNt=Uu=*Xt;?rlJVs)R^AOi=LG8f%51AgJ&%lGNB zcfSCad5x4sW7Y3UFqX(EM!)4387W@Qynobb+D<6-g2+31PnT;=?fb`( zD!5|d5V`v-62Ak3Khb+p#=~D+*+99bbH6`$JrFWCp8x}eTj&!G@qewQyx)wC{{o6N(w_lxDa5N+%z5ve zRGZp)i+k;6MrlP`-%*4zk(}g|R&pt*DHth$5P<9(^H?iY8eJ#(;+hAE-s&)rwmI1a zVw-&N2YNjs=^42y&kN1}H=77u{@>XI1F51Su{(xukRTJCBvM8TX+}{+gp+=C+Lj6( zI-$0sS6ib~tXsdOO94a{z#r zxkkR0Goj~F{Z$ts1Cc*DeT!nuD(~B)H*?>S%`My0J(gK0{}YsCW={Nok9=_3m(NA1 zbHpqyQadJcC#yJl+bMzzwW=thV2upVE|N1kwK`!-@yq$zsX{{fl*$@;Uqof~v9Q!v zS4nQ1^ArfVujl2K5<6alosieRpRFrl@|rIs^bM=qdI|{J7xpMfLpJI>!}`5h?JG@A zzQrfAWMw`=9Sd^bSY-U%xf9Jx`)R#IpoZh>P|swBv9As^|Qgpg_dxb5x6?A7OPH zK@T1pq>CSbyMlt#{&hS;LyXtGB0^yeKzreg9XpRFm! z1$pY$e6r`U^zw|;s#j=~Sj;USTGbZ{IJEQq2`^s@S+t$*9}1}drA^$0Jz!ZC>Kk*> zyXc_R;6jJ9J@0O*_7>1Q^r2WVptxyJahZW^K0MyFPAs!fMg;4- zKM&-6I57B(kYlohJU(}Q&|n{@Wb~TRoB8EHcHP6jG$&|=KeF7ESLyL@tKLdg@`VEL z$p8ioNyj2P{yX{kWL9r9i&|{RTFIbHZxmVSh6QRh$W~lOH>H8@C26(0Gm@~p>xY6U z4^{HdHHi+(At~f3K-m;Iz->B3+Upfs%xiYuyW8&5qHn-Xkf$04j;L;I4pAI+4SSb7;W=Hvwl*WFT$b@ru?WwK&|6FN!RE%cEcb2C$2n=@9i{v zAG+W%)1NRFuhaX_ud|~Ce?w06=lE(aI);B!#JwlByD_rAAcw9=QK|QnGjTlLz>m{^l+8U~gHWsW6mUpwCO4$lDnT85R|I2TaF?oZLEcx|i z>$_Lc*DWi&1NVhpZFe~co#XfNr=`7p;+5mvfCMrq_|1%H zR$l$iobdW-3^Fd{m?Kw3*fMbEIikGhz1OIUPVqu6qql~_rN{OWo~H%AH9sK)PL=&K zm4H9+jnh%@#7oRjC6)Zrzx5m{`RDKYVrF;w#qZLP2Lz@4jTUPBr2o$E{_m>mC~f;! zYpIDkEf&g~FYIOa3PigO;?DehH!{MuO%>vtS;iLp+B3F1-kkLKK|+Vp#xHFl_m&hq ziU{*x1OA3MsHzj{zAugstz$Brk5~gjczZHZgMQw}(t%?wqrT9^$i0Yu=Ar1G=~QGf zpV`!<<6GMzY=cy`$KkO*Ar2d~H)qOj>c02y`EXcKT9=e5tjyu1-^L4gZaNJ+SYP&w zYeamozUFrCh1->wn1|w2@lvA)SA}Wm0M_$-E1vDUVN7dkcA*@FkVoVz`ZPeR1_ziX zKI}Ol3XP@WPz5Cvc`re@fmRw|g%-(sMHFQ7e^aJ1(uXZ{j9Jyw6yO;qC%FC>JmsC6 zqXK+V-3IC{_EcY)YeM+-ARRrTB#0AmIZKJ0!)SNC2&jx;SVgzVX}S?NFk~1LM`X6BbU``(CxX zD^LNyXBMZsvjZM@^miClk^o#(p{L)Cbxf~Z;P$z4cB5Km7G4>uNHGrC_b;%}-?$83 zK3T7<#m(4#HV;(jjx6tE+S!54YrXzw8gNEoh{u(}>ZzjuOjNLvbRg{41AFBF`||uT z5Vk%^Q&BZ8C0~E~J9)>VE%z23O1(-whOC(xchd_Pg+>W9;;DipeBfqloI9}BWVWCHHe29mSKkH)geaBpwdyym$|wvGng zJbUcU^lr~py}lpO0Pxmp(P_$oM52mrsM1VLy(3dSo8XE#!v|oiY=v#4B>q%TDN2y% zIg(%wZCRXT-&Tl6q?oyYJpa?s1im5mIlg0wq|LeNf3Mu-Pk~(8Tb+>(svm{3qkSX< z>VVdl7w$uOH-M!G$x9=en%`a=IlrZy-eR~`^vHp0+jYutD{gvXjo)g&GULa4@St{CAJZ|2V*FILE z3n{y>7_0QsFgkqG+V|`W3UbF+CTeX2b{AbX*};3@)4Q;#>WfcU(c7l}qtV@tN76QP zoeum-s&Z*=D-4!vzWE~Qr(^(K62E(v?Pb&(hJwhO^CJ)UUGMLg>`LzL`vl2P?JYJ( z%V}(GMTU^HMt1t1BTgsbE;vGYz84JdMIJBc%;dAIMVmcg`Y&jsb|z^gyEpfHBK~yP z0AAe(H?7FXG>^@>p3S-0_%8j90#e;R?SAD_OHjo{?wy`Vc-V(s=U@1SYj4cb4W$iG zPG4oId!=F4Jaq>?8yS25lvE|w)Q9j%>{5o)uZDM@+;lTHw|^Au`rz*YbNKUD#h=a$ zzp(&y12vDHWUmFTQUS~q*0lWWR&~sOv3G{B-^4b$7qVnCnmP`!m~>foO78cUAGX(L zVeY^ZB@psZTK)>dwBnTmEE z4J8wI7O64+fo3V^?z^$U%S;o8?-M9$y^7UgJ|9B544QMcJ~!vz_*uF(Zvlb86#}(V zui1lHsH5f1`vsjcB^MM_G2P!T&yOL@Rg{I5;1ENVDuTzoQgN0t7Q zwZuP?!R{B{&{y9wc0gI)p5fnASxHwXizi2G#Di}@eiia##}mxxo6WnWf22vaAc)|3 z4@iMza8m+fEu%@_hq|x>YL%68lFAZyv|WSd0U1zlCe+n>6}bHGa&>!55zOr}R^C?Y zT76p@E=cM%-wAAqa(z>I*YQ?T2bASB;4nRZcIR!Sd+dDehL$j_0CN3EE`A`>F~~x9 z@UhUT{A%O-o32g2-#V+zDc4fg4wz8QC&sE=EP`sHLBZLy?`&2oLB#HN_Oko-GWYDh ze2If9Nv*kgW)U)}VkLG2OAA6N_~wuwP>x^X@4L;uc!J`W;Sn{ZO8Gm8eQFSvq@W@r z2a@mE7W;q-A!O@LQN(6&6$afGEUcY@h2z+EY_Ja@`;s_NN5{rQ3fq`Zoea=sSUnR2 z%dj>1cd*->*pfF|4Hvu+Z!6fyWh1l-<8yK{Ix1wOeWo4ijF}d8C8mr((wSu+9_UM) z82*T@4e=gsKQo6qdy#FGWXE3S?#q6co7vxZoaJ1ExO6}Lx|vI{0N20{I`w<22df*N zt%QYisjly$ANBmOQw8w7qh~0qM7z(d#n+i0cK_qirZ_kg7kigiaf@4qafzZla6#p& z^fNKHm}Q8|3v`G1H=j;u9y<+F#!45;QRdNV!+}4Z1WF-&F0m@70qbhC8x$1tAMLf| z?c;eI01`D02vta9;AmP}8Rm8G+N{Won=C5gi6sM6KhMX2&r@>MSXx*@C-z+}e8n_5 zN>@dr8jcBiU}H!qSQ{-h5LfE*zT1P`4o_{rBw4t9G|szd zo+3;*iz9fQ150-Huvr~Fu>Bt;QWqd4!26F^S{ibF=^j=&IbS8RM`g~=^ZK%`%oqEn zj57Z8vb~?Vgedjf8Bc}QABR|>BVuGB^BH4L_2Sp8B+3g^t81FA13OO$YFsbn*y?r-$r?>k&6S&(frxH(in&0g23KM?i!^jc`1=D3RkvgQY+ z60glxSH<3{>6MYFw+y^Ogi?eU@1wzf%y$zBm1*|I6PeoS4+nu&Waqbsy4=iM;B#(o z=q&?6LqjS_bNBXF31kglsoG}mkB0IN3<$?|O%dm1Xze8L0eA~_`2+lU@mp}tU9m2w z!Jxx=c?(Ogo3C+A2X|H^ynM5@^oRP3j=O_U{W1^!Kdu4zpMS)ECZhjcv(rHy;w%QQ z9PPnwjH{@K@~qxP2LsFCbhA!h+{xLZ*BopZ?Ms^i(p zVB7|AwKP@4(z2kn?a+GzIW(kEQ7wiU9@orBl2xVNO6>(RbaBvhBbaZ`f6j3@2lDb3`r@rQ>?^|gPee*s@hCg0E#Bz5gMC&YZ9`Px&UzXIRIq_W^e;(QtrEy&=Mpi@9 z(eE0~87?mlr*nVB6l&$J)&6WU-M(BnB1VH1P)=*FMT0}|emsy|mEbpS<@m!X_4gbu zT)|MtZUwZ-+iw4=?{A9b)DW57SSm_@v(j@%!+`e|rw5c!e3^6W&!^H*#r@SwXc3RQ zMdZfW42-JuellimlsIW2hsz;aS_Xy~;}5fh2C?w$2iCVnyM8yH&`RU87|XI?JFq>d z?YVpe`jdX_^gLn|Xn3%}NA3U|q*#+&ZVZ6`U}YAAVwS;YZRoM}=xX2j)ePAUrO}ED zxvq2@Dfxl%A0?)eDnLK$#zjDdrx*QXuMbqHWcDW`$J<3>reAc^(J;gtL=paH1ixlo z)pV5fmG9v~e;j=Dics@GH1*=~54!L@CwY3gT;($le5EP&qI^cfv=O;U6)<;U{5H`#t~^K}&H?o4!hDD>!?dwLJ|lxWB}BW! zSRjX=4=|9fS?;}n+AuiWGM$m7!trfe1KaVqewnX05r?H#F0KBDBgg%jZ2N)arBT{~ z^-+s^UW(51r_>IW)YsB4m<=i<2d=!lVJ!01IPwZ5ODB1ZeD~YnLpgTOiq z6ya#qR-a|$ddJkH&XA6MyD~bdD@#6o^|Vr@hn1%@AQ&$&6CD%Qr=*jXR@nReBRt5- zqJS|a%Q)KHcg#0eb&yp;0|R2QrmEE-w`{sb}Zu|Jq{DkS4Vpp zDZXbsQBL~NZCA?6CerBm?rZw~hd`wne3>%1nqx{gPqE*-g|~oJp{z@X7hE|=hZNrh zdp4}j{^6NpU{P6sPL^&ysh_8eGlE=4$3P9;QencYp zsJHhc`MvaAtpaCJhv_-PpO;B*)BbY2BD!I2hwioRy7AvVmw80}ET2h`we{=)Yk=|9 z{JK6?%FL=!Eo#1#nir~9y~6lUc9h%>y6g;1P z_l17_`ns{h`HCYY(9(D_^P>(q(47XvV~(U43orvfJVv>?tNCz1CiM&{w|da<;IU(drM8 zL&lx>lO>81yQ#<{lz0cGe0KazPi3eH|8HUB_!W<6Q?^Vrg?v3$!B&RGUx(XQ;QMpv zA`TTjN|eYaFvOt;^#c<6o~&zKjBj%1Hp?CaH#$A5m19~9f8n;}V1KU{!N?9M(GCfhsr>}tF0L5c5WrBiX488_zimThr&EEzoBD@ZCfO+HJfak%4`gpt5+ zNLp~GV@M*{vsiv_ac4oyJv^oddZL75>$kgO!y8$vG(As1!_%asKWq8t4_<)Z`=Zh~ z3o1{U+UDB6J=n;w>+WZl_o7?em2{Ucj^6md?!ibhYO$A}(qe$ueW`ZGgmNFEQ;TAF2n5Qi+Jv z@5~V zmR0a2x7}sk&6H=|2K^eSN!Bl`C+kPgvW2w1ECwSUxkGAE1n-`@uY;C5!n z9pZe~7;N2`io{#al%Mc&np(64PX#m{vjbVpL9kMc)VD9%`(*aW4DbWSwSdN`LVNqx_65egfT!wV<$iznpLw`$t8xXZ z49?^-KAPBXdi~~;5627Y+>ZA>H|!a>W?X!O*WL^6YWeyN4f?w zc5amBog&-7V6yL_t)X`*C1j*e;(px^dQAuXYqGu;dZP105U3@qUNm|A&)^cbZ>jkh zXyK6l@WC@)jgMea%6$C;3lLa45UH}SFY6~R)mYAR{%fdT_(`db;~PjMuR&kwI%>u9 z0$nctXQ9bC*3DaHF_#{dUv!K3Fw85j@0(j>E}v+HFt9s-f~ojsmZe9^D9-vPwYeyriG3*CZaA+vh0Wz7J{% z*jFsL{5(OZXI@A%RC~LR_5@)Ink};v!0hsr!tilSITCGZC_G~QEc=Yc07CW zd`rdsjY%?z7a3Ier$t#q+1jKapNPm|n$Mt5s zhFFr1Y{Gq0q-qH*`B2)F+ zGcqL04H3My>2`D%JEOF{c5ty>`Z-@bD^4zW?yb@50jZ}ll!Bq`eeQB~r#l91{(Ch_ z>?l%Rb61hXO`Tzn_B{6_uwBO|rROpn^TCglk+{1v&ravBRaOeTYTCoKd@9t2@C4tG z99mDv19`;-a#y0Z{C>YVAJDn9Fg~LSG;I_+OqY*tKqU^?ud>9gNJSe9E9;#9!GH!C z<`ZE;>5;qW=)f6mT^ zOzd^4gB!C)%<90_f-S@!nq3bj>aO4O^ewQQp}B&%KN4dEaw)PPmx8tkWP(FA3x7Wy z7UMN&iM_`D_g_sGIbAxcT`RNFAy$?0>WdBQM_M4m0^{2(Bjg_btDcA5p;YPChJYvu zl~>+v1GI~qtBAfKmE+13KtFa$gw$lJ#vRl|iq%S`5d}WQP+SEFy*JZ4t*+P>S%sur z%L~7y`f1;)<>c_Sqnm}rp!Y~aW8ZY-&@+YL{M*c5iyW>=&{KV8xA6#@x)(hHm&m8L^{>hyO$|tEHFx#c`1F!}>Cat*GGo7N&dX=9SbE zk;%pFok&^u=Hb7gV)xf4@jm~2(0C6j&zCOpIG+>v_TDT$wjp1DP?{PU47NN#$;@Ee zKmOcWpGA2e4Fo~6{>`Gc?_Zeh+3=3ULe<5}>}wd#GjyCX8?00iBr-LfB)+-iRA&!A zw200!x3$0RA6hJwD|3uU6kd%)3@|RtHvvV92Nbp^St(2~(V^UrP&!%VS}*hle++zo z+mKN~a(^n=F;sA_^?dI!j!Wem`w^EaFVm;iR(e3ytXxfSRVq}?MRc_CUXr|g8vO`8 zSccW;$tt}(kGdKaFVgd$ZJP}F%9*a@BF+xyY4zynpRYK9z^WRkPU{T}TLbU5un^L8 z9ROlU&;QYdRK54V69f{70hpipNqv*pO%iK>6N`!Y!~$X_F_QR|7~9f&^GzsNMe@US zNZAvrBtFTTp_vCVNO>>ipR1Vc@a$XuU$+#R(3?fo%mwy2UgW@{(rMjti*y!rl8QT_DmcY6QMU224;OD|?wm%^+0SIkhY*mXXB^m*SVcDINieV+Q>X0?DLy=Dlt;&!tu^K zq{le0*ZY>y6--)d9i@?)Zr_=(#&rsQfR(9f7Go2V{eZ5Vi-J0giJfEV>>4jUQ2q=6 zt}c?-QIjSR*fchfDA0Q8M{$nY+SvIIbG_Jb^OfeiD!P*5FFC3AAHF99g>pM3Apber zC?L-*5j?Sx8eqd;VmHrd+i*>AE@pbe*V1S|5U}Ju^(<~R=*X&h3|Ds{yHd6%$jD)d zTdWa6k5P1z(=ow5SxF3ch+jW+FABIv2tMQc<2 zsfvB)pC+iErOy$hNdc8yaCF%9WBri}F#$fHOr4=fKO~-8@7*c6su(nwM5i)h8k9K| zsEmOq@0{458Ln>dFTe-^vL=e(F{+WfyF;qrj>ouOBxNpB1L^)dS6L%4YCU?H@cIF|OPzWA0A z%-6k$P#sQ2C^WOIX7Zv2_{~S)d@?BC|#jZD! zj;%KcYxmy~&h52*(yk@=)Ztl9a>lfgPIvrEm_|tRff0qHL=X8hGe0)PUTi*QLZ};Q3}B0QU$3N6JHLHFgwm|92?-reY)X_*U(&_l-Yw~ zetTA}W3lU+>5d9oFvN6D!TzM;ye(|Z=!s5N2Mw)hVL~lrGnQX;Eufh5#i{<=%s!#H zkYEj`+x5A8bzMZ_TEA5WpFELqb&vZZXcZ}=L@k48KmD<2dMEZDZhYxD0vwRX8Fpa+2Sx*@E$=R*M1{@7ULT;hBT+KEb zWSS}z;_mC!V!q|Pl$AQ`E17vsZ;*|)bq~!Z-)LGel{=AZGHrY-oAKkqp8HJiq_8hQ z)-TaEgU@QIFcj`s6r9(s$myAR#~G=6yERL0BD?{I%vy7PG?#;)NnWSCq)Km;2`Ol$ zt75)NIp`$NYBfxwc>AM>$e-4gxDsO1FxxOQ<>!;`tD$==bLD%tuG_e7whf8sbviaR z$l0nb)-LX3WxHJmjulA(3>`ZE@8kh37s;cPL9DhjpM`T~Z_al8&`7c+?E#LgzjE!U zAh#>pPFG$BeU;M0RLnZ_oP<=JxH=bTXZTP7p>4*ou@Rzs6Ov4KbD>s7XDTaG|IbbuGncA^abi*N9y+k-yzEJ347y7Tbul4p` zUiXtGEWPt~v^z_%gJo8gu}X~* zQpKDa52{JyAma}fU(At376G9x2XTnt|5jhQU-&ah=7Nov>m4L4Zr_k%M< z6-tv7QQ4In6Vw#bbM=vejj8uZra?!9YabRv8Y;EC8m!o#%4)p~Fl0~vK~R@HP?m9x z|Nd@>-}{h{V^cv$O6yZN^MSf28B_I(WPkBcx|PHx`bL-MXFO^NC5gW|+R2>9+kdsD ze&S7uzk28W3=;*3P*3`X&@YLR0qJR1fOl_!+dzQbrvYxp5Gq^~9TRnui1ZZyqJZl7Fn?Cdgy zdWf?HE<2;^(Osl`y;%bRb(nU!A3JAUw|H@InNp5=ywPU9+^!Uh2*{CjUwVFbUpVWs z#RxUGJEp}r)2Ih!_e`J01bKiFoH{0+`z=e`=eoEC!NSucUlda1E1b1vUzn9Jf!Z|; zLKI*0`)E(>2QBW*AQ1cK8GJsKDvRn(Di|ZF4xOPB-=y}&C?jR|dz~WL3yL&~&#~fp ztEc5K`5A%f!GiU9NKeGPZ1m+umi$9_v{jO`ahtUJuO7eh{5D4ErWB=#o>I)K)x6E+ zxxq%Z5jk&Y$a!hz)DEcCNCECE=r{j|$RzchiQJ8b>GN^~g$-Tk()2B}&yo{nqG(tM8plPZ|;{C%SofTOqC z!_-2Z;tnkjH>)Dg%j%OKT^@wQTsXA-+m?B&1^|^;#8KBi&b}YV$cRP;D#Q@XMX#_I za?a{!QP&1Rkl48&GpM<$8F2f6E7qOK=D^#j>{oKZ0VE=Yj0C@MHOOH+Rcal`QH*zvd`61dZ$6Jz)5HQ#5G-5yo@r6u_8;kK0DjcztfWv+d`mck8^0*%AHcTE5_kJ%0l(bK$ zgIs}jFAAo0Myaj4G)4_+QxSWlJoM$`@F$~W(6>~MC|e0lI6q$Wd&>p)TPjq*Oy?re zM|o4_7t6p23yj72tj4u#IJ4wRWMCHnwEhYTe1xb%%e~m$x_Dt)rZVQU@6c;u9K;TN z*~elhk&UkT-N6ZIGglt4L^7#JsV!ic#N@wA{yYkG8`YDB%WxYhI&Z2_j z)t0u3-N^3dv*W(^Qfsn_<-w(81 z&{C)Vn7>a_lCkDl?2Ja7q&OGup%Bu+Q*a^-Q8q_y8Q}O{34B?6>a5!(%k!n+IJm&5 zXV38H`UmVC1JWs@x<&l}Uy&plCpl7H3(o8cjaP(u|WmdCG1lOS%YmNIK+p`+`!l%&a$7 z9YOE23l;mr)7rATkZWmwE?fU4GM!d@WcD&2miv3`H$OJpJFNK)Y(7n-MglvObFfuN z%pG)Wl(j8!-;mOgH2DdOVpXii+Q^Uu$@cpR8wTeYFO7Y(InFSj-tegECwZsS47N=x z4d?vT#?U>(Z^SGdrSAaT!S$-4|0D@ZV@yj05#g+LRiVzK((7x*q4$DIHY~zJ4{id$ zeQmk`YG=y%#k-WuBU{oD?YEg$4W_Ap#e3^&Ukjg|1F!R5^%_J?b8b+zW<@FsC*?C9 z!gBGrcI0}F*}M;Ju>6q-pg)mid>!a?z|7Pn6mOG9Nqi^gy$YzJTThIX^D|=Z`bT%>~Tk(mc0=gO1g#9d+L^PzC)no=DGOS{(f)GU{N1iDtGJy z%KDWy+7x+Mba8BvL+qt`{43Zu*6%#7xDb0Isoj9Y!ma+Nv_`MRJl5H6zGRSXGoPlu z){>AA-*2kDle>T?^utE$vtR+Dtn2-(GG7}+i+Y02E^p%Qk5_~CgQK?RZOW8WU{^L& z=md^+xjT>J^_-5d*%5MvZESk=m9w0u^?~QkLWBkPPP*9Cre7zI!aHsnIkZ$vm)4%x zcFu@*DC@8RpV;;*xSi;Dt}(a}N`O$_X{XZHSDxRqfJpy%(oXU8Qvq;Z5?ZiA_AvyA zRf(SZ|Evi8|D8*au)4t0|3lP!2Q|^X@54(IktT|Chzf! zG>ECGBeb?InNYQTq~K^kinXLTB|h}^tZ>6lkFr3zA^Y8cGVkZr`N`_zc^BLTC zAI&N~lalGojXQm(e9Pw-SY>+5c zKAFmG8p$e#vxsF-5x_WL##ZB^H-f~1%Id4T2eYPXn-y!23km2i;wPg~v?cRpO5`jx z$G179+vFM!PdS~DJ4aaM{4UD?xyppW9}h$yek32it5r(xgKO1CP$jGt^}y$*n;NAB zHzc`Qc081wys{Jm1GhVcebNnw76DzKeZ$R=xA)&4|j?Rcbbf#W+$^%2{qZ?sbQXwOwnt zk{$CYeq(Gupj-UJkS5L65jlK+i}!P3-$xoo30;aN=IPcZw2b$>qIrk#bjodA)_@h< zgP(rm8n^j|bd)>l^s4toXxi1D5QhKRd}J)b?DFu2;+dIwA%e$9&zk`!b5F^Q_Ju{m zjP2fy3L!26J-xwrCyOKLP?=@vlf1R$K>gjQdTlbvB|GeP9eHr8w8-VAhDu-OC1mO@1 z$-aO4K-a>+^vt7DLPkH7>Ivs3emy1`@j~7zxTIvGtVi3aOCoW-OJhibBKUkdK;M#? zy~wV7F?D}ch?(m=3~IfRT`TnEy06CQ-)|n0U*w3*?WKN2F!_;0NmL!*<9?jv^ zPMB@*M~uR9`POeSmFFvCm*U-bxnx}B3{o^<0?!mFBY2}?x)MWJ^8uNx5mnqLt@T-i ziCL|aat4YQ;h=0QfwiLI((CPKXbQUfA84 zpTBpKiemyrUQAqM`M^Lh#ej*z-$=Eu9u2i+qJKw6q}q3S5o+UJTg@TmRYH7Dv(~Nh z;GK(bEXE*r&g|Sy(b1w317DxI0@0R35Q2(54tX93%5eHUdA&3WWgEXQ15*ZQDtC& z7--d@R~>A9#m7=b1Iy~IZF(UF6KflmRXzJj&0zB*9piKJO7Bg#Z*7jehDMZu6wspm z9ytc1*>-#xD^S4(1jZ#pz~2=HaVLB6#Vffnb#No9{z+Er{cT<&W}{K1OO$N{VXV@< zKCrEhCZ!CLAs%RADsSzda&n_Nd7FHg+vH{tP$gci+3!T$`^&Ee?Iluhl+sk}(u&q3Z*T))Wv-XX$Ou`DkR&}jv5cqZEVgd~}JNRBc z2>;RZ_}Yg1mD2TBRh`ckLh!cno95_*NXMch+N$@fJz4;eChyK#JUk1J;QiAbF?ld= zo*pz`IW7N<0aJzb2g_?LA5Y?+F8y@D|^$vg?moOXzkoCJ3e$!6vp2F_6T&p(kEy1B+1KU z!LLW=t+BDep1Qt5VJ9zS-~LwqC%F4-*2;Ns_;eSyioiF1dRwVkqg+!#>D0kJEIM&N z(fY&@M&((s2<(BmfKIzMk{|<%Vhyc4HSbdziqII4WCO~cnzH~fI_Vto+#8IPeVi(h zs^zYRO^goem4n6DlT^_Z$C#%Yc)G3J`QlJ$uJJK?=>pf+JiwDH#WopW<#C_^z^2dd zXUe%5{r3vEiV>o8DA1=+YpdgCooP7u&41j#cpJE~7d-RBHC+{p8f}~ALYq1K@aXYq z?SPI`@U7^Aq3_hd<2X7xDt-FQRJ#<^8nt}K;QE-qz?8VdEzkBEj2qM?C*;Un%k-wJ ziOl@!n8qU?_oj%jaTBXC-`L%q^LmW%0CVZw+M19eUMO_op3-#3>aulZC7<91{{C7a z?o9b^ck^cc4X|P|eDLBR^ltj7_do9Av9$>;$F7T7NHX*%Q6IDW2L}2T09X#x_IyV; zr1bu9&LGT(Gh7^k6)*Bmho=34Ai&#KURAMWM*V( z`W-gj{XcOhpCB0T<{1}*s(ZZ{LZSP5a`FA4FIPjhJr_hl0lf%mI-$MmJh%;GZ^!vvG9s=8EvYl0c z&DjK@)IAZVPDjVdB5`#{5dicF76GV=xWt5IH&>9}^@R%(ZXc7ozE-`DUdZ;l6L(SJ z8Wr@(Z_}!$ zUx@*#=_CBUDZj889{jC7J3IVN4g6u&^l6RaNsFi$>$(y!n&))}y~*-9wn*4MI=IES z=$32jZ;U= z>CG6TMZ_qh1xx!IXk~5ei@VX!g7;#^)R+V-hlX%xGK^c7VVc5}2JZr@mw*0pVV9^$ zQRs*OqND4)OPN_HyiC9*iCeItLTbMWvlR(C#f!U2;0Pg*?lLmRe=rHxUN$C8w*MY| zxcgJq+rfW*@KW&mZ@S-S48h6OI=Uek3hj7;QlPl3JU-{#)|)4aFAOZ%G-9wvs16P( z?%6Un;2#2fv2C!E!9U*GzISIukwdS~t^HCgvAAwfRkENcL#fs`r#%b5JEya@r)%|f zjr)mI_Jx;MS$2Ebnz`O`^L3NcdRTg3?#>2+SKF;wror`2M$#fNY-=z)(~$8&CBijD z&z)s9lrc-z57Bcja-LnYN z&tClx8c#pc*$_z3)V%Wk>~4fX<5t6?bJRa#FBjRcv!C<+fux0w12>C});jS0qlXay zFsa1V@Z93HiH{fm_g<)(3Ysn2wccP4cza?JTMI(DQx^oKfezC?3}RT z2MNaizC2dTA4#9-yu^XfVX6ng{k#=wb_k|CbPNZyDOzrGC0SLQr3ICNjTV7~Fyj^# zQOv=g+_7*dVtg~&I=uLZm9tEdME?37L0Tbz*zcyO@-gYWZ1L;)!Pt zx29#IZ^uS)>91SyIbdENgFob^ucg2~qt%V6GiQ(QgNFqMh%`Ji`)Y9Ize;;&`n{%! zj5qCJ^c-0y)Y|OeEB8RKdqjJT)bV`PEpfeI&koYEmxfeHLsrokzVbaT`^?HJ5sQg) z!qwWicMpSZz z?l4$N+^farNh*a;)-S^nKmH1Pd6#ncom*ajI~`ac>J*A_FrI|JXyhMEC1zR$6fqDNXWo_vmBi zrmV-+QmVCl9n|=rG|!==g=F)!Jo%bne@akwZ9XH~bb7yv==4On!g+h^?U3PiV&d1) z!-3_k=#6?8!o~UL=75>jy~%IrD+ zrO6HIYnc+02SeA3u!zB}Q$nvrs(+~I^2zIPe3+whgMXAlV#2y#19HFQs{yNcmvTFM z*f;#WwS+R#MfCF}L=d*%^BVE}ZeoC&^`p>0=6ar{{~{&@>^N^ejnTQrX1`+iU*w)s z*ooN6?_sl-KCq!rLP6fUlMrG-6Q8H?a%!%;|5@tG%~bA*onQ&S+zpqt+-vFGnWMrA zMJfjvh_#D)^HN05KOBa(+3!{~+yS4nkB2*j2aNrJ^0hGkHcnYEmbYP9KhdIPh5?6k z8)j4d(c82TZr9cIuOyet{brq<})u$GO0kHl5 z>0G?@)hlZ325d`AbDyP~m8j@275SfeixC@rv;ttp8s1&w3~^cV(Og@YSuOxW$Zw6-MLfLAYkz_b4%Pqu4PUNo zhYak>a}VsN>CH{GJR>-z=+Rq$d!x^@b23xV6nQwv_plM386B#e?nBBh>WgBR=(xrT zE_fyS8fwaO$q~O;veTSZ`uV&EDLC1!5aNGu{IjQh>3+asFZ3p|)N^b>%_XNcp2fjl z=njToMEdZvcRxF~N$NwP;FgIeR_kWED&c-l@K2yH6Xd6KUXTIS^8WqIdA)XNgtk?m z0TWm*%j-cA+X6&sXvHPiw{=>4+(@Q#XMd`xxl2YZc^>}b7rxkW+T7%Tx-nzzSK(Q{ z#yo==%Oy&)gV(WiW^taums#6;UFq*`Wixe}JAxy-!{_a&s?#`yM-SdR@KVjrlit@Q zUHAfmU~?5_Kp<558D?3gDcIL=wl06NUpyvU?d}1EeJdmEnHC{>v3D+X$`JAv7bs#J znLvh0gH$P#OA?p66!DVD<~8nR^LH=%?%TE<(5YXolEu{ORu^~LD-d=yA}y6C?z6_@ zhD9TeKY$O%Q}g8$>bZZ*zY@n!gi4)~*Hgkf<#D+&9VfCu{_})hfzkWr#cfxuoidP3N}G|JuQ%pX%${EIf7JN2VM%+h_pQfx zV{h_BW>6ym`rns)(XG?=zdRB0xkluo+*v$8@JYJm!$@%Z)!T3?fQ4!OMX(@-}18hbZto|GeU~J z!Yl{6DLHn1hc*1Po){OWU>)AdGWoof|Ag3yM>q~gsZB<02KH?G=;9vqO@Hcrvk~Te z3hj8wKVrYr@y0$dCb50&kxT`XHKO}EUZixuRtzh>m7EckRf(|8yi-(FzZjpMP_giY zG~OJ3&HY}dJ*Yn`;KN+cfZ+Ac3r0n1LCX-&lU`+>M}rPsB&DD{$o9bIW=MwkKtm~B zwoxQXlKZIii-En!wuNb)l(jPI#M$jILNSgx(+ijc4`3gVkq@0M4q z`gk4XXa~opyb^rQ#s1DTs(@VvqQP~H{)e%DGI(lQd}Kz4&(|z{_9RLAvf5>Oyetox z@ny6vCl<)EX}8k>L%sE0k%R=QgI`um8D+LiUJ-Yg+3E~|#YERC{TYRu*4FW(Ol<-q z4YsV6j3dHN#G-GZahf93VE-}7SRatd=x7PfQhVtY*pa6!>46$TYxa7Y7 z1DsxijpV@Hkv^M68}Ju2XWKtYC84q{s|}0O%C+f$|Kt&U+==>5h4QpOA=Yydn39l2 ziA2z|s5tN^OXgNXXN4r?uzO?u<~y@+eY^VKJx`U8yQv3?Cz@X9*ujgl_2=q{2RK6-+i*t8s#BMMs%)MpB_nF#l^ z8*$}3eZ3)yeRe=~>#1_vI2h=f6^>LPrSHhe{SxNge~sD{E?6a(K~-waOczMZ2cD)L*w9go63*nvQ_`i1g$K;;=`i6QL6=RFwV%GzehsMz`DmA z9s4MO>YV4O_U=f{yL@I&Snz=g`cn2?s`r6LlVUxW)Mp-$PXO3!>BafQJhg~iL6r(B zLBaU#1qbZYaVr+yznJbMl{R3GQCrV9V&=PgTYmwdKoAFTxclYfA%M2B8Qsmxx!*tx z@YtV7+Q&EVI5wCU>)!tWyJhyvmQsZRfP$sLLl@x9F-=R*h*`0Fn*7~jJ7Y#*-mgLT zdj5@LZky2Hl7Zll#cUYKD$wl=AugY!Sqi4S6^DQM4?|?gUo5B zZ|v9}JGDYgJmlJEe9Q`S!`wp^E&8nN+wL41S4nJoY_d3}Wu9V3@wz1n#NhiNhoJZQ zHMLp6Q+e3C+ha<&m!^J4=+0m<2i$7`X6~9jG1DU_F zNNFG4R?$)yIn%yJijbt}7bfsW5X*6eK-&zzL5a_u*5*UDryrekIru701I(0~;uwrw z9#sB#23h;@PAFY*G{xaO*=fkT zdhW#7&T7ZN9l=leSMk#OUK<;Qe4uD>|UzDY@E$M16AcY zVqP#%!E&k3uEK%E7D`76I5;5!b(&Kbtsv7R1rX)HWcJ<*ONs`g<&pO=`4Tvd&1 z{kCNpKdhEpcay%ZnMjXr{O%PRcCYL`)K|8!%=49+rQc@H=;HC6f@|<)E>-{2`MJ5N zro?SXXj5`o1bVMKkf7|jBTnfW;HN>_4Yv;1DL_JU0vFFo1O?cR@B zu<|AyLj!L=+-xcfH_qNGZP)8=Y+RCtIQeZ%-#JwyBI_gjXVd(^65~Y$YBC7(>=UmW z4+ni)*6J#`tuy|j2QPMvQ7Z=EPYdZi%-M}8V6b3HM#iihM8R*OuBPBf`+gCsga=hW z6cqg&5nP)Wf9V{_e(?37RM4Hwzgqv2db<6rWw8i0pW_SPlDSZ<0(krGg2c6kyB0bl z16G+o8ntqGSZFG<)!L;Zx$_s#5s2`*1v2WC7(00N>jqOuDDr0JEyN~V@!%~5sr@gE z_@`mHm(hlbE6#U+0iJp#@>2(mO{Wb+uDrg*^s0U9)7;ghL5LvSU6H86(ecuVqrc&i z*@f-(@Rp0iOdbGO-TwazkU?<(2*rC)CX$cxBgzZ7`Uzj+VV~Ci)>4wcK|?eDbPof*; z|7wOz+$qbOZh6ElbFn(#k$OJAZvbjI2|P58gCH4WlAsAEmK=@80sYVGvN1=LSlK__ z7&P+n5IMZ@iClfg((8f8s6+&N+@SbL`R6*^n=?*j`~!o=DN83z;ROnNnCuB*O&M40 z)fjhb@UO*2UC%blq=`tYO@9&!M<91d#&=%mjs}Fnp~BPsJ}CkMO&iDEy8(y$3I)Q+ zrpl##1w9R?j{6A#)n6qp>)kiGlSS=#DO}f(w_?DztSKZTYj~T4zPU&|P?a2eYMFQK zC}Z_jP&#RWPNB@M#(V#FZMO!NrIE#MEy<^#2&d;>^kvjk4!;tS4R~O-w>0r#(8ijS8dc7xAAal88)jbSU2OQsta=(1`gED6SJ$@ehvzUV-(3?H z8t*v+3I(~S5447QS+T_UKK&r@+NvcCSF*&`4b>ix0AS0VgSFL?bgHXy{{z)14#vO& zuVqerdDqRp1DAq@uXVateL3EKk8)i&%H>yTka4`13z<92+9$O5BZFOMU5wN=C;n{S zfTf-u9tU`GI^kRzNiV|WG+NDN)O-?7|Byeme71TC^o}ng+I=v{ZB7bdFCV&Vev!u=Di^sq~35j5dy(`K1mk>fwRO8ahNBHJKBj-z-sX6@4$475(0au`oJ#s>1@1{Hk4roU;XLaoF6eNVX^U4-)S zVi&2~$k5;@QO==pHJoKPE~_MNem1jP5vKP!1MfDPRK&}4+!U3BWPbQ!ZLph;hF4;v-$q#onf^ppi>L}`K)Y}%)iIp{qQ)eeP z+pelQIMi;5tR&efu zVm5un){o+#d394E#S;P96vFV*iQV(SZ7-{J!jWBSyMxF(OBL&6(Z&tGslB4SkGSR2cziFXtd!Wb`PD^}^ETzx-|45YMu6Y?FBeyM z5%~T-D0pV==XoS*AjH)%^sXHvDNM>Hyb_M`^)4cHYG=dy?g<~*KCkWneLI@dZShF8 zRHF4R(w{$PG3s^8a;mGT*>3)066YQ$AmgzR=)O(!b*YBU z=H1zQqmX-i&(vt13DABmfw#FUJWIRB^4R35f?#RuwI408=e5jk4=>aGbhLE_HwmxP zTLM!J_khbZ?hcURrhI+;C0WFVE>$|>+P^UH92Dg0d zrssJk{>x;Hi`1%B0lsHy6EQfZw^l%C!RdwNrW38kf?iB+Z#Icg>G_C&cOcdeYD2*+ zQU*Ke1*DDo@IC&aUEv#p^Mvp|Eao00$?L=po z=KCwGy$dG@FSSbyXQKS!N%d!{YM&)=iF#xI95!~EwR{H{4`{SevUKX2$XzXnp?tnp zxN#cAzfIJK%~~d*QLI)~w2k3cI2v5gbMM}Uj?wFFxzjN!U+WfVcEXgH_?zyb)&N zw~rt7>Hgc9iT2Wnk5r$bd-VnX-YVXK`e?0<(|3U8{iU0KKYP^J{m{D?)_Ms*y?lhB zaNJ>rjkG|Am^D41D+160R%YWjFR=i~p9VC~$|>+Q0Ps*uB6%Vmw@nU%!x>}#0zdl@JVpKlpsl!oTP&Id9)usuw9EC9zpsF-S;8__@NS6%y+APjc(m zoO#fd1q1`N5&a3ykgPu%(HAq7sX8wsFBbG!LOs9KDTnA~qN+oV@9jCYl&0_cIASDm zBZwicOw|gjMZ=l0;yff{v zj}C4nhl|yRe3958WDlH=Ew#8hJ62$sH1-jPASm*8@Re7U9ygAe!~AOu_0RNnc^^Nk znhj$h!^)tdks=d4i`fs z_xF|}7s!3tNOR22?)31du)45FGXWOg^;ckY*lB3+`}YvRMIT4B+PMU1Wcd2d{QGRC z$!Gf~y;ZUEkDJ~h0`-mbzF>Bvs?juLr)1`osJNZOjAkKaQwcRD#6LMFSWxbH*c4hsKb!j><0TQq-^$M2R_d!_d23zG$eSGfaXJ6ml`CmZY6I-!7{;=;6m%b4{COzb!N2+$u)V=fB*I6*U=|;; zH%ZQ)Bd#7XUy-kD+&P$fa&2cdh|WgPwz=p|xF9=UjPK*I%ek#j)l9-TB+M4$#26$P zdjL9JcjqY-4oxxciceEJfKp9KoRt`T6Aj!;q)gT#5Ehbcr*o+P_&!&O%Mgtqa6kim zpLLQ7_eE4X_Jctx>HMgfntUUzj}&jUHZ|R@D_N(r2~l5H!aUp!31Rn*3pmM>9yR`I z*E8f;LVp;9gTaS=<_~?hiMQ+Lx{q4F5Fp{kEm(X$Ul{sibMo-vj;40l-KE#Uk_JJ7 zkGq~{`>-v?E&k`&RJPT74&txIjSSX__u`RGZr)3z;Seh;@C7cYp%`O7kXHm!5vtReG*N)s%3#C(!fo8n$8K%4^e zE2jex+z2pxW2Q$@fI*nJNC8gHaQD*J=Q4h$DVAX^^FuTS`|n)5xPc*6QXq{}l* z2DR#L%L2TQaG1EV7~+D+O0{P(omdFxzIaV-G|eT_#nsL{Buowapluc$CMYUvtWMY1n{MWuLVa4gmsQTSt>Q7feY3-~b`9oVC;xOgd&l%VUwv-nbRy;N?y$J#&rV*0V7rI& zuqHQ#Xkfs#XN5y>*@NP1<3>ZaX#k7i95oGa8p(H-L#Jw|%Bh#jZRK3C_+N_gZK`;VlOv{QbAG~2X;3&u&gePY2mCSwWulyI|xIH_u z#rwnMrKlgpFwNNW;ohz@$iKls&-~Btu<(w={Kf{d%i89x>3PJ3 z6WTp)#rq(^Dr}EB}bJNR5k?rW`i*u z%F7o`$ty*Q+zf$qkDAw~qpGQM7|YVVlvTsJ|KssgY-=|tQMpJ5zM;J~`wAx`Q|E$0 z3~V;<7tSlN%PPnbf(EM*=~lgttOY!xwxj#svlwNOXyzU;I!!R*idBQPX9h?nNn4kC zOm%FCKkIx79k%XHWst(|vyQQLM5eh;wLDz6m=+JmRq|mMIHO8d@k^$%foXKD)f0l6W-qyzQYsWX$ zJE3#L>9~c}ebG=9lpc+5^~uuma83WhyG6kLg_u8*a*tJW(xRP%X&J&#TbuT@%XMpZbtAWPgzuT}hkBsll8&V3~dFM-rW=TAskt0;fsCd}AENW!V7WO-4tX7EPw6z*=@b^VB z(DgzRi!X6V!4r%xO+DEoLKkuE_38pI$hD6f{a~}s?4mOkl!sq_;-O=fS5P6Bc{8CFK3C}%mX$i(BqucIZbl;;& z(Wfcz{b-rqV92WPwqcdIt5uRg>&PFRr9UdGAqOCz`wuUQ^v1z?ccjKFxA#l1C!ry& zL`T;yvH@ZX`K-#;`^){Z`oC8fZ>5dsd=_q8{0r1w9!SHrfH0i0_xy@_XahkZ-xBB& zXl?8-w~pjVay@$$bFBX%sPW0l84XZ#|MK;ZzZ#BJ%BcOHmE@c3(0_gN4)yD+Yxg6D z>ojLovz{bhY)5xoCi$&o#W=yE`bjHUjI`g4TM3=mU#R?hPV#Tsfva`xMc+O>pI$H7 zmo~~BlXV7wnNi<)Nj$qY1=M?^Att5-kW_fF`wn1YBP3n#ygGD zaSx24Nrme?JXYZol4@H219Ut1JFP=L4mN!}k&)BjP^_G+&n))I4c59=gg+J`>1$cZ zSt^ALJwQ!e?Dh;!oo;t`(XXpnnpLN7GIaGDSbd~SuP=A<$VnY87tRkC zikfN4&&fW35S#|f7EYsS+?8lu-W)~4lT+NeuJ}im%VEy0)OXLf*#pd*aXLE56P&U} ztqE%%X?t!Llu6EYcK5V3GbS=x%}0c@)b=XWy&{Nja-PI;{YyQ3fi6^U}vK@s; zY(Q{T9-ZM6TfsL@e{D34E`0wzUT+%H)h5xD>+{(iC@FCHH*Z_lqpLo5Q?}3jt=kH zyL5kFk5J{gxY7r=M`t=cn6?*W+oZwKy_z;&lw^8nl2j`bp;h{?hSZt7d%SbtX-b4D zBAc5xtW}y@Lv_6^?M;=!q3|fQ?HqO*f!BL5-7PoQv0Z@ZAI^uRHgJQVvJo!dRR@sI zLa0squg{_KP^TI^hY=yV3R1xmQ6=i)R~O_S3P!5Mp@f^sozREnd#zX2`XTkdAyzes zM>M3^Ey02^g{CIboYU+PrfsY@n@H>>f3E8}%!Rivs6a;2Ks8Xtn~XR9&&{Iw|3L{9 zy$?VYq@TiJW8-Y^?nXYOxLR~jzD?vz3b63o{@ITzk^5>ILl3tMsf0uwCPJucOgn5I zG3P1o#B^toS7DHbnB8u>JaNAhuWxIuyBcO_#r|iOeZ=n;eQx2 z71^qDl2wc3q&~;m#o?*3HKcYyJZi9==#AW7ea@q~=EE^aCR~Kx2vEx%Z#A^OO-AMq zVGcXPNDzgCDmnI0G0`_PNssZ>`QKmOFlOGTsk-L(M-}%#!B;7~Kz{p`^_rh~z*%g2 z@|VrRxKLMx!iBO{kk7*=+=JYfCI##HzgWG~vcT3vBT^%ZVLe1q03SqwQ)113qV*7t zY*xzu{>_oQnD>D^`CF4$1vrH1UjLY*u2nk}2ic6jmE`9&xv;(S{nTo%G6YqS<{TF_YR@&B{^wZT4(t%S@ zYmomM7o?P&9ccbKoUau7NDAi`g>6Yk!~Nls$}0Eho8KmJg1c#OtQU#qHoQ0pt-Pmr z=!El2k?kA8aMQ>k+C z+xY61pO@brEbY$Hpc9ybl|E(wT5J^ZiUEx3t_JYm|CGwuAS=EBR`PUTfRvTI9lDrW z6E3X;ZNZ;A&q|Aqe>#Wm0RCZnj{8Ku0VHVedg|!E6wHAX_JDNE4hnJCLy{_An2flC zBQYK;HCLq0u|36fM4`ThhBz6Wi=vk7+0YraqHnurw?VV>h=8{rnNl78K zV0({3P2J;#XPRHd$V~>_|Jg4l^r+@FTOhM%%7+g-^*1K^^;@{QUJQ=<9Qs2G`vJ>x zr_l*;SCt5Mq%Z-K-dtX6q%ZVq+tS6r2VKT2sy?q~F?FpWM+r=ctyw7FLzgMUmWEzQ zM)`>q8qmGmb~<)}qpChyb z{?e!l8!@die%IL#KOsl7zXGVSa?c*CCt1xsU^~C0!76ZoyYV*c-Ax;5X)f4vM{PRW zy9|Lp#aymatuj8%v0?&HofQ40x*H)FFJ8Dac>6sMa1*WnnR&RYIWSYehYUz zz*CtTl#k_^JjO{6o{|k$#tCfr}NgC|dZYl&h6%b^!`*1>Ciua&$9 zuW}xq|M9C4`Y>y!QtuY7GI(D#twb@+H4OJ6Ha_rjn7&`EBb4K(mAK=g+VZfq%5b_$ zn?;{m#e>HaEl6kgNJr7-{*ImW_LM@$^M~1lV;xUx6_3r&^{Y8A%k+MxnGD2y>W_Zd z>ZY~mk@q9H+t#J6ZM0y^U{cn8_jOqtZNau5P0+8cxNZZ+N||{hI?K^fqUSGlLxgR^ zw_dHAjT7Y2Q5w3jy2&Na41uerfsYEp~lsSR(wogk7kdn6~McnYW&_VV79+zdFZuy@6$VA)x&! zF5F!mZ1Qap%nBUtOW{wZ&Oy)eKF~eKf4U-h*NPCI@;>RhA+pKT#g{#c9|#^y;{thR zg2X`RH9W>W(|`qxBfv96mhXEI)JG=dB+6;bs4Y68{x77?^C|g$&3E zL)mlw{h%sp(V)QHdtuIZc4rpO-3?Me>EB8IUtmWsH-W9EP2$A zv$x1>3RASoyzJSn%y>Ia^ubYTue(dN?(0T>H^gXVc%RO$^3t7YG|qa+v(>*sSvdwP zGRu@pXY}95+9{(cG*bnG)k$0%09g#NW#L^i-2bcRjskM|Q zDhNd5rS^`h;OFxN7dzW{qenlHgEIesH@8^PfQOsPHJV44?7i&l3#81607;DM@d$V* zunp2=|Cqzx`v_=Z%)T92u5kNqm$kCH6>NqT$bhVRkdrt~GS=tt{LUFz-i&-t>y{oU z|7fkdIpcVAQQmAU_09chpE@&Ff9vhq%AiCn`RIPh!|a97x~_!7QQ~Cx3}G1pG7BBW z%LF}y20z#{RtkaErg09uJj&%9%y}J?|K9vYb!FG#wYq?%*4H3~xjI|;CPI#6PO`@t zOU-tnp157N?(A3ycwnH6oz?z%<&W9kZku*`Lc&>#g;uffcG$JBYz3V}xq_O&V6NR2 z9w@sa)Cj8{g>!yZyM7SFj(`#zc(%$tO%N7-19=4X0@|w0y`0KQ6-}4B@T`2j7vskV zOny@BZaGNbv?sayh~Hwo z2K+s(stmmclkI79U{PA9#6Qpi$N!^2C`c|ZpJu*Zun|b6m>gAd(gUOnoe`nSz?n;d zPX7n{tB-dV0@wGu+jlCOjZ66<`*t6X-rlvbbW)y3FcUN@Hr}3)ft89kRhj7Gu}-o6~k-f7SbQkdK5dg*kk*&M}zVlQZ|z-bL%%75?7v|829Tl)o0NDsj? zvHt1DT{4%}qJcUR72 zonjRc>W_M}y_MAxxt`*(iKoxU!C#?PoA1vLqH^~`y-sDuJEtMDyYDkZZZ8X7C1zwj zBgqY}`po+oop@(s5%4S_I#+*)1`D~vZS(e=7A~Mq;L8W+Yx$y};8T6vkn^Rt>znJF zdk*eh39qBMAL?#AX=$oY-kWdFCUHNF9B~ZB>QcY?GMD=K3sLyNW%#}zqky{Uvr~4I3gn!|A_)X50+X? zpO|6@d;&ItLL)UrLA^;NHU`+yQ~N-ww092Ai;Dk;L31xQPz6%@AX%2v+|+k0EX6hzXl2B$v9cqYuAP0Y70u);0;F(Itpdm9tG zw_SqvcA|`siO3lL8as6ULBK8Kq&z(*%}DxS2M*P%>mL^lF(3+w<~wHbn=^qzApH`E zm3;!zNbPdWf^9>lj{}FD)%(re$wSqED|ic^>8IzeDl8%Auj(^j?%sn#vg$@mk~4#CX<@kagJcM{?q_reAqtKZPjB@5akaT=7~M2)sij^L-@t z2@CZOIQre#R5ZO!)e=<~!_L1;(VeW^_%l7^x5FCF2*Gc`5|$)}u-Uh2C6pj65WSR0 zKBYxR$|xD8Q>F$A2JP+R-^ga~uz$Ya8Z${INBNyj#(`H&D+tqvR4jLF_$z(XOWfOY zI8G=YpXGyG`An(5=XK*f?bg=Lb`E@xU0jLH6~hZVKmE1wy^reMpPA&W{2zv*ss%Z)Dm4 zFl}#53*o)?W{>-{mL!{DA)Icivp08M$ZH_?Z`QD)Y@U zG$`!G=iMVDwcB+{8LJ|`JA7w{7WT%7yZU(&jA{Q9WeeI3@(HNl@1j~aY2;&+`<-nG zRm*j6|6RRwg(4ol${(_IY^yl%p_oF(DZq4l_dh3)2XLgug8j`88xr-8{y(D5GAyb$ z?Dl&|2?c{rk&teX90U=i5fG$RLh0^SKxql-mTr)ap_`#Q2I(GPfT3pQ%>TUaxz7GD z`@_tqd9J;$`&rLgzlHLqfsWo5?J%hmF0G_$TkU(ESD*h&dvRHdA40_~k+1N6zFQ#u zzR!L}#6@5~tNrQb=91ANFdm1w-dxLyi2MG0m(gSn?^*)NG#=Cel)MM|C<$*X9ifT>_n3cpBDTkH$HB1gdJsU zR=8V1ejl|HTHb9OtqjbuFkpV44!5O{E#)_@j~%ps;NCd-MEm^N0WZmGSd*IrMr=^w z)#&EVa+AfJ8;0JvE-SSzfbkD$6Ei}?pgvRCceT(`-7wSm&OQB_oQVyYGEg~iE5y(G zW|qdehfL;~_i=N(WLU_`RJx6Z-j1qbC7Bx<>_r8C;j-VT{ez8tJ>uW7nkiw)V}lR6 z-#Ij()0vsM><2VbG8#f{D+-Sv2eb&M-`W$T4h|+AmN@)-)I1%}Q#C~y$1H2(V0Rln(T!{s}KUA>wUWr=8?+$1w6b)Xc7dV4AF&T-!_|Jby zI@8^HG}I2)UYw20x>HG;RW4QVr}g8=$ynJTN4?u+p%5QfDgu# zn;*Jr1)hf8oJO2YvhS($9_cL^rW#PXmpxU{=@!wR`00^F<-sA^%BifCzAw*7Ow?n& z8;!FL+st{PE#s3Up~jB1r!6=dRBrtFf*p2I-|MtwQLzJll$n{@_+HSeQg=F4vL~`E z=FIoT!fIYOz4X&orVS)MQO!+8@tyb``Icb2siUU5DUavn*v*+_Mi)s=xHIjHhPs;4 zCP;5#(N|at`cFh^)mh9O$rdVwvtGI4WZ!DK%S_jPV5XQCytNOl0TJwimX}K~(xRVlhsA}`t!ht*TVaxBcSDUe**ArjNxz#q`y^)%qLh>CY8Z;<$tuB4& z=$%^lAR{F|4weG1P!4pbS#dDvSvA#+2~I&_4-u8?P);kWGnwNZIKSG3;@sE@m?|Rv zaAXDP;y*xzkky-!ZA@E$jXjm!#5h;`%%L_GaNRobgZ)%dS%b8m2QfRiD_+`9B&Hx- zrG>H=3x@Y+y(*f{R7^{J(m>j2vG4`5AECwD#g@&41#xx_&vF;6d=8h`+NCaLq38Us z3hVn9?xWtdRMLbWi=E74{PzX8eH1RInn)UP*L=kvI|_f$>|U1ZwiFhKb(wHgC+k(g z1v>9NX*RlV7iu8;wK%Yl{A?yLr6ZTz7F0FAO#pahMDSk|7~U8#M>H!Bmm&fY0+%)nMzIGo?CnK@#Jq+b@E>-L+6CpUwQ81a(it5)t-<5v7FZa zbXZC)`NKM#`uP#?gQ=wyhM@d$5m?<`7Pjz^>ymFyr-7_{WuIk-^8U+jv-`C42?j~% zgn+vuDTse%-n%5!$%-h0M}RgYU?!7}&PdO4=$A#NTXiW+!q*iH%My%BlEir%#cE;Y z*Sf9RXRLXr6V_n9z!ov;^p7QhupPNDy)Z-Pa3eYF?jcrh`iilFt=!*IHSRH>&x06%86Tg|V*O_d|1{tYA`F5MgOLPj(+fN$8W2X-=*ed3z&m zgHg>1PMJSTFkBB@E_ehk-eI5>pxu-ri7nv{6$A>UdQ-Y4R;5F!*u0;5LD4w35iE}D z5ShDxi{AR?!*dmgp^BmT@RFJKMI;`XGVL2I1?HgzQAbTroF$n9u^cW=oYs?W%D_GB z3i&euF`%_|?ED8%+u{O|@Aro6-8P64Ti@-O{;jTE58WcH8kJyO8_qOyd@WjIll;f^ zFR`YBgx5{H%S}7(+|5{ptW)^d2=w1^`k~k3OSwo8C7$Db5ke3d31F_=3w;o`f4^IU zQ|4hl*LF<6HO_ow7w8I3608y6mM<+WTp7trAr1b9%=Ae=E$H3#uRTW`l)LR0X5hDs zRv*oZ`%xv&5^wPU1PQN;L$#7Gaj}VaHjA{h;a70nM(S@kC)HCyL=J}bQRDRYU(JlV z>K~g$J@5&z{!rS!q?F53bG@7|bD(~Bu5o}*9z%g+@NQQx5LZW%girz9TvE@9KS)Qd!M! ztuq$2yZt~$z1jDCmq<({+Fd-GwSiYbs{!(}hI&HDTE8A+L*WVZi}fytI0d^jwFBW(Nn4nDSn`Zg+N zJkTG8b};SP;x!PfX4sjl{N{SuU~hSFIfB8!*!|nYjFEPp{7wyV9tw?HK3ah7qp#By z_j*?}p{&+DvFv}$da1H`!~ZDwS>ZTr7-T#Ue%;|6@BYDV(Die`iR-Ly%8xR}dStlf zWzujPMd|8B?rc7?AC#pS;~P+PNYTeX)iZ)R;B-b2axwLQcTf9O%q570w3f^AdAJ{KKRyY-1ZI_zFJp-6^2yT219rBBM)hqi$qH%<~e zAm;vC<_T?D&QWHe*hosH)wxi+9XLOn8 zH=Z8+)n45@X!@obY@NWmnijvao}PCB^!a1Q3ZmQ$A28#6Cs$W4j!CxnzjM7#RVSdA za4g{>r)!%28ShIW3rJ|}g(cqSpPd)JHfX&|p3~GR>v#dfzJH5dB2Mi}kv%Y+Y~ z?ifhb!()e-3UBPWmVlLo&2>JCm8}mC8$iABkqHaJA8c+BJr1-PQi7Uh6(5e@j&iE* zjOS(fSjQQ8pM^c{CUy`)ure2{p>AWmccVD0bZEAUwdIb6%0Rzfq!j#YE)`45)msxW zj()^er|}EZ>ET4ozo(kKGECF=)@@3$O*``weAZ<^Mq53cuYi59w1u$N3w;sIZ%FQ} z!ic8die)zjJ7>{uI_w+H){t;552rVjPYqCDjF8*;*{+2AMcBae-Uovs-Vnq)K#6n~ziRSyhEQ#@` z&ajqK{=z46ETcjkHzJZwZ_q+)#-Z~I+jCz%X@!6ytd!ws%d~oH@R^y8&NIUxTdQ4> z*QWoEu^_xS^NG*DOIL~en0!|4S6dQ6Fi zeg~Y#R4~+nh zpU`wKPnpfO+S;>Nr&&IReF}*LdxFh$dTXEpZ7$w2uMx3Wo3=Qjo$3?#R6{bQd*(uK z?#{;Y3F_AU$s+)_W#N25J0QFKaIoM-l3`jz5~f;wqjG_MZDeKF>csVeveRMiv4*Cn zMfpepmu4`~bK)UM^o^qH8!gFI9%$t`xrCTlaM&*D&imX2K
XUJUvx&?EROypG)+qpu!%^))U&# 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ℜgRag& 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 - /// Standardized contests. - /// A contest is figuring out, based on data in components on two entities, - /// which one has an advantage in a situation. The advantage is expressed by a multiplier. - /// 1 = No advantage to either party. - /// >1 = Advantage to roller - /// <1 = Advantage to target - /// Roller should be the entity with an advantage from being bigger/healthier/more skilled, etc. - /// - /// - public sealed class ContestsSystem : EntitySystem - { - [Dependency] private readonly MobThresholdSystem _mobThresholdSystem = default!; - /// - /// Returns the roller's mass divided by the target's. - /// - public float MassContest(EntityUid roller, EntityUid target, PhysicsComponent? rollerPhysics = null, PhysicsComponent? targetPhysics = null) - { - if (!Resolve(roller, ref rollerPhysics, false) || !Resolve(target, ref targetPhysics, false)) - return 1f; - - if (targetPhysics.FixturesMass == 0) - return 1f; - - return rollerPhysics.FixturesMass / targetPhysics.FixturesMass; - } - - /// - /// Tries to compare both entities damage to the damage they will enter crit at. - /// After that, it runs the % towards crit through a converter that smooths out and makes - /// the the ratios less severe. - /// Returns the roller's adjusted damage value divided by the target's. Higher is better for the roller. - /// - public float DamageContest(EntityUid roller, EntityUid target, DamageableComponent? rollerDamage = null, DamageableComponent? targetDamage = null) - { - if (!Resolve(roller, ref rollerDamage, false) || !Resolve(target, ref targetDamage, false)) - return 1f; - - // First, we'll see what health they go into crit at. - //TODO: refactor this entire system.... Why does this exist, this shouldn't be calculated off health - var rollerThreshold = 100f; - if (!_mobThresholdSystem.TryGetThresholdForState(roller, MobState.Critical, out var rollerCritThreshold)) - { - if (_mobThresholdSystem.TryGetThresholdForState(roller, MobState.Critical, - out var rollerdeadThreshold)) - { - rollerThreshold = rollerdeadThreshold.Value.Float(); - } - } - else - { - rollerThreshold = rollerCritThreshold.Value.Float(); - } - var targetThreshold = 100f; - if (!_mobThresholdSystem.TryGetThresholdForState(roller, MobState.Critical, out var targetCritThreshold)) - { - if (_mobThresholdSystem.TryGetThresholdForState(roller, MobState.Critical, - out var targetdeadThreshold)) - { - targetThreshold = targetdeadThreshold.Value.Float(); - } - } - else - { - targetThreshold = targetCritThreshold.Value.Float(); - } - - // Next, we'll see how their damage compares - var rollerDamageScore = (float) rollerDamage.TotalDamage / rollerThreshold; - var targetDamageScore = (float) targetDamage.TotalDamage / targetThreshold; - - return DamageThresholdConverter(rollerDamageScore) / DamageThresholdConverter(targetDamageScore); - } - - /// - /// Finds the % of each entity's stamina damage towards its stam crit threshold. - /// It then runs the % towards the converter to smooth/soften it. - /// Returns the roller's decimal % divided by the target's. Higher value is better for the roller. - /// - public float StaminaContest(EntityUid roller, EntityUid target, StaminaComponent? rollerStamina = null, StaminaComponent? targetStamina = null) - { - if (!Resolve(roller, ref rollerStamina, false) || !Resolve(target, ref targetStamina, false)) - return 1f; - - var rollerDamageScore= rollerStamina.StaminaDamage / rollerStamina.CritThreshold; - var targetDamageScore = targetStamina.StaminaDamage / targetStamina.CritThreshold; - - return DamageThresholdConverter(rollerDamageScore) / DamageThresholdConverter(targetDamageScore); - } - - /// - /// This will compare the roller and target's damage, mass, and stamina. See the functions for what each one does. - /// You can change the 'weighting' to make the tests weigh more or less than the other tests. - /// Returns a weighted average of all 3 tests. - /// - public float OverallStrengthContest(EntityUid roller, EntityUid target, float damageWeight = 1f, float massWeight = 1f, float stamWeight = 1f) - { - var weightTotal = damageWeight + massWeight + stamWeight; - var damageMultiplier = damageWeight / weightTotal; - var massMultiplier = massWeight / weightTotal; - var stamMultiplier = stamWeight / weightTotal; - - return DamageContest(roller, target) * damageMultiplier + - MassContest(roller, target) * massMultiplier + - StaminaContest(roller, target) * stamMultiplier; - } - - /// - /// This softens out the huge advantages that damage contests would lead to otherwise. - /// Once you are crit or near crit, we just let the massive advantages roll with what could be a 20x. - /// - public float DamageThresholdConverter(float score) - { - return score switch - { - // TODO: Should just be a curve - <= 0 => 1f, - <= 0.25f => 0.9f, - <= 0.5f => 0.75f, - <= 0.75f => 0.6f, - <= 0.95f => 0.45f, - _ => 0.05f - }; - } - } -} diff --git a/Content.Server/Resist/EscapeInventorySystem.cs b/Content.Server/Resist/EscapeInventorySystem.cs index 8973540487f..8cb6d218e2b 100644 --- a/Content.Server/Resist/EscapeInventorySystem.cs +++ b/Content.Server/Resist/EscapeInventorySystem.cs @@ -1,4 +1,3 @@ -using Content.Server.Contests; using Content.Server.Popups; using Content.Server.Storage.Components; using Content.Shared.ActionBlocker; @@ -7,7 +6,6 @@ using Content.Shared.Interaction.Events; using Content.Shared.Inventory; using Content.Shared.Movement.Events; -using Content.Shared.Movement.Systems; using Content.Shared.Resist; using Content.Shared.Storage; using Robust.Shared.Containers; @@ -21,12 +19,6 @@ public sealed class EscapeInventorySystem : EntitySystem [Dependency] private readonly SharedContainerSystem _containerSystem = default!; [Dependency] private readonly ActionBlockerSystem _actionBlockerSystem = default!; [Dependency] private readonly SharedHandsSystem _handsSystem = default!; - [Dependency] private readonly ContestsSystem _contests = default!; - - /// - /// You can't escape the hands of an entity this many times more massive than you. - /// - public const float MaximumMassDisadvantage = 6f; public override void Initialize() { @@ -53,23 +45,9 @@ private void OnRelayMovement(EntityUid uid, CanEscapeInventoryComponent componen } // Contested - if (_handsSystem.IsHolding(container.Owner, uid, out var inHand)) + if (_handsSystem.IsHolding(container.Owner, uid, out _)) { - var contestResults = _contests.MassContest(uid, container.Owner); - - // Inverse if we aren't going to divide by 0, otherwise just use a default multiplier of 1. - if (contestResults != 0) - contestResults = 1 / contestResults; - else - contestResults = 1; - - if (contestResults >= MaximumMassDisadvantage) - { - _popupSystem.PopupEntity(Loc.GetString("escape-inventory-component-failed-resisting"), uid, uid); - return; - } - - AttemptEscape(uid, container.Owner, component, contestResults); + AttemptEscape(uid, container.Owner, component); return; } diff --git a/Content.Server/Weapons/Melee/MeleeWeaponSystem.cs b/Content.Server/Weapons/Melee/MeleeWeaponSystem.cs index 8aee76136fb..a01a3240139 100644 --- a/Content.Server/Weapons/Melee/MeleeWeaponSystem.cs +++ b/Content.Server/Weapons/Melee/MeleeWeaponSystem.cs @@ -4,7 +4,6 @@ using Content.Server.Chemistry.Components; using Content.Server.Chemistry.Containers.EntitySystems; using Content.Server.CombatMode.Disarm; -using Content.Server.Contests; using Content.Server.Movement.Systems; using Content.Shared.Actions.Events; using Content.Shared.Administration.Components; @@ -37,7 +36,6 @@ public sealed class MeleeWeaponSystem : SharedMeleeWeaponSystem [Dependency] private readonly IRobustRandom _random = default!; [Dependency] private readonly BloodstreamSystem _bloodstream = default!; [Dependency] private readonly ChatSystem _chat = default!; - [Dependency] private readonly ContestsSystem _contests = default!; [Dependency] private readonly DamageExamineSystem _damageExamine = default!; [Dependency] private readonly InventorySystem _inventory = default!; [Dependency] private readonly LagCompensationSystem _lag = default!; @@ -223,9 +221,7 @@ private float CalculateDisarmChance(EntityUid disarmer, EntityUid disarmed, Enti if (HasComp(disarmed)) return 0.0f; - var contestResults = 1 - _contests.OverallStrengthContest(disarmer, disarmed); - - float chance = (disarmerComp.BaseDisarmFailChance + contestResults); + var chance = disarmerComp.BaseDisarmFailChance; if (inTargetHand != null && TryComp(inTargetHand, out var malus)) { From bc9c31aacce2583d4ceeb25f23180bde62b3b74a Mon Sep 17 00:00:00 2001 From: PJBot Date: Wed, 21 Feb 2024 06:40:12 +0000 Subject: [PATCH 081/101] Automatic changelog update --- Resources/Changelog/Changelog.yml | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index c38e50e5a5d..80021bbfbdf 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,18 +1,4 @@ Entries: -- author: EmoGarbage404 - changes: - - message: Damage from heat sources has been increased. - type: Tweak - id: 5489 - time: '2023-12-30T23:28:01.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23238 -- author: Alekshhh - changes: - - message: Changed seed bag visuals - type: Tweak - id: 5490 - time: '2023-12-30T23:35:46.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23210 - author: Alekshhh changes: - message: Changed ammo boxes visually @@ -3854,3 +3840,18 @@ id: 5988 time: '2024-02-21T06:34:47.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/25227 +- author: veliebm + changes: + - message: The guidebook now contains a page for the Radioisotope Thermoelectric + Generator (RTG). + type: Add + id: 5989 + time: '2024-02-21T06:38:29.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/25040 +- author: PoorMansDreams + changes: + - message: New pirate start sound! + type: Add + id: 5990 + time: '2024-02-21T06:39:05.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/25153 From 92e115fbe4fe6bfdd1a60a51888e4caf3ff53030 Mon Sep 17 00:00:00 2001 From: takemysoult <143123247+takemysoult@users.noreply.github.com> Date: Wed, 21 Feb 2024 09:41:01 +0300 Subject: [PATCH 082/101] add syndicate hud to nukeops uplink (#25087) --- Resources/Locale/en-US/store/uplink-catalog.ftl | 3 +++ Resources/Prototypes/Catalog/uplink_catalog.yml | 15 +++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/Resources/Locale/en-US/store/uplink-catalog.ftl b/Resources/Locale/en-US/store/uplink-catalog.ftl index db131f04cd3..199bedb2d3f 100644 --- a/Resources/Locale/en-US/store/uplink-catalog.ftl +++ b/Resources/Locale/en-US/store/uplink-catalog.ftl @@ -142,6 +142,9 @@ uplink-hypopen-desc = A chemical hypospray disguised as a pen, capable of instan uplink-voice-mask-name = Voice Mask uplink-voice-mask-desc = A gas mask that lets you adjust your voice to whoever you can think of. Also utilizes cutting-edge chameleon technology. +uplink-clothing-eyes-hud-syndicate-name = Syndicate Visor +uplink-clothing-eyes-hud-syndicate-desc = The syndicate's professional head-up display, designed for better detection of humanoids and their subsequent elimination. + uplink-radio-jammer-name = Radio Jammer uplink-radio-jammer-desc = This device will disrupt any nearby outgoing radio communication when activated. diff --git a/Resources/Prototypes/Catalog/uplink_catalog.yml b/Resources/Prototypes/Catalog/uplink_catalog.yml index f2b26a7789c..42bc6786925 100644 --- a/Resources/Prototypes/Catalog/uplink_catalog.yml +++ b/Resources/Prototypes/Catalog/uplink_catalog.yml @@ -551,6 +551,21 @@ Telecrystal: 2 categories: - UplinkUtility + +- type: listing + id: UplinkClothingEyesHudSyndicate + name: uplink-clothing-eyes-hud-syndicate-name + description: uplink-clothing-eyes-hud-syndicate-desc + productEntity: ClothingEyesHudSyndicate + cost: + Telecrystal: 2 + categories: + - UplinkUtility + conditions: + - !type:StoreWhitelistCondition + whitelist: + tags: + - NukeOpsUplink - type: listing id: UplinkRadioJammer From 196145685e0d19edbbf4e3a7d89da7489716f976 Mon Sep 17 00:00:00 2001 From: Sphiral <145869023+SphiraI@users.noreply.github.com> Date: Wed, 21 Feb 2024 00:41:37 -0600 Subject: [PATCH 083/101] Adds a mask slot and moves adminPDA to new ID slot for aghost (#25402) --- .../Fills/Backpacks/StarterGear/satchel.yml | 1 - .../aghost_inventory_template.yml | 18 ++++++++++++++++-- .../Roles/Jobs/Fun/misc_startinggear.yml | 1 + 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/satchel.yml b/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/satchel.yml index fbfa3184179..7b2bb55cac4 100644 --- a/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/satchel.yml +++ b/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/satchel.yml @@ -283,7 +283,6 @@ components: - type: StorageFill contents: - - id: AdminPDA - id: GasAnalyzer - id: trayScanner - type: Unremoveable diff --git a/Resources/Prototypes/InventoryTemplates/aghost_inventory_template.yml b/Resources/Prototypes/InventoryTemplates/aghost_inventory_template.yml index b34378c39d5..6252ad8e993 100644 --- a/Resources/Prototypes/InventoryTemplates/aghost_inventory_template.yml +++ b/Resources/Prototypes/InventoryTemplates/aghost_inventory_template.yml @@ -1,4 +1,4 @@ -- type: inventoryTemplate +- type: inventoryTemplate id: aghost slots: - name: back @@ -9,11 +9,25 @@ uiWindowPos: 2,1 strippingWindowPos: 2,4 displayName: ID + - name: id + slotTexture: id + slotFlags: IDCARD + slotGroup: SecondHotbar + stripTime: 6 + uiWindowPos: 2,2 + strippingWindowPos: 2,3 + displayName: ID # For drip reasons. - name: head slotTexture: head slotFlags: HEAD - uiWindowPos: 0,1 + uiWindowPos: 0,2 strippingWindowPos: 0,0 displayName: Head + - name: mask + slotTexture: mask + slotFlags: MASK + uiWindowPos: 0,1 + strippingWindowPos: 1,1 + displayName: Mask diff --git a/Resources/Prototypes/Roles/Jobs/Fun/misc_startinggear.yml b/Resources/Prototypes/Roles/Jobs/Fun/misc_startinggear.yml index 3f5c36875fa..8f7d8aee19a 100644 --- a/Resources/Prototypes/Roles/Jobs/Fun/misc_startinggear.yml +++ b/Resources/Prototypes/Roles/Jobs/Fun/misc_startinggear.yml @@ -326,6 +326,7 @@ id: MobAghostGear equipment: back: ClothingBackpackSatchelHoldingAdmin + id: AdminPDA #Head Rev Gear - type: startingGear From 43f900992b7629d0eb8c6341bcd9664cab63b265 Mon Sep 17 00:00:00 2001 From: PJBot Date: Wed, 21 Feb 2024 06:42:43 +0000 Subject: [PATCH 084/101] Automatic changelog update --- Resources/Changelog/Changelog.yml | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 80021bbfbdf..f3837b6822a 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,18 +1,4 @@ Entries: -- author: Alekshhh - changes: - - message: Changed ammo boxes visually - type: Tweak - id: 5491 - time: '2023-12-31T02:13:07.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23180 -- author: leonardo-dabepis - changes: - - message: Soap no longer smells like condoms. - type: Tweak - id: 5492 - time: '2023-12-31T07:27:55.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23272 - author: EmoGarbage404 changes: - message: The chemistry guidebook now includes sources for various chemicals! These @@ -3855,3 +3841,18 @@ id: 5990 time: '2024-02-21T06:39:05.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/25153 +- author: takemysoult + changes: + - message: Changed uplink catalog - add syndicate hud to nukeops uplink + type: Tweak + id: 5991 + time: '2024-02-21T06:41:01.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/25087 +- author: Sphiral + changes: + - message: Took the AdminPDA from the backpack and gave it it's own slot on aghosts! + Also aghosts can smoke/wear masks now! + type: Tweak + id: 5992 + time: '2024-02-21T06:41:37.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/25402 From 9674b793f45325af70ec291a50d885289b2c2eaf Mon Sep 17 00:00:00 2001 From: EdenTheLiznerd <138748328+EdenTheLiznerd@users.noreply.github.com> Date: Tue, 20 Feb 2024 23:42:52 -0700 Subject: [PATCH 085/101] Nerfs normal nettles to be weaker than their deathnettle counterparts (#25177) Had an oopsie! --- .../Prototypes/Entities/Objects/Consumable/Food/produce.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/produce.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/produce.yml index bad194f2e3e..7c6e8601089 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/produce.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/produce.yml @@ -182,11 +182,11 @@ food: reagents: - ReagentId: Histamine - Quantity: 25 + Quantity: 3 - type: Produce seedId: nettle - type: MeleeChemicalInjector - transferAmount: 6 #To OD someone you would need 2 nettles and about 6-7 hits, the DOT is likely to crit them if they are running away with almost no health + transferAmount: 3 #To OD someone you would need 2 nettles and about 6-7 hits, the DOT is likely to crit them if they are running away with almost no health solution: food pierceArmor: false - type: Extractable From 41267979f4b8d4c832b68600c46d111190dfc551 Mon Sep 17 00:00:00 2001 From: PJBot Date: Wed, 21 Feb 2024 06:43:58 +0000 Subject: [PATCH 086/101] Automatic changelog update --- Resources/Changelog/Changelog.yml | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index f3837b6822a..7873d2fb437 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,13 +1,4 @@ Entries: -- author: EmoGarbage404 - changes: - - message: The chemistry guidebook now includes sources for various chemicals! These - are alternative methods of collection, including grinding, juicing, condensation, - and various others. - type: Add - id: 5493 - time: '2023-12-31T07:35:00.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/22627 - author: noctyrnal changes: - message: RD's suit got a new paint job. @@ -3856,3 +3847,10 @@ id: 5992 time: '2024-02-21T06:41:37.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/25402 +- author: EdenTheLiznerd + changes: + - message: Nettles are now weaker than their deathnettle counterparts + type: Tweak + id: 5993 + time: '2024-02-21T06:42:52.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/25177 From 33153aaa2e387a221ee26fccbabdceca2fe25672 Mon Sep 17 00:00:00 2001 From: potato1234_x <79580518+potato1234x@users.noreply.github.com> Date: Wed, 21 Feb 2024 16:49:39 +1000 Subject: [PATCH 087/101] Spaceman's Trumpet and Lily (#25090) * trumpet + lily +polypy * trumbet --- .../Locale/en-US/flavors/flavor-profiles.ftl | 1 + .../Locale/en-US/reagents/meta/medicine.ftl | 3 + Resources/Locale/en-US/seeds/seeds.ftl | 4 ++ .../Objects/Consumable/Food/produce.yml | 56 ++++++++++++++++++ .../Objects/Specific/Hydroponics/seeds.yml | 21 +++++++ Resources/Prototypes/Flavors/flavors.yml | 5 ++ Resources/Prototypes/Hydroponics/seeds.yml | 56 ++++++++++++++++++ Resources/Prototypes/Reagents/medicine.yml | 27 +++++++++ .../Specific/Hydroponics/lily.rsi/dead.png | Bin 0 -> 827 bytes .../Specific/Hydroponics/lily.rsi/harvest.png | Bin 0 -> 753 bytes .../Specific/Hydroponics/lily.rsi/meta.json | 32 ++++++++++ .../Specific/Hydroponics/lily.rsi/produce.png | Bin 0 -> 314 bytes .../Specific/Hydroponics/lily.rsi/seed.png | Bin 0 -> 302 bytes .../Specific/Hydroponics/lily.rsi/stage-1.png | Bin 0 -> 658 bytes .../Specific/Hydroponics/lily.rsi/stage-2.png | Bin 0 -> 682 bytes .../Specific/Hydroponics/lily.rsi/stage-3.png | Bin 0 -> 727 bytes .../spacemans_trumpet.rsi/dead.png | Bin 0 -> 699 bytes .../spacemans_trumpet.rsi/harvest.png | Bin 0 -> 704 bytes .../spacemans_trumpet.rsi/meta.json | 35 +++++++++++ .../spacemans_trumpet.rsi/produce.png | Bin 0 -> 346 bytes .../spacemans_trumpet.rsi/seed.png | Bin 0 -> 282 bytes .../spacemans_trumpet.rsi/stage-1.png | Bin 0 -> 572 bytes .../spacemans_trumpet.rsi/stage-2.png | Bin 0 -> 602 bytes .../spacemans_trumpet.rsi/stage-3.png | Bin 0 -> 622 bytes .../spacemans_trumpet.rsi/stage-4.png | Bin 0 -> 662 bytes 25 files changed, 240 insertions(+) create mode 100644 Resources/Textures/Objects/Specific/Hydroponics/lily.rsi/dead.png create mode 100644 Resources/Textures/Objects/Specific/Hydroponics/lily.rsi/harvest.png create mode 100644 Resources/Textures/Objects/Specific/Hydroponics/lily.rsi/meta.json create mode 100644 Resources/Textures/Objects/Specific/Hydroponics/lily.rsi/produce.png create mode 100644 Resources/Textures/Objects/Specific/Hydroponics/lily.rsi/seed.png create mode 100644 Resources/Textures/Objects/Specific/Hydroponics/lily.rsi/stage-1.png create mode 100644 Resources/Textures/Objects/Specific/Hydroponics/lily.rsi/stage-2.png create mode 100644 Resources/Textures/Objects/Specific/Hydroponics/lily.rsi/stage-3.png create mode 100644 Resources/Textures/Objects/Specific/Hydroponics/spacemans_trumpet.rsi/dead.png create mode 100644 Resources/Textures/Objects/Specific/Hydroponics/spacemans_trumpet.rsi/harvest.png create mode 100644 Resources/Textures/Objects/Specific/Hydroponics/spacemans_trumpet.rsi/meta.json create mode 100644 Resources/Textures/Objects/Specific/Hydroponics/spacemans_trumpet.rsi/produce.png create mode 100644 Resources/Textures/Objects/Specific/Hydroponics/spacemans_trumpet.rsi/seed.png create mode 100644 Resources/Textures/Objects/Specific/Hydroponics/spacemans_trumpet.rsi/stage-1.png create mode 100644 Resources/Textures/Objects/Specific/Hydroponics/spacemans_trumpet.rsi/stage-2.png create mode 100644 Resources/Textures/Objects/Specific/Hydroponics/spacemans_trumpet.rsi/stage-3.png create mode 100644 Resources/Textures/Objects/Specific/Hydroponics/spacemans_trumpet.rsi/stage-4.png diff --git a/Resources/Locale/en-US/flavors/flavor-profiles.ftl b/Resources/Locale/en-US/flavors/flavor-profiles.ftl index 3ff86e38752..f2bbd60bed4 100644 --- a/Resources/Locale/en-US/flavors/flavor-profiles.ftl +++ b/Resources/Locale/en-US/flavors/flavor-profiles.ftl @@ -167,6 +167,7 @@ flavor-complex-lost-friendship = like lost friendship flavor-complex-light = like a light gone out flavor-complex-profits = like profits flavor-complex-fishops = like the dreaded fishops +flavor-complex-violets = like violets # Drink-specific flavors. diff --git a/Resources/Locale/en-US/reagents/meta/medicine.ftl b/Resources/Locale/en-US/reagents/meta/medicine.ftl index e208b9a8e40..e02d428082f 100644 --- a/Resources/Locale/en-US/reagents/meta/medicine.ftl +++ b/Resources/Locale/en-US/reagents/meta/medicine.ftl @@ -52,6 +52,9 @@ reagent-desc-barozine = A potent chemical that prevents pressure damage. Causes reagent-name-phalanximine = phalanximine reagent-desc-phalanximine = An advanced chemical used in the treatment of cancer. Causes moderate radiation poisoning on organics and vomiting. Can potentially remove the death gene on plants. +reagent-name-polypyrylium-oligomers = Polypyrylium Oligomers +reagent-desc-polypyrylium-oligomers = A purple mixture of short polyelectrolyte chains not easily synthesized in the laboratory. Heals asphyxiation and brute damage. Stops bleeding over time. + reagent-name-ambuzol = ambuzol reagent-desc-ambuzol = A highly engineered substance able to halt the progression of a zombie infection. diff --git a/Resources/Locale/en-US/seeds/seeds.ftl b/Resources/Locale/en-US/seeds/seeds.ftl index dca67fa04c4..b3983782883 100644 --- a/Resources/Locale/en-US/seeds/seeds.ftl +++ b/Resources/Locale/en-US/seeds/seeds.ftl @@ -73,6 +73,8 @@ seeds-aloe-name = aloe seeds-aloe-display-name = aloe seeds-laughin-pea-name = laughin' peas seeds-laughin-pea-display-name = laughin' peas +seeds-lily-name = lily +seeds-lily-display-name = lily seeds-lingzhi-name = lingzhi seeds-lingzhi-display-name = lingzhi seeds-ambrosiavulgaris-name = ambrosia vulgaris @@ -89,6 +91,8 @@ seeds-rice-name = rice seeds-rice-display-name = rice stalks seeds-soybeans-name = soybeans seeds-soybeans-display-name = soy plant +seeds-spacemans-trumpet-name = spaceman's trumpet +seeds-spacemans-trumpet-display-name = spaceman's trumpet plant seeds-koibean-name = koibeans seeds-koibean-display-name = koibean plant seeds-watermelon-name = watermelon diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/produce.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/produce.yml index 7c6e8601089..fd2fddb8a0e 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/produce.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/produce.yml @@ -1209,6 +1209,34 @@ tags: - Flower # TODO add "RedFlower" or "Poppy" tag, when other color flowers will be +- type: entity + name: lily + parent: FoodPoppy + id: FoodLily + description: A beautiful orange flower. + components: + - type: FlavorProfile + flavors: + - medicine + - type: SolutionContainerManager + solutions: + food: + maxVol: 22 + reagents: + - ReagentId: Nutriment + Quantity: 2 + - ReagentId: Bicaridine + Quantity: 20 + - type: Sprite + sprite: Objects/Specific/Hydroponics/lily.rsi + - type: Produce + seedId: lily + - type: Extractable + grindableSolutionName: food + - type: Tag + tags: + - Flower + - type: entity name: lingzhi parent: FoodProduceBase @@ -1432,6 +1460,34 @@ - ReagentId: MilkSoy Quantity: 5 +- type: entity + name: spaceman's trumpet + description: A vivid flower that smells faintly of freshly cut grass. Touching the flower seems to stain the skin some time after contact, yet most other surfaces seem to be unaffected by this phenomenon. + id: FoodSpacemansTrumpet + parent: FoodProduceBase + components: + - type: FlavorProfile + flavors: + - violets + - type: Sprite + sprite: Objects/Specific/Hydroponics/spacemans_trumpet.rsi + - type: SolutionContainerManager + solutions: + food: + maxVol: 4 + reagents: + - ReagentId: Nutriment + Quantity: 1 + - ReagentId: PolypyryliumOligomers + Quantity: 3 + - type: Produce + seedId: spacemansTrumpet + - type: Tag + tags: + - Flower + - type: Instrument #hehe trumpet + program: 56 + - type: entity name: koibean description: These beans seem a little bit fishy. diff --git a/Resources/Prototypes/Entities/Objects/Specific/Hydroponics/seeds.yml b/Resources/Prototypes/Entities/Objects/Specific/Hydroponics/seeds.yml index affdc79defa..2b232d643d3 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Hydroponics/seeds.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Hydroponics/seeds.yml @@ -351,6 +351,17 @@ - type: Sprite sprite: Objects/Specific/Hydroponics/poppy.rsi +- type: entity + parent: SeedBase + name: packet of lily seeds + description: "These seeds grow into lilies." + id: LilySeeds + components: + - type: Seed + seedId: lily + - type: Sprite + sprite: Objects/Specific/Hydroponics/lily.rsi + - type: entity parent: SeedBase name: packet of lingzhi spores @@ -448,6 +459,16 @@ - type: Sprite sprite: Objects/Specific/Hydroponics/soybeans.rsi +- type: entity + parent: SeedBase + name: packet of spaceman's trumpet seeds + id: SpacemansTrumpetSeeds + components: + - type: Seed + seedId: spacemansTrumpet + - type: Sprite + sprite: Objects/Specific/Hydroponics/spacemans_trumpet.rsi + - type: entity parent: SeedBase name: packet of koibean seeds diff --git a/Resources/Prototypes/Flavors/flavors.yml b/Resources/Prototypes/Flavors/flavors.yml index e08d73e834f..9015d0a6bd7 100644 --- a/Resources/Prototypes/Flavors/flavors.yml +++ b/Resources/Prototypes/Flavors/flavors.yml @@ -1008,3 +1008,8 @@ id: fishops flavorType: Complex description: flavor-complex-fishops + +- type: flavor + id: violets + flavorType: Complex + description: flavor-complex-violets diff --git a/Resources/Prototypes/Hydroponics/seeds.yml b/Resources/Prototypes/Hydroponics/seeds.yml index 649ffa85224..c46531fce75 100644 --- a/Resources/Prototypes/Hydroponics/seeds.yml +++ b/Resources/Prototypes/Hydroponics/seeds.yml @@ -933,6 +933,8 @@ packetPrototype: PoppySeeds productPrototypes: - FoodPoppy + mutationPrototypes: + - lily lifespan: 25 maturation: 10 production: 3 @@ -976,6 +978,34 @@ Max: 10 PotencyDivisor: 10 +- type: seed + id: lily + name: seeds-lily-name + noun: seeds-noun-seeds + displayName: seeds-lily-display-name + plantRsi: Objects/Specific/Hydroponics/lily.rsi + packetPrototype: LilySeeds + productPrototypes: + - FoodLily + mutationPrototypes: + - spacemansTrumpet + lifespan: 25 + maturation: 10 + production: 3 + yield: 3 + potency: 10 + growthStages: 3 + waterConsumption: 0.60 + chemicals: + Nutriment: + Min: 1 + Max: 2 + Potencydivisor: 50 + Bicaridine: + Min: 1 + Max: 20 + PotencyDivisor: 5 + - type: seed id: lingzhi name: seeds-lingzhi-name @@ -1204,6 +1234,32 @@ Max: 2 PotencyDivisor: 50 +- type: seed + id: spacemansTrumpet + name: seeds-spacemans-trumpet-name + noun: seeds-noun-seeds + displayName: seeds-spacemans-trumpet-display-name + plantRsi: Objects/Specific/Hydroponics/spacemans_trumpet.rsi + packetPrototype: SpacemansTrumpetSeeds + productPrototypes: + - FoodSpacemansTrumpet + growthStages: 4 + lifespan: 20 + maturation: 14 + production: 3 + yield: 2 + potency: 10 + waterConsumption: 0.60 + chemicals: + Nutriment: + Min: 1 + Max: 5 + Potencydivisor: 50 + PolypyryliumOligomers: + Min: 1 + Max: 15 + PotencyDivisor: 5 + - type: seed id: koibean name: seeds-koibean-name diff --git a/Resources/Prototypes/Reagents/medicine.yml b/Resources/Prototypes/Reagents/medicine.yml index 7a807db70bb..66875401285 100644 --- a/Resources/Prototypes/Reagents/medicine.yml +++ b/Resources/Prototypes/Reagents/medicine.yml @@ -565,6 +565,33 @@ - !type:ChemVomit probability: 0.05 +- type: reagent + id: PolypyryliumOligomers + name: reagent-name-polypyrylium-oligomers + group: Medicine + desc: reagent-desc-polypyrylium-oligomers + physicalDesc: reagent-physical-desc-pungent + flavor: violets + color: "#9423FF" + metabolisms: + Medicine: + effects: + - !type:HealthChange + damage: + groups: + Brute: -3.5 + types: + Asphyxiation: -2.5 + - !type:HealthChange + conditions: + - !type:ReagentThreshold + min: 30 + damage: + types: + Asphyxiation: 3.5 + - !type:ModifyBleedAmount + amount: -0.25 + - type: reagent id: Ambuzol name: reagent-name-ambuzol diff --git a/Resources/Textures/Objects/Specific/Hydroponics/lily.rsi/dead.png b/Resources/Textures/Objects/Specific/Hydroponics/lily.rsi/dead.png new file mode 100644 index 0000000000000000000000000000000000000000..849b4242b4e3c9a12566fd21cea480d2edd732bc GIT binary patch literal 827 zcmV-B1H}A^P)EX>4Tx04R}tkv&MmKpe$i)0T=<9NIy}AwzYtAS&XhRVYG*P%E_RU~=gfG-*gu zTpR`0f`cE6RRR-^Y&AJOTXAz?I(iR~x|0C+YRJ z7CQp^w}Ff6wx;X>mpj0~lOdb3EBR>(g#z$?M&FbJBDX;An%7%vAEysMhPq1K00)P_ zXpyqlyS%%nv$ucGwEFu2_@8oila(vO00006VoOIv0RI600RN!9r;`8x010qNS#tmY z3ljhU3ljkVnw%H_000McNliru<^lv09wU)0#f$&|02y>eSad^gZEa<4bO1wgWnpw> zWFU8GbZ8()Nlj2!fese{009$8L_t(o!|j$a&ch%Kg&$QV-zf)R^GUL0;{xrr~3 z$#-I+ONr8|zy2f;TD9?lkP@E#>Dd7MdYG+0gb)${#26tWP*u}BYwvx^Yu9zDnQ*Q? zi{JOjTATX5PvbbI!z&LVJXF0*!dknTh^a+p7zTLn0RTjV7$cl>|DJ!XNCyCB(X}Kl zHN<0#AR-XaY|ypcajAhnSDjlkC(*67dKX;v)n*n>!kny002ovPDHLk FV1iQyX|(_V literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Specific/Hydroponics/lily.rsi/harvest.png b/Resources/Textures/Objects/Specific/Hydroponics/lily.rsi/harvest.png new file mode 100644 index 0000000000000000000000000000000000000000..750707d5dc97aadbf75ff145a0aa0a93c6461028 GIT binary patch literal 753 zcmV4Tx04UFukxwWDQ5?rVJ60reum|KY2b?G&IkJ=#wJmBF2Q#yFshzRS?B?RA zT$O`A7yk|}&RiW_l~Vqc9G#qqi!^?3R_&%%dG&gqzVCg%z4v{f9b_%r3-^HSt|F87bjY;VxG$D15JUv&b)sGXZNVGvZFiM}#B7dZvucGPagnTex4iJ!LzRuO*6{ zQoN?v&K9hnd#V@KFFG?*N|)Kj7~@P5L&v1RGFkF;%j$^Y5tsdF1%GSckBQ3^*D{tk zMp?ne2>hr&_}#6S?&~ck)kmTF$@kwnpk@ocHhur|(D%QNpz0AWoRWX#00!Sh-z;hE z`_Q-!XO|_-+=lZFXnx2Ut`SI8GPQIXUQgtklF)Pwb#ukue)c)OgK6n%;tF>6pfe-c z^A+A*Ti)BBXM+BSegpWQa(3X`Fwg)103=XMR7L-l7xsk!-gp3%l$1tBMgRZ+Yiny| zo;m=4003+Nz`(!&003IoYj^+v01R|ePE-H?|NsC0|NsC0{{Rx-&dvY;010qNS#tmY z3ljhU3ljkVnw%H_007NNL_t(IPvwvS5`!=Z1OsXV=Kufgk)Q(8_5-~UJAv(Sv5lmL zv(=*vv_@o)A5EEV#6--INH8YE+s+)eB*2Jce{BHBdkG)|KYW0Z#k>Wv zcM9Ny-NhRP=z?jU7Y7wp=Eon(z$8?=pG;+i4jHNvhzNAS%L*p5VJa)2=ns{Us9yjQ z*7*(S{5Q%nL@hwO2%^tR6uARNL;7g|?zwtPmjmjQzCOcjU2+GDhN%inGIE7n609mY j3gEv%8Tg>T0LFL&jh-hm*$=|q00000NkvXXu0mjfOx{u2 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Specific/Hydroponics/lily.rsi/meta.json b/Resources/Textures/Objects/Specific/Hydroponics/lily.rsi/meta.json new file mode 100644 index 00000000000..ddbda4f0afc --- /dev/null +++ b/Resources/Textures/Objects/Specific/Hydroponics/lily.rsi/meta.json @@ -0,0 +1,32 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from https://github.com/tgstation/tgstation/commit/40d89d11ea4a5cb81d61dc1018b46f4e7d32c62a seed modified by potato1234_X (github) for ss14", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "dead" + }, + { + "name": "harvest" + }, + { + "name": "produce" + }, + { + "name": "seed" + }, + { + "name": "stage-1" + }, + { + "name": "stage-2" + }, + { + "name": "stage-3" + } + ] +} diff --git a/Resources/Textures/Objects/Specific/Hydroponics/lily.rsi/produce.png b/Resources/Textures/Objects/Specific/Hydroponics/lily.rsi/produce.png new file mode 100644 index 0000000000000000000000000000000000000000..aa8378696377a8cdc58368f3321a1609f91ab3fa GIT binary patch literal 314 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCil&0(?ST|4$YF*2-|Nf}w$-VOG>0H#fH_Q>J8RX9MMdAf7`s2S{<11o;L3 zhXIC7XLQa3ML7#RB8wRq_zr_G9{v-Tb9j`l z6}s}xW$vl(rr&6?d%@fm$H-uIbW`SR9j~Q=QOpjWvS-RZ@vOY$xu%&hVrSv{$NJOj z-+r_#f9K2bo^f;Jtd5W)rN{3qRJbLow0F^TkN+!`kE?Md&u@O#N_##Iwr u3ZAhWbc+6G%(9KOZ1sEKCjTJlFQcuEJli3z7E7Sh7(8A5T-G@yGywp9sB_Bz literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Specific/Hydroponics/lily.rsi/seed.png b/Resources/Textures/Objects/Specific/Hydroponics/lily.rsi/seed.png new file mode 100644 index 0000000000000000000000000000000000000000..2399c2e9b0b2d7794365f278ef2ed152c0301166 GIT binary patch literal 302 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCilo1AIbU{mLt9_U@Z``}UNVZ?b32{y$axTPwr83Wixxd)(aIva_>+3V~o& z@NP*U#aj~O7yKUyFxb9OY6D7e7I;J!GcfQS24TkI`72U@g5{nrjv*HQZ_h{aH7M}7 z24-nmZ214xYw4-WB6l06%Ln->w0yeAAH~2lw>xK%;*1r#ZjJseH3G e_g@F?RCZH)O}ol9v(^Efz~JfX=d#Wzp$PyD7jG;8 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Specific/Hydroponics/lily.rsi/stage-1.png b/Resources/Textures/Objects/Specific/Hydroponics/lily.rsi/stage-1.png new file mode 100644 index 0000000000000000000000000000000000000000..1e582f92314f1f34a0f72b29de6821956f6b2b7d GIT binary patch literal 658 zcmV;D0&V??P)EX>4Tx04R}tkv&MmKpe$i)0T=<9NIy}AwzYtAS&XhRVYG*P%E_RU~=gfG-*gu zTpR`0f`cE6RRR-^Y&AJOTXAz?I(iR~x|0C+YRJ z7CQp^w}Ff6wx;X>mpj0~lOdb3EBR>(g#z$?M&FbJBDX;An%7%vAEysMhPq1K00)P_ zXpyqlyS%%nv$ucGwEFu2_@8oila(vO00006VoOIv0RI600RN!9r;`8x010qNS#tmY z3ljhU3ljkVnw%H_000McNliru<^lv09Rl`gh7kY&02y>eSad^gZEa<4bO1wgWnpw> zWFU8GbZ8()Nlj2!fese{003%9L_t(o!((6=1*2dTjDk@x3Pu5`pn>6k>O8Ce)H05V z98I&&9b=%DBS>>V4g=iM*^j8>2&RFKQPLgohJk@W1Q8YVb-)w`Mihr2^XUnwnG49u shRBI=;2hDwFur+#8UO$Q literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Specific/Hydroponics/lily.rsi/stage-2.png b/Resources/Textures/Objects/Specific/Hydroponics/lily.rsi/stage-2.png new file mode 100644 index 0000000000000000000000000000000000000000..090715f6a01b29d7f7088ae6ade018166d980af5 GIT binary patch literal 682 zcmV;b0#*HqP)EX>4Tx04R}tkv&MmKpe$i)0T=<9NIy}AwzYtAS&XhRVYG*P%E_RU~=gfG-*gu zTpR`0f`cE6RRR-^Y&AJOTXAz?I(iR~x|0C+YRJ z7CQp^w}Ff6wx;X>mpj0~lOdb3EBR>(g#z$?M&FbJBDX;An%7%vAEysMhPq1K00)P_ zXpyqlyS%%nv$ucGwEFu2_@8oila(vO00006VoOIv0RI600RN!9r;`8x010qNS#tmY z3ljhU3ljkVnw%H_000McNliru<^lv09TWn+Ge7_U02y>eSad^gZEa<4bO1wgWnpw> zWFU8GbZ8()Nlj2!fese{004qXL_t(o!|ju?5r7~N1P^Mk8v8M$2#PRc##)FBEyCCy z-V8OAXZX>%%}8MRy9Wp%gnXI^nU+yBS9q;M+E!>J>IDMIqiL^~@YX5n1P%bh6-8fx z8SWu+Klk1Q(>3hcfztHQ?$@sbH0#!O>;ZxZ$vKO58cvnHS^G_!PYC%NC*24v8|*+} Q`Tzg`07*qoM6N<$f;8VDiU0rr literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Specific/Hydroponics/lily.rsi/stage-3.png b/Resources/Textures/Objects/Specific/Hydroponics/lily.rsi/stage-3.png new file mode 100644 index 0000000000000000000000000000000000000000..edcd8617dc7cc32e437cc7ca19614ddf09bccdbe GIT binary patch literal 727 zcmV;|0x127P)EX>4Tx04R}tkv&MmKpe$i)0T=<9NIy}AwzYtAS&XhRVYG*P%E_RU~=gfG-*gu zTpR`0f`cE6RRR-^Y&AJOTXAz?I(iR~x|0C+YRJ z7CQp^w}Ff6wx;X>mpj0~lOdb3EBR>(g#z$?M&FbJBDX;An%7%vAEysMhPq1K00)P_ zXpyqlyS%%nv$ucGwEFu2_@8oila(vO00006VoOIv0RI600RN!9r;`8x010qNS#tmY z3ljhU3ljkVnw%H_000McNliru<^lv09WXw=*O34K02y>eSad^gZEa<4bO1wgWnpw> zWFU8GbZ8()Nlj2!fese{006H^L_t(o!|ju?4FWL?MSn8GO~W`ybT>qXptHm*sa!Hd z>g-?&I1~aDIV*_-epPaX{e0g648!<$oVLK}a**vzM{cg?waqCp=*n+0Lj+1F@q`Fg z2o?Yt!1DMO+G_gQOQ;tpr_ZAW&c*M})qNy;wtqhXGOu~L{a=LoOdKFDlWqdtn^z)F ziCRD*;u{1UCH|awu43sP$$F0^#wgmxPW2L|z5SufXBft>a|70hL{Sky|9}7h002ov JPDHLkV1j6+H~atq literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Specific/Hydroponics/spacemans_trumpet.rsi/dead.png b/Resources/Textures/Objects/Specific/Hydroponics/spacemans_trumpet.rsi/dead.png new file mode 100644 index 0000000000000000000000000000000000000000..51062192f7ade4ed686616fda0894bea8fb2d0d4 GIT binary patch literal 699 zcmV;s0!00ZP)4Tx04UFukxwWDQ5?rVJ60reum|KY2b?G&IkJ=#wJmBF2Q#yFshzRS?B?RA zT$O`A7yk|}&RiW_l~Vqc9G#qqi!^?3R_&%%dG&gqzVCg%z4v{f9b_%r3-^HSt|F87bjY;VxG$D15JUv&b)sGXZNVGvZFiM}#B7dZvucGPagnTex4iJ!LzRuO*6{ zQoN?v&K9hnd#V@KFFG?*N|)Kj7~@P5L&v1RGFkF;%j$^Y5tsdF1%GSckBQ3^*D{tk zMp?ne2>hr&_}#6S?&~ck)kmTF$@kwnpk@ocHhur|(D%QNpz0AWoRWX#00!Sh-z;hE z`_Q-!XO|_-+=lZFXnx2Ut`SI8GPQIXUQgtklF)Pwb#ukue)c)OgK6n%;tF>6pfe-c z^A+A*Ti)BBXM+BSegpWQa(3X`Fwg)103lFJR7I_j$ZuAR#2E8eF|W$hSobDGPZL7I7r=E>lQx55i1A%25R^+pKu?7 hbY5}gaG}2d%w9d{CFD?(Lj(W-002ovPDHLkV1hblHm(2w literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Specific/Hydroponics/spacemans_trumpet.rsi/harvest.png b/Resources/Textures/Objects/Specific/Hydroponics/spacemans_trumpet.rsi/harvest.png new file mode 100644 index 0000000000000000000000000000000000000000..4674a6e36519a732b10e9724346cc76bddaa38b4 GIT binary patch literal 704 zcmV;x0zdtUP)4Tx04UFukxwWDQ5?rVJ60reum|KY2b?G&IkJ=#wJmBF2Q#yFshzRS?B?RA zT$O`A7yk|}&RiW_l~Vqc9G#qqi!^?3R_&%%dG&gqzVCg%z4v{f9b_%r3-^HSt|F87bjY;VxG$D15JUv&b)sGXZNVGvZFiM}#B7dZvucGPagnTex4iJ!LzRuO*6{ zQoN?v&K9hnd#V@KFFG?*N|)Kj7~@P5L&v1RGFkF;%j$^Y5tsdF1%GSckBQ3^*D{tk zMp?ne2>hr&_}#6S?&~ck)kmTF$@kwnpk@ocHhur|(D%QNpz0AWoRWX#00!Sh-z;hE z`_Q-!XO|_-+=lZFXnx2Ut`SI8GPQIXUQgtklF)Pwb#ukue)c)OgK6n%;tF>6pfe-c z^A+A*Ti)BBXM+BSegpWQa(3X`Fwg)103lFJR7J;(|E^j8Y$LyvBmWFp3=)A7I;J{J zI2m(PCY^IM0002`7nS$`000YgQchF<|NsC0|NsC0{{Tu)0rCI<010qNS#tmY3ljhU z3ljkVnw%H_005v#L_t(IPvwx&4#OY_MMXhd{{Mq_o!S7d-OJu~OcPp8F4Cl5__fgA zXp{>lq)bY9EIxs>6ts`<1Yzed1l1QX)g_)2eVB;=0000gRJ<IRD3qhTpC^(BsOs8nJ`Nzo zT@vIM{2vY&y!;tI0fjjWJR*x382Ao>Fr%o3R|8ORwWo_?h=u>t38%#lDe$gT7T?y@Euc1lMdnConzu>NXi^KNS=CRn3LOI2Q~3rv3&f< zu1ERS)sV}MCUb1>D)vn4)0#a!{LF=uht~cQPZLecc#*qDSRzhocdtSH@3;jMOQ+P< cIcB_NoZ_uCV`5zopr0OLG}*#H0l literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Specific/Hydroponics/spacemans_trumpet.rsi/seed.png b/Resources/Textures/Objects/Specific/Hydroponics/spacemans_trumpet.rsi/seed.png new file mode 100644 index 0000000000000000000000000000000000000000..86bf711806ad1f7e2f36e742925df6d72b8e5804 GIT binary patch literal 282 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCil21AIbUy(MN&a(T2a^8eP%|2fM0i$m1r7Mu85NCM>x9y@@Pah3%61^x+2@ zz9v87QJym2?1dmlk*=ihkp~m@O<}bcO!AMkY22c4>;b&1^nxJ2!{?;Ge2!ZOawvnR LtDnm{r-UW|0TW?! literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Specific/Hydroponics/spacemans_trumpet.rsi/stage-1.png b/Resources/Textures/Objects/Specific/Hydroponics/spacemans_trumpet.rsi/stage-1.png new file mode 100644 index 0000000000000000000000000000000000000000..65648ac904620485c37cb1db3e7b12c8e9b8b38b GIT binary patch literal 572 zcmV-C0>k}@P)4Tx04UFukxwWDQ5?rVJ60reum|KY2b?G&IkJ=#wJmBF2Q#yFshzRS?B?RA zT$O`A7yk|}&RiW_l~Vqc9G#qqi!^?3R_&%%dG&gqzVCg%z4v{f9b_%r3-^HSt|F87bjY;VxG$D15JUv&b)sGXZNVGvZFiM}#B7dZvucGPagnTex4iJ!LzRuO*6{ zQoN?v&K9hnd#V@KFFG?*N|)Kj7~@P5L&v1RGFkF;%j$^Y5tsdF1%GSckBQ3^*D{tk zMp?ne2>hr&_}#6S?&~ck)kmTF$@kwnpk@ocHhur|(D%QNpz0AWoRWX#00!Sh-z;hE z`_Q-!XO|_-+=lZFXnx2Ut`SI8GPQIXUQgtklF)Pwb#ukue)c)OgK6n%;tF>6pfe-c z^A+A*Ti)BBXM+BSegpWQa(3X`Fwg)101Qw}R7G=CCQUdQopUq*000MRJW>Dv00eYW zPE-H?{{TQLsq_E<010qNS#tmY3ljhU3ljkVnw%H_001~iL_t(IPh(&v07ex+z^DQU zpuPeO4QK)kjEqng44^7tU}9oGQ-Q940lxxfMgmq~0V6^IGcy2_a0}aPOGpa<0000< KMNUMnLSTYG3Gmkd literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Specific/Hydroponics/spacemans_trumpet.rsi/stage-2.png b/Resources/Textures/Objects/Specific/Hydroponics/spacemans_trumpet.rsi/stage-2.png new file mode 100644 index 0000000000000000000000000000000000000000..f52a3959e1f56db73551a92140eacb5ee54fe3a1 GIT binary patch literal 602 zcmV-g0;T4Tx04UFukxwWDQ5?rVJ60reum|KY2b?G&IkJ=#wJmBF2Q#yFshzRS?B?RA zT$O`A7yk|}&RiW_l~Vqc9G#qqi!^?3R_&%%dG&gqzVCg%z4v{f9b_%r3-^HSt|F87bjY;VxG$D15JUv&b)sGXZNVGvZFiM}#B7dZvucGPagnTex4iJ!LzRuO*6{ zQoN?v&K9hnd#V@KFFG?*N|)Kj7~@P5L&v1RGFkF;%j$^Y5tsdF1%GSckBQ3^*D{tk zMp?ne2>hr&_}#6S?&~ck)kmTF$@kwnpk@ocHhur|(D%QNpz0AWoRWX#00!Sh-z;hE z`_Q-!XO|_-+=lZFXnx2Ut`SI8GPQIXUQgtklF)Pwb#ukue)c)OgK6n%;tF>6pfe-c z^A+A*Ti)BBXM+BSegpWQa(3X`Fwg)102NS7R7EDDxN82zrYC@V1q9$1u#il+u>b%707*qoM6N<$f{vpGw*UYD literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Specific/Hydroponics/spacemans_trumpet.rsi/stage-3.png b/Resources/Textures/Objects/Specific/Hydroponics/spacemans_trumpet.rsi/stage-3.png new file mode 100644 index 0000000000000000000000000000000000000000..f92f971f4e7cf5b01f3eddbcc5098a20647b5276 GIT binary patch literal 622 zcmV-!0+IcRP)4Tx04UFukxwWDQ5?rVJ60reum|KY2b?G&IkJ=#wJmBF2Q#yFshzRS?B?RA zT$O`A7yk|}&RiW_l~Vqc9G#qqi!^?3R_&%%dG&gqzVCg%z4v{f9b_%r3-^HSt|F87bjY;VxG$D15JUv&b)sGXZNVGvZFiM}#B7dZvucGPagnTex4iJ!LzRuO*6{ zQoN?v&K9hnd#V@KFFG?*N|)Kj7~@P5L&v1RGFkF;%j$^Y5tsdF1%GSckBQ3^*D{tk zMp?ne2>hr&_}#6S?&~ck)kmTF$@kwnpk@ocHhur|(D%QNpz0AWoRWX#00!Sh-z;hE z`_Q-!XO|_-+=lZFXnx2Ut`SI8GPQIXUQgtklF)Pwb#ukue)c)OgK6n%;tF>6pfe-c z^A+A*Ti)BBXM+BSegpWQa(3X`Fwg)102NS7R7E z9Hf^3000McQchF<|NsC0{{R|G14aM<010qNS#tmY3ljhU3ljkVnw%H_003S|L_t(I zPwkFD3cxT31lMT%|C5_g19gRzLT~MymN?Oc-|!13?+fJvJpdAEL4rt&wBVIIe=dv) z`AQXN2MK8Vl4H&W39344T*!iu=(ZPpp2(0;`Gnwp0BQ3VWB_gr5C8xG07*qo IM6N<$f}Nia$N&HU literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Specific/Hydroponics/spacemans_trumpet.rsi/stage-4.png b/Resources/Textures/Objects/Specific/Hydroponics/spacemans_trumpet.rsi/stage-4.png new file mode 100644 index 0000000000000000000000000000000000000000..3810662df787bc9ccda0d89e9664b0f47b980ae4 GIT binary patch literal 662 zcmV;H0%`q;P)4Tx04UFukxwWDQ5?rVJ60reum|KY2b?G&IkJ=#wJmBF2Q#yFshzRS?B?RA zT$O`A7yk|}&RiW_l~Vqc9G#qqi!^?3R_&%%dG&gqzVCg%z4v{f9b_%r3-^HSt|F87bjY;VxG$D15JUv&b)sGXZNVGvZFiM}#B7dZvucGPagnTex4iJ!LzRuO*6{ zQoN?v&K9hnd#V@KFFG?*N|)Kj7~@P5L&v1RGFkF;%j$^Y5tsdF1%GSckBQ3^*D{tk zMp?ne2>hr&_}#6S?&~ck)kmTF$@kwnpk@ocHhur|(D%QNpz0AWoRWX#00!Sh-z;hE z`_Q-!XO|_-+=lZFXnx2Ut`SI8GPQIXUQgtklF)Pwb#ukue)c)OgK6n%;tF>6pfe-c z^A+A*Ti)BBXM+BSegpWQa(3X`Fwg)102@$DR7I{?|7;__I;J`jff5W^3{5y0b5tgs zb2I<|03VOSjsO4v33O6UQ~&?}|NsC0{{T}@coF~r010qNS#tmY3ljhU3ljkVnw%H_ z004eTL_t(IPvwx^4uBvCMiuZ+~drZA2}Omf2qg%oaJo^?6AK$5d= zD_&sAM8%Q`v?yGBJ-h+RF9f#p;JKg%t=1}#R&<^I!zi%MIkTP60>=OWzESZ46~$r$ wgjy?1>V-zk)nWsL-rJ=hqlE{A$S(wu4Nwst(g3TGsQ>@~07*qoM6N<$g1{yyK>z>% literal 0 HcmV?d00001 From c4fc03226e178d0a8d8e4de5295fe2399280f8c3 Mon Sep 17 00:00:00 2001 From: Emisse <99158783+Emisse@users.noreply.github.com> Date: Tue, 20 Feb 2024 23:50:08 -0700 Subject: [PATCH 088/101] Kill blumpkin donut (#25431) --- .../Entities/Objects/Consumable/Food/Baked/donut.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/donut.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/donut.yml index 9cf32f30b4e..45164b8de62 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/donut.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/donut.yml @@ -182,14 +182,14 @@ # Tastes like donut, bitterness. - type: entity - name: blumpkin donut + name: blorbo donut parent: FoodDonutBase id: FoodDonutBlumpkin - description: Goes great with a mug of soothing drunken blumpkin. + description: Goes great with a mug of BLORBO. components: - type: Sprite state: blue -# Tastes like donut, blumpkin. +# Tastes like donut, blorbo. - type: entity name: bungo donut From bceae0181987136c06bb4c444fd2157f59af7dc6 Mon Sep 17 00:00:00 2001 From: PJBot Date: Wed, 21 Feb 2024 06:50:45 +0000 Subject: [PATCH 089/101] Automatic changelog update --- Resources/Changelog/Changelog.yml | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 7873d2fb437..12bf1bb0d96 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: noctyrnal - changes: - - message: RD's suit got a new paint job. - type: Tweak - id: 5494 - time: '2023-12-31T07:36:47.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23131 - author: DangerRevolution changes: - message: Fixed Syndicate Fax Machine not receiving Faxes @@ -3854,3 +3847,14 @@ id: 5993 time: '2024-02-21T06:42:52.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/25177 +- author: potato1234x + changes: + - message: Added spaceman's trumpets which come from mutated lilies and can be ground + up into Polypyrylium Oligomers which are is just slightly better bic. + type: Add + - message: Added lilies which are mutated from poppies and are used to create spaceman's + trumpets. + type: Add + id: 5994 + time: '2024-02-21T06:49:39.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/25090 From 77e8930a7249f738d27d7a9a1277321010e24cd1 Mon Sep 17 00:00:00 2001 From: FungiFellow <151778459+FungiFellow@users.noreply.github.com> Date: Wed, 21 Feb 2024 00:51:11 -0600 Subject: [PATCH 090/101] Remove Acidifier from Syndie Uplink and Increase Price to 4tc (#25039) * Blacklist Acidifier from Nukie Uplink and Increase Price to 4tc * Removing Category to just disappear it from uplinks while keeping the item? * Price 4, Nukie Uplink Only * Update uplink_catalog.yml * Added one backspace --- Resources/Prototypes/Catalog/uplink_catalog.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/Catalog/uplink_catalog.yml b/Resources/Prototypes/Catalog/uplink_catalog.yml index 42bc6786925..c6d2b8b8b39 100644 --- a/Resources/Prototypes/Catalog/uplink_catalog.yml +++ b/Resources/Prototypes/Catalog/uplink_catalog.yml @@ -706,10 +706,15 @@ icon: { sprite: /Textures/Objects/Magic/magicactions.rsi, state: gib } productEntity: DeathAcidifierImplanter cost: - Telecrystal: 2 + Telecrystal: 4 categories: - - UplinkImplants - + - UplinkImplants + conditions: + - !type:StoreWhitelistCondition + whitelist: + tags: + - NukeOpsUplink + - type: listing id: UplinkUplinkImplanter # uplink uplink real name: uplink-uplink-implanter-name From a3c93b0bd7478c0f75daaa2f7d0bd8b88565b27e Mon Sep 17 00:00:00 2001 From: dffdff2423 <57052305+dffdff2423@users.noreply.github.com> Date: Wed, 21 Feb 2024 00:52:03 -0600 Subject: [PATCH 091/101] Add option for admins to disable bwoink (#25008) * Add option for admins to disable bwoink In a vain attempt to get people to ahelp more, provide the possibility for admins to not play the bwoink sound if they don't want to scare the player. * Add silent indicator to discord relay * Use string interpolation --- .../Administration/Systems/BwoinkSystem.cs | 4 +-- .../UI/Bwoink/BwoinkControl.xaml | 2 ++ .../Systems/Bwoink/AHelpUIController.cs | 14 ++++----- .../Administration/Systems/BwoinkSystem.cs | 29 ++++++++++++------- .../Administration/SharedBwoinkSystem.cs | 5 +++- .../Locale/en-US/administration/bwoink.ftl | 2 ++ 6 files changed, 35 insertions(+), 21 deletions(-) diff --git a/Content.Client/Administration/Systems/BwoinkSystem.cs b/Content.Client/Administration/Systems/BwoinkSystem.cs index eafd40cc9c3..5166dc8416b 100644 --- a/Content.Client/Administration/Systems/BwoinkSystem.cs +++ b/Content.Client/Administration/Systems/BwoinkSystem.cs @@ -19,11 +19,11 @@ protected override void OnBwoinkTextMessage(BwoinkTextMessage message, EntitySes OnBwoinkTextMessageRecieved?.Invoke(this, message); } - public void Send(NetUserId channelId, string text) + public void Send(NetUserId channelId, string text, bool playSound) { // Reuse the channel ID as the 'true sender'. // Server will ignore this and if someone makes it not ignore this (which is bad, allows impersonation!!!), that will help. - RaiseNetworkEvent(new BwoinkTextMessage(channelId, channelId, text)); + RaiseNetworkEvent(new BwoinkTextMessage(channelId, channelId, text, playSound: playSound)); SendInputTextUpdated(channelId, false); } diff --git a/Content.Client/Administration/UI/Bwoink/BwoinkControl.xaml b/Content.Client/Administration/UI/Bwoink/BwoinkControl.xaml index e5269c027a9..39ea50edbef 100644 --- a/Content.Client/Administration/UI/Bwoink/BwoinkControl.xaml +++ b/Content.Client/Administration/UI/Bwoink/BwoinkControl.xaml @@ -7,6 +7,8 @@ + +

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 K4Zy+IkNzJ?BSF9b From 012e6e6c86e2637b6fa8788a59af4eb974e990b8 Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Wed, 21 Feb 2024 17:39:52 +1100 Subject: [PATCH 080/101] Remove contests (#25425) - Not mentioned anywhere ingame. - Stupid. --- Content.Server/Contests/ContestsSystem.cs | 134 ------------------ .../Resist/EscapeInventorySystem.cs | 26 +--- .../Weapons/Melee/MeleeWeaponSystem.cs | 6 +- 3 files changed, 3 insertions(+), 163 deletions(-) delete mode 100644 Content.Server/Contests/ContestsSystem.cs diff --git a/Content.Server/Contests/ContestsSystem.cs b/Content.Server/Contests/ContestsSystem.cs deleted file mode 100644 index 3ec696083d8..00000000000 --- a/Content.Server/Contests/ContestsSystem.cs +++ /dev/null @@ -1,134 +0,0 @@ -using Content.Shared.Damage; -using Content.Shared.Damage.Components; -using Content.Shared.Mobs; -using Content.Shared.Mobs.Systems; -using Robust.Shared.Physics.Components; - -namespace Content.Server.Contests -{ - ///

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 aMRZv#Aa46VIJTaKi3uR>XrRD`s{R+4XQ>|m literal 268273 zcmce7by$^6*YCaQP(VOhxpCZ&iU)iHQvseJ-Oz$)~s1GC|g;n0|>xBfezoLpHh~R zi-VJkgNuWkl2O^g(Z<=;!p*|boe2pnem@{FH4RyH4IxEY9Y-5G8+Q{tFi%5PLqSSN z#m3dd-NMbt&E3S+9UaV;6w{Cr0-NH-1qo>>B{eCbiG)e$De0LZpUEBxQ0rEZeN|2>LY4=@9wATRq}$ogGqrPOHqU0G58 zaCiU!*Hl!EwbzwL+Ks2*O%ROI?vjHE3ZthA*#BCD`(+0JQBJa67qUT+8)|IRuDsfA zLUV44b0913Ir4uFum9i$oCwuN%OqPU8h5P8AGScjW{GmpBp&?j2`mtn^OG`dBJE_9 z4=ZgWy97Ud`g6EOIzw|wO8TD_v>zj02iKBmD77~`bt27eO!h%q!QYe*ZaQj3$rPAJ zyp@5~M{EL?vzbamE%~Mc*43Rz+bnLz2UFn*=?o3c8h_jS2NorU8DpRMzJoQw7t-yT z(G9@Vm3hX&DEfWg|AdbyxNau%M13EFDFdQWO!27-sXmaq$6$TP<{V(kCx0LPQm*8U ziW)IPfqU?unNtEl2+kiA|LgMy%70OuA0NRy#8@}NHOzYdDeoTR->vS(k$AufqL`Hz zMDhEE%}lpSJ{h}$hFLw9f&?`=rh>l`1uiP3d8`-;@gE_1o8mgeR0K-Je=gi_+VMwE zCjTRjACalz(t&Z3i%p$dNK->o+tWce*<-OO)L`CYbuM6a?!6J=+y4oye@hMk3Qfo# znM^Q^;_T0Oqa=?0cY*&UIWGA9ab$yWwDPsIic_qk$2`g>Jd=1*syvG7j}0atdrT8p zs6R89=CzpCw3zX<_||CgswqIX@gITtD>kch9{(XZ_aZ{g7ribMkMv)Xlg$|Y<3%)$ zY&@-QJiSknRd`xSYUXxHF2?_m9P5apl!&6Rh^??_#_%MY@U+tAT>GKQ-Io7r{I}#t zyV8OYlpHBn+W(N8E>1EDP?~C46;J-oQD_omsJj&5e=Yz3bj3c9|D#7#)!1g#cxTku zG&O|&&k_UvI>Vzl%>yzv5deq*K%!<-KLj`4RYh)CR#%Q`tC(Pe$sGT~{F?!MwFi1i zg=TV0D4b2W{DlwV$;@^VxPo;j+TEj>tOwCj<=aL~^eL<2 zdbr>tD6Owx%$98Cz==0GAbaXfKK?;4ZtF-8+?pU*;6DQK94ZzB=nDuCN$W!{dn_3L z(}zb9pDH50Fq~SMTPo8sLP1?Kr}Um2#ZydUNc%%(GM3WMxNDYfx0ruxG#SohOk-B} zFeu!)C#e=ev8Pp5S4^`^;~C`%&$SWfr5oke{5Sc9M@Ze>pm4iXVcMg)a!=e-Xc8n# zS`^ellC?V#9GgyN;eB13G#gwg^-vqVG^^5ok<%eI5rw~6z`Ci0Wv&LgZ})t2xBrqm z_aqCrA5SQ#Cxz$k;!4d~q*Y?h&HQ)rvF1!tYT=%m;G(0acSeIhDECF5Z6qi#Xu!UD)L&SmJD&tC0cx{1pp`n6@UVGL!uxHAy7sD zcn1O)8G1iEgG<+5`_MA=YVIsr2_dAAmsy{%1dtphK2@ z4+2pc0NU$9D?2SXej+)^qnWs_lT_%F`75=sw3PY2#S=lWI*6Mj^ZRyltB5T?%GCmdw(0Y?WbFe%Wqd_-O#|(ud#mKX1yC=Oy#RF{kr)H9 zCV@#FIw3jqUx0#ghH>_$n8<-DiAPSBi7r7#PNpP3K~}b+VU~-j1XNgb1@&5b!}{#MEyQCM=% zEPd@iT$%IuFRnm`8dCudXi#yi zfmV{SI58uSIUNv-0d97A31&EQHWlJwoLl+%U-jPNn2pKGmNXP|_K_vTtJ$fVMTs#M zG!W&Brh zv=sG-`@9jp{(Ez6Gvklp<~H`ndgI&rW5R)(;5`ZMg!d$9P2E=mjS_@=fRjo+V<19j zzMmrws4|GU6WpT380Zo)sQM_~mB3+ZqJgXlQB$+6@EPMnqq?8yD7bT@BN*;R(B z$T87@IB{bOQIi9CL6q)B9TF=iSJ5z^fJ+sUpk~L`m!A+-0J1BJlfJ-Sfv#W{Oo5iB zT?IIc_n^(GZ&%WwW2Y#`wBcsY*{5d*LV?OWvgDo(96rtfRIb|PZDM}im&vt1d}xLM z55(_h`p?!bTR;S+z+LU$9!&UyuraYeBqQ;E{Scxex1Hg3U*x`APQnx)>fah5$yDI> zPYv)_HMxJ9x-SQU^Pd`EVGyu?`}ot5njHGS8(=I*z`ZZ0a-Rn>q#)r>-9H_Hv&l&S z^KwGez>dK7zz?oCn0Idn+<&M-z`B1@_a8L6`@;W_xZ>zk|CGCL9<27Sa^mPYe>(yj zpaWY*&jHsHluIZ;!_3yB#9b+fAdSzZAR79%90?Ey^^pWP#=kvw6a6b?doO(d?(F|x ziuwPsTL^TL7z;Xy_i{q^Wunx)^_Ni8zsgh(Ja|1&2QfhQ2Xtyfe80#(M9ay8h@#pc z3mKD@0fA`tAoC5l0(A9LdiI2c}nZM`k zO9KtVd$%X^s5c8}did zK_38s3xQol&Fl~*16=`$ggK6zim5#@mkggZ=UWV_9?BUluFxpccs-0K5;C&k6(LGY zKlA%$)zDKv5ZJwE3snK3M2QA);81bD7KPvw4FFKY5F{obySi(FQy&TGCoUJp1C0I< zw<#M$04HSNL0p*516;h)*SV(rfR4WL04nss`}g&cn7_EXkPVhRC_^ZbsKR<7__5G8 zc#hsb9x8wOjLt7rfCcVaU_b!C{U!b(C3RXVUo=(>b}UZZqj=m8cnSEA|7vt3C^i5! zM-B_Kw2aQ{UPq*rG!Mz|`H4g)MF%Qx(LaqK;Xt9#KdE~f3jKSM7X>%y`*44fzjp}u zOU_1-LdeBs{SxEhaA`Q)#LC{ zBVq5pB;1JYPg*lBk=Al=jZWyOja3%a#mZ= z)K)=%L{^}$HfvDe)!CbUs`c3S8OMt^nvyY*A8jr#P7YB3jZfZhf3|+IZoXpJcL=4G z%@c3l!=tNrsJ_aN5%`hyNyzi&(@67!ryD8S`xHr1w}Ijr7iKXwvs>EmhotDhEm~w& zu!a4J#LS(Z#FtzvW%_3@?XZQ@ZWct^EbSY0#;YR%_`@orpx1SazJ0AuAAc03eL^m& zbr!f8e{KD9)^IiG_t7{45Y^pV95ZZd*2h7JF&awp$c}z+ejKjlfVjT7hxY60aMbwx zbVJ|lc#`!EPtxN`7VB|mkrk8i7R#JKa$s62zhtgk$C3T+iXTyruAai{@XdI6aRP}@ zTdqvG4qZr0_jtC>!lLp`l{~E6JpNHzpZiSOLJ7H#8e2w&6aDZvPVBzVhen1$fkIE_ z0s`i=lqiyWYZz%FYk%>=`WIr5!lH6fDnVb7@gtf!3!je7cF)^~0Kh##x{hm*mA;Dv zTmpRvJiFZ}mx*H2d3Q1BQIH(F6#k-J)!CCaQrHM zc8DM^DmUZjRKF3a0V1Yp_SmgM_6vWz+RlSy__#9%KS*Q8?-^iHm%+SeKp$M)p64o9w?*=F_iVu5w4Dtl_X|dKdHfJa4(Bi6Rpy z+^U`&uigFdE($A_DaC`s?BP5aBjf3wEk95lT`6=4cku`mejF81rbe6AefDX*lk1uy zbPW zb5x22ze`ZmFn!w`lZy89Zh4oj+!q}Tk;6G5;`j;OhcNM#N0Ej7y}92yL=MUZO|$$L zu1bSp0Lp{# ztYP6_sOf)vFV>H!Z1K~q*c2~mr&cnmj^M&c@287?|U|9X@L;Oxj zf!Vg24#|Ff10vsY^9mkheHTDKyMB2CYP93k$nI1cu!rAv=#82hW62`F8y#0wZhTWz zXbBc@nHQ5gKRbMcJxHty9Q;YYM*D>j*Doq8BSu0s##HZQ$^Bqq$(=ty|465)VU`56 z1=DH(pm2sHY;I=Ec~h?MvfHio0%Z-C=-{An`mCV3YD z(9fFVe3=I!dM9+%a^CoITGS9Z%3~ua>17@Y4*C4?F`*HC@ed#c4IM}u{;t*vif*=sintjLSMs<0?Qf*qW{Trf zdAJ!PYJEGa;zf0}`JR8F#`e0_6@kk(1y?=abkyRlE^X$pQsnveKsz(M!tchr!A{8- znabTLprQdV=W14)fQ5Gm($lTJ`P?<7X1&~c6`?7zm-;zZzM?gx#(uh&=rMQQ0It zeoS()Dh*S?@Zbz=kPfS<)jEnvie$wOM)m^XtWd~fSlvbGLjGGtWYF>KwBylk)v}3i zf*Sxuqoy`IY`-AS1bw)M0)rz8$cKk`kl>>|I?a;9ZH$ydUJP(phi6A~(tr$UrWI5n zdi}*tOxQrAG7QQ1<>=gcC*g@pRRuuF?bd(p)N{GpY1`az71ZLF^7_V75OH_a1Evg# z?Z2ub+&z|#!d;=DXa>lrs)CfwPb&DuD6WJ|D5$F7G6|<@M!}(~;k+lFmH|wGvek~Q zk+(=q4?V?iLp+2{UZATW`^qXlCqd+R&@Ej%i#d#KUHkAj3<032L$r>0O$&5k!Vy13 zzvZdowNYi_yL%?m0imU<3P5l4DN|beBp_~h5?37Nu!02XEo4|G|5k)G(lL4MWnbF< zMV@{_0l|CucbOU)C1jHzPvTkbg?(9`9pd2}CuQNdCWLhM4$0Y)WNG*s&dijfJik? zu=eoV>Xw+pQ)jqP=biG?`+jZ+G_Jkza6D#*o#YHJ9-I5`vWtmwKCU@8^GmC1`N1xC zO!D4(m5{`X9q-!6~Tx=`P@*cAFx(s2x#gjSNBre#uV&xX)S`joDB3TtS zy@NH4T9+>_l*dr)eOx~!R1#b1tak}gJiO$*iW-c8Th^X`?A^hJLi0!iwn|xA-a83s zf$ zJ>XT~t9u>lb}*D%oUXX*Z!KJPl>?a5wO@o#$E>*cs30-3Z2Ku0A5V$Y)Dwv5KBMMy zwTSQz=(;`&YVSfQ<`ll&5rvm5-_;MipzRx%M$Bpq8^2;WcY0_I)F%8`|79k`+KUk& z9u%Myd$W0xbgmUkaVBw7-mQO^KDs$zzt^O=VbDopN!z1JdkYs*gYj``$Gu8nNwlwJ z?ws(@U36xaPSkM-?Dx1EDPmq*1prni`EztB;WL2%eI`#4#lfk_tw2XudbZe*<6#+= z8~@#_?>*Ss7fC}8e&Yq&kT_-~gl17ZNH9WVqg=egz7??fiQW2eHL-4lg0WloP z_g?4j4N4a#X5guR)0c7`d6CybzB=e_=87fZUYQ}}K|rngL$r{`-Qj!m4xD1oE~$0X z&sOwGYq7LpM{TXbPNT(1jWCDJyY-;W=Kz0FeN0)TEsu5VI5`2@U5P|@k=I}sXILVrv z{w+)Z1E>V7Uvgjn0v#9ILD_LYuG#{uS5~E>5 zKbZzPm<2(AV}cNT;B>P<^E3wn^qr-n03o7ia^PtKV0L*vA>kAw%{d`}X)$T=n^qx# zJk`ck!C!e|ba+?Uh(BYu!}0XM7XdnV)Ucj6nVdLWXfc2JYqCBmF=xmhBTy0k^g3wAns>gIMaTGgsasQp^2%TSpaNtkt2HAv&A$=LYv6r_g&i-6Tc!jxLHheN=@?h+>M5Yb~YNKq|-8$ z!|}#I>BTKoX7DH=&Sb)bo(%7&Pm&<}g7f)?mS7{X2)xu`sSWzX`ih7zEtq|2!CMr> zekn5>t%_ev`~u#8Q)fTCqS>!|wmH^n{JB}Z2rK=KrJ}5`Lu>cCj{8?lH}8r=f_CNf z*l>Eyft!mh7+(PSI_LGI-^N9kulEmh%CNw!{%G!}ZN`(RBGFQMO}ZpXO%^(LD;G8O zREko~2K-|ZQhp@BWsolD5^jgt5 zH`Jp;5V$o^5&+5<0HC9gHab$k+X1HG+^^zi%NYJ9lwvx*$H#>ttitPBL}EUYH*sX@ zOU(Y>>o98y-_!Ps=JlK>GZHiW0j2;@p9VVW1i)?376T9+2;TJL0rV6B<)EK~nXh9J zq7Dr?(Q(R5t3l7&DQuvh53dY@lUv#fngj^<$1f<#lOh}0Clrr;e7N!a+MVAymH2&H z2>3YN@_c4~wF@~OkZW8o@OX>QLGVWK>=8i8i#ybcx!e5&<+B$6f{45 zpMdA!T4+@fpgIbT>QoSwf$SZ&3F4USS_!M|DuX5&fMeR1DH_grf2Yhmz`hnT zTvhS0i>7;F3FZ^-d`4+Oam`s`r0%DH#%+)!{5!u80tg0FAOf#$&j90=GXWt0npWAL zL^xHo7jJ@($_y0sQJH+zrl}t@?vz`Y7X?oxd0$%U9g>q9!JA}C`ppfUV(?l7I=isc z!}Sa$?tbFJ{kQI3aON|>GP@KghH|hU@h657K%@Zsr;c+LowwxJ)BeekD7-xyno^p; zaZ@-E(?XDf@;Ei z`2Zcr?>j6Y`)W5R`?uliEGvYrHURj?m+*J#{`eB^YZ*Mg*&uT%FfnvmmkRE?+jr^$~z+k(LGkh{y=I z!mD+zaK-`{1=YTK{pNeM(>Q(4dg!LY;qF1|@3t@Z{QF{X^)LclbEBB1M$Tzp;Vg^A z*|HxRI7q!ErK!b?hs^7xR)LT5$hNRLL!W(YB#>oNIhtr?T@hJ#WsNpzJ~C8Pkd#Ey z$f@o4dH&+dqwe9208^~7vXtRwM>y5+aOm3C)KWLjhpg@3VHfjG8JY5I>8&VI*TCVe z0|3hQIxBBLy91hND^ErDmc)3*jb~ z9JZv=4j9fCr$N}&vk@EPAsIC30Y7VUo!yaE8p*8T{dnFdwtnTr;&1~EDJ6_VHq_zG zr)!CcmOriUK6Q&18J8)DP+?F>5acfYYOL~-7RmK%T%>3OvLQO|u7dNgIBl#&8*~E7 zhjo%`?p9X)dPu7doJar~Xc@`L{yPS%Woyxgl!8Q6A|07Pr7zDn5%}fUS>gxe?+{%P z?+*83T-5m$xDeA^Z$=BIT_WfygJSOo;%i-#o2O3EtcdFHUm*BKBk1fR?Robb9@Ldd zx7nFlvb}3-+W7iN#>k>}eMZ31RY=-l$(zkgwVKamz5|Eu&)HZe$L%NQ{b)m~t0>Zhz?T+WJbdTeT1Ii?L`?CYu>H zZQRQJ-p=2}vX&h-j8(Unvx#(ZLxc*&FK>A7>)9W*uD-Tn%$Mq>^L*#L{z^uJCo;t% z_+)?7{acFxJiz&`eJ|khNgze&J5y^R1Y^XmOL`+>V$9465X|ZUTPKk!m6NOMu)Ozx+4b8%w~J9?OJm2PJE3FmmD`DIX_?HOJ+sV9 zhONQtGULr=cxzUxz^lz@Bkr3;q-6uTPRDTKG`snu3!MJ~-s`8WpV@eDCA34gj9Yo#r- zUfLP2=-f5Qe0>-s1Ao^4B*^<2T=g+5oQg{V--Y$ue0!ua4F}XTRhCyycS%6ke6kX9LT`Wx5m~$u!h*Zb%j(r*!}h>n)CZg-AfFnDxYP+(Qyl9cw+zu zvp&mLpg1kyhLj)pJ-)Km&(L1>z8X2kdu)%SeB)SLDJZQe6*)z*4c(+;j&=Ctw!!5K z3IBYhiTW7ce(>te7r!{Hs9?7h2j;9uR6>X`sh&Fu3uncr>t<4}x;O#maE*XD^-VgQ ztWmC@W+S{AeDL@JQPD`8h4r3(m&O|kpnU?+e(}ExI`2jd`Mjm0TG()wc`D4MzhXA2 zJO7x+_2(lPd2rNpmi!y|t%U zPJvZX4Bvck_7|{WyEC-%x63<{i)3-J2>bj}VsUCG!X#Q@ERlxo<{^MreNO?D73RWF$wX*qMt&?x~(DU5h!{qBKY*im=_unrw#_Mz!nkkI9GYH_b9iaA5xVT-u zT`pdYMrFl^!uzfwj^JaDfha`RH_yBoQ&%OgHcg2Q$kxWO4N-MEM?X@Q~)6i)l zoD^km=vg}pHFtD>cf?1T63qsg-$+39%*d-CZWN$zP2+YEWy1FD=4Jq*sP*wrL_noW zTFwyA|M*@ATzFb_5^2RZzojxtt?f!-E zyf1t!V|0pAw(=u)%LTF1O{h@EE4|r)ePFDiy`x3y=~x2Ia0TIN&vb&JrhKu1a^O08 zV0n+#$~7L8Hh{G1iyGZZEH+Z4jq(a)Abo@z=veyF=1IlT`E+0l19h_*GPI6*8o({F z${obh6>xj_=@8lO{vko_-3UPNwr99#vCDO8pSDs>Abndr;%q;V0mxps#LH-8YxRl0r2hw zq5$4=IvaF#VRudU1%BW@2eR`-*N>?XegRLqJ|t+~YX`t+qSom$^>k*C(b*Y~Xg9b- zblwroVOuy7kF;+~)sH>Ert6`*8_%~i29G&EpnApNIKHm0T+^~Gk1isgO)Vb>t-JKy z#mXEfreniMfnVpx^s1-QPwD$hsxe^7yI)7_1w}>eB@PJVkC_Pae#2$NRzX+=j!#_ zj0$C0v&+0c|L}I|JqXije%el6B%{#GxQ)>y5M6io;@l;6SUc9zZL12FO<2?X!bkZX zB1?P2@Td35@CtFb5AWv~_r^WP;}@R&uH?gMIS$OC9sCJlsn+TyNluzWgX)tuZBA30 z$*MFWAF@$470Fhh3v-VJ{XWy7UuNG#GFZ*1mHpQ~1w|DWtkk$G?nn z;H#=)zgiMjWw2|fhE`Qgy{acpEBTyv`#UqB<0RQ3@a%Rq;(6PfRk@oWwT;f*8}Y*} zAZc{4jGj5wshxn7KA-{%UbK5g`ikwFqeIX({!Dq5Vw3qYn{25d^>B7_S#3<{T%ku+DClRyJYOL0ak0EN+aDaC zv!a-_D{I}OQ;Ji2Ub*6wciU*+80AAwdd|KgiFiQ)FaqvOn5zhux&ghor{>R-PVXMf zm%8F2;p4Flyz;LaIn9b;8a$ZNr}TEFs@KE=y63-RSo*Jbt=9=WeqFKlimp()x=7$B z2mbPL!Lyau`I)oq;MLx)5`5bA_L}B{k)YCtl%bdsbal)Ox^{}pBAbe|>=>DcPaEs= z54!W*BZ+C=NCs7yA=save@`fXa>*M06y6f& zzfFzWG?$0o?iYQTex7xk&GzPY_q67GTL?b>1C9a>VgWQBMXusTFZU{lO7@lIU(g(x za8Wa)sN@B|FMIX4>_|%juiUK_)7ul6M0!NYHOMfj_l?UL%ZpNzVYd#}&RHY*<`|F3 zV~lCG>Y!s>D{Giy`q4L)8qALeb9cKRi&mxK9-pfqfaIg$OuQtTxwP!Qgn8_|c&S75 zKBk>;Y&$V)4_Cq;d}8n@wq|?poi8KEq?9xW`B$s6cwZj!3Nd~qyzm6llL9>M;_Swc zg|L0fboGEtiS+sRNsU6AxP}o;H&4mEel8IHdf$#QmH_Y&dvzc;DZlqhXy$vBP( zn{b48`X0u0j}?LoafEQO^tvzykpwpK~$`-9Dq;XR52sp6L#2AkaJdMR%=` zO2;Mgqpj7ZTBXhv20NI4MDrm1B7Ntz-9`7f@{L-L-3olvMbP}h?6lo*(JY~8am0n4 z2nu`CyYag&CLx9`K*(CoL$TszVtSO{mf{EF&=Ur}y5{D?-H$;XOpg6h%4p;44tB1F z=w}p?j=Zk#5`2sLuv*;vzSHU4F~M;G=p7=EAoN)~_O!x^#I?V==$wIbhv~Ucf~UkT z9*|wW=w*}xzk~QX{eqM1!ge|%D4N22n566BWWFc!XEt-YfqeTn5va;5t4;v$$=5W; zZ)w`Azs!HXYja9`)UKx28vbfB-eX=S{&KWSuTS+%Y^mD;|NG+}dJJ3_bl;CMJfS z1}8UTvkZxqyaL~tB^ngkpSFE1O|3Y`?+nyGs~J7NJ-9wu8S7B=SocuVGL?QaJzK#l zE08J8iSgt}>7ksC3!@%dR%qOn&hF*eB+?pXJ5uhcA8gChC2G6E34)W}9w6Adw^jOr zmC%ESPv7W!q3U&*%R!UpyXi0RHO;Wd&)jbBy1lynY`+#Xs0vonuzR3xvr;(^m3wqt zHxEe1{xa1%7m(h$NzlZ7b5c>`7V=E*F1Ru~LP(m4rz5doVfU(nv<38;L~jPa`8|;m z-(m3bAv*+scD}eff!Yx&KiRc`ZC|-4y=>*byZMw^E8k(zPSDEC_BQrLP>aBz{*rGL zw&eGI#SfpA=|p!S<9SVEsQ-a_GZ#gzZ6R}MX;OEF^vf#!-id*I>@watA)v16hB5Kr zEWo$Q+_xuxq+eM{dAQ0|$<0#84)Mi_?2>l7Z}s7UQOWMLW=Ur9SM>|wA4?R%OWI|7 zHy=C*&dmCicQ=MBFGN`8I?j*Th2P)l2f-Kp`@dcgUKeJu(;t1a8^n5bwJM)EBcfb2 zE)q1FEL>`jGK04+``lIGmUPLZ8%DErp=UU-b9fba^Vd7m1-_iU5BD!Uz{4^iLL72L z2tS9zKULzwN$2eW#OK# zW%lAD^U@l4QYg4o;>3v=A~np-Vf&5e7HlZstIxKy(V(+uq)=OAAPVznzo@DeMYKu+ z^nf7V)I&3i5I1>1`5dh=JN~i+5rV{BVY+BAqL**gLIwJ<8R*!wyVQRDc zryw)4QSy;?3>6~8W)Rz`)b&@mb{a%XYn+wVA~9J5&xQ8b|K4A7Ah zOITf#l8N`U%|^hy#pMYb-ECmW2k8!WTUXwp1@X|RsNAsg zh=^v-S(3blq4M*s?d|q}k=hY1?qOD=0|?MQV{0;`d0s`127y4C5kUJMylR2!o-DLp z9QI`G61|W0FWQJ_|04XTL9`rz9x&}CH`Yesi}z=#j^ zso41a`XJHQP@2^b%KVX!z4wif1@LJRUQ3!Xs8&BV zvh5pYsV=zn_OH?T**lYLvb_7*rnOxP&z-_8p(=7c_0zpkR~_#0g)`Ha#V2}-(^*-< z63sBP!E=?z64T=~NDSxS_ZAjcU#d8zg=!itHbnT)ym7y(zMRR3rzI$}w)%}IB7S3d zm`1<#?C6+g4kX&AuPw1wfHm$tkOop923_c#pTS zmyM{SCS8C%evfo~NHI$VPEimF8lMg?7ShtlaQFmY#MT z-UL={pYDa-%H7Q`Z|S<+J~@Q3&UTv3IKYLM+r<|ik8Mcd_D0}ngs45fWQg#X*BCj= zd`O-;_wkj9nBmRG-MLz=oZ$WfEG2l_+0dn_p;SP;_UJCDXT2Sah1z zFla;THf|g*EGf>%-QdaLOO540-b1eh_Xm19C8_NeRf>C*mk6L0zfpsnFFWDdi^MzF zfv~LeE2oL`Lz?P4hUDp|(xIIyA#5e%(DNoirVnaQqS+d`+Adw@ukw8FNSrFTaxlzD1(btxg zy}iJetZ^+HW#!~U{hGO^L!a)|a2TO(kztX$(5G5!?A1=t(oaC&Zlzz(InXKG|2`D_ zYsK(V!oMiLJ*!10Ed5+R;BY61mkD$lA6no2pcrX8;Pr2=Kk}J*f2xBKlakjQup;DD zLCpEBKY)BZy6dK{VjKk+$A7$cXqefVfY^I@eWy&Q_7m|Stfcm;{mW)>+_bH5TNHwC zjI6)&hR2J~rYywD1C1Xu4|g+~tc%N*uRmYyoH*vA61kOx43CmO7#2YVfV2(FrBMue zLz8M}+la3!q9LqV8|g)h8*!M>b0m$D(~eb;9LIZz$!2YZ7iV=?A*jT8MtA<9!acJ@ zfRLHs4)H4i!cV{>C=pad6zBfB!SWnFy)?cKKC7?5=X}}p@%u_M59TNZCXr{(l4J?n z!5jWJwId%Ve)t$jhrO7bZC0vhDQ5@_U2USkAAr&X_QKXipUN%w%}y-k*?lIUup8FT zUj0JTh<1LLwQ%CLsu-v_K^c><8Hn2NwJzK#AGcxJl@0zs}p>u(*0Hwc6l- zNh8&Mis>-QJI(Pc$Z;GqO49bu<<B3Mg%z6A=uLHI zC#Mo44@5~ZGxUswqo>ct#PB!wLvrF?=CC9xbknb&ib>NZ-XQ+`nNsStVl&(6>mA-E z>AkkwO922Ye#Wn11sCA-f%CdR-a&5Cr!js)q z{A0GXy|$D0ulN_2V0SIePdldr<`V-3AY8s&o_lkKPD-TKW=Ntub^I&4FyE{*iuRM= z?c6xQ16u;i8rYqAx}AbSbl}r2(KvwvCTsV6)1Ca|Fgb61?q52|DA2$AZSE$fxoU;VY5TTYnVc3?iiRV|%s@xa zUo6##HyYp|Sn8JspjTB}F)=Y~-i2R|(16*{kzW)70|G2o9Q4?9_J|l6RLz&`SS_f5 zx8q_@tKwgv96ztjq}F^&gPB8(Zy}|tIyS1Mu#>05u-nAq^J`o<;yefT=~hY6-$J>I zHtjr}`1X9^Tb-5ix28E>*nm;L4p2F&^N_LzE%oEb$kHea1fUjeRsx`yl!Ek*)9@>V zfl}1B@T|{*W=h<`GkoSVC zvWhczVUgpk;2GPZKAoMx>^sa4IOz^@X@fW(j<#*LEDO$Ymikt1D|}Te(uI$N~!+rOlNVaW!){aA-!Frh(F(d zwa743I%Y$pnYWVFa=d9jYxPLwj)8Anw+RiKswejk+Zv5eQx8rv4@&H`g|@pLUW`RQ z2v%`Rk_(HO-W6fx@oPA-_JM{Zx936I?rky%H-*zb8r{tW%1GZ^(I zJnic2sNxl3dmDU-onv%V^!%pz@SP?2eD{F#!1ww|G0X<_T)^)vu{fxCUo*TN2)LN; zUKN5*bKiO)E^;(#dy*jx32ps`+mTKZbOVssO)U4;n z#P6-!*ncTODIAe`v=QCw`nj*(^pMK3`DYI*P?|%?)>ev;cFHY8i@JlqciIS_?VNiB zcz9jSd?VgX_seQ(-u9TLNUa6@sl3`4dJ4SpSjqf;*K9^XzyUVI>dYvJ3-Xi~_&GLYK zH@`3(qScOUeB#4w^@0Na9EIPy`Pv5(MK_%JCL(@UUbLo@Nu3}7DP5)KqjBz4L96Lg z@%=M}*$aW<4rN1xQ=FyjI6hJ1c=pRo;P)!~Rfd!vPf z`1D=;rGQMJxLbR$AG8@3EWS=6I*TtqQV>x;=nRRd3ctN2`{qr>dFI}i`JMQ<=jIvX zC8BBCZp7`m$@!so?Q^9}*z7{pAcqJ!9CTVx$r}pF=bRcLv~90UCs?dLYvzG7WLslv zsty<%{mASK9Pc}0|Ad5d*emq{HKkIkL-TiTQ9UE3f7ONA>($*-#Hj_1ZIfFdOO@XF zlU57xk~9%JX!SSWkSl%a#9cMT)03B-aKkeC6&L))(Ezsk(AZ5DBJ9k`3FkTQ`EFL;h;C|+f5!Ofvo!N*7Frm;c*864h>e=fvzTbs`iHwr6cn#PR|#jRU+h*zClA?8 zoQVRA2FHVRRpV3b4c|~BmEw=X-N?G<%5TnEVd;_05Jt?-0MER$>b%#&L96bE)@0g5 zX7ILt;mWl-)0)*FfNW1-B57bus-vjMQ}*{z$L?=}@q*TM0}H=q?PW<%&8cYI_OA`I z(Aj4v3WDW%5!U%HY6Xt!RXO1&w93?sEXs`mab?1*&8vfF?49$d0A)t>{`Vwa-OQPo zy(NUSr1~vvueEl}yqG7~-#s30GsY!_td9o77RxO+wRc;x)A32o(<}zeKAkB_jcBf7NxbfAm+Opfn@g>^9tYp2LPK*OsaUtn}TYC%bCd!kVCw5 z3hR5?6uxn>o9ZhAYsp0C&H8cr4qp$C0y~1Tz-u>N!ciu7-9C!au_LLH2NS<+c2A0> zjy0x#J$YjgXInGn2^;T2fM(cL;sukOJ+bN+y#B83+tny=myzI2O=SX13gzDE7R@RS z=5}6)bo$h7PBsj;)boA~kY>tzlo%X%SbnF7o8!P|(d^|~>u zU615GK}m`aJeyQ8KIK#Vc9A(V_4%PAikcFlQ??gA9aSxRgn_LKQ_<_Z4%767RC=eW zn5(N^`&Tc)(_w|zXl3WeXRuHfVXamJPQ|MF(d+uEowjohD7QN|_%_^dRXSWIo;I&2 z2&ZiB!YfGZs5t|CJs$CP`p9jU#%#Rv-mAe$`2ebtlA0chO3{>wG{+)~M(@W@lYEnZ zsecg8uF|kQRa;vd%WK$KsGG&!VKA}@0Nw{@M<3Lek*RM&5dh=Gtk^4VI2|-gw^`)- zIYF!rwhkNtP!Yit$$~yX9tncGx;{y!kOn%Lyze$Q!Dm1JxKv!g&cSf+Qn~kLcs@J~ ze+)iL+J@i4;ev2DAsmkJ=Zm(IgtTD;O`MyC<>$^R(%ItZ$>&~IBk9iE=6BAXo~wta z-8#xKajTh*<=|;VYE*;)6{sRtSk#a;?Jpu70}g-+FW7$WE)D?wEeaQbJKH~-C`I)= z*`0y0k>Zex`frsAec+=P1j2R+-H=5SRg#s!TidQRQ%ZRp_H?|y7gdCZm=#*l#B;yo z5{zOYS-ZdbIwd{2O5Z7$P3g}gn;`?Q^(Vz@wu1?m8>>*YwKJjNU5Jw68O8@_bE;L# z50AFFfVIdxR6we+dpF6@@Dt35!ArA`Ovxp8MQNek<@z-*5+GBf*%(B2)aoj7&kab? z+RF~wDhi(iT9AU4#2#husu-2g{UG2Fr4ja~$t1-&`ih<^J7eEJe37nPrfcBoHffy8 zT*^$nR*ee8noOVQof4d^l&4(7S{qMdVlSH3L`QwZQW4|lB%hNEJchAjZ=s&F+9LUP z7$CNFfc`vQ(#eh>A^^h}4H9C6p(+{~hw?n@hDRR-3W0`*f?hAEYL{T=ZIkceNr0}M zi*?`?q6oR>_eJjDG*1N0N~b31QCGm@87{SfR!Z4O$WsKc-VL+u25Sx?h_vg(~EkDUa!xM zY;QMGLh+=Nn^v3!eH_y;5t)xhj;0F+u$LGn5;#TzXdpv7eNWjTe_u7duDWzVu;xX~ zxV1zP$KX)X_L8wG#f82A9_<8apc^maBrxAUQR6YV`|##$ht?ErvrVhAd0a;|w4fl5 zxA3W6kUN#Owig?=o;kIyd4a>>((Uq5dJS(YBN7{qGnKd`6RA@1Ywo?nu1#bUcFQZ* zp%fh!Lf|oQd;0-hl(k>WPFenCC)W>%J%IJ|sjf%mT&8C)BbzQaFsy08I{j>%f%~8n zLj?mtG#So~4B$Yo>sGP%rh_aVqJh`%_**lo%+$YF%4`>;HD-7#@ckQj#kR8=;-Tde#+H(jqcJzzbTR9Kw2P>;&BZ>NZp=j_($9K| z=fA}ix#E7af);g6L(AHTi=Zy@$Fa+k4Wpi?~pk#2Ep~b`Q{kw$TI9=`tf!;pA_uR4&dOWo)Y5(JXUof z@ZY@}I(EivqS%M4eIJ~q)A3eQIGO+~HGKTIC}b*Yi1Iw^VOi7cR?ZFCxS!fm0+euE zuC4$yWM6o7M=vMvtf2P_@tP>m1e5n(y$c-!f9&^tJhdHQVRLUA1Z=CSe+gX3A9B#A z41+ouKvxPgH^JB|`gSIC3o@1jy}n_ae7|81JHowshZbi&n2T2oGZ+I^syZ5%EutLM zRov;Jt%PdS?h=KzwH<~ESi1Qr3Lq`uT!tqsB_E&);{~FdL;77e+;8YhOOIa;kwHH{ z+2^j!v`_Dn{vv(oS@e}+q63urU%XjP9mCoF^mE^ch=WTLWn?#@y~DkN2(FFhmSqed zL;3V#STR~{_a2DEqlTv~m3Fnf(qLx4P z25=ZZXw43@0sf_z&ZhyTXcL>x%{y@3rXiYWra}EI*^zX@CRivCz?i8g@fy|1E59VO z$1HdtkvN4iSl9#8?+>Y%W--}_JC14EX!@aSEHjnmT^R+s=L6phy0-M zef$Jd9NuEUWa&NIQ>6}b+%N)pw79D1Y~tay9%^{RUe9Sj91mI9VS1<7KLOOcIdurDVNuxXb3T#l+x1wsrLj%P&l&?~U~ zO!>B-TU+1Y0?Yx6HLjP}Jo!196y!0$d$>2UN_5ck&FH=W8jPsXSz>jgRdNNihTDQH z2p|CPz3dgMZYA_1h(1dtHHgJGro^#rH7Q^tR_+7hjQkMy{BNNz*@GjRdi^rq0U1K&{`My-_fB`0&miB@BNu>-; zxcllI|5h`X|07QY)P^1M3v{-{n(7yeLIx-)ZOv^ ztqC);LB4d12ta;r-Nj>a=IyMA@Tpi@KwsUGDEW2m%G`Ln>Z+O$d{2^w6MtQInLFzG zd2!=xR6^jW=w;Rfb$-`KQ(K&{?DUvli!dleL0{f=RFOb3%KGd`+~@)@)IL-)6x z(I9$BnSKmC?Do0@AZENTIj73Lo!iNYgE!n}+fc+Ws*1 z*x2RI9x3!|6Hz$iZ^3L}xg6Tfkf1Mx`}8Q{lvi6FuSj0kb}B4Y8*hBrS@5pCwJ zmHm0`3w#Bq3VdPC0iNrOtV4-AvYHM)gm6u4ow@zBVOS|>P-(Cq5;u7bWLycdV{T(MZ16&^Q zP-MJ_V9ifk>`-eITFObOvl2ky{B(koI2Ke;Pmw;U2kUpiwxPIKJ+;8|ab;T)r#DS^ z%~6a}>YVX|&viZGA1Ae=zL@-7fWaN`9jPfagGAzDjLe^=UH-h<$16Y2rp)-^z(`nK zX4<;@HY0gjUvIdHD}a3Ea@N$^*92CSWkz$^fqlEWa!vfg@e6D)870_1KKng-*)>r4 z?7H3Mo%+QJ7orqK7Hx>HW~D+dTk-Lj*sZp65#$_ z{^mG`5OjDuDEz`T4#+wQ$1(e|{Ny$LX=4pvWgwx~m<)^Y=8473d9?>P_GC;A@PCtX z@&WaN)%nfW7ZvTgMn^e#(|*k}as@f&gNLgE1(~%K8v}#Rpx@CKSv0_f#kQjgfLGm= zh8h=ON}K~2%Uct-@*3Pk3PgLsZ2>Yy1*qxi>clwst=bvcMjt;??yqqi&|3K>cGSAF zD{2jXjghCl`Q)dllFdbNO&*Ea$EGyTnfr%ODnD)?0IF!gioLVaCJO}{$>GsMum4>9 zjx1wc-`ug>&H1E&<|E_fv_5@5KA2*@73JyJD?V3SeK9JIzi+=pT}*rbYvtsd*C2@s zcaC@B;Xs0Zj|t1%0@@y}i>{ zR0$s3iN5ZJzf>H$LhP<>g&L7}yWQc2oBY{L}kSO|tah-;ueGXh)pD1O7~}eA>Xue0y;NKe4?>1etgEq7{5Tc`gUOyS+To zH0cd{P+-Nx|I~lbvU}aUCjSeHxj`_=stI6Qv)xX;+` z!TbY-d8OOhR5a<~l%JuEcBaQ33WRJv43Ish?&yU;HT1~peI z*7qE1qE$=mazmmRi6jwBv;AqLN*_QOjYEmyt7{|Y41sTAb))Ml-sH}DJX8^(BgA)) z4IM9kGC+Fvk^|P-)yqefzw{q5nf6QB=-o1v&fFua33Xa`Z(J>WaxMpF< zChkRlJ46dySo3-e!9eOUtG_KxR>)gl??%>7$A$cz(|@UD%#L%haDh_Ag7ylMewwf9 z%`CrM%ye{s*PMas^xs9t&p%p!{QQs1Dzm{1b~T}1C-IRZC{_~_>Bml8^u6Z~laBam zGx{J{LQ1O)`^sl^{==)i83G!ELfTmedpTHLTl4)$ww_U~cc-aGB{@<(r$@6~ZAf?p zg{Db(o991o*!C+dw%?_wV5o-r8ESOJcC|hw_mH8aRsJK%VFxVBK|DL+76*ZnWHOsH@W>@ubj7 z?evcNVVZLxPKDMBu<{Hs?|IyA|44oE`JM00P_p0B`2Dm|pm)nLSwcV^(kCy(JTmW_ zX>nEjTd}oin*R?pq`t)T%kv-5@LxlGQN@>*_yuOzLY)35t$6_%KrfKPA!64=Z|EfP zgX7vBZ4|BENz}mFrw?jVT4YV~SR>T7Ww8meXc}pyF>t6VKXqIcDeU_`J_8U0G-ID zXQ*TBqyL!6NtqEGBem}H($uID$)`xZPQ&u%CIZTWyud*M;N;n~@vT|OjNw<+=CoF8 z626ILV&Akaluf@lSn>dw1k?Yx~^VkJNj=zL|CQjeUUhi{! zTEeMK<@#y9^K|aVlK%LU=y7UnBqCjS>ible4VDU;V1Q3&9qiMjr0kore=;sK(YLqq zCk$<}sHcIhk53ao?{9$LdMSH}^(+r|A!r6k?~0aMo$j~RMoNH5XR6ieL1~NoRfa8$ zXfL#jv;A9sAn9liCt%LP&ctm4kf)ij^gc3Jx$-|yX29F*M4uazG<-!YaItaI@B+)~ zGijQ+0Uk|t&CI!orrNk;-G`G~Q2V122Rwfa%iP(v1o z8KpsAV+sK!qA^8*bp2IGQ_PFB?~AwqI35m!MchM?+ZrHC?VOfaEOx>5_b6TypBskK zsH6zV2Xbpwq$>Cqgk=htwL_*f&@=f-G~cf#fHzmQRVB5f)DAMUeh6kcaiP}BOdr#F z=<&o&^`YxK3r86I{G!PgwOI3&!&0tHDL z_Q;q8d#q%Tyd?JX8p^1jqt2`f5>FlS$!D+WXC9Mz#re6uZ2^5ZcQG(9Z6-=<-QN+A zZDj?UD@E=EZ=vFExv}!}3!2*3Gd!S(;-dHQTHRifc^YurN|Ca1{`-r(?}4SAB*Tij zsj)@#;;%-j)G$(j4JclBhrP}qKz0~`?-Zar<0*msAo4FLZ^c+r+CIlJn#(KuZr}rDP z_#cfxCCMZeMBc2yd+-mmi~6c}QC=4gv6)~+qK1QXl9BR5*L%R(N;24mz3r}i4d+CX zEXL<_H1e+_=g2E6u|AhU8u3XQW)R&?55xS$#&L%aaA?6kT=X^X-_oMEgk6B}F<#gCQB4^EV1E4^p_8FjPoi3T{g zctdl91fl8^^?%~aLZj6YXiR_1vbE`pF?*iPmsIE=)&H2jPX$8v5tDC!Thd&0sHPM7 zk_QClmV{a<*szs4v03e>PjM^9s!`BrpPc=ukoU3Y~iQ-i>!9n*)p5Ds6FD_hSe_LpB`VQkM*&LOj+Qox&bXJ z*b!tIZLz76U|irS%ft()nvXmld=UNV)-Kfj!sR4qMb#MIE}1owY-zM2q$cpJ{0O_3 ze^KyTYfJgbvbBH${zhs^khQAbo4=C#BIy9GB^N9xepgkcs*86hZT%1?xShRph;iJ& zu3%Is*jByp_E%49g$x(NO`{CmZy(o$L?_V;Ylm;a-dDdhzA0OpCQYG#p61R;C6fQ; z2lYSEZ@YWSp}GxV`Bgn_Ls!`4c_5e6Z1C&Bdl>8PgQ*40(!bHRI93;8OUc?gfe)RzKZ5{Pg!j9WNkx`#Li=bZlM=#1|DlmZhKw#GfkiIqQG#T{y z9{JGy4di}!)p<5D_-E&$N-2gl7|f6RYekola{p9$<`)dlfSBFP>M077y0;{5GW1$Prhvf}G|s-m%I2^w>!B5g z*{nAlZ>pujbV+u%45BNy3BFpyz%zK#E1cht=^b-cBy18>>(c^>mVd@!Fa}=}vgk91 zo6qzhn?cxl9ZgN@+{{CzXvw@|5a;U0f~|)=2{oxXe~qh72OFN+2J!yPXbKOsnR?z8 z%4=6J?*%wz<^YqVa)nqk%yZSCP*kiT=4KNqNka~*7eHRc?_i(i5N|%A>;p8X_1mSJ zuE!qNJ*T6rtj?mg0vlCSmS&BT!6JDIfzCpd85rDARjfZ0O!r3ic%Q2yA3^{Gd+6&| z#%Y#cwwOLo(Nm&WLe47B-0y|&0|C!0SM%N7Zlm=SsWTU^ zuI4Q}_J~?%i{^=qPp68QQ>&mF>^l%b z8N2xCr-)%n%eg#}f9QxGO%PcAXQ`vJY3RS)t)c0k_Y+^Bg>xIRY7v=4J{O6!EcMbH zZ|mns2yK;i;m7|P6*?0uPG^4)DGXZo#-Hm8I3@Iqu{ zLIr)>LbRIR(lOzAE_)~#y{$5`%E7ax&&(oNX`iY1aG^3NxJX;*=0t2fEvD2&wzjCK z`gn9@*uzr-n%~1GBv|j$E{7y2Oj{Mi!}`MP5W*m5L-Ib^{5*W+bPCf>b3!V)B?mqD^aqQ@SD>!G`Kxd&j$@o`yCH;tYe*(;apTO_( z%lAK*eI$vN&~Ph!#zm~He|m!~EQE@+C~vwBqrTKzsT0+ngc;MqCj- z$pE-g-;O^VFcMU6ij)uyY|USNo>Ae&qm91~TrAKn?fman0Mvo_=@>JV+{ba7Taw0W zu^3a**}}4;sFoO^%AdP$F0UGNrYLFuG*6NjR#a_%SLvVo`xEcm_nNBZeD^nH!cm01 zsu;+xu*tG+|FnE=lG6+q$>y1^Xu;6L&`9+}+IYR|vQ&&AOr?mX*DpBvg%J@+js`)q zTR?U8Bd8v(Eo81bYfCQIBuLa$2#fppLM{MJmQeZ|3~`TL(}zOCaoP(YO(4F;1-WZ&2ExflAa6Z!U#@w`89KHpEl} z;h*5I-?9_@UE$34D~rA(Qecim6XdtpFli4uDjD+qU=0%O#1MXaJScf5J0X+%`ySq6 z{m4L#&iF}h`!rXDu^}&eegC1@21z+AC4GCWwDj%e<5=`M<;MPVNc)3*9vNWo8QG^G zAF=n*8ITd4_wX65AivkN4=Rs*Q?TyESkI(dIoDJkj501~zpAH@rA~n(FZREwMNYIo-S`NqE z2(Z-%FvHl7N#X5aS$H^0wm@DpJ8fh3_TO zA=>E3le4oZAo9|r#kXcSBb)9;c4eo6J_jVh+(?*pF{A|1Fm?r@&+*u}mN5j9e6;Lp zt}q}mM1~Wl%ai`C9V{rA}dhp(IiuUh`QSsj7wfPokk@Q+Kd}VoRVF51VlF z#rIa3bo~SY2jO&^%I-35H~rPi!RYe0o%z4=Uhl=}~X1Yt2Sa)O|mACvqtBvDybJ-G<2c>oGAvpHX5YXTs~ z(oYO&Qx9q66@Y-aWH`{Df&zs8=kT<9(_xW(4I+av_w$7c3mIi$N^GNLQfR=CN+1$I zjjP|x^3a(P2Gx-&1Vss_i6S|Gk!Vvi2}dw(g_1P_X#s;kxOck8?DTgC^Ld8k@K1p( zweHwg2p)eBXQ{9!Fq ztJgYu9loG6hv6`1FM~orK+ybEuq0ZeYM4QJ@sbUB&%I zP0q5EkxD6Y!{VUOdK_M9|1*jsfBe3C=_e-G>PR^57luDWnKD6ZMaCSTE2B_%Y<=rd zvqh)7)P_gTtwra_bdvHJ^ig&%LM^3c}_ z8jUXfY*8LycMTOALg{n=ertW>={qi(63*XK>f6sN_s!@*JfNA?i|L9yQvgPK0cLx5 z`}Ss@!~nogb_Cu38~)+2Z4w(F)=qWH7d$YMj+G@Vi5=t zL_H$k|3LXU2})X=i3+5`3mX0)5S92VCJnRXcV>o&RmcA!-jRZO#o618-Yrb`6?&>HiwaZX%ppwrmk~p@X}H#{MSZ zzeIVVreNN)I`F$5)?LC?iwTFelE4?7th-Iij=5h2SJc6L0zgoij!w* zo+p)SM-__QVN|0w2hxbXc4AiAl7=8F{nz&*5oj7JRV0ry{6HmECyVM75qf%!9bAU3 z3qiv(POBDIXqo29)fDvFuk~NzPO>|miLnaPw(WErV4qbU{)=zMgXq!Ol!da{g{snw zvR*va9O49zmTpSDG3L(;Wjm>@TcC1$2K=GVV$2)Nwhkf5VH8<_kKvqYQHg&}JOaPTbmzgBYTI7g5PS)p3*CWLX0 z(-&2+vN1#lw=|=7J!v;@I5gjr5Cr7_>H5UDvn(A~$Py}UG18t-Z>xVXk^+%6y7^;z z5z*$rRQ}MPUn$10rQ-ER1MrWhK)^qgSb;yN3Q!NcV$ELLo{~$WC+NHwGXVg^Jein2 zSg|UvEd(jcwLo+QSYuW(oEFJ$1EV|&%}(F-MMkkx&^H{9b1y9y92!#|roW1yLF3*8 zrR&vlF1xC{Qz2Ug9f9McOdp%}jW!xHeY-{~pvloumu_vG*bpnfUe!B@F!X&CD z9XbwcL(nM{uAkHfj8PAK|KR)5Sy&7pw~bZS^F4i*OBk3k+rZh0HrVu*48%6z1`70P+hk}>c<)_;jevH9#EDR=cb+i8UE0$ zc`x1lp{E+7+fOa;fCdVjUB~5JICearx*lSkewIxCM82`{7)8i%G~HRlUD_c0NR9Vy z`ciB<|Hk&6FRsK|Yk;fs>hmSsex6xt=^|7Bap84))&14qT4m!4unT@L7%p0BiPb4g z>qCyqe@Z%~#Ru=h(vHMHW(9}~p9Fiez0lkb8;Ya!v1{*s?=?H^EY6qamXTFP+#gHL~(^Ms4QM_Kyn zr|F3MW0H@tli=mv2GMsJVZ!RK01J10Hd@Q=7XM(P`E_riCbpvMfBPmvRfokfJ1`os z0g`BhxI{GJGBaBr^O1kpcIRht!!}0U|B;9tIdHUPC#2DryGyFWNo;)~ zBOAjq@PD?tomYp5g@S;MChk^|iuSLhrfb7&aYnU1WEBf)*wT)QcY1!rR9!vM``KUf zy@#s+lh+4>8C80{q}(}2blJ7-V=N;gDo`%|zl5q^gJ)8J6>xj*;3b#(g5zUp_1b%L zoYIMpZNHl8nDt(F6Vn`3W$gT7E3|enZ|%O3KTf#TJo-fuvXiBTAiLQdyF>;2IZqhW zH_p`)?W@CMU5i~>?4jTC-X%&>v9N<8Hx+!Rr>*_c;R!n^^hYzQ42Y4Q6kYpTYm<8H z>4nmwW~rKESSPm_UKy}Fl#YoI&)$4H@qS%emj^Kv^cU3%HO%&hyQ{y3uYu$rbJIgt zCd#s}IafEYs#EUBK3E)G)dUokd6c!uP+ad_e8>_%>24mjteIqU)wJ<-Ygpu7lIW%M z? ziQ1hrt6O{KPrr;t`8`he!Y{X;ejOnL4(zX#=iVjx(=I=L3V?LML~J7q{szev{fRK*(n>7O{yc)UNn5Lc64mH2;Oq)g-u?4tdo{IxZH zR)L~sVLD1lr-+pU#u_D6TGSm?RD_Xer#|LvSiALH+e817sLl4fQm*sRDithZiA3Zy zlpCKtZ<6D0>{dZ2q9V-xV?q~H0vlqaqOxP4m4=-TyeLL_d4&1A%-|hv#%BpmEzWs4 zNlzjRs_Bl2KR?$w>A&4EG9V91lZ}$w7z-qRmw^(y{h5Ulvel#Zj}A_oN7g0&@}nFN zKfkziQ3S~i{#`;xua#~B+qZ3&PIo3D-{voSRQOIjuMM}CA2eL~Qw>!&xy5o0Hqo&b z6_Auk9aOc`t1w|<5lZ#rvFem+YAq`0c*GuNIq1Hg#7dKr3S%>LSEDNlZj`RDvlD18 z9M5g!e*Hd0vkeWRRq8N_6*f~NrKQWH1J*%xglW&R)?laO;ou34Y-ukKyXfNb)sxGD z2v{uwiLiAsYGELtR6KETv$GN_14A$lJ++LI&HCy-mLuJk|9<_6-y5hy-G=1 zUs9xXiMG;Gq;?;nVOUhw*CO5b?TdyQ9NaM+=*|Swsjz|;+E6Lk5Cu>m{Y2DH*^V2ly^Wu-!lQg*N zw_-m6kOwE%yyh?EfnW)``u*N=Tuhun-f6_uWRJD(Z=2&x1Bvsi#~+usVgc&-$ejG& zhx0sq5zL?TOs$f##V>E3W%s@&raCNXEmX3M*XTNoulQ&gEY((MsTXQiMzS{K6@67Q zNK4I2JDd=WHidn470eUnPS&Z}z`o-EANoU#vcb!aD1R@1OYJSASz$ z`@pqynhsxCq?a++{JU85rbtb$xkiiY=)35lOe}q{z3x$A9&23gclzk8BF!aY0*?vK z&h^Kp?SCt$w=Whj*{Eh2a|s!5rTNbV8Ow1Bm{AykU}@#=uQ=q)F!k$jB(`ejw%Eu# z4kSzXxxvfcK86clbhSs-{Qsgn|HrlT(VIM9c3Q&tYkA}PvTSu)LZAF_W3Y8o9R4zY z$(mS*BvboqA*bxiIGCvS6tJS00z)fzJl+A`N>pM6m2@=wUkL*C^n!GTk3gtZmft@$D z?TffE-*;e}>*-uh>n1E6qa5o419Ytnbz*1}z8-UdqgNYo~Htb+|= zI82;dg*eJ0Dd`iM180|feqF?VeqCn&Sagp*fw|7^Or9s&Tg&1^%k{CTO zOXb3nN;E7n0>d<_IQoV-$pB%}l}S`eU^XFC4oM9xRF4Gu7{Md<;8gaSlm&J|2cIy3MJh=jS=q*#)Uh;aZK-gnqJGLH5{a1d>l6kToX6&Dy1o!{|dHR1+K3qHpoveksB5-F{X>WUJ*4ZWh~FG2-PB_R?`MJ$l?g7EMb zigpc@(;^42JPMm&h`l;!@x7`n+X9#oMX(A~q8Y*nNyT&^OhRQ;)MSC6E$N3y<~S^n z%g9n5g4FA(its{87b9i;Bx^`5M`80(9u?RT1RAO4N z+y%>FI67$-M6M+-tK5%;;Q{Jn)L&$6BL;i?b6AK8)@L9o=VQVlKnHM-Bt))I0U{TH4z6hcCA$)m*{xY~=jhNS2Z^hg{!6X&iHNrB=~`5C%7~yiUYOr305ta#B@s zX||@+rrnGMJ3t38!<=LIRPH=G`c33#=ONdk^Jki?*GbRrnP(@==B15#(LE&G6+8-5 z&!SV|80x8}fM*JDorBhk^uX5Jcc&Kc{7^}Pm4|UvWW(_+JxIEl|FYbZdMq}>lO)Z5 z%f6^m$s7rikB4`_8_*Fbewlf*5IIb`b{nsw6J0xG2+n_YW*`&-49x0ZKfBBPnVRf<}Cm07XO^#PLt1G{9o1@u=~XU3|;W7<^S;@6*@emBgG zY3K127uhuTjWN@D&G2H@m%ny70R8`a)&4iX@8$WAQS;&t4CoAVGayD3AqEgbh%rPn zViB=`n0WE79nHgt>9L-tCV!pq-(vMSBnZvlsI-N#ipe2$z~%-nBd47}XEjvZdxyjb zG*#G8M1jcQO1Z#w*Bh$^ku+Lf-W^CHYZw@ck{pTx#HPlJh%gNtVx|mK5M(ElT$D|& zSt4O|fNByK$f-J{aiWq=f~*s0VDtoRtdP&0GA??k3uh*U+_A#Lx0)-fp99- zPy$Io1^Qrcv+j^NWh$0g&eE2Yv3?Fjqu5K7N-p=17+k*;hEy?63WY3K#IRdP<{V1N zIu>ctqs7qUopZkr_!Z%Mn4y40L?zS}%`1GZj~XM*tG}o@)B%zu1%mnHKsr!L0}DRZ zsBKE*0sRyMUQ(nINj)VUesB_itw`G%qd8oK99{>gKLV-9p_C2`7{iR)sl=ZXRHW z;<5gOJKUPd8?^^~Y4Gz=x3gj~KR%Yfjx^qxFkIRp=o3!w>zzi~%=P-c@n0kRnd120 zZRU$z_d&EP&Zl5Iqa9ZQ(uoYeXLDGVP!CnA1Idd6KQY^+3Wp)|1FT3v3a(vqQ3?di zAuWRxFi~G9lW<+17NwAe|8+@=LhTjaSf~`yGA^jprDPkGSZz0OMp*ylAvE2#{`d+} zKMt5BwX}keAOkHMw7ip(N)m!I`s#w7(>1ZUff2h&yu9?yv=)_wAjeoUZI=+@k}|Ux z$>E@R`{61qRE|C~LjGV7XoOCfO6|yaO>@ah?CMu((WD5w?# z2IZ8-OXKS1!aQL5Mnvg&3oxv0_a#}}1!9?CMN}oG$UvMnP>razHm;BCdsv?m#HhR~ za6Zi9J;tF%F$pq#6`HgofqRY|h@y!$5LsiE7A0)fV8P(*HExVaV8K$+HZO^~HYJW$ z`x$WzOsfW_i|0sqO#0fwxm6?ytfceNGwI#4feL2oS{KiwIjmS` zKT3`x=84YWKsm{|GJ^Ore8rcOS+H zxtYXp@Jq$aKHus4`}@D6HVM>toikDI7KSGI6Mo^NUP2;DpxH!)ycC)qIfb3nC;Sx8 zsfvR_Mkg&c z0V$|i0}|MmrL4;?S(7Sbh^bQ@ccV=fuc0`c$qgA^Mye_S6LZMPQt3+)n~Lj2wrNC@ z7Yn-xLtT6}-=YEusLD|VbzI_>+83(k^cjleAUT1kOuUAM;E4J*P%}xizL1MPMJjYh*2CWMDb6UFW?g3h17o4 z@voX{r|KndDZ~9Q2Cb(SIY%_s5|9P&4XHlOlDGs?$%2Kfnb{MiIHcpoAT5TRenAsZ zipW0UZM?uH(i(hV-Rt)1&dyFO`~PZ17#WjBH+B*wh}BWDjf5l|@Xz2kh$i0suvSVL zdv`BX9|w;D$m1o`ZWA0VrGXdL*Sq?*n7|$-DTuFU2|gDT$4SRai4p4B;aDv8p-lsY zmtQVLma2~ykFug|4hgUIEw;jD`{IgwSk<=Rh@oWEoI`9>+lwNNj?oYYm^Q$)kjjp= z4Hp#Wd^yk*WYqH`x~}NWAsq5 zK`~V;ATjs4!(b!@41FDNh){?kLzx?EAv>)uh}fvSmX;ibyifu4B0{4OqnE22$tQ|a z{43JB8{*SeYbsK+TG?{&mUyQI+LxIjCHyT1#&W3gYM6MqV)#RDD!jwrpvK7{&Tg|L zaiFAxZz{n)#mw$EU*=4r^uWZcLJvDRq3OG*ZS<@kUEg_n1=^V6;;K5`N3)x4Fj7|LXLfkn~hJ0!qMOeCL%~afyyr|*&5n?l>zY{P*3DKkn-jDFbBIQsnV0cIM zr-F5A7=W0>S}qT;)559&*gv(~m)t{M)n`j3Hi{rMm`IxxC>GIV<_d$&3SzOVgUe)-ovtlyx>0k{l6#+m$V^fh`$Sr;I zTjF^R08~(Zn5Py;!nEo4F$KV04GOp8zpzA3=HAVNN$IuajQxnK2fcKHXhNC^=_j)OA6UZ*}I04|E5ol=4Whu;Z@ zkTS6NgI4MH+|bN}hf@kqFzo4mLV)@e`y@K(JUCDEnyv(CYA5Op0fPr)bI!Y%p zjHnqU8mQVe^lBV{G*PS@^6O%=G)@8%#bN#;yt*Q!6+#Ot_JZ)QY(%*OO>8>ETA5iq zb~;T3tWo81&?a{h$&#ijYuTj**a8k7LsitJ+(*hrT7!^4R<-lW?`9yHa>9`;ZjBlP zEm8+=V{#As3a@|q7Bcg?2EGj~OwnvbHK7@NrptowyRQ8-m-431dkWtwaRtc-(BKGz z5?jaW%M+&y-kF+y@!xj=$vY3sYgG<(JYMK40I=^K&j0CBpJzO(O20t{Oi}K#0y)ti znf3Zq=EbKUe~AC@i^z4UFf-EkMh3}fWkQUkNyJqknb`?jN;wzDe4R*vmh<}hDK3yP zGtuP3i(1U77l>gJf^LjESL=&6NB-ie1OV}JPMn>eUAp}vqfX1Oi@6ZM!A~ztiHJy7 z_HM%&wC)d1#}CyO#1>VBnfowGVxSZL3ow-w&4`pdxR?vDvz`n@LFRCpTe5#=Lu2XD zhq4VJOOv_iOfe4g3X;YRrYD7BGnXcigHgD*86~m4pJ?RFInH6jfLZv$Y78@kdDyn;U8;Kw0B+5T7H=fKszV708mgc~F8K zIVdl^8vHHccT4?1+gMmze{&l^J2q5@rP5Wg5{axpd7n%{gwO}u1+EZt#EC~WO%_Ot zBMh9&3}e4iKnp)u!o4|wzUoLy=@gY?%@h_%3nZy#qP-sAqVGS6 zvc^J%`M3)0!Km5BSOoOZ*F}q;0Rl4@3T<8W1+2;Vt>|>*Rc(3cG+P((H;zHHBh7jYX;Z zTvP%RL24S9D&A_C=>!vu*nPnOW1IHFAczx^Di24&L6Hy62d$JOKmy)XAkP*6;PSg& z0{;~Z))vd*O3^&hb~D@zw$#zl*Z?FE6H6vZNpkAT%4*BzE>*CX{Y=A5f^gVGxf&nh z;f!*iFSHb;G?Zy!X-WQKqNQgqMow>}mfvXWnEa{R&u$$#Y*0;!W%x=*)`*UbtWm4y zH}wv)Cz@_GusBXuDMtTT)Cw!_kT!6zP;o&PddwVIQR&dHWm*yA>jXbrr>C0@%pEuH z{QDXvnX1c(QoEX}V|gyW9@^#{%wLEV%nIv=(Tk0piB4R0s!(-5ZBP|cwZ8|qV zoqK(KT}hAmKLN*#s(V4TCLt~hfgo~`0$mAaLW)!%Dp7bue*VQdrfNzxolUnuXUeoM z*f=4`Wr8v-f;B9)ffFb#8J_+P=Q{5!n2_W=PSx{x{4+7u7>rh%PG5<)gq$dp5WGN( zx6nq6TvQ>sSXd!V%Y;E&iNp-F(|A>5Muk(Cgj)r`_`3;m3~l_%4bj#S10KEVBb_E~ ztpIH|eK-5EUrOzLSXZS{O2VjY0~R72Qk(6tn9V}=D5Te&fK*9kewC34B&aN96)jUb zit=+xyy8>*gH91ybof^rBJEUR$HdLYE*hm@9#v&80Rn44g;-@3p$sXh!PnR?w#T75 zVqmt}5pqFe1`S4*=G9I|YXf^?$PgcQk^8QK?EL`D(Xwfhk+k=U?=Z%hfuUfKN7K!a zZbyRtExfY~1+JL4c8@*OUVAtgmuHV$q)wIBMaRu7O^{_oJ@3LQhUtA%!WqC0 zqm^Yl;)bZ@f@@leVu;wNWtnZ7OQyDpPSe!nk}X=3HSL=p{oeOIzULqAhvRtoAFM{U}u>3pPotVVC_9mj8S6DL)(UquJgzX z80Jyq$YrRs{pWT>xLJ0aLojCrr0#7qsm~{27{89q=}v*!YQhIh^Tw>Zo{d{?R^7BY zp&>8-&C@hS_?OQQC(yfZW4l&8dSpW1xCpv4^Lp{(ojt6Zv0tt{J6`6#aS@sl6+Zdrzb-KC ze-8h**^q%giPT>|0i2&^7|+PvAJB`}_25m%;>pDteXruO#q!14#nV?vE1sIi8#Gkm zdFuC$?~Jb5SayZZ!eXU$Yer+8BbeB+bMRPy}OzkT5nPiKf8?BX9cu# zqkz-GWK`A%%{e2SW1Xv_fMp_jUmGUi_oyOLm0N!MtC6$fG*UG9K^UQ^q3W+bOEYI4iCeI!21x+w%r-W~+3J5qI7{*f3%V2LX z4x+TO2IU^g{4$~+YWZnBMCSb)xk=ehA50qUZ^k{P1(CB*h!7M;4EeQot>u1*@D7V? z3LmC9cp2VZsq*a{i>8IGJyveVrtEy8vo5}zI}+e1iQix zBRC{hNJhI}el>R*Mz`}99zEqD@9$l@;g8z1$dZuBsSm*yns!iYcU^g?Yzend+M0cJ zqZgBUapuF0*5)($$7hY+d^-}mG@7<&=GV`WmPJ1p+s~66vR3z{`v4oax|}$1%40@$ zEW=}~%ffQYEvb;*`Q|ZCjqfb(e_Xex?i~0EssAbFA4q5>k5D|fA>FPn<8kXw49Z9v z9EKnd`~WW~cJ8b={qG4ie(1OVRYUH#_FK>~V=TTobScj6aJgQ#?Uhwgk-NZNXP4vo zNt6O1Mn7)1u(-i>lGO|Pma9rKh);#J&qzBVbIx2B^LM`9g5IuFkD9{c@64p zADzb;l&l?=L9uVsaTK&N!G zUVurG#B3p|B@C4&vtZPXXE4l9x+A-rmS>VqI+yunRqSECye8Ij^NF=b7s{%ieKyo> z=jJv&TS3{1^VfFm+>h@0BL8*&>4$o!{%an=UHvLD7FBxsJAYpGDk99zvRXY^ug~0C z`!@E!wnugcoc{Cx?u@MpS~N(t^YAqE8Q<>2UA%YrfGciqPw|eguT7znXYp~8wTr<{ z^Q}ibfVCe@0K0JN5B5LH?^qunihh&u_J@RjfAAG)et1+GR6JfD8=qU&KNgXt@Hy~S z+`6R2eYH@(5$Q;XFAQAijp|cvUS~QB8d;!SLgY?4*bGlCKe*X7$|!DNe#LL6SNDu; zSpDrAwZ9&_TrHYs*5-`M%HRQ7NM?kXye8WhgcqX8#JqN85++qGc4=2|;GxX6*hGZ{ zMW;=#hB*7%_+P_j$|sqrq5`atB^0T^VP-~-sc@K6Jt`bhZ%#=& z{|Wjnx#|{aqfDSKk!A_fyn-AF{M}K$WoJe9*~3cD0{5f8!Iak?P`&3lUNwHXeJ*}6 z&Sg?|u#uyK)tzBpswQ-cI3?p#7kGTb{5v{SuO&FtKS?e%zx1)5Pm==RxQk7*qyN z5+u9otWmwz$y>UpBquaqLs9@|9P4#Cdt)i5Ux@W*C8$G zQfMWyr5P+Y z14^cXBJx74d8sflOylaw8dyzn0Vm0E1>#NyGLj7I!YmP=^$Ws|TWcnkyLpQl>Lm-c`7|e;2j{nFzH8q9R#aD`aQFPBqsbx?BJ8x8qx1q&1BOpX>c} zAG3F0y_H+zEAgST@6;R}VhjIX%G(|8MH3F=F@9n8AKnxwulxMI*y^(uq+Rl@W^of8 z{Oz0%(6tdW`Jx%TmHaO5_-}{qH-W4MhNBDqrr9StVSnGyxzd4LtnvH9Y}x8vqA~A} zkIokDq@@oVww!o4Zh_KoDS%C25Mk2FPlfnESBFWkQ&CzJO9HmKO|!Jw<$-r0KC~Ori`#%n#5|2$QR8MS1ifqo8Wr+Okl3o=xzx= zTkj|7iMhqma$1?S{+u>{Mk9`H?sF+q_C@B}d^Z3_5)cg%anXf)2}v|lyb70g11M&VLTGLVd`Vsm|I|Mi5D`9A0ui~hHyo!YX-?d= za}YU9b1$FC(YN7pV@=-PF&cMd-96dReO!+DDT_{P{|&SmvV)sg>`>KE~=omoIqrw_betPL)BK`RCS;FB`|c z&$vfT#9RHj@6gGwJN93is!DpTIg*fB{XR1{{`tS(QaAKIvk5)&aOvK+CCBj3uIMMX zZgJ5L*lJa9*zEg~YQw{2z0W`1Ib2r;9F7ckDJ2*wDFyW^$GjJ2+pC1;{I@kFOSWy< zzsC`QEB?7MxNLDWnP^s z`)@fh?N;ChSosM^mNkP;MicXFL$neZ#!VJj_DAwYF2XdICrtC2m&(=fFldVea1>xi ztBd6D-(!=S72xdvYx0(i0eG|eOj|rNltS%9+BOg}cVv&7aWF=zP{N|!PIEEu3yZ*{ zFy`iFB!NOQeXQYg(~{~RgW9o-f`mf2 zn=Ve7=9=p1*C6vMbStQ{)Jm&&){xd_JfJ$ZZxr;u$iHvuH$LIl4knP&XsT2`HJa-- z(1vl_uqyRoQd&+7{Z7gFUBf!X-B(R-ye$LW>iM1SX>BV7Wi8PGm|EFcU*wR>;I%ha zYdk%B^2jF_&qO<4RW-gd`uz9DA8(#fHqAcMK6niUt^`mIoBfv%lO%rW)c&cV?ub*9 z;o!r6>qlIjJRGY!tg9%WyH24Ygk2vL(Pk47X0CB{{cLmna)_;%=@8XwFA8u?TIEP& z!^nl8wSnbIB`UrA&0wLk7Yv%0m_+D|S9QpjM});^qy1XoUTQ?TcuAYKnh z_ZOod7o9!L@YLu8F-V|l|9a9z9wche2es0OU^olUt)j4&i>_p17|Bt?{Bcj0OEBO zGk;VZH;^pxvHbYm7Fb6v*hbE=W_0wij zUOWX1?@U*W^1|WGObu9S#f&j1L1Pfn{xRAx2^vyvEki`J2BHUatX40G+vL4^!XTP6Ba=P!#?t~&07n>R4zSzADoSQRq7q_TR&2@ZoXC?KLkApPF$H=uQc;jOt5E~o z{q=yA_a?~ozb$R;934Z_0I5V|tOU>T5jax8$&edd2)Cc23{eOQmf?hoR2Ud!eJe~* zAlDn>2+IUB*IqQc%X*2TSaMjTV7V}5Nal8w10l7S;U*T-B!}MuVMF>eJ0QgA?c($~jCY88_RA776vNE7QTW$b- zUc;qT3Ire;nTVq!5qWA|9!T~%u5Kw=?r4-o@AbPI^;?T^n*^7ZBFi6!;^dlXx~;sc z=d3lV#jC(ehr-GIf{O1FqE{5kP|Io20)#Jg#UR-d)#-Ro<=ajKyQ3b`H;C`@?VE44 z^9p!=1G_{81f{HuX7UP&=W-54hDvr|xb2pyeWM>Kjm}6oX zJ#fvH7#+T;uKIKVj3vCy9j<)Cs53>aIx(={lq71L9HhSvLzWtHi|C#@12g-jY;PWy z+b*jq)ZaO5F;7Vi)rw}E)SZp~x=HB{!}I~*ej zO6-WxrL@?d@#-q~?~UjB)RrCGwG}Yt{?iuI*!6j%_^;}R3+ZRx{>u;6cOT2aepoVR ze^vL_mCy9ms=F%;^rRouVgOydaz z&R@LV4gK|~^kU};X$#)D{%47;EoaDjaycT(sDg$-#lkAwCsX$2;mc;LmkCxZ_fcBK z`0sO6zPkk90HaT!&MV2zj!}VHYgY4D%3b zYCUs|+KW7!JOxPLD z8HxL_GjwYhzeO0|-R+tjdhwF-(v>Dt>Zbhh+t=N4c%Gh-x(g>XXyLYuiTSW?0j z$IhL?)tz`YUwO14X|>DO=bs8j<7#4V?^V_m&mMa*YJ+`VCQmh5TP3p0*W=ymEHWs{(x0be6n3Ey#_2_X8@&a#5F}tpw3Uu!knbD%ttd#_{pbBCgc{!~ zMn+o#1yc46plw}Pd-NM1H=lJaUh8*Ytuh-$&C+~Pt_ry(8@kl4_8KEgz*`6~G^=s9 zAY?ZotRvB{ad@s63AS;|q!iyH<&2)~Om!#B@wX&xpYw9q_1d47dHWq;y5X;V2d1B{ zdGq@{?PAE1e}x}Dt=rgFFY~x~!}d)E{nlUIPcN5RtULRMWbx$f@u<%R3rjcL3HoS% zdvtMZ?bWRzUq6L{fTu_54qsi_=}P%v9vDxS z;>b5xMFO{A$pVrIgXWs&c1|;OUafG=HERJ7Z>XS_2`0WAGoABi ziB63vR2osByku^#F-c|#foyzp@Lo5w@RxK#-46TId~b!jHdR;G{x7lHd2OrUcm(%P z3Dhr{f7B9F9Q|v~@T@LlWnPF-n|Gl^1KD<*GGBfL(be+9dh;CaYp0G>qn9!LryO- zqW++-SqS|aZFBX`vt_AXz7$~nZAhJ7#5j3nv3}7-e^{Q-@34(qZ@a~=Vjaz+8-955 z{u#Ez#8H*5Ja-!A$B-%MvBTaCkTYuR77y$JujA3?LI#Fm(- zC&5f%FC}aa#}P%a>YE@yzqg2-eZbyhwL{u|lXg>Go)<)Vugn)%6@v6*S9wgc0vAnIcSBi>N6&Fe7#1Oy^>r^pJ?w&R#@Be&ez}X7c{e=B*z|3` zXg&7K$%ES?4*%76B@#kd`sAr`gHi17i~9z? zgn~t8$!5SEgZ{6X;L&$$Z+>6$5p{mLwd+59BS8Q-{M~#RT}=$S|Yxcll+tDgF~)n)6D~Uqtb9Tj24gs z7@4!Ep!fhHIo(RamzZ55%!V53gTXXm7$rPdcmob_K+qm*MG553GT%bkfKn-qSgP($ zQLC*hT>BAoGz|=!BBrD&%QPS%qgFy7OJqXFg`R)lmRb9w`#}d(go2VJ zw-Z80n%toHUQl+i*2F*7Mvd|GN)`9WTD1l(s%7(Y>T> z>FV}s%+^(7uUa459;@2FY`o8fa&+X&^OKLy|JA?W@JZEG^5?~bqgRg{9a!(-ff)V% z@QCk*O4$(!=*NlnACDWXkKBBBWO4njRr)nbhs-&?bEvCiul51IxBNn?zmGI}rEblq zqgXb@YX}Kerdtp&eAfLlk$X3m?=RB)j1uW$80-e$-6LSvF4x?pm%iyMT)tL0Z{P5) zsca0XX7+s>MC&rXDd3WYP(y{g&4fyLDsZVOs=>8ADGOYJcg#dH4NAAQ5Y)cfZg)96 zBjCnwbu#4hl|ffh&ERwI|A-T7@HT)H&8WuHv88b^o^KzSH4BvPIq z40WEDe+l)E0c*25llTObc4LVF z(DUxU#~*Lc@cu?6keavGKXsmXyl&fKh~2Gk4|`sJZ8pt^w%OI);sS?<5HFAQFOpIu zzVYHCj#rAo8@cO-A1K)jLn}sXu!`Dog7XO7oJT}H429cW+`p$&Lk-Zc94!;nEA16a zC9w=KJAl}z4+vG8x9S}WuT9NJ-~otixuIi#zSVQlX3XX;J*&p6*0r^Z-X2EZOp%9T zYNmnQE`b&shfzDTDG*;|GFsh-Phz2Zrn&7CQ+b+hG!o_MH6Rh|B5c5vq!gU8+_qh+ z;FqzJl!SWGQh&dKF@oTFQ>IqR%|7hW{Lt<`muJj zO*8wk1$~B%Qswj-Zc!T>4B}tw#kc<3-2OZ-*!FZm*FYaksZ^ix>iq>P&~3VY%WhrG zm&3v>fA4ggv+7i<)rusRU~p)ak@fqZPqpN0<4g*}Rs-6i#Fp zkNCB6D*TYl4Rx0jqi&eJztXaxT0PHw*jVtyOZMj3p^}Gp{;2J~?r7}l(DCWpwoAo7 zw1+;tTAwfw0#2|y+&7)_bTftekNo`k^B+G(&J@W%WL(y^OqCDk>4>} zZxHi7B40xXL6j=u8@uU4JwD>!4tcnXkmJPs;ef}M87GRmOz==&o5pvInv(w+_g{$5JP-Cj@`W!z8{OVQ!8%s?6xc0p7-*y^jK>Z>_WP(~3~=FhD@dsFH#1 z)t}hU3cVcodmd#X2iZ5*G-CYmAIrZ+v5^kv?eDj3<@-OGcV48e zeI69KXmnf$nV6CPYVh`3x)ZRlJ0tR!LCkdz4DDCD9?<&w;9JLl9hWgzx}IFv)W7S_ zjiVUR=C==>r!PE@9fJ=>mUV^?QQSiTzgc%#$(3t$2H&%aG6Oe;?dJq-fpdPQSO|Iv zfD3OEOGB=0gOvH#$3U`=^1Ke(xZ0~GpXqU^ieu2JS$@hsFGb(&+i{K$hhX&S(UHoq4{j0uh5X4kZo2)ZW_c!C0S`UB$anj7VWX zs`qBxWEcbGU<*1P>$v=|zqj8$}IuTR|sUbsf^66Vih2~y>Nc~o=*eBT8BeqBD} zi#J{t0df(-*{3v&x@3RExp#sGXFU5ICzQwlmPg=GzN(9Sd16O$Q0m-$=0&KCp8GF;nWknQ~@~rmdWeTK0d|6C1m`jo$tj}pW?Rrh_)kMe=tHGUDevVX8iR~WuNUI z0!ik#ec0KvFZX^o0%%vufi_n-XW#CVlpf|X{UrZb3)Y)(y{k&!uvt1qw)v$Dd6oZq zz%lWJ^iB9X*s-}IzhXwK6=3Lwm|pq*C3e7g)Wsh8}X znNyYcnyX+cXRPByDWaU*Tzmn2t1Bo20>B8-^gUNXGffFM6S=Sws-r;?5q3vyg~^7a zGN1<3Mh(9?gi?(W(m^`fy`MH zxM4<~k>n0wNx#vqbn{#$%yiyiotP1DD(TY+Oi?{uD#sLT)OfE5sip0{v`Qrr z6UYuo-)-GlzHM{a$E0cX5r1Nf_B0#zWu=BrU9?o3dr*$3P?+|R{i!1ps^I5`W`8^_ zN_u+f%AV?ray!0Pw9V&xPL(d}fDl{{zKDo+{Y)cUeLRee7P)H1z?XQ z{6E|x`2WW(jP>*U#P#~|l3spG>Bx{IwyKn9n`JW(x!jk^bcc*g_6L8GB(OM&O&nV}ef zzLL&y%vce=X>Vyn=1<)k5YQ&Z<11xES!|L&1?Ntn96*o8vZ9E!13A&nD$A1UVE*VA zoP-X$aD|#9aYPBg4oCwqmnnkpIvhP6C2Gq;a`wTDIi!*6lAXO=R}quk2PlwmI85qD ztdX>_o?sOq)i7+!l536K;6_<=qnw*tgd|oHf%q^K6X}Mk)6u1(`n#AUu$0bfR1Vgu z`y%pjYDd<-yd+lcP9oZg|0A155%n7EqvQ!7sL>~ePAghBf{DkJA8N!B2BQqFi5 zlL7_eF(7*LV3sxDC)g6Lh~nL;D?-8OI?opR6VKY_Xy3Nc~S ziiO8wp8?D zDhc)g2`m%yUOixCQ9aLz=7(~Cro9hm)hoTXNXW-NM>}(WiT(KNpvT?)?N|Rf`Js5v z-dzn{-*q)t6-}_8^`#$dV%~wd&jyzpH~K#iS-i>1_x1<8!LhF2$B5_m#VL}`R*-3!17#mkQp)$TC*0!6S>ke&m7)a-CCbQK0!{fS(Ik2>-*djm)`W- z=&zllN#T@{r1Ch0UwIYJd|XL|pE?(!c1iYYrY0-3p)fyGRS6+7#(hJhds03GKa9xn zIZ7J=yo>hJhH66RAVb-hu!%b$MBdLhT@0}`FlQhoV^}rhmO~b41tl-Y&{}!d%?Xch z3^d%VOlmrVW)Vegic1Llt3~EuJ5#gVil{tDr4=!N6a92{CoC{MU9ZzVyp`4;zuE@Q z?Ad6OD{-XuAx-UPXWvTok>iq)j&Dw;Czs?tu%pJ6IcAMOqsaO)a$DUBz_Ezx{5B;@ zia39h9OdE*ZngQl@i%v2SZUOA+`@<3WFZ~y=!;kRLj%JcZ>lvET_X;o5+qu(v;_?+ zO%ZcTwvjf6CM@A5g)N1!N`Ur~N|d^V&NfOjw6IV#D%u5Vp81)i66BqNZ4g1WH(5q6 z+FS%lD=)Fd#W!;kaP`chfs%k~QhKzoUsiAfRg%|;yu+5_v(*vk<)l6 z8hkZT)Sc2-`sG;YK0@_p6C2kjwZ}U@e>s2ov9bO5x88$pmpHGR{~X@&=bL2f@B1At zG_0qs;(@+>v?yc8@|`3n7tj4YI!Xj+IN*yOrq}C}dXM~(e()e<@%wjM1T*jiWgw!&xFt1i)U1n0*5>IFyt((P`#emp z0ndJUUf)`!-c50S`*^$SKJ3vM#(`!4Vt%=0g8v8Y)JEI%cQy~W`_op#pYHn>VHHtz42s4pHYdAZBhJ8hYIjeWp}8&@uM$bkBRHelK++$x|TmP2Zk3rec} zwB0n7tWWBz-1Abdu`u?x!SX^a-ala9^#u$;Cs+Nj`S{L$_v4410Fn7h-j@5l!=yTo zdl5gnEeyT8R$CQEQ zWNW|=uZpkXp1*Qt zjlu&a^16AYaj4kNkWRi}IIJZ(Zo7bYbH7|e7?wkAfQ7LZWk~f=>L4i=$4kT(X7Q{Y z+XLH(vF5ppEsM?12A_Id?*(U8&RdqrsEr*? z4lQXKl~!@jZs|$Uf$iQszc9kk zNI-BxlT&ys)q8U#@)R#O_3S{@mQ1*_2^WRQsw0*eEG@AZtCG-13;w! z+xQQFc7MFeIC-^C?Irp5huQO8k^ZeR77GH%V*QgMT(U`~krruDT85u?%&U;6Rd=;% zCd8~1S!LK#jlqf39LkSJ`#7J=-$w&PPGqV2;%C1Xvp$Ls8dS?S{YZ9n4-EIXNaRjd9Sp59FC9P=F;m1 zuA(XlNy`xF;YYdmm>+~pWy|7-b~ADxul428<3dQA&m)B4IqyX0WxxvWF~pORBfW=K z{l7ulEXNUp3U8j!H8;0z^NSV4W^o=R)fRtnzxeTEc*=&F zMi@#5jhYA=MK$BrZ{LE99~iVLhQA&2Pos>HD1NoDaYcuERnolb1Ys_0Jd4_(KGhTv z8L6J|SCOREGLBl%WGn?wX8mnoZ_a2i%!73l1mM7KBPCTzzjs3=;9baIFTT8EI;CrK zd2TZA^FrmHPA#zHqsqkTw;oc zbeoG${EHMH?VX+Cxo!eVvaavl)BX-{egEz~`T|g0xxy{}-TI<$lCnLOx^?jj{~Lbf zlyR&A@DAAp!|rI5`>>ZE%iobTq;+;j*XQ6ohOh9CbsYcuV{_1kXd*Z-?`9O+05@v` zAM$mrwC$J!?1A{7aZ(Z7z`JP2@hz9qla9Z1r-l;&gMY90+k_0HlFP(5A}Hm(fTj0u z%7sv<4Q%H&^Zo^-og=~-Shv-*!WUbf3$hB@X4k11JYaBbfoln< zE`3v^+E`vXD5mdA|D100ORl5M*275CuE}TI!zo5y3Z$W)HymfR)zvIHz$mx<$$kRe z{MPk25?yo+u9#BHc2KVl9Ug33^A9B+EGs2ZKq=X{r_qg=I|h6-^fO?yPUsX(2o6o8IJT6+GodhwI4?w61~G#2e0BSJrExlNPY|&Rni<**;>8E5 z)oCnp0|W+iqVK>R_Y%VIH89WyxVGYuet9S7=!atoXD9#U{XO!0v9Im#S3fp_?f{q8 zR3d5iSJ7L-BsD?2h3wQpa~?TtoVlMAH~2Ad)65gQ%ON!iD`)=8eyx7X$ggcU^34uRSN zO|8mq;y7iSQ^Pyr6&$t^9)}i(Ee$$nj7k+Dh3Hh7GQ`c4I+5*3n9u|kSe!DBDfGoO zB)M6}C{RoNbyVKQUw@QCKA3Ktw`Q`o(y!Lt3S4!Pq1pRUopN zP?KQ36d1obV@sBWu`^DonTYG=`53%8oyZ}2;kb<}Z8)Ac==8fZxpf-ar`OXT?&K)+ z1Eub#oZb>xC*oQhT>$OxG|k661_&~>1~Z?ct|RT=NKW;h2tVb=<*^vNhf**Y>nwJY zg%XXhInEx)U0t)g+Z7Gq|_=;>EP)m2DmWvkP?xi5X0~K@k|z%WuQM z$l+3AqeLRX@wc-ot+&1OajqICW|`w|5EY0*EurqTe>IKWX3lBT;~0BqX(Usc5|W0; zXvDqLvVMQ$DVZNaW9sRq$NFrAm!pu)Efj$xmYRohme}n?U=SyfbfhP?VXw`$u5~%L^1a)V5Na>P z4d}&2$Wy2MS+-c7kf9|#SBsI!wT8feAX?kkJorM;PQfzz>s+<%gt`8@$rXS)8p_he zvAp(l1HW%*$3;X`DSfHdajmPa~vSYZQ`W}71%TgZx%dNJ6-A>Ju0MkTdU&c&Xs z+t4MZgIUaAnn#9ONfEV$pa$wEthZr$Xclgjd0B>OFr1i=UJ#^o<-KrH8c!8CarCA@ zHEt|@+URHF&*P<}lca#u8{wj{?3Bhy@^IlP0n_UCQ@&X#`C_e+SHBzvX7{OWHa

[RegisterComponent] -[Access(typeof(HealthAnalyzerSystem))] +[Access(typeof(HealthAnalyzerSystem), typeof(CryoPodSystem))] public sealed partial class HealthAnalyzerComponent : Component { /// diff --git a/Content.Server/Medical/CryoPodSystem.cs b/Content.Server/Medical/CryoPodSystem.cs index 25a47933a84..97ae72bd110 100644 --- a/Content.Server/Medical/CryoPodSystem.cs +++ b/Content.Server/Medical/CryoPodSystem.cs @@ -30,6 +30,7 @@ using Content.Shared.MedicalScanner; using Content.Shared.Verbs; using Robust.Server.GameObjects; +using Robust.Shared.Containers; using Robust.Shared.Timing; using SharedToolSystem = Content.Shared.Tools.Systems.SharedToolSystem; @@ -71,6 +72,7 @@ public override void Initialize() SubscribeLocalEvent(OnGasAnalyzed); SubscribeLocalEvent(OnActivateUIAttempt); SubscribeLocalEvent(OnActivateUI); + SubscribeLocalEvent(OnEjected); } public override void Update(float frameTime) @@ -187,6 +189,11 @@ private void OnActivateUI(Entity entity, ref AfterActivatableU TryComp(entity.Comp.BodyContainer.ContainedEntity, out var temp); TryComp(entity.Comp.BodyContainer.ContainedEntity, out var bloodstream); + if (TryComp(entity, out var healthAnalyzer)) + { + healthAnalyzer.ScannedEntity = entity.Comp.BodyContainer.ContainedEntity; + } + _userInterfaceSystem.TrySendUiMessage( entity.Owner, HealthAnalyzerUiKey.Key, @@ -282,5 +289,16 @@ private void OnGasAnalyzed(Entity entity, ref GasAnalyzerScanE args.GasMixtures = gasMixDict; } + private void OnEjected(Entity cryoPod, ref EntRemovedFromContainerMessage args) + { + if (TryComp(cryoPod.Owner, out var healthAnalyzer)) + { + healthAnalyzer.ScannedEntity = null; + } + + // if body is ejected - no need to display health-analyzer + _uiSystem.TryCloseAll(cryoPod.Owner, HealthAnalyzerUiKey.Key); + } + #endregion } diff --git a/Resources/Prototypes/Entities/Structures/Machines/Medical/cryo_pod.yml b/Resources/Prototypes/Entities/Structures/Machines/Medical/cryo_pod.yml index f150a3f63b0..6ac969171e0 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/Medical/cryo_pod.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/Medical/cryo_pod.yml @@ -85,6 +85,8 @@ whitelist: components: - FitsInDispenser + - type: HealthAnalyzer + scanDelay: 0 - type: UserInterface interfaces: - key: enum.HealthAnalyzerUiKey.Key From 72acdd5f8d7d07edf8879ca1ab6c252e58cbbe5e Mon Sep 17 00:00:00 2001 From: PJBot Date: Wed, 21 Feb 2024 14:48:29 +0000 Subject: [PATCH 097/101] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 236b0f6a17e..270d602428e 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: TheShuEd - changes: - - message: Added 3 new artifact effect. Added 1 new artifact trigger. - type: Add - id: 5497 - time: '2024-01-01T02:19:03.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/22574 - author: Ilya246 changes: - message: Science no longer needs to research medium batteries, and high batteries @@ -3860,3 +3853,10 @@ id: 5996 time: '2024-02-21T06:52:04.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/25008 +- author: Fildrance + changes: + - message: now cryo pod health analyzer updates atomatically! + type: Fix + id: 5997 + time: '2024-02-21T14:47:23.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/25109 From 9de07f6edf0ee4b376a33496cfe571d1b81af696 Mon Sep 17 00:00:00 2001 From: Zack Backmen Date: Wed, 21 Feb 2024 23:08:11 +0300 Subject: [PATCH 098/101] fix --- .../Backmen/Drone/BSSDroneSystem.cs | 11 +++---- .../Tools/Innate/InnateToolSystem.cs | 31 ------------------- .../Backmen/Drone/SharedDroneSystem.cs | 19 ++++++++++++ Content.Shared/Content.Shared.csproj | 3 -- .../Backmen/Adminbuse/CentCommKid.yml | 1 - .../Backmen/Body/Prototypes/drone.yml | 27 ++++++++++++++++ .../Fills/Backpacks/StarterGear/satchel.yml | 8 +++++ .../Entities/Mobs/Player/Silicons/BPLA.yml | 7 ----- .../Mobs/Player/Silicons/BPLA_MED.yml | 7 +---- .../Backmen/Voice/speech_emotes.yml | 11 ------- .../Backmen/name_identifier_groups.yml | 20 ++++++++++++ .../Entities/Mobs/Player/silicon.yml | 2 +- .../Structures/Doors/Windoors/windoor.yml | 17 ---------- .../Reagents/Consumable/Drink/drinks.yml | 12 ------- Resources/migration.yml | 1 - 15 files changed, 81 insertions(+), 96 deletions(-) create mode 100644 Content.Shared/Backmen/Drone/SharedDroneSystem.cs create mode 100644 Resources/Prototypes/Backmen/Body/Prototypes/drone.yml create mode 100644 Resources/Prototypes/Backmen/Catalog/Fills/Backpacks/StarterGear/satchel.yml create mode 100644 Resources/Prototypes/Backmen/name_identifier_groups.yml diff --git a/Content.Server/Backmen/Drone/BSSDroneSystem.cs b/Content.Server/Backmen/Drone/BSSDroneSystem.cs index 7a465307a13..f5192011c98 100644 --- a/Content.Server/Backmen/Drone/BSSDroneSystem.cs +++ b/Content.Server/Backmen/Drone/BSSDroneSystem.cs @@ -1,7 +1,6 @@ using Content.Shared.Backmen.Drone.Actions; using Content.Server.Body.Systems; using Content.Server.Chat.Systems; -using Content.Server.Drone.Components; using Content.Server.Ghost.Roles.Components; using Content.Server.Hands.Systems; using Content.Server.Popups; @@ -9,8 +8,8 @@ using Content.Server.Radio.EntitySystems; using Content.Server.Tools.Innate; using Content.Shared.Actions; +using Content.Shared.Backmen.Drone; using Content.Shared.Body.Components; -using Content.Shared.Drone; using Content.Shared.Emoting; using Content.Shared.Examine; using Content.Shared.Mind.Components; @@ -39,7 +38,7 @@ public sealed class BSSDroneSystem : SharedDroneSystem public override void Initialize() { base.Initialize(); - SubscribeLocalEvent(OnMobStateChanged); + //SubscribeLocalEvent(OnMobStateChanged); SubscribeLocalEvent(OnExamined); SubscribeLocalEvent(OnMindAdded); SubscribeLocalEvent(OnMindRemoved); @@ -52,7 +51,7 @@ public override void Initialize() SubscribeLocalEvent(OnCraftOintment); SubscribeLocalEvent(OnCraftBrutepack); - SubscribeLocalEvent((uid, _, args) => OnDroneSpeak(uid, args), before: new []{ typeof(RadioSystem) }); + //SubscribeLocalEvent((uid, _, args) => OnDroneSpeak(uid, args), before: new []{ typeof(RadioSystem) }); SubscribeLocalEvent((uid, _, args) => OnDroneSpeak(uid, args), before: new []{ typeof(RadioSystem) }); } @@ -83,7 +82,7 @@ private void OnExamined(EntityUid uid, BSSDroneComponent component, ExaminedEven args.PushMarkup(Loc.GetString("drone-dormant")); } } - +/* private void OnMobStateChanged(EntityUid uid, BSSDroneComponent drone, MobStateChangedEvent args) { if (args.NewMobState == MobState.Dead) @@ -95,7 +94,7 @@ private void OnMobStateChanged(EntityUid uid, BSSDroneComponent drone, MobStateC _bodySystem.GibBody(uid, body: body); QueueDel(uid); } - } + }*/ private void OnMindAdded(EntityUid uid, BSSDroneComponent drone, MindAddedMessage args) { diff --git a/Content.Server/Tools/Innate/InnateToolSystem.cs b/Content.Server/Tools/Innate/InnateToolSystem.cs index 4167076cbdb..e7e5be38c44 100644 --- a/Content.Server/Tools/Innate/InnateToolSystem.cs +++ b/Content.Server/Tools/Innate/InnateToolSystem.cs @@ -52,10 +52,6 @@ private void OnHandCountChanged(EntityUid uid, InnateToolComponent component, Ha AddComp(item); if (!_sharedHandsSystem.TryPickupAnyHand(uid, item, checkActionBlocker: false)) { - base.Initialize(); - SubscribeLocalEvent(OnStartup); - SubscribeLocalEvent(OnShutdown); - SubscribeLocalEvent(OnDestroyed); QueueDel(item); component.ToSpawn.Clear(); } @@ -63,33 +59,6 @@ private void OnHandCountChanged(EntityUid uid, InnateToolComponent component, Ha component.ToolUids.Add(item); } - private void OnStartup(EntityUid uid, InnateToolComponent component, HandCountChangedEvent args) - { - if (component.Tools.Count == 0 || component.Loaded) - return; - - if (!TryComp(uid, out var hands) || hands.Count < component.Tools.Count) - return; - - component.Loaded = true; - - var spawnCoord = Transform(uid).Coordinates; - - var items = EntitySpawnCollection.GetSpawns(component.Tools, _robustRandom); - foreach (var entry in items) - { - var item = Spawn(entry, spawnCoord); - if (!_sharedHandsSystem.TryPickupAnyHand(uid, item, checkActionBlocker: false)) - { - QueueDel(item); - continue; - } - EnsureComp(item); - component.ToolUids.Add(item); - } - } - } - private void OnShutdown(EntityUid uid, InnateToolComponent component, ComponentShutdown args) { foreach (var tool in component.ToolUids) diff --git a/Content.Shared/Backmen/Drone/SharedDroneSystem.cs b/Content.Shared/Backmen/Drone/SharedDroneSystem.cs new file mode 100644 index 00000000000..23301203e58 --- /dev/null +++ b/Content.Shared/Backmen/Drone/SharedDroneSystem.cs @@ -0,0 +1,19 @@ +using Robust.Shared.Serialization; + +namespace Content.Shared.Backmen.Drone; + +public abstract class SharedDroneSystem : EntitySystem +{ + [Serializable, NetSerializable] + public enum DroneVisuals : byte + { + Status + } + + [Serializable, NetSerializable] + public enum DroneStatus : byte + { + Off, + On + } +} diff --git a/Content.Shared/Content.Shared.csproj b/Content.Shared/Content.Shared.csproj index 2c0b23562d5..0bd9bc410b6 100644 --- a/Content.Shared/Content.Shared.csproj +++ b/Content.Shared/Content.Shared.csproj @@ -23,9 +23,6 @@ false - - - diff --git a/Resources/Prototypes/Backmen/Adminbuse/CentCommKid.yml b/Resources/Prototypes/Backmen/Adminbuse/CentCommKid.yml index 844cae49c14..05e443602f9 100644 --- a/Resources/Prototypes/Backmen/Adminbuse/CentCommKid.yml +++ b/Resources/Prototypes/Backmen/Adminbuse/CentCommKid.yml @@ -439,7 +439,6 @@ - type: Tag tags: - TrashBag - - DroneUsable - type: Appearance - type: StorageFillVisualizer maxFillLevels: 4 diff --git a/Resources/Prototypes/Backmen/Body/Prototypes/drone.yml b/Resources/Prototypes/Backmen/Body/Prototypes/drone.yml new file mode 100644 index 00000000000..00acba96462 --- /dev/null +++ b/Resources/Prototypes/Backmen/Body/Prototypes/drone.yml @@ -0,0 +1,27 @@ +- type: body + id: Drone + name: "drone" + root: hand 1 + slots: + hand 1: + part: LeftArmBorg + connections: + - hand 2 + hand 2: + part: LeftArmBorg + connections: + - hand 3 + hand 3: + part: LeftArmBorg + connections: + - hand 4 + hand 4: + part: LeftArmBorg + connections: + - hand 5 + hand 5: + part: RightArmBorg + connections: + - hand 6 + hand 6: + part: RightArmBorg diff --git a/Resources/Prototypes/Backmen/Catalog/Fills/Backpacks/StarterGear/satchel.yml b/Resources/Prototypes/Backmen/Catalog/Fills/Backpacks/StarterGear/satchel.yml new file mode 100644 index 00000000000..45c1daaf109 --- /dev/null +++ b/Resources/Prototypes/Backmen/Catalog/Fills/Backpacks/StarterGear/satchel.yml @@ -0,0 +1,8 @@ +- type: entity + noSpawn: true + parent: ClothingBackpackSatchel + id: ClothingBackpackSatchelDrone + components: + - type: Tag + tags: + - InnateDontDelete diff --git a/Resources/Prototypes/Backmen/Entities/Mobs/Player/Silicons/BPLA.yml b/Resources/Prototypes/Backmen/Entities/Mobs/Player/Silicons/BPLA.yml index e9d4c15c9eb..059c1bb8a34 100644 --- a/Resources/Prototypes/Backmen/Entities/Mobs/Player/Silicons/BPLA.yml +++ b/Resources/Prototypes/Backmen/Entities/Mobs/Player/Silicons/BPLA.yml @@ -12,13 +12,6 @@ tags: - InnateDontDelete -- type: nameIdentifierGroup - id: BSSDrone - prefix: БПЛА - fullName: true - minValue: 10000 - maxValue: 99999 - - type: entity name: Blue Space Drone id: BackmenDrone diff --git a/Resources/Prototypes/Backmen/Entities/Mobs/Player/Silicons/BPLA_MED.yml b/Resources/Prototypes/Backmen/Entities/Mobs/Player/Silicons/BPLA_MED.yml index 19523f99c7e..867d3e96adb 100644 --- a/Resources/Prototypes/Backmen/Entities/Mobs/Player/Silicons/BPLA_MED.yml +++ b/Resources/Prototypes/Backmen/Entities/Mobs/Player/Silicons/BPLA_MED.yml @@ -46,12 +46,7 @@ - type: PowerCellDraw useRate: 0 -- type: nameIdentifierGroup - id: BSSDroneMED - prefix: МЕД - fullName: true - minValue: 10000 - maxValue: 99999 + - type: entity name: Blue Space Drone MED diff --git a/Resources/Prototypes/Backmen/Voice/speech_emotes.yml b/Resources/Prototypes/Backmen/Voice/speech_emotes.yml index 3ac1a594219..84d84b435a7 100644 --- a/Resources/Prototypes/Backmen/Voice/speech_emotes.yml +++ b/Resources/Prototypes/Backmen/Voice/speech_emotes.yml @@ -74,17 +74,6 @@ - cawing - cawed -- type: emote - id: Chirp - category: Vocal - chatMessages: [chirps.] - chatTriggers: - - chirps. - - chirp. - - chirp! - - chirping. - - chirped. - # vocal emotes - type: emote id: Hiss diff --git a/Resources/Prototypes/Backmen/name_identifier_groups.yml b/Resources/Prototypes/Backmen/name_identifier_groups.yml new file mode 100644 index 00000000000..5e1f9459f25 --- /dev/null +++ b/Resources/Prototypes/Backmen/name_identifier_groups.yml @@ -0,0 +1,20 @@ +- type: nameIdentifierGroup + id: Drone + prefix: ДР + fullName: true + minValue: 10000 + maxValue: 99999 + +- type: nameIdentifierGroup + id: BSSDroneMED + prefix: МЕД + fullName: true + minValue: 10000 + maxValue: 99999 + +- type: nameIdentifierGroup + id: BSSDrone + prefix: ИНЖ + fullName: true + minValue: 10000 + maxValue: 99999 diff --git a/Resources/Prototypes/Entities/Mobs/Player/silicon.yml b/Resources/Prototypes/Entities/Mobs/Player/silicon.yml index 7dca4a23bdb..117c186b3eb 100644 --- a/Resources/Prototypes/Entities/Mobs/Player/silicon.yml +++ b/Resources/Prototypes/Entities/Mobs/Player/silicon.yml @@ -75,7 +75,7 @@ id: Drone parent: PlayerSiliconBase components: - - type: Drone +# - type: Drone - type: InnateTool tools: - id: ClothingBackpackSatchelDrone diff --git a/Resources/Prototypes/Entities/Structures/Doors/Windoors/windoor.yml b/Resources/Prototypes/Entities/Structures/Doors/Windoors/windoor.yml index ef2758011ba..60e6f47dcc1 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/Windoors/windoor.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/Windoors/windoor.yml @@ -262,20 +262,3 @@ components: - type: AccessReader access: [["HeadOfPersonnel"]] - -- type: entity - parent: WindoorSecure - id: WindoorSecureAtmosphericsLocked - suffix: Atmospherics, Locked - components: - - type: AccessReader - access: [["Atmospherics"]] - -- type: entity - parent: WindoorSecure - id: WindoorSecureParamedicLocked - suffix: Paramedic, Locked - components: - - type: AccessReader - access: [["Paramedic"]] - diff --git a/Resources/Prototypes/Reagents/Consumable/Drink/drinks.yml b/Resources/Prototypes/Reagents/Consumable/Drink/drinks.yml index d76e652938f..b3d6e915ea7 100644 --- a/Resources/Prototypes/Reagents/Consumable/Drink/drinks.yml +++ b/Resources/Prototypes/Reagents/Consumable/Drink/drinks.yml @@ -467,18 +467,6 @@ metamorphicFillBaseName: fill- metamorphicChangeColor: true -- type: reagent - id: TheMartinez - name: reagent-name-the-martinez - parent: BaseDrink - desc: reagent-desc-the-martinez - physicalDesc: reagent-physical-desc-vibrant - flavor: themartinez - color: "#75b1f0" - metamorphicSprite: - sprite: Objects/Consumable/Drinks/the_martinez.rsi - state: icon - - type: reagent id: WhiteGilgamesh name: reagent-name-white-gilgamesh diff --git a/Resources/migration.yml b/Resources/migration.yml index c8097b31f15..b43cbbeab5d 100644 --- a/Resources/migration.yml +++ b/Resources/migration.yml @@ -75,7 +75,6 @@ WindoorSecurityLocked: WindoorSecureSecurityLocked WindoorScienceLocked: WindoorSecureScienceLocked WindoorHeadOfPersonnelLocked: WindoorSecureHeadOfPersonnelLocked WindoorAtmosphericsLocked: WindoorSecureAtmosphericsLocked -WindoorParamedicLocked: WindoorSecureParamedicLocked # 2023-07-03 ClothingHeadHelmetHelmet: ClothingHeadHelmetBasic From cf52641f9a0cd8625b5454ac9c7d565b70388bbd Mon Sep 17 00:00:00 2001 From: Zack Backmen Date: Wed, 21 Feb 2024 23:25:29 +0300 Subject: [PATCH 099/101] fix --- .../Prototypes/Backmen/Maps/Pool/backmenstandart.yml | 1 + Resources/Prototypes/Maps/train.yml | 9 ++++++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Backmen/Maps/Pool/backmenstandart.yml b/Resources/Prototypes/Backmen/Maps/Pool/backmenstandart.yml index 5a8f312fee5..fe4596b4736 100644 --- a/Resources/Prototypes/Backmen/Maps/Pool/backmenstandart.yml +++ b/Resources/Prototypes/Backmen/Maps/Pool/backmenstandart.yml @@ -16,3 +16,4 @@ - Omega - Reach - Packed + - Train diff --git a/Resources/Prototypes/Maps/train.yml b/Resources/Prototypes/Maps/train.yml index 57b1ded749b..d8f0dcdcfc0 100644 --- a/Resources/Prototypes/Maps/train.yml +++ b/Resources/Prototypes/Maps/train.yml @@ -21,6 +21,7 @@ availableJobs: #service Captain: [ 1, 1 ] + IAA: [ 1, 1 ] # Corvax-IAA HeadOfPersonnel: [ 1, 1 ] Bartender: [ 1, 1 ] Botanist: [ 2, 2 ] @@ -49,7 +50,7 @@ Warden: [ 1, 1 ] SecurityOfficer: [ 4, 4 ] SecurityCadet: [ 2, 3 ] - Lawyer: [ 1, 2 ] + #Lawyer: [ 1, 2 ] # Corvax-IAA #supply Quartermaster: [ 1, 1 ] SalvageSpecialist: [ 2, 2 ] @@ -60,3 +61,9 @@ Mime: [ 1, 1 ] Musician: [ 1, 1 ] Borg: [ 2, 2 ] + Brigmedic: [ 0, 1 ] # backmen-Brigmedic + BKBPLATech: [0, 3] # backmen-BPLA-Silicons + BKBPLAMED: [0, 3] # backmen-BPLAMED-Silicons + Deliveryman: [ 0, 1 ] + Prisoner: [ 2, 3] + SAI: [1, 1] # backmen-SAI From 765a72276cfdc7019656f46af30dd765faae5a93 Mon Sep 17 00:00:00 2001 From: Kirillcas Date: Thu, 22 Feb 2024 02:08:04 +0500 Subject: [PATCH 100/101] Update chairs.yml --- .../Prototypes/Backmen/Entities/Structures/Furniture/chairs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Resources/Prototypes/Backmen/Entities/Structures/Furniture/chairs.yml b/Resources/Prototypes/Backmen/Entities/Structures/Furniture/chairs.yml index bd4b26de811..6c29e76f411 100644 --- a/Resources/Prototypes/Backmen/Entities/Structures/Furniture/chairs.yml +++ b/Resources/Prototypes/Backmen/Entities/Structures/Furniture/chairs.yml @@ -10,3 +10,5 @@ - type: Construction graph: Seat node: chairDarkComfy + - type: StaticPrice + price: 15 From f66932a2eb347fbb754081dfb06327f666b2d9c6 Mon Sep 17 00:00:00 2001 From: Kirillcas Date: Thu, 22 Feb 2024 02:27:41 +0500 Subject: [PATCH 101/101] fix test --- .../Entities/Structures/Furniture/chairs.yml | 2 -- .../Construction/Graphs/furniture/seats.yml | 21 +++++++++++++------ 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/Resources/Prototypes/Backmen/Entities/Structures/Furniture/chairs.yml b/Resources/Prototypes/Backmen/Entities/Structures/Furniture/chairs.yml index 6c29e76f411..bd4b26de811 100644 --- a/Resources/Prototypes/Backmen/Entities/Structures/Furniture/chairs.yml +++ b/Resources/Prototypes/Backmen/Entities/Structures/Furniture/chairs.yml @@ -10,5 +10,3 @@ - type: Construction graph: Seat node: chairDarkComfy - - type: StaticPrice - price: 15 diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/furniture/seats.yml b/Resources/Prototypes/Recipes/Construction/Graphs/furniture/seats.yml index 5de5c4fda1f..eb3cc09ab50 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/furniture/seats.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/furniture/seats.yml @@ -231,7 +231,20 @@ - node: blueComfBench entity: BenchBlueComfy + edges: + - to: start + completed: + - !type:SpawnPrototype + prototype: MaterialCloth1 + amount: 1 + steps: + - tool: Cutting + doAfter: 1 + - tool: Screwing + doAfter: 1 + # backmen-start + - node: chairDarkComfy entity: ComfyDarkChair edges: @@ -240,12 +253,8 @@ - !type:SpawnPrototype prototype: SheetSteel1 amount: 2 -# backmen-end - - !type:SpawnPrototype - prototype: MaterialCloth1 - amount: 1 steps: - - tool: Cutting - doAfter: 1 - tool: Screwing doAfter: 1 + +# backmen-end \ No newline at end of file